diff --git a/.github/workflows/update-hashes.yml b/.github/workflows/update-hashes.yml index 076fb4f1..71f72a62 100644 --- a/.github/workflows/update-hashes.yml +++ b/.github/workflows/update-hashes.yml @@ -39,6 +39,14 @@ jobs: nix eval -f generate-latest-release.nix > latest-release.nix git add latest-release.nix git commit -m "latest-release: update" || true + - name: Cache OpenWrt profile information + shell: bash + run: | + git rm cached-profiles/* + nix build -vL .#cached-profiles + cp -L result/*.nix cached-profiles/ + git add cached-profiles + git commit -m "cached-profiles: update" || true - name: Push changes uses: ad-m/github-push-action@master with: diff --git a/cached-profiles.nix b/cached-profiles.nix new file mode 100644 index 00000000..dc186608 --- /dev/null +++ b/cached-profiles.nix @@ -0,0 +1,55 @@ +# To search through openwrt profiles we need the `sha256sums` and +# `profiles.json` files for all platforms locally. Therefore it makes +# sense to cache them given that we already update hashes daily. +{ pkgs ? import {} +}: + +let + inherit (pkgs) lib; + + # Only OpenWrt >= 19.07.4 contains profiles.json files + releases = + builtins.filter (release: + builtins.compareVersions release "19.07.4" >= 0 + ) ( + map (builtins.replaceStrings [ ".nix" ] [ "" ]) ( + builtins.filter (lib.hasSuffix ".nix") ( + builtins.attrNames (builtins.readDir ./hashes) + ) + ) + ); + + writeProfiles = release: + let + hashes = import ./hashes/${release}.nix; + + profiles = + builtins.mapAttrs (target: variants: + lib.filterAttrs (_: profiles: + profiles != null + ) ( + builtins.mapAttrs (variant: h: + (import ./files.nix { + inherit pkgs release target variant; + inherit (h) sha256 feedsSha256; + }).profiles + ) variants + ) + ) hashes.targets; + + in pkgs.writeText "openwrt-cached-profiles-${release}.nix" ( + lib.generators.toPretty {} profiles + ); + +in +pkgs.runCommand "openwrt-cached-profiles" { + passthru = lib.listToAttrs (map (release: { + name = builtins.replaceStrings [ "." ] [ "_" ] release; + value = writeProfiles release; + }) releases); +} '' + mkdir $out + ${lib.concatMapStrings (release: '' + ln -s ${writeProfiles release} $out/${release}.nix + '') releases} +'' diff --git a/cached-profiles/19.07.10.nix b/cached-profiles/19.07.10.nix new file mode 100644 index 00000000..3f351ff7 --- /dev/null +++ b/cached-profiles/19.07.10.nix @@ -0,0 +1,31274 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + "kmod-ath9k" + "swconfig" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "dba7ca800b3acdfa7f947d57ce500133724c461a41bf631d0b9a46f6e42e56fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + title = "Cisco Meraki MR24"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-19.07.10-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "5bdfb79f9dd2694c40e4c976b61d7ae32f503cce107ca51e1bb0f52f30c6be51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mx60" + "mx60" + ]; + titles = [ + { + title = "Cisco Meraki MX60/MX60W"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.10-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "df04a49d27742248aa2280b2aa1cf8d2ec65455c96353850c635b57c7ac5d4f6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "0e6b2c7874bd03cd63b5200d9be724707ce4823d840a1145a09c0ecf9571de0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + title = "Netgear WNDAP620 - Premium Wireless-N"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.10-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "7451894a6abdaf468f492afd929811b1ed516ff1f2042fe30736412f0360d444"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "db7ed5e91f0e6a88c7002ff8a5f302e0a95a77ab1f3ea7760e08c1945b628022"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + title = "Netgear WNDAP660 - Dual Radio Dual Band Wireless-N"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.10-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "cb3c2b571726a774b97eb4c1445c38de0b36189693affa008484e0eb4ffc7914"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "fab8a0c04ec7fcab097780259ea6076a1b1f323d86841f3a9b15d1768f49622d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + title = "Netgear Centria N900 WNDR4700/WNDR4720"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "apm821xx/nand"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-dm" + "kmod-md-mod" + "partx-utils" + "mkf2fs" + "f2fsck" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "64dfda6c0ff98d13f24a4f1d461ccbbb580dc06f892c509784dd6a931160f0ec"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.10-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "71eacad2d4d08d413c1dcae4b139e762d563a66f0295154c2446d741e6fe47e3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "6a44457e068ef847ee98282f4bd1d2ca98cd491ae47e55f229a8abde66b768e2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "d68411e66d403265c209dd3efb13b5b6551b0abbfddfae4a0811399a19f26c7d"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + title = "Western Digital My Book Live Series (Single + Duo)"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "apm821xx/sata"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + ar71xx = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + NBG6616 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-NBG6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-NBG6616-squashfs-factory.bin"; + sha256 = "f423c44fa773199ce01de8c4776c9921a90491df42cb7fe8467bf5707ebc2fcd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-NBG6616-squashfs-sysupgrade.bin"; + sha256 = "2e0e43a3653d89eabf928888911dd24b0aaa8530038e52b1d785b7effae7ba30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL NBG6616"; + } + ]; + }; + antminer-s1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-crypto-manager" + "kmod-i2c-gpio-custom" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-antminer-s1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-antminer-s1-squashfs-factory.bin"; + sha256 = "a4b2933379af3c79ccb0b9c5ae273b7ddb74430f152cb08b35506faf8ea1492c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-antminer-s1-squashfs-sysupgrade.bin"; + sha256 = "47df15ed0d0d3a1624abe044743c15ba5e98ef146cef300f8d2726dd75c95643"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antminer-S1"; + } + ]; + }; + antminer-s3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-crypto-manager" + "kmod-i2c-gpio-custom" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-antminer-s3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-antminer-s3-squashfs-factory.bin"; + sha256 = "dce2c9e9e090f2f0497ee6d2a8a74bc56e0cd3cccb4b3f38c92c738f011d5228"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-antminer-s3-squashfs-sysupgrade.bin"; + sha256 = "7738b67b8d17b2a225c5a151f6a95d40aed9108cfc358d1c05d3389c18479a22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antminer-S3"; + } + ]; + }; + antrouter-r1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-antrouter-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-antrouter-r1-squashfs-factory.bin"; + sha256 = "3f8714cf69a2c650c79f8b5a61bb4f1fdb84f6531477c6e9b5ff87ede87272c5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-antrouter-r1-squashfs-sysupgrade.bin"; + sha256 = "4343bc62171a56c7d0cb6197e914332deaf7bcdbb6f132d10363542c13464309"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antrouter-R1"; + } + ]; + }; + ap121f = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ap121f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ap121f-squashfs-sysupgrade.bin"; + sha256 = "5a8af729329b81cffb42fd55a24f3862ddfd9a2e2f4f12fe2dca55fc2a184126"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ap121f" + ]; + titles = [ + { + title = "ALFA Network AP121F"; + } + ]; + }; + ap531b0 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ap531b0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ap531b0-squashfs-sysupgrade.bin"; + sha256 = "cacb8d438216f1ea9454e6429e74b5ba990c8fa95cc2fdef6a09c5b115165bea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Rockeetech AP531B0"; + } + ]; + }; + ap90q = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ap90q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ap90q-squashfs-sysupgrade.bin"; + sha256 = "a8f464069c5f51081d83ac59a27acdc068c3e6a1879342550b53618ab9682ab8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore AP80Q/AP90Q"; + } + ]; + }; + archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "49da32e12a839b9e36975f08a09c09210efd8467caf12eabca48c043395cd770"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c25-v1-squashfs-factory.bin"; + sha256 = "f0abe7847c8e1fddfa8202efd26acef58ea53aed4968693b6c8609efc9c1ebb3"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c25-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C25 v1"; + } + ]; + }; + archer-c5-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c5-v1-squashfs-factory.bin"; + sha256 = "789aa19a8c5938c1872637328bbf421b31df840cc6768ee19f9f3180d6529591"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "e052b05692576d26c061f1fecab5a9b1c50456ba590a2249f43c4d8123a0eff9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C5 v1"; + } + ]; + }; + archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c58-v1-squashfs-factory.bin"; + sha256 = "626ec25a62bfe4689522deeb5a7819b8693f4091d72dabb9da6f3df24f498059"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "add099d62f1a73b39fd593338e4f8197d168d8b9222b01ef2639b7d3c3f978ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c58-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C58 v1"; + } + ]; + }; + archer-c59-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c59-v1-squashfs-factory.bin"; + sha256 = "a41864fa7deceaf177e58ea7f664bb94f5ce74ed3b3716510d42f5e77e57feec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "13e7095507ca7a5fa86b7970115d89c3541642c0fa52b9106e6c371ef63bcb21"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c59-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C59 v1"; + } + ]; + }; + archer-c59-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c59-v2-squashfs-factory.bin"; + sha256 = "be3b1e57045bf40353c4ae8d1a2b6e39f40bcd5748953f298010eba714111224"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "13706a5ad51144b3ae2732ce3250a4cd217beeca6fe3a0ac4c27b236c5952483"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c59-v2" + ]; + titles = [ + { + title = "TP-LINK Archer C59 v2"; + } + ]; + }; + archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c60-v1-squashfs-factory.bin"; + sha256 = "efcffbfaecf42aed3863b0fc4342012497a5dff437b465873580f2d74c4ba264"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "c9250b2503b1026d1997ed3abcbfe35e5bae6ceded730c7df968c3eb87ca2e8c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c60-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C60 v1"; + } + ]; + }; + archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c60-v2-squashfs-factory.bin"; + sha256 = "59d6b843a93b6b199eab10c26b6be2d18561318a927773fd7a58917f37e713bc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "b37c007506ccfe33ba2f80c25891cfce60a907a82cfdf62a7182744fdfe77eb0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c60-v2" + ]; + titles = [ + { + title = "TP-LINK Archer C60 v2"; + } + ]; + }; + archer-c7-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c7-v1-squashfs-factory.bin"; + sha256 = "b7ccdd3ffa4f5cccddfe65de5463b3560fc7b8db4269c73a8ab4b135fc90c25d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "2d54251882f27d0407aa9d59a617d5b069e7ca23f24b2ce808ca320eec941b04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v1"; + } + ]; + }; + archer-c7-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "3864df69eca3f793fbbe9d4e49c4ec69e483324bdb16a7eaf1a3664cdfac37a1"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "29d555a9cdf2675151c354116dbac88394cbd8d74b20955a3bd65fd87b101177"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c7-v2-squashfs-factory.bin"; + sha256 = "344358ba6af021b774f56a9ca13b7b3c071cbc6fdebc0ca23e75d2d97d61b62a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "b0e24873c44666aed39a4900558b27d3ed0b0a531e06444bc9c032bd756dcb63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v2"; + } + ]; + }; + archer-c7-v2-il = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-archer-c7-v2-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c7-v2-il-squashfs-factory.bin"; + sha256 = "e34ce2cf007c7bbb8521a09ade9ce57175af7ffa14019eb7bce0f451010096bf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c7-v2-il-squashfs-sysupgrade.bin"; + sha256 = "e176f2db85bc752c4636018ebb2af576e182516b2fe2e4c81e0c08a576126c4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v2 (IL)"; + } + ]; + }; + archer-c7-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c7-v4-squashfs-factory.bin"; + sha256 = "5af65ff40363981bafb716d91fe893433efb7150fc5490bf43617f51ef26dc7f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "ed08cfa28c47ae7e2fdd97349fdc2e8765fa3512b2bf6b0080b88e2310f59010"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c7-v4" + ]; + titles = [ + { + title = "TP-LINK Archer C7 v4"; + } + ]; + }; + archer-c7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c7-v5-squashfs-factory.bin"; + sha256 = "f00b0f8c5352099fd6cb0e6ff12b967eb4c4450e4d943e1ab16e1025d29f02ed"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "100a0b45b1a527ab971d567e840a85cc02d35e1c0424abb901d2afd4e1cc4585"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c7-v5" + ]; + titles = [ + { + title = "TP-LINK Archer C7 v5"; + } + ]; + }; + arduino-yun = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-arduino-yun"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-arduino-yun-squashfs-sysupgrade.bin"; + sha256 = "f6584d99aa724f51f46a12f564800100844c5ad6d089b257930c19ab8b263cb9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Arduino Yun"; + } + ]; + }; + bsb = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-bsb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-bsb-squashfs-sysupgrade.bin"; + sha256 = "c8e7879815239dcf3a023cc0275c1df3a8ec971218e75aa29ecfc91e9fb81b64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Smart Electronics Black Swift board"; + } + ]; + }; + c-55 = { + device_packages = [ + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-c-55"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-c-55-squashfs-sysupgrade.bin"; + sha256 = "3423cf15b6258945a1fc5a710acc76129012d9dd8d7dc1dd9b3510d434794533"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "AirTight Networks C-55"; + } + ]; + }; + cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cap324-squashfs-sysupgrade.bin"; + sha256 = "a6c795785da54433a25d78086e61e92220df4ca4c11505d2d08aa08775179eb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CAP324"; + } + ]; + }; + carambola2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-carambola2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-carambola2-squashfs-sysupgrade.bin"; + sha256 = "d17790fce8d3aef446841b3e4825001b0e8aeca02735321ad95c4b00e74f3e87"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Carambola2"; + } + ]; + }; + cf-e316n-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cf-e316n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cf-e316n-v2-squashfs-sysupgrade.bin"; + sha256 = "b19c9cdc27f73cc9421b6662782ead44f9f5c1b14fb0ba8d8829389f5ecd06b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E316N v2"; + } + ]; + }; + cf-e320n-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cf-e320n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cf-e320n-v2-squashfs-sysupgrade.bin"; + sha256 = "baf5353cf447bac188410538fb279572cf4067d2a2eaf827087ad44de88a7b62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E320N v2"; + } + ]; + }; + cf-e355ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cf-e355ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cf-e355ac-v1-squashfs-sysupgrade.bin"; + sha256 = "7c201a07e147f4581f0dda643e55548a97aca85e6ada053b7a2fe15a60102891"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E355AC v1"; + } + ]; + }; + cf-e355ac-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cf-e355ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cf-e355ac-v2-squashfs-sysupgrade.bin"; + sha256 = "8bb44cdf0f2ade3610d2a3c717dc9f2f69082153829a6cf2928393530dcdfb5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E355AC v2"; + } + ]; + }; + cf-e375ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cf-e375ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cf-e375ac-squashfs-sysupgrade.bin"; + sha256 = "444eefc3c194878d9e3327b8db9294e845cc2c0d3c02b519736e9de8d0901bf9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E375AC"; + } + ]; + }; + cf-e380ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cf-e380ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cf-e380ac-v1-squashfs-sysupgrade.bin"; + sha256 = "b3e430e2acaeabf885d84e6a8230a872ea0980d560cb79f85568f851c74510de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E380AC v1"; + } + ]; + }; + cf-e380ac-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cf-e380ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cf-e380ac-v2-squashfs-sysupgrade.bin"; + sha256 = "28cad6da063bfcc4bf9286c446ffc37e12d34bdbb51e4bebc9fcd5ca526b76c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E380AC v2"; + } + ]; + }; + cf-e385ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cf-e385ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cf-e385ac-squashfs-sysupgrade.bin"; + sha256 = "a3dffade1519ad878a2c405d8323a7a2992ecf6d2072cb1797638acd11600c83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E385AC"; + } + ]; + }; + cf-e520n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cf-e520n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cf-e520n-squashfs-sysupgrade.bin"; + sha256 = "5ce9e553d95f38bc68dddf909e384a544a0fe07034391f18b8d3bf6bab3b71e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E520N"; + } + ]; + }; + cf-e530n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cf-e530n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cf-e530n-squashfs-sysupgrade.bin"; + sha256 = "5f95b9d17c759e5ef3ce4a98a26fd46ba1b0128a91b32048fdeb35e9a09f6f8c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E530N"; + } + ]; + }; + cpe210-220-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cpe210-220-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cpe210-220-v1-squashfs-sysupgrade.bin"; + sha256 = "8273289cb330267b10b44aedef06774ca68215eec22a234b9baa31682e02a9fd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cpe210-220-v1-squashfs-factory.bin"; + sha256 = "845f7c5792df88b7f83a02826f20f36328ee10c6f0e3e8f2921cf502e03194b3"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210/220 v1"; + } + ]; + }; + cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cpe210-v2-squashfs-factory.bin"; + sha256 = "6aebb54ffedf4d33bbcc02ab3145e9f4f7b8bc037c83716d6a6d498e3db19dbd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "600698a813df07eaccee13975827440409bfb6f5615ac3b38db3d888ebad0416"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210 v2"; + } + ]; + }; + cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "8590a2cbdb41f35b890a67267559cefde3051ff87efb471108adf9dda254f6a7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cpe210-v3-squashfs-factory.bin"; + sha256 = "c8b11df13fe866f33ab78750a9ba4fec9c9f2ce606302deedf514e99af7e2973"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210 v3"; + } + ]; + }; + cpe505n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cpe505n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cpe505n-squashfs-sysupgrade.bin"; + sha256 = "a82ee527f206f2232d3e1c909c046246b55ba9338658b0d12fc10dcfb5955ac0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "P&W CPE505N"; + } + ]; + }; + cpe510-520-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cpe510-520-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cpe510-520-v1-squashfs-sysupgrade.bin"; + sha256 = "72a6f41867a28f4782c485568c8f92bd7bf646b6ef64f361049c170cde8a135f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cpe510-520-v1-squashfs-factory.bin"; + sha256 = "e55f2a0aa3bf9096caa8f5e34ac9c296ae38d3e6aff88c222555f4e572dfe0fd"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE510/520 v1"; + } + ]; + }; + cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "a5b25c89b3467678ad1695b899bf34e61fb74670957ab977b39232cd593fa648"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cpe510-v2-squashfs-factory.bin"; + sha256 = "51d99631e3fcb3bfd7ed80f48ba85d2179ef86cb03bd1a8d2a70ec56bf80c4c2"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE510 v2"; + } + ]; + }; + cpe830 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cpe830"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cpe830-squashfs-sysupgrade.bin"; + sha256 = "8e7adeb55667281fe08ec50096596e5ba79d9f8f6da00b41d09b6c719a9fd239"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore CPE830"; + } + ]; + }; + cpe870 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cpe870"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cpe870-squashfs-sysupgrade.bin"; + sha256 = "208d45bd45397fdc675ed6c1ab67e06643119addfbc1baccdb2150993d3347cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore CPE870"; + } + ]; + }; + cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cr3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cr3000-squashfs-sysupgrade.bin"; + sha256 = "5f212a2a4550d81ecf0a56af9bd2e3f269ca237a35f3b4bc3749ed3ead03034a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CR3000"; + } + ]; + }; + cr5000 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-core" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-cr5000-squashfs-sysupgrade.bin"; + sha256 = "31d012fd3622fcbe16186f92c801502d0901b40aad2254d3786b2ec0fc36517f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CR5000"; + } + ]; + }; + dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-dap-1330-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-dap-1330-a1-squashfs-factory.img"; + sha256 = "de082030544ca4a953d73d48a44576d285fcd14c6dfa2993bc7d7e7094f9d6dc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "fdc33fbb45dc5ff6ee20ef522b4df6b6abebaadb56c1bd9bbb4ee2af97d99e48"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DAP-1330 rev. A1"; + } + ]; + }; + dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-dap-2695-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "dd4abc1cebe0d1397c698134d02ed654b3d5549c9ce8cb9269210d63216a616e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-dap-2695-a1-squashfs-factory.img"; + sha256 = "b0eaa39d09e5f5d11e4fd70fc0799acb6cf964d1bb7a6627e6782bff0364e735"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DAP-2695 rev. A1"; + } + ]; + }; + dir-869-a1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-dir-869-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-dir-869-a1-squashfs-sysupgrade.bin"; + sha256 = "b4ae7d56d77874ef710e469ce8e5737e57af924c8f488328fb2ca5f487f0e0f3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-dir-869-a1-squashfs-factory.bin"; + sha256 = "ad102776cfab11944b1463c032bdc43b95b899ade7161ea81f60ec3a2b62e685"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DIR-869 rev. A1"; + } + ]; + }; + dr342 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-dr342"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-dr342-squashfs-sysupgrade.bin"; + sha256 = "2cc11b8dea62cb16cb6d211eff664236130333419d178c143bd1fcf247c63338"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Wallys DR342"; + } + ]; + }; + dr531 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-dr531"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-dr531-squashfs-sysupgrade.bin"; + sha256 = "973329d91b183ec5511f21acf4800ed985e7a288275c3b3bc2582d1bacf899c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Wallys DR531"; + } + ]; + }; + dragino2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-dragino2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-dragino2-squashfs-sysupgrade.bin"; + sha256 = "ad715a0f8818163eea3b3893adaa15dae5c234fd0d800893c1c6319a9497aa76"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dragino 2 (MS14)"; + } + ]; + }; + e1700ac-v2-16M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-e1700ac-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-e1700ac-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "e7b8616d44c26d3b8ea20b4c0d37f9aa2d6118acc3efbcf639ff0f83a8693915"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700ac-v2" + ]; + titles = [ + { + title = "Qxwlan E1700AC v2 (16MB flash)"; + } + ]; + }; + e1700ac-v2-8M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-e1700ac-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-e1700ac-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "104d878fca4e1ad9f03f33c0e224e3a4c64f1997cefdc8cbb37f847cde2752f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700ac-v2" + ]; + titles = [ + { + title = "Qxwlan E1700AC v2 (8MB flash)"; + } + ]; + }; + e558-v2-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-e558-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-e558-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "9b2d556f432b8331e758eefc10043386f0eee74a1cbace0049fe2481f3cca32d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e558-v2" + ]; + titles = [ + { + title = "Qxwlan E558 v2 (16MB flash)"; + } + ]; + }; + e558-v2-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-e558-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-e558-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "f83eafc630473e6e29349a353fd13df4cbd3c17ca45c5128ad28a18c995a6ccf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e558-v2" + ]; + titles = [ + { + title = "Qxwlan E558 v2 (8MB flash)"; + } + ]; + }; + e600g-v2-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-e600g-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-e600g-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "c2726647b3f144808ac108459ed17d877bf26a5ff0c0f55ea43b6cc40916410a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600g-v2" + ]; + titles = [ + { + title = "Qxwlan E600G v2 (16MB flash)"; + } + ]; + }; + e600g-v2-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-e600g-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-e600g-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "a5a864ebd03e12e1a237d79a42ab1e20ceb7c2bdf8d7f51baac985edb6c57f9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600g-v2" + ]; + titles = [ + { + title = "Qxwlan E600G v2 (8MB flash)"; + } + ]; + }; + e600gac-v2-16M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-e600gac-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-e600gac-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "17bdd5d9a5bd90b6a8f1174efa11c2d6eaafbccff68f510023257691b37b6ab4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600gac-v2" + ]; + titles = [ + { + title = "Qxwlan E600GAC v2 (16MB flash)"; + } + ]; + }; + e600gac-v2-8M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-e600gac-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-e600gac-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "813449e80cfdfdb081473f9cdc853aeda225373e3e40b561a9d2159cb6f70729"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600gac-v2" + ]; + titles = [ + { + title = "Qxwlan E600GAC v2 (8MB flash)"; + } + ]; + }; + e750a-v4-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-e750a-v4-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-e750a-v4-16M-squashfs-sysupgrade.bin"; + sha256 = "cf654a0a51b07e67870e47e6d3f8cf52d1631ab47348c6f5135a2d8dade4602a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750a-v4" + ]; + titles = [ + { + title = "Qxwlan E750A v4 (16MB flash)"; + } + ]; + }; + e750a-v4-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-e750a-v4-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-e750a-v4-8M-squashfs-sysupgrade.bin"; + sha256 = "a0886d498262c1a0baf8a8956521fa6d97168f5ff559661fbbe3d7559d37f695"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750a-v4" + ]; + titles = [ + { + title = "Qxwlan E750A v4 (8MB flash)"; + } + ]; + }; + e750g-v8-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-e750g-v8-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-e750g-v8-16M-squashfs-sysupgrade.bin"; + sha256 = "736741c49487f522cec681c300c57d0a8c6aaa620332acad68970418a06b252e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750g-v8" + ]; + titles = [ + { + title = "Qxwlan E750G v8 (16MB flash)"; + } + ]; + }; + e750g-v8-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-e750g-v8-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-e750g-v8-8M-squashfs-sysupgrade.bin"; + sha256 = "814595a7457e3d96c6cd251042b6c00c7f7d7b87a07127f69b80f1547916963a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750g-v8" + ]; + titles = [ + { + title = "Qxwlan E750G v8 (8MB flash)"; + } + ]; + }; + el-m150 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-el-m150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-el-m150-squashfs-factory.bin"; + sha256 = "fea297e03a4da080e3a8b1e93b267739969de37dd9955c699dd4bd94f5dccd02"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-el-m150-squashfs-sysupgrade.bin"; + sha256 = "348322cadfe4c4b0a6b99dd72788e10af2ae8ba5c185476876e9a818d3d32d1a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EasyLink EL-M150"; + } + ]; + }; + el-mini = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-el-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-el-mini-squashfs-factory.bin"; + sha256 = "b1e458e28214c74faa91e27ab73f956450c349aed0e7166cc83eb523a248e54e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-el-mini-squashfs-sysupgrade.bin"; + sha256 = "269fe00b37b665758a95b51ca38864814f4a735e537507322efd18f500b6ccfb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EasyLink EL-MINI"; + } + ]; + }; + ew-balin = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ew-balin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ew-balin-squashfs-sysupgrade.bin"; + sha256 = "7bc3a58ff65fd4a9ec4f44b9a31228cf77e93daabd6f4d8103af122cddac8495"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Balin Platform"; + } + ]; + }; + ew-dorin = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ew-dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ew-dorin-squashfs-sysupgrade.bin"; + sha256 = "2c2a6b2b5af498d5e49b27dd4e3a46b446e92106cb8b6a113f52dd72b92776a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Dorin Platform"; + } + ]; + }; + ew-dorin-router = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ew-dorin-router"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ew-dorin-router-squashfs-sysupgrade.bin"; + sha256 = "437cf4e91a05ab2c726c95381c384255f2469213682f6c949cf087989b064286"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Dorin Router Platform"; + } + ]; + }; + fritz300e = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-fritz300e-squashfs-sysupgrade.bin"; + sha256 = "9bc21c36f6df87983476fc5f682f0333fb398d9fc5b7bef48fbf1c1892a63c3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz300e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 300E"; + } + ]; + }; + fritz4020 = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-fritz4020-squashfs-sysupgrade.bin"; + sha256 = "430e4774c3c5cfc4969f4b8dc4fdc4e961203c524e55127d56c55dda798b0bcf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz4020" + ]; + titles = [ + { + title = "AVM FRITZ!Box 4020"; + } + ]; + }; + fritz450e = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-fritz450e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-fritz450e-squashfs-sysupgrade.bin"; + sha256 = "7e8496dc61c26e5c953855884f33a62b1c75c7f3cfe3018166376b7d22c7ab3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz450e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 450E"; + } + ]; + }; + gl-ar150 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-gl-ar150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "0b098aa0d435c532c4c3a4c52a4c6512f15b335de0d296b59aee0313aaae0c76"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR150"; + } + ]; + }; + gl-ar300 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-gl-ar300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-gl-ar300-squashfs-sysupgrade.bin"; + sha256 = "f18670e7828d78b6d6e61bcd6f7f078d70ac5a5dd6dd05165c6eaeacd3f8ef8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR300"; + } + ]; + }; + gl-ar300m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-gl-ar300m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-gl-ar300m-squashfs-sysupgrade.bin"; + sha256 = "b5f976c6ff14c8f052b1140d42f94c5c8a2279066aff427a35e23e18cd3e7ed5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR300M"; + } + ]; + }; + gl-ar750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-gl-ar750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "ec56d6a8504ab8e76ae6eafa6f9f187cf79eeec3e9ed714b610d0d32fe8fd661"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-ar750" + ]; + titles = [ + { + title = "GL.iNet GL-AR750"; + } + ]; + }; + gl-ar750s = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-gl-ar750s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-gl-ar750s-squashfs-sysupgrade.bin"; + sha256 = "edd42e5714f84a9a389faaa42e902ab740db919256ad4e85068ba6467ef7ceea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-ar750s" + ]; + titles = [ + { + title = "GL.iNet GL-AR750S"; + } + ]; + }; + gl-domino = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-gl-domino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-gl-domino-squashfs-sysupgrade.bin"; + sha256 = "4d71da6e6064f3685f8c9e714ee92f329a009c3a7e6f4048f95c54a2ed824c65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet Domino Pi"; + } + ]; + }; + gl-inet-6408A-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-gl-inet-6408A-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-gl-inet-6408A-v1-squashfs-factory.bin"; + sha256 = "af4690a3071b33a11bb9d6aa09ea6d43c21baa875c6bd6ecba87a7ba902b40d1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-gl-inet-6408A-v1-squashfs-sysupgrade.bin"; + sha256 = "9c3f14917126e8401450cb8da3293a4e9c38d58e784f15dc653a167669016fa6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet 6408"; + } + ]; + }; + gl-inet-6416A-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-gl-inet-6416A-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-gl-inet-6416A-v1-squashfs-factory.bin"; + sha256 = "56f754ea993fc2bb7bb4180bb5d4a1edf56d6ed2ab29eecc30702e1da3a63fce"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-gl-inet-6416A-v1-squashfs-sysupgrade.bin"; + sha256 = "5356e463b91a8e82a63b3e580a76e1dc65b70abad1cee44c079b5537d20b4e41"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet 6416"; + } + ]; + }; + gl-mifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-gl-mifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "9aa4418bc8f34bb84a3b762d4b6c666bd10c209c2fa3d71e982ad60eef9a0b09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-MiFi"; + } + ]; + }; + gl-usb150 = { + device_packages = [ + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-gl-usb150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "f88b97aaa308c749ef19a2cd2eb6033d5e4821f34291110467bc5828c896d860"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-usb150" + ]; + titles = [ + { + title = "GL.iNet GL-USB150"; + } + ]; + }; + hiwifi-hc6361 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-fs-ext4" + "kmod-nls-iso8859-1" + "e2fsprogs" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-hiwifi-hc6361"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-hiwifi-hc6361-squashfs-sysupgrade.bin"; + sha256 = "575367291506aec6d42db1e9144a5d992ba3aec256d4e93b8ec9d25b76f6b3d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "HiWiFi HC6361"; + } + ]; + }; + jwap230 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-jwap230"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-jwap230-squashfs-sysupgrade.bin"; + sha256 = "2b61a6bb73a2b3990e3af540f30d6a473df70cd9da6d372e492c3eb3ac28c11a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "jjPlus JWAP230"; + } + ]; + }; + koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-koala-squashfs-sysupgrade.bin"; + sha256 = "a080c0e154139bdbb2de856bf50348f52721f87f3e664636cc90504a07812d39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OCEDO Koala"; + } + ]; + }; + lan-turtle = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-lan-turtle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "11be59a5d4b86d4afba42521a35186c1e79e11b3b4b0d653eb09e2164a494643"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 LAN Turtle"; + } + ]; + }; + lima = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-lima"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-lima-squashfs-sysupgrade.bin"; + sha256 = "ec9b8e896acc2b1fe69ae8e352f0887a133e0e85259ac6b2d97175baf3fc024f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Lima"; + } + ]; + }; + mc-mac1200r = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-mc-mac1200r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-mc-mac1200r-squashfs-factory.bin"; + sha256 = "3466d7eb9c51f998983b03d08fdda2af7b22b4f2848dd37b920ad0fe388e7460"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-mc-mac1200r-squashfs-sysupgrade.bin"; + sha256 = "2cfe62da1a4c3074d5365daf38b639c33b88cc1d44403ff62d5e7e8ac15b7cb4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Mercury MAC1200R"; + } + ]; + }; + minibox-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-minibox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-minibox-v1-squashfs-sysupgrade.bin"; + sha256 = "e75fab9b7857cf9cc6b9e02224ca1e2a2765f0ae758461e5268a19e4eb1dc16d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong MiniBox V1.0"; + } + ]; + }; + "minibox-v3.2" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-minibox-v3.2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-minibox-v3.2-squashfs-factory.bin"; + sha256 = "fefdc0c78912f14c5cf0db97f7be69d259da93b7ca069d1549269b8d9ad10f12"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-minibox-v3.2-squashfs-sysupgrade.bin"; + sha256 = "0051422df21ea9892f3615931cd277443415aea472e3c114041553b0cbbfc065"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Gainstrong MiniBox V3.2"; + } + ]; + }; + mr12 = { + device_packages = [ + "kmod-spi-gpio" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-mr12-squashfs-sysupgrade.bin"; + sha256 = "4e633828dbe35a4446e1f3ff6f3d0acf27d4aa5abe441413de83d4ae880045c6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-mr12-squashfs-rootfs.bin"; + sha256 = "a7c1f2c15153168b195d8b616f2eb77034bed336883b7b31a12ab75e56662e7b"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-mr12-squashfs-kernel.bin"; + sha256 = "f77ef417141f325229fee0dad2323fb6f96892988835f1cd2a9ad03268f95aad"; + type = "kernel"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR12"; + } + ]; + }; + mr16 = { + device_packages = [ + "kmod-spi-gpio" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-mr16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-mr16-squashfs-sysupgrade.bin"; + sha256 = "6b180b92b77a8589da7b0f0645099662deb326566216678803aa0b43e7222ef8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-mr16-squashfs-rootfs.bin"; + sha256 = "a7c1f2c15153168b195d8b616f2eb77034bed336883b7b31a12ab75e56662e7b"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-mr16-squashfs-kernel.bin"; + sha256 = "35f6de6959c5c9feaaa6577a76313ea479550a08af1627a993535f599aa961b6"; + type = "kernel"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR16"; + } + ]; + }; + mw4530r-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-mw4530r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-mw4530r-v1-squashfs-factory.bin"; + sha256 = "a59587f74453032c9cbf136673bdefeec8f6f5ee715664b710580ccfd7f0330e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "4331139003dc2d1188dc778b3dfe889c9c7bc47f1a008b6141860510f6d253a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Mercury MW4530R v1"; + } + ]; + }; + mynet-n600 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-mynet-n600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-mynet-n600-squashfs-factory.bin"; + sha256 = "d3ab7c551074836ccf9d309ac18264c6db7dbb3b1b358ee425958377b50a1cd4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-mynet-n600-squashfs-sysupgrade.bin"; + sha256 = "d7205d5e53526be1904c4fb77776e2d6613226f882c05405d8297d60edfa03ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Western Digital My Net N600"; + } + ]; + }; + mynet-n750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-mynet-n750-squashfs-factory.bin"; + sha256 = "1b67ebda4aebacbf5e972770491d39e1be5dc6294ef67ccd63dc42476a9c64bc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "ac7ff2f2065e2e83a7b58eeb05c4597ed0db77141d86a00d80b5782a358c8912"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Western Digital My Net N750"; + } + ]; + }; + n5q = { + device_packages = [ + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-n5q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-n5q-squashfs-sysupgrade.bin"; + sha256 = "56b2ae7e359eae19fa25ea83e2ba5ac3f874ece4ce2a397f1f222e8ca0973c3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "n5q" + ]; + titles = [ + { + title = "ALFA Network N5Q"; + } + ]; + }; + omy-g1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-omy-g1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-omy-g1-squashfs-factory.bin"; + sha256 = "19e6c731999a2dd956adb49fafa0619266ae63cdc9c5183bae9b193cbf640216"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-omy-g1-squashfs-sysupgrade.bin"; + sha256 = "e3033f32994124a991ecdff308f80778fcc5bd6418d76f28ef1953f8deb7c700"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OMYlink OMY-G1"; + } + ]; + }; + omy-x1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-omy-x1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-omy-x1-squashfs-factory.bin"; + sha256 = "5ce30385f94bbb8f1705b0d0da760947b75ba2792f82dfc7f995c48efc7a80e7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-omy-x1-squashfs-sysupgrade.bin"; + sha256 = "90d2e1bcf9e6b1e4ff32e5480cdd8f665c92622127877faeb79713be92d07309"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OMYlink OMY-X1"; + } + ]; + }; + onion-omega = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-i2c-core" + "kmod-i2c-gpio-custom" + "kmod-spi-bitbang" + "kmod-spi-dev" + "kmod-spi-gpio" + "kmod-spi-gpio-custom" + "kmod-usb-serial" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-onion-omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-onion-omega-squashfs-factory.bin"; + sha256 = "db2f44f315a61783b152b0fae24e1c515dff22446b473747c582dc89378f091a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-onion-omega-squashfs-sysupgrade.bin"; + sha256 = "ec0dce35b102749a38a9eb819ccd0256f91b5b08bebbcdc0bbaa4829bb8b5191"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Onion Omega"; + } + ]; + }; + oolite-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-oolite-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-oolite-v1-squashfs-sysupgrade.bin"; + sha256 = "b79f5acdce667b850dc88df24bd661f1fa84422f55aa3df23381ced4494ffb2d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V1.0"; + } + ]; + }; + "oolite-v5.2" = { + device_packages = [ + "ath10k-firmware-qca9887-ct" + "kmod-ath10k-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-oolite-v5.2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-oolite-v5.2-squashfs-sysupgrade.bin"; + sha256 = "5cd2d79d46ce5e6736fb27e42a4e465937b650bcfa5cd418f4c9abc5fc282a35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V5.2"; + } + ]; + }; + "oolite-v5.2-dev" = { + device_packages = [ + "ath10k-firmware-qca9887-ct" + "kmod-ath10k-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-oolite-v5.2-dev"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-oolite-v5.2-dev-squashfs-sysupgrade.bin"; + sha256 = "13c9428d0a6fd583105011a15faa094f66b1dd3d48a2dcc7e5a74f503fe04e4d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V5.2-Dev (development board)"; + } + ]; + }; + packet-squirrel = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-packet-squirrel"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "76219be69b9d53192716e31259a570ed739acd95f2bb2f6de7632e49b6bbfad3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 Packet Squirrel"; + } + ]; + }; + pqi-air-pen = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-pqi-air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-pqi-air-pen-squashfs-sysupgrade.bin"; + sha256 = "bea04b6d8dd239f6585bf58f981cc01bb16432022ce1b2b6036a665034ab2a48"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PQI Air Pen"; + } + ]; + }; + qihoo-c301 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-qihoo-c301"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-qihoo-c301-squashfs-factory.bin"; + sha256 = "8d66c87950b8c3804cffeadf6be0161a9ec0911912b1a941dc03c9c9a8dbd481"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-qihoo-c301-squashfs-sysupgrade.bin"; + sha256 = "f5ce7cb4d855689c3f0eba55f64bea0dee7868d1a0302a88a1bf74e73c425f10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Qihoo C301"; + } + ]; + }; + r36a = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-r36a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-r36a-squashfs-sysupgrade.bin"; + sha256 = "a7e7e2757b6737c4dbe4233062cf1b0cc149399efe4a0f54d8b21402a6c9b346"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "r36a" + ]; + titles = [ + { + title = "ALFA Network R36A"; + } + ]; + }; + r602n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-r602n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-r602n-squashfs-sysupgrade.bin"; + sha256 = "0259a1b5993977334b6b4f74fcb8b3dd22ffdbf04c0295494607aff38b6e95c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "P&W R602N"; + } + ]; + }; + re355-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-re355-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-re355-v1-squashfs-factory.bin"; + sha256 = "9107362afa2e2eca32ad595b89d688c006aaade66885bdd30a5efca8ae207de2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-re355-v1-squashfs-sysupgrade.bin"; + sha256 = "5e0a5008c6b07c33237cfe83ad7be1d454ccb02bf7ef49298ff23f8e0a169a47"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK RE355 v1"; + } + ]; + }; + re450-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-re450-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-re450-v1-squashfs-factory.bin"; + sha256 = "b846423846642460e820969a66a549ea654060f970e343c9addd920914fd5729"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-re450-v1-squashfs-sysupgrade.bin"; + sha256 = "12b1fd2efdf4060f76cf5443d87a2aec26561e7d4b374558b9b9368a19ac7509"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK RE450 v1"; + } + ]; + }; + rme-eg200 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-rme-eg200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-rme-eg200-squashfs-sysupgrade.bin"; + sha256 = "0854f7de713ffebd03dc0fa9d809d54bd4575387e00cb603fd0a980999828ef5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "eTactica EG-200"; + } + ]; + }; + rut900 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-rut900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-rut900-squashfs-factory.bin"; + sha256 = "df980a2ba55a225bd0bd649045d03aae9fae17645b8182a10b021b8f79652283"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-rut900-squashfs-sysupgrade.bin"; + sha256 = "1ec788e44937d83ec23a741bb2d5a6bd78baca0175cfc58bd4c54b3609729dac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rut900" + ]; + titles = [ + { + title = "Teltonika RUT900"; + } + ]; + }; + rw2458n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-rw2458n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-rw2458n-squashfs-factory.bin"; + sha256 = "b4c3db60f4d94ba5f3f4e96a8f6c86c8cb2b2dd2f769f08dd3ff14d45e1ee545"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-rw2458n-squashfs-sysupgrade.bin"; + sha256 = "82c9a51a05f5528390196246e507ad8b6d2ed2c15b947137dd6f3609948412a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RW2458N"; + } + ]; + }; + sc1750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-sc1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-sc1750-squashfs-sysupgrade.bin"; + sha256 = "aeaf031c39f320625158ee2085549970d21a6cef73af18648950c5297b684a15"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC1750"; + } + ]; + }; + sc300m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-sc300m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-sc300m-squashfs-sysupgrade.bin"; + sha256 = "e249142dbb510bb6b6abd011879f41653d65d5ee1d50818109bbfaf1996677d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC300M"; + } + ]; + }; + sc450 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-sc450"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-sc450-squashfs-sysupgrade.bin"; + sha256 = "49f9f8283f2a917bd924e8b04074264d236fc87a6078b9d71edd13924543d0c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC450"; + } + ]; + }; + smart-300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-smart-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-smart-300-squashfs-factory.bin"; + sha256 = "5331c6941689f2b8519ffd7ad41c97989fa716fb3f74ecfd5ba853198297c727"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-smart-300-squashfs-sysupgrade.bin"; + sha256 = "9207448e21fed1ed39080d90fc13e253aa98cfd7492045fa52cda69cb9b45662"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NC-LINK SMART-300"; + } + ]; + }; + som9331 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-i2c-core" + "kmod-i2c-gpio-custom" + "kmod-spi-bitbang" + "kmod-spi-dev" + "kmod-spi-gpio" + "kmod-spi-gpio-custom" + "kmod-usb-serial" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-som9331"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-som9331-squashfs-factory.bin"; + sha256 = "7c3724ea8d6c435bd84d63db3779d4bbfb6fcbd8f014ba9f117651d4c57200cd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-som9331-squashfs-sysupgrade.bin"; + sha256 = "b7553ea31d21fc3e39977e66b68be9e7448e9e3ab44829c08c223c21fc3ff53e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OpenEmbed SOM9331"; + } + ]; + }; + sr3200 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-sr3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-sr3200-squashfs-sysupgrade.bin"; + sha256 = "a8b1d49950d6ecceae38628c21f0d26d04c9309a5bda553e2bf8f9bc8a464800"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore SR3200"; + } + ]; + }; + t830 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-t830"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-t830-squashfs-sysupgrade.bin"; + sha256 = "599a1621727c67f3a3518f193fc134b5f2237b7bd93c2d6ca4b075eeb30a20e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t830" + ]; + titles = [ + { + title = "YunCore T830"; + } + ]; + }; + tellstick-znet-lite = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-serial" + "kmod-usb-serial-pl2303" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tellstick-znet-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tellstick-znet-lite-squashfs-factory.bin"; + sha256 = "a10e2e67dea0c18b71c8de67975d803238a61ead3f8257abcfb8e5967c6f9a91"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tellstick-znet-lite-squashfs-sysupgrade.bin"; + sha256 = "f501b062d820987d3db85ac0c1c17fdceba3f997e0aa19a4c4005219e5a1030b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TellStick ZNet Lite"; + } + ]; + }; + tl-mr6400-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-rndis" + "kmod-usb-serial" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-mr6400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "24c42b191c34ca01f14a408b9a0cfd41c7949f476ba091089dae22a7732408e2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "3c667da7472f2757f6aca4a6cb38157ea90cc24601360d07e0f931704a3cdc8f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-MR6400 v1"; + } + ]; + }; + tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "def9e8fcde0c0be636d7d226d51176d38f3e678a845719738ee3278117a95c30"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "34417d39c379a3ce8adf998ed7f67a35f9aedc4c8fa96775c2c83b9d82034689"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR3500 v1"; + } + ]; + }; + tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "9068cd57697da426040c03675c9fe889dc372edda1cb4e2c891995315997790e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "d3bd6c62d28dc83b3a669d522f77abd91deb60df48395337507e47c432586a25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR3600 v1"; + } + ]; + }; + tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "98ab55da413d2941f319782351ac2361b06dfc9896900ced3873925ee0c5d80b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "9685a832d6fe884e145ffbfef5db86e3722f7977f6f6e13fa7673ca26a518b24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4300 v1"; + } + ]; + }; + tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "a99eb4e724fe952f483767113578c296cd6eeb6b1f951430f78697e3d0266e61"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "e5852322dd436703f1c2dc938289d61dcd0673fcb745b1c9ca5b868909291d41"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4300 v1 (IL)"; + } + ]; + }; + tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "4153334e05946201026f8525ce7cb49ed5d556043c03b38e7929726821fc1f93"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "02ac64515730deb9b70fa3b7adc25325313d6c1f5d72d7c7685a17bd30acd53d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4310 v1"; + } + ]; + }; + tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "34cec9531ecb7b6fd04937349f219edc08810042ba8ba782447988afc8a008cf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "d54bcc93e369f801b8b7bd451e9a0042c4451f492c9f0058fc61d17f60b101b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4900 v2"; + } + ]; + }; + tl-wdr6500-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wdr6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wdr6500-v2-squashfs-factory.bin"; + sha256 = "20ea064dd7965b774443d68840e0c65104d0c68152e1f75788aa5395b9fdbe98"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wdr6500-v2-squashfs-sysupgrade.bin"; + sha256 = "96062ea9f7e2d9e31203355dea5376b193bece9ef40fd643c72b9c5f19a33cf4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR6500 v2"; + } + ]; + }; + tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wdr7500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "76aef110907caa694c5590ace0cc9162ba5e10f91349134af3244a87ba6bf557"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "9c84051409e71b86bd61c7aaeb3841aeebc7c82e361b372d4fbb324031777600"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v3"; + } + ]; + }; + tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wpa8630-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "fa9e5d482c54e9b278239cd0e9a0d10fed47abfe8a0fc6c91ac60fcb0afc0e62"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "5d2e6d4d880049b2115b8082990158dd5e4413dc56182df1abc1d4829c9eb8d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WPA8630 v1"; + } + ]; + }; + tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "aedacaf183e8c364daa86db1654d2b7199750282b0441f2aebbfa14e3fef7ee4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "9a0ecc28477b112ced499e0aa81026627375562ce5bbcac38a08b7e9467983e4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr1043n-v5" + ]; + titles = [ + { + title = "TP-LINK TL-WR1043N v5"; + } + ]; + }; + tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "92e7d9f99d55bfca64f5e67939a1d54a7eccaccb4f0ed1ba764eb2f44db8bd3a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "80dfeb98bc4608ad28b9680da15a30359f0c4c9b3b2db25d6841e92dd2d7ca6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v1"; + } + ]; + }; + tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "285ee80d548c61a8014271cd8806e65151085fbf248bbbe5ba7ad8aee0bb9893"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "254089fb337befafe2dd6bd79b046b56de52bf04617199f0fc449951ac681207"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v2"; + } + ]; + }; + tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "1364426dac8cd22634b2146e38ab169c2856ad4fb368d4d684ea0b6136a2f02b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "e6c12e5628375767ccbcba6d85be5ad0c4deecadea06abde0acd39d99cf41e45"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v3"; + } + ]; + }; + tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "50e516fb57021ec059a4a3620775e136415fa9a0cfb922428b6fdba649c1dbff"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "cf19510059c4c647ea38605a66fa98a8f4896758a670a879864f5641e8c0a142"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v4"; + } + ]; + }; + tl-wr2543-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "1a36a2a6df766ffa71dc9aa568d224418ba726132f700b483608da11d0ecad2a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "c2cf50739883537e6f74751cb2e83c62cb0cf29511ed929543b63f8d1b24c03a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR2543N/ND v1"; + } + ]; + }; + tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "1d5ebae8b113879aa2dc1c26a1e67405b45f685dd5db733ce7b0d2b322f0450e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "3c06188f0ef1b54eda4b6cb8d4a034d116dd76c9962c6f26f8431659c92436f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR710N v1"; + } + ]; + }; + "tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "3d5e2b59ef0333d9be452172c233dcf68484e7123f0e1b6d037067af632c87e1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "dcd0248887a0873af8460cd4fcb81576f7b0ea61cff1cc61cad01b96a6ae7584"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR710N v2.1"; + } + ]; + }; + tl-wr810n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "81fe263c00ba553a51391e74071705cda936ac36d4d5441b7fcabc1d6ea918b6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "bfab62db7d3ba7875cebfc72e4f49665338bf01dc855b6206c765a7d0f1f10fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR810N v1"; + } + ]; + }; + tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wr810n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "d425eccbb059764fe2821374f34363cdbc0098bcbde8de2b5614a42ac48f1a39"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "99ca8148ad0823277399502d5e6a4d55363e667066f460698e4a494dac337651"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR810N v2"; + } + ]; + }; + tl-wr842n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "80d1a2d6b2889a6777abf5f1edcfb7f7e08f3e80becc49e7f8d18bd3589ada94"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "eeec805c49c832f49561d0ca153f54ab6d7f0d529cb1e25217f68c51397e6491"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v1"; + } + ]; + }; + tl-wr842n-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "81efd83d59a9a5fc8a4ae96dc53a3e1c41ff964cd7bc9ee1f13a0183ddae28c2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "d9a60de2a7e2c3492261cd17fa3eb6e1f28056b6896a43418be8bb82b3607629"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v2"; + } + ]; + }; + tl-wr842n-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "0c7debcc732b97847598270f8fa160ce9618ded0aeb0a5b1f72920aba1efdcb2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "490fd5dda5aca8501bf544b94910ee978c6f8c283d90efaba44295aa22fba86a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v3"; + } + ]; + }; + tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wr902ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "addb6b5a156042f5f582c1154ba5661ea5697552237fdeab899904ce7bf0ef4b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "b70bdbbf989248a735edfc582c605b11cf8ee32d0fa8a9422c40e3f435653cd6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr902ac-v1" + ]; + titles = [ + { + title = "TP-LINK TL-WR902AC v1"; + } + ]; + }; + tl-wr942n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-tl-wr942n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr942n-v1-squashfs-factory.bin"; + sha256 = "fa08733acfc5c903c7cdcc8f98ea8366856b3509b0dc89ddf4939a9c4384005e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-tl-wr942n-v1-squashfs-sysupgrade.bin"; + sha256 = "053e523f8b3e0c08225871cbf6b604f1616b3784c6e5e5807e3f3bc0b7985f18"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr942n-v1" + ]; + titles = [ + { + title = "TP-LINK TL-WR942N v1"; + } + ]; + }; + ts-d084 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ts-d084"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ts-d084-squashfs-factory.bin"; + sha256 = "e6f1476a93b62c79037bf1d67148f47cf791f84f364759bf507fe6ea7f5c7f88"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ts-d084-squashfs-sysupgrade.bin"; + sha256 = "4d575db78dff858e14dedd845f07611fad1f4fe6d6c220e281cc9d7e47793389"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PISEN TS-D084"; + } + ]; + }; + ubdev01 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubdev01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubdev01-squashfs-factory.bin"; + sha256 = "fd31fc0e337a07491b679482b0f32927a2cc09cd13a2df01cebd5b2c8027ba75"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubdev01-squashfs-sysupgrade.bin"; + sha256 = "c477d04916c56f12b97bc603b53dc5b1b565ce65aa922196e7ad5bfcd0c62290"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti ubDEV01"; + } + ]; + }; + ubnt-air-gateway = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-air-gateway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-air-gateway-squashfs-factory.bin"; + sha256 = "a4828ce4e6ea93115807381ba886ba3c56c2da603b816c3f44adceafe7b07f90"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-air-gateway-squashfs-sysupgrade.bin"; + sha256 = "18f78d05b3a922632f4cef2f39815eb0dd2de07698b0347187fc6e77cfd2dc38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Air Gateway"; + } + ]; + }; + ubnt-air-gateway-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-air-gateway-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-air-gateway-pro-squashfs-factory.bin"; + sha256 = "973c0d38c007e902458a928c652d42e1c209ab42a4abe4daed913fd8fac9b4f1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-air-gateway-pro-squashfs-sysupgrade.bin"; + sha256 = "3f7db6f04921476240ef2811d7c1026a77fb0d506613a21bb105ffe09a6cd496"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Air Gateway Pro"; + } + ]; + }; + ubnt-airrouter = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-airrouter-squashfs-factory.bin"; + sha256 = "462de0eab8117f95e3ecafefec80346dfa3d91554ed048e5627ab28eece653fd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-airrouter-squashfs-sysupgrade.bin"; + sha256 = "a31a4d01df66a532fd1fff027e8039dcabce9ae28fec055523fa5f320a28495c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti AirRouter"; + } + ]; + }; + ubnt-bullet-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-bullet-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-bullet-m-squashfs-sysupgrade.bin"; + sha256 = "c3656e19d76e2e25276019b3946046be4d8accd532bd7f5c68e6c2b6dce6c560"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-bullet-m-squashfs-factory.bin"; + sha256 = "5ebc4d652b1f39ebd05df08c9eeea0b7e624b1a8c0f264151121ce675e443a4b"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Bullet-M"; + } + ]; + }; + ubnt-bullet-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-bullet-m-xw-squashfs-factory.bin"; + sha256 = "5fe813df331b51eb6dff1f5cfdcafc200ec2258ee13c245ef30bda7b34dd02d6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "66641d22dd7dbc1784106394b264bfd0f6bf3467eabe8be45b03f992bc8d8cb2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Bullet-M XW"; + } + ]; + }; + ubnt-lbe-m5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-lbe-m5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-lbe-m5-squashfs-sysupgrade.bin"; + sha256 = "04192226e400695f2fe017da1a899ed47c8e2debb174a05b8fed8e67761a7e45"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-lbe-m5-squashfs-factory.bin"; + sha256 = "9755de2952fb75a51de4c391110ad9e77e45190c2fbca642288fd42201ce6ff1"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Litebeam M5"; + } + ]; + }; + ubnt-loco-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-loco-m-xw-squashfs-factory.bin"; + sha256 = "9f32aae3a3cdb766ba4e3d54c87adafafe513916d693d62ba5c9236174aaa33f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "b06b9224afd57864fd51da7ed05fdd030c563c685fab0dc459b211e7bac7c724"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Loco XW"; + } + ]; + }; + ubnt-ls-sr71 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-ls-sr71"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-ls-sr71-squashfs-sysupgrade.bin"; + sha256 = "a7548ba58436d2864ad430d8c7aa447be73ff7da8105c1993e3aa170844e4034"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-ls-sr71-squashfs-factory.bin"; + sha256 = "dd86e7c8769a7154510079f946c0871ebab3fd548c7f22efe96824a89be9810a"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti LS-SR71"; + } + ]; + }; + ubnt-nano-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-nano-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin"; + sha256 = "5b35c6bc8fbf5708341d7a5345f9940535e5128ebe1553b846f21958325a712c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin"; + sha256 = "0cf7232a7d44e1d6fb7d9fb634be67ff1db228ab2c7d3b01d749b8403bb09355"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Nano-M"; + } + ]; + }; + ubnt-nano-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-nano-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-nano-m-xw-squashfs-factory.bin"; + sha256 = "a866e2ef105428d02a2c1add3256f44dfac2b679cc32520c9fc0f9cc4d4452ca"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-nano-m-xw-squashfs-sysupgrade.bin"; + sha256 = "990128b33d32e4f8902964d228b75b93e33f11513d9caae310ac5fff987f4cad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Nano M XW"; + } + ]; + }; + ubnt-rocket-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-rocket-m-squashfs-factory.bin"; + sha256 = "612fc71c891bebed3da3707745fa0e9158b0c3cccbd6f3ef74a34956c2be585e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-rocket-m-squashfs-sysupgrade.bin"; + sha256 = "b79cea9fa16456f795c8866962877af59315e4526a3366f14a8fe90687502061"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket-M"; + } + ]; + }; + ubnt-rocket-m-ti = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-rocket-m-ti"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-rocket-m-ti-squashfs-factory.bin"; + sha256 = "6feece4dfcd82010162d17680e64f81393ca64cb7ed81ed3331d28d96f8e4836"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-rocket-m-ti-squashfs-sysupgrade.bin"; + sha256 = "c727ef831f27a6b5da6a1d15d8641fa7570b426efdff13f67eac037e1e0cd282"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket M TI"; + } + ]; + }; + ubnt-rocket-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-rocket-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-rocket-m-xw-squashfs-factory.bin"; + sha256 = "eb33c3df1a1a6067c0783ff7a0591f0f3bf68ca6b3796817ad586e0f823f698a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-rocket-m-xw-squashfs-sysupgrade.bin"; + sha256 = "63240a338a63756a7d6ca7bbfce2e8d789df82eb5a0acc34d27194e1fa205121"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket M XW"; + } + ]; + }; + ubnt-rs = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-rs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-rs-squashfs-factory.bin"; + sha256 = "a923e2328f2a4bb55e1b7dbb187b3e37d3edb55bcb840acb6995b994e64158a2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-rs-squashfs-sysupgrade.bin"; + sha256 = "5fa3aee274076a01b4b1ee6d0d69cd7455de75cec237fd6815ce91b549ccb18f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RouterStation"; + } + ]; + }; + ubnt-rspro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-rspro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-rspro-squashfs-factory.bin"; + sha256 = "013f3d7ab71754f126daa87616881493cd6d4dab258ec29e7041f11564d424a8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-rspro-squashfs-sysupgrade.bin"; + sha256 = "414411ccdea0ea892cda5ea74b99b41d17167d06d54d2fe610e94b8a5daa9c3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RouterStation Pro"; + } + ]; + }; + ubnt-uap-pro = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-uap-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-uap-pro-squashfs-factory.bin"; + sha256 = "e2eeb6850483e63b056f9186c25fe7d0d43f5838a5461543ee095411627cae5f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-uap-pro-squashfs-sysupgrade.bin"; + sha256 = "dc52290282109b2d0f67ac9ce90dcc8ccd85eb3bbc33170c9d4bafc383126280"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UAP Pro"; + } + ]; + }; + ubnt-unifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-unifi-squashfs-factory.bin"; + sha256 = "2dcadf46477bb7e6283637a9f449b520243aebc728cbebace94a7c9b5c1f7c54"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-unifi-squashfs-sysupgrade.bin"; + sha256 = "5d50c0cfd65deba71b0f2e1cf7b91625048a1c729b8127c286de4adab39f8d7d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi"; + } + ]; + }; + ubnt-unifi-outdoor = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-unifi-outdoor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-unifi-outdoor-squashfs-factory.bin"; + sha256 = "5879893602bb7614e1338405094c1cb7a6a8125d4387a6c81285dc3dd5ca925d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-unifi-outdoor-squashfs-sysupgrade.bin"; + sha256 = "9d01d108ef0ab38e6da04f4022e563ddfa9c7f23c3740fd227bcf15991c0da46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi Outdoor"; + } + ]; + }; + ubnt-unifi-outdoor-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-unifi-outdoor-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-unifi-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "ef3f51aa58de952427f451cb50036080bbbb8846813928fadea37379e60f53fd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-unifi-outdoor-plus-squashfs-factory.bin"; + sha256 = "e2caf638030d12b57016e1498364200655970b430df2f397ea760283420bbd08"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi Outdoor Plus"; + } + ]; + }; + ubnt-unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "ff9f3a65ab977a73d4710dfb3cda301a4c41bd7108aedf55a426d74a770306fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Lite"; + } + ]; + }; + ubnt-unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "ff9f3a65ab977a73d4710dfb3cda301a4c41bd7108aedf55a426d74a770306fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-LR"; + } + ]; + }; + ubnt-unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-unifiac-mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "ff9f3a65ab977a73d4710dfb3cda301a4c41bd7108aedf55a426d74a770306fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh"; + } + ]; + }; + ubnt-unifiac-mesh-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "748f94cd15cd2ed51510f233ac5670b8df663d3d60a27c5ea631afc64bfaf396"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh-Pro"; + } + ]; + }; + ubnt-unifiac-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-ubnt-unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-ubnt-unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "748f94cd15cd2ed51510f233ac5670b8df663d3d60a27c5ea631afc64bfaf396"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Pro"; + } + ]; + }; + wam250 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wam250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wam250-squashfs-sysupgrade.bin"; + sha256 = "7426e41d6c92d2e1e318869aa43816c2742c6927bb0843e25752e7f48ac8f510"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wam250" + ]; + titles = [ + { + title = "Samsung WAM250"; + } + ]; + }; + wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wbs210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "25e62f4caf81c192216c4034fce19b07eca985dd31da7b4a0b1329ede5a88400"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wbs210-v1-squashfs-factory.bin"; + sha256 = "1d792266b87cdf7344427336e7c73a9dec4ed1bd883f4d043695b9a5b78c39f1"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK WBS210 v1"; + } + ]; + }; + wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wbs510-v1-squashfs-factory.bin"; + sha256 = "8a8b90df93268159116dc2293b95b42b65afc5806ba9f25749fa2fbbe188ee21"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "906d1bdaba459fe40b613f87154935cd447d32f117856f46a7adf8ec36d5a400"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK WBS510 v1"; + } + ]; + }; + weio = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-weio"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-weio-squashfs-sysupgrade.bin"; + sha256 = "49c1c57bda7534d62393d6334376da2fd09db399bfa26bd89160baebba1930bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "WeIO"; + } + ]; + }; + wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wifi-pineapple-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "e860e2d1a784466b7be20f20277ebf63adc8dae32bdd8fb0446ab5a394d59ecc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 WiFi Pineapple NANO"; + } + ]; + }; + wlr8100 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wlr8100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wlr8100-squashfs-sysupgrade.bin"; + sha256 = "3ef8f80d13d3112038f8ca2c204fe9908b610e62fccd92080c8372d40ccee526"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sitecom WLR-8100"; + } + ]; + }; + wndr3700 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wndr3700-squashfs-factory-NA.img"; + sha256 = "b1cf882f2667b3256d33a718ff6a99c3562368658a3b5edff3c836c4ee867b0d"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wndr3700-squashfs-factory.img"; + sha256 = "9f6a8204d998472f57b35c2fc0c0518be7bd92f21df8e3772448987f66f3d5ad"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wndr3700-squashfs-sysupgrade.bin"; + sha256 = "dcb664057411b5caa8704f52124f09733b7141afee8d2667fcdb4fe05e7fae4e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3700"; + } + ]; + }; + wndr3700v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wndr3700v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wndr3700v2-squashfs-factory.img"; + sha256 = "2f69b252d8404db6ec4dbb645055da2f7d39bd1fc1d76f90f83afbc6acae7183"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wndr3700v2-squashfs-sysupgrade.bin"; + sha256 = "da2fd88cfbde4f424accb24a449ee44e2fbd1be378be97070cdeb3e00ac3dfcd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3700 v2"; + } + ]; + }; + wndr3800 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wndr3800-squashfs-factory.img"; + sha256 = "814bc3b5b27396bb70b7fffb311fe32e9d416ed93844a4303e83cab1105ce1f7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wndr3800-squashfs-sysupgrade.bin"; + sha256 = "da2fd88cfbde4f424accb24a449ee44e2fbd1be378be97070cdeb3e00ac3dfcd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3800"; + } + ]; + }; + wndr3800ch = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wndr3800ch-squashfs-factory.img"; + sha256 = "982f0703ccae29d0614a7e4f147dadd85eca80a2e4ed28794292f6dc6f87cf30"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "da2fd88cfbde4f424accb24a449ee44e2fbd1be378be97070cdeb3e00ac3dfcd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3800 (Ch)"; + } + ]; + }; + wndrmac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wndrmac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wndrmac-squashfs-factory.img"; + sha256 = "56121f09196e127ff626a3da6a3f2a1cdf784da26276b5a4273c4d164076ccff"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wndrmac-squashfs-sysupgrade.bin"; + sha256 = "da2fd88cfbde4f424accb24a449ee44e2fbd1be378be97070cdeb3e00ac3dfcd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDRMAC"; + } + ]; + }; + wndrmacv2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wndrmacv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wndrmacv2-squashfs-factory.img"; + sha256 = "52c6a0d5649d0435d542981333bd1c3e945790db4cbd25491a4eb75b1db7363f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wndrmacv2-squashfs-sysupgrade.bin"; + sha256 = "da2fd88cfbde4f424accb24a449ee44e2fbd1be378be97070cdeb3e00ac3dfcd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDRMAC v2"; + } + ]; + }; + wpj342 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wpj342"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wpj342-squashfs-sysupgrade.bin"; + sha256 = "4bf3e58255a8fdbac0aecd9472b081b11d50a1582ebbf6ae4944cf0611969509"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ342 (16MB flash)"; + } + ]; + }; + wpj344 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wpj344"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wpj344-squashfs-sysupgrade.bin"; + sha256 = "a2d92e3c9d92067860ecf9b0fc3f477dce4a55524858ec8786558c53aa606c93"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wpj344" + ]; + titles = [ + { + title = "Compex WPJ344 (16MB flash)"; + } + ]; + }; + wpj531 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wpj531"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wpj531-squashfs-sysupgrade.bin"; + sha256 = "6761f19cd9441ca7810fe71c4c2c143522dab8bc87dce1ab1c35910a687437fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ531 (16MB flash)"; + } + ]; + }; + wpj558 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wpj558"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wpj558-squashfs-sysupgrade.bin"; + sha256 = "0f2ed7e06389feb0cd5b4bcf88aa3700ba377a50f051fd352f7cb6bb7bd9c56e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wpj558" + ]; + titles = [ + { + title = "Compex WPJ558 (16MB flash)"; + } + ]; + }; + wpj563 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wpj563"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wpj563-squashfs-sysupgrade.bin"; + sha256 = "b3bdd7516fc720d2191be133476c458cd4ee0ec57089f6296ba2dc678b1efc58"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ563 (16MB flash)"; + } + ]; + }; + wrtnode2q = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-wrtnode2q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-wrtnode2q-squashfs-sysupgrade.bin"; + sha256 = "2d9f574ba0a6b17737071fd2e6d94490a4ca286101ebc4b9f0cbf64ab70cda7d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "WRTnode2Q"; + } + ]; + }; + xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-generic-xd3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-generic-xd3200-squashfs-sysupgrade.bin"; + sha256 = "b5c69e4a12ab5f1b2a586046ce00b882fb5975a850c89eff92f527196dfbd48a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore XD3200"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "ar71xx/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "nand-utils" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + nand-64m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-mikrotik-nand-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-mikrotik-nand-64m-squashfs-sysupgrade.bin"; + sha256 = "d44df803aee2bcf37a927c2e4ea8a019efec5479a84083a09c829c61daa5dc53"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MikroTik RouterBoard (64 MB NAND)"; + } + ]; + }; + nand-large = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-mikrotik-nand-large"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-mikrotik-nand-large-squashfs-sysupgrade.bin"; + sha256 = "fcf568839ae3c1af8e7d09bb630ce478e9ee151b845e88ce4911f0a458e821b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MikroTik RouterBoard (>= 128 MB NAND)"; + } + ]; + }; + nand-large-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-mikrotik-nand-large-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-mikrotik-nand-large-ac-squashfs-sysupgrade.bin"; + sha256 = "e178d630e1f09cd6adc54a37cc3c4fe50a766267612596bc06dce0b48b318203"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-921gs-5hpacd-r2" + "rb-922uags-5hpacd" + ]; + titles = [ + { + title = "MikroTik RouterBoard (>= 128 MB NAND, 802.11ac)"; + } + ]; + }; + rb-nor-flash-16M = { + device_packages = [ + "rbcfg" + "rssileds" + "-nand-utils" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-mikrotik-rb-nor-flash-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-mikrotik-rb-nor-flash-16M-squashfs-sysupgrade.bin"; + sha256 = "8bdc267be123f13d1bd538dd77ff6e12b0a3979a6eb135a6d53d299d321b4ed7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-750-r2" + "rb-750up-r2" + "rb-750p-pbr2" + "rb-911-2hn" + "rb-911-5hn" + "rb-931-2nd" + "rb-941-2nd" + "rb-951ui-2nd" + "rb-952ui-5ac2nd" + "rb-962uigs-5hact2hnt" + "rb-lhg-5nd" + "rb-map-2nd" + "rb-mapl-2nd" + "rb-wap-2nd" + "rb-wapr-2nd" + "rb-sxt-2nd-r3" + ]; + titles = [ + { + title = "MikroTik RouterBoard (16 MB SPI NOR)"; + } + ]; + }; + rb-nor-flash-16M-ac = { + device_packages = [ + "rbcfg" + "rssileds" + "-nand-utils" + "kmod-ledtrig-gpio" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-mikrotik-rb-nor-flash-16M-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-mikrotik-rb-nor-flash-16M-ac-squashfs-sysupgrade.bin"; + sha256 = "3c805b3060400d38a3fd3694b51a031ce042fd60fa70139fe2dd0d10ce028479"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-750-r2" + "rb-750up-r2" + "rb-750p-pbr2" + "rb-911-2hn" + "rb-911-5hn" + "rb-931-2nd" + "rb-941-2nd" + "rb-951ui-2nd" + "rb-952ui-5ac2nd" + "rb-962uigs-5hact2hnt" + "rb-lhg-5nd" + "rb-map-2nd" + "rb-mapl-2nd" + "rb-wap-2nd" + "rb-wapr-2nd" + "rb-sxt-2nd-r3" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + title = "MikroTik RouterBoard (16 MB SPI NOR, 802.11ac)"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "ar71xx/mikrotik"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + c-60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-core" + "kmod-usb2" + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-nand-c-60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-nand-c-60-squashfs-sysupgrade.tar"; + sha256 = "5abc44645ea2637e4c1bd2432bacc53c616de2810fd0613f19230b7212c76a9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "AirTight C-60"; + } + ]; + }; + hiveap-121 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-i2c-gpio-custom" + "kmod-spi-gpio" + "kmod-ath9k" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-nand-hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-nand-hiveap-121-squashfs-factory.bin"; + sha256 = "c142a2c4ff12bc94440c4ccde8d027820ec33b7302e6f1c8313f4b7c5d611524"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-nand-hiveap-121-squashfs-sysupgrade.tar"; + sha256 = "b5852c091632cbbbc3f684f5848f2ae88c1e9c45ea31cb9b843d003e1f969f26"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Aerohive HiveAP-121"; + } + ]; + }; + mr18 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-nand-mr18"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-nand-mr18-squashfs-sysupgrade.tar"; + sha256 = "e7973a456aa167402bf79ac25b0d20935e1277120fd392687ff20e9a17623533"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR18"; + } + ]; + }; + rambutan = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-nand-rambutan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-nand-rambutan-squashfs-sysupgrade.tar"; + sha256 = "5ba013c6f7a058c20362319be58ca61c08e31451254e9aa5cb01bae1eeb4ba4a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-nand-rambutan-squashfs-factory.ubi"; + sha256 = "dfcbe78a94a171cd502438e57ce88b4fa24cfc70fa597b30c3a5e08cfca848f8"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Rambutan"; + } + ]; + }; + wi2a-ac200i = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-nand-wi2a-ac200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-nand-wi2a-ac200i-squashfs-sysupgrade.tar"; + sha256 = "95994679b4b6ea28a3e2dc961ca36fa85c67b62a8db12bb0ca59250dadc41a43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wi2a-ac200i" + ]; + titles = [ + { + title = "Nokia WI2A-AC200i"; + } + ]; + }; + z1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-spi-gpio" + "kmod-ath9k" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-nand-z1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-nand-z1-squashfs-sysupgrade.tar"; + sha256 = "de1a3d106e3f80d59328cb9a93c67f5ce385fcb8925ddc770e12cb6c80a84a9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki Z1"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "ar71xx/nand"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + ens202ext = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ar71xx-tiny-ens202ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-tiny-ens202ext-squashfs-sysupgrade.bin"; + sha256 = "6b5ae8842ceee67c2ca55f9f6e0f9fe60869cacc87b5142ad212a5a1d32bb0d5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ar71xx-tiny-ens202ext-squashfs-factory.bin"; + sha256 = "f6cb8a407fd0ad5fb4d8a5a582df18597e58eac0684aaa88de45438ac6c0a49d"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EnGenius ENS202EXT"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "ar71xx/tiny"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + arc770 = { }; + archs38 = { }; + armvirt = { }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "wpad-mini" + "kmod-ath5k" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "wpad-mini" + "kmod-ath5k" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath25-generic-kernel.lzma"; + sha256 = "2d47514b5c486b80f4bd58ba1c61eb4462ac76be43faa2bd7294720037e2b93a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath25-generic-kernel.gz"; + sha256 = "24149da6d8eff11ea04305cfc18eb6a6d57e5b5dbdb154e1af8fb9f4ffda586d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "9aad29a844aed277fac16ac7613e181e1b8119b9c8e80ad68677e35178a479db"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath25-generic-squashfs-rootfs.bin"; + sha256 = "8966031dc8fa5fa437c549d0a0f239e9bcd72b1b057cd9340a5ae9209582a5dc"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath25-generic-kernel.elf"; + sha256 = "3ad404ce1d4bb17df51456c7b3e776aa24264b3598312f08eff5e5e00721ad77"; + type = "kernel"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic Images"; + } + ]; + }; + ubnt2-pico2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ath25-ubnt2-pico2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath25-ubnt2-pico2-squashfs-sysupgrade.bin"; + sha256 = "c48e898f45803c75c3665483451ec1f4e5b932383c8d17601c9710dc243ebf94"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti XS2-8"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "ath25/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "194a0100c506e1435dc5ab3bcbed607b60845f8c0ac0b25df5784a33fe28dd8a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + title = "8devices Carambola2"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "0510587a7aa5ba2917967764c947df1d25c8702d145e894a040c871ad1e0ced8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + title = "Aruba AP-105"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "04165a56c3ecef8ed0f491eae234970f0b52af2908fe2b3bb78195f587a16180"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 300E"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "862e2b2104aeeb8d8a1149e789cf7a0ef2f52ed42e1f94c07ffebe595fa10824"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + title = "AVM FRITZ!Box 4020"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "b44ff3e639ab9348f4f3ee143302c528068125718e7a7a937d7f1121f27cee32"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "dd4de4d2f9ce0893ad4b724a2f9fdaf8b42cbc79695f4f55b349b53261af9c11"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "e8e1ffe3beff86f13cff64aa3dd1a87f635679454457b8248d85ba9c15c38fcc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + title = "Buffalo BHR-4GRV"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "837492fc647daf9722b514522be25ef53a3e08b063f0f919bd85e7823604e1f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + title = "Buffalo BHR-4GRV2"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "6b9e4e6f44ecda1c6e1d06c9640f18fe933ce1a027e11d270000de5aecee77ff"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "272e5d246785762ebac797515f8cca6537b17da8d20b2232819b106298adbdcc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "e7d7280147af1a72ce8979708bdcde8864b995fdf43a891582171b08f70c83ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + title = "Buffalo WZR-HP-AG300H"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "9315fc3ad8da1106d14071d29d35701f3769e5f4f38ebc758db165da79f0929a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "bd36e5d7ea2a741dc7ab4fe0869b779a92035f14253e2c71e9d34a4946e152ec"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "677a624cb70d389c9efba5c79cf0c807abfb216a2aecb2ef7d06f6ba5abd3f9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + title = "Buffalo WZR-HP-G302H A1A0"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "3a0917124f257866f224f2a8d74480f571a5af17fe55c0744df2f0c9705ff952"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "3a17c1ef154c832c57b1d7d02fb08282c7159257b6bf7a06acc651a4c610f19f"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "bbdc267bfd4f0a1df42868e7866f710ce9d95a87e5fcfdb410d820b172b7c577"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + title = "Buffalo WZR-HP-G450H/WZR-450HP"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "ce76c163c31c3db16a81d65006a7c6f5fde667d93642f1c95ef7f0e90bf6ba03"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + title = "COMFAST CF-E110N v2"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "6e96ed5a0460b00581c71a1e2b7ba82150fcb2abe5b451140b033bd8d708e93d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + title = "COMFAST CF-E120A v3"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "41d59960548e959a571d2f42ff17ab9861c52468292ad33becc7689a5ea190f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + title = "COMFAST CF-E5/E7"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "b2390b86b7bd7ade91b82a843efb70d9334f05dac6b339bc92af9c8e7394a020"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + title = "devolo WiFi pro 1200e"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "bcddb4b4f57aec6700334a229aaf207ce84a8caf27c4f68ceab45a6423c2f031"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + title = "devolo WiFi pro 1200i"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "f0af81e8d2e4b623bf584196556df992549fd5dd04b7d4f252d10ec626473f72"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + title = "devolo WiFi pro 1750c"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "1dbb49a3cd38bb90fca5c2addc89762a2f0237d3c442e7a2c5819099081f2fc7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + title = "devolo WiFi pro 1750e"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "49a3688a4671d067f951adefce3d9dec787597cede857424b81fcfb8c00cc7ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + title = "devolo WiFi pro 1750i"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "d3502e10f44ee763d3e7230dbb2a1c284cbda7823cfe83dbc0607b81d9aa7a0f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + title = "devolo WiFi pro 1750x"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "1035816a407cb1a33a2ed50bb15601556722610b0a78a0b520cc8d3480927cf8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + title = "D-LINK DIR-825 B1"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "5e1b4afd26793895aab2485c1ba1d3fb214a6ae1c0960e559473b0c2d9de78e7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "641bba36e88e2f0cadac142baff962ebb58d297d579b95759b47a2d0cf727704"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + title = "D-LINK DIR-825 C1"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "4d9a11628e5e48004024a8ce1bafdd532e33cc2c88917be53269e09dc5b7cc69"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "04409229dc2d804e8efa28ef4b52a1b47ddb189af81009aded927a604a263686"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + title = "D-LINK DIR-835 A1"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "883310e80426dcee24be9dc5d5959035026c24edea10a093655cb7444db8c57d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "e01523824beeaa4e707c61a75da3da09752a1ea1122dc2ccb66bbd0047934441"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + title = "D-LINK DIR-859 A1"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "cf807358e0636aac594f39946a1c815e4ceceb4cc0a48a3fde71a9294c6a97c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + title = "ELECOM WRC-1750GHBK2-I/C"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "ab87ad995c464b114fbf097dc1736769aa6f767024649afe5739a198266c593a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + title = "ELECOM WRC-300GHBK2-I"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "357248a8c4bf85eb494c18bbf25e755be94a7db80759b84c8a25d36ea0e26cde"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + title = "Embedded Wireless Dorin"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "07233578eb02c26f255cf558e0ad4fd810510d0fec1c0c4788dce28f3f857375"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + title = "EnGenius ECB1750"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "374ab1511cdadea417409d7b10eb5d0b49928b1179d861ff3aab2aca5e4bde11"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "82dd049011fb7b4ab697720f928df6c12ac72b1ad0170d5f7199b5f35b426ca8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + title = "EnGenius EPG5000"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "d0ea7734a5a21a3fb316c526f6975e8b253b3b04ec9b9170e8a2caa1542ca6f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + title = "EnGenius EWS511AP"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "502cc6523943341031a4ff24bca04b08c4ff573ae55c01d5548582f511a9e6a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + title = "eTactica EG200"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "5df1c6ea3ffa9644c4baa6c7ea312edcbf2b9225ef1f91d75c6ffb8ca5688c14"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + title = "GL.iNet GL-AR150"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "4048ab81c67484b6ea021e81971be45c2516fae09c9e23d10d9a726f1afad757"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + title = "GL.iNet GL-AR300M-Lite"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "1bce66402f57af630259d038354fceaead91fc8ebb2329fb4cc2625426cf6467"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + title = "GL.iNet GL-X750"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "a88717a4cef5dec57a8938e54ebcb7b2adbe0ff280e403b05bc5d89bacf67975"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + title = "I-O DATA ETG3-R"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "509648ab919ebe53b9a852b76247abbd4e5e426f0f64e3735c1181c9dd03663f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "6f70f76f328e887baa854061d46c7449fa71bf117b506decdf72b973a222a301"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1167DGR"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "047554ca4d77625972da889b62f9dbca45664501ca6d4835a452bb4ace2cbb4b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "16527a6b22a911da6a98fd01caa43c20f910bf8b2a920f872e1d7da36117a477"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1600DGR"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-iodata_wn-ac1600dgr2-squashfs-factory.bin"; + sha256 = "ca30e295192bc08428ac71da1470a1bb7211153044dfd242e148608b15000fb3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "d90964b1b47772655fd5d45c8cf7c4005a5937776a0a3d75058598631c09255a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + title = "I-O DATA WN-AC1600DGR2"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "0a04c23071f2d41fbd61951c12b455b2041a51d516218fae5568a1a660784d77"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "72e294944d9af8cad6b2ed5c6b536b67346ff48a48b060b48ad29470eb104d49"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AG300DGR"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-mini" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "8ee08bdaf684d65469d4d68ac0033acbae752edc71f6c332d3b545e0551651be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + "ja76pf2" + ]; + titles = [ + { + title = "jjPlus JA76PF2"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "fea1a20b53e4a317fc0caeb16ccc06034c63b96d3fb3633eb2d2b91bc6414d60"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + title = "LibreRouter v1"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "f988112623c3532fcef6eb0830409599af756e6c34718c4dba580ef0dce677c6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "2ac099a584cae3f244f22e085fd2abd92bc29a0953711ba77a7d965764ce675a"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + title = "NEC Aterm WG1200CR"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-htt" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "50e2bdff51c07bdab0bed930ca64ba2f13118471c73b8825f3ac9f3d54029f90"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "6ce6b85522b7ef5dfff3307196b482a6ef3c321c234c923ec51d6db3acee609d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + title = "NEC Aterm WG800HP"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "8783ab7c9bb95b217c3a2abf051ecf8703f1c7d2e44b4915118735f596602c15"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "5c7199e052d8c7fb135970c89c15c455d1d22daac611d250e00aa9b17d851589"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + title = "NETGEAR EX6400"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "9079ec33da870ac6636bb72956e5f94021bbc61393a0ccf1d7875857c435c9fd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "7c205f8ca871f4487f998b8fb5cf390608e85cfe69e023fb49e7e28b38a50fa1"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + title = "NETGEAR EX7300"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "5ac680b14ee0e297e64a889a54369ee69ef74abe9425fc23072b5a1f512a4339"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "ca61ee24e4c4a21a19ef814cd05251d04663dde27d93b0f87a22461b1d949851"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "ae3a0a018ad28d2e3521812cb213c02462fd15dcb62dfcea76053a3370bbf119"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3700"; + } + ]; + }; + netgear_wndr3700v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-netgear_wndr3700v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-netgear_wndr3700v2-squashfs-factory.img"; + sha256 = "c50623690ac28193335d493fa60b66f26c33cf1c3c7f9e9acb45b515fcff652e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-netgear_wndr3700v2-squashfs-sysupgrade.bin"; + sha256 = "097a175ee0e059749221d79700bef742aae6d230bf62b8412674c0b374fa923e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700v2" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3700v2"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "8762d73337848eedc2892197435445e937a41bc4750921292b3ec32fcc69c372"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "25e87878008f12aa672c570ae718107cd93680cc353f477f4caf76043807a362"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3800"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "d24cb0fe06d8aa98c4f6178cc0c95872af79aa2e1b85fa28e20aae76d808e3b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + title = "OCEDO Koala"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "96f6ba090e01adea317344cfbe23b4d91fa36b38296aa2bd962d866f5b9bfcd3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + title = "OCEDO Raccoon"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "090a2dd90e88dd8b4fb13ab45f52604768fc8f9ad77341553d5135df92f3a76d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + title = "OCEDO Ursus"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "om-watchdog" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "83bcad89239b4d2ee734aee646748b54952668fd27dcf4e0986e5204c3569066"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + title = "OpenMesh OM5P-AC v2"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "4e4bd7abe2efe815571989e03c59d228af68a888850a948c24800beaff9d9fe0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + title = "PowerCloud Systems CAP324"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "b637716b4aabacc9e1075418a8d290c5cf77f319cc8f0c41ac0ecaa9246c3290"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + title = "PowerCloud Systems CR3000"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-core" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "9a94263040492f73991ccf3dc10af740dbdb60f26ff0fe4b0c321d5cea4c378a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + title = "PowerCloud Systems CR5000"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "2191849d68f77ec0f77673947eb6a58a76096aef89d85e92105a86da6eb529c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + title = "Phicomm K2T"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "96a29777ea58e805345448cbee01cfec1a00f1d65c34487deb8ac24d00bc2e93"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "aa1db38aaa2b5d5974e369c932926683822c66a8b94ccaec4ad764912a525c4e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + title = "Pisen WMM003N (Cloud Easy Power)"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "b24f7335697ff847ee55273dbe588c7e43565fbad5ab1b1fbd5da87a16498a82"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + title = "ROSINSON WR818"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "5eb239941ead7db3ec3e1dc00c87710efa6b5e2c31edc8fdaddd16708b792769"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "5bdbaf001ff590bc124a8022b5763daba53f12fd3a46ba45a04ebd7aa6be7432"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + title = "TP-Link Archer A7 v5"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "30e9d22d843c297b25613dcd0f18b8c9c05f3cff42587829706cee0fb558ef83"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "536f922e74582f3d5ccac04d46652b470808392ce85e2437d57030e398b050cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + title = "TP-Link Archer C2 v3"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "5976ba986e4045fdb8b6cfc13e20cbd1fa18d242438d44637058400f401a3e93"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "d646c26d96c61d4bb39478f0ad54020601e515fee95d9d3c08f89314afc72364"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + title = "TP-Link Archer C25 v1"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "db5b1d1e9fce81a2f8c634c6b69df1a95b9379cd03a516f02c2d4f7db886eecb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "f4547392d07ecb31731a6679d58eace6a013caff9e085432566713668b9c544e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + title = "TP-Link Archer C5 v1"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "1e31a410af2f27b4c7ffec21afa339fa3c2c26af3724cb9f0865843224613a96"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "ecf2643317e76c62279b255095e9b82f492fae0586ab224416dd27f91b36c480"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + title = "TP-Link Archer C58 v1"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "fc84984da5ea0594746d7d31fe00105d37a3704c7353c5f290b4df7dea45a473"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "c23014f55a5b61dba5fe6f2a5c5c4ce2ea3879aa40f18ad825a727aabb845224"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + title = "TP-Link Archer C59 v1"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "c2a4c60cf9a34751c5f58c5c2bf9f43ffbaf7a042ec4f7f4a9bac4d732307b1e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "7de4a4b53bc127549e676ea36bd89f8a8c4c4fca37a68a30899e6c9b375b045d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + title = "TP-Link Archer C6 v2"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "ef50b4050bd7f04b89ff7500b25d921b0c89c1fee89f20e819e79c3275988519"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "aa56737349464e5b60f1c2595e24b7bb9fdb52454d05761ceb00df13ed43d9e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + title = "TP-Link Archer C60 v1"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "062253c031de751ee8757e1bec3eda813d7e3ab185293650554957cb7bc5894a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "c357c8be6180651bccd4334e034237da859d6ebd2e3bd6de90a98e7b310d9905"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + title = "TP-Link Archer C60 v2"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "805fd54a78ded2aa40d8b09ec5d94ec8925392d81ab22dba28973ce2248db71e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "b9cbe81db4ccd99718ffd6bf1bc4bbf1ac910e1948277c1c50f459372c2b7b5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + title = "TP-Link Archer C60 v3"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "89919aeff771cc61399a854a2be1cdfd38a183bdf0fda3c0711553a75d709d89"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "ab51271746b8e16cce2d3843530d5b407e8e35383ac125c8a8566dfb3ea87fc5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + title = "TP-Link Archer C7 v1"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "c5d7cecb81bbd4090ce368881727f2a1476a7e943107e33629e59a6781e1052f"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "995b5b6fd0d85c9082cbaa065aa112973e1e03ab51f9085cbefbd6944844d3ee"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "a882ba8d32bf04511779805e46208bac541e05084f3a0ef51494cf28dfe5b12f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "2631b76f02d610607f9f37b4d005640280234c9f9bfea510c214da8d82cb2460"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + title = "TP-Link Archer C7 v2"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "d8fde04fb514943f40ed9bda28422d500516f9213493651ebac1dfa8c70d6ae4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "8523836018608d4014429639d052c1873e5b58a798dd3d599f9745e65d26fa44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + title = "TP-Link Archer C7 v4"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "5e295fedeb7543e7cf2378b6b694b97a6a33a9964f9b13f9d884606373889415"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "7bfe79b9634f8cee802c9c775fbcc2ddfe9d57c7f4874257a48daff840e02fdd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + title = "TP-Link Archer C7 v5"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "1f653cdf08e3af5a84f4335f16d9a5a467dd5e68a5d2cdf5e12188f555887afd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + title = "TP-Link Archer D50 v1"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "9bf1f9c2bfe4d8f0264d105d30b7a3650238b7ac600d15632d55ebf688c1a1bb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "c9b3be4b2ae575ed6fcda47a927fb7b18b15fab5d1aafc9f4c0adb7ee9cc823c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + title = "TP-Link CPE210 v2"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "d449f54d7929cdb8ae768d8840e9a352f3eb2ee439320222f57357e3e180ce88"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "5ce3962ea2b2a2a8a8547423880ac90c8b008601d7794599664d5b4cf5f33b41"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + title = "TP-Link CPE210 v3"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "c7b16bb47e4be04adb0dc97093e0372dfa5d311288d2bbbba29376521bc1de69"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "09246fd4acbceff35dc849a863924628c4c38ea6d5ac392d73ca65ef5c3f0889"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + title = "TP-Link CPE220 v3"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "69966f9cd2316266b56ef7cc5694f12c26c00578f54bb3f550e09a55bf88d4e1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "eb6efee3b905e2845b6fcc2ba0d50908afbc08b87bdf6f255f84ffa27444dbbb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + title = "TP-Link RE350K v1"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_re450-v2-squashfs-factory.bin"; + sha256 = "5bf22538826bacd172a1d4c86291e1fa67fdf93eabd7eee439f7aa43342d6f27"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_re450-v2-squashfs-sysupgrade.bin"; + sha256 = "ccec5887732471681c3b7f9de640dd3a128864ed3da906d528ba068d2dc74261"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + title = "TP-Link RE450 v2"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "42eee763b893abdd6126a22f8fd316e47453d898387c86ec83571eb5bc0de398"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "0b9cb40bbcf2481be6f40a00f4234a031b3e6c2ce5400ff593aecf4490d0a9f5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + title = "TP-Link TL-WDR3500 v1"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "735aa0f47856fb688657f9fc2f6e1dbde1a14e9d11842f157a4bf37eae3c6e7f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "c860b4ebb5a6f69f9adba1a5258c99b641594e25258de9eca06e6e590934cb46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR3600 v1"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "d846d0dba46a5084f37f52286b4b31537f8884c00ddb2310ac02c32635851660"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "75c093c418f363c3bfd10b19e9b3d479707ac9cea3800a073465387f8e72dba3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4300 v1"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "e0fb7d2f3fc9c3c21444576ef51d1ccf014e840f1bd939d13d3a0a60ea11cccd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "aece8a81b3ea580dea4a6101ed1b3535ee3e166ea5bfaa7dcda456f424530933"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4300 v1 (IL)"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "4d186008624b1580a2ee4b2b72e0e10ebea474655a266f4c0d694476b8b1ac5e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "221a9322931205054b5de71aaab560cc32de9aded22d42a01f6c2968319ced3b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4310 v1"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "9fa680a4045773d1e05685b6e9b055a476253368a15ea92391a1f900004e8f4c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "dda073a04099722ee619ece39275bbc41724aac1854e4dac10468f407d83da2a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + title = "TP-Link TL-WDR4900 v2"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "8fce396ecf2ae43929d53fc354660d4d21073a8d4284df3d159aa7e532da10fc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "4abf57369eb8ec8fa7d138f63fcfbfee1368140316458c9a720cdc6d4757e26f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N v5"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "7d9c4f342da2490f9f33cf90a562903f9db90625f670328b9f06034b4d8b507b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "eff06bb5a7e2241da23c34d13a487c12ac2c75a467b873180782d8fc146b3908"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v1"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "5d839c9ab021b81a17f1e0c0a9bbed714fef9ed4eda12fb312de779c427e5aae"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "a2e130db28df2dc4d1b7aa8bb0da26461e9900dea78601d4bf12484474400cb0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v2"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "cbbc57824182785937df8bdbe8c6fcbdd911583e8b4e88108fb91a34e2ed8534"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "95fa8e02e9324a3178a2cc9b8c0ff693b88d8d7164973b7f69d80c5652bfa25f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v3"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "eb98037640b96627ab58c04be84ef74eb5e2d36aaf770081f4eaa107cbed85c3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "ad703fed3135595bf3a5bcf5c566f5f065625c3ce900895cd5e0232441f3d501"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v4"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "2ec98badaa9b0a084d16bdf2da91205d6313690834972e7ab6a717ca4af2d995"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "de3d72c0b4be1d9194c15abf127a3c76642db765405c77ece1633444fadcd160"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + title = "TP-Link TL-WR2543N/ND v1"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "2a7bd875cc45e5e551e61eb07ea209f9add7cb04dcf819683ad18a9371857113"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "31aeb8c3c6a6311fb7ab1d3bc1ca2b7f9cb85a7c0b4c770929f6bb1cd4fdc74f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + title = "TP-Link TL-WR710N v1"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "15a3d066a3fa5f17406fe7030b2692450df1c579ac34a77a8d8a002a07ced931"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "8beee2fe07bd6a5443c5e6f757c9bb3b1293acce5fdbd89ed1665bcfa229a958"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + title = "TP-Link TL-WR710N v2.1"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "993381fd2627f1ca158db705149a425cf29c5616c70b059476f84f2524e878d9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "94d620756381da5203293d432c04075581a1b213d29251b2f5041aac6be04a8d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + title = "TP-Link TL-WR810N v1"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "e8a4893919a3b64c433af3fa570f21de8428413864c9521a71dbdeca89b22c22"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "bd37e0b1574247d994a63435ab46bc7331ee27aabf78a8060354e35509bc77b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR810N v2"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "63ec933560fd6a0479e11b8158f758f798645242ba72f7df0094dc084135a9e1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "072a388fdc295cff45e1e044679176b3c4ecfbad284255a0bd1f12ec501cb1d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + title = "TP-Link TL-WR842N/ND v1"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "3fb1e303e21dd44d903c46a71840617699393805ae06181d0a7d11584d05a09c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "cc3aa1cc512b0997f2fb21fb01fec0cc464b32c6b845be420d7edee7e7f5afb8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR842N/ND v2"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "252bc8d66be53798ba594b2dc3249b7df2bc39e7bcd5acd94c3797b555c1bfed"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "9f8b138311201ac96d3373b71d0e9146634bca4207516bea6b9c72e62e97cc9e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + title = "TP-Link TL-WR842N v3"; + } + ]; + }; + ubnt_acb-isp = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_acb-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_acb-isp-squashfs-sysupgrade.bin"; + sha256 = "8620af33059c444f50098a675bcc53ef4d8a90fce6e1a6b4d7d4b2ec3db6436b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,acb-isp" + ]; + titles = [ + { + title = "Ubiquiti airCube ISP"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "b8666c38ba029103bcadadf2fd0eec912ccf9b135f3aee8f9e69e57b6b8e5167"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "f01ed52ea2a3c6a335187fd816b46885253051d5d04658b8cecf3ddf42325c66"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + title = "Ubiquiti AirRouter"; + } + ]; + }; + ubnt_bullet-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_bullet-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_bullet-m-squashfs-factory.bin"; + sha256 = "0d56b1696d6fde80bf2e4ca907a0a479c33f1fc31e1bb54eb89a41f2954c692e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_bullet-m-squashfs-sysupgrade.bin"; + sha256 = "a03a0ba0527bbefe49bfd53ca8962be6b3fe55e91f9ad8fe6a5126199f9862ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Bullet-M"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "b929c9d47f08ff3d7e67807b2789b40274bb36f20abea71d100a93af92378d5c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "806ddc698b545b97ce3ed9d6cf4830de5c24da9ba31d1f1040be9f3d4e5a4965"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Bullet-M (XW)"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "88a4fb1eaa96140bad631b224466db75d8937384c65d42b8af123613117f2295"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "a8e6c1ae19af470e2d8024d7f51ff45beaf26afa8e40a9a61977ace82af7fc18"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + title = "Ubiquiti LiteAP ac (LAP-120)"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "413596ccae4838b04a1bac1d603255d292378ccaf18e66675ea017ac2bf3a31f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "51b3277985144e8f57a5fd32e7949acbf8cfad84d30f4dcbaa914e94da0e7af1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + title = "Ubiquiti NanoBeam AC"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "37aa904196cbd5ee13c5db4af9a5d0bf15d4e7ad2da39d525da35ec4f29f7f81"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "c1122b84d7437805199dcb9921956e4086ba21d61f60a2133ee104a9c6c841db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + title = "Ubiquiti Nanostation AC"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "1fe49a4476bf69915a0bbf9c7aff7a64d5c8fbe4a5b68bb1537da2065173f154"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "dcb980a1d57d41fcc04b6a7dfe444e62bbbe972854b28881deda0de037b73f01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + title = "Ubiquiti Nanostation AC loco"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "095f4aa6b59e0f3fba35e6108fae514dbd06f3e74fe8c7c4e815ef619090c26a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "002447d18014f2f2c8670c5abf79639eeb551181800ea456d794f694399d1156"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Nanostation Loco M"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "09df72fe01953bb644ef8494d6f98775d8d0e3efa23e42b735c891ac1ecd2fb1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "0d5df906f39d10f154ce9d563b8e9d2a3ea8e737c9a1b01c7e5ab6e2f1225555"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Nanostation Loco M (XW)"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "e33cb031e650ba364ff63782806060a54e97e594cb4d548f81f75893364582d1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "01ec8262e4aa80d3a3e425b26f912b6846a853392a26cb2f7a0e21df5764fdca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + title = "Ubiquiti Nanostation M"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "351d4d14344fcaf1cbf0d663a4f834cf1b1d78e4f93d174eedfc83e658948930"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "a0e4f694fb807394deec533d559900e224e5a039294d79b877cb9ca3243d825f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Nanostation M (XW)"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_picostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "8fb2bdcc20e8efaae6a8f42668330f52d2cdb0a7ec3e94fd61c86a8fafdbd345"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "db1ff08bfa47433f8abae9385639b8576b22652a5d2ac0c519bd582a4b9108a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Picostation M"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "c482e5e9652b0f5b58d16301c90d1106b66a50b6ae83e8f8fcc448dac3aebb5e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "cd678058c71fe8081836b2c282db196e822ee87f3b09727e30decf04abfecb68"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + title = "Ubiquiti Rocket-M"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-mini" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "90947810eea1dfd4f53795a3178e6b532c6ce2036857f853f34ccf1616f43968"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "b29cf5e7b812f08a1ee28c523c6a7e20b71b13a619124ad0e6749a0c8c9e5ab2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + "routerstation" + ]; + titles = [ + { + title = "Ubiquiti RouterStation"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-mini" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "6f0eb58e67c536358d0430835c67aac90bcf6f79d16c74e297aba0144e32c09a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "d4633d7903d4736bac1624db5b76647fb7a24e9b22bd5f3cc00e3806c0f1aa72"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + "routerstation-pro" + ]; + titles = [ + { + title = "Ubiquiti RouterStation Pro"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "13b7b0fcebe409c8422803c746dce1274a5943c727643e6ca9ad589f8b012b0d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "f7578dcdc2364b6ddd8f1f23551ca4b087bc3b4089ea2732c984cd33c081dcca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + title = "Ubiquiti UniFi"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "45549337c2008194897fe15de9d8f53fd5197ecc23ee1ece6ca02c0102c75e29"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Lite"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "e99e07e19e009d741cbe8ffac3582b36216cd43e139d50b9780ce38c8840d05b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-LR"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "4c15fa9f6e85625bc619f801e160bc46c24115693029e596407d1b8407abb518"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "de6a4b5789a1e395612b1b7eb5c54d2b16f2b0c2f324073dfc0038bcdea01692"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh Pro"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "f994d767d97d774f58dd58bee26a07e394f31a5afb15105885622df7b8e67b6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Pro"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "4e3ca25459f49485737a2339c994b6b407b5d3882db153c3b7e10eac8390d03c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "cff89d38991ab1c4fe1a41a47018335122d77924ef2da55b3d07c0c67d823174"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + title = "Western Digital My Net N750"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "9d51e503bbb430d8acc5c47c211c5a389a04a7a9cc7b16705a5d97a2c4782e50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + title = "Western Digital My Net Wi-Fi Range Extender"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "c503f3943829c2ddc40d2169141fe8f1e532f54d7949b59906fb238fcc345227"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + title = "Winchannel WB2000"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "f4ebc8853738840e01fe7f019e1794c1bc8047f53d2a03d53450ae6334c98b25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + title = "Xiaomi Mi Router 4Q"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "be711c561abd7d44e128f96926bda8eb73f7dcf533f3eb802c6216cfb79c0405"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "ea86cd7c9c955b69529561d1314a39c9ffa75a81e9cb4fd83f30ac76053c9d1b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + title = "YunCore A770"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "1b891656ac2d0ae34a5a35b866061ba26aea76585cc522246b5eb8bc6910751e"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "61aef063f698d850400b8d950deea9cec8d540f93fa2c515940c043845a257e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + title = "YunCore A782"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "6ce29edaf5643304156e5fbff08795f2e98bb4a809781bf7ac95be29c263730c"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "223a46c561c9f363fcd7c86844dd7f1e5f0dadcdc2eb3088883f200785585be5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + title = "YunCore XD4200"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-19.07.10-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "c7a11aa1b091464ca634f5da2c53cffa16c6d8db16321fc8c38c833492aa3ee6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + title = "ZBT WD323"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "ath79/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + buffalo_whr-g301n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ath79-tiny-buffalo_whr-g301n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-tiny-buffalo_whr-g301n-squashfs-factory.bin"; + sha256 = "1a762ee5cf8a1b8a73dffaa1be3131680747c97ae3c24d939b6d9f2f1310f32e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-tiny-buffalo_whr-g301n-squashfs-sysupgrade.bin"; + sha256 = "ce4abd8f63e6a0a4900c99733441fac6880c9b48f445250126e8dfce9c19eb8e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-tiny-buffalo_whr-g301n-squashfs-tftp.bin"; + sha256 = "aa4200e5057bf17528f22de2fe0ead95da09ca5a8f5391480d3050b9c1962ec8"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,whr-g301n" + "whr-g301n" + ]; + titles = [ + { + title = "Buffalo WHR-G301N"; + } + ]; + }; + netgear_wnr612-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ath79-tiny-netgear_wnr612-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-tiny-netgear_wnr612-v2-squashfs-factory.img"; + sha256 = "0504b264a47b8f762f9decdd7d6464f4f4173a9b58f99cf6de2b20b1b97573c5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-tiny-netgear_wnr612-v2-squashfs-sysupgrade.bin"; + sha256 = "eb2388d6ed93b50b76655a1f81be1a20667c41580827c3b72a11379719a2d0b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wnr612-v2" + "wnr612-v2" + ]; + titles = [ + { + title = "Netgear WNR612v2"; + } + ]; + }; + on_n150r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ath79-tiny-on_n150r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-tiny-on_n150r-squashfs-sysupgrade.bin"; + sha256 = "5758cc5c7f2a455e53a478e128ef16f6043aa265f2847e0d21143750496b44cd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-tiny-on_n150r-squashfs-factory.img"; + sha256 = "e97459860fe4c12888b8d3b4831d16c4f5cd24c326a902829d36d7112338a692"; + type = "factory"; + } + ]; + supported_devices = [ + "on,n150r" + "n150r" + ]; + titles = [ + { + title = "ON Network N150R"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "36d248988d8954a810ec5e9ac5b9c38694a474d6515ae50969608acf4328d43d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + title = "PQI Air-Pen"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "ath79/tiny"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "osafeloader" + "oseama" + "otrx" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "osafeloader" + "oseama" + "otrx" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + ]; + metadata_version = 1; + profiles = { + asus-rt-ac56u = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-asus-rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-asus-rt-ac56u-squashfs.trx"; + sha256 = "fa33b40b0bd2de843d18b9e9b5b5fea71661e2c739d6e2f6b66154f40d824924"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC56U"; + } + ]; + }; + asus-rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-asus-rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-asus-rt-ac68u-squashfs.trx"; + sha256 = "4590658be59e560d24042c77a4414f472d486481730946a3b6b72b513ec5b523"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC68U"; + } + ]; + }; + asus-rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-asus-rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-asus-rt-ac87u-squashfs.trx"; + sha256 = "19b2cfdb01cc4f1cf0564e9934274d199b9da4256812b007409ca664d82ad015"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC87U"; + } + ]; + }; + asus-rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-asus-rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-asus-rt-n18u-squashfs.trx"; + sha256 = "cc3bd03462e2387f125a23c2b924dc180b9fba907720df232ac38c5e787d2c85"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N18U"; + } + ]; + }; + buffalo-wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-buffalo-wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-buffalo-wxr-1900dhp-squashfs.trx"; + sha256 = "49f69be7936cad98d63b5a171eef2f0da2fdb4177140e38504c0d16b019e867d"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WXR-1900DHP"; + } + ]; + }; + buffalo-wzr-1750dhp = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-buffalo-wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-buffalo-wzr-1750dhp-squashfs.trx"; + sha256 = "c76cf35932006e3a3bf57140c6db961dc54dd74c471ff9dd09d8fb1ba732b1d4"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-1750DHP"; + } + ]; + }; + buffalo-wzr-600dhp2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-buffalo-wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-buffalo-wzr-600dhp2-squashfs.trx"; + sha256 = "1707fa1e39735be4bf02393e018da19118333b5b434bfb9a9eb815a9c802a834"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-600DHP2"; + } + ]; + }; + buffalo-wzr-900dhp = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-buffalo-wzr-900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-buffalo-wzr-900dhp-squashfs.factory-DHP2-JP.bin"; + sha256 = "9466e459e7b1136fcdec14ebf09584042018b2debf8dd9c98e57dcea842143aa"; + type = "factory-DHP2-JP"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-buffalo-wzr-900dhp-squashfs.factory-DHP-EU.bin"; + sha256 = "be97bb22e92e8a46999357959c3dece9de98de94b8a77a619e387ab253ef59bc"; + type = "factory-DHP-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-buffalo-wzr-900dhp-squashfs.trx"; + sha256 = "c06f4f3cc870cdc7031542a35492e506b0a089b77756131e03341c1e429a85c5"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-900DHP"; + } + ]; + }; + dlink-dir-885l = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-dlink-dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-dlink-dir-885l-squashfs.bin"; + sha256 = "2312d136761c8a38c88797c2af243b04597cf3352d0ce97b39adeb670249ed75"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DIR-885L"; + } + ]; + }; + linksys-ea6500-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-linksys-ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-linksys-ea6500-v2-squashfs.trx"; + sha256 = "45b10ad5503bd23a8c5521d0cec65dee9a284d7e294cbe1a49e5cb1eb867c405"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys EA6500 V2"; + } + ]; + }; + luxul-abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-luxul-abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-luxul-abr-4500-squashfs.lxl"; + sha256 = "0be75e0ce38d2e9306219fe5972c10743fd7daf25018e17db735a354773628e4"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul ABR-4500"; + } + ]; + }; + luxul-xap-1610 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-luxul-xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-luxul-xap-1610-squashfs.lxl"; + sha256 = "036e67457e883e51577e8ba29bca7267342f20a95e0352548ec2a88a1d4e724b"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XAP-1610"; + } + ]; + }; + luxul-xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-luxul-xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-luxul-xbr-4500-squashfs.lxl"; + sha256 = "dbea28435ffd7f789204aaa958b99abac616d55afa6c345f52b925eab03c5541"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XBR-4500"; + } + ]; + }; + luxul-xwr-3150 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-luxul-xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-luxul-xwr-3150-squashfs.lxl"; + sha256 = "771e1f282dfa5aeab29fd7df374cd5da220e57305cbd419ddc9a607d7f439019"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XWR-3150"; + } + ]; + }; + netgear-r6250 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-netgear-r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-netgear-r6250-squashfs.chk"; + sha256 = "9e0a5725e693803e1ae02d70ef462402e7dd27440b01175fab8b2a2bcec9d508"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R6250"; + } + ]; + }; + netgear-r6300-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-netgear-r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-netgear-r6300-v2-squashfs.chk"; + sha256 = "aaf20a6599f8b02b3552f47babfb47fb9272217a9766ea523e5401c4705bb45b"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R6300 V2"; + } + ]; + }; + netgear-r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-netgear-r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-netgear-r7000-squashfs.chk"; + sha256 = "fc68d4d6b90f79b3a8dde0699257c08ab0b81ef65d158017e5407186a4fa8a49"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R7000"; + } + ]; + }; + netgear-r7900 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-netgear-r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-netgear-r7900-squashfs.chk"; + sha256 = "bb932f751a2461e4c49971720fcd6ae5c974900605e90fc1fe59ec5e6be48a91"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R7900"; + } + ]; + }; + netgear-r8000 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-netgear-r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-netgear-r8000-squashfs.chk"; + sha256 = "903a1be7abc640350c158af385101b5abb5d675d9d019bcc81cea20c848805e5"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R8000"; + } + ]; + }; + phicomm-k3 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-phicomm-k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-phicomm-k3-squashfs.trx"; + sha256 = "683912d3e3c47050f232091ca5fb6493c68da8f59050b4280232f1d58510af25"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PHICOMM K3"; + } + ]; + }; + smartrg-sr400ac = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-smartrg-sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-smartrg-sr400ac-squashfs.trx"; + sha256 = "226850bc6a7e3d2e1ad952784074d7f42de768ce3c4aefae2071d14654325a3c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SmartRG SR400ac"; + } + ]; + }; + tenda-ac9 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-tenda-ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-tenda-ac9-squashfs.trx"; + sha256 = "e78e0fb8049fb34424d0e94ad4513af33a502bd01b36af2470fe05c5d3a883b1"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tenda AC9"; + } + ]; + }; + tplink-archer-c5-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-tplink-archer-c5-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-tplink-archer-c5-v2-squashfs.bin"; + sha256 = "84fc4a2172b624393d6edffe7475f491921c3006b6a913ce7ea84783daf7d948"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C5 V2"; + } + ]; + }; + tplink-archer-c9-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.10-bcm53xx-tplink-archer-c9-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-bcm53xx-tplink-archer-c9-v1-squashfs.bin"; + sha256 = "3b0b930086e9554c770b0e03b27900e0fa18705b76d213c9b1d3380fdea51118"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C9 V1"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "bcm53xx/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + brcm2708 = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-board-rpi2" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm2708-bcm2708-rpi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm2708-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "9cd02ca265cfbb7e307488432bb8982d61c4ab8e83a11bbce3baf908fa77eff8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm2708-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "6ea2ab6952e8e06737f6a57b0c833fb80ecc6de9d29f2cccf40e0779ffd72d34"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.10-brcm2708-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "d9ae9d2a460a1f6a74dcfda8f27ed70f4495dd429dfdff628a9917e134aafaff"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.10-brcm2708-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "728b80ab99b25e5fc765226b740b3339f9f0954e1bf2f46b79c896077809ea80"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + title = "Raspberry Pi B/B+/CM/Zero/ZeroW"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "brcm2708/bcm2708"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-firmware-43455-sdio" + "brcmfmac-board-rpi2" + "brcmfmac-board-rpi3" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm2708-bcm2709-rpi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm2708-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "adc177e246320dae20e362ecc1c5a971e47964f2374bdd8613ef000ea3142a5c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm2708-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "747c2fab1a031a954c1f1e789f8113f01444038055a48ad91fbc5bab4e456c10"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.10-brcm2708-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "ae4136e0e1011d1becacefff1287c11046a3a05da4cbb76378c37cfe7a19c612"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.10-brcm2708-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "0fcd17d79e95fb9b0db76459e5da1eb66d774f415136d5bfade60b43a55f76f3"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + title = "Raspberry Pi 2B/3B/3B+/3CM"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "brcm2708/bcm2709"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-board-rpi2" + "brcmfmac-firmware-43455-sdio" + "brcmfmac-board-rpi3" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm2708-bcm2710-rpi-3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-brcm2708-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "318c6757dd43858e0904b6b4895f87ee711e6616261e279c9eab62235d9525f3"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.10-brcm2708-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "7dfdfbd17fed8f06891f3361fb664479d9483b0bfd8b5f63d58139f4e8e9aaca"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm2708-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "4b5ef8a82a6819cc88b91a1c93e43fd3cfbf67ba831fb110bf699cda39f64ea3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm2708-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "a23a10880629a3cf734bd193fdce4a0873440726d2fa1c7ed8da8aec071153ca"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + title = "Raspberry Pi 3B/3B+"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "brcm2708/bcm2710"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + brcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + linksys-e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-generic-linksys-e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-generic-linksys-e3000-v1-squashfs.bin"; + sha256 = "ff6b7096d602848711600ab7b54e77841a6937709acf34286230e73626b40192"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E3000 v1"; + } + ]; + }; + "linksys-wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-generic-linksys-wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-generic-linksys-wrt300n-v1.1-squashfs.bin"; + sha256 = "86865a30abd02abf31b64e1d82ac012145ede2b95978db18613d396cbc638faa"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT300N v1.1"; + } + ]; + }; + linksys-wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-generic-linksys-wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-generic-linksys-wrt310n-v1-squashfs.bin"; + sha256 = "6eef5bd87a24c24d87a9a09cf469d33841329c2280f00c5a914bf72fac30f476"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT310N v1"; + } + ]; + }; + linksys-wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-generic-linksys-wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-generic-linksys-wrt350n-v1-squashfs.bin"; + sha256 = "58f895edce73dc79112e31576faf789f1c12a098689652696443cb47ad41a023"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT350N v1"; + } + ]; + }; + linksys-wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-generic-linksys-wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-generic-linksys-wrt610n-v1-squashfs.bin"; + sha256 = "1546761dac459c52f5e321340001ff298fd87ea56b6672ec10e2f9fcacd9caf0"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT610N v1"; + } + ]; + }; + linksys-wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-generic-linksys-wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-generic-linksys-wrt610n-v2-squashfs.bin"; + sha256 = "a7f4832cc87a4acb3ea59169b741589a2ffc72f888953eab0e89fd440515a7a0"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT610N v2"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-generic-standard-squashfs.trx"; + sha256 = "3bb945ff9388245e1d511bc2e4f66e4f6a23032f2d7e2fa805665bf91eca81be"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "brcm47xx/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + asus-wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-300g-squashfs.trx"; + sha256 = "466558010d34102ba80db3b5ca5edae43dbba8ca425aea629bd31c6419378fcb"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-300g"; + } + ]; + }; + asus-wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-320gp-squashfs.trx"; + sha256 = "2976065059edb2c7dd5d6e640c2f82f8bb54a34254fce6dea3206e33aeca6d71"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-320gP"; + } + ]; + }; + asus-wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-330ge-squashfs.trx"; + sha256 = "66fa646a075d2174f3ad2482dad478f26d141e7805303aad9e8be3abb33a9d2d"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-330gE"; + } + ]; + }; + asus-wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-500gd-squashfs.trx"; + sha256 = "cc0ca2ba811944f56ca1f7e9dbb50b72c0781db465b478427f5f84420fe10ed5"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500g Deluxe"; + } + ]; + }; + asus-wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-500gp-v1-squashfs.trx"; + sha256 = "e8634fc33212f5f203e2b88db3b094e5ab7abc3a313173d1bd54bcc53328a7a7"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500gP v1"; + } + ]; + }; + asus-wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-500gp-v2-squashfs.trx"; + sha256 = "e5709882d0cd6ac480ce91ba754dec701b6116780f48b4771fce97b108160b7f"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500gP v2"; + } + ]; + }; + asus-wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-500w-squashfs.trx"; + sha256 = "88e8f3d9d4c2ee4271d92c24f75b80df4bda415c21bfcd0d88ef2c709b57c0c7"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500W"; + } + ]; + }; + asus-wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-520gu-squashfs.trx"; + sha256 = "3b8f2b8c320badf057091db83324f40af8534966de4bcab44f34e850313a6765"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-520gU"; + } + ]; + }; + asus-wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-550ge-squashfs.trx"; + sha256 = "e22b9b3230e191f78060991dcc8a892fd6da608a65c47b365ba205267acf0be3"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-550gE"; + } + ]; + }; + asus-wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-asus-wl-hdd25-squashfs.trx"; + sha256 = "d418aec8c84eca12195c64757113a049b2de07a60de72cc56253ee968065fa77"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-HDD25"; + } + ]; + }; + dlink-dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-dlink-dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-dlink-dwl-3150-squashfs.bin"; + sha256 = "0b4e4ab587c86a96b07fa209686a2d4f650e425552a67f814d477596f54fbe19"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DWL-3150"; + } + ]; + }; + edimax-ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-edimax-ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-edimax-ps1208-mfg-squashfs.bin"; + sha256 = "22af3d976aab8ec158804472ca92c4845df96c2f4cc3936e6b0c6e377ee1a587"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Edimax PS-1208MFg"; + } + ]; + }; + huawei-e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-huawei-e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-huawei-e970-squashfs.bin"; + sha256 = "65b2f80aa5b70f513184f02b1f09f9dae0836dad62a5a784e69ccbd4de7298c8"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei E970"; + } + ]; + }; + linksys-wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt150n-squashfs.bin"; + sha256 = "8a31f70b7b7883db818511228c977bab933918a5a71bb545cfa88b7a8a50c648"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT150N"; + } + ]; + }; + linksys-wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt160n-v1-squashfs.bin"; + sha256 = "5fd13aea70a19970c9f6fdf60fbef28493ab4fd2f536a91a781f80e1973fa646"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT160N v1"; + } + ]; + }; + linksys-wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt300n-v1-squashfs.bin"; + sha256 = "4bb10edb1d3a93a279e18625c3868c5698218f1af310212638e0fef2f0270064"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt300n-v1-squashfs.trx"; + sha256 = "da41065fb608c43dbb729942a79a32ed170871e913fa0c8bfaf51455d072bec6"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT300N v1"; + } + ]; + }; + linksys-wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt54g-squashfs.bin"; + sha256 = "ac8d087c2a12f3fb6781ca2cc799d263364586aa74a847e1750c04d93d34e94a"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G"; + } + ]; + }; + linksys-wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt54g3g-squashfs.bin"; + sha256 = "9ff1db10c75ebedd0a5d05f1b280c3c3e22339c62f3d029bda3cc4335e3cfe7e"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3G"; + } + ]; + }; + linksys-wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt54g3g-em-squashfs.bin"; + sha256 = "ff71448acb12326547be4ce6069d8b1038b680ff7c53374673256104e8e5d5a8"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3G-EM"; + } + ]; + }; + linksys-wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt54g3gv2-vf-squashfs.bin"; + sha256 = "b719facc96e4fe245eb2eaa10d5e06c8d036915b5f06ededb2a688ed7f03d8a6"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "cc84588a0c6507052c3acdf9463e17bac2023e4df500c50c68f3e534c4cc2e03"; + type = "noheader"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3GV2-VF"; + } + ]; + }; + linksys-wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt54gs-squashfs.bin"; + sha256 = "67423861fd43e485870e24bfce13706d18c8989ea2d53e0ca7bf5069819e8873"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54GS"; + } + ]; + }; + linksys-wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrt54gs-v4-squashfs.bin"; + sha256 = "f2f75300de55ac4d438f31a706b16486cc0501b20976cb07eaf4cd0b30b7a3a7"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54GS v4"; + } + ]; + }; + linksys-wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-linksys-wrtsl54gs-squashfs.bin"; + sha256 = "d9857bcb1f4ee7c4e381303c412fc1fa7663c73f998a9b56055f34412221dc25"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRTSL54GS"; + } + ]; + }; + motorola-wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-motorola-wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-motorola-wa840g-squashfs.bin"; + sha256 = "009fb5d009892903793cb48fca6d94e9ea9cf79e4efdfc16152102ec0f2005aa"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WA840G"; + } + ]; + }; + motorola-we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-motorola-we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-motorola-we800g-squashfs.bin"; + sha256 = "c10d4d9c0c7f3257c7669ff9e1d4532f4f5872cab134feb6f4f9d86470bb7020"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WE800G"; + } + ]; + }; + motorola-wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-motorola-wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-motorola-wr850g-squashfs.bin"; + sha256 = "8e8658f8fef6b13dbc4327c1e7c9ccffb2ccebed29e877bbf13fe687714e88e5"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WR850G"; + } + ]; + }; + netgear-wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-netgear-wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-netgear-wgr614-v8-squashfs.chk"; + sha256 = "5f46f9126408aab66bb2051d3c9745b4f61a236077b70a27c78be69c0ff0ae0f"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v8"; + } + ]; + }; + netgear-wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-netgear-wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-netgear-wgt634u-squashfs.bin"; + sha256 = "63156943bb097aa7dbdbb5de1536e8255d0c91dbee7850ada98f7332c9aa3c75"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGT634U"; + } + ]; + }; + netgear-wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-netgear-wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-netgear-wndr3300-v1-squashfs.chk"; + sha256 = "93c190374caa692d6887337bc86d9bda94bdceb5783ee9ff62fb50a32d92e7c6"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3300 v1"; + } + ]; + }; + netgear-wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-netgear-wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-netgear-wnr834b-v2-squashfs.chk"; + sha256 = "9a72b3dc35d515a33baf4e91fce79008136bb6e7119c0280af1985e95ba3529e"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR834B v2"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-standard-squashfs.trx"; + sha256 = "1e2352267d9bc3ca65b37bb5d1baf57be8e72120da034956bb131126254a95e0"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "f8dfe713fc318873b85fa65fe5afaca065c838006066182c5679c7dd2f1cab30"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with gzipped kernel"; + } + ]; + }; + usrobotics-usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-legacy-usrobotics-usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-legacy-usrobotics-usr5461-squashfs.bin"; + sha256 = "8c9a961135714c5408ce947a3bee602864e89c16cfd2539fd0c9bb40a0aee4ce"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics USR5461"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "brcm47xx/legacy"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + asus-rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-ac53u-squashfs.trx"; + sha256 = "8c3ebf204f35b333def75bcf094d998e4690f15fdd9013c4fb2cb44496149a63"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC53U"; + } + ]; + }; + asus-rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n10-squashfs.trx"; + sha256 = "29f1048f05e3c67fd2751eec5d03732d071db80f5d155997959dd434963da47e"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10"; + } + ]; + }; + asus-rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n10p-squashfs.trx"; + sha256 = "184380edb5fcbd8d4ccc0acc2a54113ddf57fc17abf29e0f226d7ac44f283c3c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10P"; + } + ]; + }; + asus-rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n10p-v2-squashfs.trx"; + sha256 = "c723a3b3dc741abf4836892ef6ecaba6fc75e99ea610657f970f129405693ba8"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10P v2"; + } + ]; + }; + asus-rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n10u-squashfs.trx"; + sha256 = "2598966dd1c5b9db6709526fe9842d301ae2a6e0ac92d14948d0718a17aa10f9"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10U"; + } + ]; + }; + asus-rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n10u-b-squashfs.trx"; + sha256 = "2598966dd1c5b9db6709526fe9842d301ae2a6e0ac92d14948d0718a17aa10f9"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10U B"; + } + ]; + }; + asus-rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n12-squashfs.trx"; + sha256 = "935dbb22274b34df5769a914f28e8546288a2267692746183a07a0cb3c42b5dc"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12"; + } + ]; + }; + asus-rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n12-b1-squashfs.trx"; + sha256 = "d710e88722e4ef0ce6838dc56472d57348491dfe9defaf56ea0edbf0f94db84f"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 B1"; + } + ]; + }; + asus-rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n12-c1-squashfs.trx"; + sha256 = "edad81cab4c64c7fb216da23300df2668ace817d7cb8d349b03a6fdccfe36e1a"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 C1"; + } + ]; + }; + asus-rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n12-d1-squashfs.trx"; + sha256 = "71c5f6ae529f89c1ab532efa218deedf5d4f435234d0968ec67c3acc48d731be"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 D1"; + } + ]; + }; + asus-rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n12hp-squashfs.trx"; + sha256 = "e5187529a103bba1ac5026c4943ca3129ebbf9b2b4177dbbb8aa1e24807ef4bd"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12HP"; + } + ]; + }; + asus-rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n14uhp-squashfs.trx"; + sha256 = "330e7ab26748bb4c7526e251b2f71d8b55928ae548b30a572273b6a39fc6374f"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N14UHP"; + } + ]; + }; + asus-rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n15u-squashfs.trx"; + sha256 = "b0b71b456549037a9511da24f8e5cadf85345a8bc704dc281ac0d7bb2cfa4367"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N15U"; + } + ]; + }; + asus-rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n16-squashfs.trx"; + sha256 = "350bc525b42b340ef96a1fbb20ebe00bfca76d6aa7546df0ccb6e200b79cd4e8"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N16"; + } + ]; + }; + asus-rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n53-squashfs.trx"; + sha256 = "a28f47e9d04145fe01ddbff2510d66cd61ebbbda9401e823ab09863a68170823"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N53"; + } + ]; + }; + asus-rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n66u-squashfs.trx"; + sha256 = "b91a63f285d3ee725816f1f986bd283e3b859bb4c29d8374e750c0fa1a0a5b8c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N66U"; + } + ]; + }; + asus-rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-asus-rt-n66w-squashfs.trx"; + sha256 = "b91a63f285d3ee725816f1f986bd283e3b859bb4c29d8374e750c0fa1a0a5b8c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N66W"; + } + ]; + }; + linksys-e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e1200-v1-squashfs.bin"; + sha256 = "b18af8ed310a8cad38291a122b1729faabc1e301ed5ac0a0bec3c450d289d255"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1200 v1"; + } + ]; + }; + linksys-e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e1200-v2-squashfs.bin"; + sha256 = "5bd312c36ddf8f36f21bc47ea258e8fceb47f1bc699ee047c287d8a279b63709"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1200 v2"; + } + ]; + }; + linksys-e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e1500-v1-squashfs.bin"; + sha256 = "c4b0743ab6b28e5343993022461ca2251ed1569acc3818581d70d33a2aa7c1e3"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1500 v1"; + } + ]; + }; + linksys-e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e1550-v1-squashfs.bin"; + sha256 = "ef66fbdf138d4f89b28642dc97a6c8611e4386a3b2a7160274473757386c0b86"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1550 v1"; + } + ]; + }; + linksys-e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e2000-v1-squashfs.bin"; + sha256 = "3b2af30d76ae21b794b68f34b9abdaa2e2ec50ecb84996f297b225f9ed17a575"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2000 v1"; + } + ]; + }; + linksys-e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e2500-v1-squashfs.bin"; + sha256 = "5b83f456bfd2316b19c2579a125641fce3a6280c01521db9e5d22cac5bacd6e7"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v1"; + } + ]; + }; + linksys-e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e2500-v2-squashfs.bin"; + sha256 = "1aca9508db162c1ab7e32f379d704f3c7a59f97327755bb69752147aa5bc832a"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v2"; + } + ]; + }; + "linksys-e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e2500-v2.1-squashfs.bin"; + sha256 = "12cacdac3c936e7c5a15b5973e801fb57c1f9927dab048daa7e370f20e1e0ad6"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v2.1"; + } + ]; + }; + linksys-e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e2500-v3-squashfs.bin"; + sha256 = "63f6194861e15ee3df3a6f41be4c74d833fd4b5c318263838fdc6e60077b31e0"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v3"; + } + ]; + }; + linksys-e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e3200-v1-squashfs.bin"; + sha256 = "17ef40859d06a5390d27e424e6b2b787a1a7371325237c41771055d47358a379"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E3200 v1"; + } + ]; + }; + linksys-e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e4200-v1-squashfs.bin"; + sha256 = "3e16a596e9958a540179b426a4ba9d30e53703f58db33b5ca5e41e030b307ea1"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E4200 v1"; + } + ]; + }; + linksys-e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-linksys-e900-v1-squashfs.bin"; + sha256 = "b8d1621c66cbaed6ccd200c09e4121bcbaf4db51486e9b81471a5ceec11da8b5"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E900 v1"; + } + ]; + }; + linksys-wrt160n-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-linksys-wrt160n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-linksys-wrt160n-v3-squashfs.bin"; + sha256 = "a3d1715855a19b0238fb463893d7afbbfba7985c3c645b87d7e22155a1302458"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT160N v3"; + } + ]; + }; + linksys-wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-linksys-wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-linksys-wrt310n-v2-squashfs.bin"; + sha256 = "83d5a28693e92e3a7c0ee912118c1233b8de03be12dc3ce1c73a6a7f3ed49cf0"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT310N v2"; + } + ]; + }; + linksys-wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-linksys-wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-linksys-wrt320n-v1-squashfs.bin"; + sha256 = "626596567bf16bff16a3fddc02d4ba96579dddfaec02c5a0d50c40c0e28d7591"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT320N v1"; + } + ]; + }; + netgear-wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wgr614-v10-squashfs.chk"; + sha256 = "e56a3d0da4f625ac86755dd6ae9f0857298e0c84eb3c90f2ccad9f108730b055"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v10"; + } + ]; + }; + netgear-wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wgr614-v10-na-squashfs.chk"; + sha256 = "71de48b915736bd420b1a42ca810aa6a7ab755545728b841c13db36dfb3c8731"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v10 North America"; + } + ]; + }; + netgear-wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wn2500rp-v1-squashfs.chk"; + sha256 = "2ed8bb79527ae33c0f34fb79dafda1dfd1b6d4cb83814f4ee9a5fd6cd4ce4ce7"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WN2500RP v1"; + } + ]; + }; + netgear-wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wn3000rp-squashfs.chk"; + sha256 = "3061b431f3b31e6e8f83893bdfc72468f6904b2b79ad6c3c088ca6e28317b15b"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WN3000RP"; + } + ]; + }; + netgear-wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wndr3400-v1-squashfs.chk"; + sha256 = "f47cffb663da51025d661b44adc282f9511c29b54a9995281e94a3c65f3b8c3d"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v1"; + } + ]; + }; + netgear-wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wndr3400-v2-squashfs.chk"; + sha256 = "2a52def7aaa0772d978dfef5387e30600d1107dd6ee6b414e844ee86c71930c6"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v2"; + } + ]; + }; + netgear-wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wndr3400-v3-squashfs.chk"; + sha256 = "0bca958fcf5c770667b8513e253517ebb65168f6c5f5e209eb40730799fbe555"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v3"; + } + ]; + }; + netgear-wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wndr3700-v3-squashfs.chk"; + sha256 = "413b39c7712c5c69269b44c52444da4565aeea5bea43aadfe6b502e8ce688b53"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3700 v3"; + } + ]; + }; + netgear-wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wndr4000-squashfs.chk"; + sha256 = "53bb5027db79b93d044d85b6810a8b06105ff8178ace16b1e628c30441fecca9"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR4000"; + } + ]; + }; + netgear-wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wnr1000-v3-squashfs.chk"; + sha256 = "d72abee35580b4d95fbe9ee429211e3ee093adb0d211a91521c9361023390750"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR1000 v3"; + } + ]; + }; + netgear-wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wnr3500-v2-squashfs.chk"; + sha256 = "1266e42da609715136ee1bbf66fdebd8850face52c63d8685e21c1b95938f2e3"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500 v2"; + } + ]; + }; + netgear-wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wnr3500l-v1-squashfs.chk"; + sha256 = "7ce585be11c891be7092b15857dfc6925c552b2e81d9f915295385d9b4b01d06"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v1 Other Regions"; + } + ]; + }; + netgear-wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wnr3500l-v1-na-squashfs.chk"; + sha256 = "3bfdb5e0f5526ae4b7f611785d16a7e5dc5a80dfc4c18b782f5350a28d779c29"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v1 North America"; + } + ]; + }; + netgear-wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-netgear-wnr3500l-v2-squashfs.chk"; + sha256 = "9af079a7b0a7eed008ff78f4eee72340ce62949724ac3219cefa914b4b1d3e29"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v2"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "4bcd0ba7d5ccae035b9e95295f8cdff81dd6e190ea03b5dd9f5195172a713c88"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "f7e4747e6e1d31ef1415756c1034f6dd19cc9f2e2ffca686b5f7c14e8657ccdd"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA compressed kernel matching CFE decompressor"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "brcm47xx/mips74k"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + brcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + "963281TAN-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-963281TAN-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-963281TAN-generic-squashfs-cfe-16M.bin"; + sha256 = "3336a93cb632e077ecfe1225a9fca8a04ec358e79348972dce17467d12defce3"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-963281TAN-generic-squashfs-cfe-8M.bin"; + sha256 = "e3cfa4371ca9d206726ea26d3a4de8cc162c8bc820f18bd1699cb447a98a3520"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-963281TAN-generic-squashfs-cfe-4M.bin"; + sha256 = "29ff94642a4a29e3028a24ab6327977d20560646350e619ae9eb1ecdc3784aff"; + type = "cfe-4M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 963281TAN"; + } + ]; + }; + "96328avng-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-96328avng-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-96328avng-generic-squashfs-cfe-16M.bin"; + sha256 = "933e7c8fc019bd72c09228ed4c1f9b78a47cf33d1b08e7e28374dfa6a578ed01"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-96328avng-generic-squashfs-cfe-8M.bin"; + sha256 = "3a659c550281ab9bde934de5bf8f97308dcba36b0b1ff68ff775b746cdc052cb"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-96328avng-generic-squashfs-cfe-4M.bin"; + sha256 = "00775cd35bec14598f9b3e36d8789f2566ba9c362b47091655d09ae0872e38c0"; + type = "cfe-4M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96328avng"; + } + ]; + }; + "96338GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-96338GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-96338GW-generic-squashfs-cfe.bin"; + sha256 = "ef59c97eb58c07c9a10ba52c04e220d69f11f5e75d19bd77a460ec7c78cd273a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338GW"; + } + ]; + }; + "96338W-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-96338W-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-96338W-generic-squashfs-cfe.bin"; + sha256 = "18f9ac3cbacc4b94079174a84cdb3a535e88e280fba02ba89ea0806ab0d92597"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338W"; + } + ]; + }; + "96345GW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-96345GW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-96345GW2-generic-squashfs-cfe-bc221.bin"; + sha256 = "d6908c81581dcb58941790aec8be992be8480a4b04307fc253fe7e9e9d4ccdf8"; + type = "cfe-bc221"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-96345GW2-generic-squashfs-cfe.bin"; + sha256 = "adc72b6aab0cb82ff923153ff0df5f3b17f35defd7dca175c1d1b5675b8aa374"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96345GW2"; + } + ]; + }; + "96348GW-10-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-96348GW-10-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-96348GW-10-generic-squashfs-cfe.bin"; + sha256 = "db190e90bcca6009ba3e7797460d638a6aca3137ec478139776de08f4e3c737a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-10"; + } + ]; + }; + "96348GW-11-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-96348GW-11-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-96348GW-11-generic-squashfs-cfe.bin"; + sha256 = "655516a8ecadc4cc9429140b0d5417b8104b8deeb6ce4056e63efea0df7fe589"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-11"; + } + ]; + }; + "96348GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-96348GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-96348GW-generic-squashfs-cfe-bc221.bin"; + sha256 = "aa7fa57abca2e6d553af8eb9f4b8e157a5f62870237dd2e061439fbf3dc9ec7e"; + type = "cfe-bc221"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-96348GW-generic-squashfs-cfe.bin"; + sha256 = "c2e62144cf0cb5e0f603a65ed7e7a4c0cc0a0bc27e6189ed2365fbc46b67a7b9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW"; + } + ]; + }; + "96348R-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-96348R-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-96348R-generic-squashfs-cfe.bin"; + sha256 = "3f3f1a07f66a24fc52dc00c51db0b993f195729d79e5b7ff7af3e6491ddf5eb1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348R"; + } + ]; + }; + "96358VW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-96358VW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-96358VW-generic-squashfs-cfe.bin"; + sha256 = "a3b5a45e0bf2e073f5db5081ffc1f095e8ef1bec655286b498c98268b555b6cd"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW"; + } + ]; + }; + "96358VW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-96358VW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-96358VW2-generic-squashfs-cfe.bin"; + sha256 = "a534693984f1faf41b280b5cced60bccf402831872dd787d4520d36f75f65079"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW2"; + } + ]; + }; + "96368MVNgr-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-96368MVNgr-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-96368MVNgr-generic-squashfs-cfe.bin"; + sha256 = "de0d129408e3c8447f22bf6b61f8773168fbc32f5f67570e21d7424a250b70fb"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVNgr"; + } + ]; + }; + "96368MVWG-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-96368MVWG-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-96368MVWG-generic-squashfs-cfe.bin"; + sha256 = "6da1c93e62934374adc0c1ad56f6b38ef6a6c2fda8155b19db89faf7194d2d1d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVWG"; + } + ]; + }; + A226G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-A226G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-A226G-squashfs-cfe.bin"; + sha256 = "ec214050745a4bd86dcaa2828d613540d1a623f699d7329b666b6edecf78cd31"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226G"; + } + ]; + }; + A226M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-A226M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-A226M-squashfs-cfe.bin"; + sha256 = "96e42634868094d3c008007fc8fdc4add21552ec25238658892aac9bfdd97143"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M"; + } + ]; + }; + A226M-FWB = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-A226M-FWB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-A226M-FWB-squashfs-cfe.bin"; + sha256 = "66da332b5596b85c2b33bf31b49a5d7e858c912327b54566b5cf8771a97ba381"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M-FWB"; + } + ]; + }; + A4001N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-A4001N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-A4001N-squashfs-cfe.bin"; + sha256 = "d4af5a86fa69561dd2141edfd9f1c96624fdc570fbabd49ee90637655570414d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N"; + } + ]; + }; + A4001N1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-A4001N1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-A4001N1-squashfs-cfe.bin"; + sha256 = "a12c598ae7b4d525237f937b5d10c827be5629f7916fcaed821602b5f65d6f8b"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-A4001N1-squashfs-sysupgrade.bin"; + sha256 = "f4c542c7e633f1859b1d2500823cf12698ab772e0104acb540462b579203fd85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N1"; + } + ]; + }; + AD1018-SPI_flash = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-AD1018-SPI_flash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-AD1018-SPI_flash-squashfs-cfe.bin"; + sha256 = "761ae11adbb4b556c0d042c5ad8c6d771e866440f5559195bb6ae9b0b3be8ba4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sercomm AD1018 (SPI flash mod)"; + } + ]; + }; + AGPF-S0 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-AGPF-S0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-AGPF-S0-squashfs-cfe.bin"; + sha256 = "ab3d19efe389e35e8cec42d8eab4376c4b02276e7db2905bbc7e4c582c4b602f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + } + ]; + }; + AR1004G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-AR1004G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-AR1004G-squashfs-cfe.bin"; + sha256 = "3a7f63922d8f90e0bfe525d8a06ecf22795a383ff4a0b47bc2f16d68d85fe6ff"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asmax AR 1004g"; + } + ]; + }; + AR5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-AR5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-AR5315u-squashfs-sysupgrade.bin"; + sha256 = "4211c02885d04612668976cd44606a85c6917bde10fa9de01aadf2ccb72521c9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-AR5315u-squashfs-cfe.bin"; + sha256 = "f61da6aa7d89a7ce8e3eb49f8976f59ab69677d15ab3384a11ab460c2d2d214f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5315u"; + } + ]; + }; + AR5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-AR5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-AR5381u-squashfs-cfe.bin"; + sha256 = "c70f7b21bac010ae7147c0756a7fc253f1c78f36b913f8aa47abdd4f52d4fd68"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-AR5381u-squashfs-sysupgrade.bin"; + sha256 = "4af8500a99abb09a7e4ab354ef4a51a20e1f874f71fdc4d5f2a373584557bdd6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5381u"; + } + ]; + }; + AR5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-AR5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-AR5387un-squashfs-cfe.bin"; + sha256 = "72404350e4f78835e5aef9f8ebaad60856e46183f99097fb42ed407a9ce2f3d3"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-AR5387un-squashfs-sysupgrade.bin"; + sha256 = "3507e7517fcdb9d51a466cef4846ad29d6f7f5cc11700dfd0bc82f9d332e1150"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5387un"; + } + ]; + }; + AV4202N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-AV4202N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-AV4202N-squashfs-cfe.bin"; + sha256 = "1fae5669e9032373a2191ba3ec8945db7d2ffdac06af8086b1d59d8ac97459a6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG AV4202N"; + } + ]; + }; + BTV2110 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-BTV2110"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-BTV2110-squashfs-cfe.bin"; + sha256 = "36e5b5b3831c9948aeafc45e1b33992b3cde0d8d1558c7d4b80da980397ac299"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2110"; + } + ]; + }; + BTV2500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-BTV2500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-BTV2500V-squashfs-cfe.bin"; + sha256 = "88a1acaaac02727d6611d4dc333dbac0d28bf6350c0899e39a0b3c202b873df7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2500V"; + } + ]; + }; + CPA-ZNTE60T = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-CPA-ZNTE60T"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-CPA-ZNTE60T-squashfs-cfe.bin"; + sha256 = "a48fb6e4db9d116c2bebd5cd641c4aa4c59c482846f6b118567b2c61c392c855"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA642-type (CPA-ZNTE60T)"; + } + ]; + }; + CPVA502PLUS = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-CPVA502PLUS"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-CPVA502PLUS-squashfs-cfe.bin"; + sha256 = "b73990ac180a076d70e584ec794b4d789a11670a49ef259e78a297e713e012c9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA502+"; + } + ]; + }; + CT-5365 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-CT-5365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-CT-5365-squashfs-cfe.bin"; + sha256 = "950d282a102550a426360ed9982526fa83da71fe4df5ad14761ef87bdf13fa37"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-5365"; + } + ]; + }; + CT-536_CT-5621 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-CT-536_CT-5621"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-CT-536_CT-5621-squashfs-cfe.bin"; + sha256 = "54a9974913041f49e73d4f31cee4ac1df924d1e930960216cc227d9756f21e63"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-536+/CT-5621"; + } + ]; + }; + CT-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-CT-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-CT-6373-squashfs-cfe.bin"; + sha256 = "025fa77abd33e76348c53408b060495cc56ea8bf909c45354ea7456629a8fd31"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-6373"; + } + ]; + }; + DG834GT_PN = { + device_packages = [ + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-DG834GT_PN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-DG834GT_PN-squashfs-cfe.bin"; + sha256 = "5ee387603689f6d0c92dd8994250472a79026b3c27d855a58586592fd5cb4cd6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DG834GT/PN"; + } + ]; + }; + DGND3700v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-DGND3700v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-DGND3700v1-squashfs-factory.chk"; + sha256 = "8bb68fcaeb42f7df24ec0c918fc1a06657d11c16fb9d42a6fd4141dec7a8abcc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-DGND3700v1-squashfs-sysupgrade.bin"; + sha256 = "1f539d1d49dfffac6f8c8e974b7ab8891e5b9fcdcb08b838ee00069f50d830b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3700 v1"; + } + ]; + }; + DGND3800B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-DGND3800B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-DGND3800B-squashfs-sysupgrade.bin"; + sha256 = "2e9eeeca4dbfb7a781642eb5f21531b1b3a9b93403d4fd826e991f5b357159be"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-DGND3800B-squashfs-factory.chk"; + sha256 = "435ee8fcc5630756b0a4d32619580b7d361d2be1d2e2bae0dcd9a678a4b8ad6b"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3800B"; + } + ]; + }; + DSL2640B-B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-DSL2640B-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-DSL2640B-B-squashfs-cfe.bin"; + sha256 = "4c132f3bbd07295dbcdef355c8e575b46671c654dd18e270526e5c8927e3d0fb"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640B rev B2"; + } + ]; + }; + DSL2640U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-DSL2640U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-DSL2640U-squashfs-cfe.bin"; + sha256 = "c0f9dd7594ccca3453ab2c306b5ef7b58e3301cf480715b27023336eb4218584"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640U/BRU/C"; + } + ]; + }; + DSL2650U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-DSL2650U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-DSL2650U-squashfs-cfe.bin"; + sha256 = "63baa29d9f4401eed407088f07b1a25b18b0f53600f66a7ed515c33ceb9bf09f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2650U"; + } + ]; + }; + DSL274XB-C2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-DSL274XB-C2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-DSL274XB-C2-squashfs-cfe.bin"; + sha256 = "66a46902090e754d01aa2a386a85f482056665ea2a183f947fea0ac01f72031a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C2"; + } + ]; + }; + DSL274XB-C3 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-DSL274XB-C3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-DSL274XB-C3-squashfs-cfe.bin"; + sha256 = "d5b5dc2f7ccd6c48a7500e3af436b7d4fd8ada7e3692aedfe6139b3d07bc9aa5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C3"; + } + ]; + }; + DSL274XB-F1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-DSL274XB-F1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-AU.bin"; + sha256 = "df56cf8522c429e15bbb893a5317522f446c56facad71c991dbe512b311196eb"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-EU.bin"; + sha256 = "32b50cbac5d53e59fedfe3d32c161377399955a8cd07340fbb41613dc944e730"; + type = "cfe-EU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev F1"; + } + ]; + }; + DSL275XB-D1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-DSL275XB-D1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-DSL275XB-D1-squashfs-cfe.bin"; + sha256 = "666494bc7075d0d3b26ba12f96657a194db1045b7c2930acda6bf57f6aa0777e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2750B/DSL-2751 rev D1"; + } + ]; + }; + DV-201AMR = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-DV-201AMR"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-DV-201AMR-squashfs-cfe-old.bin"; + sha256 = "257ddc5ee3c3b767d41754ae0a4d43716b9b2fc9d35f643169364bd61064440c"; + type = "cfe-old"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Davolink DV-201AMR"; + } + ]; + }; + DVAG3810BN = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-DVAG3810BN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-DVAG3810BN-squashfs-cfe.bin"; + sha256 = "59bce5b2b2fe3183f33c91d30c73f6a2350f4f1b13ad62b8fe374a16b6613d3e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DVA-G3810BN/TL"; + } + ]; + }; + EVG2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-EVG2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-EVG2000-squashfs-sysupgrade.bin"; + sha256 = "fec2f686faba985ed33cb0d7e44f3423b38e922b6628bfc0b55cac81542aacca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-EVG2000-squashfs-factory.chk"; + sha256 = "812a3cb156a84ce593efa28e82bc334acdf24045b3c9eed9c6ad53c68b52b4bf"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear EVG2000"; + } + ]; + }; + F5D7633 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-F5D7633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-F5D7633-squashfs-cfe.bin"; + sha256 = "23252e65c791264de44473b8cdcfee24a32e91443c3f2b1203c3d708eab2563a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Belkin F5D7633"; + } + ]; + }; + FAST2404 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-FAST2404"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-FAST2404-squashfs-cfe.bin"; + sha256 = "909bed860d63fde833d8ee40ec610977cfe2dd11c20c153216a2a12253399642"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2404"; + } + ]; + }; + FAST2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-FAST2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-FAST2504n-squashfs-cfe.bin"; + sha256 = "ff5c570fd1392ec7ffcfc4d5230494114570bb474315816c6bf86f8de5a112ae"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2504n"; + } + ]; + }; + FAST2604 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-FAST2604"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-FAST2604-squashfs-cfe.bin"; + sha256 = "b96affc8b80cc116d100970e4c5b7e2eab3170d328e6df3d66ed3277b4d1c8e4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2604"; + } + ]; + }; + FAST2704N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-FAST2704N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-FAST2704N-squashfs-cfe.bin"; + sha256 = "830acf6c7a5755418fc2c4c161543bff9e72c65f5918d92b73e4c5506be86e52"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704N"; + } + ]; + }; + FAST2704V2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-FAST2704V2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-FAST2704V2-squashfs-cfe.bin"; + sha256 = "91183f340b9033bdb55bd6fbeecfb5ed04a3f26eb5da0e7395f26b0ab5a920f8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704V2"; + } + ]; + }; + GW6000 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-GW6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-GW6000-squashfs-cfe.bin"; + sha256 = "ef47a2b77c4fc6b2be570b41d0f43753897889c4137de13268cea8a6404219ae"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6000"; + } + ]; + }; + GW6200 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-GW6200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-GW6200-squashfs-cfe.bin"; + sha256 = "9ad192c89f517e7f3804ab509935f046320587bf3005036a8b6907d82d4acb6b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6200"; + } + ]; + }; + HG520v = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-HG520v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-HG520v-squashfs-cfe.bin"; + sha256 = "cb8237f9ab2823adc1795858bc4ead8ce6eeb67c2b9e5c37096e4f74d7b1b390"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG520v"; + } + ]; + }; + HG553 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-HG553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-HG553-squashfs-cfe.bin"; + sha256 = "3c5bffe06713bdb76b2526e4dcc4970f3298df9f5f407611e584082fe8b6401b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG553"; + } + ]; + }; + HG556a-A = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-HG556a-A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-HG556a-A-squashfs-cfe.bin"; + sha256 = "7ff3aea018eec91d4b00e1d7b529aa742f69cb5472c311274b7f73e2bfe5ce72"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev A"; + } + ]; + }; + HG556a-B = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-HG556a-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-HG556a-B-squashfs-cfe.bin"; + sha256 = "41d880da7fa4bfe9bc3b96c0e3cbc84bec55c96c1d547748be0f351f585e4c60"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev B"; + } + ]; + }; + HG556a-C = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-HG556a-C"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-HG556a-C-squashfs-cfe.bin"; + sha256 = "bc62555fbdf0d2628496d08751b79576ccb844027c9c87cf248f9dee62fdb811"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev C"; + } + ]; + }; + HG622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-HG622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-HG622-squashfs-cfe.bin"; + sha256 = "f32b61734ee09c7f386902a8c9e3a8e742cbc6d1039fb09ab41314718d3aea58"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-HG622-squashfs-sysupgrade.bin"; + sha256 = "1b0b63b4a4ee1be215bbdceaf5af79928feadc1982800b08c51001e3186c8abf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG622"; + } + ]; + }; + HG655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-HG655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-HG655b-squashfs-cfe.bin"; + sha256 = "751db49abdc432ab43ed82fbde2bda33597374a8bbb0d7fbfcd65cdf5418853d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG655b"; + } + ]; + }; + HomeHub2A = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-HomeHub2A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-HomeHub2A-squashfs-cfe.bin"; + sha256 = "1d83d593790411d3b881d06888d7786516ae03a4efe2f596f3b0a672c61835bb"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Home Hub 2.0 A"; + } + ]; + }; + NEUFBOX4-FXC = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-NEUFBOX4-FXC"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-NEUFBOX4-FXC-squashfs-cfe.bin"; + sha256 = "503767ee007236b267d969040a5245112c369635d99346bd903058dc60d1858a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Foxconn)"; + } + ]; + }; + NEUFBOX4-SER = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-NEUFBOX4-SER"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-NEUFBOX4-SER-squashfs-cfe.bin"; + sha256 = "de08ec53713aad27983c69278cd0092d5c2f7e0ed89c2769a821993ba2adb83e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Sercomm)"; + } + ]; + }; + NEUFBOX6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-NEUFBOX6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-NEUFBOX6-squashfs-cfe.bin"; + sha256 = "6e5da112dff75eb7961ee3f90ce07282f098b38c3d4266291ce0ce393adba09e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox6"; + } + ]; + }; + P870HW-51a_v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-P870HW-51a_v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-P870HW-51a_v2-squashfs-factory.bin"; + sha256 = "425a04bdc1fbcf22bb0ed1311d6065e1864b3926fc59ad536a8afe782ac7cc3a"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL P870HW-51a v2"; + } + ]; + }; + R1000H = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-R1000H"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-R1000H-squashfs-cfe.bin"; + sha256 = "b018bd36896bfa404fb60784badc1bcffc4dd2dfa0b019a8fa58a25b10b8692d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Actiontec R1000H"; + } + ]; + }; + R5010UNv2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-R5010UNv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-R5010UNv2-squashfs-cfe.bin"; + sha256 = "ecfd7e69db81359ec25e1c2666f5c143efd9de328fca7a7940cbd9f93610b3cf"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-R5010UNv2-squashfs-sysupgrade.bin"; + sha256 = "312d057d9ec6f7cf4be1b75049cda9dce9cfa05bf5ec5b759f297743a11d3bd2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NuCom R5010UN v2"; + } + ]; + }; + RG100A = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-RG100A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-RG100A-squashfs-cfe.bin"; + sha256 = "e0e5290bfeef6409ef1b7f2308d527877dfeb08fb57fe56e329e7be4f3cfd59e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Alcatel RG100A"; + } + ]; + }; + RTA1025W_16 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-RTA1025W_16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-RTA1025W_16-squashfs-cfe.bin"; + sha256 = "dff82f90d8982951de2bdf2d3a6acd9caf3f3daaa6ffa2e54913541467e865d1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1025W"; + } + ]; + }; + RTA1320_16M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-RTA1320_16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-RTA1320_16M-squashfs-cfe.bin"; + sha256 = "7f3e45635431ad89db684365ed1390fb7f68d1cd8515479362df68fd986af3d2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1320"; + } + ]; + }; + SPW303V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-SPW303V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-SPW303V-squashfs-sysupgrade.bin"; + sha256 = "edc542a854dfa8e738b051d29b2807260e7724d68220e2d499d1e73572567181"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-SPW303V-squashfs-factory.bin"; + sha256 = "6eb0cb19a1edf86874d98b5b811b8599d58b2abd1a2c70050308aab6768526df"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 303V"; + } + ]; + }; + SPW500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-SPW500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-SPW500V-squashfs-cfe.bin"; + sha256 = "7f3ff3aee196eae93be3cfb4d79bed0b768bfb10e121efc15acf3672cf8a2b50"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 500V"; + } + ]; + }; + SR102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-SR102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-SR102-squashfs-cfe.bin"; + sha256 = "0eba70c65b326c0edc87f2619b15603f0f8eb9978f900f36eb57728f520b3e99"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SKY-SR102"; + } + ]; + }; + TD-W8900GB = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-TD-W8900GB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-TD-W8900GB-squashfs-cfe.bin"; + sha256 = "d518fc541141355218b5b5f47e31ae02051f0df40a49f0544dd71b2a8554b5ac"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-Link TD-W8900GB"; + } + ]; + }; + USR9108 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-USR9108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-USR9108-squashfs-cfe.bin"; + sha256 = "159167d5c66a9a05e3f51d402d1392d5c6b53d49d3d12322bf63b2f27ff4f7ad"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics 9108"; + } + ]; + }; + VH4032N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-VH4032N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-VH4032N-squashfs-cfe.bin"; + sha256 = "0ab6d1e00d680a962ad3c222fcb0c573cf85a72fd6e26440036fdc121b0913cb"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-VH4032N-squashfs-sysupgrade.bin"; + sha256 = "356c0d906036859b1630d6547b97a91fc755b14bd678116b667052edac8dcc54"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Observa VH4032N"; + } + ]; + }; + VR-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-VR-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-VR-3025u-squashfs-cfe.bin"; + sha256 = "c35b53b1dd4d9296ad23e8e55d8933494e397288da3f7803f44e73198c0d788e"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-VR-3025u-squashfs-sysupgrade.bin"; + sha256 = "f875a86fb72ba1d64811dd38cf6ae98e266bdec883870a4310730a769b16f69d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025u"; + } + ]; + }; + VR-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-VR-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-VR-3025un-squashfs-cfe.bin"; + sha256 = "bd571d3149449b750b3c496f302aff7e119c215e5817f9392d5b9b6d3e8456ee"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025un"; + } + ]; + }; + VR-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-VR-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-VR-3026e-squashfs-cfe.bin"; + sha256 = "d9d1b89b3f667649bedaf3b2ca3d80fd44a6c28a9570c1fc647fdb3675883cd7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3026e"; + } + ]; + }; + WAP-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-WAP-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-WAP-5813n-squashfs-cfe.bin"; + sha256 = "557e3cfb5f56791d8821f966bc5b9ecfdafc8634093c3b7e39929623683fda4d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend WAP-5813n"; + } + ]; + }; + livebox = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-generic-livebox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-generic-livebox-squashfs-redboot.bin"; + sha256 = "316facf54c9d8a9924fbfa54fc13e4a26889c43bf4ae4f09d1edd85c33f8deb1"; + type = "redboot"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Inventel Livebox 1"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "brcm63xx/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + "963281TAN-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-963281TAN-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-963281TAN-generic-squashfs-cfe-16M.bin"; + sha256 = "7196a6ddec0e42ec8b5ed9cb8078847c3243386f28266e0468916f5c0fd3e713"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-963281TAN-generic-squashfs-cfe-8M.bin"; + sha256 = "2e554cbdc4fa72aeaa8ca64ea158372d00662e875e93c785a22d8dafea6074d5"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-963281TAN-generic-squashfs-cfe-4M.bin"; + sha256 = "01a2a5fad08c5cabdc0f7ae51820244541294cf746da7f71abc673770d8154e8"; + type = "cfe-4M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 963281TAN"; + } + ]; + }; + "96328avng-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-96328avng-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-96328avng-generic-squashfs-cfe-16M.bin"; + sha256 = "9cffc026d795d3e74c7b52f8a0d5be7dfe223c8013a1f1f3d2f4623ef1e97f38"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-96328avng-generic-squashfs-cfe-8M.bin"; + sha256 = "34c4c267485bfa2aed94342da95009ad902d7985b5b68bf5a1cc353728b41802"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-96328avng-generic-squashfs-cfe-4M.bin"; + sha256 = "af8b32ae1c03b4cdb2a3ddc194871c811f04620fd188b2b65274472c288e59a5"; + type = "cfe-4M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96328avng"; + } + ]; + }; + "96338GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-96338GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-96338GW-generic-squashfs-cfe.bin"; + sha256 = "1c800c27ca4c6f759d0b27ae83e470ed9d2edb53195e929acc1e9e31ca7c53d1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338GW"; + } + ]; + }; + "96338W-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-96338W-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-96338W-generic-squashfs-cfe.bin"; + sha256 = "911556b5fd5837f6eff515196bde85baf56d313be9547b1628ccd2b69382c72d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338W"; + } + ]; + }; + "96345GW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-96345GW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-96345GW2-generic-squashfs-cfe-bc221.bin"; + sha256 = "bd10d217d37d84ab79bd7f997ec8c1258be6d9655b9e346b8e62661a99008c8a"; + type = "cfe-bc221"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-96345GW2-generic-squashfs-cfe.bin"; + sha256 = "1e0002b81591dbf7904115e55b79bfee836ae1762180b34760b5ed504ce2b4ca"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96345GW2"; + } + ]; + }; + "96348GW-10-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-96348GW-10-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-96348GW-10-generic-squashfs-cfe.bin"; + sha256 = "febb7f695959379d10d35d06f2575160ee0830dca4e5a0823e9da8b0b29a3d6a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-10"; + } + ]; + }; + "96348GW-11-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-96348GW-11-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-96348GW-11-generic-squashfs-cfe.bin"; + sha256 = "6a39f492e690f6fb4bf18c7dfa0c6eb2f6464ce1779d8b56410cf95fde9eea30"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-11"; + } + ]; + }; + "96348GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-96348GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-96348GW-generic-squashfs-cfe.bin"; + sha256 = "bbf47356363d951c8fe8400f4f77d0cd42648881c157eea9f34f7c9df98e8153"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-96348GW-generic-squashfs-cfe-bc221.bin"; + sha256 = "3c3d800b9e7ca9e8a911b195ce548f39c73bc9b7dad4b347578a607ec6052ff7"; + type = "cfe-bc221"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW"; + } + ]; + }; + "96348R-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-96348R-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-96348R-generic-squashfs-cfe.bin"; + sha256 = "09b73b48a80c7b546b30ca62198aa598da4d863b9e9d6cbbcfd4793aacf024ed"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348R"; + } + ]; + }; + "96358VW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-96358VW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-96358VW-generic-squashfs-cfe.bin"; + sha256 = "7fed819a553f88f2293a13d586d5143ef43bd6c3fcbbb92b518917b03653cbfe"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW"; + } + ]; + }; + "96358VW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-96358VW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-96358VW2-generic-squashfs-cfe.bin"; + sha256 = "93ef5b585f279af979c6be4a39535e0c30a17af5975a2ac857c75b78766e8f02"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW2"; + } + ]; + }; + "96368MVNgr-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-96368MVNgr-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-96368MVNgr-generic-squashfs-cfe.bin"; + sha256 = "d3ca45244772fe80accb4bb383e1358e0135217a7b5709ddf923fef6c06934fc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVNgr"; + } + ]; + }; + "96368MVWG-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-96368MVWG-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-96368MVWG-generic-squashfs-cfe.bin"; + sha256 = "4c0513b1d657b3bdf3d72b6b260afc20bc992f141769680b501069d08af3a2b1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVWG"; + } + ]; + }; + A226G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-A226G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-A226G-squashfs-cfe.bin"; + sha256 = "402cbdb8d5a0f23a55bfa82a2d28a6bf0da1566723d78add73ffed3a7ca8b488"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226G"; + } + ]; + }; + A226M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-A226M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-A226M-squashfs-cfe.bin"; + sha256 = "bab0a8fb27980103a8a5c3b6ae5160c9410534f6a9d0184f6864543b9ae35b7e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M"; + } + ]; + }; + A226M-FWB = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-A226M-FWB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-A226M-FWB-squashfs-cfe.bin"; + sha256 = "659a083f35455e9d61b4f11eb84ebe2390513376452be4eb1447cb5dedec15dd"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M-FWB"; + } + ]; + }; + A4001N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-A4001N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-A4001N-squashfs-cfe.bin"; + sha256 = "d8408b2d58df651e3e758ff156b992eedd0a437aff3afdda47924da9d127bdfe"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N"; + } + ]; + }; + A4001N1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-A4001N1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-A4001N1-squashfs-sysupgrade.bin"; + sha256 = "53886613ac8c7f0137e5e08566c6271ccbfd6e05d518f1df7466bf555fc487d7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-A4001N1-squashfs-cfe.bin"; + sha256 = "d002807e01807dee231d2656bcacfe9e7b09ab333c0439814b4220c071976012"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N1"; + } + ]; + }; + AD1018-SPI_flash = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-AD1018-SPI_flash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-AD1018-SPI_flash-squashfs-cfe.bin"; + sha256 = "7ea04c29a3be83f69c03fd84d94077efc7a19a702440d62b37137663132dabb5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sercomm AD1018 (SPI flash mod)"; + } + ]; + }; + AGPF-S0 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-AGPF-S0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-AGPF-S0-squashfs-cfe.bin"; + sha256 = "6bf8ae3506d60356fbae96c4098bb999dca462fd1765b55a1f6760a8efafa65c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + } + ]; + }; + AR1004G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-AR1004G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-AR1004G-squashfs-cfe.bin"; + sha256 = "9ec5dd80b36677622c8cb86d58b3afea53554a6f6d3064df5a32e44c8fa15477"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asmax AR 1004g"; + } + ]; + }; + AR5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-AR5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-AR5315u-squashfs-cfe.bin"; + sha256 = "0091726638b3bbe1067ba291df696965a12bdfcb7b9a79d896b688c82dcc2a86"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-AR5315u-squashfs-sysupgrade.bin"; + sha256 = "6c2222848000be555a1e2accd072276263972e9545f623e9759ee432109cf1e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5315u"; + } + ]; + }; + AR5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-AR5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-AR5381u-squashfs-sysupgrade.bin"; + sha256 = "836d250247cfdf3e044308f846d834f0f28685e24faa707e5557ceec42c48c77"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-AR5381u-squashfs-cfe.bin"; + sha256 = "aada5d96020394a1371ff9f46a9f5edb398c0d99c3953a5299643824e4e6aa90"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5381u"; + } + ]; + }; + AR5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-AR5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-AR5387un-squashfs-cfe.bin"; + sha256 = "9efb59c4ce818901530302397a9e84d17397a4d19dbe8182026132b75931190f"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-AR5387un-squashfs-sysupgrade.bin"; + sha256 = "e3aed8364cf1b16664a764080ead5d5ef0b0f148882c9cd97e659f0316fbddb4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5387un"; + } + ]; + }; + AV4202N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-AV4202N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-AV4202N-squashfs-cfe.bin"; + sha256 = "2d0a8202b09e56cc9f63a1229386a3911e799bc38b5334cc79aae2eb95dcf4d6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG AV4202N"; + } + ]; + }; + BTV2110 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-BTV2110"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-BTV2110-squashfs-cfe.bin"; + sha256 = "75c8e2ddbd140d230c3ad0c328857633a2acc58d3bae63babaf52bbeca5341e7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2110"; + } + ]; + }; + BTV2500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-BTV2500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-BTV2500V-squashfs-cfe.bin"; + sha256 = "2d834b56df5dfa3dd40c3dca3dbe27d89bd1d0cec1b227c8c1ae1e592fd42935"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2500V"; + } + ]; + }; + CPA-ZNTE60T = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-CPA-ZNTE60T"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-CPA-ZNTE60T-squashfs-cfe.bin"; + sha256 = "cfce635457b8e2f9934decb7a749363ac3674c7c0a5b555a0950f59e9753ce03"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA642-type (CPA-ZNTE60T)"; + } + ]; + }; + CPVA502PLUS = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-CPVA502PLUS"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-CPVA502PLUS-squashfs-cfe.bin"; + sha256 = "c439b4738cff72cc35761c8c2959429a564723f4c7721774ce0bdd39c1717b5d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA502+"; + } + ]; + }; + CT-5365 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-CT-5365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-CT-5365-squashfs-cfe.bin"; + sha256 = "f8daafe058fd6ad8fd00f136699f050089b9841c20c17c449b3830f92bd369d1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-5365"; + } + ]; + }; + CT-536_CT-5621 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-CT-536_CT-5621"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-CT-536_CT-5621-squashfs-cfe.bin"; + sha256 = "72619c62ab14e3a75af8d40f2acfc318cbf03304291ddc100f6ebc77ff45fa5c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-536+/CT-5621"; + } + ]; + }; + CT-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-CT-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-CT-6373-squashfs-cfe.bin"; + sha256 = "518e0ffd0ea5771ebe01fdcf7ea2cdc0bc1c590ca0d94c24d8b8a974d026d8c5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-6373"; + } + ]; + }; + DG834GT_PN = { + device_packages = [ + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-DG834GT_PN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-DG834GT_PN-squashfs-cfe.bin"; + sha256 = "18fefee004367dc921045a1bd63d4b7bdf872ebc619fc88625962f640fee9b0d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DG834GT/PN"; + } + ]; + }; + DGND3700v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-DGND3700v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-DGND3700v1-squashfs-sysupgrade.bin"; + sha256 = "53680bb5af67bb686f7b3e240d4f5a59ef5e3953a1b13ab28a7e7b050dbe6640"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-DGND3700v1-squashfs-factory.chk"; + sha256 = "b42ab76911d76de0d33cb38fba864c82ae65622be60106ea9144fe5543a73f8b"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3700 v1"; + } + ]; + }; + DGND3800B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-DGND3800B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-DGND3800B-squashfs-factory.chk"; + sha256 = "b6165faad2588566eb36316b4c4aae5677f9f52ab03f537a4627a387244ed66b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-DGND3800B-squashfs-sysupgrade.bin"; + sha256 = "446f2f9add134b5fe3347bd6b14effd909ffe13009295b321ba6649c61a64c74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3800B"; + } + ]; + }; + DSL2640B-B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-DSL2640B-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-DSL2640B-B-squashfs-cfe.bin"; + sha256 = "7c5443a8b091e38015587eef6e8d2ba9edf3396eae2f845da9ab799860bd1597"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640B rev B2"; + } + ]; + }; + DSL2640U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-DSL2640U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-DSL2640U-squashfs-cfe.bin"; + sha256 = "5c799e46a40144059d03c42a5cbc72ebd8b8d483995629049ea469b2fca6b7ef"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640U/BRU/C"; + } + ]; + }; + DSL2650U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-DSL2650U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-DSL2650U-squashfs-cfe.bin"; + sha256 = "6dd3e62baeb407141d7f82464e3d576dea42de2c0395a8419b197a2a3302076e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2650U"; + } + ]; + }; + DSL274XB-C2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-DSL274XB-C2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-DSL274XB-C2-squashfs-cfe.bin"; + sha256 = "5dc908b5329c83506452db442b4e2de6b928c5e8d4e9234c23498f3324e4fce1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C2"; + } + ]; + }; + DSL274XB-C3 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-DSL274XB-C3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-DSL274XB-C3-squashfs-cfe.bin"; + sha256 = "b285ce964deb41c60fae6f010eb7e35604833ac498ee3f877f473f6de4b32be7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C3"; + } + ]; + }; + DSL274XB-F1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-DSL274XB-F1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-EU.bin"; + sha256 = "a4c1f93e057a2a57470394843884ecb3d49f93db773929d8503c96c38e3e1672"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-AU.bin"; + sha256 = "74017c139efcbe51c604887b6cc6c6f69c2089e941de7a4947f03bc851120438"; + type = "cfe-AU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev F1"; + } + ]; + }; + DSL275XB-D1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-DSL275XB-D1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-DSL275XB-D1-squashfs-cfe.bin"; + sha256 = "51504cf0f7fcd22e59f3159ac875c6bcc534f11c10f7d818d17c93d28ac2c418"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2750B/DSL-2751 rev D1"; + } + ]; + }; + DV-201AMR = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-DV-201AMR"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-DV-201AMR-squashfs-cfe-old.bin"; + sha256 = "fe9dfd30dac42d605d683755829ba223704fece409fbb2ae919933d6eb5db6c5"; + type = "cfe-old"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Davolink DV-201AMR"; + } + ]; + }; + DVAG3810BN = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-DVAG3810BN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-DVAG3810BN-squashfs-cfe.bin"; + sha256 = "f1cc347890e250a044d6ea3b8e2b9a2b7b6edf8c701f59f02b5fc631a9d55670"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DVA-G3810BN/TL"; + } + ]; + }; + EVG2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-EVG2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-EVG2000-squashfs-sysupgrade.bin"; + sha256 = "5d58a97c331bb7bd1f5184941aa58e8f55d303f7edf5c28134022ed43aa764dc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-EVG2000-squashfs-factory.chk"; + sha256 = "cd83992f6d07367843818673d1487876f549cf4ced8fd1d5d278559bf4233a5e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear EVG2000"; + } + ]; + }; + F5D7633 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-F5D7633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-F5D7633-squashfs-cfe.bin"; + sha256 = "064717e4db8ff1ba8e86c39cdc448c2d52a4f14a77e2c5aa528c144fb5f02dff"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Belkin F5D7633"; + } + ]; + }; + FAST2404 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-FAST2404"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-FAST2404-squashfs-cfe.bin"; + sha256 = "cd00abc6fe624df9428d6c32fea4efbdfadd9fe50579b41fb8469ecb5abf5f60"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2404"; + } + ]; + }; + FAST2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-FAST2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-FAST2504n-squashfs-cfe.bin"; + sha256 = "10b740daf3b8edce0760d48692acec2cb51c557ff40cbe5df34b59da68241328"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2504n"; + } + ]; + }; + FAST2604 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-FAST2604"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-FAST2604-squashfs-cfe.bin"; + sha256 = "ae873f6e3c0d9b843137cc16dfc0f65f9cd2ec8b46e6905263ef4c9385dfa8f7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2604"; + } + ]; + }; + FAST2704N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-FAST2704N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-FAST2704N-squashfs-cfe.bin"; + sha256 = "7deb93aaa7e85f2848e7e8180ade72a41d89694433f62016dfea207e563b26f4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704N"; + } + ]; + }; + FAST2704V2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-FAST2704V2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-FAST2704V2-squashfs-cfe.bin"; + sha256 = "ffc7dcf287f45e1ca5f998b6e38ae28c9e9449367959c6a110fc99d2dfe0ba83"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704V2"; + } + ]; + }; + GW6000 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-GW6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-GW6000-squashfs-cfe.bin"; + sha256 = "33525aa515d42afb244d7e21406d2d6eb439f53bf5373a80886985ae788d5342"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6000"; + } + ]; + }; + GW6200 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-GW6200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-GW6200-squashfs-cfe.bin"; + sha256 = "914909b57b246fa8a218053cdb87e6f485b9ad3527166e1f30a2e4d7d32e24c4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6200"; + } + ]; + }; + HG520v = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-HG520v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-HG520v-squashfs-cfe.bin"; + sha256 = "3e16e5127c5c7064596984c17a211b771f1dc98c35b5ec8d1335109e50a46d9d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG520v"; + } + ]; + }; + HG553 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-HG553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-HG553-squashfs-cfe.bin"; + sha256 = "6e9e61a5240b41c43ff89113c615e8b1b874bc0dbdade09b2b25b515ee285b56"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG553"; + } + ]; + }; + HG556a-A = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-HG556a-A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-HG556a-A-squashfs-cfe.bin"; + sha256 = "54a62b6f28810cf6350bd422590dbd44bb6da4edd3112c521acd57ef999d3784"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev A"; + } + ]; + }; + HG556a-B = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-HG556a-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-HG556a-B-squashfs-cfe.bin"; + sha256 = "330aa51830e78b39def5e1823296f37041c4d7cce71782eb52e64bef0fec24a1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev B"; + } + ]; + }; + HG556a-C = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-HG556a-C"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-HG556a-C-squashfs-cfe.bin"; + sha256 = "6c3c7f44e50ab60777a9d701c21ba844cfcb8728457d7a534db06b01f5a9e07e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev C"; + } + ]; + }; + HG622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-HG622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-HG622-squashfs-sysupgrade.bin"; + sha256 = "fac2c951fffe9b51007466a4a0a511653bc9afc758254c7fc6fa4c7b1408e983"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-HG622-squashfs-cfe.bin"; + sha256 = "09632dcdce75f9e8ac70673e5bb94232cb7b242eed07a7e88ba667cac19ef4a4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG622"; + } + ]; + }; + HG655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-HG655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-HG655b-squashfs-cfe.bin"; + sha256 = "a4043747dc59a74a878d6338060d94a04bdc1e4f2b6f929245702aff3ad2e2ad"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG655b"; + } + ]; + }; + HomeHub2A = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-HomeHub2A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-HomeHub2A-squashfs-cfe.bin"; + sha256 = "7749c7d4ee0ab74d043a192ebd951b7fcf411827ca5b6294a4b246040d6cd8fa"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Home Hub 2.0 A"; + } + ]; + }; + NEUFBOX4-FXC = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-NEUFBOX4-FXC"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-NEUFBOX4-FXC-squashfs-cfe.bin"; + sha256 = "dcd8c8817ba01383339ff3d433edb040375b457672c224b7a211a61a3d2cde2d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Foxconn)"; + } + ]; + }; + NEUFBOX4-SER = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-NEUFBOX4-SER"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-NEUFBOX4-SER-squashfs-cfe.bin"; + sha256 = "4dc7262c908936b0bed6bb882e1ceb3ff9063b0c9870ac245ae9acc1e53187dc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Sercomm)"; + } + ]; + }; + NEUFBOX6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-NEUFBOX6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-NEUFBOX6-squashfs-cfe.bin"; + sha256 = "b4b42289b6514fe5820d01c6afd8a552156c75035af91733c728311fe822a149"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox6"; + } + ]; + }; + P870HW-51a_v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-P870HW-51a_v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-P870HW-51a_v2-squashfs-factory.bin"; + sha256 = "725e3a0b8518f8297f75e9fa00ba321a1358f45761effbf1dba61c576a54772b"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL P870HW-51a v2"; + } + ]; + }; + R1000H = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-R1000H"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-R1000H-squashfs-cfe.bin"; + sha256 = "ec1cc723c27899a0a12c3923c0d6d3e60645e79516a12b333841326bfb484fc5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Actiontec R1000H"; + } + ]; + }; + R5010UNv2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-R5010UNv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-R5010UNv2-squashfs-cfe.bin"; + sha256 = "400eba8eca03d68b1831fc8cbbe0778b70b5b93516c127f16c9a5489c740e208"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-R5010UNv2-squashfs-sysupgrade.bin"; + sha256 = "efd115959269151246ef8da771cb29c243912a6699f2c3d702061dd3abae43c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NuCom R5010UN v2"; + } + ]; + }; + RG100A = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-RG100A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-RG100A-squashfs-cfe.bin"; + sha256 = "a254f635fbed4b12eb781cefc9bfd404ab806dba15d0d7215289007cad92c71a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Alcatel RG100A"; + } + ]; + }; + RTA1025W_16 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-RTA1025W_16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-RTA1025W_16-squashfs-cfe.bin"; + sha256 = "4f02262b070d42271e143855e2af8dda89b1fbc6ef77e88f8a7c2fa0ab2d70da"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1025W"; + } + ]; + }; + RTA1320_16M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-RTA1320_16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-RTA1320_16M-squashfs-cfe.bin"; + sha256 = "0541c820611e94977daffcd2e02fdce74c763c0008ba7be98fd1195ec09ee02d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1320"; + } + ]; + }; + SPW303V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-SPW303V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-SPW303V-squashfs-sysupgrade.bin"; + sha256 = "53703051786da076d4355c220d69896936c27f6301f2d3499fea290c624c3a79"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-SPW303V-squashfs-factory.bin"; + sha256 = "282c17a53d6123b8fac40aeed60b8c985310203e9e3908cdbdbc5d82b7132910"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 303V"; + } + ]; + }; + SPW500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-SPW500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-SPW500V-squashfs-cfe.bin"; + sha256 = "0c260d12a7610f19a706a448fb3a7c9b2bd524e2b4bb4814a4be8c9e382eb141"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 500V"; + } + ]; + }; + SR102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-SR102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-SR102-squashfs-cfe.bin"; + sha256 = "9b506d01f62c40696c4b5a3cae9874a13307fb8e20cfef0d0832af40f62a2580"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SKY-SR102"; + } + ]; + }; + TD-W8900GB = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-TD-W8900GB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-TD-W8900GB-squashfs-cfe.bin"; + sha256 = "087df6cf1ad75eeb85720fbe5639df44ea7f560e737e300618738017551f58d3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-Link TD-W8900GB"; + } + ]; + }; + USR9108 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-USR9108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-USR9108-squashfs-cfe.bin"; + sha256 = "e93258c661ed11feae80c9ca85d1901ed02ba277de70e52cd3640f7e525bc9a6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics 9108"; + } + ]; + }; + VH4032N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-VH4032N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-VH4032N-squashfs-cfe.bin"; + sha256 = "3db62209f49e0075275d717c1a9620caeac27621559d8f7d0212f1081ce0b2cb"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-VH4032N-squashfs-sysupgrade.bin"; + sha256 = "7cc1036196074fb1099dc8dcb931d1ba7d3d1a17a2828c0d70429533e53daba0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Observa VH4032N"; + } + ]; + }; + VR-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-VR-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-VR-3025u-squashfs-cfe.bin"; + sha256 = "ed465b3edc1bda2621be2eaf1b37df74096cd0fe0e791175f2fe14e43e6efc62"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-VR-3025u-squashfs-sysupgrade.bin"; + sha256 = "46202679d8574c2935844e8955bf3ec135154de59c469f11bfeb457c60bfa6dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025u"; + } + ]; + }; + VR-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-VR-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-VR-3025un-squashfs-cfe.bin"; + sha256 = "4e5383338b03542b72e2df3fa3857509468782b1bf21189f58c3c0bac9e8391a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025un"; + } + ]; + }; + VR-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-VR-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-VR-3026e-squashfs-cfe.bin"; + sha256 = "f059b6e66b93db891de3cc445b2913826ac7355c7ba9836bc96954e73ef0f83c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3026e"; + } + ]; + }; + WAP-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-WAP-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-WAP-5813n-squashfs-cfe.bin"; + sha256 = "ce649418ea4c27131f20b6687bbc11dd1a7ce741598fa54bbbfa158b1eff85d0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend WAP-5813n"; + } + ]; + }; + livebox = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-brcm63xx-smp-livebox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-brcm63xx-smp-livebox-squashfs-redboot.bin"; + sha256 = "4008f309eb3a5df5cdd52978707ee7778c4cb6b6ad73d7ae215b0436982bf418"; + type = "redboot"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Inventel Livebox 1"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "brcm63xx/smp"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + cns3xxx = { }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-core" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-core" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-switch-rtl8366rb" + "swconfig" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.10-gemini-dlink_dir-685"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "34a22547ad16b9db61a46d92aea2e53f15f761dbbfba3b02732e3cc6c32f5114"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "6f70c40fc37fc271f72b89befe11b92d3e471de25516fb9ebe75980888906c86"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + title = "D-Link DIR-685 Xtreme N Storage Router"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.10-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "0ebd40ca9dfe53b38281cd3c7834ed489b9bf84f5362ddbffae2f89d8f28c827"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + title = "D-Link DNS-313 1-Bay Network Storage Enclosure"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-19.07.10-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "d510dabbbf118d14731341688bc0a9391794163212cbb2c04ef52291f3999662"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + title = "ITian Square One SQ201"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.10-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "11bb43c0acb634233088d286df44c0e5641d348b69e873a31ee922bbc6984dd5"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + title = "Raidsonic NAS IB-4220-B"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "gemini/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + imx6 = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "blkid" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "blkid" + ]; + metadata_version = 1; + profiles = { + apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-19.07.10-imx6-apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-imx6-apalis-squashfs.combined.bin"; + sha256 = "1b99bdb6aa0d21185e876d5b35eb2ddfb37dfadfd3112e9ce95314ec9a19d638"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-imx6-apalis-squashfs.sysupgrade.bin"; + sha256 = "88d427de5f44bd7c3797c327adbcb0b392fa918e00d752aaf460bd7f31a8c31b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + title = "Toradex Apalis family"; + } + ]; + }; + cubox = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.10-imx6-cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-imx6-cubox-i-squashfs-combined.bin"; + sha256 = "af5e1c4240484088769268317f3304a973b9bf7470e767c87a76501bd87eabb4"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SolidRun CuBox-i"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-19.07.10-imx6-ventana"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-imx6-ventana-squashfs-bootfs.tar.gz"; + sha256 = "37a6e6e992df18bc1680ba5bee72f713cb9d1c2df0d1598be08177c430e41837"; + type = "bootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-imx6-ventana-squashfs-nand.ubi"; + sha256 = "8b1af2d77ea5ef99a61a824c42a36642bb7f23e6cb4d4811b9a80766c997eff3"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-imx6-ventana-large-squashfs-nand.ubi"; + sha256 = "fde2ab504ce1095e7547a8af0a23e552a20f7c5db2458407adb01b58c6fb543d"; + type = "nand"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Gateworks Ventana family (normal NAND flash)"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "imx6/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-dwc3-of-simple" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath10k-ct" + "wpad-basic" + "kmod-usb3" + "kmod-usb-dwc3" + "ath10k-firmware-qca4019-ct" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-dwc3-of-simple" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath10k-ct" + "wpad-basic" + "kmod-usb3" + "kmod-usb-dwc3" + "ath10k-firmware-qca4019-ct" + ]; + metadata_version = 1; + profiles = { + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "26fe0deec7ec2063f8ab831ed06e9d561f6adecaf3a7a75cb2cf8b7d3c53a156"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "d42462922f208ba40902928b1eba64a8a4d2a522933f0693cc38d32e7bbb18ac"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + title = "8devices Jalapeno"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "ipq-wifi-alfa-network_ap120c-ac" + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "3df066c6b8ad792b96864dacfce59fe3b822ebc4fc0dabaf768b2622623b8d57"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "df6cee5e53d8d2c54f5e871c107c692f1c879e6619e67a39d837c700d7fa27d8"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + title = "ALFA Network AP120C-AC"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ipq-wifi-asus_map-ac2200" + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "4a2d44fd43e8b843fcdcc16700d73c9b2d13a755135a89e3c0d414d107e8a83c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + title = "ASUS Lyra MAP-AC2200"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "756ab03b974703af700e46f3ce8fd619409dab5f042066153007c1d73751be41"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + title = "Asus RT-AC58U"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "cc34c5449138fd2f247cbd448922df01093b754ed0b9ca02150f302e044c0f00"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "ae3e1e0e777702f002826b54647373bcb43c7f5c97e64da06512efe7c5093192"; + type = "eva"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + title = "AVM Fritz!Box 4040"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzbox-7530" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "dc5f8bca4ad46652b8ba462f9a0cf99bed84056a1488938a43274ed0a438f00c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + title = "AVM Fritz!Box 7530"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "9a11b4deb2164900c81c83b43cc73fbf5d31d6fbe7bc23e935c8cbe4d911c9f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + title = "AVM FRITZ!Repeater 1200"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-3000" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "9b5c780a8d20fcc922476f537231c37e478c2da11fe7654ad804204a496358ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + title = "AVM Fritz!Repeater 3000"; + } + ]; + }; + compex_wpj428 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-compex_wpj428"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin"; + sha256 = "3c029d70709c11735e7a4ae8f72c02dc3856b749a907847cd2765f23c91a5ee8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj428" + ]; + titles = [ + { + title = "Compex WPJ428"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ + "ipq-wifi-engenius_eap1300" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "f232bbe507def4d8f36ba4aecad4e4ffbf7c0d1469a98787e8067b933752f6ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + title = "EnGenius EAP1300"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ + "ipq-wifi-engenius_ens620ext" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "073919ed6e8ea79203e634be6a743d81564f680767a95eaa2809e419c1808a65"; + type = "factory_30"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "98c119be6bb8502647a0224426df818dcd024bca81d781f99bc015b3c3f8f545"; + type = "factory_35"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "8e95e36a70b2dc418a1d9de6e206baf6322af8fcd9c2c3a15269f43768815970"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + title = "EnGenius ENS620EXT"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "17562f05585f743ea9ed29b84c36615faec825be42cf915042a9c58167bbe31f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + title = "GL.iNet GL-B1300"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ + "ipq-wifi-linksys_ea6350v3" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "e32895662b52f2f8e02f0b3baed9a24d5039570d75cb6f554d4e139b667e24fb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "94dea73c4df8912f25585866761d94d8144afbba592290295932d949d468fa7b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + title = "Linksys EA6350v3"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "uboot-envtools" + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "d02c54df89044131a40b9ebadf17a597fb32eab626b1e14ab27340e95d4f6966"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "cb8e4ea14956b6f86fd24cbd1170530d6cb4c19dea8265ff2ee924e5e0d64de5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + title = "Linksys EA8300 (Dallas)"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "613c60c58a54f243b4e2fef52930c7fd49881bf09c5e3bd2c4e4b5b9560835a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + title = "Cisco Meraki MR33"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "82c1931141e5fe128784bab765544d34e6bed4c7fa847e239afb143ad7d97b80"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "ebc25d1bdf52fad8d4e8c47348be65d0566ebc911794d94e1c4520aa89062d1a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + title = "Netgear EX6100v2"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "8de8a5f4094114d65ebb1911fa2c5c91b1f16a77d0425be8cbb87af803a74d4e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "b7d1601c338d913728280180a04ef0a007af6cec7dde5362a854b2b3d6a59745"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + title = "Netgear EX6150v2"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "52f48f718a70e508b39dc3b0a7c35cea00fb97a2c03cfef14051d15587648a85"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "af0c85e3db162272b969f248d9ca1cd311e68e4e7cee80cc8f45bb6c8cf8357b"; + type = "factory"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + title = "OpenMesh A42"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "0bd330b31d071bbb11fad3ab40976e38aed69597022e745b9e70c67de2b6a5dc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "8316d543dcc1bf4bc835834c0f10d93294984d4226b03e5e3bcbe354077fb4ef"; + type = "factory"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + title = "OpenMesh A62"; + } + ]; + }; + "qcom_ap-dk01.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-qcom_ap-dk01.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-qcom_ap-dk01.1-c1-squashfs-sysupgrade.bin"; + sha256 = "8e077ff3142431c7b5241c2059de90523dc7c606c921e927dab27f1cdb490a38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk01.1-c1" + ]; + titles = [ + { + title = "QCA AP-DK01.1-C1"; + } + ]; + }; + "qcom_ap-dk04.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-qcom_ap-dk04.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-factory.ubi"; + sha256 = "c8d0691e1097d1b4877572ad7a31562bb40012dc975b0100162f700384337f70"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-sysupgrade.bin"; + sha256 = "98225b9325014cda278681e2c785696b985eb633fc04a7ce4e6c15841ef5941e"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk04.1-c1" + ]; + titles = [ + { + title = "QCA AP-DK04.1-C1"; + } + ]; + }; + qxwlan_e2600ac-c1 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-qxwlan_e2600ac-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"; + sha256 = "ad3a83d806f8374b0191ff7d1f01e81ae1fd0eae89e6802b41d38a2bcdb4ed4c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c1" + ]; + titles = [ + { + title = "Qxwlan E2600AC-C1 (nor flash)"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "4fc4691a3f9f5eace09a030d3dd2c89332435841082f49aeed1f9d7bd8ad558f"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "3910c96864ea67ab51ab2d4c5e1c1280beb30bf11c2e77e3580da52cdaeed3cb"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + title = "Qxwlan E2600AC-C2 (nornand flash)"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "uboot-envtools" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "b5e236a3697781031c6da61ddf9666721ea45a837bbcc2385cfde22e09b1fb9b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "4d608b8d1fd7224253c20857d8438dec86e8b68303af3cedc604e11aa175eeaf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + title = "ZyXEL NBG6617"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-19.07.10-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "d8d1bc60c2a888f2f67945e900a5f8915eed696b62dd67e174505f57781d4bb1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + title = "ZyXEL WRE6606"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "ipq40xx/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-usb-dwc3-of-simple" + "kmod-usb-phy-qcom-dwc3" + "kmod-ath10k-ct" + "wpad-basic" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-usb-dwc3-of-simple" + "kmod-usb-phy-qcom-dwc3" + "kmod-ath10k-ct" + "wpad-basic" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.10-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "8184c08a4d8013767b9b558306d963ffdd13cd4747db8f7af6c1eee774fa9c02"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + title = "Buffalo WXR-2533DHP"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.10-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "4548fc0731c4b08c9dd15728b2a1c95ee65eb3515111539c3abf2a37ff3ee8dc"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "54a59a3f04f0b06ee852ca8e966e3a656a64680fd360fabbb24c2f5264631e3d"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + title = "Compex WPQ864"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.10-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "eab057d45fa90104cfe8c82b8dd0c8c50dadf2cc29672d4d9faf297f6f3ffda7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "903a0422d300176081f5d56672b454aa933f2e790ef4f300c91dd4609d94ffaf"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + title = "Linksys EA8500"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.10-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "6139e0b4e87400f7d7629f201e0a6715dd66c360d8d1587d3e569a1c852b9077"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + title = "NEC Aterm WG2600HP"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.10-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "66028116313d5a3a8ec20d189e5dddab61f12506b3de5bb433a55a7629a0f025"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "5542ecef5a5f19a68fd8ee854bcc9f6264ea5e619784b06ba21679df1bb642d5"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 D7800"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "f833933547aef3bd7df78b7f6256ee828640ea8d44741f290ca04a702418108a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "c34d0a23b59125f901ef93e7a380129d28be0ec5be00579ab27e3908cf38f331"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 R7500"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.10-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "ca4436d8469f5437e19df2ebe98de40851e6d14e5af6ae980fc4acc3322c0892"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "853dde95bff69f8194d9bfc374db93772fda9faace008cad760325dd5296e6bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 R7500v2"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-19.07.10-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "1a56143c31899a39af87a519ec4c0070cbd64c0b18d317be0942e9830bb4a5cb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "e5db16c0d7b064d3987350a38bef7d46e5328e7d501b1c1ef7b5124368749027"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + title = "Netgear Nighthawk X4S R7800"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.10-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "8e27c11583cce7aeca862ad097a305196bca85b221e5f046738c7125770c2e49"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "89eb13e108a379e96ac14229214599bec4b9aea7cd89445530c8eabf5b00813a"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + title = "Qualcomm AP148"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.10-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "b3f7d75bff9b253b391af387e852c79e2cf7d16d169f70262ff4ad558545d530"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "43fc0a7a52e811d1df41e5009b3f01ca6c6b94037a2a7c9e235daa2a712de3e9"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + title = "Qualcomm AP148 (legacy)"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.10-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "8db2e38391b09295990cec3873303ec59d75e4b0e4075023f90d3b379172ea9c"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "bb6f1058ce905357a46fae9d42a07cd5c77f6dc929b117e0bfac5587dba81939"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + title = "Qualcomm AP161"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.10-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "3f51ba6c0899accefd8460e0c8886b0b6efb59e93bd89b663999931cd3ba191b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "075b68c73b633b35e216ab56fc1d463014dbd541398fc9efd9978c3764297b87"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + title = "TP-Link Archer C2600"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.10-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "8cfa0a12843b767f0165d0f54e07f31c911dccd883da270f702bc7a487ed6bec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + title = "TP-Link Archer VR2600v"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-19.07.10-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "93f33918acb29b87b65f4e7b3ae7bde31506f34055ee1d361984bc38463d3c01"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "73c1c49323e1fb6042d7e7cca60d54d99bfd0be189c3cff68d7440ccd9b52cca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + title = "ZyXEL NBG6817"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "ipq806x/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + cisco_on100 = { + device_packages = [ + "kmod-i2c-mv64xxx" + ]; + image_prefix = "openwrt-19.07.10-kirkwood-cisco_on100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "18e85c58de486244cdd0a9b54c5de69c53668d704d7007d49970986c8436b022"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "8f8cb5cc30046ae99cf65385c7ebeddd25505afd024601be327821d8ceee8b25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cisco,on100" + ]; + titles = [ + { + title = "Cisco Systems ON100"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "fa108d332e098e856fbfc669b03eea22e951fb8ebeab9cc13e59fcd4092f78de"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "243f283af9e2259707e0fbc8cea7e236c15b0cf85cc253b90e2dc8fb2c02a7f1"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + title = "Cloud Engines Pogoplug E02"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.10-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "fac61aa3ceeeeaa0c4c3fb0218ba960653fb8d3445e3beacb606ab5ae135735c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "2a20a33860634b753c98842c591036312c86ac6cb7d7299558903b288f085e7b"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + title = "Cloud Engines Pogoplug V4"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "6cee1f224825d692de9e3fb7c4bf4fcbafab0fd39fae506b10822eded4db8ec1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "078b80bc858b5d51196bbf4f367303d4323e99d3857b2a12a61b9f5f21e0732c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + title = "Iomega Iconnect"; + } + ]; + }; + iom_ix2_200 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-i2c-mv64xxx" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-19.07.10-kirkwood-iom_ix2_200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-iom_ix2_200-squashfs-factory.bin"; + sha256 = "9e0cd5a2c5cea8137a68ff1e873d070f9afca8b268881633134c392e48da1f5e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-iom_ix2_200-squashfs-sysupgrade.bin"; + sha256 = "48dbb7f4f0594023a48cd0ed81eb994ec594f4577bae744da65ebaa0d57047aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,ix2,200" + ]; + titles = [ + { + title = "Iomega StorCenter ix2-200"; + } + ]; + }; + linksys_audi = { + device_packages = [ + "kmod-mwl8k" + "swconfig" + "wpad-basic" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-kirkwood-linksys_audi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-linksys_audi-squashfs-sysupgrade.bin"; + sha256 = "ed59adc219f5cb23954e23a3de034f16348f3acda3ff0080fbf563377c18d733"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-linksys_audi-squashfs-factory.bin"; + sha256 = "fa6179fc65d34ecf9890f879c886a718a736c0ddf6060788ce2c7a3d8b4c559e"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + title = "Linksys EA3500 (Audi)"; + } + ]; + }; + linksys_viper = { + device_packages = [ + "kmod-mwl8k" + "swconfig" + "wpad-basic" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-kirkwood-linksys_viper"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-linksys_viper-squashfs-factory.bin"; + sha256 = "52c47d2690a57b5fe68ccb216e72426dd05809df5043418c8dca9959d2f45c5d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-linksys_viper-squashfs-sysupgrade.bin"; + sha256 = "6ee6184e367d52f8b54c4dd7d2c02e7df34ac89682c515e81346dbdd60d24ebc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + title = "Linksys E4200v2 / EA4500 (Viper)"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "a08b76b6747dda263833b5bda92d6ca24cf5bf20292ec74811f7c270853dc6c2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "77890d563241b11e9448217d6f0dccf93ec41f44fa75bef6b7a7156b5e3f5f91"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + title = "RaidSonic ICY BOX IB-NAS62x0"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "ad821ccec29df776e9ca328338b649aad79f21dd8c2760cdcfb010b2b8ec26f9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "7cc71f2690dd483139fabe451cca0298753190db15d97fe342e7e0412b1b4880"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + title = "Seagate FreeAgent Dockstar"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "5aa0e34dc8f2648abf12c6e62a3d83f35e3c5d1d1c3fe1274ad746344b5892db"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "51ab5e7b2bb2828fdc18819a672273e03508a5abaf926877008f82dc5673711f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + title = "Seagate GoFlexHome"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "c7b41db392ee4ded5fc2b712c16021496e72af903028a973ce98fa36c32e4120"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "7665e1ab671ae1e996f2b66493792ff28448824c8e1ef2fa41f61059845470cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + title = "Seagate GoFlexNet"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-r8169" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-19.07.10-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "ff405a15804bd5ee7dfe13c8cd374781105ab676afbf63e3d4f4c1fa1e24eaf2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "2782ee95577c45e23fd91bc855207d316093190d2c1667fe097876d4d4e287a4"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + ]; + titles = [ + { + title = "ZyXEL NSA310b"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.10-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "dac575af8a11ce86c08074f2b367ff9a7cfc5510f1a560726e1d1d19c949f1ec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "0bc13456ef4d39664fcc17c3b9771d0acb78460e111a5ec2de964d995b52b463"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + ]; + titles = [ + { + title = "ZyXEL NSA325 (v1 and v2)"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "kirkwood/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + lantiq = { + ase = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + allnet_all0333cj = { + device_packages = [ + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + ]; + image_prefix = "openwrt-19.07.10-lantiq-ase-allnet_all0333cj"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-ase-allnet_all0333cj-squashfs-sysupgrade.bin"; + sha256 = "3fb572f7769a6aee121c5ad22f8b5a4e929d90e352bd4eb38ab4e6c9526c8480"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all0333cj" + ]; + titles = [ + { + title = "Allnet ALL0333CJ"; + } + ]; + }; + netgear_dgn1000b = { + device_packages = [ + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + ]; + image_prefix = "openwrt-19.07.10-lantiq-ase-netgear_dgn1000b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-ase-netgear_dgn1000b-squashfs-sysupgrade.bin"; + sha256 = "777d23cc3cdfa0fab6a3a9157cf5ad9bdae8e8d794b5c42c453b44645695f845"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn1000b" + "DGN1000B" + ]; + titles = [ + { + title = "Netgear DGN1000B"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "lantiq/ase"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + falcon = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-heartbeat" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + lantiq_easy88388 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-lantiq-falcon-lantiq_easy88388"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-falcon-lantiq_easy88388-squashfs-sysupgrade.bin"; + sha256 = "d3d11a041a24919eed7b62f9de99569c0f6329830c893f1295bb18dc9571a7d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy88388" + ]; + titles = [ + { + title = "EASY88388 - Lantiq Falcon FTTDP8 Reference Board"; + } + ]; + }; + lantiq_easy88444 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-lantiq-falcon-lantiq_easy88444"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-falcon-lantiq_easy88444-squashfs-sysupgrade.bin"; + sha256 = "9a59858f9a3310470c72bca62656600d868a0de48b206bd12b6fbffd03270566"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy88444" + ]; + titles = [ + { + title = "EASY88444 - Lantiq Falcon FTTdp G.FAST Reference Board"; + } + ]; + }; + lantiq_easy98000-nand = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.10-lantiq-falcon-lantiq_easy98000-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-falcon-lantiq_easy98000-nand-squashfs-sysupgrade.bin"; + sha256 = "ce1c6624071210268d904c4177967314b61366035eeefe055934d21e6db77ca0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-nand" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board NAND"; + } + ]; + }; + lantiq_easy98000-nor = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.10-lantiq-falcon-lantiq_easy98000-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-falcon-lantiq_easy98000-nor-squashfs-sysupgrade.bin"; + sha256 = "1bb2144cf6a9a2bd109676b0ce8edd6134b9a4b14d49049863e3b222e3cbed04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-nor" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board NOR"; + } + ]; + }; + lantiq_easy98000-sflash = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.10-lantiq-falcon-lantiq_easy98000-sflash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-falcon-lantiq_easy98000-sflash-squashfs-sysupgrade.bin"; + sha256 = "29183d28d7d1c99a1c80e15486be150c19d110593798a458d39f5065ff02e4f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-sflash" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board SFLASH"; + } + ]; + }; + lantiq_easy98020 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-lantiq-falcon-lantiq_easy98020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-falcon-lantiq_easy98020-squashfs-sysupgrade.bin"; + sha256 = "705a35ad0895671e158f7cf51d5bd2b7a6e6a6490fc793db2d10808d2de0cbf7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98020" + ]; + titles = [ + { + title = "EASY98020 - Lantiq Falcon SFU Reference Board"; + } + ]; + }; + lantiq_easy98020-v18 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-lantiq-falcon-lantiq_easy98020-v18"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-falcon-lantiq_easy98020-v18-squashfs-sysupgrade.bin"; + sha256 = "6c0b9a21228d2e47047e68ffd8d544433ee673b73601fd6768d9b432f2a5e817"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98020-v18" + ]; + titles = [ + { + title = "EASY98020V18 - Lantiq Falcon SFU Reference Board V1.8"; + } + ]; + }; + lantiq_easy98021 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-lantiq-falcon-lantiq_easy98021"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-falcon-lantiq_easy98021-squashfs-sysupgrade.bin"; + sha256 = "46406b215d7696a4ea59f867030458d78c748faf5e77eb5172ab1e5045448a35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98021" + ]; + titles = [ + { + title = "EASY98021 - Lantiq Falcon HGU Reference Board"; + } + ]; + }; + lantiq_easy98035synce = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-lantiq-falcon-lantiq_easy98035synce"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-falcon-lantiq_easy98035synce-squashfs-sysupgrade.bin"; + sha256 = "32c1b1251bec6d61238f65559eb06fd20c6d92369cbe49d1c3b8df11e907dc0b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98035synce" + ]; + titles = [ + { + title = "EASY98035SYNCE - Lantiq Falcon SFP Stick with Synchronous Ethernet"; + } + ]; + }; + lantiq_easy98035synce1588 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-lantiq-falcon-lantiq_easy98035synce1588"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-falcon-lantiq_easy98035synce1588-squashfs-sysupgrade.bin"; + sha256 = "c616de8311375a417f69317b0ad7e9674d9fe90091d2d516bbf124ae14a6e6f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98035synce1588" + ]; + titles = [ + { + title = "EASY98035SYNCE1588 - Lantiq Falcon SFP Stick with SyncE and IEEE1588"; + } + ]; + }; + lantiq_falcon-mdu = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-lantiq-falcon-lantiq_falcon-mdu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-falcon-lantiq_falcon-mdu-squashfs-sysupgrade.bin"; + sha256 = "d50f50069b9a0cd516c0c7bb864e8899c08bd09635ae7d60e2b864587d3102e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,falcon-mdu" + ]; + titles = [ + { + title = "MDU - Lantiq Falcon / VINAXdp MDU Board"; + } + ]; + }; + lantiq_falcon-sfp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-lantiq-falcon-lantiq_falcon-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-falcon-lantiq_falcon-sfp-squashfs-sysupgrade.bin"; + sha256 = "9b02b4f768e9b754c312307919a3d968bfd1c104ccf1687d8729ef4702f4c41a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,falcon-sfp" + ]; + titles = [ + { + title = "SFP - Lantiq Falcon SFP Stick"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "lantiq/falcon"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "ltq-vdsl-vr9-vectoring-fw-installer" + "kmod-ltq-vdsl-vr9-mei" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-atm-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-deu-vr9" + "ltq-vdsl-app" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "ppp-mod-pppoa" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "f232ccfe18d3e559b74fd48929a8760266b18ce8066ed14c1cf425694f2863a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + title = "BT OpenReach - ECI VDSL Modem V-2FUb/I"; + } + ]; + }; + arcadyan_arv7519rw22 = { + device_packages = [ + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-arcadyan_arv7519rw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-arcadyan_arv7519rw22-squashfs-sysupgrade.bin"; + sha256 = "2a76ae45b3e9aa78f12da0b896b8c87225d30bd689e0ad60b24f7ec6433413ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519rw22" + "ARV7519RW22" + ]; + titles = [ + { + title = "Livebox Astoria ARV7519RW22"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "4839b6ef3f42cbc2b3cc0c8bd45d00dbfb20f3554e12efb05f0718bf5c9cb924"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + title = "BT OpenReach - ECI VDSL Modem V-2FUb/R"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"; + sha256 = "5fcf1f67a2f80d5fa00c906f6fcd023a3e656c8ede610a006b917db2cd7899d0"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + title = "o2 Box 6431 / Arcadyan VGV7510KW22 (BRN)"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "89ade29ae00f8eb3c79a44b68b401ea75af6305ee526ff0346b09ba2e8746f10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + title = "o2 Box 6431 / Arcadyan VGV7510KW22 (NOR)"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"; + sha256 = "4f0eecdd497dc0fd640e0416bf3218f75c8054446577ba1880e896689fbb80c0"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + title = "Experiabox 8 VGV7519 (BRN)"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "c4c6648130e40a60a929c23b6f760e26fe875bb44ff6018b640cff46197c011b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + title = "Experiabox 8 VGV7519"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "5e36ee6ac323f361fe8a42b5aa8edc352f9b016c969648b9cd54ffbc7acd5ca7"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "9a6a8ae0ca359ad4853f0caaf66489b18231b860e319f13967b7aeabccf8f80a"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "491ea5e26af2be783a5c637135adbec14960ed58170f630d4f5dc43329e434dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + title = "AVM FRITZ!Box 3370 Rev. 2 (Hynix NAND)"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "31750e0de618b83c8e387c3cd55d18b949e46b7602f1a8bd4a0f736436ca8b97"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "b38aaa488a579fa7ea60df5e82538655c3138dee30ea004acc07983701bb8d3c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "cdf77bd7bd844552fe309b2309b31c7e86df6781ce8879f9ab967f21a7b53491"; + type = "eva-kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + title = "AVM FRITZ!Box 3370 Rev. 2 (Micron NAND)"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "61ff3059977c34a10146328d34f24559967324f279cccb7c16c55561f78035c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7360 SL"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "740245d8322d2e219c3577be2f2940ec22f0a929750e88a60fe1450b9fad065f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7362 SL"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "84a990b87fa4b0bdc9c9f8ed2142992ebfb92fdd37f6f5656be2d8e85b292401"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7412"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "79ba3bae2032290be05e33a5843547901c0080c9d58d091c7c0ed4c2560659b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + title = "BT Home Hub 5A"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "48caad527e589add84637248bd85485f337ccce8779f723eff1283a8bae9c546"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + title = "Buffalo WBMR-300HPD"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "d51dd2a1d10bbd4bb169fb9d088017f2a506bfb2e4a0992270b36b3031e51c6b"; + type = "fullimage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "c957cd8115a42780283c5a2dd0b0074d1b8c23f5fbd5fd162d65b2b220333817"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + title = "Lantiq VR9 - EASY80920NAND"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "89df0aa3612bf9e8c0dcaf639c9e22c082f8bb3c909419dedaa765f1f0d5df8a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + title = "Lantiq VR9 - EASY80920NOR"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "ae42e34e92e413d15f725155fe5e43ea86a1773c529371952a2e960b6fd033b1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "04aa725effecda682551a89238c22f80740e6aa1affbbe8a552e319fd9c2e07d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + title = "Netgear DM200"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "c82c0e516d8e091bdb3dc1637060647a4e9cbf5e237a6b44a98a4409757f2f67"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + title = "TP-LINK TD-W8970"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "b74fa99ec9f3e0649cc512a9ee648c59c9b3ee3f38d37b1cab29f5eaf8d50c71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + title = "TP-LINK TD-W8980"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "c4cb4a36ef679fa92b0ee7efb46f3840151c1350a95c5e3d4aefff1ba89ae4de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + title = "TP-LINK Archer VR200"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "18958a8567ae4fadc319074731af74b716da02be93d1f7f2afc0dda6244a5440"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + title = "TP-LINK Archer VR200v"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "994c53d8d4cb46a36bfbc4475ba239251390bf7877932d443bf3a20e121c5793"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + title = "ZyXEL P-2812HNU-F1"; + } + ]; + }; + zyxel_p-2812hnu-f3 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xrx200-zyxel_p-2812hnu-f3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xrx200-zyxel_p-2812hnu-f3-squashfs-sysupgrade.bin"; + sha256 = "a32dd6e07b1853da18881c50ec83624e1b5285b80a8453d5f318e392c9a2fd04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f3" + "P2812HNUF3" + ]; + titles = [ + { + title = "ZyXEL P-2812HNU-F3"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "lantiq/xrx200"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "06ba71bdc7db33e60750634aef53082ceefe98ac358069888a2afe79b42bcbc9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + title = "Wippies, Elisa - ARV4510PW"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "32345086549b7ae6a97920bddd05f8b81abc110902bbb3d45441b84d29aaf6d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + title = "Alice/O2 IAD 4421 - ARV7506PW11"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "3e53aa20b0b5447a2d964bd432d0eb9a92254d5895e054cb557e0d6a1d2d44c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + title = "Astoria - ARV7510PW22"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "b22dbef33b75a7acbf2f30c768619399aabb29a5c4e843185b23dcc2c47a509e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + title = "Astoria - ARV7518PW"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "c6159874976615703d0e9867e187c72424333a1c4ec38839d3d47d3c70b65b4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + title = "Astoria - ARV7519PW"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "2f6b483a358c76857128cc1e83ba6f90ca79bc70970f428865e9cf7c0625c1fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + title = "Easybox 802 - ARV752DPW"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "0ecacb67f65741b23f3cdf63622426d42f7d3209d9f1aa15f5023ac280a0630a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + title = "Easybox 803 - ARV752DPW22"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "74916b100fdeb9985a2b2fb3cb1f4579e8e1cbf001457e7d377406690dc1774a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + title = "Speedport W504V Typ A - ARV8539PW22"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "e3ed860ea0f6d3157bdfe7c94b3ed323876b9fe46b9928a0d02bd018e00d7ff9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + title = "AudioCodes MediaPack MP-252"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "21bcf4a1210a94441d521bac8b5e86ea15c232fe448c149c324568ee09f1ff6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7312"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "d23b2e27ad113030a0ceb9daaa1e411a33135279923e00cb66efab12674e3ab5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7320"; + } + ]; + }; + bt_homehub-v2b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-deu-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-bt_homehub-v2b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-bt_homehub-v2b-squashfs-sysupgrade.bin"; + sha256 = "f40638dc9934de47eacff0a7f5287c5def98c18477144a514d07a53365d15097"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v2b" + "BTHOMEHUBV2B" + ]; + titles = [ + { + title = "BT Home Hub 2B"; + } + ]; + }; + bt_homehub-v3a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-bt_homehub-v3a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-bt_homehub-v3a-squashfs-sysupgrade.bin"; + sha256 = "26818c4af7513ed728f2d5ee9c0f45a7a6b4e087a8680561ca80eda8e5b0b7ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v3a" + "BTHOMEHUBV3A" + ]; + titles = [ + { + title = "BT Home Hub 3A"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "4c94f1a3d4ccee22bfc2107743be14a434f3e8722a2c3eb29832a54e6fe78a38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + title = "Buffalo WBMR-HP-G300H (A) - WBMR"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "3c26b2a56eeb0e6d89eeee4cf62ccc32520ff9c3b88e245f8c97a17d4c388691"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + title = "Buffalo WBMR-HP-G300H (B) - WBMR"; + } + ]; + }; + lantiq_easy50712 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-lantiq_easy50712"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-lantiq_easy50712-squashfs-sysupgrade.bin"; + sha256 = "6fb0da13369eb706a13960be863029b8663fb2ad62a9a5a5a05383580a10daa3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy50712" + ]; + titles = [ + { + title = "Lantiq Danube - EASY50712"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "41b4c2bd482d1d968c9305a700694a58fcd46a309d1ca7803f4b3e3b464f56c9"; + type = "factory-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "04ea05d79dab340b90baecb252c4bd098c2f5b10b06223e980b85553552779dd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "48a3c398b264e31078913f02a431178580a792ea512e94be29788b79b56cc3b9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "b667beca02f228ef583a6230e85b307a77dbc76398ead8c285ec1daa404e546e"; + type = "sysupgrade-na"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + title = "Netgear DGN3500"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "c6ea67388ed981e444057699b4038a62e736b3e0a9a1e8762f662d27ac1a593b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "870d54b299807a259ecce80bfa5f266fecb4bcfd9a453f2e205f14c792190a1b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + title = "Netgear DGN3500B"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "77ca1f846657e2a6b83283c03775edd4d7e97cb7d912bed53eeb8e5385ee4dbe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + title = "Gigaset sx76x"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "84f872a1bd832eb270e1e18f127f220da1e04295aea1231133570c104e7b329c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + title = "ZTE H201L - H201L"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "82747d8929edb0ca68d104612f6559c140871b63a8042d8aa61c799d33c2ba25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + title = "ZyXEL P-2601HN-Fx"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "lantiq/xway"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + ]; + metadata_version = 1; + profiles = { + ls1021atwr = { + device_packages = [ + "layerscape-rcw-ls1021atwr" + ]; + image_prefix = "openwrt-19.07.10-layerscape-armv7-ls1021atwr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-layerscape-armv7-ls1021atwr-squashfs-firmware.bin"; + sha256 = "fc9fb936459fb9fdbd57772d77c78a59821348e9a6e6fc2398bdf58b3b563108"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1021ATWR"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "layerscape/armv7"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + ]; + metadata_version = 1; + profiles = { + ls1012ardb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012ardb" + "kmod-ppfe" + ]; + image_prefix = "openwrt-19.07.10-layerscape-armv8_64b-ls1012ardb"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.10-layerscape-armv8_64b-ls1012ardb-ubifs-firmware.bin"; + sha256 = "7a1c1560af92d8f2d36297294fc79c6b816d5913bc094c1069b7d896a63d8aab"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1012ARDB"; + } + ]; + }; + ls1043ardb = { + device_packages = [ + "layerscape-fman-ls1043ardb" + "tfa-ls1043ardb" + "fmc" + "fmc-eth-config" + ]; + image_prefix = "openwrt-19.07.10-layerscape-armv8_64b-ls1043ardb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-layerscape-armv8_64b-ls1043ardb-squashfs-firmware.bin"; + sha256 = "6aff28d8786c93d542c93434334be42be4737c7e17e8ca479c9ebf0c520ba986"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1043ARDB"; + } + ]; + }; + ls1046ardb = { + device_packages = [ + "layerscape-fman-ls1046ardb" + "tfa-ls1046ardb" + "fmc" + "fmc-eth-config" + ]; + image_prefix = "openwrt-19.07.10-layerscape-armv8_64b-ls1046ardb"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.10-layerscape-armv8_64b-ls1046ardb-ubifs-firmware.bin"; + sha256 = "9009d1203464b2a6e065b2082fadbd965dd53f3d10e13018b3a45a77120a482d"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1046ARDB"; + } + ]; + }; + ls1088ardb = { + device_packages = [ + "layerscape-mc-ls1088ardb" + "layerscape-dpl-ls1088ardb" + "tfa-ls1088ardb" + "restool" + ]; + image_prefix = "openwrt-19.07.10-layerscape-armv8_64b-ls1088ardb"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.10-layerscape-armv8_64b-ls1088ardb-ubifs-firmware.bin"; + sha256 = "5416043898ea79ca6c0bab30c1598d65fafa39bb065bda884e09277bce69d685"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1088ARDB"; + } + ]; + }; + ls2088ardb = { + device_packages = [ + "layerscape-mc-ls2088ardb" + "layerscape-dpl-ls2088ardb" + "tfa-ls2088ardb" + "restool" + ]; + image_prefix = "openwrt-19.07.10-layerscape-armv8_64b-ls2088ardb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-layerscape-armv8_64b-ls2088ardb-squashfs-firmware.bin"; + sha256 = "10f714590c463efb182e7361f162ebe603e1323bc8867a479f5bdf0ef5c47f7c"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS2088ARDB"; + } + ]; + }; + traverse-ls1043 = { + device_packages = [ + "layerscape-fman-ls1043ardb" + "uboot-envtools" + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-19.07.10-layerscape-armv8_64b-traverse-ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.10-layerscape-armv8_64b-traverse-ls1043-ubifs-sysupgrade.bin"; + sha256 = "318fd1049871b4a3e8935e4ddc892fe3ba6e66e98b20886ead1a1e4c5601b5ed"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.10-layerscape-armv8_64b-traverse-ls1043-ubifs-root"; + sha256 = "bcedcaaa2b36d47c9a1bc9b7971cd2a7b996c957ccc51138f81e8ba8be57d14b"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Traverse LS1043 Boards"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "layerscape/armv8_64b"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + ]; + metadata_version = 1; + profiles = { + MTK-RFB1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-core" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-19.07.10-mediatek-mt7622-MTK-RFB1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mediatek-mt7622-MTK-RFB1-squashfs-sysupgrade.bin"; + sha256 = "49481444003e0ccc642e67668d1d79e5c21680a8a4d65dd145dbbfbd9254b4a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7622" + ]; + titles = [ + { + title = "MTK7622 rfb1 AP "; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "mediatek/mt7622"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + ]; + metadata_version = 1; + profiles = { + "7623a-unielec-u7623-02-emmc-512m" = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + ]; + image_prefix = "openwrt-19.07.10-mediatek-mt7623-7623a-unielec-u7623-02-emmc-512m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mediatek-mt7623-7623a-unielec-u7623-02-emmc-512m-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "2f116f029ab4d338d599ffb6422b275e30ecdf353c885b24d7d34f5a70a21773"; + type = "sysupgrade-emmc"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + title = "MTK7623a UniElec U7623-02 (eMMC/512MB RAM)"; + } + ]; + }; + "7623n-bananapi-bpi-r2" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mediatek-mt7623-7623n-bananapi-bpi-r2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mediatek-mt7623-7623n-bananapi-bpi-r2-squashfs-sysupgrade.bin"; + sha256 = "0f2df317bf67a2bbb111d79aed6572c8f8f5f49351511e49733879c2440746b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MTK7623n BananaPi R2"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "mediatek/mt7623"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + mpc85xx = { + generic = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mpc85xx-generic-red-15w-rev1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mpc85xx-generic-red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "533fcb2b4b1615209b8a4c46f9e37e8806ee180f9ae6e97ab5e92e7ee22e118f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + title = "Sophos RED 15w Rev.1"; + } + ]; + }; + tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mpc85xx-generic-tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mpc85xx-generic-tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "247cedaf407aa296d319b7ffa8135b05bbfdd149feb0b4c372f9e345a2f54a01"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mpc85xx-generic-tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "ada176433ed05e31fe44f8b47fcf249399c58c4fdc6ffdc7b89a05ade2fad627"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wdr4900-v1" + "tplink,tl-wdr4900-v1" + ]; + titles = [ + { + title = "TP-Link TL-WDR4900"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "mpc85xx/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.10-mpc85xx-p1020-hiveap-330"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mpc85xx-p1020-hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "f3a9fe84687ed77bfb79386bf9dca1c46f97aadd634a33373edd0d5c93084912"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mpc85xx-p1020-hiveap-330-squashfs-fdt.bin"; + sha256 = "0e8feff31209f6972495f02f4bf47b65ca18d5577687747893c64c344757f245"; + type = "fdt"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + title = "Aerohive HiveAP-330"; + } + ]; + }; + panda = { + device_packages = [ + "kmod-rtc-ds1307" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-mpc85xx-p1020-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mpc85xx-p1020-panda-squashfs-sysupgrade.bin"; + sha256 = "ee6dedcf5a6af3a15a8a0de976aef8e45cfa7aebc3fb99000cfb289c0593199b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mpc85xx-p1020-panda-squashfs-fdt.bin"; + sha256 = "3c72f0a66bd9cce126c50aca0ce3981882487dc9ab9ba59653631ebe23c0ded8"; + type = "fdt"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + title = "OCEDO Panda"; + } + ]; + }; + ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mpc85xx-p1020-ws-ap3710i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mpc85xx-p1020-ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "d4eaebb387ea03e46a57fae51775a715208ac4f15b7ac5878a14c7a0b34ad47d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + title = "Enterasys WS-AP3710i"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "mpc85xx/p1020"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + p2020rdb = { + device_packages = [ + "kmod-hwmon-core" + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.10-mpc85xx-p2020-p2020rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mpc85xx-p2020-p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "8294368d66cff25cc352001650db29feb07f1a1d3d790c990c27d7824bbd2c56"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + title = "Freescale P2020RDB"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "mpc85xx/p2020"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "e2fsprogs" + "ethtool" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "f479f8796af27153140cfc91c1d54bf7e55c2eb68ccd9cc055e2951dfff35e4b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "486197631a071ccb7e64f11e825f6ff1273d3038a06e44822e3ab7060731086d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + title = "ESPRESSObin (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "add881affb3ec1301a2e08aff0217e327a0b7c550a34112e085dc73a786fd0ab"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "cd2fb3e5a8758f38eb96f3da8100f9db39298d0bd9744fed69d7e0a6c61bc216"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + title = "ESPRESSObin eMMC (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "86cf8735b3769447af11cab4504a3ceb8da8bcaf5fdd96fcbff848092f939d55"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "bb23368805d02f16602ecae32acb8f35b64caf99532cee2123cd3c7e09b32c0c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + title = "ESPRESSObin V7 (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "7fb862a997f550548abcc28ec3020da5214b69611acd353d1ecc36fbf34766d6"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "2386cd02b812db4c40e4c820d7db48c933db2737534d6b9dc8d9760a2ddb4fe0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + title = "ESPRESSObin V7 eMMC (Marvell Armada 3700 Community Board)"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "795987c268c8cf032fb84323cd64880b11b4b3494c20bdef78d8c50eeb65f733"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "d343686446c87a69d09ffee840eab544234166ee22ea3935962dc64a2b02de1a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + title = "Marvell Armada 3720 Development Board DB-88F3720-DDR3"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "mvebu/cortexa53"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "e2fsprogs" + "ethtool" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "363f2d182dda74187d6f0e5184fa709a03fe5ec67f941eaf08489cc63f8a107f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "ee94b4e214a7343f5c9e33c3654f7a7600dd4aaf5e6e36cf62c641010383c06b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + title = "Marvell Armada 7040 DB board"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "4a28eca5046f87b0edc886d5db0c36119e8454c53f61a8521cfa858ce3a4368a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "77c4189b6ef6e28ed17507d287f715c2a75f0433c3eabe069360e663003a2fed"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + title = "Marvell Armada 8040 DB board"; + } + ]; + }; + marvell_macchiatobin = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa72-marvell_macchiatobin"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-mvebu-cortexa72-marvell_macchiatobin-ext4-sdcard.img.gz"; + sha256 = "b5017e0ae57892809e4d47edb97e5756ab98d63c596f725e3db7ba7264a08e36"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa72-marvell_macchiatobin-squashfs-sdcard.img.gz"; + sha256 = "c0da1962fc56568c97d30e59eeb4d129dca4e6fc124f9cf5cdab0d7777b71b3a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin" + ]; + titles = [ + { + title = "MACCHIATObin (SolidRun Armada 8040 Community Board)"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "mvebu/cortexa72"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "5e8b60d189eddf0c13b53cbe00d65128d1fe0d6a819086bff6ead8987965aaf0"; + type = "openwrt-19"; + } + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-19.07.10-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "e9566ff45de1f9a101caafc55eda67e387188481e87fb340f24e81ccc8ab5f1f"; + type = "omnia-medkit-openwrt-19"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + title = "Turris Omnia"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "15f0ed117308b11e51de0561d5c1c840a068b147be053e1ffa9e4288853f24c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + title = "Globalscale Mirabox"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "ce68686f16be9a5fe0f2c1c6ebf10386f01d9f546348e278fe40401ca69512a5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "415abd4b12c0a65f4792288641a4b308419edf45f8e76b4d847315cecde52daa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + title = "Linksys WRT1200AC (Caiman)"; + } + ]; + }; + linksys_wrt1900ac = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt1900ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt1900ac-squashfs-factory.img"; + sha256 = "c38a069de6f0f05fbdad08571751ca29113b5f45c4403201b488be70cd2b43c1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt1900ac-squashfs-sysupgrade.bin"; + sha256 = "c76b143d8f0c7c53057b643fd4598cf9736c79576002127c280672ea70098cf3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + title = "Linksys WRT1900AC (Mamba)"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "239bbfedca5c0b0f7de7ce4e8a67884ae24eb08e7b55139115fba0e8ac4844d5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "eb89bcba16c2bc418407ee2dd5c78f972ce10b309958e1d5795a3a574f611424"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + title = "Linksys WRT1900ACS (Shelby)"; + } + ]; + }; + linksys_wrt1900acv2 = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt1900acv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-factory.img"; + sha256 = "15d9dd3e1b74e6ff452d90941259176ca664b94e7343f4cd064681213e2c5a15"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-sysupgrade.bin"; + sha256 = "9afc8f8e2f68d66e90874e8b8997ce6a2ff15361d6561f266eb9909a68da137c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + title = "Linksys WRT1900ACv2 (Cobra)"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "9b6746de788c2c3ad0476d1743f0fdf6cc9c15b0892e0f31c81dcc772fa98720"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "575959e4358b6e90b032384aa176822421c793f005cb6c8b57fdc66c3532d53b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + title = "Linksys WRT3200ACM (Rango)"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "9462ec0cb363d8273521802164918394a7527a5759e21609ac973f3e4809c677"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "222d49d579109fdaa393963b211f289a6a9be7d7c44b2c20e8bf965d9f43e991"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + title = "Linksys WRT32X (Venom)"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "647ab49051c08447703117c980d320a0f663ae6a47a1480f62acca39b8f70c06"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + title = "Marvell Armada 370 DB (DB-88F6710-BP-DDR3)"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "15b035cb2e29e2f88f28eb56e878c8f0cd6f57134759e399dd7b813f1ca07da5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + title = "Marvell Armada 370 RD (RD-88F6710-A1)"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "3ceb3dba0282cd9b11d5b101f9308e75190badd6ec7335a649c8dff0644e5a6e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "e050e32c47ae378f8a0ab4ce3e054a022220ba898190a352b3539836f8eeddc6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + title = "Marvell Armada 385 DB AP (DB-88F6820-AP)"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "ad9738156623cd7917f9d54e39b2cc6124ee8d188e83056a20765fb5017c1fd2"; + type = "firmware"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + title = "Marvell Armada 388 RD (RD-88F6820-AP)"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "314af1566fa5d8ca3c8e3840bc9b6bf85ec21c41f1586eb8dc5c8f0e99da15f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + title = "Marvell Armada XP DB (DB-78460-BP)"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "6d2910a38f047d696572b9f918f1926b4bc4b98bcb255b37e9b2c6dda3c810ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + title = "Marvell Armada XP GP (DB-MV784MP-GP)"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "e46208101cebf71bc2d54c1ad20d28692cfef30e80145e5f4eba17f1ad0d67e6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "78933e43307df8ebd6e7db273d8fd5c4b536062e5fb78a9a004f91496d7f9b44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + title = "Plat'Home OpenBlocks AX3"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "22d192bc8e17ad5d83f1183f5f20a8a85e82fb65a0c841ea68a3c0db8c28d9c1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + title = "SolidRun ClearFog Base"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + "swconfig" + ]; + image_prefix = "openwrt-19.07.10-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "e82b7f1f97e6f21885dfc5f4aaa8dec8b278784b134260c2b7227a1f340f90cd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + title = "SolidRun ClearFog Pro"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "mvebu/cortexa9"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + er = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-octeon-er"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-octeon-er-squashfs-sysupgrade.tar"; + sha256 = "1e93de6b65d38ca6ffecbc18a2257dcebb89a8f804706c0be03e3cddf6bc710d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti EdgeRouter"; + } + ]; + }; + erlite = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-octeon-erlite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-octeon-erlite-squashfs-sysupgrade.tar"; + sha256 = "f28caf362a70ea703663ede8b65eac2220f94b9d7f8968d43a1a20917e5bf4b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti EdgeRouter Lite"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "octeon/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "3894810eff42a8e0dac00e633e81d9b4200442ce698d16c57ab360e4783b3424"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "bf36f920f664b0d00618a0fb24f17b13cc4852ab4b5e3017a2fa3a6f801c38dc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + title = "TI AM335x BeagleBone Black"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-omap-ti_am335x-evm"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "0323e5fabdd3ad392b17d83043a44834e1aa5204b724face5780844f96f1497e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "b4278c5c00a387cbfdc264288fcbd50358b85da0c0e396a0b40a9526de515bef"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + title = "TI AM335x EVM"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net" + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-19.07.10-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "7f7d7020348973bd970d1fc237bc62a9a6bc903b3205170c7cab23abe7a14c21"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "578da387f407db8a1a11bfa3c59b5282aee1ed7c6344767e598a30f1b57bc2c4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + title = "OMAP3 TI beagleboard"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-19.07.10-omap-ti_omap4-panda"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "8a95a2603dee388f13627ca74f2cd734500cb9f82081098c4f103ff2ad9ae791"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "48c0288ed90d53f70528014199f136b2cdb3d4001cda7c7b476b839a7f4a3148"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + title = "OMAP4 TI pandaboard"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "omap/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + marduk = { + device_packages = [ + "kmod-tpm-i2c-infineon" + ]; + image_prefix = "openwrt-19.07.10-pistachio-marduk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-pistachio-marduk-squashfs-factory.ubi"; + sha256 = "b4a13e3013ce178ea21dba26a4d7d216f5d740bd7c1f44599e5a98179a243e8a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-pistachio-marduk-squashfs-sysupgrade.tar"; + sha256 = "b2984dd9c1d686b2629a6f4d4afb104fc9f72d0f5497e60e0e921faab8f425cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Creator Ci40"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "pistachio/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + ArcherC20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-ArcherC20i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-ArcherC20i-squashfs-factory.bin"; + sha256 = "53dc24040574981d9363facb728249e13d40728711c2798c29995ec71a816fa1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-ArcherC20i-squashfs-sysupgrade.bin"; + sha256 = "d82fd70d18e83dd814f3005402469222ef8c893b143c707ce894f21a0e610e89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c20i" + ]; + titles = [ + { + title = "TP-Link ArcherC20i"; + } + ]; + }; + ArcherC50v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-ArcherC50v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-ArcherC50v1-squashfs-factory-us.bin"; + sha256 = "23dbf715f2d24f46a4e874e9e84a84778f507dfa777259dedba915eb2842a93f"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-ArcherC50v1-squashfs-factory-eu.bin"; + sha256 = "6c533c033bf7b34911b547045e7c3847e55e04a7bda41ab657896af958532626"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-ArcherC50v1-squashfs-sysupgrade.bin"; + sha256 = "3d25b16a51837675f06c4bcbf93ab1753c593590ca55f773d323aa0ccbc19dbb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c50" + ]; + titles = [ + { + title = "TP-Link ArcherC50v1"; + } + ]; + }; + ArcherMR200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-rndis" + "kmod-usb-serial" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-ArcherMR200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-ArcherMR200-squashfs-sysupgrade.bin"; + sha256 = "2c4e2baef8e9e98fd8f72720b06cd0a5d07c0cd089c13f3caaa29c5f3c65bc95"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mr200" + ]; + titles = [ + { + title = "TP-Link ArcherMR200"; + } + ]; + }; + ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-ai-br100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-ai-br100-squashfs-sysupgrade.bin"; + sha256 = "554b9020910f7cdc1ad154c225b94480fa105defb7d8ce9e302000ddf6b488e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ai-br100" + ]; + titles = [ + { + title = "Aigale Ai-BR100"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "ec9fcc3724b551c2b6130db804fe90cd1656e6ea303e9bd9ff921527ed18b4f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + ]; + titles = [ + { + title = "ALFA Network AC1200RM"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "040efacf3dccb1b9909338addafae3cd109140a59e9780a613604d3b84a957e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + ]; + titles = [ + { + title = "ALFA Network R36M-E4G"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "22650134902f55645a58a20b1742ee9f8805dec334021169a08bd2a796defbfe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + ]; + titles = [ + { + title = "ALFA Network Tube-E4G"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "ddbb5695c53df43bd93f040bb0688609a9f4e2dba94d7bf916d168d9f26a65e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + title = "BDCOM WAP2100-SK (ZTE ZXECS EBG3130)"; + } + ]; + }; + bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-bocco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-bocco-squashfs-sysupgrade.bin"; + sha256 = "53ac6217b82d2f2dd6f7c4b8e8334f15d613930baebdeedc4a5f4204b5cfdad9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bocco" + ]; + titles = [ + { + title = "YUKAI Engineering BOCCO"; + } + ]; + }; + c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-c108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-c108-squashfs-sysupgrade.bin"; + sha256 = "3504b2897dfd203bb8d9f06d527c037776a0f72a5965a5644a86296d6ba26ff5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c108" + ]; + titles = [ + { + title = "HNET C108"; + } + ]; + }; + cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-cf-wr800n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "d66a1e21185feb31a7401a0b28c77d075b5c867d761893b9b2ce476eaf7a627b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cf-wr800n" + ]; + titles = [ + { + title = "Comfast CF-WR800N"; + } + ]; + }; + cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-cs-qr10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "7b1925ce4e72d7fd971277ff49982ffe45a417354a3b45856e2024fa2fe1ae08"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cs-qr10" + ]; + titles = [ + { + title = "Planex CS-QR10"; + } + ]; + }; + d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-d240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-d240-squashfs-sysupgrade.bin"; + sha256 = "e21405103ea938a788e79ccf8e6e11c05bb74868ba860adc2db3286c0c6cb45e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d240" + ]; + titles = [ + { + title = "Sanlinking Technologies D240"; + } + ]; + }; + db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-db-wrt01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "107a28686c7072a91a70e6b6a25da4c01a7d10941ffc9909b2dccb3bf5bffb9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "db-wrt01" + ]; + titles = [ + { + title = "Planex DB-WRT01"; + } + ]; + }; + dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dch-m225-squashfs-sysupgrade.bin"; + sha256 = "2de19c596816a8f503d275af99f06617cd6ec5114a9690813e488c7fac33e44c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dch-m225-squashfs-factory.bin"; + sha256 = "2ac9bc772dde6e5de16acd7e45acab45e5cad13d1635bc34aa03f656d3f8563b"; + type = "factory"; + } + ]; + supported_devices = [ + "dch-m225" + ]; + titles = [ + { + title = "D-Link DCH-M225"; + } + ]; + }; + dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-dir-810l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dir-810l-squashfs-sysupgrade.bin"; + sha256 = "cc179677db5e97332597abcd8cc550874b89103a636efec601e66b2f13f70663"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-810l" + ]; + titles = [ + { + title = "D-Link DIR-810L"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "9afe4eb9140d128585324646d4f15062b4c77afd65e3face34121d1ea63a829b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "0fc193221e37539652a0946146c6f7d78bbe7cb2295a91c780699e6f1de4c036"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + title = "D-Link DIR-510L"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "2f60f4d1076ff4b899bc122064f7c0af091ed20ed68e0d07c3bbc4ef0f5f0c26"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "a559c5d074b7f27c13007963c8cde14b69677e08130723ca6a26d98dbcb90417"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + title = "D-Link DWR-116 A1/A2"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "129ab63d3bda70e1591201608113904a99bcd92f0107621308eb164ff60032d9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "2ff0a11a49cedeb636de680118c89f6ce8a255b528fc799352268815796a6b89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + title = "D-Link DWR-118 A1"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "ad12e1f62546e9dad4a9774a9e9b9d52c7cb4382e8dad4811f480db8f45e3a89"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "9597363dfb6fa9755746d32c7d396eb1ae019c38f693ce08c044bb3a654b17ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + title = "D-Link DWR-118 A2"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "2ac5fdaca5b139e75c5824dd9937d5869448cfcc38602b5b48d011602cf19c3e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "9f5b21be837d0f62ad74759eee5fe55686c8c7c7ac30c911890051123c81ce2d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + title = "D-Link DWR-921 C1"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "324ab726a1323329499dbd7aa59ed4657f5eff63bc77c91b41ecf4ec2c98be5d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "be591e2ba5d2ab9677cda94279ac7d656e99ccc0b05eb9392c775363b0e0cde4"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + title = "D-Link DWR-921 C3"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "84edeab5ec9ed76985bd0ddab6cf3269c00353572f93e906b65b9336991457b6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "e203bcbbc854baa7fefdf25c9fd20ab208b89bdcd5ce991cd9d5a64285ca490a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + title = "D-Link DWR-922 E2"; + } + ]; + }; + e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-e1700-squashfs-sysupgrade.bin"; + sha256 = "4b1c422bf86f71af88d295ba3a7c6b4447ade15c90e1997cc0423973f0e9c15a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-e1700-squashfs-factory.bin"; + sha256 = "6e68fb92af9005c092ac4c074083537eaa51da7028c45d46f35d2069afdb5187"; + type = "factory"; + } + ]; + supported_devices = [ + "e1700" + ]; + titles = [ + { + title = "Linksys E1700"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "39506e5ccfd7ecf86f643f9f7cceb699cc181a4889e8eafd427518aee81d68a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + title = "Edimax BR-6478AC V2"; + } + ]; + }; + ex3700-ex3800 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-ex3700-ex3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-ex3700-ex3800-squashfs-factory.chk"; + sha256 = "ac1a509f0f087c6e568f5fdfeb2090a8f559dfb473b157b1913526768cdec0c0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-ex3700-ex3800-squashfs-sysupgrade.bin"; + sha256 = "d401dc91a99cdbbaca1e9ccb642e0161ee2418ee7cf28384102ed8bbafe49192"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ex3700" + ]; + titles = [ + { + title = "Netgear EX3700/EX3800"; + } + ]; + }; + gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-gl-mt300a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "81b5ca9502d26b2d310ed217f147783960a95161b48975c1401c0ecfc7facbf0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300a" + ]; + titles = [ + { + title = "GL-Inet GL-MT300A"; + } + ]; + }; + gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-gl-mt300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "89fe85f4d22e7bfb2e885c3d29f20daa6510498660bc4557346f8da9945593d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300n" + ]; + titles = [ + { + title = "GL-Inet GL-MT300N"; + } + ]; + }; + gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-gl-mt750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "614a691d0444f70f3f5bfd60f804117c3f095a6efba7f1e81e5f4de81c587a19"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt750" + ]; + titles = [ + { + title = "GL-Inet GL-MT750"; + } + ]; + }; + hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-hc5661"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-hc5661-squashfs-sysupgrade.bin"; + sha256 = "99ff90f66e89d834e3ad2a9210a3d075bfecd4a251f23f2ecdc4352456ba6da3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5661" + ]; + titles = [ + { + title = "HiWiFi HC5661"; + } + ]; + }; + hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-hc5761"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-hc5761-squashfs-sysupgrade.bin"; + sha256 = "c0944397ab2b4f426299e0f3b94aa45df7c67f8141dcfdcad7efe967a33daf51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5761" + ]; + titles = [ + { + title = "HiWiFi HC5761"; + } + ]; + }; + hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-hc5861"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-hc5861-squashfs-sysupgrade.bin"; + sha256 = "9557469acde9c11d04b57508a2d2dec55fbcafb9dcdaf14ccc3ace97c767da02"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5861" + ]; + titles = [ + { + title = "HiWiFi HC5861"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "209b2eb24e1805665c720dbc852ebeaf07d583d680c81c7fec73c8498d07e8d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + title = "Head Weblink HDRM2000"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "f85b177a4f0536fdcf0fe70b184fcec10e2efb9f0774e03b090a76d7345eb577"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "e73cf4bc379893addc90b90b2f93a17613687ba27317a609d24618d8ce1ec939"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1167GR"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "7ec989f6e29bc94e53edd20875d19578bd79768cc218cac935e642243060427a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "ab9115f01e58fbb347a38af366620f01e8f1a5a34bf7acecdc9638288476bc9e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + title = "I-O DATA WN-AC733GR3"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "d2fe9e080c5aa6ff74966c13e786e67aad79cef31f51b6cd1184091b26b26a96"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + title = "Kimax U35WF"; + } + ]; + }; + kn_rc = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-kn_rc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-kn_rc-squashfs-factory.bin"; + sha256 = "7a73596247d0cd13980f45687e77d5dc94b2f86695ef7284e709a5afc880ee95"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-kn_rc-squashfs-sysupgrade.bin"; + sha256 = "95a9ba6d56a46283a6dc49fd582c487b4b596e0e3532e9a7c4c68758bf18a39b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kn_rc" + ]; + titles = [ + { + title = "ZyXEL Keenetic Omni"; + } + ]; + }; + kn_rf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-kn_rf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-kn_rf-squashfs-factory.bin"; + sha256 = "b7108b9a7ca88b19239718c32fe1ef52ce4f9f2873d22ed186b0c91e801c180a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-kn_rf-squashfs-sysupgrade.bin"; + sha256 = "c19bbc103193cf8f651317b5eac4ce858834f0b33a843312fe3b874adf02181c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kn_rf" + ]; + titles = [ + { + title = "ZyXEL Keenetic Omni II"; + } + ]; + }; + kng_rc = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-kng_rc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-kng_rc-squashfs-sysupgrade.bin"; + sha256 = "df6c3b0e4adcc063f6a1f309de1809e3beb24033deb5febade65e47331ecedf3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-kng_rc-squashfs-factory.bin"; + sha256 = "7bab3e9631da76ac8c63a03ca062ca1b1ff8a2f1d5b9c5bfe0ec7ea95384df5d"; + type = "factory"; + } + ]; + supported_devices = [ + "kng_rc" + ]; + titles = [ + { + title = "ZyXEL Keenetic Viva"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "1e691eda6d05523dbaf5ea62d23ad34199fd1b6769ee4d64d4cc82539f2d8a9a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "1c6662e1f2589116239c5ca3aad2e145b0ccda490e6afd0aee33325aba53892b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + title = "LAVA LR-25G001"; + } + ]; + }; + microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-microwrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-microwrt-squashfs-sysupgrade.bin"; + sha256 = "1c70383ce486e528bc3d3d6e16607a010304e22eea578f71012b85e1bf563ff9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "microwrt" + ]; + titles = [ + { + title = "Microduino MicroWRT"; + } + ]; + }; + miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-miwifi-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "3bc0f955252e89e574120ce0eb8e465d9430924ddfa1b4b4a5f90d9d6a2a05d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miwifi-mini" + ]; + titles = [ + { + title = "Xiaomi MiWiFi Mini"; + } + ]; + }; + mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-mlw221"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-mlw221-squashfs-sysupgrade.bin"; + sha256 = "27272a0d13af04a26920c4a66fafe59f1b35ce3e0ddbba116f63a56b3143a782"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mlw221" + ]; + titles = [ + { + title = "Kingston MLW221"; + } + ]; + }; + mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-mlwg2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-mlwg2-squashfs-sysupgrade.bin"; + sha256 = "4cea292069d9ba1b52a611d124f71b42d62c1c85274112891c834714972c0b71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mlwg2" + ]; + titles = [ + { + title = "Kingston MLWG2"; + } + ]; + }; + mt7620a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-mt7620a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-mt7620a-squashfs-sysupgrade.bin"; + sha256 = "61b7fa2fe28869bb10daab682304c41f3c11dcde3424abf1ed2895eba3da283c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a" + ]; + titles = [ + { + title = "MediaTek MT7620a EVB"; + } + ]; + }; + mt7620a_mt7530 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-mt7620a_mt7530"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-mt7620a_mt7530-squashfs-sysupgrade.bin"; + sha256 = "ad90710f21f8ae055a3e7891e0132c2d8239bc819d0564c01951b589401aa3bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_mt7530" + ]; + titles = [ + { + title = "MediaTek MT7620a + MT7530 EVB"; + } + ]; + }; + mt7620a_mt7610e = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-mt7620a_mt7610e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-mt7620a_mt7610e-squashfs-sysupgrade.bin"; + sha256 = "7cc2e47f353ed196729d83538bda32a305545c0af2f0646c2f7c76018a2a32ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_mt7610e" + ]; + titles = [ + { + title = "MediaTek MT7620a + MT7610e EVB"; + } + ]; + }; + mt7620a_v22sg = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-mt7620a_v22sg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-mt7620a_v22sg-squashfs-sysupgrade.bin"; + sha256 = "ab3dcc39af03d2712de1a1fee0dfa7d39bb536ce7f62b2751a244b654474cf5d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_v22sg" + ]; + titles = [ + { + title = "MediaTek MT7620a V22SG"; + } + ]; + }; + mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-mzk-750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "c8adfbf55564bf6d1f44b3a8ecf206164e2e311265ab976cb99ca13a1d9974db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-750dhp" + ]; + titles = [ + { + title = "Planex MZK-750DHP"; + } + ]; + }; + mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-mzk-ex300np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "4ec2959fa43ce058ca2647fa029633d4e1ce3126b09d681864034e5a6e565f38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-ex300np" + ]; + titles = [ + { + title = "Planex MZK-EX300NP"; + } + ]; + }; + mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-mzk-ex750np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "127dcbfd9fe09fa35c3ca309f07c6f47fc26df4dba782cc053cf426bb468f1ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-ex750np" + ]; + titles = [ + { + title = "Planex MZK-EX750NP"; + } + ]; + }; + na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-na930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-na930-squashfs-sysupgrade.bin"; + sha256 = "9b806a3f3a9332fa337b8701310724a4f9de32c770bc386c3949a3887666e84f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "na930" + ]; + titles = [ + { + title = "Sercomm NA930"; + } + ]; + }; + oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-oy-0001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-oy-0001-squashfs-sysupgrade.bin"; + sha256 = "68b689521315f7da070466283ec67d126b643592dfc2d29c7a1c577905bb5ee3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "oy-0001" + ]; + titles = [ + { + title = "Oh Yeah OY-0001"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "6e606edc3d6880713699c82b9b042774013e519dccd863e702d635dcbb63c236"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + title = "Phicomm K2G"; + } + ]; + }; + psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-psg1208"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-psg1208-squashfs-sysupgrade.bin"; + sha256 = "cff7548ae6485ab4c718b41c81b172322d8ac0717acde5163e2bf1bac7fa3c32"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1208" + ]; + titles = [ + { + title = "Phicomm PSG1208"; + } + ]; + }; + psg1218a = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-psg1218a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-psg1218a-squashfs-sysupgrade.bin"; + sha256 = "c0c8461141db09117d6cd435f275beeacae5f6b85df6b0c5cf70f7bb01a774d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1218a" + "psg1218" + ]; + titles = [ + { + title = "Phicomm PSG1218 rev.Ax"; + } + ]; + }; + psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-psg1218b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-psg1218b-squashfs-sysupgrade.bin"; + sha256 = "2e8b390dd4bc7dd4f7509a4997aa7278a279009c512d2ea8feda3baee5d126ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1218b" + "psg1218" + ]; + titles = [ + { + title = "Phicomm PSG1218 rev.Bx"; + } + ]; + }; + ravpower_wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-ravpower_wd03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-ravpower_wd03-squashfs-sysupgrade.bin"; + sha256 = "e6429e7fd9a37dd116829758a6554dac7bc3a25f063e184d97578742607c8a35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,wd03" + ]; + titles = [ + { + title = "Ravpower WD03"; + } + ]; + }; + rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-rp-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-rp-n53-squashfs-sysupgrade.bin"; + sha256 = "c4df99b3dc30ba3e46023e4a17bd0641598e9595e9a1450ab814cb1be0ab6ba0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rp-n53" + ]; + titles = [ + { + title = "Asus RP-N53"; + } + ]; + }; + rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "45c4fe899044ff87a5909ea964da703a6c3473cc495bef35dd1716d58078053b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-ac51u" + ]; + titles = [ + { + title = "Asus RT-AC51U"; + } + ]; + }; + rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-rt-n12p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "6d28f8e3df39b1ac7da84575adfeabd8ef4134206d6f618c48d830f0dcc1acb1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n12p" + ]; + titles = [ + { + title = "Asus RT-N11P/RT-N12+/RT-N12Eb1"; + } + ]; + }; + rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-rt-n14u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "cd761855ec00149586badda8bf1e0d6ad0850aebd684630ded5068cef7b3e8ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n14u" + ]; + titles = [ + { + title = "Asus RT-N14u"; + } + ]; + }; + tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-tiny-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "e916cd46be24805eaf0b586eaba8ae6b6b357d1dedd6e68c8db45575369b2745"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tiny-ac" + ]; + titles = [ + { + title = "Dovado Tiny AC"; + } + ]; + }; + tplink_c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-tplink_c2-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-tplink_c2-v1-squashfs-sysupgrade.bin"; + sha256 = "3a5712b2dd7bea1d52066c9b5d7248a06af0e3318d397b440f2407bb0f4ece70"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c2-v1" + ]; + titles = [ + { + title = "TP-Link Archer C2 v1"; + } + ]; + }; + tplink_c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-tplink_c20-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-tplink_c20-v1-squashfs-sysupgrade.bin"; + sha256 = "7afacf722b227e9fbc2aba3c7d688c5f2858ffb3346d6783ffaee58706811370"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c20-v1" + ]; + titles = [ + { + title = "TP-Link ArcherC20 v1"; + } + ]; + }; + u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-u25awf-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "8b57339bd617bc30287bae0fe621f16338264dca4abbed77ad537303dba618dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "u25awf-h1" + ]; + titles = [ + { + title = "Kimax U25AWF-H1"; + } + ]; + }; + we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-we1026-5g-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "f46310892286f347af70bc1c2dcea8a064520677220ea0cde957a06b8a11c75e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "we1026-5g-16m" + "we1026-5g-16m" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE1026-5G (16M)"; + } + ]; + }; + whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-whr-1166d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "77b26c3e6ab78af52641129af32a0a3df750c69dec84790047185e066e7e3638"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-1166d" + ]; + titles = [ + { + title = "Buffalo WHR-1166D"; + } + ]; + }; + whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-whr-300hp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "f6854278352e309f1f31ebc4d214d251dd4d386624992259732b3ee7ff29d06b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-300hp2" + ]; + titles = [ + { + title = "Buffalo WHR-300HP2"; + } + ]; + }; + whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-whr-600d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-whr-600d-squashfs-sysupgrade.bin"; + sha256 = "876bc4c25a3e69ff0b0313cf888d67aa81cf14e2af968d0f18823befca62af3a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-600d" + ]; + titles = [ + { + title = "Buffalo WHR-600D"; + } + ]; + }; + wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-wmr-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-wmr-300-squashfs-sysupgrade.bin"; + sha256 = "fbf770ee880733339a39245e1928a8c7dcf02f2d913815a7adf32f68dd68c16b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wmr-300" + ]; + titles = [ + { + title = "Buffalo WMR-300"; + } + ]; + }; + wn3000rpv3 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-wn3000rpv3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-wn3000rpv3-squashfs-sysupgrade.bin"; + sha256 = "067c77ad0ce5dc265e49c331077fad3a289ecc01ff45008ee01ab3771ea19883"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-wn3000rpv3-squashfs-factory.bin"; + sha256 = "4e48fa73d4c1ed2164926b955af8ba7400e77a04a4a85db3be58641fc6379156"; + type = "factory"; + } + ]; + supported_devices = [ + "wn3000rpv3" + ]; + titles = [ + { + title = "Netgear WN3000RPv3"; + } + ]; + }; + wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-wrh-300cr-squashfs-factory.bin"; + sha256 = "3dd6b3ef4d2a6126b3d2634fe927d1b0a6736f152891d2c88b14021f16a7ff0c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "264f828fa9499b6231429440c74e086b4dee0c0b1bbfbf7af890319b91a7fcbe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrh-300cr" + ]; + titles = [ + { + title = "Elecom WRH-300CR"; + } + ]; + }; + wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-wrtnode"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-wrtnode-squashfs-sysupgrade.bin"; + sha256 = "bac0697b12d1755a7a6d082fb0f1125d26eb41e20bb07f9913fceed691ce12de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode" + ]; + titles = [ + { + title = "WRTNode"; + } + ]; + }; + wt3020-8M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-wt3020-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-wt3020-8M-squashfs-factory.bin"; + sha256 = "60bfa4d7d9a6857d341cdd9862d05c68f3ff6186c8847a6dfeeaedc60ed2c789"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-wt3020-8M-squashfs-sysupgrade.bin"; + sha256 = "d7d3b8604c7164d1c7797d54bb38eca9ad4cb3aa8e4908b757e4e0eda72feec6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wt3020-8M" + "wt3020" + ]; + titles = [ + { + title = "Nexx WT3020 (8MB)"; + } + ]; + }; + y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-y1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-y1-squashfs-sysupgrade.bin"; + sha256 = "0b2599d81e020384b8ac862e77a0b3714174dc33d624dc929643322bac0f2a08"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "y1" + ]; + titles = [ + { + title = "Lenovo Y1"; + } + ]; + }; + y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-y1s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-y1s-squashfs-sysupgrade.bin"; + sha256 = "d888570758488c8d4ad5b504c966aaea2ea615caaecdacd8f1a5f1aabc273316"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "y1s" + ]; + titles = [ + { + title = "Lenovo Y1S"; + } + ]; + }; + youku-yk1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-youku-yk1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-youku-yk1-squashfs-sysupgrade.bin"; + sha256 = "7f14314977fb63089946ff91b62bbad8e70749ab75cb7b2d64768c971cdb8322"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku-yk1" + ]; + titles = [ + { + title = "YOUKU YK1"; + } + ]; + }; + zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-zbt-ape522ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "2bcdf654b43aa88a1ea89c89fb27e4ba38d2659a8e50a96fa7e2392d3ffd651b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-ape522ii" + ]; + titles = [ + { + title = "Zbtlink ZBT-APE522II"; + } + ]; + }; + zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-zbt-cpe102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "1d89584d2fa8c58d13893553eb2abec3182c2b9d468c47756b8bbf4b583fd536"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-cpe102" + ]; + titles = [ + { + title = "Zbtlink ZBT-CPE102"; + } + ]; + }; + zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-zbt-wa05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "b4d08a70fbd47811dfd31f106d9e31f118609c2adca058823d55735d22362b36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wa05" + ]; + titles = [ + { + title = "Zbtlink ZBT-WA05"; + } + ]; + }; + zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-zbt-we2026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "121d83f5ae2e0758c22520158ae4b210fb1134b1b2f0abf88ccb29c1a0584e60"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we2026" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE2026"; + } + ]; + }; + zbt-we826-16M = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-zbt-we826-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-zbt-we826-16M-squashfs-sysupgrade.bin"; + sha256 = "1cd1e4242cc0b829468acc00c79605c14c0e7e61524eec0ecf948e2d258a64c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we826-16M" + "zbt-we826" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826 (16M)"; + } + ]; + }; + zbt-we826-32M = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-zbt-we826-32M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-zbt-we826-32M-squashfs-sysupgrade.bin"; + sha256 = "f3b09a4bfaf136d665315785ead288050ee6a9be10dd5d8f412e32e51041615b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we826-32M" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826 (32M)"; + } + ]; + }; + zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-zbt-wr8305rt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "d76353f6af384cede051b92e519fee0205169eb66db56e4a53b4694773fe7428"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wr8305rt" + ]; + titles = [ + { + title = "Zbtlink ZBT-WR8305RT"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "89cebcc8eb8616565e188862af97be0af22d3e0140e011368044f5e2f9005c68"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826-E"; + } + ]; + }; + zte-q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7620-zte-q7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7620-zte-q7-squashfs-sysupgrade.bin"; + sha256 = "e408d1ccf55754e40b22c545066fb2ae2efe72c1d2103f0c1f0007dde38ae55d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte-q7" + ]; + titles = [ + { + title = "ZTE Q7"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "ramips/mt7620"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + "11acnas" = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-11acnas"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-11acnas-squashfs-sysupgrade.bin"; + sha256 = "7d2b3cfd48f488a462faa4146c891d95883b47d632a9d6872dd6502555e26851"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "11acnas" + ]; + titles = [ + { + title = "WeVO 11AC NAS Router"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "3894156a5d762f4a8b9ca93d4c68dcdba112ce1ffe18d89c382f481488a23338"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + ]; + titles = [ + { + title = "ALFA Network Quad-E4G"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "dec01cf5e3a5bb9399ece5c5600941a06352180d66233da8d354a7df98d3dfcd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + title = "ASUS RT-AC57U"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "68d9fc3d1656b06d2e70a0e8567d8ecd01766c23af543b4cf968e759fe6e2978"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + title = "Newifi D2"; + } + ]; + }; + dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-dir-860l-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-dir-860l-b1-squashfs-factory.bin"; + sha256 = "3b5a7ba9287985e0d8cfff3d18b242e2a354a6a0a3d6f25dbba214887a980f3f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "39e85ebc8a61801d45592c4a19498e88949b34b1b4c56e0571ee8e0f138cfe5d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-860l-b1" + ]; + titles = [ + { + title = "D-Link DIR-860L B1"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "1f4b979ec884c0a4fa295130812da4130ce0caf7084d2a6a4065dcebf6fc434a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "e2736f1adcb97223752fa8b7caced9142e67a96f9de82eb1b76f18065b61a409"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + title = "ELECOM WRC-1167GHBK2-S"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "ae4a15c08dbc0c7c534725fa46c63bb6059ce31764b1efbdf8ac9c6cb645186e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "c6abdd35d43ffdeec3da06bad40b77b77f2d3ca8992c46a835e18c98af67f457"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + title = "ELECOM WRC-1900GST"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "835ae3d78b586de9ebff05421590b312f91a2dc6aae3cc39609d30d68f591b47"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "e24ebb7b9a1e66f5636fe368c0d41edceca0402f9ed90ce3bc47cf6b91b9ac5f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + title = "ELECOM WRC-2533GST"; + } + ]; + }; + ew1200 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-ew1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-ew1200-squashfs-sysupgrade.bin"; + sha256 = "9208d74c2be1a598cc78a9069cd6d565e3b5e9cd7d7f7f172a23ede3163d326b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ew1200" + ]; + titles = [ + { + title = "AFOUNDRY EW1200"; + } + ]; + }; + firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-firewrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-firewrt-squashfs-sysupgrade.bin"; + sha256 = "2f2ed7d7f08602a3e5890112a11e74b1b201107360303f394783abbc418e1da5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "firewrt" + ]; + titles = [ + { + title = "Firefly FireWRT"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "9acda9935010a99a1fc1c73892aaab69108679b8ed2d58fef9065a3589560f7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + title = "GnuBee Personal Cloud One"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "802b7cac9d3ab4c8a9b074894f55adc54ca7d8279db9b0c826aad6800a4335d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + title = "GnuBee Personal Cloud Two"; + } + ]; + }; + hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-hc5962"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-hc5962-squashfs-factory.bin"; + sha256 = "bdd661699967e4c05ccef4c558f66a5de74290fb4ec6ee3064489e40b66c5b73"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-hc5962-squashfs-sysupgrade.bin"; + sha256 = "b0ed47caf287000115c886ce12afc6098a294f6953898846a35fe052d12b329e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5962" + ]; + titles = [ + { + title = "HiWiFi HC5962"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "e3d2f011fdb1ec7f06ad457128df121d05d6f083942dec211530e0bd0a4a0364"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + title = "I-O DATA WN-AX1167GR"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "78338bcb9c38b4c8a288d1a7472e359092128d19c2ba744d8988521e028bbe58"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + title = "I-O DATA WN-GX300GR"; + } + ]; + }; + k2p = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-k2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-k2p-squashfs-sysupgrade.bin"; + sha256 = "eb8e4e05f49969745fadb36c0bbed7ab6b1d52353859e43ce6e0bf63a7a098b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "k2p" + ]; + titles = [ + { + title = "Phicomm K2P"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "7891dc653d50c0f9462610005ca227066781a52c50df7dd0f7c227df296128b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + title = "Mediatek AP-MT7621A-V60 EVB"; + } + ]; + }; + mikrotik_rb750gr3 = { + device_packages = [ + "kmod-usb3" + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-mikrotik_rb750gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-mikrotik_rb750gr3-squashfs-sysupgrade.bin"; + sha256 = "adb67fb4c74aad687358472e9bf6083917ddcb1c24337205d018948dbc1a7240"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rb750gr3" + ]; + titles = [ + { + title = "MikroTik RouterBOARD RB750Gr3"; + } + ]; + }; + mikrotik_rbm11g = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-mikrotik_rbm11g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-mikrotik_rbm11g-squashfs-sysupgrade.bin"; + sha256 = "6456daf30ea4b650b17b242cb3047c2fd7899cd93d06aae4f3cfb99ad7aaf4fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rbm11g" + ]; + titles = [ + { + title = "MikroTik RouterBOARD M11G"; + } + ]; + }; + mikrotik_rbm33g = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-mikrotik_rbm33g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-mikrotik_rbm33g-squashfs-sysupgrade.bin"; + sha256 = "f729abd0ccce70e5354024aa99f650dffcb636376404e7d1e54bfa6ec9335d4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rbm33g" + ]; + titles = [ + { + title = "MikroTik RouterBOARD M33G"; + } + ]; + }; + mqmaker_witi-256m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-mqmaker_witi-256m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-mqmaker_witi-256m-squashfs-sysupgrade.bin"; + sha256 = "b12ae4227d60c6cefa4d79e8b83e003e67345bd744cf0263baf288ce673c6a78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi-256m" + "witi" + ]; + titles = [ + { + title = "MQmaker WiTi (256MB RAM)"; + } + ]; + }; + mqmaker_witi-512m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-mqmaker_witi-512m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-mqmaker_witi-512m-squashfs-sysupgrade.bin"; + sha256 = "90ea700b1f74414e8d974752d95cceb14344679205e2ea740d769982bdf7cc9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi-512m" + ]; + titles = [ + { + title = "MQmaker WiTi (512MB RAM)"; + } + ]; + }; + mt7621 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-mt7621"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-mt7621-squashfs-sysupgrade.bin"; + sha256 = "d01fcb380f9f41591ff1aba231678f97c84d81dc8f0d8d75b8d2b3defd536fdf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7621" + ]; + titles = [ + { + title = "MediaTek MT7621 EVB"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "82059f73f042ef166e1d69aee6a0ddd222374fc16f14b1ff5cf79dbb9baa68b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + title = "MTC Wireless Router WR1201"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "77a2a00a5d44a326417aa43e16c6ce7129cb95920df85ec3e4701fae9a905092"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "5ff325113dd8e33dc6d2eda4daaac0f0133d913a962c72d68af1409570a6eefd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + title = "Netgear EX6150"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "55cb23d3b5dccd9905cc386325729da70f60034b5ba95837cc9d125c19e293db"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "9ba13699c60d1f30580fe6aeed457c6917a0f585ffd076cee26c57b34881101e"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "95e96b26f264fbee98e36119a32af9ac19472d618997065229fe9319b0dc5891"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "bb06a8cf1aefcfd27fbbfa4af2b016f0732fb799b68bea29afd4330b3be604c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + title = "Netgear R6350"; + } + ]; + }; + newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-newifi-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "285679040ac336f0c172f2530bc9f1c7bf0d004bf4f3baad93bf9d404d0c24bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "newifi-d1" + ]; + titles = [ + { + title = "Newifi D1"; + } + ]; + }; + pbr-m1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-pbr-m1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "c91e5440e774cd3d69ac9d87b9a61d9f0e540017f658a3a6e2d19dd91b59b00b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pbr-m1" + ]; + titles = [ + { + title = "PBR-M1"; + } + ]; + }; + r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-r6220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-r6220-squashfs-rootfs.bin"; + sha256 = "2abaa2b3833e72b36c6b60b495b4e91ff3d0e773e8a15295006c8a688fcaeb18"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-r6220-squashfs-factory.img"; + sha256 = "d8e371a50ab1d46ee5c1f51db5885fcb868ab897835ab770bc58a2500c254765"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-r6220-squashfs-kernel.bin"; + sha256 = "2df01feee49899bea91a27162c16057e8601eb33629af767960aeb753462d010"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-r6220-squashfs-sysupgrade.bin"; + sha256 = "43b51964fa41d256d619c599859abdc1106d40112b884e82037002fa8db830cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "r6220" + ]; + titles = [ + { + title = "Netgear R6220"; + } + ]; + }; + re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-re350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-re350-v1-squashfs-sysupgrade.bin"; + sha256 = "f2b5cf8433d3c000de0ae66e2ded90b4f08510b60b5cc48846ef410c03c6f026"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-re350-v1-squashfs-factory.bin"; + sha256 = "e49f6b7d6e799b3ed8ede4a271362ff6f0e5d950ed45d7b5f6227f4c7b5be547"; + type = "factory"; + } + ]; + supported_devices = [ + "re350-v1" + ]; + titles = [ + { + title = "TP-LINK RE350 v1"; + } + ]; + }; + re6500 = { + device_packages = [ + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-re6500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-re6500-squashfs-sysupgrade.bin"; + sha256 = "5684657760dff493a322ffa72d772a1a172c877e04b4007bc0ba4c7dae3260ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "re6500" + ]; + titles = [ + { + title = "Linksys RE6500"; + } + ]; + }; + sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-sap-g3200u3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "f90b16642d855e041c9a2b8dfbc90720d7a1794e175e93d170b1c9490eee488e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sap-g3200u3" + ]; + titles = [ + { + title = "STORYLiNK SAP-G3200U3"; + } + ]; + }; + sk-wb8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-sk-wb8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-sk-wb8-squashfs-sysupgrade.bin"; + sha256 = "06acda6a1dd0a53c5aa2ae51af24d30a8c52cc5589b4cba64c04816c37542182"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sk-wb8" + ]; + titles = [ + { + title = "SamKnows Whitebox 8"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "c16348ef23dcce2521910347976ea0d8a8729ae1c1dea4a86c68e0760aecd228"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + title = "Telco Electronics X1"; + } + ]; + }; + timecloud = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-timecloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-timecloud-squashfs-sysupgrade.bin"; + sha256 = "a16a25c35f7c922ad02c353bd84fea95309379854789dcf05bcc29d4076aabf0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "timecloud" + ]; + titles = [ + { + title = "Thunder Timecloud"; + } + ]; + }; + ubnt-erx = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-ubnt-erx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-ubnt-erx-squashfs-sysupgrade.bin"; + sha256 = "c7762a72a6410bfd2a8f6315bccb8a69d45317d46df0cb6c23c7b8f949d5d1ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + title = "Ubiquiti EdgeRouter X"; + } + ]; + }; + ubnt-erx-sfp = { + device_packages = [ + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-i2c-gpio-custom" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-ubnt-erx-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-ubnt-erx-sfp-squashfs-sysupgrade.bin"; + sha256 = "4f307b29bf96f83048a8ef042f353b8d30b9a7549e0bd61df7ea2e809d0f027a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt-erx-sfp" + "ubiquiti,edgerouterx" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + title = "Ubiquiti EdgeRouter X-SFP"; + } + ]; + }; + unielec_u7621-06-256m-16m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-unielec_u7621-06-256m-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-unielec_u7621-06-256m-16m-squashfs-sysupgrade.bin"; + sha256 = "5f7fdb3f12bcbfdbb1dc057b439c238b93c713c7f9a092285cb0ebc5c9d1a744"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-256m-16m" + "u7621-06-256M-16M" + ]; + titles = [ + { + title = "UniElec U7621-06 (256M RAM/16M flash)"; + } + ]; + }; + unielec_u7621-06-512m-64m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-unielec_u7621-06-512m-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-unielec_u7621-06-512m-64m-squashfs-sysupgrade.bin"; + sha256 = "e3e0afb7a6e19c6a5869111751f1b4829edfb1cd9bb674e084467aba7ee6cc40"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + title = "UniElec U7621-06 (512M RAM/64M flash)"; + } + ]; + }; + vr500 = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-vr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-vr500-squashfs-sysupgrade.bin"; + sha256 = "cf55de8a7baa53f63f447190b2dd602fabc8843a208a10fc2ce0314ea0f14b05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vr500" + ]; + titles = [ + { + title = "Planex VR500"; + } + ]; + }; + w2914nsv2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-w2914nsv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-w2914nsv2-squashfs-sysupgrade.bin"; + sha256 = "b39679ff2f85b2cbe7943505ac878a43f4151c1b182d6546a2fd0a9a41f67365"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w2914nsv2" + ]; + titles = [ + { + title = "WeVO W2914NS v2"; + } + ]; + }; + wf-2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-wf-2881"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-wf-2881-squashfs-sysupgrade.bin"; + sha256 = "c24dc13efe285f2b198f81fd41a85fa177e84c78f46dabc3b7e7037b8bb3d0e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wf-2881" + ]; + titles = [ + { + title = "NETIS WF-2881"; + } + ]; + }; + wndr3700v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-wndr3700v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-wndr3700v5-squashfs-factory.img"; + sha256 = "272f0e2540987c6fcb84c1b6c9fd4b0a0fe88b68d72718f32f9a2738f7f0626b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-wndr3700v5-squashfs-sysupgrade.bin"; + sha256 = "971459fac0db88822466c1fdd18af305bf23f2860f7139b5c2443eece04b0972"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wndr3700v5" + ]; + titles = [ + { + title = "Netgear WNDR3700v5"; + } + ]; + }; + wsr-1166 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-wsr-1166"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-wsr-1166-squashfs-sysupgrade.bin"; + sha256 = "dcf759c5939653f7bcc8d398c07077ab0e091b1b826c4a91a26d63f49d5bb140"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wsr-1166" + ]; + titles = [ + { + title = "Buffalo WSR-1166"; + } + ]; + }; + wsr-600 = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-wsr-600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-wsr-600-squashfs-sysupgrade.bin"; + sha256 = "dd6f3efe5d3d6f4ae5fac0a3053746c80926320a347a278331d85262b0511c9c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wsr-600" + ]; + titles = [ + { + title = "Buffalo WSR-600"; + } + ]; + }; + xiaomi_mir3g = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-xiaomi_mir3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-xiaomi_mir3g-squashfs-rootfs0.bin"; + sha256 = "d6fa3248752765a5f899e49718d3d24df38d5114a0d800c82c2271a2217eb588"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-xiaomi_mir3g-squashfs-sysupgrade.bin"; + sha256 = "97ad06e15c6fd07acfb22bc4f6d2ded00a6367755a24ebd84b8d4d2d099ca368"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-xiaomi_mir3g-squashfs-kernel1.bin"; + sha256 = "c25c6dd966d081ba8fc7f1e99a5c76e9a84ad198afbf56bdbc3c1952329a4079"; + type = "kernel1"; + } + ]; + supported_devices = [ + "xiaomi,mir3g" + "R3G" + "mir3g" + ]; + titles = [ + { + title = "Xiaomi Mi Router 3G"; + } + ]; + }; + xiaomi_mir3p = { + device_packages = [ + "kmod-mt7615e" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-xiaomi_mir3p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-xiaomi_mir3p-squashfs-factory.bin"; + sha256 = "905110913c70b9a292bf8bd6fc91f48db98a3b7cceefd2e3b5d9ba600af7ff43"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-xiaomi_mir3p-squashfs-sysupgrade.bin"; + sha256 = "59949c18f257db263019661c09f6c85a6c6e0064c66a908a1fc0bcf3a80cbe7b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mir3p" + ]; + titles = [ + { + title = "Xiaomi Mi Router 3 Pro"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "02a75f6c6f8e0b5d9b7cedf2f81b19bc6ad9d9b59fc5124af3e0fbaa262f9918"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + title = "CreativeBox v1"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "08a8442b8fa293004178ecf86555709b3dcfba74f58fb3250f27c69998bc3b8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + title = "YouHua WR1200JS"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "feeefa10d711b999896d94aad236a5be2a10f0c0392ca4dcb80bcd33853f6365"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + title = "Youku YK-L2"; + } + ]; + }; + zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-zbt-we1326"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "167bff3ae5a63736f541b1883f289c5ab23aebad7fd5023bc0474c3101dc118e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we1326" + ]; + titles = [ + { + title = "ZBT WE1326"; + } + ]; + }; + zbt-wg2626 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-zbt-wg2626"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "e650422139660fa50ba364527e5847deec71667c9b64b2094dfed547f92901c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg2626" + ]; + titles = [ + { + title = "ZBT WG2626"; + } + ]; + }; + zbt-wg3526-16M = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-zbt-wg3526-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-zbt-wg3526-16M-squashfs-sysupgrade.bin"; + sha256 = "b4a9ac6dea876105c30877ca5cf6a94362f8baee37fdfa035c268c63794215df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg3526-16M" + "zbt-wg3526" + ]; + titles = [ + { + title = "ZBT WG3526 (16MB flash)"; + } + ]; + }; + zbt-wg3526-32M = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-zbt-wg3526-32M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-zbt-wg3526-32M-squashfs-sysupgrade.bin"; + sha256 = "a38bbad9f0a7b5782c0790f3fcfff944e27960aa94910162cae644ec74d1c19e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg3526-32M" + "ac1200pro" + ]; + titles = [ + { + title = "ZBT WG3526 (32MB flash)"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "2253cbfd6d1d6b80608e6db115d228300a674b357b806f8a9ae0819e28b65020"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + title = "ZBT WE3526"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "ramips/mt7621"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-mt7603" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + LinkIt7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-LinkIt7688"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-LinkIt7688-squashfs-sysupgrade.bin"; + sha256 = "22b3a626158fe305b968a3cd3f8f6612f99638d6cc481f3610033e4346a1ba8d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + title = "MediaTek LinkIt Smart 7688"; + } + ]; + }; + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "2cde0e55fab04a8e63072172ac84f7fecb75748601bbcd1dfde7dd4fc59ef342"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + ]; + titles = [ + { + title = "ALFA Network AWUSFREE1"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "18434c65cd3084c1c12c67bae39d26064e2dfe95bb2fdf1b85fa07db8e0c6451"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "50d7a7d2985f64e19a87b01c15088383101a774cab6dcbdd129e2104d4e43cc7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + title = "Cudy WR1000"; + } + ]; + }; + duzun-dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-duzun-dm06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-duzun-dm06-squashfs-sysupgrade.bin"; + sha256 = "c57fe229fd94d160cdea46448826dc911bbaca08e62ad6a8ef15e10f32178675"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "duzun-dm06" + ]; + titles = [ + { + title = "DuZun DM06"; + } + ]; + }; + gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-gl-mt300n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "7d3546922ce6478e17694d4511484fecd90e711243ef133ea6c4e6f5006e5f65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300n-v2" + ]; + titles = [ + { + title = "GL-iNet GL-MT300N-V2"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "c8eec2e343ea25fbcbe303ec9506369a3860d8f5366fbad28b25bb93aad31a20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + title = "GL.iNet VIXMINI"; + } + ]; + }; + hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-hc5661a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-hc5661a-squashfs-sysupgrade.bin"; + sha256 = "b9ca48f983ab9ae09aa68f54ad99c120e9ed9d8bae295cf8903715464053e2ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5661a" + ]; + titles = [ + { + title = "HiWiFi HC5661A"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "222cb69444644b0e98684b5bbaa707c269f3e58ebbe3028c13a20bfc0172178a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + title = "HILINK HLK7628N"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "dbc0847c57569e4e376c020f97d1ff96dd9dfd3ae9c08e2f27edc08c7a2b92db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + title = "HiWiFi HC5861B"; + } + ]; + }; + mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-mac1200r-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "685ac00d13073a87abb6924debadfa58e6568f7fddbeba719f5f9825b287876a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mac1200rv2" + ]; + titles = [ + { + title = "Mercury MAC1200R v2.0"; + } + ]; + }; + miwifi-nano = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-miwifi-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "bb2cbfaad8b8d0cc987440cb187454c771561ca677d390b5e95a87852431344c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miwifi-nano" + ]; + titles = [ + { + title = "Xiaomi MiWiFi Nano"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "333af343797fafe3b8c9d8e3aa194ea064a73dcf160723c17a3d123d9ce849bd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "a56cb40f6627c25e237ef8f87f02a1e430b14666265e1c8ecf5cf11bee1bf077"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + title = "Netgear R6120"; + } + ]; + }; + omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-omega2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-omega2-squashfs-sysupgrade.bin"; + sha256 = "13e5ab07cf0046cfd974d2aff79861f890c4d4316899abacc623a89260bb3389"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omega2" + ]; + titles = [ + { + title = "Onion Omega2"; + } + ]; + }; + omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-omega2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-omega2p-squashfs-sysupgrade.bin"; + sha256 = "42b2888df6f898e7f86a1127918bb757bb3c393f2787dbfa54cbd50568977efc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omega2p" + ]; + titles = [ + { + title = "Onion Omega2+"; + } + ]; + }; + pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-pbr-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "ea856d5cf7b6ba26a62bf12c4aa3806d5809a82d5bdd1a32896fad24750f7c8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pbr-d1" + ]; + titles = [ + { + title = "PBR-D1"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "d3619d1df2d24cdddbfb1545b6699fa784e8366d232edb521647e093f4e71e1f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + title = "Rakwireless RAK633"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "a15bbf54a1111f4fe09ebc0bcc44fcbfea4e307d653426f258a57fec7c33f052"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + title = "Skylab SKW92A"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "df75f462f0b7120d13f529633d06298e4113b39d36ce4678c35abaaca752fb2b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + title = "Tama W06"; + } + ]; + }; + tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-tl-wr840n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "4b771de490ae7a8af4afe71fc6b8abe7115f32318969c444bc0b9cfa9cec2cdc"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "f980627c0f319d4e4db7538514a772b0b3a4d54fa431ef65cc19c8abd8271bbf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr840n-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR840N v4"; + } + ]; + }; + tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-tl-wr841n-v13"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "7e00efc91822330e947d5e73dcc2a2969cf38eb0ce372fc9688e20b06f09b7d3"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "41cc07d451e5005c47cbde4ac5bb660296d7e191366b16ad32a249dcba210cc7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr841n-v13" + ]; + titles = [ + { + title = "TP-Link TL-WR841N v13"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "712eef9a39e47a4da24d6f7874e7f6576581057dbd72518c0565f40ecd00d849"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + title = "TOTOLINK LR1200"; + } + ]; + }; + tplink_c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-tplink_c20-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "0bd5e90341bb7e5dfa01eb07cbc283d1df02dfb3408e1b2bbfca290c45888bfe"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_c20-v4-squashfs-sysupgrade.bin"; + sha256 = "4746f50e892463c399cf9afebb37c607c1890615dc6c343cb8893ffd3a002268"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c20-v4" + ]; + titles = [ + { + title = "TP-Link ArcherC20 v4"; + } + ]; + }; + tplink_c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-tplink_c50-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "c2ca880863fff5b5bc2d561696ed3193d4e063ec89a56d7c59af90311c83a843"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_c50-v3-squashfs-sysupgrade.bin"; + sha256 = "9749dba0f755beacbc990a6b9c7411e01d83318bfba4137180a29aac188c09e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c50-v3" + ]; + titles = [ + { + title = "TP-Link ArcherC50 v3"; + } + ]; + }; + tplink_c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-tplink_c50-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_c50-v4-squashfs-sysupgrade.bin"; + sha256 = "a4f0e117b0741ba07af0558b669ecdb0eecab7d2798342b790c43b571d78ca94"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c50-v4" + ]; + titles = [ + { + title = "TP-Link ArcherC50 v4"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "bee5c5cd4b1d0d03c861dada7c1fc0ed93d854898b1198fecb7d6585e6883c25"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "e0c72739748623429cf26ccf2d57b45f578278e52ad888730b54719ae4d9bdfb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + title = "TP-Link TL-MR3020 v3"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "e09df055a38254437f750dc714cc9b8af450ef45fa88a4d0fc6509cd746b0e39"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "7eabda27271aa3e83d1711b6c82a4afceaa5dd5e3f4bbef125606b9b15601b6f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + title = "TP-Link TL-MR3420 v5"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "adff26322fb628f66f420909ec4e82e580db55361cfea00ef17b5570cf54d272"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "7edfa4567f6bd7b5ac1fee184b440a4f4616deca90744752a92bb1d70cbf10b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + title = "TP-Link TL-WA801ND v5"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "a35d243d08db1883972f72de612c95f6fd1257bfd1805675af7dca4b196e4a7e"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "e45845c02e357ac34c359f198147be52c56a528b1950e4970e840358aa98625d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR802N v4"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "aa5923d1dec16c0f988f893c310204c3f7f645a3d5e0fe0ea8e0a7b3e7a53f2a"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "81ce8a9dd1bb04ce4e559f1fce58e210f575dfcd614ff745078cdb6766178bea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + title = "TP-Link TL-WR842N v5"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "d5b2a6faf9301da157b4438f11fdd418e45d50c57f2345559b5fe836e2f18dbd"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "2038a25a59651887f62828fcca2a6dca9d1348da6b3a3491deaa7b603df966d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + title = "TP-Link TL-WR902AC v3"; + } + ]; + }; + u7628-01-128M-16M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-u7628-01-128M-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-u7628-01-128M-16M-squashfs-sysupgrade.bin"; + sha256 = "81e32e07e0b02b2b959d87fb48ceef58187cd061d926b6cfb0967ea7e98b6e11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "u7628-01-128M-16M" + ]; + titles = [ + { + title = "UniElec U7628-01 (128M RAM/16M flash)"; + } + ]; + }; + vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-vocore2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-vocore2-squashfs-sysupgrade.bin"; + sha256 = "b6b2dd57b8d2e38a4bb13461e909dbe75e186f81e3ca431f4d4551c516394fdd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore2" + ]; + titles = [ + { + title = "VoCore VoCore2"; + } + ]; + }; + vocore2lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-vocore2lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-vocore2lite-squashfs-sysupgrade.bin"; + sha256 = "b08ed1f92915c2741f99978cd93f3b6f2a46b3e6fbaa696f4dce5e692b6dac20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore2lite" + ]; + titles = [ + { + title = "VoCore VoCore2-Lite"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "26abc772d66ccf6c4909c45d17f53eae767ffa82cb6e54a4653c6320901bc8c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + title = "Wavlink WL-WN570HA1"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "d63a7866bce3cb7289a611605b98ee5fd7fb0f918bf2c0cb26376bb14b65d152"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + title = "Wavlink WL-WN575A3"; + } + ]; + }; + wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-wcr-1166ds"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-wcr-1166ds-squashfs-factory.bin"; + sha256 = "7c36b8eccde0d57c80ab825d013deb4bbae31e144621b9c7305fa655a677cad4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "eeeefc864aa84655cf71f0f95496f2d44351246737322c4b9e41fc25f1253a9c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wcr-1166ds" + ]; + titles = [ + { + title = "Buffalo WCR-1166DS"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "194929be19666361d464fe38dfc0d6601990a4273370b3ecf26620abb3545aa9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + title = "Widora-NEO (16M)"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "cc9222e5302b4179a6ddaa488dbe8cbbdf6e548e7f573fd0958118aaed4f8e63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + title = "Widora-NEO (32M)"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "c23b6e3d32b1da5d1fc48e5882b0ca4bb63101f6e364c243e27be3491ad28816"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + title = "WIZnet WizFi630S"; + } + ]; + }; + wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-wrtnode2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "6aebd7c422a49e436cd2b6cf72e486b1ced7c02541bd4184ba8454bc3a71b9f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode2p" + ]; + titles = [ + { + title = "WRTnode 2P"; + } + ]; + }; + wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-wrtnode2r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "4aa7efbba21ec8ad5ca09ce5a0e1625f1dd5389eb036afc53d00e91b52909a1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode2r" + ]; + titles = [ + { + title = "WRTnode 2R"; + } + ]; + }; + xiaomi_mir4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-xiaomi_mir4a-100m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-xiaomi_mir4a-100m-squashfs-sysupgrade.bin"; + sha256 = "8c6aa76a26f3e269089a86295e41c0e26501d33c3a308c2fe874896f38aa2411"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mir4a-100m" + ]; + titles = [ + { + title = "Xiaomi Mi Router 4A (100M Edition)"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "ab6b9931960c9729eeebe8df20bfc186633e864d03aac9e15922c26cbf69b54d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + title = "ZBTlink ZBT-WE1226"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "9acea6a2b4ede70d878b27c1a335d8220723d1bbf7c74314bf090232e217824d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "2cb21f50506468a25924a43a16c862c128df6f96557712f75b1440f9c82ff35f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + title = "ZyXEL Keenetic Extra II"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "ramips/mt76x8"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + ar670w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt288x-ar670w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt288x-ar670w-squashfs-factory.bin"; + sha256 = "048323daf8992d3328197ca2d29ba23ee3c34b2056b5a8f8b682e110d0b51f8a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt288x-ar670w-squashfs-sysupgrade.bin"; + sha256 = "4ef7ab325aaa089b3d7f8d1d7f4b47fff5baa1aa816663c64426d5e48086c819"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ar670w" + ]; + titles = [ + { + title = "Airlink AR670W"; + } + ]; + }; + ar725w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt288x-ar725w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt288x-ar725w-squashfs-sysupgrade.bin"; + sha256 = "7a26bfbcf5e9d84a10918a977b3f6da15ffe100deb23e47e931a4566877b9b05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ar725w" + ]; + titles = [ + { + title = "Airlink AR725W"; + } + ]; + }; + dlink_dap-1522-a1 = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt288x-dlink_dap-1522-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt288x-dlink_dap-1522-a1-squashfs-factory.bin"; + sha256 = "00d5e9c7979ff2a5e46fa2585fee2e26570637ec80590f6fa4e9abf3149f1bd2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt288x-dlink_dap-1522-a1-squashfs-sysupgrade.bin"; + sha256 = "94f0f5e11cc9d963183295cb99e1faaffa8bd51fe9e159ed3a09ad0702d21edc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1522-a1" + ]; + titles = [ + { + title = "D-Link DAP-1522 A1"; + } + ]; + }; + f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt288x-f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt288x-f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "d0b2923d548b8fcc8010f01af60b85e6e2750bb9e111fabaedcfcc10e66a3030"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f5d8235-v1" + ]; + titles = [ + { + title = "Belkin F5D8235 V1"; + } + ]; + }; + rt-n15 = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt288x-rt-n15"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt288x-rt-n15-squashfs-sysupgrade.bin"; + sha256 = "73e88ce7daf490dd1ed220e12bdc56a4986f4076622a43eefb406c0624669d23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n15" + ]; + titles = [ + { + title = "Asus RT-N15"; + } + ]; + }; + v11st-fe = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt288x-v11st-fe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt288x-v11st-fe-squashfs-sysupgrade.bin"; + sha256 = "665e30960c6437a84b70099eac6764e84cddc40140c8ca23e0c29d5e057ceac7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "v11st-fe" + ]; + titles = [ + { + title = "Ralink V11ST-FE"; + } + ]; + }; + wli-tx4-ag300n = { + device_packages = [ + "kmod-switch-ip17xx" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt288x-wli-tx4-ag300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt288x-wli-tx4-ag300n-squashfs-sysupgrade.bin"; + sha256 = "b008ddbbf14fa003d344e6f502ca243cc632012bc6d523222c9b5039f8088c3b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wli-tx4-ag300n" + ]; + titles = [ + { + title = "Buffalo WLI-TX4-AG300N"; + } + ]; + }; + wzr-agl300nh = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt288x-wzr-agl300nh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt288x-wzr-agl300nh-squashfs-sysupgrade.bin"; + sha256 = "7139fd1b863d8c0d266c3a34b5d2c45b3fa1b27f34e79da191a24a431bfc6838"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wzr-agl300nh" + ]; + titles = [ + { + title = "Buffalo WZR-AGL300NH"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "ramips/rt288x"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + "3g-6200n" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-3g-6200n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-3g-6200n-squashfs-sysupgrade.bin"; + sha256 = "1195241f9a7c829790222512b1b1d56a4efd252565a7a904a9d8de0c92c2e84e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g-6200n" + ]; + titles = [ + { + title = "Edimax 3g-6200n"; + } + ]; + }; + "3g-6200nl" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-3g-6200nl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-3g-6200nl-squashfs-sysupgrade.bin"; + sha256 = "199ab1f2b131733596bb899523cb4a721d0fb30ad9187147d004d0cd923c0da6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g-6200nl" + ]; + titles = [ + { + title = "Edimax 3g-6200nl"; + } + ]; + }; + "3g150b" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-3g150b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-3g150b-squashfs-sysupgrade.bin"; + sha256 = "8bc1f93b72e6ce936e66e23525379ae582dc1ccf7fe90bb91b71f00aacc4dcf1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g150b" + ]; + titles = [ + { + title = "Tenda 3G150B"; + } + ]; + }; + "3g300m" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-3g300m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-3g300m-squashfs-sysupgrade.bin"; + sha256 = "cbd546333f766b0ceb8658408d67003b2bcecf56207835499bd3a5acc8fcbea0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g300m" + ]; + titles = [ + { + title = "Tenda 3G300M"; + } + ]; + }; + air3gii = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-air3gii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-air3gii-squashfs-sysupgrade.bin"; + sha256 = "419248ae9e214d3499d480d110bcbd9ce5a164a670aafe8c369f59d5ab05a801"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "air3gii" + ]; + titles = [ + { + title = "AirLive Air3GII"; + } + ]; + }; + all0256n-4M = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-all0256n-4M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-all0256n-4M-squashfs-sysupgrade.bin"; + sha256 = "0f40a0c719909cbdeaa1fc545aaae16aefde1a6fff2cad98f120b72ba15eddd8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all0256n-4M" + ]; + titles = [ + { + title = "Allnet ALL0256N (4MB)"; + } + ]; + }; + all0256n-8M = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-all0256n-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-all0256n-8M-squashfs-sysupgrade.bin"; + sha256 = "73c97eb2f96c373a33671ebc04149a1d54edf5b92e1e30e0b422ca340ae70709"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all0256n-8M" + ]; + titles = [ + { + title = "Allnet ALL0256N (8MB)"; + } + ]; + }; + all5002 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-all5002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-all5002-squashfs-sysupgrade.bin"; + sha256 = "0db4e7709c3041f310b5bcb7132d8757180adad80dff57e772b7ef20ef092dce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all5002" + ]; + titles = [ + { + title = "Allnet ALL5002"; + } + ]; + }; + all5003 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-all5003"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-all5003-squashfs-sysupgrade.bin"; + sha256 = "7a9ac8340acf83daccb1dfa9faebd559e4585e314ebc73bd524c01fa5b5e8ab0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all5003" + ]; + titles = [ + { + title = "Allnet ALL5003"; + } + ]; + }; + asl26555-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-asl26555-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-asl26555-16M-squashfs-sysupgrade.bin"; + sha256 = "66cd697759af353241f27e9acbf08773d5e0f78572e5d7e32b543d676a003908"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asl26555-16M" + "asl26555" + ]; + titles = [ + { + title = "Alpha ASL26555 16M"; + } + ]; + }; + asl26555-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-asl26555-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-asl26555-8M-squashfs-sysupgrade.bin"; + sha256 = "7596457cacad2c24da39b7a979083ca8972ad39be59852c0fd39290371663d2e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asl26555-8M" + "asl26555" + ]; + titles = [ + { + title = "Alpha ASL26555 "; + } + ]; + }; + atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-atp-52b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-atp-52b-squashfs-sysupgrade.bin"; + sha256 = "caf60e7074d121e06b99da114cadea4dcab3621b088925691c337ed3f46bdcdd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "atp-52b" + ]; + titles = [ + { + title = "Argus ATP-52B"; + } + ]; + }; + awapn2403 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-awapn2403"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-awapn2403-squashfs-sysupgrade.bin"; + sha256 = "9a796a15e53667b3d4c9c5ca161adeed04d122a55502c31130d73cfa1f2bb98e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "awapn2403" + ]; + titles = [ + { + title = "AsiaRF AWAPN2403"; + } + ]; + }; + awm002-evb-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-awm002-evb-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-awm002-evb-8M-squashfs-sysupgrade.bin"; + sha256 = "a1bbbcddd3b47a79e8f7a2a32e0e5cd67b3062553ecea300fc7afc575a520160"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "awm002-evb-8M" + ]; + titles = [ + { + title = "AsiaRF AWM002-EVB (8M)/AsiaRF AWM003 EVB"; + } + ]; + }; + bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-bc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-bc2-squashfs-sysupgrade.bin"; + sha256 = "32e2f2a38b6c731122510aa212e31b9a49e0f644b994fa4c79f640a06fc22eec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bc2" + ]; + titles = [ + { + title = "NexAira BC2"; + } + ]; + }; + broadway = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-broadway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-broadway-squashfs-sysupgrade.bin"; + sha256 = "57b92778d789d5b3b9c0eff463d411bb470bf094006609630d3e0117e025e776"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "broadway" + ]; + titles = [ + { + title = "Hauppauge Broadway"; + } + ]; + }; + carambola = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-carambola"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-carambola-squashfs-sysupgrade.bin"; + sha256 = "b647119286d6ef2e55ec5e35597a0b69feb6222077c8ffc79b610ef416d100a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "carambola" + ]; + titles = [ + { + title = "8devices Carambola"; + } + ]; + }; + d105 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-d105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-d105-squashfs-sysupgrade.bin"; + sha256 = "60bcefdadfa00fe997979110da2b58c8fd9a6c662ea1aa22c2b22729897b84b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d105" + ]; + titles = [ + { + title = "Huawei D105"; + } + ]; + }; + dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-dap-1350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-dap-1350-squashfs-factory.bin"; + sha256 = "e3c7fb217b6011036eec96aadf9bd9b061b48e1e407981261054ed34223d47b0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-dap-1350-squashfs-factory-NA.bin"; + sha256 = "d4523ff8babe3f2aebdaa90a4a61b518c1ebe59c51046265f802fffdca5a548a"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-dap-1350-squashfs-sysupgrade.bin"; + sha256 = "6b7611775b96bb86cefe5770c721d38a5829d00dcf039f6985e406a109424be6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dap-1350" + ]; + titles = [ + { + title = "D-Link DAP-1350"; + } + ]; + }; + dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-dir-320-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "06d697557b24e8fd07d3ccb10d0c7059e58df2072246d2cd81c06c1b8f1ea1ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-320-b1" + ]; + titles = [ + { + title = "D-Link DIR-320 B1"; + } + ]; + }; + dir-600-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-dir-600-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-dir-600-b1-squashfs-factory.bin"; + sha256 = "7de91df556ca78968bc0e2767ccd8800ac91acbf6a6459013f99749d8e813060"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-dir-600-b1-squashfs-sysupgrade.bin"; + sha256 = "da2ab2772d6543c96f271874a94a72f7bb27bfd4cba608e237b13b3ce526bd35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-600-b1" + "dir-600-b2" + ]; + titles = [ + { + title = "D-Link DIR-600 B1/B2"; + } + ]; + }; + dir-610-a1 = { + device_packages = [ + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-dir-610-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-dir-610-a1-squashfs-sysupgrade.bin"; + sha256 = "16a873631f2ed01ea18c467438807d82c8e7ca114480b89985b62dd529663c81"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-dir-610-a1-squashfs-factory.bin"; + sha256 = "63865802ee7d843aae955253266bc7b6ea71034fe639e8c095fea81b4da3b58f"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-610-a1" + ]; + titles = [ + { + title = "D-Link DIR-610 A1 "; + } + ]; + }; + dir-615-d = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-dir-615-d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-dir-615-d-squashfs-factory.bin"; + sha256 = "ba5c2bc5ff61cc916454cb87eef29d135dfefcd0c89688808d22cf80751eb2d5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin"; + sha256 = "37365c2723040856cf0728b970db3027b2b5ac233e2ac8ec9cd34683f1584458"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-615-d" + ]; + titles = [ + { + title = "D-Link DIR-615 D"; + } + ]; + }; + dir-615-h1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-dir-615-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-dir-615-h1-squashfs-factory.bin"; + sha256 = "d4eea4ce124e2e7a86b07ae8eebeaf3fc20373ddd1bca897bb3c6647755f507a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-dir-615-h1-squashfs-sysupgrade.bin"; + sha256 = "e70a703a12c276c15bbde449e209b0a1fc89721895be200451aae9bc3bda0942"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-615-h1" + ]; + titles = [ + { + title = "D-Link DIR-615 H1"; + } + ]; + }; + dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-dir-620-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "866d975e0668cdb1f50717fce4742de205a5f9131a42d5d8c8aae487f706b33a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-620-a1" + ]; + titles = [ + { + title = "D-Link DIR-620 A1"; + } + ]; + }; + dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-dir-620-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "22636a62380f2165c8eff57478e4c5fbbcbc4d8c3e4073dd101bfdb7dc0851e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-620-d1" + ]; + titles = [ + { + title = "D-Link DIR-620 D1"; + } + ]; + }; + dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial" + "kmod-usb-serial-option" + "kmod-usb-net" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-dwr-512-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-dwr-512-b-squashfs-factory.bin"; + sha256 = "2171de9e3215a2ebc388f52b0a47f289524615a53a59a3fd80202393e7ce5fc5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "9f4baf80b6b2afeb64a365d24eb6cf05c9826e0ef3d62792d5ac5e77d669b309"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dwr-512-b" + ]; + titles = [ + { + title = "D-Link DWR-512 B"; + } + ]; + }; + esr-9753 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-esr-9753"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-esr-9753-squashfs-sysupgrade.bin"; + sha256 = "263b63382fdba31e38688dc3d1d0f96f1723d1000579ceac25e73e6354f23eee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "esr-9753" + ]; + titles = [ + { + title = "EnGenius ESR-9753"; + } + ]; + }; + f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-f5d8235-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "565fc7f12dd2eb45af49a8b067b4a45e9bd62c4fceb13d0df0b45beaeeeff84c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f5d8235-v2" + ]; + titles = [ + { + title = "Belkin F5D8235 v2"; + } + ]; + }; + f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-f7c027"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-f7c027-squashfs-sysupgrade.bin"; + sha256 = "3c8966803fe3bcf4fab75f754baa0522e3fc795575abc0d3e056fe23e03f7496"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f7c027" + ]; + titles = [ + { + title = "Belkin F7C027"; + } + ]; + }; + fonera20n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-fonera20n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-fonera20n-squashfs-factory.bin"; + sha256 = "fbe4867bcc7f0b602321196dc322625d6ec8074b93e19eb966a66b2b9933c30c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-fonera20n-squashfs-sysupgrade.bin"; + sha256 = "a66feb425077f815a1b28aaeffd14a9e73bc5ca0e8a765853843980fd3d0cd8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fonera20n" + ]; + titles = [ + { + title = "Fonera 2.0N"; + } + ]; + }; + freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-freestation5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-freestation5-squashfs-sysupgrade.bin"; + sha256 = "4191313c2d79a72883dacc8b3b428caa53f44c22171f1e1669d143c2549df440"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "freestation5" + ]; + titles = [ + { + title = "ARC Wireless FreeStation"; + } + ]; + }; + hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-hg255d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-hg255d-squashfs-sysupgrade.bin"; + sha256 = "1883f068283bbdbcaa48dfd96aa15b75d3b949f85ad61d5fc007f53d0fdb65df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hg255d" + ]; + titles = [ + { + title = "HuaWei HG255D"; + } + ]; + }; + hlk-rm04 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-hlk-rm04"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-hlk-rm04-squashfs-sysupgrade.bin"; + sha256 = "ce3614e6b80740a3bb346f6c12d1ef1c5a76c0ed404eedcf006b5258b76ee401"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-hlk-rm04-squashfs-factory.bin"; + sha256 = "cbf5c28e4ea690c33f86b48d8e01656f8478cee22a5920fb0360ed6c18d112e5"; + type = "factory"; + } + ]; + supported_devices = [ + "hlk-rm04" + ]; + titles = [ + { + title = "Hi-Link HLK-RM04"; + } + ]; + }; + ht-tm02 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-ht-tm02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-ht-tm02-squashfs-sysupgrade.bin"; + sha256 = "8822867fcedc0789f75e7805cfbdac01d13561a961f39642411bad951fda5c2c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ht-tm02" + ]; + titles = [ + { + title = "HooToo HT-TM02"; + } + ]; + }; + hw550-3g = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-hw550-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "810ae0957a428fb7fd8a0c439a70640d2e3ad039b4ba13a0f1edae2587631c8a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hw550-3g" + ]; + titles = [ + { + title = "Aztech HW550-3G"; + } + ]; + }; + ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-ip2202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-ip2202-squashfs-sysupgrade.bin"; + sha256 = "204ccd4c6f551a4e7e35e4b3426acdb52740fed4892e5d8d41c6b675c215a285"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ip2202" + ]; + titles = [ + { + title = "Poray IP2202"; + } + ]; + }; + jhr-n805r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-jhr-n805r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-jhr-n805r-squashfs-factory.bin"; + sha256 = "03ae830cfca8114da81a13b14ae864a4176e8a4170924c62a38143bdcd9bfe6f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-jhr-n805r-squashfs-sysupgrade.bin"; + sha256 = "8f5545bfea20a099bc732d53c3faef8e5d660f4dd141cc9499216e4fb89e1950"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jhr-n805r" + ]; + titles = [ + { + title = "JCG JHR-N805R"; + } + ]; + }; + jhr-n825r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-jhr-n825r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-jhr-n825r-squashfs-factory.bin"; + sha256 = "989c831e7eef39778c6cb2bf7b68bcaa8c41557bbc89fab3047b9d74d6e2427c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-jhr-n825r-squashfs-sysupgrade.bin"; + sha256 = "e9e8d49eceb9c2dc1303a4d6f98706933627630f8989614401de91a708fd7f2a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jhr-n825r" + ]; + titles = [ + { + title = "JCG JHR-N825R"; + } + ]; + }; + jhr-n926r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-jhr-n926r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-jhr-n926r-squashfs-factory.bin"; + sha256 = "f82e36494a366263c9774ea80fd13b5d99c1b501c6a94cc32892acabe9b94638"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-jhr-n926r-squashfs-sysupgrade.bin"; + sha256 = "7e0026b544730aceb068d3b43b57e10406eb38a7f8f64b30de74cf0f03f00402"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jhr-n926r" + ]; + titles = [ + { + title = "JCG JHR-N926R"; + } + ]; + }; + kn = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-kn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-kn-squashfs-sysupgrade.bin"; + sha256 = "f19117b8dafd378ad0d7b99c3fbf11bc79031c9b552552256699266227ccc1ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kn" + ]; + titles = [ + { + title = "ZyXEL Keenetic"; + } + ]; + }; + m2m = { + device_packages = [ + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-m2m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-m2m-squashfs-sysupgrade.bin"; + sha256 = "2a05f74478c47f754de6534bf0f0bd59e7fb40a399f100cf17d84a1cb8686853"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m2m" + ]; + titles = [ + { + title = "Intenso Memory 2 Move"; + } + ]; + }; + m3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-m3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-m3-squashfs-factory.bin"; + sha256 = "90c2928b81b4a309fbababf3573431bd22319ef9cc100de9601ab831206e7d44"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-m3-squashfs-sysupgrade.bin"; + sha256 = "a39b9b29ce0c8c44b06741ce6963522159af1b5e922d1322fbec323eeba99df4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m3" + ]; + titles = [ + { + title = "Poray M3"; + } + ]; + }; + m4-4M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-m4-4M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-m4-4M-squashfs-factory.bin"; + sha256 = "fb8d65718951dffcd6b37ac2e26a773ffc5aeabb9485f5b1f6c4336795266a61"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-m4-4M-squashfs-sysupgrade.bin"; + sha256 = "c589460d7fd438fe820814648275a4dd023aa057ddd8228834250c95b479396b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m4-4M" + ]; + titles = [ + { + title = "Poray M4 (4MB)"; + } + ]; + }; + m4-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-m4-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-m4-8M-squashfs-factory.bin"; + sha256 = "3dc84d6e259d2ee29481e0871340c1b868a25668b116ea6eace8fc8b0c6de084"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-m4-8M-squashfs-sysupgrade.bin"; + sha256 = "fe3f32edc97dd5c01bd47f8cebb72f8e0981af3729ae04d1691cc9100adcba04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m4-8M" + ]; + titles = [ + { + title = "Poray M4 (8MB)"; + } + ]; + }; + miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-miniembplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-miniembplug-squashfs-sysupgrade.bin"; + sha256 = "a35902a8c3e630a09aafaca9dc7f593a631484ec8af7f0d18fa0bf1f7cd390b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miniembplug" + ]; + titles = [ + { + title = "Omnima MiniEMBPlug"; + } + ]; + }; + miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-miniembwifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "5a8b6a0da34f0458652a9f8eb246361c873d08fed23dd04dfe670378fae19355"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miniembwifi" + ]; + titles = [ + { + title = "Omnima MiniEMBWiFi"; + } + ]; + }; + mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-mofi3500-3gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "28509441cbbeb0c51aaacaf4e46ece1b21c0a43a70a3d2b079fcb7c31072de4c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mofi3500-3gn" + ]; + titles = [ + { + title = "MoFi Network MOFI3500-3GN"; + } + ]; + }; + mpr-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-mpr-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-mpr-a1-squashfs-sysupgrade.bin"; + sha256 = "ea3e593f8fb69698feee1e557f4a24127490c7247f45a8088fa8dba73e377c0b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mpr-a1" + ]; + titles = [ + { + title = "HAME MPR-A1"; + } + ]; + }; + mpr-a2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-mpr-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "b5825d00d87f54fa30918eff1112a5e01470d908b644271d9b80fe6c61b7e578"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mpr-a2" + ]; + titles = [ + { + title = "HAME MPR-A2"; + } + ]; + }; + mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-mr-102n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-mr-102n-squashfs-sysupgrade.bin"; + sha256 = "350573959d14c203eabc20daec31d35f9e0728326ec7823006566580700a4b7a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mr-102n" + ]; + titles = [ + { + title = "AXIMCom MR-102N"; + } + ]; + }; + mzk-dp150n = { + device_packages = [ + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-mzk-dp150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-mzk-dp150n-squashfs-sysupgrade.bin"; + sha256 = "41f92b0fe9f5fa7a189c0d54c84d80dde00185fceab052fe8424c7d5b5fa4111"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-dp150n" + ]; + titles = [ + { + title = "Planex MZK-DP150N"; + } + ]; + }; + mzk-w300nh2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-mzk-w300nh2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-mzk-w300nh2-squashfs-factory.bin"; + sha256 = "9e71783b73f87370f86085c9193816ee22a8a09348dafe39a4c25ef2098193a7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-mzk-w300nh2-squashfs-sysupgrade.bin"; + sha256 = "eb77038db81175f8a8a301a302b587c23504e228512a966b4b7e1d992b7665bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-w300nh2" + ]; + titles = [ + { + title = "Planex MZK-W300NH2"; + } + ]; + }; + mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-mzk-wdpr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "9e651137e05b53347e48eeefa7f6b422ef4b506603ae90497de18baa9dd57c71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-wdpr" + ]; + titles = [ + { + title = "Planex MZK-WDPR"; + } + ]; + }; + nbg-419n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-nbg-419n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-nbg-419n-squashfs-sysupgrade.bin"; + sha256 = "7ebc302a5b6d8b2ba74688645528d70892e0f6e5b45ced94665759b3e70087a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nbg-419n" + ]; + titles = [ + { + title = "ZyXEL NBG-419N"; + } + ]; + }; + nbg-419n2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-nbg-419n2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-nbg-419n2-squashfs-sysupgrade.bin"; + sha256 = "cc8b6bdc0e5f3a27a742b3f7e1789721fb23c4fdebc5cec59555f0b3a565442b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nbg-419n2" + ]; + titles = [ + { + title = "ZyXEL NBG-419N2"; + } + ]; + }; + ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-core" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-ncs601w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-ncs601w-squashfs-sysupgrade.bin"; + sha256 = "1674a036cf2e637c68d8905c490494cf1ffcfc361cf07b3e15711a35a3c54d8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ncs601w" + ]; + titles = [ + { + title = "Wansview NCS601W"; + } + ]; + }; + nixcore-x1-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-nixcore-x1-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-nixcore-x1-16M-squashfs-sysupgrade.bin"; + sha256 = "a069b0cb14f30311726dbad6c55387f847f36f60dd8d8e957b73ccc54afd6691"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore-x1-16M" + "nixcore-x1" + ]; + titles = [ + { + title = "NixcoreX1 (16M)"; + } + ]; + }; + nixcore-x1-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-nixcore-x1-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-nixcore-x1-8M-squashfs-sysupgrade.bin"; + sha256 = "a2b14cba846e83a8cbbfb0875b37aa000ba94e2fbcac76f74fcc7c4c46f8770d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore-x1-8M" + "nixcore-x1" + ]; + titles = [ + { + title = "NixcoreX1 (8M)"; + } + ]; + }; + nw718 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-nw718"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-nw718-squashfs-sysupgrade.bin"; + sha256 = "4bcbbaa26431330987372b1caf509cbb0ee6bd59a0551ce1beb58a155819d7c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nw718" + ]; + titles = [ + { + title = "Netcore NW718"; + } + ]; + }; + psr-680w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-psr-680w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-psr-680w-squashfs-sysupgrade.bin"; + sha256 = "b4d1aa0b2a560af3116c93988682d37b91fd389f0470dd5b08d917faed8d8442"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psr-680w" + ]; + titles = [ + { + title = "Petatel PSR-680W Wireless 3G Router"; + } + ]; + }; + pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-pwh2004"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-pwh2004-squashfs-sysupgrade.bin"; + sha256 = "36b42e8d8928893b38dfb29146e645cfb70829968daaf6818f6eafac5262e31d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pwh2004" + ]; + titles = [ + { + title = "Prolink PWH2004"; + } + ]; + }; + px-4885-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-px-4885-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-px-4885-8M-squashfs-sysupgrade.bin"; + sha256 = "0b04659ab6cb741172b1d0e8841b705ee538321843e05a43d0f7a272722bf4b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "px-4885-8M" + ]; + titles = [ + { + title = "7Links PX-4885 (8M)"; + } + ]; + }; + rt-g32-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-rt-g32-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-rt-g32-b1-squashfs-sysupgrade.bin"; + sha256 = "451c00e5ef114edf316306e3d8395692a7618e5e0a53ebedb17b7d0773ac140f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-g32-b1" + ]; + titles = [ + { + title = "Asus RT-G32 B1"; + } + ]; + }; + rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-rt-n13u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "39249ad0645131262498eb2bf0907ef79e4496c529bb51ce2f8fed6789b275a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n13u" + ]; + titles = [ + { + title = "Asus RT-N13U"; + } + ]; + }; + rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-rt5350f-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "2f7faa69de9455976d76e8af8dbcb703de2f420b78089db54ae8092a77d44944"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt5350f-olinuxino" + ]; + titles = [ + { + title = "RT5350F-OLinuXino"; + } + ]; + }; + rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "4c716b03e89f03a667ac07146445086b4c02fe6706cc22d82e407803ff602421"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + title = "RT5350F-OLinuXino-EVB"; + } + ]; + }; + rut5xx = { + device_packages = [ + "om-watchdog" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-rut5xx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-rut5xx-squashfs-sysupgrade.bin"; + sha256 = "5c86c1bea16ffff6e56a7a7dd93ac124baf25a64a4523b7558eabd9358e13374"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rut5xx" + ]; + titles = [ + { + title = "Teltonika RUT5XX"; + } + ]; + }; + sl-r7205 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-sl-r7205"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-sl-r7205-squashfs-sysupgrade.bin"; + sha256 = "82654cad4bc14920a1fab8f761f933d9979ca2e74a823facfbb1e40537784b84"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sl-r7205" + ]; + titles = [ + { + title = "Skyline SL-R7205 Wireless 3G Router"; + } + ]; + }; + tew-638apb-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-tew-638apb-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-tew-638apb-v2-squashfs-sysupgrade.bin"; + sha256 = "85a0cb8789e103eb52d824bcc59da63480c8f9c415256a413e8829aa6a0f2b00"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-638apb-v2" + ]; + titles = [ + { + title = "TRENDnet TEW-638APB v2"; + } + ]; + }; + tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-tew-714tru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "19796e4fa4888d15d8595e933bfa66c556f095711b39b800b2338e9e4b7b744f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-714tru" + ]; + titles = [ + { + title = "TRENDnet TEW-714TRU"; + } + ]; + }; + ur-326n4g = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-ur-326n4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-ur-326n4g-squashfs-sysupgrade.bin"; + sha256 = "dda35b06a0d0af34d833d26acca55a00927f1dc93d8910f81e53d4d04be9ab42"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ur-326n4g" + ]; + titles = [ + { + title = "UPVEL UR-326N4G"; + } + ]; + }; + ur-336un = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-ur-336un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-ur-336un-squashfs-sysupgrade.bin"; + sha256 = "bad88b3fb1792d6738206fe7a0b9b51e5d3568b70cccc7c1285b629d6916b711"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ur-336un" + ]; + titles = [ + { + title = "UPVEL UR-336UN"; + } + ]; + }; + v22rw-2x2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-v22rw-2x2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-v22rw-2x2-squashfs-sysupgrade.bin"; + sha256 = "d3c93326f21fc8bee6c09820e05ca12f67d784fefbe0dd2d80381a486cd0325f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "v22rw-2x2" + ]; + titles = [ + { + title = "Ralink AP-RT3052-V22RW-2X2"; + } + ]; + }; + vocore-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-vocore-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-vocore-16M-squashfs-sysupgrade.bin"; + sha256 = "a04c82ab71953197ad28c482ab59029a49a4c700c71934dd9275bc367c022fce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore-16M" + "vocore" + ]; + titles = [ + { + title = "VoCore (16M)"; + } + ]; + }; + vocore-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-vocore-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-vocore-8M-squashfs-sysupgrade.bin"; + sha256 = "0c7bbccc82a653bcfc088810c4e57066260661e0b59809526d3504ccc464b2bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore-8M" + "vocore" + ]; + titles = [ + { + title = "VoCore (8M)"; + } + ]; + }; + w150m = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-w150m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-w150m-squashfs-sysupgrade.bin"; + sha256 = "f19ea4e2305707388b9df706bff64b758a3fe1c1ed39d1b97ad4a01ed5b41eaa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w150m" + ]; + titles = [ + { + title = "Tenda W150M"; + } + ]; + }; + w306r-v20 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-w306r-v20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-w306r-v20-squashfs-sysupgrade.bin"; + sha256 = "77ed2b00cc30bb6c2b6cbddf68d4b049781009a9716a6088395c005be7c63e09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w306r-v20" + ]; + titles = [ + { + title = "Tenda W306R V2.0"; + } + ]; + }; + w502u = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-w502u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-w502u-squashfs-sysupgrade.bin"; + sha256 = "fb2b905ac520bea7c1dbfaf2f6fb04a1c06c0152d45309aeabfc0c98cb7c9376"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w502u" + ]; + titles = [ + { + title = "ALFA Networks W502U"; + } + ]; + }; + wcr-150gn = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-wcr-150gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-wcr-150gn-squashfs-sysupgrade.bin"; + sha256 = "ba47ba8bedf65c2fe998fd10bcf400c684ff76c766a3a5fddb267734b4f3d65a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wcr-150gn" + ]; + titles = [ + { + title = "Sparklan WCR-150GN"; + } + ]; + }; + whr-g300n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-whr-g300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-whr-g300n-squashfs-tftp.bin"; + sha256 = "1fc79a85fc286f6127384d60c2244b6f500abfc6c6134ac3fb0f11defe413e8a"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-whr-g300n-squashfs-sysupgrade.bin"; + sha256 = "a76e841aec147843a954e28296db264efd69a02c75a87354278c6d489dda5af9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-g300n" + ]; + titles = [ + { + title = "Buffalo WHR-G300N"; + } + ]; + }; + wizard8800 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-wizard8800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-wizard8800-squashfs-sysupgrade.bin"; + sha256 = "9ccb5081fece8ab4831112a8d051dd6d19ea560d44754c10a34c73d43c36d2ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wizard8800" + ]; + titles = [ + { + title = "EasyAcc WIZARD 8800"; + } + ]; + }; + wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-wizfi630a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "e4564fc69ead18d532fb7291d22caff53694f365ae21afab6c8804c11c4e6319"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wizfi630a" + ]; + titles = [ + { + title = "WIZnet WizFi630A"; + } + ]; + }; + wl-330n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-wl-330n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-wl-330n-squashfs-sysupgrade.bin"; + sha256 = "36875fe7f393311400238a0baebb3553d4b7739da5c77586919d117bcb59f6c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wl-330n" + ]; + titles = [ + { + title = "Asus WL-330N"; + } + ]; + }; + wl-330n3g = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-wl-330n3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-wl-330n3g-squashfs-sysupgrade.bin"; + sha256 = "d11fcc8f45b156e75efd8eec71ccdb6497646b8c9e3844f5542e719660a67588"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wl-330n3g" + ]; + titles = [ + { + title = "Asus WL-330N3G"; + } + ]; + }; + wnce2001 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-wnce2001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-wnce2001-squashfs-factory-NA.bin"; + sha256 = "59599f0826d9f5313b3f606eae102785c98ac2fd87724a208dc89af4afccc05d"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-wnce2001-squashfs-factory.bin"; + sha256 = "dc2418730824d887ee9caf03d47d3c5536939fd0a7f522b8eadcf95ebea36d6c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-wnce2001-squashfs-sysupgrade.bin"; + sha256 = "5e9f126c912e2f4268df1f804bf739f4d63dbbd7ccddcd624927eecd6d83c81c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wnce2001" + ]; + titles = [ + { + title = "Netgear WNCE2001"; + } + ]; + }; + wr512-3gn-8M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-wr512-3gn-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-wr512-3gn-8M-squashfs-sysupgrade.bin"; + sha256 = "ba876136496f5f9b0237c8d8812d849c08089cd64efdd627bf2bde8bbd1f346e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wr512-3gn-8M" + ]; + titles = [ + { + title = "WR512-3GN (8M)"; + } + ]; + }; + wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-wr6202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-wr6202-squashfs-sysupgrade.bin"; + sha256 = "0219a9cc6caa0b6b0ffcbdc84e84cecc3ec3d73a197f7a2d37ab4b463bf33fc5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wr6202" + ]; + titles = [ + { + title = "AWB WR6202"; + } + ]; + }; + wt1520-4M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-wt1520-4M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-wt1520-4M-squashfs-factory.bin"; + sha256 = "d7698e57582a0a75299c4db844a62b494738a906f73b76db748b9908dbd0ad1e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-wt1520-4M-squashfs-sysupgrade.bin"; + sha256 = "e8e7391cdeede751bc369936df4e01bac9e7c23083300a80106828cbdae0fde4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wt1520-4M" + ]; + titles = [ + { + title = "Nexx WT1520 (4MB)"; + } + ]; + }; + wt1520-8M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-wt1520-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-wt1520-8M-squashfs-factory.bin"; + sha256 = "24b3d62f8321d1b33b889b59aa7bc9b7172f683f31c35cf061f13f83ed7922c6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-wt1520-8M-squashfs-sysupgrade.bin"; + sha256 = "92e0df1c704c1de04d97b19f31ba261ca7ecfdc0684c37599070f1ac5c5ab897"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wt1520-8M" + ]; + titles = [ + { + title = "Nexx WT1520 (8MB)"; + } + ]; + }; + x5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-x5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-x5-squashfs-factory.bin"; + sha256 = "26d923fb2ca315378ba3af276b6f60afc593bf947fa1f5b3ea2277a0615e672a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-x5-squashfs-sysupgrade.bin"; + sha256 = "14cd82e3249e01f220449dac5fa775d7553a09cf7baa5ae3df561968f27b274f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "x5" + ]; + titles = [ + { + title = "Poray X5/X6"; + } + ]; + }; + x8 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-x8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-x8-squashfs-factory.bin"; + sha256 = "61908d5c3352ff97bdfe8e5cb79e3fe70b1060a19d126f5046c6c0f6ca4fa955"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-x8-squashfs-sysupgrade.bin"; + sha256 = "2dbd35ae88eb77af139ed787b5986c7d7a9eb99420c7ac1e0f56faa9076652ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "x8" + ]; + titles = [ + { + title = "Poray X8"; + } + ]; + }; + xdxrn502j = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-xdxrn502j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-xdxrn502j-squashfs-sysupgrade.bin"; + sha256 = "127553c8d69ea2b689c1772c8ab85c7a68552ea7e0b50075cc49dd8bd5b43d92"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xdxrn502j" + ]; + titles = [ + { + title = "XDX RN502J"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "debd49e4678251cdc40cc5e1c1f4dd9b7658428d1672fd7de14e04101fbcd496"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + title = "Zorlik ZL5900V2"; + } + ]; + }; + zyxel_keenetic-start = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt305x-zyxel_keenetic-start"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt305x-zyxel_keenetic-start-squashfs-sysupgrade.bin"; + sha256 = "48a0483676367861d0cd10efcc7e3095d1cfebcd44fd45e71f502566df30df98"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-start" + ]; + titles = [ + { + title = "ZyXEL Keenetic Start"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "ramips/rt305x"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "3996ee73ad9965a1f0d4451913ca081e1bfbfc2c1049bd4751d56927cff41ea5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + title = "Belkin F9K1109 Version 1.0"; + } + ]; + }; + br-6475nd = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt3883-br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt3883-br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "7b399b23288036d6be571df78ddca5e5e34c24f8ca6006d895496d8331f16f2f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "br-6475nd" + ]; + titles = [ + { + title = "Edimax BR-6475nD"; + } + ]; + }; + cy-swr1100 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "swconfig" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt3883-cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt3883-cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "22e2220c74be47667080fbc3acf7ed1154ce4885ce130ae62af7ff6195fa25d7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt3883-cy-swr1100-squashfs-factory.bin"; + sha256 = "ea3394edebd234d1752e268c3a4783b8c09acc05314b32958ca2760acd6694db"; + type = "factory"; + } + ]; + supported_devices = [ + "cy-swr1100" + ]; + titles = [ + { + title = "Samsung CY-SWR1100"; + } + ]; + }; + dir-645 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt3883-dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt3883-dir-645-squashfs-sysupgrade.bin"; + sha256 = "8a93bbd2f17b05f16363fda11f7cc287fd099e30d0ecf062eeadc7b3f6fa1262"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt3883-dir-645-squashfs-factory.bin"; + sha256 = "2c48cd07c4e93930417da30311c03e8d045d56702ff05b5f35da68e7c9924d7b"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-645" + ]; + titles = [ + { + title = "D-Link DIR-645"; + } + ]; + }; + hpm = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt3883-hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt3883-hpm-squashfs-sysupgrade.bin"; + sha256 = "a052dd45f0e3925ab1ed1362d890a4ff36b95e10766616133b8bb2c26d5db745"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hpm" + ]; + titles = [ + { + title = "Omnima HPM"; + } + ]; + }; + rt-n56u = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt3883-rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt3883-rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "4c74ac2d2c22f1baa65563c32145c181d11a66ef11c82be0af71bc804a12c8d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n56u" + ]; + titles = [ + { + title = "Asus RT-N56U"; + } + ]; + }; + tew-691gr = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt3883-tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt3883-tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "778d7726afd67260bcde8d25893e9713e43b7759f72f8896238664602a17afac"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt3883-tew-691gr-squashfs-factory.bin"; + sha256 = "9c978f79ab6f973ad48fac1a00894ac820cf5fc3cb097a3a4dbbc596deb5abf4"; + type = "factory"; + } + ]; + supported_devices = [ + "tew-691gr" + ]; + titles = [ + { + title = "TRENDnet TEW-691GR"; + } + ]; + }; + tew-692gr = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt3883-tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt3883-tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "c31c4ea4eb5dbcb30416a65f91d0a4f491fcd10eff86c8720f7e64514eea332f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt3883-tew-692gr-squashfs-factory.bin"; + sha256 = "3e33e11ba7b038e8576c7b44ad82113021439ae2006ff611b12d4e4d773263d4"; + type = "factory"; + } + ]; + supported_devices = [ + "tew-692gr" + ]; + titles = [ + { + title = "TRENDnet TEW-692GR"; + } + ]; + }; + wlr-6000 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.10-ramips-rt3883-wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt3883-wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "5013e1aa7931757def7708282d5e8f7c302aec686711276d43da77f9386b253a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt3883-wlr-6000-squashfs-factory.dlf"; + sha256 = "c7d96336e628e0cc54b85101e5b206506e15ae511878da61d37815ebde19fa15"; + type = "factory"; + } + ]; + supported_devices = [ + "wlr-6000" + ]; + titles = [ + { + title = "Sitecom WLR-6000"; + } + ]; + }; + wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-ramips-rt3883-wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-ramips-rt3883-wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "2f5a14e4a6b4974ad77155d455dacd80cb0b01f1b22f340f997b0bbc712b1f5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wmdr-143n" + ]; + titles = [ + { + title = "Loewe WMDR-143N"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "ramips/rt3883"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + rb532 = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "wpad-basic" + "kmod-ath5k" + "kmod-input-rb532" + "e2fsprogs" + "mkf2fs" + "nand-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "wpad-basic" + "kmod-ath5k" + "kmod-input-rb532" + "e2fsprogs" + "mkf2fs" + "nand-utils" + ]; + metadata_version = 1; + profiles = { + nand = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-rb532-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-rb532-nand-squashfs-sysupgrade.bin"; + sha256 = "258c00b9b8bf017f8c6b16df0d758fd96a19efc5e17cee24f4445ab150b4d56a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb532" + ]; + titles = [ + { + title = ""; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "rb532/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + samsung = { }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun50i-a64-pine64-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa53-sun50i-a64-pine64-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa53-sun50i-a64-pine64-plus-ext4-sdcard.img.gz"; + sha256 = "5c730d7bebf549f960921375e8ab87df44567459e4afb041fd5fe1c26b7c17ba"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa53-sun50i-a64-pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "3af03c1104fa4d94c24fbcf3608f18450e3df855a623bce8528c5da9ddfd6e2f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + title = "Pine64 Plus A64"; + } + ]; + }; + sun50i-a64-sopine-baseboard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa53-sun50i-a64-sopine-baseboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa53-sun50i-a64-sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "8402f6207b1a492ed3d15b93e4a481697f0bd80d21513216aa722d073e046685"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa53-sun50i-a64-sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "56d58d283b5fe7ba6000819512faeadfc8c2582d0eab93b7d76141a27ec34cb6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + title = "Pine64 Sopine"; + } + ]; + }; + sun50i-h5-nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "70cf5138a0fb56aedf658cf915d56e542ab9eb23fa663cc87a4a3e608fbd0ccd"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "1d336bf2810ac64b629d9e3d11138a9cb3cd39c587339db607ecf3dc34db648d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + title = "Nanopi NEO Plus2 (H5)"; + } + ]; + }; + sun50i-h5-nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa53-sun50i-h5-nanopi-neo2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa53-sun50i-h5-nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "0b1c5aa6cfad50f65e9ab94f56d3c80909d5093e2ab074af28aecde9e5a233d5"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa53-sun50i-h5-nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "98038eed05fc1c7cfdf7cceeff23055432acfae1eee2fac6bc8e2d0e9fb698b0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + title = "Nanopi NEO2 (H5)"; + } + ]; + }; + sun50i-h5-orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa53-sun50i-h5-orangepi-pc2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa53-sun50i-h5-orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "7bdfd0cba68b23d107233d71e202cc2aced430c3163cc0ea777ac303bc722332"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa53-sun50i-h5-orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "1e4d38fc4fbf4d417bf4ab4fa28deb180c04eb3770b183079a9934a3440c4057"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC2"; + } + ]; + }; + sun50i-h5-orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "74e95559e9349365ecfe228ab7d1f32054d1b50bca5a5593a66dbd059e613860"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "8729b9c7cd30ac530865bf37e56ea23ce7a9fc6c8b61a7f9ce8cc95f7df78d80"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi Zero Plus"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "sunxi/cortexa53"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun6i-a31-m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun6i-a31-m9"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun6i-a31-m9-ext4-sdcard.img.gz"; + sha256 = "1b26af43550283f7f4965a689e4c7c89ffcdd5386f56d07543890c927035dc7e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun6i-a31-m9-squashfs-sdcard.img.gz"; + sha256 = "3f04d2e6a8b9497386aa92f30d8f79bca532c3392a27f21ec487db4948827330"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + title = "Mele M9 top set box"; + } + ]; + }; + sun7i-a20-bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-bananapi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-bananapi-ext4-sdcard.img.gz"; + sha256 = "fb62e0718ec0ea23d52cd05cb9f4df4e01ca663ffaa76abba8bbd9a82cdedd29"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-bananapi-squashfs-sdcard.img.gz"; + sha256 = "4f8232c63c6febf04453aed3bc2b8ec152754b196cb070923c3de9da363f340d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + title = "LeMaker Banana Pi"; + } + ]; + }; + sun7i-a20-bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-bananapro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-bananapro-ext4-sdcard.img.gz"; + sha256 = "41ef36cc4ca56b412fd4993fe7050ef42c786a90ec1cd90750215ae182295ac6"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-bananapro-squashfs-sdcard.img.gz"; + sha256 = "ef03ea06ead17002b36a3c956773a4e17482164a5b94f4d3147405a35496ada7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + title = "LeMaker Banana Pro"; + } + ]; + }; + sun7i-a20-cubieboard2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-cubieboard2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-cubieboard2-ext4-sdcard.img.gz"; + sha256 = "fe35df8ec28c998d833fd5c4e7c31665393a42ad136ac68d847b54b35bf746fd"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "fa588443a3f30915574a376db7fcdb51f7621950fe10eec7c4232031b8c59670"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + title = "Cubietech Cubieboard2"; + } + ]; + }; + sun7i-a20-cubietruck = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-cubietruck"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-cubietruck-ext4-sdcard.img.gz"; + sha256 = "8893cebb1feee5cac09c93dc228e16f8e3d0fa49107d8ef11052fa0e3a9f4823"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-cubietruck-squashfs-sdcard.img.gz"; + sha256 = "53ea0ba2a47363f0d1cb2354342faeefefabd3cffbd288d92e043056581fa7f9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + title = "Cubietech Cubietruck"; + } + ]; + }; + sun7i-a20-lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "swconfig" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-lamobo-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "9653601e1c5d45f22c91fac2138ffbb2f9ff339b08c1fa03e474e7f322d46048"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "c2b8465c4a58c83e733d7dc12aa36dc09313d78fd0c1a48b7e8250fb193ed0ca"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + title = "Lamobo R1"; + } + ]; + }; + sun7i-a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-olinuxino-lime"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "1c88b4c2beb88112fe3ce8ae53204eef35cfbfcf05c7fe1c95c689e28b255e19"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "8d89a1ac77b326c26904733bc9a095bd98fb5fc6917e30c997d6cc2a642b2963"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME"; + } + ]; + }; + sun7i-a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-olinuxino-lime2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "fe32bcf18ecce0fb4c43b6c3c803e48a9817c6b3f9f355a4379a4a9fb1345e04"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "8a176bfd448646189eb59fd8a60c6637dd6331354fbe90cdfe6d675c81fd07a1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME2"; + } + ]; + }; + sun7i-a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "dcc479aea0417aa93094e754deb8dc80588c5065c739b5dd46f18cc1d4a47371"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "b14061dc42158bfec4c0e8dfb839cdf054613131f03dcf97a4395851879bc0fa"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME2-eMMC"; + } + ]; + }; + sun7i-a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-olinuxino-micro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "24090dae8598ce748ad0fe7ffc17ba0e65a7791bad642889dd92ffd20069e280"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "518e5598edc283aef99c3d907e870ba6caaf31e8cd33eeffc9961dec6f944c95"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + title = "Olimex A20-Olinuxino Micro"; + } + ]; + }; + sun7i-a20-pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-pcduino3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-pcduino3-ext4-sdcard.img.gz"; + sha256 = "3c0c5df3c14e3def9d50ea3899bdcba8c812917086cae0a22ca1c426c28ce5ec"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun7i-a20-pcduino3-squashfs-sdcard.img.gz"; + sha256 = "333a34b6c5af954fd76e9039e8fdce955ed512aa033cc97a22b46f3b673e5f82"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + title = "LinkSprite pcDuino3"; + } + ]; + }; + sun8i-h2-plus-orangepi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "499b01c2d3aba469f226f623163b065766398dae647de4fc863dfee0c88ccf42"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "5521902cafbf69a0c68172ba9f8e04abb937df3ff64a8eabf828bf28f780761d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + title = "Xunlong Orange Pi R1"; + } + ]; + }; + sun8i-h2-plus-orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "703a80dfe42918bdf8be77e8452b84e262610841a6f12e982a65260b818ef195"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "9bce6410357a7e8667426260cd998cb6c03213e8cf39a0c851c4cea738be3783"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + title = "Xunlong Orange Pi Zero"; + } + ]; + }; + sun8i-h3-bananapi-m2-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "f9c7fb6632332d71579ad0f898688a67799d937853423850d1a87caa01d75168"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "2cfd7b2ca4e28403ff4c5b9cdddb0760eb1467987930bc9198ba6a982282e0ba"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + title = "Sinovoip Banana Pi M2 Plus"; + } + ]; + }; + sun8i-h3-nanopi-m1-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-brcmfmac" + "brcmfmac-firmware-43430-sdio" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "d6e9f3c425db1bcf841c364a74bca548f6d0e92c826365c90bb336e160a22bc1"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "d29232c2d8b88ac9fa2c993f495bc802cdffce3f5bf684b746e4c0ab79dd4e93"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + title = "FriendlyArm NanoPi M1 Plus"; + } + ]; + }; + sun8i-h3-nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-nanopi-neo"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "70834d098c1f890cb82b129cdfcc65b33bcd706e8a1c34ff0b1f09573dbec043"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "ed268a4027de080a8585db0a315c5963be108782dfbb4f9c32df7ace3d067d7b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + title = "FriendlyARM NanoPi NEO"; + } + ]; + }; + sun8i-h3-orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-orangepi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-orangepi-2-ext4-sdcard.img.gz"; + sha256 = "079058b43a3e5c6b352cf64fbd55953afdf387310e22889f576ddbe194c8da2d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "bf46975f31b170453c31fd4ff0b5f0f411d33174bee5c4e1988b6d27184fb740"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + title = "Xunlong Orange Pi 2"; + } + ]; + }; + sun8i-h3-orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-orangepi-one"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-orangepi-one-ext4-sdcard.img.gz"; + sha256 = "cf81baa323cf32ce53983e09222639aeb86e3d31d30b733abaa6a1c25b95c9f1"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "02e24ab5137760d97e758a1c32a3c5d43b93f75217b978f35f80261e0b99944f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + title = "Xunlong Orange Pi One"; + } + ]; + }; + sun8i-h3-orangepi-pc = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-orangepi-pc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "e69e35ef7a176a9e0ba8e72542d515af9ec384b679fa4e34284c6dd0cbbeba3c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "88d4f366fb733f2bca7385bfe17d2864d5954aea4d4eecb8244ad9de29f770bf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC"; + } + ]; + }; + sun8i-h3-orangepi-pc-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "74d40233da98b67b83e3bf1fcea22c6497bc2387281d5ee58a70a7cf9f345153"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "745d9b24710b7d12072ec322be410888e5ac807efd36d88b814790db788e02cf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC Plus"; + } + ]; + }; + sun8i-h3-orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-orangepi-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "a462be25ef1b79c002f5b2627ceeb2e93e4efcc15e571555c61c7232440aa8a0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa7-sun8i-h3-orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "7b0172cd8dddc7a6c5f9602680d6d4fdbc4501fdb28ad1c3e3679f1c60fc5af8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi Plus"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "sunxi/cortexa7"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun4i-a10-cubieboard = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa8-sun4i-a10-cubieboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa8-sun4i-a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "f31f357cc4d2aac4b89c4221997db781c4dbf6a2f39a0e21abb7f3a48a1dfeab"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa8-sun4i-a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "5835663b996eb72f9b6032693cb3cf251b3d7be22b4aac45e5be762a094d4e71"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + title = "Cubietech Cubieboard"; + } + ]; + }; + sun4i-a10-marsboard = { + device_packages = [ + "mod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa8-sun4i-a10-marsboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa8-sun4i-a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "6181c7f6fa5201938e02eaa426ab246adc3367fb98c393d2810b0c9dc5d2bce6"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa8-sun4i-a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "e6449a96bef4a7fe0ee9dccd245a88a26d545b7e48ed2ff34717d8a949d51db7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + title = "HAOYU Electronics Marsboard A10"; + } + ]; + }; + sun4i-a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa8-sun4i-a10-olinuxino-lime"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa8-sun4i-a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "757d723f2adbd819adbdbed4b87943c8f2793b2bc0413905e11abb3bc900ace3"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa8-sun4i-a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "b16a10eef4b7b5bfdf8f1690d2fc9709aa46473907ffadb7a5b0296aa66532cc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + title = "Olimex A10-OLinuXino-LIME"; + } + ]; + }; + sun4i-a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa8-sun4i-a10-pcduino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa8-sun4i-a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "d0df67ef9902634104a1b7982e9b7dee4703b18dbb1809db624cb4cea57fdcf9"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa8-sun4i-a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "d7a105ac4373b3cbe248dfba9996c0320f692941f2e8f5a41ffc6e82f608d301"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + title = "LinkSprite pcDuino"; + } + ]; + }; + sun5i-a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa8-sun5i-a13-olimex-som"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa8-sun5i-a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "d56f22a119e3da97ce3612021c03231a9cb68a372139d06deb84b7b1117fca32"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa8-sun5i-a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "ca106707b496e311946de237e5483baaf1229ca12dbe5fbb50ff69a7cc48b898"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + title = "Olimex A13 SOM"; + } + ]; + }; + sun5i-a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.10-sunxi-cortexa8-sun5i-a13-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.10-sunxi-cortexa8-sun5i-a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "7be1ed0dee9b57e48652fbbcccd36d26061a1e2b8a15abccbe6445a557b8cf8c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-sunxi-cortexa8-sun5i-a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "c79be80daf2e0134f8d93b099beb4993a473aaa1b41db3dabd7ae6ea1547a971"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + title = "Olimex A13-Olinuxino"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "sunxi/cortexa8"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "e2fsprogs" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "e2fsprogs" + "mkf2fs" + "partx-utils" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-mini" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.10-tegra-compulab_trimslice"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "652893c4c542706d03417c203d98a1c52d43968ba32376b1da715e73085e6a21"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.10-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "5edb4ae876f5b5bb28d3e24ed67b8631a1027c6423b75ba621b7c7984c6cd3e7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + title = "CompuLab TrimSlice"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "tegra/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; + x86 = { }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "kmod-usb-storage" + "kmod-fs-msdos" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "kmod-usb-storage" + "kmod-fs-msdos" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "b98da01c9de4ea6e6129b34b8edf2aea24c13399feca430190cf56519a74f832"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Avnet ZedBoard"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "7e7cc15c402677d8c0d7014146d1934b6c720b99813a1eb5018d1b049f70fa08"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Digilent Zybo"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.10-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "6095f4af15c292e01c05fb7bba4a4498380984e5294808d7068987e27674aeec"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Digilent Zybo Z7"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-19.07.10-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.10-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "3d548c5e2090fad6d084c1c146e1b83c7f0f2f2c271f5916c34b667e33c3b9a1"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Xilinx ZC702"; + } + ]; + }; + }; + source_date_epoch = 1650114812; + target = "zynq/generic"; + version_code = "r11427-9ce6aa9d8d"; + version_number = "19.07.10"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/19.07.4.nix b/cached-profiles/19.07.4.nix new file mode 100644 index 00000000..8b0d105a --- /dev/null +++ b/cached-profiles/19.07.4.nix @@ -0,0 +1,30649 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + "kmod-ath9k" + "swconfig" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-apm821xx-nand-meraki_mr24"; + images = [ + { + name = "openwrt-19.07.4-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "c5c50b198f8f8d9b1abdcab2d80234558c02697d8ae1aa50bdba077fb7123e7d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + title = "Cisco Meraki MR24"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-19.07.4-apm821xx-nand-meraki_mx60"; + images = [ + { + name = "openwrt-19.07.4-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "a9136b51bf98f98ecd9085f38bb78e1de25e0fc69098bb7ac897d706adcf7327"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mx60" + "mx60" + ]; + titles = [ + { + title = "Cisco Meraki MX60/MX60W"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.4-apm821xx-nand-netgear_wndap620"; + images = [ + { + name = "openwrt-19.07.4-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "e7b78ce7b7de7f41299f09c981e39b6ea5017a7f05483e5b7db669f1db752fa7"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "bd865045d883c88095da7d78d4d5cf889626de1c666f05c6525228f754c67642"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + title = "Netgear WNDAP620 - Premium Wireless-N"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.4-apm821xx-nand-netgear_wndap660"; + images = [ + { + name = "openwrt-19.07.4-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "a25678f5338846687d4ea9acccb99a0c3d510eaa402a71d6f65c62f43ddd2b0b"; + type = "factory"; + } + { + name = "openwrt-19.07.4-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "f242f842875395755622174dd6cf4ba92d64017842b486541ee1d44159557230"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + title = "Netgear WNDAP660 - Dual Radio Dual Band Wireless-N"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.4-apm821xx-nand-netgear_wndr4700"; + images = [ + { + name = "openwrt-19.07.4-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "0fe9138b47315ffafa6f8f65b249fea37735f3968efb514df093160a017b6720"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "ce559a311d576ab3ec252d896b5cad3529967f2103a43809f13bc36668feca59"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + title = "Netgear Centria N900 WNDR4700/WNDR4720"; + } + ]; + }; + }; + target = "apm821xx/nand"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-dm" + "kmod-md-mod" + "partx-utils" + "mkf2fs" + "f2fsck" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-apm821xx-sata-wd_mybooklive"; + images = [ + { + name = "openwrt-19.07.4-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "2d664351e6640e9f3e15e54256682cf497f6050098e0f6320b12be979e9ceee3"; + type = "factory"; + } + { + name = "openwrt-19.07.4-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "cc4dfa3c65f6641143e3cfd1c3fa10c25c086b98fcc1ee5dbda9951140c389d8"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "3b5b55a2631379575ac4fb025f7441650ac3a179b61dcee6aea7bb3d9c9f59a9"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "37e58c411efc7fe071ad0cff827430e154d6c740348992fee61e84453d2d8de6"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + title = "Western Digital My Book Live Series (Single + Duo)"; + } + ]; + }; + }; + target = "apm821xx/sata"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + ar71xx = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + NBG6616 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-NBG6616"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-NBG6616-squashfs-sysupgrade.bin"; + sha256 = "1663b8027c5a909761d64aae2aeb6a759dffbd2eaacbb2cd320e58907ece59f9"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-NBG6616-squashfs-factory.bin"; + sha256 = "f43b6634ccaaf48a12031524d9c644a50e95d815917d76938433382abca280ef"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL NBG6616"; + } + ]; + }; + antminer-s1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-crypto-manager" + "kmod-i2c-gpio-custom" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-antminer-s1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-antminer-s1-squashfs-factory.bin"; + sha256 = "3fdaaa428527746515b7f6ab07c1abce514e2c3471ee7fc129f3fb873cffb605"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-antminer-s1-squashfs-sysupgrade.bin"; + sha256 = "ab3abec23e5ed302be1065f931606cefb51ee1c332297b8065b4d7a199d578cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antminer-S1"; + } + ]; + }; + antminer-s3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-crypto-manager" + "kmod-i2c-gpio-custom" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-antminer-s3"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-antminer-s3-squashfs-factory.bin"; + sha256 = "9b2206c533ebf7dbe323032e83b17b2f57eacedf48e42e618a651d7a7e266fdc"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-antminer-s3-squashfs-sysupgrade.bin"; + sha256 = "a07e2d5b8847436994ff287d12fc4f51cd5f1898cd289b838665b2bb963d67fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antminer-S3"; + } + ]; + }; + antrouter-r1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-antrouter-r1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-antrouter-r1-squashfs-sysupgrade.bin"; + sha256 = "113995c200f2a75a7015ba11b5e4bda64464e7e8baecd0d8b0397623050574c3"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-antrouter-r1-squashfs-factory.bin"; + sha256 = "41abe0b498837d7b44c1a0e8b995ba001a72c396f35496404f0dccc87cba1b5e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antrouter-R1"; + } + ]; + }; + ap121f = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ap121f"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ap121f-squashfs-sysupgrade.bin"; + sha256 = "bee0720aa718fc3829abc1f7b4b3f6f269e4b045943659bec48df37c1899c3cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ap121f" + ]; + titles = [ + { + title = "ALFA Network AP121F"; + } + ]; + }; + ap531b0 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ap531b0"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ap531b0-squashfs-sysupgrade.bin"; + sha256 = "d8ec1f99b60ec28e76f7c1d30159d3c2b20b1a79f933640a622ee4c76a8b2be8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Rockeetech AP531B0"; + } + ]; + }; + ap90q = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ap90q"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ap90q-squashfs-sysupgrade.bin"; + sha256 = "09f7d4758a397c267896d5c037e5036670da829c0e67e3a334da273770e75549"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore AP80Q/AP90Q"; + } + ]; + }; + archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-archer-c25-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c25-v1-squashfs-factory.bin"; + sha256 = "90cac31ce3330be24deed6f5a25129f7e078b733b8a46488353596030edad00d"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "48c1e85335836295826f987a69844009365d5f0455fb3831ed5fc67aabaa9029"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c25-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C25 v1"; + } + ]; + }; + archer-c5-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-archer-c5-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c5-v1-squashfs-factory.bin"; + sha256 = "20b088eeb4d6a702dfe42d3261fb1af4991063ae703f6fa5a26bd1e098e092da"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "ce0f5c4ce77ce8ac226b333173af0d3119e8f3c15c24cf70b49212cc572e7d0d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C5 v1"; + } + ]; + }; + archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-archer-c58-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c58-v1-squashfs-factory.bin"; + sha256 = "d128c724ec92d497a84660257de65f623e102343237eb0d3a1048c8832c4a3c2"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "29cc98437397532362766bdb0ece458ebfcd0b6ef9b44e8cf079694252616fcf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c58-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C58 v1"; + } + ]; + }; + archer-c59-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-archer-c59-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c59-v1-squashfs-factory.bin"; + sha256 = "8f825350003e3050ff7cca7da3a186292e86280cb4df44aae9c0f47e6285ec70"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "bc93ce59da05b033fdb581544dbd9d3e66ddd0fdaa108f8cc7076a5478f84107"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c59-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C59 v1"; + } + ]; + }; + archer-c59-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-archer-c59-v2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c59-v2-squashfs-factory.bin"; + sha256 = "85d52bf1aaa952063ac6c11de3c00cce6649c2a12207c5fc5f1464743dc53753"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "5432afa4560cb28e0fd9507ae3e5b8e997293bc443f80da417cad77fc7fd4fe6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c59-v2" + ]; + titles = [ + { + title = "TP-LINK Archer C59 v2"; + } + ]; + }; + archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-archer-c60-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "7ea6e657322220457dfbd2758b6d42a808ced3e12720ebb24c5a47e342ffb961"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c60-v1-squashfs-factory.bin"; + sha256 = "a7f38901d17bf37e6d330707dd450cc5c21238c1148d3b29db3ad49b7bdb25ce"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c60-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C60 v1"; + } + ]; + }; + archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-archer-c60-v2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "1dfac63fd617c2203ae515a6ae4d3bc077b2c84acdabc7646e5273cd766a0ac3"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c60-v2-squashfs-factory.bin"; + sha256 = "9b9c2248b3aefed97b7ef922b05d9462e701f324fc67599b31d2936fe9394cad"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c60-v2" + ]; + titles = [ + { + title = "TP-LINK Archer C60 v2"; + } + ]; + }; + archer-c7-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-archer-c7-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "72feeeb2f481cc365154d984fbf9dfe1948bed4ee612fe2ff1e9c7a21415694d"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c7-v1-squashfs-factory.bin"; + sha256 = "a4679753a4d3d3cb3df74391226b34ab6c70c53b051fe9db82ff2a9aab1555df"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v1"; + } + ]; + }; + archer-c7-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-archer-c7-v2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c7-v2-squashfs-factory.bin"; + sha256 = "881511eb9fb1db0d610172026e809b7af02ae72aee784af1b482df3d0519a9fe"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "1f58c64a20413cfc418e5c44f12b43b64cbb97f516e81bc761fbaa3b34a62d9d"; + type = "factory-us"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "2c916c2c3eba441d39043221eb1b4d3f8a22a4d88336f8c25340e16470b128d8"; + type = "factory-eu"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "dea1a797d8662bd887c91af3930d2c68a098fa1072655a493297dff4ebf8eb6a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v2"; + } + ]; + }; + archer-c7-v2-il = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-archer-c7-v2-il"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c7-v2-il-squashfs-factory.bin"; + sha256 = "cbd6b8dbe5e769f3c821644b89a017608856eb15a6730aa473e40defd9d7de0a"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c7-v2-il-squashfs-sysupgrade.bin"; + sha256 = "42693f73528af5e6ef133f235ca70aa538df4943fde93fd589a0e695ba9d471a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v2 (IL)"; + } + ]; + }; + archer-c7-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-archer-c7-v4"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "14347737c6aa6c682380296d196392c63ef1d4aaba86c2a396c20148217389d1"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c7-v4-squashfs-factory.bin"; + sha256 = "e9ea917534b6b2ae097c68dce649379730958c21c3e96bbdc2be7f4217f3eb58"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c7-v4" + ]; + titles = [ + { + title = "TP-LINK Archer C7 v4"; + } + ]; + }; + archer-c7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-archer-c7-v5"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "c58276dc343335f67233e0239fc44a5cf29fff1fdfe4455a5901bd0b70878262"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-archer-c7-v5-squashfs-factory.bin"; + sha256 = "77b7efc0980fe7a5ba59f5979c24b114663a5d00b53e7d817ea8f2189ffc0e35"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c7-v5" + ]; + titles = [ + { + title = "TP-LINK Archer C7 v5"; + } + ]; + }; + arduino-yun = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-arduino-yun"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-arduino-yun-squashfs-sysupgrade.bin"; + sha256 = "3a604d3fd856bdedfcd9f720a98f25ced5bc14ce5c3c4d03897ba8d78e05d054"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Arduino Yun"; + } + ]; + }; + bsb = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-bsb"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-bsb-squashfs-sysupgrade.bin"; + sha256 = "9ebc2cd199b8a9a718d3d13cbc4968435b95bdfa434208f6bc1a07681fd7c094"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Smart Electronics Black Swift board"; + } + ]; + }; + c-55 = { + device_packages = [ + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-c-55"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-c-55-squashfs-sysupgrade.bin"; + sha256 = "ff6037b2a78bb685488ad7d27c3e7771b3c3d74c3649ccffcade5547e967350c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "AirTight Networks C-55"; + } + ]; + }; + cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cap324"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cap324-squashfs-sysupgrade.bin"; + sha256 = "1e59abe6fc27aaa4c019a98be93d3861e8b1e6fb9c03f58b3320e413cd62f8f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CAP324"; + } + ]; + }; + carambola2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-carambola2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-carambola2-squashfs-sysupgrade.bin"; + sha256 = "f64deff885d95663b29b49a658b1de4c1875011969be0758dd3f22ee6588284f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Carambola2"; + } + ]; + }; + cf-e316n-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cf-e316n-v2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cf-e316n-v2-squashfs-sysupgrade.bin"; + sha256 = "5157043d6acc0d9da7fdb6d42efc4b409f25700baff8fb0c182d4d2689f1f594"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E316N v2"; + } + ]; + }; + cf-e320n-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cf-e320n-v2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cf-e320n-v2-squashfs-sysupgrade.bin"; + sha256 = "b2dea4876b4d3e13499fc9d1b1415513867037657c55b4edd6051d02c63f5ade"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E320N v2"; + } + ]; + }; + cf-e355ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cf-e355ac-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cf-e355ac-v1-squashfs-sysupgrade.bin"; + sha256 = "dfc62eacceed2a4926e4b02c3e94216c682c9d9e0631d0757fe05746a818fdf0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E355AC v1"; + } + ]; + }; + cf-e355ac-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cf-e355ac-v2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cf-e355ac-v2-squashfs-sysupgrade.bin"; + sha256 = "6ed2803d838218f530cc41cd5db5cfb07d3b5b313f4dcd88fd3658bb8dbf2ad3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E355AC v2"; + } + ]; + }; + cf-e375ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cf-e375ac"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cf-e375ac-squashfs-sysupgrade.bin"; + sha256 = "b3b1fecc8fd1be02346741ba61c90b6c1533c5391149e9b424872fac9307ec29"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E375AC"; + } + ]; + }; + cf-e380ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cf-e380ac-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cf-e380ac-v1-squashfs-sysupgrade.bin"; + sha256 = "9c6bb5ce51bfbf1ed1c0712537bf7a8ff394edef640b1c432254acff0e51623b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E380AC v1"; + } + ]; + }; + cf-e380ac-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cf-e380ac-v2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cf-e380ac-v2-squashfs-sysupgrade.bin"; + sha256 = "d85c84f0b7e812e8ac13016a74ed592e8749ff7028d90e009e7963603a71c67e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E380AC v2"; + } + ]; + }; + cf-e385ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cf-e385ac"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cf-e385ac-squashfs-sysupgrade.bin"; + sha256 = "abdde673f100343a0e56684de1a18d276fdef6653c1f5f428c2993d9a3a3a475"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E385AC"; + } + ]; + }; + cf-e520n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cf-e520n"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cf-e520n-squashfs-sysupgrade.bin"; + sha256 = "400b14708c0081eb6890b89511e1cfe43e6c0447de451945b398c0852123e869"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E520N"; + } + ]; + }; + cf-e530n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cf-e530n"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cf-e530n-squashfs-sysupgrade.bin"; + sha256 = "11093031c393696bf88e010a5d8e4548fab07b1bf5eceb9dcd2acf7c713623aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E530N"; + } + ]; + }; + cpe210-220-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cpe210-220-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cpe210-220-v1-squashfs-sysupgrade.bin"; + sha256 = "7543f37cbdb99714ff878210bbb1a12a5ddda9c598e9ae4a52414899cbe3bc4b"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-cpe210-220-v1-squashfs-factory.bin"; + sha256 = "298cff083cedd7a6898bda74ab631b30cdcc36d03060400ed27a4f95c5524ee1"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210/220 v1"; + } + ]; + }; + cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cpe210-v2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "5e16c5653be14b23262adc89e0a106f35ae98c4acf524dff1d10d2f922332eac"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-cpe210-v2-squashfs-factory.bin"; + sha256 = "0acc7ceab91ea60d2fdf4cd08ab65c195a5472675566860ed8dbdb0bfdc81a53"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210 v2"; + } + ]; + }; + cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cpe210-v3"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cpe210-v3-squashfs-factory.bin"; + sha256 = "ec9f19f313933aad5380ac2e79f6cfe8e8def62975351db90e8f277c4d798e6a"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "5c8a952a2bf5bd1c2adf0accf5ae971b30ba9f5718461bdb1294b28691faf0a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210 v3"; + } + ]; + }; + cpe505n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cpe505n"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cpe505n-squashfs-sysupgrade.bin"; + sha256 = "297f4bc539e070a23dc5bdd5abc18bb4d7493d43f1d6a7e0a11bd591bd567540"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "P&W CPE505N"; + } + ]; + }; + cpe510-520-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cpe510-520-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cpe510-520-v1-squashfs-factory.bin"; + sha256 = "d3b6e90ccae1965075e583dc97077ced08ac56829dc54b39b31ba3fd0744509c"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-cpe510-520-v1-squashfs-sysupgrade.bin"; + sha256 = "3dbd427d280d56c0df6f99c08a059000da418a611f21ec1db39544b6582e59b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE510/520 v1"; + } + ]; + }; + cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cpe510-v2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "d6b5a305de7b915c55b0d332d95a627d173392f4186f4e1ae36336d43420fb98"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-cpe510-v2-squashfs-factory.bin"; + sha256 = "d9ab0d7342744c069b9b2aec8c9f0f7b525b4f208e9476b32f5af5771b716be0"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE510 v2"; + } + ]; + }; + cpe830 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cpe830"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cpe830-squashfs-sysupgrade.bin"; + sha256 = "40e27c3e3f8e5563e4e6e315b76914ff8916f4395a24c56ae8f7eb76c3d97521"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore CPE830"; + } + ]; + }; + cpe870 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cpe870"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cpe870-squashfs-sysupgrade.bin"; + sha256 = "051c665e95ec65eec0720b7dace1c3ba9520e48385b3c1b654cc5766dd94ddb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore CPE870"; + } + ]; + }; + cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cr3000"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cr3000-squashfs-sysupgrade.bin"; + sha256 = "57ef34c33d2c7f54cf412be720e1761c4b8af1212dcde85d70651940c83c6dab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CR3000"; + } + ]; + }; + cr5000 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-core" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-cr5000"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-cr5000-squashfs-sysupgrade.bin"; + sha256 = "7a7125579fb21c9c0a9335a0af465d583af65d2debccc601fa01dacd7f6d8bee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CR5000"; + } + ]; + }; + dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-dap-1330-a1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-dap-1330-a1-squashfs-factory.img"; + sha256 = "756ea665884b7f31d2500da2b112dcdfed4511db281bccbb4586fd258475cac2"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "bb1ff3327d891cf2104b2bac9efe9b119fb599bb89503f71ba210007fb22322b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DAP-1330 rev. A1"; + } + ]; + }; + dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-dap-2695-a1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "124c6864455bf709bea988f51acac4dd3f27b439fc1cef2d63f47818c698b2d7"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-dap-2695-a1-squashfs-factory.img"; + sha256 = "116b43564d071a2b6dd2485c630125d3491126f897a3d469999f561bba5fb9fd"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DAP-2695 rev. A1"; + } + ]; + }; + dir-869-a1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-dir-869-a1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-dir-869-a1-squashfs-factory.bin"; + sha256 = "d9b9d283142abfa9bb4b2320e16712e8d1d1fcea269d015456010345090a80ea"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-dir-869-a1-squashfs-sysupgrade.bin"; + sha256 = "bde762f6876cc134a174a0cc941fe0e44c4b50d019dcf85fb029c08aec20030d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DIR-869 rev. A1"; + } + ]; + }; + dr342 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-dr342"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-dr342-squashfs-sysupgrade.bin"; + sha256 = "532cd97310f33c0f2875158e84553306f1a50f2ae05337605c43260030db4b67"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Wallys DR342"; + } + ]; + }; + dr531 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-dr531"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-dr531-squashfs-sysupgrade.bin"; + sha256 = "7ebbb73201490054fa33b58ef9df993193f76fdbcf85a77ca89ede6a6619f042"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Wallys DR531"; + } + ]; + }; + dragino2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-dragino2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-dragino2-squashfs-sysupgrade.bin"; + sha256 = "e4c7f4fbb5be19ae5b77368cd5d5bb38aa043ddb5b7e6a3ec1acd44fe15fd1a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dragino 2 (MS14)"; + } + ]; + }; + e1700ac-v2-16M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-e1700ac-v2-16M"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-e1700ac-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "95c80bd4ebddb05ef8de4faaf222a28c96f0af6aea03ac285506f58d475a9feb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700ac-v2" + ]; + titles = [ + { + title = "Qxwlan E1700AC v2 (16MB flash)"; + } + ]; + }; + e1700ac-v2-8M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-e1700ac-v2-8M"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-e1700ac-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "69e8c306168e3b76ada94369b6434dfefc37eef21b41758f12c81ac909d01293"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700ac-v2" + ]; + titles = [ + { + title = "Qxwlan E1700AC v2 (8MB flash)"; + } + ]; + }; + e558-v2-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-e558-v2-16M"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-e558-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "ab5cc855b2fa5bebd85c0a139cb40bdf3d8deccd0b63b19f549967d038de9679"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e558-v2" + ]; + titles = [ + { + title = "Qxwlan E558 v2 (16MB flash)"; + } + ]; + }; + e558-v2-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-e558-v2-8M"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-e558-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "09f0c07194575aef30bb11d0579da55a394ac1497708cfe6215b192f1ec56fb5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e558-v2" + ]; + titles = [ + { + title = "Qxwlan E558 v2 (8MB flash)"; + } + ]; + }; + e600g-v2-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-e600g-v2-16M"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-e600g-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "ef6d2768ac2d0f2be3757380619f7c949f9eccbe5e1ed548212a988d94a45c0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600g-v2" + ]; + titles = [ + { + title = "Qxwlan E600G v2 (16MB flash)"; + } + ]; + }; + e600g-v2-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-e600g-v2-8M"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-e600g-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "fc2bce9d072b91e3528a7ce8ae9f72c28528a28ac7797425bb889e12143a6f92"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600g-v2" + ]; + titles = [ + { + title = "Qxwlan E600G v2 (8MB flash)"; + } + ]; + }; + e600gac-v2-16M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-e600gac-v2-16M"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-e600gac-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "e7827bdc23d72ae8bdb76415da42cac06ee17b78483917307e8ba10a9bcc2d87"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600gac-v2" + ]; + titles = [ + { + title = "Qxwlan E600GAC v2 (16MB flash)"; + } + ]; + }; + e600gac-v2-8M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-e600gac-v2-8M"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-e600gac-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "5e17c5c5856fffc7376b913999a50ce123a7b7c1b4827103a4b0f211ac295749"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600gac-v2" + ]; + titles = [ + { + title = "Qxwlan E600GAC v2 (8MB flash)"; + } + ]; + }; + e750a-v4-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-e750a-v4-16M"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-e750a-v4-16M-squashfs-sysupgrade.bin"; + sha256 = "fa5d171594f29b2cc518717839b6f63973c79abf3241eca2c31ccd561ba560df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750a-v4" + ]; + titles = [ + { + title = "Qxwlan E750A v4 (16MB flash)"; + } + ]; + }; + e750a-v4-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-e750a-v4-8M"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-e750a-v4-8M-squashfs-sysupgrade.bin"; + sha256 = "60c64d3460bba30e52a9ad89182687a334ee603c72fa6a21adbf72f373ebfe33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750a-v4" + ]; + titles = [ + { + title = "Qxwlan E750A v4 (8MB flash)"; + } + ]; + }; + e750g-v8-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-e750g-v8-16M"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-e750g-v8-16M-squashfs-sysupgrade.bin"; + sha256 = "d47bc87ba6bba8a7cb98b92b8c7ef2079cbca7fa5fcc0658d78c94e169068f58"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750g-v8" + ]; + titles = [ + { + title = "Qxwlan E750G v8 (16MB flash)"; + } + ]; + }; + e750g-v8-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-e750g-v8-8M"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-e750g-v8-8M-squashfs-sysupgrade.bin"; + sha256 = "6cdea9ced07bd2410c16c0aa012bb0d0c528fe4ce7d92e956fd3eeb81cf6569f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750g-v8" + ]; + titles = [ + { + title = "Qxwlan E750G v8 (8MB flash)"; + } + ]; + }; + el-m150 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-el-m150"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-el-m150-squashfs-sysupgrade.bin"; + sha256 = "f96da0784fdf6e04274476dcec690d1f4d45373f22fcb2a323610b1b4a0fc98b"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-el-m150-squashfs-factory.bin"; + sha256 = "b8f1dcb3c39d47d2d53b5803865f740e8ceb1336c541e411a75b42d466aa11cd"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EasyLink EL-M150"; + } + ]; + }; + el-mini = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-el-mini"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-el-mini-squashfs-factory.bin"; + sha256 = "b0e48a99c6c6aca429134578a25c99932e257423818f80a5af850fba8eb0c337"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-el-mini-squashfs-sysupgrade.bin"; + sha256 = "6bce73b5f49ce2e35a1faffa51b680b04afbc71b0a816eec346544c10c3ad82b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EasyLink EL-MINI"; + } + ]; + }; + ew-balin = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ew-balin"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ew-balin-squashfs-sysupgrade.bin"; + sha256 = "24b97a1c0ab6740f8c86711113e5de66c96679a10ccad8a5916b2dd25cb9de62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Balin Platform"; + } + ]; + }; + ew-dorin = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ew-dorin"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ew-dorin-squashfs-sysupgrade.bin"; + sha256 = "b5ffe14f2bb83e21cf55e14f8f03de12fe54ee8e821a8314b146eb1571a1f6db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Dorin Platform"; + } + ]; + }; + ew-dorin-router = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ew-dorin-router"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ew-dorin-router-squashfs-sysupgrade.bin"; + sha256 = "19309e70dfab93813a7ec7a54c5b0bbd37d4497d179c35c3d5d37f5569b6379e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Dorin Router Platform"; + } + ]; + }; + fritz300e = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-fritz300e"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-fritz300e-squashfs-sysupgrade.bin"; + sha256 = "0214325cabb8c2223d2c0ef15f656198a406996b579366fc910bc8df9350966d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz300e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 300E"; + } + ]; + }; + fritz4020 = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-fritz4020"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-fritz4020-squashfs-sysupgrade.bin"; + sha256 = "105f51de0af07865c2d5ae786eccafb58d8288dfe9a3382d7bb07ea4cc51eabb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz4020" + ]; + titles = [ + { + title = "AVM FRITZ!Box 4020"; + } + ]; + }; + fritz450e = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-fritz450e"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-fritz450e-squashfs-sysupgrade.bin"; + sha256 = "88b3e22bfe9ce91f2fb126fb55fe1119fbafbab2304252acdc1a48125e6c824e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz450e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 450E"; + } + ]; + }; + gl-ar150 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-gl-ar150"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "b72bdeb3c07c0d168305ce84963a4d61184262ad9f9d915045b649d172b055ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR150"; + } + ]; + }; + gl-ar300 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-gl-ar300"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-gl-ar300-squashfs-sysupgrade.bin"; + sha256 = "ea398aa1c1b6925c6e64409013777ba3d60b15a04faa6419de5e3caa1fcc72e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR300"; + } + ]; + }; + gl-ar300m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-gl-ar300m"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-gl-ar300m-squashfs-sysupgrade.bin"; + sha256 = "d19c333f64a1a0c800956b2cd1f164b7466dce513be8f76382b27eacf1e5af4c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR300M"; + } + ]; + }; + gl-ar750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-gl-ar750"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "4cf3f604386350abbdc3d21e64afca4a0d0789b153712f58e2eecebd78490fd5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-ar750" + ]; + titles = [ + { + title = "GL.iNet GL-AR750"; + } + ]; + }; + gl-ar750s = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-gl-ar750s"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-gl-ar750s-squashfs-sysupgrade.bin"; + sha256 = "f37cfdd1a5e72fa6680e6b33804a5866d1c58cb0dbedd0f2b86ccbb9f3576d92"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-ar750s" + ]; + titles = [ + { + title = "GL.iNet GL-AR750S"; + } + ]; + }; + gl-domino = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-gl-domino"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-gl-domino-squashfs-sysupgrade.bin"; + sha256 = "b5d093d002205dd17cf70759588ef059b72ad8a896d199867b9df423d2026f52"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet Domino Pi"; + } + ]; + }; + gl-inet-6408A-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-gl-inet-6408A-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-gl-inet-6408A-v1-squashfs-factory.bin"; + sha256 = "95db84bb3ff01a677d59bfda18d42bc5095d3f78a3d0a07b402b330ec4bf3348"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-gl-inet-6408A-v1-squashfs-sysupgrade.bin"; + sha256 = "f7f453e0236329d062ed71d1fe03d677b47c180d8d0e7f462bdf7ba769df2e75"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet 6408"; + } + ]; + }; + gl-inet-6416A-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-gl-inet-6416A-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-gl-inet-6416A-v1-squashfs-sysupgrade.bin"; + sha256 = "60e79e89c04a92fa1378b46cd7c84f4b05689f63b2f522a8eb6aab6cd1aa21cf"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-gl-inet-6416A-v1-squashfs-factory.bin"; + sha256 = "88482a1c7c4500ca25a47c99ba4b142dd1d1a652f1c58d6576b01af6ea88496c"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet 6416"; + } + ]; + }; + gl-mifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-gl-mifi"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "e88b89c5408ad9a23f27ab5da7d4c929e46b1ebcaef382ddbf31061e12c35074"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-MiFi"; + } + ]; + }; + gl-usb150 = { + device_packages = [ + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-gl-usb150"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "e6ba63e7ee43bf290c49dc2e7a85d5a36e629457d57101aa761b26e3c9b9669c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-usb150" + ]; + titles = [ + { + title = "GL.iNet GL-USB150"; + } + ]; + }; + hiwifi-hc6361 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-fs-ext4" + "kmod-nls-iso8859-1" + "e2fsprogs" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-hiwifi-hc6361"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-hiwifi-hc6361-squashfs-sysupgrade.bin"; + sha256 = "a3a894d0a73b196bbfe39f4292f2d6c9c119510c2e65d9a000907087b8da2495"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "HiWiFi HC6361"; + } + ]; + }; + jwap230 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-jwap230"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-jwap230-squashfs-sysupgrade.bin"; + sha256 = "119c2e46519d1295d863947782faf9f18de6168510a9b2a723b32b551c80c807"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "jjPlus JWAP230"; + } + ]; + }; + koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-koala"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-koala-squashfs-sysupgrade.bin"; + sha256 = "f9b91ba636444e6f60ded8802d4fa9076d82371342b2827b784e43f97f432b3a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OCEDO Koala"; + } + ]; + }; + lan-turtle = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-lan-turtle"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "2f96d179db8eb96bde841b5f3b6f6a3b6cca6113d30e8e1aa61168e78db62976"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 LAN Turtle"; + } + ]; + }; + lima = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-lima"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-lima-squashfs-sysupgrade.bin"; + sha256 = "29b33cab563ea058da7ac033aebd6fa10e318ffe6e5c3cb0ba27513834117ae2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Lima"; + } + ]; + }; + mc-mac1200r = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-mc-mac1200r"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-mc-mac1200r-squashfs-factory.bin"; + sha256 = "e803773c72883156978977aa1fd92bcc9aa935317b3f70433f3909099e16d580"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-mc-mac1200r-squashfs-sysupgrade.bin"; + sha256 = "be8df0b0c343f867612d094443a396522df3c4763f0dddb098881b7324ff98e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Mercury MAC1200R"; + } + ]; + }; + minibox-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-minibox-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-minibox-v1-squashfs-sysupgrade.bin"; + sha256 = "8fe477053643575ac106b660e33a17c7fc3f2dc2c8cd0994e45768da43939e77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong MiniBox V1.0"; + } + ]; + }; + "minibox-v3.2" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-minibox-v3.2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-minibox-v3.2-squashfs-factory.bin"; + sha256 = "b2f4eccc76b94a9c1370f588ac5fdfa7f03edd123ed8bb64392707a5a8c41cbf"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-minibox-v3.2-squashfs-sysupgrade.bin"; + sha256 = "c3b1263162cf403d8f6b7e1e442c066c0777dd9099c968f87f1ca1b0652415e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Gainstrong MiniBox V3.2"; + } + ]; + }; + mr12 = { + device_packages = [ + "kmod-spi-gpio" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-mr12"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-mr12-squashfs-rootfs.bin"; + sha256 = "1d858a1b93814bd2904138b29cf2362238406a7307ebbf667bc3d71d9ef3ab6d"; + type = "rootfs"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-mr12-squashfs-kernel.bin"; + sha256 = "a04462426b4d9bd700567b0e0944000d12033458e35b0a87c780d3dc92a8e44f"; + type = "kernel"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-mr12-squashfs-sysupgrade.bin"; + sha256 = "7c91b37157b1cb54f2ec2fc67bd5697bf14f503777c4061d1725c5d8c7727b04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR12"; + } + ]; + }; + mr16 = { + device_packages = [ + "kmod-spi-gpio" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-mr16"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-mr16-squashfs-sysupgrade.bin"; + sha256 = "27a3e0ed2df0da2ff1fe0e7fa4f5c962bfccbd19dcaaf2700dd5de8fa8b8fdcb"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-mr16-squashfs-rootfs.bin"; + sha256 = "1d858a1b93814bd2904138b29cf2362238406a7307ebbf667bc3d71d9ef3ab6d"; + type = "rootfs"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-mr16-squashfs-kernel.bin"; + sha256 = "d341cfdf1fd9665a5ba2fa71db76a41592eb37063427a00467a8160aaac40d33"; + type = "kernel"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR16"; + } + ]; + }; + mw4530r-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-mw4530r-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-mw4530r-v1-squashfs-factory.bin"; + sha256 = "3d1f567a9f2832120ab5b9e257bf0df988128f704290e742864ed6e08f01742b"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "a108c9c34413aeeb463d350f8df2eb152e49414c51b091f03c14e23c3c589145"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Mercury MW4530R v1"; + } + ]; + }; + mynet-n600 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-mynet-n600"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-mynet-n600-squashfs-sysupgrade.bin"; + sha256 = "96b80d4075d834ecc5207d8559e81491dc9286435997d5e64675e8d30ddb0b45"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-mynet-n600-squashfs-factory.bin"; + sha256 = "5e695df772e8abeb89be838c7984202d83ed1480f4730d461fbcd4baacbc17c3"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Western Digital My Net N600"; + } + ]; + }; + mynet-n750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-mynet-n750"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "84b1ca3366bdce3464bdb2ee8ad49aae90ba8ae16a6b5ea2a886450131c58c94"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-mynet-n750-squashfs-factory.bin"; + sha256 = "f13d13bf8864086eb29b2bae4d354189d5bc024fd5ff0672f93eaba6c0864e82"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Western Digital My Net N750"; + } + ]; + }; + n5q = { + device_packages = [ + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-n5q"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-n5q-squashfs-sysupgrade.bin"; + sha256 = "2e99108e907b3707fc866e951051f7cb72831b611cfa70c106bf669405dabce2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "n5q" + ]; + titles = [ + { + title = "ALFA Network N5Q"; + } + ]; + }; + omy-g1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-omy-g1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-omy-g1-squashfs-sysupgrade.bin"; + sha256 = "476a6e3b919711f49402da756ec064912221d45fd059ecc8ef7323d5507a78f5"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-omy-g1-squashfs-factory.bin"; + sha256 = "c8bd2c0d637009dc014e78eea9da8e2f73c32363deb9837714bfef227177bec6"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OMYlink OMY-G1"; + } + ]; + }; + omy-x1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-omy-x1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-omy-x1-squashfs-sysupgrade.bin"; + sha256 = "2b74635a0c83884f7f8d6eb838673e935b9bdb7dfb47ece4da2ef7fa70b1576c"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-omy-x1-squashfs-factory.bin"; + sha256 = "055105584b72fd29fe2fca4457c6841dea25aef8b2c1066c9e9c7ba3c39509b2"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OMYlink OMY-X1"; + } + ]; + }; + onion-omega = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-i2c-core" + "kmod-i2c-gpio-custom" + "kmod-spi-bitbang" + "kmod-spi-dev" + "kmod-spi-gpio" + "kmod-spi-gpio-custom" + "kmod-usb-serial" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-onion-omega"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-onion-omega-squashfs-sysupgrade.bin"; + sha256 = "d238aa6077f8d68f8609a46d41021ea823d34050c5d546ac0c25f7212d546093"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-onion-omega-squashfs-factory.bin"; + sha256 = "635777a675e9c8e9197c9a9c4035f2afc1e5fa64bdf59187a3d9b122712c45a7"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Onion Omega"; + } + ]; + }; + oolite-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-oolite-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-oolite-v1-squashfs-sysupgrade.bin"; + sha256 = "748360047db5088a2c08223522e424d20bcc8ee158ce831ae29570085680b8da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V1.0"; + } + ]; + }; + "oolite-v5.2" = { + device_packages = [ + "ath10k-firmware-qca9887-ct" + "kmod-ath10k-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-oolite-v5.2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-oolite-v5.2-squashfs-sysupgrade.bin"; + sha256 = "7a8c7c36abe7cbc44ac4d58ef79f450571adf3df22f70b9baa3af280890ce8be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V5.2"; + } + ]; + }; + "oolite-v5.2-dev" = { + device_packages = [ + "ath10k-firmware-qca9887-ct" + "kmod-ath10k-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-oolite-v5.2-dev"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-oolite-v5.2-dev-squashfs-sysupgrade.bin"; + sha256 = "a37b9f2f1578047d4676da9e5ff16c613df88f218d58718b33b418f1fbc47693"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V5.2-Dev (development board)"; + } + ]; + }; + packet-squirrel = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-packet-squirrel"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "98e3c56e028a117df1d727f4158bb78173eefc74d88c22dc90d9217cc4439e53"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 Packet Squirrel"; + } + ]; + }; + pqi-air-pen = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-pqi-air-pen"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-pqi-air-pen-squashfs-sysupgrade.bin"; + sha256 = "e8bcb8d8177757f610a53dfadea4c5ff6bb85ed9459b4b3faab64daf77c4531e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PQI Air Pen"; + } + ]; + }; + qihoo-c301 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-qihoo-c301"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-qihoo-c301-squashfs-factory.bin"; + sha256 = "c04618c1e20cb1f5b4cdb871f126d15c31644d0b05dcfc5e8bd6231c547c2da1"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-qihoo-c301-squashfs-sysupgrade.bin"; + sha256 = "ee3664836bb14c6d6ebfbda2029a45b3c42657ec13eb49d2edcf06212edc6e00"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Qihoo C301"; + } + ]; + }; + r36a = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-r36a"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-r36a-squashfs-sysupgrade.bin"; + sha256 = "17526c6b9a796df0c3d4ace16c6245604dca9413797b16c8facc737db273d7e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "r36a" + ]; + titles = [ + { + title = "ALFA Network R36A"; + } + ]; + }; + r602n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-r602n"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-r602n-squashfs-sysupgrade.bin"; + sha256 = "f34ca69a804e895dd324c700a9be6054f4d4f6ac0cdecfe0b5b2aaf350e9b302"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "P&W R602N"; + } + ]; + }; + re355-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-re355-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-re355-v1-squashfs-factory.bin"; + sha256 = "8e1dde44bc9e1765e7feecbbc6d56dd57d646570c60dcd464adacfc3128bc9fc"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-re355-v1-squashfs-sysupgrade.bin"; + sha256 = "ed1b285a7f179a58e9ad3c5a2a0b4e5757ca4c05126a39880cdf32ac5a14eed6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK RE355 v1"; + } + ]; + }; + re450-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-re450-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-re450-v1-squashfs-sysupgrade.bin"; + sha256 = "95ea6f829f23f71e5ce45fdab6042d6dc267d331e89d848a961129766fc4be2f"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-re450-v1-squashfs-factory.bin"; + sha256 = "38fe94107c60450b0146891557ce98a4ccc1d3c91f48376663ae94ec86eef3d2"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK RE450 v1"; + } + ]; + }; + rme-eg200 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-rme-eg200"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-rme-eg200-squashfs-sysupgrade.bin"; + sha256 = "e9ec8b3c877bd2d2378a4d5e73db50888343d0e1920fd1f4162384dec74f4991"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "eTactica EG-200"; + } + ]; + }; + rut900 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-rut900"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-rut900-squashfs-sysupgrade.bin"; + sha256 = "b618e30aa37e3d79e327cac6963341e069bd9b620bbf5105e9517c3286391562"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-rut900-squashfs-factory.bin"; + sha256 = "6e823b5b666bcfeed0fd83a5e0e9d7136db998e75e635c3925b7cd4334308de9"; + type = "factory"; + } + ]; + supported_devices = [ + "rut900" + ]; + titles = [ + { + title = "Teltonika RUT900"; + } + ]; + }; + rw2458n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-rw2458n"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-rw2458n-squashfs-factory.bin"; + sha256 = "822ca743304029b7a245a39254fd0c17e382eca7da5009af7c1028873e400249"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-rw2458n-squashfs-sysupgrade.bin"; + sha256 = "8dbb21db3a1dd3c96fc83b9fb5db2d9b4871d937717a6169ebcdbeccac7e2e93"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RW2458N"; + } + ]; + }; + sc1750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-sc1750"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-sc1750-squashfs-sysupgrade.bin"; + sha256 = "14fa3b93238b9f7adc86a253edcc405699334c0926e116d8b4257dcde5f38ca7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC1750"; + } + ]; + }; + sc300m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-sc300m"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-sc300m-squashfs-sysupgrade.bin"; + sha256 = "b468ff261666f7fddc91f9183f542a3bf258f60822d4e4f6dd3b426a249e8d69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC300M"; + } + ]; + }; + sc450 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-sc450"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-sc450-squashfs-sysupgrade.bin"; + sha256 = "e08d476ee04663285700d40180008f135c0b3aba617159f76cba56c9ca3c1070"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC450"; + } + ]; + }; + smart-300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-smart-300"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-smart-300-squashfs-factory.bin"; + sha256 = "cdc244a7fe2c1febdffeb00649535b096a5a8b104f345a973beeff65a80659f9"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-smart-300-squashfs-sysupgrade.bin"; + sha256 = "5c4357489958e682642d9fc8a92495cfbd3cc5c647baf73c6c28e7ff9526a106"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NC-LINK SMART-300"; + } + ]; + }; + som9331 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-i2c-core" + "kmod-i2c-gpio-custom" + "kmod-spi-bitbang" + "kmod-spi-dev" + "kmod-spi-gpio" + "kmod-spi-gpio-custom" + "kmod-usb-serial" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-som9331"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-som9331-squashfs-factory.bin"; + sha256 = "c70142d066663a75c218d381a8405f76a9e0cec030b758c61f589dbe821643bb"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-som9331-squashfs-sysupgrade.bin"; + sha256 = "7cd4ff48556e293bead02c3a45f061d13a034072f9fcf5fcd9c5b03e24dad5b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OpenEmbed SOM9331"; + } + ]; + }; + sr3200 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-sr3200"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-sr3200-squashfs-sysupgrade.bin"; + sha256 = "feccddbb687a1b01a34b5e8a8a12b0ce68a6b344d9a898c7b9f06b907c7bc892"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore SR3200"; + } + ]; + }; + t830 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-t830"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-t830-squashfs-sysupgrade.bin"; + sha256 = "5994d5e2d2fea572dad779d8faf99a049d19453edec8550060c3a3ced67f9fbf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t830" + ]; + titles = [ + { + title = "YunCore T830"; + } + ]; + }; + tellstick-znet-lite = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-serial" + "kmod-usb-serial-pl2303" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tellstick-znet-lite"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tellstick-znet-lite-squashfs-sysupgrade.bin"; + sha256 = "cdf281a0156df2201893f2bf350a88583bf81e5ff9b52a58972c23fce5d48756"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tellstick-znet-lite-squashfs-factory.bin"; + sha256 = "27b37510242727f3b97c618698921f3fe07445d14e05bf8b6a66dae68a5b78ac"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TellStick ZNet Lite"; + } + ]; + }; + tl-mr6400-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-rndis" + "kmod-usb-serial" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-mr6400-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "aa69026bc2eef32f9d556da576bb6da31788b336b997b665b3dba609a588126e"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "93d404e58e6e3e3c1f7b3c48d84309bb7ed42adaa7d2fd5a9ccb955390bc5728"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-MR6400 v1"; + } + ]; + }; + tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wdr3500-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "5ecc7903317bef2a8ee966af4f32a95a07d8435971a45e9940dead75f5c123e9"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "7e9aeff2f45d4285e095b4f3fc1278c55dc2d5f5909c23909cc9d459242227b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR3500 v1"; + } + ]; + }; + tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wdr3600-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "4d18ef71634ae5ad56a66b2c58aa7d289bf8360b99a447523ef777e68eaf4867"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "9744e5703f97a3f03d753d12cf28882dd207d1dced698a8b9bb4975fc8478515"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR3600 v1"; + } + ]; + }; + tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wdr4300-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "3c7cd8871cde67af9b9585a181cab01587938dd7d8f8617e8bfe35cabd97333d"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "f95916493c1f745ca1101d784ec9028b43280e9dc2db84b9a0870e55940d9763"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4300 v1"; + } + ]; + }; + tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wdr4300-v1-il"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "4090f0bb4f977febd0e2b8875a13e2f03bd5d1804b59324b8cf46f14ffd00935"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "c7bd44f6461599a211e3155217a2cd5bb3431850ad355b9a1a5cbeba1434c1af"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4300 v1 (IL)"; + } + ]; + }; + tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wdr4310-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "48ed6496a6f1c8e97135037fc8b11e44ad8d3e879929e9649fad139bc9200685"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "b2f41697a52de4a669acbe3c4bc968da2f8789115ca7551fe57512b761dd7dc6"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4310 v1"; + } + ]; + }; + tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wdr4900-v2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "e999cb3ecb8090de1879fdee6ff4f54fe7a7b9d07eb4e67c59153ae9a31a2468"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "7d3adc887ba774d305eb1e03b57d3e310e2e73f4ba3f815825c6e14f40c20f8b"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4900 v2"; + } + ]; + }; + tl-wdr6500-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wdr6500-v2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wdr6500-v2-squashfs-sysupgrade.bin"; + sha256 = "526314ea82a49930cf158edc0f814c30ce1f6de6ccb8b75382ce21eaebfb16b1"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wdr6500-v2-squashfs-factory.bin"; + sha256 = "003cf906759c7d54fe9e4c672991f4b3ed345b7dfb385bac14a2ff042b89328d"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR6500 v2"; + } + ]; + }; + tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wdr7500-v3"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "b6c29032e83534c87091b17fb02c1de52f85e2377c12131b5d53e934b7a6bfdb"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "8a9489c396df6e2476090e501d83cd9dca8cc595818da3bc8be330ad548e128a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v3"; + } + ]; + }; + tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wpa8630-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "4f1b7ed6193b7e7da6073db364655b8d72aa38e5eb8511255a756855cd9c247e"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "2f4f0ae0b75e9f5639812fa8b2c183b9a32f9b2110313bdb76afe2f85821daf8"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WPA8630 v1"; + } + ]; + }; + tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wr1043n-v5"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "114040f2d26fb01868d6605e76eb84a35bdf99a2c09963c546428589526dcd7d"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "a6fe10bc74cb47e4a47a40aa87f68e98d6d3f0a07e5b1167588b30911f0f998d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr1043n-v5" + ]; + titles = [ + { + title = "TP-LINK TL-WR1043N v5"; + } + ]; + }; + tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wr1043nd-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "140d4215b85e05649a1e109f2faa9660e22e287b4ba9cd2cd67a1b1e8a4aad52"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "a5b30059bef8d881b0241f0c7d0b53dc1055323f68dba0b18825d4928e8daa04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v1"; + } + ]; + }; + tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wr1043nd-v2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "0fff9f4b5cd99729308025186a5fe87b923751966c5a33490a76896ae48bd54c"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "ebe0d3b1ef458310571520401378f1f0775790e37b990368b713c4b0b70bc2d5"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v2"; + } + ]; + }; + tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wr1043nd-v3"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "723343499e93ee99c13bba782e4a196f8b2e2840c12a5435ffa7294722b4c2a6"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "8e739a5273494aa900600816490057d05ff46a0cbd170a8987eeb254d31e55f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v3"; + } + ]; + }; + tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wr1043nd-v4"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "4c9d5218b96400a5ed4583098f425909f3877cb6d2919eaa411a7f0793fdafe6"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "134a70f63ae2f2cfe1897699ab990dd8909a511156dbe1b457ddfc8e33b4de18"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v4"; + } + ]; + }; + tl-wr2543-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wr2543-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "2fc010bacaccfd8eb3fcd63de152b7f87e98e0a47cce168e6ce22739a9c6d215"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "e1b8f6a91bdae9f66d2d7d2d53d85227db0b38839ea09f0d2b79d13627e6fbbd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR2543N/ND v1"; + } + ]; + }; + tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wr710n-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "3c8ea39d13e4a2370e957bb0245132dde221be3ca14a345dc12659a93edb0524"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "3048f9c71a8cdf90621cabc3f514032439918b77aaed09eb3d031e44d09e43f5"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR710N v1"; + } + ]; + }; + "tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wr710n-v2.1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "d03dc473b55e729bb7fa6fc0b3fb259c31b83bdf876b9783c2840b86ada0fbd8"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "7d32e304247e393c7e9c63570bc01891f93264be53899198b8dd94eb91cedd0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR710N v2.1"; + } + ]; + }; + tl-wr810n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wr810n-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "fd3e4f78ea66ee86fcdb09299aba49c70123a03fc2fe71e5da7c01937582f475"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "2d679bf152f5884a9dab13704465e3eaf9bb9e444479e05c63f170709648cbac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR810N v1"; + } + ]; + }; + tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wr810n-v2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "cd6c27f53b261e383a8f5e3d9c2f4af19c6dbc4a8a24b1c5032c54c5e24802de"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "29c85fcfcac2985f4de29a631e40462d54892663c1f9fd8263871c3dd65b619f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR810N v2"; + } + ]; + }; + tl-wr842n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wr842n-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "59a02f3447f3402552014d042345e1d83d357bc3949616dae0631ef65dc885d5"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "19c9ade4a25aac16c6d5204c9725cb9f009dcc3c88dd5923798874144846e65b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v1"; + } + ]; + }; + tl-wr842n-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wr842n-v2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "35cc2a45e956284c1f63fe125b2a5afaa72f3ccb4ad118288575c8891552f9dd"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "d0c0fe72d77a992661e23211f153c440470140daa55d7ba1fca169b707c4714e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v2"; + } + ]; + }; + tl-wr842n-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wr842n-v3"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "7247e7a986ff488b10f5c867e7813eab7e1956d75de99c105a2de83f3daf3f87"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "1f74551cdf09b2c3712d609dc5d24303dcd70d6b8c4abdf7b5c8d87f3194e27b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v3"; + } + ]; + }; + tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wr902ac-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "4f1d4ff34b2cde800b7dc2aad36ff2a7e85955608070306f4c32349ed0e9dfbf"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "9b2153930ddda60d736dcbb0b96de196b0c2707c48d69ff7e09e831052b6a758"; + type = "factory"; + } + ]; + supported_devices = [ + "tl-wr902ac-v1" + ]; + titles = [ + { + title = "TP-LINK TL-WR902AC v1"; + } + ]; + }; + tl-wr942n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-tl-wr942n-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr942n-v1-squashfs-sysupgrade.bin"; + sha256 = "76b41b3edb66d6cfcf2763abad271f6043ee6335c8100a30a3362afa8c012122"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-tl-wr942n-v1-squashfs-factory.bin"; + sha256 = "dce393829fcc3f5ad884e85ec02c9147728642b8f202faf4a2d775f33cc8a8ff"; + type = "factory"; + } + ]; + supported_devices = [ + "tl-wr942n-v1" + ]; + titles = [ + { + title = "TP-LINK TL-WR942N v1"; + } + ]; + }; + ts-d084 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ts-d084"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ts-d084-squashfs-sysupgrade.bin"; + sha256 = "d5f3140c98a12acdd631b0b17623a6d16a0bbb41954208289851427e2bc5ae6b"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ts-d084-squashfs-factory.bin"; + sha256 = "a47d4728f4111cc28869969e5bc73ab842794f223ec226afaae7a435c46319ed"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PISEN TS-D084"; + } + ]; + }; + ubdev01 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubdev01"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubdev01-squashfs-factory.bin"; + sha256 = "f13f6147c2e3cf4dcfef5e0c587b20b6d7c20304374b347110b360eb524b87a6"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubdev01-squashfs-sysupgrade.bin"; + sha256 = "31b5c8aaeb7ff9513660da650e910ab66941d30adfd40bd55d62dc8af1a8ae40"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti ubDEV01"; + } + ]; + }; + ubnt-air-gateway = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-air-gateway"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-air-gateway-squashfs-sysupgrade.bin"; + sha256 = "d25c16439ba4f36805db96b09de2fc785a9c6b99e85baa46f897b8c33093940a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-air-gateway-squashfs-factory.bin"; + sha256 = "dfe328a338d69afa356d98a791661283f526b4196daa92bece1ee78afe269c02"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Air Gateway"; + } + ]; + }; + ubnt-air-gateway-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-air-gateway-pro"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-air-gateway-pro-squashfs-sysupgrade.bin"; + sha256 = "9cb28db3645697359f35c2253178597bfd59c8cae2ad818257d4803a7f52c12e"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-air-gateway-pro-squashfs-factory.bin"; + sha256 = "05a23f19628cc85c9ef1d13cc8e42c47ee12c2e5d5eadb9b0f961c2c0a7e52e6"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Air Gateway Pro"; + } + ]; + }; + ubnt-airrouter = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-airrouter"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-airrouter-squashfs-sysupgrade.bin"; + sha256 = "bc67c0ee0fa107625cc2f0073580f05300f5a1284ca3dc38de036ef6e71855c2"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-airrouter-squashfs-factory.bin"; + sha256 = "c07515b1bae2811df8b9aacf5ff50f64138f4b3578821834ea157f939e650491"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti AirRouter"; + } + ]; + }; + ubnt-bullet-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-bullet-m"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-bullet-m-squashfs-factory.bin"; + sha256 = "a403320beb7c502ea475338bf74bfbeb318c253f1043a7dbe40a9117d95f858f"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-bullet-m-squashfs-sysupgrade.bin"; + sha256 = "70e01b0c7929a4e5024e609d9c3c2439027cfd5ae9d97a9a422295bc54c50a0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Bullet-M"; + } + ]; + }; + ubnt-bullet-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-bullet-m-xw"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-bullet-m-xw-squashfs-factory.bin"; + sha256 = "e3e3b17e66a700d9e3757a10151b2e65b5a73b8738f62ca2e4fac5b648ae12be"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "61279cad0ded05472961fbb94fa354b4bcc2254e7ab7fdcdae92703296ae2570"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Bullet-M XW"; + } + ]; + }; + ubnt-lbe-m5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-lbe-m5"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-lbe-m5-squashfs-factory.bin"; + sha256 = "1256b307fc90a0f9a74a8320a11070382ccc2759f5f04572588cd0a75d7b479e"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-lbe-m5-squashfs-sysupgrade.bin"; + sha256 = "026869c125507a4d38432f4daa1e46a5bb94057e93cbf6403efbaa106e431784"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Litebeam M5"; + } + ]; + }; + ubnt-loco-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-loco-m-xw"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-loco-m-xw-squashfs-factory.bin"; + sha256 = "d20e1add271639b78874440c76d0b7829af2672671353bcb732078181a575d8a"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "88bc04a87d988139f2b1b2c697f57f44844b62d1cd2f4d852506f56447b6d5f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Loco XW"; + } + ]; + }; + ubnt-ls-sr71 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-ls-sr71"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-ls-sr71-squashfs-factory.bin"; + sha256 = "b180885aa2b4cbc52a7f9089a1d423ed522f3518335c0c919f49c0e6b66a4cb0"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-ls-sr71-squashfs-sysupgrade.bin"; + sha256 = "eb534a3aba63191e551735f605c996d8989ff0752347e348f53ef839092ebfda"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti LS-SR71"; + } + ]; + }; + ubnt-nano-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-nano-m"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin"; + sha256 = "8c95e0b9f1cad3102bad119286d8b53e4bc8b85a4670364b7e7421f9a2e0fe89"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin"; + sha256 = "8c55b2e5305e58fcc4e42ec37641c9689cfa165027ef905355e45e89cc363eec"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Nano-M"; + } + ]; + }; + ubnt-nano-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-nano-m-xw"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-nano-m-xw-squashfs-factory.bin"; + sha256 = "ac04c0cbd5ec0fe0de5ea3df508b041b193ef4944ec9b1cbef760c69b7cc4b7e"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-nano-m-xw-squashfs-sysupgrade.bin"; + sha256 = "fd873d85777e35eb3a2f3381a1b5bc7fc0459f348fb27863f7b73bd134f22504"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Nano M XW"; + } + ]; + }; + ubnt-rocket-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-rocket-m"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-rocket-m-squashfs-sysupgrade.bin"; + sha256 = "eed5f3890c269804ff0397113df401f7e51a420a45fbad856baaccdb61c5e860"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-rocket-m-squashfs-factory.bin"; + sha256 = "acbb47a61cb493775ec8a68585c4de3df1503080a0b18bbc0e37e30dde3a8de8"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket-M"; + } + ]; + }; + ubnt-rocket-m-ti = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-rocket-m-ti"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-rocket-m-ti-squashfs-sysupgrade.bin"; + sha256 = "a119adb994d0186e14d583696295da85140a5edc7a7d411ef7a951d6c3cbd139"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-rocket-m-ti-squashfs-factory.bin"; + sha256 = "2e987129593b0a3928cecacd60fa7b70a48caf56e334bc2bf03f08fa3fedb8b2"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket M TI"; + } + ]; + }; + ubnt-rocket-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-rocket-m-xw"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-rocket-m-xw-squashfs-sysupgrade.bin"; + sha256 = "379d5bc3052b69517dae022eb00c5454e05cadd5b442a421bf413013dfafa22c"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-rocket-m-xw-squashfs-factory.bin"; + sha256 = "73b791265436a60dcee90a2f6251d17583eb92f79ac2c9eb5c4100f80c164553"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket M XW"; + } + ]; + }; + ubnt-rs = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-rs"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-rs-squashfs-sysupgrade.bin"; + sha256 = "128adf5b9d59bdb3420ae3176c86926de92aed3f98ee52b0a540699d46da8403"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-rs-squashfs-factory.bin"; + sha256 = "f4cf32700363dedf07f6abcff0927f827896e98742557e624699340c25efb2d3"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RouterStation"; + } + ]; + }; + ubnt-rspro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-rspro"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-rspro-squashfs-factory.bin"; + sha256 = "6b0656be98cad176ef9a6bfd3e5a237d02b66d2ecca56da3d780d52c90815df7"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-rspro-squashfs-sysupgrade.bin"; + sha256 = "dc4955ab6c25f1e69119dc3c11d7796256a4526001b0034a341dd9d861201e4e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RouterStation Pro"; + } + ]; + }; + ubnt-uap-pro = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-uap-pro"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-uap-pro-squashfs-sysupgrade.bin"; + sha256 = "c948ebb03eb6b2c9330703974b5d757bddd3742adbed60c9d24f883ccb3d65eb"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-uap-pro-squashfs-factory.bin"; + sha256 = "979dab0bd3222438e09e442cbfa5c460019be177338444eb30d08b717eac8c35"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UAP Pro"; + } + ]; + }; + ubnt-unifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-unifi"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-unifi-squashfs-sysupgrade.bin"; + sha256 = "3b762bed307d9a59c44bd850a5d60dcc655fd0bc9ebe0c36d1a690f861d4bd94"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-unifi-squashfs-factory.bin"; + sha256 = "57210d36a5aa09c0293b2b5dad02d3aca4d3885d2a68db17e2f9ae8998737692"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi"; + } + ]; + }; + ubnt-unifi-outdoor = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-unifi-outdoor"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-unifi-outdoor-squashfs-factory.bin"; + sha256 = "ed8169022bada5a596e36cb6825f537da0d1a7d2f2a2cd57657df51c58044a65"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-unifi-outdoor-squashfs-sysupgrade.bin"; + sha256 = "42bc22accc456e1eea5a89488a0a81bfebffb7ec7b1d5d2678fd0419d29b901d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi Outdoor"; + } + ]; + }; + ubnt-unifi-outdoor-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-unifi-outdoor-plus"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-unifi-outdoor-plus-squashfs-factory.bin"; + sha256 = "54cc8b5ff599335f7bfa3ff00ee7fc462d4a6e601f0080f73d440fd1773507cb"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-unifi-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "3d1c0dbb94eecefadaedabe42a800e45a89904b05ac63f34702926c571f9e7c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi Outdoor Plus"; + } + ]; + }; + ubnt-unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-unifiac-lite"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "901d9b1895b03cd1ad691751796b35baf49c484dac98e132722cf350a6256c2c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Lite"; + } + ]; + }; + ubnt-unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-unifiac-lr"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "901d9b1895b03cd1ad691751796b35baf49c484dac98e132722cf350a6256c2c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-LR"; + } + ]; + }; + ubnt-unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-unifiac-mesh"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "901d9b1895b03cd1ad691751796b35baf49c484dac98e132722cf350a6256c2c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh"; + } + ]; + }; + ubnt-unifiac-mesh-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-unifiac-mesh-pro"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "c4d8f97e0b8e2999c10366df47b2dd102b3307b46b94f573164d3d9981cb9fad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh-Pro"; + } + ]; + }; + ubnt-unifiac-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-ubnt-unifiac-pro"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-ubnt-unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "c4d8f97e0b8e2999c10366df47b2dd102b3307b46b94f573164d3d9981cb9fad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Pro"; + } + ]; + }; + wam250 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wam250"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wam250-squashfs-sysupgrade.bin"; + sha256 = "50522c82e5e7f2bf8943ca177550bd1f04718a7ae9105d19d140d87238aa6ee0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wam250" + ]; + titles = [ + { + title = "Samsung WAM250"; + } + ]; + }; + wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wbs210-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "9636389d63e0890dceeae5ce2d6ceb01a53cbad87c1f7b0dff4074b7ebeb7bd8"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-wbs210-v1-squashfs-factory.bin"; + sha256 = "3b64ee946b72ba29075ac4991760477adb9bb88bb1d3f30036597f40e27e147a"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK WBS210 v1"; + } + ]; + }; + wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wbs510-v1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wbs510-v1-squashfs-factory.bin"; + sha256 = "1cdbf5d8b2e9365f726ee10ad8a512c3ece60ce9832d94f76fba5d084e900bed"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "d43197d9503d21b0aa0a962dbf0ae33e9b9047138d2ac172657d0e89c83d25b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK WBS510 v1"; + } + ]; + }; + weio = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-weio"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-weio-squashfs-sysupgrade.bin"; + sha256 = "b160fc768ec7935958a6eaaa6f2c2030d5bc71ef3c64d171eb79cb8b6a70c35b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "WeIO"; + } + ]; + }; + wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wifi-pineapple-nano"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "8bd6dd03c9316125aa7e718e77e08d8c4f96f9d3bd932f7901479b9bf3d23433"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 WiFi Pineapple NANO"; + } + ]; + }; + wlr8100 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wlr8100"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wlr8100-squashfs-sysupgrade.bin"; + sha256 = "f44d36fa2d10b713dd898360d859beb4db352da1bea6cd3a190fd4bd319233f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sitecom WLR-8100"; + } + ]; + }; + wndr3700 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wndr3700"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wndr3700-squashfs-sysupgrade.bin"; + sha256 = "ec016d6f2e7b17d17050a0cd4a01034deb243eab21368c34a383aea61bd6cec0"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-wndr3700-squashfs-factory.img"; + sha256 = "02023635b1b83d888a93a5cb959756dfd690cf4eac65867e42f92b22346d2f41"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-wndr3700-squashfs-factory-NA.img"; + sha256 = "f34e33348fb430f51e55d061c195d31065969bef81329e7f8fdfdcf04a265130"; + type = "factory-NA"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3700"; + } + ]; + }; + wndr3700v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wndr3700v2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wndr3700v2-squashfs-factory.img"; + sha256 = "3a1056bba55a622c94b68eb05557a69229a61e771dbfdaacc85990bc8df1ce23"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-wndr3700v2-squashfs-sysupgrade.bin"; + sha256 = "1239ebf0775c105df29487031aa60e7ffd924c8d7fc435632dbb58819b16fe07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3700 v2"; + } + ]; + }; + wndr3800 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wndr3800"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wndr3800-squashfs-factory.img"; + sha256 = "9da7a89b7ba707d396bf5d53fa995912c9bd49b51200740566ef88961fe48121"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-wndr3800-squashfs-sysupgrade.bin"; + sha256 = "1239ebf0775c105df29487031aa60e7ffd924c8d7fc435632dbb58819b16fe07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3800"; + } + ]; + }; + wndr3800ch = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wndr3800ch"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wndr3800ch-squashfs-factory.img"; + sha256 = "6d3a320a6275825f4f7c24f9a9996e748287b6203cc34504b70b3528e000a9c9"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "1239ebf0775c105df29487031aa60e7ffd924c8d7fc435632dbb58819b16fe07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3800 (Ch)"; + } + ]; + }; + wndrmac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wndrmac"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wndrmac-squashfs-factory.img"; + sha256 = "6b4e7f81cb227a175d314618ce2dba64429eacb37754f020e4ff36f0d993cc63"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-wndrmac-squashfs-sysupgrade.bin"; + sha256 = "1239ebf0775c105df29487031aa60e7ffd924c8d7fc435632dbb58819b16fe07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDRMAC"; + } + ]; + }; + wndrmacv2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wndrmacv2"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wndrmacv2-squashfs-sysupgrade.bin"; + sha256 = "1239ebf0775c105df29487031aa60e7ffd924c8d7fc435632dbb58819b16fe07"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-generic-wndrmacv2-squashfs-factory.img"; + sha256 = "ceb973d31d03317ab9308e7a012c0ffc12c2f7f26b2fac78c6607da038413ad3"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDRMAC v2"; + } + ]; + }; + wpj342 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wpj342"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wpj342-squashfs-sysupgrade.bin"; + sha256 = "e13cd11460aaf6ae3ba3b20fbaf1298c2b04a4e976c74feb6cfb1ae4b7a08417"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ342 (16MB flash)"; + } + ]; + }; + wpj344 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wpj344"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wpj344-squashfs-sysupgrade.bin"; + sha256 = "f6eeb03acdf9a632b6f2837fcb00c1ee840f0af0f0832b5ed463f0452d2fc63d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wpj344" + ]; + titles = [ + { + title = "Compex WPJ344 (16MB flash)"; + } + ]; + }; + wpj531 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wpj531"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wpj531-squashfs-sysupgrade.bin"; + sha256 = "9a4cda22f365a0163e0f83fa16964d084e29d75c4307670dc18411ab9480afca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ531 (16MB flash)"; + } + ]; + }; + wpj558 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wpj558"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wpj558-squashfs-sysupgrade.bin"; + sha256 = "0fa37d2d9095c483079c47744d1b0e5d6304db7687802b9a302dc724984e1f67"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wpj558" + ]; + titles = [ + { + title = "Compex WPJ558 (16MB flash)"; + } + ]; + }; + wpj563 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wpj563"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wpj563-squashfs-sysupgrade.bin"; + sha256 = "44883e79b82efd08e4ec0b003216c8ded7ba83b063a0aa26616473fb88c84287"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ563 (16MB flash)"; + } + ]; + }; + wrtnode2q = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-wrtnode2q"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-wrtnode2q-squashfs-sysupgrade.bin"; + sha256 = "302a3444e7971097349997f66d6d02dfdbce4878d66715522005abc52b29b4c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "WRTnode2Q"; + } + ]; + }; + xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-generic-xd3200"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-generic-xd3200-squashfs-sysupgrade.bin"; + sha256 = "d158dcfbd51d786f82e7842f77a50c578099cbeb6d74efe196cca3ea2101ae3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore XD3200"; + } + ]; + }; + }; + target = "ar71xx/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "nand-utils" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + nand-64m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-mikrotik-nand-64m"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-mikrotik-nand-64m-squashfs-sysupgrade.bin"; + sha256 = "09e424b116d519e5c6f8f9f3b51c557eebba460c0b2f59f9a90da648e135e7ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MikroTik RouterBoard (64 MB NAND)"; + } + ]; + }; + nand-large = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-mikrotik-nand-large"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-mikrotik-nand-large-squashfs-sysupgrade.bin"; + sha256 = "b3abbe0cdeb1239f7561072b9ff34e09cd6fb9fe602ba0d8a103e64947a97dca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MikroTik RouterBoard (>= 128 MB NAND)"; + } + ]; + }; + nand-large-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-mikrotik-nand-large-ac"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-mikrotik-nand-large-ac-squashfs-sysupgrade.bin"; + sha256 = "5a3b1045c6c6f5835b549d6366e61a7ac65956661dace24d22985c5b6b085cfe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-921gs-5hpacd-r2" + "rb-922uags-5hpacd" + ]; + titles = [ + { + title = "MikroTik RouterBoard (>= 128 MB NAND, 802.11ac)"; + } + ]; + }; + rb-nor-flash-16M = { + device_packages = [ + "rbcfg" + "rssileds" + "-nand-utils" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-mikrotik-rb-nor-flash-16M"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-mikrotik-rb-nor-flash-16M-squashfs-sysupgrade.bin"; + sha256 = "339408a66f47c18d0aa60f7889a64fa4036c9165e99a56b9c3053e029072ec06"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-750-r2" + "rb-750up-r2" + "rb-750p-pbr2" + "rb-911-2hn" + "rb-911-5hn" + "rb-931-2nd" + "rb-941-2nd" + "rb-951ui-2nd" + "rb-952ui-5ac2nd" + "rb-962uigs-5hact2hnt" + "rb-lhg-5nd" + "rb-map-2nd" + "rb-mapl-2nd" + "rb-wap-2nd" + "rb-wapr-2nd" + "rb-sxt-2nd-r3" + ]; + titles = [ + { + title = "MikroTik RouterBoard (16 MB SPI NOR)"; + } + ]; + }; + rb-nor-flash-16M-ac = { + device_packages = [ + "rbcfg" + "rssileds" + "-nand-utils" + "kmod-ledtrig-gpio" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-mikrotik-rb-nor-flash-16M-ac"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-mikrotik-rb-nor-flash-16M-ac-squashfs-sysupgrade.bin"; + sha256 = "24620f43bc5ace02d39ae8e8d48e696adbc0e85c22c28f59866dec864d9c37ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-750-r2" + "rb-750up-r2" + "rb-750p-pbr2" + "rb-911-2hn" + "rb-911-5hn" + "rb-931-2nd" + "rb-941-2nd" + "rb-951ui-2nd" + "rb-952ui-5ac2nd" + "rb-962uigs-5hact2hnt" + "rb-lhg-5nd" + "rb-map-2nd" + "rb-mapl-2nd" + "rb-wap-2nd" + "rb-wapr-2nd" + "rb-sxt-2nd-r3" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + title = "MikroTik RouterBoard (16 MB SPI NOR, 802.11ac)"; + } + ]; + }; + }; + target = "ar71xx/mikrotik"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + c-60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-core" + "kmod-usb2" + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-nand-c-60"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-nand-c-60-squashfs-sysupgrade.tar"; + sha256 = "87dbe9a58efcc60a9ac7e6ffc551e31727e11617ef09e9c792743f71b1137542"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "AirTight C-60"; + } + ]; + }; + hiveap-121 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-i2c-gpio-custom" + "kmod-spi-gpio" + "kmod-ath9k" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-nand-hiveap-121"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-nand-hiveap-121-squashfs-factory.bin"; + sha256 = "17946f26518f820da599146038ff7e54bbd80afd96c6b16e017fc0e3c38d209c"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-nand-hiveap-121-squashfs-sysupgrade.tar"; + sha256 = "fb9d56e39a1fe39e805fc0730504acb8f9bfe039e2a59c34564ebca6f88fbd77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Aerohive HiveAP-121"; + } + ]; + }; + mr18 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-nand-mr18"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-nand-mr18-squashfs-sysupgrade.tar"; + sha256 = "4476fd19e5b6dd32401315771efb51e9f96ff54fd39a6330c82050609d954c3a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR18"; + } + ]; + }; + rambutan = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-nand-rambutan"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-nand-rambutan-squashfs-sysupgrade.tar"; + sha256 = "fe773c1b6685b04d922414b11de3f3616e7beba40078ddd183300475f51e8fdb"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ar71xx-nand-rambutan-squashfs-factory.ubi"; + sha256 = "1698871818ce103cb3571566d04a2dcd7409295f7a1df90663a70eb7d9f80f8c"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Rambutan"; + } + ]; + }; + wi2a-ac200i = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-nand-wi2a-ac200i"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-nand-wi2a-ac200i-squashfs-sysupgrade.tar"; + sha256 = "208c406dcbf88c9adc7e6f90cb0122bb4ca3c7be11a21e06c4010038432dc327"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wi2a-ac200i" + ]; + titles = [ + { + title = "Nokia WI2A-AC200i"; + } + ]; + }; + z1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-spi-gpio" + "kmod-ath9k" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-nand-z1"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-nand-z1-squashfs-sysupgrade.tar"; + sha256 = "6da4c48db8c96aaa1483707dddaeafa35fff77ac614d5d71dfd33585a7636073"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki Z1"; + } + ]; + }; + }; + target = "ar71xx/nand"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + ens202ext = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ar71xx-tiny-ens202ext"; + images = [ + { + name = "openwrt-19.07.4-ar71xx-tiny-ens202ext-squashfs-factory.bin"; + sha256 = "1d2608bf08b4284d5fa6dc9770817fd5b83fea0edd523a38493de033a8e0c0ff"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ar71xx-tiny-ens202ext-squashfs-sysupgrade.bin"; + sha256 = "dfe16daf8d5eb2e2ea6015ca5beebf7e7d0c22c27715e81b5c64af34628ac1b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EnGenius ENS202EXT"; + } + ]; + }; + }; + target = "ar71xx/tiny"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + arc770 = { }; + archs38 = { }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-ohci" + "kmod-at91-udc" + "kmod-usb-gadget-eth" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-ohci" + "kmod-at91-udc" + "kmod-usb-gadget-eth" + ]; + metadata_version = 1; + profiles = { + at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-at91sam9263ek"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9263ek-squashfs-root.ubi"; + sha256 = "55c6b18f21b08989bd3198c376b100f6e276efe85af1ed87ab9b8330ca0a7a3e"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9263ek-ubifs-root.ubi"; + sha256 = "0b4233b7f728e5ca72344991d35114b706245222cb2a2b7888102c256d7e81a7"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9263ek-ubifs-zImage"; + sha256 = "23526a66678b3a449232db1f9a4bbfd5846b5fbea8aa83220899dd6a99380d6f"; + type = "zImage"; + } + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9263ek-squashfs-zImage"; + sha256 = "23526a66678b3a449232db1f9a4bbfd5846b5fbea8aa83220899dd6a99380d6f"; + type = "zImage"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9263-EK"; + } + ]; + }; + at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-at91sam9g15ek"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9g15ek-ubifs-root.ubi"; + sha256 = "24f41e0252547445cbb1b109ba716cb974e579dd6371cafbc6bf420685ca1fe1"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9g15ek-squashfs-root.ubi"; + sha256 = "bc32e5d3862949074c36bfc4459fd218450b3004bc50c534e2e6cfe892c63431"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G15-EK"; + } + ]; + }; + at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-at91sam9g20ek"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9g20ek-squashfs-root.ubi"; + sha256 = "9de9b602a337505e6873fd06a6ec30704188d45d0acef4dd1239472a2de58ff0"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9g20ek-ubifs-zImage"; + sha256 = "23526a66678b3a449232db1f9a4bbfd5846b5fbea8aa83220899dd6a99380d6f"; + type = "zImage"; + } + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9g20ek-squashfs-zImage"; + sha256 = "23526a66678b3a449232db1f9a4bbfd5846b5fbea8aa83220899dd6a99380d6f"; + type = "zImage"; + } + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9g20ek-ubifs-root.ubi"; + sha256 = "08991fdc765c16810964db5c59d92e9b6744a87b9d3b3551cc259a94d64fcf0a"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G20-EK"; + } + ]; + }; + at91sam9g20ek_2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-at91sam9g20ek_2mmc"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9g20ek_2mmc-ubifs-zImage"; + sha256 = "23526a66678b3a449232db1f9a4bbfd5846b5fbea8aa83220899dd6a99380d6f"; + type = "zImage"; + } + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9g20ek_2mmc-squashfs-zImage"; + sha256 = "23526a66678b3a449232db1f9a4bbfd5846b5fbea8aa83220899dd6a99380d6f"; + type = "zImage"; + } + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9g20ek_2mmc-squashfs-root.ubi"; + sha256 = "0c7c27da0c3eae390e517c8cc43618e23167976fe86681b9bbd7dec037e87e8f"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9g20ek_2mmc-ubifs-root.ubi"; + sha256 = "d7f06a53fef07571936ce53b9406971d73e5801ae0f48c5750b64896013af4ad"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G20-EK 2MMC"; + } + ]; + }; + at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-at91sam9g25ek"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9g25ek-ubifs-root.ubi"; + sha256 = "ec9adf3b62b9417b3cb9b4a6271e8c7a681f344a388784cd5b8d6e53669a92f7"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9g25ek-squashfs-root.ubi"; + sha256 = "0cc9cdf00a9d6f186135949c64f30e46e8a23d3e903159270517e581260ef04c"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G25-EK"; + } + ]; + }; + at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-at91sam9g35ek"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9g35ek-squashfs-root.ubi"; + sha256 = "2d64e1119b2f8ab776b7da925ffd5ab3337ae0a9cda96a12035ddb6bf7db172c"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9g35ek-ubifs-root.ubi"; + sha256 = "12f52c68e8a0fb34bf892878199259fcb2f9947d6a168f45645c688c56b0f335"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G35-EK"; + } + ]; + }; + at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-at91sam9m10g45ek"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "b124cff0fa580acf4815cda3965843a1917abe559a889dff87d3deac778d791f"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "cc4d2b6dddb6efd984d9d0997a024fc44b4b95aef7c97492ef6b9b5114d272eb"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9M10G45-EK"; + } + ]; + }; + at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-at91sam9x25ek"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9x25ek-squashfs-root.ubi"; + sha256 = "989489c81551e91a1485513d5cadeb7129e522877c77a4a59409ff644bb1d186"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9x25ek-ubifs-root.ubi"; + sha256 = "e9594ac5198b745c9e28338235ef7517b61ddfc8e31370d09534b73bf7d3ffe0"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9X25-EK"; + } + ]; + }; + at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-at91sam9x35ek"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9x35ek-squashfs-root.ubi"; + sha256 = "a8275770e1aa183dd58283bac06ca97fd73796ab5290be7483d9a3e86e941747"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sam9x-at91sam9x35ek-ubifs-root.ubi"; + sha256 = "22d71a78a6e042fc44540ee98a9e3c6168fe93d9f3a0e916ff21d8d5dc31dc9a"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9X35-EK"; + } + ]; + }; + ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-ethernut5"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-ethernut5-ubifs-root.ubi"; + sha256 = "e5ab6fda658a89bcf9975dfa1cc3b4e97274577d7f9f988610f1d636e8310a15"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sam9x-ethernut5-squashfs-root.ubi"; + sha256 = "fd81aa6d56ce39d8726ade7260cdb90aa51d7ed418d279c3a066a04e5acfae35"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ethernut 5"; + } + ]; + }; + lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-lmu5000"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-lmu5000-squashfs-factory.bin"; + sha256 = "1b271cacd2e7e7bdd613cd36c63fd261f148798f5953fbf4b8260ac8ad1c4150"; + type = "factory"; + } + { + name = "openwrt-19.07.4-at91-sam9x-lmu5000-ubifs-factory.bin"; + sha256 = "c503aa66b6e25754d264cf52726da480cc8e4f855b419ea2429aeebe918f71f4"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "CalAmp LMU5000"; + } + ]; + }; + tny_a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-tny_a9260"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-tny_a9260-squashfs-factory.bin"; + sha256 = "9a4637de6cae29ba377fcf666864d85f2c3b1daba93396088734be09992b73cf"; + type = "factory"; + } + { + name = "openwrt-19.07.4-at91-sam9x-tny_a9260-ubifs-factory.bin"; + sha256 = "cec3143151d8ba3898158ef58bf8fe2f99f62d418ea20a4137fad7dfd06b0789"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao TNYA9260"; + } + ]; + }; + tny_a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-tny_a9263"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-tny_a9263-squashfs-factory.bin"; + sha256 = "8fd9398af6969d7ea0c0648d185c75d9ab32c58a04d949b7c8e06d35bac5d99c"; + type = "factory"; + } + { + name = "openwrt-19.07.4-at91-sam9x-tny_a9263-ubifs-factory.bin"; + sha256 = "94b04cb7db44ca9df0bfa04be52f74604621550b9d00624057921e27c9e7b0eb"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao TNYA9263"; + } + ]; + }; + tny_a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-tny_a9g20"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-tny_a9g20-squashfs-factory.bin"; + sha256 = "877fad432c313a85bd077ff18562507aa22ceb9df6ac36279243849781b7125e"; + type = "factory"; + } + { + name = "openwrt-19.07.4-at91-sam9x-tny_a9g20-ubifs-factory.bin"; + sha256 = "75ce4921cbb9842ef4031ec1b833f210ea5d4f624cbab1dc7dee575f1300cf6c"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao TNYA9G20"; + } + ]; + }; + usb_a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-usb_a9260"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-usb_a9260-squashfs-factory.bin"; + sha256 = "d137e6d138c013d9bae4fea6b224aaa2532ceeab7f0ed28bd4fa4230e4ee5315"; + type = "factory"; + } + { + name = "openwrt-19.07.4-at91-sam9x-usb_a9260-ubifs-factory.bin"; + sha256 = "8afc88eceb427477edb9807daf2f590f8716690b3a8f90a5986bf97777825f62"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao USBA9260"; + } + ]; + }; + usb_a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-usb_a9263"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-usb_a9263-squashfs-factory.bin"; + sha256 = "774d3b2dea936e27525c4b3ae871b84b6808a5eb132e3312cbf396913e8b2113"; + type = "factory"; + } + { + name = "openwrt-19.07.4-at91-sam9x-usb_a9263-ubifs-factory.bin"; + sha256 = "38714c0ec8d468c81f185e3383408fa94c349d76bb60568c2977ebb0b5b5a6eb"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao USBA9263"; + } + ]; + }; + usb_a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-usb_a9g20"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-usb_a9g20-ubifs-factory.bin"; + sha256 = "1ca46012ef9389292d6106e3d7af0119ef13826c256f1b03fcfdc4b34637749c"; + type = "factory"; + } + { + name = "openwrt-19.07.4-at91-sam9x-usb_a9g20-squashfs-factory.bin"; + sha256 = "1e11bcc77733ea243faeafa4394a97f995006a5fe47a02950804478ee4738e14"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao USBA9G20"; + } + ]; + }; + wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-19.07.4-at91-sam9x-wb45n"; + images = [ + { + name = "openwrt-19.07.4-at91-sam9x-wb45n-ubifs-root.ubi"; + sha256 = "3a34af4c8a1ffcda6fab79372aefee1252bba749e7df3cbcf44ba9b8e25560ab"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sam9x-wb45n-squashfs-root.ubi"; + sha256 = "93b2c3956d9ac0a3574b3cbc751113d9cddb83d03cc6e40b41aab1187592a1b9"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Laird WB45N"; + } + ]; + }; + }; + target = "at91/sam9x"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-ohci" + "kmod-at91-udc" + "kmod-usb-gadget-eth" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-ohci" + "kmod-at91-udc" + "kmod-usb-gadget-eth" + ]; + metadata_version = 1; + profiles = { + at91-sama5d27_som1_ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sama5-at91-sama5d27_som1_ek"; + images = [ + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d27_som1_ek-ubifs-zImage"; + sha256 = "8119a1afaf186bc999559df2a571fdfe00e2d0df6d9cbe8df6ab4ccba54328ff"; + type = "zImage"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d27_som1_ek-squashfs-root.ubi"; + sha256 = "5110854b744870fb0bb56cfbbaac3be0c6a993dfe0a0c5be8f2b63d2d65e7ead"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d27_som1_ek-ext4-sdcard.img.gz"; + sha256 = "c09f807b2f2adf8f6dab7f87c45b41d29805bab8298f83018db85ffc0188c7f1"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d27_som1_ek-squashfs-zImage"; + sha256 = "8119a1afaf186bc999559df2a571fdfe00e2d0df6d9cbe8df6ab4ccba54328ff"; + type = "zImage"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d27_som1_ek-ubifs-root.ubi"; + sha256 = "a48e03748e5b70bb5fe9be18842109f32227c6550ee11d56e428838d624bc22b"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D27 SOM1 Ek"; + } + ]; + }; + at91-sama5d2_ptc_ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sama5-at91-sama5d2_ptc_ek"; + images = [ + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d2_ptc_ek-squashfs-zImage"; + sha256 = "8119a1afaf186bc999559df2a571fdfe00e2d0df6d9cbe8df6ab4ccba54328ff"; + type = "zImage"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d2_ptc_ek-ubifs-root.ubi"; + sha256 = "7abd2202cf2dc05380748a32684b9a47a6b8bb8292abb40b494364beed1e4dd6"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d2_ptc_ek-squashfs-root.ubi"; + sha256 = "58a6ba0bbaba945b7f768e812eefdae9a6ad700088cbcc860b2ee766e03c3edd"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d2_ptc_ek-ext4-sdcard.img.gz"; + sha256 = "7bc5d7ff5484ff1e857c6373aa0b25bb605c0aed1d8331d55ffa9baf4d2340bb"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d2_ptc_ek-ubifs-zImage"; + sha256 = "8119a1afaf186bc999559df2a571fdfe00e2d0df6d9cbe8df6ab4ccba54328ff"; + type = "zImage"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D2 PTC Ek"; + } + ]; + }; + at91-sama5d2_xplained = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sama5-at91-sama5d2_xplained"; + images = [ + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d2_xplained-squashfs-root.ubi"; + sha256 = "5b6ecc6d8f86db10c7281a083369d8eacb23c67736567a54bfa5cbb5b59eecfa"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d2_xplained-ext4-sdcard.img.gz"; + sha256 = "931a51aefdb84ced9a77292522067576c471bf4e6bbcea885922fc5774b8bd5b"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d2_xplained-squashfs-zImage"; + sha256 = "8119a1afaf186bc999559df2a571fdfe00e2d0df6d9cbe8df6ab4ccba54328ff"; + type = "zImage"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d2_xplained-ubifs-root.ubi"; + sha256 = "ab2236632c7b6b0e1a6e18f5a8d8e689fb18a4660ae46800132ff00e3ec057a6"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d2_xplained-ubifs-zImage"; + sha256 = "8119a1afaf186bc999559df2a571fdfe00e2d0df6d9cbe8df6ab4ccba54328ff"; + type = "zImage"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D2 Xplained"; + } + ]; + }; + at91-sama5d3_xplained = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sama5-at91-sama5d3_xplained"; + images = [ + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d3_xplained-squashfs-zImage"; + sha256 = "8119a1afaf186bc999559df2a571fdfe00e2d0df6d9cbe8df6ab4ccba54328ff"; + type = "zImage"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d3_xplained-squashfs-root.ubi"; + sha256 = "ba2d92b92ecf383b67ea6116ec771250c9fff07c524a16b314934b3c5eb442a4"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d3_xplained-ext4-sdcard.img.gz"; + sha256 = "259d7119d1e2b1a06bb9ece915d75e1199446eb0989e5266e5ef5671d50a47b5"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d3_xplained-ubifs-root.ubi"; + sha256 = "a5ff68628763e7e3faf17235158c240dd130f001654193dcc5b3c170ef743919"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d3_xplained-ubifs-zImage"; + sha256 = "8119a1afaf186bc999559df2a571fdfe00e2d0df6d9cbe8df6ab4ccba54328ff"; + type = "zImage"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D3 Xplained"; + } + ]; + }; + at91-sama5d4_xplained = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-at91-sama5-at91-sama5d4_xplained"; + images = [ + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d4_xplained-squashfs-zImage"; + sha256 = "8119a1afaf186bc999559df2a571fdfe00e2d0df6d9cbe8df6ab4ccba54328ff"; + type = "zImage"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d4_xplained-ext4-sdcard.img.gz"; + sha256 = "66d44333dcceece2fce0bc6362bc113ca588a240348d37468538055b721ba225"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d4_xplained-ubifs-root.ubi"; + sha256 = "282f08e60176e34c6fe56a572ff02aa1709b73d8797dc08468da7bfdc216ea5e"; + type = "root"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d4_xplained-ubifs-zImage"; + sha256 = "8119a1afaf186bc999559df2a571fdfe00e2d0df6d9cbe8df6ab4ccba54328ff"; + type = "zImage"; + } + { + name = "openwrt-19.07.4-at91-sama5-at91-sama5d4_xplained-squashfs-root.ubi"; + sha256 = "cfdf07999f9f4ffe5b31138160f504e4772d0a1b8d4585215dfa884b9ab08f93"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D4 Xplained"; + } + ]; + }; + }; + target = "at91/sama5"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "wpad-mini" + "kmod-ath5k" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "wpad-mini" + "kmod-ath5k" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ath25-generic"; + images = [ + { + name = "openwrt-19.07.4-ath25-generic-kernel.lzma"; + sha256 = "cc83db165bc25330c6269d7e9d8beaebdb3687078c8618c0b27ecd27cbe2a9b4"; + type = "kernel"; + } + { + name = "openwrt-19.07.4-ath25-generic-kernel.gz"; + sha256 = "07e3bba19543dc9a148256810819859dc894a35b934afbdf76c403409ef70aa5"; + type = "kernel"; + } + { + name = "openwrt-19.07.4-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "7575aa1334ea6f416a77b0f4a71917f1d4ab2a28ce6ed862b27f277a21dea10a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath25-generic-squashfs-rootfs.bin"; + sha256 = "8789093d27d99e0990140d952eb4f601a6d422a69775f0edcdd4d359059c591e"; + type = "rootfs"; + } + { + name = "openwrt-19.07.4-ath25-generic-kernel.elf"; + sha256 = "4b1428b5e7eb1e7995e17411bcb23ef1d1131f915fedd1fc90729f70635b32e8"; + type = "kernel"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic Images"; + } + ]; + }; + ubnt2-pico2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ath25-ubnt2-pico2"; + images = [ + { + name = "openwrt-19.07.4-ath25-ubnt2-pico2-squashfs-sysupgrade.bin"; + sha256 = "994a183803d15de7df7d82fea61ee6bbcfa108d2b82bba0ded0d39f22e6566eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti XS2-8"; + } + ]; + }; + }; + target = "ath25/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-8dev_carambola2"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "48c5f1a6c7564a676aba91e5113f4ac1fe71ab6731b6e726ffa921d3160d2454"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + title = "8devices Carambola2"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-aruba_ap-105"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "5b750f008ee364523533369e95e508c3f9ff284d829bc93ce8022e5f131a1e3b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + title = "Aruba AP-105"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-avm_fritz300e"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "ac5def9db798cb332d5efde1515a40041e240dcb20fd9b816e6c1733970f38c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 300E"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-avm_fritz4020"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "60fb4dc97ebf327f295f3c2e77feb169ccc35e06b19bba026a58bc67a56f32c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + title = "AVM FRITZ!Box 4020"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "087ee169c2c60161a4813b3027c61716ca4e8a7d7763a45a7eceb1fd98d3a45b"; + type = "tftp"; + } + { + name = "openwrt-19.07.4-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "fcfe423bb60a81ea59745b0f8348ff549ad5a7a340be1f6385327afd3718af13"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "de2544303bda358b3e9ca2d4ad10c8db39cd6f0e7c83a7540ea220d6424d9648"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + title = "Buffalo BHR-4GRV"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "b4be23ae7294152972f3da2f1e7e093836b90273250fa6dd90fd2393ffc4d218"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + title = "Buffalo BHR-4GRV2"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "295e119f2ecabda1a197e277a44ece3429d18369b28333ac224f5604ff149d03"; + type = "tftp"; + } + { + name = "openwrt-19.07.4-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "038f62d1b96035652df6ac1dfe7155f52ece3db885ad391e4fa1f96639c921b5"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "60f8ebcbf6cbe615f714c53f849899badc6622661fe43cc996c999a91eea6ccb"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + title = "Buffalo WZR-HP-AG300H"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "4ca17c9b845512fe7c08ee014318d44587ab7bf0f63ac715d3798814b5ce38c9"; + type = "tftp"; + } + { + name = "openwrt-19.07.4-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "54a5af77665a175dac177d7efca03c9ae429104cfe2ffb1c0793e01d24c0b626"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "2cc17d6bcc2eb7a468735bf8d889023e1c0177a3c5e97929227086cceeed8aba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + title = "Buffalo WZR-HP-G302H A1A0"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "67b01207f6a760dcce1bed734ca8caf9e8cfd206f6235a00d55ee887fdaa32db"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "2abbb011ecccd7f25ddbc7926f4dbbaee4933c3484b274dee55573e8e6ee543e"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "1dce51147779975dc7c05b6e5d10ff4335f242b50776727765e9215dc72c7f7c"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + title = "Buffalo WZR-HP-G450H/WZR-450HP"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "128f12e7663826406cff0f8250d9882967731b2958734959c6663aa3d5b92423"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + title = "COMFAST CF-E110N v2"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "f1f69b76a36494f9b21cf4dcd632dbf41ba7650f67afa2877762f6756d48567d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + title = "COMFAST CF-E120A v3"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-comfast_cf-e5"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "df954e797bb19b1c6217bc3bc17afc69e1550e08f5657e9c1979fca09a078cf0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + title = "COMFAST CF-E5/E7"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-devolo_dvl1200e"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "766ee4a9fd0c24f59b93a298b5d60e622c7490b9dba036960c4890a168e20c33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + title = "devolo WiFi pro 1200e"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-devolo_dvl1200i"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "07dd2886692e559a6def5840b591e58d33cdafa07285953ac69a567dd4ba256f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + title = "devolo WiFi pro 1200i"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-devolo_dvl1750c"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "e89aa3d36e051b7e2735436f0f79157b56e55e35929bb8d033af27241dd41107"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + title = "devolo WiFi pro 1750c"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-devolo_dvl1750e"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "e1dde916465e793c3b3dfb52a66cc6a91f0db8326b295f3dc260e53fd1ce2b14"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + title = "devolo WiFi pro 1750e"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-devolo_dvl1750i"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "fd02054122a5acb481443f5092447a0d0bba64b1b21835227e25ad03245d135f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + title = "devolo WiFi pro 1750i"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-devolo_dvl1750x"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "8c448e445d486519cbc1431b0dbbb41eef6a4c9a6622c1206c6577eb59f4df30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + title = "devolo WiFi pro 1750x"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-dlink_dir-825-b1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "0eff4046b8c072fe3156d8104d671268ba6755d8a60cd61f0f42b794c6057d61"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + title = "D-LINK DIR-825 B1"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-dlink_dir-825-c1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "8cfbdf3e75e9116c98f1dd0fee4d0365e73062b8060316282b90ec914845cc74"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "d22bd265fadb3b79b8d9c8d19b8ab385c5fd757b598256c0c1e1b98c649a206d"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + title = "D-LINK DIR-825 C1"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-dlink_dir-835-a1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "15410d3de10a6bf3e6cd3819d65677405736708fdc97f4d30725a04e2dfd7514"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "b0f15132c4a33001878d94029dcd6c2bd4033c714e42746c00793385bebebca2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + title = "D-LINK DIR-835 A1"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-dlink_dir-859-a1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "95ffb38448c474dc9b4179b0950399972742d34e656555f75c509546f2dfb3fd"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "1d81155175fb0a3f06713abc9a42c384900659d60dfa9fb19981508cbf962ebb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + title = "D-LINK DIR-859 A1"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "0ee10350014beca6e37650bde0309126cff2c64ee8c459f5d8a4b5678955d807"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + title = "ELECOM WRC-1750GHBK2-I/C"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "8e3c22cf4bfc9ea1ed18b2f33b473689d12ca86928fe9a952d4735fe6e195b13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + title = "ELECOM WRC-300GHBK2-I"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-embeddedwireless_dorin"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "ad84a62fb54024cd0533e404f88428b612643783b9df2b50747ee053d5b25aa5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + title = "Embedded Wireless Dorin"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-engenius_ecb1750"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "8e3e94c725f8b5b5ff2943d14589dcc630cf0819ccb30ad911ead60db6c68aa0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + title = "EnGenius ECB1750"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-engenius_epg5000"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "cc76db7c134df1bee4326d4da96333d49dfe5e70c28343442819f14fe92e4434"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "91e4a53c1b0fde6c83b48db34450607007eccad13c89747055d9678083f95149"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + title = "EnGenius EPG5000"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-engenius_ews511ap"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "6a14e511f9ae0bc7b5084ea991b07f3c3794b82541f6b382763fab767ce57cba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + title = "EnGenius EWS511AP"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-etactica_eg200"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "8b0ad78fee2b4b19686baaf9bdb504a03bd48c93b9b0da7fa467d3f2c12f70fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + title = "eTactica EG200"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-glinet_gl-ar150"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "4d72139ffe1fa2f5859930412b8d3390971fa10983ee45903e3d44fa3d5a1e13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + title = "GL.iNet GL-AR150"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "e01f45cbd252f10e9c605ad2ef2ecf359ceed32094bd4e815d00ab19823a80c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + title = "GL.iNet GL-AR300M-Lite"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-glinet_gl-x750"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "d168ddb23434c75830f0c63fa380c554dd19863b783bcdafdf2588c7acd719f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + title = "GL.iNet GL-X750"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-iodata_etg3-r"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "c4f8b21fd35ef930b2617c34ab37f46897679fd2d840a513cfdb7439fe507abf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + title = "I-O DATA ETG3-R"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "35bcf8bfe9ad0dc147ab0ae48c4e9da3ba6d187b87e607c608128b3da8b6a2ad"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "aedde72c2452486044224356da6d056a28f60b98344b9895400dfb1fc187e442"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1167DGR"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "ce49fe24505aa037135165e129844cb78c3cd2ace63f892823bebd867bf4a358"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "8617a79a3c1b92b44745f4b536942dec6c903b7d88ad738e8d2b69838ba84895"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1600DGR"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "39ee2cf1801847dd994f5440784a3a7cf0feb2b15a50789533ee44107169adc9"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-iodata_wn-ac1600dgr2-squashfs-factory.bin"; + sha256 = "3ff5a4cf2ab39de2aa73b3a30a337b2bc462029f9518085d5a2b650ac12e9db5"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + title = "I-O DATA WN-AC1600DGR2"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "68df3e1ce066d39ff83c9ae30723a75addac62d247ae9e4e9779d58e4a55d869"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "408f25f5d4ffb3c40d15751a90d840d495178c23540d7cfa39ed81224b47f550"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AG300DGR"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-mini" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-jjplus_ja76pf2"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "8cea99b10991121b9af9d6992ff95b2e495afb1e36a8f1506275166ce6e13f82"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + "ja76pf2" + ]; + titles = [ + { + title = "jjPlus JA76PF2"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "f89ee3f02688875da993ab39be1cea8057b6d813b497d334058240b7f7d67d11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + title = "LibreRouter v1"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-nec_wg1200cr"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "156b6144a02bf026d1eac483abb6d5bf9aec6bd66b944b140990897499495dc1"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "a66c1c47a3e9cf980dcf7c6925a3b4cd1fdcf7b3d15471ceca46407825025c0b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + title = "NEC Aterm WG1200CR"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-htt" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-nec_wg800hp"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "93336ac4a5997396d72a5416182eaa6d55b3147be6c14475707395107964315b"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "8b4fd007b742dc89d391591254251190e7c991d526a9c540b4592c0b9129d020"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + title = "NEC Aterm WG800HP"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-netgear_ex6400"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "00480b718f59cfbdb7fc8e287ce70148fe54dfad98077459b1d2915ee49ad7d3"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "b657d3c7fa0a08237adcba54c24377b380135eb5c6dc8acbf659865c1f4c01fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + title = "NETGEAR EX6400"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-netgear_ex7300"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "892d9b328277c71e4774039bea3272986f20c43127ab212ed561c2bfbb87a345"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "a2d9bc76be316f22fdd8cad8a698a6ffa66aa9a0bf795a68505d2c187939f973"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + title = "NETGEAR EX7300"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-netgear_wndr3700"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "f3a0d4d8130a1ed29ee05579c3d65dead131614d1cec9e47478a90773682007c"; + type = "factory-NA"; + } + { + name = "openwrt-19.07.4-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "9dfcba040c5b05a27074ec39d57d639a59c31c2f198ae49fa6427542a90fdeae"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "905877379b80efc5ce894f28ac1f5869528ea3abcfacef04cf82a17f89f8e766"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3700"; + } + ]; + }; + netgear_wndr3700v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-netgear_wndr3700v2"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-netgear_wndr3700v2-squashfs-sysupgrade.bin"; + sha256 = "17cc31f8ba02306ad8f0c2adf3f5ed282023723d1226312882be6531de3c98e2"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-netgear_wndr3700v2-squashfs-factory.img"; + sha256 = "e666adcddb30dc2f319624dea19a37270941acca3dc40384a50a1d1103b8d2c3"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700v2" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3700v2"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-netgear_wndr3800"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "5508ed5188b4e8f4b9b4b80e3c66834d1bc39881d29d143fe012aed697d4cfc5"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "ced42e6cc1fe962c9d8ad4f2171f6faa78e0ef7c913e5c5e9233d5b3f49f6ffe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3800"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ocedo_koala"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "f3fe87d55a2477be45267bf1d15e1060c90664266ce9c945cd8fcf15bd7f8bbf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + title = "OCEDO Koala"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ocedo_raccoon"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "85cebde28f5473b56d5b89ceeb1138027f3922e18599ea127616728aa6b4f7e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + title = "OCEDO Raccoon"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ocedo_ursus"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "acb80094b30efa55c0cfe83be65eacd1e30b904ef6b22ba61f23eea2bca410b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + title = "OCEDO Ursus"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "om-watchdog" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "17d9d79dc1f0c3883e7ceef691fbfa778623deb7b7c59c825ab6f1498e82891c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + title = "OpenMesh OM5P-AC v2"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ath79-generic-pcs_cap324"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "adcd85c09153d9b55b0fb598c80c780dbedb5e34ed39c29a8f00419fa8adc686"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + title = "PowerCloud Systems CAP324"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ath79-generic-pcs_cr3000"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "b60eee3899d5f6a69f1af82ae7fa85522f619d5fa2dc0337dc36b9fe644da45d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + title = "PowerCloud Systems CR3000"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-core" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-pcs_cr5000"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "589b1de773bd15e9bf719e767bef9b58a947292ec51315cc03ca3ad03f99ce30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + title = "PowerCloud Systems CR5000"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-phicomm_k2t"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "6c1410a7b205d145996265c6f7b4c086dc340b5015588680a84c661acdccdf9f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + title = "Phicomm K2T"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-pisen_wmm003n"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "3c202fac07f352637c0160dc6f53c80a2d20244be4ce9931e993d859bfa0ac48"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "a10295a66807ea7e62eddb8526ff73e9657f41329358bd721dfec80f16b5672a"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + title = "Pisen WMM003N (Cloud Easy Power)"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-rosinson_wr818"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "de515f3960822538beeff0552962d02e2033378688de8f3c5ab2f9f537589733"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + title = "ROSINSON WR818"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "5ef9e1cf42875395e984e03ca24f7192b347b5e67342367cac3ee9cac04d3a26"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "bef6374996526fbe9c118c0d9d0b3488ee2f83435fecf50338ed8d7d883453f8"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + title = "TP-Link Archer A7 v5"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "35b1583b9f4d64032860b6feb6340eb2166271f3c16546901aa65c220ac8db27"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "7dbe05c77a40bd9884db4ffa750c034c35b4dc69d5af6e3b9a7b3c9c0249553f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + title = "TP-Link Archer C2 v3"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "c7dc4f4f1bd377cf9b20f82b924038f82c0e24a4517a95d8597b928cf02c1014"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "8da7bae988e1937352c53f88c5c34a587fe6810f21ac30d5b4deae4341278dc1"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + title = "TP-Link Archer C25 v1"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "8fe5cfa52488e8ca46354fd0844bc8dfd61c67e903c4bf51d09a9901a74b9d0d"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "7870d72559e47b70aa51e85111aedaa9e1e1598875af992baf1bedc0bdc40428"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + title = "TP-Link Archer C5 v1"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "072a59cab0fbd55d731e4e359a9943fd79ab3bfe8e78d35a889e1850ef8c6cf2"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "497baa8e6743c020a32365664fdfa47530e37cd4700d28672e696c72098b1e8c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + title = "TP-Link Archer C58 v1"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "5a575982e37c77d851f92427c80ae4b19bfa9ee0c51ee0f4703ec2051f2f663a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "95fd2737fb36a84715837e19b50890b864c818118ffd5bc72b8b7f987064fea7"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + title = "TP-Link Archer C59 v1"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "968806c9ecd8d701085f76e62a5db347b683699bf4dbe4726a268aef9bd77250"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "ec4b7f9de005c7687093dac0487f229bd0a129666ec1a8050b9ba5cf975772cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + title = "TP-Link Archer C6 v2"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "a5ab98c8daa35160e023ce20a18e8f3a61d8e2509f9ffc608ffa0c5b96660e50"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "f425b8a61703679ef0c1f2bcc2e1b5966c75a051f3516d717d15c429baff7a58"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + title = "TP-Link Archer C60 v1"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "dff008cfbf46c3b4e6af639ad10e3aae298062a4b47c455a4501c1d905aafef5"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "c5de9c8671b1bedce77202c936152420fe9ce4a620d907b0e7320a55f9225bf0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + title = "TP-Link Archer C60 v2"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "3a8c48299ed7f10311b280b57831201f770dca177526b26ff4cf5379a7dede8c"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "a93822d19336b14fa0ce7c762fa4b3b8568213e0ff2db54feedcbe0d1b5897df"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + title = "TP-Link Archer C60 v3"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "4244179a39c4b425b5c89f5d7b4c97091fb6fc437fae05b119d697089c812f1d"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "46a025b44018fd48e21e7c33bbf272574ddad74655cc417eecec31eaeddd3676"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + title = "TP-Link Archer C7 v1"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "e32c5cd66271112806429e38df093ae16ef78370a1c1f759d62ecf6a496fd001"; + type = "factory-eu"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "ceca934b39d35c41d4488812d02562015227257c7a1226d6494aac2329b82e1d"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "e83845e0790d899ef2fa27b242b5c0b4afb44ae882f25608e4a27a2fedbeb000"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "2d023f1d2d32d20bdcfaf89d2466ec5ada7063a7c0b61d814bfd35940f7f47bc"; + type = "factory-us"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + title = "TP-Link Archer C7 v2"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "f6f683cb46ceb79cdf9527fa6848830325262ed1599e245c1863250378d7e660"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "f490470422897202238e4cd2c82df5eeca13d7e9b6726a7fb2d7a0a1238e6969"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + title = "TP-Link Archer C7 v4"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "68480af10efd68007f5e44ace063f817ad45236b9d8d2b98d486642c96fadeed"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "db1cb4e54782ba5d41a38855f84225d411b48facca8e45b91f998d66a6793cc9"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + title = "TP-Link Archer C7 v5"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "e4cbd8fdeec0f0246acaf67f7dc09d802f8332bedba573112453a6b3869e4ed7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + title = "TP-Link Archer D50 v1"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_cpe210-v2"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "7c5bfc5face6e6ec43db541f0b43e85233362572222b2506cf13af02370dd2c6"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "e0c75aa7a2d1f49a5a318bf125d1580214d01ee4a250f11f55f03992f207150a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + title = "TP-Link CPE210 v2"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_cpe210-v3"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "4aa73dd0732411880b3929a0e0ad89d63c334e808c14ad671b89c580fd15afe4"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "4cf9dc59232d1514c5b3b19dd1423de4cbd8c692de972f40a65b7b433562cdc7"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + title = "TP-Link CPE210 v3"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_cpe220-v3"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "6fed4b2d212c326e75bffa43c1af637cec0c69365829e2e0b787a67c72163ece"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "1d14550da0ea7136f4711e60934ec2b1b419f3bffba0dd0ce1706c75e52c4787"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + title = "TP-Link CPE220 v3"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_re350k-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "414de0ea3bdbee83249f18f3f1cbfae42f78d1f0d88f465ce903c52b68e54ec6"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "66f903042ba4fef1e960a8d90a7a12b6f24d3cfc7e57c97fc4c70d61eccbe828"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + title = "TP-Link RE350K v1"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_re450-v2"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_re450-v2-squashfs-factory.bin"; + sha256 = "8a9d5b3b6ba6ce3ece0184ea4d27fb5488a428b789f6009557fa323ca6b8fb98"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_re450-v2-squashfs-sysupgrade.bin"; + sha256 = "888f4a2196a4821b51044e1028b981d5b85835dffc26f9bd4a91236c88d8139c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + title = "TP-Link RE450 v2"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "505796df9d4688eb9c8859714123ef46dced7235843ee576cffb7d5892d95030"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "543a51defaf1eb79b2b180585627a1c05999261760ef9ad32a07d8c824141e41"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + title = "TP-Link TL-WDR3500 v1"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "ea3c1b5f370718c185394f181ccc8d884fb6eb008b313c5ea5f46481b9dca2c8"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "a9e67661cd34e1d2ffc7585f8ae0e581e32873699f87e4f8b445b50a1c4e59be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR3600 v1"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "ef5739bee137370f8ae6b11520ed3f6296bb2a28a1d6e98c5f7df34e4f986051"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "982c816a6377ddca66a9a92e3b321f5bd8f20aead8f0b984e0f08f0784f34ba8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4300 v1"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "c38da122315ea8aac5ae92a718cb8839cc8109b60d3e998292bceb6dcd5be8ff"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "c9152bb79b4acb4450831a69d125fc743d0c8576fda7f045c42e78b63697662c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4300 v1 (IL)"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "5bd6eab7e9913857a09b64d7c8c81903973465d6da3e47ca23f29581f0faad83"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "ccb35b1b000b6d5eb73ca736eff3745872ad9f42081f70cb8f3ab55ffe101db7"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4310 v1"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "c9675a8317d31504a183bd3368e00efefdc2b72fc783d3131d24ca4e361e2643"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "4e7e1b832497b3c86143cde4dde396b387a6d51f8a52f774fce2f0d0ff263e3a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + title = "TP-Link TL-WDR4900 v2"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "93f0efcfd66ff9affa090c23db87818d5902c77e908f756e2234f1640eb110cb"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "39270ec864302bd6cd8bb13a38932cb7b445916b7691fcba5a3dcee71dff4674"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N v5"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "4df046f96d90eb05e02b61c8613498675304dbd02b99b1e0293b378759a29720"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "b0d518fbebf37979f1b3ddaf735e251c20ebac6ed6253519b1ee1f9337517d6e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v1"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "c8d084e4855343c9e7d46c581f2606238b70b90bf83961fd7fa26cb1e75e54b4"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "717fd3e19d29236a2cc024baeea59390aae15b8062ba500ed77a03ff0c5a70f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v2"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "cbb071897d2db5130051ece8b982fddbf9997d8098a9361b1fdfb93b0edb89e8"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "d2a3fb72662f856d82b87215864ae5f1a22900f8ae0ce3a8ea8ed8591c7d2e31"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v3"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "8e96a5d0533ac54ece0b45483fde7cb34b5d33ee96706ddac86b1aa23a8f3cb6"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "9c0b6720b13fd6669d0d7c87febc263555310a1028372a3f4cab405a2fdbcf10"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v4"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "c4739f910e80486dcc2d820e927afce86e420aa86cd9c4eb3a06e2d7b4b86ff6"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "134f0d15d2e8b7e83cfead0c5e8d81b813e3b28c52e5f5572f7cdfdcecfdee09"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + title = "TP-Link TL-WR2543N/ND v1"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "919787411ebc0278098e4c4a313543b2a7c02e6020e200f01190fa1fa6c4d968"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "4480a88cbfe990ca6064fb859d51d5c1272e52d41649063ab971e59bda451630"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + title = "TP-Link TL-WR710N v1"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "62eabb30f51ec619ae9375466f54bb5f8b0d595b8a8979db2c93ae2795de7aa3"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "a512276b174efa90155bda9a32ff82cac5763615cb4828747a7fc13c875cb65e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + title = "TP-Link TL-WR710N v2.1"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "e7a9c1bfdcdce7dc5d78f23a35d543321bb6ff51c3d871893c86dd4c6c37f844"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "d57e3259dbb222ae476902ce632fd28ae8c9dd84f5df74dfe1d155a5aa11a5b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + title = "TP-Link TL-WR810N v1"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "06c05aa3e4ddc4cda564112a54553de89a9241ddab88cb7fa292f414ccd76d42"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "ce83158f76ae88f8e90231d61a43b7cf45191a26e8185ba06840ee266a473e39"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR810N v2"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "6843da35ddd33341a16ee78a8312b50eeaaa330abf54d6abb51b9fc7b7be0103"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "ed6ff25de4355ed8c236121111893413d30717968012f06b0069b17303c92785"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + title = "TP-Link TL-WR842N/ND v1"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "16606a5a4095332300b180c7f896e01d455b1ce51526b4585ffca80e1677d782"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "f57dca90ee82153ccece89f1ee44199fcaae687ea3f90e4205a75df1a3fce021"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR842N/ND v2"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "a0abb0761e76f21a8d7d47aa3c538b8bf51e05897a414e7a3c842f0dfe54964a"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "d032b67370adf14c07da582a98bb45cc30d1fae4243e057abb84d1cdc86049ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + title = "TP-Link TL-WR842N v3"; + } + ]; + }; + ubnt_acb-isp = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_acb-isp"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_acb-isp-squashfs-sysupgrade.bin"; + sha256 = "56d699324234df331127816ad94c5e6e17f783c4f80205556c8238249d0de2b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,acb-isp" + ]; + titles = [ + { + title = "Ubiquiti airCube ISP"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_airrouter"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "a10dcda2dc1ad4b654afc2fa78b5f7ed58227ffc8d0ee02afb68471fb67d5866"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "200274b2003b010b1a171a54afd2cc88417044714be1d4d74a1314c9c80612c8"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + title = "Ubiquiti AirRouter"; + } + ]; + }; + ubnt_bullet-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_bullet-m"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_bullet-m-squashfs-factory.bin"; + sha256 = "bf9f74a85f03a0912206e0c4157a7ce0f5004fe756a92b1da7ddd6e974a52dca"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-ubnt_bullet-m-squashfs-sysupgrade.bin"; + sha256 = "cbf735fc2f2fe3b74bb79b724731142d56775ffaf8c0547d3605424992a9d03e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Bullet-M"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "706f36a1c61b90fc0e2b583e5487c294523cdf4acdcbfb4a4974f79d3498827c"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "f54ef0ba74de65ab9e126511ac559b0bc4a124de18561f8c689a90623c739027"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Bullet-M (XW)"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_lap-120"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "33fe1a081371d154e73b127dd506a14bdff9cde57a55b448f3291a206b9ea91d"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "de3e206ae27401e14b5a177555fef332f90300b1386f03a77fc342ee3eca4869"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + title = "Ubiquiti LiteAP ac (LAP-120)"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "67f6601eec95b171b641bab9fe4916a2519d2278404704760e8f1e23b180b638"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "16c408267f44d7447fbd5d881a0fd3d4204df95753680a7f1ca150e8d9443bd5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + title = "Ubiquiti NanoBeam AC"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "15d0b3562e021411e1f8e4b08f10b62ae69ea1f7145f851a2767638c8e854197"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "ebf12be250da312f75beb6336e195ba2fdc95ad5dd9004e59f5a73520c59b108"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + title = "Ubiquiti Nanostation AC"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "5c0a9be2f332486d40f8b15e397b8d5d78b7f49d7066dd6357af540dcfbbdaa6"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "258152a346e132e6268d44827fbb5f23b68f0a51e9392b7f78504638e97c3432"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + title = "Ubiquiti Nanostation AC loco"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-loco-m"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "45459b957baadfe4abe88e37bdd833942f9363bfd1fd2738925e6e8afa34076e"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "55c43c27561b8503d1fd264709986917e064d2a5893cd76fc271133dbe63cb54"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Nanostation Loco M"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "04a0070d30b6a0e07ccaa82fb3aff80fc66c299288a4a640f30d8b9f465435c3"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "8007079ac08d2bfbc89623441b55350ea6f5b757a37dab89d95fb75025240901"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Nanostation Loco M (XW)"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-m"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "3235109cc52285eb8a825bd0d972a9b0853ceda067258a6a018d49eab4bcec60"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "39683f83c42a582e543f78fb64e7cfca3402d2c7c24c660b0841e80a431cb333"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + title = "Ubiquiti Nanostation M"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "6a65bfe06a57a422b11cc1417aead69ecb2c41243cbaeca061aa0cc3613366b0"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "88f639a63270c10ded634162f26d9d4986713320235bc86dca86948dbdfc42ad"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Nanostation M (XW)"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_picostation-m"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "1bb08d39544dfbdefc1437764b91606b4816bfab2de5fa8e83684c8d9810681c"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "f7d18c7b801252f61f8288042a3674c579317dd5807d4d8b9b2bd39b10ccdb92"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Picostation M"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_rocket-m"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "4215caa1a74e093d060f07ee0e23bbaae1448cd442a1d24d5c67e180d87c4cf1"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "2008b39feece1ec44c68886c22edf6680fb1e70c319471d69fa0b28da0450cd9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + title = "Ubiquiti Rocket-M"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-mini" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_routerstation"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "92a7018b3418d1e6cdaafcc4df4bec4080b7124249883e7ddcd2faabd0c6465c"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "9839f2b4f93014430cf4ca6dc854a5c3ce9b8e652cade114814cddb507fe0679"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + "routerstation" + ]; + titles = [ + { + title = "Ubiquiti RouterStation"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-mini" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "67690e51e7a8a1648d77f1abe77bf6dc7f9afcc4928c7c1fd452bfd71a044f4f"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "66182f641baff7486a1e9750a404cecf03fa20940080828279b3a69ff664306e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + "routerstation-pro" + ]; + titles = [ + { + title = "Ubiquiti RouterStation Pro"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_unifi"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "31e6f044767f4d291637ecae7dd101606dce02ad19b56c15021b04b9222c8212"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "dc32d04a991309ccac591c2375c671a597bc3be8075cfb35395043965d8ea010"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + title = "Ubiquiti UniFi"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "32999235dc44e472984f378ac53e1a4405082b49d1423d5bb220872d40fe0549"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Lite"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "26515e24dd11706924237c03332c27d9cc9d2060885dc77fc6cc5b1bc582237c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-LR"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "e4254e9f65caf08c1908b1751c0c2e7d5a92ed2a7d9f460dc5b538e56b4b5361"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "53c3469913ed40c9aee08c1be3853840e72b39e2238b317f2de7a95e69d71446"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh Pro"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "07f627ec5cbead3a0464485cd943dc24dd384d75973e534b26c586e1c96dccc1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Pro"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-wd_mynet-n750"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "041ba04a16e563dd62ce37f204fb4c906480bdd92dd258139f601890a3d30f8e"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "c9bf26f157c648e12587fdedea760fec0263de9a4869f3e70c85af8268e95e7c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + title = "Western Digital My Net N750"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "8c3c2accc0e9bca26aa095235c0e1866e31d0ef76da62111c912b72dc272b877"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + title = "Western Digital My Net Wi-Fi Range Extender"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-winchannel_wb2000"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "b78315a9473ca8e321f27886e3661154294c2db1468657d435810d857d010ad7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + title = "Winchannel WB2000"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "2ed63bd040c864efa60c9cce4655d5c21b5c6f3fb1d2d945a638b2e8d557e66e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + title = "Xiaomi Mi Router 4Q"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-yuncore_a770"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "83b370e436dbc7d67b9c1a16970413677b23486a5308035096ced5d4dcb04bf1"; + type = "tftp"; + } + { + name = "openwrt-19.07.4-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "8e184c0a500e5ba0341d32ec1dedc0a9bbd8011571c5da65d6730639f9bcced5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + title = "YunCore A770"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-yuncore_a782"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "5b9ed04b728a4155d8ef43ef590ae1fcbecb7c62f77cd58acaee47ecf635edf0"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "7b031ce3ca21560c5b3a7e48e967dff0004f8cd82ad72c641fcb683644b477a9"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + title = "YunCore A782"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-yuncore_xd4200"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "944ffd343291f2656b99731954de22e2734f85c03553511cc0ef05ab63779f3b"; + type = "tftp"; + } + { + name = "openwrt-19.07.4-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "6d0d7514ac75048da90a46505ba229fa6cbbe277347adf01e271dda4ce9bb172"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + title = "YunCore XD4200"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-19.07.4-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + name = "openwrt-19.07.4-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "7982ec083a9da4ea856d0c63ad4cbd0c44b2f56f8ed182261b1c894185a38d6f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + title = "ZBT WD323"; + } + ]; + }; + }; + target = "ath79/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + buffalo_whr-g301n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ath79-tiny-buffalo_whr-g301n"; + images = [ + { + name = "openwrt-19.07.4-ath79-tiny-buffalo_whr-g301n-squashfs-factory.bin"; + sha256 = "30bd66ab44d4f2dba5ec0dac3b03b765c5bfd633af44e6ccf68b3a21eea8b9a3"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-tiny-buffalo_whr-g301n-squashfs-tftp.bin"; + sha256 = "e093b458a25d09d1d81248d45be4dab06aef7c431031654a13044ec0c9f4c8fa"; + type = "tftp"; + } + { + name = "openwrt-19.07.4-ath79-tiny-buffalo_whr-g301n-squashfs-sysupgrade.bin"; + sha256 = "60de365c96f165f6558846a3d4355abb0153bd430ed97c3d4be6db8d78912770"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-g301n" + "whr-g301n" + ]; + titles = [ + { + title = "Buffalo WHR-G301N"; + } + ]; + }; + netgear_wnr612-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ath79-tiny-netgear_wnr612-v2"; + images = [ + { + name = "openwrt-19.07.4-ath79-tiny-netgear_wnr612-v2-squashfs-sysupgrade.bin"; + sha256 = "84707d13a0c74889461a9d7da812d19c1aa17e957a7192c6376b67072829933e"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ath79-tiny-netgear_wnr612-v2-squashfs-factory.img"; + sha256 = "399876c203ba9e8e73f87736a7d090575fc7a5517419247da2b6468896712943"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wnr612-v2" + "wnr612-v2" + ]; + titles = [ + { + title = "Netgear WNR612v2"; + } + ]; + }; + on_n150r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ath79-tiny-on_n150r"; + images = [ + { + name = "openwrt-19.07.4-ath79-tiny-on_n150r-squashfs-factory.img"; + sha256 = "8a36fcc915aa801f19cf6aa453afadcb09ff5f8297f855d6507e1ece253092c5"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ath79-tiny-on_n150r-squashfs-sysupgrade.bin"; + sha256 = "705a3642075a83ee5f0345710cf75b75c201084c114d3e720befa5ba6c62e438"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "on,n150r" + "n150r" + ]; + titles = [ + { + title = "ON Network N150R"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ath79-tiny-pqi_air-pen"; + images = [ + { + name = "openwrt-19.07.4-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "8f6b50e7e54cc9f928d11db6ebbc5f98d8fd570d3b7e9e89fcb19404764e178f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + title = "PQI Air-Pen"; + } + ]; + }; + }; + target = "ath79/tiny"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "osafeloader" + "oseama" + "otrx" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "osafeloader" + "oseama" + "otrx" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + ]; + metadata_version = 1; + profiles = { + asus-rt-ac56u = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-asus-rt-ac56u"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-asus-rt-ac56u-squashfs.trx"; + sha256 = "20f33396cf9b142f1ccb95bb36d8ab55b679445ee722c9aa5be2f890f512f79a"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC56U"; + } + ]; + }; + asus-rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-asus-rt-ac68u"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-asus-rt-ac68u-squashfs.trx"; + sha256 = "029b81b506761b267aa4457388a8707f8f5cdba7d42ca2ad618f6c89f2f438a0"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC68U"; + } + ]; + }; + asus-rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-asus-rt-ac87u"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-asus-rt-ac87u-squashfs.trx"; + sha256 = "c0bfda8b711db022f73df30e2dfb4dd892b725f9d55fd6e4296dcfecb0e907f7"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC87U"; + } + ]; + }; + asus-rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-asus-rt-n18u"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-asus-rt-n18u-squashfs.trx"; + sha256 = "40a265cbf76209cc8a5066e5c6621969cf73f31953c805e614000b4b44facffa"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N18U"; + } + ]; + }; + buffalo-wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-buffalo-wxr-1900dhp"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-buffalo-wxr-1900dhp-squashfs.trx"; + sha256 = "be0dc6223d4952e1ee14dab1926c0e4aaa959181eed9c8cf8dff70db09dc9d01"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WXR-1900DHP"; + } + ]; + }; + buffalo-wzr-1750dhp = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-buffalo-wzr-1750dhp"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-buffalo-wzr-1750dhp-squashfs.trx"; + sha256 = "75f81c867b42f3c44e1c513f65d3826ba5af1bca706b0335d102c935d3cfbac0"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-1750DHP"; + } + ]; + }; + buffalo-wzr-600dhp2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-buffalo-wzr-600dhp2"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-buffalo-wzr-600dhp2-squashfs.trx"; + sha256 = "7833e97ea152bc5602818b64107b40b3e0a8b389d5e753ea280ea59a3a6e51e7"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-600DHP2"; + } + ]; + }; + buffalo-wzr-900dhp = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-buffalo-wzr-900dhp"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-buffalo-wzr-900dhp-squashfs.trx"; + sha256 = "5fe370c4d324e0d74317788c01bda2bbd381f9f8ace2ecb736eda6580658f782"; + type = "trx"; + } + { + name = "openwrt-19.07.4-bcm53xx-buffalo-wzr-900dhp-squashfs.factory-DHP2-JP.bin"; + sha256 = "40f48064f7da4db9ba16653912c31bcb2805bf9a9c9970b58ca8943aebf04b95"; + type = "factory-DHP2-JP"; + } + { + name = "openwrt-19.07.4-bcm53xx-buffalo-wzr-900dhp-squashfs.factory-DHP-EU.bin"; + sha256 = "32c657e38fc02fa8b3eb2cf58b46280b9f8f8feeb42ab566a1c7d099548938fc"; + type = "factory-DHP-EU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-900DHP"; + } + ]; + }; + dlink-dir-885l = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-dlink-dir-885l"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-dlink-dir-885l-squashfs.bin"; + sha256 = "277651df095effd45e9336f2ae521b6144363140677c50fcf0a39b6a2bf611b4"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DIR-885L"; + } + ]; + }; + linksys-ea6500-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-linksys-ea6500-v2"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-linksys-ea6500-v2-squashfs.trx"; + sha256 = "57070f9380ad7dda04c312f0fb91e846bd176be9c32c7f7332ca1039cb80c9e0"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys EA6500 V2"; + } + ]; + }; + luxul-abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-luxul-abr-4500"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-luxul-abr-4500-squashfs.lxl"; + sha256 = "3084da0eb9963ed4b0ef5d28538fd1796c6b05ed852fe54afec7d8876002800d"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul ABR-4500"; + } + ]; + }; + luxul-xap-1610 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-luxul-xap-1610"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-luxul-xap-1610-squashfs.lxl"; + sha256 = "bb6edd9eb458f3d0d799ac83090869d833be7374ce7c54440064d34367b63695"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XAP-1610"; + } + ]; + }; + luxul-xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-luxul-xbr-4500"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-luxul-xbr-4500-squashfs.lxl"; + sha256 = "4def8742a0050bac72d349fdb97e92ecb85bfb9dc1aef038c5c661b8bf547cfe"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XBR-4500"; + } + ]; + }; + luxul-xwr-3150 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-luxul-xwr-3150"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-luxul-xwr-3150-squashfs.lxl"; + sha256 = "4de92f2bed2932a91005221be6b92ad35922f99ac77009024a3cde7587e1ac34"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XWR-3150"; + } + ]; + }; + netgear-r6250 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-netgear-r6250"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-netgear-r6250-squashfs.chk"; + sha256 = "d2adfbe3cbc1f9c0049de7229d8c99508e122cbb3e31d6e5dce34b11e6e96127"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R6250"; + } + ]; + }; + netgear-r6300-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-netgear-r6300-v2"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-netgear-r6300-v2-squashfs.chk"; + sha256 = "ba3b4e97d39e4e6a8879dd4351b8a95d7e4b417de752b1f54f7ceafc2baaa252"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R6300 V2"; + } + ]; + }; + netgear-r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-netgear-r7000"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-netgear-r7000-squashfs.chk"; + sha256 = "493645a64d7c0ac8bf31cd725c62750b6084b3b9bd4988df89b24f24d00b01c9"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R7000"; + } + ]; + }; + netgear-r7900 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-netgear-r7900"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-netgear-r7900-squashfs.chk"; + sha256 = "b6416b24f04ba183065a4f349f649fea024007a1146d21f9b048e05d3433e3b0"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R7900"; + } + ]; + }; + netgear-r8000 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-netgear-r8000"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-netgear-r8000-squashfs.chk"; + sha256 = "9e8a3544f0a4feacf0c611aae1101904f7e60459b39ef48bf219efb7f05c4fd6"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R8000"; + } + ]; + }; + phicomm-k3 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-phicomm-k3"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-phicomm-k3-squashfs.trx"; + sha256 = "a5fdb0e6b0276820f5dfcf4850f1ff67f8fc6695d0b816be26e78fe584e75727"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PHICOMM K3"; + } + ]; + }; + smartrg-sr400ac = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-smartrg-sr400ac"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-smartrg-sr400ac-squashfs.trx"; + sha256 = "ec905912ac01570507ff547e83ceb590c19353d3a9042b2d8372046a221774e9"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SmartRG SR400ac"; + } + ]; + }; + tenda-ac9 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-tenda-ac9"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-tenda-ac9-squashfs.trx"; + sha256 = "03d9d6e496ce9ff8f0a39cc93b702bdf8c9b211bab3034cdfc028c19b41f4022"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tenda AC9"; + } + ]; + }; + tplink-archer-c5-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-tplink-archer-c5-v2"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-tplink-archer-c5-v2-squashfs.bin"; + sha256 = "b42a6a0a5d9cf48edf4e7930c8f7ac46a0d82f7dc439f5f0bf7645de2e67cbc7"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C5 V2"; + } + ]; + }; + tplink-archer-c9-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.4-bcm53xx-tplink-archer-c9-v1"; + images = [ + { + name = "openwrt-19.07.4-bcm53xx-tplink-archer-c9-v1-squashfs.bin"; + sha256 = "7f25536ee6722bf024f4a2c0541709d2dcad0afccff51644f957699cf7f3b8c2"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C9 V1"; + } + ]; + }; + }; + target = "bcm53xx/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + brcm2708 = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-board-rpi2" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm2708-bcm2708-rpi"; + images = [ + { + name = "openwrt-19.07.4-brcm2708-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "c7ea3abc317ad6f425062856170cb8448bbdbe7ff00c43ab06a5960bc8d15a05"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm2708-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "39138c6b7898ec88b77da7b77bd431f5279d724aaa9cda79cecbd135d12db74d"; + type = "factory"; + } + { + name = "openwrt-19.07.4-brcm2708-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "f53dc49520e1b361b10f4bacee5587771ed4a5886e6e61e010125631a1a42004"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm2708-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "2c269377abb155261c7b35305de7fec1e9b7132e73a615a62b68e2a0535d0eab"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + title = "Raspberry Pi B/B+/CM/Zero/ZeroW"; + } + ]; + }; + }; + target = "brcm2708/bcm2708"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-firmware-43455-sdio" + "brcmfmac-board-rpi2" + "brcmfmac-board-rpi3" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm2708-bcm2709-rpi-2"; + images = [ + { + name = "openwrt-19.07.4-brcm2708-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "1d8064b756de57af58adc3f4d90b477feea513a3dbe06b2c6e0b822ac0a60203"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm2708-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "1dbe9eb7843e747a001289008f3efecc8c5ac76406f8d5aff73af87da1adf792"; + type = "factory"; + } + { + name = "openwrt-19.07.4-brcm2708-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "f45d417e562d27f9de61eefed4a8d0456990bf62b12b58a672338dbf10a93cd4"; + type = "factory"; + } + { + name = "openwrt-19.07.4-brcm2708-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "b4df439ce291cc3d9fbcfbf561ffb0d0f67048cac234606300caea207235720c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + title = "Raspberry Pi 2B/3B/3B+/3CM"; + } + ]; + }; + }; + target = "brcm2708/bcm2709"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-board-rpi2" + "brcmfmac-firmware-43455-sdio" + "brcmfmac-board-rpi3" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm2708-bcm2710-rpi-3"; + images = [ + { + name = "openwrt-19.07.4-brcm2708-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "84109f781a7649dc12e1d9104956c9efe4d053627d19e41218c1fc5dcfa88715"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm2708-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "b27904b0225fc3b09dfbc0e455ae9d856576d1b5165093c7a95d59b54ef2492b"; + type = "factory"; + } + { + name = "openwrt-19.07.4-brcm2708-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "faade483fb8274fe565f4744563c275f7486cc487298203f2f6b0c051fb23682"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm2708-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "fe28c3ab06691e4ada56b124825e14cef7bec2a341d51d80faf3466e8edab418"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + title = "Raspberry Pi 3B/3B+"; + } + ]; + }; + }; + target = "brcm2708/bcm2710"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + brcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + linksys-e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-generic-linksys-e3000-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-generic-linksys-e3000-v1-squashfs.bin"; + sha256 = "6a70cd6a13a1cbbadbf0a0149c4e27e888072ea30506f118c1d7c7af4847fda9"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E3000 v1"; + } + ]; + }; + "linksys-wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-generic-linksys-wrt300n-v1.1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-generic-linksys-wrt300n-v1.1-squashfs.bin"; + sha256 = "44a9b71282ec6dd41e92ce709595f176fd625aa189cb6ba4b1ecce98b83b3351"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT300N v1.1"; + } + ]; + }; + linksys-wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-generic-linksys-wrt310n-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-generic-linksys-wrt310n-v1-squashfs.bin"; + sha256 = "051d5c0e3c849463ccd744f8cf8750c795f8e20b647599094d1b3f2fcb06cfc2"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT310N v1"; + } + ]; + }; + linksys-wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-generic-linksys-wrt350n-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-generic-linksys-wrt350n-v1-squashfs.bin"; + sha256 = "d4ef7d1b723c007268087792e0232710ced34706784e8a8bd45feeb158c56912"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT350N v1"; + } + ]; + }; + linksys-wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-generic-linksys-wrt610n-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-generic-linksys-wrt610n-v1-squashfs.bin"; + sha256 = "7d80eff88c390fade876eb1f6dd8b1604a34318a1af6378ed2189a2614aa4a68"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT610N v1"; + } + ]; + }; + linksys-wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-generic-linksys-wrt610n-v2"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-generic-linksys-wrt610n-v2-squashfs.bin"; + sha256 = "f76915df8002d331fade4df02335048a305de7e66a4ac17919c5a8b538675732"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT610N v2"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-generic-standard"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-generic-standard-squashfs.trx"; + sha256 = "441a0c9be290059489ca4026d9dc755090bc2ac0eba4431845d36345a7b5aebb"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + }; + target = "brcm47xx/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + asus-wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-300g"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-300g-squashfs.trx"; + sha256 = "c0793a6b6912dfbee7d305c51fcf87edf4f6af068c5332483b8239fdc0e2faf1"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-300g"; + } + ]; + }; + asus-wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-320gp"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-320gp-squashfs.trx"; + sha256 = "bd257198eb1ed0583b2c3b8d62a6b78cd9b2576e5b2dab5c682a63e79470b2d4"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-320gP"; + } + ]; + }; + asus-wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-330ge"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-330ge-squashfs.trx"; + sha256 = "439f33b6754fecef9544c0b8c3e0ae1cdd1c5e17b583df85ae96a456a8e2aa30"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-330gE"; + } + ]; + }; + asus-wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-500gd"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-500gd-squashfs.trx"; + sha256 = "1726c4a0d00dade5f6628a44ec9fcf3fa5364e8706af917740abec0664ac087c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500g Deluxe"; + } + ]; + }; + asus-wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-500gp-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-500gp-v1-squashfs.trx"; + sha256 = "5aabfe8f234cb08b84d5d5bbe69257801a659cd3afdbdae433254473adf091ff"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500gP v1"; + } + ]; + }; + asus-wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-500gp-v2"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-500gp-v2-squashfs.trx"; + sha256 = "94f4fb2b4070e8b27c40633d9a787fb281be5944f5b8982c3fbef7a14a77fcd5"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500gP v2"; + } + ]; + }; + asus-wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-500w"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-500w-squashfs.trx"; + sha256 = "243e3bf26207027d6b00a0b2c5353ade74e58eec9980a482edb0ae544ae8ba2e"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500W"; + } + ]; + }; + asus-wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-520gu"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-520gu-squashfs.trx"; + sha256 = "6410bf281535d363d94557cda4d2eb9b0600a7b36d8366c5b97765fa6088929c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-520gU"; + } + ]; + }; + asus-wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-550ge"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-550ge-squashfs.trx"; + sha256 = "c228ddd78ce876161f670796c98d65334ea5d2ab03b962863c81e654b657f4db"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-550gE"; + } + ]; + }; + asus-wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-hdd25"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-asus-wl-hdd25-squashfs.trx"; + sha256 = "e2bbe37d961d8478d7887d6790bf153faa9b7920d7cd3722db7772ed2e3326bf"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-HDD25"; + } + ]; + }; + dlink-dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-dlink-dwl-3150"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-dlink-dwl-3150-squashfs.bin"; + sha256 = "e3b26853e65121bb09beb83cc658c7d062b2026ff30563061ad7d09e2aa1e35c"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DWL-3150"; + } + ]; + }; + edimax-ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-edimax-ps1208-mfg"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-edimax-ps1208-mfg-squashfs.bin"; + sha256 = "a7f89aeba031f7c9706f50630d4eafbda64876b75067ea4dd60b6af0a215e82f"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Edimax PS-1208MFg"; + } + ]; + }; + huawei-e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-huawei-e970"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-huawei-e970-squashfs.bin"; + sha256 = "1197f27c454b8e07ff438b1adc42849f6c56518a34e24e790fa9831fa177d22a"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei E970"; + } + ]; + }; + linksys-wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt150n"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt150n-squashfs.bin"; + sha256 = "d6b3e32bd389bf5d2e9e25d98f0d57f3c994a9f1f9de0a811e6354dfeca81369"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT150N"; + } + ]; + }; + linksys-wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt160n-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt160n-v1-squashfs.bin"; + sha256 = "f97781f2ffdc5cb4b4baf6949d3e9b48a602620dab290aa4123b7c76d250cb1b"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT160N v1"; + } + ]; + }; + linksys-wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt300n-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt300n-v1-squashfs.bin"; + sha256 = "9eee587fdd49a691fe005d976637f5748f7b19241745f2b2d253f03626aa85f0"; + type = "bin"; + } + { + name = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt300n-v1-squashfs.trx"; + sha256 = "eec0b604b3f0da4b6e8b151b3fc89316ade008b1d5487053c9019beaeafeb23e"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT300N v1"; + } + ]; + }; + linksys-wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt54g"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt54g-squashfs.bin"; + sha256 = "15a17134e8fd5274dca037eaed0f10ef0bcf1147ecc7fd62ba3920c7547c1cc9"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G"; + } + ]; + }; + linksys-wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt54g3g"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt54g3g-squashfs.bin"; + sha256 = "b555987212a0887c9284941fada3244b4df03ac2d5afe00a8fdda951aca664e1"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3G"; + } + ]; + }; + linksys-wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt54g3g-em"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt54g3g-em-squashfs.bin"; + sha256 = "f9b7dd95e8e7aff10f9f02e57ceacb822c00dc2c76c1129f52a32ee4fa058b17"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3G-EM"; + } + ]; + }; + linksys-wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt54g3gv2-vf"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "89598503f177ba19cd55b385ed892b31f5209c14d96bdcb4f7f7deb1e00cacc1"; + type = "noheader"; + } + { + name = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt54g3gv2-vf-squashfs.bin"; + sha256 = "d574b0bfe6b488f0cfdf58f2e0f5bb3d796dffc8cc30c83de38685dc50d9567a"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3GV2-VF"; + } + ]; + }; + linksys-wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt54gs"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt54gs-squashfs.bin"; + sha256 = "c499b62657c956a430ddd84d4cb229b5f52023329f597275149b6a7b73d991b8"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54GS"; + } + ]; + }; + linksys-wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt54gs-v4"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrt54gs-v4-squashfs.bin"; + sha256 = "48f408115dfbb1924b89b0861a5b44f1955cc42821adb93005a271a7056eb03d"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54GS v4"; + } + ]; + }; + linksys-wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrtsl54gs"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-linksys-wrtsl54gs-squashfs.bin"; + sha256 = "5a36cf1a6335b264f371879ed50509c49cf22712819dfe8aa554c1f821c0ca87"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRTSL54GS"; + } + ]; + }; + motorola-wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-motorola-wa840g"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-motorola-wa840g-squashfs.bin"; + sha256 = "11a33dde71d0b740e8f25ab32e09e078c577ce8ad2f39ea502279d048436a33e"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WA840G"; + } + ]; + }; + motorola-we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-motorola-we800g"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-motorola-we800g-squashfs.bin"; + sha256 = "ddca5f573250cb790445b4eba63e7639dba36e8e115bf5bf4d71c022f4de0df1"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WE800G"; + } + ]; + }; + motorola-wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-motorola-wr850g"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-motorola-wr850g-squashfs.bin"; + sha256 = "4fa626d1655b45fbdd52a2a4e6634dc44651548081928827a108b21057a99568"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WR850G"; + } + ]; + }; + netgear-wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-netgear-wgr614-v8"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-netgear-wgr614-v8-squashfs.chk"; + sha256 = "6a2cc2fe57b050ce184b7132be2921a4d652d38cb1345251e83d367e10d03c79"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v8"; + } + ]; + }; + netgear-wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-netgear-wgt634u"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-netgear-wgt634u-squashfs.bin"; + sha256 = "9db3287cc53de65bb25ea6b33034f0323ddacbd605af4f9413580d365ca2d46b"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGT634U"; + } + ]; + }; + netgear-wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-netgear-wndr3300-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-netgear-wndr3300-v1-squashfs.chk"; + sha256 = "2f0f8503f10b8272a05aa7afc5041c9c9a3ae142bf7184ee9f2f216148d10695"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3300 v1"; + } + ]; + }; + netgear-wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-netgear-wnr834b-v2"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-netgear-wnr834b-v2-squashfs.chk"; + sha256 = "00c20ceebd8b28b7e79b88c4945aee5650a51600a9c90e09df164d4236983484"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR834B v2"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-standard"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-standard-squashfs.trx"; + sha256 = "6e475ba28f1feff855eda380b752b88601a1211c4edb4bdfcc8f91cd110cb76e"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-standard-noloader-gz"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "afe6a910254394ff2196f7335b221f2161418ecdc84b1d887093a5aff30e0457"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with gzipped kernel"; + } + ]; + }; + usrobotics-usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-legacy-usrobotics-usr5461"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-legacy-usrobotics-usr5461-squashfs.bin"; + sha256 = "3d7dc3a81b7ef38b8974d44169182045afd4e0d507a95e4448643703e681dcb8"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics USR5461"; + } + ]; + }; + }; + target = "brcm47xx/legacy"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + asus-rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-ac53u"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-ac53u-squashfs.trx"; + sha256 = "7e32caa8e7924b184e3884ba20b8a9ea500d2d1a735de70e9124bf4dd889cf91"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC53U"; + } + ]; + }; + asus-rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n10"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n10-squashfs.trx"; + sha256 = "84f6f8933bf21021bd2782957638a9fdb9bf28be5ab8b6c6579e1844feafb9e4"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10"; + } + ]; + }; + asus-rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n10p"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n10p-squashfs.trx"; + sha256 = "41aaaa84271fa4ad6ff61882910388b1f7e4dc0632711bfd87a7a56530522f8b"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10P"; + } + ]; + }; + asus-rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n10p-v2"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n10p-v2-squashfs.trx"; + sha256 = "bfc0b7972ff318d4e3c45e8fc221e2992ac72a335480d1ec93a38c7423338936"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10P v2"; + } + ]; + }; + asus-rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n10u"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n10u-squashfs.trx"; + sha256 = "b1780f9a9854f18a3b37275e85e0010e0e06f1660acfe1b99e8b4dc16716350e"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10U"; + } + ]; + }; + asus-rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n10u-b"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n10u-b-squashfs.trx"; + sha256 = "b1780f9a9854f18a3b37275e85e0010e0e06f1660acfe1b99e8b4dc16716350e"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10U B"; + } + ]; + }; + asus-rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n12"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n12-squashfs.trx"; + sha256 = "df0f798cb1f7599331c15d988d6e1008e41c81420e7608d7e320cc513b8e5b82"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12"; + } + ]; + }; + asus-rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n12-b1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n12-b1-squashfs.trx"; + sha256 = "37487be62243bc7b275bc20fabd5a9cd9445a640f682f7871564d6476e2a3fea"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 B1"; + } + ]; + }; + asus-rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n12-c1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n12-c1-squashfs.trx"; + sha256 = "4d98526dd7c45505f68b0aacef923a7d2806ab9c59b718274b6e9c5bce32133b"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 C1"; + } + ]; + }; + asus-rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n12-d1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n12-d1-squashfs.trx"; + sha256 = "315490df36fe17c799607349875c21bfb16e1cd1049bb241794a9a76ed0191c8"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 D1"; + } + ]; + }; + asus-rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n12hp"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n12hp-squashfs.trx"; + sha256 = "8dc8fb88c9aef6b990a50f8bcb645e6fd4daf8ab65969b96c7bb6a075826931c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12HP"; + } + ]; + }; + asus-rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n14uhp"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n14uhp-squashfs.trx"; + sha256 = "d9bd5939a079873b9dd4d77e5d8823d10488acbee00c364ca969ca91f944b23b"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N14UHP"; + } + ]; + }; + asus-rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n15u"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n15u-squashfs.trx"; + sha256 = "809d46a156d7a8e1d87963d8f10f0d8a9626a2c7cfdb560c8257a92b5eb9ed77"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N15U"; + } + ]; + }; + asus-rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n16"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n16-squashfs.trx"; + sha256 = "d82712ad06720ff8ef49f83758b0abf01ee1269a1073c94c46beb06d4f8b4272"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N16"; + } + ]; + }; + asus-rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n53"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n53-squashfs.trx"; + sha256 = "d7021a9b880f968f736de99d60ec7697db1224c02bd4fc6440e0d8cbcac91808"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N53"; + } + ]; + }; + asus-rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n66u"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n66u-squashfs.trx"; + sha256 = "b77f509cfc1c11742dd6dd427a6305009d85fcb6f270bac942d5eb6a81357ae5"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N66U"; + } + ]; + }; + asus-rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n66w"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-asus-rt-n66w-squashfs.trx"; + sha256 = "b77f509cfc1c11742dd6dd427a6305009d85fcb6f270bac942d5eb6a81357ae5"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N66W"; + } + ]; + }; + linksys-e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e1200-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e1200-v1-squashfs.bin"; + sha256 = "7115c448b659234be4b56a2feaefe408ec5e8b0822f3acf43bd1219040a7120e"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1200 v1"; + } + ]; + }; + linksys-e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e1200-v2"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e1200-v2-squashfs.bin"; + sha256 = "09940662093f6a7f8ed1b56c80564644813beeaaae1e8691199b5fe415a26688"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1200 v2"; + } + ]; + }; + linksys-e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e1500-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e1500-v1-squashfs.bin"; + sha256 = "6e2d8d1d8c9c53f7afcdd541db0dfec609304e7b7f6c688565487f840e3059e3"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1500 v1"; + } + ]; + }; + linksys-e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e1550-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e1550-v1-squashfs.bin"; + sha256 = "7e8e9da3f9ca044f44a0ef889a58493331897d69344e367608fcd2b5d6576901"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1550 v1"; + } + ]; + }; + linksys-e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e2000-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e2000-v1-squashfs.bin"; + sha256 = "6ec7cf5dee7cc8fb5c231ce015e39a26d5d4298cd7c9b7bdf4bcc430aaaf3100"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2000 v1"; + } + ]; + }; + linksys-e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e2500-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e2500-v1-squashfs.bin"; + sha256 = "a0161d800479f48a07509dc62cbe1cf15f7555c30b2af27dc62450750bb65cb0"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v1"; + } + ]; + }; + linksys-e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e2500-v2"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e2500-v2-squashfs.bin"; + sha256 = "787b08d7853c8a367f338a5c699f88a83b4796138ba94c314c19c90e54e25aac"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v2"; + } + ]; + }; + "linksys-e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e2500-v2.1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e2500-v2.1-squashfs.bin"; + sha256 = "d6bf7818156be1b0b1a1b2d999c5d1bd40883ce51c0d6e86bf190fb5a7edb57c"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v2.1"; + } + ]; + }; + linksys-e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e2500-v3"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e2500-v3-squashfs.bin"; + sha256 = "c9bdd054aecb4ed8cd12ff7120da1bbdcc3076b3de6cefe6817925ce35d4d352"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v3"; + } + ]; + }; + linksys-e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e3200-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e3200-v1-squashfs.bin"; + sha256 = "62c7defb68b448b8e1615e209744e9230dcb7bdea86884732975634a6a718f50"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E3200 v1"; + } + ]; + }; + linksys-e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e4200-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e4200-v1-squashfs.bin"; + sha256 = "932e662ad51eb0c973ff409d3f767fa23dbed404d3303740a3fc5081320352d4"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E4200 v1"; + } + ]; + }; + linksys-e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e900-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-linksys-e900-v1-squashfs.bin"; + sha256 = "c60617ca63aea7b7ced84a7640d80d312a3784429faa40f3c67f48cfc2c0b2cb"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E900 v1"; + } + ]; + }; + linksys-wrt160n-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-linksys-wrt160n-v3"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-linksys-wrt160n-v3-squashfs.bin"; + sha256 = "2ced12b65eaed0a1c14f91a1d073cd425ffbc74ec0eef9d67e22b4c44ce73343"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT160N v3"; + } + ]; + }; + linksys-wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-linksys-wrt310n-v2"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-linksys-wrt310n-v2-squashfs.bin"; + sha256 = "a66044ac0b0f3bc3df947c531bf39b2abdf4057ed094fb027f167008cd27a7a9"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT310N v2"; + } + ]; + }; + linksys-wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-linksys-wrt320n-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-linksys-wrt320n-v1-squashfs.bin"; + sha256 = "a7cc661b91166be530b8c1ed07befda3e42f788bc98cd095527e167b937dd84d"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT320N v1"; + } + ]; + }; + netgear-wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wgr614-v10"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wgr614-v10-squashfs.chk"; + sha256 = "fe9de2bab8cfda6da8c209f4cdf6f6361dca0479f0d4d41ad9d0b0d0f0927ccc"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v10"; + } + ]; + }; + netgear-wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wgr614-v10-na"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wgr614-v10-na-squashfs.chk"; + sha256 = "fedd0412db920447fd876cb565d8735455a712735513ad38d8d3f2c5fcb0cde9"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v10 North America"; + } + ]; + }; + netgear-wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wn2500rp-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wn2500rp-v1-squashfs.chk"; + sha256 = "55c0c6c478949a99634edf388382a6f393f1f047d736fb2791acdfd7040804f9"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WN2500RP v1"; + } + ]; + }; + netgear-wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wn3000rp"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wn3000rp-squashfs.chk"; + sha256 = "4904974200eba2cfd09a31c7adcdfb50caa7688c2bc048aeeb7662a7509a638d"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WN3000RP"; + } + ]; + }; + netgear-wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wndr3400-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wndr3400-v1-squashfs.chk"; + sha256 = "2c657716f7e40329aaccc3bc01a0b18cd33e3f10547e176343b0968d4dfbabd0"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v1"; + } + ]; + }; + netgear-wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wndr3400-v2"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wndr3400-v2-squashfs.chk"; + sha256 = "f08764018283610f19118659498836f3ed3e290979bdd490fd226e78e46fc0f3"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v2"; + } + ]; + }; + netgear-wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wndr3400-v3"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wndr3400-v3-squashfs.chk"; + sha256 = "a568764c69e3ae9699acc3408f4b8ffb8fe935686e8730e86d0b355f7233d625"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v3"; + } + ]; + }; + netgear-wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wndr3700-v3"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wndr3700-v3-squashfs.chk"; + sha256 = "188f082e37fdc7f22207a8fe498715b35af50327e0beb45cac3260eb16c4f73d"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3700 v3"; + } + ]; + }; + netgear-wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wndr4000"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wndr4000-squashfs.chk"; + sha256 = "4a4dc8778bbb444f672e5fd518713e77d59810d48d054892e2a3dadfa2d487de"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR4000"; + } + ]; + }; + netgear-wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wnr1000-v3"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wnr1000-v3-squashfs.chk"; + sha256 = "22c136ba3ab5f887d5c1ebca64b3a1242743cdb4032cba6026f31bcc6392ea81"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR1000 v3"; + } + ]; + }; + netgear-wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wnr3500-v2"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wnr3500-v2-squashfs.chk"; + sha256 = "49986b88b1c518514c2f58cc3070eb8fdbdf3f86864225293a67acedd8606f55"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500 v2"; + } + ]; + }; + netgear-wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wnr3500l-v1"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wnr3500l-v1-squashfs.chk"; + sha256 = "5cdc87416877dd42447c9575c72a3031147244caee981dd73b3c41f9ec3da010"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v1 Other Regions"; + } + ]; + }; + netgear-wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wnr3500l-v1-na"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wnr3500l-v1-na-squashfs.chk"; + sha256 = "5b078f736004a4b622af24fb6e8abcac59d1c59b0e723d92efd0d00b12c2a61a"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v1 North America"; + } + ]; + }; + netgear-wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wnr3500l-v2"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-netgear-wnr3500l-v2-squashfs.chk"; + sha256 = "b1f132e38015b03942b3021e97c34fa3c63ffa96a31ed83dd6c03c763aae790e"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v2"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-standard"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "f3bcac575d04a24f0f5997790105ef37f37e50529005ff12b5a2292bcd87e21c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + name = "openwrt-19.07.4-brcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "e9c58b5b6748183722dc2f108927a4e16d14854b82c0bc96cfd739e3f8fdb0fd"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA compressed kernel matching CFE decompressor"; + } + ]; + }; + }; + target = "brcm47xx/mips74k"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + brcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + "963281TAN-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-963281TAN-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-963281TAN-generic-squashfs-cfe-16M.bin"; + sha256 = "aa5a3e17279c5efedc51ea0cfdf353f31ac3fa7397b4bf86631a169d681fbdd1"; + type = "cfe-16M"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-963281TAN-generic-squashfs-cfe-4M.bin"; + sha256 = "65e23b0ad95f477f48eb60dc083fc6595c4db8f9261a12fb93f18ecf92250a19"; + type = "cfe-4M"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-963281TAN-generic-squashfs-cfe-8M.bin"; + sha256 = "90e4bb561ce192242309faa4075d61d3a248d3abf9d8780600c70172231cae4c"; + type = "cfe-8M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 963281TAN"; + } + ]; + }; + "96328avng-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-96328avng-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-96328avng-generic-squashfs-cfe-4M.bin"; + sha256 = "d0ce7aa586fa3007da0311502a4ebac5ea5617b31c66c9039008af78f7357541"; + type = "cfe-4M"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-96328avng-generic-squashfs-cfe-8M.bin"; + sha256 = "f9a9b478f3bc8996af458780fea090395dcfa98580f427913e588300e953e886"; + type = "cfe-8M"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-96328avng-generic-squashfs-cfe-16M.bin"; + sha256 = "00491c899e14961bab86ef47855b6e1ea2c2e01171f05a107719150dc1cb83d8"; + type = "cfe-16M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96328avng"; + } + ]; + }; + "96338GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-96338GW-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-96338GW-generic-squashfs-cfe.bin"; + sha256 = "ff2fdfaceae9c1bd7567d2f826dac18fdf66052f89d037459f91f04d699fd4f0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338GW"; + } + ]; + }; + "96338W-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-96338W-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-96338W-generic-squashfs-cfe.bin"; + sha256 = "89ea1029ea09c2c0a820acaea7b943ed38e68760aa336530131d91aeac18a21b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338W"; + } + ]; + }; + "96345GW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-96345GW2-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-96345GW2-generic-squashfs-cfe-bc221.bin"; + sha256 = "99b8ab4fa10b7926ac159b8c60a4828d29a6295ea23536a12a24b6b59a220cf0"; + type = "cfe-bc221"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-96345GW2-generic-squashfs-cfe.bin"; + sha256 = "d95ec15592ff37134b94acd23c97f1b2f76c95e2529a9a231f712fb3a006b7d2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96345GW2"; + } + ]; + }; + "96348GW-10-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-96348GW-10-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-96348GW-10-generic-squashfs-cfe.bin"; + sha256 = "6ed04c6385885eb6f4818f28c2373937c19ae7d6b74b9266ac09e5348c73bd08"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-10"; + } + ]; + }; + "96348GW-11-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-96348GW-11-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-96348GW-11-generic-squashfs-cfe.bin"; + sha256 = "b1aca7d483077815ab08c877fffd0bbc9cc2e663caedfcd8309846f7c381b87a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-11"; + } + ]; + }; + "96348GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-96348GW-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-96348GW-generic-squashfs-cfe-bc221.bin"; + sha256 = "d8d9bc338f41ae7a93872ca4ec731b2a33494250458e934971b67ade08b60853"; + type = "cfe-bc221"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-96348GW-generic-squashfs-cfe.bin"; + sha256 = "bafb3fdcce79153aa934668f680c3d5aa2b8b569cbf04cd42e3bc30de3ce8e8c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW"; + } + ]; + }; + "96348R-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-96348R-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-96348R-generic-squashfs-cfe.bin"; + sha256 = "583687b442f330d53d9e7e6e8428d43d14401db172454cbbcfa8e5267a3e5ba8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348R"; + } + ]; + }; + "96358VW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-96358VW-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-96358VW-generic-squashfs-cfe.bin"; + sha256 = "5d8a8539186126c0c63a40631c1cbd363302a55cf018d9ee0cf7ace0f252dcba"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW"; + } + ]; + }; + "96358VW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-96358VW2-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-96358VW2-generic-squashfs-cfe.bin"; + sha256 = "ad0b715260b16dd528590d9dc40c48785f389c1c910fb431ae8983d7284b9eb6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW2"; + } + ]; + }; + "96368MVNgr-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-96368MVNgr-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-96368MVNgr-generic-squashfs-cfe.bin"; + sha256 = "e7c54f247144a6eda4e645a7cc40c527257219169e15b60613eaee87533448fd"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVNgr"; + } + ]; + }; + "96368MVWG-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-96368MVWG-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-96368MVWG-generic-squashfs-cfe.bin"; + sha256 = "54ed6c6164c8ba537309017b4f5c9b2af40cdb38cbd12d1203ab946faef56487"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVWG"; + } + ]; + }; + A226G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-A226G"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-A226G-squashfs-cfe.bin"; + sha256 = "0e2c6d8d528f1668f79f4f293e7b326b6bc48f3d3609089272644a1b3938ba6c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226G"; + } + ]; + }; + A226M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-A226M"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-A226M-squashfs-cfe.bin"; + sha256 = "8d7c8b1c740f2aaff2f3193a5c5a0aed7436e74a89438e68be61c31bb9f041f9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M"; + } + ]; + }; + A226M-FWB = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-A226M-FWB"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-A226M-FWB-squashfs-cfe.bin"; + sha256 = "69b0acdc6b6b6688dd4e756bd483f8bc0ad8d6f1c417b12865c6b0890e6ac766"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M-FWB"; + } + ]; + }; + A4001N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-A4001N"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-A4001N-squashfs-cfe.bin"; + sha256 = "50e6412add5c61bf78db312ea807695cf5c5446ed1cfa2f4b4e3e161874f7d96"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N"; + } + ]; + }; + A4001N1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-A4001N1"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-A4001N1-squashfs-sysupgrade.bin"; + sha256 = "6176a718b0cdc230976c03df03b0613e223d32708058f4a79a1873541dcbb2b8"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-A4001N1-squashfs-cfe.bin"; + sha256 = "0864584548565dc815d97ffaca2a640339731eff86056fb063fad68c77bc5c8f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N1"; + } + ]; + }; + AD1018-SPI_flash = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-AD1018-SPI_flash"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-AD1018-SPI_flash-squashfs-cfe.bin"; + sha256 = "2e60b34f3b8b8c2875e7590f090dc589590d880e38079287de6827231993c38b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sercomm AD1018 (SPI flash mod)"; + } + ]; + }; + AGPF-S0 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-AGPF-S0"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-AGPF-S0-squashfs-cfe.bin"; + sha256 = "9bd3de948958b7a884235273fec7cc9c6feb15df11482142fb4b0e6be18a466b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + } + ]; + }; + AR1004G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-AR1004G"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-AR1004G-squashfs-cfe.bin"; + sha256 = "910aa8086df1083b0fca922d1567b688375243b5bcb8ae3fd1f99c0a9ebba5ca"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asmax AR 1004g"; + } + ]; + }; + AR5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-AR5315u"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-AR5315u-squashfs-cfe.bin"; + sha256 = "53492635edb9d9cd41a2aaeb206bccc4eeb537d5431ead84a5c1f425547f5556"; + type = "cfe"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-AR5315u-squashfs-sysupgrade.bin"; + sha256 = "7f00b65d251247c5a36910824c0b3c188e4a370f984553c87b8f7d624c80fc21"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5315u"; + } + ]; + }; + AR5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-AR5381u"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-AR5381u-squashfs-sysupgrade.bin"; + sha256 = "59e13cd3d6a5ea08e19608e4dfbf5f1a16d31402d6572357632d0c0f54b7d24a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-AR5381u-squashfs-cfe.bin"; + sha256 = "7e36b709bd9a889a402a1698128c9ab4077399aed361cbed012744d54521fcd1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5381u"; + } + ]; + }; + AR5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-AR5387un"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-AR5387un-squashfs-cfe.bin"; + sha256 = "1479d6b4517168612e7270ec7082a2deb88b32f03355e7687ebc268b75f7b67a"; + type = "cfe"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-AR5387un-squashfs-sysupgrade.bin"; + sha256 = "e1178c2f9f9e4e2845651651785b102993400f25e6ce5e6451db4383c7fa057c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5387un"; + } + ]; + }; + AV4202N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-AV4202N"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-AV4202N-squashfs-cfe.bin"; + sha256 = "7a620a23a08a2b7055fb8ed5ebd17321903fd98d2f248baef5e4066d2b3656aa"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG AV4202N"; + } + ]; + }; + BTV2110 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-BTV2110"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-BTV2110-squashfs-cfe.bin"; + sha256 = "f6a0ca91332a79b6d73cb1f82b4c5e3660c882cb25ddf2905d6572ab85cb1e88"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2110"; + } + ]; + }; + BTV2500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-BTV2500V"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-BTV2500V-squashfs-cfe.bin"; + sha256 = "bf32b0e4f182451d4d13cbfdf88cfab654f6e435692e5fd2ddc73a669fe60360"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2500V"; + } + ]; + }; + CPA-ZNTE60T = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-CPA-ZNTE60T"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-CPA-ZNTE60T-squashfs-cfe.bin"; + sha256 = "39a1033050cfd208d55206d490dcdee098d77bccc4699495a5ef519f941b5cdd"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA642-type (CPA-ZNTE60T)"; + } + ]; + }; + CPVA502PLUS = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-CPVA502PLUS"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-CPVA502PLUS-squashfs-cfe.bin"; + sha256 = "441883b25d5629494b78e1b40916339b624d5cc77f683182bf0ac7a3e79a6c74"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA502+"; + } + ]; + }; + CT-5365 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-CT-5365"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-CT-5365-squashfs-cfe.bin"; + sha256 = "749c535ae1a1e18d8b11e831d82c8e8efe9d2c578e4334600fba845fbb346b07"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-5365"; + } + ]; + }; + CT-536_CT-5621 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-CT-536_CT-5621"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-CT-536_CT-5621-squashfs-cfe.bin"; + sha256 = "0d4382d4923d4cc9470bd2f70f69f7971b5a882b26e0daa4ba480ad03f440b98"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-536+/CT-5621"; + } + ]; + }; + CT-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-CT-6373"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-CT-6373-squashfs-cfe.bin"; + sha256 = "325ed870f4660196ac7ac4eb8d5c3be3ed3a5c55c9dd2db934f1fdde46e40188"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-6373"; + } + ]; + }; + DG834GT_PN = { + device_packages = [ + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-DG834GT_PN"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-DG834GT_PN-squashfs-cfe.bin"; + sha256 = "21ab8335ead3f627c8b8a56689a53ed6a4dcca717e4db6509530a9adff70433e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DG834GT/PN"; + } + ]; + }; + DGND3700v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-DGND3700v1"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-DGND3700v1-squashfs-factory.chk"; + sha256 = "dc1f28c0f7aa1649f0ab4e0c3b646ff02bf4d8318c29ffc75a39cd5e4d108f97"; + type = "factory"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-DGND3700v1-squashfs-sysupgrade.bin"; + sha256 = "999d6df0e6fdcfc6be41afc22f2dee5bb8f73e58959751bc37be2f29f2a84b13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3700 v1"; + } + ]; + }; + DGND3800B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-DGND3800B"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-DGND3800B-squashfs-sysupgrade.bin"; + sha256 = "b90fbc084119638655017141a62ef45278144abecaee4839276cd1cf11b986cf"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-DGND3800B-squashfs-factory.chk"; + sha256 = "48d700a7bf87aa26371c9e54e5a97278b06163350c13c8db06f81480e8b6758a"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3800B"; + } + ]; + }; + DSL2640B-B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-DSL2640B-B"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-DSL2640B-B-squashfs-cfe.bin"; + sha256 = "e04bfc65590260e970b25e7e52507cc12eb0087ada983f360a6bf45b86fb8ac4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640B rev B2"; + } + ]; + }; + DSL2640U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-DSL2640U"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-DSL2640U-squashfs-cfe.bin"; + sha256 = "902b5afa4dfab89f12254d8b304f05a1f54f5607c306f98158cf5eb1ca268e2d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640U/BRU/C"; + } + ]; + }; + DSL2650U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-DSL2650U"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-DSL2650U-squashfs-cfe.bin"; + sha256 = "90525ddac07d40ccfd4bf6b2e26cf00c14c9fc587fa36a97232e0783e13b9767"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2650U"; + } + ]; + }; + DSL274XB-C2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-DSL274XB-C2"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-DSL274XB-C2-squashfs-cfe.bin"; + sha256 = "a3bb442ae1cddaf8eec74cfd2ce48f541060e33881b09bda3804767a0ecf4f53"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C2"; + } + ]; + }; + DSL274XB-C3 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-DSL274XB-C3"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-DSL274XB-C3-squashfs-cfe.bin"; + sha256 = "0f1df8303a695ee45a8419003c574b3a7f8c1584b55409fc135f80a7d14f2950"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C3"; + } + ]; + }; + DSL274XB-F1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-DSL274XB-F1"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-AU.bin"; + sha256 = "4d51c6b0688e9bbd1e2425928c24464dfcce5c4726a4a401b553fbb3cf301a6f"; + type = "cfe-AU"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-EU.bin"; + sha256 = "c411fa88d54b8b9e75583084608f1071e673e6ff6ccaccff8aadf42867253933"; + type = "cfe-EU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev F1"; + } + ]; + }; + DSL275XB-D1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-DSL275XB-D1"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-DSL275XB-D1-squashfs-cfe.bin"; + sha256 = "329e81ea283204fe4963aa24c306174b3e8982531419151809b576c090369c83"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2750B/DSL-2751 rev D1"; + } + ]; + }; + DV-201AMR = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-DV-201AMR"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-DV-201AMR-squashfs-cfe-old.bin"; + sha256 = "0296f075848480f1b17761958d0453d77c31c26294744470f677e7e80e57773c"; + type = "cfe-old"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Davolink DV-201AMR"; + } + ]; + }; + DVAG3810BN = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-DVAG3810BN"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-DVAG3810BN-squashfs-cfe.bin"; + sha256 = "5377f71b0e94e9be890782e378ca34cb631c8e428b77fbc805d67fe8d94871bc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DVA-G3810BN/TL"; + } + ]; + }; + EVG2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-EVG2000"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-EVG2000-squashfs-sysupgrade.bin"; + sha256 = "9c376fea9c620d2a2b36485d2f7b5ea102d8de7f7609d549e42895b85260f133"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-EVG2000-squashfs-factory.chk"; + sha256 = "efe7338c4d51a5a26357a1189cec45be59f70a7700e2063e3088000a33381ef3"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear EVG2000"; + } + ]; + }; + F5D7633 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-F5D7633"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-F5D7633-squashfs-cfe.bin"; + sha256 = "677542b7d1da0c32f05954a35d6e4ef51815ec6c6613d68ebde28b4e8225ad37"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Belkin F5D7633"; + } + ]; + }; + FAST2404 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-FAST2404"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-FAST2404-squashfs-cfe.bin"; + sha256 = "ae2b559341cb8bbff335b8a3514e954b690458622790979ae93ec378924d0547"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2404"; + } + ]; + }; + FAST2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-FAST2504n"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-FAST2504n-squashfs-cfe.bin"; + sha256 = "4521e38953597f7ba7d60e4047dbecc5defc354ab477129f385d1f2807a8ead4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2504n"; + } + ]; + }; + FAST2604 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-FAST2604"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-FAST2604-squashfs-cfe.bin"; + sha256 = "bc38188c7c22d9c4be2931e470730d7d86c71dd6b87e40250901f1aa27cda359"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2604"; + } + ]; + }; + FAST2704N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-FAST2704N"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-FAST2704N-squashfs-cfe.bin"; + sha256 = "8dcd1306afcc4c502f83af55bc250e5e9e5982b8a0749ec3fb92f4e41bb7a302"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704N"; + } + ]; + }; + FAST2704V2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-FAST2704V2"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-FAST2704V2-squashfs-cfe.bin"; + sha256 = "d68a0de99b811a036527e7143654a74092a87889c17641fa20a6afe3936cc2a0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704V2"; + } + ]; + }; + GW6000 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-GW6000"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-GW6000-squashfs-cfe.bin"; + sha256 = "599dcabc52708031a5b8a42bd5258102f2ef6c1bb1077491f2ba1655e0f4f5e5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6000"; + } + ]; + }; + GW6200 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-GW6200"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-GW6200-squashfs-cfe.bin"; + sha256 = "c0bb4ac19960f8a6db36db0d6d60be992b1616c45a38d3eee8ec97cd7a8add9a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6200"; + } + ]; + }; + HG520v = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-HG520v"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-HG520v-squashfs-cfe.bin"; + sha256 = "0dbfb6ba84c431ab070ce11c910cebfd36f6ccc1b09d886ec5ce04ecf9a0b799"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG520v"; + } + ]; + }; + HG553 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-HG553"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-HG553-squashfs-cfe.bin"; + sha256 = "41980803b4305967c1ac3d1bfd453ec2cf33038f52d7a836fba27c39cc1eb626"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG553"; + } + ]; + }; + HG556a-A = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-HG556a-A"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-HG556a-A-squashfs-cfe.bin"; + sha256 = "5dbc62ab72fd885407d1ce6c1d08b3842ddb266dfdcd5f7c94f3da5ae693a030"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev A"; + } + ]; + }; + HG556a-B = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-HG556a-B"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-HG556a-B-squashfs-cfe.bin"; + sha256 = "17e1b37bf627dc211565432927d42d7a22931a9b1e96ef2e45a1dae191b68846"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev B"; + } + ]; + }; + HG556a-C = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-HG556a-C"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-HG556a-C-squashfs-cfe.bin"; + sha256 = "8f24f1169536b59ab09d5825652b9d0e1bb04ac2e8044e300b6ffe6354c43634"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev C"; + } + ]; + }; + HG622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-HG622"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-HG622-squashfs-sysupgrade.bin"; + sha256 = "326bf3345a8d48dce28f3b40d9c9f3a836944f159abfdd2ecf80e879ea392835"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-HG622-squashfs-cfe.bin"; + sha256 = "0d70a2cfd6fcd7ccf2817ebfe0c3f5783fa2f53ba8f5d4b159562613f568dba3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG622"; + } + ]; + }; + HG655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-HG655b"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-HG655b-squashfs-cfe.bin"; + sha256 = "9c88c445137281e8d7e15204f5029f0d4ee51186b7d53f071a6b2ec2cda91231"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG655b"; + } + ]; + }; + HomeHub2A = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-HomeHub2A"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-HomeHub2A-squashfs-cfe.bin"; + sha256 = "cfdbf29a04eb71e80f00c277f31d45444cf65e2928bb2e042d6e0e99855afef3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Home Hub 2.0 A"; + } + ]; + }; + NEUFBOX4-FXC = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-NEUFBOX4-FXC"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-NEUFBOX4-FXC-squashfs-cfe.bin"; + sha256 = "941f751156cfa384f5c223cade1b0b4477a28eddd7567223ae1f7e81b25c8235"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Foxconn)"; + } + ]; + }; + NEUFBOX4-SER = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-NEUFBOX4-SER"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-NEUFBOX4-SER-squashfs-cfe.bin"; + sha256 = "2f32f6a747792e6f616c972de77631545b86eee43d36a011ddf56163aed6d4c7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Sercomm)"; + } + ]; + }; + NEUFBOX6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-NEUFBOX6"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-NEUFBOX6-squashfs-cfe.bin"; + sha256 = "1e4c5ca08596b7b158f03aa71a2741fa64e76d347f38112044b513811e876bb0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox6"; + } + ]; + }; + P870HW-51a_v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-P870HW-51a_v2"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-P870HW-51a_v2-squashfs-factory.bin"; + sha256 = "84ffac2f3db937468eccb1bcd9b08d6d87fa59e148eca45914cb9571bde3bfb8"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL P870HW-51a v2"; + } + ]; + }; + R1000H = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-R1000H"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-R1000H-squashfs-cfe.bin"; + sha256 = "c6254e2169f292f33688bd26eb9df30a84e550f1fed369534fc8847298315b67"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Actiontec R1000H"; + } + ]; + }; + R5010UNv2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-R5010UNv2"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-R5010UNv2-squashfs-sysupgrade.bin"; + sha256 = "d7e542d96f0116bb9daa637388d7de5730febd13c322743c6804417d204c5832"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-R5010UNv2-squashfs-cfe.bin"; + sha256 = "30a73d06e2e57f66ce9a7aff2ba8b4ade9b91574b601e6831350a180186ed090"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NuCom R5010UN v2"; + } + ]; + }; + RG100A = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-RG100A"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-RG100A-squashfs-cfe.bin"; + sha256 = "5401b98ba44818d29dde200c4006f153951c78e507869937450b7b7279414b35"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Alcatel RG100A"; + } + ]; + }; + RTA1025W_16 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-RTA1025W_16"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-RTA1025W_16-squashfs-cfe.bin"; + sha256 = "119e03b8ba9fee38b5ea7866f0e48dbf0d43c857cca203c9b881e11d37239dfd"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1025W"; + } + ]; + }; + RTA1320_16M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-RTA1320_16M"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-RTA1320_16M-squashfs-cfe.bin"; + sha256 = "94d104f26ae5eef3a2c8c55fce57d17255547202a0dae9a789e51dcff51afcd6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1320"; + } + ]; + }; + SPW303V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-SPW303V"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-SPW303V-squashfs-sysupgrade.bin"; + sha256 = "029e335c18707ae5652e1ab7cb0cde3f93f6073ebc77b925e2ef2c4d71f9eabc"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-SPW303V-squashfs-factory.bin"; + sha256 = "dd7c72758689f402043743ccdad8b811fdea57e66025283464ce52d6189d23da"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 303V"; + } + ]; + }; + SPW500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-SPW500V"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-SPW500V-squashfs-cfe.bin"; + sha256 = "17ee5ec496b8ed0c0b8abda2065ffe76cd222100beff63d5f6170e816688e97f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 500V"; + } + ]; + }; + SR102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-SR102"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-SR102-squashfs-cfe.bin"; + sha256 = "65e694753267115c50da6d72bbc38ab835b3e93bdfc79730bc3744cdb9819fb5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SKY-SR102"; + } + ]; + }; + TD-W8900GB = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-TD-W8900GB"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-TD-W8900GB-squashfs-cfe.bin"; + sha256 = "e07edf0455fbff59047b43bcda9cab367217addb1b695402efa7bdb597d4b254"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-Link TD-W8900GB"; + } + ]; + }; + USR9108 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-USR9108"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-USR9108-squashfs-cfe.bin"; + sha256 = "91882ee5c54b1002b4d0bc399e0e279fb17c71d778a79eacb3425ee65979baaf"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics 9108"; + } + ]; + }; + VH4032N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-VH4032N"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-VH4032N-squashfs-cfe.bin"; + sha256 = "8ca5d04a4a9d52042442071f0706885671ee7b8579abff224ca0f1139b6766ca"; + type = "cfe"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-VH4032N-squashfs-sysupgrade.bin"; + sha256 = "c23bf1b3c23c8160e01dc5812dcf028e3e5f996ee4b066a6746b10ed65687b47"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Observa VH4032N"; + } + ]; + }; + VR-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-VR-3025u"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-VR-3025u-squashfs-sysupgrade.bin"; + sha256 = "730cb716460e1c75f8a7010a477847c6c4a08503753b5020c95b6a2ba0165e32"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm63xx-generic-VR-3025u-squashfs-cfe.bin"; + sha256 = "a1855ac937d749229ba662fd0dce3b1cd5e3d4bd2b75665cbf76d9ecc868291b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025u"; + } + ]; + }; + VR-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-VR-3025un"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-VR-3025un-squashfs-cfe.bin"; + sha256 = "11dc9066a58779fd7499758fc763d1c706d8d9ec38e578f68e97453c68050922"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025un"; + } + ]; + }; + VR-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-VR-3026e"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-VR-3026e-squashfs-cfe.bin"; + sha256 = "272bb9183e0f6d5e90fd20bbec0b5b0a11321d83737520bb33b1b62fb4598cc5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3026e"; + } + ]; + }; + WAP-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-WAP-5813n"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-WAP-5813n-squashfs-cfe.bin"; + sha256 = "ccddd4c17aa7baee737e14366f84a34453ff6d52a028319a5f00e5a48efb4345"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend WAP-5813n"; + } + ]; + }; + livebox = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-generic-livebox"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-generic-livebox-squashfs-redboot.bin"; + sha256 = "b331cce82caff53b6182faee9c2685694d2341575a6b6d9ce6ace1d7627508ac"; + type = "redboot"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Inventel Livebox 1"; + } + ]; + }; + }; + target = "brcm63xx/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + "963281TAN-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-963281TAN-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-963281TAN-generic-squashfs-cfe-4M.bin"; + sha256 = "45da3752e50257c93dea6d27cbcd33dd856933aab99e13e32a9ac0cc1ae39b72"; + type = "cfe-4M"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-963281TAN-generic-squashfs-cfe-16M.bin"; + sha256 = "1a98a03cc4eacada683c7878e9b3fff7662a9eb79c48c55ad68950da7eb57926"; + type = "cfe-16M"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-963281TAN-generic-squashfs-cfe-8M.bin"; + sha256 = "ab11c22e9105f1aa2f0a957da5d575ff66b26825e60bffaf1d3a30c6ba60e238"; + type = "cfe-8M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 963281TAN"; + } + ]; + }; + "96328avng-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-96328avng-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-96328avng-generic-squashfs-cfe-16M.bin"; + sha256 = "57b09fdd1fd547883b90f36cab77b5c7253aaed2a51792b4f27ab2f5d1d8087d"; + type = "cfe-16M"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-96328avng-generic-squashfs-cfe-8M.bin"; + sha256 = "021f617a9a64ba716c06c213fe56943f2bd2664be6b17fc62f8a616f88c2b865"; + type = "cfe-8M"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-96328avng-generic-squashfs-cfe-4M.bin"; + sha256 = "9d89ecfa26c03d88873b27b6128718e8d2ca63e8e0829fadf495efd77f4b6b40"; + type = "cfe-4M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96328avng"; + } + ]; + }; + "96338GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-96338GW-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-96338GW-generic-squashfs-cfe.bin"; + sha256 = "d1c08d3ffc81b9947fe189605b7637bd27977172829c3a4cffd214a3e28da3b6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338GW"; + } + ]; + }; + "96338W-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-96338W-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-96338W-generic-squashfs-cfe.bin"; + sha256 = "758badda6432de9f710534f3388c064cb39a06f30968d84844bbd62f55cb015b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338W"; + } + ]; + }; + "96345GW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-96345GW2-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-96345GW2-generic-squashfs-cfe.bin"; + sha256 = "061c741a7aa702fe105d59792dd47cffaeabd34d2927b17eea245ec4263b948e"; + type = "cfe"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-96345GW2-generic-squashfs-cfe-bc221.bin"; + sha256 = "98dd8c50e884974f7948c26fd2be911282fa793243c3e385e545cf64f11d5d7c"; + type = "cfe-bc221"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96345GW2"; + } + ]; + }; + "96348GW-10-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-96348GW-10-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-96348GW-10-generic-squashfs-cfe.bin"; + sha256 = "33a043642c0e252e541d9c2ec2bb16fc37ae2919aa5888aec7fcc9f2adb4edae"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-10"; + } + ]; + }; + "96348GW-11-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-96348GW-11-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-96348GW-11-generic-squashfs-cfe.bin"; + sha256 = "78e3b0a7073baab6866ac061b9fb1a1187784c03a18986fa1f56776529fafe4e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-11"; + } + ]; + }; + "96348GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-96348GW-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-96348GW-generic-squashfs-cfe-bc221.bin"; + sha256 = "b71f32d7b0ad2ec19753afb57ceee557e3488d7aab0c89e6b4889b86f8c0aaba"; + type = "cfe-bc221"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-96348GW-generic-squashfs-cfe.bin"; + sha256 = "27ab2516e5e5ecb5b90d3db435cb4c4f00eb576841b696bbd89bb463726957ff"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW"; + } + ]; + }; + "96348R-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-96348R-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-96348R-generic-squashfs-cfe.bin"; + sha256 = "4e6c78711d6d75ce6edd8961ef130a344af63cce5106ad7d3611af725e9ac7c1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348R"; + } + ]; + }; + "96358VW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-96358VW-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-96358VW-generic-squashfs-cfe.bin"; + sha256 = "fc63aec64c0edf8525e7147dcf1849878a9f15a01551e0e9f70d94d2fe3b8221"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW"; + } + ]; + }; + "96358VW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-96358VW2-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-96358VW2-generic-squashfs-cfe.bin"; + sha256 = "4b40b4fde021e31bef5786085a35dd8ceedffff8d4060b2e7ba30fb284d90b80"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW2"; + } + ]; + }; + "96368MVNgr-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-96368MVNgr-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-96368MVNgr-generic-squashfs-cfe.bin"; + sha256 = "609137df42e156074f872b4133aafe3955fb646bc8d399ea725dd26e438fc570"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVNgr"; + } + ]; + }; + "96368MVWG-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-96368MVWG-generic"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-96368MVWG-generic-squashfs-cfe.bin"; + sha256 = "4092a6210bf1e463bb684cbcd9bade5b5235088630d551dd6d39dddbf5c5ff8c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVWG"; + } + ]; + }; + A226G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-A226G"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-A226G-squashfs-cfe.bin"; + sha256 = "6fe1b6f9ab18dfd0457727943e40379a050b87f0f523e00663463c44777d4134"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226G"; + } + ]; + }; + A226M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-A226M"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-A226M-squashfs-cfe.bin"; + sha256 = "38a2edb546a7730f8816ac4a526978609e4db3d2b026c1f594266e2906311c4d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M"; + } + ]; + }; + A226M-FWB = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-A226M-FWB"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-A226M-FWB-squashfs-cfe.bin"; + sha256 = "34bb1961bb2ea3fd2b432777dfc0d694af7c93562461a96a24314e37ed66d6cd"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M-FWB"; + } + ]; + }; + A4001N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-A4001N"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-A4001N-squashfs-cfe.bin"; + sha256 = "eb0fbb187fbf555c117722fe22ffa5bc86b487176c2eb6e2ef6c4d6cae3d3e10"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N"; + } + ]; + }; + A4001N1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-A4001N1"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-A4001N1-squashfs-cfe.bin"; + sha256 = "c9555f21f401df55b6aac0de091ed96921a7a30ce241fb8712377c6df63d386b"; + type = "cfe"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-A4001N1-squashfs-sysupgrade.bin"; + sha256 = "593723b2647cd5e69681cf33fc95c47486c97b92a56b3f83954894a0ae950ed1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N1"; + } + ]; + }; + AD1018-SPI_flash = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-AD1018-SPI_flash"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-AD1018-SPI_flash-squashfs-cfe.bin"; + sha256 = "8e275809a7d65f71710f88359a1af6cf553d4d565120706d621181d9cc1cc609"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sercomm AD1018 (SPI flash mod)"; + } + ]; + }; + AGPF-S0 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-AGPF-S0"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-AGPF-S0-squashfs-cfe.bin"; + sha256 = "5a093db388e1816f30bc477177c9085b7e94c7ce469207812be81edfdab34e01"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + } + ]; + }; + AR1004G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-AR1004G"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-AR1004G-squashfs-cfe.bin"; + sha256 = "06c500bac541a1bb72e2f3ac7c709fb74eead9c99567f3e944a773272d6c0ac5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asmax AR 1004g"; + } + ]; + }; + AR5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-AR5315u"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-AR5315u-squashfs-sysupgrade.bin"; + sha256 = "adb28f5ee85562f42c4cf2548e400e2bf38fbfdbb74f2baa0d1e6df9d8cb26d8"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-AR5315u-squashfs-cfe.bin"; + sha256 = "2f65517f050d646fff9ac1cd02ac84b83df3f8a4819586a35acdce112f46cb39"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5315u"; + } + ]; + }; + AR5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-AR5381u"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-AR5381u-squashfs-cfe.bin"; + sha256 = "9619197b1936f2f13255d3394be64634bf2cc452afc3ff498b0b7340987ba5a8"; + type = "cfe"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-AR5381u-squashfs-sysupgrade.bin"; + sha256 = "8e19db23c2d1e4362b2f990cc2cff85b4558f0810e056e7563219867a5673638"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5381u"; + } + ]; + }; + AR5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-AR5387un"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-AR5387un-squashfs-sysupgrade.bin"; + sha256 = "4f1785ec97ada4a032f8c5acc8cf7c0017d91ef5f39036f2e7f54e3d854569b2"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-AR5387un-squashfs-cfe.bin"; + sha256 = "5001b8849de1aef244e5bf7ab597c09811c407a41d4075d4eb682f345f2a0413"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5387un"; + } + ]; + }; + AV4202N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-AV4202N"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-AV4202N-squashfs-cfe.bin"; + sha256 = "7e3696715a11d2e59d777ddd77147dab83577a9bed6e9df7280460199d9ecb2e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG AV4202N"; + } + ]; + }; + BTV2110 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-BTV2110"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-BTV2110-squashfs-cfe.bin"; + sha256 = "c4511bb9fbeb0346adc89e78609b69f0a7e16456a9f948c4e872addd096cab73"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2110"; + } + ]; + }; + BTV2500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-BTV2500V"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-BTV2500V-squashfs-cfe.bin"; + sha256 = "b8e10a8fa55dabfa939089872b18e68f01943ccc3585a520fa226010d697441f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2500V"; + } + ]; + }; + CPA-ZNTE60T = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-CPA-ZNTE60T"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-CPA-ZNTE60T-squashfs-cfe.bin"; + sha256 = "109874189fcd7b5c3db05ddf2c8ce36b12e98a77d3aa553eda9ab4ea55477f35"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA642-type (CPA-ZNTE60T)"; + } + ]; + }; + CPVA502PLUS = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-CPVA502PLUS"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-CPVA502PLUS-squashfs-cfe.bin"; + sha256 = "f980b1d84ccb53f9a7980ee2be9feb1832b419c8cf2dff5a68d6efebf816e74f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA502+"; + } + ]; + }; + CT-5365 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-CT-5365"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-CT-5365-squashfs-cfe.bin"; + sha256 = "58eaea99025983a7bd4b346b0005e107aab0f415aed19b86001165344d6c84e4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-5365"; + } + ]; + }; + CT-536_CT-5621 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-CT-536_CT-5621"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-CT-536_CT-5621-squashfs-cfe.bin"; + sha256 = "a4135cd3b65bed900f6eba261325f03da8c0aadb93b59c4efa40c0a453eeae80"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-536+/CT-5621"; + } + ]; + }; + CT-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-CT-6373"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-CT-6373-squashfs-cfe.bin"; + sha256 = "47f71c1273b4dbfeec1b9c7e2026502dcd43fce4bd27843e4ad8f5df9ad85efb"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-6373"; + } + ]; + }; + DG834GT_PN = { + device_packages = [ + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-DG834GT_PN"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-DG834GT_PN-squashfs-cfe.bin"; + sha256 = "fea1d5bb192ccbe6e39349e68e6a53308b1aafa203e75b35f0f81e172e3e33d7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DG834GT/PN"; + } + ]; + }; + DGND3700v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-DGND3700v1"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-DGND3700v1-squashfs-sysupgrade.bin"; + sha256 = "74dc06dbc2458d26a580a642827ed7a675d130cd72012d576d66ec675ff32603"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-DGND3700v1-squashfs-factory.chk"; + sha256 = "ec1aad43fd2093de6559e8c6648a7a0b4d5acca088bfce54106fd1aad5794bac"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3700 v1"; + } + ]; + }; + DGND3800B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-DGND3800B"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-DGND3800B-squashfs-factory.chk"; + sha256 = "0465d4ece9a90ea8f68962818dd9c178e67202d7ba44883c8b186f5b219f0b5c"; + type = "factory"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-DGND3800B-squashfs-sysupgrade.bin"; + sha256 = "79faa3829aac301877571a42120939d2f378d16df879258c1000b072fbbd67e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3800B"; + } + ]; + }; + DSL2640B-B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-DSL2640B-B"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-DSL2640B-B-squashfs-cfe.bin"; + sha256 = "3254fdd01b8501fb5b925129b3f1341faccc1158ff9266e823f7f8fd8413dd34"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640B rev B2"; + } + ]; + }; + DSL2640U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-DSL2640U"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-DSL2640U-squashfs-cfe.bin"; + sha256 = "25eab8aaf31ec6143824578e42bceb78dd094b983a8a64f5399b16b6e474dd55"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640U/BRU/C"; + } + ]; + }; + DSL2650U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-DSL2650U"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-DSL2650U-squashfs-cfe.bin"; + sha256 = "77dde40c281d1bedf6cd35090ba698b746691059c1a73baa4246ffb5a262b5e0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2650U"; + } + ]; + }; + DSL274XB-C2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-DSL274XB-C2"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-DSL274XB-C2-squashfs-cfe.bin"; + sha256 = "dd4e81e57a64421d048d3c1c85ad00e2bc1db41c9aa8e2a04bb69bda203f1919"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C2"; + } + ]; + }; + DSL274XB-C3 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-DSL274XB-C3"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-DSL274XB-C3-squashfs-cfe.bin"; + sha256 = "28db388cab614a65b5edabc1b1423e9d050d7864083a4c6d8a61e1970583b4ea"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C3"; + } + ]; + }; + DSL274XB-F1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-DSL274XB-F1"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-AU.bin"; + sha256 = "53341183efe4ea25425f0010820a90d6337ecbd33b4768d3413d6b899f0f2af6"; + type = "cfe-AU"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-EU.bin"; + sha256 = "4a784aac1a0ad1e5ec2786954175859712427514dda68ec17381a138f2fc0d12"; + type = "cfe-EU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev F1"; + } + ]; + }; + DSL275XB-D1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-DSL275XB-D1"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-DSL275XB-D1-squashfs-cfe.bin"; + sha256 = "89f5bdd1f77fb41f95b470e1313532b3a3c57d3250c1e968c8a6307538d4f8ca"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2750B/DSL-2751 rev D1"; + } + ]; + }; + DV-201AMR = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-DV-201AMR"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-DV-201AMR-squashfs-cfe-old.bin"; + sha256 = "f72dca2b7ef9d5399dd5aab650345898cfb172ea340f9a303218c756924f6859"; + type = "cfe-old"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Davolink DV-201AMR"; + } + ]; + }; + DVAG3810BN = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-DVAG3810BN"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-DVAG3810BN-squashfs-cfe.bin"; + sha256 = "20b090380cd015264fa5ef0c5bb4ce3e13113f8de75a323817770e0bbf3ecf0a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DVA-G3810BN/TL"; + } + ]; + }; + EVG2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-EVG2000"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-EVG2000-squashfs-factory.chk"; + sha256 = "c82638394e0c218bbd66ae931e445f25836579e1ecf961833cdf91cc7753bc7b"; + type = "factory"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-EVG2000-squashfs-sysupgrade.bin"; + sha256 = "fdf6d3051db02d6367a1c01831bbeadfa153cfc23a8672ba27c8c37e4e9e1b44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear EVG2000"; + } + ]; + }; + F5D7633 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-F5D7633"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-F5D7633-squashfs-cfe.bin"; + sha256 = "1b0d35c362c8b772426b0061944b9b5bbe808f36a2ded3ea126069a47a618370"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Belkin F5D7633"; + } + ]; + }; + FAST2404 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-FAST2404"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-FAST2404-squashfs-cfe.bin"; + sha256 = "29500f10ac1a0cada852429d45ad4b809d80fccd322188e4852c9aeaf4252530"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2404"; + } + ]; + }; + FAST2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-FAST2504n"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-FAST2504n-squashfs-cfe.bin"; + sha256 = "2021d38df928e555a4ef3147663aae23a09c6943589ca76c5cf993939a5d9339"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2504n"; + } + ]; + }; + FAST2604 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-FAST2604"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-FAST2604-squashfs-cfe.bin"; + sha256 = "5c3f026137bc44e571b6b53110d88e4bd36ff904004551fbcff66127b6004885"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2604"; + } + ]; + }; + FAST2704N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-FAST2704N"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-FAST2704N-squashfs-cfe.bin"; + sha256 = "94e652e796f3002021fb9c7d5c6ddecef347ca9d264dd217931e0d5ae9bdd5cf"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704N"; + } + ]; + }; + FAST2704V2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-FAST2704V2"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-FAST2704V2-squashfs-cfe.bin"; + sha256 = "cccc431e6dc955d4f516deecf624b530c0a0f8730bdf0897e931e2113f5285a0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704V2"; + } + ]; + }; + GW6000 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-GW6000"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-GW6000-squashfs-cfe.bin"; + sha256 = "318d1ddbd08698af49f0280b4461cd8a5de1ca9ee98842649c1c7b7e0176bb77"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6000"; + } + ]; + }; + GW6200 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-GW6200"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-GW6200-squashfs-cfe.bin"; + sha256 = "a819238dee835c05fbff58221945be1b2d11ec4900280e9263f219ac4c6b1966"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6200"; + } + ]; + }; + HG520v = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-HG520v"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-HG520v-squashfs-cfe.bin"; + sha256 = "b64efe8c111d7116a6a453ad550c42b63eb30f53d5007f62b8312c9ab6f6067c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG520v"; + } + ]; + }; + HG553 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-HG553"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-HG553-squashfs-cfe.bin"; + sha256 = "a69485cadc7dded74e4f1591f3968e5b1765a09b0dafef870a247b9f92337319"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG553"; + } + ]; + }; + HG556a-A = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-HG556a-A"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-HG556a-A-squashfs-cfe.bin"; + sha256 = "de8a9b36bce0988000479bbb7396734d91c4052685c73d4728f9e7506bbb26f3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev A"; + } + ]; + }; + HG556a-B = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-HG556a-B"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-HG556a-B-squashfs-cfe.bin"; + sha256 = "4d5c22a89e7bb311f87fb5ca57ddfc677f9ab8c90b5a4e316eca95df9a34f3ea"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev B"; + } + ]; + }; + HG556a-C = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-HG556a-C"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-HG556a-C-squashfs-cfe.bin"; + sha256 = "933c316a726fcbc8cf463a240f10473d073368e6e0a079d76a28aacc43b6128d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev C"; + } + ]; + }; + HG622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-HG622"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-HG622-squashfs-cfe.bin"; + sha256 = "c4aad7bc67ad4879f96eceb963db14c8247cc73f97abc5711ab05efa5cdabc31"; + type = "cfe"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-HG622-squashfs-sysupgrade.bin"; + sha256 = "259f4a01c6b7a975216582467f493fde88337435b6b309b18db0b5b02a7386c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG622"; + } + ]; + }; + HG655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-HG655b"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-HG655b-squashfs-cfe.bin"; + sha256 = "6baccb771d047fb756369184db82aafaad38e2e52d859909e13576817e08745e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG655b"; + } + ]; + }; + HomeHub2A = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-HomeHub2A"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-HomeHub2A-squashfs-cfe.bin"; + sha256 = "2309b94b00626265936ca1a88b6af52d4c4dcf49f6cfc4df2f5c2fe86366ed7a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Home Hub 2.0 A"; + } + ]; + }; + NEUFBOX4-FXC = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-NEUFBOX4-FXC"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-NEUFBOX4-FXC-squashfs-cfe.bin"; + sha256 = "05467f162098e1621ad1fcce71f4ab2f286b9c1f27f174de53510998e48d4509"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Foxconn)"; + } + ]; + }; + NEUFBOX4-SER = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-NEUFBOX4-SER"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-NEUFBOX4-SER-squashfs-cfe.bin"; + sha256 = "c55ce809e941d37a278b1d3cc5699fb472f07278bd197a28b7cdfe4b1060ad15"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Sercomm)"; + } + ]; + }; + NEUFBOX6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-NEUFBOX6"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-NEUFBOX6-squashfs-cfe.bin"; + sha256 = "e8785f08299381de71dbab69e117719406e125565ee48b3b1192ec415201368d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox6"; + } + ]; + }; + P870HW-51a_v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-P870HW-51a_v2"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-P870HW-51a_v2-squashfs-factory.bin"; + sha256 = "0f787c6971786e3eabafbb2f87f0d64a6a3177d76d7e071e8c94e44218c18178"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL P870HW-51a v2"; + } + ]; + }; + R1000H = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-R1000H"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-R1000H-squashfs-cfe.bin"; + sha256 = "283a5a07303f6a691404a31abcae9f9d09f1a14c3a73d5f95eed05ceb3ef06bd"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Actiontec R1000H"; + } + ]; + }; + R5010UNv2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-R5010UNv2"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-R5010UNv2-squashfs-sysupgrade.bin"; + sha256 = "09d1e236ff887ac32500f312fa0b3a58607a74047ae4c65a934b627ef730ed08"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-R5010UNv2-squashfs-cfe.bin"; + sha256 = "58bc36fa0ca521d7ded009a583810bb68ab964eb869abc65cd35ebd3d05aa838"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NuCom R5010UN v2"; + } + ]; + }; + RG100A = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-RG100A"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-RG100A-squashfs-cfe.bin"; + sha256 = "05d6027d8d7366afe944a2e08255d8b61dd590a037d219c663514ed6fc8d6e7c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Alcatel RG100A"; + } + ]; + }; + RTA1025W_16 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-RTA1025W_16"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-RTA1025W_16-squashfs-cfe.bin"; + sha256 = "91c942b89c68282a502d43fc0dc08132499527f95e914518cad500e9ffd806a2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1025W"; + } + ]; + }; + RTA1320_16M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-RTA1320_16M"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-RTA1320_16M-squashfs-cfe.bin"; + sha256 = "e8eb5e65d5cf17d40a8c8c59bfa01bc1b4322db1f19e8c7eae409375d8e55d18"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1320"; + } + ]; + }; + SPW303V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-SPW303V"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-SPW303V-squashfs-factory.bin"; + sha256 = "4050a9f848b001a0727d47bb2abe2132bff99ea8328c4caba44b54d7987227b8"; + type = "factory"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-SPW303V-squashfs-sysupgrade.bin"; + sha256 = "2bb53e2eaca58eb04b4dfd47aa27a7f07f51fe467452687b5b7c472ccc077a6f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 303V"; + } + ]; + }; + SPW500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-SPW500V"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-SPW500V-squashfs-cfe.bin"; + sha256 = "85a59ce1ee4cd9d8524fe576cc2d74998b956fe468dce49f02225b31969715af"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 500V"; + } + ]; + }; + SR102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-SR102"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-SR102-squashfs-cfe.bin"; + sha256 = "094de771eef155f72b33658f443dd63e2d00e9be614b1a697ca13fcb04595acd"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SKY-SR102"; + } + ]; + }; + TD-W8900GB = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-TD-W8900GB"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-TD-W8900GB-squashfs-cfe.bin"; + sha256 = "832c7859bc215121fa64e058cee00b4f4b9d512cc7138a997b2025359e9383a5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-Link TD-W8900GB"; + } + ]; + }; + USR9108 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-USR9108"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-USR9108-squashfs-cfe.bin"; + sha256 = "ec5f40e72b56d3398c74030bc273845dcf59efa715d5859c8e02c455d4d75805"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics 9108"; + } + ]; + }; + VH4032N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-VH4032N"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-VH4032N-squashfs-cfe.bin"; + sha256 = "5997876568fd127d52ae6816c8e1361c95cb4155a34a724b6e7a86ef1eedc11e"; + type = "cfe"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-VH4032N-squashfs-sysupgrade.bin"; + sha256 = "cdc633fecee31a411f3981ec5d143b804d599f2bd4ed7b80248a54974715ad22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Observa VH4032N"; + } + ]; + }; + VR-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-VR-3025u"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-VR-3025u-squashfs-sysupgrade.bin"; + sha256 = "1b56f0273e7b4ac9c7dce41c6ab371cc315475ed51ff87d23a7ed69464420626"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-brcm63xx-smp-VR-3025u-squashfs-cfe.bin"; + sha256 = "01f4f03a120a00b11be899d5a8b8c4c3bd8bb9d9f99770b4888e735e62737388"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025u"; + } + ]; + }; + VR-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-VR-3025un"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-VR-3025un-squashfs-cfe.bin"; + sha256 = "a3a08ff8f08bf4509ccaefa4a00bdca9275e8213a855e15fd0f61054afc1bb76"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025un"; + } + ]; + }; + VR-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-VR-3026e"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-VR-3026e-squashfs-cfe.bin"; + sha256 = "00775a99dac7ceff5e5c7923171ce78ca11e1b18f1aec7350083cc845fde11c9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3026e"; + } + ]; + }; + WAP-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-WAP-5813n"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-WAP-5813n-squashfs-cfe.bin"; + sha256 = "3b5784a44f8710a37950af4239541c301b1f9276d4cd16d07e62676a84093afe"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend WAP-5813n"; + } + ]; + }; + livebox = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-brcm63xx-smp-livebox"; + images = [ + { + name = "openwrt-19.07.4-brcm63xx-smp-livebox-squashfs-redboot.bin"; + sha256 = "6f989c80ebfe7593adeb844ad4ec37ae6c654da9963d5389e28cd93ba525645d"; + type = "redboot"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Inventel Livebox 1"; + } + ]; + }; + }; + target = "brcm63xx/smp"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + cns3xxx = { }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-core" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-core" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-switch-rtl8366rb" + "swconfig" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.4-gemini-dlink_dir-685"; + images = [ + { + name = "openwrt-19.07.4-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "ae75c0acb3fc0ec3b2b314072fec9d944a85a5ab1502685e7d07e71033f31b99"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "532bdb1b7bbc1342a85a1cd58d3966f04ce17067d31164364a9d6a92a8b8ea70"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + title = "D-Link DIR-685 Xtreme N Storage Router"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.4-gemini-dlink_dns-313"; + images = [ + { + name = "openwrt-19.07.4-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "e0c448720863c7d7688ee9b8a321ed3d4592531a451483706d33ca227143c44e"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + title = "D-Link DNS-313 1-Bay Network Storage Enclosure"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-19.07.4-gemini-itian_sq201"; + images = [ + { + name = "openwrt-19.07.4-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "e19268e6def085b507a567021fef788717103fb2f64aae059f8f6c290f2d4fd2"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + title = "ITian Square One SQ201"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.4-gemini-raidsonic_ib-4220-b"; + images = [ + { + name = "openwrt-19.07.4-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "5aef5af814272411c40d93b3051f4723a6b6cd8077110928f05ea1af35b47020"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + title = "Raidsonic NAS IB-4220-B"; + } + ]; + }; + }; + target = "gemini/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + imx6 = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "blkid" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "blkid" + ]; + metadata_version = 1; + profiles = { + apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-19.07.4-imx6-apalis"; + images = [ + { + name = "openwrt-19.07.4-imx6-apalis-squashfs.sysupgrade.bin"; + sha256 = "03edebaca5a2b764c6777e407270318bf1e6358eb1db4355fcb29e3d10a6d5f6"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-imx6-apalis-squashfs.combined.bin"; + sha256 = "46c61bdcc5f6c532db85be31ac4c72be036eb6c37c46631a1b2fcd5e0abbf8c1"; + type = "combined"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + title = "Toradex Apalis family"; + } + ]; + }; + cubox = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.4-imx6-cubox-i"; + images = [ + { + name = "openwrt-19.07.4-imx6-cubox-i-squashfs-combined.bin"; + sha256 = "aab5d5b13de2c5bc9b452cd0436e5e72b059e57669896b7ecbf9eb50b12b6642"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SolidRun CuBox-i"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-19.07.4-imx6-ventana"; + images = [ + { + name = "openwrt-19.07.4-imx6-ventana-squashfs-bootfs.tar.gz"; + sha256 = "51d7de83f2c472b43b766a70ed527a7ae65265e3499259e532972195c14fce00"; + type = "bootfs"; + } + { + name = "openwrt-19.07.4-imx6-ventana-squashfs-nand.ubi"; + sha256 = "5a56ddb288661bf49cc7e5ad818f938448ac04587aa6dd675b5322c2e45a23d4"; + type = "nand"; + } + { + name = "openwrt-19.07.4-imx6-ventana-large-squashfs-nand.ubi"; + sha256 = "4f7a5c26e8b92dcaf46a0bc7b4ccd49aee20533892891bafc42db9e0e2f9e8bd"; + type = "nand"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Gateworks Ventana family (normal NAND flash)"; + } + ]; + }; + }; + target = "imx6/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-dwc3-of-simple" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath10k-ct" + "wpad-basic" + "kmod-usb3" + "kmod-usb-dwc3" + "ath10k-firmware-qca4019-ct" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-dwc3-of-simple" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath10k-ct" + "wpad-basic" + "kmod-usb3" + "kmod-usb-dwc3" + "ath10k-firmware-qca4019-ct" + ]; + metadata_version = 1; + profiles = { + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "fa18a0b333f388ed695b67bfaa1d37d2e59b8ccdd97009d558a29c658c501b71"; + type = "nand-sysupgrade"; + } + { + name = "openwrt-19.07.4-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "87d30fd1f7cbda42ff45660deaba4c2e618ff16fd7e4f8a5f8441b6660b768bc"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + title = "8devices Jalapeno"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "ipq-wifi-alfa-network_ap120c-ac" + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "5b56e7482fcc180c5bc86bf3b59415c29b656c5d334644714a60353369ba2abd"; + type = "nand-factory"; + } + { + name = "openwrt-19.07.4-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "c5e2c97ec8fd3b8678e0087b5e72cba4da44538946d98e76eb59273914903313"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + title = "ALFA Network AP120C-AC"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ipq-wifi-asus_map-ac2200" + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "96900cfa987723e4af8afc4d185fee61b9287c1b4439ebab5247c8348c9b30bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + title = "ASUS Lyra MAP-AC2200"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "40d3ed1c8af8ce66c4763ce41f4719f121cdd9147d2fa95d9cf628376ab90857"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + title = "Asus RT-AC58U"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "ee5f4b68f303113425408af6e7e5f45a10d6bb60f31ec416b0096a004033e6c5"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "3703b51efd4ff18f7eb730c22990ff3428a022d98ec6ca788c37cfb9edcfa5c4"; + type = "eva"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + title = "AVM Fritz!Box 4040"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzbox-7530" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "e699722d458159c375252a2ed2d170f5b46d52388dfdb5f938f32af23305bc1d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + title = "AVM Fritz!Box 7530"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "a0a73b8c41c33f91f05e69bb8c5f9eb43e9fa1a8c79154eb37d9594ce5a1649b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + title = "AVM FRITZ!Repeater 1200"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-3000" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "f444d3e9a09ecdf289f562fe3415bbea61d4811347c5866b3ecf1286f03fceae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + title = "AVM Fritz!Repeater 3000"; + } + ]; + }; + compex_wpj428 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-compex_wpj428"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin"; + sha256 = "cb77b5b83fc5b6246ecf98c2e16a5efef6b1ec04fa9f90c1c2a2368d86ac70e4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj428" + ]; + titles = [ + { + title = "Compex WPJ428"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ + "ipq-wifi-engenius_eap1300" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-engenius_eap1300"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "05fd6be2f2c72928c7036a34d1367df95ed93f031975baf3133da79c8be5b9d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + title = "EnGenius EAP1300"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ + "ipq-wifi-engenius_ens620ext" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "c27d4ac0d3e2c325ddf49f4cf013714c32902ed56b48d1a02268d534cd4db08b"; + type = "factory_30"; + } + { + name = "openwrt-19.07.4-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "d41ff342fb8499156958b8ed1c99c9c2a11233b3f4fa3af0dc087b2a6c195a25"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "8e8f12ca3f4382975de212f8c5d4035bc03a7ccc8acdebabf420799c1e29918c"; + type = "factory_35"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + title = "EnGenius ENS620EXT"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "3293a69825626c6cf493f7b4781347cd00e538bc8c08d2f49e1a654709a7253b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + title = "GL.iNet GL-B1300"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ + "ipq-wifi-linksys_ea6350v3" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "dec49de740e4b043f1959e882dceda0d85593062424640150115c14bc7fdafc6"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "fbda9100c7c6fea08238de039c8b6074b06f110a7f9e0e7357ead610eac3d581"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + title = "Linksys EA6350v3"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "uboot-envtools" + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-linksys_ea8300"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "0dbeb367c2670d7141206a3a2b5fe37bf6339719c6782cf77b4ebb9d235661e0"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "bf8211f9b9b30786bd7c02b698aeee51df6502df1b6c6176b89e9ec57e126897"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + title = "Linksys EA8300 (Dallas)"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-meraki_mr33"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "c1587c8f8b544495edfc1c619b0e6e1be39f78e347b40fe62860cbbf76867c23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + title = "Cisco Meraki MR33"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "e934a39cc2fd5c734644f6fae7463e7168245c13a30cb20a5a432b5ea1c75bd8"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "9806a299dd6cc78ebdb28ad63f3df7c64b240a6592b429a24b76679e7e770186"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + title = "Netgear EX6100v2"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "819117f8e1565db43477a16cd818a2eb05586f5394a03dac8e4824ab1a26e8c1"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "f7739ed4ee6e69b23a0a2d9fc7d307fc300a7778061c43871686521528929e0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + title = "Netgear EX6150v2"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-openmesh_a42"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "b25d8e35b69ba9787ea4a8be6b5a16e7c95f0b08ff17e8f9af6e21638c1a1e01"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "f489a2cf32ca7d67f497c56229861f7d622a1263912ed12591f0002778d179a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + title = "OpenMesh A42"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-openmesh_a62"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "454be4bb1bae0fbca49e08b040555086af92a43d2e44cbfee481ee296e28cf47"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "38e497bf10d5cbcde741195975ff559ed515b1b123915fc4bb52b24ee6e026a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + title = "OpenMesh A62"; + } + ]; + }; + "qcom_ap-dk01.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-qcom_ap-dk01.1-c1"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-qcom_ap-dk01.1-c1-squashfs-sysupgrade.bin"; + sha256 = "e98b2e634f9f9dbf02e8339f890999ac7ac84d80907571fe9d7745a71a0ff0cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk01.1-c1" + ]; + titles = [ + { + title = "QCA AP-DK01.1-C1"; + } + ]; + }; + "qcom_ap-dk04.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-qcom_ap-dk04.1-c1"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-sysupgrade.bin"; + sha256 = "dbfbe347e4f78e0c1bc5570f3396a38ef7168882fe3f487ab390cf573c1f8827"; + type = "nand-sysupgrade"; + } + { + name = "openwrt-19.07.4-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-factory.ubi"; + sha256 = "8d770384e588132145348ada97fb81dbe52cdf4c9ba26a354227a270d4a4da00"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ap-dk04.1-c1" + ]; + titles = [ + { + title = "QCA AP-DK04.1-C1"; + } + ]; + }; + qxwlan_e2600ac-c1 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-qxwlan_e2600ac-c1"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"; + sha256 = "13ac348eede4e962f8f16980567e779444058c3198b0dbcc2a1aa583c20d07ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c1" + ]; + titles = [ + { + title = "Qxwlan E2600AC-C1 (nor flash)"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "ad0fa6ea8a65b5125cb9c7a62799ec556eaba9e39079c9b9ae06c7ac317d546d"; + type = "nand-sysupgrade"; + } + { + name = "openwrt-19.07.4-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "d597e18ea936a39359db6c3ed78e00fc227967a75079ab1acfaf5bb57f03c680"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + title = "Qxwlan E2600AC-C2 (nornand flash)"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "uboot-envtools" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "b3dfdbc2549fe7aa9563d873896785a774ea1b8b7a6b8b899009f6eeb0d1eabb"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "b4f07bd5d45f41fd02ccb6e4ca55fe3f8a95b03bbee89f9944d29d44d71489c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + title = "ZyXEL NBG6617"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-19.07.4-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + name = "openwrt-19.07.4-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "e19545c935405a50d8b3bd655a5cc4c09fd690f93f3b4b763858cb9d7f65a0f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + title = "ZyXEL WRE6606"; + } + ]; + }; + }; + target = "ipq40xx/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-usb-dwc3-of-simple" + "kmod-usb-phy-qcom-dwc3" + "kmod-ath10k-ct" + "wpad-basic" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-usb-dwc3-of-simple" + "kmod-usb-phy-qcom-dwc3" + "kmod-ath10k-ct" + "wpad-basic" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.4-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + name = "openwrt-19.07.4-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "b1b5a988c2d3d8b9b76c30ae57825ba40cd2ed60c888de9a21565de561c04b54"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + title = "Buffalo WXR-2533DHP"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.4-ipq806x-generic-compex_wpq864"; + images = [ + { + name = "openwrt-19.07.4-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "516760af6f65310b8444445905254acef7e5a7c53f16f05e7afa4702c6c79515"; + type = "nand-factory"; + } + { + name = "openwrt-19.07.4-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "a3b52bc56fb5809a544aaa1f83596eb9828bb67ffd233f3c9a771a6bc80bc7b6"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + title = "Compex WPQ864"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.4-ipq806x-generic-linksys_ea8500"; + images = [ + { + name = "openwrt-19.07.4-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "c1631686e8f6c68d97d7d6e676a77d44ca1b6cbe57e88285e7da589dd3aff51a"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "e23008138210603711e308368f0286474d1c65d4d97363f6cf8d9996b1cbba84"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + title = "Linksys EA8500"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.4-ipq806x-generic-nec_wg2600hp"; + images = [ + { + name = "openwrt-19.07.4-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "542c04db30f7c49a31c6eda1b3c58b13d55f8c4277e5546eed2bb15df6e664d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + title = "NEC Aterm WG2600HP"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.4-ipq806x-generic-netgear_d7800"; + images = [ + { + name = "openwrt-19.07.4-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "ced9e4a4b73d035fe0b7bf61d1430dd7d245325746291012d724d7943c0dc56d"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "75025e8d4085b38065aaa4e1a6b91001582c46251f277cb0cd3730e1833909e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 D7800"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ipq806x-generic-netgear_r7500"; + images = [ + { + name = "openwrt-19.07.4-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "eb78c6ecad0d34d7c07d83bc949d72d621b05e03aa452af9dd97303c6930c7a7"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "14d01ca7b0db7670d64a18d516fe84d6cb38c755a08692fbbe596a51e9e567ac"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 R7500"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.4-ipq806x-generic-netgear_r7500v2"; + images = [ + { + name = "openwrt-19.07.4-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "00844e3f70bb9d1ad92ccac15ef3d9372e84adcea28905ad5c83a21fd08d36dc"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "a8481de605389d555f5b1cec89103424e465c4756748383012db8675b7487d6a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 R7500v2"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-19.07.4-ipq806x-generic-netgear_r7800"; + images = [ + { + name = "openwrt-19.07.4-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "3a23b84e678e612feb22caa8f0efde875aa8f58485e1e4d37b8a7892403a1c41"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "9559a7fce6f94d2d2ef45a0814aa9094fd2e7a55ef8946d31fb6c5d039f2fd6c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + title = "Netgear Nighthawk X4S R7800"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.4-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + name = "openwrt-19.07.4-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "9036292a85245ca9d18b37f959e43ef4b42117ccf8fe12422c03189d1ed26c87"; + type = "nand-factory"; + } + { + name = "openwrt-19.07.4-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "3b377af356b0cb5a3102a75d9669e66f7625b038ec61ab7fada1b446fd335fbc"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + title = "Qualcomm AP148"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.4-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + name = "openwrt-19.07.4-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "80f8d34c77040bc28fe7524b81d002e5ac18f3478baa210459958922fa4a17ab"; + type = "nand-sysupgrade"; + } + { + name = "openwrt-19.07.4-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "f1edf41623deabca1316a1f607a68fc5694e657143f9a919dced1c8026200914"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + title = "Qualcomm AP148 (legacy)"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.4-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + name = "openwrt-19.07.4-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "87e0d1407c92c512751eb47766b620d0e5ac5ae0af092a59db3bef3d8bec1731"; + type = "nand-sysupgrade"; + } + { + name = "openwrt-19.07.4-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "558424fcb92ddf0fc960deea45383461f94fd9e27dc1e921283848f7f6852a80"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + title = "Qualcomm AP161"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.4-ipq806x-generic-tplink_c2600"; + images = [ + { + name = "openwrt-19.07.4-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "c355715805814063dcda35ab1e73f9d57b598256fdc1716607cde323b7cb9fc7"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "c4ff453083be51af59b37e0b4c249874057ccd0e085a8cbeef967e8ad405add3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + title = "TP-Link Archer C2600"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.4-ipq806x-generic-tplink_vr2600v"; + images = [ + { + name = "openwrt-19.07.4-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "e51a7b52d466b43f024bcb7fdf057000ab2eae468b5883c479a0694f768f4f01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + title = "TP-Link Archer VR2600v"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-19.07.4-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + name = "openwrt-19.07.4-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "8a7bf07c82c8a33f93f6865e58f923166827b79e37222ba7e59a5c297f912b03"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "2d5f4e2eb5fbfe4239de574f6b59258f0369cacf841ffe842f60ba272a10a0f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + title = "ZyXEL NBG6817"; + } + ]; + }; + }; + target = "ipq806x/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + cisco_on100 = { + device_packages = [ + "kmod-i2c-mv64xxx" + ]; + image_prefix = "openwrt-19.07.4-kirkwood-cisco_on100"; + images = [ + { + name = "openwrt-19.07.4-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "e06a699f29b6df636986714e5c95d77173438ff8127b971affe8f776157d8e22"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "2deb7af0048c4a8eca4ee1d60b9f4c8e3b0606a402e0bf523450a9ab497eb1d8"; + type = "factory"; + } + ]; + supported_devices = [ + "cisco,on100" + ]; + titles = [ + { + title = "Cisco Systems ON100"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-kirkwood-cloudengines_pogoe02"; + images = [ + { + name = "openwrt-19.07.4-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "df640b2418fc73b42695a0f023cd4b02a7d67b5e2835da4fb5445dfd13648968"; + type = "factory"; + } + { + name = "openwrt-19.07.4-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "70e1d90dc1e28dcb117c39f0a63276bc5e1ec29c62d967ea012e95b09caa2941"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + title = "Cloud Engines Pogoplug E02"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.4-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + name = "openwrt-19.07.4-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "db72356f7d8a7ee479440253af6bbca3a0e1d45d8b36e0ebcf5b707c50afc06d"; + type = "factory"; + } + { + name = "openwrt-19.07.4-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "97977beaa0aee110d31493d3fd7c767a222ae250c6cd1d41eb01e45a24d374ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + title = "Cloud Engines Pogoplug V4"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-kirkwood-iom_iconnect-1.1"; + images = [ + { + name = "openwrt-19.07.4-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "6b6f1e3c8a64593b845bee6bcc7733dd63d6e078ff5389833111a4da96bea746"; + type = "factory"; + } + { + name = "openwrt-19.07.4-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "c49cfa9593cae2ca102626591ba1f624b91791e6eb54914fb8857e9252124cd5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + title = "Iomega Iconnect"; + } + ]; + }; + iom_ix2_200 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-i2c-mv64xxx" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-19.07.4-kirkwood-iom_ix2_200"; + images = [ + { + name = "openwrt-19.07.4-kirkwood-iom_ix2_200-squashfs-factory.bin"; + sha256 = "1fe3b4cac6251b2e87ebd8c3818c33849744f92e12c8075b24f4547d12129f85"; + type = "factory"; + } + { + name = "openwrt-19.07.4-kirkwood-iom_ix2_200-squashfs-sysupgrade.bin"; + sha256 = "6fe19ce7209af18c58b5d220340c5f4be1014ed32596cf665653c80e2aa15b43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,ix2,200" + ]; + titles = [ + { + title = "Iomega StorCenter ix2-200"; + } + ]; + }; + linksys_audi = { + device_packages = [ + "kmod-mwl8k" + "swconfig" + "wpad-basic" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-kirkwood-linksys_audi"; + images = [ + { + name = "openwrt-19.07.4-kirkwood-linksys_audi-squashfs-sysupgrade.bin"; + sha256 = "b8aa2ccb5fb8e6300c94e4fc4a214e2552ff83f27b0910cc852487e18ccb46b3"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-kirkwood-linksys_audi-squashfs-factory.bin"; + sha256 = "70e4800d2320c69978dd610220adf616017f33b75b47b36e73873ac01b360fe7"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + title = "Linksys EA3500 (Audi)"; + } + ]; + }; + linksys_viper = { + device_packages = [ + "kmod-mwl8k" + "swconfig" + "wpad-basic" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-kirkwood-linksys_viper"; + images = [ + { + name = "openwrt-19.07.4-kirkwood-linksys_viper-squashfs-factory.bin"; + sha256 = "f680eda1b7942934836b45fcf3263181cbb369266edfd36722bb8a340c4d11fe"; + type = "factory"; + } + { + name = "openwrt-19.07.4-kirkwood-linksys_viper-squashfs-sysupgrade.bin"; + sha256 = "7f7e4f99cf6779557049ffc73fc379dd706dbad84b708974a14ce5b1fbcc9906"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + title = "Linksys E4200v2 / EA4500 (Viper)"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + name = "openwrt-19.07.4-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "6fb4b3e9804b2c69dabda317650b3b065b1c2c7dd3b1836671db7639e4982bdc"; + type = "factory"; + } + { + name = "openwrt-19.07.4-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "95b7c4bb95ce9a87b8cd861c52e67635973e9989db17033547bac1cda48f7ad4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + title = "RaidSonic ICY BOX IB-NAS62x0"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-kirkwood-seagate_dockstar"; + images = [ + { + name = "openwrt-19.07.4-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "b91b4a1b6fcd250ce4e7c1d1f528cd3f8856dc8973ac62af68959db1c94aee7b"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "48a561b0bf4af0de900c060dde6c1d92a3c0f20a6161cd14a2de56c159bb7087"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + title = "Seagate FreeAgent Dockstar"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-kirkwood-seagate_goflexhome"; + images = [ + { + name = "openwrt-19.07.4-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "4a11ac90631c48b847f2c938026056bebfd1f7dc6d859a8206c55cd1a469a588"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "cb3985aec78408a93324d4e7e97bfbbbc3a596d48c274b4f8699dcf3c2f0b3e6"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + title = "Seagate GoFlexHome"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-kirkwood-seagate_goflexnet"; + images = [ + { + name = "openwrt-19.07.4-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "d6fe6edc5e7d1e1089131766db02f689ab043d8a6d7eeb3133f3cd7ec6b51c9f"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "e5abb795362d04d3ffb1b691fcc3cf0d8e5ca7fd6aa3e82e406dbcc7637e99ad"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + title = "Seagate GoFlexNet"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-r8169" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-19.07.4-kirkwood-zyxel_nsa310b"; + images = [ + { + name = "openwrt-19.07.4-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "36cb616946b52db068639ad903e107ccb1de8cdd3c47acc52e88b19b3ae914f0"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "47088916f10b36bfd3c16c169e15bb73ea24b648873e5729a09d22c9a8a46322"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + ]; + titles = [ + { + title = "ZyXEL NSA310b"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.4-kirkwood-zyxel_nsa325"; + images = [ + { + name = "openwrt-19.07.4-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "e2b84b194210f194a5841b5ecf6527fad0fbd1a7ec4a738b9bf44e9faf902066"; + type = "factory"; + } + { + name = "openwrt-19.07.4-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "c550c84bafadd813f7dd289e7d6b74494318262716c84ea4dec19aaa725fc28a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + ]; + titles = [ + { + title = "ZyXEL NSA325 (v1 and v2)"; + } + ]; + }; + }; + target = "kirkwood/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + lantiq = { + ase = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + allnet_all0333cj = { + device_packages = [ + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + ]; + image_prefix = "openwrt-19.07.4-lantiq-ase-allnet_all0333cj"; + images = [ + { + name = "openwrt-19.07.4-lantiq-ase-allnet_all0333cj-squashfs-sysupgrade.bin"; + sha256 = "c86759335fc21d965a2613cad86857db1354c38a0556cd3eecaa197b213f7147"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all0333cj" + ]; + titles = [ + { + title = "Allnet ALL0333CJ"; + } + ]; + }; + netgear_dgn1000b = { + device_packages = [ + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + ]; + image_prefix = "openwrt-19.07.4-lantiq-ase-netgear_dgn1000b"; + images = [ + { + name = "openwrt-19.07.4-lantiq-ase-netgear_dgn1000b-squashfs-sysupgrade.bin"; + sha256 = "f59b14112ce845a4334c5a6d7665d3cb58ff83d51224884107c06cc92c96a560"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn1000b" + "DGN1000B" + ]; + titles = [ + { + title = "Netgear DGN1000B"; + } + ]; + }; + }; + target = "lantiq/ase"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + falcon = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-heartbeat" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + lantiq_easy88388 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-lantiq-falcon-lantiq_easy88388"; + images = [ + { + name = "openwrt-19.07.4-lantiq-falcon-lantiq_easy88388-squashfs-sysupgrade.bin"; + sha256 = "b256643ebb0a1529170699c0ea0d064a18ddecccf95ad759740cafc7bbd0dba1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy88388" + ]; + titles = [ + { + title = "EASY88388 - Lantiq Falcon FTTDP8 Reference Board"; + } + ]; + }; + lantiq_easy88444 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-lantiq-falcon-lantiq_easy88444"; + images = [ + { + name = "openwrt-19.07.4-lantiq-falcon-lantiq_easy88444-squashfs-sysupgrade.bin"; + sha256 = "0c709cd2924f7a9401063b5f6854a06505a50b158041b85e2e25ed70ecf66a3f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy88444" + ]; + titles = [ + { + title = "EASY88444 - Lantiq Falcon FTTdp G.FAST Reference Board"; + } + ]; + }; + lantiq_easy98000-nand = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.4-lantiq-falcon-lantiq_easy98000-nand"; + images = [ + { + name = "openwrt-19.07.4-lantiq-falcon-lantiq_easy98000-nand-squashfs-sysupgrade.bin"; + sha256 = "a18ad8a005802f91536b94f68ff83ee11b86f1270c2eba38780291201bb6158b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-nand" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board NAND"; + } + ]; + }; + lantiq_easy98000-nor = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.4-lantiq-falcon-lantiq_easy98000-nor"; + images = [ + { + name = "openwrt-19.07.4-lantiq-falcon-lantiq_easy98000-nor-squashfs-sysupgrade.bin"; + sha256 = "e15d1261fdee532cfd57758c17d44cfa2d87cc3b061e9366b7cdc666cffe7c63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-nor" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board NOR"; + } + ]; + }; + lantiq_easy98000-sflash = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.4-lantiq-falcon-lantiq_easy98000-sflash"; + images = [ + { + name = "openwrt-19.07.4-lantiq-falcon-lantiq_easy98000-sflash-squashfs-sysupgrade.bin"; + sha256 = "23486658113adcfab17c5cbd402074c1cee365ca5bdd37585d472345d6b97582"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-sflash" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board SFLASH"; + } + ]; + }; + lantiq_easy98020 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-lantiq-falcon-lantiq_easy98020"; + images = [ + { + name = "openwrt-19.07.4-lantiq-falcon-lantiq_easy98020-squashfs-sysupgrade.bin"; + sha256 = "9c454b6f3b175b2c091854e6d1e33e8589d014850dff5f710fe014e97c3accd3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98020" + ]; + titles = [ + { + title = "EASY98020 - Lantiq Falcon SFU Reference Board"; + } + ]; + }; + lantiq_easy98020-v18 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-lantiq-falcon-lantiq_easy98020-v18"; + images = [ + { + name = "openwrt-19.07.4-lantiq-falcon-lantiq_easy98020-v18-squashfs-sysupgrade.bin"; + sha256 = "3e32549d38fe5a7fb53b586a5545e050adc45b5f5daac6e3c33e0cd9475baede"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98020-v18" + ]; + titles = [ + { + title = "EASY98020V18 - Lantiq Falcon SFU Reference Board V1.8"; + } + ]; + }; + lantiq_easy98021 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-lantiq-falcon-lantiq_easy98021"; + images = [ + { + name = "openwrt-19.07.4-lantiq-falcon-lantiq_easy98021-squashfs-sysupgrade.bin"; + sha256 = "ee608981364f5bed767b7cc919629b99913701b752023a0ae2025d58bc5d2c5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98021" + ]; + titles = [ + { + title = "EASY98021 - Lantiq Falcon HGU Reference Board"; + } + ]; + }; + lantiq_easy98035synce = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-lantiq-falcon-lantiq_easy98035synce"; + images = [ + { + name = "openwrt-19.07.4-lantiq-falcon-lantiq_easy98035synce-squashfs-sysupgrade.bin"; + sha256 = "b2ba4e5ebe3f329865858ca2835ebfe4cc457c7f53bd105da568766c907bc922"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98035synce" + ]; + titles = [ + { + title = "EASY98035SYNCE - Lantiq Falcon SFP Stick with Synchronous Ethernet"; + } + ]; + }; + lantiq_easy98035synce1588 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-lantiq-falcon-lantiq_easy98035synce1588"; + images = [ + { + name = "openwrt-19.07.4-lantiq-falcon-lantiq_easy98035synce1588-squashfs-sysupgrade.bin"; + sha256 = "6fcdf4aa9047c79d5b18d6ce5d83b119ce601f686699df1388e77cf19e488d6d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98035synce1588" + ]; + titles = [ + { + title = "EASY98035SYNCE1588 - Lantiq Falcon SFP Stick with SyncE and IEEE1588"; + } + ]; + }; + lantiq_falcon-mdu = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-lantiq-falcon-lantiq_falcon-mdu"; + images = [ + { + name = "openwrt-19.07.4-lantiq-falcon-lantiq_falcon-mdu-squashfs-sysupgrade.bin"; + sha256 = "71a530b4c90baeb132c6a5e030747540f89033c7f442b26b302dbbe57b0e9276"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,falcon-mdu" + ]; + titles = [ + { + title = "MDU - Lantiq Falcon / VINAXdp MDU Board"; + } + ]; + }; + lantiq_falcon-sfp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-lantiq-falcon-lantiq_falcon-sfp"; + images = [ + { + name = "openwrt-19.07.4-lantiq-falcon-lantiq_falcon-sfp-squashfs-sysupgrade.bin"; + sha256 = "9095da35679b713cdb6b88202b33162f4629f6610cac7377a1bd26b9966f5578"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,falcon-sfp" + ]; + titles = [ + { + title = "SFP - Lantiq Falcon SFP Stick"; + } + ]; + }; + }; + target = "lantiq/falcon"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "ltq-vdsl-vr9-vectoring-fw-installer" + "kmod-ltq-vdsl-vr9-mei" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-atm-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-deu-vr9" + "ltq-vdsl-app" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "ppp-mod-pppoa" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "2f3b3d1d469b3a219a3c97cd9696b84f2f855f35f42fa2fec156c472961aa5ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + title = "BT OpenReach - ECI VDSL Modem V-2FUb/I"; + } + ]; + }; + arcadyan_arv7519rw22 = { + device_packages = [ + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-arcadyan_arv7519rw22"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-arcadyan_arv7519rw22-squashfs-sysupgrade.bin"; + sha256 = "58348c71df0446548a8f659b27f48e043ee2db46c2870379f8e0ca88e4e791ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519rw22" + "ARV7519RW22" + ]; + titles = [ + { + title = "Livebox Astoria ARV7519RW22"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "10e7d8bccefe4a073193c80c4d8771ee810fa6ba3187639bdb6adcdfeff7d259"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + title = "BT OpenReach - ECI VDSL Modem V-2FUb/R"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"; + sha256 = "91b79cd3ed61b10f1d3862f928f669fa005814270b2bffa3199fbfae8c85e743"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + title = "o2 Box 6431 / Arcadyan VGV7510KW22 (BRN)"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "fda573051c536198d27b0c6023a459b38c54cd712cb35c5d7e27a484200c0fdc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + title = "o2 Box 6431 / Arcadyan VGV7510KW22 (NOR)"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"; + sha256 = "5abbd6ddabe242a707ab61bf9d60984c12d67cf25e4ab719bcda00916cb49f7f"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + title = "Experiabox 8 VGV7519 (BRN)"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "a96946506a81b82946e91fed64462821edd0536ab796c427a2bcc4a45d0b46e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + title = "Experiabox 8 VGV7519"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "bbe7de42acfa95bbef42ff200389b7e0ecb1fe2d837d21d09a8f06596c56af75"; + type = "eva-filesystem"; + } + { + name = "openwrt-19.07.4-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "10cefbfd99e68ab677b81ad62ef42e1f9b618506efad4da4698629ea9b41c5ec"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "cb5ce075fb2a6bc1439bda6776b15107be644fb58031f2c1e6d68b215de68768"; + type = "eva-kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + title = "AVM FRITZ!Box 3370 Rev. 2 (Hynix NAND)"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "e19be002786ab53bf2e3bdc9fffcd4bcdbe46bdf32ef1b2897324dc29311e127"; + type = "eva-filesystem"; + } + { + name = "openwrt-19.07.4-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "44cecb4aeec34099ce3a86933459ee27cc5216bab49c765073e2f31677546fcc"; + type = "eva-kernel"; + } + { + name = "openwrt-19.07.4-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "2a78c80623dec3fc7172b9921fae0e35a05ce5dc483eee152474a502a541fa93"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + title = "AVM FRITZ!Box 3370 Rev. 2 (Micron NAND)"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "740ba3da7a5b4257c68617d15c532caecc0a6f5e2a182d7ea1d5a21946ba620e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7360 SL"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "b2ca170271786d5604595069213455d91aa9add53c1769be3c72068c1753dcd6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7362 SL"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-avm_fritz7412"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "cbd61d20399af027264ef8618c017080cdd81565970ca1cd5b8db1a90920e5c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7412"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "77bb50025354e0d1bc23b0b4fa694f7e5a1bd3bcedcb011f08a79780b2948bec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + title = "BT Home Hub 5A"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "f39e3cbed33dbb9d9840a79fac0ec7ada29ec90b0da7aabb2b95efb34b8e2bae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + title = "Buffalo WBMR-300HPD"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "d1336c7a6b759e93c7083331cf97c789ae932d50a64e856487db0727e9469619"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "520238ffdf78658ba934ff7dcec53b9c5315fbb0817cac3ac0286b70ca9c3b0e"; + type = "fullimage"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + title = "Lantiq VR9 - EASY80920NAND"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "6d9b6f3aed92396e8aff88aec758e3b6165279cda2846bd389202064b31972ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + title = "Lantiq VR9 - EASY80920NOR"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-netgear_dm200"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "7c874b3e40b634922ab81b41e61f019bc614ad3bf23c092060d42c1901417b8f"; + type = "factory"; + } + { + name = "openwrt-19.07.4-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "e8fdef802436bca881d3c94a313bc3661976727700c77c1c66105354c8792808"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + title = "Netgear DM200"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "a8aa409e8cbde2f2c028083a656f924fb7edc8f6580a672ad6676d9125d0d1e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + title = "TP-LINK TD-W8970"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "a3275553acc274da861cdc2228858c532738568c4a1acc44e8a9ea01f4e80ec6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + title = "TP-LINK TD-W8980"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-tplink_vr200"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "38093a0ca42869673049714d0c7372c1a05193508bdea55289f4845787b20b78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + title = "TP-LINK Archer VR200"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-tplink_vr200v"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "5bed95d4eee2c4dde075c35be98a59f613c7464561ed72afe1d3cc15d6cc9e05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + title = "TP-LINK Archer VR200v"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "c9dab0f395c8a059d7059bd59a9fc3620f809280fd0ff5c00b64bf33113141b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + title = "ZyXEL P-2812HNU-F1"; + } + ]; + }; + zyxel_p-2812hnu-f3 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xrx200-zyxel_p-2812hnu-f3"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xrx200-zyxel_p-2812hnu-f3-squashfs-sysupgrade.bin"; + sha256 = "0e23d30bc86666165b77322d6d08d010c6c5b66ce370678ba0ee6434b004bdc1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f3" + "P2812HNUF3" + ]; + titles = [ + { + title = "ZyXEL P-2812HNU-F3"; + } + ]; + }; + }; + target = "lantiq/xrx200"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "3969f6f33e9a31e9736e07e12a9e6beb5a2047ab2d889df42319a15c593397d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + title = "Wippies, Elisa - ARV4510PW"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "87acc6ede80cf5c2881b95c7330cb8146c32ca72f6b2d17be9d5d51cee5ce5ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + title = "Alice/O2 IAD 4421 - ARV7506PW11"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "e0efde3e668556d574b3c4891a87c2d1b57c961fb2d2ff805b1be7898aa44e39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + title = "Astoria - ARV7510PW22"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "9b790a4436a22faf27e253aafbdec0d67e1c3c27687eb809ebbf65697a6ba8b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + title = "Astoria - ARV7518PW"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "9342e0ea69dcf82d2ce6af85598bb5c89a29d9c836979c4f3674321a6c5d355d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + title = "Astoria - ARV7519PW"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "25886705914a0e5d455b233febe292b4ec07ee01d97c0093a4513f8f4ca1e506"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + title = "Easybox 802 - ARV752DPW"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "1a36d8ae124a8c5f3ba626b472f2315fee26d5813f8cfa83be1d5f12c99d86d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + title = "Easybox 803 - ARV752DPW22"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "b1c23b939f14de3b149476f71216bfb79d4b602a2123ac3f4d6507e297d4f38b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + title = "Speedport W504V Typ A - ARV8539PW22"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-audiocodes_mp-252"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "6435e200242b1feae48e52665da1b832eb936f5874f6ce9badcffe7b928a8ce7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + title = "AudioCodes MediaPack MP-252"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-avm_fritz7312"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "40e5e30711481c5b221558f19458ec7773f62912742510845daa783d5e928e0d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7312"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-avm_fritz7320"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "e196f783b59e505b03b15cbe06c6915583d32d9a378d9f3725f54e791ff6a71f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7320"; + } + ]; + }; + bt_homehub-v2b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-deu-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-bt_homehub-v2b"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-bt_homehub-v2b-squashfs-sysupgrade.bin"; + sha256 = "db5b6002847c462a616e0f629bf9c7c2e275b3f639ae9dd2ecb2c6e6a6289d1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v2b" + "BTHOMEHUBV2B" + ]; + titles = [ + { + title = "BT Home Hub 2B"; + } + ]; + }; + bt_homehub-v3a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-bt_homehub-v3a"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-bt_homehub-v3a-squashfs-sysupgrade.bin"; + sha256 = "826cdd47d6443c2789c083910c9ccea4d766f07f206ad1b8c9ed80197d14e0da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v3a" + "BTHOMEHUBV3A" + ]; + titles = [ + { + title = "BT Home Hub 3A"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "415b20e25f7481841ad37c726a8ff1c1148d0281c6a06397a18ff97756cffe1d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + title = "Buffalo WBMR-HP-G300H (A) - WBMR"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "a92be2339ef8d8d192bb850928ff75c95285253293e978731ff3833725c0e649"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + title = "Buffalo WBMR-HP-G300H (B) - WBMR"; + } + ]; + }; + lantiq_easy50712 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-lantiq_easy50712"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-lantiq_easy50712-squashfs-sysupgrade.bin"; + sha256 = "e4933f3e0537c5fafb8dbd2cd9d0c090380624aaba42523eadbecdf8409c21bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy50712" + ]; + titles = [ + { + title = "Lantiq Danube - EASY50712"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-netgear_dgn3500"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "356221c22d659012f5fda30753929f45e501d177464d9ea2097786ce93438205"; + type = "sysupgrade-na"; + } + { + name = "openwrt-19.07.4-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "e29d54d3f367cde4fb8c0c10b06bed57ba1e7fe5b946005737c6ca5a364295b5"; + type = "factory-na"; + } + { + name = "openwrt-19.07.4-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "1376d177cf268872da269bfc56796358048d10cc42ec53286ff02a9c23e7e64a"; + type = "factory"; + } + { + name = "openwrt-19.07.4-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "30905e8692da47b3e3553d28052d0704ef0372052aa6135676570028cc683f44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + title = "Netgear DGN3500"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-netgear_dgn3500b"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "3696e3f39cd802260e91965867e3b555da27d542cc9f8e9443441bec8698c763"; + type = "factory"; + } + { + name = "openwrt-19.07.4-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "f027de91b6a976ce9bb4ce2de8df2f901fb2a8a6af8be83a287bbfecc59fea2b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + title = "Netgear DGN3500B"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "02a365e0071f809c44450421f09ea43fa174eac6dcb384420eae554c28d124a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + title = "Gigaset sx76x"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-zte_h201l"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "665245b168a4daf37bede938aaa3c22e68db02423afbc0024244c6e8d9dba615"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + title = "ZTE H201L - H201L"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + name = "openwrt-19.07.4-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "b4a3a02150afa567679856d90cfc1698096e20c91ad94fdf544ce5615fa4dc78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + title = "ZyXEL P-2601HN-Fx"; + } + ]; + }; + }; + target = "lantiq/xway"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + ]; + metadata_version = 1; + profiles = { + ls1021atwr = { + device_packages = [ + "layerscape-rcw-ls1021atwr" + ]; + image_prefix = "openwrt-19.07.4-layerscape-armv7-ls1021atwr"; + images = [ + { + name = "openwrt-19.07.4-layerscape-armv7-ls1021atwr-squashfs-firmware.bin"; + sha256 = "d8bd705481f0a5c2ec258ab59a563ec6c0ec7fb799cb97db30e4ba893efc6c18"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1021ATWR"; + } + ]; + }; + }; + target = "layerscape/armv7"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + ]; + metadata_version = 1; + profiles = { + ls1012ardb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012ardb" + "kmod-ppfe" + ]; + image_prefix = "openwrt-19.07.4-layerscape-armv8_64b-ls1012ardb"; + images = [ + { + name = "openwrt-19.07.4-layerscape-armv8_64b-ls1012ardb-ubifs-firmware.bin"; + sha256 = "78d7fd82b24699f794eac3c481767815b1052e43ca215c87faeb7ea30bf755cd"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1012ARDB"; + } + ]; + }; + ls1043ardb = { + device_packages = [ + "layerscape-fman-ls1043ardb" + "tfa-ls1043ardb" + "fmc" + "fmc-eth-config" + ]; + image_prefix = "openwrt-19.07.4-layerscape-armv8_64b-ls1043ardb"; + images = [ + { + name = "openwrt-19.07.4-layerscape-armv8_64b-ls1043ardb-squashfs-firmware.bin"; + sha256 = "88d870dd01bfbaa436e8a7039cb19212ae03525f50fe99e7f70be815d53e5b70"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1043ARDB"; + } + ]; + }; + ls1046ardb = { + device_packages = [ + "layerscape-fman-ls1046ardb" + "tfa-ls1046ardb" + "fmc" + "fmc-eth-config" + ]; + image_prefix = "openwrt-19.07.4-layerscape-armv8_64b-ls1046ardb"; + images = [ + { + name = "openwrt-19.07.4-layerscape-armv8_64b-ls1046ardb-ubifs-firmware.bin"; + sha256 = "fc3fb6a994b1fc207469190407e3a69952bc448e64ec8344dacb1dd6790db1c6"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1046ARDB"; + } + ]; + }; + ls1088ardb = { + device_packages = [ + "layerscape-mc-ls1088ardb" + "layerscape-dpl-ls1088ardb" + "tfa-ls1088ardb" + "restool" + ]; + image_prefix = "openwrt-19.07.4-layerscape-armv8_64b-ls1088ardb"; + images = [ + { + name = "openwrt-19.07.4-layerscape-armv8_64b-ls1088ardb-ubifs-firmware.bin"; + sha256 = "4a6b57819d4e9425347cd15e4ca181f15c4925d0c67c5d427cc6345fb12c9ede"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1088ARDB"; + } + ]; + }; + ls2088ardb = { + device_packages = [ + "layerscape-mc-ls2088ardb" + "layerscape-dpl-ls2088ardb" + "tfa-ls2088ardb" + "restool" + ]; + image_prefix = "openwrt-19.07.4-layerscape-armv8_64b-ls2088ardb"; + images = [ + { + name = "openwrt-19.07.4-layerscape-armv8_64b-ls2088ardb-squashfs-firmware.bin"; + sha256 = "bca015fd1e5f7c9a8e33ad5238bdff2f348aaf751f51513fb6d321bad0237fc9"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS2088ARDB"; + } + ]; + }; + traverse-ls1043 = { + device_packages = [ + "layerscape-fman-ls1043ardb" + "uboot-envtools" + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-19.07.4-layerscape-armv8_64b-traverse-ls1043"; + images = [ + { + name = "openwrt-19.07.4-layerscape-armv8_64b-traverse-ls1043-ubifs-sysupgrade.bin"; + sha256 = "7ca18296e5720cedc935fcf325dea1bf6a808035bcfbe0b393dc10314c7c290f"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-layerscape-armv8_64b-traverse-ls1043-ubifs-root"; + sha256 = "5b3236635d7f0108c2e08d8077176464b09ff2854b95fe4cd14f41e353e78daf"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Traverse LS1043 Boards"; + } + ]; + }; + }; + target = "layerscape/armv8_64b"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + ]; + metadata_version = 1; + profiles = { + MTK-RFB1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-core" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-19.07.4-mediatek-mt7622-MTK-RFB1"; + images = [ + { + name = "openwrt-19.07.4-mediatek-mt7622-MTK-RFB1-squashfs-sysupgrade.bin"; + sha256 = "9ebb01e453f2499bd0ef30bdddb0ce83feae0adcff98b57360ae2b10b015cb10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7622" + ]; + titles = [ + { + title = "MTK7622 rfb1 AP "; + } + ]; + }; + }; + target = "mediatek/mt7622"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + ]; + metadata_version = 1; + profiles = { + "7623a-unielec-u7623-02-emmc-512m" = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + ]; + image_prefix = "openwrt-19.07.4-mediatek-mt7623-7623a-unielec-u7623-02-emmc-512m"; + images = [ + { + name = "openwrt-19.07.4-mediatek-mt7623-7623a-unielec-u7623-02-emmc-512m-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "0b56ef4163725d1551155a93c7f54618e927192b749ac44463406be5bad1bea9"; + type = "sysupgrade-emmc"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + title = "MTK7623a UniElec U7623-02 (eMMC/512MB RAM)"; + } + ]; + }; + "7623n-bananapi-bpi-r2" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mediatek-mt7623-7623n-bananapi-bpi-r2"; + images = [ + { + name = "openwrt-19.07.4-mediatek-mt7623-7623n-bananapi-bpi-r2-squashfs-sysupgrade.bin"; + sha256 = "164e1cf3666e4d4a06469ba8b1fd91c4d895281578ce282ba2f4fea262628ff7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MTK7623n BananaPi R2"; + } + ]; + }; + }; + target = "mediatek/mt7623"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + mpc85xx = { + generic = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mpc85xx-generic-red-15w-rev1"; + images = [ + { + name = "openwrt-19.07.4-mpc85xx-generic-red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "698a302c515f2b5603ad630938824add15c2e3d1a4ea9f4f3f026bef192bfb33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + title = "Sophos RED 15w Rev.1"; + } + ]; + }; + tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mpc85xx-generic-tl-wdr4900-v1"; + images = [ + { + name = "openwrt-19.07.4-mpc85xx-generic-tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "f6c4107f3e5488c7aa957f87abb30de93697ef7a65be2154add8ca28e2bfbca8"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-mpc85xx-generic-tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "0b8f7bfd28f04c2298f2c588454416025ff92049f3defe893f85056885131079"; + type = "factory"; + } + ]; + supported_devices = [ + "tl-wdr4900-v1" + "tplink,tl-wdr4900-v1" + ]; + titles = [ + { + title = "TP-Link TL-WDR4900"; + } + ]; + }; + }; + target = "mpc85xx/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.4-mpc85xx-p1020-hiveap-330"; + images = [ + { + name = "openwrt-19.07.4-mpc85xx-p1020-hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "90a1a4928076069f81ac293b87ca0e68be6ae84935b8b32196ae923b6dae3f2d"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-mpc85xx-p1020-hiveap-330-squashfs-fdt.bin"; + sha256 = "0e8feff31209f6972495f02f4bf47b65ca18d5577687747893c64c344757f245"; + type = "fdt"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + title = "Aerohive HiveAP-330"; + } + ]; + }; + panda = { + device_packages = [ + "kmod-rtc-ds1307" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-mpc85xx-p1020-panda"; + images = [ + { + name = "openwrt-19.07.4-mpc85xx-p1020-panda-squashfs-sysupgrade.bin"; + sha256 = "42ee1b00509c23e1b9358f1af182e686e6ca470bfe2d274b076d68953d51b2f6"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-mpc85xx-p1020-panda-squashfs-fdt.bin"; + sha256 = "3c72f0a66bd9cce126c50aca0ce3981882487dc9ab9ba59653631ebe23c0ded8"; + type = "fdt"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + title = "OCEDO Panda"; + } + ]; + }; + ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mpc85xx-p1020-ws-ap3710i"; + images = [ + { + name = "openwrt-19.07.4-mpc85xx-p1020-ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "d8aed602d09d32bc8679fc670773e7bdd288e8267383d3681705dbd864dc4bb4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + title = "Enterasys WS-AP3710i"; + } + ]; + }; + }; + target = "mpc85xx/p1020"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + p2020rdb = { + device_packages = [ + "kmod-hwmon-core" + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.4-mpc85xx-p2020-p2020rdb"; + images = [ + { + name = "openwrt-19.07.4-mpc85xx-p2020-p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "28f1dc26934c630217820d4691e237ad90a72dcc4c0167ffe65170b7104fe0a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + title = "Freescale P2020RDB"; + } + ]; + }; + }; + target = "mpc85xx/p2020"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "e2fsprogs" + "ethtool" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "77d1fe3b65a8557dfae902b6c93184294847bbfb688b49a56764a72374fae450"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "ed997e2b39730dde9140ae6ed99a5806d9ac056a9bf698be748b0d48d1d99bc1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + title = "ESPRESSObin (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "b6f8c9f5acdd7f11ddf97dded8a29ee5af0ca4cdaa3a2df4908433369f27874f"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "084134c4999be9dbdfcff5aed67e0d2c76736c3e119db21c10e1caf2a98bb0fc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + title = "ESPRESSObin eMMC (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "05ff294fd5cc7a2f00ad746e159da398a1017530953ccc87d03246883de5de73"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "a489f296d7bb6291625bc0059e0bc0a6c824ac141e629770c2b2bd30be430b60"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + title = "ESPRESSObin V7 (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "04c0a4d0de03a347fab84a093ab8fcab2bf70af006fe6b59c35dc0dce78c862b"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "53590fd31e3b4a5535aef4b26cc02c583ccb2d257ba6cebe08ba03addec7a2e0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + title = "ESPRESSObin V7 eMMC (Marvell Armada 3700 Community Board)"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "f2c2a0cbe2086237460bddf9f9fd04711c6d25c5baf06c41f07696f70aa65d06"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "29d04acb852aa6f904f925db5123fee647538459dc168233e7df21ec07acd2eb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + title = "Marvell Armada 3720 Development Board DB-88F3720-DDR3"; + } + ]; + }; + }; + target = "mvebu/cortexa53"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "e2fsprogs" + "ethtool" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "9058218ee09a8b48ca20bf8ffa7d65d7b32ea2e1d0d5e786ee11e1ce174fe012"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "e863d93a4fe367b58d5cfa60fab13974845873ad9f88d78f5188fe7965138ecc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + title = "Marvell Armada 7040 DB board"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "c4d907416b4a2a79c1194848bd612e10f834532e3b0a309bc3547d17c54aa3e0"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "65ee0608317d61742df4799145bf9e49f7bec5ce0c5c9d954b7ecba3142e0269"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + title = "Marvell Armada 8040 DB board"; + } + ]; + }; + marvell_macchiatobin = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa72-marvell_macchiatobin"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa72-marvell_macchiatobin-ext4-sdcard.img.gz"; + sha256 = "2205f5dd2bd3cd50991b78fbef40ed1bdaedd4050d2108bcf998d097460fd948"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa72-marvell_macchiatobin-squashfs-sdcard.img.gz"; + sha256 = "162b841407a3635a21de1a3f864563bf33e5f16681573c21344cd77a5680cfd2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin" + ]; + titles = [ + { + title = "MACCHIATObin (SolidRun Armada 8040 Community Board)"; + } + ]; + }; + }; + target = "mvebu/cortexa72"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + name = "omnia-medkit-openwrt-19.07.4-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "c59c85ae2e677306bb4998cd9828d7441624972ce4951465a690a1d6577b6fd4"; + type = "omnia-medkit-openwrt-19"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "3db3518d86d2000fcc25398d8693066c1f592338501b7c3ff7eb7bb887041a09"; + type = "openwrt-19"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + title = "Turris Omnia"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "3e49427147b447f65ee5afac0753551873369ee077d7d69f5e1cf813217612ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + title = "Globalscale Mirabox"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "5065d45218bb56358e8a04e8d861d8ef2a59698be5ecbecd0ebab3a596e6205e"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "efd6e7e7d14e304dbdbc3a88c71d0baa78f07ee69368dac53675b9693824c1db"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + title = "Linksys WRT1200AC (Caiman)"; + } + ]; + }; + linksys_wrt1900ac = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt1900ac"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt1900ac-squashfs-sysupgrade.bin"; + sha256 = "48d6d9d9816db785723be555b2f83537e46ade7b64f7074b2e99eb6cbfb35097"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt1900ac-squashfs-factory.img"; + sha256 = "e1f467140ffb6e5b91ff9dd40c93ad7358a3fc22d6ba31470eb723e0688aa5e2"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + title = "Linksys WRT1900AC (Mamba)"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "299fa0ca44f9fd8ad990e46963adc7153bf621cb5c78626dd0c7276cabbd95bc"; + type = "factory"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "6cd5df430e196e0a305c230b5db44fa2b58c815b25d1c133c83bd9917d957ac2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + title = "Linksys WRT1900ACS (Shelby)"; + } + ]; + }; + linksys_wrt1900acv2 = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt1900acv2"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-sysupgrade.bin"; + sha256 = "2ea8b5af42344fd39ba9ce99c0809bbc1513fc7bc8a3ff877e3843b7ca0cd372"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-factory.img"; + sha256 = "bf28ca52b524daab67ef2803972aeacb37676814aa7d280ebc61d11da183152d"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + title = "Linksys WRT1900ACv2 (Cobra)"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "4a3a05d5a1066e4fb51c7e978bb4c585499c3189bb650e716e8e43617d4b0f65"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "426f0ff014e9270ccfb147dcb5c59e3d0efccedde60de27094486e4916cb5246"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + title = "Linksys WRT3200ACM (Rango)"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "d7d55a7ab06133b2fa090a8ec285787151ed6ac709811299edfdb09154d8092a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "da66bf597e9261ef4a4efea2f3d1c5342887b23465595541f5e8269b983796c4"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + title = "Linksys WRT32X (Venom)"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "23725983166a80078e75704fc6ba479851adc53e642f859affe710f881968b92"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + title = "Marvell Armada 370 DB (DB-88F6710-BP-DDR3)"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "0b042c2d7490cedec05d409d61c5b03cacefca3a07e9598bb86d75adfa7de19b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + title = "Marvell Armada 370 RD (RD-88F6710-A1)"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "801417bf5da913221014dc99f58fac080f2fc8ae26fc08289c9a88c682bb021f"; + type = "factory"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "e7742cdc30047a18f3c0bfeb1e7041c660260347f366224b3c5e335bb40b5bad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + title = "Marvell Armada 385 DB AP (DB-88F6820-AP)"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "7d9a7bd70bfaa985a188d544b9c8ae6297969b354deb59da448a69e833a2ff45"; + type = "firmware"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + title = "Marvell Armada 388 RD (RD-88F6820-AP)"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "5ba2abb745c60723d813d5af6a156103bbdf6030cbeeead21c67d72606eeeb61"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + title = "Marvell Armada XP DB (DB-78460-BP)"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "81de4f14b419d6654edc55d0231fee8b9e1340aa382e5f0a8cca62257a43f612"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + title = "Marvell Armada XP GP (DB-MV784MP-GP)"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "2d40b994dad5c973bc8fd1708962714d2826ab3bbc8e077ca4b13997df192ff8"; + type = "factory"; + } + { + name = "openwrt-19.07.4-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "abc5e3d457ae3a35e5370324a26dad70d57860c26c3a9b8ae3c8fa77b7453292"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + title = "Plat'Home OpenBlocks AX3"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "9adc4006d38facc266271cad0e15197447400b936b3028745827fda77e06b868"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + title = "SolidRun ClearFog Base"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + "swconfig" + ]; + image_prefix = "openwrt-19.07.4-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + name = "openwrt-19.07.4-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "c17ba8c39c19aa714e70da11e54ea2f2e54045fe9cd9049e6d4e07e0419f97e2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + title = "SolidRun ClearFog Pro"; + } + ]; + }; + }; + target = "mvebu/cortexa9"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + er = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-octeon-er"; + images = [ + { + name = "openwrt-19.07.4-octeon-er-squashfs-sysupgrade.tar"; + sha256 = "a5b8c273802b5a92fc464b3f7bc14144bebd4e158f1eac498966e1c50ac259d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti EdgeRouter"; + } + ]; + }; + erlite = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-octeon-erlite"; + images = [ + { + name = "openwrt-19.07.4-octeon-erlite-squashfs-sysupgrade.tar"; + sha256 = "03b687dac38641f69921d06a07e7c56a8680b2236d45d34ae5c63d65f235343a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti EdgeRouter Lite"; + } + ]; + }; + }; + target = "octeon/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-omap-ti_am335x-bone-black"; + images = [ + { + name = "openwrt-19.07.4-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "ddb095ee3d20bc37ff1f0d784eb32e4d1ed793dd8a424ca46ef1adcd69f0366b"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "20718e8541ff93ab08a90a89e169525f0fa41fc309a8bb01a235515f2ad539f0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + title = "TI AM335x BeagleBone Black"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-omap-ti_am335x-evm"; + images = [ + { + name = "openwrt-19.07.4-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "10b3143d878168120858a6a316d10234524bb832f5d9e193dd50c21b6ca62d26"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "19ba6b561a6f3c212452a3c29c0ac5a4fce39406c1629075e69142a29b7d0a12"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + title = "TI AM335x EVM"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net" + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-19.07.4-omap-ti_omap3-beagle"; + images = [ + { + name = "openwrt-19.07.4-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "d198c9319630ebc89b0e10536f6d1b1bfcb3f81d4efae47fd48a1e61e1331067"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "2d3a699e1c442ec24149dfcfe00cc8de7505329553d24a860c3f3b2b8733c164"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + title = "OMAP3 TI beagleboard"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-19.07.4-omap-ti_omap4-panda"; + images = [ + { + name = "openwrt-19.07.4-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "5007b8064fa55de4d6ee248dde1739687d36c71b9e24b0fcd19ab3b35db1301d"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "a43f494a99a1e047795d7b88554c779772e7d658ba07d4af1585b57b21703c4f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + title = "OMAP4 TI pandaboard"; + } + ]; + }; + }; + target = "omap/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-ledtrig-timer" + "kmod-leds-gpio" + "uboot-envtools" + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-ledtrig-timer" + "kmod-leds-gpio" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-19.07.4-oxnas-ox820-akitio_mycloud"; + images = [ + { + name = "openwrt-19.07.4-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "1baf82a2ea51f23e06af72ada9ad8982cedaa1002e95de01c2a7d5578521146a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "005b93cb553651bcdc739aee5fa4edb3eb8d6bdb8c97a05c4d3c9ef59a5d1ca1"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "87967c0341ce5672b44952a4f1d8e4b67e40e3f7a2e497021328cedb22539750"; + type = "ubinized"; + } + { + name = "openwrt-19.07.4-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "a6809d6c194b8be87848998d15131b328ffa2b7e44f3369a5ec2c149efb769ba"; + type = "ubinized"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + title = "Akition myCloud (mini) / SilverStone DC01"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + name = "openwrt-19.07.4-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "e9bc77652e7fea2ce2f9fb36055b564b8f22cb1a1197a88369ed1c261fc34891"; + type = "ubinized"; + } + { + name = "openwrt-19.07.4-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "d9ea5c04290e094707ecbeb23679109102e85ff322c810a07bab3ed873655447"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "698b365fe669b0662874bd778e7945f5f7a644a54ebfeaf1cc179179389314f0"; + type = "ubinized"; + } + { + name = "openwrt-19.07.4-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "3efb949874a6b5a7d50bb7255fb5cd65daff66722e092b7750b042b95db728ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + title = "Cloud Engines PogoPlug Series V3 (without mPCIe)"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + name = "openwrt-19.07.4-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "fe4a784ac2b054c37fe6ddc4aaba7c00801ce47d4092197423f1ff26f6633dff"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "8c9662260f5c9f115824169f116b8a4ea5bc2bcd301f5093ebe305b9f04985e9"; + type = "ubinized"; + } + { + name = "openwrt-19.07.4-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "17ddaf16978a88d35137d5f53a8786054683651a3772b730db245b78e4c45545"; + type = "ubinized"; + } + { + name = "openwrt-19.07.4-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "bfd25e643648b2135552621bc46b103ed7b131183303763c2bc55757cbf56ab3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + title = "Cloud Engines PogoPlug Pro (with mPCIe)"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + name = "openwrt-19.07.4-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "8d99f32f3f00d67ab536091f13c47a93049d479900ffa1601df1e62e9aa405ca"; + type = "ubinized"; + } + { + name = "openwrt-19.07.4-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "d3b184dbe17e51bf42bdbba873e08bbf68a66706be44dc934522ed6fd34e1891"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "032b9425b6bcbcafabafc1d0f37de1f287369a178f4c08f3ea6b20b9db1b69c0"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "90ffe1d319c4c7a314121c8820efa456b92d2f6875009aafc37cb462239365e6"; + type = "ubinized"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + title = "MitraStar STG-212"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-core" + "kmod-hwmon-gpiofan" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-19.07.4-oxnas-ox820-shuttle_kd20"; + images = [ + { + name = "openwrt-19.07.4-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "5efb83d800fb93b21278d42faa54b1cf300b85f9f98a98380fd379a7fb9ebbbd"; + type = "ubinized"; + } + { + name = "openwrt-19.07.4-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "5d5cfe42cfb8417903a9eb44a6205411e21ce63ecd9b4aae2c3f0a43bd03dd33"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "026b0ee510af69c347bfb9f8554e63e0d2aa2a4f9c4531628a15e4e00e018040"; + type = "ubinized"; + } + { + name = "openwrt-19.07.4-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "9c11a324811083d7f5618997abb23fdff38f3fd8416fbbf1aa45d4566ab31653"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + title = "Shuttle KD20"; + } + ]; + }; + }; + target = "oxnas/ox820"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + marduk = { + device_packages = [ + "kmod-tpm-i2c-infineon" + ]; + image_prefix = "openwrt-19.07.4-pistachio-marduk"; + images = [ + { + name = "openwrt-19.07.4-pistachio-marduk-squashfs-sysupgrade.tar"; + sha256 = "b284f7fe08ac132bcdb8a15f5a96a68a2b430fc7856d1a620714bfe903d495b2"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-pistachio-marduk-squashfs-factory.ubi"; + sha256 = "4ff01ef63f01047730806be7c5c6f582c9e7d2ea636ca26a07062b0c9b186cc3"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Creator Ci40"; + } + ]; + }; + }; + target = "pistachio/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + ArcherC20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-ArcherC20i"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-ArcherC20i-squashfs-factory.bin"; + sha256 = "ed58bf3fcb4c7f5d0251d8e5e59f7cafacdd36a2cc442273df71298bfad7c14e"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-ArcherC20i-squashfs-sysupgrade.bin"; + sha256 = "512a5c42a23b4e6eca907cce1af7d0fe63e10f274e763b87e9b6dfaafe9b9c87"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c20i" + ]; + titles = [ + { + title = "TP-Link ArcherC20i"; + } + ]; + }; + ArcherC50v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-ArcherC50v1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-ArcherC50v1-squashfs-factory-us.bin"; + sha256 = "1ba5c00fbf4fb1ce65f2ebbf66fa631e38695b6f202aad685babc227ddb6649f"; + type = "factory-us"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-ArcherC50v1-squashfs-factory-eu.bin"; + sha256 = "d63b4a361f3bb238882d8c3f5c959ca544bf1d007565ba914db39e37ec8a1f98"; + type = "factory-eu"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-ArcherC50v1-squashfs-sysupgrade.bin"; + sha256 = "8d754b1934535060954889719adf94c4c1a56390a9857e5a498f7ede0c6cf773"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c50" + ]; + titles = [ + { + title = "TP-Link ArcherC50v1"; + } + ]; + }; + ArcherMR200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-rndis" + "kmod-usb-serial" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-ArcherMR200"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-ArcherMR200-squashfs-sysupgrade.bin"; + sha256 = "e8e063daba5d3d896755c161a664d90edb48be2e300a631a5e38eee58bfbba16"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mr200" + ]; + titles = [ + { + title = "TP-Link ArcherMR200"; + } + ]; + }; + ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-ai-br100"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-ai-br100-squashfs-sysupgrade.bin"; + sha256 = "6a8589811c84eb3e6b833fb49abb008ee6c3b769b969202d4dbbd13f4aba9d78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ai-br100" + ]; + titles = [ + { + title = "Aigale Ai-BR100"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "3881292e78d509f522746547bfbe2581f18abdf88b28ce2fcef332d58e9bdb34"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + ]; + titles = [ + { + title = "ALFA Network AC1200RM"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "d9edbfee91bb24094f6219ecdc90e128253e7204585b4e767f831bf6d7dad8bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + ]; + titles = [ + { + title = "ALFA Network R36M-E4G"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "94661c6d7958d49cc644aa0859e36958b800da5c352ed4bdd36d08a2f5adaad3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + ]; + titles = [ + { + title = "ALFA Network Tube-E4G"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "76c330f66dee89c1a91c8e71637a48e6010fc17bd0bd7fc776cf17a82974e311"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + title = "BDCOM WAP2100-SK (ZTE ZXECS EBG3130)"; + } + ]; + }; + bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-bocco"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-bocco-squashfs-sysupgrade.bin"; + sha256 = "14523f5eb639f54daa7409585d2942ff37567fe9c520791dd42f6bb9d5c0151c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bocco" + ]; + titles = [ + { + title = "YUKAI Engineering BOCCO"; + } + ]; + }; + c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-c108"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-c108-squashfs-sysupgrade.bin"; + sha256 = "a95e9f5ab6bf6245adfffe6ca2c6911c017e3b17ef93c07dc067966121a89fea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c108" + ]; + titles = [ + { + title = "HNET C108"; + } + ]; + }; + cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-cf-wr800n"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "8125d985bc683a66b32c875a16a312c48ce60a0edc3a2697b0c1849ed66dd539"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cf-wr800n" + ]; + titles = [ + { + title = "Comfast CF-WR800N"; + } + ]; + }; + cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-cs-qr10"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "53d37b707863a9af8f71031995518c1f3c621f1d2434e13d914b2616136814d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cs-qr10" + ]; + titles = [ + { + title = "Planex CS-QR10"; + } + ]; + }; + d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-d240"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-d240-squashfs-sysupgrade.bin"; + sha256 = "82d73f791fa303f51bd78d443f233117c9c22da686cbaff647d2ba6840f8bf78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d240" + ]; + titles = [ + { + title = "Sanlinking Technologies D240"; + } + ]; + }; + db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-db-wrt01"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "d47b5d6dc362a424a1c06f253a626ae1a3b8a2b68aa8b7a45f01624f34f3b440"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "db-wrt01" + ]; + titles = [ + { + title = "Planex DB-WRT01"; + } + ]; + }; + dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-dch-m225"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-dch-m225-squashfs-sysupgrade.bin"; + sha256 = "19a6e2a8e0529cb8390f39beb79329c80769155e507f6e0d16276e4504e1c553"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-dch-m225-squashfs-factory.bin"; + sha256 = "06462a4c1b2a31fd7c6591a1d9264ae64d04c3ae2ced7d32cc92c718045aa375"; + type = "factory"; + } + ]; + supported_devices = [ + "dch-m225" + ]; + titles = [ + { + title = "D-Link DCH-M225"; + } + ]; + }; + dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-dir-810l"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-dir-810l-squashfs-sysupgrade.bin"; + sha256 = "ab29645a73a5eeb9212d8953c66bce73cb3a136e8cb975e42459bdf05379c5a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-810l" + ]; + titles = [ + { + title = "D-Link DIR-810L"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-dlink_dir-510l"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "66eebf2d9bfd508e613b6ed4bfd00eaf682cecb499195b937ec6b13b2fc66fd7"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "9c170454e99cc2e13c95dcf46d00c3d584eca3acb4cdd0780bbf51aded7d53d0"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + title = "D-Link DIR-510L"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "963fe1addaa7c7d1870b269cd7a5005f781bd3cb6e35d40a2af6b6972824b9cb"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "9bd788327f2ae93f34d32ec0eacbfe78562ecd868de17c04edc3ab3c15672b0b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + title = "D-Link DWR-116 A1/A2"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "e75f97d3ff3e30c15019549b5c9d3797d59549d1d7731b83383188f4e734e5da"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "ccaf175845d881591f4278dce906d1545017f2053d9fd985350d43998c2dcaca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + title = "D-Link DWR-118 A1"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "0cdeaaf5feb2055a1546382a6dfeb608b2d7fd536985982be483321300b4bd8b"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "f9c62a7a871cdb1ad80dafeb87cd67e6c2d17a86980899bff0381da3baf11fd2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + title = "D-Link DWR-118 A2"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "28b9fd250c694a8b4d9760420ec4a02e5ec0081e5012242f7145811197cb38cc"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "94305990b16b2269b2515d19ec303052079973079c14e7b97d8f619bfdea0a00"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + title = "D-Link DWR-921 C1"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "9d4df07cc5fb0e2c385c5daf8ccaf21e8b3b23a4daee2a6ab812f17c70399562"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "0bcd1183faaa16e4e8457185b3660e5a1793dbb1bde9eec3902994281e660ecd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + title = "D-Link DWR-921 C3"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "61a4f3997d5757ae0264eeb60bc48f797745adcdfa4a21363dc921e5ba3e22d6"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "ae044249d71b9183b72bdca3af68653f30582283bd5583b0b9d3c6e59242038f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + title = "D-Link DWR-922 E2"; + } + ]; + }; + e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-e1700"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-e1700-squashfs-factory.bin"; + sha256 = "4ac9f5b70c8d8c45c837910df084473068b137cf51622f9c3992342661a77cbb"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-e1700-squashfs-sysupgrade.bin"; + sha256 = "deb66ece17e338da13d9e83eb95696587262661cb988e24439ee7db968a284e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700" + ]; + titles = [ + { + title = "Linksys E1700"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "d89934f22746a2573ebfd6a1d768ecc96d576bbf01b4b6591de4f323bf179743"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + title = "Edimax BR-6478AC V2"; + } + ]; + }; + ex3700-ex3800 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-ex3700-ex3800"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-ex3700-ex3800-squashfs-factory.chk"; + sha256 = "6502cd0b2854a8a02ddf28f23375def1a1af8549ba97bf3034000e8aa8a425b3"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-ex3700-ex3800-squashfs-sysupgrade.bin"; + sha256 = "b40d1508e02a7b9f6c4eb4b0273c8e69e72a66ae4e582de03410423370a7b10a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ex3700" + ]; + titles = [ + { + title = "Netgear EX3700/EX3800"; + } + ]; + }; + gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-gl-mt300a"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "3a14eea0eb2e98cc6219d4ab37faf29fcdbee1a6b2c003571d8475af83f34261"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300a" + ]; + titles = [ + { + title = "GL-Inet GL-MT300A"; + } + ]; + }; + gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-gl-mt300n"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "003fc48a27bbc25ed649b476daca879728d0e58150bb1392848bf582b44348be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300n" + ]; + titles = [ + { + title = "GL-Inet GL-MT300N"; + } + ]; + }; + gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-gl-mt750"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "da956dc1464a9732c6a947546c76a214ba63b83f93f9b4a7882b8fa461ba8e43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt750" + ]; + titles = [ + { + title = "GL-Inet GL-MT750"; + } + ]; + }; + hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-hc5661"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-hc5661-squashfs-sysupgrade.bin"; + sha256 = "c57e87ca7e94444138e0e4b11616e6595b0898fafd6e05c2520330ff77b1f4b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5661" + ]; + titles = [ + { + title = "HiWiFi HC5661"; + } + ]; + }; + hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-hc5761"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-hc5761-squashfs-sysupgrade.bin"; + sha256 = "fbff5634bf82c037a7cd1fef8255d0c8f171c90d978318833ef3273a8304a04f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5761" + ]; + titles = [ + { + title = "HiWiFi HC5761"; + } + ]; + }; + hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-hc5861"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-hc5861-squashfs-sysupgrade.bin"; + sha256 = "0a90357762f59e3d2d2e414d158fc43f004528be21e91d00873366645a858f56"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5861" + ]; + titles = [ + { + title = "HiWiFi HC5861"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "42011df6c152c625381f880742f376889cf6b468740a434782360ad838f2127c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + title = "Head Weblink HDRM2000"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "ad6ab707494aabc441f2d1c5c1f3e7fa1fda3f7ad534bcef689d95b387954dc2"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "29a526c1aa057a6fe87f47a180b1dcf7bd5f012d28422220ba7be0ffcb315e8f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1167GR"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "2f46513a28962c5abe44dd3245b3a3fc1b86acf9b32438142c83ef11541173dd"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "1507a3181ea9179e691f677cbbb66966e4bd1ae907121453b794d98a833c20cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + title = "I-O DATA WN-AC733GR3"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-kimax_u35wf"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "96125e98c7b4ad0faf1207f33fdae8fd4dbde5a152203beb8b909d843cfeee52"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + title = "Kimax U35WF"; + } + ]; + }; + kn_rc = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-kn_rc"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-kn_rc-squashfs-sysupgrade.bin"; + sha256 = "76f22028bbdf316eef769b17c004b7561bbe3d3562b10dc6301fc1c64b8ce789"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-kn_rc-squashfs-factory.bin"; + sha256 = "0eacd97441f11964d6fa0e3612a8f6946368a6aeabac279414d62058992a6ac4"; + type = "factory"; + } + ]; + supported_devices = [ + "kn_rc" + ]; + titles = [ + { + title = "ZyXEL Keenetic Omni"; + } + ]; + }; + kn_rf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-kn_rf"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-kn_rf-squashfs-sysupgrade.bin"; + sha256 = "210248f1bd07140a961c8e275b76137991adc10d31c8650543dee5c1be8b4d63"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-kn_rf-squashfs-factory.bin"; + sha256 = "1e24876cb88ed6529f35d10f3eec22cbc7e58b48e7e78a371112ec9cf84b9c98"; + type = "factory"; + } + ]; + supported_devices = [ + "kn_rf" + ]; + titles = [ + { + title = "ZyXEL Keenetic Omni II"; + } + ]; + }; + kng_rc = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-kng_rc"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-kng_rc-squashfs-factory.bin"; + sha256 = "642550cc2b336c51edc477110b8c9fc8feff021958c844d14314b03fe3ecc7fc"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-kng_rc-squashfs-sysupgrade.bin"; + sha256 = "44a9a88580d54ddfdcd349d5ce378f1de6281eaaef5f799e133cb360ab832f9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kng_rc" + ]; + titles = [ + { + title = "ZyXEL Keenetic Viva"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-lava_lr-25g001"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "e1c1d92988e86700b373254ddbea52e56cf6682ee3fefd2dd137a44e73b980e2"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "4f5bed744859aab28e312a503f6da9614b2529a0069259d21fb2bdf163791654"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + title = "LAVA LR-25G001"; + } + ]; + }; + microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-microwrt"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-microwrt-squashfs-sysupgrade.bin"; + sha256 = "a9b64628685315f879dd854c82455e75b2356ef98024145694deec03602a9c33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "microwrt" + ]; + titles = [ + { + title = "Microduino MicroWRT"; + } + ]; + }; + miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-miwifi-mini"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "a4e85f7c561839c2e3119774a51e6304d8589698aa6928239270e1e8032a5027"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miwifi-mini" + ]; + titles = [ + { + title = "Xiaomi MiWiFi Mini"; + } + ]; + }; + mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-mlw221"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-mlw221-squashfs-sysupgrade.bin"; + sha256 = "c951530c9a66bc8f6bcd54dcef7d84820961a9c2e3933f2eb2a36940f957c9fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mlw221" + ]; + titles = [ + { + title = "Kingston MLW221"; + } + ]; + }; + mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-mlwg2"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-mlwg2-squashfs-sysupgrade.bin"; + sha256 = "115cad2a7fd65329f1f98af5c3594336c78a63ebb324ba4a29ff99f86340b28e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mlwg2" + ]; + titles = [ + { + title = "Kingston MLWG2"; + } + ]; + }; + mt7620a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-mt7620a"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-mt7620a-squashfs-sysupgrade.bin"; + sha256 = "4ef92076e28f20e243251c101bc0dc1f216a02b0d2738839112164610f1e5e62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a" + ]; + titles = [ + { + title = "MediaTek MT7620a EVB"; + } + ]; + }; + mt7620a_mt7530 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-mt7620a_mt7530"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-mt7620a_mt7530-squashfs-sysupgrade.bin"; + sha256 = "39e45d6cf5644c33483e434c93d209356a7b77e2d0b8e12bb7074d6ddd7b1d34"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_mt7530" + ]; + titles = [ + { + title = "MediaTek MT7620a + MT7530 EVB"; + } + ]; + }; + mt7620a_mt7610e = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-mt7620a_mt7610e"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-mt7620a_mt7610e-squashfs-sysupgrade.bin"; + sha256 = "bb7a78c64f29ac3555b1c6328c6cff31bbf3ec180e63e98a4cd121ff5e198a78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_mt7610e" + ]; + titles = [ + { + title = "MediaTek MT7620a + MT7610e EVB"; + } + ]; + }; + mt7620a_v22sg = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-mt7620a_v22sg"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-mt7620a_v22sg-squashfs-sysupgrade.bin"; + sha256 = "9e30936189f642df1f57bf7aa444fc5cb2bc2810e1bb3b93b7ba37adc8b417dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_v22sg" + ]; + titles = [ + { + title = "MediaTek MT7620a V22SG"; + } + ]; + }; + mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-mzk-750dhp"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "6adf0581f10fb2886f108be5a11afdb8f656ecc565ce2440c94387e702dd924b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-750dhp" + ]; + titles = [ + { + title = "Planex MZK-750DHP"; + } + ]; + }; + mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-mzk-ex300np"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "fdf06ea9df8207a727f5f01c95840b9a66e454b3d7590a9648402013071f3639"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-ex300np" + ]; + titles = [ + { + title = "Planex MZK-EX300NP"; + } + ]; + }; + mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-mzk-ex750np"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "08467d8179f709b4b9534cacf71ccc7e380c790644de8c679ccfcfff6228d932"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-ex750np" + ]; + titles = [ + { + title = "Planex MZK-EX750NP"; + } + ]; + }; + na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-na930"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-na930-squashfs-sysupgrade.bin"; + sha256 = "e305c54b6fc71b9e76ed370c965a44fe0c42631908baa5e10045c1ddfa02cf09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "na930" + ]; + titles = [ + { + title = "Sercomm NA930"; + } + ]; + }; + oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-oy-0001"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-oy-0001-squashfs-sysupgrade.bin"; + sha256 = "054346d1eacd3787ba32543ef0f7fe78f26d64d14c4912f41765936a94c0769b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "oy-0001" + ]; + titles = [ + { + title = "Oh Yeah OY-0001"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-phicomm_k2g"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "d13ba0c34c1e297b0436f2b039666e2417525f078f23da9ead1546aa2eae6c53"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + title = "Phicomm K2G"; + } + ]; + }; + psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-psg1208"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-psg1208-squashfs-sysupgrade.bin"; + sha256 = "331321b081a1eb2106ea14544cb2e5b11f762dbfe87f1cdc91b62af24cff3c08"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1208" + ]; + titles = [ + { + title = "Phicomm PSG1208"; + } + ]; + }; + psg1218a = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-psg1218a"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-psg1218a-squashfs-sysupgrade.bin"; + sha256 = "e76ed9ef5a055325b32de6509d400f4c08d42d6324fa1fd47a8fe72d1736a344"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1218a" + "psg1218" + ]; + titles = [ + { + title = "Phicomm PSG1218 rev.Ax"; + } + ]; + }; + psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-psg1218b"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-psg1218b-squashfs-sysupgrade.bin"; + sha256 = "bea9458338ef6257d3fcb7f8090ac247a578d5eb1614e5e036b9a1aaaac57761"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1218b" + "psg1218" + ]; + titles = [ + { + title = "Phicomm PSG1218 rev.Bx"; + } + ]; + }; + ravpower_wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-ravpower_wd03"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-ravpower_wd03-squashfs-sysupgrade.bin"; + sha256 = "62c1369d0966512c5861f083ab26866e66734cc03284371079a59e37d3b22812"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,wd03" + ]; + titles = [ + { + title = "Ravpower WD03"; + } + ]; + }; + rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-rp-n53"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-rp-n53-squashfs-sysupgrade.bin"; + sha256 = "3dcb1ae829fab1c9bce295f1fe472ba3d02fec4199f66a819f1d648e3d5e42c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rp-n53" + ]; + titles = [ + { + title = "Asus RP-N53"; + } + ]; + }; + rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-rt-ac51u"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "ee471ea9797cbc55201aeb4b35afb900cdc3094d999603bc69a68b242227536e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-ac51u" + ]; + titles = [ + { + title = "Asus RT-AC51U"; + } + ]; + }; + rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-rt-n12p"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "e363601b082b0b8c91f1d2e569704866bcf817ce979005d69bf719eb8d4d218e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n12p" + ]; + titles = [ + { + title = "Asus RT-N11P/RT-N12+/RT-N12Eb1"; + } + ]; + }; + rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-rt-n14u"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "fd387efc80716bbfff055dbc0684d25d3cb5c33afac96c27ab7fbb9f0a02ea55"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n14u" + ]; + titles = [ + { + title = "Asus RT-N14u"; + } + ]; + }; + tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-tiny-ac"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "3c5f2dec3c1eac61495ac3f1a3e7b0b357e05d5c80fb77f8c9def4ed95a1eb9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tiny-ac" + ]; + titles = [ + { + title = "Dovado Tiny AC"; + } + ]; + }; + tplink_c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-tplink_c2-v1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-tplink_c2-v1-squashfs-sysupgrade.bin"; + sha256 = "45a6d466642c9b1b540b5c2ee252ebd74d9d107c8bb3db51b49757bf5f9544cd"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-tplink_c2-v1-squashfs-factory.bin"; + sha256 = "d6bf55a289bab97b57819e397a64971521a549e1a2adae3815dbaa0696e655ba"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,c2-v1" + ]; + titles = [ + { + title = "TP-Link Archer C2 v1"; + } + ]; + }; + tplink_c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-tplink_c20-v1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-tplink_c20-v1-squashfs-sysupgrade.bin"; + sha256 = "93e45a2d47c5b1a30237adc151ef314c7ee3709afcea204f358e37177986192f"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-tplink_c20-v1-squashfs-factory.bin"; + sha256 = "47c167e7f34c237180f97ba0f8bfb8ef711b9419123f479eb5124ddc5b4eecbf"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,c20-v1" + ]; + titles = [ + { + title = "TP-Link ArcherC20 v1"; + } + ]; + }; + u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-u25awf-h1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "1a8e1cc12bf283382cd1a31f52fc8566b015658980f6c73ccb26b51a1dfb5fe8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "u25awf-h1" + ]; + titles = [ + { + title = "Kimax U25AWF-H1"; + } + ]; + }; + we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-we1026-5g-16m"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "4cd06e27bc6265cbfd6a08d5b507a5d71c8172f3ade393125e3319aec61cc6c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "we1026-5g-16m" + "we1026-5g-16m" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE1026-5G (16M)"; + } + ]; + }; + whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-whr-1166d"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "477f861bf86d883458d64fbcbf9e4da0b2bb197a7bb7f9a75d5b3ffca5cf3fe2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-1166d" + ]; + titles = [ + { + title = "Buffalo WHR-1166D"; + } + ]; + }; + whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-whr-300hp2"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "835c0823de6656ecdada20d944e3c985bc8b1cdb0a24d56b813119a2b99ab58c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-300hp2" + ]; + titles = [ + { + title = "Buffalo WHR-300HP2"; + } + ]; + }; + whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-whr-600d"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-whr-600d-squashfs-sysupgrade.bin"; + sha256 = "1309dd6971a36763b024fe7734aeb87a6f7ed052edca8818ef4444e9076ab773"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-600d" + ]; + titles = [ + { + title = "Buffalo WHR-600D"; + } + ]; + }; + wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-wmr-300"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-wmr-300-squashfs-sysupgrade.bin"; + sha256 = "0211297c7007dcf7afc500828a3ee0eb0909ca9f7a9400c68c637aced2933ec5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wmr-300" + ]; + titles = [ + { + title = "Buffalo WMR-300"; + } + ]; + }; + wn3000rpv3 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-wn3000rpv3"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-wn3000rpv3-squashfs-sysupgrade.bin"; + sha256 = "70e4d2a8f49360baf0bb8ab00b527a2bdba73fc2e0275968d6c29cfba8652d12"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-wn3000rpv3-squashfs-factory.bin"; + sha256 = "ae1f985f0971f1fca46748858ebb47c4ae09f8309283a7d224a8efb3e5bc3e15"; + type = "factory"; + } + ]; + supported_devices = [ + "wn3000rpv3" + ]; + titles = [ + { + title = "Netgear WN3000RPv3"; + } + ]; + }; + wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-wrh-300cr"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-wrh-300cr-squashfs-factory.bin"; + sha256 = "50f2923414227ec99b5d7fb592bf955f46dabdc6eecf433ae7a17de8a416ebc9"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "5741e478886c7e586e485341cc95f1b66425b0596f82433a26a0035dd644b05f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrh-300cr" + ]; + titles = [ + { + title = "Elecom WRH-300CR"; + } + ]; + }; + wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-wrtnode"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-wrtnode-squashfs-sysupgrade.bin"; + sha256 = "591ab2980f69093c658e3823de3a5c634eb5f19a82df0c27b55a2c22fc5cb779"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode" + ]; + titles = [ + { + title = "WRTNode"; + } + ]; + }; + wt3020-8M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-wt3020-8M"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-wt3020-8M-squashfs-factory.bin"; + sha256 = "509659d88d603b4a35942bb3212268b0ee1932435803f3717ca69381ba726861"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7620-wt3020-8M-squashfs-sysupgrade.bin"; + sha256 = "473b546340701a0218240f6894a3c09eb2244a8ceb04fc192f94c859f8701459"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wt3020-8M" + "wt3020" + ]; + titles = [ + { + title = "Nexx WT3020 (8MB)"; + } + ]; + }; + y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-y1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-y1-squashfs-sysupgrade.bin"; + sha256 = "ca0a4cbb1664d99215c2942a480f8d0f4ba3a0a4e886d57d47f9926d9e6e28a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "y1" + ]; + titles = [ + { + title = "Lenovo Y1"; + } + ]; + }; + y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-y1s"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-y1s-squashfs-sysupgrade.bin"; + sha256 = "dc069b3b5b7731804972050a56a4328e5da6581285af24bf92567bfe336ee905"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "y1s" + ]; + titles = [ + { + title = "Lenovo Y1S"; + } + ]; + }; + youku-yk1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-youku-yk1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-youku-yk1-squashfs-sysupgrade.bin"; + sha256 = "bb3e4ab23078dece9e8c677696adf816e8e097a4abd2112b2845dcbd213a6cde"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku-yk1" + ]; + titles = [ + { + title = "YOUKU YK1"; + } + ]; + }; + zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-zbt-ape522ii"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "7090f2823e8df51da7efa1734543b19aaa60bb895d96aa3164a41d363d05eb62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-ape522ii" + ]; + titles = [ + { + title = "Zbtlink ZBT-APE522II"; + } + ]; + }; + zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-zbt-cpe102"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "72d41c4e523f71601687229ef97708016277b71fc4d6d33b1aa5c95e83551a0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-cpe102" + ]; + titles = [ + { + title = "Zbtlink ZBT-CPE102"; + } + ]; + }; + zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-zbt-wa05"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "d213333cdc106ee8bf5d139cb33f73945f1bcbef5133829b46ac3a334f03fc00"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wa05" + ]; + titles = [ + { + title = "Zbtlink ZBT-WA05"; + } + ]; + }; + zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-zbt-we2026"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "5cfd7d6efe1d5dd49cd50f970c9dbfc433bbc2f3292815e290f91ae86358d250"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we2026" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE2026"; + } + ]; + }; + zbt-we826-16M = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-zbt-we826-16M"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-zbt-we826-16M-squashfs-sysupgrade.bin"; + sha256 = "39a0ccc2ab1fc349856b3485a8ea9a86425ee79fba0351313e016c3d97366204"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we826-16M" + "zbt-we826" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826 (16M)"; + } + ]; + }; + zbt-we826-32M = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-zbt-we826-32M"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-zbt-we826-32M-squashfs-sysupgrade.bin"; + sha256 = "6e3d894f313480a6c23449048e77b6a32b0b37b6a31f7e8a5aafe333493a3652"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we826-32M" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826 (32M)"; + } + ]; + }; + zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-zbt-wr8305rt"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "d9866246745f7c585468450c16c98494ae5d146f852e1611b3098f41c2119fbf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wr8305rt" + ]; + titles = [ + { + title = "Zbtlink ZBT-WR8305RT"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "bbe8071ca5f504f228762fdbec4c656bc8c230f0d1c363150191e12158475c34"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826-E"; + } + ]; + }; + zte-q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7620-zte-q7"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7620-zte-q7-squashfs-sysupgrade.bin"; + sha256 = "1fb3cf1aa7ada65953f73b6860dd8efa0001ca77e4de6f40b9c6911ed99f2804"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte-q7" + ]; + titles = [ + { + title = "ZTE Q7"; + } + ]; + }; + }; + target = "ramips/mt7620"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + "11acnas" = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-11acnas"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-11acnas-squashfs-sysupgrade.bin"; + sha256 = "9cf6fcd7e20759404d189268809a0f37745761ccff4e6b29c0c1532689848d7c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "11acnas" + ]; + titles = [ + { + title = "WeVO 11AC NAS Router"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "1db331c8fd64f81bf987342d3d0fe2b3719f8fc4612a083e6fdd7f2355098560"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + ]; + titles = [ + { + title = "ALFA Network Quad-E4G"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "5150ec463be30f53b28675b1cb580a1a3c5492e7a5215e5e5b6cd2de7ef50f5b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + title = "ASUS RT-AC57U"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "7041ddf90003ac179ff8bafe131681e7c34881e22d923e28287da6d9e30fbbd0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + title = "Newifi D2"; + } + ]; + }; + dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-dir-860l-b1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "a01b23e9125ccf64c56bdc5273ddb2a5d447b488187553942f9b2b68b73c14d0"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-dir-860l-b1-squashfs-factory.bin"; + sha256 = "533567eea530d643fd55cc3fc27cdcca2f20c86d56b384dd0103dbebda2836af"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-860l-b1" + ]; + titles = [ + { + title = "D-Link DIR-860L B1"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "960524fe91acc21b54197242674089b01d000e478d6ade5f6ad1db5666be2f27"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "73098558b6db760394b884184ca48e2b0bbc3c1a3e45a5d1f0aed2b6f5d2bbe7"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + title = "ELECOM WRC-1167GHBK2-S"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "9d5bce99ca27532a9d6c9860da52ec3ddf1e003f755a067a51f40e2dcb060eeb"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "56fb05218ea958945e20199b072b13158c13f3e582670f3b97b8c340a9cf2441"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + title = "ELECOM WRC-1900GST"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "7eb426bb15ce2dc0817a84710c4a7fd62a8a28ef60bcfe8ded715c9f8ff218ec"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "73b94efbc5f4f9cd7b8b9b32fe9b6dade76d49d2131a91104d4dbe33a1000ef4"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + title = "ELECOM WRC-2533GST"; + } + ]; + }; + ew1200 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-ew1200"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-ew1200-squashfs-sysupgrade.bin"; + sha256 = "b1ba3c556766a04bc417ab68cc95c709c8943972ffc3923165e060424ff43cde"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ew1200" + ]; + titles = [ + { + title = "AFOUNDRY EW1200"; + } + ]; + }; + firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-firewrt"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-firewrt-squashfs-sysupgrade.bin"; + sha256 = "bbb1ab78bda61d7424233746ea429e2e39bcc6a647917fb2a4c12a1be991e42f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "firewrt" + ]; + titles = [ + { + title = "Firefly FireWRT"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "d451605254ab79c09201ecc01be3772fde2eec5e2d6048c707edad13c8db72cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + title = "GnuBee Personal Cloud One"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "7493152bb65f2067c8258f4ae29f7cff3c6f36f15acfef4402e1e3e339d45e43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + title = "GnuBee Personal Cloud Two"; + } + ]; + }; + hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-hc5962"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-hc5962-squashfs-factory.bin"; + sha256 = "ccdfa775329d6f29ea52add0c0598e68a02cf1287ea9643300726490e356e7a5"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-hc5962-squashfs-sysupgrade.bin"; + sha256 = "7dfc7d5c20121b3dcdfa6bd48a7fe28369b2324ee286634eb5839a1df929ac59"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5962" + ]; + titles = [ + { + title = "HiWiFi HC5962"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "76b3269f3050774065560ad86782bb93bfc4d0aebedf3f4784c0ee6758d3daa1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + title = "I-O DATA WN-AX1167GR"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "4c426b6ebe497878ac7a25f46460ec334bf71fc428646c07646107d2ebdfc88a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + title = "I-O DATA WN-GX300GR"; + } + ]; + }; + k2p = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-k2p"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-k2p-squashfs-sysupgrade.bin"; + sha256 = "58914d6e8fd4b6564c3fe9a074a3a9f66c1ba66e9b373485a96a61ac3d9ceb3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "k2p" + ]; + titles = [ + { + title = "Phicomm K2P"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "824ff74254d68a4a0acd104a7e6297a334e13c1452ef25c1b5f790315ed81944"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + title = "Mediatek AP-MT7621A-V60 EVB"; + } + ]; + }; + mikrotik_rb750gr3 = { + device_packages = [ + "kmod-usb3" + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-mikrotik_rb750gr3"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-mikrotik_rb750gr3-squashfs-sysupgrade.bin"; + sha256 = "2047803cfbeb048901f961bf97b244081808ee93877357036649e372df8ef8ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rb750gr3" + ]; + titles = [ + { + title = "MikroTik RouterBOARD RB750Gr3"; + } + ]; + }; + mikrotik_rbm11g = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-mikrotik_rbm11g"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-mikrotik_rbm11g-squashfs-sysupgrade.bin"; + sha256 = "d6f04410cdf21ea4680ea6ba8c20045a16e3044031d9d653251d7a2c7ab70709"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rbm11g" + ]; + titles = [ + { + title = "MikroTik RouterBOARD M11G"; + } + ]; + }; + mikrotik_rbm33g = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-mikrotik_rbm33g"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-mikrotik_rbm33g-squashfs-sysupgrade.bin"; + sha256 = "5ce75d8570bb8f44f93b02526c790000eae42298920354c6a41dd65e6f793ecd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rbm33g" + ]; + titles = [ + { + title = "MikroTik RouterBOARD M33G"; + } + ]; + }; + mqmaker_witi-256m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-mqmaker_witi-256m"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-mqmaker_witi-256m-squashfs-sysupgrade.bin"; + sha256 = "445292d437b5469531308102a67124b462705380b0e7ea3b125318b57eb26bfc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi-256m" + "witi" + ]; + titles = [ + { + title = "MQmaker WiTi (256MB RAM)"; + } + ]; + }; + mqmaker_witi-512m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-mqmaker_witi-512m"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-mqmaker_witi-512m-squashfs-sysupgrade.bin"; + sha256 = "e7aa60c181576c18bdcef9a6226d0c9b33e56fdde1a9a21bdb5746a675dd2656"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi-512m" + ]; + titles = [ + { + title = "MQmaker WiTi (512MB RAM)"; + } + ]; + }; + mt7621 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-mt7621"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-mt7621-squashfs-sysupgrade.bin"; + sha256 = "77549c8805a4970d9f6e1e18e437e0f94b95b3aec76b6e8e33047984febe4aa2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7621" + ]; + titles = [ + { + title = "MediaTek MT7621 EVB"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-mtc_wr1201"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "045537af155f5932432e420f8713f9f244c2bda5b949e0c325834e902024c4ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + title = "MTC Wireless Router WR1201"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-netgear_ex6150"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "32d313fe8beb15cb7160c8aa8933cdfa35e5df3b492393cf25f4aa422bca1f97"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "86cfe20ce5989bee0e831e38b9a9e84d21ea546c28cd1f2814454fa0567e8cb6"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + title = "Netgear EX6150"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-netgear_r6350"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "13e837ea05f5953798f42afb931835c553e1f1af61ee1448ee437d9daf5e7403"; + type = "kernel"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "911f288c3665c02d388a266a8e12fba5897c4ee75da38a286017ad26851ca04c"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "d0728a64587f91ce921ceee3799d7c6140728ea09b4eb5791cf1342449e47036"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "d2afb3657d0a2f8655ddd9fa2bf5a6e5485cc7cbd264411f87252949110f4f1c"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + title = "Netgear R6350"; + } + ]; + }; + newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-newifi-d1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "17b75e889e3e3a1479331a669d20770566ec9d580f2c6f25058fc39e0974852e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "newifi-d1" + ]; + titles = [ + { + title = "Newifi D1"; + } + ]; + }; + pbr-m1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-pbr-m1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "8d234f47e3966e5b6bd7b5c90871a0622ca7bf3850ac7c4ba677cad3b7bf3098"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pbr-m1" + ]; + titles = [ + { + title = "PBR-M1"; + } + ]; + }; + r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-r6220"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-r6220-squashfs-sysupgrade.bin"; + sha256 = "42fc45441ee9c0d613f272cd386a8c65b13d31612ca9cc4aa83cf562aad16661"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-r6220-squashfs-kernel.bin"; + sha256 = "d7cc2a43119e1a37f36743986efa309f2a0375fb0f9c99ddb455cbd51e972f21"; + type = "kernel"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-r6220-squashfs-factory.img"; + sha256 = "6c6f7b7e8426cf1c2718152f5b37ec0c2ae58287bcdeb7bb55c9de1d5f2b0675"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-r6220-squashfs-rootfs.bin"; + sha256 = "8f4e36fd6ababa555aab00291173f2807d49f9d53670fa4f6cd49aeb9d6774df"; + type = "rootfs"; + } + ]; + supported_devices = [ + "r6220" + ]; + titles = [ + { + title = "Netgear R6220"; + } + ]; + }; + re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-re350-v1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-re350-v1-squashfs-sysupgrade.bin"; + sha256 = "1ba4958e119f7f19840109e6778af9db431805c0b1195895a1cd4108ef2414e8"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-re350-v1-squashfs-factory.bin"; + sha256 = "0ff1fe107f26c8099aaf5a8a701570592379d6a69b99941f2520180ceddf24e8"; + type = "factory"; + } + ]; + supported_devices = [ + "re350-v1" + ]; + titles = [ + { + title = "TP-LINK RE350 v1"; + } + ]; + }; + re6500 = { + device_packages = [ + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-re6500"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-re6500-squashfs-sysupgrade.bin"; + sha256 = "8be8229a306a312721bb17cadda157536564595d7ff33b1409db6d38f3cb7adb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "re6500" + ]; + titles = [ + { + title = "Linksys RE6500"; + } + ]; + }; + sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-sap-g3200u3"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "52b5144161d9029023a854177ade4228f24ad4de24b57160eb318ee95bafa0cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sap-g3200u3" + ]; + titles = [ + { + title = "STORYLiNK SAP-G3200U3"; + } + ]; + }; + sk-wb8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-sk-wb8"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-sk-wb8-squashfs-sysupgrade.bin"; + sha256 = "2b17f7b8872bd1540a103269814d42a5cd539f946587453ffc00dce14cde9b77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sk-wb8" + ]; + titles = [ + { + title = "SamKnows Whitebox 8"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-telco-electronics_x1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "fd48f75eab60bbc28c44ec264416e6921fbbcc9f713fd792c4405d225476d9ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + title = "Telco Electronics X1"; + } + ]; + }; + timecloud = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-timecloud"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-timecloud-squashfs-sysupgrade.bin"; + sha256 = "d3a85da2bf3faf2bd9b77887acbff29990ac20ddb0b76373fa0f1619a74b4c50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "timecloud" + ]; + titles = [ + { + title = "Thunder Timecloud"; + } + ]; + }; + ubnt-erx = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-ubnt-erx"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-ubnt-erx-squashfs-sysupgrade.bin"; + sha256 = "76f4de93956d2a48f8edc939ca32f6455a1dfa32f15818f5477ae91674d9de17"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + title = "Ubiquiti EdgeRouter X"; + } + ]; + }; + ubnt-erx-sfp = { + device_packages = [ + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-i2c-gpio-custom" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-ubnt-erx-sfp"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-ubnt-erx-sfp-squashfs-sysupgrade.bin"; + sha256 = "a999727d2ce066a1b1d6c5e8c8fee35a089f8e9fb2bc40a606832073d1a9dc33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt-erx-sfp" + "ubiquiti,edgerouterx" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + title = "Ubiquiti EdgeRouter X-SFP"; + } + ]; + }; + unielec_u7621-06-256m-16m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-unielec_u7621-06-256m-16m"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-unielec_u7621-06-256m-16m-squashfs-sysupgrade.bin"; + sha256 = "158d31b4e7b03d7b85e62993b8392b6495b873a1e931ab8fddd4e3e0b450e38a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-256m-16m" + "u7621-06-256M-16M" + ]; + titles = [ + { + title = "UniElec U7621-06 (256M RAM/16M flash)"; + } + ]; + }; + unielec_u7621-06-512m-64m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-unielec_u7621-06-512m-64m"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-unielec_u7621-06-512m-64m-squashfs-sysupgrade.bin"; + sha256 = "9a24b87fae61d9905713d852c61c08a90a69652cd54687f0d7e6ea59437e6aa7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + title = "UniElec U7621-06 (512M RAM/64M flash)"; + } + ]; + }; + vr500 = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-vr500"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-vr500-squashfs-sysupgrade.bin"; + sha256 = "edd12b8a0fabf7333356b897d9d6249cb0fcf1102a65054c38d32b11d2f347e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vr500" + ]; + titles = [ + { + title = "Planex VR500"; + } + ]; + }; + w2914nsv2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-w2914nsv2"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-w2914nsv2-squashfs-sysupgrade.bin"; + sha256 = "25fc17e98352f8d40fbee2e0342aa3f834020d5ef30f8a9d86ddd749ebbb95bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w2914nsv2" + ]; + titles = [ + { + title = "WeVO W2914NS v2"; + } + ]; + }; + wf-2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-wf-2881"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-wf-2881-squashfs-sysupgrade.bin"; + sha256 = "8fbff7b1013cd6fad13db24452a5c69897b53e6c4cdf7e174daedbad29b3dcaa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wf-2881" + ]; + titles = [ + { + title = "NETIS WF-2881"; + } + ]; + }; + wndr3700v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-wndr3700v5"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-wndr3700v5-squashfs-sysupgrade.bin"; + sha256 = "eec0bbb63e0b9e74765eba94deaefcc2fed443c494e2a63dc7e602777bbff272"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-wndr3700v5-squashfs-factory.img"; + sha256 = "a812cf87f945e6edcad2327719b943369288d7566f1f964d9a5ca3675ddeb97d"; + type = "factory"; + } + ]; + supported_devices = [ + "wndr3700v5" + ]; + titles = [ + { + title = "Netgear WNDR3700v5"; + } + ]; + }; + wsr-1166 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-wsr-1166"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-wsr-1166-squashfs-sysupgrade.bin"; + sha256 = "0349bf79f65118fd5ca21ad8f304821cc94d762cbba24da08099a1e3ae35be32"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wsr-1166" + ]; + titles = [ + { + title = "Buffalo WSR-1166"; + } + ]; + }; + wsr-600 = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-wsr-600"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-wsr-600-squashfs-sysupgrade.bin"; + sha256 = "eda4112473deba4760650e91bc9180ec899daca14286d9d52593a49500d3d0c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wsr-600" + ]; + titles = [ + { + title = "Buffalo WSR-600"; + } + ]; + }; + xiaomi_mir3g = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-xiaomi_mir3g"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-xiaomi_mir3g-squashfs-rootfs0.bin"; + sha256 = "46750bb2ecb0e834154108d2ffad39225c1622251b2deaa4ac6339e387feda3c"; + type = "rootfs0"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-xiaomi_mir3g-squashfs-kernel1.bin"; + sha256 = "25fa4e83be29c8a6d5a7a2afc003fda26aface1e05e61eb3ee453d24bf17de0f"; + type = "kernel1"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-xiaomi_mir3g-squashfs-sysupgrade.bin"; + sha256 = "afdfe91486a166db0c92b947d65181a3d6b5aeccd0cf8174163770d5cfaa49e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mir3g" + "R3G" + "mir3g" + ]; + titles = [ + { + title = "Xiaomi Mi Router 3G"; + } + ]; + }; + xiaomi_mir3p = { + device_packages = [ + "kmod-mt7615e" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-xiaomi_mir3p"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-xiaomi_mir3p-squashfs-factory.bin"; + sha256 = "874e553fb8f71bcd8d5004152fc6dd6b169eb65dc6fad1add6372181496aa773"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt7621-xiaomi_mir3p-squashfs-sysupgrade.bin"; + sha256 = "c6c61b283a69a1058b516d48f2c7b72a7e0443e74541c8e7886194944769dba1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mir3p" + ]; + titles = [ + { + title = "Xiaomi Mi Router 3 Pro"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "ce6e77fe8986770ea420f78450c16af9212da9122e40a656f2c3b2f78771d5c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + title = "CreativeBox v1"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-youhua_wr1200js"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "ccfb589a699b15e7215f98b54f0bd9141e3e739ec2dabbf9ceb525e66767cb97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + title = "YouHua WR1200JS"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-youku_yk-l2"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "b9e005de5e8f2722c5a5537015dc67fd92383005d189f642a366e4fd3dc650ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + title = "Youku YK-L2"; + } + ]; + }; + zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-zbt-we1326"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "2dba41782a1b88b4391bfdfb0f0ac6c70ff8e174ab2b02342abb1d8f1a031cb2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we1326" + ]; + titles = [ + { + title = "ZBT WE1326"; + } + ]; + }; + zbt-wg2626 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-zbt-wg2626"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "b6e2d8fd36e4473fadae19154b407ee64dfc8aacf915d4dd8498e45ac6e6733c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg2626" + ]; + titles = [ + { + title = "ZBT WG2626"; + } + ]; + }; + zbt-wg3526-16M = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-zbt-wg3526-16M"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-zbt-wg3526-16M-squashfs-sysupgrade.bin"; + sha256 = "1f723911d04ff6ad420d276c7be63641885dc4b7ad3a94de9fc1967c99c636c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg3526-16M" + "zbt-wg3526" + ]; + titles = [ + { + title = "ZBT WG3526 (16MB flash)"; + } + ]; + }; + zbt-wg3526-32M = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-zbt-wg3526-32M"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-zbt-wg3526-32M-squashfs-sysupgrade.bin"; + sha256 = "7e37f9e48d3b9725ba878302c82db90bd680576280298589b1c0cda52d2719cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg3526-32M" + "ac1200pro" + ]; + titles = [ + { + title = "ZBT WG3526 (32MB flash)"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "8c68d6ef4f841264531056f0b0fb7f34180b89cd2ba591fc3b8fd485e297c2ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + title = "ZBT WE3526"; + } + ]; + }; + }; + target = "ramips/mt7621"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-mt7603" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + LinkIt7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-LinkIt7688"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-LinkIt7688-squashfs-sysupgrade.bin"; + sha256 = "7ce0c1649008d6d368cc477150b7a66e6f2b812753f354634c61d84618364b68"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + title = "MediaTek LinkIt Smart 7688"; + } + ]; + }; + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "3ac9e09234bb5e4a7a16dcc8609c319028d7591a4a2690c173feee027059e5eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + ]; + titles = [ + { + title = "ALFA Network AWUSFREE1"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-cudy_wr1000"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "807a569201df3875f2e365238c104b4e4cd6b073f856c093de95bcc9b57bedac"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "e7c4293a51b535f277a57f7292addc406790a8bb6dc17a4137d58bb3a3617764"; + type = "factory"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + title = "Cudy WR1000"; + } + ]; + }; + duzun-dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-duzun-dm06"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-duzun-dm06-squashfs-sysupgrade.bin"; + sha256 = "839b4556ece508edaeb06f6e653211a762ad91c5551530db8032c5efb9d63f86"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "duzun-dm06" + ]; + titles = [ + { + title = "DuZun DM06"; + } + ]; + }; + gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-gl-mt300n-v2"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "5fd73cc6c6422788518ea1825e76355187e1b4e9cec36c249c3adea7400fcf46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300n-v2" + ]; + titles = [ + { + title = "GL-iNet GL-MT300N-V2"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-glinet_vixmini"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "cc56b8671fce83a66a37daaf58340787d40164e9c5fcf7a1cc0df8066b119919"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + title = "GL.iNet VIXMINI"; + } + ]; + }; + hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-hc5661a"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-hc5661a-squashfs-sysupgrade.bin"; + sha256 = "dc4dda14c4d844ba312d2e2823a28dab32fc416f3bb5ccbe26293570513bba78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5661a" + ]; + titles = [ + { + title = "HiWiFi HC5661A"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "6429db930cc334bcc3d2a65b5ee6331ac8a3f1796908c1156b5d2552b2392a5b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + title = "HILINK HLK7628N"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "87c3ada3c10283240c632642a03aae882e3a742e285d3901f0f9cdf239d577b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + title = "HiWiFi HC5861B"; + } + ]; + }; + mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-mac1200r-v2"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "d2ed18bacb25948c1e94313a7aa300fb3de4a1a856ab9461a45c011a670a87a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mac1200rv2" + ]; + titles = [ + { + title = "Mercury MAC1200R v2.0"; + } + ]; + }; + miwifi-nano = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-miwifi-nano"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "8672e1fd9694b7d45e73f8b2b3a9a39ff3ac55dcb7ddd397cd4fc3eb8218ada3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miwifi-nano" + ]; + titles = [ + { + title = "Xiaomi MiWiFi Nano"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-netgear_r6120"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "6a35a8fa83d25ad24e907c2f873ee0028d0abb68d399b6ab3e8dad7d9f736c02"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "098ee2b0ebcc69617ba852316f8f7ec5836fbe0d041bcf40248aa03948560499"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + title = "Netgear R6120"; + } + ]; + }; + omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-omega2"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-omega2-squashfs-sysupgrade.bin"; + sha256 = "967861091ebd4948332863d22aa12ea6134c17490d41ecbf7624cd05599db3e4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omega2" + ]; + titles = [ + { + title = "Onion Omega2"; + } + ]; + }; + omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-omega2p"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-omega2p-squashfs-sysupgrade.bin"; + sha256 = "c1e39c36659b29ce4138b8b62b37ded79c35a6de657219c723165d082677ff76"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omega2p" + ]; + titles = [ + { + title = "Onion Omega2+"; + } + ]; + }; + pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-pbr-d1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "2c221ce97c4c7b686201d63ba6681ffe1ffd1b684f1b5fbfd8f066ca15d6523d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pbr-d1" + ]; + titles = [ + { + title = "PBR-D1"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "4509e45e3b251dc8d036ce26d764a03220478d2df704e298eba3cfab843198df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + title = "Rakwireless RAK633"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-skylab_skw92a"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "e6dc1ada19920250e8b8ee995f17a0323735d81b9dfea1a63f6cc8642cbf3ae2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + title = "Skylab SKW92A"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-tama_w06"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "b55b811e58051b2badd39ece9609858d23bae299950228160fd3cfbd6a7d8073"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + title = "Tama W06"; + } + ]; + }; + tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-tl-wr840n-v4"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "7a3e4e0c459f14595d4d9b4813a8f9a35ab7d065dcb9379c82efe71d56b7116a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt76x8-tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "3dd57eebf8e7617dac9620d08845f9efb95c80033aa8224b26ba116126ef2247"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tl-wr840n-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR840N v4"; + } + ]; + }; + tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-tl-wr841n-v13"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "7756def384008df4d8b59ea0b1d46ea09c8adf05efc993b591f55d2567f3a30d"; + type = "tftp-recovery"; + } + { + name = "openwrt-19.07.4-ramips-mt76x8-tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "6bfc58f9bab49ca6a1131229a25c3eec76240300e0f7bbc6f757924738b8bf46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr841n-v13" + ]; + titles = [ + { + title = "TP-Link TL-WR841N v13"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-totolink_lr1200"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "de9bb10d50628c2afc344aeeced4784601ecdd6fca43564e7e50b5bc1fd7f553"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + title = "TOTOLINK LR1200"; + } + ]; + }; + tplink_c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-tplink_c20-v4"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "4cff425b1cc8a905502842142ca404d5a0bd4741248a6dac9f8cf3b951d91261"; + type = "tftp-recovery"; + } + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_c20-v4-squashfs-sysupgrade.bin"; + sha256 = "9093a49fb5c476134978d48bfc916f0fb3f3bb537a5cba2ae9fc45aa3bb6f360"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c20-v4" + ]; + titles = [ + { + title = "TP-Link ArcherC20 v4"; + } + ]; + }; + tplink_c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-tplink_c50-v3"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_c50-v3-squashfs-sysupgrade.bin"; + sha256 = "3fa0d75ebf08e148b506d5b09fe340a47a69c7b0e8e4dd3e4a3b6e218076eae6"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "8cbec0dd6da672ef772c4f2a061ff8aefd909d5870794f1249c7af50c6d93418"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,c50-v3" + ]; + titles = [ + { + title = "TP-Link ArcherC50 v3"; + } + ]; + }; + tplink_c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-tplink_c50-v4"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_c50-v4-squashfs-sysupgrade.bin"; + sha256 = "4f7dacbbf9dfac3682f5edb20e1789bcd9a79a18b0a3ddd65a06045784caccd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c50-v4" + ]; + titles = [ + { + title = "TP-Link ArcherC50 v4"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "845aac6c543dadaad79fd20d33cebfb819f01bc72d32e9f583cb965dc9f02db4"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "0d4e9ac00c17e5d48d47ec4884cb7fb3f3cba078345d751c3339aaeb3cce39ba"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + title = "TP-Link TL-MR3020 v3"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "9d85183e6462fbea58a0181f3bad8f9396b9482a2cce091d6ff467ed6c20b7b8"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "c3dcbb9e9e7b6378b372a9e09392b2cca0b80c3a53fc62f6a1b2acbf7bd2b5c9"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + title = "TP-Link TL-MR3420 v5"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "c972a091db052e7fb1bab03c039af492e190ed40aff078919a1f0f13edccf019"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "34bf39bab0a53b6eb75ad531601f842d82a579d5a013e88434e1588c3de037a8"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + title = "TP-Link TL-WA801ND v5"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "95fc08d332d9e7cd373ff47a54085983f90350b116e0f89c45412fc8186e82c2"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "ba6b49970be28ea2798b50db7747f35522802a7bba1253d6bafa04325ababf38"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR802N v4"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "ce81c67d3aacbfd5d93a4e2abfe9b29a086058325cb6b1b733d080a3ee52fdbd"; + type = "tftp-recovery"; + } + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "f0283aeec4aabbd56738bbcbd13c56a71b94f334d0e81afecaf1ba5f13cd0201"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + title = "TP-Link TL-WR842N v5"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "02f33e2471f297b654a84aaa677674b484526269c094d314cf9a61a16e39194f"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "8643fb016197dcaa6cf68c627e404a44204caa5b39f258163d3b243cd706e878"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + title = "TP-Link TL-WR902AC v3"; + } + ]; + }; + u7628-01-128M-16M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-u7628-01-128M-16M"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-u7628-01-128M-16M-squashfs-sysupgrade.bin"; + sha256 = "77abe86fd3a35f46738cb3407b2802eb2fcec787c8dae3d66fe1974bbadb0aba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "u7628-01-128M-16M" + ]; + titles = [ + { + title = "UniElec U7628-01 (128M RAM/16M flash)"; + } + ]; + }; + vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-vocore2"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-vocore2-squashfs-sysupgrade.bin"; + sha256 = "6d07ca0c8aa18c980966845c9185d5569f08cf108393adbcf85ead3380a94fed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore2" + ]; + titles = [ + { + title = "VoCore VoCore2"; + } + ]; + }; + vocore2lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-vocore2lite"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-vocore2lite-squashfs-sysupgrade.bin"; + sha256 = "4bc210bd748b6e5bd9351e8999e05ee12422873ceb102947fe17656e988b0f89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore2lite" + ]; + titles = [ + { + title = "VoCore VoCore2-Lite"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "0fd801a0dacb3d1032a16aef8cf0a6343b33ac6254bba6993e1202ca4f2907cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + title = "Wavlink WL-WN570HA1"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "b09b55eec8d74f3b9f0c21ac0e536f7a401c15fdd1dfb2a902ce21ace0100d36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + title = "Wavlink WL-WN575A3"; + } + ]; + }; + wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-wcr-1166ds"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-wcr-1166ds-squashfs-factory.bin"; + sha256 = "7a2ca452194eb5059e60130bf9075489b9d3a8f24dc19b54bbcbc8ef4a26a372"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-mt76x8-wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "465e9de15cec0f84141ae218640ef298c6f4a18b5c5b984b42832191df6b70a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wcr-1166ds" + ]; + titles = [ + { + title = "Buffalo WCR-1166DS"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-widora_neo-16m"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "6bbc551f57cb854c474279ff1b71a04899c6b6c79a535e3dd00d3fea1f8c6ad5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + title = "Widora-NEO (16M)"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-widora_neo-32m"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "c713396e64df5dda15618e197af6333a4e7c081d463141a974563113230a846a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + title = "Widora-NEO (32M)"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "dd3c4852c01ae2c3f03267aab853084d3087ffc2475e7e067bf8c527716e2f2a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + title = "WIZnet WizFi630S"; + } + ]; + }; + wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-wrtnode2p"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "5830830d19dfc95008e95aec2a1a7ee4878710bb497b6c06ca7755e1ed0a6ee0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode2p" + ]; + titles = [ + { + title = "WRTnode 2P"; + } + ]; + }; + wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-wrtnode2r"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "d2178580449a32dde91cf6466f27ddc0fbc6a615094e83e912c2793e8305041a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode2r" + ]; + titles = [ + { + title = "WRTnode 2R"; + } + ]; + }; + xiaomi_mir4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-xiaomi_mir4a-100m"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-xiaomi_mir4a-100m-squashfs-sysupgrade.bin"; + sha256 = "9b9d6f926dc03d26d1a6c7a164ca3fd2334e551f4970bad5bee7668942fe04b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mir4a-100m" + ]; + titles = [ + { + title = "Xiaomi Mi Router 4A (100M Edition)"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "c035f23f0b39377e95605b575c63fc2b1d3c3f7c2ed0083934ba5fe0881b7817"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + title = "ZBTlink ZBT-WE1226"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + name = "openwrt-19.07.4-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "dab99b14cad7f0b786ddf891e77ffe9104ca671ae27f166f729d0f5598f7c375"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "b92f9672b2f930e85076e817934b27e443145c3f783d4a8228b6fd9222cbbe43"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + title = "ZyXEL Keenetic Extra II"; + } + ]; + }; + }; + target = "ramips/mt76x8"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + ar670w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt288x-ar670w"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt288x-ar670w-squashfs-factory.bin"; + sha256 = "f46bc4af88e914ecc707899f0ffa3cdc33ae6d59067703cf44b435541ae6c526"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-rt288x-ar670w-squashfs-sysupgrade.bin"; + sha256 = "ea90564f2f98528d469c7dff2fb7f1610e0ebfdb4691f988b000337a24ccf5bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ar670w" + ]; + titles = [ + { + title = "Airlink AR670W"; + } + ]; + }; + ar725w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt288x-ar725w"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt288x-ar725w-squashfs-sysupgrade.bin"; + sha256 = "074d581c3a7a7e8643d72509191c740bf99a25460030a1d105e2d5128bf79fbb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ar725w" + ]; + titles = [ + { + title = "Airlink AR725W"; + } + ]; + }; + dlink_dap-1522-a1 = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt288x-dlink_dap-1522-a1"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt288x-dlink_dap-1522-a1-squashfs-factory.bin"; + sha256 = "60b5d179001cb0a6b92a8d7337ac98976b78e5b94f9648b009eefc1011f19ab4"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-rt288x-dlink_dap-1522-a1-squashfs-sysupgrade.bin"; + sha256 = "a954841a54dfd2b31d504e940117391511b7c0ba82de155ecb772b8a79b40f40"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1522-a1" + ]; + titles = [ + { + title = "D-Link DAP-1522 A1"; + } + ]; + }; + f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt288x-f5d8235-v1"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt288x-f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "7f81bb83cd3172b24daac05c44b2530fdcf838bd0699bc4721098fd2bdc7227e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f5d8235-v1" + ]; + titles = [ + { + title = "Belkin F5D8235 V1"; + } + ]; + }; + rt-n15 = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt288x-rt-n15"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt288x-rt-n15-squashfs-sysupgrade.bin"; + sha256 = "c7b7c5f6d03383b1d2959848b90530cc635dc63ef49dc7eee57a0aab7c7f014e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n15" + ]; + titles = [ + { + title = "Asus RT-N15"; + } + ]; + }; + v11st-fe = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt288x-v11st-fe"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt288x-v11st-fe-squashfs-sysupgrade.bin"; + sha256 = "9d76e1a599a096a9b10fb793f21aab76bf8b2fc9b35aa380431f992fbf631fbe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "v11st-fe" + ]; + titles = [ + { + title = "Ralink V11ST-FE"; + } + ]; + }; + wli-tx4-ag300n = { + device_packages = [ + "kmod-switch-ip17xx" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt288x-wli-tx4-ag300n"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt288x-wli-tx4-ag300n-squashfs-sysupgrade.bin"; + sha256 = "6e10cad99c2dd2b6d9501be430a132c1de0e1944aae24d5eaf4e60b0f9f9e854"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wli-tx4-ag300n" + ]; + titles = [ + { + title = "Buffalo WLI-TX4-AG300N"; + } + ]; + }; + wzr-agl300nh = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt288x-wzr-agl300nh"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt288x-wzr-agl300nh-squashfs-sysupgrade.bin"; + sha256 = "0d83c224b03cdf8284adbda1a91b9938a11f37e892eda58f5f3f9c218a95b738"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wzr-agl300nh" + ]; + titles = [ + { + title = "Buffalo WZR-AGL300NH"; + } + ]; + }; + }; + target = "ramips/rt288x"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + "3g-6200n" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-3g-6200n"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-3g-6200n-squashfs-sysupgrade.bin"; + sha256 = "3329b345dcc1d572c5b51a8e0e7da1957dc20f5d0b286a9a9e7a791bbafdb724"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g-6200n" + ]; + titles = [ + { + title = "Edimax 3g-6200n"; + } + ]; + }; + "3g-6200nl" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-3g-6200nl"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-3g-6200nl-squashfs-sysupgrade.bin"; + sha256 = "4d2257d70574f39071e718c0af80ba5d0e57b47dcd71de8689d528a35c85d5a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g-6200nl" + ]; + titles = [ + { + title = "Edimax 3g-6200nl"; + } + ]; + }; + "3g150b" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-3g150b"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-3g150b-squashfs-sysupgrade.bin"; + sha256 = "b5ac01473126d58383c26e9a6e8290475ad31d76180686f061b306dccc3e7a38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g150b" + ]; + titles = [ + { + title = "Tenda 3G150B"; + } + ]; + }; + "3g300m" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-3g300m"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-3g300m-squashfs-sysupgrade.bin"; + sha256 = "d1c88a16c0df03fad1878d2a31e750b3094f05d787d994bcb2b4e9c61e9ec881"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g300m" + ]; + titles = [ + { + title = "Tenda 3G300M"; + } + ]; + }; + air3gii = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-air3gii"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-air3gii-squashfs-sysupgrade.bin"; + sha256 = "e338ea241a1191e6a9d23094892cecdf4987714cc0c7eb1a2155f45f08c5f0f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "air3gii" + ]; + titles = [ + { + title = "AirLive Air3GII"; + } + ]; + }; + all0256n-4M = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-all0256n-4M"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-all0256n-4M-squashfs-sysupgrade.bin"; + sha256 = "fbe237d87e96be6161b30bc9a4edcc634314070832a26f78dc99c28283e83b33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all0256n-4M" + ]; + titles = [ + { + title = "Allnet ALL0256N (4MB)"; + } + ]; + }; + all0256n-8M = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-all0256n-8M"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-all0256n-8M-squashfs-sysupgrade.bin"; + sha256 = "d176e9368e2c1f0051d68898d58c035decea923e35b71a8d8abe380cf6a30468"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all0256n-8M" + ]; + titles = [ + { + title = "Allnet ALL0256N (8MB)"; + } + ]; + }; + all5002 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-all5002"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-all5002-squashfs-sysupgrade.bin"; + sha256 = "d9a56715f40eb4a0ba069e42f71c2c14cee0fca1ed943424232457f707ac4efd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all5002" + ]; + titles = [ + { + title = "Allnet ALL5002"; + } + ]; + }; + all5003 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-all5003"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-all5003-squashfs-sysupgrade.bin"; + sha256 = "754c008636bba130e4ebce5e8e56960659f28300e25b4da62237213160767b69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all5003" + ]; + titles = [ + { + title = "Allnet ALL5003"; + } + ]; + }; + asl26555-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-asl26555-16M"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-asl26555-16M-squashfs-sysupgrade.bin"; + sha256 = "e70131dc6bf415a175f5214f0846463f19b38e37925a3b19df4a274ed23d34a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asl26555-16M" + "asl26555" + ]; + titles = [ + { + title = "Alpha ASL26555 16M"; + } + ]; + }; + asl26555-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-asl26555-8M"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-asl26555-8M-squashfs-sysupgrade.bin"; + sha256 = "d4efa83dead1624eac36240e649ce3b324ccaaa15e8697225446f79ee4a2906a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asl26555-8M" + "asl26555" + ]; + titles = [ + { + title = "Alpha ASL26555 "; + } + ]; + }; + atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-atp-52b"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-atp-52b-squashfs-sysupgrade.bin"; + sha256 = "4a8491272d30358e65d8274f35945269442c07b142f82666f1bb02e95f90b901"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "atp-52b" + ]; + titles = [ + { + title = "Argus ATP-52B"; + } + ]; + }; + awapn2403 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-awapn2403"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-awapn2403-squashfs-sysupgrade.bin"; + sha256 = "5b6bd989966b92f520f220a9ac1d589ce6802c61b69ebc006b6d3948d3e8864b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "awapn2403" + ]; + titles = [ + { + title = "AsiaRF AWAPN2403"; + } + ]; + }; + awm002-evb-4M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-awm002-evb-4M"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-awm002-evb-4M-squashfs-sysupgrade.bin"; + sha256 = "260f75eaa1722f9462f02eecb5ac971b5ac716df271f1f6bd3479598fc93705a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "awm002-evb-4M" + ]; + titles = [ + { + title = "AsiaRF AWM002-EVB (4M)"; + } + ]; + }; + awm002-evb-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-awm002-evb-8M"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-awm002-evb-8M-squashfs-sysupgrade.bin"; + sha256 = "ead861af02871738385f21bfedc1fed0a616240aa1eedcbf3d7995596473fc20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "awm002-evb-8M" + ]; + titles = [ + { + title = "AsiaRF AWM002-EVB (8M)/AsiaRF AWM003 EVB"; + } + ]; + }; + bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-bc2"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-bc2-squashfs-sysupgrade.bin"; + sha256 = "ec95c4e38eafc304707de1d25ee1e9eaf6c66203d3c03964269cceb8de0d257e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bc2" + ]; + titles = [ + { + title = "NexAira BC2"; + } + ]; + }; + broadway = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-broadway"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-broadway-squashfs-sysupgrade.bin"; + sha256 = "b61d00bf471d26109e6cf12d7ab25acbffb205978b41589971175a8e98e0e751"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "broadway" + ]; + titles = [ + { + title = "Hauppauge Broadway"; + } + ]; + }; + carambola = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-carambola"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-carambola-squashfs-sysupgrade.bin"; + sha256 = "1a7cc553b6128f84863deb0486688427cdf41470f628130b61c06c26fd437a3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "carambola" + ]; + titles = [ + { + title = "8devices Carambola"; + } + ]; + }; + d105 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-d105"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-d105-squashfs-sysupgrade.bin"; + sha256 = "f9d8235c1030732ffdfb6ccaae62d6f7897e5adb9b5aa08ec03aa641bb85951e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d105" + ]; + titles = [ + { + title = "Huawei D105"; + } + ]; + }; + dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-dap-1350"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-dap-1350-squashfs-sysupgrade.bin"; + sha256 = "0e0dc453e0f3060d07ffccb3025256c41d737cce90e6e3e1681ec82417a887a9"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-dap-1350-squashfs-factory.bin"; + sha256 = "1ee3f4138c114e4d31cb3bb941ab0a26a3f75d7dce46029c11292dd2809920ef"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-dap-1350-squashfs-factory-NA.bin"; + sha256 = "079f86db744ee50cfc5c3708d05ca296646a59a037bc04c0a37b899f4ae3f1aa"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "dap-1350" + ]; + titles = [ + { + title = "D-Link DAP-1350"; + } + ]; + }; + dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-dir-320-b1"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "1e7058542812356514e8239226bd306dcf8e7ac9619be10c4428d839ac71cfaa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-320-b1" + ]; + titles = [ + { + title = "D-Link DIR-320 B1"; + } + ]; + }; + dir-600-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-dir-600-b1"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-dir-600-b1-squashfs-sysupgrade.bin"; + sha256 = "004509203c89e1477c43f4e30f4b72a532f5f385509a5becdff0b5aa79136f13"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-dir-600-b1-squashfs-factory.bin"; + sha256 = "ec2f1b6904d995a7cc7e28dfe8d89efdccf7c933f84514a312fa7e8be8386eaf"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-600-b1" + "dir-600-b2" + ]; + titles = [ + { + title = "D-Link DIR-600 B1/B2"; + } + ]; + }; + dir-610-a1 = { + device_packages = [ + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-dir-610-a1"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-dir-610-a1-squashfs-sysupgrade.bin"; + sha256 = "e14583b65f30c0a1ca3ebc91f643d9cf11ab8ed4453449e1360f52c10b345af2"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-dir-610-a1-squashfs-factory.bin"; + sha256 = "c39cc45e251a9ff28aba5a1be63c98ffdf5c82e8e74f8412181937a6612b38c4"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-610-a1" + ]; + titles = [ + { + title = "D-Link DIR-610 A1 "; + } + ]; + }; + dir-615-d = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-dir-615-d"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin"; + sha256 = "838d877c0c34d862e75b52d815fdfc5976c285ba19f9d0f5e93eb5d2e9c90b76"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-dir-615-d-squashfs-factory.bin"; + sha256 = "9596f6958877f6191e40116bedac8c39e024d81aae768c682d30e2be1172b84b"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-615-d" + ]; + titles = [ + { + title = "D-Link DIR-615 D"; + } + ]; + }; + dir-615-h1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-dir-615-h1"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-dir-615-h1-squashfs-sysupgrade.bin"; + sha256 = "d8f898e54e4ad28ceb0f1ad5e07d09573c6640c5ec764d53d6747b6478bc2214"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-dir-615-h1-squashfs-factory.bin"; + sha256 = "2ce7cc12d20132834b90c7901705862dc3950a8a1fc48a6cf644d1afc6210a30"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-615-h1" + ]; + titles = [ + { + title = "D-Link DIR-615 H1"; + } + ]; + }; + dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-dir-620-a1"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "4441a027acfdea583caeff2061e269e4c6f0a9b0ad0e7b9f42f6c08c9ff5d77e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-620-a1" + ]; + titles = [ + { + title = "D-Link DIR-620 A1"; + } + ]; + }; + dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-dir-620-d1"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "493ffa6e465902df00fa9af42347e81105cdad1a4bafa46df2f406636ed4df0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-620-d1" + ]; + titles = [ + { + title = "D-Link DIR-620 D1"; + } + ]; + }; + dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial" + "kmod-usb-serial-option" + "kmod-usb-net" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-dwr-512-b"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "14438507a4b8ed9ceddb3d82d588ffd7ff49729ff002eb30019e905e20ca62b3"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-dwr-512-b-squashfs-factory.bin"; + sha256 = "0571a33599ef0ecf6aee84eefb11d2ae421d8f316486c7c1952e3bca74ab12ae"; + type = "factory"; + } + ]; + supported_devices = [ + "dwr-512-b" + ]; + titles = [ + { + title = "D-Link DWR-512 B"; + } + ]; + }; + esr-9753 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-esr-9753"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-esr-9753-squashfs-sysupgrade.bin"; + sha256 = "1746caa823e5ffe5d4d687d64ee9bf6584bf01a7f9c073a5253c45206ed8699d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "esr-9753" + ]; + titles = [ + { + title = "EnGenius ESR-9753"; + } + ]; + }; + f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-f5d8235-v2"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "c76c3bc1d02e716151c1312c3804edcc21d1dd20bf3f35563629f5160a367d9c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f5d8235-v2" + ]; + titles = [ + { + title = "Belkin F5D8235 v2"; + } + ]; + }; + f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-f7c027"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-f7c027-squashfs-sysupgrade.bin"; + sha256 = "3241fde00e93e4a9a8b163ff63aec931db2c3180f567183f50a671d11d31dc87"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f7c027" + ]; + titles = [ + { + title = "Belkin F7C027"; + } + ]; + }; + fonera20n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-fonera20n"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-fonera20n-squashfs-sysupgrade.bin"; + sha256 = "b7ff58c140a5758acb2b47d7873a6b66e1a735c3cbb193cfcef77730e49d7705"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-fonera20n-squashfs-factory.bin"; + sha256 = "190cf83e13aa99b03dbad97a4ab8c46dbd404f50677faf313896bf263ad23d37"; + type = "factory"; + } + ]; + supported_devices = [ + "fonera20n" + ]; + titles = [ + { + title = "Fonera 2.0N"; + } + ]; + }; + freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-freestation5"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-freestation5-squashfs-sysupgrade.bin"; + sha256 = "d87819ca1188e4cd5a7120722bc70ef0db4b9888140b7fecc5879a546fd362ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "freestation5" + ]; + titles = [ + { + title = "ARC Wireless FreeStation"; + } + ]; + }; + hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-hg255d"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-hg255d-squashfs-sysupgrade.bin"; + sha256 = "26702d5baa21e3b6c28dbba0b06ce901645ad700c4ac678cb8229214e4063f85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hg255d" + ]; + titles = [ + { + title = "HuaWei HG255D"; + } + ]; + }; + hlk-rm04 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-hlk-rm04"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-hlk-rm04-squashfs-sysupgrade.bin"; + sha256 = "87e976e25a03ae0d220b9dcd82df969202953ff22dcb7890ccc0e00ffb52ff7a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-hlk-rm04-squashfs-factory.bin"; + sha256 = "8d0ed936131c3c4af9f488b7b28bcedf9566c004ebd6e57c40068dc648b32f8e"; + type = "factory"; + } + ]; + supported_devices = [ + "hlk-rm04" + ]; + titles = [ + { + title = "Hi-Link HLK-RM04"; + } + ]; + }; + ht-tm02 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-ht-tm02"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-ht-tm02-squashfs-sysupgrade.bin"; + sha256 = "1fcdfedf918b7df982144dc2aefdb1121ec0c1f3fe5fc1e86214e1db216662c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ht-tm02" + ]; + titles = [ + { + title = "HooToo HT-TM02"; + } + ]; + }; + hw550-3g = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-hw550-3g"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "6e00005c323b987c234978720a961fb61e4503d7bd46a2c1ee6ba2a30c5dc7f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hw550-3g" + ]; + titles = [ + { + title = "Aztech HW550-3G"; + } + ]; + }; + ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-ip2202"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-ip2202-squashfs-sysupgrade.bin"; + sha256 = "75d30281296ca9c753ab9887e0a8eef2a39d36d455fcba7df076fd492e22933d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ip2202" + ]; + titles = [ + { + title = "Poray IP2202"; + } + ]; + }; + jhr-n805r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-jhr-n805r"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-jhr-n805r-squashfs-factory.bin"; + sha256 = "8f8fc41cac57e5e3fdc8aa44b51850e3d9b812625e1f3841f0119ab17e99af9d"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-jhr-n805r-squashfs-sysupgrade.bin"; + sha256 = "48f97a15629f4ddbf7fcea8a51daf4e5d2f41a908e9602bfce33aece3928df8f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jhr-n805r" + ]; + titles = [ + { + title = "JCG JHR-N805R"; + } + ]; + }; + jhr-n825r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-jhr-n825r"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-jhr-n825r-squashfs-sysupgrade.bin"; + sha256 = "03348c4b247c6d436713ec86e02d0cf032373194a05c9afe39b1824f109c38ad"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-jhr-n825r-squashfs-factory.bin"; + sha256 = "ad556b7dcb8f91a725714f06e518d69c036b2dad55989f9d55bd5939334bc541"; + type = "factory"; + } + ]; + supported_devices = [ + "jhr-n825r" + ]; + titles = [ + { + title = "JCG JHR-N825R"; + } + ]; + }; + jhr-n926r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-jhr-n926r"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-jhr-n926r-squashfs-sysupgrade.bin"; + sha256 = "e4df8857fcf413549ddec2eae98f49ebf11f26d1c83c433d5ac2e40d81ea7101"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-jhr-n926r-squashfs-factory.bin"; + sha256 = "04e276685f445f8691d8a9e0e0d27ce69659b08918284989aa7afb8a9fa0a02d"; + type = "factory"; + } + ]; + supported_devices = [ + "jhr-n926r" + ]; + titles = [ + { + title = "JCG JHR-N926R"; + } + ]; + }; + kn = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-kn"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-kn-squashfs-sysupgrade.bin"; + sha256 = "93b419e582d20d112e44e30879dfc42135fb3b85c856080f75b7d851e1058687"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kn" + ]; + titles = [ + { + title = "ZyXEL Keenetic"; + } + ]; + }; + m2m = { + device_packages = [ + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-m2m"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-m2m-squashfs-sysupgrade.bin"; + sha256 = "bc05306fe9eacf4929cea4219ae6ab9b88b063c3c571da6284c5253ecf3ac2a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m2m" + ]; + titles = [ + { + title = "Intenso Memory 2 Move"; + } + ]; + }; + m3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-m3"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-m3-squashfs-sysupgrade.bin"; + sha256 = "81cf0cd32d31e78141db120a89466db46a1644724bb9a3929db41a1cbf3f0d6d"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-m3-squashfs-factory.bin"; + sha256 = "501ad7d85c4acab9d29a582b71757916a559409de10aaf93fa3563114e0ca3d0"; + type = "factory"; + } + ]; + supported_devices = [ + "m3" + ]; + titles = [ + { + title = "Poray M3"; + } + ]; + }; + m4-4M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-m4-4M"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-m4-4M-squashfs-sysupgrade.bin"; + sha256 = "686af0d8a499eb536ef293b2776a9f721add382660b1cfa5b43a12f3b3d16b6f"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-m4-4M-squashfs-factory.bin"; + sha256 = "34d844af49cac53d571e44992057eff51cce71b2755664f0e277215abafeeef9"; + type = "factory"; + } + ]; + supported_devices = [ + "m4-4M" + ]; + titles = [ + { + title = "Poray M4 (4MB)"; + } + ]; + }; + m4-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-m4-8M"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-m4-8M-squashfs-factory.bin"; + sha256 = "17d09093e9d8b7ade8f8287a7732d9e8a888d8079cba3831005738f78ad6a474"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-m4-8M-squashfs-sysupgrade.bin"; + sha256 = "ea5df762fa22a768740b79037a6f5783c33365be4915f78282bcff6b13f5b772"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m4-8M" + ]; + titles = [ + { + title = "Poray M4 (8MB)"; + } + ]; + }; + miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-miniembplug"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-miniembplug-squashfs-sysupgrade.bin"; + sha256 = "dde844f87557b70a10b2220b2c48f5db6ab1396064651a84c657e9de31871f22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miniembplug" + ]; + titles = [ + { + title = "Omnima MiniEMBPlug"; + } + ]; + }; + miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-miniembwifi"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "bbc968010fdc58c733cce4b53117e299e76b3109935109ac32cd089bba757dd6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miniembwifi" + ]; + titles = [ + { + title = "Omnima MiniEMBWiFi"; + } + ]; + }; + mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-mofi3500-3gn"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "a84d9e9b3047631388d97a8eba62d2a8e752b4dbc932533c844e211fa167f9b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mofi3500-3gn" + ]; + titles = [ + { + title = "MoFi Network MOFI3500-3GN"; + } + ]; + }; + mpr-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-mpr-a1"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-mpr-a1-squashfs-sysupgrade.bin"; + sha256 = "9170778ca669a3d75088d7bb20153696f195202a68d1da5994787511a917b535"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mpr-a1" + ]; + titles = [ + { + title = "HAME MPR-A1"; + } + ]; + }; + mpr-a2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-mpr-a2"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "3ead49e66041b951c6330de27f571f7b768996799bd26f058450e512e66be4b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mpr-a2" + ]; + titles = [ + { + title = "HAME MPR-A2"; + } + ]; + }; + mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-mr-102n"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-mr-102n-squashfs-sysupgrade.bin"; + sha256 = "54f7e4b585863cb4e1a1a642d0c9dce6bf6fd9011dff35fbc4a77d511ffbd7a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mr-102n" + ]; + titles = [ + { + title = "AXIMCom MR-102N"; + } + ]; + }; + mzk-dp150n = { + device_packages = [ + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-mzk-dp150n"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-mzk-dp150n-squashfs-sysupgrade.bin"; + sha256 = "f87d6d8af638f7c6de170c081e1bb4b70093ce197127be6aacbdb71651754979"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-dp150n" + ]; + titles = [ + { + title = "Planex MZK-DP150N"; + } + ]; + }; + mzk-w300nh2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-mzk-w300nh2"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-mzk-w300nh2-squashfs-factory.bin"; + sha256 = "f289aa4e20b527f11853807f8d2e4e4a6138326f8a834d3af3592208914950f8"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-mzk-w300nh2-squashfs-sysupgrade.bin"; + sha256 = "39b2c9eb0ffd4dbb499f699aaf60e8d85b5030c7843ee2d9dfd7893f7c089df1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-w300nh2" + ]; + titles = [ + { + title = "Planex MZK-W300NH2"; + } + ]; + }; + mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-mzk-wdpr"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "00a209415a47bb9a7c96dc3f4f81856e4dcf9b2ec1d04b8407fbaeef8a3f2162"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-wdpr" + ]; + titles = [ + { + title = "Planex MZK-WDPR"; + } + ]; + }; + nbg-419n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-nbg-419n"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-nbg-419n-squashfs-sysupgrade.bin"; + sha256 = "3e111118f14ef0bf7d833dc8ed017260475ccef8af82f5f46c46905edb477412"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nbg-419n" + ]; + titles = [ + { + title = "ZyXEL NBG-419N"; + } + ]; + }; + nbg-419n2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-nbg-419n2"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-nbg-419n2-squashfs-sysupgrade.bin"; + sha256 = "a5930ca22252c15ef4738a608e07e89d07291dbed7cfa9505402e5ccc2d0ade0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nbg-419n2" + ]; + titles = [ + { + title = "ZyXEL NBG-419N2"; + } + ]; + }; + ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-core" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-ncs601w"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-ncs601w-squashfs-sysupgrade.bin"; + sha256 = "020d9228d20bfc74a7719199cf6f231964d39f0b8edbdf2c0807068108344875"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ncs601w" + ]; + titles = [ + { + title = "Wansview NCS601W"; + } + ]; + }; + nixcore-x1-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-nixcore-x1-16M"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-nixcore-x1-16M-squashfs-sysupgrade.bin"; + sha256 = "f739ad11a6a1ae80c96f0706e1ee1d565498c3957b5d7d420d1ad412791c8e38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore-x1-16M" + "nixcore-x1" + ]; + titles = [ + { + title = "NixcoreX1 (16M)"; + } + ]; + }; + nixcore-x1-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-nixcore-x1-8M"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-nixcore-x1-8M-squashfs-sysupgrade.bin"; + sha256 = "23cad364b487e33fe5decf6decf3f73a14c332459c7c74a3b75829a65df6d48f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore-x1-8M" + "nixcore-x1" + ]; + titles = [ + { + title = "NixcoreX1 (8M)"; + } + ]; + }; + nw718 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-nw718"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-nw718-squashfs-sysupgrade.bin"; + sha256 = "3a90b333f2c3a6c19be25c2b113f96845ef48c01d04b8b4a2b1e85bb0a1719a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nw718" + ]; + titles = [ + { + title = "Netcore NW718"; + } + ]; + }; + psr-680w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-psr-680w"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-psr-680w-squashfs-sysupgrade.bin"; + sha256 = "f9522c6289bac25912421cfe97352ba53dc3370613ec65dd9608426d33a62290"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psr-680w" + ]; + titles = [ + { + title = "Petatel PSR-680W Wireless 3G Router"; + } + ]; + }; + pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-pwh2004"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-pwh2004-squashfs-sysupgrade.bin"; + sha256 = "350ab24695eae7d006b5a61128ce2b65a43b55f0238371e60d26516b35fddd85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pwh2004" + ]; + titles = [ + { + title = "Prolink PWH2004"; + } + ]; + }; + px-4885-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-px-4885-8M"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-px-4885-8M-squashfs-sysupgrade.bin"; + sha256 = "883453be732b1473563b849e12cf6c82e53e0ae6a6c859117cc3b1acb390a8ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "px-4885-8M" + ]; + titles = [ + { + title = "7Links PX-4885 (8M)"; + } + ]; + }; + rt-g32-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-rt-g32-b1"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-rt-g32-b1-squashfs-sysupgrade.bin"; + sha256 = "8011dce16de437781c0d4f721206671359862942c81ef7dfe12b0a535d9e88e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-g32-b1" + ]; + titles = [ + { + title = "Asus RT-G32 B1"; + } + ]; + }; + rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-rt-n13u"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "29917cdad22879fd8d2334771d6ea39ef1258bde382d40d9ec8536a224e706b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n13u" + ]; + titles = [ + { + title = "Asus RT-N13U"; + } + ]; + }; + rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-rt5350f-olinuxino"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "e5da880c7e6cc8fb93818864e95041ceb3792e0553d851988c7ae4c1e0454cdf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt5350f-olinuxino" + ]; + titles = [ + { + title = "RT5350F-OLinuXino"; + } + ]; + }; + rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-rt5350f-olinuxino-evb"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "263797c3141919127a722eb3ce16bcea15d080376da4a6dd52a114a0a9024581"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + title = "RT5350F-OLinuXino-EVB"; + } + ]; + }; + rut5xx = { + device_packages = [ + "om-watchdog" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-rut5xx"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-rut5xx-squashfs-sysupgrade.bin"; + sha256 = "894b7b3b7b456f17d52de6fcccd539327359e08ef29a4708ee90140618f04e6f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rut5xx" + ]; + titles = [ + { + title = "Teltonika RUT5XX"; + } + ]; + }; + sl-r7205 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-sl-r7205"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-sl-r7205-squashfs-sysupgrade.bin"; + sha256 = "abd1e7863d1cc195a9b1aa8fe40446f52785870b2933f23e919a89841ebbce61"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sl-r7205" + ]; + titles = [ + { + title = "Skyline SL-R7205 Wireless 3G Router"; + } + ]; + }; + tew-638apb-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-tew-638apb-v2"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-tew-638apb-v2-squashfs-sysupgrade.bin"; + sha256 = "175146606fb391a809e50523869b7718420e831ad051024effa9069e17306c7a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-638apb-v2" + ]; + titles = [ + { + title = "TRENDnet TEW-638APB v2"; + } + ]; + }; + tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-tew-714tru"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "86b9c613bd7542ab3e7ecf5e96e4a20771542de94d4fd488d91dd52c6311172b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-714tru" + ]; + titles = [ + { + title = "TRENDnet TEW-714TRU"; + } + ]; + }; + ur-326n4g = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-ur-326n4g"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-ur-326n4g-squashfs-sysupgrade.bin"; + sha256 = "a170fc64cebae82a8e22d00932eec648583705b2c11e5687cb8c055c32ddca51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ur-326n4g" + ]; + titles = [ + { + title = "UPVEL UR-326N4G"; + } + ]; + }; + ur-336un = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-ur-336un"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-ur-336un-squashfs-sysupgrade.bin"; + sha256 = "49428907854c1e18a1eca5526f27ed8841f5257b0de89e0d9c770c0498eb3f1a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ur-336un" + ]; + titles = [ + { + title = "UPVEL UR-336UN"; + } + ]; + }; + v22rw-2x2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-v22rw-2x2"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-v22rw-2x2-squashfs-sysupgrade.bin"; + sha256 = "71cb921d6607eab4fa842b529566e0669146985f0045de8823552da4c9bcef69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "v22rw-2x2" + ]; + titles = [ + { + title = "Ralink AP-RT3052-V22RW-2X2"; + } + ]; + }; + vocore-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-vocore-16M"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-vocore-16M-squashfs-sysupgrade.bin"; + sha256 = "8f435e05086c689b6a77952df8b075141f6d2c7256b1b56109247e0e7653548f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore-16M" + "vocore" + ]; + titles = [ + { + title = "VoCore (16M)"; + } + ]; + }; + vocore-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-vocore-8M"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-vocore-8M-squashfs-sysupgrade.bin"; + sha256 = "5bca00154fa2f9e55a977e041e86d8f68f18da92733cc5a72e40c2289a4276eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore-8M" + "vocore" + ]; + titles = [ + { + title = "VoCore (8M)"; + } + ]; + }; + w150m = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-w150m"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-w150m-squashfs-sysupgrade.bin"; + sha256 = "8d8f8532d66bd4ecc9cd380fc626b483e14ad0070eeb34d2133d472b31680da8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w150m" + ]; + titles = [ + { + title = "Tenda W150M"; + } + ]; + }; + w306r-v20 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-w306r-v20"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-w306r-v20-squashfs-sysupgrade.bin"; + sha256 = "84c99b9d266de7405631262f5ee29b236a722f48b88c55830d02a206af72c5db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w306r-v20" + ]; + titles = [ + { + title = "Tenda W306R V2.0"; + } + ]; + }; + w502u = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-w502u"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-w502u-squashfs-sysupgrade.bin"; + sha256 = "728c0b15adaa89cb353c1c6a1c3098444501d7be193322829ed265bcdf149c67"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w502u" + ]; + titles = [ + { + title = "ALFA Networks W502U"; + } + ]; + }; + wcr-150gn = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-wcr-150gn"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-wcr-150gn-squashfs-sysupgrade.bin"; + sha256 = "b3434469cb124868a46b2f5f7a905dc69294abd4d46ae97a3cd825b8ad25b68a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wcr-150gn" + ]; + titles = [ + { + title = "Sparklan WCR-150GN"; + } + ]; + }; + whr-g300n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-whr-g300n"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-whr-g300n-squashfs-sysupgrade.bin"; + sha256 = "b630d49e141f181616b0f6ce046cdf4f5f9abade9dfb967337e3df1ab5bdfd66"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-whr-g300n-squashfs-tftp.bin"; + sha256 = "4f3a24d8630e4ac16567cabd131c005b349c8d875d79b45407952b689d96cab7"; + type = "tftp"; + } + ]; + supported_devices = [ + "whr-g300n" + ]; + titles = [ + { + title = "Buffalo WHR-G300N"; + } + ]; + }; + wizard8800 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-wizard8800"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-wizard8800-squashfs-sysupgrade.bin"; + sha256 = "381063cc701d307593a1c4e1418bf8ea8f0d7e548f92456f1856e5ed60cd8688"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wizard8800" + ]; + titles = [ + { + title = "EasyAcc WIZARD 8800"; + } + ]; + }; + wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-wizfi630a"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "b4673b4f1b059cc95832f52783f2fe737275bd752c090c152a823aa867d6b77c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wizfi630a" + ]; + titles = [ + { + title = "WIZnet WizFi630A"; + } + ]; + }; + wl-330n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-wl-330n"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-wl-330n-squashfs-sysupgrade.bin"; + sha256 = "8e355670188d22b0bd70cb8d2427947c5fc3b9612ba0bcae1c84faa980cefb76"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wl-330n" + ]; + titles = [ + { + title = "Asus WL-330N"; + } + ]; + }; + wl-330n3g = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-wl-330n3g"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-wl-330n3g-squashfs-sysupgrade.bin"; + sha256 = "3b1411e23e3b27ad21af167b3a0f7835c21bfc38ff5e74808d6188ac1ad71087"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wl-330n3g" + ]; + titles = [ + { + title = "Asus WL-330N3G"; + } + ]; + }; + wnce2001 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-wnce2001"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-wnce2001-squashfs-sysupgrade.bin"; + sha256 = "c819220e1305070346e0f87ab319633d29f35906a037909bbf70012e67a17758"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-wnce2001-squashfs-factory.bin"; + sha256 = "9c6f9078b6c7fdcfabcac0e6f24ebb661f0185c7b73eff323db16b5de6c6f0b2"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-wnce2001-squashfs-factory-NA.bin"; + sha256 = "c7c27e28cfaac97e4b337171bd8a98cfd1dec43d7a90d5b8de94d63efaaca739"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "wnce2001" + ]; + titles = [ + { + title = "Netgear WNCE2001"; + } + ]; + }; + wr512-3gn-8M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-wr512-3gn-8M"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-wr512-3gn-8M-squashfs-sysupgrade.bin"; + sha256 = "8f43c45d463ba00a12faee063de5ddf66b0bb237b696194f817bcd3130975bd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wr512-3gn-8M" + ]; + titles = [ + { + title = "WR512-3GN (8M)"; + } + ]; + }; + wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-wr6202"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-wr6202-squashfs-sysupgrade.bin"; + sha256 = "bf22b2da04c3d1757b0f356a80f6859626a7ff05b309fcec41112bbaa6ed6807"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wr6202" + ]; + titles = [ + { + title = "AWB WR6202"; + } + ]; + }; + wt1520-4M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-wt1520-4M"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-wt1520-4M-squashfs-factory.bin"; + sha256 = "a8f87120dbb83e9b5e5500a62c5c1fea103a8f22e1ffaa370898de4110f9a688"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-wt1520-4M-squashfs-sysupgrade.bin"; + sha256 = "d0d2f7affd2153bfb3dc74469a24d91b6ea609630d3df93d143759208c082ab5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wt1520-4M" + ]; + titles = [ + { + title = "Nexx WT1520 (4MB)"; + } + ]; + }; + wt1520-8M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-wt1520-8M"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-wt1520-8M-squashfs-sysupgrade.bin"; + sha256 = "67cab28c208383b8dcedab4fe52a7432f11c1d03482a67b8cb5ff5ab4f1a3fe7"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-wt1520-8M-squashfs-factory.bin"; + sha256 = "1d85a9a1ef0714cfa9703c3da4b8f07b4184ae5f6f187ed9ec0581a377647a5d"; + type = "factory"; + } + ]; + supported_devices = [ + "wt1520-8M" + ]; + titles = [ + { + title = "Nexx WT1520 (8MB)"; + } + ]; + }; + x5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-x5"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-x5-squashfs-sysupgrade.bin"; + sha256 = "4622386bfb30c9e9d3132291fafef7053ce431d1bd255421d5e30bac80a21dc9"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-x5-squashfs-factory.bin"; + sha256 = "7b3b8620b1651f9cf1fcda59019be37b695ea4d6ba2633828d0d91a1775e4cb2"; + type = "factory"; + } + ]; + supported_devices = [ + "x5" + ]; + titles = [ + { + title = "Poray X5/X6"; + } + ]; + }; + x8 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-x8"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-x8-squashfs-factory.bin"; + sha256 = "e3e178b78cee7a11195edf251b2ee9f8c2537d9d50506dacc563d2b6c5918c6b"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-rt305x-x8-squashfs-sysupgrade.bin"; + sha256 = "0f6e1ed54de740eccf98f405e612054262474f811a0af1ff0a9f6a808517806b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "x8" + ]; + titles = [ + { + title = "Poray X8"; + } + ]; + }; + xdxrn502j = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-xdxrn502j"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-xdxrn502j-squashfs-sysupgrade.bin"; + sha256 = "19879e5009a653be221afc5fad4c98775ad3406abc4dac589d0554fcace7041e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xdxrn502j" + ]; + titles = [ + { + title = "XDX RN502J"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "5b1ce42174e4b72f9633ec58ce9ffe206c4f002f66f9c5121d580c65d7fb2307"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + title = "Zorlik ZL5900V2"; + } + ]; + }; + zyxel_keenetic-start = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt305x-zyxel_keenetic-start"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt305x-zyxel_keenetic-start-squashfs-sysupgrade.bin"; + sha256 = "73839839547675f5347e6d39bbcea116e01643bf59c9d9d3d9df8c12e8334eb5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-start" + ]; + titles = [ + { + title = "ZyXEL Keenetic Start"; + } + ]; + }; + }; + target = "ramips/rt305x"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "2d5cd407c4907790623270ebee248cc463bf8abed614d25108c0ccaeed38cec0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + title = "Belkin F9K1109 Version 1.0"; + } + ]; + }; + br-6475nd = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt3883-br-6475nd"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt3883-br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "ed869963ebcc5badc202fcff4db52dfad0594e664cb4ae629e45169215200ca7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "br-6475nd" + ]; + titles = [ + { + title = "Edimax BR-6475nD"; + } + ]; + }; + cy-swr1100 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "swconfig" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt3883-cy-swr1100"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt3883-cy-swr1100-squashfs-factory.bin"; + sha256 = "b71cbf8f3d7b40ebe178f9ee3c156a2a25a6815dd3233ab75607f012c50fa2c2"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-rt3883-cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "62718b7acd93b35067838c52fd916e11460aa1f3db754ac06b8d2bb0b26041bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cy-swr1100" + ]; + titles = [ + { + title = "Samsung CY-SWR1100"; + } + ]; + }; + dir-645 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt3883-dir-645"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt3883-dir-645-squashfs-sysupgrade.bin"; + sha256 = "d28cca0abd5ea53dcf06a080420d99668de3bfee7628606d87b010ed7e48a0a9"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt3883-dir-645-squashfs-factory.bin"; + sha256 = "396776f2f635734b84d1714c35d2026cdf6585a643781d0fde42951efa8b6fae"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-645" + ]; + titles = [ + { + title = "D-Link DIR-645"; + } + ]; + }; + hpm = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt3883-hpm"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt3883-hpm-squashfs-sysupgrade.bin"; + sha256 = "f2ccaeeb7074134c0b7a3cb118bb14c7e4930e13f156dde819437c507e119997"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hpm" + ]; + titles = [ + { + title = "Omnima HPM"; + } + ]; + }; + rt-n56u = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt3883-rt-n56u"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt3883-rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "6119972318491e449b854b38825d07b60fa7caebb27c8b6101ea855c32f208b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n56u" + ]; + titles = [ + { + title = "Asus RT-N56U"; + } + ]; + }; + tew-691gr = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt3883-tew-691gr"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt3883-tew-691gr-squashfs-factory.bin"; + sha256 = "561f953e1fbf98e4c2a94232caea65205b13a453a5bbee4ee9d0fea2ba17dedf"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-rt3883-tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "75d12e6cfdd23c09294c8fddea841f4de7447164fb6ba2663b0df6ceeac34c3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-691gr" + ]; + titles = [ + { + title = "TRENDnet TEW-691GR"; + } + ]; + }; + tew-692gr = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt3883-tew-692gr"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt3883-tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "440a870027c6f88aef93091f7b9795223c4281bfa23071b6d1a043fdb46631d7"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.4-ramips-rt3883-tew-692gr-squashfs-factory.bin"; + sha256 = "08f0d4379c1c59a03cf22d4e5f5ca6baafba4bf91a805e3250f8649e123f7c69"; + type = "factory"; + } + ]; + supported_devices = [ + "tew-692gr" + ]; + titles = [ + { + title = "TRENDnet TEW-692GR"; + } + ]; + }; + wlr-6000 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.4-ramips-rt3883-wlr-6000"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt3883-wlr-6000-squashfs-factory.dlf"; + sha256 = "1fb58f577b53e75c90c312bd062625015e0fee8b6f290539bcc957075b087c58"; + type = "factory"; + } + { + name = "openwrt-19.07.4-ramips-rt3883-wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "c3adf0fb66de91109e07ea2cb324fb28362f125beb4c228937f533ad6a5e9ba9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wlr-6000" + ]; + titles = [ + { + title = "Sitecom WLR-6000"; + } + ]; + }; + wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-ramips-rt3883-wmdr-143n"; + images = [ + { + name = "openwrt-19.07.4-ramips-rt3883-wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "c9bbccdbf0eab54449672dce4658ffb863553a0004bafc89938c4c9ac485201e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wmdr-143n" + ]; + titles = [ + { + title = "Loewe WMDR-143N"; + } + ]; + }; + }; + target = "ramips/rt3883"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + rb532 = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "wpad-basic" + "kmod-ath5k" + "kmod-input-rb532" + "e2fsprogs" + "mkf2fs" + "nand-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "wpad-basic" + "kmod-ath5k" + "kmod-input-rb532" + "e2fsprogs" + "mkf2fs" + "nand-utils" + ]; + metadata_version = 1; + profiles = { + nand = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-rb532-nand"; + images = [ + { + name = "openwrt-19.07.4-rb532-nand-squashfs-sysupgrade.bin"; + sha256 = "81347a74f725c5f9c0f192ba0241cbad618aa0ea8cf66701e50727d60e0b2c3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb532" + ]; + titles = [ + { + title = ""; + } + ]; + }; + }; + target = "rb532/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + samsung = { }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun50i-a64-pine64-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa53-sun50i-a64-pine64-plus"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa53-sun50i-a64-pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "1beb872084743d49b69761212c86b00962d7be62ba54ed4b6ac9be999da9f675"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa53-sun50i-a64-pine64-plus-ext4-sdcard.img.gz"; + sha256 = "ea3098f06594fb04ff4701270277c457f0cd38df0a4d0d46e8863d57bed829c1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + title = "Pine64 Plus A64"; + } + ]; + }; + sun50i-a64-sopine-baseboard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa53-sun50i-a64-sopine-baseboard"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa53-sun50i-a64-sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "7b54388060a6a77543ff90b057ccf95c0abe7e56c1e26a0fd2de9cfc78d6645f"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa53-sun50i-a64-sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "38cb9063f6e6bd42c61c032950768a26cba25b2b95a97474afa97de4fd0a47c6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + title = "Pine64 Sopine"; + } + ]; + }; + sun50i-h5-nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "5cdfa7f2f027f5b050a663c7250267dfa87ea8f1c3c39ba9594a37f15566eb4a"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "3901bf16aa68db725199cc488e3d43b25622f41fc35f0dbddcbbbfe70a5c8bb3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + title = "Nanopi NEO Plus2 (H5)"; + } + ]; + }; + sun50i-h5-nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa53-sun50i-h5-nanopi-neo2"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa53-sun50i-h5-nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "7661fa182bd78c4b9ad4ae765496fafda5127d3e71066a1aa615286432d3acf6"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa53-sun50i-h5-nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "1bed9b507b0cb007ff683279cbb0d2e6a494b0b45dc713f7b9ab536d8342623a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + title = "Nanopi NEO2 (H5)"; + } + ]; + }; + sun50i-h5-orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa53-sun50i-h5-orangepi-pc2"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa53-sun50i-h5-orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "9b77a14d368fc76cea12ebbeb90fd7172fd819ac136f0143efe5e839b78d5c32"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa53-sun50i-h5-orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "d57b25ea677aa8141193ad8099ecf9694817a880735d0f0bc8fc408adbd5efde"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC2"; + } + ]; + }; + sun50i-h5-orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "6b3e89d78340fe1631908b593152fd99535c372e7ec0b2371a8ac78a5b2de6a1"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "23669bb0c5ef5c5575f924c583b06fdbb0de478d28b6b240679a06d3fc28ac42"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi Zero Plus"; + } + ]; + }; + }; + target = "sunxi/cortexa53"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun6i-a31-m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun6i-a31-m9"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun6i-a31-m9-ext4-sdcard.img.gz"; + sha256 = "71097ca500c0fe2834551920993927f056c0b2d3b2762d036e96d3159541da50"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun6i-a31-m9-squashfs-sdcard.img.gz"; + sha256 = "e20ef471f5e88f337a2a1114c0698e1810ba67639dce4a1de20b369554e240a9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + title = "Mele M9 top set box"; + } + ]; + }; + sun7i-a20-bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-bananapi"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-bananapi-squashfs-sdcard.img.gz"; + sha256 = "9db40ba0860af81639910a2b0dffcd4202066139ebedf3a179dfdf4d2af41f23"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-bananapi-ext4-sdcard.img.gz"; + sha256 = "33b8bc225e8f8e21ed25d1d9306a3aa291d4de58243a01d35f569f67928b6eef"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + title = "LeMaker Banana Pi"; + } + ]; + }; + sun7i-a20-bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-bananapro"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-bananapro-squashfs-sdcard.img.gz"; + sha256 = "f4106f8e3603b9ad11c27620d1ac402e571e929e8bb5a586e055c5bbe1b23823"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-bananapro-ext4-sdcard.img.gz"; + sha256 = "fe80dbca054e5ab828b94b41f6d38e53de0082d55115fe2221f7b0e617bc9732"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + title = "LeMaker Banana Pro"; + } + ]; + }; + sun7i-a20-cubieboard2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-cubieboard2"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "b2eaf0c4236fe2adabf82932f62a453862c364e04e7d6ef67f0258c9264c38bd"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-cubieboard2-ext4-sdcard.img.gz"; + sha256 = "ba87761d2a872855fb0773300ccee4d3af76ed4d0c3cd2181cf59289fa26ad4b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + title = "Cubietech Cubieboard2"; + } + ]; + }; + sun7i-a20-cubietruck = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-cubietruck"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-cubietruck-squashfs-sdcard.img.gz"; + sha256 = "868995cf49b28d0925ad7d46e3500815fe609c7cf72e462789d4ec034fe45935"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-cubietruck-ext4-sdcard.img.gz"; + sha256 = "e5373f3bf3fcb3a3b4505aeb03292e4c87a664551b6f1c6dbdf721fe2d9676e5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + title = "Cubietech Cubietruck"; + } + ]; + }; + sun7i-a20-lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "swconfig" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-lamobo-r1"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "d2b0e3238fe9eb0316c7640fa0056a68e9eea0e30f5c7de6f8cfe77e020a4722"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "63d7c2f30ec94ad317cb6950bf1c3890dbe49ab8b0b9f5ef9190a6d745b73b52"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + title = "Lamobo R1"; + } + ]; + }; + sun7i-a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-olinuxino-lime"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "e95cf71328ceb381a928d3ac31da19060dc026b82118f356e63fabcb3751aa7a"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "6bfc143c8aeb28fc8d4307b45bf014b64fe6f55b1150822d55294c6e2547b37a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME"; + } + ]; + }; + sun7i-a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-olinuxino-lime2"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "596713993fcff42010e057aa69a177bbe0cc64aa74c33f4b90ddc655c6e8d97f"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "3bc187c9f24d05cb0f8a15215705d24b5486ffb77f6b4597cb8da38ae04d3142"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME2"; + } + ]; + }; + sun7i-a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "7a743ba3b965734eaf3a6af41bd25385daf6672654d33026c4445bc4cba7d8b4"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "a6bb56b273efee6ab66550b166fbd870d50e308a53a49920d0dacb42b5d4a176"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME2-eMMC"; + } + ]; + }; + sun7i-a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-olinuxino-micro"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "0492b809aa511990bd0e381e6fb3ee334da72d8db948c49c9c6df4c9174ac15f"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "14df8d2329e4fd2d458cd7d44108eff6b6b0730885f422083f186e11e8846247"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + title = "Olimex A20-Olinuxino Micro"; + } + ]; + }; + sun7i-a20-pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-pcduino3"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-pcduino3-ext4-sdcard.img.gz"; + sha256 = "f08feda6ce2a464352169fcb43c33610052c91779ce119930505ceb1c30eb7f8"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun7i-a20-pcduino3-squashfs-sdcard.img.gz"; + sha256 = "90ac359ae75e8ce4e5c18f5a41c77cea3176f1fb2b63d962db41c728c9a1bb1f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + title = "LinkSprite pcDuino3"; + } + ]; + }; + sun8i-h2-plus-orangepi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "52ba1b7c76c5393274b790bb39735dccb1bb91ccf028207534c6aefb06a1bf2e"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "e5cdc2c8324eab00ddb9c7886ebfc12e13e47f74ec3dae35e7ca9bcafd9da771"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + title = "Xunlong Orange Pi R1"; + } + ]; + }; + sun8i-h2-plus-orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "f58e787ad14912e453c1d1638203982f400436961c9d0dc9e745f883d6535743"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "61e30dbabf2c5ee8223f781eff90573bb7bec419775371a7a5ed4ccfc7a869c9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + title = "Xunlong Orange Pi Zero"; + } + ]; + }; + sun8i-h3-bananapi-m2-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "306db7c11929f4d8007ea3870709d2cdc5e7898bbf6a703aeeb4568dc061a952"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "38914029742e16bfedfba93b678fafe7c18534d249deabb9bdd0164504a8fb71"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + title = "Sinovoip Banana Pi M2 Plus"; + } + ]; + }; + sun8i-h3-nanopi-m1-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-brcmfmac" + "brcmfmac-firmware-43430-sdio" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "ba6588a664655e0635ca2f1989b4344d18357ab84960b7e59b99c36459b13ac0"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "061da8ec4e6cb8875626293a7d8f0adc2e00e79ea0a3f459b29b07e8371d659c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + title = "FriendlyArm NanoPi M1 Plus"; + } + ]; + }; + sun8i-h3-nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-nanopi-neo"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "f00dbebfc61be0af95f6b9d71adea28a25c2f2e9920d126b85cb65227b1dc45c"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "83cc82d2a1988414a277ebde64d02d4d325738e0cfa577caf05821025044e035"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + title = "FriendlyARM NanoPi NEO"; + } + ]; + }; + sun8i-h3-orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-orangepi-2"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-orangepi-2-ext4-sdcard.img.gz"; + sha256 = "e2ffc44578f5a470d7b8cead407e7bf82feacf9b117412a3b11ce454db155d5a"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "a791474a2a6d8b1ea3836d7f00476e4b46130e0097a4c25f3ee8d9034f38997c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + title = "Xunlong Orange Pi 2"; + } + ]; + }; + sun8i-h3-orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-orangepi-one"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-orangepi-one-ext4-sdcard.img.gz"; + sha256 = "ddb29c1d1c73e36387ae310768064511087e02a64406b7cebb5fd49a42cd8cf1"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "a76a79cb2f3178d25f11e7609badbc400286d8e7b770a2dce9568c79bbc7718d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + title = "Xunlong Orange Pi One"; + } + ]; + }; + sun8i-h3-orangepi-pc = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-orangepi-pc"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "9b83dca8fe7fa72a11ee12df68cf2c8bcb2be4bfca44744b73c7d7ca8fa8e8c1"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "719bd9495bf554bf25adf3338b2416a01dc1e431dea82145a450cab43519c03a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC"; + } + ]; + }; + sun8i-h3-orangepi-pc-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "f8389a3f20aaf79265b4094a4b49aa7841fc26de44b6e3f1f1902d1ba4f24773"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "a5890331c94ef009edac7c7d7c0409aff325ef173deda4ac4ca202ed2b0e7681"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC Plus"; + } + ]; + }; + sun8i-h3-orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-orangepi-plus"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "821cf657892835da94fabda433ef9f8a843761d095ebc593ecd6fdae3f9ed11c"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa7-sun8i-h3-orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "76f473a49fd4057c47dad71f318b6df97f7501322d2990173498fb4b23f89832"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi Plus"; + } + ]; + }; + }; + target = "sunxi/cortexa7"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun4i-a10-cubieboard = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa8-sun4i-a10-cubieboard"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa8-sun4i-a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "7fe36adbb81b48d5b385b310b7f87e7abd670135c9dee13a546b633b9d649ba0"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa8-sun4i-a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "8be83ec9d44c2e16522b9b732cad41195d5e47cbc24979cb0db554bad68bb886"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + title = "Cubietech Cubieboard"; + } + ]; + }; + sun4i-a10-marsboard = { + device_packages = [ + "mod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa8-sun4i-a10-marsboard"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa8-sun4i-a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "186c221e97d9017d2df4597e7974b2c3f90fd86b1c0e3a4803e6232a00df418b"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa8-sun4i-a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "18f9fb5f3bacffac7c8b468c11e86368fcd02f9ef1c957d4b92702e79e9d6f14"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + title = "HAOYU Electronics Marsboard A10"; + } + ]; + }; + sun4i-a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa8-sun4i-a10-olinuxino-lime"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa8-sun4i-a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "b5fdc24ceadda8e3adb4aef28829a74046fd80d9578cf91adbf8672d40f48652"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa8-sun4i-a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "b9e8f648fc7eac5690eec6eb569ed7996781095467aa8471f8f35ca57ad9bb06"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + title = "Olimex A10-OLinuXino-LIME"; + } + ]; + }; + sun4i-a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa8-sun4i-a10-pcduino"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa8-sun4i-a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "f0fccce03366794f2c8d52e81d7fd1e7033f5fdf81befb888881ff21202575f8"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa8-sun4i-a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "e869dfd4dc13c0a204802dae87304060603fcfbf5a167a1dfc72272fdd390c89"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + title = "LinkSprite pcDuino"; + } + ]; + }; + sun5i-a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa8-sun5i-a13-olimex-som"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa8-sun5i-a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "a6caa86756f9cea5ae3320ea75af06b8a3f4132af033b0740ba8985b8b732f66"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa8-sun5i-a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "4fb18e040113009bc6aa753e61b88011f5d0fa65783f548531ea4121d75f9eea"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + title = "Olimex A13 SOM"; + } + ]; + }; + sun5i-a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.4-sunxi-cortexa8-sun5i-a13-olinuxino"; + images = [ + { + name = "openwrt-19.07.4-sunxi-cortexa8-sun5i-a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "271b659b7beb73dc8c436daa7633f1b7e1ad256175d499a84f039bded1afb242"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-sunxi-cortexa8-sun5i-a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "5b30f096203f83043d18afdc1250ca1b7bce870c0f3abbd245c91fe548b82318"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + title = "Olimex A13-Olinuxino"; + } + ]; + }; + }; + target = "sunxi/cortexa8"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "e2fsprogs" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "e2fsprogs" + "mkf2fs" + "partx-utils" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-mini" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.4-tegra-compulab_trimslice"; + images = [ + { + name = "openwrt-19.07.4-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "f048c66d54971238e1fb15687f09c79b039ee12146dbbbcee7d8602999caef56"; + type = "sdcard"; + } + { + name = "openwrt-19.07.4-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "4e6e40f625104e0cc03d33fd29f81cd47b61c06ef14f47ceb4f72d61a397927e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + title = "CompuLab TrimSlice"; + } + ]; + }; + }; + target = "tegra/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; + x86 = { }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "kmod-usb-storage" + "kmod-fs-msdos" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "kmod-usb-storage" + "kmod-fs-msdos" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-zynq-avnet_zynq-zed"; + images = [ + { + name = "openwrt-19.07.4-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "89114ea0636b5b1bfacd5564bd92f20c13657880ab6528047d8bb0a74b210fee"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Avnet ZedBoard"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-zynq-digilent_zynq-zybo"; + images = [ + { + name = "openwrt-19.07.4-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "179f62e07c9b590dd37dfcbb6d8cc54962cc0e4f28290358f18ff4a78b76f422"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Digilent Zybo"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.4-zynq-digilent_zynq-zybo-z7"; + images = [ + { + name = "openwrt-19.07.4-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "22655bd879d33269ede0340949314cfbab4b205a8381c7d5719a99dd3637fe59"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Digilent Zybo Z7"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-19.07.4-zynq-xlnx_zynq-zc702"; + images = [ + { + name = "openwrt-19.07.4-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "5a25a351c445e71023ac8a52ebf2b16e558272c6bd83e68234dcef9c6356c74a"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Xilinx ZC702"; + } + ]; + }; + }; + target = "zynq/generic"; + version_code = "r11208-ce6496d796"; + version_number = "19.07.4"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/19.07.5.nix b/cached-profiles/19.07.5.nix new file mode 100644 index 00000000..523dd566 --- /dev/null +++ b/cached-profiles/19.07.5.nix @@ -0,0 +1,30649 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + "kmod-ath9k" + "swconfig" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-apm821xx-nand-meraki_mr24"; + images = [ + { + name = "openwrt-19.07.5-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "dbe8a8fce2f55541287aad085f994ac03cd539de9213731b8c731c8168340ea8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + title = "Cisco Meraki MR24"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-19.07.5-apm821xx-nand-meraki_mx60"; + images = [ + { + name = "openwrt-19.07.5-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "eceed91abc22bca1996deec09dca9ce93c3b2529b08854fa3817081b4519e900"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mx60" + "mx60" + ]; + titles = [ + { + title = "Cisco Meraki MX60/MX60W"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.5-apm821xx-nand-netgear_wndap620"; + images = [ + { + name = "openwrt-19.07.5-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "ae462685fae122f834f5f6ab65b76c06a6ed28e24ed77462e20a5e1580f82338"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "5ca23fa756877360856a10c0a5a006d81f4d18e8aca5deee3a29eddb4b12d2aa"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + title = "Netgear WNDAP620 - Premium Wireless-N"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.5-apm821xx-nand-netgear_wndap660"; + images = [ + { + name = "openwrt-19.07.5-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "92a42e945aeda2c0eec60e30e32bfff040d5ae816bfa705e740554a39b239ce9"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "36343d6e50f3507b208f0eb2be7981536a38cfbffa0547d771ca35dd3e34e47e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + title = "Netgear WNDAP660 - Dual Radio Dual Band Wireless-N"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.5-apm821xx-nand-netgear_wndr4700"; + images = [ + { + name = "openwrt-19.07.5-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "46036ced86ef0f80bd14004a754b8c5c53fe83e93a9a3a08349362db7d776d16"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "b16de579af9d10042abada0baafa2ba2762b8310fa0d14da35dbf61f9ea0012a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + title = "Netgear Centria N900 WNDR4700/WNDR4720"; + } + ]; + }; + }; + target = "apm821xx/nand"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-dm" + "kmod-md-mod" + "partx-utils" + "mkf2fs" + "f2fsck" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-apm821xx-sata-wd_mybooklive"; + images = [ + { + name = "openwrt-19.07.5-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "8b8b1e9b77fd4e0d5d6644f00eecfbd99c560b623d6dabb6dc5613b99395288d"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "39d68e46d008ffd40725a9be19fea573ba2a35c5a373a01b5562bb5d8eaf1c77"; + type = "factory"; + } + { + name = "openwrt-19.07.5-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "f8e5e87e6eac980203fb04c86c6deda3bf879fc93ea599b376b1ebb279efb6b0"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "31327f569ccc09b31f6d95a7ee68741f650d76ca169d18622ca5e08f0d9a1019"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + title = "Western Digital My Book Live Series (Single + Duo)"; + } + ]; + }; + }; + target = "apm821xx/sata"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + ar71xx = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + NBG6616 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-NBG6616"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-NBG6616-squashfs-factory.bin"; + sha256 = "eaa039d22dd5e2a13734f7f43edcfbde61edf2ef3f93f60951bfaf2dc6661fec"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-NBG6616-squashfs-sysupgrade.bin"; + sha256 = "7922421e162adb9c277750bb7d35ec6d87bea3ff36704dcc5e96fbf5325efa61"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL NBG6616"; + } + ]; + }; + antminer-s1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-crypto-manager" + "kmod-i2c-gpio-custom" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-antminer-s1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-antminer-s1-squashfs-factory.bin"; + sha256 = "a558e6fa3f1dc7045e8fe4a51b2ddf120875be328b01f4d72129cfa7d5246211"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-antminer-s1-squashfs-sysupgrade.bin"; + sha256 = "904f4b6c73d741f0ffd0321aecd2839b5c6bf40f76b6cb9ac78986ff8649791d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antminer-S1"; + } + ]; + }; + antminer-s3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-crypto-manager" + "kmod-i2c-gpio-custom" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-antminer-s3"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-antminer-s3-squashfs-sysupgrade.bin"; + sha256 = "b42211bec172f6d30c8bc8255f6c7e751066576e1b36893e2dd8645a24c6ccbf"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-antminer-s3-squashfs-factory.bin"; + sha256 = "01468fbaa56166b2696e4e42c0184461f2369a389e3e9b5b37888730b72cbfb8"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antminer-S3"; + } + ]; + }; + antrouter-r1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-antrouter-r1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-antrouter-r1-squashfs-sysupgrade.bin"; + sha256 = "bd1fafad44a1658965807268c3f152430e52310bf10cb359cbf57b8f98379ec2"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-antrouter-r1-squashfs-factory.bin"; + sha256 = "653d5eb705b58140e5a5c4acedaa024ffe058b25509f9e6db86cdc16cbffdf29"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antrouter-R1"; + } + ]; + }; + ap121f = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ap121f"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ap121f-squashfs-sysupgrade.bin"; + sha256 = "565025d6b55ccd09fd4d9528f8973c42b791ecbdf62c9b092f8ce7b6cc84f0a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ap121f" + ]; + titles = [ + { + title = "ALFA Network AP121F"; + } + ]; + }; + ap531b0 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ap531b0"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ap531b0-squashfs-sysupgrade.bin"; + sha256 = "f01dd3390a9b256fce151140746f7d2d498e4c89a254e5362c1cb64d8c5401a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Rockeetech AP531B0"; + } + ]; + }; + ap90q = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ap90q"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ap90q-squashfs-sysupgrade.bin"; + sha256 = "af73325f6211e8a70142e9709dfecd650571c16662cd2570d4fb7d78cf354c38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore AP80Q/AP90Q"; + } + ]; + }; + archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-archer-c25-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c25-v1-squashfs-factory.bin"; + sha256 = "783b93560f07041a828f7806b14f13d0bb0eeea3e277f46c6735fc133a090aa3"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "8e03e5fb1d15b9753a755ba3f5688038e9cea8a1a38a1317af3a0cbc721c8a4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c25-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C25 v1"; + } + ]; + }; + archer-c5-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-archer-c5-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c5-v1-squashfs-factory.bin"; + sha256 = "41521bcebf507683fb109b232eed71cbd4ca708321fb518eb63dbe3924f40369"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "09bd8dc7ddf1794b7c075484c60cb67ce650ab063a1b66ecbcf93d1665078a7b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C5 v1"; + } + ]; + }; + archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-archer-c58-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "6a0d0a94a34286a5c8edcda37053fb76a2cee8433302e48332a91f2ae8f9759f"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c58-v1-squashfs-factory.bin"; + sha256 = "8c24e11799c7c71b9d2fbdaa3e003d009b3af741ce47ef5fd5f0e84dd7d87c95"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c58-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C58 v1"; + } + ]; + }; + archer-c59-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-archer-c59-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c59-v1-squashfs-factory.bin"; + sha256 = "562b72b4dc45d015a477d5071484007dd44d46bcd9ed78e0a531b06df360dbc6"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "778eed99e31c1d0d997b09141ba14eeac763ef0c4d5f0f1e323230c07c7f28a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c59-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C59 v1"; + } + ]; + }; + archer-c59-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-archer-c59-v2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c59-v2-squashfs-factory.bin"; + sha256 = "53294c01d6c1ea78e12c6f764fbda7fe458104c41ad4a919bdd91f49efd7e26a"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "5e17ff20cde50fa551a8a2d89de40d0477ddf29c9dc39abdf4da9c7097300c2f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c59-v2" + ]; + titles = [ + { + title = "TP-LINK Archer C59 v2"; + } + ]; + }; + archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-archer-c60-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c60-v1-squashfs-factory.bin"; + sha256 = "60ace14533b5a90bd988a0887b021545b715e292452ecc4fdb25fd9c78b901f2"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "e0fbf344cd16b101981a12173de58c369d5e42fa293e61d583cca7eac049f487"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c60-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C60 v1"; + } + ]; + }; + archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-archer-c60-v2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "b9967e680f3ca200d2864fb9a2c9b5753af5b3c7a9027dd78e679b2da5b8a38a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c60-v2-squashfs-factory.bin"; + sha256 = "b31a80a0eef89930a7edfcbe2b9ba36b35e827bd05e20bc8359832776d9ed497"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c60-v2" + ]; + titles = [ + { + title = "TP-LINK Archer C60 v2"; + } + ]; + }; + archer-c7-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-archer-c7-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c7-v1-squashfs-factory.bin"; + sha256 = "d50f1c581a66ff9ebe66be08cb5ed23cca2571c29a435ba5c9640a5efbe2c3f8"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "3d218fe4e4f89704a9d402f31089b56b39d4e72d0392296aebe7f78bdd515ff8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v1"; + } + ]; + }; + archer-c7-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-archer-c7-v2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c7-v2-squashfs-factory.bin"; + sha256 = "c8aff8fedeaa6352218291b07385c100f9dfe93beaf9fae8e13592e0f84242a5"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "85079a5fa9b5f01aff5f1fa22fe9cf55284c54fc8c2cb3efdac4f5eb8c0caa51"; + type = "factory-eu"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "a3e4c3a3fc41a24fb0e27575d65f2d926ec559b978f0f1c2b608bd556861a02a"; + type = "factory-us"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "198158a2291001df0073d7d07ca2b309a0dcf9a2af839ed53d12d41858dc10fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v2"; + } + ]; + }; + archer-c7-v2-il = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-archer-c7-v2-il"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c7-v2-il-squashfs-sysupgrade.bin"; + sha256 = "2727ac91460005852812ee5c6189b11d8568f85d7fd48452bd568e9dd6d16908"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c7-v2-il-squashfs-factory.bin"; + sha256 = "9e7668297b0a1bf1c31476a5c095df4ea46ea5b4c22d0b56ecc567edfcf9737b"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v2 (IL)"; + } + ]; + }; + archer-c7-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-archer-c7-v4"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c7-v4-squashfs-factory.bin"; + sha256 = "29e4e04b289642e73a99c539aef96ef6e48053120492cb10abd31a04c6125673"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "68d2ac548c239d4f0fe5afea397867e0445e1a155dc774d345dd74a9cd1172c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c7-v4" + ]; + titles = [ + { + title = "TP-LINK Archer C7 v4"; + } + ]; + }; + archer-c7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-archer-c7-v5"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "ffa5ab37e8a6c45a0bb32f7436bfa1a3526658a0777fa17511e2c98916921f91"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-archer-c7-v5-squashfs-factory.bin"; + sha256 = "0058ca3e8edb521b9bee4f1a1b79163f3e944b525df19ab6b944c08b5871dc8d"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c7-v5" + ]; + titles = [ + { + title = "TP-LINK Archer C7 v5"; + } + ]; + }; + arduino-yun = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-arduino-yun"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-arduino-yun-squashfs-sysupgrade.bin"; + sha256 = "9eaee53741d3f120db2868f921bb1cd9bd7baa487a5d3841e022bd949a9da64b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Arduino Yun"; + } + ]; + }; + bsb = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-bsb"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-bsb-squashfs-sysupgrade.bin"; + sha256 = "945a05e11b88aa11a839e749242df30fdcde0f899a8c283236ca6381dc3e8b83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Smart Electronics Black Swift board"; + } + ]; + }; + c-55 = { + device_packages = [ + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-c-55"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-c-55-squashfs-sysupgrade.bin"; + sha256 = "51ea6289a42d8d1927a718e564d809768accb273df4f6c8332396dbf8c8dc36d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "AirTight Networks C-55"; + } + ]; + }; + cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cap324"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cap324-squashfs-sysupgrade.bin"; + sha256 = "d332c1db46b2c0c1b66b15d3aa0c9fce584fa58a05882b07291616389c938353"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CAP324"; + } + ]; + }; + carambola2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-carambola2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-carambola2-squashfs-sysupgrade.bin"; + sha256 = "85aba3f3979439f5d53cd58b7e00d2baffb7501f537baeff456122806460af69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Carambola2"; + } + ]; + }; + cf-e316n-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cf-e316n-v2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cf-e316n-v2-squashfs-sysupgrade.bin"; + sha256 = "f8e02dde33b35da46ff2af20fa403fb33ba7f1c34d081efac66d9ba6247ff28d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E316N v2"; + } + ]; + }; + cf-e320n-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cf-e320n-v2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cf-e320n-v2-squashfs-sysupgrade.bin"; + sha256 = "75dc48c6f8b9ef609c5445f8dc3ab84322dce0706a5753614f1d9031e676ca9c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E320N v2"; + } + ]; + }; + cf-e355ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cf-e355ac-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cf-e355ac-v1-squashfs-sysupgrade.bin"; + sha256 = "1b47f8bb70161281aa4bb8e2f239258971c229c836e8e09d89eff9302bd71182"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E355AC v1"; + } + ]; + }; + cf-e355ac-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cf-e355ac-v2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cf-e355ac-v2-squashfs-sysupgrade.bin"; + sha256 = "da8314c578a7de4aa4bf776cafa2d4d25c25a7be86d2192113074f3ec2c6504b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E355AC v2"; + } + ]; + }; + cf-e375ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cf-e375ac"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cf-e375ac-squashfs-sysupgrade.bin"; + sha256 = "4b53a530c3f1a7feaaf412c9579af93ee7aa51d651e2e66d23c3d9149d617230"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E375AC"; + } + ]; + }; + cf-e380ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cf-e380ac-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cf-e380ac-v1-squashfs-sysupgrade.bin"; + sha256 = "87c4ef4d114971e28bc710367f619dc29318296dbe7e1353197a65b01c545600"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E380AC v1"; + } + ]; + }; + cf-e380ac-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cf-e380ac-v2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cf-e380ac-v2-squashfs-sysupgrade.bin"; + sha256 = "243370c43d3e19cd9c1da0436a2b85295acfcb4464afbfcb9681f2b514b7428c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E380AC v2"; + } + ]; + }; + cf-e385ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cf-e385ac"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cf-e385ac-squashfs-sysupgrade.bin"; + sha256 = "65b92c8a6d58f8c37cbef4925e182d22b47577213313a0e5f10ad213f4c37ed2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E385AC"; + } + ]; + }; + cf-e520n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cf-e520n"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cf-e520n-squashfs-sysupgrade.bin"; + sha256 = "e10bd170e27a5a51fb1e79416f269a6cea8f2a73e72a68fb5e62f51c56e5f013"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E520N"; + } + ]; + }; + cf-e530n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cf-e530n"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cf-e530n-squashfs-sysupgrade.bin"; + sha256 = "452ccbae81c875236ddc413a15f8f959a8199bf41049c496975c009e32ed440d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E530N"; + } + ]; + }; + cpe210-220-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cpe210-220-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cpe210-220-v1-squashfs-sysupgrade.bin"; + sha256 = "82c17535f19ad3939b29e6dae9ad668647e796e89b4bd406351204839d543bfe"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-cpe210-220-v1-squashfs-factory.bin"; + sha256 = "8d94eaaa94e03dc5de51a9e2cb7b3464dead55aa09a6ccf7f2ee22b244b4258e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210/220 v1"; + } + ]; + }; + cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cpe210-v2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cpe210-v2-squashfs-factory.bin"; + sha256 = "ebca010ebc18cdfa6b2df328eb73f053fbcc8eae7e26b3490a1c0e389ea6af11"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "f105ef5be1d38b760cc702a7885f0f1784cb6f27a7facd1ca3f3b427c92221d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210 v2"; + } + ]; + }; + cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cpe210-v3"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "e13192b4738f4b595404f9f87a8b5b9460befda91b1da06c7e0aa474c9bac9da"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-cpe210-v3-squashfs-factory.bin"; + sha256 = "2127ebe587a106b012f408129e7e9bc5cfd15bd91db90c126f7f9ec5951f9fae"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210 v3"; + } + ]; + }; + cpe505n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cpe505n"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cpe505n-squashfs-sysupgrade.bin"; + sha256 = "fb47a223c4cd9257862b5948b0f9c78c3e64fb3cecf7e82a8d5248e64be22e52"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "P&W CPE505N"; + } + ]; + }; + cpe510-520-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cpe510-520-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cpe510-520-v1-squashfs-sysupgrade.bin"; + sha256 = "0ed8d2c4dfd7aae3491e1be72fd81f21be41bc95c967753b929e50384c7a9f62"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-cpe510-520-v1-squashfs-factory.bin"; + sha256 = "a0a3d2d5fd9cccf3d5b5e19c6bce931d21db8434be7ff7deb4ba808b09cea782"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE510/520 v1"; + } + ]; + }; + cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cpe510-v2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "83b00c4b7201a0209f9109ea287457b1b9d2ff792072bd01251b6f3e7d3b99ef"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-cpe510-v2-squashfs-factory.bin"; + sha256 = "3adbfc5bd4f9e9973e5ad623072a9aa4d43f9ab5896d89192bd9a8a4569cda03"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE510 v2"; + } + ]; + }; + cpe830 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cpe830"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cpe830-squashfs-sysupgrade.bin"; + sha256 = "76d3419411901d1b75a795fba1cac66e471a84530a170af24567a5c802e03840"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore CPE830"; + } + ]; + }; + cpe870 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cpe870"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cpe870-squashfs-sysupgrade.bin"; + sha256 = "b69b1fc6299e45dd40beb962d5d3b0dbd1679f61d5e36e0b18f3b694d31120f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore CPE870"; + } + ]; + }; + cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cr3000"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cr3000-squashfs-sysupgrade.bin"; + sha256 = "dcd0266e727ee1412bd634439b798551a2001818ee943151db2cb32d210c9e7b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CR3000"; + } + ]; + }; + cr5000 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-core" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-cr5000"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-cr5000-squashfs-sysupgrade.bin"; + sha256 = "6bc1cc736244c5136dc102c7f417ec2207c338c3450795ddfbde44aab34e3645"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CR5000"; + } + ]; + }; + dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-dap-1330-a1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "2b2286f8214f017b1350d4023fd6f89717417f259b291ed6ce8e13afde95b0f6"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-dap-1330-a1-squashfs-factory.img"; + sha256 = "aec8bd70afb481eff366906edcae715cddc021cf6ac97857fba8950594458741"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DAP-1330 rev. A1"; + } + ]; + }; + dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-dap-2695-a1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "23c4bf105ca01dd645ac60e601dc62f7649ccf72f6402349f79fdd818dc9c362"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-dap-2695-a1-squashfs-factory.img"; + sha256 = "05781841c00c88ff338a5a64b7eba441e5f327823c10fe5ac6aaaa81f4d7dbbe"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DAP-2695 rev. A1"; + } + ]; + }; + dir-869-a1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-dir-869-a1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-dir-869-a1-squashfs-sysupgrade.bin"; + sha256 = "65e5abad7e130c5bfa18838df472cc1c07263b94f1840ec99eabb8ac3777c43b"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-dir-869-a1-squashfs-factory.bin"; + sha256 = "39c9b8d6da5c890de3ae8d096f6ad2fe690176260209f46e418fc80a2e9c3d9c"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DIR-869 rev. A1"; + } + ]; + }; + dr342 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-dr342"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-dr342-squashfs-sysupgrade.bin"; + sha256 = "be9dd8d6efdbf747b940cef02669bc130eaef16d656eababaa48b81c6495f8c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Wallys DR342"; + } + ]; + }; + dr531 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-dr531"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-dr531-squashfs-sysupgrade.bin"; + sha256 = "550f280bad024b9c7ebb75c4e12307431866ff289106c01a0f0d8602418a352b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Wallys DR531"; + } + ]; + }; + dragino2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-dragino2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-dragino2-squashfs-sysupgrade.bin"; + sha256 = "4cb011245ebecd8ab617bff854c9261a2774262d0596da38970968a430d150c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dragino 2 (MS14)"; + } + ]; + }; + e1700ac-v2-16M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-e1700ac-v2-16M"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-e1700ac-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "6ae8e0678302c23145981f2431cc7efac5dda947401f234b7eb61d031b7bbe1b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700ac-v2" + ]; + titles = [ + { + title = "Qxwlan E1700AC v2 (16MB flash)"; + } + ]; + }; + e1700ac-v2-8M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-e1700ac-v2-8M"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-e1700ac-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "6c43813746b09c56976b905c9ae33daf617848ebf1871da8c43d21c2bdbce4d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700ac-v2" + ]; + titles = [ + { + title = "Qxwlan E1700AC v2 (8MB flash)"; + } + ]; + }; + e558-v2-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-e558-v2-16M"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-e558-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "f3bacf66549473ed1fcabd7c0e69681aec1c3523d51e65468229c8cd78eee4d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e558-v2" + ]; + titles = [ + { + title = "Qxwlan E558 v2 (16MB flash)"; + } + ]; + }; + e558-v2-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-e558-v2-8M"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-e558-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "c6778b0b22cde685f9415ee8f051815d322ba80b2901412d8c19a337c7edb8f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e558-v2" + ]; + titles = [ + { + title = "Qxwlan E558 v2 (8MB flash)"; + } + ]; + }; + e600g-v2-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-e600g-v2-16M"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-e600g-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "acbfaf196b13a6751394ef4b0ddd6bb7d1c149a0d2fc66e829eee19ac0ac49a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600g-v2" + ]; + titles = [ + { + title = "Qxwlan E600G v2 (16MB flash)"; + } + ]; + }; + e600g-v2-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-e600g-v2-8M"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-e600g-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "821b41cbba0a3ed2556f288ffa96dfa0bb015af45b4ebe35b64ea99459d96323"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600g-v2" + ]; + titles = [ + { + title = "Qxwlan E600G v2 (8MB flash)"; + } + ]; + }; + e600gac-v2-16M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-e600gac-v2-16M"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-e600gac-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "7789ba1ba32a21771da6a334619b0134c52bb97f8de23b664cb49003e788fcd0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600gac-v2" + ]; + titles = [ + { + title = "Qxwlan E600GAC v2 (16MB flash)"; + } + ]; + }; + e600gac-v2-8M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-e600gac-v2-8M"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-e600gac-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "46fa83a4895f699c9fed20222ea31b8bb402e05f6b3d278af2ba270476227bbc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600gac-v2" + ]; + titles = [ + { + title = "Qxwlan E600GAC v2 (8MB flash)"; + } + ]; + }; + e750a-v4-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-e750a-v4-16M"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-e750a-v4-16M-squashfs-sysupgrade.bin"; + sha256 = "275e42b629fae5a4c91fb9e3d1130787e155e64087336a918b340a844bdd629c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750a-v4" + ]; + titles = [ + { + title = "Qxwlan E750A v4 (16MB flash)"; + } + ]; + }; + e750a-v4-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-e750a-v4-8M"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-e750a-v4-8M-squashfs-sysupgrade.bin"; + sha256 = "ba256a4c7dbfaa5e3065fc98e88d11a80cde169d760c0d8558672de998d4f51e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750a-v4" + ]; + titles = [ + { + title = "Qxwlan E750A v4 (8MB flash)"; + } + ]; + }; + e750g-v8-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-e750g-v8-16M"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-e750g-v8-16M-squashfs-sysupgrade.bin"; + sha256 = "f5affb821bf6f5be33464a5578e973be783082f6c1949c8b0a2a7a3036d1e222"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750g-v8" + ]; + titles = [ + { + title = "Qxwlan E750G v8 (16MB flash)"; + } + ]; + }; + e750g-v8-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-e750g-v8-8M"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-e750g-v8-8M-squashfs-sysupgrade.bin"; + sha256 = "594f1e4b7ac2e86fc6fc5f77e1f7d03acb4fdc563990a7f4f68d544019bc1683"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750g-v8" + ]; + titles = [ + { + title = "Qxwlan E750G v8 (8MB flash)"; + } + ]; + }; + el-m150 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-el-m150"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-el-m150-squashfs-sysupgrade.bin"; + sha256 = "480954885d5ad290cdb843300a549f09855c86f29ad82e1885cc4d447b131240"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-el-m150-squashfs-factory.bin"; + sha256 = "820b92b3337f38eeb77fb9fcf5aa958bdc7334735178b60db30dbe5eb63f0346"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EasyLink EL-M150"; + } + ]; + }; + el-mini = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-el-mini"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-el-mini-squashfs-sysupgrade.bin"; + sha256 = "7cce26eec4fadd2d2445a374dff3c72d649534229ebd98f66a190a9f99bace05"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-el-mini-squashfs-factory.bin"; + sha256 = "d5906309fc0476612fbdb64bf4696310158bb41cbc7e32ebf09e6e7a0485e2b3"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EasyLink EL-MINI"; + } + ]; + }; + ew-balin = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ew-balin"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ew-balin-squashfs-sysupgrade.bin"; + sha256 = "af7fc88c1eb92fae8ee81baf12e7d6e0d8218481aefed82e107c3493028c45b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Balin Platform"; + } + ]; + }; + ew-dorin = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ew-dorin"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ew-dorin-squashfs-sysupgrade.bin"; + sha256 = "ea062c7c486ee4266c1163e35d43498d3606ebb344e76dc33b37a41d7d27ada3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Dorin Platform"; + } + ]; + }; + ew-dorin-router = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ew-dorin-router"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ew-dorin-router-squashfs-sysupgrade.bin"; + sha256 = "c8d13de2e0ef0fa8d2c677eeed93bb5d07fa8c9e5670c25ecb1c74aa49b0ef63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Dorin Router Platform"; + } + ]; + }; + fritz300e = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-fritz300e"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-fritz300e-squashfs-sysupgrade.bin"; + sha256 = "6c1720038e928311d96fc9d8185a9fc4424e1c25d517f6065464e88e468af1d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz300e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 300E"; + } + ]; + }; + fritz4020 = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-fritz4020"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-fritz4020-squashfs-sysupgrade.bin"; + sha256 = "531b4912bbf60615468fca0aa17c5da04a1239025c089ea789772a4e8bedf287"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz4020" + ]; + titles = [ + { + title = "AVM FRITZ!Box 4020"; + } + ]; + }; + fritz450e = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-fritz450e"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-fritz450e-squashfs-sysupgrade.bin"; + sha256 = "374154aa90c2049b1b25ec1b85252c76227ecd6f2a329ee45e08a86c8810c319"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz450e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 450E"; + } + ]; + }; + gl-ar150 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-gl-ar150"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "0dbafc5dc6531f4204bf884ca67ef51a63681f4299998f3b1e9865b7b51579f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR150"; + } + ]; + }; + gl-ar300 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-gl-ar300"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-gl-ar300-squashfs-sysupgrade.bin"; + sha256 = "e3a1018e2ec4e3673314efcd93e86af1e27320a4a424ab87bd842033e1c3ec2b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR300"; + } + ]; + }; + gl-ar300m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-gl-ar300m"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-gl-ar300m-squashfs-sysupgrade.bin"; + sha256 = "11ed8948416ed07ac528ae4219720654800ed5d60f5c51e5d963a1eb956ef579"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR300M"; + } + ]; + }; + gl-ar750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-gl-ar750"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "2fdffc5065ae8bd9c1b83d767733d29e5e6eb520dd9b33f260507796f4219903"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-ar750" + ]; + titles = [ + { + title = "GL.iNet GL-AR750"; + } + ]; + }; + gl-ar750s = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-gl-ar750s"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-gl-ar750s-squashfs-sysupgrade.bin"; + sha256 = "937d92930c7a253f363254931b21b1691a9ee239b935ecc691d06155dd5ab46e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-ar750s" + ]; + titles = [ + { + title = "GL.iNet GL-AR750S"; + } + ]; + }; + gl-domino = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-gl-domino"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-gl-domino-squashfs-sysupgrade.bin"; + sha256 = "0e9dcf7f6b8830da4a01e71cf0a6355bb535d614ff83cb45a767c502f0ef9713"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet Domino Pi"; + } + ]; + }; + gl-inet-6408A-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-gl-inet-6408A-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-gl-inet-6408A-v1-squashfs-sysupgrade.bin"; + sha256 = "85933b23d3e20c6ea24a327d4daaa4cfc218376e554cc73d27c75fccf9716e40"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-gl-inet-6408A-v1-squashfs-factory.bin"; + sha256 = "9c802be167302777f08cde69bd8c27c4d892278d4eb91a904592d34716c8671b"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet 6408"; + } + ]; + }; + gl-inet-6416A-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-gl-inet-6416A-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-gl-inet-6416A-v1-squashfs-sysupgrade.bin"; + sha256 = "e06561d1aa6db05e56268451adad720eb32c19266c68db95692b64dd9c7978d5"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-gl-inet-6416A-v1-squashfs-factory.bin"; + sha256 = "2b6da56e79f8784d50a3d56113f013005bf495376f21abbbd726771482c71bde"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet 6416"; + } + ]; + }; + gl-mifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-gl-mifi"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "71600803ace2bf2707c3a7eac776276015c845a8cbe1c9613a8ca9a0d9382965"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-MiFi"; + } + ]; + }; + gl-usb150 = { + device_packages = [ + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-gl-usb150"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "2cc2ae3a059db38701c587a0704f80d5d5edde3c31c1b24d978d4593cf83ff32"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-usb150" + ]; + titles = [ + { + title = "GL.iNet GL-USB150"; + } + ]; + }; + hiwifi-hc6361 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-fs-ext4" + "kmod-nls-iso8859-1" + "e2fsprogs" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-hiwifi-hc6361"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-hiwifi-hc6361-squashfs-sysupgrade.bin"; + sha256 = "b4398e91f4223718e53e67ded876d39d8534e6e7ae92901a51ece94925c4740d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "HiWiFi HC6361"; + } + ]; + }; + jwap230 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-jwap230"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-jwap230-squashfs-sysupgrade.bin"; + sha256 = "728181106096b665bfcbc0d84a1ea7110bb69ad64ac87f96a983ebf90ef823fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "jjPlus JWAP230"; + } + ]; + }; + koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-koala"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-koala-squashfs-sysupgrade.bin"; + sha256 = "f99ae5fc3b9751e99a7179667a15b4c33a8218582582de103af36c9fe2d5c5e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OCEDO Koala"; + } + ]; + }; + lan-turtle = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-lan-turtle"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "d9c8ef3e12ee1f38c8da7114c83a7de9129ddd42ae30a0c2b34771ab909b6ced"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 LAN Turtle"; + } + ]; + }; + lima = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-lima"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-lima-squashfs-sysupgrade.bin"; + sha256 = "a588ce94c54d1965ddfb0faab9ab339e938a74d141c39c0a2f3faffe8a13810a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Lima"; + } + ]; + }; + mc-mac1200r = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-mc-mac1200r"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-mc-mac1200r-squashfs-factory.bin"; + sha256 = "4e018bc76ca4bf2333c93a02079cb99a40d5af9d1f51b62f2be10a3c4edb59bd"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-mc-mac1200r-squashfs-sysupgrade.bin"; + sha256 = "64eb5b9c12de3e824d7b6a7c95073e82905402d2dcf9f3b1e99e5c810f46eba6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Mercury MAC1200R"; + } + ]; + }; + minibox-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-minibox-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-minibox-v1-squashfs-sysupgrade.bin"; + sha256 = "37943a1e9ecd444d460fbca3b78761e7fb4a5169f2c8602a5e13aa37ba3632c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong MiniBox V1.0"; + } + ]; + }; + "minibox-v3.2" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-minibox-v3.2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-minibox-v3.2-squashfs-sysupgrade.bin"; + sha256 = "8734d4a5bc464bd8ccea4ebeb0e66893284680e8c802ebdd3cd3a8e2562480b8"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-minibox-v3.2-squashfs-factory.bin"; + sha256 = "072bb06729c52bfe04f835c80ba10e413327174498e20375dc0abf481eb53319"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Gainstrong MiniBox V3.2"; + } + ]; + }; + mr12 = { + device_packages = [ + "kmod-spi-gpio" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-mr12"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-mr12-squashfs-sysupgrade.bin"; + sha256 = "39f9939ac7b216daec08267154254e9819698eeca6a26b9db9c4dee08869b7b8"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-mr12-squashfs-kernel.bin"; + sha256 = "45f023e54298033fa5074b59c49fb804ec5c2d969b3dbb258ad9cdcb1181c392"; + type = "kernel"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-mr12-squashfs-rootfs.bin"; + sha256 = "4f729cf5084720a3ee318c5b79b529b7c25766fb125291f850c41786004f7587"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR12"; + } + ]; + }; + mr16 = { + device_packages = [ + "kmod-spi-gpio" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-mr16"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-mr16-squashfs-sysupgrade.bin"; + sha256 = "d364514e12200e417bf171a50b3658e81dce306e8e59c8521e3856a9959603d5"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-mr16-squashfs-rootfs.bin"; + sha256 = "4f729cf5084720a3ee318c5b79b529b7c25766fb125291f850c41786004f7587"; + type = "rootfs"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-mr16-squashfs-kernel.bin"; + sha256 = "10aa16a171a569fc546ed40bd1d2d7b0320bf70ed630ff5fea54b098a023aede"; + type = "kernel"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR16"; + } + ]; + }; + mw4530r-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-mw4530r-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-mw4530r-v1-squashfs-factory.bin"; + sha256 = "b805fa3a46354ebdf8be472b257774264ed5ba7d98104253ff99b4bc25bdad31"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "579308bad0553768180defb135bd33aa8d57978127b0bb98fb517045e37e52f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Mercury MW4530R v1"; + } + ]; + }; + mynet-n600 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-mynet-n600"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-mynet-n600-squashfs-sysupgrade.bin"; + sha256 = "f555fadcd320f249ee318cf931fabbd82451489a511afaef6a86d6ffeae8283d"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-mynet-n600-squashfs-factory.bin"; + sha256 = "d64f083bd28576c7c98406a6fb0aa2d4c5b749555dcab87d3d162b5db326a38d"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Western Digital My Net N600"; + } + ]; + }; + mynet-n750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-mynet-n750"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-mynet-n750-squashfs-factory.bin"; + sha256 = "b53f5884f79d1dccd00436a6f43ede7a2d04776460f0a35bd0eb33fa86f97039"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "99bbb48fbea2a18fa3d2e084dcef4ae083693dadc5cab9f64c873638af4c7b4b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Western Digital My Net N750"; + } + ]; + }; + n5q = { + device_packages = [ + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-n5q"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-n5q-squashfs-sysupgrade.bin"; + sha256 = "9012a80ed4927c27e1600ba7e5bb5c688293fa4abce59b9d5b1f4b343ddb6205"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "n5q" + ]; + titles = [ + { + title = "ALFA Network N5Q"; + } + ]; + }; + omy-g1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-omy-g1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-omy-g1-squashfs-sysupgrade.bin"; + sha256 = "275b44e27fbe371f94004e35746f166cf946185fdf021b631b515903bd94adca"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-omy-g1-squashfs-factory.bin"; + sha256 = "9528167a2e685e93ddd5447419b23b94bb882cc979068c4b786c9e7578e300a0"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OMYlink OMY-G1"; + } + ]; + }; + omy-x1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-omy-x1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-omy-x1-squashfs-sysupgrade.bin"; + sha256 = "92e8ebc4501061ebe070585daa5fb9523364b5bbaba1992935836f059f0f5d16"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-omy-x1-squashfs-factory.bin"; + sha256 = "434fabda3ec38e2f83f3201c4651ea1a901c8673e791ab3bada22cb11412db79"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OMYlink OMY-X1"; + } + ]; + }; + onion-omega = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-i2c-core" + "kmod-i2c-gpio-custom" + "kmod-spi-bitbang" + "kmod-spi-dev" + "kmod-spi-gpio" + "kmod-spi-gpio-custom" + "kmod-usb-serial" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-onion-omega"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-onion-omega-squashfs-sysupgrade.bin"; + sha256 = "76d6a1ba3aea42116d1ec6a16bc7a31020e5523f8c6dfccd3eaaa30efa042441"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-onion-omega-squashfs-factory.bin"; + sha256 = "1e979e031056c25ad90411744c4308375a1f5722cc2c2c305881d97e77a0b4d0"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Onion Omega"; + } + ]; + }; + oolite-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-oolite-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-oolite-v1-squashfs-sysupgrade.bin"; + sha256 = "46133a385d2be4bfac37d3c5bf7d81c7e109a14483bf8c0b31994fa3cddd2458"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V1.0"; + } + ]; + }; + "oolite-v5.2" = { + device_packages = [ + "ath10k-firmware-qca9887-ct" + "kmod-ath10k-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-oolite-v5.2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-oolite-v5.2-squashfs-sysupgrade.bin"; + sha256 = "19a2b2e62c1d90c2a39dc3fd6bded6628b70c668e87426aa5a55ce20270f7d5c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V5.2"; + } + ]; + }; + "oolite-v5.2-dev" = { + device_packages = [ + "ath10k-firmware-qca9887-ct" + "kmod-ath10k-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-oolite-v5.2-dev"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-oolite-v5.2-dev-squashfs-sysupgrade.bin"; + sha256 = "082924f46a6471c244c02adc418b426b7ccadfe378258bb2b432c52fe76c4812"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V5.2-Dev (development board)"; + } + ]; + }; + packet-squirrel = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-packet-squirrel"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "2465a2d4543403f02a8b16ad1dc7c1f0c75c3342fdf3990f78d76edcfdf8111b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 Packet Squirrel"; + } + ]; + }; + pqi-air-pen = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-pqi-air-pen"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-pqi-air-pen-squashfs-sysupgrade.bin"; + sha256 = "d6f0fa35b8728b011490e1d7b2c1e0c88e9454d3c4c8bcca43d54f7fbe0cf964"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PQI Air Pen"; + } + ]; + }; + qihoo-c301 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-qihoo-c301"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-qihoo-c301-squashfs-sysupgrade.bin"; + sha256 = "befb0029a60d1f9adf4307626095891fae32a948e506b8f4c496531adfa06875"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-qihoo-c301-squashfs-factory.bin"; + sha256 = "5f3e5e0704ae00414e6b6c1c441fef0beaa5db89ed6ddeaad421bfbe69e42147"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Qihoo C301"; + } + ]; + }; + r36a = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-r36a"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-r36a-squashfs-sysupgrade.bin"; + sha256 = "1b8328a1ef27145aeebe9c635dd80036a526b7b2a120bf2eda5e9ce560be84f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "r36a" + ]; + titles = [ + { + title = "ALFA Network R36A"; + } + ]; + }; + r602n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-r602n"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-r602n-squashfs-sysupgrade.bin"; + sha256 = "ebd16e8022d3ba7540c61b3a96b525659652e7f5d8404180bbd0f770d025c433"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "P&W R602N"; + } + ]; + }; + re355-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-re355-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-re355-v1-squashfs-sysupgrade.bin"; + sha256 = "314cd136569915500d6daf651d764e05848e281662761ff805a109f4cb820eab"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-re355-v1-squashfs-factory.bin"; + sha256 = "97af89f54052dce799f72d6d380864bfcf4dcd422bfe0f97b7330551612a2cf9"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK RE355 v1"; + } + ]; + }; + re450-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-re450-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-re450-v1-squashfs-sysupgrade.bin"; + sha256 = "2a36e40b83c55064764428adeb40a3aa4790efdd168c52e92cc11a1dcda78519"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-re450-v1-squashfs-factory.bin"; + sha256 = "d07e673df94d50815459b913f45a7d57cc109b3e321ddd7a77cb6bd1fe55ee29"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK RE450 v1"; + } + ]; + }; + rme-eg200 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-rme-eg200"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-rme-eg200-squashfs-sysupgrade.bin"; + sha256 = "7ba07421b9e4af7e192f1a26248554285a130878712813eff9016324fd64bd83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "eTactica EG-200"; + } + ]; + }; + rut900 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-rut900"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-rut900-squashfs-sysupgrade.bin"; + sha256 = "a7fb4ed221d3fa3377921231338ff2e71cf657223ab6fd959840b3409e971a2c"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-rut900-squashfs-factory.bin"; + sha256 = "8374b957a41f7f5f7e4b2d71514dff33df163e02b9a5825b3375dacd9f17bc21"; + type = "factory"; + } + ]; + supported_devices = [ + "rut900" + ]; + titles = [ + { + title = "Teltonika RUT900"; + } + ]; + }; + rw2458n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-rw2458n"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-rw2458n-squashfs-factory.bin"; + sha256 = "03ab71cfd785b1d809725cc9ed62699b0134821a07f847d239eaa0318eefef76"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-rw2458n-squashfs-sysupgrade.bin"; + sha256 = "3e670c7803a08bd112ed75bbd995a81956c7a99da4ddb021c689ad9a43c53dfb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RW2458N"; + } + ]; + }; + sc1750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-sc1750"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-sc1750-squashfs-sysupgrade.bin"; + sha256 = "d69b2f3ce75042cc9c3c9dcb08318743808afb62408341daddbf9bc717f63509"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC1750"; + } + ]; + }; + sc300m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-sc300m"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-sc300m-squashfs-sysupgrade.bin"; + sha256 = "c0f277235822882e964b20e60637488b41d12e5115fad2ac22d6a52adae98786"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC300M"; + } + ]; + }; + sc450 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-sc450"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-sc450-squashfs-sysupgrade.bin"; + sha256 = "8b2057ce226c49f526c0b90d7df9d542959c9d070aa2528fed47ed8adc82179a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC450"; + } + ]; + }; + smart-300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-smart-300"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-smart-300-squashfs-factory.bin"; + sha256 = "c281241bbd7b30e8502241a68f277b7478a46d2156e0305767db17a9f1cfec39"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-smart-300-squashfs-sysupgrade.bin"; + sha256 = "1a6657114d8ea044498eb20a17b97aea66f7973e4cdcd6e9cc74f1e8e9308201"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NC-LINK SMART-300"; + } + ]; + }; + som9331 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-i2c-core" + "kmod-i2c-gpio-custom" + "kmod-spi-bitbang" + "kmod-spi-dev" + "kmod-spi-gpio" + "kmod-spi-gpio-custom" + "kmod-usb-serial" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-som9331"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-som9331-squashfs-factory.bin"; + sha256 = "8eeed20a00349b60ab9501402d95388ebcda181a1700f373b14d32d757c3042c"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-som9331-squashfs-sysupgrade.bin"; + sha256 = "836c2d944b39082c7811df056804457c883242391cc33f798fb1ac72e55ad4d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OpenEmbed SOM9331"; + } + ]; + }; + sr3200 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-sr3200"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-sr3200-squashfs-sysupgrade.bin"; + sha256 = "200d7354ad12011394ab31d5314d9fb71d7e027e35b66b40d5eb3a6c6df0a02e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore SR3200"; + } + ]; + }; + t830 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-t830"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-t830-squashfs-sysupgrade.bin"; + sha256 = "1b6634eb90959af1ac5aefa092dbf96dec9ad1602b5aa749d65f6b533d3e4143"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t830" + ]; + titles = [ + { + title = "YunCore T830"; + } + ]; + }; + tellstick-znet-lite = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-serial" + "kmod-usb-serial-pl2303" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tellstick-znet-lite"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tellstick-znet-lite-squashfs-factory.bin"; + sha256 = "c881003b8d66e71d77797c8e8c31f44ea5f47099daaba7f91c6f37182adf8375"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tellstick-znet-lite-squashfs-sysupgrade.bin"; + sha256 = "c03ed26380abe8750e4bff1fa244b538cd79b931223be879396d095b8259afc0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TellStick ZNet Lite"; + } + ]; + }; + tl-mr6400-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-rndis" + "kmod-usb-serial" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-mr6400-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "b09faf987f432fb9094dab4af60a0df3c7faf8e80d668ba754383d2a7ed53fe3"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "8d49c6c9352a389173019137db7ae7873ebea483f142b69187c9ada5c2df794c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-MR6400 v1"; + } + ]; + }; + tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wdr3500-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "03654c75ab7cee03c6f64cd6e6e67aeff1c0b77d4273aefa3f9ed6e137280316"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "0af312b37699728213591b009eedcfec3700aea95310e6a986b948369610f997"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR3500 v1"; + } + ]; + }; + tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wdr3600-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "bdae1ddb2da0d44507099501de246786773f1b5806bf53ce07c866a48727d2bf"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "2013bbec87c7960d60790bc970fd320f89191a4b3c38716b0b329acccff8d099"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR3600 v1"; + } + ]; + }; + tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wdr4300-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "8b5e6cf4f4393c0112a87735068418941885985f2948404fca1a67aca571561b"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "8c4a5023093f988b363b199e504656c1b83fc40e582292e917eb0ba23e0a309b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4300 v1"; + } + ]; + }; + tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wdr4300-v1-il"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "274b5a541f028c2bcbd1d1ea7fd9e7625e15b2af02588cd9894e5489ccca45b6"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "2714bc6a10a02161e9c8e37b7f712e388dd15372f680573bc47ed83cc67fc799"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4300 v1 (IL)"; + } + ]; + }; + tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wdr4310-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "f68a984ba96265cfdd2811cae52c4fabe6bd39479c19479ae6e62e7a571af7ce"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "01dca8ebb41876d3f29e8a44e0237c5188ef07afc42de06387b5181bc07d9066"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4310 v1"; + } + ]; + }; + tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wdr4900-v2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "b9742ea1b377955f482e79589f06aa73a8bb38514f002697a2f2e2793e9d1f70"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "e5541f896abe26d2acc06411e64d851537879ebc5d65c935f0399ecc5612edbc"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4900 v2"; + } + ]; + }; + tl-wdr6500-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wdr6500-v2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wdr6500-v2-squashfs-sysupgrade.bin"; + sha256 = "957f21a928099da7dc72d3ad284ace911ae36d11121a5b596ec95e10d9bc3cef"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wdr6500-v2-squashfs-factory.bin"; + sha256 = "97edce1572d803b1e28120f76c918ca67e6c9588d11188ddcb492dca60c2f1f6"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR6500 v2"; + } + ]; + }; + tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wdr7500-v3"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "980ed5599ed8506c7ff3c386ef398dac3a2ed19785a200c9eb622754d0bce2ed"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "49ffb3dd5bf53b1ee8ef17ed205fba31021d2a2a6ec22d73a67c43c6183ee383"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v3"; + } + ]; + }; + tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wpa8630-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "c4773b7e68e4fb38f292a8943a83b80a45ea850cf5850fbc6f4483f98057dafb"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "811ac78021a720a14241cdcc2c7780e024e253a70076ea5920567188dd76381f"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WPA8630 v1"; + } + ]; + }; + tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wr1043n-v5"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "5172246c5d0e6c6ff6ef359dce4f8481d5cd759c900e2e9b6598e6ca3cd85c54"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "363193b00c14f16ba6b374a63c074a8af7e9bc334908f621806bb5fea0ca953e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr1043n-v5" + ]; + titles = [ + { + title = "TP-LINK TL-WR1043N v5"; + } + ]; + }; + tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wr1043nd-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "223400962975c690ca5d69cbd2031ef87cf5fbd7fa99f1086fb74b94b4ed259e"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "22fc2b24407f6bd886641d34952ae5f20760b84d0585c7817309178795b23d13"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v1"; + } + ]; + }; + tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wr1043nd-v2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "e65e7e377347cc7bcb06d2ea03f0f6dc6a8a25b4299e71d3ee9abeaac7dfd84a"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "356f2452439623ad93e7d27b82704d00acc6e0611b83f4c0362499837f16db96"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v2"; + } + ]; + }; + tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wr1043nd-v3"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "7c97237eb331dc60a2adc5911920087384c0ab28615e4fc18c9ef10d2148fff1"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "67255444e8cf5e03c2b8c6efc8f336139412b0b9965ed8a94466ed0575ba8535"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v3"; + } + ]; + }; + tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wr1043nd-v4"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "8e9e58b81c3ffbb3b7e1166d341850a2ff30451cb5aa8267da2fe54c069b6be2"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "98d07688a4c46466b166f781b1114f3bc795ce0e177af213b8f5d933275ba14d"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v4"; + } + ]; + }; + tl-wr2543-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wr2543-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "d3c85fc499ea3683c7e7d35ac7234a76cf75e90fb31c529b8caa5675b5f96639"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "7ed1fcaf6e772485c3954572f955eea4c27b7d3f80040615003982e0d9ca7490"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR2543N/ND v1"; + } + ]; + }; + tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wr710n-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "377c1b25553eaa033bc01b0bd2738ad51706bb310f4fb67b4107f7ca166f7b01"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "289e918c0fa87a6e2869ea1f88365a5e2f37139492358df6297c53c160108aea"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR710N v1"; + } + ]; + }; + "tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wr710n-v2.1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "6928a76f994fd5e1f9104b7a8ecabdec760090cb3db87297a366127cfeca9ab4"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "d92e5090255ef14aec8bc0e1d0f8ff2883032a4fc0b3fdb3905f492e1ceda25f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR710N v2.1"; + } + ]; + }; + tl-wr810n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wr810n-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "957d5880bf28ddf8950d44f43f1e3880aeeee2875aa89c6eab5488275197caab"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "94c5cabcdaf5a5c96b158c7ff1f0f6bf9e50670cb8680fe453d0422a7aebaac2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR810N v1"; + } + ]; + }; + tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wr810n-v2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "3d9bd582fcaac811a80fcb9db092c490ba9b3b536dfe7fc149e019fc35fe8bbf"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "ab9a2c43e340e53153bbedc44c10effdcf2aa801352c4f4d5e8b9ff190dacf09"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR810N v2"; + } + ]; + }; + tl-wr842n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wr842n-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "15f17346c24ca658d36962c920958c5843faf1af908cb9b3a6cc718860b870c1"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "ad9b853f524bc3b97eaa15d886afd95c6485c38f9fbb23bd15feaa7e20d34b00"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v1"; + } + ]; + }; + tl-wr842n-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wr842n-v2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "37f2c03e90f1087ff857272ad195e5c0041af5121189045e3bda86506ea693b6"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "d1ed43f494ae8869ff046a6c834d551965f1dd8ddf7af06914878507cc5effdf"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v2"; + } + ]; + }; + tl-wr842n-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wr842n-v3"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "cb8786c0c2fcab705f42e6cb0d4bef25b10d56b08a6bc690cc9d2d9ce18b4214"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "0ac37cdc96651e36188525641f024c15451135baaa60f01487c665cc7aa530fd"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v3"; + } + ]; + }; + tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wr902ac-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "4cdb5645af8d5dabdf6349c437d158b2c1e579e5b1422c17385090766f59bb55"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "d9554ff0a82c1b7ced1fdb5f8da35df15e00e79bd3d0a6eeecb2970d0dd41f68"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr902ac-v1" + ]; + titles = [ + { + title = "TP-LINK TL-WR902AC v1"; + } + ]; + }; + tl-wr942n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-tl-wr942n-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr942n-v1-squashfs-factory.bin"; + sha256 = "6a62af3fdf198c5af30a64538e5f8045de9e82cb3ee918cde1f7c1608b8835df"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-tl-wr942n-v1-squashfs-sysupgrade.bin"; + sha256 = "98f22875b00e2e67e2d51444990745242c3bade7327812ab09eec75f784b305a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr942n-v1" + ]; + titles = [ + { + title = "TP-LINK TL-WR942N v1"; + } + ]; + }; + ts-d084 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ts-d084"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ts-d084-squashfs-factory.bin"; + sha256 = "8105ac27c54a780f33586fd39ec966f8c6e24a5df075f0639aa31f32f13e3638"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ts-d084-squashfs-sysupgrade.bin"; + sha256 = "f666edec797dd7160a8cea7b493515168a163f2bd1ef0996686d87bca68233c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PISEN TS-D084"; + } + ]; + }; + ubdev01 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubdev01"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubdev01-squashfs-sysupgrade.bin"; + sha256 = "3a848666feec1ba9ac5bc6a20d85b77254abc8b8fd1532563d5be3667da11ef8"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubdev01-squashfs-factory.bin"; + sha256 = "7fd3cfd6e6199caeed299d6029c474517697872dadb187f5a5d1cf0bfe23efe7"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti ubDEV01"; + } + ]; + }; + ubnt-air-gateway = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-air-gateway"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-air-gateway-squashfs-sysupgrade.bin"; + sha256 = "8572c7bf96f86945152f862a075716fbc2c894a6b655fa75f5d15dd0f54bdab2"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-air-gateway-squashfs-factory.bin"; + sha256 = "44fc2f13d23198659e6f5acc378e04c5dd99c7c489eed88d1678ab31133b6a49"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Air Gateway"; + } + ]; + }; + ubnt-air-gateway-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-air-gateway-pro"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-air-gateway-pro-squashfs-sysupgrade.bin"; + sha256 = "5b15962391ac26f8a6f7a552ced86f575701980daf11df96ce1170ec33354fb8"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-air-gateway-pro-squashfs-factory.bin"; + sha256 = "7400e0f7a3c7b2efdd5ee2f3f27c90d1067c48e9df4722a21e74791e1690fd0f"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Air Gateway Pro"; + } + ]; + }; + ubnt-airrouter = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-airrouter"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-airrouter-squashfs-factory.bin"; + sha256 = "5860cd823405ba1d79e8214cb31ee5bc1f9219eef7f5cd28f9eb6a16f07af278"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-airrouter-squashfs-sysupgrade.bin"; + sha256 = "2be60ad141779d16512461478c1b74c0fcb14c5f6a7338efc215935fd74ddce1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti AirRouter"; + } + ]; + }; + ubnt-bullet-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-bullet-m"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-bullet-m-squashfs-factory.bin"; + sha256 = "63470952c927a5e3c6154f753c028dd3d5f5a1f228b2d208c000204fcd8d097f"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-bullet-m-squashfs-sysupgrade.bin"; + sha256 = "81e8b7677ca6995d5c3118e5cc85dbd2ac9ca8ef8a5c096c06aea0fcfb8b0677"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Bullet-M"; + } + ]; + }; + ubnt-bullet-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-bullet-m-xw"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-bullet-m-xw-squashfs-factory.bin"; + sha256 = "4f9f59b50081b308db6aad08d2771212ba9ee12a9945d3c138bd49f606dbc7cf"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "6c5f0ed469d9a978832d4dc80cfc4200bad3e39da4c51567d0662e0873b2eb1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Bullet-M XW"; + } + ]; + }; + ubnt-lbe-m5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-lbe-m5"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-lbe-m5-squashfs-factory.bin"; + sha256 = "1183e0227f52428c107db54b01190b36d9868e0b7731b04d39dba25f3bf622be"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-lbe-m5-squashfs-sysupgrade.bin"; + sha256 = "433f9a204c7f0aac3c3d896c38d729b1a15411587d99e6801e3b8a08a5650adc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Litebeam M5"; + } + ]; + }; + ubnt-loco-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-loco-m-xw"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "f93b6461823d3c85646af89efa4d35609df50e29c76020a382a0ce3d9a204cd2"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-loco-m-xw-squashfs-factory.bin"; + sha256 = "9eb5fa242a9d4bf879587821097c42357b972d159441e4af1ea32bd354164487"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Loco XW"; + } + ]; + }; + ubnt-ls-sr71 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-ls-sr71"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-ls-sr71-squashfs-sysupgrade.bin"; + sha256 = "f3c821be73f4e5c516c3bc166219f6eedd9667ea2debe33f2b4da6e1fe2bb029"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-ls-sr71-squashfs-factory.bin"; + sha256 = "ae52aa4c8dffc2e5a56b0cdeb92529b3cc0c2e6fb5a8b190ef0eb9cf072d6751"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti LS-SR71"; + } + ]; + }; + ubnt-nano-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-nano-m"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin"; + sha256 = "78161b8e18a3b853be05ec6d7fe563dc52790327e9b42e5f469442bbc30c577b"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin"; + sha256 = "5ee6600ff495380b33028bfcf671de1b046c11931a2bf787d4cc8864fec52826"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Nano-M"; + } + ]; + }; + ubnt-nano-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-nano-m-xw"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-nano-m-xw-squashfs-sysupgrade.bin"; + sha256 = "a8ea68999d2271d58b4cb8548c1b9ae81d8e71a9707d8eeb80b7a26edf26e534"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-nano-m-xw-squashfs-factory.bin"; + sha256 = "3517b1f24fab14aa570395a183b7d753e4f86a90195e09cdc76784af2b9baaad"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Nano M XW"; + } + ]; + }; + ubnt-rocket-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-rocket-m"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-rocket-m-squashfs-factory.bin"; + sha256 = "44a9589152b850e5b74785dfbd353ab5598bf156ee7b1e2905f8381c6bfd67e2"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-rocket-m-squashfs-sysupgrade.bin"; + sha256 = "16755c34e784add8a0cef1904dac568c92b6d0a75241ad0841d0dc035d5a2832"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket-M"; + } + ]; + }; + ubnt-rocket-m-ti = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-rocket-m-ti"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-rocket-m-ti-squashfs-factory.bin"; + sha256 = "dc2a0eea4042e0c55e2512c6b9cedb65ebf7c754c1c00e928f059673b818553b"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-rocket-m-ti-squashfs-sysupgrade.bin"; + sha256 = "50105c93e04f28db0bbcfa7c70d59362b1061f624b5bde98f5064828c5ef2c37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket M TI"; + } + ]; + }; + ubnt-rocket-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-rocket-m-xw"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-rocket-m-xw-squashfs-factory.bin"; + sha256 = "bb7551cedd40a1ec1aec14a3502131ff08afffc9b10f565d0a2560833f8ce4b1"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-rocket-m-xw-squashfs-sysupgrade.bin"; + sha256 = "299a455bc44c8d82a64e0c824980072fc160db0aacb621098c758327d5dcde99"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket M XW"; + } + ]; + }; + ubnt-rs = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-rs"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-rs-squashfs-sysupgrade.bin"; + sha256 = "e0f2006854d859ed521e7c6a842e156c940e93b4302cddc4200bf648dfab4b22"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-rs-squashfs-factory.bin"; + sha256 = "05bf43f699833f04e9945bbadff546db48223b9d5b2bb328c1e596d90486e8ad"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RouterStation"; + } + ]; + }; + ubnt-rspro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-rspro"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-rspro-squashfs-factory.bin"; + sha256 = "4b7c460b86361340daca45138c6f0bb7275e1f2546b368e638561ff0b0a52acb"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-rspro-squashfs-sysupgrade.bin"; + sha256 = "aced6224da70f9592771fe37475cca4b6af64d2a83a026c771da7d81f4549001"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RouterStation Pro"; + } + ]; + }; + ubnt-uap-pro = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-uap-pro"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-uap-pro-squashfs-sysupgrade.bin"; + sha256 = "5d7707065305258b3e52f1547fc5f59ce640e6bcefe77298218c0dbc0535c80a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-uap-pro-squashfs-factory.bin"; + sha256 = "e3b3c04afd6fbc1c3e786c8e2b4a28f94ef94a9db3506535d91e8221844b1a3e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UAP Pro"; + } + ]; + }; + ubnt-unifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-unifi"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-unifi-squashfs-sysupgrade.bin"; + sha256 = "a3c6ae4d79942df8084796f7b976900e369b671ab06f60d42c23b029738fa20a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-unifi-squashfs-factory.bin"; + sha256 = "485a036c01e600bae620bd1e9f7e23fa3206286a3aed8fe08643037765d160de"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi"; + } + ]; + }; + ubnt-unifi-outdoor = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-unifi-outdoor"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-unifi-outdoor-squashfs-factory.bin"; + sha256 = "201067dfb15638ebe0e706ebd8c1077bbf5f54c9910eeba280610ca88092475c"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-unifi-outdoor-squashfs-sysupgrade.bin"; + sha256 = "db73431047cae3b73aaa7b9acad4e60a1c3a19dd3dfb41fc9e56fc07738ccf57"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi Outdoor"; + } + ]; + }; + ubnt-unifi-outdoor-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-unifi-outdoor-plus"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-unifi-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "4fd37333681f03c8e7a623b2f120ee37b1171a926b9559b3bf027e6c901ea443"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-unifi-outdoor-plus-squashfs-factory.bin"; + sha256 = "e77456d11809ef7635c4ef65eef144bd3ba4e324a128467c8f25ccd4caea8ec1"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi Outdoor Plus"; + } + ]; + }; + ubnt-unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-unifiac-lite"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "bda97de9e04cdbfa6019238599351bf62254d01b6169dea231227698fc28017a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Lite"; + } + ]; + }; + ubnt-unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-unifiac-lr"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "bda97de9e04cdbfa6019238599351bf62254d01b6169dea231227698fc28017a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-LR"; + } + ]; + }; + ubnt-unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-unifiac-mesh"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "bda97de9e04cdbfa6019238599351bf62254d01b6169dea231227698fc28017a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh"; + } + ]; + }; + ubnt-unifiac-mesh-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-unifiac-mesh-pro"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "48d127a215a942ab9d6dbe0ce8a3a0acb72334b166a6a64ab2de8da9b59c2019"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh-Pro"; + } + ]; + }; + ubnt-unifiac-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-ubnt-unifiac-pro"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-ubnt-unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "48d127a215a942ab9d6dbe0ce8a3a0acb72334b166a6a64ab2de8da9b59c2019"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Pro"; + } + ]; + }; + wam250 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wam250"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wam250-squashfs-sysupgrade.bin"; + sha256 = "7c443fb573275b66b6925900a335e2f0d7a9f1029b4dea6448b1418fc0811355"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wam250" + ]; + titles = [ + { + title = "Samsung WAM250"; + } + ]; + }; + wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wbs210-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "7898497840c1bd3e5ec6e22f4aebb4e51c87a58fa1d39b845b05dbdf5d62ae75"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-wbs210-v1-squashfs-factory.bin"; + sha256 = "6c8ea79607a578d9a9ecebf6e1447cfcfad56d650d992fab007b8350b9ca41e2"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK WBS210 v1"; + } + ]; + }; + wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wbs510-v1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wbs510-v1-squashfs-factory.bin"; + sha256 = "34d01409c617d803869ec3dc0c4dc336b3291bab5ab7e7b2735d85de5c3ee439"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "60852afbd8e1ee0bfcb31151274a7d76110254de9d233b928d104f4f8f5e542f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK WBS510 v1"; + } + ]; + }; + weio = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-weio"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-weio-squashfs-sysupgrade.bin"; + sha256 = "03bad221437dbd8e77bdea5615ccf65f9d9708590d14c22da96abffec5c3c7ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "WeIO"; + } + ]; + }; + wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wifi-pineapple-nano"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "fa849d415e6a3f4a9cfe2c89d5ca00f8a0cb9339b11247e86f23ccaeef3e8f9c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 WiFi Pineapple NANO"; + } + ]; + }; + wlr8100 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wlr8100"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wlr8100-squashfs-sysupgrade.bin"; + sha256 = "e711a455266fbfed39593d7e588e28718835238032991886e677d8e1cce4403f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sitecom WLR-8100"; + } + ]; + }; + wndr3700 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wndr3700"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wndr3700-squashfs-factory-NA.img"; + sha256 = "0502f9c6730777e3d0d03e7daf28421a88c25793e2ce46e8112b2f529c9a9462"; + type = "factory-NA"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-wndr3700-squashfs-factory.img"; + sha256 = "f7e75287bac260961ba9b74feb39abf57a7664f662fad672bb8ff953a51bfe41"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-wndr3700-squashfs-sysupgrade.bin"; + sha256 = "5dbd66aecac7b60db3b813ef71b436929f6be06ceb4eb008a5ff41f44377cdb8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3700"; + } + ]; + }; + wndr3700v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wndr3700v2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wndr3700v2-squashfs-sysupgrade.bin"; + sha256 = "8d8008ffd8613a553f4a3ac5bc2ddea89556050524a5523e2839d642dde77a30"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-wndr3700v2-squashfs-factory.img"; + sha256 = "1b03e072dd5de296ae9c13143103c817d00df7ff0d3cf20cfbcc4832771c283c"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3700 v2"; + } + ]; + }; + wndr3800 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wndr3800"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wndr3800-squashfs-factory.img"; + sha256 = "9725249ad73cf56c6f54bc5c051aeff17706ea2064f45e6b9130932b3ee0fe01"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-wndr3800-squashfs-sysupgrade.bin"; + sha256 = "8d8008ffd8613a553f4a3ac5bc2ddea89556050524a5523e2839d642dde77a30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3800"; + } + ]; + }; + wndr3800ch = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wndr3800ch"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "8d8008ffd8613a553f4a3ac5bc2ddea89556050524a5523e2839d642dde77a30"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-wndr3800ch-squashfs-factory.img"; + sha256 = "c4d426844aa9340ed76eb55901e67b9c4eba906f14a0606c066c78c581ea8627"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3800 (Ch)"; + } + ]; + }; + wndrmac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wndrmac"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wndrmac-squashfs-factory.img"; + sha256 = "bfbec7a0ea29a6c9cb047a11582f5f1b2d1cf359333606c5764084cfe37643bb"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-wndrmac-squashfs-sysupgrade.bin"; + sha256 = "8d8008ffd8613a553f4a3ac5bc2ddea89556050524a5523e2839d642dde77a30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDRMAC"; + } + ]; + }; + wndrmacv2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wndrmacv2"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wndrmacv2-squashfs-sysupgrade.bin"; + sha256 = "8d8008ffd8613a553f4a3ac5bc2ddea89556050524a5523e2839d642dde77a30"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-generic-wndrmacv2-squashfs-factory.img"; + sha256 = "90772497fe54d069baa7e91c35db56b4ecb6618cf6c4bdb48a01b754ead131d7"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDRMAC v2"; + } + ]; + }; + wpj342 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wpj342"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wpj342-squashfs-sysupgrade.bin"; + sha256 = "448593828dbd64f72ca9872a6e867de064896c6ea1a4dd064d83f97fa4a1e127"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ342 (16MB flash)"; + } + ]; + }; + wpj344 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wpj344"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wpj344-squashfs-sysupgrade.bin"; + sha256 = "fb60233641a6a6b591afd3e22c0ef15540922ba84043792028781e1c1175c21e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wpj344" + ]; + titles = [ + { + title = "Compex WPJ344 (16MB flash)"; + } + ]; + }; + wpj531 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wpj531"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wpj531-squashfs-sysupgrade.bin"; + sha256 = "a4a62df7a9cef6125e532f2124910716f35cc4fc82105a61ce5d49019351ad2b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ531 (16MB flash)"; + } + ]; + }; + wpj558 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wpj558"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wpj558-squashfs-sysupgrade.bin"; + sha256 = "272baee9c6040b0f9a06e29e1d87668bb78616cb2739853072a58b32c05debc3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wpj558" + ]; + titles = [ + { + title = "Compex WPJ558 (16MB flash)"; + } + ]; + }; + wpj563 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wpj563"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wpj563-squashfs-sysupgrade.bin"; + sha256 = "c89e42373b0677134970f4cd51cbfba2b067932ce5998b94889bc333b800d6eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ563 (16MB flash)"; + } + ]; + }; + wrtnode2q = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-wrtnode2q"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-wrtnode2q-squashfs-sysupgrade.bin"; + sha256 = "785959c4d9c38bee957d4c9e214ac389974fb6e8bc4b4a8572ae8a2298aed88f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "WRTnode2Q"; + } + ]; + }; + xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-generic-xd3200"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-generic-xd3200-squashfs-sysupgrade.bin"; + sha256 = "117dd4c64227ab4b6751462161f07a83a7927e3d8abb8d5e6cab105f96db1960"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore XD3200"; + } + ]; + }; + }; + target = "ar71xx/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "nand-utils" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + nand-64m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-mikrotik-nand-64m"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-mikrotik-nand-64m-squashfs-sysupgrade.bin"; + sha256 = "2092fd4eb343fcba309af44a21df93b391bdb9856cf829e5ddc418a30a5633dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MikroTik RouterBoard (64 MB NAND)"; + } + ]; + }; + nand-large = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-mikrotik-nand-large"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-mikrotik-nand-large-squashfs-sysupgrade.bin"; + sha256 = "c554897a6dc47356f40147ae969b98f21cbdc2763082a11a93d36f7bb0e9fc93"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MikroTik RouterBoard (>= 128 MB NAND)"; + } + ]; + }; + nand-large-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-mikrotik-nand-large-ac"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-mikrotik-nand-large-ac-squashfs-sysupgrade.bin"; + sha256 = "d16d6190629dbbb08bd2a30d18b8396189076bffde04693a6acbb1a3a52eeb11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-921gs-5hpacd-r2" + "rb-922uags-5hpacd" + ]; + titles = [ + { + title = "MikroTik RouterBoard (>= 128 MB NAND, 802.11ac)"; + } + ]; + }; + rb-nor-flash-16M = { + device_packages = [ + "rbcfg" + "rssileds" + "-nand-utils" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-mikrotik-rb-nor-flash-16M"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-mikrotik-rb-nor-flash-16M-squashfs-sysupgrade.bin"; + sha256 = "2ae28448c884befc575b425eeacbb49eac0e1a4cebc58407df3d010d9c44a589"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-750-r2" + "rb-750up-r2" + "rb-750p-pbr2" + "rb-911-2hn" + "rb-911-5hn" + "rb-931-2nd" + "rb-941-2nd" + "rb-951ui-2nd" + "rb-952ui-5ac2nd" + "rb-962uigs-5hact2hnt" + "rb-lhg-5nd" + "rb-map-2nd" + "rb-mapl-2nd" + "rb-wap-2nd" + "rb-wapr-2nd" + "rb-sxt-2nd-r3" + ]; + titles = [ + { + title = "MikroTik RouterBoard (16 MB SPI NOR)"; + } + ]; + }; + rb-nor-flash-16M-ac = { + device_packages = [ + "rbcfg" + "rssileds" + "-nand-utils" + "kmod-ledtrig-gpio" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-mikrotik-rb-nor-flash-16M-ac"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-mikrotik-rb-nor-flash-16M-ac-squashfs-sysupgrade.bin"; + sha256 = "3bf551a16888e4eeeb710aef596a95d761f96371511dc10dc08fb2ea088c23ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-750-r2" + "rb-750up-r2" + "rb-750p-pbr2" + "rb-911-2hn" + "rb-911-5hn" + "rb-931-2nd" + "rb-941-2nd" + "rb-951ui-2nd" + "rb-952ui-5ac2nd" + "rb-962uigs-5hact2hnt" + "rb-lhg-5nd" + "rb-map-2nd" + "rb-mapl-2nd" + "rb-wap-2nd" + "rb-wapr-2nd" + "rb-sxt-2nd-r3" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + title = "MikroTik RouterBoard (16 MB SPI NOR, 802.11ac)"; + } + ]; + }; + }; + target = "ar71xx/mikrotik"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + c-60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-core" + "kmod-usb2" + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-nand-c-60"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-nand-c-60-squashfs-sysupgrade.tar"; + sha256 = "092bb19603871e4c17d7fcf058ff93e3f42f6cd92e838c3e25e1e278404d3729"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "AirTight C-60"; + } + ]; + }; + hiveap-121 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-i2c-gpio-custom" + "kmod-spi-gpio" + "kmod-ath9k" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-nand-hiveap-121"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-nand-hiveap-121-squashfs-factory.bin"; + sha256 = "c2866216e1cf817f16e22ad778b7d23943ce2c941c1e70ad8abd1937fe7d33c9"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ar71xx-nand-hiveap-121-squashfs-sysupgrade.tar"; + sha256 = "7014c810885571d722efab51b8852df117cb95eb543458279f307c2700a3c355"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Aerohive HiveAP-121"; + } + ]; + }; + mr18 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-nand-mr18"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-nand-mr18-squashfs-sysupgrade.tar"; + sha256 = "b88f951dbba7ef355e5646b96aff3fe85acc4c98868b619eb29b425aa3134812"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR18"; + } + ]; + }; + rambutan = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-nand-rambutan"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-nand-rambutan-squashfs-sysupgrade.tar"; + sha256 = "b073ce7c82afaf18075814282153f1f615742aec9de03ef4e3939b4926d6ed63"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-nand-rambutan-squashfs-factory.ubi"; + sha256 = "a9391412905bd651c869f4fc93bb72c33945a3442f6a08cb56355642eb3d7866"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Rambutan"; + } + ]; + }; + wi2a-ac200i = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-nand-wi2a-ac200i"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-nand-wi2a-ac200i-squashfs-sysupgrade.tar"; + sha256 = "b64f6e3406b25fc57585434a06e8dcbc1878d12d5c7fc714569c5e5ac496cb3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wi2a-ac200i" + ]; + titles = [ + { + title = "Nokia WI2A-AC200i"; + } + ]; + }; + z1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-spi-gpio" + "kmod-ath9k" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-nand-z1"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-nand-z1-squashfs-sysupgrade.tar"; + sha256 = "b3bb65655bfcb3a09dfc92dede22872ac3c1d209c337b59ebbaef102a2a2bc47"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki Z1"; + } + ]; + }; + }; + target = "ar71xx/nand"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + ens202ext = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ar71xx-tiny-ens202ext"; + images = [ + { + name = "openwrt-19.07.5-ar71xx-tiny-ens202ext-squashfs-sysupgrade.bin"; + sha256 = "2f015bdbdc18bff02cba07a626b36eedb20c2d3c5d657a88b34e44c609a87b10"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ar71xx-tiny-ens202ext-squashfs-factory.bin"; + sha256 = "7f1432642fc61005b794dccd361678cf680362054999ef284596b80c6f11d13d"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EnGenius ENS202EXT"; + } + ]; + }; + }; + target = "ar71xx/tiny"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + arc770 = { }; + archs38 = { }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-ohci" + "kmod-at91-udc" + "kmod-usb-gadget-eth" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-ohci" + "kmod-at91-udc" + "kmod-usb-gadget-eth" + ]; + metadata_version = 1; + profiles = { + at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-at91sam9263ek"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9263ek-squashfs-zImage"; + sha256 = "90ce5039913ff0558c7118c5fbfbb90b582272fed25142967111cd6406ae4718"; + type = "zImage"; + } + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9263ek-ubifs-zImage"; + sha256 = "90ce5039913ff0558c7118c5fbfbb90b582272fed25142967111cd6406ae4718"; + type = "zImage"; + } + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9263ek-ubifs-root.ubi"; + sha256 = "fe3eb59db46d817d3f40385248a3cd9325e08b71fc99851a38b3524e7b6901da"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9263ek-squashfs-root.ubi"; + sha256 = "f08ecae05944f91c183f398ceefca137893e15a2dee838b9f46d5b9da07f94c0"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9263-EK"; + } + ]; + }; + at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-at91sam9g15ek"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9g15ek-squashfs-root.ubi"; + sha256 = "2452dec4e87acdffedbf4a3bc11910f986c348d7b2d081e9212c4b561f2526fa"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9g15ek-ubifs-root.ubi"; + sha256 = "5a90e01ee5eb93479e73d18f64832e554ceb541f16174a83f5ef671006a73904"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G15-EK"; + } + ]; + }; + at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-at91sam9g20ek"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9g20ek-squashfs-root.ubi"; + sha256 = "386aae1366aec82c632457adbdd1fb66b4d9c7b0648efa6b60a12176d22bf336"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9g20ek-squashfs-zImage"; + sha256 = "90ce5039913ff0558c7118c5fbfbb90b582272fed25142967111cd6406ae4718"; + type = "zImage"; + } + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9g20ek-ubifs-root.ubi"; + sha256 = "f33170b94dc4103cba3b9eeaa3dc8b014c18d20903930dbfa7a9b27e0afb8391"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9g20ek-ubifs-zImage"; + sha256 = "90ce5039913ff0558c7118c5fbfbb90b582272fed25142967111cd6406ae4718"; + type = "zImage"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G20-EK"; + } + ]; + }; + at91sam9g20ek_2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-at91sam9g20ek_2mmc"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9g20ek_2mmc-squashfs-zImage"; + sha256 = "90ce5039913ff0558c7118c5fbfbb90b582272fed25142967111cd6406ae4718"; + type = "zImage"; + } + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9g20ek_2mmc-ubifs-zImage"; + sha256 = "90ce5039913ff0558c7118c5fbfbb90b582272fed25142967111cd6406ae4718"; + type = "zImage"; + } + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9g20ek_2mmc-ubifs-root.ubi"; + sha256 = "2896365bab3e87f6d7098862f04030c4b1c5485be8ed397c53278b0e729c06e4"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9g20ek_2mmc-squashfs-root.ubi"; + sha256 = "b698d2ed26277fab27c859237fd82ef76980fb6bd0302311621ef6da74017745"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G20-EK 2MMC"; + } + ]; + }; + at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-at91sam9g25ek"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9g25ek-ubifs-root.ubi"; + sha256 = "235495fc8d2d483d9e1cd84c560c2435f39d972983812a39168d49d40d9f2082"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9g25ek-squashfs-root.ubi"; + sha256 = "b866541f5f94eda544efbf4cbf007eca8af410e55eb92fdebc964ee4e3a48b60"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G25-EK"; + } + ]; + }; + at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-at91sam9g35ek"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9g35ek-ubifs-root.ubi"; + sha256 = "d6ea76e2f71c78880124bc4fe3d97a3d3e929376a36d2b6d7b86fdd381a2237c"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9g35ek-squashfs-root.ubi"; + sha256 = "a19da0795104f735d3df07f0802382b73273ea29fafc2a1e1e31c9f6c2015d5b"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G35-EK"; + } + ]; + }; + at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-at91sam9m10g45ek"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "b1def8ea5998f9cdb73fd97dc70a842d06fe4f70951ba474476d53835d866060"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "e34ead799e3001eba2e4def5aa46f45a312b3377df7885ce772e863f4a8eac97"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9M10G45-EK"; + } + ]; + }; + at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-at91sam9x25ek"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9x25ek-squashfs-root.ubi"; + sha256 = "309710c7e3452d8b177431fb8ab69f2080bfb90cc93f4d8595a109d6c0eb6ab1"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9x25ek-ubifs-root.ubi"; + sha256 = "ea4c92a5054d6cca82dcfd20977e46ccc69cb56eca5ae81ec647f9d6885e6379"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9X25-EK"; + } + ]; + }; + at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-at91sam9x35ek"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9x35ek-ubifs-root.ubi"; + sha256 = "241fefc345cc70f5e6be6a60c332a487b8c7bb533b887854c03df03a8d1dcce7"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sam9x-at91sam9x35ek-squashfs-root.ubi"; + sha256 = "85dcacfe145909d724f36ee41844a9cf4ef8f0c1031ccc4322267a1b4d023833"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9X35-EK"; + } + ]; + }; + ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-ethernut5"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-ethernut5-ubifs-root.ubi"; + sha256 = "21ac3300cb9c5dbcf9cdca52db949afb530b902fc520d0855f86f0ee7dcfcbb1"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sam9x-ethernut5-squashfs-root.ubi"; + sha256 = "37487af1ba3caa1d85a9a4c77070836761ab1e6f09041557e28bc1e0d9db601e"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ethernut 5"; + } + ]; + }; + lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-lmu5000"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-lmu5000-ubifs-factory.bin"; + sha256 = "012c08f461fddb877d6c1d817bee01d4a21ac22a88bc68c3a2d3f9ab12d74193"; + type = "factory"; + } + { + name = "openwrt-19.07.5-at91-sam9x-lmu5000-squashfs-factory.bin"; + sha256 = "7295a8edc26ca7162ad3be031d8ba439e4b586f4ec277444ad6219c3b355edb9"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "CalAmp LMU5000"; + } + ]; + }; + tny_a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-tny_a9260"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-tny_a9260-ubifs-factory.bin"; + sha256 = "b0d47419fa2c0f62561dc77f13c18476dbd9583114e7960cf8a96fc1b67b2d58"; + type = "factory"; + } + { + name = "openwrt-19.07.5-at91-sam9x-tny_a9260-squashfs-factory.bin"; + sha256 = "10ff7f4e76d4df287a269ec84b435bfc685b1db7fd018a410ba8b35fd1219961"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao TNYA9260"; + } + ]; + }; + tny_a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-tny_a9263"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-tny_a9263-ubifs-factory.bin"; + sha256 = "a976c09d2a951281664f89d86d2488d6bac7aecea26ac3cd770d27cbafa1efcd"; + type = "factory"; + } + { + name = "openwrt-19.07.5-at91-sam9x-tny_a9263-squashfs-factory.bin"; + sha256 = "068be5dc76187e77960ed525396f5eac2ed79b78b292d86ddcb705dc4d181e4e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao TNYA9263"; + } + ]; + }; + tny_a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-tny_a9g20"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-tny_a9g20-squashfs-factory.bin"; + sha256 = "03fc9b00af0492c5db6883f992c6979faa0f1ab07a4b39ea898eac0a8ce9aa1b"; + type = "factory"; + } + { + name = "openwrt-19.07.5-at91-sam9x-tny_a9g20-ubifs-factory.bin"; + sha256 = "9b203d22fcf7080e21e5b640da8d1ef76715615eeda34f80db6c267aa7287293"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao TNYA9G20"; + } + ]; + }; + usb_a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-usb_a9260"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-usb_a9260-squashfs-factory.bin"; + sha256 = "a3dbca385a9531d785664e6abc21959873767f2b6db25a79509ab925ae18b8a8"; + type = "factory"; + } + { + name = "openwrt-19.07.5-at91-sam9x-usb_a9260-ubifs-factory.bin"; + sha256 = "9aff1d324b6d73960129f68c5ff555df8fcdaba430d94b6a1743e6669961e54d"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao USBA9260"; + } + ]; + }; + usb_a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-usb_a9263"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-usb_a9263-squashfs-factory.bin"; + sha256 = "5fb7f683587c5451d6364f653d1c5079f4a90931e096901cf14b37822bcb6e63"; + type = "factory"; + } + { + name = "openwrt-19.07.5-at91-sam9x-usb_a9263-ubifs-factory.bin"; + sha256 = "9b353b3466875d3a769157addf2f8b0ca13bd872859067847101faf84ab04297"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao USBA9263"; + } + ]; + }; + usb_a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-usb_a9g20"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-usb_a9g20-ubifs-factory.bin"; + sha256 = "02e0a097f879a282cf97b2123799c3047a90e8bf7eb682ca08c56fc32952ff90"; + type = "factory"; + } + { + name = "openwrt-19.07.5-at91-sam9x-usb_a9g20-squashfs-factory.bin"; + sha256 = "ca73791d84cfc6a227bcc4ce6114b7de664df124dec891d71c512d840948d32d"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao USBA9G20"; + } + ]; + }; + wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-19.07.5-at91-sam9x-wb45n"; + images = [ + { + name = "openwrt-19.07.5-at91-sam9x-wb45n-squashfs-root.ubi"; + sha256 = "e6066da85a57cf4132c84bf0de703aebd8e0f0b01cf85665396bbc7b3980e300"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sam9x-wb45n-ubifs-root.ubi"; + sha256 = "3f645c4c850a4c21da7bf027184afbf55898ddbebdfc348a2ce0a35022c19212"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Laird WB45N"; + } + ]; + }; + }; + target = "at91/sam9x"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-ohci" + "kmod-at91-udc" + "kmod-usb-gadget-eth" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-ohci" + "kmod-at91-udc" + "kmod-usb-gadget-eth" + ]; + metadata_version = 1; + profiles = { + at91-sama5d27_som1_ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sama5-at91-sama5d27_som1_ek"; + images = [ + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d27_som1_ek-ubifs-root.ubi"; + sha256 = "30f5d0c2faea2fea069bb34ae1e261a59908ca9136675a5f331838b7067bf973"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d27_som1_ek-squashfs-zImage"; + sha256 = "e8639b74d7c99f22f97538468f35d320df3412bdee017fa75ecd4f82acbd56fe"; + type = "zImage"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d27_som1_ek-squashfs-root.ubi"; + sha256 = "23e5cf2c0a597ea2fa83a98353d8d462b686822d036ac3d0710f6226fa00e91e"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d27_som1_ek-ubifs-zImage"; + sha256 = "e8639b74d7c99f22f97538468f35d320df3412bdee017fa75ecd4f82acbd56fe"; + type = "zImage"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d27_som1_ek-ext4-sdcard.img.gz"; + sha256 = "55c011f5770b562cfc8a7abba59bd554e972c49546c61104f057df680a3d9ec1"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D27 SOM1 Ek"; + } + ]; + }; + at91-sama5d2_ptc_ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sama5-at91-sama5d2_ptc_ek"; + images = [ + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d2_ptc_ek-squashfs-zImage"; + sha256 = "e8639b74d7c99f22f97538468f35d320df3412bdee017fa75ecd4f82acbd56fe"; + type = "zImage"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d2_ptc_ek-ubifs-root.ubi"; + sha256 = "cb193df022ab196f050f0c10b300a92ac88748faeddc200c8cbf27939d77726e"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d2_ptc_ek-squashfs-root.ubi"; + sha256 = "c36c0544fc395da495a3145923bb26a2950bd94032cad5774eb5eb829026c0b8"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d2_ptc_ek-ubifs-zImage"; + sha256 = "e8639b74d7c99f22f97538468f35d320df3412bdee017fa75ecd4f82acbd56fe"; + type = "zImage"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d2_ptc_ek-ext4-sdcard.img.gz"; + sha256 = "efc1b8610bf20ec110310e0b5aa8c392dcfff87fd4d71fdbd558047c1c30725d"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D2 PTC Ek"; + } + ]; + }; + at91-sama5d2_xplained = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sama5-at91-sama5d2_xplained"; + images = [ + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d2_xplained-ubifs-root.ubi"; + sha256 = "d2447cd636249ca1cc9eeacf17f5a12944b2323de6ec95c577b5b969157ea1bb"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d2_xplained-ext4-sdcard.img.gz"; + sha256 = "3dad27018534de62226d20e67f1f2807bfad463a98e22229256096f7a53e20f0"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d2_xplained-squashfs-root.ubi"; + sha256 = "a6697f826a1383e47e148f16253ddc3f95952d1635dc656afe869a82d15edeb3"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d2_xplained-ubifs-zImage"; + sha256 = "e8639b74d7c99f22f97538468f35d320df3412bdee017fa75ecd4f82acbd56fe"; + type = "zImage"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d2_xplained-squashfs-zImage"; + sha256 = "e8639b74d7c99f22f97538468f35d320df3412bdee017fa75ecd4f82acbd56fe"; + type = "zImage"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D2 Xplained"; + } + ]; + }; + at91-sama5d3_xplained = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sama5-at91-sama5d3_xplained"; + images = [ + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d3_xplained-ubifs-root.ubi"; + sha256 = "ed6049b67b005e006596d203ef0d506134a73ee171f535dfbd9faf6cdcbf70ce"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d3_xplained-ubifs-zImage"; + sha256 = "e8639b74d7c99f22f97538468f35d320df3412bdee017fa75ecd4f82acbd56fe"; + type = "zImage"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d3_xplained-ext4-sdcard.img.gz"; + sha256 = "d521e18e9fed121a4c894e2232f54884737deb2775a5bd9e3d4d06c8a7f508d3"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d3_xplained-squashfs-zImage"; + sha256 = "e8639b74d7c99f22f97538468f35d320df3412bdee017fa75ecd4f82acbd56fe"; + type = "zImage"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d3_xplained-squashfs-root.ubi"; + sha256 = "ea444f0f929ebe070690d291345d2937a3b64828addeb7ad5133fb69383cde59"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D3 Xplained"; + } + ]; + }; + at91-sama5d4_xplained = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-at91-sama5-at91-sama5d4_xplained"; + images = [ + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d4_xplained-squashfs-root.ubi"; + sha256 = "d70a688870abb4d8f88cff0c2f162427a7462d170df2d263a975b066340db6c8"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d4_xplained-ubifs-root.ubi"; + sha256 = "1bea33ac34352478ec661a848f6f37ad0b25e3e715ef78bb8d0a28fd5aa71c85"; + type = "root"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d4_xplained-ext4-sdcard.img.gz"; + sha256 = "017782cb371719961b32031d723adf104abebff746eb62a191312101d4962cc3"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d4_xplained-squashfs-zImage"; + sha256 = "e8639b74d7c99f22f97538468f35d320df3412bdee017fa75ecd4f82acbd56fe"; + type = "zImage"; + } + { + name = "openwrt-19.07.5-at91-sama5-at91-sama5d4_xplained-ubifs-zImage"; + sha256 = "e8639b74d7c99f22f97538468f35d320df3412bdee017fa75ecd4f82acbd56fe"; + type = "zImage"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D4 Xplained"; + } + ]; + }; + }; + target = "at91/sama5"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "wpad-mini" + "kmod-ath5k" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "wpad-mini" + "kmod-ath5k" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ath25-generic"; + images = [ + { + name = "openwrt-19.07.5-ath25-generic-kernel.gz"; + sha256 = "d8aa24ac5c31991f9ea9be26ddb578a3d381fe2f21276f7a3063e771c84cd9fb"; + type = "kernel"; + } + { + name = "openwrt-19.07.5-ath25-generic-kernel.elf"; + sha256 = "958e68dd7257783ba0041eee82e5249ab904cad718050c7cecf023ccfb736ad2"; + type = "kernel"; + } + { + name = "openwrt-19.07.5-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "809942ccbaa78c975dd07b4e00ebf5cfdf521819be4c91525e65e57728748b92"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath25-generic-squashfs-rootfs.bin"; + sha256 = "0e47b3d8060c1c08fdeb60fab3318f16167d02dfa9df5a8c5cdd6d6031baef09"; + type = "rootfs"; + } + { + name = "openwrt-19.07.5-ath25-generic-kernel.lzma"; + sha256 = "1582545d5f22da6cc23eb89da89c5f64022c6af8a1799fcc9018fdb4b031dbd0"; + type = "kernel"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic Images"; + } + ]; + }; + ubnt2-pico2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ath25-ubnt2-pico2"; + images = [ + { + name = "openwrt-19.07.5-ath25-ubnt2-pico2-squashfs-sysupgrade.bin"; + sha256 = "55ce7ff98479f94bf8b6a3c1599255636bb012023e9f96b87df4be89369823e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti XS2-8"; + } + ]; + }; + }; + target = "ath25/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-8dev_carambola2"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "95ee432f63e3e3b71a1ec3804cca86f346efc2952ab4f040728575bb8bf3a137"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + title = "8devices Carambola2"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-aruba_ap-105"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "2d114ee24965f4e0b8bca601773366461f7a701f033453a32f6bd44e7c97978a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + title = "Aruba AP-105"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-avm_fritz300e"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "5cc0f4f485c741d220733bd44d21d22091ab4a75c2cd68be75e67001fa9966b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 300E"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-avm_fritz4020"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "92e614ac80bce19bc6e5b4ef346747f249a163091510d64ce005bcd834d8461e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + title = "AVM FRITZ!Box 4020"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "d4a77234e72b0d28f497ad24828aa4c7785504452c35d3f0ab6b665844eb109d"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "23cb671c117e50707e88a410d46f2f2346c5d9baf3d8aaae145b32e3519935d2"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "40f2531d9e8744c32a93e243fe49f2e2c1ac293571ae9f02a535c916ec6bb3a7"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + title = "Buffalo BHR-4GRV"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "364146367e787e594b4c63a92a4b0c6933fa62b0bbee38a8e907be4b48811b66"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + title = "Buffalo BHR-4GRV2"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "d42015618429f7218e6f9e20e1be153a70af9f951d0ba35d273305643874c855"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "2f70c730b40f0f1ffecafcd42bfc574ffc55cb2686ad7238ea576b447c9a485a"; + type = "tftp"; + } + { + name = "openwrt-19.07.5-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "014f2626e915eca64264f84dce65fabc70e72a664b9a675d202fd7c5bea6a5f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + title = "Buffalo WZR-HP-AG300H"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "a41af285f2e5a4d7d04821b3f4240c75bba98d5ae4e818ece5e03ca8c0ac4f0d"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "e6a9ff986ee1bb39d3f49f346ea0525d63ee1cf76388789fc85ca0e244ba968d"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "8456fa837b6981548a11b858c1770c779d6491538cb3d1f0d9931a49031cabf1"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + title = "Buffalo WZR-HP-G302H A1A0"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "5a2924b6b170e28a1a3e3a18a44131a059c01424a459b928e8ef637bb1021350"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "3f587a9fbe37174499042899343f6db53e93830410fc71b768c0e678e6fc1445"; + type = "tftp"; + } + { + name = "openwrt-19.07.5-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "0e165be2f31e1c2b9d3f0798a7282efbd66eb2e14275a6d30bfa404598548d06"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + title = "Buffalo WZR-HP-G450H/WZR-450HP"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "adcccf3b804ea1c3b71b4a5e3c59114a6834a435677c3bd827abe3ed196601f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + title = "COMFAST CF-E110N v2"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "231b642154fa6a6ec2e50537b512195d33ab1129532201079f66d851c92f663b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + title = "COMFAST CF-E120A v3"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-comfast_cf-e5"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "567c5c9233003690d7a0faaf8e6df3d1d47a02e8490f3a0af6757486c3fe5815"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + title = "COMFAST CF-E5/E7"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-devolo_dvl1200e"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "b928b4e4287d1905d0fb6e81bfa1b09b72c0b519b6c0434b6fc03de96d0ce4ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + title = "devolo WiFi pro 1200e"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-devolo_dvl1200i"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "3508b850b9da546a13aa29117e1e8259112d7286c83628c52e322059a70f5720"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + title = "devolo WiFi pro 1200i"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-devolo_dvl1750c"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "8eedb83e1f70d7b67f47cc3add5cd14f3a2f46f3a4ba8a64c23b32d039b0df2b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + title = "devolo WiFi pro 1750c"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-devolo_dvl1750e"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "c6966add9df7a25f74ede1a84f4a0fa793575ef5b6a7e189371ea3f6150c2d40"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + title = "devolo WiFi pro 1750e"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-devolo_dvl1750i"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "c5a1b16336754ed4c4f9549f2fbde2b8b4957b7cd25d7c878fb2f4afdac32bd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + title = "devolo WiFi pro 1750i"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-devolo_dvl1750x"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "b022aa78f39fc7c2989f504022d008110903ea5e49e5b0bfb02608af83e9e165"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + title = "devolo WiFi pro 1750x"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-dlink_dir-825-b1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "ea355d64b6da5c1dd7ae9339baa21421ccd38227ee7c7633b138df46a4303bb0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + title = "D-LINK DIR-825 B1"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-dlink_dir-825-c1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "aa0546026e2fd2d031c379c667b922661aefe50c781f6c8e03278aedb8365bed"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "f628994361e6a9a1db6710a32a56edd88328f73e3d8497c8445eb3a49921a06e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + title = "D-LINK DIR-825 C1"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-dlink_dir-835-a1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "6e5ebd6e86156dd89437b94bb159e34b2de9614a0ec570a5234d2992f199f947"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "828d4d1b19d81ef3b5d371753bdf40dad7cc83c0540412ce755e081da1f49393"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + title = "D-LINK DIR-835 A1"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-dlink_dir-859-a1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "b7b90661e99af268fa6b14b480f5b9a8d64d7b8d2acb637fa39cb0a7f67a91df"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "c4842ff384fc9fa17c4e0b08e2b8a063f0d2b9747db824ed7b2b33f1abead99d"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + title = "D-LINK DIR-859 A1"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "a07806b69bae0acfb54ec3738cbc73af708c303a53d4a2763c42edd638743470"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + title = "ELECOM WRC-1750GHBK2-I/C"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "3e71285a26ad0bc6b9bdc4d7d1d47cdce92b0e415ede437afd3a71d8e748b708"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + title = "ELECOM WRC-300GHBK2-I"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-embeddedwireless_dorin"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "d943332651e57bba34b135838ebf72a2c5796046a8e6db3784c93171df07e478"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + title = "Embedded Wireless Dorin"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-engenius_ecb1750"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "c75e7beb82fec89348dc5000abb8b129fc0e3e53fdcaa2b9e278ef0b21dd2e73"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + title = "EnGenius ECB1750"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-engenius_epg5000"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "00d04455e07cc99ff89d7cad9773b05a832f7abb4c698ce01982756b05975245"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "19ed2847a5b9cb498150d46bd84d314743c1a88ed375ab26bf54c338ad7d719c"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + title = "EnGenius EPG5000"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-engenius_ews511ap"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "948e6ef018d9adc813ae78b3b38d6ba062b1b4f593ffc5aca27bb699b1613bff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + title = "EnGenius EWS511AP"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-etactica_eg200"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "71f9bcffa4714d47594fea02db9e2e77242ff6c7039d65749d9e8f54999bc09d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + title = "eTactica EG200"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-glinet_gl-ar150"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "e2f32c55d477f9c1a929b7b9d7fac0167c51f5e13c6c1ba4941c3718c79a61a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + title = "GL.iNet GL-AR150"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "1ca4c88cbddab48b834e56a9856aa2288ac59139aa36b79281739b1acbd10f36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + title = "GL.iNet GL-AR300M-Lite"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-glinet_gl-x750"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "428067532ad64a673d9be90960eb02541902b85391872d6d1e5b1ab52e6e704b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + title = "GL.iNet GL-X750"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-iodata_etg3-r"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "782a53fa733f9d580a44f03b40a820ab5f967315f0c5664870d66a29c7be8fc3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + title = "I-O DATA ETG3-R"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "57d84984a8b218a9c553381a67ebc9f92fc7401ce6e86a5d40f487764fd9d4bf"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "f1a25ff2b2573fc8caff065399b1f096a45a6c4cfe8f29dbd06b7a1d067390e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1167DGR"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "8bc26e84d74b91c3db47539dad49cb035994962c5231b02deb4657d33781749f"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "8eed17dd893ed3a6b61d53cb50edfe6c8ff1aedd823d4f50a34c51a88ec7ab4b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1600DGR"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-iodata_wn-ac1600dgr2-squashfs-factory.bin"; + sha256 = "22cd5e780a7da678b40a8662567ee5747b1dca64a41a62a9c9b07f995efd808f"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "92c69747a02bb534ddc86ebd11a72800b662c044adaf426006cc65d568ce5e50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + title = "I-O DATA WN-AC1600DGR2"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "2607a9ac307191e800d618071ea3b32957e398aa86c6832d18ab013976a3f57d"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "43e63d6bc91cc91584c9b690ce9213552ec61ede07a4b0d3ed725358e62d2f68"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AG300DGR"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-mini" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-jjplus_ja76pf2"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "f2dea8c60b11cae4a7b5fe8c56bd011a0157d9b2ff55ad989195caa31ee05d99"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + "ja76pf2" + ]; + titles = [ + { + title = "jjPlus JA76PF2"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "97be6e4b5d3a9b6d37c8650db7434c63f71ad9a12aff0fa43d224232df457fef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + title = "LibreRouter v1"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-nec_wg1200cr"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "f14a09fe4bdf1f58e1303b3cbf931603a7d6525f964a88d933d47a7eaeaf5f56"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "ce82c065ad69b52e5864b19fe4a3f98cdd3e2fdd7ad7107cc625df650763de46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + title = "NEC Aterm WG1200CR"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-htt" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-nec_wg800hp"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "5d5a717841ce0442ec6908350465d6ead11d998b1f222aa73b33d0f14ec07537"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "decd82f916d50915c7e000cd57316818e4b603ba4bdf690bbeb38c24e94a87c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + title = "NEC Aterm WG800HP"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-netgear_ex6400"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "645466e8180c2cd9f905dd8bb2dbc8bac94a32228df924e54e89ee073d4e1d23"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "e860a5d7a3b3b46dcbddaa851bdc082b58b303641314b00e92f3c272c2c7a7f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + title = "NETGEAR EX6400"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-netgear_ex7300"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "efdd25bbd22adc6afb23c809ff2821d37cf1c67305293f64f8586cdcda5899de"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "c9be59df801dc55f253d6ff0749d7db133a42bf6ac66265af67b77c178a67c6d"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + title = "NETGEAR EX7300"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-netgear_wndr3700"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "0d965caedc0aac30fde7a3a9389a8bea50ea267cd68a9edb48c6fb0aa67cfe63"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "1649da08951ff7c787be3f10c97af36147a1acf21490b66de8a44bde7a45ff66"; + type = "factory-NA"; + } + { + name = "openwrt-19.07.5-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "cddd45b2b2cd3050fd6082c1b78f2e20422de3bca8a8521b3ec9b377e1fe905b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3700"; + } + ]; + }; + netgear_wndr3700v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-netgear_wndr3700v2"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-netgear_wndr3700v2-squashfs-factory.img"; + sha256 = "56c17bfaa37c5f3fc488fd453b0abd1396373fd411d5114b0174b2931d91300e"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-netgear_wndr3700v2-squashfs-sysupgrade.bin"; + sha256 = "f8e8694840f59b22968acdf9815e76dfdfa8cde10d50ec790a7b04a89cb91663"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700v2" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3700v2"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-netgear_wndr3800"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "739445a5978b18303081be6e734641bad848cc8d57ae2ee52f64d0c3eb4293d8"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "ec630d86d70b6c7d032c9a0f4d0f93621bff314ff28dbbe65d05f404dec40f38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3800"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ocedo_koala"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "1d3eb5cb8308729e7319d0d5fb2a8195f51e64aa398d272ff6634adfc3e8b332"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + title = "OCEDO Koala"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ocedo_raccoon"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "765a4ddc8296321dc8ddc3bc247f9545f015e6b77a7126d798f619f963ce242f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + title = "OCEDO Raccoon"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ocedo_ursus"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "47b733dbfbce6be37c3c952f7fe00a8361f0e09b8f7b72b7c1ac4aeb5e2c2fc1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + title = "OCEDO Ursus"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "om-watchdog" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "d4c71518b0b4d99c7e4d9b9c2e4d25e1cb68b7392669f280c33a85604198c24a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + title = "OpenMesh OM5P-AC v2"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ath79-generic-pcs_cap324"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "88c2b53ef1f6562fd33adf442e2875004d2ccc7ecd712a8a3b6db6c08928523c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + title = "PowerCloud Systems CAP324"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ath79-generic-pcs_cr3000"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "5734c9432a48a1358de088b5b5c22197342f6582d7e55c2eba0b19a68d1141af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + title = "PowerCloud Systems CR3000"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-core" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-pcs_cr5000"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "4c2bbb4079897c5b002de834c9f5f7a795ce385b4bfa74f19d7ffb98397b62c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + title = "PowerCloud Systems CR5000"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-phicomm_k2t"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "a3ec0fc30c3e752adf81d447cecc12ba9ed7f4a57e32c3717dcb878048e85125"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + title = "Phicomm K2T"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-pisen_wmm003n"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "ca594f1e5bd9b536e99f1f0bf84c4cae1d4c2e363cc1007d2ac500ac9b74944f"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "3efed73fe86a9040b2bcf3e26016bbc5de501d8793b833efad435f83f3101780"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + title = "Pisen WMM003N (Cloud Easy Power)"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-rosinson_wr818"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "2b1d62eceaf46efc06de47dad5fe68b04ce4775d406bbdb49015d553d031e1ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + title = "ROSINSON WR818"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "1b6e484c84caa3982dbe7123dd0ef3723b3aa187b216e123c6424f2e33bdf545"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "95d26231ec7d684a913062abbd8a8037b392c48260b34b0c72986419ff4b3d5f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + title = "TP-Link Archer A7 v5"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "ffe272126c483d62a943fbc95ac7a47d87a961f43e4367869508759ef6fa1d26"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "62310a6fe1d853a260922328b08f1480cfd8be9d9d0e282ae689ea33fa8c404e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + title = "TP-Link Archer C2 v3"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "9ab2cf42ce6b967766d73fc7fe034e639763a01e5a3f5549465470972725c419"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "f8001cd988bcc09043dcc7d2e6647b6e48e04a932a010470672e40560f171821"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + title = "TP-Link Archer C25 v1"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "cb427d9f868846c394cc6beaaf67bd08418e94751e0dae0c6febd0351c5e75ad"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "e228834f12f10c94d0ddb6a48ee2a5d38eed54ea5036115a97fd50d22e94c8b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + title = "TP-Link Archer C5 v1"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "3f6bffec6643cd3a881048cb15326ae5647dd9359aa8aa8985c36878b0889cc2"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "ef20aa28c1442ab99df7de6b0a37045cdc683b59b739cc60fda765450598bfc8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + title = "TP-Link Archer C58 v1"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "212e84d370e472eb2af2c4ab1852732fb0e00676d3638e9e92ce7643ae736c92"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "f8a223d0dfffc9f8263233ecc9f279f1f6dfa7c3583beec28315813362ed386d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + title = "TP-Link Archer C59 v1"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "3a8f297e855a566f0d484d61d811f07e40663ed94323b877382cdea1fc74ab51"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "63fd037d8fffc4079d01b9d104c6041674c61c4f6eecb0c3ae69a071d1537a1c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + title = "TP-Link Archer C6 v2"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "5c1a984479b347a2fdddbb30bce35867e935a35dacfc21bd8996a48f891cf2b9"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "73f7f46be40dac5e943fffc4738a9910b92932531ad06f9a1695d6bc00a1b64a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + title = "TP-Link Archer C60 v1"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "0005529c208c8255775270f07ba327e1eaae9cbe399fe919c470f2ff16bedff5"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "0ff8282d4d6ced95a4cf0eb528c1ed31fb3ef3281982c5de2be89c661744d1f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + title = "TP-Link Archer C60 v2"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "2fcf400fbca4fec5e40d7d3ae352fffb9e5418b7d813e530c69d6e7a8abe0fc6"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "b4375f32cd84e5ff968e32c093b61f53ab096cbb257a6b7c48111014723ce362"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + title = "TP-Link Archer C60 v3"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "3bbf0b86e243700598d7f195583d0d86cb173fcd175144f72beca59be87bfef6"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "2237de6bc6e2bcd4f0882f7d3b66c20d7198fbc704ed5ab13483da6d0b5b3c39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + title = "TP-Link Archer C7 v1"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "34668b03e38d011debf7b5c3a7a6eec24b025e30ad2f519730bf274cb4225446"; + type = "factory-us"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "72e18f5e7f826b19fdd30b6c3bab7e855ff7436afc272ef18825021e9af88f55"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "d67542ae4840a47230dcd12b72405c1290d42e35721e155d4a6f3297bb4dda98"; + type = "factory-eu"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "fbbb04929a24001871b48247524cd79bb9973185811c360108306f51ed0ab1f4"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + title = "TP-Link Archer C7 v2"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "6e9813e224120ac19f66c78082bbbca46c0d5dc7f8b5ab21d8ac5c5c3b79fa6a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "7b9a15fcdd07406e7caa4469178fb9c56b34a2079b5517b5d3ac6ccfd52b26ce"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + title = "TP-Link Archer C7 v4"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "f0b4daaccd53cfeb927d0903913329b38d5b01ee9d5589bf4487a6ad79768827"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "ef8cbefdc3cd2b431c4e9a901c4bf5d1f27c5b8a85d32daf6e0ea0847540f77a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + title = "TP-Link Archer C7 v5"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "c22c533fc3d7b76564cff08d2ac11a39c1bd4f49ef08bfad81abbaf21e666b24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + title = "TP-Link Archer D50 v1"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_cpe210-v2"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "dfafcfa045cac60a3d5a78827db2532685f91b5a0f33cbce33afbf8aee0b7095"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "b6eab33e171e833cb0c81eea19b82849e6ef4ce16dcbfb1356780500a5715048"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + title = "TP-Link CPE210 v2"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_cpe210-v3"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "bc4e1fd65a7f59d865c5481df86eabe11e3e4aac7fbab254238c07283e687404"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "0813b6ea9aa1f4d4fabe72755af00a00e59a88db5de6b89ee0bed5266615e802"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + title = "TP-Link CPE210 v3"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_cpe220-v3"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "fa15d267bff4d15b5532d670ba7dfc626cf8514e31dd2ff93dd4a6af6341b44d"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "f4cb3225eb4867147ed06be56bf314285028c5bc22a003c63aeadcd7a15a92c0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + title = "TP-Link CPE220 v3"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_re350k-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "e15c102ee477bddbdc35c55836f4efef8ecbee7f3ba6ff79786b754fec75bb0f"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "a7df286b561f041e9ba2c58f5432d861185eb2629744a3ef22a637aabd52255c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + title = "TP-Link RE350K v1"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_re450-v2"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_re450-v2-squashfs-sysupgrade.bin"; + sha256 = "6985e9e320c206ac042a82a6e2baaf2e160f40069e4a2d92c8a9aba2eadb5d28"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_re450-v2-squashfs-factory.bin"; + sha256 = "1724247e7a141fefd5cdf2e3526bb6bf3b1adc7ec09673a428640f14900ada1f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + title = "TP-Link RE450 v2"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "4079eb53db3efe4837ef35b341653ca506ef33a3e3813087c46377db3c2962a5"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "b9f92e1ac04bfc0f784336e44f2ea9bdedd09764c8d0d8a28fa03211c24205e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + title = "TP-Link TL-WDR3500 v1"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "63f3edb2d0d420ec30a3d23b6a734ea6f69546686d9d8536c1f1575bb84c07a3"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "dbd77b142fb87abf7daa87e77653a428b898fa4a8e8281160e516516badbb598"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR3600 v1"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "22b0b7cf097e03bcf28685209bc4f04a54d9593e80ee8e5c1485b7709fd19ec8"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "9aed2801a3138c508e2343984678e847b1f3d0e478922a37f7b099fc4ee22fb4"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4300 v1"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "ef91b0fe7cefca6f7f72b69154b9fff72117f841132c29dc68b3ef7f517e0cc9"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "fd7092f6de52bb846dbac686ac7d3aeafe96c0a71a4a29cc0db8a41bcc2cc820"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4300 v1 (IL)"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "97936a5686a5160d896cf938779d9ffa2b22a15e9c45b9bc4cb8569aab529e46"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "8a3b44dbe1d71ca5ab9ebd764981752be51cb58af6fcda107a28be333d66109c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4310 v1"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "dcafe968beb847cf9b8ea00293239cebffefd35e2c74d201a9cd054fa95c17a5"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "e58d988522b42a1022951cf5f8c3ebdac75c9ef664916cbaffb9a5c6c7c4af9a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + title = "TP-Link TL-WDR4900 v2"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "fcdb7ba0fa0c261d66d9bc64be8be8b7688a8c9e4fe309ae2bd13357d682bce8"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "b30f23b11026bed15f2f3e93f923dd291a483bca3eaa0c3568d241d56456ed9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N v5"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "bfb1976036870e025dd357fd4039a1acea27a13a9b3ce5fc177ca2e53c3bcff0"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "8adf2f8f40a467c28dcbdadc1442200d002e3cdd6b86db2fdf5460bdba8f0816"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v1"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "20020258e5301b80ab6421494eb5026ee412310f6b88a60c2666ee3191e95cec"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "6c59e194cca7777b2c0d9414eb69ba812d3adb52966c8af09a0e4e6f398b6ade"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v2"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "cf974809f90b96fdf26e2fad2c1f61441b84331c4ce96066ae4e27c7bac667e4"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "e5a057ef482209e24054de8a2b0a38708a1574063ebd306be62b6c74c93721a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v3"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "c66a8ad170dfaff1b986ee65cb771211ceb981bc59e7269c7113f658e25d2c44"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "b819540d7f3addeb28a7175a98477f5a0e6707737a26f404884fb2a5cbee2fbc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v4"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "44bcdad282d8b0b471d9348f17fab59dc72f8dc7d7fdfc4398ef36418aa0a58c"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "fbb442959e360ac7fe72d4dbb983298eac4be38c7e27397aeee8f66cf3d03a31"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + title = "TP-Link TL-WR2543N/ND v1"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "f91f85cf856ea42560bfbe4fef0e8521a64734b1ce22fe59f7351e5d8f3e88ca"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "f24d498acb612876999b89442572a91acc4fb934e491a4ff06e516baa1ce3a96"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + title = "TP-Link TL-WR710N v1"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "74ec1329ea0a25a050ea1566e58ea8c42cda4f4eff186de3d8ffebce8fca77d9"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "5fae59292bc76682f1a19fe7473d699591e11e28438c279118681f31ae204bfe"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + title = "TP-Link TL-WR710N v2.1"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "9a6ad0477bcd48de96c9c9c75f930d94706f662d969e5f18f81dc4de18ba478d"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "ffdcddfa7bfd9bd76da9c68dea17e9291c26238497f1ffbfc490acfca40f1016"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + title = "TP-Link TL-WR810N v1"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "44cd3a8ae6a993734bebec937b072d0cab48df45a5301155dd9e45b781bdaf48"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "168ed294fe71bd10daded335bce775fef8e7632bc1f94e04b1deaac4aa9d1be1"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR810N v2"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "ff1c281a9086a242e39f478807e01e38ad77cdd396d6d1db198fe2fde17efc82"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "9fb93ed1cd890c8f82d8ec1afd687f71e209cd1acce2fb2eebd4e7bb937fcd53"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + title = "TP-Link TL-WR842N/ND v1"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "cda02494cd1295bcad0acba20e7bef357b9545abd5cca6893ebe387d2ee4d134"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "75b93a0443cfb242f413b95c1bbc41de64ea8893160d9878e2b829639a0f6775"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR842N/ND v2"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "ea4a88cdec04cd6edb8be45d12eb852b348db3f5d4c6754076bef144d24f7144"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "42725fec6aaf2bd42be42a0c1d0b8f7a286d5c7e69b6e140c5b63cd427b0a82f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + title = "TP-Link TL-WR842N v3"; + } + ]; + }; + ubnt_acb-isp = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_acb-isp"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_acb-isp-squashfs-sysupgrade.bin"; + sha256 = "61804c8b8828cc08f9aa3d9ac83b35651cab785d2cd556c12dba281a1e344756"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,acb-isp" + ]; + titles = [ + { + title = "Ubiquiti airCube ISP"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_airrouter"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "f331e85a03370c92b444d95d449f36ab5bd63f6ba58f00f9fef6d6a1f0931e44"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "81031f95de79980f71b6a9f2ecc83ee53212b43399eb5acab4119fbc146d3219"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + title = "Ubiquiti AirRouter"; + } + ]; + }; + ubnt_bullet-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_bullet-m"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_bullet-m-squashfs-sysupgrade.bin"; + sha256 = "4600290d16b8e9f521701b433886a5601681c8c44060e72437040aa3f23b7bb2"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-ubnt_bullet-m-squashfs-factory.bin"; + sha256 = "821429ad120986e802c4daebc581be386655bd97e6e377c4c1b30d81f291d050"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Bullet-M"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "e2784584dc8a0dc8fca775d98ebac4796f94e85bde8f422b944511bb834be3b5"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "813b6899e7bcdbc6d58a141744aa654367fad55efe4b94376d4bf1eece0b5cba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Bullet-M (XW)"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_lap-120"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "2345851a395eebc069ab3cdce4b39f5af7d420ba89bf9cdd865ec259136d59a0"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "7687a27c098511900dbcc4781f460dd63bbffce6afb524fd7279d99010cb62d0"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + title = "Ubiquiti LiteAP ac (LAP-120)"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "2dcab2b81fb09eb6c54c270990094a9832565fb9fbe01a2c4740fb21f601dc2c"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "66827dc7cd448200621bb7f46f394afb97b17bdb66c5cea435b8b951b049bd3e"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + title = "Ubiquiti NanoBeam AC"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "8284afd4f8856b2cbe1d401fa1041ec1ae184205b8e11db81e1bd1fa4033a057"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "f7c0a74fb82c19a8e068b2ab2dc46d8716740b39f3e0a320fe85d985dcdd44ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + title = "Ubiquiti Nanostation AC"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "0c3de349f5f5eb3c3ad31f7a9b95ce232d378ffaa81af79a328d7299256af783"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "b535d50b685f10af2616065a7b993ffd5457438f0c4df86aa3e20154e6c0aef7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + title = "Ubiquiti Nanostation AC loco"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-loco-m"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "b0cc96a761b0797b3684554117d39715604bafff04df756462497eb2c41552fc"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "a4f672b9d59410b48e1881672a789542b704fcb3a450872ba40a11b8c33b9bd8"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Nanostation Loco M"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "98b95eb887c525b7daa1a36e675d10970d422646cda459fbb8dbf68e6ddaf99e"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "aa7531f00e32ea62341ac41203e81f593549e6f32f44b97d71d4651eac7362e6"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Nanostation Loco M (XW)"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-m"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "94ee963ab95ebb5ce7cb3708b2c727d2be2ac99dd80c1bb70600240d52fd5a7b"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "cce582f1f0afb942edd309755a5e4147d79cc93f1bdff8146fa6cc43da6511a9"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + title = "Ubiquiti Nanostation M"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "672626e79bdd22c8b09c0fe044782e823459e3e77d2081e891a9dfda9e71e03a"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "b2858e3762ac250e6b9b632e0ec69bb668dc6d0ac14079b3e7d76a273bc29d99"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Nanostation M (XW)"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_picostation-m"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "286f370c7393bf4be5ddc871d724c41b549e9f8dc2ee49f141b9178ebacd488f"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "915bee1f62fe2e7e3219055b8e86056482dc3ce1ed176c94acdb97ced84b1705"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Picostation M"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_rocket-m"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "361ba5ea726801187f87a0cef2e21620f9f8ece7dee55d4110bfb31fc6d63409"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "dd5af9f05e9c6191b8570c189429221de391c9f301547ec315fb34de1d45a40a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + title = "Ubiquiti Rocket-M"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-mini" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_routerstation"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "96bc2cd9adeec9cfd03922b28903d1e6b4e9be99592f8556cd39d81317312136"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "3e78f68790d1bab2d347681a8a21ddc28e9e1f9e2b5193cbd4d3f40b657ccb04"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + "routerstation" + ]; + titles = [ + { + title = "Ubiquiti RouterStation"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-mini" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "ffd74391a9c9184d36d2cc3c22b43c76de97b43ce9d63e44aa6ebeaaafd5e5b0"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "237234433bcc1dd730080a8bd75a76abb8092b0f3a4f654a4710c631153e3693"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + "routerstation-pro" + ]; + titles = [ + { + title = "Ubiquiti RouterStation Pro"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_unifi"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "d81314a2861876d40a64568b60c11c10f305ce4fcb20ce1613f1d7a232ab80dc"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "ae612b8b0ef4ca9739a8ae0303513d9c76749bd13b511bbd7493872f62054aae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + title = "Ubiquiti UniFi"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "324e3dbaa936587ed82d5e3a44ff0a6575e44761ac4cb24899c3f72a0d36bda6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Lite"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "d5c72610ef50abef09038c7b895fbcd91514d188f5b970d7f0e5c08d545f4bf8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-LR"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "e349042694f839f6df725c2a25415f3681422d347072ccc831a949430704c278"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "fb314d708984bc865bcda1fe12afdd15ceb6e5440a99ee1dab3c86f098b318c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh Pro"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "f26f2a4a95231ed0cd31321715ed18aa849b816cab0f1dacd49cfb0d8624d1ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Pro"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-wd_mynet-n750"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "242671f1ceea5dcb4e15dcfd2b6e2349d62fc6746d118d4f1ae0199e01fbf57f"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "592868ad62af1d6b2a092d78adec8d2e4fce668ef3cdcad1b925b6cc74eceb78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + title = "Western Digital My Net N750"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "5c32395a50c95f21af58181f201d099140cef94e65a12c0bdc1ac9eebf421166"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + title = "Western Digital My Net Wi-Fi Range Extender"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-winchannel_wb2000"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "09413cfee82d233f212859d21203ee8b39113ef1e3632bac959c8176c47d19b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + title = "Winchannel WB2000"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "5fbe1e7159509ead19bc1205e5c9d1043fde52809073226c39eb507a2e6fe522"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + title = "Xiaomi Mi Router 4Q"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-yuncore_a770"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "d42d32422427c01962345bfbc0ef1f127d88d0135a67017cbb766314e121d647"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "627ea4f1018ff32d2085b51ecb80c1e86f67d1e938f13acb1381fb9a3b5c38b5"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + title = "YunCore A770"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-yuncore_a782"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "20b1d66a00796efcb03c2f9599a923e3c47e897b504f122c0c450baf4f7123b4"; + type = "tftp"; + } + { + name = "openwrt-19.07.5-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "916a45a8117f5912f0c85ef567879ce30ae6db6a145e2f08e567a2a57505f800"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + title = "YunCore A782"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-yuncore_xd4200"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "466c7d02ff74a21f0cdc53f716430e12304ad94782428f66781b52ce4a8deaaf"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "8a0744e8047f6f275048fa2633c728d9a10b5eeb4cdd302fd9f059b855a3646b"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + title = "YunCore XD4200"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-19.07.5-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + name = "openwrt-19.07.5-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "22e3eb4dfa34710c12b2d1bfd5247bf7ebeea9588b5e525b29c4e3bc47b23a8d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + title = "ZBT WD323"; + } + ]; + }; + }; + target = "ath79/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + buffalo_whr-g301n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ath79-tiny-buffalo_whr-g301n"; + images = [ + { + name = "openwrt-19.07.5-ath79-tiny-buffalo_whr-g301n-squashfs-tftp.bin"; + sha256 = "ec6ca64b10e58f96e9051d5176f94ec9e8379af5b4e658b032df661ece0f4c6a"; + type = "tftp"; + } + { + name = "openwrt-19.07.5-ath79-tiny-buffalo_whr-g301n-squashfs-sysupgrade.bin"; + sha256 = "713355c98a38e3573a2755bcfccf03bd69b54981572faf951952adc6bbdb11cf"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-tiny-buffalo_whr-g301n-squashfs-factory.bin"; + sha256 = "5e349746f7d609dbb4aa189dfaa9b38ec831dd937742b806b1219ad2adbcd3dd"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,whr-g301n" + "whr-g301n" + ]; + titles = [ + { + title = "Buffalo WHR-G301N"; + } + ]; + }; + netgear_wnr612-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ath79-tiny-netgear_wnr612-v2"; + images = [ + { + name = "openwrt-19.07.5-ath79-tiny-netgear_wnr612-v2-squashfs-sysupgrade.bin"; + sha256 = "00f3d2a1cc8d67d8c742f56dfa99f5d1fac2a1caa376d955ffc566a22ffe1b6d"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-tiny-netgear_wnr612-v2-squashfs-factory.img"; + sha256 = "c3425ecc1c421288a286561c80ca07b4f26c249318626ead02c13836b569427b"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wnr612-v2" + "wnr612-v2" + ]; + titles = [ + { + title = "Netgear WNR612v2"; + } + ]; + }; + on_n150r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ath79-tiny-on_n150r"; + images = [ + { + name = "openwrt-19.07.5-ath79-tiny-on_n150r-squashfs-sysupgrade.bin"; + sha256 = "330fab14954c773214b0e79df751ac0c39831a6447c105d437820a314bf29d1f"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ath79-tiny-on_n150r-squashfs-factory.img"; + sha256 = "98b92a618d2f6499f499afa4677f0f7a8c9c62213c82f380433f334487114263"; + type = "factory"; + } + ]; + supported_devices = [ + "on,n150r" + "n150r" + ]; + titles = [ + { + title = "ON Network N150R"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ath79-tiny-pqi_air-pen"; + images = [ + { + name = "openwrt-19.07.5-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "fc2e7fbc452f90d480b237c5098147fba8715a2a49a628c6b8abaecb792a7bb5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + title = "PQI Air-Pen"; + } + ]; + }; + }; + target = "ath79/tiny"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "osafeloader" + "oseama" + "otrx" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "osafeloader" + "oseama" + "otrx" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + ]; + metadata_version = 1; + profiles = { + asus-rt-ac56u = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-asus-rt-ac56u"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-asus-rt-ac56u-squashfs.trx"; + sha256 = "8958e202a3d4ccd950589332adf8933267380589cedde7a39f03e666c27fb0b2"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC56U"; + } + ]; + }; + asus-rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-asus-rt-ac68u"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-asus-rt-ac68u-squashfs.trx"; + sha256 = "dadfba56175cdc07c35578cd6bbfe8b357c61a1b081d9bb2db48a004af8081dd"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC68U"; + } + ]; + }; + asus-rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-asus-rt-ac87u"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-asus-rt-ac87u-squashfs.trx"; + sha256 = "290825cc9c4d10236dd60e2d8b019301ef09b74ba717c6b188a91ffb204bed7c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC87U"; + } + ]; + }; + asus-rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-asus-rt-n18u"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-asus-rt-n18u-squashfs.trx"; + sha256 = "ebdec664eb42914dac79fa6430ed8e980d13a30b1434efd13d0826900cc3fd35"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N18U"; + } + ]; + }; + buffalo-wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-buffalo-wxr-1900dhp"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-buffalo-wxr-1900dhp-squashfs.trx"; + sha256 = "d14779180a29f51ac2226f4d56c55e3a8b4a0df7d6f845545bc50e99e237342c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WXR-1900DHP"; + } + ]; + }; + buffalo-wzr-1750dhp = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-buffalo-wzr-1750dhp"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-buffalo-wzr-1750dhp-squashfs.trx"; + sha256 = "9ea4ba8d29b60ea41f69b2d96537667957c09a0ccd477eb87fcf198b652b486a"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-1750DHP"; + } + ]; + }; + buffalo-wzr-600dhp2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-buffalo-wzr-600dhp2"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-buffalo-wzr-600dhp2-squashfs.trx"; + sha256 = "db73427a98d4b3f3c3f98d494c8a7051e0ce24eff0b790b0d47d090823b5e941"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-600DHP2"; + } + ]; + }; + buffalo-wzr-900dhp = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-buffalo-wzr-900dhp"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-buffalo-wzr-900dhp-squashfs.trx"; + sha256 = "f8a0ea01ef048f43d9a2e3b009043b705428a1799a9f75d9d4a9f7187b2a2102"; + type = "trx"; + } + { + name = "openwrt-19.07.5-bcm53xx-buffalo-wzr-900dhp-squashfs.factory-DHP-EU.bin"; + sha256 = "f07604c31d154c9d1920822c080f1c1def5abb7775a884dfd33d67159b370d02"; + type = "factory-DHP-EU"; + } + { + name = "openwrt-19.07.5-bcm53xx-buffalo-wzr-900dhp-squashfs.factory-DHP2-JP.bin"; + sha256 = "a3aa5c7368ae16fe94908921dca9206355d16c52d948ac723d5dffb210452f91"; + type = "factory-DHP2-JP"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-900DHP"; + } + ]; + }; + dlink-dir-885l = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-dlink-dir-885l"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-dlink-dir-885l-squashfs.bin"; + sha256 = "0db966344fb40738149a99f4d2c5a30cc95750a9e632252a88248753a29548eb"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DIR-885L"; + } + ]; + }; + linksys-ea6500-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-linksys-ea6500-v2"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-linksys-ea6500-v2-squashfs.trx"; + sha256 = "85dae9b6d0a5a4a57dd220f87b433f7c36d82249aba3c1f75e0da1836c96c619"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys EA6500 V2"; + } + ]; + }; + luxul-abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-luxul-abr-4500"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-luxul-abr-4500-squashfs.lxl"; + sha256 = "8fe868235fb9a516621e776f32d952ad1a0b6b94d4617a89270e6a79e22f2140"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul ABR-4500"; + } + ]; + }; + luxul-xap-1610 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-luxul-xap-1610"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-luxul-xap-1610-squashfs.lxl"; + sha256 = "e89853f480967721b68c089222fcdc1b7cb05bb98afbf69cb4cd26b8affd1184"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XAP-1610"; + } + ]; + }; + luxul-xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-luxul-xbr-4500"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-luxul-xbr-4500-squashfs.lxl"; + sha256 = "dcf93d461957ed7a6b96125315a640090d28002d44dd907f7c3bf82c12d60079"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XBR-4500"; + } + ]; + }; + luxul-xwr-3150 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-luxul-xwr-3150"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-luxul-xwr-3150-squashfs.lxl"; + sha256 = "a2b4d5156a4273984af5bf1677d2efcc42ac8f842b0be884a1d02fcd15513ae7"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XWR-3150"; + } + ]; + }; + netgear-r6250 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-netgear-r6250"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-netgear-r6250-squashfs.chk"; + sha256 = "81f6f519a6ca2e45ca201b5cf70b4aef39ea931edef70164e8a79c16718887e7"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R6250"; + } + ]; + }; + netgear-r6300-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-netgear-r6300-v2"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-netgear-r6300-v2-squashfs.chk"; + sha256 = "edfe0c63e2823996f7de736724eb263e67bd2f2bd98463785db638ebd12619d3"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R6300 V2"; + } + ]; + }; + netgear-r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-netgear-r7000"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-netgear-r7000-squashfs.chk"; + sha256 = "b9829613e3ade4c189e2dcc57e0f89555529534895808f9ef6965be85322659b"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R7000"; + } + ]; + }; + netgear-r7900 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-netgear-r7900"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-netgear-r7900-squashfs.chk"; + sha256 = "3d74bc6a47746ec440e6756e06a2d52ac41958bd2ec6fa57974339b749282c13"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R7900"; + } + ]; + }; + netgear-r8000 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-netgear-r8000"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-netgear-r8000-squashfs.chk"; + sha256 = "c282062c063700b1c6a43b68569d72a30a3a324f045b86a6e408a8c2a71f7efa"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R8000"; + } + ]; + }; + phicomm-k3 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-phicomm-k3"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-phicomm-k3-squashfs.trx"; + sha256 = "dca47248947e4bc944ab02ddd979359250145076a9d8b421a4d5161affbc564a"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PHICOMM K3"; + } + ]; + }; + smartrg-sr400ac = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-smartrg-sr400ac"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-smartrg-sr400ac-squashfs.trx"; + sha256 = "c5d2294c209f9673ed51930fb7311dc7d940d5fd0804af0f47baafcd84d42160"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SmartRG SR400ac"; + } + ]; + }; + tenda-ac9 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-tenda-ac9"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-tenda-ac9-squashfs.trx"; + sha256 = "754a2da685b7d8da5c801b51a6486d765133e50796d98d9530d4685f848f8838"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tenda AC9"; + } + ]; + }; + tplink-archer-c5-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-tplink-archer-c5-v2"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-tplink-archer-c5-v2-squashfs.bin"; + sha256 = "eb9a30dd6bfaea6da16c6af48d57c1217371b8cd1946d228c51c9ad4ead7a182"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C5 V2"; + } + ]; + }; + tplink-archer-c9-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.5-bcm53xx-tplink-archer-c9-v1"; + images = [ + { + name = "openwrt-19.07.5-bcm53xx-tplink-archer-c9-v1-squashfs.bin"; + sha256 = "31dec2c39857aaf8717c822cad9373f8d0da2f634e66254cd26de7031a7564ae"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C9 V1"; + } + ]; + }; + }; + target = "bcm53xx/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + brcm2708 = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-board-rpi2" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm2708-bcm2708-rpi"; + images = [ + { + name = "openwrt-19.07.5-brcm2708-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "ea6872f87e9f8c7cab3f813ae6cdf8f9f126064887d30907b514d9b8528ed49a"; + type = "factory"; + } + { + name = "openwrt-19.07.5-brcm2708-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "6ea867563dcdd84c79e64a8ddff8d9e0b796c2c9440b62d03077cea6081fcd01"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm2708-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "43c7e02ddc3ea43117b9a6bca889ab4dacb69efcce96d37cc9f0d1200e51b55a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm2708-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "2735f5a7d6723617866cbba80cf58f4275fac503156780d278073ff6be15448a"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + title = "Raspberry Pi B/B+/CM/Zero/ZeroW"; + } + ]; + }; + }; + target = "brcm2708/bcm2708"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-firmware-43455-sdio" + "brcmfmac-board-rpi2" + "brcmfmac-board-rpi3" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm2708-bcm2709-rpi-2"; + images = [ + { + name = "openwrt-19.07.5-brcm2708-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "7e14e5655d95c00e55b0102863e9379eaa5b0b38f99a71e88f1317506374f877"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm2708-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "33a0cc20690bb61a2c8cf121e23cb56ea589c2ab7deeb64e5d936de4248b83dd"; + type = "factory"; + } + { + name = "openwrt-19.07.5-brcm2708-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "02884a9d14299975bbab512f8b6e1170fd35298b9b5db231558b444e7b05fe1e"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm2708-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "3768c8fd1603926dc30219f2bc4631c1d588bcd878e3442b26c2709a29e33bac"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + title = "Raspberry Pi 2B/3B/3B+/3CM"; + } + ]; + }; + }; + target = "brcm2708/bcm2709"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-board-rpi2" + "brcmfmac-firmware-43455-sdio" + "brcmfmac-board-rpi3" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm2708-bcm2710-rpi-3"; + images = [ + { + name = "openwrt-19.07.5-brcm2708-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "e6fc49ef3ffc2638f4faaecfe14e723ec9add93615d6f4b14d9f70dfc28b4abe"; + type = "factory"; + } + { + name = "openwrt-19.07.5-brcm2708-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "add0b04bfbc367ff304a30d654b6935421dd79ea15c1836ca9dcc70a86bfe31f"; + type = "factory"; + } + { + name = "openwrt-19.07.5-brcm2708-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "5d6f3bd05c486dc985b68f147d6d41d27a4af8bdbb8549db7b0d48c97b70c2a2"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm2708-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "3b369c2656e4eedd951b102ba583be72bf107b3946904445f3ba98b3b0854bce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + title = "Raspberry Pi 3B/3B+"; + } + ]; + }; + }; + target = "brcm2708/bcm2710"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + brcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + linksys-e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-generic-linksys-e3000-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-generic-linksys-e3000-v1-squashfs.bin"; + sha256 = "0e7a82480798864d77460474de515d431c75a53a5e07d426c8508eba5c41feea"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E3000 v1"; + } + ]; + }; + "linksys-wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-generic-linksys-wrt300n-v1.1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-generic-linksys-wrt300n-v1.1-squashfs.bin"; + sha256 = "3af7248602d30b5a448bbacd7921fb947e08fd22d3c4cc14187d09749628206f"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT300N v1.1"; + } + ]; + }; + linksys-wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-generic-linksys-wrt310n-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-generic-linksys-wrt310n-v1-squashfs.bin"; + sha256 = "20ffe42f59bf14610124d84985fcdfe1c8312f8e351d285094667f20fc775c3f"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT310N v1"; + } + ]; + }; + linksys-wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-generic-linksys-wrt350n-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-generic-linksys-wrt350n-v1-squashfs.bin"; + sha256 = "dbce657c5e4a9c70d720626527580fda107ef83f14cb9bd95657fae35c4d02f6"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT350N v1"; + } + ]; + }; + linksys-wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-generic-linksys-wrt610n-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-generic-linksys-wrt610n-v1-squashfs.bin"; + sha256 = "930f200991365b72d6ff68fb95149fda8f86290d90bc82a9ef54f0817c6545b9"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT610N v1"; + } + ]; + }; + linksys-wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-generic-linksys-wrt610n-v2"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-generic-linksys-wrt610n-v2-squashfs.bin"; + sha256 = "aa9370135621e5377e762fba07b81201e14a4aae14928e20a0c191d3150c2dae"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT610N v2"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-generic-standard"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-generic-standard-squashfs.trx"; + sha256 = "92c1a65d468ef7402b4d9d507fa3cdabe887e0ed73dd3b3b5d840275dc49b6e3"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + }; + target = "brcm47xx/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + asus-wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-300g"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-300g-squashfs.trx"; + sha256 = "3e0e0417aec37852dd6f0820bbc02a4f3c1c0675d3b0b91ebbae371e3559b04a"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-300g"; + } + ]; + }; + asus-wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-320gp"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-320gp-squashfs.trx"; + sha256 = "085494b91937ba91e6689e850910e489a0b649381fea794856491b5dc331f1f5"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-320gP"; + } + ]; + }; + asus-wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-330ge"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-330ge-squashfs.trx"; + sha256 = "24b70bbfc623506d1537ef9560565013872135de101398597823f4f62b9ba8b6"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-330gE"; + } + ]; + }; + asus-wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-500gd"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-500gd-squashfs.trx"; + sha256 = "597254a2e6bdf3d13be3cf944cd6e4815d69533fca88a41b32ef61ccc117791e"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500g Deluxe"; + } + ]; + }; + asus-wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-500gp-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-500gp-v1-squashfs.trx"; + sha256 = "e818c653b00b3026269c80dccb54a13b34510b973090f213bfa0d593ec3d7747"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500gP v1"; + } + ]; + }; + asus-wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-500gp-v2"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-500gp-v2-squashfs.trx"; + sha256 = "66b8b1547149b6f52596cf94a1b5bec549dbe5427e947d0756610d6949c54d60"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500gP v2"; + } + ]; + }; + asus-wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-500w"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-500w-squashfs.trx"; + sha256 = "e25d0e96571ca8f928f519808e3cb7310a927afbe553229837118793742d147b"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500W"; + } + ]; + }; + asus-wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-520gu"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-520gu-squashfs.trx"; + sha256 = "267abb287e106aef7548e212ac31c4e9f09e55d10c3449eacbd5b5666dbb30a4"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-520gU"; + } + ]; + }; + asus-wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-550ge"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-550ge-squashfs.trx"; + sha256 = "b282546badfee387b3b7b5b971d7cff4be3d392d72afd056e416e6fe0a09261b"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-550gE"; + } + ]; + }; + asus-wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-hdd25"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-asus-wl-hdd25-squashfs.trx"; + sha256 = "2fb7a7119a7598af4a660efa4a902f6836655db14fab8758fb6b1491a8ac499a"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-HDD25"; + } + ]; + }; + dlink-dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-dlink-dwl-3150"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-dlink-dwl-3150-squashfs.bin"; + sha256 = "690d86ae5dca0fbb989fbff4cf31ea0c881a7da6e13721ddd34b6e23f661989c"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DWL-3150"; + } + ]; + }; + edimax-ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-edimax-ps1208-mfg"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-edimax-ps1208-mfg-squashfs.bin"; + sha256 = "deb7d1a2db36b0fcf99564738566416b6b92d042d1556e93ea780fc0ebebe28e"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Edimax PS-1208MFg"; + } + ]; + }; + huawei-e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-huawei-e970"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-huawei-e970-squashfs.bin"; + sha256 = "8aa483eb437d8ec142d8dd3fda143527a5b4ed2c40eb88c61813e980a76790c6"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei E970"; + } + ]; + }; + linksys-wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt150n"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt150n-squashfs.bin"; + sha256 = "b02ef263d2af08c839dfe50743626d9b1718d3c66b5379a7563a92b512007c84"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT150N"; + } + ]; + }; + linksys-wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt160n-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt160n-v1-squashfs.bin"; + sha256 = "d0f645d116819e7820fbbbc54b1e74024dc75babaf565212f475d78e9e938919"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT160N v1"; + } + ]; + }; + linksys-wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt300n-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt300n-v1-squashfs.trx"; + sha256 = "751cdd6dea8b3a3f18f3b5fb734224423067bd63d5acd7a86bb2774c9e4dc5db"; + type = "trx"; + } + { + name = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt300n-v1-squashfs.bin"; + sha256 = "b5753ddd4ec421ca34add32ba74e67a19ae84dcdc0c9614ba9cc9e3a5ab65bb9"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT300N v1"; + } + ]; + }; + linksys-wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt54g"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt54g-squashfs.bin"; + sha256 = "910bcaa0b18b333019250770bfbc060bce6c50a26b4978979d19e57a803d9be0"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G"; + } + ]; + }; + linksys-wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt54g3g"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt54g3g-squashfs.bin"; + sha256 = "3181cfb7ab0c55f00625a893105960dc638e49633a7dd35b6b51ba87ef960fc0"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3G"; + } + ]; + }; + linksys-wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt54g3g-em"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt54g3g-em-squashfs.bin"; + sha256 = "43bc49d0e0227470f571f8416de795372bfaa8fe88ce3ddf460b230417655406"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3G-EM"; + } + ]; + }; + linksys-wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt54g3gv2-vf"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt54g3gv2-vf-squashfs.bin"; + sha256 = "2aeade09094dbc9983a16fe9aa3e09fb33518b78d43fc719189610600245df84"; + type = "bin"; + } + { + name = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "12a6ce1cce364957e5f73f0f9bd4232403289b2b57fc409836d8710503b8bbde"; + type = "noheader"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3GV2-VF"; + } + ]; + }; + linksys-wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt54gs"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt54gs-squashfs.bin"; + sha256 = "f9246407b0e75e6bd3e4a34e35f7fea5754d93b618469d451b915da16c22ec3c"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54GS"; + } + ]; + }; + linksys-wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt54gs-v4"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrt54gs-v4-squashfs.bin"; + sha256 = "77ac63c1eb766bd2d32fe84f7a1e9ec884f6f8d23b41cf89bf17d973b1d7c60c"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54GS v4"; + } + ]; + }; + linksys-wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrtsl54gs"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-linksys-wrtsl54gs-squashfs.bin"; + sha256 = "ca5ba2b4326074922affd615e4847bcbd2cf3ad3aceaf7fddeee9c159cd13908"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRTSL54GS"; + } + ]; + }; + motorola-wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-motorola-wa840g"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-motorola-wa840g-squashfs.bin"; + sha256 = "292ddfdce388fd4a83d7c995d8ce8dc81be07f165fce6e49429282ee8530e99a"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WA840G"; + } + ]; + }; + motorola-we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-motorola-we800g"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-motorola-we800g-squashfs.bin"; + sha256 = "2405b098ff1e13e1253ad181dc4ae3c1b1a5494e4f3dbe9b424ed9daa0b3311f"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WE800G"; + } + ]; + }; + motorola-wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-motorola-wr850g"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-motorola-wr850g-squashfs.bin"; + sha256 = "4d2d94381703f13ba5e8e39d249341ff7b9972ec9b810aa834d157eb61529f9c"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WR850G"; + } + ]; + }; + netgear-wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-netgear-wgr614-v8"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-netgear-wgr614-v8-squashfs.chk"; + sha256 = "2116af86b016942a5170c0cd53c3117c96efd69358c7a018d4778f539fc0b9f5"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v8"; + } + ]; + }; + netgear-wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-netgear-wgt634u"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-netgear-wgt634u-squashfs.bin"; + sha256 = "52d9b455ee395b8d2dadf170e7bc2f8b15365d6f260d9f2148f22919cd9d5f47"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGT634U"; + } + ]; + }; + netgear-wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-netgear-wndr3300-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-netgear-wndr3300-v1-squashfs.chk"; + sha256 = "ffe8d541d205206a4f1eb61f27864d099e9e67239dbf6b63d36193547475b6cd"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3300 v1"; + } + ]; + }; + netgear-wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-netgear-wnr834b-v2"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-netgear-wnr834b-v2-squashfs.chk"; + sha256 = "d6cf4cc7e7987c63692b4a54894a79496fd58135ee69804513112a2c90407551"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR834B v2"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-standard"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-standard-squashfs.trx"; + sha256 = "80c7e97005c6478b387f6edaa2dee4e73cc4686c108e2371ea266ea7c7c28f55"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-standard-noloader-gz"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "68523b004961416c1245753ca63ff91113c6ab9bf519a452e3e288564f029033"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with gzipped kernel"; + } + ]; + }; + usrobotics-usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-legacy-usrobotics-usr5461"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-legacy-usrobotics-usr5461-squashfs.bin"; + sha256 = "b3a21f44e7442d99138e42cd343d9aaa7d15c3d8492ed4603b01dc6dcb86c186"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics USR5461"; + } + ]; + }; + }; + target = "brcm47xx/legacy"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + asus-rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-ac53u"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-ac53u-squashfs.trx"; + sha256 = "e2616bf999dec33bd9062ae6367f4e1ff16639e7a82826d11aab503c7af45cd0"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC53U"; + } + ]; + }; + asus-rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n10"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n10-squashfs.trx"; + sha256 = "78512806f91834402ba7b573175f7e48870535b58e7a44c0429c984ff1241c2f"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10"; + } + ]; + }; + asus-rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n10p"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n10p-squashfs.trx"; + sha256 = "76e8428dd95d7a80457c83e86702a8a2d2a4fce8076502c56efe89efd14dea3b"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10P"; + } + ]; + }; + asus-rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n10p-v2"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n10p-v2-squashfs.trx"; + sha256 = "d2293dfcd413e43d662304553409801718992922f5be9f921183fa0801fba0e6"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10P v2"; + } + ]; + }; + asus-rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n10u"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n10u-squashfs.trx"; + sha256 = "e1103c080c4b7ac724f0c43a2d9b0f3fd02b4d62a4554ea32f51ddb0b33a3a3f"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10U"; + } + ]; + }; + asus-rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n10u-b"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n10u-b-squashfs.trx"; + sha256 = "e1103c080c4b7ac724f0c43a2d9b0f3fd02b4d62a4554ea32f51ddb0b33a3a3f"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10U B"; + } + ]; + }; + asus-rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n12"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n12-squashfs.trx"; + sha256 = "4684427c16252a4103775723fd74668103be825b04d7883e6abb2639253dae14"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12"; + } + ]; + }; + asus-rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n12-b1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n12-b1-squashfs.trx"; + sha256 = "182cbd13273116e5ac168318f87145e9ce83518f2d9822316f01436de8e3e2ec"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 B1"; + } + ]; + }; + asus-rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n12-c1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n12-c1-squashfs.trx"; + sha256 = "33346ff7ad5f9bf5241ff1015fc58327cf28d480376fc8e0c9d0e6fc720ad86d"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 C1"; + } + ]; + }; + asus-rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n12-d1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n12-d1-squashfs.trx"; + sha256 = "d4b4f9f30bbf775b9d9caf894071554a1d540225c0b54ab83b92b055874cf475"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 D1"; + } + ]; + }; + asus-rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n12hp"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n12hp-squashfs.trx"; + sha256 = "fcdd3818f3161698ebe653ea701bb34da626c4f469ae1f6f68614e4e9c89a78c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12HP"; + } + ]; + }; + asus-rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n14uhp"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n14uhp-squashfs.trx"; + sha256 = "9f56e253f79b0730100e4f317fa3cbd2e64f113b9a08efe8645709932f0fa1e5"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N14UHP"; + } + ]; + }; + asus-rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n15u"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n15u-squashfs.trx"; + sha256 = "8dc37b1c0d17f4432531cd6e91262d75d03e36405c904c84c972aeb212e5db25"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N15U"; + } + ]; + }; + asus-rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n16"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n16-squashfs.trx"; + sha256 = "2157d386470cf45edfc84f7ada5a675979ba51964d276be47a18e43e7517b38f"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N16"; + } + ]; + }; + asus-rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n53"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n53-squashfs.trx"; + sha256 = "a32f16fa1ff99e291c93085e27290a49039bed4e050993d341ed7e59f83d0385"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N53"; + } + ]; + }; + asus-rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n66u"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n66u-squashfs.trx"; + sha256 = "957588bb6ee94bf2b5542c3b341708f0ac671da8959f111b142b8b66629d896d"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N66U"; + } + ]; + }; + asus-rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n66w"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-asus-rt-n66w-squashfs.trx"; + sha256 = "957588bb6ee94bf2b5542c3b341708f0ac671da8959f111b142b8b66629d896d"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N66W"; + } + ]; + }; + linksys-e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e1200-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e1200-v1-squashfs.bin"; + sha256 = "60f2eb9eda71b17c2e1bce26d8229cfe563c056f46ad4eb2561c9db4b9b68196"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1200 v1"; + } + ]; + }; + linksys-e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e1200-v2"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e1200-v2-squashfs.bin"; + sha256 = "f0044dc62f441a19cea46e7db3cc548b18b5e30cfe453c6593ffb0740c71c10e"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1200 v2"; + } + ]; + }; + linksys-e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e1500-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e1500-v1-squashfs.bin"; + sha256 = "a1a2b21bd22988c8c11574480e0a8ec6858ff45dee456e3a497bb0f67b111df1"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1500 v1"; + } + ]; + }; + linksys-e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e1550-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e1550-v1-squashfs.bin"; + sha256 = "947fe9bd57c3d4ad85550a6a6d10e554f56489c729cc93340e82a0461f265c49"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1550 v1"; + } + ]; + }; + linksys-e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e2000-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e2000-v1-squashfs.bin"; + sha256 = "e8c82190e62a63440baf4de96a3ebb4c544843b5f49104ae0c007b46dc47d80a"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2000 v1"; + } + ]; + }; + linksys-e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e2500-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e2500-v1-squashfs.bin"; + sha256 = "1abab30683b69ee549bafec76f4916d9f12a11514c60f300c599f0ef302c55d3"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v1"; + } + ]; + }; + linksys-e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e2500-v2"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e2500-v2-squashfs.bin"; + sha256 = "0f4e743f9b65ebdfa0dac047b7c3debcd83f1ac5ccfaf525edd9df002bc6cc21"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v2"; + } + ]; + }; + "linksys-e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e2500-v2.1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e2500-v2.1-squashfs.bin"; + sha256 = "9722063481af04662fd5a3bcc3add46a514221207b4b4b51be664a8b222ceafb"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v2.1"; + } + ]; + }; + linksys-e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e2500-v3"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e2500-v3-squashfs.bin"; + sha256 = "08304bc159dc50853221dd99f915089d0f452b58f2949ebe5fb6c242c90d9956"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v3"; + } + ]; + }; + linksys-e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e3200-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e3200-v1-squashfs.bin"; + sha256 = "a27bab5c163a9d8eb377b6d68ac4921a46e84586b45860a85a357ac3515aa5b2"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E3200 v1"; + } + ]; + }; + linksys-e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e4200-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e4200-v1-squashfs.bin"; + sha256 = "23c3d619d5a66674102acc146b0e5bfebaddc7ffb16e829ababa40ee7b80635d"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E4200 v1"; + } + ]; + }; + linksys-e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e900-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-linksys-e900-v1-squashfs.bin"; + sha256 = "bc84b2fa74734b4534464c51ba575e9cf08e362699d8d1eac6ac5e75c2bcba41"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E900 v1"; + } + ]; + }; + linksys-wrt160n-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-linksys-wrt160n-v3"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-linksys-wrt160n-v3-squashfs.bin"; + sha256 = "9bf97cbf47b18089a7c315ab7bdee8f13fd8f72a93715f23cd0326472a9bf46b"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT160N v3"; + } + ]; + }; + linksys-wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-linksys-wrt310n-v2"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-linksys-wrt310n-v2-squashfs.bin"; + sha256 = "29e745811808d08fa487cd5e4e793b7ff7422b537a74e8d6ed39f71809493cdb"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT310N v2"; + } + ]; + }; + linksys-wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-linksys-wrt320n-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-linksys-wrt320n-v1-squashfs.bin"; + sha256 = "045b46399d1c05d89d0ae959f13c04bb5474ebb389252aedc3014bbc4bb29fad"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT320N v1"; + } + ]; + }; + netgear-wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wgr614-v10"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wgr614-v10-squashfs.chk"; + sha256 = "bfd0873f98ed565189b5aea1863b9ef0756d8058cae2c38b5484683733089d8e"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v10"; + } + ]; + }; + netgear-wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wgr614-v10-na"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wgr614-v10-na-squashfs.chk"; + sha256 = "1b643d3d2fc79be150122bae592227de8962fec972f275e3c6d6f984889fb4f9"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v10 North America"; + } + ]; + }; + netgear-wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wn2500rp-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wn2500rp-v1-squashfs.chk"; + sha256 = "5d0a088e22a21de98e4e6f38e8b0b20c0e45e2377e6ea08400e56963183d4fce"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WN2500RP v1"; + } + ]; + }; + netgear-wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wn3000rp"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wn3000rp-squashfs.chk"; + sha256 = "5de65e4be267119d1678a7e8f38b8f1ec8d2b83a64a70593085785e36d41fc66"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WN3000RP"; + } + ]; + }; + netgear-wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wndr3400-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wndr3400-v1-squashfs.chk"; + sha256 = "6f7066aa953825dcfa8a065aac070a448532f2c21984e939b04140179a13c74b"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v1"; + } + ]; + }; + netgear-wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wndr3400-v2"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wndr3400-v2-squashfs.chk"; + sha256 = "bb8957f6ee6ee0d5e631bef62418f418e8b8080ef33d6d55bcc9806eb46604d0"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v2"; + } + ]; + }; + netgear-wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wndr3400-v3"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wndr3400-v3-squashfs.chk"; + sha256 = "716166b47390e854d1a9fc5eccbd296b34be707b82c5f26ec210589d10baad14"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v3"; + } + ]; + }; + netgear-wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wndr3700-v3"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wndr3700-v3-squashfs.chk"; + sha256 = "33ac822297f33f33b408cd6d3bfcb68f771b272aa62ad33165e488ce6d97e151"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3700 v3"; + } + ]; + }; + netgear-wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wndr4000"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wndr4000-squashfs.chk"; + sha256 = "d8e824ca55e142649441cd6a0c1f1542017e4df5f6d3cb4cfd3f15aa1dc15eb5"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR4000"; + } + ]; + }; + netgear-wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wnr1000-v3"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wnr1000-v3-squashfs.chk"; + sha256 = "8062c9c023a0751e53c47f1b50df3133a117f902e4046368d58418fc1295d430"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR1000 v3"; + } + ]; + }; + netgear-wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wnr3500-v2"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wnr3500-v2-squashfs.chk"; + sha256 = "72d013c0d873b16788e160605680829a1f4f4b1b1d0df28ee08a243061bcac35"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500 v2"; + } + ]; + }; + netgear-wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wnr3500l-v1"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wnr3500l-v1-squashfs.chk"; + sha256 = "e5aaf0371497586796fec876af1dbad6d6554bab7b67008d43a3343e8de2aaeb"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v1 Other Regions"; + } + ]; + }; + netgear-wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wnr3500l-v1-na"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wnr3500l-v1-na-squashfs.chk"; + sha256 = "2f7f5c04eff3c130b2869eac06afe095be53403c411fc695b7763820d8e5ee38"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v1 North America"; + } + ]; + }; + netgear-wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wnr3500l-v2"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-netgear-wnr3500l-v2-squashfs.chk"; + sha256 = "ee445f422ead2b36c5313c394600d58201869b260925d06f4d23ab397fffc6e8"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v2"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-standard"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "a21195573fe5115fe956eec84b0ef1c6a102865844238ae1543cfe23769b1c18"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + name = "openwrt-19.07.5-brcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "5db96be9943f436e94cda3729eec95b0d4e8d3be1134b9f5ed3befa5c62a97b3"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA compressed kernel matching CFE decompressor"; + } + ]; + }; + }; + target = "brcm47xx/mips74k"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + brcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + "963281TAN-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-963281TAN-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-963281TAN-generic-squashfs-cfe-16M.bin"; + sha256 = "6fc9452c91ea0cd5073395abf209ae46f5eb2d0b550116b938ed70e67466b13f"; + type = "cfe-16M"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-963281TAN-generic-squashfs-cfe-4M.bin"; + sha256 = "fba0b5a562efd30a268875e098dd096d584e36949899ce24bdae422fbe728834"; + type = "cfe-4M"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-963281TAN-generic-squashfs-cfe-8M.bin"; + sha256 = "b189ffd3ffb81a9a03cb6572bc2b688209e43f127f40522ab0f24030506b77db"; + type = "cfe-8M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 963281TAN"; + } + ]; + }; + "96328avng-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-96328avng-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-96328avng-generic-squashfs-cfe-8M.bin"; + sha256 = "ff1560ce0f755b2cad06347872fa737a440cb59f41a778b6c06db25ecf32df73"; + type = "cfe-8M"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-96328avng-generic-squashfs-cfe-16M.bin"; + sha256 = "141022784b4659f024864bb5eaf42fae3fea5cc43e0af14209134d27879d5b22"; + type = "cfe-16M"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-96328avng-generic-squashfs-cfe-4M.bin"; + sha256 = "1dfd1713d367ebc795cca15de1e6294d1d45d1eb118ae24aee686c895bb13db5"; + type = "cfe-4M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96328avng"; + } + ]; + }; + "96338GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-96338GW-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-96338GW-generic-squashfs-cfe.bin"; + sha256 = "0574f7081d9711d8edea2ebf212cdc32b87f2d7fa6df86b55c89fc2aeac3f2af"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338GW"; + } + ]; + }; + "96338W-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-96338W-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-96338W-generic-squashfs-cfe.bin"; + sha256 = "4467f39088fa0d5e3a5bd3efab8391d5842e495ace8c9333786ba31f5e61fffc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338W"; + } + ]; + }; + "96345GW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-96345GW2-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-96345GW2-generic-squashfs-cfe-bc221.bin"; + sha256 = "3ff00da76ddc178aa21de1daaa40b10e04f45a9d634e8ab1fc1624e43537d1f4"; + type = "cfe-bc221"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-96345GW2-generic-squashfs-cfe.bin"; + sha256 = "a3a3f624a00320e3b5ed79c0399ad724c2a9ae55fcd37ef1ba2adfc85e454ee3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96345GW2"; + } + ]; + }; + "96348GW-10-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-96348GW-10-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-96348GW-10-generic-squashfs-cfe.bin"; + sha256 = "e57480f6ec11d2a4e3d10c892c9e7db3b1d2bf2568e97bb9dbcfd56b30569eef"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-10"; + } + ]; + }; + "96348GW-11-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-96348GW-11-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-96348GW-11-generic-squashfs-cfe.bin"; + sha256 = "3b96fe34254e02b77441b86cff388c5cba6ebf0ede28da91c3085e1e7b348d0c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-11"; + } + ]; + }; + "96348GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-96348GW-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-96348GW-generic-squashfs-cfe.bin"; + sha256 = "8c81a11cc2b6decda99cc35f433b7461e4cd3c6539ee61629faedc559ceec5cc"; + type = "cfe"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-96348GW-generic-squashfs-cfe-bc221.bin"; + sha256 = "46160efd826c50ed4c42c40e1daa4f0cac2dd1fea21a31892e003c53bda6ef86"; + type = "cfe-bc221"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW"; + } + ]; + }; + "96348R-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-96348R-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-96348R-generic-squashfs-cfe.bin"; + sha256 = "782542df19cf7be16da22bebbd9c1bdd33ff7426975152391264efc682dc6ad2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348R"; + } + ]; + }; + "96358VW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-96358VW-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-96358VW-generic-squashfs-cfe.bin"; + sha256 = "f3da045036365a5ec379f7d2fbbd86acb494eccc728f7d7bf93d546fa98b587c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW"; + } + ]; + }; + "96358VW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-96358VW2-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-96358VW2-generic-squashfs-cfe.bin"; + sha256 = "9659ec11d14019f8d6f343db5f3a5f3c19f8e807ccc75cc61e6b0c2aaba21fe3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW2"; + } + ]; + }; + "96368MVNgr-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-96368MVNgr-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-96368MVNgr-generic-squashfs-cfe.bin"; + sha256 = "51bfba93cb4ef9b8504efd6ccbc67b6322d42777066940614d76418b203b36bb"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVNgr"; + } + ]; + }; + "96368MVWG-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-96368MVWG-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-96368MVWG-generic-squashfs-cfe.bin"; + sha256 = "68f528218b27f6de1c5eb63e52409b2994b5f5472174fbfa03a23ba1080d63c0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVWG"; + } + ]; + }; + A226G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-A226G"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-A226G-squashfs-cfe.bin"; + sha256 = "f112391194b1e4afab950ac3a5b732be2b40d35e690ecf29d178f6c780d088b5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226G"; + } + ]; + }; + A226M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-A226M"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-A226M-squashfs-cfe.bin"; + sha256 = "d4a4d0e01c0302f6b313edc677fe807c59d81fae392e0b988ad8295468f0ee8b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M"; + } + ]; + }; + A226M-FWB = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-A226M-FWB"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-A226M-FWB-squashfs-cfe.bin"; + sha256 = "792a7099b54c010dc4c6cc72a6b780a691ba22735766e1788254a146f01f4ad5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M-FWB"; + } + ]; + }; + A4001N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-A4001N"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-A4001N-squashfs-cfe.bin"; + sha256 = "8a2227c33a193f2d70b5893ecd6a1bc0b2b3be2b20b18cbd54d610e3349df6e5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N"; + } + ]; + }; + A4001N1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-A4001N1"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-A4001N1-squashfs-sysupgrade.bin"; + sha256 = "edebe847a99c662c4e78a463397a3443d81337c164d08b292610e85ab02eea94"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-A4001N1-squashfs-cfe.bin"; + sha256 = "f0b14d00e9c8484ebe8125167c44bf3b000480ea860dcc363924672877ee6136"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N1"; + } + ]; + }; + AD1018-SPI_flash = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-AD1018-SPI_flash"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-AD1018-SPI_flash-squashfs-cfe.bin"; + sha256 = "76a007e2d172b1e4a0e4af02c9f7e13fdb7f634b57d9a3974f2c2631fe9ff28d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sercomm AD1018 (SPI flash mod)"; + } + ]; + }; + AGPF-S0 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-AGPF-S0"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-AGPF-S0-squashfs-cfe.bin"; + sha256 = "71a8717dbaeb7f52142caa8d1bdfc113123859f3e7d78f27c07f0d1d64e85d95"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + } + ]; + }; + AR1004G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-AR1004G"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-AR1004G-squashfs-cfe.bin"; + sha256 = "5fe345e5f6e33846ff3078f7c7445f387b22da2a27b1b316a5e9ed1025ae3bd3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asmax AR 1004g"; + } + ]; + }; + AR5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-AR5315u"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-AR5315u-squashfs-sysupgrade.bin"; + sha256 = "3f18368e5cbe771d739424d8f6bfd5cdf230fd6913d378bda31284efc8116573"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-AR5315u-squashfs-cfe.bin"; + sha256 = "44cce98d54035568581cd5ee01df350e0a2f7f996b9893d66488ad82f8a463f9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5315u"; + } + ]; + }; + AR5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-AR5381u"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-AR5381u-squashfs-sysupgrade.bin"; + sha256 = "53b2c670d5f189654fafe358cacf6b3e07d05572ef41474ac6b20a01eda4816c"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-AR5381u-squashfs-cfe.bin"; + sha256 = "9ee8dc52841abb8b6f67d5ed9a253f9d9b8020399f1e0250e1eed163ce8f0233"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5381u"; + } + ]; + }; + AR5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-AR5387un"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-AR5387un-squashfs-sysupgrade.bin"; + sha256 = "ab8df49f19bc9217d46537625341203c65cfb8e681e806c6a9d974300c2a0703"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-AR5387un-squashfs-cfe.bin"; + sha256 = "2cb0804ed1fb0e51ec63fb659c3f628830bed907d5950b65aca5e346c849fd29"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5387un"; + } + ]; + }; + AV4202N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-AV4202N"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-AV4202N-squashfs-cfe.bin"; + sha256 = "e2c5af1a785ace9711d16c3444657a627b7c0f02fcfbb4d9096f28e6f84b10df"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG AV4202N"; + } + ]; + }; + BTV2110 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-BTV2110"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-BTV2110-squashfs-cfe.bin"; + sha256 = "fc3c18b67521507357c88f3de568ae51b807ad34a51c4f00eef864a0be681dca"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2110"; + } + ]; + }; + BTV2500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-BTV2500V"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-BTV2500V-squashfs-cfe.bin"; + sha256 = "66b9caf05c5b1759ce1d14eb76836d593e01c0fb4515c4083988344d8fa9e908"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2500V"; + } + ]; + }; + CPA-ZNTE60T = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-CPA-ZNTE60T"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-CPA-ZNTE60T-squashfs-cfe.bin"; + sha256 = "176d64ba8f7798b1689c1e8c688d28b100529c832499a0b92bc814012ecd2c6a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA642-type (CPA-ZNTE60T)"; + } + ]; + }; + CPVA502PLUS = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-CPVA502PLUS"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-CPVA502PLUS-squashfs-cfe.bin"; + sha256 = "9284d71430beed0cf3fd5a0bfa9db2f51088b6b259a46f27e90e067f9a8d8d19"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA502+"; + } + ]; + }; + CT-5365 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-CT-5365"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-CT-5365-squashfs-cfe.bin"; + sha256 = "7e3ca233810214d029b70cd8fc781105193785d968f6b9da416b4db328e0e8ef"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-5365"; + } + ]; + }; + CT-536_CT-5621 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-CT-536_CT-5621"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-CT-536_CT-5621-squashfs-cfe.bin"; + sha256 = "a7e40fa9db6f35b3005f77556928e997184454911dcb02bf5b6d9ae8ec497ff1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-536+/CT-5621"; + } + ]; + }; + CT-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-CT-6373"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-CT-6373-squashfs-cfe.bin"; + sha256 = "6d610a86e23a1a021e8e00c1b03897bcce2c0a3636ba315fe0ced2022f215de2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-6373"; + } + ]; + }; + DG834GT_PN = { + device_packages = [ + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-DG834GT_PN"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-DG834GT_PN-squashfs-cfe.bin"; + sha256 = "049dc15e9302218d7f4098d1f43459dda649ad5987973ba19c558c548be0bcae"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DG834GT/PN"; + } + ]; + }; + DGND3700v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-DGND3700v1"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-DGND3700v1-squashfs-factory.chk"; + sha256 = "489dd8579adaca3daaf2e25355126c7debc53a42fe39d8ae800b68dbf94fc160"; + type = "factory"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-DGND3700v1-squashfs-sysupgrade.bin"; + sha256 = "e207efefc76fd8e95127ab2b1a42fdf968004790e2b511f6283dba7e1773d7e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3700 v1"; + } + ]; + }; + DGND3800B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-DGND3800B"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-DGND3800B-squashfs-factory.chk"; + sha256 = "98f16a149cd400ce357d56bd8b45fcbd8306b382e44f59af7b9935aab5d7d1fc"; + type = "factory"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-DGND3800B-squashfs-sysupgrade.bin"; + sha256 = "507a54f222cbfa54bc24bc36204ca3243222475ea491cc2ce70aaee07f3e9fe6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3800B"; + } + ]; + }; + DSL2640B-B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-DSL2640B-B"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-DSL2640B-B-squashfs-cfe.bin"; + sha256 = "57e670e4b197683117740fcdcda65f22c5fca89cfefdf74f276c01ca4989f046"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640B rev B2"; + } + ]; + }; + DSL2640U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-DSL2640U"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-DSL2640U-squashfs-cfe.bin"; + sha256 = "eb9b811e3424f59015bce62d13097cb665c124d3fed8c125758d04d277468dfe"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640U/BRU/C"; + } + ]; + }; + DSL2650U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-DSL2650U"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-DSL2650U-squashfs-cfe.bin"; + sha256 = "0c8bd20581a391ed175b09a42432e4e087c02cfdf401c0977a2fa934f639ac50"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2650U"; + } + ]; + }; + DSL274XB-C2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-DSL274XB-C2"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-DSL274XB-C2-squashfs-cfe.bin"; + sha256 = "ae8ee71c599450b8c8218c107ca412a42188c4f2ea7a556b5ed3bc566e120458"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C2"; + } + ]; + }; + DSL274XB-C3 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-DSL274XB-C3"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-DSL274XB-C3-squashfs-cfe.bin"; + sha256 = "d8955525d955b2eb52857005dcaa8023dae05d7f14021fa31bfd8cdec87c2b8f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C3"; + } + ]; + }; + DSL274XB-F1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-DSL274XB-F1"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-EU.bin"; + sha256 = "d6d69b7380e048f0251c76108e9768016f747d4a6e89b28c13de085c18cff2cc"; + type = "cfe-EU"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-AU.bin"; + sha256 = "1fe71553819e0c2e826580980f4a74edef3550a4bb599675d099ae66c3c98d93"; + type = "cfe-AU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev F1"; + } + ]; + }; + DSL275XB-D1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-DSL275XB-D1"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-DSL275XB-D1-squashfs-cfe.bin"; + sha256 = "4d712b1bd5c7067604b39eaaa3cc89d04397611fcd26d60d276cfc81a2cfcc6e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2750B/DSL-2751 rev D1"; + } + ]; + }; + DV-201AMR = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-DV-201AMR"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-DV-201AMR-squashfs-cfe-old.bin"; + sha256 = "06261a23b168ca36fc6c95f938fc67fb8d7e0104e59966a0ab44482051135bc2"; + type = "cfe-old"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Davolink DV-201AMR"; + } + ]; + }; + DVAG3810BN = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-DVAG3810BN"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-DVAG3810BN-squashfs-cfe.bin"; + sha256 = "5044a58a28454e988ae9238cc2eb00e46ccc59b4f4d558211d8e2758e89a6525"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DVA-G3810BN/TL"; + } + ]; + }; + EVG2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-EVG2000"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-EVG2000-squashfs-sysupgrade.bin"; + sha256 = "601dc4bd2286bfc4bca243de2867795fa302c2ee5d00de2751abdd42d70e70ca"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-EVG2000-squashfs-factory.chk"; + sha256 = "c26a638b63cccc767e54a2f7b97b7c0099152c34f7fd10cdaa6e67d0dbb33cdd"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear EVG2000"; + } + ]; + }; + F5D7633 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-F5D7633"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-F5D7633-squashfs-cfe.bin"; + sha256 = "36da9a86aef54122a646f798a37e1664f31e0103743e0931db3901f6ddfc8edb"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Belkin F5D7633"; + } + ]; + }; + FAST2404 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-FAST2404"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-FAST2404-squashfs-cfe.bin"; + sha256 = "d4cf76fc18ce1c86a92b0a3d8a9a7a9354493b9e5648b2768e9255c61c873f7b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2404"; + } + ]; + }; + FAST2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-FAST2504n"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-FAST2504n-squashfs-cfe.bin"; + sha256 = "6b6bfe8baf9019bbb1171f4d80ef60b482c912a3a534c841ae8eb4383cb76598"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2504n"; + } + ]; + }; + FAST2604 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-FAST2604"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-FAST2604-squashfs-cfe.bin"; + sha256 = "4876544fde9c8c7443dad1ecbc083cdef07975e95dd048152d1287395a91014f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2604"; + } + ]; + }; + FAST2704N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-FAST2704N"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-FAST2704N-squashfs-cfe.bin"; + sha256 = "03e0afd8630742777f0bcb09c9bd2026627c115dda2200c3042cad8d79e6da3c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704N"; + } + ]; + }; + FAST2704V2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-FAST2704V2"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-FAST2704V2-squashfs-cfe.bin"; + sha256 = "9f55f2e75dc73e9dac9c51b22bdd1140ab8cdec3cabadcb6da4b1f20e24e7ce7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704V2"; + } + ]; + }; + GW6000 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-GW6000"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-GW6000-squashfs-cfe.bin"; + sha256 = "346ee17c0da57f0cd0b317a5741bebd5a8af998b4846383597aab082f2201871"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6000"; + } + ]; + }; + GW6200 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-GW6200"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-GW6200-squashfs-cfe.bin"; + sha256 = "9441f374edb6fdc80d69736de13f22dc89751b498885a3f170e8bd56be63d02d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6200"; + } + ]; + }; + HG520v = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-HG520v"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-HG520v-squashfs-cfe.bin"; + sha256 = "ed85eaef5be7c5f5d70bbb8078faad00b5006b393b315b3dd5b976f4218defb7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG520v"; + } + ]; + }; + HG553 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-HG553"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-HG553-squashfs-cfe.bin"; + sha256 = "70f3257881f065b91d501431d57fa5a7de32bb9d051bccdbcf500eef12faf4f3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG553"; + } + ]; + }; + HG556a-A = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-HG556a-A"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-HG556a-A-squashfs-cfe.bin"; + sha256 = "4a44be76c1d83fac766793f78eaddfe965f5048e0822e82955e8cad64e2524c8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev A"; + } + ]; + }; + HG556a-B = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-HG556a-B"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-HG556a-B-squashfs-cfe.bin"; + sha256 = "f632234fd9364961e277ffc69d273f633ef5252d08a289070c5f61a3ba09279b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev B"; + } + ]; + }; + HG556a-C = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-HG556a-C"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-HG556a-C-squashfs-cfe.bin"; + sha256 = "492d5ae121a725cf57a664b2b70f0098558cc709dec694168f8841b40c17c2be"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev C"; + } + ]; + }; + HG622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-HG622"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-HG622-squashfs-sysupgrade.bin"; + sha256 = "e3e5851fd7a93f7b596e2b6b9faa7fcac5f311648f4fd6655112b212c8155560"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-HG622-squashfs-cfe.bin"; + sha256 = "1673cd7ac7adc0104a2d8d2aaa2d92d58d911c693b5fc82d3082a0f397c22976"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG622"; + } + ]; + }; + HG655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-HG655b"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-HG655b-squashfs-cfe.bin"; + sha256 = "796a654311e245ffcef6ea4d34d78c4f0ab20e6d6a99066f6a88d523c72e1552"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG655b"; + } + ]; + }; + HomeHub2A = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-HomeHub2A"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-HomeHub2A-squashfs-cfe.bin"; + sha256 = "586dd3f7f433aeb98bac0e7b769c21e48386d32a6ac90f30bfcf8573010f76b2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Home Hub 2.0 A"; + } + ]; + }; + NEUFBOX4-FXC = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-NEUFBOX4-FXC"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-NEUFBOX4-FXC-squashfs-cfe.bin"; + sha256 = "1ffae1370d6676b332bbdb6008074f7330849053721bcf5c4ce259cf065d0e32"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Foxconn)"; + } + ]; + }; + NEUFBOX4-SER = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-NEUFBOX4-SER"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-NEUFBOX4-SER-squashfs-cfe.bin"; + sha256 = "b186b4b9bccec894721453e6291d78eb9d12366b774bdd455973559c56aa8edb"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Sercomm)"; + } + ]; + }; + NEUFBOX6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-NEUFBOX6"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-NEUFBOX6-squashfs-cfe.bin"; + sha256 = "2518d23b12b7688868d70bc6d77d401a161e15affd9a8b92dec2f37d2e26aa96"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox6"; + } + ]; + }; + P870HW-51a_v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-P870HW-51a_v2"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-P870HW-51a_v2-squashfs-factory.bin"; + sha256 = "a948090728bd91f51843214a8147b56cd82ee2b09b3edcf9cd3587041bc0a8fb"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL P870HW-51a v2"; + } + ]; + }; + R1000H = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-R1000H"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-R1000H-squashfs-cfe.bin"; + sha256 = "3e5b00c4859f6fbaeeed2700575dcc49819b1d314a7496c7366f7000e71177f5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Actiontec R1000H"; + } + ]; + }; + R5010UNv2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-R5010UNv2"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-R5010UNv2-squashfs-sysupgrade.bin"; + sha256 = "c83a95e58c6ca9337ac1eaa54212b6d3ff91cc2697f7c008bb5db3521991bfde"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-R5010UNv2-squashfs-cfe.bin"; + sha256 = "7f9ad5b35b49113f6540f3a47a9108ae8e05c312437c2fbf2d1c2d589ba608c6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NuCom R5010UN v2"; + } + ]; + }; + RG100A = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-RG100A"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-RG100A-squashfs-cfe.bin"; + sha256 = "a68de8c675400cc3eb6d9b64723b8e27980f95f6215983bf45be226dc05565ae"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Alcatel RG100A"; + } + ]; + }; + RTA1025W_16 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-RTA1025W_16"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-RTA1025W_16-squashfs-cfe.bin"; + sha256 = "8fd27f1da72e84c914427f3f395053335401b0a7cb83c7f439883231b7100105"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1025W"; + } + ]; + }; + RTA1320_16M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-RTA1320_16M"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-RTA1320_16M-squashfs-cfe.bin"; + sha256 = "8a4f65191e21f99e5e1e6eee1203bbd90dbdbbd82e105b68a1fccc536a38d804"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1320"; + } + ]; + }; + SPW303V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-SPW303V"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-SPW303V-squashfs-factory.bin"; + sha256 = "2af43d6e89db3ed5fb8fc312273223a114b1064652af9d0c95e9213a159eb390"; + type = "factory"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-SPW303V-squashfs-sysupgrade.bin"; + sha256 = "41d37d4acd2fa8e4a2e40e6349b22f18c712e08e76a99227288d2439c30aafb5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 303V"; + } + ]; + }; + SPW500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-SPW500V"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-SPW500V-squashfs-cfe.bin"; + sha256 = "79ea9ff80840d3b7979fb0e7850ece34040cec379a3f4b865d84927714acd49a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 500V"; + } + ]; + }; + SR102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-SR102"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-SR102-squashfs-cfe.bin"; + sha256 = "35fbc938dd6b4287bc999e2dbaf97e0facfc936c1ff66bc9582fd2f3d5331538"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SKY-SR102"; + } + ]; + }; + TD-W8900GB = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-TD-W8900GB"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-TD-W8900GB-squashfs-cfe.bin"; + sha256 = "09abfcfc30b047e1782a548f980b9e49db4d9cd15e9c83643f6e5ace0b3e0253"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-Link TD-W8900GB"; + } + ]; + }; + USR9108 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-USR9108"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-USR9108-squashfs-cfe.bin"; + sha256 = "924af9eb5b11bf4e5c5dd1c1971c7e7f9a982541f38f2904569fcd6fa78820a4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics 9108"; + } + ]; + }; + VH4032N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-VH4032N"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-VH4032N-squashfs-cfe.bin"; + sha256 = "13bc24ae6e2b6db02d25c496592f983e8b37bfe8539665e698d63db8c7c125fb"; + type = "cfe"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-VH4032N-squashfs-sysupgrade.bin"; + sha256 = "d800fa1e9fc476711ff232f5647017b52fc790db255db7a5a015cf0a4ff01aea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Observa VH4032N"; + } + ]; + }; + VR-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-VR-3025u"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-VR-3025u-squashfs-sysupgrade.bin"; + sha256 = "1ee97a333e5c0168f79ab2c4eff24e70545a0151f49a8a6a81d49c2c64417e92"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm63xx-generic-VR-3025u-squashfs-cfe.bin"; + sha256 = "5282140a8c787eddca1c99f2b0883692296fb899b296bafd97237df1f61b0b77"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025u"; + } + ]; + }; + VR-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-VR-3025un"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-VR-3025un-squashfs-cfe.bin"; + sha256 = "9b1df188b41bc10bd6d298af1508c50ece348b3a997be9aaf9f751b519cf104b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025un"; + } + ]; + }; + VR-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-VR-3026e"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-VR-3026e-squashfs-cfe.bin"; + sha256 = "0e2bf32d7ed49e573e0588a660845a0e47a7605437f9a9a3f05180ca123f7942"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3026e"; + } + ]; + }; + WAP-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-WAP-5813n"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-WAP-5813n-squashfs-cfe.bin"; + sha256 = "3e27ecd9996cc2bae010c98b92286d2503d334702d7baca83012599b6fb5fec8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend WAP-5813n"; + } + ]; + }; + livebox = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-generic-livebox"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-generic-livebox-squashfs-redboot.bin"; + sha256 = "0225b705c02aa1642c41e96c0960433723ede8f6e5333d68e222803b5f3d8ffc"; + type = "redboot"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Inventel Livebox 1"; + } + ]; + }; + }; + target = "brcm63xx/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + "963281TAN-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-963281TAN-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-963281TAN-generic-squashfs-cfe-16M.bin"; + sha256 = "8651c3b98be21ae06e434d9c0250e9d089f502a30224da00ddae6f0babca7f5a"; + type = "cfe-16M"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-963281TAN-generic-squashfs-cfe-4M.bin"; + sha256 = "fcc3140db0598aab0fc36f9604fb0112baab2d29823aeb25ee30e97746cb1f6a"; + type = "cfe-4M"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-963281TAN-generic-squashfs-cfe-8M.bin"; + sha256 = "f89936149573f9888b3cc66c93bb5b8bdcaa4e3340c4d4c245f6ea5a7ade7a70"; + type = "cfe-8M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 963281TAN"; + } + ]; + }; + "96328avng-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-96328avng-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-96328avng-generic-squashfs-cfe-8M.bin"; + sha256 = "1db41f8934b87193260ecfdff01e6a2cb6eaa8b29d89d9963624bc2049690bf9"; + type = "cfe-8M"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-96328avng-generic-squashfs-cfe-4M.bin"; + sha256 = "de207a61844501565f59464048405a9d9078dc95df93bb872bfc4acfd8f39119"; + type = "cfe-4M"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-96328avng-generic-squashfs-cfe-16M.bin"; + sha256 = "c9916d740dbcb35b66480d1b5a9e032c44aadc2e7b4adbbb8a8136fcc9b083a6"; + type = "cfe-16M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96328avng"; + } + ]; + }; + "96338GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-96338GW-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-96338GW-generic-squashfs-cfe.bin"; + sha256 = "076156b386b74e1660b2a511e26d85d43d326a201a84d3321206b7d990014f6e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338GW"; + } + ]; + }; + "96338W-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-96338W-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-96338W-generic-squashfs-cfe.bin"; + sha256 = "e4f010e18f7166e23b4d2b8caabdd2bcf1dbc1e1648016a807417dc52adab107"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338W"; + } + ]; + }; + "96345GW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-96345GW2-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-96345GW2-generic-squashfs-cfe.bin"; + sha256 = "57a44ba230ce0ec22ce522f9d2abef1ca69a4229807cfe80a0417db3c396dc24"; + type = "cfe"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-96345GW2-generic-squashfs-cfe-bc221.bin"; + sha256 = "f2008ac7c66e19c8bdc6f9f79bb31966a6f7bdfe6768dfa940212cf971d63e61"; + type = "cfe-bc221"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96345GW2"; + } + ]; + }; + "96348GW-10-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-96348GW-10-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-96348GW-10-generic-squashfs-cfe.bin"; + sha256 = "b947646123bbc0be73e781386b5d4d0591e770adefe919493a5cd44e29f63372"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-10"; + } + ]; + }; + "96348GW-11-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-96348GW-11-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-96348GW-11-generic-squashfs-cfe.bin"; + sha256 = "e0bddc8ec565568cadbcc054443e106433ce3e641f17dd997f40b1d0c35f638f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-11"; + } + ]; + }; + "96348GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-96348GW-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-96348GW-generic-squashfs-cfe.bin"; + sha256 = "8c7ebe77db985e2cfd3bb10544b8c48fbdd73df852ea113c95d518597d83edf0"; + type = "cfe"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-96348GW-generic-squashfs-cfe-bc221.bin"; + sha256 = "26fd869e2988e1cdd6dbb63999e491f3d5c8a4d4dd13a73d48bfac1ed69f53bb"; + type = "cfe-bc221"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW"; + } + ]; + }; + "96348R-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-96348R-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-96348R-generic-squashfs-cfe.bin"; + sha256 = "bcf07bb5aca9b3753b7faa580d8abc3cbabfcd9aa4030d23d6f109925c741480"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348R"; + } + ]; + }; + "96358VW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-96358VW-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-96358VW-generic-squashfs-cfe.bin"; + sha256 = "42d20d7752b991938671ff8b07fd49fbc3272d9a212114751750f3b2775d3764"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW"; + } + ]; + }; + "96358VW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-96358VW2-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-96358VW2-generic-squashfs-cfe.bin"; + sha256 = "166dca9b5e1c0c148c879eb53a6dcca494716204bd568e29eff636725956b7ad"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW2"; + } + ]; + }; + "96368MVNgr-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-96368MVNgr-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-96368MVNgr-generic-squashfs-cfe.bin"; + sha256 = "f42702fa8025cdd7f321269e4cc21864ae3f6f2a8f529ae67092f0cf726ebf71"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVNgr"; + } + ]; + }; + "96368MVWG-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-96368MVWG-generic"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-96368MVWG-generic-squashfs-cfe.bin"; + sha256 = "07b39053f438a757b685c4df0a3db180399951983fe7b9f781df77c5997c0e52"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVWG"; + } + ]; + }; + A226G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-A226G"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-A226G-squashfs-cfe.bin"; + sha256 = "f13eee51faf9f2628fa0f391b37cd97969f35e21cd2f1076687c83c717cf0146"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226G"; + } + ]; + }; + A226M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-A226M"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-A226M-squashfs-cfe.bin"; + sha256 = "ee92b11339faf3697771303bf55df16910fab0c1796e6492286fb4ec9a9757df"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M"; + } + ]; + }; + A226M-FWB = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-A226M-FWB"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-A226M-FWB-squashfs-cfe.bin"; + sha256 = "1e0e1acc3e10fc128d0ac4cf5b2f4da52ce2bb1dcde7b2f03de5afe207b9fd9d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M-FWB"; + } + ]; + }; + A4001N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-A4001N"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-A4001N-squashfs-cfe.bin"; + sha256 = "bc28ab342b199422b7959fbc6a6fe0f3f6adeaac4f045defd65729832e31ea45"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N"; + } + ]; + }; + A4001N1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-A4001N1"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-A4001N1-squashfs-cfe.bin"; + sha256 = "9ee648ab1c0230e531085f4eec4e37684f2e331baddd1c0ecce06212fa4a5e20"; + type = "cfe"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-A4001N1-squashfs-sysupgrade.bin"; + sha256 = "d466a0d5056e1d39f34053a4df0b43fe1a99fbd4da8262ab42fede5f10903345"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N1"; + } + ]; + }; + AD1018-SPI_flash = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-AD1018-SPI_flash"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-AD1018-SPI_flash-squashfs-cfe.bin"; + sha256 = "0e1d31b1a76af4f3adc432c5c0afe3f8b72102a9c90346659e85b18bbd7e7523"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sercomm AD1018 (SPI flash mod)"; + } + ]; + }; + AGPF-S0 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-AGPF-S0"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-AGPF-S0-squashfs-cfe.bin"; + sha256 = "c1d883cf2a291467f41512ff96a9d6a85d1ca6138c0b9897e7c26044065d2f72"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + } + ]; + }; + AR1004G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-AR1004G"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-AR1004G-squashfs-cfe.bin"; + sha256 = "d1267962bf2f7facfb6e4aa9747fb4ef35e3ef88e12d5ad59e91e3add461d01e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asmax AR 1004g"; + } + ]; + }; + AR5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-AR5315u"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-AR5315u-squashfs-sysupgrade.bin"; + sha256 = "9be436a40cbb3c18cb428ad66cd389a3ec7b6e2de123f43f4765201ca44899af"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-AR5315u-squashfs-cfe.bin"; + sha256 = "85002b26da573ccf7007f09c74ad0bf805b32270a4c160cbc5182be0cac8049e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5315u"; + } + ]; + }; + AR5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-AR5381u"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-AR5381u-squashfs-cfe.bin"; + sha256 = "f32a7513a3aedb02501636ccec1264b0f25639abcacf452bc12b809cfa8475f8"; + type = "cfe"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-AR5381u-squashfs-sysupgrade.bin"; + sha256 = "daf478621cd35d8f6c94cb081ddb9912bc792c77ca4442c81ad47e7efc38404e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5381u"; + } + ]; + }; + AR5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-AR5387un"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-AR5387un-squashfs-cfe.bin"; + sha256 = "bff423bad879e8d2a51b2c51728c9f2eb8cc3086df64e6452b0c00db10caa6c8"; + type = "cfe"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-AR5387un-squashfs-sysupgrade.bin"; + sha256 = "d3576f731132cf327ed2636daaaebb7ca683a8481049b859f4c7291db7a96df5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5387un"; + } + ]; + }; + AV4202N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-AV4202N"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-AV4202N-squashfs-cfe.bin"; + sha256 = "23df092d1343116cac7bddaf3a58efe1182299ba0e52854a8f235106431fd0a7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG AV4202N"; + } + ]; + }; + BTV2110 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-BTV2110"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-BTV2110-squashfs-cfe.bin"; + sha256 = "c17fbc2abd41466b5c1e88d2a2e3282d42be967cdf06b45eebf365e1f347bf9b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2110"; + } + ]; + }; + BTV2500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-BTV2500V"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-BTV2500V-squashfs-cfe.bin"; + sha256 = "66827e245c27147b9a90da616202299bf86d3276cad689ca2230e2c249f8b809"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2500V"; + } + ]; + }; + CPA-ZNTE60T = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-CPA-ZNTE60T"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-CPA-ZNTE60T-squashfs-cfe.bin"; + sha256 = "5526fdb1329edb82a48baf3eefdfd428885bfda394eb9b39aa3759225023f068"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA642-type (CPA-ZNTE60T)"; + } + ]; + }; + CPVA502PLUS = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-CPVA502PLUS"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-CPVA502PLUS-squashfs-cfe.bin"; + sha256 = "4af7119be02d4c80fb76c02270a9c570ec51aa09db9314cf469e219eb3a5783a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA502+"; + } + ]; + }; + CT-5365 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-CT-5365"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-CT-5365-squashfs-cfe.bin"; + sha256 = "7a6e9699b7469ece97fc32c82bbdb681f96fc86001b2bc7b37171635ae898711"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-5365"; + } + ]; + }; + CT-536_CT-5621 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-CT-536_CT-5621"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-CT-536_CT-5621-squashfs-cfe.bin"; + sha256 = "2ce273fce18fd61b06a2a6b168c6a789da3f983e868071eaf2df2011e9edc8c2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-536+/CT-5621"; + } + ]; + }; + CT-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-CT-6373"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-CT-6373-squashfs-cfe.bin"; + sha256 = "28bc784d2b4c075683c64083f2811d63e089d0c5dbf285bd4aa1eb52e2034461"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-6373"; + } + ]; + }; + DG834GT_PN = { + device_packages = [ + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-DG834GT_PN"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-DG834GT_PN-squashfs-cfe.bin"; + sha256 = "395d3ebe2e8c147ea3afa74b23efdd66aeb291ac4e55c3f59f52bcda655aa631"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DG834GT/PN"; + } + ]; + }; + DGND3700v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-DGND3700v1"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-DGND3700v1-squashfs-sysupgrade.bin"; + sha256 = "6eff5f59714ec10864c2e42ea85b5f692ae464b510ca47b8826e5fd373c05cdb"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-DGND3700v1-squashfs-factory.chk"; + sha256 = "dc2678bbc74c6f2166303651ca243300c0c080756f512a1a072d9fb3c7c0e717"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3700 v1"; + } + ]; + }; + DGND3800B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-DGND3800B"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-DGND3800B-squashfs-factory.chk"; + sha256 = "482612f2292809bc16266fab724b8b5c46da5b3fba3055a674c1b0886a5d5a12"; + type = "factory"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-DGND3800B-squashfs-sysupgrade.bin"; + sha256 = "dbd5c62e25c0b71cc72834948a3efea85d6ebb7426735b6acc6213e131c178a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3800B"; + } + ]; + }; + DSL2640B-B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-DSL2640B-B"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-DSL2640B-B-squashfs-cfe.bin"; + sha256 = "6692ceee11d95d7762f7d2ecb1a9bd6921dcf6f4985389db04338191d8ae6c27"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640B rev B2"; + } + ]; + }; + DSL2640U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-DSL2640U"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-DSL2640U-squashfs-cfe.bin"; + sha256 = "db72009067d01419ba0ec1b366c2aa7473724e941f92febe9491eab734f6da39"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640U/BRU/C"; + } + ]; + }; + DSL2650U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-DSL2650U"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-DSL2650U-squashfs-cfe.bin"; + sha256 = "8376851f8860597c0447f32a2752c777e339f74ba47ee4ddff60b1ee105ce6bb"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2650U"; + } + ]; + }; + DSL274XB-C2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-DSL274XB-C2"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-DSL274XB-C2-squashfs-cfe.bin"; + sha256 = "a494cda08487a7f9b7bad6269a535f10704e96ad8bd2f36b3d985aec66c0983c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C2"; + } + ]; + }; + DSL274XB-C3 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-DSL274XB-C3"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-DSL274XB-C3-squashfs-cfe.bin"; + sha256 = "c6f2ce2cb6a84a0d44546303a746cb8d6a02944cb2c971e394268b26e707b198"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C3"; + } + ]; + }; + DSL274XB-F1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-DSL274XB-F1"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-AU.bin"; + sha256 = "74b17bc4b7c695a6d3e90d9ab4d1517c5fd4524529f304fc2007429a89e21e7d"; + type = "cfe-AU"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-EU.bin"; + sha256 = "4511737161048298c5a2b57c1ff40248bf4d23c4468bab42c39c10768362ba88"; + type = "cfe-EU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev F1"; + } + ]; + }; + DSL275XB-D1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-DSL275XB-D1"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-DSL275XB-D1-squashfs-cfe.bin"; + sha256 = "691382b86cb5b6521afe2b91194c759375548f04f7b3a0bc3a7076c1d62ec78d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2750B/DSL-2751 rev D1"; + } + ]; + }; + DV-201AMR = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-DV-201AMR"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-DV-201AMR-squashfs-cfe-old.bin"; + sha256 = "ecd35753dcb532bb700b644f770bf27a1c7022f061840f5b3f1b5d42aeb470e7"; + type = "cfe-old"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Davolink DV-201AMR"; + } + ]; + }; + DVAG3810BN = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-DVAG3810BN"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-DVAG3810BN-squashfs-cfe.bin"; + sha256 = "7198d366c667fcfe9ebe87f17ff4f6e02d3c6b55c8d52352ccdf570a3da37fe1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DVA-G3810BN/TL"; + } + ]; + }; + EVG2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-EVG2000"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-EVG2000-squashfs-sysupgrade.bin"; + sha256 = "6dca03f817d64a08c28a0f2730bdda7ffddf631250d8fb394f11e1b960d9de4a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-EVG2000-squashfs-factory.chk"; + sha256 = "17a708a8fb184354a57024a1993b986582b4cc484032b6a9bb193db49ecc7b08"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear EVG2000"; + } + ]; + }; + F5D7633 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-F5D7633"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-F5D7633-squashfs-cfe.bin"; + sha256 = "a07f64ff06cf49679871d6d55bee3d0d6bf446ab4eea438a26d37682f05bc103"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Belkin F5D7633"; + } + ]; + }; + FAST2404 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-FAST2404"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-FAST2404-squashfs-cfe.bin"; + sha256 = "9400c0c14706e893b1d2dd99587ac333f2cfabc4e6a22301c60d7470bc374501"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2404"; + } + ]; + }; + FAST2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-FAST2504n"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-FAST2504n-squashfs-cfe.bin"; + sha256 = "4eea075152d55b32e191c41dde4bc25a1600b7811a74415eb88c49f443c88303"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2504n"; + } + ]; + }; + FAST2604 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-FAST2604"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-FAST2604-squashfs-cfe.bin"; + sha256 = "80a0ec0aae2cb8d2cbdafe3157ba1e92a6c34b072bb0c459f7ab07c2921b84e7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2604"; + } + ]; + }; + FAST2704N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-FAST2704N"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-FAST2704N-squashfs-cfe.bin"; + sha256 = "8755b419109799f0be47b92f4c3974710f53d6c51d2ce4f10789c13f069b1224"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704N"; + } + ]; + }; + FAST2704V2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-FAST2704V2"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-FAST2704V2-squashfs-cfe.bin"; + sha256 = "45adf00704988a7b77fde1e8aeffc3606e4f277e326f09c40474c65becfa4894"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704V2"; + } + ]; + }; + GW6000 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-GW6000"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-GW6000-squashfs-cfe.bin"; + sha256 = "8ee24403aa08a820118b0cde78d6e524b953ea9e35319de713b1a31641bf15f2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6000"; + } + ]; + }; + GW6200 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-GW6200"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-GW6200-squashfs-cfe.bin"; + sha256 = "50b629b958a35809a39eb56217c385d9fa1a7ea2386f7e00a2b3e9bd567c9c1e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6200"; + } + ]; + }; + HG520v = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-HG520v"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-HG520v-squashfs-cfe.bin"; + sha256 = "7ddfb88354781270153f30d9b95e3f426540c350214d101687685f16ca801fa4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG520v"; + } + ]; + }; + HG553 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-HG553"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-HG553-squashfs-cfe.bin"; + sha256 = "1064711e7190f4059e9b13a88901a75ba8195b99cd96dc7b66b5184d48453be6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG553"; + } + ]; + }; + HG556a-A = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-HG556a-A"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-HG556a-A-squashfs-cfe.bin"; + sha256 = "7d2020413458acb99e7cb9768419826619dccc83a9b24c264ad827c7c8b5fed3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev A"; + } + ]; + }; + HG556a-B = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-HG556a-B"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-HG556a-B-squashfs-cfe.bin"; + sha256 = "de697538a56417e215ffafff36e49bed8bca68ef4db8a5beb8d77572f7fd464b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev B"; + } + ]; + }; + HG556a-C = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-HG556a-C"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-HG556a-C-squashfs-cfe.bin"; + sha256 = "566ff18fc7c04ef2455f9c80559a8ef69d6a5538125d095d199d6fbf2a3aea7e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev C"; + } + ]; + }; + HG622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-HG622"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-HG622-squashfs-cfe.bin"; + sha256 = "3c26f19e5d89b379ec72c8ab335dbb0e6923ad17629b27ea9a4c9b416a53047e"; + type = "cfe"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-HG622-squashfs-sysupgrade.bin"; + sha256 = "c9cc2df34dfb030e31187a3eff2a138f3a3d8225442e8215b51af3f0a363ee7b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG622"; + } + ]; + }; + HG655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-HG655b"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-HG655b-squashfs-cfe.bin"; + sha256 = "2f19d95595714fef9ee369ecda31eeda67e10137c45e3caf37fd5bd2666b2149"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG655b"; + } + ]; + }; + HomeHub2A = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-HomeHub2A"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-HomeHub2A-squashfs-cfe.bin"; + sha256 = "e7e13e5feaf214859972c355fa65de9a102aaf07755d6644ef163fddf50cfbe8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Home Hub 2.0 A"; + } + ]; + }; + NEUFBOX4-FXC = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-NEUFBOX4-FXC"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-NEUFBOX4-FXC-squashfs-cfe.bin"; + sha256 = "4726a06bc0c32ecf8f436cef69610064ed78cfd2a1c6b12d05c041aa8aaef87c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Foxconn)"; + } + ]; + }; + NEUFBOX4-SER = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-NEUFBOX4-SER"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-NEUFBOX4-SER-squashfs-cfe.bin"; + sha256 = "e7e2519bf10845068e4f1542778b373ae02e9940374c4743bdc376fed8273ea6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Sercomm)"; + } + ]; + }; + NEUFBOX6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-NEUFBOX6"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-NEUFBOX6-squashfs-cfe.bin"; + sha256 = "d231b212bd8e0d72484a83edf5ae530f504d3ba638ee9eba9e1e2b8d016ab83f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox6"; + } + ]; + }; + P870HW-51a_v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-P870HW-51a_v2"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-P870HW-51a_v2-squashfs-factory.bin"; + sha256 = "d16be4651cb70a71a70478fb868ef04635229a48a0be156476838563b9305320"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL P870HW-51a v2"; + } + ]; + }; + R1000H = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-R1000H"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-R1000H-squashfs-cfe.bin"; + sha256 = "8e54536491af00324a1c68ac43532a710fbb7a932cceeffe77e9c8e991fe11ef"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Actiontec R1000H"; + } + ]; + }; + R5010UNv2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-R5010UNv2"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-R5010UNv2-squashfs-sysupgrade.bin"; + sha256 = "49595fdcc3131147ed5c96da3330d1a1f5d3ebdc395812546c513ac6f9890dbe"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-R5010UNv2-squashfs-cfe.bin"; + sha256 = "66bf8fe5436517e85a9b7d4c78e65cbfd6e8616a6a63f8826f053b61df0b9dd6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NuCom R5010UN v2"; + } + ]; + }; + RG100A = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-RG100A"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-RG100A-squashfs-cfe.bin"; + sha256 = "53e3d564ba311a6c56cfa3b70f19d1c3960e6f476cd22683e52f461f456d0349"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Alcatel RG100A"; + } + ]; + }; + RTA1025W_16 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-RTA1025W_16"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-RTA1025W_16-squashfs-cfe.bin"; + sha256 = "4978dc5b1c744074cc895c91c7ff0fefbbafc27efbf97626b7cac47dd4e4551c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1025W"; + } + ]; + }; + RTA1320_16M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-RTA1320_16M"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-RTA1320_16M-squashfs-cfe.bin"; + sha256 = "17ffeca258f2378b15e47e7cad67838e9694101cba71adff77768f2d8da0987f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1320"; + } + ]; + }; + SPW303V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-SPW303V"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-SPW303V-squashfs-factory.bin"; + sha256 = "eebf381c642c675203bd1215bd646afe9f6b8338093320ff8182da31f437f1b8"; + type = "factory"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-SPW303V-squashfs-sysupgrade.bin"; + sha256 = "48290f2abaab2bf878c4a81f5def1651fa2a2e7483e18eab3f2666a104253c81"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 303V"; + } + ]; + }; + SPW500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-SPW500V"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-SPW500V-squashfs-cfe.bin"; + sha256 = "8210fed8ae1da399d13cf537444bce51d2d6a8cd115751bf528b22e4bd14cc09"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 500V"; + } + ]; + }; + SR102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-SR102"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-SR102-squashfs-cfe.bin"; + sha256 = "5d67cdd605d6812539735fca13710d083df466e01549120698d94481cc5e618d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SKY-SR102"; + } + ]; + }; + TD-W8900GB = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-TD-W8900GB"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-TD-W8900GB-squashfs-cfe.bin"; + sha256 = "6dd3eb6cd59ec535e367d9c64eacd98a3bb47195a93fe49c6e7806ccefe364e9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-Link TD-W8900GB"; + } + ]; + }; + USR9108 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-USR9108"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-USR9108-squashfs-cfe.bin"; + sha256 = "f7fad27c1f4fc40d8e92d1d51c0ec84395537585824da8b88080d452886761c9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics 9108"; + } + ]; + }; + VH4032N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-VH4032N"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-VH4032N-squashfs-cfe.bin"; + sha256 = "374332d5ea5d51a53a793db9dd7eccd8787ab43e32f69fac4ce92d9b3a687910"; + type = "cfe"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-VH4032N-squashfs-sysupgrade.bin"; + sha256 = "6f192689712f3ca9fda4fb09efcf70bdbee26110e47dfc83193ec59fef3ba98d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Observa VH4032N"; + } + ]; + }; + VR-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-VR-3025u"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-VR-3025u-squashfs-sysupgrade.bin"; + sha256 = "c7cdde16cc1ff7900d40739c1001a1f58ed4cf5cad1ce749d9a6f964153cd7fe"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-brcm63xx-smp-VR-3025u-squashfs-cfe.bin"; + sha256 = "291be7c5c389173533488cc9c2491f475fff20b8212bba1d3a35196d8b058680"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025u"; + } + ]; + }; + VR-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-VR-3025un"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-VR-3025un-squashfs-cfe.bin"; + sha256 = "d31eabf99a4f377aa92b323f6fe0e60e6a525254aed7366506a27d4e463784e3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025un"; + } + ]; + }; + VR-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-VR-3026e"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-VR-3026e-squashfs-cfe.bin"; + sha256 = "d9417073ca5236a1fd7d548e1ea0ef642af62473d210a08de6e982174b5fe0ad"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3026e"; + } + ]; + }; + WAP-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-WAP-5813n"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-WAP-5813n-squashfs-cfe.bin"; + sha256 = "3762a8c1f0232fe505a7b7684d26b1f74a446ee7820b6f6d5c073142f0502dd8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend WAP-5813n"; + } + ]; + }; + livebox = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-brcm63xx-smp-livebox"; + images = [ + { + name = "openwrt-19.07.5-brcm63xx-smp-livebox-squashfs-redboot.bin"; + sha256 = "c4df21aaaa496a761ebca7551108b15e8c8c84ce84169f9a3051747dae5a5445"; + type = "redboot"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Inventel Livebox 1"; + } + ]; + }; + }; + target = "brcm63xx/smp"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + cns3xxx = { }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-core" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-core" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-switch-rtl8366rb" + "swconfig" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.5-gemini-dlink_dir-685"; + images = [ + { + name = "openwrt-19.07.5-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "980e81f105367d1caccee8f91325900390297cc8af2db84f30f26cea4cc556a5"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "ca2568919885f32dac68fde43dcc427051c7f1a665738968f7f3fe5c7ff8e1c7"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + title = "D-Link DIR-685 Xtreme N Storage Router"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.5-gemini-dlink_dns-313"; + images = [ + { + name = "openwrt-19.07.5-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "5e638488b9daf81e5f89c6ee10a5ac07a6cb9c81149bde8caea9f04b9f2c6038"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + title = "D-Link DNS-313 1-Bay Network Storage Enclosure"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-19.07.5-gemini-itian_sq201"; + images = [ + { + name = "openwrt-19.07.5-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "b6735f5f399d24cf44787d8977e066f5cfe6337cdc8b1d604b5b158118e4f220"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + title = "ITian Square One SQ201"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.5-gemini-raidsonic_ib-4220-b"; + images = [ + { + name = "openwrt-19.07.5-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "1b406092cc28c4766f8fec846b54ee128dd487857a7f1125f2a6746f3bbdc87a"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + title = "Raidsonic NAS IB-4220-B"; + } + ]; + }; + }; + target = "gemini/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + imx6 = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "blkid" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "blkid" + ]; + metadata_version = 1; + profiles = { + apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-19.07.5-imx6-apalis"; + images = [ + { + name = "openwrt-19.07.5-imx6-apalis-squashfs.combined.bin"; + sha256 = "c49638d317c0b60afa8a960866038e4a7a12846c83134ccc3479dc16fe623cf4"; + type = "combined"; + } + { + name = "openwrt-19.07.5-imx6-apalis-squashfs.sysupgrade.bin"; + sha256 = "74846a203d935187ce4fd8e9caad3189eb9df3077436593637a80d3f20783008"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + title = "Toradex Apalis family"; + } + ]; + }; + cubox = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.5-imx6-cubox-i"; + images = [ + { + name = "openwrt-19.07.5-imx6-cubox-i-squashfs-combined.bin"; + sha256 = "3b25c5a441e137389b55f4b99362dca437cd595e778ab1c1a726058328d222d2"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SolidRun CuBox-i"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-19.07.5-imx6-ventana"; + images = [ + { + name = "openwrt-19.07.5-imx6-ventana-squashfs-nand.ubi"; + sha256 = "b87fa1b1e631dc155c0448b66d208f5001a62e6ed5872ff8ec190cc58a968e84"; + type = "nand"; + } + { + name = "openwrt-19.07.5-imx6-ventana-squashfs-bootfs.tar.gz"; + sha256 = "1e4e439b55735855c48591b8ed50e046928b587d084c99f62185a532c8ce3ac8"; + type = "bootfs"; + } + { + name = "openwrt-19.07.5-imx6-ventana-large-squashfs-nand.ubi"; + sha256 = "8a473459d41ddbcce86089a92ec4548b333f7882a54b94ded23431c8db383819"; + type = "nand"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Gateworks Ventana family (normal NAND flash)"; + } + ]; + }; + }; + target = "imx6/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-dwc3-of-simple" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath10k-ct" + "wpad-basic" + "kmod-usb3" + "kmod-usb-dwc3" + "ath10k-firmware-qca4019-ct" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-dwc3-of-simple" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath10k-ct" + "wpad-basic" + "kmod-usb3" + "kmod-usb-dwc3" + "ath10k-firmware-qca4019-ct" + ]; + metadata_version = 1; + profiles = { + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "87a922c6efdc4be1f8b9581879ab3f26d014570928ddecb59a7e76b445c64e93"; + type = "nand-factory"; + } + { + name = "openwrt-19.07.5-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "178e7073516893a07644ea7e3bd4c27a0185f2530d782266a233001337f918a6"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + title = "8devices Jalapeno"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "ipq-wifi-alfa-network_ap120c-ac" + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "5330c79c11f303fbfaa1ca0814b9cf6a5c993ae91f9cfb05874b8c2963ad31c0"; + type = "nand-sysupgrade"; + } + { + name = "openwrt-19.07.5-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "d2ce3d35d7abef120e40f18343fe739aab89f451e219e310c09d1411602c81dd"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + title = "ALFA Network AP120C-AC"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ipq-wifi-asus_map-ac2200" + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "45317976df7de6cd588289c51cd7ece028804d97a43b85dabd3ca69ee25540c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + title = "ASUS Lyra MAP-AC2200"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "d7af1746e6b3d1e50da262fcf6d73352f78638f4509043d6e6763801a7348d62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + title = "Asus RT-AC58U"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "d0cc7d16503dbcc0824ae5af0881bfbd9754d837eb719a202bec28e4fec43fd4"; + type = "eva"; + } + { + name = "openwrt-19.07.5-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "73c0876e150ae46eec8af4461ef697174654ebe0933e9be9dc1e97b419ec680b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + title = "AVM Fritz!Box 4040"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzbox-7530" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "66f58f253db47457b48935d7407b517a6810d79a8ecfd1c6a2aef3976ab692f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + title = "AVM Fritz!Box 7530"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "97abf2e47d3ed3704d71cd6b0644f7190e0957782b45189d68bbff4adeece258"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + title = "AVM FRITZ!Repeater 1200"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-3000" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "6b08352fd70caef6f7a304b2acd4e75e5da5ae8a67ef078ffe8eaa6c5e529001"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + title = "AVM Fritz!Repeater 3000"; + } + ]; + }; + compex_wpj428 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-compex_wpj428"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin"; + sha256 = "96eed7642ed46466418db847552247f5ef944dbe1cdc1d1d7abd1645e8776ef2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj428" + ]; + titles = [ + { + title = "Compex WPJ428"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ + "ipq-wifi-engenius_eap1300" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-engenius_eap1300"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "8cee7642ef2f393e945a9559bd84a759b1c13dfe8ec005fae410811075734143"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + title = "EnGenius EAP1300"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ + "ipq-wifi-engenius_ens620ext" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "b36e14f064cbcc566d4be1e7e021f44fff336e5c655f9f4658e5a71ba2b237cb"; + type = "factory_30"; + } + { + name = "openwrt-19.07.5-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "27d5c32192b94751e93c321a9234872017b1125f8566b96fbe5af6700fe45090"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "68c668120443ae3a963943ec508e80e612f05a21cb3e2e7463cea65bc65e739c"; + type = "factory_35"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + title = "EnGenius ENS620EXT"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "f3be199027b65daa956c67e609b36dcce16735d1c61eee405fea7c72a75f61b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + title = "GL.iNet GL-B1300"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ + "ipq-wifi-linksys_ea6350v3" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "b1b04039d4f130445a0a49420dc456f788b84a04a7adfa60950c7930d13d7f0a"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "e8734131702d95c6d409a70c707735d6f5383dd5399cf48fbc6e8085fd0584fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + title = "Linksys EA6350v3"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "uboot-envtools" + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-linksys_ea8300"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "5ba50b8dcbc42ccf6571ffb7414930a73c864ce2cd8e023d0cc47fc04b271932"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "0bf4bb9f1341099df73d9cd0a64187c501a4eb9c807acc9f264a6b93aab9f360"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + title = "Linksys EA8300 (Dallas)"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-meraki_mr33"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "e76fb6cb7056a66547019b5562b8b86a31bb8f59ea7a6a3d13a426d1f6f2e8c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + title = "Cisco Meraki MR33"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "eb4d10495ae3e77c7c60afe532dc10a09550cc388eb03c1cfd56bfeb01fadcf3"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "ffcfcd9c43acf74c08a6723531c47e34b024281afb9af25a8c174daac3bba8bf"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + title = "Netgear EX6100v2"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "80c8cc196c380df5b0f1abb02828d381720b4d0cd70d9b0d8ca0c59b49cbe48b"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "5c0e7b12df03ce9a8cd8a94eb99e2c2fbd9591b2f1dcdd81f10989118a4d93f9"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + title = "Netgear EX6150v2"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-openmesh_a42"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "f43e3b0f997a38bb141463b9659cc7bcd493173190826be7cbe6c25f3809300e"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "0bbba3fefc9768ecaa134d40b46ffdec146750d4cc92fd12dca189aac5ae6545"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + title = "OpenMesh A42"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-openmesh_a62"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "14c1499db4485f6553c598fd9b59f300fd212ee1513e666015ad6ad9494530fb"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "34ab8fcaaa42fd634def2f820d61f471c64b3ba9dfb21d1a6cf2033aa51b222d"; + type = "factory"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + title = "OpenMesh A62"; + } + ]; + }; + "qcom_ap-dk01.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-qcom_ap-dk01.1-c1"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-qcom_ap-dk01.1-c1-squashfs-sysupgrade.bin"; + sha256 = "aa008b6501d275df9b934aeb76a74dc2aaf47366ffb7cc8db2190828c84bdeec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk01.1-c1" + ]; + titles = [ + { + title = "QCA AP-DK01.1-C1"; + } + ]; + }; + "qcom_ap-dk04.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-qcom_ap-dk04.1-c1"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-sysupgrade.bin"; + sha256 = "3f14acf37d58cf56f4f54018651d520c14463c94362c57f5c4fafc600b207e2d"; + type = "nand-sysupgrade"; + } + { + name = "openwrt-19.07.5-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-factory.ubi"; + sha256 = "2697170fae083a573369243b455b738dd3d2858cda0154ddc92b5a367ebc42a5"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ap-dk04.1-c1" + ]; + titles = [ + { + title = "QCA AP-DK04.1-C1"; + } + ]; + }; + qxwlan_e2600ac-c1 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-qxwlan_e2600ac-c1"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"; + sha256 = "efce23c3f82e2c5a680d832ec092703b34d53fb7d88d2b842b792570689bd8fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c1" + ]; + titles = [ + { + title = "Qxwlan E2600AC-C1 (nor flash)"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "265898e85cd0ae195545f5eef10b85bb38d48be567f6b9a355bf12fa0e4beaff"; + type = "nand-factory"; + } + { + name = "openwrt-19.07.5-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "b621316e0ddb3889a468a72e444381d46b69e9e8bff37fe75d4a0a873527a96d"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + title = "Qxwlan E2600AC-C2 (nornand flash)"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "uboot-envtools" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "d6fb239c3159f86570376f113e29aed12cfee152de6d8c12db118c8771a7abb1"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "ef27fa8c66f19c3c06d97d972150acfced64184c14518df0753ba8478f2f51a2"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + title = "ZyXEL NBG6617"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-19.07.5-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + name = "openwrt-19.07.5-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "4c95d8acf60c7f2770ee22a1de9569cc6391fa542909ec0cec14775b74567595"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + title = "ZyXEL WRE6606"; + } + ]; + }; + }; + target = "ipq40xx/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-usb-dwc3-of-simple" + "kmod-usb-phy-qcom-dwc3" + "kmod-ath10k-ct" + "wpad-basic" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-usb-dwc3-of-simple" + "kmod-usb-phy-qcom-dwc3" + "kmod-ath10k-ct" + "wpad-basic" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.5-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + name = "openwrt-19.07.5-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "c8360cdfd191829cffd5b5b88bf3c69ba39adf75ac0de0cde4b46e4a19fe8c2b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + title = "Buffalo WXR-2533DHP"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.5-ipq806x-generic-compex_wpq864"; + images = [ + { + name = "openwrt-19.07.5-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "716fb0eb6876a6e8ed78756e3d595ff3d9571c6cbe69bc62fa3eefe4c984e3a9"; + type = "nand-factory"; + } + { + name = "openwrt-19.07.5-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "5a66e873ba9cc1c73fad8da16084c6d9468071ed3d83fc84bd4247166d842542"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + title = "Compex WPQ864"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.5-ipq806x-generic-linksys_ea8500"; + images = [ + { + name = "openwrt-19.07.5-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "4ef7bd265f37ce8995b857acaddf412574b11145ca6180b33020cbed92b90e37"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "76b460b0e921b2555ef07e9b83bf596d7e495501ace0fc59e7f4c4b638c8d5a8"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + title = "Linksys EA8500"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.5-ipq806x-generic-nec_wg2600hp"; + images = [ + { + name = "openwrt-19.07.5-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "480f25b68213f0094e413ffa035f9834b94599eb44839018718a6836bb2d444a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + title = "NEC Aterm WG2600HP"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.5-ipq806x-generic-netgear_d7800"; + images = [ + { + name = "openwrt-19.07.5-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "82222cfbdf614c8cbe8b637eaca15289a1706d98d32b07ced7b6bdc285c7723a"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "547a07d7368fe66c354c755e4339afec0f49c37139f1825b4835e49d3f967744"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 D7800"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ipq806x-generic-netgear_r7500"; + images = [ + { + name = "openwrt-19.07.5-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "08d8a1ee28ebb39c55f764c0645600fe6ebc9bd176660fa7bbbfa50a45e126e0"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "8f72b34de8f894dfb74384d22a11a4e724be3c576a0816e608dba11443bdfad9"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 R7500"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.5-ipq806x-generic-netgear_r7500v2"; + images = [ + { + name = "openwrt-19.07.5-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "f90c0eb52fddc2146a31b8070374eebd1c37e5c0c460f68e9c5ccedd230f51a8"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "b0bc12a534d9c7a89103ee9283f6df47ec728c2d00cda1e0955bc62cb7adac53"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 R7500v2"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-19.07.5-ipq806x-generic-netgear_r7800"; + images = [ + { + name = "openwrt-19.07.5-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "1a16574f3448a16f505ccc1cdf858a3855542cb83a25402c9be86a2051b7924b"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "cdee0f37fe952beddcff44d55aa16b4fdf3d740a3d2990712fc3ea74c36f13e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + title = "Netgear Nighthawk X4S R7800"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.5-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + name = "openwrt-19.07.5-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "a6ca0961bc7321199f4b7b8dcba36fdbea559986b4ffae320fddac6da4e25f94"; + type = "nand-sysupgrade"; + } + { + name = "openwrt-19.07.5-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "6620422de7a7db6373a1d7b04ebdbc7fa2220f7a3837f5767f8d66f152c9cc4b"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + title = "Qualcomm AP148"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.5-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + name = "openwrt-19.07.5-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "3822e4db39910373cb3835ffe71e046ab7aae7986b4f4d69c67a6ef6fb4f1722"; + type = "nand-factory"; + } + { + name = "openwrt-19.07.5-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "71ab80902fee481a1bc33a9ac4abc266bd9e70bf11c88dd0ef076ca583df8b01"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + title = "Qualcomm AP148 (legacy)"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.5-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + name = "openwrt-19.07.5-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "a5a1aaf94844ad4c05bde09dfa00e3a96c0263613b8a920b39bd8314c20c8209"; + type = "nand-sysupgrade"; + } + { + name = "openwrt-19.07.5-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "e0dddab6029e7c3177d2451f10d06c03ba616fb4fbcb98eca78e5cba0ea89a09"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + title = "Qualcomm AP161"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.5-ipq806x-generic-tplink_c2600"; + images = [ + { + name = "openwrt-19.07.5-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "d166d6e0dbe1650419fe464143e8c5781f50b34c32721d135354c8fd45436305"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "697b67425ccfe26bf3f35aa484becdec378ce18c9c9712e51972853be80faf81"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + title = "TP-Link Archer C2600"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.5-ipq806x-generic-tplink_vr2600v"; + images = [ + { + name = "openwrt-19.07.5-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "0ee68e757fba35afe4c0e11def43ca17d83440da40aafc8053b26763f0110a5f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + title = "TP-Link Archer VR2600v"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-19.07.5-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + name = "openwrt-19.07.5-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "7beecea4eaade822084d7d7207129c3c76951aa6fc10b6722489851b6356813c"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "1503aa6f44a31e6e0f3011cae3e4a68db09fffd568b27d573b2535e2a79f5d13"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + title = "ZyXEL NBG6817"; + } + ]; + }; + }; + target = "ipq806x/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + cisco_on100 = { + device_packages = [ + "kmod-i2c-mv64xxx" + ]; + image_prefix = "openwrt-19.07.5-kirkwood-cisco_on100"; + images = [ + { + name = "openwrt-19.07.5-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "48fe268f2f919184acaebd4c076f60f7b01b27f596749d3cc4720fb801118a1c"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "fba07d546bc65d0d2c1194c26f29d031dba89680c775f0b718bb74bb6103bed8"; + type = "factory"; + } + ]; + supported_devices = [ + "cisco,on100" + ]; + titles = [ + { + title = "Cisco Systems ON100"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-kirkwood-cloudengines_pogoe02"; + images = [ + { + name = "openwrt-19.07.5-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "c844ad25219da082cadaf056c6c3284aa4678fc1a1d354edf2c1cecebc6ce193"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "94d784d0ebdc8b0a018a5c4a9f2ca493e4e2a37fdc410923b8a1f9f3815dee23"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + title = "Cloud Engines Pogoplug E02"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.5-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + name = "openwrt-19.07.5-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "7dfc98db7519594dd593ff59953ca47d7ddb04450ea0c926fedc37fec0112228"; + type = "factory"; + } + { + name = "openwrt-19.07.5-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "34e093e20b16d8f612606b1935bd60fceddd7ebfb17760e4e087479da2dfc8ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + title = "Cloud Engines Pogoplug V4"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-kirkwood-iom_iconnect-1.1"; + images = [ + { + name = "openwrt-19.07.5-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "7a93b291005ee4545ad10c794eb05fc36ed50e27ee9c220ccc55c7c8729778b7"; + type = "factory"; + } + { + name = "openwrt-19.07.5-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "54a7b27fbf03afeeb1cb1c2fe14ad3c20430a61bdd681ccf28fdf92cd5dc59fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + title = "Iomega Iconnect"; + } + ]; + }; + iom_ix2_200 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-i2c-mv64xxx" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-19.07.5-kirkwood-iom_ix2_200"; + images = [ + { + name = "openwrt-19.07.5-kirkwood-iom_ix2_200-squashfs-factory.bin"; + sha256 = "bea7bca5ee6bcd5d81db466e87f0e826fc9527d74416a5f1019b2d6f6ab9e496"; + type = "factory"; + } + { + name = "openwrt-19.07.5-kirkwood-iom_ix2_200-squashfs-sysupgrade.bin"; + sha256 = "53c696a1a2d7cbf1e980f9292d33a30ccc5fb061a0d0f65ad4862abb4884e8de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,ix2,200" + ]; + titles = [ + { + title = "Iomega StorCenter ix2-200"; + } + ]; + }; + linksys_audi = { + device_packages = [ + "kmod-mwl8k" + "swconfig" + "wpad-basic" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-kirkwood-linksys_audi"; + images = [ + { + name = "openwrt-19.07.5-kirkwood-linksys_audi-squashfs-sysupgrade.bin"; + sha256 = "406ad51cffeb4ae507c6ae29262ee508ee0c641cf1a426108e92bb715b2474fc"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-kirkwood-linksys_audi-squashfs-factory.bin"; + sha256 = "b5f671004bb658fde457ad699a86445878026e0c59384047517cc63ba5d9d2f9"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + title = "Linksys EA3500 (Audi)"; + } + ]; + }; + linksys_viper = { + device_packages = [ + "kmod-mwl8k" + "swconfig" + "wpad-basic" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-kirkwood-linksys_viper"; + images = [ + { + name = "openwrt-19.07.5-kirkwood-linksys_viper-squashfs-factory.bin"; + sha256 = "6487384b8e7f32bbbc78ed71812981e238d0f98fe970d1743b52ad83fc1d6c3a"; + type = "factory"; + } + { + name = "openwrt-19.07.5-kirkwood-linksys_viper-squashfs-sysupgrade.bin"; + sha256 = "bc2442b27d723b80bcfb05ae590486c14683fc9f9893f3dc0dd68cb21b35e09c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + title = "Linksys E4200v2 / EA4500 (Viper)"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + name = "openwrt-19.07.5-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "521ce423fc24e4c750e9df587e4cffd5d364f2206cd71d86e1cd4a3dc154b8ed"; + type = "factory"; + } + { + name = "openwrt-19.07.5-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "e71522fe9a278cb655fb122f4c3066a1fbc7eccafd6aaf68d4d4fb01ac45238a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + title = "RaidSonic ICY BOX IB-NAS62x0"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-kirkwood-seagate_dockstar"; + images = [ + { + name = "openwrt-19.07.5-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "e60e0c858d1ad64fc06ed1b217cc17b045fbeb08bc1adfbd64ab93235e57bdaa"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "53a74c00f1706f6aaba56f5282b75568b479518cdf4ff2b3b54e7317505b585b"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + title = "Seagate FreeAgent Dockstar"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-kirkwood-seagate_goflexhome"; + images = [ + { + name = "openwrt-19.07.5-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "c85587aa878bfba481546c3fd196c7492f8394132829d36db96e97b618907b7c"; + type = "factory"; + } + { + name = "openwrt-19.07.5-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "f4e06a24d019c9f67b98d6d3187aa6647db77bf5ee867e687369da4737012a63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + title = "Seagate GoFlexHome"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-kirkwood-seagate_goflexnet"; + images = [ + { + name = "openwrt-19.07.5-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "5e94574e299633b2a7d9a72cc9f3dc12d37d56f0fab5d22078f4e6a08c09ff09"; + type = "factory"; + } + { + name = "openwrt-19.07.5-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "54dbb49641a29079b159e5c26bf9fc0e6c8d7eb236c5c594ab60e1223c156da7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + title = "Seagate GoFlexNet"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-r8169" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-19.07.5-kirkwood-zyxel_nsa310b"; + images = [ + { + name = "openwrt-19.07.5-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "9b38a79fcad58f8ef3c782c16a61c08e17963e50c85806174aba0db189d5065c"; + type = "factory"; + } + { + name = "openwrt-19.07.5-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "696f9e245913407e3050e372df8a65756edfa60137c7102776121d030cae342b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + ]; + titles = [ + { + title = "ZyXEL NSA310b"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.5-kirkwood-zyxel_nsa325"; + images = [ + { + name = "openwrt-19.07.5-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "bbb0dda86dbacd43ed36851c9eb548d0ba48fdeef7a9ada9a915015b1f2998ec"; + type = "factory"; + } + { + name = "openwrt-19.07.5-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "b020c1005a8a09a27eeae850ab8460ed2125bfc8558d33d6e71dcae73308a5eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + ]; + titles = [ + { + title = "ZyXEL NSA325 (v1 and v2)"; + } + ]; + }; + }; + target = "kirkwood/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + lantiq = { + ase = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + allnet_all0333cj = { + device_packages = [ + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + ]; + image_prefix = "openwrt-19.07.5-lantiq-ase-allnet_all0333cj"; + images = [ + { + name = "openwrt-19.07.5-lantiq-ase-allnet_all0333cj-squashfs-sysupgrade.bin"; + sha256 = "1133914eb4c25e8292726a7b6ab5d8109ba3906c9e6f32d63d2a68edc279e512"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all0333cj" + ]; + titles = [ + { + title = "Allnet ALL0333CJ"; + } + ]; + }; + netgear_dgn1000b = { + device_packages = [ + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + ]; + image_prefix = "openwrt-19.07.5-lantiq-ase-netgear_dgn1000b"; + images = [ + { + name = "openwrt-19.07.5-lantiq-ase-netgear_dgn1000b-squashfs-sysupgrade.bin"; + sha256 = "7601355d277f9b880e882f7fba3236a630ea0dfdd6a689e90d2a28cb37292b73"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn1000b" + "DGN1000B" + ]; + titles = [ + { + title = "Netgear DGN1000B"; + } + ]; + }; + }; + target = "lantiq/ase"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + falcon = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-heartbeat" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + lantiq_easy88388 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-lantiq-falcon-lantiq_easy88388"; + images = [ + { + name = "openwrt-19.07.5-lantiq-falcon-lantiq_easy88388-squashfs-sysupgrade.bin"; + sha256 = "54ef4b891b7094955e1e87573d461ce2fbcd9e37332e9619a3f4571a01c8aac6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy88388" + ]; + titles = [ + { + title = "EASY88388 - Lantiq Falcon FTTDP8 Reference Board"; + } + ]; + }; + lantiq_easy88444 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-lantiq-falcon-lantiq_easy88444"; + images = [ + { + name = "openwrt-19.07.5-lantiq-falcon-lantiq_easy88444-squashfs-sysupgrade.bin"; + sha256 = "2089497f8c750777c162a8212625ffb6f1a45bbb9734bd9340dbc5a0f7fd6c94"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy88444" + ]; + titles = [ + { + title = "EASY88444 - Lantiq Falcon FTTdp G.FAST Reference Board"; + } + ]; + }; + lantiq_easy98000-nand = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.5-lantiq-falcon-lantiq_easy98000-nand"; + images = [ + { + name = "openwrt-19.07.5-lantiq-falcon-lantiq_easy98000-nand-squashfs-sysupgrade.bin"; + sha256 = "b6cd30511e60384708a633f6e5a83fca4cd8643e9b4d5395c7ab402dd8790985"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-nand" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board NAND"; + } + ]; + }; + lantiq_easy98000-nor = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.5-lantiq-falcon-lantiq_easy98000-nor"; + images = [ + { + name = "openwrt-19.07.5-lantiq-falcon-lantiq_easy98000-nor-squashfs-sysupgrade.bin"; + sha256 = "8ce666279360da0d94f5f3762a73d8e2939524ad17002d0ebea7a111a02bb928"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-nor" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board NOR"; + } + ]; + }; + lantiq_easy98000-sflash = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.5-lantiq-falcon-lantiq_easy98000-sflash"; + images = [ + { + name = "openwrt-19.07.5-lantiq-falcon-lantiq_easy98000-sflash-squashfs-sysupgrade.bin"; + sha256 = "5f5753d0ed52a1b8b39b95fd398a0f8aa0c31c65adc131af622786540fe612ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-sflash" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board SFLASH"; + } + ]; + }; + lantiq_easy98020 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-lantiq-falcon-lantiq_easy98020"; + images = [ + { + name = "openwrt-19.07.5-lantiq-falcon-lantiq_easy98020-squashfs-sysupgrade.bin"; + sha256 = "e14decec679e69607c21bc5e4a788a99d4b58718f4fab5ef4a03795d2626d47b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98020" + ]; + titles = [ + { + title = "EASY98020 - Lantiq Falcon SFU Reference Board"; + } + ]; + }; + lantiq_easy98020-v18 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-lantiq-falcon-lantiq_easy98020-v18"; + images = [ + { + name = "openwrt-19.07.5-lantiq-falcon-lantiq_easy98020-v18-squashfs-sysupgrade.bin"; + sha256 = "69ebf10790b54b4e48056a103cbf74bf623b9ca004c2293b298a223768ef15b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98020-v18" + ]; + titles = [ + { + title = "EASY98020V18 - Lantiq Falcon SFU Reference Board V1.8"; + } + ]; + }; + lantiq_easy98021 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-lantiq-falcon-lantiq_easy98021"; + images = [ + { + name = "openwrt-19.07.5-lantiq-falcon-lantiq_easy98021-squashfs-sysupgrade.bin"; + sha256 = "17acd1eb4bce3368324524c863b43854611f4bcbd7aafcdd995d7c9aa55b72f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98021" + ]; + titles = [ + { + title = "EASY98021 - Lantiq Falcon HGU Reference Board"; + } + ]; + }; + lantiq_easy98035synce = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-lantiq-falcon-lantiq_easy98035synce"; + images = [ + { + name = "openwrt-19.07.5-lantiq-falcon-lantiq_easy98035synce-squashfs-sysupgrade.bin"; + sha256 = "ca4318c115cf29a03e7cf2a76ac7a4c1bae0858be62b04f715955a7f1a590070"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98035synce" + ]; + titles = [ + { + title = "EASY98035SYNCE - Lantiq Falcon SFP Stick with Synchronous Ethernet"; + } + ]; + }; + lantiq_easy98035synce1588 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-lantiq-falcon-lantiq_easy98035synce1588"; + images = [ + { + name = "openwrt-19.07.5-lantiq-falcon-lantiq_easy98035synce1588-squashfs-sysupgrade.bin"; + sha256 = "bdb3744c2106c9fdef0666365d95131831a5bc239abffbf5734cec8a918018c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98035synce1588" + ]; + titles = [ + { + title = "EASY98035SYNCE1588 - Lantiq Falcon SFP Stick with SyncE and IEEE1588"; + } + ]; + }; + lantiq_falcon-mdu = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-lantiq-falcon-lantiq_falcon-mdu"; + images = [ + { + name = "openwrt-19.07.5-lantiq-falcon-lantiq_falcon-mdu-squashfs-sysupgrade.bin"; + sha256 = "72f9fd2192cc3a58ead0871bb569f925c39fc4f1404230e6300f96e338ad0515"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,falcon-mdu" + ]; + titles = [ + { + title = "MDU - Lantiq Falcon / VINAXdp MDU Board"; + } + ]; + }; + lantiq_falcon-sfp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-lantiq-falcon-lantiq_falcon-sfp"; + images = [ + { + name = "openwrt-19.07.5-lantiq-falcon-lantiq_falcon-sfp-squashfs-sysupgrade.bin"; + sha256 = "09d61fa5f8b441bf47db608ed1cfe20d338989c2f8e99ba82f4159308d93e7f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,falcon-sfp" + ]; + titles = [ + { + title = "SFP - Lantiq Falcon SFP Stick"; + } + ]; + }; + }; + target = "lantiq/falcon"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "ltq-vdsl-vr9-vectoring-fw-installer" + "kmod-ltq-vdsl-vr9-mei" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-atm-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-deu-vr9" + "ltq-vdsl-app" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "ppp-mod-pppoa" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "ea52c9e9f940a8d0bf4b8f929314e0b689778d0ae3c196c29f06fde507c5678a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + title = "BT OpenReach - ECI VDSL Modem V-2FUb/I"; + } + ]; + }; + arcadyan_arv7519rw22 = { + device_packages = [ + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-arcadyan_arv7519rw22"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-arcadyan_arv7519rw22-squashfs-sysupgrade.bin"; + sha256 = "d0f0c93565c72a916fe5ea1a1aeb173720b52eec1b46fdd8ba98ee5783271db5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519rw22" + "ARV7519RW22" + ]; + titles = [ + { + title = "Livebox Astoria ARV7519RW22"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "3c91a5a2126a398f13215d1365887e95b4fea7666b7ad13081f8720d25adeb65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + title = "BT OpenReach - ECI VDSL Modem V-2FUb/R"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"; + sha256 = "6ea9a62418ba8bacb08580906f6b251c84ec488df627e1faee6a66f1387d43b3"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + title = "o2 Box 6431 / Arcadyan VGV7510KW22 (BRN)"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "b01b3277a72bf11453309d1e2713e84514094603e865dd091098eec9da0ca63f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + title = "o2 Box 6431 / Arcadyan VGV7510KW22 (NOR)"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"; + sha256 = "52105ca7bf506f1befb3b38dad2f12cf331878e51500f4a41c652cd087fe389e"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + title = "Experiabox 8 VGV7519 (BRN)"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "3bd284bf966c4144b13c61af911b60acb759f4feefcecd08cf89cdd424c14fcf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + title = "Experiabox 8 VGV7519"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "3d192294faa8f75bd9960e2d4f6e5f71edcce66c164cad9951063513790d40dc"; + type = "eva-kernel"; + } + { + name = "openwrt-19.07.5-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "356cd1d58dc86d5306b915821397bc8df41e0c763cd09e7e64f17a5814d2bea0"; + type = "eva-filesystem"; + } + { + name = "openwrt-19.07.5-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "3270b3458786cddf758af05d47b5293311a9ef25a6b19828865927006ea62489"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + title = "AVM FRITZ!Box 3370 Rev. 2 (Hynix NAND)"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "58332d41420daacf421bbd52cb808a1a2331bf2ac46f995fe2a14a2986763b46"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "31b698e8cfba26f5a15d160698e818d7c0263dfb921512621026ab10908ba251"; + type = "eva-filesystem"; + } + { + name = "openwrt-19.07.5-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "7248f81aa91cf7387622e8c302d6be9b4d0ebabae435c93f5770e65c6c52b223"; + type = "eva-kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + title = "AVM FRITZ!Box 3370 Rev. 2 (Micron NAND)"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "fa79965be48f2f0db57d81e57501be775cce5aa04e682a84d82c2763e361d149"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7360 SL"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "51277839a5d30e55188b33a26dadb58f95f2d44bef9362f8c4212acc6f40e890"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7362 SL"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-avm_fritz7412"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "0c7bac39029838d2aa28bda369fc8c10285a5e912d18a7596cee156d924deb72"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7412"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "0e79dcfa6075263815b7a3f85b861ca7fc8df4fd48d366ed2aef8651b6f81a6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + title = "BT Home Hub 5A"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "83ff587b793c343eda3baf6c134acf1156b5e951b8774b394342cff1a9476fdb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + title = "Buffalo WBMR-300HPD"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "f2eddfff15b162de5caaa9aa80fdeea8317fce9317267f9abf598ea9583679d8"; + type = "fullimage"; + } + { + name = "openwrt-19.07.5-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "a92d0fd8508c488a622ac947a2f0a1d05da15e824585521ff1bc5becc1829ecf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + title = "Lantiq VR9 - EASY80920NAND"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "e2ddb0a99c6dfccebd1c2dddcef6099cf258524214151470aadad38b90941bbb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + title = "Lantiq VR9 - EASY80920NOR"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-netgear_dm200"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "4f152af5b634a23f9180988040063c9f483360647ba1d9be9c928f475fc87fad"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "48303be02dbeba233b0e7e67e2c95f14499d7fd4b1c2e45b622791f3c75f0c51"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + title = "Netgear DM200"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "e398a865a60f76c1f36c0cbe3c21b79b3691dacbaca83bf8336c68c242a5d927"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + title = "TP-LINK TD-W8970"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "9e14850c78aa1eb521b9a67ec19391c4b105585c1109d35a018700439c735ddf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + title = "TP-LINK TD-W8980"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-tplink_vr200"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "342efd9baf99628041fe4ba5d7d043ef59f76076b0f8c84135741e91fb3f3c0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + title = "TP-LINK Archer VR200"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-tplink_vr200v"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "839292a3cca573c810a1063f2437fdced1d3ad7a513576af7e5c61ad07d28ec3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + title = "TP-LINK Archer VR200v"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "a79dc4b5033f499383447367351ba0119666d9236d0ed0af3224f97cef378617"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + title = "ZyXEL P-2812HNU-F1"; + } + ]; + }; + zyxel_p-2812hnu-f3 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xrx200-zyxel_p-2812hnu-f3"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xrx200-zyxel_p-2812hnu-f3-squashfs-sysupgrade.bin"; + sha256 = "0b310147904a98cba755b0d103fe3f54856c31e8934924e0c41b5fb4e8892fcb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f3" + "P2812HNUF3" + ]; + titles = [ + { + title = "ZyXEL P-2812HNU-F3"; + } + ]; + }; + }; + target = "lantiq/xrx200"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "73c31741bc03118ee124a0161bab64305ad6b1af15a32be3c8345cb1ac0788d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + title = "Wippies, Elisa - ARV4510PW"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "35e4bd78f0ec11c8a43b52e8831b69758a318fd022b3a480a144a82d0366fe00"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + title = "Alice/O2 IAD 4421 - ARV7506PW11"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "f21176f0bbb06668bed25b27a4cd5940db9df4392de02a854df2ee5edff5101d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + title = "Astoria - ARV7510PW22"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "fe95c74890888b9ee71ebf803ee063e31ee7552e94bee3b513166e39823e4a7b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + title = "Astoria - ARV7518PW"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "54688f08aad59c2ef275dfd1ff286eac3916aa1d57456158328dae2a478a3596"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + title = "Astoria - ARV7519PW"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "c9c63b67c6d543100c06982d3c5c0f38336f33308e9125689c097fcd0b1a401f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + title = "Easybox 802 - ARV752DPW"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "8524437adb44682f390ee7630579ac62f74df181a700bad378b30cc1823048bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + title = "Easybox 803 - ARV752DPW22"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "2a98e09b1749ab8c6d960d9c524bf6c4645bd26323d2a61bb7aeac3bbe8dcf32"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + title = "Speedport W504V Typ A - ARV8539PW22"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-audiocodes_mp-252"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "e81de966afd069ec3e4100859f3802a9c1f459eaf4c71a381bbf9c4c3908b743"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + title = "AudioCodes MediaPack MP-252"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-avm_fritz7312"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "5e47209b7e063ac49ade9d5f6b0120404f0fb33b6fcbed12b664e57f1bbcf35e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7312"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-avm_fritz7320"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "80f5e69524452815d72a5d33c1e5f650c748c001c9063880d6b4cd86d2ee0fda"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7320"; + } + ]; + }; + bt_homehub-v2b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-deu-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-bt_homehub-v2b"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-bt_homehub-v2b-squashfs-sysupgrade.bin"; + sha256 = "ecc82e8d68e52a40a015ed0c75b9a6ac71472bdf2a2d6189a784b674455be0c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v2b" + "BTHOMEHUBV2B" + ]; + titles = [ + { + title = "BT Home Hub 2B"; + } + ]; + }; + bt_homehub-v3a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-bt_homehub-v3a"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-bt_homehub-v3a-squashfs-sysupgrade.bin"; + sha256 = "93404bf70a3a8cae3572e93b26039682cdaee5d0c595d29d0793860aeb26c226"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v3a" + "BTHOMEHUBV3A" + ]; + titles = [ + { + title = "BT Home Hub 3A"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "1b8d55bb8e9aeb39bac81301fb96d9bf78e451980fa71834f1fb12d051749a9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + title = "Buffalo WBMR-HP-G300H (A) - WBMR"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "0df3f6c791c4c4e617c61e77eb99d108c577d7dda1bf68c983e82cd501a270bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + title = "Buffalo WBMR-HP-G300H (B) - WBMR"; + } + ]; + }; + lantiq_easy50712 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-lantiq_easy50712"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-lantiq_easy50712-squashfs-sysupgrade.bin"; + sha256 = "63840602a5bca5d8ce0581d225ad59e3ed0592aedfdfc35e431b6aeb17a0a4f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy50712" + ]; + titles = [ + { + title = "Lantiq Danube - EASY50712"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-netgear_dgn3500"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "07c98b4e57deb017bb5bae4aa9f8d6328c8afb876438a85950c37aa4af290a2b"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "20ac79c86c1eb4af78ff976f527991367058eed0958ab8933054ed429cb22f30"; + type = "sysupgrade-na"; + } + { + name = "openwrt-19.07.5-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "5dea06022a920b61ed49525167aef99ffc22b4ca6015bda8be5a19e937c940eb"; + type = "factory"; + } + { + name = "openwrt-19.07.5-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "5972fef28eeae2bdfffee10803daaec293076ee37148a7c15c14efa65fa675e5"; + type = "factory-na"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + title = "Netgear DGN3500"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-netgear_dgn3500b"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "a813f4d95659ace41daaa294fef51e39248faa82eff20e4828ac856fdcd38727"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "d931717ef0ea4651e86213deeae7dcdbf7dac351e8866664ba2e9a813d781940"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + title = "Netgear DGN3500B"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "69eca745050946d1aba98f832d47d0f80b8c1389e6acd045472225279af31de3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + title = "Gigaset sx76x"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-zte_h201l"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "31c08927b69b6b14b9ba51686b84c372c0dd624c8031281dae0aa1743a35f301"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + title = "ZTE H201L - H201L"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + name = "openwrt-19.07.5-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "b818f84723a415439c3481ea7dc3e1d156ec74bb397409b2bf61bc44327f16d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + title = "ZyXEL P-2601HN-Fx"; + } + ]; + }; + }; + target = "lantiq/xway"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + ]; + metadata_version = 1; + profiles = { + ls1021atwr = { + device_packages = [ + "layerscape-rcw-ls1021atwr" + ]; + image_prefix = "openwrt-19.07.5-layerscape-armv7-ls1021atwr"; + images = [ + { + name = "openwrt-19.07.5-layerscape-armv7-ls1021atwr-squashfs-firmware.bin"; + sha256 = "24941ee092ebe66b4d40edb8686f047b3083cb0a764ced35b07c5f69501b8928"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1021ATWR"; + } + ]; + }; + }; + target = "layerscape/armv7"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + ]; + metadata_version = 1; + profiles = { + ls1012ardb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012ardb" + "kmod-ppfe" + ]; + image_prefix = "openwrt-19.07.5-layerscape-armv8_64b-ls1012ardb"; + images = [ + { + name = "openwrt-19.07.5-layerscape-armv8_64b-ls1012ardb-ubifs-firmware.bin"; + sha256 = "e9297abcbbe8c6ce2820c088233b55732466d42c16111d5a75cf79f1278b4d38"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1012ARDB"; + } + ]; + }; + ls1043ardb = { + device_packages = [ + "layerscape-fman-ls1043ardb" + "tfa-ls1043ardb" + "fmc" + "fmc-eth-config" + ]; + image_prefix = "openwrt-19.07.5-layerscape-armv8_64b-ls1043ardb"; + images = [ + { + name = "openwrt-19.07.5-layerscape-armv8_64b-ls1043ardb-squashfs-firmware.bin"; + sha256 = "002f037f63f371b9685f7c9d9116bcf5bf54bd8056613f55ae12703e5fd0ceba"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1043ARDB"; + } + ]; + }; + ls1046ardb = { + device_packages = [ + "layerscape-fman-ls1046ardb" + "tfa-ls1046ardb" + "fmc" + "fmc-eth-config" + ]; + image_prefix = "openwrt-19.07.5-layerscape-armv8_64b-ls1046ardb"; + images = [ + { + name = "openwrt-19.07.5-layerscape-armv8_64b-ls1046ardb-ubifs-firmware.bin"; + sha256 = "a41bd1d100e11df28e73bf2f5934caf1d95da832a6acdd7ab4f2633702e353bd"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1046ARDB"; + } + ]; + }; + ls1088ardb = { + device_packages = [ + "layerscape-mc-ls1088ardb" + "layerscape-dpl-ls1088ardb" + "tfa-ls1088ardb" + "restool" + ]; + image_prefix = "openwrt-19.07.5-layerscape-armv8_64b-ls1088ardb"; + images = [ + { + name = "openwrt-19.07.5-layerscape-armv8_64b-ls1088ardb-ubifs-firmware.bin"; + sha256 = "d402e608444cc1819689f77637e615f6595dccebc97d4654dcc6e5ab67359666"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1088ARDB"; + } + ]; + }; + ls2088ardb = { + device_packages = [ + "layerscape-mc-ls2088ardb" + "layerscape-dpl-ls2088ardb" + "tfa-ls2088ardb" + "restool" + ]; + image_prefix = "openwrt-19.07.5-layerscape-armv8_64b-ls2088ardb"; + images = [ + { + name = "openwrt-19.07.5-layerscape-armv8_64b-ls2088ardb-squashfs-firmware.bin"; + sha256 = "c01802a7213915f2407a75e8ded3b0e6fe029caaebe923efe0f3ee06b30af88c"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS2088ARDB"; + } + ]; + }; + traverse-ls1043 = { + device_packages = [ + "layerscape-fman-ls1043ardb" + "uboot-envtools" + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-19.07.5-layerscape-armv8_64b-traverse-ls1043"; + images = [ + { + name = "openwrt-19.07.5-layerscape-armv8_64b-traverse-ls1043-ubifs-sysupgrade.bin"; + sha256 = "1cff843fe9bd22365a06e1d17411fe78fad5d2c9582db81ce1329e480ecf627a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-layerscape-armv8_64b-traverse-ls1043-ubifs-root"; + sha256 = "1edf534eec20c13f91308df6d25a87333dfeb60c77d0be8ee69cfd6e266b3339"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Traverse LS1043 Boards"; + } + ]; + }; + }; + target = "layerscape/armv8_64b"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + ]; + metadata_version = 1; + profiles = { + MTK-RFB1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-core" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-19.07.5-mediatek-mt7622-MTK-RFB1"; + images = [ + { + name = "openwrt-19.07.5-mediatek-mt7622-MTK-RFB1-squashfs-sysupgrade.bin"; + sha256 = "7024edc158c2df15dfc0dec228d2597a411cd16c52ca290e3c801657f82efe79"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7622" + ]; + titles = [ + { + title = "MTK7622 rfb1 AP "; + } + ]; + }; + }; + target = "mediatek/mt7622"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + ]; + metadata_version = 1; + profiles = { + "7623a-unielec-u7623-02-emmc-512m" = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + ]; + image_prefix = "openwrt-19.07.5-mediatek-mt7623-7623a-unielec-u7623-02-emmc-512m"; + images = [ + { + name = "openwrt-19.07.5-mediatek-mt7623-7623a-unielec-u7623-02-emmc-512m-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "4fe2a0ef236889398e69111f3323ec5138fe4d207c18580efb7a97826c9e402e"; + type = "sysupgrade-emmc"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + title = "MTK7623a UniElec U7623-02 (eMMC/512MB RAM)"; + } + ]; + }; + "7623n-bananapi-bpi-r2" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mediatek-mt7623-7623n-bananapi-bpi-r2"; + images = [ + { + name = "openwrt-19.07.5-mediatek-mt7623-7623n-bananapi-bpi-r2-squashfs-sysupgrade.bin"; + sha256 = "1b655ee1326de3e6c433de496ef349765446380671bf0e22ce5ba6921c93b27c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MTK7623n BananaPi R2"; + } + ]; + }; + }; + target = "mediatek/mt7623"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + mpc85xx = { + generic = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mpc85xx-generic-red-15w-rev1"; + images = [ + { + name = "openwrt-19.07.5-mpc85xx-generic-red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "ea2c4754e4340a7f316654a8e9929086fc6cf23e33247adbe9d99c4dbca4e837"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + title = "Sophos RED 15w Rev.1"; + } + ]; + }; + tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mpc85xx-generic-tl-wdr4900-v1"; + images = [ + { + name = "openwrt-19.07.5-mpc85xx-generic-tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "1913804adb4fde4eabb836491cc2a867afe125a717b0ff1c5d0eab54c0194b57"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-mpc85xx-generic-tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "b8431ea3dd2f31257d04cce80b1a226d8adb3c0f373e8a7af7933844114a4044"; + type = "factory"; + } + ]; + supported_devices = [ + "tl-wdr4900-v1" + "tplink,tl-wdr4900-v1" + ]; + titles = [ + { + title = "TP-Link TL-WDR4900"; + } + ]; + }; + }; + target = "mpc85xx/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.5-mpc85xx-p1020-hiveap-330"; + images = [ + { + name = "openwrt-19.07.5-mpc85xx-p1020-hiveap-330-squashfs-fdt.bin"; + sha256 = "0e8feff31209f6972495f02f4bf47b65ca18d5577687747893c64c344757f245"; + type = "fdt"; + } + { + name = "openwrt-19.07.5-mpc85xx-p1020-hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "38faf1403f3ee460da89aaf6728dc3a8d7b2ba172e704e63ae0999819685a6b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + title = "Aerohive HiveAP-330"; + } + ]; + }; + panda = { + device_packages = [ + "kmod-rtc-ds1307" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-mpc85xx-p1020-panda"; + images = [ + { + name = "openwrt-19.07.5-mpc85xx-p1020-panda-squashfs-fdt.bin"; + sha256 = "3c72f0a66bd9cce126c50aca0ce3981882487dc9ab9ba59653631ebe23c0ded8"; + type = "fdt"; + } + { + name = "openwrt-19.07.5-mpc85xx-p1020-panda-squashfs-sysupgrade.bin"; + sha256 = "5390218d406711626eb844fb18251ec5f7d95878a87f0d8cc8beab8f587c911c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + title = "OCEDO Panda"; + } + ]; + }; + ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mpc85xx-p1020-ws-ap3710i"; + images = [ + { + name = "openwrt-19.07.5-mpc85xx-p1020-ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "bafde3263147e660c57dfc7b75e225f5e923bf1ffd02e5e16abb52edb4a28cce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + title = "Enterasys WS-AP3710i"; + } + ]; + }; + }; + target = "mpc85xx/p1020"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + p2020rdb = { + device_packages = [ + "kmod-hwmon-core" + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.5-mpc85xx-p2020-p2020rdb"; + images = [ + { + name = "openwrt-19.07.5-mpc85xx-p2020-p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "3b0f36ac702652da9ee0c390f0ffc0fb53ad152c6037638ec777038aa6cb9427"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + title = "Freescale P2020RDB"; + } + ]; + }; + }; + target = "mpc85xx/p2020"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "e2fsprogs" + "ethtool" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "1c4e7b78acd1ef118ef16d154fe0790f915c5d12221cefcdb2500e40fc0ac95c"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "c5d1a8f9a9421485ea10e24f14bd427f247263b5760f3785ec2ca6314f24cdac"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + title = "ESPRESSObin (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "f3a22ea3309ee05cdec2bf4e88abc4e4400cff0765e79c71a566bbfc248826d3"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "989b56e0fe5c0d9e4d675f458251d9b48e92493b0e974482e3d264efdb191302"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + title = "ESPRESSObin eMMC (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "3e5445d62a74d8fbfd1a158e9ca5ccd76b736bfe142ed057b2dcc96b538daa8d"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "3f0792bdf692b249e0163591d6dc03594b25598bc60b0a026b334556bac740ab"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + title = "ESPRESSObin V7 (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "1d36c6215f2b487479c14d6db854102caf3de80df9d94bac7a7f157366b914f2"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "3001b805ed46af19f5c2db6145efed76161a3f492f631fbc3e5344bd9b5f2c7d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + title = "ESPRESSObin V7 eMMC (Marvell Armada 3700 Community Board)"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "208a63a055c7bcfe4f69f98c8a9d725efd09765737cdf67d347fe5c583be36b5"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "dbeff9a6ff04c0edc0b5ec9ae9e23d1f316455aba8e312b71680b59075775098"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + title = "Marvell Armada 3720 Development Board DB-88F3720-DDR3"; + } + ]; + }; + }; + target = "mvebu/cortexa53"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "e2fsprogs" + "ethtool" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "aae92c248ce9424ed9613ec7a7915d659981c56872b8d8952001e9f6177b1ea4"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "cd1603b8ab732644f9770ab76c5fec7792c2e1a94f4844f67c728ffaf0e661bf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + title = "Marvell Armada 7040 DB board"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "fb52dc3cd79baebe1fc3351cd2abd33b82a8f6828f8a9c40d83f9b06d4849892"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "7ca22325b78a5b0e62837c8394b1675a4882730902aa51a35a47d030110faf74"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + title = "Marvell Armada 8040 DB board"; + } + ]; + }; + marvell_macchiatobin = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa72-marvell_macchiatobin"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa72-marvell_macchiatobin-squashfs-sdcard.img.gz"; + sha256 = "c6d5fe9da11d8cad00d259497220c421c09fd4bcef9b82964f416a01e7eee94c"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-mvebu-cortexa72-marvell_macchiatobin-ext4-sdcard.img.gz"; + sha256 = "049f490ae38cce1de51134fe6ea32e632ff7939e6a55228eb162009b12c9c740"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin" + ]; + titles = [ + { + title = "MACCHIATObin (SolidRun Armada 8040 Community Board)"; + } + ]; + }; + }; + target = "mvebu/cortexa72"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "36670d192f3d191341a7f0ff5277949aeb486e8d646b68841d24f3637e5a0fd7"; + type = "openwrt-19"; + } + { + name = "omnia-medkit-openwrt-19.07.5-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "31f293a20413c4aabded2ef409b8484595f6bdffc1132e5459681a4a79c34563"; + type = "omnia-medkit-openwrt-19"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + title = "Turris Omnia"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "3d41e6059e5af608a8fb841a58f839d55908ff2561bc574a1c26d5629a519e04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + title = "Globalscale Mirabox"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "2d540bfbcc94b284117a36b9b50e5b424594d0b5d881d66ebce559a445d41c7c"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "463f43f452886e4cc317d08c41838ee2f6901a5751eea988c307132e5d6da192"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + title = "Linksys WRT1200AC (Caiman)"; + } + ]; + }; + linksys_wrt1900ac = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt1900ac"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt1900ac-squashfs-factory.img"; + sha256 = "51529e5dee4745b5787aef33be19a662dd8efd6c57bd639ae730ea82cb833359"; + type = "factory"; + } + { + name = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt1900ac-squashfs-sysupgrade.bin"; + sha256 = "f41f56bf131965d491c6626e6cc1a53bd205c33cbfc2c03f4b90aacc48d96b30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + title = "Linksys WRT1900AC (Mamba)"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "15bf7dd4ccaac8292283e486b94b8dcda22d4612451d8bd20a16e9687a2cc440"; + type = "factory"; + } + { + name = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "d58728134e01e46813a0f2f18f4e22bb38c8cece36f14bcbacd9cb46218de5c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + title = "Linksys WRT1900ACS (Shelby)"; + } + ]; + }; + linksys_wrt1900acv2 = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt1900acv2"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-factory.img"; + sha256 = "37c2964e44937353dbb6e5e0a37a4d6816628f0c00395556f044ec4ab3b127be"; + type = "factory"; + } + { + name = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-sysupgrade.bin"; + sha256 = "f5e8075211058b831cf4750a7036aea1f5bb88a4b2e9ed217c46b47184e22297"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + title = "Linksys WRT1900ACv2 (Cobra)"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "d291b9165bbc9aa690f49133fa4b9018db90c3168297119de8bd73d327f0da14"; + type = "factory"; + } + { + name = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "b3523ab80483c74ea6e133e965a166d164bfe042a03e036ca31cda81ec9932ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + title = "Linksys WRT3200ACM (Rango)"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "03792f298fe613139216a7d2038c54a8b4f4e0bf75212185102be43c8ac67f1e"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "7ce224c04ac11e25193500625d54ce14c38159c73b14cefff49991317003ce7a"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + title = "Linksys WRT32X (Venom)"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "009e14b1cd4ad5a8efedf28d4c7146d500c13902ff6f966fda6589ec29c102de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + title = "Marvell Armada 370 DB (DB-88F6710-BP-DDR3)"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "434abf2fd3eeb401b913269bafe68803aa83dada673100905c3a953b452b0687"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + title = "Marvell Armada 370 RD (RD-88F6710-A1)"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "f36bfdacff8a90fbbc28ddcc553c1214410c86149f8c9f407476a1e1c94acd8e"; + type = "factory"; + } + { + name = "openwrt-19.07.5-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "54f67b6c5400fa9ae82814403fde9f19795700acd774a254534a57ed1d4ffff8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + title = "Marvell Armada 385 DB AP (DB-88F6820-AP)"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "31e9f2b165da7f9f2773780613d595891bb28271745b5da005badb8e2c34e626"; + type = "firmware"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + title = "Marvell Armada 388 RD (RD-88F6820-AP)"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "86f68f3700f29ffe58871c1a72d229bc605d737b97b820e0835a00a1598aaf7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + title = "Marvell Armada XP DB (DB-78460-BP)"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "b803ab794b2a8ff6759a937c1e5ffff3e01ca497fb0dfc1020720ec2adaf41c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + title = "Marvell Armada XP GP (DB-MV784MP-GP)"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "70a008a2889b16cb069bb3f9058546e93073fdcc7d391d92f918e372113ca0df"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "46c21ff42293bce57202f2b69980964551c0fa9d2b5eb09c1f8cf31c93462bd6"; + type = "factory"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + title = "Plat'Home OpenBlocks AX3"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "00af7b6480ab451202f0d4980355535f29a5471b526d25c03abcd5ec4b46f522"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + title = "SolidRun ClearFog Base"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + "swconfig" + ]; + image_prefix = "openwrt-19.07.5-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + name = "openwrt-19.07.5-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "249f903b50c97dbc5f5a4a6f5828f4093db9a3b4f087590aee1438073782ef47"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + title = "SolidRun ClearFog Pro"; + } + ]; + }; + }; + target = "mvebu/cortexa9"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + er = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-octeon-er"; + images = [ + { + name = "openwrt-19.07.5-octeon-er-squashfs-sysupgrade.tar"; + sha256 = "41c2c45fda8b888a94f56b8275a4e4dc852ad88e4ffc85d83b0747ea84999eab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti EdgeRouter"; + } + ]; + }; + erlite = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-octeon-erlite"; + images = [ + { + name = "openwrt-19.07.5-octeon-erlite-squashfs-sysupgrade.tar"; + sha256 = "3659d0eea2218175fb6e5ff6da584bc1618e59c700943b1c2d3ab7bd31d10517"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti EdgeRouter Lite"; + } + ]; + }; + }; + target = "octeon/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-omap-ti_am335x-bone-black"; + images = [ + { + name = "openwrt-19.07.5-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "99987ae7946f13c8f04105e327d93f0888525581f96df57b1121652c53ec442b"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "90746a98356c365a501ea5e4bef38bdf8316c901cdbc5e8da1b5cf876b891d40"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + title = "TI AM335x BeagleBone Black"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-omap-ti_am335x-evm"; + images = [ + { + name = "openwrt-19.07.5-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "25027cbf2d891438e422b60c39addc2cd6333e03f1087e47ceab64f6b26180de"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "5841714bea9045963d920064f0a0c1483bb2a71080718527c3e36ef89b012634"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + title = "TI AM335x EVM"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net" + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-19.07.5-omap-ti_omap3-beagle"; + images = [ + { + name = "openwrt-19.07.5-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "c21bd6b45a2e1782fef8faf8bafa5d0faf358f9d3a472c9c2bfd916a316bf31d"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "039d6e991042d344c97b66da69aac0987b4cee6cc1c2b7a1d51979a504884072"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + title = "OMAP3 TI beagleboard"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-19.07.5-omap-ti_omap4-panda"; + images = [ + { + name = "openwrt-19.07.5-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "f018a023ee89ff6acea2ef2f1fa21884814c7116714433d707368875d036dbff"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "2366ff4fc482f5ab065168bc0268f020d3c6c28722a40d4d368addb5f7645b61"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + title = "OMAP4 TI pandaboard"; + } + ]; + }; + }; + target = "omap/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-ledtrig-timer" + "kmod-leds-gpio" + "uboot-envtools" + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-ledtrig-timer" + "kmod-leds-gpio" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-19.07.5-oxnas-ox820-akitio_mycloud"; + images = [ + { + name = "openwrt-19.07.5-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "2cfc1cd0c938cf81a0507f888f7932c64c216d8ff29ada51a48ebbcd956f243c"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "82e2eb1d2c4cb637befba81e7aa9a42087cf204a038088e3d5bd9b771e15c549"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "0bda53580c151310df898a56a466983ab0fda3cade16608e2f0f9bf3fb2945c6"; + type = "ubinized"; + } + { + name = "openwrt-19.07.5-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "afa8ea130b8950642062497f10ab95a4db1621d54c854d1c13fad29a9fae1321"; + type = "ubinized"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + title = "Akition myCloud (mini) / SilverStone DC01"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + name = "openwrt-19.07.5-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "8d5c2931bfedeae1a2ae931c03d1e8af6dc9e6b8544989e5ad2f5832270b6852"; + type = "ubinized"; + } + { + name = "openwrt-19.07.5-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "2ad805161694ecaa9b47afe1eec17ce4be10b3ba713e2570c00a4e0f76eeaa95"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "3211ade899c7b8762968ed2dae3521068e5a0c569b2ff355c62a0c6ef93bfda3"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "f6e61f9cfd3ff25a8585f45f522e21d387fafdc0def96785342617781b8b03a4"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + title = "Cloud Engines PogoPlug Series V3 (without mPCIe)"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + name = "openwrt-19.07.5-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "5712d2a115633ae33f053a40ffdf95be0c47b2bcc5d6670ded8bb7c4cad96323"; + type = "ubinized"; + } + { + name = "openwrt-19.07.5-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "c59322de1ae48e48176c95b4c25c6f5b2fa02a71026eb9f206ed805d755e0905"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "2c052d576c222caea78ecb4367224d108848814555aef996b8a7c710da6dd6ce"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "8ab8feadaddbdb27fb610dcb930af6e3e61b18dc43b580fcfb904d83880d31fe"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + title = "Cloud Engines PogoPlug Pro (with mPCIe)"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + name = "openwrt-19.07.5-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "363c94b0134e7a48d5824da8f031fbdd89bd5abd7b9a717dda1e2b591c1edf2e"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "a2ace1e54b720abd390f776c77bf16a364fd4b9565f191b26f9d19fbc989d65c"; + type = "ubinized"; + } + { + name = "openwrt-19.07.5-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "8a7421b41f86fd8af60241f29d854b04e2f3b1c8f08a6c532268c604eb56b52d"; + type = "ubinized"; + } + { + name = "openwrt-19.07.5-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "10cf1e8acaf77f0e76e54d51d53ca5ec2c030cb95126090c9d5615db9ef7952f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + title = "MitraStar STG-212"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-core" + "kmod-hwmon-gpiofan" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-19.07.5-oxnas-ox820-shuttle_kd20"; + images = [ + { + name = "openwrt-19.07.5-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "574b2fc857e24599b38aeb066f0e9786021d8ab041ee7fcfe6283ab84dad5100"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "1445da6b9ae5a300338fc440146934bb023b88eaafe354dc6e4dc09fadecba1b"; + type = "ubinized"; + } + { + name = "openwrt-19.07.5-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "34b7707b287fcdbb9e8972a3cdb085cdc98382160320cf12467726af379b2141"; + type = "ubinized"; + } + { + name = "openwrt-19.07.5-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "a4ab3e7e5d01e27e8739ac1021744a6a613c17474273f2810d5a377f2be60eb2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + title = "Shuttle KD20"; + } + ]; + }; + }; + target = "oxnas/ox820"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + marduk = { + device_packages = [ + "kmod-tpm-i2c-infineon" + ]; + image_prefix = "openwrt-19.07.5-pistachio-marduk"; + images = [ + { + name = "openwrt-19.07.5-pistachio-marduk-squashfs-sysupgrade.tar"; + sha256 = "37f1fb5bdcdc6d5fdb093f592b878e64c5ed78baaa943657411efe72eb0626bb"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-pistachio-marduk-squashfs-factory.ubi"; + sha256 = "fcf4e9a7ff4ef28901fff390b11268469b637f0d7a6126edceb91ed678714147"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Creator Ci40"; + } + ]; + }; + }; + target = "pistachio/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + ArcherC20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-ArcherC20i"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-ArcherC20i-squashfs-factory.bin"; + sha256 = "c5361d7f4b78bf62f5ec81a6cc29072ac9dc49f1fe1ea0db0407f629b2c40472"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-ArcherC20i-squashfs-sysupgrade.bin"; + sha256 = "d0ce29ec621cdad852713849f35f2d27cd151993d1bed55799e4dd0bbd043f25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c20i" + ]; + titles = [ + { + title = "TP-Link ArcherC20i"; + } + ]; + }; + ArcherC50v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-ArcherC50v1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-ArcherC50v1-squashfs-sysupgrade.bin"; + sha256 = "a23914aa1a320fcbb2aaac3cc1d4411ba9389fd4a6981079da3406f2b11bd577"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-ArcherC50v1-squashfs-factory-eu.bin"; + sha256 = "615f794558ec1e99cfb04d954d3adbbbf831a76ec219274c4b1d401993b1946e"; + type = "factory-eu"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-ArcherC50v1-squashfs-factory-us.bin"; + sha256 = "204abf8e05c02f8dc48abbb7f0241413b7d788f33c27fe109e2342f025e48e60"; + type = "factory-us"; + } + ]; + supported_devices = [ + "c50" + ]; + titles = [ + { + title = "TP-Link ArcherC50v1"; + } + ]; + }; + ArcherMR200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-rndis" + "kmod-usb-serial" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-ArcherMR200"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-ArcherMR200-squashfs-sysupgrade.bin"; + sha256 = "8749f8868ce134dd53cd744395a2179c68f74bed595806b71b52f1d22c50a88c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mr200" + ]; + titles = [ + { + title = "TP-Link ArcherMR200"; + } + ]; + }; + ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-ai-br100"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-ai-br100-squashfs-sysupgrade.bin"; + sha256 = "ecb86a90ea90a958724b982a2250f973ff2dc2f7e7256c70c57fc72eef9ba78c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ai-br100" + ]; + titles = [ + { + title = "Aigale Ai-BR100"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "6c366605d0d7aa6f67cd3102beea8b0c126cf5be9b0c709f092064747ba84c16"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + ]; + titles = [ + { + title = "ALFA Network AC1200RM"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "ae29dfc0fd642fb6b5e056cb6501fadacabc9eb5d0842aa37a2d6ef8fa2ed3b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + ]; + titles = [ + { + title = "ALFA Network R36M-E4G"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "8f044e6346e4ff28e6f895e4d49f9581bbe633644604e668f2fe1e0bd11df33c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + ]; + titles = [ + { + title = "ALFA Network Tube-E4G"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "9ff5488d19b3e7604ee715f21b9c56b728ff1db9f6c1f587f018c14511c6b52c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + title = "BDCOM WAP2100-SK (ZTE ZXECS EBG3130)"; + } + ]; + }; + bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-bocco"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-bocco-squashfs-sysupgrade.bin"; + sha256 = "7094170a59aeb4d45b9be7808d49f1304cf173ec877b665df666ab2859a7c35d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bocco" + ]; + titles = [ + { + title = "YUKAI Engineering BOCCO"; + } + ]; + }; + c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-c108"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-c108-squashfs-sysupgrade.bin"; + sha256 = "c30ee59f34f1cf4ad639e757ce1b3b86473dda65d7a90b5da39595d20ec09bc9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c108" + ]; + titles = [ + { + title = "HNET C108"; + } + ]; + }; + cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-cf-wr800n"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "7f77c5ef183c254f15fee224686a037b5cae77a078746d991f40e7a13f01272a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cf-wr800n" + ]; + titles = [ + { + title = "Comfast CF-WR800N"; + } + ]; + }; + cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-cs-qr10"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "51a5e41fcd53c113d357a013aa9c8a0ff45aa619f751ace03abcd0cbaeb043ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cs-qr10" + ]; + titles = [ + { + title = "Planex CS-QR10"; + } + ]; + }; + d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-d240"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-d240-squashfs-sysupgrade.bin"; + sha256 = "ffb0a0277dceca1f19dd97f5b50483233d04a332f3a1c628d135df69f8267603"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d240" + ]; + titles = [ + { + title = "Sanlinking Technologies D240"; + } + ]; + }; + db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-db-wrt01"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "6caf9efc50bf192bba92bf6c1bde4844842bdb7d8dcec1c68c69e2b784d582db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "db-wrt01" + ]; + titles = [ + { + title = "Planex DB-WRT01"; + } + ]; + }; + dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-dch-m225"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-dch-m225-squashfs-sysupgrade.bin"; + sha256 = "2884e1bd7b1e83bbf70270b3f8b412c45cf4a0eb95b182a3193c44f4f272d279"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-dch-m225-squashfs-factory.bin"; + sha256 = "67b7a06578ab5cd9d1b50bcbf72e867b8055c5b91db58386393c7e56c614ac15"; + type = "factory"; + } + ]; + supported_devices = [ + "dch-m225" + ]; + titles = [ + { + title = "D-Link DCH-M225"; + } + ]; + }; + dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-dir-810l"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-dir-810l-squashfs-sysupgrade.bin"; + sha256 = "ae710af714d75c657c282e178a3f8655e57a3959bb4188d13d1e0bc97b926905"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-810l" + ]; + titles = [ + { + title = "D-Link DIR-810L"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-dlink_dir-510l"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "4a96b34617a7a535b7b0208a9cd26577a74bfa56d4b393eb3830dc11b30d776e"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "dd098e32bb97b01f8a3fbd985292ed3ae7f185368c5ea12ff510e4a790bb917b"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + title = "D-Link DIR-510L"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "c509d87816c22fcf035c6be8fe04cd2bfb8b12d51110117de68ff0f38f39d759"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "9be29e42b4cf9bd28b999959a72787a7854bdc7b4cac1e1e00bb5c8f4d58e5a8"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + title = "D-Link DWR-116 A1/A2"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "98ae521485e2fe2b484442fb12e01d6f9925e58721ba6701092c31d7a8187e24"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "c19d068ea973a138ea2319ecaf9c0f7cb583521e09886cfdbec98ecc1c63b31d"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + title = "D-Link DWR-118 A1"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "69ac03184b89423d242221922d052dd01eb2accc3377b0ac916be6e3f5518326"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "a2555eca0b436a24029f7acd64e54af1ce02fd1700224c17e536d1756c9c484f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + title = "D-Link DWR-118 A2"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "24f5b423e9846eddeaa23a0790ac73f8df3ebd21c63574a2ecfc8dd4d3fe5652"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "f069847eaa87927a6c10ea47a3570902544920f766e06dd4da5449a435bc3efb"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + title = "D-Link DWR-921 C1"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "faa1dd72fcc90f11724c209de393eb6a52ae1832c70fe743b4d87ddb243737cc"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "bdc02eccf9fb84f82ea3255668f7693742d8d4e3c6c510e72e6353692c39aec5"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + title = "D-Link DWR-921 C3"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "131a59c4135a1cc9d1bba880f5fbae720f7293df07588b92e7d3a02d6b2dffae"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "8eb8240fc2920251368e4d629c93bef7cd64c40cbb2b9d89c0dda35c09d6c3db"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + title = "D-Link DWR-922 E2"; + } + ]; + }; + e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-e1700"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-e1700-squashfs-sysupgrade.bin"; + sha256 = "dc6b601717a968db22f71d85fc7c28bacc518987bc31c4b41042522b2d136f2b"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-e1700-squashfs-factory.bin"; + sha256 = "1777893cd224280636febce3609c8d95c9a1db1b15fd145fc71854b41f7d8ab6"; + type = "factory"; + } + ]; + supported_devices = [ + "e1700" + ]; + titles = [ + { + title = "Linksys E1700"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "a9ff0513b2ef768383b81796e4614c9efac68af37c2b2cefbda06eba8aaedf24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + title = "Edimax BR-6478AC V2"; + } + ]; + }; + ex3700-ex3800 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-ex3700-ex3800"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-ex3700-ex3800-squashfs-factory.chk"; + sha256 = "bfc7a2907812e54db453268368e62981674b3ca028c509a50b90d63e061d130a"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-ex3700-ex3800-squashfs-sysupgrade.bin"; + sha256 = "34b567794fe654f54e1dabfaeeb65aa4f902575bc599b085c223a0fc10c98d49"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ex3700" + ]; + titles = [ + { + title = "Netgear EX3700/EX3800"; + } + ]; + }; + gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-gl-mt300a"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "3db6d95f14cafe18b81f2df02144131d331e6b2830a77c55fda51d3211f6b80f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300a" + ]; + titles = [ + { + title = "GL-Inet GL-MT300A"; + } + ]; + }; + gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-gl-mt300n"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "9f2fd61d84b4cd91ed78352619bd05614341355d328e469bfab7585b8051b8bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300n" + ]; + titles = [ + { + title = "GL-Inet GL-MT300N"; + } + ]; + }; + gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-gl-mt750"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "bb45e22728e2fffc6b0f02409ce77e3a9266e304c71a6480d5bba7eeeadd2957"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt750" + ]; + titles = [ + { + title = "GL-Inet GL-MT750"; + } + ]; + }; + hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-hc5661"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-hc5661-squashfs-sysupgrade.bin"; + sha256 = "3a1b3fb506c6fd6055aebcd335dcc181a13f313e3d78c323251e948d130842b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5661" + ]; + titles = [ + { + title = "HiWiFi HC5661"; + } + ]; + }; + hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-hc5761"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-hc5761-squashfs-sysupgrade.bin"; + sha256 = "e882715d2b9e71de49f3b419ae675288334788ab2150b29f3941a297b55554c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5761" + ]; + titles = [ + { + title = "HiWiFi HC5761"; + } + ]; + }; + hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-hc5861"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-hc5861-squashfs-sysupgrade.bin"; + sha256 = "a6c86e0e025c89c6f7bfc214d180080eb530cfbc9622d31b65511ebe881a87fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5861" + ]; + titles = [ + { + title = "HiWiFi HC5861"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "1d36f21f39835430ee2c3fa29411edd1910702d053ff5a01ebefa7f367c9c396"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + title = "Head Weblink HDRM2000"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "9ce8aea534b6b18f4ddff336e0b4c063bc5950d5d5621a7c82e649878a7f4634"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "8c7bf2d82ed72fa44ba3ffed3dfccb333a847d2299fc87f5f4ddcb9ccba8234f"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1167GR"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "d80d0d0c6983059496cfb74202684c1d4c26e43e607533169c58de2b52ed920b"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "d024d76f7d873daf7c42532e3c5130cd0bab25fa03eea3201d41a1b25cf00a66"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + title = "I-O DATA WN-AC733GR3"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-kimax_u35wf"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "d40c8636adb51def48538d2ecffa55316a03211504238783975482f320ee5218"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + title = "Kimax U35WF"; + } + ]; + }; + kn_rc = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-kn_rc"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-kn_rc-squashfs-sysupgrade.bin"; + sha256 = "4c09cbc9668a3044a370e7442a53cab35aea8faf04723e42195fb0ec61063070"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-kn_rc-squashfs-factory.bin"; + sha256 = "49852f22b9223b786add78d4f8463748a0f06550f1025d726f7f2b90cace8c14"; + type = "factory"; + } + ]; + supported_devices = [ + "kn_rc" + ]; + titles = [ + { + title = "ZyXEL Keenetic Omni"; + } + ]; + }; + kn_rf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-kn_rf"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-kn_rf-squashfs-sysupgrade.bin"; + sha256 = "a4341fbdecd43ea491c259bd02aac023ca505ba0e277835633b605b9d4bad888"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-kn_rf-squashfs-factory.bin"; + sha256 = "33854bc42496443fa9d771b6b51db514fccf4d8dc926a50c3e5259ef5fad3d7a"; + type = "factory"; + } + ]; + supported_devices = [ + "kn_rf" + ]; + titles = [ + { + title = "ZyXEL Keenetic Omni II"; + } + ]; + }; + kng_rc = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-kng_rc"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-kng_rc-squashfs-sysupgrade.bin"; + sha256 = "3b15300607c8bdf84a7490977ebae7ede6e0030baeccdf469a38935aa5d1dd8a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-kng_rc-squashfs-factory.bin"; + sha256 = "c636a393a169293d8e5c2fdf19cebbb27f43d26134aca547e8afe7a0d4126152"; + type = "factory"; + } + ]; + supported_devices = [ + "kng_rc" + ]; + titles = [ + { + title = "ZyXEL Keenetic Viva"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-lava_lr-25g001"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "ef73e051005e0b7ef7ce6eff6bd4a81d4c62541ef9767047ba5b73adc52a743d"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "d79230ab6eb9b20797fa01a85ca21f83aae8d2ae080612d2ef8481fcff6e5aff"; + type = "factory"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + title = "LAVA LR-25G001"; + } + ]; + }; + microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-microwrt"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-microwrt-squashfs-sysupgrade.bin"; + sha256 = "c82a6e2f312420e9feaa41a4a5e909886682af4372c4510a56c85b4169a04879"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "microwrt" + ]; + titles = [ + { + title = "Microduino MicroWRT"; + } + ]; + }; + miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-miwifi-mini"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "dd5bbb2def1ae74286754376d9d6f964091499a4b44307a7623700b3b8f4801f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miwifi-mini" + ]; + titles = [ + { + title = "Xiaomi MiWiFi Mini"; + } + ]; + }; + mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-mlw221"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-mlw221-squashfs-sysupgrade.bin"; + sha256 = "1ade862db3bf0ce22a7a7af1108131243f95395cf0a4c43818fa1e8ee349d135"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mlw221" + ]; + titles = [ + { + title = "Kingston MLW221"; + } + ]; + }; + mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-mlwg2"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-mlwg2-squashfs-sysupgrade.bin"; + sha256 = "9a6d8876ea9132ae6a5619c6e7c2828d073b50c77a2a817c92acc02f0b4390c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mlwg2" + ]; + titles = [ + { + title = "Kingston MLWG2"; + } + ]; + }; + mt7620a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-mt7620a"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-mt7620a-squashfs-sysupgrade.bin"; + sha256 = "9fc3f4a4359d1df636806abac437f075427e7a370820d6d38bb07bda9d8f5cd6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a" + ]; + titles = [ + { + title = "MediaTek MT7620a EVB"; + } + ]; + }; + mt7620a_mt7530 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-mt7620a_mt7530"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-mt7620a_mt7530-squashfs-sysupgrade.bin"; + sha256 = "f99ff6b15c42613eb300cd33f257ce6712d3aa8474476157bba5de22ddc3f8cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_mt7530" + ]; + titles = [ + { + title = "MediaTek MT7620a + MT7530 EVB"; + } + ]; + }; + mt7620a_mt7610e = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-mt7620a_mt7610e"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-mt7620a_mt7610e-squashfs-sysupgrade.bin"; + sha256 = "766ed99a74c5346bfa478973fae0e32d3cb79bacb15e8ec7785d2c79dfb96d5b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_mt7610e" + ]; + titles = [ + { + title = "MediaTek MT7620a + MT7610e EVB"; + } + ]; + }; + mt7620a_v22sg = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-mt7620a_v22sg"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-mt7620a_v22sg-squashfs-sysupgrade.bin"; + sha256 = "0b57850bed0ecb9277af1792e8fad165a6f9fecd7794256ec3919e7bb4e33699"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_v22sg" + ]; + titles = [ + { + title = "MediaTek MT7620a V22SG"; + } + ]; + }; + mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-mzk-750dhp"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "99d9e63c888e7b215332f80acd6019d00d2053c8042d6d4dc42e72efb9d40b3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-750dhp" + ]; + titles = [ + { + title = "Planex MZK-750DHP"; + } + ]; + }; + mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-mzk-ex300np"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "b657fd9bc104197e43760058820e19397a97092da54455fa1a18a2438eb69e84"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-ex300np" + ]; + titles = [ + { + title = "Planex MZK-EX300NP"; + } + ]; + }; + mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-mzk-ex750np"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "f5e8f035d9c98c180ac55192966f71786b9d88dddf447552cb45f6b5ed3818fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-ex750np" + ]; + titles = [ + { + title = "Planex MZK-EX750NP"; + } + ]; + }; + na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-na930"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-na930-squashfs-sysupgrade.bin"; + sha256 = "919d119ee52250ebf4ee4db705a52d8838eea2f2dd8ccd07007f5c5264df65f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "na930" + ]; + titles = [ + { + title = "Sercomm NA930"; + } + ]; + }; + oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-oy-0001"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-oy-0001-squashfs-sysupgrade.bin"; + sha256 = "3eeeb6b8988e496f749af153eecbc975ca335671498c2ae4006aefa15b9a16b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "oy-0001" + ]; + titles = [ + { + title = "Oh Yeah OY-0001"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-phicomm_k2g"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "39a2bf94daa50e27771e83f2fee2ac79d2334d74e5dc88c2f4ad67fb8d84ac0f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + title = "Phicomm K2G"; + } + ]; + }; + psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-psg1208"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-psg1208-squashfs-sysupgrade.bin"; + sha256 = "f5efe56b2efd85c830deb4aaa384689724716b6ca1294b3143a7aebea9a90c3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1208" + ]; + titles = [ + { + title = "Phicomm PSG1208"; + } + ]; + }; + psg1218a = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-psg1218a"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-psg1218a-squashfs-sysupgrade.bin"; + sha256 = "999e7aa7dd48c2b0277ce1d7e86c7995c784b339077e5b4699284bc2e9dc91d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1218a" + "psg1218" + ]; + titles = [ + { + title = "Phicomm PSG1218 rev.Ax"; + } + ]; + }; + psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-psg1218b"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-psg1218b-squashfs-sysupgrade.bin"; + sha256 = "6995ffe2a95ca5a3a879638b03f73a81a704f7d18cffff0c3a54de32013dc917"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1218b" + "psg1218" + ]; + titles = [ + { + title = "Phicomm PSG1218 rev.Bx"; + } + ]; + }; + ravpower_wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-ravpower_wd03"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-ravpower_wd03-squashfs-sysupgrade.bin"; + sha256 = "0f6a7ff401317fef047e431db0443ccf11d4e7b38321ad7ab8e5d194319d6180"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,wd03" + ]; + titles = [ + { + title = "Ravpower WD03"; + } + ]; + }; + rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-rp-n53"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-rp-n53-squashfs-sysupgrade.bin"; + sha256 = "a07ea6a3d33f252388977cbc095dabcb0a927f6de20e67ecaa91b7a6d72dec54"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rp-n53" + ]; + titles = [ + { + title = "Asus RP-N53"; + } + ]; + }; + rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-rt-ac51u"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "2e13029652e0497ee3ea00e45418cd3fa6fd23fbc90b735772f05ed907bd519e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-ac51u" + ]; + titles = [ + { + title = "Asus RT-AC51U"; + } + ]; + }; + rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-rt-n12p"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "12cbf502a9c2ffcd4e9bb28433e475ac9a35d14ba2805a9f5a1dcf73ae5a1514"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n12p" + ]; + titles = [ + { + title = "Asus RT-N11P/RT-N12+/RT-N12Eb1"; + } + ]; + }; + rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-rt-n14u"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "fe0247bb7642b5279f0ea048e7eb2110fddcf693a68193f9af55237866c91a49"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n14u" + ]; + titles = [ + { + title = "Asus RT-N14u"; + } + ]; + }; + tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-tiny-ac"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "dd7498b5d5bbfa39f52560df08e158f615d6ed5b6e9ffc469313b8bf94c2777d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tiny-ac" + ]; + titles = [ + { + title = "Dovado Tiny AC"; + } + ]; + }; + tplink_c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-tplink_c2-v1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-tplink_c2-v1-squashfs-factory.bin"; + sha256 = "c254eb44b03bbedd2b184536d5f8f6065e50f193c65c4e6d9481e1e56a83e5b8"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-tplink_c2-v1-squashfs-sysupgrade.bin"; + sha256 = "13ad07189242fde581ec5273c788683cb287e544f71f873d835901dd941ec296"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c2-v1" + ]; + titles = [ + { + title = "TP-Link Archer C2 v1"; + } + ]; + }; + tplink_c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-tplink_c20-v1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-tplink_c20-v1-squashfs-factory.bin"; + sha256 = "0a5f92237add8f5ede2627555eea9cd607db325363f1da9b2e991ae0cb38063f"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-tplink_c20-v1-squashfs-sysupgrade.bin"; + sha256 = "4588753598deb0fecd2c9ac0da9d2673942e27f143878fa6ba675b13c754892d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c20-v1" + ]; + titles = [ + { + title = "TP-Link ArcherC20 v1"; + } + ]; + }; + u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-u25awf-h1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "73e04c7861cb81ed78ec8a931b933b3a9431c6cfdf4a5d1ecffa8fb104e0e289"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "u25awf-h1" + ]; + titles = [ + { + title = "Kimax U25AWF-H1"; + } + ]; + }; + we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-we1026-5g-16m"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "1fa7f6917c3a2d21afcd819302b6517a762f7c657d635006638daf2921e7d825"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "we1026-5g-16m" + "we1026-5g-16m" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE1026-5G (16M)"; + } + ]; + }; + whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-whr-1166d"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "718ee113e76bde216877dc97c37b8c895e91bb2809c12a5536b889326bbada78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-1166d" + ]; + titles = [ + { + title = "Buffalo WHR-1166D"; + } + ]; + }; + whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-whr-300hp2"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "35b68a62a8be89f6509a8870b8f006da29318ff744aa6101fcc34f95ede110a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-300hp2" + ]; + titles = [ + { + title = "Buffalo WHR-300HP2"; + } + ]; + }; + whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-whr-600d"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-whr-600d-squashfs-sysupgrade.bin"; + sha256 = "cfb5e2b2d51b59154824769f1bb0451133346c49d80b42be3419f3d41dfa689d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-600d" + ]; + titles = [ + { + title = "Buffalo WHR-600D"; + } + ]; + }; + wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-wmr-300"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-wmr-300-squashfs-sysupgrade.bin"; + sha256 = "dcf362d9f6728d511b4f061c28d2c0348394771e61c53277006babdb3e621d50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wmr-300" + ]; + titles = [ + { + title = "Buffalo WMR-300"; + } + ]; + }; + wn3000rpv3 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-wn3000rpv3"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-wn3000rpv3-squashfs-factory.bin"; + sha256 = "4a3fc2a63411c36fa077f9954d22215d19c54aece37784c6e701103e4246131f"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-wn3000rpv3-squashfs-sysupgrade.bin"; + sha256 = "de10c0ce35457547ba356267baef0fd220f6220e5647a29b20ae56aa534219fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wn3000rpv3" + ]; + titles = [ + { + title = "Netgear WN3000RPv3"; + } + ]; + }; + wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-wrh-300cr"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "c83325676f023eb342fb0543f4a24432918726f7b093e3a0a5be640d550cf01f"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-wrh-300cr-squashfs-factory.bin"; + sha256 = "c62a514580b4f0ed6a1665f00abd5a3b5b23a1461c9a8bfb2ca2a7a2a6185cfb"; + type = "factory"; + } + ]; + supported_devices = [ + "wrh-300cr" + ]; + titles = [ + { + title = "Elecom WRH-300CR"; + } + ]; + }; + wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-wrtnode"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-wrtnode-squashfs-sysupgrade.bin"; + sha256 = "3db8b419bf0d1e6f7a36ba48a411e27233d18b7b85c33543acfe675987c849d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode" + ]; + titles = [ + { + title = "WRTNode"; + } + ]; + }; + wt3020-8M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-wt3020-8M"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-wt3020-8M-squashfs-factory.bin"; + sha256 = "a52bedea9da52e18f200f3fb55a842fa7b106a472fe6b57acb9b38d130da4ba2"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-mt7620-wt3020-8M-squashfs-sysupgrade.bin"; + sha256 = "0915acbcc01c5bf8f6670f2d63b0589e32400de26cb2175a35848df40831fdd8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wt3020-8M" + "wt3020" + ]; + titles = [ + { + title = "Nexx WT3020 (8MB)"; + } + ]; + }; + y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-y1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-y1-squashfs-sysupgrade.bin"; + sha256 = "ceef96395ebd5f3e399148de098e4df3b2646dabf3e82681b29abbed0532529f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "y1" + ]; + titles = [ + { + title = "Lenovo Y1"; + } + ]; + }; + y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-y1s"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-y1s-squashfs-sysupgrade.bin"; + sha256 = "c77a8b58c77422f9dbc7cb34d84b26b8b9e6040cb95318b2a3b70e232c1d4763"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "y1s" + ]; + titles = [ + { + title = "Lenovo Y1S"; + } + ]; + }; + youku-yk1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-youku-yk1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-youku-yk1-squashfs-sysupgrade.bin"; + sha256 = "0ff695caf12867952d2a9c88e49abaf9d7872e5ee0114728e6b7ba20384f1ed6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku-yk1" + ]; + titles = [ + { + title = "YOUKU YK1"; + } + ]; + }; + zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-zbt-ape522ii"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "86ffe929a76d19768ebcf6907cf9647932d81e78bcaf7475fa8f1081a6d887aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-ape522ii" + ]; + titles = [ + { + title = "Zbtlink ZBT-APE522II"; + } + ]; + }; + zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-zbt-cpe102"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "0140294d436dc7a6c752a0fb1e6d02d81cc32c914e2eee107351b8bae8a02cc3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-cpe102" + ]; + titles = [ + { + title = "Zbtlink ZBT-CPE102"; + } + ]; + }; + zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-zbt-wa05"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "15ba5a66473f3e83f236a5f1ed708eb65bba3cc59325a27a7c03bcae8f29d7cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wa05" + ]; + titles = [ + { + title = "Zbtlink ZBT-WA05"; + } + ]; + }; + zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-zbt-we2026"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "6c622d9c68cfe6354bb6868d08b46f4b1deb6e0a7cf44f2f6a2c893e828f634e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we2026" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE2026"; + } + ]; + }; + zbt-we826-16M = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-zbt-we826-16M"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-zbt-we826-16M-squashfs-sysupgrade.bin"; + sha256 = "48a22274e5391f153312ef9a1965cfea5bb1f1cef5334cc22c8d311a2c287704"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we826-16M" + "zbt-we826" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826 (16M)"; + } + ]; + }; + zbt-we826-32M = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-zbt-we826-32M"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-zbt-we826-32M-squashfs-sysupgrade.bin"; + sha256 = "0ca2de9e74909d8b62671853ac66a7131c086a0ec97b38babeb14a7a3ba4f0aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we826-32M" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826 (32M)"; + } + ]; + }; + zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-zbt-wr8305rt"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "a5e9f59707d8879a1369c010e694ea90f23cb407e98914f11a084afe577895b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wr8305rt" + ]; + titles = [ + { + title = "Zbtlink ZBT-WR8305RT"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "0f2169977649c7ed5c298366928f774c611561a85ed27fbc2e4012210b18c402"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826-E"; + } + ]; + }; + zte-q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7620-zte-q7"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7620-zte-q7-squashfs-sysupgrade.bin"; + sha256 = "ddec85b78b41f26ed79889395b21285cf61a1cbd54020eb354df92a238173c8c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte-q7" + ]; + titles = [ + { + title = "ZTE Q7"; + } + ]; + }; + }; + target = "ramips/mt7620"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + "11acnas" = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-11acnas"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-11acnas-squashfs-sysupgrade.bin"; + sha256 = "98cd02268b53b969ee2a455abe3878d5400fe67a6ceaccffb6fd3a58eccc6d6c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "11acnas" + ]; + titles = [ + { + title = "WeVO 11AC NAS Router"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "5f0f8675fd6e9c793a612507174edce3d1b7092ddd9cfdcca18274409501079f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + ]; + titles = [ + { + title = "ALFA Network Quad-E4G"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "03e6f6c6c4488b4ab329d2ca4bb5cf816b6743a28886363d5e0ba962d8214d50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + title = "ASUS RT-AC57U"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "9f931f2a727b5bcc17e6547d1aed47945aab85ef286f0c33363f3e8d33bb998a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + title = "Newifi D2"; + } + ]; + }; + dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-dir-860l-b1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "3e30f79cddaa3e08f9b8baf1ce90824c3ac2aa648128e736583aa6ec37e6f639"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-dir-860l-b1-squashfs-factory.bin"; + sha256 = "fe8a76990e052e3bd64d93a55b0d64887deceb547ffa0de4a4194a5e0eb92cba"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-860l-b1" + ]; + titles = [ + { + title = "D-Link DIR-860L B1"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "7759380376e4c1ccaf18294f13cf1b3e4550126339e9fa37f5e05dc0d44a8ce5"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "96f08318ab9835c3615486ccfe89118850f27980e9b2b540b7fc1692d7caf5aa"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + title = "ELECOM WRC-1167GHBK2-S"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "2eba34219b90af2a2d61ffa8eed09196634a8b3f081fb575f6c3aef24ad1dda4"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "195c6d5bce288cee11ce0b184af2a65b02019a24d2efd4627d20cef26f62fe05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + title = "ELECOM WRC-1900GST"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "b83ae4976ba800eca176d3a2cd65e812adb494c60468056f772bf8be61a2a78f"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "530fde3083de179638f725e329416d411594e02bd854e75e7938206e4912e503"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + title = "ELECOM WRC-2533GST"; + } + ]; + }; + ew1200 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-ew1200"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-ew1200-squashfs-sysupgrade.bin"; + sha256 = "272d253646bf871fcc0a2b017bc391596f8e65efce5d446ddabf013815de37aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ew1200" + ]; + titles = [ + { + title = "AFOUNDRY EW1200"; + } + ]; + }; + firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-firewrt"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-firewrt-squashfs-sysupgrade.bin"; + sha256 = "625256956e6ffde96e09dc2b62ab693294387d028e836c4f1df17fc38b38a5ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "firewrt" + ]; + titles = [ + { + title = "Firefly FireWRT"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "0dcd3443a429c37946deb5c3bcfac8ecccb3d0f85051ef0c668ed5e2b6e19837"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + title = "GnuBee Personal Cloud One"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "89a6b3d3cfd17174d548788e077656f17b71037ca5a26187f3f077f76b211187"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + title = "GnuBee Personal Cloud Two"; + } + ]; + }; + hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-hc5962"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-hc5962-squashfs-factory.bin"; + sha256 = "cfde23359844ff4c5fb6ce5263b9d86f4c9f307066c7339f2baa2c59511d945e"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-hc5962-squashfs-sysupgrade.bin"; + sha256 = "2299091a36b9f06e57a51d8dc57384216ab32b1eae7ceba06d6cb5d0905b87f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5962" + ]; + titles = [ + { + title = "HiWiFi HC5962"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "9cb83cdea1ee05af25bcc952c001a9e3dc49a6c3056bd982c89af0ab56bf196f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + title = "I-O DATA WN-AX1167GR"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "173ac55c27b843aa1f1047e19a301f2ebe01af7410127b49da45df81c9b523bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + title = "I-O DATA WN-GX300GR"; + } + ]; + }; + k2p = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-k2p"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-k2p-squashfs-sysupgrade.bin"; + sha256 = "b8d76ef50568166b4482a4a316e7283f21f6a3b0949c1955a61eb78b3283ad43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "k2p" + ]; + titles = [ + { + title = "Phicomm K2P"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "aef400e5074a8833db133d2b34c7c090dfe30c41eabda29f6c1f5d192539bec3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + title = "Mediatek AP-MT7621A-V60 EVB"; + } + ]; + }; + mikrotik_rb750gr3 = { + device_packages = [ + "kmod-usb3" + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-mikrotik_rb750gr3"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-mikrotik_rb750gr3-squashfs-sysupgrade.bin"; + sha256 = "97afcea3f8812ea3680ecdab1d5181fe6123172717044f52dd21827b3c7ffa1e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rb750gr3" + ]; + titles = [ + { + title = "MikroTik RouterBOARD RB750Gr3"; + } + ]; + }; + mikrotik_rbm11g = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-mikrotik_rbm11g"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-mikrotik_rbm11g-squashfs-sysupgrade.bin"; + sha256 = "ee592e3cf82da7514b94713a03a8c026ad7f2e15d795a2495af27c57c5ab96c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rbm11g" + ]; + titles = [ + { + title = "MikroTik RouterBOARD M11G"; + } + ]; + }; + mikrotik_rbm33g = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-mikrotik_rbm33g"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-mikrotik_rbm33g-squashfs-sysupgrade.bin"; + sha256 = "af3b6858bd86541af7d24ba186b05fdad0da9d3e7da231ce11d243553f4e8381"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rbm33g" + ]; + titles = [ + { + title = "MikroTik RouterBOARD M33G"; + } + ]; + }; + mqmaker_witi-256m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-mqmaker_witi-256m"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-mqmaker_witi-256m-squashfs-sysupgrade.bin"; + sha256 = "faa57b5057475ec923659a9c073f7f97ca335595e4eda8e25bc70d2e70244437"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi-256m" + "witi" + ]; + titles = [ + { + title = "MQmaker WiTi (256MB RAM)"; + } + ]; + }; + mqmaker_witi-512m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-mqmaker_witi-512m"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-mqmaker_witi-512m-squashfs-sysupgrade.bin"; + sha256 = "08016bb3ac2c57fcb64e91da7628e06bc5ed3dca171732422200145b619cc72d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi-512m" + ]; + titles = [ + { + title = "MQmaker WiTi (512MB RAM)"; + } + ]; + }; + mt7621 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-mt7621"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-mt7621-squashfs-sysupgrade.bin"; + sha256 = "03bf7970fd0f9cd6deedefecc83202776ff3e47fd372d5310620fd6c74d6d247"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7621" + ]; + titles = [ + { + title = "MediaTek MT7621 EVB"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-mtc_wr1201"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "8b86eb72b0b0e3edd1adcd9c095deb7eb82307e57ff88869132c9e7a7f83686b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + title = "MTC Wireless Router WR1201"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-netgear_ex6150"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "baf8b8e55f96b04be60cdcc35984706e8ebfacec94c81e6f43ed5a3a93c13ca7"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "b7905f289bad7707c2b9becf75301a96b93632704aae86a162a70ce52af0954f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + title = "Netgear EX6150"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-netgear_r6350"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "68a2453bb1a0da14d13b5b044cfbe9f79a3eacc164afeca37032ebb9faa85bce"; + type = "kernel"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "31e2e60a896f674dde9683c062ba4715c95b96d2b5a5c5ffa802f5a6306e8ae3"; + type = "rootfs"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "4e6524d98a746377119e1624ea556ffb5c35af2f43a04a55c331e4456f1409e7"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "0a635859fc24d81e095a5db47a08f1c3a31daf200c8cdeb6a38bb5e97e188326"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + title = "Netgear R6350"; + } + ]; + }; + newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-newifi-d1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "5d7b19af8db4521883655469d8302726f55b7b98c267fe389bca4706c2f47228"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "newifi-d1" + ]; + titles = [ + { + title = "Newifi D1"; + } + ]; + }; + pbr-m1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-pbr-m1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "b1118970a23ddd73db7c7fcb58228ce640c240933a8062a1d8f4e00ddadff888"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pbr-m1" + ]; + titles = [ + { + title = "PBR-M1"; + } + ]; + }; + r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-r6220"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-r6220-squashfs-factory.img"; + sha256 = "fb4444ce52e598894bacb5258d6426085ef8c18de09453dbd28bb7b88613607e"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-r6220-squashfs-kernel.bin"; + sha256 = "2da585d385636faa8c2cf5fd2d1a4f3dc50e719042f785d1bce7d94b990df276"; + type = "kernel"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-r6220-squashfs-sysupgrade.bin"; + sha256 = "bb80a8365188a1b4c46ea50648df7b06324d72f27a9055f2c1679a0c60e50c59"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-r6220-squashfs-rootfs.bin"; + sha256 = "756ce8027f1fa611045e7eb096e7a476ec7dc83e025b1d4ba8587312bc160552"; + type = "rootfs"; + } + ]; + supported_devices = [ + "r6220" + ]; + titles = [ + { + title = "Netgear R6220"; + } + ]; + }; + re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-re350-v1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-re350-v1-squashfs-sysupgrade.bin"; + sha256 = "d6307f0bdd1bcb8654cd40f5a6badfbbf13ba5329af1eb1a9ce0fdaa9dd3eb54"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-re350-v1-squashfs-factory.bin"; + sha256 = "eae30b56a9b191be23ad9d1e67a788a168eb57d181dc069fd13d20887d6a6b2f"; + type = "factory"; + } + ]; + supported_devices = [ + "re350-v1" + ]; + titles = [ + { + title = "TP-LINK RE350 v1"; + } + ]; + }; + re6500 = { + device_packages = [ + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-re6500"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-re6500-squashfs-sysupgrade.bin"; + sha256 = "5c7acecdbd19dd592355b8c0306a1571e8319bbf8cff686e17014aa70d93ec8f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "re6500" + ]; + titles = [ + { + title = "Linksys RE6500"; + } + ]; + }; + sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-sap-g3200u3"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "6bea4bd3c57602c62b7b072ae392dcb7cc87bcb3a3e0c1a481caede3cc0db28f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sap-g3200u3" + ]; + titles = [ + { + title = "STORYLiNK SAP-G3200U3"; + } + ]; + }; + sk-wb8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-sk-wb8"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-sk-wb8-squashfs-sysupgrade.bin"; + sha256 = "f78690a51542762555264038abcf7e0289df7c820dadc8f297e0cdac9f64074b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sk-wb8" + ]; + titles = [ + { + title = "SamKnows Whitebox 8"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-telco-electronics_x1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "53a9cfd48085af9a94c059c553eab1b42e74c819ad74fc533e9266a4811cbae0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + title = "Telco Electronics X1"; + } + ]; + }; + timecloud = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-timecloud"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-timecloud-squashfs-sysupgrade.bin"; + sha256 = "9033486b781d2e785a03577091ca4f572693dae04414991ad53e9def9cb6b83c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "timecloud" + ]; + titles = [ + { + title = "Thunder Timecloud"; + } + ]; + }; + ubnt-erx = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-ubnt-erx"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-ubnt-erx-squashfs-sysupgrade.bin"; + sha256 = "9ff33d99be1334bd0e9d89caca173fdb136a1ad0cd98e82df5bfa1fe02040415"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + title = "Ubiquiti EdgeRouter X"; + } + ]; + }; + ubnt-erx-sfp = { + device_packages = [ + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-i2c-gpio-custom" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-ubnt-erx-sfp"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-ubnt-erx-sfp-squashfs-sysupgrade.bin"; + sha256 = "e953e763a2bcb4af96d31ecd427733affb5a347cf8461e8fca473af9cf9ccdab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt-erx-sfp" + "ubiquiti,edgerouterx" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + title = "Ubiquiti EdgeRouter X-SFP"; + } + ]; + }; + unielec_u7621-06-256m-16m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-unielec_u7621-06-256m-16m"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-unielec_u7621-06-256m-16m-squashfs-sysupgrade.bin"; + sha256 = "ec342a10822cd9bdea13cf518ea0fb08bf4acc75dedd2e8fb21416bf459b6fd5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-256m-16m" + "u7621-06-256M-16M" + ]; + titles = [ + { + title = "UniElec U7621-06 (256M RAM/16M flash)"; + } + ]; + }; + unielec_u7621-06-512m-64m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-unielec_u7621-06-512m-64m"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-unielec_u7621-06-512m-64m-squashfs-sysupgrade.bin"; + sha256 = "cceef81830f1e8e370e3ba8da01209e0a425abed5d365b6b25f4348b2d60fcac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + title = "UniElec U7621-06 (512M RAM/64M flash)"; + } + ]; + }; + vr500 = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-vr500"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-vr500-squashfs-sysupgrade.bin"; + sha256 = "09d1b9e07670936559606e89069be67fe026dbc4efea0895a5dc0c128fbdcb2f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vr500" + ]; + titles = [ + { + title = "Planex VR500"; + } + ]; + }; + w2914nsv2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-w2914nsv2"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-w2914nsv2-squashfs-sysupgrade.bin"; + sha256 = "0decdef37fc5f7950fd4cd6ee5f84cd581323472c5b0ff6de489e291de2aca79"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w2914nsv2" + ]; + titles = [ + { + title = "WeVO W2914NS v2"; + } + ]; + }; + wf-2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-wf-2881"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-wf-2881-squashfs-sysupgrade.bin"; + sha256 = "8a2d0de98c06928a425fca9878978ab74194c5f930652068aadad8d95cef07a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wf-2881" + ]; + titles = [ + { + title = "NETIS WF-2881"; + } + ]; + }; + wndr3700v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-wndr3700v5"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-wndr3700v5-squashfs-factory.img"; + sha256 = "0577f133b6e273b99fe06b2189f7013e8234227b75fa2eb15076238cb4f9d34c"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-wndr3700v5-squashfs-sysupgrade.bin"; + sha256 = "910928da9394749d97b2687dab3945a78ed3cbf2173fa8a4e376f517bc3c1ef9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wndr3700v5" + ]; + titles = [ + { + title = "Netgear WNDR3700v5"; + } + ]; + }; + wsr-1166 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-wsr-1166"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-wsr-1166-squashfs-sysupgrade.bin"; + sha256 = "20946d5cd614b43537c6593f5d84606c9e554f57336d6a63b744fe55b969ae08"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wsr-1166" + ]; + titles = [ + { + title = "Buffalo WSR-1166"; + } + ]; + }; + wsr-600 = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-wsr-600"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-wsr-600-squashfs-sysupgrade.bin"; + sha256 = "db7db9ff63690beb2c26165989b6ee2c8ed6272bc35a3ee45a92f29552d04597"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wsr-600" + ]; + titles = [ + { + title = "Buffalo WSR-600"; + } + ]; + }; + xiaomi_mir3g = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-xiaomi_mir3g"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-xiaomi_mir3g-squashfs-sysupgrade.bin"; + sha256 = "05f62b984e015f0e523e6fc0a5dbf9f97e0511001f20ba415fb656eb9ec9d392"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-xiaomi_mir3g-squashfs-kernel1.bin"; + sha256 = "8400383257972b9c114ad543e55661c9eade572d74c6c75d245366f09d14ff84"; + type = "kernel1"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-xiaomi_mir3g-squashfs-rootfs0.bin"; + sha256 = "92ea6931338795905d0fc410417b8328000b17e84cda1f9b90df266befab22b4"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mir3g" + "R3G" + "mir3g" + ]; + titles = [ + { + title = "Xiaomi Mi Router 3G"; + } + ]; + }; + xiaomi_mir3p = { + device_packages = [ + "kmod-mt7615e" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-xiaomi_mir3p"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-xiaomi_mir3p-squashfs-sysupgrade.bin"; + sha256 = "912c0cb4e3072d3cff6e9d7e550a50f8839ebcb9bd98dbe03e71d8533d4fa517"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt7621-xiaomi_mir3p-squashfs-factory.bin"; + sha256 = "335fa53ac3ebb7656ab3f23e55728d6109ed68643a098ddd61b2087651a903ea"; + type = "factory"; + } + ]; + supported_devices = [ + "xiaomi,mir3p" + ]; + titles = [ + { + title = "Xiaomi Mi Router 3 Pro"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "9fef9498944940c97cded61edced13697dd63dfa6f9e579456ea07061b18f7f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + title = "CreativeBox v1"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-youhua_wr1200js"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "dba7a149544e8feb64affc8d88cf5136979517e1b216b8a8086091f149c4ce08"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + title = "YouHua WR1200JS"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-youku_yk-l2"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "9530b986dbb3b7346cee08aa4f730407575bb7316354ed1e17e82f88f631fb90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + title = "Youku YK-L2"; + } + ]; + }; + zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-zbt-we1326"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "0217f530908e6de316309f27aa8ba4f094482562fd6d598c37cf865554aed1b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we1326" + ]; + titles = [ + { + title = "ZBT WE1326"; + } + ]; + }; + zbt-wg2626 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-zbt-wg2626"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "bedbe0cc75906cd60a6d755e35a9731f297c6d3655f35518198517e5a631e308"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg2626" + ]; + titles = [ + { + title = "ZBT WG2626"; + } + ]; + }; + zbt-wg3526-16M = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-zbt-wg3526-16M"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-zbt-wg3526-16M-squashfs-sysupgrade.bin"; + sha256 = "69dca1c82b02da1613446cc2034df67e847f4ebcffd6cd1a75bc4cbad60a9ed2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg3526-16M" + "zbt-wg3526" + ]; + titles = [ + { + title = "ZBT WG3526 (16MB flash)"; + } + ]; + }; + zbt-wg3526-32M = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-zbt-wg3526-32M"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-zbt-wg3526-32M-squashfs-sysupgrade.bin"; + sha256 = "5d62c08dbb6d606057414c30d6f6064d9f62e155b6a831092f72df848a73052b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg3526-32M" + "ac1200pro" + ]; + titles = [ + { + title = "ZBT WG3526 (32MB flash)"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "805c7434a260368c668a3c9e0aea12c989f684238de5d71762ee3b521466d5aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + title = "ZBT WE3526"; + } + ]; + }; + }; + target = "ramips/mt7621"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-mt7603" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + LinkIt7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-LinkIt7688"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-LinkIt7688-squashfs-sysupgrade.bin"; + sha256 = "b1ffabf6cb1323d5d39b41b5ab119998e15f8ad9b70a8840ca69b70762baac03"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + title = "MediaTek LinkIt Smart 7688"; + } + ]; + }; + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "89df33c0ab03c6df8fa686332a1950e34b925ce3f518d0b1a447e71e362c701c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + ]; + titles = [ + { + title = "ALFA Network AWUSFREE1"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-cudy_wr1000"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "776a3979e204458da0a87f78560eff28ff70cd8c5f9dd22a580566d041a6e536"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "2df07f32350482d5b691fa6765cbd779cd3ab8b653cbc7224447968fb4f35aef"; + type = "factory"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + title = "Cudy WR1000"; + } + ]; + }; + duzun-dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-duzun-dm06"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-duzun-dm06-squashfs-sysupgrade.bin"; + sha256 = "789c31a003ea92cb06af324b49a63a298ebda32bd3769569cece7ee991ce1f50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "duzun-dm06" + ]; + titles = [ + { + title = "DuZun DM06"; + } + ]; + }; + gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-gl-mt300n-v2"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "85e106737ba6aadbce9139dd0876b351dc1b848d1ff77b35bd9f26363540ce99"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300n-v2" + ]; + titles = [ + { + title = "GL-iNet GL-MT300N-V2"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-glinet_vixmini"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "2c2668397139193678e42331ff7f5bce6cf78c6efb930add9b2328ea86b97e89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + title = "GL.iNet VIXMINI"; + } + ]; + }; + hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-hc5661a"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-hc5661a-squashfs-sysupgrade.bin"; + sha256 = "80dd7da2a00c4c2dcf528781642a7b969b9b2303a4f4850c6cec5a6b99ece21d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5661a" + ]; + titles = [ + { + title = "HiWiFi HC5661A"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "fc5b908e030cf5a480133cb4e1998926ecc890d0153a4e4efacc5d78d71db003"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + title = "HILINK HLK7628N"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "5258369ab979260bf6e89b4f8d79af0c67ef1180c0e06811e9125633f96f1411"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + title = "HiWiFi HC5861B"; + } + ]; + }; + mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-mac1200r-v2"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "5a7e0a2d5427ae6be738a3bf6d9d926d6bbe4a9167bd4affbba643323a0e32d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mac1200rv2" + ]; + titles = [ + { + title = "Mercury MAC1200R v2.0"; + } + ]; + }; + miwifi-nano = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-miwifi-nano"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "3ed33ba3a9ea14d4d9f74cc58771ebb721e7db66a3e3c7408e2614d23f4795eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miwifi-nano" + ]; + titles = [ + { + title = "Xiaomi MiWiFi Nano"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-netgear_r6120"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "085a727fff0843e02ec3b143a2e978b6d8241ab32acf4f224e1da3841763c564"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "414a8bcd50df644da2ca475e2833a808504b3d3a1b3acc404f2801325e09b668"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + title = "Netgear R6120"; + } + ]; + }; + omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-omega2"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-omega2-squashfs-sysupgrade.bin"; + sha256 = "c756c5b3fcb75b3a96b2a0d796b6dbb97fa9124ed6c03ec7cac5bdf73fa96a2d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omega2" + ]; + titles = [ + { + title = "Onion Omega2"; + } + ]; + }; + omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-omega2p"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-omega2p-squashfs-sysupgrade.bin"; + sha256 = "b31095bc1c9f61779baebc17eeab6f4ebca30c19571b18e0f6f43417f7038bfb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omega2p" + ]; + titles = [ + { + title = "Onion Omega2+"; + } + ]; + }; + pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-pbr-d1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "dadce73abb5a3a5aa2b2a50b91fae90c1b22ae0c0fb47eb93b7535ccde64a5ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pbr-d1" + ]; + titles = [ + { + title = "PBR-D1"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "af08b13a0ce506a8ccc9eb0fa166306fe6444a14bef7b91927afc2051f3ec7ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + title = "Rakwireless RAK633"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-skylab_skw92a"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "33b2cd2c26c51db4df74015f6b4b0d0f6e1c98679f0c90cf69553d15c591fee2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + title = "Skylab SKW92A"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-tama_w06"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "2e360a297702624fe69b2dfe63ca418ec1670ac6f03c05dfc165bd51d4b3e868"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + title = "Tama W06"; + } + ]; + }; + tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-tl-wr840n-v4"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "7a27da4083c36d079e295db6ab25541e6a13497fbde16cbfb13471b598feca20"; + type = "tftp-recovery"; + } + { + name = "openwrt-19.07.5-ramips-mt76x8-tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "3a591d4bb8afcb0a0ce6f413b750c18d48c15f53e9fd2b9bc972e47d1e855b7f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr840n-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR840N v4"; + } + ]; + }; + tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-tl-wr841n-v13"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "1db4bdca9ab0964a09ec59ac5f7c57c257b65ef0c076ad932037084049c04428"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt76x8-tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "c92a2f8260039e2c84318200ca2586cabd3acb4b8fe1440031f69c33fa86258d"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tl-wr841n-v13" + ]; + titles = [ + { + title = "TP-Link TL-WR841N v13"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-totolink_lr1200"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "8b0374f1d55f5ac8e9a65c458e41f5a0bdcc3ba51e61cfe72186b3a2e26f5a13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + title = "TOTOLINK LR1200"; + } + ]; + }; + tplink_c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-tplink_c20-v4"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_c20-v4-squashfs-sysupgrade.bin"; + sha256 = "8c460e97102b80531a9c13e1706b5114d45c0592ae787df1e450cdb2941e0fcf"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "5ba519e57b62ae48b0734e3e642271e728fc26390604bbee0b84dcb9366f04dc"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,c20-v4" + ]; + titles = [ + { + title = "TP-Link ArcherC20 v4"; + } + ]; + }; + tplink_c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-tplink_c50-v3"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "2fca571b59593e7d1d19d58f840fe2e623c6a724c0e3577b8dd86d930c6a422e"; + type = "tftp-recovery"; + } + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_c50-v3-squashfs-sysupgrade.bin"; + sha256 = "db57bd8ac0a716085e42327ebee1dac8ffb404e6baee8b3df36ec2211129b3af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c50-v3" + ]; + titles = [ + { + title = "TP-Link ArcherC50 v3"; + } + ]; + }; + tplink_c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-tplink_c50-v4"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_c50-v4-squashfs-sysupgrade.bin"; + sha256 = "462c356eafeb3642736fc705290b513bce96a69807b67e8b6e71dfa80eec4e5b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c50-v4" + ]; + titles = [ + { + title = "TP-Link ArcherC50 v4"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "3ba2b2ae6b99fa24d9cd1188f32950cbf0211409f9f91ba4e4b106686e2fdccf"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "d98e2a33d6af77a0cd4eca8e5a4e1a7b9fa22f624c18a90bd39472d579922f53"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + title = "TP-Link TL-MR3020 v3"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "9b39cbe3991c2215ac3c6638307d3627c065b59a1ed124a33d1ec5d225ffef35"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "9a2f7fde4bac316a5bbb4fbd99f91bbdf2af7650e97532f15317546ba0814b70"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + title = "TP-Link TL-MR3420 v5"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "318d45af161b65d9582e2ab18450a030779b55ad0afe93e56166996706bea970"; + type = "tftp-recovery"; + } + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "1a110bbb161094c587b71305c03e753c9fff69375bd70f62565562b6f9529bf8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + title = "TP-Link TL-WA801ND v5"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "adc1d630e0ee576d738aae5743f6208a19b0b679452d64788e5fcca488188a35"; + type = "tftp-recovery"; + } + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "1143f32f17c432fa235d1ed3962a2c2260f79dbdad17916b3ef53eb38c039579"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR802N v4"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "96c372d803dd1ac3eccf70b71a8378394f0a1f966868e9da7c8ef047574374ec"; + type = "tftp-recovery"; + } + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "82c0c8883048483638859d50f4c80b54239fc0739e5ec4c2d494b25e4c707346"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + title = "TP-Link TL-WR842N v5"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "005521b2178861538104a3666d88e72367d43747f1a37a760671da2ec5757028"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "b03cf707284d841e1a03d7e447132f9760acb96af74fea8b9ed2561a45d3140d"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + title = "TP-Link TL-WR902AC v3"; + } + ]; + }; + u7628-01-128M-16M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-u7628-01-128M-16M"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-u7628-01-128M-16M-squashfs-sysupgrade.bin"; + sha256 = "d4f83aca43dd8a0a9fe75b476c4e0d9306e82e0ecf0db45d91ea3b785b1222b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "u7628-01-128M-16M" + ]; + titles = [ + { + title = "UniElec U7628-01 (128M RAM/16M flash)"; + } + ]; + }; + vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-vocore2"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-vocore2-squashfs-sysupgrade.bin"; + sha256 = "344e77409b33669400e5800477e5fb804df289a3060de36f4faa04f24802de94"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore2" + ]; + titles = [ + { + title = "VoCore VoCore2"; + } + ]; + }; + vocore2lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-vocore2lite"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-vocore2lite-squashfs-sysupgrade.bin"; + sha256 = "3094f29bd7b5246b2c6f1e2142329bc1f13bbd367d6a8211d03ef2a958b99d12"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore2lite" + ]; + titles = [ + { + title = "VoCore VoCore2-Lite"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "8ff905bf0bee77922df846972f5fd7011cf56a2f1a2ecf0b7894d1c6d6712757"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + title = "Wavlink WL-WN570HA1"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "0a6d2821509cb6676c7b08a8cfb9b7e0de34ee3c0e13da12c337e34fc78e3317"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + title = "Wavlink WL-WN575A3"; + } + ]; + }; + wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-wcr-1166ds"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "3cf1e0a00e5197d7794a9f3cfccdad94d2b81662221f32d4daf986690b3b930f"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-mt76x8-wcr-1166ds-squashfs-factory.bin"; + sha256 = "287f0ab50171d274531f7f7c63284d00935efa150e0f0e9b8bdb30746976968c"; + type = "factory"; + } + ]; + supported_devices = [ + "wcr-1166ds" + ]; + titles = [ + { + title = "Buffalo WCR-1166DS"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-widora_neo-16m"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "f744a3fa63e1d7962c08298dba6ae9bb2742aa1fd9adf96737d5185dded8fdd6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + title = "Widora-NEO (16M)"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-widora_neo-32m"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "8d0496e114f3f51a0dedb22002cea853daec66d1af7ae6b24ff4c6516b8dbe03"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + title = "Widora-NEO (32M)"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "90503401a2d55530a1503933f6b6f83ceb4e7d416d4a2ec5c8e0a13d1af64a04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + title = "WIZnet WizFi630S"; + } + ]; + }; + wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-wrtnode2p"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "52cfe6a218ef8e9de881279a1f913eee53c59069b0ceeb04ac79787a961d4b76"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode2p" + ]; + titles = [ + { + title = "WRTnode 2P"; + } + ]; + }; + wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-wrtnode2r"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "0015ccbd44971b7420f252607f24d77aa72b94cbe8a375aa284e2e1936f46b5b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode2r" + ]; + titles = [ + { + title = "WRTnode 2R"; + } + ]; + }; + xiaomi_mir4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-xiaomi_mir4a-100m"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-xiaomi_mir4a-100m-squashfs-sysupgrade.bin"; + sha256 = "9efc8567f71d844e910556a945c550b664b99f533478009f7c233f4e7f856148"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mir4a-100m" + ]; + titles = [ + { + title = "Xiaomi Mi Router 4A (100M Edition)"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "8c97358a9fd7674b631d886d4d6b7629f0af2a425c22565b08cfbf18af68ce33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + title = "ZBTlink ZBT-WE1226"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + name = "openwrt-19.07.5-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "ca60259d8f77dde3ef3253473ff906aad72bdddba59a28db8fc5198f0cb9a8a1"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "212f21d41d29fa1ff864089bd35a6f498638988815203b277d81697ccea08aaf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + title = "ZyXEL Keenetic Extra II"; + } + ]; + }; + }; + target = "ramips/mt76x8"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + ar670w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt288x-ar670w"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt288x-ar670w-squashfs-factory.bin"; + sha256 = "092a583156a43397b4a578349a299f35ab2af088812a4b7f20ed1c0d3458bf22"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-rt288x-ar670w-squashfs-sysupgrade.bin"; + sha256 = "82d5e536c698568d525d699d7fbda20e80c217249a4ee7bea3c1c35c5085c22b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ar670w" + ]; + titles = [ + { + title = "Airlink AR670W"; + } + ]; + }; + ar725w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt288x-ar725w"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt288x-ar725w-squashfs-sysupgrade.bin"; + sha256 = "f8e39fe65f82f58b05a669a2459f3cd191a8a8714fb836f2b858d255fb4af983"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ar725w" + ]; + titles = [ + { + title = "Airlink AR725W"; + } + ]; + }; + dlink_dap-1522-a1 = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt288x-dlink_dap-1522-a1"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt288x-dlink_dap-1522-a1-squashfs-sysupgrade.bin"; + sha256 = "0388b03d78fd8adfe9e946e26aa8b5659bfa07f10febf2573bc698f7f8864c84"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-rt288x-dlink_dap-1522-a1-squashfs-factory.bin"; + sha256 = "3635b34b9e3aad1b7fd0e07c99af3e05255e427446376be5ea29102cbce125f0"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1522-a1" + ]; + titles = [ + { + title = "D-Link DAP-1522 A1"; + } + ]; + }; + f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt288x-f5d8235-v1"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt288x-f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "9281a9fc656900bfebeec801bcffcacf09ca2b768ea6c3c6b3f12a6cd00ecf04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f5d8235-v1" + ]; + titles = [ + { + title = "Belkin F5D8235 V1"; + } + ]; + }; + rt-n15 = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt288x-rt-n15"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt288x-rt-n15-squashfs-sysupgrade.bin"; + sha256 = "334922038e4693bd34bd68c3900738f00be224871c694e4c31581a2c27fb2c03"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n15" + ]; + titles = [ + { + title = "Asus RT-N15"; + } + ]; + }; + v11st-fe = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt288x-v11st-fe"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt288x-v11st-fe-squashfs-sysupgrade.bin"; + sha256 = "888d49944e0d910adae61a86d3114b563db17d288cab649243362d28f54dad97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "v11st-fe" + ]; + titles = [ + { + title = "Ralink V11ST-FE"; + } + ]; + }; + wli-tx4-ag300n = { + device_packages = [ + "kmod-switch-ip17xx" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt288x-wli-tx4-ag300n"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt288x-wli-tx4-ag300n-squashfs-sysupgrade.bin"; + sha256 = "eff099fce4a8347ad6da80f9b3e73c8d79ed498beaa60588729a82c0cfb56fbb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wli-tx4-ag300n" + ]; + titles = [ + { + title = "Buffalo WLI-TX4-AG300N"; + } + ]; + }; + wzr-agl300nh = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt288x-wzr-agl300nh"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt288x-wzr-agl300nh-squashfs-sysupgrade.bin"; + sha256 = "8a7a52c9e01ebb2041e6dab8784b28aabc29aaf6a85c0c376d8459bf506bf386"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wzr-agl300nh" + ]; + titles = [ + { + title = "Buffalo WZR-AGL300NH"; + } + ]; + }; + }; + target = "ramips/rt288x"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + "3g-6200n" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-3g-6200n"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-3g-6200n-squashfs-sysupgrade.bin"; + sha256 = "c8882617df9369ee8cc696807b9cc64c28b3e4b79bc9dbd09b1a235f8b0d1691"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g-6200n" + ]; + titles = [ + { + title = "Edimax 3g-6200n"; + } + ]; + }; + "3g-6200nl" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-3g-6200nl"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-3g-6200nl-squashfs-sysupgrade.bin"; + sha256 = "97b759d7a50ecedd9210ca549b36e95e9db3de47797e48a6c8569267665b3a4e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g-6200nl" + ]; + titles = [ + { + title = "Edimax 3g-6200nl"; + } + ]; + }; + "3g150b" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-3g150b"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-3g150b-squashfs-sysupgrade.bin"; + sha256 = "80651400e7343b14f378fc932b76d70a1280d5a2010e549fe7ff453d9bf73020"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g150b" + ]; + titles = [ + { + title = "Tenda 3G150B"; + } + ]; + }; + "3g300m" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-3g300m"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-3g300m-squashfs-sysupgrade.bin"; + sha256 = "417dd2fee8c9f403407018857e64081ad3212c9543ab02755930a095322c356e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g300m" + ]; + titles = [ + { + title = "Tenda 3G300M"; + } + ]; + }; + air3gii = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-air3gii"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-air3gii-squashfs-sysupgrade.bin"; + sha256 = "1a9a99846b964554c9653f4406bac68ffbc22ca5a0498f18284934d6f95029d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "air3gii" + ]; + titles = [ + { + title = "AirLive Air3GII"; + } + ]; + }; + all0256n-4M = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-all0256n-4M"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-all0256n-4M-squashfs-sysupgrade.bin"; + sha256 = "f43d82a8ae508f58a549ac4b1f1642b6015b83d1286acbbb75e459545c97eab8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all0256n-4M" + ]; + titles = [ + { + title = "Allnet ALL0256N (4MB)"; + } + ]; + }; + all0256n-8M = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-all0256n-8M"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-all0256n-8M-squashfs-sysupgrade.bin"; + sha256 = "6ce8eb470bdc760523a32fe04387c6d14628888b305dff27cac875f07e86c89d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all0256n-8M" + ]; + titles = [ + { + title = "Allnet ALL0256N (8MB)"; + } + ]; + }; + all5002 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-all5002"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-all5002-squashfs-sysupgrade.bin"; + sha256 = "b000efb99496ce3def7c7312424f6b2b2b77ad7991c04ad63fc0c15a2be7bf7c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all5002" + ]; + titles = [ + { + title = "Allnet ALL5002"; + } + ]; + }; + all5003 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-all5003"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-all5003-squashfs-sysupgrade.bin"; + sha256 = "7147c35782ab07daa595cde0f0abc8ef34afb12f0beb0f440c4845d3544c6618"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all5003" + ]; + titles = [ + { + title = "Allnet ALL5003"; + } + ]; + }; + asl26555-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-asl26555-16M"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-asl26555-16M-squashfs-sysupgrade.bin"; + sha256 = "f22e331194fc1adf97ebdece9ae561843318db4efe22e60eb55e7ffaf4870abd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asl26555-16M" + "asl26555" + ]; + titles = [ + { + title = "Alpha ASL26555 16M"; + } + ]; + }; + asl26555-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-asl26555-8M"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-asl26555-8M-squashfs-sysupgrade.bin"; + sha256 = "502be789ae4d3ca755a8ef029d3d4e52a301156242383c7c9f25e58434f6a774"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asl26555-8M" + "asl26555" + ]; + titles = [ + { + title = "Alpha ASL26555 "; + } + ]; + }; + atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-atp-52b"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-atp-52b-squashfs-sysupgrade.bin"; + sha256 = "2af6c6e1a177dd29d63ddd235285ebae869d88db93c72bc2ec164775288fcc71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "atp-52b" + ]; + titles = [ + { + title = "Argus ATP-52B"; + } + ]; + }; + awapn2403 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-awapn2403"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-awapn2403-squashfs-sysupgrade.bin"; + sha256 = "817c789202fecb4601d125b455639a8e27538728b3580992e68a55e2ca8e4a61"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "awapn2403" + ]; + titles = [ + { + title = "AsiaRF AWAPN2403"; + } + ]; + }; + awm002-evb-4M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-awm002-evb-4M"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-awm002-evb-4M-squashfs-sysupgrade.bin"; + sha256 = "5c6531c287987e5ce944b49d2647c2d0c9afe937408f6ac058a13229ce7fd4b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "awm002-evb-4M" + ]; + titles = [ + { + title = "AsiaRF AWM002-EVB (4M)"; + } + ]; + }; + awm002-evb-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-awm002-evb-8M"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-awm002-evb-8M-squashfs-sysupgrade.bin"; + sha256 = "25bf6683fe6308600dc7029a895989c1e99174f245f2c674149ab169120f2aa5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "awm002-evb-8M" + ]; + titles = [ + { + title = "AsiaRF AWM002-EVB (8M)/AsiaRF AWM003 EVB"; + } + ]; + }; + bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-bc2"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-bc2-squashfs-sysupgrade.bin"; + sha256 = "c0fd7c1c51ca248fd5788b4475ba6135ce4fdd4835204f03b196b1f992043ffc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bc2" + ]; + titles = [ + { + title = "NexAira BC2"; + } + ]; + }; + broadway = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-broadway"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-broadway-squashfs-sysupgrade.bin"; + sha256 = "b6bb5b822274251d7a986e66bc8d0d5e7a0a070d923c2af854ac64ea7d1c39e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "broadway" + ]; + titles = [ + { + title = "Hauppauge Broadway"; + } + ]; + }; + carambola = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-carambola"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-carambola-squashfs-sysupgrade.bin"; + sha256 = "97d7fb7bab8708a1f331ad944e01cb67fa29be17776ea25fc38c9c32c388e614"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "carambola" + ]; + titles = [ + { + title = "8devices Carambola"; + } + ]; + }; + d105 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-d105"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-d105-squashfs-sysupgrade.bin"; + sha256 = "b1f5773d573e1aebc8b5b0798a1c6aa8b79baef03dfd3c0b55fa333817ec1f6a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d105" + ]; + titles = [ + { + title = "Huawei D105"; + } + ]; + }; + dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-dap-1350"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-dap-1350-squashfs-factory.bin"; + sha256 = "9157c85102adc34a55c912d8add4be694a8de001e18699707c36c5ff2101700c"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-dap-1350-squashfs-sysupgrade.bin"; + sha256 = "b74ffb5ac36e6de69e31013dfabd70690d50116fd36764d54022e12623ba1842"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-dap-1350-squashfs-factory-NA.bin"; + sha256 = "e58d7ce6a8aa5c7e922b756f2e9d5bd7d324ea2a6b653ef3d37c30eb6a409510"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "dap-1350" + ]; + titles = [ + { + title = "D-Link DAP-1350"; + } + ]; + }; + dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-dir-320-b1"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "5d470eaa15aa1c6192c46058f2fb0562cf1898007f52e116567920050c44e061"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-320-b1" + ]; + titles = [ + { + title = "D-Link DIR-320 B1"; + } + ]; + }; + dir-600-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-dir-600-b1"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-dir-600-b1-squashfs-factory.bin"; + sha256 = "c5bd86183cd0c2c5e4972978302515378feadfd48b6ee48edc61f79194aa2e49"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-dir-600-b1-squashfs-sysupgrade.bin"; + sha256 = "b6d65cd1824f04609329c224a2e3c3a145e77fb7511dbfc1859f8b4e8459205d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-600-b1" + "dir-600-b2" + ]; + titles = [ + { + title = "D-Link DIR-600 B1/B2"; + } + ]; + }; + dir-610-a1 = { + device_packages = [ + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-dir-610-a1"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-dir-610-a1-squashfs-sysupgrade.bin"; + sha256 = "c4fd424dbe9e095ac1d23643438fffd5ac4ff119da5a6ba3c15c4f493f403e44"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-dir-610-a1-squashfs-factory.bin"; + sha256 = "d61156cf27a75ee15668247ef6a74d9551358af810eb4cbd70d778196e4a30eb"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-610-a1" + ]; + titles = [ + { + title = "D-Link DIR-610 A1 "; + } + ]; + }; + dir-615-d = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-dir-615-d"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-dir-615-d-squashfs-factory.bin"; + sha256 = "5af36c206591fa21484c9500af7197001ff08fc00d4cc248573867dbc6f21758"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin"; + sha256 = "fe037fb4581e946547a603c5fd263cc574f82422ecc473b9ca047bff82deb41a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-615-d" + ]; + titles = [ + { + title = "D-Link DIR-615 D"; + } + ]; + }; + dir-615-h1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-dir-615-h1"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-dir-615-h1-squashfs-sysupgrade.bin"; + sha256 = "d634bdbf56751a77af32b815d1f23cb9350eb98d24731ef2b81cab5302b6180e"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-dir-615-h1-squashfs-factory.bin"; + sha256 = "4229f11b8d44b1f4cf7b86c778bd412e97b79c150dd6873ee561f9e1cb1b2cb6"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-615-h1" + ]; + titles = [ + { + title = "D-Link DIR-615 H1"; + } + ]; + }; + dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-dir-620-a1"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "43d03fab0e1ed1c67604948b728311fa66439ffe0b16f945d8d2b8342c911568"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-620-a1" + ]; + titles = [ + { + title = "D-Link DIR-620 A1"; + } + ]; + }; + dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-dir-620-d1"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "74038f68c527bb690bb118a91747ecbc5bfc12a6bc3d011764b0795e9d76455e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-620-d1" + ]; + titles = [ + { + title = "D-Link DIR-620 D1"; + } + ]; + }; + dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial" + "kmod-usb-serial-option" + "kmod-usb-net" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-dwr-512-b"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "545c501de9e2fa319ce53ff34685a2ac794281c936369eca3b5c1311730ec398"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-dwr-512-b-squashfs-factory.bin"; + sha256 = "fe66b428b0168d13fbdadbf8acb0208cdc615f4a9a500c5c31d952528e490d65"; + type = "factory"; + } + ]; + supported_devices = [ + "dwr-512-b" + ]; + titles = [ + { + title = "D-Link DWR-512 B"; + } + ]; + }; + esr-9753 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-esr-9753"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-esr-9753-squashfs-sysupgrade.bin"; + sha256 = "8e3a31a54da731b9a0881b7045d17bbefa3890724ff8b99986c5e13d417dd8e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "esr-9753" + ]; + titles = [ + { + title = "EnGenius ESR-9753"; + } + ]; + }; + f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-f5d8235-v2"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "91121ccbac283e50fb3731067bfff745931a8f2dcbf658b279afbb995cdbd5cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f5d8235-v2" + ]; + titles = [ + { + title = "Belkin F5D8235 v2"; + } + ]; + }; + f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-f7c027"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-f7c027-squashfs-sysupgrade.bin"; + sha256 = "234f138d33f936ad8daf8c85441d80ae3c564697f6c553226a7fcf0a6cdd2c11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f7c027" + ]; + titles = [ + { + title = "Belkin F7C027"; + } + ]; + }; + fonera20n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-fonera20n"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-fonera20n-squashfs-factory.bin"; + sha256 = "4004851c14b884d4dc267daa4fc54d1c4c7123811012fee340142f4470d133a1"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-fonera20n-squashfs-sysupgrade.bin"; + sha256 = "1f9a7ec674919a90792de19c40cd3abc245334269d7502886b550f916825d03a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fonera20n" + ]; + titles = [ + { + title = "Fonera 2.0N"; + } + ]; + }; + freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-freestation5"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-freestation5-squashfs-sysupgrade.bin"; + sha256 = "9a88235c67d8d757f6438c732b842fc4f529ebe716f44bfaf5426959447e5666"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "freestation5" + ]; + titles = [ + { + title = "ARC Wireless FreeStation"; + } + ]; + }; + hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-hg255d"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-hg255d-squashfs-sysupgrade.bin"; + sha256 = "62d8c3a5d41b43bdce4a28e64217e9d01d8fdcb3fe301a102da21d8bbe1d80c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hg255d" + ]; + titles = [ + { + title = "HuaWei HG255D"; + } + ]; + }; + hlk-rm04 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-hlk-rm04"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-hlk-rm04-squashfs-factory.bin"; + sha256 = "6ef90516d1a7e46779f86c460ab77cce6d4a257bf2a4257cc2aac2945eafb903"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-hlk-rm04-squashfs-sysupgrade.bin"; + sha256 = "2c86d8859f86ee540c217da664800f3883276a4d51e029a90f25638184c18667"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hlk-rm04" + ]; + titles = [ + { + title = "Hi-Link HLK-RM04"; + } + ]; + }; + ht-tm02 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-ht-tm02"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-ht-tm02-squashfs-sysupgrade.bin"; + sha256 = "5cc89415652f069f47ab1e309a9ac8c329b7fd34b507984385043de7632f6017"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ht-tm02" + ]; + titles = [ + { + title = "HooToo HT-TM02"; + } + ]; + }; + hw550-3g = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-hw550-3g"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "7fee20bb6bc364a75fa98bac76446ba73136702f52ddf1eea1ddcb83d61edf8a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hw550-3g" + ]; + titles = [ + { + title = "Aztech HW550-3G"; + } + ]; + }; + ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-ip2202"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-ip2202-squashfs-sysupgrade.bin"; + sha256 = "1929c4f6ae9bfc815ed2ba4c043199cd619bd8284e0eaf52dce0ddf262680894"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ip2202" + ]; + titles = [ + { + title = "Poray IP2202"; + } + ]; + }; + jhr-n805r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-jhr-n805r"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-jhr-n805r-squashfs-sysupgrade.bin"; + sha256 = "547422fd0771a1568647b0d5029fdbc42f08b222325f607dfb9e8fcd3286e5a9"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-jhr-n805r-squashfs-factory.bin"; + sha256 = "2c843f4058a78d09997364fb01a4afd3fcf31e67a3413113ed562b6e0de64ca5"; + type = "factory"; + } + ]; + supported_devices = [ + "jhr-n805r" + ]; + titles = [ + { + title = "JCG JHR-N805R"; + } + ]; + }; + jhr-n825r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-jhr-n825r"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-jhr-n825r-squashfs-sysupgrade.bin"; + sha256 = "a5f16e7e811535a87a127e671897c22695358cf26c522a92e61806d63209abe4"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-jhr-n825r-squashfs-factory.bin"; + sha256 = "033d9478a6505c47f69a868238cb89c9d7a3d3c09c77e9ae8c3bfed101fcb07e"; + type = "factory"; + } + ]; + supported_devices = [ + "jhr-n825r" + ]; + titles = [ + { + title = "JCG JHR-N825R"; + } + ]; + }; + jhr-n926r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-jhr-n926r"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-jhr-n926r-squashfs-sysupgrade.bin"; + sha256 = "e26cca331db93c9b33fd0f82f877656da98c659b65fb4de009819a98949ef5fc"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-jhr-n926r-squashfs-factory.bin"; + sha256 = "31349f0206429a1cd924af017c8c9c672541a9bbb5e7484d6f17bc8939348fca"; + type = "factory"; + } + ]; + supported_devices = [ + "jhr-n926r" + ]; + titles = [ + { + title = "JCG JHR-N926R"; + } + ]; + }; + kn = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-kn"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-kn-squashfs-sysupgrade.bin"; + sha256 = "cb81513d9fdc7f46bb6851e42de56d3dca5ae79614d7e0aadf9eda9e0625b6e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kn" + ]; + titles = [ + { + title = "ZyXEL Keenetic"; + } + ]; + }; + m2m = { + device_packages = [ + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-m2m"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-m2m-squashfs-sysupgrade.bin"; + sha256 = "219e3d36345cf90680c038e2329bc8e25afc8df34dba0cb2fd7e272471b8aa0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m2m" + ]; + titles = [ + { + title = "Intenso Memory 2 Move"; + } + ]; + }; + m3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-m3"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-m3-squashfs-sysupgrade.bin"; + sha256 = "aedcdf8d96042e8016141b1efe86d0d19f697dd112c5b91c694b142732672253"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-m3-squashfs-factory.bin"; + sha256 = "e28153426fff4f7561f513068f10d76c6804c402e4806ed766fa0cb73b19dbdf"; + type = "factory"; + } + ]; + supported_devices = [ + "m3" + ]; + titles = [ + { + title = "Poray M3"; + } + ]; + }; + m4-4M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-m4-4M"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-m4-4M-squashfs-factory.bin"; + sha256 = "a6d7e5a0e3cb7a9d9b95b0dd49811f69e7ea5d8bb53c7b96564c41eb9656ebf8"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-m4-4M-squashfs-sysupgrade.bin"; + sha256 = "c0258fdf3dbd7f2bdbe9131873d94068cabb06e2c1f04f326b1c2a73140cb50d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m4-4M" + ]; + titles = [ + { + title = "Poray M4 (4MB)"; + } + ]; + }; + m4-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-m4-8M"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-m4-8M-squashfs-sysupgrade.bin"; + sha256 = "8e9ffd09879099090309ff8a61768d1ee11c6ab2474d43530aa1d588dbb7e636"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-m4-8M-squashfs-factory.bin"; + sha256 = "00c3d24b7b5b0523e6dcbdb35b69fd8fab0bfcf03efb2b5a376e25d29dee6a7f"; + type = "factory"; + } + ]; + supported_devices = [ + "m4-8M" + ]; + titles = [ + { + title = "Poray M4 (8MB)"; + } + ]; + }; + miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-miniembplug"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-miniembplug-squashfs-sysupgrade.bin"; + sha256 = "d2962eebf0a0be3b2cb03aa6d03f1cb480b8cf75064c6650c994152008cf8979"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miniembplug" + ]; + titles = [ + { + title = "Omnima MiniEMBPlug"; + } + ]; + }; + miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-miniembwifi"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "4bad2a13e29a1cfa2562b36474741dc4b03403fbbd15cd74c5752632869e5184"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miniembwifi" + ]; + titles = [ + { + title = "Omnima MiniEMBWiFi"; + } + ]; + }; + mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-mofi3500-3gn"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "2f5d9a6c0a30f485164b0889f8303cb6a33c9b70982480deca1586a5dad57ee6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mofi3500-3gn" + ]; + titles = [ + { + title = "MoFi Network MOFI3500-3GN"; + } + ]; + }; + mpr-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-mpr-a1"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-mpr-a1-squashfs-sysupgrade.bin"; + sha256 = "7c68001fd577d0b6f8b93c7050b034327ba6d43bb4e5795e8e1e623637183263"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mpr-a1" + ]; + titles = [ + { + title = "HAME MPR-A1"; + } + ]; + }; + mpr-a2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-mpr-a2"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "c85705f301952697b3404ed5ef9e070812b93584dfb0e5c0561616ef143b32a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mpr-a2" + ]; + titles = [ + { + title = "HAME MPR-A2"; + } + ]; + }; + mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-mr-102n"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-mr-102n-squashfs-sysupgrade.bin"; + sha256 = "201fc96ba45ab9909caa80d843a7c4875cd89dbffea6662a1f1594d9e2fa0092"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mr-102n" + ]; + titles = [ + { + title = "AXIMCom MR-102N"; + } + ]; + }; + mzk-dp150n = { + device_packages = [ + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-mzk-dp150n"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-mzk-dp150n-squashfs-sysupgrade.bin"; + sha256 = "82f66a0d153a84570e00e128ca2dff7da4d459a5bcb82b8623b934a4dd60eafb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-dp150n" + ]; + titles = [ + { + title = "Planex MZK-DP150N"; + } + ]; + }; + mzk-w300nh2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-mzk-w300nh2"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-mzk-w300nh2-squashfs-factory.bin"; + sha256 = "6b6b3acffbf82ea47bcf0337351d121be5bb57386339dab324c02337ba91c828"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-mzk-w300nh2-squashfs-sysupgrade.bin"; + sha256 = "9a1c6499cac93b696959927d31061e0c21a51557cea3df221259102d39b8679d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-w300nh2" + ]; + titles = [ + { + title = "Planex MZK-W300NH2"; + } + ]; + }; + mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-mzk-wdpr"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "d277cdd8d51dbd73e5b4af58475cea248c399e984d7899797bfb51ff4f86aeed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-wdpr" + ]; + titles = [ + { + title = "Planex MZK-WDPR"; + } + ]; + }; + nbg-419n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-nbg-419n"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-nbg-419n-squashfs-sysupgrade.bin"; + sha256 = "6d116d5538ec92b190ea42f71cb60ed36fc1ddd98052fdfccf9ec4b70308f485"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nbg-419n" + ]; + titles = [ + { + title = "ZyXEL NBG-419N"; + } + ]; + }; + nbg-419n2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-nbg-419n2"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-nbg-419n2-squashfs-sysupgrade.bin"; + sha256 = "537cf6e4d6124a42220f49decddfa072a46349616031359b7920d5c2212e0413"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nbg-419n2" + ]; + titles = [ + { + title = "ZyXEL NBG-419N2"; + } + ]; + }; + ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-core" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-ncs601w"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-ncs601w-squashfs-sysupgrade.bin"; + sha256 = "1e2a47b7247236be3b65c84482f5f0d57cfdc9cd0c9362b2bae876d3738ababb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ncs601w" + ]; + titles = [ + { + title = "Wansview NCS601W"; + } + ]; + }; + nixcore-x1-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-nixcore-x1-16M"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-nixcore-x1-16M-squashfs-sysupgrade.bin"; + sha256 = "93add1a757fe3b5ed3f781dbe94e42bfffdbe032ffa66a211bf17049b74794d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore-x1-16M" + "nixcore-x1" + ]; + titles = [ + { + title = "NixcoreX1 (16M)"; + } + ]; + }; + nixcore-x1-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-nixcore-x1-8M"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-nixcore-x1-8M-squashfs-sysupgrade.bin"; + sha256 = "4e9659575102d63081c0a9cece9d06c22a464074b7ad3feb35c0fa542afcd228"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore-x1-8M" + "nixcore-x1" + ]; + titles = [ + { + title = "NixcoreX1 (8M)"; + } + ]; + }; + nw718 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-nw718"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-nw718-squashfs-sysupgrade.bin"; + sha256 = "b12ad76c222f97d33f4e6f3d8bbf7bbb5dfe0542f717085094f680a37602b443"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nw718" + ]; + titles = [ + { + title = "Netcore NW718"; + } + ]; + }; + psr-680w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-psr-680w"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-psr-680w-squashfs-sysupgrade.bin"; + sha256 = "440832013ff30e644c841ff929b91ab157c49e1290c554b755015fe094d59f7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psr-680w" + ]; + titles = [ + { + title = "Petatel PSR-680W Wireless 3G Router"; + } + ]; + }; + pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-pwh2004"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-pwh2004-squashfs-sysupgrade.bin"; + sha256 = "21626e794272fb5ee09f8f0048312cb3c5594d8d57d3ade54d8897a64630d568"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pwh2004" + ]; + titles = [ + { + title = "Prolink PWH2004"; + } + ]; + }; + px-4885-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-px-4885-8M"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-px-4885-8M-squashfs-sysupgrade.bin"; + sha256 = "ea3350ca0117edbeedc50702ba66b66005978cba6428ebad402463c3b6b6bd89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "px-4885-8M" + ]; + titles = [ + { + title = "7Links PX-4885 (8M)"; + } + ]; + }; + rt-g32-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-rt-g32-b1"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-rt-g32-b1-squashfs-sysupgrade.bin"; + sha256 = "0ad28fe378821cc8920adfe3698ce879ab2b8925e62ca9918797b1bce5f81e8c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-g32-b1" + ]; + titles = [ + { + title = "Asus RT-G32 B1"; + } + ]; + }; + rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-rt-n13u"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "ce1c0ff568bc8a0100ca0c0bf5c29a55d14398b720ec8c06d88977f69552e1a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n13u" + ]; + titles = [ + { + title = "Asus RT-N13U"; + } + ]; + }; + rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-rt5350f-olinuxino"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "8c5963184edb5e5f0b08ff7d15b870b3b512e15df1867179ff6f91f21964b290"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt5350f-olinuxino" + ]; + titles = [ + { + title = "RT5350F-OLinuXino"; + } + ]; + }; + rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-rt5350f-olinuxino-evb"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "c84746d348cb08d8530061bf771c1aed2ee676ed9d4aa202b2dc9c88fdf3ddb1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + title = "RT5350F-OLinuXino-EVB"; + } + ]; + }; + rut5xx = { + device_packages = [ + "om-watchdog" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-rut5xx"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-rut5xx-squashfs-sysupgrade.bin"; + sha256 = "0867e33adcfd6c353b70cdb497cc32c715d571d04cd58d4f8ba0d4cf2c295321"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rut5xx" + ]; + titles = [ + { + title = "Teltonika RUT5XX"; + } + ]; + }; + sl-r7205 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-sl-r7205"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-sl-r7205-squashfs-sysupgrade.bin"; + sha256 = "a964494518e45afcb214ae70dab39c88f63515051a33f7dff2129e6240fac5d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sl-r7205" + ]; + titles = [ + { + title = "Skyline SL-R7205 Wireless 3G Router"; + } + ]; + }; + tew-638apb-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-tew-638apb-v2"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-tew-638apb-v2-squashfs-sysupgrade.bin"; + sha256 = "46e4373bfa5d0381ab864f262cbd2a076435b21fa958b785e07aa812df35ef25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-638apb-v2" + ]; + titles = [ + { + title = "TRENDnet TEW-638APB v2"; + } + ]; + }; + tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-tew-714tru"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "8fd5e875cbbae32056de0942d5d548ec55bdfe35722ca7db99ee93439e22c8fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-714tru" + ]; + titles = [ + { + title = "TRENDnet TEW-714TRU"; + } + ]; + }; + ur-326n4g = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-ur-326n4g"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-ur-326n4g-squashfs-sysupgrade.bin"; + sha256 = "4491d0b8fd3788b13135d1cc2c9d44759c6e69276a46082bb229fd1918f382d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ur-326n4g" + ]; + titles = [ + { + title = "UPVEL UR-326N4G"; + } + ]; + }; + ur-336un = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-ur-336un"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-ur-336un-squashfs-sysupgrade.bin"; + sha256 = "a7f5082e2808607a70fd54ad87d22a252982b7b82e07aaf96f46257e1d4ad735"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ur-336un" + ]; + titles = [ + { + title = "UPVEL UR-336UN"; + } + ]; + }; + v22rw-2x2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-v22rw-2x2"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-v22rw-2x2-squashfs-sysupgrade.bin"; + sha256 = "1ab73891a2bcccbaeddb22cfa48fa683e5b199bd04ae4237fe90ef782b62e2e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "v22rw-2x2" + ]; + titles = [ + { + title = "Ralink AP-RT3052-V22RW-2X2"; + } + ]; + }; + vocore-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-vocore-16M"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-vocore-16M-squashfs-sysupgrade.bin"; + sha256 = "af7ec6aa2678569c101821631eae24f2dd69129981dc85421aebf54499c7206a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore-16M" + "vocore" + ]; + titles = [ + { + title = "VoCore (16M)"; + } + ]; + }; + vocore-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-vocore-8M"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-vocore-8M-squashfs-sysupgrade.bin"; + sha256 = "a334aa81e22b3cc451425e987c314bc4a8373d8b233f2d14cd395a2ca8c34706"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore-8M" + "vocore" + ]; + titles = [ + { + title = "VoCore (8M)"; + } + ]; + }; + w150m = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-w150m"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-w150m-squashfs-sysupgrade.bin"; + sha256 = "c5af16952ecfbafbaaa88243092ce5e4de3e25e98f215a8ea9b07a310da82a0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w150m" + ]; + titles = [ + { + title = "Tenda W150M"; + } + ]; + }; + w306r-v20 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-w306r-v20"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-w306r-v20-squashfs-sysupgrade.bin"; + sha256 = "d80dc5fbc777f030e181a639777a867b144f1cbce2e75d0993f3c8a59cb5b7dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w306r-v20" + ]; + titles = [ + { + title = "Tenda W306R V2.0"; + } + ]; + }; + w502u = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-w502u"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-w502u-squashfs-sysupgrade.bin"; + sha256 = "ef1d41f3104755e9653b27c91580824aacc69bd39ba038ac41abac9337ba72d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w502u" + ]; + titles = [ + { + title = "ALFA Networks W502U"; + } + ]; + }; + wcr-150gn = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-wcr-150gn"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-wcr-150gn-squashfs-sysupgrade.bin"; + sha256 = "9c5e9defd7937bed637033a5634bc49ca2c2f7acb53bdc0eb6f832d73adae0f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wcr-150gn" + ]; + titles = [ + { + title = "Sparklan WCR-150GN"; + } + ]; + }; + whr-g300n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-whr-g300n"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-whr-g300n-squashfs-tftp.bin"; + sha256 = "185b95ce435b787f7c9a64edbd0b00e9f23cae8baab29ff0249fa2e9b198b059"; + type = "tftp"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-whr-g300n-squashfs-sysupgrade.bin"; + sha256 = "a4a2bf698d3090eac9d26c354f697110715aef903315e3f89946620b846f3033"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-g300n" + ]; + titles = [ + { + title = "Buffalo WHR-G300N"; + } + ]; + }; + wizard8800 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-wizard8800"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-wizard8800-squashfs-sysupgrade.bin"; + sha256 = "daaba2495d6dd274a32d20ca0f6c4bc6d7c0c70e55f6fc40b85e03e70c58d3d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wizard8800" + ]; + titles = [ + { + title = "EasyAcc WIZARD 8800"; + } + ]; + }; + wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-wizfi630a"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "d9a1aca9472b0c56bb7499ad425b3e477bfc5f73ae5adebf87badf8ea8499f06"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wizfi630a" + ]; + titles = [ + { + title = "WIZnet WizFi630A"; + } + ]; + }; + wl-330n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-wl-330n"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-wl-330n-squashfs-sysupgrade.bin"; + sha256 = "23386904fea01609c57b34e497856230d4610a969bc52f78a6b372478c99df88"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wl-330n" + ]; + titles = [ + { + title = "Asus WL-330N"; + } + ]; + }; + wl-330n3g = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-wl-330n3g"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-wl-330n3g-squashfs-sysupgrade.bin"; + sha256 = "99caed0403209f515fdc1959d4c67ce25f3df693af017a86f1aee99a2c53285e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wl-330n3g" + ]; + titles = [ + { + title = "Asus WL-330N3G"; + } + ]; + }; + wnce2001 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-wnce2001"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-wnce2001-squashfs-factory.bin"; + sha256 = "632f857d22cb1c216c0d46b2e6f5f3162fb3b35cc68b76cbcbcefa0a91ec5af2"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-wnce2001-squashfs-sysupgrade.bin"; + sha256 = "34befc03540e7abb75a667f36fbee92759c9d1ad74b21e3c3a6ea447579e3223"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-wnce2001-squashfs-factory-NA.bin"; + sha256 = "7feedc9af934b9e89a643d7299da208d42bb9b94fd1c24ffbb19076940c4552a"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "wnce2001" + ]; + titles = [ + { + title = "Netgear WNCE2001"; + } + ]; + }; + wr512-3gn-8M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-wr512-3gn-8M"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-wr512-3gn-8M-squashfs-sysupgrade.bin"; + sha256 = "16b23425baa07cd1b2dd24885a8e575611af2ec42a1d731c6bbe3e7d4702f6ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wr512-3gn-8M" + ]; + titles = [ + { + title = "WR512-3GN (8M)"; + } + ]; + }; + wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-wr6202"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-wr6202-squashfs-sysupgrade.bin"; + sha256 = "de399fb9c089e63eb9719a68764681cda467c0a6e2efbe7ab70ecf1ffbc10440"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wr6202" + ]; + titles = [ + { + title = "AWB WR6202"; + } + ]; + }; + wt1520-4M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-wt1520-4M"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-wt1520-4M-squashfs-sysupgrade.bin"; + sha256 = "c91ee609b9dba65cb0f1ffe4ee7a970599daaeb3111ddfedfc95a27da5843c48"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-wt1520-4M-squashfs-factory.bin"; + sha256 = "e80c2b3a818bdadf3da5325e71f159f8061687717e303102cedcbdf662c7ff30"; + type = "factory"; + } + ]; + supported_devices = [ + "wt1520-4M" + ]; + titles = [ + { + title = "Nexx WT1520 (4MB)"; + } + ]; + }; + wt1520-8M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-wt1520-8M"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-wt1520-8M-squashfs-sysupgrade.bin"; + sha256 = "985d290644ba83dca74f2e33f8178aebcb2e99467daedbe7ccd5d9904cf3809a"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-wt1520-8M-squashfs-factory.bin"; + sha256 = "1930f07e3e97833902083373a085a768bb3d7765a563f1872cc53360d2ce380e"; + type = "factory"; + } + ]; + supported_devices = [ + "wt1520-8M" + ]; + titles = [ + { + title = "Nexx WT1520 (8MB)"; + } + ]; + }; + x5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-x5"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-x5-squashfs-sysupgrade.bin"; + sha256 = "cdf8bfdd28a541b03d9810e8a417b295fb6884d171766dccf8bfbf519e485c0c"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-x5-squashfs-factory.bin"; + sha256 = "1d9ac0c54fd2446c3dba2e22c68355f957660d4808d136d41db55a7b0db25942"; + type = "factory"; + } + ]; + supported_devices = [ + "x5" + ]; + titles = [ + { + title = "Poray X5/X6"; + } + ]; + }; + x8 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-x8"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-x8-squashfs-factory.bin"; + sha256 = "62f93f2200a9bc69bebbbdfb42f910cc63440d5ca109ca7eabc0f46d4cbe8512"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-rt305x-x8-squashfs-sysupgrade.bin"; + sha256 = "e73279f5bd794bdff811a100d93d1f574bbbbfbd5831b68fb59e4499da17cf42"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "x8" + ]; + titles = [ + { + title = "Poray X8"; + } + ]; + }; + xdxrn502j = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-xdxrn502j"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-xdxrn502j-squashfs-sysupgrade.bin"; + sha256 = "b100faba910bfb7791254ff877dc36100f1a118c7fa01d06190c2a74174a6571"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xdxrn502j" + ]; + titles = [ + { + title = "XDX RN502J"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "df0255bdc770a84245b9536079ae4e20549ae5a778108ff90f0871bdb0bdc1bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + title = "Zorlik ZL5900V2"; + } + ]; + }; + zyxel_keenetic-start = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt305x-zyxel_keenetic-start"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt305x-zyxel_keenetic-start-squashfs-sysupgrade.bin"; + sha256 = "3cad27f34cfcbea40b22caf426018c795c4c048366f714c13390ef8538742af9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-start" + ]; + titles = [ + { + title = "ZyXEL Keenetic Start"; + } + ]; + }; + }; + target = "ramips/rt305x"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "8475f7eda50f55e270242a2f73d79531c09c612c9abc64fcfc5c1bb2a4bb70dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + title = "Belkin F9K1109 Version 1.0"; + } + ]; + }; + br-6475nd = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt3883-br-6475nd"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt3883-br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "761787378fc35472945f12f3f30f800d915ec8d83ff84fd37a5d8f2eec155912"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "br-6475nd" + ]; + titles = [ + { + title = "Edimax BR-6475nD"; + } + ]; + }; + cy-swr1100 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "swconfig" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt3883-cy-swr1100"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt3883-cy-swr1100-squashfs-factory.bin"; + sha256 = "8f5a4218b1d313c02eb06bd2d5dbd9ba592c0182c1b8e0e05f76a2111741ad2a"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-rt3883-cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "f33bc16247b3e1ab483340fb467ed5d399ba1af82fd6c16a3b23603f42e040f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cy-swr1100" + ]; + titles = [ + { + title = "Samsung CY-SWR1100"; + } + ]; + }; + dir-645 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt3883-dir-645"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt3883-dir-645-squashfs-factory.bin"; + sha256 = "9c275a9c35506bae760ab71171e88a096ba311cf5cd0c2d914e9ae6f42a33628"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-rt3883-dir-645-squashfs-sysupgrade.bin"; + sha256 = "b5b27e4cbb385d767a6e660fa9940f3826787ea1c14dbf72fc65ec638fb4ef78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-645" + ]; + titles = [ + { + title = "D-Link DIR-645"; + } + ]; + }; + hpm = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt3883-hpm"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt3883-hpm-squashfs-sysupgrade.bin"; + sha256 = "a3d6962069cc0e3d2ad89543485fa4d9fbdd07d7e1599ffc96a4bb6f6b02e4b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hpm" + ]; + titles = [ + { + title = "Omnima HPM"; + } + ]; + }; + rt-n56u = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt3883-rt-n56u"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt3883-rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "efad39f429d004fda28ef9ae88e5456f5b081a34b62d418d7789a3d844410983"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n56u" + ]; + titles = [ + { + title = "Asus RT-N56U"; + } + ]; + }; + tew-691gr = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt3883-tew-691gr"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt3883-tew-691gr-squashfs-factory.bin"; + sha256 = "bd65c4b3ee1b947d3b158e159321796d582c17a9be45ea44f5953412eb7c881f"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-rt3883-tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "360ed5ebf4e89e4fb1630750a0a0f6a470ce5f7fc80bdcf2548627cdb74480b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-691gr" + ]; + titles = [ + { + title = "TRENDnet TEW-691GR"; + } + ]; + }; + tew-692gr = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt3883-tew-692gr"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt3883-tew-692gr-squashfs-factory.bin"; + sha256 = "023ac6120b4235b878189878710f200316c1c2f4eb4469fc3980128328238019"; + type = "factory"; + } + { + name = "openwrt-19.07.5-ramips-rt3883-tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "aae093360a22804a770944296e4ef99a52fe4611671c1c2e0d6f1197e07fcaa2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-692gr" + ]; + titles = [ + { + title = "TRENDnet TEW-692GR"; + } + ]; + }; + wlr-6000 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.5-ramips-rt3883-wlr-6000"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt3883-wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "cc512e1ca91ed31fc87968edff1eca5da394cdd4d77ce88b0ca0c656befc7203"; + type = "sysupgrade"; + } + { + name = "openwrt-19.07.5-ramips-rt3883-wlr-6000-squashfs-factory.dlf"; + sha256 = "aa72971dc5778269f4ad42af51e4b8182ec4ad4c6e0d7b5ef4acb5be60c567d9"; + type = "factory"; + } + ]; + supported_devices = [ + "wlr-6000" + ]; + titles = [ + { + title = "Sitecom WLR-6000"; + } + ]; + }; + wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-ramips-rt3883-wmdr-143n"; + images = [ + { + name = "openwrt-19.07.5-ramips-rt3883-wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "98feb23b22bc9e9be04eb95b3a7baf497e1ccb3e8d49b37942fe447b4524a679"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wmdr-143n" + ]; + titles = [ + { + title = "Loewe WMDR-143N"; + } + ]; + }; + }; + target = "ramips/rt3883"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + rb532 = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "wpad-basic" + "kmod-ath5k" + "kmod-input-rb532" + "e2fsprogs" + "mkf2fs" + "nand-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "wpad-basic" + "kmod-ath5k" + "kmod-input-rb532" + "e2fsprogs" + "mkf2fs" + "nand-utils" + ]; + metadata_version = 1; + profiles = { + nand = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-rb532-nand"; + images = [ + { + name = "openwrt-19.07.5-rb532-nand-squashfs-sysupgrade.bin"; + sha256 = "efb11d72b6fcc59ad921b27656ec3eec1a53d7c6e6be65e02230ff75446504d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb532" + ]; + titles = [ + { + title = ""; + } + ]; + }; + }; + target = "rb532/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + samsung = { }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun50i-a64-pine64-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa53-sun50i-a64-pine64-plus"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa53-sun50i-a64-pine64-plus-ext4-sdcard.img.gz"; + sha256 = "fb246a8711026525e79f76834a5bc7a09f954a4a4ed3ea94d9bff82672ce1099"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa53-sun50i-a64-pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "284b9dc5466d8805a372a195d4fe2ea8c88e701cd876f67e90257b9c042d814b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + title = "Pine64 Plus A64"; + } + ]; + }; + sun50i-a64-sopine-baseboard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa53-sun50i-a64-sopine-baseboard"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa53-sun50i-a64-sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "7576201d1398b280cea36c281398a294827f60a906e3c8cc4b0d4943b3b32fe0"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa53-sun50i-a64-sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "2c2526c9b7e797d1f1f6034e2053f03cd0f2feae72d6187539840ad81b7de116"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + title = "Pine64 Sopine"; + } + ]; + }; + sun50i-h5-nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "ac0194afd26dfa27524bc17863fcaa85a218503642d4fd1d8fef07690b207b07"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "588f35a2c3284f045fab5a6379b020ec03eead50268804b0420a4095a153e42e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + title = "Nanopi NEO Plus2 (H5)"; + } + ]; + }; + sun50i-h5-nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa53-sun50i-h5-nanopi-neo2"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa53-sun50i-h5-nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "bc75d5aea01920ae2a027848e9d14652f93e87c8a83b49b7a13e7311a938feb7"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa53-sun50i-h5-nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "981df224fe3f8dbac7697cf9dad89ddc7e9304e3743c6c62b1c78cb9a824a4aa"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + title = "Nanopi NEO2 (H5)"; + } + ]; + }; + sun50i-h5-orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa53-sun50i-h5-orangepi-pc2"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa53-sun50i-h5-orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "4481d5e3c67ef0018ef3fdf61676d2b7614008a5c31b163ea287b09e72c4d4c9"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa53-sun50i-h5-orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "62e17367f84e297934f847d952f93dad317cf454498a2a79df30282ce3c80e35"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC2"; + } + ]; + }; + sun50i-h5-orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "9eda4d509cd8581398006e68bff36967ec3d31ed8584952913fbbdebf35ad54b"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "2d728eda9142431fbdf9d9cff500b9e2bb44a3e7670214265c6e3e6e3cc1a945"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi Zero Plus"; + } + ]; + }; + }; + target = "sunxi/cortexa53"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun6i-a31-m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun6i-a31-m9"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun6i-a31-m9-ext4-sdcard.img.gz"; + sha256 = "519aa8446b40ef4f24f92fd6c10e7ffd626a41985d8d0e110cd96d1970437196"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun6i-a31-m9-squashfs-sdcard.img.gz"; + sha256 = "68406ed4aac4d613b723ca9f14658c6a0349f705a58dc9adf74b3272c2b1e40b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + title = "Mele M9 top set box"; + } + ]; + }; + sun7i-a20-bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-bananapi"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-bananapi-squashfs-sdcard.img.gz"; + sha256 = "1e7dba3fa121facaf7619d70c238be6d7026bfd91b0f7d4a074667d4c044f78a"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-bananapi-ext4-sdcard.img.gz"; + sha256 = "8aa76d79d5af10d8d66b45464b9f3f1f10fb885afcdbbfe4f15a7554c96e305a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + title = "LeMaker Banana Pi"; + } + ]; + }; + sun7i-a20-bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-bananapro"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-bananapro-squashfs-sdcard.img.gz"; + sha256 = "41384baa116cbd518d1d0f40dccbafc87db670c189da8d9041b06e5e78eeb178"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-bananapro-ext4-sdcard.img.gz"; + sha256 = "8d6a58cf944dcee37dd8d6332f900c115a553e36485d0ac13631dc526644e416"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + title = "LeMaker Banana Pro"; + } + ]; + }; + sun7i-a20-cubieboard2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-cubieboard2"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-cubieboard2-ext4-sdcard.img.gz"; + sha256 = "4806f62711696a64f3a366f90a04f1189228655ecbebf2a4741491e140a9210b"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "fb3b9794e8188ebf169c24411515d4b1e508b73c0d04d3214368954f9266536f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + title = "Cubietech Cubieboard2"; + } + ]; + }; + sun7i-a20-cubietruck = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-cubietruck"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-cubietruck-ext4-sdcard.img.gz"; + sha256 = "6eb73dbc1bfcc1877611c79f823a1741114ac33b1c582c2c424eae336982fc29"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-cubietruck-squashfs-sdcard.img.gz"; + sha256 = "eebd54bbe2694040251a8d8dd55ec05989b3de440796ae7a6c576155f5689fbf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + title = "Cubietech Cubietruck"; + } + ]; + }; + sun7i-a20-lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "swconfig" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-lamobo-r1"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "7802e2f705e7d18e679ffbe83bdad10bd33532452eb89878d45100b71716877b"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "a44474edf46994e24d796fdf425cafaa24fb224ed69caeab3b0099ee265298d1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + title = "Lamobo R1"; + } + ]; + }; + sun7i-a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-olinuxino-lime"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "9209ffc0db8695c7e136b0b646cc476516bd5c77706ed3d8d8f74b9f4a9213da"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "bbb21f999a5c0119d61cb128c92c04de1587f3948271bac24341cec8bcf3658b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME"; + } + ]; + }; + sun7i-a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-olinuxino-lime2"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "1134539e7b33680fd4608c8443f3b9a508d3a97421359620a174ca3e313ac123"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "cd47a0e5e6a4b9a992a99a9f7f4d1f748971d91c01717cc9195093074e4141a7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME2"; + } + ]; + }; + sun7i-a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "399304c0b91ccd23e859e36cbd7fabe7410bf1c3662f258b678ce377ea9c1fa4"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "238d5137e90e8d66a6f2847306bceac256fb1f53c48d1ffb35d3724c44d78cc5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME2-eMMC"; + } + ]; + }; + sun7i-a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-olinuxino-micro"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "8e66e6ebc3d9ce509b546e30a668f40487d4b4ceee3b82f54e25f9b934b97f26"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "004263f932111e26772beec67adef9b5d53141eb3d399df50584159cff6d2972"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + title = "Olimex A20-Olinuxino Micro"; + } + ]; + }; + sun7i-a20-pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-pcduino3"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-pcduino3-ext4-sdcard.img.gz"; + sha256 = "0a4498366127d3103a1f5bd188c78a45c1770a89719fb479b14577ff1f36b8f3"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun7i-a20-pcduino3-squashfs-sdcard.img.gz"; + sha256 = "aa4b92ac9329713d5db3d3350f77af6fe9c5c48940cb076da0c03749af0d43d2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + title = "LinkSprite pcDuino3"; + } + ]; + }; + sun8i-h2-plus-orangepi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "1d8f333d3756d19bb09c331e4e314c17c4278006c239c8427e83f0a0ff332907"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "e203f360759dd4e4ba459f2aed886c2b7a467b0308b92f7f8dfd7c7ce26f97e8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + title = "Xunlong Orange Pi R1"; + } + ]; + }; + sun8i-h2-plus-orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "9742bcbe6c71410501833a792188412de0a5d188e488e142d0555ef525764be3"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "a74e66d253bf4430c283cd04b46ab332421d1b3c993dfdef8c3709d08dfa1dbe"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + title = "Xunlong Orange Pi Zero"; + } + ]; + }; + sun8i-h3-bananapi-m2-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "b16e507cf8cf861b22dc41a1eb79141a1a54425b5f0e3a02e45712351c8a8eca"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "82f166bab9652f80e72d885a2cbf96d8d1d8b4f3d806b2ea3f6f1ad802acb297"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + title = "Sinovoip Banana Pi M2 Plus"; + } + ]; + }; + sun8i-h3-nanopi-m1-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-brcmfmac" + "brcmfmac-firmware-43430-sdio" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "66f3caa5edc9a7a0d46dba72d3db81fc4572ecc5e0efb38f2b8d78cbb83395e2"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "42866007ba6db1bfc78fa221219ccbb02da7af6fc38359cd68b05984f557d65e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + title = "FriendlyArm NanoPi M1 Plus"; + } + ]; + }; + sun8i-h3-nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-nanopi-neo"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "0457c584c83387595749192d35f72fb339d4abf5266761679a1a114f2eb162b2"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "12bbf8dff6bf841b3f10ed6c57522e7d9ce487dac1406c6dcd7ce66dcf6252bc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + title = "FriendlyARM NanoPi NEO"; + } + ]; + }; + sun8i-h3-orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-orangepi-2"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-orangepi-2-ext4-sdcard.img.gz"; + sha256 = "48fa90d8600b2efe66241e0ec623f27599364f193816d135a713fae64080465b"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "9229c9f4cb7ad88a4ea72bced96c677d44365efd24f283f6782200870459b8da"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + title = "Xunlong Orange Pi 2"; + } + ]; + }; + sun8i-h3-orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-orangepi-one"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-orangepi-one-ext4-sdcard.img.gz"; + sha256 = "7f38e6131925b1c3c5fe4da8dcdfe810665316599421d356e7d19c665938a17c"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "c0c609d1d12c141e9f5f174821dac42389e5d091658f795c1f315b6a9447cb55"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + title = "Xunlong Orange Pi One"; + } + ]; + }; + sun8i-h3-orangepi-pc = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-orangepi-pc"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "7bfd98c883d2d2c9d1dea993ff3904a37d3312b3b82c8000fa25ec323c9f81b1"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "949d8dc54312cbf28c65d78f0250c51de15eb3506c0bef000ca09795cef70d86"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC"; + } + ]; + }; + sun8i-h3-orangepi-pc-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "9af65a3ad277f97451c0f9c7af9294f0c11b623661bc9f69eeb26a3695a6c356"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "f8fa72ac1eab9d828ba212c97f06cf2962dcd2fbadb0f369d3e6a48b13468d36"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC Plus"; + } + ]; + }; + sun8i-h3-orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-orangepi-plus"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "f8f5556c238277b511dfd03d567de1a51489475c1e6889a733a416cd34cf1d45"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa7-sun8i-h3-orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "f1dd9f3999a8d027f386b0612ed12c3b590dd8480e6cf6842b0379e92dc5ebb0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi Plus"; + } + ]; + }; + }; + target = "sunxi/cortexa7"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun4i-a10-cubieboard = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa8-sun4i-a10-cubieboard"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa8-sun4i-a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "6f0ce44f9a549c55bcbbcedce761ea29da52f5265fffcb1ea6487631f846b0ae"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa8-sun4i-a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "a8c105eb495383c54af106ec2bc0214369426a0df506513cdc1ad7721f436dbe"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + title = "Cubietech Cubieboard"; + } + ]; + }; + sun4i-a10-marsboard = { + device_packages = [ + "mod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa8-sun4i-a10-marsboard"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa8-sun4i-a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "10001f06ad9ddc09e54bca9b01a05bf321f7e809646f4542e3717024688b92d2"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa8-sun4i-a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "2869d9eb6ff14947f1428c74ed52de1d32f03f0a8980a2268e3385b27b5ec71b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + title = "HAOYU Electronics Marsboard A10"; + } + ]; + }; + sun4i-a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa8-sun4i-a10-olinuxino-lime"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa8-sun4i-a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "dae5db52766e469f07641d850bb4624ed437663d8d1699197ab7722e6d4b4ba4"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa8-sun4i-a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "78c887398ae332a00292e8d68015c0f846b83cbb9a44d9a2e702d5526e7ff18b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + title = "Olimex A10-OLinuXino-LIME"; + } + ]; + }; + sun4i-a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa8-sun4i-a10-pcduino"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa8-sun4i-a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "fee33a96d59a52aa45e0759960ad7a087e00d615c7557f078de7d669361ce640"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa8-sun4i-a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "1b2873a51881609be8ca81b4099f6ecf8ad2aa8894ccc0797fd48cdbae52c2df"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + title = "LinkSprite pcDuino"; + } + ]; + }; + sun5i-a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa8-sun5i-a13-olimex-som"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa8-sun5i-a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "8db527014534dfa01b2dc48ee2defc1972e445169b725dde1b99fcbb53ac3d91"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa8-sun5i-a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "609e35faa224b9ce519f4e8bb47bcb52616460f4ca8403200e24959d5bbad273"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + title = "Olimex A13 SOM"; + } + ]; + }; + sun5i-a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.5-sunxi-cortexa8-sun5i-a13-olinuxino"; + images = [ + { + name = "openwrt-19.07.5-sunxi-cortexa8-sun5i-a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "4b97861469f4d1872e96779e09aba85da85d5ef172ee27485faf53ccdc827b9d"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-sunxi-cortexa8-sun5i-a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "f6f742acaa231048db42ef084137ecaa07013e5b237ca8b81c9871a75c0f0595"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + title = "Olimex A13-Olinuxino"; + } + ]; + }; + }; + target = "sunxi/cortexa8"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "e2fsprogs" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "e2fsprogs" + "mkf2fs" + "partx-utils" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-mini" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.5-tegra-compulab_trimslice"; + images = [ + { + name = "openwrt-19.07.5-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "169a1f96e1ee024ee1657ff6d3ef131bba7f2a5995a607ce0aec94f2a111f947"; + type = "sdcard"; + } + { + name = "openwrt-19.07.5-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "7d0f5ee2584961aef7b2185b052677e4ca69cfc1d746cf28f00a09996a0f7a81"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + title = "CompuLab TrimSlice"; + } + ]; + }; + }; + target = "tegra/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; + x86 = { }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "kmod-usb-storage" + "kmod-fs-msdos" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "kmod-usb-storage" + "kmod-fs-msdos" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-zynq-avnet_zynq-zed"; + images = [ + { + name = "openwrt-19.07.5-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "06ca92e756292c215cb481b5b78411210442c2b62c3b862de31f0dc3a90a436a"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Avnet ZedBoard"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-zynq-digilent_zynq-zybo"; + images = [ + { + name = "openwrt-19.07.5-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "b834f4f87a1b858fd3e2d79db89f85a06199a7ff9f8067e52edc406757fc4f95"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Digilent Zybo"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.5-zynq-digilent_zynq-zybo-z7"; + images = [ + { + name = "openwrt-19.07.5-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "ad34e303bde828d0f0cd242bc3ec7d55e1817dac6f854aa8a1eb73475dcc411d"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Digilent Zybo Z7"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-19.07.5-zynq-xlnx_zynq-zc702"; + images = [ + { + name = "openwrt-19.07.5-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "1e1b1715935668249e6c200ab7908eac9d5ebf1dd2402de8a5798937bb968cf2"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Xilinx ZC702"; + } + ]; + }; + }; + target = "zynq/generic"; + version_code = "r11257-5090152ae3"; + version_number = "19.07.5"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/19.07.6.nix b/cached-profiles/19.07.6.nix new file mode 100644 index 00000000..03c3f758 --- /dev/null +++ b/cached-profiles/19.07.6.nix @@ -0,0 +1,32283 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + "kmod-ath9k" + "swconfig" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "c41acdec7a49034a907b9743ed99a8e5bcb5036c6c6b6913bfc28391a5f8f342"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + title = "Cisco Meraki MR24"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-19.07.6-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "aef3c6db3746e0cfa89c2d3561beafb5cc397919aa01427cda21b8fd65362dc2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mx60" + "mx60" + ]; + titles = [ + { + title = "Cisco Meraki MX60/MX60W"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.6-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "9c2ece88cb511e3e69ab7a84e8b2fdf6265664dd17a62ce33365ce0f5e348e17"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "857fd90b288763879d09cd20c982b7d25491454e929adb048e57ebf70173925f"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + title = "Netgear WNDAP620 - Premium Wireless-N"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.6-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "6de3157a2eb6c7624305175c6c3ddac93c36c128f98a8d5152fc45a57a248f7d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "b0d247785a86e569d8e734bc534ce353f9e73c844c610c65d15d39dac96cde8f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + title = "Netgear WNDAP660 - Dual Radio Dual Band Wireless-N"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.6-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "4c9d1672db7814ced50254f7086a68acdea560aa0de2d38c4b169ac812fc99ed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "6b04a849b75fefad2d59779380041fe59866fbaf2eeaadd3a1e3a58fec3a3ed0"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + title = "Netgear Centria N900 WNDR4700/WNDR4720"; + } + ]; + }; + }; + target = "apm821xx/nand"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-dm" + "kmod-md-mod" + "partx-utils" + "mkf2fs" + "f2fsck" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "8126d383d395d302169363e771d24e367679fa98c46b796a08626def49fde3d4"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "f4eea778a4c1044beb3d4e6e58bcc8e352eb635acdadf9daabcc22b156b316e2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "420c7a2154ce06754252f0848d657df0149b903cd3573275f3849beb25fd3230"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "f84aaf9408006141eec28275c05122c74a6a37b1ad35c0a80c25ab1eb4ffb9ff"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + title = "Western Digital My Book Live Series (Single + Duo)"; + } + ]; + }; + }; + target = "apm821xx/sata"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + ar71xx = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + NBG6616 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-NBG6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-NBG6616-squashfs-factory.bin"; + sha256 = "f87c64a22f25fd65f34ffdaf4968305b38624cfad648cd6fd6b5b9423706a29e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-NBG6616-squashfs-sysupgrade.bin"; + sha256 = "2781229dbd61bd2b80f4c466f5317efee7656326491c79d3c479f6b887480f3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL NBG6616"; + } + ]; + }; + antminer-s1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-crypto-manager" + "kmod-i2c-gpio-custom" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-antminer-s1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-antminer-s1-squashfs-factory.bin"; + sha256 = "bc8d0fedad93dd0f7981a189f027b9bd80eb5361e050b6a6f2ca649d4bad3b53"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-antminer-s1-squashfs-sysupgrade.bin"; + sha256 = "0f2a3556e3034334b01568d3c854fc427165892ff7d5dfa1b2e3e0a8e6cc989d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antminer-S1"; + } + ]; + }; + antminer-s3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-crypto-manager" + "kmod-i2c-gpio-custom" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-antminer-s3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-antminer-s3-squashfs-sysupgrade.bin"; + sha256 = "7a0f4fa7c26662340d1ed5fece4a067ff69338f48a2831767eb5a2bcb9b97bda"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-antminer-s3-squashfs-factory.bin"; + sha256 = "220992571a8a1864cd9b8756ca44c66a581ef8bee677dcec8d8fe398a2e1a8e6"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antminer-S3"; + } + ]; + }; + antrouter-r1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-antrouter-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-antrouter-r1-squashfs-sysupgrade.bin"; + sha256 = "0a11952bf3b393c08d3c2ebc26c67be62aaf93b93b4d596ab0d59626c81c2da7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-antrouter-r1-squashfs-factory.bin"; + sha256 = "2fc931563a0fa968ed21af3cc4ef773bceffc7c4ae99e880ecefae7832c70bcb"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antrouter-R1"; + } + ]; + }; + ap121f = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ap121f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ap121f-squashfs-sysupgrade.bin"; + sha256 = "fd70aa4f0394017ee1f524238bee82276d0e03e2f48912f99f07d560851d243b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ap121f" + ]; + titles = [ + { + title = "ALFA Network AP121F"; + } + ]; + }; + ap531b0 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ap531b0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ap531b0-squashfs-sysupgrade.bin"; + sha256 = "218634608cafbfcafd63e2c009d9cb6d5e99d5db7049b1a08e4876592914b972"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Rockeetech AP531B0"; + } + ]; + }; + ap90q = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ap90q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ap90q-squashfs-sysupgrade.bin"; + sha256 = "6e01993bed81545f75809c60f2f9b25e4cf3c4e80642ad894ef6ee5ec5dfb1c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore AP80Q/AP90Q"; + } + ]; + }; + archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "22a37a5951df7b15f4f6a1d652da369d16e487fcaa965ce33515e2320affbb0e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c25-v1-squashfs-factory.bin"; + sha256 = "f0b15b24a4a5b2f388f011dc5e502531ce9a55183c178382910b4f1a691648df"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c25-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C25 v1"; + } + ]; + }; + archer-c5-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "f406bd2bf3afc83b95ad5eb980b671ed7627911aacd8e3a7c7a89af1efa1b846"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c5-v1-squashfs-factory.bin"; + sha256 = "94a0c0a00a2ff367df07222404b763dbcc8bffdd3086f2dc7a191b4961b81fc8"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C5 v1"; + } + ]; + }; + archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "a8f7180ac00f57afae6f4e4817e27153952b13331a299bdf34569dc3524c2f1d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c58-v1-squashfs-factory.bin"; + sha256 = "06e0c3dcdf706b5bb63caa86eb1ffd7f7bf7c035b5a5040c2a635a5142fb238d"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c58-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C58 v1"; + } + ]; + }; + archer-c59-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "7fe2a2f01d8e31c52df18dca7f56f43b672a224961922fca8c6ee754600235cf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c59-v1-squashfs-factory.bin"; + sha256 = "8f8a9633f5a1b9553007745f0093d1b3ddeca42c81bbd7acbb3fa7e5fad36034"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c59-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C59 v1"; + } + ]; + }; + archer-c59-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c59-v2-squashfs-factory.bin"; + sha256 = "cb999b0232c33eba1941e3a4120bc78ae461333f062db5ce82a07a25976ea87e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "4baf1806d3848e892518a6e57fe7e4d7eb5b01ac8a771d9ae4c8aac436312971"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c59-v2" + ]; + titles = [ + { + title = "TP-LINK Archer C59 v2"; + } + ]; + }; + archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "d6d1d2cf157f3594dc32b97fc62b4f1039019303e342957f34dd34d2865b0f3e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c60-v1-squashfs-factory.bin"; + sha256 = "b999481fff6aebe0e12e177df141574ed444f0d54e068dee8abb0799e4bcfc72"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c60-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C60 v1"; + } + ]; + }; + archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "75f57930daf542234fecf7f377b27113c916cd64f2f37fb7fdb4c9324106ed48"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c60-v2-squashfs-factory.bin"; + sha256 = "03060d441f5b33a9cb1a0ee15d3242af4cdf1f1e786bd49efe7327acb18284b3"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c60-v2" + ]; + titles = [ + { + title = "TP-LINK Archer C60 v2"; + } + ]; + }; + archer-c7-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "f07d6b596dedf23ce22a4e9ee611af7309702a45d82702d3fe1bcfb0b8794a5c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c7-v1-squashfs-factory.bin"; + sha256 = "da8cfeb76a538c09269e120ecb4bf70ea8b693cfbe123e6cbd106d57b655c90c"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v1"; + } + ]; + }; + archer-c7-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "5677b12277aa0b3929e46391664831c4b27c719eb3bc0b29ef8f0834e1588a4a"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "7a5261b41c1cba91924382173e4114a7954985546cbb11bdfce579375be911db"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c7-v2-squashfs-factory.bin"; + sha256 = "ad3e19d9754c959667c04867795adadb0cf525daea0a245d91de6b57c39fd9b5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "35e40a51bc5efa831659861e8e972f59b86af3efb6bc89c84b0a59a1df2b7004"; + type = "factory-us"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v2"; + } + ]; + }; + archer-c7-v2-il = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-archer-c7-v2-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c7-v2-il-squashfs-sysupgrade.bin"; + sha256 = "120d46d3bbb641b9ef774f34faa86ef257857cb8ba65b6a2a4ad68428527e163"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c7-v2-il-squashfs-factory.bin"; + sha256 = "cbdfe9a9d57cab43393532a6e187cb701d5934b0eab0b998f82a56fa992b3502"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v2 (IL)"; + } + ]; + }; + archer-c7-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "6fac01133ca5edb163b0a21d3aec0c545fc27ed1f609d4e726ba0d5c376d0788"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c7-v4-squashfs-factory.bin"; + sha256 = "c530f33d139d6992513f6d492334c7eb5d2d6aca1da63732aa7a60a0bfefbb16"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c7-v4" + ]; + titles = [ + { + title = "TP-LINK Archer C7 v4"; + } + ]; + }; + archer-c7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c7-v5-squashfs-factory.bin"; + sha256 = "4e1a61366cae64a09af2d6e392cd269b7c74cd44fa583cb815eddf0f3a4d6c7d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "42f3cf84fec12b09189d68257f114bef1a73ddcc68a56ac76fc379a9ed78a3f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c7-v5" + ]; + titles = [ + { + title = "TP-LINK Archer C7 v5"; + } + ]; + }; + arduino-yun = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-arduino-yun"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-arduino-yun-squashfs-sysupgrade.bin"; + sha256 = "dbb381b82ae295ac1c8d4d8196d72b794cd61ec09ca179d3a85ca61a4401a729"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Arduino Yun"; + } + ]; + }; + bsb = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-bsb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-bsb-squashfs-sysupgrade.bin"; + sha256 = "d11cf9e88c5631dde47fa2700c14ca1edaf953f6e8d59c372654589c1b7ef23f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Smart Electronics Black Swift board"; + } + ]; + }; + c-55 = { + device_packages = [ + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-c-55"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-c-55-squashfs-sysupgrade.bin"; + sha256 = "b041576376a26c3d7cdcbdf396c5403f588c183695d96777da7baa42de7673ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "AirTight Networks C-55"; + } + ]; + }; + cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cap324-squashfs-sysupgrade.bin"; + sha256 = "d79e3d837b1cf453e7a7c64990142ed26774b0f8d5c40d075b2bfc5b80366798"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CAP324"; + } + ]; + }; + carambola2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-carambola2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-carambola2-squashfs-sysupgrade.bin"; + sha256 = "ba30ff9914e5d658b2a5b79a01b7afa123eeff367b4dbdaad5b1234ac4588e83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Carambola2"; + } + ]; + }; + cf-e316n-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cf-e316n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cf-e316n-v2-squashfs-sysupgrade.bin"; + sha256 = "2b0c0f8667a29ff110704e85a30f232bd5c88870a8301705c65dde3cb042161b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E316N v2"; + } + ]; + }; + cf-e320n-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cf-e320n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cf-e320n-v2-squashfs-sysupgrade.bin"; + sha256 = "122739804a29704b77537fddfb56308dc7addffa49e60e46a2d8763a2e929117"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E320N v2"; + } + ]; + }; + cf-e355ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cf-e355ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cf-e355ac-v1-squashfs-sysupgrade.bin"; + sha256 = "28171a7d3ae98cd58835de1d68ff1ec55579d68f80f7e8aa7940f834f1c4ab7a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E355AC v1"; + } + ]; + }; + cf-e355ac-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cf-e355ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cf-e355ac-v2-squashfs-sysupgrade.bin"; + sha256 = "16a7a0eec05de3af463c85398f772b52628331e5f0f70a89cc02f89ac1ce87ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E355AC v2"; + } + ]; + }; + cf-e375ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cf-e375ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cf-e375ac-squashfs-sysupgrade.bin"; + sha256 = "cfe80ace87f4eb026a27a75d9783d05a2dc9eacc8d156b034d019b5cf329435e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E375AC"; + } + ]; + }; + cf-e380ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cf-e380ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cf-e380ac-v1-squashfs-sysupgrade.bin"; + sha256 = "05d978952f33c4cae37f98d0b6e07fe5fbe1d87a873937078bd9afb82ff735fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E380AC v1"; + } + ]; + }; + cf-e380ac-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cf-e380ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cf-e380ac-v2-squashfs-sysupgrade.bin"; + sha256 = "9ca0b3668d1a847e0f634c0da576b39f3018c955189633fd1ffc2433d353b8c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E380AC v2"; + } + ]; + }; + cf-e385ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cf-e385ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cf-e385ac-squashfs-sysupgrade.bin"; + sha256 = "47d437f1741db2fa4941d99bcb28cc2abbcacd93032401f963d175f32fcea2aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E385AC"; + } + ]; + }; + cf-e520n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cf-e520n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cf-e520n-squashfs-sysupgrade.bin"; + sha256 = "3ce7face3dc912bc02b2d94d99c254e97d14265ef8932e87694c8461475239a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E520N"; + } + ]; + }; + cf-e530n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cf-e530n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cf-e530n-squashfs-sysupgrade.bin"; + sha256 = "5371f273ee89f5d4e3a5b9ffc283f3ad7db1b6430b5e43596ad58bd21f181aaa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E530N"; + } + ]; + }; + cpe210-220-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cpe210-220-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cpe210-220-v1-squashfs-sysupgrade.bin"; + sha256 = "7d1238480f80d374c34dde0f6945c84a3fd1aeabe163ab759941e260824b7e5c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cpe210-220-v1-squashfs-factory.bin"; + sha256 = "f9a49a11b62a582ad02f0410a12205a16267489843f3682c6a2fa5a9442eedb8"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210/220 v1"; + } + ]; + }; + cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cpe210-v2-squashfs-factory.bin"; + sha256 = "72f525c3eec9a6a9b8de959e232b0b739630e6783fbc7ec9c67ec850be6d38f3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "662ed307f677656c70e72c67cd10e272aeef5225a5344663574aaba97cc00e89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210 v2"; + } + ]; + }; + cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "42503701ca87db42c4a78cb2c2bf8ea5433eaf964d14c66f35d8c9755ba970f2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cpe210-v3-squashfs-factory.bin"; + sha256 = "0c5a500f6ec592babad1efcc13ca32c3493470166d3fac7fbf9b4dece0bcf93a"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210 v3"; + } + ]; + }; + cpe505n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cpe505n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cpe505n-squashfs-sysupgrade.bin"; + sha256 = "63fd3b57c2f464097f46d4e97bab94ac3818c46ae4da1cf754b5f2625c4d5169"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "P&W CPE505N"; + } + ]; + }; + cpe510-520-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cpe510-520-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cpe510-520-v1-squashfs-factory.bin"; + sha256 = "db909613bf3b8bafea7387ed1f6c02258e5495a26fd6741bdf84b37f82ba19d6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cpe510-520-v1-squashfs-sysupgrade.bin"; + sha256 = "8d9870ca6fd96d2aa36ae98c7e8adb5446035067b0c59428cd9b33cf9974545b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE510/520 v1"; + } + ]; + }; + cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "98db6aea6be032169e12ed11f023dd4f97fe563df9ef5a59a71273b3df877889"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cpe510-v2-squashfs-factory.bin"; + sha256 = "d1f0ea5a7fb086a21d0ee0197e7fc59237d84649021390eebdd7cdfc02f80956"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE510 v2"; + } + ]; + }; + cpe830 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cpe830"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cpe830-squashfs-sysupgrade.bin"; + sha256 = "cc5b64541ec9acb5961e551444056c9f4bad4e8f7b358cb8d2b45e5142559cc0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore CPE830"; + } + ]; + }; + cpe870 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cpe870"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cpe870-squashfs-sysupgrade.bin"; + sha256 = "97294c1e7bca1b82b968e287496089121eb58752dee85de43971883cdd24690a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore CPE870"; + } + ]; + }; + cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cr3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cr3000-squashfs-sysupgrade.bin"; + sha256 = "1e4004421a977ebca1abea9ad86dd0c5e82d3a24b8da84faa61567795adca553"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CR3000"; + } + ]; + }; + cr5000 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-core" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-cr5000-squashfs-sysupgrade.bin"; + sha256 = "c19c42ae9bb8291a5128817d13022c2f258c2254bbad605741af0bf7c76a6609"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CR5000"; + } + ]; + }; + dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-dap-1330-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-dap-1330-a1-squashfs-factory.img"; + sha256 = "151835c308305ff7ad089dd4f78f8f21e4b73f0cde099dc4b46f62ac32a05c86"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "40c2e5e4716767c8f0cd286d948675af3fc76f9dcf928e347eb954882d3dd964"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DAP-1330 rev. A1"; + } + ]; + }; + dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-dap-2695-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-dap-2695-a1-squashfs-factory.img"; + sha256 = "d06d7e3cf654f86a1fa7be8b79036857aff75a3057a7d9e2d1335c652ecd2a95"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "6b6015e1a7453aba7caa9b9745fb22cb58b4ff4507908982f21cd5cfb67aeab7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DAP-2695 rev. A1"; + } + ]; + }; + dir-869-a1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-dir-869-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-dir-869-a1-squashfs-sysupgrade.bin"; + sha256 = "4dc869609bcf9977245069d3353c852a9e335f3eec9866b827e603835fec04e0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-dir-869-a1-squashfs-factory.bin"; + sha256 = "5856788f5a72bf4c520e34d01543b741ff8151a63cc1918a1ffab20559b73596"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DIR-869 rev. A1"; + } + ]; + }; + dr342 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-dr342"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-dr342-squashfs-sysupgrade.bin"; + sha256 = "2e3130aa749f48590d7e9c66f25d64456047b5b48a74b28ac2277872632b44e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Wallys DR342"; + } + ]; + }; + dr531 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-dr531"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-dr531-squashfs-sysupgrade.bin"; + sha256 = "126fc293893f6cc82500571937cd69985e6cfabcf40dca93f5315c0055fb0634"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Wallys DR531"; + } + ]; + }; + dragino2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-dragino2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-dragino2-squashfs-sysupgrade.bin"; + sha256 = "a7cb2753cb3d72c12fd32b8ef175ef25b35222c7a022490db32dd6ff03f3e720"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dragino 2 (MS14)"; + } + ]; + }; + e1700ac-v2-16M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-e1700ac-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-e1700ac-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "72fd489f5a29dbb98b9c76b9a9f40772ee975d193caa66ccd67dd0af3b57980a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700ac-v2" + ]; + titles = [ + { + title = "Qxwlan E1700AC v2 (16MB flash)"; + } + ]; + }; + e1700ac-v2-8M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-e1700ac-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-e1700ac-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "b5b2d6a88bfa56743ff5e4ad9f212b8d2babcd68ad514e82d62e3461b361b3eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700ac-v2" + ]; + titles = [ + { + title = "Qxwlan E1700AC v2 (8MB flash)"; + } + ]; + }; + e558-v2-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-e558-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-e558-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "edff9f613e3e7ba1ac50970d0cdfaab1f0c50634a163db7abf593bdd9022521c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e558-v2" + ]; + titles = [ + { + title = "Qxwlan E558 v2 (16MB flash)"; + } + ]; + }; + e558-v2-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-e558-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-e558-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "ebe66af1f546cefb1069246a41034812ab7994c1dc3a88fd728e05bb737cbec8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e558-v2" + ]; + titles = [ + { + title = "Qxwlan E558 v2 (8MB flash)"; + } + ]; + }; + e600g-v2-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-e600g-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-e600g-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "27bd2401b96ca44b8d9367454c26f14d16993f7193dd52945b2d6e24d3e214d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600g-v2" + ]; + titles = [ + { + title = "Qxwlan E600G v2 (16MB flash)"; + } + ]; + }; + e600g-v2-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-e600g-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-e600g-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "d0bab72c8356b724c50391da90007a73e091dbcf4e2c5cebc1c60f35a28e439c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600g-v2" + ]; + titles = [ + { + title = "Qxwlan E600G v2 (8MB flash)"; + } + ]; + }; + e600gac-v2-16M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-e600gac-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-e600gac-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "63ba3709823de00e3b330d026de75a1809e8adf15717302794cfc6dd76c1eef6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600gac-v2" + ]; + titles = [ + { + title = "Qxwlan E600GAC v2 (16MB flash)"; + } + ]; + }; + e600gac-v2-8M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-e600gac-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-e600gac-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "5fdb72ab4e124f872d13214e5878aec17f15177edc4cd488eaa1b06ae532f117"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600gac-v2" + ]; + titles = [ + { + title = "Qxwlan E600GAC v2 (8MB flash)"; + } + ]; + }; + e750a-v4-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-e750a-v4-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-e750a-v4-16M-squashfs-sysupgrade.bin"; + sha256 = "68e762c1f30ba0ad0a3be622bb5f895af033e3d87e3d2129339baa29a5358ed0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750a-v4" + ]; + titles = [ + { + title = "Qxwlan E750A v4 (16MB flash)"; + } + ]; + }; + e750a-v4-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-e750a-v4-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-e750a-v4-8M-squashfs-sysupgrade.bin"; + sha256 = "c0e4a3a23d2ab9c4a4091312d8925db00f7ab54056c3069e00501a5b45b5e707"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750a-v4" + ]; + titles = [ + { + title = "Qxwlan E750A v4 (8MB flash)"; + } + ]; + }; + e750g-v8-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-e750g-v8-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-e750g-v8-16M-squashfs-sysupgrade.bin"; + sha256 = "f0bf3b18e950b8c7a773debf40dba94424ec6ac986587dfd8be42a25e18eeb3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750g-v8" + ]; + titles = [ + { + title = "Qxwlan E750G v8 (16MB flash)"; + } + ]; + }; + e750g-v8-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-e750g-v8-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-e750g-v8-8M-squashfs-sysupgrade.bin"; + sha256 = "56579f3d34c5593e209e683f8dfe5e20b9e479edfe9d23cc159760c2d3a39177"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750g-v8" + ]; + titles = [ + { + title = "Qxwlan E750G v8 (8MB flash)"; + } + ]; + }; + el-m150 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-el-m150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-el-m150-squashfs-factory.bin"; + sha256 = "38ee907a83a0c03e63d8a519ec7060088a3cb037e6427ff21082c786049247bb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-el-m150-squashfs-sysupgrade.bin"; + sha256 = "bcff0a8ffa0c1e8a7ad679d1b5a0dfb80ae71e0e3f5189baabb30d9cef6ac3af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EasyLink EL-M150"; + } + ]; + }; + el-mini = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-el-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-el-mini-squashfs-sysupgrade.bin"; + sha256 = "f1705d5a5d175846acbdd3378deb054767c52676f61865d57defee822f2950dc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-el-mini-squashfs-factory.bin"; + sha256 = "8679bbd5b0f4a3ef426941d11d100863e64c0f81ded93a1eff7b755ad8a287cf"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EasyLink EL-MINI"; + } + ]; + }; + ew-balin = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ew-balin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ew-balin-squashfs-sysupgrade.bin"; + sha256 = "ae40d0542a47a8a95c369b6d48b71f8bdee0ab892809f57a0c6e728ff57b1614"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Balin Platform"; + } + ]; + }; + ew-dorin = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ew-dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ew-dorin-squashfs-sysupgrade.bin"; + sha256 = "6e1bc929ed3391b13afa766f4747a893acadb74fa171743eaccfb04783272d3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Dorin Platform"; + } + ]; + }; + ew-dorin-router = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ew-dorin-router"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ew-dorin-router-squashfs-sysupgrade.bin"; + sha256 = "9177d25007f21d199743cf09d67c162b9fb7d950263c7ab01140331e7b86afff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Dorin Router Platform"; + } + ]; + }; + fritz300e = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-fritz300e-squashfs-sysupgrade.bin"; + sha256 = "960e56d886af82ff9489da4f46ffdaf3bbe249b07c28a9172732fcb7fc04e926"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz300e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 300E"; + } + ]; + }; + fritz4020 = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-fritz4020-squashfs-sysupgrade.bin"; + sha256 = "92dfdb2bdc5b4e2631695b4b24654a5f0d19364cff91db7f3ab60812aed561ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz4020" + ]; + titles = [ + { + title = "AVM FRITZ!Box 4020"; + } + ]; + }; + fritz450e = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-fritz450e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-fritz450e-squashfs-sysupgrade.bin"; + sha256 = "764c3da3dae0f2f14cfbbb24793d6d2607353d5f9346b83cc45e01dd167e7bdf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz450e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 450E"; + } + ]; + }; + gl-ar150 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-gl-ar150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "5238ee00de708c719cea83ccf3c302163aa7a76d8c20ac00e5ccb20b039b02bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR150"; + } + ]; + }; + gl-ar300 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-gl-ar300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-gl-ar300-squashfs-sysupgrade.bin"; + sha256 = "4567accb96e744b952beab79c79c0725eb8da745ddf3c2c6cd65827a0c10ce74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR300"; + } + ]; + }; + gl-ar300m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-gl-ar300m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-gl-ar300m-squashfs-sysupgrade.bin"; + sha256 = "5ac5c02b52c04f5b4ea384a0cc141efca1e395f80fbd7e18e27d38ae4d91980d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR300M"; + } + ]; + }; + gl-ar750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-gl-ar750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "89353ebf9c079f28c279539062b705b47c0c179f3ef1cecf20a47573a0ea34a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-ar750" + ]; + titles = [ + { + title = "GL.iNet GL-AR750"; + } + ]; + }; + gl-ar750s = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-gl-ar750s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-gl-ar750s-squashfs-sysupgrade.bin"; + sha256 = "edf303a918423b68a00769434893ced74c23fc4e82a647f30bf2287277cfff33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-ar750s" + ]; + titles = [ + { + title = "GL.iNet GL-AR750S"; + } + ]; + }; + gl-domino = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-gl-domino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-gl-domino-squashfs-sysupgrade.bin"; + sha256 = "70df5c51b8de3631d9581771c24877a2bde7508603712ff250244338ad745362"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet Domino Pi"; + } + ]; + }; + gl-inet-6408A-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-gl-inet-6408A-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-gl-inet-6408A-v1-squashfs-sysupgrade.bin"; + sha256 = "7ba0e02ecd9ec47cdd0ad03f0c1b4d5f79b55b4eeaad6a8cf8d6426fcbad7811"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-gl-inet-6408A-v1-squashfs-factory.bin"; + sha256 = "8463f41eee4b4f810d97b5c22c374c9a308d30c18611022318113e5fbb6d0b60"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet 6408"; + } + ]; + }; + gl-inet-6416A-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-gl-inet-6416A-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-gl-inet-6416A-v1-squashfs-factory.bin"; + sha256 = "37d8550cf0f9827a7f8eb7e751d1d64996d06ca3eabb9ca9c28d6d49bf7cddc5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-gl-inet-6416A-v1-squashfs-sysupgrade.bin"; + sha256 = "492f948ea7111922c82c293573014edd801a88b814bc6b02f36ad493197a0f12"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet 6416"; + } + ]; + }; + gl-mifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-gl-mifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "9be393a4041c3b874ce595a18e5159c806699fc063d3b012b5394c673299f744"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-MiFi"; + } + ]; + }; + gl-usb150 = { + device_packages = [ + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-gl-usb150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "3c64c601d19b980b78f0a188f3e94fbc6edea6a8e6404a1aff609faecc0d07e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-usb150" + ]; + titles = [ + { + title = "GL.iNet GL-USB150"; + } + ]; + }; + hiwifi-hc6361 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-fs-ext4" + "kmod-nls-iso8859-1" + "e2fsprogs" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-hiwifi-hc6361"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-hiwifi-hc6361-squashfs-sysupgrade.bin"; + sha256 = "d890658b883fddac4a829250fb30bdf0a19f09ef2dd816c5563d76503656a9ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "HiWiFi HC6361"; + } + ]; + }; + jwap230 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-jwap230"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-jwap230-squashfs-sysupgrade.bin"; + sha256 = "bb3637e71c0201a8e2543779dcb44b2f80deae156636a572ee0f631dc341028f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "jjPlus JWAP230"; + } + ]; + }; + koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-koala-squashfs-sysupgrade.bin"; + sha256 = "90e3a2f9d84fbef47a18f2cf96deed4d204cd642d33724d3bfeee8651fee6d4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OCEDO Koala"; + } + ]; + }; + lan-turtle = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-lan-turtle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "88a5bfc1c7b1e8cbb52f1e45a979817890a3c07ceecdf56d664d652e7a1e1a34"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 LAN Turtle"; + } + ]; + }; + lima = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-lima"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-lima-squashfs-sysupgrade.bin"; + sha256 = "99809d69c85cd9c329e4aff0ec362e25aee40e2eff2cd598f6aa9f5859f611cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Lima"; + } + ]; + }; + mc-mac1200r = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-mc-mac1200r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-mc-mac1200r-squashfs-factory.bin"; + sha256 = "a7e66222fd638f2e2a131540f9669702afacc71cea6a75e16e61617df4e18183"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-mc-mac1200r-squashfs-sysupgrade.bin"; + sha256 = "a6bde2dc2e7f0e07cab7f5339dbe6d8ac9de16b02eb49d781248129d0da24f39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Mercury MAC1200R"; + } + ]; + }; + minibox-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-minibox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-minibox-v1-squashfs-sysupgrade.bin"; + sha256 = "691e490d1b1fdb4c4ab4782b6b8de14f2033ae557baf95e7f487d2fb3a3681af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong MiniBox V1.0"; + } + ]; + }; + "minibox-v3.2" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-minibox-v3.2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-minibox-v3.2-squashfs-factory.bin"; + sha256 = "103622d7fb0fd0ad66e4f141b2336a1264d4972f7e624bbc7f178a3569e70c2f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-minibox-v3.2-squashfs-sysupgrade.bin"; + sha256 = "784747072bc2e4519af054d71011da35dd5b38fbe11903949420001840320a69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Gainstrong MiniBox V3.2"; + } + ]; + }; + mr12 = { + device_packages = [ + "kmod-spi-gpio" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-mr12-squashfs-kernel.bin"; + sha256 = "82cf69dde7afdbc9d2467459d8e748a50deb108c25a7ea873af85d07c1759d9a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-mr12-squashfs-sysupgrade.bin"; + sha256 = "b0597e0fdb0a7fdaea05a7b92f62c7baa5038694a75dd4cb0fb390862d442349"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-mr12-squashfs-rootfs.bin"; + sha256 = "c4102c82464dced4e9613142d2f6e0aa8f3a3c0241f1a9a0bab24abffa74b05b"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR12"; + } + ]; + }; + mr16 = { + device_packages = [ + "kmod-spi-gpio" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-mr16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-mr16-squashfs-sysupgrade.bin"; + sha256 = "a5ae860a30d4cf9671aaa5d7ed3fd5afb71e9072773d161502fa838fbf7074f0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-mr16-squashfs-rootfs.bin"; + sha256 = "c4102c82464dced4e9613142d2f6e0aa8f3a3c0241f1a9a0bab24abffa74b05b"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-mr16-squashfs-kernel.bin"; + sha256 = "8e5f3d04943d415b9d497a8db55fa04984ef7d563e9cc2ecb1b4df29002b14dd"; + type = "kernel"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR16"; + } + ]; + }; + mw4530r-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-mw4530r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "1d647e5c80d297a33a2ed4f84a42393577d558c02d2c04855d26f523264bfba5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-mw4530r-v1-squashfs-factory.bin"; + sha256 = "f311a9dc139a1aab170dd94dfe2d722839e2985814ef81f3b40ba9ad61899017"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Mercury MW4530R v1"; + } + ]; + }; + mynet-n600 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-mynet-n600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-mynet-n600-squashfs-factory.bin"; + sha256 = "cd12861a614c9ac9c28bdcdb4e9187f949cf33caf307e769b0e278195373b7e7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-mynet-n600-squashfs-sysupgrade.bin"; + sha256 = "4898ac708fd9702cedee1b9f1c7c87695544a2530485b5e852674c9085c41e64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Western Digital My Net N600"; + } + ]; + }; + mynet-n750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "abb8a4041f7d4991121dd5e04adefa99887e0d6b6069a4b48d227968e14790ce"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-mynet-n750-squashfs-factory.bin"; + sha256 = "b35531e70c48e768c5f39f55c0b65457a7ea9eda1b53fd46c795ef935ff521cb"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Western Digital My Net N750"; + } + ]; + }; + n5q = { + device_packages = [ + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-n5q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-n5q-squashfs-sysupgrade.bin"; + sha256 = "8607321de5993202303a81bbe7db3a95b770dd0ac62f1262888060d9226e0ac1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "n5q" + ]; + titles = [ + { + title = "ALFA Network N5Q"; + } + ]; + }; + omy-g1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-omy-g1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-omy-g1-squashfs-sysupgrade.bin"; + sha256 = "3ceda91940000103fd1a155f57c3126be4d89d0f793cfb02e68b940e794c630e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-omy-g1-squashfs-factory.bin"; + sha256 = "6f7b1b9cfa3169bc342d72ed96decafc48315b14535d5efe4be2bd2501e091ca"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OMYlink OMY-G1"; + } + ]; + }; + omy-x1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-omy-x1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-omy-x1-squashfs-factory.bin"; + sha256 = "ab2461d6bbb696ab3ad4b49b818ab044604a93ba3e7ba81d0d64571bf9c92ee2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-omy-x1-squashfs-sysupgrade.bin"; + sha256 = "ca112a1b524bb9a5f09f4587d3cc1de4f1749247f2bd7cf5721fdc01aa7334c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OMYlink OMY-X1"; + } + ]; + }; + onion-omega = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-i2c-core" + "kmod-i2c-gpio-custom" + "kmod-spi-bitbang" + "kmod-spi-dev" + "kmod-spi-gpio" + "kmod-spi-gpio-custom" + "kmod-usb-serial" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-onion-omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-onion-omega-squashfs-sysupgrade.bin"; + sha256 = "541bf49db40efed9941dfcb4abd2834b5adfb82492d5a5be15a8ab17a62c62f6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-onion-omega-squashfs-factory.bin"; + sha256 = "03723968512fda65fb82842fd98c7acbef60ba862faa20837b06f715f0eb1b10"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Onion Omega"; + } + ]; + }; + oolite-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-oolite-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-oolite-v1-squashfs-sysupgrade.bin"; + sha256 = "004930bb12914d618f8704a4559ad093b953104cc3652b4a8c0d2b863fee5c80"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V1.0"; + } + ]; + }; + "oolite-v5.2" = { + device_packages = [ + "ath10k-firmware-qca9887-ct" + "kmod-ath10k-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-oolite-v5.2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-oolite-v5.2-squashfs-sysupgrade.bin"; + sha256 = "6b380b71c987bccbf305d51089334ffe45850e427c3d29bd6fed96863bddc668"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V5.2"; + } + ]; + }; + "oolite-v5.2-dev" = { + device_packages = [ + "ath10k-firmware-qca9887-ct" + "kmod-ath10k-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-oolite-v5.2-dev"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-oolite-v5.2-dev-squashfs-sysupgrade.bin"; + sha256 = "847a6ba80a5466a241e55b0cf67df1d20dfa2fd3cb725bf2db36abbc24dff783"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V5.2-Dev (development board)"; + } + ]; + }; + packet-squirrel = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-packet-squirrel"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "abf532ba374a909ee2d01a348772dc711dd2d36b790599f6d28316df440dbc2a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 Packet Squirrel"; + } + ]; + }; + pqi-air-pen = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-pqi-air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-pqi-air-pen-squashfs-sysupgrade.bin"; + sha256 = "d8c4d7dd36929e049aa863829bdcb6ee3bdc6934b3595d61483ccb0a893ebd24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PQI Air Pen"; + } + ]; + }; + qihoo-c301 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-qihoo-c301"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-qihoo-c301-squashfs-sysupgrade.bin"; + sha256 = "8e375fb983df0410298b5b02c8def4bae89f43c86c846c1b13e908691c3f7265"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-qihoo-c301-squashfs-factory.bin"; + sha256 = "1e65cd622c761981edb1ce2a47bd49418c08ff8764e877906b16791a6352b2cf"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Qihoo C301"; + } + ]; + }; + r36a = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-r36a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-r36a-squashfs-sysupgrade.bin"; + sha256 = "3edd423d6ade8a961342e37946d641bdf618784969ff4a004e1f81cb3d5a01a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "r36a" + ]; + titles = [ + { + title = "ALFA Network R36A"; + } + ]; + }; + r602n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-r602n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-r602n-squashfs-sysupgrade.bin"; + sha256 = "00f379a234ff51ca2bdb17aaa173f8e8fd89c4d2dbcc6023db7293f83d1efeeb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "P&W R602N"; + } + ]; + }; + re355-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-re355-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-re355-v1-squashfs-sysupgrade.bin"; + sha256 = "446b312b300293bcb94998e6466caf6fc40ed69b35e01a5425dd81c442d4ecca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-re355-v1-squashfs-factory.bin"; + sha256 = "d0508aaa25b67da11a7bf9b5239cb153ed156bc27dc58114490c8b8b4f3fa61b"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK RE355 v1"; + } + ]; + }; + re450-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-re450-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-re450-v1-squashfs-sysupgrade.bin"; + sha256 = "541a80b9325e18ce2c43dfeee7078a6f3b47576ba4c55310e2f95b3d6d67f7a7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-re450-v1-squashfs-factory.bin"; + sha256 = "99548cc8d2c6fd1f96b756c4210f73cd7e9cf87288ef86988c7842159b06a3e2"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK RE450 v1"; + } + ]; + }; + rme-eg200 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-rme-eg200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-rme-eg200-squashfs-sysupgrade.bin"; + sha256 = "2e6afc9fd43e65e1565f8c0a29306282e83054bf77d3b335d2ac7a2b066c2413"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "eTactica EG-200"; + } + ]; + }; + rut900 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-rut900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-rut900-squashfs-sysupgrade.bin"; + sha256 = "814c386e96d5314733ba9ff1c0eb4a734e87823b5a5c75380ce921aa67dc5c2a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-rut900-squashfs-factory.bin"; + sha256 = "ae2178b40f2361b825dee75015e9ef9cbdff7ab73f779af9c36b1991715da2b9"; + type = "factory"; + } + ]; + supported_devices = [ + "rut900" + ]; + titles = [ + { + title = "Teltonika RUT900"; + } + ]; + }; + rw2458n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-rw2458n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-rw2458n-squashfs-factory.bin"; + sha256 = "820491534396b012cfe7ae5bab50d1dcf175ae50a37ea0f8e260106fad275725"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-rw2458n-squashfs-sysupgrade.bin"; + sha256 = "8e9ae7f4707923214d9d091375504e305e42005996a0420402ddbef190f9ec80"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RW2458N"; + } + ]; + }; + sc1750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-sc1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-sc1750-squashfs-sysupgrade.bin"; + sha256 = "7b33161a58f2e9f670fe1010369469aa026217a08f66f288ac6b156e83ba688f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC1750"; + } + ]; + }; + sc300m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-sc300m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-sc300m-squashfs-sysupgrade.bin"; + sha256 = "e2c4cc8654d5412edaeb93767c27aab36afe7fe46c3daa2f120fddbee6b53605"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC300M"; + } + ]; + }; + sc450 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-sc450"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-sc450-squashfs-sysupgrade.bin"; + sha256 = "50bc128a6527e55f69e837f3e2f23210c89805053c1d94af9eaa979e357b9c12"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC450"; + } + ]; + }; + smart-300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-smart-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-smart-300-squashfs-sysupgrade.bin"; + sha256 = "0ce7423e6774352f05fb1ab6d6d6e0d82fa66fcb513059f6266467726f206dd5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-smart-300-squashfs-factory.bin"; + sha256 = "a4dabd4e22a182e56d91d49d04ba0d4336cd74282646fb5d2bab959ba3ae3780"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NC-LINK SMART-300"; + } + ]; + }; + som9331 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-i2c-core" + "kmod-i2c-gpio-custom" + "kmod-spi-bitbang" + "kmod-spi-dev" + "kmod-spi-gpio" + "kmod-spi-gpio-custom" + "kmod-usb-serial" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-som9331"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-som9331-squashfs-factory.bin"; + sha256 = "1467ff994837cb99fe2b56abb08f549218ffdde42cde538ea939cd6402280fe7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-som9331-squashfs-sysupgrade.bin"; + sha256 = "6a0faa7bdb727761929d33838e7de0b4642ba6e1991f432ac08a8bcd0b1cbec5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OpenEmbed SOM9331"; + } + ]; + }; + sr3200 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-sr3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-sr3200-squashfs-sysupgrade.bin"; + sha256 = "bf15b542186fe65cc16236cd42d919caf6ccbfd0baa98ba68878dd0f47e135e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore SR3200"; + } + ]; + }; + t830 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-t830"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-t830-squashfs-sysupgrade.bin"; + sha256 = "390a186fafac37f896c2249d73d846b75b8239c60a1352b13cec60a24ba8c957"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t830" + ]; + titles = [ + { + title = "YunCore T830"; + } + ]; + }; + tellstick-znet-lite = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-serial" + "kmod-usb-serial-pl2303" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tellstick-znet-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tellstick-znet-lite-squashfs-sysupgrade.bin"; + sha256 = "f23a1ab402cb3d9d04955a539cef66db60a5612ad3fc0f15da1f2a90bc484782"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tellstick-znet-lite-squashfs-factory.bin"; + sha256 = "605f3f8ebcaab40ef617a1c00ba95170596397864e3e5c0dfdd93122fbee6198"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TellStick ZNet Lite"; + } + ]; + }; + tl-mr6400-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-rndis" + "kmod-usb-serial" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-mr6400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "592ecf5fc5b142ae3b98af7007a3b3732d80732f862a3e14ed1cbde0a884e7d6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "0c7caf1b42a37f3998d7fff8c47f2f24e4f3b2860c96042611525671595a8d4d"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-MR6400 v1"; + } + ]; + }; + tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "48654ff07255d29985fe73e60ab1f2bb611a14884e66fc0fee9a2114cdd04578"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "2bf7d39d84f63eb7c78549ef827941a0a93d2e35e1842ce28cb6d5e9cce19d65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR3500 v1"; + } + ]; + }; + tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "b4366c7a97539782b50c641e914c31226d0ad28a347b7dff9603867047b86fd7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "546ae16eec369aadce3c2fe01224d7cf8938fe08460284cf04ef76c19da50b11"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR3600 v1"; + } + ]; + }; + tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "ecf4d4180ca9b920588c9b0e62f6b439d7847273d81ad5e1cf9a085e30ca4a37"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "78460a4acccc7e587f28b2eccfa33efa5c2ef50aeea821f1df656cb5240ce507"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4300 v1"; + } + ]; + }; + tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "6ee5bfc455a20763a1ad0eda2eb2be30c525e0eb3b862ea1cc287cd7143f7f64"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "c46f1b05d139ee76b11f817751c69a875668f222e2d68c04ba3353747e526a8e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4300 v1 (IL)"; + } + ]; + }; + tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "ef89ca79b27ac620d924e3d6fd7b624d79d41152c725786b420fa54abb5bc9e4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "22a875a2b688766e283aaa9694394762a5084462a8a273e141238617f86b7b07"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4310 v1"; + } + ]; + }; + tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "5ba15f1a2818c6410ea5fff5345bd4c83cdf282315c71339442e3e917ed2b9c5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "14abb905c5f3dcc6a76c742107eb2a1d529d2839f4b9939aba9e78c2df5bff65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4900 v2"; + } + ]; + }; + tl-wdr6500-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wdr6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wdr6500-v2-squashfs-sysupgrade.bin"; + sha256 = "92007dd111f732355c4eed970bf65b3f886daf954ce27b8e1cd718b090434c29"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wdr6500-v2-squashfs-factory.bin"; + sha256 = "77407d936b6fc7ef10a2a326d13685b39cf69b91f845b5ca97fd867048fee372"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR6500 v2"; + } + ]; + }; + tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wdr7500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "7fa56a6e24c84ccc25e5f88fd1c0964fd7e9ab2941e18cb93aaad7d7a626508c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "012bf13b8203027d37f383cca8ffeb76a49a62af7a2931401aa4143b15c4ff2d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v3"; + } + ]; + }; + tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wpa8630-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "9d1108f5d2b14676d09a9f3d07801037d2c3d0c8d18179c617cde206be9f7cd0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "fade23dfce6af05506284a39a38d756f374453dbf03635f5449fef428625140a"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WPA8630 v1"; + } + ]; + }; + tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "ea23c43fab5a0d8a38e7b9f50c23fb153dd8492b5574f73d7b4d3701f075cc2d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "90842621401a6867d6ba8b0783f660fdbc6fa6f091a470140702aa19bfcf1cac"; + type = "factory"; + } + ]; + supported_devices = [ + "tl-wr1043n-v5" + ]; + titles = [ + { + title = "TP-LINK TL-WR1043N v5"; + } + ]; + }; + tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "c8eb89de542959d3be8d963a997af395fe32e38931b971b344c97641952d3c08"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "2ec45be4d11f95c0978a38a300c3762b5a33e7ff289f5caa1e7ec3209d7641ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v1"; + } + ]; + }; + tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "c2ab678e1d117e954b4c4340e4859e22b94dda36d059f1c9a6b525490ab3b940"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "1fcae4f9bc2b4d5be264afbbd858a7e74481bb9e524eb5a8696ea2cd3cc40d04"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v2"; + } + ]; + }; + tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "443c2911cf649f24281f141a25985a7e13bb0976683c7e329d05eff73be98e32"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "863e7d37ec899024e038c1bbbd2f33d1286303c5bf61c9b4e2b5fec98bd635fd"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v3"; + } + ]; + }; + tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "6197214185cb5ea2c2167fbecbec7ca1c6062726f35bfd5765a6e98e9ca11f84"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "48716921d81da7239c36174d7a248deacf5be4cd602f7c49e4689cabcafb9c2c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v4"; + } + ]; + }; + tl-wr2543-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "7ddd1f8648e3bdfd5b87d995632ee89c7319c70f67859f2c2f042d914743d6ac"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "83d9080a1b3b735ce6ab76e91da94c89f0d3b79b5993b6296541fb7a27a3802d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR2543N/ND v1"; + } + ]; + }; + tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "ee3e773179c2be1694d005f66ef4911920398c4eded659efe26278d8c084c548"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "659c2fb8fa002f95545a849bc73bca2f0b3aaef499e9db62414a5cff3fcacf78"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR710N v1"; + } + ]; + }; + "tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "6ddffa421336f7d6156d9a8e3e2e05008e63a5ce23ed23abf988988066bdf3c2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "1fcf66845f633d80c367b1b6730e08720f811338e5a4358a3fbe6c6666020927"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR710N v2.1"; + } + ]; + }; + tl-wr810n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "84264bf69227ce5ededb23083d7c75090dc56afa93f091d350af388ac195fcc6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "f757a05ee76ad7beed463f6f8040bc12b2ac792c43a6fffdfd3c2e58cb8ad72c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR810N v1"; + } + ]; + }; + tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wr810n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "ee3abe457df031744afea4b43f7ba4526808e653ceaeb037b83ef8a607a3405b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "ef59f03193dacb8fcb692c8b3b715067f135ddc97d9c20720ce16d9fa92e816a"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR810N v2"; + } + ]; + }; + tl-wr842n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "a70bd503857ed5f4b024e7165adc980466a866af665595cf3c52634402cd8b56"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "7d5a585e3a306cf879c596093e02143f7f83bd6b1f31256cd09739bbcb8bd904"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v1"; + } + ]; + }; + tl-wr842n-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "2505b8ccbdf96174fa6c9bf94b537e06ab30a84c72808d959a8f705d6fb9200c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "ed00be443fda1fabc60b8011d7676728d73a9f481c4869b860fb8de929f35b49"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v2"; + } + ]; + }; + tl-wr842n-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "97fc1b15234a9da9bd2c77fad6d6be4cbd303ca2e24494f063b8c24ed4adb1ab"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "070a1a539a4e89c3548048c737b96bab4722f2d69de477a2611ceb94a953bc54"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v3"; + } + ]; + }; + tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wr902ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "e4683223ccd9fac249dea5f29ca3970dc0aaf86f6d576a14aaff2dce8a55c700"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "c6eada447eb09bc4e8ec352a10ff501a82536cd7a82d3e5c8b9ba2d35961657e"; + type = "factory"; + } + ]; + supported_devices = [ + "tl-wr902ac-v1" + ]; + titles = [ + { + title = "TP-LINK TL-WR902AC v1"; + } + ]; + }; + tl-wr942n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-tl-wr942n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr942n-v1-squashfs-sysupgrade.bin"; + sha256 = "65e3dab78867aca77b3a7518ba55e81f0293071f6fbe89d2f6f44514434ed3aa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-tl-wr942n-v1-squashfs-factory.bin"; + sha256 = "36bfebcb51e0e7c05fbdac9f5828ebb07923e8116af5747a2febbbb9bce8fe45"; + type = "factory"; + } + ]; + supported_devices = [ + "tl-wr942n-v1" + ]; + titles = [ + { + title = "TP-LINK TL-WR942N v1"; + } + ]; + }; + ts-d084 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ts-d084"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ts-d084-squashfs-sysupgrade.bin"; + sha256 = "8841ec1ca7649a1c9bce298102ab2d8e98938c463fecc231745061ad390b6a1d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ts-d084-squashfs-factory.bin"; + sha256 = "2a677d9a32a38e80bf7e224e3ff3728c35c4b7d536ce04c9b442422bfccf1c74"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PISEN TS-D084"; + } + ]; + }; + ubdev01 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubdev01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubdev01-squashfs-sysupgrade.bin"; + sha256 = "0db242910dc56478c91115d4331611f5606a607d440754aec218b46c2d12ac30"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubdev01-squashfs-factory.bin"; + sha256 = "dd18422b158d038528da791d6d425042566b9a4232d9aa74a2139be0a6290bff"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti ubDEV01"; + } + ]; + }; + ubnt-air-gateway = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-air-gateway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-air-gateway-squashfs-sysupgrade.bin"; + sha256 = "da713e3f971c0e0261387c450052ed18551a52d82b72607f2f67bf1f533c5665"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-air-gateway-squashfs-factory.bin"; + sha256 = "96b8922a157d95482d8d5599fa044adf71ef07e9b65f20278fa5f454ee434ad7"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Air Gateway"; + } + ]; + }; + ubnt-air-gateway-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-air-gateway-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-air-gateway-pro-squashfs-sysupgrade.bin"; + sha256 = "f65b1843231b93bc27415da8a6fdd7f73a961332247f503797f345a27c9f9930"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-air-gateway-pro-squashfs-factory.bin"; + sha256 = "5ba8b20e66ff8d5b7b5b43240efea9ac56c6c6b2264a55371f09726abc3d8303"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Air Gateway Pro"; + } + ]; + }; + ubnt-airrouter = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-airrouter-squashfs-sysupgrade.bin"; + sha256 = "36b6cdd9ef7ea0dc27874f42e7bd4df7bf4e8afb75e50ffe5f440273918a2179"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-airrouter-squashfs-factory.bin"; + sha256 = "ac67b780f13509a2ed8da0dea0717465ba309f859c855540d844a0400543200b"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti AirRouter"; + } + ]; + }; + ubnt-bullet-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-bullet-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-bullet-m-squashfs-factory.bin"; + sha256 = "236c52c6b717a4590f29afcfaf4b07b744cec2f09c42f2a1dc0e69dcf8c57fe1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-bullet-m-squashfs-sysupgrade.bin"; + sha256 = "9c0c2b7409a3593a70ca8ef41d132541c6587b18c17372d49724c0b9da29fc7d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Bullet-M"; + } + ]; + }; + ubnt-bullet-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "384ab4af16ae49c93d34762448ab6bcdf5d6900b5282ec71dbf3ae404c966bd7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-bullet-m-xw-squashfs-factory.bin"; + sha256 = "515480d0267d4e7870d8b65e72d4e3d001412bc9f915b994014d187604f27b37"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Bullet-M XW"; + } + ]; + }; + ubnt-lbe-m5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-lbe-m5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-lbe-m5-squashfs-sysupgrade.bin"; + sha256 = "66fb225e897dfb985004967c5eb247ae28d4f9462efeb6fe0eb61ae9b5009dc5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-lbe-m5-squashfs-factory.bin"; + sha256 = "b0f3066e4b00ad575304c88d0b45182676f3ddc503af2a58c9aa019f26185403"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Litebeam M5"; + } + ]; + }; + ubnt-loco-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "93af9c04ed604becde2a0f314ee9e7e818876c44310fe1161bf3b2b0f7f857d7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-loco-m-xw-squashfs-factory.bin"; + sha256 = "a6b6b036c862fd571610c916e7bd6709a61efa8404e4f36602d6559d21772443"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Loco XW"; + } + ]; + }; + ubnt-ls-sr71 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-ls-sr71"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-ls-sr71-squashfs-factory.bin"; + sha256 = "7ffb93e01fe089a4318929861b8e03ff69d35f5a54e7023b1e42a950631d9a8c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-ls-sr71-squashfs-sysupgrade.bin"; + sha256 = "3c4235c7013686e01118e3c236491a634de9dce3236d132d33322ce94009b378"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti LS-SR71"; + } + ]; + }; + ubnt-nano-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-nano-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin"; + sha256 = "5def0ed4eb2f373f48779fa9a5414fe324b431bf97907cd949b65d8ad06efbf3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin"; + sha256 = "e2b3f51cad1ce68224120650c7de1a645c37a9e776739f52c0056397881e42ed"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Nano-M"; + } + ]; + }; + ubnt-nano-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-nano-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-nano-m-xw-squashfs-sysupgrade.bin"; + sha256 = "a02fc17372cd9c813346e30e9c060abd38145cccad80b47a42074a7d4ad12d70"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-nano-m-xw-squashfs-factory.bin"; + sha256 = "6eb192864745a5785d596894cfa78457fb113c8596b7e480a5514e2454fa34c5"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Nano M XW"; + } + ]; + }; + ubnt-rocket-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-rocket-m-squashfs-factory.bin"; + sha256 = "65e32d54971f1c9c96f1d910883f9833c7c4eee9ddaf93f154b2a7c5cfe1ff0b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-rocket-m-squashfs-sysupgrade.bin"; + sha256 = "ec84255f9ae9f862068f8e7bdebc85ffca32dd6e0e7951700eb8ad949a24158e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket-M"; + } + ]; + }; + ubnt-rocket-m-ti = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-rocket-m-ti"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-rocket-m-ti-squashfs-sysupgrade.bin"; + sha256 = "8d6c9a23532271465ee14cb723a89f0f97ae4180f9eb6c718f54a0085b32636d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-rocket-m-ti-squashfs-factory.bin"; + sha256 = "e79684789877bd87cb3d361ce23d38717544e335b39352e145fcb55368b99fbf"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket M TI"; + } + ]; + }; + ubnt-rocket-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-rocket-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-rocket-m-xw-squashfs-factory.bin"; + sha256 = "d50ad9ec75224553c9660a3055f029718fdff1d92acc3b3c193106ea02329b08"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-rocket-m-xw-squashfs-sysupgrade.bin"; + sha256 = "ea9b43d2eb54fa57a5f936b8595e8dd9f022dc8332ea6e7c1c62317c91d07e23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket M XW"; + } + ]; + }; + ubnt-rs = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-rs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-rs-squashfs-sysupgrade.bin"; + sha256 = "2423aefd127d41a79a4be41347300db226d099ac7e1f7e7fa9033dc17ffb09d7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-rs-squashfs-factory.bin"; + sha256 = "c0113ccf2870d8aaba23f8b1e5da3153c34feb8cd5939312093085c536efce73"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RouterStation"; + } + ]; + }; + ubnt-rspro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-rspro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-rspro-squashfs-sysupgrade.bin"; + sha256 = "6b3ce54033647481eefd725ea3f1f00deaba14fa555d20835947818e57165c4e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-rspro-squashfs-factory.bin"; + sha256 = "77072588af034880c274fa6b91fe3506bfd51d0dbb2de25a70ff3e6ac23ee1ed"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RouterStation Pro"; + } + ]; + }; + ubnt-uap-pro = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-uap-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-uap-pro-squashfs-sysupgrade.bin"; + sha256 = "0016ae3853eddf3d80b13ab90e0d69cee73ba735c5f189eeb2830f8e98543a88"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-uap-pro-squashfs-factory.bin"; + sha256 = "e9c75ee94134ab7b20e776e3134429f0a2e4d2c12e7d260016c5ccdf678e504f"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UAP Pro"; + } + ]; + }; + ubnt-unifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-unifi-squashfs-sysupgrade.bin"; + sha256 = "24e1ed3cbdb3283276ce3b3da0f3edc4ab79d5030c19d99773512946a02245d2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-unifi-squashfs-factory.bin"; + sha256 = "26f1a45656c2798f922a92eaeecd9d4190b8ebe5662945f2725f9235010066a4"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi"; + } + ]; + }; + ubnt-unifi-outdoor = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-unifi-outdoor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-unifi-outdoor-squashfs-factory.bin"; + sha256 = "49d44f26a311af0b78732231eb7f0b46fad4b8cd9caeab786c529a12b8da0a83"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-unifi-outdoor-squashfs-sysupgrade.bin"; + sha256 = "0ea1a708615571741a20c1553bc395ffc840b12972898cc50694a46b736b522c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi Outdoor"; + } + ]; + }; + ubnt-unifi-outdoor-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-unifi-outdoor-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-unifi-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "a346611aa7e96a530c3eaf0ae961d9c1fc3e807383c45f6549c028772370b9a3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-unifi-outdoor-plus-squashfs-factory.bin"; + sha256 = "511c244d213c7c3ef7bd81548589297c7e4666d0514144a11f173f16be94d1d9"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi Outdoor Plus"; + } + ]; + }; + ubnt-unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "d265134b52f5b7728cdc17d1e231e02ae0551bb0791ac4da752794dc2fad30a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Lite"; + } + ]; + }; + ubnt-unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "d265134b52f5b7728cdc17d1e231e02ae0551bb0791ac4da752794dc2fad30a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-LR"; + } + ]; + }; + ubnt-unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-unifiac-mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "d265134b52f5b7728cdc17d1e231e02ae0551bb0791ac4da752794dc2fad30a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh"; + } + ]; + }; + ubnt-unifiac-mesh-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "cec2eff4e223639a161ee9f1efe62213b0b4953ab23fd8d83dc66fa40a6b3770"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh-Pro"; + } + ]; + }; + ubnt-unifiac-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-ubnt-unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-ubnt-unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "cec2eff4e223639a161ee9f1efe62213b0b4953ab23fd8d83dc66fa40a6b3770"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Pro"; + } + ]; + }; + wam250 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wam250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wam250-squashfs-sysupgrade.bin"; + sha256 = "e5b752bf80c8237096723f2874c5510591efb73a2344ce50c058f02b73f49617"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wam250" + ]; + titles = [ + { + title = "Samsung WAM250"; + } + ]; + }; + wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wbs210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wbs210-v1-squashfs-factory.bin"; + sha256 = "6af5608bda773e6c64dd99208b81383f13a0e3acfa84c73e9aca0a20e904004d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "df5ce725bbc0ea1ccdda2f1c567916a6aacf686bf8a77bca1f4882d2e9f2c9bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK WBS210 v1"; + } + ]; + }; + wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wbs510-v1-squashfs-factory.bin"; + sha256 = "d9fb3ad978edc9cd675121663ef2635b6c7ba05f7f1045d905ee3f51e24dce00"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "67d53536981a36e6decb58e7f596fa5520459586d6e490d419794336d3193720"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK WBS510 v1"; + } + ]; + }; + weio = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-weio"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-weio-squashfs-sysupgrade.bin"; + sha256 = "fe6297c64d83b0a703fd99a5bb79b3c80a9f5b66f1b1459dbf75dd95a97c478b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "WeIO"; + } + ]; + }; + wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wifi-pineapple-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "95542f6d5d0d60628928206d3c80ab86480819da9b4a4b62d6b294d571a1a8e4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 WiFi Pineapple NANO"; + } + ]; + }; + wlr8100 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wlr8100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wlr8100-squashfs-sysupgrade.bin"; + sha256 = "426c75f0892c077dcbe95d9c324b2e30e21ec061af1094c0d8438867fa86723a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sitecom WLR-8100"; + } + ]; + }; + wndr3700 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wndr3700-squashfs-factory-NA.img"; + sha256 = "9164c0db7b00d38a3f9fcd5c88c817dfa0918d1fb4a604d929b7acd5929661b1"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wndr3700-squashfs-factory.img"; + sha256 = "b0e1e171eb167905e82a791f859df1117d84a0cd5504ae06ee4c6d61878d3558"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wndr3700-squashfs-sysupgrade.bin"; + sha256 = "391fa52be77401b4be731e209e6d65051372d569b1f9e56f3feedd773a7c9054"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3700"; + } + ]; + }; + wndr3700v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wndr3700v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wndr3700v2-squashfs-sysupgrade.bin"; + sha256 = "c9e3de2b2f91d276a6b65c177cc8e4eb6cac88a9b42a287c3e9e08b564030ff3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wndr3700v2-squashfs-factory.img"; + sha256 = "de0d52b3d235f7ec0b2351daf3e59dcaae717dc88b58a7fee0a2089253fa2d14"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3700 v2"; + } + ]; + }; + wndr3800 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wndr3800-squashfs-factory.img"; + sha256 = "8cf41ca05d7bb2165444ec2013e6a34034f07375b60dd13f15ff8caf00e1ae5f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wndr3800-squashfs-sysupgrade.bin"; + sha256 = "c9e3de2b2f91d276a6b65c177cc8e4eb6cac88a9b42a287c3e9e08b564030ff3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3800"; + } + ]; + }; + wndr3800ch = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "c9e3de2b2f91d276a6b65c177cc8e4eb6cac88a9b42a287c3e9e08b564030ff3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wndr3800ch-squashfs-factory.img"; + sha256 = "5e509d292e4aa263d13aba0d1261d7147142d3590c19ceacc59f2e29868d828e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3800 (Ch)"; + } + ]; + }; + wndrmac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wndrmac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wndrmac-squashfs-sysupgrade.bin"; + sha256 = "c9e3de2b2f91d276a6b65c177cc8e4eb6cac88a9b42a287c3e9e08b564030ff3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wndrmac-squashfs-factory.img"; + sha256 = "3a83c2f151fb9026ec10dcf713c1dc73c33688da0996f14ada9aaea81bbc6b23"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDRMAC"; + } + ]; + }; + wndrmacv2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wndrmacv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wndrmacv2-squashfs-factory.img"; + sha256 = "ec8305f2d6a27f79929047c7424de5ef815e5bdfc5da81c731ac55912cf142d7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wndrmacv2-squashfs-sysupgrade.bin"; + sha256 = "c9e3de2b2f91d276a6b65c177cc8e4eb6cac88a9b42a287c3e9e08b564030ff3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDRMAC v2"; + } + ]; + }; + wpj342 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wpj342"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wpj342-squashfs-sysupgrade.bin"; + sha256 = "ec58f88b8c7139539e6e76f9176d5b729e2e79ebedd7d9e402e6c98af34ce963"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ342 (16MB flash)"; + } + ]; + }; + wpj344 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wpj344"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wpj344-squashfs-sysupgrade.bin"; + sha256 = "9659d38c71a8280e79518564ce06ca2134cf0e31de39c73faaf597ca41745491"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wpj344" + ]; + titles = [ + { + title = "Compex WPJ344 (16MB flash)"; + } + ]; + }; + wpj531 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wpj531"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wpj531-squashfs-sysupgrade.bin"; + sha256 = "99f622ebc3cd37502417b6ab1330764e4a10e7f855bc5dba77c31d20f9e2e15c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ531 (16MB flash)"; + } + ]; + }; + wpj558 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wpj558"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wpj558-squashfs-sysupgrade.bin"; + sha256 = "ac2894f4dfeaa5419626f5b86d150378f3f797b9ec79130295f07cd430a661ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wpj558" + ]; + titles = [ + { + title = "Compex WPJ558 (16MB flash)"; + } + ]; + }; + wpj563 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wpj563"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wpj563-squashfs-sysupgrade.bin"; + sha256 = "75629a6bdab106318da723ed3e25bdffc9720ff01a1272d93b5ab31ca07d55be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ563 (16MB flash)"; + } + ]; + }; + wrtnode2q = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-wrtnode2q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-wrtnode2q-squashfs-sysupgrade.bin"; + sha256 = "35ce3b729cdd0629a85cfaae4db126f6ac62b7205adf7bf66b93cbd9ad21decb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "WRTnode2Q"; + } + ]; + }; + xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-generic-xd3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-generic-xd3200-squashfs-sysupgrade.bin"; + sha256 = "7777e12a47c22fe595662cae5c8b1f6713e5da38c78ca3c5990b4f34696646f5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore XD3200"; + } + ]; + }; + }; + target = "ar71xx/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "nand-utils" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + nand-64m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-mikrotik-nand-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-mikrotik-nand-64m-squashfs-sysupgrade.bin"; + sha256 = "e88671991ac1b2687d2f03a8eabad6173ede0bb70a18a923d0aa8dec515c4bfa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MikroTik RouterBoard (64 MB NAND)"; + } + ]; + }; + nand-large = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-mikrotik-nand-large"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-mikrotik-nand-large-squashfs-sysupgrade.bin"; + sha256 = "5601fb6ed2bd77d7b657f8b9978fc5b031e5e9615ca6c17e4b3f67f29697127e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MikroTik RouterBoard (>= 128 MB NAND)"; + } + ]; + }; + nand-large-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-mikrotik-nand-large-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-mikrotik-nand-large-ac-squashfs-sysupgrade.bin"; + sha256 = "37e9448ae287d038df15694a0738830e9e02f584de79f463b3bd6842bec1c8dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-921gs-5hpacd-r2" + "rb-922uags-5hpacd" + ]; + titles = [ + { + title = "MikroTik RouterBoard (>= 128 MB NAND, 802.11ac)"; + } + ]; + }; + rb-nor-flash-16M = { + device_packages = [ + "rbcfg" + "rssileds" + "-nand-utils" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-mikrotik-rb-nor-flash-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-mikrotik-rb-nor-flash-16M-squashfs-sysupgrade.bin"; + sha256 = "725a65093c8f2793fe87791dec728303e4f1a5d71c10ccd7857ec0db5a7b7743"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-750-r2" + "rb-750up-r2" + "rb-750p-pbr2" + "rb-911-2hn" + "rb-911-5hn" + "rb-931-2nd" + "rb-941-2nd" + "rb-951ui-2nd" + "rb-952ui-5ac2nd" + "rb-962uigs-5hact2hnt" + "rb-lhg-5nd" + "rb-map-2nd" + "rb-mapl-2nd" + "rb-wap-2nd" + "rb-wapr-2nd" + "rb-sxt-2nd-r3" + ]; + titles = [ + { + title = "MikroTik RouterBoard (16 MB SPI NOR)"; + } + ]; + }; + rb-nor-flash-16M-ac = { + device_packages = [ + "rbcfg" + "rssileds" + "-nand-utils" + "kmod-ledtrig-gpio" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-mikrotik-rb-nor-flash-16M-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-mikrotik-rb-nor-flash-16M-ac-squashfs-sysupgrade.bin"; + sha256 = "343234f8da2e77cca2e19a8ef5cc8b9a93050948b6ea12a22c2c5d221b11ccc1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-750-r2" + "rb-750up-r2" + "rb-750p-pbr2" + "rb-911-2hn" + "rb-911-5hn" + "rb-931-2nd" + "rb-941-2nd" + "rb-951ui-2nd" + "rb-952ui-5ac2nd" + "rb-962uigs-5hact2hnt" + "rb-lhg-5nd" + "rb-map-2nd" + "rb-mapl-2nd" + "rb-wap-2nd" + "rb-wapr-2nd" + "rb-sxt-2nd-r3" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + title = "MikroTik RouterBoard (16 MB SPI NOR, 802.11ac)"; + } + ]; + }; + }; + target = "ar71xx/mikrotik"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + c-60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-core" + "kmod-usb2" + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-nand-c-60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-nand-c-60-squashfs-sysupgrade.tar"; + sha256 = "01614f3cab9553c2eb711acaf5d00e4193629d537a78b330aa0cdb6cd2456eb8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "AirTight C-60"; + } + ]; + }; + hiveap-121 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-i2c-gpio-custom" + "kmod-spi-gpio" + "kmod-ath9k" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-nand-hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-nand-hiveap-121-squashfs-factory.bin"; + sha256 = "df19c04d0586dd55916b38f20b80c4ed4deaf39b738bfa82aa267bbab6ff1705"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-nand-hiveap-121-squashfs-sysupgrade.tar"; + sha256 = "abb40476dfafd7da6b0ea6ad254907edf0feaa3af5b6e95bc431c731a8aaa59e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Aerohive HiveAP-121"; + } + ]; + }; + mr18 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-nand-mr18"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-nand-mr18-squashfs-sysupgrade.tar"; + sha256 = "069c375aa02d12a661ca6465a7921bae9ef530ee79e6738cf1c6aae4e46dd244"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR18"; + } + ]; + }; + rambutan = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-nand-rambutan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-nand-rambutan-squashfs-factory.ubi"; + sha256 = "81869aa81c0ebbec70947bd3620f8d5aa97b325e7a57326f9de65f4722987189"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-nand-rambutan-squashfs-sysupgrade.tar"; + sha256 = "9aed63b53c5a7e6a1d42936232cd4e6615568fff1d2a844707e2203e39ebcda3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Rambutan"; + } + ]; + }; + wi2a-ac200i = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-nand-wi2a-ac200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-nand-wi2a-ac200i-squashfs-sysupgrade.tar"; + sha256 = "75799717f597fffa4e4b5d380e6760ae1e5d4137f6c4314854f2f3983e0ad9c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wi2a-ac200i" + ]; + titles = [ + { + title = "Nokia WI2A-AC200i"; + } + ]; + }; + z1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-spi-gpio" + "kmod-ath9k" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-nand-z1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-nand-z1-squashfs-sysupgrade.tar"; + sha256 = "a204681157b98315fcc44f13383f7aa76bcbcdeaf5a34940d8e7519c864dcc78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki Z1"; + } + ]; + }; + }; + target = "ar71xx/nand"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + ens202ext = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ar71xx-tiny-ens202ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-tiny-ens202ext-squashfs-factory.bin"; + sha256 = "a39609c7c74b8f4bc2f69c5fdebcfacf4aa442024ac5a7231790e88ea5e099e3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ar71xx-tiny-ens202ext-squashfs-sysupgrade.bin"; + sha256 = "026942007b49e137ae75955d280cbc31dd7cdde2bfadd30951f1806bae727bb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EnGenius ENS202EXT"; + } + ]; + }; + }; + target = "ar71xx/tiny"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + arc770 = { }; + archs38 = { }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-ohci" + "kmod-at91-udc" + "kmod-usb-gadget-eth" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-ohci" + "kmod-at91-udc" + "kmod-usb-gadget-eth" + ]; + metadata_version = 1; + profiles = { + at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-at91sam9263ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9263ek-squashfs-zImage"; + sha256 = "23c47fd0e2c446318e47a536561f13fdc60ef56cc88511669fe289c7769f52dc"; + type = "zImage"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9263ek-ubifs-root.ubi"; + sha256 = "1c1be117c2709748e90742fdf0a8e2f45c3f2e1f3a3b5a8566e828ec23c2976f"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9263ek-ubifs-zImage"; + sha256 = "23c47fd0e2c446318e47a536561f13fdc60ef56cc88511669fe289c7769f52dc"; + type = "zImage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9263ek-squashfs-root.ubi"; + sha256 = "a641d921d7b07ccb059c3486e3eaffdc802ff797e99c85de870501536bff0a9b"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9263-EK"; + } + ]; + }; + at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-at91sam9g15ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9g15ek-ubifs-root.ubi"; + sha256 = "9bfc000a8e3bea5395bf7e2a84378c66e2d3fccfeeadab15baac314e06c09ab7"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9g15ek-squashfs-root.ubi"; + sha256 = "7b79852c0883b716f1697d3dfbbed666ed28fde1c5239886f3bbe9fc9f4fd288"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G15-EK"; + } + ]; + }; + at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-at91sam9g20ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9g20ek-ubifs-zImage"; + sha256 = "23c47fd0e2c446318e47a536561f13fdc60ef56cc88511669fe289c7769f52dc"; + type = "zImage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9g20ek-squashfs-root.ubi"; + sha256 = "f42d10ad463dda55141c5233f9a80c45b8af837df1c1c3e86ace891400ec5c0c"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9g20ek-squashfs-zImage"; + sha256 = "23c47fd0e2c446318e47a536561f13fdc60ef56cc88511669fe289c7769f52dc"; + type = "zImage"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9g20ek-ubifs-root.ubi"; + sha256 = "793229ff3322afa6446429202160174079f45e6c0ec3c85291d91f8cd4005294"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G20-EK"; + } + ]; + }; + at91sam9g20ek_2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-at91sam9g20ek_2mmc"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9g20ek_2mmc-ubifs-root.ubi"; + sha256 = "281c4f8db19f102c7a4406ab6eb08968d5909af38fbacb756bc51c3d0513467d"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9g20ek_2mmc-squashfs-zImage"; + sha256 = "23c47fd0e2c446318e47a536561f13fdc60ef56cc88511669fe289c7769f52dc"; + type = "zImage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9g20ek_2mmc-squashfs-root.ubi"; + sha256 = "17a0f102eb22d4f2f60b742a3e6eec4a0f2991aaacbba9c9eb0c40e3b203a794"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9g20ek_2mmc-ubifs-zImage"; + sha256 = "23c47fd0e2c446318e47a536561f13fdc60ef56cc88511669fe289c7769f52dc"; + type = "zImage"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G20-EK 2MMC"; + } + ]; + }; + at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-at91sam9g25ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9g25ek-squashfs-root.ubi"; + sha256 = "8064c63eb1371e1d4b5bb72d4787d2f430826b8ebb756bb5ff3caeef53d0561e"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9g25ek-ubifs-root.ubi"; + sha256 = "1bba23ef4a59953489c4412462be15d7cf45b699ecc768cc51da9414e8636b21"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G25-EK"; + } + ]; + }; + at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-at91sam9g35ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9g35ek-ubifs-root.ubi"; + sha256 = "68e0510b8b696a6a7860141efd6aecaef600c379173c60f0bd30245a09631113"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9g35ek-squashfs-root.ubi"; + sha256 = "d5eee754536ec31d1007ab93cb0afd4b520e1ca3831068fa8e16c832a0f5e01b"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G35-EK"; + } + ]; + }; + at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-at91sam9m10g45ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "90aa674fd835614dd6945d4b425435bd8de30a5192988ef8a9b1d6be72c13f99"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "cd216639b511594b7f449a3b8805beaf56a5b39bea7aaa1138e33c4773f0115f"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9M10G45-EK"; + } + ]; + }; + at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-at91sam9x25ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9x25ek-ubifs-root.ubi"; + sha256 = "039e4d80e34dc602a09895d761933633d86a01be22070701a35a475ca1edeb4b"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9x25ek-squashfs-root.ubi"; + sha256 = "00a50fcec725c4fd906d8bb9a5d7c174a7ef8fd2f65e522ace780fe2c734a776"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9X25-EK"; + } + ]; + }; + at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-at91sam9x35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9x35ek-squashfs-root.ubi"; + sha256 = "16209b27bc4f33f1aa349258929749c60e989859cea09a30d77bf072eb9f928c"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-at91sam9x35ek-ubifs-root.ubi"; + sha256 = "8678b0a6784cdd15dd80b66b0bf816bf52ee5a33361a553c081335d18ec41b0d"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9X35-EK"; + } + ]; + }; + ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-ethernut5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-ethernut5-squashfs-root.ubi"; + sha256 = "aa6bad91c1137fa1a537f9b2dbd111077e70bb2ccfdf6ab4a684802b2c61f98e"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-ethernut5-ubifs-root.ubi"; + sha256 = "234b127dfd9079337d4742ac37c5f9ee4a82fe081427d487e7ffe12f150d7498"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ethernut 5"; + } + ]; + }; + lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-lmu5000"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-lmu5000-ubifs-factory.bin"; + sha256 = "052f14f9351052bb55bf6c20045c4f421fa915ad34ad7e48aefbcfbee347089d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-lmu5000-squashfs-factory.bin"; + sha256 = "495ffd5ac29bea1cf00f6804c51bebe28784c47a7f1cfa04e97de6e9c3471b33"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "CalAmp LMU5000"; + } + ]; + }; + tny_a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-tny_a9260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-tny_a9260-squashfs-factory.bin"; + sha256 = "bc7ecaa8ab560688f8bb90ef2393ba930e3365935269958c6ec4f1922dc6d9f4"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-tny_a9260-ubifs-factory.bin"; + sha256 = "b4cffa1c59b8e843cda2dba78ab00f18c4a0ad69359b6a028503dfdcc38646e0"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao TNYA9260"; + } + ]; + }; + tny_a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-tny_a9263"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-tny_a9263-ubifs-factory.bin"; + sha256 = "43d1b3b4cbcee9372bebd5effd63e5ba56181e26a32ed5a1c9edce2226fd5d17"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-tny_a9263-squashfs-factory.bin"; + sha256 = "e9aa5297035e6ce23594437bebff93c32662a52fc82740a47aba4809f0ae9553"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao TNYA9263"; + } + ]; + }; + tny_a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-tny_a9g20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-tny_a9g20-squashfs-factory.bin"; + sha256 = "05b88d528e77456ce1fa8ae9a2cc92161ba821d9f56efd94c22f81f3cf91a257"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-tny_a9g20-ubifs-factory.bin"; + sha256 = "82b5a4221c2b5aba184d45c4776a049f03b0106c9e227d0282189825046f5678"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao TNYA9G20"; + } + ]; + }; + usb_a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-usb_a9260"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-usb_a9260-ubifs-factory.bin"; + sha256 = "7ca6585ff93e527cc9ffd213c3cd0c88d9688d5975e9ec39c324186a194806b3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-usb_a9260-squashfs-factory.bin"; + sha256 = "938c8a0f6e03c8c5b42c0c094c43c30fd439194194464d980ae300e05e9915bc"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao USBA9260"; + } + ]; + }; + usb_a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-usb_a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-usb_a9263-squashfs-factory.bin"; + sha256 = "a5dfa6bf3fa9caf29c20d485056d6daa883facac182315dcb33abb12e85b980d"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-usb_a9263-ubifs-factory.bin"; + sha256 = "17ff5a077529260e00b2d829e0e90f3f45217e2b31bd056e0d3cb90c8ac78cdd"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao USBA9263"; + } + ]; + }; + usb_a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-usb_a9g20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-usb_a9g20-ubifs-factory.bin"; + sha256 = "50fe24c32e2f65ee11ae59c458af99106385c4a4b3ecabd6b2b80e366eda61ec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-usb_a9g20-squashfs-factory.bin"; + sha256 = "164c44c7ca6d8f8255682ae35d63885298d5255d5c3dff2401a2ae857461aaf6"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao USBA9G20"; + } + ]; + }; + wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-19.07.6-at91-sam9x-wb45n"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sam9x-wb45n-ubifs-root.ubi"; + sha256 = "e4d8a0657d8a7f616adcd14f680a1d799aaab227318d68ccdbf09059949092e2"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sam9x-wb45n-squashfs-root.ubi"; + sha256 = "69e821c235963d86dc9fddb85bd4a80b243c364e2c51cefacd01f97855452a8c"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Laird WB45N"; + } + ]; + }; + }; + target = "at91/sam9x"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-ohci" + "kmod-at91-udc" + "kmod-usb-gadget-eth" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-ohci" + "kmod-at91-udc" + "kmod-usb-gadget-eth" + ]; + metadata_version = 1; + profiles = { + at91-sama5d27_som1_ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sama5-at91-sama5d27_som1_ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d27_som1_ek-ubifs-root.ubi"; + sha256 = "ea5ae44e5010b22f9005eb26b1dbf150ab3c08235072001acb369aefe3471432"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d27_som1_ek-squashfs-zImage"; + sha256 = "854057ef7c84134989bb183fb8fe9dcba8473e5c7d4f14c6c83dbdd181da77ed"; + type = "zImage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d27_som1_ek-squashfs-root.ubi"; + sha256 = "7cc25098098fcc0aec54b939a57fb821fe2878429cfa29a966f09e4405c935e8"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d27_som1_ek-ext4-sdcard.img.gz"; + sha256 = "b86e2eb0d513e48b3340c5b781720d64373ff204bba17f65a337a91709bbe548"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d27_som1_ek-ubifs-zImage"; + sha256 = "854057ef7c84134989bb183fb8fe9dcba8473e5c7d4f14c6c83dbdd181da77ed"; + type = "zImage"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D27 SOM1 Ek"; + } + ]; + }; + at91-sama5d2_ptc_ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sama5-at91-sama5d2_ptc_ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d2_ptc_ek-ubifs-zImage"; + sha256 = "854057ef7c84134989bb183fb8fe9dcba8473e5c7d4f14c6c83dbdd181da77ed"; + type = "zImage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d2_ptc_ek-squashfs-root.ubi"; + sha256 = "c0384d19d2f5663b9de9f6dcf19763729c1f45154bf462bcaad0fd3e92d51c01"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d2_ptc_ek-ubifs-root.ubi"; + sha256 = "ba3519516ff5cec363e27fd312583bff72cbf90fc5cef128ef952a8431b9974a"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d2_ptc_ek-ext4-sdcard.img.gz"; + sha256 = "a5c23c79d1a721ef33c58c93c10835a23060c1212fadd612395c55ef30cec251"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d2_ptc_ek-squashfs-zImage"; + sha256 = "854057ef7c84134989bb183fb8fe9dcba8473e5c7d4f14c6c83dbdd181da77ed"; + type = "zImage"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D2 PTC Ek"; + } + ]; + }; + at91-sama5d2_xplained = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sama5-at91-sama5d2_xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d2_xplained-squashfs-root.ubi"; + sha256 = "2157015a8b002d17464ccd7be7e2acb2c377e955f64b7e0f24d25bbcd472a12c"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d2_xplained-ext4-sdcard.img.gz"; + sha256 = "6c940926807e3873ac7110c44ac29e8fa9e369efc8e2a68af37b5ba2da887210"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d2_xplained-ubifs-zImage"; + sha256 = "854057ef7c84134989bb183fb8fe9dcba8473e5c7d4f14c6c83dbdd181da77ed"; + type = "zImage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d2_xplained-squashfs-zImage"; + sha256 = "854057ef7c84134989bb183fb8fe9dcba8473e5c7d4f14c6c83dbdd181da77ed"; + type = "zImage"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d2_xplained-ubifs-root.ubi"; + sha256 = "85e907e7b8d40fbe49034c0a7d96dc6a52b19404df714710806ad60b35478766"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D2 Xplained"; + } + ]; + }; + at91-sama5d3_xplained = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sama5-at91-sama5d3_xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d3_xplained-squashfs-zImage"; + sha256 = "854057ef7c84134989bb183fb8fe9dcba8473e5c7d4f14c6c83dbdd181da77ed"; + type = "zImage"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d3_xplained-ext4-sdcard.img.gz"; + sha256 = "654c8254ccbe5fb2c1c0c6682be346ebfd4965a7380fc6c80ad73f3aa84fb7a7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d3_xplained-squashfs-root.ubi"; + sha256 = "15c7db1a48285e6276f78ee56c8b7dc2ff04cdd63d4d7dcfaea7508a408cce7d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d3_xplained-ubifs-zImage"; + sha256 = "854057ef7c84134989bb183fb8fe9dcba8473e5c7d4f14c6c83dbdd181da77ed"; + type = "zImage"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d3_xplained-ubifs-root.ubi"; + sha256 = "9487e1bbc850631e9dae20bde36417052d961a2111d1e6e042102105693fe23f"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D3 Xplained"; + } + ]; + }; + at91-sama5d4_xplained = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-at91-sama5-at91-sama5d4_xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d4_xplained-ubifs-root.ubi"; + sha256 = "d2ce0eab6984dff0485b17115c0daa0ef524682cd8a454392dccbdae3fe4fa92"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d4_xplained-squashfs-root.ubi"; + sha256 = "6a41e7c578460f8eb06ce069f4d6f3b485b3779a2d9906bcb6334e3efc95c565"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d4_xplained-ext4-sdcard.img.gz"; + sha256 = "427ef2c3f79a49ac47ee5c0db4aac94837be26d43e1ac93310e2b05f225f6e23"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d4_xplained-ubifs-zImage"; + sha256 = "854057ef7c84134989bb183fb8fe9dcba8473e5c7d4f14c6c83dbdd181da77ed"; + type = "zImage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-at91-sama5-at91-sama5d4_xplained-squashfs-zImage"; + sha256 = "854057ef7c84134989bb183fb8fe9dcba8473e5c7d4f14c6c83dbdd181da77ed"; + type = "zImage"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D4 Xplained"; + } + ]; + }; + }; + target = "at91/sama5"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "wpad-mini" + "kmod-ath5k" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "wpad-mini" + "kmod-ath5k" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath25-generic-kernel.lzma"; + sha256 = "9aaacbe1e0a841f47db27a97c4ca5d9343554c3252bc7ad9ede56c43f44c54ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "6e837ff76c07b366c5a0ba1158462227a9bb917e6d9f6ceaf64096ea4585564a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath25-generic-kernel.gz"; + sha256 = "0fb402f4eadf2c3f9a72e6fe1f64f48571b880c53a2af54a9955b27a64e4382a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath25-generic-squashfs-rootfs.bin"; + sha256 = "de81047b322d1615274fe217a8a77d0cc067275f826f6c75eed0fda35695cebc"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath25-generic-kernel.elf"; + sha256 = "88bfe84b921108ed5049f5ec55001abda40b23f019d92669d6404c6e10be212b"; + type = "kernel"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic Images"; + } + ]; + }; + ubnt2-pico2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ath25-ubnt2-pico2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath25-ubnt2-pico2-squashfs-sysupgrade.bin"; + sha256 = "4595dbb2f2bdc95860b412214d92f1935749757e648ac3370814a40412ffa41d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti XS2-8"; + } + ]; + }; + }; + target = "ath25/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "17405e71071388cc66b939ecb7c356d0c9074e65f3f6667ead1cd6a622b8fa6f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + title = "8devices Carambola2"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "49fd010ee767a91a1fe7a1a1853a837e9cc8b3dee35914f0f854a846b6a80ee1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + title = "Aruba AP-105"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "5666c8276449f7a299105525e305997a8013f8754328fe4f06afa3080ad2eeab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 300E"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "b030d46df4342579738e1fb1aa0533211409bf92c987ae423117ffbf89033c4c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + title = "AVM FRITZ!Box 4020"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "fc21e2be09e3177d741d6502dd1cbd4527aa9a5e823853ee1a3ee163eed0b85c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "8c406df6ffd325e59fdc234451de0f8531861dd8247b9b948deaca1b16d44946"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "473a1ad8299111745f5c8459380c027e2bb41fc2d19379a1c5d90c43ab680d23"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + title = "Buffalo BHR-4GRV"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "b3e7bfaa9bc86d49c5c5611e80ab3f8e58badf41749d1c379f50e999fa5fd52a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + title = "Buffalo BHR-4GRV2"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "232831c161cefef8737392fab574e1bcd7fe8e9fe768db602a7c03320c0ab5c3"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "4113a667d48df14d8bdd6912325857b82bb992a55479ed45bb142d63a747f38a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "8255fc2b7669bc575b11e589ab8eb163471f8a462ed72601a49747ef57d4dd62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + title = "Buffalo WZR-HP-AG300H"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "01cefca94f2d64f3071c3f15f551b22231aded192e0e4507ad4b0e90cf6808ef"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "2b378c85a7d95c5d9be40f2dda3b2ba493ab0c9c7f6a2c8ce0d3ef99c60d7413"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "600538f05fe1c6db2fa63b519341dcb837dfd2d5c8c80861fa309de28cc3e401"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + title = "Buffalo WZR-HP-G302H A1A0"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "b50528f2efa38660cb63bc9eaa52620393b8f51b0f5af601ccbe13aa1849eec5"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "bc9f4853805d1613ff196b5a6f6b78171b98840c141b8ae90168fc811e7ed3e3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "28e29a8e61bb5cdf8a4f8d3a57d1eee49109488841242d0953e7b1de8775b1b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + title = "Buffalo WZR-HP-G450H/WZR-450HP"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "e565e966bddf7c46accaecb40af3ab2066a37dbe3a59850d533931ac052257f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + title = "COMFAST CF-E110N v2"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "6dd1832de6c4d6cff2b879c19c25dcd5ef3a253498b95ee04784b70174ed0e7f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + title = "COMFAST CF-E120A v3"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "e5a6bb04662a5bc9698759684cf05fb83754e9a4b48196fb20c063805d0037da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + title = "COMFAST CF-E5/E7"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "227d2db109b259bb4d51d697e40ce4f7cb0e3c85092bd93fba83089c665166dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + title = "devolo WiFi pro 1200e"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "fd0eb8c806b920bd0cb9aa0a2d27e70b2f6efc840d048651f3924512c0b67ed3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + title = "devolo WiFi pro 1200i"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "de2b303a2cd1bd9f027b612c7361bc4fc27fb64e418aa1be129f49f4519cb08b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + title = "devolo WiFi pro 1750c"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "fc39662d0f23942566f81e784cfbba8f636cb861d29ba0fb4d518175dd6fc1c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + title = "devolo WiFi pro 1750e"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "54c370c67516f2f3f97cba429257bd6fbd2f3bdfd72e5bd65d934c157c8af1ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + title = "devolo WiFi pro 1750i"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "2b6812ae4d97672b8699acc0b9794d60a1528fc124e38441f5b38acc1489e377"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + title = "devolo WiFi pro 1750x"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "a47c1b546f7b5392c3f1b1473b04ec1742299afc4a1e7df8e50691d36c88740a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + title = "D-LINK DIR-825 B1"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "b2490212a9421f3cdd0b6f852172e133285ef573c679e9785cdc1bc0f27701c2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "b67a3f717e4430c9de252963ba7887452651c6ed6826c392a8e491024238c2fe"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + title = "D-LINK DIR-825 C1"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "bfd42c9fc79cf3e0a96acd3cd634850d66f990173e476321b4f8d8e119ee8630"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "73441c44ed79fc200c5330e80981c5db36150f761932d114c75feee405b3892f"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + title = "D-LINK DIR-835 A1"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "d951ccedbe5c7079419af65f44084eabe23ccfd3ae912c30e6ccbf3c34fedc7b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "be2c15caa3a7a63eadc76e47e2f1e5b01439998a03fa621d97ea8d50dad00d9b"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + title = "D-LINK DIR-859 A1"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "7fc4c1ef26ca126ffdbf949037fb02f47de45645c17fdb48717c8d6083b06be8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + title = "ELECOM WRC-1750GHBK2-I/C"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "b883298d0d45065eb086d17e9da555a84610bff77fcd1f9da4fb19df1d7722c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + title = "ELECOM WRC-300GHBK2-I"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "808ed22eabdf15149ddef408e4b19fb51b0a549b56b80f50ce3e5769cd052178"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + title = "Embedded Wireless Dorin"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "38e376128ac4bf42ae73990c87902eec58e70c2347b1306ac6929c49911af468"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + title = "EnGenius ECB1750"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "c384609bad5cac0c9203f64015a5b756a28d64c4b86fa9e01913b52cec537b30"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "ec2090738b4bdec7f2669a15ee72cdfe3f3a232ff51106c76370b22be70dc351"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + title = "EnGenius EPG5000"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "a607900458d7386f7701d2054be1e29067b471eee6e98f6be7fc48b2ef81170d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + title = "EnGenius EWS511AP"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "951f00164f2552bb8775566be6ceb99fda603b9a65ec111f13caf82defd17f21"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + title = "eTactica EG200"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "12ef73886530b1a31e74da2fb042ce1134426872b3e992e1e2000edacda44937"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + title = "GL.iNet GL-AR150"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "68a9ed2dcc429ff58a322d8a89bd84569942cf129d8ae2a1bec045f3213ebe92"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + title = "GL.iNet GL-AR300M-Lite"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "6dda4cff6f6c503c6f83c16a367c2f6cd2d2720f0d10a332eaafdbf030a1defd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + title = "GL.iNet GL-X750"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "30e3cbcefe467eb6e9c6463d884a3f02215ad8ce33da4cf6719534f4e47aca71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + title = "I-O DATA ETG3-R"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "50fa50edad03f1a7aa5372425862958d9c51b6a272c618fd450d2b83d6abb2ce"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "efed3dfbd6a0de68e7747998ac47314a2ecdcc03139f2ed68ac617834b2edc33"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1167DGR"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "de9fd6d685fb6ded14bc3bbfde7a9687a70926f81f26972d4ebc74dae9cb851a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "c6a30b1b8c91c73176e815465a674b808b2b7997e3397fb1c06ca4fe717e6e35"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1600DGR"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-iodata_wn-ac1600dgr2-squashfs-factory.bin"; + sha256 = "d4b948de93f37bb72b33a95fbf5cff004fcd0e9cdb9b2a318102753a488d98e3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "8a5d85a307fb1e0900a23408e5029e0095b41e275db4078f46e1a32e6ba88ad9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + title = "I-O DATA WN-AC1600DGR2"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "3663933ea65a0effc4794edca08eb744788440bffa6735ebd23d58836fc00de3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "345a42c7dfd9a9fc1f2053894d3940f25cf0e576a4fa9175550fb60a7f4ad951"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AG300DGR"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-mini" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "ecfced0ce03c976309f2ef90f7e4b41c3bfce958cf4a6bb08d20c8693e65bc99"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + "ja76pf2" + ]; + titles = [ + { + title = "jjPlus JA76PF2"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "981ec32e12e93746f652d275a996f37404e5b8e6565f2b3819679835ad8ddfc4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + title = "LibreRouter v1"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "04ddf7c81060acd345393a6ec2b622c32855a7599b46957ff8ec887d1dd6bd27"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "003bd3d90d0987251809a0b7fb1c8f34de1948772ad44e3bf013a941fae6e659"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + title = "NEC Aterm WG1200CR"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-htt" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "bfcbdcde573379218ce1e30cf8c31203a5406a04a9f6d178f57d5a00491c5ed5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "c9949ea832bf2e14b602470bee3eb2d9e76c7b1e58822881644995353103bd53"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + title = "NEC Aterm WG800HP"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "ec9b1f598a9d73ac02f395c567f385856b53692dfe7db21efa42d0f32221b543"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "d98234aaeb580f17ccafa7d87df4a73df9756fddfe831de7fa586bd11d99a4d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + title = "NETGEAR EX6400"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "5396493b8898ada3f131878aba2eb90b05ba8e595a51beae2bdaf55720b918a1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "ca35a0a1239a2ae5ae74a20ba47003b147e4ff4476342e59bcd54494302a03b5"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + title = "NETGEAR EX7300"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "b7a8dda801a56bbee546296c06208bf0cd11b908db19ba137be67e38e8234ada"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "86a1470cc183cf51553ecba1ed2218fa20713f4cd49e22429970b952149e359e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "08915acaba6ea42a5a86fbf500fdb25ca5f5ddd2634c61d45eee99b8bc54d8f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3700"; + } + ]; + }; + netgear_wndr3700v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-netgear_wndr3700v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-netgear_wndr3700v2-squashfs-sysupgrade.bin"; + sha256 = "83801b83ac425c64a3496a47b9bedfde9284b5a0807c6f1bb9cf95d11130a2e4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-netgear_wndr3700v2-squashfs-factory.img"; + sha256 = "b58199bf735f45902fb122f72bee3ac046426cc91429f13422de55a1d2edaf73"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700v2" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3700v2"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "53b06477b4db846a556859655005195ac0d91f3797cbb2536329800503191b8f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "1c52b8ec651c23032a928656a64b044808df045f4eb5e081dab8a1b4f85c380a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3800"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "d0a8445941d56e9263a781f21cf3969a9622fff4313b474831dbad26f27429aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + title = "OCEDO Koala"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "9b1e87357d03be7efa867e6f44ca922f26e20bbf62ac72273a42aedc0a4487f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + title = "OCEDO Raccoon"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "3279c55e828dfae2d65a10872970a446bfcbbec59c045b6fbc539961a6f16899"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + title = "OCEDO Ursus"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "om-watchdog" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "7ea78ee1a4eca0c3c1e33d58a85a560fe2131ccc9fafc627d27b5920709d56ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + title = "OpenMesh OM5P-AC v2"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "09043d6d7ede07ac0bddeb19c97b35ee97bf933f762cbd11d5621fc958623383"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + title = "PowerCloud Systems CAP324"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "816399d2abfed1e6216c13553e0b8df665943f345b23d0cdd1e0d0f0580f3960"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + title = "PowerCloud Systems CR3000"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-core" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "0734f48125f39e13ca98e6661951c1213913b7afb6ef64d6ad37922ae4b505a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + title = "PowerCloud Systems CR5000"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "f8625a6a42975a8174d59d6e494b5e2567540fe9f71cec54978cfcc1062db788"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + title = "Phicomm K2T"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "40da9040f60e8ff200c6a392d652233d4441e119739f307c76a542c4dc75498f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "a91078ed455038d6a4e6700e6c12a560f6f9383472355d4370a8d3d3cdac942c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + title = "Pisen WMM003N (Cloud Easy Power)"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "53b7912f1940175b5299c3d6b8c321eafe8d688987d2dc04ab123212d9d1e083"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + title = "ROSINSON WR818"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "b5b118683b4677d9a4ed744b583c49f8c646958822a0364532896a59e0511630"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "23ccb69391f19e850b69e30dd7049bf9db03a47700b7022528576b02bd2a31c3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + title = "TP-Link Archer A7 v5"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "2ff9c33cf663266cfcbe39eee72ba4ed69a148d0b3aa344ce22c8d507e8d680e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "fd526047a43d87aef8a64238175d52a2d8525688212d852c3f879a93fa8956c6"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + title = "TP-Link Archer C2 v3"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "c266ed86aceef9472ce1a51dc6bd5540d645fe136d3173b4dcb467546d856b30"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "5e7a6091f00de866c6ca56074db0ae9b9f29f155f13f0a65a0d323f6ae5f63a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + title = "TP-Link Archer C25 v1"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "799d13712190c94d32cb104f3005ef9943e7b989cff883d1d1a877b52a0c6f26"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "59cf0e75f32e7e14fa55a506d8fd938d04ff39a4970b19e61114f3c0e7828cd2"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + title = "TP-Link Archer C5 v1"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "6d3a1b3412e42f484f83585a114508063119ccf88ef8dc15bb26e8aa0c853e9f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "a117023cfbdba856e140e742144448e54d9f884351dccf7fa2e3c9e1266c4710"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + title = "TP-Link Archer C58 v1"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "c3abf23270e215891c38f2c6fa49e8f5d57f699b7a276fa05ce34f88c7f042e1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "ca7d80ef21d94aef6aae5bf3cbca5fb3b764d9db6894b5db4ef56f77ce5b76b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + title = "TP-Link Archer C59 v1"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "88747f720ae905156989d8c271496cd539ae41f94c8f3f014981fb2961d69b56"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "3c0eaeba0daa1780b378485630df495e15cc8bc09cf607bca1314cb2fdc93c40"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + title = "TP-Link Archer C6 v2"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "f69e125e72c9f2e00cd8470fc68b413455674ba29f961b218db627e76b5d1688"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "e63cbd752cbb03aa2086466aa8e89c7c2d6c2d09df6f61cdf2b81a07eb39d037"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + title = "TP-Link Archer C60 v1"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "43580cdf9de73198dca2a8038caec4901e66232984a129058c65edd51883fd84"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "797a23ab12c0b47ab140d5c85f9e5c41de4c7864bdeb682d5b3ddcd60eda9a11"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + title = "TP-Link Archer C60 v2"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "f0990fae327068a60332a17a18f8eb11a1e6569d2f9b0eb9ad55bbc9e5dcf147"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "5afcd1d7f08b2cad3a10ea22f745f26ade6a917bd810c7ea4617bd46dd1b14ff"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + title = "TP-Link Archer C60 v3"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "288c7ec2925b42af0e0b4f45e8fb1e1f0f0bf9eaf8fbc0c19fd7e859d2c46c4a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "0234f56e538a6c08c21653b4ef3205097714d2a87272fcf5282a1c1b2365b5d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + title = "TP-Link Archer C7 v1"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "6ee8ce5b466b0ede2b7890b5cdcd2fbba1b4b8f5a007ccaeb6d4c5b76f6ffa52"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "8887ed6ea5d6e4cc10210b2c95419d03267a86f1f8e150358fc5dbd1028ffd98"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "2cc71bef3fc07983792a22fa905d5e724d3dfd34d3b1c10fb88e6d1642d4ebe9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "113105c9424f7f3bb28220ae2dfb13bb45888b55c7a8e8b6e41a2742e7282f6d"; + type = "factory-eu"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + title = "TP-Link Archer C7 v2"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "bd6e0f0d22512e30c0e809613be8a0ff5053025f7ee88463c924eed1c3d9a0ff"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "474b22868f5e2e4ac67a5ab73069bad65478fda5658552974b09bfc9b367e020"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + title = "TP-Link Archer C7 v4"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "b39bd3ba723d06918cf03a9dea834d4b85c6d42cce5c261de0eda184e84acedb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "ee7eb6f6eb86c6d512727586a46fe57a46982204796d3d6a519f49887347ff83"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + title = "TP-Link Archer C7 v5"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "3fe2cf8b3199ae3b71cbd017c1d3b999ca3a34586c645b4dd085ea66543aab56"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + title = "TP-Link Archer D50 v1"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "d43fa1ba9e428740f3b7327bdc5a99977b2602c98d5618654ff5da34f3f44bf5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "b29075d133684ae5a47aa63502787faf58308badf1956142a86bce70c24b02ee"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + title = "TP-Link CPE210 v2"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "328efc8d911241469ca762eb2776ebe4faa3e3e19535498e9e6dd11e86d82ee8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "f3725eb9bea4a375afd7cfd1e9f96be6ff283151cd4cf22dbbada7a2d421f023"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + title = "TP-Link CPE210 v3"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "a6c3baaa11b6b5d707b2486ad59ef42dea7cd51e0d742d97a3ec14a97a38b4b5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "2ac0d74f6c7ec8ce79b296651877e39f83fc789cb08562261d2af32a25d9461c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + title = "TP-Link CPE220 v3"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "e9998f37ab33bcdedc8f15669f17045940a5bf90e2f32ffac3282cf36d48f5ee"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "0208000a23953f91496247b0b066d5e616fb012798594dfeb46783e3bc194757"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + title = "TP-Link RE350K v1"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_re450-v2-squashfs-sysupgrade.bin"; + sha256 = "e774e10e0ed7d7c419b464515ef1408d25e9b937e23a53c134f9b92a8fed7502"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_re450-v2-squashfs-factory.bin"; + sha256 = "8364dad7d075f3f218c844d57bb5e6e96da448e651a7baa358de123e2369d4e3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + title = "TP-Link RE450 v2"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "3959f1eaccdd5ff8cc034eb0eaf8b79dbf71fa50f598b94b5e07e3926a1adb4f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "59665c7833c41ad537f4a2980b4f01aca76cec6b40b80f7feb07c8f771005bfb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + title = "TP-Link TL-WDR3500 v1"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "4fe4c41a407ae8824463252d40ef9d602c9138ff8c8c16be544af7247a3221b2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "8bc3f39ba53ac094ab6090f7c6f9b124fa2a64da19a5ac35f71f27fb9ca8a31c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR3600 v1"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "7e170ec47e0d36e11d9101bb359988dc683e0a285c16915da8a7f1fd2990f899"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "acd0f01ce55766ec5644f839068f6d610883594c3e78635169f3664357f3677a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4300 v1"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "06770f739f66067a8f3ae7c499a9a1c03e0e84b554d8ce1641d6f88714565add"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "f5f5e86216e094bc7a8bd94a2f0d28648d749a6729f6a2c31f67c97646ee5d2e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4300 v1 (IL)"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "8301558bd8ccb2ff4bac9885750fdb7b7d9ba584265e366910d4a7fdd2f01e2a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "244e4d2642adb5a764ea4aaba2ee06f486c4d782290e9a2cfe64c39d58549164"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4310 v1"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "4bcb5b87de08ecf9aae23ec9e9df7370016b6a7d32811f3afdce5358ff343e26"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "589afeece713796fc9eb7905e8b12adde9d40bac0bd7036c2195a987d1e86c68"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + title = "TP-Link TL-WDR4900 v2"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "db17d86cf3767c2b67d533accda103c5d32cedfb0e544e7eca73d024fd32055f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "4895ed6d64102d5e5ffa1ea7ad37548461be7730e6e2e7f44f3e34a3909c15b8"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N v5"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "9a7838e4fb417e14b01e24aa6a19777476b9f1ec4edefb8fafe6e80e12344dfc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "ffec87ebe918ecaa253f5fb167d1a08949349112f9cf9939980401b50299cf3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v1"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "643a110e397a1bda3d4103dd891009dcabbbc20a388841a2ca0fc9f9e63086dc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "c02f8d6240b2dbe35c6f9025fc0d70bb085e7dcf8221320554ccef697ad588e0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v2"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "4fd9dfb2813411f533e2ab20026e8d46a2fb86f977503ee9c8c4dc2fafd8f2bf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "e04c2e754045403c87a9f1f7b022a196ba092041a9d0ba3e2e45089cb8600ad5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v3"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "919645fc3f96a572a4be59d2bc0ad2036fb079dd8b78b64f62f0fc5915d755b7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "a64e8e5a2a5d5a3d0e26e6888cd2334bb1cb70168e9421cdd4f538323a00bbe3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v4"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "55c1d38e77d54ba4c351ee56d3d7271392b048ceb58af3be4f075fe1cc011419"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "b0de9722050dfa9821fbfbf84362314dc4ebeff10435619c7a58b5027ef26f4c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + title = "TP-Link TL-WR2543N/ND v1"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "9cb104d886391746436ade845e9f998db9fddd2e2572adbe017b83e751b7952f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "5fcfd249816fedf7fc0e02c9fa4c511ef6ca517000a8d82df748a6a7f9cf7f7c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + title = "TP-Link TL-WR710N v1"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "f9016447bbb962538638b87a3c1d1e5d1d4bda52a4263e051c176bad27dd2a77"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "c5e9362fac0fd61bc7d87b06eb3d2371070892d464e2ccbdaf6dd18373fd3d5a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + title = "TP-Link TL-WR710N v2.1"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "4c20a13254ccaed2d4c8d3b16600f0a3928f1138d3b0f66e9cdd204e2922b481"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "834ab3bca586e8324cbaa0645ceccbd271535577b76e845ff72add91d6cbf97c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + title = "TP-Link TL-WR810N v1"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "2e73d966a73fe8da45109aacd309a3ffc9aa3a8d9a59ebcf70d80f6077f52c57"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "f983dfec72a90edfaa0cb3056ad80a8b24ddbf97de411bdaea34f1cc4b50306e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR810N v2"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "484878fdde3bb2f9d786e792596cd7c929dc765a150ff320ec9bc510aea621e4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "eec19b0bf5d1b2b4e4f0f3e6181f6f2bda76976fd30162eb0e71785ced3b3d14"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + title = "TP-Link TL-WR842N/ND v1"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "641795cd8ee4d916ea9362f3407ec8eadfb1805a822ef520d4cfb94efabf4392"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "904852610068cba99c58def1c5cce52a2281cab8bd80b489d961fa4a6d0ace5c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR842N/ND v2"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "6c8609a3197990e976d9f1f3ad064a70e03c2f4ab2bbd6aec00464a6ccbf85bf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "a54c999348aac336c89be2587fdc128dd53e51622bf2756927e10076fe97403d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + title = "TP-Link TL-WR842N v3"; + } + ]; + }; + ubnt_acb-isp = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_acb-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_acb-isp-squashfs-sysupgrade.bin"; + sha256 = "adbb867de25f780b752ce519061b102439171197d6017ae60e0919644924d678"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,acb-isp" + ]; + titles = [ + { + title = "Ubiquiti airCube ISP"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "aa16860f0cd07b618238ee0fa903f5fb60bdb3484278fb8f0ef93dbfa537204a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "84452e45a4ed5c838b28a932e1f216ed7689af8a071b88b3a74a7b6a6a618654"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + title = "Ubiquiti AirRouter"; + } + ]; + }; + ubnt_bullet-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_bullet-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_bullet-m-squashfs-sysupgrade.bin"; + sha256 = "4325a75245df168542eb1c710a646203e6af13fe3432c2a87f109e2421f5ff55"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_bullet-m-squashfs-factory.bin"; + sha256 = "f032fe39826c6913b37cea7d74751b48277af674e8eec3149e4067f0f3dbb973"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Bullet-M"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "62920b5141522b5686802ba0b1778e20bcd34e11d6c8f073ca18b8d3e7d84ced"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "3ef0adee4f1bc6ebbee9ce39befd252392bf9f9a43a6dc4a1ac0a73c35c397e2"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Bullet-M (XW)"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "631080550d2b458a7d6636b4180a6b73317a1def67af647ace049cd7bc79fcec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "86a3546d3adcc0bb18292caefcfcfd14f39ff5d57a17b68eb2707de78ddd484e"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + title = "Ubiquiti LiteAP ac (LAP-120)"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "f877fe56394a5c814205dc544a4d3c5b78df35360a823633d0f5953d7f30df2d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "63f853e6b44c38da723e96bce081cc0f7e89b27f093c5d8cdc170d83c7f89035"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + title = "Ubiquiti NanoBeam AC"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "522ebe74d92f9ba72799e6bfda6a15571693758f53255d3fad2a40e75e77e256"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "6a62d1c77d5750f51ca1bd48b7c160d98cefefbf586bcec229df9702da6b91e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + title = "Ubiquiti Nanostation AC"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "aaecdd445ab3043fc8b789360934479d83dcd52dabef85853352b85f4048e7c9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "d2e74bbfda2593aeb3ade3109dbe5f2fc95a2ec86bc821dcf9d7ea2e08284604"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + title = "Ubiquiti Nanostation AC loco"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "bd184b1d9f74a01995e5c626f0bd63702521a9c4dc8270a3f1a4249d5669eb28"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "29832faeca94ca74d57416d519e52d52e34c8b9708fd2109bac75ecf85a453c8"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Nanostation Loco M"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "9191b09d427cd3b40268638aa59a21ec566151c8500b4ae57a37c74eb60c14ae"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "d2386f776d4cc05b813c8b23f8f9f7b0e7020386dda6d8982ea3bf715f4e717c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Nanostation Loco M (XW)"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "374428ef7893be9f1fb12de491e9c71e92d2bed6d47aa7b39e52ef87b4acd712"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "26151b031ff27284c8e74c53c62475d75410c55e6aea6df8b1c5ed9629c75033"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + title = "Ubiquiti Nanostation M"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "3a2c3883cd4666bbe9a5b27f09c081de6b29aea8a9f2399a4e6ae4d12c51bf37"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "4866e084ef14531a6cd0386ffd0d2510d1789a419992ec120ee3a4f485fdc0d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Nanostation M (XW)"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_picostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "864d220262deeaec9aa506501dfe05338b192701c1c543cb323049b2a5fac864"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "5109ae6a00e8927d4f3fa78b1c5a29df6ed9b78314c75c7a3be80df7a9d542bb"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Picostation M"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "6abe0fa39b4d107cb05f5fc562f0a28c36afbf2ce6911ad02fb8d5717fdcec12"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "99a6e305bd3bf15c35c8e8acc57dbfe15a432e6c2e278c1afb95667b2fa784c7"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + title = "Ubiquiti Rocket-M"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-mini" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "13739cb53593755c6e1caa4b5845387dde98ba29d6133d83e70cd31d9d6bc0b2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "8f3341cedc96569e4836c13704397761ffc0dd759f059220695955029ff959f0"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + "routerstation" + ]; + titles = [ + { + title = "Ubiquiti RouterStation"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-mini" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "3e8a575643b4788da691852069a2a21e5386f77385b7c4778c82d5bac61869e3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "19c91c611897f196645525e65fd481d4952226abc75d4be502080439b7c731ef"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + "routerstation-pro" + ]; + titles = [ + { + title = "Ubiquiti RouterStation Pro"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "fc46130674871cfbb6fccde37c6792b828f96b511b7229b7513751dc099d8af4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "5a9155efda4aead55f27516a726a1f420be758031ad8e652c8eb285ec59c68f2"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + title = "Ubiquiti UniFi"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "44719a988c55a252f6aca494197286a7ae76e48d3c991e0cf67643b0a969fbfc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Lite"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "6d49fad99ef324486892c7b25fd0c8fa2b65c62358da027ce5431113b185fa17"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-LR"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "32bc0a51b517f58eea8df43c53e1e398a361328208158943756ab52fab4f6451"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "729ee706c1c59a50f24c0080e3914a2606cf7d4b6e9a54c1ab19c2d9ac477460"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh Pro"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "76e989594a3bd65dd87fb7f275a7bde80be7e79af673c81732ab75770fe3bd50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Pro"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "ae535b8b665afdd8a2028f0c1f15e3a78c89e5f4dd22a8836e9c1a1716cc5c95"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "255bc818268b92aa33a24abf09fb8f9a7eda69a4ffc93662d3b730e7b717e26b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + title = "Western Digital My Net N750"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "2833e0643ceeb2842405e2f4e31b1912aee193e7b3e777ae7fbd25af884ef11e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + title = "Western Digital My Net Wi-Fi Range Extender"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "1558ca6dad5ce4e05e09a44ce6848be173f9fff856c23e220aec602e96cb8870"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + title = "Winchannel WB2000"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "49b692ce4aa349d1f6b4d6df49a740d7bcf58a1ecdfd14b612a85516b30f0f8a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + title = "Xiaomi Mi Router 4Q"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "4e6632b64d8a4edd707b577589c6719c92b5edded9a65e7db14f4f7552145393"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "f98e4b43c6d3ee7c252ab1646a5b68aec8ff5949b3cc2aa83e599f8fa2464f31"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + title = "YunCore A770"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "11469dcbd8ca0141961cc812cbf2d5a6463dd7afe468f9265601f94aa0c55fa3"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "aad14021b7edcb105632b534a289e530af5bd70638ae090dfbafef3f3adf755e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + title = "YunCore A782"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "9fe72757fd5342dcd68f35e78b4209534b43b70117c6cd642b8d7124c9368c4a"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "4ce3adbb62de912d257fc91bcfcfe8170e6c6ea2874ad229e92046c569ed4027"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + title = "YunCore XD4200"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-19.07.6-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "15a6d9ef4c8e88e67b28c32663b85cba9c8a6f64d0ece8b96e52618658d42583"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + title = "ZBT WD323"; + } + ]; + }; + }; + target = "ath79/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + buffalo_whr-g301n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ath79-tiny-buffalo_whr-g301n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-tiny-buffalo_whr-g301n-squashfs-factory.bin"; + sha256 = "80664f7e0e0e6886a3dca9e5f2189d083e9ae5504c410cc03337805cc97b3af2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-tiny-buffalo_whr-g301n-squashfs-sysupgrade.bin"; + sha256 = "8d7c3b43d4f7030d40724159dd5474b44515cd55609d027ac1a4b999557ae932"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-tiny-buffalo_whr-g301n-squashfs-tftp.bin"; + sha256 = "17e993db0f627fc408b8af703a7c783f42f42620401b8e3a5dca8a29b724344a"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,whr-g301n" + "whr-g301n" + ]; + titles = [ + { + title = "Buffalo WHR-G301N"; + } + ]; + }; + netgear_wnr612-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ath79-tiny-netgear_wnr612-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-tiny-netgear_wnr612-v2-squashfs-sysupgrade.bin"; + sha256 = "f5bfc121376d014a4e76b4dc305e721bcdbcf7b2b3291c9641c308f7449d82e1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-tiny-netgear_wnr612-v2-squashfs-factory.img"; + sha256 = "61dafced0ed401c6945a19be693039369873481d372ffd174d9034d0eb2bf2ba"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wnr612-v2" + "wnr612-v2" + ]; + titles = [ + { + title = "Netgear WNR612v2"; + } + ]; + }; + on_n150r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ath79-tiny-on_n150r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-tiny-on_n150r-squashfs-factory.img"; + sha256 = "43f9af7e2792e4233e11ec9c411fd32e9739a7b5a92ae49e29b2f84709e2f856"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-tiny-on_n150r-squashfs-sysupgrade.bin"; + sha256 = "d4cd1a5fc1f2d538c052bc3e7f16557a01df05327b02592f1c96f549a01409ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "on,n150r" + "n150r" + ]; + titles = [ + { + title = "ON Network N150R"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "c65530e7a564ea9527bd4f43b1fea4e07ba2b3b2dcd5fcfe220b7f65e4b058f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + title = "PQI Air-Pen"; + } + ]; + }; + }; + target = "ath79/tiny"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "osafeloader" + "oseama" + "otrx" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "osafeloader" + "oseama" + "otrx" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + ]; + metadata_version = 1; + profiles = { + asus-rt-ac56u = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-asus-rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-asus-rt-ac56u-squashfs.trx"; + sha256 = "581dab192c1d27774415d1da85f11ba39ce9501542469166e8b62dba75f99124"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC56U"; + } + ]; + }; + asus-rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-asus-rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-asus-rt-ac68u-squashfs.trx"; + sha256 = "4a046a3424c83dc35425b49812480bb1fe3ec7d0d06bffdf7eb9ed40d72f21cd"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC68U"; + } + ]; + }; + asus-rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-asus-rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-asus-rt-ac87u-squashfs.trx"; + sha256 = "ebe0c4cbac81f61c2b103da151256ffc10e76f0de8cc562793bfae4c53939bd3"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC87U"; + } + ]; + }; + asus-rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-asus-rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-asus-rt-n18u-squashfs.trx"; + sha256 = "5ff79de4e149d392e5a03d84522b368467b08e2e294dfcb4f92ad68cdc49e268"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N18U"; + } + ]; + }; + buffalo-wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-buffalo-wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-buffalo-wxr-1900dhp-squashfs.trx"; + sha256 = "1bd7ef1812cb3538e24421fc10a635089949d814f87b5bbccb43765fa568847c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WXR-1900DHP"; + } + ]; + }; + buffalo-wzr-1750dhp = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-buffalo-wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-buffalo-wzr-1750dhp-squashfs.trx"; + sha256 = "9d760e3112de4f8528973cccce01b081392aa98ddd94e296d3df8be1f7c06319"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-1750DHP"; + } + ]; + }; + buffalo-wzr-600dhp2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-buffalo-wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-buffalo-wzr-600dhp2-squashfs.trx"; + sha256 = "d20bb4cd8e0db267cfc3e4f1f54c54608381e1e5298ff392fa537c0ed051a280"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-600DHP2"; + } + ]; + }; + buffalo-wzr-900dhp = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-buffalo-wzr-900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-buffalo-wzr-900dhp-squashfs.factory-DHP-EU.bin"; + sha256 = "ee2a61a5cd0f6b909af3e5350ebfe2b367ab262dc77cad31aa55ac9477256e43"; + type = "factory-DHP-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-buffalo-wzr-900dhp-squashfs.factory-DHP2-JP.bin"; + sha256 = "8d22d86ee387d28b369849009c406578da31d5f9ff78535586efc3afaeb5fd6e"; + type = "factory-DHP2-JP"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-buffalo-wzr-900dhp-squashfs.trx"; + sha256 = "f4ad92f1a9a485d026475a554f3f11b9e484ef62a0da193f598b935fc6310904"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-900DHP"; + } + ]; + }; + dlink-dir-885l = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-dlink-dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-dlink-dir-885l-squashfs.bin"; + sha256 = "165e355d619f16d96c9e1315a3b121aee7bef949ad63014a82ddc6db7b86b19b"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DIR-885L"; + } + ]; + }; + linksys-ea6500-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-linksys-ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-linksys-ea6500-v2-squashfs.trx"; + sha256 = "824663c6b5751b569b5d49595d83b1006c4d8ca5a6689f60ac01075344d763f0"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys EA6500 V2"; + } + ]; + }; + luxul-abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-luxul-abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-luxul-abr-4500-squashfs.lxl"; + sha256 = "1176ddc72d5ec2810ad56491007738e4be2a9b21c6de89db80c4143e7fc4b4fe"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul ABR-4500"; + } + ]; + }; + luxul-xap-1610 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-luxul-xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-luxul-xap-1610-squashfs.lxl"; + sha256 = "8fa4bedb61c66829b4c2117c6402888953483059d06f12219f4e833dd645ae4b"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XAP-1610"; + } + ]; + }; + luxul-xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-luxul-xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-luxul-xbr-4500-squashfs.lxl"; + sha256 = "2d8f0abc82131630bb0ab8f3de43da86a74e51812fab2f0e1ea2e8cd12d63a5a"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XBR-4500"; + } + ]; + }; + luxul-xwr-3150 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-luxul-xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-luxul-xwr-3150-squashfs.lxl"; + sha256 = "71afd690323f7ee587f951793d1d28bfed89dde5d3a0016dd3e82aa18793f274"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XWR-3150"; + } + ]; + }; + netgear-r6250 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-netgear-r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-netgear-r6250-squashfs.chk"; + sha256 = "56a308aca0af4d0dc45dd46946a412059a2df82336101b82ff4ed3efb4115845"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R6250"; + } + ]; + }; + netgear-r6300-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-netgear-r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-netgear-r6300-v2-squashfs.chk"; + sha256 = "0c4ff1954077bb1c23f7612dba7eed227450ad330ff111d21276838371480d57"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R6300 V2"; + } + ]; + }; + netgear-r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-netgear-r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-netgear-r7000-squashfs.chk"; + sha256 = "4d65ad82661715b0072946327ae098303dbd56c327acfc94df2175c05bd46b3f"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R7000"; + } + ]; + }; + netgear-r7900 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-netgear-r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-netgear-r7900-squashfs.chk"; + sha256 = "48455e47805854cf0ca2e5559e652872183892903ec708a4dea73b2e17546600"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R7900"; + } + ]; + }; + netgear-r8000 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-netgear-r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-netgear-r8000-squashfs.chk"; + sha256 = "4c7f8c89b9d08b24ffdb122454580407d905a5499186842a9d97e6680bff75b3"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R8000"; + } + ]; + }; + phicomm-k3 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-phicomm-k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-phicomm-k3-squashfs.trx"; + sha256 = "c9ffd3fce6b06b807cad8bbe68ef185c19766552ada03f39595673a993e6ad67"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PHICOMM K3"; + } + ]; + }; + smartrg-sr400ac = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-smartrg-sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-smartrg-sr400ac-squashfs.trx"; + sha256 = "1a59a1527e577df3bc6fadaf8efce6768ad5ebb5d702b2df45202dd34d15ce3c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SmartRG SR400ac"; + } + ]; + }; + tenda-ac9 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-tenda-ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-tenda-ac9-squashfs.trx"; + sha256 = "cbafd37a856930e4652d0e233382d52c38a3383394065a2c7531a0fc02dec1e4"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tenda AC9"; + } + ]; + }; + tplink-archer-c5-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-tplink-archer-c5-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-tplink-archer-c5-v2-squashfs.bin"; + sha256 = "f02883eec08818958cccc1b18c3d7d2409bf034a9bb454814c535a61aaf7fc3d"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C5 V2"; + } + ]; + }; + tplink-archer-c9-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.6-bcm53xx-tplink-archer-c9-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-bcm53xx-tplink-archer-c9-v1-squashfs.bin"; + sha256 = "54e35dd526e2cf67402ccd03d7531bdd633cab3702a5c7f82559ff12fe1030bf"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C9 V1"; + } + ]; + }; + }; + target = "bcm53xx/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + brcm2708 = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-board-rpi2" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm2708-bcm2708-rpi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-brcm2708-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "3fe1e96be443ec7a4a21731ac1b3a722cf072964e581434ef99e3688b1587eb8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm2708-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "ad9ba26c632c3194b8a46369dab7784454c8b763faa76b9ca7d0dd47941afffa"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-brcm2708-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "c89ab682e9da05e9fae9efedcdb91d2d05cc197ed61eb6372d4f8c568d4c5f2c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm2708-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "681257089362fb448f152a91f786cfd6525411aea0aafeea26a7bcc15bd407d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + title = "Raspberry Pi B/B+/CM/Zero/ZeroW"; + } + ]; + }; + }; + target = "brcm2708/bcm2708"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-firmware-43455-sdio" + "brcmfmac-board-rpi2" + "brcmfmac-board-rpi3" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm2708-bcm2709-rpi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm2708-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "1ba4010aafcd0dbcea24b0a692b4759075c13507459d9cd3ab92dc1c16b8e787"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm2708-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "cc423b75897742fc0ea1c7f1c765abf1e2a79eebd1aa25278737273920c511ca"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-brcm2708-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "11f58359d045a95f809d33bc77ec5372cd2574382f04c9e6d26b60f6b6406ffe"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-brcm2708-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "af113324ab379a16c489be8e4b3ac0f4e5be81a122314a8a75ff01e462a3290c"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + title = "Raspberry Pi 2B/3B/3B+/3CM"; + } + ]; + }; + }; + target = "brcm2708/bcm2709"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-board-rpi2" + "brcmfmac-firmware-43455-sdio" + "brcmfmac-board-rpi3" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm2708-bcm2710-rpi-3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-brcm2708-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "47ab19ef7f0463b72b7b12a0b49ad9bf12a4bc03e39e85f52eecfcac3638af63"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm2708-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "c8c9fd5daf06f7e42a192b26587d969498019ab6520386aab2d0f61f57c65586"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm2708-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "d8226ca071450e60c21dd3f278cd841fd4ef90b4f5cc8be1161628824c0e77d6"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-brcm2708-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "9c09c916b8ae7d1e9bb9ab2ed63bda0bf8d0cf20f906833a5a2e70830966ec63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + title = "Raspberry Pi 3B/3B+"; + } + ]; + }; + }; + target = "brcm2708/bcm2710"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + brcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + linksys-e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-generic-linksys-e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-generic-linksys-e3000-v1-squashfs.bin"; + sha256 = "8ca46cae9cb86a343db83da67c1e8dc5ddacf8747052fb198d1c38e621a557bf"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E3000 v1"; + } + ]; + }; + "linksys-wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-generic-linksys-wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-generic-linksys-wrt300n-v1.1-squashfs.bin"; + sha256 = "be04c7695b8b1f6580b56a111f9e0ac759e915b6e32cf8c818987fe7371b480f"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT300N v1.1"; + } + ]; + }; + linksys-wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-generic-linksys-wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-generic-linksys-wrt310n-v1-squashfs.bin"; + sha256 = "0eb53a1930f0391b90023577b02396ea113fecd8e8a1a0db198fc0036464e66f"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT310N v1"; + } + ]; + }; + linksys-wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-generic-linksys-wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-generic-linksys-wrt350n-v1-squashfs.bin"; + sha256 = "8e7d49ed3c237cb69f237aae8896d46c53ed773c6389407a950549d04f69704c"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT350N v1"; + } + ]; + }; + linksys-wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-generic-linksys-wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-generic-linksys-wrt610n-v1-squashfs.bin"; + sha256 = "3747bfe09d9e388c71bf42459bd108f8ded1319cd7d54139c37260645dfaa1bf"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT610N v1"; + } + ]; + }; + linksys-wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-generic-linksys-wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-generic-linksys-wrt610n-v2-squashfs.bin"; + sha256 = "7c040c9e5edf9cc04773ef2ea1bab12c7e45955ccef0a67449ed1d36f60cddef"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT610N v2"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-generic-standard-squashfs.trx"; + sha256 = "161cc938700ce0ca05a0c8ee1f7b4112dc245595d2b9c69471790ffaa0477eae"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + }; + target = "brcm47xx/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + asus-wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-300g-squashfs.trx"; + sha256 = "12e60e10f5cdd28703df6fcc6c0f73e220e528f79791558b29995808be751459"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-300g"; + } + ]; + }; + asus-wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-320gp-squashfs.trx"; + sha256 = "e9fa42f06d53048b9d6031dd2765aedb26fc76664a34de99ba0f25f23ae6ed51"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-320gP"; + } + ]; + }; + asus-wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-330ge-squashfs.trx"; + sha256 = "01ddbca9a3ebd30039a38113c2f4efb93a30862d2208021924d46700a879b952"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-330gE"; + } + ]; + }; + asus-wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-500gd-squashfs.trx"; + sha256 = "3e2b56b9f4e9afa767754ae210a216ae19859624236758818eb36415f18158f2"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500g Deluxe"; + } + ]; + }; + asus-wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-500gp-v1-squashfs.trx"; + sha256 = "4fbc34b35195cebf537ced25a53d62420e8c870a6f84b75c3ee5407e0b066962"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500gP v1"; + } + ]; + }; + asus-wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-500gp-v2-squashfs.trx"; + sha256 = "0b9e9700803ba74599bce83f7e66d16f1a3e241605287a0d46e3b18db1de1131"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500gP v2"; + } + ]; + }; + asus-wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-500w-squashfs.trx"; + sha256 = "153adf61ed8db03f33cee55312af89f8dcd2567afcdff7f22a523f29e210a4b8"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500W"; + } + ]; + }; + asus-wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-520gu-squashfs.trx"; + sha256 = "340d34c5580c11c545fadf6696a48a3aa746209c945b0627e70d18113b2d9aac"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-520gU"; + } + ]; + }; + asus-wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-550ge-squashfs.trx"; + sha256 = "a85f0b010fc2702c8c9a38b0d989423058338367c85e1a85c6383985c02395ba"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-550gE"; + } + ]; + }; + asus-wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-asus-wl-hdd25-squashfs.trx"; + sha256 = "49d225a6d63f904edd32795fdafe10ef682e9122695b7b2cb24a5fa5b10bdc70"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-HDD25"; + } + ]; + }; + dlink-dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-dlink-dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-dlink-dwl-3150-squashfs.bin"; + sha256 = "6f1f20b02c93c2842ada59254d4a612df9a7436c1da0b6cb5f276ba6c78e50a6"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DWL-3150"; + } + ]; + }; + edimax-ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-edimax-ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-edimax-ps1208-mfg-squashfs.bin"; + sha256 = "05a4b0506484d6c5c522505ab31289570a3cc744a178a6bf12ba92b264180ed9"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Edimax PS-1208MFg"; + } + ]; + }; + huawei-e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-huawei-e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-huawei-e970-squashfs.bin"; + sha256 = "6b1c2bcbf63ad63283859bdede7828d116495a856fc73b817932bac232623764"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei E970"; + } + ]; + }; + linksys-wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt150n-squashfs.bin"; + sha256 = "d6c28c4b8e458e6d8f45c42cf753ff3b6c080f5e0e5c02be1dc03c323ff1becb"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT150N"; + } + ]; + }; + linksys-wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt160n-v1-squashfs.bin"; + sha256 = "44f2b94249a8a4076326a1adc6cb435e9be95acaca0842575904cc61d6238902"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT160N v1"; + } + ]; + }; + linksys-wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt300n-v1-squashfs.bin"; + sha256 = "083d3446e4aebb35c6c078dca4bc99dc4b4eb05993e9fb24d5001a85ab9266a5"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt300n-v1-squashfs.trx"; + sha256 = "b0651cee80fb45ec78bd843b59bb2e922ea3bbca5225e951c2f84b45e734bb30"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT300N v1"; + } + ]; + }; + linksys-wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt54g-squashfs.bin"; + sha256 = "b9486cb3c1c49b4a9669977b542e1ce415a5fa953dfba23acbd3452185a2462d"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G"; + } + ]; + }; + linksys-wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt54g3g-squashfs.bin"; + sha256 = "0f0135341910410812ab07ff35db90c2eceb6e6b7d001b200e7fc7a27a27f003"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3G"; + } + ]; + }; + linksys-wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt54g3g-em-squashfs.bin"; + sha256 = "adcb1734ae03698c1e1b75061e62a6b6368089eeebb0716c6ff961e8b25e0410"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3G-EM"; + } + ]; + }; + linksys-wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt54g3gv2-vf-squashfs.bin"; + sha256 = "088dc838c33c2af99996af2dc69df2d542c7965a35c6f23d482ee0159a40ac1f"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "2a289a9b7996d97ce1c70367fbcd980a0839b5d35ffc18b8a709f124b456f89f"; + type = "noheader"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3GV2-VF"; + } + ]; + }; + linksys-wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt54gs-squashfs.bin"; + sha256 = "5e717d207aede66c3b3d4c3f31f3476a564d49b7af7ef2088f8b785fb1efbd43"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54GS"; + } + ]; + }; + linksys-wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrt54gs-v4-squashfs.bin"; + sha256 = "d22717a82e5d213abb3362ab51ef5b11e929e68e910999ffbbb21f2c28de2d50"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54GS v4"; + } + ]; + }; + linksys-wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-linksys-wrtsl54gs-squashfs.bin"; + sha256 = "9000c4117a363091a39369ea2004322284ec0595e8e9e9fe816f34086c5400ca"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRTSL54GS"; + } + ]; + }; + motorola-wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-motorola-wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-motorola-wa840g-squashfs.bin"; + sha256 = "5c92320f687ca4a8248978b135c4f1f20a2e51a3b231743b4504661ca73f87cc"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WA840G"; + } + ]; + }; + motorola-we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-motorola-we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-motorola-we800g-squashfs.bin"; + sha256 = "6b21adaf2434510fc127b2412f60865d675dac7a17d9884e19bfc477f6bb3862"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WE800G"; + } + ]; + }; + motorola-wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-motorola-wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-motorola-wr850g-squashfs.bin"; + sha256 = "d8a122324dadb0c93a37cd5723ee77b8d5cd27137b896aa92fe3e1f0b9cab14a"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WR850G"; + } + ]; + }; + netgear-wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-netgear-wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-netgear-wgr614-v8-squashfs.chk"; + sha256 = "f33d413390ed5a28df71879f0061bc14fbd708c8d8b7ae54bd17f2d336af2026"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v8"; + } + ]; + }; + netgear-wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-netgear-wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-netgear-wgt634u-squashfs.bin"; + sha256 = "3280c47c6557b32b9a08c86af20f4542a0b966215f7cc75298c0653247c4b454"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGT634U"; + } + ]; + }; + netgear-wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-netgear-wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-netgear-wndr3300-v1-squashfs.chk"; + sha256 = "8e455aa377d6af3f09d5f830e4e7068bd47d8650d0d4d63e4b4d57ab67a11b28"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3300 v1"; + } + ]; + }; + netgear-wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-netgear-wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-netgear-wnr834b-v2-squashfs.chk"; + sha256 = "4dff21501217b14fc11bd6c0c25bcccf15f74b211009438dd4ccd5e60750d29b"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR834B v2"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-standard-squashfs.trx"; + sha256 = "4d2e8585aaff8c478bca5d0cc1bc509587e01234187fc2fd48f25500c44e1ac2"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "2d9858b210d5f4bb630ecfe232559f1b0f4c5bea97814e3b70fce3c89ed357ad"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with gzipped kernel"; + } + ]; + }; + usrobotics-usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-legacy-usrobotics-usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-legacy-usrobotics-usr5461-squashfs.bin"; + sha256 = "6b2ea9a1fc5141d6e1437be1d56e69b3222fb829ad814df8e6717e11971b9d4c"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics USR5461"; + } + ]; + }; + }; + target = "brcm47xx/legacy"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + asus-rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-ac53u-squashfs.trx"; + sha256 = "3237ac551fbe06f9cc5ccc1b380fe1a1d5f0bdab971aca4ae6e4a2b9d7ef8309"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC53U"; + } + ]; + }; + asus-rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n10-squashfs.trx"; + sha256 = "3289ba133b551c7c31afc0b452679efbe494ac293cb6aa0694fec2123ddc296e"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10"; + } + ]; + }; + asus-rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n10p-squashfs.trx"; + sha256 = "8a118b909d97115fa84fac3bbdd54a2c56e044acd9add148830690558c33aa31"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10P"; + } + ]; + }; + asus-rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n10p-v2-squashfs.trx"; + sha256 = "799ba139cf51dfe8a3d2e5f6a76f2ab57a76d71e40ddf3c51f45df4e0627ec5f"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10P v2"; + } + ]; + }; + asus-rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n10u-squashfs.trx"; + sha256 = "a7ea67762c0f10177f15ad2f30b113b1e1e9f7778f01d0301d0042785b705588"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10U"; + } + ]; + }; + asus-rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n10u-b-squashfs.trx"; + sha256 = "a7ea67762c0f10177f15ad2f30b113b1e1e9f7778f01d0301d0042785b705588"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10U B"; + } + ]; + }; + asus-rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n12-squashfs.trx"; + sha256 = "5857d5697370c2d21f23af466103b0fefdd250c9f50c9017937d953110c7ee2b"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12"; + } + ]; + }; + asus-rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n12-b1-squashfs.trx"; + sha256 = "2246419191d2948deed2f7f4aaa31a313475f59addcf837014daabe050f09e9c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 B1"; + } + ]; + }; + asus-rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n12-c1-squashfs.trx"; + sha256 = "a660cb6d200812b93d85603d82f4bdce3bc04f356ba3a9a87fd0472c34731130"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 C1"; + } + ]; + }; + asus-rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n12-d1-squashfs.trx"; + sha256 = "d8c35b514848b85bff54a7cff6197c095964c235a9cd9bcc96911d29e685d6db"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 D1"; + } + ]; + }; + asus-rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n12hp-squashfs.trx"; + sha256 = "2fffbc47a350db2db1e6797bec3ed73b0c9656a5e3254dbecc1035efd4ad23a1"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12HP"; + } + ]; + }; + asus-rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n14uhp-squashfs.trx"; + sha256 = "f4d9bba73f0a4cbe80bb8774d9775144bc1dc046955230821b17df47eab459b5"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N14UHP"; + } + ]; + }; + asus-rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n15u-squashfs.trx"; + sha256 = "8b59b9c4126e073f468d8d6f048dd3b67b29801c8a28a547e9a479a83ce4e29e"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N15U"; + } + ]; + }; + asus-rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n16-squashfs.trx"; + sha256 = "07680c6fb7c124c7c3fa67aed4cc95280db075a5678bcdeae025dd8f09457c56"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N16"; + } + ]; + }; + asus-rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n53-squashfs.trx"; + sha256 = "ad2e6570f2641241d8119326b6cbc4bc9a78c5df3414daf95b8909f6b645b609"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N53"; + } + ]; + }; + asus-rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n66u-squashfs.trx"; + sha256 = "eedda3d5ff86a127efe4a31431ad0621a27dd92d4780ba389af2d8cc24c9cac4"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N66U"; + } + ]; + }; + asus-rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-asus-rt-n66w-squashfs.trx"; + sha256 = "eedda3d5ff86a127efe4a31431ad0621a27dd92d4780ba389af2d8cc24c9cac4"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N66W"; + } + ]; + }; + linksys-e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e1200-v1-squashfs.bin"; + sha256 = "1f713e1bb300fb638dde68601f328a3feedd385df8959369c57edf8f3a62c57d"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1200 v1"; + } + ]; + }; + linksys-e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e1200-v2-squashfs.bin"; + sha256 = "a68fc0e1b595bd122e5fc415a22446b2cd84c6755ff277fd6a159dea44c42181"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1200 v2"; + } + ]; + }; + linksys-e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e1500-v1-squashfs.bin"; + sha256 = "acaf9d8c275ca4e39f7ebdb50a077a1935ad053a7900bd0427fc339143eb6678"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1500 v1"; + } + ]; + }; + linksys-e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e1550-v1-squashfs.bin"; + sha256 = "a0f356da90eb2021f42f22756cc541be0c768707dec22b8f93b806a432d3101e"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1550 v1"; + } + ]; + }; + linksys-e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e2000-v1-squashfs.bin"; + sha256 = "592c2aecf3653c01986dd059b1acd8fdb1e578861bf73fa79bf23043c384877e"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2000 v1"; + } + ]; + }; + linksys-e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e2500-v1-squashfs.bin"; + sha256 = "fab77ef11565bc3bf2f05170ffb7a0186e0be6b7e0208b92afe93349c3db2549"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v1"; + } + ]; + }; + linksys-e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e2500-v2-squashfs.bin"; + sha256 = "b41e0357565038986e2e2459f719520dd043d84d66b29387a7f1922776da68a7"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v2"; + } + ]; + }; + "linksys-e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e2500-v2.1-squashfs.bin"; + sha256 = "691b07af85528c90b4bab89c8b4f7ac68f8d4048f969a7cd2701e52583b2d4fe"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v2.1"; + } + ]; + }; + linksys-e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e2500-v3-squashfs.bin"; + sha256 = "dec4d851df6abbfde4b2aa0c070485ba56b5ca3d04cb9a51c6e08a56dcba65a8"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v3"; + } + ]; + }; + linksys-e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e3200-v1-squashfs.bin"; + sha256 = "45bfe4b5ce4d30f6d0f16605385de49ecf48dd67471dcae8878454850ddcb74f"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E3200 v1"; + } + ]; + }; + linksys-e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e4200-v1-squashfs.bin"; + sha256 = "1e531b1714942f1c5f8b2d1bfe58b8bd3149118e2f881d25e1c337b86c957ae9"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E4200 v1"; + } + ]; + }; + linksys-e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-linksys-e900-v1-squashfs.bin"; + sha256 = "bc6671ed6435b013b484c8e42d91c521e0b5650bb2fa0d3aaed34758fe4446cb"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E900 v1"; + } + ]; + }; + linksys-wrt160n-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-linksys-wrt160n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-linksys-wrt160n-v3-squashfs.bin"; + sha256 = "68556472167a825aa24ada165db7ff8e774131ce9156b0181dd8e0d53602b6d5"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT160N v3"; + } + ]; + }; + linksys-wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-linksys-wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-linksys-wrt310n-v2-squashfs.bin"; + sha256 = "70e1cdda001b6881ad78221ff7080d1739b8026fdfe2bd972d6314b5fe49e8df"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT310N v2"; + } + ]; + }; + linksys-wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-linksys-wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-linksys-wrt320n-v1-squashfs.bin"; + sha256 = "d28a5c9b7a2d42d7de6705af2127b78f4ad405fd6848bde12e4770c75eee0373"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT320N v1"; + } + ]; + }; + netgear-wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wgr614-v10-squashfs.chk"; + sha256 = "52acc604314c57ad66017dabf35c1b2edae53f376d7756fef82951292aedbc25"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v10"; + } + ]; + }; + netgear-wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wgr614-v10-na-squashfs.chk"; + sha256 = "9a53a3e3fd5e2c6e98a5040e220404c6df10af3dc93288ec2ee83be518bb7644"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v10 North America"; + } + ]; + }; + netgear-wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wn2500rp-v1-squashfs.chk"; + sha256 = "4a8b6fd8830fe74de9ec2477be0798ab17c0eeb0a30e9fb811556547b3fd7ff7"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WN2500RP v1"; + } + ]; + }; + netgear-wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wn3000rp-squashfs.chk"; + sha256 = "76441db40cf6e1a21634b85dfcad3d4c471daead0b32fca5207e8787ddd0c418"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WN3000RP"; + } + ]; + }; + netgear-wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wndr3400-v1-squashfs.chk"; + sha256 = "56735fb8ee46cbf87f64c7696ab0e675ff642334bb7a8ed2f183b3488b22f3d1"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v1"; + } + ]; + }; + netgear-wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wndr3400-v2-squashfs.chk"; + sha256 = "dbb2041487288b2b2c7d98b4fef70d3e7ad70493fdabff81353fb2e25946fa04"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v2"; + } + ]; + }; + netgear-wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wndr3400-v3-squashfs.chk"; + sha256 = "f565419f927111a4b18ecac3ab667315671a9148768f721a68b942c4bb7020c5"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v3"; + } + ]; + }; + netgear-wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wndr3700-v3-squashfs.chk"; + sha256 = "98d95b08959c8edd654fcfb4bf1f6bb956f9db402bde0bac61d695c0f302a601"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3700 v3"; + } + ]; + }; + netgear-wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wndr4000-squashfs.chk"; + sha256 = "21b5f72ac818dc95c24aab3903e0328360764ef2b7809b56c895aab341ebc748"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR4000"; + } + ]; + }; + netgear-wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wnr1000-v3-squashfs.chk"; + sha256 = "ea056ce57b1e88c8ddc737e8e51a057af0f05e698afde6c9711810530de7ee5a"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR1000 v3"; + } + ]; + }; + netgear-wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wnr3500-v2-squashfs.chk"; + sha256 = "1c615c47c4cafcf06b0e56f03b260e99221016c4b60dd1f5eb2b493b821857ef"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500 v2"; + } + ]; + }; + netgear-wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wnr3500l-v1-squashfs.chk"; + sha256 = "4f807f8da2995b321fdbbddbea9ec383db8865f38771fb6d60064537544ea480"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v1 Other Regions"; + } + ]; + }; + netgear-wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wnr3500l-v1-na-squashfs.chk"; + sha256 = "48f0df2a0f5091d200025f887f81ae3fb199478fca784b001f5786574a465d70"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v1 North America"; + } + ]; + }; + netgear-wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-netgear-wnr3500l-v2-squashfs.chk"; + sha256 = "8197fb7e8fb3465bb3a9ea5c964e091eb0411ceafdcb82c20956020f5267fc1f"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v2"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "57a1631e9a1ec5ce6c091cf13a2430042ddb886ee7f2ab7db8c9013cea911d23"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "c44c540c35f4ff22efdab3de46bfb4219243cbaa1d183b2c7eef259ce4f09112"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA compressed kernel matching CFE decompressor"; + } + ]; + }; + }; + target = "brcm47xx/mips74k"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + brcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + "963281TAN-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-963281TAN-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-963281TAN-generic-squashfs-cfe-16M.bin"; + sha256 = "ff62128cf395141d43f018e99902d75b0490f6e050c2abd5cfe8f520decd24ad"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-963281TAN-generic-squashfs-cfe-4M.bin"; + sha256 = "96dc3e5002eb98d42fd508de795eec760e3cedf09dd045e38ca9ed0118e9a0ee"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-963281TAN-generic-squashfs-cfe-8M.bin"; + sha256 = "336599a712f8663f7ab646f048d8d4b4d7c6418a8c2ff3ffbc6afbbd174bf347"; + type = "cfe-8M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 963281TAN"; + } + ]; + }; + "96328avng-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-96328avng-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-96328avng-generic-squashfs-cfe-8M.bin"; + sha256 = "5590f92682254d5895faac39f161fa23c1018d517a018da16fab1b53644eabe1"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-96328avng-generic-squashfs-cfe-16M.bin"; + sha256 = "b1f2e4daa31874bcd88d64a22044ab6be915fa535d8dea30c4f9dbb9189bf0db"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-96328avng-generic-squashfs-cfe-4M.bin"; + sha256 = "4e6d28f437cb82abd90263800d9474e48cc9311fbd20eb9f37f005dcc58ddb66"; + type = "cfe-4M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96328avng"; + } + ]; + }; + "96338GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-96338GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-96338GW-generic-squashfs-cfe.bin"; + sha256 = "5962f9045fac0c4d332a6192f1ec82054cb68ee968d1597858c3359904f337e2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338GW"; + } + ]; + }; + "96338W-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-96338W-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-96338W-generic-squashfs-cfe.bin"; + sha256 = "bed1da7f9c12d51aa1c5aade974387f3ecf5c437182033926852f8e29839558f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338W"; + } + ]; + }; + "96345GW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-96345GW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-96345GW2-generic-squashfs-cfe.bin"; + sha256 = "f23de80bf4412647eb7dc1bd990e2d745ef57ef8839736f97305f8e3d1a4fc75"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-96345GW2-generic-squashfs-cfe-bc221.bin"; + sha256 = "6692f5dadc15d866950acfd9e32c98548c4709e0fc219330318d3390c8ca5e71"; + type = "cfe-bc221"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96345GW2"; + } + ]; + }; + "96348GW-10-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-96348GW-10-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-96348GW-10-generic-squashfs-cfe.bin"; + sha256 = "ac9fe846e9107e759347069353fbe425f539fcf7b1763de0e74955367a4437a8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-10"; + } + ]; + }; + "96348GW-11-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-96348GW-11-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-96348GW-11-generic-squashfs-cfe.bin"; + sha256 = "8c03176ef9aa2d6686c89945354fbd9891e06c0ff2af4cf5dd27a718c95d1841"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-11"; + } + ]; + }; + "96348GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-96348GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-96348GW-generic-squashfs-cfe-bc221.bin"; + sha256 = "1ac14613c34803ea13784489363cab1a0f95a4d870f6ee870fc110ddaf1c053f"; + type = "cfe-bc221"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-96348GW-generic-squashfs-cfe.bin"; + sha256 = "39c0063559a5cb726aa2987db10f7829dfd9d7922cccf6cc1dd6988279ff31a7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW"; + } + ]; + }; + "96348R-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-96348R-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-96348R-generic-squashfs-cfe.bin"; + sha256 = "c1393511041177e190d0f20a5cb4d6a73ea33380e4e9eec9d656cf80e1252aad"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348R"; + } + ]; + }; + "96358VW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-96358VW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-96358VW-generic-squashfs-cfe.bin"; + sha256 = "45fb63ced8a999d66ade7fe18eaea063f33664bb226e69670712d73575ea6452"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW"; + } + ]; + }; + "96358VW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-96358VW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-96358VW2-generic-squashfs-cfe.bin"; + sha256 = "edbf85760268c38018a38ed3a9ab0b6b789fb33990319f2fcf33b81a4ddffee0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW2"; + } + ]; + }; + "96368MVNgr-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-96368MVNgr-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-96368MVNgr-generic-squashfs-cfe.bin"; + sha256 = "79921b50e1675de5001c813e378ec32fce428141c8efacf0040d684f3328ab94"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVNgr"; + } + ]; + }; + "96368MVWG-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-96368MVWG-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-96368MVWG-generic-squashfs-cfe.bin"; + sha256 = "52391394d8c08faeacaea727866228d2e5abe44d5e9e8b0a28fa38d676b43c76"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVWG"; + } + ]; + }; + A226G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-A226G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-A226G-squashfs-cfe.bin"; + sha256 = "694b4b8bbbf321231f55848b02cb78d056e0da528fcbb8fb769190804da154fe"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226G"; + } + ]; + }; + A226M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-A226M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-A226M-squashfs-cfe.bin"; + sha256 = "9467154e60d7e8e7ab2e4ccce7354ddaa90484a3303986a9615bba5313c4a96a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M"; + } + ]; + }; + A226M-FWB = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-A226M-FWB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-A226M-FWB-squashfs-cfe.bin"; + sha256 = "c1f8ac8f82aff2ec447e536cf23d97c7573b4932118dd31ce127d460494f5cbe"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M-FWB"; + } + ]; + }; + A4001N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-A4001N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-A4001N-squashfs-cfe.bin"; + sha256 = "c6603b0fb226d061f6a82e4bb956c01eb971beecde5c349aa89082198c59414f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N"; + } + ]; + }; + A4001N1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-A4001N1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-A4001N1-squashfs-cfe.bin"; + sha256 = "3d13b92d25fa9b796a2c673931097212f02c4cf969e577d01f7e75d6c549b0b6"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-A4001N1-squashfs-sysupgrade.bin"; + sha256 = "0dcb24448a192c15fb742490372be0b68fcb1782a0e2549764dc59625edd24fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N1"; + } + ]; + }; + AD1018-SPI_flash = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-AD1018-SPI_flash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-AD1018-SPI_flash-squashfs-cfe.bin"; + sha256 = "e1d11583293ffebb873cf021a00bb1734e185391bd80a3f32c7b3042573145b2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sercomm AD1018 (SPI flash mod)"; + } + ]; + }; + AGPF-S0 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-AGPF-S0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-AGPF-S0-squashfs-cfe.bin"; + sha256 = "a17909d63dd393061ebbd5947e3698cbc9d51a944721d5171abaf8f7805e42f3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + } + ]; + }; + AR1004G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-AR1004G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-AR1004G-squashfs-cfe.bin"; + sha256 = "435f7c3231f0de9dd70cc60fc0983e870eb41f446f20a1b6be4b79c6bc94414d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asmax AR 1004g"; + } + ]; + }; + AR5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-AR5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-AR5315u-squashfs-sysupgrade.bin"; + sha256 = "fe7e01ab854595b2f67f11bc8d226c8aa192a3b491f4287aa7ddc71cc587538f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-AR5315u-squashfs-cfe.bin"; + sha256 = "e92a92d0f2dee40181069bb598a516d04aa0828bf4111fc0a2b3541257da0b78"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5315u"; + } + ]; + }; + AR5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-AR5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-AR5381u-squashfs-cfe.bin"; + sha256 = "6f7aaf501564dc5e482224acdf37f2ec4f8c9be300b69c7a89dab4bb1f09250a"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-AR5381u-squashfs-sysupgrade.bin"; + sha256 = "d04df2074caa09d24892f53aaccbec8010485c023ddc365874a86338e4196bed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5381u"; + } + ]; + }; + AR5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-AR5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-AR5387un-squashfs-sysupgrade.bin"; + sha256 = "b2ad4b65dabaced4258134594a4b1bda64f7b3212e7e51b0eb8fd24fc056bea3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-AR5387un-squashfs-cfe.bin"; + sha256 = "d940dd00f9d1412f045c8bd55ba4dfe7b35f185298ba73b7c6f4f65c02aabfcc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5387un"; + } + ]; + }; + AV4202N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-AV4202N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-AV4202N-squashfs-cfe.bin"; + sha256 = "a69db5851c164255f4050fef4da740bf3e965ccffd25a5a7beee559ee63834e2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG AV4202N"; + } + ]; + }; + BTV2110 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-BTV2110"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-BTV2110-squashfs-cfe.bin"; + sha256 = "442fe470f8d8614175db7ef447a69e5654fe751b559915105bbcca13ec29952d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2110"; + } + ]; + }; + BTV2500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-BTV2500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-BTV2500V-squashfs-cfe.bin"; + sha256 = "571110ee2537c9a971c7ab128474bdf9a13f7831a5b1cd01a289e9c5f493fb58"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2500V"; + } + ]; + }; + CPA-ZNTE60T = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-CPA-ZNTE60T"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-CPA-ZNTE60T-squashfs-cfe.bin"; + sha256 = "7d52dfbf4f3fc26e5955ce155b3405372ee823f8299ac2971bc13ac14af1bd33"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA642-type (CPA-ZNTE60T)"; + } + ]; + }; + CPVA502PLUS = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-CPVA502PLUS"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-CPVA502PLUS-squashfs-cfe.bin"; + sha256 = "fb105ee70ff8466a8e993abb6186beb377416a3eb5ad3d283320f2c0a94138e6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA502+"; + } + ]; + }; + CT-5365 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-CT-5365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-CT-5365-squashfs-cfe.bin"; + sha256 = "dd1c2ce42f2c5562158e52ecb003f8b496a04b71ed9486971a4369ad6b7b0cef"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-5365"; + } + ]; + }; + CT-536_CT-5621 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-CT-536_CT-5621"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-CT-536_CT-5621-squashfs-cfe.bin"; + sha256 = "cc6de5fc5156030909607d7d5187b1838d49b6010f929eaf1f07384e7f01a1aa"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-536+/CT-5621"; + } + ]; + }; + CT-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-CT-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-CT-6373-squashfs-cfe.bin"; + sha256 = "606275949e3a40329434178e81371fee0d0237ec7a6920eecd2ea59ea38022c7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-6373"; + } + ]; + }; + DG834GT_PN = { + device_packages = [ + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-DG834GT_PN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-DG834GT_PN-squashfs-cfe.bin"; + sha256 = "6a7459d89d26fc2c8d318d60f5b7a72be6073da50752c46af10d163b2e9ba9c2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DG834GT/PN"; + } + ]; + }; + DGND3700v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-DGND3700v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-DGND3700v1-squashfs-factory.chk"; + sha256 = "b6d42d680d28caa8529c45b89543706dc69f1f0ee95dcebfc3a912c50d15ab3a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-DGND3700v1-squashfs-sysupgrade.bin"; + sha256 = "dc99875f1f007e2ba95cc70a70bc29f2c083639c6bb8f70ea705d3ebc45738ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3700 v1"; + } + ]; + }; + DGND3800B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-DGND3800B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-DGND3800B-squashfs-factory.chk"; + sha256 = "992131ecc8f7895778a27856809a3d92416cfe0287e7ae335939ece8f9ad9643"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-DGND3800B-squashfs-sysupgrade.bin"; + sha256 = "e7491d7b0b31d1a32fd9eb1fb8682f8e0b66089c4383493591c10fc605cf5f41"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3800B"; + } + ]; + }; + DSL2640B-B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-DSL2640B-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-DSL2640B-B-squashfs-cfe.bin"; + sha256 = "fdbfaa34a11eea7e2da0e724ffb3b008a04e704326d4058cae1b6cb8f4711d1f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640B rev B2"; + } + ]; + }; + DSL2640U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-DSL2640U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-DSL2640U-squashfs-cfe.bin"; + sha256 = "b4545454f82a77e5d454231ddb50227874921484d613f1e1f3eda4b38d27a65b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640U/BRU/C"; + } + ]; + }; + DSL2650U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-DSL2650U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-DSL2650U-squashfs-cfe.bin"; + sha256 = "a58570cc1398b0f2b6889d1ff63605fb9df866998a6b4138b56d1668c2c7d3e2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2650U"; + } + ]; + }; + DSL274XB-C2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-DSL274XB-C2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-DSL274XB-C2-squashfs-cfe.bin"; + sha256 = "7bba4ac5f3a2cb6291a3255b5379218fcb1e4d1ba6cd1601ee7c6440529bd5c5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C2"; + } + ]; + }; + DSL274XB-C3 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-DSL274XB-C3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-DSL274XB-C3-squashfs-cfe.bin"; + sha256 = "712ff5381c775350d88348783441bf7813ea7b9148f3537cc7b29e5303a230cc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C3"; + } + ]; + }; + DSL274XB-F1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-DSL274XB-F1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-EU.bin"; + sha256 = "7ef82ae11766a3207adb734ab04aa6ee34a97a6f47e28c056a873895fd02135b"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-AU.bin"; + sha256 = "14a05505af538b6234dcea5e28c135017cfff5c4a939598e64c0b6092f8b1719"; + type = "cfe-AU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev F1"; + } + ]; + }; + DSL275XB-D1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-DSL275XB-D1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-DSL275XB-D1-squashfs-cfe.bin"; + sha256 = "aa82dcb4285eecc9ad9bbf421412fedb65cd4e71d26ef1e56aea35b2d6b4a213"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2750B/DSL-2751 rev D1"; + } + ]; + }; + DV-201AMR = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-DV-201AMR"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-DV-201AMR-squashfs-cfe-old.bin"; + sha256 = "0d22e60ecd1d3d0bd4f6a5537eb765a1651c91e6a8d55be1d318f08bede6e2d1"; + type = "cfe-old"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Davolink DV-201AMR"; + } + ]; + }; + DVAG3810BN = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-DVAG3810BN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-DVAG3810BN-squashfs-cfe.bin"; + sha256 = "0f75894d7e662b6ffa596e5b98660e7a9e8047817bd2d4a2aa7ca247610030e1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DVA-G3810BN/TL"; + } + ]; + }; + EVG2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-EVG2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-EVG2000-squashfs-sysupgrade.bin"; + sha256 = "876e8861448508bf4659b41cb2e8b3e287a49769455121ffcb45216272c262f2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-EVG2000-squashfs-factory.chk"; + sha256 = "e1af70dae91aff41a5e56f554c9ad4dc0368c708f7f7eed07a4b445440993322"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear EVG2000"; + } + ]; + }; + F5D7633 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-F5D7633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-F5D7633-squashfs-cfe.bin"; + sha256 = "09079b5a1fc1318a18c889a846e8c1098c98a39a316d2bc4a58f1a14c2acfd06"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Belkin F5D7633"; + } + ]; + }; + FAST2404 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-FAST2404"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-FAST2404-squashfs-cfe.bin"; + sha256 = "b5233f0623e06bb8938d6b6c526dc5da7efccc91a4ee7a2d302543ca26227cf7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2404"; + } + ]; + }; + FAST2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-FAST2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-FAST2504n-squashfs-cfe.bin"; + sha256 = "bf102f7186022a5d27c70e39c4b5c8284f6dfea054d3fe69038554b71fe615d7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2504n"; + } + ]; + }; + FAST2604 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-FAST2604"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-FAST2604-squashfs-cfe.bin"; + sha256 = "da322065ebfdee4ca320a14df02b53feb4c66e73274a9ccd7e9e5cd23fb0b12e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2604"; + } + ]; + }; + FAST2704N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-FAST2704N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-FAST2704N-squashfs-cfe.bin"; + sha256 = "771170b45ea4b6869299c33f69879db92e78205bd18febd9848866dd55d279b8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704N"; + } + ]; + }; + FAST2704V2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-FAST2704V2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-FAST2704V2-squashfs-cfe.bin"; + sha256 = "03f7483b0cfab629cabee9552d40b50c8272df9b48f19190a61668d4b2502726"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704V2"; + } + ]; + }; + GW6000 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-GW6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-GW6000-squashfs-cfe.bin"; + sha256 = "4130393149a8ea2f62ab24328f1aedf981e6d7b319e65199751a7ce858714a36"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6000"; + } + ]; + }; + GW6200 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-GW6200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-GW6200-squashfs-cfe.bin"; + sha256 = "a238bd4336f0bc016ddedec44264ae4d14ee0afa812dc98b1540139bed5373d5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6200"; + } + ]; + }; + HG520v = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-HG520v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-HG520v-squashfs-cfe.bin"; + sha256 = "3c823f45068e3c81658cfb716eaec82537699e3bf98ff1c9acb4c21ef835154a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG520v"; + } + ]; + }; + HG553 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-HG553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-HG553-squashfs-cfe.bin"; + sha256 = "433540cb7d51eef1c43ace2f27351828fbb4624b88a97b005aff999cf3855460"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG553"; + } + ]; + }; + HG556a-A = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-HG556a-A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-HG556a-A-squashfs-cfe.bin"; + sha256 = "b69b143354a7c7a3caa0bcd85be59c3e5e0be3d1a0182b16c79201ef5c54992e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev A"; + } + ]; + }; + HG556a-B = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-HG556a-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-HG556a-B-squashfs-cfe.bin"; + sha256 = "dc81c876a1a1f08c1d43195929d5cc1472972499e8f5bca3d850df2f10d84c57"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev B"; + } + ]; + }; + HG556a-C = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-HG556a-C"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-HG556a-C-squashfs-cfe.bin"; + sha256 = "c95fed79e02e388c1cf9555e42b6272f9154a990d894ff49be1accd8f2518ced"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev C"; + } + ]; + }; + HG622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-HG622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-HG622-squashfs-sysupgrade.bin"; + sha256 = "2980271cfcf0e1f939cb9fe5cc1fdf08a9b9f2dc80fddca7d7c76482cf62a0ab"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-HG622-squashfs-cfe.bin"; + sha256 = "188349d69eefeda390be05fd8b65054f41b9b74eae9dd486e1dddf97f4f7df5a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG622"; + } + ]; + }; + HG655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-HG655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-HG655b-squashfs-cfe.bin"; + sha256 = "48e4bbd32dabb8276ad5726b83fdea08df0c8e38012cf842f40d2b18153ee759"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG655b"; + } + ]; + }; + HomeHub2A = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-HomeHub2A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-HomeHub2A-squashfs-cfe.bin"; + sha256 = "e2d5f16792ea1c86a4a40b291c86131c4073cdbe05189a1661e9e6e5cf3a28b9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Home Hub 2.0 A"; + } + ]; + }; + NEUFBOX4-FXC = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-NEUFBOX4-FXC"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-NEUFBOX4-FXC-squashfs-cfe.bin"; + sha256 = "c0cb5dc3cb6c35d7fde97797b9ef04fb35d25a34a436ff0baf1ffe4c6f012b41"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Foxconn)"; + } + ]; + }; + NEUFBOX4-SER = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-NEUFBOX4-SER"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-NEUFBOX4-SER-squashfs-cfe.bin"; + sha256 = "6f293d35a8bb429f21f5df756a6b8ea993022a09405b28d1986d4da8c4af780a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Sercomm)"; + } + ]; + }; + NEUFBOX6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-NEUFBOX6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-NEUFBOX6-squashfs-cfe.bin"; + sha256 = "718d6dee2b41a14cdaf97c3600fcf4ae2d77870962d12bea28241c142c67b847"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox6"; + } + ]; + }; + P870HW-51a_v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-P870HW-51a_v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-P870HW-51a_v2-squashfs-factory.bin"; + sha256 = "a58858efc92f426d8d352c6453aeb753a399c4eb86c6eb46adfe185b14c07f96"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL P870HW-51a v2"; + } + ]; + }; + R1000H = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-R1000H"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-R1000H-squashfs-cfe.bin"; + sha256 = "2209fad9515d17422114989d764b23e9c5caa709ee9af8fb4e4300f6b0560d93"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Actiontec R1000H"; + } + ]; + }; + R5010UNv2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-R5010UNv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-R5010UNv2-squashfs-sysupgrade.bin"; + sha256 = "e37e7ff9154cabde09cf5f6ccff2774060a775c31cbd52a36a5d3f198a2f5c76"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-R5010UNv2-squashfs-cfe.bin"; + sha256 = "3927638a876f2a5adb501074581b5b42af0ff381c08f0ab4033fe4cccb8380d6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NuCom R5010UN v2"; + } + ]; + }; + RG100A = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-RG100A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-RG100A-squashfs-cfe.bin"; + sha256 = "e9fd42069e995c82e29a8578c0fa8d17bcb76fee5a0812e88b3a65b4f4ee99e6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Alcatel RG100A"; + } + ]; + }; + RTA1025W_16 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-RTA1025W_16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-RTA1025W_16-squashfs-cfe.bin"; + sha256 = "6ec4fd71fdaa30e308a74151da7eadc15e72f5dd6bc5635209ef5c7b768466ec"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1025W"; + } + ]; + }; + RTA1320_16M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-RTA1320_16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-RTA1320_16M-squashfs-cfe.bin"; + sha256 = "0413cf23bc0239967eb0dd2673051a6f8df25ad1bfc86a8c49c5d5716d65f2b5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1320"; + } + ]; + }; + SPW303V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-SPW303V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-SPW303V-squashfs-sysupgrade.bin"; + sha256 = "e7a786d2891c985b781fe2ed854d4ff059cb94421061195a8829adcad3b2395d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-SPW303V-squashfs-factory.bin"; + sha256 = "617605c22145fa0d8110e43ec064c3c3ca5c0f0c0f345d7c380473c879d079a6"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 303V"; + } + ]; + }; + SPW500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-SPW500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-SPW500V-squashfs-cfe.bin"; + sha256 = "e958af8e37425a6ab580968ec640711afe0cfcb3d47af7f9f10dd4f6955f698d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 500V"; + } + ]; + }; + SR102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-SR102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-SR102-squashfs-cfe.bin"; + sha256 = "08b49eb1b4d97d76a45f190c009976ba5ad8524e065ef729208887b3339c7988"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SKY-SR102"; + } + ]; + }; + TD-W8900GB = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-TD-W8900GB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-TD-W8900GB-squashfs-cfe.bin"; + sha256 = "73a67d13c457b8b20111b07e97c38d7d4335d2761862c03aef2eae7bcbc12f34"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-Link TD-W8900GB"; + } + ]; + }; + USR9108 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-USR9108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-USR9108-squashfs-cfe.bin"; + sha256 = "7c6abbf278efe62542809e62605c0df5167ac2f9e28323af8e31e2db1ab9ac80"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics 9108"; + } + ]; + }; + VH4032N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-VH4032N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-VH4032N-squashfs-sysupgrade.bin"; + sha256 = "3dae10b4801142f27407c3992914d65561bde3e045cc4111b6e9ad735820c973"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-VH4032N-squashfs-cfe.bin"; + sha256 = "b298bc2cabebea9dc8130d77073fd01e042300eeba7f11cdf4c0607fba5fd9c9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Observa VH4032N"; + } + ]; + }; + VR-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-VR-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-VR-3025u-squashfs-sysupgrade.bin"; + sha256 = "40c7ef9e9f7fec8bbb249fa0ad4ca09c33096d5a829d800dec429855489a9ab4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-VR-3025u-squashfs-cfe.bin"; + sha256 = "59ca60ee076450d4d7f78d0b48e8224de6d73dca78d78e85e0b32f49b6f14e7a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025u"; + } + ]; + }; + VR-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-VR-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-VR-3025un-squashfs-cfe.bin"; + sha256 = "435237b0eb15817f172ac37a21f062d0828a7ca61e270cf7bda89a10700e3380"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025un"; + } + ]; + }; + VR-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-VR-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-VR-3026e-squashfs-cfe.bin"; + sha256 = "5654e5a2f9d806b80e30164a4b02862191d75637485fb77eafd328167db70e38"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3026e"; + } + ]; + }; + WAP-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-WAP-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-WAP-5813n-squashfs-cfe.bin"; + sha256 = "0af917fefefed3d6164731305bd7cddbdaeff2e90f523986a9ce5c83902e588b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend WAP-5813n"; + } + ]; + }; + livebox = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-generic-livebox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-generic-livebox-squashfs-redboot.bin"; + sha256 = "74aefb8fdf0cee6a11ec673eda0c7ac6279d3c736ab0b6b6a41e15edddcee72e"; + type = "redboot"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Inventel Livebox 1"; + } + ]; + }; + }; + target = "brcm63xx/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + "963281TAN-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-963281TAN-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-963281TAN-generic-squashfs-cfe-4M.bin"; + sha256 = "de4d3a6c31cff0c149a0855fae42165a066eec66617d94589bb31df5671e877c"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-963281TAN-generic-squashfs-cfe-8M.bin"; + sha256 = "501da6c22c26e27357e1cc735ba9acf172361f280b1119106f381cae754a80a2"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-963281TAN-generic-squashfs-cfe-16M.bin"; + sha256 = "bf816add19294256edae5b739ab90f1c157331e1b4c96657cc09f72440fa9681"; + type = "cfe-16M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 963281TAN"; + } + ]; + }; + "96328avng-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-96328avng-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-96328avng-generic-squashfs-cfe-16M.bin"; + sha256 = "4404ed5abcaf4dd5bf68bfd88fff5d708b61fa3eef00aee2f8fa5f5b1cb65b80"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-96328avng-generic-squashfs-cfe-4M.bin"; + sha256 = "102a7a131586670c676d4a1fb8ccce5386f0c6332148f0274d8c6982a5cb9f6b"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-96328avng-generic-squashfs-cfe-8M.bin"; + sha256 = "2332169f60ca2e493f704416185701c1efd07c9de2dfd98bba2d850876775dc5"; + type = "cfe-8M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96328avng"; + } + ]; + }; + "96338GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-96338GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-96338GW-generic-squashfs-cfe.bin"; + sha256 = "00ae24c25822058604938df6080bca31db3cda9777c761b49aefbf7b400db8c1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338GW"; + } + ]; + }; + "96338W-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-96338W-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-96338W-generic-squashfs-cfe.bin"; + sha256 = "9bb44e3cd8198d5c52bb6bb44be2ae9fa014855313870121fa3133df9af1b042"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338W"; + } + ]; + }; + "96345GW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-96345GW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-96345GW2-generic-squashfs-cfe.bin"; + sha256 = "5f530cb78e1c6c42b574c0bbdf6874d49e86341e622eebae9e77091091c0fe90"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-96345GW2-generic-squashfs-cfe-bc221.bin"; + sha256 = "8b9425f7a30d50a6ca4d5d28b65c8514de1220149673be3e23c3d73d34300074"; + type = "cfe-bc221"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96345GW2"; + } + ]; + }; + "96348GW-10-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-96348GW-10-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-96348GW-10-generic-squashfs-cfe.bin"; + sha256 = "d141c90bcb1e0591951389ff750b60d2acc06560edc6bd2ea2b081daffe7394e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-10"; + } + ]; + }; + "96348GW-11-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-96348GW-11-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-96348GW-11-generic-squashfs-cfe.bin"; + sha256 = "9a32d4eaadc7e75c4414af5ff86fdbf88ee444c203e7d57a2ad4dd6bcac36dd6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-11"; + } + ]; + }; + "96348GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-96348GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-96348GW-generic-squashfs-cfe-bc221.bin"; + sha256 = "0a2da6380647fd0aa7d882e20bf7627da9b1d85b5c6a0e34a17b3b2b56fc547e"; + type = "cfe-bc221"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-96348GW-generic-squashfs-cfe.bin"; + sha256 = "f811c1e6e63df287f8eb9f9fa482090f9907f6a58732d5594bdd7aafd178db1b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW"; + } + ]; + }; + "96348R-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-96348R-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-96348R-generic-squashfs-cfe.bin"; + sha256 = "a5e1208ccce62df2e0f375af74a583c619b37ab32fba5802a83db9952c145c3d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348R"; + } + ]; + }; + "96358VW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-96358VW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-96358VW-generic-squashfs-cfe.bin"; + sha256 = "94579c4e14f7750f6eda4872bb8d587f2fecd3c57d9d90deabb7f4142d6b206a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW"; + } + ]; + }; + "96358VW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-96358VW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-96358VW2-generic-squashfs-cfe.bin"; + sha256 = "fb955c3e871c6d668661eb9362978a345969b83d22d3073b153a18438133f4ff"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW2"; + } + ]; + }; + "96368MVNgr-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-96368MVNgr-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-96368MVNgr-generic-squashfs-cfe.bin"; + sha256 = "d4577dd51175bdb2ea247ac25caa01ba79e378b11ac9b9354b72162543177f92"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVNgr"; + } + ]; + }; + "96368MVWG-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-96368MVWG-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-96368MVWG-generic-squashfs-cfe.bin"; + sha256 = "62e77ee88957ec9f8cc0e5980df1fc55b9f88aa5579efaad4f2432a596ed2121"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVWG"; + } + ]; + }; + A226G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-A226G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-A226G-squashfs-cfe.bin"; + sha256 = "1f7cb62274668aa0b888a9a4f27e64224687c4d13916f1a22567e9bc77845a49"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226G"; + } + ]; + }; + A226M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-A226M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-A226M-squashfs-cfe.bin"; + sha256 = "5303c8112aaae8f67d381bec91171886ccd38c4f0ec6def2cdf2b1464338780f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M"; + } + ]; + }; + A226M-FWB = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-A226M-FWB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-A226M-FWB-squashfs-cfe.bin"; + sha256 = "df37426fa902bfbe3534339d184c305d5655e5daf265f27ef5874c305e2fcb2c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M-FWB"; + } + ]; + }; + A4001N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-A4001N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-A4001N-squashfs-cfe.bin"; + sha256 = "c2281fb97ab7fd2bb3aa20965ff6cc990c64aab0fad5bad11004578cc033015b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N"; + } + ]; + }; + A4001N1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-A4001N1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-A4001N1-squashfs-cfe.bin"; + sha256 = "180bc0d7e5537102d74d66c9d566c05bfc55ec8a2d031fed53362498fa63c0aa"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-A4001N1-squashfs-sysupgrade.bin"; + sha256 = "5b8418950085c2976ed3eb2bb8ae9eb0163105c7fdf80ac36bf39091501a8a31"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N1"; + } + ]; + }; + AD1018-SPI_flash = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-AD1018-SPI_flash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-AD1018-SPI_flash-squashfs-cfe.bin"; + sha256 = "f0f57bc263ab39e4698cbd6089bee01c64bf98867806107c9225c0fdc9e1258b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sercomm AD1018 (SPI flash mod)"; + } + ]; + }; + AGPF-S0 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-AGPF-S0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-AGPF-S0-squashfs-cfe.bin"; + sha256 = "d3440321019cc1fb455cd49e18543a05479f3dd968dba6fe53bf00e7419279c6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + } + ]; + }; + AR1004G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-AR1004G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-AR1004G-squashfs-cfe.bin"; + sha256 = "c486286dfe17b936bfeff041dae06a2c11703821a1b22a6ff54e9769db170bd4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asmax AR 1004g"; + } + ]; + }; + AR5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-AR5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-AR5315u-squashfs-sysupgrade.bin"; + sha256 = "c959e8d03adc5c97bc9d7d46bb588ddf1b2e8d83c15349e125f0de1e8c05a722"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-AR5315u-squashfs-cfe.bin"; + sha256 = "15d6a5f0738a455a84d8b26f622aa0752af1f88e078fa76c559872238b160d77"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5315u"; + } + ]; + }; + AR5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-AR5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-AR5381u-squashfs-cfe.bin"; + sha256 = "2912cd7d3a7cbff0a7abf57d4fb79401df158ffcec2030e4f36693021302d7a7"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-AR5381u-squashfs-sysupgrade.bin"; + sha256 = "4017823c0f3dff31b285ed1ea3d6ba9be7cdc52031592e49d6019383e875b867"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5381u"; + } + ]; + }; + AR5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-AR5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-AR5387un-squashfs-cfe.bin"; + sha256 = "ed957aeb9c6e20f211975e12b356956866f799edc6bc544f3edec3d65509c5ab"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-AR5387un-squashfs-sysupgrade.bin"; + sha256 = "e30af4c8b4cc87590c115a99143e3303c0739c5c88023bd5d7aab002b6e283ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5387un"; + } + ]; + }; + AV4202N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-AV4202N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-AV4202N-squashfs-cfe.bin"; + sha256 = "386cd54f3982708b64c3214ca2897416a0521435adc006f9541c906f577002f6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG AV4202N"; + } + ]; + }; + BTV2110 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-BTV2110"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-BTV2110-squashfs-cfe.bin"; + sha256 = "d065269cab0fc872102c81d49c41f30a05879a836a8faa96b6f7e8f778ad3607"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2110"; + } + ]; + }; + BTV2500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-BTV2500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-BTV2500V-squashfs-cfe.bin"; + sha256 = "1c0e099579310ec7c2e5ec1f312d637742bf214e1551919750994c1b9597cb7f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2500V"; + } + ]; + }; + CPA-ZNTE60T = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-CPA-ZNTE60T"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-CPA-ZNTE60T-squashfs-cfe.bin"; + sha256 = "c630b0e0778dce6b9c0ae92b829d503121582d9c6322122e27bb8a2feb793ea0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA642-type (CPA-ZNTE60T)"; + } + ]; + }; + CPVA502PLUS = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-CPVA502PLUS"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-CPVA502PLUS-squashfs-cfe.bin"; + sha256 = "ea96bf3cdba317a9e1ae09ff51520314846324a937480e23637ed4d1a995131d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA502+"; + } + ]; + }; + CT-5365 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-CT-5365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-CT-5365-squashfs-cfe.bin"; + sha256 = "b0ccf3e5a049733ed995e11a95f5260812b63759f18d5d048af6aa30da92d6b3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-5365"; + } + ]; + }; + CT-536_CT-5621 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-CT-536_CT-5621"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-CT-536_CT-5621-squashfs-cfe.bin"; + sha256 = "9756b6cfaefb84c250ae1d4f85a673e28d6226740d3d0d928298d0cd7b1d90c1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-536+/CT-5621"; + } + ]; + }; + CT-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-CT-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-CT-6373-squashfs-cfe.bin"; + sha256 = "883a7908da111d8889a7ece4e35329146fbd1b26e81d7cf64d560931c0111bdc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-6373"; + } + ]; + }; + DG834GT_PN = { + device_packages = [ + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-DG834GT_PN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-DG834GT_PN-squashfs-cfe.bin"; + sha256 = "cb76590003f9b2b85d8e33ca2f70131e39bf8c2807c3722e2fe7e563280831b8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DG834GT/PN"; + } + ]; + }; + DGND3700v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-DGND3700v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-DGND3700v1-squashfs-factory.chk"; + sha256 = "5255812cf327cdb6919b33ad6c40fa56de95311046b7fbb066309397a62cc5a6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-DGND3700v1-squashfs-sysupgrade.bin"; + sha256 = "720d3b941ea8e3617618d6a6ee9065b8a5ade40c4d18fdb77308808cc97d4432"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3700 v1"; + } + ]; + }; + DGND3800B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-DGND3800B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-DGND3800B-squashfs-sysupgrade.bin"; + sha256 = "b2cc44d96a8c966468127d4039db707d253cd71e61eabf50c03e873bf3cef60f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-DGND3800B-squashfs-factory.chk"; + sha256 = "66ea58854edf1fc47e6b65411b4b54d422ef3c0d20684834d90f93189660d969"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3800B"; + } + ]; + }; + DSL2640B-B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-DSL2640B-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-DSL2640B-B-squashfs-cfe.bin"; + sha256 = "70c26a4568bae77639a6712374bbf9bdc7280a07bfe94f1bb841f7c9b4075122"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640B rev B2"; + } + ]; + }; + DSL2640U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-DSL2640U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-DSL2640U-squashfs-cfe.bin"; + sha256 = "b2221d92231631774fed9716078793cbcb2673bc7739406bdabb8b495dfeccab"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640U/BRU/C"; + } + ]; + }; + DSL2650U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-DSL2650U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-DSL2650U-squashfs-cfe.bin"; + sha256 = "a0d7fab4c37f1e45ecb0e80f8ff5dae4f10c1d72175691477e7f890babe5381d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2650U"; + } + ]; + }; + DSL274XB-C2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-DSL274XB-C2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-DSL274XB-C2-squashfs-cfe.bin"; + sha256 = "8a2d19a3392f9591bac09f5e2c1158205515222763031cbe9fc5cd332ffc64ab"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C2"; + } + ]; + }; + DSL274XB-C3 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-DSL274XB-C3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-DSL274XB-C3-squashfs-cfe.bin"; + sha256 = "e82f2237e7b3838b5f664649db4b3dc7e67d3213b847c31f5487318160ac9da2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C3"; + } + ]; + }; + DSL274XB-F1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-DSL274XB-F1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-AU.bin"; + sha256 = "20decd5d36142da1b11458a537ee1c41acd6a9b28c2e81bacfa75f69f58a81ce"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-EU.bin"; + sha256 = "12590bf506fb262a66b4e9be2947c3566fdf9fab7688ff1170df10a8cbdcb33c"; + type = "cfe-EU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev F1"; + } + ]; + }; + DSL275XB-D1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-DSL275XB-D1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-DSL275XB-D1-squashfs-cfe.bin"; + sha256 = "5e3a954d5caaa4d29e42ad87e534ccd64644c4000c1254c67b3c5d237131ab6e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2750B/DSL-2751 rev D1"; + } + ]; + }; + DV-201AMR = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-DV-201AMR"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-DV-201AMR-squashfs-cfe-old.bin"; + sha256 = "d8ed641588ba4a7a709e4fa157170255cbdf6e1caa317d81b4fcd7385c2e6e87"; + type = "cfe-old"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Davolink DV-201AMR"; + } + ]; + }; + DVAG3810BN = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-DVAG3810BN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-DVAG3810BN-squashfs-cfe.bin"; + sha256 = "c0fc4d40753f20b1e881560f09470f9b39ef3c48ace9c2cd678de993016059fb"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DVA-G3810BN/TL"; + } + ]; + }; + EVG2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-EVG2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-EVG2000-squashfs-sysupgrade.bin"; + sha256 = "623f5bf70407036c47953219235f6fff3ebc9b795c79b03a3a30bf624ade64f7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-EVG2000-squashfs-factory.chk"; + sha256 = "daddb5ccd39a832a02ba3f7c95c64673eede87a763629b37e3cba3c272fef6e3"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear EVG2000"; + } + ]; + }; + F5D7633 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-F5D7633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-F5D7633-squashfs-cfe.bin"; + sha256 = "0f4cb5cb70e393c9230b0e159104011142a30412d37dc837d3756e6aa8531b85"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Belkin F5D7633"; + } + ]; + }; + FAST2404 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-FAST2404"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-FAST2404-squashfs-cfe.bin"; + sha256 = "110c1c37af1e48152bbfd5b0727881eb50d751ac1b5b75432a46515ac99ed891"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2404"; + } + ]; + }; + FAST2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-FAST2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-FAST2504n-squashfs-cfe.bin"; + sha256 = "2b149045721b587021459b120a4797dffe72fbeacc729260a4a6f209f2ae2530"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2504n"; + } + ]; + }; + FAST2604 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-FAST2604"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-FAST2604-squashfs-cfe.bin"; + sha256 = "3987e3c154912ea1132636449179e0c8716c8e2ec1034aeddfe858167d7b0d63"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2604"; + } + ]; + }; + FAST2704N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-FAST2704N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-FAST2704N-squashfs-cfe.bin"; + sha256 = "c782d129c1fc08d94b755400435f61bc736ecccdc400a0d71b7e61728ea6b917"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704N"; + } + ]; + }; + FAST2704V2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-FAST2704V2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-FAST2704V2-squashfs-cfe.bin"; + sha256 = "d5ced54a67d016272c044bd0edaaa2c75ff1355109678243483e58ef7701e5eb"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704V2"; + } + ]; + }; + GW6000 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-GW6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-GW6000-squashfs-cfe.bin"; + sha256 = "f8ac29ab6aa8c5a7787b8192666d6678c2cf0fc70f37a7582a5322f09ccbed30"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6000"; + } + ]; + }; + GW6200 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-GW6200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-GW6200-squashfs-cfe.bin"; + sha256 = "ba197c7f64e39d3919590200e8990ed26a65c008676768a707ec5a06d4bd1532"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6200"; + } + ]; + }; + HG520v = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-HG520v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-HG520v-squashfs-cfe.bin"; + sha256 = "84552bb818f8b1e2031af423a142fe84f4b1175a0ecf4ce6ca2119ff49060bea"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG520v"; + } + ]; + }; + HG553 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-HG553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-HG553-squashfs-cfe.bin"; + sha256 = "540906280e2379a9cd4bc43f93a940312b75a69fde0e3306f89bc7fd5c733617"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG553"; + } + ]; + }; + HG556a-A = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-HG556a-A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-HG556a-A-squashfs-cfe.bin"; + sha256 = "75e265f11f5033ade856393a6b1ad5a4da38944d5b19116dcfa3cb67ebb8af6e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev A"; + } + ]; + }; + HG556a-B = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-HG556a-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-HG556a-B-squashfs-cfe.bin"; + sha256 = "363b749ad195032b6ba16746871c516ee500c5e771ed0037115efc210e34145f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev B"; + } + ]; + }; + HG556a-C = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-HG556a-C"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-HG556a-C-squashfs-cfe.bin"; + sha256 = "cd2a13101941cb63009dfb264eaf21c3bd04a33fe7fbd02f8864d00bc5e3eea7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev C"; + } + ]; + }; + HG622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-HG622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-HG622-squashfs-cfe.bin"; + sha256 = "954cfc8786720d58ce59a804c2ace790f7ea9a52b1b3974957a319a887237a7b"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-HG622-squashfs-sysupgrade.bin"; + sha256 = "de5f8f0d13502f950a2857233f6807dcd46f0c55f4bad3c6f30b9a4a39e60434"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG622"; + } + ]; + }; + HG655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-HG655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-HG655b-squashfs-cfe.bin"; + sha256 = "70cb0051b3bb9dc772cc9c7ddce207e1bbb9f6f84e11cdbc4f8c156e89a2b994"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG655b"; + } + ]; + }; + HomeHub2A = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-HomeHub2A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-HomeHub2A-squashfs-cfe.bin"; + sha256 = "69c1570c10d59eea797598db87e0f715d05f01593fa27a0e82fc99b2bfe73912"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Home Hub 2.0 A"; + } + ]; + }; + NEUFBOX4-FXC = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-NEUFBOX4-FXC"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-NEUFBOX4-FXC-squashfs-cfe.bin"; + sha256 = "f12c27c162501cbb77b6cc2b4e16acca6dd5d8a3f94c375dafb2efb4e5834dbe"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Foxconn)"; + } + ]; + }; + NEUFBOX4-SER = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-NEUFBOX4-SER"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-NEUFBOX4-SER-squashfs-cfe.bin"; + sha256 = "7d407e0dbdc0cb035c92202b0b89bb8c1037cfa92ee4ff49777880fa361a291f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Sercomm)"; + } + ]; + }; + NEUFBOX6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-NEUFBOX6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-NEUFBOX6-squashfs-cfe.bin"; + sha256 = "b7193d02e250f5316194308b9ada7b72734205c282c9f88c6608436b8566db45"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox6"; + } + ]; + }; + P870HW-51a_v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-P870HW-51a_v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-P870HW-51a_v2-squashfs-factory.bin"; + sha256 = "4d2e8957b52a52bde9be9ffecb1b80f87b588ef39e616176e8e70e1c2ab0cc2d"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL P870HW-51a v2"; + } + ]; + }; + R1000H = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-R1000H"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-R1000H-squashfs-cfe.bin"; + sha256 = "e2b14080e6479f445da3913a5dd26f1f61b65314de0af15b2527db75d0fea628"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Actiontec R1000H"; + } + ]; + }; + R5010UNv2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-R5010UNv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-R5010UNv2-squashfs-sysupgrade.bin"; + sha256 = "614a7d7f795afa37d66506690cb0dabb6641444aae7778bc8eb2c58c6287d5db"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-R5010UNv2-squashfs-cfe.bin"; + sha256 = "6d552bf60f68d45b669a815440bbb8d4996b8606ece4bc72142a0ff2778d1fde"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NuCom R5010UN v2"; + } + ]; + }; + RG100A = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-RG100A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-RG100A-squashfs-cfe.bin"; + sha256 = "819cd9411537b8760de5b533259ee9dea2efec308eccc6e9675cf62b9b17d53c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Alcatel RG100A"; + } + ]; + }; + RTA1025W_16 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-RTA1025W_16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-RTA1025W_16-squashfs-cfe.bin"; + sha256 = "9ce55a098f70df8de6881d034d5418d554a8b93dd2e3b01fa6797056fb92ec68"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1025W"; + } + ]; + }; + RTA1320_16M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-RTA1320_16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-RTA1320_16M-squashfs-cfe.bin"; + sha256 = "529626aa58723a19c60cffc1c618e25b61aeaaea929f8093f0b88473c5dfa6b6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1320"; + } + ]; + }; + SPW303V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-SPW303V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-SPW303V-squashfs-factory.bin"; + sha256 = "24228e58d69ebe7476ac2e48c60f1d366ee4f8fcecb853fe6c78e8f1bb98a022"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-SPW303V-squashfs-sysupgrade.bin"; + sha256 = "f2c974c49eacb0b57237a9635141481f399af897dad3946a8e5ecbb544798494"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 303V"; + } + ]; + }; + SPW500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-SPW500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-SPW500V-squashfs-cfe.bin"; + sha256 = "f40deb892edea09be2ea0757140cbad93a8f4f59112c30bf47859ced178aa49f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 500V"; + } + ]; + }; + SR102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-SR102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-SR102-squashfs-cfe.bin"; + sha256 = "76c8c4c404fe9433fd9b56082b853c046c365d9903c81eb167fd0baa03c0353b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SKY-SR102"; + } + ]; + }; + TD-W8900GB = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-TD-W8900GB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-TD-W8900GB-squashfs-cfe.bin"; + sha256 = "977eee0a9336dacef096a5581d58e9a5d37450d45b2814e4d842e94809856d3d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-Link TD-W8900GB"; + } + ]; + }; + USR9108 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-USR9108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-USR9108-squashfs-cfe.bin"; + sha256 = "89885652aec74cf802c067438fe9e99935cc2267e82f33ace3bb274144d0d1b3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics 9108"; + } + ]; + }; + VH4032N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-VH4032N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-VH4032N-squashfs-cfe.bin"; + sha256 = "9d19a4ec82a76ca7eaa8902b25eb981bb1ddc2bcca37450e7f7d954e819888ec"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-VH4032N-squashfs-sysupgrade.bin"; + sha256 = "4c4720650f8719408eed878d3bba418d4c239b8359b86760c125faa3d731c363"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Observa VH4032N"; + } + ]; + }; + VR-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-VR-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-VR-3025u-squashfs-sysupgrade.bin"; + sha256 = "9bdb54dec3f020df1834e2aa51f6ac845c4c9b6aa6c77dceced0c2c72f77a2fe"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-VR-3025u-squashfs-cfe.bin"; + sha256 = "1f99f2d434a72a6b9f537c17b27c50ddecce0cf479aacfdcb0636fa2c600069b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025u"; + } + ]; + }; + VR-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-VR-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-VR-3025un-squashfs-cfe.bin"; + sha256 = "aefcb50e36d50b3091661c8adff86aaef2d7f3b527771fbece71098cb54ecf24"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025un"; + } + ]; + }; + VR-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-VR-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-VR-3026e-squashfs-cfe.bin"; + sha256 = "31e7f4dafa91eb85a8617287decd015af5f04f63c56bfd23b9b8abbcb1f57b65"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3026e"; + } + ]; + }; + WAP-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-WAP-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-WAP-5813n-squashfs-cfe.bin"; + sha256 = "91017f68ebab1c4c8e411da3f35eb707d3bad0247923155f7abbed9cd81ef9b1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend WAP-5813n"; + } + ]; + }; + livebox = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-brcm63xx-smp-livebox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-brcm63xx-smp-livebox-squashfs-redboot.bin"; + sha256 = "3b5dd29b019d0158d7b88f1e7ebe0b36a8dea1db02b87e8fa3906ca65a91d60f"; + type = "redboot"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Inventel Livebox 1"; + } + ]; + }; + }; + target = "brcm63xx/smp"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + cns3xxx = { }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-core" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-core" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-switch-rtl8366rb" + "swconfig" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.6-gemini-dlink_dir-685"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "daffdfe5daebf83dae8834af3c25920c659d5079e543ebe94bee8c12a68ada60"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "29873972b3deeabe2a4695637c789f5cc00b93938014a1519e40749cc1c09fed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + title = "D-Link DIR-685 Xtreme N Storage Router"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.6-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "d5db6cee9be282c52eaa3249ba926125a241e9996d3b5d38868dddf8854f5590"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + title = "D-Link DNS-313 1-Bay Network Storage Enclosure"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-19.07.6-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "b57cc5975245d87a3d5252a1c79510fa61fcd115292d9eb6e944edb5356548c3"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + title = "ITian Square One SQ201"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.6-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "bfe23b1d79353487db513dea6e62fb750e04709cbc2d51851ac52128df6fa7be"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + title = "Raidsonic NAS IB-4220-B"; + } + ]; + }; + }; + target = "gemini/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + imx6 = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "blkid" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "blkid" + ]; + metadata_version = 1; + profiles = { + apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-19.07.6-imx6-apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-imx6-apalis-squashfs.sysupgrade.bin"; + sha256 = "83b686ef059576d960734c86028bf888a191ae34530ce7c08541e42039a83c45"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-imx6-apalis-squashfs.combined.bin"; + sha256 = "b021b5b1fe4781707b54fa46744155afeec4cf54374b65930ab5839e58e32e97"; + type = "combined"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + title = "Toradex Apalis family"; + } + ]; + }; + cubox = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.6-imx6-cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-imx6-cubox-i-squashfs-combined.bin"; + sha256 = "5689d0e27bfa3beaa3258e14a8a83c2a25f4e80673904d48173b4b1b968e689b"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SolidRun CuBox-i"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-19.07.6-imx6-ventana"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-imx6-ventana-squashfs-nand.ubi"; + sha256 = "bb2b5d0fe3a47418bdfdbc5efa1c05050fd1581c18f8019d0aecc5b5270e0db0"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-imx6-ventana-large-squashfs-nand.ubi"; + sha256 = "b3ff793a2507e8f1f657080e03c60a10b3479e68425110cc08dd78ba13d05cb3"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-imx6-ventana-squashfs-bootfs.tar.gz"; + sha256 = "747aa4cbbaa9818b99ed920b66892cb8a3db2d841fdd9cfd8f123406b85a545e"; + type = "bootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Gateworks Ventana family (normal NAND flash)"; + } + ]; + }; + }; + target = "imx6/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-dwc3-of-simple" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath10k-ct" + "wpad-basic" + "kmod-usb3" + "kmod-usb-dwc3" + "ath10k-firmware-qca4019-ct" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-dwc3-of-simple" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath10k-ct" + "wpad-basic" + "kmod-usb3" + "kmod-usb-dwc3" + "ath10k-firmware-qca4019-ct" + ]; + metadata_version = 1; + profiles = { + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "fbf18e0b84ad84381e1ae3d55820574ad9009f8aa8ff93ecd182c11be3c5a467"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "3adbba3780d376cb19fa4950bfc1954ce68a8696a852bdefcfb18001b7ee3919"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + title = "8devices Jalapeno"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "ipq-wifi-alfa-network_ap120c-ac" + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "a0451ec1cd40c09489fc2ab7d760da4e5d071519106927839878f38107918487"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "77cb709421fba00c2f5c4a266cb89191da788e07303faeba59817647122f4a60"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + title = "ALFA Network AP120C-AC"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ipq-wifi-asus_map-ac2200" + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "6bf49612c9ac039ad55412feccbeffa1e74ff4e085468edb33e2fc8b6ee23051"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + title = "ASUS Lyra MAP-AC2200"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "9d24c411f93d0b2f604374854626c832ada69d395a0717ee8bc1e6520ba47fdf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + title = "Asus RT-AC58U"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "0ae53ec57d8497b80b9ad5ec164542d7e6208ff2c0535c709ae4d88624716cb5"; + type = "eva"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "1b4eceb80778633c50ca0588beeac5c8e5fe12fc06312caa4f450006fb013aae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + title = "AVM Fritz!Box 4040"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzbox-7530" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "420176165e915f96d8453c64ba095abfb800444b9b92b072153e9079ef37ae49"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + title = "AVM Fritz!Box 7530"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "c5ff957224a40c22a61ffcc2e287a8cb76400c13c060c135f8349f285c7b4db5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + title = "AVM FRITZ!Repeater 1200"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-3000" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "d83eacca1d80e43962639c26d76b274fa18d21ddfecbaa3a33d5cb011a3539e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + title = "AVM Fritz!Repeater 3000"; + } + ]; + }; + compex_wpj428 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-compex_wpj428"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin"; + sha256 = "a8cb9004551adfa5eaeca94b83f8518082a80d213cfb6334aae4f16faf5a7cef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj428" + ]; + titles = [ + { + title = "Compex WPJ428"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ + "ipq-wifi-engenius_eap1300" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "161d2a0d3b9a8d0d4a009f692a6119062abf96307cbfd2680aa95a620e126cb0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + title = "EnGenius EAP1300"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ + "ipq-wifi-engenius_ens620ext" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "5f70e9a90b986f2a6dee576de0c1701575e405f9cd3807c15334395c1b7b3298"; + type = "factory_35"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "0cb8b0748af28301a814e8669dc2c1838401747ddb4c6a298ba8da8be033252c"; + type = "factory_30"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "5b1ff63b207955c266ced53aadd4cee484e17a82b6a9bf53dbb8d05f9918be40"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + title = "EnGenius ENS620EXT"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "804b8bb8a60ac645a4b6ba89ce10891fbd3a15227a27688bcf169b4a0ac01f3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + title = "GL.iNet GL-B1300"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ + "ipq-wifi-linksys_ea6350v3" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "282ff2adb4820d6a64c3efc6c340b1777d14393bad80f96a9ce539de3e4ed1cb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "a6bdef4ddb7d9e6188710299e5d9f678ce5794dd41af5e42ad043ede73e2e23f"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + title = "Linksys EA6350v3"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "uboot-envtools" + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "a085ec50e8330b0c6064062e09ddb44499cbef58e7d925cab7b77b20c4f23f2a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "5e8249fd1512793585894afc5a13b7a331afc53e7b7df757a7c65204f9cc4294"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + title = "Linksys EA8300 (Dallas)"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "974cdb16bdbb4cfb54f8fcf1eb3968bf6af7085fed16d5045ba6b7998c4aec32"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + title = "Cisco Meraki MR33"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "9d8334a465d015d79e582c36cd1c4a0bc1d2d09dd53352b8c0b737dc037baf75"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "8ab150cb8dd110027134466eefe1cf44d168163af3957ef1c02c521718fe6604"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + title = "Netgear EX6100v2"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "a72123aebeda830a83c055bb57ba2dbf95bdfed060a70b484f4804b0b33f2226"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "c01f136347931a6b79c40a458e61ac6d63918754ff36b6d5aa910cc7eddf88b9"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + title = "Netgear EX6150v2"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "320dce04814d5ac562327b8a386a75f19b966aff69e9546bf2d592a825ea2289"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "9a910a942fb970f213ad5e4748cd2a86f43dfce92ae75ff469db8eb82a738a5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + title = "OpenMesh A42"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "26fc9309be26185fd2b175ef1e11c82fc901f243fe7b467dac9b7865d3f8dd42"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "6bc04229b3c7c9c54cd94921198b138ff895c103b577fa08641c1e7f52c9cd24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + title = "OpenMesh A62"; + } + ]; + }; + "qcom_ap-dk01.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-qcom_ap-dk01.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-qcom_ap-dk01.1-c1-squashfs-sysupgrade.bin"; + sha256 = "3352d32a89a2f6604f4a7e83ecfcb3e6be19dbd1c428050c47e1d578cb5ffdca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk01.1-c1" + ]; + titles = [ + { + title = "QCA AP-DK01.1-C1"; + } + ]; + }; + "qcom_ap-dk04.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-qcom_ap-dk04.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-factory.ubi"; + sha256 = "840679ca6b31a24d426ca3112624fc54f65be6e22c7bb759db12339c029bc7b3"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-sysupgrade.bin"; + sha256 = "63e0494989e7260390e28cfa388cecf2344c1365b37454522e62e003015c4dd2"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk04.1-c1" + ]; + titles = [ + { + title = "QCA AP-DK04.1-C1"; + } + ]; + }; + qxwlan_e2600ac-c1 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-qxwlan_e2600ac-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"; + sha256 = "f9b8869452482d884820051392932751612338337d8de2e14b2bb21bd907062d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c1" + ]; + titles = [ + { + title = "Qxwlan E2600AC-C1 (nor flash)"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "2730e5244e86a2b75e27471e1075e6be023246a4dcf2c658629eac0bb1d2d5fe"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "24308496910cba07843927d75863f82c54ab8f92e866fcf918c80cfb99bd0d65"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + title = "Qxwlan E2600AC-C2 (nornand flash)"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "uboot-envtools" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "6d954526dc833e9388975f5c066226f0307f7fe3e32f2025f8f1fec21b5a1398"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "cc1c306bb0e2f13fc44765e1bf34e3c2118ac7d192b30d058b092ee320e79052"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + title = "ZyXEL NBG6617"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-19.07.6-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "bc1d0eee8e7c8cd2af905fc3a80037e655b9bbd8fe5857697a3cf968bd547603"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + title = "ZyXEL WRE6606"; + } + ]; + }; + }; + target = "ipq40xx/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-usb-dwc3-of-simple" + "kmod-usb-phy-qcom-dwc3" + "kmod-ath10k-ct" + "wpad-basic" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-usb-dwc3-of-simple" + "kmod-usb-phy-qcom-dwc3" + "kmod-ath10k-ct" + "wpad-basic" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.6-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "386db6f5e5066677206f00c96d01c4d61d34e602b281bcf991d3feeb08942997"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + title = "Buffalo WXR-2533DHP"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.6-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "8fc8ce83297db7ce4c9397e8e02d401ac1ed05ac1349dbbf6dccab85475953ee"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "68e780a8ab307cea9198bb05e7c9362b64e5d39db04cd8bfa6d43e20ff166b6b"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + title = "Compex WPQ864"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.6-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "71039f09bd65abfec7b27043003530473e017d1d63ab6a33d2eb3e34eae27977"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "60e75862a9a308c5771be30d1800ba209f45f2953578a0056615fd6b5bbc36fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + title = "Linksys EA8500"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.6-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "16756126278c67e4df7df39fb623c58878556cb70eafd4c038cd085eb9923993"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + title = "NEC Aterm WG2600HP"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.6-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "c3520d0076266b11ee4c8910f013ebbfe19a39107544ecd7c30bee9559ad2bd6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "62c6b959d0295997c6ab4c0157d7b3ce752082a836e3afe9dd56daf65778cc10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 D7800"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "e2230b3e4e1134479d3f4e154043a0ecaae332489fd9803e8e33019c74e61b43"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "26c5bcb24573814fb30df88d7c7822570c6d152639d905da413040625e8690c7"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 R7500"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.6-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "2def29906d9359f3edaf16cec197c307687ad914d3afe1979f68b5be5cb37d0c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "6b1684bc544242016ca69b9b2484845f7c45eb1690227fd2138361fbd046b7bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 R7500v2"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-19.07.6-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "8918cc69112eb1e936c24c16599dd03065563cd2da9e5f3944485323a323e6b0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "0ee91ae6c8c45193a000c88a1f8baa85f42721639905c16d7394ef4d9e1f232c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + title = "Netgear Nighthawk X4S R7800"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.6-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "e5aeb5de93e0eb01da27ffd2129c2a7656fc71faca393345c0fbdb1b482b7dd0"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "dfbc812c484cfbe3d07e709973cf66b0841efc55602e83899a93a70f3ccca2e7"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + title = "Qualcomm AP148"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.6-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "e6f251612e26b30afe7f0ec14df9d7fe07fdf8ef790859244f97be80f0b6fcd6"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "69ca8b789cb46a85edaaf084d6824e3b68f1a462144fc684e52f3de38f236104"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + title = "Qualcomm AP148 (legacy)"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.6-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "4e9fc40c2fd166805fe679c236fcc2da8b3028ea727c0546ffa2aaa1dcbb18b1"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "e387de63b60eebafcf0b46251897a215a7cf50c8c4ab4105e3bafb9f0978eaeb"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + title = "Qualcomm AP161"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.6-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "91811cb01c386eda8e9fc324d6b9c6ba73f485aed15d1c9169825742d78eea3c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "eee3bf7d0173251fa7deab0585ce0f9cde283a9dcead59b3dd2b9d1b967ba1c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + title = "TP-Link Archer C2600"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.6-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "1b6f330edeb32e4a41bdf52f869d311748491cf71681fc7775671f38e64ab46c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + title = "TP-Link Archer VR2600v"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-19.07.6-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "b8224277a266faebcf608dab64f00bac8950e2befbb7640bdef321cae47bf4c0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "ee90873de484f779baff0848f2f7aaf504a6fc0594d3aa0cddc00ce50893ceb4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + title = "ZyXEL NBG6817"; + } + ]; + }; + }; + target = "ipq806x/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + cisco_on100 = { + device_packages = [ + "kmod-i2c-mv64xxx" + ]; + image_prefix = "openwrt-19.07.6-kirkwood-cisco_on100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "ba474db8ce99c47138954110ff8aae0536705dff80a622d0ad4454f68afa34d0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "c2ce3f93b5006a2a0e2a2f1c43810efba2b5afd0b0f9dff8f4438f15cb1077f5"; + type = "factory"; + } + ]; + supported_devices = [ + "cisco,on100" + ]; + titles = [ + { + title = "Cisco Systems ON100"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "deaef53a70df95537898bc4c0ead82ddd40cfdd82fd43a0cea91bf1f2b74b927"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "383459dc7700085da4104a03ca587f101d1034fb09c1df3a457db95b6ddaab6e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + title = "Cloud Engines Pogoplug E02"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.6-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "96a65beb7dd4935f3acbd79ef0bd19fa6fb9b1b9d9e9e2cfb20f70429acece7b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "0a556b856940c794c371a149263627dd8c8cde0248ddbf239f04b869912eda1f"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + title = "Cloud Engines Pogoplug V4"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "ca147c7942ec341c3d6c41a02c79daae4651743a82d1534f529b220838dd64b2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "dd42750608e6bf56704846062871fbc7ff883e664e188f6277c0cd09086ef445"; + type = "factory"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + title = "Iomega Iconnect"; + } + ]; + }; + iom_ix2_200 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-i2c-mv64xxx" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-19.07.6-kirkwood-iom_ix2_200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-iom_ix2_200-squashfs-sysupgrade.bin"; + sha256 = "87a7bcbdb0279bb4bbfc12abc476af37effb9aa0768054b8153e989fc3884e59"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-iom_ix2_200-squashfs-factory.bin"; + sha256 = "f614f4ed4ed6b3713d551f6b17c82157802cb68af0e3fd0efe0b8986fc64c3cc"; + type = "factory"; + } + ]; + supported_devices = [ + "iom,ix2,200" + ]; + titles = [ + { + title = "Iomega StorCenter ix2-200"; + } + ]; + }; + linksys_audi = { + device_packages = [ + "kmod-mwl8k" + "swconfig" + "wpad-basic" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-kirkwood-linksys_audi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-linksys_audi-squashfs-factory.bin"; + sha256 = "b5f80b0aebb31547e653cfaaa261233d6abf0436654618c672c3eda24dd2b9fa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-linksys_audi-squashfs-sysupgrade.bin"; + sha256 = "2c9c2cd5de535c43b903cf191cc4964b569514758a11edbc5682f3c5d1a5fd0c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + title = "Linksys EA3500 (Audi)"; + } + ]; + }; + linksys_viper = { + device_packages = [ + "kmod-mwl8k" + "swconfig" + "wpad-basic" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-kirkwood-linksys_viper"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-linksys_viper-squashfs-factory.bin"; + sha256 = "5a61f48fdc252e6814656a49ee3b7968b5759f0a59bd5fd207595a4f6f8fc954"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-linksys_viper-squashfs-sysupgrade.bin"; + sha256 = "f9181c864974673f2a649f16a5dfd90bb0b6ae6b9f04059ab58988e9eb6c3ff0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + title = "Linksys E4200v2 / EA4500 (Viper)"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "1c12f698f77621f65c2d79e69de04aa3754b6a2d0f5703dc9c27dd73816a8005"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "b96e110d84f71994af3dcb8c593c5e39d3ca80015fc58afc48aafb25afec9978"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + title = "RaidSonic ICY BOX IB-NAS62x0"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "75b96e7119a03aa66967e62df9aac2d98b54c54e39d6dd503128c80c4a82856f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "48d4d271f4dc2ffb2a3db05f92fae2001bb6642d46ac3ff528960d5bad3b0829"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + title = "Seagate FreeAgent Dockstar"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "df70ab56165b7e9e883051e9a0ff33bce53c149ca3a51944fe8cdbd778db45c2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "ee28be523c99b4a74e945204ccf96a09ae67fceee2827d862c1962eacafa7611"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + title = "Seagate GoFlexHome"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "f667f5aea8d3a9477ebb9e29b934a912f72e51f913df9e3376506352a1d3e7ec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "b0d7e4812cb26f7e1189a2cc27dc0ee00507caf7259512c711631a0f52801641"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + title = "Seagate GoFlexNet"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-r8169" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-19.07.6-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "d707b7c254e4c020103153d4332f7e4276245247582ad0e982f00376579c7895"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "24364a50fdff3e8e7f88db6b5b3f4502a86164cba240acbfa566a110ecd2c884"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + ]; + titles = [ + { + title = "ZyXEL NSA310b"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.6-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "012b8ae696147af0ea89f4bb933474e15f483a8c2a0058d92275135a73151e38"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "a6fca1fc43f492eac4a00dc4a88dcc0771a5231f2216314bc516709c44162a0c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + ]; + titles = [ + { + title = "ZyXEL NSA325 (v1 and v2)"; + } + ]; + }; + }; + target = "kirkwood/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + lantiq = { + ase = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + allnet_all0333cj = { + device_packages = [ + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + ]; + image_prefix = "openwrt-19.07.6-lantiq-ase-allnet_all0333cj"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-ase-allnet_all0333cj-squashfs-sysupgrade.bin"; + sha256 = "cfa59d2758ba744e06eba71a4ef2ded05e748834fbdc5d6825f62500bf08c2e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all0333cj" + ]; + titles = [ + { + title = "Allnet ALL0333CJ"; + } + ]; + }; + netgear_dgn1000b = { + device_packages = [ + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + ]; + image_prefix = "openwrt-19.07.6-lantiq-ase-netgear_dgn1000b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-ase-netgear_dgn1000b-squashfs-sysupgrade.bin"; + sha256 = "71cf2830ca62b4db4db681fc5a9b8797c17c28b0aaca4fcb601b8a25b6583a48"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn1000b" + "DGN1000B" + ]; + titles = [ + { + title = "Netgear DGN1000B"; + } + ]; + }; + }; + target = "lantiq/ase"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + falcon = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-heartbeat" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + lantiq_easy88388 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-lantiq-falcon-lantiq_easy88388"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-falcon-lantiq_easy88388-squashfs-sysupgrade.bin"; + sha256 = "427dbfc452da54a6a8b94f6f7b013ef502a6c8504c4681698673a9d0ce44c369"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy88388" + ]; + titles = [ + { + title = "EASY88388 - Lantiq Falcon FTTDP8 Reference Board"; + } + ]; + }; + lantiq_easy88444 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-lantiq-falcon-lantiq_easy88444"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-falcon-lantiq_easy88444-squashfs-sysupgrade.bin"; + sha256 = "8c380a393e34936aa91b8024044607d4f4fbae30674a22c9ecf85dfb4dbbaf4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy88444" + ]; + titles = [ + { + title = "EASY88444 - Lantiq Falcon FTTdp G.FAST Reference Board"; + } + ]; + }; + lantiq_easy98000-nand = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.6-lantiq-falcon-lantiq_easy98000-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-falcon-lantiq_easy98000-nand-squashfs-sysupgrade.bin"; + sha256 = "421195cb5d35773298e1974ddf7432ae1b6cdec33a7f08214a66f82a26145723"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-nand" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board NAND"; + } + ]; + }; + lantiq_easy98000-nor = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.6-lantiq-falcon-lantiq_easy98000-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-falcon-lantiq_easy98000-nor-squashfs-sysupgrade.bin"; + sha256 = "67bbc9a8dd362792e996c94603eb366276bb5c23c8734eff939986f02cbb3523"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-nor" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board NOR"; + } + ]; + }; + lantiq_easy98000-sflash = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.6-lantiq-falcon-lantiq_easy98000-sflash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-falcon-lantiq_easy98000-sflash-squashfs-sysupgrade.bin"; + sha256 = "94e4ee2edce1b6ce9e829d5d9e5e994acd7eb1fb448c4588d2ed433aa9228ae3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-sflash" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board SFLASH"; + } + ]; + }; + lantiq_easy98020 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-lantiq-falcon-lantiq_easy98020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-falcon-lantiq_easy98020-squashfs-sysupgrade.bin"; + sha256 = "1b8857f65b128d443b4a3061984a4ce99ba604013580dcef9c8903c82302a436"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98020" + ]; + titles = [ + { + title = "EASY98020 - Lantiq Falcon SFU Reference Board"; + } + ]; + }; + lantiq_easy98020-v18 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-lantiq-falcon-lantiq_easy98020-v18"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-falcon-lantiq_easy98020-v18-squashfs-sysupgrade.bin"; + sha256 = "39b27670dffb4d64398aa025ee2d88d5710b28cec8de6097919181c63ca95d9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98020-v18" + ]; + titles = [ + { + title = "EASY98020V18 - Lantiq Falcon SFU Reference Board V1.8"; + } + ]; + }; + lantiq_easy98021 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-lantiq-falcon-lantiq_easy98021"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-falcon-lantiq_easy98021-squashfs-sysupgrade.bin"; + sha256 = "e48a357ddc6fa4b186a513ebbd5bb32cc9818bbd81d133db9b852d00deb121e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98021" + ]; + titles = [ + { + title = "EASY98021 - Lantiq Falcon HGU Reference Board"; + } + ]; + }; + lantiq_easy98035synce = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-lantiq-falcon-lantiq_easy98035synce"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-falcon-lantiq_easy98035synce-squashfs-sysupgrade.bin"; + sha256 = "b94c4be07adca2648456bcd767d3898912776bcf4a732ca71e65509dc5582944"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98035synce" + ]; + titles = [ + { + title = "EASY98035SYNCE - Lantiq Falcon SFP Stick with Synchronous Ethernet"; + } + ]; + }; + lantiq_easy98035synce1588 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-lantiq-falcon-lantiq_easy98035synce1588"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-falcon-lantiq_easy98035synce1588-squashfs-sysupgrade.bin"; + sha256 = "93f066ac0fa604677e5d77ccb9a31d37d62f8c5ff8ef43822d2521ae78118953"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98035synce1588" + ]; + titles = [ + { + title = "EASY98035SYNCE1588 - Lantiq Falcon SFP Stick with SyncE and IEEE1588"; + } + ]; + }; + lantiq_falcon-mdu = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-lantiq-falcon-lantiq_falcon-mdu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-falcon-lantiq_falcon-mdu-squashfs-sysupgrade.bin"; + sha256 = "53903a630aac22fdee0a159b72ac1080f848eba23a61754862a6b21408965d6d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,falcon-mdu" + ]; + titles = [ + { + title = "MDU - Lantiq Falcon / VINAXdp MDU Board"; + } + ]; + }; + lantiq_falcon-sfp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-lantiq-falcon-lantiq_falcon-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-falcon-lantiq_falcon-sfp-squashfs-sysupgrade.bin"; + sha256 = "4e2620c75c67a5f01a1cb305c911e309452de1e2f798a4364a2b627bb90ced01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,falcon-sfp" + ]; + titles = [ + { + title = "SFP - Lantiq Falcon SFP Stick"; + } + ]; + }; + }; + target = "lantiq/falcon"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "ltq-vdsl-vr9-vectoring-fw-installer" + "kmod-ltq-vdsl-vr9-mei" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-atm-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-deu-vr9" + "ltq-vdsl-app" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "ppp-mod-pppoa" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "c808d42606aa0c1e3ef7fbb10fe974c724fdc5afe6b5bbb5d879929b01bee7c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + title = "BT OpenReach - ECI VDSL Modem V-2FUb/I"; + } + ]; + }; + arcadyan_arv7519rw22 = { + device_packages = [ + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-arcadyan_arv7519rw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-arcadyan_arv7519rw22-squashfs-sysupgrade.bin"; + sha256 = "ba64f68bee7009455b8c1de6d91f0fd9abcf2a795fdeffeb5b2be7c2fbd4b124"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519rw22" + "ARV7519RW22" + ]; + titles = [ + { + title = "Livebox Astoria ARV7519RW22"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "84162c722317c0c649033e8cbb76912badc2947fd287afc1143263936848de19"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + title = "BT OpenReach - ECI VDSL Modem V-2FUb/R"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"; + sha256 = "b3331746bb67e14db9c67d28c2557b2df7df3688fe1b1e5916ed2779f8e4f8eb"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + title = "o2 Box 6431 / Arcadyan VGV7510KW22 (BRN)"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "d8d72b3a48f8c7bda8602192758868f87cbd8c92341ce52daa374123c93a7c0c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + title = "o2 Box 6431 / Arcadyan VGV7510KW22 (NOR)"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"; + sha256 = "87e5ef3d1d16acc3bc9f2904edcbdd1512cfc68de28b9138432d23805a873486"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + title = "Experiabox 8 VGV7519 (BRN)"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "abb3545d97080ab49c84c2329477194acd1a791e656243a0cf2b1dd48dfd8b39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + title = "Experiabox 8 VGV7519"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "c9d2a92d0d12494705286790cc2790b78ef668a484a2a58a2dd6a6194bd8c409"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "47572274ef825a63c32a7554fa1366621d5be7589a601b331adae8200a92dd7e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "4bff804263595746290892c94f9703af6d0b58ff48f3735d5d753ace81bed983"; + type = "eva-kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + title = "AVM FRITZ!Box 3370 Rev. 2 (Hynix NAND)"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "28ac0bb4cf25abc3d6c2c107be3056ccc3fafc0da33f1873bdd3b3e83231576d"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "7745ae4d56a773f0ab0212602018f332ec502af45c6bc1a20076f828e3e51e3b"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "23716c579ab430193f5d01e61186c45df90f8c2f272b0c209c6a281bb93d673a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + title = "AVM FRITZ!Box 3370 Rev. 2 (Micron NAND)"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "84ac7446173b4768d66dd7e9ff77443abe5fccf0b3f03376dca630134d0e14ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7360 SL"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "f1ae39d7f47d084a2cf4f8fbb749a2d69e9db824ec39775f29c0121e565f4c1f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7362 SL"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "e742614b048323428692588697f02522e5624b78475fbdd4c3c5eac163f12065"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7412"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "257b2dcb9d1a265bdb75868ff79652dbf0c19cd068298bf9de6343e03fa2fac5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + title = "BT Home Hub 5A"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "9a4db29d25ebd5be875d160968c419f5c4375ab0eeb9a43eea4314300bfbf3db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + title = "Buffalo WBMR-300HPD"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "ad7946dafe45edb161aee7fdc9135af73611b6f847c4eadd7e6da413ee136005"; + type = "fullimage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "d67d442e6f3e37c90f66293e3c93d3a4e65a25da1ae7429c8f0b71b978ab5e07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + title = "Lantiq VR9 - EASY80920NAND"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "748b5ff1f5adb9bf75fe7ab5c36dc5337eceecfae5d3a75712fb3b2f6df99f8f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + title = "Lantiq VR9 - EASY80920NOR"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "9ac18798a23ee4b6c890cd3d1a54b1b3aeef84bfcf7f5eca11ce42ab60f86dca"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "92dad4ba6bcfd2116de116b95981b58b58b815f0e6c21123c92b865b2b9bd58b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + title = "Netgear DM200"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "be5f0c88a5b51bddfbcd535c4d34c1b19a50a141e5e800860b4da0196d2dc007"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + title = "TP-LINK TD-W8970"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "2e73c1ddd7d280c4155453ee5c3f4d54451f47c8c5f4f496e42a263d7c294604"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + title = "TP-LINK TD-W8980"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "f151d8ab4a47787319575038df59f9bd9bfa39f9e39af80d89c0ce23cca03c03"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + title = "TP-LINK Archer VR200"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "b77b465aabd3357722690e809f5dddfbb16c2facd468f0308524502c1e132a89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + title = "TP-LINK Archer VR200v"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "e926a5d06093cd836b9655b7a7ae81116fbf3c7ef32400749f8bbcbebd5580e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + title = "ZyXEL P-2812HNU-F1"; + } + ]; + }; + zyxel_p-2812hnu-f3 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xrx200-zyxel_p-2812hnu-f3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xrx200-zyxel_p-2812hnu-f3-squashfs-sysupgrade.bin"; + sha256 = "dd88130bcc08006e06a6c7e16da663bde7e4cbedad6e607f82ed31a8fad2d2bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f3" + "P2812HNUF3" + ]; + titles = [ + { + title = "ZyXEL P-2812HNU-F3"; + } + ]; + }; + }; + target = "lantiq/xrx200"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "f88da2ef0df21affab3d576174209312e825070b1aa207be4671ea9c63f9d86c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + title = "Wippies, Elisa - ARV4510PW"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "50b2723b16cfaae9a0a3c0e4d52d6d3aff6372444c77f8e70f17ba90d2895133"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + title = "Alice/O2 IAD 4421 - ARV7506PW11"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "9d5a61619d483435728adb21cac32f0ebc73fe6ed2710ea99a14188114900268"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + title = "Astoria - ARV7510PW22"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "b08c1ac5b727fbbf938df3982b67b4578158f8b879f7dde882567452a8097063"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + title = "Astoria - ARV7518PW"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "a36aa5e31d1a980b30e524026263865d6f48e8a2b631971f254376268e8c66d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + title = "Astoria - ARV7519PW"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "2b1bc99d6f53e2bcda2bc5b70b9b0cad41a41b0f187f1ca58bfd059e953be296"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + title = "Easybox 802 - ARV752DPW"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "bd138f7557d3d0a1f49a22e2076639809171c9b1e7a1737005fedc6587bfe957"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + title = "Easybox 803 - ARV752DPW22"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "bd7c87e0f460f27740ac98f1f7d66957b942c1b28220a0fdb6f3e27e69cdb427"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + title = "Speedport W504V Typ A - ARV8539PW22"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "7290ec4eea7a872b9f468d24d3bee6882ec86576e5eceae10b7ef020b5b87da2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + title = "AudioCodes MediaPack MP-252"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "c170979cd52c14d54b3dc183f6b71007e51a370bca82b28fdb1ffb19f51837eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7312"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "8e929dac5aabad643c58a4ff842443c56db27742229e3978ee8648770120ed39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7320"; + } + ]; + }; + bt_homehub-v2b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-deu-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-bt_homehub-v2b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-bt_homehub-v2b-squashfs-sysupgrade.bin"; + sha256 = "7e374981ea6a65b7ad46ef330a7c6412f377625fabf0e6ae1839e1e9d4ebd64b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v2b" + "BTHOMEHUBV2B" + ]; + titles = [ + { + title = "BT Home Hub 2B"; + } + ]; + }; + bt_homehub-v3a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-bt_homehub-v3a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-bt_homehub-v3a-squashfs-sysupgrade.bin"; + sha256 = "c635f00314ffbcf8cd62802fc64af8551a5702c69e44b315c59de3e30d3ce74d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v3a" + "BTHOMEHUBV3A" + ]; + titles = [ + { + title = "BT Home Hub 3A"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "e8a2b5725ea6f00d5f58a59f9c6b1f509ac7de127313d6a3c628132dac54a408"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + title = "Buffalo WBMR-HP-G300H (A) - WBMR"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "da6cc71724f9c68afb7e974a555c0f898ae0e191802bdc8177d9e0dd2ec27b6d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + title = "Buffalo WBMR-HP-G300H (B) - WBMR"; + } + ]; + }; + lantiq_easy50712 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-lantiq_easy50712"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-lantiq_easy50712-squashfs-sysupgrade.bin"; + sha256 = "fda82983aa4ef2f2487ee1a0f3d8e5c07f03d442fadd8bcd58afaffc71d3e8d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy50712" + ]; + titles = [ + { + title = "Lantiq Danube - EASY50712"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "5cd109882df833ff103111e606547db8551f38b32df07a61ae097a91181783d7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "d720eedcea7fdc91fce08a8a3a6539ff721e3b60f1ff1e194fb533c53a4f50fb"; + type = "factory-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "5f7a5cceeb70c8f9f548bf09bf1cb4ba98cb3aacc3c70977cf45cf7382cc788c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "fa5aa2332bdea59e916bd5111de9b901ffa9264add69883c7996282e976d713a"; + type = "sysupgrade-na"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + title = "Netgear DGN3500"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "ddc3e2636938d411cdb3ac4301220352bcc7306ea91fb45cea496bd7b98324e0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "0908ccefd4a670d86e4dc8832517ad3a1322f5d3a213072c8c41cf692b9eac08"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + title = "Netgear DGN3500B"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "61e1d226af6b60150028c0a02fd5c30863aae0d30c81a85c3368335aa5364d25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + title = "Gigaset sx76x"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "ad4f27b48fd58b094efaffbacb91dd31677968ad6ab62028ebbd40baaaecebb9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + title = "ZTE H201L - H201L"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "c76a2f621185dcddc71e7c8fbfef4ffd73e3453d624a1e3a7eedf6e33f85d166"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + title = "ZyXEL P-2601HN-Fx"; + } + ]; + }; + }; + target = "lantiq/xway"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + ]; + metadata_version = 1; + profiles = { + ls1021atwr = { + device_packages = [ + "layerscape-rcw-ls1021atwr" + ]; + image_prefix = "openwrt-19.07.6-layerscape-armv7-ls1021atwr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-layerscape-armv7-ls1021atwr-squashfs-firmware.bin"; + sha256 = "e5dcc3dea45ada54a95bce0eee2764ca24ba8a71375c311d136808a59d8601c9"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1021ATWR"; + } + ]; + }; + }; + target = "layerscape/armv7"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + ]; + metadata_version = 1; + profiles = { + ls1012ardb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012ardb" + "kmod-ppfe" + ]; + image_prefix = "openwrt-19.07.6-layerscape-armv8_64b-ls1012ardb"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-layerscape-armv8_64b-ls1012ardb-ubifs-firmware.bin"; + sha256 = "97f252e085664a505c564ff6968c629cda11fe3c9184fae3bb5f68cd49abc700"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1012ARDB"; + } + ]; + }; + ls1043ardb = { + device_packages = [ + "layerscape-fman-ls1043ardb" + "tfa-ls1043ardb" + "fmc" + "fmc-eth-config" + ]; + image_prefix = "openwrt-19.07.6-layerscape-armv8_64b-ls1043ardb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-layerscape-armv8_64b-ls1043ardb-squashfs-firmware.bin"; + sha256 = "4cf7e39f9b92006da0675896bd30ac48fd399dc4222a1bb44d511b31c6f119d2"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1043ARDB"; + } + ]; + }; + ls1046ardb = { + device_packages = [ + "layerscape-fman-ls1046ardb" + "tfa-ls1046ardb" + "fmc" + "fmc-eth-config" + ]; + image_prefix = "openwrt-19.07.6-layerscape-armv8_64b-ls1046ardb"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-layerscape-armv8_64b-ls1046ardb-ubifs-firmware.bin"; + sha256 = "b31245631e2a5ea806e59e1ab871a0c18640edba890ee6f904360cf9346e4aea"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1046ARDB"; + } + ]; + }; + ls1088ardb = { + device_packages = [ + "layerscape-mc-ls1088ardb" + "layerscape-dpl-ls1088ardb" + "tfa-ls1088ardb" + "restool" + ]; + image_prefix = "openwrt-19.07.6-layerscape-armv8_64b-ls1088ardb"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-layerscape-armv8_64b-ls1088ardb-ubifs-firmware.bin"; + sha256 = "998546ed8527f88971dfb3fd5bc726d206669b474f6b56ccd88944f826edbd58"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1088ARDB"; + } + ]; + }; + ls2088ardb = { + device_packages = [ + "layerscape-mc-ls2088ardb" + "layerscape-dpl-ls2088ardb" + "tfa-ls2088ardb" + "restool" + ]; + image_prefix = "openwrt-19.07.6-layerscape-armv8_64b-ls2088ardb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-layerscape-armv8_64b-ls2088ardb-squashfs-firmware.bin"; + sha256 = "369a6fb1c43f11a13084e90782da3a391b8942b6de7de93a7afd0cdc7bdd9d9a"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS2088ARDB"; + } + ]; + }; + traverse-ls1043 = { + device_packages = [ + "layerscape-fman-ls1043ardb" + "uboot-envtools" + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-19.07.6-layerscape-armv8_64b-traverse-ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-layerscape-armv8_64b-traverse-ls1043-ubifs-root"; + sha256 = "fef6f95705738d9f89917d6d984d2287804207a85946bccfb479afaf84a0c2cd"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-layerscape-armv8_64b-traverse-ls1043-ubifs-sysupgrade.bin"; + sha256 = "c66e95f23c9e83ec3b709667696ac5de0c41220f9f6fd1fcba96bb63baf529bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Traverse LS1043 Boards"; + } + ]; + }; + }; + target = "layerscape/armv8_64b"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + ]; + metadata_version = 1; + profiles = { + MTK-RFB1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-core" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-19.07.6-mediatek-mt7622-MTK-RFB1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mediatek-mt7622-MTK-RFB1-squashfs-sysupgrade.bin"; + sha256 = "52d7fa2e494aacac68f2170c56b7f337521ee8856b19c098e65389858e502817"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7622" + ]; + titles = [ + { + title = "MTK7622 rfb1 AP "; + } + ]; + }; + }; + target = "mediatek/mt7622"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + ]; + metadata_version = 1; + profiles = { + "7623a-unielec-u7623-02-emmc-512m" = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + ]; + image_prefix = "openwrt-19.07.6-mediatek-mt7623-7623a-unielec-u7623-02-emmc-512m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mediatek-mt7623-7623a-unielec-u7623-02-emmc-512m-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "bf4915898dc5e0e59228c8e17bf7fa7ba95b717fb974ef3f076b11c279ad21a6"; + type = "sysupgrade-emmc"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + title = "MTK7623a UniElec U7623-02 (eMMC/512MB RAM)"; + } + ]; + }; + "7623n-bananapi-bpi-r2" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mediatek-mt7623-7623n-bananapi-bpi-r2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mediatek-mt7623-7623n-bananapi-bpi-r2-squashfs-sysupgrade.bin"; + sha256 = "ce39bf129f9240a1272799b5d0c2a59d95bc9b97869fb27921eda77a38402726"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MTK7623n BananaPi R2"; + } + ]; + }; + }; + target = "mediatek/mt7623"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + mpc85xx = { + generic = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mpc85xx-generic-red-15w-rev1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mpc85xx-generic-red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "93fef509abd5769bada96cb2a8f4eddccb167b1dd951ec6822dd51c3ddb559d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + title = "Sophos RED 15w Rev.1"; + } + ]; + }; + tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mpc85xx-generic-tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mpc85xx-generic-tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "69c4ed804f3ddef323c07b84dd80bd4c19bd778a7a3d98686a9b24c398e1bd3a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mpc85xx-generic-tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "9fdccb2144c16d902c1a117ffccb807475dbe3b8abf96bc8efc3b0fc576bee02"; + type = "factory"; + } + ]; + supported_devices = [ + "tl-wdr4900-v1" + "tplink,tl-wdr4900-v1" + ]; + titles = [ + { + title = "TP-Link TL-WDR4900"; + } + ]; + }; + }; + target = "mpc85xx/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.6-mpc85xx-p1020-hiveap-330"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mpc85xx-p1020-hiveap-330-squashfs-fdt.bin"; + sha256 = "0e8feff31209f6972495f02f4bf47b65ca18d5577687747893c64c344757f245"; + type = "fdt"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mpc85xx-p1020-hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "d204255da161dc2af7377162b6079a731d1b023cd87fdb2b32abe020c7190eb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + title = "Aerohive HiveAP-330"; + } + ]; + }; + panda = { + device_packages = [ + "kmod-rtc-ds1307" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-mpc85xx-p1020-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mpc85xx-p1020-panda-squashfs-fdt.bin"; + sha256 = "3c72f0a66bd9cce126c50aca0ce3981882487dc9ab9ba59653631ebe23c0ded8"; + type = "fdt"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mpc85xx-p1020-panda-squashfs-sysupgrade.bin"; + sha256 = "57b97230e35c097212c9c3a4a53ae923c89a30bf941c2091374f358c8dcd74c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + title = "OCEDO Panda"; + } + ]; + }; + ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mpc85xx-p1020-ws-ap3710i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mpc85xx-p1020-ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "09d73d130ae1243a2947ade4f65c62eab326dae6bd63fc63cc9af259e893fa5d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + title = "Enterasys WS-AP3710i"; + } + ]; + }; + }; + target = "mpc85xx/p1020"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + p2020rdb = { + device_packages = [ + "kmod-hwmon-core" + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.6-mpc85xx-p2020-p2020rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mpc85xx-p2020-p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "4499bc6b878b9ecf48c97bd3f7a492cb6496dc9ba53bbcda118cfe0a77ada397"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + title = "Freescale P2020RDB"; + } + ]; + }; + }; + target = "mpc85xx/p2020"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "e2fsprogs" + "ethtool" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "85e1ab002f413921861ef01782c72527f91153636a1002034f6f47b002fb9b42"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "83628a8fa5f0195b241fbdd0ab0976a3019ea830f866a171129c2b1d90aaf028"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + title = "ESPRESSObin (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "5112bc844545f8baa0ae63498f7ef207709034f72f506795812432d5bde86b63"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "650fc3415550eb15d310c42d67370b03425b35d8e4cf5a078c76afe0079f704e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + title = "ESPRESSObin eMMC (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "551775065b8a22c6ae2cabed3eacdef27c18024eb9957b35c521d4af3ab5ad28"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "aeb1855d98db86d848f2219f5ae500eb1304ef75ef8bff517a1bd6a3ea9ea6b4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + title = "ESPRESSObin V7 (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "bd1722480229e659137c4764ab41c369c5731280a43bed671d10457f5b89cbb2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "97979c5f05748eddb40cb9c67f4f4b277f70b947b19d86991a969b2c945b55b2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + title = "ESPRESSObin V7 eMMC (Marvell Armada 3700 Community Board)"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "fc331c9c68b285557d339c930a0a36be285073f85b08816c7a5c5698e62ce3af"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "f05d9055a3f20797f7b4af42b7def082295860b96e29ce238ca848b85f0c7418"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + title = "Marvell Armada 3720 Development Board DB-88F3720-DDR3"; + } + ]; + }; + }; + target = "mvebu/cortexa53"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "e2fsprogs" + "ethtool" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "ec5802718562951d5ed4109ca5b82611702e8536142e5f505cdc692d0624fc0d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "60bde0c229843037d92446e56f8735056d652cf8759758231ccf33d10af166a5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + title = "Marvell Armada 7040 DB board"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "c37a8d1dc7832bae43eddd65f428d7cb0d7baadd1122b548ba437e74ab5ccb9d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "206c236f5a0acb97ac4c3499fcaf686181dda7ca34eb3ed75fd63b66d1659720"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + title = "Marvell Armada 8040 DB board"; + } + ]; + }; + marvell_macchiatobin = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa72-marvell_macchiatobin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa72-marvell_macchiatobin-squashfs-sdcard.img.gz"; + sha256 = "bca2e7022a94e44908446d932d34f24b2a9d4d85082fcbacb16fc48438355324"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-mvebu-cortexa72-marvell_macchiatobin-ext4-sdcard.img.gz"; + sha256 = "4b9d38cfcfc683683611ab7fa4e8c96e2257fefe86ee9fb18a5374e5297970b0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin" + ]; + titles = [ + { + title = "MACCHIATObin (SolidRun Armada 8040 Community Board)"; + } + ]; + }; + }; + target = "mvebu/cortexa72"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "afd37072fd12f119f72b437384f019532f0b4cd9a7c733a16b4c49b8c13b5918"; + type = "openwrt-19"; + } + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-19.07.6-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "bf27b397829a4dc6f36c8c7e190ea8d677a9d73c5b5501716424331b7181085c"; + type = "omnia-medkit-openwrt-19"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + title = "Turris Omnia"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "5660951055cec44ba612f18e078b10ff25efa1ce94a3fd1bd6b36e41c79150fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + title = "Globalscale Mirabox"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "41d172110fccf06bfadaa9d4af12d61018b09093020916f3a856c456727d42bb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "2e4e8d25cccf75fd39ebed03522dfd8a321dfd8c0024fe1b7ec470a52c7d1b60"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + title = "Linksys WRT1200AC (Caiman)"; + } + ]; + }; + linksys_wrt1900ac = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt1900ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt1900ac-squashfs-sysupgrade.bin"; + sha256 = "e2c41ae3832d648a846ec6400d12123941ffd1be8cbe49ae3718e14f94e81510"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt1900ac-squashfs-factory.img"; + sha256 = "6fb0b89229f014b516252aecc7a774437b1cf7130ab966c4e97a1db60b8ffb43"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + title = "Linksys WRT1900AC (Mamba)"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "3c1f4f508eacb0e08137d2f1ac944da0da09d91a1ee653bc37cc90ef6e9f1a38"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "81a595fe5e7a025ef8ed19f065ead094cadb162bcf641bb48ddd5915e8cf4c8d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + title = "Linksys WRT1900ACS (Shelby)"; + } + ]; + }; + linksys_wrt1900acv2 = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt1900acv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-factory.img"; + sha256 = "479a482c64e671894a28159218d15bcf0c655107cd3fd3e4c8dfd5fc22b6b897"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-sysupgrade.bin"; + sha256 = "460e78e620cda3ca76d4f5a43ef387a09f727576b5960256fe2fc1d8420d24b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + title = "Linksys WRT1900ACv2 (Cobra)"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "e7538b6275563ac9de2b8dd946d290156109bfbe7febe10c20774a969a3bd4cd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "6f96d7ead8cb9e53687cb18bff52d313a65a35a3d58921c56a545de8ced62d69"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + title = "Linksys WRT3200ACM (Rango)"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "007bbd0e38e59cb50acde0fb95ebe41edca078bdaeb3349f97bc447e2990b36b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "386a09aa71f454ef7427c257f67f2e5033f64fe7b3d75aef0bbacd62eb076b85"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + title = "Linksys WRT32X (Venom)"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "7dde2968bf3142e7b055ac40eeef972a3b6486da28b24cbe26caa6cb1c97f1ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + title = "Marvell Armada 370 DB (DB-88F6710-BP-DDR3)"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "736537e5856ca03fc80e6c4e6492a19a462e2616f92a88bca5cb8aed47f9ad07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + title = "Marvell Armada 370 RD (RD-88F6710-A1)"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "26d85112a9d0f07d52c4a07dec8e0e027abe210e70cddb8da2d0750ac0dd96c6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "12e799beaa02200d8af70478e9a948b891344ab2b89887b7a1be9bb0f4fbafd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + title = "Marvell Armada 385 DB AP (DB-88F6820-AP)"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "3971774022b025b99a74506773c5a045a58f79e7bb5f8b4dfccc744a6f419198"; + type = "firmware"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + title = "Marvell Armada 388 RD (RD-88F6820-AP)"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "ba21e031e9124fef548664cb38445ef19e474de08ddd1d8c21e41686177bc140"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + title = "Marvell Armada XP DB (DB-78460-BP)"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "fbb2b0e398682ba641a4b993669a76982ba8128083e89371a9c2a62d1b0cdf7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + title = "Marvell Armada XP GP (DB-MV784MP-GP)"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "77d15fe682c85469f29a4e498a80e18e246581b7a6cc085992f18a7889edeabb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "c091b4b646f0457b49b41f29ab5fb781297087519473c68ff64df30fad8c2ee5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + title = "Plat'Home OpenBlocks AX3"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "fb2c853d248c1f3a38e0a309b3ec6f475031ef53c76df904bd2140e895bb9760"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + title = "SolidRun ClearFog Base"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + "swconfig" + ]; + image_prefix = "openwrt-19.07.6-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "89088b0398322615830a8a44ad8e94a378ae7c513a45022c6b45947624720310"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + title = "SolidRun ClearFog Pro"; + } + ]; + }; + }; + target = "mvebu/cortexa9"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + er = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-octeon-er"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-octeon-er-squashfs-sysupgrade.tar"; + sha256 = "df066e3564f4562e63783a5550ec29dd18f24e7b59caa3a8bf6bbf2a43b7942a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti EdgeRouter"; + } + ]; + }; + erlite = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-octeon-erlite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-octeon-erlite-squashfs-sysupgrade.tar"; + sha256 = "3d99e38f9eb76806093800f34e183575b57ac344d9dc5cd6ae2da50e9b23b2da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti EdgeRouter Lite"; + } + ]; + }; + }; + target = "octeon/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "39ed795cc7883e4bd911a17d7e127a605535fe863b334a99c89aa45ce80d8515"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "673dc5765dfd3b643391622daf1e733d23e79699c049028e458b9a95a66396e1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + title = "TI AM335x BeagleBone Black"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-omap-ti_am335x-evm"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "ac146e1e27efd9efad3b1682c7b62586a02ee5eddb3567a4c21c8e358612d81b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "d9b0ba0cc32f2ac558cfcb19b206b77d9e768e4b9845b69b93f38e42518c32c3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + title = "TI AM335x EVM"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net" + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-19.07.6-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "802d90167ea88d2cd74a2bb86c3552892d1222c4a167412ecae3e490af55d324"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "4bbed15cc31014f6dcb24a57530bfeef6fdf630340af6164a5fc240dd57fe486"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + title = "OMAP3 TI beagleboard"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-19.07.6-omap-ti_omap4-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "46fd34250cb95c01fb448cbb1e9b85c64c512eff54b0db9535e55a8c82b3053e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "2c974bbb683e14f16cd8f00c7c7d5fa64fe3878f6fcc991855a832b120ad484d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + title = "OMAP4 TI pandaboard"; + } + ]; + }; + }; + target = "omap/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-ledtrig-timer" + "kmod-leds-gpio" + "uboot-envtools" + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-ledtrig-timer" + "kmod-leds-gpio" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-19.07.6-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "a7b6db52a18d59142b2e41b0d6f52fd0cacdc3901535c1be5ca11a39c4158cc6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "03b1d79c3915786eac17661495db84678d66094f944fa9c864628ac583e9eb7f"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "0c0f5cfcf110bbec8fbde893e2ef27e95788fac537dc09666f31744a782fc4e3"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "150e1395f5df59300fb5d7aeec4e3d788a4296fbd2532e9c007c4dad195ee5ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + title = "Akition myCloud (mini) / SilverStone DC01"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "e3f35ea5b9715be5dc108a5f363c3e0ea7dc60af0504dfd7565e3f8c37d65676"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "e6dc272bca1192eea9a543f9d1e2c3b48b36bb7bfe5a482d5b8cb1a5840b614d"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "6cf6e41fd16a6d77b914c0fb4b04f04da4368e474ed9484899ee09d51d615a8f"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "0948642c41c336041577c938223688b963a5d49f38c97b72405502176515e135"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + title = "Cloud Engines PogoPlug Series V3 (without mPCIe)"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "293101f03157b66ee6f278c73fba46d32d88157d5f6dac6aa16835127600d426"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "1502e035207d3ccae968cc2fd1e218d873a793fcd4a4870664c2bcf298cdf1af"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "26e8ac2d5fbafe245e5eb0097475729a839d53a8f507bbaa0285cf7cb81b3777"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "8d273f554b5afe7db1130828d95e30d4e9393399e1b6929d152fa3701db30589"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + title = "Cloud Engines PogoPlug Pro (with mPCIe)"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "e9243d8c9a3fc1dbf4055bd773a3001f86c43f751333abd1cb33023eba4e17a0"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "c2541ab63d3c23f5ae62cc0044269cb91987b8ae2574c39f6710c719fdc51226"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "db1b54fcbe02627ef52847b3315d310d508b66cd2c589ef91355390db87d7077"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "ff289ff1dccf768e1c81288f5f5782fc6aa291325e3b2b956e018dd8c291f7b3"; + type = "ubinized"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + title = "MitraStar STG-212"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-core" + "kmod-hwmon-gpiofan" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-19.07.6-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "cfc7993e809f7f2189e681f334c1d6033c645789395d8a3cf608abe7ecbb3b04"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.6-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "fff1790a771a8ce2d8fffc49cd6e7ec0d221719d4aa41bd9dd360d78823b65d0"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "7a5b671896d7c8be0242babc8d3d2923f6d4a2cd236b79e83376b52d1980126c"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "49ac8b0255a24abbcaf4e4872d185ec7bae7308badeafdc2e96dd0cd4f3cb534"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + title = "Shuttle KD20"; + } + ]; + }; + }; + target = "oxnas/ox820"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + marduk = { + device_packages = [ + "kmod-tpm-i2c-infineon" + ]; + image_prefix = "openwrt-19.07.6-pistachio-marduk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-pistachio-marduk-squashfs-factory.ubi"; + sha256 = "632bdde695f2054f29452e20379421e12162b42250604a31dd3aff821f406cee"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-pistachio-marduk-squashfs-sysupgrade.tar"; + sha256 = "4fbdc45e862752a421098818bb62c0290c9713b53410a23b5a1d3e8c881f58e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Creator Ci40"; + } + ]; + }; + }; + target = "pistachio/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + ArcherC20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-ArcherC20i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-ArcherC20i-squashfs-factory.bin"; + sha256 = "702bb6cd33d4b1c9ca8ba1be464300901de4e3ff3d21f1a615d85f5ab3f9bcd4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-ArcherC20i-squashfs-sysupgrade.bin"; + sha256 = "2c2fcbcfa24e2b5adcad0e606f8adc8d87e993a93e484c7a74dabe4796015b36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c20i" + ]; + titles = [ + { + title = "TP-Link ArcherC20i"; + } + ]; + }; + ArcherC50v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-ArcherC50v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-ArcherC50v1-squashfs-factory-us.bin"; + sha256 = "e912c52a66c3046dd02042047314a38bbd6341fd59c6a0411833d5a75617ab65"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-ArcherC50v1-squashfs-factory-eu.bin"; + sha256 = "a9c080c5c159b21a51bad54c7fd08e3bf091e3ea7791120f0e742ddece9c05f2"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-ArcherC50v1-squashfs-sysupgrade.bin"; + sha256 = "de832d09e8f80fa59865f5f7e69299e71602ad799ca20092a0586a029dd881d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c50" + ]; + titles = [ + { + title = "TP-Link ArcherC50v1"; + } + ]; + }; + ArcherMR200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-rndis" + "kmod-usb-serial" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-ArcherMR200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-ArcherMR200-squashfs-sysupgrade.bin"; + sha256 = "93f7e5ce1d30b43f9ea24be5c1d148ff54986e765c59f3c5fa6e1d1d4f518886"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mr200" + ]; + titles = [ + { + title = "TP-Link ArcherMR200"; + } + ]; + }; + ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-ai-br100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-ai-br100-squashfs-sysupgrade.bin"; + sha256 = "2c45c3804d364a80475bb92c1bf2ef4ed9c6d67b12645fdbeaba5f689fc3279f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ai-br100" + ]; + titles = [ + { + title = "Aigale Ai-BR100"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "70382271b0a6a1d5ea8017b0e8169308effc83d153122665d0ea8b26a2b92786"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + ]; + titles = [ + { + title = "ALFA Network AC1200RM"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "bfd20925ff5c60f4dddfb70733736ddf207b329f055e1c67f9a945facb6c80b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + ]; + titles = [ + { + title = "ALFA Network R36M-E4G"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "acc8570171f9f4c58e17cf8c5cdf4249c973b33c75edeef2e9fee0215b0484c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + ]; + titles = [ + { + title = "ALFA Network Tube-E4G"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "57a783fda54c8f3c4e180bdefe7cf169d2bd94cf36c5cc27f0c3954c820220d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + title = "BDCOM WAP2100-SK (ZTE ZXECS EBG3130)"; + } + ]; + }; + bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-bocco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-bocco-squashfs-sysupgrade.bin"; + sha256 = "f9b0468058b8e3760b718a67f2d898a7f25bbd26b247cd54a0f3aa5e671876b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bocco" + ]; + titles = [ + { + title = "YUKAI Engineering BOCCO"; + } + ]; + }; + c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-c108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-c108-squashfs-sysupgrade.bin"; + sha256 = "547bfb6ef05101fcb6e8fcc9eb176ac62ed5ba71bedcea781441100108a43d91"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c108" + ]; + titles = [ + { + title = "HNET C108"; + } + ]; + }; + cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-cf-wr800n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "a883c178823b3aa4a8e38de8d26bae413e3e8e511d3e8dca70db000360b16fac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cf-wr800n" + ]; + titles = [ + { + title = "Comfast CF-WR800N"; + } + ]; + }; + cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-cs-qr10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "f07ca35d4c51149d2d2ef21af13c7fe1e69d9a4b16993c088084fbbdc14382b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cs-qr10" + ]; + titles = [ + { + title = "Planex CS-QR10"; + } + ]; + }; + d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-d240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-d240-squashfs-sysupgrade.bin"; + sha256 = "6cdaa4428b7ee26d2eb09f2e3e67b9598a637af1dd5b1ce89fe4bf1108d1dcb1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d240" + ]; + titles = [ + { + title = "Sanlinking Technologies D240"; + } + ]; + }; + db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-db-wrt01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "9409348696527eb6243a838da03f9da5c26821a33be834bc709a72c57694052a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "db-wrt01" + ]; + titles = [ + { + title = "Planex DB-WRT01"; + } + ]; + }; + dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dch-m225-squashfs-sysupgrade.bin"; + sha256 = "fcf5abc26d893887a24fa3c40ff53032810cce34bfbe676f0cd75dcb7be1bc10"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dch-m225-squashfs-factory.bin"; + sha256 = "3a170e8213a5c08ad8cdc77fce61a0d009d3c39aa4591f0cd88c1b2902b4aa52"; + type = "factory"; + } + ]; + supported_devices = [ + "dch-m225" + ]; + titles = [ + { + title = "D-Link DCH-M225"; + } + ]; + }; + dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-dir-810l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dir-810l-squashfs-sysupgrade.bin"; + sha256 = "d1f53de5b98ca613302ce39a60e621017a5eca7f0191ff6c9126e10ebdf1fe84"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-810l" + ]; + titles = [ + { + title = "D-Link DIR-810L"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "10d5750b161b65d5f9172f322ec68ef13010d210b791835b924930bd8df15840"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "4e778eceeea45a0c1d3cc0ca0d43fa5ed1ea28f475b65723fcc06b9d46fc57bd"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + title = "D-Link DIR-510L"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "52400b4fbaff457856ef2d684394ce5433396c5536af7242de42d9f4de75a9da"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "8a684a5120f698f011c1eba7e8bb0098359e8789d3f7d55eb1ffa2ebf17e7fdd"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + title = "D-Link DWR-116 A1/A2"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "42ece6f21fdfa64b3ba5adc6eae9ea88e2ffd8b2c64ff3c4fad2bc9eb6a3ee35"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "7f2d9b801608e337241cb32758dbde636cbd070f71acc8032f6105d3a8375633"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + title = "D-Link DWR-118 A1"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "bbe98c76b8601c52b4a7127a18007b7292ce1f893b9f2f43807744fae0823e71"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "11c4565695ef4d8159a4008ee1aee02850a12e0b329bd5391af9f0f24950c2e7"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + title = "D-Link DWR-118 A2"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "c480e8440e9e47d502316f7ae87561f3c04a475180d615438d85a9589050eb5e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "fdf2b5ae235eb6c841f7d49d0567e4dedab61bf3ec52864cfca3b97a356ad2fb"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + title = "D-Link DWR-921 C1"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "a1c54478b6386668aa6276513fff500c187d58a265e391ae5fc52e1f67c356f0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "c15bca8506b4441c86ded58a7604be166c1bfa4f5717df62e3cfb34217803c74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + title = "D-Link DWR-921 C3"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "4fcdb12bb3ff2fa7265b139d5ca41a843a62f595427eded46af9b16e2d34f1e3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "d1a9c1ea43a916955d78fc7524653cc341e142db560cf7b23a3161483fe596b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + title = "D-Link DWR-922 E2"; + } + ]; + }; + e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-e1700-squashfs-factory.bin"; + sha256 = "f373fc0b7404f32f2f94f387b8c73af87d039c7e00fc92b01e466052db23fa5a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-e1700-squashfs-sysupgrade.bin"; + sha256 = "c83d21bdcd2bee8e372a660d35a8229145a3907b915153ea88f01784fb6ddfce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700" + ]; + titles = [ + { + title = "Linksys E1700"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "46b37b243819f858bc6e69466d79e10788a2d77c39592a0ac418bf3b0b8b11e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + title = "Edimax BR-6478AC V2"; + } + ]; + }; + ex3700-ex3800 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-ex3700-ex3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-ex3700-ex3800-squashfs-factory.chk"; + sha256 = "993293bd22755521bb14d33b1af280a044806f9e2f3e71f47bed940bcfd63288"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-ex3700-ex3800-squashfs-sysupgrade.bin"; + sha256 = "75372a62b334fe8e69ba164c329775e98682e26c7c47ce7c0424ba37639748ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ex3700" + ]; + titles = [ + { + title = "Netgear EX3700/EX3800"; + } + ]; + }; + gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-gl-mt300a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "52ef71573beefd4c377ad220d8f53828d969ace6fe4a9aab45094fcf4460520f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300a" + ]; + titles = [ + { + title = "GL-Inet GL-MT300A"; + } + ]; + }; + gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-gl-mt300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "270ce52c6170c8e4fd0191540fd565cbb0992d581c4130e895478733863ef5ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300n" + ]; + titles = [ + { + title = "GL-Inet GL-MT300N"; + } + ]; + }; + gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-gl-mt750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "fbc5f792ad5cab541237d8e40293700919446c10c3a050a5f888a1f113d0d1cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt750" + ]; + titles = [ + { + title = "GL-Inet GL-MT750"; + } + ]; + }; + hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-hc5661"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-hc5661-squashfs-sysupgrade.bin"; + sha256 = "37a97387abc09d092ce48d753e01bd3286502b96e377da4ff97dc5193177a480"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5661" + ]; + titles = [ + { + title = "HiWiFi HC5661"; + } + ]; + }; + hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-hc5761"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-hc5761-squashfs-sysupgrade.bin"; + sha256 = "fa9b72627e57418ed096c9d5615b36bcc18d20af02385f5f801cfbd9859890c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5761" + ]; + titles = [ + { + title = "HiWiFi HC5761"; + } + ]; + }; + hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-hc5861"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-hc5861-squashfs-sysupgrade.bin"; + sha256 = "f11c7de2fbe6bb8f9c5b2de2d28c42fa65ca559b39d5419644441e6b9392b44f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5861" + ]; + titles = [ + { + title = "HiWiFi HC5861"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "d875f777b92cc44000ab4e8aaeeac236ca048543f4edcfd884f01783f6acc89f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + title = "Head Weblink HDRM2000"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "05aa605d64b2e63e66812bc07c9b7502f37339f84063ee2ccd5f1e86bb4320c1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "a85951d66767377440a843a0c67a152e1b216315a43be1abb7cdbe0d757679fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1167GR"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "f63f75bde0191ce9c20458b1e6cf93004040aebb0c0b95257c0da9763f71a6a1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "6e2feb381bd0649d6771f2ecb40d693637c970d8333735831282d5d1735b2ec7"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + title = "I-O DATA WN-AC733GR3"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "1a67655350a63ffa704e75028669924fa3d6731a248e46c3baf4b66ff2e8b06b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + title = "Kimax U35WF"; + } + ]; + }; + kn_rc = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-kn_rc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-kn_rc-squashfs-sysupgrade.bin"; + sha256 = "fe21e2612f436f8167b680bd4e0b295bf6825e5a179dd40d096ea70c105ef399"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-kn_rc-squashfs-factory.bin"; + sha256 = "750963f38f9e5fe3a134252d810401e2461b3651c605708e058d7dd61f1f4312"; + type = "factory"; + } + ]; + supported_devices = [ + "kn_rc" + ]; + titles = [ + { + title = "ZyXEL Keenetic Omni"; + } + ]; + }; + kn_rf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-kn_rf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-kn_rf-squashfs-sysupgrade.bin"; + sha256 = "9df0284e6db36ba136affd0e4c33e718c5b2d269c5d27ab1c4661d74f5898113"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-kn_rf-squashfs-factory.bin"; + sha256 = "0b66cfbb531b3e2ce20aadf61bbf35037ac902bf1dacf02eba0c3708099ae34c"; + type = "factory"; + } + ]; + supported_devices = [ + "kn_rf" + ]; + titles = [ + { + title = "ZyXEL Keenetic Omni II"; + } + ]; + }; + kng_rc = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-kng_rc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-kng_rc-squashfs-factory.bin"; + sha256 = "cd9470deea1aa7490e3867dd2d31a1465ae19e9e19dbc14da98390f67809859c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-kng_rc-squashfs-sysupgrade.bin"; + sha256 = "384b70885948064b0d44b1fb249c9f1aa39367600a89a76fd4931e8ae948812e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kng_rc" + ]; + titles = [ + { + title = "ZyXEL Keenetic Viva"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "a7e1de06f58ec20485c03fd77070c6b7906575faddf31b729e2dae238f78ccba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "5f0579913b2997e9de64892310448a5fa3b5195029e65e46368f6176def4a633"; + type = "factory"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + title = "LAVA LR-25G001"; + } + ]; + }; + microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-microwrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-microwrt-squashfs-sysupgrade.bin"; + sha256 = "13d1c5874509b4fff41bedf5cc93322ab9763b65bb1150260dd98ef023b2caaf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "microwrt" + ]; + titles = [ + { + title = "Microduino MicroWRT"; + } + ]; + }; + miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-miwifi-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "37c31d187541751f7441668b75a4a02eaef49fe5c973e1defa162a5c16b258bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miwifi-mini" + ]; + titles = [ + { + title = "Xiaomi MiWiFi Mini"; + } + ]; + }; + mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-mlw221"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-mlw221-squashfs-sysupgrade.bin"; + sha256 = "9167010f9d7499b4a44a4be8ec258ea866cec768b1aa92de08f2685ebc964f65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mlw221" + ]; + titles = [ + { + title = "Kingston MLW221"; + } + ]; + }; + mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-mlwg2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-mlwg2-squashfs-sysupgrade.bin"; + sha256 = "c0391a2d4dcea9d20c7c61eda6ab45fe131cd7c2def5f28a1b8d2698d0027136"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mlwg2" + ]; + titles = [ + { + title = "Kingston MLWG2"; + } + ]; + }; + mt7620a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-mt7620a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-mt7620a-squashfs-sysupgrade.bin"; + sha256 = "21fd03c2d93551bee13ed2d794236df2d009e4f3c392a6a89f590572b447bfa9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a" + ]; + titles = [ + { + title = "MediaTek MT7620a EVB"; + } + ]; + }; + mt7620a_mt7530 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-mt7620a_mt7530"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-mt7620a_mt7530-squashfs-sysupgrade.bin"; + sha256 = "bb939e0853a1a79004556c217bd01f265b288b9ef3f097014ade4f425ea51318"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_mt7530" + ]; + titles = [ + { + title = "MediaTek MT7620a + MT7530 EVB"; + } + ]; + }; + mt7620a_mt7610e = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-mt7620a_mt7610e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-mt7620a_mt7610e-squashfs-sysupgrade.bin"; + sha256 = "62935bdf1b979787122ebdf6e173a97de0f54996a60b852af90cc1e05e92e63e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_mt7610e" + ]; + titles = [ + { + title = "MediaTek MT7620a + MT7610e EVB"; + } + ]; + }; + mt7620a_v22sg = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-mt7620a_v22sg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-mt7620a_v22sg-squashfs-sysupgrade.bin"; + sha256 = "3736a71c74fce539a72bf912692f6b3af5073099352364b409fd2ad3d4e12264"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_v22sg" + ]; + titles = [ + { + title = "MediaTek MT7620a V22SG"; + } + ]; + }; + mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-mzk-750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "aa96ce204f6b56feb456254a81a119e7aa999150651662a6623a5c539baa1c2e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-750dhp" + ]; + titles = [ + { + title = "Planex MZK-750DHP"; + } + ]; + }; + mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-mzk-ex300np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "57c48487870bf9ddf4a88b0cde918df13698639b29e27eb524261ea2bf31488d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-ex300np" + ]; + titles = [ + { + title = "Planex MZK-EX300NP"; + } + ]; + }; + mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-mzk-ex750np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "b286a15abc1937883556e5ddf33de3674cdc302fe54d63ed034e40af116046ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-ex750np" + ]; + titles = [ + { + title = "Planex MZK-EX750NP"; + } + ]; + }; + na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-na930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-na930-squashfs-sysupgrade.bin"; + sha256 = "2269e4c411238255dda4fe3926bcd94eed343157949c7b9a8dd2374509984764"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "na930" + ]; + titles = [ + { + title = "Sercomm NA930"; + } + ]; + }; + oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-oy-0001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-oy-0001-squashfs-sysupgrade.bin"; + sha256 = "b87fd73132c8c4115f1bfb3eee33ccbc483e642c3aafafa6fa72ad4ff6016171"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "oy-0001" + ]; + titles = [ + { + title = "Oh Yeah OY-0001"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "e3ca1e8f9b037c100141c78710f5646514841f539df895dcd47a4ca938c9141a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + title = "Phicomm K2G"; + } + ]; + }; + psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-psg1208"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-psg1208-squashfs-sysupgrade.bin"; + sha256 = "37f38ab79de723532ba93eb27e147cd7b2adc62c37593d3555f2cde8583cd9ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1208" + ]; + titles = [ + { + title = "Phicomm PSG1208"; + } + ]; + }; + psg1218a = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-psg1218a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-psg1218a-squashfs-sysupgrade.bin"; + sha256 = "418a90f7b662029adcb47a84f5c8c042464e4ac28ae8350ac0e8525320c1e84c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1218a" + "psg1218" + ]; + titles = [ + { + title = "Phicomm PSG1218 rev.Ax"; + } + ]; + }; + psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-psg1218b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-psg1218b-squashfs-sysupgrade.bin"; + sha256 = "28761a4449efbe4961b8968664990986d4ea2050e5d0486e1e4c8301924c852c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1218b" + "psg1218" + ]; + titles = [ + { + title = "Phicomm PSG1218 rev.Bx"; + } + ]; + }; + ravpower_wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-ravpower_wd03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-ravpower_wd03-squashfs-sysupgrade.bin"; + sha256 = "434fa47478ba62ffbdcba969f93a8770f1601db0fcbeeec73ec66789f1d10243"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,wd03" + ]; + titles = [ + { + title = "Ravpower WD03"; + } + ]; + }; + rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-rp-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-rp-n53-squashfs-sysupgrade.bin"; + sha256 = "dde75b781caec29d5189571b1fcdad78bc69644dcc388983696555124a67ccd6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rp-n53" + ]; + titles = [ + { + title = "Asus RP-N53"; + } + ]; + }; + rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "fc162323ce8cda791534a080e938f27a796d48b223a8dcab645da70ba4ba8a26"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-ac51u" + ]; + titles = [ + { + title = "Asus RT-AC51U"; + } + ]; + }; + rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-rt-n12p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "68df704be4caa977005668e3e89e64bac3b2cb1b45218a72c0825da1da06a71e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n12p" + ]; + titles = [ + { + title = "Asus RT-N11P/RT-N12+/RT-N12Eb1"; + } + ]; + }; + rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-rt-n14u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "787f75bc9f0691f539a28fd5bc5214f3115ab60a1d0e79fe7ea21ec0c25889ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n14u" + ]; + titles = [ + { + title = "Asus RT-N14u"; + } + ]; + }; + tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-tiny-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "005f48de89b03c909ce85964506cc25bbaa39db05bb511f6da3624ea533185dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tiny-ac" + ]; + titles = [ + { + title = "Dovado Tiny AC"; + } + ]; + }; + tplink_c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-tplink_c2-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-tplink_c2-v1-squashfs-factory.bin"; + sha256 = "e1ccf1798e5371d83b0e71802bd6ed3c694b45fe469c052d15db39ec33048a98"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-tplink_c2-v1-squashfs-sysupgrade.bin"; + sha256 = "26f485dad156f779029cddcb36d114d0570c2ceeb09d6c2e5a3a9d4fced69f40"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c2-v1" + ]; + titles = [ + { + title = "TP-Link Archer C2 v1"; + } + ]; + }; + tplink_c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-tplink_c20-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-tplink_c20-v1-squashfs-sysupgrade.bin"; + sha256 = "4112cd45340dc611283fc602678dfbb0270094658da0015306eaf66afa127653"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-tplink_c20-v1-squashfs-factory.bin"; + sha256 = "f0b0bf16af6f9627256aa4107c525c2a83df8749a4894685a5a7bc78b08fafb2"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,c20-v1" + ]; + titles = [ + { + title = "TP-Link ArcherC20 v1"; + } + ]; + }; + u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-u25awf-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "aed3811bef93328a98aa34712323246bc6158cf0488a53061b53952430db6942"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "u25awf-h1" + ]; + titles = [ + { + title = "Kimax U25AWF-H1"; + } + ]; + }; + we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-we1026-5g-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "2f6c535a059228e8ca6c8e9c36cbc91b8cdec07440c6de27c9ca41c3f8b793fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "we1026-5g-16m" + "we1026-5g-16m" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE1026-5G (16M)"; + } + ]; + }; + whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-whr-1166d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "c444d9da085140d42bafd0be03875a0fc96cefe316c028e5137a60522e649512"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-1166d" + ]; + titles = [ + { + title = "Buffalo WHR-1166D"; + } + ]; + }; + whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-whr-300hp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "c160ebc8cfefd67637d6c2626b1557e2ee7373d639ca368cbf1d60739082a5cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-300hp2" + ]; + titles = [ + { + title = "Buffalo WHR-300HP2"; + } + ]; + }; + whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-whr-600d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-whr-600d-squashfs-sysupgrade.bin"; + sha256 = "f424fd4a38d256b7469c27a93d960799d43bb79572c29996a55f50d2afd5c056"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-600d" + ]; + titles = [ + { + title = "Buffalo WHR-600D"; + } + ]; + }; + wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-wmr-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-wmr-300-squashfs-sysupgrade.bin"; + sha256 = "da306f493ed122d6e7f8270d6df1a2703e156d9dfb982e65dc1fd5660c65ee44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wmr-300" + ]; + titles = [ + { + title = "Buffalo WMR-300"; + } + ]; + }; + wn3000rpv3 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-wn3000rpv3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-wn3000rpv3-squashfs-factory.bin"; + sha256 = "9bee1023f97de2db83e539211d28954ff781bf8fa6c28d73fce46ee008573230"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-wn3000rpv3-squashfs-sysupgrade.bin"; + sha256 = "170670a34ba7e2a3d1c98f363c248b5858100607c1c00f45c7ea8e88fd370554"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wn3000rpv3" + ]; + titles = [ + { + title = "Netgear WN3000RPv3"; + } + ]; + }; + wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-wrh-300cr-squashfs-factory.bin"; + sha256 = "7a8dd9abae02751f535691e0740fac3f33b5164fa1dd248c379b3949d9887764"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "899b6999691550551c0c3cbc40b52f0e6483378b75e4b2c210bdc7e14e143196"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrh-300cr" + ]; + titles = [ + { + title = "Elecom WRH-300CR"; + } + ]; + }; + wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-wrtnode"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-wrtnode-squashfs-sysupgrade.bin"; + sha256 = "d83f166393791552897dd23440f64a91dae59f91e3f14f698c6bbcb1336996ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode" + ]; + titles = [ + { + title = "WRTNode"; + } + ]; + }; + wt3020-8M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-wt3020-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-wt3020-8M-squashfs-sysupgrade.bin"; + sha256 = "28d00ccf505fd3d700e607aff41f0b4d56788a368eace140f9629e95ee2c6a6e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-wt3020-8M-squashfs-factory.bin"; + sha256 = "45ed92de0dfa28e7426f1f449b9aea6f16927d4e095694ef92139ebe3e6c3c41"; + type = "factory"; + } + ]; + supported_devices = [ + "wt3020-8M" + "wt3020" + ]; + titles = [ + { + title = "Nexx WT3020 (8MB)"; + } + ]; + }; + y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-y1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-y1-squashfs-sysupgrade.bin"; + sha256 = "d37680409caa1af5c482f0d0ed03f3878f93f3395358b2ba220644a83c192d77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "y1" + ]; + titles = [ + { + title = "Lenovo Y1"; + } + ]; + }; + y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-y1s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-y1s-squashfs-sysupgrade.bin"; + sha256 = "7fabbadd225a70936acfc5c9a569ff6a62b9145758bf85d46435566765eaa145"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "y1s" + ]; + titles = [ + { + title = "Lenovo Y1S"; + } + ]; + }; + youku-yk1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-youku-yk1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-youku-yk1-squashfs-sysupgrade.bin"; + sha256 = "e5ed6292a891bf10e162db33dc6982c3e3f62459864865f41740d30d2a497c81"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku-yk1" + ]; + titles = [ + { + title = "YOUKU YK1"; + } + ]; + }; + zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-zbt-ape522ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "05065f310fb9c4d9e9fa32654a58d3427b2819f056d7e88531d33e4c59a7d76b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-ape522ii" + ]; + titles = [ + { + title = "Zbtlink ZBT-APE522II"; + } + ]; + }; + zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-zbt-cpe102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "8520dfc56e10ee4e579df7fbb1599efd3219e9216274194409f943b0400e2de8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-cpe102" + ]; + titles = [ + { + title = "Zbtlink ZBT-CPE102"; + } + ]; + }; + zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-zbt-wa05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "08f717869c0322952f734f34e08b2a88941db7a73d7e751aceae46c504606610"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wa05" + ]; + titles = [ + { + title = "Zbtlink ZBT-WA05"; + } + ]; + }; + zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-zbt-we2026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "bd6afff0a8d009d124c8f90ffab6406908cb931232abc84538db470efb6a33ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we2026" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE2026"; + } + ]; + }; + zbt-we826-16M = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-zbt-we826-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-zbt-we826-16M-squashfs-sysupgrade.bin"; + sha256 = "5d94bd0b79f5a089d81b0d842418b207265a50f4b34a90415e0ff10bd273e0c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we826-16M" + "zbt-we826" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826 (16M)"; + } + ]; + }; + zbt-we826-32M = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-zbt-we826-32M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-zbt-we826-32M-squashfs-sysupgrade.bin"; + sha256 = "8a6e80f64a978c9bc9b0cc7870bc571d051fd0fa4dd61becc5335c2f5e0db859"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we826-32M" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826 (32M)"; + } + ]; + }; + zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-zbt-wr8305rt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "7223d0010e741bf1cb1b50d72cfc5d5bf1b9cf350bdf83d741c864bbbf2bf7c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wr8305rt" + ]; + titles = [ + { + title = "Zbtlink ZBT-WR8305RT"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "8fcf405d580263062b5af563bbef628d0177cc652a64b8d4fc144d5fc4de541d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826-E"; + } + ]; + }; + zte-q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7620-zte-q7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7620-zte-q7-squashfs-sysupgrade.bin"; + sha256 = "570da9335d6a5bf19f1885fde3bfbd6ce9a90c1cf66c819e8765ac171d9e47c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte-q7" + ]; + titles = [ + { + title = "ZTE Q7"; + } + ]; + }; + }; + target = "ramips/mt7620"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + "11acnas" = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-11acnas"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-11acnas-squashfs-sysupgrade.bin"; + sha256 = "9b213c28a0fdbd13836a2c507dcb4ff2fa74e2894ac037425375bf8936891c7c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "11acnas" + ]; + titles = [ + { + title = "WeVO 11AC NAS Router"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "28c7cfcb1ec5b02e4d60528f9800b943df9eb4f377e2f31c3cb1cad3e20665d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + ]; + titles = [ + { + title = "ALFA Network Quad-E4G"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "8b0913621211b5180f6bdf906b70ed68b9594a3ca77403b1645bf948825fcb4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + title = "ASUS RT-AC57U"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "d23b48afb98df4236fdd1dcfc960f746ff0b520f6ee724eed29cac76870538f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + title = "Newifi D2"; + } + ]; + }; + dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-dir-860l-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "d2bc3f177b613f074718d03599ca7a0de72a16999ebba5009c00364947c83c58"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-dir-860l-b1-squashfs-factory.bin"; + sha256 = "3732f8df02cc50696b384dec9cc7ee1d83be802ec179deb02b9e78b4e6f29c78"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-860l-b1" + ]; + titles = [ + { + title = "D-Link DIR-860L B1"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "a1a2a42d145c5a65c9b20da9d798fd981fbb81dfd229a67bae036a0acef4fe68"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "e018593318c6ed8fd729e54405f3b50c9fd05e8a9dd48403beb488db9bca0531"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + title = "ELECOM WRC-1167GHBK2-S"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "ebfb45cccf6d859efa0599a9c1d8067a0deb0823f6b9421210c9ca94e9eec5b4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "eec991425daba0dd192be93828a834deb20c5729072240bf6b55b432a1f9aa25"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + title = "ELECOM WRC-1900GST"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "2a3584a017c6981bef66bf16166e3a0b4a3a38bd29ce46368d33d6817907b0c2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "221fad52c44fe851901bff5ea64fe131d19ad2bc6453de219e9614d90f8e4407"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + title = "ELECOM WRC-2533GST"; + } + ]; + }; + ew1200 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-ew1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-ew1200-squashfs-sysupgrade.bin"; + sha256 = "c5ec50b9879acbc703fd61e16bfd70ec2a41eb7b490ec8d6bd2ade6b71f8373c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ew1200" + ]; + titles = [ + { + title = "AFOUNDRY EW1200"; + } + ]; + }; + firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-firewrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-firewrt-squashfs-sysupgrade.bin"; + sha256 = "4ccea42a7d1e13a6f03d302ba2295d65045835ea3c8428455bb0e805776b3fdd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "firewrt" + ]; + titles = [ + { + title = "Firefly FireWRT"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "59c33318a07f37e467bdfccb021cb74f29fc5b412c2c49fe3d03e92644d866c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + title = "GnuBee Personal Cloud One"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "bd610612e050e21344e9be0cd798a3df75a1e7782626d5e8d5d376593c82f59a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + title = "GnuBee Personal Cloud Two"; + } + ]; + }; + hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-hc5962"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-hc5962-squashfs-factory.bin"; + sha256 = "f1671db571b312983f37c68976fd80727cc844ef7904c20890c17587d1a1dec7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-hc5962-squashfs-sysupgrade.bin"; + sha256 = "cec3fa7de75c49d93bb6c0c1c5f0f0c074fa9f3eaa6bd897ff620fb563d5225c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5962" + ]; + titles = [ + { + title = "HiWiFi HC5962"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "36ace717181c4d1cc1e875cdaa27c7b5334f7aa1f120d66f0b0bfb5e9b8d2806"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + title = "I-O DATA WN-AX1167GR"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "98c293d00d91a6017159b011951151c422cb921b1c74ed3ce89a19cbc8f75cd2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + title = "I-O DATA WN-GX300GR"; + } + ]; + }; + k2p = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-k2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-k2p-squashfs-sysupgrade.bin"; + sha256 = "41e4f93368262872fd2a751376d07288b700817de77b3223986c4fde09658843"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "k2p" + ]; + titles = [ + { + title = "Phicomm K2P"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "b210ce401c9e8853a4651ba044d36671238df8828527ef187293d4e430c1a9e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + title = "Mediatek AP-MT7621A-V60 EVB"; + } + ]; + }; + mikrotik_rb750gr3 = { + device_packages = [ + "kmod-usb3" + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-mikrotik_rb750gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-mikrotik_rb750gr3-squashfs-sysupgrade.bin"; + sha256 = "d4fb6beaf11a62891dbf992d13531f740e0ad87543bce5e7ad869db82c4b5082"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rb750gr3" + ]; + titles = [ + { + title = "MikroTik RouterBOARD RB750Gr3"; + } + ]; + }; + mikrotik_rbm11g = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-mikrotik_rbm11g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-mikrotik_rbm11g-squashfs-sysupgrade.bin"; + sha256 = "1648487cd29f97a5ad325a952346903540cdf29e205ac8edd376ad8e89f05ca4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rbm11g" + ]; + titles = [ + { + title = "MikroTik RouterBOARD M11G"; + } + ]; + }; + mikrotik_rbm33g = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-mikrotik_rbm33g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-mikrotik_rbm33g-squashfs-sysupgrade.bin"; + sha256 = "3a0fc513f3e60524afc05de84aca2b96032cf85221d4d39f3fd21d4c67d0660f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rbm33g" + ]; + titles = [ + { + title = "MikroTik RouterBOARD M33G"; + } + ]; + }; + mqmaker_witi-256m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-mqmaker_witi-256m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-mqmaker_witi-256m-squashfs-sysupgrade.bin"; + sha256 = "c7a32e31d752bf42c04417050ed5f5ec5f377245d90447b6bd3f3bd0a7d50fc3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi-256m" + "witi" + ]; + titles = [ + { + title = "MQmaker WiTi (256MB RAM)"; + } + ]; + }; + mqmaker_witi-512m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-mqmaker_witi-512m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-mqmaker_witi-512m-squashfs-sysupgrade.bin"; + sha256 = "1a6f582042405be4cd935494be1f02fdf0c8d75b427be1cdd728cbc9753750d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi-512m" + ]; + titles = [ + { + title = "MQmaker WiTi (512MB RAM)"; + } + ]; + }; + mt7621 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-mt7621"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-mt7621-squashfs-sysupgrade.bin"; + sha256 = "b5d8061f7a40395a6a96fd00f00a4d8446cdf1d961064f871f49082d5d557d67"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7621" + ]; + titles = [ + { + title = "MediaTek MT7621 EVB"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "dc5eb541c911ff2332c6b98d479aece8a9f508381a2a1eafa8392d9e6a1b4fd5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + title = "MTC Wireless Router WR1201"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "34f33ea36bc6c45d53c4a59c16e6cba76c1819598be1fda60160f1b704185683"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "0dd968f418d7e4c3db55a60e02f799ae3cf71043b12ac74b9bbfbedcc7db8878"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + title = "Netgear EX6150"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "7ff76a0ac933f435bd09cb698d5439825e05ff3b7ff743968dcbfd42f06e75f3"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "45195841bc9165cfbfb37cb4a77f129c76483b84f0f46b8341b28f9aa1249172"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "d4d217d5ff0fdea3d5720de5319d3434b889851c458a8404337d7616ac88e3c0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "f8ddc0e223164470b9d1a6f1c80ed827d651f5d00be967fc2898db9500706384"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + title = "Netgear R6350"; + } + ]; + }; + newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-newifi-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "73a413f2fc0adec79e5d60e66c327101bc5cb4869b0b729efc0eb219f4394526"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "newifi-d1" + ]; + titles = [ + { + title = "Newifi D1"; + } + ]; + }; + pbr-m1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-pbr-m1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "ffbeefeb7955fb7b154416911b28d7c15f22200bacda47c8878cf51cb2fc46f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pbr-m1" + ]; + titles = [ + { + title = "PBR-M1"; + } + ]; + }; + r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-r6220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-r6220-squashfs-sysupgrade.bin"; + sha256 = "6c97e2c384857afec676b92223bd22eb9d76c0ba71c52b42da723c02714639bd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-r6220-squashfs-kernel.bin"; + sha256 = "8f244469d82e2bf4483fa3b1323c4972545ab2dc33dff142b47da6a5f9113f55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-r6220-squashfs-factory.img"; + sha256 = "74af608dd6a6b8d0cbe7661d089b74a6ba793808aa08b5502f686272f36dac28"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-r6220-squashfs-rootfs.bin"; + sha256 = "77d5b3b1dc1658f1eb77c8495ceb313551ca8509b143fc02ff92e53886880240"; + type = "rootfs"; + } + ]; + supported_devices = [ + "r6220" + ]; + titles = [ + { + title = "Netgear R6220"; + } + ]; + }; + re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-re350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-re350-v1-squashfs-factory.bin"; + sha256 = "dda2426f1a02a6e0ebfff600f389d495646cc7f29c9ce609b51f18733d03ce6f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-re350-v1-squashfs-sysupgrade.bin"; + sha256 = "6c89e66f06d80a861fca3a653eb33d7ee3d074159b426a58dbd5e5697cf1e25d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "re350-v1" + ]; + titles = [ + { + title = "TP-LINK RE350 v1"; + } + ]; + }; + re6500 = { + device_packages = [ + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-re6500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-re6500-squashfs-sysupgrade.bin"; + sha256 = "9554658dbcffe09f36f32bef348be88233ba7296af11e6d67a51bc1160e9dcb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "re6500" + ]; + titles = [ + { + title = "Linksys RE6500"; + } + ]; + }; + sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-sap-g3200u3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "2f4af9df048b71f3fe068dec11e5e2e5c00d5fbe964cba6edf887cc93156b5ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sap-g3200u3" + ]; + titles = [ + { + title = "STORYLiNK SAP-G3200U3"; + } + ]; + }; + sk-wb8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-sk-wb8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-sk-wb8-squashfs-sysupgrade.bin"; + sha256 = "1dbf9a7eac6fc09b5982408b28c6ae39e7b7bcbd3552bca08046fd7f0d985372"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sk-wb8" + ]; + titles = [ + { + title = "SamKnows Whitebox 8"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "ad7575dd0048c6e17696f62465b2a729781e065acb108246f1e1d3973c79652f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + title = "Telco Electronics X1"; + } + ]; + }; + timecloud = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-timecloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-timecloud-squashfs-sysupgrade.bin"; + sha256 = "cd77c58a2c715749517c39a8068a902504626e86ab63600102ecb5635f42541c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "timecloud" + ]; + titles = [ + { + title = "Thunder Timecloud"; + } + ]; + }; + ubnt-erx = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-ubnt-erx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-ubnt-erx-squashfs-sysupgrade.bin"; + sha256 = "2fabf3a790c11d22785973878ab0f7ce1bc964963253c5dabe7a31820dd289e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + title = "Ubiquiti EdgeRouter X"; + } + ]; + }; + ubnt-erx-sfp = { + device_packages = [ + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-i2c-gpio-custom" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-ubnt-erx-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-ubnt-erx-sfp-squashfs-sysupgrade.bin"; + sha256 = "bf359ea3f5094048cd2805c92cc464fd7aae23f41577056ac076be083ffb0c56"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt-erx-sfp" + "ubiquiti,edgerouterx" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + title = "Ubiquiti EdgeRouter X-SFP"; + } + ]; + }; + unielec_u7621-06-256m-16m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-unielec_u7621-06-256m-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-unielec_u7621-06-256m-16m-squashfs-sysupgrade.bin"; + sha256 = "ea2ecb0d85190b6348733cce13e824dd01a51d18bc13c2ff9b5c8fbaaee2fc5a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-256m-16m" + "u7621-06-256M-16M" + ]; + titles = [ + { + title = "UniElec U7621-06 (256M RAM/16M flash)"; + } + ]; + }; + unielec_u7621-06-512m-64m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-unielec_u7621-06-512m-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-unielec_u7621-06-512m-64m-squashfs-sysupgrade.bin"; + sha256 = "e63a49a76571704c5120afd8a5d88c549b0122faaa7739783b8c6fa9c761a815"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + title = "UniElec U7621-06 (512M RAM/64M flash)"; + } + ]; + }; + vr500 = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-vr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-vr500-squashfs-sysupgrade.bin"; + sha256 = "27e486b2b938418128d920ce3657f9a6adc698f3ab012a37bd56420128c663e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vr500" + ]; + titles = [ + { + title = "Planex VR500"; + } + ]; + }; + w2914nsv2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-w2914nsv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-w2914nsv2-squashfs-sysupgrade.bin"; + sha256 = "0f3faa496be2909b8c71412442931c9dfae1404ecc8bad41fd2d63da25777b52"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w2914nsv2" + ]; + titles = [ + { + title = "WeVO W2914NS v2"; + } + ]; + }; + wf-2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-wf-2881"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-wf-2881-squashfs-sysupgrade.bin"; + sha256 = "de4909e6da66e9f2c371b51857588edab0b2d4d199c72bcdb18bd48a643fe499"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wf-2881" + ]; + titles = [ + { + title = "NETIS WF-2881"; + } + ]; + }; + wndr3700v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-wndr3700v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-wndr3700v5-squashfs-sysupgrade.bin"; + sha256 = "46e63932045976a1ae4db2ee841bf4bd71709f06157c1b9d3c9f7646a5a825d2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-wndr3700v5-squashfs-factory.img"; + sha256 = "f71394c59ab9c8b696108e605f3f39812f296f4f12ef68e7f9125ef91f6668a9"; + type = "factory"; + } + ]; + supported_devices = [ + "wndr3700v5" + ]; + titles = [ + { + title = "Netgear WNDR3700v5"; + } + ]; + }; + wsr-1166 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-wsr-1166"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-wsr-1166-squashfs-sysupgrade.bin"; + sha256 = "b4e57dd7427b21d3c84f48951612748eea60c0ba1bfab335d32336b3d6a4bd23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wsr-1166" + ]; + titles = [ + { + title = "Buffalo WSR-1166"; + } + ]; + }; + wsr-600 = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-wsr-600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-wsr-600-squashfs-sysupgrade.bin"; + sha256 = "594172178355563c8cc9a23b7529a5eb3140765b3347eaa21ad557e65f9c31ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wsr-600" + ]; + titles = [ + { + title = "Buffalo WSR-600"; + } + ]; + }; + xiaomi_mir3g = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-xiaomi_mir3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-xiaomi_mir3g-squashfs-sysupgrade.bin"; + sha256 = "81fe2b99fc54b53550b73ca8af5ed0ff1cc733c895cb80f3f19a9de145fc622e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-xiaomi_mir3g-squashfs-kernel1.bin"; + sha256 = "199979008865eba4dfeb1a07b3e0f261a2949de80facb584723c7153594b18d1"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-xiaomi_mir3g-squashfs-rootfs0.bin"; + sha256 = "defa98a71c84607bb14dc800678365cb82e8173900f3444c88256d2e4c25ddec"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mir3g" + "R3G" + "mir3g" + ]; + titles = [ + { + title = "Xiaomi Mi Router 3G"; + } + ]; + }; + xiaomi_mir3p = { + device_packages = [ + "kmod-mt7615e" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-xiaomi_mir3p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-xiaomi_mir3p-squashfs-sysupgrade.bin"; + sha256 = "2955f223c9b9b2581aa7f09312e5d742279a58cc70d6b68ee55b9306683d407f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-xiaomi_mir3p-squashfs-factory.bin"; + sha256 = "7a83508b60ddda8547d5f3307869d713132907695aa7c3ec0169a423b72d2663"; + type = "factory"; + } + ]; + supported_devices = [ + "xiaomi,mir3p" + ]; + titles = [ + { + title = "Xiaomi Mi Router 3 Pro"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "a4eb1d329b3a36848c5d128e93be04e08ffcd8afc766fbe3f6075cfe347ecb73"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + title = "CreativeBox v1"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "9e1a609589a8920cb0e69999e0873b52d15a903da4e85130d43eb75da7776eab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + title = "YouHua WR1200JS"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "8322f949a88f593495f83bf1fd68cfecd39ebab5425afd5c98a970074fd37187"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + title = "Youku YK-L2"; + } + ]; + }; + zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-zbt-we1326"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "6d1290c6acc328f6869a06b495bcc5e32f38627bda6876020bd2a5626c2733f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we1326" + ]; + titles = [ + { + title = "ZBT WE1326"; + } + ]; + }; + zbt-wg2626 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-zbt-wg2626"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "13cd6fa90a59efd62b2213df9c26db6db46a8e32eaa033fd21400f12e89ec512"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg2626" + ]; + titles = [ + { + title = "ZBT WG2626"; + } + ]; + }; + zbt-wg3526-16M = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-zbt-wg3526-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-zbt-wg3526-16M-squashfs-sysupgrade.bin"; + sha256 = "3b44325a318e9696dbfa557aa6e1492ae781ec5a4a3a06d221e718dc9d7dbcce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg3526-16M" + "zbt-wg3526" + ]; + titles = [ + { + title = "ZBT WG3526 (16MB flash)"; + } + ]; + }; + zbt-wg3526-32M = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-zbt-wg3526-32M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-zbt-wg3526-32M-squashfs-sysupgrade.bin"; + sha256 = "70f1685e22cfba3774f1a6a396aded417faa7fc5dabf9900570561648f5d01e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg3526-32M" + "ac1200pro" + ]; + titles = [ + { + title = "ZBT WG3526 (32MB flash)"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "c399010e39732a21600ef94c4d32a4fec4e189e41a1a29527e1a828588d83650"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + title = "ZBT WE3526"; + } + ]; + }; + }; + target = "ramips/mt7621"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-mt7603" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + LinkIt7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-LinkIt7688"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-LinkIt7688-squashfs-sysupgrade.bin"; + sha256 = "d77f3bd25db5051fbcfb4195b7531dee8aaf5ba13e709cf28a5686c5ef56bb55"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + title = "MediaTek LinkIt Smart 7688"; + } + ]; + }; + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "be4b5a8b904ef9774c63e6687fd063f06adecb1dc0ff92382e4b2a5f978a6e27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + ]; + titles = [ + { + title = "ALFA Network AWUSFREE1"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "3b6dc5462aead9a743ab0b0d82e9a35af62646cd0811250bf753b3dc97ab2bc6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "9be3cfbe69af51f918bd2e2dfd1e293510171b277d2c5bfdd0c183ae9795eee8"; + type = "factory"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + title = "Cudy WR1000"; + } + ]; + }; + duzun-dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-duzun-dm06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-duzun-dm06-squashfs-sysupgrade.bin"; + sha256 = "5ba0687743f1471faf874ba84ea19e61704e360236c1e4c0ad95c2fcb0c56b7f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "duzun-dm06" + ]; + titles = [ + { + title = "DuZun DM06"; + } + ]; + }; + gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-gl-mt300n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "9486b8d56ba961faaee1b201adc17fac3bb948a8f4a0357b542dd320cc30d415"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300n-v2" + ]; + titles = [ + { + title = "GL-iNet GL-MT300N-V2"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "17ce86e3e864190fbbcda2357146bdb7a5502507c0d11a0a26c6e44e219a2f60"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + title = "GL.iNet VIXMINI"; + } + ]; + }; + hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-hc5661a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-hc5661a-squashfs-sysupgrade.bin"; + sha256 = "eb261ecc043262f71f2382012eec557365120759d358e54bee080db6ba45028c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5661a" + ]; + titles = [ + { + title = "HiWiFi HC5661A"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "c339a1a707c1953efafda070fcfaf06fbf7e1455597b07a67a9c9065c38e2306"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + title = "HILINK HLK7628N"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "f6055718271479a1d58329d1256c55e31e435c547a7171215cfef8434038ea57"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + title = "HiWiFi HC5861B"; + } + ]; + }; + mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-mac1200r-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "9b3225799495705f7f308d3934746d406322bf2ac018e0c164130621b3bc1578"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mac1200rv2" + ]; + titles = [ + { + title = "Mercury MAC1200R v2.0"; + } + ]; + }; + miwifi-nano = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-miwifi-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "0e68d6fd39823729cc06cb2abc6ef98ba6f24132f5b4a84219ee244aee349b9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miwifi-nano" + ]; + titles = [ + { + title = "Xiaomi MiWiFi Nano"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "08a4472618f8da3ebba82d9d9fd9a7e072ae84adac0d009894b8703914cacb61"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "9c18f3e31d90e4827a1745e11eeaeb85d3b0036ef74b31d347c68ba3b43d83f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + title = "Netgear R6120"; + } + ]; + }; + omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-omega2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-omega2-squashfs-sysupgrade.bin"; + sha256 = "c55ee067b4383790dc5081ecb8304d9bf33b271e145caa0a8ced4ee363cc3993"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omega2" + ]; + titles = [ + { + title = "Onion Omega2"; + } + ]; + }; + omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-omega2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-omega2p-squashfs-sysupgrade.bin"; + sha256 = "6a9810f4cdc722c9de4c252790a5b2ed17a3b2fb5162ec7eacf74bc9deb7822b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omega2p" + ]; + titles = [ + { + title = "Onion Omega2+"; + } + ]; + }; + pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-pbr-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "d15d79d83c7b50ae9cabb7b4b15919d8579c507777af9b5740bc549060504cc0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pbr-d1" + ]; + titles = [ + { + title = "PBR-D1"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "5cd556db08eb176b0dbd763092ac9b801f18370e6cf4efa8e5478d399bf288f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + title = "Rakwireless RAK633"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "cb331cb794a903289c3de1e24ec43b49f0b4668b3b7aea2857b58231afcf586c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + title = "Skylab SKW92A"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "62f0158421bb067fa10c0453a1e3829a327778eb54555ebcd7b6aafb9fcc670f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + title = "Tama W06"; + } + ]; + }; + tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-tl-wr840n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "fdafc9af0f21deac1ab6155f4d0efab6c1966f053ad223293fa9a3b547a6a6ad"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "ee6538b2170ff1f6f35890dce83d5799c11f59a3ada4047145ebdb7d06ee737e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr840n-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR840N v4"; + } + ]; + }; + tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-tl-wr841n-v13"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "e46bd4c1aee461ca527e34359feb2d1bab44b52d1584fbc496144787fc00337a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "88a535cda74268ac098a05f84f28d0a245cfee9fb476751df72b4fe3536172c7"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tl-wr841n-v13" + ]; + titles = [ + { + title = "TP-Link TL-WR841N v13"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "23b8e37acde2f43b9e9221139a25babbe7e80442a35199620141a9ad4fcaaab2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + title = "TOTOLINK LR1200"; + } + ]; + }; + tplink_c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-tplink_c20-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "3af6092251bfc6c6bd342a68ab7bb545516ad5be3787ace07154f25cf5b384f9"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_c20-v4-squashfs-sysupgrade.bin"; + sha256 = "92594d1f74c047572e7e7eeeb56271e77e12af7ec55a9b5cf1f4e6827a96c382"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c20-v4" + ]; + titles = [ + { + title = "TP-Link ArcherC20 v4"; + } + ]; + }; + tplink_c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-tplink_c50-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "d4a62e64a5514fa2014f125d82b1f13151ee96698bc99fd0504fa254a16ecefb"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_c50-v3-squashfs-sysupgrade.bin"; + sha256 = "9fb715fad09e0c520e49b560a5f7d0f3d1b366959287c4c84651b3e9f1dbcf36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c50-v3" + ]; + titles = [ + { + title = "TP-Link ArcherC50 v3"; + } + ]; + }; + tplink_c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-tplink_c50-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_c50-v4-squashfs-sysupgrade.bin"; + sha256 = "8e16ded937486e5b10cea84ded562c9126886f15f9feae82ed872316019bad39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c50-v4" + ]; + titles = [ + { + title = "TP-Link ArcherC50 v4"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "8a22657bddf3f455dce766fb83e54c1241ad458516ff85bf8d1e766a6f91c852"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "80cc0d3c343cdec6b1099fef58c98c906723752dce0705eef413625d17bbfeac"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + title = "TP-Link TL-MR3020 v3"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "1935fb821377fa15c55da51405536a0fd6a76bb26967074e6a228ba7234f416e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "a95324eeabfa6603ad68f25cbd9411dc418c11ecb3d0ddb4c1bc6bee05ea7a2d"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + title = "TP-Link TL-MR3420 v5"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "1b446bf26a0515d69d0c38d9fefc763a694ba844ea680d061d7dbcdc58cd4d4e"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "c9b3d660c13138280f83fdeffebfc1e5de24577cd9d4ea36d4d5a3994e3abe8a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + title = "TP-Link TL-WA801ND v5"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "a04808d8b47727434cc3530bd8c96515ab768ef4e7db4974e43761925dc25a03"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "077f6d1c8673d99184bd5f4a67859fd96990ea9e9c6cec614dee7b59f4b4299c"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR802N v4"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "a9bd1b73b87cfe54b9674814aa49e594df321893751c3f06b9dfb11bd834003d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "0fc6b6ebb47ba7a77b342ffabef3290aa47ce402fbe0cf194ec4ec9ab0cd434e"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + title = "TP-Link TL-WR842N v5"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "a7a5b6ff5ddb1628ea5f498f9f8a8e354dab8a1f8fccc6bfc343ff6ca5e2b3c3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "bf8f5d5ce67f09ad12ff0581c4e8a48dbfb656ad73fc29c35ccea1ef49ad96d9"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + title = "TP-Link TL-WR902AC v3"; + } + ]; + }; + u7628-01-128M-16M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-u7628-01-128M-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-u7628-01-128M-16M-squashfs-sysupgrade.bin"; + sha256 = "331a9f6ddd6de36896539349526b7b1f1f1f9d1528991b0f9945be0ad590f8f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "u7628-01-128M-16M" + ]; + titles = [ + { + title = "UniElec U7628-01 (128M RAM/16M flash)"; + } + ]; + }; + vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-vocore2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-vocore2-squashfs-sysupgrade.bin"; + sha256 = "28f3d77a8c8dc079def36f0c15bd6b5f77d8553dfc55841ed2c4e427e4c13197"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore2" + ]; + titles = [ + { + title = "VoCore VoCore2"; + } + ]; + }; + vocore2lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-vocore2lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-vocore2lite-squashfs-sysupgrade.bin"; + sha256 = "c0ec93b39fc69f806e65cd30c68428a2836caeef0ef43574742d521bed389b0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore2lite" + ]; + titles = [ + { + title = "VoCore VoCore2-Lite"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "36a7cf71a0ad328ae5f78782a4829218aaca00fc3dd8c1523008c5b00b457c89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + title = "Wavlink WL-WN570HA1"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "de6557cbc1516ede3332fcdf4a7518e91f9e08272c989d023d127c5057877562"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + title = "Wavlink WL-WN575A3"; + } + ]; + }; + wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-wcr-1166ds"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "3279522d8eb5b60c1c4344538d0c5ee711f276f65e8c0bd840d292a160f6ffec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-wcr-1166ds-squashfs-factory.bin"; + sha256 = "6594b8fff899dd1f56dc2c512f1623358d38d15deed4c94e310460a3ff3e7ff2"; + type = "factory"; + } + ]; + supported_devices = [ + "wcr-1166ds" + ]; + titles = [ + { + title = "Buffalo WCR-1166DS"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "6fd63cd7596a2bb9c6d8e4dfdef89dd7ff71fe50d713ed56ad775d1ebd0abe24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + title = "Widora-NEO (16M)"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "e66dc4a33964b7908ada8302bcdb7d6f1104fca36b6b242d95fd2cf7f11713e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + title = "Widora-NEO (32M)"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "8245132e4a08f5b5085eb72cb3375eaa442f54294eec8558e6af2fabe5ecb8c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + title = "WIZnet WizFi630S"; + } + ]; + }; + wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-wrtnode2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "8ab957e465815dedfaad3f0026ced2583e0e9b95669f5653533a95117e6d97fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode2p" + ]; + titles = [ + { + title = "WRTnode 2P"; + } + ]; + }; + wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-wrtnode2r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "b014052b117a507dafde1a84df6175cc0c027591431e45fc719f18185d95f2cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode2r" + ]; + titles = [ + { + title = "WRTnode 2R"; + } + ]; + }; + xiaomi_mir4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-xiaomi_mir4a-100m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-xiaomi_mir4a-100m-squashfs-sysupgrade.bin"; + sha256 = "f5a7ddb7532020ec900e78bbe28b4dc6f695f8313c1eebe01fd7f0749a807892"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mir4a-100m" + ]; + titles = [ + { + title = "Xiaomi Mi Router 4A (100M Edition)"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "b7c0a34dc11401e403458deec003ba8fcf0dc95f1bafe3e5d1e954bffa1bea9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + title = "ZBTlink ZBT-WE1226"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "a0ec5f11c9ef1bbbe495db2524b5e61f177b1e87bae2120214976ca9a259287d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "842760c4f7e9feee2d87a4d5aca242d85a71dd5ac12d548e143ea1c3c863e2c4"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + title = "ZyXEL Keenetic Extra II"; + } + ]; + }; + }; + target = "ramips/mt76x8"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + ar670w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt288x-ar670w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt288x-ar670w-squashfs-factory.bin"; + sha256 = "dadf0ee1f4d4ce50c69413da8cba95d7f5c9a7779e74eada365f3326347fbf00"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt288x-ar670w-squashfs-sysupgrade.bin"; + sha256 = "1af9d74e6208113176acc4351c6b0da19dd22a996a0182b0275c713ee87a2566"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ar670w" + ]; + titles = [ + { + title = "Airlink AR670W"; + } + ]; + }; + ar725w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt288x-ar725w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt288x-ar725w-squashfs-sysupgrade.bin"; + sha256 = "57995ff74c6f9e715c0f6854b37287cb70e2357b19ee21d5873a3e29ec031f3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ar725w" + ]; + titles = [ + { + title = "Airlink AR725W"; + } + ]; + }; + dlink_dap-1522-a1 = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt288x-dlink_dap-1522-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt288x-dlink_dap-1522-a1-squashfs-sysupgrade.bin"; + sha256 = "0a33951f8ac99c8811326f16d8b5cd43ff3399b540a9582afecad44355f82669"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt288x-dlink_dap-1522-a1-squashfs-factory.bin"; + sha256 = "a08d3ca58aa3a3c843ad593b3febba99361136cef2b29b43a84b62d5b727389a"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1522-a1" + ]; + titles = [ + { + title = "D-Link DAP-1522 A1"; + } + ]; + }; + f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt288x-f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt288x-f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "4a4028799d615fbfc420abe16888b8768899e465b61231a27865b61ae17131cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f5d8235-v1" + ]; + titles = [ + { + title = "Belkin F5D8235 V1"; + } + ]; + }; + rt-n15 = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt288x-rt-n15"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt288x-rt-n15-squashfs-sysupgrade.bin"; + sha256 = "b450c78ba5a89a6ead792bb13ec907033e813d78626b3b5394dd5bc018671cf1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n15" + ]; + titles = [ + { + title = "Asus RT-N15"; + } + ]; + }; + v11st-fe = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt288x-v11st-fe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt288x-v11st-fe-squashfs-sysupgrade.bin"; + sha256 = "85d6174482641474577dea0e186634c7451b05b8220bbec8c8841904345a1757"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "v11st-fe" + ]; + titles = [ + { + title = "Ralink V11ST-FE"; + } + ]; + }; + wli-tx4-ag300n = { + device_packages = [ + "kmod-switch-ip17xx" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt288x-wli-tx4-ag300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt288x-wli-tx4-ag300n-squashfs-sysupgrade.bin"; + sha256 = "704a1054dcaf3917a87238642c1a35b6a364ccdd23e23982e6e3002c25ba30a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wli-tx4-ag300n" + ]; + titles = [ + { + title = "Buffalo WLI-TX4-AG300N"; + } + ]; + }; + wzr-agl300nh = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt288x-wzr-agl300nh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt288x-wzr-agl300nh-squashfs-sysupgrade.bin"; + sha256 = "f0104e2ccd1ce4983ca8b1868a6b097c669a6f2263a8c7a9afac5eaf98dc970d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wzr-agl300nh" + ]; + titles = [ + { + title = "Buffalo WZR-AGL300NH"; + } + ]; + }; + }; + target = "ramips/rt288x"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + "3g-6200n" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-3g-6200n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-3g-6200n-squashfs-sysupgrade.bin"; + sha256 = "17874b17e8dc4ce33b046f7e9b27dcf4c713eaf7de06afa5bd6092663f8d3783"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g-6200n" + ]; + titles = [ + { + title = "Edimax 3g-6200n"; + } + ]; + }; + "3g-6200nl" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-3g-6200nl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-3g-6200nl-squashfs-sysupgrade.bin"; + sha256 = "1e7e4d8985dc4d5ef65e8e6ba92624e66642e8edf85644f7ba36f0fc8c8183f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g-6200nl" + ]; + titles = [ + { + title = "Edimax 3g-6200nl"; + } + ]; + }; + "3g150b" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-3g150b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-3g150b-squashfs-sysupgrade.bin"; + sha256 = "84e17f688c123bb57f8b75b9cd6e1bcfabced18b8cb7d0a1217d8e05d6aac7c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g150b" + ]; + titles = [ + { + title = "Tenda 3G150B"; + } + ]; + }; + "3g300m" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-3g300m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-3g300m-squashfs-sysupgrade.bin"; + sha256 = "3c5de09159daa031c1bcb56367c826f477a27ecd05976b112b9feffefcce65c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g300m" + ]; + titles = [ + { + title = "Tenda 3G300M"; + } + ]; + }; + air3gii = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-air3gii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-air3gii-squashfs-sysupgrade.bin"; + sha256 = "31c6e3804280f537bbf9a09eecfca3892581b1f6a8fb9b4bc052bde962192963"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "air3gii" + ]; + titles = [ + { + title = "AirLive Air3GII"; + } + ]; + }; + all0256n-4M = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-all0256n-4M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-all0256n-4M-squashfs-sysupgrade.bin"; + sha256 = "4c5487e74fff8a20103a042965fe352e5e862abbf789c1db09d751b68b2c45d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all0256n-4M" + ]; + titles = [ + { + title = "Allnet ALL0256N (4MB)"; + } + ]; + }; + all0256n-8M = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-all0256n-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-all0256n-8M-squashfs-sysupgrade.bin"; + sha256 = "8fc093d4b499955ebc6c2792feb8f5641388bdb70bcf874bbc95cbd5b4497cb0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all0256n-8M" + ]; + titles = [ + { + title = "Allnet ALL0256N (8MB)"; + } + ]; + }; + all5002 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-all5002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-all5002-squashfs-sysupgrade.bin"; + sha256 = "a91e26012b968c02e592464220c5a2851943f035e3323186b5d7dffc03576cf5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all5002" + ]; + titles = [ + { + title = "Allnet ALL5002"; + } + ]; + }; + all5003 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-all5003"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-all5003-squashfs-sysupgrade.bin"; + sha256 = "9c8087ff358947a4f23be1c52bbd6dbced7e8f48d6ed7502d3262d87d589038b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all5003" + ]; + titles = [ + { + title = "Allnet ALL5003"; + } + ]; + }; + asl26555-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-asl26555-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-asl26555-16M-squashfs-sysupgrade.bin"; + sha256 = "37898b754b0fca298a793b43c45246d47fbf60c3b5b65296a62516f32d5f91b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asl26555-16M" + "asl26555" + ]; + titles = [ + { + title = "Alpha ASL26555 16M"; + } + ]; + }; + asl26555-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-asl26555-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-asl26555-8M-squashfs-sysupgrade.bin"; + sha256 = "25ed9e140fd2373d96d143475d1dc1f98b9bacb411c49fd9dd253b4f0818f02c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asl26555-8M" + "asl26555" + ]; + titles = [ + { + title = "Alpha ASL26555 "; + } + ]; + }; + atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-atp-52b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-atp-52b-squashfs-sysupgrade.bin"; + sha256 = "c135aec81a57664c3c1a9f851e938842941e58df42d9ed36edf630deff79f97b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "atp-52b" + ]; + titles = [ + { + title = "Argus ATP-52B"; + } + ]; + }; + awapn2403 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-awapn2403"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-awapn2403-squashfs-sysupgrade.bin"; + sha256 = "fc71d7735da1e233f7a8e48ec86dd4f743dc133cdbfc43aaf2c92b7c18762702"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "awapn2403" + ]; + titles = [ + { + title = "AsiaRF AWAPN2403"; + } + ]; + }; + awm002-evb-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-awm002-evb-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-awm002-evb-8M-squashfs-sysupgrade.bin"; + sha256 = "5b3a2f6e016e09eff5a4da60ec1a1bac722631b1793ac46981d3b94c200572cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "awm002-evb-8M" + ]; + titles = [ + { + title = "AsiaRF AWM002-EVB (8M)/AsiaRF AWM003 EVB"; + } + ]; + }; + bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-bc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-bc2-squashfs-sysupgrade.bin"; + sha256 = "aae6295baf8414fe811f47ee6ce30f674990df9afc7b791e361807794d3a1a0f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bc2" + ]; + titles = [ + { + title = "NexAira BC2"; + } + ]; + }; + broadway = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-broadway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-broadway-squashfs-sysupgrade.bin"; + sha256 = "709783665d218b760918fda42353660fc44a72dd9e93c2677f4ea187344e3316"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "broadway" + ]; + titles = [ + { + title = "Hauppauge Broadway"; + } + ]; + }; + carambola = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-carambola"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-carambola-squashfs-sysupgrade.bin"; + sha256 = "a5933d743a703f98352ca8fd4ed4d556f67c536ba3a1dce5453b00cf51fbc452"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "carambola" + ]; + titles = [ + { + title = "8devices Carambola"; + } + ]; + }; + d105 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-d105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-d105-squashfs-sysupgrade.bin"; + sha256 = "79d0d261750459ea72e8a30a0d0b0558cf4775d1b895367b9ebc56c298147dad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d105" + ]; + titles = [ + { + title = "Huawei D105"; + } + ]; + }; + dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-dap-1350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-dap-1350-squashfs-sysupgrade.bin"; + sha256 = "3277fcc1d3b24a322e76d4fe1134549b6dbeb7035ab1e88740eb96d02c29b4d1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-dap-1350-squashfs-factory-NA.bin"; + sha256 = "990a312cc31a75894c4b6d4931f3fbe1c0a890505627da78ce6b1dc06cea9e38"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-dap-1350-squashfs-factory.bin"; + sha256 = "a9397496881e58b6a6609ada84ae3f192019181b749669f04408b0448122882d"; + type = "factory"; + } + ]; + supported_devices = [ + "dap-1350" + ]; + titles = [ + { + title = "D-Link DAP-1350"; + } + ]; + }; + dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-dir-320-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "66421a20dff70a5d54f6c7e37eb787cd4b692b4182c31618b514397e13bf1641"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-320-b1" + ]; + titles = [ + { + title = "D-Link DIR-320 B1"; + } + ]; + }; + dir-600-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-dir-600-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-dir-600-b1-squashfs-factory.bin"; + sha256 = "22f933578cbeab6730d6e93690d5660120b5bfbf2677276b3904e7e6ca15a141"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-dir-600-b1-squashfs-sysupgrade.bin"; + sha256 = "4be2197a94aba3a742172dbf9adafb22a90cb0754b95deff5e356a7a662e26c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-600-b1" + "dir-600-b2" + ]; + titles = [ + { + title = "D-Link DIR-600 B1/B2"; + } + ]; + }; + dir-610-a1 = { + device_packages = [ + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-dir-610-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-dir-610-a1-squashfs-sysupgrade.bin"; + sha256 = "d5e9cb510ce5a91b6330d60c02599133757d9b5457025c1fa66fe197a4f37da6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-dir-610-a1-squashfs-factory.bin"; + sha256 = "7101a4ff39c02c449dc562a68f83341e27093d3cac2067ab101f4cea03b65ba6"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-610-a1" + ]; + titles = [ + { + title = "D-Link DIR-610 A1 "; + } + ]; + }; + dir-615-d = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-dir-615-d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin"; + sha256 = "0dacc2d6cbf492a34b5b8192dcb6d22bda17fc0ec59552d73e341e9e38cbdd49"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-dir-615-d-squashfs-factory.bin"; + sha256 = "50d59c18766aa4f73250b0f8b5f3a07648035dd9437c52fd7955407da17704f3"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-615-d" + ]; + titles = [ + { + title = "D-Link DIR-615 D"; + } + ]; + }; + dir-615-h1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-dir-615-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-dir-615-h1-squashfs-sysupgrade.bin"; + sha256 = "1b785707e2e9da526a5c6a0efff981602d7a30fced821e59abcef1816d96a268"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-dir-615-h1-squashfs-factory.bin"; + sha256 = "c8957698a20b0f3e1bc2c0f82d4d439e005d8c216cf977d7bed9b6201167c3ae"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-615-h1" + ]; + titles = [ + { + title = "D-Link DIR-615 H1"; + } + ]; + }; + dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-dir-620-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "5065276f43645816e36b2d7c72c299733f501316d744b0d17e5eacc4a5183edf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-620-a1" + ]; + titles = [ + { + title = "D-Link DIR-620 A1"; + } + ]; + }; + dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-dir-620-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "2023f8cc5bfc46472d5dc5edf9dd56c6ff07b1f639c6761c7f889503a97d7618"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-620-d1" + ]; + titles = [ + { + title = "D-Link DIR-620 D1"; + } + ]; + }; + dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial" + "kmod-usb-serial-option" + "kmod-usb-net" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-dwr-512-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "3bec5a92045cb17e33eec2b06c98051a26a1b7b7b5cb8f0cf96800e26c0374f4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-dwr-512-b-squashfs-factory.bin"; + sha256 = "9bb63ba44d2e83a34c48bf173f49bdd837bd3ec5af517c20ac175a09f951e408"; + type = "factory"; + } + ]; + supported_devices = [ + "dwr-512-b" + ]; + titles = [ + { + title = "D-Link DWR-512 B"; + } + ]; + }; + esr-9753 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-esr-9753"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-esr-9753-squashfs-sysupgrade.bin"; + sha256 = "3366b175ea3422254333f8551cb608a977c0900f63701955b9e3bd3a5e19e30d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "esr-9753" + ]; + titles = [ + { + title = "EnGenius ESR-9753"; + } + ]; + }; + f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-f5d8235-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "a239782f869b7680cfe3e0f2dd0c435b93c32ff7c103ca8e0ccc582d028d80fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f5d8235-v2" + ]; + titles = [ + { + title = "Belkin F5D8235 v2"; + } + ]; + }; + f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-f7c027"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-f7c027-squashfs-sysupgrade.bin"; + sha256 = "8b226c5f7ec505882981269f75b8a8726048247fcd014ffbef70542f8c53e583"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f7c027" + ]; + titles = [ + { + title = "Belkin F7C027"; + } + ]; + }; + fonera20n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-fonera20n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-fonera20n-squashfs-sysupgrade.bin"; + sha256 = "e39b68548354d44e3da60cec2da517faddfe6735e64e7fcd4979d5e96a05fec9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-fonera20n-squashfs-factory.bin"; + sha256 = "df0020850b3e9d0193713e7564a838135735d0fc30cccde5d9a874c03a18e883"; + type = "factory"; + } + ]; + supported_devices = [ + "fonera20n" + ]; + titles = [ + { + title = "Fonera 2.0N"; + } + ]; + }; + freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-freestation5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-freestation5-squashfs-sysupgrade.bin"; + sha256 = "48986ccb62b7e07d226b42381d086c3e050b3523aafac0790cefe4ec5000e3b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "freestation5" + ]; + titles = [ + { + title = "ARC Wireless FreeStation"; + } + ]; + }; + hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-hg255d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-hg255d-squashfs-sysupgrade.bin"; + sha256 = "05166a2349cfd3305205fc48244d9fe7fd8f0ab00c7eb9cde85d1e668c92a7fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hg255d" + ]; + titles = [ + { + title = "HuaWei HG255D"; + } + ]; + }; + hlk-rm04 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-hlk-rm04"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-hlk-rm04-squashfs-sysupgrade.bin"; + sha256 = "b1997e9efe3ab0701ea629d6a3dba27b2a747148ab41f1370dd35bfda2da0950"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-hlk-rm04-squashfs-factory.bin"; + sha256 = "9fd855a3910ba894d00df86700263a420aab56531011bcbfa9284a494ede5fc5"; + type = "factory"; + } + ]; + supported_devices = [ + "hlk-rm04" + ]; + titles = [ + { + title = "Hi-Link HLK-RM04"; + } + ]; + }; + ht-tm02 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-ht-tm02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-ht-tm02-squashfs-sysupgrade.bin"; + sha256 = "9160e2267a8f20de6ad59a03d6a91bad7979e19b9674b35b2f6e6a414efb2ad0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ht-tm02" + ]; + titles = [ + { + title = "HooToo HT-TM02"; + } + ]; + }; + hw550-3g = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-hw550-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "4e390fe8f31e6585d3fbd4eebf1efb3b1ca0d926690670f7f524d1fb091aa04e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hw550-3g" + ]; + titles = [ + { + title = "Aztech HW550-3G"; + } + ]; + }; + ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-ip2202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-ip2202-squashfs-sysupgrade.bin"; + sha256 = "52829af680669b54ee34b4b72fbc4c964684bed8b2b4df8f4cf856bbcef57312"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ip2202" + ]; + titles = [ + { + title = "Poray IP2202"; + } + ]; + }; + jhr-n805r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-jhr-n805r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-jhr-n805r-squashfs-factory.bin"; + sha256 = "22aeb7ec8283be0ffaf01f8edc1beec3c4eab542c07b35e093fafff20e529a04"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-jhr-n805r-squashfs-sysupgrade.bin"; + sha256 = "2f83ec7c89c78ad586a9b1b4477fb31961d75b5fe6a2955f199ee640ad27b118"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jhr-n805r" + ]; + titles = [ + { + title = "JCG JHR-N805R"; + } + ]; + }; + jhr-n825r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-jhr-n825r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-jhr-n825r-squashfs-sysupgrade.bin"; + sha256 = "7946c87e9dda105c322060b28f24235a34ac5094c4fc0a5678f82709c204d451"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-jhr-n825r-squashfs-factory.bin"; + sha256 = "699998a32b1fa8b7d83c3e658a044e2acc3398b86c3447d79fe13f339f57bbdd"; + type = "factory"; + } + ]; + supported_devices = [ + "jhr-n825r" + ]; + titles = [ + { + title = "JCG JHR-N825R"; + } + ]; + }; + jhr-n926r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-jhr-n926r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-jhr-n926r-squashfs-sysupgrade.bin"; + sha256 = "f924970edc48e4fcebf5ef006dac191d737de0c1df4d304f51f1d2c0f378a748"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-jhr-n926r-squashfs-factory.bin"; + sha256 = "1b87d28f4946b77a9e57983a28151bfc3be59116464ff0e241b96dd29bb59476"; + type = "factory"; + } + ]; + supported_devices = [ + "jhr-n926r" + ]; + titles = [ + { + title = "JCG JHR-N926R"; + } + ]; + }; + kn = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-kn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-kn-squashfs-sysupgrade.bin"; + sha256 = "99b1a3178027328afbc194fdf27da660be137ea4af69ceca28b44ed8cb7a88ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kn" + ]; + titles = [ + { + title = "ZyXEL Keenetic"; + } + ]; + }; + m2m = { + device_packages = [ + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-m2m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-m2m-squashfs-sysupgrade.bin"; + sha256 = "b8c2735c1054a37cf7c73bf4c212e9602d51d871bcf65a83a15f7f2824246fff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m2m" + ]; + titles = [ + { + title = "Intenso Memory 2 Move"; + } + ]; + }; + m3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-m3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-m3-squashfs-factory.bin"; + sha256 = "80855da4d5283191badab34487b4fd3baedad1f3e50a5b7c8c028893f8fd0a4d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-m3-squashfs-sysupgrade.bin"; + sha256 = "1cc9f6cfb0d3622b4b93bac69654356dc9b231b76cc9fa5e9aaa8e6f0b5f9008"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m3" + ]; + titles = [ + { + title = "Poray M3"; + } + ]; + }; + m4-4M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-m4-4M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-m4-4M-squashfs-factory.bin"; + sha256 = "745160132f2731fab11f4ef018026b3899d7b7124378e6e9cba24130fef972f2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-m4-4M-squashfs-sysupgrade.bin"; + sha256 = "597429383b84ea3a5fb827f1fb6c3abde355b438428974f34856791605e84d43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m4-4M" + ]; + titles = [ + { + title = "Poray M4 (4MB)"; + } + ]; + }; + m4-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-m4-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-m4-8M-squashfs-factory.bin"; + sha256 = "d042929d8023aa09c1b1f0ac85988611a7a812f18a08ceeeeef4f2d20f9d913a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-m4-8M-squashfs-sysupgrade.bin"; + sha256 = "3aa54c73c34da98241bdd5d443446e458d9afc65911cf8c5a005df9ac18e90fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m4-8M" + ]; + titles = [ + { + title = "Poray M4 (8MB)"; + } + ]; + }; + miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-miniembplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-miniembplug-squashfs-sysupgrade.bin"; + sha256 = "f47737db73d438d843e46999b8668516b281ee5ac2fb2749cf40e12ee59d0e69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miniembplug" + ]; + titles = [ + { + title = "Omnima MiniEMBPlug"; + } + ]; + }; + miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-miniembwifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "8630e84df9c1fb64230e1483b23b75cea8a12e315b2255bd83e9d0d3b31003e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miniembwifi" + ]; + titles = [ + { + title = "Omnima MiniEMBWiFi"; + } + ]; + }; + mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-mofi3500-3gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "0ea0f4ac27d7fec63daa22887cbadf5edf6bb843c370c52c88429a3c45036f4d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mofi3500-3gn" + ]; + titles = [ + { + title = "MoFi Network MOFI3500-3GN"; + } + ]; + }; + mpr-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-mpr-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-mpr-a1-squashfs-sysupgrade.bin"; + sha256 = "4dbf5e22f32e5db41914f85771fe792821e70d6964909d7ce18d1da3ff4b253a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mpr-a1" + ]; + titles = [ + { + title = "HAME MPR-A1"; + } + ]; + }; + mpr-a2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-mpr-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "c7ea44ffe1ad9d0d8a98cfe204370b681590d02d9cae39afd9209e9ddb6eb35b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mpr-a2" + ]; + titles = [ + { + title = "HAME MPR-A2"; + } + ]; + }; + mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-mr-102n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-mr-102n-squashfs-sysupgrade.bin"; + sha256 = "f8800b3d69d2f35738692ce43bce281c3ee35fcf8e3ab9f7b7e1a5da3a4d0daa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mr-102n" + ]; + titles = [ + { + title = "AXIMCom MR-102N"; + } + ]; + }; + mzk-dp150n = { + device_packages = [ + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-mzk-dp150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-mzk-dp150n-squashfs-sysupgrade.bin"; + sha256 = "703e558e1f6827bd0edc99e409e37121e86b2136d572ffe8a12164b0a6e7cf6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-dp150n" + ]; + titles = [ + { + title = "Planex MZK-DP150N"; + } + ]; + }; + mzk-w300nh2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-mzk-w300nh2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-mzk-w300nh2-squashfs-factory.bin"; + sha256 = "328d024d6f4aa9ea6c73708be85d5560dcd45c5462674c5f2dd9d5961227eff6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-mzk-w300nh2-squashfs-sysupgrade.bin"; + sha256 = "14d2baa869eff837ddb73bb0a48d7206e1d9f6db76e4f49822b6d34fc5a27fd2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-w300nh2" + ]; + titles = [ + { + title = "Planex MZK-W300NH2"; + } + ]; + }; + mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-mzk-wdpr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "94fc98db7973ee3081aceb92946af38032d07dcb0153e6c3a5b1a1db8604e76f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-wdpr" + ]; + titles = [ + { + title = "Planex MZK-WDPR"; + } + ]; + }; + nbg-419n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-nbg-419n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-nbg-419n-squashfs-sysupgrade.bin"; + sha256 = "f2c3058e4b8fa0b96d57806602c4958456bafab0ea3f90b35ffba0e6fb8841b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nbg-419n" + ]; + titles = [ + { + title = "ZyXEL NBG-419N"; + } + ]; + }; + nbg-419n2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-nbg-419n2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-nbg-419n2-squashfs-sysupgrade.bin"; + sha256 = "1c42204ef80f1c189fc196b230ad9e8dd94d3d636bd135c68711784df47652fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nbg-419n2" + ]; + titles = [ + { + title = "ZyXEL NBG-419N2"; + } + ]; + }; + ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-core" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-ncs601w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-ncs601w-squashfs-sysupgrade.bin"; + sha256 = "9af652dfe1a04e2a83d3053638d63c7cef9abf7595eed973db5df87062cf9cb9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ncs601w" + ]; + titles = [ + { + title = "Wansview NCS601W"; + } + ]; + }; + nixcore-x1-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-nixcore-x1-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-nixcore-x1-16M-squashfs-sysupgrade.bin"; + sha256 = "a1cfda6a90a1225f218dae43c28ae0bf5f58973277ba3adb42fab1b49b8448ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore-x1-16M" + "nixcore-x1" + ]; + titles = [ + { + title = "NixcoreX1 (16M)"; + } + ]; + }; + nixcore-x1-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-nixcore-x1-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-nixcore-x1-8M-squashfs-sysupgrade.bin"; + sha256 = "b668481407c017d48fedfd525d09a97ee63adb4d03512afff822a26d25b8257f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore-x1-8M" + "nixcore-x1" + ]; + titles = [ + { + title = "NixcoreX1 (8M)"; + } + ]; + }; + nw718 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-nw718"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-nw718-squashfs-sysupgrade.bin"; + sha256 = "ae6890c7c8cb2e1e9b6b794d894693a3463c42ab61891f391587d702a353de20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nw718" + ]; + titles = [ + { + title = "Netcore NW718"; + } + ]; + }; + psr-680w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-psr-680w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-psr-680w-squashfs-sysupgrade.bin"; + sha256 = "b7e7d59ee170b33760f14f1db1b676e75f5655285d62103d2fe4a9d9282ee7ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psr-680w" + ]; + titles = [ + { + title = "Petatel PSR-680W Wireless 3G Router"; + } + ]; + }; + pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-pwh2004"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-pwh2004-squashfs-sysupgrade.bin"; + sha256 = "2ab8c784a45cc824fe810a7022cf21007d120d319f2aed87c1f05dafbe7cf91f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pwh2004" + ]; + titles = [ + { + title = "Prolink PWH2004"; + } + ]; + }; + px-4885-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-px-4885-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-px-4885-8M-squashfs-sysupgrade.bin"; + sha256 = "5c7e448b68e54a50573aac08e1f2f1dbc3fc9826e9c88dd73218b047048d2cda"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "px-4885-8M" + ]; + titles = [ + { + title = "7Links PX-4885 (8M)"; + } + ]; + }; + rt-g32-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-rt-g32-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-rt-g32-b1-squashfs-sysupgrade.bin"; + sha256 = "b63877b6e1a371761c85d184d9427d481aade654dfac9a519b259403879d52ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-g32-b1" + ]; + titles = [ + { + title = "Asus RT-G32 B1"; + } + ]; + }; + rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-rt-n13u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "42bdfda8dd9b836bb0553e02590d0d1854dd3a5c74e96d21de1c332d207a5c72"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n13u" + ]; + titles = [ + { + title = "Asus RT-N13U"; + } + ]; + }; + rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-rt5350f-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "d2a6748f9cea3caaf15147c8bf647997db34f54eab8ab4d68e56f8344f842932"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt5350f-olinuxino" + ]; + titles = [ + { + title = "RT5350F-OLinuXino"; + } + ]; + }; + rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "e90c7eee47dd64e4a3b1af4a526d498433200902f6a24013e676e0e94c695515"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + title = "RT5350F-OLinuXino-EVB"; + } + ]; + }; + rut5xx = { + device_packages = [ + "om-watchdog" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-rut5xx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-rut5xx-squashfs-sysupgrade.bin"; + sha256 = "c5e71eb3901cb909464ebea71a1bbb8523caa4e64caad74af7620ee708513dec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rut5xx" + ]; + titles = [ + { + title = "Teltonika RUT5XX"; + } + ]; + }; + sl-r7205 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-sl-r7205"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-sl-r7205-squashfs-sysupgrade.bin"; + sha256 = "cb3444501e81371498cc0f61864c6e5f20f61528ee9ec712efaaae264ce4be08"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sl-r7205" + ]; + titles = [ + { + title = "Skyline SL-R7205 Wireless 3G Router"; + } + ]; + }; + tew-638apb-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-tew-638apb-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-tew-638apb-v2-squashfs-sysupgrade.bin"; + sha256 = "43fca6dc27d93e2f907ae068a05fc7583bc69c49201e4692fc9146919d678bf8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-638apb-v2" + ]; + titles = [ + { + title = "TRENDnet TEW-638APB v2"; + } + ]; + }; + tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-tew-714tru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "244e1f644c41d4372cf8e5b1738ac7dd8baaac990d17360cfd31f4fc233d2cff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-714tru" + ]; + titles = [ + { + title = "TRENDnet TEW-714TRU"; + } + ]; + }; + ur-326n4g = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-ur-326n4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-ur-326n4g-squashfs-sysupgrade.bin"; + sha256 = "d134f658f008d7c911616ddc60340f74b36960a970ed0b411897180fc0b6b596"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ur-326n4g" + ]; + titles = [ + { + title = "UPVEL UR-326N4G"; + } + ]; + }; + ur-336un = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-ur-336un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-ur-336un-squashfs-sysupgrade.bin"; + sha256 = "57dee2eaab5e65e4ea6c06a26cf7c1d17122dd0fb7da010b7382797f3862a560"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ur-336un" + ]; + titles = [ + { + title = "UPVEL UR-336UN"; + } + ]; + }; + v22rw-2x2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-v22rw-2x2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-v22rw-2x2-squashfs-sysupgrade.bin"; + sha256 = "52d730c0500f04677347bc91488e86f28e5c5e0c99135b388a55f9fd6512407b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "v22rw-2x2" + ]; + titles = [ + { + title = "Ralink AP-RT3052-V22RW-2X2"; + } + ]; + }; + vocore-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-vocore-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-vocore-16M-squashfs-sysupgrade.bin"; + sha256 = "39c022889447552327d55f60ded3081296e09be6b2de8c0b948b011cd5037a26"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore-16M" + "vocore" + ]; + titles = [ + { + title = "VoCore (16M)"; + } + ]; + }; + vocore-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-vocore-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-vocore-8M-squashfs-sysupgrade.bin"; + sha256 = "9eb7bf70ae4034bd5fa1fb29a2a71a28fc7853eec7ebe3528f508a6a6cb2d8d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore-8M" + "vocore" + ]; + titles = [ + { + title = "VoCore (8M)"; + } + ]; + }; + w150m = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-w150m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-w150m-squashfs-sysupgrade.bin"; + sha256 = "6a079d3aac1e395f4dbf56044740be51756f2a1b22446b3443c459fad5a33844"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w150m" + ]; + titles = [ + { + title = "Tenda W150M"; + } + ]; + }; + w306r-v20 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-w306r-v20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-w306r-v20-squashfs-sysupgrade.bin"; + sha256 = "1ecb6897bf7f9f02a83fb2d98215529b31bdb77999116bbf355b4a113a02fce2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w306r-v20" + ]; + titles = [ + { + title = "Tenda W306R V2.0"; + } + ]; + }; + w502u = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-w502u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-w502u-squashfs-sysupgrade.bin"; + sha256 = "449f4842971f643a1300600d0728228ffae8d74972ea57b767a126b0d127e74b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w502u" + ]; + titles = [ + { + title = "ALFA Networks W502U"; + } + ]; + }; + wcr-150gn = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-wcr-150gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-wcr-150gn-squashfs-sysupgrade.bin"; + sha256 = "77cc5684ea3d1d1c38810915f6d254bb3d340a67d2f62a91489766d0e3d5628a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wcr-150gn" + ]; + titles = [ + { + title = "Sparklan WCR-150GN"; + } + ]; + }; + whr-g300n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-whr-g300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-whr-g300n-squashfs-tftp.bin"; + sha256 = "299a451845e795f4f035e977568f7dac03f157f2aeb14005a53874689414f7b9"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-whr-g300n-squashfs-sysupgrade.bin"; + sha256 = "13317337e67bc65a51d0ad7f2e8346e0a8ce64ff4c49e68279377af580168205"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-g300n" + ]; + titles = [ + { + title = "Buffalo WHR-G300N"; + } + ]; + }; + wizard8800 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-wizard8800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-wizard8800-squashfs-sysupgrade.bin"; + sha256 = "7c2fd3764b747debdcc316125b30097d124685fe5c60a9a7ba109cfdf2540c42"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wizard8800" + ]; + titles = [ + { + title = "EasyAcc WIZARD 8800"; + } + ]; + }; + wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-wizfi630a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "43b07c8e999564e250e365739b7d9be01811776fd6c67f8b3b276fe816167eb8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wizfi630a" + ]; + titles = [ + { + title = "WIZnet WizFi630A"; + } + ]; + }; + wl-330n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-wl-330n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-wl-330n-squashfs-sysupgrade.bin"; + sha256 = "5e67537c36fbc070cb6c012fcec95332fd7db9e646e12c4676c1d55316a3e7e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wl-330n" + ]; + titles = [ + { + title = "Asus WL-330N"; + } + ]; + }; + wl-330n3g = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-wl-330n3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-wl-330n3g-squashfs-sysupgrade.bin"; + sha256 = "ff781f1eb555fd3437608239af152ac1ca5e78584b79df6f9820cd91d5907fb1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wl-330n3g" + ]; + titles = [ + { + title = "Asus WL-330N3G"; + } + ]; + }; + wnce2001 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-wnce2001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-wnce2001-squashfs-factory.bin"; + sha256 = "883f252f78564eabaa2dc823419740f0a5d20c7008b7f3877c1066dc99c14bc2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-wnce2001-squashfs-sysupgrade.bin"; + sha256 = "b7f86ced4d9621d3229a083e583e46921325ea004e50036fde525dd0936e9f80"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-wnce2001-squashfs-factory-NA.bin"; + sha256 = "a51cad62df15d6b7487aceef9102398abfb1072ce20fd1960d117e84b1e13d43"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "wnce2001" + ]; + titles = [ + { + title = "Netgear WNCE2001"; + } + ]; + }; + wr512-3gn-8M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-wr512-3gn-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-wr512-3gn-8M-squashfs-sysupgrade.bin"; + sha256 = "14c39292b0aee926c12d026af5402879795793e9a8e8f460b1427f52ccfcae3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wr512-3gn-8M" + ]; + titles = [ + { + title = "WR512-3GN (8M)"; + } + ]; + }; + wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-wr6202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-wr6202-squashfs-sysupgrade.bin"; + sha256 = "f9d730244b33f4d183291036670f8e8e1a289188ca6a5fedf5de614474063371"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wr6202" + ]; + titles = [ + { + title = "AWB WR6202"; + } + ]; + }; + wt1520-4M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-wt1520-4M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-wt1520-4M-squashfs-sysupgrade.bin"; + sha256 = "7f3ad899552f6bc227e3932edbebb029f36d5651676c5e10caf2555a2cda41c4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-wt1520-4M-squashfs-factory.bin"; + sha256 = "af6a5dbd518dbaee6f543afe6485dd8833087c6224b8b10c02fa8975377af2e4"; + type = "factory"; + } + ]; + supported_devices = [ + "wt1520-4M" + ]; + titles = [ + { + title = "Nexx WT1520 (4MB)"; + } + ]; + }; + wt1520-8M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-wt1520-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-wt1520-8M-squashfs-sysupgrade.bin"; + sha256 = "e50b0d08a1ad5e6a3c90feb4dc9b5d369fe78014264b9cdcdce0d28a5e075493"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-wt1520-8M-squashfs-factory.bin"; + sha256 = "642f76b6a8ae77dd415ed77a6f3bbf45214f549dcc49ef9d138b6eef73d7d30f"; + type = "factory"; + } + ]; + supported_devices = [ + "wt1520-8M" + ]; + titles = [ + { + title = "Nexx WT1520 (8MB)"; + } + ]; + }; + x5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-x5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-x5-squashfs-sysupgrade.bin"; + sha256 = "6be9574da45e4a809f17522a4c827b77add168068921b6fb45c96711f3e547f8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-x5-squashfs-factory.bin"; + sha256 = "5b6557dc011dd0ccec46f6d31b0631a87b9049f0beed27340944b892c541288b"; + type = "factory"; + } + ]; + supported_devices = [ + "x5" + ]; + titles = [ + { + title = "Poray X5/X6"; + } + ]; + }; + x8 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-x8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-x8-squashfs-factory.bin"; + sha256 = "c27f61cb328022fed7a16d549dfcceab10e21bfcf3231870bd7b5b72ec91e820"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-x8-squashfs-sysupgrade.bin"; + sha256 = "449ab99cd4631083ad3317bfba475944d940c945481d2934351b67461ce9a1bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "x8" + ]; + titles = [ + { + title = "Poray X8"; + } + ]; + }; + xdxrn502j = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-xdxrn502j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-xdxrn502j-squashfs-sysupgrade.bin"; + sha256 = "69957996532a024c72a37b73c63291cd329451b06a47b23186b08febdfa4b7bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xdxrn502j" + ]; + titles = [ + { + title = "XDX RN502J"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "cc65fe04a7b1194a58ba960161e7424c4e2f01f20eec7e1aa89d7e81ba2912b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + title = "Zorlik ZL5900V2"; + } + ]; + }; + zyxel_keenetic-start = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt305x-zyxel_keenetic-start"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt305x-zyxel_keenetic-start-squashfs-sysupgrade.bin"; + sha256 = "7097478e874be2b4cabb1d9b37694a9ac39e4f59dce06d35db97647fe5c82af1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-start" + ]; + titles = [ + { + title = "ZyXEL Keenetic Start"; + } + ]; + }; + }; + target = "ramips/rt305x"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "c6bbf8b7425874ab58aaa2955537a6d01517ba6743a6fb97c26b26a5dc8655ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + title = "Belkin F9K1109 Version 1.0"; + } + ]; + }; + br-6475nd = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt3883-br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt3883-br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "49321245cca09ccedae299a0510cea66e8fa39ec8974f54aba4e76be8faacfe2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "br-6475nd" + ]; + titles = [ + { + title = "Edimax BR-6475nD"; + } + ]; + }; + cy-swr1100 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "swconfig" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt3883-cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt3883-cy-swr1100-squashfs-factory.bin"; + sha256 = "dfafd924dd1bac822e965fd2c1fa2e3122e96bfec6e4b54aa9abe0888b698aa8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt3883-cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "5699ff7ce73fb0778182514a02d3b59299bd5a20c315fdb21df84bfed66e4992"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cy-swr1100" + ]; + titles = [ + { + title = "Samsung CY-SWR1100"; + } + ]; + }; + dir-645 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt3883-dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt3883-dir-645-squashfs-factory.bin"; + sha256 = "82a376e09232034212e332a2577c7690a0044feebfca5fa6d1727fd9ce4b519d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt3883-dir-645-squashfs-sysupgrade.bin"; + sha256 = "9866c1470e3b2823df2ba4dd93162bf9ee57e46b99abff16e2c941e1572f629c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-645" + ]; + titles = [ + { + title = "D-Link DIR-645"; + } + ]; + }; + hpm = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt3883-hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt3883-hpm-squashfs-sysupgrade.bin"; + sha256 = "b1d767e43e28dec2af277287b9ec3f4dd620c94f9c64a6713aca90e9c755aa7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hpm" + ]; + titles = [ + { + title = "Omnima HPM"; + } + ]; + }; + rt-n56u = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt3883-rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt3883-rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "c781ac3f3c859344d0f138ff438f4b8c95fc70b399c8e86fdb4d671124635b1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n56u" + ]; + titles = [ + { + title = "Asus RT-N56U"; + } + ]; + }; + tew-691gr = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt3883-tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt3883-tew-691gr-squashfs-factory.bin"; + sha256 = "ee18fcf64eb854af76a9dbfda9bd90f73784b41f52851d144ad31b715de26e5e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt3883-tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "4e2a706cf447450f5905c505a498853533716deb55a30c3e58d5e689e0cda447"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-691gr" + ]; + titles = [ + { + title = "TRENDnet TEW-691GR"; + } + ]; + }; + tew-692gr = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt3883-tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt3883-tew-692gr-squashfs-factory.bin"; + sha256 = "f740553fb5ec0505dc244dab9a1705a3bc1c09b421a82e52392da50c45f1048e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt3883-tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "90ae70f3b2303bcd21fac20d78ce105c241538b5aab864d912aedc3c16c36487"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-692gr" + ]; + titles = [ + { + title = "TRENDnet TEW-692GR"; + } + ]; + }; + wlr-6000 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.6-ramips-rt3883-wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt3883-wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "5f458ea46b03747aac5db9bf5e5679b03d4a33c7cb5f843c5a147c5ce0686f3b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt3883-wlr-6000-squashfs-factory.dlf"; + sha256 = "20a767c0544916ea593aa89a65d3d490a9fc7cde480ed176fc88b2296b16fd1f"; + type = "factory"; + } + ]; + supported_devices = [ + "wlr-6000" + ]; + titles = [ + { + title = "Sitecom WLR-6000"; + } + ]; + }; + wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-ramips-rt3883-wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-ramips-rt3883-wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "50e2b4032ac748c19dbf4e7e1c280e6e512eb2d4fa53a59fa85155ee3bf040c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wmdr-143n" + ]; + titles = [ + { + title = "Loewe WMDR-143N"; + } + ]; + }; + }; + target = "ramips/rt3883"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + rb532 = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "wpad-basic" + "kmod-ath5k" + "kmod-input-rb532" + "e2fsprogs" + "mkf2fs" + "nand-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "wpad-basic" + "kmod-ath5k" + "kmod-input-rb532" + "e2fsprogs" + "mkf2fs" + "nand-utils" + ]; + metadata_version = 1; + profiles = { + nand = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-rb532-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-rb532-nand-squashfs-sysupgrade.bin"; + sha256 = "ff8f3f6a3ae62953e6f56e88b11a660a19342a870373c8032c8a8f82cf3cfb1b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb532" + ]; + titles = [ + { + title = ""; + } + ]; + }; + }; + target = "rb532/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + samsung = { }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun50i-a64-pine64-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa53-sun50i-a64-pine64-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa53-sun50i-a64-pine64-plus-ext4-sdcard.img.gz"; + sha256 = "3776df4dae175f4a22e8342a1dce09d0e5f690a29412edb1d0c5895e007b216e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa53-sun50i-a64-pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "52a6a37dd380f1e35f84ed26e7fd09cc86ac4446278ae23e161efe559e7757b0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + title = "Pine64 Plus A64"; + } + ]; + }; + sun50i-a64-sopine-baseboard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa53-sun50i-a64-sopine-baseboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa53-sun50i-a64-sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "a99ccdd14447fdd6fd129017f22a32388291aad9d557ec582e284168d51ded57"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa53-sun50i-a64-sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "44f285b118658e20baa42dbe34eef04aad1aac35c1d5c5ea50109d4569db1d90"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + title = "Pine64 Sopine"; + } + ]; + }; + sun50i-h5-nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "7851424ddbae75f9944342c9de1b5be6701bdd156c86e3a82e3d83435d129e59"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "6dcf6abbf817a6fb15aa6c91bb61608996d543bd5015732bcbdcd8533475bc66"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + title = "Nanopi NEO Plus2 (H5)"; + } + ]; + }; + sun50i-h5-nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa53-sun50i-h5-nanopi-neo2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa53-sun50i-h5-nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "a3733221718cf1a6c524fcf20c74c5757b0a69e379cede18e29fc5f366036a21"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa53-sun50i-h5-nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "b02237c873e917ee37af2243b3f877252aeedccfb2df88c6541346733d5eb90c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + title = "Nanopi NEO2 (H5)"; + } + ]; + }; + sun50i-h5-orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa53-sun50i-h5-orangepi-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa53-sun50i-h5-orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "8ec4db94eeb97306ea3115b8b4d59bbb67001ea192606496dd7dd745e3e689a5"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa53-sun50i-h5-orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "50f115f73f987559d3a528f74ffb255a08e8d18e3dcfb4c0334a42f7fcb7423e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC2"; + } + ]; + }; + sun50i-h5-orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "72f202b89524b15f9c694814cadf52c7162128ff478b86f4ecf471341ea5d78f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "aedd9c788bf067944303f92e4899a3806fe78ef0b18324239c0ebf871e7ff983"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi Zero Plus"; + } + ]; + }; + }; + target = "sunxi/cortexa53"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun6i-a31-m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun6i-a31-m9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun6i-a31-m9-squashfs-sdcard.img.gz"; + sha256 = "7d81387dc9c1962fc3262091fa7ebcfd45b46eade328acadbb7378852bdc1f84"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun6i-a31-m9-ext4-sdcard.img.gz"; + sha256 = "d15d571f9e8f1e05466d4f27af2554f53abcdb40da1020c07f0a06bcc0ddec68"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + title = "Mele M9 top set box"; + } + ]; + }; + sun7i-a20-bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-bananapi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-bananapi-ext4-sdcard.img.gz"; + sha256 = "9f0e803f5de1f79766948f2cb4b226abc6d6b7ca38da51278e73f21477d7e2b7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-bananapi-squashfs-sdcard.img.gz"; + sha256 = "a5867e87f38c578d3b7ba662d12f90357ab1f82ea864240c9086c7fcc9dd3a37"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + title = "LeMaker Banana Pi"; + } + ]; + }; + sun7i-a20-bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-bananapro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-bananapro-squashfs-sdcard.img.gz"; + sha256 = "5c4ab0720c6110d5d4705ee1b577a66362fa26600e37a24fd5083dcfeff36561"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-bananapro-ext4-sdcard.img.gz"; + sha256 = "38507296a6d007d401beef7763ba8682011d637d4ed3f49377cfbe27e1aecea7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + title = "LeMaker Banana Pro"; + } + ]; + }; + sun7i-a20-cubieboard2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-cubieboard2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "02a33659d4a0fd6226a81b09ec2c75c8ec3bf17377a130cf6f6909e26dd77967"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-cubieboard2-ext4-sdcard.img.gz"; + sha256 = "fdca641d358b0d8a66c3ec33fde84c5033416541193dd6de543d492a4ab4c62e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + title = "Cubietech Cubieboard2"; + } + ]; + }; + sun7i-a20-cubietruck = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-cubietruck"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-cubietruck-squashfs-sdcard.img.gz"; + sha256 = "6b11cf0bda31d4b46df02ede709336e0bfb63510224ef51537127d68dc3a121a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-cubietruck-ext4-sdcard.img.gz"; + sha256 = "9701a743b081ee8e3f5c07f7a77a75c38c77cb9eac6e582eb322cae40244bc58"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + title = "Cubietech Cubietruck"; + } + ]; + }; + sun7i-a20-lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "swconfig" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-lamobo-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "9384ff2109d7d4dccb467663a8ea35c0b09045dc461d98030272145b638a4355"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "2fb9a0c48b1d79533bfa189f2e1f671fd623ddd38b4b7e502cea2bd8f997a3a2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + title = "Lamobo R1"; + } + ]; + }; + sun7i-a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-olinuxino-lime"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "acd8b4109c74c80da8f76371e9eb97d79017eefe4fff9838d15764fc3329725e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "25778b22b3946c06f36b29f01035ac4d4b43cd48654f979f1e2c6982991a7d43"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME"; + } + ]; + }; + sun7i-a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-olinuxino-lime2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "5f4be7dbcc21fd895fac61fb2371dd0f6284f27a7165132cbb9ddc15e378e587"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "c3d8a154d074badce133796c841edff6ce39664faabe88733a5ccf52745ee63e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME2"; + } + ]; + }; + sun7i-a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "4fc30d7c085548328c52ddc48dccb53dacb641f52bb857c009fdbc8e85a5c706"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "33332609450e58bc27d6d603908fb7fe5d8264fae7f623f6fb849843eedf3b85"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME2-eMMC"; + } + ]; + }; + sun7i-a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-olinuxino-micro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "f40a87b8c32457fe5a8f1b0d3dd63aff92faa92ece75506f31f0f1f252dc6cb2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "409c98cec0b9529287c0de7dafcff9a02c494b3f5982c48d5198699159af923d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + title = "Olimex A20-Olinuxino Micro"; + } + ]; + }; + sun7i-a20-pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-pcduino3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-pcduino3-ext4-sdcard.img.gz"; + sha256 = "8a9ea46af191296ccf60b85065b43db1284df9777b58276577a3da03dbe29b5e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun7i-a20-pcduino3-squashfs-sdcard.img.gz"; + sha256 = "52bca32dcda730040f109de67bb79e7ec5ab5f85c5e0c3cc7942643ecd4b7757"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + title = "LinkSprite pcDuino3"; + } + ]; + }; + sun8i-h2-plus-orangepi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "acfe4a2cf1a8b6f34d4d6f3a721a24296de2bffb5deb94c16d1b25a8c95dc613"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "b8bf3ef2ef14f79f4464f247d51e21cdb5a553f43f4e123816e87878c957bd69"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + title = "Xunlong Orange Pi R1"; + } + ]; + }; + sun8i-h2-plus-orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "7b45ed60376aa713e9566af6785027f425fab28ee7a669dbe08bf3bef3581002"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "168cd54163cd7a3afa0db1a59c24e812410e7208759d2252a2a5e26b90f4159e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + title = "Xunlong Orange Pi Zero"; + } + ]; + }; + sun8i-h3-bananapi-m2-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "0a96d0a18f343b62b8fe07a0141867c0b56793a2683f42fb8919344dd6992307"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "7e5878df84c6371955ec1cebf2fb92b7be0d46ae5ce119bd4f053d1fdd062362"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + title = "Sinovoip Banana Pi M2 Plus"; + } + ]; + }; + sun8i-h3-nanopi-m1-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-brcmfmac" + "brcmfmac-firmware-43430-sdio" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "8f9f424daeb204f9183fa4276d1d03d085f99fa50e8a359fea0b8edb7eb4b1c3"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "6c2e5272722135c5ddebb653fee5a76cd76d112b639aa6b6fd075b6172379c16"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + title = "FriendlyArm NanoPi M1 Plus"; + } + ]; + }; + sun8i-h3-nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-nanopi-neo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "3eba33dfd771a27459b1380bea1f0735d33ec25fb7ee36ce66973f1b6f17faf1"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "0a97ee8090bf921e1f8d959f6d4586a43ed03cb465af6f3168e000780605f88c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + title = "FriendlyARM NanoPi NEO"; + } + ]; + }; + sun8i-h3-orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-orangepi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-orangepi-2-ext4-sdcard.img.gz"; + sha256 = "e25700a4c97110621844cf27127a8b30ba8fcfdc537f794d89f224f402ad3c4e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "f0b471dcb60fdbc2ffe631ca1bcd9398b95117a9d1bbe6c116649e20a51e02c4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + title = "Xunlong Orange Pi 2"; + } + ]; + }; + sun8i-h3-orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-orangepi-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "9b683045a02f46621df00300e16b08772d03042d6bceb3513ac6a9feee9c53ba"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-orangepi-one-ext4-sdcard.img.gz"; + sha256 = "03d3a1125bc7c2dce342d2774bafe882a05f8fbb75ee6f942f94c97dc566b8e9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + title = "Xunlong Orange Pi One"; + } + ]; + }; + sun8i-h3-orangepi-pc = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-orangepi-pc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "22631a5539c9fdd18b66c76d009486ca4c562004610f2af2e93e3b7443b0b2d6"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "2f3c5aadd8ec39e74c8e8fa0a073da26edeeb11c218d916baaa4e2cc13bb8e94"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC"; + } + ]; + }; + sun8i-h3-orangepi-pc-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "0997746ff11a3a20e0b714b1e2de8775d6c3a9db98c4e7b9ea19e047c4a63dc5"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "dccdfa82470ef190f5490e35a2bd79ea67d0b27ab68530ce57c279b368a5096c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC Plus"; + } + ]; + }; + sun8i-h3-orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-orangepi-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "f4d139f6198b20e1983b291e898b692f78e57fbc8627989b536de8e555874c67"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa7-sun8i-h3-orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "5a7e75785ec96b7ac7c7013fa95717ce06966506fcd8e86e1547020e85551fb4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi Plus"; + } + ]; + }; + }; + target = "sunxi/cortexa7"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun4i-a10-cubieboard = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa8-sun4i-a10-cubieboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa8-sun4i-a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "141544b552bc86818bf37672da4fe2befaf70b8e976e9ee9d8822c904dc74f01"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa8-sun4i-a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "2daed39abeea76901f6ce963d74c4d32f6412c370699a391ce89573083a2a4cc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + title = "Cubietech Cubieboard"; + } + ]; + }; + sun4i-a10-marsboard = { + device_packages = [ + "mod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa8-sun4i-a10-marsboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa8-sun4i-a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "fe3364def5220e2e6917a5653c210e0e94887fe5997fa0aa380742128a4bde9f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa8-sun4i-a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "027a4fc10043a8eb9bc7504a6c5a2c2cdd268f3d9aba20c7a04e8e79ca3ea7dc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + title = "HAOYU Electronics Marsboard A10"; + } + ]; + }; + sun4i-a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa8-sun4i-a10-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa8-sun4i-a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "89a70805ae76424fe312d9429680eddeb1f453efa51b729a17576e5932b994ae"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa8-sun4i-a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "445f6541278e6e05f09cf8f992c22582395b517e9f2b1699efd2077515ae28dd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + title = "Olimex A10-OLinuXino-LIME"; + } + ]; + }; + sun4i-a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa8-sun4i-a10-pcduino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa8-sun4i-a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "aaa3b43c5ff871ee6b6db3797081bce139242f21192df6c053f6448f5823876a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa8-sun4i-a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "35fe7724fc1d33e76602eae17d7d6e9add91315e178ddd50ed65c6e80dfd9e04"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + title = "LinkSprite pcDuino"; + } + ]; + }; + sun5i-a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa8-sun5i-a13-olimex-som"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa8-sun5i-a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "e1ec5ec0c604cf9752d924e41e73ad5f9d727eee35ba2a845413f40ea7ac5187"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa8-sun5i-a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "dcec4562643d6a7a1e3307eebc1e5b5aaad9b04893541d72eb423a66a877781b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + title = "Olimex A13 SOM"; + } + ]; + }; + sun5i-a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.6-sunxi-cortexa8-sun5i-a13-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.6-sunxi-cortexa8-sun5i-a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "2bf0d8e52359866dd87f3e4d46d0e85c1727e5c063be34e1a57edb9f387ec74c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-sunxi-cortexa8-sun5i-a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "1c55a10a523384b97e53b374e9bdca2e3902b4bf177ba33e6c0022578ce6c8f3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + title = "Olimex A13-Olinuxino"; + } + ]; + }; + }; + target = "sunxi/cortexa8"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "e2fsprogs" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "e2fsprogs" + "mkf2fs" + "partx-utils" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-mini" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.6-tegra-compulab_trimslice"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "9a903bba18d1d57a034b042bbe82b28dc34e61f1e9153a8d277c358e398dc219"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.6-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "e31b588222bbc1544bb733bb064c276c1fbb32192bc7140cd92e10a6f1d45378"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + title = "CompuLab TrimSlice"; + } + ]; + }; + }; + target = "tegra/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; + x86 = { }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "kmod-usb-storage" + "kmod-fs-msdos" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "kmod-usb-storage" + "kmod-fs-msdos" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "8f44bb83633b80be58fcfd0a5cb3664e38bc06a6dcedea59fd389ef16e9b59a3"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Avnet ZedBoard"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "e7e8f0f725915b2fe02d739001cc4a0ef49dd2af5bda5daaaff9a57a74fd6077"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Digilent Zybo"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.6-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "05bec786cc2e4009ca5558869e509d59462de7d719d9f8cb85db4fae293352e8"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Digilent Zybo Z7"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-19.07.6-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.6-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "a3aea20e7ed5f10f25bd20ac8c4438a91fcc64bb94e602356f055b2fa3d8d700"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Xilinx ZC702"; + } + ]; + }; + }; + target = "zynq/generic"; + version_code = "r11278-8055e38794"; + version_number = "19.07.6"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/19.07.7.nix b/cached-profiles/19.07.7.nix new file mode 100644 index 00000000..22870051 --- /dev/null +++ b/cached-profiles/19.07.7.nix @@ -0,0 +1,32277 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + "kmod-ath9k" + "swconfig" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "7e00af30c699cf8219ba99285f4a9bf3ef35ca3a303faf0658709446d31950bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + title = "Cisco Meraki MR24"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-19.07.7-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "efbb11319bfaadf2ce76f399b75f5277e90d1d5b5e02daef27fadee27b0dc5f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mx60" + "mx60" + ]; + titles = [ + { + title = "Cisco Meraki MX60/MX60W"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.7-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "644f8bc3a4476c10b6edcba24544c2f249564018a4dc188a1a6150e915a04f2d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "e0e3f44680669d42dc5eb05e2fedf166ebe5fd1f5465c851ef922f0cab761032"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + title = "Netgear WNDAP620 - Premium Wireless-N"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.7-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "73fbf06b9982fe8cb0eda402b11e0ff390897af199a334ddaff4818c64775bbb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "20f57db47ecb94ce5010e39bedc6cca05da9787814538cd3c8b46d554ce2c92a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + title = "Netgear WNDAP660 - Dual Radio Dual Band Wireless-N"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.7-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "66acb9c63f9910fc2a3a66429755553703b9115199e33775c04bc88ae330c986"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "bae19f985375080bdcccd230736a4c9a224b84a9e66fbe58fcb87e26250e8365"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + title = "Netgear Centria N900 WNDR4700/WNDR4720"; + } + ]; + }; + }; + target = "apm821xx/nand"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-dm" + "kmod-md-mod" + "partx-utils" + "mkf2fs" + "f2fsck" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "303a80561cbaea99dc550fe28401975e17f19f0989805537f713e4b0a41b5531"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "afa85eb16f56ec50e3b2045f9e46c6981b543aa28b1e8eee9f04d97662dad5eb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "11a6f7402345db207e7c55f647567286a4a87b04ab2d4dfcb68dc66861052dd5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "664a760485f664f7820efaf624fb43f05fe27f71a06503cd0ea8b1a1984c620c"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + title = "Western Digital My Book Live Series (Single + Duo)"; + } + ]; + }; + }; + target = "apm821xx/sata"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + ar71xx = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + NBG6616 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-NBG6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-NBG6616-squashfs-factory.bin"; + sha256 = "f9a1472c43794af067429b19f3d3bd481dc6c8ffa1ff202816e7e42fa60a4d2a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-NBG6616-squashfs-sysupgrade.bin"; + sha256 = "804bca2c686a9fad1aa1581af06ff777b84a80d0ded58c4821980454de0690cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL NBG6616"; + } + ]; + }; + antminer-s1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-crypto-manager" + "kmod-i2c-gpio-custom" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-antminer-s1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-antminer-s1-squashfs-factory.bin"; + sha256 = "8e6759a56bfbc58dcb70db7d26079c991071a4bdbb90392707fe9854dc3cce3a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-antminer-s1-squashfs-sysupgrade.bin"; + sha256 = "3653edea34680088d89144b79a1bf26142c082c92d35c99fc92fc8eb854c13f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antminer-S1"; + } + ]; + }; + antminer-s3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-crypto-manager" + "kmod-i2c-gpio-custom" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-antminer-s3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-antminer-s3-squashfs-sysupgrade.bin"; + sha256 = "f78743d54b3718d07340667a821aa5f93f7f9a5c6903b5cc611c4ff58e7c8aba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-antminer-s3-squashfs-factory.bin"; + sha256 = "25d30fedde2951c0a5aeec748bbb96434bfc38a41a6d3fa3d5949fdedbb4894e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antminer-S3"; + } + ]; + }; + antrouter-r1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-antrouter-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-antrouter-r1-squashfs-sysupgrade.bin"; + sha256 = "e1e5a2519397b20a467571f20b48d8f2945fe3c72f56f5c0fc980f6cb7c2f98e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-antrouter-r1-squashfs-factory.bin"; + sha256 = "c833c3e1564fc212d24387cf4d16910d9f8ad36619e00294e021e9a340751e6c"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antrouter-R1"; + } + ]; + }; + ap121f = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ap121f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ap121f-squashfs-sysupgrade.bin"; + sha256 = "80c9e483f38cca1b95ce8e51cee95a177c65618dd9e73933e1149d1347d042c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ap121f" + ]; + titles = [ + { + title = "ALFA Network AP121F"; + } + ]; + }; + ap531b0 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ap531b0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ap531b0-squashfs-sysupgrade.bin"; + sha256 = "25943dc4edd89776d7a31c63fa5b8a6b2342234d8fee459a8109aefca2294584"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Rockeetech AP531B0"; + } + ]; + }; + ap90q = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ap90q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ap90q-squashfs-sysupgrade.bin"; + sha256 = "1023c1a1fa4dc74985b55661eb1798c9e05e1f41b6d155c66b680e260fd4d1ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore AP80Q/AP90Q"; + } + ]; + }; + archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "92e89012d350a45ac9f8bae83b78abbef42cf03d988f445e2e4e443f951889d3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c25-v1-squashfs-factory.bin"; + sha256 = "2f39cea1f8b92fe4fc14093aa842374479e2644fa10c0e3897c2eac3c0f6074a"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c25-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C25 v1"; + } + ]; + }; + archer-c5-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c5-v1-squashfs-factory.bin"; + sha256 = "cb0ba6be34d7979007fa3b8a7d5abf4e403696eeef69b1d2ad2baec57f44ecea"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "75d209a3264c617fca9f750c1ed6e7660819aaf7552d997318a43835660b472b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C5 v1"; + } + ]; + }; + archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "03a12743077e5ccab0b6db71c572d2308e37835392c558504d58801b21b1ba86"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c58-v1-squashfs-factory.bin"; + sha256 = "fd3881a3a31332d5980ef6c7a7ffb4821efa4ae1dfd24328a9d6c8805bf21489"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c58-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C58 v1"; + } + ]; + }; + archer-c59-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "f65b8992f9a040db9e82bcffd24b824da25cdbb824d3eff5a7dbd0b5816f47a8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c59-v1-squashfs-factory.bin"; + sha256 = "090db47bc6bfe5a38de83109d42b66771e8c954bfb7590584c645b650dd134de"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c59-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C59 v1"; + } + ]; + }; + archer-c59-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c59-v2-squashfs-factory.bin"; + sha256 = "822d47ac047e733c69c3b70ee04c815580b1103d1c93a47ec9023cc3a4c7b044"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "8865a5a6a16d329b9aa84ccf6d22de381d43d6d284b2ab9840c7da20699cf4b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c59-v2" + ]; + titles = [ + { + title = "TP-LINK Archer C59 v2"; + } + ]; + }; + archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c60-v1-squashfs-factory.bin"; + sha256 = "8db4158059e9a9e7b1769a66ecf8e35b58239f20b8fe2ff97b4b3f569a93f5b0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "6d22f75e5e69f596ef9a50b4dfffaf7f4bc7ac789200c4d93b17ef077e8fb9b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c60-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C60 v1"; + } + ]; + }; + archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "385824a1b72f2bdf154d59f8f2bc8e1f92fbe9271122c04096307d39da5f5b29"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c60-v2-squashfs-factory.bin"; + sha256 = "ffdaa6190fda424065b96808d3df891300aea15faed50ba7c7b543e534adbb73"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c60-v2" + ]; + titles = [ + { + title = "TP-LINK Archer C60 v2"; + } + ]; + }; + archer-c7-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c7-v1-squashfs-factory.bin"; + sha256 = "7b963831ab18c6dce64717934c5aa22cec36e176071d2985d2f312928313c889"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "170ce8b1d46d15977cbab94c505ba41dedabe60bca279abe2822b129fb7dd6b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v1"; + } + ]; + }; + archer-c7-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c7-v2-squashfs-factory.bin"; + sha256 = "3cf9112bf238b76f80a996740c2ee1402a05c75a267fbaff64522d3c539cda33"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "e2aa90151cdc571585f3ccfb8188c2533dd38636cebbed1f82c94b0c6650f540"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "28ec2f7624948408f2cfe36f2f52af932c25cafcbec54ccdf05e263b7f42da7a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "47be37d1cc1294cd78dbd7e00db21e48bed192d1ea1f04e57f0b1cf5d11556fa"; + type = "factory-eu"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v2"; + } + ]; + }; + archer-c7-v2-il = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-archer-c7-v2-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c7-v2-il-squashfs-sysupgrade.bin"; + sha256 = "814270d96b0deb7213525e8acd4c24733345145fd80f32a0cdb09c287b402b3d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c7-v2-il-squashfs-factory.bin"; + sha256 = "0e8560e54b6515734542376a585f6d9d682454aa23225a820753b2dae89621b2"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v2 (IL)"; + } + ]; + }; + archer-c7-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c7-v4-squashfs-factory.bin"; + sha256 = "c69f752fde6b0125b32601adb063c2b066eacda8f826755a9ddb493eb558a4b1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "9452eb9fe1150f3cd5eb142e05ecd14e5e2a703a6ec565cc558566362dd2676e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c7-v4" + ]; + titles = [ + { + title = "TP-LINK Archer C7 v4"; + } + ]; + }; + archer-c7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "4d609e727b600bc154d74120ff8ef8ef76844e4d6d279b25a8ee1e4a30e93dbc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-archer-c7-v5-squashfs-factory.bin"; + sha256 = "3c6299821495c8680fe19f7e4d97e54214cc3716505338bf6097f5fb4fc4ae6b"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c7-v5" + ]; + titles = [ + { + title = "TP-LINK Archer C7 v5"; + } + ]; + }; + arduino-yun = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-arduino-yun"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-arduino-yun-squashfs-sysupgrade.bin"; + sha256 = "00c86bca7a18397af2c5588346d74efc427fad742f684de933be5a395de54016"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Arduino Yun"; + } + ]; + }; + bsb = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-bsb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-bsb-squashfs-sysupgrade.bin"; + sha256 = "4f4830089c72861dad12728255bcb633c49d7f9616ae57ef6c28bd6c0a0fcbfe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Smart Electronics Black Swift board"; + } + ]; + }; + c-55 = { + device_packages = [ + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-c-55"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-c-55-squashfs-sysupgrade.bin"; + sha256 = "9bb31a5d204468c3152db79d5a7fbd9ca37a5adc5fc1775ef3c4ead00d45e2b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "AirTight Networks C-55"; + } + ]; + }; + cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cap324-squashfs-sysupgrade.bin"; + sha256 = "fdab9530e7423827aad1b316d598b6d3599122bb345f61fc9c9d03257b1c07ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CAP324"; + } + ]; + }; + carambola2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-carambola2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-carambola2-squashfs-sysupgrade.bin"; + sha256 = "b9393ea0d63f76da6bfcc381887cc09c9e32ccf60a91c42d0c1930fa8a8e8589"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Carambola2"; + } + ]; + }; + cf-e316n-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cf-e316n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cf-e316n-v2-squashfs-sysupgrade.bin"; + sha256 = "0c73d6923d4f7081428efffb5143f52057129cc27f425d2027f36703a57bbfc5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E316N v2"; + } + ]; + }; + cf-e320n-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cf-e320n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cf-e320n-v2-squashfs-sysupgrade.bin"; + sha256 = "86e0f1e44fe3116d4feacecef23f16f90e5e792f45be8b42f05ab77b05b1100f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E320N v2"; + } + ]; + }; + cf-e355ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cf-e355ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cf-e355ac-v1-squashfs-sysupgrade.bin"; + sha256 = "a4fb78c6f885f1c7ea7f79eabfa0b0e968adc22c5915a759b28e8cebba1841ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E355AC v1"; + } + ]; + }; + cf-e355ac-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cf-e355ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cf-e355ac-v2-squashfs-sysupgrade.bin"; + sha256 = "36adbb08442569e37320a2f197e853a75bb4a5e48e8463bf033e52b7f60cfbba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E355AC v2"; + } + ]; + }; + cf-e375ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cf-e375ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cf-e375ac-squashfs-sysupgrade.bin"; + sha256 = "4aa2c7b3efbaf5c12c89e04463b583d0ad5f693ff40bf88b5d05fa9e6b4454cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E375AC"; + } + ]; + }; + cf-e380ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cf-e380ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cf-e380ac-v1-squashfs-sysupgrade.bin"; + sha256 = "1b931b6491d808a126386d90536e80ea1f5ea2afbb0cea49cd7908a8b568e4f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E380AC v1"; + } + ]; + }; + cf-e380ac-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cf-e380ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cf-e380ac-v2-squashfs-sysupgrade.bin"; + sha256 = "c5d3439f86cd8276ab76eec4ba698aedc2bb3deda7b4eb449801bd8412d45955"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E380AC v2"; + } + ]; + }; + cf-e385ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cf-e385ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cf-e385ac-squashfs-sysupgrade.bin"; + sha256 = "85e328f3cd95299cc22cab168444d7470b4a486488d91ac71db2fe644daf82d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E385AC"; + } + ]; + }; + cf-e520n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cf-e520n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cf-e520n-squashfs-sysupgrade.bin"; + sha256 = "37708efcfd8a5abdbf4c93b6752a58f2cc4ac28d1390e2cd3f902f0a378508a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E520N"; + } + ]; + }; + cf-e530n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cf-e530n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cf-e530n-squashfs-sysupgrade.bin"; + sha256 = "1b07aeea70099ff7ed45363dd320a0662dbcebbd0a0e9d9ba4d609c517a44d4b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E530N"; + } + ]; + }; + cpe210-220-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cpe210-220-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cpe210-220-v1-squashfs-factory.bin"; + sha256 = "ac72507d84ec3c7dd1133bc93ddcfd679765e65570e2a2fc1409d4f635ffb26c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cpe210-220-v1-squashfs-sysupgrade.bin"; + sha256 = "294a40d4668f2c302b3b548c9e8554ae5975f25fd129056b7d5caa0aaff0dac6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210/220 v1"; + } + ]; + }; + cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cpe210-v2-squashfs-factory.bin"; + sha256 = "4d9fb9685bb90e2f91b7d71f99974a761995cd012f44e8a84007e19ae9b7595a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "859eaecb14c75a334f7955b4e6bd7e0a805a1eeb74c9287278eff317b995aecb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210 v2"; + } + ]; + }; + cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cpe210-v3-squashfs-factory.bin"; + sha256 = "91555b4e92f9d86f3c7ab58e633a511645b1f270a5b1388c4d60519bf1cdf4e0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "0110257a6a8d910e229d9712e469d67279961bcd97dba9d8d8b416b76a16dd69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210 v3"; + } + ]; + }; + cpe505n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cpe505n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cpe505n-squashfs-sysupgrade.bin"; + sha256 = "37803a8195361da7f25603d8725a646fb23be1fd72c87da9d73bf1a8e6619f0d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "P&W CPE505N"; + } + ]; + }; + cpe510-520-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cpe510-520-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cpe510-520-v1-squashfs-sysupgrade.bin"; + sha256 = "8cfbfd1f4fc616a49a74741580f79df828eb425afd618cb18023ab67c435131e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cpe510-520-v1-squashfs-factory.bin"; + sha256 = "8c8fd9297d6c7b6f0e52b039f3fbef6900d41bb09b4f97838494fb6b8775a9db"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE510/520 v1"; + } + ]; + }; + cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cpe510-v2-squashfs-factory.bin"; + sha256 = "2b6e209ea920d2e94ff17782f847d716dd111db8aeb34e0943c4e83e17f2766d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "d7c7fced7ed2ef4661ae434009f0ecdde8ced3c99cf6ed20aad83baf072fc427"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE510 v2"; + } + ]; + }; + cpe830 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cpe830"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cpe830-squashfs-sysupgrade.bin"; + sha256 = "cb00d96da89eb9741fb470aa7071865a8fc0b566b5a09ba71ea9eb6cb6166d36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore CPE830"; + } + ]; + }; + cpe870 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cpe870"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cpe870-squashfs-sysupgrade.bin"; + sha256 = "0db2ed125b55692263113df5ed19cf58ddf101c0de56503e8a3eef820db81278"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore CPE870"; + } + ]; + }; + cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cr3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cr3000-squashfs-sysupgrade.bin"; + sha256 = "0cb39160be4cffde7bee67c769155e5980c7af28915025a40f4e8b2b90cc70ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CR3000"; + } + ]; + }; + cr5000 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-core" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-cr5000-squashfs-sysupgrade.bin"; + sha256 = "0eb369d23e378c4ecc32ea95f7780dbb5322cd4c9308845fff1da6b96fcd6d8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CR5000"; + } + ]; + }; + dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-dap-1330-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "59abc35d9a8486f564515a44cc6728380807f457416b4573a65ff5e6842aba8b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-dap-1330-a1-squashfs-factory.img"; + sha256 = "20df0393140cd8e4156e8db1823474c5ebc1bc54a16e28eef26fe21a5c3f59f0"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DAP-1330 rev. A1"; + } + ]; + }; + dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-dap-2695-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-dap-2695-a1-squashfs-factory.img"; + sha256 = "dbe3766fff478775360a019a7b569efb95f3c1e51e28707fc529127171627a69"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "3ce3a3b29043d4d34e2c9f65b056d9d3f042052d22fc37399b382ae8d4f5cb65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DAP-2695 rev. A1"; + } + ]; + }; + dir-869-a1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-dir-869-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-dir-869-a1-squashfs-sysupgrade.bin"; + sha256 = "d6b9eff543fc73cb7c71d799834ee433e29e30cdf5a32318d883e034735df698"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-dir-869-a1-squashfs-factory.bin"; + sha256 = "1354221b97c86aa61ffb87ccef60e85b36085edf7b80e1414b15e07d1dcfc8d3"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DIR-869 rev. A1"; + } + ]; + }; + dr342 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-dr342"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-dr342-squashfs-sysupgrade.bin"; + sha256 = "b96ea6f969373450fecf560c6bd35d95068577216956135e8f9c5f475354d9ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Wallys DR342"; + } + ]; + }; + dr531 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-dr531"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-dr531-squashfs-sysupgrade.bin"; + sha256 = "cf03773fc8782f5429eb25435fc9d13bfd9a0d4338bc95618791d1b8e8f070ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Wallys DR531"; + } + ]; + }; + dragino2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-dragino2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-dragino2-squashfs-sysupgrade.bin"; + sha256 = "b801509ec9703dca8bbf4ae68ff1c788d02e72e1cadab3bf714dae04acee06d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dragino 2 (MS14)"; + } + ]; + }; + e1700ac-v2-16M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-e1700ac-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-e1700ac-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "3f718ac2e1c41b7b87d97bb413c287491b05bf631a75e271fd26a1edb25a9555"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700ac-v2" + ]; + titles = [ + { + title = "Qxwlan E1700AC v2 (16MB flash)"; + } + ]; + }; + e1700ac-v2-8M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-e1700ac-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-e1700ac-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "c63e20da2368d9bdd8dc4689ad3e857628ab778160ebfb21af8596bd334bc099"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700ac-v2" + ]; + titles = [ + { + title = "Qxwlan E1700AC v2 (8MB flash)"; + } + ]; + }; + e558-v2-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-e558-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-e558-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "c824f0fd2049ab0f44a9ae884286204b1e9cec9f2621f1dd086f949c95feb96a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e558-v2" + ]; + titles = [ + { + title = "Qxwlan E558 v2 (16MB flash)"; + } + ]; + }; + e558-v2-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-e558-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-e558-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "75e89b7aaf300015c647434845570309dd609f118590c87c031f4cc65f545db5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e558-v2" + ]; + titles = [ + { + title = "Qxwlan E558 v2 (8MB flash)"; + } + ]; + }; + e600g-v2-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-e600g-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-e600g-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "c74769ab773e695aef59ff673336bdc14529d5a1d26689414718d707b01a3447"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600g-v2" + ]; + titles = [ + { + title = "Qxwlan E600G v2 (16MB flash)"; + } + ]; + }; + e600g-v2-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-e600g-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-e600g-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "78a4e4b261361d0d2b1f6a0d727a0ab944e10ed361072381b447aac20dd325c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600g-v2" + ]; + titles = [ + { + title = "Qxwlan E600G v2 (8MB flash)"; + } + ]; + }; + e600gac-v2-16M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-e600gac-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-e600gac-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "e6e0027c5f86170c0b95a8ab37bc7c87f30082786c3ee2185b013c0c78bcdee2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600gac-v2" + ]; + titles = [ + { + title = "Qxwlan E600GAC v2 (16MB flash)"; + } + ]; + }; + e600gac-v2-8M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-e600gac-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-e600gac-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "2f40fa0969c52d90dbf07bd67d1fffa513e05c01f5b3b8c34fb949ab477a1f1a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600gac-v2" + ]; + titles = [ + { + title = "Qxwlan E600GAC v2 (8MB flash)"; + } + ]; + }; + e750a-v4-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-e750a-v4-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-e750a-v4-16M-squashfs-sysupgrade.bin"; + sha256 = "81df23ae3b862efe27a0bf134cf3fdfbe334da669e8c41cd13af2579e24dcd91"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750a-v4" + ]; + titles = [ + { + title = "Qxwlan E750A v4 (16MB flash)"; + } + ]; + }; + e750a-v4-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-e750a-v4-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-e750a-v4-8M-squashfs-sysupgrade.bin"; + sha256 = "8052060db5fda3c3ecffd167642923f06a76edb840564ea20dc7dbf789b2d127"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750a-v4" + ]; + titles = [ + { + title = "Qxwlan E750A v4 (8MB flash)"; + } + ]; + }; + e750g-v8-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-e750g-v8-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-e750g-v8-16M-squashfs-sysupgrade.bin"; + sha256 = "f20c015ae4bae31a1b35e19d4b9a7139d406f2bf62de48ab5214a628f8954e52"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750g-v8" + ]; + titles = [ + { + title = "Qxwlan E750G v8 (16MB flash)"; + } + ]; + }; + e750g-v8-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-e750g-v8-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-e750g-v8-8M-squashfs-sysupgrade.bin"; + sha256 = "73efb5bf0e58da1906db8ba9080fa3701e43279fb384aba493879f464c90d8c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750g-v8" + ]; + titles = [ + { + title = "Qxwlan E750G v8 (8MB flash)"; + } + ]; + }; + el-m150 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-el-m150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-el-m150-squashfs-sysupgrade.bin"; + sha256 = "b96be537727c41b7f6b071be81b4b4f9f1a583a4c1e0fd4eb9cdaf8df7424cac"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-el-m150-squashfs-factory.bin"; + sha256 = "5bc8f2615d9cce11ba44f9e900e6929c411d20952b806283e7229f22a374adb3"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EasyLink EL-M150"; + } + ]; + }; + el-mini = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-el-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-el-mini-squashfs-sysupgrade.bin"; + sha256 = "e5aae3541868569b2f48e2ee110378d1ec84dc9fee1ddf420b5fd5242befcd4e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-el-mini-squashfs-factory.bin"; + sha256 = "1c52acb53d863924cac5dc3154af532dcfee5f96be7f554d54f748d374af1c51"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EasyLink EL-MINI"; + } + ]; + }; + ew-balin = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ew-balin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ew-balin-squashfs-sysupgrade.bin"; + sha256 = "b0b88607f71cd6d22e0098fc57f2a07031bda73a8ac8d9b57c687237c965dcb3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Balin Platform"; + } + ]; + }; + ew-dorin = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ew-dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ew-dorin-squashfs-sysupgrade.bin"; + sha256 = "6c2c0324dbf3763fad60b17a9cad24a8820647cd27225c7372b97b57663dda23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Dorin Platform"; + } + ]; + }; + ew-dorin-router = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ew-dorin-router"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ew-dorin-router-squashfs-sysupgrade.bin"; + sha256 = "bbe9bed61ca4003c9ad1a1394245e699fbbd3e8a3c6138965a25a732c0710605"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Dorin Router Platform"; + } + ]; + }; + fritz300e = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-fritz300e-squashfs-sysupgrade.bin"; + sha256 = "f58a35bc7dcad6d3885cc79346341827f71ca45775b5458127ad016c3f2180fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz300e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 300E"; + } + ]; + }; + fritz4020 = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-fritz4020-squashfs-sysupgrade.bin"; + sha256 = "eabdea1a0daae1a2f6acd443493a194a056ee08e54ceef3e02b3d71037779f0f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz4020" + ]; + titles = [ + { + title = "AVM FRITZ!Box 4020"; + } + ]; + }; + fritz450e = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-fritz450e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-fritz450e-squashfs-sysupgrade.bin"; + sha256 = "70b7032fb5b5db91cfae9d83abc077d1f627f390d9372ae9b619e630aeea9472"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz450e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 450E"; + } + ]; + }; + gl-ar150 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-gl-ar150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "7ee9243da7b8375331a3b83942968bbdf3c32d7110dbd9e4492ad15926b47a74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR150"; + } + ]; + }; + gl-ar300 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-gl-ar300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-gl-ar300-squashfs-sysupgrade.bin"; + sha256 = "d12550d9f8d102b23a10a85b9ac1d73696dfb2531fabf301f54a136e9b0c25df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR300"; + } + ]; + }; + gl-ar300m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-gl-ar300m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-gl-ar300m-squashfs-sysupgrade.bin"; + sha256 = "96034b63e56941330e93d4cbc5949fea3ef7a8a1cdcb56586c0f5993b7cdd820"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR300M"; + } + ]; + }; + gl-ar750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-gl-ar750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "3e4fc897da45d50b4d5f76faf5cb9341e1e53adab534395424d1b9239b9376ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-ar750" + ]; + titles = [ + { + title = "GL.iNet GL-AR750"; + } + ]; + }; + gl-ar750s = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-gl-ar750s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-gl-ar750s-squashfs-sysupgrade.bin"; + sha256 = "032331a2db351b08655068cc34f26f82e7baf368f068b8e05bc6b4cff680c721"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-ar750s" + ]; + titles = [ + { + title = "GL.iNet GL-AR750S"; + } + ]; + }; + gl-domino = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-gl-domino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-gl-domino-squashfs-sysupgrade.bin"; + sha256 = "fe49e43d0711d0362fdec62dbbe83b8cf55f68dad1ec25c3bee370054e74ea15"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet Domino Pi"; + } + ]; + }; + gl-inet-6408A-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-gl-inet-6408A-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-gl-inet-6408A-v1-squashfs-factory.bin"; + sha256 = "618a884c0525c4b308a69996cb8f92dbdb00f70323492349d02b487b1f83112f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-gl-inet-6408A-v1-squashfs-sysupgrade.bin"; + sha256 = "404fd18654c4fb4b91a9e03a1cca92602fc76a454428d6568041249bdf10bc3b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet 6408"; + } + ]; + }; + gl-inet-6416A-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-gl-inet-6416A-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-gl-inet-6416A-v1-squashfs-sysupgrade.bin"; + sha256 = "0e2b8b7afc99be17457b6fee85bcdb883e58fdfd43b8fa78995de6815cd594b8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-gl-inet-6416A-v1-squashfs-factory.bin"; + sha256 = "fb114df00c89c59eb78766e93439562cae1b49c1971ef2daaeef78ce947b5744"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet 6416"; + } + ]; + }; + gl-mifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-gl-mifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "bcfac937e4b8a824c2d846ab76d6dbee96f3c9e9ee15461a835f08aeb6abe70b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-MiFi"; + } + ]; + }; + gl-usb150 = { + device_packages = [ + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-gl-usb150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "8bf606b912a2d3dc00ee412f889c966ba3e0821fceb63939205811746138a302"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-usb150" + ]; + titles = [ + { + title = "GL.iNet GL-USB150"; + } + ]; + }; + hiwifi-hc6361 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-fs-ext4" + "kmod-nls-iso8859-1" + "e2fsprogs" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-hiwifi-hc6361"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-hiwifi-hc6361-squashfs-sysupgrade.bin"; + sha256 = "99c3ebca8492f760ac65334e6b00c3cc2be5d7ccecbde3efcea8f14a2aa557ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "HiWiFi HC6361"; + } + ]; + }; + jwap230 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-jwap230"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-jwap230-squashfs-sysupgrade.bin"; + sha256 = "667d88258d069c87f40515bc06a03e99137c015f67dd6b443fc641d7bf707b8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "jjPlus JWAP230"; + } + ]; + }; + koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-koala-squashfs-sysupgrade.bin"; + sha256 = "fba6eeb731a2c4b9cd427eb100d2827a6faa76d5b713f597722415a5fe4bfff5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OCEDO Koala"; + } + ]; + }; + lan-turtle = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-lan-turtle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "279d31efa49cb5980960264ad3f4adfa88df9baf152a98b16afd076850a44b35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 LAN Turtle"; + } + ]; + }; + lima = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-lima"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-lima-squashfs-sysupgrade.bin"; + sha256 = "a5a2a5333599ff972034e82bd298b28db782315ba4ab75be572de3ae5af333b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Lima"; + } + ]; + }; + mc-mac1200r = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-mc-mac1200r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-mc-mac1200r-squashfs-factory.bin"; + sha256 = "6e657bb55909e8bb6dcba8a865a1b2c321f2e7614802c66bbbbe5ce111e91267"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-mc-mac1200r-squashfs-sysupgrade.bin"; + sha256 = "7cd588809cfe6043e2ebcb8fd2eeb8f43ac0f8c4836fd3c30f8d2ac2769fe974"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Mercury MAC1200R"; + } + ]; + }; + minibox-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-minibox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-minibox-v1-squashfs-sysupgrade.bin"; + sha256 = "98bd97fd9c42b37704d136f95fcb39cf8a8cfd8ac7fd9892e4e66b276cb341c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong MiniBox V1.0"; + } + ]; + }; + "minibox-v3.2" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-minibox-v3.2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-minibox-v3.2-squashfs-factory.bin"; + sha256 = "e866ef9818760fdfecc022f43517dec7b3ab89871bf2eb230c1517ac6b6202f3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-minibox-v3.2-squashfs-sysupgrade.bin"; + sha256 = "d7071a422f2df45151e67c3ad40c8086f9b15b01a7391882f6367bd7d726728c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Gainstrong MiniBox V3.2"; + } + ]; + }; + mr12 = { + device_packages = [ + "kmod-spi-gpio" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-mr12-squashfs-rootfs.bin"; + sha256 = "c6de673deec48de9818486f560fb03c7968e8af4b35619122004cb42cc640bc2"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-mr12-squashfs-sysupgrade.bin"; + sha256 = "082d90328a90c298882c49d7a479eda92a9116e80ac7fc1cd1e1c58ff62339ef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-mr12-squashfs-kernel.bin"; + sha256 = "8581d4e92a973c971e12c0603eb0d1fd72e85dbd96a8c63796e370dcdddf13f9"; + type = "kernel"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR12"; + } + ]; + }; + mr16 = { + device_packages = [ + "kmod-spi-gpio" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-mr16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-mr16-squashfs-kernel.bin"; + sha256 = "c4b7f18ac5359f1bd49e66ea8ba52f15319de8271620bc9275f11e76402f8562"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-mr16-squashfs-sysupgrade.bin"; + sha256 = "d4e2a71618fea3ca2769ef003e1fde4cf790536f41c49cc141c4480a5f39c5d3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-mr16-squashfs-rootfs.bin"; + sha256 = "c6de673deec48de9818486f560fb03c7968e8af4b35619122004cb42cc640bc2"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR16"; + } + ]; + }; + mw4530r-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-mw4530r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "027c32c76ffaac48e16c1c1d81421133d3b762c55048aac5ecf96cabe381be72"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-mw4530r-v1-squashfs-factory.bin"; + sha256 = "8222dfec5eb59b3851bc36ebc6b668d5317e9de099ea5d0b0b397e4c9bbe7216"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Mercury MW4530R v1"; + } + ]; + }; + mynet-n600 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-mynet-n600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-mynet-n600-squashfs-factory.bin"; + sha256 = "794b49eff8daa7784ec401b20db1baa953d016773f4d01e04821d7be2ab6ed0d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-mynet-n600-squashfs-sysupgrade.bin"; + sha256 = "10d3c99ae8cae5614d5520b23e54a5d805711f177a08955eeda2b516b66d840c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Western Digital My Net N600"; + } + ]; + }; + mynet-n750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "d278e76ad77a825f65a7d3482ad9d3c628b1ab26fc6ee20becfffde61e6fafb6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-mynet-n750-squashfs-factory.bin"; + sha256 = "7279e2083ad38618586293548c9cb61ccd0848a0248cc6b64a337cf8d79651a8"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Western Digital My Net N750"; + } + ]; + }; + n5q = { + device_packages = [ + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-n5q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-n5q-squashfs-sysupgrade.bin"; + sha256 = "4bc4c923aaf60680967df5742a9c5d568166d5274a30e737f567572bb43c0fcf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "n5q" + ]; + titles = [ + { + title = "ALFA Network N5Q"; + } + ]; + }; + omy-g1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-omy-g1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-omy-g1-squashfs-sysupgrade.bin"; + sha256 = "27ef1a3e9242e4eab9c84d2f6b52ed5d91594c7550d3ba369b1f32f52530335f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-omy-g1-squashfs-factory.bin"; + sha256 = "3bdd91d94719227805f58bee6397ef7a2f1ffaabe5640e14f3f6d7967979ce3e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OMYlink OMY-G1"; + } + ]; + }; + omy-x1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-omy-x1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-omy-x1-squashfs-sysupgrade.bin"; + sha256 = "88b2d53bddb1a91df9c1321bc646709198dc3996545e082e5b075f9d80baf18e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-omy-x1-squashfs-factory.bin"; + sha256 = "1cefae29aa40436a64b53d5f5cdfdf386c0b89d3b66eddce9d9972dc92c6c2ed"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OMYlink OMY-X1"; + } + ]; + }; + onion-omega = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-i2c-core" + "kmod-i2c-gpio-custom" + "kmod-spi-bitbang" + "kmod-spi-dev" + "kmod-spi-gpio" + "kmod-spi-gpio-custom" + "kmod-usb-serial" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-onion-omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-onion-omega-squashfs-sysupgrade.bin"; + sha256 = "087fc75a667d05cbc5cb94dcfbf16c47c63d2d191f355641296683579d90753e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-onion-omega-squashfs-factory.bin"; + sha256 = "fc54366656f06800bcda6cf79d3a374d367fd4b5fdc0a5c392545ea8b5a3a5a5"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Onion Omega"; + } + ]; + }; + oolite-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-oolite-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-oolite-v1-squashfs-sysupgrade.bin"; + sha256 = "b8448a75d8835a2a5e04d6ff1f7f93236421d6550c9a6e9650796d5cbe9dbd11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V1.0"; + } + ]; + }; + "oolite-v5.2" = { + device_packages = [ + "ath10k-firmware-qca9887-ct" + "kmod-ath10k-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-oolite-v5.2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-oolite-v5.2-squashfs-sysupgrade.bin"; + sha256 = "a15f8829965760f9b816207be8bfc8c903dcb5e08dbb288c585676bfa946433a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V5.2"; + } + ]; + }; + "oolite-v5.2-dev" = { + device_packages = [ + "ath10k-firmware-qca9887-ct" + "kmod-ath10k-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-oolite-v5.2-dev"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-oolite-v5.2-dev-squashfs-sysupgrade.bin"; + sha256 = "e58cecc1f565fd16ced7fb767fb814e2f70b0cbb881bd340ab25a5ead004418b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V5.2-Dev (development board)"; + } + ]; + }; + packet-squirrel = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-packet-squirrel"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "03deb6a85aef79e45109f338544af14b460316c688f305cea1bad540d417940e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 Packet Squirrel"; + } + ]; + }; + pqi-air-pen = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-pqi-air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-pqi-air-pen-squashfs-sysupgrade.bin"; + sha256 = "a2548d966fb65010f0e99414865b82baa6a90524116b8a1c99a801a887d29b5c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PQI Air Pen"; + } + ]; + }; + qihoo-c301 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-qihoo-c301"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-qihoo-c301-squashfs-sysupgrade.bin"; + sha256 = "fb902d1efd40418281383f7b0350033ad282222c7c3f30c06a43137785cff6f8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-qihoo-c301-squashfs-factory.bin"; + sha256 = "2180bdf56be664d17f23192cbd55e201471ef5380353029c3789d13ed152fe34"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Qihoo C301"; + } + ]; + }; + r36a = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-r36a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-r36a-squashfs-sysupgrade.bin"; + sha256 = "1faf4a3d70a8b9bd7d32b2283533e45068a1441180534ff9481c4eeebdcdd7a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "r36a" + ]; + titles = [ + { + title = "ALFA Network R36A"; + } + ]; + }; + r602n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-r602n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-r602n-squashfs-sysupgrade.bin"; + sha256 = "12ece22c7809e5a17c60e0fb749f0e8c7974801a3dedf05d36cbaa7fab0dc2a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "P&W R602N"; + } + ]; + }; + re355-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-re355-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-re355-v1-squashfs-factory.bin"; + sha256 = "a0ad3f3525462f7ece65e16f4bffdfb99ecdb4b8e86dee1f6e82c4e82c723325"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-re355-v1-squashfs-sysupgrade.bin"; + sha256 = "6ea666ebdab56ac43ddf24a906ec87110f161b0ccb2845952b29ffe87eee48af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK RE355 v1"; + } + ]; + }; + re450-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-re450-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-re450-v1-squashfs-factory.bin"; + sha256 = "d7761e294fa961acddcf9d117eac2bf0947a302237f83fe5650273cd8df81bde"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-re450-v1-squashfs-sysupgrade.bin"; + sha256 = "800b5e418f76350b7bc12c4d4d97770b6f7e662e408762b83aa09f2f719bb54e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK RE450 v1"; + } + ]; + }; + rme-eg200 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-rme-eg200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-rme-eg200-squashfs-sysupgrade.bin"; + sha256 = "6168c5d411cad4328c197206843786016419cd25f855c56bff8d6adcadcca6bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "eTactica EG-200"; + } + ]; + }; + rut900 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-rut900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-rut900-squashfs-factory.bin"; + sha256 = "f3377029af588a82625f23c7c67fa39efd7f73b23a6ad98d4e5909439e690217"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-rut900-squashfs-sysupgrade.bin"; + sha256 = "1d03d0b61f11a6b61dae0b9c09ccbccd98ecb31a0d404ba79be375c129799dc5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rut900" + ]; + titles = [ + { + title = "Teltonika RUT900"; + } + ]; + }; + rw2458n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-rw2458n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-rw2458n-squashfs-factory.bin"; + sha256 = "5059a4c5a931200aea40e01dc13c82cb51a76ee24f50d6f7f19e8cfb39400305"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-rw2458n-squashfs-sysupgrade.bin"; + sha256 = "d5b361c833c316b5fba8f84b4ac96ac5e0b5cc6530177f5e3b5d1583da73beef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RW2458N"; + } + ]; + }; + sc1750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-sc1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-sc1750-squashfs-sysupgrade.bin"; + sha256 = "510473f6030c442e6a7cbcea1e4b76b36779c1a8c96c62a23a4a51ebead98f3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC1750"; + } + ]; + }; + sc300m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-sc300m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-sc300m-squashfs-sysupgrade.bin"; + sha256 = "0a1575b7a846b07b2acdfda76242568fbfb2f87c14d47bd572a9b06bc8835232"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC300M"; + } + ]; + }; + sc450 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-sc450"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-sc450-squashfs-sysupgrade.bin"; + sha256 = "d58d3dc52c2b006be49aeaf6c48752d080ee7456157badf62b1f0af01f7d7217"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC450"; + } + ]; + }; + smart-300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-smart-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-smart-300-squashfs-factory.bin"; + sha256 = "ed474d9f16ee9878fbb4a97bcf9b7f4e5b3aff0c87cbb0708eda61e44cc9384b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-smart-300-squashfs-sysupgrade.bin"; + sha256 = "865ceab6e18d28169846f81772706d146461b9907720bfcc537362e8c3a760a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NC-LINK SMART-300"; + } + ]; + }; + som9331 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-i2c-core" + "kmod-i2c-gpio-custom" + "kmod-spi-bitbang" + "kmod-spi-dev" + "kmod-spi-gpio" + "kmod-spi-gpio-custom" + "kmod-usb-serial" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-som9331"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-som9331-squashfs-factory.bin"; + sha256 = "26600f9389cce2e9c41f174fc1996d9890084ae0be0210d43b3de0944601b7a4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-som9331-squashfs-sysupgrade.bin"; + sha256 = "498167815f17a68165d58e8f0b0d2f1f3e352ff1cede5c57036cca9d1d91e214"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OpenEmbed SOM9331"; + } + ]; + }; + sr3200 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-sr3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-sr3200-squashfs-sysupgrade.bin"; + sha256 = "b2bc3b28b6f6c89bd04f25b0302f9346360a16b3ec83f2bbad6d43c0638ed15f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore SR3200"; + } + ]; + }; + t830 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-t830"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-t830-squashfs-sysupgrade.bin"; + sha256 = "b57c1e4befa7fde0afa25d0602815430c186c285e81ef30685156bf03f196ce8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t830" + ]; + titles = [ + { + title = "YunCore T830"; + } + ]; + }; + tellstick-znet-lite = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-serial" + "kmod-usb-serial-pl2303" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tellstick-znet-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tellstick-znet-lite-squashfs-sysupgrade.bin"; + sha256 = "9d7e97393d8868d57a29c9310b02ead12c9be3fe40477101a546a57954da4249"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tellstick-znet-lite-squashfs-factory.bin"; + sha256 = "b82500c37f17cac0b45dfd5ecdea406408530b1cce177e93ad18d014a8f56aaa"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TellStick ZNet Lite"; + } + ]; + }; + tl-mr6400-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-rndis" + "kmod-usb-serial" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-mr6400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "a538f9a4af8cf9d68e868dc1d828817dd558ae64d001c66c7a024ca26720b671"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "f210b220dcbbaa6ed853c7cac635dfc7b1da6ade49232ecfbf7c62dc9f47f6a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-MR6400 v1"; + } + ]; + }; + tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "b4b88c32db4c6832ba1e4653b57998d681d10d5400a9b6eadc8a0d11442a6e4c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "258ae77f04b6fffbc2c6f627e283984315aaedbfa5cde3a4bba251a1dae835b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR3500 v1"; + } + ]; + }; + tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "9ef3889dcfb570b5280450bfa4249cc6811f9df4d4766daebed65b7a2370e588"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "ae16f1c5fdba69ee714d10f7acb31219b4066c69ca9c9a1af2f142616a5bee72"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR3600 v1"; + } + ]; + }; + tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "0e8944300c591a20cd00754a2d4a2f46f0c4a2cbf0f0284d0729fd8ebba55f30"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "3ac0988e496099810fb6b9d6b698aa8ce5705f601b06a8918a8caa5590bab37e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4300 v1"; + } + ]; + }; + tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "7e39aaab0a6dd66b481689b0757b7ea60364252c92f43e92199e0cb9e04a0505"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "d981de6a194c9506a1db08b15dcbd01b243b585d95b7b3e49107cb145c8325f4"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4300 v1 (IL)"; + } + ]; + }; + tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "919f1abae22f67522e57a1a80bece1b800aec0b0b23b160cbbb1a1961afcbffb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "763f410c860d47f4d9909328ff55e46cd25a8d151f848ad86a10297568b525b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4310 v1"; + } + ]; + }; + tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "504f428695c6f6a70a6cb7c0489118798849c2e4f28d8727ce981508c22930c2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "5ce0a376b3b282ca8abe5e906f76a66a5f5f6ab4b5780ce4bd60f5ee75e5e098"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4900 v2"; + } + ]; + }; + tl-wdr6500-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wdr6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wdr6500-v2-squashfs-factory.bin"; + sha256 = "bc183f30ae57dd78405edada1ba731fe73cb9b06a4a3a5fdee079a46ca45e61f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wdr6500-v2-squashfs-sysupgrade.bin"; + sha256 = "cdce19283e5962be79a25ea9ce2a99e227f9bda8130d2d716566988de99311ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR6500 v2"; + } + ]; + }; + tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wdr7500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "1531659a504fda3aaf95db4aba2225f1f16deeb4c5fca38480b31a49abbe10c0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "fe4f953e08de321dd6cc33b43e95b2e185463cff7110c20f6d67f52f84c3ff6b"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v3"; + } + ]; + }; + tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wpa8630-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "36f28415ea6ae78797addbad216f2c37115de7a6924b202f4133533ebd443c79"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "9321b57700bfe0ecddde68cbd545ff1f438272fe9fe02b0b567cbb8d8e8f8756"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WPA8630 v1"; + } + ]; + }; + tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "0be2e2cd6a9cf3659926d481d647e2d85023e2926e57ec450ecc54522395e50b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "b93d163b9ffd39ff4d5a2de1fc242f36b8ef62f2c2d2c0c700bc5e2644a19353"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr1043n-v5" + ]; + titles = [ + { + title = "TP-LINK TL-WR1043N v5"; + } + ]; + }; + tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "636e54314e697723d1d5caf97f95641f00c59be940cd9d267ea5ff59798c190a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "5812fbe400b7d8a82aa498bc9ba94edc08a5717cc8850219b3f0dd83d4e331b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v1"; + } + ]; + }; + tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "644bbe1d25594226bdb24f936960c097f5c006f431f356b756d1a0e3e5cc97d9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "5f7934e056d7c1e6c966a86f44d81807b3b008f1d829a1bdf8042c189c28d14f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v2"; + } + ]; + }; + tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "f0f40122fee4a13fbdc6093c55d31d8623a1e94ac5b0f78691faba20db5c2005"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "3b6215754f3842ea929e443ff455e79cf599ba3880d3e446ac25aa5aece5fec5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v3"; + } + ]; + }; + tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "2044ead1bfeffbb415bb2a3c6deef10ea8259b28e0c381cebb81448bbdaf9aab"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "928c62077a25418d2691c6bb29618bd724fa6462e9dd823c765f1ff2fb4f8651"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v4"; + } + ]; + }; + tl-wr2543-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "1d4589c5a35ff5255e7ab940c1dded90e823145f1964142df46e8943d13332b0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "4e00801fb3da4a2a5dcedb414f22ceffd0e7195b5cdc3a8140bcd6ec7a69c38e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR2543N/ND v1"; + } + ]; + }; + tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "711e0a4f6f1963574db1c714d67db5a1fc80e691dca74563146b2dbafc6d9416"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "6ce369118df1f171e9835b594b80954e39dace948fb36fff368385338d46a7f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR710N v1"; + } + ]; + }; + "tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "b29990a72fd9b7fd32f03f1f2fdd93b42dea21e00826b73424e409acf3f28e41"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "7dbf9900e5b26aec8643f26399820c3fa3f0667489eac605ae47d2f4929f04ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR710N v2.1"; + } + ]; + }; + tl-wr810n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "e9868a452c98dcff72b3376a04db2422bba3e799e8c415625a0ac4d2d55a64c4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "2c0610a22b21273d766d35523e875bc27b58d9136ebccf6f2142bd94b5c42559"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR810N v1"; + } + ]; + }; + tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wr810n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "d5370265e85c7dea44f56dbb77b8e2175e6f887560d1e109dcd6d2b817c525c0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "3ec6b6ff12c83e5495bb534cfa61f761f1626441a4481e6cfe7a4b2de34534d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR810N v2"; + } + ]; + }; + tl-wr842n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "21743981d193ad838738c9d513f8fe2a4a0ce19c7add6c975bbee81835759c42"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "fee18e7113ed5ba172a25f324507e1eb78434a160937e4aed39b19be71c9a657"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v1"; + } + ]; + }; + tl-wr842n-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "09d02cfff400a03ddb5093cde68beb94d375980604616ebf7ead71d00622890f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "ed452810f0853f0b80371787144235c389dc4708d5dc05b2a50b3d1617488f40"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v2"; + } + ]; + }; + tl-wr842n-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "1fa0a4f8610e0d75538edd3b35063fdfd39854526e508d4f3d3b21cf6a9ff6c3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "ba683c326915335fa9a6f902446cfcda3eb1f2a234b1dabeff040ce428e1186e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v3"; + } + ]; + }; + tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wr902ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "fbeb6518ab3dae2edf15e0e4debdb78720361201d4034d2266766207ab1308d5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "bca64cb1133860e3608dd60f88e508e4037672075b29a1ca193458a8f862fc27"; + type = "factory"; + } + ]; + supported_devices = [ + "tl-wr902ac-v1" + ]; + titles = [ + { + title = "TP-LINK TL-WR902AC v1"; + } + ]; + }; + tl-wr942n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-tl-wr942n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr942n-v1-squashfs-sysupgrade.bin"; + sha256 = "7e52889019a7de35cb5181fe5e50f4c2be40af2e0f343dc4caddaad817d86fdd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-tl-wr942n-v1-squashfs-factory.bin"; + sha256 = "17dad867d4ffae926ba5c661a5ec47ad36da193dc16f3898876be9727ea120a8"; + type = "factory"; + } + ]; + supported_devices = [ + "tl-wr942n-v1" + ]; + titles = [ + { + title = "TP-LINK TL-WR942N v1"; + } + ]; + }; + ts-d084 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ts-d084"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ts-d084-squashfs-factory.bin"; + sha256 = "ba42f241dda2f7209b6a3ea7a71dcce2ed168152f2033f7ee22d5a9e29f1d290"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ts-d084-squashfs-sysupgrade.bin"; + sha256 = "aa7542c45ea78b00087aa813cd56382b7ceea1f1d784115d5a5b875b4e2d797b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PISEN TS-D084"; + } + ]; + }; + ubdev01 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubdev01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubdev01-squashfs-sysupgrade.bin"; + sha256 = "355fa8a1b5ea317bc8f59677790614ee950f56fafd5dc0f8e3a5ac0e798d2b4f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubdev01-squashfs-factory.bin"; + sha256 = "179f7b7f39cec03e5765b8263e19547eecbf05eade923ed35a0353bec2857d46"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti ubDEV01"; + } + ]; + }; + ubnt-air-gateway = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-air-gateway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-air-gateway-squashfs-sysupgrade.bin"; + sha256 = "646746abb8cd2e5fbdc956f86296dd3f99526208ad046ad7a4c0fe8b524b5335"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-air-gateway-squashfs-factory.bin"; + sha256 = "89fef73a9e63bae7ba013b8f6ce5238d29662f367f1b352e1d5b627a66b7b990"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Air Gateway"; + } + ]; + }; + ubnt-air-gateway-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-air-gateway-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-air-gateway-pro-squashfs-factory.bin"; + sha256 = "ddc94941d7c8c176cd3d3a3a141ea22642034ae60ee4f3ad3c27122879353733"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-air-gateway-pro-squashfs-sysupgrade.bin"; + sha256 = "f7f13736a09553090c3852c14250074c951abc427aebe80ea71d739c10ccee4e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Air Gateway Pro"; + } + ]; + }; + ubnt-airrouter = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-airrouter-squashfs-sysupgrade.bin"; + sha256 = "f8ba20479808905cac9dc028c37b304920c40ae20134f1d301d25a46d22c24e2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-airrouter-squashfs-factory.bin"; + sha256 = "09e2e016c95ef9342868506b196c52a77f69f3dad37bfcfaa5cadc9cb8278695"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti AirRouter"; + } + ]; + }; + ubnt-bullet-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-bullet-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-bullet-m-squashfs-sysupgrade.bin"; + sha256 = "556d00304717a244701230015e3d8af249c5ae1e786caea427f3c1a4a75fa5d2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-bullet-m-squashfs-factory.bin"; + sha256 = "a331f6876d8509ada0f7803e25813a851d44043123489914aced3dd342cc2c0f"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Bullet-M"; + } + ]; + }; + ubnt-bullet-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-bullet-m-xw-squashfs-factory.bin"; + sha256 = "66c52c61b564e560a0684b3bdec91b1031ccab7e3af58faaf513f20e2556903f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "71d4a09823f9096910cba17fcf8f07f67ade6f4e3db633724ca8c82434508180"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Bullet-M XW"; + } + ]; + }; + ubnt-lbe-m5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-lbe-m5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-lbe-m5-squashfs-factory.bin"; + sha256 = "7286b07afa0642afe8d21afb28670d61ee4b5b8979aa271dadab15c914c425dc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-lbe-m5-squashfs-sysupgrade.bin"; + sha256 = "da8e53446a1a9127b2d904ee1477aa658e8174844850dc46fcebf06d662a6187"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Litebeam M5"; + } + ]; + }; + ubnt-loco-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-loco-m-xw-squashfs-factory.bin"; + sha256 = "f443e0f14dc32e077ccb06bd3f18414fdc74c636d23f55c3c8b7da934bcaa7f8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "576667dcfe6da530cf63a310f30acfdd4b012345a2e9d713df25b9f34c0ab51b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Loco XW"; + } + ]; + }; + ubnt-ls-sr71 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-ls-sr71"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-ls-sr71-squashfs-factory.bin"; + sha256 = "12fbd3308e8c130a2eb232c32ce471dc7250e969f691fe8d6715f7c080c6543d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-ls-sr71-squashfs-sysupgrade.bin"; + sha256 = "15afa8a4a5f0bfe7795f3ec86d0ec48d2b990694abfc9a5df79b30bd1a9b7af0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti LS-SR71"; + } + ]; + }; + ubnt-nano-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-nano-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin"; + sha256 = "6c0b5ddea6fae4c867e6a2d95eceefa5628ff6328ad63308e1606f43867fbe7b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin"; + sha256 = "6bcb370c24025e5dd3bfd40cc55708ac29fec29f0d7aa331460c756749bbf580"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Nano-M"; + } + ]; + }; + ubnt-nano-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-nano-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-nano-m-xw-squashfs-factory.bin"; + sha256 = "a17dead10dee0fcc4839520416d0c567b8ca25c98fe07ee0aef31c61e1796f0b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-nano-m-xw-squashfs-sysupgrade.bin"; + sha256 = "47acf34d8eaeefd454d198376eaf34f679f2aee825d426cea596a3cc24a54c42"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Nano M XW"; + } + ]; + }; + ubnt-rocket-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-rocket-m-squashfs-sysupgrade.bin"; + sha256 = "5038145e138946c841ceb2059d9188ace0a2ef2cfa4bccfd6146c45925cf925a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-rocket-m-squashfs-factory.bin"; + sha256 = "ce88e80b4f8671a363db8907cbaf4bb39b8e37e557d046544f1dd714e99f0c12"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket-M"; + } + ]; + }; + ubnt-rocket-m-ti = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-rocket-m-ti"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-rocket-m-ti-squashfs-factory.bin"; + sha256 = "4d3b98e7a449795a96cc66aa0be1a2cb6a4a8d65dbd63eb6bf692e1890992a32"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-rocket-m-ti-squashfs-sysupgrade.bin"; + sha256 = "1d33bf4134c2901166ea4f650a7c9a144482b0b294f676ec3ea06e487435558b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket M TI"; + } + ]; + }; + ubnt-rocket-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-rocket-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-rocket-m-xw-squashfs-factory.bin"; + sha256 = "214dce7aae53a73eb0278e81a663815c680111e4fe31f19abb7a2ddee821f862"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-rocket-m-xw-squashfs-sysupgrade.bin"; + sha256 = "62704f358f3141c26cd42712d912ad60742ba19ca967c06fc3e84354c098a841"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket M XW"; + } + ]; + }; + ubnt-rs = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-rs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-rs-squashfs-factory.bin"; + sha256 = "595cc985a4110cb34983640eb20891cd15cc9ed43adc8e70cefe7f71ee08e8b3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-rs-squashfs-sysupgrade.bin"; + sha256 = "52be9ca17f184d09657923f4defe2ce2e99278f968b492b76b3a8521e9563faa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RouterStation"; + } + ]; + }; + ubnt-rspro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-rspro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-rspro-squashfs-factory.bin"; + sha256 = "b1b1c607e706adeea1046dcbf25ca8ab871a6874e36149b420a1487578a5e2cd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-rspro-squashfs-sysupgrade.bin"; + sha256 = "5432a9bab9b7197441f5283e07764359c7bc530b9ae5bc946ceb64068f9be808"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RouterStation Pro"; + } + ]; + }; + ubnt-uap-pro = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-uap-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-uap-pro-squashfs-sysupgrade.bin"; + sha256 = "46e66161e1eb49df17d150090ab29d8508e43d57a0b2db23dacfd172a1415004"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-uap-pro-squashfs-factory.bin"; + sha256 = "d6d8dee5dca7363e3400f002b9f3bc30728fd23a5281417ff52aa6c465320a5a"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UAP Pro"; + } + ]; + }; + ubnt-unifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-unifi-squashfs-sysupgrade.bin"; + sha256 = "472f9485af8fda47b0caf4afe2c2015e75581213dcc95b930fd2c278f8712fb6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-unifi-squashfs-factory.bin"; + sha256 = "106414b9408421157c66a895bd2a56cf093275e71e6359cb37754eb40434280f"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi"; + } + ]; + }; + ubnt-unifi-outdoor = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-unifi-outdoor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-unifi-outdoor-squashfs-factory.bin"; + sha256 = "21c2dbb9788964c99e90d0be70a0a2f58ddc1d165198538b649ab48a6d49664a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-unifi-outdoor-squashfs-sysupgrade.bin"; + sha256 = "6ba4d827c6425f937cd24820a90a9810cf2af95a6d2f02f2cd7e7cb9be79e80c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi Outdoor"; + } + ]; + }; + ubnt-unifi-outdoor-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-unifi-outdoor-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-unifi-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "ce438a4987ff86eb9fd46a7ed64062d15a128d5cfcf4c66d744318dc6d5905fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-unifi-outdoor-plus-squashfs-factory.bin"; + sha256 = "f9deeda856f30c084c70adab118e57c9fe4f7411a19bfbec169819a84c186e37"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi Outdoor Plus"; + } + ]; + }; + ubnt-unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "44666c024bf107595ac4402daa8642aba9eb4945d43bc81346b0dfa4125c95a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Lite"; + } + ]; + }; + ubnt-unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "44666c024bf107595ac4402daa8642aba9eb4945d43bc81346b0dfa4125c95a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-LR"; + } + ]; + }; + ubnt-unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-unifiac-mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "44666c024bf107595ac4402daa8642aba9eb4945d43bc81346b0dfa4125c95a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh"; + } + ]; + }; + ubnt-unifiac-mesh-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "8fbefcbb4afbd98e03fb30f6c35210d168d3c7882143bf8b17847de0efce6649"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh-Pro"; + } + ]; + }; + ubnt-unifiac-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-ubnt-unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-ubnt-unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "8fbefcbb4afbd98e03fb30f6c35210d168d3c7882143bf8b17847de0efce6649"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Pro"; + } + ]; + }; + wam250 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wam250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wam250-squashfs-sysupgrade.bin"; + sha256 = "69833c50cfaa8973f5b2e8feac6aad74273282be82a72cffe316f14ad6b40038"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wam250" + ]; + titles = [ + { + title = "Samsung WAM250"; + } + ]; + }; + wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wbs210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wbs210-v1-squashfs-factory.bin"; + sha256 = "8b2720e56f021e7a907f88949a3b6db48a2abb40731dc5e11c5db492226d29c5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "3e2b096de6400a323cf02354d55022b6506f215620e8d9af88ce23ff2b5b8cc9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK WBS210 v1"; + } + ]; + }; + wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "e677899dc06c494452bafd8288b87223a09b397e091184d6ae04ea83744606c3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wbs510-v1-squashfs-factory.bin"; + sha256 = "804c32777c676c543109982a8a53cd602f8948bc98b4aa95fff8089d2d6267ed"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK WBS510 v1"; + } + ]; + }; + weio = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-weio"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-weio-squashfs-sysupgrade.bin"; + sha256 = "c5ee59fc0df7ed99300007eace1d00abf3970679b12d531be4223c59f7feee47"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "WeIO"; + } + ]; + }; + wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wifi-pineapple-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "0ced5c47bb6718f3c7ca61c1156cb49a93b2ab7f199e0ae5efd2e722add75289"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 WiFi Pineapple NANO"; + } + ]; + }; + wlr8100 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wlr8100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wlr8100-squashfs-sysupgrade.bin"; + sha256 = "efca4d9fde7aed4f9d0611fd3b4101ebca21672823727d183eabb2a1ea924b6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sitecom WLR-8100"; + } + ]; + }; + wndr3700 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wndr3700-squashfs-factory-NA.img"; + sha256 = "ff8d5e57904e626791c36150af3cd8bb90c48789d3e442cb1c869025da5e7ad0"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wndr3700-squashfs-factory.img"; + sha256 = "aae95031d16b6e32dfa39356c951c9ada7f03034b24ccde7810796025f3cb806"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wndr3700-squashfs-sysupgrade.bin"; + sha256 = "4c096eb3a960e21a7375c39d0c1f61918219414c7efcdfd4b6450ce59dbeee8a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3700"; + } + ]; + }; + wndr3700v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wndr3700v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wndr3700v2-squashfs-sysupgrade.bin"; + sha256 = "c4c4d8d8b654724f37e913fa7f14782c9ffe97508d32deb8c446aba464509d9e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wndr3700v2-squashfs-factory.img"; + sha256 = "02c2839ea940da9ddc8c82d3595fc6ec177df2274902d64ddaeb6a14f530123d"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3700 v2"; + } + ]; + }; + wndr3800 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wndr3800-squashfs-factory.img"; + sha256 = "77615acd031787468d8d9219c3a0cf1eba79ff374cb50c7cdf528a3f7f0173a3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wndr3800-squashfs-sysupgrade.bin"; + sha256 = "c4c4d8d8b654724f37e913fa7f14782c9ffe97508d32deb8c446aba464509d9e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3800"; + } + ]; + }; + wndr3800ch = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "c4c4d8d8b654724f37e913fa7f14782c9ffe97508d32deb8c446aba464509d9e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wndr3800ch-squashfs-factory.img"; + sha256 = "ebb3bee83cc29e29fb57cdd07d8f29cd9cd0df52b0ed61a0fb5d94ba4b4f1109"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3800 (Ch)"; + } + ]; + }; + wndrmac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wndrmac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wndrmac-squashfs-sysupgrade.bin"; + sha256 = "c4c4d8d8b654724f37e913fa7f14782c9ffe97508d32deb8c446aba464509d9e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wndrmac-squashfs-factory.img"; + sha256 = "f3f84230417333db49a7f4451c588fb002aa4dd7025cd464e17d29519f297f84"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDRMAC"; + } + ]; + }; + wndrmacv2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wndrmacv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wndrmacv2-squashfs-factory.img"; + sha256 = "1b5872923c90fb1b124d45f766391af4e95c1367c0624ba3019f2c51fa377ae4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wndrmacv2-squashfs-sysupgrade.bin"; + sha256 = "c4c4d8d8b654724f37e913fa7f14782c9ffe97508d32deb8c446aba464509d9e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDRMAC v2"; + } + ]; + }; + wpj342 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wpj342"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wpj342-squashfs-sysupgrade.bin"; + sha256 = "9fa412987dd075ba188e03e3952922a249a5fd708ca3697d6bf1c7da22438319"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ342 (16MB flash)"; + } + ]; + }; + wpj344 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wpj344"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wpj344-squashfs-sysupgrade.bin"; + sha256 = "4f742c2e305e9e5459bac69b69403038cd324726a3b79213388bfaa0bccd778e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wpj344" + ]; + titles = [ + { + title = "Compex WPJ344 (16MB flash)"; + } + ]; + }; + wpj531 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wpj531"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wpj531-squashfs-sysupgrade.bin"; + sha256 = "2a9e221c18e233dad9ce3921f3091db3664691c63ced5ac06733728bb925caa1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ531 (16MB flash)"; + } + ]; + }; + wpj558 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wpj558"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wpj558-squashfs-sysupgrade.bin"; + sha256 = "af1dff8f997bb1e5d7957fa657a47e3c76956320c89702422ac0f2f5f4d3ef1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wpj558" + ]; + titles = [ + { + title = "Compex WPJ558 (16MB flash)"; + } + ]; + }; + wpj563 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wpj563"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wpj563-squashfs-sysupgrade.bin"; + sha256 = "1de4ff06537f4a9842269cded4822dfcf7e6e1223d48cfb4a7a27898c335e197"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ563 (16MB flash)"; + } + ]; + }; + wrtnode2q = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-wrtnode2q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-wrtnode2q-squashfs-sysupgrade.bin"; + sha256 = "add140319c1f87105223c26239663573f94c2a8543822ef3d1ca75b37b7ac02e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "WRTnode2Q"; + } + ]; + }; + xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-generic-xd3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-generic-xd3200-squashfs-sysupgrade.bin"; + sha256 = "57d976e998e7b19ec2b0602cf64987f430fe74689c11e79e0bc189c3a328b274"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore XD3200"; + } + ]; + }; + }; + target = "ar71xx/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "nand-utils" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + nand-64m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-mikrotik-nand-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-mikrotik-nand-64m-squashfs-sysupgrade.bin"; + sha256 = "9af37bb5e6f9d4dd112fafb7a6919170676c858e55706a0572680ba2a89fedf0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MikroTik RouterBoard (64 MB NAND)"; + } + ]; + }; + nand-large = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-mikrotik-nand-large"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-mikrotik-nand-large-squashfs-sysupgrade.bin"; + sha256 = "f10638e70fc893bd20fed83fa20a921d6389a91e7b44535ec8ccf7b1c88e1a23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MikroTik RouterBoard (>= 128 MB NAND)"; + } + ]; + }; + nand-large-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-mikrotik-nand-large-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-mikrotik-nand-large-ac-squashfs-sysupgrade.bin"; + sha256 = "455d405365508acfee3a0cbfa6ad8563e17aa47cd6093d9bf857c93f5a576054"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-921gs-5hpacd-r2" + "rb-922uags-5hpacd" + ]; + titles = [ + { + title = "MikroTik RouterBoard (>= 128 MB NAND, 802.11ac)"; + } + ]; + }; + rb-nor-flash-16M = { + device_packages = [ + "rbcfg" + "rssileds" + "-nand-utils" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-mikrotik-rb-nor-flash-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-mikrotik-rb-nor-flash-16M-squashfs-sysupgrade.bin"; + sha256 = "3a99eae06349b0b855a967e585c6081c76cdc247c034ca062b6b60e86ccfe390"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-750-r2" + "rb-750up-r2" + "rb-750p-pbr2" + "rb-911-2hn" + "rb-911-5hn" + "rb-931-2nd" + "rb-941-2nd" + "rb-951ui-2nd" + "rb-952ui-5ac2nd" + "rb-962uigs-5hact2hnt" + "rb-lhg-5nd" + "rb-map-2nd" + "rb-mapl-2nd" + "rb-wap-2nd" + "rb-wapr-2nd" + "rb-sxt-2nd-r3" + ]; + titles = [ + { + title = "MikroTik RouterBoard (16 MB SPI NOR)"; + } + ]; + }; + rb-nor-flash-16M-ac = { + device_packages = [ + "rbcfg" + "rssileds" + "-nand-utils" + "kmod-ledtrig-gpio" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-mikrotik-rb-nor-flash-16M-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-mikrotik-rb-nor-flash-16M-ac-squashfs-sysupgrade.bin"; + sha256 = "3d7533c06f19d256cc50b6a795199a840c02cbc9901a406df7d37355a4aeac42"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-750-r2" + "rb-750up-r2" + "rb-750p-pbr2" + "rb-911-2hn" + "rb-911-5hn" + "rb-931-2nd" + "rb-941-2nd" + "rb-951ui-2nd" + "rb-952ui-5ac2nd" + "rb-962uigs-5hact2hnt" + "rb-lhg-5nd" + "rb-map-2nd" + "rb-mapl-2nd" + "rb-wap-2nd" + "rb-wapr-2nd" + "rb-sxt-2nd-r3" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + title = "MikroTik RouterBoard (16 MB SPI NOR, 802.11ac)"; + } + ]; + }; + }; + target = "ar71xx/mikrotik"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + c-60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-core" + "kmod-usb2" + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-nand-c-60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-nand-c-60-squashfs-sysupgrade.tar"; + sha256 = "e0f3bbe8ee32e877d0784994f1af799e944652b02f926437712cb11ca59070c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "AirTight C-60"; + } + ]; + }; + hiveap-121 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-i2c-gpio-custom" + "kmod-spi-gpio" + "kmod-ath9k" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-nand-hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-nand-hiveap-121-squashfs-sysupgrade.tar"; + sha256 = "8f63958ae34b51a7e28fd1fda4da55d1efe400315bf851787a0041ab1c69ced1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-nand-hiveap-121-squashfs-factory.bin"; + sha256 = "11565b54ec788b2350995c44f8180ddae2cfe6ba046154ccc33b1f3c808ea514"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Aerohive HiveAP-121"; + } + ]; + }; + mr18 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-nand-mr18"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-nand-mr18-squashfs-sysupgrade.tar"; + sha256 = "eefdd44cb7507144b7a11f1a5d7848dcb7acefa7a01323ab5e2c26484f47fb43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR18"; + } + ]; + }; + rambutan = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-nand-rambutan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-nand-rambutan-squashfs-sysupgrade.tar"; + sha256 = "f37fc3c8fea6a974bfaca4dd2e3eea9e73a06b6afe3a2b4580c16e6f6d62cb5f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-nand-rambutan-squashfs-factory.ubi"; + sha256 = "3b12b23852e4f9be4039f8c666a1890111fbf13d18aaa6c0cf851fa073265eec"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Rambutan"; + } + ]; + }; + wi2a-ac200i = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-nand-wi2a-ac200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-nand-wi2a-ac200i-squashfs-sysupgrade.tar"; + sha256 = "4b77e2c0a196cc26cb7a8ab0bccf3bbb538981e3772981482d28ccc12cc6ccf5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wi2a-ac200i" + ]; + titles = [ + { + title = "Nokia WI2A-AC200i"; + } + ]; + }; + z1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-spi-gpio" + "kmod-ath9k" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-nand-z1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-nand-z1-squashfs-sysupgrade.tar"; + sha256 = "2791754a06ac434ead654b644d0e6de9715221c7b937f81ce5b9bb4478439a56"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki Z1"; + } + ]; + }; + }; + target = "ar71xx/nand"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + ens202ext = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ar71xx-tiny-ens202ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-tiny-ens202ext-squashfs-factory.bin"; + sha256 = "92c66ebe02c21efa5875a6004ba8c23645b31f201e32bdb5a1d67d1215aa1106"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ar71xx-tiny-ens202ext-squashfs-sysupgrade.bin"; + sha256 = "d7b762f6397876c3f1fe03fe7052b6245a6735fe126cb7277ecdefa0c04ddd6c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EnGenius ENS202EXT"; + } + ]; + }; + }; + target = "ar71xx/tiny"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + arc770 = { }; + archs38 = { }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-ohci" + "kmod-at91-udc" + "kmod-usb-gadget-eth" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-ohci" + "kmod-at91-udc" + "kmod-usb-gadget-eth" + ]; + metadata_version = 1; + profiles = { + at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-at91sam9263ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9263ek-squashfs-zImage"; + sha256 = "8ec0759d6df3bccfd95543a901f3e098ba1768d66097623d725cdbb184231ea8"; + type = "zImage"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9263ek-ubifs-zImage"; + sha256 = "8ec0759d6df3bccfd95543a901f3e098ba1768d66097623d725cdbb184231ea8"; + type = "zImage"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9263ek-ubifs-root.ubi"; + sha256 = "f47e242baff8157855ed5f736a76457e583427cd0ea3489e52398603fd30ca59"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9263ek-squashfs-root.ubi"; + sha256 = "33daf287338e6b3aea9480a2fca434ac15c75e067f9a91c8077c82fcecb4a73d"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9263-EK"; + } + ]; + }; + at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-at91sam9g15ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9g15ek-squashfs-root.ubi"; + sha256 = "a2eacf92eb59f91256c6dba0ca1b663dc4462b3fff525e95fdd8a2d573ac6c99"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9g15ek-ubifs-root.ubi"; + sha256 = "3e72508a3f601d9c2a5f0caf8a9d7a627c9a421afed5d7a7d0656a3fdd3ec98c"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G15-EK"; + } + ]; + }; + at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-at91sam9g20ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9g20ek-squashfs-root.ubi"; + sha256 = "7fa098862face1a8f649de7b6ff417e1dea7085b27ae6fa2ba32d36485dd8248"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9g20ek-ubifs-zImage"; + sha256 = "8ec0759d6df3bccfd95543a901f3e098ba1768d66097623d725cdbb184231ea8"; + type = "zImage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9g20ek-squashfs-zImage"; + sha256 = "8ec0759d6df3bccfd95543a901f3e098ba1768d66097623d725cdbb184231ea8"; + type = "zImage"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9g20ek-ubifs-root.ubi"; + sha256 = "12a8e946e5569855e3cacd086cbac512f3a0658598f75b4a702f14e58924f7a4"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G20-EK"; + } + ]; + }; + at91sam9g20ek_2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-at91sam9g20ek_2mmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9g20ek_2mmc-squashfs-zImage"; + sha256 = "8ec0759d6df3bccfd95543a901f3e098ba1768d66097623d725cdbb184231ea8"; + type = "zImage"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9g20ek_2mmc-ubifs-zImage"; + sha256 = "8ec0759d6df3bccfd95543a901f3e098ba1768d66097623d725cdbb184231ea8"; + type = "zImage"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9g20ek_2mmc-ubifs-root.ubi"; + sha256 = "7bb649b0ae0d17a94ef365cf51273274d3da631e602ba3ea242a6570d486d0f0"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9g20ek_2mmc-squashfs-root.ubi"; + sha256 = "abae611f0b0af4a606bfbdfb9cb7267fc56382bb4b9661f6e086f0bcc981e755"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G20-EK 2MMC"; + } + ]; + }; + at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-at91sam9g25ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9g25ek-squashfs-root.ubi"; + sha256 = "7adb46bd488c59f087e8549712ce10a6c220b9ea845ea60944fd9d4bcff452e1"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9g25ek-ubifs-root.ubi"; + sha256 = "2950c08fd225614c859fb398dd2985dbdf9e488dd4f3a3377db86e1dd3374d3e"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G25-EK"; + } + ]; + }; + at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-at91sam9g35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9g35ek-squashfs-root.ubi"; + sha256 = "6e3e77bd85060a558acdcb8a52f8b3d9c6e0f748f16257bafe1412f88d51bdc8"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9g35ek-ubifs-root.ubi"; + sha256 = "8c483c6128aaea19750962af18626ef493d3687f00eb89ac94a35c6e95e18c71"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9G35-EK"; + } + ]; + }; + at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-at91sam9m10g45ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "2ef8263f1be0ee27977bab5c7504ae75c22e394b28ddf60c8af7d939e9ac8eb5"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "a826030b857a406e874b4d4210f0e0029d850142eae1a198fba9c78bcf02e327"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9M10G45-EK"; + } + ]; + }; + at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-at91sam9x25ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9x25ek-ubifs-root.ubi"; + sha256 = "46644959329ad1b03f104efd21312e0f5cca6d5a521857ee6a02832981a658cb"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9x25ek-squashfs-root.ubi"; + sha256 = "2c918b2fa4e7e1663880224010cdff7fa08f289ef21d46d1fda7056f2a970781"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9X25-EK"; + } + ]; + }; + at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-at91sam9x35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9x35ek-squashfs-root.ubi"; + sha256 = "5b9f68799b564283fc71ebd06090a72bef124af3bc9dcd8360f35a2282906363"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-at91sam9x35ek-ubifs-root.ubi"; + sha256 = "266dafe61c7c42a18cbac55faf803b5cddafd5fa3538485b032758c7f80583a3"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Atmel AT91SAM9X35-EK"; + } + ]; + }; + ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-ethernut5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-ethernut5-squashfs-root.ubi"; + sha256 = "73f6173452a72b6704424641d94800bf03cc53674b86db54220e664747755dd3"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-ethernut5-ubifs-root.ubi"; + sha256 = "88e2d77319c9faeca290736dc3aee019906ad50ace867a69e2102e1ef5b6fc52"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ethernut 5"; + } + ]; + }; + lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-lmu5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-lmu5000-squashfs-factory.bin"; + sha256 = "77217adc36c087ffed2c39df8b1452d38c4b091ae53bf4e170f39c3493d67eb5"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-lmu5000-ubifs-factory.bin"; + sha256 = "96209205aff9d26fd9e76c6ecea1a8184dafe6732bd3167cc1e672cb491cbb58"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "CalAmp LMU5000"; + } + ]; + }; + tny_a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-tny_a9260"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-tny_a9260-ubifs-factory.bin"; + sha256 = "8cb0793d40cc78bdd8f7e84e49cd23412a7ed93d5e5b90acf19509787d6c6f47"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-tny_a9260-squashfs-factory.bin"; + sha256 = "efe5067144b939201730a25b75de805e34d302f4138b67300d0a795ce7f1026b"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao TNYA9260"; + } + ]; + }; + tny_a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-tny_a9263"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-tny_a9263-ubifs-factory.bin"; + sha256 = "b8a804fb42762d5990395cbbf60ec41cf87e0803cbeff6ca6723a4afe2c83b36"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-tny_a9263-squashfs-factory.bin"; + sha256 = "76bf3dac0fe6b28036333286386ee6f11ce111d011170fd953a062d9923ad8ed"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao TNYA9263"; + } + ]; + }; + tny_a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-tny_a9g20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-tny_a9g20-squashfs-factory.bin"; + sha256 = "ad65357571b1a9b269bd47ee438a5bfde1ace042a508b77cb94e862283520e98"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-tny_a9g20-ubifs-factory.bin"; + sha256 = "563df8c4fe8004acec9e89a36f43a130c5a30fbbcae72a496d60a4eaab24b389"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao TNYA9G20"; + } + ]; + }; + usb_a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-usb_a9260"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-usb_a9260-ubifs-factory.bin"; + sha256 = "1c9c95b99c6ebea201fdd66a97823de984cfbe1e9dfb1cd7b2f2af16cb144b3d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-usb_a9260-squashfs-factory.bin"; + sha256 = "e69bd17246ab863e8044a2562471fd043474e7736e3d30a7d0b2839e61f1cd11"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao USBA9260"; + } + ]; + }; + usb_a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-usb_a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-usb_a9263-squashfs-factory.bin"; + sha256 = "141562c6c2b1a73a5e531331138c53eaa07f259b17575014456b3f4388822f7a"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-usb_a9263-ubifs-factory.bin"; + sha256 = "f7d0a7c823549eabea6a9e44db3115f469c16627aae4fcff9f92dadc4e244aa5"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao USBA9263"; + } + ]; + }; + usb_a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-usb_a9g20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-usb_a9g20-ubifs-factory.bin"; + sha256 = "fdbf1edb15f10ec7bd8613c4af0064c393363a36da153c8769d8ced2407ef462"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-usb_a9g20-squashfs-factory.bin"; + sha256 = "105a2cd797fba738c170b17006590c36230de3a153e1463e3296d619730e85a0"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Calao USBA9G20"; + } + ]; + }; + wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-19.07.7-at91-sam9x-wb45n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sam9x-wb45n-squashfs-root.ubi"; + sha256 = "d49bb0e0fad17eff643e94cd27517f03c235c8cbc6d397fb255b2321d0896ee6"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sam9x-wb45n-ubifs-root.ubi"; + sha256 = "d93f7358737290090dd751f91d741ac1c6f49a72b983422549304dd203d84997"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Laird WB45N"; + } + ]; + }; + }; + target = "at91/sam9x"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-ohci" + "kmod-at91-udc" + "kmod-usb-gadget-eth" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-ohci" + "kmod-at91-udc" + "kmod-usb-gadget-eth" + ]; + metadata_version = 1; + profiles = { + at91-sama5d27_som1_ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sama5-at91-sama5d27_som1_ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d27_som1_ek-squashfs-zImage"; + sha256 = "5e26c4b4c40c3e84be4f6e15412f3aa16e3050187d4090cfb99e970454a1724e"; + type = "zImage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d27_som1_ek-squashfs-root.ubi"; + sha256 = "637d9331480f9db56c83e40bc0953106bc969a735921ae29e863450eb4944410"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d27_som1_ek-ubifs-zImage"; + sha256 = "5e26c4b4c40c3e84be4f6e15412f3aa16e3050187d4090cfb99e970454a1724e"; + type = "zImage"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d27_som1_ek-ext4-sdcard.img.gz"; + sha256 = "392fca6317500a27f85e5f00393972a46d16935566259c6d68a7b632a3cafffd"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d27_som1_ek-ubifs-root.ubi"; + sha256 = "a379e8f13e961ec1077b9967cdecb60116149b6e05b354386e3f3f8ffbbc10e2"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D27 SOM1 Ek"; + } + ]; + }; + at91-sama5d2_ptc_ek = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sama5-at91-sama5d2_ptc_ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d2_ptc_ek-ubifs-root.ubi"; + sha256 = "40d52680ea998229c6f7351a16a3d30a74cbeddb6ffaf997eb4e8d3c78c62e85"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d2_ptc_ek-ubifs-zImage"; + sha256 = "5e26c4b4c40c3e84be4f6e15412f3aa16e3050187d4090cfb99e970454a1724e"; + type = "zImage"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d2_ptc_ek-ext4-sdcard.img.gz"; + sha256 = "2f3cf5f0611d0c659a2c639d994ca20bcc84e56efe6f2cc19fb461d1a025aafa"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d2_ptc_ek-squashfs-zImage"; + sha256 = "5e26c4b4c40c3e84be4f6e15412f3aa16e3050187d4090cfb99e970454a1724e"; + type = "zImage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d2_ptc_ek-squashfs-root.ubi"; + sha256 = "a014efdb616ce2f71fd9f6a898139b00943db10e727b467303da78c2f5f1512f"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D2 PTC Ek"; + } + ]; + }; + at91-sama5d2_xplained = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sama5-at91-sama5d2_xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d2_xplained-ubifs-root.ubi"; + sha256 = "95c91e747d9f1bb632303cf0a6ef2b1fc94cfdb3a8db65db70ee7c9e378344b1"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d2_xplained-ext4-sdcard.img.gz"; + sha256 = "139c77b398a1dee83d789d90d8711d99239f8c7e77b3226d519f4b96650bb9fb"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d2_xplained-ubifs-zImage"; + sha256 = "5e26c4b4c40c3e84be4f6e15412f3aa16e3050187d4090cfb99e970454a1724e"; + type = "zImage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d2_xplained-squashfs-zImage"; + sha256 = "5e26c4b4c40c3e84be4f6e15412f3aa16e3050187d4090cfb99e970454a1724e"; + type = "zImage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d2_xplained-squashfs-root.ubi"; + sha256 = "ebfb4e19ad65d53218a9bab9f5dfaf93f4321cbe8472d4b1b2ff39bb847dc623"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D2 Xplained"; + } + ]; + }; + at91-sama5d3_xplained = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sama5-at91-sama5d3_xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d3_xplained-ubifs-root.ubi"; + sha256 = "775c293316ed1eea60885e89742549fa1b6c6617259cd774203a5088efaec636"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d3_xplained-ext4-sdcard.img.gz"; + sha256 = "83e86268346f75ee59ce7416237fce4e6495ec64bc892dd6b904890bf5ecef88"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d3_xplained-squashfs-root.ubi"; + sha256 = "a12f241675874d54055cb6e3826d1904e5be65545662bda61d8640ee30c8d22d"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d3_xplained-squashfs-zImage"; + sha256 = "5e26c4b4c40c3e84be4f6e15412f3aa16e3050187d4090cfb99e970454a1724e"; + type = "zImage"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d3_xplained-ubifs-zImage"; + sha256 = "5e26c4b4c40c3e84be4f6e15412f3aa16e3050187d4090cfb99e970454a1724e"; + type = "zImage"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D3 Xplained"; + } + ]; + }; + at91-sama5d4_xplained = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-at91-sama5-at91-sama5d4_xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d4_xplained-squashfs-zImage"; + sha256 = "5e26c4b4c40c3e84be4f6e15412f3aa16e3050187d4090cfb99e970454a1724e"; + type = "zImage"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d4_xplained-ubifs-zImage"; + sha256 = "5e26c4b4c40c3e84be4f6e15412f3aa16e3050187d4090cfb99e970454a1724e"; + type = "zImage"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d4_xplained-ext4-sdcard.img.gz"; + sha256 = "32a3ec5b16d916f88f9f5b448e3d4254d3317bbbba747501c2411786d5cc58fb"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d4_xplained-ubifs-root.ubi"; + sha256 = "896c3bd2144d2dad8abbeaa42b62d7d33ccf5ee119c23f15df7f85e19d632d80"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-at91-sama5-at91-sama5d4_xplained-squashfs-root.ubi"; + sha256 = "be8e6c4a77daea63680aae25efd270d172b838238928b77c0bfc450613366055"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Microchip(Atmel AT91) SAMA5D4 Xplained"; + } + ]; + }; + }; + target = "at91/sama5"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "wpad-mini" + "kmod-ath5k" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "wpad-mini" + "kmod-ath5k" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "46952125b406bed7e2606bae5378e9e2e12d342a6d0b046de3d046969b4c098f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath25-generic-squashfs-rootfs.bin"; + sha256 = "eb2dfbdf3b9bd3a2fb0007723a858e2a464d73d06bfe1e2951823c2a7ec498b5"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath25-generic-kernel.elf"; + sha256 = "793b625e72bd18e0efd63e53dcabcaf2afef5e9ca30e8455d99adb7cbf62a7b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath25-generic-kernel.lzma"; + sha256 = "0b44c9430f708248bf630fa5080f6316ce6e023a67eaee7f0c68158ffbac19ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath25-generic-kernel.gz"; + sha256 = "9e2c384cb41713669c0e497791f401aa6b3d25fd3bb87ad9e893b1a8f32994f9"; + type = "kernel"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic Images"; + } + ]; + }; + ubnt2-pico2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ath25-ubnt2-pico2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath25-ubnt2-pico2-squashfs-sysupgrade.bin"; + sha256 = "1ba6a4ff5f97ebf9d188e678a1459c0dfcce82520f1c6cb415f15a2775668f75"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti XS2-8"; + } + ]; + }; + }; + target = "ath25/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "32c3e5e10ca578d8dcb5284da7299b420d82682df9e2d400ee9337dd2a6b0f47"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + title = "8devices Carambola2"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "c313aec73c03116b59671069538e8c1ff2d55fc96adf69c2e2212ef2f7628f74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + title = "Aruba AP-105"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "920087cb88a919269be3a218ef39ac98f224a986339a97bbd75d342acf85ca77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 300E"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "e5584ba112620401d14345bc2aba7a1678efb20be6a3a75faa6ae43f2858b11d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + title = "AVM FRITZ!Box 4020"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "63353b2e95aa2dde5091d32a8735a8f20297628e2932426782ee0177a605ad13"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "f2aeb0f150dd862902af22b8145d0e8a7120e3052832a508ba31b36a24822059"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "4f6b26e4526fc518574cfc4796ac9517358025e9afc69c0dbd83159c0301613a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + title = "Buffalo BHR-4GRV"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "32c133dcb1cfd9aa73bc0558f8d7ba989a3117e7d6da203c0962ed081155a8ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + title = "Buffalo BHR-4GRV2"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "0b8ba8b42897c6871874af178213372f213017bf5e7fbd15c1268208566e52d4"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "8290438561dc0b850681df7c9e59480657e203009b19dd9addb91fcf9d712e34"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "3da321e8d3d12569725a75886a41a787f058437b875064cee5a26275bc5c6edc"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + title = "Buffalo WZR-HP-AG300H"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "68dcb04d8727683c115ee1d3d64f40900380bb48287c191ba66e0fde38bc9e73"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "a17c9736488c67fcf968930a501d6a70742e5017a7591e4738a647c6912c747f"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "c7f4f947b5dcc2159cad3096145c1e6b0b58a39652ec4863c3d0f3a07e977977"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + title = "Buffalo WZR-HP-G302H A1A0"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "e9e955b44fb4001b52f1bd74456fa5943d389eb26e7a6f10389a2465504f6acf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "ab1784574c8799990db8531681a0f6c33c4c9477a94289f5fedeb1799b8ffcbb"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "c10bb20501e9f05b26b1058fe759eaca7cf112800c962d1e2b8dff6182080c90"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + title = "Buffalo WZR-HP-G450H/WZR-450HP"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "8f9501f6994c4980072a9705715660adeb8c899375f31fdffe0363bf8e1f975d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + title = "COMFAST CF-E110N v2"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "fd951a0c56721a30bc9547d24681101eb1a1014c571352d0eb86262b44375cab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + title = "COMFAST CF-E120A v3"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "198419436ab3e0ad6f5a6022d18d7da7a354174637aaa91d99085c60bf7c6571"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + title = "COMFAST CF-E5/E7"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "1ce10aaed75b24922dc2d03eb8bc8eb630ad67dcb57a9008a88feb68a2c4b060"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + title = "devolo WiFi pro 1200e"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "a83a46cc0caf43241170a5348d42d534155c6d1ac25e60de1e42c7ee916f962a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + title = "devolo WiFi pro 1200i"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "926f98ad14d511897665f10360ec104a51f4faffec246ef6613d73412d635e9e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + title = "devolo WiFi pro 1750c"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "e194444a5636f9865f6e3991cd0328e848a2062f1b547383260f88c66bbbb114"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + title = "devolo WiFi pro 1750e"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "b9de5059edfa704b76302c58996a386ff48f673c87a2bb1aa181805978cac646"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + title = "devolo WiFi pro 1750i"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "c3e977b9cb5fc7e2d5fe7185569b266a34f84a08bdcab9d0f68a3c61807884bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + title = "devolo WiFi pro 1750x"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "2a919db40abd4591704ac02e12f6a793fa8add8e16ecfc9f499a9ff850a2518a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + title = "D-LINK DIR-825 B1"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "8ee93e9bac1afb42495564ecf5be6f3d5c2bdaa566470643443823e0b68e5fa1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "e45be517e878bc4b09c34021a86734740de4db578637c06a48711056ec4f2544"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + title = "D-LINK DIR-825 C1"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "39569acf87643c3763b2beae9f04027ebc9cc68b965e111b2d11cc77bfa12b3c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "fe8a91549537a07c541708fae69b808eacbe5c2223319573f76df3ebf5ee20fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + title = "D-LINK DIR-835 A1"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "2ed54fac26332b8dbd85b32bef741f3f170cd0443c9fd9c24c3f4c75263318ce"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "6d9b104360b5423f890c9db7b910415fe7d7ba3638500d74b6c974040d2c5375"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + title = "D-LINK DIR-859 A1"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "67486c3ba033cefb6e7fb5d486bddfac7e904c325d8a259bf27c9c7359d63d27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + title = "ELECOM WRC-1750GHBK2-I/C"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "091f21b1f7c3ebcc3ba415dd7d20e553c2846c6dddec44bc3f6c9a991859f9b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + title = "ELECOM WRC-300GHBK2-I"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "704d35bbcd4b1c37f379516661d82df32408116ad5bdcf9acee37a700401a173"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + title = "Embedded Wireless Dorin"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "0c58dbd36d4f23fc013fa8c96f4f6a43599a4a4faace69069a7255c3548f6044"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + title = "EnGenius ECB1750"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "7feb2ef6673d7f3cf35cd79ff139fa38ae1d2d0e6cd84794b798eecbd67d1973"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "5ff3968221f7c635177a6ea8ba75a5094ef217406673838f9d779720fa8e547b"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + title = "EnGenius EPG5000"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "46a3b0dccf8aab8dd6ccb5a854ff785e47cf5f590176212fd97678b5ed543cd6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + title = "EnGenius EWS511AP"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "b426f8dd151752820e22d318c07cd038ee423742ae3ecedb75fa97c3f05920f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + title = "eTactica EG200"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "4b55340e57925960b3fd473ae675c6303d31debc48d37a9b3a0f752918578ff5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + title = "GL.iNet GL-AR150"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "db20f1dac46e4d15e919b97d2c5f0aa18f2bb340bfcc6cfc4b645209440b9745"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + title = "GL.iNet GL-AR300M-Lite"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "21746dccaf4f85c2c70e83db4104c26df93c1cb5ca2a95d2ca33e6e6bdca5fbf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + title = "GL.iNet GL-X750"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "6e62533f0d331ab8cd8138ee83364ef0b8f0c32041fc531dcfa219e42e30727f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + title = "I-O DATA ETG3-R"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "7bb975baeb44417dbdcdc229ba5112b982f278e313c3daec0a7a31199402fccc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "aa0f9d1b18158b76d44dcb3e787cd4170be142e6f756224eba0313ff12af57ce"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1167DGR"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "5c919bba2ececd079b778c6f488b8a1ed9085c78857787b0bd2d1dd44da4beca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "a7164e51eb83f9dbab87aba44566c20c3c5985a2515f192030e2608591d28a12"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1600DGR"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "fb62635f0c86f37e83e5c0a4dc8d7ec609d92ba9454528f966903a9c1739c7ea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-iodata_wn-ac1600dgr2-squashfs-factory.bin"; + sha256 = "3bf1a5886412b25eced3373af89e2ae938fcc67c75ef2b9bb9e47030d6736000"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + title = "I-O DATA WN-AC1600DGR2"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "48ff04a8941d055ded19dc23c235ff609ba291a60ef7d785c56350d60d327857"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "554facb4bce632244175c83b31e019c833df3970f32163360bb085130517ba25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AG300DGR"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-mini" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "2b41351c904b5824e87686fe07c59d05fa44085a5ee533f68ce33a4aee1620ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + "ja76pf2" + ]; + titles = [ + { + title = "jjPlus JA76PF2"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "615b1351661d84e9845b14691da77ab654176c0588f84bd61fece7cf675e096a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + title = "LibreRouter v1"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "fd1b5fda7caca054408348dbc4b971895ef730d4137f3a0f03364cdb0c353058"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "cf7dcc82c816a36ca0d8f4e6ec964c6c9a946196437be6705f39739e8cc08b0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + title = "NEC Aterm WG1200CR"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-htt" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "89b835ab00a198d98bb55ee2ba5a8b487aee4bddac023f37013c2de811dbcb33"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "6b6b95019a93aa667f97ced0fdf4f15b59fa19ee46d4cf3d21afb015c47acc9c"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + title = "NEC Aterm WG800HP"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "60a9d0b850c37fcf515a3019996d8b0c4df4fb242ba3abd5ae6a1c633cec2077"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "ee27c685c947e12a5c85dfbf77e68b2eb06aa14d25db34f5e7febf0de93d7c91"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + title = "NETGEAR EX6400"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "7df1da3a9fcd93ac43cac4d0f75eccd18123eea10217c34f7b88c3d61a9b2675"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "4dc06d7cd2ca852567f317bf8b1fe4c51202d148f7b877cdeedf24cfcfb01d8d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + title = "NETGEAR EX7300"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "40f5b4b5ad2baf89480c32c7ce792fba57a3c79eb19c4aabd449fcf512ede50c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "17201e9d64927fcdbca47dbaa879023e283ef51c3859196122788ce7121d9cb5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "fe74cad3057680319595a77f3b866aad16958aa07904163a495ab985127d2659"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3700"; + } + ]; + }; + netgear_wndr3700v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-netgear_wndr3700v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-netgear_wndr3700v2-squashfs-factory.img"; + sha256 = "51dd100b44986c85ced1ae42c8a7c179ab7829580dab5a358f1b7d38f6ac655b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-netgear_wndr3700v2-squashfs-sysupgrade.bin"; + sha256 = "3cf2f458500e13cdd1b298107cb48bd0a9ffab0c1cda158b08f418419fc4f757"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700v2" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3700v2"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "ce095b21a7ff028a2be92dc23f31d694f7ab73767fa48842b75a7b74b59f668d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "9c772262698c9009bb222f640c06a4f29627faed85a68df2df4b28d6fdf7d461"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3800"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "fd3b4538aa8009ad2996ab0409ff02b9382f1203d2e05ec494fa30810fe5d877"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + title = "OCEDO Koala"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "3f4b0835859c45e8b21ddf96ca3adbea58c3e5652a53a393fcb7e76c5ff72dd1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + title = "OCEDO Raccoon"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "d7662bde5d95ce8196d599f16e95b2d9f8ad8832d5149b9a8bc65024a5611f69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + title = "OCEDO Ursus"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "om-watchdog" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "56a8e9869c3af2b933cf3851b0aff60649e958d9574ea1d249ca2f3463c5a79e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + title = "OpenMesh OM5P-AC v2"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "dacb09befdf859a43bfc64b65926da3ac3c75b936fb75b062bd1e1eb2ee71f3f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + title = "PowerCloud Systems CAP324"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "28150f3033c42a304e1b7c5feb4ac1f04b01d9265057129a37c512b04abcf5d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + title = "PowerCloud Systems CR3000"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-core" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "9adbfcd339252d6ce69c7ddb58843ee31a83db74eabec108edb776a03677bc96"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + title = "PowerCloud Systems CR5000"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "f5547f55daf283f697c9eaa7c7f0ce31d4b16f3291f46ef675da3982de500eab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + title = "Phicomm K2T"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "908a076be73a323483f20dfa8ddce4da049afeaae055d12bbcef572741efbb79"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "ecc56f5cc9d8032e9d6b81b0ae46d68c8c8b0a0f6121a530449bbd29aeeb3cd7"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + title = "Pisen WMM003N (Cloud Easy Power)"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "bc6fc55f822fa367730ff89bf83081f3128f8e6d9a0ca36806ce5d9c4e590e0b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + title = "ROSINSON WR818"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "aa657ad92119b6212716fd6304cbf16641df21ccd096099d359d43864e3a9683"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "3a7e690b3e4d742be1a96f439717adc7cd36bcd955a5fde76075b8838567a02c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + title = "TP-Link Archer A7 v5"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "6c00f6b8e2cf49b62be193eea8f0e633ee33bcb744a7b6321ece3783d8851a9a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "e9ea19115be8c21a344c199d992b7eb4f204fe76405030e46f28b42d55de1b74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + title = "TP-Link Archer C2 v3"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "890b743f8f5b0a7ba102866c9e24672de27407baed0521bab6fd764f989a0d39"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "39c4ccd6801d67e852a82171df8da43faa365e860ec4b981b14a16d1351cf68d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + title = "TP-Link Archer C25 v1"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "3f9d0b306b0bf491e21a9ca0576733bf8a3738ab6eba98ed52b7a809c7b74b55"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "a6940fc6264a4c209fc7086597e248bb1d63c9be46dcab151a9310a9fb7a0e88"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + title = "TP-Link Archer C5 v1"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "e179d59698974bd28d1357f66382687e6e3d1e87867f4027c85f851de2c0c4b0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "d3628055a8058f9b77b685fbf4f70cc6249d4091505733b69d3ad903e6c88a63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + title = "TP-Link Archer C58 v1"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "e13a032952a2ac425bd43f3e1583a8e73fa288dd3c39cdfc2fa2fa5748dbed0f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "da78110b3d5be5609cb35ad69d8ebafcc7e2072d2ec2d9a095ab2167990d2315"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + title = "TP-Link Archer C59 v1"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "309199076f3e66b2902489ec941d797eecc90fdf1f7090e76a17e951296aae78"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "d2a8a0cf1a120d5637d8fb37a9fffdcc79c3303d7087517f91e0ace5e9ab327b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + title = "TP-Link Archer C6 v2"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "726a6ec99b690c5af8a9782076fefbb4503ecf22cd88f9c34f5cb6e324866ec8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "bd94b171b2872683dda452f8084b9db8449dc182a2e27d67270449ccd10aa59a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + title = "TP-Link Archer C60 v1"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "1cceb05b4b144bdcae612d9d66517c5012e3c2f7fad9a6c194ec38690e4809b1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "3ebd8003fab65516c8a7014c231a1fb665ea1bda2c2ac3a6df62b8ed8c01a838"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + title = "TP-Link Archer C60 v2"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "458df92f3308ac228518b076b186b05f59f4d8341037747494ad2facbdc08cd9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "9b4217ee617669f9813ef5d8064ca1d5a36cc4a79911bec1860e63606337da4c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + title = "TP-Link Archer C60 v3"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "916405dbff641310842469045bba126c59b72872d464396625132303b87fd886"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "7b05ebe1cdf4fcb0fa11592ecb6fe9e7b6d6004dce055eef837dd5951c6f65d3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + title = "TP-Link Archer C7 v1"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "1763c8c1527cb70d56871fe399a0ccf85c71c70fcc81f97c2ccf8306d05575f4"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "695a0c87984a9ec7fb28bc64f7371613894213cf277b90c7038cd14c8c54aec9"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "307dd3e87468cf01a259f619188aa8683cb9ce630e7a46a5782360bd9fb79ff1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "2cad3b858ac03860c9583012267bee7cf35899f28c1d11a13f2c8a1c8d884837"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + title = "TP-Link Archer C7 v2"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "36a8c89b841766fea6c3a79896452ded0be2e8cb1835e5b6acec690fdf5aff26"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "333a3a3ece0f67656986a4673a46862aa8289a6520be8d05cc24b12892ae783d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + title = "TP-Link Archer C7 v4"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "1fadd6fb2c959ba9d333fe1741280c861bee0541b2aae2ec78708e61d89c53ed"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "04e5b49a023ef46c06b73abb4291e0e24ce22610f191e263f932073c1781c109"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + title = "TP-Link Archer C7 v5"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "d648a62870f7723c66ac668dd158408ec143dd811d0c11be4ebdfbeafbaaf90d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + title = "TP-Link Archer D50 v1"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "009c98e534f04577aecef4cbb0359ab7a2bc66eec5528df6fb4d284fe9ca93b6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "0e96d58e0bc976f8a14fe79012ce6832d5a67bdd76256ecf61213e152c8821a3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + title = "TP-Link CPE210 v2"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "098ee9fc89e03efc88fd7192a4bee88dad3b136d1ae78812cf46e434cc30e816"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "92a912dcc1bf31cc4095a7d7c68ede07573959d23a281e78f9f6da335a19e69f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + title = "TP-Link CPE210 v3"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "1e229b263c2946057c99ed3754d9631077af9aeb4863c5fc82754b77f7939ee2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "2f0a9f76044afe52bd352a885f7472b88fa776d0029944fff8a43c15e9edbffe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + title = "TP-Link CPE220 v3"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "02ae3ff4b8bf124d51855b7c713d5d32e4b40cf873feb2edfce64d4028b14d1f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "58760e4fe39116f9188b0ed4e47979061e5c32d3d445878a0c04f62734967c14"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + title = "TP-Link RE350K v1"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_re450-v2-squashfs-factory.bin"; + sha256 = "77e34a88577c6ff25eed9799f89d8464b44b717641b5740aff6ffd028ae09ae3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_re450-v2-squashfs-sysupgrade.bin"; + sha256 = "8a41d9319fe632280803f95080adeff019350210b3336d9269d38b71fb5b74ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + title = "TP-Link RE450 v2"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "f654c5388668dd261ef7967270645072d28540091e76f6cd8be3d41069b8aeee"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "89eb0e7127ba235259334dd51e73f0991f198407766d0a7ac07ab901cef520a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + title = "TP-Link TL-WDR3500 v1"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "1fd405fd56ddeca0c37b08baa2128aaae29d297aa321383b63bce0c1af78e03c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "3d958757f32e2c388af9087c3992d729c1857891b11ea344a084a896b36a21fb"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR3600 v1"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "0fce553a8f80d9cfc2c5a1cd864838f62f21008bc942a222b39c584f1c9f69c2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "fa99eac5735bc8a611a5e1c91595c81242588f2b95750df5c95aebd3969c22fb"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4300 v1"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "68aefdcb89a48a74b47c5a28b3bda7b3b2b029b511cf8c84a9d3b8b8be826f2d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "b6a549f4e72a125efbe3f729128f2fd1b4194259679b9f746e259390d96b4e1f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4300 v1 (IL)"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "7e8ed7cbb06618e832bcc755ae0586923683d5d3bd34e80293d8170def0e54e4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "2d5aeca5792cd4fdb4b54fa4734f90c4cee26746531bfef474fc3033e92b3f63"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4310 v1"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "da23ca18cb5b93697bef8b33682b9436fed22f7bf18938e10182b3d975e2c9f9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "661fe7972f5f3eacf9d70dc5e7363aa15d52c2ab450bb781f3005c2f2f41b7fb"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + title = "TP-Link TL-WDR4900 v2"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "cb821a97e5c238e8531dc51c67abfb342344d6e3b368ad55a7707ba6123fe8bb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "befd120df80952487e7ee2010128936e13e304f43426f5aaab6d160fe9bc6f7f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N v5"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "546405dfb6ab4d18006b4a5464d61532fd091ec4eda10fa89473c3040af48075"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "c16303c564ae35c78f8b331c30bae7d4a37abab7dd27cef934f454666d012ad6"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v1"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "52740f50af95bbc244bbf432d2eb090b6d547f54abb779e02cbdcd2e188370ef"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "cf842f6c71c0a493e7f720282c4950ce53efcf3e0ae1e44d1e595710289c8d11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v2"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "a0971352b45b17be207335cf822d97a3b2f3644e434ad7cf5dce7e569c7a7979"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "9fbf3095f039790d8885c37b881f95dd1c6a2a68524c1036b81f35cb0ad6a093"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v3"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "4dea8021af65e1b80db92a0f9b1558e421e0a4452566fc4eb378e42c201c3533"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "c21b507c893ce2c754ebb4bf82d03a9ab90a276a92c977061e9ad7ecbe8d65e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v4"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "0fc944bf4772cf66f2297bb3998d79397cde82f5aea9c0723228d04e2c833356"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "1b585e0dd2d7f46c43766239dcdd710bbe94d2efba83d39431a2de6b50d8f507"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + title = "TP-Link TL-WR2543N/ND v1"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "450769b0e64f439ae525998b8318ef34423ec8805c1c333677cda3f87df68541"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "a93652215060f898625a2afa3ad41e1173fb2aedff012aa36723134ee1a2d810"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + title = "TP-Link TL-WR710N v1"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "4151c966a910ec04cc622f62278229ef20868266763b65f74b93288557f17a18"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "89490b3905524b6d5e54d43c4e256ff23de0cc630b1c48abb2c299618f9d3ab8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + title = "TP-Link TL-WR710N v2.1"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "c8a7275780b2f6a6bab41258eae5e2bf2ebd02cf57d54a5936d2fa00ac81b4d1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "20704a292c8477e083f20d0ff22562e0e962efda64f552e6fb1e6ec42d84753f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + title = "TP-Link TL-WR810N v1"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "ec00aac162f35555719693c57d217baadfa7563f70333109ca13d7a28fbb3d10"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "8e7b7274903da0d2ad1b066597e6896f124605d592db4f2e9adca134baac414f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR810N v2"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "8996ba9ff72f5ebda1fe0058c76b4355a3b547f50729b411f755b4143dfb9022"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "2005905cc78088b35969ef011781dc1f14871dea2f506386ae7b553a3811261b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + title = "TP-Link TL-WR842N/ND v1"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "5e1d205a787e7a698fa228346379d36b3eef9d35507b45137cee544e0e983816"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "4e0a273561959c6ad548db31c836e67726911583b3e5766e2069df47662e0f0e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR842N/ND v2"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "490ec68bcc4a729893d42931bdb87c06acad8723225101bda41da673672acfb5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "87dbcbba0ff15eabf2777618f63f72e21ab623496985dd0360c714c5f337f8d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + title = "TP-Link TL-WR842N v3"; + } + ]; + }; + ubnt_acb-isp = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_acb-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_acb-isp-squashfs-sysupgrade.bin"; + sha256 = "246d03e5c317bd8b4e258cf6dac4cb1aa79189c3a7d155b38ccd91d3b02d5d17"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,acb-isp" + ]; + titles = [ + { + title = "Ubiquiti airCube ISP"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "0df70b900316f8e06f738c1ed5b99bad044c6a2c5571462dd7ddafa1c94186be"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "6aaefbb924c59036a9aa46c5d5dd17d979b132cf65c22e6af2170a9e23e010d3"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + title = "Ubiquiti AirRouter"; + } + ]; + }; + ubnt_bullet-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_bullet-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_bullet-m-squashfs-sysupgrade.bin"; + sha256 = "c56360b12644d06aab14dce508538a7206960602d98de30ade097324b9dafd33"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_bullet-m-squashfs-factory.bin"; + sha256 = "109c12622199225ea3cbe0cf1b9a3c87035de95b7b65df686f8030bda4a0971d"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Bullet-M"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "a3367059cd8781a0dad97df8c8d028ad00c6576b7a2413369556529113a6681e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "f819d9abb89b6d72e0aeacda653c57081617cd9f9ead91b12100b3c1dd89d323"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Bullet-M (XW)"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "732f064854fdba19cab6adbcffed090139b53dac059039cec69d6a0c6970ca6b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "485f56a0203f157d28cfc26da01cd96bdd80a11d5dda7ae543cac2b1950abbe5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + title = "Ubiquiti LiteAP ac (LAP-120)"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "7d78f806298e14f85d3bc5df344b8fa1d80331162305445fa159757a6dd2297f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "c630269617788b2e4651f9911703e2095df3b041b4b4ee3ee6832189eb715a3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + title = "Ubiquiti NanoBeam AC"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "de771e1e8fa95ea17416fe8c8e448bc46b5ddd683ff3f7eedc03250bd2d49905"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "a0e05edc275e98eec60be277730121d7228d80bee6bb062a918e59cc288de10f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + title = "Ubiquiti Nanostation AC"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "20ae7884856ff9488fcf07e1ca9bf8c0d9f0a6f4015ff4dfa0f93a944423d29f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "0944b0df83b83a26b098247f231af86d1d8749a1aae343f8556130e3750ff51f"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + title = "Ubiquiti Nanostation AC loco"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "daed1106f4b4cdc3204e1b9b6c9b16af406c0a35775eb8d1bb590f310097dac1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "5d8d5be7c56c3351e17756acb8c9ae4676b3d24f5edeab6d726630e3af6c1022"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Nanostation Loco M"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "584f900274413ae1e9ed57b53f390da2c5e4bde169650976114e28cd96b517bf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "1924b3cda199d8e0e96403924555b8b457c7e9202d69914f935622c45db58b95"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Nanostation Loco M (XW)"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "f7d2c89c5c20ac7029f5a34f4a730d35ebf31b978c490d707bd5f07fc273fdcc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "3aa0036c7e3520b47cb4b727f7d359c77ffba6788276116705d0f9e7d575de12"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + title = "Ubiquiti Nanostation M"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "0697b51b8930077c76194c3182f411a13fe49749b7c095dcfb66ba5a411d54f1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "b94140dc549288dcea1a596c5c284b8874dc9e7940cbb76982924c6b81cdcbc3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Nanostation M (XW)"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_picostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "014e96e7027373449d9c1120a7afe2ffdc365eefcac84614d21b416048348f1f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "42d72977c4fff95a41e9e36ef0286aae43451fac0e0fe7d9f9019e6402703971"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Picostation M"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "29ee4c6a0bdf500fba505a2125a7f6e96361544d9de0dd7e3832dff7eb15263a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "160eeb06eb56952d95e9bb471179d0cd4248c654edba4bb76d684236a97b2fb1"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + title = "Ubiquiti Rocket-M"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-mini" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "ecdd35f5bc16650f3e6c2ab9814c15958107909a886d9e7c18f7486ba8c8e92d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "af8ce26368bbfe55812e0857ecbc87b54d601994861eca6132be2c5222735205"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + "routerstation" + ]; + titles = [ + { + title = "Ubiquiti RouterStation"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-mini" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "19d1d0555ee2bcf4e6ad4e984ee0a396cddec456ee3e81f798f77723c7d456b7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "ca3cab4d2ea5e7eca72f4bece6ea00510779638711b4fa1224fb31e4807df579"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + "routerstation-pro" + ]; + titles = [ + { + title = "Ubiquiti RouterStation Pro"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "1e2920d87214acd82e59afda3adbe7dbe9874f4b79cae623a398132f96654793"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "0447925949fb01242e8f30d6ebd4426eb98c20162e531114b46ec93026ecf472"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + title = "Ubiquiti UniFi"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "f2bd89934fcae5c387bd53990a5be634c527dfdda4a56ec3d33eddb0dc26b99d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Lite"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "626c8dee82162cd9d13d33ecadf67f0999a7b8a53068a986facacdf57e4f0530"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-LR"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "8b4a750cf5fda83874422a13e1b1107b3b3d1f75b586e747e456dac80d88c723"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "0a00506f8d3a3c187cd2ea82b7938bb599074ddae13e04702a688426c69e910b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh Pro"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "957dc72baaa17f08cbec92cd6423383788603b1511d69dc4cca4c31543c6e14a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Pro"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "f8b6aebf74e7fbb06e1b9417fd670b3c559482f9487d590fe3268662517e5644"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "a18b3d63fc109fade1c158354e6d1d84ea55604fcc3799bcda9ee42ecb5760d4"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + title = "Western Digital My Net N750"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "741c3fe07c0dc770e0a7bfdf1d79670424dd4288cbd4fb31a5c75069be1516e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + title = "Western Digital My Net Wi-Fi Range Extender"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "276c712c6b3f348f7b239ef05f47ce36ac8c6a88a5bd2ede661b536f04b93eda"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + title = "Winchannel WB2000"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "90ba79a8dcc7e47449cc3b6bbe035d3079e063af3782f7ebdec96f80f8afbec4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + title = "Xiaomi Mi Router 4Q"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "52d9aa2be217224f74f8c795fe7366f903bd76dc8247da6c24abb05ec93dfef0"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "ce5612f7d5d284d81c49bd492d3d91c67927607ba0eee4bd449634c136c8f24b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + title = "YunCore A770"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "2b9109e4f7a66d4e3ce69b2ac784ee646ab1a4579fe054976137f87150184815"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "d0bb686e5065a938b40384927f97daf4c905f7aa2ba476b038f262732d15ea5f"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + title = "YunCore A782"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "e1661a849f1d69cb508d74959af8c11bcf48f32613b217ed5ffb898f2dc30897"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "95d2488ac679cfae67d03cb3773fcb822317fc28de11151edc73f343c25966a8"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + title = "YunCore XD4200"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-19.07.7-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "7eb63d13015d43f13b795d67e5827a64152195303f13d9cf4546b029dcf4203d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + title = "ZBT WD323"; + } + ]; + }; + }; + target = "ath79/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + buffalo_whr-g301n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ath79-tiny-buffalo_whr-g301n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-tiny-buffalo_whr-g301n-squashfs-tftp.bin"; + sha256 = "4449795a2ae9db90db93c82b33ea560077b3f9ba03a712801009acaea96e104e"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-tiny-buffalo_whr-g301n-squashfs-factory.bin"; + sha256 = "02e69756ac3c9fe748ba341ed5dac74aac11591c29ea9b3076023739ed37a0c7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-tiny-buffalo_whr-g301n-squashfs-sysupgrade.bin"; + sha256 = "7281563950c190f0a8f0deb65cc3db38c6d50c5f893be998676524980fa8c5b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-g301n" + "whr-g301n" + ]; + titles = [ + { + title = "Buffalo WHR-G301N"; + } + ]; + }; + netgear_wnr612-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ath79-tiny-netgear_wnr612-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-tiny-netgear_wnr612-v2-squashfs-sysupgrade.bin"; + sha256 = "857ea4e8b5248bd97ef5a9f19faaed8700ac4c30fcc4cc7c2ff33d63c7ec05d0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-tiny-netgear_wnr612-v2-squashfs-factory.img"; + sha256 = "6a542270b8ad2ca7aff0ee334f618632c07bfb614c36b5eeee83f819f2617a01"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wnr612-v2" + "wnr612-v2" + ]; + titles = [ + { + title = "Netgear WNR612v2"; + } + ]; + }; + on_n150r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ath79-tiny-on_n150r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-tiny-on_n150r-squashfs-factory.img"; + sha256 = "20ec2d1dbb5c5cf9449ac4d7f0878d8d6db3d4087225fd9412c0e0b18355c648"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-tiny-on_n150r-squashfs-sysupgrade.bin"; + sha256 = "c43fd786008178f9367f3656cc6e1b4319aa7cd653403bfb5f898454f575a4bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "on,n150r" + "n150r" + ]; + titles = [ + { + title = "ON Network N150R"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "92fa5664c01c7e18d5b2f39c5cfa506b519173d07a8d9ba171dc9250139f98e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + title = "PQI Air-Pen"; + } + ]; + }; + }; + target = "ath79/tiny"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "osafeloader" + "oseama" + "otrx" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "osafeloader" + "oseama" + "otrx" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + ]; + metadata_version = 1; + profiles = { + asus-rt-ac56u = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-asus-rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-asus-rt-ac56u-squashfs.trx"; + sha256 = "58a16d775c2b210eec3aa71ea0876cbf6744e0561df3c6b16c26baf17ba9b286"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC56U"; + } + ]; + }; + asus-rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-asus-rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-asus-rt-ac68u-squashfs.trx"; + sha256 = "912ed4a772f5cc5df118bc56a16b8e380bb40587223852952511a39784b6a30e"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC68U"; + } + ]; + }; + asus-rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-asus-rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-asus-rt-ac87u-squashfs.trx"; + sha256 = "b70443e921ea34c7eb63a4e3cf8cf69f17fe838d04c36191d891d74526fc6531"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC87U"; + } + ]; + }; + asus-rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-asus-rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-asus-rt-n18u-squashfs.trx"; + sha256 = "baaca09e08d29a1606ff5af08f05b1b6618ff9ba43fae6bcffa17393dc4796f0"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N18U"; + } + ]; + }; + buffalo-wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-buffalo-wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-buffalo-wxr-1900dhp-squashfs.trx"; + sha256 = "239a8fd1524c9beae532085620ce601d853e1d176c92b4b2cdaa33d1b5c07acc"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WXR-1900DHP"; + } + ]; + }; + buffalo-wzr-1750dhp = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-buffalo-wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-buffalo-wzr-1750dhp-squashfs.trx"; + sha256 = "b672dcfe5b18c382a7a2bbb9b37beec8914a5c8e641dd3443a28ec0667a4c413"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-1750DHP"; + } + ]; + }; + buffalo-wzr-600dhp2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-buffalo-wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-buffalo-wzr-600dhp2-squashfs.trx"; + sha256 = "ca42f3dbf83efefc5f0720c9bc6db10f59be09825ab06fbebd9db6de92139b9c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-600DHP2"; + } + ]; + }; + buffalo-wzr-900dhp = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-buffalo-wzr-900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-buffalo-wzr-900dhp-squashfs.factory-DHP-EU.bin"; + sha256 = "9847a0942d0fd18570f19cbbb1209fab3772c7ad4617e8259b11f4888da6b40e"; + type = "factory-DHP-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-buffalo-wzr-900dhp-squashfs.trx"; + sha256 = "23ac31c8d288e6745e580ba27808378932f1d72d3b9d099c9711ded12e6af5d3"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-buffalo-wzr-900dhp-squashfs.factory-DHP2-JP.bin"; + sha256 = "0e4f255448ef4ae6cffff62a63bd5c831b4759b9a36e384d1bfe740112fa28b8"; + type = "factory-DHP2-JP"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-900DHP"; + } + ]; + }; + dlink-dir-885l = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-dlink-dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-dlink-dir-885l-squashfs.bin"; + sha256 = "a7a86b196e2ec84d328a02ad859b7e1fffd7591771a92dc794f53c76102d7e9b"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DIR-885L"; + } + ]; + }; + linksys-ea6500-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-linksys-ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-linksys-ea6500-v2-squashfs.trx"; + sha256 = "ad40dd1c2367112a11bb6b6c27c4d5bc3afe1311638f0a576ee20ea7ee8617a4"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys EA6500 V2"; + } + ]; + }; + luxul-abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-luxul-abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-luxul-abr-4500-squashfs.lxl"; + sha256 = "45e565bec6543ab7daa158ad75abbfb37252a09237c2c0730bf1fd697f7d6e3f"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul ABR-4500"; + } + ]; + }; + luxul-xap-1610 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-luxul-xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-luxul-xap-1610-squashfs.lxl"; + sha256 = "647d11964a4dff1abd7fc3cb6fc2baff6bc35abba25d3898a9d7fc05d180753c"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XAP-1610"; + } + ]; + }; + luxul-xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-luxul-xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-luxul-xbr-4500-squashfs.lxl"; + sha256 = "545220106f13f03d81945ba616f5e344007163709df2460f51383fb591fbb3e8"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XBR-4500"; + } + ]; + }; + luxul-xwr-3150 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-luxul-xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-luxul-xwr-3150-squashfs.lxl"; + sha256 = "906c60c60555dc6b5f574e1684d253fb6449b06d61bb933e1b8bd9df80026850"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XWR-3150"; + } + ]; + }; + netgear-r6250 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-netgear-r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-netgear-r6250-squashfs.chk"; + sha256 = "c2346292faeba0b597d558113a72c28a13045041d67b7cc9044e2eafa7d42e9a"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R6250"; + } + ]; + }; + netgear-r6300-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-netgear-r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-netgear-r6300-v2-squashfs.chk"; + sha256 = "196087420c354fd1db65ce09964290cedc3bf2546f7d0d6213c76d5301572030"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R6300 V2"; + } + ]; + }; + netgear-r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-netgear-r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-netgear-r7000-squashfs.chk"; + sha256 = "152f4dd675d06a6f9c766798fc707e150c62fb5c46d62809fbd0e3aab04cd6d3"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R7000"; + } + ]; + }; + netgear-r7900 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-netgear-r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-netgear-r7900-squashfs.chk"; + sha256 = "29d3fb12b3bc9241dcdd7067bb9a9e9dd3889cffa617c0110be93fd88ef6cd4c"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R7900"; + } + ]; + }; + netgear-r8000 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-netgear-r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-netgear-r8000-squashfs.chk"; + sha256 = "97556a2e73ee42663a486fa8750f29db155345545429e6bfe755ebbe3a25a5dd"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R8000"; + } + ]; + }; + phicomm-k3 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-phicomm-k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-phicomm-k3-squashfs.trx"; + sha256 = "b5aaa08aba876a82ba838d47c17001774f3262314131c7d65208ef7d13f780ee"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PHICOMM K3"; + } + ]; + }; + smartrg-sr400ac = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-smartrg-sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-smartrg-sr400ac-squashfs.trx"; + sha256 = "9e5d9d875764f92f2591f6b56441216ac548b1d543699ba0ad0dca44984678d6"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SmartRG SR400ac"; + } + ]; + }; + tenda-ac9 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-tenda-ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-tenda-ac9-squashfs.trx"; + sha256 = "9497400712a1919e6d43241d55508ef532c3b9741524026e7b2cdce28f700140"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tenda AC9"; + } + ]; + }; + tplink-archer-c5-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-tplink-archer-c5-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-tplink-archer-c5-v2-squashfs.bin"; + sha256 = "db14e36b60b25ad303e6dbed97e3a83e4ce936da551647ea9f197b3a783e8be8"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C5 V2"; + } + ]; + }; + tplink-archer-c9-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.7-bcm53xx-tplink-archer-c9-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-bcm53xx-tplink-archer-c9-v1-squashfs.bin"; + sha256 = "1b2beacc5885dcb56a76df5f41b3d5d7a26ad529a007d128d2c5accb3ca23032"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C9 V1"; + } + ]; + }; + }; + target = "bcm53xx/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + brcm2708 = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-board-rpi2" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm2708-bcm2708-rpi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm2708-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "ae911a26bd2e2b9056ed1b5d3dab3c6f624b092d1ab4b815c4e946a06e09dfa3"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-brcm2708-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "27a7cb2caca748d6a0740f96a5a93540fb3745601dc9125ec4d2797cb624b4cd"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-brcm2708-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "38445be40cf278bb9a87df453795c72561906cc3f2bd9e11235c37fa96a25652"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm2708-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "0c8aa0b4f1ce06d9b41b007cee87efba0e2297954e5dba8aa4e7ce1b2debb8ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + title = "Raspberry Pi B/B+/CM/Zero/ZeroW"; + } + ]; + }; + }; + target = "brcm2708/bcm2708"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-firmware-43455-sdio" + "brcmfmac-board-rpi2" + "brcmfmac-board-rpi3" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm2708-bcm2709-rpi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm2708-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "5a38f94ef5ea525b167dfac72a26fe4914f627b83b34033a1c2d5e21b66eb092"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-brcm2708-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "9bcae36c28dad6be44a54959c70c08d00aa39f7ce8bc384ea620e42c4cc3ef13"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm2708-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "50c64a3c0ff666c2a8bf0b53bab732b46734d9001a9b1651649330dfa4704546"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-brcm2708-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "d1acc0f6db64ddcd9d35c0bb3a320c940da1ac47e85bcff5e00c049a8862d753"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + title = "Raspberry Pi 2B/3B/3B+/3CM"; + } + ]; + }; + }; + target = "brcm2708/bcm2709"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-board-rpi2" + "brcmfmac-firmware-43455-sdio" + "brcmfmac-board-rpi3" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm2708-bcm2710-rpi-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm2708-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "9f9ab1a049ce9550352a15440142171ccc8b82a919aa2da5255e5aafbf013c1b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm2708-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "d04e4667cf30fb1b92dc3aa37c1d46a507e566e4c7173fc6fe4afab6033ab3e5"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-brcm2708-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "9bd8e8113ee79e0452351eb9194820435553c44f1b8c76702587515cc0940167"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-brcm2708-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "c3815faa1a892d01aa4ce624c862f56916ac85cabe582fb1ad1ad85f9fcf280b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + title = "Raspberry Pi 3B/3B+"; + } + ]; + }; + }; + target = "brcm2708/bcm2710"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + brcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + linksys-e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-generic-linksys-e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-generic-linksys-e3000-v1-squashfs.bin"; + sha256 = "3a43718e688d7b33d5df90e076f6b02f4ff9d5f1aaa9e36992b69d3d9d415f69"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E3000 v1"; + } + ]; + }; + "linksys-wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-generic-linksys-wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-generic-linksys-wrt300n-v1.1-squashfs.bin"; + sha256 = "2b2fa026e6b1b86eadba40f4c16ea8899041efa8e8f9f9551397b07fbb0224e9"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT300N v1.1"; + } + ]; + }; + linksys-wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-generic-linksys-wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-generic-linksys-wrt310n-v1-squashfs.bin"; + sha256 = "aaf3a53e5b1235603e885170827e433816c9db2516d6d223e159070d9a15da67"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT310N v1"; + } + ]; + }; + linksys-wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-generic-linksys-wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-generic-linksys-wrt350n-v1-squashfs.bin"; + sha256 = "d824dfe6a834162f9606c755276a5c2b40d48f3962632bfa493db3aace18aa92"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT350N v1"; + } + ]; + }; + linksys-wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-generic-linksys-wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-generic-linksys-wrt610n-v1-squashfs.bin"; + sha256 = "287f6738505e7243d25e60ab0194b1eed632e3697bc235be8255c7f49fc6ae93"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT610N v1"; + } + ]; + }; + linksys-wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-generic-linksys-wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-generic-linksys-wrt610n-v2-squashfs.bin"; + sha256 = "e29478cf9f23454a78092a39660302533a28b9536c5df49434f6f5dbc1092d6d"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT610N v2"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-generic-standard-squashfs.trx"; + sha256 = "6f5d76cb645706576152e5ecd0a61a329ebe69461854a39a1362ab4b70bc4512"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + }; + target = "brcm47xx/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + asus-wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-300g-squashfs.trx"; + sha256 = "86d01ad0344d3c10ed75523fcf310981d0e14c4a89628e692905b8a042f8ddf9"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-300g"; + } + ]; + }; + asus-wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-320gp-squashfs.trx"; + sha256 = "b1c4d9ef563b926353769cd4b55112a30369bf8ac06a36d7d2c5031bff3ab1b4"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-320gP"; + } + ]; + }; + asus-wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-330ge-squashfs.trx"; + sha256 = "e85040835a1deef57652d9a64ca12086166594743ef8d4c1c4b7bfd5f7f2dc27"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-330gE"; + } + ]; + }; + asus-wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-500gd-squashfs.trx"; + sha256 = "24423ad4ff5530bd4fdce0651a6e789ec4a8ff114d8e7a4a04c5000800c2a615"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500g Deluxe"; + } + ]; + }; + asus-wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-500gp-v1-squashfs.trx"; + sha256 = "77830f620884ec5994e14bd8dacb6854b4d754b5667c617b21027d67b6239fe3"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500gP v1"; + } + ]; + }; + asus-wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-500gp-v2-squashfs.trx"; + sha256 = "9086736ac4b77ba64ec6fcb227cf080175db8ed789d2239bb334b51ae617dfe8"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500gP v2"; + } + ]; + }; + asus-wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-500w-squashfs.trx"; + sha256 = "531a77286a2c8806309069230f16fe776c3e28b6de719968b1fe34607dda1113"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500W"; + } + ]; + }; + asus-wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-520gu-squashfs.trx"; + sha256 = "bcf68ab166c933e573603569e931147f45ff6dd56e5a4cfd64f0dbb76dddb9b4"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-520gU"; + } + ]; + }; + asus-wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-550ge-squashfs.trx"; + sha256 = "4047c93f69691269a3555f739a4b4cac16d0fe6ae47866d0e563d09bc9b24253"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-550gE"; + } + ]; + }; + asus-wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-asus-wl-hdd25-squashfs.trx"; + sha256 = "99c6ddbee23f2c26e7f786c8ff57a0614608563a790117229e562333f128c9bb"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-HDD25"; + } + ]; + }; + dlink-dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-dlink-dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-dlink-dwl-3150-squashfs.bin"; + sha256 = "51410f5210ee1f661a135e7706bd7997a93a84e9dcbf1f9f4b4aec5c791e0de9"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DWL-3150"; + } + ]; + }; + edimax-ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-edimax-ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-edimax-ps1208-mfg-squashfs.bin"; + sha256 = "1b3c1666287b33c644346d950ff65c8318f9d78239d03f4ca49d5cd8091cfa33"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Edimax PS-1208MFg"; + } + ]; + }; + huawei-e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-huawei-e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-huawei-e970-squashfs.bin"; + sha256 = "5f151e8b96d7d519799e4cbec02f34b71870feb869987369fb306f156a6ff314"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei E970"; + } + ]; + }; + linksys-wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt150n-squashfs.bin"; + sha256 = "b0c34b6eff0f9d8777d7f9747c388830b67c95387f9701ff8cca39f20be66d67"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT150N"; + } + ]; + }; + linksys-wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt160n-v1-squashfs.bin"; + sha256 = "8dbd9b89ecc0da5753f79294ff60678584da01767acf3d5ce3b0e050a01a37d9"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT160N v1"; + } + ]; + }; + linksys-wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt300n-v1-squashfs.trx"; + sha256 = "9aa368e5fd14d146ecf843dea5887b0727d4fbeec6302d4462569fcd66aca018"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt300n-v1-squashfs.bin"; + sha256 = "c115fac9661a69b2ae35da94099dba554dddf31731ad7f6d382128384ca7cd42"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT300N v1"; + } + ]; + }; + linksys-wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt54g-squashfs.bin"; + sha256 = "55cd374646f6f0814f6aaa2494dfe62f98d961c2f9b618983a356b9ee3b5f975"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G"; + } + ]; + }; + linksys-wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt54g3g-squashfs.bin"; + sha256 = "724b3cd084536fa23560fa5536e7c1d87522fc0b2b6114be6f90f4f60b951202"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3G"; + } + ]; + }; + linksys-wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt54g3g-em-squashfs.bin"; + sha256 = "6d4e97a8878a3eb2d272a38db1ea11857873b788fc248c0d2c2d686ffb1c52b2"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3G-EM"; + } + ]; + }; + linksys-wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "19a1283ad319636053c2ead344a32643e7e21f416534fd425b5519518a391749"; + type = "noheader"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt54g3gv2-vf-squashfs.bin"; + sha256 = "26637d04a35cdfc8c211e10f8903dbccf6ce3a1e572de829d25501d9b76b31c5"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3GV2-VF"; + } + ]; + }; + linksys-wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt54gs-squashfs.bin"; + sha256 = "dceed073f5628c5d1e474fc1641dae6c8b18611f5ef09e18d8a5dc5086d542ab"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54GS"; + } + ]; + }; + linksys-wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrt54gs-v4-squashfs.bin"; + sha256 = "9849d329adfc4c96d2ea74a840d0f42077645da88273dc57463a35ffc243ee60"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54GS v4"; + } + ]; + }; + linksys-wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-linksys-wrtsl54gs-squashfs.bin"; + sha256 = "2730706a4c7623034c3bf19c8a7d0527336d0232c0a18a372fb7cd7c92b1d20e"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRTSL54GS"; + } + ]; + }; + motorola-wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-motorola-wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-motorola-wa840g-squashfs.bin"; + sha256 = "eebe21324eb33f6ab1c7e8ad19f8239cdbed9757c523495cf0f23080341e63b0"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WA840G"; + } + ]; + }; + motorola-we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-motorola-we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-motorola-we800g-squashfs.bin"; + sha256 = "dc6f35b7ed794b8b2b973dd9378c222d0bc17a95088b60b84c08a43c189a9445"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WE800G"; + } + ]; + }; + motorola-wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-motorola-wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-motorola-wr850g-squashfs.bin"; + sha256 = "eb16fcec03956aa724a1a922dc6548c200973e569b233ec133d618e62e066056"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WR850G"; + } + ]; + }; + netgear-wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-netgear-wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-netgear-wgr614-v8-squashfs.chk"; + sha256 = "e04589ad0fffdde33958f1632de61641da30b18340c5f735d4602b77b9c9cd78"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v8"; + } + ]; + }; + netgear-wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-netgear-wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-netgear-wgt634u-squashfs.bin"; + sha256 = "daa5f5e83382e4043b00275030cf86defaea016cd1c3141cb94681445cac70d9"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGT634U"; + } + ]; + }; + netgear-wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-netgear-wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-netgear-wndr3300-v1-squashfs.chk"; + sha256 = "ce84971d85845ace9b03cdb006ca202691ac130d6b5a01d41602a24f9a780026"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3300 v1"; + } + ]; + }; + netgear-wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-netgear-wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-netgear-wnr834b-v2-squashfs.chk"; + sha256 = "33e48f7ac7d8959af29a4d9d0e309d8dcc793c04e3ca34c29542ed9572bc0a6e"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR834B v2"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-standard-squashfs.trx"; + sha256 = "d161fbff7cc9d5d9ad811a773e3c85be650ae3019805226ef9a77ada96f52b58"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "eaf2dece4e86b3d6086a70f5ad4ad5fd56bfd86954acba562d0942c5581e28da"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with gzipped kernel"; + } + ]; + }; + usrobotics-usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-legacy-usrobotics-usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-legacy-usrobotics-usr5461-squashfs.bin"; + sha256 = "c2c0accc9c768f0c3b158b898de0d9441c0b44843153c1298186b01b2880ef91"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics USR5461"; + } + ]; + }; + }; + target = "brcm47xx/legacy"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + asus-rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-ac53u-squashfs.trx"; + sha256 = "4ddd2c02e31297179b018b7add691239e55471ffbd89c2155cdd58d9c59a248d"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC53U"; + } + ]; + }; + asus-rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n10-squashfs.trx"; + sha256 = "0161152b6fcba6a6ff97361fcab92ab40751cc5d33bddcc00f091ea0f546f9db"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10"; + } + ]; + }; + asus-rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n10p-squashfs.trx"; + sha256 = "c6471fc035704ca0b6c6bca89fc16853a2bf3d09a33dffea5c47a876d536764a"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10P"; + } + ]; + }; + asus-rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n10p-v2-squashfs.trx"; + sha256 = "b5923605922637ad94e2123ace7035480fa1da1a5e41427d514a236159a42661"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10P v2"; + } + ]; + }; + asus-rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n10u-squashfs.trx"; + sha256 = "2e7509e9aad53b484eec08440824bc015c8777deadeb7dd51fe155c6043f3dd1"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10U"; + } + ]; + }; + asus-rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n10u-b-squashfs.trx"; + sha256 = "2e7509e9aad53b484eec08440824bc015c8777deadeb7dd51fe155c6043f3dd1"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10U B"; + } + ]; + }; + asus-rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n12-squashfs.trx"; + sha256 = "a9316f774afa69c6fee04527ae5f0904e49630d70bd1ad2dcd1be79112b556c9"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12"; + } + ]; + }; + asus-rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n12-b1-squashfs.trx"; + sha256 = "8277a8ad12f45b947430163257c1f1dd014e6b96de5bed21a797b1f1fb0fbe33"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 B1"; + } + ]; + }; + asus-rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n12-c1-squashfs.trx"; + sha256 = "e385251e34788ddddfe381e94c91e073ecd1edcbeecb404b45c1aeeb4b1718fa"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 C1"; + } + ]; + }; + asus-rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n12-d1-squashfs.trx"; + sha256 = "073d8b6102f681323c097d6e5db1ea36ee5f813e9b7aeac43078a6f5e07265d6"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 D1"; + } + ]; + }; + asus-rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n12hp-squashfs.trx"; + sha256 = "45f95f6bb024b80586c6799c2ed174bad06c65fcf892a9b97e4cfda01c421d30"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12HP"; + } + ]; + }; + asus-rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n14uhp-squashfs.trx"; + sha256 = "5dd013c92fca2040ba737d7091380eaeae3dba13e11ab2bd279251e661183a25"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N14UHP"; + } + ]; + }; + asus-rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n15u-squashfs.trx"; + sha256 = "de358fdf5cb4059c6228b53c6b838a5161780a10c19ba84b0ebe65015cd54a3a"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N15U"; + } + ]; + }; + asus-rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n16-squashfs.trx"; + sha256 = "5adc4070fa2a0c30457cf565d3e4fdca35cf6c0691607f6813be511dfdde0e47"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N16"; + } + ]; + }; + asus-rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n53-squashfs.trx"; + sha256 = "832fd8de0610286d07c5eaffcd8d3f1ac9ceb2486aa522380956c4388eca370d"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N53"; + } + ]; + }; + asus-rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n66u-squashfs.trx"; + sha256 = "dd9fe93341d48cee14dd8a635067eeba50e7af7cf865ac972edf6000cec2bff1"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N66U"; + } + ]; + }; + asus-rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-asus-rt-n66w-squashfs.trx"; + sha256 = "dd9fe93341d48cee14dd8a635067eeba50e7af7cf865ac972edf6000cec2bff1"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N66W"; + } + ]; + }; + linksys-e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e1200-v1-squashfs.bin"; + sha256 = "89c86a4dd7a5cab48b99948f010c805ff2d16a41b037bfaa41f9e42718316ce0"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1200 v1"; + } + ]; + }; + linksys-e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e1200-v2-squashfs.bin"; + sha256 = "3e3d117fb5f814232fc77fd0d7262698ca10c0a6ac71768b2434c7161d1d9cab"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1200 v2"; + } + ]; + }; + linksys-e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e1500-v1-squashfs.bin"; + sha256 = "086abae47c9db33cb4338ad5eaa866a88f21d0d45c3ca166d4be28a320637f0a"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1500 v1"; + } + ]; + }; + linksys-e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e1550-v1-squashfs.bin"; + sha256 = "7548fe2626ae18904e3fc9950fdfb083c564f81e2674c779d6bb0697cf4ee380"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1550 v1"; + } + ]; + }; + linksys-e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e2000-v1-squashfs.bin"; + sha256 = "cc444dd235c5f8b450205379011ff3390306700b1913033abbd2753545e02b94"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2000 v1"; + } + ]; + }; + linksys-e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e2500-v1-squashfs.bin"; + sha256 = "6a71e2260d7278b4e533a62a8bc713a503512642887774108e9c3b4a19fe9159"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v1"; + } + ]; + }; + linksys-e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e2500-v2-squashfs.bin"; + sha256 = "286c993057c82aba603b6ca9a3a66a7b1a241167cf92939cb5bb8727c739f5e7"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v2"; + } + ]; + }; + "linksys-e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e2500-v2.1-squashfs.bin"; + sha256 = "a5db0146f15848918f0785c538c33844dfa7951c10a80976f603a15e88b4360f"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v2.1"; + } + ]; + }; + linksys-e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e2500-v3-squashfs.bin"; + sha256 = "b9eaafd6ec30c510889716a12c8dc07695386bb026af86e54c691800908708ca"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v3"; + } + ]; + }; + linksys-e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e3200-v1-squashfs.bin"; + sha256 = "f473d32fe983f564e460c1f7d4262d6d2158c9433b16d11775dc7b4e945836a5"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E3200 v1"; + } + ]; + }; + linksys-e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e4200-v1-squashfs.bin"; + sha256 = "a80b14fe6018e168fe24d01d60a32b5979e2a06083e185af14ef434078d67023"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E4200 v1"; + } + ]; + }; + linksys-e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-linksys-e900-v1-squashfs.bin"; + sha256 = "4aa954173adaa1d70dbde1fa5af0508030c39380ea674a4b1a8faae8a8f624e2"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E900 v1"; + } + ]; + }; + linksys-wrt160n-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-linksys-wrt160n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-linksys-wrt160n-v3-squashfs.bin"; + sha256 = "688e8b1617f74f01dd0c3a24de3df81f6a07873e9bfc6c6f10f30347cb0215b6"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT160N v3"; + } + ]; + }; + linksys-wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-linksys-wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-linksys-wrt310n-v2-squashfs.bin"; + sha256 = "2abf58b4959a7a8872e7fb63bcd3c04c4f12a9454a86754104566feb45362f53"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT310N v2"; + } + ]; + }; + linksys-wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-linksys-wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-linksys-wrt320n-v1-squashfs.bin"; + sha256 = "7ef1c960bb388c9bb0e2f749aeba900a0a8ed4650eeef46480e42c9f1821b63e"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT320N v1"; + } + ]; + }; + netgear-wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wgr614-v10-squashfs.chk"; + sha256 = "ac02d7d7fbe904a9642da7ff7288a3a6b4c5618d66f76b49f8a9040d726bc5ff"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v10"; + } + ]; + }; + netgear-wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wgr614-v10-na-squashfs.chk"; + sha256 = "6700aee8ead01a9756918bbb7c5b86ea3a3953ff1c9a70cecba020fb61dc23a5"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v10 North America"; + } + ]; + }; + netgear-wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wn2500rp-v1-squashfs.chk"; + sha256 = "03c16330096a96262e847d830f9b11bfdd6cba7cbc02a4a78a56446336ba8508"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WN2500RP v1"; + } + ]; + }; + netgear-wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wn3000rp-squashfs.chk"; + sha256 = "5b32ed50246f1a65ecc3a4edaba5926a3aec330bf44532398a02cbafcf22027f"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WN3000RP"; + } + ]; + }; + netgear-wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wndr3400-v1-squashfs.chk"; + sha256 = "f8e10c2ff3eec6f1024ae375b8870a74099902a338fff59a9e20d6181dc474bc"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v1"; + } + ]; + }; + netgear-wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wndr3400-v2-squashfs.chk"; + sha256 = "46506230fae20185abb5448db5189c42c34800a45a97b824a3f609df6b39497b"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v2"; + } + ]; + }; + netgear-wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wndr3400-v3-squashfs.chk"; + sha256 = "14db59278964690bf7f86d511c34e7c95fc35222af2c81413d820b148193f77c"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v3"; + } + ]; + }; + netgear-wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wndr3700-v3-squashfs.chk"; + sha256 = "bc4442f6e3aec01256e21a0aaabf0ec14338ac60cd4ed9bbc1d2773d592be0d3"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3700 v3"; + } + ]; + }; + netgear-wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wndr4000-squashfs.chk"; + sha256 = "a70376d2df057f9595ca6c599e59510748b33872e732cffb70a0236fcb98099b"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR4000"; + } + ]; + }; + netgear-wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wnr1000-v3-squashfs.chk"; + sha256 = "15fbd6ad2ef81386f298c83cbd5c4e243e1ed180730f6c127a1f261bf6a9e6dd"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR1000 v3"; + } + ]; + }; + netgear-wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wnr3500-v2-squashfs.chk"; + sha256 = "41a67529758bffacb70f1fc0acf63c82055df7dfa7ecedea23a5054c420e23f2"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500 v2"; + } + ]; + }; + netgear-wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wnr3500l-v1-squashfs.chk"; + sha256 = "6ab324256b3a3cb4a2720750b6dd36738b255f178fb282a1dce1eea83e95d1c7"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v1 Other Regions"; + } + ]; + }; + netgear-wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wnr3500l-v1-na-squashfs.chk"; + sha256 = "efd8886035014568efe953c88491a88bf66732f84825ee31f35b96fbbaef7b76"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v1 North America"; + } + ]; + }; + netgear-wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-netgear-wnr3500l-v2-squashfs.chk"; + sha256 = "366d9c2704bb65bc46826a043fe577e996bb834c10311e2a46447bce70a04417"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v2"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "af143dbe5cbcff6918d4b2632a11b6764448b807d5c731d0dac8891b0d95e561"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "780edaef70d3e1b1ce85391911208e75113962a555e27b607238b01048833f60"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA compressed kernel matching CFE decompressor"; + } + ]; + }; + }; + target = "brcm47xx/mips74k"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + brcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + "963281TAN-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-963281TAN-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-963281TAN-generic-squashfs-cfe-4M.bin"; + sha256 = "890b54a05b30e06d10db6897f9c3fb6a0e4e1e8d935be6b3488a6b9228f0c9a5"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-963281TAN-generic-squashfs-cfe-8M.bin"; + sha256 = "e529599e3ced0563e7c8e544996027152c3bac2cacd4098aa7e1af2f2c9e33b7"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-963281TAN-generic-squashfs-cfe-16M.bin"; + sha256 = "148847201106d57553789fb7baa1f26523c5aff29720fab73953b3ba2be8f83c"; + type = "cfe-16M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 963281TAN"; + } + ]; + }; + "96328avng-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-96328avng-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-96328avng-generic-squashfs-cfe-4M.bin"; + sha256 = "2d1192e078454f2f7895df7ccc3c8388c7218321ac8d6f7e3beea00e4d97ea65"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-96328avng-generic-squashfs-cfe-16M.bin"; + sha256 = "e98adfc03747f5c05dc06ca81ec0bc17e943ed0da99534f0a0a0787dcb261d63"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-96328avng-generic-squashfs-cfe-8M.bin"; + sha256 = "a8469b36aeca38fcd38c3cd71ee3bb8c7a05302f9a923d538c61280a4a6a091c"; + type = "cfe-8M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96328avng"; + } + ]; + }; + "96338GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-96338GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-96338GW-generic-squashfs-cfe.bin"; + sha256 = "a2d1d4aafc58ca2754762d81f60e411710871582d305906f0330e0d9a4b9cb26"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338GW"; + } + ]; + }; + "96338W-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-96338W-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-96338W-generic-squashfs-cfe.bin"; + sha256 = "018830993ed18d26f54fbbe1331f3165aa247dec6364b6a7ce984268f4f560d7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338W"; + } + ]; + }; + "96345GW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-96345GW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-96345GW2-generic-squashfs-cfe.bin"; + sha256 = "5c8625a1b2f8466bd0aaab21da32a66a5a6a72464e21aa1d2f2c91058bb7a0b8"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-96345GW2-generic-squashfs-cfe-bc221.bin"; + sha256 = "2a99be541021e30063e570c81dbe15c3f0e47e22647fb2ca085530b18b4941fd"; + type = "cfe-bc221"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96345GW2"; + } + ]; + }; + "96348GW-10-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-96348GW-10-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-96348GW-10-generic-squashfs-cfe.bin"; + sha256 = "e0650ddd94ca9e71fcb43ebb833b17ec2da0cbc86f78c1e7a37e9efcf229e259"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-10"; + } + ]; + }; + "96348GW-11-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-96348GW-11-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-96348GW-11-generic-squashfs-cfe.bin"; + sha256 = "caa39260eaa0dd91645e14d4ab78489fa3dbdb60de107c833e541860e25d3547"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-11"; + } + ]; + }; + "96348GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-96348GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-96348GW-generic-squashfs-cfe-bc221.bin"; + sha256 = "57b445894d92c8b66ea30e86924993de25f157c01906044e4d210eda4352b5f1"; + type = "cfe-bc221"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-96348GW-generic-squashfs-cfe.bin"; + sha256 = "22a9cae504f91e56d937091002151f7f538c7a5fc0fe2ec3f11ccf41f5ae36a1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW"; + } + ]; + }; + "96348R-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-96348R-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-96348R-generic-squashfs-cfe.bin"; + sha256 = "d9c662f1b5ae9ae3cb3ccba663e0700b3527d0001446136c921fda405a7c5646"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348R"; + } + ]; + }; + "96358VW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-96358VW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-96358VW-generic-squashfs-cfe.bin"; + sha256 = "f1678e343b0e0829c94e9b4da493ba37ea4edab03751573addac39f82fd6de0c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW"; + } + ]; + }; + "96358VW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-96358VW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-96358VW2-generic-squashfs-cfe.bin"; + sha256 = "7b662a021d82674670b142069c5f69d0fd176fb58fa3861a55489536cf533869"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW2"; + } + ]; + }; + "96368MVNgr-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-96368MVNgr-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-96368MVNgr-generic-squashfs-cfe.bin"; + sha256 = "30d613ec1af6b3f37bbab9328de037ba239e1a7f5de8bd00205145099be08cc4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVNgr"; + } + ]; + }; + "96368MVWG-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-96368MVWG-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-96368MVWG-generic-squashfs-cfe.bin"; + sha256 = "e8392fc6b5d90c45bebef239ecd0b06f1a56e8b0a8991da5468f163229271c0e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVWG"; + } + ]; + }; + A226G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-A226G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-A226G-squashfs-cfe.bin"; + sha256 = "070b1b675de0af2c853f7d329ac04ca0cd1faee43e89cb4f78ecd25b4697dfc0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226G"; + } + ]; + }; + A226M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-A226M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-A226M-squashfs-cfe.bin"; + sha256 = "520a7c2cb973b4ca20907395577e9e9c25464c7706a7b7952740ba473d0fdf1b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M"; + } + ]; + }; + A226M-FWB = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-A226M-FWB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-A226M-FWB-squashfs-cfe.bin"; + sha256 = "f92c71996e97955f6982ffcd2a08aef5dd17db4d280b7ab285cf6e4e7f2fff54"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M-FWB"; + } + ]; + }; + A4001N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-A4001N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-A4001N-squashfs-cfe.bin"; + sha256 = "fa43370be7dd2ca679b935545bfdf46ccba1ee3fb7ae7cad722794e6082fd018"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N"; + } + ]; + }; + A4001N1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-A4001N1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-A4001N1-squashfs-cfe.bin"; + sha256 = "7cfa28ced113b9aa0018dd7b3fb0f09fa7b4fca7270409e7a36d017d8c75a813"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-A4001N1-squashfs-sysupgrade.bin"; + sha256 = "437c70084baceeee97a624c52211c1bef9831f871985ccdfd18ba723f49f0927"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N1"; + } + ]; + }; + AD1018-SPI_flash = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-AD1018-SPI_flash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-AD1018-SPI_flash-squashfs-cfe.bin"; + sha256 = "91c1b0756dca86e495e3cd66ef19b307491a4a39175775d1572635790572cdac"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sercomm AD1018 (SPI flash mod)"; + } + ]; + }; + AGPF-S0 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-AGPF-S0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-AGPF-S0-squashfs-cfe.bin"; + sha256 = "9d3b5e4d12bc5bed035310ebf40e6b70b5d52b0ea04096b3d335d0404784e453"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + } + ]; + }; + AR1004G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-AR1004G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-AR1004G-squashfs-cfe.bin"; + sha256 = "d455c777b968df9dcd219e72b85cfabe4867557e3800fb9ec7d084711df80f08"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asmax AR 1004g"; + } + ]; + }; + AR5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-AR5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-AR5315u-squashfs-cfe.bin"; + sha256 = "ba8a73cac5da228d352ecb84e33c1cea498c715620c34148a23dc693f50ed8b1"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-AR5315u-squashfs-sysupgrade.bin"; + sha256 = "dae29e13d00c737f2791525dd70ee2b1198c96a37197a35eff545333bb635fd6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5315u"; + } + ]; + }; + AR5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-AR5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-AR5381u-squashfs-sysupgrade.bin"; + sha256 = "2f0130b382088f02c34d37c5d05733589f37911bbf29cd153c594b9d242e180c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-AR5381u-squashfs-cfe.bin"; + sha256 = "20302ab61e1d3684e311c6daba1b2e0ad63828e823a41a7cd33d5238b130b5a4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5381u"; + } + ]; + }; + AR5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-AR5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-AR5387un-squashfs-cfe.bin"; + sha256 = "0e2adb9cadb8959876a3cb8a92675af7f827ae66bbd2ddef67f5ee89bddf479e"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-AR5387un-squashfs-sysupgrade.bin"; + sha256 = "d7c3e90736a100bad0a2d72d094f345dfee97c22a1d6489bd0f21896a8f1d55a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5387un"; + } + ]; + }; + AV4202N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-AV4202N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-AV4202N-squashfs-cfe.bin"; + sha256 = "7003fb4df39c1c6a7b0ac1d69135b16aa85fa62759916383ca8397f2d83c8e26"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG AV4202N"; + } + ]; + }; + BTV2110 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-BTV2110"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-BTV2110-squashfs-cfe.bin"; + sha256 = "f824732bb14e86ffa2ec01e61617d65539040ead631a7629a364109198b19989"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2110"; + } + ]; + }; + BTV2500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-BTV2500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-BTV2500V-squashfs-cfe.bin"; + sha256 = "42a637e603bb574e1f038d00138b201040e905d533291c9a5c2c21fd36d66239"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2500V"; + } + ]; + }; + CPA-ZNTE60T = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-CPA-ZNTE60T"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-CPA-ZNTE60T-squashfs-cfe.bin"; + sha256 = "3d827de62da4983145841f07541ffb94c81225a4c834e89a6575e9391e78c7d3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA642-type (CPA-ZNTE60T)"; + } + ]; + }; + CPVA502PLUS = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-CPVA502PLUS"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-CPVA502PLUS-squashfs-cfe.bin"; + sha256 = "3b7858973d5d0178a52adcf36d6edf42e8af12d49fa8bf96abcce759e14f5489"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA502+"; + } + ]; + }; + CT-5365 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-CT-5365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-CT-5365-squashfs-cfe.bin"; + sha256 = "42c7f0a3c3820a8a968e8921ff9332a0f3cd755dbbbb62083c1ab1b6fb05896e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-5365"; + } + ]; + }; + CT-536_CT-5621 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-CT-536_CT-5621"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-CT-536_CT-5621-squashfs-cfe.bin"; + sha256 = "0a2aa8d354958c0b3653c05f26aec850e4561f796fdac0decac4a42e09bdcaf0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-536+/CT-5621"; + } + ]; + }; + CT-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-CT-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-CT-6373-squashfs-cfe.bin"; + sha256 = "34a73274c20825d99697d81c47853fffa8d477382bf26fe2557885ae875755ca"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-6373"; + } + ]; + }; + DG834GT_PN = { + device_packages = [ + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-DG834GT_PN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-DG834GT_PN-squashfs-cfe.bin"; + sha256 = "edb888b9bba6fe04de78a8b60631d8b27824a1e3f787598500f85c2f920fdda7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DG834GT/PN"; + } + ]; + }; + DGND3700v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-DGND3700v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-DGND3700v1-squashfs-factory.chk"; + sha256 = "e1e13ecad9613dc2ae3b88ea0c1c8bdb5191bbf14fd568b0feb3145c6f91ceb6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-DGND3700v1-squashfs-sysupgrade.bin"; + sha256 = "49f0836266d00f263d20731fd95f7ad45e5fa15d50fc256d99627e2bcb230f47"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3700 v1"; + } + ]; + }; + DGND3800B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-DGND3800B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-DGND3800B-squashfs-factory.chk"; + sha256 = "d98c0f74429c53effbc3d634b64551a05a0ddf19d81c04cb9717370a04ffee8a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-DGND3800B-squashfs-sysupgrade.bin"; + sha256 = "abe80a5c80064c1632ef338c1f50f1142f2b3464cf0eea0fe4bb86fe58b8d07d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3800B"; + } + ]; + }; + DSL2640B-B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-DSL2640B-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-DSL2640B-B-squashfs-cfe.bin"; + sha256 = "24b15bf7e8b62158541d07654749c67f55a1d7f86a93c194c09af657ee723f65"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640B rev B2"; + } + ]; + }; + DSL2640U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-DSL2640U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-DSL2640U-squashfs-cfe.bin"; + sha256 = "9ec814226c6b86b312402adfa7a61daf26e4a279de430a7ed976ffcc35a1f702"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640U/BRU/C"; + } + ]; + }; + DSL2650U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-DSL2650U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-DSL2650U-squashfs-cfe.bin"; + sha256 = "7de01d138e97ebabbbd86e7ef284a1aa82ee2c0b8b652453826f0d36caef09d0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2650U"; + } + ]; + }; + DSL274XB-C2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-DSL274XB-C2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-DSL274XB-C2-squashfs-cfe.bin"; + sha256 = "c7050f668cbb5e6250e98bc17aa14e78fe7b3b462dd5a98ff59c27341a025307"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C2"; + } + ]; + }; + DSL274XB-C3 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-DSL274XB-C3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-DSL274XB-C3-squashfs-cfe.bin"; + sha256 = "754f2609f3b7c4061767c90d6787678328880903672f52687a47100f4e6c4905"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C3"; + } + ]; + }; + DSL274XB-F1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-DSL274XB-F1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-EU.bin"; + sha256 = "1002f05e185d458d8a917150848b0adf0ac8b47acb81cc7052dfe162cfca999d"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-AU.bin"; + sha256 = "5cc49a50a3e9152bb3e130940f30bc450969578e733c9594abfc4bceb28963ab"; + type = "cfe-AU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev F1"; + } + ]; + }; + DSL275XB-D1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-DSL275XB-D1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-DSL275XB-D1-squashfs-cfe.bin"; + sha256 = "1326962365d8e5ed86fc68b861a9c72d9f341f84f0ece54a7e1b3efdc50216ae"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2750B/DSL-2751 rev D1"; + } + ]; + }; + DV-201AMR = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-DV-201AMR"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-DV-201AMR-squashfs-cfe-old.bin"; + sha256 = "a520ef28ac5aada7c2cc2b0076648db28ce8aab9c56d7352cce4212e4e27d372"; + type = "cfe-old"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Davolink DV-201AMR"; + } + ]; + }; + DVAG3810BN = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-DVAG3810BN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-DVAG3810BN-squashfs-cfe.bin"; + sha256 = "79b0bb8f19430fdb33ec6285f15d781b762569ef89aa46c50fcfc9e0153ca9d6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DVA-G3810BN/TL"; + } + ]; + }; + EVG2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-EVG2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-EVG2000-squashfs-factory.chk"; + sha256 = "fa8b3b0d944279a6e736748949eda3efe4533a79b3a47fd5cd297b174abde82c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-EVG2000-squashfs-sysupgrade.bin"; + sha256 = "9ec91ddf43569262d3391cd358a25eed70670c629bff46ec2b008cd1c993b391"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear EVG2000"; + } + ]; + }; + F5D7633 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-F5D7633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-F5D7633-squashfs-cfe.bin"; + sha256 = "b1bd50bfd042176cedeb32094f4785d613a4949b7bcd432c5fa7d09680c7f446"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Belkin F5D7633"; + } + ]; + }; + FAST2404 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-FAST2404"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-FAST2404-squashfs-cfe.bin"; + sha256 = "6dfdc2672cbd4986666810211473152ecde9795c38c29c415ebfccb67d011a28"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2404"; + } + ]; + }; + FAST2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-FAST2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-FAST2504n-squashfs-cfe.bin"; + sha256 = "cdba12cb815addade070dd82a32566c1fb007d3349ca40b96a71accff2dc0d3f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2504n"; + } + ]; + }; + FAST2604 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-FAST2604"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-FAST2604-squashfs-cfe.bin"; + sha256 = "5754270cdcf4b374b063c0f25cb715813ee5fe2bacb4fe3e4b83dd14cd0e5a0a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2604"; + } + ]; + }; + FAST2704N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-FAST2704N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-FAST2704N-squashfs-cfe.bin"; + sha256 = "71e9d96452dc9ec40915610df4a7edd6b1849b40dc98b0279af2a262f66aac8b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704N"; + } + ]; + }; + FAST2704V2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-FAST2704V2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-FAST2704V2-squashfs-cfe.bin"; + sha256 = "79c2b9bd317912c16b5c7bb1b80890de4318c4f505586fb01650b11d32ae2300"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704V2"; + } + ]; + }; + GW6000 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-GW6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-GW6000-squashfs-cfe.bin"; + sha256 = "376d85c1dcbdbc4283f2d0734595d154b4cd45de0a4b796eb0398d77a039d1d8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6000"; + } + ]; + }; + GW6200 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-GW6200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-GW6200-squashfs-cfe.bin"; + sha256 = "7df740933ccbef37ad8ec9099c90a460cba3b6e25a6b1592e2c23c333068464a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6200"; + } + ]; + }; + HG520v = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-HG520v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-HG520v-squashfs-cfe.bin"; + sha256 = "c7dda89312945df29488ca61f39583b746e5ca9e987ad058390350261feaac20"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG520v"; + } + ]; + }; + HG553 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-HG553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-HG553-squashfs-cfe.bin"; + sha256 = "3372c242063c1b5277d31bc3bbd75ed585b68fe26ad920d1aa4f2de7dff2f5af"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG553"; + } + ]; + }; + HG556a-A = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-HG556a-A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-HG556a-A-squashfs-cfe.bin"; + sha256 = "a48a787308ba05d3550b355a17c1eb1e2c470d4660b05393d2cb37718159b4b9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev A"; + } + ]; + }; + HG556a-B = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-HG556a-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-HG556a-B-squashfs-cfe.bin"; + sha256 = "4dbad3a960c1bd7c0cb556bc7de3cca0838ebd7593d0de25d5efd04665918f3f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev B"; + } + ]; + }; + HG556a-C = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-HG556a-C"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-HG556a-C-squashfs-cfe.bin"; + sha256 = "07f97c2f3c1ca518e8bb2e361195710d96c529f0582e646a3eaac33d31a3af1c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev C"; + } + ]; + }; + HG622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-HG622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-HG622-squashfs-cfe.bin"; + sha256 = "7e7d2475e0544e648eece4a7c011a6800e7e9864f0abc5bb92bebf3df2b1a73a"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-HG622-squashfs-sysupgrade.bin"; + sha256 = "04450fee33db57b2afddc974a6bbc6095e03a3c380cb752f42c8d8e0ef69788b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG622"; + } + ]; + }; + HG655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-HG655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-HG655b-squashfs-cfe.bin"; + sha256 = "8369aa71d2e58d7e31c1a132271fdbdf7bac4cf5c32b09b8867cc49b8deea5c8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG655b"; + } + ]; + }; + HomeHub2A = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-HomeHub2A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-HomeHub2A-squashfs-cfe.bin"; + sha256 = "3b220e8f4009ec7a230abdb14e6ad13ea3da014f62b9ad54dcb61444937d199d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Home Hub 2.0 A"; + } + ]; + }; + NEUFBOX4-FXC = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-NEUFBOX4-FXC"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-NEUFBOX4-FXC-squashfs-cfe.bin"; + sha256 = "c903b8a5bb23a4af5568d3db5f401ab4a70cbcf2ac39076cb554ae836dc68029"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Foxconn)"; + } + ]; + }; + NEUFBOX4-SER = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-NEUFBOX4-SER"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-NEUFBOX4-SER-squashfs-cfe.bin"; + sha256 = "bc8485ab57d798296f9e353ca2578c39a01f7fcee0428dad6874f95641e9571f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Sercomm)"; + } + ]; + }; + NEUFBOX6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-NEUFBOX6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-NEUFBOX6-squashfs-cfe.bin"; + sha256 = "59ea5bf93e89880dd6d578ecc5035f3765770d68c8f575fe4a3be092edd14cec"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox6"; + } + ]; + }; + P870HW-51a_v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-P870HW-51a_v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-P870HW-51a_v2-squashfs-factory.bin"; + sha256 = "f27056ced5bfa3cca3c608c3e0ef34fb7a5ec6565e11a79e37ffb053d74fa0b2"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL P870HW-51a v2"; + } + ]; + }; + R1000H = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-R1000H"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-R1000H-squashfs-cfe.bin"; + sha256 = "46a4027305d97352b7bba12a5e1e62bdfa6cf9464641023dece6f38734d1a3d8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Actiontec R1000H"; + } + ]; + }; + R5010UNv2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-R5010UNv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-R5010UNv2-squashfs-cfe.bin"; + sha256 = "d7235e663a58384f23da728c4951b8c101a703831372a0c983b816a1d16fcb57"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-R5010UNv2-squashfs-sysupgrade.bin"; + sha256 = "d03125cb7fa085d4f7364dcd0433e76e3d0d0a658fd964d2de89fadc58c29950"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NuCom R5010UN v2"; + } + ]; + }; + RG100A = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-RG100A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-RG100A-squashfs-cfe.bin"; + sha256 = "47128deb16618b5a3eecf3ce21b9ac54fd23e35c03d9452ad3ad1cc41ffe67e3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Alcatel RG100A"; + } + ]; + }; + RTA1025W_16 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-RTA1025W_16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-RTA1025W_16-squashfs-cfe.bin"; + sha256 = "bd56852996a1df8d7e9c53d10dbd22e54986700027937d09344ac1901e88385a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1025W"; + } + ]; + }; + RTA1320_16M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-RTA1320_16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-RTA1320_16M-squashfs-cfe.bin"; + sha256 = "572d53a675973c528f29f3018e6a1237835f9c4e3704e9f429b7ea8a387fe1bf"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1320"; + } + ]; + }; + SPW303V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-SPW303V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-SPW303V-squashfs-sysupgrade.bin"; + sha256 = "37069007dd906a8eaa8c3105eb2aa06f26dbf2f5818b270e9f808252eb6cdb28"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-SPW303V-squashfs-factory.bin"; + sha256 = "6a28c3554af4d4bb563783b3363328c5f3ec9eb26f34299d4d3cda538320fa7b"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 303V"; + } + ]; + }; + SPW500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-SPW500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-SPW500V-squashfs-cfe.bin"; + sha256 = "00727cd875a2486ec81f7d33fe9490487d96574f009ba2d29564b8b353e459dc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 500V"; + } + ]; + }; + SR102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-SR102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-SR102-squashfs-cfe.bin"; + sha256 = "699e84b1d60723238f8322d057302c5dbf3780e5b026f56e0f5ba3ef62129957"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SKY-SR102"; + } + ]; + }; + TD-W8900GB = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-TD-W8900GB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-TD-W8900GB-squashfs-cfe.bin"; + sha256 = "10ca2bbb48aafe01eea98bbf70b29c5f928ebe15c183dd3c54b6f7a3e7f3b142"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-Link TD-W8900GB"; + } + ]; + }; + USR9108 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-USR9108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-USR9108-squashfs-cfe.bin"; + sha256 = "aa8a9c2d5281e4b911a5637353fa07298811ced072e5c007e584806e67268301"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics 9108"; + } + ]; + }; + VH4032N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-VH4032N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-VH4032N-squashfs-sysupgrade.bin"; + sha256 = "a399ff6f4c8dfd1a9e55c690f2a1d718cddc17cf60ad6ee1867662bcf0b25ee6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-VH4032N-squashfs-cfe.bin"; + sha256 = "8e90a6e896090093038c641b1d75b01bf80ab1be96a0c5d58711175ac03ba119"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Observa VH4032N"; + } + ]; + }; + VR-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-VR-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-VR-3025u-squashfs-sysupgrade.bin"; + sha256 = "43e631459970e1dbed4bd0612a1650c89e18f79be9d746d191d7edf78972ffc1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-VR-3025u-squashfs-cfe.bin"; + sha256 = "73813da1b154c7eb04c7d5f009673f38dc3509d00b8b55a5e79b9ba61fce74e0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025u"; + } + ]; + }; + VR-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-VR-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-VR-3025un-squashfs-cfe.bin"; + sha256 = "2d897f5fb7089c3377732f0d5ae77b5e68c7da5a047db19c148ede4e4e979427"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025un"; + } + ]; + }; + VR-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-VR-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-VR-3026e-squashfs-cfe.bin"; + sha256 = "925f57c6d1727d2b34218f69f454ae6f65e1e4379c3b2d92991b88a2986f7b0a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3026e"; + } + ]; + }; + WAP-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-WAP-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-WAP-5813n-squashfs-cfe.bin"; + sha256 = "4ac77d4ea46ab7f46f94889d4f40405b08d29e936ead60de4ce1932d4eabec62"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend WAP-5813n"; + } + ]; + }; + livebox = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-generic-livebox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-generic-livebox-squashfs-redboot.bin"; + sha256 = "cb1e744cbb48d69f1f1e237910149957585c8c85167a458f475c82205169d4f3"; + type = "redboot"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Inventel Livebox 1"; + } + ]; + }; + }; + target = "brcm63xx/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + "963281TAN-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-963281TAN-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-963281TAN-generic-squashfs-cfe-4M.bin"; + sha256 = "da6be5f3c86828d735df40938ab7744dc0721c40c579d90a863fdfb3da8d431c"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-963281TAN-generic-squashfs-cfe-16M.bin"; + sha256 = "7ac3945dbf03f4cc6a07f0994924e14cad4b400cf2b2b1004de7411ab89d7013"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-963281TAN-generic-squashfs-cfe-8M.bin"; + sha256 = "dc4ecbb2501f49e5b04531de09a61816a0fb76d2bff577d2445fe8fdab0702ff"; + type = "cfe-8M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 963281TAN"; + } + ]; + }; + "96328avng-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-96328avng-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-96328avng-generic-squashfs-cfe-16M.bin"; + sha256 = "2b072dc0f5e36fad7ad21ef89bfb75f435c8a0cc2c56cfd95f30310fcb40f8ae"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-96328avng-generic-squashfs-cfe-8M.bin"; + sha256 = "135a8d1fb3644f4f044012dd448cb59d1dfb0a49c1e4e74aaeee215681af88b6"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-96328avng-generic-squashfs-cfe-4M.bin"; + sha256 = "9050bc6cdd7f7f70f634049b49282c1e8d14ed08a977803289bb229f91152e91"; + type = "cfe-4M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96328avng"; + } + ]; + }; + "96338GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-96338GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-96338GW-generic-squashfs-cfe.bin"; + sha256 = "449d27ac785347e58f42148a5d64898cdfb8b7a709bc041cd521cf9ba84f5096"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338GW"; + } + ]; + }; + "96338W-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-96338W-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-96338W-generic-squashfs-cfe.bin"; + sha256 = "f2d5583653b81947599064f6818faa8a84ef2e5e73ae3d0efac0a80a51368991"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338W"; + } + ]; + }; + "96345GW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-96345GW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-96345GW2-generic-squashfs-cfe.bin"; + sha256 = "456a9a350756fd754d16e7c9861491c92f0623860fe3328a5410e53c1b31fab9"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-96345GW2-generic-squashfs-cfe-bc221.bin"; + sha256 = "62c23cf84c6310c370f6d7d061da7664df4ccdb47da70a97dd30f4c30ff68042"; + type = "cfe-bc221"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96345GW2"; + } + ]; + }; + "96348GW-10-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-96348GW-10-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-96348GW-10-generic-squashfs-cfe.bin"; + sha256 = "66bd73fbfb0b123388b4fe984b844267bc6b375204b60e133afff9c0218ae2c8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-10"; + } + ]; + }; + "96348GW-11-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-96348GW-11-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-96348GW-11-generic-squashfs-cfe.bin"; + sha256 = "41accde68ee4cd3de1f3d0f3540203e4de5e824c336a60bbf596bf906090731c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-11"; + } + ]; + }; + "96348GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-96348GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-96348GW-generic-squashfs-cfe.bin"; + sha256 = "b95a5d20a15eaf18cd944077958e577e85c85cbf42ce577a07cc6420b4b138dd"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-96348GW-generic-squashfs-cfe-bc221.bin"; + sha256 = "bf8e134a1aa3d2108a018a5522be6f80457c99941d037b152e53eec81dcbaee2"; + type = "cfe-bc221"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW"; + } + ]; + }; + "96348R-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-96348R-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-96348R-generic-squashfs-cfe.bin"; + sha256 = "3fe3a5eff868f14be9452d2b63370c771708c1bfc37c380c6fe0f24a110954fa"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348R"; + } + ]; + }; + "96358VW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-96358VW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-96358VW-generic-squashfs-cfe.bin"; + sha256 = "5e9af3a25e37368dfc4127b9666c113f65b65208b1623565e6499e7bddaf35a0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW"; + } + ]; + }; + "96358VW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-96358VW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-96358VW2-generic-squashfs-cfe.bin"; + sha256 = "30c6370a6419c911b5ee06897412cb0b800ab3a57f9af3fa14c7f8af66fc3274"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW2"; + } + ]; + }; + "96368MVNgr-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-96368MVNgr-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-96368MVNgr-generic-squashfs-cfe.bin"; + sha256 = "93595ca0143e41c6b3ce8f52f49eb2e4e19bcc41c7706bfe4b1f7442c38dead9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVNgr"; + } + ]; + }; + "96368MVWG-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-96368MVWG-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-96368MVWG-generic-squashfs-cfe.bin"; + sha256 = "8f063f375fe9a44d7175896df250d26e4b82ee1a6fdbd57aa192d6881811b158"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVWG"; + } + ]; + }; + A226G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-A226G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-A226G-squashfs-cfe.bin"; + sha256 = "3d55b3e170f06b7b3dd63b0730b0d7822a2152f524b078bff0b19529033e4650"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226G"; + } + ]; + }; + A226M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-A226M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-A226M-squashfs-cfe.bin"; + sha256 = "97149e3b796f0d1de6811288f6cf3b02ba759126d009de9b1b733697c763c5bd"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M"; + } + ]; + }; + A226M-FWB = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-A226M-FWB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-A226M-FWB-squashfs-cfe.bin"; + sha256 = "32e332d3a392ef26dac51b73121014c23227123fcb2dd59b0022dc76de47cdcd"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M-FWB"; + } + ]; + }; + A4001N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-A4001N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-A4001N-squashfs-cfe.bin"; + sha256 = "281c3eaedb5e6da75d511cd7ab7c6284fe0573ffefdd9959485e203edda5233a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N"; + } + ]; + }; + A4001N1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-A4001N1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-A4001N1-squashfs-sysupgrade.bin"; + sha256 = "9509aa819a6ed4de71923759c2354a0ec34c9e5dd4cae4b564366c28d82533c0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-A4001N1-squashfs-cfe.bin"; + sha256 = "4b97238f917586359cc9d2ea14c001cadb66e46cefe176778292da09c80bccfa"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N1"; + } + ]; + }; + AD1018-SPI_flash = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-AD1018-SPI_flash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-AD1018-SPI_flash-squashfs-cfe.bin"; + sha256 = "9571f6b80750f70f4f08596602e52af1e108dd53be6b1cae30a09f3f78e447dc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sercomm AD1018 (SPI flash mod)"; + } + ]; + }; + AGPF-S0 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-AGPF-S0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-AGPF-S0-squashfs-cfe.bin"; + sha256 = "6d2340c803ad08c8f2963783f5e5c545f83319add604219632bd6529298817e2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + } + ]; + }; + AR1004G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-AR1004G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-AR1004G-squashfs-cfe.bin"; + sha256 = "9cd190bd8cf254f0fe6ae6a1fd2bea50075ae5411e4711b976c2029e42e87cb2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asmax AR 1004g"; + } + ]; + }; + AR5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-AR5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-AR5315u-squashfs-cfe.bin"; + sha256 = "84c7c3b58a566f8f3de109c0c18c6795a38394f73c91dd61582b26e986917117"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-AR5315u-squashfs-sysupgrade.bin"; + sha256 = "e291ac15918daa0a751458f94fa57d1378f59e69fe077fe33fad922774542d17"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5315u"; + } + ]; + }; + AR5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-AR5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-AR5381u-squashfs-cfe.bin"; + sha256 = "2fb4b4a24aa77e0cbca89681b6fb551fd918a9a600b9a9ee39d1590e465891b1"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-AR5381u-squashfs-sysupgrade.bin"; + sha256 = "4008b4b591e857f040f547de3f4081c331c3c65368bb63ac5adfecdf1f2944f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5381u"; + } + ]; + }; + AR5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-AR5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-AR5387un-squashfs-sysupgrade.bin"; + sha256 = "78f19994c52eed12e3f856bc9fc9516525c8f860ea76502852563cc0424a5eed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-AR5387un-squashfs-cfe.bin"; + sha256 = "761006a01f8ac42bc6a6e65c66e121cf48c10c609665a45d43a758c237495676"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5387un"; + } + ]; + }; + AV4202N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-AV4202N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-AV4202N-squashfs-cfe.bin"; + sha256 = "5571555e24e3857557ac3342d08b38aa97210e6b770d2cab095e6e2925c53479"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG AV4202N"; + } + ]; + }; + BTV2110 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-BTV2110"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-BTV2110-squashfs-cfe.bin"; + sha256 = "ed37aa2a173473f2cc00e9bf0cb0c4411793c12f838bae7927b947d617fd2f24"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2110"; + } + ]; + }; + BTV2500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-BTV2500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-BTV2500V-squashfs-cfe.bin"; + sha256 = "431cd76da448fac3b6b431b4ff723d50c08ee6cfc7f93a128607765d2add62d9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2500V"; + } + ]; + }; + CPA-ZNTE60T = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-CPA-ZNTE60T"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-CPA-ZNTE60T-squashfs-cfe.bin"; + sha256 = "3f493fbf839e3da7e977c82f01e86d46edb782b6fd2516a173b981ca5f63f8cd"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA642-type (CPA-ZNTE60T)"; + } + ]; + }; + CPVA502PLUS = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-CPVA502PLUS"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-CPVA502PLUS-squashfs-cfe.bin"; + sha256 = "1e8b8b7ba4d5df038a3ab614ee5e75dda0b4ed6c05786fd3f9d2fe30d98cba3e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA502+"; + } + ]; + }; + CT-5365 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-CT-5365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-CT-5365-squashfs-cfe.bin"; + sha256 = "667f9ed6d6b2c872167bc2db87ffa4817a7f61e90b7310bdcc50f66b0ccae914"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-5365"; + } + ]; + }; + CT-536_CT-5621 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-CT-536_CT-5621"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-CT-536_CT-5621-squashfs-cfe.bin"; + sha256 = "9bd2150501dd2b147e0a7d94cd74d12a2c57a1c81d23d745619601f7d06cb001"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-536+/CT-5621"; + } + ]; + }; + CT-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-CT-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-CT-6373-squashfs-cfe.bin"; + sha256 = "d861580b5c704ae14cee56b6211aa7a82150bc89546fbc3534d8054fe84a9bc0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-6373"; + } + ]; + }; + DG834GT_PN = { + device_packages = [ + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-DG834GT_PN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-DG834GT_PN-squashfs-cfe.bin"; + sha256 = "01a96eeaf06eea243dc81cfc8948f7df004f368305f94f80f7366e0741fdf669"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DG834GT/PN"; + } + ]; + }; + DGND3700v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-DGND3700v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-DGND3700v1-squashfs-sysupgrade.bin"; + sha256 = "7dc33e222edeb541920bbbd68713d11d98390c6784a3d4346d3dce3a32cc3538"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-DGND3700v1-squashfs-factory.chk"; + sha256 = "6f89bfdca47e9c02acb29ce39135907d00057a8a034dfb5bf37242f7edd55d87"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3700 v1"; + } + ]; + }; + DGND3800B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-DGND3800B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-DGND3800B-squashfs-sysupgrade.bin"; + sha256 = "5e5e2b402e7f4358d6d34e22f72576e776b847d687763e0b3fb26ff3f3ccc2f5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-DGND3800B-squashfs-factory.chk"; + sha256 = "dc907975e3be31e3ae39b7f915a7412343417f453804270f74f7934c76c242fe"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3800B"; + } + ]; + }; + DSL2640B-B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-DSL2640B-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-DSL2640B-B-squashfs-cfe.bin"; + sha256 = "a5d108020b1e1bf218be153ca9a61ff2fed1c8f83cabd11d6ae9e73260f716c5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640B rev B2"; + } + ]; + }; + DSL2640U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-DSL2640U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-DSL2640U-squashfs-cfe.bin"; + sha256 = "dd6bc8d0f411a47b4813726584d2883046269563063eeb5cbc91128c9cc36d99"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640U/BRU/C"; + } + ]; + }; + DSL2650U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-DSL2650U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-DSL2650U-squashfs-cfe.bin"; + sha256 = "e2a80437ebf5575a74fd01ae1b846ed647b9793eeae9bf4ab15435666e2cc6f4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2650U"; + } + ]; + }; + DSL274XB-C2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-DSL274XB-C2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-DSL274XB-C2-squashfs-cfe.bin"; + sha256 = "1b9c355f1d19a5b92ff5900b9a9a2e5b3db0bb7a483e4cdeb63f02c5254aee16"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C2"; + } + ]; + }; + DSL274XB-C3 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-DSL274XB-C3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-DSL274XB-C3-squashfs-cfe.bin"; + sha256 = "b2f36fd1ea2a2048efacfead6a40bc6e84993e93c24061cd3f753666ee82ddce"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C3"; + } + ]; + }; + DSL274XB-F1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-DSL274XB-F1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-AU.bin"; + sha256 = "7eb819b25d8ab9769b3cb9ba5e17eb2270f065f04370c02036f75e5594ea2bbd"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-EU.bin"; + sha256 = "c821746ea8e04432ea1aecaf49564c8388f048e53dafa886dddd48316673c046"; + type = "cfe-EU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev F1"; + } + ]; + }; + DSL275XB-D1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-DSL275XB-D1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-DSL275XB-D1-squashfs-cfe.bin"; + sha256 = "3c281abb17812b57c380f8c5c103fa93bebe0af3ebd10e8596d2a0f63063465d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2750B/DSL-2751 rev D1"; + } + ]; + }; + DV-201AMR = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-DV-201AMR"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-DV-201AMR-squashfs-cfe-old.bin"; + sha256 = "7a6aec5194bbc9c9135694957d778c16f10e0a74597ae882824ec36ab1e704ff"; + type = "cfe-old"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Davolink DV-201AMR"; + } + ]; + }; + DVAG3810BN = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-DVAG3810BN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-DVAG3810BN-squashfs-cfe.bin"; + sha256 = "4e7c7e400911723bd54088dd75aade48e4db7cc59c8ecca38e59b9df21fa8bd0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DVA-G3810BN/TL"; + } + ]; + }; + EVG2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-EVG2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-EVG2000-squashfs-factory.chk"; + sha256 = "3ec5ff8ce932256d8047e977f046407475e78fe958f9208fb503b147dbf6826e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-EVG2000-squashfs-sysupgrade.bin"; + sha256 = "d3c6c1c658fa60bb96736fdfac55761475bc10b046dc4c09d0ab2b03a31528bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear EVG2000"; + } + ]; + }; + F5D7633 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-F5D7633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-F5D7633-squashfs-cfe.bin"; + sha256 = "ac4771092a26749b009c1f4c03587acbe7e7301472d207f25014a7e36c1bfbe2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Belkin F5D7633"; + } + ]; + }; + FAST2404 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-FAST2404"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-FAST2404-squashfs-cfe.bin"; + sha256 = "8f86415faed815d1524038ba509aef9ac607c6dabf9e3fdc9999a1c17245f5fc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2404"; + } + ]; + }; + FAST2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-FAST2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-FAST2504n-squashfs-cfe.bin"; + sha256 = "86b6155303e9ea2e4780f76aa5e4338e4a6e410b73aa084177c43a42a7bfba7d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2504n"; + } + ]; + }; + FAST2604 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-FAST2604"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-FAST2604-squashfs-cfe.bin"; + sha256 = "eea3e55d6a72985ac3c2add57d714f4aaed7833a81e96a9bdfe7311e806091ef"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2604"; + } + ]; + }; + FAST2704N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-FAST2704N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-FAST2704N-squashfs-cfe.bin"; + sha256 = "bfe6354cc194362d2d134ecb7c8803123c3c2c39e4ebfcabde76afa0ebfbb6b8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704N"; + } + ]; + }; + FAST2704V2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-FAST2704V2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-FAST2704V2-squashfs-cfe.bin"; + sha256 = "955e7852daa7539ffc73293c468473de36a53caf4722af4587df85471d491d76"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704V2"; + } + ]; + }; + GW6000 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-GW6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-GW6000-squashfs-cfe.bin"; + sha256 = "b9553dcd7665e581e2094fee5345cccec064d469ce43bc5a582bef81649a3673"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6000"; + } + ]; + }; + GW6200 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-GW6200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-GW6200-squashfs-cfe.bin"; + sha256 = "5412ec73ba5e7a9c8ca03b55af369081d93dbb78011a89f515ff90c868404031"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6200"; + } + ]; + }; + HG520v = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-HG520v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-HG520v-squashfs-cfe.bin"; + sha256 = "a0de1dea5c550ec95010eee7d31fe474784f0e2166aed8a62d90270009a994f5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG520v"; + } + ]; + }; + HG553 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-HG553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-HG553-squashfs-cfe.bin"; + sha256 = "e7f5bc87db8c065ffc3dfc33734f5cacb702e0fc123e035ee27a023d2cef0de3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG553"; + } + ]; + }; + HG556a-A = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-HG556a-A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-HG556a-A-squashfs-cfe.bin"; + sha256 = "a6b0a10ee8c77085eec79bc27800ad5c77163e988412d743915c7e907ce31c0f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev A"; + } + ]; + }; + HG556a-B = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-HG556a-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-HG556a-B-squashfs-cfe.bin"; + sha256 = "f992ae5ebd45a5f08803dbe4f4391987794c687bf35f4910e45535d820b6a030"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev B"; + } + ]; + }; + HG556a-C = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-HG556a-C"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-HG556a-C-squashfs-cfe.bin"; + sha256 = "7c5c82dae6ac07d9915112dbc40ba20690193832beb43d660b7ab42c9ebd050c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev C"; + } + ]; + }; + HG622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-HG622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-HG622-squashfs-sysupgrade.bin"; + sha256 = "31ff2367dd0391cf74954e64a1a8fee98e083ffeba7576c72bf246444bacd439"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-HG622-squashfs-cfe.bin"; + sha256 = "e316e0f886d9a85f557aff16442d310c0ad78d1570ed69277669957a6d65a456"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG622"; + } + ]; + }; + HG655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-HG655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-HG655b-squashfs-cfe.bin"; + sha256 = "2e7a246c4ba784e48e8da54fd303cfdc173615dbb12e33c1d89983635703e162"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG655b"; + } + ]; + }; + HomeHub2A = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-HomeHub2A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-HomeHub2A-squashfs-cfe.bin"; + sha256 = "d65c2e7a751630819ae59594590c7207f2aa9e8970133880e9e87cc1eeb2fce8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Home Hub 2.0 A"; + } + ]; + }; + NEUFBOX4-FXC = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-NEUFBOX4-FXC"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-NEUFBOX4-FXC-squashfs-cfe.bin"; + sha256 = "f70ea451f0f9b9c9f8d06daea0909ffc615558c8dd3545fb9dfe3a306bbbdc4c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Foxconn)"; + } + ]; + }; + NEUFBOX4-SER = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-NEUFBOX4-SER"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-NEUFBOX4-SER-squashfs-cfe.bin"; + sha256 = "c54a98868267287a9406b8e6d2c779132dc61579b9d45c0b167a9d2fce29d986"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Sercomm)"; + } + ]; + }; + NEUFBOX6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-NEUFBOX6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-NEUFBOX6-squashfs-cfe.bin"; + sha256 = "10ee686b2f357b25c3cdc919aca3a21e69f8d401e1e309b9b92e50163990e97f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox6"; + } + ]; + }; + P870HW-51a_v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-P870HW-51a_v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-P870HW-51a_v2-squashfs-factory.bin"; + sha256 = "184e83c4f3398ef0920ae73e39bc11360d8cade308eae8fd94880f0bc3b31509"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL P870HW-51a v2"; + } + ]; + }; + R1000H = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-R1000H"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-R1000H-squashfs-cfe.bin"; + sha256 = "b29d236367a38bb687d9b79da4f4b11b239b58c408c3b50de1c51f2ed9b09cb0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Actiontec R1000H"; + } + ]; + }; + R5010UNv2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-R5010UNv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-R5010UNv2-squashfs-cfe.bin"; + sha256 = "ceba4f2618f2c24454ca036765ef6046a5c6e3efe9b29b99c72154d9003f4c3d"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-R5010UNv2-squashfs-sysupgrade.bin"; + sha256 = "0520396fc03b94c89808c59ab5d8907c353c50ae43af0473a5d326244d0640c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NuCom R5010UN v2"; + } + ]; + }; + RG100A = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-RG100A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-RG100A-squashfs-cfe.bin"; + sha256 = "69821f8f155987b4308e355c47f10ee8f79cb698a4f96eba519f6b63f3ed77f3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Alcatel RG100A"; + } + ]; + }; + RTA1025W_16 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-RTA1025W_16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-RTA1025W_16-squashfs-cfe.bin"; + sha256 = "eafa6f54fb4c09e7bba8972e81fda09e88b44758cdaab59109114e0c4633a66d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1025W"; + } + ]; + }; + RTA1320_16M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-RTA1320_16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-RTA1320_16M-squashfs-cfe.bin"; + sha256 = "08fe1f69506f88907c04f6d2b5d4a8451c3c9a6d46135876b798b68163a719fc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1320"; + } + ]; + }; + SPW303V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-SPW303V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-SPW303V-squashfs-factory.bin"; + sha256 = "6e070ff20b32e670c0331db5985e1f9e3e322c95a8443fbf0fbf5abd2ea9678b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-SPW303V-squashfs-sysupgrade.bin"; + sha256 = "03b6983612ab57acedfc4f7c948590ac11bbd0d5cb43d31cdba85c38c264f65a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 303V"; + } + ]; + }; + SPW500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-SPW500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-SPW500V-squashfs-cfe.bin"; + sha256 = "e822d7112faa42127795bbff2a0af33ade34843be5e03deef1dad6d52f6b0fb2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 500V"; + } + ]; + }; + SR102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-SR102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-SR102-squashfs-cfe.bin"; + sha256 = "e00587f820fd831bf6d3ccadcc0eb07b8c982d98f5b432e1efe77b318f91eaf6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SKY-SR102"; + } + ]; + }; + TD-W8900GB = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-TD-W8900GB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-TD-W8900GB-squashfs-cfe.bin"; + sha256 = "c567cda413e6b70d00946e714fdfab8152c667f2084f8163a1626ac14f9cf0c9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-Link TD-W8900GB"; + } + ]; + }; + USR9108 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-USR9108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-USR9108-squashfs-cfe.bin"; + sha256 = "10fcaabccb0ddb0968226d6b6f03b7c3597d41cdf3dd0780aadc8d30b1520aff"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics 9108"; + } + ]; + }; + VH4032N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-VH4032N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-VH4032N-squashfs-sysupgrade.bin"; + sha256 = "42925198835c5aa2b8ee1b5391fc2a72ef4a2cf16a58b61bad01eaafa62c1951"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-VH4032N-squashfs-cfe.bin"; + sha256 = "44b175d0d80718ac8ddeb41277544332a1a7bb1b35c4f317a96ba09971b7d1ca"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Observa VH4032N"; + } + ]; + }; + VR-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-VR-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-VR-3025u-squashfs-cfe.bin"; + sha256 = "76bfbdf8cb40b6a60e1d67470ad3a8d466842bf859daac3d835ed7566f799f79"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-VR-3025u-squashfs-sysupgrade.bin"; + sha256 = "2d8542a9b259ca8e49e176355309dff44c2f38f4d8f1428641aa4939fc353c7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025u"; + } + ]; + }; + VR-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-VR-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-VR-3025un-squashfs-cfe.bin"; + sha256 = "82b88faa0591adb3668925b23044e08c692f11bb7e776470313843eeb2a41e7c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025un"; + } + ]; + }; + VR-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-VR-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-VR-3026e-squashfs-cfe.bin"; + sha256 = "4cf00c0fc71ba5eb8678fcb2512509c0a440e212452036daf8bc884012563ffc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3026e"; + } + ]; + }; + WAP-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-WAP-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-WAP-5813n-squashfs-cfe.bin"; + sha256 = "6c23e3571d1ebaabb419402308eb031cd77d8ccf9e45fb91ac484f91cf037d7a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend WAP-5813n"; + } + ]; + }; + livebox = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-brcm63xx-smp-livebox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-brcm63xx-smp-livebox-squashfs-redboot.bin"; + sha256 = "954f29e32761043d8046fda6cd62997750d72484ebd53d7354875a314beb9e27"; + type = "redboot"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Inventel Livebox 1"; + } + ]; + }; + }; + target = "brcm63xx/smp"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + cns3xxx = { }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-core" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-core" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-switch-rtl8366rb" + "swconfig" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.7-gemini-dlink_dir-685"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "8ad71c14f1027a6ea97a4fe79dcef4df7f2632101a5f46aad4ac4d102f3b95d0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "11a4ac0c2a693ca1092779685345aacacf3a45224942096c5cdc6d421a3b5fad"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + title = "D-Link DIR-685 Xtreme N Storage Router"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.7-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "de5c92aae9c232d6111f27402e2936b49a0578f704065074646a0fba2b326cf5"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + title = "D-Link DNS-313 1-Bay Network Storage Enclosure"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-19.07.7-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "44e5192a11e58ecb14dc9e8e911cb5eaf007a89161d285c33fdf7545dfd2fda3"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + title = "ITian Square One SQ201"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.7-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "0aed832ef392351a8f522e1bc0e345b31022eaafee8da2ae4b78a23aa3dad96a"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + title = "Raidsonic NAS IB-4220-B"; + } + ]; + }; + }; + target = "gemini/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + imx6 = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "blkid" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "blkid" + ]; + metadata_version = 1; + profiles = { + apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-19.07.7-imx6-apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-imx6-apalis-squashfs.combined.bin"; + sha256 = "b12d69c3dc0bc93fe7047b545643dc56de95fbfcfb83348734fc9f93c6cd7039"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-imx6-apalis-squashfs.sysupgrade.bin"; + sha256 = "fabf3556ac7a9bc3c4627e226c509b519eb4b25f7055852235334c224f28bf75"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + title = "Toradex Apalis family"; + } + ]; + }; + cubox = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.7-imx6-cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-imx6-cubox-i-squashfs-combined.bin"; + sha256 = "33eab5aab95dbe22f797cdcd4ba3df82358814caafe8d640930cf1e0e2b70c79"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SolidRun CuBox-i"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-19.07.7-imx6-ventana-large"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-imx6-ventana-large-squashfs-nand.ubi"; + sha256 = "1c39a8027f8cf565d6e737f78d1baeccb91556fd65cf7db28996ef729db5f667"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-imx6-ventana-squashfs-nand.ubi"; + sha256 = "ae35bf718f16a262feca50fef4cc60a200baa83da29b78cfd89966fac1192443"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-imx6-ventana-squashfs-bootfs.tar.gz"; + sha256 = "a6885e07af0c22a4f3191163721e06a125d842194f41e48fd1d1a6911adb9e14"; + type = "bootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Gateworks Ventana family (large NAND flash)"; + } + ]; + }; + }; + target = "imx6/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-dwc3-of-simple" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath10k-ct" + "wpad-basic" + "kmod-usb3" + "kmod-usb-dwc3" + "ath10k-firmware-qca4019-ct" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-dwc3-of-simple" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath10k-ct" + "wpad-basic" + "kmod-usb3" + "kmod-usb-dwc3" + "ath10k-firmware-qca4019-ct" + ]; + metadata_version = 1; + profiles = { + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "a38e187438fca7437f66d9bef487d71dc94eeaef4915b381b02c1fbdf2a5254e"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "bbd4559a8a056f6ae0f741a9685da9cba5e70d502eebe64bbc0313671ab4b2e2"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + title = "8devices Jalapeno"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "ipq-wifi-alfa-network_ap120c-ac" + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "ff957cccd2471533827b54156b438194af02c4a349ff2bf11dcc8a8cc8813fca"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "e2e96d82d6964b8c86989eed8507874471ffc1fb87c0359564ec77f5efde8857"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + title = "ALFA Network AP120C-AC"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ipq-wifi-asus_map-ac2200" + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "e9fb1a32d4e254e4610a42460afab280df0d369677241a53eb71a381eca2cf0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + title = "ASUS Lyra MAP-AC2200"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "4e788ac2536cadbf60fea4a095824dc228924f410833652e7da105ab11b766e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + title = "Asus RT-AC58U"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "4d86071fe5e2ba2292040a940815506c899b84680f00f7db5e8f6b5d0bb1d8f5"; + type = "eva"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "a7e9feadc09206daf0732a362bdb9d1df3e08f69a1fbcfd75d18206f03f5183a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + title = "AVM Fritz!Box 4040"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzbox-7530" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "a2230fdea828e76a9f3d8db1d71fad61fec714ea31c5a78d8d71d5e73d690bb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + title = "AVM Fritz!Box 7530"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "57cc65fba2eabd1df12f44de00f00c19ef69cbf690f44c48ca6fb78ac8a40dff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + title = "AVM FRITZ!Repeater 1200"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-3000" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "a4afb8e75dc2910392631086e179687982c5eb0fe6cb728e3738b96834701242"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + title = "AVM Fritz!Repeater 3000"; + } + ]; + }; + compex_wpj428 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-compex_wpj428"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin"; + sha256 = "47cd50e76023de29b0bf1753c7db623493694405bec5b251209506fe2e9cd401"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj428" + ]; + titles = [ + { + title = "Compex WPJ428"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ + "ipq-wifi-engenius_eap1300" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "2ae2bfba5e8c58d187e27fdc12bcee3a3af4978c05a713863229c00b692c82b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + title = "EnGenius EAP1300"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ + "ipq-wifi-engenius_ens620ext" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "cb30f8a7e7138b90a88b5f2dfcf1b91b2768e95d0e893566afd092955400486f"; + type = "factory_35"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "1cf92142b47169fa9c42f74d08cf416495a16853906f35e27d67d5f53fdd0fe0"; + type = "factory_30"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "883d7765efba11daadf72f9fdf52e23ae01a247073d4d2e05ae442edb581f27d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + title = "EnGenius ENS620EXT"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "385482c270310d906806c6a88ccbc34de45dff912d39a46ad61d766a3968607b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + title = "GL.iNet GL-B1300"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ + "ipq-wifi-linksys_ea6350v3" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "67f53f109d58e76c8bb8392b3096845a310e2bb59b97a8080964d03ba0ef0d6e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "e6ef79e8ebdb3fcec8ad7de584faf5a0c215c1f39e50f017274509c9d863f059"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + title = "Linksys EA6350v3"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "uboot-envtools" + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "81b9f1b48aa658b980e94acbdaf394f5bdc45edf8725f47c479bf6bb799c0f3b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "de685ee7e8405e047ef5d0d42ee600f6d36038375301cc7002e16c83ba7a94a1"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + title = "Linksys EA8300 (Dallas)"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "60c6dcf3780c4db5dda6b48fbd1e95288cbad55e19bfc459d1c295a7cd3aa3cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + title = "Cisco Meraki MR33"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "ca289d836898e35798d7f52a5229124d64424bfc5d65eac39d73bb3da6e3c540"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "abe2c43fc30de3b63ab3e7ac0e586bbe78038c689aae6d7e11b8dab1902ef203"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + title = "Netgear EX6100v2"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "597d356084077094477c27f00836307522cfddab03a445d077a34494c0e458af"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "f0dd3306ce1c7b25b8ddd6cbd191980cb41ba24744567c46b94d0f20ebcce7dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + title = "Netgear EX6150v2"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "f605202d41fdfaac609a930008058d684f725cd25716c4534d86c9d12ebba85c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "59302a998eeab2677a9c3a4bb8d5659f15fa22ffdd623d783175ed34e57fcf64"; + type = "factory"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + title = "OpenMesh A42"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "38f8d3ff3accead87ad06b45acac9826124fefd4ebff0770d01980a67a01aa72"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "cc6a4a91decc931384e5b3de6751560e45e334f26bba750b626fc72ef1220016"; + type = "factory"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + title = "OpenMesh A62"; + } + ]; + }; + "qcom_ap-dk01.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-qcom_ap-dk01.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-qcom_ap-dk01.1-c1-squashfs-sysupgrade.bin"; + sha256 = "c3270bdd9f759040a4959d4b0bfebcfc59091d90910b85bde14e8f83bd1d6920"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk01.1-c1" + ]; + titles = [ + { + title = "QCA AP-DK01.1-C1"; + } + ]; + }; + "qcom_ap-dk04.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-qcom_ap-dk04.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-factory.ubi"; + sha256 = "72d62aaddd1e31b1d62adcf9bcfec0ccae8017eda8668a3573b4aa1739ae7bf9"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-sysupgrade.bin"; + sha256 = "6003d6ccbae64cdbd4b5d39e182fb0ad7f9954f40b139170cca7a103afa87008"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk04.1-c1" + ]; + titles = [ + { + title = "QCA AP-DK04.1-C1"; + } + ]; + }; + qxwlan_e2600ac-c1 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-qxwlan_e2600ac-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"; + sha256 = "ee89bf7c579e2ad930aa50d31f54a686b18c1f6b7b0c83320c84f186bc7569eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c1" + ]; + titles = [ + { + title = "Qxwlan E2600AC-C1 (nor flash)"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "3760ba5080ef918a25dfce22035c573c285517a87665584acb50af455d3db67d"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "05d33a009ac297956a0376adba0dcc6f8fc62c4bde65bc4a961b9667c11cc565"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + title = "Qxwlan E2600AC-C2 (nornand flash)"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "uboot-envtools" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "f8a71bc3ac370664a878b169aaf12f882e2928a88b63097d7abc33a63bbc40e9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "87337f6bbd2e4e5b36de95ad0b9c7e23abf53b7f1d840dc80948afb788464f32"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + title = "ZyXEL NBG6617"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-19.07.7-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "63b058951e6972a59fc3b32f54a4b3b8aa611fe4f95514ed817f2dd267d87b59"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + title = "ZyXEL WRE6606"; + } + ]; + }; + }; + target = "ipq40xx/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-usb-dwc3-of-simple" + "kmod-usb-phy-qcom-dwc3" + "kmod-ath10k-ct" + "wpad-basic" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-usb-dwc3-of-simple" + "kmod-usb-phy-qcom-dwc3" + "kmod-ath10k-ct" + "wpad-basic" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.7-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "673af2055013c9f9ad215e642d80e21fc5aaff16d453c74572753375ac9ee0ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + title = "Buffalo WXR-2533DHP"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.7-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "c4459286879607e6ceab50746a0b23e6b9684f8e1ab8b6058e24e8f44c054626"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "6ffcb177509aff1d403584e31baa38ec28a32bf30e5400c82328f00f3a2bcddc"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + title = "Compex WPQ864"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.7-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "872358f466bcc84205a6a07bad7d64888c0cfb03a6e2c7f46c7e63b4a1e05984"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "b0cb16c50084d6e91386444f3bbf2099cf3e95736e562eda56c47a23ae3e38bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + title = "Linksys EA8500"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.7-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "72a43a456761f302e19c1fdc752da7cff867525e0ebfbe2177124fc814fa7208"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + title = "NEC Aterm WG2600HP"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.7-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "ee6ad1a64d125b7a7d65c9fdfa989ba2b8d0df71670741247a92f72516fc0c15"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "fa6c8bd38a81a700ff5a07aae31d432de47424360d86308adcad4cba418041c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 D7800"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "b60fc71a091561bdd85ea16e38aaf2e7c6f4fdcb3d18eb02890466d267d685a1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "415d3e222126d052f11d1f0121af5d016273216d30d66be76c07c78692ed824c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 R7500"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.7-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "1d2553e8e7d64ede4741b8bc2add78bbdf9910b69f7c9054de3a7d618bf3e713"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "22b6c85b783c5655dcb69ad724089a3df8ba3b1ee8c09a34543df559ff28a88d"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 R7500v2"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-19.07.7-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "6f291328b6a85679cf92d319e37d715f0ff2194304bf2d5a1778918193198527"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "325ef2b2d69fca5aed262cef40b17f460cd27667659f5bcfe864bb86e582b218"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + title = "Netgear Nighthawk X4S R7800"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.7-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "ceeed85bebf654e3ac457d453ead85c7b4cb9530f460994c1c28d27f1854d3f3"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "a6e8f8cab9179eec2618f8eb484c3a7244385691f6394e5200482c37ed2f0059"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + title = "Qualcomm AP148"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.7-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "f8a620e7173550652e39f303621f899937df53102df128b425e6ee0fbd3c8e08"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "5cb22ddfde86c7dd43a8ef874dc21db2820b4b0299219a6eb7651a18e0bdafa4"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + title = "Qualcomm AP148 (legacy)"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.7-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "b465f88ec313e2438c334ef17b20ee411cb0fcac57445531450c530942bb27d0"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "5f153556cc97eb73d35f66f8aabb281d6d5893b7158cc66d3cf6783dfa17d07b"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + title = "Qualcomm AP161"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.7-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "dc715e50d992f9d1e418fff7c7e9dd3707c9dc52730dca50cd3b4c49af15bc26"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "bff76126b02fbe3cac366dc5aa338fdcf0edcd162f0fc20992ed9257d318602f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + title = "TP-Link Archer C2600"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.7-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "03903a4f9abaccd29950e31d1e40586a8d28d55ada6fb85f5ae43433e0bad627"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + title = "TP-Link Archer VR2600v"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-19.07.7-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "7ddf49218432a67f34342c5fd397ba6994b470badf814e5fef8e5e83254e6891"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "b20842faa14ce72452c2134c8668932f898ce9eada5ff32311eb08d426770888"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + title = "ZyXEL NBG6817"; + } + ]; + }; + }; + target = "ipq806x/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + cisco_on100 = { + device_packages = [ + "kmod-i2c-mv64xxx" + ]; + image_prefix = "openwrt-19.07.7-kirkwood-cisco_on100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "0efda79c26e536aef2f31f8af7d8bdac7a4f4921e1c47d87d6b0681c33bf2587"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "c6f792858f2a944b6de0760bdb5974037e848c6ab12735f6977e1334ea225b0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cisco,on100" + ]; + titles = [ + { + title = "Cisco Systems ON100"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "b5e1e3ecadec50cb251d9b3939719eec58c42d12965e584468d84be91e992fa3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "23226d31cd63938e28eda852eaefa888741a0c81f1c769c6ca0da558ceffc4c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + title = "Cloud Engines Pogoplug E02"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.7-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "d45e9ee5633fbd1c782e3a4ef256ee639b4693969d2ce28ec8c51212bab13f4e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "c7fe949741641ac983719b09de7dbe2939bef62322cface7aedb9aab3abd8bb4"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + title = "Cloud Engines Pogoplug V4"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "2c5c4a56d45e037076e27605cc5610227c33535d80528adefd2e05c874d4d0c9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "a44d46a792bafe90b189a10cdf65b4a49a0be4ab4319341fcfc66aa83ed957bb"; + type = "factory"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + title = "Iomega Iconnect"; + } + ]; + }; + iom_ix2_200 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-i2c-mv64xxx" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-19.07.7-kirkwood-iom_ix2_200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-iom_ix2_200-squashfs-factory.bin"; + sha256 = "a38bf89896c33bedf46aabc94ef59e4516301100e92e2bd86e16f9dad8fb4c98"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-iom_ix2_200-squashfs-sysupgrade.bin"; + sha256 = "eb94adef69e6d87a9e142266297dcbd142b704c05ab2f0ae611eb3069048cd8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,ix2,200" + ]; + titles = [ + { + title = "Iomega StorCenter ix2-200"; + } + ]; + }; + linksys_audi = { + device_packages = [ + "kmod-mwl8k" + "swconfig" + "wpad-basic" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-kirkwood-linksys_audi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-linksys_audi-squashfs-factory.bin"; + sha256 = "a359332a6a92a3497809ec1165188170fe096c369ffc558f415f4eecdf78e692"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-linksys_audi-squashfs-sysupgrade.bin"; + sha256 = "912244e915052b33171e82ad5efb2d96b7e5caf8db2e7ebb3be78d0b37255743"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + title = "Linksys EA3500 (Audi)"; + } + ]; + }; + linksys_viper = { + device_packages = [ + "kmod-mwl8k" + "swconfig" + "wpad-basic" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-kirkwood-linksys_viper"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-linksys_viper-squashfs-factory.bin"; + sha256 = "71eacfaebf71bd6973dba0e57caf383a09cb87e6b3edc65a980694aeb1d38b86"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-linksys_viper-squashfs-sysupgrade.bin"; + sha256 = "a4c14110ed5f264c43f546199b9465f7bc8dc9c4f62a76b34cbb658eab1f7151"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + title = "Linksys E4200v2 / EA4500 (Viper)"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "fde9317ced086f8a2a6d795268af5ab11d9e526fdf87f31495fd7cdafe6796cd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "a4fef7d3d2262838f62ce16e4da8d5eff662aefab00f66683e36ac66c828db13"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + title = "RaidSonic ICY BOX IB-NAS62x0"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "289e8ddc3f340039bc421815f901b04c1d47ba8aefb2e1a334a2ae2fc5fa7c68"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "bf899997568c8203151e1d642b1997e03b7aadf2f44b2d2dfa98e1eab571ec45"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + title = "Seagate FreeAgent Dockstar"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "5b96c6514d5032d7372c8153c22b0babf93b99df35575bb303ed382d6e0833a2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "a080a11573575fdcffc7a5af7f9042c7a9140eaa37f9561dd6e908171fb9d801"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + title = "Seagate GoFlexHome"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "bd977c11c51b19132500802d9a24bc928acff7ba4fdff53d84c3484926a7c25b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "576aa1795697e08f001cf0738894a41c69f5ad328b8dad88450e16b024a8ff8f"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + title = "Seagate GoFlexNet"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-r8169" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-19.07.7-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "3a37197a11605da6c410d06a5149f62343e213803982904f5e8802a073be5788"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "dea56f81f021825a4f13f794689ef7bf7bb184edfde2c06464c89e4d022624a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + ]; + titles = [ + { + title = "ZyXEL NSA310b"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.7-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "0c633323b8bc57f9ef6bc3c31f97b2894173ab00e7228b3cbd8d52c4c607e85f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "3f7c9cb5445630d0875235cd8cfaa2bf4e40415631772a6994645ac6f058246f"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + ]; + titles = [ + { + title = "ZyXEL NSA325 (v1 and v2)"; + } + ]; + }; + }; + target = "kirkwood/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + lantiq = { + ase = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + allnet_all0333cj = { + device_packages = [ + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + ]; + image_prefix = "openwrt-19.07.7-lantiq-ase-allnet_all0333cj"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-ase-allnet_all0333cj-squashfs-sysupgrade.bin"; + sha256 = "6fcffc90bd234d5579b08c2cf3e6a2972074eeeda9b7fa1ba0f5cdd52aa1032d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all0333cj" + ]; + titles = [ + { + title = "Allnet ALL0333CJ"; + } + ]; + }; + netgear_dgn1000b = { + device_packages = [ + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + ]; + image_prefix = "openwrt-19.07.7-lantiq-ase-netgear_dgn1000b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-ase-netgear_dgn1000b-squashfs-sysupgrade.bin"; + sha256 = "5261fa2d05a1172914e38e7c18deff2b793708853b6eeda2c22f4147040e46ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn1000b" + "DGN1000B" + ]; + titles = [ + { + title = "Netgear DGN1000B"; + } + ]; + }; + }; + target = "lantiq/ase"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + falcon = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-heartbeat" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + lantiq_easy88388 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-lantiq-falcon-lantiq_easy88388"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-falcon-lantiq_easy88388-squashfs-sysupgrade.bin"; + sha256 = "43f1ae44ea7efe389e9061487dc9ae34dd6c9641ea5bd560d68bc5cbeab54c34"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy88388" + ]; + titles = [ + { + title = "EASY88388 - Lantiq Falcon FTTDP8 Reference Board"; + } + ]; + }; + lantiq_easy88444 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-lantiq-falcon-lantiq_easy88444"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-falcon-lantiq_easy88444-squashfs-sysupgrade.bin"; + sha256 = "13b9c6a1ad2b7d622954614bb33c830e24e647335d56334514c51eeed59e8f7d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy88444" + ]; + titles = [ + { + title = "EASY88444 - Lantiq Falcon FTTdp G.FAST Reference Board"; + } + ]; + }; + lantiq_easy98000-nand = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.7-lantiq-falcon-lantiq_easy98000-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-falcon-lantiq_easy98000-nand-squashfs-sysupgrade.bin"; + sha256 = "91e7a0807c2fa607303e5ae8a036aa7c0d16b184ea3ed61516cee721cc9cda77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-nand" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board NAND"; + } + ]; + }; + lantiq_easy98000-nor = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.7-lantiq-falcon-lantiq_easy98000-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-falcon-lantiq_easy98000-nor-squashfs-sysupgrade.bin"; + sha256 = "bd44433e32b99c1d4a3aab46a560942c7df03fab37ffe3d024201877112daa69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-nor" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board NOR"; + } + ]; + }; + lantiq_easy98000-sflash = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.7-lantiq-falcon-lantiq_easy98000-sflash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-falcon-lantiq_easy98000-sflash-squashfs-sysupgrade.bin"; + sha256 = "4938137014df79992fea9e249f63226455059b9c8572d18c87edba313ee41b34"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-sflash" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board SFLASH"; + } + ]; + }; + lantiq_easy98020 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-lantiq-falcon-lantiq_easy98020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-falcon-lantiq_easy98020-squashfs-sysupgrade.bin"; + sha256 = "79ec7064e504b26868a9441d918f032215309d9fe91a6ba50214cb4ac3c29fb2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98020" + ]; + titles = [ + { + title = "EASY98020 - Lantiq Falcon SFU Reference Board"; + } + ]; + }; + lantiq_easy98020-v18 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-lantiq-falcon-lantiq_easy98020-v18"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-falcon-lantiq_easy98020-v18-squashfs-sysupgrade.bin"; + sha256 = "135eafa4ed06fec2991b5e3d90d2a182c19eb56dbdbe63d7864415b6407c165b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98020-v18" + ]; + titles = [ + { + title = "EASY98020V18 - Lantiq Falcon SFU Reference Board V1.8"; + } + ]; + }; + lantiq_easy98021 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-lantiq-falcon-lantiq_easy98021"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-falcon-lantiq_easy98021-squashfs-sysupgrade.bin"; + sha256 = "e0645c28049f755d87d55300427f3033e90f89416498b5e64ee095babea46e97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98021" + ]; + titles = [ + { + title = "EASY98021 - Lantiq Falcon HGU Reference Board"; + } + ]; + }; + lantiq_easy98035synce = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-lantiq-falcon-lantiq_easy98035synce"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-falcon-lantiq_easy98035synce-squashfs-sysupgrade.bin"; + sha256 = "30a0565e3f33b4e0fdc64617a77db7b4a0476e11de23be46d05ea8cbb3a53e21"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98035synce" + ]; + titles = [ + { + title = "EASY98035SYNCE - Lantiq Falcon SFP Stick with Synchronous Ethernet"; + } + ]; + }; + lantiq_easy98035synce1588 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-lantiq-falcon-lantiq_easy98035synce1588"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-falcon-lantiq_easy98035synce1588-squashfs-sysupgrade.bin"; + sha256 = "3079c4f87a264aa9bce5046ead26efb18ab85da62516a31884704e48ebb09f33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98035synce1588" + ]; + titles = [ + { + title = "EASY98035SYNCE1588 - Lantiq Falcon SFP Stick with SyncE and IEEE1588"; + } + ]; + }; + lantiq_falcon-mdu = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-lantiq-falcon-lantiq_falcon-mdu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-falcon-lantiq_falcon-mdu-squashfs-sysupgrade.bin"; + sha256 = "52d68c3e24c1cad73a43dec37bec5410bcc5e963186e1ccfff86845afa76d989"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,falcon-mdu" + ]; + titles = [ + { + title = "MDU - Lantiq Falcon / VINAXdp MDU Board"; + } + ]; + }; + lantiq_falcon-sfp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-lantiq-falcon-lantiq_falcon-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-falcon-lantiq_falcon-sfp-squashfs-sysupgrade.bin"; + sha256 = "db7a3ca347043bcdbf76ffde99e49ce98e3e0bd1dc140b973cac976425ddc737"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,falcon-sfp" + ]; + titles = [ + { + title = "SFP - Lantiq Falcon SFP Stick"; + } + ]; + }; + }; + target = "lantiq/falcon"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "ltq-vdsl-vr9-vectoring-fw-installer" + "kmod-ltq-vdsl-vr9-mei" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-atm-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-deu-vr9" + "ltq-vdsl-app" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "ppp-mod-pppoa" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "943ea7111fd0a1a77dd4d16fae00eac4b9e4ef2ba58060e14458a9ac178ced0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + title = "BT OpenReach - ECI VDSL Modem V-2FUb/I"; + } + ]; + }; + arcadyan_arv7519rw22 = { + device_packages = [ + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-arcadyan_arv7519rw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-arcadyan_arv7519rw22-squashfs-sysupgrade.bin"; + sha256 = "945e36637b81379cdcff4ef829af8fd555173b7cab027e2a97bf196f5b3d6cce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519rw22" + "ARV7519RW22" + ]; + titles = [ + { + title = "Livebox Astoria ARV7519RW22"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "a31079834b10ee7c4eeb98b9e14c7ffccc4fcf9d534e6012252d9cf2d5ca3635"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + title = "BT OpenReach - ECI VDSL Modem V-2FUb/R"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"; + sha256 = "3b21dbb12471be8df97ca6eebd341e419d5917748697946bba4188bd70f7e7cd"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + title = "o2 Box 6431 / Arcadyan VGV7510KW22 (BRN)"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "98d7f63af893441db91e1a69f188859e3c7057846f8875c8c8786471bd075f25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + title = "o2 Box 6431 / Arcadyan VGV7510KW22 (NOR)"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"; + sha256 = "d2c45f458451ad72330bd5fc2c05fed912753a479564e24a31f458eec5dd74db"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + title = "Experiabox 8 VGV7519 (BRN)"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "d3c17c1e8cb7e0454d8c914f32e30b6cd8d05fbd18e2f231ae7283e6d248666c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + title = "Experiabox 8 VGV7519"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "cc79df99be39ba4ff675aaf8f60e8cedb4eef4373ec2fc5b3e803bc5cfe15652"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "91777e45789c8e393238bce97a837fde27d5160c4097533f62d2aaef12692f5e"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "8d49f29f8d626c120d80efa04827ecadbd1515de90fe556efc5516dc3372ecd2"; + type = "eva-filesystem"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + title = "AVM FRITZ!Box 3370 Rev. 2 (Hynix NAND)"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "9c5b6ea11436a7b8e3148140d67fb45cb277405109b6071fb641940943cfe466"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "218b3b6c170689a9c235d30b204e6d139c7cfbbd567d38cc42e42b815d2a3459"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "654f74cbda4f7e7dfd27f90ff9d239603c422f4f6891d6c7b4c00e5dd3085043"; + type = "eva-filesystem"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + title = "AVM FRITZ!Box 3370 Rev. 2 (Micron NAND)"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "99dd0eb9142a7d156619743df31eafb3ab1ea7319eacc8a27460c7efad740b58"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7360 SL"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "b6204eb0cd3e11e48a3c61716c323ea0d87c3211e9a66c58651a52d541b00661"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7362 SL"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "86c68816e1f7a3fbbcc4e708d75ae07354ebd07ea4522be299d61c82f95a9c7a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7412"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "25907db5110acc47b04d1e69637d000d2356f322e20c78e9a17049c99ba5d5ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + title = "BT Home Hub 5A"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "27af83fe32288b311bf2696d769cd85b1152a6171681a477378ffeb43da339ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + title = "Buffalo WBMR-300HPD"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "9179050399203c2a0f4d94c2d8057ce8cd6029bc27ac6f699c543f3f68e43973"; + type = "fullimage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "7349d62d2c6149fc473f082b0006f062fdf7e6c0b51b3900d39736f3c14e3eb8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + title = "Lantiq VR9 - EASY80920NAND"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "ea6a92e5b7c4018c958b4b0115dc9a7a2f3e04188072e1b1766921568e3d49d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + title = "Lantiq VR9 - EASY80920NOR"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "65283ed838ea1ede370bbce56bf360010c637e36b6ce2e83812e00322fed99af"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "78610ddbb1b60439773bff620937795063c84e809d29e61f7bc731fae958aeea"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + title = "Netgear DM200"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "59efc3ce50205b697eb85d7d7a604878d82e3c36fbea2bc61dbec3a3119ec4d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + title = "TP-LINK TD-W8970"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "2fa6cae0da92462150400cb0f07c52db34a26603252a701f94451cd1415887e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + title = "TP-LINK TD-W8980"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "9b320b1892ad821d5774a643200c414f789a599e811405ea81104d084b950793"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + title = "TP-LINK Archer VR200"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "c8465c940c072cd54fd679e1b206ddeb3a49202eeac1184fcabb241ee2cb8472"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + title = "TP-LINK Archer VR200v"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "987c65a276d7775ac5bf6454828c28092c7b5406399deec2c6a3dc6ac89168ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + title = "ZyXEL P-2812HNU-F1"; + } + ]; + }; + zyxel_p-2812hnu-f3 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xrx200-zyxel_p-2812hnu-f3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xrx200-zyxel_p-2812hnu-f3-squashfs-sysupgrade.bin"; + sha256 = "b381dd5fec98446c34bd91c6ddf5823c3b97e2e712242824db165b1e35de08d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f3" + "P2812HNUF3" + ]; + titles = [ + { + title = "ZyXEL P-2812HNU-F3"; + } + ]; + }; + }; + target = "lantiq/xrx200"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "4248a4bae24a3ec4e613fadcac7c080a72ceacecf62b98f4320836efee7c2c37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + title = "Wippies, Elisa - ARV4510PW"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "7479e8930e140b856faca96ad6e2f774cdf70f488500a149caafc59d30a77836"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + title = "Alice/O2 IAD 4421 - ARV7506PW11"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "b8b314a08f9b65852f9cf58e6e86acf615145a90184ea615fa0aaa7120f43d1a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + title = "Astoria - ARV7510PW22"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "55d0af8cd8bdb88e606447390ed648fb06b67042990166451a0a341ed74a752f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + title = "Astoria - ARV7518PW"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "5566f21bc0b6a5d4cc2510c19a7d229bae6bd63fd50d28b2c700aaa9b05dc818"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + title = "Astoria - ARV7519PW"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "becd26e06c877b34c0feb61f7a5e661005d42fdc02ee5b38c6c2c0b520f020c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + title = "Easybox 802 - ARV752DPW"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "8517564ee267eb182c054a51bda2288eaafb8b8613b38841c19f842f938bfd6f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + title = "Easybox 803 - ARV752DPW22"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "ee9ff254a8977b6ef940830b21707bbc4f6d8867e024a13801d81dd06ece6c02"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + title = "Speedport W504V Typ A - ARV8539PW22"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "295153960b4093c8cf7c4d71047bb6fb6e6e92b7d91054c3ed3ac082b956c813"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + title = "AudioCodes MediaPack MP-252"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "7f982c6d2c362566cf7f1956fb3e3d01f27917800815a34c65aaf799fa10827d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7312"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "85c58e95f812506667e60617579cee35446c08ce3bd9c770ee98732edd379d29"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7320"; + } + ]; + }; + bt_homehub-v2b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-deu-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-bt_homehub-v2b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-bt_homehub-v2b-squashfs-sysupgrade.bin"; + sha256 = "e90fa15bd9de40f381cad0bbb29558ecefbd87ab15110d301c8f3f7a62ab3944"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v2b" + "BTHOMEHUBV2B" + ]; + titles = [ + { + title = "BT Home Hub 2B"; + } + ]; + }; + bt_homehub-v3a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-bt_homehub-v3a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-bt_homehub-v3a-squashfs-sysupgrade.bin"; + sha256 = "ad59758d19ca9d084cc5053a8911d45e6c9fa895ac5168d7b54680b75eae043e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v3a" + "BTHOMEHUBV3A" + ]; + titles = [ + { + title = "BT Home Hub 3A"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "cdbc2b02ca0d31a0ea40ffa148ca10dcc4aee43e75d8ef725697f1c74eba02e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + title = "Buffalo WBMR-HP-G300H (A) - WBMR"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "217e97d493cebb2fba20ab1550ba61bbb800875137876c7ab1139bd3f00044b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + title = "Buffalo WBMR-HP-G300H (B) - WBMR"; + } + ]; + }; + lantiq_easy50712 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-lantiq_easy50712"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-lantiq_easy50712-squashfs-sysupgrade.bin"; + sha256 = "2f12db390c236991c80d1afea9fa2da8b296882c76ec688467efb969b48c0af6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy50712" + ]; + titles = [ + { + title = "Lantiq Danube - EASY50712"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "64ee9f9b7a3eb299a18f1a9e3f0187ffafd5d6ba3f3043588c92500536c3bf60"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "fd8b18c71b082fb33cd220ee54854446945adb9f3520e60c679ba9439b1b7617"; + type = "sysupgrade-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "87ac896d90d036373d6a1c5c58f40a21293ade8ae046344fc1a42597056f2a26"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "443e3299c5390ed498a16455fe79c68fbe0a0c66e4ad27ccba6e3c602347ab47"; + type = "factory-na"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + title = "Netgear DGN3500"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "4c82e643f2b76b1ab73c2d0d8d0fd87c021950334114df8042a46ece2b27bcca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "6607570df1694bd09c597b04ae9d3d08a08f9fa44681474a009c95bc6dcb787b"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + title = "Netgear DGN3500B"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "0662744bda8312e51e56264efe7886f1232992a6b981c627994c763ec214158d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + title = "Gigaset sx76x"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "7f3ea8a04f9730c86f8f37c5608e82999381bc6a6b8c550291f2926b4b16d0e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + title = "ZTE H201L - H201L"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "2e07258dc9ff3b5ed1e434486fbe266654d338317eb2f081dbbed19999ed4e70"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + title = "ZyXEL P-2601HN-Fx"; + } + ]; + }; + }; + target = "lantiq/xway"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + ]; + metadata_version = 1; + profiles = { + ls1021atwr = { + device_packages = [ + "layerscape-rcw-ls1021atwr" + ]; + image_prefix = "openwrt-19.07.7-layerscape-armv7-ls1021atwr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-layerscape-armv7-ls1021atwr-squashfs-firmware.bin"; + sha256 = "71157c082a01bd47552c13ec99d2a774346e3eb8a2fde90a8f74d0b144ba7689"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1021ATWR"; + } + ]; + }; + }; + target = "layerscape/armv7"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + ]; + metadata_version = 1; + profiles = { + ls1012ardb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012ardb" + "kmod-ppfe" + ]; + image_prefix = "openwrt-19.07.7-layerscape-armv8_64b-ls1012ardb"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-layerscape-armv8_64b-ls1012ardb-ubifs-firmware.bin"; + sha256 = "02d6f7f5ac85c892577808c19f1287447fb3516039b98666c4984ac48ee2bd5b"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1012ARDB"; + } + ]; + }; + ls1043ardb = { + device_packages = [ + "layerscape-fman-ls1043ardb" + "tfa-ls1043ardb" + "fmc" + "fmc-eth-config" + ]; + image_prefix = "openwrt-19.07.7-layerscape-armv8_64b-ls1043ardb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-layerscape-armv8_64b-ls1043ardb-squashfs-firmware.bin"; + sha256 = "92bd2bae931c517f3a6534452ca6474c3289e2bc702464226b654a44cb5000a9"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1043ARDB"; + } + ]; + }; + ls1046ardb = { + device_packages = [ + "layerscape-fman-ls1046ardb" + "tfa-ls1046ardb" + "fmc" + "fmc-eth-config" + ]; + image_prefix = "openwrt-19.07.7-layerscape-armv8_64b-ls1046ardb"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-layerscape-armv8_64b-ls1046ardb-ubifs-firmware.bin"; + sha256 = "8355c73029082874ab4c2277fa865d5d1e620893a6530aafabcf0e388cb0b5a0"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1046ARDB"; + } + ]; + }; + ls1088ardb = { + device_packages = [ + "layerscape-mc-ls1088ardb" + "layerscape-dpl-ls1088ardb" + "tfa-ls1088ardb" + "restool" + ]; + image_prefix = "openwrt-19.07.7-layerscape-armv8_64b-ls1088ardb"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-layerscape-armv8_64b-ls1088ardb-ubifs-firmware.bin"; + sha256 = "45b6946761fe955e79fe9622f6ed5a691165070c81650cc2ca2e3d15c59fa271"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1088ARDB"; + } + ]; + }; + ls2088ardb = { + device_packages = [ + "layerscape-mc-ls2088ardb" + "layerscape-dpl-ls2088ardb" + "tfa-ls2088ardb" + "restool" + ]; + image_prefix = "openwrt-19.07.7-layerscape-armv8_64b-ls2088ardb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-layerscape-armv8_64b-ls2088ardb-squashfs-firmware.bin"; + sha256 = "dcb5f7bf0956f9a5c132d6923314ecb04492358d568e3948886c0e545042ff4c"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS2088ARDB"; + } + ]; + }; + traverse-ls1043 = { + device_packages = [ + "layerscape-fman-ls1043ardb" + "uboot-envtools" + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-19.07.7-layerscape-armv8_64b-traverse-ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-layerscape-armv8_64b-traverse-ls1043-ubifs-root"; + sha256 = "077f26b893ebdb1d6742678f09ad43c744e94e524ea8f41c54fddf4bcc9ab8af"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-layerscape-armv8_64b-traverse-ls1043-ubifs-sysupgrade.bin"; + sha256 = "7b2ad150a067173c76650f2ea91619fe0144eac89a01764e8b13a70fdaef3aaf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Traverse LS1043 Boards"; + } + ]; + }; + }; + target = "layerscape/armv8_64b"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + ]; + metadata_version = 1; + profiles = { + MTK-RFB1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-core" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-19.07.7-mediatek-mt7622-MTK-RFB1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mediatek-mt7622-MTK-RFB1-squashfs-sysupgrade.bin"; + sha256 = "12063b1c6838b2a0b2b727cbec917c12deed0ee55a4a9b9c1a6268eca0a69973"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7622" + ]; + titles = [ + { + title = "MTK7622 rfb1 AP "; + } + ]; + }; + }; + target = "mediatek/mt7622"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + ]; + metadata_version = 1; + profiles = { + "7623a-unielec-u7623-02-emmc-512m" = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + ]; + image_prefix = "openwrt-19.07.7-mediatek-mt7623-7623a-unielec-u7623-02-emmc-512m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mediatek-mt7623-7623a-unielec-u7623-02-emmc-512m-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "1d3ccda3e40333305dfd433ed616c708641ae62d0ef125a13a9edd1fbba8cdd0"; + type = "sysupgrade-emmc"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + title = "MTK7623a UniElec U7623-02 (eMMC/512MB RAM)"; + } + ]; + }; + "7623n-bananapi-bpi-r2" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mediatek-mt7623-7623n-bananapi-bpi-r2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mediatek-mt7623-7623n-bananapi-bpi-r2-squashfs-sysupgrade.bin"; + sha256 = "dedb96c3610edf96923ced774923013089866658ba558be45c3ddbf5a57e032f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MTK7623n BananaPi R2"; + } + ]; + }; + }; + target = "mediatek/mt7623"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + mpc85xx = { + generic = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mpc85xx-generic-red-15w-rev1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mpc85xx-generic-red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "6ccf81b21f1217e659af4a716019fa35089b3d5fc5b1a597abda8118ea274eff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + title = "Sophos RED 15w Rev.1"; + } + ]; + }; + tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mpc85xx-generic-tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mpc85xx-generic-tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "ce5c22dc28bba3b5a3b248db6783bd4bcf3443c6d5cad0645a8fec9591724595"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mpc85xx-generic-tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "e0cc3e5963e52f2ba3d427c2572f9f073e1791ad4a2d511fcb4d3d01c746ea57"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wdr4900-v1" + "tplink,tl-wdr4900-v1" + ]; + titles = [ + { + title = "TP-Link TL-WDR4900"; + } + ]; + }; + }; + target = "mpc85xx/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.7-mpc85xx-p1020-hiveap-330"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mpc85xx-p1020-hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "9f1522d0aa604aef3a71bfc173920ad119afc7d86095df67dc3eb9880a73c7ca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mpc85xx-p1020-hiveap-330-squashfs-fdt.bin"; + sha256 = "0e8feff31209f6972495f02f4bf47b65ca18d5577687747893c64c344757f245"; + type = "fdt"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + title = "Aerohive HiveAP-330"; + } + ]; + }; + panda = { + device_packages = [ + "kmod-rtc-ds1307" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-mpc85xx-p1020-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mpc85xx-p1020-panda-squashfs-sysupgrade.bin"; + sha256 = "697f223c6f0599fc6c4e305207e93f284d8f32fda76268898a63b2d1edd6327f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mpc85xx-p1020-panda-squashfs-fdt.bin"; + sha256 = "3c72f0a66bd9cce126c50aca0ce3981882487dc9ab9ba59653631ebe23c0ded8"; + type = "fdt"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + title = "OCEDO Panda"; + } + ]; + }; + ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mpc85xx-p1020-ws-ap3710i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mpc85xx-p1020-ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "7ab0b17b17bf8356bc28fc84dbde0c91eebba86e9fc1308ce03e68f7d83552c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + title = "Enterasys WS-AP3710i"; + } + ]; + }; + }; + target = "mpc85xx/p1020"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + p2020rdb = { + device_packages = [ + "kmod-hwmon-core" + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.7-mpc85xx-p2020-p2020rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mpc85xx-p2020-p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "165257a2a3c1da89ff5a9a1480d59098f9d5f57f2534a618285d3a434d00170d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + title = "Freescale P2020RDB"; + } + ]; + }; + }; + target = "mpc85xx/p2020"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "e2fsprogs" + "ethtool" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "f90e6d913159a9ae1d01d8d00f854a91e00073be6753c20afafa58f72781d49e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "e289b9676fa5b562c8a69ecc3e62bbd229f84973f93b8c98e694910d36a032a9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + title = "ESPRESSObin (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "50b75a6ad0b57e832e4d99ceb023cb2c1da5b7492f871ab1cc862a258d1f3b37"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "2809208f6b109b0a30ad4506429d21f72da763d8f5a9668c6dece6732c2d41eb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + title = "ESPRESSObin eMMC (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "39bdf7ae374153ec4037fef9bce75ca941b063bd0ad07a828d2a52dd6a29976b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "5fe2bbe845b393932827e93be70bcbaaec59db5c2033dc8e9e5ea09d6cbcda8c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + title = "ESPRESSObin V7 (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "dec178b07d1f23c59e4eb8e5600d430f3ca0659cec246f608ff34b7a34a67790"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "95d57d732aa42b6217cd8464ae03238dd238a54c196d27fdd05e5d153a24adfe"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + title = "ESPRESSObin V7 eMMC (Marvell Armada 3700 Community Board)"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "275bbe1f00ff0769a1e25b8b33c1f0152c7048c11996160d9eb3ee025c965d71"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "d2a8f34ede48835df486b18301b0d9cada138de68bb69bb8a9940a9c1372906f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + title = "Marvell Armada 3720 Development Board DB-88F3720-DDR3"; + } + ]; + }; + }; + target = "mvebu/cortexa53"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "e2fsprogs" + "ethtool" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "207f1e8b0e9efbd66e56cd2f74bf055fa9c4f7679649cf4d724d72364eaa1b51"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "0680c251d3a0fcde4cb5260dbd460f9dc8baa389f3165e2e0457e36dff22758a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + title = "Marvell Armada 7040 DB board"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "afa8312f567a8c6652a46a6ec5188150377483bafb54bd738021726050d68934"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "75522ee65756aa9190575df5f83dc8d58cd6f8f9b4b92140c6e6f77eb33cd775"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + title = "Marvell Armada 8040 DB board"; + } + ]; + }; + marvell_macchiatobin = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa72-marvell_macchiatobin"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-mvebu-cortexa72-marvell_macchiatobin-ext4-sdcard.img.gz"; + sha256 = "54f14fe279eb366409156dc05dad16af00f9327f664ea72aba37d4b4bf5485cf"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa72-marvell_macchiatobin-squashfs-sdcard.img.gz"; + sha256 = "ed8e78846008589a2a7ddce23e5647c0106898eb03b3cc0779a20c9fdd699ed7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin" + ]; + titles = [ + { + title = "MACCHIATObin (SolidRun Armada 8040 Community Board)"; + } + ]; + }; + }; + target = "mvebu/cortexa72"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "fbf1791695fa64e2374eec307d0bf7ca13445e3ce94b4bccdc45512d49b4e54b"; + type = "openwrt-19"; + } + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-19.07.7-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "56d77fc006e1a601962047d76960d2e554619b3f857384ed6c9cd839ce9ada63"; + type = "omnia-medkit-openwrt-19"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + title = "Turris Omnia"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "84e2d6606ab5a557d75b1108173983f1be27cb1372bb6a03c60325266f1ca049"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + title = "Globalscale Mirabox"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "4a2ec337b56f07f4567bffac007a25bedd95658620d7d593965a8d37038b9efe"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "931c6b61566adf6247a9d618970ac8fa0a158981f26ed4c6676540991b0e9a2e"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + title = "Linksys WRT1200AC (Caiman)"; + } + ]; + }; + linksys_wrt1900ac = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt1900ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt1900ac-squashfs-sysupgrade.bin"; + sha256 = "f4b170d32501697f7a42cfc78cb4c5bdc265af705653cad3151117b6c80dd2cf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt1900ac-squashfs-factory.img"; + sha256 = "a6f1623ae4cb64584931bac86c4db48035777be9a93ee29419a0c21b6ee160af"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + title = "Linksys WRT1900AC (Mamba)"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "82a98f365cfe3d4f4c1e16868d984c1aaa0b7bf709b7764da7b8eda11aa5bfc7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "909a28f459b8b1dbe52f310fff4c45105f1f05857ff3676185f9e02ac3128bd0"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + title = "Linksys WRT1900ACS (Shelby)"; + } + ]; + }; + linksys_wrt1900acv2 = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt1900acv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-factory.img"; + sha256 = "3cf78b1060c0bfa62a1a63d0377914fe9b183ba8b68b91b532df32c1a22275ef"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-sysupgrade.bin"; + sha256 = "f5fe665242230d4426e9a616d76b29a7cb2b5082030d783aea0c123bbcba04d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + title = "Linksys WRT1900ACv2 (Cobra)"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "4f9f39752b2fcf206599853dc0de2ecaae53e7a53d1cf969d8593244ecae0956"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "ef9c654f477564c46c98750b4db3d834123403d71609351e5864d2f0468df152"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + title = "Linksys WRT3200ACM (Rango)"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "fd59272b7bcc252e735b91d4717941e1099f0f95bd7f5f0891fefd0b233da2b3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "0b54d220f25d076d12c3df322f1237a9e23d9933aa8c29beff81c1841e228554"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + title = "Linksys WRT32X (Venom)"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "256c72fcd601da67891dc10865fe63f8b520a8dcd41d8cd59246a3cb314488d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + title = "Marvell Armada 370 DB (DB-88F6710-BP-DDR3)"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "e452672cc9daae9c5264cbce070310535d3d42b5c54b67dacffbed576f2219f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + title = "Marvell Armada 370 RD (RD-88F6710-A1)"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "8cddaaf1a8abd665619b9b51b649a1d2c55586df144a1ef4b3bef8e2f102b9e6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "fee442e75c6fc216c47b1ae894b2749a2280304cf6143fef745f7477fcf93b6f"; + type = "factory"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + title = "Marvell Armada 385 DB AP (DB-88F6820-AP)"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "d9cb8c330ed10b6a5305b5e0d8f60e6aec54e280bfa89b64323ecdb93e02b2f4"; + type = "firmware"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + title = "Marvell Armada 388 RD (RD-88F6820-AP)"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "dfc51591867a19d8e3f1569284d2222d159becb8be1cd379ea41c6671874cef6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + title = "Marvell Armada XP DB (DB-78460-BP)"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "dff37cde11cbbee90de5f701c3aae17a44dcba9d40594a5522c31ad780271e82"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + title = "Marvell Armada XP GP (DB-MV784MP-GP)"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "4fc2e4335f1efeac4ed6d41be2f7638f289cfe140267e0223b39392c210e11da"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "0ec3a15a65918443764fd78ac274cd8f06833e18e232511db6c7d55e8c0e8db6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + title = "Plat'Home OpenBlocks AX3"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "b98343601d9118f6705502dca12c4cc2a727b6494c491fbaa191a399b155cef1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + title = "SolidRun ClearFog Base"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + "swconfig" + ]; + image_prefix = "openwrt-19.07.7-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "349d13e3a72519b6d0daecab24b8c2301f71914f17b66b9c90af41cff64d8067"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + title = "SolidRun ClearFog Pro"; + } + ]; + }; + }; + target = "mvebu/cortexa9"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + er = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-octeon-er"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-octeon-er-squashfs-sysupgrade.tar"; + sha256 = "c535cc8dc0dd75cd013d9592000e4a54d283eef5ed767491a2978826ea91a1de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti EdgeRouter"; + } + ]; + }; + erlite = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-octeon-erlite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-octeon-erlite-squashfs-sysupgrade.tar"; + sha256 = "e517cc3a373a99f4a9ff21839bb17ad34501f80d07a35f1414588f1c29387b05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti EdgeRouter Lite"; + } + ]; + }; + }; + target = "octeon/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "5b236827758d97c14882e3d1dd51c249f9df9bea021cf49e5e47d1bd3cb255e8"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "87f9295af2be8d20dedf57d66e15d72f3c5d99a28132148df105e5814b2e9c87"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + title = "TI AM335x BeagleBone Black"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-omap-ti_am335x-evm"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "18c55eaa07c02b2b8d55910f7fb4b52cc55b05dc8782fb879411992796452372"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "19a7f8799bdb9e53e1b5de236e260cdfd7a76a78689009434e702f7f661177f4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + title = "TI AM335x EVM"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net" + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-19.07.7-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "1be14d272627474c1d2f1625cfa4dfeac8cd672931a1886f2c0e8cdeb4938571"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "de9b20319d38d9bdc10772bdfee7a79a686ecba5be11d3b4e256aeca41f6c9ae"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + title = "OMAP3 TI beagleboard"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-19.07.7-omap-ti_omap4-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "ab1030e4e2a100b854382e376194b79ba6a64266415e428bb994f0c9dd73fe8e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "89bd894ffd57c47776c095840a76c3231b1416593589c3c32477e989f4990f80"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + title = "OMAP4 TI pandaboard"; + } + ]; + }; + }; + target = "omap/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-ledtrig-timer" + "kmod-leds-gpio" + "uboot-envtools" + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-ledtrig-timer" + "kmod-leds-gpio" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-19.07.7-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "ca3f442f8ee00e69f637f50b96455893b5d6e231da6d43d9e63dd8fa1cd51b55"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "36bd7c351391cd46ec4427691170856090c8c8b84ec69d0d09f1aef22ab76213"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "3fa3c58c8a64c649fd7e09fd8e6a7ed3e12ad58fdb98dfd724c47645cb14952a"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "b22285d9c963f7b2fc6afade12fcaaf78a936bd6effd000631525ec7f281d9be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + title = "Akition myCloud (mini) / SilverStone DC01"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "58753afb02cd1248aaba3d974858c3138abfe0127f2df6366a3be0dbe1a73389"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "a993f17128241e817260cf77da629e3da8008f5f3c938ab94c05f06b3cd90c94"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "55da23ad0ac4e1bd9b99b21f6add8c430e1f3485ad698af8493e0b0b7307470b"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "0d40ae9366257bddd8547ae6d2807123d442592c0ce3090d833caf3b1f5a7389"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + title = "Cloud Engines PogoPlug Series V3 (without mPCIe)"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "5683564fda129fb01a9828e4fac84fd6242e946f5113fc1008e7a285f691aab0"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "170f78b3bf07fbdec72e01ae0e372837a7b008c8ca197ff75cfd2ad5e25f433b"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "2f27159f1ebc7267738d5a0e58f8868c812bf191ddab7e66cc0c13822d4b0c24"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "64f876d621bb32aee168f3756168b7394e5211a075f485e011a58ef300ba7996"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + title = "Cloud Engines PogoPlug Pro (with mPCIe)"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "a190759925272f2fb8265c19f73fe28ab278cbc3a88a9d21d171950c3349c56c"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "afabef0f0e0ced8e67d5fc64f32dc64be9ae24ff5dd1d595d40757e1ec21305d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "c9a08ae13afedd978404dd1417f20e4179f540195a20fdd959b3977fd87459c0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "4a46f18bc1b205168e846da2a2d3d9a13da26490c79a2b4de82ffdbf6802e0c1"; + type = "ubinized"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + title = "MitraStar STG-212"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-core" + "kmod-hwmon-gpiofan" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-19.07.7-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "d97597f7d0ae7cab3120bb4e909b26109f0b9376d2ffef4fe12a217ecc61320d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "ba409ffe226be051f752e7048990eeece2c49208621f83a7c968749cd022347c"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "5d68c24fc8c15b8234296e8fc3a6df1d532d67f0c59d960c8b6645968a7db29b"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.7-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "8737a684f043934c94456207eb76856bf8bd6c2dedbb29e5f21aa54efc447377"; + type = "ubinized"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + title = "Shuttle KD20"; + } + ]; + }; + }; + target = "oxnas/ox820"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + marduk = { + device_packages = [ + "kmod-tpm-i2c-infineon" + ]; + image_prefix = "openwrt-19.07.7-pistachio-marduk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-pistachio-marduk-squashfs-factory.ubi"; + sha256 = "814338dfe192b5d333e79d253b4cecd1b8dee2fa9f333769df098b52177b820b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-pistachio-marduk-squashfs-sysupgrade.tar"; + sha256 = "75f7998797e2e979d13fd1b8daa11cf821b6749eeb9a4724493084fa1c86d324"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Creator Ci40"; + } + ]; + }; + }; + target = "pistachio/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + ArcherC20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-ArcherC20i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-ArcherC20i-squashfs-factory.bin"; + sha256 = "268d19fbc4ca5de26c83e4e3d78c12495b264684a5c38395f7c1df934be18a53"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-ArcherC20i-squashfs-sysupgrade.bin"; + sha256 = "8a4c9daf5878ee6be226797bbdd6b104b8d097c458bd2ac28b95814cb56f0ee9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c20i" + ]; + titles = [ + { + title = "TP-Link ArcherC20i"; + } + ]; + }; + ArcherC50v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-ArcherC50v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-ArcherC50v1-squashfs-factory-us.bin"; + sha256 = "55c26470a89a7ff1f2a3be91ba606cf38e391b4ef069c7a02e8878ac99d9be8c"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-ArcherC50v1-squashfs-factory-eu.bin"; + sha256 = "280e61919ae752d186207eb1bcaab95f783953a84f88296adb2ed00b7da2358c"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-ArcherC50v1-squashfs-sysupgrade.bin"; + sha256 = "ec7d6cab7bb78ffc8a6d3257586cae2218980bdef0582ca9a3f649ee8a9b42cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c50" + ]; + titles = [ + { + title = "TP-Link ArcherC50v1"; + } + ]; + }; + ArcherMR200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-rndis" + "kmod-usb-serial" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-ArcherMR200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-ArcherMR200-squashfs-sysupgrade.bin"; + sha256 = "5f32b4da7f24b59c76452da9c5772aa6b24fe3be5f6f77cbe4547b55afe4a760"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mr200" + ]; + titles = [ + { + title = "TP-Link ArcherMR200"; + } + ]; + }; + ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-ai-br100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-ai-br100-squashfs-sysupgrade.bin"; + sha256 = "a7f2101137df9eed545489d9a5433e829a90120a7c2c2373a667dad9ff944b99"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ai-br100" + ]; + titles = [ + { + title = "Aigale Ai-BR100"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "f4179e38fcdff2efb4db61c1f3adbe6725c3cb510b5d49a5af6a014948ebb64e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + ]; + titles = [ + { + title = "ALFA Network AC1200RM"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "b0fdcbe808f44373e7a92d86b3754142c57ea520717e71eb6ed0f3a154b7fd50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + ]; + titles = [ + { + title = "ALFA Network R36M-E4G"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "622ddf64616d119320a75e0a7754de89e818b1c2b81b11d831795fc6f2e84514"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + ]; + titles = [ + { + title = "ALFA Network Tube-E4G"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "9d0700d97843a03b75092f1ad33e4b78f596f8082b9d071224f51990b66a652f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + title = "BDCOM WAP2100-SK (ZTE ZXECS EBG3130)"; + } + ]; + }; + bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-bocco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-bocco-squashfs-sysupgrade.bin"; + sha256 = "98b46ecf54446b05852d560b9bf4a08197dd5c252ad51379621af3440bf7517c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bocco" + ]; + titles = [ + { + title = "YUKAI Engineering BOCCO"; + } + ]; + }; + c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-c108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-c108-squashfs-sysupgrade.bin"; + sha256 = "6136f8f29935b38173e6a94e1c2ec308167bce94df8b9d3ea6261f921f79f6e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c108" + ]; + titles = [ + { + title = "HNET C108"; + } + ]; + }; + cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-cf-wr800n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "70b18187401cdfeae67e7ff44d382f01bdfd0458e5696f2d8cad22fb83df9c8c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cf-wr800n" + ]; + titles = [ + { + title = "Comfast CF-WR800N"; + } + ]; + }; + cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-cs-qr10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "513e2a51ee2f6751d2b829c6b844739d26e45c6e2b436d5b5b4ff3bd4671e016"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cs-qr10" + ]; + titles = [ + { + title = "Planex CS-QR10"; + } + ]; + }; + d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-d240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-d240-squashfs-sysupgrade.bin"; + sha256 = "7bf2f71c050f015fc137dc316dca9e56f99a37ca930037141f1c422a82347232"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d240" + ]; + titles = [ + { + title = "Sanlinking Technologies D240"; + } + ]; + }; + db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-db-wrt01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "b9c5b872749c246cebb490f4c26f03f5bc0650284e5e5f491e5d24d42240295f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "db-wrt01" + ]; + titles = [ + { + title = "Planex DB-WRT01"; + } + ]; + }; + dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dch-m225-squashfs-factory.bin"; + sha256 = "e509bf82fbef147717ef16f5b70871331f42abf9122ae1d540c18ca6c750f219"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dch-m225-squashfs-sysupgrade.bin"; + sha256 = "a4cab59a3cc3327b1060ca104338e97dcf4fe038a144910060e49e2487313326"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dch-m225" + ]; + titles = [ + { + title = "D-Link DCH-M225"; + } + ]; + }; + dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-dir-810l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dir-810l-squashfs-sysupgrade.bin"; + sha256 = "f8dbe5f4de1869f9e862435119560245985a3f8a5160b34698c7c33d557c1d3f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-810l" + ]; + titles = [ + { + title = "D-Link DIR-810L"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "d534bd7c51ea7498b9a1ac20c02f4cd403a7ddf9c3a38fd466f9d01db88b9655"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "dace4f33673f68896af9bfe333bbf31e15008f483c6cf9fab5c6cb8acc0bf1ec"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + title = "D-Link DIR-510L"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "696517a8411a3ee7725ca7c7f35576b83f3efbb547b80a7afef2198607c51cd1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "e34e7274dbde3f97eb06777ec54024f402af4c08c6dda36eeacd0ea543eff408"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + title = "D-Link DWR-116 A1/A2"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "3ae82cfb1b6a915a43afa614f9a7ff11736a2f163ce80996c3cd380dab84d9df"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "8d5f5f8fdc12a4af487b0f2f7528ea680075bbe9c990622f04534b8187aec323"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + title = "D-Link DWR-118 A1"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "02fba49189cbdadcdc667c488b747cd7a3ad55e7102950a7166d643d3fbea317"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "8e0d8024c38597b9670a00d6c53f2cfa5f53c34835977f2686e9fc937f8e8ee7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + title = "D-Link DWR-118 A2"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "fd4b2f439502073325f9734c7f73afbe52150145ffdf63c763ae449ba4ab2fcb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "9121b1b8afadae61aaf30981a748a7b05345ed13df2f583c44d1d627d65e6fd9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + title = "D-Link DWR-921 C1"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "3517dedff3dfbf60bf62f627a2241adcb10d0de68084a07897967f9a0a6655cb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "44ac83ed9e365092d3c3067b094b60ae720af786e73c074f23f0bf6c9b6705e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + title = "D-Link DWR-921 C3"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "ad897281d534600260c164713305b82f9a6b201fab9f656b0aba7b2cd50e2869"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "dc281295a856e349f0e6250ef7463bdadbcc96fc9860440ba68b086185e8a006"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + title = "D-Link DWR-922 E2"; + } + ]; + }; + e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-e1700-squashfs-factory.bin"; + sha256 = "89cec389be342555dd8192ca78ce6703d754a839321fafba665fa128f53a104b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-e1700-squashfs-sysupgrade.bin"; + sha256 = "3a7ac7ac4a7f0cc4f4824fadc206b73f29e87f6b2bc70f1e1c25cbf1f42214a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700" + ]; + titles = [ + { + title = "Linksys E1700"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "42864eb46b37ff8caf653c39150666e85c7801552bcc6751846ad9c315dba44c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + title = "Edimax BR-6478AC V2"; + } + ]; + }; + ex3700-ex3800 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-ex3700-ex3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-ex3700-ex3800-squashfs-sysupgrade.bin"; + sha256 = "755b99f1c16cf3f6b7a94fa8a7a850ce3ee83a55c0799c5ac1188037e49412fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-ex3700-ex3800-squashfs-factory.chk"; + sha256 = "ba1aa3269fc8775c56fd0014d830a537cb7ce1c586be68d392a342c2f6dafd73"; + type = "factory"; + } + ]; + supported_devices = [ + "ex3700" + ]; + titles = [ + { + title = "Netgear EX3700/EX3800"; + } + ]; + }; + gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-gl-mt300a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "c1d5b23de1ed02f82f9e96c8ba116d57e6ad454b89edbdb887ea19bee8bf37ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300a" + ]; + titles = [ + { + title = "GL-Inet GL-MT300A"; + } + ]; + }; + gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-gl-mt300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "99d66a47032925862d85388db82d27e0ea231fa46de261208648b384c912b07d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300n" + ]; + titles = [ + { + title = "GL-Inet GL-MT300N"; + } + ]; + }; + gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-gl-mt750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "5d19c37ca8eef07ebb5c7fb9d8bf98e771395dfc59ff6641eef8fc5989708b50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt750" + ]; + titles = [ + { + title = "GL-Inet GL-MT750"; + } + ]; + }; + hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-hc5661"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-hc5661-squashfs-sysupgrade.bin"; + sha256 = "e275421b5adfb01740317c2f0b200e6a62b0d9acaad436cae6af8545a999604e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5661" + ]; + titles = [ + { + title = "HiWiFi HC5661"; + } + ]; + }; + hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-hc5761"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-hc5761-squashfs-sysupgrade.bin"; + sha256 = "7835a4e6b21ad02ecaabc077a02a226b2c2033913bb9999197a4ad6f6e384203"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5761" + ]; + titles = [ + { + title = "HiWiFi HC5761"; + } + ]; + }; + hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-hc5861"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-hc5861-squashfs-sysupgrade.bin"; + sha256 = "6304cd5572c0642631eff16bd67bca6cf0bb620f309b0f2e245fca3f2c670b6c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5861" + ]; + titles = [ + { + title = "HiWiFi HC5861"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "8edbae14573b7826ddaa1e2fe70ea2ae25c578bfdd552852a931b73b6d414b37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + title = "Head Weblink HDRM2000"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "9946ecf84f31319f34cc2214109c848442ca5234469df0e4be6d8960dc562bac"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "46117bd75b4bd4d494f1f86d79401e37a4c0248236e88ac714d25173cb2b50b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1167GR"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "161c30c4abc5644efab72f90cb602dcc48bd18b6c8c0637e2fe564ea8f2f3d0f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "68de0bea638b5b94655cf4ba62c4ca991499f7c6ecd419475cc8933ddf2d3649"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + title = "I-O DATA WN-AC733GR3"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "06e5555c4c05affa7d067d61d1e6e0306e55276326af91a781418c9085d2f9d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + title = "Kimax U35WF"; + } + ]; + }; + kn_rc = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-kn_rc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-kn_rc-squashfs-sysupgrade.bin"; + sha256 = "ab3ae501b0e7f5739228f2b786578e5852d29805aa71f475885c2458c8d987a7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-kn_rc-squashfs-factory.bin"; + sha256 = "b1ea6d2df7318225e318afc63589ac44c06ad55ef13b9fc0b35e36382efdf163"; + type = "factory"; + } + ]; + supported_devices = [ + "kn_rc" + ]; + titles = [ + { + title = "ZyXEL Keenetic Omni"; + } + ]; + }; + kn_rf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-kn_rf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-kn_rf-squashfs-sysupgrade.bin"; + sha256 = "6dd08a45f54ee2eee3a1f63bd81daac8ae7437b774fe294b9c7243de66bdbc1d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-kn_rf-squashfs-factory.bin"; + sha256 = "97f2555a4b88020bc5ea8258bcd74c05d133714c2f5c37a9ec96a817a0cf196e"; + type = "factory"; + } + ]; + supported_devices = [ + "kn_rf" + ]; + titles = [ + { + title = "ZyXEL Keenetic Omni II"; + } + ]; + }; + kng_rc = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-kng_rc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-kng_rc-squashfs-sysupgrade.bin"; + sha256 = "facabb2f242ae61c5b397f3a7afefd5e0787d9e529e615441894b1a00f94a3b5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-kng_rc-squashfs-factory.bin"; + sha256 = "c020f34031099adb4aae43149789dcd1f21371bac8e3ff3ec8bae911a1f38a82"; + type = "factory"; + } + ]; + supported_devices = [ + "kng_rc" + ]; + titles = [ + { + title = "ZyXEL Keenetic Viva"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "0baadc15ae96419343bbd01fca34bbcc73dbf4003864eb7e00f0cfd803bac052"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "4ad8a5efe83309e2ca398f533dcd5e6ad861f20547efec64fcb3c80fa83a44e4"; + type = "factory"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + title = "LAVA LR-25G001"; + } + ]; + }; + microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-microwrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-microwrt-squashfs-sysupgrade.bin"; + sha256 = "f7ab51f64d143beaf29ac0cc5f4bc78090d1182abe9f6edbb3ef64c8c7226b2e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "microwrt" + ]; + titles = [ + { + title = "Microduino MicroWRT"; + } + ]; + }; + miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-miwifi-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "052a1d5b639bcb8d5cb6759d2906cb6c7e0fbd79750114cbb90f24ad90b1827e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miwifi-mini" + ]; + titles = [ + { + title = "Xiaomi MiWiFi Mini"; + } + ]; + }; + mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-mlw221"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-mlw221-squashfs-sysupgrade.bin"; + sha256 = "8e772fa7ee013becff33bf8ea15eadc8c7d54e4e195e2875795cc1a02437443d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mlw221" + ]; + titles = [ + { + title = "Kingston MLW221"; + } + ]; + }; + mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-mlwg2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-mlwg2-squashfs-sysupgrade.bin"; + sha256 = "7df56d71fa20942839d22cbc2787e05f8a8492a4d6cdd4ba5932bdde942015e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mlwg2" + ]; + titles = [ + { + title = "Kingston MLWG2"; + } + ]; + }; + mt7620a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-mt7620a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-mt7620a-squashfs-sysupgrade.bin"; + sha256 = "bfdb6eadcc36ec3023209ad8139d3134e74d01a3318ee0fe5ddbf10e36f65595"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a" + ]; + titles = [ + { + title = "MediaTek MT7620a EVB"; + } + ]; + }; + mt7620a_mt7530 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-mt7620a_mt7530"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-mt7620a_mt7530-squashfs-sysupgrade.bin"; + sha256 = "162cf2189efee282f6265d9405045718235108d1b3faae535637db3bbf0d643f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_mt7530" + ]; + titles = [ + { + title = "MediaTek MT7620a + MT7530 EVB"; + } + ]; + }; + mt7620a_mt7610e = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-mt7620a_mt7610e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-mt7620a_mt7610e-squashfs-sysupgrade.bin"; + sha256 = "36cafdbe9d5d10fcf7313f499ef1bc77c43bcc50bfc3ac5b9cf17ff26574bdcf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_mt7610e" + ]; + titles = [ + { + title = "MediaTek MT7620a + MT7610e EVB"; + } + ]; + }; + mt7620a_v22sg = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-mt7620a_v22sg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-mt7620a_v22sg-squashfs-sysupgrade.bin"; + sha256 = "f70ae08a285db20ff45708c69c5dfc70973d7f4fdf596d9047e9f11283fe61ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_v22sg" + ]; + titles = [ + { + title = "MediaTek MT7620a V22SG"; + } + ]; + }; + mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-mzk-750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "c1c0de5bbfeb9bf1cfdeae3c5be198956fb845f7a7aef1c49a2e2c4557a3ea25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-750dhp" + ]; + titles = [ + { + title = "Planex MZK-750DHP"; + } + ]; + }; + mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-mzk-ex300np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "884238bc254fa397945c80e4ec7216d6c89b61d9c7c013ed44390d745d69e5bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-ex300np" + ]; + titles = [ + { + title = "Planex MZK-EX300NP"; + } + ]; + }; + mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-mzk-ex750np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "3a9ca1dd52a46092ae186d452109c903744ff8356ddfaa9ed610c129d9f445d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-ex750np" + ]; + titles = [ + { + title = "Planex MZK-EX750NP"; + } + ]; + }; + na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-na930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-na930-squashfs-sysupgrade.bin"; + sha256 = "6fa04ee714c0e6d4aec6ed3759c3c7aca5edea11f5588f7a38446c99fb73913a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "na930" + ]; + titles = [ + { + title = "Sercomm NA930"; + } + ]; + }; + oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-oy-0001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-oy-0001-squashfs-sysupgrade.bin"; + sha256 = "3e09ee101895b866b439a8e69ed209288db2650409fc6432971f023b1f34d62d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "oy-0001" + ]; + titles = [ + { + title = "Oh Yeah OY-0001"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "731009692db946d09e7f487f30833ca7935d26dc3ad728e5576aa933fce97223"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + title = "Phicomm K2G"; + } + ]; + }; + psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-psg1208"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-psg1208-squashfs-sysupgrade.bin"; + sha256 = "37049e63be14aa6881612f9712c2bff02ea3497fd26b3b0cc4774df788f47908"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1208" + ]; + titles = [ + { + title = "Phicomm PSG1208"; + } + ]; + }; + psg1218a = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-psg1218a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-psg1218a-squashfs-sysupgrade.bin"; + sha256 = "3b9e457f13489afb4a38bc03f574ce2146444dc581b8d396305978460a7177ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1218a" + "psg1218" + ]; + titles = [ + { + title = "Phicomm PSG1218 rev.Ax"; + } + ]; + }; + psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-psg1218b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-psg1218b-squashfs-sysupgrade.bin"; + sha256 = "b3a807539cef1f085e72a7c65e39ba7737782048cd08a0f25b2933da61835988"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1218b" + "psg1218" + ]; + titles = [ + { + title = "Phicomm PSG1218 rev.Bx"; + } + ]; + }; + ravpower_wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-ravpower_wd03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-ravpower_wd03-squashfs-sysupgrade.bin"; + sha256 = "465f3b4b831dc6700d00be76646a229e97d6b4129d82a6d1ef003164f7a972eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,wd03" + ]; + titles = [ + { + title = "Ravpower WD03"; + } + ]; + }; + rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-rp-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-rp-n53-squashfs-sysupgrade.bin"; + sha256 = "5419998fc07e01e680666613fdf98412f9533dbad8d25c4d316fd373bd5b449b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rp-n53" + ]; + titles = [ + { + title = "Asus RP-N53"; + } + ]; + }; + rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "7be0ab63ddd4824129736a3742048b5e7fc314effe730b105d9cb1f25816d3ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-ac51u" + ]; + titles = [ + { + title = "Asus RT-AC51U"; + } + ]; + }; + rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-rt-n12p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "829f3680150da13f21057a2cf8c37735edea78eb0a43e145e6b6074c4bba40e4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n12p" + ]; + titles = [ + { + title = "Asus RT-N11P/RT-N12+/RT-N12Eb1"; + } + ]; + }; + rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-rt-n14u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "ab974b145ffc07d02383c0dba71e708b3a7ad3d1c3b118cb8108af1dc21ac468"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n14u" + ]; + titles = [ + { + title = "Asus RT-N14u"; + } + ]; + }; + tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-tiny-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "19be569aa4c7b189b656769ffc9c6da4dd9c4b53c58e2846e3f06e8d9cc9f23a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tiny-ac" + ]; + titles = [ + { + title = "Dovado Tiny AC"; + } + ]; + }; + tplink_c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-tplink_c2-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-tplink_c2-v1-squashfs-sysupgrade.bin"; + sha256 = "a992a3a2a13eefdf4224b664e87d8104e3a044c519e270ee752c123cd04893cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c2-v1" + ]; + titles = [ + { + title = "TP-Link Archer C2 v1"; + } + ]; + }; + tplink_c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-tplink_c20-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-tplink_c20-v1-squashfs-sysupgrade.bin"; + sha256 = "19384e196acd555361d5daadeb9f8ffe24d552602bab8fc56e130d5b864cab2e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-tplink_c20-v1-squashfs-factory.bin"; + sha256 = "6bf1cb75034214f92304e5a17500272afb98bfb5d7a9a5c664a13d901d31f7f7"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,c20-v1" + ]; + titles = [ + { + title = "TP-Link ArcherC20 v1"; + } + ]; + }; + u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-u25awf-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "9a5a3e552f4ed0814c08f94b541272a4725e9bf197ba4a4d5d3b74d01d305313"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "u25awf-h1" + ]; + titles = [ + { + title = "Kimax U25AWF-H1"; + } + ]; + }; + we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-we1026-5g-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "625dd1727f92e9b785c499f40c1d961891e7895201ec52039719350b62702569"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "we1026-5g-16m" + "we1026-5g-16m" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE1026-5G (16M)"; + } + ]; + }; + whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-whr-1166d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "aa100492190c1baddf2d7f6bdfe46fc6d1b81ff7cc399d36b1b9c68863b68573"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-1166d" + ]; + titles = [ + { + title = "Buffalo WHR-1166D"; + } + ]; + }; + whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-whr-300hp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "a6e9aff4b7248f8003909e6ed1e8f70023071f909e4c234ee2483d4f862932b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-300hp2" + ]; + titles = [ + { + title = "Buffalo WHR-300HP2"; + } + ]; + }; + whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-whr-600d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-whr-600d-squashfs-sysupgrade.bin"; + sha256 = "79c88380f0e3d8d0773d2a0a1822025bd4bcc396a4c3b8b2122ba69f3b021610"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-600d" + ]; + titles = [ + { + title = "Buffalo WHR-600D"; + } + ]; + }; + wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-wmr-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-wmr-300-squashfs-sysupgrade.bin"; + sha256 = "311e962d973753738f558aa0b84ad600ab9c09bdc4f4886708c902a4c8872f21"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wmr-300" + ]; + titles = [ + { + title = "Buffalo WMR-300"; + } + ]; + }; + wn3000rpv3 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-wn3000rpv3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-wn3000rpv3-squashfs-sysupgrade.bin"; + sha256 = "308d3cf36729f34f70e4d43871ad81fcb1cbf3c14f68a54bf3f307b50578ddd9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-wn3000rpv3-squashfs-factory.bin"; + sha256 = "fe7cd7f858b9b66e59eac0e62a97a6d2a140db733a79bac63a808b89574b94a0"; + type = "factory"; + } + ]; + supported_devices = [ + "wn3000rpv3" + ]; + titles = [ + { + title = "Netgear WN3000RPv3"; + } + ]; + }; + wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-wrh-300cr-squashfs-factory.bin"; + sha256 = "89c8050b52adad8bf9159dc91015f34e84938e2c30a39556a4f581a2af413251"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "a15ad34ea6351d7154033bef99d32e063d00c652c474dac5c03507aefb8a2100"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrh-300cr" + ]; + titles = [ + { + title = "Elecom WRH-300CR"; + } + ]; + }; + wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-wrtnode"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-wrtnode-squashfs-sysupgrade.bin"; + sha256 = "94c2057d93f51aae885565fcff2d7b9282cc8f8f000ce4fbbb2d5530534ee652"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode" + ]; + titles = [ + { + title = "WRTNode"; + } + ]; + }; + wt3020-8M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-wt3020-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-wt3020-8M-squashfs-sysupgrade.bin"; + sha256 = "ba02720789cd4e835638b4b3fe873a93bee3366c8388fdf785e258de1dc013e9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-wt3020-8M-squashfs-factory.bin"; + sha256 = "bb15acdc7c4c1ec2b5a92f88aebda8b08a126f92e34b9166c74f4cae42949f7e"; + type = "factory"; + } + ]; + supported_devices = [ + "wt3020-8M" + "wt3020" + ]; + titles = [ + { + title = "Nexx WT3020 (8MB)"; + } + ]; + }; + y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-y1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-y1-squashfs-sysupgrade.bin"; + sha256 = "1de1988f0e57ba835d996664d059c10dc2cdfecb77e83ae7d5a02c0b2938bf7b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "y1" + ]; + titles = [ + { + title = "Lenovo Y1"; + } + ]; + }; + y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-y1s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-y1s-squashfs-sysupgrade.bin"; + sha256 = "9e1a92b9d490cf17831eb5684ffa7552a2534f9611753ef7be3613764593f8ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "y1s" + ]; + titles = [ + { + title = "Lenovo Y1S"; + } + ]; + }; + youku-yk1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-youku-yk1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-youku-yk1-squashfs-sysupgrade.bin"; + sha256 = "0951d2118777a8c1fc9d9c10c4d96e5596d56a1a629356b1f5c53e9509626cd3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku-yk1" + ]; + titles = [ + { + title = "YOUKU YK1"; + } + ]; + }; + zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-zbt-ape522ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "10392f98e87b8e41701ebcd50fadad2ade4eda1ffa2ebc66e65842ab2b7085ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-ape522ii" + ]; + titles = [ + { + title = "Zbtlink ZBT-APE522II"; + } + ]; + }; + zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-zbt-cpe102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "98dc97dde7b6a78d8c5558d46e7d67780b37941ada36526f84a68df6b2612800"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-cpe102" + ]; + titles = [ + { + title = "Zbtlink ZBT-CPE102"; + } + ]; + }; + zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-zbt-wa05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "b9d365867a46d41dae8d86000ae6cc24f85c619eb17e81e80ce467f86a5cf658"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wa05" + ]; + titles = [ + { + title = "Zbtlink ZBT-WA05"; + } + ]; + }; + zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-zbt-we2026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "ae00bb89b4f53447d0b8e6531e374025889dd9a4c6832ab3f8527562eebed3bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we2026" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE2026"; + } + ]; + }; + zbt-we826-16M = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-zbt-we826-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-zbt-we826-16M-squashfs-sysupgrade.bin"; + sha256 = "fb79c0f60e258bd7c772bcde6fbdfb3a89aa2a2e52535c41f78ddca5ae0628da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we826-16M" + "zbt-we826" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826 (16M)"; + } + ]; + }; + zbt-we826-32M = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-zbt-we826-32M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-zbt-we826-32M-squashfs-sysupgrade.bin"; + sha256 = "10666589a75211749bedcbf1bc9fa4df6cecdf298aeeda9282f976e8fde36627"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we826-32M" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826 (32M)"; + } + ]; + }; + zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-zbt-wr8305rt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "eb582fcf68cbd2d4f9093340f9f29c92e5af8fa16c72092022ed52cddf1079ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wr8305rt" + ]; + titles = [ + { + title = "Zbtlink ZBT-WR8305RT"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "e96f6085dacece823ddff9b7323caf630aa7c7126728acaaadfe1cdad3ff7155"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826-E"; + } + ]; + }; + zte-q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7620-zte-q7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7620-zte-q7-squashfs-sysupgrade.bin"; + sha256 = "1fd0e9a785c2a1422afe0773d42b4078617df2d2c10bd4c4e6627fc24afdf3c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte-q7" + ]; + titles = [ + { + title = "ZTE Q7"; + } + ]; + }; + }; + target = "ramips/mt7620"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + "11acnas" = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-11acnas"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-11acnas-squashfs-sysupgrade.bin"; + sha256 = "c2449bcf1c370540247625d18c07a0eeccfbda4b91e5a706a828293b7157121a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "11acnas" + ]; + titles = [ + { + title = "WeVO 11AC NAS Router"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "f4b5a269e8352b1b3a3740ad3f179600d2753066e52be6d32aaa5f9c02e63b10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + ]; + titles = [ + { + title = "ALFA Network Quad-E4G"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "c08d34244092040062cbe849c7057395ced277eb3ddb5a76d050dc850af754e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + title = "ASUS RT-AC57U"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "81af791fce1ecb833e39bd0af0f390866452731b59c322fec2fa6c165ab244cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + title = "Newifi D2"; + } + ]; + }; + dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-dir-860l-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-dir-860l-b1-squashfs-factory.bin"; + sha256 = "2a5e45bd60ad2dbd580023e9c047b62feb2a52981e92d18284b00e08ed4af533"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "68ba835dc8e2028bf4f2b732639edfd3b308a39178b9f6e12f6b57cb61bbdd5c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-860l-b1" + ]; + titles = [ + { + title = "D-Link DIR-860L B1"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "7248adda097b88aeea55f0c82fd5016412e95a108c5883ec9ad5ed8b2fd8cb00"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "64672308dfc6257b51bcad6e5a84f46e05b1abcdddfcc48a29aebaa5da745130"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + title = "ELECOM WRC-1167GHBK2-S"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "6a0773dbb184cbe85545922c677b147f83ce32a258e3db512faa21d0909e7253"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "58d86563fe6e339e0e6af7c41828919cbe1f95f7a983ab5f0f1fa693c4f06cd9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + title = "ELECOM WRC-1900GST"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "2f6892145bc4f91b1e3a253c4e96352a8f8019c3ba0cb6a42e348d410468cc0e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "8f6b11e82b35b98e35732fc9d130b87d7bb4f19ba85e296ee448790d78557cc9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + title = "ELECOM WRC-2533GST"; + } + ]; + }; + ew1200 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-ew1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-ew1200-squashfs-sysupgrade.bin"; + sha256 = "8614ac708eb73ceb9d2cdcbd8515076967289770f4e9c22aa44c693b59ac3163"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ew1200" + ]; + titles = [ + { + title = "AFOUNDRY EW1200"; + } + ]; + }; + firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-firewrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-firewrt-squashfs-sysupgrade.bin"; + sha256 = "ef37375a65616add12dc1c956e5ff43a0bf60318fa6ce2f9b72e8fc664bb0bc1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "firewrt" + ]; + titles = [ + { + title = "Firefly FireWRT"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "6bc3f52206595039f5b3d09973e31b47704744dc6a27497ef92325031fdf2231"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + title = "GnuBee Personal Cloud One"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "45ac9a55bb30265cffd56d113d2fe27f02d3b2625dd5bcd54f37d56cf7513289"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + title = "GnuBee Personal Cloud Two"; + } + ]; + }; + hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-hc5962"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-hc5962-squashfs-factory.bin"; + sha256 = "552405fe51d71752bf1be60ec7ffb1d7b2c6b3f8cb1cddf880a986349edd8199"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-hc5962-squashfs-sysupgrade.bin"; + sha256 = "aebf8ca3afc82fd4d3f55ac88cbd75a34e22836a5484ef7b782bf50aa67293af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5962" + ]; + titles = [ + { + title = "HiWiFi HC5962"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "eb02879fcfccb5b672351000bfa404e2a3f4643896ce1cce11ae616a9e3b6a8d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + title = "I-O DATA WN-AX1167GR"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "b7ec189d61755ba702c00ff4e199aab2ad1186ecb888252b8fb43875c296538c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + title = "I-O DATA WN-GX300GR"; + } + ]; + }; + k2p = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-k2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-k2p-squashfs-sysupgrade.bin"; + sha256 = "64003cfd3496b827106eec733b05424e30a3f02f8e607f7c351eddceeddcec3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "k2p" + ]; + titles = [ + { + title = "Phicomm K2P"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "ac5251289241ec77d1b34dd33578c9a2b7885959e6179e32857954c3e9c9d8f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + title = "Mediatek AP-MT7621A-V60 EVB"; + } + ]; + }; + mikrotik_rb750gr3 = { + device_packages = [ + "kmod-usb3" + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-mikrotik_rb750gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-mikrotik_rb750gr3-squashfs-sysupgrade.bin"; + sha256 = "92b373d5b3924a62b4018c76d5109764b24a5f69c6b536e7b60c237d6be1e0da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rb750gr3" + ]; + titles = [ + { + title = "MikroTik RouterBOARD RB750Gr3"; + } + ]; + }; + mikrotik_rbm11g = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-mikrotik_rbm11g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-mikrotik_rbm11g-squashfs-sysupgrade.bin"; + sha256 = "f68e67605d27e81706d5f99905aebaa3e855bba5dfa2c3190985556546cb5736"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rbm11g" + ]; + titles = [ + { + title = "MikroTik RouterBOARD M11G"; + } + ]; + }; + mikrotik_rbm33g = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-mikrotik_rbm33g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-mikrotik_rbm33g-squashfs-sysupgrade.bin"; + sha256 = "d44472ed7ae17b687b7724f2a46586ea2a7785e27649aaea9dbc6a0e86acaa17"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rbm33g" + ]; + titles = [ + { + title = "MikroTik RouterBOARD M33G"; + } + ]; + }; + mqmaker_witi-256m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-mqmaker_witi-256m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-mqmaker_witi-256m-squashfs-sysupgrade.bin"; + sha256 = "52e82ae6a33b0a4c85d25e7af847802898fad6559d298e1389d5c727d81f19b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi-256m" + "witi" + ]; + titles = [ + { + title = "MQmaker WiTi (256MB RAM)"; + } + ]; + }; + mqmaker_witi-512m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-mqmaker_witi-512m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-mqmaker_witi-512m-squashfs-sysupgrade.bin"; + sha256 = "38242d71f7e2a28ca7f9afbe4645d0ec668f2cc17f9c68c27b21a7f046f26d1d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi-512m" + ]; + titles = [ + { + title = "MQmaker WiTi (512MB RAM)"; + } + ]; + }; + mt7621 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-mt7621"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-mt7621-squashfs-sysupgrade.bin"; + sha256 = "a9ced6a4a19b8f59759d9b5f7c1e94cb643a18f5b4b69c77f4d61673750dc3e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7621" + ]; + titles = [ + { + title = "MediaTek MT7621 EVB"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "9275eaa22ad42418c8c41a24524ad865b95fb08eff5e7c2ecf5bbe83fe44147a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + title = "MTC Wireless Router WR1201"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "869021c4cc99494e9d990a125c77491f1e26f4adff96071b2eed59ef8bd51f89"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "92dba8ba3aca5f8ffe80bf72246bf0336744261b0dd9c4c28189cff9f5cf0820"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + title = "Netgear EX6150"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "7c0465589c53e218747f535b36a3a3858b3e3ceada51e6ec13ca61f195d78cd0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "1e275b8282c8c7a195d148c0785bdc336f0fa914bb2e75b9dac62fce4504e84e"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "bd71710e662b65dfd9708a91d55cd992ec459af1e7f4c36ff1193ba887cbf002"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "6b1591490961125c40d3e519ca407667eaa2bd676c8b0ab6b9c7fb7015539bec"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + title = "Netgear R6350"; + } + ]; + }; + newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-newifi-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "ddceaf65eab33fb250cc27fc1394df906e52d06214e0a58c3c705d8214978b64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "newifi-d1" + ]; + titles = [ + { + title = "Newifi D1"; + } + ]; + }; + pbr-m1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-pbr-m1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "a89bdc6870e9554c8c9279d2a280626470316adab0ab8add64b22e8793bac1e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pbr-m1" + ]; + titles = [ + { + title = "PBR-M1"; + } + ]; + }; + r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-r6220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-r6220-squashfs-kernel.bin"; + sha256 = "1c8e3fc2a87337369d298b8f42ca997e6d5aac60e2e1ac5fdb2399da6cbadd07"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-r6220-squashfs-rootfs.bin"; + sha256 = "05406847d20d50cd80ff7ffa83316c8680bf18955084ef1890fe00f7ec1fcd3a"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-r6220-squashfs-sysupgrade.bin"; + sha256 = "3b60542953c3d4c4001b5747eee5daf6894d588d741505da7fe8e00cd64fd32d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-r6220-squashfs-factory.img"; + sha256 = "210448bafaa067f532e707dd170d3cc2e770f63f6315e17749e1c7ce9698d1ae"; + type = "factory"; + } + ]; + supported_devices = [ + "r6220" + ]; + titles = [ + { + title = "Netgear R6220"; + } + ]; + }; + re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-re350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-re350-v1-squashfs-sysupgrade.bin"; + sha256 = "df1ac7051a504ce0c84e15eedac8d9260c4a08217119fb3b68893c3a3726e150"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-re350-v1-squashfs-factory.bin"; + sha256 = "673d3b8dd70530b804c707cece56744fad79ad025b3fc1780b0dafc8125c79dc"; + type = "factory"; + } + ]; + supported_devices = [ + "re350-v1" + ]; + titles = [ + { + title = "TP-LINK RE350 v1"; + } + ]; + }; + re6500 = { + device_packages = [ + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-re6500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-re6500-squashfs-sysupgrade.bin"; + sha256 = "71f2e3bbcaa2dcc635d82ec2310a89dd4317aa1bd9bfa8e6519deefc27d5101f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "re6500" + ]; + titles = [ + { + title = "Linksys RE6500"; + } + ]; + }; + sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-sap-g3200u3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "ddc2e5995252924b2b8e4550eef602cc005094ac1ed35c720db368d2d0e26f2b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sap-g3200u3" + ]; + titles = [ + { + title = "STORYLiNK SAP-G3200U3"; + } + ]; + }; + sk-wb8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-sk-wb8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-sk-wb8-squashfs-sysupgrade.bin"; + sha256 = "2165ff7c0e4f738a8496864b0040544b3374f7be8546389ca6ef4e19465b4a17"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sk-wb8" + ]; + titles = [ + { + title = "SamKnows Whitebox 8"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "72acb3f043711e2fc165d5b0d4f433bc513b875c91ebc0a9fec016c219aad08f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + title = "Telco Electronics X1"; + } + ]; + }; + timecloud = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-timecloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-timecloud-squashfs-sysupgrade.bin"; + sha256 = "6319c5f01a791e54bdfb8553395b4604061e845f73778cd39b7cd14e0e974ebb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "timecloud" + ]; + titles = [ + { + title = "Thunder Timecloud"; + } + ]; + }; + ubnt-erx = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-ubnt-erx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-ubnt-erx-squashfs-sysupgrade.bin"; + sha256 = "5887185b621fac5f37cc34a6a20a641bd3331dcbbe39c7bbd7c5d77f6c87a83d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + title = "Ubiquiti EdgeRouter X"; + } + ]; + }; + ubnt-erx-sfp = { + device_packages = [ + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-i2c-gpio-custom" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-ubnt-erx-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-ubnt-erx-sfp-squashfs-sysupgrade.bin"; + sha256 = "299a309441ba62a7cedf32c89f5cdb47c83603ff26486e569483aece119e7199"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt-erx-sfp" + "ubiquiti,edgerouterx" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + title = "Ubiquiti EdgeRouter X-SFP"; + } + ]; + }; + unielec_u7621-06-256m-16m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-unielec_u7621-06-256m-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-unielec_u7621-06-256m-16m-squashfs-sysupgrade.bin"; + sha256 = "7caf562aca24f12b2c49c8c2f64db1bbe4bdc162a29e5e794ee74274c87ad56b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-256m-16m" + "u7621-06-256M-16M" + ]; + titles = [ + { + title = "UniElec U7621-06 (256M RAM/16M flash)"; + } + ]; + }; + unielec_u7621-06-512m-64m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-unielec_u7621-06-512m-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-unielec_u7621-06-512m-64m-squashfs-sysupgrade.bin"; + sha256 = "ac8c7258498b48cd784e32e5d374814465a2fe9ca917b31f34ebdd121f3e0a4c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + title = "UniElec U7621-06 (512M RAM/64M flash)"; + } + ]; + }; + vr500 = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-vr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-vr500-squashfs-sysupgrade.bin"; + sha256 = "36416ab3ce416658ce7f3c4984a05f85cd04711f043c4d541fcd2edbb8c31272"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vr500" + ]; + titles = [ + { + title = "Planex VR500"; + } + ]; + }; + w2914nsv2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-w2914nsv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-w2914nsv2-squashfs-sysupgrade.bin"; + sha256 = "7f4361b05297492f2638ee674729634d19878b52795f0e47bbf0b0c5a5929b5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w2914nsv2" + ]; + titles = [ + { + title = "WeVO W2914NS v2"; + } + ]; + }; + wf-2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-wf-2881"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-wf-2881-squashfs-sysupgrade.bin"; + sha256 = "a795c4327d51469adc4995150af3f1c6c22795f09694c0e07b466e47c62ad4c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wf-2881" + ]; + titles = [ + { + title = "NETIS WF-2881"; + } + ]; + }; + wndr3700v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-wndr3700v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-wndr3700v5-squashfs-sysupgrade.bin"; + sha256 = "fd52630e4f983f01912128d5bf8cbced51f45c72af32b9838954a8c317f39b82"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-wndr3700v5-squashfs-factory.img"; + sha256 = "6ff5cc23722da22ab7a7beffda80ac5cb8a2be61a845e8825138064277506686"; + type = "factory"; + } + ]; + supported_devices = [ + "wndr3700v5" + ]; + titles = [ + { + title = "Netgear WNDR3700v5"; + } + ]; + }; + wsr-1166 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-wsr-1166"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-wsr-1166-squashfs-sysupgrade.bin"; + sha256 = "ae27e25e1f65b22ff0b0de7cd6643422e498c0b17fc19e155ce786865d9e877d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wsr-1166" + ]; + titles = [ + { + title = "Buffalo WSR-1166"; + } + ]; + }; + wsr-600 = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-wsr-600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-wsr-600-squashfs-sysupgrade.bin"; + sha256 = "b4c7d18f0c68a00e17d0fbe9be311ba04e3c342d074a5b94aae9e40e573bbe52"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wsr-600" + ]; + titles = [ + { + title = "Buffalo WSR-600"; + } + ]; + }; + xiaomi_mir3g = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-xiaomi_mir3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-xiaomi_mir3g-squashfs-sysupgrade.bin"; + sha256 = "da454da87003d024254c097576017daa83950148ed0a7eef0a24f13fc59018f1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-xiaomi_mir3g-squashfs-kernel1.bin"; + sha256 = "9ee25d52f1547cb9870ab4712dc7ca46f736ee0ad7895fcf6ae24aa89e50e419"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-xiaomi_mir3g-squashfs-rootfs0.bin"; + sha256 = "f0ba2f1296748366a0afc32764f9e8889930c224e3415c4b963d9b5f22ac8f5f"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mir3g" + "R3G" + "mir3g" + ]; + titles = [ + { + title = "Xiaomi Mi Router 3G"; + } + ]; + }; + xiaomi_mir3p = { + device_packages = [ + "kmod-mt7615e" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-xiaomi_mir3p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-xiaomi_mir3p-squashfs-sysupgrade.bin"; + sha256 = "05d44cfebfd68f379d648abaa43a3d67b1aa5af1f5d4df1586a94d9d96ecd31c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-xiaomi_mir3p-squashfs-factory.bin"; + sha256 = "c83f5515e25408fb42ce3d9878e5b7a77029c97af27335ef24f21e5fe36dc0ed"; + type = "factory"; + } + ]; + supported_devices = [ + "xiaomi,mir3p" + ]; + titles = [ + { + title = "Xiaomi Mi Router 3 Pro"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "20f6f23ce98ad8c3dab2f1130eddcf381533a579e386194bb124f9b60ae6c910"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + title = "CreativeBox v1"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "2b38f25c21b029a020d0245e4462337a489dfaae4b061de1cecbccf1687c7235"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + title = "YouHua WR1200JS"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "b4037e72cc35f0ddb35c4622845e275f3d4b0b1eab87698ea0d044ac424b05ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + title = "Youku YK-L2"; + } + ]; + }; + zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-zbt-we1326"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "54ce1df9d8dc832f3503fd1a79a727498cfa48800ef78afaf280da318afaa2eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we1326" + ]; + titles = [ + { + title = "ZBT WE1326"; + } + ]; + }; + zbt-wg2626 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-zbt-wg2626"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "b152267d2b1f7f327488c6ed759b4836b55966c4cdd5b9517d8a47c900d2f4e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg2626" + ]; + titles = [ + { + title = "ZBT WG2626"; + } + ]; + }; + zbt-wg3526-16M = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-zbt-wg3526-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-zbt-wg3526-16M-squashfs-sysupgrade.bin"; + sha256 = "69de0117f637f7828bb4da269261f9339fe4cd4fa4ea3a22175a8b5c30b3b04c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg3526-16M" + "zbt-wg3526" + ]; + titles = [ + { + title = "ZBT WG3526 (16MB flash)"; + } + ]; + }; + zbt-wg3526-32M = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-zbt-wg3526-32M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-zbt-wg3526-32M-squashfs-sysupgrade.bin"; + sha256 = "08f0e1f1e193e52a18641db7d5dfcb0839d31879d41bccaa4356308955375ee1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg3526-32M" + "ac1200pro" + ]; + titles = [ + { + title = "ZBT WG3526 (32MB flash)"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "56857b310bedb943cf2cac8aad3eeab2af064db033282d3ea6febedfaacafff4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + title = "ZBT WE3526"; + } + ]; + }; + }; + target = "ramips/mt7621"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-mt7603" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + LinkIt7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-LinkIt7688"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-LinkIt7688-squashfs-sysupgrade.bin"; + sha256 = "6e533eb933c9bd78fcc12b10c9206a09ab65f511f23480f120364b1b0813b46d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + title = "MediaTek LinkIt Smart 7688"; + } + ]; + }; + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "50deab8ce564afb51d6630f5854ef28ebf038b047c5eb1296b907fa334ff33c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + ]; + titles = [ + { + title = "ALFA Network AWUSFREE1"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "36a9785d255b5ad3408c97703089f7ea0e7f316ae5f4af26c21e93cdb87b240a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "76846f64af1155a3c9a2bad079c5ce2e46e1a2bb0dc1394893bdf9555bc7d828"; + type = "factory"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + title = "Cudy WR1000"; + } + ]; + }; + duzun-dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-duzun-dm06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-duzun-dm06-squashfs-sysupgrade.bin"; + sha256 = "ab2d54e822ff823bfa2120916b00c3da68b61e907828bf17daf1dea189f397ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "duzun-dm06" + ]; + titles = [ + { + title = "DuZun DM06"; + } + ]; + }; + gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-gl-mt300n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "35f4a031d6aceb59d96b20e3855deebbf85fd5ec6cfaae0665893952b6509d85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300n-v2" + ]; + titles = [ + { + title = "GL-iNet GL-MT300N-V2"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "b066f8e7b03c85fe5081a535a44cff03e48d5baf9a7139acb1cd1bf7928e879e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + title = "GL.iNet VIXMINI"; + } + ]; + }; + hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-hc5661a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-hc5661a-squashfs-sysupgrade.bin"; + sha256 = "c61990950b4ae01cd5456b1501266c268e6af6dae875f9eeb1f9f9d95cc51606"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5661a" + ]; + titles = [ + { + title = "HiWiFi HC5661A"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "7e968ef40c98b74076023f9ad9870c3b1fcfbc58a2e1fbb064a0d71187b039d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + title = "HILINK HLK7628N"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "a57137639955a636c85090d4bdde6bbd9cec2d565c98f3c146eff7bd1f4fc17e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + title = "HiWiFi HC5861B"; + } + ]; + }; + mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-mac1200r-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "1b62b82fd43119efe4f3a8dae53e5bc5f9f088d2bfec0359963aa55972fd73b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mac1200rv2" + ]; + titles = [ + { + title = "Mercury MAC1200R v2.0"; + } + ]; + }; + miwifi-nano = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-miwifi-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "f5eedbb9fdc96fff8ee6ec53cebc08ee0803cb68d5a33a98bef9bb9c51cf3da4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miwifi-nano" + ]; + titles = [ + { + title = "Xiaomi MiWiFi Nano"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "67402cd419e1191c90f08bb1721cfab4845b8e7d8f4dda9494f67d5a87198a6a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "703664f76df0cc1742ad683edc2a1039ebf81f2b6d1ba29b334186be5b3ec222"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + title = "Netgear R6120"; + } + ]; + }; + omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-omega2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-omega2-squashfs-sysupgrade.bin"; + sha256 = "2d1140846c7a326b1df45b5f758af3af90549b3c78affc42318b13a27fc83b36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omega2" + ]; + titles = [ + { + title = "Onion Omega2"; + } + ]; + }; + omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-omega2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-omega2p-squashfs-sysupgrade.bin"; + sha256 = "df1ed5a3ebf2de54543862594029486d38f3389a873bbefb713e52dd03572389"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omega2p" + ]; + titles = [ + { + title = "Onion Omega2+"; + } + ]; + }; + pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-pbr-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "14af43cfe10b28fef788f46da61a3f699aacbb9d637e23e525153e3c41e142d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pbr-d1" + ]; + titles = [ + { + title = "PBR-D1"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "9eed6a26d62d20cb857837e221379bbfdff8ba2587760d3a1ef7bcd3a28b24b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + title = "Rakwireless RAK633"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "d12a18318b849897d6a5c3fd8417871d805e87f0439c553a951b3870f5539673"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + title = "Skylab SKW92A"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "a17a064fbe051b4361cbd76bdf3869857b542fa39faf95b1d687f72bd9627ee4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + title = "Tama W06"; + } + ]; + }; + tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-tl-wr840n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "6e8dfdad940a6e56711a94defc36684b46be67c7115fef5885a6a708c8d083c5"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "1144e32be6f94664ff13ae6a16b191883b6d45071dfa31ff493c0a489b6b1f6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr840n-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR840N v4"; + } + ]; + }; + tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-tl-wr841n-v13"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "5317684938895f95f4f7851a9392e2005179f46c0fbece785ec538f4e9696f3c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "e722e3e829e4955817aa821421bfc8bc47b917cfc179c02188d66612e9fcad3c"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tl-wr841n-v13" + ]; + titles = [ + { + title = "TP-Link TL-WR841N v13"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "07250be660c3be2dbb6d036c7bc30b88643aa15c9c70497240336efa54cf2360"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + title = "TOTOLINK LR1200"; + } + ]; + }; + tplink_c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-tplink_c20-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "751e57fb776551436bc27fc2e216409d70dfe0e4cf570e8892f121d3643b3ed8"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_c20-v4-squashfs-sysupgrade.bin"; + sha256 = "8b0d4beb87903b2848f743c7acb35c0103cfabff5849b21151772e730353a5ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c20-v4" + ]; + titles = [ + { + title = "TP-Link ArcherC20 v4"; + } + ]; + }; + tplink_c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-tplink_c50-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "20a787b032585e8c661f477baa4facf01f12110aed2896dd97c8934f90b0da12"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_c50-v3-squashfs-sysupgrade.bin"; + sha256 = "988eb74c666060e676fd0f9fe954d6d64dad3926d6d90de8fe9b6673e2e7a5b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c50-v3" + ]; + titles = [ + { + title = "TP-Link ArcherC50 v3"; + } + ]; + }; + tplink_c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-tplink_c50-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_c50-v4-squashfs-sysupgrade.bin"; + sha256 = "ddd33c439847992db4b21d0375da8f7f97ca93a020d7b4f370d00c7675149323"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c50-v4" + ]; + titles = [ + { + title = "TP-Link ArcherC50 v4"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "d7926cdc8cd222b580a62bfe05d09544f3a961c5f0bd499d418ee0c1e69fc6ef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "bcec081feb113cd4793a14d2a9f5a5a02f34e93d5f0db4a11e96b3a9077f5067"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + title = "TP-Link TL-MR3020 v3"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "23ed133475908c2e7482351426c542a843dbe416870201c04e416ddb45b1fb8e"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "9c601bef5c38e56fa6085206525643e39d9b24df366615c673553d44861cbbdd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + title = "TP-Link TL-MR3420 v5"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "310177cfe53cb140c3ebc27a5ade7e77785d45155879f54e72a8abbaf7427bd3"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "c28c753bc49802acc3c6018bbe8a7a3b72c7cbb96f9884b2d25a7c56c679fe38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + title = "TP-Link TL-WA801ND v5"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "24a73c90db0157c0ada0bd0927339c84108fb78125edf2b52b9da57688650cd0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "cd4424e1eafc1980f2f8cea031c66269d41651b9e39bf8e19e9f2ccdc7ac0734"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR802N v4"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "fccf7eacde5a4e020bb8283a2dd668e2399954df6f3bf3b156c86ca5bdb4efb2"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "b21162d373e463fe684a70df632e11e9a464820cbc3d4c9f9b11ce8146cb8837"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + title = "TP-Link TL-WR842N v5"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "f5fb7a9bff81864c2e432c7e913d8840dfc31817aeb4e8b6918d0bf31d1f5f50"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "678e2fed2d42b8f0ba96aada3604d51322c52389905af1b4e63095163207dfb0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + title = "TP-Link TL-WR902AC v3"; + } + ]; + }; + u7628-01-128M-16M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-u7628-01-128M-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-u7628-01-128M-16M-squashfs-sysupgrade.bin"; + sha256 = "6d93aac8872bbc799aea4a4d7f4d7688834fea2b9ab22e6eeb5779f0fe348024"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "u7628-01-128M-16M" + ]; + titles = [ + { + title = "UniElec U7628-01 (128M RAM/16M flash)"; + } + ]; + }; + vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-vocore2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-vocore2-squashfs-sysupgrade.bin"; + sha256 = "3403e9dc68b3f4d7ea755e577703589a74db8110dca8054f9df7fb4d91e09ce5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore2" + ]; + titles = [ + { + title = "VoCore VoCore2"; + } + ]; + }; + vocore2lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-vocore2lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-vocore2lite-squashfs-sysupgrade.bin"; + sha256 = "32fa1ad9cb00d9a3804271ae682536e0fdbdc06b82097cfc20229f64ca5ba5b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore2lite" + ]; + titles = [ + { + title = "VoCore VoCore2-Lite"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "3796e62e26eeca6ef35a42826bf18caca40e5e792cac081eb50a204032b99ade"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + title = "Wavlink WL-WN570HA1"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "e32bc70c3a18c3a3931af361f1736cdfd1448807eba254ce4d47a6b4cb37ec6d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + title = "Wavlink WL-WN575A3"; + } + ]; + }; + wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-wcr-1166ds"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-wcr-1166ds-squashfs-factory.bin"; + sha256 = "09b96a8385fbc66d102b84ef03915a515b48ecaee3908757b0f4d953ac219fec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "1a671a51fba65d0a5ff1c1768183c31469732f946fb0b83b416f857f74dee97d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wcr-1166ds" + ]; + titles = [ + { + title = "Buffalo WCR-1166DS"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "ec6bf1bbab784420039ba89b64f2283e9ba030afa2f44ecc7fc87597cb7c8357"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + title = "Widora-NEO (16M)"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "1cdf5e9deee3e3d0f99aae2270424560336ae5ec4cba703402d57ed2b7451318"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + title = "Widora-NEO (32M)"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "5aa036f8d73442ce7c1729de8a963fbc6d4459482e4ff0285cb4d3e6562f71e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + title = "WIZnet WizFi630S"; + } + ]; + }; + wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-wrtnode2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "2291b27698226b3ff5bb4baaf97b96d424b05d8975729ce977d5e02e1dc906a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode2p" + ]; + titles = [ + { + title = "WRTnode 2P"; + } + ]; + }; + wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-wrtnode2r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "57da60ee920ba000fee8710a262a7d3e17591ae069ab465aaed08a4872b2dbd6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode2r" + ]; + titles = [ + { + title = "WRTnode 2R"; + } + ]; + }; + xiaomi_mir4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-xiaomi_mir4a-100m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-xiaomi_mir4a-100m-squashfs-sysupgrade.bin"; + sha256 = "2f71104f35a4be7c9781e4091519e51267f17594f134d737eb97681a3ef3d126"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mir4a-100m" + ]; + titles = [ + { + title = "Xiaomi Mi Router 4A (100M Edition)"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "40478b9c70f7d680837eaa6816874382d67ad91d8abb0833758c57a6e59ee23e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + title = "ZBTlink ZBT-WE1226"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "c01903e75841077b1e388e9103ba1bccd657e9580e648f1540fd6aae0ad41af4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "ae20aaec0aec169131962130d9547b3e88a9eaf3ba94bb7a791b53519ac2df1c"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + title = "ZyXEL Keenetic Extra II"; + } + ]; + }; + }; + target = "ramips/mt76x8"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + ar670w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt288x-ar670w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt288x-ar670w-squashfs-factory.bin"; + sha256 = "a1a99061953d5ef2fa096b65b4a29f9d0212a14e4d1ee35a3865af40eba9ae3f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt288x-ar670w-squashfs-sysupgrade.bin"; + sha256 = "0a1efc1d1eb69925490299a9ac05f7a7c91c80464f336840dc8d093556b61d33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ar670w" + ]; + titles = [ + { + title = "Airlink AR670W"; + } + ]; + }; + ar725w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt288x-ar725w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt288x-ar725w-squashfs-sysupgrade.bin"; + sha256 = "c036fa070f6c3eba60807dc5cb454fa768cb6ce9a349738ed3e2b4d2fee69b9e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ar725w" + ]; + titles = [ + { + title = "Airlink AR725W"; + } + ]; + }; + dlink_dap-1522-a1 = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt288x-dlink_dap-1522-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt288x-dlink_dap-1522-a1-squashfs-factory.bin"; + sha256 = "0c73a5dca2c1cccc489f07443d2a046c08891241709a3d08428d5b2598b005c8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt288x-dlink_dap-1522-a1-squashfs-sysupgrade.bin"; + sha256 = "56a2943d220ba7f6a35559bacd42125fd3c25f67f7fdd88674a28daa0e7718b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1522-a1" + ]; + titles = [ + { + title = "D-Link DAP-1522 A1"; + } + ]; + }; + f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt288x-f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt288x-f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "4c63a382e1510a4e8276c68a418a187989d67ca8cf7ff46c3d8de35895d70a37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f5d8235-v1" + ]; + titles = [ + { + title = "Belkin F5D8235 V1"; + } + ]; + }; + rt-n15 = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt288x-rt-n15"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt288x-rt-n15-squashfs-sysupgrade.bin"; + sha256 = "18d7f3a9aed03e7c5bbb518247bc68730a7e399272de0ec182c2e1218475ef3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n15" + ]; + titles = [ + { + title = "Asus RT-N15"; + } + ]; + }; + v11st-fe = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt288x-v11st-fe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt288x-v11st-fe-squashfs-sysupgrade.bin"; + sha256 = "4a7e9bff6c5ec35840072214d1cadb5baa087c17c8453b7ce4b5b9e6a0c3817b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "v11st-fe" + ]; + titles = [ + { + title = "Ralink V11ST-FE"; + } + ]; + }; + wli-tx4-ag300n = { + device_packages = [ + "kmod-switch-ip17xx" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt288x-wli-tx4-ag300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt288x-wli-tx4-ag300n-squashfs-sysupgrade.bin"; + sha256 = "7e1bf32c37163c582a7a4de8bf79fcc6233d990368ecfa9706c18ea706006997"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wli-tx4-ag300n" + ]; + titles = [ + { + title = "Buffalo WLI-TX4-AG300N"; + } + ]; + }; + wzr-agl300nh = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt288x-wzr-agl300nh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt288x-wzr-agl300nh-squashfs-sysupgrade.bin"; + sha256 = "bdb5aa2f672c36f063f6e31b7eb646573779cbdb63060d7573f595779df31ee7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wzr-agl300nh" + ]; + titles = [ + { + title = "Buffalo WZR-AGL300NH"; + } + ]; + }; + }; + target = "ramips/rt288x"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + "3g-6200n" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-3g-6200n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-3g-6200n-squashfs-sysupgrade.bin"; + sha256 = "71a05983f9d857a94c9160199553d47c68decbe18de06af1b1bdfe1c3fdff459"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g-6200n" + ]; + titles = [ + { + title = "Edimax 3g-6200n"; + } + ]; + }; + "3g-6200nl" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-3g-6200nl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-3g-6200nl-squashfs-sysupgrade.bin"; + sha256 = "1cd7a44267918daca7ff93bc2e31a06eea1748323d1a27fb83124bd1f76d06b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g-6200nl" + ]; + titles = [ + { + title = "Edimax 3g-6200nl"; + } + ]; + }; + "3g150b" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-3g150b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-3g150b-squashfs-sysupgrade.bin"; + sha256 = "3649d9a26251229672309e499e0f9e79dc9e04d97489cc2f8fd190612a8d4a13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g150b" + ]; + titles = [ + { + title = "Tenda 3G150B"; + } + ]; + }; + "3g300m" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-3g300m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-3g300m-squashfs-sysupgrade.bin"; + sha256 = "48f03e8641fa1f786c2d649c2ed3fcd7f533cf23c7e7c65480f98b9770ca9baf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g300m" + ]; + titles = [ + { + title = "Tenda 3G300M"; + } + ]; + }; + air3gii = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-air3gii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-air3gii-squashfs-sysupgrade.bin"; + sha256 = "579dab2a1fd4e1af10021ef6e50da9992ad12519af07bb55402c0fb19d7b0843"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "air3gii" + ]; + titles = [ + { + title = "AirLive Air3GII"; + } + ]; + }; + all0256n-4M = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-all0256n-4M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-all0256n-4M-squashfs-sysupgrade.bin"; + sha256 = "360dd9858d6f4cb974c3c6ecd4a3fda3ff80c3dc1126c8f4a37ac55ed99ca887"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all0256n-4M" + ]; + titles = [ + { + title = "Allnet ALL0256N (4MB)"; + } + ]; + }; + all0256n-8M = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-all0256n-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-all0256n-8M-squashfs-sysupgrade.bin"; + sha256 = "631bff50cf610de9e960dae348b5f4127b4cb131e9c4dd406296ec1eacc30b81"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all0256n-8M" + ]; + titles = [ + { + title = "Allnet ALL0256N (8MB)"; + } + ]; + }; + all5002 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-all5002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-all5002-squashfs-sysupgrade.bin"; + sha256 = "61ce36cfc6159da6557a0e75120019f4decab936a6fa9d500d56585b0a745a7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all5002" + ]; + titles = [ + { + title = "Allnet ALL5002"; + } + ]; + }; + all5003 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-all5003"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-all5003-squashfs-sysupgrade.bin"; + sha256 = "854825525bafd044c7ded64230dce4433747f616b8cf05b36d5035d81b420b0c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all5003" + ]; + titles = [ + { + title = "Allnet ALL5003"; + } + ]; + }; + asl26555-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-asl26555-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-asl26555-16M-squashfs-sysupgrade.bin"; + sha256 = "683eec603d6189e3ab71166a0208627467f670f77c60a462a8ca78b969b0f7ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asl26555-16M" + "asl26555" + ]; + titles = [ + { + title = "Alpha ASL26555 16M"; + } + ]; + }; + asl26555-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-asl26555-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-asl26555-8M-squashfs-sysupgrade.bin"; + sha256 = "d650b0accc6853fdd16223569d7eb1fccca1bed44e58d0ba24e404e8c443022e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asl26555-8M" + "asl26555" + ]; + titles = [ + { + title = "Alpha ASL26555 "; + } + ]; + }; + atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-atp-52b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-atp-52b-squashfs-sysupgrade.bin"; + sha256 = "fe5241fcf2d538f3425cb287b26e41d809b2e1fb7e1dc4d6ab260fd43c486141"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "atp-52b" + ]; + titles = [ + { + title = "Argus ATP-52B"; + } + ]; + }; + awapn2403 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-awapn2403"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-awapn2403-squashfs-sysupgrade.bin"; + sha256 = "78bc472adb55a4b391b103cef76b18b6896e8c61d4846960a2e6858e0f87fd5b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "awapn2403" + ]; + titles = [ + { + title = "AsiaRF AWAPN2403"; + } + ]; + }; + awm002-evb-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-awm002-evb-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-awm002-evb-8M-squashfs-sysupgrade.bin"; + sha256 = "493100cdcdc684c40752561f90ebbe8bd033a1a0b6ed94c4a897aa198c437e38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "awm002-evb-8M" + ]; + titles = [ + { + title = "AsiaRF AWM002-EVB (8M)/AsiaRF AWM003 EVB"; + } + ]; + }; + bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-bc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-bc2-squashfs-sysupgrade.bin"; + sha256 = "8902adb54aa12f23eb37f4ed48ff0c13ab1dfb70e748e008c23be1dd5933b337"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bc2" + ]; + titles = [ + { + title = "NexAira BC2"; + } + ]; + }; + broadway = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-broadway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-broadway-squashfs-sysupgrade.bin"; + sha256 = "e9d79d13cb7562dd58262d6865170288da29e67c41f2036b9f4fcef47bfa7764"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "broadway" + ]; + titles = [ + { + title = "Hauppauge Broadway"; + } + ]; + }; + carambola = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-carambola"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-carambola-squashfs-sysupgrade.bin"; + sha256 = "6f4a1bea681709c935a292b1f110f2a1a4f007693d6820a0a23593f5c54ea09f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "carambola" + ]; + titles = [ + { + title = "8devices Carambola"; + } + ]; + }; + d105 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-d105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-d105-squashfs-sysupgrade.bin"; + sha256 = "ffad5fea8ccd25825765ef00adb4e6e30a7c9e9a926f664e4bc1af7208ac35d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d105" + ]; + titles = [ + { + title = "Huawei D105"; + } + ]; + }; + dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-dap-1350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-dap-1350-squashfs-factory.bin"; + sha256 = "1cbb9f5c660de59bddee3dff82f22439e9ce0ba57e7999eba73a80ed1fb0827d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-dap-1350-squashfs-sysupgrade.bin"; + sha256 = "3c281234231f4e2448563ba11b4642a59fccebff2c02209baab271e24895c698"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-dap-1350-squashfs-factory-NA.bin"; + sha256 = "5208203922c9bb70bafda84f84ed3e73fca62cb1d2f916007bd1d4a66e563631"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "dap-1350" + ]; + titles = [ + { + title = "D-Link DAP-1350"; + } + ]; + }; + dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-dir-320-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "c342522a9119d44d38c85e63602c97d65836b64719ddb4d78dfb750bd011d775"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-320-b1" + ]; + titles = [ + { + title = "D-Link DIR-320 B1"; + } + ]; + }; + dir-600-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-dir-600-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-dir-600-b1-squashfs-factory.bin"; + sha256 = "5cdf082a2ea68bd09046af570b01e995e7b1cacd44f7ac1fb4ec5599218dc683"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-dir-600-b1-squashfs-sysupgrade.bin"; + sha256 = "1bcbaccdb69fc44f5e2adbe2ee578bfc0a038d9386a5935d5f97d3bcc1c77b66"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-600-b1" + "dir-600-b2" + ]; + titles = [ + { + title = "D-Link DIR-600 B1/B2"; + } + ]; + }; + dir-610-a1 = { + device_packages = [ + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-dir-610-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-dir-610-a1-squashfs-factory.bin"; + sha256 = "9a5578a00dd052d4a3413a721dce904190cc46f257c20c54fb3f0cbc9c458f81"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-dir-610-a1-squashfs-sysupgrade.bin"; + sha256 = "2efaaa81541ecb09ebb12f131c96b1c47d011b98a9808e1f15cfdc2d64af138d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-610-a1" + ]; + titles = [ + { + title = "D-Link DIR-610 A1 "; + } + ]; + }; + dir-615-d = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-dir-615-d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin"; + sha256 = "7a0ea6d9a77a70ca2ce49d1182f8de834a3d1750268a83bd3d6a157cb93b9f9e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-dir-615-d-squashfs-factory.bin"; + sha256 = "ca57e98d703f84ea1c088deea2bec6881c44e35f849273e00a155d29ae1e6579"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-615-d" + ]; + titles = [ + { + title = "D-Link DIR-615 D"; + } + ]; + }; + dir-615-h1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-dir-615-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-dir-615-h1-squashfs-sysupgrade.bin"; + sha256 = "282a4bf4cb1954d0816dff2142813177e079af908422713c2e1fa83921339ae1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-dir-615-h1-squashfs-factory.bin"; + sha256 = "129b1f9c53f50f0dea3a554d1b5bc644ddc21d1d096ac69e08bb11b7243c60c7"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-615-h1" + ]; + titles = [ + { + title = "D-Link DIR-615 H1"; + } + ]; + }; + dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-dir-620-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "f74172bd60684c70340eca21a5d6c12983bd45d371e1b12cd0c29cc26d03b05b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-620-a1" + ]; + titles = [ + { + title = "D-Link DIR-620 A1"; + } + ]; + }; + dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-dir-620-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "5684562b1789833d7d26217abc26baba8cfdaac3a1a125fcdd2b3ae37795e113"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-620-d1" + ]; + titles = [ + { + title = "D-Link DIR-620 D1"; + } + ]; + }; + dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial" + "kmod-usb-serial-option" + "kmod-usb-net" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-dwr-512-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "2ab534e6f4f0e9043826fce280a858d229e6e9e486380c9fea716f8ce2c7afe4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-dwr-512-b-squashfs-factory.bin"; + sha256 = "13359eab09a5e811f6dca3b0a52405f023499221d0e15c9dbb69fd5844c6fdb7"; + type = "factory"; + } + ]; + supported_devices = [ + "dwr-512-b" + ]; + titles = [ + { + title = "D-Link DWR-512 B"; + } + ]; + }; + esr-9753 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-esr-9753"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-esr-9753-squashfs-sysupgrade.bin"; + sha256 = "690bfab66ca6e2632c2276fdab64dbd7de85147cf565d49bb89471dcef7268a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "esr-9753" + ]; + titles = [ + { + title = "EnGenius ESR-9753"; + } + ]; + }; + f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-f5d8235-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "8d244d3a63f851b2a369156b53d92ac200c60ef0df0afea43b66c4f43ae03384"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f5d8235-v2" + ]; + titles = [ + { + title = "Belkin F5D8235 v2"; + } + ]; + }; + f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-f7c027"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-f7c027-squashfs-sysupgrade.bin"; + sha256 = "8806f3cd92f9beccd9adeb64077aaa52b407750d537241a64ed0d5edc4df1f42"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f7c027" + ]; + titles = [ + { + title = "Belkin F7C027"; + } + ]; + }; + fonera20n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-fonera20n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-fonera20n-squashfs-sysupgrade.bin"; + sha256 = "c5c273a9b2996e9e8bdf8028db9c773f98a71e4c320f845324c7466da7a8df0b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-fonera20n-squashfs-factory.bin"; + sha256 = "04446c137dd935344c6712c22ed1b61eec99213e4bbae28766fada618e7f6dca"; + type = "factory"; + } + ]; + supported_devices = [ + "fonera20n" + ]; + titles = [ + { + title = "Fonera 2.0N"; + } + ]; + }; + freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-freestation5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-freestation5-squashfs-sysupgrade.bin"; + sha256 = "2e0cd793c53afaee2cbd86accb51c0463915f016af33ffc9f4cf2b3aaefd6166"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "freestation5" + ]; + titles = [ + { + title = "ARC Wireless FreeStation"; + } + ]; + }; + hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-hg255d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-hg255d-squashfs-sysupgrade.bin"; + sha256 = "025f0f70bb1330a60acafd1b7ed0bab846e318b32cfb8cd1830a3999e84bfa83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hg255d" + ]; + titles = [ + { + title = "HuaWei HG255D"; + } + ]; + }; + hlk-rm04 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-hlk-rm04"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-hlk-rm04-squashfs-factory.bin"; + sha256 = "b7cb08d782b95add11dfbed7c9fd371e061c8a3f6db3ebe8afa18a0e251529e4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-hlk-rm04-squashfs-sysupgrade.bin"; + sha256 = "b8c788054915eca92e48b70a5e579068b284902951b41f5d5018e8c9290eddbc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hlk-rm04" + ]; + titles = [ + { + title = "Hi-Link HLK-RM04"; + } + ]; + }; + ht-tm02 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-ht-tm02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-ht-tm02-squashfs-sysupgrade.bin"; + sha256 = "280071adc7d738073c771b7d3f8b159114014fb9f97fd1b41e134a1522de2367"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ht-tm02" + ]; + titles = [ + { + title = "HooToo HT-TM02"; + } + ]; + }; + hw550-3g = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-hw550-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "7ddc984ee4b87d110ea7eda66a318f9d1dff64db60717e3ac5d79c0a51fb8718"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hw550-3g" + ]; + titles = [ + { + title = "Aztech HW550-3G"; + } + ]; + }; + ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-ip2202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-ip2202-squashfs-sysupgrade.bin"; + sha256 = "1bda6074e3be69bd31060cd523013d109374d3e57efdba2338104fad7bbf0c3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ip2202" + ]; + titles = [ + { + title = "Poray IP2202"; + } + ]; + }; + jhr-n805r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-jhr-n805r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-jhr-n805r-squashfs-sysupgrade.bin"; + sha256 = "f25156fe6a1e36f1332175aca2b46110608aeb124fa72fb37b0c03fcdf2ba453"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-jhr-n805r-squashfs-factory.bin"; + sha256 = "b71beacb94293405f1c4c4704e8af4410c0a5e948b9e4338308c98171a7df356"; + type = "factory"; + } + ]; + supported_devices = [ + "jhr-n805r" + ]; + titles = [ + { + title = "JCG JHR-N805R"; + } + ]; + }; + jhr-n825r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-jhr-n825r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-jhr-n825r-squashfs-sysupgrade.bin"; + sha256 = "527a5b8c65df1939d3bd6f20b3cd6fa8ff4c2ab2603c79de69975f98ddaa4d88"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-jhr-n825r-squashfs-factory.bin"; + sha256 = "444f7d0b17e1580e636081048eb6474f94f80c24f74351f13714917ea5a4dc14"; + type = "factory"; + } + ]; + supported_devices = [ + "jhr-n825r" + ]; + titles = [ + { + title = "JCG JHR-N825R"; + } + ]; + }; + jhr-n926r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-jhr-n926r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-jhr-n926r-squashfs-sysupgrade.bin"; + sha256 = "4ac6b58aae63caec247ac094f034b36aadd60925fe702ba60631496b5f0c6266"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-jhr-n926r-squashfs-factory.bin"; + sha256 = "058181598907d42617414c1a998f745b12c04c7505dfc4f92a3f9c14ead61e5d"; + type = "factory"; + } + ]; + supported_devices = [ + "jhr-n926r" + ]; + titles = [ + { + title = "JCG JHR-N926R"; + } + ]; + }; + kn = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-kn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-kn-squashfs-sysupgrade.bin"; + sha256 = "75dc7f3f15ed76ae5a4a2449aad9493995d09c1fefe407ba09d26a676d66262f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kn" + ]; + titles = [ + { + title = "ZyXEL Keenetic"; + } + ]; + }; + m2m = { + device_packages = [ + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-m2m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-m2m-squashfs-sysupgrade.bin"; + sha256 = "5e8df3f9814da988f3ddb6c1828f244cb3ab217aca19f28b99ac5915116405ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m2m" + ]; + titles = [ + { + title = "Intenso Memory 2 Move"; + } + ]; + }; + m3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-m3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-m3-squashfs-sysupgrade.bin"; + sha256 = "b9f61001e18ec88206d883fdc20a4a9a1751fd2e81ef9932f533ee200f6f33ae"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-m3-squashfs-factory.bin"; + sha256 = "2564cf6f69b2d48bed6b18adb84b0014de2fac2de9b85b88c71e57825246a8d6"; + type = "factory"; + } + ]; + supported_devices = [ + "m3" + ]; + titles = [ + { + title = "Poray M3"; + } + ]; + }; + m4-4M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-m4-4M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-m4-4M-squashfs-sysupgrade.bin"; + sha256 = "c6acc9f41ae8f67fb5a4bc26887b64e9ca6c50e5958daa5036c1c44ef021c473"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-m4-4M-squashfs-factory.bin"; + sha256 = "ea3936edf6e5e8721cc5d8b58cbeece85ee07e2c724346e5ee0ef5904e511cb9"; + type = "factory"; + } + ]; + supported_devices = [ + "m4-4M" + ]; + titles = [ + { + title = "Poray M4 (4MB)"; + } + ]; + }; + m4-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-m4-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-m4-8M-squashfs-sysupgrade.bin"; + sha256 = "7b3f11e9782447eb7d4ff48790c07fb7c767c2d12b9d99865a1ba7557c2514ab"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-m4-8M-squashfs-factory.bin"; + sha256 = "bc0c22ca34ace0fe3e37b1fd3e190779f6688ddfd0e76617db66b35d70db2a7a"; + type = "factory"; + } + ]; + supported_devices = [ + "m4-8M" + ]; + titles = [ + { + title = "Poray M4 (8MB)"; + } + ]; + }; + miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-miniembplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-miniembplug-squashfs-sysupgrade.bin"; + sha256 = "cebdd20dce86b98795a65b4d23a0c3052dce6237d5f1b1f3caaa842e008e6ef8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miniembplug" + ]; + titles = [ + { + title = "Omnima MiniEMBPlug"; + } + ]; + }; + miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-miniembwifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "8c63da4d845fa818c4b48e9955279e97ce9e99044ace3ecf0428bb63fd0a8e60"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miniembwifi" + ]; + titles = [ + { + title = "Omnima MiniEMBWiFi"; + } + ]; + }; + mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-mofi3500-3gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "d2889b2d9bd658bb05e6fdf9ee7c6dc8db09a7bfcbff98e8b7b7bd931253ed51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mofi3500-3gn" + ]; + titles = [ + { + title = "MoFi Network MOFI3500-3GN"; + } + ]; + }; + mpr-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-mpr-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-mpr-a1-squashfs-sysupgrade.bin"; + sha256 = "23f096723f307f3a933f1e8764d2ce818044cde5fcd491460ed5f3bd4551384d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mpr-a1" + ]; + titles = [ + { + title = "HAME MPR-A1"; + } + ]; + }; + mpr-a2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-mpr-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "9d9f520d98132159abdc7efe200548ab1bbed588ff8f8e34049f45e77b38581e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mpr-a2" + ]; + titles = [ + { + title = "HAME MPR-A2"; + } + ]; + }; + mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-mr-102n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-mr-102n-squashfs-sysupgrade.bin"; + sha256 = "5a5a8a9956a1cef8b188beba2c3dcc7ffd0e6a89f60726525533f897a2e948d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mr-102n" + ]; + titles = [ + { + title = "AXIMCom MR-102N"; + } + ]; + }; + mzk-dp150n = { + device_packages = [ + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-mzk-dp150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-mzk-dp150n-squashfs-sysupgrade.bin"; + sha256 = "6374f0ccd74c585be7e58d15dd42ea7d6291fdaa1ce83bf0f8d239f46bee8c98"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-dp150n" + ]; + titles = [ + { + title = "Planex MZK-DP150N"; + } + ]; + }; + mzk-w300nh2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-mzk-w300nh2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-mzk-w300nh2-squashfs-factory.bin"; + sha256 = "7e47c7e7ce1c984c4f387a077201908ced07fab6a63b4f506b607ecf1a79a7b5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-mzk-w300nh2-squashfs-sysupgrade.bin"; + sha256 = "de02acc0999ee601d20438ce314357f7efec3dd5a18c500e92c18e47b60c8201"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-w300nh2" + ]; + titles = [ + { + title = "Planex MZK-W300NH2"; + } + ]; + }; + mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-mzk-wdpr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "b20f6bf2da359fe2c963c1c05fddfe27a99fc77b99064fb9e28f86758a08a2df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-wdpr" + ]; + titles = [ + { + title = "Planex MZK-WDPR"; + } + ]; + }; + nbg-419n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-nbg-419n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-nbg-419n-squashfs-sysupgrade.bin"; + sha256 = "c1961fa1c7ca3dce370b26e93b3dd41d21585ea8703c4613b0fbf7c9b109a3be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nbg-419n" + ]; + titles = [ + { + title = "ZyXEL NBG-419N"; + } + ]; + }; + nbg-419n2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-nbg-419n2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-nbg-419n2-squashfs-sysupgrade.bin"; + sha256 = "ee904c0b719405a91ebebb3b11522963596e9737b4054fb0ec10b110fac654c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nbg-419n2" + ]; + titles = [ + { + title = "ZyXEL NBG-419N2"; + } + ]; + }; + ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-core" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-ncs601w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-ncs601w-squashfs-sysupgrade.bin"; + sha256 = "509af2c18da3aed756f186b86e264f78171c0bab1fb74ebd40f181b3ca91c670"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ncs601w" + ]; + titles = [ + { + title = "Wansview NCS601W"; + } + ]; + }; + nixcore-x1-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-nixcore-x1-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-nixcore-x1-16M-squashfs-sysupgrade.bin"; + sha256 = "0744c02f8fd51b3de794f9e28574b2e4ac802596ae66931bd2ab64d926d9e1a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore-x1-16M" + "nixcore-x1" + ]; + titles = [ + { + title = "NixcoreX1 (16M)"; + } + ]; + }; + nixcore-x1-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-nixcore-x1-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-nixcore-x1-8M-squashfs-sysupgrade.bin"; + sha256 = "6dbd5268030edaea0669e0e545b22ee118ee628b2396861ad9de134a71764301"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore-x1-8M" + "nixcore-x1" + ]; + titles = [ + { + title = "NixcoreX1 (8M)"; + } + ]; + }; + nw718 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-nw718"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-nw718-squashfs-sysupgrade.bin"; + sha256 = "ada5a887ef7f593f5ce8bcbc3a267c17dace98c3df86d3d3c18b31830f84b726"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nw718" + ]; + titles = [ + { + title = "Netcore NW718"; + } + ]; + }; + psr-680w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-psr-680w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-psr-680w-squashfs-sysupgrade.bin"; + sha256 = "1380a0b29eb5c6e2a420c6aa0fd61ab951cc437c333e6c891ccfe7bf0ac7a3aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psr-680w" + ]; + titles = [ + { + title = "Petatel PSR-680W Wireless 3G Router"; + } + ]; + }; + pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-pwh2004"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-pwh2004-squashfs-sysupgrade.bin"; + sha256 = "6780a41a44e976d140333e4ca949c5cfc2e445119dabd6615f2010324a254590"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pwh2004" + ]; + titles = [ + { + title = "Prolink PWH2004"; + } + ]; + }; + px-4885-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-px-4885-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-px-4885-8M-squashfs-sysupgrade.bin"; + sha256 = "834b819732e143bcc4481f2ac6b8bf5003f131e9a72c5f1eea7806406414c5ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "px-4885-8M" + ]; + titles = [ + { + title = "7Links PX-4885 (8M)"; + } + ]; + }; + rt-g32-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-rt-g32-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-rt-g32-b1-squashfs-sysupgrade.bin"; + sha256 = "6bdf26fe6c724e2b81cc56fe2bbddf224f49563959e12d463c3d10e059a3c917"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-g32-b1" + ]; + titles = [ + { + title = "Asus RT-G32 B1"; + } + ]; + }; + rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-rt-n13u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "26f88b8e48aa1eb6c4bf5c7baedeb44e68aacfa87c9d7f91e3aa9da8924d3a60"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n13u" + ]; + titles = [ + { + title = "Asus RT-N13U"; + } + ]; + }; + rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-rt5350f-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "627a346b51bd218e5985e14026807936e87f103b56ac306b0cda318098dc4d0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt5350f-olinuxino" + ]; + titles = [ + { + title = "RT5350F-OLinuXino"; + } + ]; + }; + rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "773155b82cfe43e75f07cd481ddc79c1a7407e1c0a8f8a0c69b0f3a82fd7e606"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + title = "RT5350F-OLinuXino-EVB"; + } + ]; + }; + rut5xx = { + device_packages = [ + "om-watchdog" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-rut5xx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-rut5xx-squashfs-sysupgrade.bin"; + sha256 = "d27bd7ea4550569b57f1e6418c49467ca2d15570185a741bcb8380b882728df1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rut5xx" + ]; + titles = [ + { + title = "Teltonika RUT5XX"; + } + ]; + }; + sl-r7205 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-sl-r7205"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-sl-r7205-squashfs-sysupgrade.bin"; + sha256 = "d4bee8cfc26bb3b68e1f6c1500e73700a905ad55db0f3bf1fbc647fce27a4251"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sl-r7205" + ]; + titles = [ + { + title = "Skyline SL-R7205 Wireless 3G Router"; + } + ]; + }; + tew-638apb-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-tew-638apb-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-tew-638apb-v2-squashfs-sysupgrade.bin"; + sha256 = "1c13742f25369cc9c2c0b13cdd33262de30827556d608ac0b69af1262973df89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-638apb-v2" + ]; + titles = [ + { + title = "TRENDnet TEW-638APB v2"; + } + ]; + }; + tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-tew-714tru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "542ef2c4a8eabec9f6da34683fefd3d08e5a1a476d85c6ed6ad2ee6fbb3aedab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-714tru" + ]; + titles = [ + { + title = "TRENDnet TEW-714TRU"; + } + ]; + }; + ur-326n4g = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-ur-326n4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-ur-326n4g-squashfs-sysupgrade.bin"; + sha256 = "bc422a5934455f5da9762aeecb54b92aafa1df18e002f5ffd28ab329c0fb9d90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ur-326n4g" + ]; + titles = [ + { + title = "UPVEL UR-326N4G"; + } + ]; + }; + ur-336un = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-ur-336un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-ur-336un-squashfs-sysupgrade.bin"; + sha256 = "5636e175b2d9f98e8a05cdbb897ace3617117cef80c4b71d6f9982ea8980ad4c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ur-336un" + ]; + titles = [ + { + title = "UPVEL UR-336UN"; + } + ]; + }; + v22rw-2x2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-v22rw-2x2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-v22rw-2x2-squashfs-sysupgrade.bin"; + sha256 = "73aa34a86c227067b8c3ebb3866cced64415122aa81084f0ff5c25321ae8b23d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "v22rw-2x2" + ]; + titles = [ + { + title = "Ralink AP-RT3052-V22RW-2X2"; + } + ]; + }; + vocore-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-vocore-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-vocore-16M-squashfs-sysupgrade.bin"; + sha256 = "c18a2654b98aba07c46b3681bf273f79af75b46572b151d05cbbcf6f483880de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore-16M" + "vocore" + ]; + titles = [ + { + title = "VoCore (16M)"; + } + ]; + }; + vocore-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-vocore-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-vocore-8M-squashfs-sysupgrade.bin"; + sha256 = "2aee69adaaaab3556ebeeb99495c187264133c761e642b1df314a83d2c4e1304"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore-8M" + "vocore" + ]; + titles = [ + { + title = "VoCore (8M)"; + } + ]; + }; + w150m = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-w150m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-w150m-squashfs-sysupgrade.bin"; + sha256 = "b8c24ff24155cd7728e1ac62bd600d22b427e6d3cdac1107b05f7342dd99611b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w150m" + ]; + titles = [ + { + title = "Tenda W150M"; + } + ]; + }; + w306r-v20 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-w306r-v20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-w306r-v20-squashfs-sysupgrade.bin"; + sha256 = "61f45beebc0121c1a084a55cc28f92a2b0ec9fe867dd39fc5d3451c0fad98b7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w306r-v20" + ]; + titles = [ + { + title = "Tenda W306R V2.0"; + } + ]; + }; + w502u = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-w502u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-w502u-squashfs-sysupgrade.bin"; + sha256 = "8e5da25c4ddc4fa0e37165feb8ca9d59a4f95f4a0a234c25e82d8250c72a198b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w502u" + ]; + titles = [ + { + title = "ALFA Networks W502U"; + } + ]; + }; + wcr-150gn = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-wcr-150gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-wcr-150gn-squashfs-sysupgrade.bin"; + sha256 = "70519b71c1dc9005205c298c1aa5a8de3a431759d0ee364a736a07d0d1e1a33d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wcr-150gn" + ]; + titles = [ + { + title = "Sparklan WCR-150GN"; + } + ]; + }; + whr-g300n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-whr-g300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-whr-g300n-squashfs-tftp.bin"; + sha256 = "930b8d18eb5204c059be5a7e9181a467c4ba751e96f345380ac94856bdde6883"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-whr-g300n-squashfs-sysupgrade.bin"; + sha256 = "61d645472e83bf10672a70ee5c3d114a2fa85948ff3922e2719b69e52063113d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-g300n" + ]; + titles = [ + { + title = "Buffalo WHR-G300N"; + } + ]; + }; + wizard8800 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-wizard8800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-wizard8800-squashfs-sysupgrade.bin"; + sha256 = "bf5789d1aa84210cd70df6088b0ccd23afd6bc8e7a68e40f14e7e4919f2e3e1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wizard8800" + ]; + titles = [ + { + title = "EasyAcc WIZARD 8800"; + } + ]; + }; + wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-wizfi630a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "a00ed617927fe46b06470a38dbd168e06365894ac3515121f0caf60effda0853"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wizfi630a" + ]; + titles = [ + { + title = "WIZnet WizFi630A"; + } + ]; + }; + wl-330n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-wl-330n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-wl-330n-squashfs-sysupgrade.bin"; + sha256 = "ec983caac008d8d058089970a56a3be10cddcb6c151a724a60f25e87f9bca48f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wl-330n" + ]; + titles = [ + { + title = "Asus WL-330N"; + } + ]; + }; + wl-330n3g = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-wl-330n3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-wl-330n3g-squashfs-sysupgrade.bin"; + sha256 = "516d4ea4a01cdf0e1e7d9c8d330cc02aa88ca78319ca8e7eb2e72b832b714025"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wl-330n3g" + ]; + titles = [ + { + title = "Asus WL-330N3G"; + } + ]; + }; + wnce2001 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-wnce2001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-wnce2001-squashfs-factory.bin"; + sha256 = "0a09840f1ec0c1262c303aff4c73c6d25ae9f0477d1ef385b57382924ada8c97"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-wnce2001-squashfs-factory-NA.bin"; + sha256 = "4bb92e36d44c8f54f62aee2788132beca3558cd43c89d6a8b570bad25f77ebe8"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-wnce2001-squashfs-sysupgrade.bin"; + sha256 = "4086134673e71dbe64fd282d07265ee66423ce6a595388b48154edfdd553818b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wnce2001" + ]; + titles = [ + { + title = "Netgear WNCE2001"; + } + ]; + }; + wr512-3gn-8M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-wr512-3gn-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-wr512-3gn-8M-squashfs-sysupgrade.bin"; + sha256 = "5f7255b849668722e81d1adb0b1c41ea2d07ab48b91b3df75c50ad58d0eeb1f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wr512-3gn-8M" + ]; + titles = [ + { + title = "WR512-3GN (8M)"; + } + ]; + }; + wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-wr6202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-wr6202-squashfs-sysupgrade.bin"; + sha256 = "c1f3b5db54c92718b8e48889434d3559e85ac7129535f2b1b1173eb260ff0ee6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wr6202" + ]; + titles = [ + { + title = "AWB WR6202"; + } + ]; + }; + wt1520-4M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-wt1520-4M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-wt1520-4M-squashfs-sysupgrade.bin"; + sha256 = "967c0c47d84ae37b73f756053ea121ba5ef8c9e9a4c7063406e425c37527089d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-wt1520-4M-squashfs-factory.bin"; + sha256 = "b981770ac93d3b7e409bc53878d18850e5b2cf3be457101e96fa70002dda8ff3"; + type = "factory"; + } + ]; + supported_devices = [ + "wt1520-4M" + ]; + titles = [ + { + title = "Nexx WT1520 (4MB)"; + } + ]; + }; + wt1520-8M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-wt1520-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-wt1520-8M-squashfs-sysupgrade.bin"; + sha256 = "b1e7fe83b29a0d9fde4fabd2ac04296a6ad1a3cf2496e2662c0d2b29659c4f91"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-wt1520-8M-squashfs-factory.bin"; + sha256 = "f1b3911649e768a4924f776c37d861b071175bd94b9fa2590d447bb8f83ab5ca"; + type = "factory"; + } + ]; + supported_devices = [ + "wt1520-8M" + ]; + titles = [ + { + title = "Nexx WT1520 (8MB)"; + } + ]; + }; + x5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-x5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-x5-squashfs-factory.bin"; + sha256 = "0a4e93881f26a2958929dfb9fbe65dbf43444d24ae37f5dc60413d159f38bc3e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-x5-squashfs-sysupgrade.bin"; + sha256 = "fccdc31579b88aeaca35726a7116523b8d6550a21244b0fe10711ab04304d1ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "x5" + ]; + titles = [ + { + title = "Poray X5/X6"; + } + ]; + }; + x8 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-x8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-x8-squashfs-sysupgrade.bin"; + sha256 = "ba264eb7df6a18d2a8c4d04b6a0a91f89df972e232257f6e6bf8f7771d610c34"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-x8-squashfs-factory.bin"; + sha256 = "3fa9dfb7e6e2f2aa6f4e1fbb9cfe78b3cef3a9ef4f3c9b2791e0cbe43a3649a2"; + type = "factory"; + } + ]; + supported_devices = [ + "x8" + ]; + titles = [ + { + title = "Poray X8"; + } + ]; + }; + xdxrn502j = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-xdxrn502j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-xdxrn502j-squashfs-sysupgrade.bin"; + sha256 = "afcc63df568c01f25aa1f3c89fdaaac57bb2fbb70f7d44a02d608749c4b76db4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xdxrn502j" + ]; + titles = [ + { + title = "XDX RN502J"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "3d39024de8bfa2af8e11f9007fbcd1b888fe523bc473c1548db9d366fa95109f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + title = "Zorlik ZL5900V2"; + } + ]; + }; + zyxel_keenetic-start = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt305x-zyxel_keenetic-start"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt305x-zyxel_keenetic-start-squashfs-sysupgrade.bin"; + sha256 = "bcbe460ef104c112d1ce190d4b7b96b04db570a69113953d1997a468226d1d97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-start" + ]; + titles = [ + { + title = "ZyXEL Keenetic Start"; + } + ]; + }; + }; + target = "ramips/rt305x"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "7b4cf0ebf749e7fab8823a433b49618ee8cd7833f274896879e017384bec1901"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + title = "Belkin F9K1109 Version 1.0"; + } + ]; + }; + br-6475nd = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt3883-br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt3883-br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "acecffbbc8c5c7e17af4ee47e3d9684203220c837af80592224ed076eae9b15b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "br-6475nd" + ]; + titles = [ + { + title = "Edimax BR-6475nD"; + } + ]; + }; + cy-swr1100 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "swconfig" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt3883-cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt3883-cy-swr1100-squashfs-factory.bin"; + sha256 = "25ecd159accf9b946ac068518c5389a6d675319f834787e4c9d9c0838bd6184c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt3883-cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "40323b258848384ed837e1ef6cccd82a141cf525947cba28d006ca6ef181613b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cy-swr1100" + ]; + titles = [ + { + title = "Samsung CY-SWR1100"; + } + ]; + }; + dir-645 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt3883-dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt3883-dir-645-squashfs-sysupgrade.bin"; + sha256 = "3bc5632cdbe20b966c3d67bb4dc2746100d30c2ae0376b6d839511c426fdef45"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt3883-dir-645-squashfs-factory.bin"; + sha256 = "4fe8b80ee62c2a85abca6fe99d15708be440f695cb59aa430180feba33420733"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-645" + ]; + titles = [ + { + title = "D-Link DIR-645"; + } + ]; + }; + hpm = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt3883-hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt3883-hpm-squashfs-sysupgrade.bin"; + sha256 = "78148488072e8627fcaf9b3e81023b5ff66c4a3cd0b5b7faebe3588d6ca7f91d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hpm" + ]; + titles = [ + { + title = "Omnima HPM"; + } + ]; + }; + rt-n56u = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt3883-rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt3883-rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "6b960e77c2c8086e2650d0dbdd678e3a172b61c5ff6849fc7779c432c441eb60"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n56u" + ]; + titles = [ + { + title = "Asus RT-N56U"; + } + ]; + }; + tew-691gr = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt3883-tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt3883-tew-691gr-squashfs-factory.bin"; + sha256 = "31e1718441a10c408aa85f18b9e2989f527c20e2df16cc3f131d6593b6936091"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt3883-tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "543222b8d2f5a58dfe2c1e8f95dbe2106785ac70fc59c5832d0481d67e45e672"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-691gr" + ]; + titles = [ + { + title = "TRENDnet TEW-691GR"; + } + ]; + }; + tew-692gr = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt3883-tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt3883-tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "404162bbf018d97dca3a275f027094baddf993815765d12cfd15196351816600"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt3883-tew-692gr-squashfs-factory.bin"; + sha256 = "8659acd7c72036f7f2850657b06e6d39d9d3b561470387f7c60ac7cc13eb1d10"; + type = "factory"; + } + ]; + supported_devices = [ + "tew-692gr" + ]; + titles = [ + { + title = "TRENDnet TEW-692GR"; + } + ]; + }; + wlr-6000 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.7-ramips-rt3883-wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt3883-wlr-6000-squashfs-factory.dlf"; + sha256 = "28b4c4e97468329893dbb15987c277fc58caae534dbdb255263ea40c95478c03"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt3883-wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "958a93f1c5c8fca797ce2c626adaa49b0cbfd57e9f20c02c3e530e93116961ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wlr-6000" + ]; + titles = [ + { + title = "Sitecom WLR-6000"; + } + ]; + }; + wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-ramips-rt3883-wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-ramips-rt3883-wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "de8faa06cd3d90fccc99ccf5969348e18a70b7b97b7fdaac7490f01b21ffd456"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wmdr-143n" + ]; + titles = [ + { + title = "Loewe WMDR-143N"; + } + ]; + }; + }; + target = "ramips/rt3883"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + rb532 = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "wpad-basic" + "kmod-ath5k" + "kmod-input-rb532" + "e2fsprogs" + "mkf2fs" + "nand-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "wpad-basic" + "kmod-ath5k" + "kmod-input-rb532" + "e2fsprogs" + "mkf2fs" + "nand-utils" + ]; + metadata_version = 1; + profiles = { + nand = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-rb532-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-rb532-nand-squashfs-sysupgrade.bin"; + sha256 = "9a5d8b2b9318bea2946c88f8adc67aa79ebb78cda422750824caff646d370383"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb532" + ]; + titles = [ + { + title = ""; + } + ]; + }; + }; + target = "rb532/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + samsung = { }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun50i-a64-pine64-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa53-sun50i-a64-pine64-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa53-sun50i-a64-pine64-plus-ext4-sdcard.img.gz"; + sha256 = "4c0d09c91635a304c3b4db238cfceca1478ab2d37c9b1bd3bdfab8fc60b349af"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa53-sun50i-a64-pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "62c75b3420c34e1884e42b623ce14a2dfcf14b0e53663c5ef68392862ed0826b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + title = "Pine64 Plus A64"; + } + ]; + }; + sun50i-a64-sopine-baseboard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa53-sun50i-a64-sopine-baseboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa53-sun50i-a64-sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "23dfee21e7ad0ce15edd3c8053bb389d9b9ef52c3b7b75f9a1823e569472c8d0"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa53-sun50i-a64-sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "6b9f2ef569d9fcee40d56a90666fa717c69387a767e5b6f243e6ef8968406144"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + title = "Pine64 Sopine"; + } + ]; + }; + sun50i-h5-nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "67a2f3369a806eae1a432fec2dfbb73f6f279b7d86fe9c019a799bfd26eb693a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "481e4d73ff45c853baed8595cdf63fcfd706d8b83bb6178a8f94a1b54ba6fb8f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + title = "Nanopi NEO Plus2 (H5)"; + } + ]; + }; + sun50i-h5-nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa53-sun50i-h5-nanopi-neo2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa53-sun50i-h5-nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "2ac995c86ed2dc84d189ec0c573ea4106e2d36ec3e5be1e7dde76654dbd5a06c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa53-sun50i-h5-nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "76534aa57914f734a3c776c37d16dabaf36f7e41231a6db82dec81c04e6bd881"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + title = "Nanopi NEO2 (H5)"; + } + ]; + }; + sun50i-h5-orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa53-sun50i-h5-orangepi-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa53-sun50i-h5-orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "9c84ff41b492307d4e3d19f7d435894ad0117c25bdd47a99dc167e151a16d27c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa53-sun50i-h5-orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "229e5ada436167c7eade7bf4064fb1026f839f5e25a73c3ed99795f27e30f639"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC2"; + } + ]; + }; + sun50i-h5-orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "a6c613ef7ba14338e936346bd78a7abe32f9986aed0d280d91c5fbe6d57bb6db"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "b607fc2dc1490d4548d65cba0824ddf6d22a41bbe9b21941e03061d96dca7f9d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi Zero Plus"; + } + ]; + }; + }; + target = "sunxi/cortexa53"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun6i-a31-m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun6i-a31-m9"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun6i-a31-m9-ext4-sdcard.img.gz"; + sha256 = "86b20f3fb1e7a39fedd8cf928baceea568dfb4886a957cd40297a3968f425c07"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun6i-a31-m9-squashfs-sdcard.img.gz"; + sha256 = "7e70a6007c45de59d5900eff7920d321a2d8b78f295bf8dd9b21652059bdec6e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + title = "Mele M9 top set box"; + } + ]; + }; + sun7i-a20-bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-bananapi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-bananapi-squashfs-sdcard.img.gz"; + sha256 = "38aab96cb38349518c3a1d2f416864682e2d6e0ffc074e0cbe64c72c029f1cfd"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-bananapi-ext4-sdcard.img.gz"; + sha256 = "9d2c1a7ccf3c759300b46da4d77491064de23e3125e0f2cacd6a702cd5b7d0ad"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + title = "LeMaker Banana Pi"; + } + ]; + }; + sun7i-a20-bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-bananapro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-bananapro-ext4-sdcard.img.gz"; + sha256 = "b3543e32c759ef768af972b19f31746e87d89d8384740bd26e671e69e3196813"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-bananapro-squashfs-sdcard.img.gz"; + sha256 = "2779d7dbde93009465396e3e63e3b6e48fcb59c745c2ed9827d55ae9944e8722"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + title = "LeMaker Banana Pro"; + } + ]; + }; + sun7i-a20-cubieboard2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-cubieboard2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-cubieboard2-ext4-sdcard.img.gz"; + sha256 = "e6960cb5c7a1210dedec321abed5d487a9c571fbe8c11f1f0cab4006c646dd59"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "136772f27ae034c3d241217fb0af7d993999d1feff7f4e7e185ac0235e19b3f3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + title = "Cubietech Cubieboard2"; + } + ]; + }; + sun7i-a20-cubietruck = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-cubietruck"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-cubietruck-ext4-sdcard.img.gz"; + sha256 = "8d6eb721cea0f3ee952c4d09ad165614cc66853770664ad18c4f4b907419dd37"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-cubietruck-squashfs-sdcard.img.gz"; + sha256 = "59c8cc656b6ddb4b0f6988efb03d8568a265dfe6622e05917cb1699810061e59"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + title = "Cubietech Cubietruck"; + } + ]; + }; + sun7i-a20-lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "swconfig" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-lamobo-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "230ab8b0774ab66c8f86ac6c032b67fb62cf97d93c2dd88b041535ea928b17e0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "0d26a438e366764ef3afdfbec7db80a3cbeb259d4d9735e9fae63679edcf872e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + title = "Lamobo R1"; + } + ]; + }; + sun7i-a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "1c856d4bf422a8d930024492d1b17fa563dc98738abd6d126fc859e101e523d9"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "b4e5b8be1084aeb69663642a01c58c7ecc22b0c00a895628c7eba3d58242343f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME"; + } + ]; + }; + sun7i-a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-olinuxino-lime2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "737cb9b5c4ab630c05961188cca2f98535196c235cad363a5d1ec16bbc5363b4"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "ff2500600da9ff0b8796292dd9b8014e9249d620d65329a8019c3a1bb57fd4b8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME2"; + } + ]; + }; + sun7i-a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "cf623eb643495d7fde5aa86aee416eecc3cdeea744c66b4d26db09432d06cc49"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "e172810b77bce843d7ee5993fb0b305fa7c0df3f2f88e7e3b2bd30d33fdd664b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME2-eMMC"; + } + ]; + }; + sun7i-a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-olinuxino-micro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "73eebbd270ba37a8a1f3125480388784b9ae76c5e402a7bc580c69eb963df9d9"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "1c70b31d470e37e46d2c0ac271e0d4a39628717dff404fca25e012385232606b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + title = "Olimex A20-Olinuxino Micro"; + } + ]; + }; + sun7i-a20-pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-pcduino3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-pcduino3-ext4-sdcard.img.gz"; + sha256 = "096f075e38127f34d84e975fb4581e56e55be531adfd212a6e86482d1ace3d9d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun7i-a20-pcduino3-squashfs-sdcard.img.gz"; + sha256 = "91970b611ca534c7a5427888af6b1725dcfb88b9fdce5a69f2871c83074d29bf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + title = "LinkSprite pcDuino3"; + } + ]; + }; + sun8i-h2-plus-orangepi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "b3ff0926044dbe1c83b98c39ff3fff63d4f9c74ec40a943cd2bfb7fd6f4975b6"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "43f47095c5144846c101926be6a338c32f690d1de5c19156f5c1df40537cecb9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + title = "Xunlong Orange Pi R1"; + } + ]; + }; + sun8i-h2-plus-orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "0b6546087c8bd36d5d8656d59e67cf1cee759fef4c099e717348f703b9e8fc17"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "5576b9b12b7bb8249ed62f1dbad2fa8c8583ce165b92c448a61b35bce018c2fe"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + title = "Xunlong Orange Pi Zero"; + } + ]; + }; + sun8i-h3-bananapi-m2-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "ceb465529d51b4535378ac9418b884c91f0f0c3aadd9b6874c800c9d3adc63b4"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "36be67385c035959a32efd37f4ba29e479fc229b95f4cd5673c7617dc759217e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + title = "Sinovoip Banana Pi M2 Plus"; + } + ]; + }; + sun8i-h3-nanopi-m1-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-brcmfmac" + "brcmfmac-firmware-43430-sdio" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "30ce3b5c1c9e863258a2a32f9ec744c1dd5c2dd33647a135c5539733f494dda7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "d209b8eac4f0bb360f32e22f6cdc51266c8a0e95bc31136bdaaf7af32b54cdfe"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + title = "FriendlyArm NanoPi M1 Plus"; + } + ]; + }; + sun8i-h3-nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-nanopi-neo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "74f5715aeec0a43f5f4f83f0018f36d209c603a0287df5aaac1d00202747917f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "2e3d3742519518508d06c32ae127c21b7ece4e88b4f3a5cd188f18fc0d3bbb49"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + title = "FriendlyARM NanoPi NEO"; + } + ]; + }; + sun8i-h3-orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-orangepi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "febb5870fb0ced503812242ddbb2b847dace6d7638f0506489164ba39bb9c6f7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-orangepi-2-ext4-sdcard.img.gz"; + sha256 = "5b10f7d1543fd8984872dbf45d54d1a165bbd3687ebc6c72f73674a8ddcd8edb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + title = "Xunlong Orange Pi 2"; + } + ]; + }; + sun8i-h3-orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-orangepi-one"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-orangepi-one-ext4-sdcard.img.gz"; + sha256 = "9e3dae827aa4e6412a0d807a2a923533743e96ff36e66892b56f79590ea26398"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "9559071a9d610b57ffe080498b023120b57d6617361a48eee3b71a49a393e1f2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + title = "Xunlong Orange Pi One"; + } + ]; + }; + sun8i-h3-orangepi-pc = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-orangepi-pc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "ab23beae11bd240316047d52fcf5592d95b41a4a44651f531f1f7055404706f4"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "e10d3c38f6b12da1976c91b4ca50d264b93a9ba2d2c06866b3637f92965845f8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC"; + } + ]; + }; + sun8i-h3-orangepi-pc-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "94707c7523dc3c877b72f4a54ec6a062286055925e027314f0342ad3436bfdda"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "ebe7b87369edaac6ec3f9983e16afcf2c3310e73524f6883b8da5acbec680bf7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC Plus"; + } + ]; + }; + sun8i-h3-orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-orangepi-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "3ea5534d9e05734ec58591d50a8f32bfdfdc00318b303415637a4a2cc1f01880"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa7-sun8i-h3-orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "c4a12dd8d1264d726f164645da0e53c79c7a3c18ab5c6f2ffa1cf641a1886f86"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi Plus"; + } + ]; + }; + }; + target = "sunxi/cortexa7"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun4i-a10-cubieboard = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa8-sun4i-a10-cubieboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa8-sun4i-a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "ccb0b5adaceaa34c103fc06ae40d9416ffc49696c214dd69ff4cd6b2f62be577"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa8-sun4i-a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "685b4280a0613edc5da0903d1483567ccf5d63853fd6a78adbc0ce949d90849b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + title = "Cubietech Cubieboard"; + } + ]; + }; + sun4i-a10-marsboard = { + device_packages = [ + "mod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa8-sun4i-a10-marsboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa8-sun4i-a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "09f45bb7e55b9afadc2f8f912f68a0640444be83f0de543ce05873d9e3c57ba4"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa8-sun4i-a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "739ab3e7462dffd9b75e2e701068367ee15c13d8e44a9f56efe0ffc91aeb1fc9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + title = "HAOYU Electronics Marsboard A10"; + } + ]; + }; + sun4i-a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa8-sun4i-a10-olinuxino-lime"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa8-sun4i-a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "8e418ec224f93e9b4d3b153bdb6161fbb98eef6bd7903f90cdcb22540e3f133b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa8-sun4i-a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "4941837fdb6c7447e804df837190329188b70e892e527f22fb0d1641ba00d1de"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + title = "Olimex A10-OLinuXino-LIME"; + } + ]; + }; + sun4i-a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa8-sun4i-a10-pcduino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa8-sun4i-a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "8eab81d00cae9155ae25c83f8e89b1116e14577c3e3b9d6a6ddfe485f67558f9"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa8-sun4i-a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "8033731adfe9097a20033b2a49e7ba020099e53100690c7183bbab0d206c965c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + title = "LinkSprite pcDuino"; + } + ]; + }; + sun5i-a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa8-sun5i-a13-olimex-som"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa8-sun5i-a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "2687b6c78cb80df6acc9bb267466e8708560399a9fa14f35a4cab2e1a01b45f1"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa8-sun5i-a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "cae594fbc2d570aa409c8bbb82c93ecd06f6dc0536c1174b5047dd5dc7b16a3b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + title = "Olimex A13 SOM"; + } + ]; + }; + sun5i-a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.7-sunxi-cortexa8-sun5i-a13-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-sunxi-cortexa8-sun5i-a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "a6ff1b555ae0f44dd43752033a052df4ea5204b73ac1576d6af55fee70d6b2da"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-sunxi-cortexa8-sun5i-a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "d52b6a53e655e110f1616043aef7eb43b701ca59180291c0f71e2ca95af3d2be"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + title = "Olimex A13-Olinuxino"; + } + ]; + }; + }; + target = "sunxi/cortexa8"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "e2fsprogs" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "e2fsprogs" + "mkf2fs" + "partx-utils" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-mini" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.7-tegra-compulab_trimslice"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.7-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "7beb8e31a33b834ce625633d90715027e7d685931ef1bbe7dcf15bf1eab989ff"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "2f34a72e65e7c1a70ccea865a202f79c43ac49891acc18c99303bc3bcc4d5f4a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + title = "CompuLab TrimSlice"; + } + ]; + }; + }; + target = "tegra/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; + x86 = { }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "kmod-usb-storage" + "kmod-fs-msdos" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "kmod-usb-storage" + "kmod-fs-msdos" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "332760d780dfffc3ad9c9ee907e3317d04e42c8442039df6580abbc4c1288cf7"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Avnet ZedBoard"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "7b0741367590764790c422cf46a04d77b11825af4ca0c07b3788547f6f533052"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Digilent Zybo"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.7-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "90c2bebddfc9f94666d9488ca2cf3ca1f95b745a5103bdbd9606c36e8533fdb5"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Digilent Zybo Z7"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-19.07.7-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.7-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "aa2349f2d5b46f9b87740ee8d7049414c23d076555e3553a19ad1bfeb7a5d559"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Xilinx ZC702"; + } + ]; + }; + }; + target = "zynq/generic"; + version_code = "r11306-c4a6851c72"; + version_number = "19.07.7"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/19.07.8.nix b/cached-profiles/19.07.8.nix new file mode 100644 index 00000000..540621a5 --- /dev/null +++ b/cached-profiles/19.07.8.nix @@ -0,0 +1,31495 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + "kmod-ath9k" + "swconfig" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "8931bce9fdb0ec85f7668eef5e9c4473c9ac08dfc6b8870b0fec2517c5835a27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + title = "Cisco Meraki MR24"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-19.07.8-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "4eadd839e3502eefa89f65bd6228d653f43c16cd834616895d3a8342b3ff79b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mx60" + "mx60" + ]; + titles = [ + { + title = "Cisco Meraki MX60/MX60W"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.8-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "546ccc47f9de051a60583bc90333518068ead992a679b145813c7ae1dcec0507"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "81b688904a2f4ce35be6680bdd208071bf143be2d864e7da3f8f96a16de07070"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + title = "Netgear WNDAP620 - Premium Wireless-N"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.8-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "220c2535125f8a04f6c3572278589ded767d0e566191e5c75991953a8c8c1569"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "999b68c61e9808634a2bf0852bf18e65a0d5f000906c06c33f27238320188a3e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + title = "Netgear WNDAP660 - Dual Radio Dual Band Wireless-N"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.8-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "97e6e9f9e9339df475aed119c2dcd6ea3f03a076802b6b4518528e901529992e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "f02b98de48e28816d6a365fc9634df921aa44caf8cdc2076bc5ff37550fe21f2"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + title = "Netgear Centria N900 WNDR4700/WNDR4720"; + } + ]; + }; + }; + target = "apm821xx/nand"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-dm" + "kmod-md-mod" + "partx-utils" + "mkf2fs" + "f2fsck" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "eca4d6bb176bfa6b715f9ca3a05fe3d2eb209d91678b0853afb2d6b1edb05181"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "2d6d4d8dbcfc4125d7e341ca8b96245580ca6bfbc50dc45b800dc174c2840102"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "41af827d838d1864dad9c578b87b80db3811eb82950607fb8630e6a66ab1027d"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "9aba61810b3fbdbd9ef9f53eb98113872557383f738e0afb0a6c970929f14579"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + title = "Western Digital My Book Live Series (Single + Duo)"; + } + ]; + }; + }; + target = "apm821xx/sata"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + ar71xx = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + NBG6616 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-NBG6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-NBG6616-squashfs-factory.bin"; + sha256 = "edbce46c6fdcbe81e1beef4a187654f5ce3517b845442a1a38e0de3ebd6c9f72"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-NBG6616-squashfs-sysupgrade.bin"; + sha256 = "a19482ea5eb64b4cd71bd3e78710f9af9d7b9e832da03fe4e85fbca6fdde1698"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL NBG6616"; + } + ]; + }; + antminer-s1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-crypto-manager" + "kmod-i2c-gpio-custom" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-antminer-s1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-antminer-s1-squashfs-sysupgrade.bin"; + sha256 = "9f0d733ba6ea22035a74fd8e599d36bfbd5595abb205468e19f45716c443d508"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-antminer-s1-squashfs-factory.bin"; + sha256 = "9f0b1a92221a81b03196fe5db92573222753b4d3ee21c494ddf99b076e2b5887"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antminer-S1"; + } + ]; + }; + antminer-s3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-crypto-manager" + "kmod-i2c-gpio-custom" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-antminer-s3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-antminer-s3-squashfs-sysupgrade.bin"; + sha256 = "56ebf178bccf9450b48dee90471a62644f96e0f88728bd8bed102cd9b85ff131"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-antminer-s3-squashfs-factory.bin"; + sha256 = "8de4a9dac3d1bb97813279358b39d3a46f05e171b22797197317aa631d8fef28"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antminer-S3"; + } + ]; + }; + antrouter-r1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-antrouter-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-antrouter-r1-squashfs-factory.bin"; + sha256 = "c7ac67e42db1c8f22c6b8c11976929856b6f67142a291c16aecf2a4c5b7ba485"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-antrouter-r1-squashfs-sysupgrade.bin"; + sha256 = "b5ba5b196af8b8644eff32bdb55f15e339134ce05e3897a99dc4f0d74b877d05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antrouter-R1"; + } + ]; + }; + ap121f = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ap121f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ap121f-squashfs-sysupgrade.bin"; + sha256 = "b01794b8a970e89e04756206b4caee20e9a8a4f20c6f48ce4b5a5586fe0f0bfa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ap121f" + ]; + titles = [ + { + title = "ALFA Network AP121F"; + } + ]; + }; + ap531b0 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ap531b0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ap531b0-squashfs-sysupgrade.bin"; + sha256 = "bd681210ee64d40452f5d18c9c6c32c4f6d188858522aa24ea77f385204b2a2b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Rockeetech AP531B0"; + } + ]; + }; + ap90q = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ap90q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ap90q-squashfs-sysupgrade.bin"; + sha256 = "6bff35d2d6b3fb50400a0be9ae4150ec148eb0ae5cdd1c726c888069276386cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore AP80Q/AP90Q"; + } + ]; + }; + archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c25-v1-squashfs-factory.bin"; + sha256 = "d91092e8b7a7a5895dfec9cfce11f7cbdbb58d861dca15fa7a1f07cc5bbddf05"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "b0db083375452a299c71440a594daa334ad5908fa2fd046157e7ab12c52fdcda"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c25-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C25 v1"; + } + ]; + }; + archer-c5-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "78727e44a8976d2a69954083858104a12b7cdc9811352305afb27bd1a55b70cb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c5-v1-squashfs-factory.bin"; + sha256 = "23f125b5c32e5838c806fb036c8bb4d5a3970ede1779738ef4657cd82e791ea3"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C5 v1"; + } + ]; + }; + archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c58-v1-squashfs-factory.bin"; + sha256 = "0217329e9aad573b5ff23882b5ba09e75a2e96505d9e3bfb4c3d403e0eec0b37"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "7f05baa4e159761d983cd295fa389afd3b342e65d9067c332cf2c4546c8879c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c58-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C58 v1"; + } + ]; + }; + archer-c59-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "03dc0540fafcb43a218e3b92c42a2c60aa427b7fe0b40df656d8c40e0912cd40"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c59-v1-squashfs-factory.bin"; + sha256 = "6376842275a4e92289232cd60413e4a6c7412ebb27841a7cc4fbfdafaa1b4d6d"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c59-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C59 v1"; + } + ]; + }; + archer-c59-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c59-v2-squashfs-factory.bin"; + sha256 = "2296d534cfe8e7177c98e65e642e6a4e068c12f626c687001d41d23100d2667a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "51e09d2b1c8e2990fc07f8bcc396d22826f37c6d7f4c0c59094de36ee32990cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c59-v2" + ]; + titles = [ + { + title = "TP-LINK Archer C59 v2"; + } + ]; + }; + archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "01d3641282ab2958bfa05f7a9e3bcb9f2b22bdb2c9249a9473473787f4e13638"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c60-v1-squashfs-factory.bin"; + sha256 = "f5b4babaa1510a580b17ec47604a7ba3bcf3b6288f76e87fe6267a8c88c27003"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c60-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C60 v1"; + } + ]; + }; + archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "207eec44a24795582e2304eb9e226391179cbb69a0ec7fb134674e0e2ee35dcc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c60-v2-squashfs-factory.bin"; + sha256 = "47087e7b2372f947040967ed01bed20d58d5e354e9a8728b20948ae318669604"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c60-v2" + ]; + titles = [ + { + title = "TP-LINK Archer C60 v2"; + } + ]; + }; + archer-c7-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c7-v1-squashfs-factory.bin"; + sha256 = "b589ac7aa0872614b6ae71ea179becb02a5cc0cb6b9fab6807593bac6be3455c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "85a3c6d71905ce79dac523fd4c1a29579669f6887f28be7304996a2bf8ae62a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v1"; + } + ]; + }; + archer-c7-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "46382dd26525101ef3c3080b4455f11c6a7f14594a70082f61d3423b8953e8fb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c7-v2-squashfs-factory.bin"; + sha256 = "c0363d6ee23e1486e0745d32e23a0fbba7386165ab67e66824fc82a4deac1e73"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "969b42b61e365e370fcfbab0450ff60a093e4cf3e587209b85a76f652ac4f300"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "750884f324639b1a6e30f10106b12acadd96375484c9fc73ba1ad7f39ac7b641"; + type = "factory-eu"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v2"; + } + ]; + }; + archer-c7-v2-il = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-archer-c7-v2-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c7-v2-il-squashfs-factory.bin"; + sha256 = "2aa80a809f4d2bcac1b5838ef28260c8a43ec63f3e24fae97badfa9ab50adaa9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c7-v2-il-squashfs-sysupgrade.bin"; + sha256 = "cad867fcd1456afd6c78a47d624acced3e84d6b7d9c5ce166ab6a25371eb61b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v2 (IL)"; + } + ]; + }; + archer-c7-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "9f137ee6d32bfdcf3f045892e2b8a01765bf5511aa5bcc0927e10aa87a6cb5c6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c7-v4-squashfs-factory.bin"; + sha256 = "bbc000758a7ac9a334a4f62dc37933b6502e9158655b55ffb5bbb863e4d17b6a"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c7-v4" + ]; + titles = [ + { + title = "TP-LINK Archer C7 v4"; + } + ]; + }; + archer-c7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "2c794023c7de5087c31f007ea935aa2ce53243039cd0deed0fc5708ba474fa93"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-archer-c7-v5-squashfs-factory.bin"; + sha256 = "c5cec873fbb94cf520b9e00e49230ac7e097e4ed040e27a3cab64d5e74d65880"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c7-v5" + ]; + titles = [ + { + title = "TP-LINK Archer C7 v5"; + } + ]; + }; + arduino-yun = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-arduino-yun"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-arduino-yun-squashfs-sysupgrade.bin"; + sha256 = "b524b3d0adb48a73f98e8451f6bf75ec3775c2e47a0415d1060ca381f76d01cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Arduino Yun"; + } + ]; + }; + bsb = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-bsb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-bsb-squashfs-sysupgrade.bin"; + sha256 = "275eb56a44c60ca39d6ed548306890d7fdf7ae41fa9ed42c53d8a9def265d575"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Smart Electronics Black Swift board"; + } + ]; + }; + c-55 = { + device_packages = [ + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-c-55"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-c-55-squashfs-sysupgrade.bin"; + sha256 = "9778aa749442af2d01d3e2532117537de502c22d756d6d238be2dce9329f841d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "AirTight Networks C-55"; + } + ]; + }; + cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cap324-squashfs-sysupgrade.bin"; + sha256 = "5c2b1ff98cfcc160f753be62a309c00a9e4a17588a73f21fbf95222ffd1954c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CAP324"; + } + ]; + }; + carambola2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-carambola2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-carambola2-squashfs-sysupgrade.bin"; + sha256 = "a0aba512ea78103c9ce5bfba7c1592ea868e23c740d55df89708564cb09935ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Carambola2"; + } + ]; + }; + cf-e316n-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cf-e316n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cf-e316n-v2-squashfs-sysupgrade.bin"; + sha256 = "64907caafe42f37e1c490a7af0a0c1fe6cf24bd4ef5c51824b675a1f85c949af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E316N v2"; + } + ]; + }; + cf-e320n-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cf-e320n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cf-e320n-v2-squashfs-sysupgrade.bin"; + sha256 = "5a0e88148cd6daa2896f438d20670e36e3028687125eeeb8f7495185b6261206"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E320N v2"; + } + ]; + }; + cf-e355ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cf-e355ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cf-e355ac-v1-squashfs-sysupgrade.bin"; + sha256 = "497749dc5a85b5b5f0d884f0676e94ca0fa4cb8f6d211fa5e959b68078330ee4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E355AC v1"; + } + ]; + }; + cf-e355ac-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cf-e355ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cf-e355ac-v2-squashfs-sysupgrade.bin"; + sha256 = "471ea4cbd447d0c21d2ca755f0af8c2ab9bbeeba5a93d974fc6ac5ef3c8c9bdc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E355AC v2"; + } + ]; + }; + cf-e375ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cf-e375ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cf-e375ac-squashfs-sysupgrade.bin"; + sha256 = "a2b0ef87c15d6c2225f426ca86de11a4db1316b8937199f04051b8a94fa300cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E375AC"; + } + ]; + }; + cf-e380ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cf-e380ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cf-e380ac-v1-squashfs-sysupgrade.bin"; + sha256 = "6ac8e98eaa4cc888ff35cae5df18426cdb95abee54dbcabac8c1c22c499eedd4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E380AC v1"; + } + ]; + }; + cf-e380ac-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cf-e380ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cf-e380ac-v2-squashfs-sysupgrade.bin"; + sha256 = "8d777d240b81bccaecfb50005e0c973ab3e4ceca05a332dcf6a2804a9ba8f2d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E380AC v2"; + } + ]; + }; + cf-e385ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cf-e385ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cf-e385ac-squashfs-sysupgrade.bin"; + sha256 = "b27f174cb7bc777aaaafd6b6a824aadc9ae383bbc34fa5290fa32dd8ef8d21b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E385AC"; + } + ]; + }; + cf-e520n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cf-e520n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cf-e520n-squashfs-sysupgrade.bin"; + sha256 = "a0f538c675c2b1c3dbe902f7434381a7c9b222f4803e7954a10dabfce73f3099"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E520N"; + } + ]; + }; + cf-e530n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cf-e530n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cf-e530n-squashfs-sysupgrade.bin"; + sha256 = "36eafaf7242f8ded74a6cbebcc91e53ebb3b54ad5cf07ffac49ec648ddd90891"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E530N"; + } + ]; + }; + cpe210-220-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cpe210-220-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cpe210-220-v1-squashfs-sysupgrade.bin"; + sha256 = "720dceda8fae7503a9a619911a848cd97b5c2f850caaa0f0b383e240e4f45904"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cpe210-220-v1-squashfs-factory.bin"; + sha256 = "255e3006b3220967bb97bdbac286e51bed368e3e84d50745d95d1fa2f4f7962d"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210/220 v1"; + } + ]; + }; + cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "742131e881a65b3e50e4c0b2f3ce3f9ae2ce1e09b5613f2ee3ca90d78d03dbc9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cpe210-v2-squashfs-factory.bin"; + sha256 = "a803ee708a35b00d7b42d0503d627a3666195ca5c10f5a7117283510cb2c071d"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210 v2"; + } + ]; + }; + cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "a2c2e736d622b6d3ff4501b09192da2c5320b864fde5d432b6ea87067447a83b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cpe210-v3-squashfs-factory.bin"; + sha256 = "f3278d649edd63efe12c6bf455af46c88b1eacb777e2e88793f511dc45287669"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210 v3"; + } + ]; + }; + cpe505n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cpe505n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cpe505n-squashfs-sysupgrade.bin"; + sha256 = "4c0c9e9415ca06e8b1892c3da185ccab206eeed939bdb1a050e808be290de868"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "P&W CPE505N"; + } + ]; + }; + cpe510-520-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cpe510-520-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cpe510-520-v1-squashfs-sysupgrade.bin"; + sha256 = "0ca2f5ef92218602847a82ffb764a05ae754f892ee1a484cd28c7662c3386a28"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cpe510-520-v1-squashfs-factory.bin"; + sha256 = "ce3f66c83e9133fff405fea2fa7cd88f2731e6f675586a4baf0d4f0832c33a2a"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE510/520 v1"; + } + ]; + }; + cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "43d4f5cf6cdfdcbdf44ab2fe7031409a01707b3aa88ba56e3a8ade10c95f2f28"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cpe510-v2-squashfs-factory.bin"; + sha256 = "75f92e43a005cec56f1496cd4a83054022f01c7be353d5633ec25c267a013b94"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE510 v2"; + } + ]; + }; + cpe830 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cpe830"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cpe830-squashfs-sysupgrade.bin"; + sha256 = "887f9b07cb4fc04b667fed27b842ed9c4e4f14079e1e54d63557cff0d92846c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore CPE830"; + } + ]; + }; + cpe870 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cpe870"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cpe870-squashfs-sysupgrade.bin"; + sha256 = "63463b458f5d956e5f902292625260b8842bc7e0376a068f5a53ccebc4081680"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore CPE870"; + } + ]; + }; + cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cr3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cr3000-squashfs-sysupgrade.bin"; + sha256 = "e36d62da2e927874d08fd9ec048e93a4b5040950a5990f979147377e9e264a9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CR3000"; + } + ]; + }; + cr5000 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-core" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-cr5000-squashfs-sysupgrade.bin"; + sha256 = "1403d1b4ddd1b6c5a28bbe79045acaffa8bd0644c7538097944b98c6482e8fd4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CR5000"; + } + ]; + }; + dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-dap-1330-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "830592ad4268a1b580e2b2053e81b55d36cd974b66956571d71ed96d6b2dbfb8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-dap-1330-a1-squashfs-factory.img"; + sha256 = "7280c9aa230a76e6acf4e7503f32f9ea21f22710df29f0efe77f2dbf02aa2006"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DAP-1330 rev. A1"; + } + ]; + }; + dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-dap-2695-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "49e8c4ce6240850647fdb0429ab562cfdf96993a6dbc087c6fd669a158307edd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-dap-2695-a1-squashfs-factory.img"; + sha256 = "c8898f15d7624cfd566e23df78c7fdf634b51c4085583653ad263450dc5893c4"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DAP-2695 rev. A1"; + } + ]; + }; + dir-869-a1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-dir-869-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-dir-869-a1-squashfs-factory.bin"; + sha256 = "a06072f1991de264e316ebae939b4881662b953bb90e5e815f16e34747fed1a6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-dir-869-a1-squashfs-sysupgrade.bin"; + sha256 = "5037007133e311847857d2be022e33e08aec1ef44b5d870c1a205f6fd3169a3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DIR-869 rev. A1"; + } + ]; + }; + dr342 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-dr342"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-dr342-squashfs-sysupgrade.bin"; + sha256 = "ce3edd870e2c8810ef84397f4b0feaa14ca6f5cb58ef9c5b22b0a91f31936c65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Wallys DR342"; + } + ]; + }; + dr531 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-dr531"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-dr531-squashfs-sysupgrade.bin"; + sha256 = "9d8cacc58b2929d86e4b79adf9ae61ef5ad1ebc5689f2227b5a170e701c2a0e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Wallys DR531"; + } + ]; + }; + dragino2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-dragino2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-dragino2-squashfs-sysupgrade.bin"; + sha256 = "a62cbf3a9d22a01590bcfcbb95de8f036c048279f92ce8747818eb3f47432146"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dragino 2 (MS14)"; + } + ]; + }; + e1700ac-v2-16M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-e1700ac-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-e1700ac-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "8420a087c1f5221b48835419debbf2fd0d3900b49d2063e6a6d9192bf26c8b28"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700ac-v2" + ]; + titles = [ + { + title = "Qxwlan E1700AC v2 (16MB flash)"; + } + ]; + }; + e1700ac-v2-8M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-e1700ac-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-e1700ac-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "7046d32cfd7408d2c1d8290e69acc21ee8fa0e41e8a1bd2e30ad2e47624ef0d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700ac-v2" + ]; + titles = [ + { + title = "Qxwlan E1700AC v2 (8MB flash)"; + } + ]; + }; + e558-v2-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-e558-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-e558-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "a1ff066e86a418bba907ad59d03c17ab362a83aa02fc9fb1e87e6507845bc1b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e558-v2" + ]; + titles = [ + { + title = "Qxwlan E558 v2 (16MB flash)"; + } + ]; + }; + e558-v2-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-e558-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-e558-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "b9a93d2ada3c1df0b1a27c83613c259d0d57b523e24a0699e462215843cf7dce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e558-v2" + ]; + titles = [ + { + title = "Qxwlan E558 v2 (8MB flash)"; + } + ]; + }; + e600g-v2-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-e600g-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-e600g-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "59944542138a04eaafe6bd282df72a3bc33f24924c9a4a222f669d374b9c29f5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600g-v2" + ]; + titles = [ + { + title = "Qxwlan E600G v2 (16MB flash)"; + } + ]; + }; + e600g-v2-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-e600g-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-e600g-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "1dc898b5ba45e51b4747e92cebebe074a38561916eb705293e6427b49b96aa0c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600g-v2" + ]; + titles = [ + { + title = "Qxwlan E600G v2 (8MB flash)"; + } + ]; + }; + e600gac-v2-16M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-e600gac-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-e600gac-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "a8f169b04a836400e751b2d1b8fcb78a5830d0c2e8b528be3441fc1c3166ef22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600gac-v2" + ]; + titles = [ + { + title = "Qxwlan E600GAC v2 (16MB flash)"; + } + ]; + }; + e600gac-v2-8M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-e600gac-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-e600gac-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "a405a758efabd15d437fb26e667f59fe985f485038339921fd2a7bc47c22d5ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600gac-v2" + ]; + titles = [ + { + title = "Qxwlan E600GAC v2 (8MB flash)"; + } + ]; + }; + e750a-v4-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-e750a-v4-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-e750a-v4-16M-squashfs-sysupgrade.bin"; + sha256 = "56f92c9db1968478eef56b2fed85a299dd3a46a3cec867de766ad65ead7fe763"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750a-v4" + ]; + titles = [ + { + title = "Qxwlan E750A v4 (16MB flash)"; + } + ]; + }; + e750a-v4-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-e750a-v4-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-e750a-v4-8M-squashfs-sysupgrade.bin"; + sha256 = "2361f122b0b4b83fb7ac67d309d9227703cb627ebb12213f7a84c1ff5b47b15b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750a-v4" + ]; + titles = [ + { + title = "Qxwlan E750A v4 (8MB flash)"; + } + ]; + }; + e750g-v8-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-e750g-v8-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-e750g-v8-16M-squashfs-sysupgrade.bin"; + sha256 = "b1cc9f1455ab108876b152207808d91800b565f66906c70548083485e008d557"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750g-v8" + ]; + titles = [ + { + title = "Qxwlan E750G v8 (16MB flash)"; + } + ]; + }; + e750g-v8-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-e750g-v8-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-e750g-v8-8M-squashfs-sysupgrade.bin"; + sha256 = "59a1e1b2134ae33162a9664d4d3809d009503b3e2a36e6e1d149169d860badc0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750g-v8" + ]; + titles = [ + { + title = "Qxwlan E750G v8 (8MB flash)"; + } + ]; + }; + el-m150 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-el-m150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-el-m150-squashfs-factory.bin"; + sha256 = "8ff00517978103f8ebac3d3d1dbcbe9d242353d846ce964638b71bb7cd0ddb87"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-el-m150-squashfs-sysupgrade.bin"; + sha256 = "6eb6c0f24e9f7407eb99c6ac5db70e3168f0d4441ed78162e4cb31749f2525dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EasyLink EL-M150"; + } + ]; + }; + el-mini = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-el-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-el-mini-squashfs-factory.bin"; + sha256 = "ad0b0a6ac2a965f87bd7137a1a2235728e098feddbe9f6dbaae58145f861ced4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-el-mini-squashfs-sysupgrade.bin"; + sha256 = "b8d34fa696dcb17c85203b51ec86b84e8148ff1daad0c051538d91075ea32125"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EasyLink EL-MINI"; + } + ]; + }; + ew-balin = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ew-balin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ew-balin-squashfs-sysupgrade.bin"; + sha256 = "c8c2ded8ddb3adb298dac46e86fb533de20ce23b28c99132bfa3b1fb0d8a16cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Balin Platform"; + } + ]; + }; + ew-dorin = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ew-dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ew-dorin-squashfs-sysupgrade.bin"; + sha256 = "a55f6803e6d36ed1f170b2273d6bdb4b17c75fa210d61abb82f6edf75cdf5cec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Dorin Platform"; + } + ]; + }; + ew-dorin-router = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ew-dorin-router"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ew-dorin-router-squashfs-sysupgrade.bin"; + sha256 = "2421928413baf1722983f935e7c28bcf1d301609ba7cae0dca9a21fb22cef143"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Dorin Router Platform"; + } + ]; + }; + fritz300e = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-fritz300e-squashfs-sysupgrade.bin"; + sha256 = "ab1236b078504b328dcdc0bf60a6a0bba55736f79dc9cdead7d6e7a25c697b14"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz300e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 300E"; + } + ]; + }; + fritz4020 = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-fritz4020-squashfs-sysupgrade.bin"; + sha256 = "c345ff9f9ad481e1b7abdb64c7f1820130eafb3a0653bab63a8d3120e0b58b07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz4020" + ]; + titles = [ + { + title = "AVM FRITZ!Box 4020"; + } + ]; + }; + fritz450e = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-fritz450e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-fritz450e-squashfs-sysupgrade.bin"; + sha256 = "81d93e81b71e21d6b7d873265cf11ca521ce8fbe2334e0492653fafd47ff1b68"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz450e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 450E"; + } + ]; + }; + gl-ar150 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-gl-ar150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "53c4d511e9fbea713ad4b5a0cbb5fcafcc0a1caee9860bbf06a0d32395abe352"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR150"; + } + ]; + }; + gl-ar300 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-gl-ar300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-gl-ar300-squashfs-sysupgrade.bin"; + sha256 = "61eaa9e92a769bc35fbc9037dccc246adb61807707796bd712d1fa9187e60433"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR300"; + } + ]; + }; + gl-ar300m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-gl-ar300m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-gl-ar300m-squashfs-sysupgrade.bin"; + sha256 = "11fe1f4a7406c709bb8eb0f04e4badfc4fb0568bd774a81f8d95a05bcdd861fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR300M"; + } + ]; + }; + gl-ar750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-gl-ar750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "1ac6dd3cab3fb60bc44788fb82492ca5d4972f9d4c301f15d315500f017a49c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-ar750" + ]; + titles = [ + { + title = "GL.iNet GL-AR750"; + } + ]; + }; + gl-ar750s = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-gl-ar750s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-gl-ar750s-squashfs-sysupgrade.bin"; + sha256 = "39e0b632be84a9b1861141216669818528bf8a1c280d2c980b1edb54727bcc71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-ar750s" + ]; + titles = [ + { + title = "GL.iNet GL-AR750S"; + } + ]; + }; + gl-domino = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-gl-domino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-gl-domino-squashfs-sysupgrade.bin"; + sha256 = "73233b59509175fe007f4d7745578fff1d52e5465aa78a9cc1a649d3058d86b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet Domino Pi"; + } + ]; + }; + gl-inet-6408A-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-gl-inet-6408A-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-gl-inet-6408A-v1-squashfs-sysupgrade.bin"; + sha256 = "e8f5fff008dc9573fabcf5846b64516e7a28823df5e290138ab469c2fb20e478"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-gl-inet-6408A-v1-squashfs-factory.bin"; + sha256 = "03ed6df6e4f2d61a068ba15ae455ab816d5d668d2a17de0b1bddf7ad5f58d838"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet 6408"; + } + ]; + }; + gl-inet-6416A-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-gl-inet-6416A-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-gl-inet-6416A-v1-squashfs-sysupgrade.bin"; + sha256 = "50f9752d2490e1f666898eb2f47a6e060320e0e3205b504f4b99585a4888fa07"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-gl-inet-6416A-v1-squashfs-factory.bin"; + sha256 = "f8a88faa6944d4d6b9223b06e9f18bbf9436fd8dfebafd1789d5a02d07cca699"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet 6416"; + } + ]; + }; + gl-mifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-gl-mifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "66bb5ac774d4303ef0452b515b2bdd111850b6667f6de14f0d66c01e41f1c7b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-MiFi"; + } + ]; + }; + gl-usb150 = { + device_packages = [ + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-gl-usb150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "ce4ec85dfef54837bf47dae6b5b4de3b1f1da32350cffbc420fcf28ab9410985"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-usb150" + ]; + titles = [ + { + title = "GL.iNet GL-USB150"; + } + ]; + }; + hiwifi-hc6361 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-fs-ext4" + "kmod-nls-iso8859-1" + "e2fsprogs" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-hiwifi-hc6361"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-hiwifi-hc6361-squashfs-sysupgrade.bin"; + sha256 = "800b7cacea91402f8aeb3d2a102e8a5d3f497d4176ee17cc705fab795e655c98"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "HiWiFi HC6361"; + } + ]; + }; + jwap230 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-jwap230"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-jwap230-squashfs-sysupgrade.bin"; + sha256 = "3998a6daadad3fba280a2abbb1cb183bd9537ccb251682dfdd9b858bbdcb7e19"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "jjPlus JWAP230"; + } + ]; + }; + koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-koala-squashfs-sysupgrade.bin"; + sha256 = "c154b9acddd518d4912ff7ea462a7bbaa00cb49ccc088562dd20f46ac51af026"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OCEDO Koala"; + } + ]; + }; + lan-turtle = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-lan-turtle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "8f21cc84ddaaa390f1c84ec83ba467f14c88e5374eae2cb52ff37a16dda00982"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 LAN Turtle"; + } + ]; + }; + lima = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-lima"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-lima-squashfs-sysupgrade.bin"; + sha256 = "093cbea10391e4168c893be81cb69d9baa3c73226c631717a3b6a974520d31fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Lima"; + } + ]; + }; + mc-mac1200r = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-mc-mac1200r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-mc-mac1200r-squashfs-factory.bin"; + sha256 = "77c5e562cc0694e71fdb2dc77c8bebfa7635aa952af05d7929da4d0c3dfa1ccf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-mc-mac1200r-squashfs-sysupgrade.bin"; + sha256 = "7d8d884c093789d2ef9cd9bc6605f8bfc1b726941bffe7fd651fbf8f9a378037"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Mercury MAC1200R"; + } + ]; + }; + minibox-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-minibox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-minibox-v1-squashfs-sysupgrade.bin"; + sha256 = "250d63f75cdd9bdb443e5ce229cf852636ac79a5cbb186f3d7607691f95f7599"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong MiniBox V1.0"; + } + ]; + }; + "minibox-v3.2" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-minibox-v3.2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-minibox-v3.2-squashfs-sysupgrade.bin"; + sha256 = "1863fef00a88ea906a64a0992a2a46d14f4a97244ffbb10e3922eb1332a8bc08"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-minibox-v3.2-squashfs-factory.bin"; + sha256 = "2fd33b43cfe6108f76e97c634a60dfcbe811cb595864b70c81b3f4debc8a0323"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Gainstrong MiniBox V3.2"; + } + ]; + }; + mr12 = { + device_packages = [ + "kmod-spi-gpio" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-mr12-squashfs-sysupgrade.bin"; + sha256 = "5bf9525bc9a661f7e46fe6940245dcd1d401b0bf38c1b18c407e6dad5b43abe3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-mr12-squashfs-kernel.bin"; + sha256 = "7bd0c25973976f0dc63ea8880a9314d5ee1b5f31c78f8021137a905d3f39b48b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-mr12-squashfs-rootfs.bin"; + sha256 = "65eb15c34f4490f94673518b656525b837c3994e2d20328af20089572e21f462"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR12"; + } + ]; + }; + mr16 = { + device_packages = [ + "kmod-spi-gpio" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-mr16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-mr16-squashfs-rootfs.bin"; + sha256 = "65eb15c34f4490f94673518b656525b837c3994e2d20328af20089572e21f462"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-mr16-squashfs-sysupgrade.bin"; + sha256 = "8e798ba75fc7531368f5dd2aad336399aa007cbedb67e4fe24b47e2388dd2649"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-mr16-squashfs-kernel.bin"; + sha256 = "5337e365f78932338e6b1fd252dd9d92f248144ce575afaadfb90eaee4606b45"; + type = "kernel"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR16"; + } + ]; + }; + mw4530r-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-mw4530r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-mw4530r-v1-squashfs-factory.bin"; + sha256 = "11b8086484406453c9661bb9e3e52ec48e0e5bec771aca736c11bb50d3c87e73"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "3a1f03838bdcc951712a1ccdb4dff8b46d8376387566aade07409687b010873a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Mercury MW4530R v1"; + } + ]; + }; + mynet-n600 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-mynet-n600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-mynet-n600-squashfs-sysupgrade.bin"; + sha256 = "c7090bea225a3ee7159b9342116d66b436be3ebc8705a06dd710275b5608681c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-mynet-n600-squashfs-factory.bin"; + sha256 = "6bb8c8801c6ee4a00edd64a7a0f76587eb7bb235d70422103ef7ec54e17ba986"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Western Digital My Net N600"; + } + ]; + }; + mynet-n750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "4db387a579b5bc0d4ca2c2de019d6b31029f6ef8e4fc6e88a3198c5209b6f272"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-mynet-n750-squashfs-factory.bin"; + sha256 = "ec3922d18d43fa6b726b010ef8955f89b1d6848e2d5e463dade3b1c27d270c1d"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Western Digital My Net N750"; + } + ]; + }; + n5q = { + device_packages = [ + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-n5q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-n5q-squashfs-sysupgrade.bin"; + sha256 = "b59009330f35a855eb490618d981076f31033636246a794c875ca8c9cd84bd3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "n5q" + ]; + titles = [ + { + title = "ALFA Network N5Q"; + } + ]; + }; + omy-g1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-omy-g1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-omy-g1-squashfs-sysupgrade.bin"; + sha256 = "4c98dea5d74314fa37bbdb3bde053a8cfc77b503cbbe507451cf9f972913718d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-omy-g1-squashfs-factory.bin"; + sha256 = "0d098f0df73fa830db35eae86e4e8d7f5492a7a1469347cc601b00533ccb1699"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OMYlink OMY-G1"; + } + ]; + }; + omy-x1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-omy-x1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-omy-x1-squashfs-factory.bin"; + sha256 = "084aac70919495c8156f00cc20f1ab785b6ce604afe8bf2ebe56af2ca33da31d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-omy-x1-squashfs-sysupgrade.bin"; + sha256 = "26424b2cd520264c0b59ab0f2935983d65bdf7a62ba9538a51433ac17bf78c75"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OMYlink OMY-X1"; + } + ]; + }; + onion-omega = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-i2c-core" + "kmod-i2c-gpio-custom" + "kmod-spi-bitbang" + "kmod-spi-dev" + "kmod-spi-gpio" + "kmod-spi-gpio-custom" + "kmod-usb-serial" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-onion-omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-onion-omega-squashfs-sysupgrade.bin"; + sha256 = "d9458f8b214a469ebf4c922b345f6f2980c4302ab99deb71a379deb1e05f51bb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-onion-omega-squashfs-factory.bin"; + sha256 = "b34f7460b868482242547b0c971f6983d3022a73c3200ae679cee52ae2138e45"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Onion Omega"; + } + ]; + }; + oolite-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-oolite-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-oolite-v1-squashfs-sysupgrade.bin"; + sha256 = "67eee397f75a453f62dd906cb9aeca51c9095539835a997b429d384a115c2a74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V1.0"; + } + ]; + }; + "oolite-v5.2" = { + device_packages = [ + "ath10k-firmware-qca9887-ct" + "kmod-ath10k-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-oolite-v5.2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-oolite-v5.2-squashfs-sysupgrade.bin"; + sha256 = "cd8ec8cfd095401ed1730fb32e26cd372ce7f14ce1d58b740ac153fd334b3630"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V5.2"; + } + ]; + }; + "oolite-v5.2-dev" = { + device_packages = [ + "ath10k-firmware-qca9887-ct" + "kmod-ath10k-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-oolite-v5.2-dev"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-oolite-v5.2-dev-squashfs-sysupgrade.bin"; + sha256 = "45212d454ba99d0906a4915dcf25b38e62030d9b8a35823b21064d06fb4ee7ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V5.2-Dev (development board)"; + } + ]; + }; + packet-squirrel = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-packet-squirrel"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "9d13f4dfb993a317b4c325c3f354d511f6bc1560a77459715e39419accd043a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 Packet Squirrel"; + } + ]; + }; + pqi-air-pen = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-pqi-air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-pqi-air-pen-squashfs-sysupgrade.bin"; + sha256 = "6b634f379dc5ae9d43c2c013aa8f8bf4026263822900313591812a73a99a70e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PQI Air Pen"; + } + ]; + }; + qihoo-c301 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-qihoo-c301"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-qihoo-c301-squashfs-sysupgrade.bin"; + sha256 = "a5c8a632a818c31f4cf5f298064ccfc2a6cc82e8c489f7b69f3857cbeffecc2b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-qihoo-c301-squashfs-factory.bin"; + sha256 = "56b16b2476a17c0b90c87b3e6f7931d5e0303ce006454a5e55f1499f4dddcd3a"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Qihoo C301"; + } + ]; + }; + r36a = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-r36a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-r36a-squashfs-sysupgrade.bin"; + sha256 = "295cd8fa9223dbbcaef4465beb57a94d0f13ff335ab13036cdfedfb4782bb00c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "r36a" + ]; + titles = [ + { + title = "ALFA Network R36A"; + } + ]; + }; + r602n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-r602n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-r602n-squashfs-sysupgrade.bin"; + sha256 = "54ba1ecda4af7e189b4278514acbd3dd6adf3f2d112c785668860f5efb303a25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "P&W R602N"; + } + ]; + }; + re355-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-re355-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-re355-v1-squashfs-factory.bin"; + sha256 = "22faf2407311bf13b5a200fca76fe89c7fbe1edfbc846701de3c2f506779dbaa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-re355-v1-squashfs-sysupgrade.bin"; + sha256 = "1d3d539b48e7754309fa674ffbae680e2208664804a4f2f8cede67bf4b92a1ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK RE355 v1"; + } + ]; + }; + re450-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-re450-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-re450-v1-squashfs-factory.bin"; + sha256 = "d291b58be323e07a7c87621e57f5769e97819705366bd25d7d41727b7f221dc6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-re450-v1-squashfs-sysupgrade.bin"; + sha256 = "e149f9b75ae069e8af5727844e6f3377656ec0b3759798f2b41a159fad021396"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK RE450 v1"; + } + ]; + }; + rme-eg200 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-rme-eg200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-rme-eg200-squashfs-sysupgrade.bin"; + sha256 = "1a58475ca4aebe2b559a7a1a9d4b437edce710d940281a4560dbff34ca6fccff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "eTactica EG-200"; + } + ]; + }; + rut900 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-rut900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-rut900-squashfs-factory.bin"; + sha256 = "fff8efb012e9e5d47ec40505ce4c9e0486701104af5ac55c163d7d1a32734ed0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-rut900-squashfs-sysupgrade.bin"; + sha256 = "7a313c77dff06918278bb7fccb81b96d2fad255defca10a8ae3a9c7ad9abb198"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rut900" + ]; + titles = [ + { + title = "Teltonika RUT900"; + } + ]; + }; + rw2458n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-rw2458n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-rw2458n-squashfs-factory.bin"; + sha256 = "dbec97fc71290f6b34476ed97c732000f34a3b3fdb3ece34bb5ff6127e9a6f06"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-rw2458n-squashfs-sysupgrade.bin"; + sha256 = "608c0ef5e02f02e502d11c9e71ad383662156b0bd3fd91cc683cc7074c3857c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RW2458N"; + } + ]; + }; + sc1750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-sc1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-sc1750-squashfs-sysupgrade.bin"; + sha256 = "f2bd195129e0fe86f8a0a56e3226741f7462029cd500f5139942c3f4b5a5e7f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC1750"; + } + ]; + }; + sc300m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-sc300m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-sc300m-squashfs-sysupgrade.bin"; + sha256 = "0b3fb1c0a60f08c8a110f0a1871719b1c6e8db2c0def538219fa31c819235880"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC300M"; + } + ]; + }; + sc450 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-sc450"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-sc450-squashfs-sysupgrade.bin"; + sha256 = "f25ffc3b33c359dae6a2682fd494db3126cff0e587e9d5b1453650baef75b3e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC450"; + } + ]; + }; + smart-300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-smart-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-smart-300-squashfs-factory.bin"; + sha256 = "df7042d933f51f17a040b16bbb33dcfd5291f91a11152950229ab3e803bc8296"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-smart-300-squashfs-sysupgrade.bin"; + sha256 = "30d1b8a2f586d5e7fda4392e6ed08eb316cf9959196f5873e7ec817111c8d0c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NC-LINK SMART-300"; + } + ]; + }; + som9331 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-i2c-core" + "kmod-i2c-gpio-custom" + "kmod-spi-bitbang" + "kmod-spi-dev" + "kmod-spi-gpio" + "kmod-spi-gpio-custom" + "kmod-usb-serial" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-som9331"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-som9331-squashfs-factory.bin"; + sha256 = "62528f9e9a477a76e078c80a7211e532cf2c992c742dea5c651d707fc86a4316"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-som9331-squashfs-sysupgrade.bin"; + sha256 = "e7ce553d21c551e86be044d0a24136ce80f45e457218f72d6e3457e27c6cf8b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OpenEmbed SOM9331"; + } + ]; + }; + sr3200 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-sr3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-sr3200-squashfs-sysupgrade.bin"; + sha256 = "b99c51f6df42e1868865ed28df15e468a2ff4022dd496592a827f5e772abd9a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore SR3200"; + } + ]; + }; + t830 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-t830"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-t830-squashfs-sysupgrade.bin"; + sha256 = "98b0ca62add0c0759bec194f088acd59121c88ef85adef45a015e5b51d60a4c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t830" + ]; + titles = [ + { + title = "YunCore T830"; + } + ]; + }; + tellstick-znet-lite = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-serial" + "kmod-usb-serial-pl2303" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tellstick-znet-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tellstick-znet-lite-squashfs-sysupgrade.bin"; + sha256 = "4d8188abc27207e642d5da458df2fcc488959629fa9573c075bc0e3cad95e7b7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tellstick-znet-lite-squashfs-factory.bin"; + sha256 = "9ac663bd2203ee3a2bed517f758b9f2c16216b56261c6f20226e49b2a999056b"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TellStick ZNet Lite"; + } + ]; + }; + tl-mr6400-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-rndis" + "kmod-usb-serial" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-mr6400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "5d02ed344330bddf47925428657a9489cc5e68867ce217fa276c101d83f572b9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "4938903eeb5513856edf4a35fc9f21dc9933635f2fa3da70379ee6cd4630782b"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-MR6400 v1"; + } + ]; + }; + tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "8fc5bc03621330f3a3ca97d5cfe07362b03f9bad73e10f021f71fe9874591de6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "ab6a3693207a03748ea969fb5d66d71f11a7c75409eb4d80e61c995c561a40f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR3500 v1"; + } + ]; + }; + tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "dcfba5bb52c6b34db4cea40d78b09d1b23be8ca91a78493f98b771fd730df056"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "6482ef12a0278e6cf8bb922af1522efc046b82fc5866b60ef06abeb70082ebf9"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR3600 v1"; + } + ]; + }; + tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "5f694ef2a28d0e3c3eb5dc8b498e3a9986355798c493c96b912f5d9f8d2bd513"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "6711c817834441e1f02a0c5e4346b3a9a44d2c87b11a8f9bf1cb9aefabff6da5"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4300 v1"; + } + ]; + }; + tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "5ebed21ed26e224cbabdb7ad820f05b0699411aac4c9948050dfccffda2d0636"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "1397852369bb3e7e963587d964cd2c782735a5e3044ac6b68410efe5d5720f9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4300 v1 (IL)"; + } + ]; + }; + tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "4aabbc46abc177f15cc3d764e775050445ba5f0a215abd5d30fd0b0c19924321"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "053bc3c48f3eba5b144a288720e16ce08f920a43eba08181c0d1fc1fd4c55f05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4310 v1"; + } + ]; + }; + tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "64b3dbdf0f7e5f01c331b57beff54687edb573344260375f0e54f7ca9b620e23"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "cd7b86c3fa581959567f928c2cdc6c890431863fd3022c7eb486e82deffbef8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4900 v2"; + } + ]; + }; + tl-wdr6500-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wdr6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wdr6500-v2-squashfs-factory.bin"; + sha256 = "4da51c834df635bbe8280b29220ea7cd3db4530623011d62d7d9e5001353de8b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wdr6500-v2-squashfs-sysupgrade.bin"; + sha256 = "b58358de97aed73435ac35f4eaef4912bd74183871e56e9aead6f58d3d2ef535"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR6500 v2"; + } + ]; + }; + tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wdr7500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "d0300df8e33e8f8a26116cc70c3164efe5f7614657d17e206848b7745a1bdcc5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "3d92ca1ded18cccc51246326a6a61e4af332c624dedc2f7aacfc030e7b07e8b3"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v3"; + } + ]; + }; + tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wpa8630-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "7e9251a8d22cb257ef5c6a3bc037538e5ec93d88ffe5b82fa8de70de30af333a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "dbefbabe0ed9fc4ea76f05d6eb4ae8fd8f7034e98b37d26e6d4e1b17778a9735"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WPA8630 v1"; + } + ]; + }; + tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "a8c37e5429d5f016c17375fcdb71db94e7ea7a01e845d1d9c6a7a2e2bb6453ed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "77be2d70f80bccf2f79d3a06345e69f7bf5015947108f1827c4cec9a206b06b4"; + type = "factory"; + } + ]; + supported_devices = [ + "tl-wr1043n-v5" + ]; + titles = [ + { + title = "TP-LINK TL-WR1043N v5"; + } + ]; + }; + tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "b56f631a998d1992603e210f8c7d07290cb163b05e600ea676c36a22e0d194a0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "b4f4474757be480c2fd21aa2e0ab03cc10734947a45accfc6c5174ae490f2c39"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v1"; + } + ]; + }; + tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "e768d8f527e312cbe332ba0f3a9e2d167b86d435b526e057b835c85cdd93fa7c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "ceaebde3f85015910a4f67fbf116a8df2eb0d6c27d758144ff33ac9d99688622"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v2"; + } + ]; + }; + tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "6c70a3b5b00c0962f56a3a6c6b5463648fadafe9a8c08e749e4c2235e56050e3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "042b47b6bc38b576454434093be919da4a011c6d0ad7739b3eced79642ff3d17"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v3"; + } + ]; + }; + tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "26be2a79b4e8ec5846f705c6dbfcde9860d82cc90cfeafe212ceaf69b96f24b5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "edaa126aa8d04e3befe0f7e72004ecda0fb906020f0ef2179b393ef1439c1ee7"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v4"; + } + ]; + }; + tl-wr2543-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "6f1e4ee6fd3c986d2276118136bcf89049f7c0cc5013caa74b127432cbad1070"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "aa035f3f5aafb8a1c2e3991a726127a93aa343709ec9a877d23d8345aba2e1f0"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR2543N/ND v1"; + } + ]; + }; + tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "ac21970dbc0ca64f73b532780150c30ea41eb31b3b0cc60218ed785a9215527b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "a64c74cfd0673b13ff87c648de58368d0510e1e607914c2a745a6ccf3b86a5c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR710N v1"; + } + ]; + }; + "tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "3ecff935a06e0679adf9dc2b30f932f7bc3e764c787af5c782b36c8da5fde28e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "beac530fdf667b26b7886bb36d3058f07d7b8ac4919768274fef4e1ee12c3c81"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR710N v2.1"; + } + ]; + }; + tl-wr810n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "6a4d85b3a30cc3332566553966922d50897b021e37361d4f49e5cbe1b980e359"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "7537136de410ece0f919fcbfede88bdbe26adbf626dfb36479e2d50082e24f2c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR810N v1"; + } + ]; + }; + tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wr810n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "6bfdc579c7efc4e70505a5cb01dc731252aae8bb0d56770bc1f528cb0a82fbd2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "7bd093bc897fd612057194a56273a5d1663631a9f7f4c346c2a7a67c9de6ad2d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR810N v2"; + } + ]; + }; + tl-wr842n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "af35e3574a4b1ea473c7054ee04a39b37e2578e637c74398281c0bb213a9161f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "629258ecebb003288ef1e000443fce7d32376814b7bc1489f998eafb8510d036"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v1"; + } + ]; + }; + tl-wr842n-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "d308d97ced340c528956b61e77dd8bde09a18239175a9a7723da174eed84295f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "326b3cc3e333b42b9f9c8dab5813f15181a4ea4479c19d3adc95316e35e3a7b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v2"; + } + ]; + }; + tl-wr842n-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "caaad53b1264b7aee506c957bedfe2a52ef0670cc36d4aae5e953ba24effc84f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "3c060e05d608505c0ed2a3ba33e6cdc8ba85fea196914e0f28fae9c7eb2608ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v3"; + } + ]; + }; + tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wr902ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "6af2c068bb065ca27d27d6c94a9af61d3630c959c8b35de8738e075973ebff3b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "41e18ef3afc77b9fff8620b531886909b6d4eb1825abf7e2940841a90935ea7b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr902ac-v1" + ]; + titles = [ + { + title = "TP-LINK TL-WR902AC v1"; + } + ]; + }; + tl-wr942n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-tl-wr942n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr942n-v1-squashfs-factory.bin"; + sha256 = "0a37324224ec165064aa0d8b1ea9600d5cf2839086de7e47cfac8d318e32e8e8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-tl-wr942n-v1-squashfs-sysupgrade.bin"; + sha256 = "c1561299982c22c3a972585831b5824348f3e6f2885b2bbc283f2b2a4c0bea10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr942n-v1" + ]; + titles = [ + { + title = "TP-LINK TL-WR942N v1"; + } + ]; + }; + ts-d084 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ts-d084"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ts-d084-squashfs-factory.bin"; + sha256 = "b59fffbd9e957b17d52776f040afbceb09085ec01cfd0f7aea855f52de1ebd69"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ts-d084-squashfs-sysupgrade.bin"; + sha256 = "b639cd9abc4581f618facd5df155fbd70d6dd636fc1f27c727941cf915e4bc4e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PISEN TS-D084"; + } + ]; + }; + ubdev01 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubdev01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubdev01-squashfs-factory.bin"; + sha256 = "6298ccfc95a8dcb906be7d8001b76a1529c55cd088d999b6873fe8be1f0e02bb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubdev01-squashfs-sysupgrade.bin"; + sha256 = "5f32311202e9a4e6dcfea016dc8971697ac972208015914818bb7f910cac423c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti ubDEV01"; + } + ]; + }; + ubnt-air-gateway = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-air-gateway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-air-gateway-squashfs-sysupgrade.bin"; + sha256 = "c853699d27f241c0d1775586374fbddd1e8de43ed99b703253258e4ce2223e51"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-air-gateway-squashfs-factory.bin"; + sha256 = "f47e840ce4098ab6992505b7908a595fb461a7449c315b410056bf8ec02a4211"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Air Gateway"; + } + ]; + }; + ubnt-air-gateway-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-air-gateway-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-air-gateway-pro-squashfs-sysupgrade.bin"; + sha256 = "f3109f4f021c5286039414a716d1108b855473d8ca8d7a1607b891ce1e796caf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-air-gateway-pro-squashfs-factory.bin"; + sha256 = "30d9be18d3ce1d8f01400141105cf89e9efe56671a50d9a8daeff1d2abf054a3"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Air Gateway Pro"; + } + ]; + }; + ubnt-airrouter = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-airrouter-squashfs-factory.bin"; + sha256 = "c0bfd315fc9c245f001dc1912f71681dc22be86e1a28496fc8a4a964d8deab93"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-airrouter-squashfs-sysupgrade.bin"; + sha256 = "8411f1591e594a0c84724687123cc91040017aaa2b115f14b4b13b267025c7f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti AirRouter"; + } + ]; + }; + ubnt-bullet-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-bullet-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-bullet-m-squashfs-factory.bin"; + sha256 = "46866a29ea945c84981e80dcccf441df9c8f386c5f4eda38932a6e6474422014"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-bullet-m-squashfs-sysupgrade.bin"; + sha256 = "54529c7aa1ba8285b1dd5d84a9160adfa00ca1af63496419136b49ee579ac0d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Bullet-M"; + } + ]; + }; + ubnt-bullet-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "6a1b32c1717ddfd3163e6ec7dfb00205b379bb35ba70e152301981943b991ed8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-bullet-m-xw-squashfs-factory.bin"; + sha256 = "8647c14fd074b8073acd1e4b815c5c07ed0b0a97fb62587f59c19f0e836f6f5d"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Bullet-M XW"; + } + ]; + }; + ubnt-lbe-m5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-lbe-m5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-lbe-m5-squashfs-sysupgrade.bin"; + sha256 = "714a0b69acd4d5b558dfb46f1f25a83336353299c02d2c82e3faa7e4a184982c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-lbe-m5-squashfs-factory.bin"; + sha256 = "8bbf2fa9cb39b3dbea572e9ec1b75f6a4d8955bbe52daf2e0d15e3632e10ad5f"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Litebeam M5"; + } + ]; + }; + ubnt-loco-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "042c2f647ac9271f41afd6ae06fd34543b20245901544ec262cdd07798034ce7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-loco-m-xw-squashfs-factory.bin"; + sha256 = "ebb829b4cd57130b0a4c2af8be2ca0b067d1ea8df37a8c5a34c0703d03949865"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Loco XW"; + } + ]; + }; + ubnt-ls-sr71 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-ls-sr71"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-ls-sr71-squashfs-factory.bin"; + sha256 = "6abc37a0d46d7283aad515c1a75f8541ab9e4f26a6d2441530bf36b98d832ad1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-ls-sr71-squashfs-sysupgrade.bin"; + sha256 = "77e2e62c115a4d322d45fffcf7604d56a8c00adf846a4a884d87bef1d32a005c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti LS-SR71"; + } + ]; + }; + ubnt-nano-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-nano-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin"; + sha256 = "0615a26850061cb0978de592456651eb7e9361b5c5cd956fde625fefba07b8a4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin"; + sha256 = "f197b2f879bfb9e8f4333e31dd3916e1aa81a92dea0605063200dee661470234"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Nano-M"; + } + ]; + }; + ubnt-nano-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-nano-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-nano-m-xw-squashfs-factory.bin"; + sha256 = "dcb98b18e2e9fc28b7b495e35253e57e063b896da4c1398142c73704cebf1b0d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-nano-m-xw-squashfs-sysupgrade.bin"; + sha256 = "22a6ac92b9d21418576cfe3a4eb2e645ce78f2623bdb309db28c8de0131971df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Nano M XW"; + } + ]; + }; + ubnt-rocket-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-rocket-m-squashfs-sysupgrade.bin"; + sha256 = "b83acc535b4596413c1ba77f5d16c3b880ac41317bf4b37d3e5d2e1d53e9b355"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-rocket-m-squashfs-factory.bin"; + sha256 = "cc0ab7485aeba6de5a4f29d7800ff652bd09baa4586d2a0b05aa9a2458229fd4"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket-M"; + } + ]; + }; + ubnt-rocket-m-ti = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-rocket-m-ti"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-rocket-m-ti-squashfs-factory.bin"; + sha256 = "1ba0e58d5ff2d5aaef79af32673ba1a7c185b2ee653f7bb8878420f19dad0c72"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-rocket-m-ti-squashfs-sysupgrade.bin"; + sha256 = "1d43e1a74c4819424d57a24a07cfe1bba90668d0b95bcd5c84b3c5ede53361d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket M TI"; + } + ]; + }; + ubnt-rocket-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-rocket-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-rocket-m-xw-squashfs-factory.bin"; + sha256 = "6c6eb6eb6aca804ed5f630f4f409a25567bc67e63e359077802e486b9c3c1bdd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-rocket-m-xw-squashfs-sysupgrade.bin"; + sha256 = "fc0a63362046be82b8662e7b1a1ffb55e9a6b5df8026c4fd5e759008b3620c7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket M XW"; + } + ]; + }; + ubnt-rs = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-rs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-rs-squashfs-sysupgrade.bin"; + sha256 = "e9041e3121511626ce7e258b7e89b75077badba8233b70c5a70708e35389c00a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-rs-squashfs-factory.bin"; + sha256 = "b5c58e6d4f0999ded582dafad22e1a3fd8871a64382df777dd5d1320227b14c7"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RouterStation"; + } + ]; + }; + ubnt-rspro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-rspro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-rspro-squashfs-sysupgrade.bin"; + sha256 = "518601af0f1ab6f45681850fcf085d8aee3d212055f5cca609193000a96e8b5b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-rspro-squashfs-factory.bin"; + sha256 = "f426ef4d424f0b097d3deddc19ba31ffeb704992c6356645c0583b69fd72ad21"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RouterStation Pro"; + } + ]; + }; + ubnt-uap-pro = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-uap-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-uap-pro-squashfs-factory.bin"; + sha256 = "4dee188572a3662838532d326d8627d64f7d4ed1972dd2703fb940904a3d675d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-uap-pro-squashfs-sysupgrade.bin"; + sha256 = "945698ebecf2d943ca0e5f7ed636021022f02f374f875d8a14c443d789f2fe37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UAP Pro"; + } + ]; + }; + ubnt-unifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-unifi-squashfs-factory.bin"; + sha256 = "ddcf92039f64b15d5ad41c6b3fa27ee55108e4f77087821ffa376baa218b6d4f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-unifi-squashfs-sysupgrade.bin"; + sha256 = "183b60495d797ae6e53c61374c574a8f4907b74542a31b5b0c39d0b4c54961fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi"; + } + ]; + }; + ubnt-unifi-outdoor = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-unifi-outdoor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-unifi-outdoor-squashfs-factory.bin"; + sha256 = "47156f0848bc2ce3b5ba66218ada3de80f9d0e7cafdefbddbe06b7e7b83ab82c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-unifi-outdoor-squashfs-sysupgrade.bin"; + sha256 = "17ca8b59c9a34c2145107702fba566772268e565499075b5725518f03e941ad1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi Outdoor"; + } + ]; + }; + ubnt-unifi-outdoor-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-unifi-outdoor-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-unifi-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "5dac3556e877f1c6a380a56fdd0a9706c7ff00198d92a6d48f6d8f6baca56454"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-unifi-outdoor-plus-squashfs-factory.bin"; + sha256 = "369cf394ab2a8739c45083bb8e67040cb8c489f9cba70843cb25b63fc650fd42"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi Outdoor Plus"; + } + ]; + }; + ubnt-unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "37ebf67186ff2b513b304b5e6c223887229ccfca3c3355e6a9093feac62554f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Lite"; + } + ]; + }; + ubnt-unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "37ebf67186ff2b513b304b5e6c223887229ccfca3c3355e6a9093feac62554f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-LR"; + } + ]; + }; + ubnt-unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-unifiac-mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "37ebf67186ff2b513b304b5e6c223887229ccfca3c3355e6a9093feac62554f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh"; + } + ]; + }; + ubnt-unifiac-mesh-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "574da21ceb593f6e59142fc428313daf0690c6e8fd8676f4c56ec5043810ac09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh-Pro"; + } + ]; + }; + ubnt-unifiac-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-ubnt-unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-ubnt-unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "574da21ceb593f6e59142fc428313daf0690c6e8fd8676f4c56ec5043810ac09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Pro"; + } + ]; + }; + wam250 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wam250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wam250-squashfs-sysupgrade.bin"; + sha256 = "6aa7363a813efdc1cbb1289ee8ca05269ee9a355e7cdf1da3e63307d956a569f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wam250" + ]; + titles = [ + { + title = "Samsung WAM250"; + } + ]; + }; + wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wbs210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wbs210-v1-squashfs-factory.bin"; + sha256 = "28f01d03d69dae8d8f95afee5215f04f5b695e0a19f2df08976a24a2ee9b1056"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "4f7847dc26a272fd734cb6a2190b2d28e33e96a4b9e7a32a63490ff627983cd2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK WBS210 v1"; + } + ]; + }; + wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wbs510-v1-squashfs-factory.bin"; + sha256 = "3d6957f1ddb7470077081c57a229e31750b81db2d1f89ae01362eac4b5f2fe07"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "ae673e4282f58beba3fe02cef88ad3acdad3bfc2b999733aff873a6d3ed1b11a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK WBS510 v1"; + } + ]; + }; + weio = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-weio"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-weio-squashfs-sysupgrade.bin"; + sha256 = "92142ca53276d2d1cdff9573e1d16a9937c718b2997bc9ffdb5c5385b2f276eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "WeIO"; + } + ]; + }; + wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wifi-pineapple-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "7988fb3d70e198300ac54a195ea37027667d35a02183167e097c6ac3098002c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 WiFi Pineapple NANO"; + } + ]; + }; + wlr8100 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wlr8100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wlr8100-squashfs-sysupgrade.bin"; + sha256 = "e0b58b46fbec1e3854fb7b53197343d798a41f718eed202dcd2b6a11b6a38580"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sitecom WLR-8100"; + } + ]; + }; + wndr3700 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wndr3700-squashfs-factory-NA.img"; + sha256 = "f92f04334a155d65eec317ddb9b1650cda22587073b14b546b32572f99655fef"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wndr3700-squashfs-sysupgrade.bin"; + sha256 = "daf4583405b0685ae95c1c2b1ba39c2ff801c3d268b1a134ffe114643e2d92a4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wndr3700-squashfs-factory.img"; + sha256 = "1d6d1ba45caa2ddf0fa699322c4cf5fdde6629395e7fd3e128944ef82a981aaa"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3700"; + } + ]; + }; + wndr3700v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wndr3700v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wndr3700v2-squashfs-sysupgrade.bin"; + sha256 = "51aeca873ba16d04c61b14a1de5b221fa4e318cf72c69f5593c210608864d275"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wndr3700v2-squashfs-factory.img"; + sha256 = "47bf72204a1bc97a50ea2e8099913b2cd7bc2ed937900b6d91b0cf9fb25f685a"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3700 v2"; + } + ]; + }; + wndr3800 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wndr3800-squashfs-sysupgrade.bin"; + sha256 = "51aeca873ba16d04c61b14a1de5b221fa4e318cf72c69f5593c210608864d275"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wndr3800-squashfs-factory.img"; + sha256 = "d2deb6d82142a5c21327cf109b9bfc18a48d2b7a6a1bccbf1ac1577f16d370d2"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3800"; + } + ]; + }; + wndr3800ch = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wndr3800ch-squashfs-factory.img"; + sha256 = "b66511352b21abb861f8442b9ad1ca59fde4bbaaf665422d6e3787dcdcc185d8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "51aeca873ba16d04c61b14a1de5b221fa4e318cf72c69f5593c210608864d275"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3800 (Ch)"; + } + ]; + }; + wndrmac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wndrmac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wndrmac-squashfs-sysupgrade.bin"; + sha256 = "51aeca873ba16d04c61b14a1de5b221fa4e318cf72c69f5593c210608864d275"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wndrmac-squashfs-factory.img"; + sha256 = "fad7b9ac07bddebd3d9f1b62198d5e237e3d3ec28582dae71b25ae16fd233901"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDRMAC"; + } + ]; + }; + wndrmacv2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wndrmacv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wndrmacv2-squashfs-sysupgrade.bin"; + sha256 = "51aeca873ba16d04c61b14a1de5b221fa4e318cf72c69f5593c210608864d275"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wndrmacv2-squashfs-factory.img"; + sha256 = "26614405945fc3c723861498a5762aba178a4d6d50cd10f451370c5531f5bde2"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDRMAC v2"; + } + ]; + }; + wpj342 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wpj342"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wpj342-squashfs-sysupgrade.bin"; + sha256 = "fc8968410d06516a8c4a30ce3009a92b92bb30f5e5400d53480d973ca552b120"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ342 (16MB flash)"; + } + ]; + }; + wpj344 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wpj344"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wpj344-squashfs-sysupgrade.bin"; + sha256 = "bd33c2d75fee6f1a84dc0924ae86cbf448348c033e178a2155217e636efad72c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wpj344" + ]; + titles = [ + { + title = "Compex WPJ344 (16MB flash)"; + } + ]; + }; + wpj531 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wpj531"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wpj531-squashfs-sysupgrade.bin"; + sha256 = "a234ec0a8c7e81c044c7cd89cea060f91db1612ea3b62032872449dfb10a68d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ531 (16MB flash)"; + } + ]; + }; + wpj558 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wpj558"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wpj558-squashfs-sysupgrade.bin"; + sha256 = "6dfb748cf549bc5d22267c0bbee263a2b7e0a2d5a1c40407afe6b75da68c910b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wpj558" + ]; + titles = [ + { + title = "Compex WPJ558 (16MB flash)"; + } + ]; + }; + wpj563 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wpj563"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wpj563-squashfs-sysupgrade.bin"; + sha256 = "8050b34164c0c032dd0742c0e9e4383ad36f422bdf37544ce9507aa8d3e63ef8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ563 (16MB flash)"; + } + ]; + }; + wrtnode2q = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-wrtnode2q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-wrtnode2q-squashfs-sysupgrade.bin"; + sha256 = "9d8d844a869b8c1df9e38aa344c76a071806de6837fc603fe1cbc4c38d4aaba0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "WRTnode2Q"; + } + ]; + }; + xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-generic-xd3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-generic-xd3200-squashfs-sysupgrade.bin"; + sha256 = "369bf103b3404e3b8b8063a2c22d8369be51a7e57513d0bf89ebc05d7c73318a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore XD3200"; + } + ]; + }; + }; + target = "ar71xx/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "nand-utils" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + nand-64m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-mikrotik-nand-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-mikrotik-nand-64m-squashfs-sysupgrade.bin"; + sha256 = "4eeb86c4cfd96b1fcde87a2f03252bef905754379fbdb27554149d7fd9d66215"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MikroTik RouterBoard (64 MB NAND)"; + } + ]; + }; + nand-large = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-mikrotik-nand-large"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-mikrotik-nand-large-squashfs-sysupgrade.bin"; + sha256 = "e90fc885323de32f31a3f9998f208879cc917ada6bdf64b2f12cb99f07c4969d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MikroTik RouterBoard (>= 128 MB NAND)"; + } + ]; + }; + nand-large-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-mikrotik-nand-large-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-mikrotik-nand-large-ac-squashfs-sysupgrade.bin"; + sha256 = "238c47bff758f55bf153b72e6cddff36868de77eb60e4b94154fdd531a6b797c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-921gs-5hpacd-r2" + "rb-922uags-5hpacd" + ]; + titles = [ + { + title = "MikroTik RouterBoard (>= 128 MB NAND, 802.11ac)"; + } + ]; + }; + rb-nor-flash-16M = { + device_packages = [ + "rbcfg" + "rssileds" + "-nand-utils" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-mikrotik-rb-nor-flash-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-mikrotik-rb-nor-flash-16M-squashfs-sysupgrade.bin"; + sha256 = "914005b232f49176626798d5f86c00f837a25d431353b2aabe1aee3f4047df11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-750-r2" + "rb-750up-r2" + "rb-750p-pbr2" + "rb-911-2hn" + "rb-911-5hn" + "rb-931-2nd" + "rb-941-2nd" + "rb-951ui-2nd" + "rb-952ui-5ac2nd" + "rb-962uigs-5hact2hnt" + "rb-lhg-5nd" + "rb-map-2nd" + "rb-mapl-2nd" + "rb-wap-2nd" + "rb-wapr-2nd" + "rb-sxt-2nd-r3" + ]; + titles = [ + { + title = "MikroTik RouterBoard (16 MB SPI NOR)"; + } + ]; + }; + rb-nor-flash-16M-ac = { + device_packages = [ + "rbcfg" + "rssileds" + "-nand-utils" + "kmod-ledtrig-gpio" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-mikrotik-rb-nor-flash-16M-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-mikrotik-rb-nor-flash-16M-ac-squashfs-sysupgrade.bin"; + sha256 = "74ca6ddb54eca3af40d29f0c7f24618a9751162137fda76035d984b273df695d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-750-r2" + "rb-750up-r2" + "rb-750p-pbr2" + "rb-911-2hn" + "rb-911-5hn" + "rb-931-2nd" + "rb-941-2nd" + "rb-951ui-2nd" + "rb-952ui-5ac2nd" + "rb-962uigs-5hact2hnt" + "rb-lhg-5nd" + "rb-map-2nd" + "rb-mapl-2nd" + "rb-wap-2nd" + "rb-wapr-2nd" + "rb-sxt-2nd-r3" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + title = "MikroTik RouterBoard (16 MB SPI NOR, 802.11ac)"; + } + ]; + }; + }; + target = "ar71xx/mikrotik"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + c-60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-core" + "kmod-usb2" + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-nand-c-60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-nand-c-60-squashfs-sysupgrade.tar"; + sha256 = "1f66be86b12b6a59d82f7b106eaf044deebd1cbdefe11ed6a64c90f0d1ef3d6a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "AirTight C-60"; + } + ]; + }; + hiveap-121 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-i2c-gpio-custom" + "kmod-spi-gpio" + "kmod-ath9k" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-nand-hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-nand-hiveap-121-squashfs-factory.bin"; + sha256 = "5b2701b1ee59daf34f8382613babf735bb8143027dbd42955102870f042a73bb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-nand-hiveap-121-squashfs-sysupgrade.tar"; + sha256 = "b4590deb4da7e5c44bf03c5d77c122aa065882e9bcba69220922f149da980220"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Aerohive HiveAP-121"; + } + ]; + }; + mr18 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-nand-mr18"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-nand-mr18-squashfs-sysupgrade.tar"; + sha256 = "0ea19b6f6c9ca6d0165fa9b5d5cd12a33b0f7b712156caf71515b1d8b1584ecf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR18"; + } + ]; + }; + rambutan = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-nand-rambutan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-nand-rambutan-squashfs-factory.ubi"; + sha256 = "7bb5c38eb3a5e5de476de7807d64fde1ce297ec25a5b76f01753eadd33df51a6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-nand-rambutan-squashfs-sysupgrade.tar"; + sha256 = "2b6c386e5cecdc545ff501298e149708922ccf6005eadad3aa068c987a7da467"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Rambutan"; + } + ]; + }; + wi2a-ac200i = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-nand-wi2a-ac200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-nand-wi2a-ac200i-squashfs-sysupgrade.tar"; + sha256 = "998caccd19fbc673849c3106cec385ebde93a0c9f7a912d9edddc7e216f6e720"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wi2a-ac200i" + ]; + titles = [ + { + title = "Nokia WI2A-AC200i"; + } + ]; + }; + z1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-spi-gpio" + "kmod-ath9k" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-nand-z1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-nand-z1-squashfs-sysupgrade.tar"; + sha256 = "fb4d059a43a2ec2d4b95a07b6ceeb5b95f5ead32397d5b82fbf4841baf3f2a53"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki Z1"; + } + ]; + }; + }; + target = "ar71xx/nand"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + ens202ext = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ar71xx-tiny-ens202ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-tiny-ens202ext-squashfs-factory.bin"; + sha256 = "a65b1ad194b752a85b341c2d1b3063bf4c94a795900b8ae0dba1e5ac427cf324"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ar71xx-tiny-ens202ext-squashfs-sysupgrade.bin"; + sha256 = "4016e279155bc0d840464cad4e59ecb900af78e48e818286d752d05f6e1cd114"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EnGenius ENS202EXT"; + } + ]; + }; + }; + target = "ar71xx/tiny"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + arc770 = { }; + archs38 = { }; + armvirt = { }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "wpad-mini" + "kmod-ath5k" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "wpad-mini" + "kmod-ath5k" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath25-generic-squashfs-rootfs.bin"; + sha256 = "97b9461cf9e740ba129892eb25d7f01b1bedf3c74a452452d985942e45d4e6bf"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath25-generic-kernel.gz"; + sha256 = "f254b7c4dd526d45597c759e81726742b9cb3bdf39e4fa8eb5b56927470ae570"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "8487bd5ccd2579d1280f2cecdb416098e92f94c28a65a9f7fd48c76f341503fd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath25-generic-kernel.elf"; + sha256 = "d5a20196f7c71ae9d4bbff8d0526e2b596c4f6d5e5ffd0ba386edaea09204af0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath25-generic-kernel.lzma"; + sha256 = "f1d11673f0c8d44c287cbb4888cd1f7e308d2b1cbedadf46d27d3401397e71f6"; + type = "kernel"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic Images"; + } + ]; + }; + ubnt2-pico2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ath25-ubnt2-pico2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath25-ubnt2-pico2-squashfs-sysupgrade.bin"; + sha256 = "020d9d3539283e58c733dfbe7188d608b425d7d6a602756155b5964d5b864108"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti XS2-8"; + } + ]; + }; + }; + target = "ath25/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "ecdfb8fdf35f8e57272b323d81d43a5d108af3a22b7ecd0af2c548b80e39a9af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + title = "8devices Carambola2"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "8da269b2c7f2164a80dd7006652e0629c52910a694eaf4e03700dd654b9e19ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + title = "Aruba AP-105"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "eb0e6f1b73232aef7168a5748606862bf7205f44243ca31bddf9b64c8ff0989c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 300E"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "1fe49f53f40c42fa3ec82c2f7bc827aaf84be636891e5a976abbfc42843c346f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + title = "AVM FRITZ!Box 4020"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "979e0a693b12557ffa28f01a63c5e50079c2963b6fceb383cccfe68a8e0e69e4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "51b6f2b96c2c46869178dd8aae93c0d77c2d5aab0e0aefc3e89952321cdc93e5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "bd78cf2934e31e11f983912d390384326fc64e4aa87fce71cb3eb5a0cf975e94"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + title = "Buffalo BHR-4GRV"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "4a83b043f7d62677d1758f25d8ff85b7a1b6629b7bae1f09185655a6379ac31f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + title = "Buffalo BHR-4GRV2"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "5db7a839269aadde7d46df82da070394060751b8d0eace06c0358cfdc913c3eb"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "245648a9ede1802f058b3432bf6624abefef018510a918d3b0a8cad876586732"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "fe2869ec028a3b011b69f73c6d599a19c3e69f92a8c5104b8afde1ae9cbef6a1"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + title = "Buffalo WZR-HP-AG300H"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "d5fdca76c34673096693edc935c18e97ae6cbd0f3ef7731a6414383cdd526de1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "1ddc369fb0650428f31b9195dd30993702b42b260cfd0268cc692ecb45b4fc61"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "8d2af38609473dbf48827e2ad56e246c69ad1f4c5951c6abb3fc11b7bd56bf86"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + title = "Buffalo WZR-HP-G302H A1A0"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "36f14f547412311f3f57722073a47e883cb9b87ed991fa886438c0dd1012256c"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "7fb1dcfb203041fbbb3a67a12ce20827ca0a1f04874e54c6510664015891dadb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "b19a0515cfda3c510ca9293a10e56b4f19c6482a6cf15c900b00b186f9feec47"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + title = "Buffalo WZR-HP-G450H/WZR-450HP"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "08c0a9d79a233643a3009559a91aedc14e170cf90160236dd916a5990c20b651"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + title = "COMFAST CF-E110N v2"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "f2336abdbf2d167d012e23c3e99672f53fd19f4b83a85e33f903f905945fc04c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + title = "COMFAST CF-E120A v3"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "ba6a167b3da4de3a13c22777d3574ab50d56d6e4e520df605feb27fc7038c31e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + title = "COMFAST CF-E5/E7"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "fb1b8b76b669b6317e4800580e8e017f3dbf6439608b7350d6e1333784224ca1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + title = "devolo WiFi pro 1200e"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "0df738cdc8c2a9ccca37a3479e4beeb315750da437b8fd98c92af38be404bfcf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + title = "devolo WiFi pro 1200i"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "961b35f34778408a30e7d8b7169242bb5dcd7b47fa51ac48e898de254568d774"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + title = "devolo WiFi pro 1750c"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "5682e0bc88fc1a832c583af34a5ce08bd55e74bf6900ae5abe08832785302f51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + title = "devolo WiFi pro 1750e"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "5dc4f2a2f7c17f09fce7ab39e9e3dba8f08c6c20cf6a828ab81766d413575a54"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + title = "devolo WiFi pro 1750i"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "b466ef8f31b9430669c306bdc37e067924e941837de2e8ae619ad8257c9183c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + title = "devolo WiFi pro 1750x"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "fbcf8c74ada270fbf8465cc5414828cbc12fc0a3cc255ee2ea7cd8dc6a629d11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + title = "D-LINK DIR-825 B1"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "f88ec0efad683abc38f814125bc6a5b973cdaba7c14b5fc0356da692a09600f8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "c9f29e6bdb78d89d2b64727fc143695490b4c998ff99406983764fdb0c99222f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + title = "D-LINK DIR-825 C1"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "18794a253d13568b4bd3a4d73818e41fe56546423434080b14857240b7b21882"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "5291228cba85a8b3a6c99a5f53aa3e9e11f6a5f8f64ee006b2c24e9243f1f728"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + title = "D-LINK DIR-835 A1"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "888bbcbce8dbf9e6ef9584319d7042423a98d81b4aabd1ed71b7ee97e36806a6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "d9019de52ac21931f164801077099a96384ce60907742f407e1b1cbebf2dde0d"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + title = "D-LINK DIR-859 A1"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "6a80c8c7f62a11e4361668bb37801cf5288803a4fd9244f529dafcdeb738601d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + title = "ELECOM WRC-1750GHBK2-I/C"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "eb9c686605984c292996061ec38877eb5bbb03fb2712966559536baa48ea1313"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + title = "ELECOM WRC-300GHBK2-I"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "c5932dcba7d391f7c294c151fef498d0bfb9063dec05bc6e2007f6ee15bb5f00"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + title = "Embedded Wireless Dorin"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "024e1f78bf768f47f7c0406d5c12e9beba7747c102c58b9b4de4bf337023b1ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + title = "EnGenius ECB1750"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "6a965ddf576b564bdd06e18d3d164efe9d54628f48173d76faf047e8ba86dc3f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "ea6a5c11929b25191d6e94e57dc2ba17b2d52e2d0a91bdef66d7d6e0e2df65c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + title = "EnGenius EPG5000"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "8f1f95e5472ae4d994a0bbe8833fc0b1545a4bfe4a7b513a328f48e0c38ce153"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + title = "EnGenius EWS511AP"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "fa43bc811dc5cf322bba99ada2dca5a18bfb151b261a8d1ef617c16a3023cfb4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + title = "eTactica EG200"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "dd0a49943f83e86c58899a578e8008bd1a9a161bc93b4577f9afce8bd7575ae5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + title = "GL.iNet GL-AR150"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "7dc82debb4ad5eebe5ba868dfa491c1d277f64ddbd99d723b51335ce3576841e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + title = "GL.iNet GL-AR300M-Lite"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "823bf50ebb8d824997cfb9182d3e976627834f3abdf6456b5aefb6a1ccb9d544"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + title = "GL.iNet GL-X750"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "3f4ac374493e8bde06b88ed8bdde8f9f5910d0dc77351dda1d546b026549244d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + title = "I-O DATA ETG3-R"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "64b47b815cdabde125297a4e452959d8b2495043b0cff6646d58ad5f20040da4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "d2c6e530b14efa30450a66b436eb294dad7cb7be91c3799446b5d6fba8f9862e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1167DGR"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "c2cfb91959998925472548b7b5b61aed43072e567c15f70250528573246883d6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "73972e9dd919b9d67bd726a7114b5d93e3fd7e4e1129a9580e5b8640c2b18d7a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1600DGR"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-iodata_wn-ac1600dgr2-squashfs-factory.bin"; + sha256 = "edfba5ac4449cf24d39d323f807b812c8d9c8a28b7f0d78c9fea4cf6d3bcff47"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "53518aeab9d401221ed55e26aef5e78281cc92792f50a7fcce6f04b73bf93e57"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + title = "I-O DATA WN-AC1600DGR2"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "61f5ba0fc259ecaae97d8f0ce7bb57e86eae7ec80460b9d973c55c2e56bad8ad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "fa7d75c5a4a9978b59395bb7a2030b4b0368e746956112dcdf0f3f766543efe9"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AG300DGR"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-mini" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "e86d99dcfbe654bf281b320f7c28af3fa4efeeeb5be48fb32e65cdecbb1a7ecb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + "ja76pf2" + ]; + titles = [ + { + title = "jjPlus JA76PF2"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "c46eda14a3b83ba0ed4b1d4236b9b1b1249bc5f3f4840f7de2e1255f174c28a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + title = "LibreRouter v1"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "2ff7e55c58196b11f176dbb2f80cef8acd8ab585784c5ef340f10d905646bf7b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "fffcea57adc89cd657e0f90b8b4fe84ee4b343bba0e68be0cda839752981d3bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + title = "NEC Aterm WG1200CR"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-htt" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "11b6391127717789228fdbfb115b7e4b854da316b62448b809f7790021dfa272"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "63124500f5de066a2386a70bf679ea6f6da7ed7b1211bb69269c7d59335519f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + title = "NEC Aterm WG800HP"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "4740591f5d3e49354ec3bc56a18947625db97275b2ae77a169d91cc99b521500"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "4ef621d94f9098eb7949345ce34735d636591e241fdf68c2bd29d5f988a4667e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + title = "NETGEAR EX6400"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "c7ed6bdab9bc22eb5b9cacf2af886fdc6aa54a94ed1564e0d1aeed9bc2bdbc4d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "f6635d39aef15a65a9cb5f8d85c87bffb1817d302a715f9bf8e276dc5fbf89fc"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + title = "NETGEAR EX7300"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "eb896592b553d97d224478655414f87a947e13cffc595427bbcc2d24e9702a94"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "8012230cdb982bfc247e8f7a9dbed339c2ee1a369cff9ec98a50b6d779f64731"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "59c254630994ad597e47d28d9e74d9a874b9e088d616edb5a07d22c1bc5bc1d5"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3700"; + } + ]; + }; + netgear_wndr3700v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-netgear_wndr3700v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-netgear_wndr3700v2-squashfs-factory.img"; + sha256 = "218b0f39c684c546e4cd813f6c1f8ad7d74696fc1bca232014c16b9c3ca94184"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-netgear_wndr3700v2-squashfs-sysupgrade.bin"; + sha256 = "5686cd1e6467e910bdb5c77ae2a1bf6e100a5fbbda6cde7c82b100ab131fe411"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700v2" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3700v2"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "9c98bfda46f3fa7b5fd9c9cc92ca74f12ca71b241be3980decdac3ba7299c649"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "d83e9799954e67bf19db7141deb9f4b2e7a6bf430eb62f7bb88203a464680b34"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3800"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "4e8fa150b93da457a447fda0b961474b8ed2c4f89ed002c1c917b2c125d7f2c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + title = "OCEDO Koala"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "189fc3ca54798283c35e843079b0df9df0c8884b6dd79107b7d3216c724590ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + title = "OCEDO Raccoon"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "02942f284873e860c532ef8d893496ee949582cf16e7947440b9cfe9c98e6863"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + title = "OCEDO Ursus"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "om-watchdog" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "251474c5936207feee2ef23028911d00945c7e84a401497e68e7c0aeb10d9756"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + title = "OpenMesh OM5P-AC v2"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "bedf4678deb58e38c947da44a29e284259491b4bb6365467bb93ee3e1d987d7f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + title = "PowerCloud Systems CAP324"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "2e605bb9f7fc36f94219f968acf805474d9ac8ab7698db6f545c550687de9678"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + title = "PowerCloud Systems CR3000"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-core" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "0e46f5b90eeee1c3bba150d2c9ffd4e91444763e48df2ade700af1a1dc9a97b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + title = "PowerCloud Systems CR5000"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "e5859a2169f68365c75981b7ca0d7b168fbaa863272807578d2c0d2308ef133e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + title = "Phicomm K2T"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "b9493136b348f7d3ac3bd84bbfbb246b5d61dfbdeb316f2bffd415a765ff1532"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "4420d1b4b504feec5ddee05e72c997ccbcacd737a7a0111c5b332674b125d084"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + title = "Pisen WMM003N (Cloud Easy Power)"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "b79a4346d576add0a2c0991f9f4bcaff2177d9254aabe6dec83294b41cd76e45"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + title = "ROSINSON WR818"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "5fcba0b1d8d4da0838b93dc00782779ca79a0978ddd2d545272b76f4d8df1302"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "ce3aef504f7fd54cb46f92014daf5da513406de43dbc1c99de0c7e138f2e73ac"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + title = "TP-Link Archer A7 v5"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "004c71cdf6e5e96a90b9c77849a81b7b8a2205b3c5dff688d8886dfa748d8728"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "fbfc0366778b0e61114661b0c3715269df1672c18d9433247f5f37d01320c8ef"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + title = "TP-Link Archer C2 v3"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "30398ccf882276bca3165a544b2f90ef6bd081e715121ea3113a5bef071734df"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "63da0f77bc079b48f01bce7c489d6dc74743a1f227c08ea60e28ea599b4dd1da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + title = "TP-Link Archer C25 v1"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "9c371c26790e240df4a93de7646ba0b134e06f8ada5627d804d73b33a45c0213"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "1753e7f23fd86e7e823c6c6cdaee8e5b6fa82dd4b71323a30c54578c718b2614"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + title = "TP-Link Archer C5 v1"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "7ff360812c251bb56d3944d03033d5b5bd04ecbff47a15754d87bf9e7da1fc41"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "2be7a010a16329421d8b2392ca1de0380b5960016cf05c1cfc3a83f3b552c24e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + title = "TP-Link Archer C58 v1"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "4c6849813814cf3927d311f912c0cc2800bb8418f5399201f7cace2cb9256a67"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "cfec54aef0299e99d0990f8001d9f2ebfbc8830ecd2b07ff7ac4c043cf29bf3b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + title = "TP-Link Archer C59 v1"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "27f63d915940554daef16877fde78d077e5749dca7555af5fb94aca5059f8f8d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "e28db1f0c49628aa1b241f05478bac3092739d4911c62418911f2befb7082b21"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + title = "TP-Link Archer C6 v2"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "738f53156f717fd53c726aa8751047d3c6cb0c8707f8bd7a79dd1abcd6395f20"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "272681711b8c0964896cf9bee73a225be92039d130574db466512fafcce65e1a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + title = "TP-Link Archer C60 v1"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "5b4ab312365c7940868651885cf0fd76387759c132ef77091b7175addb5fab7d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "900e098b73d8ee09cf3fc710e32eb3b16f3573e6929fb950d84fef49c4d7c961"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + title = "TP-Link Archer C60 v2"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "f7525a190bd4b7a2463bb8876b9cf5bd9316175e8ae2c95c03d9b7f547ac37f9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "795a66afedb8be26068586db50de09f6cc866c846a50e5636aecc47cb4b41db5"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + title = "TP-Link Archer C60 v3"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "d747737070f81065f8ad05cab4dbe5ed0d56ce0c159bdd86dde5168a61e52320"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "cb50111bcb2bf1d3db686948dba0dc800b4acd67dad92dffd0ff0d0a28cdad21"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + title = "TP-Link Archer C7 v1"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "be16baf192297a7f7e4122c982ca0fbee5b931ce9091d7f629436d664625fb5b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "c2bb8d57647ef948a8bec79e3ba72c17ace36243d3c437a4cf8c8025796bc3fb"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "ea4e3945c9c3d066e182aa90ac23fb392a0a2775f155182f399c29335a28ad0d"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "74d03b89d56d439f615ea5961381fbfe04701d6857c941b1399887312ad75ad9"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + title = "TP-Link Archer C7 v2"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "b18ac9918b2708cc54f68a3531444cddfca519cbe0e0d6dc66706a661396ef87"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "17287f9aeaed9eed6f85649886e4f16b38b43274ceaa881113a0e9297d68e3f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + title = "TP-Link Archer C7 v4"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "3b22e7b702e45d8f12cfc9c499777ca41ec9a85a7b0f8dccc6f3cb36187db17f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "531df8bb811e753b5b36c4ecfb468e2ea33ce12d31fb00d9f07fb14b130b590d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + title = "TP-Link Archer C7 v5"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "3f442df4bd62d548a3b0f442e434f47ecebc6351001a171dfd46a2a3b517edbb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + title = "TP-Link Archer D50 v1"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "736b374ec362840ef58fede7e4b3807f90c93ebda732ab5c093f848d16593c8c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "49e9f95794d96f89c96806c170cc8db14dee399a1ba394aa7b500fc2a0f328c0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + title = "TP-Link CPE210 v2"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "eb70c32ddec0264cbd6421b9961c57b44808c8424ac18e85f2ce14db5ab1cfed"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "eb9a7b43eb8423ec646ce1eb8966ecbe5d26e79b1e9f2c51852192e0e2c87567"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + title = "TP-Link CPE210 v3"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "c83fafd730ca66937f6d65b0f43b3fcb5990806a161a351fa5af43307c0a920e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "b4061d73db24b9721ffbf9acd791c847ff1729e84c9834d6ad14d7936e86af31"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + title = "TP-Link CPE220 v3"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "5afca5e24ae864601cc31e9c1bce61985cd8111509ea03ab9ab0ed01587c8b53"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "63acffdc704ea9524ca286b250a77f8cf472e3429ba20c0dcef9e8d5de8df7ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + title = "TP-Link RE350K v1"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_re450-v2-squashfs-factory.bin"; + sha256 = "952acc6295559b795e18cf638011c7fc94150cd89e883db10d164d5190b080b5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_re450-v2-squashfs-sysupgrade.bin"; + sha256 = "2f089bd9e9050dbafc2870e0d8b9b4bdaf5d96cd981a3de19aa5dfc9149b3826"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + title = "TP-Link RE450 v2"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "e68f839fcd5eb5ccb26079a23a614a2cc8bc0d0875cb136dea95c858cced7d1d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "02140f79e3455e95d5c67de3a175920a0c354c07f9ee453e027221628787dce1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + title = "TP-Link TL-WDR3500 v1"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "775d92a46b9ae93d7aa7967f54109958107db84b7557cb28a756bf533790b608"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "d705f03b87f810bc2696326d9057955023bf1ec72cf0b7aad111681af65b8f0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR3600 v1"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "513cc304252c8d555a42c537b624404b43536f0ecad6643d5f08e2782150c754"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "54e8c057609856dfbc28f6ab487b278eeb3779159691a7c1299067c3ecff88c2"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4300 v1"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "7f6ce10d41de3f0157a53c430dddc1b490cc159473e4c4c86e4ad4a9592f3335"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "64ee9ec6595c26b456ad381b1f44f2e11c82abd4a5b824d4a5b92569c10c01cb"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4300 v1 (IL)"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "24a54e8f64bebc158b3155442760b629dd04ba6616aaaf02cfba00fb3e9b833b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "cef2a8ca45b3cc272739d2338b31c810684cf36beaedee364cf9863fe4a0c560"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4310 v1"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "9e3206b841df62f515c65e96a413a985671b83d8f14c4283775daa36251a4b42"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "437bc99d87755d15926e45fc5d86f828a694175e9844ddf6575b2f6d5b262486"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + title = "TP-Link TL-WDR4900 v2"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "1d8961522ea21a433055d66006fad3779b5e14e3a6ed445aa04aa32b2270c0b7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "c3de5e13b30b4b61550c096ca29dcc75899f442c3ae170cdef9e14a62bbeac14"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N v5"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "679a3975ed37bf33d4183355b2635d3dc09257483bedeb0c98ce193d54820d41"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "c4f6aa68adb8e28100a072f0db6bdbcf3a0b3ab42c9f5144f4a9fa2e7badaa24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v1"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "78bd8e4438fb5533d49103867b0e91321a199a2ee6f7c88ff6854dc0f3199cfe"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "9ea062403a7353d98a50bb427eded2e9a4fa85ee8ee1100b30f0d7622bb707a0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v2"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "e48b096e8a6160b8bfa53d8f1977d8d41d73b2e2dae92cc54cb7ade867580fad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "dd9372cbce39b114a99b340994216961e721bd668fb1be89b4c13ea39db4f44c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v3"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "b82b477fb0b7aa039e06f1fbf30aff185446e70c762b90d8bf02f20b547e3791"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "3af5c94aebc14fe2c6ada032caa502be39f18dd0a06c6e76cd37ba723c6ef03f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v4"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "8af9210ab917d04833803d96777bc26a83065f359ecbf6ebe07e85d9cc93939f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "ad7e8d71c73aaa2ffc2533bab7d8a3818f69646c4cf52a15eae1674e02b91add"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + title = "TP-Link TL-WR2543N/ND v1"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "0bc3b2846c2de3af4ed7f0d9e5c683a3d5e49951f54056c5329e3c2885547037"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "db3b6c7b91f45aff8fcf2062ed5dec2615fd063e1e9453dee951187e279bc911"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + title = "TP-Link TL-WR710N v1"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "a7be38f9b78396db0e9e8f8cd477ab908628cd87211b3abfa9706f899439f0f3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "9b067e783f2aa5c21245d4cf8186436fa68b4ee506deed0182d15c51995442ef"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + title = "TP-Link TL-WR710N v2.1"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "5ae31924ccb049886d07e7b4b2be843b080f9c94375669954bc6146d1de46548"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "61488ba4483243b9a6f3ef68d4e6a003380be36d03c9b5b53ec9daa0f54ec4cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + title = "TP-Link TL-WR810N v1"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "6d868f3fe6ff2c28a3c6bcf9fb45166e501d12e460a72ba127c0328901cba83a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "aed9734135f5af6a3a58e4c5dd4eafe040e680ff0c19e907ea98cd59394aea89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR810N v2"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "59495eece280007944975611f9e11a65edacb6d1da146b4a75c4f332e5f4458a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "ad353246d65e64b4f58454df1737039d0239a7b2bcbf0b3260cfe8090a19dc96"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + title = "TP-Link TL-WR842N/ND v1"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "14457280e9af36235942fbd2888212c9599ac76de952833b7cf18b46eada8d6e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "d9dfbf0af91a40fb7799bb78536f09d87ba438218007ab7925c5d014bac2a994"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR842N/ND v2"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "9bf3456c6768657b1fdb99a17521c5fa8e6dee229baceb352fb601accdaa36b7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "dffea7e9aac84664578daf95d09102701c27dd55fd14a8bdcb423ced83197532"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + title = "TP-Link TL-WR842N v3"; + } + ]; + }; + ubnt_acb-isp = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_acb-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_acb-isp-squashfs-sysupgrade.bin"; + sha256 = "828bf75c4cef5e03863e7c3c25e70c7a0f565ce31e7c216f7b3a21ba237fb288"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,acb-isp" + ]; + titles = [ + { + title = "Ubiquiti airCube ISP"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "936b5dcf4087ad58816478f30d693ea4d91e1fe513860731947366f0831805c7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "9dcb4b6afc486ec64bc45646ef48db66a023fe39201ab8e1d9833da0ef70fea3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + title = "Ubiquiti AirRouter"; + } + ]; + }; + ubnt_bullet-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_bullet-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_bullet-m-squashfs-factory.bin"; + sha256 = "be7a3b4637850c4175441fc26f45af1aa6257b5b6175a792cd3f750b570a775a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_bullet-m-squashfs-sysupgrade.bin"; + sha256 = "602c9eee66ae8237959ad49a37a38ce66da8ad7624556595a2a151d818d584e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Bullet-M"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "fef5892e69a11fce8e12f2bfad4902d2a99cac3fb712b4e05235eef83f730703"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "d0f3fbdba489026fab60872f0646f43eb691eb2b27af014a4656c2f2ac69ca24"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Bullet-M (XW)"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "bf67be9d844d5ee8beb99b1bcc40c68bb5d8620f003e869c5fdd694d71d69e02"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "f605b53a32e11b2b01b242533bc566576788a519035ef38d68f78d417a95da7a"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + title = "Ubiquiti LiteAP ac (LAP-120)"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "e3b085dbff20c2b706e82dda1fecfae523514f50bbb3cd68d2399558fff17429"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "3c5235286008cbaea1e11bf370425aec38e70ccf9dc6e05ff54612d6b8bc32ce"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + title = "Ubiquiti NanoBeam AC"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "286456749800900a7655e10c882989240c34416fe5084fdb4d54a3d737be3665"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "f4f49044fbb2944dd4c4ce88b2e97a91ecc2b24fe927337ef1cd3953841cb2ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + title = "Ubiquiti Nanostation AC"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "0efaaf14e2e1671864927bdb550dda48cfd1cadfd1ed53cf48b00b3edcbdb893"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "26be84fd54d71c9ac65d7c673d4b49e384f501b5df78882c6065a06f3b493cfe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + title = "Ubiquiti Nanostation AC loco"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "49e1f515e188cac516b98a9b8318d23ac793768e991a51883fa1dad2ddf81d79"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "284a39594362c053242c161407e5a963ee8d8cfab741005e1056f109130f05ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Nanostation Loco M"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "222fa7b0ff349ae65649a638d8a38dfb746b57100c5ab883898e16e5215d2c4c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "a70bdbe118b4b7865dcafd1d737ba7f84762766474092bd0ffdcb8e6e419707d"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Nanostation Loco M (XW)"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "c656d128d4b905d079370b6b8a1fea0f3218e3b51c18a1f46f353f7e145d5224"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "e6b72728cdc2d34c01436e21694e740e3f01de3f32664c2b20c3abfc3ff51d7b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + title = "Ubiquiti Nanostation M"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "6fba633b81ab2ab06e755a031f3dac38a804bdf5b5d539ecbe6212794e56b51a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "7c2d165d7f052ab4737da00dd62d4be4239f02f1d8d330fd7668023282e1643d"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Nanostation M (XW)"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_picostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "3f87f5c7d4802ab8a612d2d8c659557662db349aef2009e1f043cbe67788d0cf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "626eb24db1251c93a1e9014be00364a00a3ff0ecc5afb4f26ff3b3d511c3ef3c"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Picostation M"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "1648a9be158201aa8fb953edf7a701536bb3d4c66789efb05ae9f9b2716e1536"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "fa49b17781b28b80f80834ea94be0f3b5ba81b4b5048ea6d426d4f0320e9ac14"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + title = "Ubiquiti Rocket-M"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-mini" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "99dc4fdf43dae71fdaeeee1578cec6ab53a5a31690b09eb412fae596ea3d74a2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "f235b4775ce072ba2793d3804cbd5c5476318d7c11f44de4e91e68f61db329ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + "routerstation" + ]; + titles = [ + { + title = "Ubiquiti RouterStation"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-mini" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "2d313b4f3649815e208b7aadfb890f0851fa711e4d438cdc911be2688125a9d5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "db5cc42908e3fd414d1f9a75433978fc407f200a25d6f84ec0084f837f9ee063"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + "routerstation-pro" + ]; + titles = [ + { + title = "Ubiquiti RouterStation Pro"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "b788388c9da0bf512f87cf845a6337c3049a6cede9c7f5d7f884348754d87212"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "a3153d88901e54ddf5044a8ab2ea2821ce657813479819ea6c9f18b3f25aa3df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + title = "Ubiquiti UniFi"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "57d4c8fedbdfa519517e5eade8f2ddf6ea9b0be957c443e2e88b5df2e367e412"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Lite"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "b1d837c07a3991718a48bd5baa8ede19cdacd4e90c6888f2550a4550f58ff49d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-LR"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "0fcab4a11d04eae42eebeddc2d1cab2e36445904694bd2e4f9178bcce7d9f4f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "3b9a472bd3f49583e810394ec641544eee28d08ae69364682695192d8a783543"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh Pro"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "498e78cb39108db6aec78927cc3f10bd7c18521f19a934feaa8724b1c4f57ebf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Pro"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "0bb0d31827a1e0969959a13d65d867055ca027e021ce457a3c52fc8e70987d0c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "adc4a89e550a2d82ab8d407ccf41c23c49f0c7c82518c19c2abc144f1e89288c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + title = "Western Digital My Net N750"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "0d0dd454ad66ee182e1570365ff53b36ebf2bcd395f1a2e6162e9c90324676f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + title = "Western Digital My Net Wi-Fi Range Extender"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "851c676168671dfa3f5041fa140eec70b1e6f37aece16887815840cc13e6af69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + title = "Winchannel WB2000"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "23a4d72fbdb5799193cb5d5fe198078c572c6255fcc9c06e4648c2c1c941fab6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + title = "Xiaomi Mi Router 4Q"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "168cae76380af35c2817793f5089af58318e1a146c84b1746a24f0baf3f35e05"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "38c7531be20c096c48b6b80d2b85cbad1183b5eee0207350f00315ed5352de69"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + title = "YunCore A770"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "3d6e2098e6146677475b1990ab8279a209446640c95ada4dc1ff1ac38da84ffc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "1dd93499da053b9e42465263fe24a1c63c40e7882b04eec919d6806e25113c0e"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + title = "YunCore A782"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "82506ab01b7c14ec202ae4f3a6a25f12397d454214657eedcf6bcb66ec15dab6"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "a35abc1378232491c5059c4d1d6e3e2e6ae9b286ce099a269f7a95469dc729ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + title = "YunCore XD4200"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-19.07.8-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "37d5ad9a16776b910c8ebc7a1e6910cbaf44299016f982b312134a9e8d3c1eed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + title = "ZBT WD323"; + } + ]; + }; + }; + target = "ath79/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + buffalo_whr-g301n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ath79-tiny-buffalo_whr-g301n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-tiny-buffalo_whr-g301n-squashfs-tftp.bin"; + sha256 = "5febddfc4e095f65dd263669ffc06d2dad0ee7928c8ba18b8a093a337ac559fc"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-tiny-buffalo_whr-g301n-squashfs-factory.bin"; + sha256 = "acb086fb00d5405e4f29e1a67ff28d86761044ae593ca5ba68bec4063fad4aa3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-tiny-buffalo_whr-g301n-squashfs-sysupgrade.bin"; + sha256 = "1cf80f22c16672d59cfb8270044e516735e563b9461b183907fd36fef8403d6f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-g301n" + "whr-g301n" + ]; + titles = [ + { + title = "Buffalo WHR-G301N"; + } + ]; + }; + netgear_wnr612-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ath79-tiny-netgear_wnr612-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-tiny-netgear_wnr612-v2-squashfs-sysupgrade.bin"; + sha256 = "f48ee1e4dbfd417af9a29dcf11b2888510fa21c2f8e8e6adb3077e5020f03491"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-tiny-netgear_wnr612-v2-squashfs-factory.img"; + sha256 = "e90fcd065929353673f21a596f408a54e207f23042a3d3537163282d8629af17"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wnr612-v2" + "wnr612-v2" + ]; + titles = [ + { + title = "Netgear WNR612v2"; + } + ]; + }; + on_n150r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ath79-tiny-on_n150r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-tiny-on_n150r-squashfs-factory.img"; + sha256 = "a3c1ac9144b67ed588d81fff5d57a39ecf82beb8905cf578c1e9bcffc093bd27"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-tiny-on_n150r-squashfs-sysupgrade.bin"; + sha256 = "fc15cbb3a79bbd26cf58f30686eff55af5505b16727df070671ee9d2f66a3340"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "on,n150r" + "n150r" + ]; + titles = [ + { + title = "ON Network N150R"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "d67edf8f5438ef362e2422fa6764aa058123360f82ec865d1facd3fc61b7c9f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + title = "PQI Air-Pen"; + } + ]; + }; + }; + target = "ath79/tiny"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "osafeloader" + "oseama" + "otrx" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "osafeloader" + "oseama" + "otrx" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + ]; + metadata_version = 1; + profiles = { + asus-rt-ac56u = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-asus-rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-asus-rt-ac56u-squashfs.trx"; + sha256 = "950c37fb0c49f3b60ff45af0cbdbc2a8b8d41601d96d3cbc847471d13bfa9446"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC56U"; + } + ]; + }; + asus-rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-asus-rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-asus-rt-ac68u-squashfs.trx"; + sha256 = "7cae758e9473cfbb6f71ad4792cda784045405cbbe33ad9c01ff0f1ad0f93445"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC68U"; + } + ]; + }; + asus-rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-asus-rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-asus-rt-ac87u-squashfs.trx"; + sha256 = "f0f5224eb08e3ec6838a3382e5a0311ef1d272e213b2cefe25f2f5c4b0c60b8a"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC87U"; + } + ]; + }; + asus-rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-asus-rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-asus-rt-n18u-squashfs.trx"; + sha256 = "d766bc94b2a5d3bc6ebe826034c49f712242e47a41377925be96399c18c5a9b3"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N18U"; + } + ]; + }; + buffalo-wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-buffalo-wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-buffalo-wxr-1900dhp-squashfs.trx"; + sha256 = "eb80bdf3535aaf28210bf066e89bbdffb5b8c94787d0f24a28eb910414c70f5d"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WXR-1900DHP"; + } + ]; + }; + buffalo-wzr-1750dhp = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-buffalo-wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-buffalo-wzr-1750dhp-squashfs.trx"; + sha256 = "930d072cb3559fecb3c3d33e734f0acae9f783d9970fc38a696e6b991ef18c44"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-1750DHP"; + } + ]; + }; + buffalo-wzr-600dhp2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-buffalo-wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-buffalo-wzr-600dhp2-squashfs.trx"; + sha256 = "75b0b9270e196987e559f129db39dcddac4bb58cabdf8ef308f5f923be006241"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-600DHP2"; + } + ]; + }; + buffalo-wzr-900dhp = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-buffalo-wzr-900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-buffalo-wzr-900dhp-squashfs.factory-DHP2-JP.bin"; + sha256 = "3e0877b6dec184084c76f608a82644f1a0e7a3fdf4b68f9b211ddb42e1fe2f6f"; + type = "factory-DHP2-JP"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-buffalo-wzr-900dhp-squashfs.trx"; + sha256 = "e80e6cfb456a8eb0a0447704dab839d24fa17666a7bad6e0b87a35ad973bea2b"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-buffalo-wzr-900dhp-squashfs.factory-DHP-EU.bin"; + sha256 = "aeb777e953f7105d00dc53a5b8ee217e51ccd11a714652469d51a9363f1ec0ec"; + type = "factory-DHP-EU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-900DHP"; + } + ]; + }; + dlink-dir-885l = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-dlink-dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-dlink-dir-885l-squashfs.bin"; + sha256 = "8c1df78fc3df7dd8d36c1654e0b96ac785ac5d2aaec696df4e91b50a27a0293b"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DIR-885L"; + } + ]; + }; + linksys-ea6500-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-linksys-ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-linksys-ea6500-v2-squashfs.trx"; + sha256 = "164a0737bc904b252ec84062bfffffaf1df9fbc2c03f1758289339e0ba12b27b"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys EA6500 V2"; + } + ]; + }; + luxul-abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-luxul-abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-luxul-abr-4500-squashfs.lxl"; + sha256 = "17215bf2db91b4b1c9c4b1bb0f5de4e2ce5b5ee37b3e4c86200e56f676e8aee5"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul ABR-4500"; + } + ]; + }; + luxul-xap-1610 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-luxul-xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-luxul-xap-1610-squashfs.lxl"; + sha256 = "cb98a8ef58550478519818877de6c5ac70d8b82d2e953c1c15357d14db4704ee"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XAP-1610"; + } + ]; + }; + luxul-xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-luxul-xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-luxul-xbr-4500-squashfs.lxl"; + sha256 = "368a7077865d3987059d0c1eff0c44015518c5c801198499f54f3b04a1ab172a"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XBR-4500"; + } + ]; + }; + luxul-xwr-3150 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-luxul-xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-luxul-xwr-3150-squashfs.lxl"; + sha256 = "b72544fa9e542b54fb32e2fff9df40b5cea8b8e32c1b5da36b6c24ab745b746a"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XWR-3150"; + } + ]; + }; + netgear-r6250 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-netgear-r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-netgear-r6250-squashfs.chk"; + sha256 = "1ca0d69c2c6e02d26b463baac797e7b5ae63cc64484ae50950f68d350bc37c96"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R6250"; + } + ]; + }; + netgear-r6300-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-netgear-r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-netgear-r6300-v2-squashfs.chk"; + sha256 = "d85cd5dff075d91bea4af1cca0aa00b51eaf0ccf235d15b0ed588a3296d86c05"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R6300 V2"; + } + ]; + }; + netgear-r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-netgear-r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-netgear-r7000-squashfs.chk"; + sha256 = "39ff7f1fdcf0d655dde5d29134321152f9aba89793ba71558ecfd8f8afa164e8"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R7000"; + } + ]; + }; + netgear-r7900 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-netgear-r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-netgear-r7900-squashfs.chk"; + sha256 = "0f93885de9068a1e2217ab7490462e303a612fd111ad69f62eb2fa81a242387c"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R7900"; + } + ]; + }; + netgear-r8000 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-netgear-r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-netgear-r8000-squashfs.chk"; + sha256 = "5cdb50ed5209b630b4d0c47b845d0024ee4e4a90dd28cb35d41b7c3bed712c42"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R8000"; + } + ]; + }; + phicomm-k3 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-phicomm-k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-phicomm-k3-squashfs.trx"; + sha256 = "c9180c3e710befb1036ff524983c98bb78a9322a0883546c1068c9f01266f9ea"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PHICOMM K3"; + } + ]; + }; + smartrg-sr400ac = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-smartrg-sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-smartrg-sr400ac-squashfs.trx"; + sha256 = "923bb293e678bc019b720f759dde6e17e7b405b06b0e1e9c31eb33e45ea47355"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SmartRG SR400ac"; + } + ]; + }; + tenda-ac9 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-tenda-ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-tenda-ac9-squashfs.trx"; + sha256 = "d40b191c95c5b6e43358785d6c6e9d7915296e9a954d27fbc1936bdf48568ec9"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tenda AC9"; + } + ]; + }; + tplink-archer-c5-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-tplink-archer-c5-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-tplink-archer-c5-v2-squashfs.bin"; + sha256 = "abf3ea96c156a4b2effc5a90877ff010c1ca24568855a2dffcb61185ac4d52ab"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C5 V2"; + } + ]; + }; + tplink-archer-c9-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.8-bcm53xx-tplink-archer-c9-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-bcm53xx-tplink-archer-c9-v1-squashfs.bin"; + sha256 = "cb785f1f2e4db0a584cbe28047a1c5837d57b435f309f385a86e58a7249a523c"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C9 V1"; + } + ]; + }; + }; + target = "bcm53xx/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + brcm2708 = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-board-rpi2" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm2708-bcm2708-rpi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm2708-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "243121ae12dff1f565c2e9a65953295536ba1e2d1b76b8938fe46713473f2ab2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm2708-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "430225fd359925cff3da09503d88a71aad3fbf762e3d86801c89f2ca2bad921f"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-brcm2708-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "cd6442bce2e6cc1235572416b2e57914394a914e25e4fc6b1d3e380aac72d6a6"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-brcm2708-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "ff46cd36a93c5ff6fd0ba4f06e3cf87128ca9a61f876a963d6ad6eda919f49d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + title = "Raspberry Pi B/B+/CM/Zero/ZeroW"; + } + ]; + }; + }; + target = "brcm2708/bcm2708"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-firmware-43455-sdio" + "brcmfmac-board-rpi2" + "brcmfmac-board-rpi3" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm2708-bcm2709-rpi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm2708-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "a8b3f8f9f71754de667d6e63cf624da5c7fb2a4d94b1ad77c3b73a467ce44fa3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm2708-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "25518ec4d273a8b14058ac01a0a1cf29ae181323063f74ff1e93504a4555da17"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-brcm2708-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "228be05cc04e76844756226506e0e38bd23302f22d3dffb90a6e3d3d4bbf4b2f"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-brcm2708-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "3aecdfb6b9094c6b3b6a9d0d918c9cb6ef1ec900825bb4dce67ec5a902575146"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + title = "Raspberry Pi 2B/3B/3B+/3CM"; + } + ]; + }; + }; + target = "brcm2708/bcm2709"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-board-rpi2" + "brcmfmac-firmware-43455-sdio" + "brcmfmac-board-rpi3" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm2708-bcm2710-rpi-3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-brcm2708-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "0a37e2ce4d4a9c358f02bb642af20b9fc62a9efb25d44f8d401550eb50fb02eb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm2708-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "44754075626c7626f980631e293c2770ed9787d81b36d8d044488d61e239ecae"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm2708-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "fb99d6f1c489fdc14a3afb7a4f57a77a74978b2d858d0d32f3a40d0e098fc924"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-brcm2708-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "de85d20b0b9dd2c47e601fa4a3b8686672400634e2dd81ff983cce6b245f3944"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + title = "Raspberry Pi 3B/3B+"; + } + ]; + }; + }; + target = "brcm2708/bcm2710"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + brcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + linksys-e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-generic-linksys-e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-generic-linksys-e3000-v1-squashfs.bin"; + sha256 = "311e8975b42de2b795a0813fd8a44b8e72470072e03ddf14cff837381686c0e7"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E3000 v1"; + } + ]; + }; + "linksys-wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-generic-linksys-wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-generic-linksys-wrt300n-v1.1-squashfs.bin"; + sha256 = "0acd5cef425cad0944edf22a86165189bad5d2741799f3c0f5086cb7804e7c0b"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT300N v1.1"; + } + ]; + }; + linksys-wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-generic-linksys-wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-generic-linksys-wrt310n-v1-squashfs.bin"; + sha256 = "0734b8e1e8057503b89b07ac5cb9d56bffa3c621d61fabb86d069a7208be98bd"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT310N v1"; + } + ]; + }; + linksys-wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-generic-linksys-wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-generic-linksys-wrt350n-v1-squashfs.bin"; + sha256 = "bb83037786227c2fcc76b97a142bb32d9426862400c742a8c2f4f8ce646779a0"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT350N v1"; + } + ]; + }; + linksys-wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-generic-linksys-wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-generic-linksys-wrt610n-v1-squashfs.bin"; + sha256 = "002db24e9737989c12e7f33015058f3e969cf34e2667343ba9202b455f563a27"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT610N v1"; + } + ]; + }; + linksys-wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-generic-linksys-wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-generic-linksys-wrt610n-v2-squashfs.bin"; + sha256 = "f3faa83afb684ffb2f31dfdc050316d23c86c329b60a62fc401a430a10f13081"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT610N v2"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-generic-standard-squashfs.trx"; + sha256 = "42248af71a2df4d6180c7ce152073da9caa1f88053931becaaf930a20d762fc8"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + }; + target = "brcm47xx/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + asus-wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-300g-squashfs.trx"; + sha256 = "b37d830596f3b785e246bd9ae5a06e919406e80247225c52549a40842178291d"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-300g"; + } + ]; + }; + asus-wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-320gp-squashfs.trx"; + sha256 = "0f6eb2858015dee1087e64afd2ce51c7765fb914120cf86d1f277ad500b79212"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-320gP"; + } + ]; + }; + asus-wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-330ge-squashfs.trx"; + sha256 = "a029f4302156e89c953e9eaddf325f6c98769c9d0864bb24d51d016af4eaf95d"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-330gE"; + } + ]; + }; + asus-wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-500gd-squashfs.trx"; + sha256 = "68a345158f97121b9f42f2a6a2f10c111fa40b38ebb782fd80c5d6c5bdc7b04c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500g Deluxe"; + } + ]; + }; + asus-wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-500gp-v1-squashfs.trx"; + sha256 = "40aa1e2c32cb3a01c8c5540745b2f6e5b55851b4439ce84d82cb55019c4ce5a3"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500gP v1"; + } + ]; + }; + asus-wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-500gp-v2-squashfs.trx"; + sha256 = "6af1222b5da886621861d3706bf6fc1bd2871c4170afc853ea8ae1c1762befb7"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500gP v2"; + } + ]; + }; + asus-wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-500w-squashfs.trx"; + sha256 = "8a460c85020a073f8664e2973cfa6254e68985efb947045b6920f2d287c5a9de"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500W"; + } + ]; + }; + asus-wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-520gu-squashfs.trx"; + sha256 = "fbd21b64da955877c1af8c8936893d2c65713381af271dd9cb36c0c77875a427"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-520gU"; + } + ]; + }; + asus-wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-550ge-squashfs.trx"; + sha256 = "2f4ef8d6eb6326fcc4e0fd6cbf3ec22e5cd609b30a0ee51c24941b8cdcba2a38"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-550gE"; + } + ]; + }; + asus-wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-asus-wl-hdd25-squashfs.trx"; + sha256 = "f62807b10d127f7037360d60ba8a78b0d5dc1c9acb2be9499654248a03b713e8"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-HDD25"; + } + ]; + }; + dlink-dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-dlink-dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-dlink-dwl-3150-squashfs.bin"; + sha256 = "02947e4d971ebdc6d451c0d3f54a376a5a5f29e8408aec5a192b9b26410f5a84"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DWL-3150"; + } + ]; + }; + edimax-ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-edimax-ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-edimax-ps1208-mfg-squashfs.bin"; + sha256 = "1b2f15ab65341d31635a8831d03b079d389c51c44ba7631670b7464d7f57815d"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Edimax PS-1208MFg"; + } + ]; + }; + huawei-e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-huawei-e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-huawei-e970-squashfs.bin"; + sha256 = "1e476620966ce506c57efe327766225c210d97197576b39a7e1d511ca3dd1152"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei E970"; + } + ]; + }; + linksys-wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt150n-squashfs.bin"; + sha256 = "d53f94ff959dacd10bf3d95021e04cee809e6032ad855a8a6851e0753b986ad1"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT150N"; + } + ]; + }; + linksys-wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt160n-v1-squashfs.bin"; + sha256 = "852d9ebe0e35ab3857eb5ed53822badff6f20079e742f81effecfe90230b8692"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT160N v1"; + } + ]; + }; + linksys-wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt300n-v1-squashfs.trx"; + sha256 = "2ccddb8d2e5368b90e3adf9f1a7c1b34aeed9a4b7ed2eb81aa03eef1b638ee7b"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt300n-v1-squashfs.bin"; + sha256 = "537c649007bcdf370ca48bc4f043f85c63590057b27bbb922bd224b31a5d1604"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT300N v1"; + } + ]; + }; + linksys-wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt54g-squashfs.bin"; + sha256 = "8801ef3f32567950b7ad3d8337dabb1ca61f1f13ae206f2ae59e7846512ba478"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G"; + } + ]; + }; + linksys-wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt54g3g-squashfs.bin"; + sha256 = "0ac632a18b6058c4a7211a21c1a5d13266dea76a812dfb792db2d7fbaeacdd5e"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3G"; + } + ]; + }; + linksys-wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt54g3g-em-squashfs.bin"; + sha256 = "34d2ae688cf4df74e961cc42900e84211252ebf0c576932cf0ff5d71822d3985"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3G-EM"; + } + ]; + }; + linksys-wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "55b06c00b0cbb5de8255773d55a0e0e0772569d958abe4af8f1633519f040f65"; + type = "noheader"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt54g3gv2-vf-squashfs.bin"; + sha256 = "913592cdd106e14d8d52bd6bdeb07e73dedbc5a0a9b097acfe44ecae602c6697"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3GV2-VF"; + } + ]; + }; + linksys-wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt54gs-squashfs.bin"; + sha256 = "b958f4075810aae39e36a2ad055fff934a2066753fbfe603701b7298da99b82f"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54GS"; + } + ]; + }; + linksys-wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrt54gs-v4-squashfs.bin"; + sha256 = "0b03f00561cb65a8d1f42139ca34fbeb7dbae3f0bdb1a1eca38a612769b2806f"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54GS v4"; + } + ]; + }; + linksys-wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-linksys-wrtsl54gs-squashfs.bin"; + sha256 = "2b79cc4069c4e695b945ede0837fdf13861a894c6dca68fa188f07fc8217000f"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRTSL54GS"; + } + ]; + }; + motorola-wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-motorola-wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-motorola-wa840g-squashfs.bin"; + sha256 = "1108f1d9cd633aaeff308d9a81e15548f33ae0410a622f9386459f41ade6fa62"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WA840G"; + } + ]; + }; + motorola-we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-motorola-we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-motorola-we800g-squashfs.bin"; + sha256 = "dba07a5d1acc09eafaecd708f6be9349802896ec0c14b6fb364e6a55d0215a93"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WE800G"; + } + ]; + }; + motorola-wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-motorola-wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-motorola-wr850g-squashfs.bin"; + sha256 = "d988a3a41a4e616dcc00513fac272cf35dde23c9af67b52dbb1b5bc417820d40"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WR850G"; + } + ]; + }; + netgear-wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-netgear-wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-netgear-wgr614-v8-squashfs.chk"; + sha256 = "ec979f1b1f6b9b9ee18bb4b2a49267dfcfd440c5452db3e69d6a596c16abf1c6"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v8"; + } + ]; + }; + netgear-wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-netgear-wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-netgear-wgt634u-squashfs.bin"; + sha256 = "0260ee9150da3080ce351b5015a06ffb4faf3c6f44f100239656e89176dae457"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGT634U"; + } + ]; + }; + netgear-wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-netgear-wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-netgear-wndr3300-v1-squashfs.chk"; + sha256 = "0dc783c0aa2333cd5f1e83d3bf51ee0704207a52d9cfa76b6febf32059eebf53"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3300 v1"; + } + ]; + }; + netgear-wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-netgear-wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-netgear-wnr834b-v2-squashfs.chk"; + sha256 = "20bab14d5dba04dec0f889820d7b76bf7aedd7f68a05a2a54fa5091c7a0dfc79"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR834B v2"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-standard-squashfs.trx"; + sha256 = "7f28a207d7ac3814a7baca69117f5e8bba86571983c09a760558bbb3038bbfa9"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "730364e539a369ef6f05aa05108380845b7c5ed4ce75a79871e38c5b22456e4a"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with gzipped kernel"; + } + ]; + }; + usrobotics-usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-legacy-usrobotics-usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-legacy-usrobotics-usr5461-squashfs.bin"; + sha256 = "0671108233c97ae4d75d45c7e306a3643e398ff5a35ffea690b9ce7a456ef244"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics USR5461"; + } + ]; + }; + }; + target = "brcm47xx/legacy"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + asus-rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-ac53u-squashfs.trx"; + sha256 = "043fb49e9c61399410914ccd7570958d19993c92813b35faa876342ea1a49f18"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC53U"; + } + ]; + }; + asus-rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n10-squashfs.trx"; + sha256 = "447606049d8541e5f06301690140fd38431458fea24bb62e755f496bd1f05410"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10"; + } + ]; + }; + asus-rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n10p-squashfs.trx"; + sha256 = "490fe92ad5ca8a70e716f27a78867aa03f22769e6b0eb16bea2d473bb255216c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10P"; + } + ]; + }; + asus-rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n10p-v2-squashfs.trx"; + sha256 = "9cd31da4e7ffdaf5dd448b3a0c91f5df3c855376e5c48e872c744e0872555f35"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10P v2"; + } + ]; + }; + asus-rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n10u-squashfs.trx"; + sha256 = "cc53dc6abb0abf00b51bd85debc781e4156bb741a28890241691c6d545eb0e60"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10U"; + } + ]; + }; + asus-rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n10u-b-squashfs.trx"; + sha256 = "cc53dc6abb0abf00b51bd85debc781e4156bb741a28890241691c6d545eb0e60"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10U B"; + } + ]; + }; + asus-rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n12-squashfs.trx"; + sha256 = "bfefe06ec0b8814d3d833f1060e25a1b85bcfbd720d1764d2026b2c48a0cf608"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12"; + } + ]; + }; + asus-rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n12-b1-squashfs.trx"; + sha256 = "5a63b289e3802e0b3a5c619e4f46b1a51f4c4edbbcceb0e433037d4f816cc7f9"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 B1"; + } + ]; + }; + asus-rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n12-c1-squashfs.trx"; + sha256 = "cd03927dbad2266203b45cc08884167e339ddb487fc7285abc9d1b0f07067eda"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 C1"; + } + ]; + }; + asus-rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n12-d1-squashfs.trx"; + sha256 = "f6833ee0e67f97d9e3a9f374b5baf74830ca6dec0307078cdbdaa9a61fa00db4"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 D1"; + } + ]; + }; + asus-rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n12hp-squashfs.trx"; + sha256 = "580339975a957be4ddf71bd4ba4b95069dad75289fcc195a13484edaf559368f"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12HP"; + } + ]; + }; + asus-rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n14uhp-squashfs.trx"; + sha256 = "077d8a2e17b236e546422c630dd3e4df3400ace0da8c419233df98cdaecb70a6"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N14UHP"; + } + ]; + }; + asus-rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n15u-squashfs.trx"; + sha256 = "31b863a0c9b180d01479e4cc0c9b4b1fc580064274385eee8efa097ac7cbaaa7"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N15U"; + } + ]; + }; + asus-rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n16-squashfs.trx"; + sha256 = "a46047ff3998400880f6b78188ae2b4b2b0419c8643b5737dafd428ee2d3a80b"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N16"; + } + ]; + }; + asus-rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n53-squashfs.trx"; + sha256 = "66da1879959cd17429990e09bb863abbb928cb94e58721084ab49548ef6ef8ed"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N53"; + } + ]; + }; + asus-rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n66u-squashfs.trx"; + sha256 = "25d65cdcba7da9dbcd706f0bdb505b55f11547c02f02f5a0755fcf91be657c17"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N66U"; + } + ]; + }; + asus-rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-asus-rt-n66w-squashfs.trx"; + sha256 = "25d65cdcba7da9dbcd706f0bdb505b55f11547c02f02f5a0755fcf91be657c17"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N66W"; + } + ]; + }; + linksys-e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e1200-v1-squashfs.bin"; + sha256 = "373849727cc9ede589bafb4112e64f112aac76dc9110ea9ee6750f9a0b34b6a9"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1200 v1"; + } + ]; + }; + linksys-e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e1200-v2-squashfs.bin"; + sha256 = "d9369032cd3152f02b3d5618d4d23b5f1b9f7f3805c56707bde5ddf2df74247f"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1200 v2"; + } + ]; + }; + linksys-e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e1500-v1-squashfs.bin"; + sha256 = "51cf77faa5fd84ae4d5db67dc03b4b0209e19c9d5a6f9052e95ade606d1b2546"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1500 v1"; + } + ]; + }; + linksys-e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e1550-v1-squashfs.bin"; + sha256 = "918492425e83365119d7aa55b10e06bb26d83f315d00f37d20e27244fcbdf1f8"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1550 v1"; + } + ]; + }; + linksys-e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e2000-v1-squashfs.bin"; + sha256 = "2c568313689b94dd263c35ac049c4427d40a8be585ea2837c7db692111a8f830"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2000 v1"; + } + ]; + }; + linksys-e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e2500-v1-squashfs.bin"; + sha256 = "085e83d57ca552a136126dc885641b75d2b8bf0014a190723bbc05149a028584"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v1"; + } + ]; + }; + linksys-e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e2500-v2-squashfs.bin"; + sha256 = "5939dcdad63949d0e74286e2e6c6ca9df8f256c6e40dc9882cb52f8d5bbcaedc"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v2"; + } + ]; + }; + "linksys-e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e2500-v2.1-squashfs.bin"; + sha256 = "7a9f15aaa477b0d795c9b0050d1884b506780de118af5817ee6da4acf5bdb9c5"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v2.1"; + } + ]; + }; + linksys-e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e2500-v3-squashfs.bin"; + sha256 = "f0aad6fd8ee8051a9dcb519673c8041f94b7c22f30e0f6ce5e4e7c365ca2f47c"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v3"; + } + ]; + }; + linksys-e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e3200-v1-squashfs.bin"; + sha256 = "d3b1118c4e138ca2882a79154a4a0dcfda1cac45507013987e05585530a0be46"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E3200 v1"; + } + ]; + }; + linksys-e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e4200-v1-squashfs.bin"; + sha256 = "a61606b4115868655f7468b56529d12dde925092dba17eef33c8dbdc452ad1d6"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E4200 v1"; + } + ]; + }; + linksys-e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-linksys-e900-v1-squashfs.bin"; + sha256 = "dfcf5e577ee6599899d71a7e5fdabd0b10325a43935b5fe6aa43450914d88535"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E900 v1"; + } + ]; + }; + linksys-wrt160n-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-linksys-wrt160n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-linksys-wrt160n-v3-squashfs.bin"; + sha256 = "eebab8123c8670af0691f2793fcf91864b2016f308599f5d3c8aec8c4c077b1a"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT160N v3"; + } + ]; + }; + linksys-wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-linksys-wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-linksys-wrt310n-v2-squashfs.bin"; + sha256 = "6e17a9555bdcc947af104c8c3957fe8fc0da303c8c1f82eb7c57074def509ed0"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT310N v2"; + } + ]; + }; + linksys-wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-linksys-wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-linksys-wrt320n-v1-squashfs.bin"; + sha256 = "d7178737f8f6088765b9e1220f9801258827d52dc1a8d567f233c1a13f9197da"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT320N v1"; + } + ]; + }; + netgear-wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wgr614-v10-squashfs.chk"; + sha256 = "661ad9d65e7b40048ffd0ddd03e5bb3bbad6bcd69b3552812afc8d59cf1a7c92"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v10"; + } + ]; + }; + netgear-wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wgr614-v10-na-squashfs.chk"; + sha256 = "a3a9c2fc559dc5c669ce3fee3058bead8f789735ef3bbfbde04d736b556ef36b"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v10 North America"; + } + ]; + }; + netgear-wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wn2500rp-v1-squashfs.chk"; + sha256 = "aacdaa3ba385c3ba7ad84fcd9ca1ade88106e77e22bc0fd3374eaace3ab6a86e"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WN2500RP v1"; + } + ]; + }; + netgear-wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wn3000rp-squashfs.chk"; + sha256 = "2a9003514be1bb144055b97d35cabe0358dfe7a2956ab4533667a086b582f2b3"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WN3000RP"; + } + ]; + }; + netgear-wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wndr3400-v1-squashfs.chk"; + sha256 = "d05fe4364f91d95e4cf9e9837f85ae0cd66f3db29aca84c359d902ed572163b5"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v1"; + } + ]; + }; + netgear-wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wndr3400-v2-squashfs.chk"; + sha256 = "abfbc4a70cc067bd40bd61cd584e5ee560e3e2da194b1874f2201c8c7e34fef4"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v2"; + } + ]; + }; + netgear-wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wndr3400-v3-squashfs.chk"; + sha256 = "1118fbc9242b4ce40ed3b9869b5b37d312be903306597c533d8708087bf30cee"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v3"; + } + ]; + }; + netgear-wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wndr3700-v3-squashfs.chk"; + sha256 = "299ef9a29609e7a5b8856212991a406203bceaa6d7f682462a5ded60e3bf9b6e"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3700 v3"; + } + ]; + }; + netgear-wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wndr4000-squashfs.chk"; + sha256 = "87599e2d8529d99cc5d2676923890d323ca786595ffbb4b6b72fa8caabcc043a"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR4000"; + } + ]; + }; + netgear-wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wnr1000-v3-squashfs.chk"; + sha256 = "c8369d4b802a99a7a419425f65adf0772c791f855623e8b341799f91040e074b"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR1000 v3"; + } + ]; + }; + netgear-wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wnr3500-v2-squashfs.chk"; + sha256 = "339b4b8e2fd57dec7dfd28cdf00d0b0e78a88df6caae144df07e3582d69a35c1"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500 v2"; + } + ]; + }; + netgear-wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wnr3500l-v1-squashfs.chk"; + sha256 = "2d7a1e5bce30da6ea5d9bf0aa298e18f0725cb60eeac9faafff3bea3adee3923"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v1 Other Regions"; + } + ]; + }; + netgear-wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wnr3500l-v1-na-squashfs.chk"; + sha256 = "3c8093ea99fd99f9a674171c1c1801a3699af570e603b75685eb261a5dfe53cc"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v1 North America"; + } + ]; + }; + netgear-wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-netgear-wnr3500l-v2-squashfs.chk"; + sha256 = "7fbdf7000fac8ed342d33031a89726d3d0860ab933a90694f44acd4cc64c5e6a"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v2"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "27e6a9486cad2fa57ca26e44fb428f61f08a1d394bd497739210055d7346b856"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "d22e11a0ea3cabea984fa709c783916ed3d66854807353b4896c14a5be6f7f9c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA compressed kernel matching CFE decompressor"; + } + ]; + }; + }; + target = "brcm47xx/mips74k"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + brcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + "963281TAN-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-963281TAN-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-963281TAN-generic-squashfs-cfe-16M.bin"; + sha256 = "6300e5f225df0322fbac45b617dcc526836faddbb22ba03ed0c626703cffec75"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-963281TAN-generic-squashfs-cfe-4M.bin"; + sha256 = "cb7848d0594611cc80fa1904247dc7e11fc88186fc5cbab1f7df9fafb9517010"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-963281TAN-generic-squashfs-cfe-8M.bin"; + sha256 = "383a90db6851647a22f284698bf9921a2fea399168d3066682912523fe751c18"; + type = "cfe-8M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 963281TAN"; + } + ]; + }; + "96328avng-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-96328avng-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-96328avng-generic-squashfs-cfe-8M.bin"; + sha256 = "1092cd7f8f56ebc2280eee905649c49a048704bf7ef18519ae71efe517b154a5"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-96328avng-generic-squashfs-cfe-16M.bin"; + sha256 = "7bf728218fb77b71ae8967f5303c632277235ebf489f46fc5deef08386d3dc0e"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-96328avng-generic-squashfs-cfe-4M.bin"; + sha256 = "f1fcf215c0c54dde69bb8057e9b016c37cd92afca8a6de4d9273fa6898713d6b"; + type = "cfe-4M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96328avng"; + } + ]; + }; + "96338GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-96338GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-96338GW-generic-squashfs-cfe.bin"; + sha256 = "a03954c9d7b25fb055fbe48fa5036662cab594359af423e1fc54ace039478364"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338GW"; + } + ]; + }; + "96338W-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-96338W-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-96338W-generic-squashfs-cfe.bin"; + sha256 = "818ee668ef523c2a4921c3a80703d7cd158fafdd223e8d5ec910004f6aa4f69a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338W"; + } + ]; + }; + "96345GW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-96345GW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-96345GW2-generic-squashfs-cfe-bc221.bin"; + sha256 = "e924cfd6d92b231e8b2f0d85400b1355c6f46a24dc977f6b6da59d7291980ed5"; + type = "cfe-bc221"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-96345GW2-generic-squashfs-cfe.bin"; + sha256 = "8d870a91a875e8fe0f7a961851f96d492184c898c2f2d6428b637601e0f4b7ac"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96345GW2"; + } + ]; + }; + "96348GW-10-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-96348GW-10-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-96348GW-10-generic-squashfs-cfe.bin"; + sha256 = "f01b3b38bc84371fcbf4f1f3a2bd5b9b4fb1b8da2dd33d3822b1fb5e0f4d00f3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-10"; + } + ]; + }; + "96348GW-11-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-96348GW-11-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-96348GW-11-generic-squashfs-cfe.bin"; + sha256 = "ab76e3ea647882fa6d44c7ee3503a0dadd69c3d59b43e37b4581e72d0bc59f50"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-11"; + } + ]; + }; + "96348GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-96348GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-96348GW-generic-squashfs-cfe.bin"; + sha256 = "66c00c0dbb840b158cd3c74d4ea31a96ff8425a541b83a3e26b63d272892cce3"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-96348GW-generic-squashfs-cfe-bc221.bin"; + sha256 = "7a5de6f528fde9ad917107f508d8a6753a9013b27ea1735658f90798691b1d85"; + type = "cfe-bc221"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW"; + } + ]; + }; + "96348R-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-96348R-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-96348R-generic-squashfs-cfe.bin"; + sha256 = "11ff3886cc84ec295ba34364cd5a49ede44d7e122e51012c66e9e59c434c7faa"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348R"; + } + ]; + }; + "96358VW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-96358VW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-96358VW-generic-squashfs-cfe.bin"; + sha256 = "603fd771bae06e6afb8ecd7fcdc211ec1e00aeda9a2fded399a887f288372eeb"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW"; + } + ]; + }; + "96358VW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-96358VW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-96358VW2-generic-squashfs-cfe.bin"; + sha256 = "b0aee17171c1d3605003ddadd7aefe0a506fee223cd004ce23d3f8becdf8938c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW2"; + } + ]; + }; + "96368MVNgr-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-96368MVNgr-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-96368MVNgr-generic-squashfs-cfe.bin"; + sha256 = "5031e27c7f87d271ce66a7a485417669b7d50e32c03847687b56ed90408df1af"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVNgr"; + } + ]; + }; + "96368MVWG-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-96368MVWG-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-96368MVWG-generic-squashfs-cfe.bin"; + sha256 = "e4b74ba1a3b240772deb0bc22bc5dc3c29269c2644883eba61f6c12b128cc33e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVWG"; + } + ]; + }; + A226G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-A226G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-A226G-squashfs-cfe.bin"; + sha256 = "06e16ae241c3c88a878ffe936d0bc71498a88e990b7ac0a0f63a433af9ba7e3f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226G"; + } + ]; + }; + A226M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-A226M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-A226M-squashfs-cfe.bin"; + sha256 = "fda5d5801aa4db1b91f7ddc40c391fffe7c618d9d99aca9bcdd12c360a489849"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M"; + } + ]; + }; + A226M-FWB = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-A226M-FWB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-A226M-FWB-squashfs-cfe.bin"; + sha256 = "c85b71855e6fba7492b5d9d3234fb3232b46aa87b709ac6bf9a8c7c68efac7e5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M-FWB"; + } + ]; + }; + A4001N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-A4001N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-A4001N-squashfs-cfe.bin"; + sha256 = "3e7dc7c779ee3f3dbb3fb95dc346d7c2a7f7e7c3dbb2563552df3c394e734946"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N"; + } + ]; + }; + A4001N1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-A4001N1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-A4001N1-squashfs-sysupgrade.bin"; + sha256 = "e75994f7177e168e36727da83e8a13ebde7abf84d6b0edce67ab16204b71cb5a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-A4001N1-squashfs-cfe.bin"; + sha256 = "6762c8426b4d2ab0794df1e65f8a15bd4f65cf7c7bd6d2b49897af7f3f9fc285"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N1"; + } + ]; + }; + AD1018-SPI_flash = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-AD1018-SPI_flash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-AD1018-SPI_flash-squashfs-cfe.bin"; + sha256 = "1809bc5ad7dd0ffb130c7d2534015ba4e090210211247c086f65b875d6f13d1c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sercomm AD1018 (SPI flash mod)"; + } + ]; + }; + AGPF-S0 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-AGPF-S0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-AGPF-S0-squashfs-cfe.bin"; + sha256 = "7a6c07d936c97761538e76ee7070e934ccdb083a5489d8dba4dc1f622a749ae8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + } + ]; + }; + AR1004G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-AR1004G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-AR1004G-squashfs-cfe.bin"; + sha256 = "db1c63a007268b14a89023c943e4862616519911e283aec4d2b27d225c6255e3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asmax AR 1004g"; + } + ]; + }; + AR5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-AR5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-AR5315u-squashfs-sysupgrade.bin"; + sha256 = "dc33b0da1b0a2b2c9a105d2f97777d793fc4b5f0539f996b82c7db1462b89856"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-AR5315u-squashfs-cfe.bin"; + sha256 = "98971f405dca85f45a14be01de5deaf0c45eb48165297c337b54bce2a8c4964c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5315u"; + } + ]; + }; + AR5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-AR5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-AR5381u-squashfs-cfe.bin"; + sha256 = "f21aac965053436f92ea582f2bf1e4ca3b65367cfe4d9475a3a20ecb72457d69"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-AR5381u-squashfs-sysupgrade.bin"; + sha256 = "3866a3bdb0a329514bdc594b1abc9fec2a113decc529fbe4755dd95102bdba43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5381u"; + } + ]; + }; + AR5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-AR5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-AR5387un-squashfs-sysupgrade.bin"; + sha256 = "cd5395190a84d2a097004e381645552e581c91ef4bcf6308d00861c56d7cb334"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-AR5387un-squashfs-cfe.bin"; + sha256 = "f0ccb6baf9cc951e19afa69db7f38d482537f6e6705d0dd01a1fbce3152fab08"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5387un"; + } + ]; + }; + AV4202N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-AV4202N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-AV4202N-squashfs-cfe.bin"; + sha256 = "794b03311ac5d688959496649305f2b50c7d767c43ed39e79b2c31a36938becd"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG AV4202N"; + } + ]; + }; + BTV2110 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-BTV2110"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-BTV2110-squashfs-cfe.bin"; + sha256 = "4f7f11ee514f09a68ee9f8d6cf2de118e7516ed9aa7d0c9be89a5521a3ac95de"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2110"; + } + ]; + }; + BTV2500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-BTV2500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-BTV2500V-squashfs-cfe.bin"; + sha256 = "320ad44a77e72113c1bf576796862df3b3d8c4f810fd7181104cbef4010b37f5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2500V"; + } + ]; + }; + CPA-ZNTE60T = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-CPA-ZNTE60T"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-CPA-ZNTE60T-squashfs-cfe.bin"; + sha256 = "207348a4ec3567d4ec09fedca5cadff590c09a93c92062d2a7945041213bb616"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA642-type (CPA-ZNTE60T)"; + } + ]; + }; + CPVA502PLUS = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-CPVA502PLUS"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-CPVA502PLUS-squashfs-cfe.bin"; + sha256 = "e8cfb576066e13f78f0851aee92f876d765dc9cdd9f622fef23fc578f1d84f32"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA502+"; + } + ]; + }; + CT-5365 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-CT-5365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-CT-5365-squashfs-cfe.bin"; + sha256 = "5f7c6532bdd25bf2a3befd320ec57755e986bdcb3bb7fd9e5de9ea4ea0210be6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-5365"; + } + ]; + }; + CT-536_CT-5621 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-CT-536_CT-5621"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-CT-536_CT-5621-squashfs-cfe.bin"; + sha256 = "b929def741fe34bcaf29eded1c75c2560ac56bf781491fd00cbb64c8a31b6b3b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-536+/CT-5621"; + } + ]; + }; + CT-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-CT-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-CT-6373-squashfs-cfe.bin"; + sha256 = "545fe7ee135a0d0a9064d9936d3f8e52a917bfdb56ba2028e0b4021cc9c4a1ce"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-6373"; + } + ]; + }; + DG834GT_PN = { + device_packages = [ + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-DG834GT_PN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-DG834GT_PN-squashfs-cfe.bin"; + sha256 = "82b3a968c6792f061859309e3c7f96ca24df2d55e161382367c01cc3b63848fc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DG834GT/PN"; + } + ]; + }; + DGND3700v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-DGND3700v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-DGND3700v1-squashfs-factory.chk"; + sha256 = "8aa5f92665c4a3763a83566f0641a552d59bae08879d0e428e54be11eb5b209e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-DGND3700v1-squashfs-sysupgrade.bin"; + sha256 = "f1f0fdadf05cbcd67556bc9eb8a68f208ccceca82af4b021a23bf961215d4309"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3700 v1"; + } + ]; + }; + DGND3800B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-DGND3800B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-DGND3800B-squashfs-factory.chk"; + sha256 = "6576da09c30de917839733cb7d2ee3e0a89bd8f74e588599bfed4b1b08009472"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-DGND3800B-squashfs-sysupgrade.bin"; + sha256 = "05d4fd39e7d183304cdbebc2e98420e05440b19c3811a7ba47019adf25400eef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3800B"; + } + ]; + }; + DSL2640B-B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-DSL2640B-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-DSL2640B-B-squashfs-cfe.bin"; + sha256 = "3110dfe40cfa756e74e9367b12ef6c6c241717531c0288327177509cb5999e1b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640B rev B2"; + } + ]; + }; + DSL2640U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-DSL2640U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-DSL2640U-squashfs-cfe.bin"; + sha256 = "93b7957d89ce0f99489cff139f19b22a937eef20a44c8d277d40a619129410d1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640U/BRU/C"; + } + ]; + }; + DSL2650U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-DSL2650U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-DSL2650U-squashfs-cfe.bin"; + sha256 = "0b9efffa90b3ae8b32ab6035ef9dbbc1fbf600572d71c578f8b91cacdd776496"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2650U"; + } + ]; + }; + DSL274XB-C2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-DSL274XB-C2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-DSL274XB-C2-squashfs-cfe.bin"; + sha256 = "3596850b06312a2efb22f5b637ff3d50d0aaaa719b5c51c8ca82ca090b3578d6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C2"; + } + ]; + }; + DSL274XB-C3 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-DSL274XB-C3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-DSL274XB-C3-squashfs-cfe.bin"; + sha256 = "2c1a48d52e0acf6c66ade3aab350f4e80ccaba05f0e16c7711bc4956ad1d4234"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C3"; + } + ]; + }; + DSL274XB-F1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-DSL274XB-F1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-EU.bin"; + sha256 = "eb4a4024784ba79de8c61051684ff3a00544a624f00a6ddd8d2a1df06584a9fb"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-AU.bin"; + sha256 = "5587ac86f7cf1399bc047a5a0ba9fb8a8ad481d924ba906aa6b50659bae8e160"; + type = "cfe-AU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev F1"; + } + ]; + }; + DSL275XB-D1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-DSL275XB-D1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-DSL275XB-D1-squashfs-cfe.bin"; + sha256 = "732d0d3bc1edb6b19fb8513199121e844b7e77d31a7ffae290306ecf86b43918"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2750B/DSL-2751 rev D1"; + } + ]; + }; + DV-201AMR = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-DV-201AMR"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-DV-201AMR-squashfs-cfe-old.bin"; + sha256 = "858267283d2ffc28638ca3e313518277dc10bf334b8e23cb2392006d58dd48ab"; + type = "cfe-old"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Davolink DV-201AMR"; + } + ]; + }; + DVAG3810BN = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-DVAG3810BN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-DVAG3810BN-squashfs-cfe.bin"; + sha256 = "ec005894600961ac35a20c5b0b0a383b4923adc2fb15f555c9cb31b75679ba63"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DVA-G3810BN/TL"; + } + ]; + }; + EVG2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-EVG2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-EVG2000-squashfs-factory.chk"; + sha256 = "d08697f0fa41379ba1e594993e1d6c5fc47066010c6862999fb171a3cadfcb91"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-EVG2000-squashfs-sysupgrade.bin"; + sha256 = "887c9035425141da315452e7f767a12859496ee56b1fc28f4c1f7adea02abe97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear EVG2000"; + } + ]; + }; + F5D7633 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-F5D7633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-F5D7633-squashfs-cfe.bin"; + sha256 = "0f6d4d24438e8609aa7b16121e6aaa3b1447349a7446aa3e22aac52744b547bc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Belkin F5D7633"; + } + ]; + }; + FAST2404 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-FAST2404"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-FAST2404-squashfs-cfe.bin"; + sha256 = "27049ddf612deecdc9b4a8543285a1791632e829150209bba7020f1e3221e3f7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2404"; + } + ]; + }; + FAST2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-FAST2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-FAST2504n-squashfs-cfe.bin"; + sha256 = "8b4a0eb1b584588dee40b8c078d554d5ec7a138f39857e1c869d3895050a787f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2504n"; + } + ]; + }; + FAST2604 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-FAST2604"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-FAST2604-squashfs-cfe.bin"; + sha256 = "95ff9ab7dca369a14430c573010a1421415a86b66ce095a90a728967ccf1239f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2604"; + } + ]; + }; + FAST2704N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-FAST2704N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-FAST2704N-squashfs-cfe.bin"; + sha256 = "c40fa43e83272f7647d3ec61e6afe42c500ea7006754100a15e43fbdd685ac85"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704N"; + } + ]; + }; + FAST2704V2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-FAST2704V2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-FAST2704V2-squashfs-cfe.bin"; + sha256 = "6d13bf8b5491508d7746b8e4080b7b0aacbddb9ebd1120b0a4b88ad0a3b288eb"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704V2"; + } + ]; + }; + GW6000 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-GW6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-GW6000-squashfs-cfe.bin"; + sha256 = "1fd13edf2e08605e25e9111606c59542b512f72a39d060ab056c1b956276ee9d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6000"; + } + ]; + }; + GW6200 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-GW6200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-GW6200-squashfs-cfe.bin"; + sha256 = "f7f53849ce6eed345cf09c6ab103fc075be33377fad07bb7c2ce56afd494b9c1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6200"; + } + ]; + }; + HG520v = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-HG520v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-HG520v-squashfs-cfe.bin"; + sha256 = "23ec0cc674362f087d5afdbd2f75a09fee48c3be2125de962256739559099045"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG520v"; + } + ]; + }; + HG553 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-HG553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-HG553-squashfs-cfe.bin"; + sha256 = "375f81bca0d5a57fa3ec937850c9c75bc885b7cdeb5354779de1f4fb232437b1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG553"; + } + ]; + }; + HG556a-A = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-HG556a-A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-HG556a-A-squashfs-cfe.bin"; + sha256 = "ee501e8ea000aca8efaa436f5beb81a295ab027e10af6922b9f40c157f8872ff"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev A"; + } + ]; + }; + HG556a-B = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-HG556a-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-HG556a-B-squashfs-cfe.bin"; + sha256 = "7c5ab0be357447421f40bd3e06a853cebdd810f4662a444ebc2a99b15f82367e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev B"; + } + ]; + }; + HG556a-C = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-HG556a-C"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-HG556a-C-squashfs-cfe.bin"; + sha256 = "3e822923a9ac6a880515b1cd4fc257ed511c6fafea228c16627111d2bc375603"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev C"; + } + ]; + }; + HG622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-HG622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-HG622-squashfs-cfe.bin"; + sha256 = "f4b58919e4910c6f9ac24c252f17680be3fdd878f173dc643747b5f547be4497"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-HG622-squashfs-sysupgrade.bin"; + sha256 = "771da46312ea69b6ecf45d96eb03ee121de589585731c7267c422a78c53a7da8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG622"; + } + ]; + }; + HG655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-HG655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-HG655b-squashfs-cfe.bin"; + sha256 = "6384c30fa7f649bef0e43a03ab528f5463cde3b4427bd055643362355f6fa09d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG655b"; + } + ]; + }; + HomeHub2A = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-HomeHub2A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-HomeHub2A-squashfs-cfe.bin"; + sha256 = "befc9dfb8312796f9793c3d69f409b02c53a161d88a905236862d3c472299097"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Home Hub 2.0 A"; + } + ]; + }; + NEUFBOX4-FXC = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-NEUFBOX4-FXC"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-NEUFBOX4-FXC-squashfs-cfe.bin"; + sha256 = "62063a01afbf914a5964537915ed6ab29734cf79ff58520de4b20a1be9cb1671"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Foxconn)"; + } + ]; + }; + NEUFBOX4-SER = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-NEUFBOX4-SER"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-NEUFBOX4-SER-squashfs-cfe.bin"; + sha256 = "0f943fea9ce972be8f564b5b19ce53cf8f4948fec85caeddb8b464ac79ea3aad"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Sercomm)"; + } + ]; + }; + NEUFBOX6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-NEUFBOX6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-NEUFBOX6-squashfs-cfe.bin"; + sha256 = "8a763c1ed29d68a6b2f83c3721862c9d7dab224872a29fb7d2d4f3211bfed345"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox6"; + } + ]; + }; + P870HW-51a_v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-P870HW-51a_v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-P870HW-51a_v2-squashfs-factory.bin"; + sha256 = "e89cf36e45a0b38c1095a562c4417a4d8c2791611f76d7cdb71076cf87fa4a2f"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL P870HW-51a v2"; + } + ]; + }; + R1000H = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-R1000H"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-R1000H-squashfs-cfe.bin"; + sha256 = "6f863dd3740d13a91689f0f8578b1894e0a0ff155b76813e0f3d7143acec90cf"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Actiontec R1000H"; + } + ]; + }; + R5010UNv2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-R5010UNv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-R5010UNv2-squashfs-cfe.bin"; + sha256 = "d0af2bcda22aafb005b804889833f6d1438d732c7018564cf1baee6f51e430b1"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-R5010UNv2-squashfs-sysupgrade.bin"; + sha256 = "da13913f75da121c7f5c6c78604be03c8c5252113b3b2ab6a6caa59863599627"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NuCom R5010UN v2"; + } + ]; + }; + RG100A = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-RG100A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-RG100A-squashfs-cfe.bin"; + sha256 = "9fd0ecb97919160c01d77b79b672c6a49a4b5fe1be523d1ada9304fe4ca3ca96"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Alcatel RG100A"; + } + ]; + }; + RTA1025W_16 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-RTA1025W_16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-RTA1025W_16-squashfs-cfe.bin"; + sha256 = "e552272839181523bc6ea33f327089dd694df514a3dc46542ca1ba0c778c313a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1025W"; + } + ]; + }; + RTA1320_16M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-RTA1320_16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-RTA1320_16M-squashfs-cfe.bin"; + sha256 = "23e053673b5d80789986806f8fbfe0ad265a3395a0daa1deaaaed1042405dbac"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1320"; + } + ]; + }; + SPW303V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-SPW303V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-SPW303V-squashfs-sysupgrade.bin"; + sha256 = "7ef4d084c73f9e17c8ae60468a5e07768e4248fc4c53ace32a34662d20eec22c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-SPW303V-squashfs-factory.bin"; + sha256 = "23771c8be0a0ee9dfb48bbd2f15760d03a9e08be7d1b2d5391d829fd02ffdc3b"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 303V"; + } + ]; + }; + SPW500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-SPW500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-SPW500V-squashfs-cfe.bin"; + sha256 = "2fba6f08c64fd2f70c77ce723f127dcf45ceda1fa4c8401815873f903881cec1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 500V"; + } + ]; + }; + SR102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-SR102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-SR102-squashfs-cfe.bin"; + sha256 = "c6d02b3a3344f90139c93667809b212dbccc7b3dea0f93d8299424c154145042"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SKY-SR102"; + } + ]; + }; + TD-W8900GB = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-TD-W8900GB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-TD-W8900GB-squashfs-cfe.bin"; + sha256 = "5e0802fac19957e84c48c3fbfe7a8273efb77cd7576c23d9d64346dc66477978"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-Link TD-W8900GB"; + } + ]; + }; + USR9108 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-USR9108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-USR9108-squashfs-cfe.bin"; + sha256 = "d3057243b998962c7c231abdbcf884676dc455cf38d04323b7fb3852966fec3e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics 9108"; + } + ]; + }; + VH4032N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-VH4032N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-VH4032N-squashfs-cfe.bin"; + sha256 = "29e1deea8e6c346fdba86674a716112788ff9dc4589b9de4c72363a5d89ed6bd"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-VH4032N-squashfs-sysupgrade.bin"; + sha256 = "918f07aef2f935bcabf1dd94d0e1425c3b6b3cabde1f7e553dcf6198e8003092"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Observa VH4032N"; + } + ]; + }; + VR-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-VR-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-VR-3025u-squashfs-sysupgrade.bin"; + sha256 = "af94292813f11b306b898b945655228589850ac3e22407dbd89585e62328638c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-VR-3025u-squashfs-cfe.bin"; + sha256 = "4f2594d64839b838ec256491673a7323c0dba188269608e667ea9c464f68d2ed"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025u"; + } + ]; + }; + VR-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-VR-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-VR-3025un-squashfs-cfe.bin"; + sha256 = "301ec0ceb2f429eb8851b8dbf193642ce044a518ffecc916ac5610c8376f2751"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025un"; + } + ]; + }; + VR-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-VR-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-VR-3026e-squashfs-cfe.bin"; + sha256 = "f1937b45c831120c5684330fcf49ac068808dfc461a1e58bcd023bc1567f740e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3026e"; + } + ]; + }; + WAP-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-WAP-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-WAP-5813n-squashfs-cfe.bin"; + sha256 = "e785f854e1aae77c126f00565f0b73c2c60ca5bd1da76addb966fa89581d09cf"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend WAP-5813n"; + } + ]; + }; + livebox = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-generic-livebox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-generic-livebox-squashfs-redboot.bin"; + sha256 = "32e679b0e3149e736d6be06e370de95e6f9cbf25a0074b3595d67c1100032b20"; + type = "redboot"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Inventel Livebox 1"; + } + ]; + }; + }; + target = "brcm63xx/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + "963281TAN-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-963281TAN-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-963281TAN-generic-squashfs-cfe-8M.bin"; + sha256 = "563d90170c9379c1e3b0582405dce2d11dea340d463741449862acac38e99d48"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-963281TAN-generic-squashfs-cfe-4M.bin"; + sha256 = "36404aeba254b752cf12521e0b585998272e22a3de47eed3759d8fc06ca3a0a5"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-963281TAN-generic-squashfs-cfe-16M.bin"; + sha256 = "c9a0a08ef0cfdde42360ad1599d31534d7d429f8ee02b38b5ad3122c2aee57e9"; + type = "cfe-16M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 963281TAN"; + } + ]; + }; + "96328avng-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-96328avng-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-96328avng-generic-squashfs-cfe-4M.bin"; + sha256 = "e0338763053bab0c55f3a44e57966da99f08106de3562247708c01af0c18a41c"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-96328avng-generic-squashfs-cfe-16M.bin"; + sha256 = "d69d2890b9d4a2d3b0032188d9ec13fa3e4ac05f2931fa7f27cb699faafa7fd4"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-96328avng-generic-squashfs-cfe-8M.bin"; + sha256 = "b985b451e3d60ee03cbdfc773bcc51c3d21a7f0e906978ef0c3e1cae773fe364"; + type = "cfe-8M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96328avng"; + } + ]; + }; + "96338GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-96338GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-96338GW-generic-squashfs-cfe.bin"; + sha256 = "53bb9da76ca9094fd26196687ed018764c3b77ee3c0f964d5d3220f43bdfdeea"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338GW"; + } + ]; + }; + "96338W-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-96338W-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-96338W-generic-squashfs-cfe.bin"; + sha256 = "b1c0f86e8d83cc78b69861029f0e0c0adb5e22893b8c66eebf850e435c3b4aa4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338W"; + } + ]; + }; + "96345GW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-96345GW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-96345GW2-generic-squashfs-cfe-bc221.bin"; + sha256 = "351888d66888a911e08fc5de9fcd17d2cd431eb644af6bbdc1238817f19815f5"; + type = "cfe-bc221"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-96345GW2-generic-squashfs-cfe.bin"; + sha256 = "469150de69b74ba6eddf46540d1f7c029e77b0fac22b57d4767b51d764546251"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96345GW2"; + } + ]; + }; + "96348GW-10-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-96348GW-10-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-96348GW-10-generic-squashfs-cfe.bin"; + sha256 = "d6cc2ec3c79b7370172c35fbf1e1f3c0590d47051230eb7bc0477e313cfb49ce"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-10"; + } + ]; + }; + "96348GW-11-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-96348GW-11-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-96348GW-11-generic-squashfs-cfe.bin"; + sha256 = "cd16f4dedd3dc3f486b75873c8ba6ef9f7120c5f9dc1d6c2d60073683b27716a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-11"; + } + ]; + }; + "96348GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-96348GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-96348GW-generic-squashfs-cfe-bc221.bin"; + sha256 = "e1e7e162d985e13b91e54091911634d12db9712bded490134ebdcb4302825341"; + type = "cfe-bc221"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-96348GW-generic-squashfs-cfe.bin"; + sha256 = "5927e8c0ea3926cb1001d6ab83881f7c5701a39f5cb065ce89c505636d563f38"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW"; + } + ]; + }; + "96348R-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-96348R-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-96348R-generic-squashfs-cfe.bin"; + sha256 = "027fa423f3f3558f46ed84cc2e4b170e77a2d6cfb3a1f5a983a207fc6968fd05"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348R"; + } + ]; + }; + "96358VW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-96358VW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-96358VW-generic-squashfs-cfe.bin"; + sha256 = "e84d2c63daa4a511fe0e04b78cba0c8f8cf58d61d8c29a281f934b584b7edae8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW"; + } + ]; + }; + "96358VW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-96358VW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-96358VW2-generic-squashfs-cfe.bin"; + sha256 = "a38884e1e51816f916b3f5338eb64bffe848a50b08ef48e7db5172bced05c042"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW2"; + } + ]; + }; + "96368MVNgr-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-96368MVNgr-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-96368MVNgr-generic-squashfs-cfe.bin"; + sha256 = "e8d92d2668072fd9c60fb42e2d3a8c336cb80afdb10392b446ed9c7748619e7c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVNgr"; + } + ]; + }; + "96368MVWG-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-96368MVWG-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-96368MVWG-generic-squashfs-cfe.bin"; + sha256 = "e00b3a2576e321b63778c02010c7cde3f97ef82800a4005fafc632dfbd574f38"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVWG"; + } + ]; + }; + A226G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-A226G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-A226G-squashfs-cfe.bin"; + sha256 = "2ae234f8bca1a1d28cacf91cd69cf5c184a898ce4d9e38c9e52d3c94b04070f6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226G"; + } + ]; + }; + A226M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-A226M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-A226M-squashfs-cfe.bin"; + sha256 = "54dca4d1d6b679f8d9417b7f19415d98c27a00484ebd66742c8ba92225debae2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M"; + } + ]; + }; + A226M-FWB = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-A226M-FWB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-A226M-FWB-squashfs-cfe.bin"; + sha256 = "928a45859d201a54701799bcc4dd1dcfa302aab1f9a1f5fda8060abb4045cb79"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M-FWB"; + } + ]; + }; + A4001N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-A4001N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-A4001N-squashfs-cfe.bin"; + sha256 = "09af84d6870a48ceb6440bf177ff2e033dd28a659821a7a9d04b1feb430b3f0c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N"; + } + ]; + }; + A4001N1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-A4001N1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-A4001N1-squashfs-sysupgrade.bin"; + sha256 = "4c9758df9439528e01d5038714046d9596a3ea1336033dba39a17a1414b07544"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-A4001N1-squashfs-cfe.bin"; + sha256 = "f5c9ac1a8e51eed3c6d07f844abbf7bacb945306071b1a7ef854a73acbead874"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N1"; + } + ]; + }; + AD1018-SPI_flash = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-AD1018-SPI_flash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-AD1018-SPI_flash-squashfs-cfe.bin"; + sha256 = "38b2219a8f0839a10d86943881557ed1f2d48085dc57b73505963b422978f882"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sercomm AD1018 (SPI flash mod)"; + } + ]; + }; + AGPF-S0 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-AGPF-S0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-AGPF-S0-squashfs-cfe.bin"; + sha256 = "b53191a36879ae2fbe3388efef6a837be23e28589c936a55dac7bcdffe4e4acf"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + } + ]; + }; + AR1004G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-AR1004G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-AR1004G-squashfs-cfe.bin"; + sha256 = "4bed62bdb1662079c836b9023f2793c108392d724cccf7104de7a6d5ea5660a1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asmax AR 1004g"; + } + ]; + }; + AR5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-AR5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-AR5315u-squashfs-sysupgrade.bin"; + sha256 = "3c44d44414385e3ab02cc6a727ac56261f2e5c271dc228ece4fac4bd1ea3f58b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-AR5315u-squashfs-cfe.bin"; + sha256 = "d014054c790f80890c9cbc983705277e8abe625e37b15be727db1bb0a2829505"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5315u"; + } + ]; + }; + AR5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-AR5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-AR5381u-squashfs-sysupgrade.bin"; + sha256 = "bf96ddaf03ec953e421596dc141e6c824a96ff02514080bfc34f92f59e593c4c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-AR5381u-squashfs-cfe.bin"; + sha256 = "5217a95a912c059e8c054995b2a1ae3a8b90accd7afd439b4686e1aac83b6cd5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5381u"; + } + ]; + }; + AR5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-AR5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-AR5387un-squashfs-sysupgrade.bin"; + sha256 = "3d4e89d535bc23861a7fad1b037b69136343027f6885eefdf2972b7ba6dd14d8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-AR5387un-squashfs-cfe.bin"; + sha256 = "a4409fde8b3809ede4155abdef86ddf8b3ea4f7db61689ac5c197c72e87ae079"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5387un"; + } + ]; + }; + AV4202N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-AV4202N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-AV4202N-squashfs-cfe.bin"; + sha256 = "71cc82e4e59ba9d06d05596d3318a83220900c412e9dec406a22e7568085a25f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG AV4202N"; + } + ]; + }; + BTV2110 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-BTV2110"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-BTV2110-squashfs-cfe.bin"; + sha256 = "330f81038f61bd000069749e25b6f08f0bc4eacdde20e55c3a1dfcd51dc8c832"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2110"; + } + ]; + }; + BTV2500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-BTV2500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-BTV2500V-squashfs-cfe.bin"; + sha256 = "9a8a4fd372aaceae01996d65c857aefcb93f559fd7a61c4b59c243b135cd98f2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2500V"; + } + ]; + }; + CPA-ZNTE60T = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-CPA-ZNTE60T"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-CPA-ZNTE60T-squashfs-cfe.bin"; + sha256 = "cc8e21debc34447db955176b0a0fbeecc769aa3d181bcd62129b0a3e77492f7b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA642-type (CPA-ZNTE60T)"; + } + ]; + }; + CPVA502PLUS = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-CPVA502PLUS"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-CPVA502PLUS-squashfs-cfe.bin"; + sha256 = "a3c718cea0bcbe77d49158683052deb02d9a8f1877c033fe220cc25cd4266eb7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA502+"; + } + ]; + }; + CT-5365 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-CT-5365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-CT-5365-squashfs-cfe.bin"; + sha256 = "35708c615bc8f8f32097568d33762c31f9a9673e1ec8306c66fef90b47efc35b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-5365"; + } + ]; + }; + CT-536_CT-5621 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-CT-536_CT-5621"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-CT-536_CT-5621-squashfs-cfe.bin"; + sha256 = "8bd1e8b76f5ce21b8e422775d92f355a2a57e7bfde2df96f82ae36fe9302921e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-536+/CT-5621"; + } + ]; + }; + CT-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-CT-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-CT-6373-squashfs-cfe.bin"; + sha256 = "abacaaeeb971db63f521e7e4abe0207ec8fecc017f23055d93636be4acbbe07d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-6373"; + } + ]; + }; + DG834GT_PN = { + device_packages = [ + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-DG834GT_PN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-DG834GT_PN-squashfs-cfe.bin"; + sha256 = "3501190e65a346b4de72cd16a02cac6a6457c9e32df9d582458091646ed33bce"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DG834GT/PN"; + } + ]; + }; + DGND3700v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-DGND3700v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-DGND3700v1-squashfs-factory.chk"; + sha256 = "d483179000ed4eccfdc5af1dc12871c7ef3040b23b0f2179c1a3b67174c863d3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-DGND3700v1-squashfs-sysupgrade.bin"; + sha256 = "29250025d02c37933ad5d217a7c5b865a0a8152f312c6ff33db1ea762d3309ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3700 v1"; + } + ]; + }; + DGND3800B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-DGND3800B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-DGND3800B-squashfs-sysupgrade.bin"; + sha256 = "cdd0cad8654203d66ebc06c5fd2b7d6b871db3fd6370132aa09710b70bf4d9ac"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-DGND3800B-squashfs-factory.chk"; + sha256 = "9ad8cf93354f2427d7529b957e60f22a4608123af7376826a66d110051f9bbbe"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3800B"; + } + ]; + }; + DSL2640B-B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-DSL2640B-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-DSL2640B-B-squashfs-cfe.bin"; + sha256 = "967b36fb4063715c09ad0850ff47e3a8adf17b6e5da17c5f76210f093c679dea"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640B rev B2"; + } + ]; + }; + DSL2640U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-DSL2640U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-DSL2640U-squashfs-cfe.bin"; + sha256 = "9a3d65574765752ee5dc60c6627a395f24f3ebe503e5e501f80dab609704c311"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640U/BRU/C"; + } + ]; + }; + DSL2650U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-DSL2650U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-DSL2650U-squashfs-cfe.bin"; + sha256 = "29e14c4d42f07e131c8e03197265e1ce83703c67b89048357ed943b70a149038"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2650U"; + } + ]; + }; + DSL274XB-C2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-DSL274XB-C2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-DSL274XB-C2-squashfs-cfe.bin"; + sha256 = "9095db51e60b76e61c2d7c96028ca1b36ffec439e692788d6d157221548e047d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C2"; + } + ]; + }; + DSL274XB-C3 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-DSL274XB-C3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-DSL274XB-C3-squashfs-cfe.bin"; + sha256 = "21ffa19fca3a4faa6b3ba2608be42a347d3bc514f60e15f411f88edfcbb727e6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C3"; + } + ]; + }; + DSL274XB-F1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-DSL274XB-F1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-EU.bin"; + sha256 = "8229ae6b3acea785391cf7a9dd18570bfbda5f0a69ca6df6ba3d2e66c643fd0b"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-AU.bin"; + sha256 = "dcdf68a1bdd1c95a820dca543a3f4dfae8bd3269efed1285bc52e548c7c57cde"; + type = "cfe-AU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev F1"; + } + ]; + }; + DSL275XB-D1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-DSL275XB-D1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-DSL275XB-D1-squashfs-cfe.bin"; + sha256 = "fcd1a51b382a61125c5d87ef76c1e7c408d2da465cf94be0047eeace4b14054a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2750B/DSL-2751 rev D1"; + } + ]; + }; + DV-201AMR = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-DV-201AMR"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-DV-201AMR-squashfs-cfe-old.bin"; + sha256 = "560d889afa9bde6d0c2d6ca4984cd9356d777ebdf5bf31f09f5dd05c70ecc6bc"; + type = "cfe-old"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Davolink DV-201AMR"; + } + ]; + }; + DVAG3810BN = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-DVAG3810BN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-DVAG3810BN-squashfs-cfe.bin"; + sha256 = "c211176be1aa5e8f92e29b64c6bc950c4794af8a18b4b02da03713a03c6f05a4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DVA-G3810BN/TL"; + } + ]; + }; + EVG2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-EVG2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-EVG2000-squashfs-sysupgrade.bin"; + sha256 = "31a728e843cf09d12a8ae7f0671c75cc5e56a5e7aa163ff8fb1c65ac74ff2035"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-EVG2000-squashfs-factory.chk"; + sha256 = "1156bc8fa4b04af25402c356c737867b98215bb1910ff2c3cd746abecf9ac52f"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear EVG2000"; + } + ]; + }; + F5D7633 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-F5D7633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-F5D7633-squashfs-cfe.bin"; + sha256 = "ffa7bbae1e70a12a3ffb482ce25b688b1e63a6561fb7a46f70fe55ff773ca304"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Belkin F5D7633"; + } + ]; + }; + FAST2404 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-FAST2404"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-FAST2404-squashfs-cfe.bin"; + sha256 = "f032c3f22825635d1473df8fac83cb649e7e89a2bae7f5d26c365606fd846c37"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2404"; + } + ]; + }; + FAST2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-FAST2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-FAST2504n-squashfs-cfe.bin"; + sha256 = "44a703764f54437c4f66ca9a9f68970d6ebd57abcd4b70a96ca7302d1b320a85"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2504n"; + } + ]; + }; + FAST2604 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-FAST2604"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-FAST2604-squashfs-cfe.bin"; + sha256 = "4fec092fc37553181c302d22ce18acfc6edf8f54589b6312f9693ec0f10f974c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2604"; + } + ]; + }; + FAST2704N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-FAST2704N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-FAST2704N-squashfs-cfe.bin"; + sha256 = "ad93ba2245a0c8454b58211ad5b321165a158f9247c51c44b930b5eb76f82541"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704N"; + } + ]; + }; + FAST2704V2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-FAST2704V2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-FAST2704V2-squashfs-cfe.bin"; + sha256 = "77e8a2eb8dc01aebea2243d918c34c7f5b944140deb1c769dc6388357bde759d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704V2"; + } + ]; + }; + GW6000 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-GW6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-GW6000-squashfs-cfe.bin"; + sha256 = "b6ddfacc8204c044e488c8d35020facb0e01b99c9e59408179830f1d9f2e4c14"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6000"; + } + ]; + }; + GW6200 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-GW6200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-GW6200-squashfs-cfe.bin"; + sha256 = "255dcf9c4094d6d64b6e1a8cd8af5ff0f9aadac92b35bdabbd740ab37e00f65a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6200"; + } + ]; + }; + HG520v = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-HG520v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-HG520v-squashfs-cfe.bin"; + sha256 = "b2e6151c460f21fa9f6dac10ebf8bf9957f50eda53452b1ed56f5b8b71f24a31"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG520v"; + } + ]; + }; + HG553 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-HG553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-HG553-squashfs-cfe.bin"; + sha256 = "2a432feec3b96a2951255d32c386d31d8eadb2b77540aef9b36e704ac0e29c3e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG553"; + } + ]; + }; + HG556a-A = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-HG556a-A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-HG556a-A-squashfs-cfe.bin"; + sha256 = "031f9d20e6b0a75ca4d846b1039a8e2b030fd94b9406b786c75e3e64564094ca"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev A"; + } + ]; + }; + HG556a-B = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-HG556a-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-HG556a-B-squashfs-cfe.bin"; + sha256 = "db88a2f341e98b55d354bec099199dc88281fad0d0dcfa6c0c88d10e4fbcb5b5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev B"; + } + ]; + }; + HG556a-C = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-HG556a-C"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-HG556a-C-squashfs-cfe.bin"; + sha256 = "dace341a07b167fa4943cdbed05ae11dd396039c0be5a22b29bbd746733aeea1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev C"; + } + ]; + }; + HG622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-HG622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-HG622-squashfs-cfe.bin"; + sha256 = "1ab34610e5fdb854ac0e9900c866d0bd4e8a5be92f5b3af8c10b91cdd010f283"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-HG622-squashfs-sysupgrade.bin"; + sha256 = "6c5075638333c3e9e38bba72630f8b99bd6c9b41ce51040977ab5ce6361441fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG622"; + } + ]; + }; + HG655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-HG655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-HG655b-squashfs-cfe.bin"; + sha256 = "30e5a45b463ecb073d50ac57afe79e918c148c3d06fd84dbbde7b9bfe6bed488"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG655b"; + } + ]; + }; + HomeHub2A = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-HomeHub2A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-HomeHub2A-squashfs-cfe.bin"; + sha256 = "695609c2c3051702526ce8ebc272dfd9c92e9091560072465ea654b6137a2253"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Home Hub 2.0 A"; + } + ]; + }; + NEUFBOX4-FXC = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-NEUFBOX4-FXC"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-NEUFBOX4-FXC-squashfs-cfe.bin"; + sha256 = "d9722467bfc71fe3b82e808969cc604e4bb43f17efe44e55bfb4ea8023f899a2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Foxconn)"; + } + ]; + }; + NEUFBOX4-SER = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-NEUFBOX4-SER"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-NEUFBOX4-SER-squashfs-cfe.bin"; + sha256 = "863b444111e45a0301db533ed8253340e12306940a675f727b7dfb61385a408f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Sercomm)"; + } + ]; + }; + NEUFBOX6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-NEUFBOX6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-NEUFBOX6-squashfs-cfe.bin"; + sha256 = "55cd0a1981121af17f690aa5a479edb40d9ac3e5e0ac5cc051f8c702ac7d284a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox6"; + } + ]; + }; + P870HW-51a_v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-P870HW-51a_v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-P870HW-51a_v2-squashfs-factory.bin"; + sha256 = "d82c453ed43493f345f854c36fad6996e69bcf1b03e027e08d7c5e20a0b8814d"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL P870HW-51a v2"; + } + ]; + }; + R1000H = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-R1000H"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-R1000H-squashfs-cfe.bin"; + sha256 = "d9d8c9c1040c7d92f41f451cc9e5d16bafd5c28003105f7501c66b700ba50831"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Actiontec R1000H"; + } + ]; + }; + R5010UNv2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-R5010UNv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-R5010UNv2-squashfs-sysupgrade.bin"; + sha256 = "698e8500be9ba3d0264326dcbbbf5b61842313469a6cd2d5dc7e42f2129e8727"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-R5010UNv2-squashfs-cfe.bin"; + sha256 = "a2608961ddfacd6945dc21de565d6d64a417f7ec1db3ddd9cf2a9b736c549a72"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NuCom R5010UN v2"; + } + ]; + }; + RG100A = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-RG100A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-RG100A-squashfs-cfe.bin"; + sha256 = "b78f36ec08ed9496bd14f52fddef1c5cf2878894d539365fdde7dd9a9184be96"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Alcatel RG100A"; + } + ]; + }; + RTA1025W_16 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-RTA1025W_16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-RTA1025W_16-squashfs-cfe.bin"; + sha256 = "cf8937656140a43911658ac0afe38f3db9a908136d31d9a2e33e9e9753fec299"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1025W"; + } + ]; + }; + RTA1320_16M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-RTA1320_16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-RTA1320_16M-squashfs-cfe.bin"; + sha256 = "15f258e3e55c50fc7bc4bdcec0ecb78eb5be1ff66ee3d8faa8960f7ca6efac3d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1320"; + } + ]; + }; + SPW303V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-SPW303V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-SPW303V-squashfs-sysupgrade.bin"; + sha256 = "43793d160d7d0842023e8a536ab95e32b38dbf34f445b79c70716ee32b202365"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-SPW303V-squashfs-factory.bin"; + sha256 = "16907ba11d4b72175481d9b6467598f3a8d643b7aeb75ec608dd0c221430775f"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 303V"; + } + ]; + }; + SPW500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-SPW500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-SPW500V-squashfs-cfe.bin"; + sha256 = "cebdf9f11143aa511feae33a4e7b46459dfd89b9f4ee12f4b039b1a4c5aba6cc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 500V"; + } + ]; + }; + SR102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-SR102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-SR102-squashfs-cfe.bin"; + sha256 = "3909c8b27d288085a0eed3d57f46baf7556ab58a4b59a0d1e75743c4d03b6744"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SKY-SR102"; + } + ]; + }; + TD-W8900GB = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-TD-W8900GB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-TD-W8900GB-squashfs-cfe.bin"; + sha256 = "0472134710332cf333258f6063cb4ba0a5ae5805fbbf3a8b798d829d664299ae"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-Link TD-W8900GB"; + } + ]; + }; + USR9108 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-USR9108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-USR9108-squashfs-cfe.bin"; + sha256 = "5814147948743089b7c9028ba3b7fca6bbeac928bae26dc320838adf9ae4f89d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics 9108"; + } + ]; + }; + VH4032N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-VH4032N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-VH4032N-squashfs-sysupgrade.bin"; + sha256 = "fd0d13fb2a50089fad8cf1b4ca585b1f5f1735a617e89a6c5c2a595768d7bbf9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-VH4032N-squashfs-cfe.bin"; + sha256 = "2ecdd6b731b98e8a9ae416fc10230d9cdd952d13d32fbb24236d8428fccb0a96"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Observa VH4032N"; + } + ]; + }; + VR-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-VR-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-VR-3025u-squashfs-sysupgrade.bin"; + sha256 = "68b492150afea2139c8bff525e38b6ce0aef08f50a3277aa72dc83e831b5ce39"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-VR-3025u-squashfs-cfe.bin"; + sha256 = "21a235508478e8b19d66e38b560a9342ad29299aad1422278b24abc609ca200b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025u"; + } + ]; + }; + VR-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-VR-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-VR-3025un-squashfs-cfe.bin"; + sha256 = "7ed58b52527694cbfa0d285d86293a5c96e6b47183bd1de48a44b5453f15cf70"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025un"; + } + ]; + }; + VR-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-VR-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-VR-3026e-squashfs-cfe.bin"; + sha256 = "875d1c0f4896506b72e2e08e80664c825d3f184baa9d366ffba8944fd81af1f5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3026e"; + } + ]; + }; + WAP-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-WAP-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-WAP-5813n-squashfs-cfe.bin"; + sha256 = "a592cdb5616759358404cc5a68769dc565bb41950a4ebafd7cf05a34c87ce76c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend WAP-5813n"; + } + ]; + }; + livebox = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-brcm63xx-smp-livebox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-brcm63xx-smp-livebox-squashfs-redboot.bin"; + sha256 = "d81c4843a778bcb27ea8cc164698209053aeaf508f64795fc9c99b2073ea3a5f"; + type = "redboot"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Inventel Livebox 1"; + } + ]; + }; + }; + target = "brcm63xx/smp"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + cns3xxx = { }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-core" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-core" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-switch-rtl8366rb" + "swconfig" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.8-gemini-dlink_dir-685"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "c77ef9ed3c65eff1907417b2c9a274aa521793d3f7f59ae76c4cfd0e2e817993"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "1cd797f937642d19d03f43db8e9dadf86b82b8a17260cacf9632f3e8dee7a256"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + title = "D-Link DIR-685 Xtreme N Storage Router"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.8-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "598261570c941a6a21d5b813d2d40e41e2d32c084e546da6e2b7ef9f69161be2"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + title = "D-Link DNS-313 1-Bay Network Storage Enclosure"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-19.07.8-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "1aa7fda9fd4ad0a1c706e4b16c555ef6428c71e8fe40476a39cde57fcc3b6857"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + title = "ITian Square One SQ201"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.8-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "ab3c16269ec92d3f00d2a77f2e2c3a82acbcfb7c09f5434c466c84a2ce8362a6"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + title = "Raidsonic NAS IB-4220-B"; + } + ]; + }; + }; + target = "gemini/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + imx6 = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "blkid" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "blkid" + ]; + metadata_version = 1; + profiles = { + apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-19.07.8-imx6-apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-imx6-apalis-squashfs.sysupgrade.bin"; + sha256 = "28565bd4beaf6e31aedc8bcd510c52ff7eeaee6cab4e8890225e6683bfbd8854"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-imx6-apalis-squashfs.combined.bin"; + sha256 = "90e8b8403a5aaeca2f39f65f493a3a2f727d9497a61623309965c2150a6a4412"; + type = "combined"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + title = "Toradex Apalis family"; + } + ]; + }; + cubox = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.8-imx6-cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-imx6-cubox-i-squashfs-combined.bin"; + sha256 = "cc4f8e11f773b80e8c6be4a94967c78706dd402c90a96e2d2856b7949588933c"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SolidRun CuBox-i"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-19.07.8-imx6-ventana"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-imx6-ventana-squashfs-nand.ubi"; + sha256 = "d9a35637c517834b7e87e624969ab6c9c6c40ed26e4c4c0fb2e4f879592d0785"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-imx6-ventana-squashfs-bootfs.tar.gz"; + sha256 = "9d42f7c9212d8f1e2d0e5978e0b846080b842a224f4190a765cb45ee60978ed2"; + type = "bootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-imx6-ventana-large-squashfs-nand.ubi"; + sha256 = "e74767a9fd4e8447c6fe158a1ad31a552fe9375872573a14dcadf20ed862698f"; + type = "nand"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Gateworks Ventana family (normal NAND flash)"; + } + ]; + }; + }; + target = "imx6/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-dwc3-of-simple" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath10k-ct" + "wpad-basic" + "kmod-usb3" + "kmod-usb-dwc3" + "ath10k-firmware-qca4019-ct" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-dwc3-of-simple" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath10k-ct" + "wpad-basic" + "kmod-usb3" + "kmod-usb-dwc3" + "ath10k-firmware-qca4019-ct" + ]; + metadata_version = 1; + profiles = { + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "29990cebcc9cc7e6fafda03a6dee6eba419a18419a2e3ef361d9352069317e5e"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "9e1960d4d7c0bf5a26a0007fea51639c3be627c9449aef56acd87dce19d72af8"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + title = "8devices Jalapeno"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "ipq-wifi-alfa-network_ap120c-ac" + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "e708ffc575b6baf8dacf25b34d748d6307312701988ccecaa5e2d325678a33d8"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "18d35eb8c2c0c50e2751e055c983c7b6c0288d9f9f82dc6c8c0861e3b843f007"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + title = "ALFA Network AP120C-AC"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ipq-wifi-asus_map-ac2200" + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "d4455839de05d51558f818686af5fa6719312a98e551d2bbbb5427313db6cf4b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + title = "ASUS Lyra MAP-AC2200"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "5d305bc83bb101b9fe05334333736049da7a7aa66e4cac61dd66ead963dd9957"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + title = "Asus RT-AC58U"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "7f4cecfa2132ee4d20744c0e94034df6ffde99793d4caadce822b7e152081405"; + type = "eva"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "6de1a017f38e2013a59e3adf198adebb94f80a35dd51b16858b3b0bdb9549a34"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + title = "AVM Fritz!Box 4040"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzbox-7530" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "afe72c36260f094bd2b090524cbde76efa2834e453b23cb21edeb202db6a15df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + title = "AVM Fritz!Box 7530"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "e498bb7173597e13b4d03140e7fdadbb0373bdf9124b5fce83aadaf90ec47311"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + title = "AVM FRITZ!Repeater 1200"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-3000" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "db4cb8d1086d8ddce531d8845e0faaeed32d26143ede10fd689f3167ff4971b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + title = "AVM Fritz!Repeater 3000"; + } + ]; + }; + compex_wpj428 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-compex_wpj428"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin"; + sha256 = "7100f00b6e25d41030937494c1249c9403f0ff85781084b27cd771e04ae8ab64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj428" + ]; + titles = [ + { + title = "Compex WPJ428"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ + "ipq-wifi-engenius_eap1300" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "30fddc742c28186073159744c7fdb7132dc8ed993cf8e6d5a11d49496e2c5d25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + title = "EnGenius EAP1300"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ + "ipq-wifi-engenius_ens620ext" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "dcbf3583269b08c7aa03ee7c3f31011993ce5b2f0d94d121d6a7f2398a1757ff"; + type = "factory_35"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "d4c2f389fcfaf38e333b85fafa91e7e5e54318ca5850d6f7d69c986d90c85ddf"; + type = "factory_30"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "ad76c01c6835c265b9f75dad06d142aeebf1dec59a640a1b03a1c825c27209e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + title = "EnGenius ENS620EXT"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "722f39732b5ce06d4a54f4bb1b2003c9403d315c8f65ffbda0674ce2507db45f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + title = "GL.iNet GL-B1300"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ + "ipq-wifi-linksys_ea6350v3" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "1774d37752b59a0aee4b1d10c3a39eefb83588eb3023d3a2b40619090b248c8d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "3878bfc3d938a2d013eb8f5e5be80b98bcf2bfbbf2f0e8dbff8dac7bde69f29c"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + title = "Linksys EA6350v3"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "uboot-envtools" + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "ad50cb16765847603e09d4de2347b67e62613fbbbf525989e88ca3ab1c75bf93"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "85f99ad97f81608733666085a11cd13706b83c73fd998e0a1d31ab416ee31df0"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + title = "Linksys EA8300 (Dallas)"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "e24db94f53e53efc524a7f2c707421b347ea7eff46642833ef4c74171cfd2cd3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + title = "Cisco Meraki MR33"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "a4dfbf9b1ddeb1b80170ebdeee67f02be0efcb4aed5c45a710a2721a62d924d9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "6fc5f676e355b99b86abd4ca2672b3181222b33e552786586f612309ed6ba44a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + title = "Netgear EX6100v2"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "be7cb771d4ef048d5d9664740f3fb03edcbd84727fdabb5c9faa43ce46f383c0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "9de5185053c5481200f027b6adbe455a5f285e6edb01e93ee3743e61ebcd91bf"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + title = "Netgear EX6150v2"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "22909d111bd52f841f6228dfe1b20012134752b654a9b16a2918c9be011404e0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "2a45662e9583104aed3ee04e79c78fe961089a278e9b916bd0ab7e4b3ca18a62"; + type = "factory"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + title = "OpenMesh A42"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "16edc33eb97949c59eb4e6438e8e1ad8c2e2fafff0e984aebd2bb04e6f5c5714"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "ffc0b995b41b551beec7842de0a0cd524e7b2b0238d9be46f1ab4d2fab903f20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + title = "OpenMesh A62"; + } + ]; + }; + "qcom_ap-dk01.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-qcom_ap-dk01.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-qcom_ap-dk01.1-c1-squashfs-sysupgrade.bin"; + sha256 = "945ca02da147aa279153ca4e1bafcacb5c0e38995a984c3f542e814856278cf5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk01.1-c1" + ]; + titles = [ + { + title = "QCA AP-DK01.1-C1"; + } + ]; + }; + "qcom_ap-dk04.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-qcom_ap-dk04.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-factory.ubi"; + sha256 = "12d14d1111d3eb0e38e76cf72a59d134d65a7b2665ace643ad60712b3dc060ac"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-sysupgrade.bin"; + sha256 = "f134eb9a1d27198a3bba8b29c894d449f7bc6067dd9bc0b5c72625b289ee0746"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk04.1-c1" + ]; + titles = [ + { + title = "QCA AP-DK04.1-C1"; + } + ]; + }; + qxwlan_e2600ac-c1 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-qxwlan_e2600ac-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"; + sha256 = "22b78114d02d615211ca65439468eb1f9741d1b0dd5775d1c16fa8e994dbef32"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c1" + ]; + titles = [ + { + title = "Qxwlan E2600AC-C1 (nor flash)"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "8a34af64a397c9a009b0288215176da8d88fdc446c31c27e121306fe3f96f21d"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "46a15e628220632422a3ceee82f4138c21ca91b81ba5458d4924e1f7355fa352"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + title = "Qxwlan E2600AC-C2 (nornand flash)"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "uboot-envtools" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "db5c43e2308a7b64154681681ea4829154125c8753d508f6b6026e8c6258526f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "296346ec10601211453d51b0af507fd656011aedcbf2971c38e86c3fc13621d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + title = "ZyXEL NBG6617"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-19.07.8-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "a715dd2a0cba1c3d08c19575993273ebc6cf612d31f9322a95fddf5653110f3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + title = "ZyXEL WRE6606"; + } + ]; + }; + }; + target = "ipq40xx/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-usb-dwc3-of-simple" + "kmod-usb-phy-qcom-dwc3" + "kmod-ath10k-ct" + "wpad-basic" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-usb-dwc3-of-simple" + "kmod-usb-phy-qcom-dwc3" + "kmod-ath10k-ct" + "wpad-basic" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.8-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "c38e4e5c47dcefffac3abc6958f3aabcfc660c3d006b070cc808d4949103b768"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + title = "Buffalo WXR-2533DHP"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.8-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "268c50c061c7fc37b4cd0e2870d16a83bf6c660c372f93d0ce20d4f3fbd504f6"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "c4227f4d41cb11197e4a52bed9e26bba09c1b10f15391a0f9717c5f7ecd93bf0"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + title = "Compex WPQ864"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.8-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "c8de51e7f30b6a50efb48d3525fa28fe93fc7ad6b99fc867daa680aa9c0882c7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "58bb5a9a7b7938f8ffa5f8be1675ae968ea2643944e2d5c06d6b14de65cae14f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + title = "Linksys EA8500"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.8-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "bd6af5b0b4ef7bae3bbfba04fc6fb7336a8c41d31ba9d7ff1ac5918f3af14083"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + title = "NEC Aterm WG2600HP"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.8-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "21f44c15cedc84427d31ae76f2824c8e6b6fb725fcebfdb1ee7e0bacc416369c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "f1c42fea2336a17dc7805679440005b6bba4a78f708803d36e66d8065c4d197a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 D7800"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "b98a2388a72aea339ac6555e31811b2eca32c47cd3942ea744d5e218039fd624"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "2be9db39ef9dc3758f7317d5f1a0a2afdcac7706396bf264b247806ae456c721"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 R7500"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.8-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "7dd4e190f015462b2e955f522346121c234bda16092e66f701079fba2f298e79"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "37b3bf09f5f0fcf7515479e659b350fd205ae943ace33c43eedadae0a2985330"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 R7500v2"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-19.07.8-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "80ffda70fa8186da255c7e453591e58b7f70b24b29bb63c9052c96859fc23688"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "30684c290acfc7597c7e7630408c20bdc13f80893ef03b6f7097efe51a33cc33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + title = "Netgear Nighthawk X4S R7800"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.8-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "056301acc9fa2f613b5176009c664e424288b5558241b08bedbfd580f645b5df"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "9c75f766dd0476aaa22fc6d476493ea30e36c13e6d79b1ad3c62fecd46e652a8"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + title = "Qualcomm AP148"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.8-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "2b722b538f9af47c1f57f8794aa32caac746bebec0df4db890c59fb90213849c"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "d9c3b29f76e208e5e76d6a758443616fc89e87927e9f1cdef5c520655a1bfd72"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + title = "Qualcomm AP148 (legacy)"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.8-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "d0dc2f48c3f6fa925929abd33cb3e6d29a5a4c2b562af31b1869392d11cf1e71"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "1c869a4fe2f202892f835c35781737937d6389f62a0db61c4d1764939deee1df"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + title = "Qualcomm AP161"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.8-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "4a120752419a15d860376a219ab6784a4b19e8df5d3d5e9b914151dd39dfad4a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "86bdb62ea9619cd265c83e5ff4556ab0e71450bb6c45348f48b67dba99297620"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + title = "TP-Link Archer C2600"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.8-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "81bff78cf8aee787c23894ab46924e12d5d5d20ec3141f2241d592519be7c023"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + title = "TP-Link Archer VR2600v"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-19.07.8-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "b0d06316c9c7609f381f75a63cae90079325bbb7e9d1a759c93c7daa29826598"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "5c5419c14e1a0fd22769ac18311790dc41fa53e8ff17a3f2f331217a3b6c4f9b"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + title = "ZyXEL NBG6817"; + } + ]; + }; + }; + target = "ipq806x/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + cisco_on100 = { + device_packages = [ + "kmod-i2c-mv64xxx" + ]; + image_prefix = "openwrt-19.07.8-kirkwood-cisco_on100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "4dba86e03d10c803b7bace8c34214a1ec476d45aa8e14055e572e6e17cd93b08"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "3dea2a16c2f677e1ceb7b53158b5d20ea9ca15c6fc6ea698969d1f4243b314f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cisco,on100" + ]; + titles = [ + { + title = "Cisco Systems ON100"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "cbea27897d5a9a35f183ca323d98ae02d973b3d3ba53f61f4b2c55039a373a51"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "916b43f06270be0b5cdf3dfa4fbecef97bfedcd6d28bf286e6e770e70e2cb128"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + title = "Cloud Engines Pogoplug E02"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.8-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "d3042edc0cb21da14f54dbed2dbd0d8e1105303e3fe7597633ac87a91af938c9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "16efdafbcf916de958d61b36a4713da40c687bf67f0ae896884fb2b57c084d9b"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + title = "Cloud Engines Pogoplug V4"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "c68b20806fb2ad3d2c6c7c1415e85b44a09f93ac51492424bd235978e4628cab"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "63f4a04eee63cc3ea9844bd4752778a875224d55f47937f60bbb99f44cf2342a"; + type = "factory"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + title = "Iomega Iconnect"; + } + ]; + }; + iom_ix2_200 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-i2c-mv64xxx" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-19.07.8-kirkwood-iom_ix2_200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-iom_ix2_200-squashfs-sysupgrade.bin"; + sha256 = "14ae98368adfe3ac188e3c5ccac7529c801e1544a3ded725969a98059e1ebd8a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-iom_ix2_200-squashfs-factory.bin"; + sha256 = "2ed3d1f6c165037686e4c6700dfd775f475df1bf82f542f212a0f820882eabc8"; + type = "factory"; + } + ]; + supported_devices = [ + "iom,ix2,200" + ]; + titles = [ + { + title = "Iomega StorCenter ix2-200"; + } + ]; + }; + linksys_audi = { + device_packages = [ + "kmod-mwl8k" + "swconfig" + "wpad-basic" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-kirkwood-linksys_audi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-linksys_audi-squashfs-factory.bin"; + sha256 = "7e9dda86db97714322fc3c6838e9d91d4c5e4339ad90848e88fb66fa1be07728"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-linksys_audi-squashfs-sysupgrade.bin"; + sha256 = "9e5419e045f419ce4e772e210bb3224db5616860cdd93ab1782393546665d12b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + title = "Linksys EA3500 (Audi)"; + } + ]; + }; + linksys_viper = { + device_packages = [ + "kmod-mwl8k" + "swconfig" + "wpad-basic" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-kirkwood-linksys_viper"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-linksys_viper-squashfs-sysupgrade.bin"; + sha256 = "6a2f6174671a0f4d2344d9be23b79569edd60f3e38d28095aa136baacc47058f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-linksys_viper-squashfs-factory.bin"; + sha256 = "946b7f2d152704a23db08db7a05385b34abefc1d65ddcdad63dd6b35a20d3713"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + title = "Linksys E4200v2 / EA4500 (Viper)"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "86e92ebdf4aeef52a5cf95951392691e51c6a3c62db2168948c0a5c489676563"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "d8da842de85c71247977235d405b78bb6f17edc329e0523323323fe34c4f3e49"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + title = "RaidSonic ICY BOX IB-NAS62x0"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "0af1ebbb6135f3ff70f4fd0faf4c9b826509c2ff5c639fe4079fff56a976e182"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "a66f6b7aae5ab87508447e620bb1efdfed3025dc6f35cc462ff20eeac4b69b64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + title = "Seagate FreeAgent Dockstar"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "e4497f492210d01087ff8b966a5605d3cecf79b2bd1a991dc23896130d82c3fd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "23a9fe822b0096d7e3f37a110b9c0bd95fc285ce8b1fc8d2cecee4515e0143ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + title = "Seagate GoFlexHome"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "5dae7435b5beb7268c5e2c25758790c2883d90092568d90013c612980c142b23"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "f46a67e1cfbbba24e253b2b80447495794b6646e6b0bd4d29c078229d3ba200b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + title = "Seagate GoFlexNet"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-r8169" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-19.07.8-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "aa434fa5b3f033935b66ab7410f5b7c138b927f052864a4bffbfdd9f58810207"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "e227faff7ab7684b67cf8b7f5abc6a58523868ea3ed429f30622a2876b9b6130"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + ]; + titles = [ + { + title = "ZyXEL NSA310b"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.8-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "007f47c9ca261fbeb2382778e90fffe52769565a009b8f26b056793ca3414d08"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "99f70a4791cfa6cec3e41427a818508124db71d5653793c2f4adaf457adb5720"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + ]; + titles = [ + { + title = "ZyXEL NSA325 (v1 and v2)"; + } + ]; + }; + }; + target = "kirkwood/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + lantiq = { + ase = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + allnet_all0333cj = { + device_packages = [ + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + ]; + image_prefix = "openwrt-19.07.8-lantiq-ase-allnet_all0333cj"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-ase-allnet_all0333cj-squashfs-sysupgrade.bin"; + sha256 = "37512e2779c5cffed66d95f4ce04285271378297460080141e4eb25a3825f63d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all0333cj" + ]; + titles = [ + { + title = "Allnet ALL0333CJ"; + } + ]; + }; + netgear_dgn1000b = { + device_packages = [ + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + ]; + image_prefix = "openwrt-19.07.8-lantiq-ase-netgear_dgn1000b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-ase-netgear_dgn1000b-squashfs-sysupgrade.bin"; + sha256 = "063f7ae0b9af5b378c1c60a19ebf613f749eddf126f8dd4a6720c373a790a3c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn1000b" + "DGN1000B" + ]; + titles = [ + { + title = "Netgear DGN1000B"; + } + ]; + }; + }; + target = "lantiq/ase"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + falcon = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-heartbeat" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + lantiq_easy88388 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-lantiq-falcon-lantiq_easy88388"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-falcon-lantiq_easy88388-squashfs-sysupgrade.bin"; + sha256 = "4c8c8d0b89f9ec8be14e76284965f3318f4c3ba7eca2e23886c63b91c35d8e16"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy88388" + ]; + titles = [ + { + title = "EASY88388 - Lantiq Falcon FTTDP8 Reference Board"; + } + ]; + }; + lantiq_easy88444 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-lantiq-falcon-lantiq_easy88444"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-falcon-lantiq_easy88444-squashfs-sysupgrade.bin"; + sha256 = "7f3f259109b1a1527fcf1ccb98fc7d7a5b77552969ac6a512a6a5ebf526c1cfc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy88444" + ]; + titles = [ + { + title = "EASY88444 - Lantiq Falcon FTTdp G.FAST Reference Board"; + } + ]; + }; + lantiq_easy98000-nand = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.8-lantiq-falcon-lantiq_easy98000-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-falcon-lantiq_easy98000-nand-squashfs-sysupgrade.bin"; + sha256 = "af7f0cc905b59e3a84c4acf4b5e8ea2b5dc22478181330824eb39c09635ffb81"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-nand" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board NAND"; + } + ]; + }; + lantiq_easy98000-nor = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.8-lantiq-falcon-lantiq_easy98000-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-falcon-lantiq_easy98000-nor-squashfs-sysupgrade.bin"; + sha256 = "78f416ee8b9f730976a5ead5699bbf50ebbed1cb3824353f568eb18f55c622ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-nor" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board NOR"; + } + ]; + }; + lantiq_easy98000-sflash = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.8-lantiq-falcon-lantiq_easy98000-sflash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-falcon-lantiq_easy98000-sflash-squashfs-sysupgrade.bin"; + sha256 = "2264e1569db2241823a79a220cd6009ce6a2f6135b9ac5871e2e21e42ce5e2f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-sflash" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board SFLASH"; + } + ]; + }; + lantiq_easy98020 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-lantiq-falcon-lantiq_easy98020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-falcon-lantiq_easy98020-squashfs-sysupgrade.bin"; + sha256 = "251db2f4bef301e165558349f0dae99178bf82870572a1b45800362756818758"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98020" + ]; + titles = [ + { + title = "EASY98020 - Lantiq Falcon SFU Reference Board"; + } + ]; + }; + lantiq_easy98020-v18 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-lantiq-falcon-lantiq_easy98020-v18"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-falcon-lantiq_easy98020-v18-squashfs-sysupgrade.bin"; + sha256 = "03ac8213617bfeb518fb0f11cccb285610c143c3246bed0a05dc8d21d42264f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98020-v18" + ]; + titles = [ + { + title = "EASY98020V18 - Lantiq Falcon SFU Reference Board V1.8"; + } + ]; + }; + lantiq_easy98021 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-lantiq-falcon-lantiq_easy98021"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-falcon-lantiq_easy98021-squashfs-sysupgrade.bin"; + sha256 = "b7ce4e191c975f85b9f78051016c31a91a620a8e8c39cd0b325995935c724865"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98021" + ]; + titles = [ + { + title = "EASY98021 - Lantiq Falcon HGU Reference Board"; + } + ]; + }; + lantiq_easy98035synce = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-lantiq-falcon-lantiq_easy98035synce"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-falcon-lantiq_easy98035synce-squashfs-sysupgrade.bin"; + sha256 = "bb6689cfa46eecd44814eb64bdb52d858068a062f49db532c6862042dfddc8b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98035synce" + ]; + titles = [ + { + title = "EASY98035SYNCE - Lantiq Falcon SFP Stick with Synchronous Ethernet"; + } + ]; + }; + lantiq_easy98035synce1588 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-lantiq-falcon-lantiq_easy98035synce1588"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-falcon-lantiq_easy98035synce1588-squashfs-sysupgrade.bin"; + sha256 = "ee01c73c12fbff51d7e363026731eddf44292fe55af6b5b0f3759616c3b097ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98035synce1588" + ]; + titles = [ + { + title = "EASY98035SYNCE1588 - Lantiq Falcon SFP Stick with SyncE and IEEE1588"; + } + ]; + }; + lantiq_falcon-mdu = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-lantiq-falcon-lantiq_falcon-mdu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-falcon-lantiq_falcon-mdu-squashfs-sysupgrade.bin"; + sha256 = "d3f6bb01495e9ccffc659c8f6035641c133ea7fef6da4a60a48119d8018f3ef1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,falcon-mdu" + ]; + titles = [ + { + title = "MDU - Lantiq Falcon / VINAXdp MDU Board"; + } + ]; + }; + lantiq_falcon-sfp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-lantiq-falcon-lantiq_falcon-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-falcon-lantiq_falcon-sfp-squashfs-sysupgrade.bin"; + sha256 = "4a0148d39a3716c8f1a99300833647fd38e6ea7b20b572408a16fd6087cdc8ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,falcon-sfp" + ]; + titles = [ + { + title = "SFP - Lantiq Falcon SFP Stick"; + } + ]; + }; + }; + target = "lantiq/falcon"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "ltq-vdsl-vr9-vectoring-fw-installer" + "kmod-ltq-vdsl-vr9-mei" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-atm-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-deu-vr9" + "ltq-vdsl-app" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "ppp-mod-pppoa" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "401c28fba7fe5e21d8623a83e197151f2e2b750e39f387cda2bad571a51ef969"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + title = "BT OpenReach - ECI VDSL Modem V-2FUb/I"; + } + ]; + }; + arcadyan_arv7519rw22 = { + device_packages = [ + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-arcadyan_arv7519rw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-arcadyan_arv7519rw22-squashfs-sysupgrade.bin"; + sha256 = "f30b8469c855deb6e460602d69c65a4d754f7ccf6a6a9a8f60eec89abe3f1f81"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519rw22" + "ARV7519RW22" + ]; + titles = [ + { + title = "Livebox Astoria ARV7519RW22"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "1ded1ec183c08566f6e05d7e292e1d360f18bb08bca056df572ba49dd7d070b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + title = "BT OpenReach - ECI VDSL Modem V-2FUb/R"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"; + sha256 = "dac23cd8aa1c25b81118da8b0f568edd5ff4856eaed43fa07374302e375f36f9"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + title = "o2 Box 6431 / Arcadyan VGV7510KW22 (BRN)"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "46b5f58070ec44bb75f7c41621c037c60ad3bcfc52036e17654d0d3918293805"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + title = "o2 Box 6431 / Arcadyan VGV7510KW22 (NOR)"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"; + sha256 = "f58f657029c06610ea5602f2ab8e34df4b1bd174640dfb8e8e18dace5dcec35a"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + title = "Experiabox 8 VGV7519 (BRN)"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "7cb2ed92dc417a05cb27dc954c11f1f6477e8bf3a832e226a0524ad593d111a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + title = "Experiabox 8 VGV7519"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "d7d6c0e7ce71b3edcaf05053196d3d7ca0c3e660033651c97831b6330e17e04c"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "5fe39a6f81da1db31df4c2291e30be069569c0011fac33f6c4877d424c973637"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "7ae839f43ff407ac1faeef1a9594e17b846739b771a19e44718b25c101dac8a7"; + type = "eva-filesystem"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + title = "AVM FRITZ!Box 3370 Rev. 2 (Hynix NAND)"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "d924298e890d46765798f2cbbe3c8629fce3cc2a2ad750adbf8e5d9fbc786ca0"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "00cae61dd21d3f77af8046138d672c60d0ab7341b534c1c21f20e49aea0f9174"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "1b84ac970a0a8a8882b257269341486f6d354c3064021e8d1f2b6845e478b04c"; + type = "eva-filesystem"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + title = "AVM FRITZ!Box 3370 Rev. 2 (Micron NAND)"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "1393896d513a187d9053652a9226d638d0d373447da6dcfafc2de542007dbc85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7360 SL"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "3e4ae1470c12c9596f9fa1bfdaaaa2038b3e149bc63acd8e3f69e792410fa9c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7362 SL"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "8cfdd61c8104449b6458886b130ea065d4ffad178ef2fd36b57de784ea56d486"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7412"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "aafd6e0809e09668b73d5be9173cda1fad4dbcc6cbcf0d4533ad39afa9c3f5f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + title = "BT Home Hub 5A"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "ace91f31f4cbc98a7a28e6b6433d9c2bc74f63ec9484589c7978f0bd5fbf0706"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + title = "Buffalo WBMR-300HPD"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "673055024c3fbafabe9e605260314d901af5ac048ec11f6c20276e24eadd7472"; + type = "fullimage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "e74a20d23402a168fb43e9dcc205b41d95813519d488fd1263b5c531fb0a73a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + title = "Lantiq VR9 - EASY80920NAND"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "d0d62e6a0fbbe7bb30bbd00a6c6aefb3b1850c1a9ef3fee3dde2e76363a00f80"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + title = "Lantiq VR9 - EASY80920NOR"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "f2c6b2b600e42087a19bc6fbc8e1b6170544fa75a5954d39dad92ec3ef98a25e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "9c3fa31ac11b8eea44600f58ea90fdff2010fcb9611a7e664a9d4a3fcf6698fa"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + title = "Netgear DM200"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "9097eb949bbda0bb844b28538ff20df69ca80865126795f9083190aa8fa08118"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + title = "TP-LINK TD-W8970"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "59868dc615515ae003d395c19e29658a85b5d6f06eae47b73441c51f1be346b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + title = "TP-LINK TD-W8980"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "3ccf862b4ed387e88b9d5087142816fddf65ca93e954c7b57221f5724454b837"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + title = "TP-LINK Archer VR200"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "0395a5019b7eb2603d770f2d5c2020d75869f2d5531eaed4e412b1d5b0aa7571"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + title = "TP-LINK Archer VR200v"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "8de1a3a0b51fd93c0288bf784824ee360e72bef72e4fd077fac7e9cac377b5c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + title = "ZyXEL P-2812HNU-F1"; + } + ]; + }; + zyxel_p-2812hnu-f3 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xrx200-zyxel_p-2812hnu-f3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xrx200-zyxel_p-2812hnu-f3-squashfs-sysupgrade.bin"; + sha256 = "de1a56db2502137067c28affab5fc456ec62aaa11efa090dfe9c207c031e221d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f3" + "P2812HNUF3" + ]; + titles = [ + { + title = "ZyXEL P-2812HNU-F3"; + } + ]; + }; + }; + target = "lantiq/xrx200"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "dd657340cd9c02d1062c7d51e07eb7e26566d1b48c24d04a1659e0777908931d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + title = "Wippies, Elisa - ARV4510PW"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "5c892a560db1046df31be7a347c7bc39d41330e6cbb30440b5ecf0766359ec4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + title = "Alice/O2 IAD 4421 - ARV7506PW11"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "8d8eb721292ed2d3a20369e21042e29ae8b30555316c86d91d68ede8d428cae8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + title = "Astoria - ARV7510PW22"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "bd5f181965104ff104f498b65c15efaa1c2536c7e1d780e0dc5353ababdd8c5d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + title = "Astoria - ARV7518PW"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "c96dce24a136d491c545ee80af782a37e9cbaf9b286c0cec7d5dc5f6d391b5ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + title = "Astoria - ARV7519PW"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "4efa45b787b3bc9f5b1549d8a287633508027c37ea99089b865731975927feb0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + title = "Easybox 802 - ARV752DPW"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "577bedf8f29414d853f017b267be1fc3158ad7de47073baac0a6a4b55c4d9b0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + title = "Easybox 803 - ARV752DPW22"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "5ce9d66bd05777abe9cf5f784ae57e1eb2a7500586b6eb222b004879bdc6ba29"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + title = "Speedport W504V Typ A - ARV8539PW22"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "3dc5843a76cf63a69dee5f5e7242223194072a0f22d941b460ea9c7fd8bdcfc0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + title = "AudioCodes MediaPack MP-252"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "d780faf5396e0d9524f0a641904c37b4521f4ae679d7c87cc57f413a6733ab85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7312"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "6a72f1b46328f9df3fdb212c091060777a165546f886ddf44327a97bf2c5593d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7320"; + } + ]; + }; + bt_homehub-v2b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-deu-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-bt_homehub-v2b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-bt_homehub-v2b-squashfs-sysupgrade.bin"; + sha256 = "6a7a5a450ec2bf8e8994661b925e0efeeaf078456c22ea6a57d120279132b41d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v2b" + "BTHOMEHUBV2B" + ]; + titles = [ + { + title = "BT Home Hub 2B"; + } + ]; + }; + bt_homehub-v3a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-bt_homehub-v3a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-bt_homehub-v3a-squashfs-sysupgrade.bin"; + sha256 = "934323198f7f22455515ea3ab29a07b6d2b470d79277137dcdce1bbe3e897547"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v3a" + "BTHOMEHUBV3A" + ]; + titles = [ + { + title = "BT Home Hub 3A"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "df23aebd988f1eea99f3bcddbcd73d0ce22ec008728138ca9ee14547ed102571"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + title = "Buffalo WBMR-HP-G300H (A) - WBMR"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "945a51e61ea5e69e3eab5f6d4c4990d0cf24c47d60047ae47c0225940783410e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + title = "Buffalo WBMR-HP-G300H (B) - WBMR"; + } + ]; + }; + lantiq_easy50712 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-lantiq_easy50712"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-lantiq_easy50712-squashfs-sysupgrade.bin"; + sha256 = "0ebc16aa551b4583df9bba01ad93b8aacfebd869e07c8a4a89c17f70d4e0aa21"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy50712" + ]; + titles = [ + { + title = "Lantiq Danube - EASY50712"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "bd85489d2d3c2275318ab76fdccca49d0e84433f564970a26272b8cde0401dad"; + type = "sysupgrade-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "627557c97da54d69a9e5b5ae8fe31801521d9b0f3954df224df5dce2637463d6"; + type = "factory-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "f45ce8f14f7913aee9e76a8b2dc66ffdff6b42bcb1133251ec9f1f978cdabc46"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "13f1e753b32a5686de1cb04e0441349ad2c59f6f4730706e3ae27e2cabe31779"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + title = "Netgear DGN3500"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "4bdcecae35527374724dc4044e7ffa3502234dbcf0250c944e34dd96ba43940c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "55ba46499be7d865c45965cebfa6788925bc08317bf4415ecd9bc63199a3bbd4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + title = "Netgear DGN3500B"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "e92f2cff551f84a6e8340fac726c2a17000b6a69e03bec4329702836b307879d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + title = "Gigaset sx76x"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "49e453d1542193fe476959304d52667f714a61e881ef4854a0f555a5a9916139"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + title = "ZTE H201L - H201L"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "0baebca1addf66d1b1b2a76342c160b6ec66bb87ff5143e03dbe6c31e12e4dde"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + title = "ZyXEL P-2601HN-Fx"; + } + ]; + }; + }; + target = "lantiq/xway"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + ]; + metadata_version = 1; + profiles = { + ls1021atwr = { + device_packages = [ + "layerscape-rcw-ls1021atwr" + ]; + image_prefix = "openwrt-19.07.8-layerscape-armv7-ls1021atwr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-layerscape-armv7-ls1021atwr-squashfs-firmware.bin"; + sha256 = "931034117b1bacb630d9017da68dcef11e717dd7309d07418d7c4ead1f22ed6c"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1021ATWR"; + } + ]; + }; + }; + target = "layerscape/armv7"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + ]; + metadata_version = 1; + profiles = { + ls1012ardb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012ardb" + "kmod-ppfe" + ]; + image_prefix = "openwrt-19.07.8-layerscape-armv8_64b-ls1012ardb"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.8-layerscape-armv8_64b-ls1012ardb-ubifs-firmware.bin"; + sha256 = "45b044b1ba612f9d7548f11e0e552b098caa96ddd2fbccd58f7d138f18aad8da"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1012ARDB"; + } + ]; + }; + ls1043ardb = { + device_packages = [ + "layerscape-fman-ls1043ardb" + "tfa-ls1043ardb" + "fmc" + "fmc-eth-config" + ]; + image_prefix = "openwrt-19.07.8-layerscape-armv8_64b-ls1043ardb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-layerscape-armv8_64b-ls1043ardb-squashfs-firmware.bin"; + sha256 = "3929a80e08d733d9b4cc5b89609bc1559936ac0368bdd24f56e442f58fc93c5c"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1043ARDB"; + } + ]; + }; + ls1046ardb = { + device_packages = [ + "layerscape-fman-ls1046ardb" + "tfa-ls1046ardb" + "fmc" + "fmc-eth-config" + ]; + image_prefix = "openwrt-19.07.8-layerscape-armv8_64b-ls1046ardb"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.8-layerscape-armv8_64b-ls1046ardb-ubifs-firmware.bin"; + sha256 = "fdc7fe28d37bf771a2906263a801faf98bdca6757db870baf3b77eb9e0aa981b"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1046ARDB"; + } + ]; + }; + ls1088ardb = { + device_packages = [ + "layerscape-mc-ls1088ardb" + "layerscape-dpl-ls1088ardb" + "tfa-ls1088ardb" + "restool" + ]; + image_prefix = "openwrt-19.07.8-layerscape-armv8_64b-ls1088ardb"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.8-layerscape-armv8_64b-ls1088ardb-ubifs-firmware.bin"; + sha256 = "d04c4be3205dab2bffac34d45240041a0cf5f3b3f08ae78cadafa88d3b1383ec"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1088ARDB"; + } + ]; + }; + ls2088ardb = { + device_packages = [ + "layerscape-mc-ls2088ardb" + "layerscape-dpl-ls2088ardb" + "tfa-ls2088ardb" + "restool" + ]; + image_prefix = "openwrt-19.07.8-layerscape-armv8_64b-ls2088ardb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-layerscape-armv8_64b-ls2088ardb-squashfs-firmware.bin"; + sha256 = "19f0468e2655352158f591cd12e286d6da19013f7e735608fc3e43792ef7a6bc"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS2088ARDB"; + } + ]; + }; + traverse-ls1043 = { + device_packages = [ + "layerscape-fman-ls1043ardb" + "uboot-envtools" + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-19.07.8-layerscape-armv8_64b-traverse-ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.8-layerscape-armv8_64b-traverse-ls1043-ubifs-sysupgrade.bin"; + sha256 = "66bc4f8b34169b440b68776e1f197e2ce317974666903d553abaa2d679a86af6"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.8-layerscape-armv8_64b-traverse-ls1043-ubifs-root"; + sha256 = "0f73a7554b8625025be443cba5c536cc1354dd54869d0e549cbbcb5755b77374"; + type = "root"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Traverse LS1043 Boards"; + } + ]; + }; + }; + target = "layerscape/armv8_64b"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + ]; + metadata_version = 1; + profiles = { + MTK-RFB1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-core" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-19.07.8-mediatek-mt7622-MTK-RFB1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mediatek-mt7622-MTK-RFB1-squashfs-sysupgrade.bin"; + sha256 = "2ec62795aab0601237910344c0bdb00bfabaafe95682eb7333a48f693ac3c3ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7622" + ]; + titles = [ + { + title = "MTK7622 rfb1 AP "; + } + ]; + }; + }; + target = "mediatek/mt7622"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + ]; + metadata_version = 1; + profiles = { + "7623a-unielec-u7623-02-emmc-512m" = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + ]; + image_prefix = "openwrt-19.07.8-mediatek-mt7623-7623a-unielec-u7623-02-emmc-512m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mediatek-mt7623-7623a-unielec-u7623-02-emmc-512m-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "888f7bdc9c5b41b2266f4968ae68cd9571fb586ed2ba609000121db69bc8b82f"; + type = "sysupgrade-emmc"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + title = "MTK7623a UniElec U7623-02 (eMMC/512MB RAM)"; + } + ]; + }; + "7623n-bananapi-bpi-r2" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mediatek-mt7623-7623n-bananapi-bpi-r2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mediatek-mt7623-7623n-bananapi-bpi-r2-squashfs-sysupgrade.bin"; + sha256 = "d93a4c158946cacf0834a10084daa5cc5566651cb98759c3a91913bf1cc4176f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MTK7623n BananaPi R2"; + } + ]; + }; + }; + target = "mediatek/mt7623"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + mpc85xx = { + generic = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mpc85xx-generic-red-15w-rev1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mpc85xx-generic-red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "0d23d763a0754604c13fd04447755de2d8f90c37a7e01062445b7fbe0352195f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + title = "Sophos RED 15w Rev.1"; + } + ]; + }; + tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mpc85xx-generic-tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mpc85xx-generic-tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "fe0159e70393a489286cfd3adbcd6b2194dc6903122434f8b60840e7920317a8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mpc85xx-generic-tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "544608175a6da6e62465b2932628ab3d2fd5a2d49c9a4fe6d3ffbf6c1c133d55"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wdr4900-v1" + "tplink,tl-wdr4900-v1" + ]; + titles = [ + { + title = "TP-Link TL-WDR4900"; + } + ]; + }; + }; + target = "mpc85xx/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.8-mpc85xx-p1020-hiveap-330"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mpc85xx-p1020-hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "0890f2d1eaf1ad1577d079d763a63c00cf54a201cb202668ae59920cc8588634"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mpc85xx-p1020-hiveap-330-squashfs-fdt.bin"; + sha256 = "0e8feff31209f6972495f02f4bf47b65ca18d5577687747893c64c344757f245"; + type = "fdt"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + title = "Aerohive HiveAP-330"; + } + ]; + }; + panda = { + device_packages = [ + "kmod-rtc-ds1307" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-mpc85xx-p1020-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mpc85xx-p1020-panda-squashfs-fdt.bin"; + sha256 = "3c72f0a66bd9cce126c50aca0ce3981882487dc9ab9ba59653631ebe23c0ded8"; + type = "fdt"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mpc85xx-p1020-panda-squashfs-sysupgrade.bin"; + sha256 = "1bac13c104666888e81e69835f00b194b0b850c3e3e1ab561f03607da638b6d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + title = "OCEDO Panda"; + } + ]; + }; + ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mpc85xx-p1020-ws-ap3710i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mpc85xx-p1020-ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "2077654b5378df20a5765ad0c2b029bbbe6bebc0e7e8fa1ade6e15f7595dfad9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + title = "Enterasys WS-AP3710i"; + } + ]; + }; + }; + target = "mpc85xx/p1020"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + p2020rdb = { + device_packages = [ + "kmod-hwmon-core" + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.8-mpc85xx-p2020-p2020rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mpc85xx-p2020-p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "3e7690538f876892c16a73558118fc2b6c9fe4704aeb8c440b7435bd4bb2cf9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + title = "Freescale P2020RDB"; + } + ]; + }; + }; + target = "mpc85xx/p2020"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "e2fsprogs" + "ethtool" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "aa134c0e5a68f04d5b36c19e20fc181c4ece537f109a5751545db7c40952e444"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "1e28790ab07c161ab30f2720c44651d14e4f09b786623cee1b0486929cae5abf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + title = "ESPRESSObin (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "239cd04d84436e5d6fb2941dd277508a40cb14f6a330e44941694be95ea801e0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "a378034872a11539108f3a4fcbe618af12e5af719f61cc540b8a39628081553c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + title = "ESPRESSObin eMMC (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "fbcb0e0dc5f3bfcb4f2edbac16718b55aa747490d902356e69fc6776bc2fb507"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "5ef027879993835986bc7489403d4f2de0696b56c6f4875033dfc4196826b290"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + title = "ESPRESSObin V7 (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "2d4b19240a672ed2b75ea0be41a38c7ed4a6aa147809e5626a0090ec90c01b87"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "9ed89ff3c78509f69e332b5abf813de81352cedc6fd4fb33c3c4980ee479e311"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + title = "ESPRESSObin V7 eMMC (Marvell Armada 3700 Community Board)"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "4a10ab0b2a41c8101c33fd2125f8cc836628842a957e61d5b84b9579bf155e12"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "35154790cf7e6410884917b839c2146819719e9bdfce28ec64db10bfc06d32ca"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + title = "Marvell Armada 3720 Development Board DB-88F3720-DDR3"; + } + ]; + }; + }; + target = "mvebu/cortexa53"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "e2fsprogs" + "ethtool" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "f433aefc80d716887099ad916f03bcfede678a7c1fd1e7b68a6e3747c7d780bf"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "21d99db663272d52f2c6bdffb2f7fc9ab9d84a922cb7f7bee56620ae700edcd8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + title = "Marvell Armada 7040 DB board"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "409aa6d2ff6e356c3e6912a4b6fd19c6dfe7e4f11e4b5cba1ce54750a5f562f0"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "2a32bda0970cae6ec281e95f027bdaa9c5c875aec990b62e94ce7f24922e3d27"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + title = "Marvell Armada 8040 DB board"; + } + ]; + }; + marvell_macchiatobin = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa72-marvell_macchiatobin"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-mvebu-cortexa72-marvell_macchiatobin-ext4-sdcard.img.gz"; + sha256 = "13ea0b96e6cd2f8c841328f9ceed82e81bd447fdfc0b48e332af691e938c175e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa72-marvell_macchiatobin-squashfs-sdcard.img.gz"; + sha256 = "dfc21817c9bd69ff1175ac3fd81d123d0adb2b9dde43631eec1cc0f10f9815dc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin" + ]; + titles = [ + { + title = "MACCHIATObin (SolidRun Armada 8040 Community Board)"; + } + ]; + }; + }; + target = "mvebu/cortexa72"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-19.07.8-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "3519fc233c37f41ed35743f98192a8c2c102dedb6e9aab1a23ed4f7935cdcff7"; + type = "omnia-medkit-openwrt-19"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "93f421e58331dcc53c5d187a4da34131ea8fe0b1367e2a56fef8d7f128a986e5"; + type = "openwrt-19"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + title = "Turris Omnia"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "414372f958a53fac644ff97d1f393e01f419309e7a0c76b62bbb9083e6b7874b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + title = "Globalscale Mirabox"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "0a7b822871dc8afa05b47df5355f3207e7bc08c63561de92813386e5f3034f54"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "7d66a5062c9752bcf508374fabc32a46001ec451605c0880270011b012f6b89f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + title = "Linksys WRT1200AC (Caiman)"; + } + ]; + }; + linksys_wrt1900ac = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt1900ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt1900ac-squashfs-factory.img"; + sha256 = "2c0b4b7f82bae871204ac017cbc689ebc93d9f27627da70a540ef15c0200b5f0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt1900ac-squashfs-sysupgrade.bin"; + sha256 = "4e31946f0c27c1a5586a57dcd26390eb245663d955c8da0a8ca3b19cbab7acb1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + title = "Linksys WRT1900AC (Mamba)"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "271393e156045917a8ad5231c35f75b0e23eb0a1ce43adb3674bc2f36cbb9c6f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "ff219550d8abda05cf51f407b9d1d6f63a50f70362eb6025b46496c4d3a6a3ad"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + title = "Linksys WRT1900ACS (Shelby)"; + } + ]; + }; + linksys_wrt1900acv2 = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt1900acv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-factory.img"; + sha256 = "27ad3cca5ba7f2e5f6fb4023df483e7739988ee037db5c6532e5795e7fc8e19c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-sysupgrade.bin"; + sha256 = "5f24bb51bbe0a18ee35b450d988fd447c007bf2c62e1a17e595207a98bf984c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + title = "Linksys WRT1900ACv2 (Cobra)"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "a0c14fff60674783fae0eda9b255bade7e873f2fa37176c156e61b269d300e0e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "9fdd679fff143ec765e86b579c7c8633af6cca30a2fa9056ea2423486430b38c"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + title = "Linksys WRT3200ACM (Rango)"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "11e23af0b310bc1869951fdad2ddfb3317189851e59575e7b18dd520041b67dd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "c924ec415d60f6bb416b64737f5863f3d83afcf302d65dc227d33c3d662f19b5"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + title = "Linksys WRT32X (Venom)"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "70a9ce1d38afea4a3e0ce84588c4d8f0dd3af34817e2f044d18614410827a49d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + title = "Marvell Armada 370 DB (DB-88F6710-BP-DDR3)"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "19d959ccad5adec453556b238202bfe65b478cc8371bc29038834f7cc9f28647"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + title = "Marvell Armada 370 RD (RD-88F6710-A1)"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "20df57d9b473f35f922b3984b82619c04fd7c946fe83f31a316de6561aeafef9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "dcc5cef9f6a2808f24b8faac3493b989309e1f30b9ad4abe401fbe2b482f96fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + title = "Marvell Armada 385 DB AP (DB-88F6820-AP)"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "7c2034d7b4c2a365f6566b7d491c93fd49dbc665a2a5ce4d535edd3257c9fe59"; + type = "firmware"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + title = "Marvell Armada 388 RD (RD-88F6820-AP)"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "f0f6483f91ad19663d618295081488dd40d76c9de99193fd2d22006e1e3a8aee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + title = "Marvell Armada XP DB (DB-78460-BP)"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "3a1de1a36883f0301b123d56c60fdd82b888b32861f842787546e67056b2f041"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + title = "Marvell Armada XP GP (DB-MV784MP-GP)"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "91c3142a42a1a94628d572cbfcb7f492594728145b90ad617c52cbe696be61ef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "5c4d7af96454f9dba5c686c088a52695aec01af36b8da6b17d874d4be62fdd67"; + type = "factory"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + title = "Plat'Home OpenBlocks AX3"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "66c879ca38b079afacb8f16238bef0d7fda71be5ae627e8fa06669c04f356d70"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + title = "SolidRun ClearFog Base"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + "swconfig" + ]; + image_prefix = "openwrt-19.07.8-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "e28ee8f9c8c8122caca82e877dfe585d66301d0808925848f0af103c3057100c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + title = "SolidRun ClearFog Pro"; + } + ]; + }; + }; + target = "mvebu/cortexa9"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + er = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-octeon-er"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-octeon-er-squashfs-sysupgrade.tar"; + sha256 = "470a0286bc88c3638f2c22e4529d48b4398c9f5cf5874540ec9caac4896da3eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti EdgeRouter"; + } + ]; + }; + erlite = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-octeon-erlite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-octeon-erlite-squashfs-sysupgrade.tar"; + sha256 = "811d2042e23b38d653b4b79452bd89e9b4135f7c13ce0f1b900591ff7d771800"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti EdgeRouter Lite"; + } + ]; + }; + }; + target = "octeon/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "f9864cf7f109c240d4cd471622c1b3136eb5cc2f5031c44bcfa6efc929740606"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "db5f0be1524e2270c4686d35638862c98f01f4fd911d477a2e753a1d59443834"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + title = "TI AM335x BeagleBone Black"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-omap-ti_am335x-evm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "0b2c56eba8a6d25ed41cda7d5099d6e3a867155ed9b554bc1d54daf176b68eb3"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "12eb5f67e3522d54c38dd210e76853735f863610e09a711c65f0b7840fc7cab3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + title = "TI AM335x EVM"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net" + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-19.07.8-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "30033e9b00dd9adb144d52a9b7a000afb13cc1cb8a2089baeb2a04a816d89aaa"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "5d48f1f67aa0429e8ef3e184516b32d242461da83d9ed5f719a90f8dbd03ce07"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + title = "OMAP3 TI beagleboard"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-19.07.8-omap-ti_omap4-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "3aac7668fe9a0fcaac16afd5a2665313ac904ac25192602bd456afbc5d048f5b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "c65b8ac37ec96e40cd8be11413239fcc4f3bcead53369f6e761a05a58e451915"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + title = "OMAP4 TI pandaboard"; + } + ]; + }; + }; + target = "omap/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-ledtrig-timer" + "kmod-leds-gpio" + "uboot-envtools" + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-ledtrig-timer" + "kmod-leds-gpio" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-19.07.8-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.8-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "98262e0cdad61cd899952eb35a08c08e479966c2d61b031ab1199062487f7439"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "666d84bc153f8d385d1f122f8cb4d13477b5fe8cbec1bdb26a6a71dabb29e7b0"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.8-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "5e5bab3272a3714ffacf953b43710f569068fce6a06df20f849d31b40693c9af"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "58395f96e646d6a7cb74d8c4f58351a4217e060c0567ff533db3ad9f518c24f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + title = "Akition myCloud (mini) / SilverStone DC01"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "e21ca79d496187d9d2a80f5b14139f858b88b04d70aa8db750cbbb6d568cc1d6"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "b3a6aa3794b5341662f4dd97425d2205d8a5ce65796aec9595c32da3291ec877"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.8-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "131f4e5924ea3361acf181fbe6e13481932d9f14de26ae8cdc7632818dcf6ce4"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.8-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "f83caadf22b67e10d68d6139d30a585fce73e05805bc94ff62d4dd594a90a542"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + title = "Cloud Engines PogoPlug Series V3 (without mPCIe)"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "dabd395b288b66918f1927da0c8bff606aeb90907ee634281aa6900c8493a472"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.8-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "5a2a094fa4306ab1c9f9215db6de50f8922fb3f497fec00fd4653e839525f459"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "6a3f0cb1128c2dd829cba07d28fdba72fbb81d7087ba8882dc22e19cf5f8c930"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.8-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "a8b2864421fe8bec3b25e10f8b4885dae156f4f46b0114f5785b9cd5bf482738"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + title = "Cloud Engines PogoPlug Pro (with mPCIe)"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "2d79796c141bc0177729b598df18ba906ecca33dfd76b6c30f5094a90735c6a3"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "bad707809e2a96784165f4d6bba208521247c04d4d2b3cc19f07bd070d35ebde"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.8-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "64f06934dd86bb07286b355976b0585c36e17273bedc6c50efb951a0a2e363a6"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.8-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "8ea5272704b103fcae0bc839e28f6cb95f33db6a92081bb82ef8042eb1cb782c"; + type = "ubinized"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + title = "MitraStar STG-212"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-core" + "kmod-hwmon-gpiofan" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-19.07.8-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "1b6c6cede90f1415bef46d20d5044605ab84fc9a1682027ecad49446362fcfd1"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.8-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "8d1eaa6f63f837360e2a0eccbbbcca4ee746ebf0f724bad31fe86ecc05be48ec"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.8-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "48fca33b8996bd86effc9e154ba6833eb98d6cd46c84e14a018489e97dd9f1a7"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "71b1f26ab6a85217fd6db5561d723c6d63e2352327ef655266163e074fef8cad"; + type = "ubinized"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + title = "Shuttle KD20"; + } + ]; + }; + }; + target = "oxnas/ox820"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + marduk = { + device_packages = [ + "kmod-tpm-i2c-infineon" + ]; + image_prefix = "openwrt-19.07.8-pistachio-marduk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-pistachio-marduk-squashfs-sysupgrade.tar"; + sha256 = "7c3c40cfcf90cb22f8f02280b5136eeafb046eff1d333701f70b391c8d408e88"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-pistachio-marduk-squashfs-factory.ubi"; + sha256 = "b257d8159b40f736ea1c732acf94e3ebc7a88ed343056769c9e390c77962a6e8"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Creator Ci40"; + } + ]; + }; + }; + target = "pistachio/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + ArcherC20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-ArcherC20i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-ArcherC20i-squashfs-factory.bin"; + sha256 = "59633403d3533b6001fbbd86d69a565c34b055f43447246f2aa78973abbe1df0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-ArcherC20i-squashfs-sysupgrade.bin"; + sha256 = "93550649b0eed39ee9d28d07b715fbff4a38d374d37d76c13edd847e87d2a2cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c20i" + ]; + titles = [ + { + title = "TP-Link ArcherC20i"; + } + ]; + }; + ArcherC50v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-ArcherC50v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-ArcherC50v1-squashfs-factory-us.bin"; + sha256 = "07edefd2cc91eff34025cae828797d2a6f7e617e3a50c7de746c877e893b2425"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-ArcherC50v1-squashfs-sysupgrade.bin"; + sha256 = "b641896deb50deb7cced2c0d1991ec196b97386eba738f7cef7846eb07717fe5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-ArcherC50v1-squashfs-factory-eu.bin"; + sha256 = "33148ed587c821476ea77996f8d913874a1ac9969d5d8b791abce5e9e999d772"; + type = "factory-eu"; + } + ]; + supported_devices = [ + "c50" + ]; + titles = [ + { + title = "TP-Link ArcherC50v1"; + } + ]; + }; + ArcherMR200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-rndis" + "kmod-usb-serial" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-ArcherMR200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-ArcherMR200-squashfs-sysupgrade.bin"; + sha256 = "55c6357f7e9422846c571c9143ea121e90b29b29dbb9c7d078cd676637177c39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mr200" + ]; + titles = [ + { + title = "TP-Link ArcherMR200"; + } + ]; + }; + ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-ai-br100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-ai-br100-squashfs-sysupgrade.bin"; + sha256 = "53b6db09910936fa55f34abbe1b15be19b25102903b0ab9c907c690a74ffc770"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ai-br100" + ]; + titles = [ + { + title = "Aigale Ai-BR100"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "bd2fb1400d1d636748e752697b66053d8d34d1978a32722e927c98494b39a033"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + ]; + titles = [ + { + title = "ALFA Network AC1200RM"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "f80a4561145b9257c6d7079570915789caa7c9f88334c66c3be122b8a71dec1f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + ]; + titles = [ + { + title = "ALFA Network R36M-E4G"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "6d64aaf3f36d80d2aa4284eb8235ebdd2f2be37313ab7260251b84d39f2b98ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + ]; + titles = [ + { + title = "ALFA Network Tube-E4G"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "f07ae21e48a3a74037b194afe330cc652f0262cdea4cf0fc891c6e72d397b7e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + title = "BDCOM WAP2100-SK (ZTE ZXECS EBG3130)"; + } + ]; + }; + bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-bocco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-bocco-squashfs-sysupgrade.bin"; + sha256 = "d2b730598f5be75ebb2ec91ac9fcc56f9ff20822337bde209f518880b7e1b388"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bocco" + ]; + titles = [ + { + title = "YUKAI Engineering BOCCO"; + } + ]; + }; + c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-c108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-c108-squashfs-sysupgrade.bin"; + sha256 = "8e0e8aaf1f5732821873cd90299671338e4ecec6dd96ed7bc83c6f62f6045f98"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c108" + ]; + titles = [ + { + title = "HNET C108"; + } + ]; + }; + cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-cf-wr800n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "de9006a78b74d4e9e72706f64fcc4714aaa5d9025e60a026ee0fe723b01fd45a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cf-wr800n" + ]; + titles = [ + { + title = "Comfast CF-WR800N"; + } + ]; + }; + cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-cs-qr10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "ced58be4959cd85fb1a14019a4ab344cc2514f74fb74f9b9bfc33c7516bf988f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cs-qr10" + ]; + titles = [ + { + title = "Planex CS-QR10"; + } + ]; + }; + d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-d240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-d240-squashfs-sysupgrade.bin"; + sha256 = "2c45f27965af64524eec36642a85b2759dce731312bacef2cf3757a3cc7c2d50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d240" + ]; + titles = [ + { + title = "Sanlinking Technologies D240"; + } + ]; + }; + db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-db-wrt01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "ffbff9c4ed4ce1d12284c47beb2c1f8b78878560154455f463d398f3ec4d81ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "db-wrt01" + ]; + titles = [ + { + title = "Planex DB-WRT01"; + } + ]; + }; + dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dch-m225-squashfs-factory.bin"; + sha256 = "e035fe31042779bc0963d6b24d4b27ec4bd766e5b11126e9725a7ced1f03e91e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dch-m225-squashfs-sysupgrade.bin"; + sha256 = "0c78672548811c7c9c8c75bf4197b18ba9cce5071edc6207a8bb193f2287dd83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dch-m225" + ]; + titles = [ + { + title = "D-Link DCH-M225"; + } + ]; + }; + dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-dir-810l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dir-810l-squashfs-sysupgrade.bin"; + sha256 = "d356618a348812480a263b977dd3424efb2d7bb5e4b624e5490de8c0a984d5ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-810l" + ]; + titles = [ + { + title = "D-Link DIR-810L"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "67925ac2749ccb224a9caa459524892ecc02bc67accf744988c4ae538a59790d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "7dcd1707928ca13c470962dd66477fffddbcc66bda3b2c44a53751f1d6bf7eb5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + title = "D-Link DIR-510L"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "409244ea8d15966a57779076beefbdb8f1d9242a9576f3323147be5f7cabb59c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "b3e36b5ab52d30f18c030f5b33d80c4817f45b4b96999e6ab838cf1eaeb1a371"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + title = "D-Link DWR-116 A1/A2"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "060f103c97262b7ff286e18f818a17a25a8f7d592ddea3ed1da3a1aed416cc60"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "213bba9ce3d2f443149c81a94e2e4b6554a94a5b9065470caed8b2425fef295d"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + title = "D-Link DWR-118 A1"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "ea899fb3be3f7a2f6b6326bd5a34470c79fdc79dde589aaffc336b502389bcf0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "69e32b02ae7b52793298e322fbfc3fdc1b183bd84d130821e6e6836a39b5740d"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + title = "D-Link DWR-118 A2"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "bfbdda923be93a4bc37c64f2fc78bc04a130b8aef03036815cd0dacced2c0ea1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "73edac67d152499db8ba7d9aa3588efaf864c557481673e9cbb25112d9092ec4"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + title = "D-Link DWR-921 C1"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "4d190ee9c86b8b07dcf522ae99eabf7fc552d1cbcdc8568ee889f00730b0c1c8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "a71571a4adfeab52f762bc35bdd74c20546d95c1aaef0577a195cfdbbc20e46c"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + title = "D-Link DWR-921 C3"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "690ae32c5331d941418a592ed5c5a8a62106f35fad77ce4ed1d3aa07ac69e162"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "6a120354b94953498273ed53b59184619c2d2b9d31c2541f51390637b3a34be7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + title = "D-Link DWR-922 E2"; + } + ]; + }; + e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-e1700-squashfs-factory.bin"; + sha256 = "0d9fada7b446ecfe0a91ec51aab77ddbd347a185966db28cd75079d769ff33f6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-e1700-squashfs-sysupgrade.bin"; + sha256 = "68afa606720100595938b658432a9958df0535bbd5ba040ca534063d9f54c008"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700" + ]; + titles = [ + { + title = "Linksys E1700"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "5aa72682bfe0fe4682b55b4587a362d5bcb5067118123975fc3e6ef28c2e6996"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + title = "Edimax BR-6478AC V2"; + } + ]; + }; + ex3700-ex3800 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-ex3700-ex3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-ex3700-ex3800-squashfs-sysupgrade.bin"; + sha256 = "d083487e2013176143a69ef4c85a6514d8fc4c8594cb56a2a0e1fc67a7c5a29c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-ex3700-ex3800-squashfs-factory.chk"; + sha256 = "990076a4f306cc91a19439f3ad7e50b93d13c12733775843e75d31b2f5932561"; + type = "factory"; + } + ]; + supported_devices = [ + "ex3700" + ]; + titles = [ + { + title = "Netgear EX3700/EX3800"; + } + ]; + }; + gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-gl-mt300a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "d0dc7c74d2b2a21589cf61f2db0add841beaba44cb96f003f04366a11d757a3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300a" + ]; + titles = [ + { + title = "GL-Inet GL-MT300A"; + } + ]; + }; + gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-gl-mt300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "b2c7b8e1be5b55070adf1a52ccd22c80638de40529ff65319f3e97252fd8d6b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300n" + ]; + titles = [ + { + title = "GL-Inet GL-MT300N"; + } + ]; + }; + gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-gl-mt750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "cdc1133aecafd61633245097c80666ba9cb30858438b9a6d55d63c4daa88ccc7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt750" + ]; + titles = [ + { + title = "GL-Inet GL-MT750"; + } + ]; + }; + hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-hc5661"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-hc5661-squashfs-sysupgrade.bin"; + sha256 = "6e896d118d93abcab04cad63e06805abf32d330f6513781496e6a1dda378fe3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5661" + ]; + titles = [ + { + title = "HiWiFi HC5661"; + } + ]; + }; + hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-hc5761"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-hc5761-squashfs-sysupgrade.bin"; + sha256 = "4539bcf5fced6e40fe38cc161c2e9c6fadf88befba1ab246df828707d3c177c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5761" + ]; + titles = [ + { + title = "HiWiFi HC5761"; + } + ]; + }; + hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-hc5861"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-hc5861-squashfs-sysupgrade.bin"; + sha256 = "fadaae5968dd99fc20750b1fcc2bbf568adf6dec343ba1de4090729b98c06f2c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5861" + ]; + titles = [ + { + title = "HiWiFi HC5861"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "7f4bb978717bf379620eb44fda2307edb2a439fd8c81f1b9dc77fa2c06b0a66a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + title = "Head Weblink HDRM2000"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "e57688ae29684018924d4f4d0dda6c93e49ef461ab348cc7bfd1c0b23634a01f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "9779daa770dd9529a0937c13a404ef797a5b86a98b7f00a6a5e09de67f313b8f"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1167GR"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "2c8c22f64c8ee4c2b631e0502f6f7798f81f50bcdcd5c3124f3e9f8da666f594"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "4320313e41b83116d1adf2d12bae7406ee7c65091be71f74aa57f4152b98be2a"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + title = "I-O DATA WN-AC733GR3"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "78f190148e09d1091c048b23f48157c4f49ec4fb463b078360a9b03e3610e3cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + title = "Kimax U35WF"; + } + ]; + }; + kn_rc = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-kn_rc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-kn_rc-squashfs-factory.bin"; + sha256 = "daefab099a4e4a0736c9c07092484735223c58f9cfeae6dbd84d8faceeab7951"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-kn_rc-squashfs-sysupgrade.bin"; + sha256 = "b02f602cdbbffe9b2ea4941700f8c48563e8ac9c35db33df862814fe8cc66c6f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kn_rc" + ]; + titles = [ + { + title = "ZyXEL Keenetic Omni"; + } + ]; + }; + kn_rf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-kn_rf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-kn_rf-squashfs-sysupgrade.bin"; + sha256 = "04a8e86a906dc4758ecaea4fc2c1b467df36c48e1e0c2ce291c48e702ff7f0c3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-kn_rf-squashfs-factory.bin"; + sha256 = "301461578e87ae6371926f63cc562752d4317535b89b6afd4ce3dc7c45f13e12"; + type = "factory"; + } + ]; + supported_devices = [ + "kn_rf" + ]; + titles = [ + { + title = "ZyXEL Keenetic Omni II"; + } + ]; + }; + kng_rc = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-kng_rc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-kng_rc-squashfs-factory.bin"; + sha256 = "1ff59c36c5a9693ec7eac754788d7e365dae2ec9895cf1ef1d8bc6d1017d21c7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-kng_rc-squashfs-sysupgrade.bin"; + sha256 = "46969d9d256c0f1e6ab3d937fb230ae5fefa9a3e60d003b420f807d09ac5dadb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kng_rc" + ]; + titles = [ + { + title = "ZyXEL Keenetic Viva"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "c1ee2fcb0c27383d4e5d27c8ec1a88ed435ae8881e39ad9f8f2bdecf56bee850"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "5f09eb4ca7dd7ff8d5df66f1ee94d233705f600bb2335bee0aef0b30a7760d30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + title = "LAVA LR-25G001"; + } + ]; + }; + microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-microwrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-microwrt-squashfs-sysupgrade.bin"; + sha256 = "4d28fc197ec0a060f1ca54e3b591c53e9c0755301cb1a8756ba5a4521bf81330"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "microwrt" + ]; + titles = [ + { + title = "Microduino MicroWRT"; + } + ]; + }; + miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-miwifi-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "2f170d8427edbb9bd8813454c948de091fe14e462d529c19d8aca72b017b053e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miwifi-mini" + ]; + titles = [ + { + title = "Xiaomi MiWiFi Mini"; + } + ]; + }; + mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-mlw221"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-mlw221-squashfs-sysupgrade.bin"; + sha256 = "921cc7aacffd1e1594af0f47a4998f67e1e9fbcd33cb35c00c92337c6c12614e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mlw221" + ]; + titles = [ + { + title = "Kingston MLW221"; + } + ]; + }; + mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-mlwg2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-mlwg2-squashfs-sysupgrade.bin"; + sha256 = "6c1ff733c8058cdf59aff2276bad3cdc95ce52ebafbe4a8361a03192b57a7dce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mlwg2" + ]; + titles = [ + { + title = "Kingston MLWG2"; + } + ]; + }; + mt7620a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-mt7620a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-mt7620a-squashfs-sysupgrade.bin"; + sha256 = "2b8436a03e174f279ad7926effe23a94749375119d97e10650f2bdafa123644c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a" + ]; + titles = [ + { + title = "MediaTek MT7620a EVB"; + } + ]; + }; + mt7620a_mt7530 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-mt7620a_mt7530"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-mt7620a_mt7530-squashfs-sysupgrade.bin"; + sha256 = "1349a06f6d7d37e2257ce4c4128f0130875de89205ce7f83e2c80fffa1a85c52"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_mt7530" + ]; + titles = [ + { + title = "MediaTek MT7620a + MT7530 EVB"; + } + ]; + }; + mt7620a_mt7610e = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-mt7620a_mt7610e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-mt7620a_mt7610e-squashfs-sysupgrade.bin"; + sha256 = "58e4b47da5ff1f842c4a47a81ce447ade3973f18dbc308661a3a31e76b34396b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_mt7610e" + ]; + titles = [ + { + title = "MediaTek MT7620a + MT7610e EVB"; + } + ]; + }; + mt7620a_v22sg = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-mt7620a_v22sg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-mt7620a_v22sg-squashfs-sysupgrade.bin"; + sha256 = "142e4e92b03318f49f3539ba5573632fa7dd5887aedc5abe03481905b66ad6d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_v22sg" + ]; + titles = [ + { + title = "MediaTek MT7620a V22SG"; + } + ]; + }; + mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-mzk-750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "843b22d3dd08b08f85cbfd89b6a78d2f5cc58d1b232404025c65352262ba6550"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-750dhp" + ]; + titles = [ + { + title = "Planex MZK-750DHP"; + } + ]; + }; + mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-mzk-ex300np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "1a3c483755f6db2d32bcfa58934a223fc3035adddfb525f29ef33c97c5871df5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-ex300np" + ]; + titles = [ + { + title = "Planex MZK-EX300NP"; + } + ]; + }; + mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-mzk-ex750np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "841442f011cb886230c182d79eaab7c582c890aa7676e19b5d58d1f23b4db4cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-ex750np" + ]; + titles = [ + { + title = "Planex MZK-EX750NP"; + } + ]; + }; + na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-na930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-na930-squashfs-sysupgrade.bin"; + sha256 = "84796a815d292d0ec8a50fdbcd3ea56c341ae045e3b99ac5406e8ac40bb4cd88"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "na930" + ]; + titles = [ + { + title = "Sercomm NA930"; + } + ]; + }; + oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-oy-0001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-oy-0001-squashfs-sysupgrade.bin"; + sha256 = "1dad6e0c07b113cbf9ecd0492a49ec129e5e0e42a2807fe936911efd6b7884cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "oy-0001" + ]; + titles = [ + { + title = "Oh Yeah OY-0001"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "cda923d6a6ede5cbaadc044c07b538ebc008cf3fce32f548af5f7f91c711a481"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + title = "Phicomm K2G"; + } + ]; + }; + psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-psg1208"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-psg1208-squashfs-sysupgrade.bin"; + sha256 = "a7e421b6f6a2b11e39952fd1dfb88fc521bc3d10e8738b3ca7818d3362c67217"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1208" + ]; + titles = [ + { + title = "Phicomm PSG1208"; + } + ]; + }; + psg1218a = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-psg1218a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-psg1218a-squashfs-sysupgrade.bin"; + sha256 = "3bb36297b9f4530b08c9df61c4c22e88b7eb8054d56b4ec80e46b0aa8ba8deec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1218a" + "psg1218" + ]; + titles = [ + { + title = "Phicomm PSG1218 rev.Ax"; + } + ]; + }; + psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-psg1218b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-psg1218b-squashfs-sysupgrade.bin"; + sha256 = "92e6496bb00625c7b4305fb8530fae760fc0c62db68e6647b7864daf1e8dc004"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1218b" + "psg1218" + ]; + titles = [ + { + title = "Phicomm PSG1218 rev.Bx"; + } + ]; + }; + ravpower_wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-ravpower_wd03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-ravpower_wd03-squashfs-sysupgrade.bin"; + sha256 = "f75e608f76a01bb611164476b0d2df5f3279cd2eee03da50f164107821e5a151"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,wd03" + ]; + titles = [ + { + title = "Ravpower WD03"; + } + ]; + }; + rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-rp-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-rp-n53-squashfs-sysupgrade.bin"; + sha256 = "d5ef2b58a02f4d36ec19b46a73b21bddd9702a1275d0607a4767622f33afd4cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rp-n53" + ]; + titles = [ + { + title = "Asus RP-N53"; + } + ]; + }; + rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "5f44f9700a03fa0b973aa8a781cb9ceecb1bffa6ee80abee4433ff97f923e1c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-ac51u" + ]; + titles = [ + { + title = "Asus RT-AC51U"; + } + ]; + }; + rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-rt-n12p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "24bbd3fb74778ad6651d8ed23d950f707a249059abfa7382a134c63b95cf84f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n12p" + ]; + titles = [ + { + title = "Asus RT-N11P/RT-N12+/RT-N12Eb1"; + } + ]; + }; + rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-rt-n14u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "67482e7101b42655ace69a87fdf3cceeeb1f55db9938cd611d0603ac86462cae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n14u" + ]; + titles = [ + { + title = "Asus RT-N14u"; + } + ]; + }; + tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-tiny-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "39df5e9167fd5bf875881a5a11fe4acfce5801ab9bc84c6bf3e74a96b4ec4835"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tiny-ac" + ]; + titles = [ + { + title = "Dovado Tiny AC"; + } + ]; + }; + tplink_c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-tplink_c2-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-tplink_c2-v1-squashfs-sysupgrade.bin"; + sha256 = "3a1d9bd56b30983d36b38db8921c7e91b5b5827db3b2c9a0f0cffc7f31cf8112"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c2-v1" + ]; + titles = [ + { + title = "TP-Link Archer C2 v1"; + } + ]; + }; + tplink_c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-tplink_c20-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-tplink_c20-v1-squashfs-sysupgrade.bin"; + sha256 = "7d33c266a2bc2e333ca7d84a158a20e8355ea7c38964df4736a5469d914227b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c20-v1" + ]; + titles = [ + { + title = "TP-Link ArcherC20 v1"; + } + ]; + }; + u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-u25awf-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "84a3f02c694b0ece39d110359f9c4d16fd40b9291a158088e00cb862c1a6c7b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "u25awf-h1" + ]; + titles = [ + { + title = "Kimax U25AWF-H1"; + } + ]; + }; + we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-we1026-5g-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "1c26e4e700cc2d7203eef7a7fd93a21f0776db870218feb9c3f71beea7fffa1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "we1026-5g-16m" + "we1026-5g-16m" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE1026-5G (16M)"; + } + ]; + }; + whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-whr-1166d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "c38f35bf8ce114be30cb75f80722d54500560015811ca7fa2f3a6c0297fed1da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-1166d" + ]; + titles = [ + { + title = "Buffalo WHR-1166D"; + } + ]; + }; + whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-whr-300hp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "114ca46d3c2911f6698eb7423e5ed80552080ed0b8108b7f5b82d54db44c2af0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-300hp2" + ]; + titles = [ + { + title = "Buffalo WHR-300HP2"; + } + ]; + }; + whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-whr-600d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-whr-600d-squashfs-sysupgrade.bin"; + sha256 = "804fdbb0292b79672e8a98e0e22f753992cf114a6cf4d07686fd8942505c3f98"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-600d" + ]; + titles = [ + { + title = "Buffalo WHR-600D"; + } + ]; + }; + wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-wmr-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-wmr-300-squashfs-sysupgrade.bin"; + sha256 = "9810623353e7a476f2eecfd8063aa106d51ab586add38ff2130c3fd6cc8a0dff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wmr-300" + ]; + titles = [ + { + title = "Buffalo WMR-300"; + } + ]; + }; + wn3000rpv3 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-wn3000rpv3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-wn3000rpv3-squashfs-factory.bin"; + sha256 = "6664ff183a6ef91e76e05eeac8ba4144f15d4da5ee32b81503f651c3664b2311"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-wn3000rpv3-squashfs-sysupgrade.bin"; + sha256 = "e2e2e490df04147102a74763afd8e4117c4f322d7dd74d637cd7aaae1aa47267"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wn3000rpv3" + ]; + titles = [ + { + title = "Netgear WN3000RPv3"; + } + ]; + }; + wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "b3efb34823c5dc4063732df81f69e5fed08583d000031dd8b580628ec498b0fb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-wrh-300cr-squashfs-factory.bin"; + sha256 = "18e1ad755fc5c35727b10b9a6300977956e0d51c75c63a9bf5e70c3fcbfa59d9"; + type = "factory"; + } + ]; + supported_devices = [ + "wrh-300cr" + ]; + titles = [ + { + title = "Elecom WRH-300CR"; + } + ]; + }; + wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-wrtnode"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-wrtnode-squashfs-sysupgrade.bin"; + sha256 = "cdcf923c50d1d5459704a802b7dfc8d4923d64ae3eb319d6821af5c7b5a9ada3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode" + ]; + titles = [ + { + title = "WRTNode"; + } + ]; + }; + wt3020-8M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-wt3020-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-wt3020-8M-squashfs-factory.bin"; + sha256 = "4ac24121bfafd76ff34f1acc19190e3cd6c5389584412b0d361645988acbd864"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-wt3020-8M-squashfs-sysupgrade.bin"; + sha256 = "cfd7bb0b5672bac8cb800de4ba786578fd73bdf95ce8f9783c6f6c72e0319c2e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wt3020-8M" + "wt3020" + ]; + titles = [ + { + title = "Nexx WT3020 (8MB)"; + } + ]; + }; + y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-y1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-y1-squashfs-sysupgrade.bin"; + sha256 = "9d9349f546140177702e2e711941a5d213ea181ae1de36bfdd2fe48cff31ddc5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "y1" + ]; + titles = [ + { + title = "Lenovo Y1"; + } + ]; + }; + y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-y1s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-y1s-squashfs-sysupgrade.bin"; + sha256 = "f77e94672f0922214a083619f56c4cf38285a8fab60fb8c3c6e3d291f7c3734e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "y1s" + ]; + titles = [ + { + title = "Lenovo Y1S"; + } + ]; + }; + youku-yk1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-youku-yk1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-youku-yk1-squashfs-sysupgrade.bin"; + sha256 = "4fc30433e6a9c7864f62c45a4ac9bb69a3bd81bd984a0f5db1937d61a7f0b5b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku-yk1" + ]; + titles = [ + { + title = "YOUKU YK1"; + } + ]; + }; + zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-zbt-ape522ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "f7bd3df7b4196be898b6f5c7e78da00989b4934bd7af75885601ec0d68222890"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-ape522ii" + ]; + titles = [ + { + title = "Zbtlink ZBT-APE522II"; + } + ]; + }; + zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-zbt-cpe102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "9d0de5454b363a1e84815c1c53e18013cc2261ddb957d57dfafee1ca812bf26e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-cpe102" + ]; + titles = [ + { + title = "Zbtlink ZBT-CPE102"; + } + ]; + }; + zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-zbt-wa05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "bb92ea775764c0a1cd19938224c03f33c3267ebf1cef374076dcf4a8f05e7e63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wa05" + ]; + titles = [ + { + title = "Zbtlink ZBT-WA05"; + } + ]; + }; + zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-zbt-we2026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "ded769bea2341ba24e69e1915139ca6a4f93a1ca1f0b52cd65afd26b3562d347"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we2026" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE2026"; + } + ]; + }; + zbt-we826-16M = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-zbt-we826-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-zbt-we826-16M-squashfs-sysupgrade.bin"; + sha256 = "a2e4ae958d7c38bf9fac984f6c40b5358e08975381d2e5133cd9178100cb0443"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we826-16M" + "zbt-we826" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826 (16M)"; + } + ]; + }; + zbt-we826-32M = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-zbt-we826-32M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-zbt-we826-32M-squashfs-sysupgrade.bin"; + sha256 = "fefc9c24f4c00b03b8927603e0985556868634a095e1887d84cfd3fb04239e0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we826-32M" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826 (32M)"; + } + ]; + }; + zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-zbt-wr8305rt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "9b8056161a87a30db4be6740c2b36e3e2cc2e9634ec8245ed6f46e1160253981"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wr8305rt" + ]; + titles = [ + { + title = "Zbtlink ZBT-WR8305RT"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "d7af4a4341b00652a088c6b6e9a73e9de30a528915f2e5abe44c58e709bfe9e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826-E"; + } + ]; + }; + zte-q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7620-zte-q7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7620-zte-q7-squashfs-sysupgrade.bin"; + sha256 = "ad57774f374fb905e240d30faf48405b244bed475d7386bac3f97918cad6e658"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte-q7" + ]; + titles = [ + { + title = "ZTE Q7"; + } + ]; + }; + }; + target = "ramips/mt7620"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + "11acnas" = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-11acnas"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-11acnas-squashfs-sysupgrade.bin"; + sha256 = "f40e92d33b74745dd93b017782cc32bf521c7f301a12b70635533622b9a159a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "11acnas" + ]; + titles = [ + { + title = "WeVO 11AC NAS Router"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "b196ca88e33d934f275f4a4658a0d0de72e4bec644a92212b6ce35633a0d9b40"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + ]; + titles = [ + { + title = "ALFA Network Quad-E4G"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "d14ca3f9366b2c1195283bbafbdd54c8d6c3601de0b8beea25477cb300b472ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + title = "ASUS RT-AC57U"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "aecff4fc67b3940b05c7b7527fdfbde4c6b930c334e5095110f453c4e3d0579a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + title = "Newifi D2"; + } + ]; + }; + dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-dir-860l-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-dir-860l-b1-squashfs-factory.bin"; + sha256 = "2bc35ca818e7f55fccbcddf8a2816b7d49d0bbf07362b795bf18a1973bfdfc8e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "8a8e33d09c63945236eccd2dc48eca1ddee8849f26112485036ae27ca6478488"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-860l-b1" + ]; + titles = [ + { + title = "D-Link DIR-860L B1"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "f1a6607e8ad7a8fa686bd5af736198201ffe629eb39dfa09a717701892137553"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "cb6fe1da2d4265ba37e95315c3ffef4db4866e61b022426101c9e7e0e183cb4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + title = "ELECOM WRC-1167GHBK2-S"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "17fe51250e87c80540c97f6c438c488851da621beda5dda780b1171956dcecb9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "f36e6b64c820cf0026cbf8c31582d1d754dc0e989c12c8ac7f9ed96f73bcb22c"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + title = "ELECOM WRC-1900GST"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "cb888bac377ca247175516218d77a152278c41ddd327f8c5f46f07acfaadb6a6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "83d0e95811f4fba60e2e11e2907f2f0efcdcc40a1f56f2c7ee4d797e10dd32df"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + title = "ELECOM WRC-2533GST"; + } + ]; + }; + ew1200 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-ew1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-ew1200-squashfs-sysupgrade.bin"; + sha256 = "b050747c8f1c79f5083e0490b99be2f5e2c289f56cca316fc9ecf0f4f88b9fc0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ew1200" + ]; + titles = [ + { + title = "AFOUNDRY EW1200"; + } + ]; + }; + firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-firewrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-firewrt-squashfs-sysupgrade.bin"; + sha256 = "4c689e69e0e395638701a3269bf2091d01d8b2f95be5fdffd4e5d3fff1c3f05a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "firewrt" + ]; + titles = [ + { + title = "Firefly FireWRT"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "9872efbde0420721f0d1ecf634ef221a8ad10868223229593c7d2c547ed5b5ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + title = "GnuBee Personal Cloud One"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "fbc60711c39f2b638d7024fd26a291959f37a3dc0cc57aa08899675d1db257ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + title = "GnuBee Personal Cloud Two"; + } + ]; + }; + hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-hc5962"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-hc5962-squashfs-sysupgrade.bin"; + sha256 = "19674a917e0c3d2ebc401ff25ea49b36fa2b3bebadd40a89c6a63c101318301c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-hc5962-squashfs-factory.bin"; + sha256 = "7caaf1cb0b4e12a93635c9939888e56edf03f5bfc6f2bfb40323ac0764b2eca2"; + type = "factory"; + } + ]; + supported_devices = [ + "hc5962" + ]; + titles = [ + { + title = "HiWiFi HC5962"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "c1678449afafa6938aa30770d29fdb411474f3afef8cd2720f022ea56085705d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + title = "I-O DATA WN-AX1167GR"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "b38eff5bef30078743952811ad308e4bb25370cbbc79936f6c3e9efbcce37643"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + title = "I-O DATA WN-GX300GR"; + } + ]; + }; + k2p = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-k2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-k2p-squashfs-sysupgrade.bin"; + sha256 = "791daadd95100125cdec029fa0daaf496e9c46d8ec731c5db3b1f0df5cb410a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "k2p" + ]; + titles = [ + { + title = "Phicomm K2P"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "e9a88158848401a84aae2e3378a14720b78e76540b92b5077a1b6766aa6ac3ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + title = "Mediatek AP-MT7621A-V60 EVB"; + } + ]; + }; + mikrotik_rb750gr3 = { + device_packages = [ + "kmod-usb3" + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-mikrotik_rb750gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-mikrotik_rb750gr3-squashfs-sysupgrade.bin"; + sha256 = "ff5a970ffaeee6ac43499b59ac45e178b6d37c602605a384eeeb6d1dfa4cf4d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rb750gr3" + ]; + titles = [ + { + title = "MikroTik RouterBOARD RB750Gr3"; + } + ]; + }; + mikrotik_rbm11g = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-mikrotik_rbm11g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-mikrotik_rbm11g-squashfs-sysupgrade.bin"; + sha256 = "99eb8de9f46833df33fa2a15345b038d3150233e5f09a77afb4af1c860dcb04b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rbm11g" + ]; + titles = [ + { + title = "MikroTik RouterBOARD M11G"; + } + ]; + }; + mikrotik_rbm33g = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-mikrotik_rbm33g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-mikrotik_rbm33g-squashfs-sysupgrade.bin"; + sha256 = "d32e65c7bd14c249b69d837df2bdb717ca0d8b4d7df12a2379cd4895e9f1d02d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rbm33g" + ]; + titles = [ + { + title = "MikroTik RouterBOARD M33G"; + } + ]; + }; + mqmaker_witi-256m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-mqmaker_witi-256m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-mqmaker_witi-256m-squashfs-sysupgrade.bin"; + sha256 = "9011b40b909ef2be5fa3634e8f535c5f971d6f34ec86d414b2d82d847a1870f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi-256m" + "witi" + ]; + titles = [ + { + title = "MQmaker WiTi (256MB RAM)"; + } + ]; + }; + mqmaker_witi-512m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-mqmaker_witi-512m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-mqmaker_witi-512m-squashfs-sysupgrade.bin"; + sha256 = "9d57528b581259e37743e31b679066ece59621dcdc97467c63d655dc2a07f2de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi-512m" + ]; + titles = [ + { + title = "MQmaker WiTi (512MB RAM)"; + } + ]; + }; + mt7621 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-mt7621"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-mt7621-squashfs-sysupgrade.bin"; + sha256 = "16d27258364ccca24e4d7b9ccbde26094e1fa0f0a499733ab04c5ad2d9d8b747"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7621" + ]; + titles = [ + { + title = "MediaTek MT7621 EVB"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "d7ec82f80cac5ae03e1786542beba3841f2eeb641f8aa4ae2644f342a0b982c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + title = "MTC Wireless Router WR1201"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "2bbffe6ec3b9c964099ca040d52435ddc11f4265853fe870a156baa86728f345"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "5d573d50ec3a1e5cd7429535fadd928004f5df7c4bbd923ed185b80092d25f43"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + title = "Netgear EX6150"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "e63d09911cd891db8dd64e8663051a1bfd8a86bea03d47f3153fa6c4d88bd30d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "74519b29bbcef74bce75e106200d4b86f56fdc1558545d126d8f99d2928ff131"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "9eb461fff3ffe24b6b8550032db34588165d4cb2378aef2fd65dffa9fd7c1e02"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "41b5157eeceed44ea57e498efd71d18e7a71837088e5104157253b248a04d52a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + title = "Netgear R6350"; + } + ]; + }; + newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-newifi-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "7f6887bc334d346d8a41c1240f1b5d84dbfb657cf7a1dc46fe88f21e77ba6a48"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "newifi-d1" + ]; + titles = [ + { + title = "Newifi D1"; + } + ]; + }; + pbr-m1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-pbr-m1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "1498786e47613a06918474ed1447f9e3438bd3d69e85a42c7452b8138455ee9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pbr-m1" + ]; + titles = [ + { + title = "PBR-M1"; + } + ]; + }; + r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-r6220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-r6220-squashfs-factory.img"; + sha256 = "e51e2b38e008fe8633c482e91042ba9d652306d52ce9c6bc26c979c4060c76a5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-r6220-squashfs-sysupgrade.bin"; + sha256 = "c2199bce5acd5c593e02dea8c40a7d2b0f4388a2fbdb88688d77898186b8f8b1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-r6220-squashfs-rootfs.bin"; + sha256 = "88742e855908adc6090e47cac8d6ca63b712447506f0c90ce39b64c9ec5fe753"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-r6220-squashfs-kernel.bin"; + sha256 = "4286dbdc880ebb12ceb224fb88c4769cb4f80e60e0bcccfaaadfc05b93a6291e"; + type = "kernel"; + } + ]; + supported_devices = [ + "r6220" + ]; + titles = [ + { + title = "Netgear R6220"; + } + ]; + }; + re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-re350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-re350-v1-squashfs-sysupgrade.bin"; + sha256 = "0a3087c646cc905dc206831ea3649f7e67d5ed38a6fea31d03a89823159dbf83"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-re350-v1-squashfs-factory.bin"; + sha256 = "5b749d0b941b3c0e36db41d6886bb370836429b00704fc9e745fb79713e4eb0b"; + type = "factory"; + } + ]; + supported_devices = [ + "re350-v1" + ]; + titles = [ + { + title = "TP-LINK RE350 v1"; + } + ]; + }; + re6500 = { + device_packages = [ + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-re6500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-re6500-squashfs-sysupgrade.bin"; + sha256 = "c3f5df14b631e85cd440a54a48e5a54cc60c336d897d41ce1e3db62197cbf692"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "re6500" + ]; + titles = [ + { + title = "Linksys RE6500"; + } + ]; + }; + sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-sap-g3200u3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "abaf59c823da52b4554f18492a64b6d36c8677cbf1ef5cb684f79ab4ef5281b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sap-g3200u3" + ]; + titles = [ + { + title = "STORYLiNK SAP-G3200U3"; + } + ]; + }; + sk-wb8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-sk-wb8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-sk-wb8-squashfs-sysupgrade.bin"; + sha256 = "26017c6a227cd5c6107caa6f28eb9e102bce12dd3e8007705669b1d79b172dd4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sk-wb8" + ]; + titles = [ + { + title = "SamKnows Whitebox 8"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "63485a296adbf44487c5eea34993cbfbdf62639c03c34fb62a042086abcc0366"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + title = "Telco Electronics X1"; + } + ]; + }; + timecloud = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-timecloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-timecloud-squashfs-sysupgrade.bin"; + sha256 = "e91eeaa6bc8f6b6a751d6e96cfc3e963126cf9149e6a75180292c7d2ec1f8cfb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "timecloud" + ]; + titles = [ + { + title = "Thunder Timecloud"; + } + ]; + }; + ubnt-erx = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-ubnt-erx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-ubnt-erx-squashfs-sysupgrade.bin"; + sha256 = "bdbc39358555d861f9442f54c10e0b026314247b6faa8176d79e037c72112b80"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + title = "Ubiquiti EdgeRouter X"; + } + ]; + }; + ubnt-erx-sfp = { + device_packages = [ + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-i2c-gpio-custom" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-ubnt-erx-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-ubnt-erx-sfp-squashfs-sysupgrade.bin"; + sha256 = "42c0ddc1de66e450c66ef6c1882b3d7e1661b982a2c2ea0bcae3fb49d884842e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt-erx-sfp" + "ubiquiti,edgerouterx" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + title = "Ubiquiti EdgeRouter X-SFP"; + } + ]; + }; + unielec_u7621-06-256m-16m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-unielec_u7621-06-256m-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-unielec_u7621-06-256m-16m-squashfs-sysupgrade.bin"; + sha256 = "faa8bce76374b1409c0d3f9c7ca0d624209c90a7205104a445c54bbbea92163d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-256m-16m" + "u7621-06-256M-16M" + ]; + titles = [ + { + title = "UniElec U7621-06 (256M RAM/16M flash)"; + } + ]; + }; + unielec_u7621-06-512m-64m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-unielec_u7621-06-512m-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-unielec_u7621-06-512m-64m-squashfs-sysupgrade.bin"; + sha256 = "d8cf5790e151094e986308c85c4b0318905a424826d3f9847382016a10fed639"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + title = "UniElec U7621-06 (512M RAM/64M flash)"; + } + ]; + }; + vr500 = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-vr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-vr500-squashfs-sysupgrade.bin"; + sha256 = "fdf306b3a8d6b8befdf04e08b0b2f25ecc9f5bfa02a1d436ea6b8f2e4663720d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vr500" + ]; + titles = [ + { + title = "Planex VR500"; + } + ]; + }; + w2914nsv2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-w2914nsv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-w2914nsv2-squashfs-sysupgrade.bin"; + sha256 = "15d36c705aeb3ac8e4baf2f275445f66243653f3431761ab6d6aefecc9f41f47"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w2914nsv2" + ]; + titles = [ + { + title = "WeVO W2914NS v2"; + } + ]; + }; + wf-2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-wf-2881"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-wf-2881-squashfs-sysupgrade.bin"; + sha256 = "f5fcfaee743e172f58c24372be793225af4b7829c95f1149a0938d2eeb171164"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wf-2881" + ]; + titles = [ + { + title = "NETIS WF-2881"; + } + ]; + }; + wndr3700v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-wndr3700v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-wndr3700v5-squashfs-sysupgrade.bin"; + sha256 = "2f89c194c35821b5e5fcd384cba30544ac8a6b8ca15620391571bc57ac58c760"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-wndr3700v5-squashfs-factory.img"; + sha256 = "af2761d6f305adf51a53a09d302db298623c259b18f486e40bac3c6d0c55a626"; + type = "factory"; + } + ]; + supported_devices = [ + "wndr3700v5" + ]; + titles = [ + { + title = "Netgear WNDR3700v5"; + } + ]; + }; + wsr-1166 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-wsr-1166"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-wsr-1166-squashfs-sysupgrade.bin"; + sha256 = "dbdc0935bccdb473155267b940e9586590d8d27c3b7ed9d583e08a63d20067b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wsr-1166" + ]; + titles = [ + { + title = "Buffalo WSR-1166"; + } + ]; + }; + wsr-600 = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-wsr-600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-wsr-600-squashfs-sysupgrade.bin"; + sha256 = "6cf1f8cb238e3f2178d6f2bbf8f32fb9d1e52df9820f37cc0a4ddec464cc4360"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wsr-600" + ]; + titles = [ + { + title = "Buffalo WSR-600"; + } + ]; + }; + xiaomi_mir3g = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-xiaomi_mir3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-xiaomi_mir3g-squashfs-kernel1.bin"; + sha256 = "3b2462f58ae91f51e326f5473cf3dc33d5b051e17cd98f852e67524127969d3e"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-xiaomi_mir3g-squashfs-sysupgrade.bin"; + sha256 = "977bbf79b928e2660f09bf4517b63adb6c68ff38faef01636f69c38dc52c1f3a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-xiaomi_mir3g-squashfs-rootfs0.bin"; + sha256 = "b68d20f51a323ba52e3e74b432fb7b7b38598d70264264df2f836bb6469063da"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mir3g" + "R3G" + "mir3g" + ]; + titles = [ + { + title = "Xiaomi Mi Router 3G"; + } + ]; + }; + xiaomi_mir3p = { + device_packages = [ + "kmod-mt7615e" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-xiaomi_mir3p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-xiaomi_mir3p-squashfs-sysupgrade.bin"; + sha256 = "b15491fda244028bf2b66a9d7371607d30c88a253ef3b318c2696e4aa27e242e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-xiaomi_mir3p-squashfs-factory.bin"; + sha256 = "a6d3fd5051227d71b21c1fc186a21b88d792b650380b264ad3f85477a53e1445"; + type = "factory"; + } + ]; + supported_devices = [ + "xiaomi,mir3p" + ]; + titles = [ + { + title = "Xiaomi Mi Router 3 Pro"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "266be1f9cead38c2d2e18f313ba9bd314a050680ae25b45d62710a7bd4ad6821"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + title = "CreativeBox v1"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "3750723d07515e1a33684cccbbd18ae01b906c7faa1603ea4051fc4cf6d96ff1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + title = "YouHua WR1200JS"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "92ef4950a57054b0d5b2d192955f76f972412e04a155fdcc49b0395445a7a9ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + title = "Youku YK-L2"; + } + ]; + }; + zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-zbt-we1326"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "f4ebee1e8ffe5cce354ea9906c051dddae14f3036e346458578ce76cfef094ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we1326" + ]; + titles = [ + { + title = "ZBT WE1326"; + } + ]; + }; + zbt-wg2626 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-zbt-wg2626"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "b7449de71e3b88aec115b3fedaf3d0d91ee3d86a914be16e800f0f8f786397a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg2626" + ]; + titles = [ + { + title = "ZBT WG2626"; + } + ]; + }; + zbt-wg3526-16M = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-zbt-wg3526-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-zbt-wg3526-16M-squashfs-sysupgrade.bin"; + sha256 = "80aeb3e18d2a62c56aca3c7e0d5806fe86c3ac0cbb796e48758ebd5ca59e817b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg3526-16M" + "zbt-wg3526" + ]; + titles = [ + { + title = "ZBT WG3526 (16MB flash)"; + } + ]; + }; + zbt-wg3526-32M = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-zbt-wg3526-32M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-zbt-wg3526-32M-squashfs-sysupgrade.bin"; + sha256 = "fbaee919dbc7d1538b5b818339bede3b975c9c5c86903b49b66fcd14d5de7840"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg3526-32M" + "ac1200pro" + ]; + titles = [ + { + title = "ZBT WG3526 (32MB flash)"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "0972be0286dcb67632d358401a981c752c67f011385a8117dccc6cd6a31edb3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + title = "ZBT WE3526"; + } + ]; + }; + }; + target = "ramips/mt7621"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-mt7603" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + LinkIt7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-LinkIt7688"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-LinkIt7688-squashfs-sysupgrade.bin"; + sha256 = "008c435ac7a728009f7978aef956509e6de55f5eae42e2bf77b5809543ca0b0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + title = "MediaTek LinkIt Smart 7688"; + } + ]; + }; + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "7f9443bca9cdfb016dd9f6106bf9fde397b7182a17b5a1c3b6acc52dc16b1bb7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + ]; + titles = [ + { + title = "ALFA Network AWUSFREE1"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "1442f138bf21afa6f3ac07482841446902a87516e38119a621d129127687edd2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "b1f589ed3b97d2aba144abbe38d0e7fde36124e744d40aeb3773aa05a1ba34a2"; + type = "factory"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + title = "Cudy WR1000"; + } + ]; + }; + duzun-dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-duzun-dm06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-duzun-dm06-squashfs-sysupgrade.bin"; + sha256 = "c54f271952840d740530c9184683113278c7700dd1f526cb7b150aae743a1711"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "duzun-dm06" + ]; + titles = [ + { + title = "DuZun DM06"; + } + ]; + }; + gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-gl-mt300n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "b999d649c0e5ea3bbff41eb14b43e910f2745e9ccd6e49c2dd112a18a639ee1b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300n-v2" + ]; + titles = [ + { + title = "GL-iNet GL-MT300N-V2"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "b7cf8f1cffb8ba0e1aa5b5112546f2b4945c11270816e923114c05f1faceb11e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + title = "GL.iNet VIXMINI"; + } + ]; + }; + hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-hc5661a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-hc5661a-squashfs-sysupgrade.bin"; + sha256 = "6e0a7e9295b0053e3e4bebc10466508d6b8063c94ed5baf1e5cd1c006f5cdd7a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5661a" + ]; + titles = [ + { + title = "HiWiFi HC5661A"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "defb5a3b13581b4b2372896cbbcb2c0b47daf355e34029cef554873ade214bb9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + title = "HILINK HLK7628N"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "73ea8bbfd874b23df10478356d595d17164567d67a2bf1c5dfcde2e9c55c2475"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + title = "HiWiFi HC5861B"; + } + ]; + }; + mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-mac1200r-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "d6d204f800d7f4c827fa747c6bbeb7c768d3fec1612dc1707a40e48f562d19fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mac1200rv2" + ]; + titles = [ + { + title = "Mercury MAC1200R v2.0"; + } + ]; + }; + miwifi-nano = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-miwifi-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "15492b967a546f26ec6ef00f45af1f47a1d3cc6b567f48b803ee5dcbf27bdecc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miwifi-nano" + ]; + titles = [ + { + title = "Xiaomi MiWiFi Nano"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "c283ce1355cd39ad6a7c3d0e9274b4d63d465b3cb13f3821c9adb969ccd74e59"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "95c059db072d60eb600cf80167b71748fabb790837abf43f6517cfaffa3e080e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + title = "Netgear R6120"; + } + ]; + }; + omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-omega2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-omega2-squashfs-sysupgrade.bin"; + sha256 = "4ea791ea2c9f4eaba894b705658303872418ac829cf8039b11b341e2e5d7ab1d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omega2" + ]; + titles = [ + { + title = "Onion Omega2"; + } + ]; + }; + omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-omega2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-omega2p-squashfs-sysupgrade.bin"; + sha256 = "81c5462d0adfc5ed319c90dae02b8423215911fe33032486d7d217a3b8b0e815"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omega2p" + ]; + titles = [ + { + title = "Onion Omega2+"; + } + ]; + }; + pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-pbr-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "2a80a1e7bef9ba207d9b87b5279bc18ca0fa30fb2b59b29918aef0749a64ca13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pbr-d1" + ]; + titles = [ + { + title = "PBR-D1"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "3448d6e13a93d512dba675f1e171e68e5930c33bf262bdfc767fa3d305e5433f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + title = "Rakwireless RAK633"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "8ee3026bffbb2a3ca98230f4870a4f26261e80d5e5e61168882cc99724a57924"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + title = "Skylab SKW92A"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "3895f9c946de92d00a90e2f4789880ff37ae040299b3a9f612e3873b3d694966"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + title = "Tama W06"; + } + ]; + }; + tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-tl-wr840n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "9ef165e01bfbebd30a39c7821d6d4e09c54fedd461e9de36331b49127fe3bd28"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "0d6601c3d3afe43e4647a9884699669a1e296954ededbd062248cd3dce990a4d"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tl-wr840n-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR840N v4"; + } + ]; + }; + tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-tl-wr841n-v13"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "ee6359db7a516ded13692eea0a66d0f023c53402cf51c19c831fb9210ef5ddc3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "0c26ed4ea64c54602c71969f71deec94cebabc12e717f6a5d7a9088fe4e5e1f8"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tl-wr841n-v13" + ]; + titles = [ + { + title = "TP-Link TL-WR841N v13"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "87ffbfc47065c20847a5e573462b861cbc8da4c5c1af0d2050ad8d33f2fb1570"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + title = "TOTOLINK LR1200"; + } + ]; + }; + tplink_c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-tplink_c20-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_c20-v4-squashfs-sysupgrade.bin"; + sha256 = "ee0520e6c32415790507214db49082b4af4bb2263c438cc37047283c8562a932"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "a51c31e135e3972650c36368d40e7f4b0b328b5206abb6aa67f2d6258aac2d0f"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,c20-v4" + ]; + titles = [ + { + title = "TP-Link ArcherC20 v4"; + } + ]; + }; + tplink_c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-tplink_c50-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "6698c6c96007f257f5ceede4d06461f770af446a32c1f28b7b5fe324e781a26e"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_c50-v3-squashfs-sysupgrade.bin"; + sha256 = "87fc0b4b8d1a12a7c94ba69a3df08999f05dc3b9d259eb6a83b50ef18d0e6b4e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c50-v3" + ]; + titles = [ + { + title = "TP-Link ArcherC50 v3"; + } + ]; + }; + tplink_c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-tplink_c50-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_c50-v4-squashfs-sysupgrade.bin"; + sha256 = "8b3b0d6bb445e286f78eeb7c38962f3c2a983a4c8050a81e6a6512a9e7bff9a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c50-v4" + ]; + titles = [ + { + title = "TP-Link ArcherC50 v4"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "d59cc04e15e1a69d193f787cc323bcc97dbc6324935939965e71df7aa73e61b4"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "bd187d0ecaa626ac20dde3cabb52edcc8b5766cb9c6be58c959c3cd82d2de1c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + title = "TP-Link TL-MR3020 v3"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "352b8146df1f535accee2524b8bd7c53b4f1daa1a9696b9c806787a5255eccea"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "4efe34007d36ebc0dc25ef0b2e5718a7fed956e072d72a9b2a16c65b66719765"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + title = "TP-Link TL-MR3420 v5"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "21d29ca5a82f7e0113c5badaa90b0cb798c850af4861e6809e868171093eaeab"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "789f31a6f8aa01d8023bfc4e8300947d3011c89a5696e3dadc42ad8fdc95ff1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + title = "TP-Link TL-WA801ND v5"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "fa72b253272c6ebe4b4833bdb21e8d1131a91621089cdad85ae2e10ada0a4b97"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "24193f17a118838f341e571b0d1ec92bbe9553d7f4af884a7e9ab276d121a892"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR802N v4"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "7148bc474ac75bd415a39de804413cc8da314f29c8db6cc4de95788fda764988"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "5f4c56eeef8048036899cb55a60c1c2a9e1137c928c503953d8aa0d673e41e8f"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + title = "TP-Link TL-WR842N v5"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "a043b4bddc21d7cb11a8500c38456d04dcf4be0519f26cd16885e3af05a98f91"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "122cb56537e044cdade8a1ccfc0486a4069655fdea89dd9de1ca40645224380c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + title = "TP-Link TL-WR902AC v3"; + } + ]; + }; + u7628-01-128M-16M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-u7628-01-128M-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-u7628-01-128M-16M-squashfs-sysupgrade.bin"; + sha256 = "b3a442c6ceb9e2d12f2927605eca5237f59d2d818f39fa2a675edb4ecc8629a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "u7628-01-128M-16M" + ]; + titles = [ + { + title = "UniElec U7628-01 (128M RAM/16M flash)"; + } + ]; + }; + vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-vocore2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-vocore2-squashfs-sysupgrade.bin"; + sha256 = "de8ac95171a052190ddb261e7708eef62d3885cdbcbe97900419194decdd475b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore2" + ]; + titles = [ + { + title = "VoCore VoCore2"; + } + ]; + }; + vocore2lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-vocore2lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-vocore2lite-squashfs-sysupgrade.bin"; + sha256 = "d69661471f8ec430ae42512580526e1a536202c6a2a139523720603f52d4304d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore2lite" + ]; + titles = [ + { + title = "VoCore VoCore2-Lite"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "c1336898b023d3be836d90a31ba7ce4dc846e1f686399425627c5dc2c33208f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + title = "Wavlink WL-WN570HA1"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "2058aa6d2136d46cbc553d4f878e9f8191a7eb217015aee92df60527ec451333"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + title = "Wavlink WL-WN575A3"; + } + ]; + }; + wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-wcr-1166ds"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-wcr-1166ds-squashfs-factory.bin"; + sha256 = "f94098a14eb76aacd77b4a8bca7650177d6c08ab219825e4cf78911aeedc7d1e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "fe2bc1ece19c0aa0b16c8442e0e24599d4436b3c481c90c0564f32122b1c8dea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wcr-1166ds" + ]; + titles = [ + { + title = "Buffalo WCR-1166DS"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "f2495879f114cada862f81a315b345e69b25ae38eb4bb948596e0c2e78cf06b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + title = "Widora-NEO (16M)"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "5c8befe041013e1e318d4dc7a2e0672e59ba226eec293895fcebf8438d1f6218"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + title = "Widora-NEO (32M)"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "6aff7bcf0b8e0fcb6810675891ee5412b2878fe4d1e31617638d43ffbe2f6a80"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + title = "WIZnet WizFi630S"; + } + ]; + }; + wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-wrtnode2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "119e6cc1ac76b8d6af7600ee198c78c29d23f9b476928e6c0f34ff4d60e6adec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode2p" + ]; + titles = [ + { + title = "WRTnode 2P"; + } + ]; + }; + wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-wrtnode2r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "f5fd5e0cdbcc9ece52f0c540ebcbd21415071acc03f88726a9ce86a5739aa444"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode2r" + ]; + titles = [ + { + title = "WRTnode 2R"; + } + ]; + }; + xiaomi_mir4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-xiaomi_mir4a-100m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-xiaomi_mir4a-100m-squashfs-sysupgrade.bin"; + sha256 = "752fde19a0e5dc0cdd0bd697593da79a42584863c70728a8b30804c3413e4be9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mir4a-100m" + ]; + titles = [ + { + title = "Xiaomi Mi Router 4A (100M Edition)"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "06f306daf0a766cab94d4396846c2c3e331021a62f4ac93a8c9730e7314c1958"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + title = "ZBTlink ZBT-WE1226"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "3b47e37581f915ef620ed6f916ac8b1c713db5e01ac046d9f8650dba1c65ebea"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "5f206c1925757d18611a1c0d05c7660c67df5d9ca3b1b44745fbd0adfaa73a6a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + title = "ZyXEL Keenetic Extra II"; + } + ]; + }; + }; + target = "ramips/mt76x8"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + ar670w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt288x-ar670w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt288x-ar670w-squashfs-factory.bin"; + sha256 = "c787d1514bc8b2c2cacfe40f19b21ba29b88f432badb17c2c41fc0d31ec1971a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt288x-ar670w-squashfs-sysupgrade.bin"; + sha256 = "df63c856e305a9a7ec11fae0c592b2c08342eff885ed070edd6933cd1c7d081a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ar670w" + ]; + titles = [ + { + title = "Airlink AR670W"; + } + ]; + }; + ar725w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt288x-ar725w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt288x-ar725w-squashfs-sysupgrade.bin"; + sha256 = "2dad304c3d83d070c837262d034eb7378c67acbea8b1974f6013da12b0441793"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ar725w" + ]; + titles = [ + { + title = "Airlink AR725W"; + } + ]; + }; + dlink_dap-1522-a1 = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt288x-dlink_dap-1522-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt288x-dlink_dap-1522-a1-squashfs-factory.bin"; + sha256 = "03aef192c8a491856be9deeb5524be2dfbed79fa299b135155ba40d5d69c9f89"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt288x-dlink_dap-1522-a1-squashfs-sysupgrade.bin"; + sha256 = "23ad72d8159a7fe13345fcaa0609d144d533b48442f47d56e7d65309dc13e281"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1522-a1" + ]; + titles = [ + { + title = "D-Link DAP-1522 A1"; + } + ]; + }; + f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt288x-f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt288x-f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "61c94bb15e265c37e948527f2a7727bf7b37741585af2148a6d09d77ad743da7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f5d8235-v1" + ]; + titles = [ + { + title = "Belkin F5D8235 V1"; + } + ]; + }; + rt-n15 = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt288x-rt-n15"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt288x-rt-n15-squashfs-sysupgrade.bin"; + sha256 = "cb4ef2fe735684a0ff278f089839738b245f35dab7ef4b59c7c067ee80c8e8d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n15" + ]; + titles = [ + { + title = "Asus RT-N15"; + } + ]; + }; + v11st-fe = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt288x-v11st-fe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt288x-v11st-fe-squashfs-sysupgrade.bin"; + sha256 = "71e62491007876026793190f693148c35ad6ccc438e9515ed7b8705371b455b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "v11st-fe" + ]; + titles = [ + { + title = "Ralink V11ST-FE"; + } + ]; + }; + wli-tx4-ag300n = { + device_packages = [ + "kmod-switch-ip17xx" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt288x-wli-tx4-ag300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt288x-wli-tx4-ag300n-squashfs-sysupgrade.bin"; + sha256 = "0fc4ada0fb8458a98ebb759f730959dc3986e44c779a1f67678172b6bc520508"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wli-tx4-ag300n" + ]; + titles = [ + { + title = "Buffalo WLI-TX4-AG300N"; + } + ]; + }; + wzr-agl300nh = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt288x-wzr-agl300nh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt288x-wzr-agl300nh-squashfs-sysupgrade.bin"; + sha256 = "184cfa995147f9c9a258ae875f788e004d01807aea3ddfe38fe373894edae2b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wzr-agl300nh" + ]; + titles = [ + { + title = "Buffalo WZR-AGL300NH"; + } + ]; + }; + }; + target = "ramips/rt288x"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + "3g-6200n" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-3g-6200n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-3g-6200n-squashfs-sysupgrade.bin"; + sha256 = "07260e3632df0f312e94a497df2c5385f0012094038f06df6e6f1ebe152b972f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g-6200n" + ]; + titles = [ + { + title = "Edimax 3g-6200n"; + } + ]; + }; + "3g-6200nl" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-3g-6200nl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-3g-6200nl-squashfs-sysupgrade.bin"; + sha256 = "88b7f1dae2820f6dbd5f1a0095c70ea6508a1f2ebd643d671b22f42b64f1a55a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g-6200nl" + ]; + titles = [ + { + title = "Edimax 3g-6200nl"; + } + ]; + }; + "3g150b" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-3g150b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-3g150b-squashfs-sysupgrade.bin"; + sha256 = "cbacfb29b86ee4c3d1177bec89bc614d016793c8f137f2cdeb92ea6f34450a3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g150b" + ]; + titles = [ + { + title = "Tenda 3G150B"; + } + ]; + }; + "3g300m" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-3g300m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-3g300m-squashfs-sysupgrade.bin"; + sha256 = "83c6297d528f39b0de5e4dc7879fd75d451a36aa89f00c5ed4723781ab1c5d99"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g300m" + ]; + titles = [ + { + title = "Tenda 3G300M"; + } + ]; + }; + air3gii = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-air3gii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-air3gii-squashfs-sysupgrade.bin"; + sha256 = "32c209e29ac63ad430ecccce76640f38f55f7433c37984de5f68e6afdcf2132a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "air3gii" + ]; + titles = [ + { + title = "AirLive Air3GII"; + } + ]; + }; + all0256n-4M = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-all0256n-4M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-all0256n-4M-squashfs-sysupgrade.bin"; + sha256 = "fe2fb18fc5135225b5476af44532c2b2f78cda634c24005aecc9401ef551c7b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all0256n-4M" + ]; + titles = [ + { + title = "Allnet ALL0256N (4MB)"; + } + ]; + }; + all0256n-8M = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-all0256n-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-all0256n-8M-squashfs-sysupgrade.bin"; + sha256 = "b3bd3c375526d65a103d549ce27dedf486abfb5ddd8e386489df47208e4df2ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all0256n-8M" + ]; + titles = [ + { + title = "Allnet ALL0256N (8MB)"; + } + ]; + }; + all5002 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-all5002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-all5002-squashfs-sysupgrade.bin"; + sha256 = "c237e31339ff44eb9eb57c7f71c0c0463d5b165386becd8feb349bf4847c06d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all5002" + ]; + titles = [ + { + title = "Allnet ALL5002"; + } + ]; + }; + all5003 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-all5003"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-all5003-squashfs-sysupgrade.bin"; + sha256 = "beba9144d8fc96ee1dacae06b252ed4cdb5b4e54885d29865910257beb8a35b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all5003" + ]; + titles = [ + { + title = "Allnet ALL5003"; + } + ]; + }; + asl26555-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-asl26555-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-asl26555-16M-squashfs-sysupgrade.bin"; + sha256 = "1441cf2a4d4fec86a75a71258fd47c4819d727f876ba5f6b4029856051092ee1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asl26555-16M" + "asl26555" + ]; + titles = [ + { + title = "Alpha ASL26555 16M"; + } + ]; + }; + asl26555-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-asl26555-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-asl26555-8M-squashfs-sysupgrade.bin"; + sha256 = "8e2c680e84f8155fb4f9a87986725302d2456e5a76e34bf98af312bec0e57d13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asl26555-8M" + "asl26555" + ]; + titles = [ + { + title = "Alpha ASL26555 "; + } + ]; + }; + atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-atp-52b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-atp-52b-squashfs-sysupgrade.bin"; + sha256 = "ceb542561e2123dc396fe575a58d2efcf11ecbd4c6214ac1791b5027b96d9679"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "atp-52b" + ]; + titles = [ + { + title = "Argus ATP-52B"; + } + ]; + }; + awapn2403 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-awapn2403"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-awapn2403-squashfs-sysupgrade.bin"; + sha256 = "8c116bad35211670dcee929770b91766d9a633dec25559cd200dbae1359f85b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "awapn2403" + ]; + titles = [ + { + title = "AsiaRF AWAPN2403"; + } + ]; + }; + awm002-evb-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-awm002-evb-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-awm002-evb-8M-squashfs-sysupgrade.bin"; + sha256 = "38625b4f420c7ac8150c3d40260220cfd360cc04a45dbe3967e4f4e5af988c44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "awm002-evb-8M" + ]; + titles = [ + { + title = "AsiaRF AWM002-EVB (8M)/AsiaRF AWM003 EVB"; + } + ]; + }; + bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-bc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-bc2-squashfs-sysupgrade.bin"; + sha256 = "9bc71fa7c6d8ab98a75dbe0a83b5eacd36b7f39170fca23a2b2888a6cb5f9992"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bc2" + ]; + titles = [ + { + title = "NexAira BC2"; + } + ]; + }; + broadway = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-broadway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-broadway-squashfs-sysupgrade.bin"; + sha256 = "0087e2957d2a150f68e777c95c4f46759938286bacc0ec269d708d84ec100cb3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "broadway" + ]; + titles = [ + { + title = "Hauppauge Broadway"; + } + ]; + }; + carambola = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-carambola"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-carambola-squashfs-sysupgrade.bin"; + sha256 = "a2a20c220191e1a9ede22cc4ca13df1fde379f6d8fb57c374d8bd949b6ff7e6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "carambola" + ]; + titles = [ + { + title = "8devices Carambola"; + } + ]; + }; + d105 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-d105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-d105-squashfs-sysupgrade.bin"; + sha256 = "49cccc453732e66613144e1ef0c3f1217bceb7b7c34e51474bd7165c3b3bb21d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d105" + ]; + titles = [ + { + title = "Huawei D105"; + } + ]; + }; + dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-dap-1350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-dap-1350-squashfs-sysupgrade.bin"; + sha256 = "99bfe9a851313ec25b889eed66aa9668a777979b087f8e715677c5e1dd7c1360"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-dap-1350-squashfs-factory.bin"; + sha256 = "867d8bbd949f4d3a83b698fa24bcf5a0d7422eb84beae71c87c75aa7b806abed"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-dap-1350-squashfs-factory-NA.bin"; + sha256 = "b0d29306505740ef66fa415af2e32d179c9834518d5b742088cc785d8e01b4cb"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "dap-1350" + ]; + titles = [ + { + title = "D-Link DAP-1350"; + } + ]; + }; + dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-dir-320-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "b4189ee1aaefebef91752f8fa33ad2e15a1a2ef05d0afe5c49661973b43d3c90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-320-b1" + ]; + titles = [ + { + title = "D-Link DIR-320 B1"; + } + ]; + }; + dir-600-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-dir-600-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-dir-600-b1-squashfs-factory.bin"; + sha256 = "de65227d83fb3489a16ca8abd53b6883826add111a367249bfd09ec0d5bf1a32"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-dir-600-b1-squashfs-sysupgrade.bin"; + sha256 = "4f72bcd72b3c4217eea61446c033a75b6183c3966a80915ebe76c8a2819a3b7b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-600-b1" + "dir-600-b2" + ]; + titles = [ + { + title = "D-Link DIR-600 B1/B2"; + } + ]; + }; + dir-610-a1 = { + device_packages = [ + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-dir-610-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-dir-610-a1-squashfs-sysupgrade.bin"; + sha256 = "52409e88f84d258d8703b3438c0218317511a7deb490ebb5c2992aed862ca8c1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-dir-610-a1-squashfs-factory.bin"; + sha256 = "da6909065a22c146d13c83f27cc48100cc81cf0549db38d85e2d0db2cda318cd"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-610-a1" + ]; + titles = [ + { + title = "D-Link DIR-610 A1 "; + } + ]; + }; + dir-615-d = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-dir-615-d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin"; + sha256 = "851385a766915a0c0e4dc9c388e56b90e296c0e308fe476f5ca4031eb931b751"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-dir-615-d-squashfs-factory.bin"; + sha256 = "41cd9d08685c6aca4ea3c90b40804ca00edb41eb182a80288666ab1b5c891839"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-615-d" + ]; + titles = [ + { + title = "D-Link DIR-615 D"; + } + ]; + }; + dir-615-h1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-dir-615-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-dir-615-h1-squashfs-factory.bin"; + sha256 = "494c92408d334f25d2aaedff2c3456c8cc6d2d3a26b31968c31cce88192e02b6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-dir-615-h1-squashfs-sysupgrade.bin"; + sha256 = "f8a259dcc4b0bbf42401c09d4ba6f896b8ec0cc14eed19bd791f9dc0bb40d372"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-615-h1" + ]; + titles = [ + { + title = "D-Link DIR-615 H1"; + } + ]; + }; + dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-dir-620-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "3c304594fcab78fc96cee07cabca3fb514e8e6165ca9a5115590e5ec122a5023"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-620-a1" + ]; + titles = [ + { + title = "D-Link DIR-620 A1"; + } + ]; + }; + dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-dir-620-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "04aa09115f2afe97a2f839c814badf1824a09a3d8f93db6589b9789dc01d2aa8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-620-d1" + ]; + titles = [ + { + title = "D-Link DIR-620 D1"; + } + ]; + }; + dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial" + "kmod-usb-serial-option" + "kmod-usb-net" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-dwr-512-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "4526b6f4721d824cec94362e190ca2d84a3f9cdd17e62abac0bba209e15a411d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-dwr-512-b-squashfs-factory.bin"; + sha256 = "cbb1c21bb0377f7e08ba135b1ed6fcb3ccabf4c04d7955b3e2a2baf08d03ec3c"; + type = "factory"; + } + ]; + supported_devices = [ + "dwr-512-b" + ]; + titles = [ + { + title = "D-Link DWR-512 B"; + } + ]; + }; + esr-9753 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-esr-9753"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-esr-9753-squashfs-sysupgrade.bin"; + sha256 = "468900f0e6c7707370a25677b3c47abba6ebb2f7c8a20518dd00e93b6a0dfd53"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "esr-9753" + ]; + titles = [ + { + title = "EnGenius ESR-9753"; + } + ]; + }; + f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-f5d8235-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "9d1d64ffc96c05791a3dd51d1075d04998b220d91c37b626445fe3d327432d90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f5d8235-v2" + ]; + titles = [ + { + title = "Belkin F5D8235 v2"; + } + ]; + }; + f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-f7c027"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-f7c027-squashfs-sysupgrade.bin"; + sha256 = "5340060fa412192df99c816e340dab7294b4db094618a675b731b9c68b03536a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f7c027" + ]; + titles = [ + { + title = "Belkin F7C027"; + } + ]; + }; + fonera20n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-fonera20n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-fonera20n-squashfs-factory.bin"; + sha256 = "2773e447898a5f9548407d954ac1373589a73b301b5cfd0e8c3e76d063f19408"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-fonera20n-squashfs-sysupgrade.bin"; + sha256 = "54a9085693427e3e4c318311560452b1c8cf397741681b71af3390041fbf4747"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fonera20n" + ]; + titles = [ + { + title = "Fonera 2.0N"; + } + ]; + }; + freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-freestation5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-freestation5-squashfs-sysupgrade.bin"; + sha256 = "3184c6792757e64db3343e6b2486d0c2e14a18c4fed406106d4308929b549b0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "freestation5" + ]; + titles = [ + { + title = "ARC Wireless FreeStation"; + } + ]; + }; + hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-hg255d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-hg255d-squashfs-sysupgrade.bin"; + sha256 = "9863e7a079e3e9b4976dbeb1c7275dc55b0607a7c715bff7af64e40aaebb0911"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hg255d" + ]; + titles = [ + { + title = "HuaWei HG255D"; + } + ]; + }; + hlk-rm04 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-hlk-rm04"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-hlk-rm04-squashfs-factory.bin"; + sha256 = "0852140e0b5ed60e73f87162f505b1f2c671a90660716cd89a42e405e8678a1f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-hlk-rm04-squashfs-sysupgrade.bin"; + sha256 = "421a68057e6c56d0bba7b474f63d4007677fc0a2c4973141e39c53afea4b1035"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hlk-rm04" + ]; + titles = [ + { + title = "Hi-Link HLK-RM04"; + } + ]; + }; + ht-tm02 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-ht-tm02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-ht-tm02-squashfs-sysupgrade.bin"; + sha256 = "da68047b692d3208ad9227918320be8855b262639c71bc6c4ffcd435ba9d517a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ht-tm02" + ]; + titles = [ + { + title = "HooToo HT-TM02"; + } + ]; + }; + hw550-3g = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-hw550-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "e5ac826b27cf1b6bcd7c7fd5796a2cc8625fb983f9c5696f546a060872766f75"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hw550-3g" + ]; + titles = [ + { + title = "Aztech HW550-3G"; + } + ]; + }; + ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-ip2202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-ip2202-squashfs-sysupgrade.bin"; + sha256 = "2c7eb1952013b9755820da11f97f0a0040d8a26f5365d38466c6a2f0e8ccd376"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ip2202" + ]; + titles = [ + { + title = "Poray IP2202"; + } + ]; + }; + jhr-n805r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-jhr-n805r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-jhr-n805r-squashfs-sysupgrade.bin"; + sha256 = "cac85a103048ce525d05c712e4f61e2711bd64a21a66a1c15abf352394c4f782"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-jhr-n805r-squashfs-factory.bin"; + sha256 = "79185caf891adae87f0e1b73dd6a7cd96b9d5d3e94b81b1b8f0ea898c3bb1606"; + type = "factory"; + } + ]; + supported_devices = [ + "jhr-n805r" + ]; + titles = [ + { + title = "JCG JHR-N805R"; + } + ]; + }; + jhr-n825r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-jhr-n825r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-jhr-n825r-squashfs-sysupgrade.bin"; + sha256 = "fa98894210ad9b7193a240f0a03ef8e1809d6ee3551af0e8b1b138784edaf5a9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-jhr-n825r-squashfs-factory.bin"; + sha256 = "6c93a519bb67c9413ca45e762104756d4d763e38fd3fee16279f779f19b09306"; + type = "factory"; + } + ]; + supported_devices = [ + "jhr-n825r" + ]; + titles = [ + { + title = "JCG JHR-N825R"; + } + ]; + }; + jhr-n926r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-jhr-n926r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-jhr-n926r-squashfs-sysupgrade.bin"; + sha256 = "a6d62ea145841a1db21a025a6ef6d3eff92c87946d2ce6b62823281fb308c174"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-jhr-n926r-squashfs-factory.bin"; + sha256 = "910a15a89ae4c9c42ba4dfb34d54090d6683c8c43356d5ed5194bfe825b9d63b"; + type = "factory"; + } + ]; + supported_devices = [ + "jhr-n926r" + ]; + titles = [ + { + title = "JCG JHR-N926R"; + } + ]; + }; + kn = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-kn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-kn-squashfs-sysupgrade.bin"; + sha256 = "216dcb847d75c1fa10426848ca6a219fbafb26da8c43e02b7fc240e101dcb7c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kn" + ]; + titles = [ + { + title = "ZyXEL Keenetic"; + } + ]; + }; + m2m = { + device_packages = [ + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-m2m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-m2m-squashfs-sysupgrade.bin"; + sha256 = "96105b65b347feeae665b4614cd043755bd89a41967be453e9902ace41a386b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m2m" + ]; + titles = [ + { + title = "Intenso Memory 2 Move"; + } + ]; + }; + m3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-m3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-m3-squashfs-sysupgrade.bin"; + sha256 = "3671c81cd7dac588b9d3a34b7e1534883f84f068b3b1f7f1fd63f2862129640c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-m3-squashfs-factory.bin"; + sha256 = "0b02c7b06a7f029a4760e3ad99f58088bf8141b30d983708cc28979227af68f8"; + type = "factory"; + } + ]; + supported_devices = [ + "m3" + ]; + titles = [ + { + title = "Poray M3"; + } + ]; + }; + m4-4M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-m4-4M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-m4-4M-squashfs-factory.bin"; + sha256 = "86ca319c4c25e1a2634f23fcf54bf881a971a41018a1e6685ffde329a7653e89"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-m4-4M-squashfs-sysupgrade.bin"; + sha256 = "637bd747cce7f1c2f4a178fb88b51443918e8bd37a807b1a236831e845f9e8ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m4-4M" + ]; + titles = [ + { + title = "Poray M4 (4MB)"; + } + ]; + }; + m4-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-m4-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-m4-8M-squashfs-factory.bin"; + sha256 = "8d5619717fce1a29f0d7f3e1668f349ac660fcf1932e18877370a6db3f06c126"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-m4-8M-squashfs-sysupgrade.bin"; + sha256 = "619836f3f4e4451e81cbb0041f3695a607ab59338498ef637109f4ca2da853b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m4-8M" + ]; + titles = [ + { + title = "Poray M4 (8MB)"; + } + ]; + }; + miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-miniembplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-miniembplug-squashfs-sysupgrade.bin"; + sha256 = "3d1c794763b678207b3838a8cfea696fc2c42eccb8dc857b7ec65fc1f7cec6a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miniembplug" + ]; + titles = [ + { + title = "Omnima MiniEMBPlug"; + } + ]; + }; + miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-miniembwifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "525f2e422b87a2886a45745b009868772e221cdbb786d3a223b6402a0a5f31c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miniembwifi" + ]; + titles = [ + { + title = "Omnima MiniEMBWiFi"; + } + ]; + }; + mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-mofi3500-3gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "5ff5fb69a8114988df845d9676608db20803fa035eddcc2e16ad46d7a4fe41e4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mofi3500-3gn" + ]; + titles = [ + { + title = "MoFi Network MOFI3500-3GN"; + } + ]; + }; + mpr-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-mpr-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-mpr-a1-squashfs-sysupgrade.bin"; + sha256 = "25f2939d3ac3f0d3c3d4c165bba014d0eeda9a80901085659474a0244eba0a33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mpr-a1" + ]; + titles = [ + { + title = "HAME MPR-A1"; + } + ]; + }; + mpr-a2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-mpr-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "87134e383818c6af30ffe84b8f622f561ab951dbf24f5ad69e52347ebe9704bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mpr-a2" + ]; + titles = [ + { + title = "HAME MPR-A2"; + } + ]; + }; + mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-mr-102n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-mr-102n-squashfs-sysupgrade.bin"; + sha256 = "e8663312304a69cb8990af8e80911491a864cf22ddefa4eb5740440df24cf2b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mr-102n" + ]; + titles = [ + { + title = "AXIMCom MR-102N"; + } + ]; + }; + mzk-dp150n = { + device_packages = [ + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-mzk-dp150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-mzk-dp150n-squashfs-sysupgrade.bin"; + sha256 = "c5a0b7b5a02a78c36e9cc140dbd69a3590643d9fa847bb7f82f130dc0f3dc0b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-dp150n" + ]; + titles = [ + { + title = "Planex MZK-DP150N"; + } + ]; + }; + mzk-w300nh2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-mzk-w300nh2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-mzk-w300nh2-squashfs-sysupgrade.bin"; + sha256 = "df18de7efa6db91e824ae4b079e4db682e2ba38b14ed248aff2775417dd79d1e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-mzk-w300nh2-squashfs-factory.bin"; + sha256 = "9d3f73482a35515363a871c1aa4428630be659c33999e06efa91583b9489a43a"; + type = "factory"; + } + ]; + supported_devices = [ + "mzk-w300nh2" + ]; + titles = [ + { + title = "Planex MZK-W300NH2"; + } + ]; + }; + mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-mzk-wdpr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "db08d7f60ded690e736e2779c423238c5522beaee5681311924235fb81918c8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-wdpr" + ]; + titles = [ + { + title = "Planex MZK-WDPR"; + } + ]; + }; + nbg-419n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-nbg-419n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-nbg-419n-squashfs-sysupgrade.bin"; + sha256 = "b8ebd7e15ad35d20072f95d62b5b7c76e934d4a6b394f06a2fea262729501935"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nbg-419n" + ]; + titles = [ + { + title = "ZyXEL NBG-419N"; + } + ]; + }; + nbg-419n2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-nbg-419n2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-nbg-419n2-squashfs-sysupgrade.bin"; + sha256 = "e09d6eb4ea4f5b2aca6b30a86f7bc5a408894726f0b6bfdb8d9c41a6b5241710"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nbg-419n2" + ]; + titles = [ + { + title = "ZyXEL NBG-419N2"; + } + ]; + }; + ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-core" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-ncs601w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-ncs601w-squashfs-sysupgrade.bin"; + sha256 = "dd6ff9840fd1e818557314874b4d47823329ee8dcf383dc90824feeae8bf67aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ncs601w" + ]; + titles = [ + { + title = "Wansview NCS601W"; + } + ]; + }; + nixcore-x1-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-nixcore-x1-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-nixcore-x1-16M-squashfs-sysupgrade.bin"; + sha256 = "6897dbec52a9b0a5d2c06625450d753b853a302b9790a2066498ef19f82e9d72"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore-x1-16M" + "nixcore-x1" + ]; + titles = [ + { + title = "NixcoreX1 (16M)"; + } + ]; + }; + nixcore-x1-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-nixcore-x1-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-nixcore-x1-8M-squashfs-sysupgrade.bin"; + sha256 = "687db1af01642aaa8879c8a9d1c7de373da4487aeb07df7fe21bf7d7a1b3e256"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore-x1-8M" + "nixcore-x1" + ]; + titles = [ + { + title = "NixcoreX1 (8M)"; + } + ]; + }; + nw718 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-nw718"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-nw718-squashfs-sysupgrade.bin"; + sha256 = "9b6e949b7bac0b1351dcbad9d6311f643e2d1504673b283a499e7f72c7a01c89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nw718" + ]; + titles = [ + { + title = "Netcore NW718"; + } + ]; + }; + psr-680w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-psr-680w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-psr-680w-squashfs-sysupgrade.bin"; + sha256 = "3e8677e669e10e192ad4ae5fc909ad094defb64f538b83bd274e0b9c93746a04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psr-680w" + ]; + titles = [ + { + title = "Petatel PSR-680W Wireless 3G Router"; + } + ]; + }; + pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-pwh2004"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-pwh2004-squashfs-sysupgrade.bin"; + sha256 = "1406700d4af395f2196740e2349ef0039597c480240d23b63920f88cc85c1044"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pwh2004" + ]; + titles = [ + { + title = "Prolink PWH2004"; + } + ]; + }; + px-4885-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-px-4885-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-px-4885-8M-squashfs-sysupgrade.bin"; + sha256 = "4e4590071a924f48b250d41564fbdf0702a43dc5718c1026146104e7d26435c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "px-4885-8M" + ]; + titles = [ + { + title = "7Links PX-4885 (8M)"; + } + ]; + }; + rt-g32-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-rt-g32-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-rt-g32-b1-squashfs-sysupgrade.bin"; + sha256 = "d59f8fe57357e2eacac3c1e3c63e856afd9042c8965fe084def085b656d2bab6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-g32-b1" + ]; + titles = [ + { + title = "Asus RT-G32 B1"; + } + ]; + }; + rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-rt-n13u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "68246444b3448698f687dbba2e27a4dd0999ce5560ecfcd538acb87f44297987"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n13u" + ]; + titles = [ + { + title = "Asus RT-N13U"; + } + ]; + }; + rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-rt5350f-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "305d6b863d672ac30cdcf4a3afe7ee068f4fb5854dafb2ee26a860c93645c379"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt5350f-olinuxino" + ]; + titles = [ + { + title = "RT5350F-OLinuXino"; + } + ]; + }; + rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "c0aba38199a1da71ccb07da56635d4beaf6512d37beebf7e52b76c211f784e74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + title = "RT5350F-OLinuXino-EVB"; + } + ]; + }; + rut5xx = { + device_packages = [ + "om-watchdog" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-rut5xx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-rut5xx-squashfs-sysupgrade.bin"; + sha256 = "f180cf988148c95e6f88a6dc09f2b9256807371c041140bbd00c5e907256d67e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rut5xx" + ]; + titles = [ + { + title = "Teltonika RUT5XX"; + } + ]; + }; + sl-r7205 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-sl-r7205"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-sl-r7205-squashfs-sysupgrade.bin"; + sha256 = "b52cfacd52fd140205a8009c8f7f50a3b29ecb9d209bbe84e87a276fe8eece5f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sl-r7205" + ]; + titles = [ + { + title = "Skyline SL-R7205 Wireless 3G Router"; + } + ]; + }; + tew-638apb-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-tew-638apb-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-tew-638apb-v2-squashfs-sysupgrade.bin"; + sha256 = "a312a941116b9d1f32581928a7203188858cf57485ae651c08bc31589c5b8f1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-638apb-v2" + ]; + titles = [ + { + title = "TRENDnet TEW-638APB v2"; + } + ]; + }; + tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-tew-714tru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "45612621656b8c3b8585a11d6ba41ef2a2ab6b76b567e5dc5451ae0dd92972ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-714tru" + ]; + titles = [ + { + title = "TRENDnet TEW-714TRU"; + } + ]; + }; + ur-326n4g = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-ur-326n4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-ur-326n4g-squashfs-sysupgrade.bin"; + sha256 = "ac5f4ede9ac459986ce067875ec3333d101426fd9d6877e82d94df0c20f4d39b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ur-326n4g" + ]; + titles = [ + { + title = "UPVEL UR-326N4G"; + } + ]; + }; + ur-336un = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-ur-336un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-ur-336un-squashfs-sysupgrade.bin"; + sha256 = "fa5e9c3223b585fecd6eae6699d0462dd94aed47379237b0da4eef882097f6a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ur-336un" + ]; + titles = [ + { + title = "UPVEL UR-336UN"; + } + ]; + }; + v22rw-2x2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-v22rw-2x2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-v22rw-2x2-squashfs-sysupgrade.bin"; + sha256 = "01cfe5e46ec6f86aaaf781644aa5fb08455e76d405e3ff3d6d8ec789eed96ae7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "v22rw-2x2" + ]; + titles = [ + { + title = "Ralink AP-RT3052-V22RW-2X2"; + } + ]; + }; + vocore-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-vocore-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-vocore-16M-squashfs-sysupgrade.bin"; + sha256 = "9d7c0367541cd7cb0c2d8bb4eca2eef23dfc988eec7c32fee3999fcbe726e8b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore-16M" + "vocore" + ]; + titles = [ + { + title = "VoCore (16M)"; + } + ]; + }; + vocore-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-vocore-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-vocore-8M-squashfs-sysupgrade.bin"; + sha256 = "3a7192ea1a472f9fe6cae134981eaae0c8440dacedbff6b6493465ca034cab4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore-8M" + "vocore" + ]; + titles = [ + { + title = "VoCore (8M)"; + } + ]; + }; + w150m = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-w150m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-w150m-squashfs-sysupgrade.bin"; + sha256 = "876e43f737e75de831e1c245180b8391f3e899aa1d5d56040bf12db58912f062"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w150m" + ]; + titles = [ + { + title = "Tenda W150M"; + } + ]; + }; + w306r-v20 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-w306r-v20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-w306r-v20-squashfs-sysupgrade.bin"; + sha256 = "d2bc4bc7021fc9810f3f81ced3e4e03527f959d539715701ae2337e317f4c5c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w306r-v20" + ]; + titles = [ + { + title = "Tenda W306R V2.0"; + } + ]; + }; + w502u = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-w502u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-w502u-squashfs-sysupgrade.bin"; + sha256 = "55ffb10699aab111355e84e6b6235f0ae447dafc9bd5ae7303cdd76204993661"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w502u" + ]; + titles = [ + { + title = "ALFA Networks W502U"; + } + ]; + }; + wcr-150gn = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-wcr-150gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-wcr-150gn-squashfs-sysupgrade.bin"; + sha256 = "3c9096bdc38638183dec5c0c6db2e9d6fdd631d23de4c96ab07958d8d163a736"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wcr-150gn" + ]; + titles = [ + { + title = "Sparklan WCR-150GN"; + } + ]; + }; + whr-g300n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-whr-g300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-whr-g300n-squashfs-tftp.bin"; + sha256 = "bf385a8a6dd694210566fe7ee8390252ec005c7a801fc39a841bac5839dacf6b"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-whr-g300n-squashfs-sysupgrade.bin"; + sha256 = "f7145554a7dc6ad473c1a50655422739192abf13ec6c4447c3779317395fa47e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-g300n" + ]; + titles = [ + { + title = "Buffalo WHR-G300N"; + } + ]; + }; + wizard8800 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-wizard8800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-wizard8800-squashfs-sysupgrade.bin"; + sha256 = "706dd4b63fc5059ce254e2a85084b32f5bb4d5655a1418c24dc0bcd75a323f69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wizard8800" + ]; + titles = [ + { + title = "EasyAcc WIZARD 8800"; + } + ]; + }; + wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-wizfi630a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "81b83a410f4795e79af22522f7525f03a56bfd64ddabae5b80fd4d091a2e9de0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wizfi630a" + ]; + titles = [ + { + title = "WIZnet WizFi630A"; + } + ]; + }; + wl-330n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-wl-330n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-wl-330n-squashfs-sysupgrade.bin"; + sha256 = "351a7a494e8dcba9b2f7bb94c747a26b84ac201c18e9f67d33883a34b3a0567d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wl-330n" + ]; + titles = [ + { + title = "Asus WL-330N"; + } + ]; + }; + wl-330n3g = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-wl-330n3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-wl-330n3g-squashfs-sysupgrade.bin"; + sha256 = "a6b0bb9015f99a20a5bccc17f205cbfc808bacd7f45a71795b485984eb868ac3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wl-330n3g" + ]; + titles = [ + { + title = "Asus WL-330N3G"; + } + ]; + }; + wnce2001 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-wnce2001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-wnce2001-squashfs-factory-NA.bin"; + sha256 = "413ae434dbefd2077d341f4526c0672cf2fcbd0a27069f4d0b4f2347138a575f"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-wnce2001-squashfs-factory.bin"; + sha256 = "b77e70109230654bf14680c80b1e7a92107d25b37c97842bf31d7d22b5bdca17"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-wnce2001-squashfs-sysupgrade.bin"; + sha256 = "94711c664dc51f2ce8ef0c0b2cdaf507ba35b9d33a078987786d456031e7ae78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wnce2001" + ]; + titles = [ + { + title = "Netgear WNCE2001"; + } + ]; + }; + wr512-3gn-8M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-wr512-3gn-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-wr512-3gn-8M-squashfs-sysupgrade.bin"; + sha256 = "ef3d5f519f9c68cd1533d853935bd6537ae42d809b63418a1c36c50f7fc88bf2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wr512-3gn-8M" + ]; + titles = [ + { + title = "WR512-3GN (8M)"; + } + ]; + }; + wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-wr6202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-wr6202-squashfs-sysupgrade.bin"; + sha256 = "d2703e47bb7927975ba277814c1da6b1a6c0911055cdd5308f93e6d5e4da1bb1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wr6202" + ]; + titles = [ + { + title = "AWB WR6202"; + } + ]; + }; + wt1520-4M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-wt1520-4M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-wt1520-4M-squashfs-sysupgrade.bin"; + sha256 = "0a3e92d9a74f2f4ab01b302b914ef82b1621d350e29fcf6a2bf42e242b5aa403"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-wt1520-4M-squashfs-factory.bin"; + sha256 = "6439da7e25efe55095ae2dc9d9fd0411092c7a87d9955443e8718732031ead8d"; + type = "factory"; + } + ]; + supported_devices = [ + "wt1520-4M" + ]; + titles = [ + { + title = "Nexx WT1520 (4MB)"; + } + ]; + }; + wt1520-8M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-wt1520-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-wt1520-8M-squashfs-sysupgrade.bin"; + sha256 = "478e33d4ac6d39fa65ce524fa8c9e86bfffa7e3cc6c715e4efa27e330064123b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-wt1520-8M-squashfs-factory.bin"; + sha256 = "126a15866510614a9a65f0bf629e7a87e34f2e47a7269ce5b604b5fbd956447d"; + type = "factory"; + } + ]; + supported_devices = [ + "wt1520-8M" + ]; + titles = [ + { + title = "Nexx WT1520 (8MB)"; + } + ]; + }; + x5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-x5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-x5-squashfs-factory.bin"; + sha256 = "573160e94d4fbf9be5ed3d7855c09cdcd1a8525b6f8762ad4e390dc12128f763"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-x5-squashfs-sysupgrade.bin"; + sha256 = "aca6081f9d5fba1d82d2ad7fb8f0a65d57abd4d23849c49061fd8917bf993f06"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "x5" + ]; + titles = [ + { + title = "Poray X5/X6"; + } + ]; + }; + x8 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-x8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-x8-squashfs-factory.bin"; + sha256 = "fd4444eac0226b9a173273ad362c64bb983bebf7721e3202bbab82ace19690db"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-x8-squashfs-sysupgrade.bin"; + sha256 = "e7d391720aff53af3812f16617ffc9b1be8b247d81fec326115fe4a538273d2e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "x8" + ]; + titles = [ + { + title = "Poray X8"; + } + ]; + }; + xdxrn502j = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-xdxrn502j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-xdxrn502j-squashfs-sysupgrade.bin"; + sha256 = "d955b2f8288728297c2ec78fc1d7a4032a69134b71820978868802aeb43f468e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xdxrn502j" + ]; + titles = [ + { + title = "XDX RN502J"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "99be16d1407211259591ab15a93bd2afdd1fe2f7bebf1e4eba4f4d07835ea085"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + title = "Zorlik ZL5900V2"; + } + ]; + }; + zyxel_keenetic-start = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt305x-zyxel_keenetic-start"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt305x-zyxel_keenetic-start-squashfs-sysupgrade.bin"; + sha256 = "d11d7906f3132812188494ed086ca15c4ce5c7a1b3a43e82511ceeb18c7e9185"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-start" + ]; + titles = [ + { + title = "ZyXEL Keenetic Start"; + } + ]; + }; + }; + target = "ramips/rt305x"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "24f13e866a5dc738a36ed37e04f8c8e0239f97d2d52919870cfa57220f7cf6b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + title = "Belkin F9K1109 Version 1.0"; + } + ]; + }; + br-6475nd = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt3883-br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt3883-br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "fd09eaa210dc465ab0c40bdc6a42075efcb7902c917646506d80476f593aa8b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "br-6475nd" + ]; + titles = [ + { + title = "Edimax BR-6475nD"; + } + ]; + }; + cy-swr1100 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "swconfig" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt3883-cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt3883-cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "42e05839738c8c2c49c608991d764bbda2a17949fbee8d6a9c7fbde76eb45a4a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt3883-cy-swr1100-squashfs-factory.bin"; + sha256 = "d90276f7cefc2780392229e15f66f82b468ad6b49c881aaacd6b89fed969e3e7"; + type = "factory"; + } + ]; + supported_devices = [ + "cy-swr1100" + ]; + titles = [ + { + title = "Samsung CY-SWR1100"; + } + ]; + }; + dir-645 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt3883-dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt3883-dir-645-squashfs-sysupgrade.bin"; + sha256 = "2459c55ef8f1c3085478376b28b25e76346fa0aceb34d24a67b9a768f26b1bb6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt3883-dir-645-squashfs-factory.bin"; + sha256 = "869abf35d45700da7f47b743495fa62174999156e97eebea4bc706b79299b0f7"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-645" + ]; + titles = [ + { + title = "D-Link DIR-645"; + } + ]; + }; + hpm = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt3883-hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt3883-hpm-squashfs-sysupgrade.bin"; + sha256 = "4be9764d2c4afcaa25e30a782dc8c5831c70ee51c84e2d16842f3cbfbffc0a86"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hpm" + ]; + titles = [ + { + title = "Omnima HPM"; + } + ]; + }; + rt-n56u = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt3883-rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt3883-rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "3f63e40c5d76459e4c2e68edcc76fcc062b8be36421b953b86ff207286c9981c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n56u" + ]; + titles = [ + { + title = "Asus RT-N56U"; + } + ]; + }; + tew-691gr = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt3883-tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt3883-tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "ee2f3ad1b6d4a0fff0408dfa541975bebd5ea77e177bbf2f60f5e1585adeaa7f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt3883-tew-691gr-squashfs-factory.bin"; + sha256 = "c8cf812340481131262a3eeb66ed01b1c0e407cbe09cfb1256eda6d5b4544b32"; + type = "factory"; + } + ]; + supported_devices = [ + "tew-691gr" + ]; + titles = [ + { + title = "TRENDnet TEW-691GR"; + } + ]; + }; + tew-692gr = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt3883-tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt3883-tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "73a8cc2230b1ab4b79e3c5eb99872849a4809331f9e3b911f2c849f5308f3573"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt3883-tew-692gr-squashfs-factory.bin"; + sha256 = "6c158ea8a3d3681c6fac7df364f5d8b5f8676d19550a449c2fe8c3ab2812fe6c"; + type = "factory"; + } + ]; + supported_devices = [ + "tew-692gr" + ]; + titles = [ + { + title = "TRENDnet TEW-692GR"; + } + ]; + }; + wlr-6000 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.8-ramips-rt3883-wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt3883-wlr-6000-squashfs-factory.dlf"; + sha256 = "e5dafb0bde365ceb8cd70e3c3a56eb8c028fbccf9dcf88d36b27861db48a4e1a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt3883-wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "129493a3787dad2c1fe968064c29ca566462895a5da4532965df4c98e6fddcee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wlr-6000" + ]; + titles = [ + { + title = "Sitecom WLR-6000"; + } + ]; + }; + wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-ramips-rt3883-wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-ramips-rt3883-wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "7fac1097483a22a4b26678c68ee7ae88ac8a4c30d7bc563bc3b38055fcd40ec3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wmdr-143n" + ]; + titles = [ + { + title = "Loewe WMDR-143N"; + } + ]; + }; + }; + target = "ramips/rt3883"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + rb532 = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "wpad-basic" + "kmod-ath5k" + "kmod-input-rb532" + "e2fsprogs" + "mkf2fs" + "nand-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "wpad-basic" + "kmod-ath5k" + "kmod-input-rb532" + "e2fsprogs" + "mkf2fs" + "nand-utils" + ]; + metadata_version = 1; + profiles = { + nand = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-rb532-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-rb532-nand-squashfs-sysupgrade.bin"; + sha256 = "c90c9afb6083813f44c2cbffc82db0e22cff78bb71d170018f058502b473d92e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb532" + ]; + titles = [ + { + title = ""; + } + ]; + }; + }; + target = "rb532/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + samsung = { }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun50i-a64-pine64-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa53-sun50i-a64-pine64-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa53-sun50i-a64-pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "52321ec13dd224db3542b171867d63b306a8abec81b236d00d1fd77aa74081e0"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa53-sun50i-a64-pine64-plus-ext4-sdcard.img.gz"; + sha256 = "86f57efdecc56ee48d9791ff0017ccc6f515b1d297272087ae50c4cb6b6f2ea4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + title = "Pine64 Plus A64"; + } + ]; + }; + sun50i-a64-sopine-baseboard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa53-sun50i-a64-sopine-baseboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa53-sun50i-a64-sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "bc0162cab135363dc4cf1a5a5e57821da3ef7fb14ef1b9e513450f99f53f361b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa53-sun50i-a64-sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "5e09314fd1541646e8d5eae0a2bbae13fec4d101d933853eb5ead028035fd3f8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + title = "Pine64 Sopine"; + } + ]; + }; + sun50i-h5-nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "645b1711950b7255e232564eb72111abef97bae698dd86e77b459a2642066f26"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "7b8016d32cefa33c328f03c419d41031db441109ec020baafa39d4c1cab4214d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + title = "Nanopi NEO Plus2 (H5)"; + } + ]; + }; + sun50i-h5-nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa53-sun50i-h5-nanopi-neo2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa53-sun50i-h5-nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "850bbcf63dc4add5998deef82df68145d5ebde31a18dfbf5ae5f1b2099c3201a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa53-sun50i-h5-nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "9c09a9002663d612f91e86a1d5039c519c2954a97f154ef87e3a917911667711"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + title = "Nanopi NEO2 (H5)"; + } + ]; + }; + sun50i-h5-orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa53-sun50i-h5-orangepi-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa53-sun50i-h5-orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "89e94d9039af28dbc12e3c2b637caeee0218c12dfcee4dea89949418d2466389"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa53-sun50i-h5-orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "3dc3885019b285af8fd97a87411239d3e019ec3cdd92e9196232d3b434f68a5a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC2"; + } + ]; + }; + sun50i-h5-orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "9ce79e61602316ab28b04e27504d6f3b94ad76282bd34d5ead07d53d33499ba3"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "71980bbbc6d2fea8c01139b10d48c7dfb365b4d97a042b77404b6e98f979bbaf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi Zero Plus"; + } + ]; + }; + }; + target = "sunxi/cortexa53"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun6i-a31-m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun6i-a31-m9"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun6i-a31-m9-ext4-sdcard.img.gz"; + sha256 = "d44c611fe07470a41eafda86561933071ab323dcf98d53cb179ab99b85e22e43"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun6i-a31-m9-squashfs-sdcard.img.gz"; + sha256 = "c8f3d6efb0b77a6e2771687e286bfeeedecf0d8c5bb03e0531f7828199687091"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + title = "Mele M9 top set box"; + } + ]; + }; + sun7i-a20-bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-bananapi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-bananapi-squashfs-sdcard.img.gz"; + sha256 = "674a7c8b29fbd5e511b913b8390aa4337c8659ac8eef083dac38931fd6a12f2a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-bananapi-ext4-sdcard.img.gz"; + sha256 = "56e4d384c48320d592d1bf8b9788f4e6be5d4153c37b876f2361dd0294681d7d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + title = "LeMaker Banana Pi"; + } + ]; + }; + sun7i-a20-bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-bananapro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-bananapro-squashfs-sdcard.img.gz"; + sha256 = "866d8dbd8fa24f3ed24839ab5814fd29aaf8e954b32721c142de39b406fb3fe5"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-bananapro-ext4-sdcard.img.gz"; + sha256 = "40297249a8683086f2fb8602273b26c12ef0d72f8896b99d6784b3a0aff76307"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + title = "LeMaker Banana Pro"; + } + ]; + }; + sun7i-a20-cubieboard2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-cubieboard2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "df0b40405ade043c0605f59ccddcdb8df672390748a4f9c4bfa9921f1b6e76b7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-cubieboard2-ext4-sdcard.img.gz"; + sha256 = "bfeb3a6b21561392e0918d8b78b27e38ef62f219b4d60dd77ff7e9d54d02cccc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + title = "Cubietech Cubieboard2"; + } + ]; + }; + sun7i-a20-cubietruck = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-cubietruck"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-cubietruck-ext4-sdcard.img.gz"; + sha256 = "d4e05c14c586635355a56ec4bb68da9238fb729fea49463e45828fc2810bdd99"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-cubietruck-squashfs-sdcard.img.gz"; + sha256 = "32c5ad8d7681315446befce4e865b078e4b3670f500d7b1064ba016ab8f93ad9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + title = "Cubietech Cubietruck"; + } + ]; + }; + sun7i-a20-lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "swconfig" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-lamobo-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "87efc35faa6de6985d60d5075cf4b43430d7bfb5d327a8eedd80648de6adea23"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "f01e9ae9372e7e8a1ed7d05d09a5c0e004ab0ad68733d90c0d5bd2c2b8df1431"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + title = "Lamobo R1"; + } + ]; + }; + sun7i-a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "9102ed87f20de3d31a6c0c2a705d5106ecb49396853e95149400070c2d781ccc"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "7310c9480b4dbdd4f818607f20700571b69a15eb93abebe538aa0ff2370fea23"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME"; + } + ]; + }; + sun7i-a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-olinuxino-lime2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "be2b6e27c0c9493a438b0787d779fca4191b45c0bf16ca3b327bb16d512a94c7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "b452307e885f599e88c9756c3f7b16fab1104eefb49c595a812a07b0003f6eb7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME2"; + } + ]; + }; + sun7i-a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "3ff7355cd3de35ffb3700a1a52d186a1e6e4141568ac8abcda260194a6081655"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "8ab236b57636b032265a7bc079e16e2c381fda6e7bfe9067068cf910428b76b4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME2-eMMC"; + } + ]; + }; + sun7i-a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-olinuxino-micro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "4ce9f1159fc0e5b43d10eeccd4435bfbb10239dd40f13b6eb9e7e9535f118e29"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "b53f07fca87dfe2ecaaa2cf79a5b85a6c50825156ef9e4fc384b35c35120a682"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + title = "Olimex A20-Olinuxino Micro"; + } + ]; + }; + sun7i-a20-pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-pcduino3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-pcduino3-squashfs-sdcard.img.gz"; + sha256 = "339f77ef2c423b15ebbe117afa39463088a4e86afd4e9cc622f39301398e039e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun7i-a20-pcduino3-ext4-sdcard.img.gz"; + sha256 = "736b36671c524e25eef3686905839c42804a9276393da39754701915e510c6c6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + title = "LinkSprite pcDuino3"; + } + ]; + }; + sun8i-h2-plus-orangepi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "4abfc3adf5ffde3eff936781451ccf8d30d54eb601d6b4c6ca4dc4efac99f9e1"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "535f1553da08787695e12fc5168e9d821fbad565ae58d829ec2b6e473e7c7c6d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + title = "Xunlong Orange Pi R1"; + } + ]; + }; + sun8i-h2-plus-orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "a6fa9aa77bb74afc1856914eb4ac641ecbfa61586dfed7af33b11d3ca6b0505f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "fb85d71dbedba7ac8204fe803f8c5f18cd3df04a421d84dca53e742a32a3618f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + title = "Xunlong Orange Pi Zero"; + } + ]; + }; + sun8i-h3-bananapi-m2-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "791a57050ca1b880d7201e5c1b919b899baf8e35501c9f0f9e357d47ecaf7dfd"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "575c8a476cbb286f064e4d26b64c9d332737c828c9431a9eb303a567cede2f77"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + title = "Sinovoip Banana Pi M2 Plus"; + } + ]; + }; + sun8i-h3-nanopi-m1-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-brcmfmac" + "brcmfmac-firmware-43430-sdio" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "0d9a92fe6f72efdf12468ddc7c8119893b0130cc1f0f8426159669f42dbebb3e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "7d3b1a8db2b647df9636f78ef5365c00b6005cebaa15d0c8db8caca7b47426de"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + title = "FriendlyArm NanoPi M1 Plus"; + } + ]; + }; + sun8i-h3-nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-nanopi-neo"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "6e45b9d3609d4ac0c25e179477f43a79006268811f1b64ace9dad64362b8379b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "5fcde9fd398ace2994887b447ec00fb00db80ced84c1b0bc1001ab80369d78bc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + title = "FriendlyARM NanoPi NEO"; + } + ]; + }; + sun8i-h3-orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-orangepi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "d0acc8925188a309f39bfa23cfac291206bd940ef0fba61a33f3e8743c991375"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-orangepi-2-ext4-sdcard.img.gz"; + sha256 = "b567ac8d61c24e6962411ed7a24d653352822eefa438a4a1bc389b985d36ee43"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + title = "Xunlong Orange Pi 2"; + } + ]; + }; + sun8i-h3-orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-orangepi-one"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-orangepi-one-ext4-sdcard.img.gz"; + sha256 = "965b09e41d6fd91e02c3a98f1bc187b9ebe7c06e9a1c58be838585519664ed60"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "33708142af6139f97ac1c03559312f6eeed4abbe9d912ae767df272f858d738b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + title = "Xunlong Orange Pi One"; + } + ]; + }; + sun8i-h3-orangepi-pc = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-orangepi-pc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "24df7fd146e3f665336778b13b3cb367af3086e99c5e6f4e78d2bc89639606a2"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "14ccaf016493f35b495c4aa63c2fe12b668f6efd1a65db55b15a172f91fd6965"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC"; + } + ]; + }; + sun8i-h3-orangepi-pc-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "8088f7fc068b0fb16bb43163c986989e1c9d2fece752895a7047db625e6cf422"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "19a7a26def859d57cb07fb9f7ecea96707d18cd027a1964d3b52987890d61c27"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC Plus"; + } + ]; + }; + sun8i-h3-orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-orangepi-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "f9cd6ca602ab16757c7a954c75033ec87d18ce4fcd14825c30b9010077d5384f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa7-sun8i-h3-orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "7bc5dd42ce67ccd5b8129d7f321eda5b58ab948285af60d923c5d5bdd78314a5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi Plus"; + } + ]; + }; + }; + target = "sunxi/cortexa7"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun4i-a10-cubieboard = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa8-sun4i-a10-cubieboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa8-sun4i-a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "8b13f7b4dd64bdaa40385c5b58663528fb15c2c066d57bcc7c7aa1e8bbd75ed1"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa8-sun4i-a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "b41851ba12a102e63726aac634d5dbfd29feab8b21425f9f54be857f670813cf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + title = "Cubietech Cubieboard"; + } + ]; + }; + sun4i-a10-marsboard = { + device_packages = [ + "mod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa8-sun4i-a10-marsboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa8-sun4i-a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "4f15345f52e2e4d085ae583102dd54fbd757fd21edadc705eba673a746c89711"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa8-sun4i-a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "632055bc921a13dc580c62234a83ec25060bd43493e5c2bdfe98a69718a15585"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + title = "HAOYU Electronics Marsboard A10"; + } + ]; + }; + sun4i-a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa8-sun4i-a10-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa8-sun4i-a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "fddb2971481e1c5a6960e29d15cb4cc44e4b986bb224e0ac9e6fdb81b27d27d7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa8-sun4i-a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "ecbb61ac8df1d4d0de4188d1f4903cee183c988fa6f375a002a8d91ef7153bd5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + title = "Olimex A10-OLinuXino-LIME"; + } + ]; + }; + sun4i-a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa8-sun4i-a10-pcduino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa8-sun4i-a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "99f9a9e5f7ae439bd04c0df17299003d43edd4e12be953691290c553502f951a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa8-sun4i-a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "79e0443eba521033a136c81de40ec2e8acbbd1ada18422c530ccf1a89188a615"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + title = "LinkSprite pcDuino"; + } + ]; + }; + sun5i-a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa8-sun5i-a13-olimex-som"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa8-sun5i-a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "55814c37daf4509193f5ec796a4a96ba6038c7f59a96e82d4510ed5433b7e8d4"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa8-sun5i-a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "8b63df1324a9a13c112f98fe6fa57e6ad9118ac975ba874d3cfd95e4f19f07b7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + title = "Olimex A13 SOM"; + } + ]; + }; + sun5i-a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.8-sunxi-cortexa8-sun5i-a13-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.8-sunxi-cortexa8-sun5i-a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "f85ea346e9f9c6796ae142ecfaf4dc7cbe757d24a2d192d965fe1fd946343dad"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-sunxi-cortexa8-sun5i-a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "5f84ddb7a557e68a39c59834bc64a3921a233f6d02393efb940734bd455a3d3c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + title = "Olimex A13-Olinuxino"; + } + ]; + }; + }; + target = "sunxi/cortexa8"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "e2fsprogs" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "e2fsprogs" + "mkf2fs" + "partx-utils" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-mini" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.8-tegra-compulab_trimslice"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "e6fc0ad6614a41a766f3ffd1288dd6ac772871835e2eb51c5cd5fd7e0c3f7908"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.8-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "5f9656208c998099236178954f9f629f5f94520de82134ce19b324a8c7568e8b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + title = "CompuLab TrimSlice"; + } + ]; + }; + }; + target = "tegra/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; + x86 = { }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "kmod-usb-storage" + "kmod-fs-msdos" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "kmod-usb-storage" + "kmod-fs-msdos" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "77d7ebf39aeb05b2d699179b05a0ab464ebe4bfaeec68ec178530ef683d6640c"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Avnet ZedBoard"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "95004dab09ee6d12e29fa264a72bab56543077b84178e5a02abd47c8967ead52"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Digilent Zybo"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.8-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "732a248d3532c8b6ca817ec8621cce5b75c8e273cd9b675cbe183bc0317a8ee0"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Digilent Zybo Z7"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-19.07.8-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.8-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "b4e09c0db1f40d8e5666da9806c0c418dc4a87f5c59c7371c8adab00bd65fe5b"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Xilinx ZC702"; + } + ]; + }; + }; + target = "zynq/generic"; + version_code = "r11364-ef56c85848"; + version_number = "19.07.8"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/19.07.9.nix b/cached-profiles/19.07.9.nix new file mode 100644 index 00000000..3740d261 --- /dev/null +++ b/cached-profiles/19.07.9.nix @@ -0,0 +1,31548 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + "kmod-ath9k" + "swconfig" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "95e2b1d39f5b91e3ca9b50270a4cf0f92aa79d185b5f99d7647c9ad4e40e1458"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + title = "Cisco Meraki MR24"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-19.07.9-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "8c9b56bb64ed5a8a898132fa5f093d5c6faf3ee1385d5b6bbdeb173fa465de14"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mx60" + "mx60" + ]; + titles = [ + { + title = "Cisco Meraki MX60/MX60W"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.9-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "601efc108ad5a1cc037cfc7c8fe5d0f405769bb0a74bd90734950c76449d343d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "a3c102d06066af71a4fd64ee1fc44c184f1706f82eecb71cdada97ee82cbe94a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + title = "Netgear WNDAP620 - Premium Wireless-N"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.9-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "c53d1b376ffcfa308ae17664a11c63151e287a9076ca63cc710f382043d03eac"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "f4d61dc2b74044b613d76aaf1496dad5af3375c460a9e3a356b92cf11d2862f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + title = "Netgear WNDAP660 - Dual Radio Dual Band Wireless-N"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.9-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "8d238a7e18313447c053f82314ef06b8e9fa58f43574b8617f6bd5a41355027f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "9f4c96597e5f84082f792c45073dffceba64692f7903b96ca482d71b16ca8487"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + title = "Netgear Centria N900 WNDR4700/WNDR4720"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "apm821xx/nand"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-dm" + "kmod-md-mod" + "partx-utils" + "mkf2fs" + "f2fsck" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-i2c-core" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "9fae27fccf9b65839f3a2989d40b2ac65edc1e6cd55fab36c198bcc0873bed59"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "d9fe4b70b99b8a27a99f3a3366306ce01d7808dfb03134519e915f7f28ba5c9e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "01badfaaa0dc4895bc63025039c8c6192b1c569b0b8949bf3c17ef6265e0318f"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "c188b80a1058b53620396369e70af60f4ce051c3092e245811bdb0eee8c45373"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + title = "Western Digital My Book Live Series (Single + Duo)"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "apm821xx/sata"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + ar71xx = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + NBG6616 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-NBG6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-NBG6616-squashfs-sysupgrade.bin"; + sha256 = "1005485571199c6972cac77098cfbb74d13935a6f4ff40120530f8a63f22257a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-NBG6616-squashfs-factory.bin"; + sha256 = "e8874ed48ff967627c42a28b6ca6ae22767b027d0fa7b0bda95ad351fe81235a"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL NBG6616"; + } + ]; + }; + antminer-s1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-crypto-manager" + "kmod-i2c-gpio-custom" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-antminer-s1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-antminer-s1-squashfs-factory.bin"; + sha256 = "85113b8e7d8198e09a4ee9e98ac761218cf0b99b43b96ed160e41c4ba7d36782"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-antminer-s1-squashfs-sysupgrade.bin"; + sha256 = "de97a5261497440c7fda0ece5fcaa6c6cd30d7b4e174da1500bbef0bcccf7dd6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antminer-S1"; + } + ]; + }; + antminer-s3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-crypto-manager" + "kmod-i2c-gpio-custom" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-antminer-s3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-antminer-s3-squashfs-factory.bin"; + sha256 = "599636d3edb5fc320dc4cfdd69afdb2e8aed9fcb7f197e96319ac881f054c4e5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-antminer-s3-squashfs-sysupgrade.bin"; + sha256 = "db3e4cc426e512ad3764a783a5e684f6bbf553c58c47b0e8ff716aa48ddfa933"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antminer-S3"; + } + ]; + }; + antrouter-r1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-antrouter-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-antrouter-r1-squashfs-sysupgrade.bin"; + sha256 = "c2cac8fe88fe74bf927d5bc9d37cd3f42504b6565fd565600a970155929f8af9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-antrouter-r1-squashfs-factory.bin"; + sha256 = "b493989daec6817e7b2f219b658b85e3d3ff9d944c59f00adc9404e8b937bce3"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Antrouter-R1"; + } + ]; + }; + ap121f = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ap121f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ap121f-squashfs-sysupgrade.bin"; + sha256 = "aba83e90f4e3bf00c0013b590e302af909f052aa9da51063b8d267b30cb11beb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ap121f" + ]; + titles = [ + { + title = "ALFA Network AP121F"; + } + ]; + }; + ap531b0 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ap531b0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ap531b0-squashfs-sysupgrade.bin"; + sha256 = "108154cc567de0e1fb0ac34a2a281ea8d4d1fa97e59483c540447f303ee12596"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Rockeetech AP531B0"; + } + ]; + }; + ap90q = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ap90q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ap90q-squashfs-sysupgrade.bin"; + sha256 = "6724739f2f8430a352708649ea4fe8eba419e2bc929670139a03e1bf5615be02"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore AP80Q/AP90Q"; + } + ]; + }; + archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "0431299b4ffb182df60220315cd95a084fc7268b60aaefc89332b87e436e0f78"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c25-v1-squashfs-factory.bin"; + sha256 = "506e7dfe1116dcec40a749b7e45eeb0a9e3394eeda505d07ca0c55224305d947"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c25-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C25 v1"; + } + ]; + }; + archer-c5-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "3bffc4581664f643913e238586c400fd428e741d1494550b2ac2c4af3f194059"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c5-v1-squashfs-factory.bin"; + sha256 = "ebb88d01f20449ead61dfb9e96a8a2f84d5a8e926e49a60d03924652c819c90e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C5 v1"; + } + ]; + }; + archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c58-v1-squashfs-factory.bin"; + sha256 = "be0a04ad2c64ddbaf82ed1480372b8c3c009c18e86b4f45b32ffeb974d388257"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "1f7b73990d543cc80fac615603cbc4a11f78bbed8aaa8709dc714399255d8da9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c58-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C58 v1"; + } + ]; + }; + archer-c59-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "0bd267111fae45dffe409ffba103c91c39ceca9e37fadf432f49be3d1cb6a4f8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c59-v1-squashfs-factory.bin"; + sha256 = "fc4100b336967f25311bd936f20a2c8eeba7b44b68ac468eea6e885ad6ecd9ea"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c59-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C59 v1"; + } + ]; + }; + archer-c59-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "6c615f50f19a9ff0a6d2ee41cf4630f29fb87027401f05a0a90b920ad4d80955"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c59-v2-squashfs-factory.bin"; + sha256 = "873a319cfd9975c19b01c95a7912be908cee37e3c63bb8d7f375b1797486cd26"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c59-v2" + ]; + titles = [ + { + title = "TP-LINK Archer C59 v2"; + } + ]; + }; + archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "39952a9e23639cc550e52060bd7d88d741a6ea1374b04c8cc4b96007567c146d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c60-v1-squashfs-factory.bin"; + sha256 = "b887ff86b6b4fc88b02eec213efb9192773ba0faae1f031d2fb5dbf3800a6b31"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c60-v1" + ]; + titles = [ + { + title = "TP-LINK Archer C60 v1"; + } + ]; + }; + archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c60-v2-squashfs-factory.bin"; + sha256 = "344ab988da34c6550c38ba2efebd28f5e07a445ab9de1b84f2ccd068d53aa87f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "d7be3568f4ec92f5d34d76cdbf34126c9f9314854f07e41b75738fc46802a0f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c60-v2" + ]; + titles = [ + { + title = "TP-LINK Archer C60 v2"; + } + ]; + }; + archer-c7-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "1e353f5f1bb0a3ceb40ee06e656a43a8bb193162e1aa5e148fd05e23587fef80"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c7-v1-squashfs-factory.bin"; + sha256 = "2cac65bc3c292e6d0e1058da9f2a501da425985ad6b1d71e98a9ec42e073a78c"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v1"; + } + ]; + }; + archer-c7-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "6bec7b53a6c70fe99cb8a9ed27c832314e73c7421baa1bf9616643452b8da406"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "6f86c1fb2b5b1f5d83ea4974bab4377b657063856898d616297edf69a6f549a2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c7-v2-squashfs-factory.bin"; + sha256 = "d7cbb9a5dc2a9f56a57d521d5058c2da1835643ac1dd8ff146d3016108bb2be8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "5813fc5e6f641d0f7e04920406c727885524f12ca2f0e42d3cf06cf83a10599a"; + type = "factory-eu"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v2"; + } + ]; + }; + archer-c7-v2-il = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-archer-c7-v2-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c7-v2-il-squashfs-factory.bin"; + sha256 = "d97c5f9235707e240991d2f5f18affe40c8c2b57a284930bd61d5d699a90cfe9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c7-v2-il-squashfs-sysupgrade.bin"; + sha256 = "94df074eac04a559977f3a93a1d7538cdf5a25fa6a91d1e0b9e513fd423bbacc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v2 (IL)"; + } + ]; + }; + archer-c7-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "9d596af9cccc3da12ab0e07d233a6dadfee9edcecad6c6afa0b782a081b9b2b5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c7-v4-squashfs-factory.bin"; + sha256 = "5cf4c3cf617cc2aaac1f31a9215ba9799651ec68a49d89e5165b64d5bd097edd"; + type = "factory"; + } + ]; + supported_devices = [ + "archer-c7-v4" + ]; + titles = [ + { + title = "TP-LINK Archer C7 v4"; + } + ]; + }; + archer-c7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c7-v5-squashfs-factory.bin"; + sha256 = "91ef9e19aa7df3258d067eaae17c28d52ced217ba03ded88c8aa5d359cf7a4b3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "602b4b0e6a3fd6be8a1fb3cb1443678b4e2a64d355f6f6a380dd835cc58ab6ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "archer-c7-v5" + ]; + titles = [ + { + title = "TP-LINK Archer C7 v5"; + } + ]; + }; + arduino-yun = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-arduino-yun"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-arduino-yun-squashfs-sysupgrade.bin"; + sha256 = "5b69a806c4ca1a953df08d1fcc598b827e21f815382153dd2e556350e6035052"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Arduino Yun"; + } + ]; + }; + bsb = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-bsb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-bsb-squashfs-sysupgrade.bin"; + sha256 = "13c79bb1101aefde88ab02f7bdc3bf4985916ee540faeb306adf028105400fe4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Smart Electronics Black Swift board"; + } + ]; + }; + c-55 = { + device_packages = [ + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-c-55"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-c-55-squashfs-sysupgrade.bin"; + sha256 = "e8f2217693716ab4b525a58072809cc0bcc93829d3651c710c6cbe891438ba30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "AirTight Networks C-55"; + } + ]; + }; + cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cap324-squashfs-sysupgrade.bin"; + sha256 = "0573f36e63c5c793a62d899cf127fbfd60e39f9927ba23afb2197fc2fa24e552"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CAP324"; + } + ]; + }; + carambola2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-carambola2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-carambola2-squashfs-sysupgrade.bin"; + sha256 = "c26594d280b1f78cb0d083b8aa088d0269a02ac1fa366648a05959fa8121ff16"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Carambola2"; + } + ]; + }; + cf-e316n-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cf-e316n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cf-e316n-v2-squashfs-sysupgrade.bin"; + sha256 = "3db49eef5f93e4e80229b2ca8ad4e4b810e5494efe5bfd9246309a5ff4d92aaf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E316N v2"; + } + ]; + }; + cf-e320n-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cf-e320n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cf-e320n-v2-squashfs-sysupgrade.bin"; + sha256 = "499fdef21688328859359946fd4a97b66e3951d1954e099d19b06c2bb070c4fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E320N v2"; + } + ]; + }; + cf-e355ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cf-e355ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cf-e355ac-v1-squashfs-sysupgrade.bin"; + sha256 = "4f3a33928aa73983561d23bde8dac734412526afa9c9d1a1be36fd67702ccd95"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E355AC v1"; + } + ]; + }; + cf-e355ac-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cf-e355ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cf-e355ac-v2-squashfs-sysupgrade.bin"; + sha256 = "915dc6667edacfffc9bf2d0c4380e1e966488a36d2ba1681df84d527c1587a65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E355AC v2"; + } + ]; + }; + cf-e375ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cf-e375ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cf-e375ac-squashfs-sysupgrade.bin"; + sha256 = "b210fe08728230b31e40fafb13e32dc3eb0cb9c9ba0e594f158d05abfa78d5b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E375AC"; + } + ]; + }; + cf-e380ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cf-e380ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cf-e380ac-v1-squashfs-sysupgrade.bin"; + sha256 = "c88e42df7c0a1fb42f7a4782faaece1f82ac9c98e7fb7a8910b01a6a1c1e9540"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E380AC v1"; + } + ]; + }; + cf-e380ac-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cf-e380ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cf-e380ac-v2-squashfs-sysupgrade.bin"; + sha256 = "5caedfad9d1e799609cb527c6bdc68b0d8a990366b47aec193d02b7c3f705092"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E380AC v2"; + } + ]; + }; + cf-e385ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cf-e385ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cf-e385ac-squashfs-sysupgrade.bin"; + sha256 = "ab41e42d0a83ef1376bf1ad3b9f1999552eabcb17dfcf1cbe5faa9dd40c18c58"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E385AC"; + } + ]; + }; + cf-e520n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cf-e520n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cf-e520n-squashfs-sysupgrade.bin"; + sha256 = "cfa0d6ce41126177dfb396ccdc19f66228cc4ff37951f847135d51ee322d2db5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E520N"; + } + ]; + }; + cf-e530n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cf-e530n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cf-e530n-squashfs-sysupgrade.bin"; + sha256 = "6a704b04c4df633c3ccf82b3bd3949cfe3a0856576fe0e35ce000849b19b3c17"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "COMFAST CF-E530N"; + } + ]; + }; + cpe210-220-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cpe210-220-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cpe210-220-v1-squashfs-sysupgrade.bin"; + sha256 = "8b2a69b26fcc8b277a8179d8d2adcbbc77984243cfa17fa3fbe95b5aa8e2366d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cpe210-220-v1-squashfs-factory.bin"; + sha256 = "c82a8af4335690c5561f349240635c762feae78ee2f65989ddd32a4989c20d3c"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210/220 v1"; + } + ]; + }; + cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cpe210-v2-squashfs-factory.bin"; + sha256 = "3a4d38cddb17a81cdd2ef60f4471a56fd10231407f61c04ed428d46db4408586"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "afd4e87405f96eb161a2bc9d639ff8771fc3d2c94e0d4a8c405774d3a3fe953b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210 v2"; + } + ]; + }; + cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "95ecb3bd1c5d37e239d2437acfd0b7733fb44ef1dc2e8cf073ccea4a24662742"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cpe210-v3-squashfs-factory.bin"; + sha256 = "c86dc0b8e3d40da49508468644a3ad4c7ca660f7495e173f50ba7908307bc772"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE210 v3"; + } + ]; + }; + cpe505n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cpe505n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cpe505n-squashfs-sysupgrade.bin"; + sha256 = "48672b0578c9f2ff9cda584ee06328e85e9fd32c76ca1500df6b6ef11a8b893f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "P&W CPE505N"; + } + ]; + }; + cpe510-520-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cpe510-520-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cpe510-520-v1-squashfs-sysupgrade.bin"; + sha256 = "51d0744c9090dfdf9f1aef05f74b6489f7cb51175cc6b2273cb4459923ff4bc0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cpe510-520-v1-squashfs-factory.bin"; + sha256 = "b99dc3f702aeebd523cc74e697f020c6e4c3365d01a730865ec4fa6c135a8150"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE510/520 v1"; + } + ]; + }; + cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cpe510-v2-squashfs-factory.bin"; + sha256 = "5b71c8c9283a5816b9c2611af23aab40a57ffac8fec98719a95b12a8e83c1e7c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "f31d2a0724e653e75ae69447aaa9ec44a5cf40d8a092091a62a802f22339f2aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK CPE510 v2"; + } + ]; + }; + cpe830 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cpe830"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cpe830-squashfs-sysupgrade.bin"; + sha256 = "81254a3db4268febcf8a998ca7c5fbfc7ed3e37f893b71f68dd4dbd1c02b328e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore CPE830"; + } + ]; + }; + cpe870 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cpe870"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cpe870-squashfs-sysupgrade.bin"; + sha256 = "09b602219aa37fabd763bfeb7c8b1fca4ef585835be9ebe8b5237f227b6288a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore CPE870"; + } + ]; + }; + cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cr3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cr3000-squashfs-sysupgrade.bin"; + sha256 = "611b242f6eb12d1b63f6d5095a75c3bc3903bc021a6488e8693923217f14dd2e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CR3000"; + } + ]; + }; + cr5000 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-core" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-cr5000-squashfs-sysupgrade.bin"; + sha256 = "c0a6f2b83383d62ad8c7fa6b33630f282b88a2ffdb6c077e2e24b33ac6258b34"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PowerCloud Systems CR5000"; + } + ]; + }; + dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-dap-1330-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-dap-1330-a1-squashfs-factory.img"; + sha256 = "83d49eead77886815ef77ac74006a59ca8ba21609d9b0936192ea69838b59787"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "6e6199d6f4feeea99b106ecaeae8ec78b38724436a650d02067b56b47df343bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DAP-1330 rev. A1"; + } + ]; + }; + dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-dap-2695-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "8ba9fb1f9d3f4da7c7ffb342bd2a26ec0c54cc12afb79e9b2e17eceedbf50b34"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-dap-2695-a1-squashfs-factory.img"; + sha256 = "4978f3c839c58145c5e92798d2a7262d29fefdd9fcf049081802056681de0f9e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DAP-2695 rev. A1"; + } + ]; + }; + dir-869-a1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-dir-869-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-dir-869-a1-squashfs-factory.bin"; + sha256 = "c39c4c4ecb6521344454300c071f5fd17068ebe8b3f440bbc8f70ee79b04eb59"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-dir-869-a1-squashfs-sysupgrade.bin"; + sha256 = "2b92aaf6a8b0a51be20aa3ba79540ad89c153497b050a79970c6ac525414d5b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DIR-869 rev. A1"; + } + ]; + }; + dr342 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-dr342"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-dr342-squashfs-sysupgrade.bin"; + sha256 = "57fef1dbeb19840fe072a25bef17e0aee9367a76341e0a29e69d68e108025c78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Wallys DR342"; + } + ]; + }; + dr531 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-dr531"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-dr531-squashfs-sysupgrade.bin"; + sha256 = "4e21cb84a3b3106cea00c57d4bdc4c41381329949c2ce7a9645de310e3e0e5f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Wallys DR531"; + } + ]; + }; + dragino2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-dragino2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-dragino2-squashfs-sysupgrade.bin"; + sha256 = "d9c0150c0f733a48a0f58dd7bdddf7ae87a2323eeb01a426fa699be90c010177"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dragino 2 (MS14)"; + } + ]; + }; + e1700ac-v2-16M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-e1700ac-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-e1700ac-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "e88eed462c17328c6d6ab77e43cd0b53d17e84dc43510276c66af0c9a8ca06b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700ac-v2" + ]; + titles = [ + { + title = "Qxwlan E1700AC v2 (16MB flash)"; + } + ]; + }; + e1700ac-v2-8M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-e1700ac-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-e1700ac-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "5832ef94e5fe6a6e4e03d52df5adcd2ac25a9fb4203d6a3ef8bb0c980be84d21"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700ac-v2" + ]; + titles = [ + { + title = "Qxwlan E1700AC v2 (8MB flash)"; + } + ]; + }; + e558-v2-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-e558-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-e558-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "b69d11c4894afbd593d689c762aaa0046219949214c4ad16aa47914fb820213d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e558-v2" + ]; + titles = [ + { + title = "Qxwlan E558 v2 (16MB flash)"; + } + ]; + }; + e558-v2-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-e558-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-e558-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "c7ea7fcbd5bdb5769ed435d73e12e6a459c82ced65aa98608daec14a151ce007"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e558-v2" + ]; + titles = [ + { + title = "Qxwlan E558 v2 (8MB flash)"; + } + ]; + }; + e600g-v2-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-e600g-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-e600g-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "1186def92e064d8b3e905ffa9d91e59819056df108d71b3501702ccf00701052"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600g-v2" + ]; + titles = [ + { + title = "Qxwlan E600G v2 (16MB flash)"; + } + ]; + }; + e600g-v2-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-e600g-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-e600g-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "82dd794890232f6103fca7c5bf831dca13d188616355b174d9e9c98eba9697a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600g-v2" + ]; + titles = [ + { + title = "Qxwlan E600G v2 (8MB flash)"; + } + ]; + }; + e600gac-v2-16M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-e600gac-v2-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-e600gac-v2-16M-squashfs-sysupgrade.bin"; + sha256 = "b76e4f32ca6a9230efcca7ae406447245410fd7046dbecc1819e30755868f6a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600gac-v2" + ]; + titles = [ + { + title = "Qxwlan E600GAC v2 (16MB flash)"; + } + ]; + }; + e600gac-v2-8M = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-e600gac-v2-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-e600gac-v2-8M-squashfs-sysupgrade.bin"; + sha256 = "8828e9bea040ded591d53588bc06f6f0b1e72041b1976be70750cfb94aaf4fe5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e600gac-v2" + ]; + titles = [ + { + title = "Qxwlan E600GAC v2 (8MB flash)"; + } + ]; + }; + e750a-v4-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-e750a-v4-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-e750a-v4-16M-squashfs-sysupgrade.bin"; + sha256 = "f3af7470c79a2573d9831a33ffbfc5a67046bbb3a119e610559baf789091d1ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750a-v4" + ]; + titles = [ + { + title = "Qxwlan E750A v4 (16MB flash)"; + } + ]; + }; + e750a-v4-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-e750a-v4-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-e750a-v4-8M-squashfs-sysupgrade.bin"; + sha256 = "81888f2ef51e51c2ffa02343a31444d4cfaffa3866adccfb91e53f0128a5e23b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750a-v4" + ]; + titles = [ + { + title = "Qxwlan E750A v4 (8MB flash)"; + } + ]; + }; + e750g-v8-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-e750g-v8-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-e750g-v8-16M-squashfs-sysupgrade.bin"; + sha256 = "54588448a17a1bb0f34ee1ff66b276ce8085cdc248e55c24e1c942820361c86a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750g-v8" + ]; + titles = [ + { + title = "Qxwlan E750G v8 (16MB flash)"; + } + ]; + }; + e750g-v8-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-e750g-v8-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-e750g-v8-8M-squashfs-sysupgrade.bin"; + sha256 = "cf1329203109b5552bd1185eebfee6fdc0c9376c83b3ac03f44d4637332b0881"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e750g-v8" + ]; + titles = [ + { + title = "Qxwlan E750G v8 (8MB flash)"; + } + ]; + }; + el-m150 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-el-m150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-el-m150-squashfs-factory.bin"; + sha256 = "08d36341f6724421f93b920b05a2b7b282a6d7268f30ff609ad390e5b9e6e7d6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-el-m150-squashfs-sysupgrade.bin"; + sha256 = "57a3c0f532659610bfc2e45126f491b3af63e9234efb8e13ceda2e0390c82e4c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EasyLink EL-M150"; + } + ]; + }; + el-mini = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-el-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-el-mini-squashfs-factory.bin"; + sha256 = "66e2682c0daddbcb30ed1cd99360723e836284b41465dc61373b44f75bed1a86"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-el-mini-squashfs-sysupgrade.bin"; + sha256 = "4d29c178dc95ed2649ddc5e8b8bab0cd860e56d551729e75c6aae8c127bf1a06"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EasyLink EL-MINI"; + } + ]; + }; + ew-balin = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ew-balin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ew-balin-squashfs-sysupgrade.bin"; + sha256 = "9fca4b7a4fd1474701e4c5dba9bc009d3b033de0632c6eeb916ec280cfc1c243"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Balin Platform"; + } + ]; + }; + ew-dorin = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ew-dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ew-dorin-squashfs-sysupgrade.bin"; + sha256 = "b6ef66b4dab4065ab97564625dfd779a42c92512bc9c4a938ac0d991f86f07d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Dorin Platform"; + } + ]; + }; + ew-dorin-router = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ew-dorin-router"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ew-dorin-router-squashfs-sysupgrade.bin"; + sha256 = "0ccdcf92b0c3f1e4357a8e2ea3d398153c27150ae4d546e1f4bc91d2108d85d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Embedded Wireless Dorin Router Platform"; + } + ]; + }; + fritz300e = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-fritz300e-squashfs-sysupgrade.bin"; + sha256 = "9362888e018a9760e17ec4e5fbb251e94096a708bc98810de993e3b77f1b4acf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz300e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 300E"; + } + ]; + }; + fritz4020 = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-fritz4020-squashfs-sysupgrade.bin"; + sha256 = "793229924e82eeddb0f73388366a2e2323777170047b8d0011ee490813b83e25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz4020" + ]; + titles = [ + { + title = "AVM FRITZ!Box 4020"; + } + ]; + }; + fritz450e = { + device_packages = [ + "fritz-tffs" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-fritz450e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-fritz450e-squashfs-sysupgrade.bin"; + sha256 = "b1f6c477b4793c69f12b4fcb57cad0140d860b80870ca8920789214c66beea7f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fritz450e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 450E"; + } + ]; + }; + gl-ar150 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-gl-ar150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "4b6cdb2c189681a886f5e754d348ab79732dd79f0e637cdc01ca61ae3f6e4880"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR150"; + } + ]; + }; + gl-ar300 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-gl-ar300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-gl-ar300-squashfs-sysupgrade.bin"; + sha256 = "519ac891d96f12903f9a953d9a121c5ff8c8c418096655fed5a72b3dbfe73861"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR300"; + } + ]; + }; + gl-ar300m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-gl-ar300m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-gl-ar300m-squashfs-sysupgrade.bin"; + sha256 = "313590539f8a927d513d96dd7a9dc57bec32a0151443d2089667b0022ff0f0ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-AR300M"; + } + ]; + }; + gl-ar750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-gl-ar750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "c755455744c5c076b9223d261f54e2ac096fc1ff596ef4b44cf4e822cdfc64db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-ar750" + ]; + titles = [ + { + title = "GL.iNet GL-AR750"; + } + ]; + }; + gl-ar750s = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-gl-ar750s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-gl-ar750s-squashfs-sysupgrade.bin"; + sha256 = "312132217392f6ee5a6c4e49b7dd936522e52a0c4aeffbdd76620a86c09c0aaf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-ar750s" + ]; + titles = [ + { + title = "GL.iNet GL-AR750S"; + } + ]; + }; + gl-domino = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-gl-domino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-gl-domino-squashfs-sysupgrade.bin"; + sha256 = "25cff1c4eab724174b83f18b105405f65d374ac75eaa7806b03557f14df3f394"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet Domino Pi"; + } + ]; + }; + gl-inet-6408A-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-gl-inet-6408A-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-gl-inet-6408A-v1-squashfs-sysupgrade.bin"; + sha256 = "fccbd2dd274f8a98b089e4ec44c2cb65832ceecad106a19a21b853c8a9312563"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-gl-inet-6408A-v1-squashfs-factory.bin"; + sha256 = "0259011ec52c337f155dd48d9896fd72b84e60923a4a8607a39d1644041c5371"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet 6408"; + } + ]; + }; + gl-inet-6416A-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-gl-inet-6416A-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-gl-inet-6416A-v1-squashfs-factory.bin"; + sha256 = "97afc4a89b98e8fb3e0b685df23a5d6a4895429217ab8f0f676e71ddeafa6c6a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-gl-inet-6416A-v1-squashfs-sysupgrade.bin"; + sha256 = "56c529e9c815c9f85328a871321c6c5745a1aed3cd2fa8070aec64bcc1d5f96b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet 6416"; + } + ]; + }; + gl-mifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-gl-mifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "48808342e956b843bcae228cc2dcc1df0d777d9a1f415efc00155995cdbcb269"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GL.iNet GL-MiFi"; + } + ]; + }; + gl-usb150 = { + device_packages = [ + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-gl-usb150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "f2fa87d4164bd9d3a21456cecc6d9f7ae8df28bed794a2f3d24a9dcbfa463dac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-usb150" + ]; + titles = [ + { + title = "GL.iNet GL-USB150"; + } + ]; + }; + hiwifi-hc6361 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-fs-ext4" + "kmod-nls-iso8859-1" + "e2fsprogs" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-hiwifi-hc6361"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-hiwifi-hc6361-squashfs-sysupgrade.bin"; + sha256 = "99dea86b5d1dc1bef544d9cf46f3bd3422a03b07fa5c3c61ac1a6a9669c172b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "HiWiFi HC6361"; + } + ]; + }; + jwap230 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-jwap230"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-jwap230-squashfs-sysupgrade.bin"; + sha256 = "0dc82f7d622323c61f71da0b933b0b0bb01f506261360a538dee1e286289b9a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "jjPlus JWAP230"; + } + ]; + }; + koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-koala-squashfs-sysupgrade.bin"; + sha256 = "57dbd237f0fcdafe2063fa4311952f2df725dc402118da9ac11d6828ecbee82c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OCEDO Koala"; + } + ]; + }; + lan-turtle = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-lan-turtle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "06d54d0ce87534d5658a81233f7018f11309d324f95c548296b6b92696e92676"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 LAN Turtle"; + } + ]; + }; + lima = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-lima"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-lima-squashfs-sysupgrade.bin"; + sha256 = "7fb70810168b42f415dd05c8a6e435916751a71d9b42101f7709fb27b960f09a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Lima"; + } + ]; + }; + mc-mac1200r = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-mc-mac1200r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-mc-mac1200r-squashfs-factory.bin"; + sha256 = "346b230463b86ce605f1aa094188ff2c74fca4ad42653a5e8c2f0c9abe7009e5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-mc-mac1200r-squashfs-sysupgrade.bin"; + sha256 = "293c6d8e05272da6910d47a9ff20db5bf814e6e44bc05814c66b83bd51341847"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Mercury MAC1200R"; + } + ]; + }; + minibox-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-minibox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-minibox-v1-squashfs-sysupgrade.bin"; + sha256 = "3a1376774651acc72ce2fecbfe24ccb12eb597254e69a2b7756aad99054444be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong MiniBox V1.0"; + } + ]; + }; + "minibox-v3.2" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-minibox-v3.2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-minibox-v3.2-squashfs-sysupgrade.bin"; + sha256 = "cfe3e7deb4e2cbb26ece8448fe3cb3d74d9a319c771544797792e62f30efc9cd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-minibox-v3.2-squashfs-factory.bin"; + sha256 = "e626663861fff00d7af36210f1a03ec18adcaaf6496d488fc740a6e809a2d1f3"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Gainstrong MiniBox V3.2"; + } + ]; + }; + mr12 = { + device_packages = [ + "kmod-spi-gpio" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-mr12-squashfs-kernel.bin"; + sha256 = "0f910e9ff99a9dedb184b4a19e07d9beb0d53538bc1838515b4c9a08888dcad7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-mr12-squashfs-sysupgrade.bin"; + sha256 = "5679371c0b494111fba572e8e2e43d7ebbed2cbba9d77a0b394b509d1c407852"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-mr12-squashfs-rootfs.bin"; + sha256 = "9fee70cc05fe47636287cf73dc756d5c1f1149d046c6920abd85da1df4abafaf"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR12"; + } + ]; + }; + mr16 = { + device_packages = [ + "kmod-spi-gpio" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-mr16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-mr16-squashfs-rootfs.bin"; + sha256 = "9fee70cc05fe47636287cf73dc756d5c1f1149d046c6920abd85da1df4abafaf"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-mr16-squashfs-sysupgrade.bin"; + sha256 = "ef73153eee56932fad1c82b8281fdf801a0f3f18be8124e8aa282c27b3760505"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-mr16-squashfs-kernel.bin"; + sha256 = "cd06d61dc7f46ce0a43b770ba20e167812ff58552c4eb888b55f6f7cc42448b2"; + type = "kernel"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR16"; + } + ]; + }; + mw4530r-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-mw4530r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-mw4530r-v1-squashfs-factory.bin"; + sha256 = "c2d787caaa73320920f964130fb6480936e0e06cd0868244fd0afae1a56283ea"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "b9cb0141ddd1f2e12a56fd16617e9e57d1d26abc66d19b9068a339e3f99372ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Mercury MW4530R v1"; + } + ]; + }; + mynet-n600 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-mynet-n600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-mynet-n600-squashfs-factory.bin"; + sha256 = "d2cac0835bc3954e05f8ed8e422815f66a413ab5e3a783425d0d7e60f44212f6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-mynet-n600-squashfs-sysupgrade.bin"; + sha256 = "708df171fe470d1edd1ccbcaecb107e98bfe5dc3f1742bdfaddc3431cc12d7c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Western Digital My Net N600"; + } + ]; + }; + mynet-n750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "8bc1bbfed8f72c90ee24cc97f4689a6026ef09180368295d9654cbe2b77b4bf8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-mynet-n750-squashfs-factory.bin"; + sha256 = "42c9d2754ff14b9e9522733f85ef1ab4f3e3ec6358e934edf09e3798d0f25788"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Western Digital My Net N750"; + } + ]; + }; + n5q = { + device_packages = [ + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-n5q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-n5q-squashfs-sysupgrade.bin"; + sha256 = "9207a20529f629213f8d0bc3e5ce47a6e5c992504b35152b1a69cb9b97f25cde"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "n5q" + ]; + titles = [ + { + title = "ALFA Network N5Q"; + } + ]; + }; + omy-g1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-omy-g1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-omy-g1-squashfs-factory.bin"; + sha256 = "4d680318ce7177080d6c4a465efc0b6831538191f738d319db431841eb730170"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-omy-g1-squashfs-sysupgrade.bin"; + sha256 = "cd2b53c7d3a2dda16addf58a26afaf3e84d52dd9cf454af16c0e045d3d502f9e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OMYlink OMY-G1"; + } + ]; + }; + omy-x1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-omy-x1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-omy-x1-squashfs-factory.bin"; + sha256 = "5ec6e562ae93dd1cafe193fbd1bcfff3df16c3917497891ab33336604457b2cd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-omy-x1-squashfs-sysupgrade.bin"; + sha256 = "533958d7acd16da56f823b4efb42f3734e6d7c0fb6c6ec9b398fa97b8b1d5b5c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OMYlink OMY-X1"; + } + ]; + }; + onion-omega = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-i2c-core" + "kmod-i2c-gpio-custom" + "kmod-spi-bitbang" + "kmod-spi-dev" + "kmod-spi-gpio" + "kmod-spi-gpio-custom" + "kmod-usb-serial" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-onion-omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-onion-omega-squashfs-factory.bin"; + sha256 = "542782b5365e9a0e336d9ea8ca49b3cf12c04e786c058ca966dddcbc7f463c97"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-onion-omega-squashfs-sysupgrade.bin"; + sha256 = "cc0d01eb0a1b3de29b7395e7f657408280b735c618b27bf1102ec1909559901a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Onion Omega"; + } + ]; + }; + oolite-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-oolite-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-oolite-v1-squashfs-sysupgrade.bin"; + sha256 = "addff0216bd8f6d23ef581a8f5f8cf16c14002fc1900547524db2a234cbb7eba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V1.0"; + } + ]; + }; + "oolite-v5.2" = { + device_packages = [ + "ath10k-firmware-qca9887-ct" + "kmod-ath10k-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-oolite-v5.2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-oolite-v5.2-squashfs-sysupgrade.bin"; + sha256 = "603036163ac1b1a8fac5d8837c5ae75d7c723e1af912a740cd03e4cbe327b26a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V5.2"; + } + ]; + }; + "oolite-v5.2-dev" = { + device_packages = [ + "ath10k-firmware-qca9887-ct" + "kmod-ath10k-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-oolite-v5.2-dev"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-oolite-v5.2-dev-squashfs-sysupgrade.bin"; + sha256 = "df645a1bc23799b948d5395612584535f143142afc70b6208ab32df25b78b625"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "GainStrong Oolite V5.2-Dev (development board)"; + } + ]; + }; + packet-squirrel = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-packet-squirrel"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "d5263015b0d1e9b5e81d50771a0fbccb64a5375f2c9a4aaf59ce6da9c71df8d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 Packet Squirrel"; + } + ]; + }; + pqi-air-pen = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-pqi-air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-pqi-air-pen-squashfs-sysupgrade.bin"; + sha256 = "ca9bec9c1b7db8c53c4367217217360fb6508ff2412041e972cc01829e306d05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PQI Air Pen"; + } + ]; + }; + qihoo-c301 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-qihoo-c301"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-qihoo-c301-squashfs-sysupgrade.bin"; + sha256 = "da00a979724ce4f8b4227b756c8e5c194d941ac63814f43315feca6556edfdbc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-qihoo-c301-squashfs-factory.bin"; + sha256 = "c3e366a4b9ad6b95e58e75a5545fadb2f4ab1367e52fa470f6ce22f5a067bc14"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Qihoo C301"; + } + ]; + }; + r36a = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-r36a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-r36a-squashfs-sysupgrade.bin"; + sha256 = "c0916ca483007e3a50ec49af422343c206eedc36a9aea8c5810d14da21ed8fe6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "r36a" + ]; + titles = [ + { + title = "ALFA Network R36A"; + } + ]; + }; + r602n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-r602n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-r602n-squashfs-sysupgrade.bin"; + sha256 = "cc0b9c2df84df5ef547f3ab50487386f9daf8c10e50a08148b32636785250923"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "P&W R602N"; + } + ]; + }; + re355-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-re355-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-re355-v1-squashfs-factory.bin"; + sha256 = "c04dc198db40fd0c3688c6c760bea26000b1affbedb5e6aa79b6568bd0167983"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-re355-v1-squashfs-sysupgrade.bin"; + sha256 = "7628e1691d1fceafe4a00e3ad4e61c5abb75173106e930512356943a22500c45"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK RE355 v1"; + } + ]; + }; + re450-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-re450-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-re450-v1-squashfs-sysupgrade.bin"; + sha256 = "e9c1a2f4449fdc4c1b952619ec80b3871e032b733273c8d6a79eaaee60865407"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-re450-v1-squashfs-factory.bin"; + sha256 = "19617f85fa4c18e8b35008cfe94664d0932ae15085db64cd762e2c74d1b7e6c1"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK RE450 v1"; + } + ]; + }; + rme-eg200 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-rme-eg200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-rme-eg200-squashfs-sysupgrade.bin"; + sha256 = "452d257e0f13f1a1f7e80fa032f40ac9168162a90bd7225801337fec63fe8687"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "eTactica EG-200"; + } + ]; + }; + rut900 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-rut900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-rut900-squashfs-factory.bin"; + sha256 = "d1f5f91a1a33d01dc86a4a93ede87b72d111ad763e4e56806f7a13f3f98e4c4b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-rut900-squashfs-sysupgrade.bin"; + sha256 = "0a0e879beadddd87f931c9a4474e3665dc92ddd785c776f36b5551dd09429ad1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rut900" + ]; + titles = [ + { + title = "Teltonika RUT900"; + } + ]; + }; + rw2458n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-rw2458n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-rw2458n-squashfs-factory.bin"; + sha256 = "11ccd78d9f17a5bf92d40a975e2120568d4179c479e974de6d859cb18e4fa33b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-rw2458n-squashfs-sysupgrade.bin"; + sha256 = "c3fad650944b437a3c2760a39c1fb267aaf3bc094c9ef4d20f39fb8b96533f71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RW2458N"; + } + ]; + }; + sc1750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-sc1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-sc1750-squashfs-sysupgrade.bin"; + sha256 = "c9d3345fbe7a09cad95141b13929303153d8852ed2954c0a8e9510044a6b38f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC1750"; + } + ]; + }; + sc300m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-sc300m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-sc300m-squashfs-sysupgrade.bin"; + sha256 = "15e3b87cc8bff96048c776605bc0699cb41ce46d52c03ba4c713aebd9ab5430d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC300M"; + } + ]; + }; + sc450 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-sc450"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-sc450-squashfs-sysupgrade.bin"; + sha256 = "bf5e36b7600488a57b21466d8086dddc9a35ff95d77b1f7dc67d3b995b46904d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Abicom SC450"; + } + ]; + }; + smart-300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-smart-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-smart-300-squashfs-factory.bin"; + sha256 = "d0b7fb7df984f2d98976f2ace26b265262e3cccdf85e1a607df5330ee5389341"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-smart-300-squashfs-sysupgrade.bin"; + sha256 = "6d2f25caa4ebaa536454e99e05a567f1171669bd9d09fd549a9ea195c9f235bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NC-LINK SMART-300"; + } + ]; + }; + som9331 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-i2c-core" + "kmod-i2c-gpio-custom" + "kmod-spi-bitbang" + "kmod-spi-dev" + "kmod-spi-gpio" + "kmod-spi-gpio-custom" + "kmod-usb-serial" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-som9331"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-som9331-squashfs-factory.bin"; + sha256 = "4b1be0d11f96cbe8a3bb4d8076d4c98d68f1bad034b36dc93e5682fbbda01a35"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-som9331-squashfs-sysupgrade.bin"; + sha256 = "cb888422c4a758365fa14f9804835b464900542841e372d84bec633bb1853738"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "OpenEmbed SOM9331"; + } + ]; + }; + sr3200 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-sr3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-sr3200-squashfs-sysupgrade.bin"; + sha256 = "40156c499842f1fc847e4cc40bcf5ee646cd845391d0811ce07e829b6156d0ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore SR3200"; + } + ]; + }; + t830 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-t830"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-t830-squashfs-sysupgrade.bin"; + sha256 = "ff6ecbecb4420abd6e864bba1ab9fe2fc5f39687e0e6b5c167ff9d324b8a8295"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t830" + ]; + titles = [ + { + title = "YunCore T830"; + } + ]; + }; + tellstick-znet-lite = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-serial" + "kmod-usb-serial-pl2303" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tellstick-znet-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tellstick-znet-lite-squashfs-sysupgrade.bin"; + sha256 = "8ed33a3070a1f31c8181290ccffaa14eac7a35b1727819379ae576a47653acac"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tellstick-znet-lite-squashfs-factory.bin"; + sha256 = "46afb5cedda19e5e595348244bdafe5e67a0a2b6aae0a0c2943256cc5f44474f"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TellStick ZNet Lite"; + } + ]; + }; + tl-mr6400-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-rndis" + "kmod-usb-serial" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-mr6400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "9ec6319876aa09c9a0b387f5fe2ae57ad02a1f8334dde7a3e0ee5749aeef15b3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "9d461fed283923c4c0bf5123c3a7687d617a7a7fdaec49d720f1747cf23226dc"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-MR6400 v1"; + } + ]; + }; + tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "d0c37a5c6215d52833c07c07e3fe453b8dbff1b6d684313ff45151b490b6c24e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "2d1b4ff5da97364e947e6967a59543d624599f09d4a6fd7150ea9e7b014e266e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR3500 v1"; + } + ]; + }; + tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "b067564939c02ec7bb0c76b759aead949b2541e0669ea8e73e5cea454902a91e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "1189da2b152fc3f1e60ae3a3f5f3cb350d5b4e5291be6109efde6fc22a530c08"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR3600 v1"; + } + ]; + }; + tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "5c9c6e1f82ee9b06a2df4ab7d32ca1cea6eb03dbffff5b429bcf894d2d4c44ee"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "2680f513fa5ca19eb95e986aa032c30122324647fbf524d061a7e44b4bb6d2c3"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4300 v1"; + } + ]; + }; + tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "acdd2af8aab863d225b535b5ff4eba23ff5298b6d211c0b1f9828af8c8b61a94"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "64174e966a75351004b5666920de759f9708e35b0bbe5b22d2c0c811943d8a3c"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4300 v1 (IL)"; + } + ]; + }; + tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "e9aa5eb68ed0ddd024f486ff1b5be873117fac355fc6422de377da7070cae30a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "1fea90b935848ae2700cb15862bd837c16e55f44b85aa34dec608c1f6eee7afc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4310 v1"; + } + ]; + }; + tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "294df0b75dc80fee3d43bbf52c1f83299d1dd09ff388d785987dcbd098cf66e6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "de7e198dceb1f935a139e3d9aaa9c0991ed88892e5da0d549be0c3def9c6f334"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR4900 v2"; + } + ]; + }; + tl-wdr6500-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wdr6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wdr6500-v2-squashfs-sysupgrade.bin"; + sha256 = "5b708e2c8327cbab0b89b7ac94e60960e79b0f79f7a7931201839bdd18eab23e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wdr6500-v2-squashfs-factory.bin"; + sha256 = "75f62aeab23eaff0b658f50c0d864cc8ea68539a2401557433d54262fbfe3b84"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WDR6500 v2"; + } + ]; + }; + tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wdr7500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "eede484a896ccca8722942bdbf2c103c11ae21ab05fa1124be13cf8c7e949a39"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "a4764f4de22dc11a76bbe835f3193ce3311a736ae18677d1fe76a79e72ac0ac1"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C7 v3"; + } + ]; + }; + tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wpa8630-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "7d394374894072eb8a882abf051980c64feae7e634559150b267b7728135d14e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "7eb1c71e1c3c733ef88bd38a112b29dff4a679f7a050a49a69d1e274a92d8d2d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WPA8630 v1"; + } + ]; + }; + tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "81e49f4c71ed824277b4341ecbf3243e98937d859feebcc1e3c28670cc1f48b4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "f754762a071e309d7cf7672d493a951414f9ece769aa4d56ac1292069a1dd298"; + type = "factory"; + } + ]; + supported_devices = [ + "tl-wr1043n-v5" + ]; + titles = [ + { + title = "TP-LINK TL-WR1043N v5"; + } + ]; + }; + tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "3c875750a5ca63b9ca7597065413c30f489d5b3cd052f23e0e1b62262c5fda5a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "ae8c307a4f8e5154b6df001fbf5db83f8627f908563928194e424ab6eb4fb6da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v1"; + } + ]; + }; + tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "fcaf3abd0d6f98948c53ac9ab810851e024d76b9431e23d5cdc65643dfb5c0b1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "4c14df44a42b3295891c742b7a0f32b34bdb1d8aab73bb23016e1f45a0fe777f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v2"; + } + ]; + }; + tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "1cfe5e1ce1b9a339682b5e5dc8a7130dddeb3f78e69d288c3cd4928e94724326"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "1f1c16de2e18531a76ac7147930bf490de92786a64941157115a4c0538c58ec4"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v3"; + } + ]; + }; + tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "8cbb8076215d7dd2f2cc0a890c1dbb832a7207993dc723a78dc0e65633ef637f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "fd5528c561866e998b72663fd94b4ee4fdbb475b4438e94528b52ba1b5c72408"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR1043N/ND v4"; + } + ]; + }; + tl-wr2543-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "1c62a6a3679e8ed61252a5d4c05cb5b7a03d67c68c64bb954896a3a78e375c3d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "fc63c2a96f451bb2cf15cdf646b4d785e3aa269ae040e895c11a3c4333145d9e"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR2543N/ND v1"; + } + ]; + }; + tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "bf7a662715c99b3d6add871c37d295df8b671c77a559da840d0a6c1f96fad6e9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "d8a91e32981598340219dfc3e994b4dfd917c74e8fffa95b759e1089c588b845"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR710N v1"; + } + ]; + }; + "tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "60e047f3bbb6f520240972fafbcab427ab9d76790ac1d6141fd37e77bda0b96c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "a14ed0972ec236ead6b0ad16479c07f9c38352e2a09d4966cadaa93700edb832"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR710N v2.1"; + } + ]; + }; + tl-wr810n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "c8bb09ea268b4b02cc457c15f322fd460e3cb0d254bd23246fb8b565e73d6629"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "f98c74200d3e7da419689b8c073fe06995ab4826c8463be366aa7695ee9b11ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR810N v1"; + } + ]; + }; + tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wr810n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "181971aede656250c52011857d5081a4797b741fb71c5c2a08932c6d219be519"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "6b4f43a91cabb37c40ad0e69e01328b775c0763f8ea9147814b242d4ce593f41"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR810N v2"; + } + ]; + }; + tl-wr842n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "d3fd5fe53179dc492f46a3ffe00e84e8fbbe1381ef57b9e18a7c3a20704f717a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "0ed1f47158f2175880c1c219ec76f0f011460af5a76b3b320d90ca0af56ffcfc"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v1"; + } + ]; + }; + tl-wr842n-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "338ee4ee55062077404408c40e9c04580ffd3c7dce748d1d04084665a378f860"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "c3c4f9415264a969b2c734b0d2e70de5479addf685fbb5c09930bf005b0723fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v2"; + } + ]; + }; + tl-wr842n-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "65109bac1a4561e6d355a94720f11c70d74cf099d96bc6f4f238416e956a7d50"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "77a750732aefdfd9c5ca4bec22ea4eeb1214ceac8c65d80bf9d2ca5c28fa1aa2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK TL-WR842N/ND v3"; + } + ]; + }; + tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wr902ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "be34130d25c4096ac6b49a1b59d83588bef3b6ef1dce422e657562e53db67267"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "5ddd68b1a1520d650ba0c1ac97185c245a6219705552adcabb1a1642b241f027"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wr902ac-v1" + ]; + titles = [ + { + title = "TP-LINK TL-WR902AC v1"; + } + ]; + }; + tl-wr942n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-tl-wr942n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr942n-v1-squashfs-sysupgrade.bin"; + sha256 = "8317b0791aff99c772c45aa23dd5f79fe02e20289b0e6492dc5d40693d07eb77"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-tl-wr942n-v1-squashfs-factory.bin"; + sha256 = "5527f3aef254c0c1189dcb1341cada7377a48011321c9f608bc6db3180a37042"; + type = "factory"; + } + ]; + supported_devices = [ + "tl-wr942n-v1" + ]; + titles = [ + { + title = "TP-LINK TL-WR942N v1"; + } + ]; + }; + ts-d084 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ts-d084"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ts-d084-squashfs-sysupgrade.bin"; + sha256 = "47d03ff139a630b2e8c8e7e3672dee14bb7d38763e8d55f509e3b13479424718"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ts-d084-squashfs-factory.bin"; + sha256 = "4a8cbac0026dff0e39e3b43cec66d1f94597fba3de3c36e98940d395ab398730"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PISEN TS-D084"; + } + ]; + }; + ubdev01 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubdev01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubdev01-squashfs-sysupgrade.bin"; + sha256 = "7742c3abb8b0f006f6f0fa3ad3c9bd4faddd3fd7d883e426e88ae238763b391f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubdev01-squashfs-factory.bin"; + sha256 = "18de5df1337bf7fafa1a33e2029382b55b9586aec992dee7cafa98e840dd6dca"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti ubDEV01"; + } + ]; + }; + ubnt-air-gateway = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-air-gateway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-air-gateway-squashfs-factory.bin"; + sha256 = "93ba2b2bf6141658b1f4d32635cbade220decf1a01f9dc087963cdd917eb1e65"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-air-gateway-squashfs-sysupgrade.bin"; + sha256 = "3590d43d043ccdbbb1ccc087f00513a8689badecaf825340566b5d8470e8bd5c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Air Gateway"; + } + ]; + }; + ubnt-air-gateway-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-air-gateway-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-air-gateway-pro-squashfs-factory.bin"; + sha256 = "622db7330d3ef4855b51db710c711132eaebe95359f14b015afa2795072bedf2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-air-gateway-pro-squashfs-sysupgrade.bin"; + sha256 = "6c85b8902747269fd3fe15061aeb092108445ef027546170ecd8b1a8805c82ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Air Gateway Pro"; + } + ]; + }; + ubnt-airrouter = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-airrouter-squashfs-factory.bin"; + sha256 = "275095ef2ff4fa3cda86a73e060be680a93c7e2b305037cb8fe636e3d4bf91ba"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-airrouter-squashfs-sysupgrade.bin"; + sha256 = "269e917649d7a3a971f601cb52950cea6d76d3ed31abc9c24f9adcc73f3cfab3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti AirRouter"; + } + ]; + }; + ubnt-bullet-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-bullet-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-bullet-m-squashfs-factory.bin"; + sha256 = "3c9ea56395a38c38c0a80d3578735ca23afa3728068a71fc89871a518c6287ef"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-bullet-m-squashfs-sysupgrade.bin"; + sha256 = "18757346daf215dff86151c0e2111469cd7d71e9d9606ec179ba554a33647e59"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Bullet-M"; + } + ]; + }; + ubnt-bullet-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "43629919befc8287420cd4025d3d46872caa4aefa30fe9deef4a876af29363ad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-bullet-m-xw-squashfs-factory.bin"; + sha256 = "b5851171256343915aa1e5b76d512d245e6d928501a9d94f1fa35bb1f3fd8bec"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Bullet-M XW"; + } + ]; + }; + ubnt-lbe-m5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-lbe-m5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-lbe-m5-squashfs-factory.bin"; + sha256 = "7c3ec5f37ddd22083f3b77f4c84ded905a0dc264b78a2b4054617a870c5f9b87"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-lbe-m5-squashfs-sysupgrade.bin"; + sha256 = "e0e9d2704230dc1a1b80b47264063da825e16b7675576eddf58b9afdc6d4a376"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Litebeam M5"; + } + ]; + }; + ubnt-loco-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-loco-m-xw-squashfs-factory.bin"; + sha256 = "76fae69c83dec4b1e98ce5b480965d69529124f21d7e1e95416e3ca2895d179e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "cfe0ac8186ab5daedca1dee92024924feb4bd70c5644cac21f574600758a4ebc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Loco XW"; + } + ]; + }; + ubnt-ls-sr71 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-ls-sr71"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-ls-sr71-squashfs-factory.bin"; + sha256 = "7585efed8afd8c78178f1a9996c2b9b39dd1ee7ff3352251cbbc88c467d51eb8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-ls-sr71-squashfs-sysupgrade.bin"; + sha256 = "b88604545abeb1c465ba359241ffc5613001f9a9d99bdf09d374d677d1a614b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti LS-SR71"; + } + ]; + }; + ubnt-nano-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-nano-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin"; + sha256 = "67532597fccd62465a80d060d6e351db63472ca23e752d374a90111bda55b73d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin"; + sha256 = "4a37f68390823add9cbbca2fd0766d12414c8f91e4f0465be28c9536b7e942f6"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Nano-M"; + } + ]; + }; + ubnt-nano-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-nano-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-nano-m-xw-squashfs-factory.bin"; + sha256 = "cd8132646cb3ebc196b99687744b04afb25b6a5ed0957da854b09721f786a66b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-nano-m-xw-squashfs-sysupgrade.bin"; + sha256 = "74c3589f5b9d370297668295eec6740c1fd507e3423cd3b4a9be56668aeedab7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Nano M XW"; + } + ]; + }; + ubnt-rocket-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-rocket-m-squashfs-sysupgrade.bin"; + sha256 = "d20aa4602f5bc808504b74e5d5ae00cd1694375acbda1e78853f0f1dcf0fa5ee"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-rocket-m-squashfs-factory.bin"; + sha256 = "43b5e2b6ab71118f1fe3c241f28feab4683f1d533aa3b6ca751c5e648b84edd7"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket-M"; + } + ]; + }; + ubnt-rocket-m-ti = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-rocket-m-ti"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-rocket-m-ti-squashfs-sysupgrade.bin"; + sha256 = "22b965005f13ef863628ac466d4948f949b22b50fb8dd3429531c911b228e4c1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-rocket-m-ti-squashfs-factory.bin"; + sha256 = "a91f57b25f5ff7cc147f3085fdde0d890af078c05c0e944515901954bd3e6e03"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket M TI"; + } + ]; + }; + ubnt-rocket-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-rocket-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-rocket-m-xw-squashfs-factory.bin"; + sha256 = "d7b43c7b3f7182e6c582edf3a2529fb2ef817c9c60a8f686d6aa63747d0dd806"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-rocket-m-xw-squashfs-sysupgrade.bin"; + sha256 = "b18b46fb1e44d66860ad41b6e1f91a8ca84da3881aab6e42fdff48429bc0c835"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti Rocket M XW"; + } + ]; + }; + ubnt-rs = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-rs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-rs-squashfs-sysupgrade.bin"; + sha256 = "c12b93af237605820232344291cf922bc3708de048d26cae96df42cab56922af"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-rs-squashfs-factory.bin"; + sha256 = "96654a243b17a90b30d9744a805240e00c5190e274fde173ba8e719e68358842"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RouterStation"; + } + ]; + }; + ubnt-rspro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-rspro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-rspro-squashfs-sysupgrade.bin"; + sha256 = "2ac2f8c75e5602ae0bf1e7d6a2b25120a806fa1afe9deea2b2c9cd55224a0bac"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-rspro-squashfs-factory.bin"; + sha256 = "9470a5272dc1fae06a68f234c6e3c03200e0878fc623873f7c71a96bf2ef1e95"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti RouterStation Pro"; + } + ]; + }; + ubnt-uap-pro = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-uap-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-uap-pro-squashfs-sysupgrade.bin"; + sha256 = "db8078b557a2faa5fef7451316000fc6e288e827b8b223ca626b2332d7112570"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-uap-pro-squashfs-factory.bin"; + sha256 = "f15341dd4c88266479f177d586706bba7c6594608590ff909a22b9d5c972e1fb"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UAP Pro"; + } + ]; + }; + ubnt-unifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-unifi-squashfs-sysupgrade.bin"; + sha256 = "2d2a1f489a56d01bbd1db1045272f83b88a0e88aa3e4797c2262e72644c39d38"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-unifi-squashfs-factory.bin"; + sha256 = "8a99e143509b8a7fcd74e825378359990a4dea126d386f7d3f324ce9aa379c35"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi"; + } + ]; + }; + ubnt-unifi-outdoor = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-unifi-outdoor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-unifi-outdoor-squashfs-factory.bin"; + sha256 = "0b0839ec94b90059f4f3f0a01ea51a940292bfcb8c532d0c7803b5285ce7b64b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-unifi-outdoor-squashfs-sysupgrade.bin"; + sha256 = "0e7fc7611e0dd7236b019cc2784f4a2195335706b9a456a72228997e7e2b873b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi Outdoor"; + } + ]; + }; + ubnt-unifi-outdoor-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-unifi-outdoor-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-unifi-outdoor-plus-squashfs-factory.bin"; + sha256 = "81e7e683f95cdb35227a204b19d35da99be92d948a77016bf00df34f2fddbdec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-unifi-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "79494db4d2b79ae6d888103e0f0ff08410d2644709391ac2f6145d2af8bb1a63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi Outdoor Plus"; + } + ]; + }; + ubnt-unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "6e94866e8eaf17fdd49f19f14c51eb715225aa2d87c907c35e55fb37f5170142"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Lite"; + } + ]; + }; + ubnt-unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "6e94866e8eaf17fdd49f19f14c51eb715225aa2d87c907c35e55fb37f5170142"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-LR"; + } + ]; + }; + ubnt-unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-unifiac-mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "6e94866e8eaf17fdd49f19f14c51eb715225aa2d87c907c35e55fb37f5170142"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh"; + } + ]; + }; + ubnt-unifiac-mesh-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "52b9ea906376b050075d1c8bcbbca93825927e3ffff41f8b234d0cfdf80aa0c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh-Pro"; + } + ]; + }; + ubnt-unifiac-pro = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-ubnt-unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-ubnt-unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "52b9ea906376b050075d1c8bcbbca93825927e3ffff41f8b234d0cfdf80aa0c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Pro"; + } + ]; + }; + wam250 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wam250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wam250-squashfs-sysupgrade.bin"; + sha256 = "43eb938242b846155fa695673932e5a0718fbfb37b97390bdff40d27b8882520"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wam250" + ]; + titles = [ + { + title = "Samsung WAM250"; + } + ]; + }; + wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wbs210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "bb6204b632fe792d51e42b7002fb991d913088bc67deb92c1b47b306ad2eca06"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wbs210-v1-squashfs-factory.bin"; + sha256 = "d93b95335f5428e95772aaba064c8317287e6a30929d39a2804c5e7aacfddcc0"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK WBS210 v1"; + } + ]; + }; + wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "3fda8b15745b560f07b11297e53472563ce61c2ad8caf23485cdd7d1b6553322"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wbs510-v1-squashfs-factory.bin"; + sha256 = "f64343de4ff863980470abe13e536ff5e07a9be284c2193263da957ea3bd1289"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK WBS510 v1"; + } + ]; + }; + weio = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-weio"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-weio-squashfs-sysupgrade.bin"; + sha256 = "ea68a4593bcd7107c1032c5eab996cff704b79d52ed7f96fdaf611a142e605f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "WeIO"; + } + ]; + }; + wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wifi-pineapple-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "c9eb57bc302591ee24ee032e4ef12402b30e4a6959f728dc4f7e4fd96b326fbb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Hak5 WiFi Pineapple NANO"; + } + ]; + }; + wlr8100 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wlr8100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wlr8100-squashfs-sysupgrade.bin"; + sha256 = "0ef5e0a3c8779643baa6de85d6e3f57334a4f54982e73f919aff10ed1e47a9e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sitecom WLR-8100"; + } + ]; + }; + wndr3700 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wndr3700-squashfs-factory-NA.img"; + sha256 = "284c19e8508fad6f047fc28ee333e555a1f3bb2158a2f4582f2493af51027d43"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wndr3700-squashfs-factory.img"; + sha256 = "7fc9ec8ad9f0255aadfb64f66a84bbdd67364412d384cdb1c07841fd9a43444b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wndr3700-squashfs-sysupgrade.bin"; + sha256 = "b0634e321f7e6fcc5fcf39a2da7567465a49ca48fa9fee2728344794514b3916"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3700"; + } + ]; + }; + wndr3700v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wndr3700v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wndr3700v2-squashfs-factory.img"; + sha256 = "7b370c6b69062a6729824116ce91fd0674edc232a13d01b90c097b7e08056184"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wndr3700v2-squashfs-sysupgrade.bin"; + sha256 = "afc68e6fb7ca4e35b9b24a714271f8fe916ad606e6f5fda2c06bf2a2caafb6ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3700 v2"; + } + ]; + }; + wndr3800 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wndr3800-squashfs-factory.img"; + sha256 = "6e03f05bea84f4839b5422aa63a00f1600aa2bd482154a740ee6d7e9e8b515ce"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wndr3800-squashfs-sysupgrade.bin"; + sha256 = "afc68e6fb7ca4e35b9b24a714271f8fe916ad606e6f5fda2c06bf2a2caafb6ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3800"; + } + ]; + }; + wndr3800ch = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wndr3800ch-squashfs-factory.img"; + sha256 = "b0e2a147bc9cad6e853d1d1803ba3bc5eec852a7e8f0a1c75b7b3f6e9b9950eb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "afc68e6fb7ca4e35b9b24a714271f8fe916ad606e6f5fda2c06bf2a2caafb6ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDR3800 (Ch)"; + } + ]; + }; + wndrmac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wndrmac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wndrmac-squashfs-factory.img"; + sha256 = "6af0b84e38846a1ff77ece45a65ededbee41c744ff47020b800f211427387b20"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wndrmac-squashfs-sysupgrade.bin"; + sha256 = "afc68e6fb7ca4e35b9b24a714271f8fe916ad606e6f5fda2c06bf2a2caafb6ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDRMAC"; + } + ]; + }; + wndrmacv2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-wndr3700-usb" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wndrmacv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wndrmacv2-squashfs-sysupgrade.bin"; + sha256 = "afc68e6fb7ca4e35b9b24a714271f8fe916ad606e6f5fda2c06bf2a2caafb6ef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wndrmacv2-squashfs-factory.img"; + sha256 = "7f5710ad3b3efdfdde0c6e2821d54c1933b083ff86869088e25065d02a8c3890"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NETGEAR WNDRMAC v2"; + } + ]; + }; + wpj342 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wpj342"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wpj342-squashfs-sysupgrade.bin"; + sha256 = "772bfa55533ada4557d3967f15e2ce35270fd5f6fb7520911101dcc5419cd08f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ342 (16MB flash)"; + } + ]; + }; + wpj344 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wpj344"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wpj344-squashfs-sysupgrade.bin"; + sha256 = "58fbdef094190226da0428744d067d62488ceefcd6b276431161232b2ce9f50f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wpj344" + ]; + titles = [ + { + title = "Compex WPJ344 (16MB flash)"; + } + ]; + }; + wpj531 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wpj531"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wpj531-squashfs-sysupgrade.bin"; + sha256 = "81daa127f325e011e4278eb417179fe895cb954e549960f476bfec0c93f66fab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ531 (16MB flash)"; + } + ]; + }; + wpj558 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wpj558"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wpj558-squashfs-sysupgrade.bin"; + sha256 = "eafa5f212b9d45453a61502bec306f7957da37653422b18df0247c458a7096c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wpj558" + ]; + titles = [ + { + title = "Compex WPJ558 (16MB flash)"; + } + ]; + }; + wpj563 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wpj563"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wpj563-squashfs-sysupgrade.bin"; + sha256 = "e05f1faa7eb0bbd03fa92657b67dc9ccb84772cf0bb4b49aa4482ac52ac5c4f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Compex WPJ563 (16MB flash)"; + } + ]; + }; + wrtnode2q = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-wrtnode2q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-wrtnode2q-squashfs-sysupgrade.bin"; + sha256 = "edf2cd51e027d0691721ef42f61fa73d775ff3b3cc75b60f596adec6fec9621b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "WRTnode2Q"; + } + ]; + }; + xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-generic-xd3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-generic-xd3200-squashfs-sysupgrade.bin"; + sha256 = "36933f5017ab21c6575007cddc94d24c30f57be95aa3ade3c345d5f686cfc910"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "YunCore XD3200"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "ar71xx/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "nand-utils" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + nand-64m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-mikrotik-nand-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-mikrotik-nand-64m-squashfs-sysupgrade.bin"; + sha256 = "46ae952b1e527c018a7544961b6099d2d450546ee5c2ca8dc98d0176754e4418"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MikroTik RouterBoard (64 MB NAND)"; + } + ]; + }; + nand-large = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-mikrotik-nand-large"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-mikrotik-nand-large-squashfs-sysupgrade.bin"; + sha256 = "ec0a22759418ad86372d3fe98fb16f363be94d366277489be2e6f60b86d6cdc5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MikroTik RouterBoard (>= 128 MB NAND)"; + } + ]; + }; + nand-large-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-mikrotik-nand-large-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-mikrotik-nand-large-ac-squashfs-sysupgrade.bin"; + sha256 = "4e04ed6a00ca9eaf91bd7a3888171b0fa487b429b17b69330a227e70fab074ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-921gs-5hpacd-r2" + "rb-922uags-5hpacd" + ]; + titles = [ + { + title = "MikroTik RouterBoard (>= 128 MB NAND, 802.11ac)"; + } + ]; + }; + rb-nor-flash-16M = { + device_packages = [ + "rbcfg" + "rssileds" + "-nand-utils" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-mikrotik-rb-nor-flash-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-mikrotik-rb-nor-flash-16M-squashfs-sysupgrade.bin"; + sha256 = "65d038e4fb9a2235b0117d0111e76ca57985a1aa7891b227e5280578e1643fb2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-750-r2" + "rb-750up-r2" + "rb-750p-pbr2" + "rb-911-2hn" + "rb-911-5hn" + "rb-931-2nd" + "rb-941-2nd" + "rb-951ui-2nd" + "rb-952ui-5ac2nd" + "rb-962uigs-5hact2hnt" + "rb-lhg-5nd" + "rb-map-2nd" + "rb-mapl-2nd" + "rb-wap-2nd" + "rb-wapr-2nd" + "rb-sxt-2nd-r3" + ]; + titles = [ + { + title = "MikroTik RouterBoard (16 MB SPI NOR)"; + } + ]; + }; + rb-nor-flash-16M-ac = { + device_packages = [ + "rbcfg" + "rssileds" + "-nand-utils" + "kmod-ledtrig-gpio" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-mikrotik-rb-nor-flash-16M-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-mikrotik-rb-nor-flash-16M-ac-squashfs-sysupgrade.bin"; + sha256 = "50b998e54dd32c8646bb88bfbc6141eaf584fde71e93b9c445151a341374faf4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb-750-r2" + "rb-750up-r2" + "rb-750p-pbr2" + "rb-911-2hn" + "rb-911-5hn" + "rb-931-2nd" + "rb-941-2nd" + "rb-951ui-2nd" + "rb-952ui-5ac2nd" + "rb-962uigs-5hact2hnt" + "rb-lhg-5nd" + "rb-map-2nd" + "rb-mapl-2nd" + "rb-wap-2nd" + "rb-wapr-2nd" + "rb-sxt-2nd-r3" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + title = "MikroTik RouterBoard (16 MB SPI NOR, 802.11ac)"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "ar71xx/mikrotik"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + c-60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-core" + "kmod-usb2" + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-nand-c-60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-nand-c-60-squashfs-sysupgrade.tar"; + sha256 = "a88938ca169d7e223f41fa95730448ca8c50be4d9b4be11c6d900b65ecf88194"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "AirTight C-60"; + } + ]; + }; + hiveap-121 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-i2c-gpio-custom" + "kmod-spi-gpio" + "kmod-ath9k" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-nand-hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-nand-hiveap-121-squashfs-sysupgrade.tar"; + sha256 = "d21c79ae83fe559cc25647a375215955e036298c8f0af53aaee9a2858a1c030d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-nand-hiveap-121-squashfs-factory.bin"; + sha256 = "32275fbbb3ca4f0f8238588f558d319849d1385fe7c3db2725aa8f53319f7f82"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Aerohive HiveAP-121"; + } + ]; + }; + mr18 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-ath9k" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-nand-mr18"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-nand-mr18-squashfs-sysupgrade.tar"; + sha256 = "3460847aa16fa1807aa8b86d9d787610e7f8006f0c106c7b7fefc9ea9ca6884c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki MR18"; + } + ]; + }; + rambutan = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-nand-rambutan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-nand-rambutan-squashfs-sysupgrade.tar"; + sha256 = "d0bce3d271be41758d2ce0b31be97a9519a3d503180b986912733c039183032c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-nand-rambutan-squashfs-factory.ubi"; + sha256 = "ad19b83a2f6c483b8bad38f40957c9f792f71d8e13609421a8d00a59d16244d5"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "8devices Rambutan"; + } + ]; + }; + wi2a-ac200i = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-nand-wi2a-ac200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-nand-wi2a-ac200i-squashfs-sysupgrade.tar"; + sha256 = "6019a16ec8d9ca8add566c4a60a8702c5721bb6f99ee9d6ba40be574f3265c2c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wi2a-ac200i" + ]; + titles = [ + { + title = "Nokia WI2A-AC200i"; + } + ]; + }; + z1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-spi-gpio" + "kmod-ath9k" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-nand-z1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-nand-z1-squashfs-sysupgrade.tar"; + sha256 = "bb8a46ca21f36dfb415ac2d289d0e2eabdb5dd3872ce004d5c816f00d5146b4d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Meraki Z1"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "ar71xx/nand"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + ens202ext = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ar71xx-tiny-ens202ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-tiny-ens202ext-squashfs-sysupgrade.bin"; + sha256 = "ac1a76edfed509d46b69a2fa9f722893bdb116c564b49fc0b2e3fcd0e3705334"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ar71xx-tiny-ens202ext-squashfs-factory.bin"; + sha256 = "6fd6787e095dd93b0ea99f4342dd529c0ee427104f16fa5056d7d9c84f99b4be"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "EnGenius ENS202EXT"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "ar71xx/tiny"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + arc770 = { }; + archs38 = { }; + armvirt = { }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "wpad-mini" + "kmod-ath5k" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "wpad-mini" + "kmod-ath5k" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath25-generic-kernel.lzma"; + sha256 = "417149aae401bb450898ee8ecec69da6195e93892c46da08b295b5fe8a830118"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "a6cf8ab4e1e913d2361c49361ecc1abf0e3c55399ebab701a0ad974be4e8ed41"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath25-generic-squashfs-rootfs.bin"; + sha256 = "0b7750e0ae61d444ddb8346a241b2cd4c706f2e0c8a88a37c72812d41de92469"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath25-generic-kernel.elf"; + sha256 = "078f4c8037e6c44bac5a2338921a884c5c8f0c7e9ad2b12f58fb4b1b92e512c2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath25-generic-kernel.gz"; + sha256 = "ecea02b4409490295396834b3eff16a9caf7c49f4b6e46c43947e2f1a618aeda"; + type = "kernel"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic Images"; + } + ]; + }; + ubnt2-pico2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ath25-ubnt2-pico2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath25-ubnt2-pico2-squashfs-sysupgrade.bin"; + sha256 = "f292e59342fc71d7ce5f1d5d1ce8d9f303cbad7cb3beb758e317e6bbc2f73d1d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti XS2-8"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "ath25/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "b3292649096591fbadcdf0aa3fc54e8181d29fff03c91befaa6a05bf71f5ea03"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + title = "8devices Carambola2"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "fb9bb0f0ea7edfda584fcb1e9cb59d403c2e5df2406ed4ef2c41b68ece953b33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + title = "Aruba AP-105"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "cc8a9030c0b4fd021a01ca35f9eb8d86adae5141e8c72cc5e6eb6b93b5758f01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + title = "AVM FRITZ!WLAN Repeater 300E"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "10d8cb46859c0e60a188dec1cf860be66907db8f58170a3214bf9646d67635cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + title = "AVM FRITZ!Box 4020"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "1ce1ada75b3d5f01d734e6f4f51c909fc98c1aef914e21d9ac58cdc7d5a33dd0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "bf420e17def5a6f897ac7297fc44347babc48842f7fdc9062684ed80456a17f9"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "74869578a8dfaa2dbd7cf7c94eafb63582cf950b7fac6ca27b1966e9023f997e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + title = "Buffalo BHR-4GRV"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "5753cec0ca27c63cf9b6853fdfcf1ff51af282ac79eca268c2b7691825e1740e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + title = "Buffalo BHR-4GRV2"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "79fa9b362526f5f1ff914eb63c83c291b6b049a86e840e5b0c78d1d3cfa698d0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "730d8696b8006a33d90114bccdfb4b2d7bf0b25632aa74ffd782cb9c0b695686"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "4b2e645acdaff3bf13febf188400abfbe78f07ba056d26883e639b329f68f2b3"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + title = "Buffalo WZR-HP-AG300H"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "66d221fd9c565e70bd69abd54da000710fb418e5b8c189757299ca821f6e60b8"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "fd4dfcc804155c7ec06306ad7655bddd081f0d26426031fa3af5eb76ad885802"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "5db82460251e6d795fdfecf752b1cc5d8cb0aa0419f7f9e87980020ce2cb2687"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + title = "Buffalo WZR-HP-G302H A1A0"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "6287182c6f95f699fde4042fcfc39ed309cfff445f26302fe28e70c2237eb11a"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "db0a04b7b5d46e177bb7b315ea3b70b36541a2be22d0968d15c8f8374175b31a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "55b11c02c884e5f08b557440dd35139f40f7ee5f6d502c7ed7a7ec156e714b63"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + title = "Buffalo WZR-HP-G450H/WZR-450HP"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "3d598079d6ec22e9c300686a77d4e6cbb1a5d9a34f4a972ad0cbe23670116755"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + title = "COMFAST CF-E110N v2"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "dd70c414ac64cac020b25977ba04e42ec72544472918ef12ec014866c4f5af27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + title = "COMFAST CF-E120A v3"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-leds-gpio" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "59601ac3ac05beb19986f9cecf7e23e721c7d5ea65f07b7c2745629ba37efe4d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + title = "COMFAST CF-E5/E7"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "307ab9b6e18aea1666a293f06d9bf67ad9ade7cd7a1a887e5b84c3243b67300e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + title = "devolo WiFi pro 1200e"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "b21ad1c33710789f64e1a683c42e5f334c20c0275f30c870ffe70730fa556c5b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + title = "devolo WiFi pro 1200i"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "254ac43f56c8cabcf72846e490d5210871dc756559626ea05287ee78573304a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + title = "devolo WiFi pro 1750c"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "99d6db677bddad2a0be95efce067834f7c2fa38c6e6fed56a9b67ade4824b00f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + title = "devolo WiFi pro 1750e"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "dbd0607f957ff2362af185d3b5fb331c8b8d0313ff52b70fcc64d77294a0afc3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + title = "devolo WiFi pro 1750i"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "238229579a9bc594dcc65989eb39930ec582795d5aa9a84cb4df11deba8c9bfa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + title = "devolo WiFi pro 1750x"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "9880472466c9726c63fe13e6fd00f0cc6c5c1b3e937d8d52774177a4e562d51f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + title = "D-LINK DIR-825 B1"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "bfe382ff850f1678cbdda914ad9f5e128de4573aa119c87aa7fef31cb6825842"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "d5fd2c3853d7e75121dc1533f1785624dce15112b89093a833fe42be5ad9c4ce"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + title = "D-LINK DIR-825 C1"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "64b270c5f5df1fe1c34ed9cabf499a90182ca1363b5ee0dd42980cb1e5ae3ebf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "0a4cd63c1730fb0706ecf9952408024b7925ce54a45487dbd5c4a5e509421505"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + title = "D-LINK DIR-835 A1"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "4282517e250c738544452dab6774b375c7711d46bd774dd28f881932b8e79c0c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "932cc06db42f140aaca6f069047467611637b3be73f7df2f05685ad7c59e4ef1"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + title = "D-LINK DIR-859 A1"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "c4bb5c910e1b71e0fc75c794270e9e49d5cb69f13d52e69090f0e239708cd4b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + title = "ELECOM WRC-1750GHBK2-I/C"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "459450604f60e994c248d3fe5da6cfba7eb902dab5a58158be2c55a3a148570b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + title = "ELECOM WRC-300GHBK2-I"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "3ada5937016026b3d098203493c4c2982aa6250b370e25fdc3bdf2005459f9d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + title = "Embedded Wireless Dorin"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "1745e35861eb67ae1d45c9cd7d6b725d6f1300c6ce7f4fc280f2a5c7dc9e6677"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + title = "EnGenius ECB1750"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "2f82301d2c8e4de76b00df7b3b245deab2993b56f701bbffe6d8b878529bdb8c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "81db682fb4edf68610e9972df9637fd3830eb01673eef00ef74550c282a27e10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + title = "EnGenius EPG5000"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "f3d79a99c8d1a3af3da03c3bc4042e8f651916493d7b1f2b8201d273ae635646"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + title = "EnGenius EWS511AP"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "fa252ee0643b947ff7921403da8ee98e0098b33903a3ae3d38990d4e7124b479"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + title = "eTactica EG200"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "67a2f775bfbcf312c5121ff7075ee546a63f8897f7e6c6fbc7e8ed5ed462efa1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + title = "GL.iNet GL-AR150"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "0b00e3e7eebdf7bce3b85fc299a9c5c885bda1ba998cde38de63c47bd2a6d594"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + title = "GL.iNet GL-AR300M-Lite"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "bcc8d1313183da347f8e9d7aec8a57f4a9e892dad8ca32d8101afc95af6a261a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + title = "GL.iNet GL-X750"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "d33795263c17439459f9b500ca9d79cd40f9d329daa71641a38b8fec87be50f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + title = "I-O DATA ETG3-R"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "ce9125f58baa717535935a63c06d0f0b0c3da7b400c0af49d3961cb6c37510f2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "edaea4f2a9ff533a662c1d4de7a301ad83837924f6ba40f120840ff047dc91ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1167DGR"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "2d4dee92c861f01edf6f3069c61884f6ae19516c6c35e6ce7c9ffb024acb3e4e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "a272ca4c4eeda84852f9ffef1e350c5eecfde1dddbd682772fdd6fb130c83450"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1600DGR"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "b3ce001b7cba8c39cfc5e97c2f0e886abf8e7875c7ad655a9cbea4b36ebca03b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-iodata_wn-ac1600dgr2-squashfs-factory.bin"; + sha256 = "ed5e0263fbcb5f9dc704de1787ae49b75cc78fba44119a638b800d196a49e2f3"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + title = "I-O DATA WN-AC1600DGR2"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "503c12ee0e286341b753f7638bd5d9f98f23c34193cc8358c78225deb7eeca54"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "bc93ac1bad041c84afe32d5cd2dfc232c720de33123b49422dbc698702156307"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + title = "I-O DATA WN-AG300DGR"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-mini" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "b3587c9d13388fea56a8b54c4e772fc64e9df53034e38b40eaadb738716be7cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + "ja76pf2" + ]; + titles = [ + { + title = "jjPlus JA76PF2"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "15552309bb6575cc6847979d205053f6c4a0dc7b2d76d104995df131c1fa5856"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + title = "LibreRouter v1"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "80f884811c6968f8b26054df5fc8e2bee4cd7ad2997e785d7432365b80bf3af7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "7e92cad8557c6aadc5f51f8f713428bbbcef7f5ac56651655d986f16008f8bca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + title = "NEC Aterm WG1200CR"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-htt" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "b5c040c1a0a0f011a661a6c38a31b8761fb60083c82d8141935d27a645ae241f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "274e7e908b05e63a33619769a0ae5b8d2a95107b961c56ce862f8f3d755062fc"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + title = "NEC Aterm WG800HP"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "425ad08bad4dd5fa7c979a7efb2502a53a19c96be066e315824e065b0145e6c0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "09bd7bd3fc0c69f56f8b2e07efa023bdb4d3409fe0c567b090f3082b0ce05fe1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + title = "NETGEAR EX6400"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "0f4b5e7c4fa1f62e6833c3889d41176ce0025b9b18b8b292c7c704dc9b1c12d9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "f44146c416b301e620c30db4fe8429a60ed50ca10d97066931290aec6d64d0f6"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + title = "NETGEAR EX7300"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "8be3d0fce4e1fb29a4056f8f3a3fbfbd8ca5643e7ceaeeab826d73b2a6d8a0b1"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "47bc998d678a683a9859cf0572b54ee0486a20dc1eb6333fbe8a9f09c297c625"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "dd4f2d6b9ba0f6959e0d4b32a26faa717616a3b820dc676bee22c7e0198ae053"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3700"; + } + ]; + }; + netgear_wndr3700v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-netgear_wndr3700v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-netgear_wndr3700v2-squashfs-factory.img"; + sha256 = "ad4e92e1d3fc061e8230ba82462e62fe8c231d16a48b7daddef00fc581f4be53"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-netgear_wndr3700v2-squashfs-sysupgrade.bin"; + sha256 = "16766b6106c6591bcddf7d0517f53f5deceb590be16f5f868cb92c701029f2e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700v2" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3700v2"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "aab85e23bcd4d769117fa5796637e93f4cab7c287d52a8d78fb39216e3708a55"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "f33a0a25d82ee9d589e5cd254ac3a1718b24f0acd33387563823d3b19f6b29d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + title = "NETGEAR WNDR3800"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "808f59a855ba6fcc09f61d9390b9f88e39b7210f5cce13f6f3feba6f4e42576d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + title = "OCEDO Koala"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "b57e5be4602b934047b21ba5b1aedd1beddc311319a16e41f2e456742c4a1ee0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + title = "OCEDO Raccoon"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "c99607f066b3f8dc8c63c3983e40cf170a520d1c06ee8e7644d4bf4180e50287"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + title = "OCEDO Ursus"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "om-watchdog" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "8681339df03b5b652585e18ccb8def53456812c455f202a95ac5113c66a88243"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + title = "OpenMesh OM5P-AC v2"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "c26534daf98264ba2009a0a5dcbf6d5f055f8d4518f32832804b6ebd72b7ebb0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + title = "PowerCloud Systems CAP324"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "aff05eb8610903734fb0066641ef7308664f12a126cf702ccd3e784610853657"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + title = "PowerCloud Systems CR3000"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-core" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "a363ba4be92e3c0f64a992d84479421eaf4ca174ffd0b4242c83f7924b19dfc9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + title = "PowerCloud Systems CR5000"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "d93368ccb9a0549acd3555d4704c802632d61f0d3c44f04d08b429e78ce2aeb2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + title = "Phicomm K2T"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "d0edeecaa6d92a17e17f376760c490430d62e1c3339bd63918e6a6afb1e5c0a6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "ca5b206a54d7727ef973dd6fadbca7f2da384fc347fb8251f3eb8d130382565d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + title = "Pisen WMM003N (Cloud Easy Power)"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "dce0be80edc0ae18038d29a1764e6b2937ad339fbe54a686f2075eec44bbf7b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + title = "ROSINSON WR818"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "15a5520800574c684126ae586fc847b6d9848fade97e6e7d6f9f559afa309ae4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "c3f7164258da8f9aa7cfe57a028f1e9fac4974fed6977888fed3678d55ac76c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + title = "TP-Link Archer A7 v5"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "0a50c423cee3b6bb21d96cc5ae259c89c1a95df776a02a9102f498df35027ac7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "60d98b5859338b14d4a64e594e0d6cbd418a016b6d7d60d451e059d6cd89b99b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + title = "TP-Link Archer C2 v3"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "a822ee406625a2795373c4ae7706aebf51cbe98223246690f3a8a9b28d2c1c64"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "0c9d6638bc47811fbe7df26b0070422ddf7baad11a46a07132e05ff390a345e4"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + title = "TP-Link Archer C25 v1"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "9bc5bdfc700e45f102edb03eb3e1edd910ec36ed157023bb545fbb3641cbd637"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "3e1ab5450c55c505f28caa91ddadce479ce35ba4a8f341da823a7e25ac3f94d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + title = "TP-Link Archer C5 v1"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "eda00f124630022eb49a4eddb3e1d3a69a4b30264ddede33731510529fbcc25c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "6da7514882735cf78d1fab087de9addaa29a7c5229548c3b2d9cd3d49a08e799"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + title = "TP-Link Archer C58 v1"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "fe023745c7af468386f7fa77876ce34b6ee8fb40d7bd4af4b0b3879727725c42"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "ecf2a4012970e0a9b4f616000dffd0b7ad40203ffc39ac7269abb0f419ce6fc7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + title = "TP-Link Archer C59 v1"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "940c2b1e955bfb59b733ff88b3bcfa6663204a9095d91bfdf900c5d2642dca12"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "d2703d7a6d89cc387002d14bdbb1f8661cab096a2b34522777b4da63a6eb574a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + title = "TP-Link Archer C6 v2"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "645bef815b4c130cccc945dd72f319a4cba49c91609d37a0692a9598c896b24a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "a91621bf81b01b02fd8394edaa52953288ccc9dd5614812df0d47b025529469f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + title = "TP-Link Archer C60 v1"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "866144fe2b1b61f48d265fb4d71b4b9b42a288421d459fa4206f42707a688a92"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "c52a28c18d73a829fa30db20e3af8ad354abd25d52568d23d62450f855f0146a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + title = "TP-Link Archer C60 v2"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "3b1bde78714df4c02cdae4f1a2af20df8d0ed24ff2957c54097fcae6ecd0a23e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "b619591fa4f450de17b178ac8587452c537cf646dcd4f7fe471c93c404be7f7a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + title = "TP-Link Archer C60 v3"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "4e562b31fafec06d43737cd9852416298628d71d2e3161dc3f7afaf3479a3ee0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "81e03572a029b3bd173d72ab2f854bfb98180737e67cb183a3220bcb18170513"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + title = "TP-Link Archer C7 v1"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "fc1f01cdd1082e502076429fcb3bae7f222cfc20fbb7ba750bc8ae53b5a2db80"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "ec14184e2068da0000a15e6ef1e690c94f34537e5f296e20d5dc4451ba55a03d"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "2c023cca64ddd1e2a30a7fe6b6966bd41f30796a750d684d1394ed2a07c3caf1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "20c41e9ee7514dbe9e52874db7ee27bef59800ee59ce0d03097d2b1d0c262f5c"; + type = "factory-us"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + title = "TP-Link Archer C7 v2"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "335e3385fe7047da2c69e6b5daae5231faa4e08ba3b1bf1f7fe1e5c94bbb0143"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "3afa6fdb2c5d0e11022f16bd4298507cba94258f0d3e0507fdbc5db1095af59a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + title = "TP-Link Archer C7 v4"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "b9d8259adf105e6d62fde2b2036c38a3352ed154ebf73121076fde761ca7d566"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "25dfcbfe89e79c94743c2697b790ed22fa42f709615d0b7bd241ae008a8c1764"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + title = "TP-Link Archer C7 v5"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "80e02629dee013de4ed89b416d3fb1b69ed2e7f3c177fff56ca38b672ce843bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + title = "TP-Link Archer D50 v1"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "3bde6451b121ec107a4a5fc14c3ca843c09387463501850cbd0e11b8a47f6a63"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "205d3ff413847de67f1a4a51271d539537a36960a880bd6230864a6c2c2ee6ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + title = "TP-Link CPE210 v2"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "30b8d00fd59dc6240b9b6ab77469f9720490b2d8811ae57be0e0780aa92d2284"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "af3af711bd1f013b96d76401bd0a12e865e41cfbabca0a3d06974eaa3d6a24c0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + title = "TP-Link CPE210 v3"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "77906ace946719686e32514c5de9a2faa5e23d4ee83e3eb4c6f3d04ba793ae2c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "538271c6a58af65a3fbf6fffe7b4afe9508f8ad70443b7bf0a2778fce744118f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + title = "TP-Link CPE220 v3"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "1580c07d1d25a36ff9745bc5871f1da38975593dae9e4c25f3c7ca2cb43e0833"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "e0962ec4e029b0a5ab449ae73ffa2e1cf3e62128b4d96fd8ae0604359c9a3f0e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + title = "TP-Link RE350K v1"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_re450-v2-squashfs-sysupgrade.bin"; + sha256 = "c0709f80c0f4bd49c74e9d4b710e6ca9edb3e3670858607683f436f14f4eb86f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_re450-v2-squashfs-factory.bin"; + sha256 = "f613687c904ef0895d397ed0f958ed1500ddfb3eee1fa37d3cf705af2e857e9d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + title = "TP-Link RE450 v2"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "1fec19fb85265d484c2bb176b47c17ee855de3febeea938af5bc2da8293bba14"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "9a01903c8e2f5bb35d991a5525e9ae27e4830c103aa80e1a5e2180a9128db2de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + title = "TP-Link TL-WDR3500 v1"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "8d544ecd144a17a7617c163ff406864b496b8f6766ddb69fd656ea84b3dca302"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "279215bc2405a6d78fde99c6e400693efe34955a227c2e7511630591a54bf808"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR3600 v1"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "ba2a16d6d08f9cf137225a897206e9e4736b291af42ed459866eef54eb9d4b3a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "75dfea54405a25c40c263815dd2133ac44ce4da0157fedea012120b64a070e38"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4300 v1"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "433826b252b7ebde3ba96270a02f96d71d3fd98b3e78d15ce743f6531ecd72fd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "5d3a39bb6552b0d3420a9412b7b0f7f18cce20ed6bc35a9fd13ac8f8af69a9e6"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4300 v1 (IL)"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "a65c8cdae1de49b9a537684b4b924f7e43c374d2cd18f7ff1afa66c496c8e300"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "881f7cfefdfe9cc3b40904faca7ea7c0b3820cb885d06efcc000395b336d19ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + title = "TP-Link TL-WDR4310 v1"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "c0d36b546de425b9aafa2430f13785e1863910c20dcc4b3b5e616249006003e4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "02e41fc2c0c53dee039208f8e8004bdf3fdffcfa62f1c9a711bbf4182cecc528"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + title = "TP-Link TL-WDR4900 v2"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "53ff6c89662cc6615cfac2616f8208f057673d9cff8a89d3e68700918a5b13e3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "defdd0f9bec754fe4b00d1b048be74127e1ea8fd9349bc99a8169e6b5cbe35b5"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N v5"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "183363a0066ab645716e4d97c98abf0e6dff3d6b2c3baf3ec5315df065cd5f19"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "191e6a03259fa59896acb25f87e2cc7e7d1e6885e19ecd6701ab7fc2d494438f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v1"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "81938484d4101b35e61cb32e1844d4a7646d94f7dc772b488d6576f59680e9cf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "5a8540a33f171232332fd9a19e5f6782bd1aeb3a49dec23b190a9ef623c23487"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v2"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "c218a1c1730733ceffa265f355581ed05e69641952e91f4603a540563e9c3b76"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "fc09fcfde34e7d954eadb973e85df1ed7d1939e2b0d5466bed3dedafb2339d82"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v3"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "ceaee23e6e8733601bfff6635c0ced8e61c2851d847a8e1eeebf714d5c79cfca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "692dc7211d6ba4e6a1a7bb7d6c612fd15249984c15d0d3b16399a897cadc8783"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR1043N/ND v4"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "c5745f1b21691b4317e34c1b83a56cb864cc92b53f117cc2ad232fa0190e95d7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "8e4a8b89c79335ba3e0f9b0cf53c5405d261bac555bdadc6d0a31dc34446f9c3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + title = "TP-Link TL-WR2543N/ND v1"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "ff33eced690489c3faafc6e97a18636cd490cd77ebb16febb01fc23b5fb5367b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "3e487f5a534c09b5a4012cc080f0469cc953aa075c162f5f1329ca5fc0ce05d5"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + title = "TP-Link TL-WR710N v1"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "39e8c5b4a86bee6babf628c28bec6837653ffd95c81dacf3527bab6e34c27dbc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "ddb3d16e3a51af38226cc84a3e8cd261fb42821998eae00c13be6ccb14753e11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + title = "TP-Link TL-WR710N v2.1"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "c319ace76ecfa0d1e04f605c876d73b4d8530df8db64dbedd20e638af63fe0dd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "df59ecdd2193600cad4c43c07a0d9e2baa1a9f09bef2f62c7bd46aa8e9b36448"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + title = "TP-Link TL-WR810N v1"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "f84ba85db8a10393cb3df09c5c329f066d5dc4ae4d5e148090bbd9dc470e35d8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "1262c4b9cf4c888d4d0146c523bd26627f82dca86b5fff823dd6365832aac734"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR810N v2"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "5d6ea19d79ef91582295b05f949843ab40e2c0927eb46a1f721cdbae5233fe2b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "e2f78d24cee0001c151a66a96bea1b410de55337a6e5edf640741995eab1e950"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + title = "TP-Link TL-WR842N/ND v1"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "f09ad28f9323eafb9b4bcf210954e0874725fca4e9504d7d31fb88e429374cdf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "1a5abaa70bf20a895604ae36887b32f3f3c1d8bd120dd64e2f88072c301ad159"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + title = "TP-Link TL-WR842N/ND v2"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "d2d4d7b0dd8fafba0fdbabb78fe81a11832d78e8751a1ce9a83a0bc010d1bb02"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "57416b8856176076cd7ae11bad2f8073455adf3f4b24081d29056d9cb4075ded"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + title = "TP-Link TL-WR842N v3"; + } + ]; + }; + ubnt_acb-isp = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_acb-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_acb-isp-squashfs-sysupgrade.bin"; + sha256 = "2ed1d7b9bd48d61418f7480096ce47373d08224cd6db67a166068f267340d34c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,acb-isp" + ]; + titles = [ + { + title = "Ubiquiti airCube ISP"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "f2a50e15ec2a83a0b728636d01e520ab1da7c77f6158f3bbda014251de860caf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "141c2993a7090188d526ead886e58f817784835e483c6937dddd34fcb5398b51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + title = "Ubiquiti AirRouter"; + } + ]; + }; + ubnt_bullet-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_bullet-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_bullet-m-squashfs-sysupgrade.bin"; + sha256 = "d09450cadfe187a6813002f1f707c82559216582a679bd136279663d2c1d0d51"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_bullet-m-squashfs-factory.bin"; + sha256 = "f672d4762ba3fc35c9a333d255310201e0f30a68a368021ab1e5cc89fd7d5033"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Bullet-M"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "c1ea2ea51fd9c966b334d5defce4302f583a5f7317c5ac779d3a686c11d300cb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "2e01c74c8c91f19351fa889903c8290791d1ecb1ac3afbf4d39c79471d630662"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Bullet-M (XW)"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "1ca7e6a21ccbe0010336d63581bf6aec600b244f42c1db28bfa05f8aea45d53e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "04c8f4bb9a68976fe7123a695bfb0c82216d7846187bdb50d0c4326d9951d944"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + title = "Ubiquiti LiteAP ac (LAP-120)"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "c775fe4490ae9b23f2313d9a8addf7091c60f818ff45a19090e3a4f9f3b3b322"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "8423bccdf22c3c5fdf61995254b2047d977b8a36d94fa9d07b958552b82a15c9"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + title = "Ubiquiti NanoBeam AC"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "0d6d4ca33f28b0be170c67e8800f22dd9a37ceecbfc968c0aa8caabf0cf647f4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "e7dcb639f92db735d9ce9b3ea5d403971b05aae614ef12d5b7c0fb84c40066a2"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + title = "Ubiquiti Nanostation AC"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "be84ff5bba785aac9fdc941825254da22b5f11badcf57c4774a5a44d8040585b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "1c7499bfb8a56eca44c2c35b4d3043c51ec7bd999d75a116524239ad0df55d53"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + title = "Ubiquiti Nanostation AC loco"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "26614edfc9621e10809aff878f59a6373ddbc67124a4a79831558f4c08671d6e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "af8773a11e68a79da700179541ba181f3de72a7ad6c488f62b865dbf0625a097"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Nanostation Loco M"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "ce3179f558d70b60c625d5132d8c8b942d56c952a493b160ba04ffcf0c810c91"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "e831bf50c95899b91ab1f8fb4e11f834c99c8f4f33e24696be3093d43b2b1137"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Nanostation Loco M (XW)"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "fc14e879cd361c519fcd14f24756ef78bbe54fe81a6037a8f2bb7559a7cdffbe"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "597905687bdfc47086c79314737d0045bed078a2cf2d248eaf7fa705b37cd2e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + title = "Ubiquiti Nanostation M"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "59946d51524f13e28d35e3cf27b4cf0e34dfecff6b7c55be5111846fb5dd6c9d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "9eb9ff6e7427f7cac5cd58d2fdd9d16b0f8daeb2182224d5e53be106ddc33af5"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + title = "Ubiquiti Nanostation M (XW)"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_picostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "22d9383ee374a8fec8bdc63000c15779995bc47282af82246e0dbf65336ca0eb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "e68edc5c2b3d19cc15d7ad1b14d7bb1d2036148dabbd4589a40e329c3b29f2d2"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + title = "Ubiquiti Picostation M"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "1ec880d2f16c9ef5cccb8443b44da28a7a448710d5efccabfdadd3a50a57433a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "623808e9312c23c88faed93d312f6d8c27529e8932679c1a482c3ca254a9da25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + title = "Ubiquiti Rocket-M"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-mini" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "c8825065834fb267d07b4e25022fbf36557cba706f51633d402793efd7b19fd0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "656659743ab4cb50161de4b5d67b646e8668be0b4cd67252d64b33dc4171ef82"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + "routerstation" + ]; + titles = [ + { + title = "Ubiquiti RouterStation"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-mini" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "1ee3617d902bb3a9a49de1961bbe956f3c420506cf833aae07e5330688f27cbf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "9672020d1db2ad4956e52647d86cf3c0b22157ef4f558e83a17fe3b6eb153a70"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + "routerstation-pro" + ]; + titles = [ + { + title = "Ubiquiti RouterStation Pro"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "6b095b9f2baec807f820fcd10f37107bb6c3e5d33e33b1455428e22946d5131d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "281a6ae6487f9771ef07a8b64ecaf3f266f36c361c02060d9f1ab37902f91bc4"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + title = "Ubiquiti UniFi"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "7839f2e389a90f7e2fc0b0d33553bc3fb3584c7744a1580bdfa5570c118da781"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Lite"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "67c1c8d962a021cc22c6f9bfcb5b997815dab72244b1ffd660e6f0e92ba6c62b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-LR"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "f18857aad1cbc81ffea8ffc6cb0e70255b43f64b701abc00d2d66fc737210eec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "82a4a90a29fd91f7a7e00ba2cd5beea9921b0735ed49e93044a66e3e7856e8d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Mesh Pro"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "fae724cb10dd903dd53027f864ad61dee68b8e892465b102d1b377f4bcab8fdc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + title = "Ubiquiti UniFi AC-Pro"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "69af51d8c41258d7243844eee37e0d2dff163ebc0747403575de357388782de8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "ee42dde6a0a20a2a6abf26f35ca4b8ece8b2963e7b8c7e1d8848c74bff22b30e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + title = "Western Digital My Net N750"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "5694ecc2ac186013c1bb9adcf9add7f0f21ddf9a22f716cbd51348190fb9f57b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + title = "Western Digital My Net Wi-Fi Range Extender"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "f68c29d517a5d869327631da12496a9d1b65ed9ed3c70bcf61db41ec97ce6634"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + title = "Winchannel WB2000"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "210f2703725b575c1f197c32ec03aaab08c7ae3b30f57a77b0191076db5c6c02"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + title = "Xiaomi Mi Router 4Q"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "8a9fe763971de9fdce72bd3dd2c6a2a838377da51a8b7b0d7bb50998e4d262b0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "6e8411d0d19c487e805f0276470287a11f0d82eee45f22d1c7dbf79d1b7137b0"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + title = "YunCore A770"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "09cea66130330a18611a7c33baf8a8119489a11efd66b2525b148f67045f2258"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "ab1b6606ad900bd3bf76973660317a3a558620764c1fef188a3cf35cbf6cccf3"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + title = "YunCore A782"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "b57023e9c69bfa02eb9f89c620bf0f799a845c1c14c15881dabf2e6bd7fe6f3e"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "0b580c82f7a6df00ff6498195cf40958319a5756572c7d36867cdd68b7491e3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + title = "YunCore XD4200"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-19.07.9-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "a3e16dcfb9e20706c52f538a0ee3273c49789277a0711237f46ec4358aea529f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + title = "ZBT WD323"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "ath79/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath9k" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + buffalo_whr-g301n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ath79-tiny-buffalo_whr-g301n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-tiny-buffalo_whr-g301n-squashfs-tftp.bin"; + sha256 = "15d8ac5802a7daf575b60a2a5f21bc5f825b527086fa768a438b6194ebb7e9c4"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-tiny-buffalo_whr-g301n-squashfs-sysupgrade.bin"; + sha256 = "2e6104283346dc7ed2e7a647c6b2496e1b4b0afe4b6c375191b4a0b6cb08509c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-tiny-buffalo_whr-g301n-squashfs-factory.bin"; + sha256 = "2d07a679299f5008af68a63d67050d2304de605d3a52aa20e33907cd0e389134"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,whr-g301n" + "whr-g301n" + ]; + titles = [ + { + title = "Buffalo WHR-G301N"; + } + ]; + }; + netgear_wnr612-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ath79-tiny-netgear_wnr612-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-tiny-netgear_wnr612-v2-squashfs-sysupgrade.bin"; + sha256 = "a5e8efa1798a9fe9c4e9e663df8a548980ef4d9f75ff9303c037af8d3c1665d9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-tiny-netgear_wnr612-v2-squashfs-factory.img"; + sha256 = "c4be48c1eeb494b5f77aa4e6829fee109e8a6d8ae896d7a9d750c00adae988a1"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wnr612-v2" + "wnr612-v2" + ]; + titles = [ + { + title = "Netgear WNR612v2"; + } + ]; + }; + on_n150r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ath79-tiny-on_n150r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-tiny-on_n150r-squashfs-sysupgrade.bin"; + sha256 = "9bced1839d730a959e7cc5b357f7ea75ec6518eb45b4ebb1d607a3721e4889a0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-tiny-on_n150r-squashfs-factory.img"; + sha256 = "c6e8f72abb4cca4bbf122b3ec590c1edbb4bbe46bbfd43ba2ebaba94b1745630"; + type = "factory"; + } + ]; + supported_devices = [ + "on,n150r" + "n150r" + ]; + titles = [ + { + title = "ON Network N150R"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "bb6b0c3519119479b8baeb1fc2c5e24fbee7730719e129b91b43a36616ade344"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + title = "PQI Air-Pen"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "ath79/tiny"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "osafeloader" + "oseama" + "otrx" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "osafeloader" + "oseama" + "otrx" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + ]; + metadata_version = 1; + profiles = { + asus-rt-ac56u = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-asus-rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-asus-rt-ac56u-squashfs.trx"; + sha256 = "dce170f8f7b495700cfa70bdeb682a4077cb8a136283636879b333472e86ad93"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC56U"; + } + ]; + }; + asus-rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-asus-rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-asus-rt-ac68u-squashfs.trx"; + sha256 = "77cf8d4092a2a1dd85eca2bd4517dce5f7c8fa5b9ae16170bed331e5773567ee"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC68U"; + } + ]; + }; + asus-rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-asus-rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-asus-rt-ac87u-squashfs.trx"; + sha256 = "cff4d938268b99a75b2ac56462a7f9879adac2633fafd58d537b8a8efc151977"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC87U"; + } + ]; + }; + asus-rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-asus-rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-asus-rt-n18u-squashfs.trx"; + sha256 = "38f03a4ac4dac557f3aec8ab3c4e424e55f4acb4400a009d75a545b4a28eae29"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N18U"; + } + ]; + }; + buffalo-wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-buffalo-wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-buffalo-wxr-1900dhp-squashfs.trx"; + sha256 = "c0a5316cb4af92adac4710ff7ab792f034ea761a3c49b58d03c23f23d0e0635e"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WXR-1900DHP"; + } + ]; + }; + buffalo-wzr-1750dhp = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-buffalo-wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-buffalo-wzr-1750dhp-squashfs.trx"; + sha256 = "8e2c45e1d96e1236747a841aea0b86cccf6c28b51bc079cbf154a50578f28f2b"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-1750DHP"; + } + ]; + }; + buffalo-wzr-600dhp2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-buffalo-wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-buffalo-wzr-600dhp2-squashfs.trx"; + sha256 = "daf4ae654ad95170146c59edb7696c1483f768510ca42142def5c5f941784ca2"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-600DHP2"; + } + ]; + }; + buffalo-wzr-900dhp = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-buffalo-wzr-900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-buffalo-wzr-900dhp-squashfs.trx"; + sha256 = "125e530b955888c5eef5bc2147182c1d03a7a9a7b153c77c9640e4f04f54cfc4"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-buffalo-wzr-900dhp-squashfs.factory-DHP2-JP.bin"; + sha256 = "074e69f5e69dc8f381fcd04ffc87bd73ec7f0205c8f764e9d03e67aaff748c82"; + type = "factory-DHP2-JP"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-buffalo-wzr-900dhp-squashfs.factory-DHP-EU.bin"; + sha256 = "2c3a3774bc8a53d2277c2b4705220d685133b97f26022d3ed1a8d50df593c8f6"; + type = "factory-DHP-EU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Buffalo WZR-900DHP"; + } + ]; + }; + dlink-dir-885l = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-dlink-dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-dlink-dir-885l-squashfs.bin"; + sha256 = "a8ee0541bb5461c870b447dedfdfc513a90a275a3e81c2bcd4b0ce491434724a"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DIR-885L"; + } + ]; + }; + linksys-ea6500-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-linksys-ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-linksys-ea6500-v2-squashfs.trx"; + sha256 = "76537517c311b361722d42378f6bdcca695c7ebf5b8582d0a1c58e635f914f39"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys EA6500 V2"; + } + ]; + }; + luxul-abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-luxul-abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-luxul-abr-4500-squashfs.lxl"; + sha256 = "f3b7b081ec79c0d8b608cdef769216bfc7744a4d9640aa41cd9211fee11f9ae1"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul ABR-4500"; + } + ]; + }; + luxul-xap-1610 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-luxul-xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-luxul-xap-1610-squashfs.lxl"; + sha256 = "b8f5fe77d00da87063dccf9630c87edc18dfa2a00b8aad4b63f2b3eaf958ed79"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XAP-1610"; + } + ]; + }; + luxul-xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-luxul-xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-luxul-xbr-4500-squashfs.lxl"; + sha256 = "1a0c58fdc7574b8e6d6cf8e768c65f479e9def8bafadcc4f46a39d339ca66606"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XBR-4500"; + } + ]; + }; + luxul-xwr-3150 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-luxul-xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-luxul-xwr-3150-squashfs.lxl"; + sha256 = "4bba3f7642f7503bdfe3d5e17f6d77009bf82f13701291da2b284414df6b6628"; + type = "lxl"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Luxul XWR-3150"; + } + ]; + }; + netgear-r6250 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-netgear-r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-netgear-r6250-squashfs.chk"; + sha256 = "d159fa58345799558aec0bc91823e351ca2050e69d2b4c3c4eec0c8415e17b87"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R6250"; + } + ]; + }; + netgear-r6300-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-netgear-r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-netgear-r6300-v2-squashfs.chk"; + sha256 = "d9818091c47597bcd21b0faa4d9f13c46af78a1472ed89716775dbb32c763c7d"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R6300 V2"; + } + ]; + }; + netgear-r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-netgear-r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-netgear-r7000-squashfs.chk"; + sha256 = "7bbeed6efd9473ff07b7b29bfa46b0179b6fa971cc75d7f4b0c6ad9caaabf034"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R7000"; + } + ]; + }; + netgear-r7900 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-netgear-r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-netgear-r7900-squashfs.chk"; + sha256 = "cd60332e316d346574c72be56213f178589bba4f19b13edad210cdc0772b9c51"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R7900"; + } + ]; + }; + netgear-r8000 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-netgear-r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-netgear-r8000-squashfs.chk"; + sha256 = "ca83fb0bed7c677916975df3f0e8cc628d56864071dd757ae9d9127b5181bc66"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear R8000"; + } + ]; + }; + phicomm-k3 = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-phicomm-k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-phicomm-k3-squashfs.trx"; + sha256 = "dcab48f0989202cf3958d44071f58db5ff31e7b96ebbfc989be80efc0546630a"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "PHICOMM K3"; + } + ]; + }; + smartrg-sr400ac = { + device_packages = [ + "wpad-basic" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-smartrg-sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-smartrg-sr400ac-squashfs.trx"; + sha256 = "2161fc64a36028acc65e7b04656c1b4d021c2940ce0c3f3b03efc1ee5eb1edb2"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SmartRG SR400ac"; + } + ]; + }; + tenda-ac9 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-tenda-ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-tenda-ac9-squashfs.trx"; + sha256 = "3cb5b23672f2bd556861972d8f9ef25040d67f27e79d1c926ae4d9b76306e330"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tenda AC9"; + } + ]; + }; + tplink-archer-c5-v2 = { + device_packages = [ + "wpad-basic" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-tplink-archer-c5-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-tplink-archer-c5-v2-squashfs.bin"; + sha256 = "5ea6d18ef5aa3e0eaadd8a830bf7f2fac6bde5a6305e1bb56660b66652162812"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C5 V2"; + } + ]; + }; + tplink-archer-c9-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-19.07.9-bcm53xx-tplink-archer-c9-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-bcm53xx-tplink-archer-c9-v1-squashfs.bin"; + sha256 = "ee72fd591910e933602bc17c382f5204e0a77a954cc047b627833876e2e75d2a"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-LINK Archer C9 V1"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "bcm53xx/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + brcm2708 = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-board-rpi2" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm2708-bcm2708-rpi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm2708-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "574e0633a7b859e2edfc5d59b7fe86b73275a2a6d717ac3d4c8db105f9409fc0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm2708-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "2053c4de1649c6da7240a42d94510b205c1b03d0c931f3497f5fdff2847f9d70"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-brcm2708-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "0aa0a924d27e6834355d1cfadae0f0e41558e9dd8da15203daf6d7764cd4e9b5"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-brcm2708-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "bb4c8f07aabf043280d7f8495ee335e25575cfd67f8d051f66c9bc8a48b72ead"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + title = "Raspberry Pi B/B+/CM/Zero/ZeroW"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "brcm2708/bcm2708"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-firmware-43455-sdio" + "brcmfmac-board-rpi2" + "brcmfmac-board-rpi3" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm2708-bcm2709-rpi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm2708-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "1e76e1b7bc0c6d012b2e0671648ee48abbe254c74e8f98feead57f7aa3dba02f"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-brcm2708-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "a5fa78753b4794017df7c637b5fdaf0290841d16b46b8e7b312d15f8e29f829f"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-brcm2708-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "027508485e27f262df74cf1f4a42de8d35c4d4b0da689ee91e72bc37e8dcfe69"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm2708-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "d05c9be2696bf6c63c0bf5de9465fc65629323243ad9d5af8c832cdb269a1399"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + title = "Raspberry Pi 2B/3B/3B+/3CM"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "brcm2708/bcm2709"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "brcm2708-gpu-fw" + "kmod-usb-hid" + "kmod-sound-core" + "kmod-sound-arm-bcm2835" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "brcmfmac-firmware-43430-sdio" + "brcmfmac-board-rpi2" + "brcmfmac-firmware-43455-sdio" + "brcmfmac-board-rpi3" + "kmod-brcmfmac" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm2708-bcm2710-rpi-3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-brcm2708-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "1a865d91a26ba2447b819d7d44e00b81d0bd502e48ef5f924b296f34875a5491"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm2708-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "7cfa75929b3de7cef842efd9eeb2f25d5fc37dfd7e3153bd906eed08919e2801"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-brcm2708-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "11db29f533daad1661b11e87149a41e84ef43291a08f5c40cbd9b7562e440a5b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm2708-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "07695766bdfc1336161dd9d9e6f00b77778cfd72242afc4dddd922038f735c87"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + title = "Raspberry Pi 3B/3B+"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "brcm2708/bcm2710"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + brcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + linksys-e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-generic-linksys-e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-generic-linksys-e3000-v1-squashfs.bin"; + sha256 = "83408fc23a5d28dec5b0efa54f1d182e2fe5f2c373001e800c99646fb046e302"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E3000 v1"; + } + ]; + }; + "linksys-wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-generic-linksys-wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-generic-linksys-wrt300n-v1.1-squashfs.bin"; + sha256 = "0627f3c44d49c1059759dde615af81fae6c62e8b8ac8e883f737a373de5db00d"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT300N v1.1"; + } + ]; + }; + linksys-wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-generic-linksys-wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-generic-linksys-wrt310n-v1-squashfs.bin"; + sha256 = "715cdab92ad17b0d9abe774ec7b2ad80de03351a160908494657f4088c3f14a8"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT310N v1"; + } + ]; + }; + linksys-wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-generic-linksys-wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-generic-linksys-wrt350n-v1-squashfs.bin"; + sha256 = "d040e9cdfcaeab84b5f208a09ca09f38dcd703775ef163f0ba4a2e689aebfe37"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT350N v1"; + } + ]; + }; + linksys-wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-generic-linksys-wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-generic-linksys-wrt610n-v1-squashfs.bin"; + sha256 = "a0b0532dcbe1a11ce13934b57e8a4185b068cb515e34bbfb22e633ae219fb09d"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT610N v1"; + } + ]; + }; + linksys-wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-generic-linksys-wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-generic-linksys-wrt610n-v2-squashfs.bin"; + sha256 = "42ba6480cbe64bd7fee1310eff2f90a6dd0d0bb5cb8dfa404c098ac412c0fab5"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT610N v2"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-generic-standard-squashfs.trx"; + sha256 = "d5b23d5b9c63e592f4eff23502cf45f6528cb2391addc886a6b3601da06ed846"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "brcm47xx/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + asus-wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-300g-squashfs.trx"; + sha256 = "5cdd39417fa1e1ea5fb479e3400d715bbe6341b6b02b7dfb0743f9d8da2c6653"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-300g"; + } + ]; + }; + asus-wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-320gp-squashfs.trx"; + sha256 = "01fd461746f67f5d161c7ec4c8d620a359241565522ee0dbdf221864aab5c3a3"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-320gP"; + } + ]; + }; + asus-wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-330ge-squashfs.trx"; + sha256 = "e3edcefab04245416e6f074bd2c69439f35abb3dbf5774383cfe4b8c574596cd"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-330gE"; + } + ]; + }; + asus-wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-500gd-squashfs.trx"; + sha256 = "139188ce9c4accff3ca0e816fa0a063c64aa236fede130861ccb1ae184da123b"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500g Deluxe"; + } + ]; + }; + asus-wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-500gp-v1-squashfs.trx"; + sha256 = "b1585f1f34a9c3dfc74b3e075cdcb235a95648edaf239a33ba0f1cfe21141bb0"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500gP v1"; + } + ]; + }; + asus-wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-500gp-v2-squashfs.trx"; + sha256 = "7a2f5e2e4acb79cdfb98fd2b0ebaf9fc71f1754179c4fad42fcdd5aed7bba3d7"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500gP v2"; + } + ]; + }; + asus-wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-500w-squashfs.trx"; + sha256 = "f85bdfa072c018bb8272745dbc94cd4f5ddcd7b30f2556c3a0f49b041b84e2cd"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-500W"; + } + ]; + }; + asus-wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-520gu-squashfs.trx"; + sha256 = "8306a9cbd2349a3b8e72080e0e2bb9c46bb0015538096ee122d6b7f06824df46"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-520gU"; + } + ]; + }; + asus-wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-550ge-squashfs.trx"; + sha256 = "24e9cdd2e84c10ec4fe13a3e0ed8486b85436714753acaac057f479be92392cb"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-550gE"; + } + ]; + }; + asus-wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-asus-wl-hdd25-squashfs.trx"; + sha256 = "7af08ab662a7ccbea1323bde7642ab05184814521522e412c61bf386f8f1fbd8"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus WL-HDD25"; + } + ]; + }; + dlink-dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-dlink-dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-dlink-dwl-3150-squashfs.bin"; + sha256 = "829da4af8bc1fffb442aba52e6cd286076e970b9302f4a6e19f560490601aef2"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DWL-3150"; + } + ]; + }; + edimax-ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-edimax-ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-edimax-ps1208-mfg-squashfs.bin"; + sha256 = "345925380b88c08c9dffee3dffc1b0cb4786c640e4b367ad061ce4deb460ed55"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Edimax PS-1208MFg"; + } + ]; + }; + huawei-e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-huawei-e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-huawei-e970-squashfs.bin"; + sha256 = "dd6662c7018244378a5e9e5bc7e0641f1f0e875fadb4d4264d8ae9bc24c8dd1f"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei E970"; + } + ]; + }; + linksys-wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt150n-squashfs.bin"; + sha256 = "135d8b4dbdec70ff436156e3293ada83d690f81ab24ec736ea82c6ad3cf95b58"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT150N"; + } + ]; + }; + linksys-wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt160n-v1-squashfs.bin"; + sha256 = "dddcbe0ec8c764cc0e05cb7417745aa9a2dc86fc2d213cfd81a6d9880bea6d5e"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT160N v1"; + } + ]; + }; + linksys-wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt300n-v1-squashfs.bin"; + sha256 = "619b68dd3af991d0f874c7ad331a4f0dccb1a11375283b701177a65c97f265be"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt300n-v1-squashfs.trx"; + sha256 = "383e7588afb78e0b696b640056ecb7fd1d64b8e1bdcddfe34d1319d2947ab880"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT300N v1"; + } + ]; + }; + linksys-wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt54g-squashfs.bin"; + sha256 = "d1d0ee1a457492175a5380a80a51664aca36654e59b0925a5a5ae03c85ca5223"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G"; + } + ]; + }; + linksys-wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt54g3g-squashfs.bin"; + sha256 = "43eb90ca0df117213f8b3b29c4c3e2393d821e18ef351562932b8f4fd8565d01"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3G"; + } + ]; + }; + linksys-wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt54g3g-em-squashfs.bin"; + sha256 = "bdf0ca21608e8bc04f1f332bb036e9fb3ea7e918509f41c6954cfd26b741194e"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3G-EM"; + } + ]; + }; + linksys-wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt54g3gv2-vf-squashfs.bin"; + sha256 = "0c488380fbd19ded19669112f584c833fd4ec0c69b4ad1af1383f7ce2b8e2c3a"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "c4f68838f4e0ebc1d3bc2b9306a46cfd8aed083afef5a34b3a887554be475614"; + type = "noheader"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54G3GV2-VF"; + } + ]; + }; + linksys-wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt54gs-squashfs.bin"; + sha256 = "40849d42674127df179f86c9d85ab09fd6f855ef15d59e79d90c962f61e953cf"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54GS"; + } + ]; + }; + linksys-wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrt54gs-v4-squashfs.bin"; + sha256 = "f8b4437a2e71d39333f094f7da5a4224854edcdd9c2b4f0964dd935ea768f362"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT54GS v4"; + } + ]; + }; + linksys-wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-linksys-wrtsl54gs-squashfs.bin"; + sha256 = "5fdfcfa431eaf170ae2440d81c2b927982e65f32c033d2cd1704fa307af7b97c"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRTSL54GS"; + } + ]; + }; + motorola-wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-motorola-wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-motorola-wa840g-squashfs.bin"; + sha256 = "6832823408f6444ecb2aadde4c798728235549c5b266bbe32e4c8017acb5e03d"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WA840G"; + } + ]; + }; + motorola-we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-motorola-we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-motorola-we800g-squashfs.bin"; + sha256 = "b3bd20093a3d98cce537b74eb832aa97c7e71e525b9d6b33ab9b49899e7fbd97"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WE800G"; + } + ]; + }; + motorola-wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-motorola-wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-motorola-wr850g-squashfs.bin"; + sha256 = "af56bf59e9b3c721e721fa238ef188df9c7892ebc6348b4d0a76d9ccc5de3416"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Motorola WR850G"; + } + ]; + }; + netgear-wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-netgear-wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-netgear-wgr614-v8-squashfs.chk"; + sha256 = "f54d9bcc1734e1d2643972dc5be45432212ab56c9d8950590c21671562189eee"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v8"; + } + ]; + }; + netgear-wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-netgear-wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-netgear-wgt634u-squashfs.bin"; + sha256 = "f782233a672a650c4022c27dd50f7f3c95c7c159140a127a3929688fac52ba26"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGT634U"; + } + ]; + }; + netgear-wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-netgear-wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-netgear-wndr3300-v1-squashfs.chk"; + sha256 = "9a57bbc5d6af94bd17942f65fcec510da17ea1d2b307afc5ecd9e2c874e61760"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3300 v1"; + } + ]; + }; + netgear-wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-netgear-wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-netgear-wnr834b-v2-squashfs.chk"; + sha256 = "a8ab3f02d6a803f25066a7cc1c5c9117b8c973180dc98ce261a2b68874f869f1"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR834B v2"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-standard-squashfs.trx"; + sha256 = "ada97d2e5926e814cdc58e01e825310e9f654ac8d1c4cdae0375b005b2ba12cd"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "b19a43a02c4d0ee5444f317eed26b6fdc80171621942e302c036c232961fecbc"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with gzipped kernel"; + } + ]; + }; + usrobotics-usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-legacy-usrobotics-usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-legacy-usrobotics-usr5461-squashfs.bin"; + sha256 = "1d81a84d2e3eefd7f4e6c9a4795219c7a98befc119ef26fca49fbdb9275b0ef2"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics USR5461"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "brcm47xx/legacy"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "nvram" + "otrx" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-default-on" + "kmod-ledtrig-timer" + "kmod-ledtrig-netdev" + ]; + metadata_version = 1; + profiles = { + asus-rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-ac53u-squashfs.trx"; + sha256 = "817a3d5a02212c1a814695ce9ae98dd5accaa066568c25dfb2937dbcc1ac3eba"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-AC53U"; + } + ]; + }; + asus-rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n10-squashfs.trx"; + sha256 = "731401295e57f990ab5b6e2c476ce72c1b5be6e85c7fc24ed719ef1a016777cd"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10"; + } + ]; + }; + asus-rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n10p-squashfs.trx"; + sha256 = "5abf57e7f922e947960d318a027dc99dfdf7584528eeaa20f67819dc0a6fcdaf"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10P"; + } + ]; + }; + asus-rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n10p-v2-squashfs.trx"; + sha256 = "6a658a4e689279881637beb44d3670c5383da7765d0e3d36bf03e2c678353449"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10P v2"; + } + ]; + }; + asus-rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n10u-squashfs.trx"; + sha256 = "fe5fbfeb6a952d2c5310a2e05ad8e5b1a0e2473240c06ae6ca8b511ee29be881"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10U"; + } + ]; + }; + asus-rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n10u-b-squashfs.trx"; + sha256 = "fe5fbfeb6a952d2c5310a2e05ad8e5b1a0e2473240c06ae6ca8b511ee29be881"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N10U B"; + } + ]; + }; + asus-rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n12-squashfs.trx"; + sha256 = "117ed0938b977b943d4c6a5fd1b8f5813d8ef700266e9f01e4e3cc6813154d95"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12"; + } + ]; + }; + asus-rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n12-b1-squashfs.trx"; + sha256 = "17aae45d64725d5a10c061b53a0a994f2c7a661dbd7d11b0890572dcb9dfce0e"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 B1"; + } + ]; + }; + asus-rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n12-c1-squashfs.trx"; + sha256 = "b488a88369e2787cfa22b9eb370c4edb0b384d1cfecff86df1ee36715247924e"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 C1"; + } + ]; + }; + asus-rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n12-d1-squashfs.trx"; + sha256 = "77ddcbcf53d97d4638e5c5b0bdd4f9197e015c1523c92f84fc5712afa9552dc2"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12 D1"; + } + ]; + }; + asus-rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n12hp-squashfs.trx"; + sha256 = "bc4df622f092488b3b5aa7b8dd09dbed21549ff254bb5961e691be219a7b798f"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N12HP"; + } + ]; + }; + asus-rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n14uhp-squashfs.trx"; + sha256 = "a409498ba4d0b9c49e2335295f407256677e5e818aca955544ed5a0e04aa973c"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N14UHP"; + } + ]; + }; + asus-rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n15u-squashfs.trx"; + sha256 = "44eb5d164b1b4aa051939ce9ed39f97450661ff95a03b2dcf6912b2c1dd0018d"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N15U"; + } + ]; + }; + asus-rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n16-squashfs.trx"; + sha256 = "c4f42f3b1c374b65c288b34548ec196e2a606b41dac6ce013f82bd965d6173ba"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N16"; + } + ]; + }; + asus-rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n53-squashfs.trx"; + sha256 = "29a58ce76d86c7fa63666ce65550bb0db813f6c0c495ee79bce7c24f3821a903"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N53"; + } + ]; + }; + asus-rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n66u-squashfs.trx"; + sha256 = "a1b0135826d0239d50719beef2bc22e2d1fcf9a07b5c7af89104521bef6386d8"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N66U"; + } + ]; + }; + asus-rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-asus-rt-n66w-squashfs.trx"; + sha256 = "a1b0135826d0239d50719beef2bc22e2d1fcf9a07b5c7af89104521bef6386d8"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asus RT-N66W"; + } + ]; + }; + linksys-e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e1200-v1-squashfs.bin"; + sha256 = "9fba4a6200e6b4a69e72eee6fd1d51624152700b54f18ce0c9e0d8a59ee565b2"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1200 v1"; + } + ]; + }; + linksys-e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e1200-v2-squashfs.bin"; + sha256 = "0dc2a65c6952cb7964ee126d09a765750272f763b3fc0cc816c8b200874d40f5"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1200 v2"; + } + ]; + }; + linksys-e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e1500-v1-squashfs.bin"; + sha256 = "a380738cdaf9807156b1d67c026c97160042af082de65e647dfe9fa2273ad3f5"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1500 v1"; + } + ]; + }; + linksys-e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e1550-v1-squashfs.bin"; + sha256 = "1edc8736f7672cc3f98a18f89db9417703f4af0e50c9bafa66a228fa32193bab"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E1550 v1"; + } + ]; + }; + linksys-e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e2000-v1-squashfs.bin"; + sha256 = "aad0745f648c3d59f5b3cb085d2f2df8ba0fdbbcd8c3aeb059111e67cd9ca673"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2000 v1"; + } + ]; + }; + linksys-e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e2500-v1-squashfs.bin"; + sha256 = "4235db1d10fff9ef70785c0e8344c3fc1dd8b083b331cf06957a2071429d1323"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v1"; + } + ]; + }; + linksys-e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e2500-v2-squashfs.bin"; + sha256 = "76035687f32c1bd025359f580205318055246c9e269609780b0e128bf8ac8a2a"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v2"; + } + ]; + }; + "linksys-e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e2500-v2.1-squashfs.bin"; + sha256 = "c53463070b7f1fc933b123e67995f2050f54c72af0c810b151a01be68e60c6db"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v2.1"; + } + ]; + }; + linksys-e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e2500-v3-squashfs.bin"; + sha256 = "c36ce41d06e83c66e7422be98edefd3b654360101e16ea0e5d2aff6a253cd000"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E2500 v3"; + } + ]; + }; + linksys-e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e3200-v1-squashfs.bin"; + sha256 = "415c7a2eefbaa3ba6a192a14faaf4bd96846dc8493c0c61f3ae486cded1f6a3f"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E3200 v1"; + } + ]; + }; + linksys-e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e4200-v1-squashfs.bin"; + sha256 = "47f4152a1800941b8e8c56f321c199c76044d0fd2628dfdbac606ff1d4186ca5"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E4200 v1"; + } + ]; + }; + linksys-e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-linksys-e900-v1-squashfs.bin"; + sha256 = "4eeb896173e3af4f9063c085818f44f48860921b2490fee12af91bf57b6f238e"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys E900 v1"; + } + ]; + }; + linksys-wrt160n-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-linksys-wrt160n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-linksys-wrt160n-v3-squashfs.bin"; + sha256 = "bf545813c4325fb8456981240f25b96904aced6cb53704211885d0fe5f297777"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT160N v3"; + } + ]; + }; + linksys-wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-linksys-wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-linksys-wrt310n-v2-squashfs.bin"; + sha256 = "b1d3d93537a3aa0dbb4e7d5bb5364ce0a02a740d468d25a0caa7e760889463f3"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT310N v2"; + } + ]; + }; + linksys-wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-linksys-wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-linksys-wrt320n-v1-squashfs.bin"; + sha256 = "6111c5ba376ac4f115d7579e7c447b6c8f5d64971d3429c70e1379dd796ee609"; + type = "bin"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Linksys WRT320N v1"; + } + ]; + }; + netgear-wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wgr614-v10-squashfs.chk"; + sha256 = "4d6712c34bdece51648f3fa73d198518426e88659fd9f0d9e2dd54767e6ab0e0"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v10"; + } + ]; + }; + netgear-wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wgr614-v10-na-squashfs.chk"; + sha256 = "06646de7018d4a099ba4dfb2a437639c934acc0d5cdd333ab067ec326baccc3a"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WGR614 v10 North America"; + } + ]; + }; + netgear-wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wn2500rp-v1-squashfs.chk"; + sha256 = "458edd9ef32a803cc05596a6de0d5cf31274c0564cf0cba5585e1c3a2d6b7e22"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WN2500RP v1"; + } + ]; + }; + netgear-wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wn3000rp-squashfs.chk"; + sha256 = "9680a5b4d4f303b69fd74022b73494767bdfba35e6a2ea0524eca4a6fe40f253"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WN3000RP"; + } + ]; + }; + netgear-wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wndr3400-v1-squashfs.chk"; + sha256 = "aaec2c9021abe275cfff540b9e93898a846cd58d73c1ca729cd82f8dc389a6c2"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v1"; + } + ]; + }; + netgear-wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wndr3400-v2-squashfs.chk"; + sha256 = "a530474f47adbbd6cbc3529b3e3d8544abfb83954e08aa23d1b3e8ca78c993b8"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v2"; + } + ]; + }; + netgear-wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wndr3400-v3-squashfs.chk"; + sha256 = "2a7fa3dd13e214cc489f4345e85b539435c47c33bc74aa7a340f170ecb2c09d8"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3400 v3"; + } + ]; + }; + netgear-wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wndr3700-v3-squashfs.chk"; + sha256 = "0caf6e7e7fc700cf2d0ef74b5872e6d5063cc3560de6befe57f8aff45bf99965"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR3700 v3"; + } + ]; + }; + netgear-wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wndr4000-squashfs.chk"; + sha256 = "e2bd66c4449299a09b2e99095b0894f087710c3db4efd7d783f92863fe3f1659"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNDR4000"; + } + ]; + }; + netgear-wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wnr1000-v3-squashfs.chk"; + sha256 = "baa48914e3bacfac7bf337661cffbf1d439b3c8bb42d75d9913fb2ec5a87ba68"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR1000 v3"; + } + ]; + }; + netgear-wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wnr3500-v2-squashfs.chk"; + sha256 = "9bb4392777bf41dad97cad7ed707af725129c798ee3fb0eceefbbfda18df35dd"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500 v2"; + } + ]; + }; + netgear-wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wnr3500l-v1-squashfs.chk"; + sha256 = "18e3f073a1d3197d3762557cac703c41efc8848a60222afe691572e934a2d338"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v1 Other Regions"; + } + ]; + }; + netgear-wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wnr3500l-v1-na-squashfs.chk"; + sha256 = "b84b14987a97bdd4ecb773ac372772333b9809d26cd9eba04b8f36e5e693f591"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v1 North America"; + } + ]; + }; + netgear-wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-netgear-wnr3500l-v2-squashfs.chk"; + sha256 = "3ba62de397726bc7752208809a93178188d55c14b76b927c46f18d60f141053d"; + type = "chk"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear WNR3500L v2"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "901e4424ec95fda14c4b610bc0d80bb6c2d5c523b4165263b714fb98ff64a308"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "3d7c6d0584b2b9fad12288627d065f6d451762646b52f0fb89f85207be84cd46"; + type = "trx"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Image with LZMA compressed kernel matching CFE decompressor"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "brcm47xx/mips74k"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + brcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + "963281TAN-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-963281TAN-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-963281TAN-generic-squashfs-cfe-8M.bin"; + sha256 = "4f65606338d19394ed43bfd77ecf937102d40ef53efff54f2797dfc7eaa2ace9"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-963281TAN-generic-squashfs-cfe-16M.bin"; + sha256 = "c41a6b519594d35ed1fe7de2766d35702fd061e5219c7c48ca19af6fd4af3a37"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-963281TAN-generic-squashfs-cfe-4M.bin"; + sha256 = "e8a9a793d3ece9f3fc58d36bf5ae50cbaa1b263ee6c3c4bf6d0e0e8f5005bfa3"; + type = "cfe-4M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 963281TAN"; + } + ]; + }; + "96328avng-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-96328avng-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-96328avng-generic-squashfs-cfe-16M.bin"; + sha256 = "7353bad0ade209480d2d59f4097fc984a0028be9b9930a269893b3deac74515d"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-96328avng-generic-squashfs-cfe-8M.bin"; + sha256 = "8a88e0dbbd88a818b1a88af2e7748be80d2248fd8f4bb6ba43247472ea5b2e27"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-96328avng-generic-squashfs-cfe-4M.bin"; + sha256 = "e6c0d0bb4c06006e9801071512bcd7308fd93af026e239ccb98cf2a03e2f3487"; + type = "cfe-4M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96328avng"; + } + ]; + }; + "96338GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-96338GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-96338GW-generic-squashfs-cfe.bin"; + sha256 = "34c094d0817639f2b4e94b3164928eff592b560e8c1bd411fc92409c2a5987f8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338GW"; + } + ]; + }; + "96338W-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-96338W-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-96338W-generic-squashfs-cfe.bin"; + sha256 = "319780e3c8a65d54385f598471e315bf7ec7d3f86483da19c07512a0a69aed38"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338W"; + } + ]; + }; + "96345GW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-96345GW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-96345GW2-generic-squashfs-cfe-bc221.bin"; + sha256 = "423d1e5480a54d5718a1d08ea475bd493f949ac4908bcbaf164b4f120dc7c8f7"; + type = "cfe-bc221"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-96345GW2-generic-squashfs-cfe.bin"; + sha256 = "c495d1d196a45798a722670a0a5bf06bd137ea25b5e03472897606696473daae"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96345GW2"; + } + ]; + }; + "96348GW-10-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-96348GW-10-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-96348GW-10-generic-squashfs-cfe.bin"; + sha256 = "c0f942a35347ea069c8d25668299ba89607de8ebca793ab019d8ddd32c3b2193"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-10"; + } + ]; + }; + "96348GW-11-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-96348GW-11-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-96348GW-11-generic-squashfs-cfe.bin"; + sha256 = "eeba5b2032d251a41ea5a58e2bd3a62f283112f62c8269ecda321bc4db283dd1"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-11"; + } + ]; + }; + "96348GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-96348GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-96348GW-generic-squashfs-cfe-bc221.bin"; + sha256 = "1d58c98319094647e15907c5e6a889f612a3ea17f53095d2bc1d2cf7bc36775e"; + type = "cfe-bc221"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-96348GW-generic-squashfs-cfe.bin"; + sha256 = "e0681e3daf39f3cf8487a56d7639830523e69e35e0c03290b6b6501a494ae1dd"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW"; + } + ]; + }; + "96348R-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-96348R-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-96348R-generic-squashfs-cfe.bin"; + sha256 = "368a69e9c859ab4c46e831b2cfc8e45931966c58e3f5ca9cd4dc80611f977cc4"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348R"; + } + ]; + }; + "96358VW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-96358VW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-96358VW-generic-squashfs-cfe.bin"; + sha256 = "51a0a6758435c037655e986abdf0f428c965af2814b479af2f29efc837179566"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW"; + } + ]; + }; + "96358VW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-96358VW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-96358VW2-generic-squashfs-cfe.bin"; + sha256 = "2ad2f388b781787590078e1f35e2dcbecc6cebd5c19182d5700e2ea8fdd6e467"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW2"; + } + ]; + }; + "96368MVNgr-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-96368MVNgr-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-96368MVNgr-generic-squashfs-cfe.bin"; + sha256 = "1a6aec7ca06cb1bfbd2c84fd20302d82a76ca441c2dd19fa0539eb195d29a651"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVNgr"; + } + ]; + }; + "96368MVWG-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-96368MVWG-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-96368MVWG-generic-squashfs-cfe.bin"; + sha256 = "4a5c1bfa1be7881ca59dc33e72721e9ee3a9618cfb7be69c0668677d30adf482"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVWG"; + } + ]; + }; + A226G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-A226G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-A226G-squashfs-cfe.bin"; + sha256 = "901697b82646950c3fb67c3ac8e30ae4f42921ba78df19c313ba69045ad9eb1e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226G"; + } + ]; + }; + A226M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-A226M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-A226M-squashfs-cfe.bin"; + sha256 = "536614064a9734231caadd9ff79257649940b9014167f727f6e8eec5659cb6c7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M"; + } + ]; + }; + A226M-FWB = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-A226M-FWB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-A226M-FWB-squashfs-cfe.bin"; + sha256 = "1dcfc2410793d6bbb68b9721138fcff189197f93932e5155ccf3297aa17f6187"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M-FWB"; + } + ]; + }; + A4001N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-A4001N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-A4001N-squashfs-cfe.bin"; + sha256 = "0f568f2975e110505e50e7acc435fabae016334578b8451dd137e28d11c4644b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N"; + } + ]; + }; + A4001N1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-A4001N1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-A4001N1-squashfs-sysupgrade.bin"; + sha256 = "ba5c726ba72dd027b524b353880bd8f6afa66ab9126cf8f1ec8335c621548431"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-A4001N1-squashfs-cfe.bin"; + sha256 = "f4cfd1be94669b85d4c5d315a8892d72d27bebebfabef1129057a876778fa16c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N1"; + } + ]; + }; + AD1018-SPI_flash = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-AD1018-SPI_flash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-AD1018-SPI_flash-squashfs-cfe.bin"; + sha256 = "d964571ae65e88d469e83b4c3f0d155535e4c494fffc2f090071dca8d33389da"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sercomm AD1018 (SPI flash mod)"; + } + ]; + }; + AGPF-S0 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-AGPF-S0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-AGPF-S0-squashfs-cfe.bin"; + sha256 = "17d490cb9b20c2229ca3edc08d30352cbebd2b427dd16148d49df57cd1d5a886"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + } + ]; + }; + AR1004G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-AR1004G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-AR1004G-squashfs-cfe.bin"; + sha256 = "edef1a73e7d17d4582b1c29e86e9e5db15790fc2087bc319f6f99ea142adafd9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asmax AR 1004g"; + } + ]; + }; + AR5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-AR5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-AR5315u-squashfs-cfe.bin"; + sha256 = "130e3db658bafa0af69e04a1b93c35feaca3b8cd5d967cf0f681c10666f9faf2"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-AR5315u-squashfs-sysupgrade.bin"; + sha256 = "5aaec8ca7cde57b582654db083bb7ed47ebd3d8dcaac48c92c121741dc54ff6f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5315u"; + } + ]; + }; + AR5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-AR5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-AR5381u-squashfs-cfe.bin"; + sha256 = "5665e2017a23e8223c8ec3918e4f71898dce3db9f7f1ebb6f2abdd8a0924458e"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-AR5381u-squashfs-sysupgrade.bin"; + sha256 = "5f908c2687eac80deef09e684bddf537f02081927554f32a81662fd9a0b7648e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5381u"; + } + ]; + }; + AR5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-AR5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-AR5387un-squashfs-cfe.bin"; + sha256 = "2636f21a6c9bbbd057b9377d3772e2f47b2a058519a02ce897f8383c1742486f"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-AR5387un-squashfs-sysupgrade.bin"; + sha256 = "de16daf1f5e2d9a156efc417e4c82820155da7483d1147862e8a01523976ce3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5387un"; + } + ]; + }; + AV4202N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-AV4202N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-AV4202N-squashfs-cfe.bin"; + sha256 = "4730eabe450751b0adebc1157a7421e16d5cbd90ef1266cf4d9cf82deefdc3ab"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG AV4202N"; + } + ]; + }; + BTV2110 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-BTV2110"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-BTV2110-squashfs-cfe.bin"; + sha256 = "afabfd7f631c8a012453a2e7e6b9c0de75629fea701c4b2f73e2adb47b090946"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2110"; + } + ]; + }; + BTV2500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-BTV2500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-BTV2500V-squashfs-cfe.bin"; + sha256 = "56b3c35b1b26c5658108371c521bdc8e4eea0ca76d6fd1712e5e3428ec1b3728"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2500V"; + } + ]; + }; + CPA-ZNTE60T = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-CPA-ZNTE60T"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-CPA-ZNTE60T-squashfs-cfe.bin"; + sha256 = "8e26c6b3db8b076f9f6727342f2ef84957b868c557192f2d23aba7e881743d37"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA642-type (CPA-ZNTE60T)"; + } + ]; + }; + CPVA502PLUS = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-CPVA502PLUS"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-CPVA502PLUS-squashfs-cfe.bin"; + sha256 = "e6cfd85c124831fd8d5e2d05d50744a24d8c32405f4ba5f4f7920d80f4cd95a8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA502+"; + } + ]; + }; + CT-5365 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-CT-5365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-CT-5365-squashfs-cfe.bin"; + sha256 = "92d5b7d838d200b9eb2133d8e0e303db726486d2c937fac16b5f456e02b5e7b3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-5365"; + } + ]; + }; + CT-536_CT-5621 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-CT-536_CT-5621"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-CT-536_CT-5621-squashfs-cfe.bin"; + sha256 = "6e309d75b75e86b0ed346ea0ecad62c58bf15bff711ed7987ef7d58ecce3ace8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-536+/CT-5621"; + } + ]; + }; + CT-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-CT-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-CT-6373-squashfs-cfe.bin"; + sha256 = "c5957bce32a798b22af9a155b0795f3945f39223dac2e7de425566acec75f6f0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-6373"; + } + ]; + }; + DG834GT_PN = { + device_packages = [ + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-DG834GT_PN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-DG834GT_PN-squashfs-cfe.bin"; + sha256 = "828bab74ba2ba6f667299d4f8c8e1f161d7f8cd3c869855ed610b13ee974ff3e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DG834GT/PN"; + } + ]; + }; + DGND3700v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-DGND3700v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-DGND3700v1-squashfs-factory.chk"; + sha256 = "3e2cf34648a2cf1a945be5ef216de6ba4d0495b21b791160c832468a83914443"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-DGND3700v1-squashfs-sysupgrade.bin"; + sha256 = "5250e99c654efba417a857271919894a53cebddc9f951a93ff8ea97294e47fc4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3700 v1"; + } + ]; + }; + DGND3800B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-DGND3800B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-DGND3800B-squashfs-sysupgrade.bin"; + sha256 = "a2dff0e14c37bf407ac8676ca17cac01e16889280dcfea6589be0ad9ccfbdb67"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-DGND3800B-squashfs-factory.chk"; + sha256 = "79280f473fe6ede6fbc31ad5ba250bdbef85495b4c7549ca8bdc403cd2e6b184"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3800B"; + } + ]; + }; + DSL2640B-B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-DSL2640B-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-DSL2640B-B-squashfs-cfe.bin"; + sha256 = "f55695ffd0de37530083b5147c20281af2447c1a4537db4171c9bd66c0f93568"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640B rev B2"; + } + ]; + }; + DSL2640U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-DSL2640U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-DSL2640U-squashfs-cfe.bin"; + sha256 = "3b46df476d03d8878b8554111e9a8ab4bebb5a95f616de144dc5413bfca4412d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640U/BRU/C"; + } + ]; + }; + DSL2650U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-DSL2650U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-DSL2650U-squashfs-cfe.bin"; + sha256 = "4b0d9b49e88bf9c2a09b1fcc4ec83d3b592dbf77a2d35e029381cbeaff80db5d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2650U"; + } + ]; + }; + DSL274XB-C2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-DSL274XB-C2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-DSL274XB-C2-squashfs-cfe.bin"; + sha256 = "dd4db9a2ebb6cfbf90dc44c407dd2b5c8c542c8e7319cf9006879732c1aae0de"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C2"; + } + ]; + }; + DSL274XB-C3 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-DSL274XB-C3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-DSL274XB-C3-squashfs-cfe.bin"; + sha256 = "5ce1294641cb86467d2d35f53ad644e8eae6c192d2744bfbe73c02ae5ad0b273"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C3"; + } + ]; + }; + DSL274XB-F1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-DSL274XB-F1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-AU.bin"; + sha256 = "0a3a2b64cb5d604df55f4a20bb35f1fef98cbee18a4752b772e63d18e4bdaef7"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-EU.bin"; + sha256 = "63ec7cca95627cc08f6a6ec3b66d62b4a47170ad08c42004d17db8f3bff877fb"; + type = "cfe-EU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev F1"; + } + ]; + }; + DSL275XB-D1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-DSL275XB-D1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-DSL275XB-D1-squashfs-cfe.bin"; + sha256 = "b03fb2f4b77652ffa3456f2d6cc4ea7ca65dfd554aec4efd8935c146a83e35bd"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2750B/DSL-2751 rev D1"; + } + ]; + }; + DV-201AMR = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-DV-201AMR"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-DV-201AMR-squashfs-cfe-old.bin"; + sha256 = "43837b944e301e6b8dc6ae892d004cb9ffec53393d8d828c5effdae3f963a37a"; + type = "cfe-old"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Davolink DV-201AMR"; + } + ]; + }; + DVAG3810BN = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-DVAG3810BN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-DVAG3810BN-squashfs-cfe.bin"; + sha256 = "79c457a4ad06f164191deb07118f053c8d2ec12ca1618ff1dd7e24f140a4d18a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DVA-G3810BN/TL"; + } + ]; + }; + EVG2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-EVG2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-EVG2000-squashfs-sysupgrade.bin"; + sha256 = "c648d17ecd741d363f8e5985a4ccd2a4b06da6193bc083b22327b1b1c8b15e35"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-EVG2000-squashfs-factory.chk"; + sha256 = "d5ae1fff40e76bb7a5e0b4ea3b213f85405581ea429332ad50f4ec0b4ac981e5"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear EVG2000"; + } + ]; + }; + F5D7633 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-F5D7633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-F5D7633-squashfs-cfe.bin"; + sha256 = "9cfe35a6623c3d17ce8ee5024f0a99911e61f526fd7590bd7959d27df9e9b40b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Belkin F5D7633"; + } + ]; + }; + FAST2404 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-FAST2404"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-FAST2404-squashfs-cfe.bin"; + sha256 = "4f3f79ad0bc0ebf76d26cdc19979d0280b7641edc25e72f9f88f4139b025dad9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2404"; + } + ]; + }; + FAST2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-FAST2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-FAST2504n-squashfs-cfe.bin"; + sha256 = "2bfda10358a5ce6de8a8c6adba31f8c19eb7828daa44e6c5a111f86e4e40b98c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2504n"; + } + ]; + }; + FAST2604 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-FAST2604"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-FAST2604-squashfs-cfe.bin"; + sha256 = "a51437dae1fda559a31d15aa4e4dc10a9b1b034a64d2a6c35cd4bea837864cd5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2604"; + } + ]; + }; + FAST2704N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-FAST2704N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-FAST2704N-squashfs-cfe.bin"; + sha256 = "2cafb61156f95184db94cab0d44d2222a610c27ab2d8e482721fcd29cde446ad"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704N"; + } + ]; + }; + FAST2704V2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-FAST2704V2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-FAST2704V2-squashfs-cfe.bin"; + sha256 = "f70655e1175c7f638d2cbaf392adb84a8224a451f0d1b500e58917fdee420ad9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704V2"; + } + ]; + }; + GW6000 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-GW6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-GW6000-squashfs-cfe.bin"; + sha256 = "d80898542732865bc3b7ea0a43338f0836c95ea5a9a520d237aee7c07a23715e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6000"; + } + ]; + }; + GW6200 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-GW6200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-GW6200-squashfs-cfe.bin"; + sha256 = "1e5f56a758fae0489c43155a93d17542a275ab2a8b7d3a5d12aa1e88fc759548"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6200"; + } + ]; + }; + HG520v = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-HG520v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-HG520v-squashfs-cfe.bin"; + sha256 = "9da22760e5b343f14cdd74d89dbdb97331f6960b7e4dbf6d3c49f8ff57cb072c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG520v"; + } + ]; + }; + HG553 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-HG553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-HG553-squashfs-cfe.bin"; + sha256 = "a58b2b58214e41afddb48f6b303a7ea85a1315efabae4ab5132bff9af95f6de9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG553"; + } + ]; + }; + HG556a-A = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-HG556a-A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-HG556a-A-squashfs-cfe.bin"; + sha256 = "e794beda78cfb8c356cef315765ac65da650b888cfa366a8d121c4481440fc90"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev A"; + } + ]; + }; + HG556a-B = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-HG556a-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-HG556a-B-squashfs-cfe.bin"; + sha256 = "ea75d45dabdf8ac389fdad538215ec0afcdd357a5d206add961b63f4521f3eca"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev B"; + } + ]; + }; + HG556a-C = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-HG556a-C"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-HG556a-C-squashfs-cfe.bin"; + sha256 = "474f51432df1cac2d7ad28c81ed3775aa5f03e8787ea4a55d8f3f2596c7f65f8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev C"; + } + ]; + }; + HG622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-HG622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-HG622-squashfs-cfe.bin"; + sha256 = "836118ca6ffdf265b2b4918f787d521590a5789234f37581daa95ff5d772e5a1"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-HG622-squashfs-sysupgrade.bin"; + sha256 = "fbf9c66dab18e4ffc13a014bba3bc9ce20370e2239596db4b61c166ca30c3deb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG622"; + } + ]; + }; + HG655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-HG655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-HG655b-squashfs-cfe.bin"; + sha256 = "f29549a0ca7924b285d0850640d388011d63bc698851f89810362896a9afb69e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG655b"; + } + ]; + }; + HomeHub2A = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-HomeHub2A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-HomeHub2A-squashfs-cfe.bin"; + sha256 = "2b88d17549d7c38400b7a085f9cfcb7d6651e901eb2d2d7d1d5d262522f8c008"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Home Hub 2.0 A"; + } + ]; + }; + NEUFBOX4-FXC = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-NEUFBOX4-FXC"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-NEUFBOX4-FXC-squashfs-cfe.bin"; + sha256 = "e5fef31f6bfddf752f3b1bca7f122e13b85271d04030dd545c08e73874c01153"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Foxconn)"; + } + ]; + }; + NEUFBOX4-SER = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-NEUFBOX4-SER"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-NEUFBOX4-SER-squashfs-cfe.bin"; + sha256 = "62da974ac74b9b90f83deb8869090f47f504f53c6e1120f043db1b2dc8c7adc0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Sercomm)"; + } + ]; + }; + NEUFBOX6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-NEUFBOX6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-NEUFBOX6-squashfs-cfe.bin"; + sha256 = "edb9d3c21703f6d67cc6872f0f0c1e94f45397f05a6d0dad5f2eb9350bfb0168"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox6"; + } + ]; + }; + P870HW-51a_v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-P870HW-51a_v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-P870HW-51a_v2-squashfs-factory.bin"; + sha256 = "b682d09aa50fcf461a394727b969d6dcd7eccd31c2627d4489c683c23cf0e939"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL P870HW-51a v2"; + } + ]; + }; + R1000H = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-R1000H"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-R1000H-squashfs-cfe.bin"; + sha256 = "7010287ab02462bb956d956b03e69d021631302e7476d930ba856cc5caabedd9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Actiontec R1000H"; + } + ]; + }; + R5010UNv2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-R5010UNv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-R5010UNv2-squashfs-cfe.bin"; + sha256 = "fdd6b337e9942081e352f3a09a94405d4bfac350e2b4888671c8e3b8792ed1fa"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-R5010UNv2-squashfs-sysupgrade.bin"; + sha256 = "b849abaebf28182736a8872afe1fb8125e51bc824441c06d84fe1e49729f9322"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NuCom R5010UN v2"; + } + ]; + }; + RG100A = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-RG100A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-RG100A-squashfs-cfe.bin"; + sha256 = "abfd619f3d5673dedfc0babbc67ad8adc8b990c1a706aaf7d3d4b9179c3fd985"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Alcatel RG100A"; + } + ]; + }; + RTA1025W_16 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-RTA1025W_16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-RTA1025W_16-squashfs-cfe.bin"; + sha256 = "5c85f7b2ecca1aa40f1e58348dcb4260ceeb228f6417c0b0081c11051ec5562f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1025W"; + } + ]; + }; + RTA1320_16M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-RTA1320_16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-RTA1320_16M-squashfs-cfe.bin"; + sha256 = "300ae44e1d18e5f395cebb62bb532c9f5da3103656417018ebdc202eeead68a8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1320"; + } + ]; + }; + SPW303V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-SPW303V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-SPW303V-squashfs-factory.bin"; + sha256 = "327ca589c52a6f8bbad9cafa6f76efba093c649b8038949cd9fe26cb7cdd0ea1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-SPW303V-squashfs-sysupgrade.bin"; + sha256 = "6dde5d95f77eae8f17daf47f08cd24bc4600ed7b71f06e6c104bed0206ec88a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 303V"; + } + ]; + }; + SPW500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-SPW500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-SPW500V-squashfs-cfe.bin"; + sha256 = "677cb67e10d9966ede39df8584578a1694686237b9f80a90ead0c841e3431a89"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 500V"; + } + ]; + }; + SR102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-SR102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-SR102-squashfs-cfe.bin"; + sha256 = "29e4c6dc84897c7773e2f9441832f829a17ded8560e225a81ee9aa88481362fe"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SKY-SR102"; + } + ]; + }; + TD-W8900GB = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-TD-W8900GB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-TD-W8900GB-squashfs-cfe.bin"; + sha256 = "c99dc505f1400da8a46d859e21630c4eb2145819531bcf562195557fec7354c3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-Link TD-W8900GB"; + } + ]; + }; + USR9108 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-USR9108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-USR9108-squashfs-cfe.bin"; + sha256 = "fe6f6a5808ff154e1d775e863b1b5f7260d422cd2640542852f2c6b6e0fd7e31"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics 9108"; + } + ]; + }; + VH4032N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-VH4032N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-VH4032N-squashfs-cfe.bin"; + sha256 = "255db6460e3dbf0547447952b82670e4cccd2950b681c7e00b50b1dc306a3831"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-VH4032N-squashfs-sysupgrade.bin"; + sha256 = "38b31dba3ac540d287b3843f1fefee58f2a26d9c701ce98e667184ef75fb1ea7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Observa VH4032N"; + } + ]; + }; + VR-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-VR-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-VR-3025u-squashfs-cfe.bin"; + sha256 = "5816aecd8be1b2b3a9c6f421e302ac4caef113f7132e9d428c8363cc8d811bdf"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-VR-3025u-squashfs-sysupgrade.bin"; + sha256 = "211f88bb149222463bf1d4021b759973209d93c776fb95abba078144b4a6968c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025u"; + } + ]; + }; + VR-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-VR-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-VR-3025un-squashfs-cfe.bin"; + sha256 = "dca1c27dfd9d7410bee78ebc5f2cd4721bd42823a1ba7f90037227ae593a9251"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025un"; + } + ]; + }; + VR-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-VR-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-VR-3026e-squashfs-cfe.bin"; + sha256 = "0a73253dc19afbc98c8a5b3ab94b08ad642828157d972231a5b22ca8fb2e2106"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3026e"; + } + ]; + }; + WAP-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-WAP-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-WAP-5813n-squashfs-cfe.bin"; + sha256 = "9b284085827dd900ab766b3e2f2977fb62ed0af5576d55dcc801452c56ae4089"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend WAP-5813n"; + } + ]; + }; + livebox = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-generic-livebox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-generic-livebox-squashfs-redboot.bin"; + sha256 = "9d0f2ebc3ac6a25eee9eb7334813f82a2802bff41a7aa1c691de1ca09956dc8e"; + type = "redboot"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Inventel Livebox 1"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "brcm63xx/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "swconfig" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "swconfig" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + "963281TAN-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-963281TAN-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-963281TAN-generic-squashfs-cfe-8M.bin"; + sha256 = "f5e4d561a2eb5c5a63f586e5c2d8418bc24d3164088855bcba422b3ae6976297"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-963281TAN-generic-squashfs-cfe-4M.bin"; + sha256 = "6a1e0a992a144dda2c7d112a4a1299b42f02a17d313238aed24260b35a99a694"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-963281TAN-generic-squashfs-cfe-16M.bin"; + sha256 = "2a45c8ec76a4fcca65648254fde90f8cadaaba71268074c627c87040c4d8b396"; + type = "cfe-16M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 963281TAN"; + } + ]; + }; + "96328avng-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-96328avng-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-96328avng-generic-squashfs-cfe-4M.bin"; + sha256 = "fd5d68632d8a0e91f09c66a6cd12861e960ee1b6704242429b995fb66b8cdad0"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-96328avng-generic-squashfs-cfe-16M.bin"; + sha256 = "aac872b6edaad37a094fb4e4a84915ad4f27409f301a338ea301f2c033fbc976"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-96328avng-generic-squashfs-cfe-8M.bin"; + sha256 = "581ce43cc921af23b877988d701ac69235dab46e229fba13d286f6ad450f449f"; + type = "cfe-8M"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96328avng"; + } + ]; + }; + "96338GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-96338GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-96338GW-generic-squashfs-cfe.bin"; + sha256 = "532d0734faeec0e26330c86d9abd45e5df172b79adebccf5e4f756e5b29a6818"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338GW"; + } + ]; + }; + "96338W-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-96338W-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-96338W-generic-squashfs-cfe.bin"; + sha256 = "60f99c29b62b5064f68dcd52cc32541ff350e59c2fac0d2fe8d21050f23723ed"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96338W"; + } + ]; + }; + "96345GW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-96345GW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-96345GW2-generic-squashfs-cfe-bc221.bin"; + sha256 = "12c54cf01c1e2b55aeaf7f7a840c447d9ec18ac0ea4f8dd30f405a06a27cf1ba"; + type = "cfe-bc221"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-96345GW2-generic-squashfs-cfe.bin"; + sha256 = "b0f52ae55a27f342393d3250d99fefc870421f2c43bbfd25614e135599db2f48"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96345GW2"; + } + ]; + }; + "96348GW-10-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-96348GW-10-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-96348GW-10-generic-squashfs-cfe.bin"; + sha256 = "3f2098366d1946825d4d1c3249c746763337b20def87dff31284e71f6035d2c7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-10"; + } + ]; + }; + "96348GW-11-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-96348GW-11-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-96348GW-11-generic-squashfs-cfe.bin"; + sha256 = "d335dfef84362be127d6a0069f0088072c9e37907d6b0011654ab2daf3d35ab9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW-11"; + } + ]; + }; + "96348GW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-96348GW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-96348GW-generic-squashfs-cfe-bc221.bin"; + sha256 = "6753a51d0cb5b87b4db23c5098e1611deb53765d3ee8c99b32dc9458ded0ba34"; + type = "cfe-bc221"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-96348GW-generic-squashfs-cfe.bin"; + sha256 = "51a3a2e50dcc2d8b54e0336df75ada636cea4200f7e5075a1bd7623365d25ae8"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348GW"; + } + ]; + }; + "96348R-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-96348R-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-96348R-generic-squashfs-cfe.bin"; + sha256 = "471260680ccd166688dde8f8af3bf3c211d60a99f7e904285e5890f48bb56cd7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96348R"; + } + ]; + }; + "96358VW-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-96358VW-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-96358VW-generic-squashfs-cfe.bin"; + sha256 = "14c5dd161ab08f8a3b42901c91824b9f47cf006b65d2bc4bf08b144b97a1910d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW"; + } + ]; + }; + "96358VW2-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-96358VW2-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-96358VW2-generic-squashfs-cfe.bin"; + sha256 = "217364b664003087c527e69fe65d8a6aab2c4d99b1d8fc6ddfa03744250fa252"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96358VW2"; + } + ]; + }; + "96368MVNgr-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-96368MVNgr-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-96368MVNgr-generic-squashfs-cfe.bin"; + sha256 = "0c00b8f41d5ecb554d208b1aa60985147efa970d8ccb1018de3dd638b5985882"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVNgr"; + } + ]; + }; + "96368MVWG-generic" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-96368MVWG-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-96368MVWG-generic-squashfs-cfe.bin"; + sha256 = "9db88d632c071a36d0b4d905755ee9c135c270093aac59cd5ff7d90a8435a03a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic 96368MVWG"; + } + ]; + }; + A226G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-A226G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-A226G-squashfs-cfe.bin"; + sha256 = "25c6514a9a3122567937546fba2156bbf692f68da2a0785776123b9e33f2d349"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226G"; + } + ]; + }; + A226M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-A226M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-A226M-squashfs-cfe.bin"; + sha256 = "9e4cc20534b643a736d496731890deb223be483ec82a753b16a1a07a7fcb2b15"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M"; + } + ]; + }; + A226M-FWB = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-A226M-FWB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-A226M-FWB-squashfs-cfe.bin"; + sha256 = "f276ee9d17e6bc38b29bcc053338e4d0e1786b269385cd51af12babcc862f015"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli A226M-FWB"; + } + ]; + }; + A4001N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-A4001N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-A4001N-squashfs-cfe.bin"; + sha256 = "6a8298ec7a55085f4bc3a748a5f8e73940afc9f2f5a336e284c99b52e356482a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N"; + } + ]; + }; + A4001N1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-A4001N1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-A4001N1-squashfs-cfe.bin"; + sha256 = "47c9a5c58e502e534ef58a537a037b8c400f223b1817b0822b4501b68bedc670"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-A4001N1-squashfs-sysupgrade.bin"; + sha256 = "485acbc5a946e99582e44ff7868d7666993bfd76609ec6702b4fbc955156252c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG A4001N1"; + } + ]; + }; + AD1018-SPI_flash = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-AD1018-SPI_flash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-AD1018-SPI_flash-squashfs-cfe.bin"; + sha256 = "6c60de9d8ce5bc6d531f679ed0f29bb884ace73427b67a48924b9959b180b160"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sercomm AD1018 (SPI flash mod)"; + } + ]; + }; + AGPF-S0 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-AGPF-S0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-AGPF-S0-squashfs-cfe.bin"; + sha256 = "e64c7ac7c97d3658b829324851febf019a85667cfcdb4c6ef9c10b0475e3df15"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + } + ]; + }; + AR1004G = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-AR1004G"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-AR1004G-squashfs-cfe.bin"; + sha256 = "22f0e6043015791599ac4b116b348ff0195cfb10188047c069ae3de73ba3eac7"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Asmax AR 1004g"; + } + ]; + }; + AR5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-AR5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-AR5315u-squashfs-cfe.bin"; + sha256 = "e51c16646503c88bda4fac4eeb9c1f2855f96eb46acab87537baf936bdd0455c"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-AR5315u-squashfs-sysupgrade.bin"; + sha256 = "1fc1bf2d87304963a17db55c8b307319a4ddd06c4226b3536865e7c7e2c1977e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5315u"; + } + ]; + }; + AR5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-AR5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-AR5381u-squashfs-sysupgrade.bin"; + sha256 = "f542d846d9fe862dfe75c983a5f7d496a6e77778b053f0d741e82e2c8313a9a7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-AR5381u-squashfs-cfe.bin"; + sha256 = "fee0a7a641e004855a77a77d02e5e3812a2387a7380e48952ba360dadcfc5533"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5381u"; + } + ]; + }; + AR5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-AR5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-AR5387un-squashfs-cfe.bin"; + sha256 = "c00c45fb16203d524bfb033cdd290810e7d691064ea0a7d4518e2b3765aad0b1"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-AR5387un-squashfs-sysupgrade.bin"; + sha256 = "096378db2f5ead8ab54b22b2fc15988b4a79b99d08033b2bf3a2e22a83a990e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend AR-5387un"; + } + ]; + }; + AV4202N = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-AV4202N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-AV4202N-squashfs-cfe.bin"; + sha256 = "13a0c15446a119bb0dad99a17a904bc52df4639339c00ba003a078f5750f98d9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ADB P.DG AV4202N"; + } + ]; + }; + BTV2110 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-BTV2110"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-BTV2110-squashfs-cfe.bin"; + sha256 = "a5ac2fb1fbada7eb389fca3f18fce6e8d27bb35b7485b69d7b43f9107d19ee1d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2110"; + } + ]; + }; + BTV2500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-BTV2500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-BTV2500V-squashfs-cfe.bin"; + sha256 = "6de0222758eecda6e625d6250cbad3a929432fc84e84a93586058d4aec15cf5f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Voyager V2500V"; + } + ]; + }; + CPA-ZNTE60T = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-CPA-ZNTE60T"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-CPA-ZNTE60T-squashfs-cfe.bin"; + sha256 = "c934c82f02cb8f3e98dbd717d766989fd6ae69a93379c9852f2aa58db48cf6e5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA642-type (CPA-ZNTE60T)"; + } + ]; + }; + CPVA502PLUS = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-CPVA502PLUS"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-CPVA502PLUS-squashfs-cfe.bin"; + sha256 = "06264e6d53633e3bce5fb47dd26150c271db1bd60be0d59069177a1375b57743"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Telsey CPVA502+"; + } + ]; + }; + CT-5365 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-CT-5365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-CT-5365-squashfs-cfe.bin"; + sha256 = "3ffed8e7787bcb17ba177cfe65cbebba9eec61a36589cead281daeb6c356a1ee"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-5365"; + } + ]; + }; + CT-536_CT-5621 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-CT-536_CT-5621"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-CT-536_CT-5621-squashfs-cfe.bin"; + sha256 = "db3d416a0c1e323d4ef27066603d822d8df4167468b23a65ecd819e20f19e90c"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-536+/CT-5621"; + } + ]; + }; + CT-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-CT-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-CT-6373-squashfs-cfe.bin"; + sha256 = "f68577cb66c23f039b023b8ba85f4187dad5b47fc322a6d7543158d13ffb15f3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend CT-6373"; + } + ]; + }; + DG834GT_PN = { + device_packages = [ + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-DG834GT_PN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-DG834GT_PN-squashfs-cfe.bin"; + sha256 = "50f75b5cd45f04d1cd45f46df30418d0d504a65c2d116cf6b78ced05db445d80"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DG834GT/PN"; + } + ]; + }; + DGND3700v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-DGND3700v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-DGND3700v1-squashfs-factory.chk"; + sha256 = "37fc1aab2cf5a6f9008ac18d3bd2f706e1567b379d5c19fffa83f03a2090698d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-DGND3700v1-squashfs-sysupgrade.bin"; + sha256 = "1e2da84e966b38d8572a345f41bba3860266c29648143380ebd196b3a21fbcac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3700 v1"; + } + ]; + }; + DGND3800B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-DGND3800B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-DGND3800B-squashfs-sysupgrade.bin"; + sha256 = "ca1d82c72eddba6c87e1c9d242e38367e6e830039c0a01f0164002595ee69e3f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-DGND3800B-squashfs-factory.chk"; + sha256 = "45c0cae47c437619212ca67af00bf04261442aafe11f232eb5b44822490631d8"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear DGND3800B"; + } + ]; + }; + DSL2640B-B = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-DSL2640B-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-DSL2640B-B-squashfs-cfe.bin"; + sha256 = "11da1cc08ea4b34739ea972f292a20b46edd3d1703e9e7fef49d2f858eb919cc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640B rev B2"; + } + ]; + }; + DSL2640U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-DSL2640U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-DSL2640U-squashfs-cfe.bin"; + sha256 = "e94e97323a26cb70d7e272a6432e0f2c9934689a330f99d2a6683487c0ddbc20"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2640U/BRU/C"; + } + ]; + }; + DSL2650U = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-DSL2650U"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-DSL2650U-squashfs-cfe.bin"; + sha256 = "6fce3efab6f8b73955adddf3c820a1bbb5c9f9f358456a08876cde6eec4d5ff9"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2650U"; + } + ]; + }; + DSL274XB-C2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-DSL274XB-C2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-DSL274XB-C2-squashfs-cfe.bin"; + sha256 = "cc8700ea2a169af6efe7fd61d96760a90563be29d6076af8cbe7404ee033857e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C2"; + } + ]; + }; + DSL274XB-C3 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-DSL274XB-C3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-DSL274XB-C3-squashfs-cfe.bin"; + sha256 = "29e3346661a9a0b8c3e199ac62ba0d4512f3c4f2a205ae7d9c97c95b29db70b0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev C3"; + } + ]; + }; + DSL274XB-F1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-DSL274XB-F1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-AU.bin"; + sha256 = "0b08286a0d691706af77227f854f33ad793073e943884db78e1d8db8e44fe856"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-EU.bin"; + sha256 = "071d2acdb026447786ce465aeb08e18fbd0daf99b558477af36ec5e0aaf614ce"; + type = "cfe-EU"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2740B/DSL-2741B rev F1"; + } + ]; + }; + DSL275XB-D1 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-DSL275XB-D1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-DSL275XB-D1-squashfs-cfe.bin"; + sha256 = "fc2d61ca9cf2a58b70f96933b898fad27c0924b2b66d930baf49b2a645d4cbde"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DSL-2750B/DSL-2751 rev D1"; + } + ]; + }; + DV-201AMR = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-DV-201AMR"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-DV-201AMR-squashfs-cfe-old.bin"; + sha256 = "a8cb676a95f3fdd784f413cb83cbb2bcdcc4db2b65491ea485587f9152e3db08"; + type = "cfe-old"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Davolink DV-201AMR"; + } + ]; + }; + DVAG3810BN = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-DVAG3810BN"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-DVAG3810BN-squashfs-cfe.bin"; + sha256 = "22526b9c780344002def66a6450282c374eea9e2c50a07f5674d12ed2a676d7d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "D-Link DVA-G3810BN/TL"; + } + ]; + }; + EVG2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-EVG2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-EVG2000-squashfs-sysupgrade.bin"; + sha256 = "e78f1090718169da4e0caae94cf0a00b4e1114a73b686c0fc5281ad9a7b6aca7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-EVG2000-squashfs-factory.chk"; + sha256 = "6eac735dbb138143ae766420f3855f5b5c0740eefe4cc047ad096a055fb02190"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Netgear EVG2000"; + } + ]; + }; + F5D7633 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-F5D7633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-F5D7633-squashfs-cfe.bin"; + sha256 = "060bf3e83b9f46cc0021abe3444a9592a54131ea832f5619128e1eb4978998cb"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Belkin F5D7633"; + } + ]; + }; + FAST2404 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-FAST2404"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-FAST2404-squashfs-cfe.bin"; + sha256 = "bf47dfd997d5409dc81e8e5c4f188b484524510897c018af060d8b3a6cadc19b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2404"; + } + ]; + }; + FAST2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-FAST2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-FAST2504n-squashfs-cfe.bin"; + sha256 = "d514489c417b07408173ffd43a83c013b7a1725264f2251756a320707c409d40"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2504n"; + } + ]; + }; + FAST2604 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-FAST2604"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-FAST2604-squashfs-cfe.bin"; + sha256 = "0076354f99a3b8d600dda64393772317f0a674a80a8a45ca7ded3113c1c73075"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2604"; + } + ]; + }; + FAST2704N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-FAST2704N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-FAST2704N-squashfs-cfe.bin"; + sha256 = "b1860b75810e49ef23f88b8bb09f5342afb33f1753700b1aa38a31f1898e7462"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704N"; + } + ]; + }; + FAST2704V2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-FAST2704V2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-FAST2704V2-squashfs-cfe.bin"; + sha256 = "445fe88bfb0887e6146819f817034eb1770f4945a07a5162a4735a4a10046fe3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Sagem F@ST2704V2"; + } + ]; + }; + GW6000 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-GW6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-GW6000-squashfs-cfe.bin"; + sha256 = "d55b7b7f2d5c69be72b551770e51fca79b37ee3bc7ed24b71d2c5cdab33893ee"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6000"; + } + ]; + }; + GW6200 = { + device_packages = [ + "kmod-brcm-wl" + "nas" + "wlc" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-GW6200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-GW6200-squashfs-cfe.bin"; + sha256 = "6ac6c86a71ee3a840a28beb79bd12fc9ff88d47dc5f34ad554d31e8d1ad0b256"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Tecom GW6200"; + } + ]; + }; + HG520v = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-HG520v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-HG520v-squashfs-cfe.bin"; + sha256 = "5d7dc83fd1a3512a9971468e3301aa04512c8f4c4ea31fe536c11c7360dd3b71"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG520v"; + } + ]; + }; + HG553 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-HG553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-HG553-squashfs-cfe.bin"; + sha256 = "148bae5ff279fec4031f829a9ddf21695cb3bf09c6ee1ce7c56c584063ca7e5d"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG553"; + } + ]; + }; + HG556a-A = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-HG556a-A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-HG556a-A-squashfs-cfe.bin"; + sha256 = "a7ed6c93320d38d1efc732f267c1d67a5fa97cb5c00891197c92296b243d86a3"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev A"; + } + ]; + }; + HG556a-B = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-HG556a-B"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-HG556a-B-squashfs-cfe.bin"; + sha256 = "a355edc2838a18fe70daa73059d5f3f6f4c0de5643c77fe836a349c311a8dedd"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev B"; + } + ]; + }; + HG556a-C = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-HG556a-C"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-HG556a-C-squashfs-cfe.bin"; + sha256 = "b31633ba0952414586c7e422c7b9b6986a3db95fb3f49c6004f6d888494df0ee"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG556a rev C"; + } + ]; + }; + HG622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-HG622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-HG622-squashfs-cfe.bin"; + sha256 = "409d6bf74ef676fddb2c274b29c67ab4bbf5533794016f2f536f4215be26ec29"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-HG622-squashfs-sysupgrade.bin"; + sha256 = "9c5cb74eb18640d7287754b0b70bca2f0ff06b075ceb8bcc0aff7e7c368a5754"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG622"; + } + ]; + }; + HG655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-HG655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-HG655b-squashfs-cfe.bin"; + sha256 = "c920b96725ed0a449e728ab4a3126d8c9011a3b42942b40e027bf86bc4086281"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Huawei EchoLife HG655b"; + } + ]; + }; + HomeHub2A = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-HomeHub2A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-HomeHub2A-squashfs-cfe.bin"; + sha256 = "e7a15bd28cb3f10528becef67642ea031f1254198c866f96fce257f24c7e4ce2"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "BT Home Hub 2.0 A"; + } + ]; + }; + NEUFBOX4-FXC = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-NEUFBOX4-FXC"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-NEUFBOX4-FXC-squashfs-cfe.bin"; + sha256 = "eae93534b283d064a42bf77e1ca2ca6a14a8f460dd2496c3c5803108a8848f9b"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Foxconn)"; + } + ]; + }; + NEUFBOX4-SER = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-NEUFBOX4-SER"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-NEUFBOX4-SER-squashfs-cfe.bin"; + sha256 = "7ffc69f28f4e864051e8f9b51377256adb5cb01ed619195f1f64b1cfe0e0aa5e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox4 (Sercomm)"; + } + ]; + }; + NEUFBOX6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-NEUFBOX6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-NEUFBOX6-squashfs-cfe.bin"; + sha256 = "59b305e384be02d2e8382abe5fc50a516ca2d74aa47c8b93eae515c64c209be5"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SFR Neufbox6"; + } + ]; + }; + P870HW-51a_v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-P870HW-51a_v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-P870HW-51a_v2-squashfs-factory.bin"; + sha256 = "f5f6859ce830e880ab11314b36f7ab27820df47ee414ebaeb0cb5a1b7e17941b"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "ZyXEL P870HW-51a v2"; + } + ]; + }; + R1000H = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-R1000H"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-R1000H-squashfs-cfe.bin"; + sha256 = "7d5b84c10b491082ef0cef6c292fad03974528a5d96f2ddd06985f2bb1353ed0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Actiontec R1000H"; + } + ]; + }; + R5010UNv2 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-R5010UNv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-R5010UNv2-squashfs-sysupgrade.bin"; + sha256 = "f6a7180813f16b8c381362f631b56aa53e7f3ecd9e78a667a6883b90aa6d8042"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-R5010UNv2-squashfs-cfe.bin"; + sha256 = "90026d991dbeb8495dd65b2b6232a213d93f5b66cda4edaaa36b37aeb9f72f36"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "NuCom R5010UN v2"; + } + ]; + }; + RG100A = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-RG100A"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-RG100A-squashfs-cfe.bin"; + sha256 = "92ebe78a38994624bc594aaea264aece8a861b85eccd3c07139a8d07837d8cbc"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Alcatel RG100A"; + } + ]; + }; + RTA1025W_16 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-RTA1025W_16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-RTA1025W_16-squashfs-cfe.bin"; + sha256 = "fc1d4599c82c59e13aa2893f8110d82f09b3df239ce974276551f3156ea4e594"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1025W"; + } + ]; + }; + RTA1320_16M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-RTA1320_16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-RTA1320_16M-squashfs-cfe.bin"; + sha256 = "c1fb32d136a3b3e509164a1a06d98988b3a3a883d883319984940649a29a93b6"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Dynalink RTA1320"; + } + ]; + }; + SPW303V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-SPW303V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-SPW303V-squashfs-factory.bin"; + sha256 = "1f49c440d2a0b6fa2dba14da6649431b370606623b45ee68d700ff898e6e19d0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-SPW303V-squashfs-sysupgrade.bin"; + sha256 = "7b154c80057992998dd21c81fecef9a364e2426856fec1d6ea8f7dafd3c54852"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 303V"; + } + ]; + }; + SPW500V = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-SPW500V"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-SPW500V-squashfs-cfe.bin"; + sha256 = "280f893d43f5d58dc29eb29421c668fd64a977bf0338b62f2a5a698567bc907a"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "T-Com Speedport W 500V"; + } + ]; + }; + SR102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-SR102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-SR102-squashfs-cfe.bin"; + sha256 = "036739be721f235510880b2e5f3e72ce41689776114bb1ee4ccb18cd40019a3e"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SKY-SR102"; + } + ]; + }; + TD-W8900GB = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-TD-W8900GB"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-TD-W8900GB-squashfs-cfe.bin"; + sha256 = "8726b53eb95b6bbe5158e0ee516480ade435b74e6e2642613c4db3792c080770"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "TP-Link TD-W8900GB"; + } + ]; + }; + USR9108 = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-USR9108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-USR9108-squashfs-cfe.bin"; + sha256 = "ca4e3a8976866e7d883668e6022fca4f921a54b47fd3e0718e857e7cbcebfc77"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "USRobotics 9108"; + } + ]; + }; + VH4032N = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-VH4032N"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-VH4032N-squashfs-cfe.bin"; + sha256 = "2043737b83702c5dc39655c7d4fe97826d3ae9450899abdd858f4651cdf2db6b"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-VH4032N-squashfs-sysupgrade.bin"; + sha256 = "3edc3113fb97f9927b08dab953a9fc20676c5675ce00c456ad636b02175105cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Observa VH4032N"; + } + ]; + }; + VR-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-VR-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-VR-3025u-squashfs-cfe.bin"; + sha256 = "38b6e45b41f8c8b86916172644d4730c40dc3ae76306dda90681f8c92678c62a"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-VR-3025u-squashfs-sysupgrade.bin"; + sha256 = "09929e0278d260bcb9a88f7b3cac8aabd07e790b3273ae14053a83f6984f01cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025u"; + } + ]; + }; + VR-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-VR-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-VR-3025un-squashfs-cfe.bin"; + sha256 = "8ecdf5b5b9aa1347723c0ed6013aba616ccf28bba7784d5819275a3f456c60b0"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3025un"; + } + ]; + }; + VR-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-VR-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-VR-3026e-squashfs-cfe.bin"; + sha256 = "8eea2b3c094e9f1b23e688a5a7a2c6464f3b73d23650e92d796ab2964349ae0f"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend VR-3026e"; + } + ]; + }; + WAP-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-WAP-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-WAP-5813n-squashfs-cfe.bin"; + sha256 = "a14c69cc9572fe9a4d3eca4d74ca9969c8d186565501ced5ecbb72279d885394"; + type = "cfe"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Comtrend WAP-5813n"; + } + ]; + }; + livebox = { + device_packages = [ + "kmod-b43" + "wpad-basic" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-brcm63xx-smp-livebox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-brcm63xx-smp-livebox-squashfs-redboot.bin"; + sha256 = "cfd37db671f2821b2e6960b823c17a8ec56c6dc82726512f77884777179bab1d"; + type = "redboot"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Inventel Livebox 1"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "brcm63xx/smp"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + cns3xxx = { }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-core" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-core" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-switch-rtl8366rb" + "swconfig" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.9-gemini-dlink_dir-685"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "659f3865b8fcc24d1cecd07d9909753c3042afe975d5b74ca20f2bcd4d5bfdbb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "d144d122fda1e688ec2a788f7cbf8c6ad7a868a95f8b176a8c0ce9f51a90d8c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + title = "D-Link DIR-685 Xtreme N Storage Router"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.9-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "404c1d6c91429c66e0fafb08a3ca7002fb9967a55773f3eb2885095d6df8a008"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + title = "D-Link DNS-313 1-Bay Network Storage Enclosure"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-19.07.9-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "d85b66d5c31823093a898ea4ee5ad64c5d285845a2593c4481764733924044ad"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + title = "ITian Square One SQ201"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "samba36-server" + "mdadm" + "cfdisk" + "fdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.9-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "a95d76bbc3aef97c64ec8467a609e08c42ddf47d49b66149802fa79576d28036"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + title = "Raidsonic NAS IB-4220-B"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "gemini/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + imx6 = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "blkid" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "blkid" + ]; + metadata_version = 1; + profiles = { + apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-19.07.9-imx6-apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-imx6-apalis-squashfs.combined.bin"; + sha256 = "23966757e743b6aa2e25f67262f57c7b184b81ba0212bf1a98f6b0cd8202a5f6"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-imx6-apalis-squashfs.sysupgrade.bin"; + sha256 = "b0153c8c486337763febbac3e4bcea5973d4dc0b199a177d0ac164dc7d52aa45"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + title = "Toradex Apalis family"; + } + ]; + }; + cubox = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.9-imx6-cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-imx6-cubox-i-squashfs-combined.bin"; + sha256 = "1a906fe529146e914321da22f57030abb9865cee0917b9c5b7a9dd054dcd7f02"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "SolidRun CuBox-i"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-19.07.9-imx6-ventana-large"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-imx6-ventana-large-squashfs-nand.ubi"; + sha256 = "f65ee6781f55de1cb9f8845b23ff4f8a3f2678d37a220f3844d7555eafd845cc"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-imx6-ventana-squashfs-nand.ubi"; + sha256 = "54f2571580ca69c8ec736715c14831a71293c7cea4f0bf5156b11dd1d7d9ebac"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-imx6-ventana-squashfs-bootfs.tar.gz"; + sha256 = "2efe6c921cb39027e97dfbf52d359072b76475be403c21ae323eaf4a351fe1b0"; + type = "bootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Gateworks Ventana family (large NAND flash)"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "imx6/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb-dwc3-of-simple" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath10k-ct" + "wpad-basic" + "kmod-usb3" + "kmod-usb-dwc3" + "ath10k-firmware-qca4019-ct" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb-dwc3-of-simple" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ath10k-ct" + "wpad-basic" + "kmod-usb3" + "kmod-usb-dwc3" + "ath10k-firmware-qca4019-ct" + ]; + metadata_version = 1; + profiles = { + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "dfa75b162765a9bbbfd597504994b1769fa022be186d7f55c9c51c8558475009"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "da08d108f69bf7f4406932cde3c4a61fc9d73b7087374ac8f92dad18808a4cfe"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + title = "8devices Jalapeno"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "ipq-wifi-alfa-network_ap120c-ac" + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "db65d9107da1d290cd8c3d191f4ac11a4e3bfdc0bdf3074e72d1544192a622c5"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "c068703ddf980dfda49823f047c616a16c6babfbfd5d7a08163964fdd6c9b75f"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + title = "ALFA Network AP120C-AC"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ipq-wifi-asus_map-ac2200" + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "6183384b2e10d5104b15cab1cdc83f3187117a6976b57f01e76386ff3d7fc31e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + title = "ASUS Lyra MAP-AC2200"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "ef5662084b0e6e440cb206401610e4fc70538bca05d17323cc16c6f111a666fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + title = "Asus RT-AC58U"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "620d66408f7a45b4dc19403b70f05164b50308c072aace6523a1361c4e9405df"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "c4e0e2da106e1471df2fc9555b91c5e386da65a2fd4e95fb66b7562c0095a1a5"; + type = "eva"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + title = "AVM Fritz!Box 4040"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzbox-7530" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "024c1d819bfc22b2695523ff5a210760e63089380f8ea955859667d79080080f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + title = "AVM Fritz!Box 7530"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "fce0c70b8feba02a7ccb34452ed90bf6ae6611f898f8a02ebe47800641c30675"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + title = "AVM FRITZ!Repeater 1200"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-3000" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "8465ef47f8af396fd6a84eeca65427fdc1988897833ab884f5fc57e357f94a4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + title = "AVM Fritz!Repeater 3000"; + } + ]; + }; + compex_wpj428 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-compex_wpj428"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin"; + sha256 = "ab707c403a85f0fe37d698f8b2cafc7ed1f008804054c9a56a510b18e506e550"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj428" + ]; + titles = [ + { + title = "Compex WPJ428"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ + "ipq-wifi-engenius_eap1300" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "06c22324df1eb5b5881ad61c93a5d217aee0937ccd078da7bcd43d0bfa74866c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + title = "EnGenius EAP1300"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ + "ipq-wifi-engenius_ens620ext" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "39b362d12c523878487b581d12f5dc49102c3639eea7e484e916379fec2fbf8d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "3a9c9304b0cf8a4ffad1cda925e12c96a5facdad9f8bad804b1d51047a634fc1"; + type = "factory_35"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "d72077c668fca4d5b92cde1cc8b750643bfdf79557f990372de2361497bbac3e"; + type = "factory_30"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + title = "EnGenius ENS620EXT"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "d9107d8462cd157c3569e47dad762e7a5f47cc6e7410ab84f7c633b95bc03c65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + title = "GL.iNet GL-B1300"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ + "ipq-wifi-linksys_ea6350v3" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "8fd0fd337ab245df641a1b0dc58b696e80737e6f2b5448d3c39ca6843f203769"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "9103efd7af978908b45839d4571e685ed90c749989e72cc013955ca9656358fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + title = "Linksys EA6350v3"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "uboot-envtools" + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "8ffd4e081595f536e8c311513dc2a42b64e6aa030f5371dbaef26e8900963fdb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "81863b9131880273fa3ac2ad16e1f524e20b33fc95df8a622f1976fefb5e927a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + title = "Linksys EA8300 (Dallas)"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "09a72d60cb942d453f2656afab6f0f42364f9406571816dd5d9628cafc22f842"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + title = "Cisco Meraki MR33"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "cd64c704f6a3277e370b033c099aa234b5318177a89024f673c9641d8b62a57c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "aa547e647db8bda472d8f8bcb4f5310172888bea5512bfef6e715b815e003d2a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + title = "Netgear EX6100v2"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "43f88e1270cd7d66995bda63996dd380e60cdfb9a17f39b366785ccea38768de"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "c7a7aecb5b1bb7218c31aa949029a8857a5e37f4395bbaa0f9d909d9cc604ae5"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + title = "Netgear EX6150v2"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "7d03fc5be4ff3b9934a7bec2bc44c0b060a6ae70211c10a4c864e03184167ca5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "34215f20c0aba9d134cb107d5354d088f103e8af3eabc22ba83d1176182ebf8e"; + type = "factory"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + title = "OpenMesh A42"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "9fd59b0813d09cdd59f6143b50908dd4fb405a110a849bfc6c0ffa8ea0cb0c01"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "1e4dff507c99c3b273826ac54d322b5660e8e4f107b6561c4f71109a99783f3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + title = "OpenMesh A62"; + } + ]; + }; + "qcom_ap-dk01.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-qcom_ap-dk01.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-qcom_ap-dk01.1-c1-squashfs-sysupgrade.bin"; + sha256 = "5e9ccf0f7572d15e13f8e285f9163bce0d3d6362847400a640ade8aedde2e916"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk01.1-c1" + ]; + titles = [ + { + title = "QCA AP-DK01.1-C1"; + } + ]; + }; + "qcom_ap-dk04.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-qcom_ap-dk04.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-sysupgrade.bin"; + sha256 = "a2e1a1af51ec220ed4b40cb2160e33302e4c1929f1ea5ebef506309cc8bfa974"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-factory.ubi"; + sha256 = "4767b9a08bf58df84848f6c94f3a40e5811d416ee488cdbd788eb9dd1bb5d2bd"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ap-dk04.1-c1" + ]; + titles = [ + { + title = "QCA AP-DK04.1-C1"; + } + ]; + }; + qxwlan_e2600ac-c1 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-qxwlan_e2600ac-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"; + sha256 = "abb49e815159758ffc6b9cc7127b118b468c917ccda58fdfc0f815d57419a7d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c1" + ]; + titles = [ + { + title = "Qxwlan E2600AC-C1 (nor flash)"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "91f7c927dc84d67ea74f73a4d11bfbfb81aa95d26734ebfae1376d52efeca92e"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "7739322b5713494f1ff1a273a038f68e3822b8d1dc0e6d366ebfa464c8817cd4"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + title = "Qxwlan E2600AC-C2 (nornand flash)"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "uboot-envtools" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "681df111bedfa43ed874c89c51a5b1c444e8dd3506f810da2d212fdea92e59d5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "f1af0bfde3d0d8dbe7d64f00316d3a315d63f9df885727d50cd5e6dc6f9fc6c8"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + title = "ZyXEL NBG6617"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-19.07.9-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "ac43943486175ffca37a114547fa6fa69a2d069e09d2c17b4fea8e8dc59ddb30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + title = "ZyXEL WRE6606"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "ipq40xx/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-usb-dwc3-of-simple" + "kmod-usb-phy-qcom-dwc3" + "kmod-ath10k-ct" + "wpad-basic" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-usb-dwc3-of-simple" + "kmod-usb-phy-qcom-dwc3" + "kmod-ath10k-ct" + "wpad-basic" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.9-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "ccfcee4454ccc5f095f2e456757233f09e4bfa97ae84038bfda91ccd8fff5c59"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + title = "Buffalo WXR-2533DHP"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.9-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "fd45c340eea4cda2ae1024cb1667839c89aced92c6ae8a15b256312b3109f5c8"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "3782881616067a0959591c01c8de0ee2c86b792a8e0c92052505bf2b9c30f7b8"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + title = "Compex WPQ864"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.9-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "bef6dc36b16990d68a9124fcb8948c5ee3dcf49c1bdf9f44efb9ef7b320b9d76"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "90a59af3ffcb48e60fb7c93a88f5554c28c0d22796960f45abfb9b7249a7fd26"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + title = "Linksys EA8500"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.9-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "11cfbc00d88a30a7c366dcb4fc4b97b98d505c3c96e94030086be32b7289b01b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + title = "NEC Aterm WG2600HP"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.9-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "2a0f9f8c06a57b0f30f6add21287712db141785db52ebcdc2c1bc44193626b0d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "d75c5aa33c482a29cf73154e0d234eaea3eb85af36c2ad85dd9061ead46281d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 D7800"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "258c76c759e13054c0e9fa8651d76959ac2fa15dad6b4a3e36fc7389a9481527"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "13868ff0d074f3d9b7c8586d3bc97492918058158fb86a096d24cd09e39b811e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 R7500"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-19.07.9-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "029b8b74c326626f0af4a555f2a27f16a5389490a66684de43350a61f219f1ea"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "f112644a009dccbb266ba737f825c650d8bb7e12530eba43ff10fb8cbaf8c918"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + title = "Netgear Nighthawk X4 R7500v2"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-19.07.9-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "54344acf7414f34c87ac3b457d10a78a189844375045c3ffdca317ea39e67e90"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "243cd97e8dea033ae2c67b7d646431a289e49b0c1b2b5575334f57ebc74583e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + title = "Netgear Nighthawk X4S R7800"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.9-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "2bc84f490c26c3c5d47ac1051d6e2935139dc533554ae7e88cf7ddd18e6a8433"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "3ea7acfeda8ab0ae39aae78dd1570ed86ec9229271921afa808c80e86dbe68c5"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + title = "Qualcomm AP148"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.9-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "9e112e9e0fa35504e503ed1f3111a830ccda3f3292ae2c9001550972af07a484"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "645d1b890f0bab6e00db68da19f1220db1391a26edb0c758a6915dbf420e26bc"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + title = "Qualcomm AP148 (legacy)"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.9-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "a84623d53a0adb390f29f37c0f417fdb39af0172124baef1347e993fcb5517db"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "57ade925d02e1c0114394ff37b5916b9e8928b616a524fc17fdcf1c00b59c3b8"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + title = "Qualcomm AP161"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.9-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "5b30f72b58b80ea1575053a835b10dc739a04161f54b2763f144b11a49ea3092"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "3d5b969a5b6a2196eb4dfc106ef116e6e37529f31c11506421ca14b3f40b0ad0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + title = "TP-Link Archer C2600"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-19.07.9-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "87889133e6d049176e85fe0410a1f5a0543a160b2cf484ff77e1d4c569a38c2d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + title = "TP-Link Archer VR2600v"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-19.07.9-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "20e83bdcb1eec8d8955fe9c3e7f375ae022d64559369723069f871239bbd1164"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "3b0c98cb32481c764f366dbd8e71dd027a3c13b2407c8470b626d6072f59a23a"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + title = "ZyXEL NBG6817"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "ipq806x/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + cisco_on100 = { + device_packages = [ + "kmod-i2c-mv64xxx" + ]; + image_prefix = "openwrt-19.07.9-kirkwood-cisco_on100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "f4624e8dbd5a8a470a9dea80483aa4256b0ff31b7f4a9c31763d365867a9071b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "0d4cf8a14ed3afc40aec4bf04d58750b1e84f3ee6623a24952740342bf7e6a9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cisco,on100" + ]; + titles = [ + { + title = "Cisco Systems ON100"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "7382eb693f79147c0bcd02912316f7a9587e597e317465b35ef39c370bb9482b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "7b834a9fd22ba06fe39d0a754826ce68cfa533358e925fa0243039d7b6c48e05"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + title = "Cloud Engines Pogoplug E02"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.9-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "2c2f9794831c572c1cf6f6ceb86e3de59db89e6bc9892d89974111f53346ce8b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "1212c70c5562abf0549fe3565418ea22b22828ee182e9c10e44ca5a9c9fe5252"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + title = "Cloud Engines Pogoplug V4"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "4ddca014190272d48720f00031197dcf26ddda8cccef12d7adc0c0457be7cd8e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "60004d90400e3667834313b0cfea6cc61a52d972014001078123bbc47cfb0058"; + type = "factory"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + title = "Iomega Iconnect"; + } + ]; + }; + iom_ix2_200 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-i2c-mv64xxx" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-19.07.9-kirkwood-iom_ix2_200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-iom_ix2_200-squashfs-sysupgrade.bin"; + sha256 = "925a0fb70a095bb8d027edc92ddc4c2575c22ed7e24b9abec63c6648b3aa12a4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-iom_ix2_200-squashfs-factory.bin"; + sha256 = "fea71f62c05c7c154d74846df1d1646b4540c7350e22383a2c03b27689d7f9cc"; + type = "factory"; + } + ]; + supported_devices = [ + "iom,ix2,200" + ]; + titles = [ + { + title = "Iomega StorCenter ix2-200"; + } + ]; + }; + linksys_audi = { + device_packages = [ + "kmod-mwl8k" + "swconfig" + "wpad-basic" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-kirkwood-linksys_audi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-linksys_audi-squashfs-factory.bin"; + sha256 = "420657fdcac11b08121ae4621650875d8f40984e3ca4f8e6692b07d64941a00a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-linksys_audi-squashfs-sysupgrade.bin"; + sha256 = "76516cdc22eb8d9e5dd105a329b95f1c7e6227d0758c3616cc584315712361b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + title = "Linksys EA3500 (Audi)"; + } + ]; + }; + linksys_viper = { + device_packages = [ + "kmod-mwl8k" + "swconfig" + "wpad-basic" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-kirkwood-linksys_viper"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-linksys_viper-squashfs-factory.bin"; + sha256 = "5a5f8fb18a8f8ac305e7cb96a4b5bbb8b267708d4252ac9e7408bdb6e78ed645"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-linksys_viper-squashfs-sysupgrade.bin"; + sha256 = "edb85e27cc38866590e611595a985f40ae98c0f9a460f92f89cca1ceef95c4de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + title = "Linksys E4200v2 / EA4500 (Viper)"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "23d5390fe7b7d8d90b8382b11567586187a20f36a171c914fd856ff3fdd4c965"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "2f408fc536c21230ede548dd4ffe140cd18be6f727ac95cc0c0bd6ea1e036972"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + title = "RaidSonic ICY BOX IB-NAS62x0"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "a07bb96cfcf2a8cf508cd822961ac315e43cb581587b747ff4f5aaca93826cfc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "71abdb009b50ed3998f58b36c809856ce5f3e109060e2bd46383721dadd035ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + title = "Seagate FreeAgent Dockstar"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "17d6de796790c01fa6a23625d871348ec2717f0d7e2f446a418248f5be2ee82e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "bbdd69b66bf9b5b62f89b33bcb050c44690db6b036144b01595681c7fdb61233"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + title = "Seagate GoFlexHome"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "fe73e605d88624a5ea4320b2ad7b47fefd1f203f04f450d0ae285ec7cfcda4bd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "55a419a41ad5b13983e62265eda75bc92cc71f6b996226d6565c0bd53f36f43e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + title = "Seagate GoFlexNet"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-r8169" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-19.07.9-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "29d4722fe0b51c7bbad8f17c259b70893a19fe5abadc8b2f327963b31c941c69"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "9a445cda7809e56530aeb7964091c6cf6efd61df164f1baa8ec13d464d89bd83"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + ]; + titles = [ + { + title = "ZyXEL NSA310b"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.9-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "91ac1d4a72d60478dcbaea9c4ea4e3f85939f342c2b0aef7d6574225d7682f37"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "605b62191b083e27fd2d01ccf6ef33b9a2a3b6cffa309786d0925b4f2e62be45"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + ]; + titles = [ + { + title = "ZyXEL NSA325 (v1 and v2)"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "kirkwood/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + lantiq = { + ase = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + allnet_all0333cj = { + device_packages = [ + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + ]; + image_prefix = "openwrt-19.07.9-lantiq-ase-allnet_all0333cj"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-ase-allnet_all0333cj-squashfs-sysupgrade.bin"; + sha256 = "3e4047b3eb552bac56ad96f30c80b21ceb21658005a4c773a015a23891c69f9f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all0333cj" + ]; + titles = [ + { + title = "Allnet ALL0333CJ"; + } + ]; + }; + netgear_dgn1000b = { + device_packages = [ + "kmod-ltq-adsl-ase" + "kmod-ltq-adsl-ase-mei" + "kmod-ltq-adsl-ase-fw-b" + "kmod-ltq-atm-ase" + "ltq-adsl-app" + "ppp-mod-pppoe" + ]; + image_prefix = "openwrt-19.07.9-lantiq-ase-netgear_dgn1000b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-ase-netgear_dgn1000b-squashfs-sysupgrade.bin"; + sha256 = "56fcbfabead70311141fa3996a428b78ef72e923ae88df1e16ee5d7bec427512"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn1000b" + "DGN1000B" + ]; + titles = [ + { + title = "Netgear DGN1000B"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "lantiq/ase"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + falcon = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-ledtrig-heartbeat" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + lantiq_easy88388 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-lantiq-falcon-lantiq_easy88388"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-falcon-lantiq_easy88388-squashfs-sysupgrade.bin"; + sha256 = "8de76a1fea82bad436e34283660c3b01914ce76b5783ce27e7e3045966c600ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy88388" + ]; + titles = [ + { + title = "EASY88388 - Lantiq Falcon FTTDP8 Reference Board"; + } + ]; + }; + lantiq_easy88444 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-lantiq-falcon-lantiq_easy88444"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-falcon-lantiq_easy88444-squashfs-sysupgrade.bin"; + sha256 = "752cea717e5aedd6052f41a91eb325e7de4265dc5652bb2aebf1e5a26456e3a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy88444" + ]; + titles = [ + { + title = "EASY88444 - Lantiq Falcon FTTdp G.FAST Reference Board"; + } + ]; + }; + lantiq_easy98000-nand = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.9-lantiq-falcon-lantiq_easy98000-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-falcon-lantiq_easy98000-nand-squashfs-sysupgrade.bin"; + sha256 = "39ddff6f20b54d156d1802569be9f306bd2a1b2d6a545b1734abb81cdec879fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-nand" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board NAND"; + } + ]; + }; + lantiq_easy98000-nor = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.9-lantiq-falcon-lantiq_easy98000-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-falcon-lantiq_easy98000-nor-squashfs-sysupgrade.bin"; + sha256 = "8972a2f3afda8c8de6d460844e24e3cec23ca0273d4436542891be997ad14886"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-nor" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board NOR"; + } + ]; + }; + lantiq_easy98000-sflash = { + device_packages = [ + "kmod-dm9000" + "kmod-i2c-lantiq" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.9-lantiq-falcon-lantiq_easy98000-sflash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-falcon-lantiq_easy98000-sflash-squashfs-sysupgrade.bin"; + sha256 = "34ee0dbb7e7434efa359ea49e693c2be299e7394552fa0a0c4221158e56c1864"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98000-sflash" + ]; + titles = [ + { + title = "EASY98000 - Lantiq Falcon Eval Board SFLASH"; + } + ]; + }; + lantiq_easy98020 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-lantiq-falcon-lantiq_easy98020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-falcon-lantiq_easy98020-squashfs-sysupgrade.bin"; + sha256 = "c49852d302c013e0212d06846397e8ca6e2168cd648c32e53c07010276d5e71a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98020" + ]; + titles = [ + { + title = "EASY98020 - Lantiq Falcon SFU Reference Board"; + } + ]; + }; + lantiq_easy98020-v18 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-lantiq-falcon-lantiq_easy98020-v18"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-falcon-lantiq_easy98020-v18-squashfs-sysupgrade.bin"; + sha256 = "04b916a00b62c58e69047ede5ded8684b2e35cc73855fe35650939115df40277"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98020-v18" + ]; + titles = [ + { + title = "EASY98020V18 - Lantiq Falcon SFU Reference Board V1.8"; + } + ]; + }; + lantiq_easy98021 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-lantiq-falcon-lantiq_easy98021"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-falcon-lantiq_easy98021-squashfs-sysupgrade.bin"; + sha256 = "ef24f0875b5b3466accddfa73959738b875f01fa597ad4e685af112e5b4b7e74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98021" + ]; + titles = [ + { + title = "EASY98021 - Lantiq Falcon HGU Reference Board"; + } + ]; + }; + lantiq_easy98035synce = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-lantiq-falcon-lantiq_easy98035synce"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-falcon-lantiq_easy98035synce-squashfs-sysupgrade.bin"; + sha256 = "bf5379197a81313c82ce475c6dd8b16736a3791a6a15e4bd79809b48585e30d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98035synce" + ]; + titles = [ + { + title = "EASY98035SYNCE - Lantiq Falcon SFP Stick with Synchronous Ethernet"; + } + ]; + }; + lantiq_easy98035synce1588 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-lantiq-falcon-lantiq_easy98035synce1588"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-falcon-lantiq_easy98035synce1588-squashfs-sysupgrade.bin"; + sha256 = "1fc850e736236ccddd9ac534c187c8b6bd9c2d0e98e3a073e2882202216e22f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy98035synce1588" + ]; + titles = [ + { + title = "EASY98035SYNCE1588 - Lantiq Falcon SFP Stick with SyncE and IEEE1588"; + } + ]; + }; + lantiq_falcon-mdu = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-lantiq-falcon-lantiq_falcon-mdu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-falcon-lantiq_falcon-mdu-squashfs-sysupgrade.bin"; + sha256 = "52d7a95ff2ae7d6dc53cfe2b8c1f40834635e752a8b3ae86c350e7d6ce46cd9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,falcon-mdu" + ]; + titles = [ + { + title = "MDU - Lantiq Falcon / VINAXdp MDU Board"; + } + ]; + }; + lantiq_falcon-sfp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-lantiq-falcon-lantiq_falcon-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-falcon-lantiq_falcon-sfp-squashfs-sysupgrade.bin"; + sha256 = "943a429df9a6974f45895d4489e31090d4985d04af7b450968d678ea24d37665"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,falcon-sfp" + ]; + titles = [ + { + title = "SFP - Lantiq Falcon SFP Stick"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "lantiq/falcon"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "ltq-vdsl-vr9-vectoring-fw-installer" + "kmod-ltq-vdsl-vr9-mei" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-atm-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-deu-vr9" + "ltq-vdsl-app" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "ppp-mod-pppoa" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "47abece96d3cf02ca0721d0dcc6335c0e1d955cff33cb6f6bcd8401ded494e45"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + title = "BT OpenReach - ECI VDSL Modem V-2FUb/I"; + } + ]; + }; + arcadyan_arv7519rw22 = { + device_packages = [ + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-arcadyan_arv7519rw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-arcadyan_arv7519rw22-squashfs-sysupgrade.bin"; + sha256 = "56b8dd3aa44a62abd02a3e796d310c1242ce035c29616c5ec0d3902b23129061"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519rw22" + "ARV7519RW22" + ]; + titles = [ + { + title = "Livebox Astoria ARV7519RW22"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "578d67a3b142e49613a4bb93e5848aea92fe93cc308cc20e0d7a3c37ed034cd0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + title = "BT OpenReach - ECI VDSL Modem V-2FUb/R"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"; + sha256 = "348c0fcbec2b5f77232b1281c6da6af3963a441d786a149ec0ec267dfbeb1ea3"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + title = "o2 Box 6431 / Arcadyan VGV7510KW22 (BRN)"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "293ea98a882dd6c3cf3399f7e82df11e48cf381a41fa327a7228aad9f781f1b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + title = "o2 Box 6431 / Arcadyan VGV7510KW22 (NOR)"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"; + sha256 = "58c9ec23c1273df76064103aed3928e7beb7332648055e115a5696b984f6f11e"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + title = "Experiabox 8 VGV7519 (BRN)"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "9f25ed53594a33345e8001f4ca68bc615710745586c1b20829562aa2acf9a86d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + title = "Experiabox 8 VGV7519"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "86d52f32bfa38904e602e5b5c22c5eda967047339e88ca67ca91979ad73f7f47"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "039e23215c55ef97d5e05e1c1e50c859934197881834b998c5782ac128a6ec48"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "4895114254fd06e53f4303a5ee084c12c180ef6c699e6a5f9944e79e03756119"; + type = "eva-kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + title = "AVM FRITZ!Box 3370 Rev. 2 (Hynix NAND)"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "bfb0c68e402ee63fbabfb0cc2ec22c05d9dd0be38eaae13df9cf0d0f77a36673"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "71cabf0c96aca7598a4e8a951554342a420241225a3c317349575d7679f194e3"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "56c27d8ec9e7918b734553296daf4aa86fdb8903c95465e00dddeddf0543cd8d"; + type = "eva-kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + title = "AVM FRITZ!Box 3370 Rev. 2 (Micron NAND)"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "919f3d22bb04cb08e6ba3b1ca9fc00a1e65bd4b9b7991ca9bca180d95117ac83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7360 SL"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "39957fcc49a8ced22daad3a10dc6d676b771c4509319cb49d099c797e85422b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7362 SL"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "91e7a8e2a14f54cf5a3deeddd778951e33a32b80d4cdaf09ad7f36dfd71d3861"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7412"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "ed4d6332fea16a6b7209c79929d05a79edbaa9c641762595c8d02003886b08b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + title = "BT Home Hub 5A"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "729083b1b078f2e5082d3cf2b09c1cb622e6d0a81c3f02d522ba4f7bc4c81864"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + title = "Buffalo WBMR-300HPD"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "57c5f58b33b26aaba0a390d0ff898a426fcd0188c3a74265ab7a17193091ced8"; + type = "fullimage"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "2edc8c237c88d1d9740c7b2f387a7b8e33b2b80b41adfaf5dbf7736a0ce5eac5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + title = "Lantiq VR9 - EASY80920NAND"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "63feebc7a9e745a124e12d7100b72fa39718cc9756f706443f1d6ba6eb30ef88"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + title = "Lantiq VR9 - EASY80920NOR"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "23fe727acbf112aa4f2641b25f22b65ace8855e904a22b34a0f2951cec3bfe4d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "9d99a262ce25d35f16e04c4915f8ecd90468c833c206a3003bcbc9e55e2b8a71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + title = "Netgear DM200"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "08eab6ea9c4ccd519e81a5fcba616110cd37ab95499469860e465f2e4030b609"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + title = "TP-LINK TD-W8970"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "b3d2329766b64ee9f76491bed8c28c692f36a0c3e095f012e8b53baa192b618e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + title = "TP-LINK TD-W8980"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "26bcb36ff99277a8afeee4e50ad5797c75c2ba438457c267caa9b60a8c5d68cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + title = "TP-LINK Archer VR200"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "213501af24d624acf21f579ffe5c2594a94bc2c771dab4fa54cfa312c1ec093e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + title = "TP-LINK Archer VR200v"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "d1b2174f8a147ac37c10538f8f512a2a5155b6d507fe09fd14cdc58f3e53886c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + title = "ZyXEL P-2812HNU-F1"; + } + ]; + }; + zyxel_p-2812hnu-f3 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xrx200-zyxel_p-2812hnu-f3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xrx200-zyxel_p-2812hnu-f3-squashfs-sysupgrade.bin"; + sha256 = "363920e53732b5fcdd83b6a5529d6ddb459913db0f8347d0bae346f1134fb579"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f3" + "P2812HNUF3" + ]; + titles = [ + { + title = "ZyXEL P-2812HNU-F3"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "lantiq/xrx200"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "c80f5d1802d546ccac881a70fac9511b4e550f0dfe99205c8d4666043a628cfe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + title = "Wippies, Elisa - ARV4510PW"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "fa924f4177cbbb0034e0ff11a3a40aaa053559c6b493ba6573c42af40dca28ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + title = "Alice/O2 IAD 4421 - ARV7506PW11"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "fda57520933129e736d595bb867d836cc23782b03586070ca7e386bbe3c17504"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + title = "Astoria - ARV7510PW22"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "c782b69539e036b56b2fcb2242372e2a1eb1aafbec0c4f44d94b855902467ff2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + title = "Astoria - ARV7518PW"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "c1ee11afb6c03a0e33fbd76a3eef3b4056864bfb107b4c260cb4888939f90e67"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + title = "Astoria - ARV7519PW"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "23cd01872cc03c25aba740665ebdab07745801138f50d0c27d5428b6a532de0d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + title = "Easybox 802 - ARV752DPW"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "adee268d7ad25f18c21480688eeaef8326a705fac2346ccb26f239c57eebd67e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + title = "Easybox 803 - ARV752DPW22"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "1940d5511407667ff98f9b052a612283a3c7ecf937be12b64c695e4b23a9a419"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + title = "Speedport W504V Typ A - ARV8539PW22"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "a7df868abb6dd9af1879271a11cbd6e0943233a1d46e66b630f666e9ce17e6e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + title = "AudioCodes MediaPack MP-252"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "a4c7d56cb68dd5ccf4bedbc40f96795f65ca29df47d520b432b9b89b8ebccc84"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7312"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "6c9c7203dac6fd599a3c4c963eb36f27fd04d2c6c10ae0e7088f3acd37a0a341"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + title = "AVM FRITZ!Box 7320"; + } + ]; + }; + bt_homehub-v2b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-deu-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-bt_homehub-v2b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-bt_homehub-v2b-squashfs-sysupgrade.bin"; + sha256 = "1113f21c8d67f12ba09b35660f9d84065636ca07d2140d851de04b6b93ee0c39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v2b" + "BTHOMEHUBV2B" + ]; + titles = [ + { + title = "BT Home Hub 2B"; + } + ]; + }; + bt_homehub-v3a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-bt_homehub-v3a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-bt_homehub-v3a-squashfs-sysupgrade.bin"; + sha256 = "41b63740d668ad8b3462414f620cdfab8546061da1164b526dccc6319257c1d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v3a" + "BTHOMEHUBV3A" + ]; + titles = [ + { + title = "BT Home Hub 3A"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "5436dd67a55788da313a87734f42552cbbfe6d60f4afb208d694a5680db4730b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + title = "Buffalo WBMR-HP-G300H (A) - WBMR"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "b40fc4dad843ae001ddb1b82a2f8c94c73365a1f3b8219645a13a9dbc9417c05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + title = "Buffalo WBMR-HP-G300H (B) - WBMR"; + } + ]; + }; + lantiq_easy50712 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-lantiq_easy50712"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-lantiq_easy50712-squashfs-sysupgrade.bin"; + sha256 = "8069c400299ce8ff71df290be9fbc646a86e761d8c67e3548125b8d6626ded2b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy50712" + ]; + titles = [ + { + title = "Lantiq Danube - EASY50712"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "2269b380d83b23c7c36fbfa1a376723ff4eff5f272c0dc3dc10330c33acf3471"; + type = "sysupgrade-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "3ebd69a9b7664f7b9c68121a0b51ee210b3b93ec8b531471b28fcc1a58424556"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "2f733aa9a379b6f29ce963d4fcf03a2a3dc6dd9bd9a1b9b8d202822bba1bca37"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "7a5b6dad3fc1217a742694629f64bb28e9c2b85407f7ac32f280416a624329c1"; + type = "factory-na"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + title = "Netgear DGN3500"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "56916397d16a867df4568ddd46071c672c6a7abe24172fe5fd583dccb121d34c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "3e927d605b57cb214a9f0688f187f3ca341b4c9b2f981b43bb72faecbb36b62c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + title = "Netgear DGN3500B"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "1f9ec1f1a5f1f88c8ca59278b6b91dcf27c75b4dd7665fd90f5bd1b7e616ed22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + title = "Gigaset sx76x"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "5580b2abd407d931ca30547950386661cb6b5235a8fce70ceb9503190f8667a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + title = "ZTE H201L - H201L"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "f2e4b8e4cf58b98c6b62194c2c8007bab578609d7b6149b4746d7307d6261eda"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + title = "ZyXEL P-2601HN-Fx"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "lantiq/xway"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + ]; + metadata_version = 1; + profiles = { + ls1021atwr = { + device_packages = [ + "layerscape-rcw-ls1021atwr" + ]; + image_prefix = "openwrt-19.07.9-layerscape-armv7-ls1021atwr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-layerscape-armv7-ls1021atwr-squashfs-firmware.bin"; + sha256 = "f66075bdc696a5f9e33ec87d03723f4ac31cd39da6ccc830e861f61aba80c9e2"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1021ATWR"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "layerscape/armv7"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage" + ]; + metadata_version = 1; + profiles = { + ls1012ardb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012ardb" + "kmod-ppfe" + ]; + image_prefix = "openwrt-19.07.9-layerscape-armv8_64b-ls1012ardb"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.9-layerscape-armv8_64b-ls1012ardb-ubifs-firmware.bin"; + sha256 = "4e7aa0a07f0e2300c45ce4cf84ce8f96ac73d9209d47b9822fd4051047604a66"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1012ARDB"; + } + ]; + }; + ls1043ardb = { + device_packages = [ + "layerscape-fman-ls1043ardb" + "tfa-ls1043ardb" + "fmc" + "fmc-eth-config" + ]; + image_prefix = "openwrt-19.07.9-layerscape-armv8_64b-ls1043ardb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-layerscape-armv8_64b-ls1043ardb-squashfs-firmware.bin"; + sha256 = "035e9e8d0d02b485206a829e8739dbeb9627e95b31f843607ac245b408d4db75"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1043ARDB"; + } + ]; + }; + ls1046ardb = { + device_packages = [ + "layerscape-fman-ls1046ardb" + "tfa-ls1046ardb" + "fmc" + "fmc-eth-config" + ]; + image_prefix = "openwrt-19.07.9-layerscape-armv8_64b-ls1046ardb"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.9-layerscape-armv8_64b-ls1046ardb-ubifs-firmware.bin"; + sha256 = "be04b1cdb8d83e05a6d0fab454cec5f423bf0d4d4df00ff0384037e953d10f4a"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1046ARDB"; + } + ]; + }; + ls1088ardb = { + device_packages = [ + "layerscape-mc-ls1088ardb" + "layerscape-dpl-ls1088ardb" + "tfa-ls1088ardb" + "restool" + ]; + image_prefix = "openwrt-19.07.9-layerscape-armv8_64b-ls1088ardb"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.9-layerscape-armv8_64b-ls1088ardb-ubifs-firmware.bin"; + sha256 = "18b948282db147c0094d7a3fb5d8bf321c0a0fc509b1889ebb457826c60ff69a"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS1088ARDB"; + } + ]; + }; + ls2088ardb = { + device_packages = [ + "layerscape-mc-ls2088ardb" + "layerscape-dpl-ls2088ardb" + "tfa-ls2088ardb" + "restool" + ]; + image_prefix = "openwrt-19.07.9-layerscape-armv8_64b-ls2088ardb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-layerscape-armv8_64b-ls2088ardb-squashfs-firmware.bin"; + sha256 = "11f8837d6f22d513956c5ff0fe4d4f22a0f33bc5e8519aec3d33609c55bf5a16"; + type = "firmware"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "LS2088ARDB"; + } + ]; + }; + traverse-ls1043 = { + device_packages = [ + "layerscape-fman-ls1043ardb" + "uboot-envtools" + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-19.07.9-layerscape-armv8_64b-traverse-ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.9-layerscape-armv8_64b-traverse-ls1043-ubifs-root"; + sha256 = "d84e38e30a00ddda52d445dce55edc530e2b9feaf6a291a2e7f1df6371ab1136"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.9-layerscape-armv8_64b-traverse-ls1043-ubifs-sysupgrade.bin"; + sha256 = "3fcafbb9fc8a408be53169cc99a609f032afaf63b89a6b65c3f43ddcd88e7e4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Traverse LS1043 Boards"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "layerscape/armv8_64b"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + ]; + metadata_version = 1; + profiles = { + MTK-RFB1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-core" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-19.07.9-mediatek-mt7622-MTK-RFB1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mediatek-mt7622-MTK-RFB1-squashfs-sysupgrade.bin"; + sha256 = "e673691a48181408291890808bd0d1ab159b06441e7e3369d7cfbca49455fa5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7622" + ]; + titles = [ + { + title = "MTK7622 rfb1 AP "; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "mediatek/mt7622"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-mt76" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "wpad-basic" + ]; + metadata_version = 1; + profiles = { + "7623a-unielec-u7623-02-emmc-512m" = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + ]; + image_prefix = "openwrt-19.07.9-mediatek-mt7623-7623a-unielec-u7623-02-emmc-512m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mediatek-mt7623-7623a-unielec-u7623-02-emmc-512m-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "3f62b7d51ae89cc63ed45d0a42020408d80b46cceb18f4ab6074ad3f968b5c79"; + type = "sysupgrade-emmc"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + title = "MTK7623a UniElec U7623-02 (eMMC/512MB RAM)"; + } + ]; + }; + "7623n-bananapi-bpi-r2" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mediatek-mt7623-7623n-bananapi-bpi-r2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mediatek-mt7623-7623n-bananapi-bpi-r2-squashfs-sysupgrade.bin"; + sha256 = "d56e5a06146d2e60108eefd4175f25e80c8a5a8486677cf5e6926a4480adcc9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "MTK7623n BananaPi R2"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "mediatek/mt7623"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + mpc85xx = { + generic = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mpc85xx-generic-red-15w-rev1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mpc85xx-generic-red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "8f63a39629053d4beecaf11239a68eb6c96f54a9942ca020cd27462a67370a35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + title = "Sophos RED 15w Rev.1"; + } + ]; + }; + tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mpc85xx-generic-tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mpc85xx-generic-tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "0ef4595e31b1104698fe9da405c667b690b8026dcb15bc575ffaf407dbf13903"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mpc85xx-generic-tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "021a69b4415daae2ab1e00b4bad4e9d3edb49b8396714fc2e7bdb10af3c98012"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tl-wdr4900-v1" + "tplink,tl-wdr4900-v1" + ]; + titles = [ + { + title = "TP-Link TL-WDR4900"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "mpc85xx/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-19.07.9-mpc85xx-p1020-hiveap-330"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mpc85xx-p1020-hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "7171991488aa0edeacd8a6e6d820df022ed369b4bfd26348e585e964da85f729"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mpc85xx-p1020-hiveap-330-squashfs-fdt.bin"; + sha256 = "0e8feff31209f6972495f02f4bf47b65ca18d5577687747893c64c344757f245"; + type = "fdt"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + title = "Aerohive HiveAP-330"; + } + ]; + }; + panda = { + device_packages = [ + "kmod-rtc-ds1307" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-mpc85xx-p1020-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mpc85xx-p1020-panda-squashfs-fdt.bin"; + sha256 = "3c72f0a66bd9cce126c50aca0ce3981882487dc9ab9ba59653631ebe23c0ded8"; + type = "fdt"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mpc85xx-p1020-panda-squashfs-sysupgrade.bin"; + sha256 = "38842475b0997ca530254f09eac14b08b2523129a3c62c9f5062b9b65ed6f6ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + title = "OCEDO Panda"; + } + ]; + }; + ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mpc85xx-p1020-ws-ap3710i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mpc85xx-p1020-ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "08efa9f232fb15984de8f321db0747409611ec0bac023f02a53d5be0cd147aa5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + title = "Enterasys WS-AP3710i"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "mpc85xx/p1020"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-button-hotplug" + "kmod-leds-gpio" + "swconfig" + "kmod-ath9k" + "wpad-basic" + "kmod-usb2" + ]; + metadata_version = 1; + profiles = { + p2020rdb = { + device_packages = [ + "kmod-hwmon-core" + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-19.07.9-mpc85xx-p2020-p2020rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mpc85xx-p2020-p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "dc6e3a75b4f76ff15661224da9b0b2e657fb22385840099c6a5bcca84d6af90a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + title = "Freescale P2020RDB"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "mpc85xx/p2020"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "e2fsprogs" + "ethtool" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "f53cbafa06faa4974975dcdda2b1d50c1cc364b1ea2007a6962ee9f10574bdc3"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "9ae896e53dd29e9b3215219a53444f83bcae2b84db413162ffb66399694748c4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + title = "ESPRESSObin (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "66c3d6c930afb37c31279c93a5acabb53ead2c1e1030d3d9c1673bbb5688b189"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "60d71c26664907fbe79563a0e75befbecf634ab1efc9fd48380c88764a382af1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + title = "ESPRESSObin eMMC (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "7fb5a9d6ce1ca10a384a4e66b51624bfdb6313784ebd9382cbfea3402eb4be71"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "045a8c1b5f9ee5da5d67378731fb83875be7cf92c8b20041f0e71b931d0a40de"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + title = "ESPRESSObin V7 (Marvell Armada 3700 Community Board)"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "8f6e04dfb049ffc000c3fdcb1b5ad5b28956dadbe23822dcdc8fd514587cdb16"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "f834a6e040a43a9cac0d128f7e25a8cc865d79eaeaa239654c593a0961027eb9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + title = "ESPRESSObin V7 eMMC (Marvell Armada 3700 Community Board)"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "45b36d992dc9ed4a5f6517ad598cbcf83fba9a9701af099a75a60fb76ab41c88"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "67314cd3bd49b286d1b98984cb4ceb3336f6b9f8222f7cd63cd0373998f8ebd6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + title = "Marvell Armada 3720 Development Board DB-88F3720-DDR3"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "mvebu/cortexa53"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "e2fsprogs" + "ethtool" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "e059e0e4b08e0ea86f31049367801591821001d4bd7d705f0d7c9de9ea789720"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "beb0a05d51d7a7633921e2f450ddb3a361b2b5c0f8c62f2e613e32d6c629c3de"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + title = "Marvell Armada 7040 DB board"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "41308639010de63f41c37c474cb35649c343fc946be092ada3028eeba8581fa1"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "b4cc225a3326418fe0a077732825b39912d659f50832ea30bf9bbd8f834a023d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + title = "Marvell Armada 8040 DB board"; + } + ]; + }; + marvell_macchiatobin = { + device_packages = [ + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa72-marvell_macchiatobin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa72-marvell_macchiatobin-squashfs-sdcard.img.gz"; + sha256 = "2b2c00b718ee7e8bb90a47a3eaf4c6372226816dbf10f6f597209f3220968bb4"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-mvebu-cortexa72-marvell_macchiatobin-ext4-sdcard.img.gz"; + sha256 = "9cd3bed7c13975a3470d1345ee543087d05479acf7a3ca32dd36127d9b3fba78"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin" + ]; + titles = [ + { + title = "MACCHIATObin (SolidRun Armada 8040 Community Board)"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "mvebu/cortexa72"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "kmod-gpio-button-hotplug" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "kmod-gpio-button-hotplug" + ]; + metadata_version = 1; + profiles = { + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-core" + "kmod-i2c-mux" + "kmod-i2c-mux-pca954x" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "6c3b8e7fd5de57242e314157322b96cfe2d0002594286f9a885a69dd808f7699"; + type = "openwrt-19"; + } + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-19.07.9-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "072e498a5939efcc8fb9bade9b8bbaef2bbe300e1526af520fe134534ce843df"; + type = "omnia-medkit-openwrt-19"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + title = "Turris Omnia"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "57e033cba6491478b7b96ab7f2d82e0032bd23ea213ae23229058c2784da6dff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + title = "Globalscale Mirabox"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "d433325a3cda1d007a2d31a186d3d4447c5e5e9440619c2970d73be15613353f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "bd4be2394fa8ea4b502b4afa2e93d964a998597d1bb233255127db2d76db3223"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + title = "Linksys WRT1200AC (Caiman)"; + } + ]; + }; + linksys_wrt1900ac = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt1900ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt1900ac-squashfs-factory.img"; + sha256 = "699bd69ec117f252c882bfce15b2103eb8eae497faf860d81fb8d68571f944a4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt1900ac-squashfs-sysupgrade.bin"; + sha256 = "28b325ae2820ed3ec521c08f67c35280e182a9dde3264b6d64345143ef4e4243"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + title = "Linksys WRT1900AC (Mamba)"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "d7f41bfbc5d756dcd5d2c8cafd25e78cbe57cf2cfff25ca9984312ed2797baa5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "32954d03671db950a923807168596ea4da32db43fd7228d7ac3c8e4cd4a7242f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + title = "Linksys WRT1900ACS (Shelby)"; + } + ]; + }; + linksys_wrt1900acv2 = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt1900acv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-sysupgrade.bin"; + sha256 = "d60b29e00e8a9953597374be251c2b44afa27983df7e5c1b5aa80ccf91564d9b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-factory.img"; + sha256 = "f83d54e8dfb9ccb3e6fe728142c87cb0aaff6acd3ac890c0a11c34b3541c16a5"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + title = "Linksys WRT1900ACv2 (Cobra)"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "ef5c49dce809b1640b0bcdb8dbf5c84b93799b1e483f2cd153c9b5c937544215"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "24078dced2b0ead4c0b18cdee3c3399fabfdab469c32199ebe53a1003b155b61"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + title = "Linksys WRT3200ACM (Rango)"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "swconfig" + "wpad-basic" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "39db8817a33aaa244b356fd069c84e6160263a5b9f6f7f9cf7af7b0f75c5ad01"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "9d727445561aa84df5a819681a4f6b36379966edf47e8eb17c5d89a14a8691c4"; + type = "factory"; + } + ]; + supported_devices = [ + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + title = "Linksys WRT32X (Venom)"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "5846c5c54f98ba73700f2aa8229549bf06ae4f8997ce3a9b28434c806709cf55"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + title = "Marvell Armada 370 DB (DB-88F6710-BP-DDR3)"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "72fd0438b3b9787be3ed9f4cea0dc5675306ec8708d47e979302dd3a18601146"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + title = "Marvell Armada 370 RD (RD-88F6710-A1)"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "af9a60bb999ff9424cfb3dc149b99087a955e1f0c64ab055db8737230b88cb59"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "ec91106ed503c14447eb96f2aede4bbb92243ac2fd10c0c3c93ce2817c10ac1e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + title = "Marvell Armada 385 DB AP (DB-88F6820-AP)"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "21b7d361ac255b79826db86a003aa69a008d1245277e6829e44a0bb0ae7af460"; + type = "firmware"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + title = "Marvell Armada 388 RD (RD-88F6820-AP)"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "0ca5557abce51e5b95aa6702fe851b2995da20a978df306679397b09395787b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + title = "Marvell Armada XP DB (DB-78460-BP)"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "f6c2891780c254dde12bf6e9a7d48c73c301634e7c4a4f33a18aa029f06be20c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + title = "Marvell Armada XP GP (DB-MV784MP-GP)"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "508d5ee5560c4139c241825926706c458ba709d989c767f45c318ae0d6d1c76d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "da5c1a5494705f2ab5a6d1f686e40dab9fa936112a9416545609d498bb122185"; + type = "factory"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + title = "Plat'Home OpenBlocks AX3"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "981ec4d8731c12468b42b9e8f4773c0526478ab743e16e3e317bed1bbe5be765"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + title = "SolidRun ClearFog Base"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + "swconfig" + ]; + image_prefix = "openwrt-19.07.9-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "9f0d347f5d504c9ce7941a97c0b07c90065b07ec73de1a751a23b47070f801fb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + title = "SolidRun ClearFog Pro"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "mvebu/cortexa9"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + er = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-octeon-er"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-octeon-er-squashfs-sysupgrade.tar"; + sha256 = "2287a725866fee223d63dd5a8b6bbbe3568e840bb87069cfd24947762f88895c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti EdgeRouter"; + } + ]; + }; + erlite = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-octeon-erlite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-octeon-erlite-squashfs-sysupgrade.tar"; + sha256 = "156a2700851bad0b03759561d9fd775f85d23b75aecd2a2a3e72cea053106b16"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Ubiquiti EdgeRouter Lite"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "octeon/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "5b9ca69fd9f6a2b76b925b460d23ba0701eb060026a8a4005d060f4497369454"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "51508a2d43eadd8ba78c34f4f53529e327de9e8e112a1276e1e752976e6ab013"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + title = "TI AM335x BeagleBone Black"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-omap-ti_am335x-evm"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "85cd4c24af18bac51d059e41db204badebfb5c5fa5a7d74c9331d11ab64d80c7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "2860977ec6c77acf7bcf4f3aeef58ddf1347e8dd47c270e5887246e71592f563"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + title = "TI AM335x EVM"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net" + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-19.07.9-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "d612f85fe4c53333497ae78312ab75e4f54c4f5ca1d544e7339bb96b939a116b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "febeef7775c85d36cb23a0915cba76d199802626b2bc899cb9160e95eef0193c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + title = "OMAP3 TI beagleboard"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-19.07.9-omap-ti_omap4-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "32359f445ebc069acff725367734d8addaeaf5099be40ee4605724ed260e9358"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "4b522502536df2db0d12c3ff535a0195ce28e354b9d55cd48f005fdeb8b8000e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + title = "OMAP4 TI pandaboard"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "omap/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-ledtrig-timer" + "kmod-leds-gpio" + "uboot-envtools" + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-ledtrig-timer" + "kmod-leds-gpio" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-19.07.9-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "6b1e213bce3540bc3abdf7a7248de0c2842ebe548fdb9918def60ec3371af2ae"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "4e037f9c556d8ef41eed564ccaca5bbbd67da925b6859716a3eb6e934dbab2f0"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.9-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "54aadbc6b5ca4df1d7aa7d3a137fa3e0b6bf06f14fa8344946a81413b6da38e5"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.9-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "e7697a54aa895b0c6a6d7e958818158f0981455f8a6d7c211c5eb776bff1ccd9"; + type = "ubinized"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + title = "Akition myCloud (mini) / SilverStone DC01"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "7c2332e2bc90a1385ad07c13456e7c7d7115df784e8cfe3d1db128b242318b5a"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.9-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "4c48b97ed54a331dfd15a37b5a4c189134408703afa58439942ed00f884dff10"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "17af908cfb6339595733919a57fb2809ba44918106a4bbe64e7761a2fde8e85a"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.9-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "edc495da11c1d07f9e152f0ff0eb12b3b0c0ceb07c7f5c6cf11dc1ecd1df36fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + title = "Cloud Engines PogoPlug Series V3 (without mPCIe)"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.9-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "cba321211a3d7bb850315ec69a7f33fca49491986503d2761fb79c43d5e593b1"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "c2da21ecb674dbad4697ea9a8905e874c11093337a1d788653bc47075157e71a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "98f29fecdd6d6e98a080d65b9db936d53ee303032017f13da4e87c1293c09e5d"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.9-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "523134d2ed6a71306515e1839aff16f5a44cabb257b4126f04ba756a0bf35bc6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + title = "Cloud Engines PogoPlug Pro (with mPCIe)"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "4d7c3a852ec1dd6b17ad3673ac9f7b2d48af66203ce04f832ae9dac4c4ee9966"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.9-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "d115706420d927a50433ce47ce51124d2a58e0f873f444d86ed1754cbb481b7e"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "e76dc964642d995c11e7f7f34590c0ca4977b7e6623858d924c2f987e8ab78cb"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.9-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "c6668f8f76c256df7d96bd79696c97db0e30da7912a6babb09f81cce5ba13e87"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + title = "MitraStar STG-212"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-ata-oxnas-sata" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-core" + "kmod-hwmon-gpiofan" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-19.07.9-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-19.07.9-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "afeb1577c7bf132a91f0d03a15b0cc61fef1fb67a2c26b207f92bee1c11679ab"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "da001c0638f74cea80807eb8571c1f31c0da827e262ec0798709a546f7fecf21"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-19.07.9-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "0628867ac0869e2666ddb0ab673c545e6ad72ba6226461a689e7fc2d97bb8ebb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "9697ba7137dd090f1a7f8606847c0c0194103ff352f75cafce50f7b73cf66e3e"; + type = "ubinized"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + title = "Shuttle KD20"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "oxnas/ox820"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-gpio-button-hotplug" + "uboot-envtools" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-gpio-button-hotplug" + "uboot-envtools" + ]; + metadata_version = 1; + profiles = { + marduk = { + device_packages = [ + "kmod-tpm-i2c-infineon" + ]; + image_prefix = "openwrt-19.07.9-pistachio-marduk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-pistachio-marduk-squashfs-sysupgrade.tar"; + sha256 = "0345d2332a4e1e18f2e0b0e471ff9cde73b8d1f873e456bbe53fc358b99e2fe3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-pistachio-marduk-squashfs-factory.ubi"; + sha256 = "5ff32512164e76fd9d96f28f8b12fbf85ef75898a3c8aecb622a52811e550212"; + type = "factory"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Creator Ci40"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "pistachio/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + ArcherC20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-ArcherC20i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-ArcherC20i-squashfs-sysupgrade.bin"; + sha256 = "9a0412aafc5d03797d4094202d31b0ba561c566bff0fd509b380ccfe0d4cf898"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-ArcherC20i-squashfs-factory.bin"; + sha256 = "356c944c010509913fadc18599429271188d0b740a61453d64f42a9f2df02dc7"; + type = "factory"; + } + ]; + supported_devices = [ + "c20i" + ]; + titles = [ + { + title = "TP-Link ArcherC20i"; + } + ]; + }; + ArcherC50v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-ArcherC50v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-ArcherC50v1-squashfs-factory-eu.bin"; + sha256 = "aad832dafc55ff6cc411468ece94da6377e3a54187d7398bf4ba2c9e41e9f7b1"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-ArcherC50v1-squashfs-factory-us.bin"; + sha256 = "fd4f163d1eaf7025094e56849a0f0044a8f41d1c827ec3e48cad304d79eb7fd6"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-ArcherC50v1-squashfs-sysupgrade.bin"; + sha256 = "f88cf358afc306bfcd4ca5620b2192a36f2588a823b5bc36547cfc1ef0b56848"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c50" + ]; + titles = [ + { + title = "TP-Link ArcherC50v1"; + } + ]; + }; + ArcherMR200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net" + "kmod-usb-net-rndis" + "kmod-usb-serial" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-ArcherMR200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-ArcherMR200-squashfs-sysupgrade.bin"; + sha256 = "d978f375d1243ad46abc74454b147aa7eedb0f3e540750d053484f267a495109"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mr200" + ]; + titles = [ + { + title = "TP-Link ArcherMR200"; + } + ]; + }; + ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-ai-br100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-ai-br100-squashfs-sysupgrade.bin"; + sha256 = "ca7859678df8a5a5f164091f762ae17ca4573716bd2194bda5839b75a5aa0ccd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ai-br100" + ]; + titles = [ + { + title = "Aigale Ai-BR100"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "399433ded65689851ba5a29e062b72545022425472b778683808da6d51091599"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + ]; + titles = [ + { + title = "ALFA Network AC1200RM"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "4993c266c019935d23bbf4e5005a32bf33fed23dbebaa9b65334d5bb044c6549"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + ]; + titles = [ + { + title = "ALFA Network R36M-E4G"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "c6ba255dfe2b40812e1b0e1cd23555ca9ffeaf70788d0fc35e3970ed68545fba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + ]; + titles = [ + { + title = "ALFA Network Tube-E4G"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "23c17a973d9afd819d7edfe4fce11f5c4969d897f0963919d53bfdc829cb41b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + title = "BDCOM WAP2100-SK (ZTE ZXECS EBG3130)"; + } + ]; + }; + bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-bocco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-bocco-squashfs-sysupgrade.bin"; + sha256 = "a5c5f69f43fdf9465080faa8dca1e1ee8a04f5952c7605b26f18a5e7e3cef8f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bocco" + ]; + titles = [ + { + title = "YUKAI Engineering BOCCO"; + } + ]; + }; + c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-c108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-c108-squashfs-sysupgrade.bin"; + sha256 = "7ba7d55e46ad6062a40b8fbeee25b4cccc656fb5e940f966318b1df8f5304732"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "c108" + ]; + titles = [ + { + title = "HNET C108"; + } + ]; + }; + cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-cf-wr800n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "9d335f7f918edad8edd2244ff05a37e4f8d6847e09629b0055cbbcdca43ed646"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cf-wr800n" + ]; + titles = [ + { + title = "Comfast CF-WR800N"; + } + ]; + }; + cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-cs-qr10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "9d91fb50ee552296dca9ece63ef5f1c72f563b82c6f0d0baa07858c051195c20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cs-qr10" + ]; + titles = [ + { + title = "Planex CS-QR10"; + } + ]; + }; + d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-d240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-d240-squashfs-sysupgrade.bin"; + sha256 = "48ea4738ab4a960be8a1c96a4f239617aa9e378a0705a3f3ec83425efc3d7111"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d240" + ]; + titles = [ + { + title = "Sanlinking Technologies D240"; + } + ]; + }; + db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-db-wrt01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "f90f76b4270b6814c7b6b7431906a04ff944a584d14d5fc99d1fc2b79a4bae9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "db-wrt01" + ]; + titles = [ + { + title = "Planex DB-WRT01"; + } + ]; + }; + dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dch-m225-squashfs-factory.bin"; + sha256 = "9636178d2483f16eae086a27b7e4185ed3cf0a40bbab1c81e888dad022060bb5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dch-m225-squashfs-sysupgrade.bin"; + sha256 = "8e9a2be366caf3d6ca50de588bfc4ede14a9837ffcf253f4aa7a57cb1d722f3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dch-m225" + ]; + titles = [ + { + title = "D-Link DCH-M225"; + } + ]; + }; + dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-dir-810l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dir-810l-squashfs-sysupgrade.bin"; + sha256 = "62004785cd36d44d0ad75ee3dfb682af302c8ad9d044aa9a62842918167e0658"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-810l" + ]; + titles = [ + { + title = "D-Link DIR-810L"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "cdf4778f61d6e0806175cf5ae56c46eb48ff31c7d849825746167ade2efaa253"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "3ba43060655d1b53fd65b5182de9522a9d2d47d595a9f1730be7d79f8364dc1e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + title = "D-Link DIR-510L"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "9aaa8754d4fdb41fe9a55459fa8eea68ed3e7ce7a17d3f9538ac5fc1dc476087"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "1b8e9f1bfebffd107c23b0eafe7b71e9325bfaceb17a17599cad6c534fb6155f"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + title = "D-Link DWR-116 A1/A2"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "43fcdb32be1edfceef4a0855eff01d0c71a186b6b17f67da0535bc5c0e5a68a2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "e18a020c7bf7dcafc8d1e59161efb8a1b3d7ebdf78362fad0c987dfc70d6fa8e"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + title = "D-Link DWR-118 A1"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "22742a5bcb624ec1dd5287581ce065cc347bc7fd29b8a914d1fe45b7e7ce102b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "1868a04941e61ca0032e0d75a3e8b3a737d78df2b55e8b169893fa00bbb3320c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + title = "D-Link DWR-118 A2"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "c8fb8c9e4d7748ac6d74b37d0c95868d56eb7f78bdfc5a36514626c67612d0ae"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "20a25cb4b3261d06dc114ad32b6164212bd1d6a8482da314b1cd1f7c21fe82e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + title = "D-Link DWR-921 C1"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "90d6bd856de7086673758823df072f0080e85ea1e4657625204bbf4f1246c656"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "efddc7f8e7e985623a37be41d7f55c003f3abc3d06e54c680f6f44e1d8d2bc86"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + title = "D-Link DWR-921 C3"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "b0444653bfaf8ecc2dba67c052f0d53a149efa42e05f9024400f0052c9059aa1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "7b400a7108a2fb9acce754c03f6ace0185c8432e478279b4f9ec32e5cb0667a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + title = "D-Link DWR-922 E2"; + } + ]; + }; + e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-e1700-squashfs-factory.bin"; + sha256 = "cec742c71a0bfada2b06cebc287176cf17c13155d6f718dde2e0a187eda0fa80"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-e1700-squashfs-sysupgrade.bin"; + sha256 = "59d250355e7d2867ad5e7cc8cce2d37fda33ac7a62f0df1a84159c2c0824a2ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "e1700" + ]; + titles = [ + { + title = "Linksys E1700"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "0c1a1e75b8ed7eadaae74a7ccb528018498177c7bbb8a3cadc02a97dec358029"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + title = "Edimax BR-6478AC V2"; + } + ]; + }; + ex3700-ex3800 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-ex3700-ex3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-ex3700-ex3800-squashfs-factory.chk"; + sha256 = "3c57d84e19bcdb0bb06936e890365770a6249df2aa7649d99f419f641a818b8a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-ex3700-ex3800-squashfs-sysupgrade.bin"; + sha256 = "b8f66dfc8a0f5b3ae602357fe28226fd77643dd91aa7ead679005a708b779bf6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ex3700" + ]; + titles = [ + { + title = "Netgear EX3700/EX3800"; + } + ]; + }; + gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-gl-mt300a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "70b9f6efa708e6c6042a03e035bfd0182228a2d0425320a1d4e5982f22d1034e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300a" + ]; + titles = [ + { + title = "GL-Inet GL-MT300A"; + } + ]; + }; + gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-gl-mt300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "bdec1b2400741170a15fc6452106c4fb80dfd4fab89602e50bd0b4f13d7f0da9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300n" + ]; + titles = [ + { + title = "GL-Inet GL-MT300N"; + } + ]; + }; + gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-gl-mt750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "be5456d511590f5e738b867524036f1a25c8a9b4ebb97276e26384e5a73fe4e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt750" + ]; + titles = [ + { + title = "GL-Inet GL-MT750"; + } + ]; + }; + hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-hc5661"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-hc5661-squashfs-sysupgrade.bin"; + sha256 = "81ac9339c8a717928964b985730a70e25df048061174378eaaf4c316322ec51c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5661" + ]; + titles = [ + { + title = "HiWiFi HC5661"; + } + ]; + }; + hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-hc5761"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-hc5761-squashfs-sysupgrade.bin"; + sha256 = "15cbceecb4913b07bef11c108d7fcc40cba1d5e80ccc51a5f5308654060d1bd5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5761" + ]; + titles = [ + { + title = "HiWiFi HC5761"; + } + ]; + }; + hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-hc5861"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-hc5861-squashfs-sysupgrade.bin"; + sha256 = "06d2c6d85b8b17f411b6206292832c390a36da0adedffc4bdf24a4f75ddee832"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5861" + ]; + titles = [ + { + title = "HiWiFi HC5861"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "3d35d78c13c4fcb699f3c4971dd614c6654176021286687131bf47df4afbe221"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + title = "Head Weblink HDRM2000"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "8bd3b8340e3c96c08589008b2231e40f742bd349759536e91f8cba4d16cd2efb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "aa668a8bd8a614e42622f59011181ac9aac1d16e554302f160ee4172864af815"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + title = "I-O DATA WN-AC1167GR"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "f75cb13bd897f1606d01918eeea488cbe95715f24ba2aa3f37598e4f6436bf76"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "3c774e98f71437629ff315dc66418e40a3f5e8154f612e3781c229a4a167b326"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + title = "I-O DATA WN-AC733GR3"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "5e7b50f69a96a5202d1d4e2b757134e76b4de922db76dacb9a46bcf513b3073c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + title = "Kimax U35WF"; + } + ]; + }; + kn_rc = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-kn_rc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-kn_rc-squashfs-factory.bin"; + sha256 = "c5820da2b98c29c8051244d8b1db1781955fc12cb10ee19aaf412b064e7c6cbc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-kn_rc-squashfs-sysupgrade.bin"; + sha256 = "3227a80da567a87be1798d524f3fef66441424a09b601918da65c70c7ce05abc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kn_rc" + ]; + titles = [ + { + title = "ZyXEL Keenetic Omni"; + } + ]; + }; + kn_rf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-kn_rf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-kn_rf-squashfs-factory.bin"; + sha256 = "79eecc8eb5b403a21889694ecd773aa9c5c1bc5308e4e54a6a15f876a2793cc2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-kn_rf-squashfs-sysupgrade.bin"; + sha256 = "e0772c630fec15aac0d0019a45d2520915a7959b0a95c23eaef20e18905325e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kn_rf" + ]; + titles = [ + { + title = "ZyXEL Keenetic Omni II"; + } + ]; + }; + kng_rc = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-kng_rc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-kng_rc-squashfs-sysupgrade.bin"; + sha256 = "60291247676de108ea86325b95ef0e9a5d7f3c937120aeabf00deb304d2b7a3d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-kng_rc-squashfs-factory.bin"; + sha256 = "938dc7120161482dff947307410860388ea3941f9c90203050bf6fdf94b9d428"; + type = "factory"; + } + ]; + supported_devices = [ + "kng_rc" + ]; + titles = [ + { + title = "ZyXEL Keenetic Viva"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "2e9ddf6cb26fd4d11defcf5d2bf0c33ccb66c9c5e296fac90f540ce1907b5d3a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "f422b21e872f3974494d613dace8957b9a168bfeb7648ef39f1ed4493fcfd851"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + title = "LAVA LR-25G001"; + } + ]; + }; + microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-microwrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-microwrt-squashfs-sysupgrade.bin"; + sha256 = "4405dd7be00ca44dc1a3fe5831d5e2337c8ec6f3df45b7e328a08ead622d3a1b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "microwrt" + ]; + titles = [ + { + title = "Microduino MicroWRT"; + } + ]; + }; + miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-miwifi-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "20598e0ec24d379aa90bbe366c265b1982b2f80cd1266b0afcd21aa10964b80f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miwifi-mini" + ]; + titles = [ + { + title = "Xiaomi MiWiFi Mini"; + } + ]; + }; + mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-mlw221"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-mlw221-squashfs-sysupgrade.bin"; + sha256 = "766aaabec96bcdb6f329ea39d78fe085591f2fb84005561e167736c8c4542ff3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mlw221" + ]; + titles = [ + { + title = "Kingston MLW221"; + } + ]; + }; + mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-mlwg2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-mlwg2-squashfs-sysupgrade.bin"; + sha256 = "e1e510f6012c86a8ee3ea6785c98a196124a3a5a2d8c5a8f94c9fb2e21ff844e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mlwg2" + ]; + titles = [ + { + title = "Kingston MLWG2"; + } + ]; + }; + mt7620a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-mt7620a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-mt7620a-squashfs-sysupgrade.bin"; + sha256 = "76dc9cc945660c9448c6ae1e7f81e57098d4a67ee5fe3cb8ae860a47a3807514"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a" + ]; + titles = [ + { + title = "MediaTek MT7620a EVB"; + } + ]; + }; + mt7620a_mt7530 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-mt7620a_mt7530"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-mt7620a_mt7530-squashfs-sysupgrade.bin"; + sha256 = "631d088e1a790e84fc8eecd0e882e9d0fa0de62da73210ef3d0de306dcac9aa8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_mt7530" + ]; + titles = [ + { + title = "MediaTek MT7620a + MT7530 EVB"; + } + ]; + }; + mt7620a_mt7610e = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-mt7620a_mt7610e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-mt7620a_mt7610e-squashfs-sysupgrade.bin"; + sha256 = "f9adc073c99b20990501420a3d5d7081c449ee0cfec08952debd7ba7f7546c6c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_mt7610e" + ]; + titles = [ + { + title = "MediaTek MT7620a + MT7610e EVB"; + } + ]; + }; + mt7620a_v22sg = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-mt7620a_v22sg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-mt7620a_v22sg-squashfs-sysupgrade.bin"; + sha256 = "c6400568598c5dec8464aa89b48ddb21ae449aa33e16d7e331b21ea897ff71d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7620a_v22sg" + ]; + titles = [ + { + title = "MediaTek MT7620a V22SG"; + } + ]; + }; + mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-mzk-750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "46a00562a9bf411d48bd54c02af068902d231810093d7e5df648022370d0918f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-750dhp" + ]; + titles = [ + { + title = "Planex MZK-750DHP"; + } + ]; + }; + mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-mzk-ex300np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "164aee7a7eaea96657087264f936a6740372363fd13805ec90d0b19f82907ec9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-ex300np" + ]; + titles = [ + { + title = "Planex MZK-EX300NP"; + } + ]; + }; + mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-mzk-ex750np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "c9a0c675b7ebe69f0ea22496511441352fa711a9a92f3aee7e5d70b2e441b51e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-ex750np" + ]; + titles = [ + { + title = "Planex MZK-EX750NP"; + } + ]; + }; + na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-na930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-na930-squashfs-sysupgrade.bin"; + sha256 = "36e521f98f614250c971cfd086d8a16726741074d40f1c0e08ed436c67d4d059"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "na930" + ]; + titles = [ + { + title = "Sercomm NA930"; + } + ]; + }; + oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-oy-0001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-oy-0001-squashfs-sysupgrade.bin"; + sha256 = "8fe03bfb35bb5090337325e028bfb9703dafe7ac15b58de60d45de0ab7f328a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "oy-0001" + ]; + titles = [ + { + title = "Oh Yeah OY-0001"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "e5f9ed52184b7d6fca5d641fc20493c3dba90ce7a7cb814779bfe6f0fb42d967"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + title = "Phicomm K2G"; + } + ]; + }; + psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-psg1208"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-psg1208-squashfs-sysupgrade.bin"; + sha256 = "454557dd8bbde93423f6fb9c213cee17b4cc2343dfa22a65f9c0df1b1c2ed94b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1208" + ]; + titles = [ + { + title = "Phicomm PSG1208"; + } + ]; + }; + psg1218a = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-psg1218a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-psg1218a-squashfs-sysupgrade.bin"; + sha256 = "a15f416469bb76e4a5918ccd27c799a93e9246fdf44b8562024bef34e6bd56d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1218a" + "psg1218" + ]; + titles = [ + { + title = "Phicomm PSG1218 rev.Ax"; + } + ]; + }; + psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-psg1218b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-psg1218b-squashfs-sysupgrade.bin"; + sha256 = "7b4b643903c848afed2263d17c674713d63ee6e6a42e8e971a5e4a22663b1481"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psg1218b" + "psg1218" + ]; + titles = [ + { + title = "Phicomm PSG1218 rev.Bx"; + } + ]; + }; + ravpower_wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-ravpower_wd03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-ravpower_wd03-squashfs-sysupgrade.bin"; + sha256 = "9b2d4c7969bcb19cb280bf190a292de523b89928440d33974e46398914bcc5af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,wd03" + ]; + titles = [ + { + title = "Ravpower WD03"; + } + ]; + }; + rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-rp-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-rp-n53-squashfs-sysupgrade.bin"; + sha256 = "ab8c80ff72ddb37c02f877ef58c3276ba170d5bed866ce6a9331919bbbff2874"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rp-n53" + ]; + titles = [ + { + title = "Asus RP-N53"; + } + ]; + }; + rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "96121a1d33c7e9d44f1731c433ee2cff0c051867df2ed67b89451d08c4bb2638"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-ac51u" + ]; + titles = [ + { + title = "Asus RT-AC51U"; + } + ]; + }; + rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-rt-n12p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "17c9057f7f3ab7ad5a14fe0664295f73dd53209756f31f4e1af230fc11963d5d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n12p" + ]; + titles = [ + { + title = "Asus RT-N11P/RT-N12+/RT-N12Eb1"; + } + ]; + }; + rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-rt-n14u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "c80df8be1a4a47a7a2d1e64e559f24154122fbab9336241c721bc0894a50a293"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n14u" + ]; + titles = [ + { + title = "Asus RT-N14u"; + } + ]; + }; + tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-tiny-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "5d42abbabe81a2d2ebfc019ff0ae4a6d613ad939f4669ed8e0dd07d4e25ab6e4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tiny-ac" + ]; + titles = [ + { + title = "Dovado Tiny AC"; + } + ]; + }; + tplink_c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-tplink_c2-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-tplink_c2-v1-squashfs-sysupgrade.bin"; + sha256 = "069f204bca366e52e7c9ddbb29e6f9b31f0f96e6b45cdf06dc9fd2b017300b06"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c2-v1" + ]; + titles = [ + { + title = "TP-Link Archer C2 v1"; + } + ]; + }; + tplink_c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-tplink_c20-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-tplink_c20-v1-squashfs-sysupgrade.bin"; + sha256 = "0f6f1ec910b752ca976249a4b80aed18b83d1c127ec06566b9c90c93bf8470ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c20-v1" + ]; + titles = [ + { + title = "TP-Link ArcherC20 v1"; + } + ]; + }; + u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-u25awf-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "4566f0d7fa631c1f5d47da74fb040abcd05abc93472abae1ad9e9493b4d8c630"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "u25awf-h1" + ]; + titles = [ + { + title = "Kimax U25AWF-H1"; + } + ]; + }; + we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-we1026-5g-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "1470c773aadbbbe3dd2a207a8e121ddb0da80ee51ec4aa6396adf50376e98fbc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "we1026-5g-16m" + "we1026-5g-16m" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE1026-5G (16M)"; + } + ]; + }; + whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-whr-1166d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "a1c05b9fe7d01f6b8a8908803f3e9c9ec485a604ea71ad9796cfc0cdea46d7f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-1166d" + ]; + titles = [ + { + title = "Buffalo WHR-1166D"; + } + ]; + }; + whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-whr-300hp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "f51b978331e80e1746e25fb367b49451aa62f0583eb486b51111ba69c6726a07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-300hp2" + ]; + titles = [ + { + title = "Buffalo WHR-300HP2"; + } + ]; + }; + whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-whr-600d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-whr-600d-squashfs-sysupgrade.bin"; + sha256 = "fb1b585ce5970f98f072869a34246e648d281c0c39992c2dcaa7abf365c12d61"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "whr-600d" + ]; + titles = [ + { + title = "Buffalo WHR-600D"; + } + ]; + }; + wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-wmr-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-wmr-300-squashfs-sysupgrade.bin"; + sha256 = "d1a25fa96a24a07635a20bbd6f643fdffe4d6b32f2d28b025524a55470953cc4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wmr-300" + ]; + titles = [ + { + title = "Buffalo WMR-300"; + } + ]; + }; + wn3000rpv3 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-wn3000rpv3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-wn3000rpv3-squashfs-factory.bin"; + sha256 = "1683e0f7fd4651efcf2fe67ead116ad699730eb2b84f596121b4b774efcf1533"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-wn3000rpv3-squashfs-sysupgrade.bin"; + sha256 = "bbbd5229ffbeeb7c52e2a6a03e550493f8b21f0560d0ab7ff4478d258523c03c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wn3000rpv3" + ]; + titles = [ + { + title = "Netgear WN3000RPv3"; + } + ]; + }; + wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-wrh-300cr-squashfs-factory.bin"; + sha256 = "002b172fb646bad7145ea8be2a5dc31ca583cc1c7bb2b904988c10e7e276d37a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "44f8669d865292cb09adf9805f879222d91f3f4da2b63086e0021d01c7caa4ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrh-300cr" + ]; + titles = [ + { + title = "Elecom WRH-300CR"; + } + ]; + }; + wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-wrtnode"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-wrtnode-squashfs-sysupgrade.bin"; + sha256 = "a36399bad7182b3ca33102177014d41b45c529696258e0964e00e73fbe883b69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode" + ]; + titles = [ + { + title = "WRTNode"; + } + ]; + }; + wt3020-8M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-wt3020-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-wt3020-8M-squashfs-sysupgrade.bin"; + sha256 = "ff511820fc348fcd30578ccb5abebd1ab1258cbad4f5b529fd58c0bd509fbbc8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-wt3020-8M-squashfs-factory.bin"; + sha256 = "cbe4a7208e0616e85e11c21a795db8172cc704de2d5efbcb266c39b9b1ef14ca"; + type = "factory"; + } + ]; + supported_devices = [ + "wt3020-8M" + "wt3020" + ]; + titles = [ + { + title = "Nexx WT3020 (8MB)"; + } + ]; + }; + y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-y1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-y1-squashfs-sysupgrade.bin"; + sha256 = "32006594855912d921e97dec531a622bd6305524c479cdc62dd8398d093018dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "y1" + ]; + titles = [ + { + title = "Lenovo Y1"; + } + ]; + }; + y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-y1s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-y1s-squashfs-sysupgrade.bin"; + sha256 = "df237897f0bd712eee0f5115dae7c8ae683d801c4e01a76865721925816813b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "y1s" + ]; + titles = [ + { + title = "Lenovo Y1S"; + } + ]; + }; + youku-yk1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-youku-yk1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-youku-yk1-squashfs-sysupgrade.bin"; + sha256 = "b839d936b18943ff1f8a95d0cb2c14a9df1a0a9bf84d6eb1b4db54e98f654a36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku-yk1" + ]; + titles = [ + { + title = "YOUKU YK1"; + } + ]; + }; + zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-zbt-ape522ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "9cd5de2b0e05fe8bf384c24e5436cf4629896bcc22a372583178c286401174fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-ape522ii" + ]; + titles = [ + { + title = "Zbtlink ZBT-APE522II"; + } + ]; + }; + zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-zbt-cpe102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "a29b10daf6aa3be7678a469934a534c3e7436cf2bf0a1bb97c2215a70df953e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-cpe102" + ]; + titles = [ + { + title = "Zbtlink ZBT-CPE102"; + } + ]; + }; + zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-zbt-wa05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "68ab6606e37e7afcab0723d13f0c0feaf5143ba93350d9e963122df82d79b031"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wa05" + ]; + titles = [ + { + title = "Zbtlink ZBT-WA05"; + } + ]; + }; + zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-zbt-we2026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "d136571c85ebbf5e2316b2f8ce6e28c01593710184df38971a9ec710b293bf89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we2026" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE2026"; + } + ]; + }; + zbt-we826-16M = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-zbt-we826-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-zbt-we826-16M-squashfs-sysupgrade.bin"; + sha256 = "b3f0410ff92cb1e25192ecc5bb1b814d4985503b7b21ca39ea6646b4b90508e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we826-16M" + "zbt-we826" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826 (16M)"; + } + ]; + }; + zbt-we826-32M = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-zbt-we826-32M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-zbt-we826-32M-squashfs-sysupgrade.bin"; + sha256 = "4e951e80c32b360a60fba42604adddbd270b8679357d77969983f78279c84d35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we826-32M" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826 (32M)"; + } + ]; + }; + zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-zbt-wr8305rt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "1ea38be77b3ac0a23cc2283a535b5f0f60c3cae74a8ebb20832fe875b590f805"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wr8305rt" + ]; + titles = [ + { + title = "Zbtlink ZBT-WR8305RT"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "b2a3309ca3ad02d3ff2ad0f45d799596eea649a086a16f508e26495aee2e6088"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + title = "Zbtlink ZBT-WE826-E"; + } + ]; + }; + zte-q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7620-zte-q7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7620-zte-q7-squashfs-sysupgrade.bin"; + sha256 = "789f24aa145560095175e437d10f748cbe466bf3e2c0e839689da8aad5e7105a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte-q7" + ]; + titles = [ + { + title = "ZTE Q7"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "ramips/mt7620"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + "11acnas" = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-11acnas"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-11acnas-squashfs-sysupgrade.bin"; + sha256 = "18d366203cfafca1b6de88fd1e21bb3fbc4ca585e1935b503a51cb347832375a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "11acnas" + ]; + titles = [ + { + title = "WeVO 11AC NAS Router"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "319fa2d2a974b0cbde28847c9414412247b96b060bff8496258e77db6fdeafdf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + ]; + titles = [ + { + title = "ALFA Network Quad-E4G"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "20d0fa34c51cc9c26d3e908cb6df91b40fd36b5710d229aa4f587b3d3b4d2856"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + title = "ASUS RT-AC57U"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "60463cd7252f65d9d49156343c9e0b706061c1f2b96aa55abb85d2e9c3af0690"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + title = "Newifi D2"; + } + ]; + }; + dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-dir-860l-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "df468cad4aa1bc39333f5ed28cc4ac2a8e4f8c2479670a2108ddf78fd23df204"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-dir-860l-b1-squashfs-factory.bin"; + sha256 = "e8de71825429eb376c7da942afd27d8ed41f5dd17e8e94a17681485989c6995e"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-860l-b1" + ]; + titles = [ + { + title = "D-Link DIR-860L B1"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "292a0de57149d9ab23ee438fd3732d4cf5238c34252af1592244a64fd5bc56f4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "d15b267ec9528c5f1468dbf6f0784d618ff56965fdead5494576d9997b0813ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + title = "ELECOM WRC-1167GHBK2-S"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "4a3948ba65931d9619cc698b81d73576ca2f9002826a994ab169a5b0211dd208"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "68b889c10ad22b4f39518c012af080c54ca272c5e2b331fb49572b166a2ddec4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + title = "ELECOM WRC-1900GST"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "a7844e093e30a43ee116d71f744b37d4c3fe5b5a0df74aa7bd44782987ffd86b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "d6432840cee328f3caab4c663ea4a2421eda1437dfae02cb3c7d34b2fb979cb6"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + title = "ELECOM WRC-2533GST"; + } + ]; + }; + ew1200 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-ew1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-ew1200-squashfs-sysupgrade.bin"; + sha256 = "c7a73872f14d4f8e5f17b2bea3ef3ff77bb5da2702fa3c77b079ee512a6c0538"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ew1200" + ]; + titles = [ + { + title = "AFOUNDRY EW1200"; + } + ]; + }; + firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-firewrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-firewrt-squashfs-sysupgrade.bin"; + sha256 = "d844fea15d3e74b807ab816af352229a76fcc73cf94aa2b1a8dc4abeaf78521b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "firewrt" + ]; + titles = [ + { + title = "Firefly FireWRT"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "ad129eafdb8bd8defb191843bb7d68c4ec342347c4e60c979f3b13cf3e66f96f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + title = "GnuBee Personal Cloud One"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "80f08fad33a107966bcbaa860801f3ebf2981d493d888563edd4030eaf89df4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + title = "GnuBee Personal Cloud Two"; + } + ]; + }; + hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-hc5962"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-hc5962-squashfs-sysupgrade.bin"; + sha256 = "08a5f8ea76481c75aeef25e42340aee2a2af594663aa45cbeb2d0b4b5d5b129a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-hc5962-squashfs-factory.bin"; + sha256 = "a8dd6d3836e8499dc0d1868db280f6289291b5cf5ad6685a23f0720ee8c6def6"; + type = "factory"; + } + ]; + supported_devices = [ + "hc5962" + ]; + titles = [ + { + title = "HiWiFi HC5962"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "5f00a929913d60d374ade1a65c883e755990582c9ea9f0ad7fb4942efeb0f3da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + title = "I-O DATA WN-AX1167GR"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "6afb5956e1e88e5487b9c50c1fee317ba50077f93f844cd93e92b9a4a791870b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + title = "I-O DATA WN-GX300GR"; + } + ]; + }; + k2p = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-k2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-k2p-squashfs-sysupgrade.bin"; + sha256 = "528847fc5965a7da9e7557a040bc17055801e23437856a0266d81cebaa464485"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "k2p" + ]; + titles = [ + { + title = "Phicomm K2P"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "63c6df8b8756b7aa8b5f65e12cbf9963bf49f16cddc12e4330e7b78a49aef8ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + title = "Mediatek AP-MT7621A-V60 EVB"; + } + ]; + }; + mikrotik_rb750gr3 = { + device_packages = [ + "kmod-usb3" + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-mikrotik_rb750gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-mikrotik_rb750gr3-squashfs-sysupgrade.bin"; + sha256 = "8341c0e7ef7cd34305ed42c03e7d505c853f6c858c4ce49f0dfe1d5bbfd11f8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rb750gr3" + ]; + titles = [ + { + title = "MikroTik RouterBOARD RB750Gr3"; + } + ]; + }; + mikrotik_rbm11g = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-mikrotik_rbm11g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-mikrotik_rbm11g-squashfs-sysupgrade.bin"; + sha256 = "10e45babb3791528cffd7a0a0e25ac65e3a75beb024ef511dae25fc74e72bdcd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rbm11g" + ]; + titles = [ + { + title = "MikroTik RouterBOARD M11G"; + } + ]; + }; + mikrotik_rbm33g = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-mikrotik_rbm33g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-mikrotik_rbm33g-squashfs-sysupgrade.bin"; + sha256 = "d4666946c8978a4a5e71caa91dd8a943c982b7beb92dda3c9fb9f061a7271228"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,rbm33g" + ]; + titles = [ + { + title = "MikroTik RouterBOARD M33G"; + } + ]; + }; + mqmaker_witi-256m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-mqmaker_witi-256m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-mqmaker_witi-256m-squashfs-sysupgrade.bin"; + sha256 = "8e544af1783b047ea4d1a4bded8c9fdacaaf988881c74e796a6c40e041a21735"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi-256m" + "witi" + ]; + titles = [ + { + title = "MQmaker WiTi (256MB RAM)"; + } + ]; + }; + mqmaker_witi-512m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-mqmaker_witi-512m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-mqmaker_witi-512m-squashfs-sysupgrade.bin"; + sha256 = "08b01473c8b36d499d5294ead088060413e0ad2b8bac52aeb4fb0d3e34ade093"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi-512m" + ]; + titles = [ + { + title = "MQmaker WiTi (512MB RAM)"; + } + ]; + }; + mt7621 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-mt7621"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-mt7621-squashfs-sysupgrade.bin"; + sha256 = "c73e0a86c15a87e0d45dce7d94098d235708c4b7de8432de1f3fb21613f59660"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mt7621" + ]; + titles = [ + { + title = "MediaTek MT7621 EVB"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "d88f18f01f4108cc9e8b8db4b559be6e52692c0af5701d15730cfea30def4c74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + title = "MTC Wireless Router WR1201"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "d1b0789ba80d9e831ef9a67dbf030762a96376599632cb5b350b683da0389e80"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "42e9b1fdb53339df55f524515110585b1675125b1b9325c80433fac34baa30f4"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + title = "Netgear EX6150"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "d98fcc3dbbb2ec631087f1e4c4b731a0c612954f41f5399f8bc613e08ffe7659"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "035561870a7b4e1ec3a37d712fb613e23a0bc3e8969d174e19e8149508eac37f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "3a55809e5cb0d88dbeed34f48d93010509e858944d4d09ba92e263dad5ab39fa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "8a7decbcb50473fadb9c96a8d116b29bc610525eabee52abac0e2bb627d78be7"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + title = "Netgear R6350"; + } + ]; + }; + newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-newifi-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "aa00574927c99758d22f3d744194aafad1998d0bc201d40b423345a057b23179"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "newifi-d1" + ]; + titles = [ + { + title = "Newifi D1"; + } + ]; + }; + pbr-m1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-pbr-m1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "787a4a1a0dbb40fb5a13c967232132335c9b462ddb40853855882bc01f4971b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pbr-m1" + ]; + titles = [ + { + title = "PBR-M1"; + } + ]; + }; + r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-r6220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-r6220-squashfs-sysupgrade.bin"; + sha256 = "5c909b770d8da3628c0a4de2a94fa2c0f7d04c352ace2553ca0f7af21d74dcdc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-r6220-squashfs-rootfs.bin"; + sha256 = "e80f1136fa1ed44c23eb4af105cae7051d29bf7d1e9cc4163942516e6c791771"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-r6220-squashfs-kernel.bin"; + sha256 = "f5803e3951749adc9a74534cf1ccfc3467dbcacf8486315a1109eb90a70ed6bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-r6220-squashfs-factory.img"; + sha256 = "867701a5db3d71291069579e6625d4fb428a8141090e5b8d57d97bb9dcf25111"; + type = "factory"; + } + ]; + supported_devices = [ + "r6220" + ]; + titles = [ + { + title = "Netgear R6220"; + } + ]; + }; + re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-re350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-re350-v1-squashfs-sysupgrade.bin"; + sha256 = "4a070dc99b9b11f172949a6850ebcc5265e4947ed6ae1d22fc00d06c4aff479c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-re350-v1-squashfs-factory.bin"; + sha256 = "812c29f8e38e514581baeba24d46a94ddc7b259c22bb201a928a7dea54fdacf4"; + type = "factory"; + } + ]; + supported_devices = [ + "re350-v1" + ]; + titles = [ + { + title = "TP-LINK RE350 v1"; + } + ]; + }; + re6500 = { + device_packages = [ + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-re6500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-re6500-squashfs-sysupgrade.bin"; + sha256 = "f16849f8ac08f9b0955d7917c4bde4de2aefe21a16edb3a0304e565538bc4f57"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "re6500" + ]; + titles = [ + { + title = "Linksys RE6500"; + } + ]; + }; + sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-sap-g3200u3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "738071ae1242a5d9e497e900a2df6873db506258535ec4802e870cff5b2e792c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sap-g3200u3" + ]; + titles = [ + { + title = "STORYLiNK SAP-G3200U3"; + } + ]; + }; + sk-wb8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-sk-wb8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-sk-wb8-squashfs-sysupgrade.bin"; + sha256 = "45c9731b16e973ce0b8d80f421253ba57925eae36ddf0d04f5825a27b791f2c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sk-wb8" + ]; + titles = [ + { + title = "SamKnows Whitebox 8"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "179b5520b837442b6a2b8235281f6714a30fb68c7ee769885475d41770496b94"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + title = "Telco Electronics X1"; + } + ]; + }; + timecloud = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-timecloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-timecloud-squashfs-sysupgrade.bin"; + sha256 = "dc3ea2ccd7a9cb3ca31db7a90ddfe89a8c0b954701d4bff81ec094e70b2a4424"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "timecloud" + ]; + titles = [ + { + title = "Thunder Timecloud"; + } + ]; + }; + ubnt-erx = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-ubnt-erx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-ubnt-erx-squashfs-sysupgrade.bin"; + sha256 = "2aeb071eb9f3e369520a0bc421e860c064f6b052bc70c57446d2619ebdf007de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + title = "Ubiquiti EdgeRouter X"; + } + ]; + }; + ubnt-erx-sfp = { + device_packages = [ + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-i2c-gpio-custom" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-ubnt-erx-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-ubnt-erx-sfp-squashfs-sysupgrade.bin"; + sha256 = "84bdfa364534b4878ce2384826cdc5e0fc6344441e4db8e0fd39af14d49a88f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt-erx-sfp" + "ubiquiti,edgerouterx" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + title = "Ubiquiti EdgeRouter X-SFP"; + } + ]; + }; + unielec_u7621-06-256m-16m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-unielec_u7621-06-256m-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-unielec_u7621-06-256m-16m-squashfs-sysupgrade.bin"; + sha256 = "eaccf317e16b977f5ccef53984b63c057fbc6fcab28db475eafdeb6ca7bb2c9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-256m-16m" + "u7621-06-256M-16M" + ]; + titles = [ + { + title = "UniElec U7621-06 (256M RAM/16M flash)"; + } + ]; + }; + unielec_u7621-06-512m-64m = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-unielec_u7621-06-512m-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-unielec_u7621-06-512m-64m-squashfs-sysupgrade.bin"; + sha256 = "d67fd9acd25ec8bd33e972824d87c871b0e848a80fc7124c2fd2483c8d2cf9fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + title = "UniElec U7621-06 (512M RAM/64M flash)"; + } + ]; + }; + vr500 = { + device_packages = [ + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-vr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-vr500-squashfs-sysupgrade.bin"; + sha256 = "232c87ca515d45bd3ed830a32ef213e4156a2e4a94f9ff585d8ae4078b89f439"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vr500" + ]; + titles = [ + { + title = "Planex VR500"; + } + ]; + }; + w2914nsv2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-w2914nsv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-w2914nsv2-squashfs-sysupgrade.bin"; + sha256 = "22de36eefae2156c424501d29795f14a800a3de6d4aa0d36c41fcc301acde487"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w2914nsv2" + ]; + titles = [ + { + title = "WeVO W2914NS v2"; + } + ]; + }; + wf-2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-wf-2881"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-wf-2881-squashfs-sysupgrade.bin"; + sha256 = "7b800ea735cf19ecfcb50ce386bdc3c7456781c0df203fd99000e832ceeb074f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wf-2881" + ]; + titles = [ + { + title = "NETIS WF-2881"; + } + ]; + }; + wndr3700v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-wndr3700v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-wndr3700v5-squashfs-factory.img"; + sha256 = "b1c060f08a1d53163a8c833618edc6685fe267a243c5860b82b4e6080edda5a2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-wndr3700v5-squashfs-sysupgrade.bin"; + sha256 = "06da12bdb45146f1e20a0b3935af1d120db4892b2119716c08fe7b4a6b485049"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wndr3700v5" + ]; + titles = [ + { + title = "Netgear WNDR3700v5"; + } + ]; + }; + wsr-1166 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-wsr-1166"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-wsr-1166-squashfs-sysupgrade.bin"; + sha256 = "034ed922e2cde95f62cf222a82a32b0425395cba0873d93d02bfb838147a41ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wsr-1166" + ]; + titles = [ + { + title = "Buffalo WSR-1166"; + } + ]; + }; + wsr-600 = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-wsr-600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-wsr-600-squashfs-sysupgrade.bin"; + sha256 = "40cfa5af04427c604c9b5effeb0c26b55052dbf5f6913766b18e0d19fbaa1a43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wsr-600" + ]; + titles = [ + { + title = "Buffalo WSR-600"; + } + ]; + }; + xiaomi_mir3g = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-xiaomi_mir3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-xiaomi_mir3g-squashfs-rootfs0.bin"; + sha256 = "d1f1a5790a09304b0c5468b35578cb64df534450d8f5a04c274abdfdeee906b8"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-xiaomi_mir3g-squashfs-kernel1.bin"; + sha256 = "974678f1ac05766b06f9ade3daae6d0ed006a195e6409b2f9e184262b8a62838"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-xiaomi_mir3g-squashfs-sysupgrade.bin"; + sha256 = "9b861a37f92a1d1823a73aa37a534b2b65b9119ec8120c67ebffc3452bf979e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mir3g" + "R3G" + "mir3g" + ]; + titles = [ + { + title = "Xiaomi Mi Router 3G"; + } + ]; + }; + xiaomi_mir3p = { + device_packages = [ + "kmod-mt7615e" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "uboot-envtools" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-xiaomi_mir3p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-xiaomi_mir3p-squashfs-sysupgrade.bin"; + sha256 = "4965dba8cb3300c1c9ea79225de43151dafce70b1dce1504ef2a52b79e8e2d36"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-xiaomi_mir3p-squashfs-factory.bin"; + sha256 = "44e868a8e3999f8f570c83816cb5184279ebc1b15fa0fd82a080a8548770e7b1"; + type = "factory"; + } + ]; + supported_devices = [ + "xiaomi,mir3p" + ]; + titles = [ + { + title = "Xiaomi Mi Router 3 Pro"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "1cbcaf3c6e87cff527ca25c76f81f3917a86c4905b3e5a32ed0efd39ce48048c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + title = "CreativeBox v1"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "d31737eaf2948f739b2440d5f17cd293e15f372fdda6311a287e589882763de4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + title = "YouHua WR1200JS"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "1a2b44bc47305de3bb3ba72f427b69096a24acf90616aa2ab31217ccb042c8cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + title = "Youku YK-L2"; + } + ]; + }; + zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-zbt-we1326"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "7250f152da3b1b53407e0c96559f83099b794295cd012b0d4bcfe7bc29c58a83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-we1326" + ]; + titles = [ + { + title = "ZBT WE1326"; + } + ]; + }; + zbt-wg2626 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-zbt-wg2626"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "c5cd1de9fdd437164f8e7e8ddf2f54b11c2496e8c3f2e78d2bfd54db750eba63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg2626" + ]; + titles = [ + { + title = "ZBT WG2626"; + } + ]; + }; + zbt-wg3526-16M = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-zbt-wg3526-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-zbt-wg3526-16M-squashfs-sysupgrade.bin"; + sha256 = "7d8ec45a5048ed8f1d6ca9e6fb03ebdf9bb23478069d387254fa803f37997e8d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg3526-16M" + "zbt-wg3526" + ]; + titles = [ + { + title = "ZBT WG3526 (16MB flash)"; + } + ]; + }; + zbt-wg3526-32M = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-zbt-wg3526-32M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-zbt-wg3526-32M-squashfs-sysupgrade.bin"; + sha256 = "d38fc5257bf0ed349d14c967c604f23c5b0e568d8214f810c90a9a3045d08844"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbt-wg3526-32M" + "ac1200pro" + ]; + titles = [ + { + title = "ZBT WG3526 (32MB flash)"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "ddb1a561a3720b5b502c6985bd5e23bfb11efe079de509c7f735804db764b348"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + title = "ZBT WE3526"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "ramips/mt7621"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-mt7603" + "wpad-basic" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + LinkIt7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-LinkIt7688"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-LinkIt7688-squashfs-sysupgrade.bin"; + sha256 = "c2c138502daa955b62d91282ee2e8d68077592a09cfa096ba908cf4cc0e528b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + title = "MediaTek LinkIt Smart 7688"; + } + ]; + }; + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "0a47bb19b46977d7fbad0e68e64b16532ccfbcb0a32d92a399b3a96131a5ae02"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + ]; + titles = [ + { + title = "ALFA Network AWUSFREE1"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "3b9bee932fae9fadae4bb3bad10022139d3b26f97563e9e1bcdc5cb60b5596fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "cb960a58ab76179387296ae6cb275d6fbc10a7c705750f39d18fb3a5a70daa9e"; + type = "factory"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + title = "Cudy WR1000"; + } + ]; + }; + duzun-dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-duzun-dm06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-duzun-dm06-squashfs-sysupgrade.bin"; + sha256 = "b71dde8a9f40c7de105634ffc2f871dcb79b7541fc398b6ed5504a62d5977d93"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "duzun-dm06" + ]; + titles = [ + { + title = "DuZun DM06"; + } + ]; + }; + gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-gl-mt300n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "0ee4a24905fbe650a4ce6f8f597e0b31752740ca9b24587fcbca6db342a8208c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gl-mt300n-v2" + ]; + titles = [ + { + title = "GL-iNet GL-MT300N-V2"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "058e7a4b10f0ec421aabddec4ef77da9e4f0b7f57ca725b28e67f454af4c59b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + title = "GL.iNet VIXMINI"; + } + ]; + }; + hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-hc5661a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-hc5661a-squashfs-sysupgrade.bin"; + sha256 = "41b317e2f944660ed909b187fe85977d221660b1e92eb280664fbcea6f07af60"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hc5661a" + ]; + titles = [ + { + title = "HiWiFi HC5661A"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "7834bc6231d9224f4c560f9ab9d1694146921f9099abf346d2efd580f1e4c23d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + title = "HILINK HLK7628N"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "5943031a45b13a3fdb6662fb1d1e6e510ef41fc5b5ece39fbb7e0563d4ba5b3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + title = "HiWiFi HC5861B"; + } + ]; + }; + mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-mac1200r-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "36b16482e2c10b9fa0773e2c3725e29dae4bed730894c5260f59f812b1c12f9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mac1200rv2" + ]; + titles = [ + { + title = "Mercury MAC1200R v2.0"; + } + ]; + }; + miwifi-nano = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-miwifi-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "84b03365b9265e8d9134fda9c7bf4764df2a8e2db87826656e5b9539bb4acaa3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miwifi-nano" + ]; + titles = [ + { + title = "Xiaomi MiWiFi Nano"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "316bbc21f6b9d121cbe0e9d28e6f2e6faa4470ec40d6de5048173abfe8c1102d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "4566e20d53a0ed32f21538f324242dbcace805f2e8f56d411a896ed66ab607dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + title = "Netgear R6120"; + } + ]; + }; + omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-omega2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-omega2-squashfs-sysupgrade.bin"; + sha256 = "eb942e1ac154d405b51ba3e1e91ad8a08dff9b61008c7612a30317383bc394f5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omega2" + ]; + titles = [ + { + title = "Onion Omega2"; + } + ]; + }; + omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-omega2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-omega2p-squashfs-sysupgrade.bin"; + sha256 = "3e9e4e65d85fe2b016058be392bd215cfe27a8570db47e375e22bd45ad5cc1c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omega2p" + ]; + titles = [ + { + title = "Onion Omega2+"; + } + ]; + }; + pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-pbr-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "b165bac4cb13dc89d3858d5147efee0ff8b51193b97ec98a01b9c4568fb6eae1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pbr-d1" + ]; + titles = [ + { + title = "PBR-D1"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "58e02fd18a91799e6d06cf602dffe35b05cfd36d834c09592bbc6af5af8068bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + title = "Rakwireless RAK633"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "c57b9bdf8c69812af7c6f5b22b2e43805ac2d7b25d2da05e57c0b3c8a193ce87"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + title = "Skylab SKW92A"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "8e7602a074ec0803ca2a359b2651a43103b524143ed8b6407dd3609596f822d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + title = "Tama W06"; + } + ]; + }; + tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-tl-wr840n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "743c22d752846b1648991b74f11a7dcd303b5984eaed0dc346772163cfbcd098"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "2bd610c8268e51aa990186f836f2f8986a74d12ef221af0f72f8255ed7d0d262"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tl-wr840n-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR840N v4"; + } + ]; + }; + tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-tl-wr841n-v13"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "b6295524c2a015b69602de10dcc8e1855d450d4b9342dbb3773ff6afdf453d1b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "3615b6a95378a9bde13ac67b96909bddb3d15e1e870b6d315c22c389d2309fc2"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tl-wr841n-v13" + ]; + titles = [ + { + title = "TP-Link TL-WR841N v13"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "4f58e1b3afaa4c04b66f9a03c5d1b5c25d08d77d844803278a7531df591b2c3a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + title = "TOTOLINK LR1200"; + } + ]; + }; + tplink_c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-tplink_c20-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "5edc0fee882dc26850f980dc81053f284c71f69e55e42f5132304b36c0758c25"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_c20-v4-squashfs-sysupgrade.bin"; + sha256 = "db5a08d273db194cf293ad243210e3d0c4eb74aebc6a3de25c45a61507239812"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c20-v4" + ]; + titles = [ + { + title = "TP-Link ArcherC20 v4"; + } + ]; + }; + tplink_c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-tplink_c50-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_c50-v3-squashfs-sysupgrade.bin"; + sha256 = "cf2dfec6041b5bfce82f7454ca53c3aeb522b23206bb22c8c21ea37d0021596a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "769c44d56198970331120077366f0d968050909f6ccd232a7c0d09d00222ebc0"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,c50-v3" + ]; + titles = [ + { + title = "TP-Link ArcherC50 v3"; + } + ]; + }; + tplink_c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-tplink_c50-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_c50-v4-squashfs-sysupgrade.bin"; + sha256 = "75d4815e15a14325d030535b8fa57b235cda3892e3c06e47396733051cccb928"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c50-v4" + ]; + titles = [ + { + title = "TP-Link ArcherC50 v4"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "2a4681e26a9c5196129fcb44e38d0bb9b3a4ed3e55884af404884df1e0be3fe6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "e621da95d07d25102b1016a28400122f5c92bce9830d5cc061323e306b6204fa"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + title = "TP-Link TL-MR3020 v3"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "a3fc57a48d8495fe921fe353b1ce41f91f93808a884ec2e044845d5b918e6eec"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "448058d717dd44f0d5b4b1225e1caddc99be15a43624f0d3632c45571f1ce68d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + title = "TP-Link TL-MR3420 v5"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "28d9ae728e3a3d510b4ce9c724843ce18da1c2297dbf17eddf21bfa7d5f1f8db"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "bd35ec5082068688eb4ec86ae8e24d95426c789bbfa930005e8d5291f5ed21d9"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + title = "TP-Link TL-WA801ND v5"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "00f90ab5af835c3f516b27f957e2a545e12b25da73e90074d3b895a52e9f5cfd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "0085a4ea1a7d068ff985f1d324a8c2b2c24d23f0fb27f79a1ecd326e30915dbd"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + title = "TP-Link TL-WR802N v4"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "908de22d2f4870c69ab544cd20c11bc77c6a7bca5ff2c8b4c3ce480f77f25681"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "cafa160db5ab383686421522ae5d99b2605306afe3b1a297db3cb8d86fda08cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + title = "TP-Link TL-WR842N v5"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "d04eea1b9a945aa3a1a812428de529440bf884d2f53831c6909c684273fe9d6d"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "1b9d08109fbaeff3e21789e5fb3f0c5d9066e7e77a6e2030b2008302c217484e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + title = "TP-Link TL-WR902AC v3"; + } + ]; + }; + u7628-01-128M-16M = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-u7628-01-128M-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-u7628-01-128M-16M-squashfs-sysupgrade.bin"; + sha256 = "38dadb4afe971fb229b2ab99934430a62954928a989e4b8a5bac2fb85f986adb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "u7628-01-128M-16M" + ]; + titles = [ + { + title = "UniElec U7628-01 (128M RAM/16M flash)"; + } + ]; + }; + vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-vocore2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-vocore2-squashfs-sysupgrade.bin"; + sha256 = "0d69f4fcdedb4de25fdfc01c7f81e7d054e954af940c66adfee126cad0fe645d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore2" + ]; + titles = [ + { + title = "VoCore VoCore2"; + } + ]; + }; + vocore2lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-vocore2lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-vocore2lite-squashfs-sysupgrade.bin"; + sha256 = "049e0df8c9c53feaa1e87fcebce9bd5e812b980475d36da04363e721b28625f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore2lite" + ]; + titles = [ + { + title = "VoCore VoCore2-Lite"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "4077f8e52974f0ed1cbea247b6c0cbb9bcdc589ee1220ffa705676447605e816"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + title = "Wavlink WL-WN570HA1"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "20835398e99140bf46280843cf97bb79ace22e253c5dafc8c47fef68242e5628"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + title = "Wavlink WL-WN575A3"; + } + ]; + }; + wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-wcr-1166ds"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-wcr-1166ds-squashfs-factory.bin"; + sha256 = "1722b1ac24222e800a90e6056f428cce4f17d5db2b08f8cedaba4bee3ea1467b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "d7f5f63885769cfc672fca452c045a53d5ef38286a8023738784edca1d85c6c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wcr-1166ds" + ]; + titles = [ + { + title = "Buffalo WCR-1166DS"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "e493276930a2608e4f0890c070783aab32dc7d2afb1f4ff7c69db20554202814"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + title = "Widora-NEO (16M)"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "b157b5b13e7a7a70f19c5e80260369e32e920354c1763fa8e77500ee308813c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + title = "Widora-NEO (32M)"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "27942c7e728ead2874cbf90a3da8b881eb885dc849acfff6da95e825e6061a9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + title = "WIZnet WizFi630S"; + } + ]; + }; + wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-wrtnode2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "c063df4381fffdef216a704a2a21316c9a067dc7cc35cf8825c9865cb8cfcf8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode2p" + ]; + titles = [ + { + title = "WRTnode 2P"; + } + ]; + }; + wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-wrtnode2r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "9010d67c21ee42060a4747bd8d87d4c63326f21d131390097326013f05f1bb94"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode2r" + ]; + titles = [ + { + title = "WRTnode 2R"; + } + ]; + }; + xiaomi_mir4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-xiaomi_mir4a-100m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-xiaomi_mir4a-100m-squashfs-sysupgrade.bin"; + sha256 = "a3bb40fbd3e0855418f98f1a7fb5325c8400319357e1fc454d4e2b72e5f91b8c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mir4a-100m" + ]; + titles = [ + { + title = "Xiaomi Mi Router 4A (100M Edition)"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "ad2102ebe6c48d271913bd064b4b4fe5eb52ee9bc408b7f01b05a7d196fc3bc5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + title = "ZBTlink ZBT-WE1226"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "2c94c1a88b8e8cc64571bb5feba3a0c5dd3d2436dd7650373727cd4ee5dcbcc9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "b899ba1bfa8255a9306ad9ae14d92f64856d0687c39bff03d3353f5d985ddc02"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + title = "ZyXEL Keenetic Extra II"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "ramips/mt76x8"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + ar670w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt288x-ar670w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt288x-ar670w-squashfs-sysupgrade.bin"; + sha256 = "be8cb2b2e13782028f5aed850de9f82bf5a58171f3cefbc7067ecb299693fbaf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt288x-ar670w-squashfs-factory.bin"; + sha256 = "885d4d40dcca1c1e695fc3ec24c2a3f843158d55ac37105eae2f3f5dc6aca62f"; + type = "factory"; + } + ]; + supported_devices = [ + "ar670w" + ]; + titles = [ + { + title = "Airlink AR670W"; + } + ]; + }; + ar725w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt288x-ar725w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt288x-ar725w-squashfs-sysupgrade.bin"; + sha256 = "882bfe35fe178c7a2895de1b28b5e6c695c5c36fdf7719b33ff4c74a5befacdd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ar725w" + ]; + titles = [ + { + title = "Airlink AR725W"; + } + ]; + }; + dlink_dap-1522-a1 = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt288x-dlink_dap-1522-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt288x-dlink_dap-1522-a1-squashfs-factory.bin"; + sha256 = "ee58386c3ec17eb7f05cace2f2756523f7dc28448fe7af0bc32cddfd8dfc14b4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt288x-dlink_dap-1522-a1-squashfs-sysupgrade.bin"; + sha256 = "838d01738f3cf3de20db1b3bc64a1db3bc32b55b60a846e5224a666a52e1035e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1522-a1" + ]; + titles = [ + { + title = "D-Link DAP-1522 A1"; + } + ]; + }; + f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt288x-f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt288x-f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "3d75f7cd81c70f855e78c19c7f51867bc4ed8c05e87c344bac81222624c390b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f5d8235-v1" + ]; + titles = [ + { + title = "Belkin F5D8235 V1"; + } + ]; + }; + rt-n15 = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt288x-rt-n15"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt288x-rt-n15-squashfs-sysupgrade.bin"; + sha256 = "233743b493cb927a991362d4f0d9c98df3a1223d7fc894b23a44c4f264fce321"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n15" + ]; + titles = [ + { + title = "Asus RT-N15"; + } + ]; + }; + v11st-fe = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt288x-v11st-fe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt288x-v11st-fe-squashfs-sysupgrade.bin"; + sha256 = "825070f3381d391554e6559d6c746675396f9fbcff3a67d6c8d3738d6a314799"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "v11st-fe" + ]; + titles = [ + { + title = "Ralink V11ST-FE"; + } + ]; + }; + wli-tx4-ag300n = { + device_packages = [ + "kmod-switch-ip17xx" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt288x-wli-tx4-ag300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt288x-wli-tx4-ag300n-squashfs-sysupgrade.bin"; + sha256 = "c3991aedb43e4dcaef650780c71084b8f86a3eedbb5068fb4e6e87bac7a6c848"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wli-tx4-ag300n" + ]; + titles = [ + { + title = "Buffalo WLI-TX4-AG300N"; + } + ]; + }; + wzr-agl300nh = { + device_packages = [ + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt288x-wzr-agl300nh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt288x-wzr-agl300nh-squashfs-sysupgrade.bin"; + sha256 = "f2a719ff16ba00a60aa3445cc179e8a602404c416f765ddd7db166196352cd62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wzr-agl300nh" + ]; + titles = [ + { + title = "Buffalo WZR-AGL300NH"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "ramips/rt288x"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + "3g-6200n" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-3g-6200n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-3g-6200n-squashfs-sysupgrade.bin"; + sha256 = "f054b4941575e45ea4eae6a7133c785455eeb2989d86899e1d7d4a078c43f074"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g-6200n" + ]; + titles = [ + { + title = "Edimax 3g-6200n"; + } + ]; + }; + "3g-6200nl" = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-3g-6200nl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-3g-6200nl-squashfs-sysupgrade.bin"; + sha256 = "b65b669083cca399b0c2c0806394ecf920c6ad8bd5af74ecc8b3a011c102f59c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g-6200nl" + ]; + titles = [ + { + title = "Edimax 3g-6200nl"; + } + ]; + }; + "3g150b" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-3g150b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-3g150b-squashfs-sysupgrade.bin"; + sha256 = "b86af34de966ad84fb4021caa99c1c682acaab066798dea64631f56beb3ad820"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g150b" + ]; + titles = [ + { + title = "Tenda 3G150B"; + } + ]; + }; + "3g300m" = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-3g300m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-3g300m-squashfs-sysupgrade.bin"; + sha256 = "346c40468c9a45fe3f3d1e38de5c8675b667b73adbc520aeda20abdd816dd59e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "3g300m" + ]; + titles = [ + { + title = "Tenda 3G300M"; + } + ]; + }; + air3gii = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-air3gii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-air3gii-squashfs-sysupgrade.bin"; + sha256 = "656d18c54fb5d0a503924c6621b8f550ae57cc8aa8a2537b6954528c70982023"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "air3gii" + ]; + titles = [ + { + title = "AirLive Air3GII"; + } + ]; + }; + all0256n-4M = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-all0256n-4M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-all0256n-4M-squashfs-sysupgrade.bin"; + sha256 = "fdbbbcea889180a5ff31635242af82857a1ccc637f90145488973ead6cfd5cf4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all0256n-4M" + ]; + titles = [ + { + title = "Allnet ALL0256N (4MB)"; + } + ]; + }; + all0256n-8M = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-all0256n-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-all0256n-8M-squashfs-sysupgrade.bin"; + sha256 = "d0c0bf4db5e1d1c664f34cdb29a15e99c81dd80f2342b829feeceb97cfdf962d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all0256n-8M" + ]; + titles = [ + { + title = "Allnet ALL0256N (8MB)"; + } + ]; + }; + all5002 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-all5002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-all5002-squashfs-sysupgrade.bin"; + sha256 = "165585ca0186778bdaeb6e5bc6de9c9085a2743c910e88d2d7172021612cec88"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all5002" + ]; + titles = [ + { + title = "Allnet ALL5002"; + } + ]; + }; + all5003 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-core" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-all5003"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-all5003-squashfs-sysupgrade.bin"; + sha256 = "4c098d96a840b423f8b9e1fae7b11e431ed946be94ec54d2c1a1f8e421cd055c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "all5003" + ]; + titles = [ + { + title = "Allnet ALL5003"; + } + ]; + }; + asl26555-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-asl26555-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-asl26555-16M-squashfs-sysupgrade.bin"; + sha256 = "7349ccf2e5c7b66157e8b3328d1446456222c8ea916accca31f7ce122506be18"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asl26555-16M" + "asl26555" + ]; + titles = [ + { + title = "Alpha ASL26555 16M"; + } + ]; + }; + asl26555-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-asl26555-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-asl26555-8M-squashfs-sysupgrade.bin"; + sha256 = "c6fe7930fff38c3e58623be5c2c0973240339e168a4d47532ded5c3a3b396d84"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asl26555-8M" + "asl26555" + ]; + titles = [ + { + title = "Alpha ASL26555 "; + } + ]; + }; + atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-atp-52b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-atp-52b-squashfs-sysupgrade.bin"; + sha256 = "1e4089f7096d25f50b66a66b1c24b168648794d2b043b6e6f1e7d04c364424a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "atp-52b" + ]; + titles = [ + { + title = "Argus ATP-52B"; + } + ]; + }; + awapn2403 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-awapn2403"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-awapn2403-squashfs-sysupgrade.bin"; + sha256 = "2d930fe277c976ce0ff4e10d9850259bf5ee3511e1ab72baad4252d812708f82"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "awapn2403" + ]; + titles = [ + { + title = "AsiaRF AWAPN2403"; + } + ]; + }; + awm002-evb-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-awm002-evb-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-awm002-evb-8M-squashfs-sysupgrade.bin"; + sha256 = "a435c59eda07eb86c5f7307b8e223fd3958b3a918b06ad3a98dc1f00d3de9fdd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "awm002-evb-8M" + ]; + titles = [ + { + title = "AsiaRF AWM002-EVB (8M)/AsiaRF AWM003 EVB"; + } + ]; + }; + bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-bc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-bc2-squashfs-sysupgrade.bin"; + sha256 = "625c7ca098110e6980b85a230aab61599634a7aa92e4d3a460f65a223276e383"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bc2" + ]; + titles = [ + { + title = "NexAira BC2"; + } + ]; + }; + broadway = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-broadway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-broadway-squashfs-sysupgrade.bin"; + sha256 = "a340e86fc2af092020fddfcec03cd6a41870bed95485a8ea32f59bc4de76739e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "broadway" + ]; + titles = [ + { + title = "Hauppauge Broadway"; + } + ]; + }; + carambola = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-carambola"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-carambola-squashfs-sysupgrade.bin"; + sha256 = "77a0b1331ca4ebd1a4a8e13b6edcf6fc73c1b3935204b221815a7f94a6e2d062"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "carambola" + ]; + titles = [ + { + title = "8devices Carambola"; + } + ]; + }; + d105 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-d105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-d105-squashfs-sysupgrade.bin"; + sha256 = "b364d03af6a6e5007ade8425a44a6cdb23d96101a433186969df1575fdf9b84f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d105" + ]; + titles = [ + { + title = "Huawei D105"; + } + ]; + }; + dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-dap-1350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-dap-1350-squashfs-factory-NA.bin"; + sha256 = "440e38215c04f75631eb6bacc11b135dcd5952ee2c6ec5f1415ffe225d6b71da"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-dap-1350-squashfs-sysupgrade.bin"; + sha256 = "63e9ccd0ee012c3a282281047bb5a99234695eefbb4903330ddc7919bd8409d2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-dap-1350-squashfs-factory.bin"; + sha256 = "47830676b88ce4706396613c417f8df268375cc2a8683173fcdd8af119e250f1"; + type = "factory"; + } + ]; + supported_devices = [ + "dap-1350" + ]; + titles = [ + { + title = "D-Link DAP-1350"; + } + ]; + }; + dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-dir-320-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "97a7394b105c7c8c96bf288e057bd35b77c11f8a45056e94dc206a1f33067a20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-320-b1" + ]; + titles = [ + { + title = "D-Link DIR-320 B1"; + } + ]; + }; + dir-600-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-dir-600-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-dir-600-b1-squashfs-sysupgrade.bin"; + sha256 = "ebb209fec404591080d510e28d4100be61388a0faf09b12db1520d18c9861e8f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-dir-600-b1-squashfs-factory.bin"; + sha256 = "00db5e16461f757717df3b2a8ac5df37496c834f07a75f6dcb630fa7e82df05c"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-600-b1" + "dir-600-b2" + ]; + titles = [ + { + title = "D-Link DIR-600 B1/B2"; + } + ]; + }; + dir-610-a1 = { + device_packages = [ + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-dir-610-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-dir-610-a1-squashfs-sysupgrade.bin"; + sha256 = "165c541e07992dc29687cd5fb89605ea20b5a5e9a71f74e737e5137436f842f5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-dir-610-a1-squashfs-factory.bin"; + sha256 = "13796b319f739466a3657dec1ffc010309a893fd6cecdf60d2a33bf88f65abc4"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-610-a1" + ]; + titles = [ + { + title = "D-Link DIR-610 A1 "; + } + ]; + }; + dir-615-d = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-dir-615-d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-dir-615-d-squashfs-factory.bin"; + sha256 = "45048f225688345e6ce22fae2af715cf6c1ef403f41e6959cc8ca4b16e8c89ec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin"; + sha256 = "52a1d568f9b95da6788ce853fac4b357cbc8c96e01facf0f1685aae1d4158a1a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-615-d" + ]; + titles = [ + { + title = "D-Link DIR-615 D"; + } + ]; + }; + dir-615-h1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-dir-615-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-dir-615-h1-squashfs-factory.bin"; + sha256 = "88c03f572431a9c22cbc49b4849647f40d2c10e9addb8a43e110be242a79d6dd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-dir-615-h1-squashfs-sysupgrade.bin"; + sha256 = "8277e9b3066c022a6585da2579ed1d7eeb7283c9b2d1514f1e1c2c452dd6317b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-615-h1" + ]; + titles = [ + { + title = "D-Link DIR-615 H1"; + } + ]; + }; + dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-dir-620-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "ddde9e19923a596840d5097c88c6ef0918dc26c7e62d02a606c88c7f70b076b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-620-a1" + ]; + titles = [ + { + title = "D-Link DIR-620 A1"; + } + ]; + }; + dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-dir-620-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "1e514dec2880bf129c87816e0251241018e4fdae2d034e30f3d57a2a5118b3ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dir-620-d1" + ]; + titles = [ + { + title = "D-Link DIR-620 D1"; + } + ]; + }; + dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial" + "kmod-usb-serial-option" + "kmod-usb-net" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-dwr-512-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-dwr-512-b-squashfs-factory.bin"; + sha256 = "4a0dd22ac2d8643522fb0c26ebc111fc5e2b97a344fedb4d4084da98af9473ff"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "8736c20ac26b114c9fbbf9c3e76bbc0b750ffb6ddf719e2b59438f1a023f9574"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dwr-512-b" + ]; + titles = [ + { + title = "D-Link DWR-512 B"; + } + ]; + }; + esr-9753 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-esr-9753"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-esr-9753-squashfs-sysupgrade.bin"; + sha256 = "f85950ba7b7a6a2bd1407fae056a69a1b4ccc1e4e8340a23bb66306d97a6fbbd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "esr-9753" + ]; + titles = [ + { + title = "EnGenius ESR-9753"; + } + ]; + }; + f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-f5d8235-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "3656f13a81c8f44ecd543c89ab467d8d27b7fd7cf90226c8e4b056c3527ab00e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f5d8235-v2" + ]; + titles = [ + { + title = "Belkin F5D8235 v2"; + } + ]; + }; + f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-f7c027"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-f7c027-squashfs-sysupgrade.bin"; + sha256 = "fe2d41a2e76dd8fad7235e2fb16c84781b93a0dcfadb2e1fe21aaab781aebfb8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "f7c027" + ]; + titles = [ + { + title = "Belkin F7C027"; + } + ]; + }; + fonera20n = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-fonera20n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-fonera20n-squashfs-sysupgrade.bin"; + sha256 = "4a18726c72b11176bd2e4f9b6004d0c5aea4162aa23e24a32f09838233ca2d7c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-fonera20n-squashfs-factory.bin"; + sha256 = "4b54737d35a1da227cc23c62fb1b09615af103e03bf964f4ae52f3eaf03e27ae"; + type = "factory"; + } + ]; + supported_devices = [ + "fonera20n" + ]; + titles = [ + { + title = "Fonera 2.0N"; + } + ]; + }; + freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-freestation5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-freestation5-squashfs-sysupgrade.bin"; + sha256 = "8591602ec689b121fecb3d8113753dd125126d0204bdb9d34e0376ecc1f5e280"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "freestation5" + ]; + titles = [ + { + title = "ARC Wireless FreeStation"; + } + ]; + }; + hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-hg255d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-hg255d-squashfs-sysupgrade.bin"; + sha256 = "b352e0cef57bff2c934f63ae752013499967a002188edcb31e46d9a57bed4091"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hg255d" + ]; + titles = [ + { + title = "HuaWei HG255D"; + } + ]; + }; + hlk-rm04 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-hlk-rm04"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-hlk-rm04-squashfs-sysupgrade.bin"; + sha256 = "1ae837035d3cadedca1b97461f82882133fb2bac58233ad93530108a9d2b1096"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-hlk-rm04-squashfs-factory.bin"; + sha256 = "f5ff19e73490b27b08012a38bb560eb38625584e9fc16afcf73b8b16bf0d8e7a"; + type = "factory"; + } + ]; + supported_devices = [ + "hlk-rm04" + ]; + titles = [ + { + title = "Hi-Link HLK-RM04"; + } + ]; + }; + ht-tm02 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-ht-tm02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-ht-tm02-squashfs-sysupgrade.bin"; + sha256 = "d82e25d3d446861dd7c36ad040f8d15ba09b01042b37ba06022d7b2292487d9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ht-tm02" + ]; + titles = [ + { + title = "HooToo HT-TM02"; + } + ]; + }; + hw550-3g = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-hw550-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "d506a149d6f8aec7f3a1ef004abbbbdbd28c1826faeb38957ca5f5dace6e1d71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hw550-3g" + ]; + titles = [ + { + title = "Aztech HW550-3G"; + } + ]; + }; + ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-ip2202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-ip2202-squashfs-sysupgrade.bin"; + sha256 = "a742edb1a07031eff99ddb323c1a878b43f450cc02592e6ff8954ffe158182ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ip2202" + ]; + titles = [ + { + title = "Poray IP2202"; + } + ]; + }; + jhr-n805r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-jhr-n805r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-jhr-n805r-squashfs-sysupgrade.bin"; + sha256 = "2fb404fadd1bcdefed8d92c5aad8ef1977150da54dae98b31877efb0bf9a52e6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-jhr-n805r-squashfs-factory.bin"; + sha256 = "98059a55b4ec979cbedbb1099c8f95aabdb3ace5f0cd01dde64d9306fe48bc8c"; + type = "factory"; + } + ]; + supported_devices = [ + "jhr-n805r" + ]; + titles = [ + { + title = "JCG JHR-N805R"; + } + ]; + }; + jhr-n825r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-jhr-n825r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-jhr-n825r-squashfs-factory.bin"; + sha256 = "a51ce22c51d2b59380131288568197021455ba72ebd3bed0631ec674570f4125"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-jhr-n825r-squashfs-sysupgrade.bin"; + sha256 = "7b35545dcd329a5183f429adfe981cafb1de429513d40b83f05e4b8b1ad8e4d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jhr-n825r" + ]; + titles = [ + { + title = "JCG JHR-N825R"; + } + ]; + }; + jhr-n926r = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-jhr-n926r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-jhr-n926r-squashfs-sysupgrade.bin"; + sha256 = "d568f55e76daa16e788a7057aad5da5d8db352fcce4b49742ddef375be51052a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-jhr-n926r-squashfs-factory.bin"; + sha256 = "288a6317e57ec20f6d759c192d2e83becc576ee742de85f42fd279e5c177a287"; + type = "factory"; + } + ]; + supported_devices = [ + "jhr-n926r" + ]; + titles = [ + { + title = "JCG JHR-N926R"; + } + ]; + }; + kn = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-kn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-kn-squashfs-sysupgrade.bin"; + sha256 = "6dfc07502c299fc8e06b61bda2a56fc57e24f36142f9411e179e3743206eab2a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kn" + ]; + titles = [ + { + title = "ZyXEL Keenetic"; + } + ]; + }; + m2m = { + device_packages = [ + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-m2m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-m2m-squashfs-sysupgrade.bin"; + sha256 = "8c661ab21566c24721c6c3c5f183c4eeae4fa16e002172f966d3ab8b061164f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m2m" + ]; + titles = [ + { + title = "Intenso Memory 2 Move"; + } + ]; + }; + m3 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-m3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-m3-squashfs-factory.bin"; + sha256 = "144d0fca969139e58ca4c7992d08c2f94bc2531848e38039699ffce3c1fe8e47"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-m3-squashfs-sysupgrade.bin"; + sha256 = "ef01263521cb80c5f94d3c4a281b2db979f9a85f9dd4c47cfc22c60d2ca19261"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m3" + ]; + titles = [ + { + title = "Poray M3"; + } + ]; + }; + m4-4M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-m4-4M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-m4-4M-squashfs-factory.bin"; + sha256 = "7c2328cbc5d4e7bb8ce781101bc71dc5cdc32be7ace48cb45dd7a78c049f7ff4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-m4-4M-squashfs-sysupgrade.bin"; + sha256 = "4a77303d46d21eceed3c7f1e6d20a1d16e04212c57f538f7ff378e6800751199"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m4-4M" + ]; + titles = [ + { + title = "Poray M4 (4MB)"; + } + ]; + }; + m4-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-m4-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-m4-8M-squashfs-factory.bin"; + sha256 = "2b062c4431e8107550fdb54c21f0b0d9df599ff93e21e874c9550e249ca4a0ab"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-m4-8M-squashfs-sysupgrade.bin"; + sha256 = "20181243b0671ffea3ab2142da4dbaba9aeb774ce5d3dfa9009cb6468d345c56"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "m4-8M" + ]; + titles = [ + { + title = "Poray M4 (8MB)"; + } + ]; + }; + miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-miniembplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-miniembplug-squashfs-sysupgrade.bin"; + sha256 = "4cab49ef9da6ec4ca15a3a024a9716547f2c0167d57d3790d9c8ce6d435a2fd3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miniembplug" + ]; + titles = [ + { + title = "Omnima MiniEMBPlug"; + } + ]; + }; + miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-miniembwifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "cdc89f6398ad1d759eeb5dad16b8933d7f8d00c38852cffefc5a6963ff77f01c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "miniembwifi" + ]; + titles = [ + { + title = "Omnima MiniEMBWiFi"; + } + ]; + }; + mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-mofi3500-3gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "c8329d521c7f9c280c8be3f71f9c65a77486a580ceb76cfc8b3de28fcbc78243"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mofi3500-3gn" + ]; + titles = [ + { + title = "MoFi Network MOFI3500-3GN"; + } + ]; + }; + mpr-a1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-mpr-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-mpr-a1-squashfs-sysupgrade.bin"; + sha256 = "0046ef17fd24e16126ad923771fc39ac8ecdf107b4877e0332d1ad634b5abab0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mpr-a1" + ]; + titles = [ + { + title = "HAME MPR-A1"; + } + ]; + }; + mpr-a2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-mpr-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "d19065c164bf1124ef90e8eaf504d45039636c9d788d886f01613075da079bcd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mpr-a2" + ]; + titles = [ + { + title = "HAME MPR-A2"; + } + ]; + }; + mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-mr-102n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-mr-102n-squashfs-sysupgrade.bin"; + sha256 = "220637e7b02fc0a676839045ad5e886275d5d04d6c8619a6681ed7720e5777d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mr-102n" + ]; + titles = [ + { + title = "AXIMCom MR-102N"; + } + ]; + }; + mzk-dp150n = { + device_packages = [ + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-mzk-dp150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-mzk-dp150n-squashfs-sysupgrade.bin"; + sha256 = "a431f2ab4295b9c40c2b4e427f5cce01e90a352d89475913115103cdb911bf72"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-dp150n" + ]; + titles = [ + { + title = "Planex MZK-DP150N"; + } + ]; + }; + mzk-w300nh2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-mzk-w300nh2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-mzk-w300nh2-squashfs-factory.bin"; + sha256 = "52bc87423c9f8a68f6b9e80a14ed28b09d6f71a8eb39cb7deea3dc6db036bdfd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-mzk-w300nh2-squashfs-sysupgrade.bin"; + sha256 = "3d13853711e8b740fb9ad862eb61e1c78769680f764682658a6f1558e90f7f92"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-w300nh2" + ]; + titles = [ + { + title = "Planex MZK-W300NH2"; + } + ]; + }; + mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-mzk-wdpr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "db7869d4d3f77a4c952a8cb0a893e397546ffd5cfaea0b67ea01f2af97f0a7c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mzk-wdpr" + ]; + titles = [ + { + title = "Planex MZK-WDPR"; + } + ]; + }; + nbg-419n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-nbg-419n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-nbg-419n-squashfs-sysupgrade.bin"; + sha256 = "424f21d41c42fa1c6ee4d83266f3874b0aa11a22b310ce9d961e97d7d2daf469"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nbg-419n" + ]; + titles = [ + { + title = "ZyXEL NBG-419N"; + } + ]; + }; + nbg-419n2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-nbg-419n2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-nbg-419n2-squashfs-sysupgrade.bin"; + sha256 = "3932616f19daf7e6ac799a062912a082ad8d4ffaf08e551a287eb223af395eba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nbg-419n2" + ]; + titles = [ + { + title = "ZyXEL NBG-419N2"; + } + ]; + }; + ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-core" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-ncs601w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-ncs601w-squashfs-sysupgrade.bin"; + sha256 = "8bffed83677e20c96e5d84cefe2ce1bc6761ebaa986177bb78ac2a608ef02707"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ncs601w" + ]; + titles = [ + { + title = "Wansview NCS601W"; + } + ]; + }; + nixcore-x1-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-nixcore-x1-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-nixcore-x1-16M-squashfs-sysupgrade.bin"; + sha256 = "6e8ef8300eedcc1a5ab6faeaab22ad2d2ed42ad16fccc779a4cf99c650af0a9e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore-x1-16M" + "nixcore-x1" + ]; + titles = [ + { + title = "NixcoreX1 (16M)"; + } + ]; + }; + nixcore-x1-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-nixcore-x1-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-nixcore-x1-8M-squashfs-sysupgrade.bin"; + sha256 = "32ad4dc88aee46d4bbd74c6495370480acbe5b3335c5091ab547a3d381ffff33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore-x1-8M" + "nixcore-x1" + ]; + titles = [ + { + title = "NixcoreX1 (8M)"; + } + ]; + }; + nw718 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-nw718"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-nw718-squashfs-sysupgrade.bin"; + sha256 = "3e6cc9b18a054a8d068e06d613018c0853636799f8d46cc5fda59f3e38d729ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nw718" + ]; + titles = [ + { + title = "Netcore NW718"; + } + ]; + }; + psr-680w = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-psr-680w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-psr-680w-squashfs-sysupgrade.bin"; + sha256 = "5d10e2bccbfcae6deb89bcbd12b51a156a1072a8415bca5db3ec7fb1795fa8ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "psr-680w" + ]; + titles = [ + { + title = "Petatel PSR-680W Wireless 3G Router"; + } + ]; + }; + pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-pwh2004"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-pwh2004-squashfs-sysupgrade.bin"; + sha256 = "a449a2603f5cd85745728d2c7f08b9547b4f4df195210a19ad0a5af204e05521"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pwh2004" + ]; + titles = [ + { + title = "Prolink PWH2004"; + } + ]; + }; + px-4885-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-px-4885-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-px-4885-8M-squashfs-sysupgrade.bin"; + sha256 = "57aeaf61ac1de3fea1d2b368417d93f8476b29191cf5f2891c1a2a61c6629549"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "px-4885-8M" + ]; + titles = [ + { + title = "7Links PX-4885 (8M)"; + } + ]; + }; + rt-g32-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-rt-g32-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-rt-g32-b1-squashfs-sysupgrade.bin"; + sha256 = "b3ede388971720c8f4d5dc10c0723172dc5c2790a3c7930115402f976337f960"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-g32-b1" + ]; + titles = [ + { + title = "Asus RT-G32 B1"; + } + ]; + }; + rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-rt-n13u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "d886f4354dcf751c0cbd9259544e7ab14efe0d1b1338ceedc539ff0f3116a08c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n13u" + ]; + titles = [ + { + title = "Asus RT-N13U"; + } + ]; + }; + rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-rt5350f-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "63cac7f36df2301d2c6b513dd53f3c3484689c17bb52a7c93c177b5e8df6d80e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt5350f-olinuxino" + ]; + titles = [ + { + title = "RT5350F-OLinuXino"; + } + ]; + }; + rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "af2a8b67b43aec74041c2bc0b96d6b2d26032cd2e480034f09ac83dc76246fb8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + title = "RT5350F-OLinuXino-EVB"; + } + ]; + }; + rut5xx = { + device_packages = [ + "om-watchdog" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-rut5xx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-rut5xx-squashfs-sysupgrade.bin"; + sha256 = "28b06fe9ea0bc3235911fa174034ad1f9e6c28ff76dcfe424abbaa082fe1081c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rut5xx" + ]; + titles = [ + { + title = "Teltonika RUT5XX"; + } + ]; + }; + sl-r7205 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-sl-r7205"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-sl-r7205-squashfs-sysupgrade.bin"; + sha256 = "a25ba395cad3b926d431e28349531961c97d152c675c4a5788ce2a1ecb2982bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sl-r7205" + ]; + titles = [ + { + title = "Skyline SL-R7205 Wireless 3G Router"; + } + ]; + }; + tew-638apb-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-tew-638apb-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-tew-638apb-v2-squashfs-sysupgrade.bin"; + sha256 = "0958ea64bfe99b739b9ba5012b16abfba80d8eca55837aee77b1a9eedfe0758c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-638apb-v2" + ]; + titles = [ + { + title = "TRENDnet TEW-638APB v2"; + } + ]; + }; + tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-tew-714tru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "f329d8a697c52aa966da5746592189e7e9c63f18a2ca4e8bf76728f1ce4f0e88"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-714tru" + ]; + titles = [ + { + title = "TRENDnet TEW-714TRU"; + } + ]; + }; + ur-326n4g = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-ur-326n4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-ur-326n4g-squashfs-sysupgrade.bin"; + sha256 = "7efc481171d8139c3555ff701e9236e49a17eaec069bacce8aaa725fa055aa9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ur-326n4g" + ]; + titles = [ + { + title = "UPVEL UR-326N4G"; + } + ]; + }; + ur-336un = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-ur-336un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-ur-336un-squashfs-sysupgrade.bin"; + sha256 = "9f11099d36f87664098c9eeb1ff2936c65305b6923fd90d17ea125d4e3be9dd3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ur-336un" + ]; + titles = [ + { + title = "UPVEL UR-336UN"; + } + ]; + }; + v22rw-2x2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-v22rw-2x2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-v22rw-2x2-squashfs-sysupgrade.bin"; + sha256 = "34a7a966c557f06ca57c1b0f7f2a90af7baf9e1101cc23e37acc64bb8d3da1df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "v22rw-2x2" + ]; + titles = [ + { + title = "Ralink AP-RT3052-V22RW-2X2"; + } + ]; + }; + vocore-16M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-vocore-16M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-vocore-16M-squashfs-sysupgrade.bin"; + sha256 = "6625bdb9ac2f59082b41ebe698778f24ffd1d4bf5cad4ba9daa368e8a2fcd9f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore-16M" + "vocore" + ]; + titles = [ + { + title = "VoCore (16M)"; + } + ]; + }; + vocore-8M = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-core" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-vocore-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-vocore-8M-squashfs-sysupgrade.bin"; + sha256 = "826cf9581d47d5a3a7ddb94551996d2a09013d6d80761071637584bec4fdcaa8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore-8M" + "vocore" + ]; + titles = [ + { + title = "VoCore (8M)"; + } + ]; + }; + w150m = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-w150m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-w150m-squashfs-sysupgrade.bin"; + sha256 = "b2fccb75c705e97644c6ce53696056d7c7278c68df22f15a9524e392a8f4887f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w150m" + ]; + titles = [ + { + title = "Tenda W150M"; + } + ]; + }; + w306r-v20 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-w306r-v20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-w306r-v20-squashfs-sysupgrade.bin"; + sha256 = "c15d9d3a850ab2e0a8a1c6a8ac9c6a6d88500a45410fa0b625d4801305bead24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w306r-v20" + ]; + titles = [ + { + title = "Tenda W306R V2.0"; + } + ]; + }; + w502u = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-w502u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-w502u-squashfs-sysupgrade.bin"; + sha256 = "ea56235bdffdb39856b3a9ea33477656fed358639bfbd7180f7a2f006bce0cfc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "w502u" + ]; + titles = [ + { + title = "ALFA Networks W502U"; + } + ]; + }; + wcr-150gn = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-wcr-150gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-wcr-150gn-squashfs-sysupgrade.bin"; + sha256 = "ed368911865348b444b07fe786a5f2b40b9935ec917373a81f84088e66a18cd0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wcr-150gn" + ]; + titles = [ + { + title = "Sparklan WCR-150GN"; + } + ]; + }; + whr-g300n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-whr-g300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-whr-g300n-squashfs-sysupgrade.bin"; + sha256 = "2d5ed4ccb1909a3c3c0d21dc327b35d5a546b52c003268b52a15973528cbb9bd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-whr-g300n-squashfs-tftp.bin"; + sha256 = "bef050888e25b1668ec26236ae169192ed961cb41d3fa2e1faf1e9e7b02b399a"; + type = "tftp"; + } + ]; + supported_devices = [ + "whr-g300n" + ]; + titles = [ + { + title = "Buffalo WHR-G300N"; + } + ]; + }; + wizard8800 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-wizard8800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-wizard8800-squashfs-sysupgrade.bin"; + sha256 = "562fe5dbc51476efeda7afa1eb57f5b9675b6cc4a7960e603736b4578767fc3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wizard8800" + ]; + titles = [ + { + title = "EasyAcc WIZARD 8800"; + } + ]; + }; + wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-wizfi630a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "658c8ced69e6606538f40185af45917433bc68d4f328395cc1a2c1dd8e15f77f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wizfi630a" + ]; + titles = [ + { + title = "WIZnet WizFi630A"; + } + ]; + }; + wl-330n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-wl-330n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-wl-330n-squashfs-sysupgrade.bin"; + sha256 = "21ce879368bf582c9f602e264c8571fc6705d271747a7825557e785cd0f915cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wl-330n" + ]; + titles = [ + { + title = "Asus WL-330N"; + } + ]; + }; + wl-330n3g = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-wl-330n3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-wl-330n3g-squashfs-sysupgrade.bin"; + sha256 = "d0ba8ca8194d05b0208062759803aaf38fcd5cfb53dc0dfcf315dabe001ece27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wl-330n3g" + ]; + titles = [ + { + title = "Asus WL-330N3G"; + } + ]; + }; + wnce2001 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-wnce2001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-wnce2001-squashfs-sysupgrade.bin"; + sha256 = "1dbb7336cb20f385f17e845c9fedf9ad999a9f3d95b1ce56da4395c9ee37449d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-wnce2001-squashfs-factory-NA.bin"; + sha256 = "fc1339dedbbdbfd5e6d0cfe9acf2d41146de694cce4db9fe1703d5f412fe1630"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-wnce2001-squashfs-factory.bin"; + sha256 = "d06514a4f9aaca96ea835e842d6e382ccf7011e5311fcc017c93509fc21617cb"; + type = "factory"; + } + ]; + supported_devices = [ + "wnce2001" + ]; + titles = [ + { + title = "Netgear WNCE2001"; + } + ]; + }; + wr512-3gn-8M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-wr512-3gn-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-wr512-3gn-8M-squashfs-sysupgrade.bin"; + sha256 = "52f504ef92166c7507fe7e4ce18f30be270ae519a6ff636d51ef7826c7140f20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wr512-3gn-8M" + ]; + titles = [ + { + title = "WR512-3GN (8M)"; + } + ]; + }; + wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-wr6202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-wr6202-squashfs-sysupgrade.bin"; + sha256 = "fbc26dc3f660950e19ec5926d6c53fc9798aef4fc661df51379d286ecfc43e09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wr6202" + ]; + titles = [ + { + title = "AWB WR6202"; + } + ]; + }; + wt1520-4M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-wt1520-4M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-wt1520-4M-squashfs-sysupgrade.bin"; + sha256 = "cc8d6059697895a0050e33bbf8a2055634de0a347c5d3993b3f585208922ede8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-wt1520-4M-squashfs-factory.bin"; + sha256 = "6b813d8e7bd0700fb082e332081a313d5c3814436358b98046fa02f144a02b3a"; + type = "factory"; + } + ]; + supported_devices = [ + "wt1520-4M" + ]; + titles = [ + { + title = "Nexx WT1520 (4MB)"; + } + ]; + }; + wt1520-8M = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-wt1520-8M"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-wt1520-8M-squashfs-sysupgrade.bin"; + sha256 = "c2d8240c1d0468092cb72eaed4e9634464f4e4b4817ce37d9e46985e44bda1ce"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-wt1520-8M-squashfs-factory.bin"; + sha256 = "14131b398000a573d514de1036de847aa4329ef40e8c1380a9f0ab001e20996a"; + type = "factory"; + } + ]; + supported_devices = [ + "wt1520-8M" + ]; + titles = [ + { + title = "Nexx WT1520 (8MB)"; + } + ]; + }; + x5 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-x5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-x5-squashfs-sysupgrade.bin"; + sha256 = "e4b5cfcda70113a07a90690ffc1a6ef1c20449c48a275bab8d495a5f930b9b5d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-x5-squashfs-factory.bin"; + sha256 = "9f3e1b71b87cfaa31d00d80252a748cc6037bba33971b434f0907862338ae480"; + type = "factory"; + } + ]; + supported_devices = [ + "x5" + ]; + titles = [ + { + title = "Poray X5/X6"; + } + ]; + }; + x8 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-ledtrig-netdev" + "kmod-ledtrig-timer" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-x8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-x8-squashfs-factory.bin"; + sha256 = "31dd94e90479735bde034ffdbe5dfd3c09aa0bc0868713e50561b59693aa61a7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-x8-squashfs-sysupgrade.bin"; + sha256 = "4fc1c79c266ef67eff89ad56d69cde2f0504e12095e65fb5b9099cbe91e96501"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "x8" + ]; + titles = [ + { + title = "Poray X8"; + } + ]; + }; + xdxrn502j = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-xdxrn502j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-xdxrn502j-squashfs-sysupgrade.bin"; + sha256 = "c10787f03e1349063e82805970fba25e549be51adba76d975d8e7c20ee81819f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xdxrn502j" + ]; + titles = [ + { + title = "XDX RN502J"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-ledtrig-netdev" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "2719f5b72c5dab2b998ffa288e27f7608467034c3f16ffcd315919c4ae7175bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + title = "Zorlik ZL5900V2"; + } + ]; + }; + zyxel_keenetic-start = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt305x-zyxel_keenetic-start"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt305x-zyxel_keenetic-start-squashfs-sysupgrade.bin"; + sha256 = "6fb428cfa59cf321b6946a0733dd70e73aefc58d14c344416a74c942c7f746ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-start" + ]; + titles = [ + { + title = "ZyXEL Keenetic Start"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "ramips/rt305x"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "wpad-mini" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "swconfig" + ]; + metadata_version = 1; + profiles = { + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "b3ac741a1e75d411a30967779834b3897386d3c7301d1b0c29bdc652ecbf9e92"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + title = "Belkin F9K1109 Version 1.0"; + } + ]; + }; + br-6475nd = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt3883-br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt3883-br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "6cce54614fa468518d0ebbbf56a19b490a068154bc1b2b4286b5371e3cd97180"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "br-6475nd" + ]; + titles = [ + { + title = "Edimax BR-6475nD"; + } + ]; + }; + cy-swr1100 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "swconfig" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt3883-cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt3883-cy-swr1100-squashfs-factory.bin"; + sha256 = "248b72285ff6b3b76d78ec6ecbaae459b268277f7f626317f8d50a491179e078"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt3883-cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "255f917b5c55369be4e9de151c821e1b5c5b49d08fd33289af4a44a42f4070ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cy-swr1100" + ]; + titles = [ + { + title = "Samsung CY-SWR1100"; + } + ]; + }; + dir-645 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt3883-dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt3883-dir-645-squashfs-sysupgrade.bin"; + sha256 = "7562279fe339ebe521893c771ac3ee54dde9f06388105f6e7d1bdf3bedc2a277"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt3883-dir-645-squashfs-factory.bin"; + sha256 = "2ddd67b2f5308340a1647267f4432bcf5c054fbca20904c1642f4a85aae91a33"; + type = "factory"; + } + ]; + supported_devices = [ + "dir-645" + ]; + titles = [ + { + title = "D-Link DIR-645"; + } + ]; + }; + hpm = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt3883-hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt3883-hpm-squashfs-sysupgrade.bin"; + sha256 = "753673543a633be817508f431208285efd87e87bb5c06055ccbce87e1e9fe9f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hpm" + ]; + titles = [ + { + title = "Omnima HPM"; + } + ]; + }; + rt-n56u = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt3883-rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt3883-rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "0562f146b8a4cb216645c0b1c49d38e0199b17dea61ee0d8e9b056179f80cb14"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rt-n56u" + ]; + titles = [ + { + title = "Asus RT-N56U"; + } + ]; + }; + tew-691gr = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt3883-tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt3883-tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "a11a60cbcfa2af9694f45a4fef968047b959ee090f29747b60ed331ea3c4811c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt3883-tew-691gr-squashfs-factory.bin"; + sha256 = "5c059011df8590f37cf5fca859a8e1ac37781847039e798caf6af343420ae2f8"; + type = "factory"; + } + ]; + supported_devices = [ + "tew-691gr" + ]; + titles = [ + { + title = "TRENDnet TEW-691GR"; + } + ]; + }; + tew-692gr = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt3883-tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt3883-tew-692gr-squashfs-factory.bin"; + sha256 = "78d4c6aef597e51d2c61484e98e614733003719d89138efe886e072608a18e32"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt3883-tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "c5df2e900e2e1cbc72dc0e1b11069893b9f3dfcfdaf7ce50aa98c09b2b5be983"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tew-692gr" + ]; + titles = [ + { + title = "TRENDnet TEW-692GR"; + } + ]; + }; + wlr-6000 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb-ohci" + "kmod-usb2" + "swconfig" + ]; + image_prefix = "openwrt-19.07.9-ramips-rt3883-wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt3883-wlr-6000-squashfs-factory.dlf"; + sha256 = "af00e451433f6d4d2f3c77772507c70c94a973cbc768883d5a7c7b59e64326b4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt3883-wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "1fa2a48b44478644808210594cceeb5e0741b965c52790a1506ba5d926cd8a1b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wlr-6000" + ]; + titles = [ + { + title = "Sitecom WLR-6000"; + } + ]; + }; + wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-ramips-rt3883-wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-ramips-rt3883-wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "23e25a8620888f117db0ce6041b923e9bb6de5998c1b7e946a51083b1b79d5ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wmdr-143n" + ]; + titles = [ + { + title = "Loewe WMDR-143N"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "ramips/rt3883"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + rb532 = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "wpad-basic" + "kmod-ath5k" + "kmod-input-rb532" + "e2fsprogs" + "mkf2fs" + "nand-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "wpad-basic" + "kmod-ath5k" + "kmod-input-rb532" + "e2fsprogs" + "mkf2fs" + "nand-utils" + ]; + metadata_version = 1; + profiles = { + nand = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-rb532-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-rb532-nand-squashfs-sysupgrade.bin"; + sha256 = "694eb818db486fe358b53dd22da8b51389e75832a8b073a8e45a3c14aa7794b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rb532" + ]; + titles = [ + { + title = ""; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "rb532/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + samsung = { }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun50i-a64-pine64-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa53-sun50i-a64-pine64-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa53-sun50i-a64-pine64-plus-ext4-sdcard.img.gz"; + sha256 = "7f10e0321b77e436c3a550cefab7883370f9f7a5f445e9975cd288825d71921f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa53-sun50i-a64-pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "36b141cb0286812e09b829c602141550da88f3265c6154c5408554addd662362"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + title = "Pine64 Plus A64"; + } + ]; + }; + sun50i-a64-sopine-baseboard = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa53-sun50i-a64-sopine-baseboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa53-sun50i-a64-sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "a945fd965b279fcc7dc4e2ca11ed7a5dbbea88ec34e61c87543d1a133b5b4a8b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa53-sun50i-a64-sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "a7fd91e42dc4f10e36b4031df3225a93c9527c9c84ee5cd7ed95c01b7804abe7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + title = "Pine64 Sopine"; + } + ]; + }; + sun50i-h5-nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "e2172dacd6189b6c39be7c060a0989fc2be81e448dc65ef966fd213dd3a9a382"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa53-sun50i-h5-nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "bf18919d32b0f15a06f1a82021cc6bd220ec390cf3193bf4cda9a7c96af16c8d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + title = "Nanopi NEO Plus2 (H5)"; + } + ]; + }; + sun50i-h5-nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa53-sun50i-h5-nanopi-neo2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa53-sun50i-h5-nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "cef4c438e5b1eae2a115dac3691f97890b48575784841311bd6307bdb4fc9d1d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa53-sun50i-h5-nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "1f128736a5d3d2b86a10f3bce8360a8aa2a4101227a34458d06fd2434f4ac3d3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + title = "Nanopi NEO2 (H5)"; + } + ]; + }; + sun50i-h5-orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa53-sun50i-h5-orangepi-pc2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa53-sun50i-h5-orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "54ef954536295166dc8b9fe863e296db7245d4d5c28b7502707f06d421062668"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa53-sun50i-h5-orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "c943b6004f2165c08bd65e485015be73d0439ee85d107608f1f41423ea2be18e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC2"; + } + ]; + }; + sun50i-h5-orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "4debc2b2559b91522ca60e05a51b36ceecf77dea0bea7248b4bbc13c9a36362c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa53-sun50i-h5-orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "e761437f79e68c5012c80f200bc1dd237c39043e1a826d11663dcaa606a998ec"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi Zero Plus"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "sunxi/cortexa53"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun6i-a31-m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun6i-a31-m9"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun6i-a31-m9-ext4-sdcard.img.gz"; + sha256 = "62a3758a9e08f0bd2c79e6223680f03fd1eb80d58ead511238686d4f1bc1b20b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun6i-a31-m9-squashfs-sdcard.img.gz"; + sha256 = "35c81ddd21239ea1335afe9322ed3ebf1ea54d3e4c45f4732ff36796f02dfe4a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + title = "Mele M9 top set box"; + } + ]; + }; + sun7i-a20-bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-bananapi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-bananapi-ext4-sdcard.img.gz"; + sha256 = "177e26871e0a5e34b3be5ca588cd7438305b52334ecc0aaa30494273c5b473b7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-bananapi-squashfs-sdcard.img.gz"; + sha256 = "17bb8cffaaee2f6606fec48f7db305ee431dca67453e16215740263bfc6dfcde"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + title = "LeMaker Banana Pi"; + } + ]; + }; + sun7i-a20-bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-bananapro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-bananapro-squashfs-sdcard.img.gz"; + sha256 = "a0f235a470f62fc31c2f876527baac5d0b4a6f44e7fbc2dbd552497bfd2c7bf4"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-bananapro-ext4-sdcard.img.gz"; + sha256 = "6ac26d03cda6a442ff5871c1bab8c33f6352342836bf825d4c8329e350998f21"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + title = "LeMaker Banana Pro"; + } + ]; + }; + sun7i-a20-cubieboard2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-cubieboard2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "bb3bda86c037764d876889ebe93c56b884aeceff06ba680b7d8d6b5a241f02fe"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-cubieboard2-ext4-sdcard.img.gz"; + sha256 = "e6794cb6f7b2ee05e815c0221c5f6c101e1a4d4e70a23f8dce8a991d10a91539"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + title = "Cubietech Cubieboard2"; + } + ]; + }; + sun7i-a20-cubietruck = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-cubietruck"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-cubietruck-ext4-sdcard.img.gz"; + sha256 = "039f690d5e2dfcac707e30be1daefc36655f17b33386ae510a17bafe4d3fde68"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-cubietruck-squashfs-sdcard.img.gz"; + sha256 = "6e8484e41a3b8077d0aec9b62ccee95fa33582754d008631dd4166ffb35db75d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + title = "Cubietech Cubietruck"; + } + ]; + }; + sun7i-a20-lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "swconfig" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-lamobo-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "c65dd2a3d99ac195bf29dfb964119cf55c0883b3863ddcfdb50d2e488dc844be"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "3ba37af3976fe77ac48c007cce06a77d6066a82dd5b8424afff48f2d10fefb9a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + title = "Lamobo R1"; + } + ]; + }; + sun7i-a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-olinuxino-lime"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "956d85dfe1de1cd522b63313bcc0e19162063357ee628a7ff58f45ccdd062c37"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "1394acc448e237fc76c0d7f5ef98f1429e47ce1f2e2fee1a2fb895717358ac06"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME"; + } + ]; + }; + sun7i-a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-olinuxino-lime2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "ff4cc67e07ac04fea5d9294ce9739da084041fdca2a93b7a18ba6fde9385c780"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "9cb05a8ee5ab3fe2f0b5d00f899773f7bcaac242dfb8e33fc8a4b84a18104873"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME2"; + } + ]; + }; + sun7i-a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "f0727e41ad345a5d5099e811cb3763c29384aaab3d9699178e5b4b5c6217ee61"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "90238fa22d971756200c896a4706eafd282ce94aba914a5d15e611ce26305b92"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + title = "Olimex A20-OLinuXino-LIME2-eMMC"; + } + ]; + }; + sun7i-a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-olinuxino-micro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "040a07e455fb3ca5584e0dbfcd28463bf27d592779b89229255afd4db1e0baff"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "c7d5dcb62796603bdbcdd643ee2488516e37047f825a230e82aa30a88177d4ed"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + title = "Olimex A20-Olinuxino Micro"; + } + ]; + }; + sun7i-a20-pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-pcduino3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-pcduino3-ext4-sdcard.img.gz"; + sha256 = "8f67be7051af9dad247caa66a1f78cf3b238e5deff761ec088361df36cc45e51"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun7i-a20-pcduino3-squashfs-sdcard.img.gz"; + sha256 = "85532ebdb78d54b7cf14193f4c1d91e8cc2db94915dbf3c88b3cd10d7ea01300"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + title = "LinkSprite pcDuino3"; + } + ]; + }; + sun8i-h2-plus-orangepi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "4f9bc43ca82010fa4ed1b9cc03795d983dcf975f5fcf3b45b484e435610aab17"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h2-plus-orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "eeeb330fc802c76215a38cd86e8dd94c2975fae4c3a06a4995987845f163240b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + title = "Xunlong Orange Pi R1"; + } + ]; + }; + sun8i-h2-plus-orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "ca983c81bae02b67b78e95f94cf042d953dc6f04500c56d5363ce3a4f4640da7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h2-plus-orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "19859b6c56aa90670492dea1c89273ffde871d20f3b01c055f1587155fa7a602"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + title = "Xunlong Orange Pi Zero"; + } + ]; + }; + sun8i-h3-bananapi-m2-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "b97d4874bbad384cfacac0de771d5c33cccf7a53c6f1500485c5150ee954bd12"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "818eeb443bfe034207d0a165af35344b280c3d4f8f97ced405dbf5a89f10219e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + title = "Sinovoip Banana Pi M2 Plus"; + } + ]; + }; + sun8i-h3-nanopi-m1-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-ledtrig-heartbeat" + "kmod-brcmfmac" + "brcmfmac-firmware-43430-sdio" + "wpad-basic" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "0227c2337b54db03461a8217a9e559f6e106b8a6415394b766273a79066d4362"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "7c8c2c2720f3ba6f6092f84e9484f097b95772fcdd9c124efb6238ea89f6e756"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + title = "FriendlyArm NanoPi M1 Plus"; + } + ]; + }; + sun8i-h3-nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-nanopi-neo"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "77b2f560defe18f6bd59035d1fe1f9d5cbc8a224e1fd2ca7b48e2cc73b1aa9b0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "9bb5e76bdcab4d873cfacf3e53449a5463b553cd5973dcc747c10726414350aa"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + title = "FriendlyARM NanoPi NEO"; + } + ]; + }; + sun8i-h3-orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-orangepi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "3e29cadc6c38251cba07100baa332b1c58be33577fbb87b7b6f7d2d39f54f8c2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-orangepi-2-ext4-sdcard.img.gz"; + sha256 = "80c2f1626ccf4128d1dc501a0430350d5221a3971e85f3435c1b5e92d9c55227"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + title = "Xunlong Orange Pi 2"; + } + ]; + }; + sun8i-h3-orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-orangepi-one"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-orangepi-one-ext4-sdcard.img.gz"; + sha256 = "13693123b685179448029aae33854f3a637fbf5da5ab4439877a51e6a7a65668"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "1bcbb2aa662dec39e2086db47eb84f1312d485143443238827abf47b0b1993a9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + title = "Xunlong Orange Pi One"; + } + ]; + }; + sun8i-h3-orangepi-pc = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-orangepi-pc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "cdddc7709978569c6d2c8a61d7c600d72a1b60450728fd4abf335dbf088e04f4"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "e33ac3f45545eea2dfa32ac76c62b0a17dc6692a783505fc13288646eb95ddda"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC"; + } + ]; + }; + sun8i-h3-orangepi-pc-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "771ef4d6d57ec05ed503d76c97b6ba1e0c6cd609459c64ebedf96c47adbdaf21"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "188e77b01361f10bdc043702f2c714785a4237b4bf6bc3820c8e26374af2a03e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi PC Plus"; + } + ]; + }; + sun8i-h3-orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-orangepi-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "22741f3050f5a94a639ec6a9c73c4fa8d54a9b53b44b404be01129b1bd85a4bc"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa7-sun8i-h3-orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "3fc45ef30248be715308875b85e235f4a05f8ed523d713c1d8a421bfe3e2983b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + title = "Xunlong Orange Pi Plus"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "sunxi/cortexa7"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "partx-utils" + "mkf2fs" + "e2fsprogs" + ]; + metadata_version = 1; + profiles = { + sun4i-a10-cubieboard = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa8-sun4i-a10-cubieboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa8-sun4i-a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "ef60d8ed8861b949e400b3330d486fd7fc56b11340081e6cffe8ab8bdd565708"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa8-sun4i-a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "62ddab9f3c7517fc1981871d85dcd572e7c66dfc3a5a2f41192ced15609763c4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + title = "Cubietech Cubieboard"; + } + ]; + }; + sun4i-a10-marsboard = { + device_packages = [ + "mod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa8-sun4i-a10-marsboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa8-sun4i-a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "d03a57d42659818e2464296a8b1fe41d45c308cb74e276909f237097f5f7fc30"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa8-sun4i-a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "59275e4756df13d80c96134c3df50b38864f7b983bfc6914db7428299ee05a9d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + title = "HAOYU Electronics Marsboard A10"; + } + ]; + }; + sun4i-a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa8-sun4i-a10-olinuxino-lime"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa8-sun4i-a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "ca280ff97531c401224082d04141705e824e4099511907348d91430b200419d2"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa8-sun4i-a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "84cf1ef0322119488e4182fd174252f02e6469d5404b1c87e8d8efa3fc6fe124"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + title = "Olimex A10-OLinuXino-LIME"; + } + ]; + }; + sun4i-a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa8-sun4i-a10-pcduino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa8-sun4i-a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "e67f969efaca4fafda4a98bff12fa3b98b78fc37085f1c524c48edeb1d63859f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa8-sun4i-a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "920133f77cd0fed6af41c37ea3a38a53cee7ba5993b6090519e2e9d6ca8e9459"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + title = "LinkSprite pcDuino"; + } + ]; + }; + sun5i-a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa8-sun5i-a13-olimex-som"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa8-sun5i-a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "74e0b9e3f3c1a68f78c6fe197818d95b9a9c38beee78188baf631df1fd2c38b6"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa8-sun5i-a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "c50e85f343fdd68141522d0092007f2ca9de7c503041b183db44c6f22e4ef700"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + title = "Olimex A13 SOM"; + } + ]; + }; + sun5i-a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-19.07.9-sunxi-cortexa8-sun5i-a13-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-sunxi-cortexa8-sun5i-a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "d11ce79f841735a00c3b853ca5b61c2ca99b8654361bc3cb0b1de1e8d2e8d0e4"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-sunxi-cortexa8-sun5i-a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "9728213782b08f670c669bd559fa13df223def8c1302240815627bedf65b43b6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + title = "Olimex A13-Olinuxino"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "sunxi/cortexa8"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "e2fsprogs" + "mkf2fs" + "partx-utils" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "e2fsprogs" + "mkf2fs" + "partx-utils" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-mini" + "iwinfo" + ]; + image_prefix = "openwrt-19.07.9-tegra-compulab_trimslice"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "1434cccb33d1f3c60aae4e999379facce4989d5a383330b01fc1715fa49a3fb2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-19.07.9-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "a412631f9300df3ce24ed280d7c1aece9f7d214d66c2066163ed5f2a4991ac48"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + title = "CompuLab TrimSlice"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "tegra/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; + x86 = { }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "libc" + "libgcc" + "busybox" + "dropbear" + "mtd" + "uci" + "opkg" + "netifd" + "fstools" + "uclient-fetch" + "logd" + "urandom-seed" + "urngd" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "kmod-usb-storage" + "kmod-fs-msdos" + "dnsmasq" + "iptables" + "ip6tables" + "ppp" + "ppp-mod-pppoe" + "firewall" + "odhcpd-ipv6only" + "odhcp6c" + "kmod-ipt-offload" + "uboot-envtools" + "mkf2fs" + "e2fsprogs" + "kmod-usb-storage" + "kmod-fs-msdos" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "b4fa440793a8fc40651bb2962567f80fce94aa9d625b5cee80a55be20cd8aea2"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Avnet ZedBoard"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "ee80844761c9ece2105c4a3b6a6bfcacc5d00d31c2f3e6287f3d93299f157111"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Digilent Zybo"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-19.07.9-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "adc430f60b77da72948cb887aa6a06d9f893bb45fa471649df319ef6d82b5dc1"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Digilent Zybo Z7"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-19.07.9-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-19.07.9-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "bb6c567a737b1e76bb46b3b074a70766e35b51f0ad2597c046e9b2890c3d0167"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Xilinx ZC702"; + } + ]; + }; + }; + source_date_epoch = 1645044479; + target = "zynq/generic"; + version_code = "r11405-2a3558b0de"; + version_number = "19.07.9"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/21.02.0.nix b/cached-profiles/21.02.0.nix new file mode 100644 index 00000000..f2c1c4c4 --- /dev/null +++ b/cached-profiles/21.02.0.nix @@ -0,0 +1,43189 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-i2c-core" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.0-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "30550e0dfff5201bcebea8605866bcfb34bef19f7ecab0ba70d4c82934833b8e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-apm821xx-nand-meraki_mr24-initramfs-kernel.bin"; + sha256 = "e2c34985ff788fd7a3d84027408e5ab566c058759a70a7ee55817e4cb2dbc78a"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + model = "MR24"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.0-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "9d696a07a243dca6d7a7c6ea9550565a7773e14ed38ad0cd860e8a2a9b982ecb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-apm821xx-nand-meraki_mx60-initramfs-kernel.bin"; + sha256 = "9416483649f1b02ce5614a248da0865d07dfb76b1f5ca6c30d1dd22b9425faa3"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mx60" + "mx60" + ]; + titles = [ + { + model = "MX60/MX60W"; + vendor = "Cisco Meraki"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.0-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "65b557b60d8e4cb03316417e2577b6faf6e3115f8fa2f4aee9f1279a0f12222e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "4fc0842267d7b6db1ca518bec3ee2b03ca6bd5a31622c8da154037642b41bf73"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-apm821xx-nand-netgear_wndap620-initramfs-kernel.bin"; + sha256 = "79e367b36d1a8aa3a5f8d1477425606c0ed5f0cce45889eeed7a89f022a2cb4e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + model = "WNDAP620 (Premium Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.0-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "b056d5d494f9af7f08779dd4a92605d21a7e09ed26b1e01a8de5781bc4529145"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "616c1102d7fc58980f35161b858e4f16d79f524ef74f8c8fd088cc4bc193a38f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-apm821xx-nand-netgear_wndap660-initramfs-kernel.bin"; + sha256 = "00e7dcf5f2c4f3fb6aec263f0ceaa9bba1b2aea3ddad66a09a3c4cfbef674e67"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + model = "WNDAP660 (Dual Radio Dual Band Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-hwmon-drivetemp" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.0-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-apm821xx-nand-netgear_wndr4700-initramfs-kernel.bin"; + sha256 = "4d960cc7c5ef2f33e68e6847549f488aff6f7874600810b9b2c50d5027f57936"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "d654c5e2b3e7c4a0b60a372f84075c7896d5662421262f0e0ec462cc546be2b0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "78a575ffa991f9dac6081a5253925021aacbeb79316414df04fcb4dabe9682fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + model = "Centria N900 WNDR4700/WNDR4720"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "apm821xx/nand"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "badblocks" + "base-files" + "block-mount" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "e2fsprogs" + "f2fsck" + "fdisk" + "fstools" + "kmod-dm" + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-md-mod" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mkf2fs" + "mtd" + "netifd" + "opkg" + "partx-utils" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-apm821xx-sata-wd_mybooklive-initramfs-kernel.bin"; + sha256 = "e94507195631dbee85e55307ea58b9f624f239766cab9f453d7f8ddad550b6d9"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "036fa5b06f348764dd12ddbbef987e0b4c0af40e764d4089b36919d54bcaf0a0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "466a5cd806a09a7669e221a3ac70f34a48341e8182af0765685d38ac718e2fa0"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "7b61fcd435ab614df90e852436073d009ee46e6be938d49c0c2f0919294e0e22"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "9c7f395dfd0da7c9c83f6c688b1be2ec4098728012ce41d9969dc284d9f6d3e0"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + model = "My Book Live Series (Single + Duo)"; + vendor = "Western Digital"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "apm821xx/sata"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + arc770 = { + generic = { + arch_packages = "arc_arc700"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-arc770-generic-nsim"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-arc770-generic-nsim-initramfs.elf"; + sha256 = "49970c5c6b0230a7f62e7559cfc6e62d2f1a8034f673b3d2ee265d5d75faab59"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim" + ]; + titles = [ + { + model = "nSIM"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "arc770/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + archs38 = { + generic = { + arch_packages = "arc_archs"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim_hs = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-archs38-generic-nsim_hs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-archs38-generic-nsim_hs-initramfs.elf"; + sha256 = "bb2c5be8cce54348ee8207ae0de56f6e2b4b9d5416dd4f59f2592d1cdb4c102b"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim,hs" + ]; + titles = [ + { + model = "nSIM HS"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "archs38/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + armvirt = { }; + at91 = { + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-at91-udc" + "kmod-ipt-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama5d2-ptc-ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-at91-sama5-microchip_sama5d2-ptc-ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-at91-sama5-microchip_sama5d2-ptc-ek-squashfs-root.ubi"; + sha256 = "bf1c6a1937f55c4c377aee36d6ac498551cde6df6e85df74afb6654cb6fe157a"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-at91-sama5-microchip_sama5d2-ptc-ek-ubifs-root.ubi"; + sha256 = "f680f242feef435c615240eca5c98ed2c20496c15a2f37b35e24700e3cfae58f"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-at91-sama5-microchip_sama5d2-ptc-ek-ext4-sdcard.img.gz"; + sha256 = "86f7e8b69652262199d86aad46d22bd7b6e55e6ba35165a2a37a63891866fe35"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d2-ptc_ek" + ]; + titles = [ + { + model = "SAMA5D2 PTC Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-at91-sama5-microchip_sama5d2-xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-at91-sama5-microchip_sama5d2-xplained-squashfs-root.ubi"; + sha256 = "bf1c6a1937f55c4c377aee36d6ac498551cde6df6e85df74afb6654cb6fe157a"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-at91-sama5-microchip_sama5d2-xplained-ubifs-root.ubi"; + sha256 = "f680f242feef435c615240eca5c98ed2c20496c15a2f37b35e24700e3cfae58f"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-at91-sama5-microchip_sama5d2-xplained-ext4-sdcard.img.gz"; + sha256 = "1f67f6b0e0d7fac8381fdd9429c8d1df648f4babb3850128c5d57e12161d2f8f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d2-xplained" + ]; + titles = [ + { + model = "SAMA5D2 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-som1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-at91-sama5-microchip_sama5d27-som1-ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-at91-sama5-microchip_sama5d27-som1-ek-ext4-sdcard.img.gz"; + sha256 = "7ff7cf6e5c98135ab8b06c3a5cfe744da1eb91228684202acd1b0d412fd9efc3"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-at91-sama5-microchip_sama5d27-som1-ek-ubifs-root.ubi"; + sha256 = "f680f242feef435c615240eca5c98ed2c20496c15a2f37b35e24700e3cfae58f"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-at91-sama5-microchip_sama5d27-som1-ek-squashfs-root.ubi"; + sha256 = "bf1c6a1937f55c4c377aee36d6ac498551cde6df6e85df74afb6654cb6fe157a"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d27-som1-ek" + ]; + titles = [ + { + model = "SAMA5D27 SOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d3-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-at91-sama5-microchip_sama5d3-xplained"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-at91-sama5-microchip_sama5d3-xplained-ext4-sdcard.img.gz"; + sha256 = "e996b435f92f52221a0e64fc18cf6c397e007e058060e4741cd12f75823c8252"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-at91-sama5-microchip_sama5d3-xplained-ubifs-root.ubi"; + sha256 = "f680f242feef435c615240eca5c98ed2c20496c15a2f37b35e24700e3cfae58f"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-at91-sama5-microchip_sama5d3-xplained-squashfs-root.ubi"; + sha256 = "bf1c6a1937f55c4c377aee36d6ac498551cde6df6e85df74afb6654cb6fe157a"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d3-xplained" + ]; + titles = [ + { + model = "SAMA5D3 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d4-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-at91-sama5-microchip_sama5d4-xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-at91-sama5-microchip_sama5d4-xplained-squashfs-root.ubi"; + sha256 = "8c035ba37d28003be79a6131a6c41142da070a6f8ec21d41651671401c51d459"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-at91-sama5-microchip_sama5d4-xplained-ext4-sdcard.img.gz"; + sha256 = "995307405dce9694084a631ffbae1ecab7717e9d82a7dc2f349caed351c4e887"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-at91-sama5-microchip_sama5d4-xplained-ubifs-root.ubi"; + sha256 = "1ae0a47ea096cdbf16ffb7081931654ae576c52c618c80e0506fd2fa6daa7fe9"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d4-xplained" + ]; + titles = [ + { + model = "SAMA5D4 Xplained"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "at91/sama5"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath5k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath25-generic-kernel.lzma"; + sha256 = "3a9806ca266426e5f524e3c55d6fb6111e36579e97628484a6fc1831cc387c95"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "9f2f93a5515b7d0a56507f73865b1c8126ef1f7c54e61ccd38377fd5646db934"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath25-generic-kernel.elf"; + sha256 = "d96d63b5a2903125c7397b49765d8fbb0610566068cd66a89b2f008e2337f670"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath25-generic-squashfs-rootfs.bin"; + sha256 = "d373d71966db3e7f8865cc0a65b621a3704c77964e5ccba4f681bb95a6fc3a09"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath25-generic-kernel.gz"; + sha256 = "40eff8e61d910f48439901a6bc2d26d1a8d7f04572b7f9072855ef2286bef114"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Generic AR2xxx board"; + vendor = "Atheros"; + } + ]; + }; + ubnt_picostation-2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath25-ubnt_picostation-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath25-ubnt_picostation-2-squashfs-sysupgrade.bin"; + sha256 = "98718b09505d340e3001cddcaaa01e3b17aa8f810812fdb96b71c197d59b4fbf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-2" + ]; + titles = [ + { + model = "Picostation 2 (XS2-8)"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "ath25/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-8dev_carambola2-initramfs-kernel.bin"; + sha256 = "c0cb2a0d09f10c0d643961c521f069b6d16945be6c9533e617bb7c9b7c0a5ad4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "a2fba633b651375402edcac25a0b345787f9cc7488cbda648c37f1c2f867cfaf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + model = "Carambola2"; + vendor = "8devices"; + } + ]; + }; + "8dev_lima" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-8dev_lima"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-8dev_lima-initramfs-kernel.bin"; + sha256 = "d492ccdcd1c4f9896391209984fa752f80a0764b6b38d6012ac3e45590e818a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-8dev_lima-squashfs-sysupgrade.bin"; + sha256 = "c6512bc5bc7970ba02eb48fd6e71095ffe185e4c2e04b7a4ecd3d280aebd7b8a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,lima" + "lima" + ]; + titles = [ + { + model = "Lima"; + vendor = "8devices"; + } + ]; + }; + adtran_bsap1800-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-adtran_bsap1800-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-adtran_bsap1800-v2-squashfs-sysupgrade.bin"; + sha256 = "2c83767e6d4320b89ab86c65a2b4509db44cb203a85f70ec5a0136e10c92aef6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-adtran_bsap1800-v2-initramfs-kernel.bin"; + sha256 = "7abb2541c936764a4aa2f073717456c6b045fb6ee1bf83202ff8b22cb84774d1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-adtran_bsap1800-v2-squashfs-rootfs.bin"; + sha256 = "0f5f2ba3b0b397e58a48b9ce9c58c10948e66d1d3e5412d6c6e8674d99f27c47"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-adtran_bsap1800-v2-squashfs-kernel.bin"; + sha256 = "d7e96fcd0c7dd8921d94fb0c4294b10247f83014e3cb75f43e7c9cb84ed02c18"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1800-v2" + ]; + titles = [ + { + model = "BSAP-1800"; + variant = "v2"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + adtran_bsap1840 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-adtran_bsap1840"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-adtran_bsap1840-initramfs-kernel.bin"; + sha256 = "93487dbe959e6dabc781a1fb8bc715cfc20aadc2e8d46e817228fabfa870a233"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-adtran_bsap1840-squashfs-rootfs.bin"; + sha256 = "0f5f2ba3b0b397e58a48b9ce9c58c10948e66d1d3e5412d6c6e8674d99f27c47"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-adtran_bsap1840-squashfs-sysupgrade.bin"; + sha256 = "60323077adec190fdc745d3940af65dca737c5cc316d9137e36389cb4578239c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-adtran_bsap1840-squashfs-kernel.bin"; + sha256 = "b0cf6ff32a67363316fbd7514d0030d3bf04a02d3e7928fdf372aa213a93dbc3"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1840" + ]; + titles = [ + { + model = "BSAP-1840"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + airtight_c-75 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-airtight_c-75"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-airtight_c-75-squashfs-sysupgrade.bin"; + sha256 = "f9c55496c59062614bf257574de0600906ff64104a7531abe71a0c5c296a7175"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-airtight_c-75-initramfs-kernel.bin"; + sha256 = "1e6560bb14281d66d0dc8f754846587d4156d3e34283197647cddcfb85436d40"; + type = "kernel"; + } + ]; + supported_devices = [ + "airtight,c-75" + ]; + titles = [ + { + model = "C-75"; + vendor = "AirTight Networks"; + } + { + model = "C-75"; + vendor = "Mojo Networks"; + } + { + model = "AP320"; + vendor = "WatchGuard"; + } + ]; + }; + alfa-network_ap121f = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-alfa-network_ap121f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-alfa-network_ap121f-squashfs-sysupgrade.bin"; + sha256 = "c2525e0d7e708146bba19cc0161ef0f1cae051ec18e8e3e017b21c822f83f883"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-alfa-network_ap121f-initramfs-kernel.bin"; + sha256 = "42d70f58dc6d28970ec3dc65e7d2ab2b4d0186daf93b1b607f9514b1793084bd"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121f" + "ap121f" + ]; + titles = [ + { + model = "AP121F"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_ap121fe = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-gadget-eth" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-alfa-network_ap121fe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-alfa-network_ap121fe-squashfs-sysupgrade.bin"; + sha256 = "11ee666dcafdf0cbdae489d2274a91e0d8eb3144cdfb42c34e29bda83e667a8c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-alfa-network_ap121fe-initramfs-kernel.bin"; + sha256 = "ca71279d5f12db59347e27a81b4c77f041ef8c04f0d5eade6001e84d6267fe59"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121fe" + ]; + titles = [ + { + model = "AP121FE"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n2q = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-gpio-pcf857x" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-alfa-network_n2q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-alfa-network_n2q-initramfs-kernel.bin"; + sha256 = "fbe95c27a8dcd089951f0fc48572571a1d4ad8ce4a52dcc65239d06c506298d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-alfa-network_n2q-squashfs-sysupgrade.bin"; + sha256 = "838afce2849218507311506e704438429ef55415a85a19cda3ae6e8a70b010b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,n2q" + ]; + titles = [ + { + model = "N2Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n5q = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-alfa-network_n5q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-alfa-network_n5q-squashfs-sysupgrade.bin"; + sha256 = "e2b5d82aaff3e402b2fb1c71f5a0865e1d5ca92b91a224d35bd1edf9a99eb387"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-alfa-network_n5q-initramfs-kernel.bin"; + sha256 = "9b067a05f11a0ed5562f68c727d7924c733ea8e8b7991a545974063ce5eb55cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n5q" + "n5q" + ]; + titles = [ + { + model = "N5Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_pi-wifi4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-alfa-network_pi-wifi4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-alfa-network_pi-wifi4-squashfs-sysupgrade.bin"; + sha256 = "79371de6b4b6186d707573875da763c3ef0710f2e5d3be27a6cca156b0495dae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-alfa-network_pi-wifi4-initramfs-kernel.bin"; + sha256 = "cf173a78378fbb75d0db6c5945fb58cc64d6831eae74aa97df869cd7af72b270"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,pi-wifi4" + ]; + titles = [ + { + model = "Pi-WiFi4"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-alfa-network_r36a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-alfa-network_r36a-squashfs-sysupgrade.bin"; + sha256 = "bc5df5ce039edc84c8c94963e907fb470e1dfb8fe8f3a83ede53857053401f97"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-alfa-network_r36a-initramfs-kernel.bin"; + sha256 = "aba334be6e89daff31da237968447c4ab625c2e1ea16c5de256041986bcab901"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36a" + "r36a" + ]; + titles = [ + { + model = "R36A"; + vendor = "ALFA Network"; + } + ]; + }; + allnet_all-wap02860ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-allnet_all-wap02860ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-allnet_all-wap02860ac-initramfs-kernel.bin"; + sha256 = "9c4e5acf95d9e9e0173d6506461f4a09b20d3908f4eee52b05ec07e7a659a935"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-allnet_all-wap02860ac-squashfs-sysupgrade.bin"; + sha256 = "8438c43caf6a802c10c12972dbb700c9a0491790c8a0cdaf05b876401f97445f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-allnet_all-wap02860ac-squashfs-factory.bin"; + sha256 = "c323697931d62af7f46540dd1351e5a963df806e7c7aa5efca2d201df5dba677"; + type = "factory"; + } + ]; + supported_devices = [ + "allnet,all-wap02860ac" + ]; + titles = [ + { + model = "ALL-WAP02860AC"; + vendor = "ALLNET"; + } + ]; + }; + arduino_yun = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "block-mount" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-arduino_yun"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-arduino_yun-initramfs-kernel.bin"; + sha256 = "77796f63e448a4942a0142f6d6ac8e5a2429bae736a03c6d124bfc270b50437d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-arduino_yun-squashfs-sysupgrade.bin"; + sha256 = "d7785d7c5d2de1f2334a9b489d33340b262a0e1e1ddf996cc69cdf3f7cb7fd73"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arduino,yun" + "arduino-yun" + ]; + titles = [ + { + model = "Yun"; + vendor = "Arduino"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-aruba_ap-105-initramfs-kernel.bin"; + sha256 = "7fd0873854219738f558dc6f38815edb08ccf03f91bab9c86e65b4f02ec5b71a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "55169e7083db85d99b6eb2f8e47536ff754140210318babd1fc042ef5f81e26d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + model = "AP-105"; + vendor = "Aruba"; + } + ]; + }; + avm_fritz1750e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-avm_fritz1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin"; + sha256 = "62042f4331aae4910328a34cb681b9e5b72dbe80ff14782d224f762d86dc19ce"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-avm_fritz1750e-initramfs-kernel.bin"; + sha256 = "ab7336658e3c52751ac4cf07248f7f47329f24229c2bcd16e673c24248b9525e"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz1750e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 1750E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "578701a1fa2c15e82561278e1c32be7d00337f064d9178667decef2d5e72326e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-avm_fritz300e-initramfs-kernel.bin"; + sha256 = "dcfe4564903b911961c5cd34753f9d5236913991e9b7dd19873cbdfcff0be5eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 300E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "7b1fbbcc40074353541221ec9ce9950a61dee0612e34af49c57793ffb03c07a3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-avm_fritz4020-initramfs-kernel.bin"; + sha256 = "36f11801501f45764d23b3552c8b296f091ffb2a88ae7423c731a23cdf62a9c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + model = "FRITZ!Box 4020"; + vendor = "AVM"; + } + ]; + }; + avm_fritz450e = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-avm_fritz450e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-avm_fritz450e-initramfs-kernel.bin"; + sha256 = "0606b08cc04b165c5c6ca5cd953dae6139a7b92c78acb55859311e619d413854"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-avm_fritz450e-squashfs-sysupgrade.bin"; + sha256 = "887bf8655c6a1d704371907121e5089d85f47dae43f2e57da7a84823a6e409e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz450e" + "fritz450e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 450E"; + vendor = "AVM"; + } + ]; + }; + avm_fritzdvbc = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-avm_fritzdvbc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-avm_fritzdvbc-squashfs-sysupgrade.bin"; + sha256 = "03ed04e2c70af22e1d0684590b64e92fbb82db3791464454236a733b85c9f901"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-avm_fritzdvbc-initramfs-kernel.bin"; + sha256 = "8fe349a2808576c3992f4b5d3ac4fbd05e3a7c2e85cab3be49ec3648bc230ac7"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzdvbc" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater DVB-C"; + vendor = "AVM"; + } + ]; + }; + belkin_f9j1108-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-belkin_f9j1108-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-belkin_f9j1108-v2-squashfs-factory.bin"; + sha256 = "e648c8f25f9665ee4c1be305023b468d2cf0821ab81f66aa035214f89276dd58"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-belkin_f9j1108-v2-squashfs-sysupgrade.bin"; + sha256 = "462bbb792f3732084ac5744552aaa8b438beea693495f86e67f880a4178fc6c5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-belkin_f9j1108-v2-initramfs-kernel.bin"; + sha256 = "740f117437ab68f32815f4a3c139222c8f9ada1f586a8dde9cf3984265003717"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f9j1108-v2" + ]; + titles = [ + { + model = "F9J1108 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + belkin_f9k1115-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-belkin_f9k1115-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-belkin_f9k1115-v2-squashfs-factory.bin"; + sha256 = "090fdc980fc1e5e36c667e1feaf520fd015b1bd5883065d4824b0ea6fb957a53"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-belkin_f9k1115-v2-initramfs-kernel.bin"; + sha256 = "614a45ed1f4e3168def02b9d40c9f4dbb8c98ad273fd7b0cab1b1c67758feaa0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-belkin_f9k1115-v2-squashfs-sysupgrade.bin"; + sha256 = "458bad8047611bb38b77b3d1d81427227060877ebad8d23792352581a6c74720"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1115-v2" + ]; + titles = [ + { + model = "F9K1115 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "e8ac6caf1df77d6fbee0a9f943c2881c2999f5ca504cd0f4b117268bf0269ab1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_bhr-4grv-initramfs-kernel.bin"; + sha256 = "4616a52f3b8417a3ca0c08861d50ba0b3f67d06f30cfe1b8156948b85506914f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "ab27db36dfacc177c4233e758bf2025aba93133ca69482e44c888ff896c2a910"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "5598958c05324c33be7191123722317c80cb9bf33a04379e4accc12361a26333"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "BHR-4GRV"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "ddf693634cb5c5a94b774b7a544b118263d8e667752b41624ffd97a4a1975bb3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_bhr-4grv2-initramfs-kernel.bin"; + sha256 = "65938bc9a995e59efa4d72151fccdc35a594bf633b7dd369e6daef97c49f560f"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + model = "BHR-4GRV2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-buffalo_wzr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-600dhp-squashfs-factory.bin"; + sha256 = "59457a8c1898ba8c1455a72867de82d22dc4a94360f9391800a4c7672e35f0df"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "253a0e002cbbe64f66eb819c4aea1c2e924cdcdc02d7ee062510ded96eec2af6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-600dhp-initramfs-kernel.bin"; + sha256 = "af729ca20d0cf36e07b907d67d868bb54ab65c302abfa0d526d57c04c6680c75"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-600dhp-squashfs-tftp.bin"; + sha256 = "9f3c86a717582194c5b98b4713725c9fb768312e2f4e9d364e1b58ca95701d8b"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-ag300h-initramfs-kernel.bin"; + sha256 = "8407dfde65425dee56525c21efdbc55fac014306c2b3d4723107db4baaf8e520"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "aa39953b5925e1cbda761b1be92fb75cc8e4e8235ac82802aed63b0b0c5614e2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "926b70f0ac9c54b3d4f08fc7790531a5292477d95b441b3b5ec0b0770073b74a"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "87da65942da5cbcdbac5bd50b54f9a1db76c48ab67783eff4895ac56d227111c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-HP-AG300H"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-rb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-gpio-nxp-74hc153" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g300nh-rb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-tftp.bin"; + sha256 = "6ca8ba99a91afc4861d2baaf736b6aa09ed8bdfd96dbb7761cb850cec6f5ceaf"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-sysupgrade.bin"; + sha256 = "49f52a7ba2e3832e366bad26fd128b38b533a2ce84669173d654123ba499d4c5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g300nh-rb-initramfs-kernel.bin"; + sha256 = "08c77281daa3e658b6398b4adf0bcc36c4f36b25d5431638736ca0819e1f91a4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-factory.bin"; + sha256 = "c6bfa4bd6d20d46381a0082066a91b6e7d34676258209bc407d1f3a8daff5ec8"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-rb" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366RB switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-s = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-gpio-nxp-74hc153" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g300nh-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-sysupgrade.bin"; + sha256 = "0b7923339841a06bb49dc70999220d48e33dc3c077b4e5e1bb57419b9004e687"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-factory.bin"; + sha256 = "0ea554d94b267268d052b7f6ea2a8c4c44726579632e83b939a1281bad1838e2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-tftp.bin"; + sha256 = "462ddcb5c94399b4fc0a96d71d80d3a99faef89eeb0f3eaa03720162018007f1"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g300nh-s-initramfs-kernel.bin"; + sha256 = "bfe3552614170fd0d218bc822f195edf2bb7d6775b4d3c2698e0d6d0026ac42d"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-s" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366S switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "9c44bce61762bac70cda6623c9f229900682b26075046338a6f9740e55101db4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "6625ab1a3bfe623f2d6b7848450894d29121360562617f8c266209ee29e0aed1"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "32325df2a2c00f0829217c351fbb46f03bc7c2ca487f93787320b2aba878e867"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g302h-a1a0-initramfs-kernel.bin"; + sha256 = "cc70ad405d9f0f9417d5784c95111dbb75d1197bf7ff685c73dd3092e74db62c"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + model = "WZR-HP-G302H"; + variant = "A1A0"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g450h-initramfs-kernel.bin"; + sha256 = "f55b10bc3aab90bff7f6a7edbe87372b7fabd8413afed99b8dbb391e9325554c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "89636a819b2da70f00d4334648b980dd065e3b24eb9ffff5c005a2bb7587fb70"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "9f48c6a884c19d75c473dbc958913780ec89911141f811b78482e64cc94735cc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "012fc7cd0845d0bf7064fdcb42109d2b054e693b5d6b8172bd3d9e3eb8cf324f"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "WZR-HP-G450H/WZR-450HP"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "31d18fcae06ad2277abe2ed22696f62470ef8340657f30d8e7fa311c1b6e3dec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-e110n-v2-initramfs-kernel.bin"; + sha256 = "c0b7695c6ef469179839bbe803a287b873c1b3ed0083b14868bb7f6c37c1e91c"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + model = "CF-E110N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "d6069e78a32a74958c6acf44c6c4ea0ef2960c43663977763a652c23e5968880"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-e120a-v3-initramfs-kernel.bin"; + sha256 = "1d8425c58dff49d5a969e85d9111afc5c7d5c9b7958a7e03b753998de5b37e37"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + model = "CF-E120A"; + variant = "v3"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e130n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-comfast_cf-e130n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-e130n-v2-initramfs-kernel.bin"; + sha256 = "47de199d63f851856271f7d2da0ebf2d2a1fa8c421dc7481dc2a296c9972c9be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-e130n-v2-squashfs-sysupgrade.bin"; + sha256 = "a69a614ab25892fce956e7636e3671821ac2d42d4a16c17c534bddcbc669228f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e130n-v2" + ]; + titles = [ + { + model = "CF-E130N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e313ac = { + device_packages = [ + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-comfast_cf-e313ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-e313ac-initramfs-kernel.bin"; + sha256 = "d38bfa7d108813778e8d53902bca73b6c5f05a79856f07fb6c308d36f99bcd8d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-e313ac-squashfs-sysupgrade.bin"; + sha256 = "1d3f4f85954b84dd0df3a3a436678effece1d79a7199f3b9f70690d436543008"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e313ac" + ]; + titles = [ + { + model = "CF-E313AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e314n-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-comfast_cf-e314n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-e314n-v2-initramfs-kernel.bin"; + sha256 = "660ac36a38d03b9f654de3499e5977587db913dfaa26f4d23a7ce72a8f5e65bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-e314n-v2-squashfs-sysupgrade.bin"; + sha256 = "5f0b6a3656adbd1df6a4be2a0a3f5adbcde42d59407f530e3ef2a6b8d20bb772"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e314n-v2" + ]; + titles = [ + { + model = "CF-E314N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-e5-initramfs-kernel.bin"; + sha256 = "07c88a79d685b306dafd2cbeb66fcff5b84b07f5bd1e9bf0564419cafd9cac83"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "afdde03f29c811be11aeb77a45ec7864f43feb827898d696ed744755b0055d61"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + model = "CF-E5/E7"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e560ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-comfast_cf-e560ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-e560ac-initramfs-kernel.bin"; + sha256 = "5a520c7e0f4ed79d3d5b7a25b250741a31766b0c7174fd5ba20e3bee4ae0f2fa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-e560ac-squashfs-sysupgrade.bin"; + sha256 = "50ccded0a62d031add0ce1d2dcb82fc11cbaaf16b3ef745092219467fa095608"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e560ac" + ]; + titles = [ + { + model = "CF-E560AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-ew72 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-comfast_cf-ew72"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-ew72-initramfs-kernel.bin"; + sha256 = "c75b29e66845f9cfaf95a2708f15dc39c2a54abac5d1d25c562d5a26fbb35c56"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-ew72-squashfs-sysupgrade.bin"; + sha256 = "8332eb62a41e4019703d8c8d9c4a9712eddce9f5b184a8eb62f70ac29e98f8ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-ew72" + ]; + titles = [ + { + model = "CF-EW72"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-comfast_cf-wr650ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-wr650ac-v1-initramfs-kernel.bin"; + sha256 = "bbb8db048eb7caafe426fdc54acd9b5293ddbd353696bdfb252b948a5f7aae50"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-wr650ac-v1-squashfs-sysupgrade.bin"; + sha256 = "0b827d6433c7c787b2ae5b77ea6f80f51c3b1f63b05e058b802439272487e010"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v1" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-comfast_cf-wr650ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-wr650ac-v2-initramfs-kernel.bin"; + sha256 = "09b2c1362aa33f1aef3ae269b92c5f9eb0d37c5e24d483d42536f5e3581578d7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-wr650ac-v2-squashfs-sysupgrade.bin"; + sha256 = "481d37f1dc851aba549ad4d530153c49f786239c1fd3142a7b1c78000c5df683"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v2" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr752ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-comfast_cf-wr752ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-wr752ac-v1-squashfs-sysupgrade.bin"; + sha256 = "ca3c74556520581ea59510eb303cd27d996d5b1e17e3f01bd92f16c3934c20df"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-comfast_cf-wr752ac-v1-initramfs-kernel.bin"; + sha256 = "1d54f6e157a9be6166d90be237346ecaeb4022c86b25096563de687dd1589162"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr752ac-v1" + ]; + titles = [ + { + model = "CF-WR752AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + compex_wpj344-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-compex_wpj344-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-compex_wpj344-16m-squashfs-sysupgrade.bin"; + sha256 = "8cb324ace5a1e6db1288b742d13e6ab9ef8a6b43b70c04ac52be5ff9e2d6e107"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-compex_wpj344-16m-squashfs-cpximg-6a08.bin"; + sha256 = "831f728261be1c0a11eb240141b10f01c12f5f3557deb91f7695c3bdb68b4370"; + type = "cpximg-6a08"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-compex_wpj344-16m-initramfs-kernel.bin"; + sha256 = "54dd2f7f12a0e3b0f1f71109f4520596e38e4ed9206db25a9fa4f6d761fa1902"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj344-16m" + "wpj344" + ]; + titles = [ + { + model = "WPJ344"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj531-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-compex_wpj531-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a04.bin"; + sha256 = "1790a289d4fbced472039dfbeaeedefe5ff05e3697fd58c58b25fb3d657bace5"; + type = "cpximg-7a04"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a03.bin"; + sha256 = "66c41ded0ab904e3ae1a60e7029140619fc509760bdbe8b36f72568dcebb58f6"; + type = "cpximg-7a03"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-compex_wpj531-16m-squashfs-sysupgrade.bin"; + sha256 = "836cd2bfb696a071654e9d651f8688f05e21e158b05a6745049e5e77ac587547"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a06.bin"; + sha256 = "1790a289d4fbced472039dfbeaeedefe5ff05e3697fd58c58b25fb3d657bace5"; + type = "cpximg-7a06"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a07.bin"; + sha256 = "1790a289d4fbced472039dfbeaeedefe5ff05e3697fd58c58b25fb3d657bace5"; + type = "cpximg-7a07"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-compex_wpj531-16m-initramfs-kernel.bin"; + sha256 = "11d91ba8b81ef651aedd623b5b19be096f1b8e5d1545094470f9b54d5a549fe4"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj531-16m" + "wpj531" + ]; + titles = [ + { + model = "WPJ531"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj563 = { + device_packages = [ + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-compex_wpj563"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-compex_wpj563-initramfs-kernel.bin"; + sha256 = "b4e8a8646d93d70df8f33ffc16447570210b7c23780b5d80e2e61591b0fe2b3d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-compex_wpj563-squashfs-cpximg-7a02.bin"; + sha256 = "256999e6c4fd64a93138a9d7ba19161a258081d038efa8bb28713da05aa382af"; + type = "cpximg-7a02"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-compex_wpj563-squashfs-sysupgrade.bin"; + sha256 = "47d743cf21d5038db7afdb8f20a370e96b97c9961e0738aa14baf47d2d90c606"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj563" + "wpj563" + ]; + titles = [ + { + model = "WPJ563"; + vendor = "Compex"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "050ea928c6c18cb4bf89e2d0b499b0f6f2759c56db01a111d4df56dd7cb712a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-devolo_dvl1200e-initramfs-kernel.bin"; + sha256 = "978053f6bae4bcf2337ca64ba6270e542b0c0321134d1e96d4032d7851e58309"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + model = "WiFi pro 1200e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "e9b2edf7f557d53be71df8c50975af7ab7c84a2c7f19b3b286163ffcf4e1fc9e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-devolo_dvl1200i-initramfs-kernel.bin"; + sha256 = "9a26be0db32c6db20d34c6fe56f946425b2a02636b2353ed82ada438e3abdb20"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + model = "WiFi pro 1200i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-devolo_dvl1750c-initramfs-kernel.bin"; + sha256 = "ef60d28598d77cb3cd0dfd98e574350efd1be7927280697c2719e1d53b75ff6a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "3b050d4246a75209351cc49d737552696982f3c93d6a0ab4abe4238678823a57"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + model = "WiFi pro 1750c"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "89ee1759531ef9c46687740e589ee8475175f841b838b6c81b482125fa4eeeea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-devolo_dvl1750e-initramfs-kernel.bin"; + sha256 = "bd91dacfaa89161408eb47a29d56d4471a79ebacc2e36cd00f1cc354c2b904d0"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + model = "WiFi pro 1750e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-devolo_dvl1750i-initramfs-kernel.bin"; + sha256 = "0250e2e0c18a21e2cb867dd27e26c0bb449dd2b8ed0cbdf425d04f27ae729e4c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "7053974ec433adc51f7bc11ff29a7a73909c645e7c39d212a89066f36e64d380"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + model = "WiFi pro 1750i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-devolo_dvl1750x-initramfs-kernel.bin"; + sha256 = "74e033cf6f3110f1485b9e69211656445731512f26a45ed8dd6bbda30f539dd0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "8d3bf2fece267f72a257ab2e79317206284379698a9752fbfaeea288a7d344d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + model = "WiFi pro 1750x"; + vendor = "devolo"; + } + ]; + }; + devolo_magic-2-wifi = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-devolo_magic-2-wifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-devolo_magic-2-wifi-squashfs-sysupgrade.bin"; + sha256 = "1710e4d1eac149d4e03288dbe46abfd6bafc2f4b25c487639c46eb737bc5ea66"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-devolo_magic-2-wifi-initramfs-kernel.bin"; + sha256 = "6edd682268a2435135eeba416a7fcddba9ba982825e091cefd207db4bbdb7d4e"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi" + ]; + titles = [ + { + model = "Magic 2 WiFi"; + vendor = "Devolo"; + } + ]; + }; + dlink_dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dap-1330-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "d3676dea05dc4dfd3d897c37ab0140941aa1ed9e541de605d8322da3781bbb72"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-1330-a1-initramfs-kernel.bin"; + sha256 = "9534ab05844ffd54b2843827678d85acb1be35cddd380aeab245c7001bf0a92b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-1330-a1-squashfs-factory.bin"; + sha256 = "bbe283aacabe8b55d193cf91d3d592bbd314a5cfd7b6e8dc577f7e8f4f2353e6"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1330-a1" + "dap-1330-a1" + ]; + titles = [ + { + model = "DAP-1330"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-1365-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dap-1365-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-1365-a1-squashfs-sysupgrade.bin"; + sha256 = "0c0a3d28588a5378ee70bb9d6c6090c50001ec3eb8d2a10315085e64304ff359"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-1365-a1-initramfs-kernel.bin"; + sha256 = "e2b86241d9d29b2678781b08250b6d38b1f17a1a0f7b3badf49c472511224b0e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-1365-a1-squashfs-factory.bin"; + sha256 = "8d7316bbf1bb5f8dbdd525c4ab9bfa9264c44ca147724fc7dcc52bff29e279b0"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1365-a1" + ]; + titles = [ + { + model = "DAP-1365"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2230-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dap-2230-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-2230-a1-initramfs-kernel.bin"; + sha256 = "f4c87d0bebbd792fe71b8fd54a961a41ae26c66e2587458130d2f09da1b72a6c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-2230-a1-squashfs-factory.img"; + sha256 = "9894a810fb86747a40a52747b1206717acc2dd3092a46470d5737080eea73aa1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-2230-a1-squashfs-sysupgrade.bin"; + sha256 = "7d8d4bcc71fea1343b081a610e66e877974ba39c242623f39eb19d2e3702cdf6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2230-a1" + ]; + titles = [ + { + model = "DAP-2230"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2660-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dap-2660-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-2660-a1-initramfs-kernel.bin"; + sha256 = "1a0059310e9adffde7f0a110f09f22b1893ed98c3bfb6403b1577fcd7df72312"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "72769a8df0aeae02a4f928c60833503f7b9ecb808e3eb76d849fc4bb8ddd6549"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-2660-a1-squashfs-factory.img"; + sha256 = "89e6088fb3440ab548420f42ffddacfbf2b310ebda3d07bdce22a8773d0a999b"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2660-a1" + ]; + titles = [ + { + model = "DAP-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2680-a1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dap-2680-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-2680-a1-squashfs-factory.img"; + sha256 = "876cedd200db7860c20eaab38443564bacac6bee8cf9f9902337490ae3c4766a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-2680-a1-initramfs-kernel.bin"; + sha256 = "12b926d7243e00b3f9e7056d812fd3ed2e00526994ff116c5f70d2bcea50ea0e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-2680-a1-squashfs-sysupgrade.bin"; + sha256 = "c91b285326bfeb4a069f530ac904d2c7279c28301a56d056826ba5b501ea9b38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2680-a1" + ]; + titles = [ + { + model = "DAP-2680"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dap-2695-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-2695-a1-initramfs-kernel.bin"; + sha256 = "08dee681b4ac547088bb3832a792bf609b1da4877d67de6c992d7d96ce0c27c8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-2695-a1-squashfs-factory.img"; + sha256 = "bd8567893a45423d7ed9bae87a6c051af243c284eea7260658eca149b9c52745"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "2854476fa0073ae06b19b8178f2a6b301ad6c06107fcae4acf8746005910ad6e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2695-a1" + "dap-2695-a1" + ]; + titles = [ + { + model = "DAP-2965"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3320-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dap-3320-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-3320-a1-initramfs-kernel.bin"; + sha256 = "e661e5423cd1499082ab70c5f6e157dfae9da72dbcc5b97d5036a47cbc1c26fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-3320-a1-squashfs-sysupgrade.bin"; + sha256 = "7da6e7c7c923e6ae3907abf1127c0c3f07fbce06e2db757710cf88873aa79805"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-3320-a1-squashfs-factory.img"; + sha256 = "04c1a9f1d9e788a3b9db8e334340a9433eb3f559bdf31adbb5b8c76f0f11572c"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-3320-a1" + ]; + titles = [ + { + model = "DAP-3320"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3662-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dap-3662-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-3662-a1-squashfs-sysupgrade.bin"; + sha256 = "734cb2354034932d909b09fcd9242b97b55fd3f27a4df2ac89bbd65538563e9e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-3662-a1-initramfs-kernel.bin"; + sha256 = "d0947c821fa37d1edfe403b94422c6394b1654edde5c0cb72a6beca54e6fd825"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dap-3662-a1-squashfs-factory.img"; + sha256 = "a66d4371b249124b6833b037e16f1d2294cf97549070f0f289c8dc1eddeab1f4"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-3662-a1" + ]; + titles = [ + { + model = "DAP-3662"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dch-g020-a1 = { + device_packages = [ + "kmod-gpio-pca953x" + "kmod-i2c-gpio" + "kmod-usb2" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dch-g020-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dch-g020-a1-initramfs-kernel.bin"; + sha256 = "4f3e198e0ad4b9bd215a554f003134d4822d300af78785bb65d3bde1014940b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dch-g020-a1-squashfs-sysupgrade.bin"; + sha256 = "5abdc0a63a851e3166a06f8fe76a34c39494b1b5c48194484c5ae1569256ffd1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dch-g020-a1-squashfs-factory.bin"; + sha256 = "73ab7acb3953d8b0653971147df270825c2b20bf7e1e40d363b2a38955a6957f"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dch-g020-a1" + ]; + titles = [ + { + model = "DCH-G020"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-505 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dir-505"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-505-initramfs-kernel.bin"; + sha256 = "00403ff9454ad574141cce82f558a7fad7346cbbd31306ecc4d532ad4ee375bc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-505-squashfs-sysupgrade.bin"; + sha256 = "4c16501ac1aef572fd09da2d6d39eecaeed22b7db4f219ee45f11703be995a86"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-505" + "dir-505-a1" + ]; + titles = [ + { + model = "DIR-505"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "20d40ec1d7fef373da13f6055e8679cf37bea955b86152021bbfbc5327ee56af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-825-b1-initramfs-kernel.bin"; + sha256 = "d09690d23119f172b152e94557464196720304a49cf6f5f7a9d44fe1e474f95b"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "a32188dcd349e5dd40bfd7c572d7fc8099898036e2d84f171f45ff108e143916"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "3eccf8c404b7d3fd95cabc98ccfa4029f8787b102fdc249e1a472eafb35ef580"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-825-c1-initramfs-kernel.bin"; + sha256 = "97cf5d7d667d1dcc09c058e309e25efc98fa1edd5645d7d4bb06e400baa34a78"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "620c9e7102046c067d8be0f675d534f132c73b92bad04d65833d735fd6fc8e0a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "6e674758f3d06404c21dc1432b69baafec6af438ce9f89951508a56dc61f9d2b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-835-a1-initramfs-kernel.bin"; + sha256 = "480a2ef341371ab6dec1367052f49cdceaf158a2859e576a6d7ae52dcafedfba"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + model = "DIR-835"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dir-842-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-842-c1-initramfs-kernel.bin"; + sha256 = "9e0fed3015e733f7ab7ae7eb3b7698c7d2f15139efa299b895ec7022697d48a8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-842-c1-squashfs-sysupgrade.bin"; + sha256 = "8eae458419f3e0db41b254436b52ab0941de9449865ef1caae7a98f191b6e40a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-842-c1-squashfs-factory.bin"; + sha256 = "ec1c19087992b24e76b1aa9fbf84d6f231d45832793f8e691ab2cc008ab338a1"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-842-c1" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dir-842-c2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-842-c2-initramfs-kernel.bin"; + sha256 = "50c05bfd0da756aabfdc639de59bdca09f399b84b50bf5386f7b59fe09ad63bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-842-c2-squashfs-factory.bin"; + sha256 = "c50eac1bd2de91faea3485f1a5cdf875c32da5113a65cc9e0d802a2ada1d70ad"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-842-c2-squashfs-sysupgrade.bin"; + sha256 = "c3cdbc70f033855fe367c0f9cefb934b68af63380cd6517cc5109437ea1c2771"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-842-c2" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dir-842-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-842-c3-squashfs-factory.bin"; + sha256 = "6e954f089968e3f4a0d384be6a9638e5415db1ab10d1d48e7c1cfe87b1352ae4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-842-c3-initramfs-kernel.bin"; + sha256 = "63b2b68493535e4b840fa2c51e51b28da718e77dfa0e35593fcdbeb447fc2814"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-842-c3-squashfs-sysupgrade.bin"; + sha256 = "210a841720f83fdb3d5dc4891bc89f8bf6007715daa7f76c7636dbd6a47ddf98"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-842-c3" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "f72ca453a8f6f69f101e03ff112f553d0839955f017b89d47c0d381aa9cf342c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "9bfcadb4a370c5754147935ebcec588df3d61805c3c3b1552f6155652c3d0d24"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-dlink_dir-859-a1-initramfs-kernel.bin"; + sha256 = "68331a078c391bf0b015d0d19afd02e7f40163a7438ec444604e5e63d291ec32"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + model = "DIR-859"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "cf77a2ef28509def30e0ec56cb6eabe0b3264b9b0dbf3a2f58b33efd5543222c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-elecom_wrc-1750ghbk2-i-initramfs-kernel.bin"; + sha256 = "9789a012cd5729af2062d43b962aa59c7722394c731390f0fef1c325b2f7479a"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + model = "WRC-1750GHBK2-I/C"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "3c95b745dd53d05b53b1b56fd7a084f9fa90b3fb6edc81765a458028bd499d5d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-elecom_wrc-300ghbk2-i-initramfs-kernel.bin"; + sha256 = "0a995398a5bdeeb6c8ad565954d393c16111b65df64099568eb9dc2b6b7a2e70"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + model = "WRC-300GHBK2-I"; + vendor = "ELECOM"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "92a05cd8cd97c058928da93ae522f3c1b74acd4d4b74b5261025dc18c4309862"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-embeddedwireless_dorin-initramfs-kernel.bin"; + sha256 = "08dd99cec198a3afce6cc6196d867481975b94255baa86d878b5d01f6b8d3980"; + type = "kernel"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + model = "Dorin"; + vendor = "Embedded Wireless"; + } + ]; + }; + engenius_eap1200h = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-engenius_eap1200h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_eap1200h-squashfs-sysupgrade.bin"; + sha256 = "a38fe62c2c0cce95c5ef0404dc1272d740edb7def4ba42d792cd727a491dde51"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_eap1200h-initramfs-kernel.bin"; + sha256 = "6a2f27fda46660d720ce76f47c2055a02c4a1a55ea714b8bf6083826f1673e37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_eap1200h-squashfs-factory.bin"; + sha256 = "99d8aeccccb0f7fcc0ce7c07587114a8d8edc4a666f23c89bc0d7a8ad4e90048"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap1200h" + ]; + titles = [ + { + model = "EAP1200H"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap300-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-engenius_eap300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_eap300-v2-squashfs-factory.bin"; + sha256 = "ae0a070fd519e8a45a577597c8183fda11c41aca7ac114732f847cf8552bd156"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_eap300-v2-squashfs-sysupgrade.bin"; + sha256 = "11bc0b885a1ba8a7ceb14d4d614c7f5548153bfd40e42cc75c6e05de7966b8b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_eap300-v2-initramfs-kernel.bin"; + sha256 = "1fcc18af0e52989cd8232310df33ba73ea90f9373b0c55958e9c9785649bcf4d"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap300-v2" + ]; + titles = [ + { + model = "EAP300"; + variant = "v2"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap600 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-engenius_eap600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_eap600-initramfs-kernel.bin"; + sha256 = "6c8a5420f408b68994e47cba11ba26a3a73285e129dff6efdda493e7634db818"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_eap600-squashfs-factory.bin"; + sha256 = "b91da061cdde5c9e05a21458e2bed7c3861e0abfeee2a3b940ba3b6d0f52b07a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_eap600-squashfs-sysupgrade.bin"; + sha256 = "52c2482b2fcb6d53a471f3c1a7538e9c57f21770c6f26bc16ad74e4681c10c65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap600" + ]; + titles = [ + { + model = "EAP600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1200 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-engenius_ecb1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_ecb1200-squashfs-factory.bin"; + sha256 = "61c4b23bd559614691c60976d19b25ecbdfc4d6172d2d80ce45004304f3aa8a3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_ecb1200-initramfs-kernel.bin"; + sha256 = "bf14091027ceb6548f3bfb78edc030e62a04c67952de235c634cdfa200e4c2bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_ecb1200-squashfs-sysupgrade.bin"; + sha256 = "4eab73fb002c8fbc09578a86415b1c3e7c9fecfa69365928b50cef9a4acec6dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1200" + ]; + titles = [ + { + model = "ECB1200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_ecb1750-initramfs-kernel.bin"; + sha256 = "58d26ccd56a80d857b810c7a2bd06ac33ce663eef51e4d22c9bdcb07f7e13f34"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_ecb1750-squashfs-factory.bin"; + sha256 = "a48b08bdd42e73aa837962b7f0f818a52a66f729b898171420842121607851bd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "f9952e565dc714a3bc1fda10e3f82462b0aee1685e6c4d1a8bf4fccbbd831525"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + model = "ECB1750"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb600 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-engenius_ecb600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_ecb600-squashfs-sysupgrade.bin"; + sha256 = "5498144c233fb6c667cd8455bf75e57e4b2223c6f7e5f74a5b09224de8d90116"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_ecb600-squashfs-factory.bin"; + sha256 = "cc2d1ab5431a0e04200bc11f52381b9633e785e1ac4b0bd4d1e3cf917809c22a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_ecb600-initramfs-kernel.bin"; + sha256 = "6788dbae0f2b98af055662362ad42fef5fdeddc5cd2f8385f68999fb4f9d320f"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb600" + ]; + titles = [ + { + model = "ECB600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens202ext-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-engenius_ens202ext-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_ens202ext-v1-squashfs-sysupgrade.bin"; + sha256 = "67efa440a659eb6f5f5f3e37a7443a80ade625e054bb47493a3d213769f8b5ab"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_ens202ext-v1-squashfs-factory.bin"; + sha256 = "ec91243aa3266ab69a1329da9b62b11a6486a23b203f5ad6b99e40e867505e79"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_ens202ext-v1-initramfs-kernel.bin"; + sha256 = "0f289ac708d7d9b0b96243283aec7b0dabb2112df34fd19503aadbcac884decd"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ens202ext-v1" + ]; + titles = [ + { + model = "ENS202EXT"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enstationac-v1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-engenius_enstationac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_enstationac-v1-initramfs-kernel.bin"; + sha256 = "e8677e75d4afd13ccdfd2d785cc950da790029cc7fc687a1d5c05852c57120ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_enstationac-v1-squashfs-sysupgrade.bin"; + sha256 = "44c7c529f8dbc0215a66d23fb1c307a50e7f2f568f117fb90598a3150c901f0e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_enstationac-v1-squashfs-factory.bin"; + sha256 = "1ab1d4a554bba64e828e2ae208db12a43578d89e1c0d7dfb0121dd8c1bc9518d"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,enstationac-v1" + ]; + titles = [ + { + model = "EnStationAC"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_epg5000-initramfs-kernel.bin"; + sha256 = "33b38ea39179a6b6e1d1943f12359c49215931668c44c4d831bc10629f83e6e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "f93187f261f7955f593510661525aa4c03c46479f4d6a931004b195aa4ba2e2b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "456c158460f7295d96c3835d1e57efd399354482f807876da39aa16e31129797"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + model = "EPG5000"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "af2ee9f99d79fd16e83db65eaa1c6ee5f3aded8866f86a770cdf6bc40d2a4e2b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-engenius_ews511ap-initramfs-kernel.bin"; + sha256 = "80c38ca09497e06e86175a1a99f8a1af6a6f141699d0b0c4d0e0237dfd95ad31"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + model = "EWS511AP"; + vendor = "EnGenius"; + } + ]; + }; + enterasys_ws-ap3705i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-enterasys_ws-ap3705i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-enterasys_ws-ap3705i-initramfs-kernel.bin"; + sha256 = "4c5b2bc3edf50cae4b73611e2200bb49abb7524c3ac73ab360e04be17435a740"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-enterasys_ws-ap3705i-squashfs-sysupgrade.bin"; + sha256 = "250da89d4b3fbd9e7cebbd49c927338b8f0a87bf92983870a3e6229f622384bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3705i" + ]; + titles = [ + { + model = "WS-AP3705i"; + vendor = "Enterasys"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-etactica_eg200-initramfs-kernel.bin"; + sha256 = "d54499a28c34e250494a3001ecb2a9bef67d1a4b517120497301ddfba5ec54a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "c8b7fc50baa5bcdb95341c2fd9f72edeb73727278ffa346262b35caec508969b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + model = "EG200"; + vendor = "eTactica"; + } + ]; + }; + glinet_6408 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-glinet_6408"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_6408-squashfs-sysupgrade.bin"; + sha256 = "0946d0f0c778eee21fe447ec8f9750dd911adea1a842a62e3d1546d4bfd283d7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_6408-initramfs-kernel.bin"; + sha256 = "442edf578b389553cda48e67325f361c935036a559833c29c9e256a77fc58959"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6408" + "gl-inet" + ]; + titles = [ + { + model = "6408"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_6416 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-glinet_6416"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_6416-initramfs-kernel.bin"; + sha256 = "bfceb624f596aa6bd0832dc2469d089b79f39456ad2eae4d1d5ad3bca19fd736"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_6416-squashfs-sysupgrade.bin"; + sha256 = "0a37b15ab9dbdc744f325cc7548899856438c9aa3d3658463a61e017b129adfa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,6416" + "gl-inet" + ]; + titles = [ + { + model = "6416"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_gl-ar150-initramfs-kernel.bin"; + sha256 = "be41300f02a3d810a951e337762770091b4a091b2b003d2e293552988fc027f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "d21d09054da53d03b086ee67b095259108c6c97c6b337d74c4517a6b771a1021"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + model = "GL-AR150"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_gl-ar300m-lite-initramfs-kernel.bin"; + sha256 = "803c3d58783e1e697ffe3396c3f461676c0f51f6d7b046fc9b565b094692b18f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "d52f492aeeb5da9589683636ee9f4ed43f0eaa972f6b1dbe3970af7c2910f7a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "Lite"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m16 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-glinet_gl-ar300m16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin"; + sha256 = "18099f6ffb86564e9ada4bd348978e8d3710ee39b0ece2246725d0381f488684"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_gl-ar300m16-initramfs-kernel.bin"; + sha256 = "949e9ca621654c2a77594bfd48fc06f912f96f7ce5f6276b5a1075b014c7925a"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m16" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M16"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-glinet_gl-ar750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "50c7877dca47eb27cc041a77301929e0732217f8a781faf5d42e58bafeb31bcc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_gl-ar750-initramfs-kernel.bin"; + sha256 = "6af9112f6955ffdbc82de15f379988f984a1f1c527e3ca41834a668045759c9e"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750" + "gl-ar750" + ]; + titles = [ + { + model = "GL-AR750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mifi = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-glinet_gl-mifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_gl-mifi-initramfs-kernel.bin"; + sha256 = "147ea9f8840a8b4d89b8e9a24d1a192406fc6658e545086ac6d8fc1551b7a9e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "0b142322f267f4f6bed7e93060833acc86843a526b345c8d60418a86a5447f63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mifi" + "gl-mifi" + ]; + titles = [ + { + model = "GL-MiFi"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-usb150 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-glinet_gl-usb150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_gl-usb150-initramfs-kernel.bin"; + sha256 = "7e925eb9bcec3228d7bfd7e8451852a62de59a431e1e1414aaf29527af145826"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "7d069cafe75b4f2a35db872567f4462098b91de050bec5e268ef373de20b5a44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-usb150" + "gl-usb150" + ]; + titles = [ + { + model = "GL-USB150"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_gl-x750-initramfs-kernel.bin"; + sha256 = "8f3fca49e7d4df7a2d90cccf33559edc04d42c4c391775807351d4a75e7cfb17"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "4eedad6daed55239c63bde9fb2ae74700002ed275546a46c1dc041311b29406d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + model = "GL-X750"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_lan-turtle = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-hak5_lan-turtle"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-hak5_lan-turtle-initramfs-kernel.bin"; + sha256 = "c7b513761eeab057239e272d6d49344a17d740fdeb4e2a4702f5368a8423e2d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-hak5_lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "4ab780469338e4864990a8a7af26f5f9beb1e7efad616a53a06c0073894dea41"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,lan-turtle" + "lan-turtle" + ]; + titles = [ + { + model = "LAN Turtle"; + vendor = "Hak5"; + } + ]; + }; + hak5_packet-squirrel = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-hak5_packet-squirrel"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-hak5_packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "4cf39f1ba91a9aaa242a27d2cb1dc90323963628fcaa0f76c09fc6bb81f0351b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-hak5_packet-squirrel-initramfs-kernel.bin"; + sha256 = "62f461e8fda16d18dbbfb7c77c7b61ae49f66a06375b9b4e3fb4caf0f3f08244"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,packet-squirrel" + "packet-squirrel" + ]; + titles = [ + { + model = "Packet Squirrel"; + vendor = "Hak5"; + } + ]; + }; + hak5_wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-hak5_wifi-pineapple-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-hak5_wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "08f268441c02158c8ad253579cff45c252605ebe11ff5c9a742c2983b595b703"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-hak5_wifi-pineapple-nano-initramfs-kernel.bin"; + sha256 = "ec0fb88020948ba26d56ed022eda2ddbe2b5da217f458020b265f9200b897769"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-nano" + "wifi-pineapple-nano" + ]; + titles = [ + { + model = "WiFi Pineapple NANO"; + vendor = "Hak5"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "fe862dfcd1a67cf33e4133d425e7d99915b713b31a38f94038859a40637c1e8d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-iodata_etg3-r-initramfs-kernel.bin"; + sha256 = "4d41e093dd47cf4b81476170365daed2b14eeeb4317028f45beccf87b0e0d1b5"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + model = "ETG3-R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "e304ab256f7703a0070142d40043b7ae2ad337472bb68859c050e98d59777b20"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-iodata_wn-ac1167dgr-initramfs-kernel.bin"; + sha256 = "77e8fdd17cffecb0871de439232d12308d5f7001630f5f37d537a61dd511759d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "80bb46518a24ad31a68e0faa3c6f5ab2c56072cc1b2518678bbd7d7a3eb26df1"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + model = "WN-AC1167DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "89a544bdb13253741178735f50139d434142fe6f593b88097f0c27463b0978c3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-iodata_wn-ac1600dgr-initramfs-kernel.bin"; + sha256 = "e8731460ef44c3ac87dee9c7cd6a8f3776b6aa499f6f89b4ad64c9ba14a79b03"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "3585471186be82de4ee0b6a660c90824a1f1fc1b28ac2d33faf486886043712d"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + model = "WN-AC1600DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-iodata_wn-ac1600dgr2-squashfs-dgr2-dgr3-factory.bin"; + sha256 = "76139dacfa237e5cdc5bd32ddd77136d890ca9b0b4c85177e8be8c0c8db700da"; + type = "dgr2-dgr3-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "dccc1f526013c2c9c1b847f8fdade36ed67aab25c2f3b78afa6dbdc66ea2e346"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-iodata_wn-ac1600dgr2-initramfs-kernel.bin"; + sha256 = "faf71b715e42a88cee8623fa29baadcceaa5fbcb5b86b93dd244691dcd127a0c"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + model = "WN-AC1600DGR2/DGR3"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "6aeb8b2cae1ff1bccdda566d784b1b19cb01c69793fdb145c36a2b857b017339"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-iodata_wn-ag300dgr-initramfs-kernel.bin"; + sha256 = "dc676ce2a61c4387bdd217ba9d7636bec68dd3ac40cf6853464af6c79dda4bb2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "0852ab94c060800b7918f89487c8bd4178b241c6ab466a1090f5a811767a8e85"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + model = "WN-AG300DGR"; + vendor = "I-O DATA"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-jjplus_ja76pf2-squashfs-rootfs.bin"; + sha256 = "7635c4aa75336830bd949a77d47e5edb11adf8c3448f155efc3b9635f843393a"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-jjplus_ja76pf2-squashfs-kernel.bin"; + sha256 = "ece1f4e2b3913f063a54a077894468ff00d25bf049e7e951971ed6d4e24d8864"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "842e2a5d547229f28edf3f461db30f5f740b1fabde487f7fd15fe23c158b4457"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-jjplus_ja76pf2-initramfs-kernel.bin"; + sha256 = "665f6a60d4b6dc5665586cd77c7cc795c64b8fd968775818e4d9991e24b97ab4"; + type = "kernel"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + "ja76pf2" + ]; + titles = [ + { + model = "JA76PF2"; + vendor = "jjPlus"; + } + ]; + }; + joyit_jt-or750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-joyit_jt-or750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-joyit_jt-or750i-squashfs-sysupgrade.bin"; + sha256 = "95ea180b7c3720def504845f17e66161be1453b144339403a906efa061a24aba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-joyit_jt-or750i-initramfs-kernel.bin"; + sha256 = "e2d537edfdce6dd00e34b6b199809ac2599c8a0b537c18d30510396899a566e8"; + type = "kernel"; + } + ]; + supported_devices = [ + "joyit,jt-or750i" + ]; + titles = [ + { + model = "JT-OR750i"; + vendor = "Joy-IT"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-librerouter_librerouter-v1-initramfs-kernel.bin"; + sha256 = "165fc03995afac755203031440b3d3670591c4d330fed79f215af4551083eaf4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "080693177f9dac746f8903a23e10cec787cb9d149fca858a3c0cd8f72268282e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + model = "LibreRouter"; + variant = "v1"; + vendor = "Librerouter"; + } + ]; + }; + meraki_mr12 = { + device_packages = [ + "kmod-owl-loader" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-meraki_mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-meraki_mr12-squashfs-sysupgrade.bin"; + sha256 = "4f1e80aefedfb5005ff3f2f8d68c8a0fe77b79c67082e0d1cdd3e6905585b5bc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-meraki_mr12-initramfs-kernel.bin"; + sha256 = "bd8ac88af96c0a3742904e40c08a08a4a16e3fabf00f4986dcb14956cf687d80"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr12" + "mr12" + ]; + titles = [ + { + model = "MR12"; + vendor = "Meraki"; + } + ]; + }; + meraki_mr16 = { + device_packages = [ + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-meraki_mr16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-meraki_mr16-squashfs-sysupgrade.bin"; + sha256 = "7f204b2bb72e09b5a267dc1c682af2be4aa571b673e39eb899fe968195c2442d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-meraki_mr16-initramfs-kernel.bin"; + sha256 = "a9800c0bd64558c9ed44e705adeb9513f2bb68ec27b3edc32c845d90d31cba8a"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr16" + "mr16" + ]; + titles = [ + { + model = "MR16"; + vendor = "Meraki"; + } + ]; + }; + mercury_mw4530r-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-mercury_mw4530r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-mercury_mw4530r-v1-squashfs-factory.bin"; + sha256 = "11967002579c022ff334e21fb1b3faf7ba372928c7c996b3ce0faa286fe4c281"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-mercury_mw4530r-v1-initramfs-kernel.bin"; + sha256 = "1cbd4bc04b9ff1442d826158fe41113e1507e136d4464c6238bea7e8cf035ea3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-mercury_mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "f9bdf08b184adb6c571bdd75b09ba7fb41b51b1cfc734c191d3b80ced394a840"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mercury,mw4530r-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "MW4530R"; + variant = "v1"; + vendor = "Mercury"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "969ebe2fe714ba60b95803bda64195aced6ca12eba6fb7532ed2c82c12673344"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "68e0c14118b214d828dc686d19ac395c944ee57a4ca0bae7866789e06b216ddb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-nec_wg1200cr-initramfs-kernel.bin"; + sha256 = "26a83677e1725582c0ec67b96a67798f1ca7dc07349d80eb7214654260a1a436"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + model = "Aterm WG1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-full-htt" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-nec_wg800hp-initramfs-kernel.bin"; + sha256 = "d477e1e818040eaa49b5d01cd906ffe9bc02e08ddf484334435a148ec9d8c0a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "cb007d6a5e519d890be5e9a9b0cfafde0033b7dc4c716c3805defe6e28563d21"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "d34f4339a8d7df04b435532b7ac949e13aed7c4bef8e7d2200a5b27d8ee5a770"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + model = "Aterm WG800HP"; + vendor = "NEC"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_ex6400-initramfs-kernel.bin"; + sha256 = "06d31a455d56a4d0707da5097fde546cac8ddf07d0e365ad446bb204b5e09764"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "d011639068ba7f437a968036150326357ebd12b52e5f601d3a1cd6a17c8cac6b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "1c77f85e974d3b9b950b05cdfe0a9cf0963f862593c74afbbcc2b2b161ce0611"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + model = "EX6400"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "1f0a07a2141cbdc99c8b36ecf1de96c921c7ee438efe5c271f25000434cafb3a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "173563616eb66e83821e29e4141a5717473488c559dd3544c9504483284ac679"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_ex7300-initramfs-kernel.bin"; + sha256 = "5faf1936f5679977177f7947998a1bf3f698bca08996cd479f8df8510f357a42"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + model = "EX7300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "300350d43b7be3a50e01f554e029dba463e619efb67ac843c17d8c326c04e269"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndr3700-initramfs-kernel.bin"; + sha256 = "381a88f2a16f9adee5281930ef832b71d6e9c5cb719e136382b097217f6bdf4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "3516fd0f5edfa24ca947298e3ced2d08850b42f29660978c8eab65014abef280"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "e4f34b3945542cea9cc6e29aae74c6a14356c021b4115efa68e34559ff079e57"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-netgear_wndr3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndr3700-v2-squashfs-sysupgrade.bin"; + sha256 = "6f0b25cbe85df8ccae9b28a3afb4854b315f9c00446a21f5626240914fbd16b1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndr3700-v2-squashfs-factory.img"; + sha256 = "5874a377e3124d6d49927628156ed4f3d3fd9a01955520de33387aff9336dd6c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndr3700-v2-initramfs-kernel.bin"; + sha256 = "a00265df5ae22823aff1343b35afeb4c5eed5c5c665e3d2c88d0078c5728217e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v2" + "wndr3700" + "netgear,wndr3700v2" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "2d8581df56db77a5fa9a3037176f011123ff0f6a353815f2d29a39f6d7ec2edc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndr3800-initramfs-kernel.bin"; + sha256 = "fc4ddddb0dc46cac80a2a749b62fd4e1a210ef4c5098ec2b6a322d47e1d85ccd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "5de6cbd1030422af60ca663a08f5fb0f6218b27a79abb6afc04ecd742a7ca75c"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800ch = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-netgear_wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "8e8763d92e1bdce4b1dcf160f7869a2b4c1e3521e327bad0c32770e03310d010"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndr3800ch-initramfs-kernel.bin"; + sha256 = "dcf1c92f8d2aa36dc465df954013e6e0a903361ab932cc95b0bf7750a08471eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndr3800ch-squashfs-factory.img"; + sha256 = "37d319852d5784cd1006f4478104684e8f5e3761e17eafe549032362968ff449"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800ch" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800CH"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-netgear_wndrmac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndrmac-v1-initramfs-kernel.bin"; + sha256 = "d42b30c2335407dcd418a78155b34a4c364c300fb65f74a9298374cba9bcf0d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndrmac-v1-squashfs-factory.img"; + sha256 = "fa292b79993b2a476d5ce6a7f5ef5789ef5268eee12fbcacb412ca207d733146"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndrmac-v1-squashfs-sysupgrade.bin"; + sha256 = "ac7ec42bd9ea977c42aa4fcdb4a54ae29a0a7f6cb215fc5e82ffb7cc89e8b334"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v1" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-netgear_wndrmac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndrmac-v2-squashfs-factory.img"; + sha256 = "16a394caabee80b42fa5fa626ceaaccd23fab80f2d1ef8fc3209aeda9fcd382f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndrmac-v2-initramfs-kernel.bin"; + sha256 = "bd82146c903ae54517359187b6da6a7d7e7bbbcbe5e4ae96aa13c7d916812c0f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wndrmac-v2-squashfs-sysupgrade.bin"; + sha256 = "a23aee9dfe5893e77528b514be274ce3f2d6e4c9809c669ac3a66ae93a24db5d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v2" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-netgear_wnr2200-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img"; + sha256 = "5798ec5b1bd7216e08c81dcc8fb2a5e4cce36fd6648b5489a2e2f0142667bc48"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wnr2200-16m-initramfs-kernel.bin"; + sha256 = "181dbf58ee2e0dd997e2caaf46194236d1341ebc6e4ce8ebb9d7da7d7fa6bba5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"; + sha256 = "2496decbe670b2cebba30723e71aaf8d5715fde37fd21cda214fdc297ad7df5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wnr2200-16m" + ]; + titles = [ + { + model = "WNR2200"; + variant = "16M"; + vendor = "NETGEAR"; + } + { + model = "WNR2200"; + variant = "CN/RU"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-netgear_wnr2200-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wnr2200-8m-initramfs-kernel.bin"; + sha256 = "b73a34e8004a9a6f38405f40a8b8b0d047f57f84f960ab1fbf7f4039b0534aba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wnr2200-8m-squashfs-factory-NA.img"; + sha256 = "8ee8948dfe8fc6fd3d9e242dabc8e6a052b9f759502ec9eb6e2a80b98a7c2b41"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wnr2200-8m-squashfs-factory.img"; + sha256 = "16ee322fbaae1d5986f534806a74e28a2d14fbf4003a85a9ecdc357f249ef874"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-netgear_wnr2200-8m-squashfs-sysupgrade.bin"; + sha256 = "4d592ba5034dcad7ee8f406a515b141604918751e0706bacbc2b3a6e8ef35159"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wnr2200-8m" + "wnr2200" + ]; + titles = [ + { + model = "WNR2200"; + variant = "8M"; + vendor = "NETGEAR"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "89f9e6612ffd593cf4f4fb2fc7d1ca665424a203748e4a89e7f8485e2ad07393"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ocedo_koala-initramfs-kernel.bin"; + sha256 = "625ba6c09c92ae1330288fb195084bfd7255e395027d9a6a418f462531663bae"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + model = "Koala"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "d96ae6d630da3364ed161852dbfc97e94ec9721fce767d3db3f702c0876e6169"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ocedo_raccoon-initramfs-kernel.bin"; + sha256 = "016cf5ec1270914e3b77b31bc0b8bf3380df90837a4c71592d0b6bc02ffd808b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + model = "Raccoon"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ocedo_ursus-initramfs-kernel.bin"; + sha256 = "814a1003d2e5501e2603ced1d25db6c71307b6773bf0d6a76841d05ef853ac53"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "878da6be9347020d101c60bddc2c2e31631bdcd793c5ee6620f5b9beb6c32ed9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + model = "Ursus"; + vendor = "Ocedo"; + } + ]; + }; + onion_omega = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-onion_omega"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-onion_omega-initramfs-kernel.bin"; + sha256 = "8e4169b4f56e2f71a0078bd88be0000ce960848c1a26d1f455aed1ac68a34566"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-onion_omega-squashfs-factory.bin"; + sha256 = "80aba5d2353728ef4cf2c0f7f6f414a0c373b8e808550ee3991a88413782f05f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-onion_omega-squashfs-sysupgrade.bin"; + sha256 = "cac35d0f43a561f25a1e8ff223275aef8e458eb7a77d8eb6af28beae3e189f75"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega" + "onion-omega" + ]; + titles = [ + { + model = "Omega"; + vendor = "Onion"; + } + ]; + }; + openmesh_mr1750-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-openmesh_mr1750-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_mr1750-v1-squashfs-sysupgrade.bin"; + sha256 = "1207e4176f91e22e17217face3de6cc9c64f5d941eb86904dcd0d55a9f6e99c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_mr1750-v1-initramfs-kernel.bin"; + sha256 = "b8c3c153dea1ef980c03f886f99c2ea00e07553f09f6e5dea6d0e9b61e69537a"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v1" + "mr1750" + ]; + titles = [ + { + model = "MR1750"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-openmesh_mr1750-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_mr1750-v2-initramfs-kernel.bin"; + sha256 = "b028a9d5e5f9c31b3b0b0560caf67eac45863f4480a40ae8aacb19e1472c6569"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_mr1750-v2-squashfs-sysupgrade.bin"; + sha256 = "39b7ea9f8803af340c4afb4ed417e05a99949def47b79b4308176eaaf6f4eb13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v2" + "mr1750v2" + ]; + titles = [ + { + model = "MR1750"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-openmesh_mr600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_mr600-v1-squashfs-sysupgrade.bin"; + sha256 = "bd254ee764d5c387ca7d4454fb8f89432a7201e3b623bd36852e52a10bb56054"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_mr600-v1-initramfs-kernel.bin"; + sha256 = "3d2a813e3053b1c41cb4f61f5f0437f84d7b5b96a4f215089ae05e538ca158ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v1" + "mr600" + ]; + titles = [ + { + model = "MR600"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-openmesh_mr600-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_mr600-v2-squashfs-sysupgrade.bin"; + sha256 = "5509a5cda12f7ec936a366ffed65be3b096a2fd24d61c46828761aef2082e6dc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_mr600-v2-initramfs-kernel.bin"; + sha256 = "6260b90bb7dcbdb2609998efed249f5feab3fce7a824f433ea12f346c6cbd28d"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v2" + "mr600v2" + ]; + titles = [ + { + model = "MR600"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-openmesh_mr900-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_mr900-v1-initramfs-kernel.bin"; + sha256 = "7f4710294059cbf8e06d7051e590a5d2b0d94913b5f6d0e5268acdc7d538c74b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_mr900-v1-squashfs-sysupgrade.bin"; + sha256 = "7b703f8ca70fc96ac8df1e2ed16bbdef2901b5c376728aab465613c6511f7861"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr900-v1" + "mr900" + ]; + titles = [ + { + model = "MR900"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-openmesh_mr900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_mr900-v2-squashfs-sysupgrade.bin"; + sha256 = "89ea88fe1338b8275cfe9a211db121fde24f1525dcb68de290360b1891710110"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_mr900-v2-initramfs-kernel.bin"; + sha256 = "cc8745db3c6551b6a3a0abd714a2d63e8515a9ffde865a7c233a1ffb5062dc2a"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v2" + "mr900v2" + ]; + titles = [ + { + model = "MR900"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-openmesh_om2p-hs-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om2p-hs-v1-squashfs-sysupgrade.bin"; + sha256 = "281003af5702ae173495eab7bba7c3567465f7ac477385e979352f4b5bfe78c0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om2p-hs-v1-initramfs-kernel.bin"; + sha256 = "6cc893d03634e730bbea63913c9c6cf74730a5dedb0b13919e356a5912fff638"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v1" + "om2p-hs" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-openmesh_om2p-hs-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om2p-hs-v2-squashfs-sysupgrade.bin"; + sha256 = "a8d7c7a4a2a7452eb82eedf3d4516363aeaa1d4994e509a75f329617b2b8312d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om2p-hs-v2-initramfs-kernel.bin"; + sha256 = "0e7efc8bcb1867bf4e56792aa90d532e19b0d32b0fce714decf29d7bfbf1105e"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v2" + "om2p-hsv2" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v3 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-openmesh_om2p-hs-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om2p-hs-v3-initramfs-kernel.bin"; + sha256 = "2f75f06c73660567bea0c054af2a99177917565e4a5cf9eb7178ed15c2925d0c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om2p-hs-v3-squashfs-sysupgrade.bin"; + sha256 = "1f3fb4c518831e18abebb73700133443cb9539b40d69088403784d2754fb8127"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v3" + "om2p-hsv3" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v3"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-openmesh_om2p-hs-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om2p-hs-v4-initramfs-kernel.bin"; + sha256 = "55e9943ff2387e833f46c5c936e2dbd0ca902c6ef3bfb993339b55fd3362116c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om2p-hs-v4-squashfs-sysupgrade.bin"; + sha256 = "e95c717c6112d3b7048e40eb004dd6104b4f42a5be70c7a6fe54f2b052dc8d70"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v4" + "om2p-hsv4" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-lc = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-openmesh_om2p-lc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om2p-lc-squashfs-sysupgrade.bin"; + sha256 = "2b9e0b30667411a83b7f903bd018a798d6bd7bd189bcfebb37875141d81c9735"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om2p-lc-initramfs-kernel.bin"; + sha256 = "232b6b0230770b71780563f96b189f6b1c2bca165c0a724e6152e51204ac0f63"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-lc" + "om2p-lc" + ]; + titles = [ + { + model = "OM2P-LC"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-openmesh_om2p-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om2p-v2-initramfs-kernel.bin"; + sha256 = "ee8f6accbf07ac87b93736990eae87cf9caf92d01fbb13a660824cdf3ecec4fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om2p-v2-squashfs-sysupgrade.bin"; + sha256 = "9a73b7a0566c076536eb9f2f4520ba2256f32c7a2df355bea2aacf3344115938"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-v2" + "om2pv2" + ]; + titles = [ + { + model = "OM2P"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-openmesh_om2p-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om2p-v4-initramfs-kernel.bin"; + sha256 = "774efead461000ce1a3de6971d9a5baeff3a821d823162d64553fd70b95e4b68"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om2p-v4-squashfs-sysupgrade.bin"; + sha256 = "9299da0736dbe6ce6d9ac7a7f16140dd624e5f720d62dc2196b8b748508d090a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-v4" + "om2pv4" + ]; + titles = [ + { + model = "OM2P"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-openmesh_om5p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om5p-squashfs-sysupgrade.bin"; + sha256 = "67fa18355964ab5bd92b0c64373b1686502d8391e9b4d030f0bfbd7f5c61e689"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om5p-initramfs-kernel.bin"; + sha256 = "a7e48aaa4722cb0591012978c1d060f92244575f856ce0f8af0121040e82945e"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p" + "om5p" + ]; + titles = [ + { + model = "OM5P"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "om-watchdog" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om5p-ac-v2-initramfs-kernel.bin"; + sha256 = "32e0613116f70b5926ce9e66787bd461a5c11fbc85ddc793eaf5bd05134c7f4e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "948a5c9ac94e2f876364a30fd15882126c9ff04fec9c4fc102ef7f36c398821e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-pcs_cap324-initramfs-kernel.bin"; + sha256 = "83ccf095dce8e2426dd3f028754ee950d0d1cf26faccd19eb3c10e1584711d8b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "b967f98302e2a9ee6ccd55193961485836bed7076af5edbf7076f31e13759adc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + model = "CAP324"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-pcs_cr3000-initramfs-kernel.bin"; + sha256 = "828ee9b7d76168ee2e6ac5e4aead2817fd464a49c6fe521a177926cee8f67786"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "1ff623dbd6604541735de262af27fe75e7d79d233dfc1f375b8d23130d67fe86"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + model = "CR3000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "48602314766355638b50e4bd9e0ac3ab959c55b4ff9d4139e7832e42b2bb9e42"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-pcs_cr5000-initramfs-kernel.bin"; + sha256 = "01e2cc9baa3505336ba151f44af41a9199867fc6d59e9e021d7b74a6af6aec1b"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + model = "CR5000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "0390551bf3a84c79b4b6c373b2d3abe6c089fa4311fd4c17d3636ab0e15e0237"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-phicomm_k2t-initramfs-kernel.bin"; + sha256 = "7a1d397de95c1bacbdb2d21e2201d847238fd589015fb4d476f1c9813b1b8488"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + model = "K2T"; + vendor = "Phicomm"; + } + ]; + }; + pisen_ts-d084 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-pisen_ts-d084"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-pisen_ts-d084-squashfs-factory.bin"; + sha256 = "f8c1d6b031f32cdc0b436ae5fbf92e4c0b5f6941be370a200dba3a92f9676ba3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-pisen_ts-d084-squashfs-sysupgrade.bin"; + sha256 = "34166e6e66094d60ef5c1b3b5bbe4777bc22f022387a926b94a1949d7ddbffd2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-pisen_ts-d084-initramfs-kernel.bin"; + sha256 = "bdd2d937a48032ca50b61fcc371bed21ff57e01bcb47d7e72146b391d8e150cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "pisen,ts-d084" + ]; + titles = [ + { + model = "TS-D084"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmb001n = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-pisen_wmb001n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-pisen_wmb001n-initramfs-kernel.bin"; + sha256 = "6c5a48fd3a04440d5b8849be903d0aa98360ee074b06aa35c7c7c4244efb45cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-pisen_wmb001n-squashfs-factory.bin"; + sha256 = "e2bd8d2063a28ba19339d927451504dda01328e1efb7cdc4cee46cdcacfcc51c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-pisen_wmb001n-squashfs-sysupgrade.bin"; + sha256 = "e39e8accc1762651db033e95b36a611a32abfd9443f89a632f3c857e6b951865"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,wmb001n" + ]; + titles = [ + { + model = "WMB001N"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "6ed0e98167b0baebbfa6429056eddb2cb8318a936b21b7b2bf3404c9afc0eba0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-pisen_wmm003n-initramfs-kernel.bin"; + sha256 = "af5ef71b896ad8dc66db0eb5c25a7fad48a293d86372e4e95700da6a1fb4563d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "c8d0000470a561eb013a86c1c7749ccdea71f6d1d50734d11e12cc415d25f2dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + model = "Cloud Easy Power (WMM003N)"; + vendor = "PISEN"; + } + ]; + }; + plasmacloud_pa300 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-plasmacloud_pa300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-plasmacloud_pa300-squashfs-factory.bin"; + sha256 = "25887815dcb979ae8baacfc47030630bbd51ed82c01631634194838812bb918a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-plasmacloud_pa300-squashfs-sysupgrade.bin"; + sha256 = "23ac6808f591d66da74642745e990853bf52c9f59d013e239dbc26af979755a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-plasmacloud_pa300-initramfs-kernel.bin"; + sha256 = "4bf7b0aa8b6910a33f11eeb68ee649f5fc7d0f47529e5daff1889d40ac3faef7"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa300" + ]; + titles = [ + { + model = "PA300"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa300e = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-plasmacloud_pa300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-plasmacloud_pa300e-squashfs-factory.bin"; + sha256 = "d245945f101b46eaac32d8b4e13c9e4b7f20022e51360d38a2a6cd05bc3f1c25"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-plasmacloud_pa300e-initramfs-kernel.bin"; + sha256 = "4d824232f446edaf4731d7ca4df3a413e9d0030afedb5d5a6557ecca50a0cbe7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-plasmacloud_pa300e-squashfs-sysupgrade.bin"; + sha256 = "85d39a00daea95d72589aca1ef5ef617305d45de0750ec09dc8319e890839b59"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plasmacloud,pa300e" + ]; + titles = [ + { + model = "PA300E"; + vendor = "Plasma Cloud"; + } + ]; + }; + qihoo_c301 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-qihoo_c301"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-qihoo_c301-initramfs-kernel.bin"; + sha256 = "3bbd5f4e1b471ed60b65ad3a3e005fd5a2c4cd1f9e982bbd1583a5dffb3c834e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-qihoo_c301-squashfs-factory.bin"; + sha256 = "f71fba0a1a38d7d3bf3d888748aae0e3ca6820c39235295926fae02183400f67"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-qihoo_c301-squashfs-sysupgrade.bin"; + sha256 = "5821f82982e0c1ae14998e0e4787ad78a30e7ae29e67d8b3c714b5b00537218c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qihoo,c301" + "qihoo-c301" + ]; + titles = [ + { + model = "C301"; + vendor = "Qihoo"; + } + ]; + }; + qxwlan_e1700ac-v2-16m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-qxwlan_e1700ac-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e1700ac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "85889f70e46c9f5efb7fd73fe6f19dc7a230cffcb240bfd7579d097f0fdd4579"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e1700ac-v2-16m-initramfs-kernel.bin"; + sha256 = "72d9a6764dde5164c25678aadbebe5fedc8da3a7646c99caa6e2cecaa9c8b21b"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-16m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e1700ac-v2-8m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-qxwlan_e1700ac-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e1700ac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "522d52aad83e37c2475a2129ef0421ef4e240faaa5a5a6cb9755d96a12ddfa61"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e1700ac-v2-8m-initramfs-kernel.bin"; + sha256 = "2a4e4a9a69a4ac2149f3ff9ec0a501c55e376ec15c88ba2ef7d0dce1b65f083b"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-8m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-qxwlan_e558-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e558-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "1ff232def1d20d32fe739468f64d9069bb6691d2c0839c13a540adab798c9514"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e558-v2-16m-initramfs-kernel.bin"; + sha256 = "dce9f45dac5731aba941e414521511f1d8c7a4563564cf28a87bfb139c0ba1b8"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-16m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-qxwlan_e558-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e558-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "6524fbd78cadabc9065620db4af08ceb6e7a3872db4804747dde06cec8dd97bb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e558-v2-8m-initramfs-kernel.bin"; + sha256 = "d7e158e14927e48a9d1a2c21805ec359ae31f591dcf3616ce3c45d8b866ac6ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-8m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-qxwlan_e600g-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e600g-v2-16m-initramfs-kernel.bin"; + sha256 = "59c356fefeaaa042a1289c93990852f2bc9899a74604927ced8337fdcc6ec16a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e600g-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "1ecdcfc3dc97e4ac8ecd0ed4f11166828b065531c888740de1eee84a188eedff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-16m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-qxwlan_e600g-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e600g-v2-8m-initramfs-kernel.bin"; + sha256 = "004e68b342abd408c01ed57080049fe832f6f30f838b4abeea27600f3936fb62"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e600g-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "3a27f9c1f0d42ea3d9f629c0bf21ebb0b06a2a3bd2225cb12c36bdb9164ae163"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-8m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-16m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-qxwlan_e600gac-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e600gac-v2-16m-initramfs-kernel.bin"; + sha256 = "2f4f4d54b28ce64a3993fceb7466904012f718e08433d3126bc1a02d70a16e1a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e600gac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "1792c5a49b0e2f6ffc4f1ff43ce71b8e683202f100b28327339528948d610270"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-16m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-8m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-qxwlan_e600gac-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e600gac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "9f8b392f7e91180a71cdc18ee08fae74c2e636dd554224e06639151a9d5b7e66"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e600gac-v2-8m-initramfs-kernel.bin"; + sha256 = "84c2cef40c333c1caaa443ef5ef229b8bfb25fddcd397b23754f9508b24f6ed3"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-8m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-qxwlan_e750a-v4-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e750a-v4-16m-initramfs-kernel.bin"; + sha256 = "6a1d90cf28fb111441758c6f53a7f3c37721c7a67640133bed902fa387d8ca1f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e750a-v4-16m-squashfs-sysupgrade.bin"; + sha256 = "9976ff75cf57dc18f5182f5454d74bc7cb7377fd5a0cdd34e35307927f9c47c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-16m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-qxwlan_e750a-v4-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e750a-v4-8m-initramfs-kernel.bin"; + sha256 = "123fe80b6a7842908c8d2b2b4782a20fb03a3705e5549d6971ca34776e64860a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e750a-v4-8m-squashfs-sysupgrade.bin"; + sha256 = "b72aef5ee1587d0431d61aab14aab7d6cc17008eeeebec58540781779a903e1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-8m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-qxwlan_e750g-v8-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e750g-v8-16m-squashfs-sysupgrade.bin"; + sha256 = "d8a20abc8e70dd0ba86f19a2a27ee6988cfe2eed02532d51ae4e6d4a8be900f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e750g-v8-16m-initramfs-kernel.bin"; + sha256 = "768fcaac05c3832b7d1305e61316b100707c8eb70141254e4e483be4f4193fd6"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-16m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-qxwlan_e750g-v8-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e750g-v8-8m-initramfs-kernel.bin"; + sha256 = "f4a5d2ff275502dff0d219180231cbe422ba78e730932e418a12ac6d9312602b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-qxwlan_e750g-v8-8m-squashfs-sysupgrade.bin"; + sha256 = "1609e507567b5ddfe30e3d8c63098265a8d8bcd13d4d712ab07331b403ec2539"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-8m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "8c3cbbcb981148644cee5bcf8c7d85144b6caf35c9209dbfd59d526c39fcd94b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-rosinson_wr818-initramfs-kernel.bin"; + sha256 = "5ebf90886156c79cdf3a914cdb0e88b21dc1cd43dc613e121b1785fe31f28d2a"; + type = "kernel"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + model = "WR818"; + vendor = "Rosinson"; + } + ]; + }; + samsung_wam250 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-samsung_wam250"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-samsung_wam250-initramfs-kernel.bin"; + sha256 = "bc0aa37bf05bf220379a2f2eaa90ff5ad19e3364b7768ad184f203a1d9b52b4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-samsung_wam250-squashfs-sysupgrade.bin"; + sha256 = "3a1d1556a7039cbb33b28e98adeb6761faa8aa5f6f1671a4295a25f8640b6786"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samsung,wam250" + "wam250" + ]; + titles = [ + { + model = "WAM250"; + vendor = "Samsung"; + } + ]; + }; + siemens_ws-ap3610 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-siemens_ws-ap3610"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-siemens_ws-ap3610-initramfs-kernel.bin"; + sha256 = "9cd9a6272d5d4b1757d33011837cbcccbbc9e9a9c0f493df638a7c14eaf9319e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-siemens_ws-ap3610-squashfs-sysupgrade.bin"; + sha256 = "5112e56bc494ee2dba63173b28f8373ea42238342ea78ccf67c5fef161eb7c0d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,ws-ap3610" + ]; + titles = [ + { + model = "WS-AP3610"; + vendor = "Siemens"; + } + ]; + }; + sitecom_wlr-7100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-sitecom_wlr-7100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-sitecom_wlr-7100-squashfs-factory.dlf"; + sha256 = "e9d7ff8f08a98701011ccf61cdbd35786d0260fd588a649d3ed61e1f0628dce2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-sitecom_wlr-7100-squashfs-sysupgrade.bin"; + sha256 = "4dec6c38a3ff5afb7c6c5eae443c57b92aa6c6d54e2412fd725dc6604ccb79c7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-sitecom_wlr-7100-initramfs-kernel.bin"; + sha256 = "19213abed0eb478e7a320e416c44941e866613ca0cb90fd4f3da79c5a64c375c"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-7100" + ]; + titles = [ + { + model = "WLR-7100"; + vendor = "Sitecom"; + } + ]; + }; + sitecom_wlr-8100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-sitecom_wlr-8100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-sitecom_wlr-8100-squashfs-sysupgrade.bin"; + sha256 = "cb8ea1d63ba5f71bc2348d318e540aa815ce8854e9e6345575b12533856e91fe"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-sitecom_wlr-8100-squashfs-factory.dlf"; + sha256 = "eb6505caf8abe662fae62baaf02de9b120dad1850b3d749005e3339a15da9365"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-sitecom_wlr-8100-initramfs-kernel.bin"; + sha256 = "b19557d97d2a91357cb52c8ae340fdfe5997099deb4fc99a269e5300ed014b0d"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-8100" + "wlr8100" + ]; + titles = [ + { + model = "WLR-8100"; + vendor = "Sitecom"; + } + { + model = "X8 AC1750"; + vendor = "Sitecom"; + } + ]; + }; + telco_t1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-telco_t1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-telco_t1-initramfs-kernel.bin"; + sha256 = "2e867dd96109edaae7929b694e4ba525f576c62ee0f48be9c227f4271f7c8907"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-telco_t1-squashfs-sysupgrade.bin"; + sha256 = "444091bb6494b407527b786a7e906689f6bf78fbc6029cc7eed1eb8789736fa2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco,t1" + "telco_electronics,tel-t1" + ]; + titles = [ + { + model = "T1"; + vendor = "Telco"; + } + ]; + }; + teltonika_rut955 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-teltonika_rut955"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-teltonika_rut955-squashfs-sysupgrade.bin"; + sha256 = "d351d04e5a47a5ff4da6b57287eb9b3647ab75f89fa607370dc96a96fc1e28f3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-teltonika_rut955-initramfs-kernel.bin"; + sha256 = "3358d666da36ab0209e9cf8e9ceacaa0904c7a99a5a60b3c06c09a4c8617833b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-teltonika_rut955-squashfs-factory.bin"; + sha256 = "7bde7864dbb83417b9425aac29349d759b51ebab813efb49ceb1ae1c58249f8a"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut955" + ]; + titles = [ + { + model = "RUT955"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955-h7v3c0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-teltonika_rut955-h7v3c0"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-teltonika_rut955-h7v3c0-initramfs-kernel.bin"; + sha256 = "871a330b029b98c9905decec993646cb8d48abe89c4ba498a16473089a2dee89"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-teltonika_rut955-h7v3c0-squashfs-factory.bin"; + sha256 = "67c614231c979d86568bcbd506f8375357e1703d1c69d2061c20ad7a43a08588"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-teltonika_rut955-h7v3c0-squashfs-sysupgrade.bin"; + sha256 = "53acefa7c88ee5e9d0e3a22eecf34c970a4f53184e746ceb15ee78a1986b763b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rut955-h7v3c0" + ]; + titles = [ + { + model = "RUT955"; + variant = "H7V3C0"; + vendor = "Teltonika"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "77669d117a23c920a87dc1615ef22fa81fa08828bc70a288d162078ead536242"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-a7-v5-initramfs-kernel.bin"; + sha256 = "8014f2f8206defbd25b592e69df9a2be916e2607e1d4c3c564d2f8a3f5a807a4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "e3e8e88b6e6897fe3d0b682628fd482b2896eb1bc99095b15e13f8be389f7034"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + model = "Archer A7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c2-v3-initramfs-kernel.bin"; + sha256 = "1947ab39fd5dce466d145604f426bdb3e967ad35d570f68da2e894dd2947d223"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "50b024dd7e7e75c40a8ce6192caf36825d96b3b5232c0e6549431f0c115d67e8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "f476b440c9a9cd674e2135e0693db4136717982f185268d57a79f676d5edce90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "4202edc31685526c5889f170cb26745e902b33fb6db46fdf6273d432be4a9ff3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c25-v1-initramfs-kernel.bin"; + sha256 = "2f37550a69b6726182047133d8545a08fb94186f059e3c04d2c0f8f06261847f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "5f6610b7025d8d60aeef73205d0dac1631ca4d41df3b761b27fa0e8c5c420e5d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + model = "Archer C25"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "8206a6ec856e24ba37a17d79708202c894a4d8e4569433341dbb6c56cb039fde"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c5-v1-initramfs-kernel.bin"; + sha256 = "92dbc248333fe756ab864405fe5a39969c9e391f76cd9d1f995090525885e586"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "d51c9e38a2409dd4b79d1dd3c3e792dfc874e830914d78f7215f92bca1b875b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + model = "Archer C5"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "991632d03b2b1b2f6cdd386bc5cb5a7830afae0f2192d8e5e4eaa038e43920e3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "66588fc02da0ab9be3229ca83a4ea86672a9c0a4ba225070e884f1ff3e9a93ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c58-v1-initramfs-kernel.bin"; + sha256 = "1911185bc73fd5e27cac89b511ba4cfdc5cffa035bc69ff5d8bed20b7c8e389c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + model = "Archer C58"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "be4a00d35ec00b4aa8894a36f01024c5874d1f48a15a23b98d116d486cc1a2e7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "ade0eb4dd372dcc57e13731d177b7527f74c629062270eee1982d2a741572329"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c59-v1-initramfs-kernel.bin"; + sha256 = "af4fd017499c67849135888ef927827131e5f7cc370bbbdbae44a3773c8a57a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin"; + sha256 = "cef68a2722546895ba25c443da37ad552b29cb5a6b85526c89d6fbdf9b7ffc64"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c59-v2-initramfs-kernel.bin"; + sha256 = "fb7c6c209af2bb722c3fe7ed5cfdcd43d7aba7e34dc4cff599345525f0ee6e8f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "c157d796c65e79a41ade4a30af5f1bec192a68495daabd6e8e1f7c6b6eb5655a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v2" + "archer-c59-v2" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "b5336f556bad62d2a594f410293ead2b1febb1aa2a6e17b111f6755d5aa86994"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c6-v2-initramfs-kernel.bin"; + sha256 = "d57d19df388f6d9a74425837eca7f6865d3afc7244ed9f5221bd58658623ad50"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "cad3f2b8ebb2bec1bf1cf21e307b0b9c4bf38ab397345d18c6bef11f646971c1"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (EU/RU/JP)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2-us = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-c6-v2-us"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"; + sha256 = "b8d3dfa65625304f0760542524cbe04522b8487d1358890889d95ff500a0adf9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c6-v2-us-initramfs-kernel.bin"; + sha256 = "8184630f86bf64fba4152d13d016fdacdca7c21d3f4e13a848286cde606ac240"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin"; + sha256 = "a112cd12bafe1d5516018830dac81b78b9cb379cdd59efbe7e267a30c9fe727c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2-us" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (US)"; + vendor = "TP-Link"; + } + { + model = "Archer A6"; + variant = "v2 (US/TW)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "33b1ff17a3210237986c1a94016f25846a365757a6f4282255166d8d9ef2c8fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c60-v1-initramfs-kernel.bin"; + sha256 = "97aeb249fa051eed2096c30d674c5d7971f495844c92f8f167e9b13b3055a3e1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "ec0b2825c157b2fe9bca87158c867abec86497ae8e01a5f3009ff26ab2ae5918"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "c37a9d3fc3be0cf3131854e0a3afabeac483b86b4af199cf8b6a775fd295e905"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c60-v2-initramfs-kernel.bin"; + sha256 = "73f5b18abdf7837c84f4aaf6c208c082d7708f5582243e358cd809ed388450bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "13bb245486bf45a3a53307aa6658b719f4a288158277117920c2ef97257fb215"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "9f204e0342398ef749e3ec55fdc75e8536c055c6ce9a801619fa26dccb68d840"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c60-v3-initramfs-kernel.bin"; + sha256 = "6e095ea496e7738a2769ae4ad0f3b84db960a58cb144b9ee46afa0959af5f50e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "15854b61a45c5902fd1c58c4fd4e55cda2223c6f9e711bcdd5d591c90ac5b3c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v1-initramfs-kernel.bin"; + sha256 = "c9a1801d563692fb5447cfc0fae523b04243bf71ae047722d0e0aab27b05c50d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "27a1ab93c1f38e5105a512c08605984ee3cb315d75eb07acea20775f46e969c8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "9e3530272a794f6f0b60d57de7425fdc79199301b31060ebe24735c1c6f71a14"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "2665c3d169c276f08ecd1ea7d38f3d9bf9f32b7ecf424af89377f44889a26983"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "2e9888255fb399c21d616e259df1e41ad07e59f4fa7a3ae47ce3b75f12d653a5"; + type = "factory-eu"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v2-initramfs-kernel.bin"; + sha256 = "6208684f046fff3f1b51b8bc0823c22afae25e206a6ff4ae437fe9ce28e445ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "7011b53969441d886b1d25ba25a99018ac06246ae6fdf6badd1b302adcc21c3f"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "667fee45ea4a2e995e9306e289d5de1646147f5fbff4bcf380cbf5180743f8ca"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "7c96a1a8a84379208e389c915a707402d41b934157191418303a24fc91da65d9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v4-initramfs-kernel.bin"; + sha256 = "67d9dab07d61e1dc60a62a515a784d97dd70ac45a52e456a559b7bc9d712475f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "265696682ef081311f4b0a10596c9d688f8a9391b6986e44b4c78129b2e81c12"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "928bde63f409e938c70cd3791c7a748be6d6bc33e8e34d04d8e0d81e06522c97"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v5-initramfs-kernel.bin"; + sha256 = "7e5ed45cb69d35ec2acf4a074ff5befd68f26cb67d5cb093980139c7487d55c5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "0149aa36009736e928d7a9bd4034435cd8e2542dcb1c60afdfaebc0430b280c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-d50-v1-initramfs-kernel.bin"; + sha256 = "a34955432b9d70ecce5b512a2eb6d40520769926bf560cfb88af075d33fe19c8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "0593c08ffa29d8165c99785576c74f10a926cb1ddea82106139dfb455323e73a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + model = "Archer D50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-d7-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-d7-v1-initramfs-kernel.bin"; + sha256 = "8030d95673b70d1dc8d03e3d7d9c45efea223d5a9588135bb5630d9e8ee18230"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-d7-v1-squashfs-sysupgrade.bin"; + sha256 = "6ada116fc4154535368f0cd09c9f6f320fcd698d62ba2fbdbef78217453de716"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7-v1" + ]; + titles = [ + { + model = "Archer D7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7b-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_archer-d7b-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-d7b-v1-initramfs-kernel.bin"; + sha256 = "5e2257a25c9e4bedf18332a0d8c30b3940532ff1ef7d698a9e1ee96e66c9e6a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_archer-d7b-v1-squashfs-sysupgrade.bin"; + sha256 = "30785d346b34dec71d514b8ac361966b83d0f7ca9b9ec265786b9cd052246aef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7b-v1" + ]; + titles = [ + { + model = "Archer D7b"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_cpe210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe210-v1-squashfs-sysupgrade.bin"; + sha256 = "d739cc19ab5cb1f4cd54eab0269ac1eed35f507081ef035b4418673d2bbce0f0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe210-v1-squashfs-factory.bin"; + sha256 = "ee47f03b8d76da9c221c7ab12bbff1079c857f32569418163694fff507846eed"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe210-v1-initramfs-kernel.bin"; + sha256 = "5eb19727ac6c4d79844eee673a3b3dac19cb0dcaca1ecde130a064e84e065b96"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v1" + "cpe210" + ]; + titles = [ + { + model = "CPE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe210-v2-initramfs-kernel.bin"; + sha256 = "48f70a8d2fb7ad0797b90c38b9d726a5f90414b456957ef18e144848ebb7c687"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "a4776c9cef64bee089a9b7cc000236b496803755b19fd48c221ccc7e761ad04c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "771aa722d472131398920b7efcfc6574f097b7975b5a9fe9347f5bc2f9e6e2a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + model = "CPE210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe210-v3-initramfs-kernel.bin"; + sha256 = "b8ded107b0343422598e10d380a7d72c97c5eb45836cd1334fccd4531c7590b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "b7109f0c86610c3e8a41c7bcf71c0d5dd5411aef33fbfb1655478644400c1f84"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "73064d3c6f0d06c1793055fefed341da33a89809f877e97152e6ed745043599e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + model = "CPE210"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_cpe220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe220-v2-squashfs-sysupgrade.bin"; + sha256 = "2d8d43917fb3c5dfaca603f700d9fac4687b3e6ab82a43e3a1c5c3da64812a47"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe220-v2-squashfs-factory.bin"; + sha256 = "7d69f21f8e6fbd545dc43701d80bd6aec3fdefcae1f0857652f2cc769a9ed9e5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe220-v2-initramfs-kernel.bin"; + sha256 = "5bdec78cfc61e5b0b32d067b241c5d0a499debb253a32b7c65cd4ff476f72359"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe220-v2" + ]; + titles = [ + { + model = "CPE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "cca20bc2c152caaa63897d5faa5c1669fa2b9c676eb9a78f392b15e00070689b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe220-v3-initramfs-kernel.bin"; + sha256 = "8642f3c0bd22567d92231e3fad18e72ada654fa44416e72712b03df6ec5d8e4c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "4fe7b987941dfceb9dbcb7bb56f7a350ceb23c16e1e6850a8f1b8cf64403611a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + model = "CPE220"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_cpe510-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe510-v1-initramfs-kernel.bin"; + sha256 = "eaf50a02b2547daf1047b7ee5ba47efc305de31c641d471ac5ebf2e9fb760d68"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe510-v1-squashfs-factory.bin"; + sha256 = "6ec3c3c8661dcfc39cc3839266446101ef200b99519831f406b471c3ec73cd4d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe510-v1-squashfs-sysupgrade.bin"; + sha256 = "93bc7f84412204adc07c02947a17791b65c7fa5d36ea5b24be614ce5384ee2a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe510-v1" + "cpe510" + ]; + titles = [ + { + model = "CPE510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe510-v2-squashfs-factory.bin"; + sha256 = "50cfc2de788122f2a0afef41b53c27594c4db73ec497f15dd2e3936cff226a4c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe510-v2-initramfs-kernel.bin"; + sha256 = "cabf755a90d8577572f0e230b815c5f0bc1beaa8d4b69f9618ecd574b8fc630e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "40b2764acaf58d6515dda59c55800082a28395f18ba86171d8cf8548f94f3f19"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe510-v2" + "cpe510-v2" + ]; + titles = [ + { + model = "CPE510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_cpe510-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe510-v3-squashfs-factory.bin"; + sha256 = "390f7ff147df2971349eb023bb16e7e66f5e0e79712c4f276d8bab612e172a17"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe510-v3-initramfs-kernel.bin"; + sha256 = "d8ff248bec12343fb4041dd11c5c4f9c7608f599bcb5231beb0531eee0160f99"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe510-v3-squashfs-sysupgrade.bin"; + sha256 = "5a80a71d9e79556ae481774c4d802f6685fae57b5d1005e7384f6c17e58d5e86"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe510-v3" + ]; + titles = [ + { + model = "CPE510"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_cpe610-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe610-v1-squashfs-factory.bin"; + sha256 = "285745e5f61d4e7765304a079c2d2319703060a18f3ced374ae01efac29e945c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe610-v1-initramfs-kernel.bin"; + sha256 = "d7db35a5645a0d8166feec01dc743e519bfa18b70d618da362fb55382505f8b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe610-v1-squashfs-sysupgrade.bin"; + sha256 = "208b231466cb58e0bcea278a5c359c758bb24265fdee644e353addd2605e17d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe610-v1" + ]; + titles = [ + { + model = "CPE610"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_cpe610-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe610-v2-squashfs-sysupgrade.bin"; + sha256 = "2970e63df5616f5949b13628043e1e71fc845d4c910ecf1ef8fcb507201f67c6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe610-v2-squashfs-factory.bin"; + sha256 = "5026e4f6dfe144a61de2a67de3744ade0c808c961c6ec58299c470538ec4c18c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_cpe610-v2-initramfs-kernel.bin"; + sha256 = "b928a819c075fc469face494a82f9cba937e9ef18bfdb0ee51c5cc90257d0998"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe610-v2" + ]; + titles = [ + { + model = "CPE610"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-outdoor-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_eap225-outdoor-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_eap225-outdoor-v1-squashfs-factory.bin"; + sha256 = "fc28172dd30b6933af2d1147f64f2b2b8a476c6d669d3ddfb532af070d745d44"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_eap225-outdoor-v1-initramfs-kernel.bin"; + sha256 = "9b5495d058ea776fe96c83d5a46622036ecc493e27f972bef90daccdfdae6472"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_eap225-outdoor-v1-squashfs-sysupgrade.bin"; + sha256 = "45c7510220ecb33380fc865efb6df4c95f3f1189accd0ec3fb66f95984e80085"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap225-outdoor-v1" + ]; + titles = [ + { + model = "EAP225-Outdoor"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_eap225-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_eap225-v3-initramfs-kernel.bin"; + sha256 = "d7aff304b065220594df0c2a02db75734844ffe0d02e3af77d11fb5e596319d5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_eap225-v3-squashfs-factory.bin"; + sha256 = "dbeb954f70d2255cb696f764365db07303b150a61b649ae86a102658cb38fbd9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_eap225-v3-squashfs-sysupgrade.bin"; + sha256 = "dcfc7bd1351d3e883510f4f640cfd670431e17b6ecb29dff9333ba1d5781e895"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap225-v3" + ]; + titles = [ + { + model = "EAP225"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-wall-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_eap225-wall-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_eap225-wall-v2-squashfs-sysupgrade.bin"; + sha256 = "7b557457403185d2f92de16f2e42d0f384bec2d89a912b33b73b9830099c5d01"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_eap225-wall-v2-squashfs-factory.bin"; + sha256 = "092882f2814918a09bc810f8dc8290f2e61c81c26bcbed389b62b013b4131cbd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_eap225-wall-v2-initramfs-kernel.bin"; + sha256 = "36e9aae2bd76432aaccfce62928119b5b0735f46175057f50560eeb3090669db"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-wall-v2" + ]; + titles = [ + { + model = "EAP225-Wall"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_eap245-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_eap245-v1-initramfs-kernel.bin"; + sha256 = "b891d974296a2a73b08d6319455e009290c006bcf8631c89432f3a0ce5cade19"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_eap245-v1-squashfs-factory.bin"; + sha256 = "bdeec28fd0c422e2cbcaf21fa6c0503ca81d7b82734c4485b5e964fca2852a2e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_eap245-v1-squashfs-sysupgrade.bin"; + sha256 = "d7b972224492d204e328880565c0572eff7469aaf47cf7ed59b148018b9cc8b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap245-v1" + ]; + titles = [ + { + model = "EAP245"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_eap245-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_eap245-v3-initramfs-kernel.bin"; + sha256 = "e807bdc7025c019c1d0c7fc1b8b4d5f64fa45cf841f8257cef2106e2750f0040"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_eap245-v3-squashfs-sysupgrade.bin"; + sha256 = "cc7e6f077a4312c15014f6bd9437440edc3f16889ad9abf53f6d39d2d9511d35"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_eap245-v3-squashfs-factory.bin"; + sha256 = "3153ff8fc2f74271b6ff4dc37238517808fdf9090abc8c6326cb70d517e4db10"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap245-v3" + ]; + titles = [ + { + model = "EAP245"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "a7dd3bbd1950e5933cdd8494a16e687263c8c555eace31b2c47537d98748d4ef"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "cffe1e43a96f0d83341f1139e8f2a3ed0e5a13ec89d58815e8cd49f82b9b5870"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_re350k-v1-initramfs-kernel.bin"; + sha256 = "999bb5432b3123e96ebf087470816feb41157a7d62cac3c938df09a32d9ee0fc"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + model = "RE350K"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re355-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_re355-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_re355-v1-squashfs-sysupgrade.bin"; + sha256 = "5aedf8ffc97cbd8ec12fa18cf530f54f7a15e7278132696ef1dfe3ca4ed13b18"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_re355-v1-initramfs-kernel.bin"; + sha256 = "0af999bd25e1cdc5e37c609aa69d363fac27dd1267005e3b5ee3c88193f037af"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_re355-v1-squashfs-factory.bin"; + sha256 = "4f5d945f7f017724b74210012a976a645b983fb1c408e121ae9492b5be2370d3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re355-v1" + "re355" + ]; + titles = [ + { + model = "RE355"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_re450-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_re450-v1-squashfs-sysupgrade.bin"; + sha256 = "316ad720d4e417dce38d933d7755d98225f8b3941807a841a2faf27ecc2025f0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_re450-v1-squashfs-factory.bin"; + sha256 = "a195aed5a169a815ac2b6b943843a1499ba5e907dfa4044f21872ec31ca64a8d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_re450-v1-initramfs-kernel.bin"; + sha256 = "a2daf7bf3db378c69621fbf9c877f27d8f3a1f4a2b0252a4c9da636fdcdf1bdf"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v1" + "re450" + ]; + titles = [ + { + model = "RE450"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_re450-v2-squashfs-factory.bin"; + sha256 = "4e7a240f991fb5ea54c3093b3d644cb54b74213a134febda09ea06bb6a1ff93d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_re450-v2-squashfs-sysupgrade.bin"; + sha256 = "a81f27d09efdb8a94691a962246b2117957e18aafac266ad800dd8404fc45af9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_re450-v2-initramfs-kernel.bin"; + sha256 = "3be3ab722310f35d5ccf526e51f1e251aca8b34c072da0825b96640d78044b04"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + model = "RE450"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_re450-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_re450-v3-squashfs-sysupgrade.bin"; + sha256 = "515bb98eba73d46f374cf286e762c23148501682905d9c93d23fcc76424ba28a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_re450-v3-squashfs-factory.bin"; + sha256 = "d6ba9e5c83551f74f2243512f49c66da7b467a5c6a258ccf5a7d992b43956d9e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_re450-v3-initramfs-kernel.bin"; + sha256 = "71974c88d028387ffcdbe97582e35293f7dcfd04b80f5a6d424b3bcc2dd7fdb4"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v3" + ]; + titles = [ + { + model = "RE450"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-mr6400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "0035ae1b171f34e95e6a08798ba89b30f9a5f2644060359a32a6a437d7cab3c6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-mr6400-v1-initramfs-kernel.bin"; + sha256 = "bbd64499419de1f296d6da1b0da618ad7766d825590cc9fc21bd3b40e32a95de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "aa649fa32ec07c00b073b6ce93d06abf90289678804dea5b3bf3f4559382edc9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v1" + "tl-mr6400" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "7b1477b199c3b0b7e6dc2a2e1f7ab307d1de7f17cce6e502204730ab9b1f1a00"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr3500-v1-initramfs-kernel.bin"; + sha256 = "8a004c5642e0dab47719bfae64c2219a7662bfea98f5cbe20311d3a79b775300"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "f0d0791ce5b48c147cc7b0586ed4a7dc7e5892a5f15f3dc0ef666d904b055bea"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + model = "TL-WDR3500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr3600-v1-initramfs-kernel.bin"; + sha256 = "293bf5d1ea47b51a90dcf932838e3351f7f8fe8db9d7d73f178f06b138119851"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "f1ac5033b9e7f68e93f446a6a0c6757996334b1be101e9240774904a4c022546"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "35283aa73990f903a7390512689b06219c152b3d0b06cb8ee7c62ece34d21665"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR3600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "4ddff25b3e83c145e84ae1d6f80e35b43cf8dfb5a783b17a5ade0f2fb4bfd894"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr4300-v1-initramfs-kernel.bin"; + sha256 = "a0a1444e5aade559f8dda639ad45da9648f6570eb905d4da13f4f2001d40595b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "15cc3b76c78b4b7f851d62b689bdaccb2c0a9dc3aa1898cf88c2b2e848f1401f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "23dbc927713e1478f901f5eb464a96f91a679f9720c28aadf1a30f59db1e9715"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "ec559250974866fac64c9c3afc9e3057825b152a21519cfb4467b774e3ee7db3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr4300-v1-il-initramfs-kernel.bin"; + sha256 = "fcb86b86d2602919ba11f192588055f7aa8509689701f55634e7cc5bea27520e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1 (IL)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "25fceeeed65714c0a61b0b3761ad3fc1781a929a800f39bbdf6be33ce377b293"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "68e1c97df5aeacf60a0997fb475859b46bafb831b0456de28763b5347f6e7e0a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr4310-v1-initramfs-kernel.bin"; + sha256 = "821da18283d7e495f902d04b32b15c1e0f45585a493a71e560fdc4bb7486b29c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4310"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "81394edd17b3a459d8211248f061dea2f14094ff947b85eb3dcdb58d652e6f25"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr4900-v2-initramfs-kernel.bin"; + sha256 = "b763f6311e386815de705d911387bbd3eaf768a3269f357ef10ed5b13bc0825f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "f2a6a0733d7a7952b42ea12732d6651f52bbdb1d6020ec99ac3a54eda74837f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr7500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "fba9c9ed274dea7512ed77af4421a161181d396d125ff9995fa2d404d7a27308"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "39388bb060ff293ca63d9612e7af49f445d28d6ec768e4fb98960508fb36ad3f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wdr7500-v3-initramfs-kernel.bin"; + sha256 = "887cadbdc9c532b77fa467f22714838a85dc553030324b0769a668857d4f2e00"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr7500-v3" + "archer-c7" + ]; + titles = [ + { + model = "TL-WDR7500"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wpa8630-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wpa8630-v1-initramfs-kernel.bin"; + sha256 = "35383f4c6bd6e10c7983816db7e5beb70106724ed75294a3cacac63acc356991"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "1cf8b7132a9994b85a6b715d67a60a85a3c3817d1fc4096372b9693da24a6d0d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "d05728ce1aef68732c49c15e7ed7dec412500e13f8ac25b054be7846a686843f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630-v1" + "tl-wpa8630" + ]; + titles = [ + { + model = "TL-WPA8630"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630p-v2-int = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wpa8630p-v2-int"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wpa8630p-v2-int-initramfs-kernel.bin"; + sha256 = "b50e5a5efe767faeab7fdfe098d92e08f7bc93d1d447c4af81e2530112a31b67"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wpa8630p-v2-int-squashfs-sysupgrade.bin"; + sha256 = "02cb289bd98ddc81f289776e4dbf20a14d86a03ecb7a3da3fbc404353be6eaf0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2-int" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2 (Int.)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.0-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wpa8630p-v2.0-eu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wpa8630p-v2.0-eu-squashfs-sysupgrade.bin"; + sha256 = "b698614f7e196d69e520a7888952cfa60b042b40e1ae5dfbacde3e393e48f28c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wpa8630p-v2.0-eu-initramfs-kernel.bin"; + sha256 = "19a54afdaab769c9eacd10b2dac0fc41dc8bd2765496215fa1234d0cbbcd8d7c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.0-eu" + "tplink,tl-wpa8630p-v2-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.0 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.1-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wpa8630p-v2.1-eu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wpa8630p-v2.1-eu-initramfs-kernel.bin"; + sha256 = "938461c76a5b6674578eaf8c4b517aafbb9c572d358eadb1585b5b70783bfd65"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wpa8630p-v2.1-eu-squashfs-sysupgrade.bin"; + sha256 = "abbe28779f6b1ae99c0f44d53e5998697aee9ca90f98938166d996e10700e34d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.1-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.1 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "659386099fafe4b6388c2c03d58f5bff9128b4592e5b49fd85f10809d0e616bd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043n-v5-initramfs-kernel.bin"; + sha256 = "f83393821a10389e8c319240c33537e6f635bb4b02b816e7594bfa5b6201ac9c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "3644d97d104a08e4986d21a0cf6072c3a70d8c229101ca4d6fd607cd7d6ab481"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + model = "TL-WR1043N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "292145c4f291db038c3fa984ba2d9e1e2754c13aef1f9b3d0182bb38d7237488"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "e637673cb0d18fd44f8360dd005e7aba183e800488c90b9c6daa975f8ffb35f2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043nd-v1-initramfs-kernel.bin"; + sha256 = "8e22ca7207d94223005b54c2922c8fd31e401a4ef2e6a65fe2b69f6af8910f18"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "41a7c9c493304a726296bd76bcd7b15cd1891b30fbc9e218b387b73851689fe5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "7d77f800c957518e7722c026a07b217d8e4cd2296a479a3b75e949641616be01"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043nd-v2-initramfs-kernel.bin"; + sha256 = "29b50963b4d0fbd18491ffb702bac68defd3402a280efbf5822759ed567796a8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043nd-v3-initramfs-kernel.bin"; + sha256 = "3588fc09ed0246a94b33c817d9d401a94670d1877216377eb295be051c84478c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "36401e9a7a479a5f5a81128e272b04c85c661f5120458f1afb390720b7ff8a89"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "f46f5ed8ea7c76186abb88f9f9fbd7c1737bc0f73051122703f0274b87e0193d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043nd-v4-initramfs-kernel.bin"; + sha256 = "a8b21f307e2cbb62849f96a8e7a598ccedf0f24d74b24aee47a7c33a2f61f5d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "fe1e1cc4bf7c7f8d238d3923682b4de681e9c22763dba712e5e17747ddde1c14"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "3b63f381678db9cfc698f704138e601eb46c4d8fb1df3c7bbfd516776cfaec39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1045nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1045nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-sysupgrade.bin"; + sha256 = "d7fc220c7317c3d377e64b22f403bd9d37d45257867eba2ca7c47d0a884e8477"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1045nd-v2-initramfs-kernel.bin"; + sha256 = "28f2a32ec66d879647004e2e85faf158d81d8053025f67a3cafc9af4e6f136ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-factory.bin"; + sha256 = "719e1e471ae6b5d72b87e1b8c55ff516b20c0735fe877179e7516b0a140530e6"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1045nd-v2" + ]; + titles = [ + { + model = "TL-WR1045ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr2543-v1-initramfs-kernel.bin"; + sha256 = "fb435094a96d678f28049a5e14c3a9f4fe06e4f281a7ae1f6f31bbb148f9d655"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "9e1dff7394819619c1636d82ecced96ad632351c176121f2ce1c6ce3ba57dd91"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "20d54aed4c9e2998904148305f0564a14a4e1ef6c968f42b95db04d4402ca126"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + model = "TL-WR2543N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "239ea1a20f87318e5ed15e6526cde4466ac207cb0cfaa319c8cabe39c1bc8bcc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "3f0275628dc3b1d2c45d07ae8f35c4197bcf19158c4ee4c2f8268599d5315fc6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr710n-v1-initramfs-kernel.bin"; + sha256 = "66af56113ac51a7b2a4be6a9d99be7c975a576aa8c5b1f58a59a52ddda197b30"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "9248fe6af3d99fbde4625cd2b60eb6a570712c10ccdcea81ae6e11d2fb611402"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr710n-v2.1-initramfs-kernel.bin"; + sha256 = "bba180be83f947661fef8288c2c401129d888454c23257ef1b8aa08d6a50fead"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "d4c66a332f213e78584c9c9b48f5895cce0dc6500053dd0cb73bbf7888ae7059"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v2.1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "e0c6d409bd820481ab49f303b3271eb7ad182bef2e388392f0a5f5ed4b6c171c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "9ef1e965194f558b06a33080a07d9492a311009246c40ac5c249fa84c37b224c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr810n-v1-initramfs-kernel.bin"; + sha256 = "f7e3f55d00ec7d5a76e5c0c092a85d1d8586e24a3b29fabdfdcb3b0766c12901"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "678451b53c2d103c6e00d84dfb6f221714f17eba00cf9930f83e3397e9c305f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr810n-v2-initramfs-kernel.bin"; + sha256 = "fe3ab7da377f3677d05531b0e0ab93945d83ea95526f3de162d25cbbf606ad53"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "5156c7c8ea4b074f2b712f881593363215ef807ef19b802b0ac853d48161c768"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "79cd01374f01a985a009df55177b0cced7790667cdb79c4b14f2d0a6b38d9aea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr842n-v1-initramfs-kernel.bin"; + sha256 = "d33ba1a02f061044884111bc119b88a2b71bc115a39dddf62ef6b79333329f3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "6c5be96d69da2590ddaab9d1ffac9111e57a6827ad7816fb159ef58fc3e198f8"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr842n-v2-initramfs-kernel.bin"; + sha256 = "f11eb999a7b2e068dd7146889092ae6d977abcb11f7cc92ce4f2509f7858ab82"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "8f417d0975307180d800b28382e571fd68540530174eee544cf5dd886be7e9e9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "9e2ef3dfdabe0b89ab35d2e503e05a6198e80766e7f6b73cfcfd09523738df53"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "719fdf4795f1178fc7e1d6b8156285469438410c76714d6a66674d5c692031f0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr842n-v3-initramfs-kernel.bin"; + sha256 = "7b540f4cd1ab346658c1c6191197fdff52184411f2b449e9d6b1f589c4c5dfde"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "b60b25f5c6d3a393b3ae66ef068dc0dad5071c8581a8e355dca340e89d7dbeb4"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_tl-wr902ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "da2a3fa3b701862a3e0b4fb4a17aa68bd752591e6cd4ca08afe93f6dea81d033"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr902ac-v1-initramfs-kernel.bin"; + sha256 = "fda7a39088d3f392f43fadb0b996afbf39815a08ab691d83033c50249b20533b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "c45cfac954828773a3cb8abc6770826831393f4d2faa1751d1e41f4aac893e6e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v1" + "tl-wr902ac-v1" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_wbs210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_wbs210-v1-squashfs-factory.bin"; + sha256 = "4acaa3c1927da8f641c135699384197a851c80dccbdc37adc2223a445779a447"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_wbs210-v1-initramfs-kernel.bin"; + sha256 = "cae821a7c3c70ef277d5f7da4c2008801a843e5aac62f61c100ead12c62ce487"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "b8447491631a9b518920ce453c97d5cafec20875aeb817b2ada1ce956989af98"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs210-v1" + "wbs210" + ]; + titles = [ + { + model = "WBS210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_wbs210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_wbs210-v2-squashfs-factory.bin"; + sha256 = "475c29db319455a50886bdf1babfc6462ba70b55c51b1008a5749f5737ba9b66"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_wbs210-v2-squashfs-sysupgrade.bin"; + sha256 = "9a77f6f9d759458ddc295fe5ab312cec503ab8204f1bc078f2a19606190c288c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_wbs210-v2-initramfs-kernel.bin"; + sha256 = "561b6d1e45242ba841b29db9067b51ff41451c411de540a69dcd0fcff36b1fab"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v2" + ]; + titles = [ + { + model = "WBS210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "3014556394742412ad8f739962fab959380bec89aebee028dba64fc650f5be9f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_wbs510-v1-squashfs-factory.bin"; + sha256 = "3e80aa354dd174f633c8fa708db773d1b5cb90db5e92721c8bf6da471cfde5e9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_wbs510-v1-initramfs-kernel.bin"; + sha256 = "f741c5f7c159a6a7e26ca14396d100579b1c884a58a47724995234a5963a0043"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs510-v1" + "wbs510" + ]; + titles = [ + { + model = "WBS510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-tplink_wbs510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_wbs510-v2-squashfs-sysupgrade.bin"; + sha256 = "6cbee19a37d7ebf3083c592814d729d85f71ced55852ea885c77687d5a8d6bbf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_wbs510-v2-initramfs-kernel.bin"; + sha256 = "dbd22eaac93df750d9491efe2871ea44af11d32cfaa343480eead46bc37edc30"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-tplink_wbs510-v2-squashfs-factory.bin"; + sha256 = "5bf29a7cb8f5e5b16389b7fae17fe2e529f5435962e7824ba3d5479248d86b93"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,wbs510-v2" + ]; + titles = [ + { + model = "WBS510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-823dru = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-trendnet_tew-823dru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-trendnet_tew-823dru-squashfs-sysupgrade.bin"; + sha256 = "fedfc55cfb18b2ce9e949860cb5b105f46191dad6253bc72a65c61f960116288"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-trendnet_tew-823dru-squashfs-factory.bin"; + sha256 = "65867d7bac18eeb63878db1670120f3accd58eca160eccb8a604c196fcb13678"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-trendnet_tew-823dru-initramfs-kernel.bin"; + sha256 = "a3acf9ade2d604452a34efc7b991204305855948789b0537b909e25a1b4cae60"; + type = "kernel"; + } + ]; + supported_devices = [ + "trendnet,tew-823dru" + "tew-823dru" + ]; + titles = [ + { + model = "TEW-823DRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + ubnt_aircube-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_aircube-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_aircube-ac-initramfs-kernel.bin"; + sha256 = "3b971a05b008f52ae4070c7ae35c75872210a91228dde7ad859b3d04efcc71e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_aircube-ac-squashfs-sysupgrade.bin"; + sha256 = "b5aa24ea04aa4e1cf4c1c224a8c8a06e218b7fdf6332e03ba743245d37ea4ff5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_aircube-ac-squashfs-factory.bin"; + sha256 = "6e3c0940913fd9ec6339bafdbd0e42fb5c42d1571d39f49b98970370c2051266"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,aircube-ac" + ]; + titles = [ + { + model = "airCube AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_aircube-isp = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_aircube-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_aircube-isp-squashfs-sysupgrade.bin"; + sha256 = "da9b813b12160f9f4d6cd4d89365954196f3320a6ec28c96ea4800ce79d4f8c7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_aircube-isp-initramfs-kernel.bin"; + sha256 = "62d56eec11ccfb77f5f348c6bd2e53dc493e8c3aad44a10091ac117c0d2ee4e1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_aircube-isp-squashfs-factory.bin"; + sha256 = "15a1554ce38b4db5e191b2c95176e8beb682c8c6873f92eabe72b94a5643ba3a"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,aircube-isp" + "ubnt,acb-isp" + ]; + titles = [ + { + model = "airCube ISP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_airrouter"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_airrouter-initramfs-kernel.bin"; + sha256 = "3a06754a6fbda368b72ac257bddfb5540d4f68400447785433bb89a7ceb875fb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "3c4a2c0c64e05c55a159adf4ca55df4503f825a3ac5fe37386f8eaa8901fe7ce"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "9b640930ce2b479e1c28c5ec9982933f07bfdf79f92f7cbe29c3f2bb7e23ab9b"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + model = "AirRouter"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_bullet-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_bullet-ac-squashfs-factory.bin"; + sha256 = "dd07c1c4975ebe450c8c47641bc9050ff2dc8dd8504221e3526eff5f2d30fcce"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_bullet-ac-initramfs-kernel.bin"; + sha256 = "72fcc9d7b8eee0b0ab97106da325c36ca428998bd932fd1036cd8036c69a112e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_bullet-ac-squashfs-sysupgrade.bin"; + sha256 = "9cad5206538f2af79c50b1c79a5e98fb99f39560a028fa49dc8f33ac33a1e771"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-ac" + ]; + titles = [ + { + model = "Bullet AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7240 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_bullet-m-ar7240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_bullet-m-ar7240-squashfs-factory.bin"; + sha256 = "6e626c64bdd6659a97416d2898daae6a28781659deae1ea917037609678cdef3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_bullet-m-ar7240-initramfs-kernel.bin"; + sha256 = "53465b5f4bbb6405bc874a4eaf803e53dbb7b3fe79fa6d17e4c41b1fbe231ea7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_bullet-m-ar7240-squashfs-sysupgrade.bin"; + sha256 = "1a3e541c60502ef04b82ded1793591c09d1363cdab9e4af16acc8ea130c6703a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7240" + "bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7240)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7241 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_bullet-m-ar7241"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_bullet-m-ar7241-squashfs-factory.bin"; + sha256 = "6e7b581642c1cbf6a049d5760bd9cd77b7b0b92890a403730e2462190df7f5a8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_bullet-m-ar7241-squashfs-sysupgrade.bin"; + sha256 = "ef0fff38fce03d8667da3a4dfbd8c62b31f9e3152407e693cc728140d8f32eb9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_bullet-m-ar7241-initramfs-kernel.bin"; + sha256 = "7ffe596d1ace7a65e683f11e7cef9db56e1bd523ede409d141f67b5aa1e50a8b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7241" + "bullet-m" + "ubnt,bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7241)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "a6c9ff818c491df16d26db06f9128ee0fd3e6c31e16006a8134c7699d9fa1c36"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "e69cf7c610fc65ad92d9703512e8289a9ecb6977df09e793e197dbf417433981"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_bullet-m-xw-initramfs-kernel.bin"; + sha256 = "9f7d6b99eef26f5f176faf9ff12ee39b63be854b49767a84493d190849bd953f"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-5xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_edgeswitch-5xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_edgeswitch-5xp-squashfs-sysupgrade.bin"; + sha256 = "3f3ddf0501dcc6399b585d495f7ecb2c1881a020e5f5670f87f16b3b6af91e24"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_edgeswitch-5xp-squashfs-factory.bin"; + sha256 = "8dc28d0c95fa74e2c066c99a333c89404c7b1ae715bcd4d00e2d614a651fee03"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_edgeswitch-5xp-initramfs-kernel.bin"; + sha256 = "f7b688e4e93ab482f1dbbd1a5f621e4d0c953a16232cfd72753e20e24554330b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-5xp" + ]; + titles = [ + { + model = "EdgeSwitch 5XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-8xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-switch-bcm53xx-mdio" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_edgeswitch-8xp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_edgeswitch-8xp-initramfs-kernel.bin"; + sha256 = "2d86f89513261a87626e63cea1237c47d9aab20a56a484bee3060f28d9702237"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_edgeswitch-8xp-squashfs-sysupgrade.bin"; + sha256 = "399ede2b41e5780c33bda99a4f3491f337e96359264a0b2128ff54991f02ebca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_edgeswitch-8xp-squashfs-factory.bin"; + sha256 = "d2857d503a6317b7dcc3cdab955606f0d271dfd2bd8805078433226425e4669e"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-8xp" + ]; + titles = [ + { + model = "EdgeSwitch 8XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "65257f69e590a3e1d14f7ed0c9cac7993e90d0797a141d1475239342e528e85a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_lap-120-initramfs-kernel.bin"; + sha256 = "8ea01e84e933493a3fcadb2b595d873596697e09ed0f0b4c1b0a1004a6cee6f8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "04eb07a24e533ffd184038f23cb5c42bf86da515c8c8bb5d185fe412fece38b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + model = "LiteAP ac (LAP-120)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_litebeam-ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_litebeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-factory.bin"; + sha256 = "f67b2442b8d4712232c2328190bb737958f28d382b6305f721ecf4d3b48fff52"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_litebeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "12db0d875d823e4a4a34c2ea5e4e305c533bb31635fddcff18f59b9ec04c9516"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "efeaf4e9a641dc82a15bd3d5e2c29bf124a5b3058a1abd0871a99fc191d82a09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,litebeam-ac-gen2" + ]; + titles = [ + { + model = "LiteBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanobeam-ac-initramfs-kernel.bin"; + sha256 = "49f82ececcbbb53aa1e0f8bfd00df3ccb77d73b11d4bf20ab44336e66b7abd1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "19a7cda83d47b5e8475d1499803853a324d7f777579d7c0cffad20b49835d062"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "6afabc43abb863c251cbff1e634b73622201c9cc90a9fd091646d58e476b2d4a"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-gen2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_nanobeam-ac-gen2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanobeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "27245dc4cc6f6f2c19910ef51f027e37f2e3d4de4b003e2a9a90d5130c61a109"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "08157ad6ec89b143a3152bdf16c6def92fcc23d86c5f76eb0beaf6932dee4de1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-factory.bin"; + sha256 = "6ff0199601ea3290593bc57d77d206a81f83506c9c9a927d6c4ebc9e7e2c15e1"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-gen2" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_nanobridge-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanobridge-m-initramfs-kernel.bin"; + sha256 = "7ec48cfb03c5e3518097a5d41d23e1a8ceccaea6028285ac053cc847d5753708"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanobridge-m-squashfs-sysupgrade.bin"; + sha256 = "4c3f3fcb461bfd1ea9d716893fb3c657870a309f820e0e6f02b7b98ac38bf891"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanobridge-m-squashfs-factory.bin"; + sha256 = "df2563f160735265951aa775fab91ce01681e668c4d6905b6f3f7242bd166402"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobridge-m" + "bullet-m" + ]; + titles = [ + { + model = "NanoBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "013e9c97d4d2e0a96e58a6421b1e0d1097e16141a5df52c7cb0a7c40d6de1720"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-ac-initramfs-kernel.bin"; + sha256 = "be013653db7e061f50ef6f20ca19c8ed23df54418a1f102d6cbe1ca0ebf77748"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "fcf4223501814d6ba6322866974dd97f7f269243024303a5d87f76ba54013ada"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + model = "Nanostation AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "fc8d451915e4732ea24a5982a476ec1860e050cc95b1483d1f5abe48f7e5de10"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "5e50ed2f5c53d3df3dc76cc5c5354c06418d38b1e2b58ee631cd462e5ca7eaee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-ac-loco-initramfs-kernel.bin"; + sha256 = "7913c5dedaf420aa269f5683d04987008cfb53baa8a34cb5137c01341651c225"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + model = "Nanostation AC loco"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "f241db73391253a44ca799f2798081dd51db593d1857205b4a9679e3a7ed3657"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "ee31ed74343345f1d8b7357a9d24b4016c887d15019cddfa9b9e96de99e3dc0a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-loco-m-initramfs-kernel.bin"; + sha256 = "bc10d403fd047a08e67b38933df902b1975cb3ca19b092f803ceb927e4fad64e"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "6378114b2a5e8d61024d6883e9329cfbb85a6bc265065de78d81dad05678adbb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "95a447f5d7f8806c5db43e495ea533b249f06ce6c2b2c41fe221e4e7b4e7344a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-loco-m-xw-initramfs-kernel.bin"; + sha256 = "5941d6c7fd5ee54ac6b18f44b06889eb5bf85df6b916da90a3edf6284a525a0b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "c872b23f347f70f7d779b01948066677f6bb3f77ddffa3eb3d2a8dcdb54b597d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-m-initramfs-kernel.bin"; + sha256 = "12e4ba38ef1ff35b600e15d3f56b0e218904de281dc8937f58326ee199c437c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "58d7753c27f3deb2c309dcd1f4cf5c5eb09aaac1fea9197fb4cae4a3f064cc17"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "1c3406279e5f1c093157d548edb99b096d82808725b87322bc8497fa8898c784"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-m-xw-initramfs-kernel.bin"; + sha256 = "badde4a38db46db6c73f2fe24d720eab84141cfc9611b54b50f6212f7458b8e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "f4813a8ec229d011b731770b645b154893c831162e0015435b0b1b76fb2dd0fc"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_picostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "06b970ed4acd498218ac5893a54c8cf8774b88f1b22135a2f2a9f1c74211af8f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "3e207f79b31d3c0e48f41efbe2d2fc5e755f9175e8263c3acda90cea4dc61ecf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_picostation-m-initramfs-kernel.bin"; + sha256 = "435e6fa6fd945e659a89f356f42e9fec153be6a1df1d659d9cfa59cbf95000b3"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + model = "Picostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-500 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_powerbeam-5ac-500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-sysupgrade.bin"; + sha256 = "15b061843303c70135dbcb965492b7dee3b1ce466370c575f2bc07a925908c7f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-factory.bin"; + sha256 = "c592d15fba95ed2142809b98500950c03b19e5d9b41bdd049c7b8b513f717c14"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_powerbeam-5ac-500-initramfs-kernel.bin"; + sha256 = "515873c747e8e3c88cb47379742180c6983bb64c478fa3b5f44c16113aeabe64"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-500" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "500"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_powerbeam-5ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "c48983558c574e7e5b544d0bf8b63ddc607e839742d008ec4853f074b04c90a0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-factory.bin"; + sha256 = "36d04fb5c372e1b6d96bc706c511befe1c7ac91211d9556daf6eb83740e4c307"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_powerbeam-5ac-gen2-initramfs-kernel.bin"; + sha256 = "345f562095fbcd7590139bb8dd28bd140cd12cc02c015dbbf01e90edff4e0ded"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-gen2" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_powerbridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_powerbridge-m-squashfs-factory.bin"; + sha256 = "47e9d74b01ab9ebe30ed5f598620de086ff62e9e432112e01e8f3f3979a64900"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_powerbridge-m-squashfs-sysupgrade.bin"; + sha256 = "ec1e8502ea67465f17dd9c108dd460cc96e63aeb9390f84f45b6c567724a83df"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_powerbridge-m-initramfs-kernel.bin"; + sha256 = "b8d259dacddc883170533d4094f5dfbf1718865c6d13f6126309b50e8c7f63f5"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbridge-m" + "bullet-m" + ]; + titles = [ + { + model = "PowerBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "681b4344b1d9cdc9b618b075d32c1417fd2bacd1f53df604f5aa216732f621a9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "35b6a4ca875644df5935b7057a935a367a832db9ec2f959f3b8cbc6e6fe6334d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_rocket-m-initramfs-kernel.bin"; + sha256 = "e35411e9a8124d285ac71aa80ab3d2ab96cc1cced4f29dd2bd91d8d0ded142ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + model = "Rocket M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "0cf072693efef6d34b9a9f8b7592ee25a5818378904aec32a7678dd244333336"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "0b032124ed3809da6fbab61a5056b95499197756217f818892345734c5f4ae3c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_routerstation-initramfs-kernel.bin"; + sha256 = "a8e9f002ae0cc30dbe4f104a47d43659b50ad0d3489ad1d68b205d16d7e8c3bc"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + "routerstation" + ]; + titles = [ + { + model = "RouterStation"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "664156592f280edaf958d2bcf1f76f30a055142035f26bd2ccb47274a4368c56"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "34c6fe503b48b701d7cf9658de9049009461f7994fc46a7bd1e4700cb75592e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_routerstation-pro-initramfs-kernel.bin"; + sha256 = "0f336aeb5e85f5cbd4f87b0914be69e92a94db8c9ce307d957265c63d901d85e"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + "routerstation-pro" + ]; + titles = [ + { + model = "RouterStation Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "424eb52e0db2a9e0a4744fbdbc6559a1852e0b169d0d68c54827b8d90b8d3d5b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "e5ddd78b4bee84e861403f8867ef6f432419a36bc4f735c73b5df12248cc50a5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifi-initramfs-kernel.bin"; + sha256 = "39a15a9815cd8eb0310b2577ec36b0a5821e5d25cd05f8274ebdc71530d11b7a"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + model = "UniFi"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-outdoor-plus = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_unifi-ap-outdoor-plus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifi-ap-outdoor-plus-initramfs-kernel.bin"; + sha256 = "b140f3e150acfd5befc88b3a4ed76c214870c986235f1d2c0a25367e33b1585c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "c63c74a566c1ea3e09df5396a23f9fb963d5e6253c43b5bc11cb75d516b1a107"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-factory.bin"; + sha256 = "d677f67de015a6ca65934152016e8e5834c0b33d224a2326ab2796d8acf4cadb"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-outdoor-plus" + "unifi-outdoor-plus" + ]; + titles = [ + { + model = "UniFi AP Outdoor+"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-pro = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_unifi-ap-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifi-ap-pro-squashfs-sysupgrade.bin"; + sha256 = "4036d0694b85b2b49cdb8f2be58d43ac309106c7b831269a597f20a344b56d89"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifi-ap-pro-squashfs-factory.bin"; + sha256 = "f6e0f42bd6d05103168c528946f9234790c719814bb9dce3579401ee71039874"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifi-ap-pro-initramfs-kernel.bin"; + sha256 = "90eebccc1b2fbd177f1084b2032885b2039d41653bb1ae9aea27e42abc2c0f24"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-pro" + "uap-pro" + ]; + titles = [ + { + model = "UniFi AP Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "8c4e977c5993ded178c22a5b1a4c0829ffbb77ac9b90dbf0b4e5590be0a259a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifiac-lite-initramfs-kernel.bin"; + sha256 = "dbfc4867befb0b606cfa2b7417badd3d2861f5e061be8aa5344030f72b3ab0e2"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "a2fbfd83932f6188f07bd04321ca828e79000d82e72809cdf1ab142f68d997e5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifiac-lr-initramfs-kernel.bin"; + sha256 = "b98dc4a1237aa886dd0b56567e8da8cc486c3734a5c2a6f306146e6d4df06451"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC LR"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifiac-mesh-initramfs-kernel.bin"; + sha256 = "01e39dab9768d56b450b528c67ec9f138e48cc5556f8e8ffb437b13f06536839"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "8d94930735fcf287fc460a0dc84a547c5661b13f4ce809c78a2b3b78482c9ddc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Mesh"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "d82d02efc38e93b1f326ce2583ed5cb2ab16d791301496c93fa777d7742bb96a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifiac-mesh-pro-initramfs-kernel.bin"; + sha256 = "0ee70b276087a66c1bdfaa78908287ffae8bccee3bacd21c524cc958a346e01c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Mesh Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifiac-pro-initramfs-kernel.bin"; + sha256 = "e087609a454c6b738051101ce27b92d3afb3f4a8663be0026fa82a2417125e35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "d5389345a4a2c987bcd02542b221342b0cc077b1a70eb21ceab90e8365fa4a58"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + wallys_dr531 = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-wallys_dr531"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-wallys_dr531-squashfs-sysupgrade.bin"; + sha256 = "b4cabc862d928b4b70adb26bf023078ff171c1c3b8a1f720323ec23ccc45e322"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-wallys_dr531-initramfs-kernel.bin"; + sha256 = "acb04a9d04323380498c5fe4d5b142a242f65ab21a87e4309805be59a8ee297b"; + type = "kernel"; + } + ]; + supported_devices = [ + "wallys,dr531" + "dr531" + ]; + titles = [ + { + model = "DR531"; + vendor = "Wallys"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "8c06e3f39c3e55bafa178d4facc93f4772df7fc33974d98dc09f708dc829e9d2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-wd_mynet-n750-initramfs-kernel.bin"; + sha256 = "51f161f5438d988316bddd81f2402403639e61b1eaf872183d1fd2b28bcce485"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "ec0a009c55afd4ae697bbd9e4711cea910c539efedd47404794c311d5c92b6a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + model = "My Net N750"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "982d047d5884536ab6e833817612fd9feaf20694fc5137b1fc453e7b387e8138"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-wd_mynet-wifi-rangeextender-initramfs-kernel.bin"; + sha256 = "fb3954f1f857f0149d5497ae8e60d060d50ad7bf8bc6a1b0b168fd91ee8ecffb"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + model = "My Net Wi-Fi Range Extender"; + vendor = "Western Digital"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "c91d1b68825b315ed170418f7a0e00949da0544f80e7917e7e8db409e6189742"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-winchannel_wb2000-initramfs-kernel.bin"; + sha256 = "95ea18e8507bf8fdf9dd486433911a29d4ad40e0f8c23fabbf84ef6959009f12"; + type = "kernel"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + model = "WB2000"; + vendor = "Winchannel"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-xiaomi_mi-router-4q-initramfs-kernel.bin"; + sha256 = "59175efdaef405ebf9a9aa342b607a1d6071ebc23f2e9aa72ce7ccfc8216c3eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "8bf3cfb3f5ea53ee7798bb93518452b81385765e7defc456aab38b66c594b050"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + model = "Mi Router 4Q"; + vendor = "Xiaomi"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-yuncore_a770-initramfs-kernel.bin"; + sha256 = "e335ac00fc51a3b1789f45ddf213c8f32dcb82a09c9f11c4f9bc5b33507f73bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "133ed6e1f6788d6fb5a98d5597ce8a7495c01f30e4e772a212df254c17689f01"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "d2a878652fc45f3b03332c434a21533a7912f4adee9f1012565f0c96b46d9f15"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + model = "A770"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "857b56f6f79763a92420819985e840c2c8a47a6e4f36499f5ec98acdadff6bd0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-yuncore_a782-initramfs-kernel.bin"; + sha256 = "1d95f61cc7c6ff4640552e2e42f2cd3885acd49850f8af244f803bb57ab80fbd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "ac9133db783d74a9a1d519d75bfe600b0a88a1e9851ee514c9cbfaaae042f4c6"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + model = "A782"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "d256a65b38012fbfbf003bc1d68d9621e57aac1109b70a23b7a19677b7da2e37"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "9bc4813942bc4cd6a50adde93d7c60f569b41f7a081fae3098ffbc1591c14ad9"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-yuncore_xd4200-initramfs-kernel.bin"; + sha256 = "920c6caf5635acd245acd9821055c41224a9f694b20a592822525d893c411c53"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + model = "XD4200"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-zbtlink_zbt-wd323-initramfs-kernel.bin"; + sha256 = "33bd7c4d5a32f494a485dfefe3b881c274d976eb8c9ea1cb0e61fbeb6a9fb4b0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "3b4d7fb54ffaf923bafb41acc1160b6d5c6931779b3e3d9910082367d4a5f531"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + model = "WD323"; + vendor = "ZBT"; + } + ]; + }; + zyxel_nbg6616 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-generic-zyxel_nbg6616"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-generic-zyxel_nbg6616-initramfs-kernel.bin"; + sha256 = "0aa5c76c41bb493c86627b5c625350f592277ff5bdd739a81b1779cec3b8b094"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-zyxel_nbg6616-squashfs-sysupgrade.bin"; + sha256 = "84b0d46452d2737242ccc8d5d8519cdc39d9edc8730029ada1103180d955a17b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-generic-zyxel_nbg6616-squashfs-factory.bin"; + sha256 = "9de437f9c672dcd04427ad9274cf9dea6871be82a83b84c217d2bea96a1710bc"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6616" + "nbg6616" + ]; + titles = [ + { + model = "NBG6616"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "ath79/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_routerboard-lhg-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-mikrotik-mikrotik_routerboard-lhg-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-squashfs-sysupgrade.bin"; + sha256 = "30247316dd2f9ca7409b85826a1ac6111d38af2262ccc9a1bb35e370fbf47c8d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-initramfs-kernel.bin"; + sha256 = "7c12ccc3e099ca1467d8b6c4a233800672faeceae1b257b49d0b1bdd94ff320d"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-2nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 2nD (LHG 2)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-g-5hact2hnd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-initramfs-kernel.bin"; + sha256 = "57457f96edb2f09bf422ec8ca5df6d4252c6bd375e5cc4031e92c6d1e234d32c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-squashfs-sysupgrade.bin"; + sha256 = "bdfdc74a8692df884b1251a52118a0eb70b93bcd0b14e677da001e39fdd63695"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-g-5hact2hnd" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + model = "RouterBOARD wAP G-5HacT2HnD (wAP AC)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wapr-2nd = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-mikrotik-mikrotik_routerboard-wapr-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-initramfs-kernel.bin"; + sha256 = "7d2549a0704c562a80607b9844eb7835da87db4106a63b06707ecd5681eb4074"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-squashfs-sysupgrade.bin"; + sha256 = "e9e69be1a6bd875cd3040b451d4f5eb826dff248cefbe9cdc1036565ffaf0e62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wapr-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAPR-2nD (wAP R)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "ath79/mikrotik"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_rambutan" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-nand-8dev_rambutan"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-nand-8dev_rambutan-initramfs-kernel.bin"; + sha256 = "a7c3bc2409cfa31fb8e1faa12d797bc2b9dcff8d3713f5200a25080696f5af06"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-8dev_rambutan-squashfs-sysupgrade.tar"; + sha256 = "b04bafffdddf9bab153e5ff8d5dca3c644df710dd2ebd59eed410034a82ec233"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-8dev_rambutan-squashfs-factory.bin"; + sha256 = "350cfffcf9b9863b6efd9c600c563c548c45f02831880ddf6ac7c249debee68b"; + type = "factory"; + } + ]; + supported_devices = [ + "8dev,rambutan" + ]; + titles = [ + { + model = "Rambutan"; + vendor = "8devices"; + } + ]; + }; + aerohive_hiveap-121 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-nand-aerohive_hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin"; + sha256 = "b18a89f4eba1ab573fd3d202e8cc4f8e4d30928e2a799b8ecbee6d2f7cacfde0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-aerohive_hiveap-121-squashfs-sysupgrade.bin"; + sha256 = "d8a17ff813b6da7c269681a9dfc9547a87986317eb7edbf39906b09ad1221973"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-nand-aerohive_hiveap-121-initramfs-kernel.bin"; + sha256 = "d7fa5cd96b930ee10ef5c36ccbaa54a3c6b1f146baefbbb3b8ffbdf9daaebc02"; + type = "kernel"; + } + ]; + supported_devices = [ + "aerohive,hiveap-121" + "hiveap-121" + ]; + titles = [ + { + model = "HiveAP 121"; + vendor = "Aerohive"; + } + ]; + }; + domywifi_dw33d = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-nand-domywifi_dw33d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-nand-domywifi_dw33d-initramfs-kernel.bin"; + sha256 = "f4b65577db3c3b35c5a2816e2de7dcd2a2b1ea0bdefa88118baa7fa98856ca65"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-domywifi_dw33d-squashfs-factory.bin"; + sha256 = "6590bd4b7c2f74e20e0404da21a738e14b26a3e0fffd1a7921aee7ec74b86aea"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-domywifi_dw33d-squashfs-sysupgrade.bin"; + sha256 = "e7dbb1c0997eda101a81168fc561442387441f9b79fabea49f6aba86a64f6522"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "domywifi,dw33d" + ]; + titles = [ + { + model = "DW33D"; + vendor = "DomyWifi"; + } + ]; + }; + glinet_gl-ar300m-nand = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-nand-glinet_gl-ar300m-nand"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-nand-glinet_gl-ar300m-nand-initramfs-kernel.bin"; + sha256 = "52e86623c55a32916efd33445896f2e8b6e60121bd01b25e5d02b1d9db4289e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-glinet_gl-ar300m-nand-squashfs-factory.img"; + sha256 = "6f49134cc7cf473e706bcc1af51c56c8cd8f6237a3e0d9be789a692862b9660b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin"; + sha256 = "25785ba003f771bbbe74af4ff3627225235e205633f14c64e564366385df0b34"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nand" + "glinet,gl-ar300m-nor" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-nor = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-nand-glinet_gl-ar300m-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade.bin"; + sha256 = "f554b66cff70c700aaeca4610effd2c5f32b4a954db2dadc108f44cd2b9efaad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-nand-glinet_gl-ar300m-nor-initramfs-kernel.bin"; + sha256 = "2ba02379eebd06fcd0590c47f1ff5785bd9afcb0706b7ba1420bf0ff737a3dfc"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nor" + "glinet,gl-ar300m-nand" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.0-ath79-nand-glinet_gl-ar750s-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-glinet_gl-ar750s-nor-squashfs-sysupgrade.bin"; + sha256 = "bd85d9902080f5cdc15e1ff8d09a80f7d55a4b96c0abf90f98fa126b2638c526"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-nand-glinet_gl-ar750s-nor-initramfs-kernel.bin"; + sha256 = "3c145107e15a7309df0996189026bafafc11e1f0b00dd8de18a04317e22d0b27"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor" + "gl-ar750s" + "glinet,gl-ar750s" + "glinet,gl-ar750s-nor-nand" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor-nand = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.0-ath79-nand-glinet_gl-ar750s-nor-nand"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-nand-glinet_gl-ar750s-nor-nand-initramfs-kernel.bin"; + sha256 = "ba16b441b25a4fa0445da6cf372b5c0eac96f9d88db88a70a81352a9a0032256"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-sysupgrade.bin"; + sha256 = "32302bd10958dcc1d74737beb518947e8b8b5c93245b57c0e59711c07f7f21c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor-nand" + "glinet,gl-ar750s-nor" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR/NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-e750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-nand-glinet_gl-e750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-nand-glinet_gl-e750-initramfs-kernel.bin"; + sha256 = "8c34b93b308cbb8ece450d8f0332a1171dd25c358b4187be0e4238aef0f1ea34"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-glinet_gl-e750-squashfs-sysupgrade.bin"; + sha256 = "5d4b744fa03b0cc6d903c127b44adb9c00906a6b0bf39226a2d4f705d31eea21"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-glinet_gl-e750-squashfs-factory.img"; + sha256 = "3d2131566c7084068682670ec669d7ee7d9e8d7721893ce38ae97dcef6cabd65"; + type = "factory"; + } + ]; + supported_devices = [ + "glinet,gl-e750" + "gl-e750" + ]; + titles = [ + { + model = "GL-E750"; + vendor = "GL.iNet"; + } + ]; + }; + netgear_wndr3700-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-nand-netgear_wndr3700-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr3700-v4-squashfs-sysupgrade.bin"; + sha256 = "3df2834f5e39b85e0f9dfcbc5ed085f2416d2cdca570396db55e4d4f2b7f7262"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr3700-v4-squashfs-factory.img"; + sha256 = "95f20ec522839e73ee5ab2d652795d38722e008a8c0fd4d7725f6fa9a5c07442"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr3700-v4-initramfs-kernel.bin"; + sha256 = "9aac545265689d21e73efe8d0bc3eaa298d9d187e4c8901a3b691ac3b5f94267"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v4" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v4"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-nand-netgear_wndr4300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr4300-squashfs-sysupgrade.bin"; + sha256 = "da1df9f9a9beadc7e831300552238039a13b51cbf7e28c2ac7d695bb8d704340"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr4300-initramfs-kernel.bin"; + sha256 = "f4d5d5f1932204cd10ecb5978e98ac6b9fe8b376d7233688bdb3c274b7d56779"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr4300-squashfs-factory.img"; + sha256 = "14245bbae73ae0c53c24ed7ffe16034fcf913e7aac0999bcb38dc0eed5779ef4"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300" + ]; + titles = [ + { + model = "WNDR4300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-nand-netgear_wndr4300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr4300-v2-squashfs-factory.img"; + sha256 = "e107704090a058c615837492dc1c7c3570e3cb83075c18bec19cdd66014b564d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr4300-v2-squashfs-sysupgrade.bin"; + sha256 = "ffa1b81d22e556bb753aaf8c60d1a01335bbed87b3e8cf6b5dee5ab326b6d775"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr4300-v2-initramfs-kernel.bin"; + sha256 = "85c17803696430dd4226b7999d4d18b673988f7f86f7a11fc2d11e2918408e13"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300-v2" + ]; + titles = [ + { + model = "WNDR4300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300sw = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-nand-netgear_wndr4300sw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr4300sw-squashfs-factory.img"; + sha256 = "2dea4c401f3c34f4321ec4071065eea8e61024a4de8fb862f0c0fc6d7faab1c0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr4300sw-initramfs-kernel.bin"; + sha256 = "8d79c467e77a90ca65ced5228a846581c17b44664f0f2a97516296ec8ce654b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr4300sw-squashfs-sysupgrade.bin"; + sha256 = "4f2da3f92fee08b019f343f6cba59c3719f1b9e9a0b5f849c4a9cf20ac47a910"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300sw" + ]; + titles = [ + { + model = "WNDR4300SW"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300tn = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-nand-netgear_wndr4300tn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr4300tn-squashfs-factory.img"; + sha256 = "bedd07d3c438c18f19b4c17f3e38701c0dec6870070bb41931ed5201492ee5f4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr4300tn-initramfs-kernel.bin"; + sha256 = "b74cfdc3c3100c4a4ee48312f327236b50b453e8b38c0b7733f2445bfb5f0c05"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr4300tn-squashfs-sysupgrade.bin"; + sha256 = "31a7c7f75398561606d42b64beea987446b7fad72d6f7cba39ea2d1f0a2cc7fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300tn" + ]; + titles = [ + { + model = "WNDR4300TN"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ath79-nand-netgear_wndr4500-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr4500-v3-initramfs-kernel.bin"; + sha256 = "2716779f8ce82ebe82a34b4a5f1867f8c9656c5495850d511a719f151e997ae2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr4500-v3-squashfs-factory.img"; + sha256 = "85ac279e1979c76defd008e26066a3f00534f34d8887eab39543729a5f36d2a4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-netgear_wndr4500-v3-squashfs-sysupgrade.bin"; + sha256 = "3b3d7d33a7e7df4060561fc170f6a4259fecef8e277c8251505289c4581648a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4500-v3" + ]; + titles = [ + { + model = "WNDR4500"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_nbg6716 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ath79-nand-zyxel_nbg6716"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade.tar"; + sha256 = "dce4f7ce36b9113b22102bdace0c11cca24cd49c9492f04ebf6ef363b505bf47"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "133b5d382aa734a44cd7e10f60241cd056b143ec4fe7ae1a8bf28b0f438c8c67"; + type = "sysupgrade-4M-Kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-nand-zyxel_nbg6716-initramfs-kernel.bin"; + sha256 = "0874fdd21831504579a13c8cac50aa7753855c1199d1e0c11c02a19eaf03a3de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-nand-zyxel_nbg6716-squashfs-factory.bin"; + sha256 = "d8e9b35151cd2ac48304abfad1c688b296cee713fcd8ce3b0581e7ae32f16649"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6716" + ]; + titles = [ + { + model = "NBG6716"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "ath79/nand"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + engenius_eap350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-tiny-engenius_eap350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-tiny-engenius_eap350-v1-squashfs-sysupgrade.bin"; + sha256 = "3f090a51ce547b57abbc243a3e2d9178ed74adfdc61b6bb9888624f51d0ea2f7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-tiny-engenius_eap350-v1-squashfs-factory.bin"; + sha256 = "5155c5dd2f7366a9a39e9e4eea584c29755c39060c1ca727cb71558622078824"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-tiny-engenius_eap350-v1-initramfs-kernel.bin"; + sha256 = "fa7c9bc68116f56dfe4db09cc4eeca24f3ad17be67b19eda6b8f18d774aa1a90"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap350-v1" + ]; + titles = [ + { + model = "EAP350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ath79-tiny-engenius_ecb350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-tiny-engenius_ecb350-v1-initramfs-kernel.bin"; + sha256 = "df570a3d0fd11884d5fbcb19cbc9f7d3db396c6485942cbfe79614ac5638c692"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-tiny-engenius_ecb350-v1-squashfs-factory.bin"; + sha256 = "b4f4f0f258078ec9f59d4f0dee626483b0de2e2e923c57ce3ab5f861ec625d4d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-tiny-engenius_ecb350-v1-squashfs-sysupgrade.bin"; + sha256 = "9c2c644b458f2f42d4abd2ee5f1192780953948614ac9c4fa0d8722e69db2d30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb350-v1" + ]; + titles = [ + { + model = "ECB350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enh202-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ath79-tiny-engenius_enh202-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-tiny-engenius_enh202-v1-squashfs-factory.bin"; + sha256 = "f0a3a71032222f3f3a099704577f11ef99b91c2a02eaa55987187a9c88a3b332"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-tiny-engenius_enh202-v1-initramfs-kernel.bin"; + sha256 = "54370032b8252de93c118a8c35025d23d3ffde2b4226d26ce92791607b62c342"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-tiny-engenius_enh202-v1-squashfs-sysupgrade.bin"; + sha256 = "aa9c8a883cf5947b28c80ad8f2a8bf433d16a01b89ddcb18c65c6c60d2df5287"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,enh202-v1" + ]; + titles = [ + { + model = "ENH202"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ath79-tiny-pqi_air-pen-initramfs-kernel.bin"; + sha256 = "4781ec4d23da824d30cf9e8a71c7b1650fa6fc9dfeddc21cebdf48889afad06e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "b28449eff85671b89d1583f15ce031d419b764b3380d6d83212690146620d236"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + model = "Air-Pen"; + vendor = "PQI"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "ath79/tiny"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + bcm27xx = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-zero-w" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm27xx-bcm2708-rpi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm27xx-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "9f44be8c44d3bf671456afb496d7f4affda7810d8fe9598f63c5ea0b3d59f8af"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-bcm27xx-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "babdaa032f4bbbd1915bdad072e059223133dad10758cfd025baf70ed4afe829"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-bcm27xx-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "4a7a614487802547ec53e011d619f8308e27568a7f5bcca335bdd0d3987afe05"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm27xx-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "9929e16fa85864f4650738813cd8e915d55e48d18f3222b28e024c5c7c3607da"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + model = "B/B+/CM/Zero/ZeroW"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "bcm27xx/bcm2708"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm27xx-bcm2709-rpi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm27xx-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "5247d7cb8d28e0ea50ed58db15b5c3e018555ebdaa991a4ca9ae3af2256d533e"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-bcm27xx-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "7dae9364148645f18d8e78a7f6c07208ff9d1aaec35cc9f147a3fb01da6d933a"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-bcm27xx-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "b9db292920b83ea0d4eaf6ae79d3917f1f1b583630b65cf0b1eeea207a48c40e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm27xx-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "5b149d2c57ec4b67f9be754d11428b01e73e2815798e24d4975de3f0c286d06e"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "2B/2B 1.2"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "3B/3B+/3CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "4B/400/4CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "bcm27xx/bcm2709"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm27xx-bcm2710-rpi-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm27xx-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "23ffae51508a307c8d2e12d634aecd9851cf106b88613422bbb77596be897c5b"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "e816a8fe41e6f84d1ebbf21c1fa5c98c636ac0f9e83118f8cd88aeb88904d3c6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm27xx-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "6c9dbe5664667b994f04d3d7a59734470ef44b48a8e0d21eca732d93b5af0885"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-bcm27xx-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "71876d891c930b7dc22ede6449074d5daf6e7531161776ef14297827c14ae63c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + model = "3B/3B+/3CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + { + model = "2B-1.2"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "bcm27xx/bcm2710"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + bcm2711 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-4 = { + device_packages = [ + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm27xx-bcm2711-rpi-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz"; + sha256 = "225049bcff3fdf69ffcc9f953b361bd38870fdfd35d2ebc43b272ad855b7a5b9"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-bcm27xx-bcm2711-rpi-4-ext4-sysupgrade.img.gz"; + sha256 = "956f32b31b71ef51f2b0bca8099badeb2829e7378a1d3216f54c1095be7a7feb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz"; + sha256 = "00bfb056ee7897c0e4366fef487e612fa6ad6ad7aaf1fc7ad435e2fbb99d362e"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz"; + sha256 = "1c17180fbebdb10f155529388c6401ef2cc0a379adb8e17caba65f6e68cfb4dc"; + type = "factory"; + } + ]; + supported_devices = [ + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "4B/400/4CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "bcm27xx/bcm2711"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + bcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + linksys_e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-generic-linksys_e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-generic-linksys_e3000-v1-squashfs.bin"; + sha256 = "d5683dab083f51ae755a5d385d2c00e9e3ded63a2b001c9b5aa008c67e88c79a"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3000-v1" + ]; + titles = [ + { + model = "E3000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + "linksys_wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-generic-linksys_wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-generic-linksys_wrt300n-v1.1-squashfs.bin"; + sha256 = "79ecce5d340a9d3c01e86b9f56a706e207ce6350f7e663feb09ae1373683925d"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1.1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-generic-linksys_wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-generic-linksys_wrt310n-v1-squashfs.bin"; + sha256 = "a75d7385de5eea85f04186094ef61e41089330dc18f90b30427841fefbcb4113"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v1" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-generic-linksys_wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-generic-linksys_wrt350n-v1-squashfs.bin"; + sha256 = "f50b9797cab8c68732ada378785594795c5e3e84996fde6a333ee30e761d31b0"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt350n-v1" + ]; + titles = [ + { + model = "WRT350N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-generic-linksys_wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-generic-linksys_wrt610n-v1-squashfs.bin"; + sha256 = "307e74297578baa5fdd48cd8ed3415826c16d32e5748a4566305d9143da90f61"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v1" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-generic-linksys_wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-generic-linksys_wrt610n-v2-squashfs.bin"; + sha256 = "1649a930525cb2c563565ab62a14fd3c8111003699315dd5e425d20e0f9a2d98"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v2" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-generic-standard-squashfs.trx"; + sha256 = "fc2e2ed04e9e84a6a887acaf4a44ea40bf7b1daf65a26f099e82e911430f2034"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "bcm47xx/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-300g-squashfs.trx"; + sha256 = "85a70491067b1e015f356ebdbd3c7f99a03dba8ec8ff61b38a886a7c4b20483e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-300g" + ]; + titles = [ + { + model = "WL-300g"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-320gp-squashfs.trx"; + sha256 = "b89902919bd407bc5142b98becd353b7688b8cf3be3116bca4ea28368de1a3e6"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-320gp" + ]; + titles = [ + { + model = "WL-320gP"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-330ge-squashfs.trx"; + sha256 = "44531407558a7a4dfc1397b2eb1d26240dbc6e7015b3b82bc1598c6b61cc6d4f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-330ge" + ]; + titles = [ + { + model = "WL-330gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-500gd-squashfs.trx"; + sha256 = "5e738c31335ef6cc7a7dbadf55e970a3d2676ebe39aa449d7ce9b52d40b326f3"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gd" + ]; + titles = [ + { + model = "WL-500g Deluxe"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-500gp-v1-squashfs.trx"; + sha256 = "50e1d515412454af5db093548f65da6e8807056616ce803b0b726c9de3261aa3"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v1" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx"; + sha256 = "74e968a8107e3fe1d4a06bfce731d0e1db0abb0dc57352c8d7f82bb026febe42"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v2" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-500w-squashfs.trx"; + sha256 = "b44ecdb6c44a27cd29bd17070655ebdee1fb04cd94ef00e0838c0a5931c2fcfc"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500w" + ]; + titles = [ + { + model = "WL-500W"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-520gu-squashfs.trx"; + sha256 = "be091097855fc34f9cd2669e0136a64c2b8ce453394bfb9f4a96200323393951"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-520gu" + ]; + titles = [ + { + model = "WL-520gU"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-550ge-squashfs.trx"; + sha256 = "33038840d26e8950418290dad8d9f83454924c94e2844fefd7f2a8427f4f1bdb"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-550ge" + ]; + titles = [ + { + model = "WL-550gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-asus_wl-hdd25-squashfs.trx"; + sha256 = "73d27d27c228ec49ab3c603c05283a49b294695e791b8d5b40a22452a4911275"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-hdd25" + ]; + titles = [ + { + model = "WL-HDD25"; + vendor = "ASUS"; + } + ]; + }; + dlink_dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-dlink_dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-dlink_dwl-3150-squashfs.bin"; + sha256 = "a47a9970a2e6d4cb3ea557bd5e1bb842c9384eae63c693105cbf1ffc0da18839"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dwl-3150" + ]; + titles = [ + { + model = "DWL-3150"; + vendor = "D-Link"; + } + ]; + }; + edimax_ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-edimax_ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-edimax_ps1208-mfg-squashfs.bin"; + sha256 = "03102bbfb7620ffec2414a8b1d01a32193bcd2ff81750714d633e10477557bdd"; + type = "bin"; + } + ]; + supported_devices = [ + "edimax,ps1208-mfg" + ]; + titles = [ + { + model = "PS-1208MFg"; + vendor = "Edimax"; + } + ]; + }; + huawei_e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-huawei_e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-huawei_e970-squashfs.bin"; + sha256 = "be2148d6ebd9ab6eca1ceb781c28ef3873d5c02916422720ec929f7b0af27cbd"; + type = "bin"; + } + ]; + supported_devices = [ + "huawei,e970" + ]; + titles = [ + { + model = "E970"; + vendor = "Huawei"; + } + ]; + }; + linksys_wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt150n-squashfs.bin"; + sha256 = "84e965d2fefbb66e7109fba70ab774b01ac1658852ce2c835ef989fa8d5c7522"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt150n" + ]; + titles = [ + { + model = "WRT150N"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt160n-v1-squashfs.bin"; + sha256 = "a864213aba741cd505c8f03d2ce93a8ddcf6f55c21bcf119a600a15d2022e3d5"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt160n-v1" + ]; + titles = [ + { + model = "WRT160N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.trx"; + sha256 = "d881d9b2b2b16837f77b0760fa4938f15e207e58b49f235d4501b511924b88b5"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.bin"; + sha256 = "c8417ac45a53ccea8da5563b351a1652bdf748d96f23d136a5dad08fe0569590"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt54g-squashfs.bin"; + sha256 = "ee9e330420fed9313550db49b82f01b412be8dbecc7047235bafe6ee687b6d0b"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g" + ]; + titles = [ + { + model = "WRT54G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt54g3g-squashfs.bin"; + sha256 = "7173862147246e9af6dbfab76f092fb68fd345a566596577b3703b6d223dc288"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g" + ]; + titles = [ + { + model = "WRT54G3G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt54g3g-em-squashfs.bin"; + sha256 = "10346ebeb67d38571a65f36872e4f7ba6d232e7effa0ce781e8c3a05db45c305"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g-em" + ]; + titles = [ + { + model = "WRT54G3G-EM"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "e4a3a31611575061163eb5bafc9ee1afb28b8b2852ee4386e3cd43af25f5e0d9"; + type = "noheader"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.bin"; + sha256 = "3d5e92eeea1694330acb50527d084b8cd07242cfa6840737a6a1bd1d31dcd5aa"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3gv2-vf" + ]; + titles = [ + { + model = "WRT54G3GV2-VF"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt54gs-squashfs.bin"; + sha256 = "518e655f2dfd5f8dfa8065e1efad233925e28a08ad172537866379a1f78bc1bd"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v1/v2/v3"; + vendor = "Linksys"; + } + { + model = "WRT54G-TM"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrt54gs-v4-squashfs.bin"; + sha256 = "f38c6ddbdc19a00104ad7becf61ebb9638d1f9913f6ec9d7caa495cb7678e0e1"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs-v4" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-linksys_wrtsl54gs-squashfs.bin"; + sha256 = "3b70d1ab8f5741f4583eae3048e8fc3becd68310d03e912380d2c4b6e99bddf1"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrtsl54gs" + ]; + titles = [ + { + model = "WRTSL54GS"; + vendor = "Linksys"; + } + ]; + }; + motorola_wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-motorola_wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-motorola_wa840g-squashfs.bin"; + sha256 = "40cc1e7d2df723be4ba20c49a46e4f653347e15ac635123d13d8a1c18a2dba4d"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wa840g" + ]; + titles = [ + { + model = "WA840G"; + vendor = "Motorola"; + } + ]; + }; + motorola_we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-motorola_we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-motorola_we800g-squashfs.bin"; + sha256 = "64fd2390a98c3345f1e7f3c02318ac211f95c2ebc4666db4d333b8812d05f499"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,we800g" + ]; + titles = [ + { + model = "WE800G"; + vendor = "Motorola"; + } + ]; + }; + motorola_wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-motorola_wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-motorola_wr850g-squashfs.bin"; + sha256 = "65d8dc436e2ecd8b8c123f37d934d31779fb6cc84b61608933962eb6a9072388"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wr850g" + ]; + titles = [ + { + model = "WR850G"; + vendor = "Motorola"; + } + ]; + }; + netgear_wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-netgear_wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-netgear_wgr614-v8-squashfs.chk"; + sha256 = "334a18931192b583c9cea2963539c9c53aff9591fc9135eeb0c4cdaaf71c3f26"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v8" + ]; + titles = [ + { + model = "WGR614"; + variant = "v8"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-netgear_wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-netgear_wgt634u-squashfs.bin"; + sha256 = "ce5fccdd356dffeb6606377b73e83e8983d577aacc8ec3a5be3b7246ba252651"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,wgt634u" + ]; + titles = [ + { + model = "WGT634U"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-netgear_wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-netgear_wndr3300-v1-squashfs.chk"; + sha256 = "67ffc5206f66c4df3a81fd48584d369e85a1ccf07971fca224f6b251bcf7f045"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3300-v1" + ]; + titles = [ + { + model = "WNDR3300"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-netgear_wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-netgear_wnr834b-v2-squashfs.chk"; + sha256 = "b8987409c6f122c6f3987022340e00d9109d92b61ddb3bafa0fc7024fa50e169"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr834b-v2" + ]; + titles = [ + { + model = "WNR834B"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-standard-squashfs.trx"; + sha256 = "3335c6a1a737b34156095d370d1fb6c280fed03155f9afe5ade3beeef15e3959"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "224b7b2f1427d6f0e4377060e8d551d6d8cb4743c38f291a0dd869638d69c7c9"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-gz" + ]; + titles = [ + { + title = "Image with gzipped kernel"; + } + ]; + }; + usrobotics_usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-legacy-usrobotics_usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-legacy-usrobotics_usr5461-squashfs.bin"; + sha256 = "8bfa4d8b9130c2e52cf30442b82781c7d13e608c8344176bb672ee053f0f2e53"; + type = "bin"; + } + ]; + supported_devices = [ + "usrobotics,usr5461" + ]; + titles = [ + { + model = "USR5461"; + vendor = "US Robotics"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "bcm47xx/legacy"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-ac53u-squashfs.trx"; + sha256 = "9626597ce0300b1c9e07a59c585e9b7b8b496e444222133bf63399c2fa240877"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac53u" + ]; + titles = [ + { + model = "RT-AC53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n10-squashfs.trx"; + sha256 = "9e70f95e30b75b30cbbbd854e820a3f6402aa19314aea0f19104ddf4339a76ee"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10" + ]; + titles = [ + { + model = "RT-N10"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n10p-squashfs.trx"; + sha256 = "c56ebd0a07fe8bc96e94ccefb0b665018495ea36d866ee14401507ee05aaee2b"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n10p-v2-squashfs.trx"; + sha256 = "32404eccf7c33203b80e50c0301f64dab6ae9925028c5462a2e97484c774453d"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v2" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n10u-squashfs.trx"; + sha256 = "220c0f92e45c94f9dad1cf01b15786439899893b175df2442f407fbbc3cace88"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "A"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n10u-b-squashfs.trx"; + sha256 = "220c0f92e45c94f9dad1cf01b15786439899893b175df2442f407fbbc3cace88"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u-b" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "B"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n12-squashfs.trx"; + sha256 = "b493e649c31005ec32869904804e2430b2c7333b6c90b6345d6d1674e15b0a87"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12" + ]; + titles = [ + { + model = "RT-N12"; + variant = "A1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n12-b1-squashfs.trx"; + sha256 = "7ec8bb6451b7d8f529209464d5c300c11f22df4c0bdc167db7dbd160141f5efd"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-b1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n12-c1-squashfs.trx"; + sha256 = "74ca48f0a6696eeb4395e36f9d01e71dfa4d8502f30e3f989224eb35eddf7d41"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-c1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "C1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n12-d1-squashfs.trx"; + sha256 = "3a1095f1e1430232f6b4036b5464d977e1bb8ed12e11321e2237c6a87aa70b72"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-d1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "D1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n12hp-squashfs.trx"; + sha256 = "d65cb9e8ed3b4c9a5af4d2be14bcfa33798f7be4832f306882e4d247574f0f29"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12hp" + ]; + titles = [ + { + model = "RT-N12HP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n14uhp-squashfs.trx"; + sha256 = "63f33d8f90043d527e028034aee750442dfdaa8412e157c4a2d748f14698261b"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n14uhp" + ]; + titles = [ + { + model = "RT-N14UHP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n15u-squashfs.trx"; + sha256 = "6fd99e0493246237f01e710944c2bda534fa9ba3d79eb6be31898cc997a2916c"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n15u" + ]; + titles = [ + { + model = "RT-N15U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n16-squashfs.trx"; + sha256 = "b3a36dea8258f23b2876d8fca27a03ebb7859b8d233aab8aa8bc1a26229cbaf0"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n16" + ]; + titles = [ + { + model = "RT-N16"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n53-squashfs.trx"; + sha256 = "f473644428b9656acc52b5cd0772f95235b54ee7a78156856aea53fe8173eac2"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n53" + ]; + titles = [ + { + model = "RT-N53"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n66u-squashfs.trx"; + sha256 = "36dcbcfb05e8deef463f89991766d384bf436cfb955523e69690da24c32cf342"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66u" + ]; + titles = [ + { + model = "RT-N66U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-asus_rt-n66w-squashfs.trx"; + sha256 = "36dcbcfb05e8deef463f89991766d384bf436cfb955523e69690da24c32cf342"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66w" + ]; + titles = [ + { + model = "RT-N66W"; + vendor = "ASUS"; + } + ]; + }; + linksys_e1000 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e1000-squashfs.bin"; + sha256 = "5493cba25fd30408c1e7c411a9d0a2a3468fe7e4b20244cbaf90a42f02f56ccc"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1000" + ]; + titles = [ + { + model = "E1000"; + variant = "v1/v2/v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e1200-v1-squashfs.bin"; + sha256 = "c2b2041afa788d33c4bd4b34df24e1f978021181d4eb8fe1fd7d2ff518cbf52d"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v1" + ]; + titles = [ + { + model = "E1200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e1200-v2-squashfs.bin"; + sha256 = "7e23b7d1ceae7c2fc287962b9371900e895fb03c1dbf90ba4834b44ac0991113"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v2" + ]; + titles = [ + { + model = "E1200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e1500-v1-squashfs.bin"; + sha256 = "ffa0b42fa5605e13d25908c9154b68d55bf1eff3572bb0b7be37cf4fddcc76ac"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1500-v1" + ]; + titles = [ + { + model = "E1500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e1550-v1-squashfs.bin"; + sha256 = "732e8928c7bfe99e379a112e34b4e5c18477e65ab5faaf7c62e2190ed363216b"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1550-v1" + ]; + titles = [ + { + model = "E1550"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e2000-v1-squashfs.bin"; + sha256 = "c563af6fe07472a290861009ca47eb4d35ddeef4f65a9f8f23378350fd049a77"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2000-v1" + ]; + titles = [ + { + model = "E2000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e2500-v1-squashfs.bin"; + sha256 = "d274020ab65df4fca6f3c727526556c408d597ea08d7a1209d9378cef9b958cb"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v1" + ]; + titles = [ + { + model = "E2500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e2500-v2-squashfs.bin"; + sha256 = "3d902c0a18c05499e73c6534f28194b9fccb174980663a3f96596546fdf6c071"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2" + ]; + titles = [ + { + model = "E2500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + "linksys_e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e2500-v2.1-squashfs.bin"; + sha256 = "f6a6235b476bc6168b5e7f1c5dcb1eb6f4ec1a082ce795d4cbe71128c162390a"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2.1" + ]; + titles = [ + { + model = "E2500"; + variant = "v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e2500-v3-squashfs.bin"; + sha256 = "da6ca6555b4e9b6b5ad485d42af5dac943b033682c09341c1a34d2be9e512a7e"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v3" + ]; + titles = [ + { + model = "E2500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e3200-v1-squashfs.bin"; + sha256 = "900877df6e886d6c2dd163f516df4d050ff4720e6942c499b7d9223d0e2e3a77"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3200-v1" + ]; + titles = [ + { + model = "E3200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e4200-v1-squashfs.bin"; + sha256 = "c36fa12d508130ae21c537bc31509fc7b29b4e337a941485c535c34e5967e636"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e4200-v1" + ]; + titles = [ + { + model = "E4200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-linksys_e900-v1-squashfs.bin"; + sha256 = "f80239a49e23e7ed8d9fbef4ec7523229053e0eebf37929be373c7961b07c95f"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e900-v1" + ]; + titles = [ + { + model = "E900"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-linksys_wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-linksys_wrt310n-v2-squashfs.bin"; + sha256 = "47e86f2ddcfe367d7a782f1be67b43e4cfea65c42374fb6ef2aad86225aa6877"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v2" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-linksys_wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-linksys_wrt320n-v1-squashfs.bin"; + sha256 = "dbfc27d1b6f0fa4b78b35093b6b94010bbe3132964e253ed7268d902440a6ab8"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt320n-v1" + ]; + titles = [ + { + model = "WRT320N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-netgear_r6200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-netgear_r6200-v1-squashfs.chk"; + sha256 = "c8034a639025a109ffd8166d5f565e671d4baf8f728e2aee3571e40acb700e9d"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6200-v1" + ]; + titles = [ + { + model = "R6200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wgr614-v10-squashfs.chk"; + sha256 = "50540ffe51c27eb1e9b9b05b742746b5eea3204ca5157c96d23f45ad12a1e5fe"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wgr614-v10-na-squashfs.chk"; + sha256 = "925400db9c44652efa6ee72e2fe0b365dcea10ea6914ae76abd72743bc33ac56"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10-na" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wn2500rp-v1-squashfs.chk"; + sha256 = "ef14eb885bab4b7e9125b3e9db9ecb30fc6b8f78fa6a2dc7c92ab94574bdab73"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn2500rp-v1" + ]; + titles = [ + { + model = "WN2500RP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wn3000rp-squashfs.chk"; + sha256 = "f853f00a9c1c4efc5f22862f3d293f2a614859c2c27eef59035285f161c9af9c"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn3000rp" + ]; + titles = [ + { + model = "WN3000RP"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wndr3400-v1-squashfs.chk"; + sha256 = "c9b4c7638643aa87c4baf679195315007c657f679a71968fa4f8f783009bc722"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v1" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wndr3400-v2-squashfs.chk"; + sha256 = "d44f74ae57aad49cbfd0314384d00c298d43a16db95caa7a5487f667b788e104"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v2" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wndr3400-v3-squashfs.chk"; + sha256 = "abd84fa6474d64bcaa70cb29b8afe9d2a8dbb0c8cc14ececa40bee6ce528c8ee"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v3" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wndr3700-v3-squashfs.chk"; + sha256 = "333798ca5c89ac96d964e47b1522791f959ce36524ba0e3c853a616d29bc93b5"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v3" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wndr4000-squashfs.chk"; + sha256 = "afeabfb5bfecb8c575b9949384fba192472550ba521f69865f5d77b165085f18"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr4000" + ]; + titles = [ + { + model = "WNDR4000"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wnr1000-v3-squashfs.chk"; + sha256 = "d2930df097b4dd53211aa901b83f20703f7b138918f49182d4cd271d28e7574b"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr1000-v3" + ]; + titles = [ + { + model = "WNR1000"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2000v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wnr2000v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wnr2000v2-squashfs.chk"; + sha256 = "e91130684dab2a62499d9de7df84487294d5ff2fea585e1a2f50ca31daff0e85"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr2000v2" + ]; + titles = [ + { + model = "WNR2000"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wnr3500-v2-squashfs.chk"; + sha256 = "187173a6c87126b478dd67a6c0b649959050b257ed4da931bd405625194c886e"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500-v2" + ]; + titles = [ + { + model = "WNR3500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wnr3500l-v1-squashfs.chk"; + sha256 = "316a51f087b401c4eecb23c8a54b22895b685426283778009327fa2fe2997cbb"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (ROW)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wnr3500l-v1-na-squashfs.chk"; + sha256 = "92a038be29f8214209c8d27cc69de864575a4f23ff0ab1bd4c304e33d4c59a4d"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1-na" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-netgear_wnr3500l-v2-squashfs.chk"; + sha256 = "df1d50bb4e3515b25bfd078b652aa8663967ff60c605ca92a57e84a9baaa071f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v2" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "504c6b585d1b0d623c5921f27438d2b44964b63aee76f4649fdb7b129370bddc"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "7c9f42e55abcfc0729b66d7864f61f33c7836047cec933c7316b9cde369544bb"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-nodictionarylzma" + ]; + titles = [ + { + title = "Image with LZMA compressed kernel matching CFE decompressor"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "bcm47xx/mips74k"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + bcm4908 = { + generic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm4908img" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_gt-ac5300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm4908-generic-asus_gt-ac5300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm4908-generic-asus_gt-ac5300-squashfs.bin"; + sha256 = "d54ce17772fbeee2cefcc05f75f516845952aff455ce1c50d28ffc947af7f898"; + type = "bin"; + } + ]; + supported_devices = [ + "asus,gt-ac5300" + ]; + titles = [ + { + model = "GT-AC5300"; + vendor = "Asus"; + } + ]; + }; + netgear_r8000p = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm4908-generic-netgear_r8000p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm4908-generic-netgear_r8000p-squashfs.bin"; + sha256 = "2d719c24d00c5e5f129d68840fb4801ecc31fdeeba6922de419dae98c5291cf9"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,r8000p" + ]; + titles = [ + { + model = "R8000P"; + vendor = "Netgear"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "bcm4908/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "osafeloader" + "oseama" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac56u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-asus_rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-asus_rt-ac56u-squashfs.trx"; + sha256 = "84f48f7893bf7da8d132d9bb50dc2a2af4bc370b20138a681fd16fc5e104944a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac56u" + ]; + titles = [ + { + model = "RT-AC56U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-asus_rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-asus_rt-ac68u-squashfs.trx"; + sha256 = "ff5c11c005b4030e3e1200008eb5292d958765ac14d539ec995564dfd7b2b517"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac68u" + ]; + titles = [ + { + model = "RT-AC68U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-asus_rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-asus_rt-ac87u-squashfs.trx"; + sha256 = "6420b856f6a67a11f4f62cfa8da4e30bbfe282a31ad2909b528aaa7a9cd3456a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac87u" + ]; + titles = [ + { + model = "RT-AC87U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-asus_rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-asus_rt-n18u-squashfs.trx"; + sha256 = "d332ab028e37bfe43c83347a229ab67c96ce63495ae720d963a314d1c561ebc9"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n18u" + ]; + titles = [ + { + model = "RT-N18U"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-buffalo_wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-buffalo_wxr-1900dhp-squashfs.trx"; + sha256 = "0151b48e0f606fca29dfcf93f2ad00046233242f1aca93e811771f3e728be72e"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wxr-1900dhp" + ]; + titles = [ + { + model = "WXR-1900DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-1750dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-buffalo_wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-buffalo_wzr-1750dhp-squashfs.trx"; + sha256 = "5b2e63666daa585a8f89fd5bf2c896e32ee25b222979551dc13e8ad03675dd1c"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-1750dhp" + ]; + titles = [ + { + model = "WZR-1750DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-buffalo_wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-buffalo_wzr-600dhp2-squashfs.trx"; + sha256 = "5cb507e641429df17270e352bbbde934aa2c816c9e5496f634296aa2cf1cf835"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp2" + ]; + titles = [ + { + model = "WZR-600DHP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-900dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-buffalo_wzr-900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP2-JP.bin"; + sha256 = "f0ad5badbaa4d1fc5bc1ea0ac253ff780c8d68c41accd5eba755c868afe8468b"; + type = "factory-DHP2-JP"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.trx"; + sha256 = "ece80566889f254ae431887b82247c2a185b3ca21fff4172dba3b7b6d3664cb8"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP-EU.bin"; + sha256 = "ef63fb6a5da22984798f6a88faa78ffa0e5e1b35ae4b87eff244bdd50daf7534"; + type = "factory-DHP-EU"; + } + ]; + supported_devices = [ + "buffalo,wzr-900dhp" + ]; + titles = [ + { + model = "WZR-900DHP"; + vendor = "Buffalo"; + } + ]; + }; + dlink_dir-885l = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-dlink_dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-dlink_dir-885l-squashfs.bin"; + sha256 = "662cc97481c2a9042c99423257137361def2f497c09eda1a2193176a17fe1f10"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dir-885l" + ]; + titles = [ + { + model = "DIR-885L"; + vendor = "D-Link"; + } + ]; + }; + linksys_ea6500-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-linksys_ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-linksys_ea6500-v2-squashfs.trx"; + sha256 = "a4d9f7e4f4045b43e8e3fc762efc0a61d43904eaf9295f7bca123bbe9978973f"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6500-v2" + ]; + titles = [ + { + model = "EA6500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9500 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-linksys_ea9500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-linksys_ea9500-squashfs.trx"; + sha256 = "b7a07b3cd92f28ffb3b78b243dcf13e350edb769e1292e4bad6e4bc24f5f5233"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9500" + ]; + titles = [ + { + model = "EA9500"; + vendor = "Linksys"; + } + ]; + }; + luxul_abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-luxul_abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-luxul_abr-4500-squashfs.lxl"; + sha256 = "94c5c4228195059df262115f5112a426dd3feb7d31f6d08c8c472a259b528cd0"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,abr-4500" + ]; + titles = [ + { + model = "ABR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xap-1610 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-luxul_xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-luxul_xap-1610-squashfs.lxl"; + sha256 = "c567303be8c523e6d1d4831fdce47bae334958aa4eb42bfe4dd8d8ec59a61598"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xap-1610" + ]; + titles = [ + { + model = "XAP-1610"; + vendor = "Luxul"; + } + ]; + }; + luxul_xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-luxul_xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-luxul_xbr-4500-squashfs.lxl"; + sha256 = "ddffd4b62eff694b85db453de8c47eecec74bceda927adce5d13b793cf2403c2"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xbr-4500" + ]; + titles = [ + { + model = "XBR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xwr-3150 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-luxul_xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-luxul_xwr-3150-squashfs.lxl"; + sha256 = "b39dadbe73fd2c19cbf8ab9bb152fcc8539cf6f8da463136d9ed6304deb880f8"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xwr-3150" + ]; + titles = [ + { + model = "XWR-3150"; + vendor = "Luxul"; + } + ]; + }; + meraki_mr32 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-i2c-bcm-iproc" + "kmod-i2c-gpio" + "kmod-eeprom-at24" + "kmod-leds-pwm" + "kmod-hwmon-ina2xx" + "kmod-bluetooth" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-meraki_mr32"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-meraki_mr32-squashfs.sysupgrade.bin"; + sha256 = "5f2da00dd24592cfc091d595728ef2e1c30793d4c400e774e0ef4172cec03fbd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr32" + ]; + titles = [ + { + model = "MR32"; + vendor = "Meraki"; + } + ]; + }; + netgear_r6250 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-netgear_r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-netgear_r6250-squashfs.chk"; + sha256 = "6d5890ff95e73b760642222503d038a7a68c241d03a9e1eebaca7f78bf20b49d"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6250" + ]; + titles = [ + { + model = "R6250"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6300-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-netgear_r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-netgear_r6300-v2-squashfs.chk"; + sha256 = "c23c6c88e3b7bdd2d957a073e5022804f250a194bf414254abfdcf6690ba19fe"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6300-v2" + ]; + titles = [ + { + model = "R6300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-netgear_r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-netgear_r7000-squashfs.chk"; + sha256 = "394232d83f092b844e8a1f32af3bf7afd00ff24a82cdf34f8c5325fd2642a8d0"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7000" + ]; + titles = [ + { + model = "R7000"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7900 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-netgear_r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-netgear_r7900-squashfs.chk"; + sha256 = "04878a06718625ad73413efa5c272a9c51e6694f5815d4107b2911b32fd1e578"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7900" + ]; + titles = [ + { + model = "R7900"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r8000 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-netgear_r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-netgear_r8000-squashfs.chk"; + sha256 = "c56c091c01e631e2418f48c0ac0467028bf9d26e93f5ac15d35e87309b5a9608"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r8000" + ]; + titles = [ + { + model = "R8000"; + vendor = "NETGEAR"; + } + ]; + }; + phicomm_k3 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-phicomm_k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-phicomm_k3-squashfs.trx"; + sha256 = "ade0c95332ec261a9cfc356294a4974960e2e316d327a8fb2424813733d09624"; + type = "trx"; + } + ]; + supported_devices = [ + "phicomm,k3" + ]; + titles = [ + { + model = "K3"; + vendor = "PHICOMM"; + } + ]; + }; + smartrg_sr400ac = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-smartrg_sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-smartrg_sr400ac-squashfs.trx"; + sha256 = "6a20062b2b4b1eecb45f9df06ed877f984a27146ab17ed43077cd4e6ba3d4951"; + type = "trx"; + } + ]; + supported_devices = [ + "smartrg,sr400ac" + ]; + titles = [ + { + model = "SR400ac"; + vendor = "SmartRG"; + } + ]; + }; + tenda_ac9 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm53xx-generic-tenda_ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm53xx-generic-tenda_ac9-squashfs.trx"; + sha256 = "c336c0442df03e4cf7d8453d9344bca3bc2a4ebd78d3fccfc5e4b63627e44ec8"; + type = "trx"; + } + ]; + supported_devices = [ + "tenda,ac9" + ]; + titles = [ + { + model = "AC9"; + vendor = "Tenda"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "bcm53xx/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + bcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "e9c2efb7bbe1cb84d73742a054d0aece0ceac176768c366f1ef6e256a8c7b0c7"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-adb_a4001n-squashfs-cfe.bin"; + sha256 = "3485b1e5fb8745b6e71cade8bdf14a3f8a1bc6dfe143bcb5a3d4921c5cf543c3"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "f97a0144cfb89f6c973024a0f9c85789431b883425678dd6e103efc8f575cae1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "9cd1d1f6ac1e93caf6584d494009a7962c3a3bf2b05b017eea1ddc1c8b914f89"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-adb_av4202n-squashfs-cfe.bin"; + sha256 = "3f8e63da8415bb70c0be103b4585101a8b3042a9c98e291cd668bb5f5250503b"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "f4cae204109d692ac289c7fd10559394bf38e151aeea2bba1e85b85035b39449"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "4ae890e4b1c32c1e87b2f1dad3c7898ac841d9c9edc512020ef54d60d8c3e261"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "537b5d20b5384907f62533ca9495fe12cd64c101416abfec607a32618787d3e8"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "09fdae87ecc051a4fb6a99d5b6bcc9d95263ddbc34be0b90083f02ed00395965"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "3315eec5a2f4ec3642dc641223ad64369e0716e00a89b94fec2eaed838e809b8"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "09845f242f5be794fda092a902470a81740cb148356077fc369fc37dc4bccded"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "09845f242f5be794fda092a902470a81740cb148356077fc369fc37dc4bccded"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "1579de4d96d27b591fd42394b16e4f2ee38989d16a8d85ce987aacb2f25ea2fe"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "fcd0ed6d8429f75b5e0315a4a85947752850fa398fb6150de6ce8879f281ac56"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "fcd0ed6d8429f75b5e0315a4a85947752850fa398fb6150de6ce8879f281ac56"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "54d98212dcbbebacc109c910cd2ecfbc164fab26850f6212a1e292de81259ff9"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "5aba19727c525b1e3c4e4da680992abb49ed9ff99c7343240fc5858992a7546b"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "60edb8e576f97fd7b38b16f4ec5500269f5d5ef406f140b460549f2da6f22acb"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "46e40c6cfff8fba83c6f48cdb4948d95a67fc7b35483eb864092a2c52fccb0e2"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "8f9c53f621aa77d6bc65a8b2107bd3aed5805aa7711d46f72a63935db6929a0b"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "b24071698494097c13bd867dee0dbb99ac56677d8cabd37215a62fe4c1e47132"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "c35a2e5ba35407797615ccff89ccfbdd1420c100f104e56a1ab0f5d0c65ca9f7"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "BT"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "c15ad90dd51081a77557b6b0a8ab885d230b7f87be2ac4dbd9efa77edf8afcd3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "422163a048d6ca0eb1aad6da73a8038bda5d86a03e92f41aa2c5d2c61184d414"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "d182c374c81950fd192c9f3abf545bb106c80000c115aeff4a7a291338668629"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "5bce7ebf627818195c9d122a262e470423481532b93c71539568da44f2e4d8b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "e42635ef58991d39595e29020aa48f218e6a4ade7863f9f1351684a8934e1357"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "a92f1fad3a4e79c38e7e90b4f04df294bc52e48b6c1a43c11b82a56d82f05345"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "2ed2517c01a6cbb1473e2b4f54c541957553e6f380b27b90e4070727eb126b5a"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "3bae821af9c2626eae2e0df9f9368be16e33e27330d8dd6435e4f03181070734"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "fd426572f0c5a2183dee9170f5be7822dfa927f3a7c9ea7ca0ee4b2ba9508060"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "582e3126871fe3f16102c2f94b3119b2f612801e421fdf0ee4a0c053c2e425a9"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "088b8d2ef5c9a7c645babc62a5bace631e27cd631e99bdd3a2907ba8ac70bf9c"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "fe3df4638a97740f7bc948e442c4baa03e4570ccb7df0edcf1427fae41897e73"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "1d2ab91aceb7b6013f3a5ee4126c5633a67dfe6cdf7d17dce280849e9a2ec80f"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "6a0d3331c8d6b4f8bba86ec4071539fe7ab623a103ec63c753ec1f9deaf3b021"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "83fb3c9996c066100d04179b73a95383aeee2146c07da91b9a8bfb0349204577"; + type = "cfe-EU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "16e1be6b8541b51d7d106d4d7dc7abae3f4c24837a0c279e6aacebffe47e7dc9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "16e1be6b8541b51d7d106d4d7dc7abae3f4c24837a0c279e6aacebffe47e7dc9"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "bc05c7fd7fe539e83435ad0ed47ceaede990fc344c048917d62c90243fb1042f"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "c3e82429aa84485ce8d976f1f37df7bc5b4545327e957448bb00cd6388dfaa5f"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "c35c12f8a56ab3e15624ce2387ab71ec5d98ce0b0fdb5b8d0c039bb0d3b0ea08"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "0d7c28561ebb83cb4947b4cbabb5a69bcaeb1106d7128ad09f3c586622ad03b9"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "ce2442e7024a36a912137fef3b0f1d64301385ccad7c0498f32f10d69b44044d"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "333df89f2e424fc23d7b4cb2ad3f3e8b6700629d1ca02fecdf996e907a3e2216"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "73365c0322abdcba55669db5fd8e6bf8acb76e6206654d9977f9720247c1803c"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "02bf44fca7a8ddf9da0704a007a720d6c1b45055d1687c78e40b4e463994b6f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "da7a99d7216a53e00a2f20e4371b29eaa04b3a8dd1fc304496c9d358d2ef82d9"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "238558e0eec6ea59feada1fe99f8d9542f1c0c7f1eb6161cdcafc30997ac36d3"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "572603819c39cd9518774dd1bcd392c09e5232aae3f1940b7cafc0d96b28885d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "311d5484490e181a220868f93fa2f810fe2df33f5722def5526d711234752dd2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "cca775c8969f2a27d234737105e078db6f1ef35b16ed04920c58b5718cb157dc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "25e66959c657a9e658b8efe0fa83fb6f125f2d7cdc98113848f744418831e737"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-netgear_evg2000-squashfs-factory.chk"; + sha256 = "8aa6618fb7682e89a3047c32d6bd39adae4d5b0c3e07a23c8ebc318fb3d36873"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "c8dd50119d6b7176ebe4cb426ab3c6df56d98b4937573fb8db0b23ac213d8587"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "5ecaeeb28c1800a01451fc1b15f9b622df2b6d2bfe2fa52180527921aeac63be"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "603bc3d0bd5b24f2dbe6dbbc7f7a8971a7c0cac51fff41cfa9ba976fba2442cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "a4ca21acfd2ea7b8f070f3928c5ab49db17306e08ca3722497cd1709c0eb80de"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "fee30032942ccf54d177942776c47e9b0c6e8fbd5f43548711f0d36746c2b453"; + type = "cfe"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "578eef6be333e4747b4fc9885351f5a62dc590082dc72c09376438c8fad20f33"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "7b325826783f2ebaebbc50a831ac547be224bf5bba72ef8a0c549abf3607efe6"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "9254cf7dbd28817f04b8e5d39f25378f4faec8c900521389ceee3f56c9f7f354"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "e36a8bdeaeb375c55a9b7dcd17de7b512b5496daf80f1ebb4ef8ac64190dd950"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "5b57843d98274be6d1d026aa54f018e73e9b087e70ed1ecd21150f4fd6cfd192"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "2a0ded92dc3ce3cf03aae6309cead83340da80059249548344f51f8902baea7e"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "8f59d6cdabdb45034da7b36fe70cbddc72b63eee41233b39cc576a158b7d479a"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "5a9043f87f21e1781f19722ee16bf1bd9c96d314377e58f7ff57c7cca297d3de"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "c7ccc92f39d4f99d2bbbd3cbdf1f46aa99aaff16a2d6554a4db30e4562048568"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "d8471a4c60e42bfd336bee955c938f9ff2555f1deb8a0590c505819fc150649c"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "9902513e84ae72d4383470c88f6bf2914a0f5f10fb064b67fdac8f645caa91c7"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-sky_sr102-squashfs-cfe.bin"; + sha256 = "5e3d86d562e6f0f416004e15529c874042a01b6d09fbf306aa73b53997a70c11"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "af4e9d6d100d50805e0789f6844f966354c4033da90f6b72f9830ec4e201e7ab"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "2f4bb181b04e4a22db4c2598630d504d16630687d4fe1df45b91d8359b360fdf"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "82f25622cf6986153dea6bbca5a3cbb6f2c6a6bbc8a0f647d079052e607856a4"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "06871613ebd838c9f07df49cf9142e99d4b18fedc6636fff2b827d2ed35aaf73"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "70bb8cdc4bad745df45a7beacf822b5b56aa1f24a7a3b7c6a460dd6b846aea75"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "ad0eb6021050b536017683b478f15c801c3ca042bd3ad23056e7fd82b7b1418f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-generic-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-generic-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "537cca7e64d67cad9e0a436332ba987729a264a90cd3e6fb780717d2091e2862"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "bcm63xx/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "3e11e70adc9b1dbce441b6988454c4ef757c6ed412ba4225b7369b1dc869a6d8"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-adb_a4001n-squashfs-cfe.bin"; + sha256 = "a97c56a470d5d49657ebe34d9f2b53cdc16434edf2c7b9e31d5c83fad286d792"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "1bc696e24174a71aa250ce681b002f883446629fc7fc31811f4710a1e075d71a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "7cefd03a93daff48b22e030c81e03dd822ddf3810c56962777fc5e1476977ee7"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-adb_av4202n-squashfs-cfe.bin"; + sha256 = "f7c3f5f88bce3122718413faf1e8e457acdd96b605e5395582d0f51a08fe1059"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "356edab7e15411d95b7b923176041bdad0fd52e84ed6bba8299fbe105611890b"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "2c6d5d147bdecbb55350ab2f62016305131a2e14493c4baa984fd486fbfdec3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "75d96e87ec104d3a9a0d77d72dcfc229954391f97c8240751fb400affbcbb76c"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "504ac097db70dde3905b5da45912e9dd92977fd009b957dd9f9defb7c95dbf4d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "33c3058f9cac7bdbe3bcf9e2943529666ba62e3fe68b6cd726aef08996008948"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "11f926480f70f3334be980e6e010ebf2d119b798db18d89eec6b8e6d5c8a52c1"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "d7cbc321fdb305cd09ad9daab8faadcef50674ac8dabe394e2fc449a94f3acec"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "d7cbc321fdb305cd09ad9daab8faadcef50674ac8dabe394e2fc449a94f3acec"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "5091fd7ab00080d4f56642a1b0cb527d9eab5d50a9e4fba35c74c8893a656220"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "1dba707966c7fd7422bd2f71b262b1c1e65f4ad7d34ab345ca6bc3e9f9f0a404"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "1dba707966c7fd7422bd2f71b262b1c1e65f4ad7d34ab345ca6bc3e9f9f0a404"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "2f200cf18ff260d061f26fba3eff34ccc9ef0d584dbfdcfd1c92438a8d79e655"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "dd1812eb1df3b59652e52c117bc407d91f6600598096b5748047e9e5dc88cdb7"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "9a960d4f53ad3d204457805515a9d9721b72af739f6a6486ae69f9ba06a280d1"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "da6890a450e61523dc6b70f2e4aa917614986a2642aa003d28df1958c8400862"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "6c5c37f7537032786640b50753f04099a03e93fbf75d7be1eff455e5d04508c8"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "ead65c58b22550a1bf87ec7e80fc98b3ca1cd1c597f5143534274eadf5f4a872"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "BT"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "211eb4f06f5364f89443b0a9a764dd7ee27d6784ec86480dcfb9ff9a80244330"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "b0a74703878dc7e58970773efecf9f4d7df6abd395f53f90780410c0b7c7d7bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "29cb4e30aaf548d6bcb06f85a6bc1c19a60941bf917c45fc74987ad406655237"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "d5c23c83817c8fd4e1698e05e1fd33b5417ac262330db8038b76551fd1a5ba69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "afdbac4a26e9e889c957062b142a120a66c7c77696e28c0b1f94e870dc0a7062"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "6f78e71ba795e21b81dffe889a25a8f0c8eb82bfbae3b49d8fdd8e64e29dc728"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "8e96f002e4c4697ec5d3bb4a1919dbd7735f302c7d6084f03a5cc2fe800e1ff8"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vg-8050 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-comtrend_vg-8050"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-comtrend_vg-8050-squashfs-cfe.bin"; + sha256 = "e7d8f55bb29e80d54c57fd5e39a9108a50b7cc52e0d26b752794b622ad5552ba"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-comtrend_vg-8050-squashfs-sysupgrade.bin"; + sha256 = "7cf2caf8b694a7bf95026faa2f51420e691716992a3198613ced195b00fa6c3a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vg-8050" + ]; + titles = [ + { + model = "VG-8050"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "5e4334a5936a22d1a529877f7719a26e8385c83d54ff2c6bb3c09cd46e8d4156"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "b1715fc050198b764fccf738d7ba54bef4c779d6a43b0b9ffb0078f43da13c6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "0621752e5ddbd04dc7f1b5f34de0ea22df04c657267e1685985b01557907b21d"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "cb933262510d2827d13b653d9c53711bc36b55fdcd647655dd37683b4bf5249f"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3032u = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-comtrend_vr-3032u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-comtrend_vr-3032u-squashfs-sysupgrade.bin"; + sha256 = "1c7e6df1da482163ac62eb0346152cff529da6f97d9cb240af96924e270f163b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-comtrend_vr-3032u-squashfs-cfe.bin"; + sha256 = "099278b59f8c945f55a7fbdafa387956adfdb13450def55e46558ce69a7a7e1d"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3032u" + ]; + titles = [ + { + model = "VR-3032u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "deb58bc3487616ccf049daafe137ba87d1955c45cc4b1619217f501a7a1be593"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "39017a1968e59f7db70b5d7ea39fabbe63f3b2dd2ff70987bde27879c9248520"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "8e0a4933668a9e6d3cb9a36925d01b5f1d28f23c6d44e2a6f70e7e8ae6f5953e"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "923ce9ee3afa3644857db7a844fcf28c5ff3d6959775080b74356b8c56ccd4a6"; + type = "cfe-EU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "32bd5643331d2c808ab6e1a4eb1eb85aa0f82b9b72cbe1fc068d499ac7136fd5"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "32bd5643331d2c808ab6e1a4eb1eb85aa0f82b9b72cbe1fc068d499ac7136fd5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "918282a949ab6b522a14d9eebae005a8d7b5886247d02803fd160a303602c006"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "4c6a9ec3c3d173d15f86c50310fb68a19d070945c8acc841d8885f0362d3176a"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "140f2f382f8a51c4780e6336979b738368cacf034387f39b60a80cae04ad21ff"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "d210a4de050b4a7f6d797ca80da54cca177088ec8b24af75be76c878361c7211"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "dcd42ec08c55638e36771227ee8d20720e4768448fd4a47de9899c76ba6943bd"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "d5bae68585eeeb2cb4cfd67fb5ed00dbd2b56990dcb6460f5f83b5ee2ae1e68b"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "b9a7839df544d72bd37801a4493a064c3bc74067653845b93c1bc3152c6dbefc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "c24f4862e4b0740646021612c9d4978282f8125dd93b3980945df68ce10e1e4d"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "8f3a707f5133f9d5f2437617d956fcedd4ed8683ed79bcd0bce37a038af43482"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + huawei_hg253s-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-huawei_hg253s-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-huawei_hg253s-v2-squashfs-sysupgrade.bin"; + sha256 = "fa8928207b473fa93a112b4295cb0335f08f50814df0bd804e054fbfc8df8095"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-huawei_hg253s-v2-squashfs-flash.bin"; + sha256 = "69042e6308478198e8e6a5dcc9d8fff1996df7409dc45884b0989ed89d2ad836"; + type = "flash"; + } + ]; + supported_devices = [ + "huawei,hg253s-v2" + ]; + titles = [ + { + model = "HG253s"; + variant = "v2"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "8b5f79b10e54f0cc5e860acd6571804e9f438e0f076364207a5a9a6e5fd997bc"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "4bafb50a602d54413c3869ed3fb9f80ba0bfd35875f2ac46b605f002e9c200a1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "573deddc73986259bc434a5995c28c5c6e4fb9aa04461e9c3b321d727137d6d8"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3700-v2 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-netgear_dgnd3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-cfe.bin"; + sha256 = "1126dd463de389c1c45c783b0fea4fe68c6ef7e635955f95766f8b7313bb145e"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-sysupgrade.bin"; + sha256 = "2e8137057467430f15d23fa429c21d361baa56362e0f71708d92c191216dbbb1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v2" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "14f2bc6a320257e7533012497cd638a3cf2468df8a57c624d7e03dbf3977ed6f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "abd624b025bea7d746552080f2a559b0430adf8162be9ab665eb34470536c8f4"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "605f770218f7450fd96504602556b3ae829530d5202ac890dfae00f07309878e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-netgear_evg2000-squashfs-factory.chk"; + sha256 = "0e5363023edbc31d98c78877deb5e07104fe20ae2d6ad018542351c84a1cd944"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "90f81135543cb551208295f8fd798773e3fe840e5c9ea2683943e47b7b414cb8"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "d2a9b60ef5cf95df531d5d706e158be6ae8fd90bf15e3fdefffe09ae82365c07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "b019b18398481a8cd70f3bce16ce57feeb371539d2b943144bfe3172eefacfdf"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "f20a3b21e0e349730b4dd240e4d2c8d3d3dd8493241aaa761681662ad20703c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "13d20e36861e82fcbc55d9ddcad34a21e6584394e3c71fae60266722e1c86e2b"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "5939eaefa551579b5657fde07fd8ea9aebd1beda62eda01bef5f8679919dae1c"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "f9e25d0e8c34ea78bbedba20a761996ec3bf39c3b9df8dc1de42be1742816fff"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "9cd0ed15eff0b0f0f55680fb28b43a5985aa5900dbee393e0a38121e71d0fca7"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "ff29c79237a5cae2add5e3b8fd04d6447ad5328ecee59af6954fddbd0bb0b911"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "f1e379d02060400f8c3692abac4083ec4e26488cb78a1847319b042dbd1eb246"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "9300e05a3b51e363bf182e10cfefa76a64f4e7adce7dda72598bd6ca270aad35"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-sercomm_ad1018"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-sercomm_ad1018-squashfs-factory.img"; + sha256 = "3109e7ba6de5073b9479a3cfc3003fabbc0f7cfeab2f47e7112e5a153fffb7eb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-sercomm_ad1018-squashfs-sysupgrade.bin"; + sha256 = "4180358ead9d3acdf6e4d8d1ff8feadae76d612d503fc6a51de8fce0fcde6bfc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,ad1018" + ]; + titles = [ + { + model = "AD1018"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "5c595444d2ad026e8d546cd0794f1faf65929bdac5382236217227c318c360c5"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-lowi = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-sercomm_h500-s-lowi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-factory.img"; + sha256 = "880754d2f2f6f17e80b6295ff45ca11b962c64029ddca51386156e22ed90086b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-sysupgrade.bin"; + sha256 = "a203d0f69cdee5674473aef86e782a3e9d7a9216231793cc3a2c8de9ab82ccf0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-lowi" + ]; + titles = [ + { + model = "H500-s"; + variant = "lowi"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-vfes = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-sercomm_h500-s-vfes"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-factory.img"; + sha256 = "3a6512d6333d518caf9b427a1356ac6d9f03ee3d07316bbf005808adc5bba1d0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-sysupgrade.bin"; + sha256 = "8bb33cef98ecc87f90c3d3d85635906fe35d307db8b2aac96a66a0f527fa2304"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-vfes" + ]; + titles = [ + { + model = "H500-s"; + variant = "vfes"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "0054191686170fdba60be05cd05c09348664352d264fa9067c71a1637870816b"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "ccaea0f09eaeba17456b22f2e492edbfde7d046a700ef4893e73cec14306272c"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "58cf22e7888d1b8f33bf6a2d3e306023dc1f9dd1c2397caa540984db98c1c7b0"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-sky_sr102-squashfs-cfe.bin"; + sha256 = "4965bbe712a72bc55b3019505875ab528544c4ecb1eade617daa5eef483a1254"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "4c3b9f7ea6ec6ae74703d5941872722d453edd8bedcfd769f0dbc4c24a2fa209"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "55ed4e333c7ac8fdbc82b1da58bbc13a90b2ecba61dea82b44104ce65aace1b4"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "8b17770a080ca988134107b7f83e6f3e283f91851cc011b1da43ab5a139cd6b2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "e88aabc6ece1aab300682a2cb5372bd983cb2d5a0b59cf74af3facc987633f4a"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "d52111f50e6f1ca8a6b618236efcf3cb662768c93484ce9c40c334cd09ff7bfa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "ae8925c75635b10038fef7ffb7e0901469793aed4543682ae3c8e6cbdeacacda"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-bcm63xx-smp-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-bcm63xx-smp-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "617c1f405f3f9e1b59e04025659ff9343c6cfb1108c65b8274d943c057e95a08"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "bcm63xx/smp"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.0-gemini-dlink_dir-685"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "ed922e9c19904436931cc60b1a9bf12867f3268b1921785ffd9017340ca74020"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "498679c5331f6e5f9ec6a499121eb7def86c8c1926e20b0250d3f77729da3dbb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + model = "DIR-685 Xtreme N Storage Router"; + vendor = "D-Link"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.0-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "bcf3efe8d7ceff84ccbae3b68374a91941557dc0f63ecaf681f9bea0d007d449"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + model = "DNS-313 1-Bay Network Storage Enclosure"; + vendor = "D-Link"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-21.02.0-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "cd0a8ec6afab1ddd031190cce6e35d391cd507ec0a78cd6348800f8ebc0fd032"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + model = "Square One SQ201"; + vendor = "ITian"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.0-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "7f777d6be9a907a03a7030b799779271fba5eca59b9c911d5f385a6de94fe22a"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + model = "NAS IB-4220-B"; + vendor = "Raidsonic"; + } + ]; + }; + storlink_sl93512r = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.0-gemini-storlink_sl93512r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-gemini-storlink_sl93512r-squashfs-factory.bin"; + sha256 = "672eb88e2cce032b10f5a21b86be2c480aa5ffd8e8b2cb4c4d32df90210d6e35"; + type = "factory"; + } + ]; + supported_devices = [ + "storlink,sl93512r" + ]; + titles = [ + { + model = "SL93512r"; + vendor = "StorLink"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "gemini/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + imx6 = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-21.02.0-imx6-apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-imx6-apalis-squashfs.combined.bin"; + sha256 = "3904bb2c4bca48a9dd5d7c221bcc499c2e29ee05a4b4e8e098de9d4576e5956c"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-imx6-apalis-squashfs.sysupgrade.bin"; + sha256 = "6b24013d14d0519c9747b4047e2494077411e8466ce86c40eab80bc980b87704"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + model = "Apalis family"; + vendor = "Toradex"; + } + ]; + }; + cubox = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.0-imx6-cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-imx6-cubox-i-squashfs-combined.bin"; + sha256 = "cee20a15bc48c89df5e000b0cd72342b006a2759c76b50d3dff9322a1bd235e4"; + type = "combined"; + } + ]; + supported_devices = [ + "cubox-i" + ]; + titles = [ + { + model = "CuBox-i"; + vendor = "SolidRun"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-21.02.0-imx6-ventana"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-imx6-ventana-squashfs-nand.ubi"; + sha256 = "6e2989d7e5f0d21059e8ab905476507e6b268a40beab57fcfb2853255c33bd8d"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-imx6-ventana-squashfs-bootfs.tar.gz"; + sha256 = "b1c4712084afe5183495439dd8294d8353e1008cb3317c0cacf8949747fd73b0"; + type = "bootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-imx6-ventana-large-squashfs-nand.ubi"; + sha256 = "e6455471b373546ed604398dab95414b4ed4a5a19666e23fb9943edba6ff85f1"; + type = "nand"; + } + ]; + supported_devices = [ + "ventana" + ]; + titles = [ + { + model = "Ventana family"; + variant = "normal NAND flash"; + vendor = "Gateworks"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "imx6/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_habanero-dvk" = { + device_packages = [ + "ipq-wifi-8dev_habanero-dvk" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-8dev_habanero-dvk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-8dev_habanero-dvk-squashfs-sysupgrade.bin"; + sha256 = "2c707021e720707c89173fae251f4b68bf1864f8b905d9f6e2de878c474b97e8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-8dev_habanero-dvk-initramfs-fit-uImage.itb"; + sha256 = "56373ffc6bab5435b51332d7b1e519a91375d100a107d85e469ed106a94609ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,habanero-dvk" + ]; + titles = [ + { + model = "Habanero DVK"; + vendor = "8devices"; + } + ]; + }; + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "a961d9db448bea86c6951a08dcac733f12376e0947d89130fb308c0312cc2dd8"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-8dev_jalapeno-initramfs-fit-uImage.itb"; + sha256 = "a8d3e8b17db23d0e092bdc7823cbdd4a5ff1507378a7788112ff1d3b16102cf5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "096850224869a0a8e667a570196272d11bac2e4d44a2e31ad8ca53e47e942224"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + model = "Jalapeno"; + vendor = "8devices"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "23e6ecc09c37d41e1bcabef45b102480da1c4b354b28609242a3d85bcc047011"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-alfa-network_ap120c-ac-initramfs-fit-uImage.itb"; + sha256 = "32c4193c622ad3d3de75074f2808b415bd0eb5c7ae5dbf22ba8cd621a3c39dc7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "6525cceb288b4e868153ddda5782528894d3356204b8efeabf6aa1637547a98e"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + model = "AP120C-AC"; + vendor = "ALFA Network"; + } + ]; + }; + aruba_ap-303 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-aruba_ap-303"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-aruba_ap-303-initramfs-fit-uImage.itb"; + sha256 = "aae463527b708fa5782798895aba6c73d2802980bd1d582c93ff4d7d4d2aff2a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-aruba_ap-303-squashfs-sysupgrade.bin"; + sha256 = "1ddcd0767681daa1de9d7dfc8262b1a6d429ab9c47437a80ed2419c354d6ed65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-303" + ]; + titles = [ + { + model = "AP-303"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-303h = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-aruba_ap-303h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-aruba_ap-303h-squashfs-sysupgrade.bin"; + sha256 = "8a147ecde28da44b7d39be8b24e277779bb4b63f4ec103875da1cc2ca475b081"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-aruba_ap-303h-initramfs-fit-uImage.itb"; + sha256 = "488eb3858a837d1b04350893333f4e74121ff7379abb8837190ca5116da308d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-303h" + ]; + titles = [ + { + model = "AP-303H"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-365 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + "kmod-hwmon-ad7418" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-aruba_ap-365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-aruba_ap-365-squashfs-sysupgrade.bin"; + sha256 = "bf3edfb0fa8427c12677dbdace6a7e374a8038cca375f80fa262a916beebbb11"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-aruba_ap-365-initramfs-fit-uImage.itb"; + sha256 = "5df2223e1a73d67a8a246f38e2d176fb0d22ccebb1856c80b1766b7006bdce53"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-365" + ]; + titles = [ + { + model = "AP-365"; + vendor = "Aruba"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-asus_map-ac2200-initramfs-fit-uImage.itb"; + sha256 = "d080d0865f59a069bffda0871d2700f27f6cdd76b931da7d121a447ada0f8c57"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "4e33b47bc55e28c5675b1472dd4db59fa1e9f9a8946d62d8e5e60d2bbfcbbca1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + model = "Lyra (MAP-AC2200)"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "890078f6dcf59bf1d92fb471c71db95484c65f74be459668a3550a3f6933fc78"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-asus_rt-ac58u-initramfs-fit-uImage.itb"; + sha256 = "7a734bd02aaa11a42943343c16c05bdfb78477dc328ef18389ffc8d798fb5720"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + model = "RT-AC58U"; + vendor = "ASUS"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "7883affc0a85b10f05d4686dbfa97148e1c2e7ebdfd564516fb83faa7e72d400"; + type = "eva"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "f5ce45a4c72f51a3a30a8b0be06c38f644c018fb402d1a4319e403146b2c58aa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-avm_fritzbox-4040-initramfs-fit-uImage.itb"; + sha256 = "44e10fcd1fbc0cb9ef47b0888d47276a49f2d4ae39e8dcb6504849daacb1c496"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + model = "FRITZ!Box 4040"; + vendor = "AVM"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-avm_fritzbox-7530-initramfs-fit-uImage.itb"; + sha256 = "89a4ad29c1975dce3742097b8c013d0917b89951fd76d0c07ecfa05aea43541d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "aab1aedf71ff2bc18a699d9f6efb4e9414b397f6ff3a8346598ecc2816eef859"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + model = "FRITZ!Box 7530"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-avm_fritzrepeater-1200-initramfs-fit-uImage.itb"; + sha256 = "17ce127a165df94f9a3588cc7c9f82ee46bf484757b41bb95756c730f785643a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "f5cbd5e2baba9f42241510f82547bc42c3ad002bfd35c5de4854bffab04f02c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + model = "FRITZ!Repeater 1200"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-avm_fritzrepeater-3000-initramfs-fit-uImage.itb"; + sha256 = "8325eec4f651f70f86c8ad93481a6182ec47f5ba630b8ab3bd19e7f4817e770f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "407dcb976c4558e58ee7459ab1cbe879d159ff79b0fcad188a4514a98825e7be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + model = "FRITZ!Repeater 3000"; + vendor = "AVM"; + } + ]; + }; + buffalo_wtr-m2133hp = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-buffalo_wtr-m2133hp" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-buffalo_wtr-m2133hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-factory.ubi"; + sha256 = "061b09d906021eb76e33d3815d237ec1205a15f851c1e1f08e193fb438002547"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-buffalo_wtr-m2133hp-initramfs-fit-uImage.itb"; + sha256 = "50b4d798b1f5d572027869780f414c3370ff6373a9047cf68796e15e9dbc7609"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-sysupgrade.bin"; + sha256 = "6e6e1d57ba7cf440aa76ec026a8e9dab7aea869da2cdc1abed12935bdf053b38"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wtr-m2133hp" + ]; + titles = [ + { + model = "WTR-M2133HP"; + vendor = "Buffalo"; + } + ]; + }; + cellc_rtl30vw = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-cellc_rtl30vw" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-cellc_rtl30vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-sysupgrade.bin"; + sha256 = "cd30c8c2aef6e6f722d1f88280f168c0bb76e321aec38feedc157534398dbe08"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-factory.bin"; + sha256 = "a7598055ab10f4692057e88dd2b3a465fb48c4af7d284fc9b045365459fa9de3"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-cellc_rtl30vw-initramfs-fit-uImage.itb"; + sha256 = "782cd12f37ca25a3d88848395e3e6b172a143897a7191070d26408396ae19479"; + type = "kernel"; + } + ]; + supported_devices = [ + "cellc,rtl30vw" + ]; + titles = [ + { + model = "RTL30VW"; + vendor = "Cell C"; + } + ]; + }; + cilab_meshpoint-one = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-iio-bmp280-i2c" + "kmod-hwmon-ina2xx" + "kmod-rtc-pcf2127" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-cilab_meshpoint-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-factory.ubi"; + sha256 = "333046d0b0d3dba2995b609226accb6e66b48b4aacb0d6347553c7e821179ad5"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-sysupgrade.bin"; + sha256 = "351eab8b286b4ae1da725d0ae175e78a4c62a6554d14a2f865659d194bf86f2a"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-cilab_meshpoint-one-initramfs-fit-uImage.itb"; + sha256 = "7e73ce6f43124217bda3bd3c8630e7ff5ad48cb80d6ce4d5f37a1df561e82075"; + type = "kernel"; + } + ]; + supported_devices = [ + "cilab,meshpoint-one" + ]; + titles = [ + { + model = "MeshPoint.One"; + vendor = "Crisis Innovation Lab"; + } + ]; + }; + compex_wpj419 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-compex_wpj419"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-compex_wpj419-squashfs-nand-sysupgrade.bin"; + sha256 = "3bc370616bae8a9e7b2c21c425310f264e78b677d9751d2de42327c4004a029f"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-compex_wpj419-squashfs-nand-factory.ubi"; + sha256 = "cccd78b6a226c1c84c3699b72d8f6ee287a3e62e7dc1024b1ce09eb80255fce6"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-compex_wpj419-initramfs-fit-uImage.itb"; + sha256 = "dd01e79e258ac3f2b078313eca3309169b83183f8aa298d3331e8150fcefe8a8"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj419" + ]; + titles = [ + { + model = "WPJ419"; + vendor = "Compex"; + } + ]; + }; + compex_wpj428 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-compex_wpj428"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin"; + sha256 = "9841e8d0abf4bf00a20335d58f1ecc0e01a44ea83531fe810d0ba8eed4ca828f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-compex_wpj428-squashfs-cpximg-6a04.bin"; + sha256 = "cdcfdd5c677a4081250b89e67074897b4db592de6321537430dd466b0d093a35"; + type = "cpximg-6a04"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-compex_wpj428-initramfs-fit-uImage.itb"; + sha256 = "77c7735c07c296bcc49906bbc5cd56bd37501711cd29266d55b45622109c2d77"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj428" + ]; + titles = [ + { + model = "WPJ428"; + vendor = "Compex"; + } + ]; + }; + devolo_magic-2-wifi-next = { + device_packages = [ + "ipq-wifi-devolo_magic-2-wifi-next" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-devolo_magic-2-wifi-next"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-devolo_magic-2-wifi-next-squashfs-sysupgrade.bin"; + sha256 = "331f8db9d90161896ab73483cd848a178b82e51b67b079a900f2981fe080df4b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-devolo_magic-2-wifi-next-initramfs-fit-uImage.itb"; + sha256 = "49a5444b018768197621ef65884405b8ec9e56bd17834fa4646be83c511c35f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi-next" + ]; + titles = [ + { + model = "Magic 2 WiFi next"; + vendor = "devolo"; + } + ]; + }; + dlink_dap-2610 = { + device_packages = [ + "ipq-wifi-dlink_dap2610" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-dlink_dap-2610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-dlink_dap-2610-squashfs-factory.bin"; + sha256 = "86ec830a6796158c35229073c9e9d6fc5da225e16cdccb584f276ae3d8b913a5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-dlink_dap-2610-initramfs-fit-uImage.itb"; + sha256 = "d77471991c8600db8acfbe75f870da48e3044001081b1a450d87f422f86ccb2f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-dlink_dap-2610-squashfs-sysupgrade.bin"; + sha256 = "61977d7df87435c369f6893475ba8a6497176eecd1a315badb716228ba743eb7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2610" + ]; + titles = [ + { + model = "DAP-2610"; + vendor = "D-Link"; + } + ]; + }; + edgecore_ecw5211 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-edgecore_ecw5211"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-edgecore_ecw5211-initramfs-fit-uImage.itb"; + sha256 = "a3fdad44e0bb26c8a9158dead729a2710c5e9b0e8ddc3bfd8a26dd7a19a9cc8a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-factory.ubi"; + sha256 = "bf089e414802b0bf896dc7471606860e598730c7829a750f9c23da32101869cb"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-sysupgrade.bin"; + sha256 = "f01918d7ee3d3721025f08d97488aae66077a0c0c74a12955425431136c70901"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "edgecore,ecw5211" + ]; + titles = [ + { + model = "ECW5211"; + vendor = "Edgecore"; + } + ]; + }; + edgecore_oap100 = { + device_packages = [ + "ipq-wifi-edgecore_oap100" + "kmod-usb-acm" + "kmod-usb-net" + "kmod-usb-net-cdc-qmi" + "uqmi" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-edgecore_oap100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-edgecore_oap100-squashfs-nand-sysupgrade.bin"; + sha256 = "78070f15ead12ad15d67a549e79a30047bc9d896787c7bfd4b7260280e678f2d"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-edgecore_oap100-initramfs-fit-uImage.itb"; + sha256 = "7070af629f8e2ff2ae743bb4a2ae8a15d4f5fdb8f96c8764c42e29af9a2c95aa"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,oap100" + ]; + titles = [ + { + model = "OAP100"; + vendor = "Edgecore"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-engenius_eap1300-initramfs-fit-uImage.itb"; + sha256 = "148011a4a041ba44452afc0fd8d087be4cd7a33e1b1f684dd61a65d086df44a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "47a4e3e4be4455e558d72d5f5f4274a0803a4253517506367d4c0c2e93b9bc01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + model = "EAP1300"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-engenius_eap2200" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-engenius_eap2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-engenius_eap2200-initramfs-fit-uImage.itb"; + sha256 = "00c56ca469022ea3ba8934c56fba6f3c50917b3214b7922a78cb3bddb85ac71b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-engenius_eap2200-squashfs-nand-factory.ubi"; + sha256 = "d8294c807c739410c961e82da31cb131947b44b4ca6439ca6cf518dc571e1569"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-engenius_eap2200-squashfs-nand-sysupgrade.bin"; + sha256 = "c837dc02896b9269f37f9f77a0cd0387a7e3a5c4239a77cf087a14515deb8e1c"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap2200" + ]; + titles = [ + { + model = "EAP2200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emd1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-engenius_emd1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-engenius_emd1-initramfs-fit-uImage.itb"; + sha256 = "354a0e9f60d38890e85c9c94e7a0605308cd2a40d347175a6e3f4afe506b8dbc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-engenius_emd1-squashfs-factory.bin"; + sha256 = "14c8c31a7e044245eb347ac4b2136d04501d1b38123b84e1112ce18b733a00c2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-engenius_emd1-squashfs-sysupgrade.bin"; + sha256 = "dec8f289ebea29b0676085302b950b85666586ab82c241a5ece25416cd8fe542"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,emd1" + ]; + titles = [ + { + model = "EMD1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emr3500 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-engenius_emr3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-engenius_emr3500-squashfs-factory.bin"; + sha256 = "338c9b28af8f940dec88fd2622a99d6f5416c4d7c83bd98517ea61af453a4935"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-engenius_emr3500-squashfs-sysupgrade.bin"; + sha256 = "58c6f5aa8efc176f0d5fa99847adfd5633e4cb52fd1c4bdb6d5f6bf8a5825078"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-engenius_emr3500-initramfs-fit-uImage.itb"; + sha256 = "1ab04d84985769d869651f3b0a46fd00c9d6294c7c1850e216351a59034a023b"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,emr3500" + ]; + titles = [ + { + model = "EMR3500"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-engenius_ens620ext-initramfs-fit-uImage.itb"; + sha256 = "5cbd042835c2988da5d7cb85d9090a702ed5038d6ab53b0cfbfd185fa1609ccc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "44cf6c58c1812d2e6ad100ebe3e108b6dd3f04a717cad8d3497fe63468984e8e"; + type = "factory_30"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "1b72cea75a57f842e9bdc69e37550424985c0ed8b1865c30d2f0ac8fc25921ae"; + type = "factory_35"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "e30b91551d8808bd8045f06ce03866a4ce90075ee1c9b8243f92df1a4bbed4f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + model = "ENS620EXT"; + vendor = "EnGenius"; + } + ]; + }; + ezviz_cs-w3-wd1200g-eup = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "ipq-wifi-ezviz_cs-w3-wd1200g-eup" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-squashfs-sysupgrade.bin"; + sha256 = "13be8fea513c5c09bce1173321f6a65563be3cbb2b540146c404612e1b5c8952"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-initramfs-fit-uImage.itb"; + sha256 = "95417b9865aa5fd4a42c0cca7ad63dd3a19ceaf25d9a6864cb7fa77a5be5b1c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "ezviz,cs-w3-wd1200g-eup" + ]; + titles = [ + { + model = "CS-W3-WD1200G"; + variant = "EUP"; + vendor = "EZVIZ"; + } + ]; + }; + glinet_gl-ap1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-ap1300" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-glinet_gl-ap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-sysupgrade.bin"; + sha256 = "69ed9ecac83c2f6f50344c62724d4a4e49d929e54ab8e15ec9b5af1211334e60"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-glinet_gl-ap1300-initramfs-fit-uImage.itb"; + sha256 = "b64cbe2f6f3bdf371c067b8329d05fe0fa4a89c7d3e28a1a18d96a09c7d983f8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-factory.ubi"; + sha256 = "fde0582b8b8f310e0a69d151d6d9b00917cf5370f42378230cc2cfc7ecbb811b"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "glinet,gl-ap1300" + ]; + titles = [ + { + model = "GL-AP1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-uImage.itb"; + sha256 = "886bf32e67e628d3ca64274d3c482befdc728866666ac34ed693c3101a05ce65"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "b5acfdb43a2220fc5326e97cb63dee301cb4ec1579e40235ba88ebe91bd0eb1d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + model = "GL-B1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-s1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-s1300" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-glinet_gl-s1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-glinet_gl-s1300-initramfs-fit-uImage.itb"; + sha256 = "2d7427f7c3eb572362067b690503bbc0fc122b13da9db3893836be41affb0f45"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-glinet_gl-s1300-squashfs-sysupgrade.bin"; + sha256 = "a1c37b24cc3f2c419ac570e18271ce096963c4bdbdfa433a577075d6165b95d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-s1300" + ]; + titles = [ + { + model = "GL-S1300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-linksys_ea6350v3-initramfs-fit-zImage.itb"; + sha256 = "bf0b8834bfeaedb4a7e0f4e3dc77e62b19ade2d5fd74e0134e98d049e17ea201"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "b705cd6cd5b0ec6804a90c724f31e4ce9ccd10e2f1e70dddf0be9de64dedfec3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "b199d9f73d00d16e6574896af9ef2e16b872085bfcda9dd66f9c23313298a705"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + model = "EA6350"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-linksys_ea8300-initramfs-fit-zImage.itb"; + sha256 = "3a3c78c51918487f8c537c5f15473a0fdcd4c0bc96bdaf04e7dea53b84bd2ba8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "aac5966d9375816abcb9165aab1f30d36ea34d3673072664c6500ae6753d7bd5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "a734b41aa9931564fc6958b31b9e22e4bc86f00fd959c8cfb175e5af6a1881b0"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + model = "EA8300"; + vendor = "Linksys"; + } + ]; + }; + linksys_mr8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_mr8300-v0" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-linksys_mr8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-linksys_mr8300-squashfs-factory.bin"; + sha256 = "2ff0c826d0a292d6a4762ede1f10a4bc520715106fcec24f36abdb706338d28f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-linksys_mr8300-squashfs-sysupgrade.bin"; + sha256 = "c0e7ecbf48f54560bd4d3bf2e815d9598b46f6ce2a845b0e89c4a094a9b7cd5e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-linksys_mr8300-initramfs-fit-zImage.itb"; + sha256 = "3aff7efb626e4e3ad2b658b672e233a8e0c9f39241046e08699f7c4d789bbc58"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,mr8300" + ]; + titles = [ + { + model = "MR8300"; + vendor = "Linksys"; + } + ]; + }; + luma_wrtq-329acn = { + device_packages = [ + "ipq-wifi-luma_wrtq-329acn" + "kmod-ath3k" + "kmod-eeprom-at24" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-luma_wrtq-329acn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-luma_wrtq-329acn-squashfs-sysupgrade.bin"; + sha256 = "11e90f3433d860b5c00919357977c10602155b38a9e250c8485c3a83c1e2ce8d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-luma_wrtq-329acn-initramfs-fit-uImage.itb"; + sha256 = "e7e9d943a7fb2741565e88770e9fbf2dc398b6e98e9863a39d6de1bc3bcd25ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "luma,wrtq-329acn" + ]; + titles = [ + { + model = "WRTQ-329ACN"; + vendor = "Luma Home"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb"; + sha256 = "4900144b8c12a32951ebf88160eb7cbc4cd10e728abbae04dd78c42312b806cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "cf59b5ab4488273f7a571ea778ad3d9d00bbb579e4f02d54cc10f0e27f91b6b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + model = "MR33"; + vendor = "Cisco Meraki"; + } + ]; + }; + mobipromo_cm520-79f = { + device_packages = [ + "ipq-wifi-mobipromo_cm520-79f" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-mobipromo_cm520-79f"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-mobipromo_cm520-79f-initramfs-fit-zImage.itb"; + sha256 = "8ebacb9d9115acfcff220be151dcabfb874445adf3c3bdaca9330a3da7ce198e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-sysupgrade.bin"; + sha256 = "94051a4f689af27b4d7738bb2818d007ec373102bb63b12b29bfe5337dd51fbc"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-factory.ubi"; + sha256 = "bf9de514b8fffb2dd28622001ae339ca35c3c8b961fe693f2f737f0845028760"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "mobipromo,cm520-79f" + ]; + titles = [ + { + model = "CM520-79F"; + vendor = "MobiPromo"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "3e8a7a28d8f389425513dd9712bd2126e91d26922d85ccbdccc07056c7295621"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-netgear_ex6100v2-initramfs-fit-zImage.itb"; + sha256 = "b8231692a3c03114f9c711e4579bdb106e81be4405451a58f994421883719c0d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "e89fd31e691d132625313766f8bf452e6e72958a455946b4b37073f78ee95099"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + model = "EX6100"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "dd64793b2f4dea53f0e5ad74c91e5471b1f90377a28274fbf6542edcad638cb3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "e16f26cf74e8dfd09c01c153905ff476c01817cf58a2f7b62da0bd8d5ff1032e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-netgear_ex6150v2-initramfs-fit-zImage.itb"; + sha256 = "502809b9d356e80e6561326f9afa13e5fe403e5a0495f76c960b94c8154b14ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + model = "EX6150"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-openmesh_a42-initramfs-fit-uImage.itb"; + sha256 = "da0227cc6e8e778850575337fbadad8d12367dd66d34ad8a32f5352d9c5efb1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "337a503324e60aee99df7740de3da92b9837a7bd7f52e574774927dba405e9b2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "d6754d62f78e28eb28afbcd05f61882f1c07cfcd26a99a26733f5ffd54e0aeea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + model = "A42"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-openmesh_a62-initramfs-fit-uImage.itb"; + sha256 = "8db0dcdf86a42b6e8491a8088390f19248645ac97c661b56e12c917922e0f0c2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "b54501f8feac991f47d808336d79e25cf2e93d80e327c5deae2a63cfe08dd293"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "98d156374b2f4d361a73c2a7bbf637e75a2c253875b913ffdd8d5f7e98993f24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + model = "A62"; + vendor = "OpenMesh"; + } + ]; + }; + plasmacloud_pa1200 = { + device_packages = [ + "ipq-wifi-plasmacloud-pa1200" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-plasmacloud_pa1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-plasmacloud_pa1200-initramfs-fit-uImage.itb"; + sha256 = "5f4590981b9d7065a6a59586efc1af32bf87588fa84d1fd32e64d442527d03df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-plasmacloud_pa1200-squashfs-factory.bin"; + sha256 = "0582c42f5ac3571c9d97d592040026caa343fb9df68f7360983652d4d6ab9a38"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-plasmacloud_pa1200-squashfs-sysupgrade.bin"; + sha256 = "9e83b5f5550506d2b4cb1d108f27e2870ffb312cfe0ee1a8c02a19e1b89637cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plasmacloud,pa1200" + ]; + titles = [ + { + model = "PA1200"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-plasmacloud-pa2200" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-plasmacloud_pa2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-plasmacloud_pa2200-squashfs-sysupgrade.bin"; + sha256 = "fcb84cbcec511f6a9e358fb30bba46e171b6f0e03adbec1d2e1cc8b7519c9248"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-plasmacloud_pa2200-initramfs-fit-uImage.itb"; + sha256 = "6d9dc536118e453128169a26bbb8793355d6035bec5bb260d448b201b38f7165"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-plasmacloud_pa2200-squashfs-factory.bin"; + sha256 = "a87f1c9d7c42e37d25f931d0a438cc4f0cf4da81fac47f4ae72f11e39b088f08"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa2200" + ]; + titles = [ + { + model = "PA2200"; + vendor = "Plasma Cloud"; + } + ]; + }; + "qcom_ap-dk01.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-qcom_ap-dk01.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-qcom_ap-dk01.1-c1-squashfs-sysupgrade.bin"; + sha256 = "262f46716a6fd70856ab2eae3e9edad3f5421ee02f3bf0380b72025a933a85ec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-qcom_ap-dk01.1-c1-initramfs-fit-uImage.itb"; + sha256 = "c531420e23422d419ca92b8bf6a8042a39001858a4d338c20b31b24e342e31c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ap-dk01.1-c1" + ]; + titles = [ + { + model = "AP-DK01.1"; + variant = "C1"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + "qcom_ap-dk04.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-qcom_ap-dk04.1-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-qcom_ap-dk04.1-c1-initramfs-fit-uImage.itb"; + sha256 = "473cfc2afb2122c3e65b3655b89cd2e5d5ac0dfcc07c9622e2534f0eae41703e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-sysupgrade.bin"; + sha256 = "30d2aaf6a17f78858a6c410b5dfa172984a446deb1c72c7efa4fa74e9e0a2d21"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-factory.ubi"; + sha256 = "3844e89b17f6ef7ee4d73d03bc40ae33432a4270db4ffff4b6febded68d1e334"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ap-dk04.1-c1" + ]; + titles = [ + { + model = "AP-DK04.1"; + variant = "C1"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qxwlan_e2600ac-c1 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-qxwlan_e2600ac-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-qxwlan_e2600ac-c1-initramfs-fit-uImage.itb"; + sha256 = "b47a4ea28b9cb33101af5106485d919492de65d61af7c2cc5318f2750e590ed0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"; + sha256 = "e1d6ca569f26d9216f63c666a50b16ed4c3521848191c4d704a30f6d1ea31b03"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c1" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C1"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-qxwlan_e2600ac-c2-initramfs-fit-uImage.itb"; + sha256 = "40d9bcec6157bee2102cf3358bdc34d01085b03a268ac9a7f6ffc32f76f05730"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "9dd77b5b06e4f51f8d71adb308a3370ef8b2a1a213b06240097a296997e7b956"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "3f4363714413b4c69db443b22f6e42c92e8b0506cceecfd9b148d986f65c91f5"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C2"; + vendor = "Qxwlan"; + } + ]; + }; + unielec_u4019-32m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-unielec_u4019-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-unielec_u4019-32m-initramfs-fit-uImage.itb"; + sha256 = "cac25a352c98efb8f1e2eaf56a0a741620ef43608c06a7152bac4a6767358c1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-unielec_u4019-32m-squashfs-sysupgrade.bin"; + sha256 = "b7872811c4e3a04c9f4d983b425298eaa9601fb3df3a56beb220c5a562bbfcd1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u4019-32m" + ]; + titles = [ + { + model = "U4019"; + variant = "32M"; + vendor = "Unielec"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "c3bbe2d3e10680917afd5b0d2a384e30c6b0fd2410bf9b09571debcdd3bc019b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-zyxel_nbg6617-initramfs-fit-uImage.itb"; + sha256 = "484b6bb32ce3c3ac8018cb2f0a8e992750e4fe66f3ef23f8e288699bb7404bba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "36daf99ed44eb8985d230206ed93b1b5d49d49e9247e035fca09d0c2802aedec"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + model = "NBG6617"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-generic-zyxel_wre6606-initramfs-fit-uImage.itb"; + sha256 = "b525360c5aa363a16d8e3a8cadc2946900ef5d171c859936f6e40b35d1995738"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "71e1d3dc5bfc01ed588c05669ea90e7054e3e34c23948c2e80618c2d6d4d60bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + model = "WRE6606"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "ipq40xx/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + mikrotik = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_hap-ac2 = { + device_packages = [ + "ipq-wifi-mikrotik_hap-ac2" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-mikrotik-mikrotik_hap-ac2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-mikrotik-mikrotik_hap-ac2-squashfs-sysupgrade.bin"; + sha256 = "faac96a6ca812c094ed3c5003e35f4b938b1a93e3a85bca1a70d0b0542abbf39"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-mikrotik-mikrotik_hap-ac2-initramfs-kernel.bin"; + sha256 = "f6d609aa5a5b83c7216f21ec31bcf21be4d9ed2f8cb330d6d88aed122fe35e3d"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac2" + ]; + titles = [ + { + model = "hAP ac2"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_sxtsq-5-ac = { + device_packages = [ + "ipq-wifi-mikrotik_sxtsq-5-ac" + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-initramfs-kernel.bin"; + sha256 = "a22dba2bc477db5e7326e148653456b063d6e179dc8cce73050ef1a01325e2e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-squashfs-sysupgrade.bin"; + sha256 = "9341908254d3ac7de5ad3583da98ce52ad77003eb4298d66396f364e9c40a712"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,sxtsq-5-ac" + ]; + titles = [ + { + model = "SXTsq 5 ac (RBSXTsqG-5acD)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "ipq40xx/mikrotik"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-phy-qcom-ipq806x-usb" + "kmod-usb-dwc3-qcom" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asrock_g10 = { + device_packages = [ + "kmod-i2c-gpio" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-asrock_g10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-asrock_g10-squashfs-nand-factory.bin"; + sha256 = "82d6cac244c3d23790bdab7514525e93fc2279c0c5364e5abb6e7006ec1bc8c1"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-asrock_g10-squashfs-nand-sysupgrade.bin"; + sha256 = "fe85803db2afcd4a5fce389c4599b8f2522579745827e57ab40b2d56992ec035"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-asrock_g10-initramfs-fit-uImage.itb"; + sha256 = "663085af7e6363b4c6881600a61ddb3b921cfc0689a2958cfacbcdffecba4b20"; + type = "kernel"; + } + ]; + supported_devices = [ + "asrock,g10" + ]; + titles = [ + { + model = "G10"; + vendor = "ASRock"; + } + ]; + }; + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-buffalo_wxr-2533dhp-initramfs-uImage"; + sha256 = "764343d4c565132fcccb87c974fc4c8e973fb6df3c9cea5227be9c705121a8c8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "a1453909f5a517f30f4c26306486dec973110c2aa4d42ab408a95eea478af09f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + model = "WXR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-compex_wpq864-initramfs-fit-uImage.itb"; + sha256 = "13250504cc8e6414ebf83bd985eca768c82fce4f367b192c5d45a55bd19311dd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "c7b2fed1e4051e76d849ee97a26985678868975a07ef12d4300b1ba338214d4e"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "d3fbf24a0197a9dd04d89a02a05e645c598cb6fcb7b72d529fe2b460f2749ce3"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + model = "WPQ864"; + vendor = "Compex"; + } + ]; + }; + edgecore_ecw5410 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-edgecore_ecw5410" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-edgecore_ecw5410"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-edgecore_ecw5410-squashfs-nand-factory.bin"; + sha256 = "09ce54ef7322763471546bcf3e0fea50cfcfaf2c72f9b86650ede197f37f85e2"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-edgecore_ecw5410-squashfs-nand-sysupgrade.bin"; + sha256 = "b311084b90b2a7963d5f6823c4c723234dce1305fd2172a1a28826190c2fa7b7"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-edgecore_ecw5410-initramfs-fit-uImage.itb"; + sha256 = "efd594d5488a7b20d982090a2fec3fd0caa28917ed144ef54deee0bbef901a21"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,ecw5410" + ]; + titles = [ + { + model = "ECW5410"; + vendor = "Edgecore"; + } + ]; + }; + linksys_ea7500-v1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-linksys_ea7500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-linksys_ea7500-v1-squashfs-factory.bin"; + sha256 = "414a67816cd39b71cd844a9f84fbb471f1ea5fcacee200fddf68f0bec72796d2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-linksys_ea7500-v1-squashfs-sysupgrade.bin"; + sha256 = "7561be45c5e39ec40878b698c342c0ea6b36c43b9db01cb834b8c11eca3a0269"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-linksys_ea7500-v1-initramfs-uImage"; + sha256 = "fccd2eef5a7ff5e7ea5cf388a0d8b84d508e162205b0b5fa027da85b186b2a59"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7500-v1" + ]; + titles = [ + { + model = "EA7500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "d533c1c5345cef74d1f651ccc68eabef00537ac93b83c2a14caa753f23652dec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "f1fc0ed795f4b1c28e4fdfa8c29ce2ac49d8fb5c7f2996ebf6abb4eb6eeb2d4d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-linksys_ea8500-initramfs-uImage"; + sha256 = "f0dbb96b0486f6e38ef090ee452f90f3dedaf0d2e9f44197d44fa0b91c624722"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + model = "EA8500"; + vendor = "Linksys"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "d6c450f43c08884030641dc12b23cb2f01a41aa46a325640a1a9fcc01a158434"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-nec_wg2600hp-initramfs-uImage"; + sha256 = "98566ca578daa98b4a95a51f063e44e17cde049c258de45f9eec2ad2b88061d0"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + model = "Aterm WG2600HP"; + vendor = "NEC"; + } + ]; + }; + nec_wg2600hp3 = { + device_packages = [ + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-usb-phy-qcom-dwc3" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "ath10k-firmware-qca9984-ct" + "ipq-wifi-nec_wg2600hp3" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-nec_wg2600hp3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-nec_wg2600hp3-squashfs-sysupgrade.bin"; + sha256 = "3372ffa38a6fa3e1e5142d54a5adc39cb881d801433f3251050008acaf4b34ee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-nec_wg2600hp3-initramfs-uImage"; + sha256 = "721ddab8eb15718fc11baa99cc9937f36390a94eed59bd36a94be7d11adff9ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg2600hp3" + ]; + titles = [ + { + model = "Aterm WG2600HP3"; + vendor = "NEC Platforms"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "52b53b21b8fd8d2457a9f3c2253c8f5648fc7528491955f22742ce740e6284ff"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "68302e728eb1de72c95c1548d53331c4a718bb1a9ce457f8c2d6db4f727580ca"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-netgear_d7800-initramfs-uImage"; + sha256 = "b55992ecc73c1fd23bb1670cc5a0b909dc4e06501f5cee77d68a282d53aa65e6"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + model = "Nighthawk X4 D7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "e6ef8f9dfc5c2c718b9408f866cc47a5c59323ad742cd4b2ee9f10b5ec0738d1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "559c0bd90652bc7a030392ea463c063ecfdb262239811aa1eb1288a065685ad5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-netgear_r7500-initramfs-uImage"; + sha256 = "2c5446f84916af48de15412dae35029fb1472eec6ecc15040a90c61ecbeb1737"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-netgear_r7500v2-initramfs-uImage"; + sha256 = "d0bfc74ba96311a48caddc6e75ffd6279218a65b2c342700426e14c011abb3e1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "aeca18b23e9877c06d4c7fa77d902b0723ea8120685dab6e421aeb041f16051d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "28f3bd42f701c0d9fd1f3965a963ea3f9915c6b10459f63febf3477523dcaa7f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-netgear_r7800-initramfs-uImage"; + sha256 = "3f3eeb2a49a095d89c7acdeaecacd4461e5dac5d6cf4a75e7b4c3b139ab04552"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "f4b9d8c6313ebb9f77d182c2cfbd050b4ce6f788e6cebd3851c9b2b79764941b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "991dc5cfac087d8b423f94bf8ec4f84bd1a27573a329a5f64fbf3847980f29df"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + model = "Nighthawk X4S R7800"; + vendor = "NETGEAR"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "7f2da19f0bccf4563507de23e178da823832419c9420a6215cd06e89471e263c"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-qcom_ipq8064-ap148-initramfs-fit-uImage.itb"; + sha256 = "a6e463511d69d58fa1c7c188b2840c3395fc1b87e3176430e334521791b5d1ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "0fa7fc5563083feb682c5526f5b64a4cbd4e829f7c10bfad1c135f5e18cb38cf"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "standard"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-qcom_ipq8064-ap148-legacy-initramfs-uImage"; + sha256 = "2cc83d2a014ee6c3a33bca5cfd42c0a669a59d50115a8bc1665363685eef64e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "c3e77b077ac508b0b0b3e6089a20772667e27aaf4582533a0c33a790c72c9c2a"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "0bd9581d374566e8a36ade7ed04f21b403e43e1d627f54352edc9c3531d01d78"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "legacy"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-qcom_ipq8064-ap161-initramfs-fit-uImage.itb"; + sha256 = "b364fb6c045ac5d91d5f791a289e083753c31ab3d7044966b5ce7592c5693ad6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "e4a8bf199b9fa142ebc069e82fe823ff98d5e3f654bd1595f8a91f11a8b93bc5"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "c85c458b81dc917fa6da6b60dcee3af7f759022eb751626fb8e9875db2221524"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + model = "AP161"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-db149 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-qcom_ipq8064-db149"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-qcom_ipq8064-db149-initramfs-fit-uImage.itb"; + sha256 = "063401a644eb170d271d35026cbb9510d603276eae08f96f4552ad0283294c85"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-qcom_ipq8064-db149-squashfs-sysupgrade.bin"; + sha256 = "630869d1d640adc786ed4f0a79bb4ccd5adb1aad6ee197262d66cc64463d353a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-db149" + ]; + titles = [ + { + model = "DB149"; + vendor = "Qualcomm"; + } + ]; + }; + tplink_ad7200 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-tplink_ad7200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-tplink_ad7200-squashfs-factory.bin"; + sha256 = "c178521a16dac97505793c060b6201f526615ddb97e08536fad9f7646ca88f35"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-tplink_ad7200-initramfs-uImage"; + sha256 = "90cb273981a22fd2469a1038b8d2bc27667b939253ce427dd56aa0e1d54613cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-tplink_ad7200-squashfs-sysupgrade.bin"; + sha256 = "47e58efd80c13d01b6fe0b19782b3797d743296b09cabe6fad99c49c2001d669"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,ad7200" + ]; + titles = [ + { + model = "AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + { + model = "Talon AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "8292cc004247554a34759cd843969410b452b7d655d652e17e29ac90fb4084f3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-tplink_c2600-initramfs-uImage"; + sha256 = "9a486043b6e5f83b689957df064ea0e468c36860f111ca21c88efff2fabba4ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "91bff9913a2985009192581157b830411960eb4294e71d9f5a8dc751250c7ba1"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + model = "Archer C2600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "33541390688dde5d5f6eb6e5b8510323f909563cb78c1d8cfe8c98629a72182c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-tplink_vr2600v-initramfs-uImage"; + sha256 = "0479ee952166321d7512abd63a143f7899a359d8dd072ddeffff7dd3437b3cac"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + model = "Archer VR2600v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_unifi-ac-hd = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-ubnt_unifi-ac-hd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-ubnt_unifi-ac-hd-initramfs-fit-uImage.itb"; + sha256 = "d49216eb8823eebe0dcb49d55ab5910b7108eaa5e9ad282aca8a48eebcff5188"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-ubnt_unifi-ac-hd-squashfs-sysupgrade.bin"; + sha256 = "cf3b52752f1f2b0316bb553c16db8103fd97cb8d62b1309d89e599dbc3563908"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ac-hd" + ]; + titles = [ + { + model = "UniFi AC HD"; + vendor = "Ubiquiti"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-21.02.0-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ipq806x-generic-zyxel_nbg6817-initramfs-uImage"; + sha256 = "427827e74f90bbb106eac3e97f6a962c9b89362ef9e561608b3c10068f4437e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "11741060f9857e7c76c328fd1fb333a9db292915ac90ecc73689cbbbe7c59860"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "c29b91845e0f99183760eafd6aeed14f9ee08776041e34878efb97a054024cd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + model = "NBG6817"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "ipq806x/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + checkpoint_l-50 = { + device_packages = [ + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-mvsdio" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-kirkwood-checkpoint_l-50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-checkpoint_l-50-squashfs-sysupgrade.bin"; + sha256 = "04df49871cbe9f2b553332585cd96722ae381fe3e745682ec2cd1bb491d96b2b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-checkpoint_l-50-initramfs-uImage"; + sha256 = "ec39c6fe9484b001c755af1a1f90422e5b3ec4c13baa0b8b8675a2b6a55cd67a"; + type = "kernel"; + } + ]; + supported_devices = [ + "checkpoint,l-50" + ]; + titles = [ + { + model = "L-50"; + vendor = "Check Point"; + } + ]; + }; + cisco_on100 = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-21.02.0-kirkwood-cisco_on100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "8b41731c18234f54ed681102347deb2f7d08ab0aa50a6ab704ae04b4c8a24b07"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-cisco_on100-initramfs-uImage"; + sha256 = "fc265f385e19ced81f3cf06a6d9b522c715fc7bae6c1404e2f9062c71dc7e815"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "d8345d5eeb0dc3ee48c84f12964f06a59e00c0bc6f592dc4abfdf9426828fd63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cisco,on100" + "on100" + ]; + titles = [ + { + model = "ON100"; + vendor = "Cisco Systems"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-cloudengines_pogoe02-initramfs-uImage"; + sha256 = "0e48ffc21d04571378d33ce60fd5851617bd02ad8abc6e01e2896bb7833c4b2d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "6be34acdc52ff15757d39e990e681cc24fc0f35c6aaadbc5f9d3f66f59c5a23c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "cdc6ab786a4d63de0e2e31504b70de3ab70bfd95dbfb83551783840649c0cc9e"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + model = "Pogoplug E02"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-mvsdio" + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.0-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-cloudengines_pogoplugv4-initramfs-uImage"; + sha256 = "0c278c142c5a08280994bb0b77aaa84a4a95c98c238cc2ef72289b35279a5274"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "9fdbc24a209bcdb385074544859437483c5a85fbb2f77523fd4c0328d3afaff2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "ac84999b4681a53824b515539054c1af63e2cedb48252015aab80a31b17893ce"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + model = "Pogoplug V4"; + vendor = "Cloud Engines"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "5bdbe9325cb133742330356785ce97dfbff71ec8a21d1a962d74e4da35b0e0fb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "231d2acb8cd714f26ed40703696d90a2fcd66ddf955f9e6390af8f5808ff24b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-iom_iconnect-1.1-initramfs-uImage"; + sha256 = "d02e0df0c3175ea3b4b61808199189d25e62acb7714e7d61820178cc9a4c8b3b"; + type = "kernel"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + model = "Iconnect"; + vendor = "Iomega"; + } + ]; + }; + iom_ix2-200 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-21.02.0-kirkwood-iom_ix2-200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-iom_ix2-200-squashfs-sysupgrade.bin"; + sha256 = "71559709dc12fb5f8826753b721a03f0d8f7b85022981f21b96eb53725d10ae6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-iom_ix2-200-initramfs-uImage"; + sha256 = "894a0ada1b9ee86c5b1308b9f7ebbbc5e7a8acaf03af823c37daaeb6dd8d8f54"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-iom_ix2-200-squashfs-factory.bin"; + sha256 = "4f1bf5fc3c7c38afc3f944222633c5d002a194006ff54fc9e88028a8e0172fae"; + type = "factory"; + } + ]; + supported_devices = [ + "iom,ix2-200" + ]; + titles = [ + { + model = "StorCenter ix2-200"; + vendor = "Iomega"; + } + ]; + }; + linksys_e4200-v2 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-kirkwood-linksys_e4200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-linksys_e4200-v2-initramfs-uImage"; + sha256 = "4b1a4a68a9c9a5d0495c5a2ceb9bc13c04750d6b0f1d0976cdac50dacf4eed78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-linksys_e4200-v2-squashfs-factory.bin"; + sha256 = "d74765d1fcb160cecd2806f06532807a5c0192b8d6a8f10f943a24c60c415952"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-linksys_e4200-v2-squashfs-sysupgrade.bin"; + sha256 = "e1a50c6b76cae73bde68750c38e0223ff85d0e2eba32730740e3b55223089e72"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e4200-v2" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "E4200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea3500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-kirkwood-linksys_ea3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-linksys_ea3500-squashfs-factory.bin"; + sha256 = "77f9a012a8b7b473c0629753ca462332a879e9645fc56ece46938de516ea675b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-linksys_ea3500-squashfs-sysupgrade.bin"; + sha256 = "46e2f20ec5e175ec536f0f1caea9b7742888a3083e0e5b37407d9d2f2f51e257"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-linksys_ea3500-initramfs-uImage"; + sha256 = "92f796c549162fc18dbfc48e4e356e60b56106708689887411fed533ab7a4a72"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea3500" + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + model = "EA3500"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea4500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-kirkwood-linksys_ea4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-linksys_ea4500-squashfs-sysupgrade.bin"; + sha256 = "631badc17b09d092b4d0aa8fa81c376e76dd42fcd16b1ef2a480b3a2777f4d3e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-linksys_ea4500-initramfs-uImage"; + sha256 = "5d5623f518fe8e610ecc6152d9183c668927115c52e8b475fdcc0ba7c95a9cf9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-linksys_ea4500-squashfs-factory.bin"; + sha256 = "4855267b3231f164c8d3a295de4cec5bd9c5171ee47ca18ae5331b8daf1554f8"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea4500" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "EA4500"; + vendor = "Linksys"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.0-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "9785bfc856881b07471963f11f0a3065b88ab3269d7346db147f764008f8c3b1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "ff4810e2511f6bdf51609c3a901d6e296656bc616e2e5d91f6dad78a015858aa"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-raidsonic_ib-nas62x0-initramfs-uImage"; + sha256 = "3f222f9cba017ee9fbb3d55d5239c79062bb1850b92d0a4dfa8e14e87e4d4949"; + type = "kernel"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + model = "ICY BOX IB-NAS62x0"; + vendor = "RaidSonic"; + } + ]; + }; + seagate_blackarmor-nas220 = { + device_packages = [ + "kmod-hwmon-adt7475" + "kmod-fs-ext4" + "kmod-ata-marvell-sata" + "mdadm" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.0-kirkwood-seagate_blackarmor-nas220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-seagate_blackarmor-nas220-squashfs-sysupgrade.bin"; + sha256 = "4a7a8e478789dfd25fa82c97683bbb4a0054441da7646328daddb817c7dc9c9c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-seagate_blackarmor-nas220-squashfs-factory.bin"; + sha256 = "709c1f68849990209615ad6340cd1ca2608df7e6436e2f90b3c64f7c19593e6a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-seagate_blackarmor-nas220-initramfs-uImage"; + sha256 = "3df3d8314b89b8c32f3121b3a392790ca9e3eae85dab52eadb877171a032e40f"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,blackarmor-nas220" + ]; + titles = [ + { + model = "Blackarmor NAS220"; + vendor = "Seagate"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-seagate_dockstar-initramfs-uImage"; + sha256 = "f26d98568a8482d0c7807003ff80100102bd420546dbac9ec22f99606c3786a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "c0e667530febb9445438dac5fac400372766bd307d27fe9a0a6ce975bd641513"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "fc4f78cdd86d37f06988a117cd02bc6ad941621ce3a640e9bdc55d2669b85634"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + model = "FreeAgent Dockstar"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.0-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "f5f0fbc0e2eb2ad4699cb11dc2669b78b966b2e8df3e856906c378b8fbf42fb4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "ce5614ab0f0a4e8a8cd9caf03a96513fdd55e4b9b16b9ee5d10cc7dd292df62c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-seagate_goflexhome-initramfs-uImage"; + sha256 = "c8f9bf1ada113ff96b2300664b75b66ddef34087089eaf6c44f1292712b42d79"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + model = "GoFlexHome"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.0-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "16417d70cd142e3219d12cc902d746dc482647644e5f16e0102717adef15e072"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "b627f53eb5e45e5b8a08f739a1721d11951cc44d522aff0aa6a6d876750275a6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-seagate_goflexnet-initramfs-uImage"; + sha256 = "a7ad9bdefff5ba172fb503a547c3585c2da1e775bc852dd116f684889ba5c34c"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + model = "GoFlexNet"; + vendor = "Seagate"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-r8169" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-21.02.0-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "555fc4f384e0b162827681c9b3a8aa8d0803b6f4b55ae40942a9f96a9255b8b1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "dc43d4ae8675e91e2357811fa39aebcd940a9162a750c6f7b22998112e4d69a5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-zyxel_nsa310b-initramfs-uImage"; + sha256 = "4dc314ca52768cc406aef30b3bc0ce6217cc66fab05e894ca8644a2598b15182"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + "nsa310b" + ]; + titles = [ + { + model = "NSA310b"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa310s = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.0-kirkwood-zyxel_nsa310s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-zyxel_nsa310s-squashfs-sysupgrade.bin"; + sha256 = "8d757d7c95b0281cbb24f49f8637ad1fa1c4407f3789be49a432b6a0d403b562"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-zyxel_nsa310s-squashfs-factory.bin"; + sha256 = "08f3c24b87c1c076cd36859f51e41bbcb9cd3dc4f737438ffdb1b6da991c8ce9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-zyxel_nsa310s-initramfs-uImage"; + sha256 = "9792c1f53998cd68d52c893a13c9e676b0fc998d9190ea99a3e8e456e4577663"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310s" + ]; + titles = [ + { + model = "NSA310S"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.0-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "c7364b92f567b55ccbd9cf1970d7ac25313b194df901c055ff828878389e44e2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "b9110dd72563a9b8343bf974cdb6a710daed53ce21fd947d7ed409a3c352d145"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-kirkwood-zyxel_nsa325-initramfs-uImage"; + sha256 = "7d5a45ed78c7a5cf144e0a52ea3a4f1a2bd669b4dea8360c0497ce0e23705f91"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + "nsa325" + ]; + titles = [ + { + model = "NSA325"; + variant = "v1/v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "kirkwood/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + lantiq = { + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-ltq-atm-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-vdsl-vr9-mei" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "ltq-vdsl-app" + "ltq-vdsl-vr9-vectoring-fw-installer" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoa" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-alphanetworks_asl56026-initramfs-kernel.bin"; + sha256 = "3a932e587dbb86dc2e695cd9dc8743fece345d6c36322be2daef9833450ab906"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "8139419577fb8d05b42e69a00751b0129d94cd5defcffaf5c17b42197184e5d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + model = "ASL56026"; + vendor = "Alpha"; + } + { + model = "ECI VDSL Modem V-2FUb/I"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "9b3dd9540a7417cb84595a0b4952be1999ba90bffbad1361f521d3139403e8b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-arcadyan_vg3503j-initramfs-kernel.bin"; + sha256 = "8f166ec22c3b4aa17f6c647d873defd66245011721afe362261a16402bf36100"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + model = "ECI VDSL Modem V-2FUb/R"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"; + sha256 = "bca6d286700dc09b5903a741b6c036bfb77df825fa2d7ce65eaa3f2650f78f3b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-arcadyan_vgv7510kw22-brn-initramfs-kernel.bin"; + sha256 = "f8c9b4ac1906cb1b705aa8a4afcc3aa270e7d9f79a3c1678f561847d2b33c373"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "BRN"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "0c86203c32aa8cdb702557bc5159fa739cfd15aa19dd4c33fc0721b9e7f9550a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-arcadyan_vgv7510kw22-nor-initramfs-kernel.bin"; + sha256 = "f26857539ec8aa545412fed2420eeae05acd083c378c3b5b682d6067e6215693"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "NOR"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"; + sha256 = "c5034e4f4391b3357a351d90fefc195851ed1d82a9bb599368ec921f5bccc732"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-arcadyan_vgv7519-brn-initramfs-kernel.bin"; + sha256 = "9e213112d98ee6ffb64c5094d3d34c711e5733f005dddd306e4f1c1c17e374f4"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + model = "VGV7519"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "BRN"; + vendor = "KPN"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "6ab27b0bec6bfe49a0803f58cd9dcba9cb8306834864dd6a6b6796d13efa6cb0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-arcadyan_vgv7519-nor-initramfs-kernel.bin"; + sha256 = "f5017e48d920137616de616686b8b442b9cf9dd8e0009a65ae363af2117a7ed5"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + model = "VGV7519"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "NOR"; + vendor = "KPN"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "0ee04fb87b78520c850539d5ec5733ea98fcc669401bef16a4894c689890ac28"; + type = "eva-filesystem"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz3370-rev2-hynix-initramfs-kernel.bin"; + sha256 = "c4dcaad4a77009f550c0d9b25aa0a21b09eeed69f920845bdf04fe85baf123d1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "6585efe6b90b2f52d393de18885fdabbc8d3f3279da76d61b13c299405b63ef3"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "4ef5bc9a5a3ce768d4c970037c28d3442739ff31b96b13590d050f1a73ebc11e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Hynix NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "d716b7e8ab885fdb8bf6a37668a99d9699c9e18d32074031d25505929414f52a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "fb1ec9db9ebefe485e7fddb40c3ad6c6c85454a0a6c6f0ea7ea30e7c5e70a78b"; + type = "eva-kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz3370-rev2-micron-initramfs-kernel.bin"; + sha256 = "8ad9e1c345a57dbfe8ab17378b835b88a6d75d809e9897c22e5cb0a3993ea818"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "0ee04fb87b78520c850539d5ec5733ea98fcc669401bef16a4894c689890ac28"; + type = "eva-filesystem"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Micron NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360-v2 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-avm_fritz7360-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz7360-v2-squashfs-sysupgrade.bin"; + sha256 = "48df5530fa0f091ead5cc1c1d6c3d03e16667642152ff5f477d9962fdaf130ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz7360-v2-initramfs-kernel.bin"; + sha256 = "fc3970242f8d4171e79975a252fdfd3f34262f64150afdaffd34b3982eb3fdcc"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7360-v2" + ]; + titles = [ + { + model = "FRITZ!Box 7360"; + variant = "v2"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "ccec97e82dbfd1c9b521823de877c8791415eade3c32fa57fe6e598f9d3866ea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz7360sl-initramfs-kernel.bin"; + sha256 = "7b8724031be2d0b4cea95fd80f2e4371702077cc86c904a75f9c5ba1ddbbe47d"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + model = "FRITZ!Box 7360 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "3fd9b21ff96d60510d040c23147c94dcf693408bf39b717dabec5dd2b4d2ea19"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz7362sl-initramfs-kernel.bin"; + sha256 = "4b0edbee2633a7c36bc8df6b80dc99a927f0b64f46255b7bc763146fc80f62a1"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + model = "FRITZ!Box 7362 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin"; + sha256 = "fe0767113a8d200669d05924e1b49f456efbd4006e0899ecee43f810f8a239c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "15ad23fabbd6468ec9f6eecb5b8c2e6846c73f0b4b69084021f3162a7c6a63e4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + model = "FRITZ!Box 7412"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7430 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-avm_fritz7430"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz7430-squashfs-sysupgrade.bin"; + sha256 = "61a493a0922e03aa183d96f61034474bfc8a0190bddd12e8c80e2ddb104558b2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin"; + sha256 = "2f6399805715259f8269d3ba10f8a5fe5039d473c00847d7ad5df17aa65661de"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7430" + ]; + titles = [ + { + model = "FRITZ!Box 7430"; + vendor = "AVM"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "7246b63d8f12c8e5e298c0dd65316955da5dde5998203e3a77f4fc8fab40d612"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-bt_homehub-v5a-initramfs-kernel.bin"; + sha256 = "9909f5bbb50c7ad434291717ac13fe9b80468290aa5d49c158181b3642956dff"; + type = "kernel"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + model = "Home Hub 5"; + variant = "Type A"; + vendor = "British Telecom"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "c950e1124744f852aed490e734a48b930e01cc4032911f28418b4f0c7e8e8a62"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-buffalo_wbmr-300hpd-initramfs-kernel.bin"; + sha256 = "e4209d1d01f550023e0b3fb2b1de21fb492f76bbf53b34e238fca456fbf679ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + model = "WBMR-300HPD"; + vendor = "Buffalo"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "bd50e5160cbfb4a9fc1bd54fe64d92eed5fa0848d7cd118eb0e60d8f494d53fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "4f30549d02e829346a41712e0970917fa90cc6a17ae297dccdc1b7f6c32d7889"; + type = "fullimage"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-lantiq_easy80920-nand-initramfs-kernel.bin"; + sha256 = "52c4a5606415eb1136b251d8af87b3a6ecd8e7c4a8aa521effcf0b08289e3bc8"; + type = "kernel"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NAND"; + vendor = "Lantiq"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "0fe726a16071f9eaab223403297825b50f55b7afce1a0f562a61f794d60d2903"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-lantiq_easy80920-nor-initramfs-kernel.bin"; + sha256 = "89907701c55507cb7918b25e4a8a4fe93632814a21745f190fcce49911a5b7cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NOR"; + vendor = "Lantiq"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-netgear_dm200-initramfs-kernel.bin"; + sha256 = "ec0ce9e199bc3e1029696525a55edc1b691860bfa3a0f1ac757a8af3d3c2afc9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "84a4b81af666a245c523111351824f9c0602e51a623388f494c7728e5179c6a3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "85a14929359762c4fce22350d19b1b0b9e1dc15908ec415a21455f1f35d71819"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + model = "DM200"; + vendor = "NETGEAR"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-tplink_tdw8970-initramfs-kernel.bin"; + sha256 = "0fc7e8c45fae46ae1595a9625a6864f453dbc45261c2533bf36c25d4b0aba6f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "58259772a65dabb9ec241fd0a457692e4b2a687646a8572dd264d2969a90fb43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + model = "TD-W8970"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-tplink_tdw8980-initramfs-kernel.bin"; + sha256 = "098777a03234086bd1c5193231984a7af23b23c097b0778991aad22c001d6a59"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "a1502cff1d51e00887531da244be60164827f779490c0adfc24de4762c1a1840"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + model = "TD-W8980"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-tplink_vr200-initramfs-kernel.bin"; + sha256 = "51166fa4ca1ee78d1a15e6fed87ecb96265ff975f87453cf1c72dddd062eb5d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "0fd05a63907f63cbefa7529fc87ea7a8a3fec283e2a8d1fe8733e7a45a8ab906"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + model = "Archer VR200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-tplink_vr200v-initramfs-kernel.bin"; + sha256 = "9c2462b4b47989547eb332b0ac6305026d261cdc7759fcc8d08d097e0335d1c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "00edeb1370e667f0b5b55514349789c7d5cc33bd59290e41e38deb3fedb3b471"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + model = "Archer VR200v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-zyxel_p-2812hnu-f1-initramfs-kernel.bin"; + sha256 = "0c2bdad5b31e08b342d7779a81c30c191c5aae79ca3e2b81f25acf4957fe6090"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "4828ff346572950bfc28b007941f6494d68f5e3de23c55760b5e7d2b0d62a40f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + model = "P-2812HNU"; + variant = "F1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_p-2812hnu-f3 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xrx200-zyxel_p-2812hnu-f3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xrx200-zyxel_p-2812hnu-f3-initramfs-kernel.bin"; + sha256 = "204790fe8dbc3026cea0aed9f01e7f982cab8530ac8cb976b4189522587deac8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xrx200-zyxel_p-2812hnu-f3-squashfs-sysupgrade.bin"; + sha256 = "f262ded66ea11d128bfcd6e588800a55e68b20e928a02413649acb6c7728b813"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f3" + "P2812HNUF3" + ]; + titles = [ + { + model = "P-2812HNU"; + variant = "F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "lantiq/xrx200"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-arcadyan_arv4510pw-initramfs-kernel.bin"; + sha256 = "8a13196219f9bbca1c3c002da6c8ba227c7346fd7eb1d4126915afd00b72e093"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "966296d6c6706fcc581c09772b613c7c50f636371f9697b5ebacd727695c0e2c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + model = "ARV4510PW"; + vendor = "Arcadyan"; + } + { + model = "BeWan iBox v1.0"; + vendor = "Wippies"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "244c744495efe6e0f5d617fbdccb90da37c280b682f11c4378870ab1d00b6b56"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-arcadyan_arv7506pw11-initramfs-kernel.bin"; + sha256 = "72bc0af87d145ee67719d313c0427cc0e1bc5ee87cb2c999d998f174d424d375"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + model = "ARV7506PW11"; + vendor = "Arcadyan"; + } + { + model = "IAD 4421"; + vendor = "Alice/O2"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "9eecb530fd39ff52c85422f8ab4c1964ac957bb2c894539d41debe6ba891b362"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-arcadyan_arv7510pw22-initramfs-kernel.bin"; + sha256 = "56bc59373c79c5f3f56f1c33522cd5ce1b9185b669af667e6c1c0725f6cba8cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + model = "ARV7510PW22"; + vendor = "Arcadyan"; + } + { + model = "ARV7510PW22"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "4697c27e20d1f4e53fd04f355db633385c3f81cc9afecb77055d2f24a374d053"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-arcadyan_arv7518pw-initramfs-kernel.bin"; + sha256 = "03c2403ff804cfd91392764c787343cf6f7b18c5cf9eaad263b59979627ae128"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + model = "ARV7518PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7518PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "9539bee765f8c9151218ac1b752ae471301c42161137287a8cd2ee12c706c38e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-arcadyan_arv7519pw-initramfs-kernel.bin"; + sha256 = "db0f9c6a766fd7897a134b37535b1e9234714d89c57613d680c8b29d65885e47"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + model = "ARV7519PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7519PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-arcadyan_arv752dpw-initramfs-kernel.bin"; + sha256 = "3cc0fd064123d528151c5c00a4d2b5c12992bae46b025fc20f23b9ea12a747e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "3db018165b7fec6afb214fbd5199d439b96018862851d2326aa1df4f9c7e0a99"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + model = "ARV752DPW"; + vendor = "Arcadyan"; + } + { + model = "Easybox 802"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "cde7f87a65ebdf6984a1154735991c76fb569a864cd92587d9ee5f7185dc8090"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-arcadyan_arv752dpw22-initramfs-kernel.bin"; + sha256 = "554360a945747c340a36e99291233fbd7713a3e0b32d197d906667ee7fee66a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + model = "ARV752DPW22"; + vendor = "Arcadyan"; + } + { + model = "Easybox 803"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "19b10e3b5e87a6627bef6ccfa6a132c73878e498c647526a2e89af91749cd57e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-arcadyan_arv8539pw22-initramfs-kernel.bin"; + sha256 = "b0a63adb4056caeebb58562527807581ba1c52dd797abfce4b4c4b2c5090dec0"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + model = "ARV8539PW22"; + vendor = "Arcadyan"; + } + { + model = "Speedport W504V Typ A"; + vendor = "Telekom"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-audiocodes_mp-252-initramfs-kernel.bin"; + sha256 = "1ab5fe479393a9049b67b631a691dcafd5c54d06bc96ac9c6dde151f1506df54"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "fff6674533be0c8c69080fc392e114c2f81fbbf14f8d7881fa9a0e4c1f48ce39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + model = "MediaPack MP-252"; + vendor = "AudioCodes"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "74904fc2d6e59e9b3eee989840168c358aa975b15fbb69cbf6f6a03f851b97a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-avm_fritz7312-initramfs-kernel.bin"; + sha256 = "a3dd6dd4277782c34918b9e351608a0f4b9dc57910cd6e8ea1f57769fdd106dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + model = "FRITZ!Box 7312"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-avm_fritz7320-initramfs-kernel.bin"; + sha256 = "d07f666f35ae121031e1659f218c873851998181360bad61f43e1c8112c84525"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "e645db7a9fe627237bae2744e7612233a6f89a58ade470536c9118182a7e44a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + model = "FRITZ!Box 7320"; + vendor = "AVM"; + } + { + model = "HomeServer"; + vendor = "1&1"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "adfa0c7d3a10454493cd89fa398e4c622a1c984be64d19a34589d58cb17c9499"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-buffalo_wbmr-hp-g300h-a-initramfs-kernel.bin"; + sha256 = "7987fbbc06bceb77ec67d4edd5ae39ad7bdbd3f6fa0a8ccb80a2edb1e233f725"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "A"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "d00a68b95e4bf8ae696e1be3393064c0d25dac38c4104a91e7cce4d386882afc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-buffalo_wbmr-hp-g300h-b-initramfs-kernel.bin"; + sha256 = "7987fbbc06bceb77ec67d4edd5ae39ad7bdbd3f6fa0a8ccb80a2edb1e233f725"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "B"; + vendor = "Buffalo"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-netgear_dgn3500-initramfs-kernel.bin"; + sha256 = "500c514c03ff8dbb21f90f645d3aab103645f45576c74ddaa6fa26914bc5c951"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "92425d5526769e3beafaed3de385df3ce08fcda7fb03f1f5c426539afddc72c0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "0e2557b1ef99919e9ec724996d63e919fe4e2c8c1be76d3ad1bed128347adf4b"; + type = "factory-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "55365d317dbe6c8374171e96c1cb23fb2e3077b9ce389e7e6d9cdaf206dfbc9c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "316cd96f2d56807f3c3a831f6e256f67186fc096aead00f499651901bb4a23e5"; + type = "sysupgrade-na"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + model = "DGN3500"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-netgear_dgn3500b-initramfs-kernel.bin"; + sha256 = "4423c283389c1800ba0925c08e72833478a940ca423d038512a4c84848b6f697"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "5305dcb224f846b970e2742047924bdaf399ddc2699b02da5a4bb5a3e9b4af5a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "4e3ae609a4ba7586d6396d3edd25597f67d880000bb732b561c3c3672c611536"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + model = "DGN3500B"; + vendor = "NETGEAR"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-siemens_gigaset-sx76x-initramfs-kernel.bin"; + sha256 = "e6e32457d5f7a1f46930bfb9ed6833dd5ca8bcf1bb5a3f7a376af0ed729b6d9e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "6f957ded237c9caabf869b4b7fe9ab25177ef83f75cdc743cfa663e011a20ca4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + model = "Gigaset sx76x"; + vendor = "Siemens"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "ea114e46817b0b1a83175591a7bf85e10bc1edd0575892e8aedde5d8da24f2ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-zte_h201l-initramfs-kernel.bin"; + sha256 = "acb571cd0a32d8e259fbb2e264faeacd87f5f280d56faa249a9175fe2d0a59ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + model = "H201L"; + vendor = "ZTE"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-lantiq-xway-zyxel_p-2601hn-initramfs-kernel.bin"; + sha256 = "f69481a519fda5dadbd350fcab5cceba8353f5e73a49ea501ca75b2ca0e26475"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "ecedbe7272dd107df494b84185171597af6c6b1f0a64aadc91bd7282c6b96d86"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + model = "P-2601HN"; + variant = "F1/F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "lantiq/xway"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1021a-iot-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-layerscape-armv7-fsl_ls1021a-iot-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sdcard.img.gz"; + sha256 = "e7684116a436fd822d182e9f846ea38200c0bdfc489d37b1acb4552c543ce370"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sysupgrade.bin"; + sha256 = "c2148b1025881088542fad9c5726033a638de8966fa5b5f1ae79b97b1a0008ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "LS1021A-IoT"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr = { + device_packages = [ + "layerscape-rcw" + ]; + image_prefix = "openwrt-21.02.0-layerscape-armv7-fsl_ls1021a-twr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv7-fsl_ls1021a-twr-squashfs-sysupgrade.bin"; + sha256 = "d44217da214a4c82cee69dd556a2a215c29954b030f7cc011878204473a91a2e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv7-fsl_ls1021a-twr-squashfs-firmware.bin"; + sha256 = "d99579598148c4e5f8d570221dce8a9861c356b68e42a78bd0d9c9d481e933a2"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-layerscape-armv7-fsl_ls1021a-twr-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sdcard.img.gz"; + sha256 = "797e7654696ac08cad255cf34fce328372c5b1376af91f5417a14f45b39974db"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sysupgrade.bin"; + sha256 = "9b03a59ec5ca354ea3cd2686749835318ba76adcf6847e8f071f9ce794670af4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr-sdboot" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "layerscape/armv7"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1012a-frdm = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frdm" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1012a-frdm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-sysupgrade.bin"; + sha256 = "db23485fc8c01ee4b1fa2ebd70fc2a0d2468bb1f9148bbcdf37a129226722d7d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-firmware.bin"; + sha256 = "c1c3902efb95c64a3e2300ea2c4e838b7a76222573d7df05841b7fa26c72095c"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frdm" + ]; + titles = [ + { + model = "FRDM-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-frwy-sdboot = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frwy-sdboot" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "c83eaaeae7dd3aeaf276f4003fbf751624e6e8a8ab47263893d9f80ee1e32340"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "8b257b88218f30e2e4823287b7d0186b69aeb8fb48318595b9e2e6de6cd5ce3a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-firmware.bin"; + sha256 = "c5deb137a14be5af2bd97b04c444ae800b78628478377b2d20f0bdb0e75f165d"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-rdb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-rdb" + "kmod-hwmon-ina2xx" + "kmod-iio-fxas21002c-i2c" + "kmod-iio-fxos8700-i2c" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1012a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-firmware.bin"; + sha256 = "7a820d2fcf240c229a95b1f336369b5e78eb6da94136c4108248115cdea9796a"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-sysupgrade.bin"; + sha256 = "304dd8f8dbeb42ff85ba5feff86129f0c5d7ce0991bb0884998dc24d139db78e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-rdb" + ]; + titles = [ + { + model = "LS1012A-RDB"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1043a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-sysupgrade.bin"; + sha256 = "a05e01b772a17e0bd20798111994fc666e06b09c6f0d3553b41b81f4b5b67084"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-firmware.bin"; + sha256 = "0e1d766191b40288f567dcf51d529fe7131a1976fbcc58fd87158b463d2e1228"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "35c624ab8c95bb5cdfa953e57ea5446ca6b234b5a956d61f17eb9b971f1b8969"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "459f274fdbfe3a8ba11347e3283528605d080b2488777874b4ce6e3c86215b40"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy" + ]; + image_prefix = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1046a-frwy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-sysupgrade.bin"; + sha256 = "84132a1d9324ed2283646f755fec2b98ef69f9d0985d97401b3c39dcda8972f2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-firmware.bin"; + sha256 = "78f6ec56dbce072d5b72b1c8032af13a9838261cf4a183a7ffe7455e5539ca18"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy-sdboot" + ]; + image_prefix = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "073b4cd54f2c6cbbf6791691abfb24ec28aee933359fb9a7c098249f309fffdd"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "e22f21f3f32dcde9545847b46418dd6e005dc588bef879e8af7a71201792edb3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1046a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-firmware.bin"; + sha256 = "3eabd469aaf60a0ddb85513c2e2fde5aac0ad6858b548773e98f65814680fe88"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-sysupgrade.bin"; + sha256 = "3b092eb013fdcd32c4a833dddb804b0814b3e39f80e5e7d26b65dc0f4967a650"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "d99b488953d7862ff914550a249443d245807f8eb4c1a4e90a855086ef168700"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "a6faa18da669eb65d91ee0ee92a93fda5c79585f6c5c4d507f2f3143336f1890"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-firmware.bin"; + sha256 = "1b837a62ce621c2118cb993e9e8c003d5c96bf64c91e13a08c8f27727533d4bf"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "e767b8c5646527222ab86b391fc630727ca4ae805fb27a0ecbb1676e1d019bd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb-sdboot" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "02cdd35786bd233332c403dd74a8a0defe73ea5fbb5210c3d9433744292ec878"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "34aa711754a701444ff838c6fb524c4777c848960bc128b9b02d483e482f9747"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls2088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls2088a-rdb" + "restool" + "kmod-ahci-qoriq" + ]; + image_prefix = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls2088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "55ce5d4b23c75769401bbac11a6b688ee452a59e618d1ab9731daceae6abe6aa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-firmware.bin"; + sha256 = "cdaf432109d0a0f377bcf4030785a7933eecf4e5192e2cf255a9a958da94e72c"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls2088a-rdb" + ]; + titles = [ + { + model = "LS2088ARDB"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb" + "restool" + ]; + image_prefix = "openwrt-21.02.0-layerscape-armv8_64b-fsl_lx2160a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-firmware.bin"; + sha256 = "6818c0182d1eb20106cedf83616e426ed80ebe408256c61250f165cf3ddc238a"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-sysupgrade.bin"; + sha256 = "70b17d88e86e7faa248bda3c1713bf2fc9b67ad4d632ad814aec432229adb856"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb-sdboot" + "restool" + ]; + image_prefix = "openwrt-21.02.0-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "28775a4c8b3f034505c26f7ab43918b5fbeb5835e973532e86d305c02fcd1565"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "7e09fc48486f4044558f3f83eba6abd2c113df2442cd76714460852b29ad02a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb-sdboot" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + traverse_ls1043 = { + device_packages = [ + "layerscape-fman" + "uboot-envtools" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-21.02.0-layerscape-armv8_64b-traverse_ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-traverse_ls1043-ubifs-root"; + sha256 = "15019443379ade896648c18254a641a4c9904ace04ca246f339340df1e623baa"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-layerscape-armv8_64b-traverse_ls1043-ubifs-sysupgrade.bin"; + sha256 = "57f600aea620f1c819971d168e7b713b2ebec7d6be482d59fe07547530c0d719"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "traverse,ls1043s" + "traverse,ls1043v" + ]; + titles = [ + { + model = "LS1043 Boards"; + vendor = "Traverse"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "layerscape/armv8_64b"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-mt7615-firmware" + "kmod-mt7615e" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + bpi_bananapi-r64 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.0-mediatek-mt7622-bpi_bananapi-r64"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mediatek-mt7622-bpi_bananapi-r64-squashfs-sysupgrade.bin"; + sha256 = "b41a1d411dc782822e125456f656ab186fcbd4345bd2bd1a0416add9716deb48"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mediatek-mt7622-bpi_bananapi-r64-initramfs-kernel.bin"; + sha256 = "19175d57d898bf8d00055409ca71ddfd007bd4e0d9995c90e8cf74ca54620216"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "Banana Pi R64"; + vendor = "Bpi"; + } + ]; + }; + bpi_bananapi-r64-rootdisk = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.0-mediatek-mt7622-bpi_bananapi-r64-rootdisk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mediatek-mt7622-bpi_bananapi-r64-rootdisk-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "5c97a5e6deb7e82fc86624e76ff60eace166ca514a33eaab496122b561228498"; + type = "sysupgrade-emmc"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mediatek-mt7622-bpi_bananapi-r64-rootdisk-initramfs-kernel.bin"; + sha256 = "75d636275473ba517ca41dea3106d8690016a3b1680b524907a876e5b50245aa"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "Banana Pi R64 (rootdisk)"; + vendor = "Bpi"; + } + ]; + }; + elecom_wrc-2533gent = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-btmtkuart" + "swconfig" + ]; + image_prefix = "openwrt-21.02.0-mediatek-mt7622-elecom_wrc-2533gent"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mediatek-mt7622-elecom_wrc-2533gent-squashfs-sysupgrade.bin"; + sha256 = "b09f286d8bb286610d274cab931ba714249dfe8a71ce906f3a1a387cdeb6ea80"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mediatek-mt7622-elecom_wrc-2533gent-initramfs-kernel.bin"; + sha256 = "695400d1c0dfc2660f00a4b8db4da55367d19a1ad92b64593ad37c361cc9ee2d"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gent" + ]; + titles = [ + { + model = "WRC-2533GENT"; + vendor = "Elecom"; + } + ]; + }; + mediatek_mt7622-rfb1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.0-mediatek-mt7622-mediatek_mt7622-rfb1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mediatek-mt7622-mediatek_mt7622-rfb1-squashfs-sysupgrade.bin"; + sha256 = "e6d7f129e81a4930f85ba41de0415584c4870508984da9a669621e4049ce35b3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mediatek-mt7622-mediatek_mt7622-rfb1-initramfs-kernel.bin"; + sha256 = "c2864d95bf78ecafb68f053ae8eee19e4d6da0be8befb83cd001b62608aff3c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7622-ubi = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.0-mediatek-mt7622-mediatek_mt7622-ubi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mediatek-mt7622-mediatek_mt7622-ubi-squashfs-factory.bin"; + sha256 = "03b315e03af635e0aef3b8060c22f90345247165f562377c0907befe2d72d386"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mediatek-mt7622-mediatek_mt7622-ubi-squashfs-sysupgrade.bin"; + sha256 = "1636ad4a527d75394d10cb4b26322922d31f940a61f56066a8bc27566238b9de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mediatek-mt7622-mediatek_mt7622-ubi-initramfs-kernel.bin"; + sha256 = "f2df2604b434fb24f803741b0d967409c1ae139ac987f73dbd42d55647dd03db"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7622-ubi" + ]; + titles = [ + { + model = "MTK7622 AP (UBI)"; + vendor = "MediaTek"; + } + ]; + }; + ubnt_unifi-6-lr = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.0-mediatek-mt7622-ubnt_unifi-6-lr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mediatek-mt7622-ubnt_unifi-6-lr-initramfs-kernel.bin"; + sha256 = "6aef550addc47b180faa4cf6e39d277205e1237a1b2250c3943499e9c61848bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mediatek-mt7622-ubnt_unifi-6-lr-squashfs-sysupgrade.bin"; + sha256 = "33e52c8313724c6ef18815cfb40f900682476a6a1fd70e6825a53f1e7a9b68d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr" + ]; + titles = [ + { + model = "UniFi 6 LR"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "mediatek/mt7622"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + bpi_bananapi-r2 = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.0-mediatek-mt7623-bpi_bananapi-r2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mediatek-mt7623-bpi_bananapi-r2-squashfs-img.gz"; + sha256 = "aced25e64ac9a356d357ff3bd8666c443df7de5c286d91fac8f339bfd5c064cf"; + type = "img"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mediatek-mt7623-bpi_bananapi-r2-initramfs-kernel.bin"; + sha256 = "1042f9d7fa62489420be3554c49640e980b6fa947adda84f2f5028875f476056"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r2" + ]; + titles = [ + { + model = "Banana Pi R2"; + vendor = "Bpi"; + } + ]; + }; + unielec_u7623-02-emmc-512m-legacy = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.0-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-initramfs-kernel.bin"; + sha256 = "8cbc50e6e9c8a701db08bdd2d5f8d9705b4656f5f8fe868b553de100e68ea371"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "d77303fb50fcf644114e6561e134bdb49562c03b442eae5d2dc0d3e190a614d7"; + type = "sysupgrade-emmc"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + variant = "eMMC/512MiB RAM (legacy image)"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7623-emmc = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.0-mediatek-mt7623-unielec_u7623-emmc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mediatek-mt7623-unielec_u7623-emmc-initramfs-kernel.bin"; + sha256 = "27f0409437119e7e07646a75281e4fbecd2d6393c91b51e4b444d32920f44273"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mediatek-mt7623-unielec_u7623-emmc-squashfs-img.gz"; + sha256 = "462722cc7c2facd88d2d059378daa4eb7ba30966bf74c18432762350e35f1504"; + type = "img"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623"; + variant = "eMMC"; + vendor = "UniElec"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "mediatek/mt7623"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + mt7629 = { + arch_packages = "arm_cortex-a7"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + mediatek_mt7629-rfb = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-21.02.0-mediatek-mt7629-mediatek_mt7629-rfb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mediatek-mt7629-mediatek_mt7629-rfb-squashfs-sysupgrade.bin"; + sha256 = "9dcb96255cac3fc38caac27ae1acdcd9af8af09783d88f0361788b556dca0948"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mediatek-mt7629-mediatek_mt7629-rfb-initramfs-kernel.bin"; + sha256 = "9e26fffaef500d9330f7495862230c17ed0c7f85138866355fa601670d68ed85"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7629-rfb" + ]; + titles = [ + { + model = "MT7629 rfb AP"; + vendor = "MediaTek"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "mediatek/mt7629"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + mpc85xx = { + p1010 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + sophos_red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mpc85xx-p1010-sophos_red-15w-rev1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mpc85xx-p1010-sophos_red-15w-rev1-initramfs-kernel.bin"; + sha256 = "f7c71e6f6ecfd7845ac1ec923271d20e9bcb0fe009b4f776c4224d7578c07b8d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mpc85xx-p1010-sophos_red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "3b188e831eee1835879bfa869c4333230a2b17dac93962835a2b7f15de2e78d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + model = "RED 15w"; + variant = "Rev.1"; + vendor = "Sophos"; + } + ]; + }; + tplink_tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mpc85xx-p1010-tplink_tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "7dbc06cca874ab0917d6f6c7b228fffa977c3ed64c2cf096415db0f33c2f7630"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "b2e1fb9eb519994e677c30a783ea65a7eecbd47a1e451e218313e94743618faa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v1" + "tl-wdr4900-v1" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "mpc85xx/p1010"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aerohive_hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.0-mpc85xx-p1020-aerohive_hiveap-330"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mpc85xx-p1020-aerohive_hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "88df2b1d694cd9daa4880e633214aeebe9fa90fdb0a68682923589f05dfd010a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mpc85xx-p1020-aerohive_hiveap-330-squashfs-fdt.bin"; + sha256 = "65c6edce3077727395753574f92dbf4bd8dda8142b0459200000b714189aaac1"; + type = "fdt"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin"; + sha256 = "e88a2d4cdfae2b86acd62d5f25b462db4927a439d4edba700663b250c263133f"; + type = "kernel"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + model = "HiveAP-330"; + vendor = "Aerohive"; + } + ]; + }; + enterasys_ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mpc85xx-p1020-enterasys_ws-ap3710i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mpc85xx-p1020-enterasys_ws-ap3710i-initramfs-kernel.bin"; + sha256 = "1be534dbfd41bdd62dd4b937e241bf0597ee6329ffabafba89faa3b99492330e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "60bb9de1dbdcf74053d765b114480b0f18eb10d452a286292e23db553e7854fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + model = "WS-AP3710i"; + vendor = "Enterasys"; + } + ]; + }; + ocedo_panda = { + device_packages = [ + "kmod-rtc-ds1307" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-mpc85xx-p1020-ocedo_panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mpc85xx-p1020-ocedo_panda-squashfs-fdt.bin"; + sha256 = "e31ead96b076b205707a55a6b96abc809ec7349408e1088dcaeed031c9ec45df"; + type = "fdt"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mpc85xx-p1020-ocedo_panda-initramfs-kernel.bin"; + sha256 = "3fd9d8c083a12f47d9bec64525b312f86762e5aa0c6496b684093a0bf1f535d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mpc85xx-p1020-ocedo_panda-squashfs-sysupgrade.bin"; + sha256 = "89c72aa6f75bccd7b14d60a36c80c0b8cb9a0aa874a667127de5dfd721826631"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + model = "Panda"; + vendor = "OCEDO"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "mpc85xx/p1020"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + freescale_p2020rdb = { + device_packages = [ + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.0-mpc85xx-p2020-freescale_p2020rdb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mpc85xx-p2020-freescale_p2020rdb-initramfs-kernel.bin"; + sha256 = "107b3a98919b5995dc277d0135004cd5e5aedeebdacd7d53bba6610e891ccd17"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mpc85xx-p2020-freescale_p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "0afa2189fa4f38be8a0251da418463de97f79c23ba8948b67cadb0eec3bae3ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + model = "P2020RDB"; + vendor = "Freescale"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "mpc85xx/p2020"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + glinet_gl-mv1000 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa53-glinet_gl-mv1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa53-glinet_gl-mv1000-squashfs-sdcard.img.gz"; + sha256 = "9edaa9ffdd27c3f57c11f77e081e9cb0f7a825ea188b316d466e7fc7fa31ccda"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-mvebu-cortexa53-glinet_gl-mv1000-ext4-sdcard.img.gz"; + sha256 = "3001dcf71f6d848b1cf4d4ff4024805e0430fc81ba7f496b1f6b0934f5372aeb"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa53-glinet_gl-mv1000-initramfs-kernel.bin"; + sha256 = "f2529341a94005cc7d0a42a6159be9916b1a588a95ec7246144b169ed246a305"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mv1000" + ]; + titles = [ + { + model = "GL-MV1000"; + vendor = "GL.iNet"; + } + ]; + }; + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "a9758d64a506792fc277d3f63a8dea9eaeb0e0fb09ce8c91e6dbf8eb601fb5b5"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "350fb16da2059fa859322f80e7353bea0d7e007ac658e7a9da28cacad08420a8"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-initramfs-kernel.bin"; + sha256 = "f2529341a94005cc7d0a42a6159be9916b1a588a95ec7246144b169ed246a305"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "632e09bee8553241c95572b845d427e56a58a180c9eda023e15738ad5a72c626"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "33e1137575b19aba360a6919708e292a96b1b66419040ee63ad441a1dadcf8f3"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-emmc-initramfs-kernel.bin"; + sha256 = "f2529341a94005cc7d0a42a6159be9916b1a588a95ec7246144b169ed246a305"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-ultra = { + device_packages = [ + "kmod-i2c-pxa" + "kmod-rtc-pcf8563" + ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-ultra"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz"; + sha256 = "976a6e0908acd3b8c52abd6998b546a8153122717e2c62d8f8fc8d464198a0d2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-ultra-ext4-sdcard.img.gz"; + sha256 = "1f62525998e9889f628a60066dbc605c8b723fc7f3dcc3be1966c57e51d15d91"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-ultra-initramfs-kernel.bin"; + sha256 = "f2529341a94005cc7d0a42a6159be9916b1a588a95ec7246144b169ed246a305"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-ultra" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Ultra"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-v7-initramfs-kernel.bin"; + sha256 = "f2529341a94005cc7d0a42a6159be9916b1a588a95ec7246144b169ed246a305"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "274a3cc2773917c83c13983d25a975ee9bedd2b04df2d31634bbef8f2254c9e2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "975f1914bac92fc5afb1b6cb4a3778b48f6e6d83c43650aee079b63b1e08021c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-v7-emmc-initramfs-kernel.bin"; + sha256 = "f2529341a94005cc7d0a42a6159be9916b1a588a95ec7246144b169ed246a305"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "4ed0e4a6e5effa437a1cc2757393f10d3c3799b25e315933ab0829492338c558"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "948e5484cb0355141273049b9fd082e5861d8d981985d47834cd8aa7c5af0bb2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "b96c042bf1113052800ba69c212e0e976d4e386947c64e8c34c276b3e771265b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "d010fb61226d954c765cd604b02edab260f47283f81939f075215561644b288a"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa53-marvell_armada-3720-db-initramfs-kernel.bin"; + sha256 = "f2529341a94005cc7d0a42a6159be9916b1a588a95ec7246144b169ed246a305"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + model = "Armada 3720 Development Board (DB-88F3720-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + methode_udpu = { + device_packages = [ + "f2fs-tools" + "fdisk" + "kmod-i2c-pxa" + ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa53-methode_udpu"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-mvebu-cortexa53-methode_udpu-firmware.tgz"; + sha256 = "3b2eed7c0ea5b35f41a783f39f76ad0b423a86134f9e05d77e40d7a6730ac98c"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa53-methode_udpu-initramfs.itb"; + sha256 = "e9c9f135b919d66761b5fb0317632f7bf2c64c3e896a3db2f12512ec0d80ae07"; + type = "kernel"; + } + ]; + supported_devices = [ + "methode,udpu" + ]; + titles = [ + { + model = "micro-DPU (uDPU)"; + vendor = "Methode"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "mvebu/cortexa53"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "b7dbfffd9243feaadab4ab3c19b241ef34eee3b3bc241b259b77b78deb1db0f1"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa72-marvell_armada7040-db-initramfs-kernel.bin"; + sha256 = "2b8dc1ca0e4d8d9061533356122d5266cfad408ab6a4b67aad209c80921f5f04"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "636609e3762405e68d907e4ee830b086c9202c70f75f3b999ca7fd272abffb5e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + model = "Armada 7040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "74087eb375c6aa364a6dba85d7343d66d8032a658078a2c3b8ab969c06ece1f5"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa72-marvell_armada8040-db-initramfs-kernel.bin"; + sha256 = "2b8dc1ca0e4d8d9061533356122d5266cfad408ab6a4b67aad209c80921f5f04"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "919beaf41be21b25d70238c19e1c38e582c39c102ebb00bffdc3ccb591d696ed"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + model = "Armada 8040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_macchiatobin-doubleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa72-marvell_macchiatobin-doubleshot"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-mvebu-cortexa72-marvell_macchiatobin-doubleshot-ext4-sdcard.img.gz"; + sha256 = "e4f12ca1b2b0cc8da9dc235e5b45b09e2cb608ec390087c0fbead3077df6890f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa72-marvell_macchiatobin-doubleshot-squashfs-sdcard.img.gz"; + sha256 = "97f16e71b2d44de7f945390a1774d0f07c0c843e0602e284b12f00689edb8223"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa72-marvell_macchiatobin-doubleshot-initramfs-kernel.bin"; + sha256 = "2b8dc1ca0e4d8d9061533356122d5266cfad408ab6a4b67aad209c80921f5f04"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-doubleshot" + "marvell,armada8040-mcbin" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + ]; + }; + marvell_macchiatobin-singleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa72-marvell_macchiatobin-singleshot"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa72-marvell_macchiatobin-singleshot-initramfs-kernel.bin"; + sha256 = "2b8dc1ca0e4d8d9061533356122d5266cfad408ab6a4b67aad209c80921f5f04"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-mvebu-cortexa72-marvell_macchiatobin-singleshot-ext4-sdcard.img.gz"; + sha256 = "30b3f89228ef0bcf157338d3852765117c4293dcb49763fa6e98f730c7b08d08"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa72-marvell_macchiatobin-singleshot-squashfs-sdcard.img.gz"; + sha256 = "13a3f22a49614cc245c84fb6db57f14eccac974a8a25cbd4d38178cd181f4844"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-singleshot" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "mvebu/cortexa72"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + buffalo_ls421de = { + device_packages = [ + "kmod-rtc-rs5c372a" + "kmod-hwmon-gpiofan" + "kmod-hwmon-drivetemp" + "kmod-usb3" + "kmod-linkstation-poweroff" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-mod" + "kmod-fs-xfs" + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-buffalo_ls421de"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-buffalo_ls421de-squashfs-sysupgrade.bin"; + sha256 = "e9a4a185d1579bc79b47aed847aaeecc118252081898ee2d735f6094f3cc7550"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-buffalo_ls421de-initramfs-kernel.bin"; + sha256 = "ff3008cbe179da0d1950a56bdea2ecd6ed037680c689237f34ceddc2d192d9b4"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,ls421de" + ]; + titles = [ + { + model = "LinkStation LS421DE"; + vendor = "Buffalo"; + } + ]; + }; + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic-wolfssl" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-mux-pca954x" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-cznic_turris-omnia-initramfs-kernel.bin"; + sha256 = "80879b4506ba4f83a501b64f5416e580b670dd92af2cc3594cc6343419dda3fb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-21.02.0-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "aca331775a141f32ce139d23eb81a392df437fee625819124063566b0a60e5c9"; + type = "omnia-medkit-openwrt-21"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "c27b50582a75849f765da7fd75c402a1ed8c04ea6bfea12c101d837cb4bfbcd6"; + type = "openwrt-21"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + model = "Turris Omnia"; + vendor = "CZ.NIC"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "10b8330b0e987c273260fa6084bc6ac2a587ba409459bf425bbc2ab36d1db41e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-globalscale_mirabox-initramfs-kernel.bin"; + sha256 = "05ddda67420dcbecaccfab3e5a695858bd1c2f08c2c5425bfd031025155e9f32"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + model = "Mirabox"; + vendor = "Globalscale"; + } + ]; + }; + kobol_helios4 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-kobol_helios4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-kobol_helios4-squashfs-sdcard.img.gz"; + sha256 = "2d86e71318692883e1842ee3f6ea7c58ca82c1324cf0cf79e537bf05a18ba3aa"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-kobol_helios4-initramfs-kernel.bin"; + sha256 = "5b56df8bc4acc532a48f3e8932cee5943f1f4486c83e7890f9706094a1a2844a"; + type = "kernel"; + } + ]; + supported_devices = [ + "kobol,helios4" + ]; + titles = [ + { + model = "Helios4"; + vendor = "Kobol"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "fa02649bfafca5c97ebd8cbfa289fd5927cf712f5809a03f7afe29290abb31b6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt1200ac-initramfs-kernel.bin"; + sha256 = "da55d09910939c9d5e717360ac587eda799c58d558965d3d3d79e5cc9ad321e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "94cf562600f57f836e3aaf284690493c248865d5683d8bbe99e26951c22ea5df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1200ac" + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + model = "WRT1200AC"; + vendor = "Linksys"; + } + { + model = "Caiman"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v1 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt1900ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-sysupgrade.bin"; + sha256 = "6f94a5c40591f4304aef933ebbe70e5cfbb8215a800095b2c9bea8daf9f3bd3f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt1900ac-v1-initramfs-kernel.bin"; + sha256 = "a16da03406b0e369ae4e617198517b4dc0727caf97aaee7ef7f073391d2268a8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-factory.img"; + sha256 = "66f5497fce14316911c6f43173cd3da8ee6c98e1029825244ee40bcf819017ca"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v1" + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "Mamba"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v2 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt1900ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-factory.img"; + sha256 = "7f980798050bd24663cf4b3a6dcec638f1e948b47a9ca7aa69b3ee53b5ef911e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-sysupgrade.bin"; + sha256 = "0462a40f6f2fb65b31ff69760d035f8874c7a367fb7084e33d4ccbbca8f2595b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt1900ac-v2-initramfs-kernel.bin"; + sha256 = "8eb85f6e8f26a1145d8ea88cc26b64cd7dc3e75043629db487b4118065cec214"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v2" + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Cobra"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt1900acs-initramfs-kernel.bin"; + sha256 = "fa51c8fdba0459c083163225e2d3e152a45a36182959ae7860e9c50c3c16d5a4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "3880d91cdc54e1cb88cdb3123244d5cf85b8a05d64b4206fb0bd6462a6c73f49"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "3d012661966b5901ffab268ec9b9e4663650ad397930e052ed956c635ebb9855"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt1900acs" + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + model = "WRT1900ACS"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "WRT1900ACS"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Shelby"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "d0101a8146131e70d10422e17eafdd0ce363163eea65e21a80b041729dd57de3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "1115bd647e414819d10fedb5e967fe838a0e20a9ee8c06b64145021393143141"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt3200acm-initramfs-kernel.bin"; + sha256 = "b6e126516ee81918ec3e4ffafaf7fa317e392deaa7b7d80ab42242bedb1d87f7"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt3200acm" + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + model = "WRT3200ACM"; + vendor = "Linksys"; + } + { + model = "Rango"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt32x-initramfs-kernel.bin"; + sha256 = "2dd2d45f8a84afb0359004b1632064944cbc07eba1c866091df324e51f60b030"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "2563e61cadb2fc96eaf48144acb992c606f98170168ede2f6deb3024bb904500"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "4efe34da008591182516694dbdaa435cbc0c53e35687990d43bbd98f0334edb7"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt32x" + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + model = "WRT32X"; + vendor = "Linksys"; + } + { + model = "Venom"; + vendor = "Linksys"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-marvell_a370-db-initramfs-kernel.bin"; + sha256 = "f028725997f5dbc9d8ae9cf5aea210d8bbe2b3c92e3126e5afa26515a3dbcbba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "a666cb4f083954fe4760730da566e65632b22653c0f0d0087a1aaaf2ff143045"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + model = "Armada 370 Development Board (DB-88F6710-BP-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "1bf5618458ae5865caa20119bb109e4255369691bceb7adb92623df4e2534a60"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-marvell_a370-rd-initramfs-kernel.bin"; + sha256 = "f7a3fa07531ea58d1860192254733a7f2474b549ee2d2950af1d193f77fa00eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + model = "Armada 370 RD (RD-88F6710-A1)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "1a3609fe0b819504c17dea397564d600de0a4012afd657ef74807c2d2111bc70"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "a7d3947cd6587d982d8d78bf6e6bba3087fb592873c60887233729fca4c49e76"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-marvell_a385-db-ap-initramfs-kernel.bin"; + sha256 = "caed8ace233f3b4fca5289f6c55fce055f6a8dc1103f961ef2cf397c5d217104"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + model = "Armada 385 Development Board AP (DB-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-marvell_a388-rd-initramfs-kernel.bin"; + sha256 = "f005c16eb78a5bcc39524fa495a1d30801d046865372f2482192ecce1bc95d4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "b8691b231ad16d03d2497c41aaa7a8012e3440ced03efe76005bc89677177f40"; + type = "firmware"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + model = "Armada 388 RD (RD-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-marvell_axp-db-initramfs-kernel.bin"; + sha256 = "513d14a2a6af48b6bf073cc876b0ed22ee924b2c1941d3592effdb012d981405"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "7b9d0157720948d366914c388af01c8b743a48f9d1af51c98b86b2bccf8bfb1f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + model = "Armada XP Development Board (DB-78460-BP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "f44bdf77080d0c15d193e7779dcbb3b51e339d8415612950686aaa898c7ea528"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-marvell_axp-gp-initramfs-kernel.bin"; + sha256 = "3427183b1e4652cd8ee871ffeaece4750f23cadd7f0cb22f49532fe3140e840d"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + model = "Armada Armada XP GP (DB-MV784MP-GP)"; + vendor = "Marvell"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "e4c92191f77d196e518ad0d552807ac0f91076717e0c2e3cfdd8a01ed65efcc9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-plathome_openblocks-ax3-4-initramfs-kernel.bin"; + sha256 = "e90f40af81279e7d4952a0d8b91fa338068ac64ba27224560bbbd4c4c5eb5dcc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "329010f1acbdedffdb830fdbcca68fe172004985bea52d2c79a55b9a1508fc5c"; + type = "factory"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + model = "OpenBlocks AX3"; + variant = "4 ports"; + vendor = "Plat'Home"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "e3750e1a324ee88811409f0b43af8dcf583a3d96841d4c1f78a010b50132f390"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-solidrun_clearfog-base-a1-initramfs-kernel.bin"; + sha256 = "5b56df8bc4acc532a48f3e8932cee5943f1f4486c83e7890f9706094a1a2844a"; + type = "kernel"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + model = "ClearFog Base"; + vendor = "SolidRun"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.0-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "a0a7c1567ec9d09142bcf0d21364ba8a21e4a211de561cf7e644487b3b48cca0"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-mvebu-cortexa9-solidrun_clearfog-pro-a1-initramfs-kernel.bin"; + sha256 = "5b56df8bc4acc532a48f3e8932cee5943f1f4486c83e7890f9706094a1a2844a"; + type = "kernel"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + model = "ClearFog Pro"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "mvebu/cortexa9"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-octeon-generic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-octeon-generic-initramfs-kernel.bin"; + sha256 = "b01cbfc715beae2be48ed754556bec3da4d421a31890505b61c7503285b04376"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Octeon"; + vendor = "Generic"; + } + ]; + }; + itus_shield-router = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-octeon-itus_shield-router"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-octeon-itus_shield-router-initramfs-kernel.bin"; + sha256 = "7a67f13f5ea26ea311d23a93c4e2111fd58f8a068593ee7d66af8f3c87b30c1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-octeon-itus_shield-router-squashfs-sysupgrade.tar"; + sha256 = "563136fcd803ee9e3cb279124ed18d76c0d1c61e995123da287f4055fe144451"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "itus,shield-router" + ]; + titles = [ + { + model = "Shield Router"; + vendor = "Itus Networks"; + } + ]; + }; + ubnt_edgerouter = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-octeon-ubnt_edgerouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-octeon-ubnt_edgerouter-squashfs-sysupgrade.tar"; + sha256 = "4006b523f6405f824198409f9807643a46d707fde19fc07c8dfe59b0c2607645"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-octeon-ubnt_edgerouter-initramfs-kernel.bin"; + sha256 = "3bc66d6d210e0b381ae6066c5765c22c690acd7ece1833c79a6c31663174cade"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter" + ]; + titles = [ + { + model = "EdgeRouter"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-4 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-21.02.0-octeon-ubnt_edgerouter-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-octeon-ubnt_edgerouter-4-initramfs-kernel.bin"; + sha256 = "9cdb617457705306c853f5f407949c372fced4b9cafe79b9ce673200ca5cbee9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-octeon-ubnt_edgerouter-4-squashfs-sysupgrade.tar"; + sha256 = "54f48256ff0ab6bb3391a43267756225e8fd4d92dd1e759c3f4574e59131a5d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-4" + ]; + titles = [ + { + model = "EdgeRouter 4"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-lite = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-octeon-ubnt_edgerouter-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-octeon-ubnt_edgerouter-lite-squashfs-sysupgrade.tar"; + sha256 = "f302c4b150b8520e8cdd82ae5610a6753a29d1ab0e75dee030ec788797b3bf81"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-octeon-ubnt_edgerouter-lite-initramfs-kernel.bin"; + sha256 = "e00de116c278cdff5a9e48cf7c2d79ee370f71cf48b83c30880318326c57a9c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-lite" + ]; + titles = [ + { + model = "EdgeRouter Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "octeon/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "7929476f27c947eb0ba3b4aefc700a648eaa7ef91199b20159c2828df1220e3e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "c5009d6996416529117fe3ca842208cad3271ad0f4f0f268efeeec02f57f18cd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + model = "AM335x BeagleBone Black"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-omap-ti_am335x-evm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "5150f6bbfc0f6b58e2c5c67032409103e69ab85fe6e94867a0c6d7d267c20b9c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "3d5a16f3d6264f3411e1d200e46753ca679ed472754bced1c71198e17315c0d4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + model = "AM335x EVM"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-21.02.0-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "f6a7bf200c0de9565b622c49f12a9ff7569edb065870d58475c2368fa9d4e80a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "192ecb4fe1b69105df033ada3e0df8a8692b654d54351ede80ad4ac00c8d90b3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + model = "OMAP3 TI beagleboard"; + vendor = "BeagleBoard.org"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-21.02.0-omap-ti_omap4-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "0bd2976415690e8b8b1e2910b1af65bec165d486388227307ccbb1fa47ef6e22"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "6acf908e72f90fccb9a7485a9664f979b596eb913d080c2ac2aa176a0b754630"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + model = "OMAP4 TI pandaboard"; + vendor = "PandaBoard.org"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "omap/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "fdisk" + "fstools" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mtd" + "netifd" + "opkg" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "3f02cc21cdaa78d3af686486e1e6dedfd96a4f988269f0078f6eec73b94721a8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "3d1585960d6552f5aeec75e57e21be4a612625e1d6316d7d3463f346f4a01ebf"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "96a5ca5773707c88cfe4ef94d79136fbf4c39102c1d92c6109e6ab7e398b6d2f"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-oxnas-ox820-akitio_mycloud-initramfs-uImage"; + sha256 = "fefd6b45067bbfc69d42536363d86516c615cf788d86dfd6b545ada64e26c331"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "16bec6ffd9e408a9063b3db1648ab0383b296b594c7e79bf8c846d40b3511785"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + model = "MyCloud Mini"; + vendor = "Akitio"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + ]; + image_prefix = "openwrt-21.02.0-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "3a8f2cbac078942e17888f867e96fc4b03f9f32b7230de32ce5fad767a2ce2f1"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-oxnas-ox820-cloudengines_pogoplug-series-3-initramfs-uImage"; + sha256 = "b9b422533e1fa5d906597b3d60ae499d97dda1759750b8054a38ac4b25d249c4"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "f747d16156dd45229a404ae36f2478a5147bdc2fd7de21f970a937a8db7637f3"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "4c07f394bd6e4af5f933a4d462d2848db57484688ce1b23f37efaa752d02a54a"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "0322f1d7397be911982a795b811871a5122b9b28e2c629cdf1c8f66f3ec96b44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + model = "PogoPlug Series V3 (without mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "8bfb0af633088481baf9b3853f3c51fbf894aea6eb38e3714349ce0d14cebb9e"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-oxnas-ox820-cloudengines_pogoplugpro-initramfs-uImage"; + sha256 = "0b750c28ad2b7a7eeac52f7d57ffbc10f53da6dfb7e4b132334cc9ad6e829400"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "e72a21f573cddf347458815ff4f71124bb9e203d41ec35ae1a761e7075cec87e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "718feb1f92b00bd0e68510876cbc2f3b8446689ef58a22d42dd1dde23c711daf"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "5e5544d87401540098746a7f5f6464469ec485727001a1fef35b37890d263306"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + model = "PogoPlug Pro (with mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "5ca4fb70a63e2a0bdd8a36d4b452fca53204247615c5e646c23996c582f5af19"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "54a2ebcb7865984b06c56ab1f88e1f111cff16a746f74c284d3c271681d0a922"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "dcb2730e950b04c0061e1dad26641663cac40aa88a612bf8e0851995a00b198b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "d12b37576aa77fdb449fcf9c8bcdff888be8cfc045ba51b53c597345429cf247"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-oxnas-ox820-mitrastar_stg-212-initramfs-uImage"; + sha256 = "e92391d29ffbc74bd850a4d19d55460acf343ed14da1672ef63d7b1879352ce5"; + type = "kernel"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + model = "STG-212"; + vendor = "MitraStar"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-ata-oxnas-sata" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-21.02.0-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-oxnas-ox820-shuttle_kd20-initramfs-uImage"; + sha256 = "c2dd6bcf4a1b05fca1176b1d5414f39ce0d668393ed1d107030445b2ec4b7caf"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "a63c13e91a4dd48b6d1f564ff5d8e2ee4508a43dee278618bbac355e79b43d9b"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.0-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "12333117f5e15426e25830d71e939d061b767b63a22431683b90849312f7ab07"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "7fc9f0d287b39422163515f6c1abb6819fdceeff8ad35d5e199de09b0502ff16"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "0ed918988673bf34af3a384d532f48b864e527b5fdbb95056079c590e70c7a59"; + type = "ubinized"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + model = "KD20"; + vendor = "Shuttle"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "oxnas/ox820"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + img_creator-ci40 = { + device_packages = [ + "kmod-tpm-i2c-infineon" + "kmod-ca8210" + "wpan-tools" + ]; + image_prefix = "openwrt-21.02.0-pistachio-img_creator-ci40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-pistachio-img_creator-ci40-squashfs-sysupgrade.tar"; + sha256 = "a9d270ad185c21728d829ba6e5bd6b073545f14a03158336166b8c088711834d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-pistachio-img_creator-ci40-squashfs-factory.ubi"; + sha256 = "27ae8c62dad3810fc678bee97e528a0f05f032a4b7e08f5321301aa129c3106d"; + type = "factory"; + } + ]; + supported_devices = [ + "img,creator-ci40" + ]; + titles = [ + { + model = "Creator Ci40 (VL-62899)"; + vendor = "Imagination Technologies"; + } + { + model = "Marduk board"; + vendor = "Imagination Technologies"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "pistachio/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aigale_ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-aigale_ai-br100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-aigale_ai-br100-initramfs-kernel.bin"; + sha256 = "c48c7180a55780cf96db890fba1d9fbb6c3a0e517de88ce839828db09e21b71d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-aigale_ai-br100-squashfs-sysupgrade.bin"; + sha256 = "41a2a97f0a11a45cffcaa7c7fd97c0e238d5b06ae82877dbb6c82320b8d15a7c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aigale,ai-br100" + "ai-br100" + ]; + titles = [ + { + model = "Ai-BR100"; + vendor = "Aigale"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "0776d12fab5b7fec0c3799354a10666e167ef5b3f5b8afe4540e6a9c2c2ba161"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-alfa-network_ac1200rm-initramfs-kernel.bin"; + sha256 = "a321b8e67c09ee6993817d75867ae26fce3b106c16bc057488801f91139ab3e7"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + "ac1200rm" + ]; + titles = [ + { + model = "AC1200RM"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-alfa-network_r36m-e4g-initramfs-kernel.bin"; + sha256 = "a262c2625cb59cfc5d09340ec0af15bd1db564a1e324d386739f02d7907babc6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "28bf052fdc43b9cdd1abfa875a02d72aa28097c04fba0e96e291a3ae3f1762e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + "r36m-e4g" + ]; + titles = [ + { + model = "R36M-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-alfa-network_tube-e4g-initramfs-kernel.bin"; + sha256 = "c014568dbaf43b63bd1b9a3eee11f30dd4a42e119c7af13891b7e542eb3bcb47"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "c3a3b5eca7607838262bf1fb68a383d91d3496ccd72ec7600552683271c12f4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + "tube-e4g" + ]; + titles = [ + { + model = "Tube-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-asus_rp-n53"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-asus_rp-n53-initramfs-kernel.bin"; + sha256 = "c6e69ccef397a8f9c313c74c61b8717bcd3057948b629cc1facf677712fa3110"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-asus_rp-n53-squashfs-sysupgrade.bin"; + sha256 = "fcd4fef17c242406e92b607ad316b6d5cd96e7b0869624c54981592386c74554"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rp-n53" + "rp-n53" + ]; + titles = [ + { + model = "RP-N53"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-asus_rt-ac51u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-asus_rt-ac51u-initramfs-kernel.bin"; + sha256 = "9eae6cb17950bbe2ba9757663815a31446da5b21e08912ffa87544a8a2051d48"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-asus_rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "2a1870b30c515a7911627959af8c7cb8c205e2d236aa20b71b68d4da89e72cc3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac51u" + "rt-ac51u" + ]; + titles = [ + { + model = "RT-AC51U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac54u = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-asus_rt-ac54u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-asus_rt-ac54u-initramfs-kernel.bin"; + sha256 = "0b74f7de82b3aa0c8dba2954a9b36930fe259e6d8c91909d9b91ccda9c3012a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-asus_rt-ac54u-squashfs-sysupgrade.bin"; + sha256 = "7bc7653b5062196490caf39537785fe511fc48d103acc5e7fef1f88c081d040f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac54u" + ]; + titles = [ + { + model = "RT-AC54U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-asus_rt-n12p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-asus_rt-n12p-initramfs-kernel.bin"; + sha256 = "fddd75c69fd91b680a404878ceead8a02c22bcf493243b374dff784ed0d61679"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-asus_rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "3648f6d997bdb99573795c0f3dc10dc195cb717445557b5aaa9afb4810f3fe97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n12p" + "rt-n12p" + ]; + titles = [ + { + model = "RT-N11P/RT-N12+/RT-N12Eb1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-asus_rt-n14u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-asus_rt-n14u-initramfs-kernel.bin"; + sha256 = "8ae7ca8dcaf3e4f0fb6555dfdf549ee042c5f23f5fcfc9d7e383256a67478615"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-asus_rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "296ef88884740a6092f80841e60c7c4c03082e99a4d642ee5456b14e9d4dd0e4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n14u" + "rt-n14u" + ]; + titles = [ + { + model = "RT-N14u"; + vendor = "Asus"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "e978bd7d4594e56597ea386a5c18c7ff01ed39fe61e679c9126bd113a9e12756"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-bdcom_wap2100-sk-initramfs-kernel.bin"; + sha256 = "969979833eb2815d7a2052beffe64eafe8accaa46f93b67318317aa6ad68adbb"; + type = "kernel"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + model = "WAP2100-SK (ZTE ZXECS EBG3130)"; + vendor = "BDCOM"; + } + ]; + }; + buffalo_whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-buffalo_whr-1166d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-buffalo_whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "9d3c10a7b0e843c29552fb1b3c7e108b2b55e0d28b32a88f86614f06cc0056e3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-buffalo_whr-1166d-initramfs-kernel.bin"; + sha256 = "58fcfa83424a2bb63f0364bc7fdee0e81de76f08968bdaeece21d2f5f53d978e"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-1166d" + "whr-1166d" + ]; + titles = [ + { + model = "WHR-1166D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-buffalo_whr-300hp2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-buffalo_whr-300hp2-initramfs-kernel.bin"; + sha256 = "c9f6b80b00ddbda4a181ef8b19c51523830e45525f4755e02078398671e6e262"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-buffalo_whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "308e39979e5dfbbb713cfead1c5f3393fd4e6eb63a282dad02848d722c0207b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-300hp2" + "whr-300hp2" + ]; + titles = [ + { + model = "WHR-300HP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-buffalo_whr-600d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-buffalo_whr-600d-initramfs-kernel.bin"; + sha256 = "cd34862a7aad46beeb6ef2b1b10c812eaf0033e3686ab4932f6a5f5ae57a2947"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-buffalo_whr-600d-squashfs-sysupgrade.bin"; + sha256 = "9a4c3df32bbae46e6daeaa32535ee9cd0cb79fee8ec063612661d925ead3ec62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-600d" + "whr-600d" + ]; + titles = [ + { + model = "WHR-600D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-buffalo_wmr-300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-buffalo_wmr-300-initramfs-kernel.bin"; + sha256 = "58d49cb26b4877b1e562d0893b0baf41c47032a914a1064da2d4ea1023f63e28"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-buffalo_wmr-300-squashfs-sysupgrade.bin"; + sha256 = "bb2a73e420fbea3c0cdd3dc1ae13bd9a8daa78fbd3121cb5e3e4c48ad92d4a63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wmr-300" + "wmr-300" + ]; + titles = [ + { + model = "WMR-300"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-comfast_cf-wr800n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-comfast_cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "d3611c15577bf7d842d549739e9b1d46d9d12dce3fd9f1cb7dbc22d9552f81a3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-comfast_cf-wr800n-initramfs-kernel.bin"; + sha256 = "85f9e76a2692702a55aab24ce8a7f57a4daad78879764732f866d4191c3913c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr800n" + "cf-wr800n" + ]; + titles = [ + { + model = "CF-WR800N"; + vendor = "Comfast"; + } + ]; + }; + dlink_dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-dlink_dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dch-m225-squashfs-factory.bin"; + sha256 = "a19fc224f3936f76b97d8d033154fe112b5fbfbc1057a6966bd864c7cadcf439"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dch-m225-squashfs-sysupgrade.bin"; + sha256 = "8ad50538b4ef170b302fb7a51832b7d3faa29fd1b49cad001cab11a33ce2045d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dch-m225-initramfs-kernel.bin"; + sha256 = "12d4ef5e2bd74df4769ff9a5648ea0467e04e5bc0c0c728528578ecea5c053fb"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dch-m225" + "dch-m225" + ]; + titles = [ + { + model = "DCH-M225"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dir-510l-initramfs-kernel.bin"; + sha256 = "c4b48ab67f9cf7c0795c6ca5b487262b7ea321e6a1b27ef6b2c0f4bf6cd6ab12"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "4fb750b9495a40df374c4b80bca89a5f5aed0fa9404604792d2262dde51ee467"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "85f2af3d16de280946ff4d4926dde24063b44f6db2bce2a35ef424f0503572cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + model = "DIR-510L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-dlink_dir-810l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dir-810l-squashfs-sysupgrade.bin"; + sha256 = "c41568a263b6ee5c3887ed1bd3487bbc72c1d3c0a4554c03c5c481875a8f051a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dir-810l-initramfs-kernel.bin"; + sha256 = "257df9abc352f27030c91b27663d09f3e61918c4a0808472101e76e12d608516"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-810l" + "dir-810l" + ]; + titles = [ + { + model = "DIR-810L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-116-a1-initramfs-kernel.bin"; + sha256 = "34d1dd71edabf3e0e0eff14cd0093d02e46e71177d5e0b5e238f9339b6ec4937"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "59a8962564558d152eb45116448bde654f2daec98856f1549bc84b9f6cd7ed7b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "cbd232426c86902553091d5c046de8fc359fcd8df2c910560eb6959723af3e30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + model = "DWR-116"; + variant = "A1/A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "19d5bb29b2eed22182b0939418e1d249d77cca43df8793da353652d36ba1988e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "c9db42f5cb5e0fb74b4eb803b5688880a43c9b8b96ffaf4f934f98211f440971"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-118-a1-initramfs-kernel.bin"; + sha256 = "45ffa11c632a4ac6e7b45ce73b334e0e2cf1ec14e7aaaca5d8c0deb3dd35255c"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "2c3b5cf809d9ce95791075189c75c390a654d259c926fd31480f0a33bba9424f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-118-a2-initramfs-kernel.bin"; + sha256 = "337e03a5e473c4e78473c545e98ec119306816b4430533fc1edaaa53b58e3f14"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "45dccf0393055d2137cc40a16f940322bac83131e01b9679a615664c90d63dd1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-921-c1-initramfs-kernel.bin"; + sha256 = "2a4f296c1cb00b4b32f4875235eb3108286dcf3a81fd5ebb559cb3878ec9ea3f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "b8093b7476dc3a2281bc205a8747d593b45150da3f262543285beaef9224d21d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "084f076d0d3b805bf8ab8d0072f95cb9b10ae27669419a063444b1fbab9c6498"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "6f99cf5fcdbd077fa5439e7ff23c870c9da41627f5ae189e955f0d49475ac42d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-921-c3-initramfs-kernel.bin"; + sha256 = "2a4f296c1cb00b4b32f4875235eb3108286dcf3a81fd5ebb559cb3878ec9ea3f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "9485b170c71a90f9274aec8d8231a826ff9e11801e943db97d1d540ebe93245a"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-922-e2-initramfs-kernel.bin"; + sha256 = "486fe16ebf4f56d4df1d1ec2fbe19a91fe333b291e7a3aef74ef505c7b94e084"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "1528f9209c6b91e6c7305b28acc31e506f4c96d3085b2e04c369d4f45d5f45ad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "764509d4a61bd3e0e0ae9bc33b0d1d45f24ee6bee9913a81d32986a3152a97cd"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + model = "DWR-922"; + variant = "E2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-960 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-960"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-960-initramfs-kernel.bin"; + sha256 = "acefde2714e60133b5b39246418cad5ce71afb3e7884f72478d22401446b3b4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-960-squashfs-sysupgrade.bin"; + sha256 = "3a5132bb6b86519bf470c34a2000c4e184deec2ed8082ffb5e1cf582eaee66ad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dlink_dwr-960-squashfs-factory.bin"; + sha256 = "7cf697cdb57cc871b495effb13da4084906757470b9ce24efd749d01809b90c9"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-960" + ]; + titles = [ + { + model = "DWR-960"; + vendor = "D-Link"; + } + ]; + }; + dovado_tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-dovado_tiny-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-dovado_tiny-ac-initramfs-kernel.bin"; + sha256 = "d569fccdd00412617009a5ed87b5ad36e9141c3e510eb18cfc00ec460cfde4f8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-dovado_tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "c50c623aa27574795edcd8e5a497e2dcb9d13515ec4e3451dcc3a91048c12946"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dovado,tiny-ac" + "tiny-ac" + ]; + titles = [ + { + model = "Tiny AC"; + vendor = "Dovado"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-edimax_br-6478ac-v2-initramfs-kernel.bin"; + sha256 = "ed193f0f5eca1bcb48a33f1fd1a92752deb85c0c48275f2e17122e1452a81663"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "e4d6e466dc7f9c09bcd6b2f2f9bfb73865711385f58e5cd75950355eb0d19d52"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + model = "BR-6478AC"; + variant = "V2"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7476rpc = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-edimax_ew-7476rpc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-edimax_ew-7476rpc-initramfs-kernel.bin"; + sha256 = "765ef3573263ab905ba58b6f454f681ba34b76120bc79d7a1d41fa1e877c1ba3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-edimax_ew-7476rpc-squashfs-sysupgrade.bin"; + sha256 = "149737d3e623a59928002056d7f45cb21049330d5b6f57a3d149267a358a103c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7476rpc" + ]; + titles = [ + { + model = "EW-7476RPC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478ac = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-edimax_ew-7478ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-edimax_ew-7478ac-squashfs-sysupgrade.bin"; + sha256 = "35601a3c914014eff5d47f93009ab052cec8ce5f12fcd8aced00368e039a57d3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-edimax_ew-7478ac-initramfs-kernel.bin"; + sha256 = "d99bd64f0162d17f78a188a31a39ca11a12d83b7bb58c0f7d2ea07d5e66b0f79"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478ac" + ]; + titles = [ + { + model = "EW-7478AC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478apc = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-edimax_ew-7478apc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-edimax_ew-7478apc-squashfs-sysupgrade.bin"; + sha256 = "64eca2001df05147ae999885f47cbf4bf6f56b66d7e4d7c52c4e79f5a93344fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-edimax_ew-7478apc-initramfs-kernel.bin"; + sha256 = "6eb27dc3cca57fb9ce43b150da2e6dcdc23d3f39a0a8ad436f8bf6a1285c391d"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478apc" + ]; + titles = [ + { + model = "EW-7478APC"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-elecom_wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-elecom_wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "97d1e2478ca20884c5897df1562f40e610177c969d82e63acda103f31842b48f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-elecom_wrh-300cr-initramfs-kernel.bin"; + sha256 = "116206dc4c3c3d6ff01787dc6005bd06b4f392fe8c3d069f8f8f945ba2dc1cb0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-elecom_wrh-300cr-squashfs-factory.bin"; + sha256 = "3db68c4df1ea4a1fe74bbe61e59825a9db08633db8e9fd2932abd90cce5d0e7a"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrh-300cr" + "wrh-300cr" + ]; + titles = [ + { + model = "WRH-300CR"; + vendor = "Elecom"; + } + ]; + }; + engenius_esr600 = { + device_packages = [ + "kmod-rt2800-pci" + "kmod-usb-storage" + "kmod-usb-ohci" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-engenius_esr600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-engenius_esr600-initramfs-kernel.bin"; + sha256 = "4b1fdf580a1f2bd398e423d995886d671af5d47f91275389c3f31ebd7097095a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-engenius_esr600-squashfs-factory.dlf"; + sha256 = "692047d0e64f4d47abaadcb0b45415dc5cd8bbfa9b4692668f5f75e93ac6a371"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-engenius_esr600-squashfs-sysupgrade.bin"; + sha256 = "4a5ec48f7fa3b1c0e265e80bc78c041eae6bc56a99a6a55839571a3a6057a11d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,esr600" + ]; + titles = [ + { + model = "ESR600"; + vendor = "EnGenius"; + } + ]; + }; + fon_fon2601 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-fon_fon2601"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-fon_fon2601-squashfs-sysupgrade.bin"; + sha256 = "cc04cb37cf9133c94adab3b8611173e4c8874c3519d5ad5665c1afda6266b651"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-fon_fon2601-initramfs-kernel.bin"; + sha256 = "54e610076d945a09125fd7ad614a62cf8fdf5d406733f28f0b20af2a2be419d0"; + type = "kernel"; + } + ]; + supported_devices = [ + "fon,fon2601" + ]; + titles = [ + { + model = "FON2601"; + vendor = "Fon"; + } + ]; + }; + glinet_gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-glinet_gl-mt300a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-glinet_gl-mt300a-initramfs-kernel.bin"; + sha256 = "bbc21f0f71da66f4cc0b4895fc6462a8afdd805e3aee7e985fb8b79f1ccba486"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "f7c04072462a052b662e1733d3e7f1af90eca7780b8aa2fc0cb42f5e17501147"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300a" + "gl-mt300a" + ]; + titles = [ + { + model = "GL-MT300A"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-glinet_gl-mt300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-glinet_gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "db8310a65747332737e2847c07a75aedb3b124b3af052ba8b7901368371e094e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-glinet_gl-mt300n-initramfs-kernel.bin"; + sha256 = "2bf71fb9b6e423c3fd4d186662ba9882769ac97264bf40e9d27edbb9ffc1dc03"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n" + "gl-mt300n" + ]; + titles = [ + { + model = "GL-MT300N"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-glinet_gl-mt750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-glinet_gl-mt750-initramfs-kernel.bin"; + sha256 = "04a35c482b19ed4e7caf0d8451313bfa7059f5e7b50f53f593a80b6f03ab101a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "cb326ffeb6805bfaafc07ce723e15ac1ca26ee8655f0aee8a3e86fc2a1860407"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt750" + "gl-mt750" + ]; + titles = [ + { + model = "GL-MT750"; + vendor = "GL.iNet"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "6577218c73852d7a8b0f68ff0893ff4157b4496365ef523fc351767f45360bc4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-head-weblink_hdrm200-initramfs-kernel.bin"; + sha256 = "123612de05aea81e17f812782367010074d55f63f8692927bf5cdc7d8e041eea"; + type = "kernel"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + model = "HDRM2000"; + vendor = "Head Weblink"; + } + ]; + }; + hiwifi_hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-hiwifi_hc5661"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-hiwifi_hc5661-initramfs-kernel.bin"; + sha256 = "cbb1060bce93e269aacd132ca885beec17d3453c2fe879283aecc12c39c91712"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"; + sha256 = "45cd2a896f5c2f0f46d6412bbe82c1e78cc6d34ec2cc3094a8043a58342fb92e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5661" + "hc5661" + ]; + titles = [ + { + model = "HC5661"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-hiwifi_hc5761"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"; + sha256 = "f289d8a7987742ed9b4c4518f58e64880cf89f84a212d342ccbe70f66259b1ed"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-hiwifi_hc5761-initramfs-kernel.bin"; + sha256 = "611d66541879b49ff3ced069fd9eb6da32f9a9afaaceedcf0d644ae28b84ecaf"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5761" + "hc5761" + ]; + titles = [ + { + model = "HC5761"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-hiwifi_hc5861"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-hiwifi_hc5861-initramfs-kernel.bin"; + sha256 = "cc1e95cd8b5039c1f46512192c2349165d350492636c63ae6d993baadd08829a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"; + sha256 = "c716d96ed1c608a7e9c69ff00f4b32fd5dd0f28c53dea3d379f6b2a27c46e1ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861" + "hc5861" + ]; + titles = [ + { + model = "HC5861"; + vendor = "HiWiFi"; + } + ]; + }; + hnet_c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-hnet_c108"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-hnet_c108-initramfs-kernel.bin"; + sha256 = "21165551663c88e7427ec27d742fd04d9effb28c6e78e843e2d5f1b3284bd246"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-hnet_c108-squashfs-sysupgrade.bin"; + sha256 = "cce9dc3fc03add439ce03553c5d154cf7d0f5f0a57d021c0a0f06222fa3d7e8d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hnet,c108" + "c108" + ]; + titles = [ + { + model = "C108"; + vendor = "HNET"; + } + ]; + }; + hootoo_ht-tm05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-hootoo_ht-tm05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-hootoo_ht-tm05-squashfs-rootfs.bin"; + sha256 = "7f5d88a35b0a0448a9aa6e0d6ab2d64d75aeb2fee3a934814c1fd6fadf28b66e"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-hootoo_ht-tm05-initramfs-kernel.bin"; + sha256 = "c3887fa32503798079a28130a60e02cd7940ecd02bd2b0a3d3a70567f205d7a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-hootoo_ht-tm05-squashfs-kernel.bin"; + sha256 = "136aed04f58049bf8c7cd13635a822a18183e9bbe2e10f5ee9663f0c96c4b728"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-hootoo_ht-tm05-squashfs-sysupgrade.bin"; + sha256 = "abdfebb988182a69097c70b36d7d10919d7a0d0ff50910e78218c6aeb73a624f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hootoo,ht-tm05" + ]; + titles = [ + { + model = "HT-TM05"; + vendor = "HooToo"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "fc761ec33be567b6914e5fbbedfb117028a938275e8ffbd5cb8e46db00b18d4d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-iodata_wn-ac1167gr-initramfs-kernel.bin"; + sha256 = "08122741381bb5a346a7308e8868648d6cd87b5435ca23d8034bb74c9fe6f2d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "484eda5c2eacac54200b33ae017c328bff8569cc481588de4cac1260a8dbe970"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + model = "WN-AC1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "5e61d730b86771d620fa6d64868e716bec74a254403c4525b6948b5fa714d04d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "4ffadc50978b7cc2969240b5d57263ceb4b5e88c87cb75bf3417a3a6a76d42ce"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-iodata_wn-ac733gr3-initramfs-kernel.bin"; + sha256 = "fce63ea7dce31a5a533d2c8bd1ae9472152d25de442460e182b755ecaf0ee889"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + model = "WN-AC733GR3"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a1004ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-iptime_a1004ns"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-iptime_a1004ns-initramfs-kernel.bin"; + sha256 = "5a83b84059913ab1c2bed115269be919d5fcb393d322e698e58b718bdbe709d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-iptime_a1004ns-squashfs-sysupgrade.bin"; + sha256 = "90284527f0bb2e65348e4c4dfdad974d7147842928a6e983a4c5ac3e0a8122ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a1004ns" + ]; + titles = [ + { + model = "A1004ns"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a104ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-iptime_a104ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-iptime_a104ns-squashfs-sysupgrade.bin"; + sha256 = "e387ea25188fce40cbbd59621b0bbe0d799b80ca52a577749997c8ebf222e883"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-iptime_a104ns-initramfs-kernel.bin"; + sha256 = "5b21262ead00c7a7fd29526e07ebc7da10e5619b1b389bc775a597eb82d33380"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a104ns" + ]; + titles = [ + { + model = "A104ns"; + vendor = "ipTIME"; + } + ]; + }; + kimax_u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-kimax_u25awf-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-kimax_u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "a55f0c62df2408968c343306becdcec6e1280c39a7c8a721aa77b905e490afa2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-kimax_u25awf-h1-initramfs-kernel.bin"; + sha256 = "d4ddd26ca1344f72414f855c3790e6a4744c0cb87db9c1bc8750a3719df266ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u25awf-h1" + "u25awf-h1" + ]; + titles = [ + { + model = "U25AWF"; + variant = "H1"; + vendor = "Kimax"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-kimax_u35wf-initramfs-kernel.bin"; + sha256 = "84318ca060a014e4d5487eb2a87b3f64821cc0a9fc9c0fd8222408780a3619fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "83fc6a1af46de972e1eddf273fe096feeda669170cd1dbe930fad8c12051fbcb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + model = "U35WF"; + vendor = "Kimax"; + } + ]; + }; + kingston_mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-kingston_mlw221"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-kingston_mlw221-initramfs-kernel.bin"; + sha256 = "20d1081ed236943a5ff6dafd11f0b1e6f86d765d7247d19503c246dfa8c7daad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-kingston_mlw221-squashfs-sysupgrade.bin"; + sha256 = "a3b30b094903e56425c6cccfec75d0c7ed956931a369e63c8de7a8016e26b67b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlw221" + "mlw221" + ]; + titles = [ + { + model = "MLW221"; + vendor = "Kingston"; + } + ]; + }; + kingston_mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-kingston_mlwg2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-kingston_mlwg2-initramfs-kernel.bin"; + sha256 = "4dd4b7d7c3d3a8d6f5eb9e644baa26f5779fc6d157fd9fd4fdb430525ddc922e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-kingston_mlwg2-squashfs-sysupgrade.bin"; + sha256 = "d37ec0a6c89490e3e415883d39ddb145ce5a8c5ab4b4f12a622acd5c8cd0726c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlwg2" + "mlwg2" + ]; + titles = [ + { + model = "MLWG2"; + vendor = "Kingston"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-lava_lr-25g001-initramfs-kernel.bin"; + sha256 = "6ce8a84812cd92521cc25273b1d5e7f19c1b00187087c2177db6dc1c6d9572b0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "5ce046f123f3e519f426abd7c2549a330f6de93db7efffded0ec5fd241b5aba0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "2a073f068848636ea5113bc355a4000337ca9dbf4c97cea65f6d7a68c406937b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + model = "LR-25G001"; + vendor = "LAVA"; + } + ]; + }; + lb-link_bl-w1200 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-lb-link_bl-w1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-lb-link_bl-w1200-initramfs-kernel.bin"; + sha256 = "636e0d966f9d72e34f516596f97778acd0ebf3e1ec1282fb518f69e93723c246"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-lb-link_bl-w1200-squashfs-sysupgrade.bin"; + sha256 = "f3a4b8f7b7ead6b283bab7d1c5b005b15b476093cae5bc3139170815a35833df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lb-link,bl-w1200" + ]; + titles = [ + { + model = "BL-W1200"; + vendor = "LB-Link"; + } + ]; + }; + lenovo_newifi-y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-lenovo_newifi-y1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"; + sha256 = "7c7836597abb1b0f6a76f124c1f993c21845187e53731bb1a4da259fec8fa4d8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-lenovo_newifi-y1-initramfs-kernel.bin"; + sha256 = "9c148eef82706cc56260bee6695c1895ebd496b4271269f526715cbd3c742b60"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1" + "y1" + ]; + titles = [ + { + model = "Y1"; + vendor = "Lenovo"; + } + ]; + }; + lenovo_newifi-y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-lenovo_newifi-y1s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-lenovo_newifi-y1s-initramfs-kernel.bin"; + sha256 = "c57c1b8b27fd72d29971aeadba634309559949f95eeb87491a6e2234326cd5f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"; + sha256 = "40d6b870f53fb24156d30d534e912992eb0c7cede6f590a16c3cfa2a3512b37e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1s" + "y1s" + ]; + titles = [ + { + model = "Y1S"; + vendor = "Lenovo"; + } + ]; + }; + linksys_e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-linksys_e1700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-linksys_e1700-initramfs-kernel.bin"; + sha256 = "de99d64ecf9a08c96af9065c06996f8925db1b34639be40e50b9fd865f30af13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-linksys_e1700-squashfs-sysupgrade.bin"; + sha256 = "496df6d31c89ce510ae952ea8095b23d167ab6f39cdf21a24404d0510b1a5c68"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-linksys_e1700-squashfs-factory.bin"; + sha256 = "b150f96fea42989c1a2747da060f69bda4fa8f5240a4d8afecd96f841a170d18"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,e1700" + "e1700" + ]; + titles = [ + { + model = "E1700"; + vendor = "Linksys"; + } + ]; + }; + microduino_microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-microduino_microwrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-microduino_microwrt-squashfs-sysupgrade.bin"; + sha256 = "bd4e8bfa315792f63395a8e40c75192eaae73d18450efb90904a2ba3cfb8ee5a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-microduino_microwrt-initramfs-kernel.bin"; + sha256 = "bfbf72e8592fc81aaa59d0d773c0fd24b4f40425ec8577dab914d221e172f453"; + type = "kernel"; + } + ]; + supported_devices = [ + "microduino,microwrt" + "microwrt" + ]; + titles = [ + { + model = "MicroWRT"; + vendor = "Microduino"; + } + ]; + }; + netgear_ex3700 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-netgear_ex3700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-netgear_ex3700-initramfs-kernel.bin"; + sha256 = "611c7993b32a4ce7d932b31f645db6036ab468e9882e025b26a4e9c84c317cce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-netgear_ex3700-squashfs-sysupgrade.bin"; + sha256 = "78ddbd09102fc974bb95cb437836c22c44f309f00e419da2d6631f5c0473e0cf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-netgear_ex3700-squashfs-factory.chk"; + sha256 = "96dee48b2824e6b9a6332aebd181110bea8e91e6d3ef036b41c99bfd436082a3"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex3700" + "ex3700" + ]; + titles = [ + { + model = "EX3700/EX3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6120 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-netgear_ex6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-netgear_ex6120-squashfs-sysupgrade.bin"; + sha256 = "4a4420836636ef805103532810d16edd539f6659002cb5925fd25013fc08e675"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-netgear_ex6120-initramfs-kernel.bin"; + sha256 = "fbc0d17ca90c3b2d0e0617d93126bc97d6794cd0a8190832fa6785e5e2f135d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-netgear_ex6120-squashfs-factory.chk"; + sha256 = "3debfc7fc3e05e25d4d81d240868be55a2b0d6f79feff809f17b462554691a5b"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6120" + ]; + titles = [ + { + model = "EX6120"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6130 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-netgear_ex6130"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-netgear_ex6130-initramfs-kernel.bin"; + sha256 = "9042060e316243d90e43da6491e697f7842a832f4975bd3dc6ee3aeeacea102f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-netgear_ex6130-squashfs-factory.chk"; + sha256 = "87be12cabbe6c46b5e99553b3012d9397c66af881bb3c1a4b2cad02d2a341bf7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-netgear_ex6130-squashfs-sysupgrade.bin"; + sha256 = "957a1c416f0308c285285dd9dfb9a913f269e650237275228c6a586747713c12"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6130" + ]; + titles = [ + { + model = "EX6130"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-netgear_wn3000rp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-netgear_wn3000rp-v3-squashfs-factory.bin"; + sha256 = "debb64701674839ecba4c84424671b3b7b7fa0a8cfd37aabb19d740e84a2d5a6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-netgear_wn3000rp-v3-squashfs-sysupgrade.bin"; + sha256 = "b69be4e903759a7bb39f4c8b39f23965b67639a2f739aad8e8ff4b91cd99dada"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-netgear_wn3000rp-v3-initramfs-kernel.bin"; + sha256 = "da9fd95d5a4070a7e5915fc0cd39357d92466903472b36cc325a75238edc7816"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wn3000rp-v3" + "wn3000rpv3" + ]; + titles = [ + { + model = "WN3000RP"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2770 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-netis_wf2770"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-netis_wf2770-initramfs-kernel.bin"; + sha256 = "d8de5af243730492e469a98f6a85f72d26488a0c22bf2af217ff7e1f44cc7bca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-netis_wf2770-squashfs-sysupgrade.bin"; + sha256 = "0528f90e9610fc626e65ba145233b8a8abffffd6f637647206324542c2a890ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netis,wf2770" + ]; + titles = [ + { + model = "WF2770"; + vendor = "NETIS"; + } + ]; + }; + nexx_wt3020-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-nexx_wt3020-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-nexx_wt3020-8m-squashfs-sysupgrade.bin"; + sha256 = "a0a09a5baa057fbe342a3350a569886c889dd0fef4581877a98b41222ead27cd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-nexx_wt3020-8m-squashfs-factory.bin"; + sha256 = "ed836ac8040c595b0e7c0186dc77bac5bd8214a87da1809d27c0630e05719f42"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-nexx_wt3020-8m-initramfs-kernel.bin"; + sha256 = "4e6a3ed19b50875ff2531679852850c57c6e82933a4291a690a20b9a15ebbc72"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexx,wt3020-8m" + "wt3020" + "wt3020-8M" + ]; + titles = [ + { + model = "WT3020"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + ohyeah_oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-ohyeah_oy-0001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-ohyeah_oy-0001-initramfs-kernel.bin"; + sha256 = "1418cb130e2798569c619fba3a72bc47d8eb9e8c24c40218b0045ee8b567402f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-ohyeah_oy-0001-squashfs-sysupgrade.bin"; + sha256 = "263e66e86dd7c87e5b934819d93c887f5fa7738f3cac7814cf756c7febcea9c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ohyeah,oy-0001" + "oy-0001" + ]; + titles = [ + { + model = "OY-0001"; + vendor = "Oh Yeah"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "1574e5d379ca9b60338bd71872c821023af12d99b9dea0aaa20d37cf338f3cb7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-phicomm_k2g-initramfs-kernel.bin"; + sha256 = "3384bef59aed0c150eea1d665d2143714bd17ff38e8af7fe6ab826232f7f107d"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + model = "K2G"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-phicomm_psg1208"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-phicomm_psg1208-squashfs-sysupgrade.bin"; + sha256 = "f872d88cd31704a776f1f55fd5df62cbd1f9f68aef3c19e6be985b7a5eac0ed6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-phicomm_psg1208-initramfs-kernel.bin"; + sha256 = "9e18c11424e52ba0696ed81ea4e411cea5d96bca0e2fbef0b906a8f31cb3af7c"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1208" + "psg1208" + ]; + titles = [ + { + model = "PSG1208"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218a = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-phicomm_psg1218a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-phicomm_psg1218a-squashfs-sysupgrade.bin"; + sha256 = "38a33c2f93ee3d1ff5682efca3c108fec7408f8e05da9bae64ec88d35b593f83"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-phicomm_psg1218a-initramfs-kernel.bin"; + sha256 = "4b0b8b8c49d20479b67647c2ba642d8c026678b308da9e2e27f7d8a07fd4c9d0"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1218a" + "psg1218" + "psg1218a" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Ax"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-phicomm_psg1218b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-phicomm_psg1218b-initramfs-kernel.bin"; + sha256 = "205d0fda8b8153ebeed28410df836e0187e804e99be4715120685068444b6388"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-phicomm_psg1218b-squashfs-sysupgrade.bin"; + sha256 = "b6013ebd4db585c77b017e50f44e226d049aa034ca7449671e94fe8888f79e18"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,psg1218b" + "psg1218" + "psg1218b" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Bx"; + vendor = "Phicomm"; + } + ]; + }; + planex_cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-planex_cs-qr10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-planex_cs-qr10-initramfs-kernel.bin"; + sha256 = "a40523a0eb46966244ce994870f40c074fcb6cc591d51dd98b0d5f3617cf28c6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-planex_cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "1aa88a2b15ebf9444096b9b1b0256610aebe562ebbf50eb92643a5ee13c2e908"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,cs-qr10" + "cs-qr10" + ]; + titles = [ + { + model = "CS-QR10"; + vendor = "Planex"; + } + ]; + }; + planex_db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-planex_db-wrt01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-planex_db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "64ae05f2eb6bb927989ad68ca660276a40141dd1b01e16fc54d4f89dea638ebb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-planex_db-wrt01-initramfs-kernel.bin"; + sha256 = "6443902e7ab583f1c096ea7c13e8edde4ff41fb2eec45fcc2c6c10c772dc2681"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,db-wrt01" + "db-wrt01" + ]; + titles = [ + { + model = "DB-WRT01"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-planex_mzk-750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-planex_mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "8ecda942fda1a7e382919e096b2c4272532b4571beecacb2bfaee5a77341467f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-planex_mzk-750dhp-initramfs-kernel.bin"; + sha256 = "7d8fe1bccc55f6cf900ad144c0ed676cb51808c89340effd0db567adabd2449d"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-750dhp" + "mzk-750dhp" + ]; + titles = [ + { + model = "MZK-750DHP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-planex_mzk-ex300np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-planex_mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "1cf5ab96f4a6ae69a295096e7a8c5a6ed7b9db3aa47ff13bc721be2dffbde966"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-planex_mzk-ex300np-initramfs-kernel.bin"; + sha256 = "35e8b5b0987c78a5fac728907b10a4565cffda71209ff0972dae53b42c572e43"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex300np" + "mzk-ex300np" + ]; + titles = [ + { + model = "MZK-EX300NP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-planex_mzk-ex750np"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-planex_mzk-ex750np-initramfs-kernel.bin"; + sha256 = "afeb263e81d744ae6c988af7a35f9438be4f609c3edca79314735856dffcdcc1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-planex_mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "9dd103c43b23a7eba25ffe46c05338bb50cfba2e8c85a28ec133d7ff98683e84"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-ex750np" + "mzk-ex750np" + ]; + titles = [ + { + model = "MZK-EX750NP"; + vendor = "Planex"; + } + ]; + }; + ralink_mt7620a-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-ralink_mt7620a-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-ralink_mt7620a-evb-squashfs-sysupgrade.bin"; + sha256 = "9b395bf1c53cf849e5f6924a53df13d18a0ceba17d227cab7fe2cf084745bd1d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-ralink_mt7620a-evb-initramfs-kernel.bin"; + sha256 = "9f0687e49a9d0e3ae61e6c6a405b202b48b28e1f8456405ac30657b31f905176"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-evb" + ]; + titles = [ + { + model = "MT7620a EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7530-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-ralink_mt7620a-mt7530-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-ralink_mt7620a-mt7530-evb-initramfs-kernel.bin"; + sha256 = "3d09474715188fd69d146a21fae3c7d6fad991ffdc21ecb8abddb8d4706efb26"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-ralink_mt7620a-mt7530-evb-squashfs-sysupgrade.bin"; + sha256 = "8c6f9bef4211d5dc330d45dafa1b1958b045c73ff8b7550d2c28c0af39fd217f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7530-evb" + "mt7620a_mt7530" + ]; + titles = [ + { + model = "MT7620a + MT7530 EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7610e-evb = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-ralink_mt7620a-mt7610e-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-ralink_mt7620a-mt7610e-evb-squashfs-sysupgrade.bin"; + sha256 = "8828ed09efa7dd55b73b7289ee417fd603932bc88cc06ec0c89d24214e23fb6a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-ralink_mt7620a-mt7610e-evb-initramfs-kernel.bin"; + sha256 = "3d79a5bcd3e2c5c24442b941a650fd232cf6b08e011842d744472a0909736b09"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7610e-evb" + "mt7620a_mt7610e" + ]; + titles = [ + { + model = "MT7620a + MT7610e EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-v22sg-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-ralink_mt7620a-v22sg-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-ralink_mt7620a-v22sg-evb-initramfs-kernel.bin"; + sha256 = "75dd970d111efa9f4ce9a3f7eba65e5cc2b57440369dfe4c516833f5408f1004"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-ralink_mt7620a-v22sg-evb-squashfs-sysupgrade.bin"; + sha256 = "cd17d07d7bfb7b6c2398ce5bfc17437db3359fa26b6b0737d795f68eb35d25a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-v22sg-evb" + "mt7620a_v22sg" + ]; + titles = [ + { + model = "MT7620a V22SG"; + vendor = "MediaTek"; + } + ]; + }; + ravpower_rp-wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-ravpower_rp-wd03"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-ravpower_rp-wd03-initramfs-kernel.bin"; + sha256 = "2034c771d41528c0f7199a6513cec174548c3598739a25e9538f3cea41f7b7bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-ravpower_rp-wd03-squashfs-sysupgrade.bin"; + sha256 = "99ec53304e338502a531f2bcf657a8d47dea27a3b0ef2621062d299e4fea296f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-ravpower_rp-wd03-squashfs-rootfs.bin"; + sha256 = "848e71aa49b594df05dc44ffbbbb9f964b302bbde6e3a6752b949f78d2ecb5d5"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-ravpower_rp-wd03-squashfs-kernel.bin"; + sha256 = "136aed04f58049bf8c7cd13635a822a18183e9bbe2e10f5ee9663f0c96c4b728"; + type = "kernel"; + } + ]; + supported_devices = [ + "ravpower,rp-wd03" + "ravpower,wd03" + ]; + titles = [ + { + model = "RP-WD03"; + vendor = "RAVPower"; + } + ]; + }; + sanlinking_d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-sanlinking_d240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-sanlinking_d240-squashfs-sysupgrade.bin"; + sha256 = "58c65a22dabacbb8b02a46a395bf498d17e78635e119f87cff442a6c81686f31"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-sanlinking_d240-initramfs-kernel.bin"; + sha256 = "af3e414ecb0c9671fbae683caefd5b082fbfeecaaf9b7e687da51c33a199007b"; + type = "kernel"; + } + ]; + supported_devices = [ + "sanlinking,d240" + "d240" + ]; + titles = [ + { + model = "D240"; + vendor = "Sanlinking Technologies"; + } + ]; + }; + sercomm_na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-sercomm_na930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-sercomm_na930-squashfs-sysupgrade.bin"; + sha256 = "3f065292b98be391f2540b6aca9db76bd48417cebc3274677d4beedfff73392b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-sercomm_na930-initramfs-kernel.bin"; + sha256 = "dbab33285df99fd32322b409b5090cbd146464c806cca5cd36d3cd012f69b9df"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na930" + "na930" + ]; + titles = [ + { + model = "NA930"; + vendor = "Sercomm"; + } + ]; + }; + tplink_archer-c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-tplink_archer-c2-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_archer-c2-v1-squashfs-sysupgrade.bin"; + sha256 = "37b8cb72ca58ae06fe3e3210aa1f04e4d82476702ed6a35673ad53cae1571a76"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_archer-c2-v1-initramfs-kernel.bin"; + sha256 = "bb3f5ad8890bf43b1c9ea1fe8b9a98c19720682e6b44fd5010eaa1b83c1fb787"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v1" + "tplink,c2-v1" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-tplink_archer-c20-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_archer-c20-v1-squashfs-sysupgrade.bin"; + sha256 = "07f2f09ee2624f2170fb99ce810acee98f0b67442ef55ba3e303780bde034d63"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_archer-c20-v1-initramfs-kernel.bin"; + sha256 = "6ab477932301650071b0040ea70362188dde3a27562a101ea3297496d0cddbe3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v1" + "tplink,c20-v1" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-tplink_archer-c20i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_archer-c20i-squashfs-factory.bin"; + sha256 = "4ab5e53036c80aa1d3d2337061dd9d71356e49d68b82f6bbacbd752ace74a6aa"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_archer-c20i-initramfs-kernel.bin"; + sha256 = "f446260eec02f527c424506c0f5e95709df211219a0600ddc71792556fb40c87"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_archer-c20i-squashfs-sysupgrade.bin"; + sha256 = "55ddcf50a58be443ac6a0280e3be4e27483fcef4e85b430a236a67225ab8273f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20i" + "c20i" + ]; + titles = [ + { + model = "Archer C20i"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-tplink_archer-c50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-eu.bin"; + sha256 = "64d5da6ab2cc1ba5eea9b3030bc9af731a4bdb1db2b2eec60811ad34b6182402"; + type = "factory-eu"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_archer-c50-v1-initramfs-kernel.bin"; + sha256 = "73d3fb01f0e653d88135027401c19746e474f18c10484a79b23cd0354a2a5909"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-us.bin"; + sha256 = "4ddfc8699a7de7baa651e3970f7c130282db11ae732ef5870272905318798b4a"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_archer-c50-v1-squashfs-sysupgrade.bin"; + sha256 = "903399af66deed8f74ff7af4419a3871313effcb6e48275e015d47a4d353e273"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v1" + "c50" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-mr200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-tplink_archer-mr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin"; + sha256 = "c1d9ff06b8ef4ad2c7a2957a6bd61c94a4e383b65653a2e4d1e77803bee6f122"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_archer-mr200-initramfs-kernel.bin"; + sha256 = "93a663e208d7989925a65522a6c8f2ac1beffdd96fc452ff26e61f76e82d383f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-mr200" + "mr200" + ]; + titles = [ + { + model = "Archer MR200"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-tplink_re200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_re200-v1-squashfs-sysupgrade.bin"; + sha256 = "cd46d06c7503865e199cd13a0a8950ac5f638728d21080f0e73ec612126ebe0e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_re200-v1-squashfs-factory.bin"; + sha256 = "ea78a869d4a40b1b38664eeb5acbb0309b6def698a6c2866f03160a0596d9306"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_re200-v1-initramfs-kernel.bin"; + sha256 = "b96ab756ea9d40f749b5a1ba4b6e77d6653fb85f3a151360f9f3bec2bb13b0c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v1" + ]; + titles = [ + { + model = "RE200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re210-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-tplink_re210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_re210-v1-squashfs-factory.bin"; + sha256 = "d61ea4a073b50e40cfc56d8a9b22df2a1591b10179b460dbcea26d6740d1f247"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_re210-v1-initramfs-kernel.bin"; + sha256 = "33a37d2e21ee43a197cedecc06d2d1a79acb82fc7a8e73fd139fd3ce9604b7f8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-tplink_re210-v1-squashfs-sysupgrade.bin"; + sha256 = "fd193b1ed9f23536b554ad241ad0384b4d7112aa06da579f7c6109d04e6823c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re210-v1" + ]; + titles = [ + { + model = "RE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-810dr = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-trendnet_tew-810dr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-trendnet_tew-810dr-initramfs-kernel.bin"; + sha256 = "ec3f80cf707ce88641cd7d31ff44e0f0643816fac1ec932a0530a4ffba656c25"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-trendnet_tew-810dr-squashfs-sysupgrade.bin"; + sha256 = "1328f62620d91febd0f923b7cafb931c7209fe95c796b4dae3d98af55d617d8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-810dr" + ]; + titles = [ + { + model = "TEW-810DR"; + vendor = "TRENDnet"; + } + ]; + }; + wavlink_wl-wn530hg4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-wavlink_wl-wn530hg4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-wavlink_wl-wn530hg4-squashfs-sysupgrade.bin"; + sha256 = "2b4066151164cf719f26781a4b0cce1b96faf1aa2a4a2091bf3294c22343d904"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-wavlink_wl-wn530hg4-initramfs-kernel.bin"; + sha256 = "2e89c4d043a10b171fee3ce0cd51ba1e9c60ea7c8b9be6db08b6cb6da4b92973"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn530hg4" + ]; + titles = [ + { + model = "WL-WN530HG4"; + vendor = "Wavlink"; + } + ]; + }; + wrtnode_wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-wrtnode_wrtnode"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-wrtnode_wrtnode-initramfs-kernel.bin"; + sha256 = "9454b70d56b8535885f4ebfc11c773aa808399624efa30848535adf429ef321c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-wrtnode_wrtnode-squashfs-sysupgrade.bin"; + sha256 = "915c8d59b71f4ce0ad27c0ca63d0ea7343b983957ecb9dda8804c072b8a68266"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode" + "wrtnode" + ]; + titles = [ + { + model = "WRTNode"; + vendor = "WRTNode"; + } + ]; + }; + xiaomi_miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-xiaomi_miwifi-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "1a0ed4b415f1cc161cae3bb19884163254a8fed0e70e84eda65c9cc731f7bf8a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-xiaomi_miwifi-mini-initramfs-kernel.bin"; + sha256 = "70a260259f029a322a28cf84fde2cb0376201fb07728c5795f48ed43a9f2e71e"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-mini" + "miwifi-mini" + ]; + titles = [ + { + model = "MiWiFi Mini"; + vendor = "Xiaomi"; + } + ]; + }; + youku_yk1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-youku_yk1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-youku_yk1-squashfs-sysupgrade.bin"; + sha256 = "496bd671a528dbf09228dd388b169fff9c62801a7f0dbcae148d194cccfa82e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-youku_yk1-initramfs-kernel.bin"; + sha256 = "0a1be301dca895c8f73de93f893755b8f427e693c9e8d479656be90b4db94af6"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk1" + "youku-yk1" + ]; + titles = [ + { + model = "YK1"; + vendor = "YOUKU"; + } + ]; + }; + yukai_bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-yukai_bocco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-yukai_bocco-initramfs-kernel.bin"; + sha256 = "4541a4fab116bcbde85a4ae37b04550c42bcf7a99087778c49361f8b12a99f19"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-yukai_bocco-squashfs-sysupgrade.bin"; + sha256 = "068e6e23198da37a4b26b86065fd2dc6925ee80b6c560f44de159da53dc9c68f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yukai,bocco" + "bocco" + ]; + titles = [ + { + model = "BOCCO"; + vendor = "YUKAI Engineering"; + } + ]; + }; + zbtlink_zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-ape522ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "25afe99fd70cefc7eb1e7b851f1eea2feec021deaafb76c4baf98117f0e7ec10"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-ape522ii-initramfs-kernel.bin"; + sha256 = "0c943ec25bc01e972c1ff5708152730207c2fc0f6fe841901138066ee43a9829"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-ape522ii" + "zbt-ape522ii" + ]; + titles = [ + { + model = "ZBT-APE522II"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-cpe102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "82f1e7c05ea6788ac4df775a9f210198f9b276da6bd7b57c46d05896f025ca96"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-cpe102-initramfs-kernel.bin"; + sha256 = "f105b5359e0a8508bcb51bc42da656ac861d3617ac46fddc8361e556157d6916"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-cpe102" + "zbt-cpe102" + ]; + titles = [ + { + model = "ZBT-CPE102"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-wa05"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-wa05-initramfs-kernel.bin"; + sha256 = "0fe38b9c4f0de2cd4c3ddcfadfee6dd7ede41fe508e3887ecd70e93e8b7b779c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "f8b5d6e560e003f68de0a4c423581f7226787970f114eb6ec468db77792d6114"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wa05" + "zbt-wa05" + ]; + titles = [ + { + model = "ZBT-WA05"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we1026-5g-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-initramfs-kernel.bin"; + sha256 = "0e19af96470acae463475dd8a7a9b2c43342bfc27d5036fde6ec7d6dd3100e1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "5d0e27665e2376e0b95d87aa923c9e26db65a54e517d546b05526c51e8e68063"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-5g-16m" + "we1026-5g-16m" + "zbtlink,we1026-5g-16m" + ]; + titles = [ + { + model = "ZBT-WE1026-5G"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-h-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we1026-h-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we1026-h-32m-initramfs-kernel.bin"; + sha256 = "2d3e735030aa5c5be3a000cb0cff67c39ec2a3ec8648c6c34166243854eee1c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we1026-h-32m-squashfs-sysupgrade.bin"; + sha256 = "0d798a3c51bd0bbe95654422f7c15bb5ed78f73f6bbc1ac77743fc9780048c86"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-h-32m" + ]; + titles = [ + { + model = "ZBT-WE1026-H"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we2026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "d57ff7f86c4ace720a8d2236051fbea2e0ca7b64c54f341405e9e2526a2ae535"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we2026-initramfs-kernel.bin"; + sha256 = "c7861c0d3c360840bb93b069bf63e0a6ce40f43f1ab6ed630c9a7d7556178313"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we2026" + "zbt-we2026" + ]; + titles = [ + { + model = "ZBT-WE2026"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we826-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin"; + sha256 = "d04417c123adca352e5a20099f29f72f6b7c948ed43f428e7aaaf08ffce9dc36"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we826-16m-initramfs-kernel.bin"; + sha256 = "4f395ec540fbb26da0ddfacef26ab608683eae24ccd21d0f1f9f04d2e7ec64dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-16m" + "zbt-we826" + "zbt-we826-16M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-32m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we826-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we826-32m-initramfs-kernel.bin"; + sha256 = "55eb1999deee6eccd52460fba63618c14f9673344339c1f7ff98f97698e550bc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we826-32m-squashfs-sysupgrade.bin"; + sha256 = "ad9ae4bab79b270e72f6607c08ca969962d20394a5753b7b7f6ba50516cb21a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-32m" + "zbt-we826-32M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we826-e-initramfs-kernel.bin"; + sha256 = "36ed983eda0a6cf01db3789937b5176c0011a765d7088c15fb59812bf7b282fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "c778324a8c25e2ace0628c4ed5b3847eebafd9780078944169ad4b3395ae343c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + model = "ZBT-WE826-E"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-wr8305rt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-wr8305rt-initramfs-kernel.bin"; + sha256 = "82d6b82c42a21dc08f934942d879bf4d274494f01e81047748d861846f99827d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zbtlink_zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "64daf62fbe2c237bc81fbec204a052b9cd73644be1fb6e38254d72b7b20016c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wr8305rt" + "zbt-wr8305rt" + ]; + titles = [ + { + model = "ZBT-WR8305RT"; + vendor = "Zbtlink"; + } + ]; + }; + zte_q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-zte_q7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zte_q7-squashfs-sysupgrade.bin"; + sha256 = "385c8f306aa3fd6b47739a9c9b944912214b587c37022463f1c88e31d2d3551a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-zte_q7-initramfs-kernel.bin"; + sha256 = "5c0a2a1d44496b4e67402306cf94b5032c8963bbc7bf088d726bc6ca9e270f45"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,q7" + "zte-q7" + ]; + titles = [ + { + model = "Q7"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic-omni = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-zyxel_keenetic-omni"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-zyxel_keenetic-omni-initramfs-kernel.bin"; + sha256 = "ae9b8165ea0704a2ff647c636620537608e0b903697f63a3d13e59102b84fb99"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zyxel_keenetic-omni-squashfs-factory.bin"; + sha256 = "34d214d0d671c7f5886e101ec4741fb2e510c4ef8085b54990bb5f501ecbe701"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zyxel_keenetic-omni-squashfs-sysupgrade.bin"; + sha256 = "b6a97131aa8c95ec177d97635f13a574b65e47caa045b696b95c67ab2b6818ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni" + "kn_rc" + ]; + titles = [ + { + model = "Keenetic Omni"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-omni-ii = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-zyxel_keenetic-omni-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-factory.bin"; + sha256 = "73704074eff0cd44f3e9783cdc5a506a2edd3a6ee599b4dc28e6a151c21eee00"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-zyxel_keenetic-omni-ii-initramfs-kernel.bin"; + sha256 = "b138f3d00044b2c52b771d890936bb369743fffe7648d8d1a1da37204d2dfda2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-sysupgrade.bin"; + sha256 = "e9a66b5496af2712b61cdc1d983680bbafb51d349bcb4a35ed40c1223fd18934"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni-ii" + "kn_rf" + ]; + titles = [ + { + model = "Keenetic Omni II"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-viva = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7620-zyxel_keenetic-viva"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zyxel_keenetic-viva-squashfs-factory.bin"; + sha256 = "5cdf7ccc608f40607441b6ce95a7f397f0490a2f2abe4fcb6dc10b484152019b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7620-zyxel_keenetic-viva-initramfs-kernel.bin"; + sha256 = "ad5afd2784d553da880bebaad61d0410f407c362c816b1094db066a4be746260"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7620-zyxel_keenetic-viva-squashfs-sysupgrade.bin"; + sha256 = "79e8685e5b2fad327b6cfdf2a274514da9b98386faa5f0b699c6c6cd21f5494e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-viva" + "kng_rc" + ]; + titles = [ + { + model = "Keenetic Viva"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "ramips/mt7620"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + adslr_g7 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-adslr_g7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-adslr_g7-initramfs-kernel.bin"; + sha256 = "88aa0d29f0b0a63803a62a2f4b54ed2b398d22ab219fad1396e5962583dbbf5c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin"; + sha256 = "6291dc74497b6459fc8d800034c85e6927740c83e5abed7e68461bdb8940daa3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adslr,g7" + ]; + titles = [ + { + model = "G7"; + vendor = "ADSLR"; + } + ]; + }; + afoundry_ew1200 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-afoundry_ew1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-afoundry_ew1200-initramfs-kernel.bin"; + sha256 = "ad0409cd51eaa2a0a32ea35d46bac0212db95fdee8ab7d7369f16bcd8fb90ce7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin"; + sha256 = "4cdc3d9a3f10a920747f89a2bff3adfa2cab775f07f806df342ee0e514db3b93"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "afoundry,ew1200" + "ew1200" + ]; + titles = [ + { + model = "EW1200"; + vendor = "AFOUNDRY"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "cbd998354b5f3504221f307bab3ce89b0ffeb4ec62f0380c9e50cddaecc225c9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-alfa-network_quad-e4g-initramfs-kernel.bin"; + sha256 = "9332d3ba9b120deed1f3396dd91d21a28aa92fa7528c659d555ea2a8b98ea87a"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + "quad-e4g" + ]; + titles = [ + { + model = "Quad-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + ampedwireless_ally-00x19k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-ampedwireless_ally-00x19k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-ampedwireless_ally-00x19k-initramfs-kernel.bin"; + sha256 = "f9a489450efcab337c8f303124442e2fd03a68ea470199c44d55a0348af3b123"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-ampedwireless_ally-00x19k-squashfs-sysupgrade.bin"; + sha256 = "0a6f9ae3a7a484a132e67525bf5eae075b0a8ea2982f75dcedd75f97429e1f8a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ampedwireless,ally-00x19k" + ]; + titles = [ + { + model = "ALLY-00X19K"; + vendor = "Amped Wireless"; + } + ]; + }; + ampedwireless_ally-r1900k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-ampedwireless_ally-r1900k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-ampedwireless_ally-r1900k-initramfs-kernel.bin"; + sha256 = "f62c7b1fd5304edd6ef0c9b94a6b9544048db37b043375dae7727cee9b3ed246"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-ampedwireless_ally-r1900k-squashfs-sysupgrade.bin"; + sha256 = "46a419e9409b3a5c35e96fa232c8667bc12e1258edf14cf521ad2ab44434e925"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ampedwireless,ally-r1900k" + ]; + titles = [ + { + model = "ALLY-R1900K"; + vendor = "Amped Wireless"; + } + ]; + }; + asiarf_ap7621-001 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-asiarf_ap7621-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-asiarf_ap7621-001-squashfs-sysupgrade.bin"; + sha256 = "ffeb4256aa346939499039f35dcbfc6ea4b69b20b9b44ea2ceeb0d9b909e2734"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-asiarf_ap7621-001-initramfs-kernel.bin"; + sha256 = "b7fe2c472e53b4007490878c9eb966620ac64de7c3b6a2dc0104ce7759c94cc9"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,ap7621-001" + ]; + titles = [ + { + model = "AP7621-001"; + vendor = "AsiaRF"; + } + ]; + }; + asiarf_ap7621-nv1 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-asiarf_ap7621-nv1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-asiarf_ap7621-nv1-squashfs-sysupgrade.bin"; + sha256 = "e1ce8cc27d49bb2cf5e2446660ffb66edf0f02a621726e2ed0bce5f6cbb6d1dc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-asiarf_ap7621-nv1-initramfs-kernel.bin"; + sha256 = "45dd7fde7ba38eeae286c870e3796e5cecbda8680f05538020cac3231fd61b64"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,ap7621-nv1" + ]; + titles = [ + { + model = "AP7621-NV1"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-asus_rt-ac57u-initramfs-kernel.bin"; + sha256 = "2641e799ac277522dd69a93341c9e5a018d8d28eeb1591326a7b9b4f85620789"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "9b6e869619d627e4ff3890841a07183e298c8c5a32675036952b42055b036a79"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + model = "RT-AC57U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac65p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-asus_rt-ac65p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-asus_rt-ac65p-initramfs-kernel.bin"; + sha256 = "abf4c701e118843b8a5d2097db3d1d227b18a34458d2ba8540dc223218b0e84f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-asus_rt-ac65p-squashfs-sysupgrade.bin"; + sha256 = "802fa85e8ecf645ce79407355add3251d8e4a6ef95c4c8cd818d4e65e7cbebc9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin"; + sha256 = "064cd694dc9eb9907698d03d98518235cc76f0179f856e62a20ccfcbaf263a90"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ac65p" + ]; + titles = [ + { + model = "RT-AC65P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac85p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-asus_rt-ac85p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-asus_rt-ac85p-squashfs-sysupgrade.bin"; + sha256 = "7115c121fd062a06575453c2846641dcecefe8a8c2507084065bf26cf9187544"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-asus_rt-ac85p-initramfs-kernel.bin"; + sha256 = "b07634ef23b640c1a1be73c041e23b68ca4e80b2ffb58ca4d68e11f85a9e8e3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-asus_rt-ac85p-squashfs-factory.bin"; + sha256 = "19db0b2206435256751bdfe271c78c0699cce182fe12be3a861eebfed1e0a918"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ac85p" + ]; + titles = [ + { + model = "RT-AC85P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n56u-b1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-asus_rt-n56u-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-asus_rt-n56u-b1-squashfs-sysupgrade.bin"; + sha256 = "f67d21fc7f5cf271c047b9c94d365879605c6ca52aaca04326b688ab8cc8a196"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-asus_rt-n56u-b1-initramfs-kernel.bin"; + sha256 = "19390ba21f94e29250e2f26629719a488e4fd5c3181b85975bc4b309888d8769"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n56u-b1" + ]; + titles = [ + { + model = "RT-N56U"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wsr-1166dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-buffalo_wsr-1166dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-buffalo_wsr-1166dhp-initramfs-kernel.bin"; + sha256 = "dfe44075f3e77063b660c6f2f82c698d47b85b7ffed5ab0065dc5c216cd2d344"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-buffalo_wsr-1166dhp-squashfs-sysupgrade.bin"; + sha256 = "b6ee47abe0c23d4bc7a6e4cfdaa7715e0a4afd71aadfac06e0210fdd5a1618d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-1166dhp" + "wsr-1166" + ]; + titles = [ + { + model = "WSR-1166DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-2533dhpl = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-buffalo_wsr-2533dhpl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin"; + sha256 = "47aa59ca3200b1028c60a915800363a5c3d239c682b2187bc09d16f1b82dec55"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-buffalo_wsr-2533dhpl-initramfs-kernel.bin"; + sha256 = "47dab482f1b96968cc6de166b649335f8fafa19887776ab7a9a41056362942d1"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhpl" + ]; + titles = [ + { + model = "WSR-2533DHPL"; + vendor = "Buffalo"; + } + { + model = "WSR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-600dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-buffalo_wsr-600dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-buffalo_wsr-600dhp-initramfs-kernel.bin"; + sha256 = "7515c5207d5aea6635897ec7063a654deafd99322b101ded63cc3511da979464"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-buffalo_wsr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "6085c8172d296218379caa0644bc5814c564d85f53a558793151f9d8ec3137e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-600dhp" + "wsr-600" + ]; + titles = [ + { + model = "WSR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1300 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-cudy_wr1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-cudy_wr1300-initramfs-kernel.bin"; + sha256 = "7e85176cf2c30331a2055377b41fffd899f53e9cb969c8f7ac7797ba09bdb9bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-cudy_wr1300-squashfs-sysupgrade.bin"; + sha256 = "b78181971109a3a5e0a176238292885a527408114335bf36679cc92a6428197e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr1300" + ]; + titles = [ + { + model = "WR1300"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-cudy_wr2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-cudy_wr2100-initramfs-kernel.bin"; + sha256 = "278f810b00e6dba2f16c42cd293126080813d93e3db55a0449388259eca51331"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-cudy_wr2100-squashfs-sysupgrade.bin"; + sha256 = "87405ff38335611be3e44f2357f5d6a03202aee921a539ab6bf3199ddb49a503"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr2100" + ]; + titles = [ + { + model = "WR2100"; + vendor = "Cudy"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-d-team_newifi-d2-initramfs-kernel.bin"; + sha256 = "7cda045cdf82bee62f30abeb19d207e9b4df2fba060e338f5e774ba6b2ecae45"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "ed4ff471adb6d782330d8c7cb8cf342e73c27b0b549129ccf783e40d5644de09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + model = "D2"; + vendor = "Newifi"; + } + ]; + }; + d-team_pbr-m1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-d-team_pbr-m1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-d-team_pbr-m1-initramfs-kernel.bin"; + sha256 = "d7b367965bb98a9937e65db8ca86d67ac8abd2f9464210d26d81cbef49662134"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-d-team_pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "e067aef0098f290d85287b1b8898cea049bc18a00db2b89cf8d8dae8e1d39111"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,pbr-m1" + "pbr-m1" + ]; + titles = [ + { + model = "PBR-M1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dir-1960-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-dlink_dir-1960-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-1960-a1-squashfs-factory.bin"; + sha256 = "f2b662b0fc97437d8d0107054309524d2a5258737cc6f9c2e6e8a20fc91ba9b9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-1960-a1-initramfs-kernel.bin"; + sha256 = "73da871a7f06e813c2db85009bfb40d40f3c3bb455047e3b03bcc1ed5d000bc1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-1960-a1-squashfs-sysupgrade.bin"; + sha256 = "9f57a96c94949c3d995224cc5eacdd6e77b5693597c6fe3754fdfde426663205"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-1960-a1" + ]; + titles = [ + { + model = "DIR-1960"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2640-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-dlink_dir-2640-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-2640-a1-squashfs-sysupgrade.bin"; + sha256 = "a640d002c8767fc1d870c99517a20ed16d13130aba6ee3ce31b0fdaf503b82a2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-2640-a1-squashfs-factory.bin"; + sha256 = "6d8c1768b261d082ddc9d834c7777279484072e6f6f78fa39d860e7156dc2e42"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-2640-a1-initramfs-kernel.bin"; + sha256 = "1d39663565f8a65e451e253ab95c9b576eec39bc67c90f96f08a1dd5a5189a3a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-2640-a1" + ]; + titles = [ + { + model = "DIR-2640"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2660-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-dlink_dir-2660-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "9f2511bd0ff11648b39468560db664bde05eebd53eeb0733cc5640a9378b057d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-2660-a1-initramfs-kernel.bin"; + sha256 = "2890a9af1bf31b1f9e26f1200e5772c1d962782ce35937c31f1c0ac1d8bea4a8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-2660-a1-squashfs-factory.bin"; + sha256 = "8d060cd355405ad0c5e4ecb0d881b6bf4a2c46a692924a23298b679314d51bdd"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-2660-a1" + ]; + titles = [ + { + model = "DIR-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-dlink_dir-860l-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-860l-b1-initramfs-kernel.bin"; + sha256 = "4e1487c1fe9b06fc58c68ff36e3d775c615b4b3ccd8a7e8255c54724407e0b5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-860l-b1-squashfs-factory.bin"; + sha256 = "1ec8816491aa1e122c843b18ea768e79631a0433f8b683ec3136987884acf7f0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "f419928df67d6fd2d006b325bb331b2a037f3a32836499d0a77dbb47985b4e29"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-860l-b1" + "dir-860l-b1" + ]; + titles = [ + { + model = "DIR-860L"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-867-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-dlink_dir-867-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-867-a1-squashfs-factory.bin"; + sha256 = "3d69755addfc6562e2ea3009dbd72e62cafa98892e1e32cc777f73b3b75165d0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-867-a1-squashfs-sysupgrade.bin"; + sha256 = "292766f570c1a7efa8abe8f551945d163f7ce6b0b606ceccb9631bc782ee122e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-867-a1-initramfs-kernel.bin"; + sha256 = "e505df336b5af12a0844f050315ebb1e911710b46d9ffb960f8e8221ae305fd8"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-867-a1" + ]; + titles = [ + { + model = "DIR-867"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-dlink_dir-878-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-878-a1-squashfs-factory.bin"; + sha256 = "3ec9cc9f60bd6a4b15da8ec110ddf4175d0cba29418e88a1eb312ebb982fb247"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-878-a1-initramfs-kernel.bin"; + sha256 = "16b47739fe1d1f0f007b5a26b58298039b54d068839d77ab36da826aaab5ea1a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-878-a1-squashfs-sysupgrade.bin"; + sha256 = "c07bd851fa48b4a446756c037ef97710d5988e3f05eeff66b8a9c7d59ccf6ff2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-878-a1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-dlink_dir-882-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-882-a1-squashfs-factory.bin"; + sha256 = "d7a6af19edc50bdfb99de9c75fb209780c1254db1bc6b993445d3db60138ec9b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-882-a1-initramfs-kernel.bin"; + sha256 = "7e570f67f38585a6ec424dc34ffd0f586236db396b9e86b4feb69fc8dc2a4354"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-882-a1-squashfs-sysupgrade.bin"; + sha256 = "1a352caf778ccab1bb058063e7f9335be2a70ae6508c4986e1d94a82d5241bf4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-882-a1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-dlink_dir-882-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-882-r1-squashfs-factory.bin"; + sha256 = "c680afab25761e25109c91bdc8f48c5182b52e6863ffc19c7db2ce1293c3727e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-882-r1-squashfs-sysupgrade.bin"; + sha256 = "83e9982c3e050dfafa2d4e946d30f531dfaaf8956cb7cc420d8509a597b687a5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-dlink_dir-882-r1-initramfs-kernel.bin"; + sha256 = "a99ef9861921a9df671afa8c4653d2bde5f7dd0a1c29b9b05f0aace01522167f"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-882-r1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + edimax_ra21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-edimax_ra21s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-edimax_ra21s-initramfs-kernel.bin"; + sha256 = "b15198edf9cd4dd8852322b6cec53c5cc7c4f7b2849c34cfd4b0c111421da9d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"; + sha256 = "caddbd1fce8cffc6b8b47ffb1ea497420440f32d0f0dbfcbb0bb8dda266ef666"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin"; + sha256 = "ce50ada94b4c099e118c9a904c385e5db6992a0244696440d4b7882792eda484"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ra21s" + ]; + titles = [ + { + model = "RA21S"; + vendor = "Edimax"; + } + { + model = "Gemini RA21S"; + vendor = "Edimax"; + } + ]; + }; + edimax_re23s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-edimax_re23s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-edimax_re23s-initramfs-kernel.bin"; + sha256 = "dffcb94b43bc16eba91ac7d06bb0e7d5ef7e6c58b64f96fbd95113784180c10d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-edimax_re23s-squashfs-sysupgrade.bin"; + sha256 = "0085c79484c2074a2ba5e0ab23b109b728329073d6f2db002b69c926d1b68297"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-edimax_re23s-squashfs-factory.bin"; + sha256 = "ef407d2b337ff7b558396c087b2985cfdb3284e8a5863a3af574c375d7238cca"; + type = "factory"; + } + ]; + supported_devices = [ + "edimax,re23s" + ]; + titles = [ + { + model = "RE23S"; + vendor = "Edimax"; + } + { + model = "Gemini RE23S"; + vendor = "Edimax"; + } + ]; + }; + edimax_rg21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-edimax_rg21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-edimax_rg21s-squashfs-factory.bin"; + sha256 = "10b776d5ece3484637e54ed4bb869e8ee98086dab1adecf2a91df65890be47e1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-edimax_rg21s-initramfs-kernel.bin"; + sha256 = "3284fd6d4507a61855ab48d1e40947145d7e311783daf384b1eff7749260a6ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-edimax_rg21s-squashfs-sysupgrade.bin"; + sha256 = "0e424d1b2992d490e3490650c108aa5ba4f0621a2fadb4b20f17d99a01e5bfc2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,rg21s" + ]; + titles = [ + { + model = "Gemini AC2600 RG21S"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "8aa3a29f79a7da477c4b52c7bb0bfc9114467ca5badee1488b5efcdcf905465b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1167ghbk2-s-initramfs-kernel.bin"; + sha256 = "d7a733d90ed24f0c1b09e3921101b9277430cb971e454ce61eacdef0c5242ca1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "61f1fd3b8c5860a2063ec1f8441bd0445db697753f5010bbf16b2e37a81f952e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + model = "WRC-1167GHBK2-S"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gs2-b = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1167gs2-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-factory.bin"; + sha256 = "d1bd5338466d5cf1f8fd829b9e48662e9018d9135a61374113c19b1ca0fae637"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-sysupgrade.bin"; + sha256 = "aeac3ddfcf3170ded6e7d82d13c82100f25ddffb7aac531ce5e711de569f1e21"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1167gs2-b-initramfs-kernel.bin"; + sha256 = "81afcaa9e8d367dfb2153d3e570257bfc7ceb1f2ed2dca76c3df3de5abaad396"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gs2-b" + ]; + titles = [ + { + model = "WRC-1167GS2-B"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1167gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1167gst2-initramfs-kernel.bin"; + sha256 = "1f134cc1c4b2ad6a7c4b46496988e7c0465afc7110af1574928c0825f99b0d3a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1167gst2-squashfs-sysupgrade.bin"; + sha256 = "7f46d3ecde859d3e59c2f1a38ec04e69db6d0471733d358de32c2318ff544674"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1167gst2-squashfs-factory.bin"; + sha256 = "e4a1c67168035397c449237cf82786699f28551165825051dedde8bd8674b519"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gst2" + ]; + titles = [ + { + model = "WRC-1167GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gs = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1750gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1750gs-squashfs-sysupgrade.bin"; + sha256 = "2c5cffb276be68ec1535eea6c94521743b6d8c0c620f77fbde95597cdbc423ba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1750gs-squashfs-factory.bin"; + sha256 = "23d01159c438adf1a0140ec00d18464bf847004881f1c83f0eab8e8bd9b3263a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1750gs-initramfs-kernel.bin"; + sha256 = "27b006ecbaa831f8e14719eff2607175a429a19701d29f2d13f6430e16430272"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gs" + ]; + titles = [ + { + model = "WRC-1750GS"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1750gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1750gst2-initramfs-kernel.bin"; + sha256 = "35f04088a0908291e7205cbe0a4f925ffbd9fb4602c5db0ba155ceb2d6151d3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1750gst2-squashfs-sysupgrade.bin"; + sha256 = "42c97a12f52ccdfb769619a0f03439a9b328dac4861581e35afc8b2ea8dab3bd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1750gst2-squashfs-factory.bin"; + sha256 = "94947dd5607816bf095c2c3cbbfb5c6bd68a98c111ad781a5f9c5c5c282bd9e9"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gst2" + ]; + titles = [ + { + model = "WRC-1750GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gsv = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1750gsv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1750gsv-squashfs-factory.bin"; + sha256 = "4cd93f53c11585150ae809f5c867798122b7e3d29a6fa9d5d6cb47f6625f6af9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1750gsv-squashfs-sysupgrade.bin"; + sha256 = "6adf61b840cfd2e16afcf22796dfebc679ceee17da8fb967ee674e60398d2dc2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1750gsv-initramfs-kernel.bin"; + sha256 = "fe39c9be4071da861f8ca40fa81fe6af9c88885812ef2517bc4dc60d964ee78e"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gsv" + ]; + titles = [ + { + model = "WRC-1750GSV"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "0b985498aa058392ab876961e271b834e85283a38fc05c3eed8fe6dd34922949"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1900gst-initramfs-kernel.bin"; + sha256 = "96d862bc69ca673a76a30f46ea5460d6343c3cddc15c62017e9e6a5b293134e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "b00a4d76e68c227fddf3508380ed4302bb9eccff0ffd6ece99fabd86a366f78c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + model = "WRC-1900GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533ghbk-i = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-2533ghbk-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-sysupgrade.bin"; + sha256 = "3ded7d171de7928456a9ea5e53c7149a02782a185006033a36f4d0581b5aff32"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-factory.bin"; + sha256 = "e243c3c9c9948c0802b82f36cca574ef643e5eed01438046a78ceb85b02fb921"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-2533ghbk-i-initramfs-kernel.bin"; + sha256 = "aabe52dbdedac490bbc5093e2a806b866b5a6e30f50f3b38229c1d3127962a85"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533ghbk-i" + ]; + titles = [ + { + model = "WRC-2533GHBK-I"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "e7fb7fb2151de23c6f89dbf291ec273ef5ba8221a1b4a490e1ed0830eed0caaf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "7bc1b9b4edec840de9d3611027ba8d26627cfc1a5246ed1d2e4f3c8a42bddbf5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-2533gst-initramfs-kernel.bin"; + sha256 = "e1d7d4fccfc4cbc973e3c960628671eaadf404fd9810064d463758a78325d9a8"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + model = "WRC-2533GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-2533gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-2533gst2-squashfs-factory.bin"; + sha256 = "492ccccfdcc83f5ac703e20587e8a580112fedacf30da8cbcfa44f341809c977"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-2533gst2-squashfs-sysupgrade.bin"; + sha256 = "ad15f6c0ff69fa2b204ecba2897e0b461f706c03c4900ed1af295f48a1b1c768"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-elecom_wrc-2533gst2-initramfs-kernel.bin"; + sha256 = "84bbd070c96c328aba5cda66dedadc2d570bfd5fb7fe666f8ed52b117e6781dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst2" + ]; + titles = [ + { + model = "WRC-2533GST2"; + vendor = "ELECOM"; + } + ]; + }; + firefly_firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-firefly_firewrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-firefly_firewrt-squashfs-sysupgrade.bin"; + sha256 = "88260997b4972d75186944db1b24e41760554facbe1b95d832c6bf548c54891a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-firefly_firewrt-initramfs-kernel.bin"; + sha256 = "fe062e98c17e9c2952f1c2a8708b73e3d81d60a8f55eba0eeffe57b7fac72f9e"; + type = "kernel"; + } + ]; + supported_devices = [ + "firefly,firewrt" + "firewrt" + ]; + titles = [ + { + model = "FireWRT"; + vendor = "Firefly"; + } + ]; + }; + gehua_ghl-r-001 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-gehua_ghl-r-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-gehua_ghl-r-001-squashfs-sysupgrade.bin"; + sha256 = "0c40f988d8902861f261f6ee4abce870eb84de77d28a6689f271a24bdb96cf5c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-gehua_ghl-r-001-initramfs-kernel.bin"; + sha256 = "f331e09e5eee3140cbf587994b187f20c9effe624c02c0807f1fbd361ddc40fd"; + type = "kernel"; + } + ]; + supported_devices = [ + "gehua,ghl-r-001" + ]; + titles = [ + { + model = "GHL-R-001"; + vendor = "GeHua"; + } + ]; + }; + glinet_gl-mt1300 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-glinet_gl-mt1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-glinet_gl-mt1300-initramfs-kernel.bin"; + sha256 = "35a255cab094d6a6a2f989e6f55e7d45772d3cd99bd2793c85ca66beb31e0e4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-glinet_gl-mt1300-squashfs-sysupgrade.bin"; + sha256 = "28c56af2547d388e0edb02c4890a1b30410c508cc685b2f0ed214104041e2075"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt1300" + ]; + titles = [ + { + model = "GL-MT1300"; + vendor = "GL.iNet"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-gnubee_gb-pc1-initramfs-kernel.bin"; + sha256 = "d4de0512feb9d3749ec03571d7729c3df464245a45cababff11faabdf4fb2c99"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "7b4fd34359d71f1ab096af979869228013eca06b206e22f85bb24ed7cae4e720"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + model = "Personal Cloud One"; + vendor = "GnuBee"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-gnubee_gb-pc2-initramfs-kernel.bin"; + sha256 = "f2f9d86e2302fde4f7cf6ee888d630dcc7a9f61b7e451ad64132315ee8fb46bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "76f7b5dc23e2f7b32ad7357c6bb270eb8b1e7367b7466fc5d99fc3ed47fae8f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + model = "Personal Cloud Two"; + vendor = "GnuBee"; + } + ]; + }; + hiwifi_hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-hiwifi_hc5962"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-hiwifi_hc5962-squashfs-sysupgrade.bin"; + sha256 = "c803769778844e573b1f149a686f5fc247c42553d76ba352986f81dc4585af23"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-hiwifi_hc5962-initramfs-kernel.bin"; + sha256 = "8f514e7409534146ca9ff54998024acbbf5e621c1b5e0c83e059894fcb9258fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-hiwifi_hc5962-squashfs-factory.bin"; + sha256 = "6e5de02689a7391e90722bce3b9aee21e44b9232f3627234e02da9f139d29293"; + type = "factory"; + } + ]; + supported_devices = [ + "hiwifi,hc5962" + ]; + titles = [ + { + model = "HC5962"; + vendor = "HiWiFi"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-iodata_wn-ax1167gr-initramfs-kernel.bin"; + sha256 = "bd03c1dedabf813ad66820061cc86a8923f32bf7febc43f5bcab7df2d3c407a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "22a22aca4a51299face665765a75563df39e8fdb700f7b27bcec842feeb52c32"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + model = "WN-AX1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax1167gr2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-iodata_wn-ax1167gr2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-iodata_wn-ax1167gr2-initramfs-kernel.bin"; + sha256 = "7aa9ccca406271a3545ecb8cc011d61868488d1115e5c484ec72c16b028fb092"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-iodata_wn-ax1167gr2-squashfs-sysupgrade.bin"; + sha256 = "f410fbf5360d4e90dbde8aae1b01f1fcabf3a50f186f56cb2be79ca4b4536a59"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr2" + ]; + titles = [ + { + model = "WN-AX1167GR2"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-iodata_wn-ax2033gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-iodata_wn-ax2033gr-squashfs-sysupgrade.bin"; + sha256 = "f222422d6473793a61b0886728bd76d7b6e2445002a727feec19561b5c66b2cf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-iodata_wn-ax2033gr-initramfs-kernel.bin"; + sha256 = "a4542b7530a11833bf8d608fb67337b0134e495b5d625ea00f61646f739d87d8"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax2033gr" + ]; + titles = [ + { + model = "WN-AX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1167r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-iodata_wn-dx1167r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-iodata_wn-dx1167r-initramfs-kernel.bin"; + sha256 = "2c4d3222fec9c832393f6aad13eddfee34e483c35f6df1151762399f49fd1e55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-iodata_wn-dx1167r-squashfs-sysupgrade.bin"; + sha256 = "5f5dec31d5893869026eb6db83266228909f4bae11a3e125376b4053550bd3a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-dx1167r" + ]; + titles = [ + { + model = "WN-DX1167R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1200gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-iodata_wn-dx1200gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-iodata_wn-dx1200gr-squashfs-sysupgrade.bin"; + sha256 = "edd7d2504f80322ecf1a60e8a62f87bc833147162e14702ded3081cba8507849"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-iodata_wn-dx1200gr-initramfs-kernel.bin"; + sha256 = "02a623066e78239cc73ccba9fc1bd008153a3bd60e86d39b32942f900a3e50f0"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1200gr" + ]; + titles = [ + { + model = "WN-DX1200GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "0ac87602d4b8c17f4fbc35d1f0a794f0c9e78e6756df1b5897b3682b05a73821"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-iodata_wn-gx300gr-initramfs-kernel.bin"; + sha256 = "b86f4c2bb9e2211482af43e49d0a92f295eed1bb5f807fa793ed6fb4b32b38c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + model = "WN-GX300GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wnpr2600g = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-iodata_wnpr2600g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-iodata_wnpr2600g-initramfs-kernel.bin"; + sha256 = "10f9737208536bba8a2387b4a3a8e06182774136a8c2b6efd412e2e69f3d3c1f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-iodata_wnpr2600g-squashfs-factory.bin"; + sha256 = "b266468a1c35f274581f48e124b3c1bece2407bcd0ad116fbf9d7c6bcef2ec6e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-iodata_wnpr2600g-squashfs-sysupgrade.bin"; + sha256 = "f35ae67df9d3ab86a6b06968e3bed3db9ab32d7d6d8c7bc362cd862ec356511a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wnpr2600g" + ]; + titles = [ + { + model = "WNPR2600G"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a6ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-iptime_a6ns-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-iptime_a6ns-m-initramfs-kernel.bin"; + sha256 = "0fe3978ad280cc7063baa602e33a5ec2f094e0bc90802d54ea612bbffdad0bac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-iptime_a6ns-m-squashfs-sysupgrade.bin"; + sha256 = "19a41cc90b8ab50b2d4391d89c01a25b696f613723cea9e970ad577fa000992d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a6ns-m" + ]; + titles = [ + { + model = "A6ns-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a8004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-iptime_a8004t"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-iptime_a8004t-initramfs-kernel.bin"; + sha256 = "55aa79a9fa4a1746f1e9e70b1801cac22b8f68504a863cfc1bf5a075ae5db50b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-iptime_a8004t-squashfs-sysupgrade.bin"; + sha256 = "f64e7f7e9da39552218a8d48c979cfe56a4d8dcbd64b90e89bbebb9bcc2c15c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a8004t" + ]; + titles = [ + { + model = "A8004T"; + vendor = "ipTIME"; + } + ]; + }; + jcg_jhr-ac876m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-jcg_jhr-ac876m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-jcg_jhr-ac876m-initramfs-kernel.bin"; + sha256 = "cb71c5b8c929c5f1254eec8c1813561866ec1870180d75d66326dea70c6e19e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-jcg_jhr-ac876m-squashfs-sysupgrade.bin"; + sha256 = "ad9aaffd7f71c5354d51f2f66cbf449a627c21a2cd9f4fc413bc08de0fdc435f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-jcg_jhr-ac876m-squashfs-factory.bin"; + sha256 = "55418ca50421781b1fd718e49727d9d4d65c94045dfb6896fe20bacc15135c50"; + type = "factory"; + } + ]; + supported_devices = [ + "jcg,jhr-ac876m" + ]; + titles = [ + { + model = "JHR-AC876M"; + vendor = "JCG"; + } + ]; + }; + jcg_q20 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-jcg_q20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-jcg_q20-squashfs-sysupgrade.bin"; + sha256 = "319feccd4fd538249193d8a4052da4cd28a39a59d5a2f01fb48b3d8bfc67e987"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-jcg_q20-initramfs-kernel.bin"; + sha256 = "9b0bef5b8273a97229cf9250fea746ed91cca4e8e863d7a8f02805303f385ce0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-jcg_q20-squashfs-factory.bin"; + sha256 = "2b6ec2729e9b9311bd8eef6ad237b507590d60374d6f3bcaef188784aa1baddf"; + type = "factory"; + } + ]; + supported_devices = [ + "jcg,q20" + ]; + titles = [ + { + model = "Q20"; + vendor = "JCG"; + } + ]; + }; + jcg_y2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-jcg_y2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-jcg_y2-squashfs-sysupgrade.bin"; + sha256 = "0ad2a00d5350e9a0600bf1ef3aa4c805e2897997ae03599f53784434f6a455e1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-jcg_y2-squashfs-factory.bin"; + sha256 = "66416b7744899f18e944a92b9ff3f6096eeec7fb26b6f4660762da9e3aa683d8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-jcg_y2-initramfs-kernel.bin"; + sha256 = "07a05c4bdeac74a6a44eb37dbd12138ee37058242d5005d31f7dadb6a080d980"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,y2" + ]; + titles = [ + { + model = "Y2"; + vendor = "JCG"; + } + ]; + }; + lenovo_newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-lenovo_newifi-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-lenovo_newifi-d1-initramfs-kernel.bin"; + sha256 = "c6cfff5081fa8ef4bd47a509148eaf45190440910022590f8340055f39030806"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-lenovo_newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "5f5067d481dc0bd63e881327c0714f92dd90afbabfceb96f88a5b5937e809434"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-d1" + "newifi-d1" + ]; + titles = [ + { + model = "D1"; + vendor = "Newifi"; + } + ]; + }; + linksys_e5600 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-mt7663-firmware-sta" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-linksys_e5600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_e5600-squashfs-sysupgrade.bin"; + sha256 = "fcb6e911706e5ec341240389a53ee1f48f2aee4029f63b27c6d1e67d104fc072"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_e5600-initramfs-kernel.bin"; + sha256 = "5e8046b9dcc62fac0ddc08855e989aa2c148538b6bad9c2a42678e044caabaec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_e5600-squashfs-factory.bin"; + sha256 = "0e09dab5f6ad44983d56b73dd18464058798938fd7dd1af9cdd096b21fc2b894"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,e5600" + ]; + titles = [ + { + model = "E5600"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-linksys_ea7300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_ea7300-v1-squashfs-sysupgrade.bin"; + sha256 = "7a92f30ee5d44a0c049629a5948a028476a5633f96fefb4c5d188acc92e4c6a7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_ea7300-v1-squashfs-factory.bin"; + sha256 = "9290cc27bb5e0a24ebff8a16483efe2323297bd9c8d4d0681260694955176f46"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_ea7300-v1-initramfs-kernel.bin"; + sha256 = "cc4d230b90495098d7df98ae5cca29be904884a3fc45492403aa8547161e070c"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7300-v1" + ]; + titles = [ + { + model = "EA7300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-linksys_ea7300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_ea7300-v2-squashfs-sysupgrade.bin"; + sha256 = "235fa57b2f9d8b059d966e3e2e5ce6e59d23e3b85535e87507164b3ae5aff21b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_ea7300-v2-squashfs-factory.bin"; + sha256 = "3b40acfd99470ae5df1627335d6f2e705aba4e16696b8a6facb8c3bf18f43c48"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_ea7300-v2-initramfs-kernel.bin"; + sha256 = "0e50ef246051e829e827cf4bb2b121072d33dbff866165829eed78debaa96523"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7300-v2" + ]; + titles = [ + { + model = "EA7300"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7500-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-linksys_ea7500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_ea7500-v2-squashfs-factory.bin"; + sha256 = "419dc06f561058f47c0f796ede95e913eeec65c153e21ef809f6c9841f121aaf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_ea7500-v2-squashfs-sysupgrade.bin"; + sha256 = "5c4266ea237e2ac7db72e1412fee9bc6f1f73a70dd02c8fe84b21fe9b84bc760"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_ea7500-v2-initramfs-kernel.bin"; + sha256 = "8c41393046529ed922bda2e884e16e2262172271e7004fda1fe6c68309ac4f36"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7500-v2" + ]; + titles = [ + { + model = "EA7500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-linksys_ea8100-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_ea8100-v1-squashfs-factory.bin"; + sha256 = "8087c6a006024c019cc255449b303aebaa65af87cb701202b75389a52bc7a391"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_ea8100-v1-initramfs-kernel.bin"; + sha256 = "9f0d3e2e221ec38aa1ba20d587f54da8ba2850bb6a03022c6cf881f8fbf16b25"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_ea8100-v1-squashfs-sysupgrade.bin"; + sha256 = "97b5f5c07f7472898755efe9a53e83eb82f9e94d86f113364973ba6093472b30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8100-v1" + ]; + titles = [ + { + model = "EA8100"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_re6500 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-linksys_re6500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_re6500-initramfs-kernel.bin"; + sha256 = "8ca78025d5844838c5f33877bcebd314b546b8c142a3b6097a4ec905c61de770"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-linksys_re6500-squashfs-sysupgrade.bin"; + sha256 = "468634a64626428b23a67848a4f31a6dfcc2225a0022f71e06ac5e772c819026"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,re6500" + "re6500" + ]; + titles = [ + { + model = "RE6500"; + vendor = "Linksys"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "0f678c35b776827631152ded9052dbe0e78ce91578ca9d1f035eafda7cc65fa0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-mediatek_ap-mt7621a-v60-initramfs-kernel.bin"; + sha256 = "144461de41343241797340ae60f7120ec4bf04a086ef86c84a949110f7468251"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + model = "AP-MT7621A-V60 EVB"; + vendor = "Mediatek"; + } + ]; + }; + mediatek_mt7621-eval-board = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-mediatek_mt7621-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-mediatek_mt7621-eval-board-initramfs-kernel.bin"; + sha256 = "c184bac83dede5c6739576eac03b6714e90d42e3e668c5c6d452cd7a7bb95a4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-mediatek_mt7621-eval-board-squashfs-sysupgrade.bin"; + sha256 = "2878696bb3e96599ed5eb5cad982e671b5d89394e8e23f625f1283f28aa16348"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7621-eval-board" + "mt7621" + ]; + titles = [ + { + model = "MT7621 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mikrotik_routerboard-750gr3 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-mikrotik_routerboard-750gr3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-mikrotik_routerboard-750gr3-initramfs-kernel.bin"; + sha256 = "5ebbd9b5a81dbaa60f4e7e0c794d201b2fda66592a49c4182382aa3b0832a6a8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-mikrotik_routerboard-750gr3-squashfs-sysupgrade.bin"; + sha256 = "6f649690ac6494b000ecb0b10947f0245cd19afe5b3fed17904d19c38ebc78a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-750gr3" + "mikrotik,rb750gr3" + ]; + titles = [ + { + model = "RouterBOARD 750Gr3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-760igs = { + device_packages = [ + "kmod-usb3" + "kmod-sfp" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-mikrotik_routerboard-760igs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin"; + sha256 = "329dfeb25753a5004001512097e42a2cc1ea0fa135852de12121ae9d40b4f60f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-mikrotik_routerboard-760igs-squashfs-sysupgrade.bin"; + sha256 = "38acde1a0f7938af24b8980e6992d67775c248b214b85968914541f4ae006134"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-760igs" + ]; + titles = [ + { + model = "RouterBOARD 760iGS"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m11g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-mikrotik_routerboard-m11g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-mikrotik_routerboard-m11g-squashfs-sysupgrade.bin"; + sha256 = "b278e84efabffbbeace95f176c9d7991c93f0ad4ad5ea363b74b9434e925fa0b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-mikrotik_routerboard-m11g-initramfs-kernel.bin"; + sha256 = "e11e672fa78294c70bc9d9cac47c659dd478007ee60b7ec3c2310d6e8b2a5c94"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m11g" + "mikrotik,rbm11g" + ]; + titles = [ + { + model = "RouterBOARD M11G"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m33g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-mikrotik_routerboard-m33g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-mikrotik_routerboard-m33g-squashfs-sysupgrade.bin"; + sha256 = "691990b2a21a1b9b9b2e1676dc9a4a8787a7d3780e867ea72c840d30c775efcd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-mikrotik_routerboard-m33g-initramfs-kernel.bin"; + sha256 = "1c84df4cbc157c28711c74eb483f1c894bb38a0365027e025fbc53c81954cc4f"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m33g" + "mikrotik,rbm33g" + ]; + titles = [ + { + model = "RouterBOARD M33G"; + vendor = "MikroTik"; + } + ]; + }; + mqmaker_witi = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-mqmaker_witi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-mqmaker_witi-initramfs-kernel.bin"; + sha256 = "554ccd19fe2406cfdb25522e3c0528b6bf01e80995515c603afb7c74f17e14f9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-mqmaker_witi-squashfs-sysupgrade.bin"; + sha256 = "43e1507da38136bf4966c44c1d74eb5216cca983ae2807ab31d5dfc015855935"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi" + "witi" + "mqmaker,witi-256m" + "mqmaker,witi-512m" + ]; + titles = [ + { + model = "WiTi"; + vendor = "MQmaker"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "a4253313ce17e65a116931c9f14843b81e230f4f1dd7533bad13df93459ad407"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-mtc_wr1201-initramfs-kernel.bin"; + sha256 = "ff5d813fe9b16f34729f3b7fabc5a81424f2588e5b3640b636a02485fb093f1b"; + type = "kernel"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + model = "Wireless Router WR1201"; + vendor = "MTC"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_ex6150-initramfs-kernel.bin"; + sha256 = "03d25909f7bd9228a76e41a3884656ba45a048b44507db9ae15309f8c052d751"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "8c5f124e4807867dee1647106c92d5c6d1e08663722f86c390e63d49f0a084a8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "55f0ba6ed8fd5fcdea8c5f112928d2c43e333108fc48b7e8efc993d5caa9ddeb"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + model = "EX6150"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-netgear_r6220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin"; + sha256 = "814d86e7204490890697a6f60680612905735d89feb11a4fed863fe098865500"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6220-squashfs-rootfs.bin"; + sha256 = "74dffc212c1ef29a5905a4d1718f84e3aca6065aea9a99c6ec0c837819d883a9"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6220-squashfs-kernel.bin"; + sha256 = "5511d17f5c2f281f7332f3f0923edcf239c868ed605a735a6a4e8525350cb81b"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6220-initramfs-kernel.bin"; + sha256 = "8f46f50bc9e52250aae0f680bece897915a2148404352710038544ff56fa20f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6220-squashfs-factory.img"; + sha256 = "1a287f6a1883616be5bddda12152206cf456d86d90489c2db318787ff53ed4ee"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6220" + "r6220" + ]; + titles = [ + { + model = "R6220"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6260 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-netgear_r6260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6260-squashfs-kernel.bin"; + sha256 = "3043063bcdf476490fc3e4a9857fb33aff54293f1f652b904ad0a8922d027f03"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6260-initramfs-kernel.bin"; + sha256 = "9bf40f0003a9a666906a95f2d941093da24ce69bc50e71ffaf7ccc2a7364a51b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin"; + sha256 = "827d78e46d1c529b869faceb787b2cb3519fda4e81b943495260e8a3d9d1f4f0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6260-squashfs-rootfs.bin"; + sha256 = "e0af05a796843dfdd783da13fb6a51236643da5d1eda44bffa31b7a4570a70f1"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6260-squashfs-factory.img"; + sha256 = "14b0c899766f6cf7616c0d601fe2e3bd40d0fbc91366dc9dbdb14eec1970a316"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6260" + ]; + titles = [ + { + model = "R6260"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "adf2667b97eb8cd7b917df1c64da83afaf3fd65c8fc6bcae5829935cdee94178"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6350-initramfs-kernel.bin"; + sha256 = "f99c5406420b3ad96e8c5355c47e426be7ce8ff1c309197d7e53a0326703a918"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "5b5f2d72ede0f8d5f2e850ff10fd588456e20dd2513699949a493da75059aa7a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "e0af05a796843dfdd783da13fb6a51236643da5d1eda44bffa31b7a4570a70f1"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "6f944c6d1ccacfb83e493a9c6841b07af7f1194152581f1a13eacce8e1a0fa10"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + model = "R6350"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6700-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-netgear_r6700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6700-v2-squashfs-sysupgrade.bin"; + sha256 = "0b5ec8da3dff8cdb75b4462fb62eee06dddb32456a5f5f2c7d60b91483382ebe"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6700-v2-squashfs-rootfs.bin"; + sha256 = "e0af05a796843dfdd783da13fb6a51236643da5d1eda44bffa31b7a4570a70f1"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6700-v2-initramfs-kernel.bin"; + sha256 = "e7826d1daedb5b9c29788d8ec0d74cf9b9b63a425d1e5b881a29caafbbda1903"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6700-v2-squashfs-kernel.bin"; + sha256 = "e6a1ff3ddd741fcf8f981c91bf8569c84ee3299464b6c7fc84f86df1aa8a7c26"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6700-v2-squashfs-factory.img"; + sha256 = "d890fdcf5696b2814313dbb8453cb969133b47cfaa80602907e2056b1b0f8c96"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6700-v2" + ]; + titles = [ + { + model = "R6700"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2400"; + variant = "v1"; + vendor = "NETGEAR"; + } + { + model = "R7200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6800 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-netgear_r6800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6800-squashfs-rootfs.bin"; + sha256 = "e0af05a796843dfdd783da13fb6a51236643da5d1eda44bffa31b7a4570a70f1"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6800-squashfs-sysupgrade.bin"; + sha256 = "79e48358214480739c89479e0522e3800a9cf9de572b87cd5e66cf2c52706234"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6800-initramfs-kernel.bin"; + sha256 = "444616ab53f7d29214b13f9c562b9e2caeabc5b302f809ac9148561a5efb5420"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6800-squashfs-kernel.bin"; + sha256 = "46124d340a93be9da23f2f64938abc34e2a8005e7dc075a08cd53979404b30f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6800-squashfs-factory.img"; + sha256 = "f44ac9bdeb06350e99ab2ce79aedf2ddef593156955a6292ad11dbf5b7de2db5"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6800" + ]; + titles = [ + { + model = "R6800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6850 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-netgear_r6850"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6850-squashfs-sysupgrade.bin"; + sha256 = "3aab4371d00f81c0a9d68232a8541890ef1d6354f506912a5c2390fd0caa5871"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6850-squashfs-rootfs.bin"; + sha256 = "e0af05a796843dfdd783da13fb6a51236643da5d1eda44bffa31b7a4570a70f1"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6850-squashfs-kernel.bin"; + sha256 = "6e5568394afe33beadfe459312fab35bf01e4e4ce2c86108abae3f4aee332704"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6850-initramfs-kernel.bin"; + sha256 = "c1d839f650e3649f44ae8dfb7aa9384173b7bc03cf1214eff71bfad65a5e6af2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_r6850-squashfs-factory.img"; + sha256 = "0f54c1330ed00377a2dc785a96708a1670abad3ac9dad7f3c3b160087194ea91"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6850" + ]; + titles = [ + { + model = "R6850"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac104 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-netgear_wac104"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_wac104-squashfs-rootfs.bin"; + sha256 = "74dffc212c1ef29a5905a4d1718f84e3aca6065aea9a99c6ec0c837819d883a9"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_wac104-squashfs-factory.img"; + sha256 = "479b01fc2f23290b4643423b162b66246a3b91fc91987edbf6061733cbb43a59"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_wac104-squashfs-kernel.bin"; + sha256 = "9d2d867e4f9bdcf02359eb4ed4c372ef33cd0c8d5a25327bd1b295ce96398606"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_wac104-squashfs-sysupgrade.bin"; + sha256 = "43b99656989a35919f8e687828a7c9ff02ea491735e34942d3d6e6e02ce321a5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_wac104-initramfs-kernel.bin"; + sha256 = "c27177a9ba24f33259dda6483804e9028d7daa9fbceae0316a370195f1a6f28c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wac104" + ]; + titles = [ + { + model = "WAC104"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac124 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-netgear_wac124"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_wac124-initramfs-kernel.bin"; + sha256 = "b03b1e73274602640afdee0721820ad32792b06dcb871a194b14a68084f77469"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_wac124-squashfs-sysupgrade.bin"; + sha256 = "e59624946ba286dae7a9b6e33f412bb540ff4483f4900d4ec7ce19cb2674a120"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_wac124-squashfs-factory.img"; + sha256 = "161737b27eb2f456e272f54b129e0d47ab96739e979df24fac3d0959da165ecd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_wac124-squashfs-rootfs.bin"; + sha256 = "e0af05a796843dfdd783da13fb6a51236643da5d1eda44bffa31b7a4570a70f1"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_wac124-squashfs-kernel.bin"; + sha256 = "61d641029f4cc92361a28ad02f75c1096c44e0eae34d1543ffef2160fa366dcb"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wac124" + ]; + titles = [ + { + model = "WAC124"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-netgear_wndr3700-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_wndr3700-v5-squashfs-sysupgrade.bin"; + sha256 = "67870d5ff415d51d0a2d2717264c3ee161965387091e1d85e0eac9b7757fc3dd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_wndr3700-v5-initramfs-kernel.bin"; + sha256 = "e03e64c974d8cfa5a75d1cf92f9d1c5bb91604edf25a4d0e3b513d630623d645"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netgear_wndr3700-v5-squashfs-factory.img"; + sha256 = "0132515a5432d52441ee6d934f1c681e2e742964f268d0d18082cfa50a97d6cd"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v5" + "wndr3700v5" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v5"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-netis_wf2881"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netis_wf2881-squashfs-factory.bin"; + sha256 = "7522b51c3083c47fc01b87f0be9b6129276dbea8c3d984bc0664a47f94323c50"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-netis_wf2881-initramfs-kernel.bin"; + sha256 = "07a4a309cdedfe21fa5d4558411a5ff8209bcdcfbc38fb640b5a2f4e70e9a350"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-netis_wf2881-squashfs-sysupgrade.bin"; + sha256 = "fafcdf1e4faccfa0cad497377affe34ad24cd0da6a6c5a1656533c9d53b1cfd2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netis,wf2881" + ]; + titles = [ + { + model = "WF2881"; + vendor = "NETIS"; + } + ]; + }; + phicomm_k2p = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-phicomm_k2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-phicomm_k2p-initramfs-kernel.bin"; + sha256 = "7f76107dcf2a8649ceabf806cdd8b083af67410c8beb7e5d1ed91eaccd068ac8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"; + sha256 = "cc4a83ef06e7cfc048c6272dbba01930381bf05295e7d69d7a617e2375eea91a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2p" + "k2p" + ]; + titles = [ + { + model = "K2P"; + vendor = "Phicomm"; + } + { + model = "KE 2P"; + vendor = "Phicomm"; + } + ]; + }; + planex_vr500 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-planex_vr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-planex_vr500-squashfs-sysupgrade.bin"; + sha256 = "462d5830b5d72b727ab38a95e25178ac9c4de63bbdf3f1019d54285ddef3eefd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-planex_vr500-initramfs-kernel.bin"; + sha256 = "13558ad56b1cabd2662f52a40ff62af064f42029775b8dfce21186b5bffc3e96"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,vr500" + "vr500" + ]; + titles = [ + { + model = "VR500"; + vendor = "Planex"; + } + ]; + }; + samknows_whitebox-v8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-samknows_whitebox-v8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-samknows_whitebox-v8-initramfs-kernel.bin"; + sha256 = "8b4eef77a8b99b796530d489e27a9de4b1c07ee61ea66f4ba04e42bb82202d33"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-samknows_whitebox-v8-squashfs-sysupgrade.bin"; + sha256 = "cfeb8001d0969cda9956fcb1cbd6f10fee02995e9e53c97873225a4a6a93fd8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samknows,whitebox-v8" + "sk-wb8" + ]; + titles = [ + { + model = "Whitebox 8"; + vendor = "SamKnows"; + } + ]; + }; + sercomm_na502 = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-sercomm_na502"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-sercomm_na502-squashfs-sysupgrade.bin"; + sha256 = "9cdc9a611c583d0a2688a75ec03d0c9f457422413718b5b1ce874f2b366fc91c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-sercomm_na502-initramfs-kernel.bin"; + sha256 = "51dcc3f4f89a4a3916ad92cfa4b7d1cac4b19bf78ff702e2f419ed89b4d5f50a"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na502" + ]; + titles = [ + { + model = "NA502"; + vendor = "SERCOMM"; + } + ]; + }; + storylink_sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-storylink_sap-g3200u3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-storylink_sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "6fb35492d6264945aba5949b0efb921e7169f76bd2952049c85a7f5570d9c2f1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-storylink_sap-g3200u3-initramfs-kernel.bin"; + sha256 = "95218492face380e189870a7d839553769798708e9b15a86a2bc332db0af219a"; + type = "kernel"; + } + ]; + supported_devices = [ + "storylink,sap-g3200u3" + "sap-g3200u3" + ]; + titles = [ + { + model = "SAP-G3200U3"; + vendor = "STORYLiNK"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-telco-electronics_x1-initramfs-kernel.bin"; + sha256 = "5ecc09bdbf7a54515cd8bee982a24d73fe38d678407e86349a5fa13c562b779f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "eac9521c128f0374a7e4765942399147b8bd92236970c1c3136da009b28c48b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + model = "X1"; + vendor = "Telco Electronics"; + } + ]; + }; + thunder_timecloud = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-thunder_timecloud"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-thunder_timecloud-initramfs-kernel.bin"; + sha256 = "a2b6a5be781d970b7e5515c96e1be0ffb5c4496cab10abb0f6334d670d792bb2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-thunder_timecloud-squashfs-sysupgrade.bin"; + sha256 = "74e624f550de55868b7f1bc9a2303dd5b0882456f9bfb14813ab28bab31ec983"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "thunder,timecloud" + "timecloud" + ]; + titles = [ + { + model = "Timecloud"; + vendor = "Thunder"; + } + ]; + }; + totolink_a7000r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-totolink_a7000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-totolink_a7000r-initramfs-kernel.bin"; + sha256 = "02ed81b006064d45244255af350c055acd71e9548ba6a6eab2016cbb6967deb4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-totolink_a7000r-squashfs-sysupgrade.bin"; + sha256 = "adc9f3c2a55c3265003ac0f79651954797c067529fbaae0ced36e9086d928499"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a7000r" + ]; + titles = [ + { + model = "A7000R"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_x5000r = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-totolink_x5000r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-totolink_x5000r-squashfs-sysupgrade.bin"; + sha256 = "53638ef968d9342e7aa71aeabc36a91e5d3c81958f3852f43beef3a5ab192008"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-totolink_x5000r-initramfs-kernel.bin"; + sha256 = "56f0abbad26448e2f2b80ded33335414a9017a93b360221a38fe8fa21c2a9498"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,x5000r" + ]; + titles = [ + { + model = "X5000R"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-a6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-mt7663-firmware-sta" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-tplink_archer-a6-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_archer-a6-v3-squashfs-factory.bin"; + sha256 = "ce2416eff8201e4618e058537f8fd7a7ff7bbb7362c4d2c4fc6bbdcc0440474c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_archer-a6-v3-squashfs-sysupgrade.bin"; + sha256 = "4c28ed02ab834ae9ed4ab13fabd25c65b9112980e88ef7ead0548d173de4d3c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_archer-a6-v3-initramfs-kernel.bin"; + sha256 = "e1645146a15a0d831bc3688239ad1bf0e8d99f9c0f0d04163770239785032493"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-a6-v3" + ]; + titles = [ + { + model = "Archer A6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6u-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-tplink_archer-c6u-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_archer-c6u-v1-squashfs-sysupgrade.bin"; + sha256 = "a8707e90fd664d3ea603ba1be37fdc7c9fe3d07b1f9aac8bcd7a46409de474e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_archer-c6u-v1-initramfs-kernel.bin"; + sha256 = "9ecbbe806a197501fa52c29b2d6530ea0f3438d79a7826633eced3963a6836fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_archer-c6u-v1-squashfs-factory.bin"; + sha256 = "a6dfecc85c7845ab6ed4232ece7bcb7eb152681a37b9cac4d41979c82e31fab5"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6u-v1" + ]; + titles = [ + { + model = "Archer C6U"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap235-wall-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-tplink_eap235-wall-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_eap235-wall-v1-squashfs-factory.bin"; + sha256 = "95a909236aab25c4882321f8eaccb5fa09a900bfb876c23b3a87616287ad8a65"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_eap235-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "8adb9fe4e1646e7fa204d4fe0577722a94fe3c8e6d0ba15724082120c2c8a076"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_eap235-wall-v1-initramfs-kernel.bin"; + sha256 = "681adfacf73f17f401a96c7241f5c9b2310d034b75eecef8e09b51b6a881a7ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap235-wall-v1" + ]; + titles = [ + { + model = "EAP235-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-tplink_re350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_re350-v1-squashfs-sysupgrade.bin"; + sha256 = "4ed70350651d54e1ae95503128f9cb2fca23b157f88b3f4682c11bb04d36db62"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_re350-v1-squashfs-factory.bin"; + sha256 = "dd60e2ca818c013b4a16cdd8eef742e14082d786f2320f1853b9f3a57006c92e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_re350-v1-initramfs-kernel.bin"; + sha256 = "73d7da50157631cb0297dec0066cdbdb8c1797ed13c2bd7fa030ed01b422406d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350-v1" + "re350-v1" + ]; + titles = [ + { + model = "RE350"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re500-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-tplink_re500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_re500-v1-initramfs-kernel.bin"; + sha256 = "5ae9964469338a83a19c0eab8fd0251c3211939bda50f2ca0da2872c5bc00f3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_re500-v1-squashfs-sysupgrade.bin"; + sha256 = "93ea88d3acf9a4c230e30306ec6d27a5ea897ec06c9e8291d14bfd7111e54885"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_re500-v1-squashfs-factory.bin"; + sha256 = "161731efb3e8dd4e10ad7c8a1a78839199837d1688d2d633b778e5f94bfac704"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re500-v1" + ]; + titles = [ + { + model = "RE500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-tplink_re650-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_re650-v1-squashfs-factory.bin"; + sha256 = "d2316ff0b198efdb5b7b2e57b4da32d1458942487ef8e3e44720c55bcf2e4f31"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_re650-v1-squashfs-sysupgrade.bin"; + sha256 = "a7241ee27e20d6cf5191a37402749f530f53640af4b2e5436dca9d1bf2ecb3d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-tplink_re650-v1-initramfs-kernel.bin"; + sha256 = "2599f72f3c3b914b9e382a5832efb4dd38e4501436fea8ffdbdffe477af59566"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re650-v1" + ]; + titles = [ + { + model = "RE650"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_edgerouter-x = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-ubnt_edgerouter-x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"; + sha256 = "7c530d990b83d045edbbe77c9447976f7d7bdadcfde70ba96ebc25f814c4c521"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-ubnt_edgerouter-x-initramfs-kernel.bin"; + sha256 = "018ce505b6e2e030384104f0f48cd236462da51dddd67b115b8ec16df9b0ebce"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x" + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + model = "EdgeRouter X"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-x-sfp = { + device_packages = [ + "-wpad-basic-wolfssl" + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-sfp" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-ubnt_edgerouter-x-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"; + sha256 = "d32de64ead14937bd28bfa838e7a6128ab74fa7b2f05a7b069609ec99e04bf44"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-ubnt_edgerouter-x-sfp-initramfs-kernel.bin"; + sha256 = "144144c5cd89ecf3ec6c1ff2f6198fad58cc45a31fef02ece0e2055d72f7ac9d"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x-sfp" + "ubnt-erx-sfp" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + model = "EdgeRouter X SFP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lite = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-ubnt_unifi-6-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-ubnt_unifi-6-lite-initramfs-kernel.bin"; + sha256 = "01738b15defb0844d212420262f826e9f3d9c6da43e5bcdf9a5acf4de544b709"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-ubnt_unifi-6-lite-squashfs-sysupgrade.bin"; + sha256 = "35014d2b2fdaf9e15a5c930dc3f41b1d065d3450c9d9ecb81c552b0a7f888751"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lite" + ]; + titles = [ + { + model = "UniFi 6 Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-nanohd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-ubnt_unifi-nanohd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-ubnt_unifi-nanohd-squashfs-sysupgrade.bin"; + sha256 = "12e7df09eacc14ef4499ccf0b8db551bc008c739c2dfed54f1bd5de7dd4c1cf1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-ubnt_unifi-nanohd-initramfs-kernel.bin"; + sha256 = "a5b28fe90239d7b529cc701ef299120b75fc6b90304e7a8d775fd5875e1cddab"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-nanohd" + ]; + titles = [ + { + model = "UniFi nanoHD"; + vendor = "Ubiquiti"; + } + ]; + }; + unielec_u7621-01-16m = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-unielec_u7621-01-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-unielec_u7621-01-16m-initramfs-kernel.bin"; + sha256 = "6abb2b66db5b5b781b42e8a4b76aa5f428723956e25094dc7cdb0908efb9d65e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-unielec_u7621-01-16m-squashfs-sysupgrade.bin"; + sha256 = "d14ae8f3ab37713f9dbd39b0b6d3f59bd4db805d7a8ae05ce350dd3473a53d85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-01-16m" + ]; + titles = [ + { + model = "U7621-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-unielec_u7621-06-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-unielec_u7621-06-16m-initramfs-kernel.bin"; + sha256 = "5df7fbf5ca42e37ca5c391f5508effeaa449b7bcd9ff95a7953f234854913dfe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-unielec_u7621-06-16m-squashfs-sysupgrade.bin"; + sha256 = "e0828f380add4fcf6901f2e85f0da404821145e48806c4a18647bc99bfd2ef46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-16m" + "u7621-06-256M-16M" + "unielec,u7621-06-256m-16m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-64m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-unielec_u7621-06-64m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-unielec_u7621-06-64m-initramfs-kernel.bin"; + sha256 = "bd1adab8ffed1e3b76e156da34e20324df6ffa70d4d8520c847993a830775b23"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-unielec_u7621-06-64m-squashfs-sysupgrade.bin"; + sha256 = "5b8226db777245b39ea7030cb43080c6faec93f17c3f98ce3b279c5b05031c7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-64m" + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "64M"; + vendor = "UniElec"; + } + ]; + }; + wavlink_wl-wn531a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-wavlink_wl-wn531a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-wavlink_wl-wn531a6-initramfs-kernel.bin"; + sha256 = "dde01f06436c8c2c06fc2eaa9c6334003687a37567dbd4b4d7b60b5eda37c46d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-wavlink_wl-wn531a6-squashfs-sysupgrade.bin"; + sha256 = "f50cd35e39c4f52ce3d80dd22f0b8b20b3596105fcea859c6c140f920a1031a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a6" + ]; + titles = [ + { + model = "WL-WN531A6"; + vendor = "Wavlink"; + } + ]; + }; + wevo_11acnas = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-wevo_11acnas"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-wevo_11acnas-squashfs-sysupgrade.bin"; + sha256 = "44772998a2e150c3cc183e545b091c518f39dfa52c2f483b4ba6ca11d91b8f77"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-wevo_11acnas-initramfs-kernel.bin"; + sha256 = "0dcea11ecd03e08bb31d3d38a2d14cccf5990f612221b2a38bf7f51bd73e210d"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,11acnas" + "11acnas" + ]; + titles = [ + { + model = "11AC NAS Router"; + vendor = "WeVO"; + } + ]; + }; + wevo_w2914ns-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-wevo_w2914ns-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-wevo_w2914ns-v2-initramfs-kernel.bin"; + sha256 = "217c73b4419445f5b197518c8f6d3144c933ec4d7e8613e1afc1647923f55821"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-wevo_w2914ns-v2-squashfs-sysupgrade.bin"; + sha256 = "3b1b409cf0ed3f630d70102822df677d200b0e303842e8f4078a189beb02f385"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,w2914ns-v2" + "w2914nsv2" + ]; + titles = [ + { + model = "W2914NS"; + variant = "v2"; + vendor = "WeVO"; + } + ]; + }; + winstars_ws-wn583a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-winstars_ws-wn583a6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-winstars_ws-wn583a6-squashfs-sysupgrade.bin"; + sha256 = "68f7c1719ef7c30090cef798f018a5a9b07bebde293bd22145fbdbc8fa44484e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-winstars_ws-wn583a6-initramfs-WN583A6-kernel.bin"; + sha256 = "2f4475a41dcced537cb8d4a08a61ebb70dfe779ea7ed32fc7ae3ad1a8b655e39"; + type = "kernel"; + } + ]; + supported_devices = [ + "winstars,ws-wn583a6" + ]; + titles = [ + { + model = "WS-WN583A6"; + vendor = "Winstars"; + } + { + model = "AC2100"; + vendor = "Gemeita"; + } + ]; + }; + xiaomi_mi-router-3-pro = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-3-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-3-pro-initramfs-kernel.bin"; + sha256 = "d52ef65b1802139e51de1dca27a96f3102c38145899a7f6ed8f63f829f41e45f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-factory.bin"; + sha256 = "ce9f7f8c14e84b428cf9efc50b2e510ceceb7f408d77dd433d2c51046abb0750"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-sysupgrade.bin"; + sha256 = "da9461993ab76d416441d11c8fedab4ce1042cae8e6432884b1b00172da6cc82"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3-pro" + "xiaomi,mir3p" + ]; + titles = [ + { + model = "Mi Router 3 Pro"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-3g-squashfs-kernel1.bin"; + sha256 = "2c2609d8a3a0f2425cdff0a28bdc810cfc34e9bea5de9e95a2b98435f8de1a9f"; + type = "kernel1"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-3g-initramfs-kernel.bin"; + sha256 = "9d4bfa05e65327e02a9cfa8f3a852f543f241741bcb270bb2f67ef5c08362136"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-3g-squashfs-sysupgrade.bin"; + sha256 = "f2586c09e1e5e8e6283968471f237cfc64532d29b96f67149ffbd8e97c3ce2d2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-3g-squashfs-rootfs0.bin"; + sha256 = "5d7af0d38a2fb26cdcac8a99286094cea2e2838a3f4c324f0d34a569a7069d58"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g" + "R3G" + "mir3g" + "xiaomi,mir3g" + ]; + titles = [ + { + model = "Mi Router 3G"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-3g-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-3g-v2-squashfs-sysupgrade.bin"; + sha256 = "f6cdfa6ca58e0c386461aee3695489d17a90c1ea035b8e79cbb5e25a2af152eb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-3g-v2-initramfs-kernel.bin"; + sha256 = "f9bd4bdd962cf06b2d923270251b2274a223baff5636e2c75ebaa4b72fa3e842"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g-v2" + "xiaomi,mir3g-v2" + ]; + titles = [ + { + model = "Mi Router 3G"; + variant = "v2"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-4-squashfs-rootfs0.bin"; + sha256 = "3af0c02573ace56410ddabd3964927b72f379bbfe0a9d8f911722281ba27b000"; + type = "rootfs0"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-4-initramfs-kernel.bin"; + sha256 = "5d682547c545a6cdc63cdef19c09b41fe7a6bf874c385486b4b7b22925423895"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-4-squashfs-kernel1.bin"; + sha256 = "4f8e63c127cae197cb61a14a52f630ad50ca7119fc8d70bc5ae5f13a62a35b52"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-4-squashfs-sysupgrade.bin"; + sha256 = "1331cecbd6611a33a4f6b74e809528140719a1981b3247af90abdae28d57ef24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4" + ]; + titles = [ + { + model = "Mi Router 4"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-gigabit = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-4a-gigabit"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-4a-gigabit-initramfs-kernel.bin"; + sha256 = "93b81598cca223d442d2bb5c25c4b27e4b78c34c5c3a0d98dffcc3d685ecf70c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin"; + sha256 = "6e8b445afbd162b5c41f04a4041f77338e455551cda4151d5465c0820e75bda0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-gigabit" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "Gigabit Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-ac2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-ac2100-initramfs-kernel.bin"; + sha256 = "819e3bf09c29d89b161ddc8689edbdbfeb7b5ac648ec412ce877a266f3467569"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "a09a24cd5d5057bb06464ef6efd6b01dbed09d983a586b5ab81c1197efc289f5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "907574c7ea9ed87b345b99650e20c0c425d1249179939e7dcf57f97ef199e0ef"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "d2310a6a3fbebf829283d78dac83df2b7df3bb1bbec67fdf56232c2c7e5a341d"; + type = "kernel1"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-ac2100" + ]; + titles = [ + { + model = "Mi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-xiaomi_redmi-router-ac2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "e0a4ae6784af30a77ff668b5f3a0a69ecf1828512e4f6a456e62d9bee67cd0e7"; + type = "kernel1"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_redmi-router-ac2100-initramfs-kernel.bin"; + sha256 = "1bddaeef89ca2a26f625324bdf5ff51da9e8422a42764cf3b1ca13c3ba1a6341"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "352b7c9ffaeee5841ff25eb8909ccddbdce9012f0cca24fcbe27e98d0bd003b8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "907574c7ea9ed87b345b99650e20c0c425d1249179939e7dcf57f97ef199e0ef"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ac2100" + ]; + titles = [ + { + model = "Redmi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaoyu_xy-c5 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-xiaoyu_xy-c5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaoyu_xy-c5-initramfs-kernel.bin"; + sha256 = "069558e8935673e183812436610023746e83b2a0342d8f2a9d789c5dc762a06e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xiaoyu_xy-c5-squashfs-sysupgrade.bin"; + sha256 = "93681c7279069f4e2be561dd3f9f27ba4fc0c50416a555cf432778d5ab7fbe6a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaoyu,xy-c5" + ]; + titles = [ + { + model = "XY-C5"; + vendor = "XiaoYu"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "e5be4f7b9559ea1a5572f4e72c029425ca82cfd29c64e71a196529402468fd7a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-xzwifi_creativebox-v1-initramfs-kernel.bin"; + sha256 = "5d1aa5655f3fb1bf9329c18a9e424a2a5e1cf36e890338dadf783f8ac8788165"; + type = "kernel"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + model = "v1"; + vendor = "CreativeBox"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-youhua_wr1200js-initramfs-kernel.bin"; + sha256 = "143bf45322a02a628ac2700b7620b8c9bb31139f7c241a7e763047fe525595f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "c7e75963c32f2cb4cc420a839a1b50e6923097d39df169844519b4bf2c23c6f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + model = "WR1200JS"; + vendor = "YouHua"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-youku_yk-l2-initramfs-kernel.bin"; + sha256 = "4fadef0c5c0f1b2a77fc3faec3b534de3066979500f67ee199842c6660d2263a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "b1913cdeb0ff72a3610451826d93a9bb363dd7ce45848c348024987a5daccf1b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + model = "YK-L2"; + vendor = "Youku"; + } + ]; + }; + zbtlink_zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-zbtlink_zbt-we1326"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-zbtlink_zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "bdf485c2b8b4e257bbf16a7c706a4ca812d6abf5e747b7274add3a8e8c4f89fd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-zbtlink_zbt-we1326-initramfs-kernel.bin"; + sha256 = "f331bdd8c904b838e15f6d2600739d6ee12b5fef7f5ea9e9f5f53163bf437761"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1326" + "zbt-we1326" + ]; + titles = [ + { + model = "ZBT-WE1326"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "1e19366e7e3588aba7a377bd6c9ec07e5a0df3b55842927f61bdaca5e699b230"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-zbtlink_zbt-we3526-initramfs-kernel.bin"; + sha256 = "6fdc5e06ad5832d1444d4ebbc7262b6ca1e7d173124d9a106296f35612d2c6ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + model = "ZBT-WE3526"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg2626 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-zbtlink_zbt-wg2626"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-zbtlink_zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "eb47f3b697b77e9ba70075e8cd127276ae8e62c41fef4e36f3a7ac7f8bc6c7d4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-zbtlink_zbt-wg2626-initramfs-kernel.bin"; + sha256 = "8a0ae76c393a7c3d4f8ad79878845e589b3b817111d75467c8a4356c2b1c08d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg2626" + "zbt-wg2626" + ]; + titles = [ + { + model = "ZBT-WG2626"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-zbtlink_zbt-wg3526-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-zbtlink_zbt-wg3526-16m-initramfs-kernel.bin"; + sha256 = "5f6d6831bf859c00715681735c1beb588a98171739eb8ffc92900135abfe2b9b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-zbtlink_zbt-wg3526-16m-squashfs-sysupgrade.bin"; + sha256 = "524e15a4314cef69c41b3ca09aa51f9358c49a89bb9503c4ff328db0bc94a762"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-16m" + "zbt-wg3526" + "zbt-wg3526-16M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-32m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-zbtlink_zbt-wg3526-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-zbtlink_zbt-wg3526-32m-initramfs-kernel.bin"; + sha256 = "d70b92f1cf355440ec062a9fcfc38aa4e67d21ed8a6a0e151a74a0aab87fb7fb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-zbtlink_zbt-wg3526-32m-squashfs-sysupgrade.bin"; + sha256 = "a8cc67efb396ae50e181ac2862421d079dc934eddcf8c7ce1458a313c00c2b0c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-32m" + "ac1200pro" + "zbt-wg3526-32M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zio_freezio = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-zio_freezio"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-zio_freezio-squashfs-sysupgrade.bin"; + sha256 = "7803d7b60b2371be51f8196994c58d99ebd618de22cbc622475bb715f9a2e776"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-zio_freezio-initramfs-kernel.bin"; + sha256 = "4cdf62fd95690c4292065c3b01fbf55045d67e62d9c191a0f7d5c5059ab6e49d"; + type = "kernel"; + } + ]; + supported_devices = [ + "zio,freezio" + ]; + titles = [ + { + model = "FREEZIO"; + vendor = "ZIO"; + } + ]; + }; + zyxel_nr7101 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "uboot-envtools" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-zyxel_nr7101"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-zyxel_nr7101-squashfs-sysupgrade.bin"; + sha256 = "666dbfce47305d6d69ac0fa0bc67528aa91e531f2cdd992d6803cece6172d255"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-zyxel_nr7101-initramfs-recovery.bin"; + sha256 = "df57ca7980b4fd087f3c0ab7f9bfd437b0534f2dd3c68b373230e8085e9523ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nr7101" + ]; + titles = [ + { + model = "NR7101"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wap6805 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7621-qtn-rgmii" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt7621-zyxel_wap6805"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt7621-zyxel_wap6805-squashfs-sysupgrade.bin"; + sha256 = "a3de95b64a7c7cef66472e82b074141ee925581cf1568457ed02b1c080493414"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt7621-zyxel_wap6805-initramfs-kernel.bin"; + sha256 = "6b42937c18b7044dc0e4e6d924c20979846196b5f2e5077e05bc3dbc52a1d5c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,wap6805" + ]; + titles = [ + { + model = "WAP6805"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "ramips/mt7621"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-mt7603" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "fec6c4852ca45a1079bcad4c4da79d2f9a79bded7fb668f0a0b56a3571860bb1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-alfa-network_awusfree1-initramfs-kernel.bin"; + sha256 = "e1fd3eb4f302d3bf2c65810295d38525d268157d8f2d0f5180ee61f2ad0677dc"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + "awusfree1" + ]; + titles = [ + { + model = "AWUSFREE1"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rt-n10p-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-asus_rt-n10p-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-asus_rt-n10p-v3-squashfs-sysupgrade.bin"; + sha256 = "7e881766999253ba077ab947941fb006e2c3e91496e9cad7eecd6a52f52c784d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-asus_rt-n10p-v3-initramfs-kernel.bin"; + sha256 = "7e0cd11575a936047b05d043ad65a936fb2477ee951d5096228a9ed421be5f7c"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v3" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "V3"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n11p-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-asus_rt-n11p-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-asus_rt-n11p-b1-squashfs-sysupgrade.bin"; + sha256 = "77dbfbec1ab8fedb7efe751452510164d0bf9f1ce6fc95c638877d4396b467e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-asus_rt-n11p-b1-initramfs-kernel.bin"; + sha256 = "3ef0407e75db3e8c6eee61fcc86f18e88ad7ffcc0382f5237ce71721a0be6b64"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n11p-b1" + ]; + titles = [ + { + model = "RT-N11P"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12-vp-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-asus_rt-n12-vp-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-asus_rt-n12-vp-b1-squashfs-sysupgrade.bin"; + sha256 = "6e28f61e7ecba0546fbfc41528a0ff650562491ccb14b316dc1cb8263800e04d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-asus_rt-n12-vp-b1-initramfs-kernel.bin"; + sha256 = "7d79d2d6b14a467de065b99bf49a4502d3d9ed2f0068899eb0de5559c97835bd"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n12-vp-b1" + ]; + titles = [ + { + model = "RT-N12 VP"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + buffalo_wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-buffalo_wcr-1166ds"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-buffalo_wcr-1166ds-initramfs-kernel.bin"; + sha256 = "fc1669e253ebb14055e6792956551ce46ae39707fae9231acd3c87226c8227d7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "0e42dcf556eb261a0a4e69a3519f372fb30250b99f9edb4d78f8e94a5cdc4aec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-factory.bin"; + sha256 = "2393a1a5bfae9619915a41fce1c8559b2b5f4737707d2a9203ee66d0ed929d59"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wcr-1166ds" + "wcr-1166ds" + ]; + titles = [ + { + model = "WCR-1166DS"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "9246dad13e1c147aafad572fb466303c2466530e6192bfd31829def652933a35"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "10642122a22b71a74da45dd6cd8018c90a1a2d7870af6a96c09a9019537f9e01"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-cudy_wr1000-initramfs-kernel.bin"; + sha256 = "e4c955a03e7bc5fb23563860a521510cf02d87492bbdae0acb6169afb5c58860"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + model = "WR1000"; + vendor = "Cudy"; + } + ]; + }; + d-team_pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-d-team_pbr-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-d-team_pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "3a4d3d573e593adb9fe086b7d8bc5c5b71c799986d682abcca38e11fabf6453f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-d-team_pbr-d1-initramfs-kernel.bin"; + sha256 = "39e3fd088b907e31d6ee626fd59b6dfb48be2eca81a6a60428b0b52d66a1f8b6"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,pbr-d1" + "pbr-d1" + ]; + titles = [ + { + model = "PBR-D1"; + vendor = "PandoraBox"; + } + ]; + }; + duzun_dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-duzun_dm06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-duzun_dm06-initramfs-kernel.bin"; + sha256 = "ff6336a06f4be8a928bf2a5ea9549962f31242cfb80dedd248997f0030528b03"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-duzun_dm06-squashfs-sysupgrade.bin"; + sha256 = "f475d2031ac31ee8eed796cab1221dd533d9ff4c4233d7d5f04d9e9ddbec285f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "duzun,dm06" + "duzun-dm06" + ]; + titles = [ + { + model = "DM06"; + vendor = "DuZun"; + } + ]; + }; + elecom_wrc-1167fs = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-elecom_wrc-1167fs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-elecom_wrc-1167fs-squashfs-sysupgrade.bin"; + sha256 = "af5701a12946d9416e5fdbed3d31b02dd0f17e6779a08f2cb154f810f1f141da"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-elecom_wrc-1167fs-initramfs-kernel.bin"; + sha256 = "55fb48497cb8bb0f0737b61923cae9571e8ffdc6a1512ce9b463d7bdb80bbe83"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-elecom_wrc-1167fs-squashfs-factory.bin"; + sha256 = "bf3a450d8790424cfc0c6f21f6ce50da750eddd51b4fc95561c431e659b3ff8d"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167fs" + ]; + titles = [ + { + model = "WRC-1167FS"; + vendor = "ELECOM"; + } + ]; + }; + glinet_gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-glinet_gl-mt300n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-glinet_gl-mt300n-v2-initramfs-kernel.bin"; + sha256 = "af2b669eed71bfecf67772bc4e3c48fe728cb3cbada6cc298a535c3846befb6c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "d7a619e60592fb010be21c864b9689ac9a6071a79a74954574b6d61e4cbf1f21"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n-v2" + "gl-mt300n-v2" + ]; + titles = [ + { + model = "GL-MT300N"; + variant = "V2"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_microuter-n300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-glinet_microuter-n300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-glinet_microuter-n300-initramfs-kernel.bin"; + sha256 = "e4859950de70ac4c9095a5ffed19647b3ddd0bd524d80045559912765472f962"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-glinet_microuter-n300-squashfs-sysupgrade.bin"; + sha256 = "e4b54f35518beb717815388e73f420db8861e589620c1ea5e6813f081d749af6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,microuter-n300" + "microuter-n300" + ]; + titles = [ + { + model = "microuter-N300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "6d0078a3016db1d359fd5dac36ae4b45675875f0b3644eac220af736b17d967a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-glinet_vixmini-initramfs-kernel.bin"; + sha256 = "d8b49dcb46a3b1ee9916405fe08fdd19b090f90de54e912a1f23e910a589a657"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + model = "VIXMINI"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_wifi-pineapple-mk7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-hak5_wifi-pineapple-mk7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-hak5_wifi-pineapple-mk7-squashfs-sysupgrade.bin"; + sha256 = "94b4d1f0b3f7f98ddf6d4f4759cef5a78bc55574851013f27bba0461ddccb623"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-hak5_wifi-pineapple-mk7-initramfs-kernel.bin"; + sha256 = "e6dacc115719dd4382efae3475ee2b57fe20c8348df10b355a854fe002431162"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-mk7" + "wifi-pineapple-mk7" + ]; + titles = [ + { + model = "WiFi Pineapple Mark 7"; + vendor = "Hak5"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-hilink_hlk-7628n-initramfs-kernel.bin"; + sha256 = "636519f7ce78608239e82564ada0075e01bbf927fa1289635dc82ff672f3e49d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "2424cd3a34a777a6561e22ddf5ff7b92b70a21a20fd66ef2e7c7f4dfe11b5dd2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + model = "HLK-7628N"; + vendor = "HILINK"; + } + ]; + }; + hilink_hlk-7688a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-hilink_hlk-7688a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-hilink_hlk-7688a-initramfs-kernel.bin"; + sha256 = "b863117d0bd59935ca590ffa0c9fbd3b9903ce07b7f80780a76fc5d21256f70d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-hilink_hlk-7688a-squashfs-sysupgrade.bin"; + sha256 = "727ac298fec846177f1746a85874fa6c76669f40d94c58a1c674aa994b6e8b30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7688a" + ]; + titles = [ + { + model = "HLK-7688A"; + vendor = "Hi-Link"; + } + ]; + }; + hiwifi_hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-hiwifi_hc5661a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-hiwifi_hc5661a-initramfs-kernel.bin"; + sha256 = "42779683b87aca6f3a9507ba61e1004bdb78b3504657ba4cf744d3772501305f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-hiwifi_hc5661a-squashfs-sysupgrade.bin"; + sha256 = "8b1c3b0fea372ccca5871d6e547f0aaf55d0772b0843990a1c156ac82f795617"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5661a" + "hc5661a" + ]; + titles = [ + { + model = "HC5661A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761a = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-hiwifi_hc5761a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-hiwifi_hc5761a-initramfs-kernel.bin"; + sha256 = "0a918df76d194b620695141413bfc736729ae15a5a38f8c7946fa1f7f9af7574"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-hiwifi_hc5761a-squashfs-sysupgrade.bin"; + sha256 = "da79b8ebb46cdd828a72ca5e99f4f30f5dbcf0c9974ad4dbba2d7067b49453e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5761a" + ]; + titles = [ + { + model = "HC5761A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-hiwifi_hc5861b-initramfs-kernel.bin"; + sha256 = "5b9e1b1f9f0e2dea2b9260e2306a3e52370fa060b8dd0a484daefce237e8165a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "302e504efee0615db2b9dbc966606c2be353ffd70b1e5f04016913c3e349bddc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + model = "HC5861B"; + vendor = "HiWiFi"; + } + ]; + }; + iptime_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-iptime_a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-iptime_a3-squashfs-sysupgrade.bin"; + sha256 = "81c2cceb0dac989ae8a070ec168b7d6a0075131ce152e9f4d728ffe9f5226d75"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-iptime_a3-initramfs-kernel.bin"; + sha256 = "3413fea38465ff534a3dbb6cd548dd721feaacefde665e5c97cdedcb2409ba8d"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a604m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-iptime_a604m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-iptime_a604m-squashfs-sysupgrade.bin"; + sha256 = "a7ac938c85434a4c4c30444bd6e9b3ec95b1495f18ebffb98699086729a820d7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-iptime_a604m-initramfs-kernel.bin"; + sha256 = "536f961fc856b7cc23501c5e28c9d1d65c28543fe3245be8093ef24ffbd737b2"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a604m" + ]; + titles = [ + { + model = "A604M"; + vendor = "ipTIME"; + } + ]; + }; + jotale_js76x8-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-jotale_js76x8-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-jotale_js76x8-16m-initramfs-kernel.bin"; + sha256 = "aad7bc8e15e7a3de47b0bb1ac0a0b6cfe7f4ce40041c19b24906590ff21b4874"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-jotale_js76x8-16m-squashfs-sysupgrade.bin"; + sha256 = "58305b052d03cc54b9dc3651e86ccc0be4d6cd895e00dbed081678e0c6e959f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-16m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "16M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-jotale_js76x8-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-jotale_js76x8-32m-squashfs-sysupgrade.bin"; + sha256 = "e431632ce450bac12d0aeaa18137a20974d41753c74db5422ead18d5d62accb2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-jotale_js76x8-32m-initramfs-kernel.bin"; + sha256 = "9139d15ed998c4588eda0fc2e56b6a7a0a681ca6d460e0cfb4e447032b6cf495"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-32m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "32M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-jotale_js76x8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-jotale_js76x8-8m-squashfs-sysupgrade.bin"; + sha256 = "bc242331e2c368ad59c0c67904408b8d465f9cb7f008b93ebe51a0ba872c39bd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-jotale_js76x8-8m-initramfs-kernel.bin"; + sha256 = "36c40ec7672944de203f8384ab631850f2e7b32a45379e74ee36ee47c4ea9514"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-8m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "8M"; + vendor = "Jotale"; + } + ]; + }; + mediatek_linkit-smart-7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-mediatek_linkit-smart-7688"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-mediatek_linkit-smart-7688-initramfs-kernel.bin"; + sha256 = "fe82374055e82b652daa1fb8f1f84536bc3eba7727957e4c24d77b35824e4600"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-mediatek_linkit-smart-7688-squashfs-sysupgrade.bin"; + sha256 = "618bb85ea37853803fda92f0a6010d912d666c74975eb82e6073641d5e0c8254"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,linkit-smart-7688" + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + model = "LinkIt Smart 7688"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7628an-eval-board = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-mediatek_mt7628an-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-mediatek_mt7628an-eval-board-initramfs-kernel.bin"; + sha256 = "227224012e00b49a739329ff71072af3a8c9104131b84411f2c976dc6fb8c84f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-mediatek_mt7628an-eval-board-squashfs-sysupgrade.bin"; + sha256 = "736f124a1367b690a5bfde4e33122e51b46d8b0e1195247e87ad0e56815643d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7628an-eval-board" + "mt7628" + ]; + titles = [ + { + model = "MT7628 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercury_mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-mercury_mac1200r-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-mercury_mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "87f6fb5cd9a8f189477d2d30b35c5b2d1380577ccb457954e7f7c3bc3c602bb4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-mercury_mac1200r-v2-initramfs-kernel.bin"; + sha256 = "cc6bc64aacf3bb21fc6b4cb18617fcbce0ffabf4d3fa9ed1e9cac67144891473"; + type = "kernel"; + } + ]; + supported_devices = [ + "mercury,mac1200r-v2" + "mac1200rv2" + ]; + titles = [ + { + model = "MAC1200R"; + variant = "v2.0"; + vendor = "Mercury"; + } + ]; + }; + netgear_r6020 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-netgear_r6020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-netgear_r6020-squashfs-sysupgrade.bin"; + sha256 = "5c308ab6862432f444c26055f8d70760cfb5e7648ed0ddb977e3cef08186831a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-netgear_r6020-squashfs-factory.img"; + sha256 = "9c7c0163c04bb66cebb8edc8a85593a92aca2760e904ee5e0a36e05068be60e4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-netgear_r6020-initramfs-kernel.bin"; + sha256 = "4678d1d45f5ff8f26a4a41857a230d771c62bdbaf1140e55035ffa4769458dbe"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6020" + ]; + titles = [ + { + model = "R6020"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6080 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-netgear_r6080"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-netgear_r6080-squashfs-factory.img"; + sha256 = "031f07197b6879aa1721c8a6dc83a1e79d7c90d1fbd79d37a7a380a18963149c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-netgear_r6080-initramfs-kernel.bin"; + sha256 = "edfd9ec77423fe492f853242c45cf4258543d07ac7acf5aa6c8921d9daa83810"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-netgear_r6080-squashfs-sysupgrade.bin"; + sha256 = "921055f427cc7f18f32f5926712b65f4e7ebc280280f3fb95135e0b9fe67498c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6080" + ]; + titles = [ + { + model = "R6080"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "c44de4ba348635281be539e52e9747b0b3f980ab33d292879a643b7283ba3445"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "3ff9d08d540eeb6088d51920113a5edf933a769c5ceb40d63aafc2ef8354d659"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-netgear_r6120-initramfs-kernel.bin"; + sha256 = "47b8723caa2ebad32d444f22ad824526f828b9b3399a5f4ace5ef8283c229dd3"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + model = "R6120"; + vendor = "NETGEAR"; + } + ]; + }; + onion_omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-onion_omega2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-onion_omega2-squashfs-sysupgrade.bin"; + sha256 = "03e233cf98aac5d25263ea0f1141931d1a959d991765d5658a9f99089b2bfea3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-onion_omega2-initramfs-kernel.bin"; + sha256 = "0f5961cd125d385a6676758b1e03c8a874801ac2d9030938e8f841facf5fb5ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega2" + "omega2" + ]; + titles = [ + { + model = "Omega2"; + vendor = "Onion"; + } + ]; + }; + onion_omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-onion_omega2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-onion_omega2p-initramfs-kernel.bin"; + sha256 = "5a2abe3c4c71f2a4dbdfd34eae26975e3b7e0ad08210fc9439ad87de841be4cd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-onion_omega2p-squashfs-sysupgrade.bin"; + sha256 = "62dabdc2032d41e793dad5bf1cb0602d969ebfb7f6d0210b5675924ceb6a309a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2p" + "omega2p" + ]; + titles = [ + { + model = "Omega2+"; + vendor = "Onion"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-rakwireless_rak633-initramfs-kernel.bin"; + sha256 = "06fc47fe0fc7823ddb4d5fe08af3bdabacabeb63b735b37df90958fbca2d7aea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "487c930c683096b86fb64155337d01ab0f10c68323802b0eef6410a400a171dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + model = "RAK633"; + vendor = "Rakwireless"; + } + ]; + }; + ravpower_rp-wd009 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-i2c-mt7628" + "ravpower-mcu" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-ravpower_rp-wd009"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-ravpower_rp-wd009-initramfs-kernel.bin"; + sha256 = "dbd353586f0196afd0f4ab47a9f2936ba07cac6dadf396880bd76bf0ef092fa2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-ravpower_rp-wd009-squashfs-factory.bin"; + sha256 = "913a62c3283f818ff42c1f1cd7dd7160e18e78b9cf78bbc0842362a8a09721bf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-ravpower_rp-wd009-squashfs-sysupgrade.bin"; + sha256 = "413943369158375279caa67b7c58a67341cb79468e7af615e0595428abaeb6ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,rp-wd009" + ]; + titles = [ + { + model = "RP-WD009"; + vendor = "RAVPower"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-skylab_skw92a-initramfs-kernel.bin"; + sha256 = "858064f07187a24be45583dc572ee8fcce5f6ccaa34f59aa24953992a3fd0659"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "c25c8cc5748597ef7ec3dc19bae7b5a31c497f1c17b6fe428138af898dfdfa29"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + model = "SKW92A"; + vendor = "Skylab"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tama_w06-initramfs-kernel.bin"; + sha256 = "55de25dbd60d59a780b3ca569b327e1ab08d7820bd4d544eebfe6377ec9e7ab7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "e44f6743c6fe528e88c6026363e8c8e0560ba0e55a9dddf576a3395510a78088"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + model = "W06"; + vendor = "Tama"; + } + ]; + }; + totolink_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-totolink_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-totolink_a3-initramfs-kernel.bin"; + sha256 = "24ad6f4c4dced60c86e9b0b88392ffe141ea54e6ff4b12ec4e7093f83a4392d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-totolink_a3-squashfs-sysupgrade.bin"; + sha256 = "09754685059f5268ac42203a4fce788748d7316eb52c550ea38b0aa6dc460066"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-totolink_lr1200-initramfs-kernel.bin"; + sha256 = "59157c6f65e877ad8b28232f8e4548c682dee668622e5e5c3816f781447bddd6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "744f80cd557b80f9c36b5e7b027a1910a388f4dd3d67a36ed7716fb1882a211a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + model = "LR1200"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_archer-c20-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_archer-c20-v4-initramfs-kernel.bin"; + sha256 = "537390b058083dc9f6c1edfb0f24522c0510474cfcd503c5cec14b6114d38ff2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_archer-c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "6afc861c27e0acea111160e191bf1bf9ca2778bb6f2c6a0819c9501218ae9396"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_archer-c20-v4-squashfs-sysupgrade.bin"; + sha256 = "b72d1cd7c6d7cdbb3926b16bba9a5cc0be4e13201a8eee7965fd75748331bf7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v4" + "tplink,c20-v4" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v5 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_archer-c20-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_archer-c20-v5-initramfs-kernel.bin"; + sha256 = "73f4566e29b64ce5393a6b5feb4a7e7a28f85be155a514238a9c2380da0d3e56"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_archer-c20-v5-squashfs-sysupgrade.bin"; + sha256 = "ba092778802f9a6b55b690897daa8fbd28d4ac2e4bafaeb25791d6cc11f8616a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v5" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_archer-c50-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_archer-c50-v3-squashfs-sysupgrade.bin"; + sha256 = "2419d698deb622343519332b18d42d2f34ab204fe5c6b74d77e24e21df70f807"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_archer-c50-v3-initramfs-kernel.bin"; + sha256 = "f444fc7ec9e0f5b743547a14a8807e6cbf1b2dee014c86ddbdad658b8b4a3082"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_archer-c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "5963e015897626717cd5eb8ea3deeca9543095aa81d601c1e049be4375de5dd6"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v3" + "tplink,c50-v3" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_archer-c50-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_archer-c50-v4-squashfs-sysupgrade.bin"; + sha256 = "531b134cd35c18eb233a259260506b39121f8faf816b046c32d6c9d7d5750224"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_archer-c50-v4-initramfs-kernel.bin"; + sha256 = "4dcd588152961939b3311416d23be0040c99acb8a16f06e2f2d38bcf129dfc46"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v4" + "tplink,c50-v4" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_re200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_re200-v2-squashfs-sysupgrade.bin"; + sha256 = "ddf30dbfe4eb70d5e707dced621a806ddee514d6b7dc16529137c4eea5c7a65a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_re200-v2-initramfs-kernel.bin"; + sha256 = "14eae8a91f70c76fa318115363e69090adede81329511c1da2d5d9edc2c3de7e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_re200-v2-squashfs-factory.bin"; + sha256 = "168c25a1de5c2d4562ea09e84a76ae3a4928fa7c704b61f1066492e106a65c70"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v2" + ]; + titles = [ + { + model = "RE200"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v3 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_re200-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_re200-v3-squashfs-sysupgrade.bin"; + sha256 = "2c66e137baaddd709057007dab8daf8790750f129b82c41a1be76b3b5e6af61f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_re200-v3-squashfs-factory.bin"; + sha256 = "afb6f518e945da48028fbd4aa56263b1c6b55d81e540caf88ac4be7143f6f42a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_re200-v3-initramfs-kernel.bin"; + sha256 = "f48896358e055ab0bfba343cba9c0b7d4889fa72654d4098a7b277c4367c0961"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v3" + ]; + titles = [ + { + model = "RE200"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_re200-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_re200-v4-initramfs-kernel.bin"; + sha256 = "5d15793aa8d18d4c04bd6808ed51f6d2c6806cc75d193ea12f027f0cefb19810"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_re200-v4-squashfs-factory.bin"; + sha256 = "fad8e8efbb48d2908a64d79262bb20cc935a465144dc09ef0732d98087be2c93"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_re200-v4-squashfs-sysupgrade.bin"; + sha256 = "6d84651f67e9791af7bf3a28ebc6454d4984501faccd697bbd72a7276ebf6f5a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re200-v4" + ]; + titles = [ + { + model = "RE200"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re220-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_re220-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_re220-v2-initramfs-kernel.bin"; + sha256 = "9e5a280d202a680e66455da225a97e7ebbb801a8c93f8e55af469eb7354cde9c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_re220-v2-squashfs-factory.bin"; + sha256 = "70e8d600c15286b0bb7a9268b2c6f5684bb2138539c769307bf20c9ab67d9792"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_re220-v2-squashfs-sysupgrade.bin"; + sha256 = "4b388d074c4a5327efa784b82c8d14c92178b451af7e79d4388b0a9cd2752f9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re220-v2" + ]; + titles = [ + { + model = "RE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_re305-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_re305-v1-initramfs-kernel.bin"; + sha256 = "20bf83de7030d21ae6613f3718fabacb1f58652ce0ebcb4d04f68bde36cf4417"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_re305-v1-squashfs-sysupgrade.bin"; + sha256 = "b35b71c92fc93572dff701544074a6293a265b8e95ba6f9a60f342bdcaee751d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_re305-v1-squashfs-factory.bin"; + sha256 = "365c4f0ed9c913f2c96de0451805df0ffbe36476e24a7c47844ba35f7e63b340"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re305-v1" + ]; + titles = [ + { + model = "RE305"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "3351c33622ba2d92e2d93e837722add5f3f462eec82bf4b4d65a22f80ec6794d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-mr3020-v3-initramfs-kernel.bin"; + sha256 = "af7a227f113bc6147d56b045475a307c35d2e07ef9393bf1b1844cadbbf29d4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "2f90b870fe01fd85615552ab5cda113187163a872e42217d3144b270c574e68b"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + model = "TL-MR3020"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-mr3420-v5-initramfs-kernel.bin"; + sha256 = "05377869dc25fcfb4d0ceb3b2cf248b0050a1a9083f7e4475d02c14e748f3f8c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "0d962210ec75743e186c50b32960957913d404b50d27e1550c433b167d89a628"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "e3387714c5eb4ed884f0f7cda113ef4932d438790cdbcb8f33e210f4d265c432"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + model = "TL-MR3420"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-mr6400-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-sysupgrade.bin"; + sha256 = "b5e4f6e43adba5169f57e13daabb109dccd4be7b17fe6e23054fee56c0581421"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-tftp-recovery.bin"; + sha256 = "8a18e6e4aee272efbe198062010547893176cf25b9ea3513288d00d8bbef5838"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-mr6400-v4-initramfs-kernel.bin"; + sha256 = "e10b9328b17c656eee24e7f2d5dafdee60464bdd803abff37c66882dafc75c85"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v4" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-mr6400-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-sysupgrade.bin"; + sha256 = "eea077bd69d3259b30ac2f4d193c7b2ff2d6ecdfc67f064cf3a79fc11dd02d27"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-mr6400-v5-initramfs-kernel.bin"; + sha256 = "2ebf01dd9a3bc00ff0a85fce8c09f8c8fd88b4711b0c470c937bc68caf214f80"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-tftp-recovery.bin"; + sha256 = "ebad589438180edd97fde7da416f82610a7816a09f05712140e6c821eec4a6e2"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v5" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wa801nd-v5-initramfs-kernel.bin"; + sha256 = "23243330568f72c4bf6f043e281abedf93263fae1d308f30c7d7d4a947511a0d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "c2f380c7d649002e2ea2df8b8619d78d41c72c6285ee89e50b5e633518b1acba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "bb399ad069ac907e0b3bc35a1e90acc5d4ded304cbef367d919ca35f1e8b2c19"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + model = "TL-WA801ND"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr802n-v4-initramfs-kernel.bin"; + sha256 = "392bdc98eeb3280ea4bbdfd3124c3066daf2116f5931406ef5ffd6f4f9d93f42"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "5c68f58dbd84a3a1c92df232598cca97f8e506b61137bedeaef01f9bd6a2e3d8"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "f88d8ed0f2bcec49bb8b1609a8c11ce1b6ebc305c470f76394cb8cc084010872"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + model = "TL-WR802N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr840n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "f1023586bfcf81da1ca544b165cff933009ca72770e09cffd75320d70b53d991"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "0c515b30f6547bd4448b2536715ab20271a6a65e7008d797258856fb245595b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr840n-v4-initramfs-kernel.bin"; + sha256 = "6bc51c855fa50426eb1a39b2c98b0ba21756340c3310a62ccc2c905a39a31e1a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr840n-v4" + "tl-wr840n-v4" + ]; + titles = [ + { + model = "TL-WR840N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr841n-v13"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "5f45180157a2f8f38b082107c9657f05db14c1f3d65965c75927196116838356"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr841n-v13-initramfs-kernel.bin"; + sha256 = "c98550aec13f182b6d0db87c4676efbf559a45e5979bbb6edffd99ce740531d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "c416fc22692eed21a4a6239b239c8d8412b2f541513befc2c8c79564dac8470f"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr841n-v13" + "tl-wr841n-v13" + ]; + titles = [ + { + model = "TL-WR841N"; + variant = "v13"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr842n-v5-initramfs-kernel.bin"; + sha256 = "b52714b88e4face90d2a00e93986cca262e4da2125cb6206eefa0ab94f9e677f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "361922412acb62b8723c95d4e0788362c88df07107098a10a82f61a32eb3c72f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "1baa3fd1d0ecba8aa7862560b84c0c584676d8baba2f69b7a967dfdab1c9bec0"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr850n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr850n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-sysupgrade.bin"; + sha256 = "f55419af0eb31ff7ce726de1683dd49d35b8601a77f4dda79da60424fd7f8eab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr850n-v2-initramfs-kernel.bin"; + sha256 = "a28ab9f758e5a9103cb107284625abf05c7a76e99078595d441b1021587496a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-tftp-recovery.bin"; + sha256 = "4737ec92630a42a52d6fb3c236ea223fd7a4d4ad67ea59edf16cab78ff2c70de"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr850n-v2" + ]; + titles = [ + { + model = "TL-WR850N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr902ac-v3-initramfs-kernel.bin"; + sha256 = "015a677956ce2192abea65b529e2627196f36da384bcb85ee0534ab954ddddbc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "d99318e7696cc1239bd6300f71b8099988c7570cdc348ccc5c9dab209ea10cb9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "c9d499de740c550496ecca0c767c4b851778acbc6ff17849e2c73bacb9eccd7e"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + unielec_u7628-01-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-unielec_u7628-01-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-unielec_u7628-01-16m-initramfs-kernel.bin"; + sha256 = "8c3a25fd674606e1b94fd0c1d1a577d72eb0f0ee8156b1470b5955bf7a3a36fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-unielec_u7628-01-16m-squashfs-sysupgrade.bin"; + sha256 = "b6135e083ce61a27fff2358f959b7176e0dc1b3c9a5d395e411efb9a986ae3bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7628-01-16m" + "u7628-01-128M-16M" + "unielec,u7628-01-128m-16m" + ]; + titles = [ + { + model = "U7628-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + vocore_vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-vocore_vocore2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-vocore_vocore2-initramfs-kernel.bin"; + sha256 = "e699f1e939f569cbc99249a42a2abe7e3d8e18093525a2129488be4b40a84329"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-vocore_vocore2-squashfs-sysupgrade.bin"; + sha256 = "36f25cf3eac39647ddebd0a785e23d9d89bdce6da5e3b27b65fec572e8f3c06f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore2" + "vocore2" + ]; + titles = [ + { + model = "VoCore2"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore2-lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-vocore_vocore2-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-vocore_vocore2-lite-squashfs-sysupgrade.bin"; + sha256 = "e7cf3486bcab83f3915fb7ddf73623942148fad6fb8f13821553902adbb09f52"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-vocore_vocore2-lite-initramfs-kernel.bin"; + sha256 = "3e621f23ff9b907a338be8bb660db3bfccf9ed706ac7e01fd10f875d14f0b054"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore2-lite" + "vocore2lite" + ]; + titles = [ + { + model = "VoCore2-Lite"; + vendor = "VoCore"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "7f8799cae7aa2546a798a9dedb0154350037802f465ab606782c4cf848522dcd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-wavlink_wl-wn570ha1-initramfs-kernel.bin"; + sha256 = "c66f46e857eac10407661fb6e60d51203862a78999a1e70a1fa9d747c50e2b1a"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + model = "WL-WN570HA1"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-wavlink_wl-wn575a3-initramfs-kernel.bin"; + sha256 = "432a8f137057324a3eb21614301019122b6a84248b8a6758dd92a5b49608ac28"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "15b9e32cafff97155067cadfe934b07e239b4c53b38be132e54c616299c85554"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + model = "WL-WN575A3"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn577a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-wavlink_wl-wn577a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-wavlink_wl-wn577a2-squashfs-sysupgrade.bin"; + sha256 = "c69f814db7c55878d4e2bc2716ad10b15ec45db70236e121671b81b54ec29f72"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-wavlink_wl-wn577a2-initramfs-kernel.bin"; + sha256 = "cfaf352371d8781ca1ce02ca68a220d8e7b822a69aa14e441102fac686ae69eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn577a2" + ]; + titles = [ + { + model = "WL-WN577A2"; + vendor = "Wavlink"; + } + { + model = "WLR-755"; + vendor = "Maginon"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "3686a9eb84d38cc07f99fe52d81357beafe47f153a6a2ce8c139d700b6e5b890"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-widora_neo-16m-initramfs-kernel.bin"; + sha256 = "a8f2b5c234f643a5a1809ceb64788bd41f1240e8374cd17a170d25cc268681a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "16M"; + vendor = "Widora"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-widora_neo-32m-initramfs-kernel.bin"; + sha256 = "f4425580c09e2613da062216c17a09616431ce44f1dec1c42e2fcf9aea4a2e6f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "da7c135924347bf4c370cf0e1480547cc1f8c8bb67650f48c992fe047173fdd2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "32M"; + vendor = "Widora"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-wiznet_wizfi630s-initramfs-kernel.bin"; + sha256 = "8d4f42e48412124e7d9464c69e0e16f64da975178cd51f38a5710b3dcd50cc70"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "d1a2f4ed00b09c78827488a3f322dee482d9abcb981f57d828fb47a570141306"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + model = "WizFi630S"; + vendor = "WIZnet"; + } + ]; + }; + wrtnode_wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-wrtnode_wrtnode2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "bedad76531be7263b71a72746951a97b82a7f10ccc288555358c06ff2af0c219"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-wrtnode_wrtnode2p-initramfs-kernel.bin"; + sha256 = "4f797fa83548f5ecfcfee4e88b7901fd9e0af9618bdba882c8c050cf1eccd001"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2p" + "wrtnode2p" + ]; + titles = [ + { + model = "WRTnode 2P"; + vendor = "WRTnode"; + } + ]; + }; + wrtnode_wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-wrtnode_wrtnode2r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-wrtnode_wrtnode2r-initramfs-kernel.bin"; + sha256 = "0f202e01ff7e9d5b821e0bc2fa5836983185e0510f0c1112fe28c312d7e48d94"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-wrtnode_wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "620567a38b3204f6d9ed221cf366c72f793d0dce3c2f5d334ed6ca4ebe98daa2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2r" + "wrtnode2r" + ]; + titles = [ + { + model = "WRTnode 2R"; + vendor = "WRTnode"; + } + ]; + }; + xiaomi_mi-router-4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-xiaomi_mi-router-4a-100m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-xiaomi_mi-router-4a-100m-initramfs-kernel.bin"; + sha256 = "37a34f59d1adde10600cf1f4c1b2242296d354fc187430e0529d7d692be809eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin"; + sha256 = "2d4fe1c859cc7e290321672628a34e36e3e740610a998d5e218f4bbe4298ee5d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m" + "xiaomi,mir4a-100m" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-xiaomi_mi-router-4c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-xiaomi_mi-router-4c-initramfs-kernel.bin"; + sha256 = "79ad360fc022cc2d0fc8000cfeef21e4a66c8481896b11ea32966c7513c64631"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-xiaomi_mi-router-4c-squashfs-sysupgrade.bin"; + sha256 = "5e59996435b345fa11841f346efc891e7bb40c8ab21fa59c67a92973e213a756"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4c" + ]; + titles = [ + { + model = "Mi Router 4C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-nano = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-xiaomi_miwifi-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-xiaomi_miwifi-nano-initramfs-kernel.bin"; + sha256 = "75ef37a710b6a464bf5f87070851f90d7e8c87a53641a551c75f0f0c6bc0a1be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-xiaomi_miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "15a5bb5cfe37b70cdf14efe5d1efd41fb9dd1574afbde1c523a8d8cccc2b1dc6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-nano" + "miwifi-nano" + ]; + titles = [ + { + model = "MiWiFi Nano"; + vendor = "Xiaomi"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "ea2db378000aa40c7192fe57c528a8e6bd6934fe277455c11aff9a298fa6b910"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-zbtlink_zbt-we1226-initramfs-kernel.bin"; + sha256 = "c1ba4cb8baef9fdb5874dcdd3baef27cd9a4dccce004c2763e675c7832fccc5f"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + model = "ZBT-WE1226"; + vendor = "Zbtlink"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-mt76x8-zyxel_keenetic-extra-ii-initramfs-kernel.bin"; + sha256 = "bec2078adf738f413dffd7d5ff3491f0481034cb0468e5c12da3d09c67120c9c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "d371b721f151cef46e700c70ff02de8da615f51d56a5417ea182c1a767353547"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "2be16c473cf2f6d55d573b9e1025f3e9a9ad8918482841e4b3eeb7ba489ffb06"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + model = "Keenetic Extra II"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "ramips/mt76x8"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + belkin_f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt288x-belkin_f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt288x-belkin_f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "53c2f01fe276a3d4687c1cc2e5f064f58940dd26ad2d0b8034c49f80b3fedb77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v1" + "f5d8235-v1" + ]; + titles = [ + { + model = "F5D8235"; + variant = "V1"; + vendor = "Belkin"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "ramips/rt288x"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "7links_px-4885-8m" = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-7links_px-4885-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-7links_px-4885-8m-squashfs-sysupgrade.bin"; + sha256 = "caf05fd24cd647da0266da99784716029bd7e0b14877b6ac4bcac15e06122e40"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-7links_px-4885-8m-initramfs-kernel.bin"; + sha256 = "c8985683f98ead1a9464e71f082f56065381dbfea99618c3c2d95b3a8ed1fc0e"; + type = "kernel"; + } + ]; + supported_devices = [ + "7links,px-4885-8m" + "px-4885-8M" + ]; + titles = [ + { + model = "PX-4885"; + variant = "8M"; + vendor = "7Links"; + } + ]; + }; + "8devices_carambola" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-8devices_carambola"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-8devices_carambola-squashfs-sysupgrade.bin"; + sha256 = "6d302e94f95dd743dbb8c9c1ea00e8cdbf35ea60bd3b587d0646ecda84d2d4c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-8devices_carambola-initramfs-kernel.bin"; + sha256 = "1128d47332c682cefd5de1a1bbdbc37fa92cb541a1d2230b32b07a7111ba9032"; + type = "kernel"; + } + ]; + supported_devices = [ + "8devices,carambola" + "carambola" + ]; + titles = [ + { + model = "Carambola"; + vendor = "8devices"; + } + ]; + }; + accton_wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-accton_wr6202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-accton_wr6202-squashfs-sysupgrade.bin"; + sha256 = "d43ee22a1e8ffdf94eb892b695f7fc5e3bfc1663f857b7be4a40b0e4dfd4b6fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-accton_wr6202-initramfs-kernel.bin"; + sha256 = "f73b66108cb84b75ed155f5fe2c0c6e9da35aaf6d4e3368d473e7813f2b4d23e"; + type = "kernel"; + } + ]; + supported_devices = [ + "accton,wr6202" + "wr6202" + ]; + titles = [ + { + model = "WR6202"; + vendor = "Accton"; + } + ]; + }; + alfa-network_w502u = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-alfa-network_w502u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-alfa-network_w502u-initramfs-kernel.bin"; + sha256 = "833a1447d4f8b0cde799fa56f8adf0962b6dbc7d46c8813ee5d38064a5f5c461"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-alfa-network_w502u-squashfs-sysupgrade.bin"; + sha256 = "006f3ccec763327a7ec2c87f5a2ea6b02677168651fba5d5ff46b428c2ed4b39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,w502u" + "w502u" + ]; + titles = [ + { + model = "Networks W502U"; + vendor = "ALFA"; + } + ]; + }; + allnet_all0256n-8m = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-allnet_all0256n-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-allnet_all0256n-8m-squashfs-sysupgrade.bin"; + sha256 = "8b286c821fe77c94feb3ef456ee5f8c158b82765f8aab40f56063d5175c9dc50"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-allnet_all0256n-8m-initramfs-kernel.bin"; + sha256 = "ed01ec2b83c63518db9d88e792f082cee87799062343c90be3de3fe42e759a47"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all0256n-8m" + "all0256n-8M" + ]; + titles = [ + { + model = "ALL0256N"; + variant = "8M"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5002 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-allnet_all5002"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-allnet_all5002-initramfs-kernel.bin"; + sha256 = "a5eb8237c834a8b3f72fa0aa04b3bc49f3c3a502373914bbd07d7402e6f7cc91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-allnet_all5002-squashfs-sysupgrade.bin"; + sha256 = "a8aa5eabb42de4c9792b80e9d0da72fb13ef62fdc4a3b81e2f5fb6b400bc616e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all5002" + "all5002" + ]; + titles = [ + { + model = "ALL5002"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5003 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-allnet_all5003"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-allnet_all5003-squashfs-sysupgrade.bin"; + sha256 = "a532e9a96aa796ebc0ea6860ee57aede1071e3123f6b013bf8309fb5f34e988f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-allnet_all5003-initramfs-kernel.bin"; + sha256 = "0f94e484705e741d804ce460665125795352161939eb9fddf84cfe977a7f8e80"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all5003" + "all5003" + ]; + titles = [ + { + model = "ALL5003"; + vendor = "Allnet"; + } + ]; + }; + alphanetworks_asl26555-16m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-alphanetworks_asl26555-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-alphanetworks_asl26555-16m-initramfs-kernel.bin"; + sha256 = "57b2b322bafd261a500af52445c77c91e61a38d538c37f7330a32c91970598e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-alphanetworks_asl26555-16m-squashfs-sysupgrade.bin"; + sha256 = "f61022ff6801fa121c29bfdd2270a69cc69418eeac7eef80a458409acd5aa797"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-16m" + "asl26555" + "asl26555-16M" + ]; + titles = [ + { + model = "ASL26555"; + variant = "16M"; + vendor = "Alpha"; + } + ]; + }; + alphanetworks_asl26555-8m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-alphanetworks_asl26555-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-alphanetworks_asl26555-8m-squashfs-sysupgrade.bin"; + sha256 = "e3b0071afc601366f739d41f97b2282a24a09b130c8d55834861acc875f83d37"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-alphanetworks_asl26555-8m-initramfs-kernel.bin"; + sha256 = "3815d4f0f71217d804f0ead0ad505769c5cb8fa1a715028395be4fc97e64738c"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-8m" + "asl26555" + "asl26555-8M" + ]; + titles = [ + { + model = "ASL26555"; + vendor = "Alpha"; + } + ]; + }; + arcwireless_freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-arcwireless_freestation5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-arcwireless_freestation5-squashfs-sysupgrade.bin"; + sha256 = "dd54e0aaede09af3e4c18a1f2a9b0af2a3b9b1ef24072a65459d1cd60d9bf9e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-arcwireless_freestation5-initramfs-kernel.bin"; + sha256 = "6304fd84f50998aeefc9ced8f2bac2e7421fb779b1b0b51a78d283bd2f433834"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcwireless,freestation5" + "freestation5" + ]; + titles = [ + { + model = "FreeStation"; + vendor = "ARC Wireless"; + } + ]; + }; + argus_atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-argus_atp-52b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-argus_atp-52b-initramfs-kernel.bin"; + sha256 = "5a36189a07e1266700ae610975bb751d62e69dd660d2bd4e086a07ecf8d94f6c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-argus_atp-52b-squashfs-sysupgrade.bin"; + sha256 = "f5e85fb568d1f0e8a5d0c4d17fed821dee028f16051ed8c1ac442d8a746f3544"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "argus,atp-52b" + "atp-52b" + ]; + titles = [ + { + model = "ATP-52B"; + vendor = "Argus"; + } + ]; + }; + asiarf_awm002-evb-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-asiarf_awm002-evb-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-asiarf_awm002-evb-8m-squashfs-sysupgrade.bin"; + sha256 = "c9531db6ac29c331b850d58aa916ede055c676054a1bb803b3c0bb6db46fe4b3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-asiarf_awm002-evb-8m-initramfs-kernel.bin"; + sha256 = "f44df7cb4729a84b5aafc08e86d3810c7cae9dba5eea11d4d350ce7a1abdc948"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,awm002-evb-8m" + "awm002-evb-8M" + ]; + titles = [ + { + model = "AWM002-EVB/AWM003-EVB"; + variant = "8M"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-asus_rt-n13u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-asus_rt-n13u-initramfs-kernel.bin"; + sha256 = "048dfc7e4a2c6980c97c085ed0d4c0ef271e5253d898458671d83b7ac9c5485f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-asus_rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "aa89e81e0aae4367046486f50a7c7c65d49a5451b41346095dad6917e4927f3f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n13u" + "rt-n13u" + ]; + titles = [ + { + model = "RT-N13U"; + vendor = "Asus"; + } + ]; + }; + aximcom_mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-aximcom_mr-102n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-aximcom_mr-102n-squashfs-sysupgrade.bin"; + sha256 = "3b1dcdfb1c77b44f50544c909b729ac6054fa9fc90b7dc6e7c06ce4365e1533c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-aximcom_mr-102n-initramfs-kernel.bin"; + sha256 = "3b6dea31e4f81b46eea823cf6db998f5f9be7c5a0be831119a403e42ea85d2b6"; + type = "kernel"; + } + ]; + supported_devices = [ + "aximcom,mr-102n" + "mr-102n" + ]; + titles = [ + { + model = "MR-102N"; + vendor = "AXIMCom"; + } + ]; + }; + aztech_hw550-3g = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-aztech_hw550-3g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-aztech_hw550-3g-initramfs-kernel.bin"; + sha256 = "7854901e71dfb007be1c2f9982b77286c2bc7301ab176e79c577a4a15f84bdef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-aztech_hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "2a14d7c7c00adc1797e1e0f4c9b24c569c3999746b774013cb8b7c19286d1197"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aztech,hw550-3g" + "hw550-3g" + ]; + titles = [ + { + model = "HW550-3G"; + vendor = "Aztech"; + } + { + model = "ALL0239-3G"; + vendor = "Allnet"; + } + ]; + }; + belkin_f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-belkin_f5d8235-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-belkin_f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "fb804fb6f9e30d26b1d76ce8cb4192c6ca1ae45ac3570a75aa9dd03b9c92bf3d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-belkin_f5d8235-v2-initramfs-kernel.bin"; + sha256 = "8304edc6b4ae5707cc858fad8d14edda2d5f79ec320667aa050008db74d76837"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v2" + "f5d8235-v2" + ]; + titles = [ + { + model = "F5D8235"; + variant = "v2"; + vendor = "Belkin"; + } + ]; + }; + belkin_f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-belkin_f7c027"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-belkin_f7c027-squashfs-sysupgrade.bin"; + sha256 = "ed57d5c6716507229e129d8148928d217fdeed4616844e77405c4b631ad6066d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-belkin_f7c027-initramfs-kernel.bin"; + sha256 = "aaa1dc3f94db5e55cf1a879a6af5ef91f620ed761a1a14ba157b48a19ef61733"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f7c027" + "f7c027" + ]; + titles = [ + { + model = "F7C027"; + vendor = "Belkin"; + } + ]; + }; + dlink_dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-dlink_dap-1350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-dlink_dap-1350-squashfs-factory.bin"; + sha256 = "ae7fd101deebef2387a088e3ef5bbe99cad390e8985cd75f7873d4220953c93e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-dlink_dap-1350-initramfs-kernel.bin"; + sha256 = "9275c00661d9996c8089cbc071a332f1dc509576bd94960e52c2641835c6933e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-dlink_dap-1350-squashfs-factory-NA.bin"; + sha256 = "459d73a7650cbe6dc9ded42b995e840537db0fa44ccdbc3a0e9d46d9515f4b30"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-dlink_dap-1350-squashfs-sysupgrade.bin"; + sha256 = "f5bb6ea927581eae69e0994a06fa2a56dac0c467108797a44c06a4c5e9d1501a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1350" + "dap-1350" + ]; + titles = [ + { + model = "DAP-1350"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-300-b7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-dlink_dir-300-b7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-dlink_dir-300-b7-initramfs-kernel.bin"; + sha256 = "cc9d8147ba6e6582b72907e87e2ec6fd302f7ef45ce2b59a76e66411f68eab6c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-dlink_dir-300-b7-squashfs-sysupgrade.bin"; + sha256 = "4793915d1910453aada3477b92a18d9057e24332b9de9032f6a101421427802c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-300-b7" + "dir-300-b7" + ]; + titles = [ + { + model = "DIR-300"; + variant = "B7"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-dlink_dir-320-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-dlink_dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "e81f5a238432786592cf1bbd8a230dfb61f5074386e2fd99d8c282f4188e6634"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-dlink_dir-320-b1-initramfs-kernel.bin"; + sha256 = "0dabdf78b8e9d3b8b1e78d08977d1c87d6d207c4c6e4f4124ac0ef7fa8ab8d75"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-320-b1" + "dir-320-b1" + ]; + titles = [ + { + model = "DIR-320"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-dlink_dir-620-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-dlink_dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "f250fc6627d5d6337509fa7a7e92c11259acd696f3378e52aed943aab1c606c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-dlink_dir-620-a1-initramfs-kernel.bin"; + sha256 = "c5facb4799d359da673c554dc5ae9377b64abfab2720da759549fb0d058cf302"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-620-a1" + "dir-620-a1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-dlink_dir-620-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-dlink_dir-620-d1-initramfs-kernel.bin"; + sha256 = "34aada2fd2f2c7dc8c3d5f1c391c489d25d94a5c238534f0e84158fc90988b31"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-dlink_dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "89e1fac737c6aae6d753c1cdcada541ed6c7bb4e2ef65adb85b51bf6eb6d4ad2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-620-d1" + "dir-620-d1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial-option" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-dlink_dwr-512-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-dlink_dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "10c5fc405437daa03c03036a13985a6aa94210fcc22ae02757bd10eb5e7380f1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-dlink_dwr-512-b-initramfs-kernel.bin"; + sha256 = "1e6afa23b2aae95cd03d9fc6921e058665cd009c119cf4c72d8fc5c4ba0d050c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-dlink_dwr-512-b-squashfs-factory.bin"; + sha256 = "150bf74e77046af7cb16b6392d828dce34b288baa0b512acd8a386b4f581d908"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-512-b" + "dwr-512-b" + ]; + titles = [ + { + model = "DWR-512"; + variant = "B"; + vendor = "D-Link"; + } + ]; + }; + easyacc_wizard-8800 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-easyacc_wizard-8800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-easyacc_wizard-8800-squashfs-sysupgrade.bin"; + sha256 = "4bc7be786db934780cfe749f2114dec147224a5382d0a346e3550223f5dee710"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-easyacc_wizard-8800-initramfs-kernel.bin"; + sha256 = "767f6ad07e3cf91487defede1a29d5d74f392a4c7064c56ec9f05574fffb332b"; + type = "kernel"; + } + ]; + supported_devices = [ + "easyacc,wizard-8800" + "wizard8800" + ]; + titles = [ + { + model = "WIZARD 8800"; + vendor = "EasyAcc"; + } + ]; + }; + fon_fonera-20n = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-fon_fonera-20n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-fon_fonera-20n-initramfs-kernel.bin"; + sha256 = "4ea863df5d4efc7fd71e53244947f4e46aa278b69523751270359d006ac1ac23"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-fon_fonera-20n-squashfs-factory.bin"; + sha256 = "b6efceaa34873ccd3888cb2f701af6c01a1796a0aa4c4f28d0edeb731ffbdae9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-fon_fonera-20n-squashfs-sysupgrade.bin"; + sha256 = "7091842a342434b139b023380d5a116f6d5348e2967d9789c119c27f04922eed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fon,fonera-20n" + "fonera20n" + ]; + titles = [ + { + model = "Fonera 2.0N"; + vendor = "Fon"; + } + ]; + }; + hame_mpr-a2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-hame_mpr-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-hame_mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "b10862856e2098e41a20e8d2758a40e09cbb4d81b6456042a425cb56ed93b86f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-hame_mpr-a2-initramfs-kernel.bin"; + sha256 = "5824baeae02b7e0cc7af6bbf0ccb54a4190ecb2796a222f274e14dc6532ef436"; + type = "kernel"; + } + ]; + supported_devices = [ + "hame,mpr-a2" + "mpr-a2" + ]; + titles = [ + { + model = "MPR"; + variant = "A2"; + vendor = "HAME"; + } + ]; + }; + hauppauge_broadway = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-hauppauge_broadway"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-hauppauge_broadway-initramfs-kernel.bin"; + sha256 = "2438aed71e9bea3330476c052b17b9a3cfff6d768cee85464e4dfa6f0be9cfbf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-hauppauge_broadway-squashfs-sysupgrade.bin"; + sha256 = "896c47c297216959293bbcbf010c9b6463adcde191c2597eae9ba63ab02e7c51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hauppauge,broadway" + "broadway" + ]; + titles = [ + { + model = "Broadway"; + vendor = "Hauppauge"; + } + ]; + }; + huawei_hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-huawei_hg255d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-huawei_hg255d-squashfs-sysupgrade.bin"; + sha256 = "5dc5bfa3bbc088ce36dad68f4e833a79a53646843ec7143a76158e2061a18fe4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-huawei_hg255d-initramfs-kernel.bin"; + sha256 = "b000b87efebd53bd04f6bc47a72d3dfbcd016de00d032dc59478232454f48581"; + type = "kernel"; + } + ]; + supported_devices = [ + "huawei,hg255d" + "hg255d" + ]; + titles = [ + { + model = "HG255D"; + vendor = "HuaWei"; + } + ]; + }; + intenso_memory2move = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-intenso_memory2move"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-intenso_memory2move-squashfs-sysupgrade.bin"; + sha256 = "84f310706544cf28143b6497d1231ba59eb266e65ad6e98320a78a9a9a05cbb8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-intenso_memory2move-initramfs-kernel.bin"; + sha256 = "526ad01019381e84ba0e45616ce8bc3ff1f1cfabb7a6a152d7475af0608cc070"; + type = "kernel"; + } + ]; + supported_devices = [ + "intenso,memory2move" + "m2m" + ]; + titles = [ + { + model = "Memory 2 Move"; + vendor = "Intenso"; + } + ]; + }; + mofinetwork_mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-mofinetwork_mofi3500-3gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-mofinetwork_mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "561f8d6ce91142c1c66fd52eda6d4dbc5b8e2bb462071d2dbdccaf3716686dbe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-mofinetwork_mofi3500-3gn-initramfs-kernel.bin"; + sha256 = "1c760573dda898ea34008214de525a1dba41a67dc9d53dd4e2bd1fa9aaf1bdae"; + type = "kernel"; + } + ]; + supported_devices = [ + "mofinetwork,mofi3500-3gn" + "mofi3500-3gn" + ]; + titles = [ + { + model = "MOFI3500-3GN"; + vendor = "MoFi Network"; + } + ]; + }; + nexaira_bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-nexaira_bc2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-nexaira_bc2-initramfs-kernel.bin"; + sha256 = "89b5e3aebaf76f8057f2b43099a5e25c2730a7bb15b2964f2a9aea487d712535"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-nexaira_bc2-squashfs-sysupgrade.bin"; + sha256 = "2c651bc1a2bb96b248b80fd958c191d2b390e63fafa4b832c32634e2a89587b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexaira,bc2" + "bc2" + ]; + titles = [ + { + model = "BC2"; + vendor = "NexAira"; + } + ]; + }; + nexx_wt1520-8m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-nexx_wt1520-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-nexx_wt1520-8m-squashfs-sysupgrade.bin"; + sha256 = "8bc9161589ca99386b08a1fd777a9eac6f59c2f8c989a0f6c24ee73ea753b9e9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-nexx_wt1520-8m-squashfs-factory.bin"; + sha256 = "fc679b400067a8f0fdb52bda2ef36175eb7926687dba1190229a9a2276e6ca15"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-nexx_wt1520-8m-initramfs-kernel.bin"; + sha256 = "14bf63de05199fe33148c95b5c4921d4a1555094d1698c2e85eb11a2bbeac0c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexx,wt1520-8m" + "wt1520-8M" + ]; + titles = [ + { + model = "WT1520"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + nixcore_x1-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-nixcore_x1-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-nixcore_x1-16m-squashfs-sysupgrade.bin"; + sha256 = "62dc47a641cfdf97420e982a957d87419b216be2ecb811d045043ff572bc8248"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-nixcore_x1-16m-initramfs-kernel.bin"; + sha256 = "03ca1ce6c37df1719ef31b13fd5ecaae8561acbebf9e31a32fd79755dcb47f03"; + type = "kernel"; + } + ]; + supported_devices = [ + "nixcore,x1-16m" + "nixcore-x1" + "nixcore-x1-16M" + ]; + titles = [ + { + model = "X1"; + variant = "16M"; + vendor = "Nixcore"; + } + ]; + }; + nixcore_x1-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-nixcore_x1-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-nixcore_x1-8m-initramfs-kernel.bin"; + sha256 = "ebc9d79ff647c68d4adc36d34862746292fa314e50eeb49bcb6ffca3f2bce7d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-nixcore_x1-8m-squashfs-sysupgrade.bin"; + sha256 = "9fcefcda110914a28c298284dad8097b28cfcef0f463919cf78147c8c52ce801"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore,x1-8m" + "nixcore-x1" + "nixcore-x1-8M" + ]; + titles = [ + { + model = "X1"; + variant = "8M"; + vendor = "Nixcore"; + } + ]; + }; + olimex_rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-olimex_rt5350f-olinuxino"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-olimex_rt5350f-olinuxino-initramfs-kernel.bin"; + sha256 = "e0a71b31073e4200a38dca7beaabb9f3991360bd63f81f1a3ae010fb12ac2405"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-olimex_rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "bc46fdac5f57d39e3e4bd6a1a9f7172e028c0a23a8b25e84da216ad57218b9c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino" + "rt5350f-olinuxino" + ]; + titles = [ + { + model = "RT5350F-OLinuXino"; + vendor = "OLIMEX"; + } + ]; + }; + olimex_rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-olimex_rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-olimex_rt5350f-olinuxino-evb-initramfs-kernel.bin"; + sha256 = "66916edf2de7414e6e9d74e1352935786ec71469ab7667a982958dc8d6363e59"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-olimex_rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "49ca12f579fac90dbbfcee67d3e18b5c5dee07bf33ec03afb644d56130912c29"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino-evb" + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + model = "RT5350F-OLinuXino-EVB"; + vendor = "OLIMEX"; + } + ]; + }; + omnima_miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-omnima_miniembplug"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-omnima_miniembplug-initramfs-kernel.bin"; + sha256 = "3bb06d27e6b9e04de1dba329b30e3f843731d4cc39c3ebcec4e39bcf5fc5af9b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-omnima_miniembplug-squashfs-sysupgrade.bin"; + sha256 = "40f0046f53e6b76f7a80b39caa6baea8750f6e23b3221a89c4f23abe2a4ff09b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,miniembplug" + "miniembplug" + ]; + titles = [ + { + model = "MiniEMBPlug"; + vendor = "Omnima"; + } + ]; + }; + omnima_miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-omnima_miniembwifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-omnima_miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "a8527641d00b298c92c7f9496affe320bb000f5b1efcf6444fd3468b3917cccc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-omnima_miniembwifi-initramfs-kernel.bin"; + sha256 = "24c2324530ab29c3d726edcb551e03d92ad78b06ca1a82ae2ee19dbfbeb56f79"; + type = "kernel"; + } + ]; + supported_devices = [ + "omnima,miniembwifi" + "miniembwifi" + ]; + titles = [ + { + model = "MiniEMBWiFi"; + vendor = "Omnima"; + } + ]; + }; + planex_mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-planex_mzk-wdpr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-planex_mzk-wdpr-initramfs-kernel.bin"; + sha256 = "f8ed4aa2719878b04e9adcc4660ba5ca4e6364c50bf8f4b8aa8d453056125034"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-planex_mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "b537c25f05990e54f6ac2bba2c325dc295bae98e187e7d48723ee6aa4b2eb8c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-wdpr" + "mzk-wdpr" + ]; + titles = [ + { + model = "MZK-WDPR"; + vendor = "Planex"; + } + ]; + }; + poray_ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-poray_ip2202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-poray_ip2202-squashfs-sysupgrade.bin"; + sha256 = "a7de5c7c18a51f986e1cc147f804ddba53e3b80adcf1fe83ef2d22a5e732f461"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-poray_ip2202-initramfs-kernel.bin"; + sha256 = "c841edcf3b7b740127e9eff92167ef8645482d1380d3f317211ac4d6036336d7"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,ip2202" + "ip2202" + ]; + titles = [ + { + model = "IP2202"; + vendor = "Poray"; + } + ]; + }; + poray_m4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-poray_m4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-poray_m4-8m-squashfs-factory.bin"; + sha256 = "e1afdeb555a38801fbf1b4c96cf2a1d6ea43209f43c76878caf576a3a2b2b5e6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-poray_m4-8m-squashfs-sysupgrade.bin"; + sha256 = "4b9a58bf7c531430f48c66d2c46d846c9ea21bfbac0e220f647615a5ce5721e0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-poray_m4-8m-initramfs-kernel.bin"; + sha256 = "54ee05dec8f35c845823d348b34f08732e2acff17ff4bdb18d211cc980c4a567"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,m4-8m" + "m4-8M" + ]; + titles = [ + { + model = "M4"; + variant = "8M"; + vendor = "Poray"; + } + ]; + }; + poray_x5 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-poray_x5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-poray_x5-squashfs-factory.bin"; + sha256 = "008ae5746a4ac808f245fb5165f87273dbce9341884839da083be6a30a470a40"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-poray_x5-squashfs-sysupgrade.bin"; + sha256 = "500d5711ad92ee441691877ff5354ab2e2f94b2989d85b1de9dab841c65bbd93"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-poray_x5-initramfs-kernel.bin"; + sha256 = "ccedf45b19760c2c3c7745b168515c06d575809a8aa2b79e5afa255182717742"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,x5" + "x5" + ]; + titles = [ + { + model = "X5/X6"; + vendor = "Poray"; + } + ]; + }; + poray_x8 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-poray_x8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-poray_x8-initramfs-kernel.bin"; + sha256 = "bbff04d4bf4198afcbdcfdad27ffada7c681ede1863a05fa473bc25388915438"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-poray_x8-squashfs-factory.bin"; + sha256 = "bdfbab0f18747c08599301bf913762b3f0deba611b8ccfe05a7090c0195a8d56"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-poray_x8-squashfs-sysupgrade.bin"; + sha256 = "c3193ba3710dd4e5fbda672f02b3023f50cc6a3ac8a2a6a28361f7bfabdecd77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,x8" + "x8" + ]; + titles = [ + { + model = "X8"; + vendor = "Poray"; + } + ]; + }; + prolink_pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-prolink_pwh2004"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-prolink_pwh2004-initramfs-kernel.bin"; + sha256 = "1fe73c04e561453315e316251ec60b8f19cbdcbf06ec4d6f4fa0a8607652e057"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-prolink_pwh2004-squashfs-sysupgrade.bin"; + sha256 = "458f5a0f0f08c96a42160b3cad98b4fe4cffafea3a3d686246223ffca19261e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "prolink,pwh2004" + "pwh2004" + ]; + titles = [ + { + model = "PWH2004"; + vendor = "Prolink"; + } + ]; + }; + teltonika_rut5xx = { + device_packages = [ + "om-watchdog" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-teltonika_rut5xx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-teltonika_rut5xx-squashfs-sysupgrade.bin"; + sha256 = "527b4a7658d295663d85a437234cbb71b2d918d4b4233d8538f660e2947bcd8c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-teltonika_rut5xx-initramfs-kernel.bin"; + sha256 = "d0016d7c5df3269c32d36878f956a533b5f79f692b45a4064f2d7e45db43df64"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut5xx" + "rut5xx" + ]; + titles = [ + { + model = "RUT5XX"; + vendor = "Teltonika"; + } + ]; + }; + trendnet_tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-trendnet_tew-714tru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-trendnet_tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "8c63e70a84d39a2c5b29fd5f93a088d192a695e2ca685443b1b5d9d6b3c350af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-trendnet_tew-714tru-initramfs-kernel.bin"; + sha256 = "bb1ff4b6bbccbe0b89eeda820e6182f63c263fbade8ec79024dcf6cd32777d3a"; + type = "kernel"; + } + ]; + supported_devices = [ + "trendnet,tew-714tru" + "tew-714tru" + ]; + titles = [ + { + model = "TEW-714TRU"; + vendor = "TRENDnet"; + } + ]; + }; + unbranded_wr512-3gn-8m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-unbranded_wr512-3gn-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-unbranded_wr512-3gn-8m-initramfs-kernel.bin"; + sha256 = "98e502326654b8a5d08138e67cdd407fc7480391cc8f56708fe37975b04f5023"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-unbranded_wr512-3gn-8m-squashfs-sysupgrade.bin"; + sha256 = "5f4329b7ba53e71d627aa4bd45c73389d2ed307256de178892aa6a741e8f3a67"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unbranded,wr512-3gn-8m" + "wr512-3gn-8M" + ]; + titles = [ + { + model = "WR512-3GN"; + variant = "8M"; + vendor = "Ralink"; + } + ]; + }; + upvel_ur-336un = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-upvel_ur-336un"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-upvel_ur-336un-initramfs-kernel.bin"; + sha256 = "694727e6fec9037aa8a5d6fcea191e7692ae63ed57f1885158396049e7529fd6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-upvel_ur-336un-squashfs-sysupgrade.bin"; + sha256 = "46902354a7a85bbaf77975d546b73e052e34ee18c4053e441e7afd29caf65335"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "upvel,ur-336un" + "ur-336un" + ]; + titles = [ + { + model = "UR-336UN"; + vendor = "UPVEL"; + } + ]; + }; + vocore_vocore-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-vocore_vocore-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-vocore_vocore-16m-squashfs-sysupgrade.bin"; + sha256 = "58a02e85697de91e8627d9ca82ab90c4f342dae461583d56cb2b1acfd5aa4693"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-vocore_vocore-16m-initramfs-kernel.bin"; + sha256 = "bf14bc29c9a02c36731b7209039b8968ec7a35dbd683cbcea3a71106298a723b"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore-16m" + "vocore" + "vocore-16M" + ]; + titles = [ + { + model = "VoCore"; + variant = "16M"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-vocore_vocore-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-vocore_vocore-8m-initramfs-kernel.bin"; + sha256 = "91983aadcb93ab63cf43479e96efe94834e2b91f25f9a09ef96aed91956e3eac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-vocore_vocore-8m-squashfs-sysupgrade.bin"; + sha256 = "29ce6120c4cad55c4c3c5125a04ca1f561cdff642889a2348c67a94b4c3e7086"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore-8m" + "vocore" + "vocore-8M" + ]; + titles = [ + { + model = "VoCore"; + variant = "8M"; + vendor = "VoCore"; + } + ]; + }; + wansview_ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-wansview_ncs601w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-wansview_ncs601w-squashfs-sysupgrade.bin"; + sha256 = "0bd332a540b9d4f68c2a9f4e6ed14bb7c4201bec6ce1906767c825d937465bc6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-wansview_ncs601w-initramfs-kernel.bin"; + sha256 = "4ba9bcfc05b9478c2dc9b3e8760d356601cf094bbbf132a1bf0de3a8f9a5f057"; + type = "kernel"; + } + ]; + supported_devices = [ + "wansview,ncs601w" + "ncs601w" + ]; + titles = [ + { + model = "NCS601W"; + vendor = "Wansview"; + } + ]; + }; + wiznet_wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-wiznet_wizfi630a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-wiznet_wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "178f618be60eb03ead5833cee0e2264080ba052a6a6b85d343670c8830dafeda"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-wiznet_wizfi630a-initramfs-kernel.bin"; + sha256 = "05a6afbc35a9a404cb3856dc9429f86106812b84827ff5628890283555fd20c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630a" + "wizfi630a" + ]; + titles = [ + { + model = "WizFi630A"; + vendor = "WIZnet"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "5b27367941f08e95af0a70c43b759f6012e9960defcc1bbc3f335b868f6a1f14"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-zorlik_zl5900v2-initramfs-kernel.bin"; + sha256 = "214f220eea5560137e080735eae4342e2fd9458e9b7386b61a51f38d8d551443"; + type = "kernel"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + model = "ZL5900V2"; + vendor = "Zorlik"; + } + ]; + }; + zte_mf283plus = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-zte_mf283plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin"; + sha256 = "6e55d7d89758cb5c4ea004e21c43ef071e18e8fb97813e893fb72f1c0c36eded"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-zte_mf283plus-initramfs-kernel.bin"; + sha256 = "fbb5e13deb39efa7e23287495921a8cdc62caa076e0066c8e69d7fc510232216"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf283plus" + ]; + titles = [ + { + model = "MF283+"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-zyxel_keenetic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-zyxel_keenetic-squashfs-sysupgrade.bin"; + sha256 = "de45b83b3f657575a5876031c35a0e5742d35d22fb4e2d7c8ecd692688f7910b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-zyxel_keenetic-initramfs-kernel.bin"; + sha256 = "9d588f69667246eb44f457e7eddfc7932add4cc4a893b4a4f4cba95c039808e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic" + "kn" + ]; + titles = [ + { + model = "Keenetic"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-lite-b = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-zyxel_keenetic-lite-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-zyxel_keenetic-lite-b-initramfs-kernel.bin"; + sha256 = "29d023485782c11f0d3b39ddcf5c4ab5e1292fe2ffcadc62bbad2327affc40b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-zyxel_keenetic-lite-b-squashfs-sysupgrade.bin"; + sha256 = "e27925745f0a6be5993ad9f3b46d40ef3f71f13e51ef6fdbe10d9203b095b889"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-lite-b" + ]; + titles = [ + { + model = "Keenetic Lite"; + variant = "B"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg-419n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt305x-zyxel_nbg-419n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-ramips-rt305x-zyxel_nbg-419n-v2-initramfs-kernel.bin"; + sha256 = "6e2d6d27b96759054e6c6f3b1d864b977165bf93f8a42ee83c83bb719271ec1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt305x-zyxel_nbg-419n-v2-squashfs-sysupgrade.bin"; + sha256 = "6775d484b2045add5bda241dd56a567dffbc4056222d0e6b33d5c8231f43ef03"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg-419n-v2" + "nbg-419n2" + ]; + titles = [ + { + model = "NBG-419N"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "ramips/rt305x"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-n56u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt3883-asus_rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-asus_rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "4acb4a9bbd50b2ec55d111b2a5102283b8c87a24ffb764336dd732097d1cf3c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u" + "rt-n56u" + ]; + titles = [ + { + model = "RT-N56U"; + vendor = "Asus"; + } + ]; + }; + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "aceaa8ff7378167ebb1a050bb80c6c6a2cca0938d7be7bdc09d368083cbeadeb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + model = "F9K1109"; + variant = "Version 1.0"; + vendor = "Belkin"; + } + ]; + }; + dlink_dir-645 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt3883-dlink_dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-dlink_dir-645-squashfs-sysupgrade.bin"; + sha256 = "a42972251aa8fd43418b75408372f03d1259733da178dd114c4f398e06ee225b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-dlink_dir-645-squashfs-factory.bin"; + sha256 = "01d22dcb1847d8cb3ad5885d92f7c171fa21395fa272bdf74d3031de28bba8a4"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-645" + "dir-645" + ]; + titles = [ + { + model = "DIR-645"; + vendor = "D-Link"; + } + ]; + }; + edimax_br-6475nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt3883-edimax_br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-edimax_br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "f5404870c16ca4ff5cbbdda5c6da5e96f5ce6ea36fa0e3fab6da1a9921b9c19f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6475nd" + "br-6475nd" + ]; + titles = [ + { + model = "BR-6475nD"; + vendor = "Edimax"; + } + ]; + }; + engenius_esr600h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt3883-engenius_esr600h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-engenius_esr600h-squashfs-sysupgrade.bin"; + sha256 = "5324d0c96371d5706ad734149a0afd8642afdc9d0f1205efbb0c21b0f641722f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-engenius_esr600h-squashfs-factory.dlf"; + sha256 = "571e7b0f91747116714f2cbd5497b1190eb0dc326858bcb3cce975e2b9e394f7"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,esr600h" + ]; + titles = [ + { + model = "ESR600H"; + vendor = "EnGenius"; + } + ]; + }; + loewe_wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt3883-loewe_wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-loewe_wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "f857259be50f7863162d921fdff628e9e291b4936b0b91d79500192990b21a3a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "loewe,wmdr-143n" + "wmdr-143n" + ]; + titles = [ + { + model = "WMDR-143N"; + vendor = "Loewe"; + } + ]; + }; + omnima_hpm = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt3883-omnima_hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-omnima_hpm-squashfs-sysupgrade.bin"; + sha256 = "49bfb348c60acec4e0dc25f1ff38772878a9a3bffb7f9090a9ebb4d89147e179"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,hpm" + "hpm" + ]; + titles = [ + { + model = "HPM"; + vendor = "Omnima"; + } + ]; + }; + samsung_cy-swr1100 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt3883-samsung_cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-samsung_cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "710b58b72e67f3e54cda03865bcd1021eb1bebb9e7f640beaa8cc10ccaef9ada"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-samsung_cy-swr1100-squashfs-factory.bin"; + sha256 = "fcbb360b99027ebbd9b9585f8c9914d37f285cfaa28acfa207a1c02050f743c1"; + type = "factory"; + } + ]; + supported_devices = [ + "samsung,cy-swr1100" + "cy-swr1100" + ]; + titles = [ + { + model = "CY-SWR1100"; + vendor = "Samsung"; + } + ]; + }; + sitecom_wlr-6000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.0-ramips-rt3883-sitecom_wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-sitecom_wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "160db16c858d9df7e885d2014523eaca96d13260c27538bd4d31ab860803b338"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-sitecom_wlr-6000-squashfs-factory.dlf"; + sha256 = "126e5d43636fabd39feeef197d83cc23e05d9ca8a034ad156109e4da147c718a"; + type = "factory"; + } + ]; + supported_devices = [ + "sitecom,wlr-6000" + "wlr-6000" + ]; + titles = [ + { + model = "WLR-6000"; + vendor = "Sitecom"; + } + ]; + }; + trendnet_tew-691gr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt3883-trendnet_tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-trendnet_tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "a9df91da4b7bc230fdb62ce64e6915ae70a655d322c731de726502e8f7294977"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-trendnet_tew-691gr-squashfs-factory.bin"; + sha256 = "cf46e95fc6aab60a9a9301018b70bea3c0fcbf4a442ecdc757b66f7e3d726220"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-691gr" + "tew-691gr" + ]; + titles = [ + { + model = "TEW-691GR"; + vendor = "TRENDnet"; + } + ]; + }; + trendnet_tew-692gr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-ramips-rt3883-trendnet_tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-trendnet_tew-692gr-squashfs-factory.bin"; + sha256 = "04f9437581b5491e5ebcac4ab59ebd7b8b8b196f37e41cd28c7eec49c1607d0e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-ramips-rt3883-trendnet_tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "99675ce895c2ca18e4fdb1bc2feaa93d67fd0ec5fbb73d0ea3b38bb8627bd571"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-692gr" + "tew-692gr" + ]; + titles = [ + { + model = "TEW-692GR"; + vendor = "TRENDnet"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "ramips/rt3883"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + realtek = { + generic = { + arch_packages = "mips_4kec"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "ethtool" + "firewall" + "fstools" + "ip-bridge" + "ip-full" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "procd" + "tc" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + allnet_all-sg8208m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-realtek-generic-allnet_all-sg8208m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-realtek-generic-allnet_all-sg8208m-squashfs-sysupgrade.bin"; + sha256 = "ad4e0dfbdcf6240b5bb450cfb5a5938c60e0c0347d2d51ea5afd828b8e650bbd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-realtek-generic-allnet_all-sg8208m-initramfs-kernel.bin"; + sha256 = "c1884af8636728dd6cfd1b407fc96a7c908403582e60dbd60a86a5b71068c9bb"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all-sg8208m" + ]; + titles = [ + { + model = "ALL-SG8208M"; + vendor = "ALLNET"; + } + ]; + }; + d-link_dgs-1210-10p = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.0-realtek-generic-d-link_dgs-1210-10p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-realtek-generic-d-link_dgs-1210-10p-initramfs-kernel.bin"; + sha256 = "4487e4d42df76bd3f71290d80f13dd96a3565d58a75848fe546aea089a9855c4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-realtek-generic-d-link_dgs-1210-10p-squashfs-sysupgrade.bin"; + sha256 = "7ab785bfe5b9eef8cf20f4c908b66026d7ab8eec5aca9817d425bc2f16ba2f90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-10p" + ]; + titles = [ + { + model = "DGS-1210-10P"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-16 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-realtek-generic-d-link_dgs-1210-16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-realtek-generic-d-link_dgs-1210-16-initramfs-kernel.bin"; + sha256 = "bc8ec3d97e6a48a2e0708969eb8fa461e9cc740b7809520723d9690c7aefa0e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-realtek-generic-d-link_dgs-1210-16-squashfs-sysupgrade.bin"; + sha256 = "7016144ed72b11591488a9584def42d270ea273b179ce78d67b5571196a36720"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-16" + ]; + titles = [ + { + model = "DGS-1210-16"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-28 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-realtek-generic-d-link_dgs-1210-28"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-realtek-generic-d-link_dgs-1210-28-squashfs-sysupgrade.bin"; + sha256 = "0d869f5d087cbf67674f360e2beeb5a3da4086eb7801d28ab9d579e54503c7d3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-realtek-generic-d-link_dgs-1210-28-initramfs-kernel.bin"; + sha256 = "6ee2a35b542ccac4c6c2e0ac6be307b8cdac1f55fd0821a47a8aac71292ac6df"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-28" + ]; + titles = [ + { + model = "DGS-1210-28"; + vendor = "D-Link"; + } + ]; + }; + netgear_gs108t-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-realtek-generic-netgear_gs108t-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-realtek-generic-netgear_gs108t-v3-initramfs-kernel.bin"; + sha256 = "4661c5ba133eb19f636829757c51d0b09f8295f1218e2737a78155f847bcf457"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-realtek-generic-netgear_gs108t-v3-squashfs-sysupgrade.bin"; + sha256 = "1508af0467b3c447f6ab107937738d44f5fc504f6ac66fe9acba16dff9eab978"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs108t-v3" + ]; + titles = [ + { + model = "GS108T"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs110tpp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-realtek-generic-netgear_gs110tpp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-realtek-generic-netgear_gs110tpp-v1-initramfs-kernel.bin"; + sha256 = "7d9149ab0fd53b87647ebeef7eb212a84a5a7210fd7f0447eabfc04c0ea66293"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-realtek-generic-netgear_gs110tpp-v1-squashfs-sysupgrade.bin"; + sha256 = "840b836825b0dff64d1664b41258f76a25e775ed86c0cc98431e5f3fdcf08a42"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs110tpp-v1" + ]; + titles = [ + { + model = "GS110TPP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_gs1900-10hp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-realtek-generic-zyxel_gs1900-10hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-realtek-generic-zyxel_gs1900-10hp-initramfs-kernel.bin"; + sha256 = "0c62ef6b2e04bf5f937204ef38ab033adfa8ee00a03ef67210ddc5a9d6fe868f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-realtek-generic-zyxel_gs1900-10hp-squashfs-sysupgrade.bin"; + sha256 = "133823db9ad6b36251ecfe9ac0076132882094f3d870e9f5ca761c8aeac70835"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-10hp" + ]; + titles = [ + { + model = "GS1900-10HP"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-realtek-generic-zyxel_gs1900-8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-realtek-generic-zyxel_gs1900-8-squashfs-sysupgrade.bin"; + sha256 = "a4b36b8c4d31f3e8a93171fa851ca670bc7562188c8bfc08db109cb209d7e581"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-realtek-generic-zyxel_gs1900-8-initramfs-kernel.bin"; + sha256 = "1658be5f48051e8f9fc40cbec9237fcaac42de7418714014146ba4478b2e6c02"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8" + ]; + titles = [ + { + model = "GS1900-8"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.0-realtek-generic-zyxel_gs1900-8hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-realtek-generic-zyxel_gs1900-8hp-v1-initramfs-kernel.bin"; + sha256 = "c56d40f59067fc84abd8d287a9c22170365bef531b1493bf1ed7b3b037ca540b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-realtek-generic-zyxel_gs1900-8hp-v1-squashfs-sysupgrade.bin"; + sha256 = "446f15ff25554907f379ada9b43f17caaf41e4f777093e83459fe27b65fc2e2e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v1" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v2 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.0-realtek-generic-zyxel_gs1900-8hp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.0-realtek-generic-zyxel_gs1900-8hp-v2-initramfs-kernel.bin"; + sha256 = "1f455c754a409dd188c94328239ae218fe782803f83ba395b02302b8052428cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-realtek-generic-zyxel_gs1900-8hp-v2-squashfs-sysupgrade.bin"; + sha256 = "02c5127c9ef086074663f943959bcb06da939987ed44f0e5046b278aae2401dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v2" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "realtek/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + rockchip = { + armv8 = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-r2s = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-21.02.0-rockchip-armv8-friendlyarm_nanopi-r2s"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-rockchip-armv8-friendlyarm_nanopi-r2s-ext4-sysupgrade.img.gz"; + sha256 = "ab06e331ce9dc9b01bc35e636a05458c351523bb70e7fbd6688ed9e5577c1eab"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-rockchip-armv8-friendlyarm_nanopi-r2s-squashfs-sysupgrade.img.gz"; + sha256 = "fea0cc52d5f7b9738f7cb5615d8ddfbe74f3a567e75212ce3256394c5c17272c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r2s" + ]; + titles = [ + { + model = "NanoPi R2S"; + vendor = "FriendlyARM"; + } + ]; + }; + pine64_rockpro64 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-rockchip-armv8-pine64_rockpro64"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-rockchip-armv8-pine64_rockpro64-ext4-sysupgrade.img.gz"; + sha256 = "9579684e08029e2bf94a2120b14f24fbb02cffd8629fb9284976a12b7ac154f2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-rockchip-armv8-pine64_rockpro64-squashfs-sysupgrade.img.gz"; + sha256 = "fac8e0a777f656616e4ab573ff69915c3254fa6c7ef49a34f1dc8a3f8a2c76e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pine64,rockpro64" + ]; + titles = [ + { + model = "RockPro64"; + vendor = "Pine64"; + } + ]; + }; + radxa_rock-pi-4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-rockchip-armv8-radxa_rock-pi-4"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-rockchip-armv8-radxa_rock-pi-4-ext4-sysupgrade.img.gz"; + sha256 = "d79f0f9d82a8f8f0f3998220068d3d746bdfe7b3e667ba79a05ab23c8235c292"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-rockchip-armv8-radxa_rock-pi-4-squashfs-sysupgrade.img.gz"; + sha256 = "a601278bdbc7020e0efc7cdb90db0e6b70c4e061aa9e0c2203405aab48a2d36f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "radxa,rockpi4" + ]; + titles = [ + { + model = "ROCK Pi 4"; + vendor = "Radxa"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "rockchip/armv8"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "a6aa0444c0c5e6400249c58b18b736e7a919b5a9e716768734406fdbd4aa8f92"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "327bc57d78425685ce9668f87d2aa2e39caa3c4fb8f53af333e05c7255aad6cb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + model = "NanoPi NEO Plus2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa53-friendlyarm_nanopi-neo2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa53-friendlyarm_nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "6fe40e3f75ec20c72a7854418f4448e21eddef7bb37de33959f6a2100bf2277c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa53-friendlyarm_nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "db9c20d69156a3902f3e1f426511b4761bb2c3a03f31401f932ec4bb6c191622"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + model = "NanoPi NEO2"; + vendor = "FriendlyARM"; + } + ]; + }; + libretech_all-h3-cc-h5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa53-libretech_all-h3-cc-h5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa53-libretech_all-h3-cc-h5-squashfs-sdcard.img.gz"; + sha256 = "a5546aff58b032f5fcc689193bff13a79081d8611bdbafefe2da51d7b39e04ab"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa53-libretech_all-h3-cc-h5-ext4-sdcard.img.gz"; + sha256 = "3e3b7d29bd2fbb31b975165a4c6ab066c436cb430b66a9023c17c87633f7f450"; + type = "sdcard"; + } + ]; + supported_devices = [ + "libretech,all-h3-cc-h5" + ]; + titles = [ + { + model = "ALL-H3-CC"; + variant = "H5"; + vendor = "Libre Computer"; + } + ]; + }; + olimex_a64-olinuxino = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bs-firmware" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa53-olimex_a64-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa53-olimex_a64-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "997e4e56905f49a137dce115e1510f1ff2e0a3c818e857656e16910dc859df62"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa53-olimex_a64-olinuxino-ext4-sdcard.img.gz"; + sha256 = "9cd8833544016241b7856572d38646e4bd7b1969b14e104a3e3d09d453eb6517"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino" + ]; + titles = [ + { + model = "A64-Olinuxino"; + vendor = "Olimex"; + } + ]; + }; + olimex_a64-olinuxino-emmc = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bs-firmware" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa53-olimex_a64-olinuxino-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa53-olimex_a64-olinuxino-emmc-squashfs-sdcard.img.gz"; + sha256 = "08ab8a7dc1213194aac9bd9e057007121c194b8045fab33bf8fa369643c1bf3b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa53-olimex_a64-olinuxino-emmc-ext4-sdcard.img.gz"; + sha256 = "a903c3835704300902f04e93204e8b47a10897c283c4a64da4304ca454ebfb12"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino-emmc" + ]; + titles = [ + { + model = "A64-Olinuxino"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + pine64_pine64-plus = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa53-pine64_pine64-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa53-pine64_pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "2e217862678cd2413a2df57c2c08d768d99b7d0ddc8f940d550ec8fe4bd5b683"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa53-pine64_pine64-plus-ext4-sdcard.img.gz"; + sha256 = "703cb80173a772b3d6065929320418d5503e5038a4eb1fc9ef04c04a34641e2d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + model = "Pine64+"; + vendor = "Pine64"; + } + ]; + }; + pine64_sopine-baseboard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa53-pine64_sopine-baseboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa53-pine64_sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "3bb795a05d2c2165e4800737747bbeb9c01ba0cda0a15f0210816155a25131cb"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa53-pine64_sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "5af9c1e976332e98666b8145a18f38a1c8ca414b8fe108bf66fd6556f0763855"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + model = "SoPine"; + vendor = "Pine64"; + } + ]; + }; + xunlong_orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa53-xunlong_orangepi-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa53-xunlong_orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "c39aa7307baf646ff3b48ebfc98145901b6a8816a7c39e450db3389dd7ae6e39"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa53-xunlong_orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "96fe3f246aa00382164b00c4d7a6478e8ec7d1950ee100a554d8605689120201"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + model = "Orange Pi PC 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa53-xunlong_orangepi-zero-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa53-xunlong_orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "762edafa41d4c55f32008656f7b880a0f7dcb87584695641eb95ee99f87b334d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa53-xunlong_orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "85cd984a6f876b8ba4ed505d00924e3c5d31193d13d545ec81b35f3eeebbed86"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + model = "Orange Pi Zero Plus"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "sunxi/cortexa53"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_cubieboard2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-cubietech_cubieboard2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-cubietech_cubieboard2-ext4-sdcard.img.gz"; + sha256 = "304c160ff836f4f109312acc28716f4319fe6cde6ae352eb087ce14c1fc9fea0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-cubietech_cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "3bc5774440d71ab36679626d0e9cfb5b31bf848e1c793a331b77b77878bef911"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + model = "Cubieboard2"; + vendor = "Cubietech"; + } + ]; + }; + cubietech_cubietruck = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-cubietech_cubietruck"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-cubietech_cubietruck-squashfs-sdcard.img.gz"; + sha256 = "179b736d1ed0cfbb0e4ea4e9587eda65b84691f636108861524480499b4fc68d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-cubietech_cubietruck-ext4-sdcard.img.gz"; + sha256 = "0dcd835c1f58eddbf5ee38aca007772c7fd0848afe7a3414a50cbc20a61cc6ce"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + model = "Cubietruck"; + vendor = "Cubietech"; + } + ]; + }; + friendlyarm_nanopi-m1-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-friendlyarm_nanopi-m1-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "ee3e81cc032917115a8c9bd0dd41a99102fa3eee24d3c41d2718c63223367e66"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "e2061c546a559897dba118f4573e321dd58325dcb6d82b9e9acb602ffe895200"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + model = "NanoPi M1 Plus"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-friendlyarm_nanopi-neo"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-friendlyarm_nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "aae95f2c51f4ddac3829b84e210a3e7c079feb29787760255191d1dd35af6e8e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-friendlyarm_nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "a8012e33d220ee17db49aabb3e7fd226da76e5c3f209ad86625819ee8a895a56"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + model = "NanoPi NEO"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo-air = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-friendlyarm_nanopi-neo-air"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-friendlyarm_nanopi-neo-air-ext4-sdcard.img.gz"; + sha256 = "b0c82111f008e790d385d03643caa814a0524d492a7bc476a431a2de871802e7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-friendlyarm_nanopi-neo-air-squashfs-sdcard.img.gz"; + sha256 = "01dbed08d0dd46a65c18b491620bdf72024a340a698388bceb6fd4d5bb38e4b8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo-air" + ]; + titles = [ + { + model = "NanoPi NEO Air"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net-rtl8152" + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-friendlyarm_nanopi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-friendlyarm_nanopi-r1-ext4-sdcard.img.gz"; + sha256 = "000dd011b7dfa3f8e99623197825c5ddff993e5a01c6e6f20e042e0a7fc1895d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-friendlyarm_nanopi-r1-squashfs-sdcard.img.gz"; + sha256 = "42727c5a8fca892cce65eccb49a35fb20febb80c1ee1d3f6d8a15d4640ef9796"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r1" + ]; + titles = [ + { + model = "NanoPi R1"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_zeropi = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-friendlyarm_zeropi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-friendlyarm_zeropi-squashfs-sdcard.img.gz"; + sha256 = "157ee3d22821603b131332bba6bc9a4c8d11282c38bd3e3865f383eea9cb6c9b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-friendlyarm_zeropi-ext4-sdcard.img.gz"; + sha256 = "6f8da48cb3a021f355c7e9ec85179e505ff9e736eae330b03df7a38c89dcd2ae"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,zeropi" + ]; + titles = [ + { + model = "ZeroPi"; + vendor = "FriendlyARM"; + } + ]; + }; + lamobo_lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "swconfig" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-lamobo_lamobo-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-lamobo_lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "4a75ccea7f8ab59d49a2d402d30a7c7296d548559d35df7f6c451c1fec79df56"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-lamobo_lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "1cafcca60469466464c9f03719b8054352f05a599bc1ec389b3977b1efcc4764"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + model = "Lamobo R1"; + vendor = "Lamobo"; + } + ]; + }; + lemaker_bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-lemaker_bananapi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-lemaker_bananapi-squashfs-sdcard.img.gz"; + sha256 = "02d554b0a17afeec5bc6b7e90963214550a81233cd1829f66210e2d733c03417"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-lemaker_bananapi-ext4-sdcard.img.gz"; + sha256 = "cbe64163be435d6593eb477fbe16f7e16fc8002adc33fde63cab6336e53d2c3a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + model = "Banana Pi"; + vendor = "LeMaker"; + } + ]; + }; + lemaker_bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-lemaker_bananapro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-lemaker_bananapro-ext4-sdcard.img.gz"; + sha256 = "3a3ce4f0e707fbe7e0674cf1a9807b743416a5e5897677a263c179150d070b71"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-lemaker_bananapro-squashfs-sdcard.img.gz"; + sha256 = "4954f9ed1fe08bcb3d102373361febf164731407fa3ad6d94413fa1f5441327c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + model = "Banana Pro"; + vendor = "LeMaker"; + } + ]; + }; + linksprite_pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-linksprite_pcduino3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-linksprite_pcduino3-ext4-sdcard.img.gz"; + sha256 = "ab26a9f8b89ef850d869635b66ffa038e3542a7bba5fab629ca41f07de914aeb"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-linksprite_pcduino3-squashfs-sdcard.img.gz"; + sha256 = "d35a9d30d34dca5c1cfc3be5c381b50608b9cc8966c92785eefb8f45b766afdc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + model = "pcDuino3"; + vendor = "LinkSprite"; + } + ]; + }; + linksprite_pcduino3-nano = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-linksprite_pcduino3-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-linksprite_pcduino3-nano-squashfs-sdcard.img.gz"; + sha256 = "693868dd0f23efe630c71e1c220c0011b0af8896b0038b435bc92974091e62b9"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-linksprite_pcduino3-nano-ext4-sdcard.img.gz"; + sha256 = "85d718d268de452a0bb29bf98747a94c4cae490c4dae4893a9aca5aefae5153d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3-nano" + ]; + titles = [ + { + model = "pcDuino3 Nano"; + vendor = "LinkSprite"; + } + ]; + }; + mele_m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-mele_m9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-mele_m9-squashfs-sdcard.img.gz"; + sha256 = "68f9d88d0351ebc7c86cddcdfb563bcbb4917015743cd7364276553691e51fa7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-mele_m9-ext4-sdcard.img.gz"; + sha256 = "fda2a17bec8c96506d2dd26ca4cb78a3b04ef78c14e2998afcbe1e80fb39a5c9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + model = "M9"; + vendor = "Mele"; + } + ]; + }; + olimex_a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-olimex_a20-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-olimex_a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "a2ea81a3347cf9da94c6bb5b2573c45fa7cf92d963a4616746705274ba097451"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-olimex_a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "9617f7b75aaeb431a47a4a3bd03a82c1e77f78eca66bdfa241467213eaa731aa"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "36370974d30fe0b6aec009877eda49906c08fa22fac78f13e3c2962a126b6385"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "b7c7b922c3d133f6c1c9829e8721f0c98332fe493bb3afd393b6fcc445f7f3e0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "bb1ca67a868be78d6a7c131626c794981b14261f921b133eb636f1ad269b6599"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "0a795606a0cd3c9e10ecb4008dd93a8205bdcaf65464ef28c14f90c2a54e9958"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-olimex_a20-olinuxino-micro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-olimex_a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "038a66fe9ed89caa372618254f6c67b867793637daf35c6373e13fe387e9044e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-olimex_a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "ea42643fa64cf8cbba41149d021dc7ae431f4cb39e4103a12bdff7649855baf0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + model = "A20-OLinuXino-MICRO"; + vendor = "Olimex"; + } + ]; + }; + sinovoip_bananapi-m2-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-sinovoip_bananapi-m2-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-sinovoip_bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "6cc241ec5713858796b275eb5961785edb8613e9c28415924816bedbb192eaa2"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-sinovoip_bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "1ab0e79acd68fbc7f7d049834e2b374ecf32529ae6933bc973342943fea51ff9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + model = "Banana Pi M2+"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-ultra = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-sinovoip_bananapi-m2-ultra"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-ext4-sdcard.img.gz"; + sha256 = "b819df2cb97ce1a6f3cf081e58c8b513fcd3dc3e3ec6c5319a438c85d2f73f2d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-squashfs-sdcard.img.gz"; + sha256 = "3b3e0a132baaef492ed934bf1ffb72e309c984c35e397aaf7bd26b55fda7ad5a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-ultra" + ]; + titles = [ + { + model = "Banana Pi M2 Ultra"; + vendor = "Sinovoip"; + } + ]; + }; + xunlong_orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "5521c6c402bc8f0b9ccf53a7f0d69f01b7ba52dd486d834eeb6fffe8cc120c50"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-2-ext4-sdcard.img.gz"; + sha256 = "2cbfe40c55fe85e5a0fb91b965487c75cb3033896864f2ed1c23c84e1937278b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + model = "Orange Pi 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "1b3d359ac36983dd441059d358c7530c7b4e41cb4c9521d66ef1a1fbda8e23f7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-one-ext4-sdcard.img.gz"; + sha256 = "f9cc59e56b31c53b336526d7c05db41ffb16175450496081c1642fc7134a5b1e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + model = "Orange Pi One"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-pc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "fd446c391dbb95a417c1afa10971a847371f91a0fdbce2426b748ac4d5b7bd6b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "ca82a84b6c26f5255a6a1cd90249c799ce26bba089931dfc5d0925acaf471568"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + model = "Orange Pi PC"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-pc-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "75ceab03b52e38f50478ef29a8b6a143ccd7988c86c93d7ec8d896c33124f949"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "edafc11a83026b6a4318693d38bdccdb305f78ee0f6c62117db6386216aabc7f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + model = "Orange Pi PC Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "21f4197105c02020b2ca12bc909080603d3eacf7c02d69f8aa4e880ac57dfd4e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "4b503fdee0f87ce1d9b62b0c7ea97c6cb7ecc6b3326d3019e8cbf12ac36bc87d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + model = "Orange Pi Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "4ec54a980583fed6218da27aff5d86aa48bde86fc96ee7efb78400496f866b9a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "17a57c91326d329d99ed5b811fc4c2e42462129f43e81efb5341aaff8e6d8dd3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + model = "Orange Pi R1"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-zero"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "0a2d5f4730c5a55388de5cca9000bc808f393f5964d4e37afd50415e6f3bedb2"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa7-xunlong_orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "6a62c2092ae85c8953a03035d2c436836d51db3668b8e47396cdf8842d429ced"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + model = "Orange Pi Zero"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "sunxi/cortexa7"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_a10-cubieboard = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa8-cubietech_a10-cubieboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "3202a20293e6c0b7160233afe8e9272be32f7e9f471e9af18a09c0836b2d8920"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa8-cubietech_a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "48812f5bdc638260b69d9110e6b98597efaf3ec5cc0d0a96869b5c205ba28a47"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + model = "Cubieboard"; + vendor = "Cubietech"; + } + ]; + }; + linksprite_a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa8-linksprite_a10-pcduino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa8-linksprite_a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "96c298f9a8bfbd281860534cb9e12e0b087d7b0c62cd72fd7035d5d26fa8aafc"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa8-linksprite_a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "af56861e651cbf6755deae4dcc97fbe8eab442575b4f34f1c80934ad046e36dd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + model = "pcDuino"; + vendor = "LinkSprite"; + } + ]; + }; + marsboard_a10-marsboard = { + device_packages = [ + "mod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa8-marsboard_a10-marsboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa8-marsboard_a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "aa173cc8bf593f14dbd4e04f949f84559bd96f93e3c4b0bac587d7dc257b89dc"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa8-marsboard_a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "2d1de8898e7fb0dc317ec19267a64bd97325797babeb9e2053b975486a8a3f76"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + model = "MarsBoard A10"; + vendor = "HAOYU Electronics"; + } + ]; + }; + olimex_a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa8-olimex_a10-olinuxino-lime"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa8-olimex_a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "dec43ed1d43b845050e5149dfc208f8a0b4314e2bed78f0df167daaee92ada25"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa8-olimex_a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "3abfbdbf844f323a0664268ec96d0feb04b22d8f8515230f1060ef3212628bce"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + model = "A10-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa8-olimex_a13-olimex-som"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa8-olimex_a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "489b4234a7f9a9b15a8567d1cbd19b5810eca5754df1375403ac6002cb064d3a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa8-olimex_a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "bd319862a50c643bcb9f33701cc71cd97a98620cd08c20e3a91e9232bae3bdae"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-SOM"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.0-sunxi-cortexa8-olimex_a13-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-sunxi-cortexa8-olimex_a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "a1ed3a38f42c6aa553fc24a90e3441956998721bbfef1a8a4fb69303dc7a5a5e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-sunxi-cortexa8-olimex_a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "5276477640496e16f41eee46ff7994fba83180c6881f39bcd3b1bbfb0ee3ed41"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-OLinuXino"; + vendor = "Olimex"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "sunxi/cortexa8"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.0-tegra-compulab_trimslice"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "b4005adc7f7da708843874fcb138b34b198c14692e0f1dacda11477962d0efeb"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "54e364bf768c358b9ef95641dc5c90f2910c50c3ad5f42ee66ca2c5717939901"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + model = "TrimSlice"; + vendor = "CompuLab"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "tegra/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + x86 = { + "64" = { + arch_packages = "x86_64"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-bnx2" + "kmod-e1000e" + "kmod-e1000" + "kmod-forcedeth" + "kmod-igb" + "kmod-ixgbe" + "kmod-r8169" + ]; + image_prefix = "openwrt-21.02.0-x86-64-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-x86-64-generic-ext4-combined.img.gz"; + sha256 = "925358dbd2801f8a7d6aa7dbf438a8152d0b135246721f50da03f8ba0e1f1953"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-x86-64-generic-squashfs-combined.img.gz"; + sha256 = "c41212b58775686ad5ed38904c0798899e6b664e9856c48831f1efce85f09824"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-x86-64-generic-squashfs-rootfs.img.gz"; + sha256 = "82f1402a117e6bc3528b1ae6870babcfabdde092a823cd08549dfd092c416dee"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-x86-64-generic-ext4-rootfs.img.gz"; + sha256 = "4be55f809da54c93fb1e10fc74cf7b932ee2ce21065026040aaafa18c7422f7d"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-x86-64-generic-ext4-combined-efi.img.gz"; + sha256 = "a85ccb829f2310367787161609731bee30e21a66addaafad209133794171689f"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-x86-64-generic-squashfs-combined-efi.img.gz"; + sha256 = "bb5303dfe38ceb094d2acf907d3e668c693ddcee5389e070660832b64cda21d4"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/64"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "x86/64"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + generic = { + arch_packages = "i386_pentium4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-21.02.0-x86-generic-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-x86-generic-generic-squashfs-combined.img.gz"; + sha256 = "e168d402b4019bf65f84f802cd1220aa155639f3b721ca642cd933d8b3f159da"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-x86-generic-generic-ext4-combined-efi.img.gz"; + sha256 = "abd561de43c29bdd1aacae81fd63e4ce938ac0044be7ff98e160066605f6fdf1"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-x86-generic-generic-squashfs-combined-efi.img.gz"; + sha256 = "303200d3030af2c37c4b5533c0b6e1a344e1167b51c0a1032d29d7b4f030306c"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-x86-generic-generic-ext4-rootfs.img.gz"; + sha256 = "5ce370e539724cbab088d998d7b4261f4676501320ba2236b15927fe54a0678a"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-x86-generic-generic-ext4-combined.img.gz"; + sha256 = "2f7c87546dbf8dea37864138c12ea791c6080976b9d35fc6fe154a173e49ea0a"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-x86-generic-generic-squashfs-rootfs.img.gz"; + sha256 = "a771a6818fdcc9ca205a19dffcaa7ae4ee9c54cc4f596900e44e80980f9f6c2b"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "x86/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + geode = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-21.02.0-x86-geode-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-x86-geode-generic-squashfs-combined-efi.img.gz"; + sha256 = "3e71b4613159de4a4d3c3a01b2ea722d1b9b0b1b8f8a918a88be251af64d978d"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-x86-geode-generic-ext4-combined-efi.img.gz"; + sha256 = "5301c901284425faa570f87c684f57b009488df4f50d3218dd0fec1f9dba4fa5"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-x86-geode-generic-squashfs-rootfs.img.gz"; + sha256 = "43a0fdf021a0d1d200411da730c1f6cf38dd524884d0891bece3dbc86f87407a"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-x86-geode-generic-ext4-rootfs.img.gz"; + sha256 = "c731d8c55ab15ae3305efc956a8b7eda9e55e231730b729a03dcfa81771b37c6"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-x86-geode-generic-ext4-combined.img.gz"; + sha256 = "93ed22a95d29d20f4377011ee9ca4a2896d49ca280f1702e4e97a547e14b6a36"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-x86-geode-generic-squashfs-combined.img.gz"; + sha256 = "b1fbd8e724cadabf9a44929cd0c49afca5d597be6ca2cd651f01d6d7207762cb"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/Geode"; + } + ]; + }; + geos = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + "br2684ctl" + "flashrom" + "kmod-hwmon-lm90" + "kmod-mppe" + "kmod-pppoa" + "kmod-usb-ohci-pci" + "linux-atm" + "ppp-mod-pppoa" + "pppdump" + "pppstats" + "soloscli" + "tc" + ]; + image_prefix = "openwrt-21.02.0-x86-geode-geos"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-x86-geode-geos-squashfs-combined-efi.img.gz"; + sha256 = "b44db50e6c2bd55546a3dd24c3fa20a46aa387e4db41901ac54bcb8aaf986261"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-x86-geode-geos-squashfs-rootfs.img.gz"; + sha256 = "b96bb689ea8b1addd7d4d59cf1be9d30cb4bdc9d7b43e77cd57746a294cc8966"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-x86-geode-geos-ext4-combined-efi.img.gz"; + sha256 = "e7775ffbf75bb0b12c72f9b950bad3b4ed8169e69248b7989053e8ec92fd503c"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-x86-geode-geos-ext4-rootfs.img.gz"; + sha256 = "ffff0dfa8c61a6eef5314eb9e94c140dc4c43152264ce29922bfef7ea04e4775"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-x86-geode-geos-squashfs-combined.img.gz"; + sha256 = "e7892535c91b88ec42f42e6d61c4e5567798969414998c1cc7d2a0b66c3db45d"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-x86-geode-geos-ext4-combined.img.gz"; + sha256 = "b9792bc7af18315ff76e8edd672fc6ec44c9a8cb2474293c64ac03622b40549c"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Traverse Technologies Geos"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "x86/geode"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + legacy = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-21.02.0-x86-legacy-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.0-x86-legacy-generic-ext4-combined.img.gz"; + sha256 = "0a9e8abadf0f9a25c8f26b1a88312c9cda9832e0a35eba7e71974d8ea9c65119"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-x86-legacy-generic-ext4-rootfs.img.gz"; + sha256 = "dd2f94555940d7e9d8291484a11d3f190ccb51a22ffa637745fdc74c783eb19d"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-x86-legacy-generic-squashfs-combined.img.gz"; + sha256 = "1da3c936858071882903863584dee733828cc1be198dd98365772b731462ec53"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-x86-legacy-generic-squashfs-combined-efi.img.gz"; + sha256 = "56e49190c40f90f887d4e687ca68f5c9e06675a8e25af4136a1fbfc145c73564"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-x86-legacy-generic-squashfs-rootfs.img.gz"; + sha256 = "cd3a7ab8db0fcde0bed889e6e7d37580568242bc92ed556d849b17aa4d70c8d4"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.0-x86-legacy-generic-ext4-combined-efi.img.gz"; + sha256 = "dde6e2b60378cefda7a09a6f73af4cbcaff1d6e1ebaf7230c14b3dc32a0891cf"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/legacy"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "x86/legacy"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-msdos" + "kmod-ipt-offload" + "kmod-usb-storage" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "ccb392c25e730bc8025055caa8e536343d4cd5d3dd8950e3479449e44d64f260"; + type = "sdcard"; + } + ]; + supported_devices = [ + "avnet,zynq-zed" + ]; + titles = [ + { + model = "ZedBoard"; + vendor = "Avnet"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "7c0ca73835f0979d2a298c05cff2234959dbd6bb7b4ab20abea855197f7ae268"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo" + ]; + titles = [ + { + model = "Zybo"; + vendor = "Digilent"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.0-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "4628db450a9ca01d25567aaae307ef0569c8922b948e7108c835fdf562fb79ca"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo-z7" + ]; + titles = [ + { + model = "Zybo Z7"; + vendor = "Digilent"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-21.02.0-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.0-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "745b4fb617e747268cc62a0f44f183ddb252670f6e19c5d72d9b7286cea9538d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xlnx,zynq-zc702" + ]; + titles = [ + { + model = "ZC702"; + vendor = "Xilinx"; + } + ]; + }; + }; + source_date_epoch = "1630448408"; + target = "zynq/generic"; + version_code = "r16279-5cc0535800"; + version_number = "21.02.0"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/21.02.1.nix b/cached-profiles/21.02.1.nix new file mode 100644 index 00000000..a7562deb --- /dev/null +++ b/cached-profiles/21.02.1.nix @@ -0,0 +1,43846 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-i2c-core" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.1-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "be7c9d1ee155404ba6fb74675307be484105b39cf0cf03a183d2904957ce7335"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-apm821xx-nand-meraki_mr24-initramfs-kernel.bin"; + sha256 = "a3eaaad35f6b7128a6c367e731ad37221eacc2bd044cd7fb2fef3d017e39bf80"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + model = "MR24"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.1-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "9e56f322d72c52ad3cbf7c55b132d480b15b3f7f2196fdd341842982d7fb9c2c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-apm821xx-nand-meraki_mx60-initramfs-kernel.bin"; + sha256 = "8a7195b20f3cca9357a2786ce871f12fd3e75930114f4c045220c27aba4a719d"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mx60" + "mx60" + ]; + titles = [ + { + model = "MX60/MX60W"; + vendor = "Cisco Meraki"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.1-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "99794d3ac03330bb2a5f7fc737bf498416e4aabb55969d4bdb8934fc9b83e356"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "e89d1b477b67bd6070ea101c2fb9894e6a2ab52b8e1c9661fe1aa6d273dd35c3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-apm821xx-nand-netgear_wndap620-initramfs-kernel.bin"; + sha256 = "a3b2d8ef25c8c45b0d1ff462409b5f5609f6cc3b383c63cf7b56683951adeae1"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + model = "WNDAP620 (Premium Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.1-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "e838303204f40401d8316992b3f96dedde81f4dc98136ae2e0243c4492c946e9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "24072c249efaefc4f54c48ed17da594e52e8408e98609f9b1080a5ef3848d926"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-apm821xx-nand-netgear_wndap660-initramfs-kernel.bin"; + sha256 = "e17040525c294e732fc47d19a7fdf32b91e8e214a58a035d75ddb59d36996937"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + model = "WNDAP660 (Dual Radio Dual Band Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-hwmon-drivetemp" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.1-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "342d996e51d6cd769a2d3d9d14cce73314815876557ed55a593ff71bcd774a15"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "33353e805b3a5eea0fbd7e8203b882bc5d6ea3ffa2c469f93463f61883fbd553"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-apm821xx-nand-netgear_wndr4700-initramfs-kernel.bin"; + sha256 = "19d73a69763f88656fa4c8b1c15337af007def4710b5764d60f1327fa77c1e48"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + model = "Centria N900 WNDR4700/WNDR4720"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "apm821xx/nand"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "badblocks" + "base-files" + "block-mount" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "e2fsprogs" + "f2fsck" + "fdisk" + "fstools" + "kmod-dm" + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-md-mod" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mkf2fs" + "mtd" + "netifd" + "opkg" + "partx-utils" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "a730ae5c5b60a7d19d254d744de7eafe2b0f9b6f018da6a4099d7681ec3239ce"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "6f48aa4afe7debc4a529dcda55f5f12d9e9e6f9deef433ca5cda04ebbd0045d3"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "37299b65f5408e6c9cbe0986dab34fe63b8a829f77139397e7d85952dbcfee64"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "ec631f231c308a5dcf0ba557f39dc8f310e9d2fd36962bbd39d615beb89d42ec"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-apm821xx-sata-wd_mybooklive-initramfs-kernel.bin"; + sha256 = "6c3d6dcbc35b538d09e765dcca365bcb36ac5a91247fdb25d35b02b7064b57ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + model = "My Book Live Series (Single + Duo)"; + vendor = "Western Digital"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "apm821xx/sata"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + arc770 = { + generic = { + arch_packages = "arc_arc700"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-arc770-generic-nsim"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-arc770-generic-nsim-initramfs.elf"; + sha256 = "beac1df2689a9540b33b039ba715d02779f2b91946daacafd59d2e2c81ce342d"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim" + ]; + titles = [ + { + model = "nSIM"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "arc770/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + archs38 = { + generic = { + arch_packages = "arc_archs"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim_hs = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-archs38-generic-nsim_hs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-archs38-generic-nsim_hs-initramfs.elf"; + sha256 = "7d984cd117ff8712321211f1a5bf18f05bc6574e132450e552d4d057381ed048"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim,hs" + ]; + titles = [ + { + model = "nSIM HS"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "archs38/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-at91-udc" + "kmod-ipt-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + atmel_at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9263ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9263ek-squashfs-root.ubi"; + sha256 = "a66ed7a0dd20a727b0580c0806445db2a03f254aa4287216c53c4a59fa302766"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9263ek-ubifs-root.ubi"; + sha256 = "f7569b54f0ee86f3db9389068017cf3f234e5c5eca315de4e61968b827f22b90"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9263ek" + ]; + titles = [ + { + model = "AT91SAM9263-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9g15ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9g15ek-squashfs-root.ubi"; + sha256 = "a66ed7a0dd20a727b0580c0806445db2a03f254aa4287216c53c4a59fa302766"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9g15ek-ubifs-root.ubi"; + sha256 = "f7569b54f0ee86f3db9389068017cf3f234e5c5eca315de4e61968b827f22b90"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g15ek" + ]; + titles = [ + { + model = "AT91SAM9G15-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9g20ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9g20ek-squashfs-root.ubi"; + sha256 = "a66ed7a0dd20a727b0580c0806445db2a03f254aa4287216c53c4a59fa302766"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9g20ek-ubifs-root.ubi"; + sha256 = "f7569b54f0ee86f3db9389068017cf3f234e5c5eca315de4e61968b827f22b90"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek-2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9g20ek-2mmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9g20ek-2mmc-squashfs-root.ubi"; + sha256 = "a66ed7a0dd20a727b0580c0806445db2a03f254aa4287216c53c4a59fa302766"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9g20ek-2mmc-ubifs-root.ubi"; + sha256 = "f7569b54f0ee86f3db9389068017cf3f234e5c5eca315de4e61968b827f22b90"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek_2mmc" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + variant = "2MMC"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9g25ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9g25ek-squashfs-root.ubi"; + sha256 = "a66ed7a0dd20a727b0580c0806445db2a03f254aa4287216c53c4a59fa302766"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9g25ek-ubifs-root.ubi"; + sha256 = "f7569b54f0ee86f3db9389068017cf3f234e5c5eca315de4e61968b827f22b90"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g25ek" + ]; + titles = [ + { + model = "AT91SAM9G25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9g35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9g35ek-squashfs-root.ubi"; + sha256 = "a66ed7a0dd20a727b0580c0806445db2a03f254aa4287216c53c4a59fa302766"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9g35ek-ubifs-root.ubi"; + sha256 = "f7569b54f0ee86f3db9389068017cf3f234e5c5eca315de4e61968b827f22b90"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g35ek" + ]; + titles = [ + { + model = "AT91SAM9G35-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9m10g45ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "a66ed7a0dd20a727b0580c0806445db2a03f254aa4287216c53c4a59fa302766"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "f7569b54f0ee86f3db9389068017cf3f234e5c5eca315de4e61968b827f22b90"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9m10g45ek" + ]; + titles = [ + { + model = "AT91SAM9M10G45-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9x25ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9x25ek-squashfs-root.ubi"; + sha256 = "a66ed7a0dd20a727b0580c0806445db2a03f254aa4287216c53c4a59fa302766"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9x25ek-ext4-sdcard.img.gz"; + sha256 = "4cbc3cbf054fe07a97b4a50e888e4267af2cac64c62e7e1d2002022237a29664"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9x25ek-ubifs-root.ubi"; + sha256 = "f7569b54f0ee86f3db9389068017cf3f234e5c5eca315de4e61968b827f22b90"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x25ek" + ]; + titles = [ + { + model = "AT91SAM9X25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9x35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9x35ek-squashfs-root.ubi"; + sha256 = "a66ed7a0dd20a727b0580c0806445db2a03f254aa4287216c53c4a59fa302766"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9x35ek-ext4-sdcard.img.gz"; + sha256 = "429cc67a7a390ee12bf1f26038738e31baa86e6a6616f29de92eaf85ce9229ef"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-atmel_at91sam9x35ek-ubifs-root.ubi"; + sha256 = "f7569b54f0ee86f3db9389068017cf3f234e5c5eca315de4e61968b827f22b90"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x35ek" + ]; + titles = [ + { + model = "AT91SAM9X35-EK"; + vendor = "Atmel"; + } + ]; + }; + calamp_lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-calamp_lmu5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-calamp_lmu5000-squashfs-factory.bin"; + sha256 = "61975ad0d8e11f13fc2a52beb8af473dc6334955822f94402e54b0c06306bbb0"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-calamp_lmu5000-ubifs-factory.bin"; + sha256 = "4f8f5d57a2815ef9b7ef1ead6e70f1c1f2e57254d390709badec5fd044b6d333"; + type = "factory"; + } + ]; + supported_devices = [ + "calamp,lmu5000" + ]; + titles = [ + { + model = "LMU5000"; + vendor = "CalAmp"; + } + ]; + }; + calao_tny-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-calao_tny-a9260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-calao_tny-a9260-squashfs-factory.bin"; + sha256 = "599c2ed564a919ccf911beeb03fd9d0fab08cff50869b5090dac71bd47a5c2d1"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-calao_tny-a9260-ubifs-factory.bin"; + sha256 = "163ab318b6b3e46fb5fa136971e18b0738c995b1b5da74d264c7abc97ba2df46"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9260" + ]; + titles = [ + { + model = "TNY A9260"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-calao_tny-a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-calao_tny-a9263-squashfs-factory.bin"; + sha256 = "056af71640e5361f20d2c54feb8598ebc4c30547287f82f8306ff7dfd0f8b787"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-calao_tny-a9263-ubifs-factory.bin"; + sha256 = "7f21455f673e358a5950481bf9f5c171c1d3f94846619d14cc055985faa2d6d3"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,tny-a9263" + ]; + titles = [ + { + model = "TNY A9263"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-calao_tny-a9g20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-calao_tny-a9g20-squashfs-factory.bin"; + sha256 = "72017ec21e5dec12bae9539fc4eafc41b4acdf32a36b8b395624abe1f4916543"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-calao_tny-a9g20-ubifs-factory.bin"; + sha256 = "607b9db7acdad640925410a180e2bbe76966a14793e06d9cf9f16acb91d052d7"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9g20" + ]; + titles = [ + { + model = "TNY A9G20"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-calao_usb-a9260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-calao_usb-a9260-squashfs-factory.bin"; + sha256 = "df26e427d437cfa6240079c224f1e67dd0e4bfcf3273e0e3a73a2caed430143e"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-calao_usb-a9260-ubifs-factory.bin"; + sha256 = "281ce8536fd7893b84b486dae371a103a4896a8d6e093f018ab35165035f2c1a"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9260" + ]; + titles = [ + { + model = "USB A9260"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-calao_usb-a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-calao_usb-a9263-squashfs-factory.bin"; + sha256 = "620bbd5832f81f3be9e88aa5b917812a6d86ba7a2da9808fab26999aab750d97"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-calao_usb-a9263-ubifs-factory.bin"; + sha256 = "bbcb3b9a8075ccb3f973aff9f852a06b815fd7d530b0cd0de4c80718eb38b55f"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,usb-a9263" + ]; + titles = [ + { + model = "USB A9263"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-calao_usb-a9g20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-calao_usb-a9g20-squashfs-factory.bin"; + sha256 = "2c029f3286d5437112af7df4b220149496e8dea55d06cfc9ebc7baa2e7556403"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-calao_usb-a9g20-ubifs-factory.bin"; + sha256 = "bc17a7bd5067a77fe88fd4b2526c3177a586a2448b97e12d0c2135f093261967"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9g20" + ]; + titles = [ + { + model = "USB A9G20"; + vendor = "Calao"; + } + ]; + }; + egnite_ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-egnite_ethernut5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-egnite_ethernut5-squashfs-root.ubi"; + sha256 = "26a22ceacab153bb90552968190e70fdc7bbc484bcef9f269f2e7f106526c98e"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-egnite_ethernut5-ubifs-root.ubi"; + sha256 = "34eac1f33b0313126f18f6226607f31fda1637da3b2a5c9169da3169f6fea973"; + type = "root"; + } + ]; + supported_devices = [ + "egnite,ethernut5" + ]; + titles = [ + { + model = "Ethernut 5"; + vendor = "egnite"; + } + ]; + }; + laird_wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-21.02.1-at91-sam9x-laird_wb45n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sam9x-laird_wb45n-squashfs-root.ubi"; + sha256 = "3905a88995e6ece661690ef8e83f80975175632874402c0c582032becbcd24b8"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sam9x-laird_wb45n-ubifs-root.ubi"; + sha256 = "ba83cd357c459c54e5bca3bf8fd63a5f99c39472510c214c80f7471fb9d52de9"; + type = "root"; + } + ]; + supported_devices = [ + "laird,wb45n" + ]; + titles = [ + { + model = "WB45N"; + vendor = "Laird"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "at91/sam9x"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-at91-udc" + "kmod-ipt-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama5d2-ptc-ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sama5-microchip_sama5d2-ptc-ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-at91-sama5-microchip_sama5d2-ptc-ek-ext4-sdcard.img.gz"; + sha256 = "84738b2721697bdbf647360f4467ee52f1a52812b91909a30f61d6266a016468"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sama5-microchip_sama5d2-ptc-ek-squashfs-root.ubi"; + sha256 = "4fd353e42dc798c0ef49f36e41ca805267bc85755418cca61af311b1abb5d6b0"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sama5-microchip_sama5d2-ptc-ek-ubifs-root.ubi"; + sha256 = "51e9d47efb6607891106700d0758923ac5c7b223ddbc4f5f025ecebc35979373"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-ptc_ek" + ]; + titles = [ + { + model = "SAMA5D2 PTC Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sama5-microchip_sama5d2-xplained"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-at91-sama5-microchip_sama5d2-xplained-ext4-sdcard.img.gz"; + sha256 = "1bd7885bc2e84095e16fd4366365972f0880ce66a5dbae494a28e3fdf654efdc"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sama5-microchip_sama5d2-xplained-squashfs-root.ubi"; + sha256 = "4fd353e42dc798c0ef49f36e41ca805267bc85755418cca61af311b1abb5d6b0"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sama5-microchip_sama5d2-xplained-ubifs-root.ubi"; + sha256 = "51e9d47efb6607891106700d0758923ac5c7b223ddbc4f5f025ecebc35979373"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-xplained" + ]; + titles = [ + { + model = "SAMA5D2 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-som1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sama5-microchip_sama5d27-som1-ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-at91-sama5-microchip_sama5d27-som1-ek-ext4-sdcard.img.gz"; + sha256 = "5b2b7b77e598e06784ccfd0a5b2d2a2e8900de96b649a38f98026807b00db9b4"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sama5-microchip_sama5d27-som1-ek-squashfs-root.ubi"; + sha256 = "4fd353e42dc798c0ef49f36e41ca805267bc85755418cca61af311b1abb5d6b0"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sama5-microchip_sama5d27-som1-ek-ubifs-root.ubi"; + sha256 = "51e9d47efb6607891106700d0758923ac5c7b223ddbc4f5f025ecebc35979373"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d27-som1-ek" + ]; + titles = [ + { + model = "SAMA5D27 SOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d3-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sama5-microchip_sama5d3-xplained"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-at91-sama5-microchip_sama5d3-xplained-ext4-sdcard.img.gz"; + sha256 = "36792af4d6a98f047b26c51b78e2e80c8f6a271adb31c8817a83d2a032d4af7f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sama5-microchip_sama5d3-xplained-squashfs-root.ubi"; + sha256 = "4fd353e42dc798c0ef49f36e41ca805267bc85755418cca61af311b1abb5d6b0"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sama5-microchip_sama5d3-xplained-ubifs-root.ubi"; + sha256 = "51e9d47efb6607891106700d0758923ac5c7b223ddbc4f5f025ecebc35979373"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d3-xplained" + ]; + titles = [ + { + model = "SAMA5D3 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d4-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-at91-sama5-microchip_sama5d4-xplained"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-at91-sama5-microchip_sama5d4-xplained-ext4-sdcard.img.gz"; + sha256 = "e4405041f2f8a3e275e5056394c7e4afb0e146c63d21a5922aef2d66e7f87f5d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-at91-sama5-microchip_sama5d4-xplained-squashfs-root.ubi"; + sha256 = "5d4e28536fe482d80538e492885c14309e11a842259774981ab5baa78819d922"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-at91-sama5-microchip_sama5d4-xplained-ubifs-root.ubi"; + sha256 = "1dbe4bed792195d6e158badf1f8f82958d9f9419700e9b9bbfd3cea1f2d4fbcf"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d4-xplained" + ]; + titles = [ + { + model = "SAMA5D4 Xplained"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "at91/sama5"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath5k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath25-generic-kernel.lzma"; + sha256 = "ec885d18ef17185887049cf02e0ef6a90e03d3fa2cf1d9afba2388febd0ef749"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath25-generic-kernel.gz"; + sha256 = "a0fc83e7fd9d6ef5e1b24af38d7030ea6abd974d835e270754f2733fde6f8563"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "b39f27544c7fb14b843c8fed69357a1e750ae33d2bbdc4c57bb2460c00f475c6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath25-generic-squashfs-rootfs.bin"; + sha256 = "bad391bab3bc20f079c578c4387cd58acb5eeae0879735a2afd53318cf0accb1"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath25-generic-kernel.elf"; + sha256 = "fdb88847ed6e76703b54d59f19823252a391a289631db30704c11c02db0edaa1"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Generic AR2xxx board"; + vendor = "Atheros"; + } + ]; + }; + ubnt_picostation-2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath25-ubnt_picostation-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath25-ubnt_picostation-2-squashfs-sysupgrade.bin"; + sha256 = "d3f57cb481414a066f272adbc7d21429494e17362111747f343a46f6927fd005"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-2" + ]; + titles = [ + { + model = "Picostation 2 (XS2-8)"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "ath25/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "db4d986ba2b719e6b601133c30d35af5630192c0fbbed673429121a3b0da31af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-8dev_carambola2-initramfs-kernel.bin"; + sha256 = "33fac06fe94df658ba70e5e372eba3bb48f2abe62293b3933a0926e4f144a174"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + model = "Carambola2"; + vendor = "8devices"; + } + ]; + }; + "8dev_lima" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-8dev_lima"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-8dev_lima-squashfs-sysupgrade.bin"; + sha256 = "1bd40b72aaf144c19951195897c295651b827e0ed49913cd3cca34b722bf0693"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-8dev_lima-initramfs-kernel.bin"; + sha256 = "219cbb081759a5dcd035dd24800c5772a90f30385dcc17de8d7fc3740fcf24b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,lima" + "lima" + ]; + titles = [ + { + model = "Lima"; + vendor = "8devices"; + } + ]; + }; + adtran_bsap1800-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-adtran_bsap1800-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-adtran_bsap1800-v2-squashfs-sysupgrade.bin"; + sha256 = "e8f5729a7b4949e986842a88e1bb7c700e1699b52066313edf6c76370f404e16"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-adtran_bsap1800-v2-squashfs-rootfs.bin"; + sha256 = "f67ff0654d4cb1bc4771749c60974cd6e73383faf9560c8262f1b6dd8f3647d2"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-adtran_bsap1800-v2-squashfs-kernel.bin"; + sha256 = "f6f0d75523eb35c3716156cf47aba0c63dc253233a33de1c256dd1693234199a"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-adtran_bsap1800-v2-initramfs-kernel.bin"; + sha256 = "56739eb2964cd75fad69ec047903509ca54e5f323de6f3f5adab05024cee2d8e"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1800-v2" + ]; + titles = [ + { + model = "BSAP-1800"; + variant = "v2"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + adtran_bsap1840 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-adtran_bsap1840"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-adtran_bsap1840-squashfs-sysupgrade.bin"; + sha256 = "22bac27834e07b6c9d3c0185a08faba606750f1054facee5eee82445c562eb33"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-adtran_bsap1840-squashfs-rootfs.bin"; + sha256 = "f67ff0654d4cb1bc4771749c60974cd6e73383faf9560c8262f1b6dd8f3647d2"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-adtran_bsap1840-squashfs-kernel.bin"; + sha256 = "ce717aa0b18f7a2bddc00c90f21dfb42271876e099b55bfbf77d7f798edd5831"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-adtran_bsap1840-initramfs-kernel.bin"; + sha256 = "855870d4f91670a30454f1dec07d2aa1ee35c6915a35d9580833c6bede54c9de"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1840" + ]; + titles = [ + { + model = "BSAP-1840"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + airtight_c-75 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-airtight_c-75"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-airtight_c-75-squashfs-sysupgrade.bin"; + sha256 = "cf6710ee5c3d9ca72b6e6d91629b4b891f0fb1fefb36e738ba653ef2b91704b2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-airtight_c-75-initramfs-kernel.bin"; + sha256 = "bdc3bce218b0f5b823dec81b4c83587e5c03294a97494906972eb2d0fae78f1b"; + type = "kernel"; + } + ]; + supported_devices = [ + "airtight,c-75" + ]; + titles = [ + { + model = "C-75"; + vendor = "AirTight Networks"; + } + { + model = "C-75"; + vendor = "Mojo Networks"; + } + { + model = "AP320"; + vendor = "WatchGuard"; + } + ]; + }; + alfa-network_ap121f = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-alfa-network_ap121f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-alfa-network_ap121f-squashfs-sysupgrade.bin"; + sha256 = "1e989f2e73b6b8ca3eb094fbac81b504d5525ed11945dcfbf932324ba7bf6738"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-alfa-network_ap121f-initramfs-kernel.bin"; + sha256 = "960f4239327c8c55e5dba88c1ca0f14786fe306f9e00de2735ae6c3708ef18c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121f" + "ap121f" + ]; + titles = [ + { + model = "AP121F"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_ap121fe = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-gadget-eth" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-alfa-network_ap121fe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-alfa-network_ap121fe-squashfs-sysupgrade.bin"; + sha256 = "e4430f67b56004d692d51b502c48f3a8fe6674b403a9299b5ac984a5e2cf6da9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-alfa-network_ap121fe-initramfs-kernel.bin"; + sha256 = "37e0cceaa243e618e0cd94ba1740fea8d7b255b61f0362cb41fe0082a130a104"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121fe" + ]; + titles = [ + { + model = "AP121FE"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n2q = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-gpio-pcf857x" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-alfa-network_n2q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-alfa-network_n2q-squashfs-sysupgrade.bin"; + sha256 = "52c7cda24dab3c0afb32be02d17e81208695398e49247cd006a804a784ee333e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-alfa-network_n2q-initramfs-kernel.bin"; + sha256 = "ca6d43ff91ac0d0a13e419566dd86e621cb14443468bfcf5141e268184305aa5"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n2q" + ]; + titles = [ + { + model = "N2Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n5q = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-alfa-network_n5q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-alfa-network_n5q-squashfs-sysupgrade.bin"; + sha256 = "f873af5ae1b65437711d883bdf0240e830ba3645d8b1cf4d66a30e6336bdd4bb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-alfa-network_n5q-initramfs-kernel.bin"; + sha256 = "60c593f827e3ba017d41c13c21821a2b7763ea2724ff8eb11967fc914acf2605"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n5q" + "n5q" + ]; + titles = [ + { + model = "N5Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_pi-wifi4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-alfa-network_pi-wifi4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-alfa-network_pi-wifi4-squashfs-sysupgrade.bin"; + sha256 = "df78417a68a13ccd0d1cd8aa0a70ccdcaef69010b13106996579b0b5ed66976e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-alfa-network_pi-wifi4-initramfs-kernel.bin"; + sha256 = "cd3fb52e0d4dee229cbe69ec9052bea3518c998038eaea14b8f518cf41b9bfb8"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,pi-wifi4" + ]; + titles = [ + { + model = "Pi-WiFi4"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-alfa-network_r36a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-alfa-network_r36a-squashfs-sysupgrade.bin"; + sha256 = "8e037a7d6b7d05815a1489a4e6c309eb7eedeb58aa8a2008830324c2111a65cc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-alfa-network_r36a-initramfs-kernel.bin"; + sha256 = "032cd2f2c8d7b98e72d6742731569155c2ae227562312ab0303aa4bc41adcdb5"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36a" + "r36a" + ]; + titles = [ + { + model = "R36A"; + vendor = "ALFA Network"; + } + ]; + }; + allnet_all-wap02860ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-allnet_all-wap02860ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-allnet_all-wap02860ac-squashfs-factory.bin"; + sha256 = "bad5fb119fa3afaa57e687fe10cd01993ea75466666154a6a591aa16db07acdf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-allnet_all-wap02860ac-squashfs-sysupgrade.bin"; + sha256 = "82d0564817f15a27a1ca9cc7186eabae10c6d32adc0156107e80aae81ec39d0e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-allnet_all-wap02860ac-initramfs-kernel.bin"; + sha256 = "1e5c5cd79d351d9bfde5612e7fbdbe2dce397c9febe52ed8e91d4245bf094157"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all-wap02860ac" + ]; + titles = [ + { + model = "ALL-WAP02860AC"; + vendor = "ALLNET"; + } + ]; + }; + arduino_yun = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "block-mount" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-arduino_yun"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-arduino_yun-squashfs-sysupgrade.bin"; + sha256 = "79170e41a8c860a480cd471876105f8ffce33c9db6ea4f47e16c50d64952f0fd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-arduino_yun-initramfs-kernel.bin"; + sha256 = "13689b031a828143627ab0d870cbb75914a68bfd161487a7d389ef78cd5f79d8"; + type = "kernel"; + } + ]; + supported_devices = [ + "arduino,yun" + "arduino-yun" + ]; + titles = [ + { + model = "Yun"; + vendor = "Arduino"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "3c6682cbe1242e7ed65c19e541c703bc2fccca55bcff671dbac065577b17fa9a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-aruba_ap-105-initramfs-kernel.bin"; + sha256 = "823078fa62847019f605c53f0496d4379b68bdec6221b1629d9f31024264747b"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + model = "AP-105"; + vendor = "Aruba"; + } + ]; + }; + avm_fritz1750e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-avm_fritz1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin"; + sha256 = "2714ed39c48896d2f8b5794f262b1404ffb0ff8196e251374004975e25a11c1d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-avm_fritz1750e-initramfs-kernel.bin"; + sha256 = "3ec9506360a9a99b4f1dba6c6235c0eb8bdf7285cdf7c6bdda6e1e8e2947c93f"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz1750e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 1750E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "9084cb38ebdee28c108138f66732d69bf6441e475b4579f2cfe3aeb0450f7351"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-avm_fritz300e-initramfs-kernel.bin"; + sha256 = "ef99c4f17b47ac42978da81e57b870de81b84e32ad61e71a7db2a161650d359e"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 300E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "a5501366d036909f85708a942e624236d6ec449ce7161571cf0ab0eee1f4f3c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-avm_fritz4020-initramfs-kernel.bin"; + sha256 = "50bddded073e7bfb88eda35d97e2627e7aaf8a19899b838917aba15b365349f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + model = "FRITZ!Box 4020"; + vendor = "AVM"; + } + ]; + }; + avm_fritz450e = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-avm_fritz450e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-avm_fritz450e-squashfs-sysupgrade.bin"; + sha256 = "4b37b0368ff023cb85e8b8b577a55a234819115596dadbd38008a9ffca9f3779"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-avm_fritz450e-initramfs-kernel.bin"; + sha256 = "0863a189fc0763bbba3eefb939990865279ce82360c112c0348af465c22657a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz450e" + "fritz450e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 450E"; + vendor = "AVM"; + } + ]; + }; + avm_fritzdvbc = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-avm_fritzdvbc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-avm_fritzdvbc-squashfs-sysupgrade.bin"; + sha256 = "9c8084263b7e4e160e3a47b84ff58a309734c0ef381b2c93847f94f8886f5adb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-avm_fritzdvbc-initramfs-kernel.bin"; + sha256 = "c7be29d13b385025275f86db09700a936e97fc2cd368fdb71d6aa3d0da744e96"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzdvbc" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater DVB-C"; + vendor = "AVM"; + } + ]; + }; + belkin_f9j1108-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-belkin_f9j1108-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-belkin_f9j1108-v2-squashfs-factory.bin"; + sha256 = "59cf37dffaa8e8b860a9b6440985c99c6b72506c4bc0d23bb74848cacf825978"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-belkin_f9j1108-v2-squashfs-sysupgrade.bin"; + sha256 = "41dc7cef9f1e610f5702ca9de181392f3cb80cada55e0510762db164cad2e4a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-belkin_f9j1108-v2-initramfs-kernel.bin"; + sha256 = "ad7fa9365a4783fb3979e397afe58a90a5dc4b39b3c735bdc6e55f66d17a9812"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f9j1108-v2" + ]; + titles = [ + { + model = "F9J1108 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + belkin_f9k1115-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-belkin_f9k1115-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-belkin_f9k1115-v2-squashfs-factory.bin"; + sha256 = "ce6680bf99d07e6fae95cf20121201e4cae030348f34b4a6367ce9df57122516"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-belkin_f9k1115-v2-squashfs-sysupgrade.bin"; + sha256 = "59f694bef57b4d4f4d48dda3a0f2d32c4d421e15f40e410ce2ab6713eec98557"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-belkin_f9k1115-v2-initramfs-kernel.bin"; + sha256 = "5a9ab8a1c3a055a118fecdcbba65daf498820914f971676ebd3b1bfd546c0a5b"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f9k1115-v2" + ]; + titles = [ + { + model = "F9K1115 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "da49b44efdf2aa6c87b8923583561d7aa275b6834cd92f547984b7f532d24259"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "2191e01f332920fe4506229fa88ce94c0e3dcfd49e2b4dc785dd24ee7c6987c4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "f652eac74f88d9186de11229d2307a4dee1d689f2e4b2576a0b5a94a31b853a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_bhr-4grv-initramfs-kernel.bin"; + sha256 = "c1788651507486527705bb43ce4a0d87d7462d81ab1c323d06ae8b688509d90a"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "BHR-4GRV"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "24ff982b8b52bc7283ef1ea1474b0c8b92cf18565e03811bf188d88d283c2a7c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_bhr-4grv2-initramfs-kernel.bin"; + sha256 = "1f84c4f6612c1f122e0b1d5d1948fafdcf60bdc82c39e68d24d2e8ad0e3b2de2"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + model = "BHR-4GRV2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-buffalo_wzr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-600dhp-squashfs-tftp.bin"; + sha256 = "1539f1cd7d5c3f2932de0f3ce8faab0ad69fb6cab5dea4efabbf1d31d0b8e770"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-600dhp-squashfs-factory.bin"; + sha256 = "594f2f1f8d4eee903e5498b48415f82ae72869a25a046139ccb1436aa8acb572"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "5b11214080614976a5d2084012020cbcb6893e8d81d4a625a7c7d540e1dd4c30"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-600dhp-initramfs-kernel.bin"; + sha256 = "3927b2aab38ad1de91f1945ccb2156a2879434fd20769f7160163e4c7ae000e1"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "3a001adf71f887c0573abd2765c92971e7a29d0403f6b141c34131a819151f4d"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "f119ca5b1c2bfcbe19341745c4904a86e557469df1210e2b4bfab64cf58674b6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "e92a8efd4863577309b581a341b73f30d3b7e8604358011f35d21af6e35510f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-ag300h-initramfs-kernel.bin"; + sha256 = "80e066fa765c803dc6980f51ed62b3fa44586cecca8bc4e4b186997c6b6e1afe"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-HP-AG300H"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-rb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-gpio-nxp-74hc153" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g300nh-rb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-tftp.bin"; + sha256 = "4d34cedf4b80cffe81f5ff7e48e7c4ddd4e29b9150a2c114f0da995046f2d4fd"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-factory.bin"; + sha256 = "d62c920da0eaa4b2fbdfdb5c8164b6912de6b7ab3b19fcfcd313647d2ca03810"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-sysupgrade.bin"; + sha256 = "f553782b2515ca24187b9269515e4c4d2e10223f2aa5459e7acd6623bd89a778"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g300nh-rb-initramfs-kernel.bin"; + sha256 = "0fd21da213e05e5325fd4d936afba81fa0b64a046848c6b2044f45746af49f37"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-rb" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366RB switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-s = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-gpio-nxp-74hc153" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g300nh-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-tftp.bin"; + sha256 = "a548282dadfbe5cf4c6457a82e0c70e1cd415e44668243a833b302acfdc1eba4"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-factory.bin"; + sha256 = "25b70a6b605181fc0b63bd5698a488425f162064b9b6e5aa89e62f6c2eb8a3da"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-sysupgrade.bin"; + sha256 = "9b155d527b0bd2f9f62c990e51c81bbef75e1457c07a0682efd0295305551bff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g300nh-s-initramfs-kernel.bin"; + sha256 = "7efe4f9cd1507f8c078ee1c5b2c80836936fb8546334386a27fcf22f5a6ff397"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-s" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366S switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "a98776b67cf95019b903bd71aca17cdc5f960cd9ce089124da0add8e11984b17"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "9b01ba4d004362cc8fce4cead39075aa842dad44b6a2b0ddff331576df7335c0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "72dac4564eef278c85e9dbb496dd3029f8360f8b91abe1398e50091e47f668cc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g302h-a1a0-initramfs-kernel.bin"; + sha256 = "6332ec9cf23209a550c59d089bfc64a3b66645081d915ae043e6abb445dab6be"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + model = "WZR-HP-G302H"; + variant = "A1A0"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "b6e3d3ea78f86282f028c566a0f76e3b574771b16b09ce4e30854ec857df43ca"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "db06d3fb164a640fb05ec2c12d5403a8973e65957e706a8eccfe2184f0dd0cac"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "0f8e695b44e505b9079454dbbb83fce754f1a2c4d7d948a76a9212596e0e959e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-buffalo_wzr-hp-g450h-initramfs-kernel.bin"; + sha256 = "797dce0e2bce29ceca84965882afc478d20016428cd067d522c32285c0a7e34f"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "WZR-HP-G450H/WZR-450HP"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "35dff221e68c3e1fc846858ff2a91332324c404eea8182454d3258a3c742e488"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-e110n-v2-initramfs-kernel.bin"; + sha256 = "03fac26adf3e7a840f3ceca8bb55b7513717f2a228f5873cb8d4603503ef6a9a"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + model = "CF-E110N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "1ba3170a6f61e2fbfbd3018bc55b6ee81bc0cea7e0484a37e828fa2504a87ffa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-e120a-v3-initramfs-kernel.bin"; + sha256 = "671c9b31f4a5eb4f5ceacb4ede8141ce4567b81a496c614ad38203fc18b84aad"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + model = "CF-E120A"; + variant = "v3"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e130n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-comfast_cf-e130n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-e130n-v2-squashfs-sysupgrade.bin"; + sha256 = "c143455bfe85c11114878598c5eaad9aa5d116f75785bd8561febfdfbe96d5f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-e130n-v2-initramfs-kernel.bin"; + sha256 = "a543972de2585d516a0ba6a2dc4e60a2e2fd883d60e8d4a1d63274c12eee95cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e130n-v2" + ]; + titles = [ + { + model = "CF-E130N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e313ac = { + device_packages = [ + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-comfast_cf-e313ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-e313ac-squashfs-sysupgrade.bin"; + sha256 = "fae8e6d454bb0a5920c010680a660c33bbcb90ed8c224a9bd445c1eaa6c60898"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-e313ac-initramfs-kernel.bin"; + sha256 = "9ba1991239551842948d071930489bf1566f288f56d62d4b042f0d2975ac4939"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e313ac" + ]; + titles = [ + { + model = "CF-E313AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e314n-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-comfast_cf-e314n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-e314n-v2-squashfs-sysupgrade.bin"; + sha256 = "3e6ee799e68153966377d8a0e0f92b0660f18f353604515562198315aaf5b815"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-e314n-v2-initramfs-kernel.bin"; + sha256 = "9a7dedb109b0f3d1680e403c5be050c940749a6c1428b17f13dfe5b1baf05ed0"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e314n-v2" + ]; + titles = [ + { + model = "CF-E314N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "e175d2b5a66e5c5d060fe088bb06269538cb5d43b4837532c2b131b95214fa8f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-e5-initramfs-kernel.bin"; + sha256 = "85457455ba0602733b5a3d82831a7e814ad6fdc60d54d7e4fe7d912e6a5157e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + model = "CF-E5/E7"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e560ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-comfast_cf-e560ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-e560ac-squashfs-sysupgrade.bin"; + sha256 = "77bac6ac7a3f64cdba6fe337c91f662b288b893239f819c09dc12cc75104371d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-e560ac-initramfs-kernel.bin"; + sha256 = "4c320cd225b81a7b91046d68164ec57c8f6ae7b006867ed27263eb43c3b88b33"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e560ac" + ]; + titles = [ + { + model = "CF-E560AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-ew72 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-comfast_cf-ew72"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-ew72-squashfs-sysupgrade.bin"; + sha256 = "c3e421deb90350c71a208a3f8122d5f337f9f2c76ca33ba20ef16f9034a99e12"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-ew72-initramfs-kernel.bin"; + sha256 = "6ae5ea4d50161d82d602a0c60bd6a6d33bba6f8e523f02463152975c765c4252"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-ew72" + ]; + titles = [ + { + model = "CF-EW72"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-comfast_cf-wr650ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-wr650ac-v1-squashfs-sysupgrade.bin"; + sha256 = "0a44a2f7d9d68f0df2480cb20f9636523212548db365a02fcc3b152a97024b62"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-wr650ac-v1-initramfs-kernel.bin"; + sha256 = "6e43a5a99c2c59e79206e5acb9974aa05a6ab31259651888a482fa318aff389c"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v1" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-comfast_cf-wr650ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-wr650ac-v2-squashfs-sysupgrade.bin"; + sha256 = "4186e83fe95f53025bf901f9473feeb6590272a735ecf1cb282c248223f8a400"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-wr650ac-v2-initramfs-kernel.bin"; + sha256 = "2bde3f76c7b6b12c95ca04cdd2dd4389b12e9209399ba8f57dabd7fb5a2617b3"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v2" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr752ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-comfast_cf-wr752ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-wr752ac-v1-squashfs-sysupgrade.bin"; + sha256 = "be2e8f1cf3d12cd76bcfa2564ceb073183fd8d6ebe08a34dd0d542325f36235e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-comfast_cf-wr752ac-v1-initramfs-kernel.bin"; + sha256 = "5b407324c2801126e5712732aaa77edaa7e8fa90914012940485a1668ddbb24b"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr752ac-v1" + ]; + titles = [ + { + model = "CF-WR752AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + compex_wpj344-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-compex_wpj344-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-compex_wpj344-16m-squashfs-cpximg-6a08.bin"; + sha256 = "bd87a70f88ed878e599fdf4ae72b02130b3ffafb41a228c91ce2aad48db9580c"; + type = "cpximg-6a08"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-compex_wpj344-16m-squashfs-sysupgrade.bin"; + sha256 = "d294639ec386928eefea8b20cb57bcd4f22985162fc9a08860ae9a15cebe4312"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-compex_wpj344-16m-initramfs-kernel.bin"; + sha256 = "145fdc0c9dfa32fe0e454e45f7935219d553d3b3ffaedd174da5d15903719920"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj344-16m" + "wpj344" + ]; + titles = [ + { + model = "WPJ344"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj531-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-compex_wpj531-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a07.bin"; + sha256 = "902b2a181275ec114f22af45462d465e096904aa996cb6e62b83fd1572642398"; + type = "cpximg-7a07"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a06.bin"; + sha256 = "902b2a181275ec114f22af45462d465e096904aa996cb6e62b83fd1572642398"; + type = "cpximg-7a06"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a04.bin"; + sha256 = "902b2a181275ec114f22af45462d465e096904aa996cb6e62b83fd1572642398"; + type = "cpximg-7a04"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-compex_wpj531-16m-squashfs-sysupgrade.bin"; + sha256 = "6c0d60886d73c7c07794417267378c6eb9e1068a81b00f6deae2877b37052c49"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a03.bin"; + sha256 = "0b593203819fe239bd523f79578a7e9be429e1203681b2fc792783d19eee75d9"; + type = "cpximg-7a03"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-compex_wpj531-16m-initramfs-kernel.bin"; + sha256 = "023badd924875360b8f2ffe1d8044e9001f175fe3d185d1180e47ab3fff93ec2"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj531-16m" + "wpj531" + ]; + titles = [ + { + model = "WPJ531"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj563 = { + device_packages = [ + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-compex_wpj563"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-compex_wpj563-squashfs-cpximg-7a02.bin"; + sha256 = "e7f133855fcc90b2242f208ee40bf19427645c72da82a9ad607b5ed307c85248"; + type = "cpximg-7a02"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-compex_wpj563-squashfs-sysupgrade.bin"; + sha256 = "d47ed1bbb2aa294e1b10b75119d9964dd51f3f8bd2a0e09ee6136ebd375dc675"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-compex_wpj563-initramfs-kernel.bin"; + sha256 = "fa26b40ce64794a714458054b2905f8057d1cfe1eb9250902ed6cfb105935ee2"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj563" + "wpj563" + ]; + titles = [ + { + model = "WPJ563"; + vendor = "Compex"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "f67ae0e4730be00682fc14eaf3234b62fa37f23d83dcce03640b6a7de9ce3246"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-devolo_dvl1200e-initramfs-kernel.bin"; + sha256 = "9438eee3040f45f0e4400e6b93aa5d5af7ecf787bb12310ed68c5ac089c4f950"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + model = "WiFi pro 1200e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "8ff4c8faaf5079ba2450017d27ffeb4ff49a8e940a8b217f566b8fb47c7ffd88"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-devolo_dvl1200i-initramfs-kernel.bin"; + sha256 = "5fdfed6fbc46b223884b64f72022cd25928b02484c68ba1a293adbc3b75638bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + model = "WiFi pro 1200i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "291def4565621a30177c6f4a843a7cb7f8369298019c8b187aa2f7c72919aa8d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-devolo_dvl1750c-initramfs-kernel.bin"; + sha256 = "70fe82b4a729fee0a8b4d823fcd1df784eb6f6c1a2c350a54e8f71b366aab778"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + model = "WiFi pro 1750c"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "31e0f92021485e0f02ce507acbe8f64642ad7fe8da8672cb01347be9b5c44306"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-devolo_dvl1750e-initramfs-kernel.bin"; + sha256 = "ce32a516f7173151236b550a2947a0e6cf2317c69cf57bfff2781c5a68616c19"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + model = "WiFi pro 1750e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "a2c1d7c4b6ccda18fca29193e6cf525ea8681207655322a9f34f8f05dd95032a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-devolo_dvl1750i-initramfs-kernel.bin"; + sha256 = "58c16c741f3794b6386c93a8ae6ab539ba4ad1f0d587e42937227929f5c8185c"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + model = "WiFi pro 1750i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "ef8c535d78dd7f7aec1332c82b7b0e9a8c30aabe839986ea987bd12112e3bce1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-devolo_dvl1750x-initramfs-kernel.bin"; + sha256 = "3bd2ffb732d616022ba755d466738160588a425d997328887b508fd7daae69fe"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + model = "WiFi pro 1750x"; + vendor = "devolo"; + } + ]; + }; + devolo_magic-2-wifi = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-devolo_magic-2-wifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-devolo_magic-2-wifi-squashfs-sysupgrade.bin"; + sha256 = "1ceb7da52cec0fe4bf3c2bf7c99338b437746ad862a1be65facc5ea5023b8a2d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-devolo_magic-2-wifi-initramfs-kernel.bin"; + sha256 = "03132c092caced8650d046bb26c89511a820d987a90598ea69f6c32e2a381ca5"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi" + ]; + titles = [ + { + model = "Magic 2 WiFi"; + vendor = "Devolo"; + } + ]; + }; + dlink_dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dap-1330-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-1330-a1-squashfs-factory.bin"; + sha256 = "3acad6595ed01cc23ef21599351c245ca372e986a32cce8af8b606fc293f1ea1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "46abdecf694b063f946983d9bdf3f191036436641d5d2df3f735f8bcf6d55406"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-1330-a1-initramfs-kernel.bin"; + sha256 = "dc5b40c4c9817fbb90fbc35e4cdbfe40861f0ff3c5578eb9a6c7b883e0731660"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-1330-a1" + "dap-1330-a1" + ]; + titles = [ + { + model = "DAP-1330"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-1365-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dap-1365-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-1365-a1-squashfs-factory.bin"; + sha256 = "9f44ee63f90efde393718439de67d44ee654a25b9c8222f60eb1a49e1de5fdf0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-1365-a1-squashfs-sysupgrade.bin"; + sha256 = "6e9958253a136fb1452292a7a80331fa3a70587d53326ffc92dd6d5042dfc2c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-1365-a1-initramfs-kernel.bin"; + sha256 = "ca5907860d17f364d3cabc2a20c34bf0292cc046918091821b1a331d40afb9d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-1365-a1" + ]; + titles = [ + { + model = "DAP-1365"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2230-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dap-2230-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-2230-a1-squashfs-sysupgrade.bin"; + sha256 = "53a0c50e93c935e4d3b3cf180a0ecb51dadfa5f113357db085800d03bda176c5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-2230-a1-squashfs-factory.img"; + sha256 = "2729a1b479763b51b26364bd6884022b5b161760e40ca961c8378ee0978d225c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-2230-a1-initramfs-kernel.bin"; + sha256 = "595f4038ef8213319808e24259d814b90c0216c8e8ef40355edc885590ccf30c"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2230-a1" + ]; + titles = [ + { + model = "DAP-2230"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2660-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dap-2660-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-2660-a1-squashfs-factory.img"; + sha256 = "5b1dd645874580c29656e2fc17831c8cbcb27878f22e4093cb0a8a56633d295c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "26418c13bd04079e32f02ecc8929fc4c77ece6ec0bd60507d559c3007ba781fa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-2660-a1-initramfs-kernel.bin"; + sha256 = "6a41050d16a37d0cedfb422cf6f3c4764d7ce3e412f89efc02817a35020422d8"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2660-a1" + ]; + titles = [ + { + model = "DAP-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2680-a1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dap-2680-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-2680-a1-squashfs-factory.img"; + sha256 = "b96f4a22e68561a383fbb1f8ef17486c61e3c6c5c2b0ce7aaf9115ae17acc4a1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-2680-a1-squashfs-sysupgrade.bin"; + sha256 = "f9bb11f1ce7b021002eb884922bbabbe59bebc5f61c13e26e91fd5f70f4a476d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-2680-a1-initramfs-kernel.bin"; + sha256 = "0c2e9ac0a9b0067b6492f7d8a389698c6ff30abf45503a2fe3332d7f48d56bb7"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2680-a1" + ]; + titles = [ + { + model = "DAP-2680"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dap-2695-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "99f6532fda551cc7a04d4dcd2e061bea9258fd61bb67c3486786bffe0de4cb58"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-2695-a1-squashfs-factory.img"; + sha256 = "59deb985d22e3d06382e29c9010077a2746b6f1c727f1537b10322c4c878063b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-2695-a1-initramfs-kernel.bin"; + sha256 = "20d7b8cf626da9388679a1ea459578268b1005f775bb32ac5e084a956e339908"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2695-a1" + "dap-2695-a1" + ]; + titles = [ + { + model = "DAP-2965"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3320-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dap-3320-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-3320-a1-squashfs-factory.img"; + sha256 = "3b2ec5f3718559ec8010e89870f6680641bdb910b37457b2d36b509d307c6391"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-3320-a1-squashfs-sysupgrade.bin"; + sha256 = "791a45295d240972819d74f7e78559cbf335945c37ec59779eee31cdbe895fa3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-3320-a1-initramfs-kernel.bin"; + sha256 = "2335485350e6898401266131ac309d9d3bb2dad97faccc200d06446348711fa4"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-3320-a1" + ]; + titles = [ + { + model = "DAP-3320"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3662-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dap-3662-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-3662-a1-squashfs-factory.img"; + sha256 = "766f131e577f94d9d8e75343274e0aed1cda9496a923ce8b86f339e29d0784ac"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-3662-a1-squashfs-sysupgrade.bin"; + sha256 = "bf4d084cf9f663f8dfc4d3d84ea1eb21e40b3c2fd0c22ef44f868cbefdd3e9ba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dap-3662-a1-initramfs-kernel.bin"; + sha256 = "d8d5c4fa290b3d15c647201575c1ca7818375299903cb15039996a3ae82e5500"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-3662-a1" + ]; + titles = [ + { + model = "DAP-3662"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dch-g020-a1 = { + device_packages = [ + "kmod-gpio-pca953x" + "kmod-i2c-gpio" + "kmod-usb2" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dch-g020-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dch-g020-a1-squashfs-factory.bin"; + sha256 = "3a8c5c7b1bab3260c5b7e15c094ce640e6c1b390abff251204f261b46248404f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dch-g020-a1-squashfs-sysupgrade.bin"; + sha256 = "8afc0a600a4ceee6699ce5b85feeed08eae908c0c6a77ca05d9eb3c7f2a04fdd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dch-g020-a1-initramfs-kernel.bin"; + sha256 = "eb4e11c33d7960c71b69a5dee1c886888eb22a4d946095f336c3141b7a72a9ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dch-g020-a1" + ]; + titles = [ + { + model = "DCH-G020"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-505 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dir-505"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-505-squashfs-sysupgrade.bin"; + sha256 = "bb83e550737e54a922cae2085fb20fddab8b5449d0bab8cc7db0d0e9dbbb7634"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-505-initramfs-kernel.bin"; + sha256 = "d7ef41701af731b42b27ac510fcc987659d331bc4501838ef3a6fc44e0b4e3a8"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-505" + "dir-505-a1" + ]; + titles = [ + { + model = "DIR-505"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "323fe564e76287c718e50aa3ceb70ca1a2d686e3a927958f6f2faaf1e14c4634"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-825-b1-initramfs-kernel.bin"; + sha256 = "a00cecf88768a22f2fd89eac9e849e8d28dca69aa07f12793829d37538d35267"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "1f9c0d016d23e7bf554656e46bec32cdc831091b0678f33f4b8c5cb87b6f7453"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "7e2459bd29ce869a3ddcbcc7dbaf486e05fcd0b9946d5731c8a3c9103e9ab7bb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-825-c1-initramfs-kernel.bin"; + sha256 = "294ac8e6f157aee6bef91590c5ad37eed3026f9c90b4c88a5799227e04a22604"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "677716bde3e6e7aae749117d3a0e737181aa337d6bc22ccbf5921ab5c86861a0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "72c9964966f208db9c8d1fbdc4daa6e46d0ae8b10b501621298b45fba20f309c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-835-a1-initramfs-kernel.bin"; + sha256 = "e646934bb78e2354c9ad14829bc02d115f61b20a0ca19b128b06b96eb40a022d"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + model = "DIR-835"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dir-842-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-842-c1-squashfs-factory.bin"; + sha256 = "4f254c050326d8a52cbb794397393c019fb81b464ac4541ef373bb33f70a01f7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-842-c1-squashfs-sysupgrade.bin"; + sha256 = "03a02c76588c0e899950bd750fc1a07ac0c82de6c192861f72cbec105a535d23"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-842-c1-initramfs-kernel.bin"; + sha256 = "c878ef805aec1c2e1342493e46df36d953442d3240a84ac8e5de3853639e200a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c1" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dir-842-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-842-c2-squashfs-sysupgrade.bin"; + sha256 = "7a26a0f726bc6c1395ba05cd8afc96be7dd580c9c8f92023934ef8782fa9c349"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-842-c2-squashfs-factory.bin"; + sha256 = "28781b7fbab45fec3b1907669aa7afa431e820a65afd954330dd409e983d8d1c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-842-c2-initramfs-kernel.bin"; + sha256 = "4c38bb2a5c58f730158bbf13ee9b5006e3de99f8dd0e094359d1498ac5b56d79"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c2" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dir-842-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-842-c3-squashfs-factory.bin"; + sha256 = "7133deed6552b4b9c09c1fbec10783db5e3c86692da2cf97bdc96228b3c0ac0e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-842-c3-squashfs-sysupgrade.bin"; + sha256 = "457dc222083597d5600ec54ec27e2f24420d2d98689db72b4e95e2bd337826d3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-842-c3-initramfs-kernel.bin"; + sha256 = "bfa6aa76a509ae69cbe78209e6858554713b5b243d42f41a2c57897452448171"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c3" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "c6a2cf0e5757fdd8dd3282edfcb50b2af135a882a482876c4c7df630e6b487d6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "6ab441bb1c7f9460ffa4b890c5f4622b18bedd87f345015177e4c468d9c5bd02"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-dlink_dir-859-a1-initramfs-kernel.bin"; + sha256 = "55d4cf222ac35881d1e0a3397b375385adba583efe6d16241f7ebd3396dab083"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + model = "DIR-859"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "1541371f537bbbbae6913c3448c8486215ab5bd0db026c42981c67c808a28d34"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-elecom_wrc-1750ghbk2-i-initramfs-kernel.bin"; + sha256 = "6f16a985068cc250624c2a84d1d7ffe4afc49c6ac00f0f3208c7afc6c6d8889d"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + model = "WRC-1750GHBK2-I/C"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "048cfba5870f81adc1a056feec028d0eb49064b631ff0570f16637de85dcbef1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-elecom_wrc-300ghbk2-i-initramfs-kernel.bin"; + sha256 = "b8de2a72440d75d19eb8e9fa6c22ba578aa1d1e8753eed2671739ecf38c45a83"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + model = "WRC-300GHBK2-I"; + vendor = "ELECOM"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "226b81720bce27a5365420127fe1a3c3e81df2fb1a51be40eeac542b20a45a03"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-embeddedwireless_dorin-initramfs-kernel.bin"; + sha256 = "b641a83892373f9bb683264801f16b48a8fe6ab2d4182cbf135d89489b78336e"; + type = "kernel"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + model = "Dorin"; + vendor = "Embedded Wireless"; + } + ]; + }; + engenius_eap1200h = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-engenius_eap1200h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_eap1200h-squashfs-sysupgrade.bin"; + sha256 = "c9b92ebd6724a420300f32b0e0877928778afd683aa99e92b88fcaac7f99f6be"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_eap1200h-squashfs-factory.bin"; + sha256 = "bafab19718f72e1a75db339346a2671663136a02092e38cedcdf17c3aaa419fe"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_eap1200h-initramfs-kernel.bin"; + sha256 = "e08a5aa40ea5432651f8ebc8b3eb1e4442e0bcb0b52dcbf4837e65d15f777165"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap1200h" + ]; + titles = [ + { + model = "EAP1200H"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap300-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-engenius_eap300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_eap300-v2-squashfs-factory.bin"; + sha256 = "209e42b708155730598c02d6948898dab1f4b1cc8ac4be7569c7cc58033fb56e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_eap300-v2-squashfs-sysupgrade.bin"; + sha256 = "075840e0ac038f7e21792252a8667c57996450679570587af082d5cfbb760efc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_eap300-v2-initramfs-kernel.bin"; + sha256 = "407ae278d2c03ea631c29dcee34725bb257b244a8a366c3e44b2c867116639ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap300-v2" + ]; + titles = [ + { + model = "EAP300"; + variant = "v2"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap600 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-engenius_eap600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_eap600-squashfs-factory.bin"; + sha256 = "c7b109ba1b61d30f8078ac158c94d6fa4fe81d9ce226cfd9917eb8195c85c335"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_eap600-squashfs-sysupgrade.bin"; + sha256 = "ac78604680f2f236b785963850b3f84f5a844c98b233a030e5b76a0004fc194d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_eap600-initramfs-kernel.bin"; + sha256 = "e53f3f3b03bd1199ae14511ef855703a06ff37a2ffb15f222eac68f763366ac9"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap600" + ]; + titles = [ + { + model = "EAP600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1200 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-engenius_ecb1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_ecb1200-squashfs-factory.bin"; + sha256 = "65b73f74ec7f650e41aaba75e6f3d8cad0b62745c75524ccedf1e4b7fae19810"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_ecb1200-squashfs-sysupgrade.bin"; + sha256 = "b99079e5f9094ff4ffef58eb916db3a8fdde700a83005d8562501e3f369ce054"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_ecb1200-initramfs-kernel.bin"; + sha256 = "8f1edf5e649e85da6c6750b8adf4c7825f45cd90f9dd241480dc0136de1d603d"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb1200" + ]; + titles = [ + { + model = "ECB1200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_ecb1750-squashfs-factory.bin"; + sha256 = "bf07949153154dfebf2b996f08e89ec087f3cbb5222c4aeeab752ff96af8839c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "0743d34c06cd7dba0a87d07a453c2ebb665b6889e31047eb8c18f485c1af20da"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_ecb1750-initramfs-kernel.bin"; + sha256 = "6d111d47832fbaac875c7a17830aafbfa4e1d093f1cd4fe1adbb46808533f75e"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + model = "ECB1750"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb600 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-engenius_ecb600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_ecb600-squashfs-factory.bin"; + sha256 = "720001c7fbff5a226551ab26fb20c193f66d43f96b9b13ab0cdd1d44010d1f46"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_ecb600-squashfs-sysupgrade.bin"; + sha256 = "20dfed6c9a2e3bc343ab9f7a2da7ea0687979ba9c84203627244e823df7003b9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_ecb600-initramfs-kernel.bin"; + sha256 = "cdc09cdfb9fa3146a1849a5dd2322f12e459f2662806aebd77ea962254290ac1"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb600" + ]; + titles = [ + { + model = "ECB600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens202ext-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-engenius_ens202ext-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_ens202ext-v1-squashfs-factory.bin"; + sha256 = "2af3cadcfaa13d8bd8ff3755f50775dd5c9d62e7cc59d72964bd27ac5fdf1216"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_ens202ext-v1-squashfs-sysupgrade.bin"; + sha256 = "aa8934588b806353536f7686f91d69164e9bdafe21073adf2dc1ad58a7c402e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_ens202ext-v1-initramfs-kernel.bin"; + sha256 = "149d4980e7327e11ec7a44cbd069c89571c2bc0b4c7b6423fcc318070d2eb630"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ens202ext-v1" + ]; + titles = [ + { + model = "ENS202EXT"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enstationac-v1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-engenius_enstationac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_enstationac-v1-squashfs-factory.bin"; + sha256 = "315567d90e8065793be51d5c9671a29a35c03ddec62e6b0f65a776cf0812730b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_enstationac-v1-squashfs-sysupgrade.bin"; + sha256 = "98f38225f068d554992ef2c3e6fa1d918d7567e73b55b46f7a9b4d128e870a8b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_enstationac-v1-initramfs-kernel.bin"; + sha256 = "dfc3b3a743a48500984ad8a9dbebf93081a71f9830e64e84eb7c15602aaffa11"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enstationac-v1" + ]; + titles = [ + { + model = "EnStationAC"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "89c2e7f3a5dd1874813f4cb182e2a957761d8885a276ff56fc02fb061c0229a7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "9e799c8c3c26b3bfb503b9673e11e721537a58a24ae015d7689e7552269ac1c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_epg5000-initramfs-kernel.bin"; + sha256 = "69d1c57e6cbfbdeac6e3ba5c16e101e64188106b18750c6664aa37ab382a98bb"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + model = "EPG5000"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "a09a6bae63dc5277ebc1d639baec1584bc1899aeafa111f4f5ca53a476739961"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-engenius_ews511ap-initramfs-kernel.bin"; + sha256 = "69efd45364e3b869e4d60e33d65f3e001a9ffed4b8e2cd10712763a1289622fe"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + model = "EWS511AP"; + vendor = "EnGenius"; + } + ]; + }; + enterasys_ws-ap3705i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-enterasys_ws-ap3705i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-enterasys_ws-ap3705i-squashfs-sysupgrade.bin"; + sha256 = "f0b10d179796405199d5fd92547e97faf256eace188d287729f9a9ec3e05784b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-enterasys_ws-ap3705i-initramfs-kernel.bin"; + sha256 = "19f4c74de440d63129319c333fe7fd05d69ebbedfae1975a8fd0cf7b96f742b7"; + type = "kernel"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3705i" + ]; + titles = [ + { + model = "WS-AP3705i"; + vendor = "Enterasys"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "277d35a0de9a353a1fd328a886601525313d24fbe5497de7335a068926b1f31e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-etactica_eg200-initramfs-kernel.bin"; + sha256 = "5c6dc7956f3dc1b745fdce1166dfd4cb02fadf67d2f447ad4460c9493b719f9c"; + type = "kernel"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + model = "EG200"; + vendor = "eTactica"; + } + ]; + }; + glinet_6408 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-glinet_6408"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_6408-squashfs-sysupgrade.bin"; + sha256 = "54737250b0d6f13daccd777aa074be836fd7b3ea43404603c070a53e8afed604"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_6408-initramfs-kernel.bin"; + sha256 = "a30ec1db51f5d31027f1e2b114dd7f781f1b8d8c7f3e3aafd265a9cf6d8414c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6408" + "gl-inet" + ]; + titles = [ + { + model = "6408"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_6416 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-glinet_6416"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_6416-squashfs-sysupgrade.bin"; + sha256 = "b41f529a97794ba6db14526f5b38980451ecd778bba7354e06116790bbf33ea4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_6416-initramfs-kernel.bin"; + sha256 = "20238f5975eb8890806d77dff389385b8314ecee9203c22f64af00efe3d0cdd0"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6416" + "gl-inet" + ]; + titles = [ + { + model = "6416"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "381cedb41ae93e08e851c29e01ad15c343f5a650557654727cec54f243afde57"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_gl-ar150-initramfs-kernel.bin"; + sha256 = "e0824a42f906c33201cf599fb79c871efdd561c96374943b703a7dc655a235ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + model = "GL-AR150"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "20a8115e5c565576b7113af86ccc8be8b2a52530b3db9c01ba731963b230ea28"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_gl-ar300m-lite-initramfs-kernel.bin"; + sha256 = "22405709fcbfa7e2b2e70fc746e4f6505a7dba0b16f9bc2de191023baa258819"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "Lite"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m16 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-glinet_gl-ar300m16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin"; + sha256 = "d132c114fc2c26e27115b933636d902b50ce627cd3fa772a3703254bf05105e6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_gl-ar300m16-initramfs-kernel.bin"; + sha256 = "d02d12cbfaab95b7e63ba769e09d690c042e02861167363a502f362efc21a046"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m16" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M16"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-glinet_gl-ar750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "e37e60abb0b142680606ea4491435f2a8d3fae71a46de8427dad8d7c2fd3a3e3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_gl-ar750-initramfs-kernel.bin"; + sha256 = "7894a6b33be8285e4372aaa3c10ec5379c71c63d77f5b72012e583d3dc0cfd85"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750" + "gl-ar750" + ]; + titles = [ + { + model = "GL-AR750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mifi = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-glinet_gl-mifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "3d46e03046ecf9eedfb55790a8fb2974ed382acd0ac70e12401f179a17c0876e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_gl-mifi-initramfs-kernel.bin"; + sha256 = "f71033149fb490f942101500717b8ae842804b582130746df3e94ef19d2ac47b"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mifi" + "gl-mifi" + ]; + titles = [ + { + model = "GL-MiFi"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-usb150 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-glinet_gl-usb150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "c93084784fca8bea65d9c0e8f3ad8f783b723ccc25a0ec250c7e9813ce4150fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_gl-usb150-initramfs-kernel.bin"; + sha256 = "fac889a1893c6876fc82359a37a461c5f6d09f387b6d5ee1aad3c29c76070b5d"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-usb150" + "gl-usb150" + ]; + titles = [ + { + model = "GL-USB150"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "9e6056c3da11ad49da7e424de749df99c85ef96dff3721718a4abdcf43be437d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-glinet_gl-x750-initramfs-kernel.bin"; + sha256 = "5a719d02421506b7d032bbb9eca97428732163210b7bb9afae52a1e84662aa98"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + model = "GL-X750"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_lan-turtle = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-hak5_lan-turtle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-hak5_lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "b736db0c01392e0a3605e526ce44649607600e5dc203b5b5c4e7a298fc493dac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-hak5_lan-turtle-initramfs-kernel.bin"; + sha256 = "f1dc594e783661ba14aba3d14084fac60ac54cc2a242b2af980e111cd0954e66"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,lan-turtle" + "lan-turtle" + ]; + titles = [ + { + model = "LAN Turtle"; + vendor = "Hak5"; + } + ]; + }; + hak5_packet-squirrel = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-hak5_packet-squirrel"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-hak5_packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "41e6b2750f7fbfa69f2c243e44ea0fb7021092276c3cbb3f2638d98169fca37a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-hak5_packet-squirrel-initramfs-kernel.bin"; + sha256 = "45d09a67011f9e5bcef68a80f1d77a4e63e2d52e518a32393e35b0b30e0cad2f"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,packet-squirrel" + "packet-squirrel" + ]; + titles = [ + { + model = "Packet Squirrel"; + vendor = "Hak5"; + } + ]; + }; + hak5_wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-hak5_wifi-pineapple-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-hak5_wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "326f4a8a1acc6ee0f40c91134ea2d5678ed9c25f464a2c216b8c4b07542c5c41"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-hak5_wifi-pineapple-nano-initramfs-kernel.bin"; + sha256 = "108d8b62fcf0326038aca8d071e1be29b3801d9c3d9cd608b11ba9fce865889e"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-nano" + "wifi-pineapple-nano" + ]; + titles = [ + { + model = "WiFi Pineapple NANO"; + vendor = "Hak5"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "bde819b3713cac07ceaa7c944d8c39fd15010f825bf813f4618bc3c00424a2bb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-iodata_etg3-r-initramfs-kernel.bin"; + sha256 = "4ad21cbeb0c81717da15f643f0ed5d8c7fdf01a6e77068ab488fd3c334945bd8"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + model = "ETG3-R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "c7de5e83138dc7ed1226fec6533c8872adcef2ad58d549968c022ed565a93185"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "6e7230f34595eb439d2d3a53f1e9f3149ee8a4da86c1db9def174f6e9033d138"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-iodata_wn-ac1167dgr-initramfs-kernel.bin"; + sha256 = "7336892d428f06d032dd7e7b4cc3dc95cad13b66258a4c2f2bc447564b7e2c8d"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + model = "WN-AC1167DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "921d5caf7a4ad539e9c1536f35776af8d9628b6c3714425f835166328b197c4e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "fc8bd9e8eab163e183d7b50c2e79290f304689de2ec15f73689feb9ecd006c0e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-iodata_wn-ac1600dgr-initramfs-kernel.bin"; + sha256 = "40c7930b6056ac4237c4d5af7de8a44446848535144ad96cab9d22dae3eba9a8"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + model = "WN-AC1600DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-iodata_wn-ac1600dgr2-squashfs-dgr2-dgr3-factory.bin"; + sha256 = "152c715ed4e888e03467c6ae65e7defc7c7ed94a236c3bbbcbb7f51d1e9a6641"; + type = "dgr2-dgr3-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "2fbbac96f7aa14818f5a5c70c69a4a11cfca6c6d776704cd4ce94151cbda446b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-iodata_wn-ac1600dgr2-initramfs-kernel.bin"; + sha256 = "4553e1bbe14c61246fc77c0733fd2011f5748dae1f3f4d981010cd4ef9f8d42d"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + model = "WN-AC1600DGR2/DGR3"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "a57c24c1b3756d8d3e72b5d7d530bf2b20c2bfd2b6068f40e175cdb4228fa41a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "07e2b319b03340f47af3899b2483ed614b50f54b385bec3dfea718f64cc81991"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-iodata_wn-ag300dgr-initramfs-kernel.bin"; + sha256 = "7013e1a68cb71d04b9a112f3386b0cf36dbdc71c14a5ea698d407565b8c478ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + model = "WN-AG300DGR"; + vendor = "I-O DATA"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "b47b99e8b063fba27b677933294b009b82ac2a7cba41ebd64bca370d3863c26f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-jjplus_ja76pf2-squashfs-rootfs.bin"; + sha256 = "429c4f6188b2ae1842d7152b692526e2f820a08eb8658be7f49eed0f192c427b"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-jjplus_ja76pf2-squashfs-kernel.bin"; + sha256 = "e2c2393ebbbf0e3a76b7bab2abfe846f9632842ef819c7bd0888bb58f8046cc2"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-jjplus_ja76pf2-initramfs-kernel.bin"; + sha256 = "bf31ee40396c66a136d2ef0d3893f588d3e41532e3a1e3ef82f800ce26b75943"; + type = "kernel"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + "ja76pf2" + ]; + titles = [ + { + model = "JA76PF2"; + vendor = "jjPlus"; + } + ]; + }; + joyit_jt-or750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-joyit_jt-or750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-joyit_jt-or750i-squashfs-sysupgrade.bin"; + sha256 = "093ccfd04e9355fb36913929cbcf0904332837b7a4e39cc8b95c78c8f8dfc586"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-joyit_jt-or750i-initramfs-kernel.bin"; + sha256 = "6c6f7085a58e760dab935015bae8af7b39648c8fa3d440252afe1bc708f181cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "joyit,jt-or750i" + ]; + titles = [ + { + model = "JT-OR750i"; + vendor = "Joy-IT"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "72924ac1a40b2f82326c8920d09b035bb8955f4afc2e201cb7c53be66d6365c2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-librerouter_librerouter-v1-initramfs-kernel.bin"; + sha256 = "76d26e7e40ef28b2d3e651055d9f984f68a6aa5fec9d5b5f0bfef4462891e69b"; + type = "kernel"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + model = "LibreRouter"; + variant = "v1"; + vendor = "Librerouter"; + } + ]; + }; + meraki_mr12 = { + device_packages = [ + "kmod-owl-loader" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-meraki_mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-meraki_mr12-squashfs-sysupgrade.bin"; + sha256 = "0d867c0fe822c7720a3cf2c682ffa38e7bd3f1dac95fa88a3f943bca858240ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-meraki_mr12-initramfs-kernel.bin"; + sha256 = "accc59387a33457b345433fec4f3eb5b17bd993805220a4770f857a54b51412e"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr12" + "mr12" + ]; + titles = [ + { + model = "MR12"; + vendor = "Meraki"; + } + ]; + }; + meraki_mr16 = { + device_packages = [ + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-meraki_mr16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-meraki_mr16-squashfs-sysupgrade.bin"; + sha256 = "1e626d143415b0a573a10b3aa4c4f33dcc2d58daf8e64b25cf353f317ab56be5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-meraki_mr16-initramfs-kernel.bin"; + sha256 = "8ded0ee8a44b83a455a67a68a91cbfe97dd8b698ea29a2a87195f633c4285718"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr16" + "mr16" + ]; + titles = [ + { + model = "MR16"; + vendor = "Meraki"; + } + ]; + }; + mercury_mw4530r-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-mercury_mw4530r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-mercury_mw4530r-v1-squashfs-factory.bin"; + sha256 = "4e201695909f3fde6ea9307593be1021eb3e3e60a9ca1cbbff6bd959098a9e0a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-mercury_mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "653dc0250f00795d518903ee21be78a6b2018f2ff75d23da4290d94444484ff8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-mercury_mw4530r-v1-initramfs-kernel.bin"; + sha256 = "89c88bfeddb36254687e3ecd24302db94dba2a8f61524c2de0cad73c7e44e498"; + type = "kernel"; + } + ]; + supported_devices = [ + "mercury,mw4530r-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "MW4530R"; + variant = "v1"; + vendor = "Mercury"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "323724ca96c3ed24e155c086f93259c4964876a849e64db9c88e9175f5940077"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "345d435a6ab7f963af253aa2942f3be718df5c6e639841869edb7277c3b64bc4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-nec_wg1200cr-initramfs-kernel.bin"; + sha256 = "49b806b0a8a74709799eabc4bff2eded3d774ffe6d210de79f8d10e79a272eed"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + model = "Aterm WG1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-full-htt" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "3bba9f81c9f0677e72006f4479de84e31b9ee69d0201ac0c7487a4a9eb998c3c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "4c4183831cc129c627e80cfb3c987e441018b79ce6c1ce139d604ba6e842f0a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-nec_wg800hp-initramfs-kernel.bin"; + sha256 = "966546a03836fa70f21841296a021ed6617444b3b3cb2e441148f95a4882d83c"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + model = "Aterm WG800HP"; + vendor = "NEC"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "b74cf3c24457faef64a3f5c8b22d6eff4862e606a8ba28fdc3e8e34260e3e3a6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "a97fbb7092f657fe849f1c869b4e492214180afa6ba200a6875b19562d8704fe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_ex6400-initramfs-kernel.bin"; + sha256 = "33fc372cd5c7d42698d7aaa6f2158fb6e780aff457df7b5ea5bdfb8d84b0599c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + model = "EX6400"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "ef530ec11b99b5f381e16ac0036b79e152c286a0f625badb83e88e512f070362"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "3e2d8e9e482427d822635c9ba76272a646898b34605967cf855bbf882d4ed24e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_ex7300-initramfs-kernel.bin"; + sha256 = "f6aa17faad283ea64c871388d939d3506798649498087d82d3fcc860672e2d61"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + model = "EX7300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "8b8ab654f8a5bef105642bb9772b342746c593f816520e91758fdf41d3662e9a"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "0af0981d694d4961ed344b53200fc064efe4b4aa0e50622a8643471ceb22bc1c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "b10368db00c675a2b4bf96de0566f8ac0e286275e4b79ef364c9db612a4baf72"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndr3700-initramfs-kernel.bin"; + sha256 = "f47d3f15690f357bc8f7bcc693064fee2ad695ffdded8c9acfe118cdbd24a7b4"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-netgear_wndr3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndr3700-v2-squashfs-factory.img"; + sha256 = "54b76adfdd720a6c856075242b2993c496a33445acf3e0fb26b39c4fff14a65d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndr3700-v2-squashfs-sysupgrade.bin"; + sha256 = "ceb5032d6a0035b363f1a83b231ea2d034bebdc8d09efbb51888a7cdfd50dfd1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndr3700-v2-initramfs-kernel.bin"; + sha256 = "803d04f4d718843ea167e3404a5b0f8c5113545cd709c3594a54d2c8c92718f3"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v2" + "wndr3700" + "netgear,wndr3700v2" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "6c151fe7a575127f16049d1f61ab8b136c756c4067c31114730cc0992c5525c6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "02fab7e047addf1264ecd52571aae2cc2469667c0dc6631f73f218d7bbf1092b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndr3800-initramfs-kernel.bin"; + sha256 = "c17ead740f2b27387b7edb8e0c64293ceaf7da216876f64701478f664d3340ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800ch = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-netgear_wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndr3800ch-squashfs-factory.img"; + sha256 = "516a3d66c2efb79bbf479ebc611a2910abbc172466d52bc90e765d7f379a1b99"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "82d523f7af2dc5ca3cbb207e2eb9499be46b426e7d677873d73ef83e8a4ce2ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndr3800ch-initramfs-kernel.bin"; + sha256 = "b1223e6bdb7c541ac7cff9e6167832fafc2d9c83c7b63cbb9941b9c527359e90"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3800ch" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800CH"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-netgear_wndrmac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndrmac-v1-squashfs-factory.img"; + sha256 = "a82eeaf445933d2aa5b014c82e27bbb269d3e6e6df57df6873865412c9ff9d21"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndrmac-v1-squashfs-sysupgrade.bin"; + sha256 = "da82358da1fca6ea2b78778edc1dd0c57b523b0400f11555d5c439aa7b6903aa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndrmac-v1-initramfs-kernel.bin"; + sha256 = "a82c5810c217e449c5dbd9c4a1917264abf9fe1082c29f4a97164faf4b368f4d"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v1" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-netgear_wndrmac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndrmac-v2-squashfs-factory.img"; + sha256 = "28ac958cbb649f196fd93e36e52a86a346387b5c58ce165c181146a2790d3b46"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndrmac-v2-squashfs-sysupgrade.bin"; + sha256 = "0c284aedc5b75944b3a365776fc2d28a5ea310f736b6ef89337370cef79a1985"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wndrmac-v2-initramfs-kernel.bin"; + sha256 = "4ca5bd6aae2be3405b8a5b0b56c3eacd7688e634c319fa7194c8910fe51783bd"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v2" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-netgear_wnr2200-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img"; + sha256 = "45315c6a6fe5c7fda2417d3c627b5e37a10a1f638e95f0185a2eea095f9083af"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"; + sha256 = "fbfead4987ba9a5a3da65acab6174cfdd3d01eda7a80346ecdad3d3b407a6979"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wnr2200-16m-initramfs-kernel.bin"; + sha256 = "a8b808c10d10c3f191b230015096de36e1f51e99a4f372035a8bc1e3789b6f4d"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wnr2200-16m" + ]; + titles = [ + { + model = "WNR2200"; + variant = "16M"; + vendor = "NETGEAR"; + } + { + model = "WNR2200"; + variant = "CN/RU"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-netgear_wnr2200-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wnr2200-8m-squashfs-factory-NA.img"; + sha256 = "ecd9e7e0ab787d5074d20b4e1ec6793e03789a219dad056dd77f0b0b9f40838c"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wnr2200-8m-squashfs-factory.img"; + sha256 = "8e55cf6dc350e5a2263cee21e8e047213b7690bb0dfeceda04444616aa811629"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wnr2200-8m-squashfs-sysupgrade.bin"; + sha256 = "a6b3022d5c0a219354d76e1df7d8e81ef47a70b92dd6361e36e6d637fefdb302"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-netgear_wnr2200-8m-initramfs-kernel.bin"; + sha256 = "874ee44d3f1ef20b50d0e6ede49c2ef3fa259d17b6c9654b975282753812931f"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wnr2200-8m" + "wnr2200" + ]; + titles = [ + { + model = "WNR2200"; + variant = "8M"; + vendor = "NETGEAR"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "7ca4c076e20c7518ee7e623a2f43983e2525bc7c4241a55bc8d8dbbd6f34335f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ocedo_koala-initramfs-kernel.bin"; + sha256 = "0a9b96eb6157939bb45e05527980b2b11f27437ee45c654e48cc80206f61ae78"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + model = "Koala"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "99d9dc1a8e5b39b3ae51044973f5145e3546e8b348d74373edb3c84e3bada7fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ocedo_raccoon-initramfs-kernel.bin"; + sha256 = "b3634ad0e9fa8896ebaa0544b476fd399fb1bf90371544d1315fcc82420f0f17"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + model = "Raccoon"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "44542117e094c1979c050f68fe21b615a2a33a5598652e57adbce6889f9f62d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ocedo_ursus-initramfs-kernel.bin"; + sha256 = "e3d2947ceeab29aaecf9e330ad03af43bc68046ebeef3969f20cacca56798520"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + model = "Ursus"; + vendor = "Ocedo"; + } + ]; + }; + onion_omega = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-onion_omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-onion_omega-squashfs-factory.bin"; + sha256 = "df4441a3b5994248902d8ad03f776acdda8ddc89e0d92d7d135ecc3383ee6a93"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-onion_omega-squashfs-sysupgrade.bin"; + sha256 = "1b9e04ce7433d703d8c9496925ab9a5e66137b379fb28d47ff1a3cc8a0bff219"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-onion_omega-initramfs-kernel.bin"; + sha256 = "8305e9ec0c1b856d536b15744590168fa2140348e8afca7ca9e2ae142fdb83de"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega" + "onion-omega" + ]; + titles = [ + { + model = "Omega"; + vendor = "Onion"; + } + ]; + }; + openmesh_mr1750-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-openmesh_mr1750-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_mr1750-v1-squashfs-sysupgrade.bin"; + sha256 = "4d84a073b27d3a176ad68fb63fc9b16a389e8acd48ddb44a4fc1bd1a8029475c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_mr1750-v1-initramfs-kernel.bin"; + sha256 = "3e861eda475449f8ae4045994b2c0ba05c4a8155cd08e2b63d1f33a09f8fcc08"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v1" + "mr1750" + ]; + titles = [ + { + model = "MR1750"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-openmesh_mr1750-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_mr1750-v2-squashfs-sysupgrade.bin"; + sha256 = "cffba56ed171f94271d324478bc318d99b172883f2be75fca005f93cd05da45b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_mr1750-v2-initramfs-kernel.bin"; + sha256 = "9ddfc3773df0f272b77f2240a4e392a69e5f6042de460eb573e560088d50bcc2"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v2" + "mr1750v2" + ]; + titles = [ + { + model = "MR1750"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-openmesh_mr600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_mr600-v1-squashfs-sysupgrade.bin"; + sha256 = "c6cfa9d202970abb4a7d448d38e62dcc1a02658bb6bb75b196ee278ccd39cab7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_mr600-v1-initramfs-kernel.bin"; + sha256 = "ad731600b34a1f1f9af17b914da07d6675e022f563b3bf466f913213fba9af34"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v1" + "mr600" + ]; + titles = [ + { + model = "MR600"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-openmesh_mr600-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_mr600-v2-squashfs-sysupgrade.bin"; + sha256 = "fdf62b221e12cd8fccb82e0147133933e178568db19e803194d02aa039eb5dc3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_mr600-v2-initramfs-kernel.bin"; + sha256 = "8d4a831cc079627e448c0d0e142c0195085c38be2357ca3d7ff6fc89ebf5b8b7"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v2" + "mr600v2" + ]; + titles = [ + { + model = "MR600"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-openmesh_mr900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_mr900-v1-squashfs-sysupgrade.bin"; + sha256 = "d0817eec4cddbf003b24d0675d36f931f1d51cec67cbe54726e32a2aec9d5eb4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_mr900-v1-initramfs-kernel.bin"; + sha256 = "045af7a8b1ad3a89b0d36b2b143c9438f7939aa7e09d30ef0ade813b240849ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v1" + "mr900" + ]; + titles = [ + { + model = "MR900"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-openmesh_mr900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_mr900-v2-squashfs-sysupgrade.bin"; + sha256 = "9570da71c47ee75051cd4126d57acfda386bcdc204f40098173bf6b9d48a8b11"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_mr900-v2-initramfs-kernel.bin"; + sha256 = "1b3548fe6657a70e8b434181a38ff6f323c9d4ad6721d3b297d2863ff5cdea9d"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v2" + "mr900v2" + ]; + titles = [ + { + model = "MR900"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-openmesh_om2p-hs-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om2p-hs-v1-squashfs-sysupgrade.bin"; + sha256 = "7b67c3cb71973f46a029b75fe6d73fa96adf4ea0f06477e2ad7165a03859f360"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om2p-hs-v1-initramfs-kernel.bin"; + sha256 = "bc66e970f3fb92b8f629fc71dbe85a65c90f81a80e6596d25259fe5960465b08"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v1" + "om2p-hs" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-openmesh_om2p-hs-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om2p-hs-v2-squashfs-sysupgrade.bin"; + sha256 = "a12315959ce35b96a0a49e4506b8b4610251866cbca9c7bfdf50b142351eb104"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om2p-hs-v2-initramfs-kernel.bin"; + sha256 = "b74accb7f0d342bd5a96fdc453fc3cf599dba8a13234c3e495d5886588b7fb6f"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v2" + "om2p-hsv2" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v3 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-openmesh_om2p-hs-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om2p-hs-v3-squashfs-sysupgrade.bin"; + sha256 = "a80c8c3125b4d2eed82655f8dd8241c7feb611f16c0dd532b3d697fbbd03e645"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om2p-hs-v3-initramfs-kernel.bin"; + sha256 = "dea20d2e648eb56af1c9ff10be5a694a57f6680a3b67b1e03e3152833d57f281"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v3" + "om2p-hsv3" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v3"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-openmesh_om2p-hs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om2p-hs-v4-squashfs-sysupgrade.bin"; + sha256 = "f2d7df2f37a3688cb7704fc185389ebd36aa243dea834c09e3713d177c63bc0f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om2p-hs-v4-initramfs-kernel.bin"; + sha256 = "9546bdeed74ba9442319f1ad4b3077cd30217e3b93ec60c0100c1feedd732c5a"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v4" + "om2p-hsv4" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-lc = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-openmesh_om2p-lc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om2p-lc-squashfs-sysupgrade.bin"; + sha256 = "4bcd4b2811998d4c38b3ff4cca8a5beceba3419fcf87b7f0834e7886827046dc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om2p-lc-initramfs-kernel.bin"; + sha256 = "5aad82c7ba211cab704d23c12d92a1f9a5373ff7dec5174d1b9fca76df6d1e44"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-lc" + "om2p-lc" + ]; + titles = [ + { + model = "OM2P-LC"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-openmesh_om2p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om2p-v2-squashfs-sysupgrade.bin"; + sha256 = "c920459b40078615fea70f2bef9a45af0c0f074281e1281a53caa06a7b9a98ee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om2p-v2-initramfs-kernel.bin"; + sha256 = "d2a8e2566a7a65fd6ab9f637c3eec5d3d93f020730be46b7ea3061239b445cd7"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v2" + "om2pv2" + ]; + titles = [ + { + model = "OM2P"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-openmesh_om2p-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om2p-v4-squashfs-sysupgrade.bin"; + sha256 = "10776deeec0eee2d189bb219051a3a768e7eaccfe9f40e0fa982954c32eaa357"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om2p-v4-initramfs-kernel.bin"; + sha256 = "6222883a82ebc0189a8b6b70cd5ca5e0a2606a0b7c790f173b9abed26291c8e6"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v4" + "om2pv4" + ]; + titles = [ + { + model = "OM2P"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-openmesh_om5p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om5p-squashfs-sysupgrade.bin"; + sha256 = "a20ddb3db1ba3801b7818723fd2ca0e21f7389a12453310072f8258e48a81cff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om5p-initramfs-kernel.bin"; + sha256 = "0eef3b21d2321a21015f11522423847fba88d9c604176542c957040e66062b2f"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p" + "om5p" + ]; + titles = [ + { + model = "OM5P"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "om-watchdog" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "69488c2c4064e10be2e28e7528515b4068b50d0eaa69b2cb82a76c267ca0a389"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-openmesh_om5p-ac-v2-initramfs-kernel.bin"; + sha256 = "582bddda9f5a5c422da998e0dd3a6db4f3c50328557c022c447195261a7d8d38"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "7dcd89c6aed87c74ef7efe1f618841507ad40b7a19a6c1f57ce0b61e4d5025e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-pcs_cap324-initramfs-kernel.bin"; + sha256 = "d3c798f2de6030cbac46198f215bfeda8244b6aae61f8cce2da2de40eb41bbb6"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + model = "CAP324"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "ab94265cc1c7d9f6df9b0b96a3f854466b2a8be18294d98793d184e21805addf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-pcs_cr3000-initramfs-kernel.bin"; + sha256 = "3fc39b636b7123f0625eeb78425284962ac68b84ffb4fbbe4e216f1becc89988"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + model = "CR3000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "2a4b351b104a7508269e2b2c52c96d7b7cda9e4b3d042674713d1eb30d13adbc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-pcs_cr5000-initramfs-kernel.bin"; + sha256 = "6c5a0d25f2809a3edd70e97cba8bf1f79673013f220669b991f03d235a0a3b5a"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + model = "CR5000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "406a977771381d2e1cc29e2c1d3f871bdb89cce10c6dfe5ef9d2619373d71ada"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-phicomm_k2t-initramfs-kernel.bin"; + sha256 = "2f0a25685360765f1e8833d06711152b96142110de17613c14bd53b21c92c308"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + model = "K2T"; + vendor = "Phicomm"; + } + ]; + }; + pisen_ts-d084 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-pisen_ts-d084"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-pisen_ts-d084-squashfs-factory.bin"; + sha256 = "536279c84abcad31ac1f5690ede67fced0466484ee4b28ff2293aeac8a4ec4da"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-pisen_ts-d084-squashfs-sysupgrade.bin"; + sha256 = "ea61bf1d5547e86236147c45a73a8e78dbf5c6aee232b82bc2b9d91a25fcdb05"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-pisen_ts-d084-initramfs-kernel.bin"; + sha256 = "25acc241a91ed167f59277a840bd1026db0bf76f3a49e6cedd08e8c439b0887e"; + type = "kernel"; + } + ]; + supported_devices = [ + "pisen,ts-d084" + ]; + titles = [ + { + model = "TS-D084"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmb001n = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-pisen_wmb001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-pisen_wmb001n-squashfs-factory.bin"; + sha256 = "cb216e1f2a3c8d553775b06cc3eceb450da6a88df0bafcdf1344ad736b7f357a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-pisen_wmb001n-squashfs-sysupgrade.bin"; + sha256 = "2a207dbc89552e194dcbc0ee14259bd6ae84c523487e2b7373e9ecd82694acc5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-pisen_wmb001n-initramfs-kernel.bin"; + sha256 = "273ce61be83a7969367be5f4f64b8c09d947a3c546f55c18bca800646d96322b"; + type = "kernel"; + } + ]; + supported_devices = [ + "pisen,wmb001n" + ]; + titles = [ + { + model = "WMB001N"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "b70fd3dca38aa0b8ccd90a497355637af70c44deefef378f00ecee50891e97e1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "768ee2854332123006415a448bfe51192f82334471f2cee07d412647cfbfe41b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-pisen_wmm003n-initramfs-kernel.bin"; + sha256 = "e7a1bf446a5ad3bc58881e1289431e53b3c01c996c12938663c6004cd948c014"; + type = "kernel"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + model = "Cloud Easy Power (WMM003N)"; + vendor = "PISEN"; + } + ]; + }; + plasmacloud_pa300 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-plasmacloud_pa300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-plasmacloud_pa300-squashfs-factory.bin"; + sha256 = "5ef46dd439cadde791de1ba9ef18befcbe508f06aa7d992b0592677415c5d1cc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-plasmacloud_pa300-squashfs-sysupgrade.bin"; + sha256 = "75ca73a2037dd24ab5d108b5cec92dddac43fcb8d4c6817c12c4ab56a4ff5b6a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-plasmacloud_pa300-initramfs-kernel.bin"; + sha256 = "ecffe986e0add360703c9bcd23c9f657ca4deadc5600cba8edd75992151d58f7"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa300" + ]; + titles = [ + { + model = "PA300"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa300e = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-plasmacloud_pa300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-plasmacloud_pa300e-squashfs-factory.bin"; + sha256 = "4b33f778ca47cf0029b9dacb0c19e67e432cc6ddc810d6ee1e0e9971ef8cac5f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-plasmacloud_pa300e-squashfs-sysupgrade.bin"; + sha256 = "23dc4a50030934f6ebffed90f7aa23c8bfb7a2ca55e51d7566f77dccf60d6d30"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-plasmacloud_pa300e-initramfs-kernel.bin"; + sha256 = "61d5b165dc500006ac88dfc032419715959533733d9496f077c8ca3db694311f"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa300e" + ]; + titles = [ + { + model = "PA300E"; + vendor = "Plasma Cloud"; + } + ]; + }; + qihoo_c301 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-qihoo_c301"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-qihoo_c301-squashfs-factory.bin"; + sha256 = "c2af31a1ebddbb82c58edaf67f78bdcb7300b2e8661fc403b8e4da1967feb7ec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-qihoo_c301-squashfs-sysupgrade.bin"; + sha256 = "6e5c0de84e56bb32c9e46e34fcd0a0abef8538507ca3d8c0e00cb69ddc463e43"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-qihoo_c301-initramfs-kernel.bin"; + sha256 = "b11ff55fe08d71f17f793987a2972fb84d9d9eed7f4fa139b48933bf13bd982f"; + type = "kernel"; + } + ]; + supported_devices = [ + "qihoo,c301" + "qihoo-c301" + ]; + titles = [ + { + model = "C301"; + vendor = "Qihoo"; + } + ]; + }; + qxwlan_e1700ac-v2-16m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-qxwlan_e1700ac-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e1700ac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "6596cf98091cbf948458e955e59d0c5c7f9d67b6c337da313fc86538ff8eb45d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e1700ac-v2-16m-initramfs-kernel.bin"; + sha256 = "6cb356e0663a3ce4ac7ad3071eac0cca28e586e7f276f9bd7f0868f4508ec0ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-16m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e1700ac-v2-8m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-qxwlan_e1700ac-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e1700ac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "6b32fe113709db7e17b38c8b49b660bc8746f1303c430fc0f60ecbddd124d5b9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e1700ac-v2-8m-initramfs-kernel.bin"; + sha256 = "d00c3965f071b9a6da1094f5f73ec974131219b6af76cb0b63c23dea5296dc29"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-8m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-qxwlan_e558-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e558-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "f48852471948762ece6cf0acbc7cd1abd7ada0e5a61c6b4d261e1416068ed4eb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e558-v2-16m-initramfs-kernel.bin"; + sha256 = "5b1b81099529f4599a70fdf139b4bdd880da3c234498b02fd29319704d939941"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-16m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-qxwlan_e558-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e558-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "b7340e819ddc21b3ebcef2443f4bea354734c0939e0b2f0f66d0909ec5b8c5c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e558-v2-8m-initramfs-kernel.bin"; + sha256 = "a9247e2920b75f507278cb6e021b8f0cc50f93cf631f6626035d9b2bb5242eb8"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-8m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-qxwlan_e600g-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e600g-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "1ea9205f96a0c1b89a8bb8f9fb1900b5878c0b44aac63deb0954af6eda10e2e9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e600g-v2-16m-initramfs-kernel.bin"; + sha256 = "63f79461cf2e73c3d9c0710227b31e7e130890cc9f51ed8fcdfbc158d87a096f"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-16m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-qxwlan_e600g-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e600g-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "906be76350441343ceac55185ae105e09f55c6a26fe0f00f8d78ff34da4df6aa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e600g-v2-8m-initramfs-kernel.bin"; + sha256 = "ea3af55021023c61276d0759c50de16ae7ca4772ec5032e1342be8245e13d174"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-8m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-16m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-qxwlan_e600gac-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e600gac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "72ce1946b2f4c97b5803a9fb97c682576d9ce5e878b4b139d9af2c461aa4f9bd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e600gac-v2-16m-initramfs-kernel.bin"; + sha256 = "5afd130736718b3c1ed74cb1775bb1212e2662ea8ef577150206d875663059d6"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-16m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-8m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-qxwlan_e600gac-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e600gac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "3308ddf83e74bafafd486db19896263ad1899313e6e61d85a49dff4c7e38399d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e600gac-v2-8m-initramfs-kernel.bin"; + sha256 = "7c1f044bd63467ad5a4438d8176c3fec615d672a0aca976ad249f2e6a6f2ad00"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-8m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-qxwlan_e750a-v4-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e750a-v4-16m-squashfs-sysupgrade.bin"; + sha256 = "32311b5502adf1f03fb8dc64f8ec7fcea82e88a509d2b694052c68b2d127ee96"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e750a-v4-16m-initramfs-kernel.bin"; + sha256 = "1c0c9b1105594976b45e9e5517955aeef7d858fb49e916c08ea433c535c4d78a"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-16m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-qxwlan_e750a-v4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e750a-v4-8m-squashfs-sysupgrade.bin"; + sha256 = "3fceb134f8623e25f34f52c0068dd3927b16ea3bda248860b879b2c165bc918d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e750a-v4-8m-initramfs-kernel.bin"; + sha256 = "f091cdaf001368a53f11a2f31d9cd35b2320fd81226bc5734acc73ff01efaea1"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-8m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-qxwlan_e750g-v8-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e750g-v8-16m-squashfs-sysupgrade.bin"; + sha256 = "890d952e4ee8bebf5d215ad1b7c595dcec7ec7c879490649247856eb196b748d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e750g-v8-16m-initramfs-kernel.bin"; + sha256 = "809a0dce5e548407bddd6cea788d4ab42891e8f1bb2ff3689ac2de399076228a"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-16m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-qxwlan_e750g-v8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e750g-v8-8m-squashfs-sysupgrade.bin"; + sha256 = "13f58df7e95f8fc74b133a0bb9e3f31716a9ca7a0b29bfa843f214391fa8e851"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-qxwlan_e750g-v8-8m-initramfs-kernel.bin"; + sha256 = "a380944bf72074e6bcc7632be1cdbcb3d83ddb30bf82e5734805a84b5ec944d0"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-8m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "7191a17b7135b6558a3d7ed7d1c2bb6495b90ee45e71f9e15591033ee3ff9689"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-rosinson_wr818-initramfs-kernel.bin"; + sha256 = "47dc07031ffcb6cd153f34f2df68181d083e4d79f3842fb52def245b6c82f512"; + type = "kernel"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + model = "WR818"; + vendor = "Rosinson"; + } + ]; + }; + samsung_wam250 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-samsung_wam250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-samsung_wam250-squashfs-sysupgrade.bin"; + sha256 = "1cacafc457e0067ef4670566e9690070a8c87cc50d72a7cc881690158cf43d89"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-samsung_wam250-initramfs-kernel.bin"; + sha256 = "cc1a61ee56cf5ba08cc7fb634aaca075ddb81a78573d166a42d77b2ae6eaf28c"; + type = "kernel"; + } + ]; + supported_devices = [ + "samsung,wam250" + "wam250" + ]; + titles = [ + { + model = "WAM250"; + vendor = "Samsung"; + } + ]; + }; + siemens_ws-ap3610 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-siemens_ws-ap3610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-siemens_ws-ap3610-squashfs-sysupgrade.bin"; + sha256 = "67b6d1e18882e10e5b042d55c6953ba0a839aa7086d78afed711275b772c5eaf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-siemens_ws-ap3610-initramfs-kernel.bin"; + sha256 = "841ed378027094bc4ecf45dde377f7669819305bfe3de4b385ce405c8ceacdd1"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,ws-ap3610" + ]; + titles = [ + { + model = "WS-AP3610"; + vendor = "Siemens"; + } + ]; + }; + sitecom_wlr-7100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-sitecom_wlr-7100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-sitecom_wlr-7100-squashfs-factory.dlf"; + sha256 = "4181acbf8e3ddc8daa6a23919a696b5e057bac031cd6890ea37a8417e1ccc5a0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-sitecom_wlr-7100-squashfs-sysupgrade.bin"; + sha256 = "646dcb3e20a3e01fa65f03c51368d9ef2effa8ef38df26a5e6803bccf682ae25"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-sitecom_wlr-7100-initramfs-kernel.bin"; + sha256 = "ccd8652dd3ceddd6942e4d20b33fa40f071e62a9e7ff24fa123e774521690d2d"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-7100" + ]; + titles = [ + { + model = "WLR-7100"; + vendor = "Sitecom"; + } + ]; + }; + sitecom_wlr-8100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-sitecom_wlr-8100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-sitecom_wlr-8100-squashfs-factory.dlf"; + sha256 = "fe8a9990d34a4d0ad8bfa0ec8d2fa31c39749913652347e91898d9f50cde93ef"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-sitecom_wlr-8100-squashfs-sysupgrade.bin"; + sha256 = "bb019567db089fa76226e289d7fb0b0d4d8f5ed604d8aa3900934ac3198a3f35"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-sitecom_wlr-8100-initramfs-kernel.bin"; + sha256 = "19d5dafe5b17227a87131406319676a5162cdbdeaa894b410211ba861a7270ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-8100" + "wlr8100" + ]; + titles = [ + { + model = "WLR-8100"; + vendor = "Sitecom"; + } + { + model = "X8 AC1750"; + vendor = "Sitecom"; + } + ]; + }; + telco_t1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-telco_t1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-telco_t1-squashfs-sysupgrade.bin"; + sha256 = "c845b1186bf883f51046943c3fde7b6c19201d813e279708d38d30c031ebfd52"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-telco_t1-initramfs-kernel.bin"; + sha256 = "8206b4f164cd1ea3ba6c2b1e673501ea04a0f85715a89150b4d37f86db1ef29f"; + type = "kernel"; + } + ]; + supported_devices = [ + "telco,t1" + "telco_electronics,tel-t1" + ]; + titles = [ + { + model = "T1"; + vendor = "Telco"; + } + ]; + }; + teltonika_rut955 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-teltonika_rut955"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-teltonika_rut955-squashfs-factory.bin"; + sha256 = "ea7b30e457071f12c0bc72b2c50f36682259cf81298bd8d89b16053ed00fa2a6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-teltonika_rut955-squashfs-sysupgrade.bin"; + sha256 = "9b22d1da74aba789d8fa672080a469017236015418a43252c8f2cfbdc5f6f57b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-teltonika_rut955-initramfs-kernel.bin"; + sha256 = "a3234d0589f93ff553fc75a74bcc12d1a52f58efdd56ea955c29e8689b5f9965"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut955" + ]; + titles = [ + { + model = "RUT955"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955-h7v3c0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-teltonika_rut955-h7v3c0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-teltonika_rut955-h7v3c0-squashfs-sysupgrade.bin"; + sha256 = "0b3869394e0deeb8db52da0f85d7f10890ec52d0f58edac905eab45c834220fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-teltonika_rut955-h7v3c0-squashfs-factory.bin"; + sha256 = "fb97f12cdbc03d263fb93cc731149865c7721e414b9a3b70b8c3facc430038cd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-teltonika_rut955-h7v3c0-initramfs-kernel.bin"; + sha256 = "94967b80b075cbadccf6a9c79402c60c82cf8413c40a8c680bfe11e7037cab73"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut955-h7v3c0" + ]; + titles = [ + { + model = "RUT955"; + variant = "H7V3C0"; + vendor = "Teltonika"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "ed5918e3174e32184b729c2817551c5f370ac2839463e39ecc9d7a5f985a7127"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "5607012900a23ff1512b186eb2444739bfc7e2ce877007c2a873e0e73aeffd3c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-a7-v5-initramfs-kernel.bin"; + sha256 = "8786201ac33f2cd9f8514660a7d1e3fffa3395adf36169849c2fbe3b493b61ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + model = "Archer A7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "7ecebf7fa5ee01c6e7f26cf7fee675549038a0112c61eeb88c00a42347859da7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "7efe95e9fa53d13059d22c0ca40d86f33441ce2247aa85ab2f9f521ee2ddbc0e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c2-v3-initramfs-kernel.bin"; + sha256 = "00f70531f5902dcab82b32f79d894ff66a70e97c01ecb36b1cacb068d6b54c5d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "d3767e0da8011e0d1e050fb458715600efb763c20be004792f3d8eba0ede28e5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "f39d705a8d2b9fca8b4bcdb3bddb8e96c53f7fdff81301f632eef69574011c96"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c25-v1-initramfs-kernel.bin"; + sha256 = "e1dca2ccf673168c779f9f73c1e1ab1738df41da2ecc44161a85c59b786b7aee"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + model = "Archer C25"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "2016ec71aa9cfda442c72a73f4c86f3fc2dab5845ab4a3f86edfbda9df358ba7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "b6eb9e4381ed6d70bed3fc7952bd3e3f2ad316e860c9c2437c695ce82c0617f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c5-v1-initramfs-kernel.bin"; + sha256 = "186e548cd01dd9aba4fd8ff7d8a7842c72a13ff01ea05f3915b4ebdecf1753e2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + model = "Archer C5"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "1c38976ea0e27b6080bfefa06b3f0198b2ac937509aa6d4151f28a285e5c4283"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "7fc89e6d8b71de681144b2a821ffe11c76a43d15c3e50e59fa7bf6380176e067"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c58-v1-initramfs-kernel.bin"; + sha256 = "da72b81a064d8bd2f96baa39515507c84fca6531ae65ab0ff046eddd31921ac3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + model = "Archer C58"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "194ec0c6a57fa7ea99c54c472052b3eea3eac63480e20feed1a1ada6b30ee797"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "7d86871591e9cfbbb9d508b73bc1d123e3eda01df0148c5315df6bb4bdfa000b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c59-v1-initramfs-kernel.bin"; + sha256 = "127c21055ce01179b5a539c832460c33ad4a85a7e6cc20c319cf157a81cba1df"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin"; + sha256 = "21eb0d8127779799f6a12be4809b8c5baef13a7d0a09c577e4d30a690d85d1ee"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "e64c27c7abf1dc44ba47bf3531e0227546d33f43374fec27bf1fc63a2b61f54a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c59-v2-initramfs-kernel.bin"; + sha256 = "099af232b002c04aaed2ce3441c17c2d95fc126a3b41a61424eeda7841c6ab9c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v2" + "archer-c59-v2" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "c52292d223369d3e3c4d0b56154b8e9764966d225b2f1923441060c48c913218"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "3f97ef0371b6a4cadc7528ae4843c92624b7bc1dcc8798116cf069c7643144cf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c6-v2-initramfs-kernel.bin"; + sha256 = "55fe39b0d0884a7d10f8361f49b23dfa5871504ae7293c659710ef497d5effe6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (EU/RU/JP)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2-us = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-c6-v2-us"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"; + sha256 = "e31488a38aa7f3332752bff3731dc6774ef3d7d6db1de8a16d10d022b6dd0e29"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin"; + sha256 = "fa1a40ec4f0dffa57f842a9f343ebcf1046b78cf2e710e17b2e4964b9e85261d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c6-v2-us-initramfs-kernel.bin"; + sha256 = "2798ce02d907d0fc9552f5b6dd547a281be605b7ba6b092f55b6ba876650ac7e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2-us" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (US)"; + vendor = "TP-Link"; + } + { + model = "Archer A6"; + variant = "v2 (US/TW)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "a9a608703d5ae719ece09c58a50b8cb2b9f53d68384721530e4fe18069f5b83c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "7499e3c8402af14ff30652c3073d161c97bc2f3f1751ebc1740ff2ec23dade14"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c60-v1-initramfs-kernel.bin"; + sha256 = "17fee4a38032cec5ea9773d3a7abe27eae1907e880064ef237869ee88fead834"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "f6a0596d6a2a0062f5b8d174531b346d0119348d67046d95b51d4d786e29e372"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "4257e48fdb360bacaf3bbb07ea79a6dedcecd3c96fac8b2646215a84f5de8b9c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c60-v2-initramfs-kernel.bin"; + sha256 = "252837627f6896b66dc9d020e5faacd0a0e6d31ca98c6d9d93173bafc5d199ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "39b1760c99b44df7b56580cb64b24655af72cf7cf551a0ce43a5c15a905df95b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "119a6d8418fcff537e46e8a24baf4c1e7aa0917123b3fcc2614162a836ced436"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c60-v3-initramfs-kernel.bin"; + sha256 = "42850a6ac7391309707ab5113d6945771d3a093fdb45ee13eb45bcc1459434b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "856844344fe33e5bad79671f4ea614907fe1bc810a8242504037b3b9a8f2ea37"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "56c304fbd6e8bae3df0e1f8555c6f92fa3ddc679187f5702381c7eea18b4240a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v1-initramfs-kernel.bin"; + sha256 = "cbf54f7ddef40b5b5ba0dc3a1b39914ef61fe89a49a4be310c39703344b63fe7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "3fd07bcc0bdd1e323ed5e2519658d196f358a5af36895d553ae194bb5090a9e8"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "d8cc230ba563550656966a5f2fe358136fad8ae687460d3cf73706a819c48b95"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "7927c0fe878b3ed215640ca7d0155ca214d70461fc229d2ca5d7649832f6154e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "fc408dd11af55fe5d7ac307fc50028e9a93c870c6aed16a03984e69fec564514"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v2-initramfs-kernel.bin"; + sha256 = "5d4c10380d06bf2505c999af41328bde1156b347f16fc707f781e0e26585c89c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "4ecc4da6e610358b52f83aed5c13a786fae2ba899220360a341bef2e7f409734"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "a5d37a76ecaa486d4d3ce371a8a38d525daf3b78b85cb9a96da92206c1578bd8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v4-initramfs-kernel.bin"; + sha256 = "d022d0e7345b78cee01acda1d68d22bf0db7182918d3314774ce3493725e6b88"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "f3150cf80a54c610c204ec4ed09f3646c149122445f579128d1f13ac473b0f13"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "d0989c260b7183ff7d988fcb6d1bb250461ccb68b2b3c1067315e6be03e40d4e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-c7-v5-initramfs-kernel.bin"; + sha256 = "a21572add9a16d8f69afeddb642972117984ae9ee3ad385c56fdebb64a88f930"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "f24cb8480353e8dc63a275d11be495904898e209c4da709712a617fc3adfd5d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-d50-v1-initramfs-kernel.bin"; + sha256 = "bde9bf37b1e775a255aaf3f85ea425e6120f716e1af057e01db3a9bfdb3e42fd"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + model = "Archer D50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-d7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-d7-v1-squashfs-sysupgrade.bin"; + sha256 = "61104e91801b241e1589128587fa0222e8dfb2cc3d24bafa1996be32e713bb70"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-d7-v1-initramfs-kernel.bin"; + sha256 = "ae21683935d7b506afcb87ee83e6f471592ee4d81a9c251435f20d0fef9d90ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d7-v1" + ]; + titles = [ + { + model = "Archer D7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7b-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_archer-d7b-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-d7b-v1-squashfs-sysupgrade.bin"; + sha256 = "7d2723c47eaf7e2932446a1d70910193d5b194648512169b1d133866316c390a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_archer-d7b-v1-initramfs-kernel.bin"; + sha256 = "0ea328d4c2af82d8303cf7a165e8746a15105b708d37b3b213310849d098ceea"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d7b-v1" + ]; + titles = [ + { + model = "Archer D7b"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_cpe210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe210-v1-squashfs-sysupgrade.bin"; + sha256 = "5a1d40e9cd7315c3708c6bd97d310fa37571fdcd199a84c9393aa43efd8f3825"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe210-v1-squashfs-factory.bin"; + sha256 = "dc9f91056dec29dc4e67165c322108dbc3ce7e0000e82299565d41ee0e561b35"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe210-v1-initramfs-kernel.bin"; + sha256 = "07bc304fa521f1cd9915142e3eea68be22c151c37299e4e9f0ac8e373f8fdd1c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v1" + "cpe210" + ]; + titles = [ + { + model = "CPE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "4159319040e676c34ae880f0b8e8f4c964ca444cff57ee9beb5899a513c4053c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "906082133b6eb5ce7f8f2064fece2dece0f1f6df0d25ab5bb8c0a736e448c724"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe210-v2-initramfs-kernel.bin"; + sha256 = "2df0c5b7f845c09914465bef56fb99f5f552c77efb84ef8a73da437045e07dea"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + model = "CPE210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "163e210c156ca24f3232a11ca25c62d1983f8d67d8126664ab20868e09384067"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "cbf1cb043d0f2dbae94eba50fa95c4922f98008e166a0b0cd0c5397177bdf7db"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe210-v3-initramfs-kernel.bin"; + sha256 = "ed5fdb7e2235c151e6e3906a29297ce68c0e01dba0859dd27dceb5351a9f800c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + model = "CPE210"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_cpe220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe220-v2-squashfs-sysupgrade.bin"; + sha256 = "3520acc6c604ff735e3a80983727aafb71797e74786922f572bd401054ca4d78"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe220-v2-squashfs-factory.bin"; + sha256 = "649e35a9642fea50e2eef364b580a787eada6339678b2cb2403f48f542d8eefa"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe220-v2-initramfs-kernel.bin"; + sha256 = "dca11346e59ea5c44e86d725967709fa3341d0108bb8ad2b8cae223c085cc1d7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe220-v2" + ]; + titles = [ + { + model = "CPE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "0436b64c135c60a8e629a44c4c18dfdccfe79cf863b28c13a3b328e16c69b1e3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "a1324388270ea162118bc44cb13d334f5ec1b6084e56c3f419a82a6d47e6629c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe220-v3-initramfs-kernel.bin"; + sha256 = "167ce03bc1ba31fd597b06f57af9ccd25ce333f2178d60f4a5d51b303fd41d92"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + model = "CPE220"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_cpe510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe510-v1-squashfs-sysupgrade.bin"; + sha256 = "1f72183763c31d2e9c6f6930be12c2021fde758699028d52a26731752f918bd3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe510-v1-squashfs-factory.bin"; + sha256 = "51268b991b7caf8c54e3a1e17a93e0565d424ad4c9af3f2225d165afac3c22b6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe510-v1-initramfs-kernel.bin"; + sha256 = "21f33c83a9b0cc3e432822a078d9ecdb1d4a06003f15273110272c2254e00455"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v1" + "cpe510" + ]; + titles = [ + { + model = "CPE510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "8562c76e2e0a76b0663acd15585d278837da08350a44c3b5b64097debf59acd0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe510-v2-squashfs-factory.bin"; + sha256 = "0141ded2b7c074f3488f25b0e4a2929ebd1188c51d031855f189e3a4fd46d26b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe510-v2-initramfs-kernel.bin"; + sha256 = "8bbc55446a63f93100a5271d83d4016d85fd07fea0330d43b8686ba22bea1fb0"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v2" + "cpe510-v2" + ]; + titles = [ + { + model = "CPE510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_cpe510-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe510-v3-squashfs-sysupgrade.bin"; + sha256 = "0521b78ed726083b492fb9504cd5c1e72e3405a9f8640b4ff807599427270d5e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe510-v3-squashfs-factory.bin"; + sha256 = "785304654b79641e841f372fa0888f02ecbce02f0486c896fcbb8207afbb8c18"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe510-v3-initramfs-kernel.bin"; + sha256 = "db2708a2dbe627434707130eb240a47cbe31577aa85f64c7275f594465053b60"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v3" + ]; + titles = [ + { + model = "CPE510"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_cpe610-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe610-v1-squashfs-factory.bin"; + sha256 = "71e6cc4ff1e019bcbb8e6f96365c2b2ff06d721734a8221e82c01b6062ff1080"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe610-v1-squashfs-sysupgrade.bin"; + sha256 = "e05ee6e7474eaac3e6af5460e7bf2f8df5b63c2c8afae7e2de64c3b1b6fe1b2f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe610-v1-initramfs-kernel.bin"; + sha256 = "061d5d2e9a2a7e8dbdd45bebadaf659403c1bacfc7c9cc89dc3a9b3fff7d09fa"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe610-v1" + ]; + titles = [ + { + model = "CPE610"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_cpe610-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe610-v2-squashfs-sysupgrade.bin"; + sha256 = "84c63a3fad622fd8087681516bd1ab4950b4e5b3829f32cf03b6c9b68ba9f500"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe610-v2-squashfs-factory.bin"; + sha256 = "62bbaebe9ac6f957ca401adecfa1a55428226f391c40fd8e40507ab4059a8c9f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_cpe610-v2-initramfs-kernel.bin"; + sha256 = "6df0061540f3c3f4ef541382699b884555eb6ab547996dd0323d7835c506b126"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe610-v2" + ]; + titles = [ + { + model = "CPE610"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-outdoor-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_eap225-outdoor-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_eap225-outdoor-v1-squashfs-factory.bin"; + sha256 = "c0bd3bd92ae2bbabda166802a33018b6aa45ddad0aa03d484b4e28bd577a06b0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_eap225-outdoor-v1-squashfs-sysupgrade.bin"; + sha256 = "dfc0f3bc5d87d4b429564eaa86b9b32fe0f66502b83d9702d20313763013ab59"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_eap225-outdoor-v1-initramfs-kernel.bin"; + sha256 = "6b2ef3136f9e6268c9cd36b71377388368acaa036033683e2907a3ead3b59818"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-outdoor-v1" + ]; + titles = [ + { + model = "EAP225-Outdoor"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_eap225-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_eap225-v3-squashfs-factory.bin"; + sha256 = "5793fb2234b0f135aff936d939adac7da502bc8563c60b6099ed3b60db81c738"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_eap225-v3-squashfs-sysupgrade.bin"; + sha256 = "27e17518dc0387f751b4b71bd84d64e001e5e8cfcdc6e63d48678b755c6f9b1d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_eap225-v3-initramfs-kernel.bin"; + sha256 = "334b0067cbce04a21fd18a1851885452a9058130f6c4c3bd6750f45fcebe5655"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-v3" + ]; + titles = [ + { + model = "EAP225"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-wall-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_eap225-wall-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_eap225-wall-v2-squashfs-factory.bin"; + sha256 = "002f48152b0fc973ca0f815476afb563d471972f4bcc321c8a04daa3ccae4ad6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_eap225-wall-v2-squashfs-sysupgrade.bin"; + sha256 = "e84a574d4c94049a298172d68cc09691307cfd710230d52f1aac5e43be388d21"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_eap225-wall-v2-initramfs-kernel.bin"; + sha256 = "9bfa182041ccebc96c44601cd56b9280be46ca8f36d83690d213dfd5a276e857"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-wall-v2" + ]; + titles = [ + { + model = "EAP225-Wall"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_eap245-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_eap245-v1-squashfs-factory.bin"; + sha256 = "ad58702092c597fe56808e356014797df7f60cc3ee46f054aefc1fbb16d3133a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_eap245-v1-squashfs-sysupgrade.bin"; + sha256 = "e486ca3e896f1b10099d9a46ff7121e27d6f85bf86e1ef1d53982fea65d0f087"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_eap245-v1-initramfs-kernel.bin"; + sha256 = "25a788565807bcb56ff4aac0e0290bb86a9c75a5b0734d8d518803b7a10dbc57"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap245-v1" + ]; + titles = [ + { + model = "EAP245"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_eap245-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_eap245-v3-squashfs-factory.bin"; + sha256 = "b5724ae7b71db85e2427f963d9edc347301f6160a8ff11eef60bc1be526ea0db"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_eap245-v3-squashfs-sysupgrade.bin"; + sha256 = "afd4a81b52374cd65b7286fbf72fa487ebb89f7c1775372c8000a20f84377d1a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_eap245-v3-initramfs-kernel.bin"; + sha256 = "7efd5c497688731d08c0009802a3f64e26429181f4ffde74ff8af5ab9c0f229d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap245-v3" + ]; + titles = [ + { + model = "EAP245"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "30fd717b7bb75d2c40dc812c84a117f1148ef54c49455741eb00c2c4089707b1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "54d4f71d7a97b3630b9adb241d862468aa8aaff1d0ee9d66313aacb2b5abbde5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_re350k-v1-initramfs-kernel.bin"; + sha256 = "9c2eb9d05ea3dedb834674bf5932da67fcc69b0b1e0e12deb2c50a6e579ece91"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + model = "RE350K"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re355-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_re355-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_re355-v1-squashfs-factory.bin"; + sha256 = "d2f81759683957d4d08513526ae1e085fa879075fa2f32c3d147646422339188"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_re355-v1-squashfs-sysupgrade.bin"; + sha256 = "0a50eae3f97deefc9392426301ca38f76bad870ab84556c618dc0b3aab3c5a0f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_re355-v1-initramfs-kernel.bin"; + sha256 = "39e8c25bb72db900550d41d6d708900714fdb61e2012033e2a6fbf208e5e885c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re355-v1" + "re355" + ]; + titles = [ + { + model = "RE355"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_re450-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_re450-v1-squashfs-factory.bin"; + sha256 = "a946be0f7234727f0d9be53028420de990f275855738f8cf0098db89323302ce"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_re450-v1-squashfs-sysupgrade.bin"; + sha256 = "dc9b4451951217952f72f2000dc7b7db3652893cbc97eeffcf5d673256abd97a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_re450-v1-initramfs-kernel.bin"; + sha256 = "290a85dc7ee61d822d62f876dc555b13375710ba9f2aec2d49097a0ff61be348"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v1" + "re450" + ]; + titles = [ + { + model = "RE450"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_re450-v2-squashfs-factory.bin"; + sha256 = "9bd28d13ad7542d155a3389740359b28cfbc0fb66c99c30f0ddb32c3b16cad4d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_re450-v2-squashfs-sysupgrade.bin"; + sha256 = "90d4b11250cb760ed8ea5960b35e8a0f3fa28d48c10111d363b9cdebe2d671e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_re450-v2-initramfs-kernel.bin"; + sha256 = "3624941cdd91c82ce1b4c557d889f0d681f39645811c98a90ed98a8462d6e66a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + model = "RE450"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_re450-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_re450-v3-squashfs-factory.bin"; + sha256 = "10d820e31574278185ab79ef1133f60438c48312b16d16c94354fd538366220b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_re450-v3-squashfs-sysupgrade.bin"; + sha256 = "e21a46c295494865bfadc69e123f88aadc81ef3b2e7adbf64f7e15a0b1b48e0f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_re450-v3-initramfs-kernel.bin"; + sha256 = "e074f24e8780813ce58f2d3ae1bda4b74d1426d21639b2277296a41725ff11f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v3" + ]; + titles = [ + { + model = "RE450"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-mr6400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "0d2ab03fa619f255a688ca0474e5d730826f6f6d68c08586bb66fc8b78692cf3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "2d78eb9a5b9f27e3a850eeeb149bc3ecf7c646c3b4aa17e45158fdb21922e523"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-mr6400-v1-initramfs-kernel.bin"; + sha256 = "33bb042930d0427f8570e41ccdb10fb2f2ee5f16ea789463cc67594e79f47800"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v1" + "tl-mr6400" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "f6b147218a3f18517ac10f6d68ca1906c6047aa50dea1fdcd7e59bff1151057f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "c5c2e577a3870b56ca0d9d2fcdb1c648fd050810b29ac7e96f6c8214dfc745b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr3500-v1-initramfs-kernel.bin"; + sha256 = "1280d7655ba1e93972b85718dadd581491cd4bf931512320a36f762e7f495dfb"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + model = "TL-WDR3500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "ae0e61614aeb27fe8b8f166c9cdb8304232b446660ca560d1d7d4401555d7a2f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "cb8b4db44138d2e88730fd068f74c742a2b1143b1532168b941a943001f16ba6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr3600-v1-initramfs-kernel.bin"; + sha256 = "8f1592609022bba16bd89cefa9ae9fd1bc5648e9c6658d7f749d7a1036e3a74e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR3600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "79dc25b36205d334b1ee00de8418f71009d343717509254562442f4bac7c8d00"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "429001448f02e22e39d69cb87ac52035081dc072fc7a0e7ec5e4c5a7380095e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr4300-v1-initramfs-kernel.bin"; + sha256 = "21453de1b7e1e43e9ff592ca641c06a7b91c28fc5c82bbf34ae6462095f183ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "3eb6d71c75f6b0cf2e0907a1ebd1d5fafb131c350f3b17b022284218e15abe58"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "0e948d0c339d2cca5e7ed873ec9a0c7419db8fb2dbd8f622205832630156b49f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr4300-v1-il-initramfs-kernel.bin"; + sha256 = "2238e4039e47b80a2acf2bcc3b1bfe2369b0c7fce573c3c981971498c9da0976"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1 (IL)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "ff9893fc6fbeb47455f66682cbad068fa16318aedae80e93d0483842f460e1df"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "86475a717f2d73345c109ee86f697acf689e79456702887b423476cf5ea8c189"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr4310-v1-initramfs-kernel.bin"; + sha256 = "3244244dd60a41458d7b0aaf0fdf4d7458304b2fb7ec520a380f7f50e5e80f14"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4310"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "59022b92062c6ec342248d1279b749df1ed2ade97f072426b3ea8146261ade38"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "8da3aad9f40b82c6461dc91437d6baa5742078b471a4dd5d08335c7b1f75505b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr4900-v2-initramfs-kernel.bin"; + sha256 = "52d056c47e94682ad241b885cd97087c467d71a96b0f41e71eeeac1d1e05cc39"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr7500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "4cea0aff2b49679539bf85e3c68ce933e7ea3ec8b866e19497bcacd4b75da353"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "f0ce77819ab0a61817eefe1cd6404a8e16a3084386d32b8f1bd396e242fd5c21"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wdr7500-v3-initramfs-kernel.bin"; + sha256 = "70598031a6e0e0d11dcf8534fd8991a27483bf340cf11fac43b3dcff41cccccc"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr7500-v3" + "archer-c7" + ]; + titles = [ + { + model = "TL-WDR7500"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wpa8630-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "4348c318fac30981abc6149b01210c47ca66c9349922ed909317b838abd312de"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "9aa214749de9fca8183eb790cfe88a452c680d68ef5a333e81a234950dffb10b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wpa8630-v1-initramfs-kernel.bin"; + sha256 = "246b532e09003269fc235bbc1824a20776109a1528edc0b758a4208996e41b77"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630-v1" + "tl-wpa8630" + ]; + titles = [ + { + model = "TL-WPA8630"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630p-v2-int = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wpa8630p-v2-int"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wpa8630p-v2-int-squashfs-sysupgrade.bin"; + sha256 = "7fe5f2114f0b103a24222228b1063c2eab4c2e275f4c42b329dcf60038996527"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wpa8630p-v2-int-initramfs-kernel.bin"; + sha256 = "315458f11f4cdd7385fc94dbee339407abaf7769072bb281bea8c93ddc45c735"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2-int" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2 (Int.)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.0-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wpa8630p-v2.0-eu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wpa8630p-v2.0-eu-squashfs-sysupgrade.bin"; + sha256 = "dacfe02ebc102363c9d59ac51c10d943024fd3858781c3128ec719cfc2277183"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wpa8630p-v2.0-eu-initramfs-kernel.bin"; + sha256 = "1f8c9d664fcb643ec7438e41b876f455b84c62143a9bb8a3bd9839f7eea2b247"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.0-eu" + "tplink,tl-wpa8630p-v2-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.0 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.1-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wpa8630p-v2.1-eu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wpa8630p-v2.1-eu-squashfs-sysupgrade.bin"; + sha256 = "66fb5c02b25c0f92e985fdf0a3b6071e264714a49096b1100adb0e35b3a188dd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wpa8630p-v2.1-eu-initramfs-kernel.bin"; + sha256 = "74981d690285e962f83919c6ac5803629fe4dbaf1164c2902143c03d94de5ff8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.1-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.1 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "446b375e7cf954f8592c64088674455308c112205f668bab34d52dfdd2468be3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "18f2272764f0041ad312bb07ae1b5fe140dba8f92ab26c2c3a69fb2ca21a97ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043n-v5-initramfs-kernel.bin"; + sha256 = "6b19452c566ad19ebd9a3de716f1f0d4ec6ded0a8343e14510bfd55353b2f130"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + model = "TL-WR1043N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "a81e289d0ed476c72cf87ff06584a81d53b0fce09626d4b211fc2e8130635260"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "22440481c43259b925540ba732d97ff4bb97d5ca70f674652bd2e6678daf6d5b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043nd-v1-initramfs-kernel.bin"; + sha256 = "95bd04a89dafedd85f3600910d60736a72a9e35efbf5e653dda612536b9b4ed6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "b5520b7a7f6204bfb82be6ee51cf160996c542d2f41dae2087438f6209b30081"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "6bb51b762f334c908b516919105ba200f668f52956cd44bce361b2f7679520c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043nd-v2-initramfs-kernel.bin"; + sha256 = "422a6077b55ba361e6a090f90aaf655ddc6d8c783a67a820f6f95b15a4924824"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "ef31197cbc2eeb6ce4571bc0d73273fcb635a519d2912ddfcd50ae2991892e58"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "ccbf74fa35895bbb01973688604ec6ade1b0d7fcd29435b0bb819f19745cc6fc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043nd-v3-initramfs-kernel.bin"; + sha256 = "a042e39b6cd5fa32b08a6c16113973700aa6864ceedaa33697951056d3315189"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "2ae14af37171b142e6751348676e98713af6541e93fdef5d0945a59f92ecab8f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "15a90ef0762d144ccaabd79284d86ab0fada6b302c67b7e0e7918b87426981b4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1043nd-v4-initramfs-kernel.bin"; + sha256 = "0a0059cc8f6544a6a74dbac14d5feb67ec5684e5d0b19e34d71dd37960772091"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1045nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1045nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-factory.bin"; + sha256 = "b5d74c890597f33ccf9699bb9309c7b45aff2e3174e7fd5c72f02bee8ac9cb3e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-sysupgrade.bin"; + sha256 = "4888e1ff1363fcf80ff5e8c35c997c9b9b9df3447a53d1eaff540e2055bff061"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr1045nd-v2-initramfs-kernel.bin"; + sha256 = "8cb19b69e79915dde65890784e534b6afbe74ba87e4748be08e094e1a429bb68"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1045nd-v2" + ]; + titles = [ + { + model = "TL-WR1045ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "e85f02a086b35272509a8e90a8cf11b5468c4ac05c0cd070ca17d16ff231633f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "b34c2ac4e643aa636b0f63c00d5915d625d0fccc58371ac87b584ffdf1151b65"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr2543-v1-initramfs-kernel.bin"; + sha256 = "6435fa03668cf5b04e2f5dac1fef7e48655fd7ab3fc0e3106a9f6e0bfa11c089"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + model = "TL-WR2543N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "93cd7dac679c3148fef0cb7d4c702b51c8117be3335e247db84d59122cde89b8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "161a0b5bd6daa0a410225fd99ce1e8440026e7564c694b031fae5fd00b9a6ffe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr710n-v1-initramfs-kernel.bin"; + sha256 = "df0ede4d01919f7b380f7cfcf03f5495210302590c56068c7b0865f14ab8cbc3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "e7565efac5d5783e0c867036b488febf44631a96b802cb71328cb13bb9a7bd8d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "3215ac100ef60ad0fa9f8e6a329d7d3ee186b274ad14206242a23028f348d6f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr710n-v2.1-initramfs-kernel.bin"; + sha256 = "11c24fc0ab6a6ce83dca73059c5805eae22310738cb7b1a98d05d118ff96a11e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v2.1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "eba6db89d712149691493501b5f586a4f5e5a91c43cf089890764db87ceaae10"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "3aff413f7aaf84fb4df5545e94550eb1186e837603b176115ff9016804bbfffb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr810n-v1-initramfs-kernel.bin"; + sha256 = "ff22c687b621b6487288ccb791d872a569da3164d9a80818414d5eb07553c23a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "7c1d6f3a33406f31c6149f887da0be30c39797985fd60ccf59355332fa52dc35"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "322811784bbc5d5cf57dc7bcac794eb92bc783b4b849e9964a723c9111168deb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr810n-v2-initramfs-kernel.bin"; + sha256 = "2554ebbdaba70e5992c4b66769bdc860b65461c98304de3fdc28cbba3fc99647"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "9dbbeebadc39d52b744d87c771a5133aab06f58315aa0c533a24aff8abe20a4a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "393b07f9357eabd330b2b1419616a2329b44341aed7e634b448316e8404c68ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr842n-v1-initramfs-kernel.bin"; + sha256 = "069df074ef5942cb087df09e6cf26d5a608372ac0034d7cdf6763e49076ebfd7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "4cf29ad664137873e29a99e94564ac228267575f0389ba2297d80275cdd482fc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "9209d8c5a48ef42b4418ede61f14d5820bda73ec3c98a3c8e346136653bfe9fe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr842n-v2-initramfs-kernel.bin"; + sha256 = "1369209f9f3848b1a79d9842cafa30a1196b0297eb379b4a0217630a176969c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "91260181e496d3d14a0cb1e74b6df9d842e04b2da74ce748ba196ee0f9fd343a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "76e5935e401e49cae3b3c5cda9add6b9057cfe9ed220aa72b903252f65fe56bc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr842n-v3-initramfs-kernel.bin"; + sha256 = "ee38a553873c389ce8260fa7069bc473733bf5065e936e964c7e3a740c4f0001"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_tl-wr902ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "4c43c0b344af6881abc04fdeca536e8bbe385834a2000c5e35bca6ad1cef86f9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "fe28f7fc22135d6b9f90d155a14aff999dda3c267711bae0e85916ebb7a5b6fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_tl-wr902ac-v1-initramfs-kernel.bin"; + sha256 = "bbd880f14fcba7b4347a40d4f7c2615ccc1119cd16c5e6ba4a82c96fd7de6b79"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v1" + "tl-wr902ac-v1" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_wbs210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "99aa8273a96af765ddd79215c8f99a0b3ccdf3ddd0325d919f97d0fba2e8913f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_wbs210-v1-squashfs-factory.bin"; + sha256 = "98c43eb5afcdcd312309d0491345d713ab8e4b1e626638b3fe637f2808dad438"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_wbs210-v1-initramfs-kernel.bin"; + sha256 = "eebabf9c596ba0b18fd34446b47a19210cc2ad21ffbe6e44affcc8e1f13122d4"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v1" + "wbs210" + ]; + titles = [ + { + model = "WBS210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_wbs210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_wbs210-v2-squashfs-sysupgrade.bin"; + sha256 = "3a40b686798c67593262bc5491050b4cffdd6b9be19895a4d177aff821f6d7c7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_wbs210-v2-squashfs-factory.bin"; + sha256 = "06db714e9f2975a4115b81acf8c0af0a1c2665268a8d295539fe24778710e185"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_wbs210-v2-initramfs-kernel.bin"; + sha256 = "da4a4f05e93df76d6e05a8817945163b63382d24c07357f686794bd74366ed93"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v2" + ]; + titles = [ + { + model = "WBS210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "db7dba30f2a801d622d23df3e5524604817aec8f0f49c74017df148360f3eeb0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_wbs510-v1-squashfs-factory.bin"; + sha256 = "0210d6feea1e32318654c2b97dfff0b35f3bae94c0ebe0a78cdf5e22429116c8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_wbs510-v1-initramfs-kernel.bin"; + sha256 = "f286e1dd372539b09effaeb5964f6ebfffc4b6b0d2bdec0cb8b5fe12996ba08e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs510-v1" + "wbs510" + ]; + titles = [ + { + model = "WBS510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-tplink_wbs510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_wbs510-v2-squashfs-sysupgrade.bin"; + sha256 = "a7be4bb5e67b94277a88fad69cd7b8141be636aab6de520b5cc2dd052274101d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_wbs510-v2-squashfs-factory.bin"; + sha256 = "79320a42d865a84b6b37ab632556c6bcbc6fdd62ca964d356b0b59452940889f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-tplink_wbs510-v2-initramfs-kernel.bin"; + sha256 = "a25e40dfb83e4b74b2e5f8e63d76d74a6b9b9230f97e4c4e4095af2cebcb7143"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs510-v2" + ]; + titles = [ + { + model = "WBS510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-823dru = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-trendnet_tew-823dru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-trendnet_tew-823dru-squashfs-factory.bin"; + sha256 = "42388b49c73a2712f5b36e02e9bc338950fb1204be30bd5ce870358dcb6b8a2d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-trendnet_tew-823dru-squashfs-sysupgrade.bin"; + sha256 = "54ae064bc6ceda1487e4be73241f0bb310947b24a6e4a874565ba9e409ba6c24"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-trendnet_tew-823dru-initramfs-kernel.bin"; + sha256 = "69111b0a3867aae9cb4db98b9d1880a556df3ab9aeb6473cadc0da96a999a524"; + type = "kernel"; + } + ]; + supported_devices = [ + "trendnet,tew-823dru" + "tew-823dru" + ]; + titles = [ + { + model = "TEW-823DRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + ubnt_aircube-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_aircube-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_aircube-ac-squashfs-factory.bin"; + sha256 = "6994967d93386f7efca5deb4ae05a85fc4b874a33a0b1c084f97b1cbee0254d3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_aircube-ac-squashfs-sysupgrade.bin"; + sha256 = "d18ffdd26f7a91c15136776b1dd18f2f1b9107f5ff4dc608fc3983acfce06221"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_aircube-ac-initramfs-kernel.bin"; + sha256 = "8c884ce343c0da728f3d3d53d692f958226dcc918397b9267b3391a9980f90df"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,aircube-ac" + ]; + titles = [ + { + model = "airCube AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_aircube-isp = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_aircube-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_aircube-isp-squashfs-factory.bin"; + sha256 = "a582a77155e2646b9df50731f57fb9929bad4184d419af951ae261351fd15e3b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_aircube-isp-squashfs-sysupgrade.bin"; + sha256 = "217e8a3be99489782123926c317d8303dc7501174b455eb3a3864fbe5ca64fc3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_aircube-isp-initramfs-kernel.bin"; + sha256 = "95b024ba9f367cb0b6305170dc4dabe043a983e5b4d7f396bc8a816f8e39b148"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,aircube-isp" + "ubnt,acb-isp" + ]; + titles = [ + { + model = "airCube ISP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "ad256d88181766c1d91f7ac11cb66adf7f0a930de80f71c09241401488da8664"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "136b00ec5ab44928ce3e3f01fff6c18fab7ed501318d93f59f2b3a15dc28c343"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_airrouter-initramfs-kernel.bin"; + sha256 = "a02706334111bcbe41abcefc8d204864dd33d68a02ebc5e8b6789fb78397170b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + model = "AirRouter"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_bullet-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_bullet-ac-squashfs-factory.bin"; + sha256 = "0dc7123841ac5ba8a38429f653abcdb9c09b779ac1f48834ec2f5e12bd94bfd8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_bullet-ac-squashfs-sysupgrade.bin"; + sha256 = "3f572edcbe8a43cdd05993b8b12be04da531d947ae55061a209a3591ed1c917b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_bullet-ac-initramfs-kernel.bin"; + sha256 = "fd76aef727b5427a4a694d2c91dac29988e260ffd068e41a63a7fac1c41d412b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-ac" + ]; + titles = [ + { + model = "Bullet AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7240 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_bullet-m-ar7240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_bullet-m-ar7240-squashfs-factory.bin"; + sha256 = "c08befb3301ee8b844f75bc5761caf690226fb9ac89d4686f088a848a54dba2a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_bullet-m-ar7240-squashfs-sysupgrade.bin"; + sha256 = "96269c2d4dec224a28a52e62ef7de79a2abb81ebae7f271674a467bbee2a9741"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_bullet-m-ar7240-initramfs-kernel.bin"; + sha256 = "4d5cfa3c1c0d200cba0760dc6dcd7a3b9f9331d0148f2a2695cf4285920d7b22"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7240" + "bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7240)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7241 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_bullet-m-ar7241"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_bullet-m-ar7241-squashfs-factory.bin"; + sha256 = "fd768521b8caec3faf6c842cc3ea1b926d15bce8c813004fa735cd38142fea0d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_bullet-m-ar7241-squashfs-sysupgrade.bin"; + sha256 = "12d38cb17666794ec422f77afb3c5227877017ea7c27e98ecf31b1fc29ad6cf2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_bullet-m-ar7241-initramfs-kernel.bin"; + sha256 = "f7ccb8840213e41c65adb8e0aef9d1ab9c1d5180f5f6d67508f56441173642ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7241" + "bullet-m" + "ubnt,bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7241)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "ab2026e1557bf8b6cccd9b24590dbced60bb350570bb13ed5c4cc4220c216f5f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "9ae9798505b0dc9c77e61569c067ab9f2140efc5c9ae6f29de1f166d2a9e2a53"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_bullet-m-xw-initramfs-kernel.bin"; + sha256 = "3945622d70a897e2ba0eae2e34d145c8a653fc83eb3fbb11b86fafc7f9a04cdd"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-5xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_edgeswitch-5xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_edgeswitch-5xp-squashfs-factory.bin"; + sha256 = "0c364d8445d295a2cfe36b6bb86c0dd59a667eeb5d6e3c91c8f2ac038d4e6f04"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_edgeswitch-5xp-squashfs-sysupgrade.bin"; + sha256 = "226d3210915a01b06e6d1b6672305296b18fdeefaf4fd07414a59a26849f391f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_edgeswitch-5xp-initramfs-kernel.bin"; + sha256 = "0f126e6d0d7ab3496c1852ba454aec3698ae0d187b285cae8e96764d3da80482"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-5xp" + ]; + titles = [ + { + model = "EdgeSwitch 5XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-8xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-switch-bcm53xx-mdio" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_edgeswitch-8xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_edgeswitch-8xp-squashfs-factory.bin"; + sha256 = "d864983bd50cba48bc2cb9460c65a824080ffe3400a5d2e147ee97e6a3d8941e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_edgeswitch-8xp-squashfs-sysupgrade.bin"; + sha256 = "1322d3f0902161751dbe065f51f2c51ef6854edc367eace18839a39d386ccb87"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_edgeswitch-8xp-initramfs-kernel.bin"; + sha256 = "4b0257d2a6633ca06506e606855d8419b832fff7d8ab4484fc949285c4a3b2c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-8xp" + ]; + titles = [ + { + model = "EdgeSwitch 8XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "4357f54900e22ab881cd725ace0668ee2a99f87a76c4425f9a6d1d12d279ec5b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "f6c9b2e7a2f82ef52d2dd965916d96e5f831d7d8ac02f70df800aff4997962b6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_lap-120-initramfs-kernel.bin"; + sha256 = "c83b6167536f4dd5875b75ea55186693d95449497b808c62453c8cf98e3a2338"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + model = "LiteAP ac (LAP-120)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_litebeam-ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_litebeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-factory.bin"; + sha256 = "f24694c54ce4b4f4b951e2826e55deaec309794a18f3e2ee9824c553e814bf38"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "95ca5495e0a08b8fa60e3d5adac603e3b7d84e4d930c4d1e168498cf3932c47a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_litebeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "158becdda62fa488f1b6e55fbe25685bbe2ade47c559cc5c08e6b1a716c15b08"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,litebeam-ac-gen2" + ]; + titles = [ + { + model = "LiteBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "1f6ea511718488ee2b7557b46800d0419a5b6148dfc3c5747f61271523622262"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "14a7ef8886cb8672b2671383692c66742ae887c7f5fb001ecbf5f1b2ba795176"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanobeam-ac-initramfs-kernel.bin"; + sha256 = "0aab9fcb9c47cbe7a5fbbd063eb1b0d3fa84b860ac2cd17b93e6ece59251befd"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-gen2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_nanobeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-factory.bin"; + sha256 = "3c3ce858e4fee9ae1d0e195cd279cd8accf93caa4d0e0cf3f1493eb33511049f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "12dc0a958112ca8b262c96e5ea5013ce45cecca0e14b0d3b438ebf47aece135f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanobeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "964e64bc375bdd4f4349ab250f12afbb37599d4154e05d2ddf6f9d2b32b1c1e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-gen2" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_nanobridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanobridge-m-squashfs-factory.bin"; + sha256 = "b9447785f5d6adfd2bdc2d31dfdd1da1d22220bfbf23f09afe0e4d6559d111a7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanobridge-m-squashfs-sysupgrade.bin"; + sha256 = "0993ba1f3012cf4e26d2a8bf873d8e2ecee8c9aba4bc6f8d440e13c4278ddb6e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanobridge-m-initramfs-kernel.bin"; + sha256 = "e337d9cdfe97b8c62ae094464f98a69c683d67fc86dc0092a2267293d55ad990"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobridge-m" + "bullet-m" + ]; + titles = [ + { + model = "NanoBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "7f536ce08e849771ee49dba58753f10f96080bf39e43c39f22881df0229e5fc2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "8c8d362ce1283b13e258ae517f3f22b065a379d4755f70c825394cc1e04bf6ec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-ac-initramfs-kernel.bin"; + sha256 = "f17f0572fb3155130ad2110abc38cd5dc51564022cd1e3e417408eb8fb5232cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + model = "Nanostation AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "e29a2870191e1616115f42e00ca2d0f9d450845b68106e4413509e9cdb0db4b8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "b57ee071d7829d88b525c75ea2396d45b98ce8f71f272f83834e1244a8f59335"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-ac-loco-initramfs-kernel.bin"; + sha256 = "ca4fdca9c31bb104535f366355f3788217bdb8d5949bafceaa93d93c27bed740"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + model = "Nanostation AC loco"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "1bbaf483fe8e832d7390844cb66fc5898c0b8facd0c5db537b5fa76b5cf3bcd1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "faa195d9f0a52d49ae8c4643fc84ed9f98a7d360f9b9f2567a34ad8bbfe0e6b5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-loco-m-initramfs-kernel.bin"; + sha256 = "1c5c918d72d9ec6d1d1687156cf9baa9c85e409734c78146f094c43706fa8960"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "45eb4fab39259424a2b0ccc98d160a0cf22f24533409a54f4288772112be4ba6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "9d958c3ae9c7c7f87898a6484ce6aadf0b56eda995d928e6838e927a922303c2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-loco-m-xw-initramfs-kernel.bin"; + sha256 = "344044673982b158dc77b20ebdc8e459a1c9e04a32014b701a3f860bfb4e6703"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "c81033258dcec56d910700ad420675598fa8297798595ab87f72e531e7d5ae61"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "6d3b9c172e92474f9c3d82b89c04c11734d20c08c8277aae8ec0a2a273e941d4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-m-initramfs-kernel.bin"; + sha256 = "0b05182406a95e736f9f079b40d27b8cdc61f173a41b14c09196bc8a1556229b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "d78d2b5792e91d6db6592bcccfa8405180b57a79aa4897f065c3c627d19ec2fd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "913a2203461f550ec5d7597d74a4d0ddd4bda5b62ee3a609ec611969780c928b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_nanostation-m-xw-initramfs-kernel.bin"; + sha256 = "9ae47273a7b9ac8cf4ae951186eb11b4b6f61bf25943c74e8bef94ef1700dd94"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_picostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "7a53d5cb9cffb4ae4af7d24678168a4d46f77f582331bfa8bb65de52bbd6936c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "53c3092f171c5bc36e22f810734b22acc9cacb3f6b2511e58285a8d0392ee307"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_picostation-m-initramfs-kernel.bin"; + sha256 = "54c003452d943b1ada6b51667a7f50a545b3c773fe66cab6301b95bfb843b42e"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + model = "Picostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-500 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_powerbeam-5ac-500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-factory.bin"; + sha256 = "ceeda617c60134113bfe4d7a501719626b031fa9e2925d76240ada5b45301a60"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-sysupgrade.bin"; + sha256 = "68cb1c9796b6d3609968cce17bbc3df744ae97bf42b4aaa2318d40f5f21742a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_powerbeam-5ac-500-initramfs-kernel.bin"; + sha256 = "f3779097edf36416b0e144409a2abd50cab3b08ad09d239036dae062c79e5d0a"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-500" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "500"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_powerbeam-5ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-factory.bin"; + sha256 = "077eecde385c341db71a65c8126538657943b6dac1326e0bf26552a365b0f92a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "cb27d18e8946f02f44e3dbfe37842a577206f80d8e31bf742b7db37a8c90e68e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_powerbeam-5ac-gen2-initramfs-kernel.bin"; + sha256 = "46f7291345ffceb4b3b86857c2a90a9fa1aa0a0af9cd7581ec2299d6d3d6950c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-gen2" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_powerbridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_powerbridge-m-squashfs-factory.bin"; + sha256 = "ac551ad37c87b50f447074ec516639a58b35c0f8c0c008b7516b6ec01b4df4d9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_powerbridge-m-squashfs-sysupgrade.bin"; + sha256 = "19b98bdd90022681002213f9ab000e4c15e52ad293228e1e1be026aabdedd539"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_powerbridge-m-initramfs-kernel.bin"; + sha256 = "5feb8f296ca2dee2689efe38336b037dbc93c816bb6355b39d6944573cff9f98"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbridge-m" + "bullet-m" + ]; + titles = [ + { + model = "PowerBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "87509ac21bac75d0e4440c7502fc830544667f6dbd2161780c53219e7e24bcf3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "2dae981837ef9d0a00090d8c9c0a8b418e56d06f5d64135c0becadc8d681bac4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_rocket-m-initramfs-kernel.bin"; + sha256 = "43b941463d31e88274e9bdca3adce88287b6bd7a1595cc2f626420d9c480a211"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + model = "Rocket M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "0d1a9952fa9999817ed03000d201c951d574eb3821227042229d15b506258f2c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "27db6171ec51b2d08d43f2ba4392e0d37b4da6ccab9159dedcbce2972f6df34a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_routerstation-initramfs-kernel.bin"; + sha256 = "a44c5b9610ca5895ecf0e5a0e1073ad6236204e1ef075a53d25f4f9e824d6e68"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + "routerstation" + ]; + titles = [ + { + model = "RouterStation"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "61b09646a2e9822ce1e3f10a246905fb0465c298a7097fcf26e18461559f7062"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "9f40986352f4abffbf69ccca51196e2688bb607e003d73e5c9702cb50c3c8ddf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_routerstation-pro-initramfs-kernel.bin"; + sha256 = "9370ceb7558d42f43a8000e669864a096def7768731925153bf43e13329182fe"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + "routerstation-pro" + ]; + titles = [ + { + model = "RouterStation Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "78ebf3fa73762b907e3c2a2af7cccb8caba4c10201b6ec68ded0d5d61cf630de"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "afd04b578faf671600de9af66610ea749f41772cd08b1951d56871c12c834ab1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifi-initramfs-kernel.bin"; + sha256 = "38eabed840e1741a709ca95486e71b50c7b78325659beb4f28296b09b471d944"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + model = "UniFi"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-outdoor-plus = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_unifi-ap-outdoor-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-factory.bin"; + sha256 = "08c06bb3479f62ed1a5fc054793a627c0a8e9936d5265c5e54847b66a150e378"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "ec0d35ded2fe479baf729e5a40ae8b41461a880ffdc8ae30da29e5831b977a29"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifi-ap-outdoor-plus-initramfs-kernel.bin"; + sha256 = "61939b8cc33d3a968a4c0264819edd879edecdf8202732138a02b985d499e391"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-outdoor-plus" + "unifi-outdoor-plus" + ]; + titles = [ + { + model = "UniFi AP Outdoor+"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-pro = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_unifi-ap-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifi-ap-pro-squashfs-factory.bin"; + sha256 = "87e0dcd647c750709c61dc16b1599ebdb2f00b6d8e6e467a603615d4db82e640"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifi-ap-pro-squashfs-sysupgrade.bin"; + sha256 = "089cde1d83d9d61dc402ed09215083da01e88107185ea47dcd75016b0657b1a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifi-ap-pro-initramfs-kernel.bin"; + sha256 = "b4778d84e4c4476c4f6b25f770290589f7ef19875318757cc99c02dd029310f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-pro" + "uap-pro" + ]; + titles = [ + { + model = "UniFi AP Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "2eb80adde6d40a3d1c56053e5f479bc42f137c5a5b25252cdee313ae4366236a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifiac-lite-initramfs-kernel.bin"; + sha256 = "0a5da7fbc89bf87802f3f3133d94be97d55aa33e255657f1f06a87d9eb8da2a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "5ab38f85d7e2d461499f6c808762bb4005852cf04441cf3b0ba1bd7f8057b473"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifiac-lr-initramfs-kernel.bin"; + sha256 = "a598a636e75a98b10a9bbea6f563ab3da2cd9019ae6a816aa03b7bafa0ca7908"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC LR"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "d5e2a87c04492d4b103183d20931125886739b3ffc4cc6fa25e30a4635989719"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifiac-mesh-initramfs-kernel.bin"; + sha256 = "aa50e24b618e52c073b486ff7e248647eba3743d2f8b54c2f77db66ae0448792"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Mesh"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "8bae18b9d163615b607c7ee17e51b5c4a56bd7f761d70bf278e97592d942a993"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifiac-mesh-pro-initramfs-kernel.bin"; + sha256 = "7b7e30d9cdd5edea0201711b63ee01ab87f0dcef23009d28b1ee0f7e35f56550"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Mesh Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "3ffcc4ccf07af1eee896039623577edd7e77d09535a238268d692eb015c13d46"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-ubnt_unifiac-pro-initramfs-kernel.bin"; + sha256 = "af68388a7f74212b9e202aec0cc631270067c44dab0bd2ef94e1a4cc406d034d"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + wallys_dr531 = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-wallys_dr531"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-wallys_dr531-squashfs-sysupgrade.bin"; + sha256 = "2c3f879360d37556106eae5d8bcb89e5fd0be118ecc379b2e9f6bd285a55b9ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-wallys_dr531-initramfs-kernel.bin"; + sha256 = "b224a420bd8aec95f56c494fb730996b5e8a4729e54f2c4fb71031d4b105dcde"; + type = "kernel"; + } + ]; + supported_devices = [ + "wallys,dr531" + "dr531" + ]; + titles = [ + { + model = "DR531"; + vendor = "Wallys"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "666f3463d44bf9fc1da78a57b88ba31eea79b8505ba1f41614144c181f19d43e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "6d5a146d80b5de70cb78c22a4e29b85a22cc0439d68eb723c8c4cd9d631cda2a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-wd_mynet-n750-initramfs-kernel.bin"; + sha256 = "ca8e8a162498528993634f2cca66962eef4e315dc2b29f1c46cbd0ec82f9cf72"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + model = "My Net N750"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "8df80e237581027eed35d745c8519ea08662a4145349b43a61b5b2d501b9115a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-wd_mynet-wifi-rangeextender-initramfs-kernel.bin"; + sha256 = "27bb77b334582f240125da278f1ba0ae2db055d425bb79ea80eeaa1c072fe29e"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + model = "My Net Wi-Fi Range Extender"; + vendor = "Western Digital"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "9396f53afc32e9b5adb2a8cc06499b84ea931aa9791d4e8bb17b1400b1269fc4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-winchannel_wb2000-initramfs-kernel.bin"; + sha256 = "453e6e4d06830425a75d4fc89adc8502ec8f98c72e6e56c2667a54255539196c"; + type = "kernel"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + model = "WB2000"; + vendor = "Winchannel"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "457ba500e78dccfd2d9cbb862362cd87bf6130fd327b5d02d3cb2aa82b91b4ec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-xiaomi_mi-router-4q-initramfs-kernel.bin"; + sha256 = "edf1bf23bae377cd1d647a8197e4c9fa62db23f770e3903b90ed589bee9592d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + model = "Mi Router 4Q"; + vendor = "Xiaomi"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "65faf5aab39c5146016ed2ed9de60d68105b0e6530e864bf44c52ad8b7f4203c"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "62b7744d428322bc3769563f0643f7d2550cd7a5d80b743227af2b046f4635cf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-yuncore_a770-initramfs-kernel.bin"; + sha256 = "5a91fc2b3f3531635121911564558c08e18f60905200f8b8cc94a852e368badd"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + model = "A770"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "f4f34ed973c9437df6abce5dd025379966341d874ec6099f7961bde2280128dd"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "261fd208ee66eb1f4d36fc43f2d381bea31465b01b1ff18d44af956648c3f943"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-yuncore_a782-initramfs-kernel.bin"; + sha256 = "a4ca0067a1ea2d6deea96c00a843152e11a9227609a5c4f2ce3096b17765c907"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + model = "A782"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "6d10e06765f9676390eb5174dce25253b34e056f8208c38dea2d48bba911168d"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "4cb867491e9ca20da4cd814e3b419ee77c6cf96085aeda65b9a6f5b64bc81521"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-yuncore_xd4200-initramfs-kernel.bin"; + sha256 = "118f73e90208f3a70d555f0cfd9e774438699669c257097f671bc5af10ba5b0e"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + model = "XD4200"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "f8981d5a49aa31dc22ec595291f37f49cf3c57e7acd7759672664484f24ca09f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-zbtlink_zbt-wd323-initramfs-kernel.bin"; + sha256 = "c3d0ab4f24babca00e1d2822a00e9df2adcf6874059dc3ed7a930002c2dfa005"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + model = "WD323"; + vendor = "ZBT"; + } + ]; + }; + zyxel_nbg6616 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-generic-zyxel_nbg6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-zyxel_nbg6616-squashfs-factory.bin"; + sha256 = "6ce14d4e32a2c98a118bd0f400f492e88aad2aec5496ef311e192e3ef9eaad47"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-generic-zyxel_nbg6616-squashfs-sysupgrade.bin"; + sha256 = "4176d8d12d999e6a6d13d83c2f6406df652782e65f610208e9af9131b10b9ccb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-generic-zyxel_nbg6616-initramfs-kernel.bin"; + sha256 = "7681b379e82b6b4165d519fdf32a5fc575ebc05810d74a73aa62f5527f6614f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6616" + "nbg6616" + ]; + titles = [ + { + model = "NBG6616"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "ath79/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_routerboard-lhg-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-mikrotik-mikrotik_routerboard-lhg-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-squashfs-sysupgrade.bin"; + sha256 = "102bbeaf9f3efb0b229c4cb664fa30755e9eb4953b501a4f4486b975d6b728be"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-initramfs-kernel.bin"; + sha256 = "0b7568b18739dc8481682fd1fd172a4f947a262b16d5cae843fb955bb4061f54"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-2nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 2nD (LHG 2)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-g-5hact2hnd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-initramfs-kernel.bin"; + sha256 = "fd7d228d10d843c32887416af311356b24098be42e1355d1273c8bd753f16b7b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-squashfs-sysupgrade.bin"; + sha256 = "999febe51035c60eae21d363fa5fc9836700104106036349d46da5336eb992a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-g-5hact2hnd" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + model = "RouterBOARD wAP G-5HacT2HnD (wAP AC)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wapr-2nd = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-mikrotik-mikrotik_routerboard-wapr-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-initramfs-kernel.bin"; + sha256 = "c6243cefa82ac8859ca6b879a6d8829112cc320608e4bf75055e439a4598fc59"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-squashfs-sysupgrade.bin"; + sha256 = "7c8bf418998103e1b375983c1b0c59307ec58dff5709344c068a91c55e16a504"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wapr-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAPR-2nD (wAP R)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "ath79/mikrotik"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_rambutan" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-nand-8dev_rambutan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-8dev_rambutan-squashfs-factory.bin"; + sha256 = "e8e66b9d0b64500e75abfe82fe0ba50b4b914c3511e203b387170c96db5c97f6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-8dev_rambutan-squashfs-sysupgrade.tar"; + sha256 = "ab05df5d2a332f844ba422dee572a5b9999c3126ac19e5e784ec5b70e71a1546"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-nand-8dev_rambutan-initramfs-kernel.bin"; + sha256 = "359020880cf10d35e2b5bb5400c609084a4b8dabb78c078212ff9d1c020b0d30"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,rambutan" + ]; + titles = [ + { + model = "Rambutan"; + vendor = "8devices"; + } + ]; + }; + aerohive_hiveap-121 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-nand-aerohive_hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin"; + sha256 = "8b9c6148b1760b16251fe7c51c97d5aa724ef852e3f5bc9f1f4651c8d164eee2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-aerohive_hiveap-121-squashfs-sysupgrade.bin"; + sha256 = "4b2bf1a030a60202411ffca52f69be0fa0167423108cdf6ec2c96f146a930e14"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-nand-aerohive_hiveap-121-initramfs-kernel.bin"; + sha256 = "559b139800b5edaccce3f25baa2306f24e2f43ee8e9768c6a0e0037f8c661e7e"; + type = "kernel"; + } + ]; + supported_devices = [ + "aerohive,hiveap-121" + "hiveap-121" + ]; + titles = [ + { + model = "HiveAP 121"; + vendor = "Aerohive"; + } + ]; + }; + domywifi_dw33d = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-nand-domywifi_dw33d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-domywifi_dw33d-squashfs-sysupgrade.bin"; + sha256 = "54d15ebdcb335e0ae2e775a97c50ab35818bcdde239c0945db3926e9ad19c5dc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-domywifi_dw33d-squashfs-factory.bin"; + sha256 = "0d8387eb159ba69e8cd94e3e1729c933c84002a01408124190f19c70760084fd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-nand-domywifi_dw33d-initramfs-kernel.bin"; + sha256 = "c9778bd554387be152d938c59a27c9b9b436d3dd22731f32a084d6fded498936"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dw33d" + ]; + titles = [ + { + model = "DW33D"; + vendor = "DomyWifi"; + } + ]; + }; + glinet_gl-ar300m-nand = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-nand-glinet_gl-ar300m-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-glinet_gl-ar300m-nand-squashfs-factory.img"; + sha256 = "f4de2e1962c0dbf2167d70175e3f69c0d160ee0c4a18348f85219127e70dc508"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin"; + sha256 = "9949a15b7d8ca0a2680074207d5ebb70d628c27e2a8a6ed094e52a5fca783dd7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-nand-glinet_gl-ar300m-nand-initramfs-kernel.bin"; + sha256 = "7cec3a9ac9f112a80387b06a1ebeed908dcf10e6c0eded64103c5c2d12f37ee5"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nand" + "glinet,gl-ar300m-nor" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-nor = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-nand-glinet_gl-ar300m-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade.bin"; + sha256 = "dd80fb1f42a0b3bf84dd04e87a765de70b2a8fe121d900487b35abb857d9db7f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-nand-glinet_gl-ar300m-nor-initramfs-kernel.bin"; + sha256 = "6b0ff144ad6ae2b15848e72f4f2478f8f53031272582aa2c309052da322953f0"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nor" + "glinet,gl-ar300m-nand" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.1-ath79-nand-glinet_gl-ar750s-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-glinet_gl-ar750s-nor-squashfs-sysupgrade.bin"; + sha256 = "252135ff266d790007d2d28c980bdb6326d1d3a17d4255ad7f14fe98cad83615"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-nand-glinet_gl-ar750s-nor-initramfs-kernel.bin"; + sha256 = "98b4a51bd9a2d2f39ee26377c1ede0062f6af1b402c7f47cbb6ee31b07a78666"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor" + "gl-ar750s" + "glinet,gl-ar750s" + "glinet,gl-ar750s-nor-nand" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor-nand = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.1-ath79-nand-glinet_gl-ar750s-nor-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-sysupgrade.bin"; + sha256 = "1ddf33c8d30eedb4060e5c0e18ce3b9d66932d8fff11e57898373bb22c1cbf19"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-nand-glinet_gl-ar750s-nor-nand-initramfs-kernel.bin"; + sha256 = "c03ff97d244f71bb7b6bd793f0f265a39f4d7be9d8edb0e74d85becf7ce0dd51"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor-nand" + "glinet,gl-ar750s-nor" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR/NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-e750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-nand-glinet_gl-e750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-glinet_gl-e750-squashfs-sysupgrade.bin"; + sha256 = "144d2a0021809476c93dfdc0c5df9399126349de36057feb44139184f4f12b35"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-glinet_gl-e750-squashfs-factory.img"; + sha256 = "973bfd387643005c7fa87f9d687536f0725e671754fc32f143041319e8a12ded"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-nand-glinet_gl-e750-initramfs-kernel.bin"; + sha256 = "eb3378335df42ca825fa75e10d1d23b4fdef0347f502a3eb7b812468f32b0455"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-e750" + "gl-e750" + ]; + titles = [ + { + model = "GL-E750"; + vendor = "GL.iNet"; + } + ]; + }; + netgear_wndr3700-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-nand-netgear_wndr3700-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr3700-v4-squashfs-factory.img"; + sha256 = "2e267ebc1039ad2a9cac472ccc5b3c938122ef6986376aaad9b540da6833564d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr3700-v4-squashfs-sysupgrade.bin"; + sha256 = "c561d96dcd1dc486a1069c1081e6df6d935bd24ef2ef439f834ea46a73c78d6a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr3700-v4-initramfs-kernel.bin"; + sha256 = "c043fb543564b4ac1c839a8141f4b9c6efe4691433e4dcc51664f31e977c0746"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v4" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v4"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-nand-netgear_wndr4300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr4300-squashfs-factory.img"; + sha256 = "364aa3a878aa4d08228e7d6f90cf3b32c436aa4347c6d08d9bcaea973fe72fcc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr4300-squashfs-sysupgrade.bin"; + sha256 = "5a418d400727cecab76f7347eafea1ba32837d0351ed04b627a1ab276a8b9e91"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr4300-initramfs-kernel.bin"; + sha256 = "0ffeb18c127c596febd8ebca08f05996a75924902b055bedb41e5c3a0f6f0559"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300" + ]; + titles = [ + { + model = "WNDR4300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-nand-netgear_wndr4300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr4300-v2-initramfs-kernel.bin"; + sha256 = "b57c107169d3758a42365cfd1637afcddee21a8d7c85198bea6b70c9a5554e48"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr4300-v2-squashfs-factory.img"; + sha256 = "9082d378ec2f1eb38db277e83ed001e7dfea4692bc725a91873589db3de7dc31"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr4300-v2-squashfs-sysupgrade.bin"; + sha256 = "5d782af8ed48f7ee577bba5387f273c532d6163752a1a5977f39408ff476dba9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300-v2" + ]; + titles = [ + { + model = "WNDR4300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300sw = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-nand-netgear_wndr4300sw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr4300sw-initramfs-kernel.bin"; + sha256 = "555eb2d282c6233ed52ec0ebd4e8870542b3a818b41511173d1f5cfc57a7b52b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr4300sw-squashfs-factory.img"; + sha256 = "75b34407bde721ca728090b2bc1cdfe85e524a72c750b18a96f6206a2b903ef3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr4300sw-squashfs-sysupgrade.bin"; + sha256 = "37f7256bacf57f90a102a12d819cfa98220383bb5de3211c86dbe27f03fae58e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300sw" + ]; + titles = [ + { + model = "WNDR4300SW"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300tn = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-nand-netgear_wndr4300tn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr4300tn-initramfs-kernel.bin"; + sha256 = "ff7d70a5fca819fedc3e10e5f5d2b7aa4a27f73391136b1f2c85e7023402a042"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr4300tn-squashfs-factory.img"; + sha256 = "124d4d767efae090390c96eacbecd286f1ca34a3eece69380ed5afa57c28334a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr4300tn-squashfs-sysupgrade.bin"; + sha256 = "22f6fcd2d4d405c38bee45e46af84f7cfe3d56c0e75e5001d07c1cd17124506e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300tn" + ]; + titles = [ + { + model = "WNDR4300TN"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ath79-nand-netgear_wndr4500-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr4500-v3-initramfs-kernel.bin"; + sha256 = "1f3c09cc89ebc348f2b2ab25b8be6ba8c6f750f6d3ea7224a25df4894bb2f7a0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr4500-v3-squashfs-sysupgrade.bin"; + sha256 = "b2e39309def2082cb6c19d6a38039cb1904952aa8a12f38620437b3bd7285f04"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-netgear_wndr4500-v3-squashfs-factory.img"; + sha256 = "4dec18dd2995f375d5b0c01a0f408b2327c7b5371e841c153089a71e740d3ccf"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4500-v3" + ]; + titles = [ + { + model = "WNDR4500"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_nbg6716 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ath79-nand-zyxel_nbg6716"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-nand-zyxel_nbg6716-initramfs-kernel.bin"; + sha256 = "d22b7db47baebaa75e711e23e9914ed8fbe0d79540a93ea6813116f5fdc67f8c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "adbfe3aa1320dba4c005d94ea2796ffdb27ea4a69c9195ebc7e8c6928b62b0ea"; + type = "sysupgrade-4M-Kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-zyxel_nbg6716-squashfs-factory.bin"; + sha256 = "7380ad3db02f8f9ac3eba112a4e904d8f89e8a43ea4c4017405478239fa5802c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade.tar"; + sha256 = "a3d5786b9f662bb1cedc6fca403ea42d383629226a6be97ca868fd858d80c714"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6716" + ]; + titles = [ + { + model = "NBG6716"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "ath79/nand"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + engenius_eap350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-tiny-engenius_eap350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-tiny-engenius_eap350-v1-squashfs-sysupgrade.bin"; + sha256 = "b2609e9d507de1dc776212c4b416cd03686ad57aecd9e49d8e280aedb2139a78"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-tiny-engenius_eap350-v1-squashfs-factory.bin"; + sha256 = "96142ab8d790a3a9073db72a4ce33b8743d06fe672e52e12a328594bbc3db40f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-tiny-engenius_eap350-v1-initramfs-kernel.bin"; + sha256 = "c63bbbf3c95a0a8e95ea336111ef2dbc6a93ff190fe83ebf272f57185cb00cf3"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap350-v1" + ]; + titles = [ + { + model = "EAP350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ath79-tiny-engenius_ecb350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-tiny-engenius_ecb350-v1-squashfs-sysupgrade.bin"; + sha256 = "8b6c8292eb832fde182bb8e66c8baa9161bee26a63335914641373ee06b60f54"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-tiny-engenius_ecb350-v1-squashfs-factory.bin"; + sha256 = "a990c9a595432037f85e4fa744a61480a6619381fb3aeedda29992291e080d9a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-tiny-engenius_ecb350-v1-initramfs-kernel.bin"; + sha256 = "ea42f3401a9f16e118ba92af5f4ce68d638f7998207429340a21aa09184fdf1a"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb350-v1" + ]; + titles = [ + { + model = "ECB350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enh202-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ath79-tiny-engenius_enh202-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-tiny-engenius_enh202-v1-squashfs-sysupgrade.bin"; + sha256 = "d18c7804677c0af477cedea67d8e72da2cb1659203457fcb0d631307790fd74f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-tiny-engenius_enh202-v1-squashfs-factory.bin"; + sha256 = "7183ebb843c7ea7784a3b9220343fc66476db82f9f981327cfdca91792980ba9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-tiny-engenius_enh202-v1-initramfs-kernel.bin"; + sha256 = "23f81003b8d2d00a122f9fb8839371602a5fe2c0afce5ae3a556c069bc672623"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enh202-v1" + ]; + titles = [ + { + model = "ENH202"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "13c737fed22fe2697397894dcd133f30efcaf259d160feb6203c92a974a9bd84"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ath79-tiny-pqi_air-pen-initramfs-kernel.bin"; + sha256 = "b5421644866aa2c98146ed8d7ca5decccf19ddfa06163a7c72fb8876c15ece08"; + type = "kernel"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + model = "Air-Pen"; + vendor = "PQI"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "ath79/tiny"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + bcm27xx = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-zero-w" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm27xx-bcm2708-rpi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-bcm27xx-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "d2ddf282eff547c5f2681ae546879f0c80ef65a499e05595ae803a9909a2c479"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-bcm27xx-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "4d6c8ba4f1c42e34b26769c2dae8796494d0ba5fa95f681878b3be9affb7b56a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm27xx-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "a56f81d5df908151ca8f05a0995ba3ebe7425c9859870e2f29060d49b3cf6bca"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm27xx-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "661fecfbdbc7efca91de99827e21c96bf634db7e694813757b0a5d2ad8c0783b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + model = "B/B+/CM/Zero/ZeroW"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "bcm27xx/bcm2708"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm27xx-bcm2709-rpi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm27xx-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "8ca1374805629ea901f340025b54865b46b6cbda00f7c64b344b789945a2e13f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm27xx-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "532c802580fdf88edb33a0c48b31739d5dd54ead4f2f505a58efda77a81bc02f"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-bcm27xx-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "33959e1381458156fe82cae0c9e0d7a8911156d99db7736b8a81eceb0548eba7"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-bcm27xx-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "07fa423e39faacd5f26bc516f5d62518aee7ff964fd6406809575ed858f58b04"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "2B/2B 1.2"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "3B/3B+/3CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "4B/400/4CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "bcm27xx/bcm2709"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm27xx-bcm2710-rpi-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm27xx-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "6e0ede31df1b95e67c07c837761b336736aaf96ce272ab3cf178304071b34270"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm27xx-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "e918e974f13f2a68f206fb53ed9f77a22e59e77da10a8ff48810f96098fb4767"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-bcm27xx-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "e02093f505e8ca52e5da2dbae5249269a82d9371d6942de703ec2b3f05d9747e"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "db82ab18d3f7f12fbce262f6d36104d94eda8385fb611daf2576f379cd445e95"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + model = "3B/3B+/3CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + { + model = "2B-1.2"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "bcm27xx/bcm2710"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + bcm2711 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-4 = { + device_packages = [ + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm27xx-bcm2711-rpi-4"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-bcm27xx-bcm2711-rpi-4-ext4-sysupgrade.img.gz"; + sha256 = "358af286654fadf48538cd9844a020c5aca9b32d37b668f57637c1bf542f9d36"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz"; + sha256 = "f07ea0e0417c1d0828506b73001f455089812516737caa400de00ffd0e422475"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz"; + sha256 = "8d1eaeece540ddee6bfc499d3397afe05e3669579916067b6932e452b1dbbeec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz"; + sha256 = "adec6c1eb0e5fe3af90300bd88ca7d353112a46c0f3227e4e7975ad47e91f803"; + type = "factory"; + } + ]; + supported_devices = [ + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "4B/400/4CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "bcm27xx/bcm2711"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + bcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + linksys_e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-generic-linksys_e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-generic-linksys_e3000-v1-squashfs.bin"; + sha256 = "1b52cef806e175ce78758a1db070d293bac9ae4c6d386ca7759a9a61922a6a5f"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3000-v1" + ]; + titles = [ + { + model = "E3000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + "linksys_wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-generic-linksys_wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-generic-linksys_wrt300n-v1.1-squashfs.bin"; + sha256 = "b0d668fd4d97b05c5ddc60fe0e5e3d1850b7b2377c62f69b80958b1848df4e81"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1.1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-generic-linksys_wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-generic-linksys_wrt310n-v1-squashfs.bin"; + sha256 = "b65d600460fa577c674a2a4988194875e890daff8040ac93c50235c642ce7fd4"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v1" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-generic-linksys_wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-generic-linksys_wrt350n-v1-squashfs.bin"; + sha256 = "27b293e9a6f2debbcadeaf440555f1090dcd06453697d4a19ad127caa56cbaaa"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt350n-v1" + ]; + titles = [ + { + model = "WRT350N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-generic-linksys_wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-generic-linksys_wrt610n-v1-squashfs.bin"; + sha256 = "ede8079feeabb0e8b54ead3e9f7721ed9ea1554b124323f1473ada2679b89618"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v1" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-generic-linksys_wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-generic-linksys_wrt610n-v2-squashfs.bin"; + sha256 = "85664d7fb7b034d306e1ad059ba267e228792ab73226dd19c802e4bf7f5064dc"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v2" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-generic-standard-squashfs.trx"; + sha256 = "7dc60231463555e818fa671b742b2a49317e30846f6171ba11a09443be66fd17"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "bcm47xx/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-300g-squashfs.trx"; + sha256 = "269b962898e42231d5deed20f0c69bf1572184e536e894986e6d8be5de519724"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-300g" + ]; + titles = [ + { + model = "WL-300g"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-320gp-squashfs.trx"; + sha256 = "35f0a7f193a3463821a14ec6eafc593aa6ad29c21b594acaa123775e5eab16c9"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-320gp" + ]; + titles = [ + { + model = "WL-320gP"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-330ge-squashfs.trx"; + sha256 = "0b55fc1d2781a688bf3e397f8e1def6af34ff1b71907eba5cbd8417c00b4e5b5"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-330ge" + ]; + titles = [ + { + model = "WL-330gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-500gd-squashfs.trx"; + sha256 = "1823d75b7b00ae1e0173ddb9ffec6f1f588b2b6ded38d6f5e79e5fa0208f47a2"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gd" + ]; + titles = [ + { + model = "WL-500g Deluxe"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-500gp-v1-squashfs.trx"; + sha256 = "ddf98a32ffd4e6b0e8fec2bf4e2c597beffa974f2cd68cdaa5f35f64c835afdf"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v1" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx"; + sha256 = "4c863f6fe27f2ea36f88d3930e561c96d6c19cc77e6cb3a86c05433bd154a4ae"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v2" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-500w-squashfs.trx"; + sha256 = "e36ade17e67de6380f133e0673b4c212fe73e9a7029d6b4c346cf2914ad55479"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500w" + ]; + titles = [ + { + model = "WL-500W"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-520gu-squashfs.trx"; + sha256 = "7ea68fed9431f80d02ae39fb032e2f39c14e0c652c273a4cd9366b62c4423a8f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-520gu" + ]; + titles = [ + { + model = "WL-520gU"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-550ge-squashfs.trx"; + sha256 = "bbf5bd7cd447a773b45bb84269ea720ea9d09ed8a10d31300a31a787da533d30"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-550ge" + ]; + titles = [ + { + model = "WL-550gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-asus_wl-hdd25-squashfs.trx"; + sha256 = "50ae32ae6a76ed644a934c221337a071aee22b22bfc78b0c416d02de1a1a3dfd"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-hdd25" + ]; + titles = [ + { + model = "WL-HDD25"; + vendor = "ASUS"; + } + ]; + }; + dlink_dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-dlink_dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-dlink_dwl-3150-squashfs.bin"; + sha256 = "17a6a6ecc2811811bb6efc1c59409b7af4b17696ba66bdb06dfabc773cdc2427"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dwl-3150" + ]; + titles = [ + { + model = "DWL-3150"; + vendor = "D-Link"; + } + ]; + }; + edimax_ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-edimax_ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-edimax_ps1208-mfg-squashfs.bin"; + sha256 = "27586dd87cd178a29e4ff586ddbd15c968ccdfe58ec80684109f3ed6aa9ff1e7"; + type = "bin"; + } + ]; + supported_devices = [ + "edimax,ps1208-mfg" + ]; + titles = [ + { + model = "PS-1208MFg"; + vendor = "Edimax"; + } + ]; + }; + huawei_e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-huawei_e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-huawei_e970-squashfs.bin"; + sha256 = "4f64f34771c0b7a66e27d37829c5a3de736ae56e337818fc57dc9421aaf63fa0"; + type = "bin"; + } + ]; + supported_devices = [ + "huawei,e970" + ]; + titles = [ + { + model = "E970"; + vendor = "Huawei"; + } + ]; + }; + linksys_wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt150n-squashfs.bin"; + sha256 = "237a35976e2e2cf99308258957c4445d54ff3eec172aaffb9a42a371d56a357b"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt150n" + ]; + titles = [ + { + model = "WRT150N"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt160n-v1-squashfs.bin"; + sha256 = "84d949c32268db5cb84c7385bf0e92946da3367773aa5b84aca9491e6ef756fa"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt160n-v1" + ]; + titles = [ + { + model = "WRT160N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.bin"; + sha256 = "67d549b7c92a740778a6799d5c90320372b70ab07d234646581d3102c489fbcf"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.trx"; + sha256 = "89a38cef26a4a1914848d8722f13097ecf4ffa7577ad00187792cd6e058452bc"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt54g-squashfs.bin"; + sha256 = "4d5a1c481e067d268918485cc4871093ba58d3fb4d1cb9c37e045f2e86ba1f04"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g" + ]; + titles = [ + { + model = "WRT54G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt54g3g-squashfs.bin"; + sha256 = "461964c0f3d5a9ddbda9d190cfdae421de77395e327973022606e5fa4f0e7b7b"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g" + ]; + titles = [ + { + model = "WRT54G3G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt54g3g-em-squashfs.bin"; + sha256 = "70c88fd3f510139eeaa9f50f916abd0596d6a47acb3997bd094ae93e108875cc"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g-em" + ]; + titles = [ + { + model = "WRT54G3G-EM"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.bin"; + sha256 = "729a558d75ec59c62bd26922bcc444261d77bf4dfa38bfbe005a6e73a9a678fa"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "8c689d3459699a4b68f60213fd6f84f17fc5cd2abf044cc390b3bf5108a811c2"; + type = "noheader"; + } + ]; + supported_devices = [ + "linksys,wrt54g3gv2-vf" + ]; + titles = [ + { + model = "WRT54G3GV2-VF"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt54gs-squashfs.bin"; + sha256 = "e1401a26406d8b1bab059f7a21b1199f2d29cf28d1e22ad349b4b439e86cac8d"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v1/v2/v3"; + vendor = "Linksys"; + } + { + model = "WRT54G-TM"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrt54gs-v4-squashfs.bin"; + sha256 = "9ccbbef86a637aeaa9f438c7e76b420577037f1f4c0d40f2ed02a1d9424e19b8"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs-v4" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-linksys_wrtsl54gs-squashfs.bin"; + sha256 = "151fcd6b815e4f094fedb59a629a3bb4c1db05cb7d2e96a656f156bd817468eb"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrtsl54gs" + ]; + titles = [ + { + model = "WRTSL54GS"; + vendor = "Linksys"; + } + ]; + }; + motorola_wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-motorola_wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-motorola_wa840g-squashfs.bin"; + sha256 = "07183dd6771a1fcaba96c7631e2725baebe05200a115612019dd4f13c1b28b69"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wa840g" + ]; + titles = [ + { + model = "WA840G"; + vendor = "Motorola"; + } + ]; + }; + motorola_we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-motorola_we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-motorola_we800g-squashfs.bin"; + sha256 = "b7e1aa69461221de5a6fb3b1b01192b298b1493daad638765ed9b89b3a944e4d"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,we800g" + ]; + titles = [ + { + model = "WE800G"; + vendor = "Motorola"; + } + ]; + }; + motorola_wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-motorola_wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-motorola_wr850g-squashfs.bin"; + sha256 = "a1ee04288fd134f650e77c2175a2572a091b68d2cbab3de8a21e4a9482bca2b4"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wr850g" + ]; + titles = [ + { + model = "WR850G"; + vendor = "Motorola"; + } + ]; + }; + netgear_wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-netgear_wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-netgear_wgr614-v8-squashfs.chk"; + sha256 = "2163f16951b7512d34cb972cda84daf254c84feb6030a924c62ffa0fdffd89ed"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v8" + ]; + titles = [ + { + model = "WGR614"; + variant = "v8"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-netgear_wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-netgear_wgt634u-squashfs.bin"; + sha256 = "3a69965761c3c8ba1e468a32f44f80d91c0c44bfe103d95d1a24a927df075320"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,wgt634u" + ]; + titles = [ + { + model = "WGT634U"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-netgear_wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-netgear_wndr3300-v1-squashfs.chk"; + sha256 = "e268b0328b0a12b5e6cafb174daef87c456d860f7bfa37b9a50d1e2fdcf0f6f0"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3300-v1" + ]; + titles = [ + { + model = "WNDR3300"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-netgear_wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-netgear_wnr834b-v2-squashfs.chk"; + sha256 = "3853be51c576ea2f0c92f12ba3203421f1a2c79691fefe5c58e4ffe58c7568de"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr834b-v2" + ]; + titles = [ + { + model = "WNR834B"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-standard-squashfs.trx"; + sha256 = "9781b072621edbdb5705c9a46285017d8c562a87306298d9c8ad8c2c87b8a3d7"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "7d93631cc13e1175b3d3dbc445d74bb32e3dd2966f90d82ee2e881413a3d7f1f"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-gz" + ]; + titles = [ + { + title = "Image with gzipped kernel"; + } + ]; + }; + usrobotics_usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-legacy-usrobotics_usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-legacy-usrobotics_usr5461-squashfs.bin"; + sha256 = "4a272dea12d7161858c827cce16c32669d1ebb216d5da01f3afc083850b016a6"; + type = "bin"; + } + ]; + supported_devices = [ + "usrobotics,usr5461" + ]; + titles = [ + { + model = "USR5461"; + vendor = "US Robotics"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "bcm47xx/legacy"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-ac53u-squashfs.trx"; + sha256 = "10d3e5f0609d8878876eeb03fcdc81d550a85fbfb617a45514581f4eeecbbcf0"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac53u" + ]; + titles = [ + { + model = "RT-AC53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n10-squashfs.trx"; + sha256 = "fd8c19bfbe586be7c5efe5b76a962ebc8bf53a8356d2538da6fc43d6ab468cfa"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10" + ]; + titles = [ + { + model = "RT-N10"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n10p-squashfs.trx"; + sha256 = "f5add29b9580c5ada9140d8fc8323652c97906cf8e7a1ebc965b5095faf538bb"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n10p-v2-squashfs.trx"; + sha256 = "cede163ea9a85fb019834496b9fd3a92034dfea000ae7d04fd7779b30ff2eaf4"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v2" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n10u-squashfs.trx"; + sha256 = "ccc222aa4bdcad1cbd1b81a78b8f350759dbecbd4ad7317cf6c1ea1b9e2aaa69"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "A"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n10u-b-squashfs.trx"; + sha256 = "ccc222aa4bdcad1cbd1b81a78b8f350759dbecbd4ad7317cf6c1ea1b9e2aaa69"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u-b" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "B"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n12-squashfs.trx"; + sha256 = "f068955f7e5c4c540ca47852a15018554a0270848b528894b664ed982495d1d2"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12" + ]; + titles = [ + { + model = "RT-N12"; + variant = "A1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n12-b1-squashfs.trx"; + sha256 = "ee952e8764e515338e291ca39c8d978f974c4d641db3e7a35eac7b4aa60c4dbc"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-b1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n12-c1-squashfs.trx"; + sha256 = "1189d8520e6d0b39759f1e01f89ca3903f3df99b83b6b83a64dcf8cab0f1579c"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-c1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "C1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n12-d1-squashfs.trx"; + sha256 = "9d71da3fee3ce8e80003410512679c4a8ad13a91fe787ee829b83c6d645c213c"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-d1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "D1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n12hp-squashfs.trx"; + sha256 = "d0d760722ae2e09fcea9ae76d55c491765fb6d012c7fb399e342079bf6a0a6f4"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12hp" + ]; + titles = [ + { + model = "RT-N12HP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n14uhp-squashfs.trx"; + sha256 = "d1e4dc55de1c78661e3deeaad452304befdbb1b268ed59dbdcba09bf9b734ebd"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n14uhp" + ]; + titles = [ + { + model = "RT-N14UHP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n15u-squashfs.trx"; + sha256 = "db1efe8d9b677e65f6a7268ec6b0717a3edab6511b262dea522ea73541f25d20"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n15u" + ]; + titles = [ + { + model = "RT-N15U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n16-squashfs.trx"; + sha256 = "0cee84725d74be4c0403679fb203753103d9d38276ec18aa54f526128f29549e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n16" + ]; + titles = [ + { + model = "RT-N16"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n53-squashfs.trx"; + sha256 = "07088f5b2117f576d6ad6c3bed520d616390de6e00fb220516d2d87cede2038c"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n53" + ]; + titles = [ + { + model = "RT-N53"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n66u-squashfs.trx"; + sha256 = "4a9b65ddfb8e393c96e3918c17681d22fae7abe6a66569eb86d38ff9c1f92b22"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66u" + ]; + titles = [ + { + model = "RT-N66U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-asus_rt-n66w-squashfs.trx"; + sha256 = "4a9b65ddfb8e393c96e3918c17681d22fae7abe6a66569eb86d38ff9c1f92b22"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66w" + ]; + titles = [ + { + model = "RT-N66W"; + vendor = "ASUS"; + } + ]; + }; + linksys_e1000 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e1000-squashfs.bin"; + sha256 = "61110b38ee2794a1057a59a11320d4fe4ee7a4e70995fad66a89b3a421b45532"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1000" + ]; + titles = [ + { + model = "E1000"; + variant = "v1/v2/v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e1200-v1-squashfs.bin"; + sha256 = "efa9327fcb643a0b4e100933c7dcfa5ecd5feb61508ec4da0ec2fdce2a4712b3"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v1" + ]; + titles = [ + { + model = "E1200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e1200-v2-squashfs.bin"; + sha256 = "3447f894768e90801e4aa5e4db50e828074b8d5ae4ffb7ddd774dd7f93bcdfba"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v2" + ]; + titles = [ + { + model = "E1200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e1500-v1-squashfs.bin"; + sha256 = "f38989711bb15bba92f541062548887dc8331bc5de7609c0afe1f090a0ca5557"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1500-v1" + ]; + titles = [ + { + model = "E1500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e1550-v1-squashfs.bin"; + sha256 = "2a2b5475e980d8973336f46b67f36ba2732534a45afe11fe72fe09bd98c1411f"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1550-v1" + ]; + titles = [ + { + model = "E1550"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e2000-v1-squashfs.bin"; + sha256 = "901a14a7d4aca6049592b9bbb92c8b4f999ed8b50398454a0a5bc5d29afabcb4"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2000-v1" + ]; + titles = [ + { + model = "E2000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e2500-v1-squashfs.bin"; + sha256 = "bce52ac4cc491424b20e9b3a8296cf3ec3a25dd4ef11b877cc4e5bd9eb7f4eef"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v1" + ]; + titles = [ + { + model = "E2500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e2500-v2-squashfs.bin"; + sha256 = "7d06a8719d8e2f79ae0c67ff8b4f4c44512d63bac34a4db066bfca3562f2f4ea"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2" + ]; + titles = [ + { + model = "E2500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + "linksys_e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e2500-v2.1-squashfs.bin"; + sha256 = "b59a56a98a4c18f451dcd37d06fc9c97023fb2869442f5fa8218b0c12409c458"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2.1" + ]; + titles = [ + { + model = "E2500"; + variant = "v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e2500-v3-squashfs.bin"; + sha256 = "e57ce68e4630974b8a71590d518aa00bd6b693e44f329b64d95b757c7f6a2f2d"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v3" + ]; + titles = [ + { + model = "E2500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e3200-v1-squashfs.bin"; + sha256 = "e2b07cd174d61c59d290fe016399b1c848ee90b3e4361d3f343999c6f4cd8842"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3200-v1" + ]; + titles = [ + { + model = "E3200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e4200-v1-squashfs.bin"; + sha256 = "cc55642aa104d1b3e3ce3798a6b71a5558698a6267384743d969cab84cd7ff09"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e4200-v1" + ]; + titles = [ + { + model = "E4200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-linksys_e900-v1-squashfs.bin"; + sha256 = "650f5acd1d3b3ceda87b3837be8c6ee17c16c3958ccd34e72b253d71368ab175"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e900-v1" + ]; + titles = [ + { + model = "E900"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-linksys_wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-linksys_wrt310n-v2-squashfs.bin"; + sha256 = "47aa7b3cab9e50f5ee88f3e7925097e80a64dad7bb0b7810ac3b2f4b743d0d8e"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v2" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-linksys_wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-linksys_wrt320n-v1-squashfs.bin"; + sha256 = "56c6b627ba7bccc3719c26a2580956ee3c9dd6c0f883ff1c52e7b62ab1e31172"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt320n-v1" + ]; + titles = [ + { + model = "WRT320N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-netgear_r6200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-netgear_r6200-v1-squashfs.chk"; + sha256 = "fa5720292c5645f0516136e72d12c1f9748ef1090332b263876c16191e29fb16"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6200-v1" + ]; + titles = [ + { + model = "R6200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wgr614-v10-squashfs.chk"; + sha256 = "a344762837f9537304b9ece7144a9a2ed99a74ea6198dab08eb051eb7a9ecddf"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wgr614-v10-na-squashfs.chk"; + sha256 = "9099e639d5ffc8b9df4aa8db5c69b19d542298cb39dc81d2e0ced51c6bf1df21"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10-na" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wn2500rp-v1-squashfs.chk"; + sha256 = "a4d8f1e44e12e27e811df042dd8f3686f115993836e2c97120e19be33eb17569"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn2500rp-v1" + ]; + titles = [ + { + model = "WN2500RP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wn3000rp-squashfs.chk"; + sha256 = "802104d3295bad97460378e25b6c4fc18fce372cb6339f068391ff4b04a80008"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn3000rp" + ]; + titles = [ + { + model = "WN3000RP"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wndr3400-v1-squashfs.chk"; + sha256 = "2d3cc2974e5a906faefaba9479b7a103ce612d5e4d7129f68474c3294d684cf6"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v1" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wndr3400-v2-squashfs.chk"; + sha256 = "d8edd6716c869f776366a6d0a31ed476310494b0ab83a2a6a39c0b4ad31ef3f3"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v2" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wndr3400-v3-squashfs.chk"; + sha256 = "0381105a31b910406fea35e87715a960bdd0292a0a356423119dead2b6dc832f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v3" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wndr3700-v3-squashfs.chk"; + sha256 = "e09630291d1323bdda3e1b1e1deba758a8e52354470285cc0d64b7ed325802bb"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v3" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wndr4000-squashfs.chk"; + sha256 = "c29c70249465d957b435a30a438995b6f5227380c37fccd76d0f14cb5695d335"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr4000" + ]; + titles = [ + { + model = "WNDR4000"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wnr1000-v3-squashfs.chk"; + sha256 = "1cb4801ae0906af0f71828fec4c33bf8731589cfcf3ccac94ba8a8ecf9244518"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr1000-v3" + ]; + titles = [ + { + model = "WNR1000"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2000v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wnr2000v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wnr2000v2-squashfs.chk"; + sha256 = "2dc2a2b9f0ed05d037437366a5d4cbe10f427d983b2e54416121381d0647a3d2"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr2000v2" + ]; + titles = [ + { + model = "WNR2000"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wnr3500-v2-squashfs.chk"; + sha256 = "5e9a199c96b0f41df0bfa25981f4f9e51b51d0dc13bb61e772c12d74966df697"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500-v2" + ]; + titles = [ + { + model = "WNR3500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wnr3500l-v1-squashfs.chk"; + sha256 = "05ba76174dc6ebcc52814fef08f54fcce000a0069a4df2e29fc822c0c8d2e56f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (ROW)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wnr3500l-v1-na-squashfs.chk"; + sha256 = "04028def54e7277d1d47e666539960f9d0ee727fcd4c69787cabb004c9ab247b"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1-na" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-netgear_wnr3500l-v2-squashfs.chk"; + sha256 = "00867f9d92fa3864862cf1c5cc5b3495828da6f507e8770443e50b46b41fc081"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v2" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "a04c59feb0e6c468073da1d299d1d94423af5b2bc63ee9386825ed4ed795f76e"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "5b83799569b868be18dedfee58d679149155b68feb551dae1ba4399c55d70d38"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-nodictionarylzma" + ]; + titles = [ + { + title = "Image with LZMA compressed kernel matching CFE decompressor"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "bcm47xx/mips74k"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + bcm4908 = { + generic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm4908img" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_gt-ac5300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm4908-generic-asus_gt-ac5300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm4908-generic-asus_gt-ac5300-squashfs.bin"; + sha256 = "dbc912b1e3c52721ad04f66e486a192aa3ebd3286c64f884d501435b4f43b181"; + type = "bin"; + } + ]; + supported_devices = [ + "asus,gt-ac5300" + ]; + titles = [ + { + model = "GT-AC5300"; + vendor = "Asus"; + } + ]; + }; + netgear_r8000p = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm4908-generic-netgear_r8000p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm4908-generic-netgear_r8000p-squashfs.bin"; + sha256 = "55b9eb81e23f13ea1ea1ed065c464a2ad9ba30b4a3c128349f49b95e754919e6"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,r8000p" + ]; + titles = [ + { + model = "R8000P"; + vendor = "Netgear"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "bcm4908/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "osafeloader" + "oseama" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac56u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-asus_rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-asus_rt-ac56u-squashfs.trx"; + sha256 = "bf5c370116d246a10d56b482679212e543ee1b623d462574e1eb76e2209a04eb"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac56u" + ]; + titles = [ + { + model = "RT-AC56U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-asus_rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-asus_rt-ac68u-squashfs.trx"; + sha256 = "a63c98f77b219a9fbff2ba6a2e7f39c17df87355ebc4112ed54e53fbe56a4719"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac68u" + ]; + titles = [ + { + model = "RT-AC68U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-asus_rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-asus_rt-ac87u-squashfs.trx"; + sha256 = "57a44344637264bc4f4555757d0676e827193cd880fb65362508e03a9bb0e738"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac87u" + ]; + titles = [ + { + model = "RT-AC87U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-asus_rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-asus_rt-n18u-squashfs.trx"; + sha256 = "53cf90b04ae2f118997bd5923953ec333e83cef79212316368daf983da3b6e0c"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n18u" + ]; + titles = [ + { + model = "RT-N18U"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-buffalo_wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-buffalo_wxr-1900dhp-squashfs.trx"; + sha256 = "b3b58293fac9d8136e266f744d847e6fcd0dcf2720307945e12fed422a987765"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wxr-1900dhp" + ]; + titles = [ + { + model = "WXR-1900DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-1750dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-buffalo_wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-buffalo_wzr-1750dhp-squashfs.trx"; + sha256 = "83467cc5076c77ae95e378f10fdc9eda8f6527a5fffc593952d59c91e0c9efa0"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-1750dhp" + ]; + titles = [ + { + model = "WZR-1750DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-buffalo_wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-buffalo_wzr-600dhp2-squashfs.trx"; + sha256 = "47ee05380ac521a7c7757c60b7d02112d1886586604483c11841663f24565b1c"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp2" + ]; + titles = [ + { + model = "WZR-600DHP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-900dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-buffalo_wzr-900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.trx"; + sha256 = "c36c66a2b83960676fdbcab1b9bb525c98ce2425f0f583a4c583e99d9bcebb0f"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP2-JP.bin"; + sha256 = "a0262edfbebb00b826f4b08dbbc8586a4147f59fe4f1ef403a952047836845b6"; + type = "factory-DHP2-JP"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP-EU.bin"; + sha256 = "6229bdb2a704720579c5dba418229eb6a0f36ccaec02f7a463ff0ec1761abc10"; + type = "factory-DHP-EU"; + } + ]; + supported_devices = [ + "buffalo,wzr-900dhp" + ]; + titles = [ + { + model = "WZR-900DHP"; + vendor = "Buffalo"; + } + ]; + }; + dlink_dir-885l = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-dlink_dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-dlink_dir-885l-squashfs.bin"; + sha256 = "369d28cc963a62570332336921e13c7d97099ecdddeb10efb5a1c39a389efd80"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dir-885l" + ]; + titles = [ + { + model = "DIR-885L"; + vendor = "D-Link"; + } + ]; + }; + linksys_ea6500-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-linksys_ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-linksys_ea6500-v2-squashfs.trx"; + sha256 = "a94cdb383b7928ca50362eba624e827d359c5059789376d1992dcb89be371bdf"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6500-v2" + ]; + titles = [ + { + model = "EA6500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9500 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-linksys_ea9500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-linksys_ea9500-squashfs.trx"; + sha256 = "bea32eb513d7294bf2471ed2fdaefea0e5e114a0bee66ade847896bdce6bd564"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9500" + ]; + titles = [ + { + model = "EA9500"; + vendor = "Linksys"; + } + ]; + }; + luxul_abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-luxul_abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-luxul_abr-4500-squashfs.lxl"; + sha256 = "d23f8bfb9cc3820992cec107e123629aeb7ef94fc03ec2ccf20e35b4ffc167ef"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,abr-4500" + ]; + titles = [ + { + model = "ABR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xap-1610 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-luxul_xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-luxul_xap-1610-squashfs.lxl"; + sha256 = "e0e3c1a512d86627d80722283df7a0008d23d4a81467aaf57c088e94c55dca0c"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xap-1610" + ]; + titles = [ + { + model = "XAP-1610"; + vendor = "Luxul"; + } + ]; + }; + luxul_xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-luxul_xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-luxul_xbr-4500-squashfs.lxl"; + sha256 = "78d49eb66e38559ecc09ec05c37a8d178fae05acbac1d6e6283bb56c4f6e280d"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xbr-4500" + ]; + titles = [ + { + model = "XBR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xwr-3150 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-luxul_xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-luxul_xwr-3150-squashfs.lxl"; + sha256 = "d39eb0301483493e028788409a3e23333cb7a08e25dd17457acf72471ff08b97"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xwr-3150" + ]; + titles = [ + { + model = "XWR-3150"; + vendor = "Luxul"; + } + ]; + }; + meraki_mr32 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-i2c-bcm-iproc" + "kmod-i2c-gpio" + "kmod-eeprom-at24" + "kmod-leds-pwm" + "kmod-hwmon-ina2xx" + "kmod-bluetooth" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-meraki_mr32"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-meraki_mr32-squashfs.sysupgrade.bin"; + sha256 = "b7bb28643d97b27223b1baa38a22c2f5856324c187f5c8b1afd43f439c7fc9a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr32" + ]; + titles = [ + { + model = "MR32"; + vendor = "Meraki"; + } + ]; + }; + netgear_r6250 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-netgear_r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-netgear_r6250-squashfs.chk"; + sha256 = "5b8da85352068f984b3ef026db603bf23439b35e8c65c16f75f948239ab01146"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6250" + ]; + titles = [ + { + model = "R6250"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6300-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-netgear_r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-netgear_r6300-v2-squashfs.chk"; + sha256 = "df833a570f6e767c9dd3e6fde0a5b313655de969609f867029c9d621fad2e977"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6300-v2" + ]; + titles = [ + { + model = "R6300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-netgear_r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-netgear_r7000-squashfs.chk"; + sha256 = "31507cac6fbbbbc40d9e57de021a42adf09c778a8333ec25f77addc3ae731039"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7000" + ]; + titles = [ + { + model = "R7000"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7900 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-netgear_r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-netgear_r7900-squashfs.chk"; + sha256 = "53a559e4c90eafcd343795d005691f73022035b420e15ff63d955f05c8f09a9b"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7900" + ]; + titles = [ + { + model = "R7900"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r8000 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-netgear_r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-netgear_r8000-squashfs.chk"; + sha256 = "139d2fe939a3d0653cb296041f1ebb8f3e738f1a1123d3c93af7fd564a891c1a"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r8000" + ]; + titles = [ + { + model = "R8000"; + vendor = "NETGEAR"; + } + ]; + }; + phicomm_k3 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-phicomm_k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-phicomm_k3-squashfs.trx"; + sha256 = "e64f5c565372990545ae51ce72ae39d9ee836a7ca19008a0cb5af6c851e483ac"; + type = "trx"; + } + ]; + supported_devices = [ + "phicomm,k3" + ]; + titles = [ + { + model = "K3"; + vendor = "PHICOMM"; + } + ]; + }; + smartrg_sr400ac = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-smartrg_sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-smartrg_sr400ac-squashfs.trx"; + sha256 = "518020e937d074fb46963d9a0b7eced9854d7c1a7cb389536b42396484498347"; + type = "trx"; + } + ]; + supported_devices = [ + "smartrg,sr400ac" + ]; + titles = [ + { + model = "SR400ac"; + vendor = "SmartRG"; + } + ]; + }; + tenda_ac9 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm53xx-generic-tenda_ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm53xx-generic-tenda_ac9-squashfs.trx"; + sha256 = "a5be9709fd6534d1d45ead2486ee572d2b78ede18dc0619b5679c42551119972"; + type = "trx"; + } + ]; + supported_devices = [ + "tenda,ac9" + ]; + titles = [ + { + model = "AC9"; + vendor = "Tenda"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "bcm53xx/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + bcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "80141fe71f3d79604c2f0554400ae37bee4330e9a8e7597cf5cdee0e7b24b906"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-adb_a4001n-squashfs-cfe.bin"; + sha256 = "58b3cc1fc4ee5fb9fab2b383b4c3d09e3702480b62910044b5b69bdc098e521f"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "377d78690a54be0f6cf6b1d0d6c8863ae5251fa9442cf15d054ffccbb6ed43a0"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "314a9ecbddff0fc2da5e0e47fcba21e9382b850769f59a2cd569e29b530b6e0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-adb_av4202n-squashfs-cfe.bin"; + sha256 = "fbe3a58333047efc3683f2417bea22910d81d29d9ebdd43259c4217276b05792"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "39b3b4385ed1cd0fe08ec6e275b29dac1e242197c6720dbc259ad0ef103876ae"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "27a4b16f6c8d9cd8204b4f487bc158083a48bcd4b710d90fad3c59d4e2e069bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "3a27861f0046114e2d733299963871303d547f3ba4b0dd0d8c5818394b9d2e0e"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "829bfb328038aed9ffecafa649b0f0551d0ea14e27ef3b6d7aa4adb9e29b1824"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "6583f24686201505a402e688a9a374406dccd31fbe1f248362602c5d9c209b31"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "38174c5236370c808aedf19a39cdb1473b746157ca63b73dee4e2ad36a4e9f19"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "053c2e45a379dbeb6bbab3febc1a8bad06cdf7a357b5089bc869335c91870059"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "053c2e45a379dbeb6bbab3febc1a8bad06cdf7a357b5089bc869335c91870059"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "3a35a3afc9ea583858c9400121796212f36ca3cb82546c455b4d0d75cc4d0461"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "ca910b69099b7041ad9b2c716f02bb6b7da8f78d726bd94430651628207dc4de"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "ca910b69099b7041ad9b2c716f02bb6b7da8f78d726bd94430651628207dc4de"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "e52864f518f49545cd35b44df0ca23c5e58bfe62e15d0e7cd73fad20d14112f1"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "b6cc876a6d69786875798535cd71d2688945c606dff6396b424c4a00e00f53d9"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "9dc524f4c72b8c5cbb2a9aeab5685e4a3148d022c2ddf506853aafba44ea5f99"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "2c428e491ecea5f234a26a080fc64f087ce429267fd159cb67319c22c2cde68c"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "149b5e4a2bca0c11c8cc7b3586c76c02920168d71cd9dfec4beded4c86f0b000"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "d0146537163291a0f4480415a9e1f834745e93a5dcee34f045a7f8cb2ab03091"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "BT"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "00173f4d2b90a98eaac334a164ea92cb90eb53ea702df55c56c5200c1e6f2ab4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "098b992cf47a364411370d22dd386419776124fb4fd62010c1688e43ed4ee8e7"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "436df48bbbe1d27fbfc22f9383bd1978a53f8fbd8577135d1e63c7058680f184"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "c728cf23c5659467ee512970918f3f7f7126f38174b92a9a182a15ef9313c709"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "4d0c5209e30ba83611aeb8a11e345ced6a44c0ea76757d3e50a866f6a61edb88"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "299045da507901ffd20d96f6c12d488ddb0b7bf86d1fb2ddf779080ff5860a87"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "6012bc1dda8cdccdfaefadbe3e012b74a84a391a94a0380492b473c99253f83c"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "625c58f09c762b3a6e999de1fe2028f4a63240b7a9c72835a7d9dcdb3edf7ed0"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "04de65c647f4075b4839c833f2a9130aba4f89bf20053957d090ecb92c264a37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "4c6c1e52a3a9f6ec2a9faeee1db6056994be2668a5ca1a4cb0f137944f220458"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "2f8bac2c079ef5757731d7080e2acbc7da2843fccf27ba216b1e0bec790eeaa2"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "e676d72ddf0b1adf7f249641c4bb74ba2b85eecc75d506ffd5d7b6c663304ddd"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "347a7f9a8e0fa963aa17ceb8224c005fbf90d69233398c036fc60441db2cdcae"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "e0d6c34ea3dfd584eb6bca15c91acbc1b095d455381af793248b88f782c20ddc"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "18fe8c4453e4817bde6175c2d8f6c29f4af253194061a63939898903440d5c8f"; + type = "cfe-EU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "93a5caab0871b688d8bb009e3a285ff66fbe16adcd3132c18535728d423604ca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "93a5caab0871b688d8bb009e3a285ff66fbe16adcd3132c18535728d423604ca"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "0eab3437a2e28ea62669b62200d9ed440a825d9cad77da517ed19b79e47f4740"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "765f9de4b34baeca81207c8bee65e14c30075229f507a53a7386e6c852f5367a"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "c553159578df817a41932e6a4fcea255332e5424a77a35547c29e1fdf4e8e114"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "f26c33485a7d00f84c16e1db72ad5f00fab47d8c0a9f47035fdb25d326df9a10"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "2a10e41741dd9ee0ec79aed63d2e72a67e64edd931c6d66e84873feacf4cdc2c"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "cacb0bc0fb6b4bd0e17363b62e9f759499f4dbdeb5be2fb4c6f37506751c2552"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "8153958a3837c0ad88f1255a9eee5aaa6ec14f1eb56709d5331ffddc059c2d18"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "237de1545440681a9447ac0d186a942236f22f09d4071c895463c7fcd782f41c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "b25eb99ea1e70be9f381d001aad6cfa98c9cf9e81a24d61c10ae19b5dfe3afd1"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "961488fde3b9afa8e3cc08e442d7969642332418f8b4b0f8e5825c1b974de2dd"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "8cafb96ee0081310634645025dc9830ec0988f2789f30c4c07610a8257f4c1f2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "c4fd5f0d53c9646212997f57ac437f924d768c2d0ec3ed55081ed8bb30b38a69"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "8e8062a74a4af77aea6e2d3fcbe65052ef36081b5986917f4b276d3c82c1dced"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "8b7b80018480e8dd34731b6592a14254bc98bfbba0cafa43dcc86dcade3360ab"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-netgear_evg2000-squashfs-factory.chk"; + sha256 = "d94d116ba9f6c7a5cd6603ccad28981bbd9a2d4699d458d873f3452137e77083"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "1aa36b6b0e36dc9fc98776be8da7b7139d00278213bd0eb2a350a234fa4f1b49"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "44e2b7fe67cf4d11af9d3cfdc607d3a654cf8af995ed9ac8056cac222f2048ab"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "b36812bab57a22a2a1093c41d01251eb951633e9f556f5c2f9fe57845b64693f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "4310cb5d6f40538e6d693c16811fafd5e8c37813e0afd04d5307c751410165b5"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "561f2628ba31847fea051a08a1211bf44470c5459e3ce562c88c2ad746a782d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "af4a92b3935c7b09e41da9c66401831ecf09fb48aabc2250e18ccf12e84a4f82"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "a10b33ec79d6e50b11166999a64415cc67565f7ac1844282fcb48fae8e0eb1b3"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "dab8d60695224ce7dfd78f3ec80a11c1482ce7e42a5591f92e16c4ee7ff94d33"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "4d38663c67f19b3b88bcc72be25dee073c9a46bc53b76dcd64d2c440be93a155"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "187df00e80ae7459237925cb9d78e6a068af4081bd4998060c7a99df24910907"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "f01c4ba06deccdd4d21cfb45711d3bdd88e644abe65b4bc1fb7d0a02e147da73"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "989304aae2fa847d56e9d38d741d5962962f4c9d3fee61a2631bab5a5f094d92"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "c102580504b5b17a6add18ea10e68ab60a22544651e837186fe014f5fc0095fa"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "e5625a070d324646736d512d059e772c4151c5ed88372b426d5800c862ac2226"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "820ef6ed715fb9a2f02d67108acd5524735fdc31a1b65bb3de9b2ccd50afb9ef"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "9c05b1b0ff02e3ea8adde3155048ae508e4f7f63008dc703356b31a3d648fb2e"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-sky_sr102-squashfs-cfe.bin"; + sha256 = "01b9c73efe9334367d9f12c48d52c42cd37229db22f112866ace81089a602763"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "c3af8ed984f50505ea054bba0d13487a219eb1002d6e34a0ef00d3c2ed2f7ba5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "c4f998b748c79c88d3557e8d9a782f7d9ef6830fed974bf52e3f9271a099fcc0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "03952be62a281d97ffcc2d6b4fa9476dddeac2d45fc9df74f0368b80ffccfd6d"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "edcf2c90adfee2b89c0b10ae490506811cbf3fee692fad4084d34d3871dda72f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "3422f81e8b701f4df131fa1d5c6a01e75279650eddf3c543a9c734e15eb68f2d"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "c33deff0262c9c87f6d24da8555627c08e0b1b0ad347687072c32d62e3c489e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-generic-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-generic-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "2a3c82d020927686177ec332224ce613d42ebe72aaf25ed92b52f946c50feaca"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "bcm63xx/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "978adb4882a4a16a15d7e074a43275d35967c6cd5b099841e17bec27a912932e"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-adb_a4001n-squashfs-cfe.bin"; + sha256 = "1fd382a3c62faa74c529e9daa70a4ee1b875346c284e37a3e512821a2c7fdaa8"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "d94b67e358100d4cbe56abd4da97e6ac1309be4b623693a7ce1d9804003a9abd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "a6bbd042af3b660c51ace77d39a2bd7152a08d08bc2a6228b4c2dad16a23b55f"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-adb_av4202n-squashfs-cfe.bin"; + sha256 = "0e6a0b750bcdc1f75bcc8f2853774532086c60ef64b2ae5e6f6bb456740e33a5"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "bd74142ee053d01f8670df888873c198d87973e30a6ebb5147dfb0b8e6456053"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "234b31813bcb3befd925fe352c1371d5d34e76ebe85db170b45b3127fa71ddeb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "fad1b37eabc4e04490b12aeff74a56bad60875094673c3a399966baa736846d6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "e190b1335872f0be6f8244c4e3e21b2268036835a942f37e179eab639a4c6e6a"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "bf77fae4cafc96af001fc9e666eb4d2d3fb811dd3c80eb5d5cb578322643048c"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "2cc2de7900477b66e7283236857fa3d88d364121812d731c29ff8ba8603e387a"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "b67b5a1216a352761fbb20bb88650ba8bca3890eba4614d280ff2d00eeb80db4"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "b67b5a1216a352761fbb20bb88650ba8bca3890eba4614d280ff2d00eeb80db4"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "2ed3616656d973185a55a929d1e4ff1bdb837dbacbf8d4472c820275fdd26655"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "4873db7652aeadeb592a9d6330665c814b89a3586e36cf07e5f49497a063ca67"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "4873db7652aeadeb592a9d6330665c814b89a3586e36cf07e5f49497a063ca67"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "b2ce26f57cab1d777c6b0e447e8de2e2b3f9e92425d778bf7a003f8b3ced39f8"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "711958e313ce559f85d0105cd8848931753cc03204dfeede2afc90083763c53d"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "b885449786ffe1f0107d93cadc101b0a092d3268cf192a9aab73641610596d29"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "37bbb0d67f0fc4f303d0c248b234008ffbdf190ffc6a0ca8cf7f47b69fe16e0f"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "5b39d444b80d75347cb016818244f4bde9e0db3f31c520f6735c31d234baec5d"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "3863e760fb8b32cbe93ebdffa9a8163a5b8fbf36380b6998a7893eadf58107e2"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "BT"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "89779ba7e6fbf4ca6ebbe49e2edfda5b8c7d260a6a7eff7f1f715a5f505c304c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "de1187e1f8a25b4df4b9bcdf52560a4a4a4ab4cdf0078f4b89f400842092546c"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "f377ab40e12c10f0460e8299b052fe28203102639555045fd3027e76ab6141cb"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "69e93732593e8359891cb4661bbe082894ff18ae74f21288d8108c666baef44b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "358480094214046f6ccfa7b2d3e2eaaaace4b772965a9a297215bebf43e86fa6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "2943b71c78313b3ef1c81d8881b99708ab819ee46f716caf1dcf597eaa114788"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "ca67b95d9071c4309e43a20536b1d8a2b1687a74eb34c1283b807e6caa58ed67"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vg-8050 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-comtrend_vg-8050"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-comtrend_vg-8050-squashfs-cfe.bin"; + sha256 = "e05f97f78f549ef6d188cb98615489bcac94c021195928a078b76f6fed39b218"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-comtrend_vg-8050-squashfs-sysupgrade.bin"; + sha256 = "9f3dfa151d9c4f438786d0158172e3259e9e7e401c9a58b6d5d85156352518bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vg-8050" + ]; + titles = [ + { + model = "VG-8050"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "c22cf86f8651136163de22a64c6f0630d4959181a13f646dc326681b534e305a"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "761e207ad66869855ce7fe04c3bf1976316dd9cd2214ef2fe1e67d7d1d10c3e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "336dcf0d0c94254449e00b5b4f42f3456c34209216854358304b154d8771a152"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "387d5e210598a0d09fce198599370911cc13bc0d2c4555db22877d0297e0f639"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3032u = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-comtrend_vr-3032u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-comtrend_vr-3032u-squashfs-cfe.bin"; + sha256 = "8f9178db1a7e3e03fa5d0ee15f48577dc8d3694f3666f6055e11c2b002700b5f"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-comtrend_vr-3032u-squashfs-sysupgrade.bin"; + sha256 = "8fff73f954ab0ca0c06958708c1a2ea4c7d5e5a2cbd87f5a2d0b92d0829ec8b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3032u" + ]; + titles = [ + { + model = "VR-3032u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "aa9cf0b49be2f20a52824d45759f546bce41bb039baffd79270f86862751d677"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "d96c3c6797c795a0d18cd779296bc1fb7917dc35ed7ae37380c8176f2794ebbe"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "448071fc23ac3bd6bea4647d3a4f08cd0f143cc5e389830b1b3863423588c609"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "7abecd9bca907ab3733adb54c75f940c52dc9063c8dafbcab25014c1efed1816"; + type = "cfe-EU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "51732041055e2e63fd7e9af2cf3206630fdc4457a90c0c40369e99a64cbb5d8f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "51732041055e2e63fd7e9af2cf3206630fdc4457a90c0c40369e99a64cbb5d8f"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "f21136cdff60544d9549fe89a362b5d658a8df14c23f902bc1849186935bfe34"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "f15aa67d1817797c4bcfde480ed70e3bdfeb39cd169ef041ead27d79ac43eb2e"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "a2dcdf38da6002db06d2d0baadd81a5467bdf1bf2557a733538e31b89cf1bff4"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "a3073e951964bfaf4c49217a3326c2c0a534fe4456de86bf13990e58ede3dd32"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "8389cbaa46053b8afe1d602f6bf892f6719cda64f46c9f30073c9b2e962cee3d"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "3302ea7165b68dc2a0d02e2a38b312f366d53f2d1bdad785562db58fc30f40e9"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "23d6e551e67c0841a4e632cd791b2d8aeac48cc367af1df86a8309393d8d3072"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "5a41114e10e390317a512526a284448619e9b14fbee266f4fbdc5a6aee3f22cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "a79dea85adadd1044b42e8871a0d7b0d103d81ca19bb6c2a89ba2a45c5083550"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + huawei_hg253s-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-huawei_hg253s-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-huawei_hg253s-v2-squashfs-flash.bin"; + sha256 = "3b634fd99f4e01bb94cf646b665c28e5924498aac5d9234f3a4111005a28ce0e"; + type = "flash"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-huawei_hg253s-v2-squashfs-sysupgrade.bin"; + sha256 = "2ae0d5a3fe0b573617e2f2efe4e2f4fe51a8d042c0304a870dbb6119fbd76deb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg253s-v2" + ]; + titles = [ + { + model = "HG253s"; + variant = "v2"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "93f1672e0f0cfdaaad6e204cc8a062d370c829bd058c6519235c92c73fcd78fb"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "dc54f4d56b1c8d2c7505c9e1d5c205f9bc96730707043accbd761afb2e25af95"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "bc7baf79915b43b6269aed6d76b302a2d2d006186c85c07db9ff86b383871f81"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3700-v2 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-netgear_dgnd3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-cfe.bin"; + sha256 = "6a7c3dc89fd2c4767986fe57d8e7b8d5dfdfdb1649aa6a1d605db4bee2c55522"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-sysupgrade.bin"; + sha256 = "096efc206999ab5b4e0ef78c3a6aa4ba983f0ef5ba51f5c2588f691a18582859"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v2" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "411c288b0381e4d89b4d6ce404629c6a51dbed632f36badca36a48fd3d397f37"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "7c5fada00b1e896e7fc849a596324579c5807aa7d7cc07b89e7ec170b1df1523"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "4854fb23df77ef82d598b01980c8a3040f86c601df09d41a5270ac252f73fad6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-netgear_evg2000-squashfs-factory.chk"; + sha256 = "2e06184080ab98763dda5da0bbe3f7be775cd64926b1927b1f3ce366bc344c17"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "35387bc443b02692d09ac3be2c2e48026cdcdece7faff2f3b80c632bd30661ca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "22509574e042c4be8f14ee72ae01bd2610c6e2346884dcad339a4ae3ec0a6e29"; + type = "cfe"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "24002b6ddb50372f693d7b483920538f9c687a0989c536101e9e46dff1e3aefe"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "c787cfb827ae31db133088418d85cc1da582501faf2a20a2313459f6e8ca0bef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "1b61d471964cae5f0fdcfda15bac474a8e3f43c6425defe9a9f3528c21e1d54d"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "ab3f2a3af4f3871a86e361068eec70a1599e462f43e4d5aba064ebba0e91e701"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "5aa0f3902217e1efe571c1570b9621a7d7aa954b981f61180a5f1ae0eb564acc"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "65a1755e5a67652f34f433727e7e6a3ea675a07bb0c74122bd4af261c69d38bb"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "42d13c50333d4d700379616c9523390b55c578263a78f43c16a3027eeff3b90e"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "cbf384b1997be374df5885305325399aa55972ac1878a758c9b07f0320ac6729"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "b2b699fd5fbfce600554ea92577f752829a6785ed147ee03247bf44a0442975a"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-sercomm_ad1018"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-sercomm_ad1018-squashfs-sysupgrade.bin"; + sha256 = "771660d3a15689d6ed704f16b6142e3153ac8d251ad66517fe7778fb9a487ed2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-sercomm_ad1018-squashfs-factory.img"; + sha256 = "6500612d795c876e80b55377c66c93a3573cf8d4c67c391ae088bd549d43fb18"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,ad1018" + ]; + titles = [ + { + model = "AD1018"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "07bad649352277ce012e2428314939272198be83aead54f41c75bfc935d38d92"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-lowi = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-sercomm_h500-s-lowi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-sysupgrade.bin"; + sha256 = "bec085e0539ec56c2caddac6496296022bf9131e6cfd20b2ad6fadbbfc7fe75d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-factory.img"; + sha256 = "1c1d1782ca03c3c112475b9e0b6c173bac68b4c6147aba538303f11602921257"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,h500-s-lowi" + ]; + titles = [ + { + model = "H500-s"; + variant = "lowi"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-vfes = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-sercomm_h500-s-vfes"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-sysupgrade.bin"; + sha256 = "6f4fe7d5169189d0cce54f34a0ca85a82631d42781c71e561ca912d8c03babca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-factory.img"; + sha256 = "4e1c5e28c9d1dabb845a6400099473d4c6b479e2ef23688ca02a81dc8e00a348"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,h500-s-vfes" + ]; + titles = [ + { + model = "H500-s"; + variant = "vfes"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "7f6e0dce332a81d87920e1bd7d41850c6b13907515e745ab2ce7ee9983f416f3"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "805054bf14f49154c7ef5854c5f21070c838cafca0596a86a90dddf575a3211d"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "deb0d542b65ac4f0079c865267941a40f71042e755eda9918fddb911e816f06b"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-sky_sr102-squashfs-cfe.bin"; + sha256 = "4c5d7a08f776f78f62e3d7b6df7ea18da00db35b04574a89483c6eb3037b7a4b"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "3699205f2aee3de8f4773a766e40dda85236eeb5a111debbcc3d3de9da8c801b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "5e0d0f7bdc6ef978058937045b1cd8bb78c2d496ecc4e25ec3cef10da4edc4c6"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "98f39a07c089a3c25c19d1ef8f09e298958e3c30fd54d69d563e8cefa39a9762"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "7137510d70375a200f712567ce3424e0127721460e554072f7158cd019d9a775"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "1eec858e36bb61070d1db7f700f5cc8c8b87b6011f006b2726dd768cfd02909b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "fbf1686fd2476fc063a165f97caec88e5cc941816583a25d490b95921961d1ae"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-bcm63xx-smp-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-bcm63xx-smp-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "9f0345509d71bf68599ef38c5139049dd59b45d302906ec6e0a19f069ced8210"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "bcm63xx/smp"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.1-gemini-dlink_dir-685"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "1f3e7b785dae8f44067434f72474925582e65fef0c2fa76f37d536b81d9adec0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "12aff198abc83bb8d48b86c46849017ce977f01c24bf13dfbe0a90d6c4092b76"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + model = "DIR-685 Xtreme N Storage Router"; + vendor = "D-Link"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.1-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "bea4bbc9e3e06ae2f2bb8aed0f04e7efc82473057b7346d361a91e9e8c33ae8b"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + model = "DNS-313 1-Bay Network Storage Enclosure"; + vendor = "D-Link"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-21.02.1-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "8cbc906494ebbd74a99514b4e8799fe37d273d820b781895ad54d9ca89de0835"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + model = "Square One SQ201"; + vendor = "ITian"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.1-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "aeaec1f3be0620b83ef67951be3e944a976b1f7853357cbc209f48086cc21f5b"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + model = "NAS IB-4220-B"; + vendor = "Raidsonic"; + } + ]; + }; + storlink_sl93512r = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.1-gemini-storlink_sl93512r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-gemini-storlink_sl93512r-squashfs-factory.bin"; + sha256 = "7ae0bfff4346503c6436778948c7a703fb13847649be863d73a6d8f6905ab121"; + type = "factory"; + } + ]; + supported_devices = [ + "storlink,sl93512r" + ]; + titles = [ + { + model = "SL93512r"; + vendor = "StorLink"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "gemini/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + imx6 = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-21.02.1-imx6-apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-imx6-apalis-squashfs.combined.bin"; + sha256 = "b5fd05209144fb523210a0c8b425541e231e97921faf287751a99a61bd5c77d0"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-imx6-apalis-squashfs.sysupgrade.bin"; + sha256 = "61d7cb9a825dabf751e074c8ea039b881555af5766290eade13f4a09d45630ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + model = "Apalis family"; + vendor = "Toradex"; + } + ]; + }; + cubox = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.1-imx6-cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-imx6-cubox-i-squashfs-combined.bin"; + sha256 = "492283787ca9e592e8babc614ab55c9243dc45f0f49f6b740edced9571a8908a"; + type = "combined"; + } + ]; + supported_devices = [ + "cubox-i" + ]; + titles = [ + { + model = "CuBox-i"; + vendor = "SolidRun"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-21.02.1-imx6-ventana"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-imx6-ventana-squashfs-bootfs.tar.gz"; + sha256 = "50d4edb0ce076b8efe9d7538f02119c8c24fd82188d6490d13bd303a834b6fd7"; + type = "bootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-imx6-ventana-large-squashfs-nand.ubi"; + sha256 = "03f913d6c140d5d01cd006aeda2709834e77f9de684e57b41183a8bd6f455a21"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-imx6-ventana-squashfs-nand.ubi"; + sha256 = "1cb49b9c819f775d8514ba4b920540d01c4dcf3c5b50467c86819f325ade50e2"; + type = "nand"; + } + ]; + supported_devices = [ + "ventana" + ]; + titles = [ + { + model = "Ventana family"; + variant = "normal NAND flash"; + vendor = "Gateworks"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "imx6/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_habanero-dvk" = { + device_packages = [ + "ipq-wifi-8dev_habanero-dvk" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-8dev_habanero-dvk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-8dev_habanero-dvk-initramfs-fit-uImage.itb"; + sha256 = "0a0cdd929abebdd1535ed2c1450bf272b91ea0fe8d8af0543c7d2a9187fdeec2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-8dev_habanero-dvk-squashfs-sysupgrade.bin"; + sha256 = "37fa5d2386c6a7c7eb6ebcaf7c95ef95d0a2d8eaef1a3617897b153978dbb631"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,habanero-dvk" + ]; + titles = [ + { + model = "Habanero DVK"; + vendor = "8devices"; + } + ]; + }; + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "58297e2685748d3eec65f4dec813b138c3e843608ebd6ce94743ad27c6130d3a"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-8dev_jalapeno-initramfs-fit-uImage.itb"; + sha256 = "39e46f5c3383ef87ed9859e0c1b0303ba04e908a6cc9fda42c1a00892d70f4b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "e0e48849f4d224245a539c0f8a607cd76c861c7303060fb463dd0155a8a19d72"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + model = "Jalapeno"; + vendor = "8devices"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "1abc725a9a1f0482541e462d5accfbd6a4e02c4f7ebdceb101c5ab01f57dbebe"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-alfa-network_ap120c-ac-initramfs-fit-uImage.itb"; + sha256 = "341071deb6b5c3562fd538ce3159c5a5dea2db830a0177ef3d93fe68d1139053"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "b08b7d8a7e0df801dfd6081f8ddb8833c7ff513bdfb4cd7a6638fcdeb91f5474"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + model = "AP120C-AC"; + vendor = "ALFA Network"; + } + ]; + }; + aruba_ap-303 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-aruba_ap-303"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-aruba_ap-303-initramfs-fit-uImage.itb"; + sha256 = "0d32740176c5e2c2dd22fc5ef5d61fcf731f919215e6a6d62e4a424dab845d89"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-aruba_ap-303-squashfs-sysupgrade.bin"; + sha256 = "eaf919577c3f972742ba186258c4f7fd9a6300b5aa63354f9e10d6e72323bfee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-303" + ]; + titles = [ + { + model = "AP-303"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-303h = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-aruba_ap-303h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-aruba_ap-303h-squashfs-sysupgrade.bin"; + sha256 = "90b66e7102bd5a2da06250ed885767a7bcf768fb562295b476924b1df6452158"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-aruba_ap-303h-initramfs-fit-uImage.itb"; + sha256 = "665d4e344de3978761bb39ea1fa83fc415a0e265c07dccdece8ae28b0e187d6a"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-303h" + ]; + titles = [ + { + model = "AP-303H"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-365 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + "kmod-hwmon-ad7418" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-aruba_ap-365"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-aruba_ap-365-initramfs-fit-uImage.itb"; + sha256 = "6d4d8e76ed9b66cf76b47c3e63cc3a76b1458e4e2db49d498680f020c615a453"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-aruba_ap-365-squashfs-sysupgrade.bin"; + sha256 = "38325928992ce1437b10855330bcd3e2ad92a046bf53dc84fde72e05581e334a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-365" + ]; + titles = [ + { + model = "AP-365"; + vendor = "Aruba"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "a32341f44d6278d4646a098e1277c0982feb39fe403d90c7e4e90b71ab3ab389"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-asus_map-ac2200-initramfs-fit-uImage.itb"; + sha256 = "c7eca5de4352f77c9559bf5b4cd502b4f5c76add052a5555ee5ad197c1072d07"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + model = "Lyra (MAP-AC2200)"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-asus_rt-ac58u-initramfs-fit-uImage.itb"; + sha256 = "8bcbaa7a2530fcf6511ed1f5523965e0999874aacc6de04e542e390ac939600b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "47f0e4182bac77e21147c85c0c7060a0c1e9151489cd4c58eeef324654acb10a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + model = "RT-AC58U"; + vendor = "ASUS"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-avm_fritzbox-4040-initramfs-fit-uImage.itb"; + sha256 = "e129fd1bd36a57dc883ba4407700ab024f81b039e4774f4dbbfb00b07ce3f475"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "253d43fd2fa41ca08c50031ee98d4e0048bf0d23c499f72970987a15ad6b1cc5"; + type = "eva"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "bbcd9755d80830cb978dbcb6aaad22f29c81b8ac1827e85858bf2882cf19c043"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + model = "FRITZ!Box 4040"; + vendor = "AVM"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "8119aa624a2e6e092a987fd14e534c9d1ab493c9677624df747d3717996fb577"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-avm_fritzbox-7530-initramfs-fit-uImage.itb"; + sha256 = "ea09532f24c2c799b0f2f6e208e5c26407f39a8e1615a4dd2bc69959f7eff6f0"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + model = "FRITZ!Box 7530"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "0c2b81ee2bcf27e02dbce4cc82330994874593f4ee6b3355e727d351a42d5112"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-avm_fritzrepeater-1200-initramfs-fit-uImage.itb"; + sha256 = "a155f85c72cdd15a712c6e5ea962f44e5d9d656fe0589a11301cdf0879ab9006"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + model = "FRITZ!Repeater 1200"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-avm_fritzrepeater-3000-initramfs-fit-uImage.itb"; + sha256 = "2ec9d69a5f4dfb9a5993fc11b6d19427096609d1af56041c5d6d0bc683cac69e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "ccfe3a72aaef988808a177ded560c34996f95277f9406586220cf538462a7926"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + model = "FRITZ!Repeater 3000"; + vendor = "AVM"; + } + ]; + }; + buffalo_wtr-m2133hp = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-buffalo_wtr-m2133hp" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-buffalo_wtr-m2133hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-factory.ubi"; + sha256 = "9f8e5b8dcfb06a200de1d6b1e9f3b0c54e020db69129540a6206788a4ac7c230"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-buffalo_wtr-m2133hp-initramfs-fit-uImage.itb"; + sha256 = "bc75d0ac13554bf62b335169f18a1b475c92080d8502324a4989635e75774c23"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-sysupgrade.bin"; + sha256 = "01eeaea16dea14eadaf80c3d0d51af2aed8b3fb6b6964faad2b718d22679d04f"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wtr-m2133hp" + ]; + titles = [ + { + model = "WTR-M2133HP"; + vendor = "Buffalo"; + } + ]; + }; + cellc_rtl30vw = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-cellc_rtl30vw" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-cellc_rtl30vw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-cellc_rtl30vw-initramfs-fit-uImage.itb"; + sha256 = "0ce61d5c67eded62f1a72f90a4ad0818c7587e0840f6da4679b53aab1ed9ce1b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-sysupgrade.bin"; + sha256 = "e0b783dd09795fa8655f3676f5a96a7129e456e8ce893eb4032a1063b4a93c9f"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-factory.bin"; + sha256 = "ec867e2dee259efb6a29f1a5742f651e87ed4177d035c0bcea2c1f6e3fdb31ed"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "cellc,rtl30vw" + ]; + titles = [ + { + model = "RTL30VW"; + vendor = "Cell C"; + } + ]; + }; + cilab_meshpoint-one = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-iio-bmp280-i2c" + "kmod-hwmon-ina2xx" + "kmod-rtc-pcf2127" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-cilab_meshpoint-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-sysupgrade.bin"; + sha256 = "9a70b764ccb4274478c07ea5247afae0dcc991e1b31d53980b14ffd2b72e999e"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-cilab_meshpoint-one-initramfs-fit-uImage.itb"; + sha256 = "fe348d5a714611637dfca168bfe060e84e850b736f47a3ce7907b9e05c9dfd43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-factory.ubi"; + sha256 = "fcdcaa3a60eb2a61109aa5d27516fc2ed156df7e9c3c833ce25feb1c5c625648"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "cilab,meshpoint-one" + ]; + titles = [ + { + model = "MeshPoint.One"; + vendor = "Crisis Innovation Lab"; + } + ]; + }; + compex_wpj419 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-compex_wpj419"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-compex_wpj419-squashfs-nand-sysupgrade.bin"; + sha256 = "9e29006bc1ea773ee02ce8ca0ff800b48c57bb08c351a4a0cd1ac1e142aa91e4"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-compex_wpj419-initramfs-fit-uImage.itb"; + sha256 = "ac0560b88bba4a15552d082f387902161ff78f214652fb0aa8c7871910ecdb66"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-compex_wpj419-squashfs-nand-factory.ubi"; + sha256 = "d6eb825564020ae7fa4b8575042e7d574a440645a3109d7d6575a6613947a14a"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "compex,wpj419" + ]; + titles = [ + { + model = "WPJ419"; + vendor = "Compex"; + } + ]; + }; + compex_wpj428 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-compex_wpj428"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-compex_wpj428-squashfs-cpximg-6a04.bin"; + sha256 = "24c2396c0227cecbca2d1673c5525460401bfc72ce0f30805b70b5c230127bb3"; + type = "cpximg-6a04"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-compex_wpj428-initramfs-fit-uImage.itb"; + sha256 = "2e90ddeeaec9b3e04e07ac185cd0a42b3fc8942048dc3e142d4079e5b92b3597"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin"; + sha256 = "a37ce6326783d072081e482cd9ce85549a6ddd7a22c6d8fd415440e7e2736cf9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj428" + ]; + titles = [ + { + model = "WPJ428"; + vendor = "Compex"; + } + ]; + }; + devolo_magic-2-wifi-next = { + device_packages = [ + "ipq-wifi-devolo_magic-2-wifi-next" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-devolo_magic-2-wifi-next"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-devolo_magic-2-wifi-next-initramfs-fit-uImage.itb"; + sha256 = "da1f8a09b0f28de59a8540b682e713dceb867c15afc3d42d1f4eca867ca74eb9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-devolo_magic-2-wifi-next-squashfs-sysupgrade.bin"; + sha256 = "6553fd7e61cba33cba1ea8c54b32eb49f558d627a119cc9282a5fadecfffea82"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi-next" + ]; + titles = [ + { + model = "Magic 2 WiFi next"; + vendor = "devolo"; + } + ]; + }; + dlink_dap-2610 = { + device_packages = [ + "ipq-wifi-dlink_dap2610" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-dlink_dap-2610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-dlink_dap-2610-squashfs-factory.bin"; + sha256 = "084ce242cdda8d0598d99cf2406f8628456db0ca9509101cda3633378aa8d236"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-dlink_dap-2610-initramfs-fit-uImage.itb"; + sha256 = "ec6cb26e527b4670cb490f4f8255347bf1e5ad33735ac0df7c35b705136c276a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-dlink_dap-2610-squashfs-sysupgrade.bin"; + sha256 = "93dd8186c1f172ff6be6743381aa64d53a6ca7544f4062454db03528d6cfa64f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2610" + ]; + titles = [ + { + model = "DAP-2610"; + vendor = "D-Link"; + } + ]; + }; + edgecore_ecw5211 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-edgecore_ecw5211"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-sysupgrade.bin"; + sha256 = "bfdc7d65ad7545c2248bed7a95271680b504333b41f86f386c99aac22fe4bfc2"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-factory.ubi"; + sha256 = "e4830b62224ab28b1624e73ae5674b680e8c07aecf5a18e92828c0a85e39b12d"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-edgecore_ecw5211-initramfs-fit-uImage.itb"; + sha256 = "04e11ff9fda12be7ba1f309fe9185d7f9abc28895654bb7c913c9e7162257ec8"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,ecw5211" + ]; + titles = [ + { + model = "ECW5211"; + vendor = "Edgecore"; + } + ]; + }; + edgecore_oap100 = { + device_packages = [ + "ipq-wifi-edgecore_oap100" + "kmod-usb-acm" + "kmod-usb-net" + "kmod-usb-net-cdc-qmi" + "uqmi" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-edgecore_oap100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-edgecore_oap100-squashfs-nand-sysupgrade.bin"; + sha256 = "273534edc64c9c81596b33643413f6fc61b00b60de4de4d4243f667f7b8dd118"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-edgecore_oap100-initramfs-fit-uImage.itb"; + sha256 = "4f7d5c67f9f296d2bfb0eef7607e6d1ded677932310016c4c5306b7c1cc39988"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,oap100" + ]; + titles = [ + { + model = "OAP100"; + vendor = "Edgecore"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-engenius_eap1300-initramfs-fit-uImage.itb"; + sha256 = "f7d75292d7672ceca8d3c35c8f4e6ebad595e60f9d516e413d6af04adbf288ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "81f20718717e0a20d1fe50d752e9a7041d810ef0d6ab3a90fdf29af2cc7ef224"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + model = "EAP1300"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-engenius_eap2200" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-engenius_eap2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-engenius_eap2200-squashfs-nand-sysupgrade.bin"; + sha256 = "99971a1fed87f7186bc5bfee05be7243e8f313a08c11208e51c642b2cd7a3010"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-engenius_eap2200-squashfs-nand-factory.ubi"; + sha256 = "637976c7cb4d1a86d2386bbc7e5ce2953cc15790cc75502798855dcbdc6acb11"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-engenius_eap2200-initramfs-fit-uImage.itb"; + sha256 = "08b470b4f16d49ec7df4c23c3b8c82dd985def7df2417d15d7026e44e4237bfa"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap2200" + ]; + titles = [ + { + model = "EAP2200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emd1 = { + device_packages = [ + "ipq-wifi-engenius_emd1" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-engenius_emd1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-engenius_emd1-initramfs-fit-uImage.itb"; + sha256 = "a9562c58256edcbe64ecf76fbaa3a993fb0e28a5b58e2a20a99e0b2b1def551f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-engenius_emd1-squashfs-sysupgrade.bin"; + sha256 = "10d2fc5e51ca5f41ad86e864734fa46e9ccb01fb5ee25d32fa587bf98fea9a13"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-engenius_emd1-squashfs-factory.bin"; + sha256 = "ade30a9343fcf22c9d2fc85dc149e9d1edfd4d7a99346efbb5ef91d06f2d30c7"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,emd1" + ]; + titles = [ + { + model = "EMD1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emr3500 = { + device_packages = [ + "ipq-wifi-engenius_emr3500" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-engenius_emr3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-engenius_emr3500-squashfs-factory.bin"; + sha256 = "08ae492105c5635e81129305118ca74b966957240f09c1833fc2cc78895ebff9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-engenius_emr3500-initramfs-fit-uImage.itb"; + sha256 = "1ce04fc3f18536047e6c0d4120d473fa579c80b1b89a1408d9982e4731958e43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-engenius_emr3500-squashfs-sysupgrade.bin"; + sha256 = "b2d9f6e0822576a1d937e8acf2867ebbe62f1153140f5aa78813374a50e8b4bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,emr3500" + ]; + titles = [ + { + model = "EMR3500"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "882dc38a117d277bafc1843c0de08ef0b0c5f481972ea96db7f21985529072a0"; + type = "factory_30"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-engenius_ens620ext-initramfs-fit-uImage.itb"; + sha256 = "fe3ebd687833a518cf20f9c7a66488b3b4397ba99a140e70e8f04093597837d7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "f4ade0502e744bd8222c41d3e80f8473e570485e49939e98c17e874dfbbb9cb7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "f4438939da0a9f70a3cee98c59727aa0ffc3b56bbeecb7043bdf30c9ef78a5e9"; + type = "factory_35"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + model = "ENS620EXT"; + vendor = "EnGenius"; + } + ]; + }; + ezviz_cs-w3-wd1200g-eup = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "ipq-wifi-ezviz_cs-w3-wd1200g-eup" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-initramfs-fit-uImage.itb"; + sha256 = "04e8ad3f90500a33bb73d741cd7bc4b16b1c36867a5312b89bea514568024ba4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-squashfs-sysupgrade.bin"; + sha256 = "0b54141324d558d2c4591d7c0fcc5ee81bca250568460e89d8dff02bb1ca2acc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ezviz,cs-w3-wd1200g-eup" + ]; + titles = [ + { + model = "CS-W3-WD1200G"; + variant = "EUP"; + vendor = "EZVIZ"; + } + ]; + }; + glinet_gl-ap1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-ap1300" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-glinet_gl-ap1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-glinet_gl-ap1300-initramfs-fit-uImage.itb"; + sha256 = "e86840b29d8ec53cc4f2bd66bd96b63056d43b3f53006ac2b264faaecd4d5842"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-factory.ubi"; + sha256 = "bad41d1372a8367ac99847e406c40bbe5688e0d6d0e15bc6378d77d22d7ce67a"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-sysupgrade.bin"; + sha256 = "fbf028d001686c9c8c0593b11ae92ee58956ceb3018617e54d39e4049bd97b32"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ap1300" + ]; + titles = [ + { + model = "GL-AP1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "3169ff758b6dc660d18eb57a51dd59610fefc815071ecd1309135f0125f64ab6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-uImage.itb"; + sha256 = "ae8c15ed2134cd8d97ac7f24e67849a27bc86a74988def1762bff429f6672283"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + model = "GL-B1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-s1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-s1300" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-glinet_gl-s1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-glinet_gl-s1300-initramfs-fit-uImage.itb"; + sha256 = "246c7c24819a0e561780b7992c4690f860f2deea933785717da4d9b06384097f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-glinet_gl-s1300-squashfs-sysupgrade.bin"; + sha256 = "9872733be29344a7141a1336b8621e57cbd31354657e83104fb8074619517fe6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-s1300" + ]; + titles = [ + { + model = "GL-S1300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-linksys_ea6350v3-initramfs-fit-zImage.itb"; + sha256 = "577896396c94706b536de53a071d4d7d6397b0c177c98de68ccac1a7fcf19ed5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "3bff2ff70894ea635770219253c1c066f8c10266f863bceaabd2895456866106"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "869e2607ea1c130d0afea85ba433739f7bea46fada687005c9081624f8755f4a"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + model = "EA6350"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "6b7ce77b97e6d324b0c3d89cdd7969159a485cca7e489f25d8f3787d9b0abb12"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-linksys_ea8300-initramfs-fit-zImage.itb"; + sha256 = "c46809edd0eb01334003d80c267ce6f1633e4f084563c0d4654a883f721a69c8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "4aa08353f741c7c6d127c23b57c3af1fe291f15805861a253d6c9414e0743f87"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + model = "EA8300"; + vendor = "Linksys"; + } + ]; + }; + linksys_mr8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_mr8300-v0" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-linksys_mr8300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-linksys_mr8300-initramfs-fit-zImage.itb"; + sha256 = "c3f42ff62bf4e9617bee6f1ba603571f57a5361ea5e23e5c175e55447152294f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-linksys_mr8300-squashfs-sysupgrade.bin"; + sha256 = "65daacf4207b9ba0adc78d45f6a19689fe10a098a2defe7834b6e9d8aa9cbe44"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-linksys_mr8300-squashfs-factory.bin"; + sha256 = "a16119f0645a1b748021f8c6322f6c2f348f9ab481ff542c6070562ad4e97d4d"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,mr8300" + ]; + titles = [ + { + model = "MR8300"; + vendor = "Linksys"; + } + ]; + }; + luma_wrtq-329acn = { + device_packages = [ + "ipq-wifi-luma_wrtq-329acn" + "kmod-ath3k" + "kmod-eeprom-at24" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-luma_wrtq-329acn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-luma_wrtq-329acn-initramfs-fit-uImage.itb"; + sha256 = "46b907fc95b058ffc9f11e4fda9bc050877215ad2ee7e25136242797e0737216"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-luma_wrtq-329acn-squashfs-sysupgrade.bin"; + sha256 = "48a4b005c9e9dc16d8fd8038173a7b61c022bfb22bf24745841af7e7e25b8251"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "luma,wrtq-329acn" + ]; + titles = [ + { + model = "WRTQ-329ACN"; + vendor = "Luma Home"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "6775c3e160a90e7a119d5bb28cddb795931c9ff55bff396da4b921586c42ecd2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb"; + sha256 = "67783d037f188a200ae846d6882fecbea49fb91988b29491ff154c1360817811"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + model = "MR33"; + vendor = "Cisco Meraki"; + } + ]; + }; + mobipromo_cm520-79f = { + device_packages = [ + "ipq-wifi-mobipromo_cm520-79f" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-mobipromo_cm520-79f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-factory.ubi"; + sha256 = "b084c9d10237d7b2ea021ddf26ed875f0804b9482cbba65d4d7a2619d0ec516f"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-mobipromo_cm520-79f-initramfs-fit-zImage.itb"; + sha256 = "80368635de168d39051ed6e65b0612c38c0f8b26341dd476af449e7da7eced12"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-sysupgrade.bin"; + sha256 = "d240e2c33103afb0d85ce1cc087a5e6f80deafee779f3e11bdfa6b5b6f89126a"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "mobipromo,cm520-79f" + ]; + titles = [ + { + model = "CM520-79F"; + vendor = "MobiPromo"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-netgear_ex6100v2-initramfs-fit-zImage.itb"; + sha256 = "2c086c263d2bc6e1952460bc10b30a68666ec04a56ac1055a881883be9037a90"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "5f2044373297e440713aef5a4a04bb259cd4f1509ae01b01b9d92ece03d84156"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "0fcb51781afa218b7e755174714eb65b6a5725ef98c0bbe0a5a12f0673be5085"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + model = "EX6100"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "6d3e16f1916db9a2d62f419a62a4fbca9f258697552e452c8f2bd8ce3c70032c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "3b04cc7d03af7fb54e285f0a14aaa01e90c8957d1186c1008ac5e23a364fad32"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-netgear_ex6150v2-initramfs-fit-zImage.itb"; + sha256 = "3d1c3e7d9ecd63eb149e4a339ad622fe48c59acf839e59ad87ac246689a49949"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + model = "EX6150"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "411cb407fabbae01c4d868af28472f86c2139b830c959f966a9ea1d01f19a56c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "3e82db25c4774d28a8b7bac3c6aff7d399fa4c8eb0149df2ed601fe574832b7b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-openmesh_a42-initramfs-fit-uImage.itb"; + sha256 = "a97538f7ebaa85d33e7b073f5a44d0dd9a665cdcafc2a651a0749888dd5a4964"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + model = "A42"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "da2b81cd2a02f0872a59a2388ca9ac3d1ebf7a2891ca655e1421dbafc3660c0b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "716530a1be331745fdaf8e1976c978ae08330281722d515690b68a05bf99ae6d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-openmesh_a62-initramfs-fit-uImage.itb"; + sha256 = "cde5618b178c0dc75e3f884b8366957a5806fb6199eb746b0eaa9e8f46b4eb22"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + model = "A62"; + vendor = "OpenMesh"; + } + ]; + }; + plasmacloud_pa1200 = { + device_packages = [ + "ipq-wifi-plasmacloud_pa1200" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-plasmacloud_pa1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-plasmacloud_pa1200-initramfs-fit-uImage.itb"; + sha256 = "a73d0ac1b30ab2bb6d2d1b4bdb7c3f7aabf8b8936bc16f758d399f4f4f77f6a6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-plasmacloud_pa1200-squashfs-factory.bin"; + sha256 = "7ec8f00765f90fbb543d5f6af1e32f27e459dac8c58ae26105a0d6866d9d778c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-plasmacloud_pa1200-squashfs-sysupgrade.bin"; + sha256 = "8f9c91a0672cd1b89fe509d780a7c0de260c4bdbb659a145d7d35cdee29f9d9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plasmacloud,pa1200" + ]; + titles = [ + { + model = "PA1200"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-plasmacloud_pa2200" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-plasmacloud_pa2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-plasmacloud_pa2200-squashfs-factory.bin"; + sha256 = "7e89e2600d07110ccf826e286a735d9e1640ca3c753fa4b5e528d3cc1de224e1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-plasmacloud_pa2200-initramfs-fit-uImage.itb"; + sha256 = "430230a33ec4661745d79a335ff2d4eac0c47050ffe6e2413769b0bce0d8999f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-plasmacloud_pa2200-squashfs-sysupgrade.bin"; + sha256 = "09f7a4ab7048c060aaf35bcb857a92db7b75e2aee9a36295f7785bbbc1fb27b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plasmacloud,pa2200" + ]; + titles = [ + { + model = "PA2200"; + vendor = "Plasma Cloud"; + } + ]; + }; + "qcom_ap-dk01.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-qcom_ap-dk01.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-qcom_ap-dk01.1-c1-squashfs-sysupgrade.bin"; + sha256 = "a7c45f62a138d87687f13aced8ce590702a79c3fa39939c85ae315197cb18597"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-qcom_ap-dk01.1-c1-initramfs-fit-uImage.itb"; + sha256 = "b5c632004570bae067a5adad332320c30e394a4f250cbe78ffed0e9c8972d24d"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ap-dk01.1-c1" + ]; + titles = [ + { + model = "AP-DK01.1"; + variant = "C1"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + "qcom_ap-dk04.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-qcom_ap-dk04.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-sysupgrade.bin"; + sha256 = "227e4b93e9d58e30f3bc98f487d4cbbe5ec9ea088995d55de3eac315ab39b680"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-factory.ubi"; + sha256 = "f80866b229037150ecacf1a49f32aef31b15891c9bc4fe478bd689e59c1a29ca"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-qcom_ap-dk04.1-c1-initramfs-fit-uImage.itb"; + sha256 = "a8008e2054e683c116c63dfed470bef1f0916ea877d21c80ba1d0b58617dbb47"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ap-dk04.1-c1" + ]; + titles = [ + { + model = "AP-DK04.1"; + variant = "C1"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qxwlan_e2600ac-c1 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-qxwlan_e2600ac-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-qxwlan_e2600ac-c1-initramfs-fit-uImage.itb"; + sha256 = "efdaeeddbc349fefcb84d80edafb0410701f664642d052768e46bfb156da909d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"; + sha256 = "68c650fd12f358ef6a4160f85349db82d316a545ebc21eb9c4937421699ade4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c1" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C1"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "5089a8a640cdf32c4c9896b818c9600e36fffca9f8d99afcbed2a3910ce5e0de"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "8b538c021a0960c903bfa9892e7700603088ba0eb9e21b3408c0bcf8a0563f45"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-qxwlan_e2600ac-c2-initramfs-fit-uImage.itb"; + sha256 = "067f57eb6fd217ae76c1842d48a18bd08e17c9f1056e039d4903671af9603799"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C2"; + vendor = "Qxwlan"; + } + ]; + }; + unielec_u4019-32m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-unielec_u4019-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-unielec_u4019-32m-squashfs-sysupgrade.bin"; + sha256 = "32d6026d4c7bdc7f93cc71941722d2761edc0c9bd8735fad556052b95e63b3c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-unielec_u4019-32m-initramfs-fit-uImage.itb"; + sha256 = "663570b01dd25f940d45b9388f1bb7a5cc429f4db87a082b65fee01095217686"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u4019-32m" + ]; + titles = [ + { + model = "U4019"; + variant = "32M"; + vendor = "Unielec"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-zyxel_nbg6617-initramfs-fit-uImage.itb"; + sha256 = "343a86e3a5f1055babdea32ae77bd1f198acf77547a9e5341d836c374f447708"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "3748ed50cdb1bc306d513335e261e9c30b5d2d23f1f1c4ae22aaf8481e1ea8bd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "86a2e3ab95a7adeef178c6a003e94782cc7c27d7793231c0f5306a4d1fd63438"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + model = "NBG6617"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-generic-zyxel_wre6606-initramfs-fit-uImage.itb"; + sha256 = "19dad4ed62a47c1d264964c06d9b2fe942e955b7830b40baa3b7fb0f4cde456b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "affc9765b6751584bd46c129e15d6e1ed380ca56eb7f17ae718cf5f673c727a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + model = "WRE6606"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "ipq40xx/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + mikrotik = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_hap-ac2 = { + device_packages = [ + "ipq-wifi-mikrotik_hap-ac2" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-mikrotik-mikrotik_hap-ac2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-mikrotik-mikrotik_hap-ac2-squashfs-sysupgrade.bin"; + sha256 = "b0e49199a85326cbf93b888a53fa6f26515778776b06853985d02ac276618616"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-mikrotik-mikrotik_hap-ac2-initramfs-kernel.bin"; + sha256 = "5fc67f6bb2587249af411ac0380567b5267cc0762c266a27b3f342022cf159e7"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac2" + ]; + titles = [ + { + model = "hAP ac2"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_sxtsq-5-ac = { + device_packages = [ + "ipq-wifi-mikrotik_sxtsq-5-ac" + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-initramfs-kernel.bin"; + sha256 = "a7794c6b6de0a070e73e0e80b249fafd8b455b0dfb65f5b3a4dc16efb9244a95"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-squashfs-sysupgrade.bin"; + sha256 = "5214874fdf4890b9578711a292977da6785e104ff4bb5c32a1f412d82a99d988"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,sxtsq-5-ac" + ]; + titles = [ + { + model = "SXTsq 5 ac (RBSXTsqG-5acD)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "ipq40xx/mikrotik"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-phy-qcom-ipq806x-usb" + "kmod-usb-dwc3-qcom" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asrock_g10 = { + device_packages = [ + "kmod-i2c-gpio" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-asrock_g10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-asrock_g10-squashfs-nand-sysupgrade.bin"; + sha256 = "5eb3da40a4e9b000bea2c0ed58c7432496ef12113d54989fc7384f9151f51b90"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-asrock_g10-squashfs-nand-factory.bin"; + sha256 = "297b8ac18ed96d280fb868af5a9d803d062380e55fabb9cfe6d736c610b86c68"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-asrock_g10-initramfs-fit-uImage.itb"; + sha256 = "d3fd623003bbffd27845348045cc9ebe292c4e1f3254dd4381a45aa5237e83b2"; + type = "kernel"; + } + ]; + supported_devices = [ + "asrock,g10" + ]; + titles = [ + { + model = "G10"; + vendor = "ASRock"; + } + ]; + }; + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "e4c732dfc42e7bcaa0afda66358dce30fefe904dd9cbf2f46d8c5d00c425c811"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-buffalo_wxr-2533dhp-initramfs-uImage"; + sha256 = "4b0ce00196f71a400a39790197d219bbc8c8c0090219fbae43b7761d132c4976"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + model = "WXR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "01ed97a909b54175a2e1d18726218752b1cfab4aac15c16e11b96d94db344704"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "a8c8edd6d9997eb28c9067cd602c8da617d4e0524412b64c5d030b42497e6103"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-compex_wpq864-initramfs-fit-uImage.itb"; + sha256 = "2f074d2b265077451c670aae3b5edf1f0275af1dc3eddc8689d5c755414f7f62"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + model = "WPQ864"; + vendor = "Compex"; + } + ]; + }; + edgecore_ecw5410 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-edgecore_ecw5410" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-edgecore_ecw5410"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-edgecore_ecw5410-squashfs-nand-sysupgrade.bin"; + sha256 = "a3828142c4c7cd419051cc3fcdaaf81856bd53e02a65c1a4efce944d411f1925"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-edgecore_ecw5410-squashfs-nand-factory.bin"; + sha256 = "7de1f911cc8b9baacd38b63ecbb222cfe8d02da92a34d40b1ee3b24ffd2d7b9c"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-edgecore_ecw5410-initramfs-fit-uImage.itb"; + sha256 = "2076ab0d484e38705ec8d5b62e07b470d94ff9058744cab8055c55b1bf827c22"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,ecw5410" + ]; + titles = [ + { + model = "ECW5410"; + vendor = "Edgecore"; + } + ]; + }; + linksys_ea7500-v1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-linksys_ea7500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-linksys_ea7500-v1-squashfs-sysupgrade.bin"; + sha256 = "36bc93a7baaa0f4dc62e56820696cf8784dda9c2ca4be6459858312199a832ff"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-linksys_ea7500-v1-squashfs-factory.bin"; + sha256 = "235ff40aabe6883622ff63c77c7f11d3ee9a8f245f7d4625c41375bdbd987b57"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-linksys_ea7500-v1-initramfs-uImage"; + sha256 = "44c0b6d5833e50c898b40dd5df56a6b3679ee492a8ff7bdf4ed24abf5a47b6f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7500-v1" + ]; + titles = [ + { + model = "EA7500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "b17b0eb239fc00ce8dc671983179ffe75a07687a556d7b2e1211ed116c7da64b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "193dfb84db503725a745ae3086968d5a014338828f6d8c8af2f35354b487f23b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-linksys_ea8500-initramfs-uImage"; + sha256 = "42ad3db31505edee81789b0c3d462e6bb8eae5e3b3383fbdfd0bf6fd7efa02d4"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + model = "EA8500"; + vendor = "Linksys"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "41c58982ea66e744434a26b1309eb24c4cf89c38810169ff3f5a099c6be8a02b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-nec_wg2600hp-initramfs-uImage"; + sha256 = "ef06ddca20785b039b5c2bb7045a9caaa755e34d773ec7d200ba5a8d2e70fb2d"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + model = "Aterm WG2600HP"; + vendor = "NEC"; + } + ]; + }; + nec_wg2600hp3 = { + device_packages = [ + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-usb-phy-qcom-dwc3" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "ath10k-firmware-qca9984-ct" + "ipq-wifi-nec_wg2600hp3" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-nec_wg2600hp3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-nec_wg2600hp3-squashfs-sysupgrade.bin"; + sha256 = "1d58b092359bb5b512793dd1696919ecfb6fcf9c75b50dca4374f13b484fbe8c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-nec_wg2600hp3-initramfs-uImage"; + sha256 = "c71e155762c41d118198a087a055fbbaca7e90dd4260ef43395c02ee3dbf91b4"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg2600hp3" + ]; + titles = [ + { + model = "Aterm WG2600HP3"; + vendor = "NEC Platforms"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "b8995d61d7243bb7218b7a1ea72bdd1ea448770f47677d43deae28aa699d6758"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "1ba30598718d48ecd4e9994fdd85d7d2485d303461f4a7431e5f346793afd704"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-netgear_d7800-initramfs-uImage"; + sha256 = "80c791ad0a8705a036edce9be49f2e30d6b98aaf82ec8a904fdd0e1cf3fa811d"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + model = "Nighthawk X4 D7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "7beb760c6af5692f471103c7ad7b2afa5cbc3840f613979521fa74371a227ca0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "8d79269b93f9063df3adad03d2758e219be7115eb8f241497d6e4f8b435f248c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-netgear_r7500-initramfs-uImage"; + sha256 = "b6955a0ea756aba5ed4918cb946277b225700da8a3637ebec9b88cd277ec66f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "42e4d0146b283be38851b6ccc558fcaf064e14970b446eed947ec1cbe591813a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "f5c45057af98c992e092c778d3f8c56018543c2d067acb8831a618b2cf06e785"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-netgear_r7500v2-initramfs-uImage"; + sha256 = "fbe963cad84d09b700952f81877a31eeb66a20d480b544eb75a3cfe2aaa43c98"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "1aa6c11663fc105f91d15a6e460a9498500283438e4cdc43349c6c921a9598a3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "16e2ccbb802e0947db48ff47eb3c4b69ed133a372a1f1e7c48526ab450d71329"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-netgear_r7800-initramfs-uImage"; + sha256 = "588ffa49fe3f680289846614d1755d63d23efc1485a8b737e687eb3af1d921f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + model = "Nighthawk X4S R7800"; + vendor = "NETGEAR"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "bc5afe253a3f0215148f47c891b6f4d8273a6756f9ab77893f5495213cf97188"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "33ab75b0270be44a8e86613a39aee17ab5ada84dd1fbe3914f98f4930c0573ab"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-qcom_ipq8064-ap148-initramfs-fit-uImage.itb"; + sha256 = "f29a155c64c46457c5b5abb659ea7a06e7964961a9df5d32291e28e66bf3222a"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "standard"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "5ac20ba29b67be416158be7e164faaf3a9b92f22fe14a152fb6e953a7fef8957"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "b00375ed449fd9306e654ca7fc20bd84cc1659cff06b646a8bc09994ae0cfd31"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-qcom_ipq8064-ap148-legacy-initramfs-uImage"; + sha256 = "caa147091cccb6f968fbca1f6d749eb7a6eb0c8b59e652bd10bccb763c3edfca"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "legacy"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "20a581bc6eb345875908695eb7c84c7d30167ea013f7b4eedc27cdae14334a53"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "34d13600f16d9fa7c9bfd9010c12bc50e76f3e046fe59e578c8973a0c9dd9347"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-qcom_ipq8064-ap161-initramfs-fit-uImage.itb"; + sha256 = "e5aa675abd5890f19743e12fe15b62379732727ba74ae0758d3949e11f5feca4"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + model = "AP161"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-db149 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-qcom_ipq8064-db149"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-qcom_ipq8064-db149-squashfs-sysupgrade.bin"; + sha256 = "4c987874aa327ed6a1c88c83cca5392f53653b16e62901573721b368e9870b4c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-qcom_ipq8064-db149-initramfs-fit-uImage.itb"; + sha256 = "9e25e80f79e51e89cb387366783a1d8b719ee00c31071bb3a88e5f057d2742c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-db149" + ]; + titles = [ + { + model = "DB149"; + vendor = "Qualcomm"; + } + ]; + }; + tplink_ad7200 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-tplink_ad7200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-tplink_ad7200-squashfs-sysupgrade.bin"; + sha256 = "7f325211cf1114020f572956a6435e50619275e2094f171f7bad6a3cf67491b7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-tplink_ad7200-squashfs-factory.bin"; + sha256 = "71217e4acd533b97a46f276730bb834ddd0dc28989c1da2e543331be1ca62523"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-tplink_ad7200-initramfs-uImage"; + sha256 = "8fe4ed765cde73f3de46f7bb72a6c5d01e3022b353f3250c02af6e8b19ff9b82"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,ad7200" + ]; + titles = [ + { + model = "AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + { + model = "Talon AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "925036f9d7c2a3b5174919923ee81d3d6623dffb1eb98df8f1b7b018453fee60"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "34fad9b82c4b0ed29aacbd86c471b9b2329af5fdf1af0ae7ebbd8d162d97aaef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-tplink_c2600-initramfs-uImage"; + sha256 = "817d8392859ff26f23406f9176461dbe4415776486a757ae96b69fc0123395da"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + model = "Archer C2600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "0360b5b760ae02840b0664e67e4f942e2ac170244ba6b8f93a52fb7bd5ac5b5e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-tplink_vr2600v-initramfs-uImage"; + sha256 = "f24cae59000fe3e86869cbd6f71d0c28e35157b1bd6bd2125a53c01ef2211f82"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + model = "Archer VR2600v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_unifi-ac-hd = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-ubnt_unifi-ac-hd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-ubnt_unifi-ac-hd-initramfs-fit-uImage.itb"; + sha256 = "44a315c4d58ef1061c47547aabda1704ce50c6c0dc08a1e4323765e247cd8850"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-ubnt_unifi-ac-hd-squashfs-sysupgrade.bin"; + sha256 = "df2383961d653f565d628b01b42d2602f078ea09c741e4cb538a65b56b6242cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ac-hd" + ]; + titles = [ + { + model = "UniFi AC HD"; + vendor = "Ubiquiti"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-21.02.1-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "b84fb69b868b6b53c058d54290e3456a5edad403b95854dca781c4721fa90498"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "bd3feff7e4f1da69abd8a522baa30d40ce2d791a8929d6e6d1ed90b68c9988ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ipq806x-generic-zyxel_nbg6817-initramfs-uImage"; + sha256 = "7ce2ddc363def95e8ed614918ede8dc5463774461b43361bbb25f2da6ec34747"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + model = "NBG6817"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "ipq806x/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + checkpoint_l-50 = { + device_packages = [ + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-mvsdio" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-kirkwood-checkpoint_l-50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-checkpoint_l-50-squashfs-sysupgrade.bin"; + sha256 = "299f073396a2c131cb583dfc1ab9b857512bea6c12e6ccd97bdf6245466232da"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-checkpoint_l-50-initramfs-uImage"; + sha256 = "a2e266c978970cfaba7ae94dd74589d2596372305932a174719c4675329a6281"; + type = "kernel"; + } + ]; + supported_devices = [ + "checkpoint,l-50" + ]; + titles = [ + { + model = "L-50"; + vendor = "Check Point"; + } + ]; + }; + cisco_on100 = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-21.02.1-kirkwood-cisco_on100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "9f028a64aafd3ef11d6a287e8bb0c854e559f488dc4bee128edb49a99b1eeb88"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "44ad64268e03c6101ecc770c8531ce08efb3611788fd247ff7e30e88deda5322"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-cisco_on100-initramfs-uImage"; + sha256 = "733001add327ccb9ceae50cd5d0ffe75691ae1216247e43e438b71aaf83f38b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "cisco,on100" + "on100" + ]; + titles = [ + { + model = "ON100"; + vendor = "Cisco Systems"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "940b09d3f74955035afabab02e93bc2b4d6b88efc5434aa2574a6aa4cca5ffd3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "eddba3184de5f07747a3a503b6e9c5e28d02b84bad533e9b2bba59cbce7b5f42"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-cloudengines_pogoe02-initramfs-uImage"; + sha256 = "20ba79c98acd5fa4e61c580271c12e082d9060109c195cd5ee59418c98a05678"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + model = "Pogoplug E02"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-mvsdio" + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.1-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "0f4df2c1f7ff2a6aa433a6cda56f312d7bb265fa46bbf37ad978fd1ff411f5f3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "ace832b5f72031cc783511a38f7893ce3206854a43afb321745b06bd88840291"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-cloudengines_pogoplugv4-initramfs-uImage"; + sha256 = "13a84abb54e2a2b045b9b3b691c49434fe31afc3870a36f1b4a777fd1dec1fe6"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + model = "Pogoplug V4"; + vendor = "Cloud Engines"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "7aff5680537114c6c9034098ff5a7446dddf76578119c4600891edf9f9c0f2fe"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "889cc737fd019dbb04f25945bb72f86462d17c7576b220ebff1c7af893cbd123"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-iom_iconnect-1.1-initramfs-uImage"; + sha256 = "478c05376ba5e102fa98dbd58c834c84156e84ffd3832167e17d71d49ae29783"; + type = "kernel"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + model = "Iconnect"; + vendor = "Iomega"; + } + ]; + }; + iom_ix2-200 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-21.02.1-kirkwood-iom_ix2-200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-iom_ix2-200-squashfs-sysupgrade.bin"; + sha256 = "db4e6348332f5757795b5184987a67033a843219b130aa4ccdd77697fe5e417f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-iom_ix2-200-squashfs-factory.bin"; + sha256 = "86d6adfc1194903a8a1ca8185f6488d5a2a070fd167418319ce93c0051028183"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-iom_ix2-200-initramfs-uImage"; + sha256 = "5ef8a411dc12d76fb6239751a8b7d965b3a96d936099255e5c762e5f47bc90cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "iom,ix2-200" + ]; + titles = [ + { + model = "StorCenter ix2-200"; + vendor = "Iomega"; + } + ]; + }; + linksys_e4200-v2 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-kirkwood-linksys_e4200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-linksys_e4200-v2-squashfs-sysupgrade.bin"; + sha256 = "5e4121f845c4d28e909a3d346e51aa993124dd4c8bf19d884eb57be11905f6fe"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-linksys_e4200-v2-squashfs-factory.bin"; + sha256 = "ff3a9380fe4069d0edcb304ed33389574db004a428641c2d2bd58f9ae83caffd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-linksys_e4200-v2-initramfs-uImage"; + sha256 = "1aced8dffdc9fa4b9041e87b02330378b35c5eeb003f4054279d041da6740a49"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e4200-v2" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "E4200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea3500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-kirkwood-linksys_ea3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-linksys_ea3500-squashfs-sysupgrade.bin"; + sha256 = "b978e863a4bd058e7b7bfe11f2a78b00e7efed0034cc642b59aba71402343cd6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-linksys_ea3500-squashfs-factory.bin"; + sha256 = "db29d50fbfc097f62e15a43e6b40a1d42ddc052bf216475f25fd12ef158bd643"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-linksys_ea3500-initramfs-uImage"; + sha256 = "083e30078abe186ac516631b5f7e218736fb6ed2d3c417a9b9e8f28f9f88fbc1"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea3500" + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + model = "EA3500"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea4500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-kirkwood-linksys_ea4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-linksys_ea4500-squashfs-sysupgrade.bin"; + sha256 = "72fa8c5cf8350906ea7ea3cc8125ddb476e10b14ee467ae4c4375b5e228b946f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-linksys_ea4500-squashfs-factory.bin"; + sha256 = "09810f9c102186883a42872c970bd78ea57c63a5583cc86eae4b0e1228b3db0c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-linksys_ea4500-initramfs-uImage"; + sha256 = "1f30a5f530997f0ec7c8fb0168d1843ffbc4b7ae3d8a3b42600438a3dd1a7be2"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea4500" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "EA4500"; + vendor = "Linksys"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.1-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "15d57c1650ac46c73eb4d71c12e068f55185dd0cb051e421414bd963f23322ee"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "507f5402def2c9235aed57f6873da1f9509b875d4addc86c170fa16026ec48f0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-raidsonic_ib-nas62x0-initramfs-uImage"; + sha256 = "bd97473c3961bcc849e235768e62cf4a6b0d4b1b7f4d8fe41d27ca96b962618f"; + type = "kernel"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + model = "ICY BOX IB-NAS62x0"; + vendor = "RaidSonic"; + } + ]; + }; + seagate_blackarmor-nas220 = { + device_packages = [ + "kmod-hwmon-adt7475" + "kmod-fs-ext4" + "kmod-ata-marvell-sata" + "mdadm" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.1-kirkwood-seagate_blackarmor-nas220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-seagate_blackarmor-nas220-squashfs-sysupgrade.bin"; + sha256 = "cbb25ce6f4a7c7632ff1b4a5e17fcbe748645a0e71c4a0b142d48543ff8e747d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-seagate_blackarmor-nas220-squashfs-factory.bin"; + sha256 = "944c122fa6096d4f8861b5de440f7d53d655842cca139c369af5b60c0ae013eb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-seagate_blackarmor-nas220-initramfs-uImage"; + sha256 = "1e420e9019a2d2d7364714b9cb309018e41373257c5923d6e45ab1a09b55fea6"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,blackarmor-nas220" + ]; + titles = [ + { + model = "Blackarmor NAS220"; + vendor = "Seagate"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "376f5c9608bab4f0cd368ef132e210a0aec45aa2d65e9877a301cdccf0f5a6d2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "42d0ec965fde44d33363f5842eefda16663da8b28e3983256497b1eb7fb5ea4d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-seagate_dockstar-initramfs-uImage"; + sha256 = "655f6db44a58d2a11e676e65ce4cf80f4e4313550d83385179fa667f4f2b8db1"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + model = "FreeAgent Dockstar"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.1-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "c8c5faece27ee4e9a8fb04a5f6c523194870167c3631b59c6badb40816ff4021"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "127649ce72e6b152f94d38a89b6e1d95a176defeb12275308dd40dd860ba9aa7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-seagate_goflexhome-initramfs-uImage"; + sha256 = "d52d14cdff164db1c15e4aae2aa439b1fa5a9eba23e1910afddacd88e762fa4d"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + model = "GoFlexHome"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.1-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "9cd023c21eb5f853d508e5e63a0687e8fb176a313d19451188dc0b1487dd34fb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "a2e7cec2c41e52ea3b85ef4e0e7cbbe63bd1230f11e55b661058293379e959c8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-seagate_goflexnet-initramfs-uImage"; + sha256 = "4bcd248a8156fde09b5919e307dac8e7499e5f8486ce4688d2820627c94c688e"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + model = "GoFlexNet"; + vendor = "Seagate"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-r8169" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-21.02.1-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "852fb15e26f3cd4daabbdd40174ddd961aa84a40f543a6d6915e6f8bd2ea9d45"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "0168231fb9c324b4953c41484e20773567da6b4c4b28b804b5ad6dd9619128d6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-zyxel_nsa310b-initramfs-uImage"; + sha256 = "e742a6dab50a2cd1934de698cb69558def9f4689c70e0ddc4c023630ba63c83b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + "nsa310b" + ]; + titles = [ + { + model = "NSA310b"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa310s = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.1-kirkwood-zyxel_nsa310s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-zyxel_nsa310s-squashfs-sysupgrade.bin"; + sha256 = "57f5fb3c9758b32608f75fa1f82f71e68814b8d5a1c6476945c079bfb5acfd78"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-zyxel_nsa310s-squashfs-factory.bin"; + sha256 = "76f6c796bbad10fb109c5a35b809dc2d8fc97f5f0e38dabdaf3bd637feb8b285"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-zyxel_nsa310s-initramfs-uImage"; + sha256 = "b42df5fb48bb51a054baffcfe9c8a045a0b0edc48347e0cfb0f206243af2fc88"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310s" + ]; + titles = [ + { + model = "NSA310S"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.1-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "0806f9eefca30f256029605356006f8d615bc979afb987cd84c27d10a571fab7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "06af26a6d15513639eae0c04766d590f393b97fc8fe9d9fcbbd4e7113fe11b17"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-kirkwood-zyxel_nsa325-initramfs-uImage"; + sha256 = "e0afbb15fd790a18573c1d7455dba48d9fc71db975248593a77e1fbf61d24e3b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + "nsa325" + ]; + titles = [ + { + model = "NSA325"; + variant = "v1/v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "kirkwood/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + lantiq = { + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-ltq-atm-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-vdsl-vr9-mei" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "ltq-vdsl-app" + "ltq-vdsl-vr9-vectoring-fw-installer" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoa" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "2bda62012c26bc965ea931094ea3b6771eedee9f72a358b2596cf1ae276b64d6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-alphanetworks_asl56026-initramfs-kernel.bin"; + sha256 = "95c95148befc1f8c4dfe370607f0e1e5328c830c23a08d8ca27ad5d1d901f6f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + model = "ASL56026"; + vendor = "Alpha"; + } + { + model = "ECI VDSL Modem V-2FUb/I"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "839041a7da7cbf9a72fa2be0e5b17ac86b2119da40ca7d9c84e494af8d60eebf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-arcadyan_vg3503j-initramfs-kernel.bin"; + sha256 = "cacc3b4a43a9e2aa765c54af06786f65f80b39b2afc807030d49fb676b4df95d"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + model = "ECI VDSL Modem V-2FUb/R"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-arcadyan_vgv7510kw22-brn-initramfs-kernel.bin"; + sha256 = "c6d5ab2f525f39261f27f835dd44e03a6f1aae655efbc27b89a10f2276f7bd63"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"; + sha256 = "24c121e58f68fa0a81b6444c874234521d11931c34c654d46cc63a7d6f605e0e"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "BRN"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "a893df143cdbca911669b2e5fc58372a09120af6db5db2fb4208be7a1aeadf50"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-arcadyan_vgv7510kw22-nor-initramfs-kernel.bin"; + sha256 = "4a824990cb9b2259890486ccf9f4a409103c54e5b036ee08c39094ca024f0a45"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "NOR"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-arcadyan_vgv7519-brn-initramfs-kernel.bin"; + sha256 = "a64457006d717502067b40dc3811f980642bddb5e3a1262b56c3e42d51ccf401"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"; + sha256 = "7d87a2d511d3be02a0de70f8acc6e1aad536a3809d96d5f7cabe7fb27f97a2bb"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + model = "VGV7519"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "BRN"; + vendor = "KPN"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-arcadyan_vgv7519-nor-initramfs-kernel.bin"; + sha256 = "ff2cb3c1a7c2518fcc9e7ff71ddf9b0da814ee20a43c5237b01f60deb083d2e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "99ce6bacffe6d50053e2b047c381ab06d1a993aa4560ea5cb9bf5dcf84b33f62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + model = "VGV7519"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "NOR"; + vendor = "KPN"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "f381906a218e5e2b865951904186531fc118b8eef6ce6035da2de74618d6fe81"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz3370-rev2-hynix-initramfs-kernel.bin"; + sha256 = "7fbf3790dfdbeda1fc6a90b03d13da4925ac233a76bead5ff7d575b806187c48"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "048dcee25ffcc3c7c6f9dcc0f590ff3882bfa9e144b666674f85fdc50cb64d9d"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "b251562442e9cf20abfe54923bd7da53ede51c8df561207c30ba74b85740547e"; + type = "eva-kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Hynix NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "c535f84d73739fbc6247c2c13e01e044736b3b3838403a9a3d926b4b2ec995ea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "048dcee25ffcc3c7c6f9dcc0f590ff3882bfa9e144b666674f85fdc50cb64d9d"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "a0d565a6194c2f3f8fa391cbea682931c051b63d933f380acbdad0a5fb2e0703"; + type = "eva-kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz3370-rev2-micron-initramfs-kernel.bin"; + sha256 = "fc1aa951e70b8e78b46157f4a5c1e2942932e236d5708f5c7d6b31bdb0b30bb4"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Micron NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360-v2 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-avm_fritz7360-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz7360-v2-initramfs-kernel.bin"; + sha256 = "e3cfdab42f8cffe7edadf07d2e07a528105eecf76d7c1b695cd1c339bffccb24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz7360-v2-squashfs-sysupgrade.bin"; + sha256 = "3b477313e200705ed854b3c802d3c81bdce5bc844f95c7562b466e0bfc9e8cc0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360-v2" + ]; + titles = [ + { + model = "FRITZ!Box 7360"; + variant = "v2"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz7360sl-initramfs-kernel.bin"; + sha256 = "afbdac6eda23f492d66d5db7dc1132b7f93946994890690146852e512dc6568d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "33dff3bbe7cc49385acaaff1d6d4c610ff5c01293330470486529ab8825535ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + model = "FRITZ!Box 7360 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz7362sl-initramfs-kernel.bin"; + sha256 = "99681852de4493d7f29ec6b1a900fdc53392ac31f1d85e241669a188af1b9301"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "44af133696938e998be5d3235dbb345ac75159c65d7ad34876d366271ad6a97f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + model = "FRITZ!Box 7362 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin"; + sha256 = "60c366da714339907d07d58a0ac248dba979ae64dda65f87900c339502975603"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "7338e4c1ee99a1694420b4fb1199e8a9603384bcd4c0bbc0bc5f161f051d7e23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + model = "FRITZ!Box 7412"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7430 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-avm_fritz7430"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz7430-squashfs-sysupgrade.bin"; + sha256 = "b8d5788e6565c1011bfd81f4ea7074a50ee1f4231f99f370e0ff88aeb326c1a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin"; + sha256 = "951810fbef334f377d8364c87ec518fe51c2d115bb153959b4aa5f4747e0e4b5"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7430" + ]; + titles = [ + { + model = "FRITZ!Box 7430"; + vendor = "AVM"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "20ed9094f890c819cab663ea056e7f38e9c9cd878778f6e080a58250f617740e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-bt_homehub-v5a-initramfs-kernel.bin"; + sha256 = "54c212587e7d654dbbd374c1439119a7b8304ef0f30e0c791aa9e380e492f4df"; + type = "kernel"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + model = "Home Hub 5"; + variant = "Type A"; + vendor = "British Telecom"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-buffalo_wbmr-300hpd-initramfs-kernel.bin"; + sha256 = "86bcfd7278c9b15f35bc18ab5946f2004e768902c83fc452c9276ea6eb012faf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "a67bdf469980e954d8a6f8b0a8e42e889da8a583b02901e0b8ab875d90986efd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + model = "WBMR-300HPD"; + vendor = "Buffalo"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "26133117e9aa50cedc0dcfe30b7c15b5b7fc2af7e557e7965455b860179159d4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "7f8a2b4b687fc63fc8ec59bfa92db4568da4286b0cc9b87a7f25502db7f5ec49"; + type = "fullimage"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-lantiq_easy80920-nand-initramfs-kernel.bin"; + sha256 = "76f9ff64255d6a89e01d5b0d67b4383073fad0e0ab5617c818934e7150d28c3f"; + type = "kernel"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NAND"; + vendor = "Lantiq"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-lantiq_easy80920-nor-initramfs-kernel.bin"; + sha256 = "6a9439d66fb638fa7336a88f9277554f27e7921241d94851bd51b563531702df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "241a66534d6fbb520f2864291ce4d5cdc013a34ee8f96ae4a4a431d3a7b8e75c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NOR"; + vendor = "Lantiq"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "700a9b3f060d4410a333a0899980ea38a59c80730bfab16a645cc6ebce54bc13"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "4756e4edbf9b348e05a1f88f5bbf04d6dbf1fa54656b461a3f2a5733c3da1768"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-netgear_dm200-initramfs-kernel.bin"; + sha256 = "23c8fa4d968170408b7b6d9c0fee2a9fbadb3286f021bdc7061aba8777a9931a"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + model = "DM200"; + vendor = "NETGEAR"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "c34560c5455459515e5590335b8330475541e1c9f0154603edbf50908d22ed59"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-tplink_tdw8970-initramfs-kernel.bin"; + sha256 = "632f7b9e401d29c5bf58caf532c9cf60b5b65ef2e387b2e21049bef9e0013161"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + model = "TD-W8970"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-tplink_tdw8980-initramfs-kernel.bin"; + sha256 = "e72d0644749d2ec6b5355bf493122007704c62179157a7e7d0e5a94254d45745"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "d15637fc8a2ffffaf7aabcbbfe58696df22f9dfbb05f8eb527bf6f7ca5ae0a69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + model = "TD-W8980"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-tplink_vr200-initramfs-kernel.bin"; + sha256 = "ede811a6d6f342c50023dc7b9475792154942eae11ec6723dadb618c3dbc6c9d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "4591ba169290ffb8729e328895362216e43fbe7e2b8ceb1cef8b491c1693c1c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + model = "Archer VR200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-tplink_vr200v-initramfs-kernel.bin"; + sha256 = "87c92d3994db5f35ffd90726eed5ad61388b49feba1977769268b5581235de95"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "fe5fbe7811e2acf6c13bcc9ba58279074b730444c6a3904899b38f376d5c38e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + model = "Archer VR200v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "5c45af5a492137d90cf7b611002b22b852a49b8943f1978c491080c45b36628e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-zyxel_p-2812hnu-f1-initramfs-kernel.bin"; + sha256 = "eb0094393b2ac75f0927bb27e4cae69e983c9440a65469977a840ac527495ca0"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + model = "P-2812HNU"; + variant = "F1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_p-2812hnu-f3 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xrx200-zyxel_p-2812hnu-f3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xrx200-zyxel_p-2812hnu-f3-squashfs-sysupgrade.bin"; + sha256 = "70141caa7d3f6033d7779c51aee643f1bcb6be9fef6128e1d47107522248b8d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xrx200-zyxel_p-2812hnu-f3-initramfs-kernel.bin"; + sha256 = "2db02192c490b28dcf94170bbfc35928ca075de63003694dfaa7f569b904ae2f"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f3" + "P2812HNUF3" + ]; + titles = [ + { + model = "P-2812HNU"; + variant = "F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "lantiq/xrx200"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "949aa383348f68d55a7da00efb856c50e9b932138cbc1bf69d5f179c59d4a11c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-arcadyan_arv4510pw-initramfs-kernel.bin"; + sha256 = "f66c6839c85e53beb80e6e62a83705ec5c940e06fe169f7b7ed0a098ec2106db"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + model = "ARV4510PW"; + vendor = "Arcadyan"; + } + { + model = "BeWan iBox v1.0"; + vendor = "Wippies"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "1729c64c6d89d27442d4fd6a1bafab3e640342ce86006a7c75f8697dbfceb2ea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-arcadyan_arv7506pw11-initramfs-kernel.bin"; + sha256 = "e2a8207e8ad0cab3c401f7657083e3fd8473993a4d0d2c6c802acac986ffcc97"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + model = "ARV7506PW11"; + vendor = "Arcadyan"; + } + { + model = "IAD 4421"; + vendor = "Alice/O2"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "2edfbdf076d168855aa5278298c494e9c2f7fb3cf6af8fcd6cf7936e4a79071d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-arcadyan_arv7510pw22-initramfs-kernel.bin"; + sha256 = "523a6f3ff351560ed6ad31b98e2e3e5f9f408922facaa59b76e563fbab1af298"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + model = "ARV7510PW22"; + vendor = "Arcadyan"; + } + { + model = "ARV7510PW22"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "022c9db963fe8d77a8376b569deef46c561fd0bd3c53eec7251033a5031c71ed"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-arcadyan_arv7518pw-initramfs-kernel.bin"; + sha256 = "d52dc8155634d19f9490f92137c666d30e907c140f290a425030c766590ef240"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + model = "ARV7518PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7518PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "263dc6d04ca22981bb7f1b4bd3bec802e95d748ad2aaba4268f058d92c12236e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-arcadyan_arv7519pw-initramfs-kernel.bin"; + sha256 = "2e55f10312f963bc2e047ffa34e5ec5eb0a31663e58cdddbd5407828753ae171"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + model = "ARV7519PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7519PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "55fa192cc9e4686eefb13d33eca2ed191600f7f89a8f34828d708bafd915bcfb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-arcadyan_arv752dpw-initramfs-kernel.bin"; + sha256 = "99721785c7f1f2fa2dd0ab902c800136becf1dbd521e9dedf4e47bdc0547390d"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + model = "ARV752DPW"; + vendor = "Arcadyan"; + } + { + model = "Easybox 802"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "471717d5b5cec5bf9d5794abad09a3c183c8a0c1475f594b09f5f20d5ff5b533"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-arcadyan_arv752dpw22-initramfs-kernel.bin"; + sha256 = "739c8dec7bb935f60bbfd0fccdc6b712d1ef844ee868c7eabc29c80f8f8e2bd2"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + model = "ARV752DPW22"; + vendor = "Arcadyan"; + } + { + model = "Easybox 803"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "4e4d64060b0c0435bef31be9b2fe128cddc19e7d13dacbfd37f37853e0c0024b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-arcadyan_arv8539pw22-initramfs-kernel.bin"; + sha256 = "be571c3c001b444aec25a158f1f81d6dd316ae2e1470b03b2721f755b9a693f0"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + model = "ARV8539PW22"; + vendor = "Arcadyan"; + } + { + model = "Speedport W504V Typ A"; + vendor = "Telekom"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "b065bdd524db045bfaed881809b465e5aa1d1f124bb1a6f984d2a18f5ed10abf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-audiocodes_mp-252-initramfs-kernel.bin"; + sha256 = "0fe37f78534bacb4e9033fe8ce8024241ca265dc14ce41376eb99987c677b636"; + type = "kernel"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + model = "MediaPack MP-252"; + vendor = "AudioCodes"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "289b665cb318a6d0b1c6296b9c5bd7ad313bf1da08f90d4c3a49e44c107ce42c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-avm_fritz7312-initramfs-kernel.bin"; + sha256 = "7902a1234bd1a0306eb1a1f4195b4b01f4a803a61e29d664bed8211f7a556166"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + model = "FRITZ!Box 7312"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "1b700703e5ff915ab34e4baa56e2eeb2a77ef87f8c8cea356df8ff9ac2cc7e0d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-avm_fritz7320-initramfs-kernel.bin"; + sha256 = "ee949eb3b20642981dff35dd1d362c400e5d9a59ef7fa383ba5c91a2d58ef89c"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + model = "FRITZ!Box 7320"; + vendor = "AVM"; + } + { + model = "HomeServer"; + vendor = "1&1"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "68d0a79295f70fa0cfb8b8dd5bad1f751dbe43d80e8cf3eae1d11f878676b0d5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-buffalo_wbmr-hp-g300h-a-initramfs-kernel.bin"; + sha256 = "0fce241d7bae278f850de4537589ebe94180b2795ad012cb3ca0552090b639e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "A"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "61dbedb71f441145bb072985ab08b03b7e7b595e13d3e441f6555e3b29c5a6c0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-buffalo_wbmr-hp-g300h-b-initramfs-kernel.bin"; + sha256 = "0fce241d7bae278f850de4537589ebe94180b2795ad012cb3ca0552090b639e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "B"; + vendor = "Buffalo"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "8e122666508506a427cc3ceb03d252b30aee0bd02d68ac7e4c52010b14a5f5ee"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "e5719f823103230555e456339fb6c27eb0e944c8739216fcdedf90e7bb084fde"; + type = "factory-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "04c17478096de0c0e5a51eea6619c67f15f58a57e448880f41f87a5f957d24da"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "1330198bade0364161361acc9eec2be8d91b6d58245a805b8bd137e443f49050"; + type = "sysupgrade-na"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-netgear_dgn3500-initramfs-kernel.bin"; + sha256 = "5197086910bc414ead3db481495f307edb5f965562660820daf2e0fa490c2de0"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + model = "DGN3500"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "002031ea0ba0b3bb9ccc208e98689d7f3b45c9e53acf46199d718244f3929f8c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "92b7240af09768209fde29c615758d05950ea1743603fa49e45b4bbed1c4788b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-netgear_dgn3500b-initramfs-kernel.bin"; + sha256 = "dc2901cbe86eb5f0df54c11d94532d53d32e85a8bb6abf9aa4e216d17a3600f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + model = "DGN3500B"; + vendor = "NETGEAR"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "a66337efa4672a3b0b40e245a2dca985c7ed4fc0e516ddde3aaf82304e4d6851"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-siemens_gigaset-sx76x-initramfs-kernel.bin"; + sha256 = "65defd5d05c561e537741b75d3cb39e608b813c17c8ca5f60229a0bc3f25a1bc"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + model = "Gigaset sx76x"; + vendor = "Siemens"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "1e9c70a2b218191ee305247ea94a775137393f1efa4b5b1ac9012e3d1c152e3a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-zte_h201l-initramfs-kernel.bin"; + sha256 = "e11f178ede224abd74d2fe0f5302bbb8427cd4a94ff0c8e17dd91fdbf1caac99"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + model = "H201L"; + vendor = "ZTE"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "38b2626d2f33286c154023c1a0c40baa1d5a1d81d92f80c4c79e445af705bee3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-lantiq-xway-zyxel_p-2601hn-initramfs-kernel.bin"; + sha256 = "6d72953c31b92af1dfd63fc4cd3645c9894e91dc97c34cd4411b238049f45bf4"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + model = "P-2601HN"; + variant = "F1/F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "lantiq/xway"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1021a-iot-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-layerscape-armv7-fsl_ls1021a-iot-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sdcard.img.gz"; + sha256 = "90eb2038ec4c0376f5da4d1a94fe8cf0055cb1a7925e8a3422cbf3ec8a145632"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sysupgrade.bin"; + sha256 = "b77bfb27549d83abf6b9d27df9681e7da0fe722ace113171cb29108bcc202066"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "LS1021A-IoT"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr = { + device_packages = [ + "layerscape-rcw" + ]; + image_prefix = "openwrt-21.02.1-layerscape-armv7-fsl_ls1021a-twr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv7-fsl_ls1021a-twr-squashfs-sysupgrade.bin"; + sha256 = "11dcafd84a156cb32afc923926631761ce16e7ebb4148b4c43830ee71ac15e6e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv7-fsl_ls1021a-twr-squashfs-firmware.bin"; + sha256 = "85860168f8524e270dd1523d5ac6a07de242fcab582f24f51978dfefe96e5443"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-layerscape-armv7-fsl_ls1021a-twr-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sdcard.img.gz"; + sha256 = "957b4a51e1fbc54c7082741c791f742f3e249989044ae37bd940374bafa58180"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sysupgrade.bin"; + sha256 = "c398f12416d3a7508dc316d552cb5191138590684ba3e825c9d081ded9289ff2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr-sdboot" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "layerscape/armv7"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1012a-frdm = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frdm" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1012a-frdm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-firmware.bin"; + sha256 = "f4a6f477186235e2bc16279e843fba3823414ff79788a9306efc8ac929dce786"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-sysupgrade.bin"; + sha256 = "282e34532cba20b2e8c0d20b39ababdd5acf28cfae18baffbd2c8b3583296e0f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frdm" + ]; + titles = [ + { + model = "FRDM-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-frwy-sdboot = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frwy-sdboot" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "0fb35251ae1bd2d092ec558d02220fd20152a6bb47362bec51872fb1fefc98e0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "1f1b4e963286c6813049822f421d92a140071d95672182c2b7ec29588cd36515"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-firmware.bin"; + sha256 = "d7b453cb4cf80603f8bbea07361f9b5fb7a5ab1c6857875216ac7febc1f9e65a"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-rdb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-rdb" + "kmod-hwmon-ina2xx" + "kmod-iio-fxas21002c-i2c" + "kmod-iio-fxos8700-i2c" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1012a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-firmware.bin"; + sha256 = "847b1410ee537b8116f749048a3f96270df7e9f905b3653d4cfac10d325d428c"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-sysupgrade.bin"; + sha256 = "6573885c3017c6d5fdf7d451cd540451ccf5ef5e5a3471ac8ad51fbefe5dc771"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-rdb" + ]; + titles = [ + { + model = "LS1012A-RDB"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1043a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-firmware.bin"; + sha256 = "e58727cea2d97ca08c3c01ce1baab6465c35a8a9644a9b73e4d801a456b5bd87"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-sysupgrade.bin"; + sha256 = "7e3cee346e437dd15300f54e56359a5b83778e9d7f62c05d4d372adaac778d22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "d6a4992b2bd86d66e67656423326db8793d1e5b4a57238633ca41eeccb9abd3f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "6279cf9052ed434a22133a14174f098ef6cd60d5e0ba4e764194487e4f224a6d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy" + ]; + image_prefix = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1046a-frwy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-sysupgrade.bin"; + sha256 = "1b369deddaafb949458fda0b28daa247be2a64d0e28cd86d3b2f203edb30d106"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-firmware.bin"; + sha256 = "b1474d1cc839abe013b604f5893b3e6d9ca0662698be0140459e0031bd1544e7"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy-sdboot" + ]; + image_prefix = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "8ed17dc9a0a8d91109a553f21b4c2cf25e01759981ebbe861f92b44e2f981795"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "0e973992be6157f61fe2863fff5d9dee6eb1da2f581369086fd5aa2c92e8bc15"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1046a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-firmware.bin"; + sha256 = "693fd8fb2e3e23a9f3e56a58e02046b379e9afbd13e195bb40d83e05713c8de3"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-sysupgrade.bin"; + sha256 = "d272496ed5c82be28ba2c6d6e78e6eff742e593b7ad87f5457d2ceef7ebb0038"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "aba5c179e415b94177bf23396a25cbcb90ecc134dbc889ad317c630e9bd6e5bb"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "fac60ea0fae040e7e50c8869eb44f7ad3c77aa0e03ba9b9636eac6ec790c5f1a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-firmware.bin"; + sha256 = "0c2b6f876b6b91997f4964d6fa1e1c6cfd48433c05238d107a7588e3da9b499d"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "704e0e4ca34411e68759e89128014e6f6fd38b79be5c0077675247793bb59f9e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb-sdboot" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "10f45a4f90d8a04bc61860dfb3e7e71dd5cd30f91b079bdded8072609ace7155"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "5d39c54207bb08e45af05d271946594fd52ef8e410e83aa2e86899704494cfee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls2088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls2088a-rdb" + "restool" + "kmod-ahci-qoriq" + ]; + image_prefix = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls2088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-firmware.bin"; + sha256 = "55afb55b1d1a9522dced1b491ef8974a5dc1a9bdbe3373103e28dc56e69e6122"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "81fbf646b188ab0867552ef0ba166bc512b6a63dcfad492551b212ccc2bb23cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls2088a-rdb" + ]; + titles = [ + { + model = "LS2088ARDB"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb" + "restool" + ]; + image_prefix = "openwrt-21.02.1-layerscape-armv8_64b-fsl_lx2160a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-firmware.bin"; + sha256 = "defe8563bd9b89fcd65b506146b88402546f4dfb050582d47600b7204fed6d16"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-sysupgrade.bin"; + sha256 = "0b1fb2f357e61de765e00a6d29bc5aef7a682f2ca5368922286efb8f342f6186"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb-sdboot" + "restool" + ]; + image_prefix = "openwrt-21.02.1-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "be3343f21aa473b567b9c8a71ab10a6801bd514d0c7b6beaa6ea873a0ed2198d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "f8fba86492e40797b06aa6de13a52d7dabd842658c3f13d48a4e007a979ed399"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb-sdboot" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + traverse_ls1043 = { + device_packages = [ + "layerscape-fman" + "uboot-envtools" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-21.02.1-layerscape-armv8_64b-traverse_ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-traverse_ls1043-ubifs-sysupgrade.bin"; + sha256 = "bf382bdee151396a4d9198e0539855758097c033c82935b492828abe7c595f77"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-layerscape-armv8_64b-traverse_ls1043-ubifs-root"; + sha256 = "427692a221155b71dab29e91831f754bde02867c1a3bf064c74ddbce6a768f70"; + type = "root"; + } + ]; + supported_devices = [ + "traverse,ls1043s" + "traverse,ls1043v" + ]; + titles = [ + { + model = "LS1043 Boards"; + vendor = "Traverse"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "layerscape/armv8_64b"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-mt7615-firmware" + "kmod-mt7615e" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + bpi_bananapi-r64 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.1-mediatek-mt7622-bpi_bananapi-r64"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mediatek-mt7622-bpi_bananapi-r64-initramfs-kernel.bin"; + sha256 = "b53ea1b7796bd3ed5f1469f9a99e8a82bfe7ffc0f4cf185d691915ef507bd01d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mediatek-mt7622-bpi_bananapi-r64-squashfs-sysupgrade.bin"; + sha256 = "7242b0d3530621ec8663293d4752aa657f92d5642bfe48a990e6cce317b03f0c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "Banana Pi R64"; + vendor = "Bpi"; + } + ]; + }; + bpi_bananapi-r64-rootdisk = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.1-mediatek-mt7622-bpi_bananapi-r64-rootdisk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mediatek-mt7622-bpi_bananapi-r64-rootdisk-initramfs-kernel.bin"; + sha256 = "af0bc696b06a3d3fa19f5506e14bd665364ee97d5667c4617acfbdec0ac49404"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mediatek-mt7622-bpi_bananapi-r64-rootdisk-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "113902e006d0e1f433eb5800c25d0a61a4c51f9877033341559d77aa1f106cf1"; + type = "sysupgrade-emmc"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "Banana Pi R64 (rootdisk)"; + vendor = "Bpi"; + } + ]; + }; + elecom_wrc-2533gent = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-btmtkuart" + "swconfig" + ]; + image_prefix = "openwrt-21.02.1-mediatek-mt7622-elecom_wrc-2533gent"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mediatek-mt7622-elecom_wrc-2533gent-initramfs-kernel.bin"; + sha256 = "937d50a8a6c21abc675c09dd3e232bbb88992d0ba6b9c9182ada1dafba29a202"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mediatek-mt7622-elecom_wrc-2533gent-squashfs-sysupgrade.bin"; + sha256 = "06afa283ff2983d1181044146a749d9658bb93685cc59efd3ee748348c79a921"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gent" + ]; + titles = [ + { + model = "WRC-2533GENT"; + vendor = "Elecom"; + } + ]; + }; + mediatek_mt7622-rfb1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.1-mediatek-mt7622-mediatek_mt7622-rfb1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mediatek-mt7622-mediatek_mt7622-rfb1-initramfs-kernel.bin"; + sha256 = "b856644d54fcd3a1b7f65c93ab760ab8ba57b107ed66468366bf9c60a4376eb3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mediatek-mt7622-mediatek_mt7622-rfb1-squashfs-sysupgrade.bin"; + sha256 = "5e0b299d351861d7ce7764bded66b176626277e817f1ba071d0c3dd1cb98158d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7622-ubi = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.1-mediatek-mt7622-mediatek_mt7622-ubi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mediatek-mt7622-mediatek_mt7622-ubi-initramfs-kernel.bin"; + sha256 = "8ccb9b704f7bef7cc9680989cd13c636cefc6e471d6b3b3f13d574dd235021ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mediatek-mt7622-mediatek_mt7622-ubi-squashfs-factory.bin"; + sha256 = "6208554a117ec53a7e30b3c6d26c5f24fbd46c5bedef77893e7bc960ba4026ba"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mediatek-mt7622-mediatek_mt7622-ubi-squashfs-sysupgrade.bin"; + sha256 = "9f78b96f748b416e9a9190a575421206b98a68e73a9ad35ae3bd2c704b4a37fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7622-ubi" + ]; + titles = [ + { + model = "MTK7622 AP (UBI)"; + vendor = "MediaTek"; + } + ]; + }; + ubnt_unifi-6-lr = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.1-mediatek-mt7622-ubnt_unifi-6-lr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mediatek-mt7622-ubnt_unifi-6-lr-initramfs-kernel.bin"; + sha256 = "d9b3e593ecaaf491d23b43b3df653c0551c7148b727feeb8bd503d6d6698c097"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mediatek-mt7622-ubnt_unifi-6-lr-squashfs-sysupgrade.bin"; + sha256 = "b6146b76657927a673914aaa78f15e79341f87ecd43520d723296a5441a6d273"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr" + ]; + titles = [ + { + model = "UniFi 6 LR"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "mediatek/mt7622"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + bpi_bananapi-r2 = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.1-mediatek-mt7623-bpi_bananapi-r2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mediatek-mt7623-bpi_bananapi-r2-initramfs-kernel.bin"; + sha256 = "8f907bd4f11ac697bb2fef7c3240cd9f0d25569cfe183530444dd0c7c3a2c0da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mediatek-mt7623-bpi_bananapi-r2-squashfs-img.gz"; + sha256 = "89539479f16ea49bfebabbfcaeb3ea1cc5adb2ddf9e7d689d259bf070917c524"; + type = "img"; + } + ]; + supported_devices = [ + "bananapi,bpi-r2" + ]; + titles = [ + { + model = "Banana Pi R2"; + vendor = "Bpi"; + } + ]; + }; + unielec_u7623-02-emmc-512m-legacy = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.1-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "14839be3ca8bd1478959911d2b631c82c3d5949bcb7a1384b338d73f3213dbd1"; + type = "sysupgrade-emmc"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-initramfs-kernel.bin"; + sha256 = "f6058ab662fbaca1e3e6c22069e8d75d99dd851afd03eaa20ab13edbfac4639f"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + variant = "eMMC/512MiB RAM (legacy image)"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7623-emmc = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.1-mediatek-mt7623-unielec_u7623-emmc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mediatek-mt7623-unielec_u7623-emmc-initramfs-kernel.bin"; + sha256 = "d975bde3df037b97ebbec448cc2f6239682d14e62593f10693af71a49ec9e54a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mediatek-mt7623-unielec_u7623-emmc-squashfs-img.gz"; + sha256 = "d8f1c22c7da5be83ad6c987bcc49555211778359de370475594fc1d2898f0bc4"; + type = "img"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623"; + variant = "eMMC"; + vendor = "UniElec"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "mediatek/mt7623"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + mt7629 = { + arch_packages = "arm_cortex-a7"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + mediatek_mt7629-rfb = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-21.02.1-mediatek-mt7629-mediatek_mt7629-rfb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mediatek-mt7629-mediatek_mt7629-rfb-initramfs-kernel.bin"; + sha256 = "baeda16f77e576a0e523a22a435019909c59693b96524cd327d660257d94fd20"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mediatek-mt7629-mediatek_mt7629-rfb-squashfs-sysupgrade.bin"; + sha256 = "ed737c944d80f183f0920b81550d4411f2d46f6f3a9ff219703000a947aecf95"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7629-rfb" + ]; + titles = [ + { + model = "MT7629 rfb AP"; + vendor = "MediaTek"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "mediatek/mt7629"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + mpc85xx = { + p1010 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + sophos_red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mpc85xx-p1010-sophos_red-15w-rev1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mpc85xx-p1010-sophos_red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "4106a6b5938e4fb492945790b95e9eaaa1877c5e384770797c4ef3ef5762e075"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mpc85xx-p1010-sophos_red-15w-rev1-initramfs-kernel.bin"; + sha256 = "e609e8081f73de43086cc2d7583a198c46b706a8b5e5a9bcc898bebb1cdde309"; + type = "kernel"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + model = "RED 15w"; + variant = "Rev.1"; + vendor = "Sophos"; + } + ]; + }; + tplink_tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mpc85xx-p1010-tplink_tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "29345253db81bdd3d0bce4d0b42eebafe56ceed94b0bb43e140e3d1573e118d3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "46479c1bc5d3a2d4ceb5f48dd9c38b22349af20adc6dad6e0365ed88950d14c8"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v1" + "tl-wdr4900-v1" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "mpc85xx/p1010"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aerohive_hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.1-mpc85xx-p1020-aerohive_hiveap-330"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mpc85xx-p1020-aerohive_hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "ca12ba1c457ac317089a4ebc100d771e4f1de69ef5e39fef820d281e14aafd70"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mpc85xx-p1020-aerohive_hiveap-330-squashfs-fdt.bin"; + sha256 = "65c6edce3077727395753574f92dbf4bd8dda8142b0459200000b714189aaac1"; + type = "fdt"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin"; + sha256 = "035b975c2621ffde61ac778f47cd3b186880bc861e680a042b45479a2de573dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + model = "HiveAP-330"; + vendor = "Aerohive"; + } + ]; + }; + enterasys_ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mpc85xx-p1020-enterasys_ws-ap3710i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "46ec8df9a77eadb2d387f355d983d1a8ad67e8fd94a287e8def490d98a8ad009"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mpc85xx-p1020-enterasys_ws-ap3710i-initramfs-kernel.bin"; + sha256 = "3e428d5ce84098319f87bae9df43f876003395c03a9c25d140f6a02de9c2b4dc"; + type = "kernel"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + model = "WS-AP3710i"; + vendor = "Enterasys"; + } + ]; + }; + ocedo_panda = { + device_packages = [ + "kmod-rtc-ds1307" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-mpc85xx-p1020-ocedo_panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mpc85xx-p1020-ocedo_panda-squashfs-sysupgrade.bin"; + sha256 = "4ccbfc0f7b69b55b05b766dc8f5875be825bb45c2672771c31522d8bff427ec5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mpc85xx-p1020-ocedo_panda-squashfs-fdt.bin"; + sha256 = "e31ead96b076b205707a55a6b96abc809ec7349408e1088dcaeed031c9ec45df"; + type = "fdt"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mpc85xx-p1020-ocedo_panda-initramfs-kernel.bin"; + sha256 = "028a19f8336dc1657984095849b48148006c3f743df08118c108504a7de4cba9"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + model = "Panda"; + vendor = "OCEDO"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "mpc85xx/p1020"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + freescale_p2020rdb = { + device_packages = [ + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.1-mpc85xx-p2020-freescale_p2020rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mpc85xx-p2020-freescale_p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "e2ed55e009e46c79ada09baf6fa40b1a969bdca96e0854a928dcaf7a5ead9933"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mpc85xx-p2020-freescale_p2020rdb-initramfs-kernel.bin"; + sha256 = "63dfaadb08f5ec43a3a10873643ddd713c21a32d8b22d66b226103f4d606a98e"; + type = "kernel"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + model = "P2020RDB"; + vendor = "Freescale"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "mpc85xx/p2020"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + glinet_gl-mv1000 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa53-glinet_gl-mv1000"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-mvebu-cortexa53-glinet_gl-mv1000-ext4-sdcard.img.gz"; + sha256 = "ca76dff8864be69e9e4408713a33652122006cd8d8686aa5e6deec1388cfd5c7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa53-glinet_gl-mv1000-squashfs-sdcard.img.gz"; + sha256 = "b0784b58f37ce491fd61ac1cd814f5b41eb162e5b72afafd70e6c2a080bf7d99"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa53-glinet_gl-mv1000-initramfs-kernel.bin"; + sha256 = "be4fd5f6226fae0e346ca2e38eacb52e072c57b00d6d335a6f10c5d227c96237"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mv1000" + ]; + titles = [ + { + model = "GL-MV1000"; + vendor = "GL.iNet"; + } + ]; + }; + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "7110b2e10ea3328e3b309410b33669d85e1aa328b4d880406e6f7728dd51e1d1"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "dc6f06894001d42515023c2f7770d7416da4bcbeeb14bb13bd92fa4f3514599f"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-initramfs-kernel.bin"; + sha256 = "be4fd5f6226fae0e346ca2e38eacb52e072c57b00d6d335a6f10c5d227c96237"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "24865cc49ce2330d2afd1c051928ce792f42acb8aa89a529ec515a368bf841ab"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "81acbd2959b1d0d53648bb8463d7fcf0d21c2da36bf11426a4003c281b4c8c21"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-emmc-initramfs-kernel.bin"; + sha256 = "be4fd5f6226fae0e346ca2e38eacb52e072c57b00d6d335a6f10c5d227c96237"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-ultra = { + device_packages = [ + "kmod-i2c-pxa" + "kmod-rtc-pcf8563" + ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-ultra"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-ultra-ext4-sdcard.img.gz"; + sha256 = "1601af35ec39cc9dabe5b98537e434f5c0ead0af06ab303e63688167946a9d96"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz"; + sha256 = "e76d701a513917ca6dabe34b2f55b9cbf89552ada6e245d565ae347ff5bfd792"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-ultra-initramfs-kernel.bin"; + sha256 = "be4fd5f6226fae0e346ca2e38eacb52e072c57b00d6d335a6f10c5d227c96237"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-ultra" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Ultra"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "d37960fe61bfeb9fae00dc643d9a34657295b3ba7311483ac386a0ed43729508"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "f1df199cdb07d01f4b5e3389bf670d2bb5be4e001134cb6602ea9393756c0b7f"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-v7-initramfs-kernel.bin"; + sha256 = "be4fd5f6226fae0e346ca2e38eacb52e072c57b00d6d335a6f10c5d227c96237"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "44361c12ebab2d4d76d9e2ae33f1e560783ac62f70d2f58cba53066a8509f8c0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "d9ebfa5f1f0d066c29ee64e6b5336168f0b5acf082617e622a7dc6acffddccb8"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa53-globalscale_espressobin-v7-emmc-initramfs-kernel.bin"; + sha256 = "be4fd5f6226fae0e346ca2e38eacb52e072c57b00d6d335a6f10c5d227c96237"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "084a2048c28da677b479e263226f11d390e0267ff15dca9d6246f44ec47a1d7a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "cb4385cfbfe320c696ce5150ac95b890ad593b77377416fa0fc1cecb159a9b56"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa53-marvell_armada-3720-db-initramfs-kernel.bin"; + sha256 = "be4fd5f6226fae0e346ca2e38eacb52e072c57b00d6d335a6f10c5d227c96237"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + model = "Armada 3720 Development Board (DB-88F3720-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + methode_udpu = { + device_packages = [ + "f2fs-tools" + "fdisk" + "kmod-i2c-pxa" + ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa53-methode_udpu"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-mvebu-cortexa53-methode_udpu-firmware.tgz"; + sha256 = "aee3a8ce8941bcbd4b78795fe6d484f7d1f28e48080e875b5d89eee5827a8610"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa53-methode_udpu-initramfs.itb"; + sha256 = "5ee92e1d9cf784b4c409e1164de5835724773253243043eb8ce344d3990c3f6c"; + type = "kernel"; + } + ]; + supported_devices = [ + "methode,udpu" + ]; + titles = [ + { + model = "micro-DPU (uDPU)"; + vendor = "Methode"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "mvebu/cortexa53"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + iei_puzzle-m901 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa72-iei_puzzle-m901"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-mvebu-cortexa72-iei_puzzle-m901-ext4-sdcard.img.gz"; + sha256 = "27dc4dfbd70340d3074eb3c525d8da1e50607101a6bffae77bc80e4e22009be3"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa72-iei_puzzle-m901-squashfs-sdcard.img.gz"; + sha256 = "7912650578c7d8323229787a3afccca248bb2a9c2d676b227dfaa3d5024e78b5"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa72-iei_puzzle-m901-initramfs-kernel.bin"; + sha256 = "4f836a35559700210fadc9c271911b02548fae75159b7607923e561d378d4f79"; + type = "kernel"; + } + ]; + supported_devices = [ + "iei,puzzle-m901" + ]; + titles = [ + { + model = "Puzzle-M901"; + vendor = "iEi"; + } + ]; + }; + iei_puzzle-m902 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa72-iei_puzzle-m902"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-mvebu-cortexa72-iei_puzzle-m902-ext4-sdcard.img.gz"; + sha256 = "e4abaa655c20e3b537e0ad43dd3d365352d659f08ccea2df79d5581150902296"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa72-iei_puzzle-m902-squashfs-sdcard.img.gz"; + sha256 = "4725171662ef79dccc7b2992f71b954e7199ba7b38d01a7ad28028f12a30e58a"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa72-iei_puzzle-m902-initramfs-kernel.bin"; + sha256 = "4f836a35559700210fadc9c271911b02548fae75159b7607923e561d378d4f79"; + type = "kernel"; + } + ]; + supported_devices = [ + "iei,puzzle-m902" + ]; + titles = [ + { + model = "Puzzle-M902"; + vendor = "iEi"; + } + ]; + }; + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "ce5333fb7eb7ba3638f2c3c4fc6ff49e1cab7f19d0d524e045dddea1eec54b7f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "4bf9d8940a2de2cfbe78f735e234f2d89c8963f6091fa54ab28f59e2865a27b5"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa72-marvell_armada7040-db-initramfs-kernel.bin"; + sha256 = "4f836a35559700210fadc9c271911b02548fae75159b7607923e561d378d4f79"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + model = "Armada 7040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "de376302123545486da89fea011a43a46b3acb925cee6e003d632ed1c5316293"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "dab78be1360c6180d5f792480cb8229cec1c9d8e5c1e45337340c4af564ea5de"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa72-marvell_armada8040-db-initramfs-kernel.bin"; + sha256 = "4f836a35559700210fadc9c271911b02548fae75159b7607923e561d378d4f79"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + model = "Armada 8040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_macchiatobin-doubleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa72-marvell_macchiatobin-doubleshot"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-mvebu-cortexa72-marvell_macchiatobin-doubleshot-ext4-sdcard.img.gz"; + sha256 = "cd67952875a17a49626de3ec761ae3cb3939e4fd84e4e7735006bbd2294cdd4a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa72-marvell_macchiatobin-doubleshot-squashfs-sdcard.img.gz"; + sha256 = "9d2a001afdb93f3de3d63104fcbf4142a18b348f6907613be1da8edab9714c9f"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa72-marvell_macchiatobin-doubleshot-initramfs-kernel.bin"; + sha256 = "4f836a35559700210fadc9c271911b02548fae75159b7607923e561d378d4f79"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-doubleshot" + "marvell,armada8040-mcbin" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + ]; + }; + marvell_macchiatobin-singleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa72-marvell_macchiatobin-singleshot"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-mvebu-cortexa72-marvell_macchiatobin-singleshot-ext4-sdcard.img.gz"; + sha256 = "3304135074af109a08215f7e5d9c98f314f05dd898d7d1f674345606618ee1ff"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa72-marvell_macchiatobin-singleshot-squashfs-sdcard.img.gz"; + sha256 = "109ec313870705948cca1e033aee80192af8d46da34cd3fece0a4c5078a23c96"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa72-marvell_macchiatobin-singleshot-initramfs-kernel.bin"; + sha256 = "4f836a35559700210fadc9c271911b02548fae75159b7607923e561d378d4f79"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-singleshot" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "mvebu/cortexa72"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + buffalo_ls421de = { + device_packages = [ + "kmod-rtc-rs5c372a" + "kmod-hwmon-gpiofan" + "kmod-hwmon-drivetemp" + "kmod-usb3" + "kmod-linkstation-poweroff" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-mod" + "kmod-fs-xfs" + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-buffalo_ls421de"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-buffalo_ls421de-squashfs-sysupgrade.bin"; + sha256 = "bd4c5d25fb526b3e24deaa7bb85e60e76e20d86c91833b4db7366e8101a75a6b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-buffalo_ls421de-initramfs-kernel.bin"; + sha256 = "7d800e16b2f3abf96c9fbf5596bca50d609fcef8e95838a2e667da003b1c11f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,ls421de" + ]; + titles = [ + { + model = "LinkStation LS421DE"; + vendor = "Buffalo"; + } + ]; + }; + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic-wolfssl" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-mux-pca954x" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "ded2a01878270932f6d26fba73c1f421b379acdd9d5924b740af300879719b1d"; + type = "openwrt-21"; + } + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-21.02.1-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "903161dfce83d4ed0e96f41f2ace3d8684fb02727cac5f42cf3003b58da39ef5"; + type = "omnia-medkit-openwrt-21"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-cznic_turris-omnia-initramfs-kernel.bin"; + sha256 = "dc9d5dd63025fe448c1dab170befc04fcb1e6e8da3a06168273066db915e6044"; + type = "kernel"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + model = "Turris Omnia"; + vendor = "CZ.NIC"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "2e0c2269e3eac7d35ce81016f62d0e56ac6e4932a8c76cbcceb462a95c95329c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-globalscale_mirabox-initramfs-kernel.bin"; + sha256 = "6a494eb68ec1a46cb3b4f1f0acbee2fc87337b2b1d697e5c455c2f07b5ac7ce2"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + model = "Mirabox"; + vendor = "Globalscale"; + } + ]; + }; + kobol_helios4 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-kobol_helios4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-kobol_helios4-squashfs-sdcard.img.gz"; + sha256 = "9adf70e0a17783512a39a33991e5e4b6f7eb10e49b0a1ba5f56bd3bea364b333"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-kobol_helios4-initramfs-kernel.bin"; + sha256 = "74b2f0370240ad55ed7aa4f8598cd0cce7505a110e7c80bbeef39e6feb47ae9c"; + type = "kernel"; + } + ]; + supported_devices = [ + "kobol,helios4" + ]; + titles = [ + { + model = "Helios4"; + vendor = "Kobol"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "5ecddc2ec013045093e2328683fbd665121babf140e3cdd95d38d0403370f4e4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "d59a68120c71853196bb150cc018900e9ef6c1c97c1769bcce326a50b489c697"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt1200ac-initramfs-kernel.bin"; + sha256 = "b6e2f2b7390e671a2eb4bd957549a8ad499e348a32561244f4159397426b50fe"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt1200ac" + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + model = "WRT1200AC"; + vendor = "Linksys"; + } + { + model = "Caiman"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v1 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt1900ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-factory.img"; + sha256 = "be5217a1fa36236832e7a502576165ce0fc644849ae8b32defa6f7def40cf6b3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-sysupgrade.bin"; + sha256 = "722a1efb4646c6c6f938a98f3a40624f8f06572de800d5f6fd25d875287b16db"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt1900ac-v1-initramfs-kernel.bin"; + sha256 = "8ff5f95e5f66c72d21742b8a5a52b09ed81165f26e1947ab0b6d5067e8195825"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v1" + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "Mamba"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v2 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt1900ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-factory.img"; + sha256 = "cd45b7654851189161a4198f4ea71c6ec29415cc78869ddd24ccd4ffe6e885df"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-sysupgrade.bin"; + sha256 = "8e2cd8fcf55c0be129c48770e0ae63fa876078190d443610c9373cfe9c6b41d6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt1900ac-v2-initramfs-kernel.bin"; + sha256 = "e795226bc14e01732eee04e391484d86b495ee444f828b125ec3c3304297a42b"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v2" + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Cobra"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "db0a5571b57c195d1ad95acedc2ee0ba28870065e783b59b6d6440757c1115da"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "eac1b65eddb9c5da75523f93941d0b8f8e61cfea981c264b37e45bf53ff858c9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt1900acs-initramfs-kernel.bin"; + sha256 = "28f691d5e491a4a41800b7a6181ea6bdfed9f1b4972a33825218ac06244bfc71"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt1900acs" + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + model = "WRT1900ACS"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "WRT1900ACS"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Shelby"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "5887d338dcf803493a6b518cb435631b712a039390f9e8ff536359cf2f516768"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "e111f8413d590d3cc48475546b660f65274b22fc8b3da0467edeb2be012ff3c2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt3200acm-initramfs-kernel.bin"; + sha256 = "ac93318b0b0fb10e5485323ef5f0b2551b0d2e691384ea11498d525e8067aec3"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt3200acm" + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + model = "WRT3200ACM"; + vendor = "Linksys"; + } + { + model = "Rango"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "bb135fe35ab064d315ff152afd99a29f05aa89c1d5313ac46f6fa8dc2096c490"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "c4a39b2f7d29b9b24bbabbda4e5f6449f6cf09d518f8eddacc2d7d88eb67972d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-linksys_wrt32x-initramfs-kernel.bin"; + sha256 = "49600ecd4479e98fbe5b28957462fb13288e4fde616144c3a0fa6d3f5fb8b30f"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt32x" + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + model = "WRT32X"; + vendor = "Linksys"; + } + { + model = "Venom"; + vendor = "Linksys"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "4f971f655ee43ac72b998417db02c5a35e7e213e3787ee0fe9abe8a1b5c5a8ee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-marvell_a370-db-initramfs-kernel.bin"; + sha256 = "09f373edee624bfb0740e65704bc51fdd88fd8ddfb5301937be165895e998fc7"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + model = "Armada 370 Development Board (DB-88F6710-BP-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "4534b51d4786ca968ce4825946f8943cf68da41067a914009235d6350b33944a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-marvell_a370-rd-initramfs-kernel.bin"; + sha256 = "9422b942ada03603f5090641d12c1e3961f8c44ec62f3d809c074dcee1644b49"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + model = "Armada 370 RD (RD-88F6710-A1)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "db27700c017e73e7342c82a24f6a4658feb66362e4aa53bcad0dcec7e91aa990"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "bc547368c0613e0bda61ff31e4863476af34f2505e5bf7c2455d434f2d9b96cc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-marvell_a385-db-ap-initramfs-kernel.bin"; + sha256 = "2e558cf10e0256571fc47a877c7d2a509884e3fdb86223bdf647edab3bff88a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + model = "Armada 385 Development Board AP (DB-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "35dec28ff276af401d40faef996afec3046ea55410714163c1cc4b6bef128e46"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-marvell_a388-rd-initramfs-kernel.bin"; + sha256 = "4a81cc150a98e93cd33a6f1be6a29989ab0d665b61934926f4dae7dd531922dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + model = "Armada 388 RD (RD-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "58797a64dffe956e005f41ecb6d876a515e77384cc201e47b8be71b145d1c563"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-marvell_axp-db-initramfs-kernel.bin"; + sha256 = "5af4b0192f6e2ee2d63102d76f5a6abdfc5000b1e9ca83b5d852b69342fa497e"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + model = "Armada XP Development Board (DB-78460-BP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "f21508ce3a1f559d9150897aa91e081cebfac8ea05c5ff8ff0eac3ddf1c11004"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-marvell_axp-gp-initramfs-kernel.bin"; + sha256 = "0e4ddca8846b2ea086d1b6b5ed00b964519e317c16452fc4463b9492e36f8a9a"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + model = "Armada Armada XP GP (DB-MV784MP-GP)"; + vendor = "Marvell"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "5e30d71844d5deb738f072bf6157dc8d47a8ea0db5d5905c72517494961c484b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "b52b4e4632a4462ef65aae53cefb491826dd9f51ecd0b39f6482f9288c30bd8f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-plathome_openblocks-ax3-4-initramfs-kernel.bin"; + sha256 = "3b93b0cc4172f2826bd0819b9da6fd25a4d4d9732842f32a6422f18c6525e14d"; + type = "kernel"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + model = "OpenBlocks AX3"; + variant = "4 ports"; + vendor = "Plat'Home"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "16c4e9d3c3483bc7cb2690cc1f2d3b51217f02e614b1a60bbdce71755958250d"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-solidrun_clearfog-base-a1-initramfs-kernel.bin"; + sha256 = "74b2f0370240ad55ed7aa4f8598cd0cce7505a110e7c80bbeef39e6feb47ae9c"; + type = "kernel"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + model = "ClearFog Base"; + vendor = "SolidRun"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.1-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "1c945e352ae3e4a5b24128fa484e747fc177d0d47797a66ca5d4d6c7e0e1037f"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-mvebu-cortexa9-solidrun_clearfog-pro-a1-initramfs-kernel.bin"; + sha256 = "74b2f0370240ad55ed7aa4f8598cd0cce7505a110e7c80bbeef39e6feb47ae9c"; + type = "kernel"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + model = "ClearFog Pro"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "mvebu/cortexa9"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-octeon-generic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-octeon-generic-initramfs-kernel.bin"; + sha256 = "672eb83d87774b017ecd7339710959bea0817b9fa717fdff7af51667fef007f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Octeon"; + vendor = "Generic"; + } + ]; + }; + itus_shield-router = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-octeon-itus_shield-router"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-octeon-itus_shield-router-squashfs-sysupgrade.tar"; + sha256 = "93638432ec980bf89ccc77cde4fc9028642dabb018d8a0c1e4a78910db46740f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-octeon-itus_shield-router-initramfs-kernel.bin"; + sha256 = "692ed45d8a1836677ff8f26a5fa36d0f956f25f943848d8cf9fae0e276587de2"; + type = "kernel"; + } + ]; + supported_devices = [ + "itus,shield-router" + ]; + titles = [ + { + model = "Shield Router"; + vendor = "Itus Networks"; + } + ]; + }; + ubnt_edgerouter = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-octeon-ubnt_edgerouter"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-octeon-ubnt_edgerouter-initramfs-kernel.bin"; + sha256 = "0e7237758ad47d2b5465bb2a55ad7caaa09ba95ec4719c103d5afedbc1020155"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-octeon-ubnt_edgerouter-squashfs-sysupgrade.tar"; + sha256 = "4439ad66417e91a2d77d6467aafb65f4e85a4db26c8d11304cdeb013e9da6652"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter" + ]; + titles = [ + { + model = "EdgeRouter"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-4 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-21.02.1-octeon-ubnt_edgerouter-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-octeon-ubnt_edgerouter-4-initramfs-kernel.bin"; + sha256 = "9c58325e6ac09faa2b25afc2d0ac1d6cd239a8c39aa665fed24f5b23c4bdf841"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-octeon-ubnt_edgerouter-4-squashfs-sysupgrade.tar"; + sha256 = "8a11b691ef72a4be31d3407f173c994ca2b38ad7c28506bfd80e3ff296d77893"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-4" + ]; + titles = [ + { + model = "EdgeRouter 4"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-lite = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-octeon-ubnt_edgerouter-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-octeon-ubnt_edgerouter-lite-squashfs-sysupgrade.tar"; + sha256 = "692677a4916b82e67be6916aadd1b642fb6e9c0eff6b2c28cea241a0d40f1f26"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-octeon-ubnt_edgerouter-lite-initramfs-kernel.bin"; + sha256 = "63281f6ea20e4b6c320630da193f3806b6da92c4d2521fc54f63670a55d62cb6"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-lite" + ]; + titles = [ + { + model = "EdgeRouter Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "octeon/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "7fb75f45192b3806b3d8559bb2c13dca59d930fca7134861a65811e6bfe1fbaf"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "8c9003ba7d006c1ce4f651e2aa30d9e3b91c641dc6b9d14bda3bf06942a9ccf5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + model = "AM335x BeagleBone Black"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-omap-ti_am335x-evm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "2187186f0f96bad394821e1f64d36b08c793c629d6ab97bc44fb6cd5ed581728"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "c24b9b42d40e74f06988095acae15502c2861cbbc056d55372fd34573f424f04"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + model = "AM335x EVM"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-21.02.1-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "3782ce3e7a3fe2ccd5b5b9bf1f0bbb056a828c11f3f9be3fa7066f27110ae004"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "6e8ef71f72135937d5fc443326d49ff3369aab689aab492dc568e714f24b79c7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + model = "OMAP3 TI beagleboard"; + vendor = "BeagleBoard.org"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-21.02.1-omap-ti_omap4-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "00649f51310c2bcfde00eb676c8c3381b54643bb2ccd29a45c75edc2a0b16c7d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "4c27e554c27f68d41f5398464631f3a6071c611c8b320bc0d61740ff4d099b36"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + model = "OMAP4 TI pandaboard"; + vendor = "PandaBoard.org"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "omap/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "fdisk" + "fstools" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mtd" + "netifd" + "opkg" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "bd1aeb75346e570d6424d6ae6c40e3ba44bc3a7f4d37457cffc500c9bedc8d65"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "e73b0a636085797dada02d3e03d610c52f80503d8f248f03299def9672bb85da"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "a41aab979d44cf05963890bfb9963c9fd7c4abc22340bbb90fab4b5397f8bed3"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "8979e8edf9d825241f4e24005b7c40738ef80ad467e0c7ddba179bcc54131c87"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-oxnas-ox820-akitio_mycloud-initramfs-uImage"; + sha256 = "a8526690bea0666472bf4e575eefb998dc4b5083a058d970a4c4e798b629da34"; + type = "kernel"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + model = "MyCloud Mini"; + vendor = "Akitio"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + ]; + image_prefix = "openwrt-21.02.1-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "ee93638c699df870bd68b906d0197c899bc1894add2c6c674d02924a46c49798"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "8070428a8f8210b06eefa488a8f63dbef6eeb80ba9f919719c433850eb900c1e"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "442a9b1cea6d8775ea6c0e0fca3b2de5fda9b50bc4bc4cee57f820d9ab824e7b"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "62293fffe06942a22de919bc56922321abac7c3e2bece6160fee5e7dc639bb6a"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-oxnas-ox820-cloudengines_pogoplug-series-3-initramfs-uImage"; + sha256 = "4eadd2c4b143fb3217516a4698c9a0e900cee1a9f0e33a2a67227c97eb4dc5f5"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + model = "PogoPlug Series V3 (without mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "d6b171a563de58c87e375142344c3a86bd82e1fdcb53db804ade7aee6b92f3f5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "d1e420abcea57ab8c95d2603f5120f3ec6ce524f7e6dee21dec4291a89cf9c53"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "327e31d0105801ecb98903755024773bbdfedee2681b9f253cfb3c56e4d0bb14"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "61172869f604c13cfb61f1728a9a2adfe6771aaba59de9a3ec146ae5e264390e"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-oxnas-ox820-cloudengines_pogoplugpro-initramfs-uImage"; + sha256 = "6d2bf8f58586fb771c95f0a242ce361de4ac41acacbfddc3a1d5085b977247eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + model = "PogoPlug Pro (with mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "f058bc8a11feff1f38e6887f13e4774d312550907bf2bb7488c7baeebf3edbc1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "a2587d13074c267394d2e76c7a0c7d336fb63aa34b3058a01088b0089a2023bb"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "455b48e307f8be508a9017bf2b4053db3a528b25effe0c9c83416b48e99db6d6"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "0345d46a3c50923d8f0fcbf50475552c0ca1502286eb073c0e3b6b4e30a82db9"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-oxnas-ox820-mitrastar_stg-212-initramfs-uImage"; + sha256 = "56ec8ab0dbc7f64aa87adb0287b703765d47c18978e3e82aecf14eb0f4aa7783"; + type = "kernel"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + model = "STG-212"; + vendor = "MitraStar"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-ata-oxnas-sata" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-21.02.1-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "f83cea262ae5dfcd413f49cdc15999159c26e7fc52c8a5c60bf3dc57ad071ed9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "4fadb008c44bc48182f64a7867d6fb6adb6add852f46bad6f3af617c8d0a7f7c"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "820080397f388e9bb2bcf94e20f239a2e60e4eb6838dd6ca95c07c9d5cf079f5"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.1-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "0b0a39ccd84cbf39fed641f8ac95f92b9f5e1649e5d114ecc1205bebf7fbb524"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-oxnas-ox820-shuttle_kd20-initramfs-uImage"; + sha256 = "ae951566426d6ae5de2a05815250ac8f994718e75ae2ee93994addf0e360702f"; + type = "kernel"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + model = "KD20"; + vendor = "Shuttle"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "oxnas/ox820"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + img_creator-ci40 = { + device_packages = [ + "kmod-tpm-i2c-infineon" + "kmod-ca8210" + "wpan-tools" + ]; + image_prefix = "openwrt-21.02.1-pistachio-img_creator-ci40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-pistachio-img_creator-ci40-squashfs-sysupgrade.tar"; + sha256 = "043d04cfa5b723ed00b246dbbd43258196e9170382440300c48dab5f19435a82"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-pistachio-img_creator-ci40-squashfs-factory.ubi"; + sha256 = "f8ac97995568de9fc2d5cab5dcffdeb6cc925d48f92083c2cb942f5016fffeaa"; + type = "factory"; + } + ]; + supported_devices = [ + "img,creator-ci40" + ]; + titles = [ + { + model = "Creator Ci40 (VL-62899)"; + vendor = "Imagination Technologies"; + } + { + model = "Marduk board"; + vendor = "Imagination Technologies"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "pistachio/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aigale_ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-aigale_ai-br100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-aigale_ai-br100-squashfs-sysupgrade.bin"; + sha256 = "6acb1eb57f685027817b670183afa20a34c206386c85cb8c2b1881957bd88cd0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-aigale_ai-br100-initramfs-kernel.bin"; + sha256 = "1c4edb98dd5ff96f832d9433d00e42167c1e0446f6c2104a46d9129915404765"; + type = "kernel"; + } + ]; + supported_devices = [ + "aigale,ai-br100" + "ai-br100" + ]; + titles = [ + { + model = "Ai-BR100"; + vendor = "Aigale"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "d0240358c44d89a7559f2044acb303d3a5288514457f1898328dfccd967d90a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-alfa-network_ac1200rm-initramfs-kernel.bin"; + sha256 = "961ac28eb570a53187223b2c090b87acefb65ada4b3b97c5660df24589be05ca"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + "ac1200rm" + ]; + titles = [ + { + model = "AC1200RM"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "18606fe53519b59b2ec19c5e2e677b5d17585d3facd93f651b4c21f1a6dff861"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-alfa-network_r36m-e4g-initramfs-kernel.bin"; + sha256 = "98ac4a5b066c39655bb41a7348f87420a0d8b619b84d1c199748b971a4505644"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + "r36m-e4g" + ]; + titles = [ + { + model = "R36M-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "516f9f4be8ccb507f21bf815b46b3f6dd717e1f719565fa8791b538f85584dd5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-alfa-network_tube-e4g-initramfs-kernel.bin"; + sha256 = "a9fc0c045491cb41f95e956b6d2fc8f4524d008375d36eb55965d45a030bff5e"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + "tube-e4g" + ]; + titles = [ + { + model = "Tube-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-asus_rp-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-asus_rp-n53-squashfs-sysupgrade.bin"; + sha256 = "212f62b345ecfe273dc96f790a14a0768de0ce2d95a6b9647d44ab3d3822bbf5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-asus_rp-n53-initramfs-kernel.bin"; + sha256 = "7d059675b569530ae26e2d2a166298bd808be616ea8710d64f4d920c294c18e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rp-n53" + "rp-n53" + ]; + titles = [ + { + model = "RP-N53"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-asus_rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-asus_rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "21a760f4d7ba528e372a1ea6a242406309792da67b7cad3090a8599a73a27096"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-asus_rt-ac51u-initramfs-kernel.bin"; + sha256 = "594457ced71ec48d38f69dc9cfa8ec88ac26850457afcc3df35585eaeba247aa"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac51u" + "rt-ac51u" + ]; + titles = [ + { + model = "RT-AC51U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac54u = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-asus_rt-ac54u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-asus_rt-ac54u-squashfs-sysupgrade.bin"; + sha256 = "410780103f622e88c1191b3fd1f1e32c7b5e6a06d7bfab0ed6e78e42193c0d76"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-asus_rt-ac54u-initramfs-kernel.bin"; + sha256 = "e224e9545e39c923535d4dbc0a32545eb050f04dbbeb7ebdbc2efef20d375917"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac54u" + ]; + titles = [ + { + model = "RT-AC54U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-asus_rt-n12p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-asus_rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "5efe701e4feba81471549e9dadac0aebcdcd4c3d380da7395b3798a21bc30a24"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-asus_rt-n12p-initramfs-kernel.bin"; + sha256 = "f347276a526ad0a94f6a1c2b64724c2fe56463c8a51739891a2445ac1d70e0bc"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n12p" + "rt-n12p" + ]; + titles = [ + { + model = "RT-N11P/RT-N12+/RT-N12Eb1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-asus_rt-n14u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-asus_rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "c524df8e4af5ea9e88fe525332c79477cb6a555b43c9060e6c5ae3696093ca26"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-asus_rt-n14u-initramfs-kernel.bin"; + sha256 = "1f8622fdf2cca749e37e1b9030c9b7ab94a10bfb9d144bf90bf3ef237a37daf5"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n14u" + "rt-n14u" + ]; + titles = [ + { + model = "RT-N14u"; + vendor = "Asus"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "8f6af2d2923164054756109e686f0d6ccb61f78304b5c2d0cf9e5db2e7ba9251"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-bdcom_wap2100-sk-initramfs-kernel.bin"; + sha256 = "7b5904c54233c7a39642f34a3365c2a0b5c0bd87c1fb0e2c5f1fae5b5fb63ecb"; + type = "kernel"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + model = "WAP2100-SK (ZTE ZXECS EBG3130)"; + vendor = "BDCOM"; + } + ]; + }; + buffalo_whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-buffalo_whr-1166d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-buffalo_whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "7ead01aea58d19b42bdbf7f0b10918eb79eb24bdc35ad47eeedfdf8638ac604a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-buffalo_whr-1166d-initramfs-kernel.bin"; + sha256 = "11c1d5375b2df422bb34578ce5f77a9acfb2449927113ee4fea27649c5ffd033"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-1166d" + "whr-1166d" + ]; + titles = [ + { + model = "WHR-1166D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-buffalo_whr-300hp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-buffalo_whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "690e5e28667d5bd03f30585f90d8b9d69c31a81ebff70ee3c1ecb8f50ed1c55b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-buffalo_whr-300hp2-initramfs-kernel.bin"; + sha256 = "64fbb61afb310ce693f23a32a6ba2072352931124a5bce21de2aaa646089e661"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-300hp2" + "whr-300hp2" + ]; + titles = [ + { + model = "WHR-300HP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-buffalo_whr-600d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-buffalo_whr-600d-squashfs-sysupgrade.bin"; + sha256 = "da40f443aa16a96056796da003f6eb852b98892bacf78e7ead70bb0068165693"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-buffalo_whr-600d-initramfs-kernel.bin"; + sha256 = "89b0cc80bf6166f9f8b7ddbbcdf3730048bc40bc781f5ed404f36f94d5ba3706"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-600d" + "whr-600d" + ]; + titles = [ + { + model = "WHR-600D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-buffalo_wmr-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-buffalo_wmr-300-squashfs-sysupgrade.bin"; + sha256 = "abbc44ab5d2157cbb7d5d9835d696f111cf339074913d43e39926060931f58f0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-buffalo_wmr-300-initramfs-kernel.bin"; + sha256 = "43da56081962278af774831acabe1c6b9a90dd520b070ce0462bb3b1ace62a6c"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wmr-300" + "wmr-300" + ]; + titles = [ + { + model = "WMR-300"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-comfast_cf-wr800n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-comfast_cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "43d2cb6076fd085a2bf4a4bb8fa40c8124700579093d847e62f66ad380df202c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-comfast_cf-wr800n-initramfs-kernel.bin"; + sha256 = "38544f1e28dc68bb438a088b9030f4eebc6346acc69ee5310b6046d7a03b707b"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr800n" + "cf-wr800n" + ]; + titles = [ + { + model = "CF-WR800N"; + vendor = "Comfast"; + } + ]; + }; + dlink_dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-dlink_dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dch-m225-squashfs-factory.bin"; + sha256 = "bbc184867f17d2cf761976b11afae72a86ba498fb3a7a4e59afa12acb1e0d881"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dch-m225-squashfs-sysupgrade.bin"; + sha256 = "510508e7a799eefff921d361ef09ca2b8871bc5bc75d20f07bea3d7520a5ebf0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dch-m225-initramfs-kernel.bin"; + sha256 = "531c81e8afcb7addbfcf6e808234268dfc7ddfe7e01bd5289547f48ab8b6ea71"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dch-m225" + "dch-m225" + ]; + titles = [ + { + model = "DCH-M225"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "049de420b283096607e45a62a4d949185496331d11b5954b2bf6f8fa02a1df47"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "e499c748b8eb7efbb5e712d2644399e336f48fa236ac8be6a0cc1e9e5d34a02d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dir-510l-initramfs-kernel.bin"; + sha256 = "1328ec42ef91efc12ee65918bb4fb39f7f1c1ed7ec43c7f8c7b28c0194aea39f"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + model = "DIR-510L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-dlink_dir-810l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dir-810l-squashfs-sysupgrade.bin"; + sha256 = "f1d452521314a12a1c03b182872e3903e02af3628e8d47d6ec1113ac4cd3cba6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dir-810l-initramfs-kernel.bin"; + sha256 = "620ecb05156f8d5a3065ad559e0c08e4c5a0e1194d033b8cf2a96a1317ccf710"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-810l" + "dir-810l" + ]; + titles = [ + { + model = "DIR-810L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "6cfaf8e46af6d7b9cf6e2983f0714b5b90b6d8452af216e1e1cfc68eba95f3ab"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "6e42702b47778a89965ad574bb04c1946b85a2ce7267f82a77c9588cb9c69faf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-116-a1-initramfs-kernel.bin"; + sha256 = "7228d4f6e34f478b1ac3a94285d05d05f3b209159ebbae39308264234bd1fd8a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + model = "DWR-116"; + variant = "A1/A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "e0f28aae369a2262b7ff32fd9797fa9fb2404b81fb2869a0bbddaefd074297a1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "ca85157b3e7de048bf0cb28d340d31850186a7ed91b299a5dc2643768add8e75"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-118-a1-initramfs-kernel.bin"; + sha256 = "b7255918b10da982f8de9056a4674def0a43f00fe3225e925f833f2cde70f4db"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "14b0239114327abc1d00f1f633cdf9588bf065ea69394a451ff6ac5d4af7da1b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "ab38987563a923962e9bc7882f2bfaeecd52c5037dcc4f28a146f2cb61e379a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-118-a2-initramfs-kernel.bin"; + sha256 = "79ec42a6bd69b66fda2fd385de1a4dad96575b8d5c9944fb38e56cef8a0d33bb"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "072d703e3694f1852c598d0e227fd0615e95410f5e3e075034a553b03a6abd40"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "aa9286f88a0aed95333cf4ae012528bca6788d6ac4173cf75f9b70450906ab1d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-921-c1-initramfs-kernel.bin"; + sha256 = "8fd7d152c78addae46e9a061d59db5e1ebdadd52df6dde71511372d36b7e045c"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "a2a452e8e6bb844995f4eaac4f75045b15d27d7e57f743e088e46fd37c03a4e1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "7f4768347dc64157999432d135fb7579f595581ffad22410d8ae5075e6f33059"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-921-c3-initramfs-kernel.bin"; + sha256 = "8fd7d152c78addae46e9a061d59db5e1ebdadd52df6dde71511372d36b7e045c"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "c83b869b0ae23bc55f683d614c075151c821b557ae02dc359ffcc66d16c0ee6a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "a0a820fec99aee33a9952d3be6cb6d7bbfa8d4ea4b8b615ac703e0ba1c456f2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-922-e2-initramfs-kernel.bin"; + sha256 = "1baf88151e518e453ea03027f8033ec61601cf96ba5db67e4b6ffb8b00094234"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + model = "DWR-922"; + variant = "E2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-960 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-960"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-960-squashfs-factory.bin"; + sha256 = "6dd8c7e966fbea0f4ecb86a5046799cbb8db47ea97625316e1999a5b675efc19"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-960-squashfs-sysupgrade.bin"; + sha256 = "cba965864fbe1444cbcc4dd6a2a5b3f3cb45ce304b001ee2529dde6b333fa806"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-dlink_dwr-960-initramfs-kernel.bin"; + sha256 = "93f1b7ae0f671fbe0cbb392f67df7374bd029773cb99337888fa0429c6277403"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-960" + ]; + titles = [ + { + model = "DWR-960"; + vendor = "D-Link"; + } + ]; + }; + dovado_tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-dovado_tiny-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-dovado_tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "9acee659d44498de90fa062da9441143b80cb7eb33c2a4a863bf4285f0ea0e5e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-dovado_tiny-ac-initramfs-kernel.bin"; + sha256 = "3b1caf56bf0c14bc9e40399803ae724bcbefaf33a808768b9f813ae10decfd7a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dovado,tiny-ac" + "tiny-ac" + ]; + titles = [ + { + model = "Tiny AC"; + vendor = "Dovado"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "982951fabf9bd1a455e0c6f2ea6ab362275541ebb9af371c3b64ce4965653b88"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-edimax_br-6478ac-v2-initramfs-kernel.bin"; + sha256 = "f4e549fd0348a7a036ed8567e4d2969b9a6770f597073d9a5c26bf96bb07aefb"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + model = "BR-6478AC"; + variant = "V2"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7476rpc = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-edimax_ew-7476rpc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-edimax_ew-7476rpc-squashfs-sysupgrade.bin"; + sha256 = "f605e3f25d1025417be5722dc560e98652fcb428ebf9316d1f0cd3a188e53293"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-edimax_ew-7476rpc-initramfs-kernel.bin"; + sha256 = "8e497ef26bfafc074d16b5e1d2b58b7b220d60e292e3487dc3c9beecc9a61625"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7476rpc" + ]; + titles = [ + { + model = "EW-7476RPC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478ac = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-edimax_ew-7478ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-edimax_ew-7478ac-squashfs-sysupgrade.bin"; + sha256 = "01e9e765757d927d28297324f6fc447607bd9a6c10d3030303941939d1a6e3f1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-edimax_ew-7478ac-initramfs-kernel.bin"; + sha256 = "23d248435d3040013166c4fe22b5d07e29c0ebecb82a2a275728c1f672a15e31"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478ac" + ]; + titles = [ + { + model = "EW-7478AC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478apc = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-edimax_ew-7478apc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-edimax_ew-7478apc-squashfs-sysupgrade.bin"; + sha256 = "9e4455e1a2adc7ef40b6704c2ff2fce48cdd63f6060c41281ab3a44450e9d12c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-edimax_ew-7478apc-initramfs-kernel.bin"; + sha256 = "c0506cc545c67d130b3958f3218ce9313ccb12a3fc4485059bda1c5fba7031c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478apc" + ]; + titles = [ + { + model = "EW-7478APC"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-elecom_wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-elecom_wrh-300cr-squashfs-factory.bin"; + sha256 = "2c655bf1f803514802430617e9cb57bd37b5368261c4678646f9876d610920b7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-elecom_wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "0906d3571942d06c9c518495a8db6da99658f684e2d296f4ee7758c6611dcc95"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-elecom_wrh-300cr-initramfs-kernel.bin"; + sha256 = "e532411072327ae91940c23c0b05d0a85313151423836192d6b915bf4733dfe9"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrh-300cr" + "wrh-300cr" + ]; + titles = [ + { + model = "WRH-300CR"; + vendor = "Elecom"; + } + ]; + }; + engenius_esr600 = { + device_packages = [ + "kmod-rt2800-pci" + "kmod-usb-storage" + "kmod-usb-ohci" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-engenius_esr600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-engenius_esr600-squashfs-factory.dlf"; + sha256 = "fc70dfa94992b90f87379111cb83a38a15bb56b05eacccf5bf169245763418a7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-engenius_esr600-squashfs-sysupgrade.bin"; + sha256 = "1716224d9a4f9cc7e9836531292e1b5314723b8ab1e9735b792b0fe722a2c38a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-engenius_esr600-initramfs-kernel.bin"; + sha256 = "0d0213f8d645ca2a1ee7fd6f99251d2791b238be43e267e870670ee8d29c523d"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,esr600" + ]; + titles = [ + { + model = "ESR600"; + vendor = "EnGenius"; + } + ]; + }; + fon_fon2601 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-fon_fon2601"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-fon_fon2601-squashfs-sysupgrade.bin"; + sha256 = "2a6212a966fd6571321c99841ffb171957300d0ca7b18395459bc1a3328f483f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-fon_fon2601-initramfs-kernel.bin"; + sha256 = "c12774c75feafb57a0a1c7756e299942e6411c9161aa6da2449550a3205dd6c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "fon,fon2601" + ]; + titles = [ + { + model = "FON2601"; + vendor = "Fon"; + } + ]; + }; + glinet_gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-glinet_gl-mt300a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "9a920abe4d8328fd30af2008f9ae57733795bf9fe53668ecd2d0cc8ae8c2b517"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-glinet_gl-mt300a-initramfs-kernel.bin"; + sha256 = "789b4f80d6d6677761361ba7a405d543d9f43ed2794f90168949e1416acd39e6"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300a" + "gl-mt300a" + ]; + titles = [ + { + model = "GL-MT300A"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-glinet_gl-mt300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-glinet_gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "2800f825ccef3af9de7dc5aa2f069eb0a28eb66229b6ab8168c07e6983567d58"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-glinet_gl-mt300n-initramfs-kernel.bin"; + sha256 = "e88f70336bf1233b7ab19c8a8ef8438ca9201f3e6a635ec1b0f325e053d5484f"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n" + "gl-mt300n" + ]; + titles = [ + { + model = "GL-MT300N"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-glinet_gl-mt750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "728a52c82e5a2bb41ea21b52fb521d128b540d1bc2ff667e29d4edab933db011"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-glinet_gl-mt750-initramfs-kernel.bin"; + sha256 = "f25c3af3fccfc6bdb277785b7fb893677f3533f9c113c01d4a93273d643533ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt750" + "gl-mt750" + ]; + titles = [ + { + model = "GL-MT750"; + vendor = "GL.iNet"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "50c777ad4f02033b1056ad3fb5d815dca976f21c4646600fddba0591687532f3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-head-weblink_hdrm200-initramfs-kernel.bin"; + sha256 = "f1e9186c8ab63970b4592a7ccd3fa2801a3925d302456167c23ffebca5cc0f2e"; + type = "kernel"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + model = "HDRM2000"; + vendor = "Head Weblink"; + } + ]; + }; + hiwifi_hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-hiwifi_hc5661"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"; + sha256 = "bd1869b70981ab8806a40a97ecc9717920343fee8c88b48cda53dae20be19c9d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-hiwifi_hc5661-initramfs-kernel.bin"; + sha256 = "17f337944fa2c3ac3d6c7df0c8507b0805260f5bf9c7aa1e1d517adf63db65ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5661" + "hc5661" + ]; + titles = [ + { + model = "HC5661"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-hiwifi_hc5761"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"; + sha256 = "159e39daf1c95e953c3ad096be0bd51abf730b02bd223c331845474edcc17cff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-hiwifi_hc5761-initramfs-kernel.bin"; + sha256 = "789e6b77a007a66c3a39ecbdab86d1cc9d51a5a6e271bac4e620d63209646df2"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5761" + "hc5761" + ]; + titles = [ + { + model = "HC5761"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-hiwifi_hc5861"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"; + sha256 = "6efb4f66967d09f060e2cb570958c07b5ffbee8c09a7aac4e2c928d293c08e67"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-hiwifi_hc5861-initramfs-kernel.bin"; + sha256 = "7cf9a1b440d75d03b4bd0e102623d4a09a8c00724b6d13879100b3b0a77a47b7"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861" + "hc5861" + ]; + titles = [ + { + model = "HC5861"; + vendor = "HiWiFi"; + } + ]; + }; + hnet_c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-hnet_c108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-hnet_c108-squashfs-sysupgrade.bin"; + sha256 = "3d69589fb1c46da290986d0a619dc3be6435fdb99ca7b70c179ec2be6fbd05e8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-hnet_c108-initramfs-kernel.bin"; + sha256 = "f34e152f2d9f57926c95135a1439295b9ff070c1e6f1bc509e3c605c5d1b6276"; + type = "kernel"; + } + ]; + supported_devices = [ + "hnet,c108" + "c108" + ]; + titles = [ + { + model = "C108"; + vendor = "HNET"; + } + ]; + }; + hootoo_ht-tm05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-hootoo_ht-tm05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-hootoo_ht-tm05-squashfs-rootfs.bin"; + sha256 = "68e594556a7a4d792fc5bfa4cde9379e1de8d4ab4c8b0bdc1ff34b5352229722"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-hootoo_ht-tm05-squashfs-sysupgrade.bin"; + sha256 = "1ef0d3b9b4d330445878e811a01406936bba8bfca8c8ae5b3021c69c4eb12fab"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-hootoo_ht-tm05-squashfs-kernel.bin"; + sha256 = "c3fa3ac8ba3b630e9d9abafdb3ac7ba32cca93eef48aababda85746de1d10736"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-hootoo_ht-tm05-initramfs-kernel.bin"; + sha256 = "48c317e85836e98e5e0a62dd0f6ebcf98affe1cafc4a48975dcdcae032ec0fae"; + type = "kernel"; + } + ]; + supported_devices = [ + "hootoo,ht-tm05" + ]; + titles = [ + { + model = "HT-TM05"; + vendor = "HooToo"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "fc8f6ece02299896c2e2bfc56f8e06a3623475fcdff40e2f8be10cf42eb36aa3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "7062fb5c36eb842b614c7cbecbec622f5bdd325d72cc6307718136c754da1f34"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-iodata_wn-ac1167gr-initramfs-kernel.bin"; + sha256 = "7f32f8dedcbde96626902ab23f5efd8094105c9f383a54378e697e10a3709d94"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + model = "WN-AC1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "11b8b2aab23be555ad3a6767ba5dd4b8034941f7046befede675bdb7ab6a57e6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "1408da71ee4cf600d203e93aa385c76221ca011662d6aef402e46acc682bf770"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-iodata_wn-ac733gr3-initramfs-kernel.bin"; + sha256 = "1805218c81016c15b2e5936f2839b5acfdaf30230db963746e1b1d9728f58f3d"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + model = "WN-AC733GR3"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a1004ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-iptime_a1004ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-iptime_a1004ns-squashfs-sysupgrade.bin"; + sha256 = "a0d7127a3cfe71bfcd7e4b65232de31a1726180f4af7cf529f6aa336161e7e78"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-iptime_a1004ns-initramfs-kernel.bin"; + sha256 = "60effe6eaddf27e0e0aa0bc1b469f2045a9befd454290ec555555358de0bd194"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a1004ns" + ]; + titles = [ + { + model = "A1004ns"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a104ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-iptime_a104ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-iptime_a104ns-squashfs-sysupgrade.bin"; + sha256 = "0f92679daa3980e45b8ad7125f27716ba69639221f6b4cbe892dcc53c2065ef6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-iptime_a104ns-initramfs-kernel.bin"; + sha256 = "b930b88fa91b6cfc2d9274f77777c3acc5a41646fc850a9444192a20429b064a"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a104ns" + ]; + titles = [ + { + model = "A104ns"; + vendor = "ipTIME"; + } + ]; + }; + kimax_u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-kimax_u25awf-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-kimax_u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "6b57b8b7a1d13f9192ace9018a3261837caf0a64b6ebb726111deb3ab30ea4a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-kimax_u25awf-h1-initramfs-kernel.bin"; + sha256 = "da54ff56386e53a393f2081908c2f728404db02a7bf1c95df7aa1bcd10ae60b5"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u25awf-h1" + "u25awf-h1" + ]; + titles = [ + { + model = "U25AWF"; + variant = "H1"; + vendor = "Kimax"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "ce013dff269ef3bd22f858f512c5c5cc1fa6e677121529249de4b882f2439aea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-kimax_u35wf-initramfs-kernel.bin"; + sha256 = "84dcd8f45ad8ffb0b6af646334ee06165b49bd9e8bb1e8bcd7df3f4690f81a36"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + model = "U35WF"; + vendor = "Kimax"; + } + ]; + }; + kingston_mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-kingston_mlw221"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-kingston_mlw221-squashfs-sysupgrade.bin"; + sha256 = "4148245d096e955a7da2d7a94debd76575c3ae5a53cf7bfd4d4c67df70a80818"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-kingston_mlw221-initramfs-kernel.bin"; + sha256 = "226f00ccb9a061f27814552805fc36c30c36d36ee83d3db9c49e58b850a5dc04"; + type = "kernel"; + } + ]; + supported_devices = [ + "kingston,mlw221" + "mlw221" + ]; + titles = [ + { + model = "MLW221"; + vendor = "Kingston"; + } + ]; + }; + kingston_mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-kingston_mlwg2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-kingston_mlwg2-squashfs-sysupgrade.bin"; + sha256 = "78f2732b969f4f4a2e6ccf1d6a0227e4832cf733f454691f1089c4804ca600d3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-kingston_mlwg2-initramfs-kernel.bin"; + sha256 = "7246d3b4722e61e87a9e85eb373c827b80d3aad77d1827799d28ba3d83b0a284"; + type = "kernel"; + } + ]; + supported_devices = [ + "kingston,mlwg2" + "mlwg2" + ]; + titles = [ + { + model = "MLWG2"; + vendor = "Kingston"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "1d6c2643eaaa183d6c61c68d2e058f1e83491a3dc55937bc50986d91490e7195"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "b4d43da626b020b4b5a2b94fa7ce9d5ce32b18ead72427d42960127f90c99aa3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-lava_lr-25g001-initramfs-kernel.bin"; + sha256 = "676c18c1f9b88625910c399f2591d81cc064adb3e1e57adbab456be906aa0ebb"; + type = "kernel"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + model = "LR-25G001"; + vendor = "LAVA"; + } + ]; + }; + lb-link_bl-w1200 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-lb-link_bl-w1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-lb-link_bl-w1200-squashfs-sysupgrade.bin"; + sha256 = "6e03e6fe1be14fa106daec4e4272bed52bbf938fc571bdb32d90b793b4fa6b0f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-lb-link_bl-w1200-initramfs-kernel.bin"; + sha256 = "34a8730286a26500a875549c59221c3bbc7f47109b65a5cf6e0b857389548db9"; + type = "kernel"; + } + ]; + supported_devices = [ + "lb-link,bl-w1200" + ]; + titles = [ + { + model = "BL-W1200"; + vendor = "LB-Link"; + } + ]; + }; + lenovo_newifi-y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-lenovo_newifi-y1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"; + sha256 = "a37bde2a7f667b313a0c3b8a73b4a519708bea3f07913fee63fb5051550a133f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-lenovo_newifi-y1-initramfs-kernel.bin"; + sha256 = "fd1d7fd5aae8c04ddabd894f00ca51191c724958d9efa503b6518232625f4aed"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1" + "y1" + ]; + titles = [ + { + model = "Y1"; + vendor = "Lenovo"; + } + ]; + }; + lenovo_newifi-y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-lenovo_newifi-y1s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"; + sha256 = "d926e40c055e5b6c9d5ee28042306ee995241b57805272fefc6d06f4b16476be"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-lenovo_newifi-y1s-initramfs-kernel.bin"; + sha256 = "72d1233a1ce09f77f9350d6f819be9b20006844dde2ab5b7d7f3476df8886adb"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1s" + "y1s" + ]; + titles = [ + { + model = "Y1S"; + vendor = "Lenovo"; + } + ]; + }; + linksys_e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-linksys_e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-linksys_e1700-squashfs-factory.bin"; + sha256 = "75e01feb3cce8ce9099283f6c5e869655017ea0644309cb5247fd25823d927b0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-linksys_e1700-squashfs-sysupgrade.bin"; + sha256 = "632c6cab9f9c4bd3c6974a7c3e0c30a88803510eec2a540f978141212948d8bc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-linksys_e1700-initramfs-kernel.bin"; + sha256 = "7f951c1e06206315a0407f5db1e15c5eaf19821695794be5220b3fa64513a750"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e1700" + "e1700" + ]; + titles = [ + { + model = "E1700"; + vendor = "Linksys"; + } + ]; + }; + microduino_microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-microduino_microwrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-microduino_microwrt-squashfs-sysupgrade.bin"; + sha256 = "63a4b10521d9cbb0337a1dce36775a44573626c48cd42adaae0ce05886ecf7f3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-microduino_microwrt-initramfs-kernel.bin"; + sha256 = "f9d87d77f4b1fc7df9e1144741532ba14711bcc7d0423b9d33e559ca26e06e22"; + type = "kernel"; + } + ]; + supported_devices = [ + "microduino,microwrt" + "microwrt" + ]; + titles = [ + { + model = "MicroWRT"; + vendor = "Microduino"; + } + ]; + }; + netgear_ex3700 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-netgear_ex3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-netgear_ex3700-squashfs-factory.chk"; + sha256 = "c74dded204b89203355e7662447bf0e76c2eba0ba9f8b9037eb50a29da1726b5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-netgear_ex3700-squashfs-sysupgrade.bin"; + sha256 = "58ce4e7855975c7e8f6680f20a63923541b7d9c93b612456308d90530a15cb44"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-netgear_ex3700-initramfs-kernel.bin"; + sha256 = "c62810cd7f4ee7b863968ad3b77e06b2cf8ce15221074fb66a6ee076673c1057"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex3700" + "ex3700" + ]; + titles = [ + { + model = "EX3700/EX3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6120 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-netgear_ex6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-netgear_ex6120-squashfs-factory.chk"; + sha256 = "d7b80f63a145e8d388783abf9a798f1effba08f0491b6925912eabe278b8060e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-netgear_ex6120-squashfs-sysupgrade.bin"; + sha256 = "252bc3fc09f4ed2ff20ebeeb4716f7246037a7e0f7c7a6d370bd1cb1422c5736"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-netgear_ex6120-initramfs-kernel.bin"; + sha256 = "0b696d39caed8efcc261024a49cacbf736cf0d24de69871e99e6cc5383d33130"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6120" + ]; + titles = [ + { + model = "EX6120"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6130 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-netgear_ex6130"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-netgear_ex6130-squashfs-factory.chk"; + sha256 = "1c24f84842e6af65dc6b8283352b88b81b1e4dab213b05965331f9c78df55659"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-netgear_ex6130-squashfs-sysupgrade.bin"; + sha256 = "8a77d40b696c21da055f9a66bdc237859d23a22b864a17ff9bacc2c0b01589c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-netgear_ex6130-initramfs-kernel.bin"; + sha256 = "04289ba838ba581913d5429ee515943cd2d365754432f98376ad028a4dc3c7f4"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6130" + ]; + titles = [ + { + model = "EX6130"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-netgear_wn3000rp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-netgear_wn3000rp-v3-squashfs-factory.bin"; + sha256 = "12b43a71ac3dfc46e5a329cd9e5c76a11f1d14374fe04e07bf2b0568b87e5e96"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-netgear_wn3000rp-v3-squashfs-sysupgrade.bin"; + sha256 = "21b0a59ed98299bbe5cc265eb0b69e5d33cb46124eed8dd50cfd43fd2f7b3203"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-netgear_wn3000rp-v3-initramfs-kernel.bin"; + sha256 = "11408ab80b9a48cb9e102604f6bb7064821448e2eb04d172b517fa19ad125540"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wn3000rp-v3" + "wn3000rpv3" + ]; + titles = [ + { + model = "WN3000RP"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2770 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-netis_wf2770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-netis_wf2770-squashfs-sysupgrade.bin"; + sha256 = "2eb5065002ad550c86040c10acddd10a0d1c3984c6d743cb9a170c6498b260c0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-netis_wf2770-initramfs-kernel.bin"; + sha256 = "6592c8852399a1576acaf9c04757d3ff322e01e72a39a7903c56f2fc94612ea1"; + type = "kernel"; + } + ]; + supported_devices = [ + "netis,wf2770" + ]; + titles = [ + { + model = "WF2770"; + vendor = "NETIS"; + } + ]; + }; + nexx_wt3020-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-nexx_wt3020-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-nexx_wt3020-8m-squashfs-factory.bin"; + sha256 = "e2a50ee58dd2f432ee48796f48f31a255bddb5b184267e0a837281797c931e7b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-nexx_wt3020-8m-squashfs-sysupgrade.bin"; + sha256 = "95f178e4aabdaa7106ea471ffe06ce075238a5616ee81c8dd9079cff7a4ab170"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-nexx_wt3020-8m-initramfs-kernel.bin"; + sha256 = "431325d82297cc260c52c736377525fbf1c467948992cb54716bb2bd81c7f0ca"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexx,wt3020-8m" + "wt3020" + "wt3020-8M" + ]; + titles = [ + { + model = "WT3020"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + ohyeah_oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-ohyeah_oy-0001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-ohyeah_oy-0001-squashfs-sysupgrade.bin"; + sha256 = "378f3de98a107fa50a3e73bd6050d51d731c9fe3f31b9cb8aa71d9942ca1a227"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-ohyeah_oy-0001-initramfs-kernel.bin"; + sha256 = "67943e2b1f2e9c98813d1084cf6fde22636fdd2719cb4fc0154c0cd9f5d7b989"; + type = "kernel"; + } + ]; + supported_devices = [ + "ohyeah,oy-0001" + "oy-0001" + ]; + titles = [ + { + model = "OY-0001"; + vendor = "Oh Yeah"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "0ff60d2c74db3c10a305cd97070b01063d5650457265c8da01849986ab8687b6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-phicomm_k2g-initramfs-kernel.bin"; + sha256 = "f9f8b0f0a9fcf65ed51a6eaf6bc6c376fe7e5c8804ea3b6293d772061d8a5faa"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + model = "K2G"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-phicomm_psg1208"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-phicomm_psg1208-squashfs-sysupgrade.bin"; + sha256 = "e59398d6058da4de637b721aeeff101a33706c71a1e61e16c3b25ba97e14ea36"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-phicomm_psg1208-initramfs-kernel.bin"; + sha256 = "f4e7a08b75feb473dec1beea37e10c5da7d4792e4a6df507deaf3273d2922094"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1208" + "psg1208" + ]; + titles = [ + { + model = "PSG1208"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218a = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-phicomm_psg1218a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-phicomm_psg1218a-squashfs-sysupgrade.bin"; + sha256 = "570000bc1c60a58c8490b6fd19f949152a24e67ef0e7f1f069043049b6fe82b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-phicomm_psg1218a-initramfs-kernel.bin"; + sha256 = "55dc122021d1d25939e31ca7c6148ba98436aa98349607f7bc06b436ed38ac44"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1218a" + "psg1218" + "psg1218a" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Ax"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-phicomm_psg1218b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-phicomm_psg1218b-squashfs-sysupgrade.bin"; + sha256 = "42843bd2ccbd22c9b535516749d2820d5f96f78d05383f8235652d54c2631e0a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-phicomm_psg1218b-initramfs-kernel.bin"; + sha256 = "5d05301988e78572b3209f026752ef9ae5ef267daceb996f12ed8ec096c83358"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1218b" + "psg1218" + "psg1218b" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Bx"; + vendor = "Phicomm"; + } + ]; + }; + planex_cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-planex_cs-qr10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-planex_cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "2d9051242219b29a135c7867a544e7bdb1cd45c5db33db986880ce88c76a876f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-planex_cs-qr10-initramfs-kernel.bin"; + sha256 = "bc026381d64d6477ebff8f589b48b0cd36403b9b8973f0d61074aa3a733a80a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,cs-qr10" + "cs-qr10" + ]; + titles = [ + { + model = "CS-QR10"; + vendor = "Planex"; + } + ]; + }; + planex_db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-planex_db-wrt01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-planex_db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "6130a5172139cfc3da41da920bce4f1bc5c5643e22fa01a2a51278998ba78f21"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-planex_db-wrt01-initramfs-kernel.bin"; + sha256 = "cf3f597466601db3982375d63d292f17b18fbbee33e41f15612be5da2323c22e"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,db-wrt01" + "db-wrt01" + ]; + titles = [ + { + model = "DB-WRT01"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-planex_mzk-750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-planex_mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "313d9de4a802c9bb420dd223ab88e8c4fa38003e9948991838b35c5b83f81191"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-planex_mzk-750dhp-initramfs-kernel.bin"; + sha256 = "388e3c8cea5917e378c07561381a798cf36dc8cf362d8666130b9aa4831ccec1"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-750dhp" + "mzk-750dhp" + ]; + titles = [ + { + model = "MZK-750DHP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-planex_mzk-ex300np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-planex_mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "a2f4a38f2d7d4c3de7270130e6357d188c438577ae4dc15e174a43e33ea12f10"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-planex_mzk-ex300np-initramfs-kernel.bin"; + sha256 = "4de61c959622150399b3c0085bed3fb52ab14588ca25a7f719e571e6333b753f"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex300np" + "mzk-ex300np" + ]; + titles = [ + { + model = "MZK-EX300NP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-planex_mzk-ex750np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-planex_mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "efee483b9a79abfac608f507cf004dacc887d18fcacb989959f5216857daca2b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-planex_mzk-ex750np-initramfs-kernel.bin"; + sha256 = "33eb938a06e14ef3c151653a715db3f7fe7bcc59ee1128029911074a07cbcbad"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex750np" + "mzk-ex750np" + ]; + titles = [ + { + model = "MZK-EX750NP"; + vendor = "Planex"; + } + ]; + }; + ralink_mt7620a-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-ralink_mt7620a-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-ralink_mt7620a-evb-squashfs-sysupgrade.bin"; + sha256 = "bb47574efa1a5ad3db3141b84fcca83a8f61153fc492fcd0e4345f7e3094dfe8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-ralink_mt7620a-evb-initramfs-kernel.bin"; + sha256 = "55e2d34fa3695fd0dbab8793db1bf39d5a3ad8e9ce1ec861b34cdae569524917"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-evb" + ]; + titles = [ + { + model = "MT7620a EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7530-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-ralink_mt7620a-mt7530-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-ralink_mt7620a-mt7530-evb-squashfs-sysupgrade.bin"; + sha256 = "cd8dbb6a07b1aaa04032e264516469f1b560b04b677359a7ff683d8e9e4d4886"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-ralink_mt7620a-mt7530-evb-initramfs-kernel.bin"; + sha256 = "2388457e190d3fac992db5c626f84621f2d5e4dabfc41d710923e3e526232773"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7530-evb" + "mt7620a_mt7530" + ]; + titles = [ + { + model = "MT7620a + MT7530 EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7610e-evb = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-ralink_mt7620a-mt7610e-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-ralink_mt7620a-mt7610e-evb-squashfs-sysupgrade.bin"; + sha256 = "546ed23a93b69c8e469bca7a4621b6090bed90b2304d3efc8be85a23b5785af4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-ralink_mt7620a-mt7610e-evb-initramfs-kernel.bin"; + sha256 = "5ba86604e0f06813b3f5b13c6c43ef8fc06d5cc74443e6ef42d1ba383d079153"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7610e-evb" + "mt7620a_mt7610e" + ]; + titles = [ + { + model = "MT7620a + MT7610e EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-v22sg-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-ralink_mt7620a-v22sg-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-ralink_mt7620a-v22sg-evb-squashfs-sysupgrade.bin"; + sha256 = "7713bbb69dfdc1d42f9bcce61392978695515fe825d539f04f75ce3b9f163f1e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-ralink_mt7620a-v22sg-evb-initramfs-kernel.bin"; + sha256 = "98ddfea04e7be96687d187961498cecda92d01ca9c2443cf0b1f56c6bee6bf4f"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-v22sg-evb" + "mt7620a_v22sg" + ]; + titles = [ + { + model = "MT7620a V22SG"; + vendor = "MediaTek"; + } + ]; + }; + ravpower_rp-wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-ravpower_rp-wd03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-ravpower_rp-wd03-squashfs-rootfs.bin"; + sha256 = "1e76bc98ef7e985926d3e65d7951029c0825e27d1e85a026d341909e2ebe4753"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-ravpower_rp-wd03-squashfs-sysupgrade.bin"; + sha256 = "ff8f11faa9611498c6a2faaacdf23cfbab2c08cb837a76449a8a3c4a423a1899"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-ravpower_rp-wd03-squashfs-kernel.bin"; + sha256 = "c3fa3ac8ba3b630e9d9abafdb3ac7ba32cca93eef48aababda85746de1d10736"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-ravpower_rp-wd03-initramfs-kernel.bin"; + sha256 = "754e54e01ea2c71e0bd6e6a7376ee0512cdfc789965347ccf49ff41db78edcfd"; + type = "kernel"; + } + ]; + supported_devices = [ + "ravpower,rp-wd03" + "ravpower,wd03" + ]; + titles = [ + { + model = "RP-WD03"; + vendor = "RAVPower"; + } + ]; + }; + sanlinking_d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-sanlinking_d240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-sanlinking_d240-squashfs-sysupgrade.bin"; + sha256 = "432485df1f3fd54985ffba1d0467be8416483d4fd5dfe5856173e5d5ab01ffe0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-sanlinking_d240-initramfs-kernel.bin"; + sha256 = "54cfddb35046a124c5747a9d4f3441bf64ce640ce0a37b32a8eca4c552f61194"; + type = "kernel"; + } + ]; + supported_devices = [ + "sanlinking,d240" + "d240" + ]; + titles = [ + { + model = "D240"; + vendor = "Sanlinking Technologies"; + } + ]; + }; + sercomm_na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-sercomm_na930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-sercomm_na930-squashfs-sysupgrade.bin"; + sha256 = "9f2441184d509b43179a8164679a64fd4be2532e0042a00337a72b9cd665a47a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-sercomm_na930-initramfs-kernel.bin"; + sha256 = "350473067ccd3f1ff773d845206effaeaacd1431f5048990819ec0ca81987dbb"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na930" + "na930" + ]; + titles = [ + { + model = "NA930"; + vendor = "Sercomm"; + } + ]; + }; + tplink_archer-c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-tplink_archer-c2-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_archer-c2-v1-squashfs-sysupgrade.bin"; + sha256 = "b072c872a8079f8b18dc0ef152ee701f022d9392ffbae6e4930aea9c381cf541"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_archer-c2-v1-initramfs-kernel.bin"; + sha256 = "33f84a0eabddc38a6af7914b50b0f9cec9c5d35c277c353a7a972281ef6cc14a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v1" + "tplink,c2-v1" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-tplink_archer-c20-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_archer-c20-v1-squashfs-sysupgrade.bin"; + sha256 = "2cf03478df7266ee37d8cab778904f7247fd84009621cccf1b9569052f1e422e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_archer-c20-v1-initramfs-kernel.bin"; + sha256 = "20d01e6851cc4db257eb7e8c82bf478aa4c4bd82fdf9c724853c2daf5d68dd61"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v1" + "tplink,c20-v1" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-tplink_archer-c20i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_archer-c20i-squashfs-factory.bin"; + sha256 = "712d3ecd08e21c1eddf7c2a41cc8a28cbf85d91f6bac8aa68cb4f9a5d2c3f26c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_archer-c20i-squashfs-sysupgrade.bin"; + sha256 = "ab9185f5af6fafb2ae7cc94a0f8b091ae791d64897f68c57b3e00b671d014216"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_archer-c20i-initramfs-kernel.bin"; + sha256 = "926851c2d027951f0aa0313e61cc847812f80d0bb60c706aa021fcd3a4021611"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20i" + "c20i" + ]; + titles = [ + { + model = "Archer C20i"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-tplink_archer-c50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-eu.bin"; + sha256 = "d983d54a63c7e1e7e759719c7f55c44dba2d1164603360fa972e561df44bb202"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-us.bin"; + sha256 = "2726c0640898e65d3733dd23328d5681fe00beb6fc68424307e3ec557573fde0"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_archer-c50-v1-squashfs-sysupgrade.bin"; + sha256 = "74d8acb6833190e9335a6a10f64c75a0a9f7f950a4315e89f5706fa28ed42bf9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_archer-c50-v1-initramfs-kernel.bin"; + sha256 = "978106c0f9fe1a1f05a5b8b34a448bfef2499e181c86b982f363176bcc9e6bfb"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v1" + "c50" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-mr200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-tplink_archer-mr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin"; + sha256 = "8d318a67b65077d9915511096a1dd2ce3b50817048d06732287594d03933b966"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_archer-mr200-initramfs-kernel.bin"; + sha256 = "267f58769765acb51a4a00e047e4bdbe94ca9aaeb1d26b230f5d3d1158ce0ff6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-mr200" + "mr200" + ]; + titles = [ + { + model = "Archer MR200"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-tplink_re200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_re200-v1-squashfs-factory.bin"; + sha256 = "684ef2f6154b3e3d2740ba64d6807c4aa2f737684cf2af8c38e76e0351035467"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_re200-v1-squashfs-sysupgrade.bin"; + sha256 = "1ba76dd34fa9b7699afaf794a57f6a6e6f18996fa308ce38081c33941c5702df"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_re200-v1-initramfs-kernel.bin"; + sha256 = "266b4ce1f0cf112d90626b8fdbef0dd6915a55d066c59e8baa6b9f14d0c7ec92"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v1" + ]; + titles = [ + { + model = "RE200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re210-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-tplink_re210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_re210-v1-squashfs-factory.bin"; + sha256 = "deb4a6e93e91c753a2ec236154103d1ad68953fa426d85c4b5496d88948d3c33"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_re210-v1-squashfs-sysupgrade.bin"; + sha256 = "ce47cb2953bc9f1ecc21457de2968e6c8b6db9f6309c63be0cd34e2b17f58ae8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-tplink_re210-v1-initramfs-kernel.bin"; + sha256 = "c49b591f7c40496f1cf56beec19adfcc598eeae689269d482eb8a905b19d5533"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re210-v1" + ]; + titles = [ + { + model = "RE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-810dr = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-trendnet_tew-810dr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-trendnet_tew-810dr-squashfs-sysupgrade.bin"; + sha256 = "2965fc59362ca85c445c040390342f19b1dbda171ab7cceba25db357ebcafcf5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-trendnet_tew-810dr-initramfs-kernel.bin"; + sha256 = "10ecc5ee188c1c0899a38c48863c3313d7b49f8e67d9405b5bccaa541bba1482"; + type = "kernel"; + } + ]; + supported_devices = [ + "trendnet,tew-810dr" + ]; + titles = [ + { + model = "TEW-810DR"; + vendor = "TRENDnet"; + } + ]; + }; + wavlink_wl-wn530hg4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-wavlink_wl-wn530hg4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-wavlink_wl-wn530hg4-squashfs-sysupgrade.bin"; + sha256 = "1a47677f24b42acd2513a1aa359cdc7073fffb20c480540212e4228d81e2b91e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-wavlink_wl-wn530hg4-initramfs-kernel.bin"; + sha256 = "073df419326d916e16a9039db8c145406ab95effe3a2b1abdec280b702bff1e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn530hg4" + ]; + titles = [ + { + model = "WL-WN530HG4"; + vendor = "Wavlink"; + } + ]; + }; + wrtnode_wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-wrtnode_wrtnode"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-wrtnode_wrtnode-squashfs-sysupgrade.bin"; + sha256 = "8c24dbb8439d4a0fb5963b9fc38a26915caac188e5b94ac6a2fd134c96ddee5d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-wrtnode_wrtnode-initramfs-kernel.bin"; + sha256 = "b4a07d289099c417ed36edcbeab6565e041171a37e57f0130ab273850490dd31"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode" + "wrtnode" + ]; + titles = [ + { + model = "WRTNode"; + vendor = "WRTNode"; + } + ]; + }; + xiaomi_miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-xiaomi_miwifi-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "b208a09e885bd74c04fa2cb4cde8fabf9dacd5b7055f26670607f1fb0eb382f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-xiaomi_miwifi-mini-initramfs-kernel.bin"; + sha256 = "a06c59f3fd6de7a3fd84ac634ef32fea7d692b94960cb21bea56a62f0a2f0bcb"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-mini" + "miwifi-mini" + ]; + titles = [ + { + model = "MiWiFi Mini"; + vendor = "Xiaomi"; + } + ]; + }; + youku_yk1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-youku_yk1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-youku_yk1-squashfs-sysupgrade.bin"; + sha256 = "055d4305086994ad489fa5c410e0a2140b16158278e8381d34cdfcfcfb87c2fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-youku_yk1-initramfs-kernel.bin"; + sha256 = "f868c020fb03cfc94ed192ad67a4afdb175995f7300a33f02d3250481d723827"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk1" + "youku-yk1" + ]; + titles = [ + { + model = "YK1"; + vendor = "YOUKU"; + } + ]; + }; + yukai_bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-yukai_bocco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-yukai_bocco-squashfs-sysupgrade.bin"; + sha256 = "2824e3b77a8fee06b25d20227490edbfa5215bcab5a0457276d343fab53e9a58"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-yukai_bocco-initramfs-kernel.bin"; + sha256 = "abc59baef6656ea56a09f7f8662ac79c4e64d1474c43111d268aa1b37ca6ea64"; + type = "kernel"; + } + ]; + supported_devices = [ + "yukai,bocco" + "bocco" + ]; + titles = [ + { + model = "BOCCO"; + vendor = "YUKAI Engineering"; + } + ]; + }; + zbtlink_zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-ape522ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "dce5f2daa08f7f5dccfaf7afdc3681987d727150f38e09e466ddc0a47aeeda6a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-ape522ii-initramfs-kernel.bin"; + sha256 = "980ef8d54059190fbc1af8cf239b2e67ca319eaf13d97918f61079bcce355004"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-ape522ii" + "zbt-ape522ii" + ]; + titles = [ + { + model = "ZBT-APE522II"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-cpe102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "31da89f06eda97b885c1064aac51cde5004195940c7866a38cae4545eaf066d9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-cpe102-initramfs-kernel.bin"; + sha256 = "b3c1adf4031acde0cd50f96b678f27e7a3fa5df1e3c28081eee192e11e8635b6"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-cpe102" + "zbt-cpe102" + ]; + titles = [ + { + model = "ZBT-CPE102"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-wa05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "4497f1d08602fb61d9aa6daed9bd7b92965cfc1345e60fdb3f48610356e565d0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-wa05-initramfs-kernel.bin"; + sha256 = "b4a8954b1dac5b20f6aac2a5ea5c749963fd33827769ceb5330ce832d1e11a0b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wa05" + "zbt-wa05" + ]; + titles = [ + { + model = "ZBT-WA05"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we1026-5g-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "a2dd9607d1b1506a8ba8c69aaa3cd74ba9f95e6036faa3abd61295134ee79513"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-initramfs-kernel.bin"; + sha256 = "c78f65b3c649225e02d97e8c05b10ea568b750501f9603263aafc28836f0e432"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-5g-16m" + "we1026-5g-16m" + "zbtlink,we1026-5g-16m" + ]; + titles = [ + { + model = "ZBT-WE1026-5G"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-h-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we1026-h-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we1026-h-32m-squashfs-sysupgrade.bin"; + sha256 = "9347a3ccc08ae946bc4e87264c35f0c4ca0d4ca285beae0a7818b2e1715b03cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we1026-h-32m-initramfs-kernel.bin"; + sha256 = "593d8346efce369327226253edcc4c7913286c6b652f43103fc1a4cf8618a382"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-h-32m" + ]; + titles = [ + { + model = "ZBT-WE1026-H"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we2026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "a36af5a6e3a16614d460ab8bd334f736bad15e5b2ba07cb6e8ec7362a6dcb754"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we2026-initramfs-kernel.bin"; + sha256 = "2258960f633bacf62198058065a6ee4beb72148d87ee63a5548cade6aa27f48f"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we2026" + "zbt-we2026" + ]; + titles = [ + { + model = "ZBT-WE2026"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we826-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin"; + sha256 = "65a715c66b80f758eab55c48ef23b7c9b94b619dccfdd3709be593fb3e6fcc47"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we826-16m-initramfs-kernel.bin"; + sha256 = "ea6e2c593ebcb7d98f1ed344a880b4753f67fd217dbdad0d4edf883b2c5120f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-16m" + "zbt-we826" + "zbt-we826-16M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-32m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we826-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we826-32m-squashfs-sysupgrade.bin"; + sha256 = "08efc93fe46aecee5ddaeb67943be795ff7d0674ca9dc6a69e8f5dbe69031207"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we826-32m-initramfs-kernel.bin"; + sha256 = "4dea180c968f0ff0f41ca0e4ac32210a468be61857316145e736c9534d75aec3"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-32m" + "zbt-we826-32M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "dd7d8245486d6b508aa392d17d3ee6ee66b90958edc89fb2dd305cbcc2278e09"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-we826-e-initramfs-kernel.bin"; + sha256 = "4ab91d082d0f674f910a41c9956b7518f67a66edb1ba8a5fe17fc59f36e2109e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + model = "ZBT-WE826-E"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-wr8305rt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "5e80d38b320cd8fb76cd37f10a12d1b764f318eb5a58bb9bec8981f9899ef2f5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-zbtlink_zbt-wr8305rt-initramfs-kernel.bin"; + sha256 = "065c3e14c54a53b5629e806a035f8c57665fc2d5b374ab9e67299c585e7274c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wr8305rt" + "zbt-wr8305rt" + ]; + titles = [ + { + model = "ZBT-WR8305RT"; + vendor = "Zbtlink"; + } + ]; + }; + zte_q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-zte_q7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zte_q7-squashfs-sysupgrade.bin"; + sha256 = "4de00ba66768730ae401159a0f9891771a80190f2aca6d616cd40658ce25f10d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-zte_q7-initramfs-kernel.bin"; + sha256 = "83a62e3c0ef4fba332395dcda52064ae316bc6e3245a1c5fc9d8e6689d6ba577"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,q7" + "zte-q7" + ]; + titles = [ + { + model = "Q7"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic-omni = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-zyxel_keenetic-omni"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zyxel_keenetic-omni-squashfs-factory.bin"; + sha256 = "5dcf228b81cac2eb26277417f476502cfa02f7eda924147801c430d081889180"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zyxel_keenetic-omni-squashfs-sysupgrade.bin"; + sha256 = "942b803ac33fcf9121a28c99f4a37416b16760396fc54ddcc46929c6f94714c1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-zyxel_keenetic-omni-initramfs-kernel.bin"; + sha256 = "9acd9e055c6ca45428b529354e17e41922e7480ae07b6122cebeb971b39fb4a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni" + "kn_rc" + ]; + titles = [ + { + model = "Keenetic Omni"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-omni-ii = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-zyxel_keenetic-omni-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-factory.bin"; + sha256 = "f9c3cd39ac6f720ab699c041ecb877b4cff6345be3dd2262f97b614065990f00"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-sysupgrade.bin"; + sha256 = "6a7f19fc93073c5873ec5c475e989db19715b58bfcef719e6d31fd639ea64bd8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-zyxel_keenetic-omni-ii-initramfs-kernel.bin"; + sha256 = "1cc6f76e1d324d1bd33d0cf7b4163a27349f843e8496d9278349d537a6f6dbe6"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni-ii" + "kn_rf" + ]; + titles = [ + { + model = "Keenetic Omni II"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-viva = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7620-zyxel_keenetic-viva"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zyxel_keenetic-viva-squashfs-factory.bin"; + sha256 = "92af7a7c678449548534fd21340dd74e5a97d2ab9a41017ea1f0f1276739c2d7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7620-zyxel_keenetic-viva-squashfs-sysupgrade.bin"; + sha256 = "c5f1277ef2b7fbda5c35fdb7938c4c2af1bef143456e8c0add8ec43599fa079f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7620-zyxel_keenetic-viva-initramfs-kernel.bin"; + sha256 = "ee27b974312f9ef52c2779a81147222772558e8e65d93b700b418ea3ed3320da"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-viva" + "kng_rc" + ]; + titles = [ + { + model = "Keenetic Viva"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "ramips/mt7620"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + adslr_g7 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-adslr_g7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin"; + sha256 = "e8f594e3100228deea04bb6a1801f17a0e52c4f68e2ab73c18685cd99914d437"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-adslr_g7-initramfs-kernel.bin"; + sha256 = "6e9047fb3f6c9a9779d170531bafad199f4091637794d980ab79ab3bcc82bcac"; + type = "kernel"; + } + ]; + supported_devices = [ + "adslr,g7" + ]; + titles = [ + { + model = "G7"; + vendor = "ADSLR"; + } + ]; + }; + afoundry_ew1200 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-afoundry_ew1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin"; + sha256 = "14ea402ddd2b87bf994d9612e696b97f084c8b7ddb09bd2d732d07dccbd84465"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-afoundry_ew1200-initramfs-kernel.bin"; + sha256 = "d7d1185245595c5a784685af98dd9fa6bbdf4c617eecc04236603fc06e3af14b"; + type = "kernel"; + } + ]; + supported_devices = [ + "afoundry,ew1200" + "ew1200" + ]; + titles = [ + { + model = "EW1200"; + vendor = "AFOUNDRY"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "de2824ed7b5126b7a23ced68854a08e907ccaeec6896d33c9b60be47833fc2c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-alfa-network_quad-e4g-initramfs-kernel.bin"; + sha256 = "d3e9f6d0d90f02fdaba28c7b03d82595c1bf6a09a1069946a8baac7c6ec9ee43"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + "quad-e4g" + ]; + titles = [ + { + model = "Quad-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + ampedwireless_ally-00x19k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-ampedwireless_ally-00x19k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-ampedwireless_ally-00x19k-squashfs-sysupgrade.bin"; + sha256 = "c013244dafb8de640344e9a7b6754ff591187939e98a83281de4fcca445fda01"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-ampedwireless_ally-00x19k-initramfs-kernel.bin"; + sha256 = "c25ba20e458f012cf594f970a4442143161c1cb6a27e2f86306506666ae113fe"; + type = "kernel"; + } + ]; + supported_devices = [ + "ampedwireless,ally-00x19k" + ]; + titles = [ + { + model = "ALLY-00X19K"; + vendor = "Amped Wireless"; + } + ]; + }; + ampedwireless_ally-r1900k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-ampedwireless_ally-r1900k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-ampedwireless_ally-r1900k-squashfs-sysupgrade.bin"; + sha256 = "2ee9d96cade8472810e07da60c2a2f9a6e97552c946c29c7c37445202a2042b4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-ampedwireless_ally-r1900k-initramfs-kernel.bin"; + sha256 = "9c7e3085c214202af352b09852e3c60d26e882ce0bb09870a4e13c4aaccb90b2"; + type = "kernel"; + } + ]; + supported_devices = [ + "ampedwireless,ally-r1900k" + ]; + titles = [ + { + model = "ALLY-R1900K"; + vendor = "Amped Wireless"; + } + ]; + }; + asiarf_ap7621-001 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-asiarf_ap7621-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-asiarf_ap7621-001-squashfs-sysupgrade.bin"; + sha256 = "00265f1d33ede3b0ff4ae29598b80dfb96e4eb7c0f6c6b86403c6725d3f6670a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-asiarf_ap7621-001-initramfs-kernel.bin"; + sha256 = "8ad1c562e571f4f345ea344a0e326f2d0dd06abe365959a54608ffdd45237a4e"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,ap7621-001" + ]; + titles = [ + { + model = "AP7621-001"; + vendor = "AsiaRF"; + } + ]; + }; + asiarf_ap7621-nv1 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-asiarf_ap7621-nv1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-asiarf_ap7621-nv1-squashfs-sysupgrade.bin"; + sha256 = "00a4d6b7ad82f5ecbe23c1fd4899bd1fe3819e449284b09382e811acef28521a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-asiarf_ap7621-nv1-initramfs-kernel.bin"; + sha256 = "119e9d2365fdd6198c7a27f72ded560b9493823aebad57074ece326083025814"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,ap7621-nv1" + ]; + titles = [ + { + model = "AP7621-NV1"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "9e36712679453f1d85472fe877a7d21050afd185d95b6ba8942148a2e4b5966a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-asus_rt-ac57u-initramfs-kernel.bin"; + sha256 = "c58969c60562ad4befaa56420cb1a13b1aff9f0a8d25080664e90106307f53a4"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + model = "RT-AC57U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac65p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-asus_rt-ac65p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin"; + sha256 = "d9a7d679ffaa891535a4ed593515f9887599237bc78ca0d3d29b6da1e2af38ce"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-asus_rt-ac65p-squashfs-sysupgrade.bin"; + sha256 = "b9b9cf7681ca5081776ce113985c7c7d1939a87988d8a65ef00e0a7c3d1cdc45"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-asus_rt-ac65p-initramfs-kernel.bin"; + sha256 = "d8291f3d6f5837a55590e30214924335570ba2e877e8803d444136932d314286"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac65p" + ]; + titles = [ + { + model = "RT-AC65P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac85p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-asus_rt-ac85p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-asus_rt-ac85p-squashfs-factory.bin"; + sha256 = "8d88dfcfb5e504dd9a04b4535f43402719b7e89704b2ed4a08c4e7c06012fc36"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-asus_rt-ac85p-squashfs-sysupgrade.bin"; + sha256 = "b475f7a492dbbc16fbce56b5ef2b8e35ac558600cccc28e1e2e57dc043afe18a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-asus_rt-ac85p-initramfs-kernel.bin"; + sha256 = "a0d06a6afe41c419e7f835dd41f087c19e79e3d7c12ed9a84ed581468378a73c"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac85p" + ]; + titles = [ + { + model = "RT-AC85P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n56u-b1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-asus_rt-n56u-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-asus_rt-n56u-b1-squashfs-sysupgrade.bin"; + sha256 = "1284f647185b41df2095e44d5e7e176d121f1a53dcf804ed53d341bc089ffe38"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-asus_rt-n56u-b1-initramfs-kernel.bin"; + sha256 = "baed14f46629be220a3715aa323539e98e5d7359873b455358752f8b3e9537d1"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n56u-b1" + ]; + titles = [ + { + model = "RT-N56U"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wsr-1166dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-buffalo_wsr-1166dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-buffalo_wsr-1166dhp-squashfs-sysupgrade.bin"; + sha256 = "7ec40332bc4269f15ea53062694edff3accdebc1e706b1200cc346a939e78f75"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-buffalo_wsr-1166dhp-initramfs-kernel.bin"; + sha256 = "00ddf15d64bc1b86042ba12852780881ca74f2309d30257ea416cce5c522cce5"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-1166dhp" + "wsr-1166" + ]; + titles = [ + { + model = "WSR-1166DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-2533dhpl = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-buffalo_wsr-2533dhpl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin"; + sha256 = "996aef52862f6536b491cd1dc1ab159e3186d155dbcc3f5a7840cfe8f6c64c68"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-buffalo_wsr-2533dhpl-initramfs-kernel.bin"; + sha256 = "4ec0b5d8d17858e21c97eab56dee2bdf224d05446bfa054d297b7ec8a90b2f9f"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhpl" + ]; + titles = [ + { + model = "WSR-2533DHPL"; + vendor = "Buffalo"; + } + { + model = "WSR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-600dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-buffalo_wsr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-buffalo_wsr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "fce5f02dce6b96afcf0c9f6f110900131fc3139c9cbc9715adc62f94ff247a14"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-buffalo_wsr-600dhp-initramfs-kernel.bin"; + sha256 = "0ca5c42fe26e02e4bf424e8c0e53fcc9febb8069e4e904282811989de6e080a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-600dhp" + "wsr-600" + ]; + titles = [ + { + model = "WSR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1300 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-cudy_wr1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-cudy_wr1300-squashfs-sysupgrade.bin"; + sha256 = "852efbbf579b5ddf48ef2d81102ba01d0a918f3c6001f541367c706b2eb4ab89"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-cudy_wr1300-initramfs-kernel.bin"; + sha256 = "ebc6d2b1ba21467533864557415cd077d855ea5269fd440621abc68c917d0cba"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr1300" + ]; + titles = [ + { + model = "WR1300"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-cudy_wr2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-cudy_wr2100-squashfs-sysupgrade.bin"; + sha256 = "046c6f790d554e5518ed1688db15886c0af3b3a38a18e80ba93f75fd9e6c8140"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-cudy_wr2100-initramfs-kernel.bin"; + sha256 = "ef8425c35b8c5c58bc659655ce76c4a18774ecd40b239177719e351f824b4565"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr2100" + ]; + titles = [ + { + model = "WR2100"; + vendor = "Cudy"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "79d64dba9f8133109abc02d84471259829f6b904e8753ebf82713f9fe277d884"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-d-team_newifi-d2-initramfs-kernel.bin"; + sha256 = "750d06a0ce8c5bf5c002a4f566030ce818cbaf84378eba7e8298ee94c12acab2"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + model = "D2"; + vendor = "Newifi"; + } + ]; + }; + d-team_pbr-m1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-d-team_pbr-m1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-d-team_pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "8e70f0399c92dd9258f6aac4a547c0f76d25a5c6693a15143ef03d7f62a0c52a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-d-team_pbr-m1-initramfs-kernel.bin"; + sha256 = "7e74be7e78533ef1b74d7b4b81a8eb0e746ede6120b9f6388dfef90d7940312e"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,pbr-m1" + "pbr-m1" + ]; + titles = [ + { + model = "PBR-M1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dir-1960-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-dlink_dir-1960-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-1960-a1-squashfs-factory.bin"; + sha256 = "c5d61ef9f99654cf1018d471da531f3b7f56b165cc752ceafd507030bfc4ff0a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-1960-a1-squashfs-sysupgrade.bin"; + sha256 = "ca87f886c958fd82e76972fe0527eb510b73fe232702204518859c0ed3b6d053"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-1960-a1-initramfs-kernel.bin"; + sha256 = "4b9e2cc840f1e7cfdc5658c414c0b2ad0fc7b632c7b79d08e1bb9bcfdb794ba7"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-1960-a1" + ]; + titles = [ + { + model = "DIR-1960"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2640-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-dlink_dir-2640-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-2640-a1-squashfs-factory.bin"; + sha256 = "2465e1da41b75fe579f3c92efb8d69f072fb62da24f670679ce27a97b4609f31"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-2640-a1-squashfs-sysupgrade.bin"; + sha256 = "6af04e7e6993c9680253ef0e2eabdde161c2a88821b50266b38749b0043e5121"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-2640-a1-initramfs-kernel.bin"; + sha256 = "42f65cf562dcb3bb323aa81098b130b1ece13beb32ebeed8bfb9d0864d410adc"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-2640-a1" + ]; + titles = [ + { + model = "DIR-2640"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2660-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-dlink_dir-2660-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-2660-a1-squashfs-factory.bin"; + sha256 = "0992c7a5df50b120bbf35732341cf3639b860b52e366557d725239250697f6a0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "67424ef8ee3fade5e413ee967275502d50662a0910d3a64c48940da0372f08e5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-2660-a1-initramfs-kernel.bin"; + sha256 = "1232590e12eb67175a6310bfac3aae3ca19181dc76ab1a8730870920390e7b88"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-2660-a1" + ]; + titles = [ + { + model = "DIR-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-dlink_dir-860l-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "e7dd3635201a8cca2ed5a1c4dc111bb63739994681596e3774a9b0b1ded50d07"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-860l-b1-squashfs-factory.bin"; + sha256 = "2a1e5a3a05e94d73fd56a2f8afe734ed2c838ad5d01dff3f15e805557a480413"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-860l-b1-initramfs-kernel.bin"; + sha256 = "482d47b0bfa766087ef8c10071dc7e15fb04913c8e6edb3e6836e52a5f543ccc"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-860l-b1" + "dir-860l-b1" + ]; + titles = [ + { + model = "DIR-860L"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-867-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-dlink_dir-867-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-867-a1-squashfs-factory.bin"; + sha256 = "1e0896b4cdc4339408700edb5e1b7acea11ed2eca2d13bdd1da628e2c6e01fa3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-867-a1-squashfs-sysupgrade.bin"; + sha256 = "480a11812c1b8ef765fe045838776738c1382c342f454947d0616942c12ef498"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-867-a1-initramfs-kernel.bin"; + sha256 = "df93d5d46652e784ee221a5bf3f0240b23b8c6dd36794e0e2f9a6df32f9b8287"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-867-a1" + ]; + titles = [ + { + model = "DIR-867"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-dlink_dir-878-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-878-a1-squashfs-factory.bin"; + sha256 = "3f28c104cbc08bb9a004b17d94f327e32e2ed917c76a04a66765b709d750e97d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-878-a1-squashfs-sysupgrade.bin"; + sha256 = "e6778f62fd01546bb1fb13e049fb1e923148b81e950d7201f5ff0318d8878b66"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-878-a1-initramfs-kernel.bin"; + sha256 = "426b4d7b899b9ec398157c7fbf859aa5a65b48d7efda46def4b8b1e1fceedf6c"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-878-a1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-dlink_dir-882-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-882-a1-squashfs-factory.bin"; + sha256 = "2aa8627e5418eb628eb2792de56ff39e1265f82f9ab49e36e9c552e4dd971bfe"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-882-a1-squashfs-sysupgrade.bin"; + sha256 = "7ff3de6f70e6e3d6f1becb7d4e3615243006cb3b90e47277efc48d080aeab066"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-882-a1-initramfs-kernel.bin"; + sha256 = "c26c559097d5b5ae4d963a279a13b2e5b091adb23c5449827294418e0da2a9ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-882-a1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-dlink_dir-882-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-882-r1-squashfs-factory.bin"; + sha256 = "b7cef31d98c6aa5373c4d66f98597ab07d235fa90a63da7913391cd3a147cc98"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-882-r1-squashfs-sysupgrade.bin"; + sha256 = "104691fba8444333b9b7f5ccf84fc0ac8f3c68f9179b92b0ca0e9c5e65f20709"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-dlink_dir-882-r1-initramfs-kernel.bin"; + sha256 = "9e8407afa0c9f9e045a6228f192d236d0b37cba3003d836c7fcdc0bd3cd44e74"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-882-r1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + edimax_ra21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-edimax_ra21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"; + sha256 = "8dd0c22719f16c63cdb2ffd182718949d729e1db01aed9bbd0985cd76d301080"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin"; + sha256 = "1e9acc3584f215be94b904b7dd272fced35313221f0c654d32103e958c8006e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-edimax_ra21s-initramfs-kernel.bin"; + sha256 = "eb45eb4ef53f2b973c577433109e3842113973019704d1a8ca65990d6176f2ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ra21s" + ]; + titles = [ + { + model = "RA21S"; + vendor = "Edimax"; + } + { + model = "Gemini RA21S"; + vendor = "Edimax"; + } + ]; + }; + edimax_re23s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-edimax_re23s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-edimax_re23s-squashfs-factory.bin"; + sha256 = "60772d2ed681b66f89ec8d6d739969ae554b80e04e4eadac772c82a4f4dedf7c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-edimax_re23s-squashfs-sysupgrade.bin"; + sha256 = "edcdd10d758a1eacdb131c6d7361cba56d8e4d685d31ca0431761f4335658499"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-edimax_re23s-initramfs-kernel.bin"; + sha256 = "fe599cdf19d8dd4699f1a21b47b2c9e7ddee46af4475683ca57db69dbe12462b"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,re23s" + ]; + titles = [ + { + model = "RE23S"; + vendor = "Edimax"; + } + { + model = "Gemini RE23S"; + vendor = "Edimax"; + } + ]; + }; + edimax_rg21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-edimax_rg21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-edimax_rg21s-squashfs-factory.bin"; + sha256 = "5dce62253e888bcfd531a84634967ad289ac186f189f85d664b44b3e646e7c59"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-edimax_rg21s-squashfs-sysupgrade.bin"; + sha256 = "e850fcb7cd880e2b4b048244f54602525be7752d80917051345dbacacbe2bfee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-edimax_rg21s-initramfs-kernel.bin"; + sha256 = "88d82a885847505ed0a7d8d49ec0455f5dad6155bf63f9b7b61d63d302b5f956"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,rg21s" + ]; + titles = [ + { + model = "Gemini AC2600 RG21S"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "526eb97da2040695b5e9bb6f59375fa6376692c537e069d0ad15206394471fb2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "3860262ce31531afa7cc42a65410ece98051569750c92e718609bb1eb2421261"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1167ghbk2-s-initramfs-kernel.bin"; + sha256 = "09c4e0bf40f3d96c7f58255f4d0fe7e0dfc6fd8668fc8427a825fd2740ccf3bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + model = "WRC-1167GHBK2-S"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gs2-b = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1167gs2-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-factory.bin"; + sha256 = "02473d340282f21df839a193804b8292a791aca1d7da9e3d9bae30bcb352b1d3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-sysupgrade.bin"; + sha256 = "6ff7755b471cad6c90df67d90b4111e69e326393a3e9fcee1693294882302939"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1167gs2-b-initramfs-kernel.bin"; + sha256 = "fcb65eec302d42bab11a68309994781e36d261ba86bfcc6c64d2d9ef82a8c5ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gs2-b" + ]; + titles = [ + { + model = "WRC-1167GS2-B"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1167gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1167gst2-squashfs-factory.bin"; + sha256 = "8e4774c4c7f57cb1a8ec51f77e81f4e53bcc3784d23d21197742c7986ed584c3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1167gst2-squashfs-sysupgrade.bin"; + sha256 = "0dcd47cf6c502415274394630fd73fc53468111d46fc82170b7a78da6a8a9451"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1167gst2-initramfs-kernel.bin"; + sha256 = "34f46d4cfa7a7aa92e881d4af966e85275cfec1fe561f40c3e31b1bd595800c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gst2" + ]; + titles = [ + { + model = "WRC-1167GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gs = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1750gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1750gs-squashfs-factory.bin"; + sha256 = "718c4f7ff16e24ea2c0e228fe6075be2666083329b37eecd95f09527e32c022d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1750gs-squashfs-sysupgrade.bin"; + sha256 = "4dfe8aa3b1ddebcd09c0679925f1ccde43b039a3a00ce8e487b1724193c6fc5b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1750gs-initramfs-kernel.bin"; + sha256 = "97891335e6f49e17c74a684be2afe0fd58a29d7afa66873974e0c33faecb619e"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gs" + ]; + titles = [ + { + model = "WRC-1750GS"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1750gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1750gst2-squashfs-factory.bin"; + sha256 = "7dffefc15586c21485c3e2545c0198595de2021954bdd6c5635ff92b9da44878"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1750gst2-squashfs-sysupgrade.bin"; + sha256 = "ce7b5400cc8e142d0c6c92b01b5fe0f756296762d274d9666254322ecf7560c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1750gst2-initramfs-kernel.bin"; + sha256 = "bd33f0454bf8b51ae19da312b2fb4ed89b095fb3d6c613748efc1ce4a164c02c"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gst2" + ]; + titles = [ + { + model = "WRC-1750GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gsv = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1750gsv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1750gsv-squashfs-factory.bin"; + sha256 = "10d602a9a285add636340025c031c129da6a7a283adb7061a21ae016a16634db"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1750gsv-squashfs-sysupgrade.bin"; + sha256 = "5a55059350086a1367319e564d2c52575617fe72e344172412d0a7d5f97729b2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1750gsv-initramfs-kernel.bin"; + sha256 = "10908a6a2f83fcd0e59a19cd8362f9c00dd8aca4bb7929cd2766fb7a5cd1aa29"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gsv" + ]; + titles = [ + { + model = "WRC-1750GSV"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "3ebb199b5932a2c4173bfc6a73bdefc87bb9b285321963f9f69dcdc4661a590e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "20ae34544e8d1e5b24e3e97154f41c47f523ae65d443f4bd10a4b668bd409366"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-1900gst-initramfs-kernel.bin"; + sha256 = "32e2e8203bfec527de37ec3f5475fb7ce7c06b51e2adfc1bf0db0fac7e7021dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + model = "WRC-1900GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533ghbk-i = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-2533ghbk-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-factory.bin"; + sha256 = "416d0deaa3e0893e14babd6f57e26fa0de9e38c639440669476d7879042e512b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-sysupgrade.bin"; + sha256 = "f830255a53bc8b5f4691a4c978aca45347bb0b6ab1b09dce8b45078e3a537d83"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-2533ghbk-i-initramfs-kernel.bin"; + sha256 = "f0319a8c9c0dcff9310f32228b654a0168275afa97df5f4bf1318c1ea4112529"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533ghbk-i" + ]; + titles = [ + { + model = "WRC-2533GHBK-I"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "e3a29262d7ac3f153c9797b3109ae34fa217beffbb541a9ec57fd9b68322a517"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "72edb04d1517ab206fc43577bf6683131ecccd320fff8394b54619e6e67952e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-2533gst-initramfs-kernel.bin"; + sha256 = "046c425ddc739f2605a3052fc2f0b7f74e7c312d7057228bc4741c2d8a95da9c"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + model = "WRC-2533GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-2533gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-2533gst2-squashfs-factory.bin"; + sha256 = "cd65bf54792c3a4c39897e4b23517e491313169e6a32b3df23618a692938601a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-2533gst2-squashfs-sysupgrade.bin"; + sha256 = "3fdc27ccf8d156993949e757504d00f0d01eb8fc12a96c17086c747308dddea1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-elecom_wrc-2533gst2-initramfs-kernel.bin"; + sha256 = "ce9eca4c5a4d6257776aa0b969d004cb8df67a4c17644a9b4ae327ff40e678c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst2" + ]; + titles = [ + { + model = "WRC-2533GST2"; + vendor = "ELECOM"; + } + ]; + }; + firefly_firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-firefly_firewrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-firefly_firewrt-squashfs-sysupgrade.bin"; + sha256 = "1c63457b331d7edb147c8fbf91274f875bb7c52d43b6ad8d8a1928ca74411cc6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-firefly_firewrt-initramfs-kernel.bin"; + sha256 = "c8fbb4d935e05ee63ef4c3462c0f03fbea269e6b5b1ce4789df24fa5e75b2737"; + type = "kernel"; + } + ]; + supported_devices = [ + "firefly,firewrt" + "firewrt" + ]; + titles = [ + { + model = "FireWRT"; + vendor = "Firefly"; + } + ]; + }; + gehua_ghl-r-001 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-gehua_ghl-r-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-gehua_ghl-r-001-squashfs-sysupgrade.bin"; + sha256 = "7ff41b2ccb0d5e8d0adf2bfd0fc7ccab2ca07c894b7fc6abcff4461fdcc31810"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-gehua_ghl-r-001-initramfs-kernel.bin"; + sha256 = "667610770bb95085e9d0e73fbca18d1d0a2d7d8a4f30f1551139e7d5151417bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "gehua,ghl-r-001" + ]; + titles = [ + { + model = "GHL-R-001"; + vendor = "GeHua"; + } + ]; + }; + glinet_gl-mt1300 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-glinet_gl-mt1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-glinet_gl-mt1300-squashfs-sysupgrade.bin"; + sha256 = "15ef3e2c382498c6aae1f772e70158c5fdb3734562fee3c43094f37a3d0c95ac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-glinet_gl-mt1300-initramfs-kernel.bin"; + sha256 = "dc3f22f0cc7702d5980e4ded7271a8527ea4b0721af3da4ffbe89a2eb6952c2e"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt1300" + ]; + titles = [ + { + model = "GL-MT1300"; + vendor = "GL.iNet"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "7f87886baf02f50ee1af5aa297f8e2b3cc3f2a36046f34d9c808ec2908981def"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-gnubee_gb-pc1-initramfs-kernel.bin"; + sha256 = "8decec66d7da5214b8fdd2d321488741e80e4ad808c6b9b0a318b30917ed54ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + model = "Personal Cloud One"; + vendor = "GnuBee"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "5b74fd867219955f081440a80a9730ae394da7821cb75964b2342d00b32909aa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-gnubee_gb-pc2-initramfs-kernel.bin"; + sha256 = "fc3f54cb0690bce0f4b4095dffd54384fd26cfb171160ff2933bd093446599c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + model = "Personal Cloud Two"; + vendor = "GnuBee"; + } + ]; + }; + hiwifi_hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-hiwifi_hc5962"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-hiwifi_hc5962-squashfs-factory.bin"; + sha256 = "e0cbbfbe712eba46b78d292be0efe8132ed22697e66c2a17ed7f725bdce0df71"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-hiwifi_hc5962-squashfs-sysupgrade.bin"; + sha256 = "3d3eb8c015587a6b824c1cf38e710dc5ac6ffb5ed383ccb0efe66ecdf07d2e22"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-hiwifi_hc5962-initramfs-kernel.bin"; + sha256 = "cfecae1ca7a3d278afb2cc57260cef9f83a119f0a8069618d68d6d2afa441b8b"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5962" + ]; + titles = [ + { + model = "HC5962"; + vendor = "HiWiFi"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "6af63a94e6f01fe687335143b75a574b3168e9ccac9b1d6953f7198dc8261d4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-iodata_wn-ax1167gr-initramfs-kernel.bin"; + sha256 = "6c5e8f4d2c6512f93b883454e32bc78b98833594fdb92ae396d8305c95721305"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + model = "WN-AX1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax1167gr2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-iodata_wn-ax1167gr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-iodata_wn-ax1167gr2-squashfs-sysupgrade.bin"; + sha256 = "65c78ce00bcc0219251e51a67cbabf952bfc7371b28f83880df8abe363297c5a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-iodata_wn-ax1167gr2-initramfs-kernel.bin"; + sha256 = "7d7216e6b9a7f4119999f204252c08d4fa6e86a04595709c198b01906656a57f"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr2" + ]; + titles = [ + { + model = "WN-AX1167GR2"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-iodata_wn-ax2033gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-iodata_wn-ax2033gr-squashfs-sysupgrade.bin"; + sha256 = "6bd7353268e2b7f460cbff954f09ea474d36d0062d3bea58046bc3c5dbbb4ab4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-iodata_wn-ax2033gr-initramfs-kernel.bin"; + sha256 = "7b09a7e426d72da710999e466d0139c70b14528d069ac69e27f5f4ef05a9419a"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax2033gr" + ]; + titles = [ + { + model = "WN-AX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1167r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-iodata_wn-dx1167r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-iodata_wn-dx1167r-squashfs-sysupgrade.bin"; + sha256 = "a02a266ea571effdb46a935aa32050ebb4567d39b4e2e7bb8bb07334e5b0b2d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-iodata_wn-dx1167r-initramfs-kernel.bin"; + sha256 = "c8d9ca1d066c4554a3fc41c8d8e3d58e9c139c277a1b83f267c55f4d9984a3ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1167r" + ]; + titles = [ + { + model = "WN-DX1167R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1200gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-iodata_wn-dx1200gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-iodata_wn-dx1200gr-squashfs-sysupgrade.bin"; + sha256 = "b757a4af6b37a7d6c73e0a9ae65741dd06c6145f2cf86441c0b9a609b8bbe2fe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-iodata_wn-dx1200gr-initramfs-kernel.bin"; + sha256 = "f107c180f0c374fe2948c86e0e7057b9e0c824cf951eb72dd45b14dfd3d09e61"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1200gr" + ]; + titles = [ + { + model = "WN-DX1200GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "a256016d3e33030b176147771913c5b092d1531f185b21b8817471fca36964d9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-iodata_wn-gx300gr-initramfs-kernel.bin"; + sha256 = "3e1ede8b4428487ffa6fd4d0d96b9aaa861b2f5ab6ab5e07d0b97d8c2b848b7b"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + model = "WN-GX300GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wnpr2600g = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-iodata_wnpr2600g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-iodata_wnpr2600g-squashfs-factory.bin"; + sha256 = "da88da87ac8ed5714e9c2057acb0377c7f00ff8773531ff4d70ba376428584e0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-iodata_wnpr2600g-squashfs-sysupgrade.bin"; + sha256 = "8f493a41a976994927b0bdcbf929db096e84cfe49b1e0f3cc8f318815733d2b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-iodata_wnpr2600g-initramfs-kernel.bin"; + sha256 = "b2f890ac24c0abc2348ebaf7bce8e7914ba2ca94ce72812466781c97c57c0cc5"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wnpr2600g" + ]; + titles = [ + { + model = "WNPR2600G"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a6ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-iptime_a6ns-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-iptime_a6ns-m-squashfs-sysupgrade.bin"; + sha256 = "de708dc7fe537ce6e64a33c5e94a49dbbb0e5a2e905895c7d4b720885c80082e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-iptime_a6ns-m-initramfs-kernel.bin"; + sha256 = "ba43428f893d4842fff799a3aef8031d56ca9847ceba88cc1b5fca01d9f86065"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a6ns-m" + ]; + titles = [ + { + model = "A6ns-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a8004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-iptime_a8004t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-iptime_a8004t-squashfs-sysupgrade.bin"; + sha256 = "ecd1a0ef2c2480c84ee671a7dad128211ee3c375dbf5971bc62e7a8e35d20f26"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-iptime_a8004t-initramfs-kernel.bin"; + sha256 = "c7948cf7fceade31da666534e607aee804258de00b3a2c8ebac3ae7ebf59111f"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a8004t" + ]; + titles = [ + { + model = "A8004T"; + vendor = "ipTIME"; + } + ]; + }; + jcg_jhr-ac876m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-jcg_jhr-ac876m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-jcg_jhr-ac876m-squashfs-factory.bin"; + sha256 = "01a1655a0d6849f5147abd7d82739fa215d49029d10eacdfb2bf1bf5251871b8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-jcg_jhr-ac876m-squashfs-sysupgrade.bin"; + sha256 = "4ac66ecfc2edad1f6cc42afca3551d048eda732e99a802ce5fc51a4a45a424a0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-jcg_jhr-ac876m-initramfs-kernel.bin"; + sha256 = "ecdb2ed375b41b42cfba5ac62f18f2ebb0add193d641fa890c6be9643130a446"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,jhr-ac876m" + ]; + titles = [ + { + model = "JHR-AC876M"; + vendor = "JCG"; + } + ]; + }; + jcg_q20 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-jcg_q20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-jcg_q20-squashfs-factory.bin"; + sha256 = "ea1f76ad57c320d1a2c98bb68d20c685fbb01f0d5986cefdd380a73b2ffca27a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-jcg_q20-squashfs-sysupgrade.bin"; + sha256 = "407594a7b9b9f4c4d060f2ce6c787199aaa48de492ea28270337279696ad3881"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-jcg_q20-initramfs-kernel.bin"; + sha256 = "337c30d777f84fa3976789ed05f85b28da28daeae50763ba8a325f98373aa09d"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,q20" + ]; + titles = [ + { + model = "Q20"; + vendor = "JCG"; + } + ]; + }; + jcg_y2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-jcg_y2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-jcg_y2-squashfs-factory.bin"; + sha256 = "11bc23ef62e25d00ca7cfd6c5af31cfb31620dc3b96a967993e059d1ad2b7a3b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-jcg_y2-squashfs-sysupgrade.bin"; + sha256 = "f42538b312adb96ea8a2440850d466077645585aa6994f9f071dac734b115983"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-jcg_y2-initramfs-kernel.bin"; + sha256 = "4d18df4699fb74028c9f6e433eda2d64c373628cebe3088785e6740c4137cc86"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,y2" + ]; + titles = [ + { + model = "Y2"; + vendor = "JCG"; + } + ]; + }; + lenovo_newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-lenovo_newifi-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-lenovo_newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "2762cefbec5bf10a2c295cb00bac5c8f7593599cdcbc247b058a7542fa78c20b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-lenovo_newifi-d1-initramfs-kernel.bin"; + sha256 = "e8f84070bc7d66daf2aed1f38552ebbb36f6004ce93d962f0ebee7d9e010e7d6"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-d1" + "newifi-d1" + ]; + titles = [ + { + model = "D1"; + vendor = "Newifi"; + } + ]; + }; + linksys_e5600 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-mt7663-firmware-sta" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-linksys_e5600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_e5600-squashfs-factory.bin"; + sha256 = "d02dbf7b6b62a54e43fd9f2978062d2e8c6256c2fb40d46217d932c7e617c5d9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_e5600-squashfs-sysupgrade.bin"; + sha256 = "2644541ef5d607cdb41f09ccbf3ac43b358a2bb91dae6e5ed781f2b2debffa66"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_e5600-initramfs-kernel.bin"; + sha256 = "eb6b06edc00ee9e70b62237f4e2d2fc1be0dc52f367b5e24d76bc29dbf4e0531"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e5600" + ]; + titles = [ + { + model = "E5600"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-linksys_ea7300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_ea7300-v1-squashfs-factory.bin"; + sha256 = "28cbbb94712c630de7564ca6b5d15e9149694b1b1502ffed171cfebade2d3257"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_ea7300-v1-squashfs-sysupgrade.bin"; + sha256 = "ed1a77766f154fbbb6150ee4c25d3afb78d40be4e5b56af2b9b82843bb24a74a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_ea7300-v1-initramfs-kernel.bin"; + sha256 = "371fb4f61ce0bae097141c3c9727e62d87eaee6593399eb355ce8575dc4d4a87"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7300-v1" + ]; + titles = [ + { + model = "EA7300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-linksys_ea7300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_ea7300-v2-squashfs-factory.bin"; + sha256 = "d3a2a59efa9e04ac1ccb2bcbb9f26633425f6fbd2d8e054a42274aae71b1ba04"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_ea7300-v2-squashfs-sysupgrade.bin"; + sha256 = "51f77f8721ee8ce5a233415aa218583e62ee528dceb0714f3ea50001558961e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_ea7300-v2-initramfs-kernel.bin"; + sha256 = "b16654096690e8d00d05e727cc0e47517b1329a5b9858b90f928f61c3827930e"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7300-v2" + ]; + titles = [ + { + model = "EA7300"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7500-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-linksys_ea7500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_ea7500-v2-squashfs-factory.bin"; + sha256 = "b54d9458fb309c75bcc37b9c45ed7df55426ae254fd74678d9bb57661d831311"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_ea7500-v2-squashfs-sysupgrade.bin"; + sha256 = "0b84081253b756902d80350d95f3a65cdf734327553e2c1ec36e43a29e6fe094"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_ea7500-v2-initramfs-kernel.bin"; + sha256 = "51998d959170e8bb72147f64ac95b7665a2f04b7510f8643c85bbcf0e091e2f4"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7500-v2" + ]; + titles = [ + { + model = "EA7500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-linksys_ea8100-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_ea8100-v1-squashfs-factory.bin"; + sha256 = "4114aa0f57970d2864d73cb1e64881234676adbdbd6346048ee827f1ba23a2bf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_ea8100-v1-squashfs-sysupgrade.bin"; + sha256 = "0f40bad7996a8484b379fa9cae765fc556958540aaea528aef47a070cd7bda86"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_ea8100-v1-initramfs-kernel.bin"; + sha256 = "d871499f743b261781cf0e5c19f9c40bced19187e9767b65e9b1fcac4d8ae832"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8100-v1" + ]; + titles = [ + { + model = "EA8100"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_re6500 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-linksys_re6500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_re6500-squashfs-sysupgrade.bin"; + sha256 = "1e7aa4ef0a00f45e4fc3d7938ecd572629ea1e13c7a9660ef2334b1c33465967"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-linksys_re6500-initramfs-kernel.bin"; + sha256 = "0057e7198ae32daf4456c6866bac5563e5ec909c0abef324f062527201eb1a8c"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,re6500" + "re6500" + ]; + titles = [ + { + model = "RE6500"; + vendor = "Linksys"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "259909dbc1386c2bc9dcd440897b0f1fb5fb9ba7ccca1f1a9193dce05e500958"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-mediatek_ap-mt7621a-v60-initramfs-kernel.bin"; + sha256 = "ff77ef9839b9a3dd9815e99a1a7b4363efbe8979b3aa1a9338e5584e97d583c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + model = "AP-MT7621A-V60 EVB"; + vendor = "Mediatek"; + } + ]; + }; + mediatek_mt7621-eval-board = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-mediatek_mt7621-eval-board"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-mediatek_mt7621-eval-board-squashfs-sysupgrade.bin"; + sha256 = "a0b09e4e34a6c8ce7a70689b8d67cbae16fc827012652c7efe0358351b8ffa76"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-mediatek_mt7621-eval-board-initramfs-kernel.bin"; + sha256 = "f8c8ae6dc81b6fdf68e4c7284dabee044fb114f94ac5201a5568294da527cf7d"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7621-eval-board" + "mt7621" + ]; + titles = [ + { + model = "MT7621 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mikrotik_routerboard-750gr3 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-mikrotik_routerboard-750gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-mikrotik_routerboard-750gr3-squashfs-sysupgrade.bin"; + sha256 = "d112e422a49c2a6aca12b488774ec76388939d3fe6faaede689e3abf9ef6c059"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-mikrotik_routerboard-750gr3-initramfs-kernel.bin"; + sha256 = "8ea61c33a91f924596594f165f00745edfbff93aaa7ee836bc3aecf5a9293027"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-750gr3" + "mikrotik,rb750gr3" + ]; + titles = [ + { + model = "RouterBOARD 750Gr3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-760igs = { + device_packages = [ + "kmod-usb3" + "kmod-sfp" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-mikrotik_routerboard-760igs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-mikrotik_routerboard-760igs-squashfs-sysupgrade.bin"; + sha256 = "3b131cef4f918284a2235951773a79324cc5b034d9fbabd50b5ed146fe73da4d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin"; + sha256 = "6a13b6174e885b5dac77ed282cdfcd99ceb988a94cce6c35b35ef1fe8cafcc49"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-760igs" + ]; + titles = [ + { + model = "RouterBOARD 760iGS"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m11g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-mikrotik_routerboard-m11g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-mikrotik_routerboard-m11g-squashfs-sysupgrade.bin"; + sha256 = "324d945e09f160702b6541bfaea8d0a839abe9d238959edb96c294fd9b4d3fc8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-mikrotik_routerboard-m11g-initramfs-kernel.bin"; + sha256 = "2339b48889813936c8e9c7faed6d63d75173334347dc83e3e7e52cc6cd946361"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m11g" + "mikrotik,rbm11g" + ]; + titles = [ + { + model = "RouterBOARD M11G"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m33g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-mikrotik_routerboard-m33g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-mikrotik_routerboard-m33g-squashfs-sysupgrade.bin"; + sha256 = "ae950f8f62612c4bf1c985835c831042fbbbfc8d65e06f54cd60104ca06d6d71"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-mikrotik_routerboard-m33g-initramfs-kernel.bin"; + sha256 = "b84ae1bc604e357eea08a47a14bcd85e69fc5d24071734927ddbd2a67f05087a"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m33g" + "mikrotik,rbm33g" + ]; + titles = [ + { + model = "RouterBOARD M33G"; + vendor = "MikroTik"; + } + ]; + }; + mqmaker_witi = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-mqmaker_witi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-mqmaker_witi-squashfs-sysupgrade.bin"; + sha256 = "fd5f51b7ea5839519ce85bcf3b794bc29d76d617770307ea28f75cf97b8f8fac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-mqmaker_witi-initramfs-kernel.bin"; + sha256 = "afef63c7f53b5d2ee516ee1b11b6e68b07cdecf6fcdbfc4323ee166891651371"; + type = "kernel"; + } + ]; + supported_devices = [ + "mqmaker,witi" + "witi" + "mqmaker,witi-256m" + "mqmaker,witi-512m" + ]; + titles = [ + { + model = "WiTi"; + vendor = "MQmaker"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "eaae01fc662c7d8975c430fa54c38e59b6db7078e7c26b91b492d1a193230167"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-mtc_wr1201-initramfs-kernel.bin"; + sha256 = "f53a007626bf08377c3af6cb30ceca85947541263af88810eb34405dcc2636e2"; + type = "kernel"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + model = "Wireless Router WR1201"; + vendor = "MTC"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "e3f55b3f406c3766b3304e45064a16362fe8891101ec188b6efc52d5cb98df79"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "baf82c4049e1339be1aa43ed02834b13a4b3a8dbb8c2cfbf56558d9d3032ec66"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_ex6150-initramfs-kernel.bin"; + sha256 = "3812adf7f8c439f26229a6af414cb2fb796c9336ab29d2a9f3d7198f59c63535"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + model = "EX6150"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-netgear_r6220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6220-squashfs-rootfs.bin"; + sha256 = "f468e8b7a64cdb5e078ef09a17906bde8207641bb4d01233ca6a567f1fe73ca9"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6220-squashfs-factory.img"; + sha256 = "22221f4e1058af6b6279beab8d80c5b013a75bdac256d9bb02c2e7db59cf08a0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin"; + sha256 = "225b70daee81f6e0b8c136ceb4bc53cdb9dc01095e27b54d80a4cde798a6b361"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6220-squashfs-kernel.bin"; + sha256 = "7f5802c69fa2370f31984bd008922a6073b7aff83a50749c3693b7f27de43426"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6220-initramfs-kernel.bin"; + sha256 = "d3423ca188447b43bd485d6886e9c326649ffaff0656299aeb8cf7b3d184d98d"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6220" + "r6220" + ]; + titles = [ + { + model = "R6220"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6260 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-netgear_r6260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6260-squashfs-rootfs.bin"; + sha256 = "74a4aeb69bd87ed7513ddf39cc04953f84559701fc210b6c30f6ced5c899d14d"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6260-squashfs-factory.img"; + sha256 = "7e3b8a8d4ae79402b3bdcb2cf47d814f57f6ea655d0938bac5bdf3522d7373aa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin"; + sha256 = "de33feb02b04f742585285a9240bca39546278a7420f96dc374939b0fab2f8c2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6260-squashfs-kernel.bin"; + sha256 = "26b84be895828e42759c1c6f1c91c96fc1d4bd72666e5ef45d4b184852dea46a"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6260-initramfs-kernel.bin"; + sha256 = "79c8b5287451a577b2deb28818398c49a94a44e67e12dbb1057384a6b8cc8871"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6260" + ]; + titles = [ + { + model = "R6260"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "74a4aeb69bd87ed7513ddf39cc04953f84559701fc210b6c30f6ced5c899d14d"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "dd8438d5a22d15e693a4bf7fced78c81bfd50ada406ddd90855fa40553d1a93b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "514ff340192f3fa5e26c372cc2e3a1424cdabbec9d9cfbf033f8fadea68f0e7f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "b294904344fca9e5d51384d764fc5539969cb6b956a4830d94742f1e4d7ee621"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6350-initramfs-kernel.bin"; + sha256 = "6b5038555179383d30d70334f47db2676f1eae73c8dfd130c43cad4b8e25559c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + model = "R6350"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6700-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-netgear_r6700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6700-v2-squashfs-rootfs.bin"; + sha256 = "74a4aeb69bd87ed7513ddf39cc04953f84559701fc210b6c30f6ced5c899d14d"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6700-v2-squashfs-factory.img"; + sha256 = "81f0b980b0a19f41e4be0764eae4f1b84a06b64ac95307591d529c3cbafe2f69"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6700-v2-squashfs-kernel.bin"; + sha256 = "f9a57824e1d419d556955a4c33e9b1cd5c9d177b8085b4f5340e6b0281159641"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6700-v2-squashfs-sysupgrade.bin"; + sha256 = "613f2cdaf797282ff62b392119e030d1a98f2020ef9dd13fbe63e98418014dde"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6700-v2-initramfs-kernel.bin"; + sha256 = "4d77c9cf2415b5f7b19480beba9f84d6596acc1c7235cae2cb6628e678dbe0e7"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6700-v2" + ]; + titles = [ + { + model = "R6700"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2400"; + variant = "v1"; + vendor = "NETGEAR"; + } + { + model = "R7200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6800 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-netgear_r6800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6800-squashfs-rootfs.bin"; + sha256 = "74a4aeb69bd87ed7513ddf39cc04953f84559701fc210b6c30f6ced5c899d14d"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6800-squashfs-factory.img"; + sha256 = "2a0e0f17b8b0a2bf316f015e8797d2452982e30ac69196f5c829341a1ea0d3d7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6800-squashfs-sysupgrade.bin"; + sha256 = "188543263a523d10d7021af5e42e31e373af2690763988cff0df6a50ca733f82"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6800-squashfs-kernel.bin"; + sha256 = "2b5d047ee613ca3959deebf2eec5efd61719dee761486711512f158c95c6ea13"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6800-initramfs-kernel.bin"; + sha256 = "054ce9327eb9659b67612b026b592c1e0e8a8476369eef4ea8cde5e4a10d0195"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6800" + ]; + titles = [ + { + model = "R6800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6850 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-netgear_r6850"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6850-squashfs-rootfs.bin"; + sha256 = "74a4aeb69bd87ed7513ddf39cc04953f84559701fc210b6c30f6ced5c899d14d"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6850-squashfs-factory.img"; + sha256 = "c642e9eab9f4fee5f4ce039232319964813377505311cb93aed0e9a33376bfd6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6850-squashfs-sysupgrade.bin"; + sha256 = "38b1798beec404beb20ed57900c18fcf41b9d79277569092c09fcb6c48ad98c9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6850-squashfs-kernel.bin"; + sha256 = "299c404b26e9234cf9fdb7bf55567f2509859eb4361d9afeabd9be943ff21d19"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_r6850-initramfs-kernel.bin"; + sha256 = "de3a74233b99fb8f707a5e8cead81b93811e64d6efb16b087cf1c891f54d01d1"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6850" + ]; + titles = [ + { + model = "R6850"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac104 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-netgear_wac104"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_wac104-squashfs-rootfs.bin"; + sha256 = "f468e8b7a64cdb5e078ef09a17906bde8207641bb4d01233ca6a567f1fe73ca9"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_wac104-squashfs-factory.img"; + sha256 = "b6bf542ad3669a1d99d859c2137e7f866182ad1e39a434d5bb88c43b7374350e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_wac104-squashfs-sysupgrade.bin"; + sha256 = "e027e89b7db9c20870b44024d55214f2d586072fd30534c5128d73e376ed0ab2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_wac104-squashfs-kernel.bin"; + sha256 = "a9eb448bfbaf2a34821fb421aa734bf5b2a45acb6df162e76b7e967c55c009e3"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_wac104-initramfs-kernel.bin"; + sha256 = "16312e825238496ccf2d24cb5fb0389ccbcc96292bb659aee93bedd74ddbe18e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wac104" + ]; + titles = [ + { + model = "WAC104"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac124 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-netgear_wac124"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_wac124-squashfs-kernel.bin"; + sha256 = "a9fd354c9a261d2603e8dee6a53d3b25deb3efbbdb4dbb5d1df3c120ed89122f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_wac124-squashfs-rootfs.bin"; + sha256 = "74a4aeb69bd87ed7513ddf39cc04953f84559701fc210b6c30f6ced5c899d14d"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_wac124-squashfs-factory.img"; + sha256 = "3c158314bdcd1435c102833aa414709d050a653b423eb7422955fab294e0124a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_wac124-squashfs-sysupgrade.bin"; + sha256 = "ace0d51e33742113e0b290787c2046ed733f500bb896df0aa0c2f5c675eb0535"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_wac124-initramfs-kernel.bin"; + sha256 = "aefa0c2c9279dc50dd7d7f62e1a4c288ec834937a20570850c1e2d286a565be8"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wac124" + ]; + titles = [ + { + model = "WAC124"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-netgear_wndr3700-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_wndr3700-v5-squashfs-factory.img"; + sha256 = "65522fe99591c2ae82856e9c26105cb0be095cf91a5ae48af85bbe98f0aa3ce6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_wndr3700-v5-squashfs-sysupgrade.bin"; + sha256 = "ef565f6936360fbea8039654c0d3aabfcb61023c9c660ea1e2bf79a9a6b65820"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-netgear_wndr3700-v5-initramfs-kernel.bin"; + sha256 = "6e2edfcf933e0ff8856a5c1364da96ecbc81f50c7bb3386c579d2b8619bba619"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v5" + "wndr3700v5" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v5"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-netis_wf2881"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netis_wf2881-squashfs-factory.bin"; + sha256 = "7d3153807aeb5984cbb503011d73b4d3f4fb77a5cac6e6054273c5e75bf06d30"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-netis_wf2881-squashfs-sysupgrade.bin"; + sha256 = "89daababd58870dec1b47ec928c1d3f6b9243d1c0acac4ea0b3d8a477b89a08f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-netis_wf2881-initramfs-kernel.bin"; + sha256 = "312906a74b2abac0c9ecc0e1ff3c8ab77eca3161c53b78760be54fcfe5bb42d4"; + type = "kernel"; + } + ]; + supported_devices = [ + "netis,wf2881" + ]; + titles = [ + { + model = "WF2881"; + vendor = "NETIS"; + } + ]; + }; + phicomm_k2p = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-phicomm_k2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"; + sha256 = "2749aaf0adf0eef3c71554807c2be1256b4e9fca7bf84b4bcda1f7824fc496e2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-phicomm_k2p-initramfs-kernel.bin"; + sha256 = "4cbb80b41fe446c5bdc0f57b665513bdf8acea3025dabd1f0465429bb14c54e9"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2p" + "k2p" + ]; + titles = [ + { + model = "K2P"; + vendor = "Phicomm"; + } + { + model = "KE 2P"; + vendor = "Phicomm"; + } + ]; + }; + planex_vr500 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-planex_vr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-planex_vr500-squashfs-sysupgrade.bin"; + sha256 = "1d3dc7bc36b7a93400d5e744e79e0579954e635c6e9420b8b4c2f6071b115db8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-planex_vr500-initramfs-kernel.bin"; + sha256 = "c1ffc9e96ec0bc3618dd029c35b009dd3cd9fdb4bffd7c022f15e828f7e59c1d"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,vr500" + "vr500" + ]; + titles = [ + { + model = "VR500"; + vendor = "Planex"; + } + ]; + }; + samknows_whitebox-v8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-samknows_whitebox-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-samknows_whitebox-v8-squashfs-sysupgrade.bin"; + sha256 = "8106b30328f42665c9244390a1c78488adaff86d21b5c67eba5eeaa3a98d2f85"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-samknows_whitebox-v8-initramfs-kernel.bin"; + sha256 = "107416ccc69d2bcab2a6c02007245612194439455707fcf3d004284e9793db4b"; + type = "kernel"; + } + ]; + supported_devices = [ + "samknows,whitebox-v8" + "sk-wb8" + ]; + titles = [ + { + model = "Whitebox 8"; + vendor = "SamKnows"; + } + ]; + }; + sercomm_na502 = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-sercomm_na502"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-sercomm_na502-squashfs-sysupgrade.bin"; + sha256 = "a4c7e1a4e45a2d2124dfbd2bde5882c2288f299aa0365548d95f3607b6651e77"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-sercomm_na502-initramfs-kernel.bin"; + sha256 = "6370dbeae94c797603a1fb1d2c5a5c6c22ff96394dd1ce7c75f44adf49110062"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na502" + ]; + titles = [ + { + model = "NA502"; + vendor = "SERCOMM"; + } + ]; + }; + storylink_sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-storylink_sap-g3200u3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-storylink_sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "4c1b0aaca6f134c57d33511459350c89f8d55b879c9ac07848a2cea896b4b1f3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-storylink_sap-g3200u3-initramfs-kernel.bin"; + sha256 = "8884e7f59598195b80e3235f5f9200085d077492ead95c4aa7f55c4e6d126efa"; + type = "kernel"; + } + ]; + supported_devices = [ + "storylink,sap-g3200u3" + "sap-g3200u3" + ]; + titles = [ + { + model = "SAP-G3200U3"; + vendor = "STORYLiNK"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "b084ca9005f77605d64c77602416f78e04995f3e24af0a4a74235289d06367b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-telco-electronics_x1-initramfs-kernel.bin"; + sha256 = "59145a8164edcab2817b232a67561f22bcf73413118c0a7b424034feacf5c17c"; + type = "kernel"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + model = "X1"; + vendor = "Telco Electronics"; + } + ]; + }; + thunder_timecloud = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-thunder_timecloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-thunder_timecloud-squashfs-sysupgrade.bin"; + sha256 = "1f92a26e2583ec2cb69a2e6fa70b07bb5dc7e0028ab3ed04c6f3607c76faa190"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-thunder_timecloud-initramfs-kernel.bin"; + sha256 = "df68da1e9fca102a8d78177643c7e4339c85ee38869cc35ff5952bdd9c2653b7"; + type = "kernel"; + } + ]; + supported_devices = [ + "thunder,timecloud" + "timecloud" + ]; + titles = [ + { + model = "Timecloud"; + vendor = "Thunder"; + } + ]; + }; + totolink_a7000r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-totolink_a7000r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-totolink_a7000r-squashfs-sysupgrade.bin"; + sha256 = "796fe2ea931153dce51f9d47fae8da4b69d530da9986da6c7130ee17edd3b915"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-totolink_a7000r-initramfs-kernel.bin"; + sha256 = "640cd111b5a8e32ef237d88b718b79e695cddf2c287181f9f591dd5ab57822cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,a7000r" + ]; + titles = [ + { + model = "A7000R"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_x5000r = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-totolink_x5000r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-totolink_x5000r-squashfs-sysupgrade.bin"; + sha256 = "86c5e00d07117af778bbbbffc4bf76a02690eb617e4e662ecbaed37c77eb4898"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-totolink_x5000r-initramfs-kernel.bin"; + sha256 = "d1ec83587c818ec562ede84d89cd5d93a3e584b9da67ff9ceba649cf4d7e453c"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,x5000r" + ]; + titles = [ + { + model = "X5000R"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-a6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-mt7663-firmware-sta" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-tplink_archer-a6-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_archer-a6-v3-squashfs-factory.bin"; + sha256 = "505a2c86b88f40309f0421b7be077c356a8659abdd8aafb7fff472f4593cc5bd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_archer-a6-v3-squashfs-sysupgrade.bin"; + sha256 = "13a2da5f60a56fbea3f7e88841029d374ba12b91615a9b4cedc7ee3103b79af9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_archer-a6-v3-initramfs-kernel.bin"; + sha256 = "7c81c0488f7690f3f72812e514bfe59291db068272e78d35804e016579d8854b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-a6-v3" + ]; + titles = [ + { + model = "Archer A6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6u-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-tplink_archer-c6u-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_archer-c6u-v1-squashfs-factory.bin"; + sha256 = "84ecc5fafdcadbd2b02337ac6e39b8e165082b83a6f90cc45974210e034f2d49"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_archer-c6u-v1-squashfs-sysupgrade.bin"; + sha256 = "46409236b67cfb15394d58c77f89cd1b50d5d72ef36e3b73260deec1b2e9a32a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_archer-c6u-v1-initramfs-kernel.bin"; + sha256 = "37cfdcb49a683d62d6b0357d36a385945f0fa8cd0208177002a41b21500b2a29"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6u-v1" + ]; + titles = [ + { + model = "Archer C6U"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap235-wall-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-tplink_eap235-wall-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_eap235-wall-v1-squashfs-factory.bin"; + sha256 = "4479ed4f94f88a4206049096a338480c57e1d3f7526655b751b7de11d2c0af8e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_eap235-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "621f1082ff613483067c525720733ee3e301e1f228b750fe3e391e491b53d215"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_eap235-wall-v1-initramfs-kernel.bin"; + sha256 = "ed994557c84ab3dc761a5e59696a82b806c01283e87931007c41a5ba5f1dfdac"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap235-wall-v1" + ]; + titles = [ + { + model = "EAP235-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-tplink_re350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_re350-v1-squashfs-factory.bin"; + sha256 = "b651a5e4e87dfec9b3f97c631413e72ec05b10ee21694263d9211c7055e0abce"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_re350-v1-squashfs-sysupgrade.bin"; + sha256 = "dd79b613fefb483d5d310d09feb8a98253e1069985f4b616b7d1ec50d8d0196c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_re350-v1-initramfs-kernel.bin"; + sha256 = "ed4b86b2e9c95f681cf571242b37d75247a68c750b3fdae5a883b8b19add9643"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350-v1" + "re350-v1" + ]; + titles = [ + { + model = "RE350"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re500-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-tplink_re500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_re500-v1-squashfs-factory.bin"; + sha256 = "18e9b4df85eccc126d6b8d5d10ab4ca3f076ea4a27e6b70fed915bfa91c5c883"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_re500-v1-squashfs-sysupgrade.bin"; + sha256 = "251af3fd96ed9b203be9e7195e8720ccb1b945751e1803b50f205a521ddb3b42"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_re500-v1-initramfs-kernel.bin"; + sha256 = "a2ebcf55955247f004b2c8d938602e4d83ff1a308bc0ff697b34547054f703d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re500-v1" + ]; + titles = [ + { + model = "RE500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-tplink_re650-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_re650-v1-squashfs-factory.bin"; + sha256 = "73853629b4cdfd0d8c8d2ecf41c6b66ecb477b09d1c047758a6f9c0caaec955f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_re650-v1-squashfs-sysupgrade.bin"; + sha256 = "ed01eb75649aea75ed32973cf8ba06b5363bf60ca4719c462006ab9c22083bef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-tplink_re650-v1-initramfs-kernel.bin"; + sha256 = "35d6ff678c65865c476f0ab0120f4692254dae62df820ca31227bb247d5f4302"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re650-v1" + ]; + titles = [ + { + model = "RE650"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_edgerouter-x = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-ubnt_edgerouter-x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"; + sha256 = "82c68b512630d0026c1e674a16e8b8d04817754481e0a1ea411a9ea95439b816"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-ubnt_edgerouter-x-initramfs-kernel.bin"; + sha256 = "619b40ed12106e608efea79c4cbe1aafd048e73be542dacd713c8286d3c989a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x" + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + model = "EdgeRouter X"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-x-sfp = { + device_packages = [ + "-wpad-basic-wolfssl" + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-sfp" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-ubnt_edgerouter-x-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"; + sha256 = "30e606fdcdd7cf271446c4c98848355a3705dfa94372caca6e362b5e9329e522"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-ubnt_edgerouter-x-sfp-initramfs-kernel.bin"; + sha256 = "37e3ab463e3ebd74fb9b2eaaeab8017b5a31455151cd218f0674bbfe20401ad7"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x-sfp" + "ubnt-erx-sfp" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + model = "EdgeRouter X SFP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lite = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-ubnt_unifi-6-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-ubnt_unifi-6-lite-squashfs-sysupgrade.bin"; + sha256 = "cceb053f14b6ae0c46d538aa8d823b10e932f802750dfe539b61fd9aaadb16e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-ubnt_unifi-6-lite-initramfs-kernel.bin"; + sha256 = "f00f35e27bd1906cb6daf911c323283e8ba68531bc287083064aade5812f953b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lite" + ]; + titles = [ + { + model = "UniFi 6 Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-nanohd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-ubnt_unifi-nanohd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-ubnt_unifi-nanohd-squashfs-sysupgrade.bin"; + sha256 = "f12ed5b46737d10d1ff5aa8ea2324c1ad5bd3c56c650e460dcff36927a391401"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-ubnt_unifi-nanohd-initramfs-kernel.bin"; + sha256 = "4adcb41bb814a16859a242bbf0db96496fd20389481960fee53b6b656f743018"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-nanohd" + ]; + titles = [ + { + model = "UniFi nanoHD"; + vendor = "Ubiquiti"; + } + ]; + }; + unielec_u7621-01-16m = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-unielec_u7621-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-unielec_u7621-01-16m-squashfs-sysupgrade.bin"; + sha256 = "c3658f30702f52c42c2725700fbe1fe0db7af7675e050545c9421b9aafb80999"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-unielec_u7621-01-16m-initramfs-kernel.bin"; + sha256 = "8b8f209bc092c78c099435f056f350b5730a923922f7236d386fe219888f7e68"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-01-16m" + ]; + titles = [ + { + model = "U7621-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-unielec_u7621-06-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-unielec_u7621-06-16m-squashfs-sysupgrade.bin"; + sha256 = "858b28f81e4a6155f28879c26cfc6a7359a6e7de4fefed200f3b8a30337ea5d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-unielec_u7621-06-16m-initramfs-kernel.bin"; + sha256 = "af467cd618a855e48ce0d4183f2d7a03aeb7123d31efc7b208502dc33d4e0b26"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-06-16m" + "u7621-06-256M-16M" + "unielec,u7621-06-256m-16m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-64m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-unielec_u7621-06-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-unielec_u7621-06-64m-squashfs-sysupgrade.bin"; + sha256 = "39efee8afbb0e10fb3794486ce01b47b05c3ca8a6cd9293e9e18a7805cc257c2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-unielec_u7621-06-64m-initramfs-kernel.bin"; + sha256 = "2dc165abad2abb7ad2852f066a81b4360d736c72de5c9fcccd5f11fa9bcee557"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-06-64m" + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "64M"; + vendor = "UniElec"; + } + ]; + }; + wavlink_wl-wn531a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-wavlink_wl-wn531a6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-wavlink_wl-wn531a6-squashfs-sysupgrade.bin"; + sha256 = "ff3be82aae3a1f16ad1a6ee48ee710e5a9f9794bb028747246c013adb91a0a7f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-wavlink_wl-wn531a6-initramfs-kernel.bin"; + sha256 = "730a4262693473b0800190fc538f90efec549b4f852ecf1e50d625e905b601b5"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a6" + ]; + titles = [ + { + model = "WL-WN531A6"; + vendor = "Wavlink"; + } + ]; + }; + wevo_11acnas = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-wevo_11acnas"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-wevo_11acnas-squashfs-sysupgrade.bin"; + sha256 = "31eaf50480fe1315a814fef010182cd88db9428d5662a47469c9c11ee4965e41"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-wevo_11acnas-initramfs-kernel.bin"; + sha256 = "3afbb41c1853d6311041c518df33bbf4c6f350e3d00512b0bbd9ee44b645814c"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,11acnas" + "11acnas" + ]; + titles = [ + { + model = "11AC NAS Router"; + vendor = "WeVO"; + } + ]; + }; + wevo_w2914ns-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-wevo_w2914ns-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-wevo_w2914ns-v2-squashfs-sysupgrade.bin"; + sha256 = "f8c8885f0a0ac3dc89cc841e5768f5f21a0b238d1eeac67c145ae457af5cdcfe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-wevo_w2914ns-v2-initramfs-kernel.bin"; + sha256 = "fa10e5305db835a88dbe60f274fe2e671b62fdd9a226784fa21d80d41b466f29"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,w2914ns-v2" + "w2914nsv2" + ]; + titles = [ + { + model = "W2914NS"; + variant = "v2"; + vendor = "WeVO"; + } + ]; + }; + winstars_ws-wn583a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-winstars_ws-wn583a6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-winstars_ws-wn583a6-squashfs-sysupgrade.bin"; + sha256 = "f859ceb624b7aaae130b7a61d1e02442955f2c254c6395565d3f33adda7dc11c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-winstars_ws-wn583a6-initramfs-WN583A6-kernel.bin"; + sha256 = "074040662622a87fbbb7a2cd1a5a472fb546d714b93687634e44a7b61cc8fd62"; + type = "kernel"; + } + ]; + supported_devices = [ + "winstars,ws-wn583a6" + ]; + titles = [ + { + model = "WS-WN583A6"; + vendor = "Winstars"; + } + { + model = "AC2100"; + vendor = "Gemeita"; + } + ]; + }; + xiaomi_mi-router-3-pro = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-3-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-factory.bin"; + sha256 = "02c5419ba1ca37f099682d51430155db4337b1656f4e21a118fdba9e4144a36d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-sysupgrade.bin"; + sha256 = "f5df9fe9e5ba4e1f9fc97c2ca4fa923e892b97311ab8fd8e4d56d3d65257b264"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-3-pro-initramfs-kernel.bin"; + sha256 = "e77a76aff533958bd74dce8bcbceee4279b4263659c4779f1563489570a42ffb"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3-pro" + "xiaomi,mir3p" + ]; + titles = [ + { + model = "Mi Router 3 Pro"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-3g-squashfs-rootfs0.bin"; + sha256 = "ab7e393a58c1fab5c0f2a41c0e0d4b3face25d8c8a03908504c634dd35d69760"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-3g-squashfs-sysupgrade.bin"; + sha256 = "d87f9e4c8d8f0d1b1e7fd1e93fad6675e00d9641dfdde96184cd3921a6e7f4d1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-3g-squashfs-kernel1.bin"; + sha256 = "1604eb910bb526aa6c3de853fcf4d5503ac4e6c986001764cc4c1dfcd8926c44"; + type = "kernel1"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-3g-initramfs-kernel.bin"; + sha256 = "29c059d4a65ba58585bd290625b6271a5fab1dda6004c683ad119fb3b35bc045"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g" + "R3G" + "mir3g" + "xiaomi,mir3g" + ]; + titles = [ + { + model = "Mi Router 3G"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-3g-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-3g-v2-squashfs-sysupgrade.bin"; + sha256 = "a0d0680c5e8fb6ef4fdd4c7c866de5b6d4f00f8d27e61be1bbf1c376258b4539"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-3g-v2-initramfs-kernel.bin"; + sha256 = "0b25e723e6e99f3fd9c71fa142f283b3ab499de2b1bd7d263e0ad1b8f83b8afd"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g-v2" + "xiaomi,mir3g-v2" + ]; + titles = [ + { + model = "Mi Router 3G"; + variant = "v2"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-4-squashfs-rootfs0.bin"; + sha256 = "7b6fccaa6f0cdae46e86da26466045acea610ab083f045c09512bb5fca015bc7"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-4-squashfs-sysupgrade.bin"; + sha256 = "4d12bdd208b8483e54f5715a8f876aa2e6b61c8466d148f6a0d644f4c9f5a9af"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-4-squashfs-kernel1.bin"; + sha256 = "d98fd595db97454bcae913d15ca5d70055fbb506c5a7283c078982cea1ed0e65"; + type = "kernel1"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-4-initramfs-kernel.bin"; + sha256 = "93f525bc440be9e44a129d39e5f102316e701f1beb5e37269490a0cc7ba960fb"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4" + ]; + titles = [ + { + model = "Mi Router 4"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-gigabit = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-4a-gigabit"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin"; + sha256 = "71f031952c83fee2d2afaef418908264fd1fdb1e62b08c95635dbf0f1c7f6644"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-4a-gigabit-initramfs-kernel.bin"; + sha256 = "0c5ba634c2dc58f01cd2f58b9f0ea6342f9710af46a29704c40bb8ae6b00ed10"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-gigabit" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "Gigabit Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-ac2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "fedc2c8ebb55eb1043cd4ef20924c4d95e36c5e32124f5a71d798bb88f4e40f1"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "aefb6386f8f3b58d72c5138924bbda9365e0ed7934f3563e8a3c249576e496e0"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "b22083a3bf8147e89fee7c54fa23777502ed8306762c95b38c4990da74c86d26"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_mi-router-ac2100-initramfs-kernel.bin"; + sha256 = "706a3590a49a7508bd951fb13155bf7e5b53520b20727b149f21b8a964f06d19"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-ac2100" + ]; + titles = [ + { + model = "Mi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-xiaomi_redmi-router-ac2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "fedc2c8ebb55eb1043cd4ef20924c4d95e36c5e32124f5a71d798bb88f4e40f1"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "8bb46e8e1c0885166ecd9eb972aa2d0211b960f7552f41d2119ffc6da020b4ba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "bc6b454e6af0678d618a210eac89d08c2ade42ddc8e8c31c7f26482b96c60aea"; + type = "kernel1"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaomi_redmi-router-ac2100-initramfs-kernel.bin"; + sha256 = "d5960cbb4ab34da91dc8b50281b4e9b420d1f47299c4d80e7e751a9e117adba2"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ac2100" + ]; + titles = [ + { + model = "Redmi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaoyu_xy-c5 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-xiaoyu_xy-c5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaoyu_xy-c5-squashfs-sysupgrade.bin"; + sha256 = "07529b4be816c65267e454764b662b8a5ab4e2af5b9399848545d8b62cf96f2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-xiaoyu_xy-c5-initramfs-kernel.bin"; + sha256 = "36e93a45308bda909bcf2b5cd0ea0b3a83fcd54733bc0ed3186f00204c0faf49"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaoyu,xy-c5" + ]; + titles = [ + { + model = "XY-C5"; + vendor = "XiaoYu"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "b35fde05d4003c948bd7b527c670ace9606533ec3a69903e7a793738d9dc5845"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-xzwifi_creativebox-v1-initramfs-kernel.bin"; + sha256 = "dcf9434ebcb9cf864eeb451b113fbacb7484f0ec8e81805f47383259ba0a9a7b"; + type = "kernel"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + model = "v1"; + vendor = "CreativeBox"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "c4824b4b341e2718df49923abe3dc4017941799a3b67ff271ad5f427637aa9a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-youhua_wr1200js-initramfs-kernel.bin"; + sha256 = "780cbe28e991f3c7c3dc0ea0f8bd8407ef41e223caecb0bffd71d42243ad1678"; + type = "kernel"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + model = "WR1200JS"; + vendor = "YouHua"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "1063780c3044a51adcd5e541edb7f2c056a5abd59a633f8af57a8c55d6dbdfd6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-youku_yk-l2-initramfs-kernel.bin"; + sha256 = "7a5c8ad90cadaf9639efbe6f6ffa25949211352a805e7b33e43866899475227a"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + model = "YK-L2"; + vendor = "Youku"; + } + ]; + }; + zbtlink_zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-zbtlink_zbt-we1326"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-zbtlink_zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "97f5947e959b96614a89717af67c82159c5d1de256e8177c08bbe0aa128895a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-zbtlink_zbt-we1326-initramfs-kernel.bin"; + sha256 = "41c7d14465435a9f5784840793589e17f6bc9c111e6a5986bdf0c94cdd5289ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1326" + "zbt-we1326" + ]; + titles = [ + { + model = "ZBT-WE1326"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "c62bcd43c68616f3c3bbcd5bb4d6b1cdb606267ee6892a53d9983eeb83c22850"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-zbtlink_zbt-we3526-initramfs-kernel.bin"; + sha256 = "99be5a3dec3b23f52950a9bf8b6ca77d45cea13d1fb4a0a5dd7a30c1f4976950"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + model = "ZBT-WE3526"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg2626 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-zbtlink_zbt-wg2626"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-zbtlink_zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "47412fc2cf60fdc36bbf6608f09b6a6d205a347d6473be3a6ce5701c5ebfe8ec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-zbtlink_zbt-wg2626-initramfs-kernel.bin"; + sha256 = "98f84bf392d1ac96becf581a399f5432849023af209ae036cd5c8ec1969476c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg2626" + "zbt-wg2626" + ]; + titles = [ + { + model = "ZBT-WG2626"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-zbtlink_zbt-wg3526-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-zbtlink_zbt-wg3526-16m-squashfs-sysupgrade.bin"; + sha256 = "f485abc53014c5d740b41aee9ef4914df6dae914dac00c0d3c0decccd3651ea1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-zbtlink_zbt-wg3526-16m-initramfs-kernel.bin"; + sha256 = "7467da2d2b74ef027b6d88b9df999ac80995a086f6e52483816780066bf0949a"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-16m" + "zbt-wg3526" + "zbt-wg3526-16M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-32m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-zbtlink_zbt-wg3526-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-zbtlink_zbt-wg3526-32m-squashfs-sysupgrade.bin"; + sha256 = "c81967744874cb35eb11d846630eeadb07029d21162f09782fd5a7831743090e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-zbtlink_zbt-wg3526-32m-initramfs-kernel.bin"; + sha256 = "9ee71a998a049ed0bea863cd37191bdd859dc3b01dcb36c53e1a9d577840e943"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-32m" + "ac1200pro" + "zbt-wg3526-32M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zio_freezio = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-zio_freezio"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-zio_freezio-squashfs-sysupgrade.bin"; + sha256 = "2c871600f9f0808d892fcd64c14b843f0e55ea9d2dd2186c458560ec70466dba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-zio_freezio-initramfs-kernel.bin"; + sha256 = "436d42a1968601e612d96009ee5c7f29a4ce82a33c418c1e1e527900865862a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "zio,freezio" + ]; + titles = [ + { + model = "FREEZIO"; + vendor = "ZIO"; + } + ]; + }; + zyxel_nr7101 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "uboot-envtools" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-zyxel_nr7101"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-zyxel_nr7101-squashfs-sysupgrade.bin"; + sha256 = "0a478e91cfcdc3607bac2ed85a14950c128136d23ef7ce8ec5122782af7ffa8b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-zyxel_nr7101-initramfs-recovery.bin"; + sha256 = "902df080a9d07b58e08c86ef83ca6f919661e562d501384e77ed93c1b9d311ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nr7101" + ]; + titles = [ + { + model = "NR7101"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wap6805 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7621-qtn-rgmii" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt7621-zyxel_wap6805"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt7621-zyxel_wap6805-squashfs-sysupgrade.bin"; + sha256 = "6fad4352cb70b18bee20a4f243b52dcb917d3496a6b0b371db9c5cc28c3c5116"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt7621-zyxel_wap6805-initramfs-kernel.bin"; + sha256 = "e6bd3410fde5e0f9161484e960abb3e0dccb01fdbb6b12419b3e485103f7973f"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,wap6805" + ]; + titles = [ + { + model = "WAP6805"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "ramips/mt7621"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-mt7603" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "68b274bd31d2b4492bbaa936ccccfc9cb0a9d46e4b1c03f61ef399089b1e2816"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-alfa-network_awusfree1-initramfs-kernel.bin"; + sha256 = "340715d10ec973f876e790908cb624a0838f7b2a106dc2c896161ba4120d8dbb"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + "awusfree1" + ]; + titles = [ + { + model = "AWUSFREE1"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rt-n10p-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-asus_rt-n10p-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-asus_rt-n10p-v3-squashfs-sysupgrade.bin"; + sha256 = "066d122ba24561228495850cffafbaf6c612297cb36bb738ae2e93be4e60bef0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-asus_rt-n10p-v3-initramfs-kernel.bin"; + sha256 = "b4c20b8ddca36e0e6cf9eb7ffc07195f4920a798e96f3652258f1310d89ef97d"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v3" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "V3"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n11p-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-asus_rt-n11p-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-asus_rt-n11p-b1-squashfs-sysupgrade.bin"; + sha256 = "42c58b41ddca513c04a39e6ef5ab956dc9c65e8f11aeb06e2f3a2d40845a2b4c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-asus_rt-n11p-b1-initramfs-kernel.bin"; + sha256 = "e18402739161c8f441eec29158cea9ba979a0e6d836791a9690613911a90b252"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n11p-b1" + ]; + titles = [ + { + model = "RT-N11P"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12-vp-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-asus_rt-n12-vp-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-asus_rt-n12-vp-b1-squashfs-sysupgrade.bin"; + sha256 = "4c2a9cf8f0e0203dc10c0dc3ac32a48c58a5d221b827f1251a15751a386b3bb9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-asus_rt-n12-vp-b1-initramfs-kernel.bin"; + sha256 = "9890775e71140df25af33039bb642597fc3947b16f6eb469e80e1a5fabffb784"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n12-vp-b1" + ]; + titles = [ + { + model = "RT-N12 VP"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + buffalo_wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-buffalo_wcr-1166ds"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-factory.bin"; + sha256 = "2585422413a1eb0808797bddce3709e339aed332aec0757fa28405c722c0759d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "eb4ff09facf8d7b0010d6512276205ade6ee20241727f9e54f2ebb4e0f472a4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-buffalo_wcr-1166ds-initramfs-kernel.bin"; + sha256 = "e00eaeaceeaa3bca78e779bf7e9036c09c51a8d10be6574e66f6ea4e202d9934"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wcr-1166ds" + "wcr-1166ds" + ]; + titles = [ + { + model = "WCR-1166DS"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "83f14502b169bb648d1ec2798cdd8f9c162713956338f03f9d6f772ee92b55aa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "07524d54bd6314c74d53fcc66bd43217e683c404976f2ba090e5e6f20f60b6a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-cudy_wr1000-initramfs-kernel.bin"; + sha256 = "e32659defb57c7355a4a459b1efd967cf4574df291eab72dea4166bdb11aa547"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + model = "WR1000"; + vendor = "Cudy"; + } + ]; + }; + d-team_pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-d-team_pbr-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-d-team_pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "f7f9cce1e0f1483b091a48b6de7f48eccc940f8096f9cad1f91c27f7d70238a5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-d-team_pbr-d1-initramfs-kernel.bin"; + sha256 = "3fc8d580f46e1159268e0f8c82bbcade9a54e06d4fb67bc91d27166e0275343a"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,pbr-d1" + "pbr-d1" + ]; + titles = [ + { + model = "PBR-D1"; + vendor = "PandoraBox"; + } + ]; + }; + duzun_dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-duzun_dm06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-duzun_dm06-squashfs-sysupgrade.bin"; + sha256 = "82abda12733c347431783d1e357fba94aea4943bd13f2f81a463a3cbc5cf6ce4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-duzun_dm06-initramfs-kernel.bin"; + sha256 = "4f1a8cac8f02d007d52202952ebe2007f7207128a5170333deb9653d7500322a"; + type = "kernel"; + } + ]; + supported_devices = [ + "duzun,dm06" + "duzun-dm06" + ]; + titles = [ + { + model = "DM06"; + vendor = "DuZun"; + } + ]; + }; + elecom_wrc-1167fs = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-elecom_wrc-1167fs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-elecom_wrc-1167fs-squashfs-factory.bin"; + sha256 = "08501377b5fb5d359f8c4c2622a12263e955a9d67887feacee5f8c26daa77ef4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-elecom_wrc-1167fs-squashfs-sysupgrade.bin"; + sha256 = "bce103369a3fb0bedf78a6edcc054f9f3f6676730a92bad6961939115f653257"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-elecom_wrc-1167fs-initramfs-kernel.bin"; + sha256 = "2e2575b1a617100e789e3128ab782947785b6c7b14c71140e7c1fefbf62d6283"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167fs" + ]; + titles = [ + { + model = "WRC-1167FS"; + vendor = "ELECOM"; + } + ]; + }; + glinet_gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-glinet_gl-mt300n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "9ff783e8aa824cc5caeff0e5ea6c4aaeff9cf90a4e8f14b7912b77bbbbdffb1d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-glinet_gl-mt300n-v2-initramfs-kernel.bin"; + sha256 = "b2731e1d7fc5163ae66ec393f41e0d093f1b26e2296012b7d93cc45c685affe2"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n-v2" + "gl-mt300n-v2" + ]; + titles = [ + { + model = "GL-MT300N"; + variant = "V2"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_microuter-n300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-glinet_microuter-n300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-glinet_microuter-n300-squashfs-sysupgrade.bin"; + sha256 = "a5a8e42164ae313b8b64de17ad26cc61b0415f9de588192aa59c2a3fd11774b4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-glinet_microuter-n300-initramfs-kernel.bin"; + sha256 = "eb6dfe6054733c557d0f942bdfd9e274c83caa52210c23bd3adc7b55d67b2e04"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,microuter-n300" + "microuter-n300" + ]; + titles = [ + { + model = "microuter-N300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "6c47edd30ba72a36889480dec281d8d38a20668b00cd99db5a235e41eb161a23"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-glinet_vixmini-initramfs-kernel.bin"; + sha256 = "a65809a265a2089772728fd52eee4bd6ea173eee2d4c4720a7d06c61efeceb4a"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + model = "VIXMINI"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_wifi-pineapple-mk7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-hak5_wifi-pineapple-mk7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-hak5_wifi-pineapple-mk7-squashfs-sysupgrade.bin"; + sha256 = "b14e1eba7615736d21c7b787ac9770de3964668610c64b7a6ec53a56890226fd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-hak5_wifi-pineapple-mk7-initramfs-kernel.bin"; + sha256 = "65f705231ba65d75a95d204adc3a00144350a810444c148ca0277068e285ba95"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-mk7" + "wifi-pineapple-mk7" + ]; + titles = [ + { + model = "WiFi Pineapple Mark 7"; + vendor = "Hak5"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "914b0a2b3d84198cd0c6cd53e8a8554b1fa4f74ffc5119ed92c02a310d7c0d9f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-hilink_hlk-7628n-initramfs-kernel.bin"; + sha256 = "6370730059fd7db2bf4cac7fa592d2c651a39392e83cdfbd1e5fe84614a4e8f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + model = "HLK-7628N"; + vendor = "HILINK"; + } + ]; + }; + hilink_hlk-7688a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-hilink_hlk-7688a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-hilink_hlk-7688a-squashfs-sysupgrade.bin"; + sha256 = "f6ae2cccf5dbe004db24da0b4a6cb3b55477877e7dc8356ea74b1d01cf8a864d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-hilink_hlk-7688a-initramfs-kernel.bin"; + sha256 = "677fccc4d647e4fe4c7daf9265db143f5d06db60103d7f37355d70a7f67b80e5"; + type = "kernel"; + } + ]; + supported_devices = [ + "hilink,hlk-7688a" + ]; + titles = [ + { + model = "HLK-7688A"; + vendor = "Hi-Link"; + } + ]; + }; + hiwifi_hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-hiwifi_hc5661a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-hiwifi_hc5661a-squashfs-sysupgrade.bin"; + sha256 = "efe74c3317e615685f84156b03caaaad88615aa732241ee227ec016e40202763"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-hiwifi_hc5661a-initramfs-kernel.bin"; + sha256 = "a9b79a0d6928a716a84758330d54efdcbb2debd455a959b426bdc2a904d8aa5e"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5661a" + "hc5661a" + ]; + titles = [ + { + model = "HC5661A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761a = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-hiwifi_hc5761a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-hiwifi_hc5761a-squashfs-sysupgrade.bin"; + sha256 = "153238c212eb6e89fba971a899179b0e8a19f624f8c393fb9e563cc41ba45c6b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-hiwifi_hc5761a-initramfs-kernel.bin"; + sha256 = "b0a3e4c0a65105d69072273d6ea21d02a77e7cb92a6d7a14ffd3cacb2eeca601"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5761a" + ]; + titles = [ + { + model = "HC5761A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "87e575d2c9ff0d23ad3a1aab8cb2f3553ef439c9a6c958dc2b08d067378b2f66"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-hiwifi_hc5861b-initramfs-kernel.bin"; + sha256 = "443f746e3377b4a9e1928defe8f1a7c2684900d2851a212763e6f38771e2bb3a"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + model = "HC5861B"; + vendor = "HiWiFi"; + } + ]; + }; + iptime_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-iptime_a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-iptime_a3-squashfs-sysupgrade.bin"; + sha256 = "9d6036e30f815194ac891da322135a3c9b8b42a25111a940584fea31ac59ad6a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-iptime_a3-initramfs-kernel.bin"; + sha256 = "78d30f9e7847997d019a08926fa36c9c926bc58f149603b93f3d9ea9b8e87390"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a604m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-iptime_a604m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-iptime_a604m-squashfs-sysupgrade.bin"; + sha256 = "e6846591b91d48d758f7c2b31d6d041e70e11d8749bcb3e60871aa086458aea1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-iptime_a604m-initramfs-kernel.bin"; + sha256 = "7961927c74244f13505b5b56ff70b0d33903a02221182facd0b05bee7617ea75"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a604m" + ]; + titles = [ + { + model = "A604M"; + vendor = "ipTIME"; + } + ]; + }; + jotale_js76x8-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-jotale_js76x8-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-jotale_js76x8-16m-squashfs-sysupgrade.bin"; + sha256 = "d995fa341f84274aecb582e43231ad2ae71da98b410be6635331a39953f8b073"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-jotale_js76x8-16m-initramfs-kernel.bin"; + sha256 = "3ef391ab4440ca115871881408ab6c12ab854a289731c9ed07c5f1a3410e0863"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-16m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "16M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-jotale_js76x8-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-jotale_js76x8-32m-squashfs-sysupgrade.bin"; + sha256 = "d6d0b74f220b7c31edf2eddbc3ed0f50e4e87ec310c3f0d8cc0b64f350ce0315"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-jotale_js76x8-32m-initramfs-kernel.bin"; + sha256 = "3b15fff45768f34ef8c7bd84364a9dbb13b588482fe69505dbeea550212836bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-32m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "32M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-jotale_js76x8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-jotale_js76x8-8m-squashfs-sysupgrade.bin"; + sha256 = "5d340bc61aad80666201ec143cf47e2135d07fe2b70aa923a4a782631134cfd5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-jotale_js76x8-8m-initramfs-kernel.bin"; + sha256 = "0e42c9cef35270e3afabd8e778f6f7deff78410c525f6add955b874eeee15bdf"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-8m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "8M"; + vendor = "Jotale"; + } + ]; + }; + mediatek_linkit-smart-7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-mediatek_linkit-smart-7688"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-mediatek_linkit-smart-7688-squashfs-sysupgrade.bin"; + sha256 = "7cc1c348ef7b5576b34200c71cfb9fe2aecc8f9e9feea841abd0a3a553e84515"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-mediatek_linkit-smart-7688-initramfs-kernel.bin"; + sha256 = "b6025abbfe7f4dd91adcf9bc9c131ca9bbb2b3a38a6d5033d7fb9a3654712746"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,linkit-smart-7688" + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + model = "LinkIt Smart 7688"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7628an-eval-board = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-mediatek_mt7628an-eval-board"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-mediatek_mt7628an-eval-board-squashfs-sysupgrade.bin"; + sha256 = "1f10e9355d887d40a44fbad83a8c1ab59c00e5a541e1fb28f26573ce941b2663"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-mediatek_mt7628an-eval-board-initramfs-kernel.bin"; + sha256 = "18a715c7976b868f65a3373de869c0288c5d15e03e2258a6c2618277cd7ff2a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7628an-eval-board" + "mt7628" + ]; + titles = [ + { + model = "MT7628 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercury_mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-mercury_mac1200r-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-mercury_mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "f8f716f7567149cc86b91c645ff7339f7c1f75192553c5911b02bf7c05063102"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-mercury_mac1200r-v2-initramfs-kernel.bin"; + sha256 = "4dbaddea4469ce6592c3a8b3abff40e8414b1ee0df31408dc528b4089ba9423a"; + type = "kernel"; + } + ]; + supported_devices = [ + "mercury,mac1200r-v2" + "mac1200rv2" + ]; + titles = [ + { + model = "MAC1200R"; + variant = "v2.0"; + vendor = "Mercury"; + } + ]; + }; + minew_g1-c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-cp210x" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-minew_g1-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-minew_g1-c-squashfs-sysupgrade.bin"; + sha256 = "9a4421a6804b89c00712f1115d625b500a0147fd32b8884dbbf7dfdd5d1aabd8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-minew_g1-c-initramfs-kernel.bin"; + sha256 = "2c23555c67df33e474e9f1c64d49aa5ad3d6f4346063b2ea4bc2d884f4666d24"; + type = "kernel"; + } + ]; + supported_devices = [ + "minew,g1-c" + "minew-g1c" + ]; + titles = [ + { + model = "G1-C"; + vendor = "Minew"; + } + ]; + }; + netgear_r6020 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-netgear_r6020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-netgear_r6020-squashfs-factory.img"; + sha256 = "aaa624e29bd22b2f6f589164dea1beb7525c3b600f8699f8a04ff09eefff69c0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-netgear_r6020-squashfs-sysupgrade.bin"; + sha256 = "089a570edca654764e19fae023d56b2b6eb7e4a456010ecf494b6eb3ce8c880d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-netgear_r6020-initramfs-kernel.bin"; + sha256 = "90ab2e06151446ff20b506c4905c05f56cfbe3931b2b546eefd219cb13ba5871"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6020" + ]; + titles = [ + { + model = "R6020"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6080 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-netgear_r6080"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-netgear_r6080-squashfs-factory.img"; + sha256 = "75bca627058d504609f1ed8377484f6fc01a38c080e6c9b3c70a9f1ca382bafd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-netgear_r6080-squashfs-sysupgrade.bin"; + sha256 = "93d7b625f96abdc098d36401001de3fac035f52d5f0b7d362e08284d64e9a57d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-netgear_r6080-initramfs-kernel.bin"; + sha256 = "a0b58c93d29d9f8aad659deb0f243a927f1b5906abe9ee458c01208c24daec38"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6080" + ]; + titles = [ + { + model = "R6080"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "be10c50ccca6bb78ceb486648e2bf964c22977c2daf843bab9e3c779f5b4547d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "ff09709120a809ddd1bbd473955746efb023e1ccb668fd3297cf1b56df6d1dd1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-netgear_r6120-initramfs-kernel.bin"; + sha256 = "f6fae417e2fa60396133c8159304a4eacc5f0f2754f4b0ba3bf4c0d2a656a34d"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + model = "R6120"; + vendor = "NETGEAR"; + } + ]; + }; + onion_omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-onion_omega2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-onion_omega2-squashfs-sysupgrade.bin"; + sha256 = "607300ec5d96ead6214d07465d4add7eeb554afb8925d4d48f769e89aae96a8e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-onion_omega2-initramfs-kernel.bin"; + sha256 = "bc79bcb2a07de978365cd7551c3245abbf11fc21027af72b5450c58564cb7e1e"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega2" + "omega2" + ]; + titles = [ + { + model = "Omega2"; + vendor = "Onion"; + } + ]; + }; + onion_omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-onion_omega2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-onion_omega2p-squashfs-sysupgrade.bin"; + sha256 = "6fdc664e397f1f969d3bd8a7c66d15ab3ef3434b97901cda174ac4480934c262"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-onion_omega2p-initramfs-kernel.bin"; + sha256 = "bb75d52e1aeaac77393c9ad5243507108b301fb7373eec8a4ecc155fe100e175"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega2p" + "omega2p" + ]; + titles = [ + { + model = "Omega2+"; + vendor = "Onion"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "c788996f0c0688f6898a8f81f21a4c4c444e7aef5996a3569c21a9569fbf0160"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-rakwireless_rak633-initramfs-kernel.bin"; + sha256 = "81cf292e29a8e4935e5a8654068bfa4cc22731824f543aab5b0e39728567a081"; + type = "kernel"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + model = "RAK633"; + vendor = "Rakwireless"; + } + ]; + }; + ravpower_rp-wd009 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-i2c-mt7628" + "ravpower-mcu" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-ravpower_rp-wd009"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-ravpower_rp-wd009-squashfs-factory.bin"; + sha256 = "18fb606713dba1a0ce13c6e54b9c9e94c7d7ba17ecae41681e02652e7da75787"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-ravpower_rp-wd009-squashfs-sysupgrade.bin"; + sha256 = "1fa8f73d363f050d34671e5a0038737f955f5ca60b95946f0d9f8eea4a99c9aa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-ravpower_rp-wd009-initramfs-kernel.bin"; + sha256 = "5a3d2e95c9b5f567e5312871d3c8f11db667865c52bf82cf2f9a2580e5e87502"; + type = "kernel"; + } + ]; + supported_devices = [ + "ravpower,rp-wd009" + ]; + titles = [ + { + model = "RP-WD009"; + vendor = "RAVPower"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "6fe1d2532546388823441ed2f596728d69940445f09b4fde52ab2caf4c1f9a95"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-skylab_skw92a-initramfs-kernel.bin"; + sha256 = "77c6db941ae89f88ab579c38886019da3ae747a157e8242ee2990adac80666aa"; + type = "kernel"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + model = "SKW92A"; + vendor = "Skylab"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "fc0eb88c1c3b0291720e432eb2b2e92580665eada07cfda6bc01b8b06cb365f8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tama_w06-initramfs-kernel.bin"; + sha256 = "79c1dfbe87254beb6586b7190da109da29989c5cf7465de438eed1dd69bc9b34"; + type = "kernel"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + model = "W06"; + vendor = "Tama"; + } + ]; + }; + totolink_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-totolink_a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-totolink_a3-squashfs-sysupgrade.bin"; + sha256 = "f4e7352ddb2517abfe5f9eb17aedbaa3631c47c7c9eb532493382a8be7422a69"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-totolink_a3-initramfs-kernel.bin"; + sha256 = "ef58ee0b6107b15c729930982582de9c3fe0a4da4acff9edffb87f4cba4472ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "10f77350ae4734dd8c56d92065ad89b6a48842b858e86a5a1f65c0e8e47af5c2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-totolink_lr1200-initramfs-kernel.bin"; + sha256 = "fdebaadd2d653caf7df6926b69284df54c406508c8338c87e79dbb9f9e1db8da"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + model = "LR1200"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_archer-c20-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_archer-c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "d9e62c6d0e8c4bc6fb2bcd5c17759772e0dfbf00cf8dd8b9c2a4a60e2597f12b"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_archer-c20-v4-squashfs-sysupgrade.bin"; + sha256 = "d4516b6c032583aabe091591bd4d0bc3d9f684da553e41c9e90b567525ae465a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_archer-c20-v4-initramfs-kernel.bin"; + sha256 = "1dc5c7051fcc163e145e8a84516da59599dd55cfdaf60fa10ab2fae9bec2f8bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v4" + "tplink,c20-v4" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v5 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_archer-c20-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_archer-c20-v5-squashfs-sysupgrade.bin"; + sha256 = "9808eb87071056b71e1c32c526ba399a3e1dedced82e7785b1f57653f1e8d3eb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_archer-c20-v5-initramfs-kernel.bin"; + sha256 = "836d7fc3bb77fd6d6fe67c34d0c1314a5bc355eeba914e638d3130d5dbda4f79"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v5" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_archer-c50-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_archer-c50-v3-squashfs-sysupgrade.bin"; + sha256 = "76bd7ff9c447a7a8f6e9a1167113e75bc2139c475e1e3f1f0482a68a1cd14e48"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_archer-c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "9a98d3be23cde31cb32d96a7b0870e7797121526c70dc72e63e7ad454ab89c74"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_archer-c50-v3-initramfs-kernel.bin"; + sha256 = "709d9a339f6d394707d0add6d06bf22763fbccea27f0d09042e6b6f4b04653a1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v3" + "tplink,c50-v3" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_archer-c50-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_archer-c50-v4-squashfs-sysupgrade.bin"; + sha256 = "9c2d047768600c8c41d576f688e1071ae4ac7fe3a1a7e3b3617204d4696b7b3f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_archer-c50-v4-initramfs-kernel.bin"; + sha256 = "915de9864ff1b4ddb95ed3e909d03ba27ddf981cc38ac550bc98a0f227f06700"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v4" + "tplink,c50-v4" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_re200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_re200-v2-squashfs-sysupgrade.bin"; + sha256 = "e171e5ba71a7cc3b335e8fc3f518acbd2295919a4df85f584771dd0de7e809cb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_re200-v2-squashfs-factory.bin"; + sha256 = "90291071aec4d8254dd90b2e9e76016b1185558650e85b95f5586d55d575c872"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_re200-v2-initramfs-kernel.bin"; + sha256 = "a0c1f0654afec21d9b2ad62e6f47bd90d939c0635c687252f78512585718fe96"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v2" + ]; + titles = [ + { + model = "RE200"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v3 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_re200-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_re200-v3-squashfs-sysupgrade.bin"; + sha256 = "c9d780d1e4d8c3d53bffeec075a4af55b35ecdf104d10136af08f902092fd9ec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_re200-v3-squashfs-factory.bin"; + sha256 = "0069213ce56d0da0f49c3408dc1261a52022c91eb7822c90b6fae679034d1b75"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_re200-v3-initramfs-kernel.bin"; + sha256 = "cef06c1fd624c81995db3525a192d89efc5c2e05ff506b0c5310e0600c92f8cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v3" + ]; + titles = [ + { + model = "RE200"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_re200-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_re200-v4-squashfs-factory.bin"; + sha256 = "c43a1832419a4640cf488afe85aafdb00742d7f518c29096387c6de72f47c57d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_re200-v4-squashfs-sysupgrade.bin"; + sha256 = "26f578fbbb1ad93af6a0c995f9f1c71e126c0ba3ba91301a816d923f5620bbab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_re200-v4-initramfs-kernel.bin"; + sha256 = "20213c63d9c0919d0440c30f1d3d8f115046114ea732407a4063fb64d21f8cd0"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v4" + ]; + titles = [ + { + model = "RE200"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re220-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_re220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_re220-v2-squashfs-factory.bin"; + sha256 = "2e33e8bc3b9771dfd1382406fc58bb98bfe697563ff2233125fae7609b29f418"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_re220-v2-squashfs-sysupgrade.bin"; + sha256 = "4a2cdeed8a5e2e07a858010f604d7083c0eb8d574feac235f3b231c473633fef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_re220-v2-initramfs-kernel.bin"; + sha256 = "47d879dbd792e0ecaa83ef2a438d69deba0b6da5da8a0f374cd294424631bc17"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re220-v2" + ]; + titles = [ + { + model = "RE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_re305-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_re305-v1-squashfs-factory.bin"; + sha256 = "c59fb3777d818bcf281e6df7e5ed90f264b1df69353185c6fea8f3181a4acd86"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_re305-v1-squashfs-sysupgrade.bin"; + sha256 = "eeb572620ebafe4dbccef1ae11c9b262bf5bfc54d39862734700563acd465c3e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_re305-v1-initramfs-kernel.bin"; + sha256 = "6702b0d2e79a71239fd5a996c55fa496206a65ad140f451a10e108c4886f35f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re305-v1" + ]; + titles = [ + { + model = "RE305"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "38b4d2e0bbece6e3729bc44fdd5d5ba4f4c25f5d148dc20b62028195278575c8"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "5b905364f5b2670c018f005f1f3ba811767dbc3af8a309929beeecb7a5f2958f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-mr3020-v3-initramfs-kernel.bin"; + sha256 = "1ae394f06ceae6fb4c2954127d8bf387bb3cc33daa91d3b4d328aaa8b225eda9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + model = "TL-MR3020"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "20dedb387415ba601304bb4921a22390b86a4cedadbb36f09ddbd85ac2b260b0"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "61ce1f5e5f690a6742b15c3336603f8e8b2a32efc202bf6bf4412433d1b28772"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-mr3420-v5-initramfs-kernel.bin"; + sha256 = "6a2279ae767766e42e9d174330e54314041ed1f99b2ec6613b4fa0b8df9a71c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + model = "TL-MR3420"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-mr6400-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-tftp-recovery.bin"; + sha256 = "d6461efe6cba02ebb5d0963ea731261b82a6ec44a7a1a2e96bc4adb84de0d88b"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-sysupgrade.bin"; + sha256 = "301d2a07296598d86bffb1990e10a24a83ce2ef039e045665cf830a808236c33"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-mr6400-v4-initramfs-kernel.bin"; + sha256 = "eb622cd87fd33317c0151faa898870fb5ce4bebac58fb3931576f043fe4e640b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v4" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-mr6400-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-tftp-recovery.bin"; + sha256 = "068f456d1957eabfb1c9a02908f0372a6dbefe60ec7b3c8d2f92730ea4a21013"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-sysupgrade.bin"; + sha256 = "3f657b3b5b7279dfd62f3949f13b4634fb2673f02ea75c097c6514c95208ccf1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-mr6400-v5-initramfs-kernel.bin"; + sha256 = "b41b824fcef4b82db09220dbcbc413efa0b757a010273cc9eecf7f757c060142"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v5" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "75e2f44f4f0df50ce1c73c395bb95da99493ebb43437c37057401cc8c8160183"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "66bb6abfb9b504b4fc0b0bf0454c98f9b8fe36bc9dd53ee3b62b090fe67a5025"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wa801nd-v5-initramfs-kernel.bin"; + sha256 = "a7f0f7612a1bbd88bc4ec8dab2dc40cd4a087dabc38cd9610c3c2bcb905002d9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + model = "TL-WA801ND"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "6ff07b2d94e23171986fbd566affa3ec0df04b28208ccda5d75ad2c8d3954da6"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "e324ab5fe822888f14f32e945cb234431ffae0a6461c2d0b57cb8650d786f8fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr802n-v4-initramfs-kernel.bin"; + sha256 = "bc450f1a11db127f72b419a9d13d01f240c6a1b0a2f09f80fbc3a687c797d5a8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + model = "TL-WR802N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr840n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "f526a503a575ae1782cb47b9bfd31cafacefcf60cc0367e0cca54601b8f9f46f"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "23cb038ca2e2dcc97ff6a72ba6445e10391611a81e1f317e09e548608c31ec5c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr840n-v4-initramfs-kernel.bin"; + sha256 = "351ecc60a3947ead9c40ed887000b2d2add0f820cfdb45fe277274c6714c1694"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr840n-v4" + "tl-wr840n-v4" + ]; + titles = [ + { + model = "TL-WR840N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr841n-v13"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "9fb7c3f82014d9d9a2c4ea6df542c6bc9993876193657b71b50fa73b8b1b75ab"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "f4bd6d90997c69624f2cdcf6e6b24061554ecd6be3c7d4395679fd373aa3cae3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr841n-v13-initramfs-kernel.bin"; + sha256 = "a510a447d5f08233e793979fc20e381e4a525886fd7119feed5b14854e855e55"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr841n-v13" + "tl-wr841n-v13" + ]; + titles = [ + { + model = "TL-WR841N"; + variant = "v13"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "2694dc3a08ab6cd41e4f48502fa5438a068eba7c937e924d56bef3bb5e6cd45e"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "a8ea2f1dd0b22098a8ac166784016e6ff261118feae93bc268640755c6e64d80"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr842n-v5-initramfs-kernel.bin"; + sha256 = "f47167b56e087f9c3979c1fa442b985d543e5d8fd3d6cc80a5a912b6b0ab9600"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr850n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr850n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-tftp-recovery.bin"; + sha256 = "dbde70b3a6a9497297613d869515cee03d90d6ae52e04d535a5674428722ddbb"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-sysupgrade.bin"; + sha256 = "452955813ea1eeb79d2d2953fce268e12992a9286cccff24db45d44d5f843deb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr850n-v2-initramfs-kernel.bin"; + sha256 = "b1919f3303e94de555da5fb7bcf587ea6504990e16d30766c75af1e7cbe2a10c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr850n-v2" + ]; + titles = [ + { + model = "TL-WR850N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "8f417bdb914a1e7794ff9bc7b4e7d098272d0c51dae194cf24c469132e7a5cbb"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "9ae10393bd8d5550aa8a78b49a41ea7d736b21128f2ebd3a2b07b2a04ce6ffaa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-tplink_tl-wr902ac-v3-initramfs-kernel.bin"; + sha256 = "c3684856353a2fcf0f610dfa26818f0210c7b34c5e35169d3b6f3e792225fd27"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + unielec_u7628-01-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-unielec_u7628-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-unielec_u7628-01-16m-squashfs-sysupgrade.bin"; + sha256 = "ad6d3ab6a81f24d789e7e6eac0dc96c826f2e996c40d56452d4328e04e3ba12c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-unielec_u7628-01-16m-initramfs-kernel.bin"; + sha256 = "b7ed36f556162f6be787df3c862fdb2d7ed8dca7eb44d60a403da6c1261837c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7628-01-16m" + "u7628-01-128M-16M" + "unielec,u7628-01-128m-16m" + ]; + titles = [ + { + model = "U7628-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + vocore_vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-vocore_vocore2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-vocore_vocore2-squashfs-sysupgrade.bin"; + sha256 = "85369c1994559f42edfa21d212c376ce598f54e5a75c01cdb3564e17bfef7ba4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-vocore_vocore2-initramfs-kernel.bin"; + sha256 = "f77161f87ee4446d36046a9e1e806c35852373d60bc374c91a9c088ea472671a"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore2" + "vocore2" + ]; + titles = [ + { + model = "VoCore2"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore2-lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-vocore_vocore2-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-vocore_vocore2-lite-squashfs-sysupgrade.bin"; + sha256 = "72458ce4e42be644fb9ba8c2b96a7c4393bfa6c2ab6a22fcf7f6440679a66d9d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-vocore_vocore2-lite-initramfs-kernel.bin"; + sha256 = "89c619bc63a0b77fee55e1eb4a214af7dd00f835a2a33a360e6875b297160afb"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore2-lite" + "vocore2lite" + ]; + titles = [ + { + model = "VoCore2-Lite"; + vendor = "VoCore"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "3e7c9eefe6238e5753b6e4a1a2c943bbc06b197bb6436a3cf84c4e7de25e7856"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-wavlink_wl-wn570ha1-initramfs-kernel.bin"; + sha256 = "67207c146bbf3e5f5232cc347742dcdecf6790a831c7f1246f92b0db03879ddc"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + model = "WL-WN570HA1"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "a294995c9460064f08001fcd3be57b8cdde4cf2f3e9a56250365aa483ebc8802"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-wavlink_wl-wn575a3-initramfs-kernel.bin"; + sha256 = "fe0cd841c5b8293cc62005ed33c589e2b097ff194589b49c105925582a9d2426"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + model = "WL-WN575A3"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn577a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-wavlink_wl-wn577a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-wavlink_wl-wn577a2-squashfs-sysupgrade.bin"; + sha256 = "008ad6a9c11033164e0b45c2d5efa4a145c720cec546b0bba2deb3bdbb8136d5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-wavlink_wl-wn577a2-initramfs-kernel.bin"; + sha256 = "b9835e637aab2d4f2c75ffe883879757fd4ea78e3163d4348715215c4fb26542"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn577a2" + ]; + titles = [ + { + model = "WL-WN577A2"; + vendor = "Wavlink"; + } + { + model = "WLR-755"; + vendor = "Maginon"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "32116d297684f3f2f09ea3193f45e2e4caa90207a25679cf552aa5b2355aca72"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-widora_neo-16m-initramfs-kernel.bin"; + sha256 = "53ed47dbd5b6247770036315d3b3b8712c481012a2ed5aca93798576afafb568"; + type = "kernel"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "16M"; + vendor = "Widora"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "fe7bf97d8de988bcb9eaa50dce2ed62eb008752b64f7a74413a204e3abad251e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-widora_neo-32m-initramfs-kernel.bin"; + sha256 = "86729f9983c8213b262b1c4672e8d27c41e19c82bccdb67a9502aec62977d952"; + type = "kernel"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "32M"; + vendor = "Widora"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "06262f6e1b9196572030994d12a424d0a0f64d28a9f68ccdf73c61f653b6b73b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-wiznet_wizfi630s-initramfs-kernel.bin"; + sha256 = "416d93f8100b49230228a110be92ac498bf4c1524c21bacd84799e815db0e690"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + model = "WizFi630S"; + vendor = "WIZnet"; + } + ]; + }; + wrtnode_wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-wrtnode_wrtnode2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "feebcebb6bda985f540a9fc42de14b05be30862190328ed30787233da3d47103"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-wrtnode_wrtnode2p-initramfs-kernel.bin"; + sha256 = "8eddd3bb0ac3a6b26404290eee1b6d1feb503462e593a01411cc85112ef556c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2p" + "wrtnode2p" + ]; + titles = [ + { + model = "WRTnode 2P"; + vendor = "WRTnode"; + } + ]; + }; + wrtnode_wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-wrtnode_wrtnode2r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-wrtnode_wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "1e03aac6b5c77fa810e21f90126ff9961f7f46f5da30b30947c1fb2775c40bc5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-wrtnode_wrtnode2r-initramfs-kernel.bin"; + sha256 = "29cd6fd26346525cba7cf60f80645d0a92d8e7849d25a1ad21fd5c3ff0256729"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2r" + "wrtnode2r" + ]; + titles = [ + { + model = "WRTnode 2R"; + vendor = "WRTnode"; + } + ]; + }; + xiaomi_mi-router-4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-xiaomi_mi-router-4a-100m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin"; + sha256 = "2e42fc486228b7cd847db357f031b5c0e709919868eb4491c51b004d05a281b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-xiaomi_mi-router-4a-100m-initramfs-kernel.bin"; + sha256 = "7075ea5df3e368935928a9ba38d055065df0665699c155a5e50c3056fa6fc380"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m" + "xiaomi,mir4a-100m" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-xiaomi_mi-router-4c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-xiaomi_mi-router-4c-squashfs-sysupgrade.bin"; + sha256 = "699182e9e03054ac8e4a3518d26b821bbb590cbcedf076c8afef6eba14cd7093"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-xiaomi_mi-router-4c-initramfs-kernel.bin"; + sha256 = "9632c9f7f9a71f98a4f7c4f471db79f9d660d409bd620e75ff23bb5632ea66dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4c" + ]; + titles = [ + { + model = "Mi Router 4C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-nano = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-xiaomi_miwifi-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-xiaomi_miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "0915902a1639f30be94aebfb198a102f7ccc8313962dfc7a52571c50f4fe63fa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-xiaomi_miwifi-nano-initramfs-kernel.bin"; + sha256 = "a0e79ce6720283f5eada778b667462b7435c7ad46d98a6a1fe7839c2ba5f35d3"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-nano" + "miwifi-nano" + ]; + titles = [ + { + model = "MiWiFi Nano"; + vendor = "Xiaomi"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "bcf8f043b1739985c9abc46234fb0522f9486407416c258ab8e78b01168dce67"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-zbtlink_zbt-we1226-initramfs-kernel.bin"; + sha256 = "91527f6ee34fe9fe701781f275bfbd2e71fe6beae8c332f9a77f3942da45fd88"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + model = "ZBT-WE1226"; + vendor = "Zbtlink"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "e59b731bd963cc6151a1ed509b949b3b08146fe31b919fc8a83149c2883a1d3e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "bf3686769033107bedcfab242c87aa2a49749653a3f6bb8c42045d97465f81d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-mt76x8-zyxel_keenetic-extra-ii-initramfs-kernel.bin"; + sha256 = "3c46340ae49569d4e99786d6888bd9bfa55bda649fac8f68af5beb5ad71550cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + model = "Keenetic Extra II"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "ramips/mt76x8"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + belkin_f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt288x-belkin_f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt288x-belkin_f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "6c4e374abbcf8bbc556fd9c4be5f30737a395dbde063d5ca41dbccbc139abf87"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v1" + "f5d8235-v1" + ]; + titles = [ + { + model = "F5D8235"; + variant = "V1"; + vendor = "Belkin"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "ramips/rt288x"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "7links_px-4885-8m" = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-7links_px-4885-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-7links_px-4885-8m-initramfs-kernel.bin"; + sha256 = "0c7fa6909d9c72b0374c8cec52d4ce44f73058c4198c418b3b9668ea07aa31db"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-7links_px-4885-8m-squashfs-sysupgrade.bin"; + sha256 = "1e075105399249bb827a7b5fb23d1773983c2e6e104827c37ee204b3356e77c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "7links,px-4885-8m" + "px-4885-8M" + ]; + titles = [ + { + model = "PX-4885"; + variant = "8M"; + vendor = "7Links"; + } + ]; + }; + "8devices_carambola" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-8devices_carambola"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-8devices_carambola-initramfs-kernel.bin"; + sha256 = "2857259c1c2c03db504829932cca0c602c0084c9f37b969124aaa1f7ecb03d32"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-8devices_carambola-squashfs-sysupgrade.bin"; + sha256 = "7812b628ee7ffcf0e04fc4a3ba826f69bc8f27b1bc4faae4c42a7dbacd8e8e90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8devices,carambola" + "carambola" + ]; + titles = [ + { + model = "Carambola"; + vendor = "8devices"; + } + ]; + }; + accton_wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-accton_wr6202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-accton_wr6202-squashfs-sysupgrade.bin"; + sha256 = "3aa9256cd413ef697963c86888c48c643e978b7861fe33000bc3467c35d4854b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-accton_wr6202-initramfs-kernel.bin"; + sha256 = "ec6da96ffc8d056625cbc8191f738fdc087337ef64c51f43af7b227367b53ed7"; + type = "kernel"; + } + ]; + supported_devices = [ + "accton,wr6202" + "wr6202" + ]; + titles = [ + { + model = "WR6202"; + vendor = "Accton"; + } + ]; + }; + alfa-network_w502u = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-alfa-network_w502u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-alfa-network_w502u-initramfs-kernel.bin"; + sha256 = "1b904b11956e73853f63fa4c1118bd4d22b9d61ad3b82f643aa5be18edd56e84"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-alfa-network_w502u-squashfs-sysupgrade.bin"; + sha256 = "6891a592be1b2a3fe7f9a0de8fd50181da7691f64ebe999d1a06641135cbdf0f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,w502u" + "w502u" + ]; + titles = [ + { + model = "Networks W502U"; + vendor = "ALFA"; + } + ]; + }; + allnet_all0256n-8m = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-allnet_all0256n-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-allnet_all0256n-8m-initramfs-kernel.bin"; + sha256 = "f30101fbd2f2550ea186debe07e58296e924497bc7368cdcf38d56a71a69a833"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-allnet_all0256n-8m-squashfs-sysupgrade.bin"; + sha256 = "8b65cf8d6f8169f09bc10ee3f0c3949d26c39d2c8e49c856133263fd29084042"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all0256n-8m" + "all0256n-8M" + ]; + titles = [ + { + model = "ALL0256N"; + variant = "8M"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5002 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-allnet_all5002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-allnet_all5002-squashfs-sysupgrade.bin"; + sha256 = "b90f8e2dd780ccbda519f238228c14df371b8eb9afcc1730d5b7ebff3f0ffe89"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-allnet_all5002-initramfs-kernel.bin"; + sha256 = "abe89a9a13046486fff2dbfc532c7289433cf43132a94722f19a465f7553682a"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all5002" + "all5002" + ]; + titles = [ + { + model = "ALL5002"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5003 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-allnet_all5003"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-allnet_all5003-initramfs-kernel.bin"; + sha256 = "d2e3a4622d99d422705c35e77900fffb4b1f8c4829e4b029308a496270520eab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-allnet_all5003-squashfs-sysupgrade.bin"; + sha256 = "cd8758ca4b97b95eedf027b08bb58dfccd290458b736fd637047dc43bf53ba49"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all5003" + "all5003" + ]; + titles = [ + { + model = "ALL5003"; + vendor = "Allnet"; + } + ]; + }; + alphanetworks_asl26555-16m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-alphanetworks_asl26555-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-alphanetworks_asl26555-16m-initramfs-kernel.bin"; + sha256 = "3834bae87aeaececb103a76a1161883ca39ff15abc6d83f8ef647da9eb2af9b0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-alphanetworks_asl26555-16m-squashfs-sysupgrade.bin"; + sha256 = "633cb6d4777c17f3d183dd5babebc37ebc38c7a7a266d998b085a06ea17c341d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-16m" + "asl26555" + "asl26555-16M" + ]; + titles = [ + { + model = "ASL26555"; + variant = "16M"; + vendor = "Alpha"; + } + ]; + }; + alphanetworks_asl26555-8m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-alphanetworks_asl26555-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-alphanetworks_asl26555-8m-squashfs-sysupgrade.bin"; + sha256 = "d4ca53c4e64c22b1fc97e9c8a5a73dbc3b6dcfb278cc124d8ca19c47c3a01118"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-alphanetworks_asl26555-8m-initramfs-kernel.bin"; + sha256 = "29db189e970218559b61bec5067ff4a0b3e7171267c9d19b716391a3a7c229f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-8m" + "asl26555" + "asl26555-8M" + ]; + titles = [ + { + model = "ASL26555"; + vendor = "Alpha"; + } + ]; + }; + arcwireless_freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-arcwireless_freestation5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-arcwireless_freestation5-initramfs-kernel.bin"; + sha256 = "a97f667ee4943e1080581651ec4bdf51cbb532e97f3a429ead8cf605cc4c9e05"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-arcwireless_freestation5-squashfs-sysupgrade.bin"; + sha256 = "8c0008209ee45511401df2a7a8f6383db25ca41ddf7e2389b95cc6dfe0a799bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcwireless,freestation5" + "freestation5" + ]; + titles = [ + { + model = "FreeStation"; + vendor = "ARC Wireless"; + } + ]; + }; + argus_atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-argus_atp-52b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-argus_atp-52b-initramfs-kernel.bin"; + sha256 = "19817babc3204500b03f36bab1101a342a24aba2f628a8ab88d799ca8393e169"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-argus_atp-52b-squashfs-sysupgrade.bin"; + sha256 = "683f24a29ca5825b4b129e2c226ed3fe1db8f140c5d86db8647cc591968de2d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "argus,atp-52b" + "atp-52b" + ]; + titles = [ + { + model = "ATP-52B"; + vendor = "Argus"; + } + ]; + }; + asiarf_awm002-evb-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-asiarf_awm002-evb-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-asiarf_awm002-evb-8m-initramfs-kernel.bin"; + sha256 = "a09125debb6efaac3f5d7d0950dd9a50505e43d9ddab885615b7f8ffe6943232"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-asiarf_awm002-evb-8m-squashfs-sysupgrade.bin"; + sha256 = "9956364033ad36044067187c527f6a562078769bddc48654ccbca4aa7b0cded0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,awm002-evb-8m" + "awm002-evb-8M" + ]; + titles = [ + { + model = "AWM002-EVB/AWM003-EVB"; + variant = "8M"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-asus_rt-n13u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-asus_rt-n13u-initramfs-kernel.bin"; + sha256 = "648ca81bb0fe8135b678c2c0fbbb7ff7f5c73bfd2604355678f8f7b4fc1a95aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-asus_rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "64a1bb0c95bfc94a8bdbf8848b2956c20503068a947772457b5ba5f7669cd56e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n13u" + "rt-n13u" + ]; + titles = [ + { + model = "RT-N13U"; + vendor = "Asus"; + } + ]; + }; + aximcom_mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-aximcom_mr-102n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-aximcom_mr-102n-squashfs-sysupgrade.bin"; + sha256 = "953f20f7164b47e973321ee2a4d512a5abcb1fdbb945ca862e7b1b1fcc429982"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-aximcom_mr-102n-initramfs-kernel.bin"; + sha256 = "c973351647356ebfb0ffea5f0d45875facff4a9a5f9cb27d9a808d6c611bc59a"; + type = "kernel"; + } + ]; + supported_devices = [ + "aximcom,mr-102n" + "mr-102n" + ]; + titles = [ + { + model = "MR-102N"; + vendor = "AXIMCom"; + } + ]; + }; + aztech_hw550-3g = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-aztech_hw550-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-aztech_hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "f18d6dda7bca9c47d013ccb723b9c2ebcf1de21b092f32f3b15ff4f2d2e36e7e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-aztech_hw550-3g-initramfs-kernel.bin"; + sha256 = "25f3a8942ea0a254e521b3ac146a5c493427e61013580aa1499cd445a6204f96"; + type = "kernel"; + } + ]; + supported_devices = [ + "aztech,hw550-3g" + "hw550-3g" + ]; + titles = [ + { + model = "HW550-3G"; + vendor = "Aztech"; + } + { + model = "ALL0239-3G"; + vendor = "Allnet"; + } + ]; + }; + belkin_f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-belkin_f5d8235-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-belkin_f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "f3950720d1f2f68ae2274fe6f3201b08fc499dce909fd0c17481417a8f4d1acf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-belkin_f5d8235-v2-initramfs-kernel.bin"; + sha256 = "9a2ac349c0960e27220aa17fe9e1cee5edfd0f642dfc236ec957d7bb1acaa8b7"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v2" + "f5d8235-v2" + ]; + titles = [ + { + model = "F5D8235"; + variant = "v2"; + vendor = "Belkin"; + } + ]; + }; + belkin_f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-belkin_f7c027"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-belkin_f7c027-squashfs-sysupgrade.bin"; + sha256 = "a890706aa3ec68cc5aec2af378275558274e9b82b8575907f06876da5647793d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-belkin_f7c027-initramfs-kernel.bin"; + sha256 = "7b222b702b93aa51d1e488dc9b8d6b969e5e4845be1c8d39c1fee088b171f6a8"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f7c027" + "f7c027" + ]; + titles = [ + { + model = "F7C027"; + vendor = "Belkin"; + } + ]; + }; + dlink_dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-dlink_dap-1350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-dlink_dap-1350-squashfs-factory.bin"; + sha256 = "f9f2da694da30c9621ad9d3ceb47682cfa1b3bc7f49907c3a4edfd38ff0b2a4d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-dlink_dap-1350-initramfs-kernel.bin"; + sha256 = "a6e30364d7b37d19e3e65a81f2aa8e7a3abeb4eedffdc6cdf43d4cb6bf040226"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-dlink_dap-1350-squashfs-factory-NA.bin"; + sha256 = "9b50b835d881fe2ae1554214cd2fb299d634ed8344f0fc408cf6fe8443d693ff"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-dlink_dap-1350-squashfs-sysupgrade.bin"; + sha256 = "17d8c9963c8955982d81e72d610dc6989e2568899756d25481e2bf178dafac01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1350" + "dap-1350" + ]; + titles = [ + { + model = "DAP-1350"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-300-b7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-dlink_dir-300-b7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-dlink_dir-300-b7-squashfs-sysupgrade.bin"; + sha256 = "7cf87975c813048ed20017cde2303fc00f657e32cefc3ed5e64e9b93d77fe2cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-dlink_dir-300-b7-initramfs-kernel.bin"; + sha256 = "eddec28ba37c175fe63b056374bb5c59f05a58b1a198986e13498087fb531c95"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-300-b7" + "dir-300-b7" + ]; + titles = [ + { + model = "DIR-300"; + variant = "B7"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-dlink_dir-320-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-dlink_dir-320-b1-initramfs-kernel.bin"; + sha256 = "bc9bd07fdd3c2e77fc55e54798206ab8f5091ded6734131fd190f0f618e18750"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-dlink_dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "50434714d847bfdead828268e53e2d9f49987774a6c30d4cc8518019454d3c8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-320-b1" + "dir-320-b1" + ]; + titles = [ + { + model = "DIR-320"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-dlink_dir-620-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-dlink_dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "6eba1ce4f684821a96f7fda094f37ed2163e403550e27be83958e0e3aa217e42"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-dlink_dir-620-a1-initramfs-kernel.bin"; + sha256 = "599011b502caf5ec6e0f54994fd644f5d0afc81916fd5c55fa833cda6eea0184"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-620-a1" + "dir-620-a1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-dlink_dir-620-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-dlink_dir-620-d1-initramfs-kernel.bin"; + sha256 = "e6aba0b0b5265eb12097c02368204c4fc27ec198a3e16a6dd2b03fb30d5ebe9a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-dlink_dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "a95f45ee8c825d5e8685ac88b88d1d989cc7acf3daf0173f2cb78271bb99efc0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-620-d1" + "dir-620-d1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial-option" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-dlink_dwr-512-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-dlink_dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "8e44b7d3c97f1230e27d817d5724f32be62f90009f8624c7473dd56e83d91497"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-dlink_dwr-512-b-initramfs-kernel.bin"; + sha256 = "8d7ad8ab2a3e1c813036f15a8b52259506fa2926e6c00e6608bf4e31bef71af6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-dlink_dwr-512-b-squashfs-factory.bin"; + sha256 = "d01f4a155a368edc21799900d3609d849c29303ab0fa80de862f916ce073278c"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-512-b" + "dwr-512-b" + ]; + titles = [ + { + model = "DWR-512"; + variant = "B"; + vendor = "D-Link"; + } + ]; + }; + easyacc_wizard-8800 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-easyacc_wizard-8800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-easyacc_wizard-8800-initramfs-kernel.bin"; + sha256 = "2108a975555656fbaa4f467cbca5ec3afe25586979994d4eafdf8070818ab575"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-easyacc_wizard-8800-squashfs-sysupgrade.bin"; + sha256 = "b691a8570588a42c0a1b2caea3848478cae5f110d0fc130554bec4030f257a96"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "easyacc,wizard-8800" + "wizard8800" + ]; + titles = [ + { + model = "WIZARD 8800"; + vendor = "EasyAcc"; + } + ]; + }; + fon_fonera-20n = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-fon_fonera-20n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-fon_fonera-20n-squashfs-sysupgrade.bin"; + sha256 = "7970dabbe32a00bbe15eb3f5a5701f0663d9ad158dd12b1ad26de4ca890ada75"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-fon_fonera-20n-squashfs-factory.bin"; + sha256 = "1dcf09077afd133eb639748fdbff413767a97051e8a63b30515ff048aae6041b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-fon_fonera-20n-initramfs-kernel.bin"; + sha256 = "66dda2437916722961310be8ab34fc6e5ac33384c46983d61ee0b13abf922b58"; + type = "kernel"; + } + ]; + supported_devices = [ + "fon,fonera-20n" + "fonera20n" + ]; + titles = [ + { + model = "Fonera 2.0N"; + vendor = "Fon"; + } + ]; + }; + hame_mpr-a2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-hame_mpr-a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-hame_mpr-a2-initramfs-kernel.bin"; + sha256 = "e6d04bcb85caa5364c79fe4004c87f69395eb2f175120d9a66e8865614cc6830"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-hame_mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "37adf906a2bc92598a406750de0e74d77410c4bf92a3f16dc7c138ac5084677e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hame,mpr-a2" + "mpr-a2" + ]; + titles = [ + { + model = "MPR"; + variant = "A2"; + vendor = "HAME"; + } + ]; + }; + hauppauge_broadway = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-hauppauge_broadway"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-hauppauge_broadway-initramfs-kernel.bin"; + sha256 = "cf6d2f711956922cbae86ae4b48edb0427aeea8adceb9ffdd261b25a6b2d2d51"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-hauppauge_broadway-squashfs-sysupgrade.bin"; + sha256 = "11dd747a1b93c958cfbd0915ea518c996281cc9aa43a1dc5906c7a13e972b90a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hauppauge,broadway" + "broadway" + ]; + titles = [ + { + model = "Broadway"; + vendor = "Hauppauge"; + } + ]; + }; + huawei_hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-huawei_hg255d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-huawei_hg255d-squashfs-sysupgrade.bin"; + sha256 = "69304b2bcc89bca665fd02fecd0f6b22ecc8300938fdb20e7304d322c661c124"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-huawei_hg255d-initramfs-kernel.bin"; + sha256 = "6a1cca282f5313b95540654e39fd274a44bc5d176d03931549bd63824284c3bb"; + type = "kernel"; + } + ]; + supported_devices = [ + "huawei,hg255d" + "hg255d" + ]; + titles = [ + { + model = "HG255D"; + vendor = "HuaWei"; + } + ]; + }; + intenso_memory2move = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-intenso_memory2move"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-intenso_memory2move-initramfs-kernel.bin"; + sha256 = "0b728725ee1b0bcb808abc4de970bc21de5ff72be99ccb324ea7d3af7e6b9cae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-intenso_memory2move-squashfs-sysupgrade.bin"; + sha256 = "0aa51123995757d631fe70c742c9d5941ec8b0be8f58f0208055ec8503f70494"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "intenso,memory2move" + "m2m" + ]; + titles = [ + { + model = "Memory 2 Move"; + vendor = "Intenso"; + } + ]; + }; + mofinetwork_mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-mofinetwork_mofi3500-3gn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-mofinetwork_mofi3500-3gn-initramfs-kernel.bin"; + sha256 = "8f55742bc78bac50c8ef4ccbd890a2822e6bf7126bee9ef0906e8198f50c1efa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-mofinetwork_mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "2a4d8899e4fec202542f161029982aeed2a97c86fcd17bf1d0d308f94f18f60b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mofinetwork,mofi3500-3gn" + "mofi3500-3gn" + ]; + titles = [ + { + model = "MOFI3500-3GN"; + vendor = "MoFi Network"; + } + ]; + }; + nexaira_bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-nexaira_bc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-nexaira_bc2-squashfs-sysupgrade.bin"; + sha256 = "2b88262bcc4c7b1430b417a8708a7a1e547ed7f5278b0d4ee59f5de515bccf67"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-nexaira_bc2-initramfs-kernel.bin"; + sha256 = "fe72c8e109cedbdd674f62ba1c9adb1ebd700e5a321afa7c7b49ca18716ffe63"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexaira,bc2" + "bc2" + ]; + titles = [ + { + model = "BC2"; + vendor = "NexAira"; + } + ]; + }; + nexx_wt1520-8m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-nexx_wt1520-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-nexx_wt1520-8m-squashfs-factory.bin"; + sha256 = "a14314831ab2779aa6922ae7ea780ad9a4900c983da789c41ff5acf3e3720b18"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-nexx_wt1520-8m-initramfs-kernel.bin"; + sha256 = "ff861649acd55a24442372f231c47c0987580491e491f557ea0d9dcc403c7859"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-nexx_wt1520-8m-squashfs-sysupgrade.bin"; + sha256 = "835afebceb2bfdd58aa78d031bc4c53d3dd990e95a7d9fa38c06f505b8c60653"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexx,wt1520-8m" + "wt1520-8M" + ]; + titles = [ + { + model = "WT1520"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + nixcore_x1-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-nixcore_x1-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-nixcore_x1-16m-initramfs-kernel.bin"; + sha256 = "1621991c1ee4047ebe324c9c2ca23e0094a43990af34be96166e61fa40bde3ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-nixcore_x1-16m-squashfs-sysupgrade.bin"; + sha256 = "7e6d18f295c2c2d2f8d31b758e1cf66887648922c9c4b0e1f7f2854e629ca4e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore,x1-16m" + "nixcore-x1" + "nixcore-x1-16M" + ]; + titles = [ + { + model = "X1"; + variant = "16M"; + vendor = "Nixcore"; + } + ]; + }; + nixcore_x1-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-nixcore_x1-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-nixcore_x1-8m-initramfs-kernel.bin"; + sha256 = "bc8b9b6fe470afc53b029cdcd7b8a8e0a7fbf4c3e0a0a80eb6887f469b9cfaa0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-nixcore_x1-8m-squashfs-sysupgrade.bin"; + sha256 = "dffa0031e7584f40b937267702c5ae604cfd6c02c4601611a3e8bb1eb4dfad05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore,x1-8m" + "nixcore-x1" + "nixcore-x1-8M" + ]; + titles = [ + { + model = "X1"; + variant = "8M"; + vendor = "Nixcore"; + } + ]; + }; + olimex_rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-olimex_rt5350f-olinuxino"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-olimex_rt5350f-olinuxino-initramfs-kernel.bin"; + sha256 = "44c54488f362e01af8ffb94f75d2205a24bff3174a39b1a06b2d4abdad534af3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-olimex_rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "34b9cd5821ccfa07ec8d624198de71f79fc4c86371153ef21837369504c37785"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino" + "rt5350f-olinuxino" + ]; + titles = [ + { + model = "RT5350F-OLinuXino"; + vendor = "OLIMEX"; + } + ]; + }; + olimex_rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-olimex_rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-olimex_rt5350f-olinuxino-evb-initramfs-kernel.bin"; + sha256 = "e0e611d078a9df94fb738b592ba94f0429874567c3b2285bc566bb9ebde8c747"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-olimex_rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "769e9ac821acf52005be5ce119c5bd7072c4a29816616529f5e716c787020368"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino-evb" + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + model = "RT5350F-OLinuXino-EVB"; + vendor = "OLIMEX"; + } + ]; + }; + omnima_miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-omnima_miniembplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-omnima_miniembplug-squashfs-sysupgrade.bin"; + sha256 = "bba3924056c7ea13d443b56b8aa5949561c23640a4f9bf8d39b40cf0f3851195"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-omnima_miniembplug-initramfs-kernel.bin"; + sha256 = "de93fa8abf989d1db5da576439291e930a8d086c2700efe21c5ab738087a3d29"; + type = "kernel"; + } + ]; + supported_devices = [ + "omnima,miniembplug" + "miniembplug" + ]; + titles = [ + { + model = "MiniEMBPlug"; + vendor = "Omnima"; + } + ]; + }; + omnima_miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-omnima_miniembwifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-omnima_miniembwifi-initramfs-kernel.bin"; + sha256 = "1662c0a36ab464dedd5aae7f8997019cbd846aac4cb3056c9ae05b8414f47d92"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-omnima_miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "60c4d436dfcb33da28d3024ef4d7d32964b3b15766b9893d89f1302941cc3318"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,miniembwifi" + "miniembwifi" + ]; + titles = [ + { + model = "MiniEMBWiFi"; + vendor = "Omnima"; + } + ]; + }; + planex_mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-planex_mzk-wdpr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-planex_mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "1d11911e6b332aa1595198fa6ec2f5f1b0bab1d4998a48d010924ed49de44133"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-planex_mzk-wdpr-initramfs-kernel.bin"; + sha256 = "efa09aa159e3f336408ea5b9b63ca8e24be73304521882b1b9e5da439c24755a"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-wdpr" + "mzk-wdpr" + ]; + titles = [ + { + model = "MZK-WDPR"; + vendor = "Planex"; + } + ]; + }; + poray_ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-poray_ip2202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-poray_ip2202-squashfs-sysupgrade.bin"; + sha256 = "dee63b0ad3281306e6f9edf748b7244d1a75e4a1f9ba751421d8e087f267c996"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-poray_ip2202-initramfs-kernel.bin"; + sha256 = "629cec07bcc42274a24bb3acb334ad4acd091a625480c6713231085afcb09ec7"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,ip2202" + "ip2202" + ]; + titles = [ + { + model = "IP2202"; + vendor = "Poray"; + } + ]; + }; + poray_m4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-poray_m4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-poray_m4-8m-squashfs-factory.bin"; + sha256 = "f8affd4c655c9508dd8fe925d3e68648590dffb6a351ee2fc7b87152d01d1c98"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-poray_m4-8m-initramfs-kernel.bin"; + sha256 = "48caf93f24bbccf9c581259394de6241f112906168689e4f8cd1aecd7497c64b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-poray_m4-8m-squashfs-sysupgrade.bin"; + sha256 = "3ba873185d9e1df5eb48ee1d8ca2e5da439323b035c4f3bc783c7b9fcf91bcfd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,m4-8m" + "m4-8M" + ]; + titles = [ + { + model = "M4"; + variant = "8M"; + vendor = "Poray"; + } + ]; + }; + poray_x5 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-poray_x5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-poray_x5-squashfs-sysupgrade.bin"; + sha256 = "0818f42005e63a9686449bada03486e566c20cd05041aafcc706a61e9669b6e7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-poray_x5-squashfs-factory.bin"; + sha256 = "e4a420a170aed427a779576c38ed7f764acfe12633739cdac6233f5a58be0115"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-poray_x5-initramfs-kernel.bin"; + sha256 = "4e614cf92fe2969fefeb0c3868cca6ec5679668c924c82829a0060af29531991"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,x5" + "x5" + ]; + titles = [ + { + model = "X5/X6"; + vendor = "Poray"; + } + ]; + }; + poray_x8 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-poray_x8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-poray_x8-squashfs-sysupgrade.bin"; + sha256 = "8b3948e72e5aae8947fdd39061cc001068e09ca4e7684873db92cc7e935fbbb8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-poray_x8-squashfs-factory.bin"; + sha256 = "0ce4d1c3d46d22832b5f27c76cf59e81647e3f3b643b1f65b190840987d6803b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-poray_x8-initramfs-kernel.bin"; + sha256 = "7e7dc61d872ca6df1e56b97096357387e4ac852e3b80050958e1f831253c1800"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,x8" + "x8" + ]; + titles = [ + { + model = "X8"; + vendor = "Poray"; + } + ]; + }; + prolink_pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-prolink_pwh2004"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-prolink_pwh2004-initramfs-kernel.bin"; + sha256 = "494b83387c52388d702a54c6525e3fdb87afb1ff91f4f26801da78a07aa278c8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-prolink_pwh2004-squashfs-sysupgrade.bin"; + sha256 = "e2e3d88c6aaf4c2dd5c3bd157ce36546a190c7658595fb3afb25482e4aab37b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "prolink,pwh2004" + "pwh2004" + ]; + titles = [ + { + model = "PWH2004"; + vendor = "Prolink"; + } + ]; + }; + teltonika_rut5xx = { + device_packages = [ + "om-watchdog" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-teltonika_rut5xx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-teltonika_rut5xx-squashfs-sysupgrade.bin"; + sha256 = "e53ffb12da9e110094c6430ed97fefa804986a0b4729ba43f1b18f70d29e16c3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-teltonika_rut5xx-initramfs-kernel.bin"; + sha256 = "cf9a41bc2a120ea9497149459494628131f69cd99c5047f401d79aab94e6521c"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut5xx" + "rut5xx" + ]; + titles = [ + { + model = "RUT5XX"; + vendor = "Teltonika"; + } + ]; + }; + trendnet_tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-trendnet_tew-714tru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-trendnet_tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "946014921024a12c44185ea1f3ab00df6cf1a7898a2f455ff9c47b656c0e3ffa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-trendnet_tew-714tru-initramfs-kernel.bin"; + sha256 = "44d0791589184de4f97d1135a7b2d268d51810505e0e092ec790b180e8bbbad7"; + type = "kernel"; + } + ]; + supported_devices = [ + "trendnet,tew-714tru" + "tew-714tru" + ]; + titles = [ + { + model = "TEW-714TRU"; + vendor = "TRENDnet"; + } + ]; + }; + unbranded_wr512-3gn-8m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-unbranded_wr512-3gn-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-unbranded_wr512-3gn-8m-squashfs-sysupgrade.bin"; + sha256 = "3ada39ca1a2a893d2769804c3df728131050dd9a4fdacdc68c25b9b5eb2a823d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-unbranded_wr512-3gn-8m-initramfs-kernel.bin"; + sha256 = "a7af9d4f6431632beed5875953c2735e81ea4e3bcef481291bdda85222ff57f0"; + type = "kernel"; + } + ]; + supported_devices = [ + "unbranded,wr512-3gn-8m" + "wr512-3gn-8M" + ]; + titles = [ + { + model = "WR512-3GN"; + variant = "8M"; + vendor = "Ralink"; + } + ]; + }; + upvel_ur-336un = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-upvel_ur-336un"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-upvel_ur-336un-initramfs-kernel.bin"; + sha256 = "82c680d7d1c4e54b0363d1a7f078ebc5a64aabb7a312f57f216379e57d466bcb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-upvel_ur-336un-squashfs-sysupgrade.bin"; + sha256 = "103b4ac793dddd3cfd6016e530faca9d7ff8c8690ce5942f1fde69f40fd29b5f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "upvel,ur-336un" + "ur-336un" + ]; + titles = [ + { + model = "UR-336UN"; + vendor = "UPVEL"; + } + ]; + }; + vocore_vocore-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-vocore_vocore-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-vocore_vocore-16m-initramfs-kernel.bin"; + sha256 = "913c3d6fcf87078a83ed5a7821ea26ea583c1e519d1f14ff5d5ca63e73128d34"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-vocore_vocore-16m-squashfs-sysupgrade.bin"; + sha256 = "99dec3bc75d64c5994ce1b086e05aebafcaaa89b8022b02162c2803efdaa13b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore-16m" + "vocore" + "vocore-16M" + ]; + titles = [ + { + model = "VoCore"; + variant = "16M"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-vocore_vocore-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-vocore_vocore-8m-squashfs-sysupgrade.bin"; + sha256 = "83983e3f14e3b060481c27264a6ef0678b247b534fa3489ba484a10177b60a01"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-vocore_vocore-8m-initramfs-kernel.bin"; + sha256 = "a5e61defcdaab53fe90e54e477561124bdd0cb989a53c1a9b948da56218cb6f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore-8m" + "vocore" + "vocore-8M" + ]; + titles = [ + { + model = "VoCore"; + variant = "8M"; + vendor = "VoCore"; + } + ]; + }; + wansview_ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-wansview_ncs601w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-wansview_ncs601w-squashfs-sysupgrade.bin"; + sha256 = "2856182e267099ead4ee8b73e28903b032b3f9b73a628ff9f6c0a17b15eac671"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-wansview_ncs601w-initramfs-kernel.bin"; + sha256 = "e588e2435f6c59c331000431ab38c0e2bc7ef0c74934410d800f8fa842e80954"; + type = "kernel"; + } + ]; + supported_devices = [ + "wansview,ncs601w" + "ncs601w" + ]; + titles = [ + { + model = "NCS601W"; + vendor = "Wansview"; + } + ]; + }; + wiznet_wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-wiznet_wizfi630a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-wiznet_wizfi630a-initramfs-kernel.bin"; + sha256 = "8079bd75915c8ca6ac38d3c782972921510fecc73af22277c940a55511b475e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-wiznet_wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "eeb54cf8fe962ea995613d81d9cb59124f00470b88297791ae9958980ae770da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630a" + "wizfi630a" + ]; + titles = [ + { + model = "WizFi630A"; + vendor = "WIZnet"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "4410fd8b80eba9870bc7452cb0ff6586b3e9dac3da9faf2c4ee245cb0c26ed29"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-zorlik_zl5900v2-initramfs-kernel.bin"; + sha256 = "73ecd725f468f86d0ce96b3f693efaf2d924c0a87502703e286783756344bc4e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + model = "ZL5900V2"; + vendor = "Zorlik"; + } + ]; + }; + zte_mf283plus = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-zte_mf283plus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-zte_mf283plus-initramfs-kernel.bin"; + sha256 = "2a6c77699a04228291f809acb7fb427b37a9422d29c1a141346eeb8a11f8f0ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin"; + sha256 = "2f19f6ae38743076831e3c85cb3cb0b1809cb50e21f785d7aa5559aa444cf2ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf283plus" + ]; + titles = [ + { + model = "MF283+"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-zyxel_keenetic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-zyxel_keenetic-squashfs-sysupgrade.bin"; + sha256 = "4940834fc16c4701bf674169e005eab2b2de3c328aaf863801abd5cdc54d3ec1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-zyxel_keenetic-initramfs-kernel.bin"; + sha256 = "52a159600a1a0983ecf4f5e5daffdd7917a07261ad3922d60846123a66fa59ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic" + "kn" + ]; + titles = [ + { + model = "Keenetic"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-lite-b = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-zyxel_keenetic-lite-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-zyxel_keenetic-lite-b-squashfs-sysupgrade.bin"; + sha256 = "df700561eb02f9515eac60ca58da156d1c0da90fa9cec041b4c00353c412340b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-zyxel_keenetic-lite-b-initramfs-kernel.bin"; + sha256 = "4d15eb1d111381fff133ccfb9bb92568333e656daaa7404aa2ad2e9cb6410c02"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-lite-b" + ]; + titles = [ + { + model = "Keenetic Lite"; + variant = "B"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg-419n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt305x-zyxel_nbg-419n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt305x-zyxel_nbg-419n-v2-squashfs-sysupgrade.bin"; + sha256 = "c0b97d0c511cbd3cb71ca626ed772b8ffd529cc5e9d766a316049c8a79b4321e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-ramips-rt305x-zyxel_nbg-419n-v2-initramfs-kernel.bin"; + sha256 = "c5dd411d5033f3797caec65f383e2fca60cf4767cd62c88105498e23f156a9b5"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg-419n-v2" + "nbg-419n2" + ]; + titles = [ + { + model = "NBG-419N"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "ramips/rt305x"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-n56u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt3883-asus_rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-asus_rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "a53aefcb00de5249f2c9f0adbe187a4fe4ff040451b0e61c36678c8c8dfab851"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u" + "rt-n56u" + ]; + titles = [ + { + model = "RT-N56U"; + vendor = "Asus"; + } + ]; + }; + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "2d1634888698f54bc65d3691a7308e7e72638514a244253eb7bca9c470b9d44c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + model = "F9K1109"; + variant = "Version 1.0"; + vendor = "Belkin"; + } + ]; + }; + dlink_dir-645 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt3883-dlink_dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-dlink_dir-645-squashfs-sysupgrade.bin"; + sha256 = "6fc8ffee44d6c0c7f501ef338543f7d83a93277b43843fc47ff47b1b6559c729"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-dlink_dir-645-squashfs-factory.bin"; + sha256 = "a4080adfaac4e2463320036f321629e83ca97a9047a6d7f0ebc6588f3551bd5f"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-645" + "dir-645" + ]; + titles = [ + { + model = "DIR-645"; + vendor = "D-Link"; + } + ]; + }; + edimax_br-6475nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt3883-edimax_br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-edimax_br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "4331d4c049dcfae542b64b62ad799f9b57fe22f52fc75c7a9f457f5208e88f96"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6475nd" + "br-6475nd" + ]; + titles = [ + { + model = "BR-6475nD"; + vendor = "Edimax"; + } + ]; + }; + engenius_esr600h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt3883-engenius_esr600h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-engenius_esr600h-squashfs-sysupgrade.bin"; + sha256 = "a5580fdc464ab7a901fba17f324861f3058259f85fb907665e050ccb55926c6e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-engenius_esr600h-squashfs-factory.dlf"; + sha256 = "6e7cfd6d6a0049c5a72b82fe3092efdd2127a59f7bb7cc55292fa67eb2a49739"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,esr600h" + ]; + titles = [ + { + model = "ESR600H"; + vendor = "EnGenius"; + } + ]; + }; + loewe_wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt3883-loewe_wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-loewe_wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "adc5e307a443e38a778f84a82ce25d01ace28c160c09f789eb786419ddc5520b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "loewe,wmdr-143n" + "wmdr-143n" + ]; + titles = [ + { + model = "WMDR-143N"; + vendor = "Loewe"; + } + ]; + }; + omnima_hpm = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt3883-omnima_hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-omnima_hpm-squashfs-sysupgrade.bin"; + sha256 = "7e4f03943ad9028afb2f52dcb4c93b4a0164d002138eee45453b5d833c6c1223"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,hpm" + "hpm" + ]; + titles = [ + { + model = "HPM"; + vendor = "Omnima"; + } + ]; + }; + samsung_cy-swr1100 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt3883-samsung_cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-samsung_cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "c90c43b99b3fc99bc16727f2c8f4be0bd0137abdf6f5763d462434f6f864b449"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-samsung_cy-swr1100-squashfs-factory.bin"; + sha256 = "bd55bf9b5e8c718fc642484a5341cdfafece660385eff179a44944eba7adc6c2"; + type = "factory"; + } + ]; + supported_devices = [ + "samsung,cy-swr1100" + "cy-swr1100" + ]; + titles = [ + { + model = "CY-SWR1100"; + vendor = "Samsung"; + } + ]; + }; + sitecom_wlr-6000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.1-ramips-rt3883-sitecom_wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-sitecom_wlr-6000-squashfs-factory.dlf"; + sha256 = "733e912c0011a179ef1f914fe563e561a2b82f8301da74a1dc3eb83333520cce"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-sitecom_wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "83a3f5a599f5f3eea75b4b135d63bfb2a08f12ee480dfc2568164a4c48994979"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-6000" + "wlr-6000" + ]; + titles = [ + { + model = "WLR-6000"; + vendor = "Sitecom"; + } + ]; + }; + trendnet_tew-691gr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt3883-trendnet_tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-trendnet_tew-691gr-squashfs-factory.bin"; + sha256 = "b7525f568f1a1b1b78a6d9b392cec4a341059a181ff155a73e3ce939b5ccdeeb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-trendnet_tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "b601364619329819d8f7a87964fd8a97ddb2bd361a3d207d96acf54706a195aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-691gr" + "tew-691gr" + ]; + titles = [ + { + model = "TEW-691GR"; + vendor = "TRENDnet"; + } + ]; + }; + trendnet_tew-692gr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-ramips-rt3883-trendnet_tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-trendnet_tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "3fcf9cbd766b49b266e08cdbafe4941e8757730ee28382578cb754a957ffe57a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-ramips-rt3883-trendnet_tew-692gr-squashfs-factory.bin"; + sha256 = "19f34521f8f0a040f612fe1c9401ee97d9541761979f603aff38315fea3ff32c"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-692gr" + "tew-692gr" + ]; + titles = [ + { + model = "TEW-692GR"; + vendor = "TRENDnet"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "ramips/rt3883"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + realtek = { + generic = { + arch_packages = "mips_4kec"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "ethtool" + "firewall" + "fstools" + "ip-bridge" + "ip-full" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "procd" + "tc" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + allnet_all-sg8208m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-realtek-generic-allnet_all-sg8208m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-realtek-generic-allnet_all-sg8208m-squashfs-sysupgrade.bin"; + sha256 = "b2086a26e0a728eb2dbe48a0f683f8f4711d80d302c7634e2fb00bf4615a24bc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-realtek-generic-allnet_all-sg8208m-initramfs-kernel.bin"; + sha256 = "86a594d965126cf4eeea713902410f41cd407cbfa997d2e6e0043ec11e1d58cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all-sg8208m" + ]; + titles = [ + { + model = "ALL-SG8208M"; + vendor = "ALLNET"; + } + ]; + }; + d-link_dgs-1210-10p = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.1-realtek-generic-d-link_dgs-1210-10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-realtek-generic-d-link_dgs-1210-10p-squashfs-sysupgrade.bin"; + sha256 = "407155254b5405f2927e2b3f7af75d260b50d50a9642aa63de53014cab77d29e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-realtek-generic-d-link_dgs-1210-10p-initramfs-kernel.bin"; + sha256 = "f92e9fe24b7579cdc22a147a60cb55a59563ac7eec0171d3bbae5929d25f3040"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-10p" + ]; + titles = [ + { + model = "DGS-1210-10P"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-16 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-realtek-generic-d-link_dgs-1210-16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-realtek-generic-d-link_dgs-1210-16-squashfs-sysupgrade.bin"; + sha256 = "1df9eda3607a7863320eaeab88aa1f08e3cdff52885d228ebee0db91322b6fe2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-realtek-generic-d-link_dgs-1210-16-initramfs-kernel.bin"; + sha256 = "4b329b614ca7f2f332fba066c308a82df3445d5c5a127bd0d7d41e1ccd112315"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-16" + ]; + titles = [ + { + model = "DGS-1210-16"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-28 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-realtek-generic-d-link_dgs-1210-28"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-realtek-generic-d-link_dgs-1210-28-squashfs-sysupgrade.bin"; + sha256 = "795ae888d839b8a17a7ac5896bc31c6097d633af948c49caa8353a1dfc36090d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-realtek-generic-d-link_dgs-1210-28-initramfs-kernel.bin"; + sha256 = "db59ac41c0ba1899e912d03087a0679a694d91779114b078d78a68c3a3d0f3e8"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-28" + ]; + titles = [ + { + model = "DGS-1210-28"; + vendor = "D-Link"; + } + ]; + }; + netgear_gs108t-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-realtek-generic-netgear_gs108t-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-realtek-generic-netgear_gs108t-v3-initramfs-kernel.bin"; + sha256 = "6016ab4992e3cec8af21bf830f525adf4e72d02771714c59fcb0751441112222"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-realtek-generic-netgear_gs108t-v3-squashfs-sysupgrade.bin"; + sha256 = "1fcd6a1f5d8f52ab082ba8f0d0a034ba95926d2130cef5b205da07fbd28d8070"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs108t-v3" + ]; + titles = [ + { + model = "GS108T"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs110tpp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-realtek-generic-netgear_gs110tpp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-realtek-generic-netgear_gs110tpp-v1-initramfs-kernel.bin"; + sha256 = "030c8863989839f5ac1187a4cd74d39bfcab369f61f03b7892be3be082386b17"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-realtek-generic-netgear_gs110tpp-v1-squashfs-sysupgrade.bin"; + sha256 = "47688d215524db9dafbd1214c036ea7235b1c5b2ae36473c617bd113b8359511"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs110tpp-v1" + ]; + titles = [ + { + model = "GS110TPP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_gs1900-10hp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-realtek-generic-zyxel_gs1900-10hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-realtek-generic-zyxel_gs1900-10hp-squashfs-sysupgrade.bin"; + sha256 = "268b6a3a3031d33ea0cb38ec50c9eb84f2b245c45b40086156d56303676c202c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-realtek-generic-zyxel_gs1900-10hp-initramfs-kernel.bin"; + sha256 = "9ff62fad46101a1f9543158d940fcd5b91d27101d0e951f74f5493d82c415f51"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-10hp" + ]; + titles = [ + { + model = "GS1900-10HP"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-realtek-generic-zyxel_gs1900-8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-realtek-generic-zyxel_gs1900-8-squashfs-sysupgrade.bin"; + sha256 = "b0ef135e093dc65bab597f6338dde2c09f0d88079e651636dba22b3616493404"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-realtek-generic-zyxel_gs1900-8-initramfs-kernel.bin"; + sha256 = "20b9cb9f06efb08ca0fc011e78fad3ff1a4068877941be7df48483aade73aa06"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8" + ]; + titles = [ + { + model = "GS1900-8"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.1-realtek-generic-zyxel_gs1900-8hp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-realtek-generic-zyxel_gs1900-8hp-v1-squashfs-sysupgrade.bin"; + sha256 = "f5d92d2e5d0e287a3e926d073cf27ac37848b7bf1f609288ba9075dcdb2fb848"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-realtek-generic-zyxel_gs1900-8hp-v1-initramfs-kernel.bin"; + sha256 = "4caa536cb9c6050c7a8ec35867001bb7875c45396c95084793b66ea192592aae"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v1" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v2 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.1-realtek-generic-zyxel_gs1900-8hp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-realtek-generic-zyxel_gs1900-8hp-v2-squashfs-sysupgrade.bin"; + sha256 = "e456cd6535f6cdf2911d6155ab6691daba9a374ca4007d5f600943a99ee00063"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.1-realtek-generic-zyxel_gs1900-8hp-v2-initramfs-kernel.bin"; + sha256 = "735f996ded173288bc19d3fdda9970e051e1f2462ab6d8214ecdd43acbce7dc1"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v2" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "realtek/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + rockchip = { + armv8 = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-r2s = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-21.02.1-rockchip-armv8-friendlyarm_nanopi-r2s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-rockchip-armv8-friendlyarm_nanopi-r2s-squashfs-sysupgrade.img.gz"; + sha256 = "e1ebb6292f55aeb933a02a636e1a853918fcf03c4fbda92cfc0c93cdf5863396"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-rockchip-armv8-friendlyarm_nanopi-r2s-ext4-sysupgrade.img.gz"; + sha256 = "d2d0e4816e67554ab8d05e2ea23bca2fdd43c60ec2476e2804f6793e8e480e33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r2s" + ]; + titles = [ + { + model = "NanoPi R2S"; + vendor = "FriendlyARM"; + } + ]; + }; + pine64_rockpro64 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-rockchip-armv8-pine64_rockpro64"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-rockchip-armv8-pine64_rockpro64-squashfs-sysupgrade.img.gz"; + sha256 = "bcd319ad1406bc8c77ebf3bb39e77a2d892f529ecbe3b7625c96d74d2a7b0350"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-rockchip-armv8-pine64_rockpro64-ext4-sysupgrade.img.gz"; + sha256 = "d05edd8324a115872f521d6ed8585a94eb4722aa6451c7ef9221f05ce3c98e9f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pine64,rockpro64" + ]; + titles = [ + { + model = "RockPro64"; + vendor = "Pine64"; + } + ]; + }; + radxa_rock-pi-4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-rockchip-armv8-radxa_rock-pi-4"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-rockchip-armv8-radxa_rock-pi-4-ext4-sysupgrade.img.gz"; + sha256 = "6efdb231d04720c645bb59b97aa057fdb122b51c6b713ddd7fb68986ab414687"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-rockchip-armv8-radxa_rock-pi-4-squashfs-sysupgrade.img.gz"; + sha256 = "c30d4ecd5c03d61bd4e96e902cb2a6a664259e12acbce542d9cbfa49ef1f867d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "radxa,rockpi4" + ]; + titles = [ + { + model = "ROCK Pi 4"; + vendor = "Radxa"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "rockchip/armv8"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "1c484e5866f6d0fcdd519104e6c56410fe41cf922d11c6aca834a1236482a19c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "25bdf14acfd87355f06b04c50486c693fa6049d952351a09bcadaf016a9434a3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + model = "NanoPi NEO Plus2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa53-friendlyarm_nanopi-neo2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa53-friendlyarm_nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "3946bd7467121aba34623bfa3e5bac649cdc44c7555d9ff7180f7c27dd113c03"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa53-friendlyarm_nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "d537cc0b655551085f4a03ce4816fc88472982199d457aa9dfdeb00d6816f31f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + model = "NanoPi NEO2"; + vendor = "FriendlyARM"; + } + ]; + }; + libretech_all-h3-cc-h5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa53-libretech_all-h3-cc-h5"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa53-libretech_all-h3-cc-h5-ext4-sdcard.img.gz"; + sha256 = "a418eae0d9f4bac96c525191aea9997f461d4a4f5bed8e1624cce31ae17505c2"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa53-libretech_all-h3-cc-h5-squashfs-sdcard.img.gz"; + sha256 = "7f0e577f1768722b6180d5a40627b014a10714e03f105c6cd49662f5ba959938"; + type = "sdcard"; + } + ]; + supported_devices = [ + "libretech,all-h3-cc-h5" + ]; + titles = [ + { + model = "ALL-H3-CC"; + variant = "H5"; + vendor = "Libre Computer"; + } + ]; + }; + olimex_a64-olinuxino = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bs-firmware" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa53-olimex_a64-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa53-olimex_a64-olinuxino-ext4-sdcard.img.gz"; + sha256 = "89bf63c12b02739e5566dcc21c009b4a948223c56a3001ee0fc2db9e688fd918"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa53-olimex_a64-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "cdc8a646afe252ee1698928dbe3332636a832cfced2a47cfea30a59ed8fd523d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino" + ]; + titles = [ + { + model = "A64-Olinuxino"; + vendor = "Olimex"; + } + ]; + }; + olimex_a64-olinuxino-emmc = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bs-firmware" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa53-olimex_a64-olinuxino-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa53-olimex_a64-olinuxino-emmc-ext4-sdcard.img.gz"; + sha256 = "7d2029ade732c801d362d52166f72be251ddea46387c3a83657ad14cf2da5989"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa53-olimex_a64-olinuxino-emmc-squashfs-sdcard.img.gz"; + sha256 = "cd39d6519482a51a74fc10caeaeb0a382ee58b15df1fbaaab8b97c496f312620"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino-emmc" + ]; + titles = [ + { + model = "A64-Olinuxino"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + pine64_pine64-plus = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa53-pine64_pine64-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa53-pine64_pine64-plus-ext4-sdcard.img.gz"; + sha256 = "1a609fe9bcaff9ed09dce5ddbbe11e0977bac89c725e9730715eb9ca62dba6fb"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa53-pine64_pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "03569a4b8c46bff89090fcb6172412572c6c718d9504cf689417a80674e44695"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + model = "Pine64+"; + vendor = "Pine64"; + } + ]; + }; + pine64_sopine-baseboard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa53-pine64_sopine-baseboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa53-pine64_sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "da14ee908032458ba458106ea842972b1d8cae1669f1d03325f8ecb945e6b00e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa53-pine64_sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "f567b78edbd3ef7f4bccec38f898b2165a36a610d3b1f0bf0e09a2c61a11c9e2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + model = "SoPine"; + vendor = "Pine64"; + } + ]; + }; + xunlong_orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa53-xunlong_orangepi-pc2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa53-xunlong_orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "768ccc6aa736c5e0f9b1b7e39df808a46555d96d2f6d9cc0a878cbcf3605fc67"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa53-xunlong_orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "becf1373f979d8659935b9a29c968b326c61ccde8ba61780dec35491c9ac0765"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + model = "Orange Pi PC 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa53-xunlong_orangepi-zero-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa53-xunlong_orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "58d6d2ed7b96a0e1aac578e27c6e6827c744f89f8ba8717c2fdd35e08a221e83"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa53-xunlong_orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "fa6ceaaf72a232549872888022b1a9185c093b81db032a09d50ffd90ffd05547"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + model = "Orange Pi Zero Plus"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "sunxi/cortexa53"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_cubieboard2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-cubietech_cubieboard2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-cubietech_cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "aa91bca74ad5b75771cd063cde63cdc146d7c41b81918d700b01379271e31428"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-cubietech_cubieboard2-ext4-sdcard.img.gz"; + sha256 = "b4fbcab1818b4de1e3ccc4fbccc8b819f2f458a7b5fca94c3f2f0d15ddb51503"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + model = "Cubieboard2"; + vendor = "Cubietech"; + } + ]; + }; + cubietech_cubietruck = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-cubietech_cubietruck"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-cubietech_cubietruck-squashfs-sdcard.img.gz"; + sha256 = "6272affb23692d04d90d22a1a5511deef0e494cd8bd13df967fe85afc5ec9f0a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-cubietech_cubietruck-ext4-sdcard.img.gz"; + sha256 = "6ba61d3536013f5e2b502f6071ba58e932ffbc4d971832861d0bc24041c31c30"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + model = "Cubietruck"; + vendor = "Cubietech"; + } + ]; + }; + friendlyarm_nanopi-m1-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-friendlyarm_nanopi-m1-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "fa53df387b0cb6cef0c18e723a61c64a1652c3bb28cee5c9a16272c923bb3be0"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "b596f4d6b5eecb97e73dbcee986616e7764bd781a3ddbada8040ee29b3c40869"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + model = "NanoPi M1 Plus"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-friendlyarm_nanopi-neo"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-friendlyarm_nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "8db08ccd08c21c6e388fbce6094f405ee5fff9b259880b5650b070c74d51e9a0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-friendlyarm_nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "33fb9cc95551849579bc03193149d19c7f7d06350bd632e05635cab702ddc0d8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + model = "NanoPi NEO"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo-air = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-friendlyarm_nanopi-neo-air"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-friendlyarm_nanopi-neo-air-squashfs-sdcard.img.gz"; + sha256 = "18f891a4f065bc285c99cf0148adfe90f43e55c813351a4e462e3b950f569be2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-friendlyarm_nanopi-neo-air-ext4-sdcard.img.gz"; + sha256 = "ca841af24768e252b78a9ca9035f94c304bde09e483ff8dd5c2a8d81b5507a9d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo-air" + ]; + titles = [ + { + model = "NanoPi NEO Air"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net-rtl8152" + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-friendlyarm_nanopi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-friendlyarm_nanopi-r1-ext4-sdcard.img.gz"; + sha256 = "7df923f3ba13d0f9dd84f73c4354d6fff561ac3fa0c14ed8a24866dd32356ccf"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-friendlyarm_nanopi-r1-squashfs-sdcard.img.gz"; + sha256 = "db99cba07d12cb3ca70da7af4b5683e29dbae21a7cf76d0284e50aaafa48b20e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r1" + ]; + titles = [ + { + model = "NanoPi R1"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_zeropi = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-friendlyarm_zeropi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-friendlyarm_zeropi-ext4-sdcard.img.gz"; + sha256 = "8e5593b4a63480773d0a59a0a2de2ad4b2f75dcc1a062e30f49df8063435c0d7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-friendlyarm_zeropi-squashfs-sdcard.img.gz"; + sha256 = "f14ecd8cecf47d3ab23ab500915ba4ff4a45621fc842fc133face366fd8de5cd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,zeropi" + ]; + titles = [ + { + model = "ZeroPi"; + vendor = "FriendlyARM"; + } + ]; + }; + lamobo_lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "swconfig" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-lamobo_lamobo-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-lamobo_lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "0889a5e95c71bca1e57b05afb55baf7393cfd95fa1b045fb318326f6c7784409"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-lamobo_lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "5756c5af98d45a1df571e0b489de9f717ab56c91a34596166879fd5401585060"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + model = "Lamobo R1"; + vendor = "Lamobo"; + } + ]; + }; + lemaker_bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-lemaker_bananapi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-lemaker_bananapi-ext4-sdcard.img.gz"; + sha256 = "f045e621b3650a6ddbc134cfdbde234db6c39eb8996b2a8176c9272eed9138fd"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-lemaker_bananapi-squashfs-sdcard.img.gz"; + sha256 = "63e5157456f0d5bf5b7b65ebbb3451afabfe3bccf57c531d3d5be1642c609799"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + model = "Banana Pi"; + vendor = "LeMaker"; + } + ]; + }; + lemaker_bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-lemaker_bananapro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-lemaker_bananapro-squashfs-sdcard.img.gz"; + sha256 = "1c2ca5be65f1ab52ad30bc92ad4c57034cfe561498b7344d4c04b2d5e80d1eea"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-lemaker_bananapro-ext4-sdcard.img.gz"; + sha256 = "5e4b76eef2e1fc0e905c4eb3ba0e90f589121c149f7995cd5eba37830d8bbc65"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + model = "Banana Pro"; + vendor = "LeMaker"; + } + ]; + }; + linksprite_pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-linksprite_pcduino3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-linksprite_pcduino3-squashfs-sdcard.img.gz"; + sha256 = "c1c41368b5f0bf91e920968b2533a7f12dddf40ac9e2cae707ef5dd479dc0d39"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-linksprite_pcduino3-ext4-sdcard.img.gz"; + sha256 = "c7204ee4c6ae3b865eef56f261b14598be44ae9a1b928b7931486d7d84c838e7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + model = "pcDuino3"; + vendor = "LinkSprite"; + } + ]; + }; + linksprite_pcduino3-nano = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-linksprite_pcduino3-nano"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-linksprite_pcduino3-nano-ext4-sdcard.img.gz"; + sha256 = "95a3d73a0a0ffff22f88608c21d1e0cf9a1f8d8c0b793cb470861674f330007d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-linksprite_pcduino3-nano-squashfs-sdcard.img.gz"; + sha256 = "6bea5a770a40384d7c0453a512faa90fbd39f34d74b99ea9cf619c43725f7cfb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3-nano" + ]; + titles = [ + { + model = "pcDuino3 Nano"; + vendor = "LinkSprite"; + } + ]; + }; + mele_m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-mele_m9"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-mele_m9-ext4-sdcard.img.gz"; + sha256 = "8ac129565e60581b66445a7f6fcd1f12bd2d2e1790a2ae06d11a0d91bfd50e0e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-mele_m9-squashfs-sdcard.img.gz"; + sha256 = "c4181754aa61cd6445e2ed180ae23448043d59a48483845ecc9ce15464211d9b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + model = "M9"; + vendor = "Mele"; + } + ]; + }; + olimex_a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-olimex_a20-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-olimex_a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "3836b18c6ae7311e8265ce526469a057101d8f8096ef215663b39c286bf212b9"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-olimex_a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "38ff6eface93abc7ffb441f122f7f2a46fcaf5546fb48bb6fcdafef1ea2343ea"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-olimex_a20-olinuxino-lime2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-olimex_a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "33ef8b224d0d4b6d2739eb2e0de92f25d497f46eae17b09254048a2ddb328ff9"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-olimex_a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "62f596f5ff285cd7f51d34fa5682ff543a2e591ad503e7c8f6bd7a04046144fc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "bab48415f2e0c6e2851f3c549f26dc04eaea640df174089884d27eae531d6616"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "4853b1d9830431503268047d88b849dadffab514a1386bd2d53cb431b329a411"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-olimex_a20-olinuxino-micro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-olimex_a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "0bf5593e87645ebbe792e0aa6e098b6a5352229367bc3d8307a409465da5d555"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-olimex_a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "a522dd0f9dd551944e1b347190e3d8c22fc593da24e63fef81efbccbd333276a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + model = "A20-OLinuXino-MICRO"; + vendor = "Olimex"; + } + ]; + }; + sinovoip_bananapi-m2-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-sinovoip_bananapi-m2-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-sinovoip_bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "e5560b19bfc1de59f7f20d7e8cfacabfdf9fa233f138aedad0de2435977c29c8"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-sinovoip_bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "672cfe08f81816cea73e825f93aecec1ccb77f707e2bec36e38028db013fa65d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + model = "Banana Pi M2+"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-ultra = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-sinovoip_bananapi-m2-ultra"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-squashfs-sdcard.img.gz"; + sha256 = "6aeb049fa39363c51c2be05453fc0f03442c20c40d90044d98b7ede9aef54ab2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-ext4-sdcard.img.gz"; + sha256 = "92d32689826e65bded91da50558faaaade20640938b9dd2d49af1610be8e6fac"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-ultra" + ]; + titles = [ + { + model = "Banana Pi M2 Ultra"; + vendor = "Sinovoip"; + } + ]; + }; + xunlong_orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-2-ext4-sdcard.img.gz"; + sha256 = "4de68b6cd2634f142f6308c3ad005913b1c92aae6e8d353b4bc7c9de8cb6d13a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "93aa50f3bfd9bc16473479d93e8d263d2cab1c729012db724b2a40d5d3375032"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + model = "Orange Pi 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-one"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-one-ext4-sdcard.img.gz"; + sha256 = "68cafb1460c2474b673447cf84e7636c49c04e84f8a65837ea8c4a374f1766d3"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "b19a16bcfdeb16aedac1de00c6ca12c8c91305dd4c24f2e6294ed9409475ed10"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + model = "Orange Pi One"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-pc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "5a3fbb94745356d37910945e201193715c53455c472282734c4862b48e9197ef"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "2dd0e764a553168ab936f962812b9963734f80cc95ddca2d1df2ebbbb08f79b5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + model = "Orange Pi PC"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-pc-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "b8e84730ff152f2897dbbfa2792d77a570f1db7ca2cceb54f266857a74395e88"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "ff14b85d9e60fabe76690d1fc2a3ffd4e5d9d2ea2184f75c8fa66ae2122231b2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + model = "Orange Pi PC Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "7113b2dd78eadb1dc75c1a8d228b1d226cc012407d3c649dda6fd44dc2e77ba0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "25c6f80bb801d7293a631247e11b643fc03dedab85b50890ff1e4d7e4790e8a1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + model = "Orange Pi Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "f67a6584aabe33991cac1df7ee2f59cadb7f4d6113c8233b758c91d9b72fc397"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "09aa27008799f9a827236da8d8773c9bd1c8305059af041103626013dbce8e16"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + model = "Orange Pi R1"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-zero"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "a7cb713964481487e0ebe29f7bb36c0d6e796e3791f2cc6415c142935f0429fa"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa7-xunlong_orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "6c7740d48bcff98430d2688dfc541b38b4a9ce3d3cae0aa77de418a23da1f15e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + model = "Orange Pi Zero"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "sunxi/cortexa7"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_a10-cubieboard = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa8-cubietech_a10-cubieboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa8-cubietech_a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "5cd617bb62347d934f8bf0b36e6d41f3b4e463a370adb62ba449b03700f0c41b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "a8b60a576fac3228fbe372b3e864737dc72af2bb73a27d2b21c9ba2d56ab3232"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + model = "Cubieboard"; + vendor = "Cubietech"; + } + ]; + }; + linksprite_a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa8-linksprite_a10-pcduino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa8-linksprite_a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "931863dba667ac047aadbdbe52ad2a6315324e52f3105afc415fbd520f8ca7b7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa8-linksprite_a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "f0b725758912c3baa57cbc44a97f1ef9d90a657400f22f1a07f05f642dc5f335"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + model = "pcDuino"; + vendor = "LinkSprite"; + } + ]; + }; + marsboard_a10-marsboard = { + device_packages = [ + "mod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa8-marsboard_a10-marsboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa8-marsboard_a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "10c42b3df7ed764e9e403d5a89313824ff2b466d20fdeaf9e0d60ce75eb4bb84"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa8-marsboard_a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "ceac376f2f2a55178d5784aeeaf4b7bbd25fcc11fae7216479d0bb7c21b47b15"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + model = "MarsBoard A10"; + vendor = "HAOYU Electronics"; + } + ]; + }; + olimex_a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa8-olimex_a10-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa8-olimex_a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "1ce329adecb7311d5a8d0ae8bab8c6da73e25f30daa52cc7999e8adfa866b9a9"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa8-olimex_a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "c7f8214099f9591aac7d0b903362a89264873b421af44417d9bd463052ad627f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + model = "A10-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa8-olimex_a13-olimex-som"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa8-olimex_a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "bd20f3621a3f5e7044e46634b72e4adfa2fa8d02de54ddbc7e2a99eb8b47499b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa8-olimex_a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "ff6bc345676bd951863892d4de32c6f30a2ea4f6cfb1b3ec59559c9d4d50c3df"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-SOM"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.1-sunxi-cortexa8-olimex_a13-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-sunxi-cortexa8-olimex_a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "35466c5e37c7afe1254d6a154c15eeac4d1819e3652b39435c85d7d0413171d8"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-sunxi-cortexa8-olimex_a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "0f7093b7262b9c5e55829d9e55a5cf95d386bd467a738eeb5f744927b109f159"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-OLinuXino"; + vendor = "Olimex"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "sunxi/cortexa8"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.1-tegra-compulab_trimslice"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "474832d0cefb4e342c9798ba0a5efda38a7269752e4ca9b88592017bae92043a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "d6d53715435f8b05cc4ae03c653ceaa0aa573dcaa35351eb9d3cb4fd32b6906a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + model = "TrimSlice"; + vendor = "CompuLab"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "tegra/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + x86 = { + "64" = { + arch_packages = "x86_64"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-bnx2" + "kmod-e1000e" + "kmod-e1000" + "kmod-forcedeth" + "kmod-igb" + "kmod-ixgbe" + "kmod-r8169" + ]; + image_prefix = "openwrt-21.02.1-x86-64-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-x86-64-generic-squashfs-combined-efi.img.gz"; + sha256 = "825ee37373838c4b994432e059a8645238915981b7390b1db83e90cd3fd58aec"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-x86-64-generic-squashfs-combined.img.gz"; + sha256 = "4d9bacbb01083a1ba0d628e804f0bba7032db6fb28a50d147f2c5dc6155bdb26"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-x86-64-generic-squashfs-rootfs.img.gz"; + sha256 = "b99c103dd73e0723774b5d89ed3aea5a676a6c08396ff55fe49c1225fefb2de2"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-x86-64-generic-ext4-combined-efi.img.gz"; + sha256 = "005ab565649e10fec4220ee6cc96f2b35a89c01abf2a6d79ccc990b2f39b476a"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-x86-64-generic-ext4-combined.img.gz"; + sha256 = "a1d1416bb456815ec7c4543df08f0eb81d365796042c562e40a46ab07b0d514c"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-x86-64-generic-ext4-rootfs.img.gz"; + sha256 = "dbfed06c955cefe8bad6f6cc1dc9d69bbbcbc59a54788990b1f15b6465cde9e1"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/64"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "x86/64"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + generic = { + arch_packages = "i386_pentium4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-21.02.1-x86-generic-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.1-x86-generic-generic-ext4-combined.img.gz"; + sha256 = "b3417538bc4553ebc0ca72ef8cf64da72bc283c322b6497cce0be87deb8fffe9"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-x86-generic-generic-squashfs-rootfs.img.gz"; + sha256 = "efc5e531a2da63dad6bb55f476f9309532e9740126c032cda196b72ea06aedd5"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-x86-generic-generic-ext4-combined-efi.img.gz"; + sha256 = "e370b06c4187bb7e847f2788bd8ec6312cb150f73b14a9888ba47cf6ab01ab6a"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-x86-generic-generic-squashfs-combined-efi.img.gz"; + sha256 = "0306bc1e22ab66bf14d4bed883116911112799e8848d5858e3939e5db4c48c4d"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-x86-generic-generic-squashfs-combined.img.gz"; + sha256 = "9ab97eff57ed3c8eea8c8fecee18fa6a005054c0f8a2208ef9681d017dc1ab25"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-x86-generic-generic-ext4-rootfs.img.gz"; + sha256 = "31f70a6940e0733e221ec617ca92c071b2e1f5ae5e89fe1d126b49bbe6990fcb"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "x86/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + geode = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-21.02.1-x86-geode-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-x86-geode-generic-squashfs-combined-efi.img.gz"; + sha256 = "eb3a182737e3c422e568b0039387a6decaaaff29373ada71c62bade916bd1f5f"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-x86-geode-generic-squashfs-combined.img.gz"; + sha256 = "849114707ac9b46852fb736f5b91e669c81b563fff2e4d0589dc5e4dbec84f8d"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-x86-geode-generic-squashfs-rootfs.img.gz"; + sha256 = "0d58c2b0ce7a5a239db49ff87df269cc0ee2e8f3f78f5c58f52f9106bd0d2e2a"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-x86-geode-generic-ext4-combined-efi.img.gz"; + sha256 = "847419cd92fc469dfa61fd608fb65f272a9fe0274df38c5c5373b6743f25c2b9"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-x86-geode-generic-ext4-combined.img.gz"; + sha256 = "c84431a69d8b27daa6d59f8a424cbe6bcbdfe2d43f5467d2343af965ec03a719"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-x86-geode-generic-ext4-rootfs.img.gz"; + sha256 = "10d7424e51452ab54a185f43b702b00e914c6c1eeee2995c72643b560cd2088a"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/Geode"; + } + ]; + }; + geos = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + "br2684ctl" + "flashrom" + "kmod-hwmon-lm90" + "kmod-mppe" + "kmod-pppoa" + "kmod-usb-ohci-pci" + "linux-atm" + "ppp-mod-pppoa" + "pppdump" + "pppstats" + "soloscli" + "tc" + ]; + image_prefix = "openwrt-21.02.1-x86-geode-geos"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-x86-geode-geos-squashfs-combined-efi.img.gz"; + sha256 = "fc27172926b90b09432dfe9000bd92f97b03d26d733127c856ddeb446ce488da"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-x86-geode-geos-squashfs-combined.img.gz"; + sha256 = "8235efb28f195e3ebd73b9383ceda65ecc650cb9233d8c232f35eedebe8fd763"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-x86-geode-geos-squashfs-rootfs.img.gz"; + sha256 = "829d345923bffc25bb8136149caccdc00b67d28dd3d244fe52f64df8a45da8cc"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-x86-geode-geos-ext4-combined-efi.img.gz"; + sha256 = "01dd4920954a34245210a22e36a640442ec181d2eda98f78af6c5dfeced4ca14"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-x86-geode-geos-ext4-combined.img.gz"; + sha256 = "e2294d5d30139a1f15e83895b660cbb941bbd1b2b454803cbc9cea795a832f34"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-x86-geode-geos-ext4-rootfs.img.gz"; + sha256 = "55d138bb33b22945850437fea0677f0f9f26bc42082847fc6a431dcf91aba53c"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Traverse Technologies Geos"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "x86/geode"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + legacy = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-21.02.1-x86-legacy-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-x86-legacy-generic-squashfs-combined-efi.img.gz"; + sha256 = "abab5da6b72c46db2fc325ba2d7d2aab1d6a7ebe14d4bc91a3bd8b469046387c"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-x86-legacy-generic-squashfs-combined.img.gz"; + sha256 = "4df6858bb5b31d93453be8fc7fdf808a4d7ea51f212c393eb27a8cf9dd542af6"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-x86-legacy-generic-squashfs-rootfs.img.gz"; + sha256 = "9a47ee9bf045d428767bdb9f03bbdf6df072660a0b26549201cd8deac3decab5"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-x86-legacy-generic-ext4-combined-efi.img.gz"; + sha256 = "06b434fe23eb4ab26627fe0278d45ce8ed60aa056fbc7216b4879ced5038aca9"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-x86-legacy-generic-ext4-combined.img.gz"; + sha256 = "f69f34e9faac97db4b89aa2a8526fb2e77007604087d07f1e09245ef98a061d1"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.1-x86-legacy-generic-ext4-rootfs.img.gz"; + sha256 = "0b3289bc6fc49f4ddfc6a272e268c1113f34b763ecafa4900bd573685874ed0b"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/legacy"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "x86/legacy"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-msdos" + "kmod-ipt-offload" + "kmod-usb-storage" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "2d7e237c9e762ff41d3a475530d23c9284a09fa3dbaeb75a83b845aed44e5f0e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "avnet,zynq-zed" + ]; + titles = [ + { + model = "ZedBoard"; + vendor = "Avnet"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "545eecfe0eff354588465b7465109c2c0d425209c1025bab3dd7631b276012e5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo" + ]; + titles = [ + { + model = "Zybo"; + vendor = "Digilent"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.1-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "f09fe103c5b445cbf114e4b6fb8ba061e5744d0af203de094de806daef47f69c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo-z7" + ]; + titles = [ + { + model = "Zybo Z7"; + vendor = "Digilent"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-21.02.1-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.1-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "f90cca9c8e85fb20d48610ad7dfd75c1b3fe68bc7da3e03cc1706a092023ff1a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xlnx,zynq-zc702" + ]; + titles = [ + { + model = "ZC702"; + vendor = "Xilinx"; + } + ]; + }; + }; + source_date_epoch = "1635066095"; + target = "zynq/generic"; + version_code = "r16325-88151b8303"; + version_number = "21.02.1"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/21.02.2.nix b/cached-profiles/21.02.2.nix new file mode 100644 index 00000000..0fc5ef83 --- /dev/null +++ b/cached-profiles/21.02.2.nix @@ -0,0 +1,43891 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-i2c-core" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.2-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-apm821xx-nand-meraki_mr24-initramfs-kernel.bin"; + sha256 = "fa0bfa017902c33b5f169901138fb025958a5308b186fd27c6ede683f7db9bc2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "0b3fe0678a3c3d15577272e562ce3ade728029b1ec50dda4d4c9ba9c943c4aa0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + model = "MR24"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.2-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-apm821xx-nand-meraki_mx60-initramfs-kernel.bin"; + sha256 = "72159ab7b01217e507e8fe4f1cb0e3712eb409551c9f1c258fa774c762dc7c1f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "2a121d27e2a700c9a4dcd49f8184469b87bffe3a1861c41ab65a9c76ab79fe56"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mx60" + "mx60" + ]; + titles = [ + { + model = "MX60/MX60W"; + vendor = "Cisco Meraki"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.2-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "7a16d8322d550ea491fea4eeba5fdb50d98c4b203bdc90374284262add6c2854"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "05f934cf2ec7ad6ab7c17e2cb464ffaa3e63c4e29449490a8e28bb13446e4b8f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-apm821xx-nand-netgear_wndap620-initramfs-kernel.bin"; + sha256 = "51b674439d9e72195d35c32bea986100d759b496c03c198c2e63c3f16153a335"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + model = "WNDAP620 (Premium Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.2-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-apm821xx-nand-netgear_wndap660-initramfs-kernel.bin"; + sha256 = "b427386b87b1e77dbf55d3fee4db699adbc75c6b4105da105ac3eab5b2d4763b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "04acbb6774d7c5872a06df403a283e90a004e434f8adfdd58107f4d722d28d6e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "18a193072c5c896d985ecdd1eddbefb34db6ab68a00f6f177fb277cfff8d4a01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + model = "WNDAP660 (Dual Radio Dual Band Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-hwmon-drivetemp" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.2-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "4b72afe01eee25440ac4c3998429352c2765d07159b8ecdf7af36f35301f65c3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "d2f0fcffbab44a91996dcd0e468fc51178d3efd510cfaf249bae612b9950a2e6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-apm821xx-nand-netgear_wndr4700-initramfs-kernel.bin"; + sha256 = "c01c5de09198905e2c65a868962eb3f14519c2309cd31f79ba70d0f8f6d9e783"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + model = "Centria N900 WNDR4700/WNDR4720"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "apm821xx/nand"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "badblocks" + "base-files" + "block-mount" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "e2fsprogs" + "f2fsck" + "fdisk" + "fstools" + "kmod-dm" + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-md-mod" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mkf2fs" + "mtd" + "netifd" + "opkg" + "partx-utils" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "13fdfe127115a53eab00e6a1f4e7eea2be8a54514dd660cc7be18d58f71fee5f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "1eebb0d4e17e49b811f51ed26c19e898ab7814c2d17f202d19e4c7db47908cde"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-apm821xx-sata-wd_mybooklive-initramfs-kernel.bin"; + sha256 = "58bd3f9170640172b55079dc86cac8d56b45320184fe82de09c80087ff969d7e"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "50fe48acac4f6b82040aab90bdf57864546c5cf81ac9196f1cb91cd73e12de72"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "460fabbed0f70bb1300a871769c2d500bc5ff609bc3e79e5061fbcd900aa80bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + model = "My Book Live Series (Single + Duo)"; + vendor = "Western Digital"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "apm821xx/sata"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + arc770 = { + generic = { + arch_packages = "arc_arc700"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-arc770-generic-nsim"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-arc770-generic-nsim-initramfs.elf"; + sha256 = "d9705e010a01954ffb4be3a07e16c1e88e7abb5f0c7d6618fd5666e141578bd8"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim" + ]; + titles = [ + { + model = "nSIM"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "arc770/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + archs38 = { + generic = { + arch_packages = "arc_archs"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim_hs = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-archs38-generic-nsim_hs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-archs38-generic-nsim_hs-initramfs.elf"; + sha256 = "61fd6fe4cd50e09446bc1b9f1c92f45f2975ace0ac713493c8d1f5581008d1fa"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim,hs" + ]; + titles = [ + { + model = "nSIM HS"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "archs38/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-at91-udc" + "kmod-ipt-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + atmel_at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9263ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9263ek-squashfs-root.ubi"; + sha256 = "8f4a691afa4b7ce28f7844dd11b13271c8a9f00ca4e5a45b937f1fc1a0afc4ef"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9263ek-ubifs-root.ubi"; + sha256 = "f4ebaa55f2a11459ee286d975d570ae4f452f707be37eb3dd9aa0ea8718cbc64"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9263ek" + ]; + titles = [ + { + model = "AT91SAM9263-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9g15ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9g15ek-ubifs-root.ubi"; + sha256 = "f4ebaa55f2a11459ee286d975d570ae4f452f707be37eb3dd9aa0ea8718cbc64"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9g15ek-squashfs-root.ubi"; + sha256 = "8f4a691afa4b7ce28f7844dd11b13271c8a9f00ca4e5a45b937f1fc1a0afc4ef"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g15ek" + ]; + titles = [ + { + model = "AT91SAM9G15-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9g20ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9g20ek-ubifs-root.ubi"; + sha256 = "f4ebaa55f2a11459ee286d975d570ae4f452f707be37eb3dd9aa0ea8718cbc64"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9g20ek-squashfs-root.ubi"; + sha256 = "8f4a691afa4b7ce28f7844dd11b13271c8a9f00ca4e5a45b937f1fc1a0afc4ef"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek-2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9g20ek-2mmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9g20ek-2mmc-squashfs-root.ubi"; + sha256 = "8f4a691afa4b7ce28f7844dd11b13271c8a9f00ca4e5a45b937f1fc1a0afc4ef"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9g20ek-2mmc-ubifs-root.ubi"; + sha256 = "f4ebaa55f2a11459ee286d975d570ae4f452f707be37eb3dd9aa0ea8718cbc64"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek_2mmc" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + variant = "2MMC"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9g25ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9g25ek-squashfs-root.ubi"; + sha256 = "8f4a691afa4b7ce28f7844dd11b13271c8a9f00ca4e5a45b937f1fc1a0afc4ef"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9g25ek-ubifs-root.ubi"; + sha256 = "f4ebaa55f2a11459ee286d975d570ae4f452f707be37eb3dd9aa0ea8718cbc64"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g25ek" + ]; + titles = [ + { + model = "AT91SAM9G25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9g35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9g35ek-squashfs-root.ubi"; + sha256 = "8f4a691afa4b7ce28f7844dd11b13271c8a9f00ca4e5a45b937f1fc1a0afc4ef"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9g35ek-ubifs-root.ubi"; + sha256 = "f4ebaa55f2a11459ee286d975d570ae4f452f707be37eb3dd9aa0ea8718cbc64"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g35ek" + ]; + titles = [ + { + model = "AT91SAM9G35-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9m10g45ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "f4ebaa55f2a11459ee286d975d570ae4f452f707be37eb3dd9aa0ea8718cbc64"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "8f4a691afa4b7ce28f7844dd11b13271c8a9f00ca4e5a45b937f1fc1a0afc4ef"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9m10g45ek" + ]; + titles = [ + { + model = "AT91SAM9M10G45-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9x25ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9x25ek-ubifs-root.ubi"; + sha256 = "f4ebaa55f2a11459ee286d975d570ae4f452f707be37eb3dd9aa0ea8718cbc64"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9x25ek-ext4-sdcard.img.gz"; + sha256 = "f12a3077210a2201f28c26703ea1db995f4e881996226b453c81cb6680eae4fa"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9x25ek-squashfs-root.ubi"; + sha256 = "8f4a691afa4b7ce28f7844dd11b13271c8a9f00ca4e5a45b937f1fc1a0afc4ef"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x25ek" + ]; + titles = [ + { + model = "AT91SAM9X25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9x35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9x35ek-squashfs-root.ubi"; + sha256 = "8f4a691afa4b7ce28f7844dd11b13271c8a9f00ca4e5a45b937f1fc1a0afc4ef"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9x35ek-ubifs-root.ubi"; + sha256 = "f4ebaa55f2a11459ee286d975d570ae4f452f707be37eb3dd9aa0ea8718cbc64"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-at91-sam9x-atmel_at91sam9x35ek-ext4-sdcard.img.gz"; + sha256 = "29729c785a7b098c98749567550ce7dbba78c62c5d3c4c7223705234c503c2a0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,at91sam9x35ek" + ]; + titles = [ + { + model = "AT91SAM9X35-EK"; + vendor = "Atmel"; + } + ]; + }; + calamp_lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-calamp_lmu5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-calamp_lmu5000-squashfs-factory.bin"; + sha256 = "9be3fb8ddafd3328c53a5e58b67e06bf557e5d32994e3ddfe6435286f3a52440"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-calamp_lmu5000-ubifs-factory.bin"; + sha256 = "67b09bf01d5bf8a32a9caf215832d6927a7c82c1c9cd141e4ad909c889656f7c"; + type = "factory"; + } + ]; + supported_devices = [ + "calamp,lmu5000" + ]; + titles = [ + { + model = "LMU5000"; + vendor = "CalAmp"; + } + ]; + }; + calao_tny-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-calao_tny-a9260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-calao_tny-a9260-squashfs-factory.bin"; + sha256 = "0e524680602e57a3146c7caa5d733db795572eb12f3aca84ecef905619798186"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-calao_tny-a9260-ubifs-factory.bin"; + sha256 = "b9b757b7f11a89f77302d6ff33a5de35b082a266d243459d4f667a0b816ae79c"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9260" + ]; + titles = [ + { + model = "TNY A9260"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-calao_tny-a9263"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-calao_tny-a9263-ubifs-factory.bin"; + sha256 = "0716274e7f37bbaceba91337f0e092f4e4ebae57f1a5563afce795ff65c65ca6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-calao_tny-a9263-squashfs-factory.bin"; + sha256 = "431d2d195ca04181f5450ed6ab9baffe69c7b49efeda94ec87b54fee2b8efae2"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,tny-a9263" + ]; + titles = [ + { + model = "TNY A9263"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-calao_tny-a9g20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-calao_tny-a9g20-squashfs-factory.bin"; + sha256 = "19a699f139ea3c7384ca24ebbbb34ce454bbef6adfd07e8d51198b1e65c13a7b"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-calao_tny-a9g20-ubifs-factory.bin"; + sha256 = "172b8d8beb07db5a8a2b6f3c3de7d41f72d62b15529fbde494cb1111742fb6d2"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9g20" + ]; + titles = [ + { + model = "TNY A9G20"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-calao_usb-a9260"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-calao_usb-a9260-ubifs-factory.bin"; + sha256 = "b74645c9f6227e44ad35571e83d6c96b9f5e79f6bd7eef50acbe9aadb818f8b9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-calao_usb-a9260-squashfs-factory.bin"; + sha256 = "3004f420f6ed42b8b4365c7fa5f27fd3cfdc1b5bb3b01815f8e75666d4aed4da"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9260" + ]; + titles = [ + { + model = "USB A9260"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-calao_usb-a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-calao_usb-a9263-squashfs-factory.bin"; + sha256 = "ed0e06a8b3509e79dbf1b0827198570fefb054c67f449ea76008682f697f8c2a"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-calao_usb-a9263-ubifs-factory.bin"; + sha256 = "2574fcd977403400ec6700cb04f7df995fb54e1c4ad619a1ebc8f34735d5228d"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,usb-a9263" + ]; + titles = [ + { + model = "USB A9263"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-calao_usb-a9g20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-calao_usb-a9g20-ubifs-factory.bin"; + sha256 = "894e61c38a3d1f7a27abf58402cf27a72fee0f4f2213e461583cbd6e6cd07f66"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-calao_usb-a9g20-squashfs-factory.bin"; + sha256 = "7a03584e7e93ce1f5d1e6c31a93d417f62b8b50f2847739d267b0d80ea8b08c7"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9g20" + ]; + titles = [ + { + model = "USB A9G20"; + vendor = "Calao"; + } + ]; + }; + egnite_ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-egnite_ethernut5"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-egnite_ethernut5-ubifs-root.ubi"; + sha256 = "fbfb3934333739846f3693d90888221c24f8f4c4c2a38acdf9176e59d50a4c8d"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-egnite_ethernut5-squashfs-root.ubi"; + sha256 = "61a827d281360eb46965143cd473c28d6d2c318bb3f5a76438f5740099637219"; + type = "root"; + } + ]; + supported_devices = [ + "egnite,ethernut5" + ]; + titles = [ + { + model = "Ethernut 5"; + vendor = "egnite"; + } + ]; + }; + laird_wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-21.02.2-at91-sam9x-laird_wb45n"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sam9x-laird_wb45n-ubifs-root.ubi"; + sha256 = "80f3ff8eb185ad965a9edd9255355005f526a7e9106ef79c339d93486f523c86"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sam9x-laird_wb45n-squashfs-root.ubi"; + sha256 = "daf9120b10b2fa1c61b83e69697acbc6d459c7b7d0fd6b6b9bd1f84b50e981f4"; + type = "root"; + } + ]; + supported_devices = [ + "laird,wb45n" + ]; + titles = [ + { + model = "WB45N"; + vendor = "Laird"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "at91/sam9x"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-at91-udc" + "kmod-ipt-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama5d2-ptc-ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sama5-microchip_sama5d2-ptc-ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-at91-sama5-microchip_sama5d2-ptc-ek-ext4-sdcard.img.gz"; + sha256 = "9cbfb776f574973250010dcf29a37417a9e0b83bec411504d57577aae7263907"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sama5-microchip_sama5d2-ptc-ek-ubifs-root.ubi"; + sha256 = "1481b8b65fdc95dce64b9bf5c86b717e96fb18265face09b983c3740287ce94c"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sama5-microchip_sama5d2-ptc-ek-squashfs-root.ubi"; + sha256 = "c05c86c2a0e39f29ef657998c87dcc865c7da390ef33302933cee3c32d1cf476"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-ptc_ek" + ]; + titles = [ + { + model = "SAMA5D2 PTC Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sama5-microchip_sama5d2-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sama5-microchip_sama5d2-xplained-ubifs-root.ubi"; + sha256 = "1481b8b65fdc95dce64b9bf5c86b717e96fb18265face09b983c3740287ce94c"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sama5-microchip_sama5d2-xplained-squashfs-root.ubi"; + sha256 = "c05c86c2a0e39f29ef657998c87dcc865c7da390ef33302933cee3c32d1cf476"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-at91-sama5-microchip_sama5d2-xplained-ext4-sdcard.img.gz"; + sha256 = "68a6f3eafbd52d0fb23bdc83b9ccb49e6addfc65237ba2303e9c70ff5394be0d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d2-xplained" + ]; + titles = [ + { + model = "SAMA5D2 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-som1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sama5-microchip_sama5d27-som1-ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sama5-microchip_sama5d27-som1-ek-squashfs-root.ubi"; + sha256 = "c05c86c2a0e39f29ef657998c87dcc865c7da390ef33302933cee3c32d1cf476"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sama5-microchip_sama5d27-som1-ek-ubifs-root.ubi"; + sha256 = "1481b8b65fdc95dce64b9bf5c86b717e96fb18265face09b983c3740287ce94c"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-at91-sama5-microchip_sama5d27-som1-ek-ext4-sdcard.img.gz"; + sha256 = "0a447b9c207d0712d21f68691a8e6da6e2b24925cbb8c11871b0b4777e799a81"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d27-som1-ek" + ]; + titles = [ + { + model = "SAMA5D27 SOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d3-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sama5-microchip_sama5d3-xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sama5-microchip_sama5d3-xplained-squashfs-root.ubi"; + sha256 = "c05c86c2a0e39f29ef657998c87dcc865c7da390ef33302933cee3c32d1cf476"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-at91-sama5-microchip_sama5d3-xplained-ext4-sdcard.img.gz"; + sha256 = "719e901c4eb1565886e645c6dabb0a0beadc0e7cbd3d8541deb211c77d24c3e4"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sama5-microchip_sama5d3-xplained-ubifs-root.ubi"; + sha256 = "1481b8b65fdc95dce64b9bf5c86b717e96fb18265face09b983c3740287ce94c"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d3-xplained" + ]; + titles = [ + { + model = "SAMA5D3 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d4-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-at91-sama5-microchip_sama5d4-xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-at91-sama5-microchip_sama5d4-xplained-squashfs-root.ubi"; + sha256 = "8e5617c5f6885eee32e22ceb106d62f49ef80dcf3c4320304589c487fc2ec7ac"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-at91-sama5-microchip_sama5d4-xplained-ubifs-root.ubi"; + sha256 = "c8bf25ac4504940b2842763737545af1f12391005a458adb3cb1e076235bd219"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-at91-sama5-microchip_sama5d4-xplained-ext4-sdcard.img.gz"; + sha256 = "c0db4bb6331321d98acee4039bd174f4a7db18aff5a30513ca05c91039ac1b5f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d4-xplained" + ]; + titles = [ + { + model = "SAMA5D4 Xplained"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "at91/sama5"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath5k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath25-generic-kernel.elf"; + sha256 = "10d0e68ddc7dad1e8a5e0e9eea98fea236af2ae81b30376d2442d268ad436c3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath25-generic-squashfs-rootfs.bin"; + sha256 = "11d28dc8daabe3e7d8f9610b442f9212f53302d8729189226016847d71411087"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath25-generic-kernel.lzma"; + sha256 = "6cc2bf06fa7daab80ff4e202854470272042fadcf32f82c8d72527f58d56188a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath25-generic-kernel.gz"; + sha256 = "1c5c1a644a27787966e49df2d5bddc64b587acbd3277eb373f2d1610f052dc39"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "ef981c66ff9706e3aedba2d7dcfbe6446e350c1229694bbfe39ed4de92181d09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Generic AR2xxx board"; + vendor = "Atheros"; + } + ]; + }; + ubnt_picostation-2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath25-ubnt_picostation-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath25-ubnt_picostation-2-squashfs-sysupgrade.bin"; + sha256 = "f9b9cebf4d0c3a79c0c8ee4d2f7e3b8a6cac796135c7fc4aff1bb9f96f11dbc1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-2" + ]; + titles = [ + { + model = "Picostation 2 (XS2-8)"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "ath25/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "b1bce3a2c30ea49cbb0a18f2791972b379951062eec430b9ede1e963ba2ba61d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-8dev_carambola2-initramfs-kernel.bin"; + sha256 = "a6cdc7b3409e3133f99af9452d43821d7e81be92c818ead1c3bdb174da6c0c41"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + model = "Carambola2"; + vendor = "8devices"; + } + ]; + }; + "8dev_lima" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-8dev_lima"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-8dev_lima-initramfs-kernel.bin"; + sha256 = "e1274ac8abb5628861129f30c05c846722944ca11a0eaff74d104862fcf9ae74"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-8dev_lima-squashfs-sysupgrade.bin"; + sha256 = "14c13dc877b7e382a48099d1061b99286331b53c469ef1fd0fbc53f06899cd80"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,lima" + "lima" + ]; + titles = [ + { + model = "Lima"; + vendor = "8devices"; + } + ]; + }; + adtran_bsap1800-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-adtran_bsap1800-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-adtran_bsap1800-v2-squashfs-rootfs.bin"; + sha256 = "6343b4fe766a962d79238426d704f9b251bdcaf36ae3f7cec2dd8a5a9f1a9874"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-adtran_bsap1800-v2-squashfs-kernel.bin"; + sha256 = "3147a11115c3ab2576b0199ce332c1e52881ce24f096ca641ac64c84278bc788"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-adtran_bsap1800-v2-initramfs-kernel.bin"; + sha256 = "ff940780d82762a43ef67e2e02f6ea030705880e7c3a97f992789ac9cb7a27c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-adtran_bsap1800-v2-squashfs-sysupgrade.bin"; + sha256 = "5be1634107645d88a59b4d6558057dc7645aef54350e5a9e00cb6506f7a7e3a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adtran,bsap1800-v2" + ]; + titles = [ + { + model = "BSAP-1800"; + variant = "v2"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + adtran_bsap1840 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-adtran_bsap1840"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-adtran_bsap1840-initramfs-kernel.bin"; + sha256 = "7ce4e9be87aebe4777ac73fe458e3fd98f3453ed545e6dfd5a5afc1efad75f5f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-adtran_bsap1840-squashfs-sysupgrade.bin"; + sha256 = "09cc87b3616d8553006c45a0754830353fceaf771464df127a83193d44fc6e0d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-adtran_bsap1840-squashfs-rootfs.bin"; + sha256 = "6343b4fe766a962d79238426d704f9b251bdcaf36ae3f7cec2dd8a5a9f1a9874"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-adtran_bsap1840-squashfs-kernel.bin"; + sha256 = "99397c752dcaf6b76b94eb085faca40559a4d6aae2a7b0fe7b74f3f3df0b9d6f"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1840" + ]; + titles = [ + { + model = "BSAP-1840"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + airtight_c-75 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-airtight_c-75"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-airtight_c-75-squashfs-sysupgrade.bin"; + sha256 = "a1422f02f429b9ebef18ed9da21478da845988e6bb7b28bd39e5c2efa2fb0158"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-airtight_c-75-initramfs-kernel.bin"; + sha256 = "a1ca16593c0dd6903e0003456e95baca17d22ad4d953f5d1aa0dc28e49d742a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "airtight,c-75" + ]; + titles = [ + { + model = "C-75"; + vendor = "AirTight Networks"; + } + { + model = "C-75"; + vendor = "Mojo Networks"; + } + { + model = "AP320"; + vendor = "WatchGuard"; + } + ]; + }; + alfa-network_ap121f = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-alfa-network_ap121f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-alfa-network_ap121f-squashfs-sysupgrade.bin"; + sha256 = "e60d78053ac2e6bdf96d0cca5a2d515fe5c441bd6a238ba87c3c2392efaab32e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-alfa-network_ap121f-initramfs-kernel.bin"; + sha256 = "ecd1938ce6d624c0e91eddab9f1457e23faec2d1d1bb94636f8a4d54720b8932"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121f" + "ap121f" + ]; + titles = [ + { + model = "AP121F"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_ap121fe = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-gadget-eth" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-alfa-network_ap121fe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-alfa-network_ap121fe-squashfs-sysupgrade.bin"; + sha256 = "250cb995a8fe68574e6b94e379851a42f12ffe1cc638c0a07850313c9291ca2b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-alfa-network_ap121fe-initramfs-kernel.bin"; + sha256 = "7a1dbda2df1cbb37887469db1fcdbb00ca12e9f273c6f6644fd2b9f78cb2efbb"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121fe" + ]; + titles = [ + { + model = "AP121FE"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n2q = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-gpio-pcf857x" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-alfa-network_n2q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-alfa-network_n2q-initramfs-kernel.bin"; + sha256 = "5a9b711b4c0f4345e8f034cf859a0daeb21aa3ad151517695b0667a56532cac1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-alfa-network_n2q-squashfs-sysupgrade.bin"; + sha256 = "1d63690d64275d36ea665d46e7cfe80833353278a3f710300e6ce8b47b8f5e65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,n2q" + ]; + titles = [ + { + model = "N2Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n5q = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-alfa-network_n5q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-alfa-network_n5q-squashfs-sysupgrade.bin"; + sha256 = "850b053077f2dfde02992c97ccaab36ea9e1adca2d711b29634dce47d29cfb9f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-alfa-network_n5q-initramfs-kernel.bin"; + sha256 = "8e08af2ec6ddbd788c011d9649a5a7b783ddf545e1607726c09625e08c2c8dea"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n5q" + "n5q" + ]; + titles = [ + { + model = "N5Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_pi-wifi4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-alfa-network_pi-wifi4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-alfa-network_pi-wifi4-initramfs-kernel.bin"; + sha256 = "027cd303289c8047a90ef2344577c388819d47a08b29319ed58bed0fd5ea4f13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-alfa-network_pi-wifi4-squashfs-sysupgrade.bin"; + sha256 = "5801d26b3fe232a251615f512f34ffcbd03d82407968b7420d5c39a1adaca54f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,pi-wifi4" + ]; + titles = [ + { + model = "Pi-WiFi4"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-alfa-network_r36a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-alfa-network_r36a-squashfs-sysupgrade.bin"; + sha256 = "0a54970ded7b18fa7253f6f3186b364fa54333fa2b9eb0600772d5b9d1ae09ae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-alfa-network_r36a-initramfs-kernel.bin"; + sha256 = "fcab447a95e3441a5797b061de541acdb231be2ce69aafb79a2d2c7cfbaaac44"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36a" + "r36a" + ]; + titles = [ + { + model = "R36A"; + vendor = "ALFA Network"; + } + ]; + }; + allnet_all-wap02860ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-allnet_all-wap02860ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-allnet_all-wap02860ac-initramfs-kernel.bin"; + sha256 = "0138106aacd38f887ba2714c4840e31530bf45e8d54b1ba07cd46eecb418beb7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-allnet_all-wap02860ac-squashfs-sysupgrade.bin"; + sha256 = "f6c397db7b55be7017196bcb03d3e84b8211f592f767ba08f7c638cd47476430"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-allnet_all-wap02860ac-squashfs-factory.bin"; + sha256 = "754a02058fc73f2e9a77ccdf725575062f2e02005562bbd737078131e573c0ac"; + type = "factory"; + } + ]; + supported_devices = [ + "allnet,all-wap02860ac" + ]; + titles = [ + { + model = "ALL-WAP02860AC"; + vendor = "ALLNET"; + } + ]; + }; + arduino_yun = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "block-mount" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-arduino_yun"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-arduino_yun-squashfs-sysupgrade.bin"; + sha256 = "dbb01b774ee18917c9edb0f398c86968c28758b7dfeb206833341c603f917707"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-arduino_yun-initramfs-kernel.bin"; + sha256 = "1a1a009fb9a9dc8f83796c90a296c56fda89521e60e187ca4ab182c156416cb5"; + type = "kernel"; + } + ]; + supported_devices = [ + "arduino,yun" + "arduino-yun" + ]; + titles = [ + { + model = "Yun"; + vendor = "Arduino"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-aruba_ap-105-initramfs-kernel.bin"; + sha256 = "2b2087b7bc42a4b63e5a93088f4c02f41c67c1c03076012c74cb8c80786f39cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "b6fdd6c64317908dc45b247f0b94506c2a771126a754d3bb77258fe56196b6f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + model = "AP-105"; + vendor = "Aruba"; + } + ]; + }; + avm_fritz1750e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-avm_fritz1750e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-avm_fritz1750e-initramfs-kernel.bin"; + sha256 = "32b89ead22baf11d349e28174c9a710fe419dc30b9119484b757e136349e1502"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin"; + sha256 = "76bf4318350d056c33aea7ba2839756aab10b67a52374ed2d0ac51a24e7363a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz1750e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 1750E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-avm_fritz300e-initramfs-kernel.bin"; + sha256 = "7641f2389e4dd7e3bfc73d65130855961e029b92d21dfb2a92f59120e9d76027"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "228a42c238c10729075b5bd3bc3ad04e88eb61b18e9defe7804280eac97faa01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 300E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "28a4d73d677db4fa56ef922cd33584e3e130dd8627e13dd3cac079c3fc706ad5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-avm_fritz4020-initramfs-kernel.bin"; + sha256 = "60f9b3a8d76b69cbf828c596b9f527ceac7b137e72d02b08616ed49d656e1c1f"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + model = "FRITZ!Box 4020"; + vendor = "AVM"; + } + ]; + }; + avm_fritz450e = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-avm_fritz450e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-avm_fritz450e-squashfs-sysupgrade.bin"; + sha256 = "668750734b93e607de83e835d5c071350f48dc38c2168be8eb6ab59659b7accc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-avm_fritz450e-initramfs-kernel.bin"; + sha256 = "b0f9906c21881d074ba5339fe62c613e721ddcdc19a4b67a0ff92904f49850ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz450e" + "fritz450e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 450E"; + vendor = "AVM"; + } + ]; + }; + avm_fritzdvbc = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-avm_fritzdvbc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-avm_fritzdvbc-squashfs-sysupgrade.bin"; + sha256 = "53e74fe79f6741f3b3e421acce6f98913d9ac880b1a9a224c828669d428d37f8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-avm_fritzdvbc-initramfs-kernel.bin"; + sha256 = "73361dc315be45d31d9c7fabceb7d08ccf61ac2172aa542cb2b1ec2506c8da72"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzdvbc" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater DVB-C"; + vendor = "AVM"; + } + ]; + }; + belkin_f9j1108-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-belkin_f9j1108-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-belkin_f9j1108-v2-squashfs-sysupgrade.bin"; + sha256 = "67ba6bda0ba158e1120b5b96514c436340e48cf9d2af36548a2344566f13cdc0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-belkin_f9j1108-v2-squashfs-factory.bin"; + sha256 = "4133f8b5ba63ae753489da712a75c314f676e817a9ef15e9cbda185c3ef71770"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-belkin_f9j1108-v2-initramfs-kernel.bin"; + sha256 = "e709be2142a066a7b79775dfc618ee1b2cca9512b4a54f4385cafad851ee8aea"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f9j1108-v2" + ]; + titles = [ + { + model = "F9J1108 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + belkin_f9k1115-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-belkin_f9k1115-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-belkin_f9k1115-v2-squashfs-sysupgrade.bin"; + sha256 = "d083e3ac854a4ade5dce806c954350b1c9781464ebe708e77ca6683cd401b9d8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-belkin_f9k1115-v2-squashfs-factory.bin"; + sha256 = "256ff609e8c52affb47189d4fea8fd4338db68f3a9abad7320b44bce8a84caa9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-belkin_f9k1115-v2-initramfs-kernel.bin"; + sha256 = "e2fac7fdf359daf5fb846fa862945d1bb5c68f70f61c1e2082cd76cb1d83278d"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f9k1115-v2" + ]; + titles = [ + { + model = "F9K1115 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "0fdc83184fdd708d5d40c9890e2f664c21a9924c72b1a631f62b4df71bde5d88"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "f6cafeb47807a97da0624a40575ebadf6bcf0198a904b351af51cc3d529f11ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_bhr-4grv-initramfs-kernel.bin"; + sha256 = "8fe21ccca072a51f97e70b4ff5f976fedc68241b1dba6f3613ba1cbb0c8d2b88"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "ace0eff6051244078a8a0a704693c254d61587b6974235561f757798ce53d7aa"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "BHR-4GRV"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_bhr-4grv2-initramfs-kernel.bin"; + sha256 = "8280123432a949d03728e9ad63cab48c591c7e5a1ea584e930e3ee6c2b02ce05"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "ce5f17a2244e76a345b534bbcdea3e1ba4c5ffcd1e7a823c750289095d18c44d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + model = "BHR-4GRV2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-buffalo_wzr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-600dhp-squashfs-factory.bin"; + sha256 = "901afc23499bb30bf0f82452db75e79064efbd090bbb0ec52867dcd0848d045a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-600dhp-squashfs-tftp.bin"; + sha256 = "839b7e8d2ca6fb79a60736374836447428a446215b5d8feb5a17c198c114c0cc"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "a75cd304e8ed19835aa395ed7565016bef12932e20f638a5a308696320a6d683"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-600dhp-initramfs-kernel.bin"; + sha256 = "c62d6b0ed4f5aeeb43ee2682cc6eb3e8f4b26d5fd395a992fb02bb43bc8a0e72"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "83a1385d6e2bb03af6a6c5da5a701b185f2cb92d902e5841ae029a67ccc1b4cf"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "5c6e2ebed7be3cb1afa45e328f160c8f793fd5bd4417c68e9d645f3ff74838e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-ag300h-initramfs-kernel.bin"; + sha256 = "03e3dbfdf71d5be718f210268219826d6668988b814a01b7a0f6e402853f4bb9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "9d1c206a725f08679213d80f20ba297d4b4c44c814a55ac724f89db34f7606fe"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-HP-AG300H"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-rb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-gpio-nxp-74hc153" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g300nh-rb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-factory.bin"; + sha256 = "78fe1c51511d736177259fcbca61f2bd86d298d10475a6877032c0029795cffb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g300nh-rb-initramfs-kernel.bin"; + sha256 = "fabad24c97f7db7889545bba181981de3d5db8bb39c3929ad1fdb29fa444116e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-tftp.bin"; + sha256 = "70d90c881939dc77be1887347e113b47197c5c897044fca8a4b49c291dfba970"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-sysupgrade.bin"; + sha256 = "f720ae7b4476c55d784da7008bebd859868f3b312d02d4bc07b6e5303c42c1dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-rb" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366RB switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-s = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-gpio-nxp-74hc153" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g300nh-s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g300nh-s-initramfs-kernel.bin"; + sha256 = "f718d0ae4d442a3a0f5d1adf577b1f0f7691296ff78c9da038ea760bfd164294"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-tftp.bin"; + sha256 = "c3dc680502f659e1506af5243482574b9ce58ea6dd47caca7090926fc9eccc2a"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-sysupgrade.bin"; + sha256 = "d8059d38f7cfa71904a01de6d5163eaf15610ae0ffbf560d517f9fb2a9dbc3bf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-factory.bin"; + sha256 = "90cf4d4d92b9a2ec760c881a63bf90036ae25fd89216605a0774114657743bc1"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-s" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366S switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "8f9c3cef107b3c98d6200c73ac4209b41a9aeedbc80d537ae3edb9a8bfa471b1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g302h-a1a0-initramfs-kernel.bin"; + sha256 = "32d9310fdd09a217e86c5f517ccd8363d32cfbcea6c068ef88903f698e2bd91f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "b4e6b0c2b300a121d7ba18d303681d39d45689c458bc326b7c920d3f600774f5"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "2051cf4d118524f3bc7c198317fb2d8e1794c51025e71c1917721158e831952a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + model = "WZR-HP-G302H"; + variant = "A1A0"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "5a470ceb57bb5ef24c4bda8c68f6266846601207e2e68247a6c2e61d0d71a373"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "c86f12707a317c74c3520b1b0ec9e12494f7e84520d15504f2941b49729b1f4a"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g450h-initramfs-kernel.bin"; + sha256 = "396dddd334f98bb1477816b2c97a79d5f4aa71319e21cdd2e115cf0f43084c31"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "3f62a94210083899c9f1a9e4b5813a9f89abf8757b6e65b9d400d63b28484dc2"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "WZR-HP-G450H/WZR-450HP"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "288eac5cb7952ce04ddfa6c351a73ab1ab007bbd322b2dbfb14f237018b983a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-e110n-v2-initramfs-kernel.bin"; + sha256 = "e7b676929ed5824dc214cbafcfed7157dc4e4a042f39ada4ccf42472bd7b0088"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + model = "CF-E110N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "b700d6b3a67cc7103aec85a04299cdcdc47b1e733634a10c22f714105d1a1fb5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-e120a-v3-initramfs-kernel.bin"; + sha256 = "e97ef34b70770c19479f75d6aa9c7b26b38aefb48920d4110ca3c2e740a94217"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + model = "CF-E120A"; + variant = "v3"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e130n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-comfast_cf-e130n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-e130n-v2-squashfs-sysupgrade.bin"; + sha256 = "db50e098605052316f54b83daabd238cd09dfb5eac7c00ad5aa33fbc501352af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-e130n-v2-initramfs-kernel.bin"; + sha256 = "715932cbf5091c9fa9a3f22d9bef15d783c28be7ab456ed10279c6025ad19220"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e130n-v2" + ]; + titles = [ + { + model = "CF-E130N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e313ac = { + device_packages = [ + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-comfast_cf-e313ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-e313ac-initramfs-kernel.bin"; + sha256 = "47fe46dbe50fcbd2843f26fc44f9b56c5032120a4aec3d8793762e167d02afb1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-e313ac-squashfs-sysupgrade.bin"; + sha256 = "f9a56223dc8f15e92aab1a9d288fbfef4fd3b8d3724972f68668e652ac9cffa2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e313ac" + ]; + titles = [ + { + model = "CF-E313AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e314n-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-comfast_cf-e314n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-e314n-v2-squashfs-sysupgrade.bin"; + sha256 = "9e51b1d3a4d8f7f8f107887992d721df24acb0305387b05d1632c67e01ccb404"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-e314n-v2-initramfs-kernel.bin"; + sha256 = "e9c7a937d49879625ac418e4004db7d96eac15dd0971549630443593437c6ec8"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e314n-v2" + ]; + titles = [ + { + model = "CF-E314N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-e5-initramfs-kernel.bin"; + sha256 = "7c5f01e1685e205e7d4d847aa82f245205c8ebd7c35af392cf41689d865f6cae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "0b40c21f9d76a2dc2b3f47e507103aa5c49c5a16ae3341b032da0efd93fb699c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + model = "CF-E5/E7"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e560ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-comfast_cf-e560ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-e560ac-initramfs-kernel.bin"; + sha256 = "03e24d859cd283e1644967c2989c55d108ba6fe90032a1e8920b7c9e88b91237"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-e560ac-squashfs-sysupgrade.bin"; + sha256 = "6c2b452476c728727428e19ec81d0e6b30db6be5ab81a76ec4c918ff959546d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e560ac" + ]; + titles = [ + { + model = "CF-E560AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-ew72 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-comfast_cf-ew72"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-ew72-initramfs-kernel.bin"; + sha256 = "7eb0d9dd47b0bd45beaab3e13395d56679ef94db6a2cd1127016734b26008929"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-ew72-squashfs-sysupgrade.bin"; + sha256 = "391446b5b92033ede5541cb6abe6450bda4c38858bc7675194b277229f4615d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-ew72" + ]; + titles = [ + { + model = "CF-EW72"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-comfast_cf-wr650ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-wr650ac-v1-squashfs-sysupgrade.bin"; + sha256 = "82e4966df80fb2c8136aa32ff2fcf86000744f23abcc6b9adf60260b9e5e838d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-wr650ac-v1-initramfs-kernel.bin"; + sha256 = "e22dfe95d3bb2bd468ef8f303d7042cd325e23b9d3613b7a007d4ce6121e66e9"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v1" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-comfast_cf-wr650ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-wr650ac-v2-squashfs-sysupgrade.bin"; + sha256 = "d3b68451706183696b468dbb28deec8ec164c236ac12e039a762b6db1e2b3cd5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-wr650ac-v2-initramfs-kernel.bin"; + sha256 = "4113dc21c36de97074c03844439fe63abf6ef9c00424cdef8cb3f194b2da210c"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v2" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr752ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-comfast_cf-wr752ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-wr752ac-v1-initramfs-kernel.bin"; + sha256 = "98b7e09f1506804499eac546987dd60c6cd05f26d8440cce395b9308cc18a3df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-comfast_cf-wr752ac-v1-squashfs-sysupgrade.bin"; + sha256 = "5311737b59cbc02b625b7684a028ec72e3bd9774f0802e35654d74fcfeb48b07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr752ac-v1" + ]; + titles = [ + { + model = "CF-WR752AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + compex_wpj344-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-compex_wpj344-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-compex_wpj344-16m-initramfs-kernel.bin"; + sha256 = "c2968cc3f0117fb9418cfb50b83ef8acb664688f8e08a4f917ef4e8ac5942e86"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-compex_wpj344-16m-squashfs-cpximg-6a08.bin"; + sha256 = "0e58f2aea09bbb62c67fbbd8f10e207b1f8e2e52dc4a3d0316304207e61cbda0"; + type = "cpximg-6a08"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-compex_wpj344-16m-squashfs-sysupgrade.bin"; + sha256 = "6b2ee6d921efb3a79af528943bf0746ccd2d8a09e6a5b932dc346cb7f2a892be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj344-16m" + "wpj344" + ]; + titles = [ + { + model = "WPJ344"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj531-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-compex_wpj531-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-compex_wpj531-16m-squashfs-sysupgrade.bin"; + sha256 = "50effae3ac1a6a2a5d41da9de60b4e17faab3baf2689b411f43418a4cab6fdd6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-compex_wpj531-16m-initramfs-kernel.bin"; + sha256 = "417311c8fd68c19741bf4fc4d3e18c206c610978cbf0c147945abe5574a35ee1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a03.bin"; + sha256 = "256d32af4f428030b3d6a8bba8e2b0ec5949e8de2701f7a8f4c5e29d2024cd64"; + type = "cpximg-7a03"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a06.bin"; + sha256 = "24912199dc0418d581f5ecc1bee23874d30dd72211c81d4b60a3b47c8211aa74"; + type = "cpximg-7a06"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a04.bin"; + sha256 = "24912199dc0418d581f5ecc1bee23874d30dd72211c81d4b60a3b47c8211aa74"; + type = "cpximg-7a04"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a07.bin"; + sha256 = "24912199dc0418d581f5ecc1bee23874d30dd72211c81d4b60a3b47c8211aa74"; + type = "cpximg-7a07"; + } + ]; + supported_devices = [ + "compex,wpj531-16m" + "wpj531" + ]; + titles = [ + { + model = "WPJ531"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj563 = { + device_packages = [ + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-compex_wpj563"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-compex_wpj563-squashfs-sysupgrade.bin"; + sha256 = "9d4bc908f904fc95823fa73858e62ef437e12ccbf2bceb6cc1d1adcca2a6f84d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-compex_wpj563-initramfs-kernel.bin"; + sha256 = "77c020f739e170952a8f54531411696a301b2b59f6b8e7f33638d7b9f23c4e33"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-compex_wpj563-squashfs-cpximg-7a02.bin"; + sha256 = "7e1871d25ddd2a4dad7fa9445f61862a38b335de8f33e8a4144b910b1a07e8b1"; + type = "cpximg-7a02"; + } + ]; + supported_devices = [ + "compex,wpj563" + "wpj563" + ]; + titles = [ + { + model = "WPJ563"; + vendor = "Compex"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "a0e68770adbac05acbe55662352a6b5d90dd8d3f65a7f6c6f606c0deb1de1b0e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-devolo_dvl1200e-initramfs-kernel.bin"; + sha256 = "e2caf0d0948b7ac430591d578a90a96b77d19b998ee033a91e7bb663e4ecd00b"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + model = "WiFi pro 1200e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "9058b46a332acc713b47b35b42c938c70dfb7cc93521694468f0d97284fbc182"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-devolo_dvl1200i-initramfs-kernel.bin"; + sha256 = "004fb1ab6db29f248e563233febc3672e81a22d5c86eae6392a0d5cc6082a88f"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + model = "WiFi pro 1200i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "f8c9a1c99a6b7606b4b9f02970b714c0250f37596f08cbca4c9b7ac3737020c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-devolo_dvl1750c-initramfs-kernel.bin"; + sha256 = "d19de969c18f415b1ac8ce2d0562c4d7cc4e2c9200599d32feb4671d3f2cb286"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + model = "WiFi pro 1750c"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-devolo_dvl1750e-initramfs-kernel.bin"; + sha256 = "a6c79a3683ea323e2df7988cc7aa137bb4128a22d9e963d197160e45ca019ca4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "eeb5c5fc4dc5b3c8a1cb444c6dced4652c784ad831c52064b2a680838d791187"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + model = "WiFi pro 1750e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "c132fce08237c077afb670c6b169c7761f644f7d1695e7f23ee037f87303bfd1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-devolo_dvl1750i-initramfs-kernel.bin"; + sha256 = "f784d862baa90320e93ad983a8f5ef26b3f8fc17e5c30224dbc5bec176c5b521"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + model = "WiFi pro 1750i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-devolo_dvl1750x-initramfs-kernel.bin"; + sha256 = "227d1438a08a041db51b1104f499f5abc130ed2c9c2d926d2e2239204da0707e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "2c3058f0551614e477ecd4fddfe38013b9a57cce146d88699eb2e6d07567b5fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + model = "WiFi pro 1750x"; + vendor = "devolo"; + } + ]; + }; + devolo_magic-2-wifi = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-devolo_magic-2-wifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-devolo_magic-2-wifi-squashfs-sysupgrade.bin"; + sha256 = "63018f39e24477a288360e8c54a60ff4ba359c0e81972cbb750321c2f30e628e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-devolo_magic-2-wifi-initramfs-kernel.bin"; + sha256 = "6e604647319b5a1a5e8f7f642d68405c4de5371eeeee07a08516773d255e02bd"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi" + ]; + titles = [ + { + model = "Magic 2 WiFi"; + vendor = "Devolo"; + } + ]; + }; + dlink_dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dap-1330-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "e0a7b5d0a428e77a9a1cb8a0a15ffc43e2880106f21c9b643140b874cd0448b4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-1330-a1-initramfs-kernel.bin"; + sha256 = "2e3aff96abbbdd48f31745c53a08c08a72b77d78de75c4a8689cba951bbfa26e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-1330-a1-squashfs-factory.bin"; + sha256 = "afb39be6ce29c37d9fecacf90117bc5036efa0e1a959690e63e9cefed58ad046"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1330-a1" + "dap-1330-a1" + ]; + titles = [ + { + model = "DAP-1330"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-1365-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dap-1365-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-1365-a1-initramfs-kernel.bin"; + sha256 = "2b1c85dd9a0c8990c12ba658920c4edc51c4ec3f26fb5f2dae110cc030bbe102"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-1365-a1-squashfs-factory.bin"; + sha256 = "7f384535d0eeace8177807689e80804beab924fc92cbea6923fba9ac1a9ef292"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-1365-a1-squashfs-sysupgrade.bin"; + sha256 = "87cd676df25f1cf0b371e9a1ea1450c3567fc2ae7345297b6ca7a069b52b77db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1365-a1" + ]; + titles = [ + { + model = "DAP-1365"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2230-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dap-2230-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-2230-a1-squashfs-factory.img"; + sha256 = "153b26df4a05de015bdf139b6e1251835e715815248845b53a3d2956e7ddb66f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-2230-a1-squashfs-sysupgrade.bin"; + sha256 = "2fe368c03fffbd7b51f770631130b7ac68546b96d771988143cb1de495f0576d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-2230-a1-initramfs-kernel.bin"; + sha256 = "95c5e703849b9140bf3d70dd5902ab1cddcdc424e251a8db12feef7c4078c5f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2230-a1" + ]; + titles = [ + { + model = "DAP-2230"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2660-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dap-2660-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-2660-a1-initramfs-kernel.bin"; + sha256 = "fd433bf30a35e803d8f5877fb29d2ce91c6de0c0fe0ee54855742c35c73a839b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "898296211e6b04ba2927466f25876d0c2d3f5c85052f42ca31582850a04d97fe"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-2660-a1-squashfs-factory.img"; + sha256 = "b0279b7a14405cfe916fe8f54de17232db378a207c86ea7e5b8c5084406d92a5"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2660-a1" + ]; + titles = [ + { + model = "DAP-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2680-a1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dap-2680-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-2680-a1-squashfs-sysupgrade.bin"; + sha256 = "367e15da9c8b5c517c3162a219f54159d4d1bef8266e3432b61cccc4184b5507"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-2680-a1-initramfs-kernel.bin"; + sha256 = "8f364a565424971fd13a54fdc14cffbfd5d877a47c52ad99e4bf8f7f18e60fba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-2680-a1-squashfs-factory.img"; + sha256 = "655566be89b6679334a90f1ca9677053c783ebb1541225ffc6cfbe86c27caee5"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2680-a1" + ]; + titles = [ + { + model = "DAP-2680"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dap-2695-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-2695-a1-initramfs-kernel.bin"; + sha256 = "44ee31dcea6d0723d2555f9e424c7a6bcdbbe11567eef990014a2ddfffe5a923"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "9a8fc891fd0280555e86c942766817dbcf24da2b4026679feb2967d43eaa64d4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-2695-a1-squashfs-factory.img"; + sha256 = "0d4344fcf680493550e6753d5444edc5c20822181ad79b7ed1ccbd60c4da3b3b"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2695-a1" + "dap-2695-a1" + ]; + titles = [ + { + model = "DAP-2965"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3320-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dap-3320-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-3320-a1-initramfs-kernel.bin"; + sha256 = "a81276210ba631603459fd98342ce15fd64f1baf8a3a8f4706b46d9bcea30547"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-3320-a1-squashfs-sysupgrade.bin"; + sha256 = "c72524c64821fe08ab8d75f2e1b1d3c1161db818475113bb33f38f8eb08fad83"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-3320-a1-squashfs-factory.img"; + sha256 = "5c0e8e5528c80e7d3ef9124c2a2b6987314e694bc692e534e038197447c5ad86"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-3320-a1" + ]; + titles = [ + { + model = "DAP-3320"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3662-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dap-3662-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-3662-a1-initramfs-kernel.bin"; + sha256 = "baa751bdba342207542b9222446f730b33198fed479cc454fa3086aa7f923bff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-3662-a1-squashfs-factory.img"; + sha256 = "e18350671eecaf55644748891ed2414ee16a00fcc6a5aaa30a9b9f63966bfabf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dap-3662-a1-squashfs-sysupgrade.bin"; + sha256 = "d331b93e816a3c8741baee9e8ab51b7dd27df001a2605a986390a115787a0171"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-3662-a1" + ]; + titles = [ + { + model = "DAP-3662"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dch-g020-a1 = { + device_packages = [ + "kmod-gpio-pca953x" + "kmod-i2c-gpio" + "kmod-usb2" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dch-g020-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dch-g020-a1-squashfs-sysupgrade.bin"; + sha256 = "9ec9d3ca58d6b0cd889810e1c04b5bee36468a8af11f9558f30787cf5d72e5dd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dch-g020-a1-squashfs-factory.bin"; + sha256 = "84fd8edb44880bf99defd93c030b4ee185accc156d49aee8a637baf18278b3ca"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dch-g020-a1-initramfs-kernel.bin"; + sha256 = "b68e1d7d3da3c0f41793ea2b4bee3289b0b74fea907dd8b75524ace87cc107a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dch-g020-a1" + ]; + titles = [ + { + model = "DCH-G020"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-505 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dir-505"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-505-squashfs-sysupgrade.bin"; + sha256 = "6f2caf7e9294f65793bda2a8234d25e264c5381de36ed6d399f55d4303a22853"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-505-initramfs-kernel.bin"; + sha256 = "1ae215e4c0c2413facd134bebb9bca4002a9384d930793b16f03dfaa677e236a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-505" + "dir-505-a1" + ]; + titles = [ + { + model = "DIR-505"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "7983f2d5964dbad9682d6f08b861a8345b8728c67e07f5fae085a48d820c03fe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-825-b1-initramfs-kernel.bin"; + sha256 = "beadf86248329b14e8579b8b413fbd63bf211f5cb0c9947acc7b86cf99e8f98f"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-825-c1-initramfs-kernel.bin"; + sha256 = "8cab7f5cca845950792a23698964da34a05dfc65aa2e3543c7c5e07ec7a9caba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "a3c17583fc8834f52c81171244958aa7775a1559290e469b363c1b583458038f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "c66baea91a5006f8fd789d9ca8e011a3b28fc2858e552ddd89cae6b7af951dac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-835-a1-initramfs-kernel.bin"; + sha256 = "91a6f36a56eaa62220b046721baa347c5f6ca1c51e99b60f1f77175ad3198f5c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "5e77f0ce6ac0af372c142a494aae3c19ae25944cc2e885dc63cbef7568e39608"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "eab77b79861e3b0740601dfdf475e953b35b0cbddee59601b6bf5da83a84aef3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + model = "DIR-835"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dir-842-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-842-c1-squashfs-factory.bin"; + sha256 = "8653f2b7302d8f895d3f8f34e8825ec8ff1057dabe7dcb86b1ffc43708eb44b4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-842-c1-initramfs-kernel.bin"; + sha256 = "54cd285c0971854e64be0efda341389e8a2374a6213dda4a9d0fdc17172f5304"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-842-c1-squashfs-sysupgrade.bin"; + sha256 = "b000c0a4decfabc2c1bc019587321715766eabc1966d19ce89c98035ffe3427f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-842-c1" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dir-842-c2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-842-c2-initramfs-kernel.bin"; + sha256 = "75b748cc12ac365ab64a825d731eb2259fc68c00ed158f4fd558b5b1686e9a48"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-842-c2-squashfs-sysupgrade.bin"; + sha256 = "0796321223db03b620b3ddbef3a56ccf61eea25e67abc8bfcce0585b321d7810"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-842-c2-squashfs-factory.bin"; + sha256 = "f72996728b6dcb2856453117a0a676b13a8f8ccac1029d9b85aa3e072cd95614"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-842-c2" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dir-842-c3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-842-c3-initramfs-kernel.bin"; + sha256 = "e08e3cbdaae4bcf16bda917a7956929426b66e0ae3c7280dd3542aa8390ce22b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-842-c3-squashfs-factory.bin"; + sha256 = "f12cfcaed12ef99867b7a95e60aa399239ba1acd66760f3a9d699e59745ec447"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-842-c3-squashfs-sysupgrade.bin"; + sha256 = "4b33fc2da78a1c04a3f534a85fa38cc9ad89539400d6cda7d2d4abefb6c2deaf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-842-c3" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "e1718348a37fbe0aaa06cc6c7fc63da7c7585d064028fb503ebde7bd2654c014"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "47e8128adebe36b9ec4fb592da4e00b594a2b81c2a99bca69ba4d9f9cce05fb8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-dlink_dir-859-a1-initramfs-kernel.bin"; + sha256 = "98e12257803c9b892b34495653cfe4bb65c92cee5519eedc01bd020438d48ee4"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + model = "DIR-859"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-elecom_wrc-1750ghbk2-i-initramfs-kernel.bin"; + sha256 = "2951949f318a933afead0012d9245c83526491c36e88e1349021969b0ceb7165"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "2b979199834dd4fddfcf044b012dfe237731031b65f0ef797aff603702ed0353"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + model = "WRC-1750GHBK2-I/C"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "6658fba0b47ce5b9d422d57ad99a71d0e97cecbc0d43ab0c2b287a69c6da1a09"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-elecom_wrc-300ghbk2-i-initramfs-kernel.bin"; + sha256 = "d140381ac60038af5b9ea5e7755697c9066d3dc1d87af9421c9962688e773bdb"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + model = "WRC-300GHBK2-I"; + vendor = "ELECOM"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-embeddedwireless_dorin-initramfs-kernel.bin"; + sha256 = "741a17cf78e8cecb9f23867ca791289ec6e7f94f7f571397d10fac09af545437"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "47bef4f5fde38bbdb61604a741e58987c0e50c510d7b293b2ff5373c842e55d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + model = "Dorin"; + vendor = "Embedded Wireless"; + } + ]; + }; + engenius_eap1200h = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-engenius_eap1200h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_eap1200h-initramfs-kernel.bin"; + sha256 = "1e6820526450a1a6fbfd69bdd20c7e019c3f761dadb14f4faea060b2ed20daab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_eap1200h-squashfs-sysupgrade.bin"; + sha256 = "5724e58a6e32f2d3da98ac9f7b21ee7ba08557ae2abf549e4a15c6f202ab1246"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_eap1200h-squashfs-factory.bin"; + sha256 = "77d36acb385887c544b6ce969aedfaad311c1ab299660cdd8dbf6f9143d2803f"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap1200h" + ]; + titles = [ + { + model = "EAP1200H"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap300-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-engenius_eap300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_eap300-v2-squashfs-sysupgrade.bin"; + sha256 = "9a49d1167538c7929fb92fad5d3560e7d26e5a0c78f8bd9560b587591bb68fe9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_eap300-v2-squashfs-factory.bin"; + sha256 = "a592e19715db7e2309ba49a6c5a2fd55229765a0e5b4fe7deba090d22af495c1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_eap300-v2-initramfs-kernel.bin"; + sha256 = "192600ed1183896b7df4d1d8bedce086e1b54446f970bf39c6763f9854a9b2ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap300-v2" + ]; + titles = [ + { + model = "EAP300"; + variant = "v2"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap600 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-engenius_eap600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_eap600-initramfs-kernel.bin"; + sha256 = "04f5375578f12c185807c6084e0b970cc1c53ce7a6259f9474e77635fb621cd5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_eap600-squashfs-factory.bin"; + sha256 = "f882f81637da9a5e483103fdbbfa8b3a9367e1399ff3316dd3addee58d8f253d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_eap600-squashfs-sysupgrade.bin"; + sha256 = "116e891d6db10ae4606eee3046176350622b3abd17a01b62156c3f4f67e225dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap600" + ]; + titles = [ + { + model = "EAP600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1200 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-engenius_ecb1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_ecb1200-squashfs-factory.bin"; + sha256 = "d792ba1e7de52cea64fd0886d3ee80074b37ba6818dd2727ac66a464eee0facb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_ecb1200-initramfs-kernel.bin"; + sha256 = "b7bdfd5034d8898be7e1cd093bd25c27006cd77f7e1d5b061ef157baf77541fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_ecb1200-squashfs-sysupgrade.bin"; + sha256 = "c5add4aa287e3f265ca1b23c67c09ebd5f0f2c92abba1e911822fb2c990c944d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1200" + ]; + titles = [ + { + model = "ECB1200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_ecb1750-squashfs-factory.bin"; + sha256 = "c11769b022794e5ffb8a67b83eba726bddb080deb0f4ed57e28eb4a791bc8434"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_ecb1750-initramfs-kernel.bin"; + sha256 = "df027210d4028be702edd396a2de7188fdea8fe5483e599eb5400383854250b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "013540eda786b325e875b75382b763bc445b3e9c49d680c10dee233869ff95f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + model = "ECB1750"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb600 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-engenius_ecb600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_ecb600-squashfs-factory.bin"; + sha256 = "ce4d1b3cdd29e0a2b4b6914ab1cb8c0dfc22f8156cb22990465617f58389fb2b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_ecb600-squashfs-sysupgrade.bin"; + sha256 = "85229e78cb163925747479e4b3d0ba4cd07ca8ddd462dc21db45155baa170ac6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_ecb600-initramfs-kernel.bin"; + sha256 = "e99631028f01b14bcdcfbf11e81d9be13bbf79d9baa9672f05843e79def0f992"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb600" + ]; + titles = [ + { + model = "ECB600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens202ext-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-engenius_ens202ext-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_ens202ext-v1-squashfs-sysupgrade.bin"; + sha256 = "35c8ed6e633b1089362a15e434f3b86868c666ba9902001bbe56c252096a18f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_ens202ext-v1-initramfs-kernel.bin"; + sha256 = "12eefeb2bdfd73b70a00d57b3580e89e738f3ae376a6bd6e1e40d779b821769d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_ens202ext-v1-squashfs-factory.bin"; + sha256 = "9e5b24cc689c006c73794978a5ce38eccf4b8b4ffea2f30b4cc1d10093e6db23"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ens202ext-v1" + ]; + titles = [ + { + model = "ENS202EXT"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enstationac-v1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-engenius_enstationac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_enstationac-v1-squashfs-factory.bin"; + sha256 = "c1c240e02eb12e6ddf506967b20a68d83e0be693d39767231bbdc697aef77e64"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_enstationac-v1-initramfs-kernel.bin"; + sha256 = "027865709c23c3088996a131acb4e599d063c2390ae01f07dfe37feeddf834c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_enstationac-v1-squashfs-sysupgrade.bin"; + sha256 = "e3d8b5a09be8016f35de72ec4c7c7f64a334f44859b9adb0ef8c5f7eb179c162"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,enstationac-v1" + ]; + titles = [ + { + model = "EnStationAC"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "9eaad820526689c0aac40fb701028655d818b3f1b6d6cbe44212b882aaf52650"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "9f4f16fd156ff2874123398e9c85aa0bb1cf004870adfd92ec5c2dacef3cd3da"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_epg5000-initramfs-kernel.bin"; + sha256 = "a5a498cf418bd54b8fc5437930f1f5ab3b126a6bf7144e44c37453cde3e85db2"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + model = "EPG5000"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_ews511ap-initramfs-kernel.bin"; + sha256 = "26caa7a24f16cefc119de9bd06245b10a2a4ab19fedd25aad7d7c8377a5da854"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "669c60f587efe61d8531f3da63fae5bfd0bc73f36adf20184f2efcd4683832eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + model = "EWS511AP"; + vendor = "EnGenius"; + } + ]; + }; + enterasys_ws-ap3705i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-enterasys_ws-ap3705i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-enterasys_ws-ap3705i-initramfs-kernel.bin"; + sha256 = "96fe676d3279519edfc788dcdd19127fd46bd43e37ed9eaac7924f60b1f97723"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-enterasys_ws-ap3705i-squashfs-sysupgrade.bin"; + sha256 = "89be9438c98617c40a1bfc923963a48da5c47286916f5546969d99c27db563c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3705i" + ]; + titles = [ + { + model = "WS-AP3705i"; + vendor = "Enterasys"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-etactica_eg200-initramfs-kernel.bin"; + sha256 = "55759ee69adb0ea788f0bc9dec37a4da014de6ed8acf9ae31ef47647c5e405bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "ad9701045d8449a7d73aa78e6a20f6f3a2f1a0eb1228080e8e8b7169206505d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + model = "EG200"; + vendor = "eTactica"; + } + ]; + }; + glinet_6408 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-glinet_6408"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_6408-initramfs-kernel.bin"; + sha256 = "3cf78dfe4d6416aa8ae93b76167da7e7d9c04241bf9d3e188c5c1479385c97c6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_6408-squashfs-sysupgrade.bin"; + sha256 = "b2981ededb44d5c62ed50a6b58c6808b2126a970a221c25afa6b90f2d2729b84"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,6408" + "gl-inet" + ]; + titles = [ + { + model = "6408"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_6416 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-glinet_6416"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_6416-squashfs-sysupgrade.bin"; + sha256 = "6ebb528a34550f879bbc82ca17de40deeae5011bda522084d254004441345f98"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_6416-initramfs-kernel.bin"; + sha256 = "9e569f1327e69ae91ba6ea77db2e15f37442ee2c0efcf7bb4642c77b99a0c8b6"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6416" + "gl-inet" + ]; + titles = [ + { + model = "6416"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_gl-ar150-initramfs-kernel.bin"; + sha256 = "47c216df896c1ea8747dd290f170226b5b1665286128d2a31de8ee9e6c90fecd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "d55f5862275e996b02fe277274cd6e2a8578fd0e552a27189dbd389a9b569ca3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + model = "GL-AR150"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "7615239a5b0ac2f7f1b13b8731dc2c30227c17146e6c0b45ed30a195c53a73a8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_gl-ar300m-lite-initramfs-kernel.bin"; + sha256 = "de532887ee9aa6f82d904ed4473ee8e3c0eea92fa7d2d302406e5fe20a0160bc"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "Lite"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m16 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-glinet_gl-ar300m16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin"; + sha256 = "a373fa5e63be4877b14639f9fb74b76aca031876fd8ca329daffd0e743c3baa1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_gl-ar300m16-initramfs-kernel.bin"; + sha256 = "ceb6b8272162f7a7d7a1944741a60a50ca0eb94f4b8c70991f1e4cea6eb7f5f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m16" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M16"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-glinet_gl-ar750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "ccd68d52f3efecc9424321c2073b13008b9ed8e5ae07d936304e5d3568727731"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_gl-ar750-initramfs-kernel.bin"; + sha256 = "97fa1ab709119d3dfce5e502800f9a038022c68cee5eb14c3409ed0dab57f9c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750" + "gl-ar750" + ]; + titles = [ + { + model = "GL-AR750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mifi = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-glinet_gl-mifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "10d892924b6ad6286a2a4d0514cb7e47365c8c7c8eb3aac882fb3f38c263313c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_gl-mifi-initramfs-kernel.bin"; + sha256 = "570eebbe0010e5f3079a167b3a507fa43bb3038741e1ae1f4195cd415ecc5d9d"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mifi" + "gl-mifi" + ]; + titles = [ + { + model = "GL-MiFi"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-usb150 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-glinet_gl-usb150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_gl-usb150-initramfs-kernel.bin"; + sha256 = "88566d4acf8a30beeb425cfbb903602cdee444a72d7f0d5570889cd7cf5a86fb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "0dc6800fa88bd229ef4825026602a874bd65b6af2b15d2d0f71c13526b94cae4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-usb150" + "gl-usb150" + ]; + titles = [ + { + model = "GL-USB150"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_gl-x750-initramfs-kernel.bin"; + sha256 = "a3861883bf3a4a5b66f9e2738bc811b4a8c705539fe343ab5c4b407801cbd124"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "1c4ee52bc54e75419d3f8e729e06ef68ffac820d5242df18a3d0ea1de4e6fc9e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + model = "GL-X750"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_lan-turtle = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-hak5_lan-turtle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-hak5_lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "34739551901292958ccbcc195cacc15692b67a90775b978eb8aceb0327e7ffab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-hak5_lan-turtle-initramfs-kernel.bin"; + sha256 = "9b0849d6730bbef575ece01e50f2e695e63fbdd613745e57a6355db68a81a021"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,lan-turtle" + "lan-turtle" + ]; + titles = [ + { + model = "LAN Turtle"; + vendor = "Hak5"; + } + ]; + }; + hak5_packet-squirrel = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-hak5_packet-squirrel"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-hak5_packet-squirrel-initramfs-kernel.bin"; + sha256 = "3d6ac5fbd0bf9bec1df8689fbc769bdb9f7da133d9abf29508daefd1372b3dc9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-hak5_packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "c294d1ec0bae9344964f20ddc677e7ff8d762acfd00be30e53f0027429a22d2b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,packet-squirrel" + "packet-squirrel" + ]; + titles = [ + { + model = "Packet Squirrel"; + vendor = "Hak5"; + } + ]; + }; + hak5_wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-hak5_wifi-pineapple-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-hak5_wifi-pineapple-nano-initramfs-kernel.bin"; + sha256 = "03c2d9e8f7e4d270782af95984bf4ac60e6cae584e338734bd24a70c2915bc95"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-hak5_wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "7f7bb29e18dd4dea66a87c43597e10194d68708bdd1f4770a3b7e4370a1e7213"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-nano" + "wifi-pineapple-nano" + ]; + titles = [ + { + model = "WiFi Pineapple NANO"; + vendor = "Hak5"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "8d468f646b160b407e0314b9879ec79ec74b443ffff7dd01c26bed45c946b5d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-iodata_etg3-r-initramfs-kernel.bin"; + sha256 = "33f6ac949de0233f5de0e2b6bf1a41e7498ff8f202f0b708a0797c20a395077e"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + model = "ETG3-R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "159073fc7e03e68c69d9519edc38144cfd97d46b1e1852dad2546c35a4febd72"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "c8ccbb17a2d44a4449d0df1eca038f28ee6cf5fef752ee68bc939be8b602f384"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-iodata_wn-ac1167dgr-initramfs-kernel.bin"; + sha256 = "f9f9f1e5d60066596274e98455d840ca8a8a6663a879b5818e2edfb707bc712d"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + model = "WN-AC1167DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "568d67eabe1043700f1c58076cfc5f881671c6c6445be1a006784c54313d4dd7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-iodata_wn-ac1600dgr-initramfs-kernel.bin"; + sha256 = "08ff78879aa21b6fde2d23b37393520eafba0997e6e23523e74a2f49dad8a0e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "fb8cd09cd9ea5f5ce6970cd49401d5e8aedffd8df9fedbabb3e0708f34990684"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + model = "WN-AC1600DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-iodata_wn-ac1600dgr2-initramfs-kernel.bin"; + sha256 = "b00dcae61e2c9de9c7499413b64084f89b6f319628a03866c2be6bd44e3673f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-iodata_wn-ac1600dgr2-squashfs-dgr2-dgr3-factory.bin"; + sha256 = "3eb5318f94e6ecd3914135ead029e54bcb7fe2b73e0155afb616edcdf9f07e8c"; + type = "dgr2-dgr3-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "d38f2b6e242973f021088ec35a06a2cb02b5b7efebddc0fe85a60f5e0e9bb18a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + model = "WN-AC1600DGR2/DGR3"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "9212b0834aebc2aa3b627d599a377b71eae578ad101ecd0d65cb0ef8e0a35108"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "bb708a0fd483067b2ce3943d744fb09b1feb0b0fbabfaa7ab050dc40d05a5e2a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-iodata_wn-ag300dgr-initramfs-kernel.bin"; + sha256 = "662395d0797eb5ee6c437438126e581970a349a22a5a894d7c441398e4f52fe1"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + model = "WN-AG300DGR"; + vendor = "I-O DATA"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "d90e91f0ebc48936b5f76c92ea5e302a00304a7ab9065dccc5d95fd448fd5ea0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-jjplus_ja76pf2-squashfs-kernel.bin"; + sha256 = "6bcc703b4a6906418750b103a536b4920fbf2717a788f6f6988d89db9290cb80"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-jjplus_ja76pf2-squashfs-rootfs.bin"; + sha256 = "3ec8651cc8303820b04b0ffaab37aa0707cd2a5ff57e8f8e1a63bcba2d81b7eb"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-jjplus_ja76pf2-initramfs-kernel.bin"; + sha256 = "b5f0d8e0dd76157200fdf6ff547298c693321d06a4b7986c312fcce8e8306b99"; + type = "kernel"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + "ja76pf2" + ]; + titles = [ + { + model = "JA76PF2"; + vendor = "jjPlus"; + } + ]; + }; + joyit_jt-or750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-joyit_jt-or750i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-joyit_jt-or750i-initramfs-kernel.bin"; + sha256 = "7bd26954d8a55d1aaa2eaf766d77f6e22f0d0cbcedba310a3dc6040040158860"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-joyit_jt-or750i-squashfs-sysupgrade.bin"; + sha256 = "f1f029c971d9ed075bed24c860ca380f12531d7755d56e856c873fa8fe4adc22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "joyit,jt-or750i" + ]; + titles = [ + { + model = "JT-OR750i"; + vendor = "Joy-IT"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-librerouter_librerouter-v1-initramfs-kernel.bin"; + sha256 = "c26decc2cb57c8850520592a0411fb6d034a93653bfc0cbd43dfb2e63522d870"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "6638245fbe33cc6722c1027bf25c5741142c197700f5a1578bbf1318f6f3bf77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + model = "LibreRouter"; + variant = "v1"; + vendor = "Librerouter"; + } + ]; + }; + meraki_mr12 = { + device_packages = [ + "kmod-owl-loader" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-meraki_mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-meraki_mr12-squashfs-sysupgrade.bin"; + sha256 = "dae22aeda7ceb344ca7e53cc7b67143d66fca3f6e6469086f209ad23f87a74d7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-meraki_mr12-initramfs-kernel.bin"; + sha256 = "6b5b9624c10c6967a5faa82260f3002715ceab5da76b91a65566fb0f66d7ba83"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr12" + "mr12" + ]; + titles = [ + { + model = "MR12"; + vendor = "Meraki"; + } + ]; + }; + meraki_mr16 = { + device_packages = [ + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-meraki_mr16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-meraki_mr16-initramfs-kernel.bin"; + sha256 = "72f48701b677966c69bbcf60c1d919e0398dce4add58df4473978baa4a8c0ab4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-meraki_mr16-squashfs-sysupgrade.bin"; + sha256 = "55d4644e24a6f4cb952717a0db92795c3461081dc69e1092d5ffc538591a722c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr16" + "mr16" + ]; + titles = [ + { + model = "MR16"; + vendor = "Meraki"; + } + ]; + }; + mercury_mw4530r-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-mercury_mw4530r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-mercury_mw4530r-v1-squashfs-factory.bin"; + sha256 = "041fe748b6082709576928dcafbbad43f68505a04ccea17162feee4c015d039c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-mercury_mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "2939c4f927382c7f6f42f636a191644232c1ad2cb6e0c32a2dc49637fc59c242"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-mercury_mw4530r-v1-initramfs-kernel.bin"; + sha256 = "88ec7d0767d0f942f3f9a8fdfdab40621a131c2510d14a3a9173e678238883de"; + type = "kernel"; + } + ]; + supported_devices = [ + "mercury,mw4530r-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "MW4530R"; + variant = "v1"; + vendor = "Mercury"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "cfc5ebe67e85af4dfc239132d648d8f145711351baaa81107123ab46ad622d87"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "df02cbb25a481464c01a913895edba277d36317758216a7b7dbf25f4ee4474e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-nec_wg1200cr-initramfs-kernel.bin"; + sha256 = "b41a50d1e34ea1154be17b9a933a4c90d1d0e6f458df5105aa39934fe7cf9002"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + model = "Aterm WG1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-full-htt" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-nec_wg800hp-initramfs-kernel.bin"; + sha256 = "8c18e3f5aa26913f6044a81365318e6932499d33c8187ff7a62c6eaa0d43836b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "bac3e2b545d2d4fc217eca886026eea44f48f81e89217a051f87a7601ac1ce03"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "43f0cb2f4e73c179bf3254f7abdc53b52838067a06f81b871dc74991b732d871"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + model = "Aterm WG800HP"; + vendor = "NEC"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "3e1f4bdc24c56575287fd7a237a0964f9fd3ed758f5d85f2cf7342c93218b7c8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "970dbf403cd09f029e61e771104bda261bb92f9eb7b9fe0d3644f586cbf67031"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_ex6400-initramfs-kernel.bin"; + sha256 = "2f686e440831af448780ca2173dc01189cf355d076d2f406cb98e5a9401fef16"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + model = "EX6400"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "47ea82e26bb0d39c1a566e1b5f4e966705b60c4f0ac78f973ba8fdab5426fbce"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_ex7300-initramfs-kernel.bin"; + sha256 = "3c6994ecf101b3ef17537b141733ca1abc749bd441e32655b6646809d9a0f649"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "9a1d29d4ab6eb1f1181d938cada5d1fb75dd6021d780f30384f670de1c750ffa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + model = "EX7300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndr3700-initramfs-kernel.bin"; + sha256 = "9b2665295afdfa758e922863ff7df0ee4f528614ade9425595b0855a14765131"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "8d9456567426320508884c5a5434ea5311fa0f28aa71ee55f090cf6d9c058c1a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "1fb42a6a95e785abd70dd52e5c464d81a7a420efaf0bc421a47ba7bcefb606f1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "1b15ccf63070457217c29ea6e2d14066f81d85afa94d67bf36b8f07eb3e53a43"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-netgear_wndr3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndr3700-v2-squashfs-sysupgrade.bin"; + sha256 = "640065fa88b0c7957ff97a29d4cc02b5baf8b19bba21b3a1c24075847faf485d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndr3700-v2-initramfs-kernel.bin"; + sha256 = "a45e4ba53ab0d5eea7bfdf2c9614fb3d7b7604cd033c4525a3c6b1dee8385583"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndr3700-v2-squashfs-factory.img"; + sha256 = "b87dffcc9e0e97551b52e91b787602063b4bbe293fa205bc9a7277b754b3e706"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v2" + "wndr3700" + "netgear,wndr3700v2" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndr3800-initramfs-kernel.bin"; + sha256 = "63e7642fc59243782ffa59ce092ed76c2eafc27c908594edbac6a7c6c491b3c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "32243bdc11032fd1b67d5969d069ed711c79ae9bac25673ad2c3deeb33243203"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "57e98190af61b5c71b76747e495017bf388f17d3a63c13339a09fcf26a765ac6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800ch = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-netgear_wndr3800ch"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndr3800ch-initramfs-kernel.bin"; + sha256 = "5969993e7319389d8a7fe1062eca367b021624e97e7ccc3c136d253d1f9a89b3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndr3800ch-squashfs-factory.img"; + sha256 = "34ae0033eaf85342bdea62ee6df52cd2d10b46c8bd410d970ea9d4f9c2fa565c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "fc9c608791999c7ea2a9782508a0a6f8f98455d394bd8e21ba22c5912b124656"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3800ch" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800CH"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-netgear_wndrmac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndrmac-v1-initramfs-kernel.bin"; + sha256 = "391c2fe2d6ccbdea722ab54de044aaee9977e7643ce99bc9e6b5af4d4e99f2d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndrmac-v1-squashfs-factory.img"; + sha256 = "bbf78687f62a0171f9077c490ffd40aab2bb551189b8ab2cccb99412400bcc5c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndrmac-v1-squashfs-sysupgrade.bin"; + sha256 = "db1a364cc83b07990ff6f797ff89eaa59025b913fe1e8eabd59939fd4b332b74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v1" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-netgear_wndrmac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndrmac-v2-initramfs-kernel.bin"; + sha256 = "de1a4a838e6515e2ce4e8575aace98f41aeae96807c31fb1e3452a4e77dd56dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndrmac-v2-squashfs-sysupgrade.bin"; + sha256 = "385370075a359e58dde22866565f698ce25f3f176f50f6b3db048080a8cd7070"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wndrmac-v2-squashfs-factory.img"; + sha256 = "bdbfc00047ef88c1fa700317f3eadb4c06b5bfdaa6c57abeec8173b9248d380d"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v2" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-netgear_wnr2200-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"; + sha256 = "c345d135822c11bde5772a70a4bc52f4108c97147f8f608ad00fd65a91bffc7a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img"; + sha256 = "e80c09eecdca85941bdd34ab79f8dd164124220fb3ae43525d77855628500c89"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wnr2200-16m-initramfs-kernel.bin"; + sha256 = "f6d67b3f06388d4f77d108eb20c43b61ec8d16e080bb0fa1e56213e50657e9b3"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wnr2200-16m" + ]; + titles = [ + { + model = "WNR2200"; + variant = "16M"; + vendor = "NETGEAR"; + } + { + model = "WNR2200"; + variant = "CN/RU"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-netgear_wnr2200-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wnr2200-8m-squashfs-sysupgrade.bin"; + sha256 = "c5d5d3799dcf23591aaad7c6e6a1c42b987bd425fe26b5b69ccac9f8484f23f7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wnr2200-8m-squashfs-factory-NA.img"; + sha256 = "63c6183b75db91028abc3aa9a8bdfd33d18f0b4a9f83d787ae6e937912cd7327"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wnr2200-8m-squashfs-factory.img"; + sha256 = "a41c42894f642f93567a3125de66449dc6d6c8dd94cb3dc0d96c33cdd5de225a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-netgear_wnr2200-8m-initramfs-kernel.bin"; + sha256 = "6c6f7ce3562a74bb5ebbcfd72832b340c4cd5973fff3bf7775f8e4d1eaed368e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wnr2200-8m" + "wnr2200" + ]; + titles = [ + { + model = "WNR2200"; + variant = "8M"; + vendor = "NETGEAR"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "8dd5a36c23c90eb46e047e902672c61d7dd8ddc3b04bff01c097d14c51ebfda5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ocedo_koala-initramfs-kernel.bin"; + sha256 = "ead1e1c72595e474ad177e39fadffa6e09baeb5d82bd8f7bc11fafd8ae3db59c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + model = "Koala"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ocedo_raccoon-initramfs-kernel.bin"; + sha256 = "b5b1ea0512670aef6a912125662cfb28eccd7a062a58167d44605a39f038e6d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "5d5c3d84db7557055116c4eeb7cf4c6ee4ff3b699eabddf0020a4b09c1ec2ad2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + model = "Raccoon"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "ade7eb77eaf5ef2decf6067d4b693e64f07210fc61250b2a2174d14ae0f2559d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ocedo_ursus-initramfs-kernel.bin"; + sha256 = "5fc44bdb11ad720ac62463a6bd99b8c0375ac9dc42250a7b54923f0b59d6bbcf"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + model = "Ursus"; + vendor = "Ocedo"; + } + ]; + }; + onion_omega = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-onion_omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-onion_omega-squashfs-factory.bin"; + sha256 = "c00971944038e054f58560561423a0aff894acdf2728e150a052685b4f44fb8f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-onion_omega-initramfs-kernel.bin"; + sha256 = "f5dfecf67bf5dea19a567eba49ce467f905e76e47b6f0d5cd74df1a362fcf76f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-onion_omega-squashfs-sysupgrade.bin"; + sha256 = "507061d90afb73fe05f608cea88035b01999e0a690d0a0ab7d544711cf37b137"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega" + "onion-omega" + ]; + titles = [ + { + model = "Omega"; + vendor = "Onion"; + } + ]; + }; + openmesh_mr1750-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-openmesh_mr1750-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_mr1750-v1-squashfs-sysupgrade.bin"; + sha256 = "43e5c03bfa1dc05c3739c483dd2dc1ac3760e7f35957f1b167d81ec01c2e427f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_mr1750-v1-initramfs-kernel.bin"; + sha256 = "f7824b89255e01d07f9a6de07559e3dadc3992cf42f80ccbcd272c2f44be0c9a"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v1" + "mr1750" + ]; + titles = [ + { + model = "MR1750"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-openmesh_mr1750-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_mr1750-v2-squashfs-sysupgrade.bin"; + sha256 = "47cecccd548bf0ddf57139c2625ccbd8a04ec87b952bb4f5677955aeb12b9bf2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_mr1750-v2-initramfs-kernel.bin"; + sha256 = "fed316561630f6c181c61fc32aa8fdd67a19fa1315eaea5dcecb42a324f71326"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v2" + "mr1750v2" + ]; + titles = [ + { + model = "MR1750"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-openmesh_mr600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_mr600-v1-squashfs-sysupgrade.bin"; + sha256 = "6006b16bee5db40f23223a3e53421b90216d0bb7c47a574149f0cbc50d37ae9b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_mr600-v1-initramfs-kernel.bin"; + sha256 = "8524982d88770e7e39a52cf5cd495ecc91383ffe369f349aeb32cb1ec2ffcab2"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v1" + "mr600" + ]; + titles = [ + { + model = "MR600"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-openmesh_mr600-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_mr600-v2-initramfs-kernel.bin"; + sha256 = "efc92da492de8582238494a878634342962522889ea633cbc740f267d3190d13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_mr600-v2-squashfs-sysupgrade.bin"; + sha256 = "9705c1b77263900fdcdbe6035cd7aeaf56c12cd958db2c8dad40ce00e38bec49"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr600-v2" + "mr600v2" + ]; + titles = [ + { + model = "MR600"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-openmesh_mr900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_mr900-v1-squashfs-sysupgrade.bin"; + sha256 = "1d22b843bc521e33d0c2fe618c0a1504964cdac40ece8e19a593eb6cdaabe38e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_mr900-v1-initramfs-kernel.bin"; + sha256 = "9e4366ff47a5106089ee2c9dbf53a81bdc38b9d96bc300ee3c9f0be3b0c148e3"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v1" + "mr900" + ]; + titles = [ + { + model = "MR900"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-openmesh_mr900-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_mr900-v2-initramfs-kernel.bin"; + sha256 = "297d517ab59187fc31f9b3e3680a5e5532d9366dbdf0f4954c607158e83af48f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_mr900-v2-squashfs-sysupgrade.bin"; + sha256 = "8ed459a1040352e279f516f014c1cb222f5372e9ccdc552c2fb9e8bf9831b58f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr900-v2" + "mr900v2" + ]; + titles = [ + { + model = "MR900"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-openmesh_om2p-hs-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om2p-hs-v1-squashfs-sysupgrade.bin"; + sha256 = "1f83a4b12bcfe93cd300031ca759c47dbf662357a9890f0897aefa42645523ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om2p-hs-v1-initramfs-kernel.bin"; + sha256 = "6f24d5f597a3ece7a10b4224b004c4ac52f058b393e7491a2f3fa025e00bbbe7"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v1" + "om2p-hs" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-openmesh_om2p-hs-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om2p-hs-v2-squashfs-sysupgrade.bin"; + sha256 = "c37dd9c0a2bc7f778953fd80094f3b29c21e5f5b81dbbaed7275b888b1036ae4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om2p-hs-v2-initramfs-kernel.bin"; + sha256 = "ac2c43741bd17ebae00f5a7c9d2d97530e75a75a7e37cfcf395900d13540afb7"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v2" + "om2p-hsv2" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v3 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-openmesh_om2p-hs-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om2p-hs-v3-squashfs-sysupgrade.bin"; + sha256 = "1456fade09b692d97287a706539c60326506530cf7fcf6057d5ebd1ba25cad9b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om2p-hs-v3-initramfs-kernel.bin"; + sha256 = "f4d4b043f57e4ce12b6214d96fad900298d41dbb8954d3ec3b7bb3dd1822cdce"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v3" + "om2p-hsv3" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v3"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-openmesh_om2p-hs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om2p-hs-v4-squashfs-sysupgrade.bin"; + sha256 = "9d2a1fee146203f05fffd9c9f176d22bf3cfc40cb4130cc64957815cae66a53a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om2p-hs-v4-initramfs-kernel.bin"; + sha256 = "341e535b25211b37aba91d1295c7165f70570b76ef33e025a69811524808d584"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v4" + "om2p-hsv4" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-lc = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-openmesh_om2p-lc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om2p-lc-initramfs-kernel.bin"; + sha256 = "9f8ddf41c0e92ef663958ea82563b459ccf920dbc4d4c0cd69ede845f3ab200e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om2p-lc-squashfs-sysupgrade.bin"; + sha256 = "5947f30987ad8716581f6a76e5caf44d4001efab64dcb2c74b4c56f7b4ebd6bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-lc" + "om2p-lc" + ]; + titles = [ + { + model = "OM2P-LC"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-openmesh_om2p-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om2p-v2-initramfs-kernel.bin"; + sha256 = "626a5d2d808157eedcf28398335f81843592979831486710990ac47e9f9dda56"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om2p-v2-squashfs-sysupgrade.bin"; + sha256 = "6d3e35d8f4c7390846a858ea003760f96369bca8d0135b752f561a07df79b7ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-v2" + "om2pv2" + ]; + titles = [ + { + model = "OM2P"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-openmesh_om2p-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om2p-v4-initramfs-kernel.bin"; + sha256 = "300d32a22795776ce4515052c4aa66bb844369ebf15a527d32053a30d3090453"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om2p-v4-squashfs-sysupgrade.bin"; + sha256 = "c2138d1f7a71546b1ab36007330130ed262b3dcf7b07e1109872c2051de4c01f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-v4" + "om2pv4" + ]; + titles = [ + { + model = "OM2P"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-openmesh_om5p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om5p-initramfs-kernel.bin"; + sha256 = "efb3a51749b441774dff9038f792481ab62a52623c7dddceedd10cb15d8970af"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om5p-squashfs-sysupgrade.bin"; + sha256 = "1d99e2f24da2a74eefb7b41b1f09706f9f0819ca7c4db12200407d770432b566"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p" + "om5p" + ]; + titles = [ + { + model = "OM5P"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om5p-ac-v2-initramfs-kernel.bin"; + sha256 = "e16a07b86ced9d68ae3f8ee3a928981a365ac51153f44543cb13a13ff47ffc58"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "1a071f3396b7d21701b213a9c45887d3307c1bfcb398e3dceeffbdc2599d25fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "b15441cb6f195d77c7a49b0e70a1b8cc14e7f4aa6a6f68d912d395c0234fc3c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-pcs_cap324-initramfs-kernel.bin"; + sha256 = "ff885ab0429b52289a11c0bb74df39997a9d40e2fcdcfa70aee693b7c0eb8dc5"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + model = "CAP324"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-pcs_cr3000-initramfs-kernel.bin"; + sha256 = "d7b05c86db4dd00f98ca5e6f844192df86e56b35c152af473727cebc6f29193b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "ac2bc5272723a99442366ce76c215addbc3acc34da19d89c84f6e1bcf2d335d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + model = "CR3000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-pcs_cr5000-initramfs-kernel.bin"; + sha256 = "a3bda22997b2aa1959601de9e23ddb9a60bab971ffc94bf876565bb27838e9b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "34b245e7c26998b542a2a3f04c911c62403af17bf0eb13d0f1890df0de0bf81f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + model = "CR5000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "4b8d3907e7df336215a13c0bcecf41e21bff4cb12e01eb78ff655b36561f9516"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-phicomm_k2t-initramfs-kernel.bin"; + sha256 = "79d0f4f561efa36adc5ffddf23b44714c8f8976dff6786e058249c649501e9fb"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + model = "K2T"; + vendor = "Phicomm"; + } + ]; + }; + pisen_ts-d084 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-pisen_ts-d084"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-pisen_ts-d084-initramfs-kernel.bin"; + sha256 = "40dd178672229d7c1f9da2ec20a8fce917834386eada3802f1ec60de1efc94cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-pisen_ts-d084-squashfs-factory.bin"; + sha256 = "c829879d0614f48d5b3de8a8f36c4a287e7eec4424169364504d6583f733d6c5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-pisen_ts-d084-squashfs-sysupgrade.bin"; + sha256 = "a67f256f83e16b59405cf42f7f3cfc2f572e748e5ba7c1592685caf4db0a4bef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,ts-d084" + ]; + titles = [ + { + model = "TS-D084"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmb001n = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-pisen_wmb001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-pisen_wmb001n-squashfs-sysupgrade.bin"; + sha256 = "7dd30c374b9a56499aeedc30643c1f363f78118a05d5b599d8ec0144ca7edcf7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-pisen_wmb001n-squashfs-factory.bin"; + sha256 = "72651db69067bc4d2e8fe4ae7c783ede6849e23ec947c4ccf59768c05b888426"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-pisen_wmb001n-initramfs-kernel.bin"; + sha256 = "595151dc09041c835e262f3e0ac3ed0fa87fe765a6f722e30dfac206eeb44385"; + type = "kernel"; + } + ]; + supported_devices = [ + "pisen,wmb001n" + ]; + titles = [ + { + model = "WMB001N"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "2d52c8a537097e6b0463681936956bf90935acdb6c1d11d6e61edc3d10054056"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-pisen_wmm003n-initramfs-kernel.bin"; + sha256 = "f710863a5e12561beec72568e292d0bfbdb108d4cb2f747697dc39b1e07ac38d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "579f505c9b4904cf05a5dbcb046a3098728c3973506cbc498fe3f58cb252a584"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + model = "Cloud Easy Power (WMM003N)"; + vendor = "PISEN"; + } + ]; + }; + plasmacloud_pa300 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-plasmacloud_pa300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-plasmacloud_pa300-squashfs-factory.bin"; + sha256 = "62a7d7bf8bcf432dcfdd058f233773b40bb0a112bb2908a146256cf4e1027a4c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-plasmacloud_pa300-squashfs-sysupgrade.bin"; + sha256 = "5d712b3479dabc2f394225d83d5036507009c6a296a825d89b1298ba3562bedc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-plasmacloud_pa300-initramfs-kernel.bin"; + sha256 = "a69576d1a9f90b812e9d45d5d8ed27c0028b0a9176149d7f69feec33cb143de7"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa300" + ]; + titles = [ + { + model = "PA300"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa300e = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-plasmacloud_pa300e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-plasmacloud_pa300e-initramfs-kernel.bin"; + sha256 = "d24aa95b603050d1417d473880bf9e3e79a9148b80352cc294607e6878d1aa43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-plasmacloud_pa300e-squashfs-sysupgrade.bin"; + sha256 = "803c839b801808f891bafd164d5190b10b9ac32cf8c539f5ed7ef925177e3f91"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-plasmacloud_pa300e-squashfs-factory.bin"; + sha256 = "5a8b1dbd7fbc7925ad6abece316442420724e90fa0a3e62ecb4b61d977ae674b"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa300e" + ]; + titles = [ + { + model = "PA300E"; + vendor = "Plasma Cloud"; + } + ]; + }; + qihoo_c301 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-qihoo_c301"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-qihoo_c301-squashfs-factory.bin"; + sha256 = "05afc666e4cd59e31d2ae71f61d54a32fdf5ad8c4fb5f234a05208e3c34b5a5e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-qihoo_c301-initramfs-kernel.bin"; + sha256 = "abc60cbb4488bb51f7ae43bcd6dab135983aaaa62197f13acb54376ba20ea398"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-qihoo_c301-squashfs-sysupgrade.bin"; + sha256 = "8530020dfe73ec9d3e4ecc02eb60f9ca16548adeb7cf489592f96826341a66c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qihoo,c301" + "qihoo-c301" + ]; + titles = [ + { + model = "C301"; + vendor = "Qihoo"; + } + ]; + }; + qxwlan_e1700ac-v2-16m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-qxwlan_e1700ac-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e1700ac-v2-16m-initramfs-kernel.bin"; + sha256 = "9555afc8d961e06691276fa6c6e24f6be437ecef50257e4cfe22da402cbda0db"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e1700ac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "e342a23b431afa3d8875336c0d5549c0cbb404c2caa00dc17f2d9133f708e7e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-16m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e1700ac-v2-8m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-qxwlan_e1700ac-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e1700ac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "e77e98f365d2545df720784977e2111e552d762117c881708edd392d4f53fb90"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e1700ac-v2-8m-initramfs-kernel.bin"; + sha256 = "fd2a979359a88e2e2b49616a8211af7e253912f7e64b53d5ef9c2182594ea963"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-8m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-qxwlan_e558-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e558-v2-16m-initramfs-kernel.bin"; + sha256 = "b4c38786e77f317c15d6d9ebdcfdbe8028f8e79ab5dc5c01a0f243d5db8e6de1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e558-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "423586c3c1b6c7d7e7f0996ee749fe86d13620aae9232838ed2908d8a9beb92e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-16m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-qxwlan_e558-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e558-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "61998abdc64c257dd9eb984787f94891d12e792ab59fe88d4d5d1df97315532c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e558-v2-8m-initramfs-kernel.bin"; + sha256 = "80e1b96108d02615a39dc66116c01531dcb4b9ecb4b3a7a9bc8a35b36722569f"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-8m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-qxwlan_e600g-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e600g-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "b97615c1d3c70f17c9225c6f0982f4da99933b3a5d3b20c284cdbfe5f06373d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e600g-v2-16m-initramfs-kernel.bin"; + sha256 = "05fdc1e6822e0a8b40786f33bc08b6b57b18c2b4c9b6649f051daa11be432564"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-16m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-qxwlan_e600g-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e600g-v2-8m-initramfs-kernel.bin"; + sha256 = "a35ce8c1eae3d94526723621d999240772b53f668429828fba6e8c979e2e61e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e600g-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "9bfc137d372dc8c2938d9edfe9684f01e07941cd60b596b0d3252eae7df9e9b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-8m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-16m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-qxwlan_e600gac-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e600gac-v2-16m-initramfs-kernel.bin"; + sha256 = "de0e018e312ef767cda712b82aaebc1f770b7e0e3320683e822e6bd3262f57b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e600gac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "b157c2f8d57554aeab1d32a090ab5e9f65233ec6646f5b7fb87e3dea1b6e40a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-16m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-8m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-qxwlan_e600gac-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e600gac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "c606109ba6634c4da18f5f675a33b3c675bff3caf7aab2b37fdd11e287c65994"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e600gac-v2-8m-initramfs-kernel.bin"; + sha256 = "fc394eb120b7a4c46a3a33de1060a7be46702b02efcf0a372e02f920d0ea0b44"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-8m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-qxwlan_e750a-v4-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e750a-v4-16m-squashfs-sysupgrade.bin"; + sha256 = "5825e0ebbe003026a32857c1295835e5882657f3aecc0242939f0f702436ebdb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e750a-v4-16m-initramfs-kernel.bin"; + sha256 = "60513ddd125dd7394d697704bc07c015246846ac7d46cf696254e2f471a53c72"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-16m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-qxwlan_e750a-v4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e750a-v4-8m-squashfs-sysupgrade.bin"; + sha256 = "8b33151cc150199e31a3a2691f306836986bbbc33a94aee829e620671be66bc1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e750a-v4-8m-initramfs-kernel.bin"; + sha256 = "201d2de7be9f04a437d557b633e32c216f5b309b13fa75c334ecce8402fe19ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-8m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-qxwlan_e750g-v8-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e750g-v8-16m-squashfs-sysupgrade.bin"; + sha256 = "2acc7e0af554693c23a5992a86b3375f2476f1b5e9ce71d091baa69b981cd569"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e750g-v8-16m-initramfs-kernel.bin"; + sha256 = "ccbd23cefe7a54ead9552e7431777ed6de88b276f99802f97eb459adcdb40474"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-16m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-qxwlan_e750g-v8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e750g-v8-8m-squashfs-sysupgrade.bin"; + sha256 = "8bd740b2109d4c3d168349eb0445315bac1301bbc4f53ede6a5bf56ee1b6e964"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-qxwlan_e750g-v8-8m-initramfs-kernel.bin"; + sha256 = "354f66af75c5b333d0c203703dbfa8f3bcad1231b6543d7dad32a9102bb9bef2"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-8m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-rosinson_wr818-initramfs-kernel.bin"; + sha256 = "2d36a491e0785c96265ab06d7b56f38301ae0f36148bc1e3e417c7926c2ddf45"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "d8f0997723b00ac1eff8656428d6b6d8e302771c1ea77f86dece2eac4864571e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + model = "WR818"; + vendor = "Rosinson"; + } + ]; + }; + samsung_wam250 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-samsung_wam250"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-samsung_wam250-initramfs-kernel.bin"; + sha256 = "a40e6b5dc4b7af8fe4933fb882632d790ef157a69c3a6e0bb7083943121dc660"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-samsung_wam250-squashfs-sysupgrade.bin"; + sha256 = "ca54d0526baf51a5bac7bc17259ba0f1c804a62884042548d1b087971b8d47e4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samsung,wam250" + "wam250" + ]; + titles = [ + { + model = "WAM250"; + vendor = "Samsung"; + } + ]; + }; + siemens_ws-ap3610 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-siemens_ws-ap3610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-siemens_ws-ap3610-squashfs-sysupgrade.bin"; + sha256 = "15e627785dcc6ab72991047d80e7a3f51e446e9ee22e7f99b4ba6ce8c07592f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-siemens_ws-ap3610-initramfs-kernel.bin"; + sha256 = "b61c278cca93b9a4bb9757b15f568077a6e3aba47b73c7f0e2f21f7474e0697b"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,ws-ap3610" + ]; + titles = [ + { + model = "WS-AP3610"; + vendor = "Siemens"; + } + ]; + }; + sitecom_wlr-7100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-sitecom_wlr-7100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-sitecom_wlr-7100-squashfs-sysupgrade.bin"; + sha256 = "881e9e0dda280a1a83684f4fde5c41d72e58bb7412e5d1e6c671d659165e3b83"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-sitecom_wlr-7100-squashfs-factory.dlf"; + sha256 = "6fcc91398ea61ba03dddc8e53189de8ad6002d982cb1d7ca7f818f2f1ae7772f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-sitecom_wlr-7100-initramfs-kernel.bin"; + sha256 = "4de89967f0ce5b8a11af26e575330c82999a6ea11127ee7d18af96713e4ca2e5"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-7100" + ]; + titles = [ + { + model = "WLR-7100"; + vendor = "Sitecom"; + } + ]; + }; + sitecom_wlr-8100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-sitecom_wlr-8100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-sitecom_wlr-8100-squashfs-factory.dlf"; + sha256 = "8046da275f802d17c2731c7faa0798a2fe46dcc3d1bb2e2a5c146b3ba5c16052"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-sitecom_wlr-8100-initramfs-kernel.bin"; + sha256 = "9b429af6920b021a2ed5fbb3f3bf6953ddab3fc73793a941cbc75c7e1bb36e75"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-sitecom_wlr-8100-squashfs-sysupgrade.bin"; + sha256 = "a267cd84cdb0ac520bc0259362dfaeac7ddca3f0504dc9bd43a163db6589c852"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-8100" + "wlr8100" + ]; + titles = [ + { + model = "WLR-8100"; + vendor = "Sitecom"; + } + { + model = "X8 AC1750"; + vendor = "Sitecom"; + } + ]; + }; + telco_t1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-telco_t1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-telco_t1-squashfs-sysupgrade.bin"; + sha256 = "2eafa0cc045da62ca94c6c1678079cbfdd3e955f5bffbec12c19bcc911a2128f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-telco_t1-initramfs-kernel.bin"; + sha256 = "1ea233aff8868083801183c24b0f6fb6d63cf37a6463055fa2d7c83e8eadefad"; + type = "kernel"; + } + ]; + supported_devices = [ + "telco,t1" + "telco_electronics,tel-t1" + ]; + titles = [ + { + model = "T1"; + vendor = "Telco"; + } + ]; + }; + teltonika_rut955 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-teltonika_rut955"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-teltonika_rut955-squashfs-factory.bin"; + sha256 = "e75e8771013947a05b2376d370d1f40bae538563a8ef9328cecb73d4a67fca52"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-teltonika_rut955-initramfs-kernel.bin"; + sha256 = "74524d39c70f34c67793e6be4f4ee6dfd59441322170c8f2ccccfa5ab62834e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-teltonika_rut955-squashfs-sysupgrade.bin"; + sha256 = "5b5af17275a40f89dc7fca107a31315cd2d0120d8121d377acb966ca35d05210"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rut955" + ]; + titles = [ + { + model = "RUT955"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955-h7v3c0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-teltonika_rut955-h7v3c0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-teltonika_rut955-h7v3c0-squashfs-factory.bin"; + sha256 = "2d8c2e557d1178903999b7646f21d6b71227b06a17f7bf7624a2669f301239c5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-teltonika_rut955-h7v3c0-squashfs-sysupgrade.bin"; + sha256 = "c7232e45b66ce8a178e397968e155ebe18ed981c40349292eb42add724a0cd78"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-teltonika_rut955-h7v3c0-initramfs-kernel.bin"; + sha256 = "a5852fa8ed1cb0b5eaa3d1b54798df2ff409d42e8d42c7389ae7452c6daac649"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut955-h7v3c0" + ]; + titles = [ + { + model = "RUT955"; + variant = "H7V3C0"; + vendor = "Teltonika"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "d39d5f04d5e2fe9dcfab91e1441a493bd981ff5d4251b3a502bef17a3cc86f35"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "fce4b383cea1030c7ed71501fcc455c022a74f61f6165549837e83d86253b3cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-a7-v5-initramfs-kernel.bin"; + sha256 = "8ecb824ee97bd65b23e2d93c252a7533896f3281d8725eecbc6bbac6c5376cb3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + model = "Archer A7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c2-v3-initramfs-kernel.bin"; + sha256 = "12359d3224f7d5b89ba9f4af345c1fc886d91b106c74be2f23257a8db3053954"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "729980fe0b61509dc5a6f1ff36fbb4efdb1785684ffc101aac0e68ffce775374"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "cd07a9114e01e6de13acf90f7b102d56131c65c01e2da9ff02e41081e788449d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "5515032f4932d0b239ca8a2e52e92f0c97d7ce8c21ba0d702e0410acd21cdfa9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c25-v1-initramfs-kernel.bin"; + sha256 = "7b0a6c04d8442fb2fd5780bcad6d961e273e8a07b288ef8a786f8d364daad671"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "a505ca27b740954f768cb70b9b0acd103d32c64fdf5723a9d5deb3d5cf9b04af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + model = "Archer C25"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c5-v1-initramfs-kernel.bin"; + sha256 = "113de84e6fa57a131d73aff8bc2ca8cb6585feba789d8233be6a3fa16f79ba0b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "164ed8a1dfe6f7f91256a5ed0a3331effe70f28c5cfbc14cea7b2b8c5e4f9a47"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "003ab225d75abebd4c96da1149ea438be124ffbe2a31f7a0ce75dd0e658cb62f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + model = "Archer C5"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c58-v1-initramfs-kernel.bin"; + sha256 = "bc526cf2a0b9792f524f361ff4be7d0a3d6877389964cb9846f86ae8151abe71"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "18ebaa6f3dcdbae233e45110649ac4d7975ad4db88c4ead53ae0fc53eaaad6c1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "06dc090343421b1a7116f4c95047279bf52f4789aec24ce25cfb8906f195c20f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + model = "Archer C58"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "a5e55f9d34b677b69d031d4b16428f5e6bc4b7c1a1f7abc795065a9aadaa7385"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c59-v1-initramfs-kernel.bin"; + sha256 = "963d361d902dc327b88bd102bcdaa3bb4f2202d05784a8c26c31733e7b4edcd8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "2c8e4dabc2df36fd67cd6e18bc8f3e8eebdc3bbb60d2f39faad8520e3692b459"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin"; + sha256 = "6087e122982892a9fc6f4f3befb5ad41948d0c8d3cb1fcd2c31ff6838f85a682"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "23fa92bafafe63049195d85dbee6d305c3e950df365ff7031dab4b89c395f9cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c59-v2-initramfs-kernel.bin"; + sha256 = "e9b587f72f3b41da1a81bd553c5a05798af86897f6219a96998c4aad9d54f432"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v2" + "archer-c59-v2" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c6-v2-initramfs-kernel.bin"; + sha256 = "10199c615482722130fec936c6c89af114962724a1f57992a3fb572a0358e2d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "10875443f83573512c4d815b60f44c52db88132bcd51170df77f5d6bbc540150"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "b6e597dd7417bd624bedbdd22b185c4cfd9935986c6e7ba3af2382aa0e3b6967"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (EU/RU/JP)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2-us = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-c6-v2-us"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c6-v2-us-initramfs-kernel.bin"; + sha256 = "b29b914afbd65e49d29f0e91c9f964599127e12705c4786b037decf0db2434a6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"; + sha256 = "11c9fa4026abcf78936f96d4bd2efe7ef17ea516e3b783a4baf2b01c7f62763a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin"; + sha256 = "504f51a0c823846ef51e0be358ee028f19e2c710525f3368324f1093f8ca6540"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2-us" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (US)"; + vendor = "TP-Link"; + } + { + model = "Archer A6"; + variant = "v2 (US/TW)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c60-v1-initramfs-kernel.bin"; + sha256 = "af9dd2e32d50f04d5a2a422f993fd5c0e60920b49117f4069afbbf2d519946dd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "1a16567f60199742a2afaf20fac199cfe0575ea90ab20602f985be40188b32ca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "17c9408585231995ec4fdee0deb609a4cee1699f1a6f05f67d60739c6573cd3f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "6b0ca97dff53bf6434a6137bf2034e3170667c2777d919d81654f1faaf09983f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c60-v2-initramfs-kernel.bin"; + sha256 = "c301406295de0f2839fd62888d3a66dc1e311fa07c06597563f8f46446b7998f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "1ade588ed3bcfe73aabbb006526a6ebd3b491100ceff1eb8e964af6aa123fbed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c60-v3-initramfs-kernel.bin"; + sha256 = "9bcab5f52cadde1ed9c724316cf82ee5e4414d869f439bd99b7e651cefac8168"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "bd56edd069967c97eeeeebafe9bab0b80ba4c3940d2d584e545436e2bf3b0fbb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "6d2a3f05903fa3a03205f77f61ced79dc7045b145a7287ca056418c45de29cd2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "c61099eba9480aeeeb30c97edcba8051a6092fe5e4942bca26053fc8be30731a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "4fb61f353c2e73735f8a7760aa87d97797cb7abbdb4c4e9474cf5cbb2e660b2c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v1-initramfs-kernel.bin"; + sha256 = "c0de03ddca1c1c4ce960283da4c6f01aecc8f3fcd478803306cb3d2de9e6d537"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "a54d031685625f126ef9018dd67f35b282fd922b5aa862cf97ed5d7a3eebc019"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "9892d8e1f4cef08f8229d27999c30bbd643f4c5742938d077021da6f9f92e593"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "f4e4ceb009c2dd2ded96f216fddf22b4d49356a7088879f1ad0fa6de198dbba7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v2-initramfs-kernel.bin"; + sha256 = "c7b54894fa39fa1eef2946340e357f9885eab12ce4823763f235cdca8b299c02"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "1aa177fd3a1bb9c1f4c1f854db3f44ce51e40177b8a491588850d0aa33207bae"; + type = "factory-us"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "44953c8d2db8ad14b4b3cc0d3fa7cf08cc9535da56f4a1a847a58709f36a8204"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "9044c6a9d4f02e6ee070eafcc3af486e7f3bea726f5aadf9dd9ab3408ccff77e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v4-initramfs-kernel.bin"; + sha256 = "b68e2d8344f47d81c3e2e2d88fb05e452ea39d350cda1b74bdde4f9123485ad1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "cfa7103b35067fbf4d00617fa91c793b4a96793013771e5c9517d10b75dfe118"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v5-initramfs-kernel.bin"; + sha256 = "196356b6ab0c6f879e0e68c93d598da0adaced85975caa554faf7664698d084a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "5f047920de1ab7303e8a0c6d977f62349a2a11b9921b9f303fb94de5ce651e2b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-d50-v1-initramfs-kernel.bin"; + sha256 = "db3e4c59698ca0701d60919db989b046337fa2fdc4b3aef429fc3fbde64ad948"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "f62fdb4f11fe6c5b9dc1eec0043ed5514e113c035b142c43ab33bdcfd58bec15"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + model = "Archer D50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-d7-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-d7-v1-initramfs-kernel.bin"; + sha256 = "c233d1597cd9f25a99d157cdd5ca7cf6ce5844a5e9e925cde3aeb5a6f26e9f18"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-d7-v1-squashfs-sysupgrade.bin"; + sha256 = "ad27dfb990b5e17f5561ccaa977b3bba233ce14bdc70b023694d99cf4df4ef15"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7-v1" + ]; + titles = [ + { + model = "Archer D7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7b-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_archer-d7b-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-d7b-v1-squashfs-sysupgrade.bin"; + sha256 = "a03ed3cef3056a08f5e2dde7118dc6bfc873e7580cb2bf1f004eba096aa9d4a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_archer-d7b-v1-initramfs-kernel.bin"; + sha256 = "15b1e64917cef09fdbb22c1fd64343f8a2d641357f69e9251051256de6c81c5d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d7b-v1" + ]; + titles = [ + { + model = "Archer D7b"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_cpe210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe210-v1-squashfs-factory.bin"; + sha256 = "f6317d5e08397592c684ece86967cb436e934305cc7e797ff5afb20f6931a028"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe210-v1-initramfs-kernel.bin"; + sha256 = "7179152ae239d258cc787c8671e0ab51ae0c2500745e3dc175a1f847c69e1174"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe210-v1-squashfs-sysupgrade.bin"; + sha256 = "1f087593483a2f8e054e4d4026efc277aa820d92fca21852eb8c069297eb5ad4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v1" + "cpe210" + ]; + titles = [ + { + model = "CPE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "8b6eee019300bf53c95414febefc27755b071cbe13791e51e84f230331733c66"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "15281cb57f8588f685f4a321b422039cd42cdf0572b632181028c4365c8d7a4e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe210-v2-initramfs-kernel.bin"; + sha256 = "7ca807bd96b17583dbd22c9fd8f1dcc4b859c74cd10f1bcd36d68775198526f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + model = "CPE210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe210-v3-initramfs-kernel.bin"; + sha256 = "6da06f2cfc5afbe36f0cf5e0c37668f1330ab71c49967fd77feb8f0b85cef80d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "3aac2bf47af08732ea9ed49793ec59c37f1fd93ee08daf083c41d7caef4d460e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "a95642154ffdffb922387bccd59c0411ec15311805a671b4bf4038bf06ba2279"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + model = "CPE210"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_cpe220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe220-v2-squashfs-sysupgrade.bin"; + sha256 = "eb9e3aa4043445cb397b7c887117684ced03848d410e7d980d2d20cc8eb74b5e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe220-v2-squashfs-factory.bin"; + sha256 = "931304170db9c0dcce30b0193e8a6a21db35cab81852d1b8c521ae04fd5ca068"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe220-v2-initramfs-kernel.bin"; + sha256 = "b69aa0d345d413cd3d037e923ed25c8a41f385572ecdea7a41cb786173674f78"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe220-v2" + ]; + titles = [ + { + model = "CPE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe220-v3-initramfs-kernel.bin"; + sha256 = "f8b2ec07dc223af5f0a77fcba5a2835124ffc22059f4691e579d4dd0f2cad74c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "5abdb3f88ba3e9feedca6a51506a1e284a2e95862c83f0b0037d633be28616e0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "f4e91e0ff6519c6b1444d9090e50c6ed08640cd59b7e435233cc212615594325"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + model = "CPE220"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_cpe510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe510-v1-squashfs-sysupgrade.bin"; + sha256 = "36f258974cc0590554c279367300aa59fe756b02c561175fc2e0c8a251bf8343"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe510-v1-squashfs-factory.bin"; + sha256 = "18c6d589ffdc5877dfdd9fe06afb149a2ad39129d7039eeedff040ff12c02911"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe510-v1-initramfs-kernel.bin"; + sha256 = "135952659053b19a72087e523e61250962b2a18467715437635142003a25a2e2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v1" + "cpe510" + ]; + titles = [ + { + model = "CPE510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "fae5e866e4334ff6aa6880585cd866fffdec75f27a318d89c9d9c42261a37c38"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe510-v2-squashfs-factory.bin"; + sha256 = "60b99cf80103eb957410b60d6916975f57e92e5522362f48f9ed1a2af10d8032"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe510-v2-initramfs-kernel.bin"; + sha256 = "d62592bdc0f4ab87eb844943f87119fe13cba2314f1d0a1c0092397b7110be45"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v2" + "cpe510-v2" + ]; + titles = [ + { + model = "CPE510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_cpe510-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe510-v3-squashfs-factory.bin"; + sha256 = "10b671337da746fd46f49e2314b6bcaf7338f38cbcdc7835857359a8dcb95501"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe510-v3-squashfs-sysupgrade.bin"; + sha256 = "5bcacc8c3ba29daf812955e5176184314e2c1207c5f834b2719c5be05a58a57f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe510-v3-initramfs-kernel.bin"; + sha256 = "715053f366c69996040ff76e4a61d37bfe155865ebd74113bfba98fec1d792f3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v3" + ]; + titles = [ + { + model = "CPE510"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_cpe610-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe610-v1-squashfs-factory.bin"; + sha256 = "efaecfbdb59ff34b509afe765dacd07ee6dce8715219b393680e60b725b82367"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe610-v1-initramfs-kernel.bin"; + sha256 = "1a61043afa63b8639d4f269d17021ce5c12284d17d2bbba1d2eb9bb948f9d165"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe610-v1-squashfs-sysupgrade.bin"; + sha256 = "315e9ac9ea360e90961f0e35854546738833c4b85f9f292b42de73b2ed68afba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe610-v1" + ]; + titles = [ + { + model = "CPE610"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_cpe610-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe610-v2-squashfs-sysupgrade.bin"; + sha256 = "88d77d648eb2bc9fd7baac0d23cdfa4d6953bc9d90546e3771abec8b1b47168c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe610-v2-squashfs-factory.bin"; + sha256 = "227481cf86592fab480b1dee90b8aedfd01603bc35354307c325daa9683e0d55"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_cpe610-v2-initramfs-kernel.bin"; + sha256 = "a6f1bf35bd71bebc2678d0285ced3841079002c360d695eb7b5fd9992563d25c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe610-v2" + ]; + titles = [ + { + model = "CPE610"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-outdoor-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_eap225-outdoor-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_eap225-outdoor-v1-squashfs-sysupgrade.bin"; + sha256 = "71d125005f6f66af7662e2928eb92dc009c93a5009a9b75b91ed02bc79c98281"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_eap225-outdoor-v1-squashfs-factory.bin"; + sha256 = "02144eb1a3ed66dd6bb799c5294a1f506db7cfed00455c5725351403ed6718f6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_eap225-outdoor-v1-initramfs-kernel.bin"; + sha256 = "fd7803f94b6ba479d2da8e0ca0ff5ba7f2bed13f2014ddbeda5201a51e70671b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-outdoor-v1" + ]; + titles = [ + { + model = "EAP225-Outdoor"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_eap225-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_eap225-v3-squashfs-factory.bin"; + sha256 = "8b19a41d1943041f96d86aee7bcbce32e75dd00c91ea49528d30c79f22154e1b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_eap225-v3-squashfs-sysupgrade.bin"; + sha256 = "1978f270d9e2d09f06ba62f27dffb784b2dc4d265b0108305687293334901a60"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_eap225-v3-initramfs-kernel.bin"; + sha256 = "9339151a4cd6f6384d83ec15aacca2fad33959eabbdc97baa99f9333c4875e15"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-v3" + ]; + titles = [ + { + model = "EAP225"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-wall-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_eap225-wall-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_eap225-wall-v2-squashfs-sysupgrade.bin"; + sha256 = "1158eecb7a3c0a1d7ed0b6dbac80f97ea01326969a6ae72ff4811af42625fa37"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_eap225-wall-v2-squashfs-factory.bin"; + sha256 = "cde31c1979db5b6a589b702cb61143d60c28bb86506948be2414685793c53c27"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_eap225-wall-v2-initramfs-kernel.bin"; + sha256 = "f1fd7fa1e4e582baca587b8cc931bb6081fd68a6b264b3057b01a548cf754d0a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-wall-v2" + ]; + titles = [ + { + model = "EAP225-Wall"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_eap245-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_eap245-v1-squashfs-sysupgrade.bin"; + sha256 = "26e7ca4990007647a1e94091e4811985dd664744c4ca594bf40a63c55d306425"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_eap245-v1-initramfs-kernel.bin"; + sha256 = "af4a2d3250a29a60db58d3b71e645d2f5ab53934774e241259f9af8ef05eab88"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_eap245-v1-squashfs-factory.bin"; + sha256 = "aba12dee3af3a4c5bb3e3bf03e267ffaa613951de704dc1cd75f2f8b171bcde7"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap245-v1" + ]; + titles = [ + { + model = "EAP245"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_eap245-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_eap245-v3-initramfs-kernel.bin"; + sha256 = "3288c08e1da40c318a6bccac3b37d3eba683b66619f498b44407fec9b24d1f47"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_eap245-v3-squashfs-sysupgrade.bin"; + sha256 = "8bd5ad89e0fe73d83976340b2352fc092d23fb1a7ffccda08d4b684b762bd923"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_eap245-v3-squashfs-factory.bin"; + sha256 = "0374ec044e77573c1b2994f0d3bb9d17f084394be363dc0f19ec33afecdf96b4"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap245-v3" + ]; + titles = [ + { + model = "EAP245"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_re350k-v1-initramfs-kernel.bin"; + sha256 = "fd314f506e19ae8ccdc730b98deccc1adf793616f32c1b3c7fa6f4093b378b59"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "b632d8da94d8f704368f4fcd7c5aa9319f725b714af93b69e59939b1b02a40ad"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "018da52057a935c5482ec14388152bc27b308207e1f4c0c544e3e8130370e5aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + model = "RE350K"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re355-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_re355-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_re355-v1-squashfs-factory.bin"; + sha256 = "2b838ddb8b6a85bbaf3e9bd73aa6f8c5acc63f1ff9c8e39add4982cd42a08da2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_re355-v1-initramfs-kernel.bin"; + sha256 = "56ca71ac1e39e7747623c6bb2f07943f3dd24248e7317d2752ffd5b95e0ca4d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_re355-v1-squashfs-sysupgrade.bin"; + sha256 = "52e142b9818536bd28f633d0c15f8fe71356ddc37e14db8415ce9fcedec98a3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re355-v1" + "re355" + ]; + titles = [ + { + model = "RE355"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_re450-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_re450-v1-initramfs-kernel.bin"; + sha256 = "f36ef39265f25ec7b511abe3cbe85f145843b4b09002bde4f92ccc53366325b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_re450-v1-squashfs-sysupgrade.bin"; + sha256 = "4daaf1085cc156f25094d514b9141c5f93db50dcbed8d2f68d8a3abc44a8f8ad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_re450-v1-squashfs-factory.bin"; + sha256 = "bd32ce194a430cf2d305aed427874e125eeeb62be8fb23878cd6cfbdce118bce"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re450-v1" + "re450" + ]; + titles = [ + { + model = "RE450"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_re450-v2-squashfs-sysupgrade.bin"; + sha256 = "bd7864ee72bdb0f85725d98fc03ed3a78453598d1b51121cb54b5c64fc9cb72c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_re450-v2-squashfs-factory.bin"; + sha256 = "e4aac70d7b653404f1c54826bf850f2e2cfcebb30d292b85ab157fd68169ebe5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_re450-v2-initramfs-kernel.bin"; + sha256 = "5e9214a896044ba9604dac8268e4adb38cc545e2aa13b153d0a9d80a7e10c623"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + model = "RE450"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_re450-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_re450-v3-squashfs-sysupgrade.bin"; + sha256 = "4a52e9487096e1b09e5f299c51a78b4dbb42590b0649499f6bceac6642ebbca4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_re450-v3-squashfs-factory.bin"; + sha256 = "f13be5f9fb648f9ed6711d5fd800f2ba17d2381722613f2316dc0fd5520dc3ab"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_re450-v3-initramfs-kernel.bin"; + sha256 = "0d96ebd5bfa1055f277e295f4e8ee693166d7ec33dc5f18e0131ec9f1bdcf44b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v3" + ]; + titles = [ + { + model = "RE450"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-mr6400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "6492bd80b22bf7f7cca1500a3f9578d0831238612a0b14004a88ab29c624af16"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "7d9f67f3d31e10eb7875659ce85435307ff76db9654438f3d6d7badf66cbfefb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-mr6400-v1-initramfs-kernel.bin"; + sha256 = "736e467216698db5fab22ed3b3557701e892ba92b55cd74fc349f3c552a5ec2d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v1" + "tl-mr6400" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr3500-v1-initramfs-kernel.bin"; + sha256 = "d8b686c466030f0c40e50d7be68e1477d88dca1d241f33b3a28602f16e1353b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "6308d816231326b8e9b69550a45af2ed8b59ea326711e1c7b1c9c2d81454439a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "4a90f22726232f01ae4036255aca3448e8b215b65741a3c8ed09ccfb11c6942e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + model = "TL-WDR3500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "9b5d8fe10da890d467936b3ace1bdc111d66e84185816f6286fd631a97e16d66"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr3600-v1-initramfs-kernel.bin"; + sha256 = "e0f02003ec13a2884724dd5fa2de00f24ee96af94809b651481f256538613021"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "bd3928edf317ce02d14d7d2e520644fda789b44775021c2ff1daea43095e4057"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR3600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "6ab41b3c22ffe6b8c25a47be77795cfc1b0bdad026d97c748842b18875c93257"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr4300-v1-initramfs-kernel.bin"; + sha256 = "bdde9921f457b2831f50dea9dd43465d167b447feecd089b5d3fa250de6f88dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "fc948e716919c5b270fe7ca47fe53aa0608cbe95bcce6444be1bbf318093805e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr4300-v1-il-initramfs-kernel.bin"; + sha256 = "4e1460097f3e86a9d1ba1184b0d836b8ea857670a56f3ff5e4ccf0ba1f242a79"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "7eeee7a24f8d1a7bc1c1c211c8f08a4f3b303bab8d3828bd869abbcf4c1e2dd8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "a410eb73337c6855d4e1e4d1d840ef54f48390e39981fa842a715b1f8b4c2a9c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1 (IL)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "959b62740bd4d3ce3c3ce261246bbddd501f3bf8afe5f79bffaf711c29672341"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "9124418233cc27284bb38003830de4f9ddf708fe142f381712fc7c11aa89e625"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr4310-v1-initramfs-kernel.bin"; + sha256 = "147506ce2369e3ea1c0d7bfd8f0145bfcfec5119eca07085311aa05df6e1ba8e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4310"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "bfd9549b1521cc6042b49b18389e02d346217ab9bd7d629471385d6da42a4bb4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "97ef508c915cbe0431830fb818048a1b5982d4f1201fadda843cc91b24b00042"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr4900-v2-initramfs-kernel.bin"; + sha256 = "cbfa20da218b61606a45003e3a4eef0868944470c402111adfd5eab144124c00"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr7500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "40c4d391e17b1a95f56d3fd7e56cf2f9c3aca568bc38b403c8e80baa46669f0d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr7500-v3-initramfs-kernel.bin"; + sha256 = "517d4cfd5eec061175902e9c96f922ea127a47f70e435168f55e4a7a17feb652"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "f6c8ddfb99621f112df5ff9b007a65f816cd5136dd3526e4099b5e1355c07cc4"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr7500-v3" + "archer-c7" + ]; + titles = [ + { + model = "TL-WDR7500"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wpa8630-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "37d095fa283dd231f2dce53c1e178945df1bf946f706a833e5d129bef763e631"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wpa8630-v1-initramfs-kernel.bin"; + sha256 = "d530a1ee3a851cfbdd3e07c283c9de9cb46cd0a10b10c8ed4cd756bac416c36a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "308f86107568bfafb2ec9c6848bce09cd011f5a9d5920ca660d766b6c8186ce9"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630-v1" + "tl-wpa8630" + ]; + titles = [ + { + model = "TL-WPA8630"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630p-v2-int = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wpa8630p-v2-int"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wpa8630p-v2-int-initramfs-kernel.bin"; + sha256 = "335b81ce33fc785327b0c9c96ff8228a4446d2f3ebde32ca3be9b50faadc3b57"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2-int" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2 (Int.)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.0-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wpa8630p-v2.0-eu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wpa8630p-v2.0-eu-initramfs-kernel.bin"; + sha256 = "96762818aea9844b4cf64e0022a0bda27d60781e4f3185bba5e690e7935f7343"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.0-eu" + "tplink,tl-wpa8630p-v2-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.0 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.1-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wpa8630p-v2.1-eu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wpa8630p-v2.1-eu-initramfs-kernel.bin"; + sha256 = "d255fd143fbcfd6b64b9bda219ab99ae9adcda58494743f45a661d6c624238c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.1-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.1 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043n-v5-initramfs-kernel.bin"; + sha256 = "3b2953ed2317119d11aac86a7770a1054a9a1d1c67ab7cc592c48b902295311e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "16fbe11493cbbc45d4cfeb309bc69f9d67628ffc81c9bed63b0b68f7f73a0b6c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "4b773372bdaeccba71778c7557accbaa8c909af2f75f307893df5bffaa339fd3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + model = "TL-WR1043N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "30e2e70c086dc3ba9fcf3eb1b130eca0568ff06518c18ef65ddede99e5c30608"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043nd-v1-initramfs-kernel.bin"; + sha256 = "fbb1b9f5364b6671cf1c5c3cac135ff65c677710b81d35df5aa8f1a830c44316"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "89941cbecfd3b861f2b1170326e75cdffa7db61d98f4257ed2f2fc9327c5faf1"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "60d9b72714c87a81d6a48d74a5d8b4bb8b3186d91c8ca20af88c7fdfa8003ab5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043nd-v2-initramfs-kernel.bin"; + sha256 = "99d67b0a21670d0e37a82998e9d16696f31c8902fcd8f4435476df764db71b11"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "811b58bb20d532316e4a1ec442a6b256eecd5e1d403d6089d9503e0c25b609fd"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "16777038af6d6931143d49f88006ec4d90dae61178ab2dfe30e6dc8c0d859c99"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043nd-v3-initramfs-kernel.bin"; + sha256 = "bb3b301cd44276e1a66e1e531ceaf482f46e66d3fb45faef8ac4e0daca26b735"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "a530ab9045622fd2e7084a19c09e835bc47bca2a0554905c1ae706aabe3ea65c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "7396ccb6910373e32c02271a3a657c483b0b34124745b7ecbe62feb74455c812"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043nd-v4-initramfs-kernel.bin"; + sha256 = "9c235bdcdf7750ffc5592d36d11aef1a921741fda1c1f8ec857ee1dd7000e034"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "126c304c700c3745bbb85ed5fbd91ab804206a4962944e914bfbace3981dd705"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1045nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1045nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-factory.bin"; + sha256 = "a633c7925a9bdab5a8cc32d7617272bd375fffe6d1b6ee63d636088b460f0d55"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1045nd-v2-initramfs-kernel.bin"; + sha256 = "c85105473b9b60a9c50fa6eca12a6694c1f91d3b79bf82aed751dd8013f89dac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-sysupgrade.bin"; + sha256 = "e089eac162a1b273615bf7d953c84f12e83b042861fe7c1bf1666146a68e8076"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1045nd-v2" + ]; + titles = [ + { + model = "TL-WR1045ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "8dc4c6f6cbb54626b6907c773b2a45e82ca724231023bb6cae845c211a0d32e0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr2543-v1-initramfs-kernel.bin"; + sha256 = "5aee5396b8caa52ee3b2093390271d2a9b56d3129dac6422766066a18fb0b18e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "731cb117308ee24d31221c115215c3ceb4849293f3c17c33096a5fbd18ed5d84"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + model = "TL-WR2543N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "9171e1013c8a5fd0865a0b2aba31ccbbea5d07dc9376d1a17ef6fe13eb48fbef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "d3d6b3e58d4680589cfaeb12cdde3fd6a17b5937d3aa8ea4fee50f61ee0e6af5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr710n-v1-initramfs-kernel.bin"; + sha256 = "82b297597965f3e590e39f7f8bafb7f50bc87b62519d378123fa395ca05e8c8d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "34056984138b9dc1fc8c958f60d898d96ea1560b5c3e5da83cec033386a10b03"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr710n-v2.1-initramfs-kernel.bin"; + sha256 = "6d32aeb9821fa9ec0e4f1ff0c481ded65e0f340f2d0ec18f732da701552ff278"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "f82046a0dd457de4e804f6afdd602b561835e532b861d5abdd7ee49cfd0ff7b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v2.1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr810n-v1-initramfs-kernel.bin"; + sha256 = "34fc3a280816370060492379637e82fc1839656f4396def8e2dc096f6389dc2e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "078c57ad3790fa60a0f3adfb5f9a7a63b8e6ad7054377ef68ecf670da0a5e5ff"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "23959efcb2939b638f58d9d41135448d03f9accb4c116f1333680e20f923c3d3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "d467c86649f0c47d8f307eb5a35f3613fc74c60b9d8bb794b75f729a4c11a55a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "b9bba81e3ca1d2a0dd68d9b27d0e38987df56ddb7d49b99bf53b0203ebe2f19e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr810n-v2-initramfs-kernel.bin"; + sha256 = "e0e6ff30c324f04b28799400c3a902e86e1629b815045ec2857ebe403e5f4470"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "6c901977e638c08e71f8de15fcaf8eccbcb640eb718a8e5778136038c159ebda"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "79d5391292340c2e65160147d7d981c89efc53e3990ab0b679ab821af831811c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr842n-v1-initramfs-kernel.bin"; + sha256 = "29eaef73c9eca907a4e358fefb94b294f5b8c95e66fe3b083e9cf29e956dc179"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "e82f8fc9f79d9a82d156bcbaeb20b1e2e903b53e133551365fcefe78c9ec8c0c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr842n-v2-initramfs-kernel.bin"; + sha256 = "9261b37e92d2deddf47c777cbf8e71ea1d74b6dbc165d909d992cda15df0e8a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "23ec1db141a496043a92a64a42393dca22012be15f06b76e3c1d188422e710e3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "7beb71ee48e5ca9b4592b714f312e92b98a3f53a831579d8da0a2dd009ea232d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr842n-v3-initramfs-kernel.bin"; + sha256 = "28aaefea078e2bdd2c0a3d20265701697e5b1bcce77d3597e819f87de8de7d99"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "e2f14a90f6da2cbfb2a5ae0c8acc37472e0610faa00da5aefa544c1d2acbdb99"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_tl-wr902ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "62d6c28343dcaafe04ca4f9b9fce811e2a4039c5c6910436bf1bb4ef6babfb7b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr902ac-v1-initramfs-kernel.bin"; + sha256 = "26716fa96d579994514a56da1ca58ac7f667589f660e23de28ffca5cf5c4adbe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "56755abc9de73336496e63d7a4a719ff59304b1070a1dde82d1de7178d967a50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v1" + "tl-wr902ac-v1" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_wbs210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_wbs210-v1-squashfs-factory.bin"; + sha256 = "b43a593d490b0b075d4cd4cd41a2e92e3289fd8619440f40e609efb41be6e16a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "2f8b5083be80b6638e1f8ebc2e70841d5398f39ea725b43119f26fb3314adf1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_wbs210-v1-initramfs-kernel.bin"; + sha256 = "8422f6dc82180dc33f6eebf14008a78b31d192316be6f67894598ef4368eb52c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v1" + "wbs210" + ]; + titles = [ + { + model = "WBS210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_wbs210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_wbs210-v2-squashfs-sysupgrade.bin"; + sha256 = "86e5d314e759c01211f7dccd6a626ef8aed3ba239082604f95893573fda905f0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_wbs210-v2-squashfs-factory.bin"; + sha256 = "a49e2f1ab9660f0fca7a4916053f310d4c378dbaae7951056215528d2444c9d6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_wbs210-v2-initramfs-kernel.bin"; + sha256 = "fe50891e310a5136cb528c2716e6e796fdf1d8be6381d7540219f2a4989d1daf"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v2" + ]; + titles = [ + { + model = "WBS210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_wbs510-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_wbs510-v1-initramfs-kernel.bin"; + sha256 = "78f3e607b105db32883b638ba4d3bbf3e2c83a3cd552b0fc06d2507a538a3f6e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "7c18fd2ebcf4a8feab484e3a9d33ae2834885542db99417a3ac23fb531c72224"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_wbs510-v1-squashfs-factory.bin"; + sha256 = "b0b6cc9d55c5ee093cd260cdd8d38fe911706ae0b2552f58a8139d47341b2162"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,wbs510-v1" + "wbs510" + ]; + titles = [ + { + model = "WBS510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-tplink_wbs510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_wbs510-v2-squashfs-factory.bin"; + sha256 = "109e5a4d18440a143636cc2769680e8d15305c938995c3b6f104bf48732e976d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_wbs510-v2-initramfs-kernel.bin"; + sha256 = "c1542bf80de7fe9ab03b237d70ebf0f7b371d681ed3f0d9ca1cdef5af67d0df3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-tplink_wbs510-v2-squashfs-sysupgrade.bin"; + sha256 = "fee69fe9a506b3cc12486ebf7b7f8416c784904f8ad9700b9b448b6065a97f30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs510-v2" + ]; + titles = [ + { + model = "WBS510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-823dru = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-trendnet_tew-823dru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-trendnet_tew-823dru-squashfs-sysupgrade.bin"; + sha256 = "0204ad1bad113390866c21da7642016ad8c102105f610629e3054bf5299cbec3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-trendnet_tew-823dru-squashfs-factory.bin"; + sha256 = "2717cc399eb05ac0ab0dd117917fcecf6a86facf8be5d07588b0863e38c32dbd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-trendnet_tew-823dru-initramfs-kernel.bin"; + sha256 = "9282b44d6eb94fa1424f1778cd422a1343c71c914feef6473d8fe02104da6441"; + type = "kernel"; + } + ]; + supported_devices = [ + "trendnet,tew-823dru" + "tew-823dru" + ]; + titles = [ + { + model = "TEW-823DRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + ubnt_aircube-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_aircube-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_aircube-ac-initramfs-kernel.bin"; + sha256 = "12fe88c292e21059e26017946e3ae4b8e04403cbfe8fe365592165b7cfad5c9e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_aircube-ac-squashfs-sysupgrade.bin"; + sha256 = "e42ae198873e8639f3c057bc6387c129058048506e3001349620f90d71a061bb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_aircube-ac-squashfs-factory.bin"; + sha256 = "2b474beb41946711e877c5057b67933b975ee3266b079113b35c11f61e85eb58"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,aircube-ac" + ]; + titles = [ + { + model = "airCube AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_aircube-isp = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_aircube-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_aircube-isp-squashfs-factory.bin"; + sha256 = "1176de76b8ff07138094cd55202401f10f90da6521030e4c4b0bafc7a7de266b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_aircube-isp-initramfs-kernel.bin"; + sha256 = "54e400d843817a381448d5df7dcc0da0fe3f1b84d03ff8cf14afab9005fae925"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_aircube-isp-squashfs-sysupgrade.bin"; + sha256 = "a3d049d55a3df6cb2bdbad308e655fc9ce9078fa6d103d1e2f1734b4eb52fcc8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,aircube-isp" + "ubnt,acb-isp" + ]; + titles = [ + { + model = "airCube ISP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "5afeb3bc8c8f1ff6a04285f4c920d5920a34db53970ed77d9533c1d32bd8e16a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_airrouter-initramfs-kernel.bin"; + sha256 = "12902f0384af10604c8cc7b54fb9585f66507a21eae502a6aac502c1ade78d58"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "abe80354a1d03743ad22443128c187dcf93c17b6fc9050e04b7d68812d4ccf78"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + model = "AirRouter"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_bullet-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_bullet-ac-initramfs-kernel.bin"; + sha256 = "0a092c43696312996bd8210f12bf7b9c3196e30cee065c8529f9378f2a43b05c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_bullet-ac-squashfs-factory.bin"; + sha256 = "17d065d2ea0d263cb75dc21de8c3df1b513a98fd5381f8de2a6db3344519ff41"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_bullet-ac-squashfs-sysupgrade.bin"; + sha256 = "56996a9b48436c0c25bf241d03c000e8ab4637f03dd0b2ab4f87b6adea4f4f05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-ac" + ]; + titles = [ + { + model = "Bullet AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7240 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_bullet-m-ar7240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_bullet-m-ar7240-squashfs-sysupgrade.bin"; + sha256 = "2178cc5d94a67a7b5ee92d7d233f2163c2b685f4ce42265fac48e4931b1b0577"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_bullet-m-ar7240-squashfs-factory.bin"; + sha256 = "21d6949ab48610c35dc1583aae30236ac153ca05e41b1558d6f30064b7de8863"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_bullet-m-ar7240-initramfs-kernel.bin"; + sha256 = "ec1ec74df9a05b0e058fde3cf64a57c70d158944698192afacf4bcefc6a6a04f"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7240" + "bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7240)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7241 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_bullet-m-ar7241"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_bullet-m-ar7241-squashfs-factory.bin"; + sha256 = "556894391c3f47f96b42baa384ff08a1a764499d8632f6b4fea40bbd364323e9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_bullet-m-ar7241-squashfs-sysupgrade.bin"; + sha256 = "0410c8f7c77198a8628ddd7ac53e1d199d03bbd32f81db0a0cfeb9ed3ac7b4e6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_bullet-m-ar7241-initramfs-kernel.bin"; + sha256 = "ac68b7e5b58d25e53abd810bf064317886abf563cb35d65ff97184955ab57851"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7241" + "bullet-m" + "ubnt,bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7241)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "3e08920cc228c666a2ab40dd90002bfabf7fa234717ca2cce759f75a0a487ef0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_bullet-m-xw-initramfs-kernel.bin"; + sha256 = "078f4a49b1bbe80332430981a843a1f6202aa4fcdd1bebfc34244a5e85daf3ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "2f5485dba3ee6c356340f97ed5337b20758b48b9a66cb05b306abaa984982165"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-5xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_edgeswitch-5xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_edgeswitch-5xp-squashfs-factory.bin"; + sha256 = "8b04cba37f95deecbb01467259c65ee4f2f812d67b0da7b09b0cbf1b95b40225"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_edgeswitch-5xp-initramfs-kernel.bin"; + sha256 = "69908f62214c4c73ca3a683f07d03fdbc7dc0613cc6577453eecbca3afec0593"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_edgeswitch-5xp-squashfs-sysupgrade.bin"; + sha256 = "20805f488b7ebac1e1028a4ddfb4d8d4818453b27fdbf6a1a9245c9d8dd8cce3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-5xp" + ]; + titles = [ + { + model = "EdgeSwitch 5XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-8xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-switch-bcm53xx-mdio" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_edgeswitch-8xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_edgeswitch-8xp-squashfs-factory.bin"; + sha256 = "83c8219cbe5df00ea963b6e819b7011999119ba898da384010919a006eaef1b0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_edgeswitch-8xp-squashfs-sysupgrade.bin"; + sha256 = "fa6aade01a2ccbdb19e7096bfcc3d2f9620ba799551ab4a07e212efd5462f503"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_edgeswitch-8xp-initramfs-kernel.bin"; + sha256 = "463331eda0e2cfbe19f2befb629b42b226aa2596f702657ed2780b56439855e9"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-8xp" + ]; + titles = [ + { + model = "EdgeSwitch 8XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "f22a4bf7f0f0f50a2c45123cd6232c914ce145995404aa69bdc5a2b3d7d78876"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "14f190852b770615c0f5ccdba1fda50ceb797c95b8164b19b18d58649e41b953"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_lap-120-initramfs-kernel.bin"; + sha256 = "77f856d9f048784b50ce841af0dc1b794749f08580d87ef28a10a2f29f9e0da7"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + model = "LiteAP ac (LAP-120)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_litebeam-ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_litebeam-ac-gen2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_litebeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "ba38109cb48e4376a594cfa2c2514c5386c6a173333b3534ea09f85ba690f467"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-factory.bin"; + sha256 = "1b7e7c438bf52b716d78359bac6cd59004dfa2648fd403b536c1b2da80c32c69"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "a982fc0a48a99da8856608f5da4d4ba8c22d0dcf243612d6748733797f0a0c5f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,litebeam-ac-gen2" + ]; + titles = [ + { + model = "LiteBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "8a27bf2c7a7834730bfa86d4daabdda2a432e274494c5839bc6d768d48fd9ff3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "6cbfdcd06f62072b247fe36113aa93fe81904085c95cd044b1a1e16c6528b929"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanobeam-ac-initramfs-kernel.bin"; + sha256 = "e92ddb6990252efe3e8d1083ffc806612f9053068baee7c123aabc987ad490e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-gen2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_nanobeam-ac-gen2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanobeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "298fcb010501415ce898e5b80550c38cd82c58c909fd5db4b71c738a1657a571"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-factory.bin"; + sha256 = "772d20bc05e5c8318eb96ee86410491f69700802dc331669d6de81611ba2f342"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "366fb4aef60005b73373fe1319d3094dacf5be59ede84ff4d27cfafe85430fd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-gen2" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_nanobridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanobridge-m-squashfs-sysupgrade.bin"; + sha256 = "4eabafb285664a9107497b376345c3142e57b717cff1d87164a2b024987dfdb4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanobridge-m-squashfs-factory.bin"; + sha256 = "ed7ce45630c8954cefbd7dc4fb9d2a3055c3c8894b0bc03592f8586b3b12de78"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanobridge-m-initramfs-kernel.bin"; + sha256 = "c7675ddfe67e3b346502119522c666019798f4c8a7ff7c408917f54d16d03539"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobridge-m" + "bullet-m" + ]; + titles = [ + { + model = "NanoBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "186d3862b93e46bdab0548545e6539961d722ecf948fd4511377fd7f1e63be8a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-ac-initramfs-kernel.bin"; + sha256 = "7b67ae9e073350b7dfea98fdfde990c9bb600331eb20397d3a2c12378ce860f7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "f53e214ce6aeafda9ce2cc58dc453f50083a262ba1119e67c01e217d306de829"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + model = "Nanostation AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "e4e895143773b9a1663c26b15d707e4f24eeb7c09a7adaca7b36eeb3f3170035"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-ac-loco-initramfs-kernel.bin"; + sha256 = "c9d6e473a0a2b879cf8938568e2a3837d58a1bd836fbbdb9c08d1cbd3eec0ec0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "76e9ec43a74fc9c39d8d225eae00b21c684a8dc08657dec9ba56d2abc9b75ea0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + model = "Nanostation AC loco"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "51c26a601d4b71e3f878e77399e3093b039bba03e69bf4bbe0f722e15c6c1449"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "3141ad5102a831273f00c33147c9d9f56cc8f27228e83c36b8220138427ecf06"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-loco-m-initramfs-kernel.bin"; + sha256 = "fa4c5f8bf10cda4be74a626517dff8a7ae741ce6de1ae490bd55cf88cfb6c278"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "140646fab5ddf5f47b6aeabfa9fd3222b683a9c625f899635ed04f9281e7f500"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "86dbd8b8b0e60d13f6548fac32d2f0587e012aa3600fbe55aa55966137cea6ba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-loco-m-xw-initramfs-kernel.bin"; + sha256 = "38f0b3fb9297dea4e7b45aef5a3431ff906617f8f2c9c60b77a1878826ef3a39"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-m-initramfs-kernel.bin"; + sha256 = "adcc9abe19fb59db42a6de11767db151716806ae37ffc6147b6a46bc7142cc46"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "a8e0ca6bc1b18eefc44f57b1668083d934560d551703f2566eb7fa9c43dfcc44"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "05f66501b2237d106a49edd79a77785b90843b818df181884a4ca90ef940cf62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "28f8dd9c05ef6abc215e0f4dcc4004fb1b737660455e8422760785ba0ca5eb21"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-m-xw-initramfs-kernel.bin"; + sha256 = "0ba26884c6cdc4eb694585a20ea1b3e4eb1b08a4272b4b5a805dc228a2b14b93"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "fcba8def0e0f09ce54833d9af580c646d26ad1e594b8f96f563ab07a74468d7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_picostation-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_picostation-m-initramfs-kernel.bin"; + sha256 = "d5052d9c9bd6cf0d09988d08db02ffb0353ddb6ecc29b428ea1b5453feae0a65"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "9be5e36bb3f3c3f16747e426a603908534f2fd0b04f1b31a66d21dd42218887a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "0d51df027824238b13909bec6ee3686601f9e8d5492b2c85ef5acbe53c081fc6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + model = "Picostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-500 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_powerbeam-5ac-500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-sysupgrade.bin"; + sha256 = "4637a453d80c9331bdce856a9f8e43a3a48eb4e46adee90a84f09d641f044f8b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-factory.bin"; + sha256 = "ec1a32956a7fc60245b9e60bc955aed1965a9736984062bc0bf5617f9f29ed68"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_powerbeam-5ac-500-initramfs-kernel.bin"; + sha256 = "bf3c801634210455b3713906df47289826719d4c6fe1cd9f7e75d47a3a7ba145"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-500" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "500"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_powerbeam-5ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "823a3ec504e39baae97d4c3630b438992ebd94df2fcafad9f0f327e146bde81c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-factory.bin"; + sha256 = "a9e7003b1f8bbc421382abfca7418a3ac9b414aae6f75fa99b3cefbac33cdbde"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_powerbeam-5ac-gen2-initramfs-kernel.bin"; + sha256 = "68e0a21d639545360f6ccfe7f316d5862acad85764262c3cd6588652ec986bb3"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-gen2" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_powerbridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_powerbridge-m-squashfs-factory.bin"; + sha256 = "be0f805db6c7a8002fff3a7f4f92fe0e61af1e9b4c50c109e45f17301b73e043"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_powerbridge-m-squashfs-sysupgrade.bin"; + sha256 = "4803511429f4e61cd7aebcf56e3c8c18147bdbc0fc90d799278ae806a96e8b92"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_powerbridge-m-initramfs-kernel.bin"; + sha256 = "0f022a894ae2dda1bf1a977cfae8db48733e932bb69a544c65105b0c77a76641"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbridge-m" + "bullet-m" + ]; + titles = [ + { + model = "PowerBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "c0f28529bdd4621c53a4ce107792a9201fd47e173cd74f48d9c436fcf08364f3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "84588e6c8d3a9f348995232d7a8d4df7d24e7444df04805656ae09e7779b28bf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_rocket-m-initramfs-kernel.bin"; + sha256 = "aecce378d89730df434aa8b8b7a2b7102dba1fb4afac2d28e2cec1e1acf67cca"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + model = "Rocket M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "e3d5c59af3925107628efab3c44abf9501303b6a943fa7edb73dc055524e433f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_routerstation-initramfs-kernel.bin"; + sha256 = "14907b9ebd09978d8ce87638e40b365a55c2b407405d7bfd97a720542c302601"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "1208b9eb8f52df7fe0385ac13a90adc603643f83c2ce8c5c28ad1c32ba0aa435"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + "routerstation" + ]; + titles = [ + { + model = "RouterStation"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "abe75b1f1b19be621887c003abba652fcfeea97ef100b8ec0ed19abed8248065"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "6cfbf6526a0d44c15195331ba1808c8777c8d539e6fc6dd7a4434b36a9511261"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_routerstation-pro-initramfs-kernel.bin"; + sha256 = "7c135faff6b29394fc11424bd8e6984ebb22c7c659bc2d6f383fb7a5201f0688"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + "routerstation-pro" + ]; + titles = [ + { + model = "RouterStation Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "5267f362c778512fb2d4248e30c14ea6d7e37f8c8503cd18ac56a96f2fda5b56"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "f759b07eb3e6a3005f0d6b780d2f33eb703ae9844bc5d8721931c9d15c99f6db"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifi-initramfs-kernel.bin"; + sha256 = "76889313e85d1b7dcd6e6e0f02398a7ffeb84c362adb5c892e8826ccebd24ce8"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + model = "UniFi"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-outdoor-plus = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_unifi-ap-outdoor-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-factory.bin"; + sha256 = "113989e02c400598012ac3d1284d2c162de1d4b0527c0e2739cd21e9cce16b20"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifi-ap-outdoor-plus-initramfs-kernel.bin"; + sha256 = "bdd18ef1d00aaaa7783fe6a0fe13638344239a1a69e408cb4e06038d409392c3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "e6f08ba16a071cfb3ebed84f701139de8c81b910f81eca117005fc6c654bc94e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-outdoor-plus" + "unifi-outdoor-plus" + ]; + titles = [ + { + model = "UniFi AP Outdoor+"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-pro = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_unifi-ap-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifi-ap-pro-initramfs-kernel.bin"; + sha256 = "f331f07d3b9e77d92eaef06edac740bbcb351bdd3a452f5a5d3729647d55da09"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifi-ap-pro-squashfs-sysupgrade.bin"; + sha256 = "e6a7090b41ce2f915758ddafce99bbc65458df3784206e2571bf5b3f887d3ea8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifi-ap-pro-squashfs-factory.bin"; + sha256 = "286aad91f11ba2afcc97381728fea91f4089472e5d33ecaab02fba0719693fae"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-pro" + "uap-pro" + ]; + titles = [ + { + model = "UniFi AP Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "fe8ef43bd1f3340df6d9faf2725d7edf047da80ed0374bd5617ed3836bffffcc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifiac-lite-initramfs-kernel.bin"; + sha256 = "94e24a8a0eb4e7dcb7faadd4c91d328685a322c9932d2e671faca0aa765f58a6"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifiac-lr-initramfs-kernel.bin"; + sha256 = "11ca9c2d5dcef9b7acedb20b919dacc7cea951609eba7387e0087f2003930710"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "91242b20c61bb1d67a645ec037f43af24f37dedc63961f18a19e11d7081b8a68"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC LR"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "634d1bca825e904fc73c55e5a96fa97d2ca2fca1254b2a0d2cf7ac54b1c47610"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifiac-mesh-initramfs-kernel.bin"; + sha256 = "3fc8bf0e120f0af118ea05534d2d328ced7550d76e31eaab0de3c2212cb3e1ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Mesh"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "e4891498f6ee8cebb3f5224b6b4648b64ee961cec4d8537d9c8bad041b85f186"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifiac-mesh-pro-initramfs-kernel.bin"; + sha256 = "2bd04e98a6a99f30c4a73ff0f4cbce169387b64bcefea3a953497a858629b38c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Mesh Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "58c3e2e26c6b1041078d5d588c9a489d8ba7f49de1e962eb055ca5c07e8e7435"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-ubnt_unifiac-pro-initramfs-kernel.bin"; + sha256 = "45d974dc6da7dd12b400f476441939100f3c764ff43f2df97952944b8378f3cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + wallys_dr531 = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-wallys_dr531"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-wallys_dr531-initramfs-kernel.bin"; + sha256 = "904fc4681c16eb8ebd5b7a54064f142fbfe526a7d26daff12174212bbeca996c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-wallys_dr531-squashfs-sysupgrade.bin"; + sha256 = "43caf73df1b427a1f4479a86c0c53dc08f175f5f19ba1fb92a122f65ee778c7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wallys,dr531" + "dr531" + ]; + titles = [ + { + model = "DR531"; + vendor = "Wallys"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-wd_mynet-n750-initramfs-kernel.bin"; + sha256 = "061757591604526c69b42d3904aeafd5c38359b408f1e0fc769e67dd8e2fc6f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "ac61ac7af62f8c6b469aa2423df9f1050b4d52a5cc4ccc514bf326f2a220c322"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "c502470e80f933a9812b9771d660fa05608b9d56e88dd82cd60e4a15efa65950"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + model = "My Net N750"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-wd_mynet-wifi-rangeextender-initramfs-kernel.bin"; + sha256 = "60946980234fdd66d5a954d17a2543ba64ea7593823f00f1931df5ec4e0d93c3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "0833854ed1d2690f670972f7fce626c0892ef6f7b696b16cdbb3005b3a50c07e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + model = "My Net Wi-Fi Range Extender"; + vendor = "Western Digital"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "329db44bc66fea2e5b67001f52c0ed7bf11a30668ddce5eb2cd826199c2925c3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-winchannel_wb2000-initramfs-kernel.bin"; + sha256 = "0ce5176ca17a9618cdd311300ed2e8631105ebe8537406b41f339d09f4ade492"; + type = "kernel"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + model = "WB2000"; + vendor = "Winchannel"; + } + ]; + }; + xiaomi_aiot-ac2350 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-xiaomi_aiot-ac2350"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-xiaomi_aiot-ac2350-initramfs-kernel.bin"; + sha256 = "7c32e6a75cb972b9d52b87921bf450b1a3f0bde409d38eb498fcbd6cb4273de7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-xiaomi_aiot-ac2350-squashfs-sysupgrade.bin"; + sha256 = "0d401919f4bdb9721631c3bd301e1cd81f6b1740e80de6ded6d81a4f0e4aac3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,aiot-ac2350" + ]; + titles = [ + { + model = "AIoT AC2350"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-xiaomi_mi-router-4q-initramfs-kernel.bin"; + sha256 = "fa1bfde233f599f9afbb71d840b6a9601212e8bebf0ec4a256931d90fbe92c7d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "1060d23f31767f4ee225e3b52e1f034ca9bc50909629161ad68ac138f138fd58"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + model = "Mi Router 4Q"; + vendor = "Xiaomi"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "e31c2a8eaf01092b0c22eafe43e289be371f49c456215a19b04006ab2dff462a"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-yuncore_a770-initramfs-kernel.bin"; + sha256 = "aca046875b073f36c8078283a756bcf1f42d0f8661191374573d30f8a1e59ba9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "438b8f38ea1ac42e59c12ac8aa99016e0e897b14860a93acf4fcfd5fa983cf74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + model = "A770"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-yuncore_a782-initramfs-kernel.bin"; + sha256 = "8d7add6bc0ea7f21f94d1f0eda34a2b2c7a075c9b287ef19f268189143fd4edc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "f2f575e322a48fab525445487655256bd14e19b712774817824a532cee21e70e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "9e54aedb64a49ecd3c78956bb0f0cd07f140e8a81c379f1ef422b6582f534e1c"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + model = "A782"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-yuncore_xd4200-initramfs-kernel.bin"; + sha256 = "842c63fdafbbd5f84511786268369c0115ad51f514138c7ae796e10d4931a34d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "5e8e8f2e5e4f81f219eb919d1108915396be567602542738a32f696c2a5323e6"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "d2348ae3a219f50936f87743ce3c45dc60c9126afef86847553368797151b7b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + model = "XD4200"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "814d99b481e6178a7d3cce23992fa93d0639ed753be6dc0b8ed25de1af638287"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-zbtlink_zbt-wd323-initramfs-kernel.bin"; + sha256 = "540c49fb2cc98321c735c93190f0469b73cba173872cf34c4d955a8e9f033a89"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + model = "WD323"; + vendor = "ZBT"; + } + ]; + }; + zyxel_nbg6616 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-generic-zyxel_nbg6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-zyxel_nbg6616-squashfs-factory.bin"; + sha256 = "77c67093a5312398be5c50a094bac9cc3547214114f94d381fa95047b1ddf45c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-generic-zyxel_nbg6616-squashfs-sysupgrade.bin"; + sha256 = "404a6289391be4449aec95ab6ff49cf2de94d2d3b9b68e226c64dcda02d522dc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-generic-zyxel_nbg6616-initramfs-kernel.bin"; + sha256 = "c975df5a873b25777e82c91d31a1effcddeaf40a04ae739c3d48b75273f59623"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6616" + "nbg6616" + ]; + titles = [ + { + model = "NBG6616"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "ath79/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_routerboard-lhg-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-mikrotik-mikrotik_routerboard-lhg-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-initramfs-kernel.bin"; + sha256 = "275755d4e2e3b811055f868a597e70a2ccf9588141912d9aaa99969c950ddcd9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-squashfs-sysupgrade.bin"; + sha256 = "9c4ae419a0f056cb650d45eb77e2cdce2ab18130083733e5a4b0a71b463727ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-2nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 2nD (LHG 2)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-g-5hact2hnd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-initramfs-kernel.bin"; + sha256 = "023037c96708ebde016dbaa278bf8803c9d0c68097e2c0599988f8034cfd51f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-squashfs-sysupgrade.bin"; + sha256 = "5e7fda5019f809c6cb3ddbff00cade6a20310e96ca692847a6b94762c1fe3dd3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-g-5hact2hnd" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + model = "RouterBOARD wAP G-5HacT2HnD (wAP AC)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wapr-2nd = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-mikrotik-mikrotik_routerboard-wapr-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-squashfs-sysupgrade.bin"; + sha256 = "124c5951f142cde1477f3be6b22e9eecaffba357cf1bec7f8a4c1f89c013f941"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-initramfs-kernel.bin"; + sha256 = "3277992688075242ad3eb88b7cc9fe39f78c33f79a4781424ef9e24d1a051976"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wapr-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAPR-2nD (wAP R)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "ath79/mikrotik"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_rambutan" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-nand-8dev_rambutan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-8dev_rambutan-squashfs-factory.bin"; + sha256 = "979ab62109ea94e0b3453106590b930158498ff587748b9602900a60f8c98cd2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-8dev_rambutan-squashfs-sysupgrade.tar"; + sha256 = "fe80a5a04771509691aea287d1b0ab70ab28aeeaf27eacca274139f7fcee6ecf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-nand-8dev_rambutan-initramfs-kernel.bin"; + sha256 = "31efa9fa5637b710aa35d32af4865ec9bc5b7bc3964c2b1cc0d8b94d4a382119"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,rambutan" + ]; + titles = [ + { + model = "Rambutan"; + vendor = "8devices"; + } + ]; + }; + aerohive_hiveap-121 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-nand-aerohive_hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin"; + sha256 = "444d562c8992987ec9da54eb8798c9a9fb64a48bcc93adf111e132b03fbfe93e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-nand-aerohive_hiveap-121-initramfs-kernel.bin"; + sha256 = "d298dac119a5156c10efbb791042ded0202dc966c78d5cc94c5340e410b44ae6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-aerohive_hiveap-121-squashfs-sysupgrade.bin"; + sha256 = "5b53355e559118fd5ac2174626b9a3b74f56f118f7e559d5e398ac8c0dbd0fc4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aerohive,hiveap-121" + "hiveap-121" + ]; + titles = [ + { + model = "HiveAP 121"; + vendor = "Aerohive"; + } + ]; + }; + domywifi_dw33d = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-nand-domywifi_dw33d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-domywifi_dw33d-squashfs-factory.bin"; + sha256 = "3a465e4f28fc3be6a1cf1dad9340b0f5e170eeba300175d0cfbad03b8a704094"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-domywifi_dw33d-squashfs-sysupgrade.bin"; + sha256 = "4905d6b78ccf6d24e6debc0453d06a990524b4e1a761b12f387b66d2611a891c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-nand-domywifi_dw33d-initramfs-kernel.bin"; + sha256 = "4d15631b12bab7933697388a172a055e98dfa3e5e45cd8bcff3e60a2cfcf474d"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dw33d" + ]; + titles = [ + { + model = "DW33D"; + vendor = "DomyWifi"; + } + ]; + }; + glinet_gl-ar300m-nand = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-nand-glinet_gl-ar300m-nand"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-nand-glinet_gl-ar300m-nand-initramfs-kernel.bin"; + sha256 = "19d72483ec6866d1b80106dad3f954606f93dbe876e208b144856de8c7b6fed6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-glinet_gl-ar300m-nand-squashfs-factory.img"; + sha256 = "3d92559c58093d94cdb961ffbe50214b450fb347394a793231ad741e5baece78"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin"; + sha256 = "ebb4fcbaceef1b629695195fc24b7acdaa8c4f7a1eaa06560851843352f14814"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nand" + "glinet,gl-ar300m-nor" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-nor = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-nand-glinet_gl-ar300m-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade.bin"; + sha256 = "2e6b6dc3c17374ddf9749bd5297e7e50feb2f1e08e380ccf60056159adc538ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-nand-glinet_gl-ar300m-nor-initramfs-kernel.bin"; + sha256 = "a865f4f5474b0dad91a23fe4c55d2212768067a082594099ae847847a6fd488a"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nor" + "glinet,gl-ar300m-nand" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.2-ath79-nand-glinet_gl-ar750s-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-nand-glinet_gl-ar750s-nor-initramfs-kernel.bin"; + sha256 = "605b6e662391cedcf673e189a83939dc9b5a83977dcc03a4d89ced74f59be39f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-glinet_gl-ar750s-nor-squashfs-sysupgrade.bin"; + sha256 = "a4edade875661f69d238bca098cbbfea4a4d24afd356dda0e3a6d597e56123b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor" + "gl-ar750s" + "glinet,gl-ar750s" + "glinet,gl-ar750s-nor-nand" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor-nand = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.2-ath79-nand-glinet_gl-ar750s-nor-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-sysupgrade.bin"; + sha256 = "cb7c3cc271b79d92c1cca8697672c5de1813ee8c7b54da432b2379d17125be86"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-nand-glinet_gl-ar750s-nor-nand-initramfs-kernel.bin"; + sha256 = "4df287fbf65d413641b6c63509d764ea6d1c45b229936404558db16ada44c53d"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor-nand" + "glinet,gl-ar750s-nor" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR/NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-e750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-nand-glinet_gl-e750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-glinet_gl-e750-squashfs-factory.img"; + sha256 = "60e8238854e3a86c0617d60ded6ea6a19b9bf2e33b8a6d52668258696d19eab1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-glinet_gl-e750-squashfs-sysupgrade.bin"; + sha256 = "a47ac7e9b4d87c9b525264e60dd99371a39327fbedf35e68f8889d5a1d660a9f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-nand-glinet_gl-e750-initramfs-kernel.bin"; + sha256 = "60f96ab59d4fb9ccc4d45f1664bfa700ade01cb394ad77a29c1e6a9e66879889"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-e750" + "gl-e750" + ]; + titles = [ + { + model = "GL-E750"; + vendor = "GL.iNet"; + } + ]; + }; + netgear_wndr3700-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-nand-netgear_wndr3700-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr3700-v4-initramfs-kernel.bin"; + sha256 = "02d3af4130fd156cbc90fd42b4d145fbc748b0e58f8b110f1913e95b2e9bc8c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr3700-v4-squashfs-factory.img"; + sha256 = "d5420929d4b4bdfa44085c2eb7005ebabb3034a7999d21771a83d09bc9aae4c1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr3700-v4-squashfs-sysupgrade.bin"; + sha256 = "97c97bb5b53d64246789d1e748f9dfedb0ad88d94570710a79ba987e5824f7fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v4" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v4"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-nand-netgear_wndr4300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr4300-squashfs-factory.img"; + sha256 = "162ef313632febbda36d455c9eb0443b2c15fad30426e28dbfa8475f55dd8aa3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr4300-initramfs-kernel.bin"; + sha256 = "27ab54ca4ba3c4624ba2a5f171caf3bc592f824971809895bebd954075ba2708"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr4300-squashfs-sysupgrade.bin"; + sha256 = "9872660c1c8021bdb2e36a8c062f60ddf772106a88887ed67ee97b656a417845"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300" + ]; + titles = [ + { + model = "WNDR4300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-nand-netgear_wndr4300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr4300-v2-squashfs-sysupgrade.bin"; + sha256 = "36179ae9278c61b634e0ddfd36a2659caf5448b3c53d805c98524730344b097a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr4300-v2-initramfs-kernel.bin"; + sha256 = "55d52ba6f20adc2e9cf630db054dd8da8f07a8050869d40bee3dcd98ac5bfb2a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr4300-v2-squashfs-factory.img"; + sha256 = "7562ff806419f156d493cc0418c72c2410a7223bf4fc208bc36a283f79ffd73b"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300-v2" + ]; + titles = [ + { + model = "WNDR4300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300sw = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-nand-netgear_wndr4300sw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr4300sw-initramfs-kernel.bin"; + sha256 = "a0c288ef68dd37f2152afac2232a5ef1e140fecfa388885d69f9f1a696da4335"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr4300sw-squashfs-factory.img"; + sha256 = "9eb8ae099fee7042d7191f6118c3c99b31773c5bb9b9fdd934e00be7a74dab6f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr4300sw-squashfs-sysupgrade.bin"; + sha256 = "e33ba69774eb3ec47b57fa1c04bfb557330b25b6860b083616162ead4ffb0dff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300sw" + ]; + titles = [ + { + model = "WNDR4300SW"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300tn = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-nand-netgear_wndr4300tn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr4300tn-squashfs-sysupgrade.bin"; + sha256 = "1e2925551ad889b62f7941558a4bf36114877074cc905c926994a15488c2219c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr4300tn-initramfs-kernel.bin"; + sha256 = "e6afe5547fa485d7b304d952f55fa50fad44996fe30ba156b1041710bcef5710"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr4300tn-squashfs-factory.img"; + sha256 = "985f67cd3116e09717ec3b8d36f780d85351cbcd28f809ec8ccad4b6216d698c"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300tn" + ]; + titles = [ + { + model = "WNDR4300TN"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ath79-nand-netgear_wndr4500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr4500-v3-squashfs-factory.img"; + sha256 = "7eafe9827865a9915d7531099854d6a7694cb6a61b51023961d7a648bc0fafa6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr4500-v3-initramfs-kernel.bin"; + sha256 = "8e4f0f35ad86debd261b92214ead1a7d464b1829478eca68fef6c8d7f734a03c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-netgear_wndr4500-v3-squashfs-sysupgrade.bin"; + sha256 = "b3e5ba72b11aee1380c79c94d3b674034978eabe3d11829188adb875ea9712cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4500-v3" + ]; + titles = [ + { + model = "WNDR4500"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_nbg6716 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ath79-nand-zyxel_nbg6716"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-nand-zyxel_nbg6716-initramfs-kernel.bin"; + sha256 = "bb61e77a3b5284c05e7a8db97a4540917d101e6248c063717de0d2beb7ecc78f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "1ff9f54de4946b5330dd581490547335cd40829159b75873d9e0427e82d5af1f"; + type = "sysupgrade-4M-Kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-zyxel_nbg6716-squashfs-factory.bin"; + sha256 = "62caf700effd189d05230a2ccac463f912aaf4ccc59dd0bc4ee2595c4baf810b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade.tar"; + sha256 = "f4f183e7b4dd5aa1c1c25a17d52c21ca42d9da3fc49202515914fcd86d48cc9c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6716" + ]; + titles = [ + { + model = "NBG6716"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "ath79/nand"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + engenius_eap350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-tiny-engenius_eap350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-tiny-engenius_eap350-v1-squashfs-sysupgrade.bin"; + sha256 = "a2e050af27364fc0808709aeadd836563563f6b8fa17e4789c9b1b5c6efd8f42"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-tiny-engenius_eap350-v1-squashfs-factory.bin"; + sha256 = "82e71a1d8d3119c736cc404874a865f3440013ac281474dd81d3f9fa1992ac7c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-tiny-engenius_eap350-v1-initramfs-kernel.bin"; + sha256 = "08d6d9871271ee45d419cdbe2e5e2e08b12f45f141905c68984ae25b209f0920"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap350-v1" + ]; + titles = [ + { + model = "EAP350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ath79-tiny-engenius_ecb350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-tiny-engenius_ecb350-v1-initramfs-kernel.bin"; + sha256 = "46e9750732c38bb572bc36362996d8b46ae9da708acc5ac69df57f6e8272cae1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-tiny-engenius_ecb350-v1-squashfs-sysupgrade.bin"; + sha256 = "9e00d1480d18057e96f3f67b6c53a4777011ad2bc81529ddae9ea481cd08b0cd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-tiny-engenius_ecb350-v1-squashfs-factory.bin"; + sha256 = "067829f59f8c4a0f137798494c0eb9eed82c8581d39659399389df78e12879c7"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ecb350-v1" + ]; + titles = [ + { + model = "ECB350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enh202-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ath79-tiny-engenius_enh202-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-tiny-engenius_enh202-v1-initramfs-kernel.bin"; + sha256 = "fc9678f5633056cb668c663d19fd60a4ef35445c10e2e9774a139f6fb1538041"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-tiny-engenius_enh202-v1-squashfs-sysupgrade.bin"; + sha256 = "e21818576b266c1f4dad80b8a14228f9cbfcbd0b8660078469f82276732adcd9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-tiny-engenius_enh202-v1-squashfs-factory.bin"; + sha256 = "a5239dc98be240f19c51ab1043387e0c02d0801ebef0ee4972a4d2a1bb0d7fd2"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,enh202-v1" + ]; + titles = [ + { + model = "ENH202"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "5e530aef73346da4ff78cf04410fec485c76c68b8cbd43bc978b545d79ee8732"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ath79-tiny-pqi_air-pen-initramfs-kernel.bin"; + sha256 = "885b4b6a0b0f4047649c196a8fc9b91f038abb72227b66e12cf64df87a4b13b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + model = "Air-Pen"; + vendor = "PQI"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "ath79/tiny"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + bcm27xx = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-zero-w" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm27xx-bcm2708-rpi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm27xx-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "daaa06cbceb588c4f986233e674dd457fd186f41dde352428ec01d706114d89c"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-bcm27xx-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "793d2d413100589398af9d66f8ebabbbd31e17e0a68617c1bf1b784d5ccfdefe"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-bcm27xx-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "91eeffaf5fdcb0b2753d51c48e7b754e53558f982d004893d48f9230d20f96a0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm27xx-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "e0954494dc1f6505cce6d7be98588dee30520ef5185ff71911d104ebda79be54"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + model = "B/B+/CM/Zero/ZeroW"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "bcm27xx/bcm2708"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm27xx-bcm2709-rpi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-bcm27xx-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "89308ee671101b1cde25e2bbd7fb9c9c1a880427615b87d35c711a4ab391011c"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-bcm27xx-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "a84941f959ad49fe2c502d8ca4ee322e5e8e137ac69d7f767fe2f5fc8a821028"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm27xx-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "bc4798ee68f447362b53259bebf4c7d84a860bf0c316464d54c8d96a99cc48ef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm27xx-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "2748134a0f66ddc91ff604fb2ed3e04edaf5924586ee48a5745dda7a4050ecb1"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "2B/2B 1.2"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "3B/3B+/3CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "4B/400/4CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "bcm27xx/bcm2709"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm27xx-bcm2710-rpi-3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-bcm27xx-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "cc6171679715edf96ec9b417e3fb285455181b3cd5cc0ffeaf3961acc95b2f85"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm27xx-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "05c439ac0b2e29938c0deb553a17f9d6ca1fa95b9d05aa0e825714090559b0c9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm27xx-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "4c00285f7925857323e3c89884f4dddfb7c301dcf43db1164273781de39b5656"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "4cc60088757bbeb79b52ec98279bed725ce70e68a54d6aca361af6a5187ae313"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + model = "3B/3B+/3CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + { + model = "2B-1.2"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "bcm27xx/bcm2710"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + bcm2711 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-4 = { + device_packages = [ + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm27xx-bcm2711-rpi-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz"; + sha256 = "280d285af7e8689178c940186641698a9b5c64690399286354ff0045ed20d182"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz"; + sha256 = "1e4b12e4a2edca2fe6d05dd6138f4b13de4403e0b28e14a26c09dad4f4b5d715"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-bcm27xx-bcm2711-rpi-4-ext4-sysupgrade.img.gz"; + sha256 = "1ebdb91bafb9d7faab1a07dfa4eb76c385c8950cd9621e72386bb9dbf6688151"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz"; + sha256 = "7102744e71695f65aa4ebf2e7b3e94df02366ed565f98b5230d4151080e89586"; + type = "factory"; + } + ]; + supported_devices = [ + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "4B/400/4CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "bcm27xx/bcm2711"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + bcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + linksys_e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-generic-linksys_e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-generic-linksys_e3000-v1-squashfs.bin"; + sha256 = "ee51ba9bb020d0f755d978fb301e75bf76eb30f25e4df48fceeb4aeabdd7f718"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3000-v1" + ]; + titles = [ + { + model = "E3000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + "linksys_wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-generic-linksys_wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-generic-linksys_wrt300n-v1.1-squashfs.bin"; + sha256 = "a108685dfae213517a7cb42fa53e9a76364b8c3470201729e96bcda9655fd684"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1.1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-generic-linksys_wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-generic-linksys_wrt310n-v1-squashfs.bin"; + sha256 = "33c3902d2e3e8124c5ccf20769f30ddab53401cc123d49a028c7ef1f51d1fce1"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v1" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-generic-linksys_wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-generic-linksys_wrt350n-v1-squashfs.bin"; + sha256 = "b3fefd8f74f54e8c6ea5d9c375f32c9e2e6861a607496dbb697833360566e55b"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt350n-v1" + ]; + titles = [ + { + model = "WRT350N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-generic-linksys_wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-generic-linksys_wrt610n-v1-squashfs.bin"; + sha256 = "5f5b0b6901e265700da9d269823bc6c034f716ea4c49e7b31f81ec4134002a78"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v1" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-generic-linksys_wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-generic-linksys_wrt610n-v2-squashfs.bin"; + sha256 = "19ab398fb5a23301635b2d2464366c98eab4ba7128ec3e574bdae81f3acea9b9"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v2" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-generic-standard-squashfs.trx"; + sha256 = "27c71cdca02886913e66616f541ff22ab189d3fdbad0eefa112b0a996234492e"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "bcm47xx/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-300g-squashfs.trx"; + sha256 = "7c3388b505f684db02295586eae9e724dcea8b2f4125a8c52053ff2956f480f4"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-300g" + ]; + titles = [ + { + model = "WL-300g"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-320gp-squashfs.trx"; + sha256 = "e91faaf585f501b2c8f002b102e93988ab5ba6f677108c616bb119cc8e70e8d8"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-320gp" + ]; + titles = [ + { + model = "WL-320gP"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-330ge-squashfs.trx"; + sha256 = "3591e7ec95c4c259d416a7c550978392cfeb7dc1e34a3cb0e7e9ae075e841a81"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-330ge" + ]; + titles = [ + { + model = "WL-330gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-500gd-squashfs.trx"; + sha256 = "49ad9bbed2006962599f3ee66998356f4075655b7ee2a18d3de28ad1ade5cbf3"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gd" + ]; + titles = [ + { + model = "WL-500g Deluxe"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-500gp-v1-squashfs.trx"; + sha256 = "fba4bfae5520556604bd2fa8f3e279a53a3be80c0df51a3512a28a16061f3fbc"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v1" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx"; + sha256 = "77b49de732f55335efcb86b5783167651457a97fae4963e16ad1083eae8e0745"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v2" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-500w-squashfs.trx"; + sha256 = "6ee637f513077e7f501d48d0bfddc5885fcc4079d75a578dab096ea2d9cb9075"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500w" + ]; + titles = [ + { + model = "WL-500W"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-520gu-squashfs.trx"; + sha256 = "384daf4c318f34d34e107656422f554541c811c13530ac66ccea7eb3148357ed"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-520gu" + ]; + titles = [ + { + model = "WL-520gU"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-550ge-squashfs.trx"; + sha256 = "611555555a67393f93fb88f76a1d3a0ac41621d3b14fc9f00b78308bb3f342eb"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-550ge" + ]; + titles = [ + { + model = "WL-550gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-asus_wl-hdd25-squashfs.trx"; + sha256 = "b3ae4b0328a7a254e90ee1879df14f37f5ac83fb19e146efa218e9238a2260f7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-hdd25" + ]; + titles = [ + { + model = "WL-HDD25"; + vendor = "ASUS"; + } + ]; + }; + dlink_dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-dlink_dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-dlink_dwl-3150-squashfs.bin"; + sha256 = "705f8ab7571664fffd8d38423405f7a177c1f2fbce9bbfba7245659386e0e3b2"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dwl-3150" + ]; + titles = [ + { + model = "DWL-3150"; + vendor = "D-Link"; + } + ]; + }; + edimax_ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-edimax_ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-edimax_ps1208-mfg-squashfs.bin"; + sha256 = "3aa27ee7e696b02edb556ba318a3337dab8d864c504f71e73e7f257662c532ea"; + type = "bin"; + } + ]; + supported_devices = [ + "edimax,ps1208-mfg" + ]; + titles = [ + { + model = "PS-1208MFg"; + vendor = "Edimax"; + } + ]; + }; + huawei_e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-huawei_e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-huawei_e970-squashfs.bin"; + sha256 = "9d3fd4d17bd2f8acddd66650b89c4a47cfbb1f695e24273238ae7941d104143e"; + type = "bin"; + } + ]; + supported_devices = [ + "huawei,e970" + ]; + titles = [ + { + model = "E970"; + vendor = "Huawei"; + } + ]; + }; + linksys_wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt150n-squashfs.bin"; + sha256 = "1a6bf594236de880d8661ab1809e9eacbc20ec1830b7e0b2633a3bb7c701f20e"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt150n" + ]; + titles = [ + { + model = "WRT150N"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt160n-v1-squashfs.bin"; + sha256 = "59988b96546b6ba2ab4e6e7da6c531f4eef1255f403bfba93e59e5fd0b518d1d"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt160n-v1" + ]; + titles = [ + { + model = "WRT160N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.trx"; + sha256 = "cdcdd2ba715cf0b405682a5238f71976137943c55cc5a156922ab42fc4f175ce"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.bin"; + sha256 = "c470668dce5a843cdd78ded833de11910e11a879976f1ae432628a14d52e4181"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt54g-squashfs.bin"; + sha256 = "2a171d3b4e5b9198ab37cac5c92badcdf2284152797c21b5e32eb824b619c9ef"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g" + ]; + titles = [ + { + model = "WRT54G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt54g3g-squashfs.bin"; + sha256 = "430d02f5da1d7694b7e440e8bdf55810c932b8df0e4c434a4f620a4e0cc81110"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g" + ]; + titles = [ + { + model = "WRT54G3G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt54g3g-em-squashfs.bin"; + sha256 = "a8e8df5970545df75d2803e3b1b9eb487cb057a6df03e35f40424023b27a6607"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g-em" + ]; + titles = [ + { + model = "WRT54G3G-EM"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "fb68244b234f39a64d801360153e20b1004dbf9826fe1886f1baff374b9626b7"; + type = "noheader"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.bin"; + sha256 = "ba39166c7b52c77da4374633682995eedb30bf1cff3bdc4e7de669e7335db577"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3gv2-vf" + ]; + titles = [ + { + model = "WRT54G3GV2-VF"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt54gs-squashfs.bin"; + sha256 = "9f39b716402fd48366777b97667c73f699b48ec3a3c13695aa7775436c01c7d9"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v1/v2/v3"; + vendor = "Linksys"; + } + { + model = "WRT54G-TM"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrt54gs-v4-squashfs.bin"; + sha256 = "fa7e73df6c7411a8b3daa9b59248c5a6650ffcb5aec2b584752faaa8bac3ab6f"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs-v4" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-linksys_wrtsl54gs-squashfs.bin"; + sha256 = "1d4cd4078285b5bac5b0a9366cb4abc0d7e09282d8a810a801d3a39e2fe693ca"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrtsl54gs" + ]; + titles = [ + { + model = "WRTSL54GS"; + vendor = "Linksys"; + } + ]; + }; + motorola_wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-motorola_wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-motorola_wa840g-squashfs.bin"; + sha256 = "f54e1b7b3fef6f14c3101ef430c5193aa40bc20955ecc4a24db95ac0fe1b7725"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wa840g" + ]; + titles = [ + { + model = "WA840G"; + vendor = "Motorola"; + } + ]; + }; + motorola_we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-motorola_we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-motorola_we800g-squashfs.bin"; + sha256 = "dd0cb34c99287a0510eec69af5c4d5ef51b4dde8924ebd89f99951867b3cf641"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,we800g" + ]; + titles = [ + { + model = "WE800G"; + vendor = "Motorola"; + } + ]; + }; + motorola_wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-motorola_wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-motorola_wr850g-squashfs.bin"; + sha256 = "56cd6a69643889529a332689e1fc31004487b56e2489d71958007d878756308c"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wr850g" + ]; + titles = [ + { + model = "WR850G"; + vendor = "Motorola"; + } + ]; + }; + netgear_wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-netgear_wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-netgear_wgr614-v8-squashfs.chk"; + sha256 = "75aaa80c6617bfbb29bf88fc0cb5dba6a5ce25209cc7f31029ed40321a77d1df"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v8" + ]; + titles = [ + { + model = "WGR614"; + variant = "v8"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-netgear_wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-netgear_wgt634u-squashfs.bin"; + sha256 = "db1b863584d3b64ea71b4cb39a9061734737dfa9a66326573990bf829d1c1626"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,wgt634u" + ]; + titles = [ + { + model = "WGT634U"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-netgear_wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-netgear_wndr3300-v1-squashfs.chk"; + sha256 = "ed3cbf34ee8c855b2bb03de52010d8d1c2e673179bea0ce2f762ec9f05c84e16"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3300-v1" + ]; + titles = [ + { + model = "WNDR3300"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-netgear_wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-netgear_wnr834b-v2-squashfs.chk"; + sha256 = "46f360f670a2531e1b8080275e3ec4e7f9e9bc1a6345159f3c2098b434d5a6b1"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr834b-v2" + ]; + titles = [ + { + model = "WNR834B"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-standard-squashfs.trx"; + sha256 = "9c6f24bdc04d67f1237588876cbd8570b9bd01d5ad976be15e7e677a6c42839c"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "388f9d928c5e088e1730b01e61f952588b23594a201919439ffec6c8347a5e2e"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-gz" + ]; + titles = [ + { + title = "Image with gzipped kernel"; + } + ]; + }; + usrobotics_usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-legacy-usrobotics_usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-legacy-usrobotics_usr5461-squashfs.bin"; + sha256 = "99e052850816c67fda5590ae4df7d536cb885c3614019e8acce449130017acaa"; + type = "bin"; + } + ]; + supported_devices = [ + "usrobotics,usr5461" + ]; + titles = [ + { + model = "USR5461"; + vendor = "US Robotics"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "bcm47xx/legacy"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-ac53u-squashfs.trx"; + sha256 = "c555fb544e21912485a98d74da7cf9f908d15bb15ce027766561dab525945cca"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac53u" + ]; + titles = [ + { + model = "RT-AC53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n10-squashfs.trx"; + sha256 = "9818e1cca2956d7506cd34a310adc7ce5c262a868fb686f78c006b66bbafea08"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10" + ]; + titles = [ + { + model = "RT-N10"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n10p-squashfs.trx"; + sha256 = "83c61c4e4e720629696c07458aad88753d2c6ace01459c795da82d95424447c9"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n10p-v2-squashfs.trx"; + sha256 = "1964615db1b9a9264b3e8ef0ffcaafaa05e91efffa16e6520e2268fd12b7fcc0"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v2" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n10u-squashfs.trx"; + sha256 = "32c9210c463f59f57e40771d52e16e17aa3fbaed7e1dd57d0f707d630f54fc05"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "A"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n10u-b-squashfs.trx"; + sha256 = "32c9210c463f59f57e40771d52e16e17aa3fbaed7e1dd57d0f707d630f54fc05"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u-b" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "B"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n12-squashfs.trx"; + sha256 = "623f70d03b395a62b34fa5c3d4367d0b4e30d56089cf26a22f0bcb64e0e2400a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12" + ]; + titles = [ + { + model = "RT-N12"; + variant = "A1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n12-b1-squashfs.trx"; + sha256 = "eaa895c481c745acf0492bb004bc2ddd6fe380d82ed4cd84de6730756f6fe3eb"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-b1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n12-c1-squashfs.trx"; + sha256 = "36bf09971caa56adf07ebdd743d056616c799b6545cd0d6388817cbe173112bd"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-c1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "C1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n12-d1-squashfs.trx"; + sha256 = "c19b7e52f12624ff9dabe8f84138cb415eb2de6ad9cc941786c4ca214233a6e7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-d1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "D1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n12hp-squashfs.trx"; + sha256 = "e35017bb4e9c3b5c1f6630eb843300a49643703fabcd2f8eccd7e2dae1fc6086"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12hp" + ]; + titles = [ + { + model = "RT-N12HP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n14uhp-squashfs.trx"; + sha256 = "792a052df9dea8985740d4a3f1720f02bed957125e94559923e8be8f93cf824e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n14uhp" + ]; + titles = [ + { + model = "RT-N14UHP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n15u-squashfs.trx"; + sha256 = "81ae707586d004b0acb2d84334eb591261cfd5d9b3645f238afbe6b91808598e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n15u" + ]; + titles = [ + { + model = "RT-N15U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n16-squashfs.trx"; + sha256 = "7e80758ff14f1c311cdffc28634b7ccae9a9f35dae6da04b443553e93179cf72"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n16" + ]; + titles = [ + { + model = "RT-N16"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n53-squashfs.trx"; + sha256 = "cb9e0a70e3a7117ffcc1bb32e8ede2c848344c401e67eb27ab996bffe1cb8e60"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n53" + ]; + titles = [ + { + model = "RT-N53"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n66u-squashfs.trx"; + sha256 = "93f51d62578de6bd0015fc7a65c19da073d5191a0b208ee0a391714347b2fe7d"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66u" + ]; + titles = [ + { + model = "RT-N66U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-asus_rt-n66w-squashfs.trx"; + sha256 = "93f51d62578de6bd0015fc7a65c19da073d5191a0b208ee0a391714347b2fe7d"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66w" + ]; + titles = [ + { + model = "RT-N66W"; + vendor = "ASUS"; + } + ]; + }; + linksys_e1000 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e1000-squashfs.bin"; + sha256 = "fc22cf3fcd7b8e3b5adfe64d155dc50edaaf53ad0012ec34d5e9ef3b99f6aa9c"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1000" + ]; + titles = [ + { + model = "E1000"; + variant = "v1/v2/v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e1200-v1-squashfs.bin"; + sha256 = "4bf7247468444a006794c8c60d7d783514aaa42805efb11ae0bcf24c4251fde0"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v1" + ]; + titles = [ + { + model = "E1200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e1200-v2-squashfs.bin"; + sha256 = "33f0470ebececc065f815ea2445a2075c24f14b99d088370ed3233b421c1ef90"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v2" + ]; + titles = [ + { + model = "E1200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e1500-v1-squashfs.bin"; + sha256 = "fc0c1f41f27a56647018d1ed58e6b271ad3871a8139fc95f6b4714465ca46c99"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1500-v1" + ]; + titles = [ + { + model = "E1500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e1550-v1-squashfs.bin"; + sha256 = "7e736643a28166361d2407f2f35aafcd9c7851d818d96491cc27bce62ba69402"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1550-v1" + ]; + titles = [ + { + model = "E1550"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e2000-v1-squashfs.bin"; + sha256 = "93e5d976e5df957b40bf36d7273831a2bae984b8fd6827428d616d624b4052bf"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2000-v1" + ]; + titles = [ + { + model = "E2000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e2500-v1-squashfs.bin"; + sha256 = "a37ab559dcd73c7570f1fd783fcee91dd439fec18f06e19878b588f8968c11dd"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v1" + ]; + titles = [ + { + model = "E2500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e2500-v2-squashfs.bin"; + sha256 = "ab4f2bd6349ed6ce917dbe710dd8fd7422c7fe31174ea1d80b599b9fb805766b"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2" + ]; + titles = [ + { + model = "E2500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + "linksys_e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e2500-v2.1-squashfs.bin"; + sha256 = "51ec8ce80b676c7e4472fa939d17f33eccdf4f9bd1a4e6ff7fd0e31d4d81b0f2"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2.1" + ]; + titles = [ + { + model = "E2500"; + variant = "v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e2500-v3-squashfs.bin"; + sha256 = "c0a3dad834c16d2c16c894a51ddc1cab15d4d51a20159cbc0be5fb38308ca722"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v3" + ]; + titles = [ + { + model = "E2500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e3200-v1-squashfs.bin"; + sha256 = "9a38a5c5a687d672640172aac2e7018d1d6b465d32ba0ecaf199d8ca3931be97"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3200-v1" + ]; + titles = [ + { + model = "E3200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e4200-v1-squashfs.bin"; + sha256 = "714a285b364e73f0a1da645c86f4464618b4ad97f69c2049608ecb5b312d78ec"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e4200-v1" + ]; + titles = [ + { + model = "E4200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-linksys_e900-v1-squashfs.bin"; + sha256 = "0d16c2f2976fd4caef02a804f7b7c62ddf8cedc971894cd444f6147056f988a5"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e900-v1" + ]; + titles = [ + { + model = "E900"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-linksys_wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-linksys_wrt310n-v2-squashfs.bin"; + sha256 = "b23ec2bdc0d6af5165d16bd73e5f5cb38ae67e5dc63f5c5653fa74716da544b5"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v2" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-linksys_wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-linksys_wrt320n-v1-squashfs.bin"; + sha256 = "a533b50b9544f062204d7204d49e67bf6123ce86580ae7ce978db14956ccfefa"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt320n-v1" + ]; + titles = [ + { + model = "WRT320N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-netgear_r6200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-netgear_r6200-v1-squashfs.chk"; + sha256 = "e59ac60e9a19517c0c1b1f2a2c2977cd13e600a373141e37a2467b6d0a0c3a82"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6200-v1" + ]; + titles = [ + { + model = "R6200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wgr614-v10-squashfs.chk"; + sha256 = "17b1f61a822653594cc70e4a78d75436c744c5b6dd84a05edfafc1d644695287"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wgr614-v10-na-squashfs.chk"; + sha256 = "01abd19a29ee3db5828ebc50ebfb5c13d69aea9abb6e96695eb1026942722900"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10-na" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wn2500rp-v1-squashfs.chk"; + sha256 = "c8ac4d6a462ae84390f2a3c70b26bfff8c51594ed841ebc9eddc7f44eab2208f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn2500rp-v1" + ]; + titles = [ + { + model = "WN2500RP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wn3000rp-squashfs.chk"; + sha256 = "659667179c62e58b4d4951915f721ba4a7e21abb6dc513ba6b9fa68250a3e4bc"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn3000rp" + ]; + titles = [ + { + model = "WN3000RP"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wndr3400-v1-squashfs.chk"; + sha256 = "a7f6ed2c53115b76c10da9c0dc912b3f1808e86d70f3d86ae058326d49d2f871"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v1" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wndr3400-v2-squashfs.chk"; + sha256 = "a087308895bfd27b47a4e06878bacba2b2a14e1e36089f9cd606f7a0db324c33"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v2" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wndr3400-v3-squashfs.chk"; + sha256 = "9830fd19609af31c064b4a740061724e6ab6b59a2cb194813993f84cfd7b76e6"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v3" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wndr3700-v3-squashfs.chk"; + sha256 = "7706e5b13f87d7e6e5a5c3d1ff002587ac0437596296645592c623aff790100c"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v3" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wndr4000-squashfs.chk"; + sha256 = "52d3d8f5d1c43a0ca8ab4b94669ca7ccb6a3765ffcd47ec19f1200711ed1981a"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr4000" + ]; + titles = [ + { + model = "WNDR4000"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wnr1000-v3-squashfs.chk"; + sha256 = "52a83b84342a7d832d77fce0822f5f082d94e388bf46992750f29ad067486cfd"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr1000-v3" + ]; + titles = [ + { + model = "WNR1000"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2000v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wnr2000v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wnr2000v2-squashfs.chk"; + sha256 = "71166e1759a88efeb7b20f06b86784de1d268222b48ada95f032619f2f737b1e"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr2000v2" + ]; + titles = [ + { + model = "WNR2000"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wnr3500-v2-squashfs.chk"; + sha256 = "970797dfef474918f937502a3351d5b3b6e888cc391b1af3f4253be76ec6c263"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500-v2" + ]; + titles = [ + { + model = "WNR3500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wnr3500l-v1-squashfs.chk"; + sha256 = "d2eb9b6f76c00d646eb52ce3ffc63929f5bb5b9a31640a73829d80eb7cdb47d2"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (ROW)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wnr3500l-v1-na-squashfs.chk"; + sha256 = "fb4d7590f0679bbb51f87b8fc5c2c6454a1919ccea1873304788b45136374ce8"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1-na" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-netgear_wnr3500l-v2-squashfs.chk"; + sha256 = "8cf05489aa00ca0e5007b1b23ca2f838362c0581a7f5da4755b941eed09cd97f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v2" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "d31e912a3a64dcf9df743616c3b0e9b8497f09a81907ee67c00a8e1e83b98bdf"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "5e1ed28ddc818f094382bcae4b649ea7d00814cdca982d992e7857ad66be80df"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-nodictionarylzma" + ]; + titles = [ + { + title = "Image with LZMA compressed kernel matching CFE decompressor"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "bcm47xx/mips74k"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + bcm4908 = { + generic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm4908img" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "fdt-utils" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_gt-ac5300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm4908-generic-asus_gt-ac5300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm4908-generic-asus_gt-ac5300-squashfs.bin"; + sha256 = "384724089092d27c12bccb866ce8bc168c6f0a7ebc8160b896c38f082fbea948"; + type = "bin"; + } + ]; + supported_devices = [ + "asus,gt-ac5300" + ]; + titles = [ + { + model = "GT-AC5300"; + vendor = "Asus"; + } + ]; + }; + netgear_r8000p = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm4908-generic-netgear_r8000p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm4908-generic-netgear_r8000p-squashfs.bin"; + sha256 = "4dfb08e9c6fd29178e5277d78b385280c12e550dd4b9e824fab2bbb9166bf586"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,r8000p" + ]; + titles = [ + { + model = "R8000P"; + vendor = "Netgear"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "bcm4908/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "osafeloader" + "oseama" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac56u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-asus_rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-asus_rt-ac56u-squashfs.trx"; + sha256 = "56662f94a57ca34b2e735f0e7c8f9201a7099957bee3837b179b9329bba0ccb1"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac56u" + ]; + titles = [ + { + model = "RT-AC56U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-asus_rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-asus_rt-ac68u-squashfs.trx"; + sha256 = "4ee988f3719979159e860c1d4fde84c48e07c288fda91805e87647711d78204f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac68u" + ]; + titles = [ + { + model = "RT-AC68U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-asus_rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-asus_rt-ac87u-squashfs.trx"; + sha256 = "3ee67bf1155e617c1f6a6d6125b5bd11bc012a31553d370e9ac4d931721b46ed"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac87u" + ]; + titles = [ + { + model = "RT-AC87U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-asus_rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-asus_rt-n18u-squashfs.trx"; + sha256 = "284af8b6cde83c9aa3befd15662ccb6d6c9aa0eb5195db60f831ad663a855eb8"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n18u" + ]; + titles = [ + { + model = "RT-N18U"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-buffalo_wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-buffalo_wxr-1900dhp-squashfs.trx"; + sha256 = "d4642d3f6cfb53f51cd2c7d55673d4dd7a4edf9a804e71b6c0d1dff9bba9eb88"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wxr-1900dhp" + ]; + titles = [ + { + model = "WXR-1900DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-1750dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-buffalo_wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-buffalo_wzr-1750dhp-squashfs.trx"; + sha256 = "4af5dd44b9480546dd4e0e7b4b5c4b1799920bfc212aeba0522de6d09671c2bb"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-1750dhp" + ]; + titles = [ + { + model = "WZR-1750DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-buffalo_wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-buffalo_wzr-600dhp2-squashfs.trx"; + sha256 = "a48ff529e3f9907cc6f189f132880f0aae924ec38470d4c84e8720f8c5daae22"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp2" + ]; + titles = [ + { + model = "WZR-600DHP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-900dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-buffalo_wzr-900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP2-JP.bin"; + sha256 = "bfba8d4a62d1b3c6cbd702a5f9e792a88663d3f9e730f1432000a544a904a4b7"; + type = "factory-DHP2-JP"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.trx"; + sha256 = "2224072ab3c4e6600089ff0a857c281b2c966b05369bc2de3613aa0eb62a249f"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP-EU.bin"; + sha256 = "01a0ece29551d21a66f5bdc33dde874aff148205af6feaf8abd7874e8ecfbd9e"; + type = "factory-DHP-EU"; + } + ]; + supported_devices = [ + "buffalo,wzr-900dhp" + ]; + titles = [ + { + model = "WZR-900DHP"; + vendor = "Buffalo"; + } + ]; + }; + dlink_dir-885l = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-dlink_dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-dlink_dir-885l-squashfs.bin"; + sha256 = "7b07306cae2662553b6f58e21f1a1b8a7c5addbbd16e10f7123158a8a22b4d85"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dir-885l" + ]; + titles = [ + { + model = "DIR-885L"; + vendor = "D-Link"; + } + ]; + }; + linksys_ea6300-v1 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-linksys_ea6300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-linksys_ea6300-v1-squashfs.trx"; + sha256 = "b67850955c83e04c2d11a1126d4a4091c06c3168782f1fd308279561ad6f4d14"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6300-v1" + ]; + titles = [ + { + model = "EA6300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6500-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-linksys_ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-linksys_ea6500-v2-squashfs.trx"; + sha256 = "7adc0914179c5ccf91faffe1408373b83890b5375c0dbde00286e56e4f5cc553"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6500-v2" + ]; + titles = [ + { + model = "EA6500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9200 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-linksys_ea9200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-linksys_ea9200-squashfs.trx"; + sha256 = "0965bb4a6678166cd88a3d795f7fbf503a8ccbc47513957d34830adb9080b2f4"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9200" + ]; + titles = [ + { + model = "EA9200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9500 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-linksys_ea9500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-linksys_ea9500-squashfs.trx"; + sha256 = "7144e15d7c896d00eada01b320909e1727fced393afd110ce540c7566c810d7c"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9500" + ]; + titles = [ + { + model = "EA9500"; + vendor = "Linksys"; + } + ]; + }; + luxul_abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-luxul_abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-luxul_abr-4500-squashfs.lxl"; + sha256 = "9259d379e0742ffb4038376392b405af1b07dc1e41955250e45ca7955b235d9b"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,abr-4500" + ]; + titles = [ + { + model = "ABR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xap-1610 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-luxul_xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-luxul_xap-1610-squashfs.lxl"; + sha256 = "b4c68fe9e48012a84e43c415c0f9503a5757993b1770952f838da71bedabc7f0"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xap-1610" + ]; + titles = [ + { + model = "XAP-1610"; + vendor = "Luxul"; + } + ]; + }; + luxul_xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-luxul_xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-luxul_xbr-4500-squashfs.lxl"; + sha256 = "eb73e6648f17bfe4276cb3af9053f0df004b861c38f7d11de8a58f57aaeba861"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xbr-4500" + ]; + titles = [ + { + model = "XBR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xwr-3150 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-luxul_xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-luxul_xwr-3150-squashfs.lxl"; + sha256 = "a78fe24c82fcc43476ceb40d99c7486ec9847b77b18c677d1f93024d2bb79946"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xwr-3150" + ]; + titles = [ + { + model = "XWR-3150"; + vendor = "Luxul"; + } + ]; + }; + meraki_mr32 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-i2c-bcm-iproc" + "kmod-i2c-gpio" + "kmod-eeprom-at24" + "kmod-leds-pwm" + "kmod-hwmon-ina2xx" + "kmod-bluetooth" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-meraki_mr32"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-meraki_mr32-squashfs.sysupgrade.bin"; + sha256 = "b62a5171ca87cbf03410c5dd5c24377024030f07e31dfed927de1adc9bf0b491"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr32" + ]; + titles = [ + { + model = "MR32"; + vendor = "Meraki"; + } + ]; + }; + netgear_r6250 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-netgear_r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-netgear_r6250-squashfs.chk"; + sha256 = "1db741bdc24e3b693024067f725653956889897d6a691b9b3e1f9208ec9e1538"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6250" + ]; + titles = [ + { + model = "R6250"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6300-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-netgear_r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-netgear_r6300-v2-squashfs.chk"; + sha256 = "a429eea184fed3202238d8ac3c8a70b345f162e4752c2380dc4c399b7111bfa3"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6300-v2" + ]; + titles = [ + { + model = "R6300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-netgear_r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-netgear_r7000-squashfs.chk"; + sha256 = "98a91832eb6c185814a7baacc1b2551d6b0524e9e4bd7cac46d21586d6e433bc"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7000" + ]; + titles = [ + { + model = "R7000"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7900 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-netgear_r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-netgear_r7900-squashfs.chk"; + sha256 = "66b36bd192838811757b49f04b41668f6f106cda3957f2d2b0d5005521ccb50e"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7900" + ]; + titles = [ + { + model = "R7900"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r8000 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-netgear_r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-netgear_r8000-squashfs.chk"; + sha256 = "b20e59896f0b613e047da723be8e028cb24086146f47af2b80727b0c4a6f3d52"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r8000" + ]; + titles = [ + { + model = "R8000"; + vendor = "NETGEAR"; + } + ]; + }; + phicomm_k3 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-phicomm_k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-phicomm_k3-squashfs.trx"; + sha256 = "2823559752a11cd772a6f6121bbce8571a872198f85f6108cdddc7f92e9e5a12"; + type = "trx"; + } + ]; + supported_devices = [ + "phicomm,k3" + ]; + titles = [ + { + model = "K3"; + vendor = "PHICOMM"; + } + ]; + }; + smartrg_sr400ac = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-smartrg_sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-smartrg_sr400ac-squashfs.trx"; + sha256 = "d9806e04fb46746e377201a5fd4e6061d4c138a0ed3a87d7f70900b1e7c9b24a"; + type = "trx"; + } + ]; + supported_devices = [ + "smartrg,sr400ac" + ]; + titles = [ + { + model = "SR400ac"; + vendor = "SmartRG"; + } + ]; + }; + tenda_ac9 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm53xx-generic-tenda_ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm53xx-generic-tenda_ac9-squashfs.trx"; + sha256 = "a35add02b13865f139717ea01ef732cbd93e876c8086e9dbf38f58ff8db888b1"; + type = "trx"; + } + ]; + supported_devices = [ + "tenda,ac9" + ]; + titles = [ + { + model = "AC9"; + vendor = "Tenda"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "bcm53xx/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + bcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "70ddc960c9306d28fdf3d63e78cfda73295ca050f5902f062dff725aa6d58536"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-adb_a4001n-squashfs-cfe.bin"; + sha256 = "7bea925c1ef7e43ed27697a58db27c05464772669003b28db0942a434615921c"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "3e4e79f34f88c351a250fd09245f3b9edd2882448b4dab8dc16c68e89f18a13c"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "7e3779e876c1bca120ee2dd6c6c657890c0216382e9266673ab05e6bfca60336"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-adb_av4202n-squashfs-cfe.bin"; + sha256 = "90c4e62b7a96df9a4e00041b75ef513f446a68ba51a50b03adabfeabefe48337"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "895edc1e1d93a96399face88d5a0b4c1af24bcf1180da153c350f674cd31f3d9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "6245086ce5880ce6093339519f9051c27cad9bcdaffbdfa1951a00513bd84dd7"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "deb2c44204776b82a45c84d63a6d97bfd0ef3401c2176601e74128694862eaf2"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "6e32c5e36ce3633cb6839dedaa29f99af5402f0997b4c3f719ab732752f51541"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "eaff0cdf20e00adc886bf0eb687bec416b1512cbf4f130d81ba2dde6133e8543"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "f5f5f356f6c88b11dc4a9b69ea3616111d9a94c744b25fdcde4cd340e5433ace"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "e15301c499566c7269066600462ef9e6f258b34b153f6607155920ef6b466bc0"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "f5f5f356f6c88b11dc4a9b69ea3616111d9a94c744b25fdcde4cd340e5433ace"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "35cac1bf8f3bab175346c97cebdfc030babbe329f5f9f1a320e707d18a54a64b"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "492795f7b245544e4435a44a9af1768022d8ec0a2fcee3cacffcfbdc8d2f7e28"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "492795f7b245544e4435a44a9af1768022d8ec0a2fcee3cacffcfbdc8d2f7e28"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "7ca0295332c3eb79965b55effdc89f251986296bfdf16e8b7675e60363715aa6"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "761bdb58f03e08d847b230290d47eb2620e56c3206bb011685dc2044ad9eb41c"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "8481d3727a6cf80b808f0019cf92ddc26f970a75b73b48cec0d3abd88cc75293"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "25e4cdc8f812458a5aa6d7c7342ccee4b1c0df6531ddccd1c2433dca347395c1"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "6d0b0032f05f98e3935fe1bda388b40d2c375f96d3953b418835852a1309a16f"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "db104bdd5845a740242f13c5f391ff786038b98fea9cc7411944d68c37648a3f"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "BT"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "9aa275f1c0c34e2b37fc93bd25eed7af9922ab8e5b64ab206e6b2991168150d3"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "8902f7e79455f4ade19e35b1fcbf63be17345d8c37136a0d385fa3fe59e4f60e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "29f86d79ff98471196c213fa5d7a26a043936f98155ab07aa17e20f541ccd4f3"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "c4350068fb1f5ba296e6dffacd25b852445b1a911f2073d87200e052362f80e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "ecaf3f90214a02a649e6a2b86355ea997c079ea65cc4225ccadd208c5cdd9386"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "ed3dae749da35bb2b5b178722cce054558dea7f503bebd5dbbb51271f5b1012d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "efe43503c9172a2fa325908270fd1d19038d230b8fde251e0f9d1e6a4c549cdf"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "2e67e3b439ca27aad7f7f634c37a87c7d4a9e2808ab426d66ba9b358f07dba45"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "d970eb932f5c3180aa6c4ffdc1b6094a5f5b66a88b79686cd8a3fc20f33a4a89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "d2564f465c9f311e410107d83f185f29600cc857ceb0758fea3eafc3898c06ae"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "d2ae3cc784f08aebc7ec9007561bf48f468c6769c8b2600ae98f0ca8d9daafb7"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "285fb9800be9c1014c1e2fd52745379164f2834d0ab1d2d09e7fe202255a24b2"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "f26d6cd3f131548295d7ef1bbcdf0e5c71d876c5f50c088e19436dc8e6fbe0ee"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "9ec729f72bb72c495e02fe2ed8e0fcc0bfe1b4bfe2d9ad8c02d35a8e3af900a5"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "d593ee8855d43225add1b7b95dc4a16fd2f32a7f0c5c882fa27cdfecf56e705e"; + type = "cfe-AU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "5e2b15a879525a523a15da85e2a484613cbebf2c24d61d7aabaf82827bf63404"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "5e2b15a879525a523a15da85e2a484613cbebf2c24d61d7aabaf82827bf63404"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "26a77806f0efa08d47591c8bf446f38e4886110525ea31e0d3b8bc30e9af47a9"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "83bcc00bff9881a9f08f8e095d8a29b189011bbcf22b933b7b97b8608dc4e1f9"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "1292848d379faef3a5f41ba0ad66d58ab2d6e7b610499cb87d98708a63e1a130"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "be8fa219e16e6e85f85a9ab213cc3af23e2f23365aab58536cac13bca199f9cb"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "881101c852461dc94dc8f5670399c8367f66ba3dddcb8f90acc1bf81425d7634"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "6765df676b08a3cc432455223c293daf20e8d3082303e7d2aa65b0e74c719190"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "ac60c1d8327209cda060309023bd60accf937c6eef42499afbe2dd641664672d"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "058dca409959a0786a8fd43c1594850bfee7b934ce2733872372abf8f292abca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "dce98f81b38a2460d2a42f7b1c3b3edd134263cc2e1a9403a5322abaadb1f49f"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "e85a019cc1cccb86f5b356ad2327506838dd6d0853f0cc955bf893ba8bdc6c01"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "536998fc34c1987172dbc9833e2f06b0a71ed151589774eecdcbb0e2521be8ca"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "32cf7155195086badf4543eacb7f7ae61cf42215639588db9eb193b2edc54400"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "ecefdc865bf94f967c8dded559473ff78f497872eeeb7e2ac2c67aba7e4ec10c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "2128a0441b7ca7bcce032c4ffcd6ed9b1e361148e4ae44069a876d1a360b48b5"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-netgear_evg2000-squashfs-factory.chk"; + sha256 = "eaeb97d10d7a8965a6f56ebdd8a84523a60322b72a15e3cc78a3f2eb6585fc54"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "501dcda065f22575455b5f4f60ac0f5e1cbef129c0f47d5da8ce13ce36d2fe37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "6ff595d802700e2774027283c3f9a8c2e462da357a28e2b0bb05396e493b8257"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "d9193815856df0b784d5656d3bbef768963205afec79a516b2c1100ed25d5a44"; + type = "cfe"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "96af79c1eb735bbcc5b657173ca4f47c1b81332723323bc9ce6f1f5c7453e2e3"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "de50cddcdf2cd73eb8ff4218aa4dab3b7d52aec06aff51dbada6495f0370c676"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "b77515ee79a0ba3f1d08f2fbc0ee9af0b80484c0fd67233872d56cb27483ec7f"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "30b6362dbfa2514589aca2bea9e71b8fb4f6d85973ee0f93115fab823f0297c3"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "ae909c7c0df249321240b7f6c92a1918f7d6ed690fb6d1738a29b5cf91612b56"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "052c3edc6b64ac4bd7ab49cb0ee3fdf3b3350ca2e7ec0ce71031f072915b42d2"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "23a465dc2908f560bcecce0aa94e4c77cf1ef7b638c90106fa32a0c06d1ec012"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "0761f11bd500bc889177af24239f5a33b3d339f7e08c4f4fba1eef6c8372d609"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "ed948ec8420299de4db9d30c48390e2a86152244fe2acb22e2546770c9a1baac"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "993cdb27e6983c29263ac083a8cf5c7f8f590137fbe481625611fb1e8c29c17b"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "b7779fe246703e0d5d3ab61c1715a201285b7f072b26b5c2c293e52d76452d0b"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "a03c997aea5b84e68c595d66f8a25513830e7916da25970763193b4c3bdb55d9"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "419b8e485f16dd95b3912e983bb2df8886529e4dcfcfbb3d069533b29ff2ac67"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-sky_sr102-squashfs-cfe.bin"; + sha256 = "2edd3046b69b8f4adae2ace6a690fbd47c961839165b76e63ce7cf1deaccb872"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "929b1183a5b36d1683b8e9c611c94510d51b5e27145323730341bf3c02927e6c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "60a1f566a29afe6104ddcd6404f1ffb9111f2600ff76192bdd5b494c63c54094"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "af15a2ee0bd81282f98b5091164567ec9a1c90dac4d962830d05019542348211"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "754f1f7f1f242ff82ddd9e2ee0edb063a24c7163708970321c8598d744e21266"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "b8820a097916ce60efe8df1cd2ee2bebb946900a1e176210be0bce444cddd8ec"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "53548c32e28d917643dcfe787a6d46dc4a6e41de2136ba64327e62293247881f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-generic-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-generic-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "cbc8efd66c21a034e377b7f94b93be637cbbf9e395d3fbcef93144b99156e012"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "bcm63xx/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "4d32136c00a367f4540da1253626ce33acc75dd4775501bc74f80edfb4479038"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-adb_a4001n-squashfs-cfe.bin"; + sha256 = "67c1cba26c22eba50ae662eae1569191a1e2ae34d46677cec3a1af6957a78e22"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "6d011cb13ffec6e514ffa62a02c6f3d0aa28e070139a89b84cfebe588a5283fe"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "7634cd34d3027c38fcda95d376c98add8cb8a7be005d3cbc1653555730fc069a"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-adb_av4202n-squashfs-cfe.bin"; + sha256 = "65e6b43f45ae5d9f3bf80f7f24e149580c59f3d9c3d723b4383f8743b573030d"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "119ea96c0766dcf4db0829e838dbb8c64f241d25a0650d76fafa9cde6a608e79"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "bd2fe00bd2610e3d30ba2fbc5c9f91edde002a9e619c4494b652f6dbf51c9765"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "536ccf8b3e53501cbcb31714faebb4ef218786ba535f1aea9fae16271bffbd60"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "e74d11a966b1a5b5417fba41c866327020be9dad5dae57f99938f0969d13dd6d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "98353b00b5619521a297ce718ccbeb1d283df36504f48316bfe4fb3fc527af83"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "2f67da3d62e117e0830428b08a2d2c9cd3803ad1d218c4db7e82516acb42698e"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "2f67da3d62e117e0830428b08a2d2c9cd3803ad1d218c4db7e82516acb42698e"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "1ca5866143a914bc264b7c6566c100189d91eb93b2a1f60f9484da878105d942"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "a8b20aaa43379f8d2afb475e81fd27e7c0e25f38fe4d54f62ad8d8d3fabf6dc7"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "a8b20aaa43379f8d2afb475e81fd27e7c0e25f38fe4d54f62ad8d8d3fabf6dc7"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "918aeba70ec6063b6d25572126921067f0ba9d0314388e098b32f31efdb5dc34"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "0b134d8bdd51bd4987f8b829c9da850d77bd8ccb134cf37864e05fd18cdfc854"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "7df0f82628ea461f87075345fe488ec7f073de3c223acf75a8b3da60e3e28bcd"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "7912efd86da1ae8b5a4ee971e73ed8d8f61acbc44c6878d6edb9750424761ed9"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "8a1925719da9b285bed7c108e363b101d8aa59a48afaeeeba1d36bb06bd007ec"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "3adcd0131c4b1c49f8aa2a8d34526ebd758e7ff5d9595296d3f66c6396b763f2"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "c6e27531aa213f7855bc27b03954841c8cc4fd8b2e265c920130d4d2ca46e302"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "BT"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "26c11ad02650384547bcab9815c29d8b3ff188159b48b3238537ca3d06c56450"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "9e1febe9e04d33ad3cea10ef47600f1d030f3d07c3526edb4c36b273241a69b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "f79319096209e5cdbf4defe67ccabb74e603c93db50ff16cfb59330e78e66e5e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "bc900b7f3f1dca74c613b704fba83784c530b2e27fb275755434cc25d48be1d6"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "3706b79190b9f7fc913e9c93b925266fea81dd22029025df8e77bb8fa66b4a76"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "413ff946b6ad9468c78d066f853600091e902bd00c26326dd9592e2df25e04e2"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "68ef9c1523972d82c6eea6428d0d81f4b13d58662c229ecb6eba718bee51a318"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vg-8050 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-comtrend_vg-8050"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-comtrend_vg-8050-squashfs-cfe.bin"; + sha256 = "36aa32c29698b968e79567e6090f91235589985a710763ce5c3052ab40c9b349"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-comtrend_vg-8050-squashfs-sysupgrade.bin"; + sha256 = "d4678dac99dbd521522d7d238f5a5e42fc8c275d49bc9cf161289962360ed30b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vg-8050" + ]; + titles = [ + { + model = "VG-8050"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "f42e3d445bf2049aa57916abe98f6d1b6951ce08c70a003e2b026b9be958e410"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "7f478f8df8ff7a29fba8b02098e8ad2418b781aab7964cf48d1dabcef6f6de88"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "9ca3d8c34cdf3cc8daa3106575bde24b33bbae2944cfee803231c24628950313"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "4fd80bd1b480620ebed7255847feffe63102777e686db4ccc4fb07961fcf72d2"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3032u = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-comtrend_vr-3032u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-comtrend_vr-3032u-squashfs-cfe.bin"; + sha256 = "7e60ab848672234f855af82e77eb558276ec50953f6b3deaf9a41845504f3787"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-comtrend_vr-3032u-squashfs-sysupgrade.bin"; + sha256 = "de5c5649bf2e89c91e0c6ea3ce458d184669cccdb3072023a01b25a57438526f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3032u" + ]; + titles = [ + { + model = "VR-3032u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "eb902bf60afa8d7205732cba604fe431847f51b3b3cce1479796e98b3f107c64"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "98b99e11961e741d9c35efad78333c0765a7faec8e75cf83b812ad3fc4c0f178"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "4ecf6b4f9e91d83006b93b78f50172831ee11fffaee7fa6a6798ca9fb1c939c3"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "d37391480acc338ed8934051773d0a16ef475d1c34c1c61a7b61a6732a026221"; + type = "cfe-EU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "0d2173cd7365c2cb7d6313aa2cbb2ed6f8a9918d6c3e87b9e94906c1e75b5cbd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "0d2173cd7365c2cb7d6313aa2cbb2ed6f8a9918d6c3e87b9e94906c1e75b5cbd"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "64904db289b2298009387b08d411af886db9ebb40768c5a6820a193aebb772a8"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "e21bfa7464d89cb65baf0866fcd5f15d4fb4f03cb57b0b9cc5f4ad9be82227c3"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "61e52a15194c08bc5d53eb847dc9281ae3932b5d028a55a4d524bbe8b2d4c1c9"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "d853a2eea8ed6f7b4b031ac452cdbe958000a79d51d1eed4aa03b5f3515515c9"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "aba33007445a6575698209a5224b4f4a60f7740025af7b2ca0764482bce5978e"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "46b57dea48c6b95090892cb02c481ac75ff91b6a475b86313269f6924428f011"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "646d0f8b592299030c224014a469c32c57b52e6bdc964e73f5870a566602f1f3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "31c9ae9bc4686e123daccc6db2029808f94cfba5444e3d893ef983c3c422847c"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "3856495f6c788c2f8dac28e8c4e17b4779a669687e3fd4f3bcab9795df3b763a"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + huawei_hg253s-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-huawei_hg253s-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-huawei_hg253s-v2-squashfs-sysupgrade.bin"; + sha256 = "7d7ad46e944bc1b14a92f9f9f4564988850a413f121c35ac0772f543b7779e0c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-huawei_hg253s-v2-squashfs-flash.bin"; + sha256 = "2f57fb43cfe506951ce2f2818084cd2a140e2e2c149e47a756ea5e92527ed5ce"; + type = "flash"; + } + ]; + supported_devices = [ + "huawei,hg253s-v2" + ]; + titles = [ + { + model = "HG253s"; + variant = "v2"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "7656a686db28683053c10737774bdc0de0727ac3efe5449a4a97617dd8feec06"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "02620d190d51ce662aa9f50df6b5c786a72e45a6a22b8cf6a72042c23db167c6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "783268817690f9f3f5e454e99a234639119b2187de248cb99e730cc11def97a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3700-v2 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-netgear_dgnd3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-sysupgrade.bin"; + sha256 = "8a13ad9197055d46fd4a0144ae1735253281c96945218c76c9726592a7260109"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-cfe.bin"; + sha256 = "6b3c8b8a3560805508ff5863453b64b4cfedcab6e3ad970a13506bd6f12014d1"; + type = "cfe"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v2" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "61d892a6cf7220c3ba2ad8741992e080b9f72689db20a22d27df08959f438d5d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "6590f8b6b301fafc8672e20496ae40d88b9c8477e93b6a07cd3df9289f18aeef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "ebde50d9057d876d6ff349622d894f824fed1089592420c31d88164208b299f5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-netgear_evg2000-squashfs-factory.chk"; + sha256 = "b954033a0cc1264fdfe674f8b053b0f0a92b239be4cd5f836de9bb43051e494e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "6033d60dd72182d87dafad32bf11a3daa2d50ee21b06643231a31a16e70cde27"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "dd79435dd9a6ed56652d4b8a1eea8a8801f4714e4425efb27b866d19b178a163"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "af421af9c01cd8136e667c557043d14e0e4f0589ffbf84e09ba74763cb33ff53"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "9c0e33c82c320d9870bc13c217106b7b62126f47212e671269a22494cb72d836"; + type = "cfe"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "bc030ebcf651121aead24762da3e4b15f6f826c05b73e68322ea52b89f99c287"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "896bb3ef977159a97162a877ef79c1956bc64c6a2f3bb71bfa1c997d713de626"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "6d81f7fe59cc7052b8473060720d3c9cfee607bfba231e6d0e689ae8a6cb8d94"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "e4665e2563cc918f616206727d72fc34e5d2c109a0d86323b9a6279eecaeea40"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "36473557ec913a2838fe857b2304eb869eea7e1d42886abee68c6b55444e81e8"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "4834e58031ff0da203b81bdd999f7d6dc8a3c5414e0c385644140bafc19f5f15"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "30edfd7b48c736fc38ec7beb00d2709a934890d7466a0b20e5b2bb275de94ca4"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-sercomm_ad1018"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-sercomm_ad1018-squashfs-sysupgrade.bin"; + sha256 = "1ef33a0da94a83d8212528b3007c0db57445bb06ba22d6439d36e0642516af78"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-sercomm_ad1018-squashfs-factory.img"; + sha256 = "43f95b0bf408c0af970c88ce263cc1a8fd41a16b111f4580bcdd80ba57478734"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,ad1018" + ]; + titles = [ + { + model = "AD1018"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "0d5d7c1e0e763cef42ab020fe2989d2aba4889a3b5ac4e14392073dbb1ed9433"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-lowi = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-sercomm_h500-s-lowi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-sysupgrade.bin"; + sha256 = "ca37fd0e32cb76f1f6266f5fe09571481b24945444da762faaf29318daf6bf07"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-factory.img"; + sha256 = "3c5f9a865fef8902fc43d10caf1bd686ee7a13e10b83740245916fc07f6d6fe0"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,h500-s-lowi" + ]; + titles = [ + { + model = "H500-s"; + variant = "lowi"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-vfes = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-sercomm_h500-s-vfes"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-factory.img"; + sha256 = "a9606c3f1a4aea427e06116e0c0a89e68a983544ca4bcd26eb72c67f5c319575"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-sysupgrade.bin"; + sha256 = "d75b178024b4505726d0fb7d527f9c012fa2fa0e72b3f991a772a3340b6133b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-vfes" + ]; + titles = [ + { + model = "H500-s"; + variant = "vfes"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "0de1a0f7a53537d9b526d717e6a3caf3598cad924a996b4a3176ef157226b9e2"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "d23ca344e9f52f139f3e06920ccb19d9eb337a588338904a69a200ce54fe7b6c"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "413771fa96be6d908f21d37acda7d03257a2918938defd11dcda47ad656ce9a0"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-sky_sr102-squashfs-cfe.bin"; + sha256 = "030e62a2fab83b9277559c0d209ce86dfed6c42ab601e27fbd2ac50da2614dbf"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "dcd73bcc3c7b49b75a347a0d7d81309a629d8f4f0548bbd097ac94db65a796f4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "5cc5c03b216953bb01b344295c171a285a9b6e48d66083d15b1282d6273107bd"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "07c2c73aac5b319f825c4849200e1efde996ca68d7b730659a9292aaae39a606"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "9cf82bc4545cd2f476a3279d1e8e0471c38213f47fdeb56400d7279c7b9263ce"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "87168fa07eab188884419c1b897638b01fa6fd5cd84c2104ebfc44324dbe4102"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "ea15fd776bc747e2227ff1e261bbef3403034ce19715dd4b25b0b367ae1a43db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-bcm63xx-smp-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-bcm63xx-smp-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "be1997d8cdf05223ba49c2cc64ce6d7bdfd92c7b5ef9ab9d2e164ec587235c04"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "bcm63xx/smp"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.2-gemini-dlink_dir-685"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "6c62ac5bd0d3b7b49f643cca673f6777e6642aa3879c2126bf03afd5ca337f46"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "c8536b8e52aac7f787a35f93cab9a706f686f776a8e5cfe46ce92c442ef49c4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + model = "DIR-685 Xtreme N Storage Router"; + vendor = "D-Link"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.2-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "ab7014cdad19b8a7d3ddf933e42a9f29da104761eeb5c358c637d800779ff2b1"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + model = "DNS-313 1-Bay Network Storage Enclosure"; + vendor = "D-Link"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-21.02.2-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "67b7ae28d3bd521bce3e3c84587ad69ff9016294c354b6e8bc1a2296ad51149a"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + model = "Square One SQ201"; + vendor = "ITian"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.2-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "fd89bde859bdc436e82119bbd4a23cc94ffc6bee426fa361d98d677c89c2e6c6"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + model = "NAS IB-4220-B"; + vendor = "Raidsonic"; + } + ]; + }; + storlink_sl93512r = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.2-gemini-storlink_sl93512r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-gemini-storlink_sl93512r-squashfs-factory.bin"; + sha256 = "d137a67abe762341e6daa5f26d9fe46ff5470f97b32702c6693b0f4671bdf1a2"; + type = "factory"; + } + ]; + supported_devices = [ + "storlink,sl93512r" + ]; + titles = [ + { + model = "SL93512r"; + vendor = "StorLink"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "gemini/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + imx6 = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-21.02.2-imx6-apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-imx6-apalis-squashfs.sysupgrade.bin"; + sha256 = "e50a5ae58293455582d584ab9ff96170f8c7d5bf736fca178070577d575ca7a7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-imx6-apalis-squashfs.combined.bin"; + sha256 = "55971c5b1f958e2e91f78d8c8c31e7f36052567174540a77ebc0e1ceee053736"; + type = "combined"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + model = "Apalis family"; + vendor = "Toradex"; + } + ]; + }; + cubox = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.2-imx6-cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-imx6-cubox-i-squashfs-combined.bin"; + sha256 = "6b15f397af15a500a6ef57171631730d9698048028889646ab14508f4f474757"; + type = "combined"; + } + ]; + supported_devices = [ + "cubox-i" + ]; + titles = [ + { + model = "CuBox-i"; + vendor = "SolidRun"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-21.02.2-imx6-ventana-large"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-imx6-ventana-large-squashfs-nand.ubi"; + sha256 = "ec53f8824a79a43f83b4d55121419f827db23b8c9c716232091dbe6e0724ff59"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-imx6-ventana-squashfs-nand.ubi"; + sha256 = "3d5f539176f5390b1f576265939e5900cdfaa6a1bfba871c3f5370075907d0b2"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-imx6-ventana-squashfs-bootfs.tar.gz"; + sha256 = "b79fc0cca42be9d0bb048d07dd9d29044ff959a4c642d5aa4016bce971547901"; + type = "bootfs"; + } + ]; + supported_devices = [ + "ventana-large" + ]; + titles = [ + { + model = "Ventana family"; + variant = "large NAND flash"; + vendor = "Gateworks"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "imx6/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_habanero-dvk" = { + device_packages = [ + "ipq-wifi-8dev_habanero-dvk" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-8dev_habanero-dvk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-8dev_habanero-dvk-squashfs-sysupgrade.bin"; + sha256 = "6fd8227ca8e9bd76c6f48640c94575e81c681abc6dc0175547df1695258a756c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-8dev_habanero-dvk-initramfs-fit-uImage.itb"; + sha256 = "4a677c9f54e07ee0c8d5fb520bd63de70744d782e0c50e1f0184fe3521b90912"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,habanero-dvk" + ]; + titles = [ + { + model = "Habanero DVK"; + vendor = "8devices"; + } + ]; + }; + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-8dev_jalapeno-initramfs-fit-uImage.itb"; + sha256 = "fdc29665786d2ed36eabfefddc1ace5d01feffa53b3c7a60d3a8706264e0a585"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "7434cc8c684915a1c8837c965208a5c4070357eeb704b96ccd21645ca4d82055"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "b3c178708ff2bfa6eef2720aa0c7400d3133c779f35c6e5c65ed6dc5d5d19f03"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + model = "Jalapeno"; + vendor = "8devices"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-alfa-network_ap120c-ac-initramfs-fit-uImage.itb"; + sha256 = "08eb1b33b7d17b99ce5f2a5d51a129283268ed572f28c947980d8c5103853721"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "0136bd64c7118ff218da7e8795a04bdae663dece9148ad45f8dd3d8eb50ce1c7"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "b1d8156d79eee5c245aca8467884e552e3fd94458b3ca56fc386e8db75e19712"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + model = "AP120C-AC"; + vendor = "ALFA Network"; + } + ]; + }; + aruba_ap-303 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-aruba_ap-303"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-aruba_ap-303-initramfs-fit-uImage.itb"; + sha256 = "0852ec45724519df81ad0436e6b6aed8d61961596514183f4024c6be2669a59b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-aruba_ap-303-squashfs-sysupgrade.bin"; + sha256 = "5457e86f2975eada234ef07d5379c14a937663c142d3c9cbb04f484795141cce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-303" + ]; + titles = [ + { + model = "AP-303"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-303h = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-aruba_ap-303h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-aruba_ap-303h-squashfs-sysupgrade.bin"; + sha256 = "0d5d3f745fe8f47293517ac5408e136fcb10945cd918808c500145f736a728d6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-aruba_ap-303h-initramfs-fit-uImage.itb"; + sha256 = "3abe3543c2f12b7dbd66ee5816a8ac020d2e51362bf1c49c8976a2d60e955901"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-303h" + ]; + titles = [ + { + model = "AP-303H"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-365 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + "kmod-hwmon-ad7418" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-aruba_ap-365"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-aruba_ap-365-initramfs-fit-uImage.itb"; + sha256 = "844583ed2b68e24708363bb21d347f2e8ec360d14503e2e8ea9a72d984458ab8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-aruba_ap-365-squashfs-sysupgrade.bin"; + sha256 = "03fc9f33ed5f8479d1b23ec0b328bfe48c8328fa91fe39c1883e6a0bee2b9011"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-365" + ]; + titles = [ + { + model = "AP-365"; + vendor = "Aruba"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-asus_map-ac2200-initramfs-fit-uImage.itb"; + sha256 = "3b8fd163f311796fa68055cf200400102695f25e09e5f9112859b05ad04183f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "478d45eb2b8680c550ade533bc780d4d60253c61cd9d932e7d3f50327a6e5619"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + model = "Lyra (MAP-AC2200)"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-asus_rt-ac58u-initramfs-fit-uImage.itb"; + sha256 = "57dbaec4c587a3dd52214e26230d2d9bc947047b3e9520d5703d72097ca6aa55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "7fe389ee459d661f5178323ac53bca5773c2254bdcad20340bac71953e20e429"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + model = "RT-AC58U"; + vendor = "ASUS"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "2b08b93f3a23918a1aba4da4ffd2c036195a4cdbd31dbdb71658e732247038c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-avm_fritzbox-4040-initramfs-fit-uImage.itb"; + sha256 = "2abf6442d0dc0bcf1fa01450dbc78e86f0ee10d2ed7283617c60f647a3fb66f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "6e80c515224002917156cc00d83cde6f70d024654bba9a2fefdd5026b78a62e1"; + type = "eva"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + model = "FRITZ!Box 4040"; + vendor = "AVM"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-avm_fritzbox-7530-initramfs-fit-uImage.itb"; + sha256 = "ca3a4672f4d5d2596f6998f1cae9e602cbb82542d132c10a497baa822d60c1b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "75718148b68d6c11ddfc5a964e02abc9c0f5403db6404d15b1e886ed5a6ea0c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + model = "FRITZ!Box 7530"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-avm_fritzrepeater-1200-initramfs-fit-uImage.itb"; + sha256 = "03da7b06a16f0660fa2497865b5d3c82639a0bde62d325dff017347a029d2d0a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "63a95cff88b4852a4c6af2d1a5949f9f15f35ed75f62dc896ab4e2f7f0d26384"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + model = "FRITZ!Repeater 1200"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-avm_fritzrepeater-3000-initramfs-fit-uImage.itb"; + sha256 = "bf89d27dd11d84586b85dce044726cd8ed342734466a913c86821b6f1ca056e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "1b1ccf79a9c8d4b9b4c5579405771ab3ea676f5d952f0dd7def1e3272db09849"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + model = "FRITZ!Repeater 3000"; + vendor = "AVM"; + } + ]; + }; + buffalo_wtr-m2133hp = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-buffalo_wtr-m2133hp" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-buffalo_wtr-m2133hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-factory.ubi"; + sha256 = "3e07a652eec3de0d8412324d1f6dfad77a11cf222bea0ded05a291a5d4f7a1fb"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-sysupgrade.bin"; + sha256 = "d6b696ea0d00ac66def3e2be647d607e2df22fd27fda553a533770a3a72a1a33"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-buffalo_wtr-m2133hp-initramfs-fit-uImage.itb"; + sha256 = "fb1e9917e2e14b53c50b038e7cafdcc23c32a67907104916700f7b69333bfb0e"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wtr-m2133hp" + ]; + titles = [ + { + model = "WTR-M2133HP"; + vendor = "Buffalo"; + } + ]; + }; + cellc_rtl30vw = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-cellc_rtl30vw" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-cellc_rtl30vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-factory.bin"; + sha256 = "698923aec4e9f473b3a02c5f2aac0a2a9e0d2c8b52a92534ce5868cc0a19f21f"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-sysupgrade.bin"; + sha256 = "625c0f4229c59ca9c4805c92ed4c3b93e92e060249afa7381a0eacf1a1a5719b"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-cellc_rtl30vw-initramfs-fit-uImage.itb"; + sha256 = "d831e1c9032ab9c5208670542c9233bbd26be1406861a31865f33e4a5fa5d90e"; + type = "kernel"; + } + ]; + supported_devices = [ + "cellc,rtl30vw" + ]; + titles = [ + { + model = "RTL30VW"; + vendor = "Cell C"; + } + ]; + }; + cilab_meshpoint-one = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-iio-bmp280-i2c" + "kmod-hwmon-ina2xx" + "kmod-rtc-pcf2127" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-cilab_meshpoint-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-factory.ubi"; + sha256 = "9edea94583e921aece4ba3679092befd7fe29832abe6c8b5f7db6d495e7ad12a"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-cilab_meshpoint-one-initramfs-fit-uImage.itb"; + sha256 = "144ad2b571f3597865f63da1b1ae2faaf0c5b664ce8daeb9b7ac3374541af909"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-sysupgrade.bin"; + sha256 = "f0f8c6ab16b38e5f68fceb307522a4e79ce5877e5e7fd958a30a2ae53f18c4b6"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "cilab,meshpoint-one" + ]; + titles = [ + { + model = "MeshPoint.One"; + vendor = "Crisis Innovation Lab"; + } + ]; + }; + compex_wpj419 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-compex_wpj419"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-compex_wpj419-squashfs-nand-factory.ubi"; + sha256 = "0b5d4478c8e10e3aefd5b6578622b5a554d9a81fe1252a8fe411cd9e7bdf34cd"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-compex_wpj419-initramfs-fit-uImage.itb"; + sha256 = "9ffdb570e19a09382b96969550288d0a43f334fa2a87600ef8f556f7dbc922c3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-compex_wpj419-squashfs-nand-sysupgrade.bin"; + sha256 = "9448e351c14aa5d7d0f612432c31768d0b75b5afe540b7fea3d865246831e62a"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj419" + ]; + titles = [ + { + model = "WPJ419"; + vendor = "Compex"; + } + ]; + }; + compex_wpj428 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-compex_wpj428"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin"; + sha256 = "78c786c04f8be3096116bba2287679878835bfbe6c5e0ee0437345f118f3f6f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-compex_wpj428-initramfs-fit-uImage.itb"; + sha256 = "234b98b3f0e8dd41f327a6f7c02cd71e2d6c92263829f21d9d443dbd9a5e3677"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-compex_wpj428-squashfs-cpximg-6a04.bin"; + sha256 = "8c674c4c9bbb00b33611c68cc95e88f4e0519df7b3e4864e6759fe5d85bc569c"; + type = "cpximg-6a04"; + } + ]; + supported_devices = [ + "compex,wpj428" + ]; + titles = [ + { + model = "WPJ428"; + vendor = "Compex"; + } + ]; + }; + devolo_magic-2-wifi-next = { + device_packages = [ + "ipq-wifi-devolo_magic-2-wifi-next" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-devolo_magic-2-wifi-next"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-devolo_magic-2-wifi-next-squashfs-sysupgrade.bin"; + sha256 = "d898d78c973e02478177eb6f66f8e5ea046a29c9d489d21e424e824eef6dd735"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-devolo_magic-2-wifi-next-initramfs-fit-uImage.itb"; + sha256 = "bd323b29f872fe2e77df10a5300271f6c3f5cd3bb9fda353f0bf70befa03ae10"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi-next" + ]; + titles = [ + { + model = "Magic 2 WiFi next"; + vendor = "devolo"; + } + ]; + }; + dlink_dap-2610 = { + device_packages = [ + "ipq-wifi-dlink_dap2610" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-dlink_dap-2610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-dlink_dap-2610-squashfs-factory.bin"; + sha256 = "f0092ab82b35d5c04e4153b6aeeff70492781aec934dc0f348e0d84d12441c6b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-dlink_dap-2610-initramfs-fit-uImage.itb"; + sha256 = "f6d71a5310c2740f04c4ef4e6f3c1620dfef5f0970ffea41141d0002c486e6a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-dlink_dap-2610-squashfs-sysupgrade.bin"; + sha256 = "306cfb27c021eb9c5d7f445ff9aedac1b128ca9a3acf784f1d54f4c71e06d2a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2610" + ]; + titles = [ + { + model = "DAP-2610"; + vendor = "D-Link"; + } + ]; + }; + edgecore_ecw5211 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-edgecore_ecw5211"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-edgecore_ecw5211-initramfs-fit-uImage.itb"; + sha256 = "8d6c765f57e820f30a02d4efa2ddcb2cac0b35bcf1623f186920871093231b6a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-sysupgrade.bin"; + sha256 = "fb44b892b582b2d27d3daf799b2b146e3c253817b506763e7b9953f4d1ca840d"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-factory.ubi"; + sha256 = "a92d57f603a3d15c1bd362d075bc0005baaf58a889dac39d0a67078ba9d9dee1"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "edgecore,ecw5211" + ]; + titles = [ + { + model = "ECW5211"; + vendor = "Edgecore"; + } + ]; + }; + edgecore_oap100 = { + device_packages = [ + "ipq-wifi-edgecore_oap100" + "kmod-usb-acm" + "kmod-usb-net" + "kmod-usb-net-cdc-qmi" + "uqmi" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-edgecore_oap100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-edgecore_oap100-initramfs-fit-uImage.itb"; + sha256 = "a3ae890f4cfb2397ba5966041681796e43f9c7833d474c5c43d1c0491bf92ec0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-edgecore_oap100-squashfs-nand-sysupgrade.bin"; + sha256 = "7c7bd01f78fd6db39832eaacbca5b8e45b2d9d0abc7cda6b7d3257f3dbc6ff8a"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "edgecore,oap100" + ]; + titles = [ + { + model = "OAP100"; + vendor = "Edgecore"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "5eed29d5424d0db6622a69d95e951acd7af18e6ec49ae1e1337b7c60733146ea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-engenius_eap1300-initramfs-fit-uImage.itb"; + sha256 = "9863d84ccf683b9c42545478c1922cbdc47fb42e6dcb11075276d000427e6878"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + model = "EAP1300"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-engenius_eap2200" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-engenius_eap2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-engenius_eap2200-squashfs-nand-sysupgrade.bin"; + sha256 = "dc2cb1cf9dcb8381389819f964f40a5e57824a83c66996778d75821aabcf47ac"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-engenius_eap2200-initramfs-fit-uImage.itb"; + sha256 = "b71144c173c0bb720173cbe0bc907a2f3207dac5acebceec62fb3a6b20fc0c8c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-engenius_eap2200-squashfs-nand-factory.ubi"; + sha256 = "c23c90bffe02ba55f49b9c343ed2bd9423cac61ae78838faf6c185c94932fde1"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "engenius,eap2200" + ]; + titles = [ + { + model = "EAP2200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emd1 = { + device_packages = [ + "ipq-wifi-engenius_emd1" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-engenius_emd1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-engenius_emd1-squashfs-factory.bin"; + sha256 = "31901bd9eeed0286e02b44e8e4b37f258a62cb976ca60d4f530d3a57a066054b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-engenius_emd1-squashfs-sysupgrade.bin"; + sha256 = "9dfaffece0efaf07474ae549ba08488e4e18d5765abdda43be295524a39afa2f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-engenius_emd1-initramfs-fit-uImage.itb"; + sha256 = "65a0e0ed38fc58a4dad32fef2411996e16b4dd2cc543dae3b1391ce3a3b9ae25"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,emd1" + ]; + titles = [ + { + model = "EMD1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emr3500 = { + device_packages = [ + "ipq-wifi-engenius_emr3500" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-engenius_emr3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-engenius_emr3500-squashfs-sysupgrade.bin"; + sha256 = "cef85d76fbc4f1234060afc9cf3038384c264579850f7c5fb0dd2f9fa495b952"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-engenius_emr3500-initramfs-fit-uImage.itb"; + sha256 = "ef36fb42b789082fffbb92dd8b3afab51c165557e126eba584c78d1fe01ff5ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-engenius_emr3500-squashfs-factory.bin"; + sha256 = "70bcdd8057fcca33b1c91de1471dbcc85b494d2d8ba06903614722678438254e"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,emr3500" + ]; + titles = [ + { + model = "EMR3500"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "97b8622b882c7d4c4a0f05378bdbc0f1a9a869e2bb4b8174bc497a4d41847f6d"; + type = "factory_35"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "544e06b10163ec4980f579e0cd6b9e810d04d825afac7d627161d740f2738b85"; + type = "factory_30"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "70e444fefd1cb727ceadd8dee0d6cb3498c7a8db691ecb93034925ebf0f04ac0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-engenius_ens620ext-initramfs-fit-uImage.itb"; + sha256 = "12b343079d8e1c0311e66a617896361265ef0f123e1c519d9487dc11b2f7b304"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + model = "ENS620EXT"; + vendor = "EnGenius"; + } + ]; + }; + ezviz_cs-w3-wd1200g-eup = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "ipq-wifi-ezviz_cs-w3-wd1200g-eup" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-initramfs-fit-uImage.itb"; + sha256 = "ee9aa2ad127df8708de565d7f2f4a788a5acf4fd2ca8b7e6083de3a773c45363"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-squashfs-sysupgrade.bin"; + sha256 = "d67adc4eee02cebc80d7cb3e125d5fd2b8a4db66fb3d93ea1379df21373750be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ezviz,cs-w3-wd1200g-eup" + ]; + titles = [ + { + model = "CS-W3-WD1200G"; + variant = "EUP"; + vendor = "EZVIZ"; + } + ]; + }; + glinet_gl-ap1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-ap1300" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-glinet_gl-ap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-factory.ubi"; + sha256 = "7180865f893f25dc4cb336c1a804af673c3515339a729f5c854f4ff933fddfb2"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-sysupgrade.bin"; + sha256 = "dfaf36e17b87eb3a15a177293d8ef2032143c32e83ef3e527a6db559fda9d0f5"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-glinet_gl-ap1300-initramfs-fit-uImage.itb"; + sha256 = "21ce61b3b4ba74b784aa301de59d78364827b79edbe776d846d52c518d240734"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ap1300" + ]; + titles = [ + { + model = "GL-AP1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-uImage.itb"; + sha256 = "cc3084dd8030fbf12599b5b5c96388d739bc9fdbe568d636659e0da4755e0c57"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "3ac80c45ff53d0490066102c3a980506b60102225f45bdc5dba1a65bd9be0a32"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + model = "GL-B1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-s1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-s1300" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-glinet_gl-s1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-glinet_gl-s1300-squashfs-sysupgrade.bin"; + sha256 = "81c7683d74d8c43c12cdfbd849e2d4825db1252049d1a666de1e4b5fae272c4e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-glinet_gl-s1300-initramfs-fit-uImage.itb"; + sha256 = "7ec79c87c89ec5cf3d03ce191b27dc17e6d3e63b7877b0075886654f6c726d54"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-s1300" + ]; + titles = [ + { + model = "GL-S1300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "d0e77ed8a1e1685f9ebf0ae224abc97948c0f791858cc0c40243fa97e17cff03"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "e58cc3bc40d5f5cb3d5d864e065d2b69526f2800bc910f161cd2bc1f012b8f2e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-linksys_ea6350v3-initramfs-fit-zImage.itb"; + sha256 = "5e7d5ac63628b5d73e3f8f0b5393fc2056520058c5265ab69db8b770d7fd991a"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + model = "EA6350"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-linksys_ea8300-initramfs-fit-zImage.itb"; + sha256 = "62bbf097f14195858c7cb9ad6d6a3a257075ac4aae01338c2fd5909125d92ec9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "924446488ab612a0c60c958bfd21a10968a6d9e60e45c45126a961a6ed2c0eb7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "4372df93893525215dcbe76b94d21fab7ea53d50ffb51bc27d4bb3a3fa5956d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + model = "EA8300"; + vendor = "Linksys"; + } + ]; + }; + linksys_mr8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_mr8300-v0" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-linksys_mr8300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-linksys_mr8300-initramfs-fit-zImage.itb"; + sha256 = "8060381b1a963aa256d561a007187438749ecd6f6df4e950032aed1732502e23"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-linksys_mr8300-squashfs-sysupgrade.bin"; + sha256 = "433d1a1389fab277fee5c50a8576a0e29f7a74d621681a287f2f2e4cc4849720"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-linksys_mr8300-squashfs-factory.bin"; + sha256 = "04bbcc225f799f9c8151ead13a8449a5244cc23b1b1359fa6b48ea1a5cd3fe41"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,mr8300" + ]; + titles = [ + { + model = "MR8300"; + vendor = "Linksys"; + } + ]; + }; + luma_wrtq-329acn = { + device_packages = [ + "ipq-wifi-luma_wrtq-329acn" + "kmod-ath3k" + "kmod-eeprom-at24" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-luma_wrtq-329acn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-luma_wrtq-329acn-squashfs-sysupgrade.bin"; + sha256 = "f7d2bc37890a99c48849ec69fe015c3b03547748febd91c0e5fe38d1c5e8b0a6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-luma_wrtq-329acn-initramfs-fit-uImage.itb"; + sha256 = "db3669e9ef17019a6a39a15c4b1cbc7bf2dc4de3f05e2b2d498b48cc017ba873"; + type = "kernel"; + } + ]; + supported_devices = [ + "luma,wrtq-329acn" + ]; + titles = [ + { + model = "WRTQ-329ACN"; + vendor = "Luma Home"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "e0a9fa2fce29510144b9ae6f8fbfa7f1bef105fe41eaa1ec6ad6825d87c8b552"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb"; + sha256 = "400c8ac27ec1f98ad305a20de1e1a57808ecf10a304416bbca5602d74fb94a12"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + model = "MR33"; + vendor = "Cisco Meraki"; + } + ]; + }; + mobipromo_cm520-79f = { + device_packages = [ + "ipq-wifi-mobipromo_cm520-79f" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-mobipromo_cm520-79f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-factory.ubi"; + sha256 = "973c8767a61360d8d9ec6a5599292afe9d84319e6a7a71265b489849f1ff4e44"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-sysupgrade.bin"; + sha256 = "2537aa1c12a58c88f601b64bd2035c801923381fc125a5f30f96e0dfb8c59131"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-mobipromo_cm520-79f-initramfs-fit-zImage.itb"; + sha256 = "d55716304f8c73dcd6caa362624187f767f3d865d4e46d2b5738028ebf1756cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "mobipromo,cm520-79f" + ]; + titles = [ + { + model = "CM520-79F"; + vendor = "MobiPromo"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "30bf08379b337e8da596e2afe7a843996ef15382aa1174bd0c8f84ad01ab2e54"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "f0cb0767ea77fd4cbe4384731e22b51209558d6bc3f0a73c4323f2abd21814a6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-netgear_ex6100v2-initramfs-fit-zImage.itb"; + sha256 = "0975b2e6e6c3ec23f745d05a744f1ba73f7266736cf16dc9875a4773db28fd56"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + model = "EX6100"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "31a01bac23fd1d33c133f2f659cb2b5673f1d24953a292f92cb4e6c289b48fc3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-netgear_ex6150v2-initramfs-fit-zImage.itb"; + sha256 = "8aa32a3cb08719584e94e354a8e15c88ab5f3d421f6c6d640c13ec4a5257d03b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "d91df8669e00f378e3abe0aec38d2bf11bba2efdff7a9c22c5f81e19936fb1d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + model = "EX6150"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-openmesh_a42-initramfs-fit-uImage.itb"; + sha256 = "8cf2203b87f619d4d47a7da98d5e878bcf8c74a4e5e1ac96807e20b6049d54bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "50e60daa8bfba631f7fb0dd4d5d86323c8150234b958db4d387278d5e60fd8a7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "2fc89401f0a23bf009e2c13766898d43a5aaf0d15fe19464f5c2aee1a8057c02"; + type = "factory"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + model = "A42"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "4abb3c840c58984f110fc2f6a1157dfb9178582b5b8ef0b7c1ab30bb500d91e7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-openmesh_a62-initramfs-fit-uImage.itb"; + sha256 = "07ff0aa4a3233bd6bc57d25dc109b267625e4961739acbe99e31e3ce41748ea4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "6e7db10146cfa7aa8c6d493c13948d2c0e026e3ce37d0aa85602dac71cbf3eec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + model = "A62"; + vendor = "OpenMesh"; + } + ]; + }; + plasmacloud_pa1200 = { + device_packages = [ + "ipq-wifi-plasmacloud_pa1200" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-plasmacloud_pa1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-plasmacloud_pa1200-initramfs-fit-uImage.itb"; + sha256 = "224bc5ac1bedd2a37f60b97cd73c81c309e2d16244caabd36302606bd1106628"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-plasmacloud_pa1200-squashfs-sysupgrade.bin"; + sha256 = "c2b8eec5f291c88ca8fc7c26ce1c7b651961c0e56b99c9fb06c2650b60e74cb5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-plasmacloud_pa1200-squashfs-factory.bin"; + sha256 = "64663ae96061405b3b83658abea9cb461044d7f6c3374dea32aa03d751731f73"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa1200" + ]; + titles = [ + { + model = "PA1200"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-plasmacloud_pa2200" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-plasmacloud_pa2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-plasmacloud_pa2200-initramfs-fit-uImage.itb"; + sha256 = "2c15f68bd4e475294a919359caa5fa7f193c80d88a922aa1350eba9980df0834"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-plasmacloud_pa2200-squashfs-factory.bin"; + sha256 = "45e876edadde888d452c85c79cdbbfdb4ce838e2424ca4b57c0ec4ee288d0430"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-plasmacloud_pa2200-squashfs-sysupgrade.bin"; + sha256 = "9bc266cc2b0b0e3955f0184da4abe8fd8ace0842953b7339b6bfde83ac38163a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plasmacloud,pa2200" + ]; + titles = [ + { + model = "PA2200"; + vendor = "Plasma Cloud"; + } + ]; + }; + "qcom_ap-dk01.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-qcom_ap-dk01.1-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-qcom_ap-dk01.1-c1-initramfs-fit-uImage.itb"; + sha256 = "58cac33d67dd2157bf30187aa85ab1e9b3cc120cdfa56a6b4567ccb974877f8f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-qcom_ap-dk01.1-c1-squashfs-sysupgrade.bin"; + sha256 = "ecaaea373f0907087692b1ae97bb83314ff45bffd36749ddd8223ebf24eb4d00"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk01.1-c1" + ]; + titles = [ + { + model = "AP-DK01.1"; + variant = "C1"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + "qcom_ap-dk04.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-qcom_ap-dk04.1-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-qcom_ap-dk04.1-c1-initramfs-fit-uImage.itb"; + sha256 = "088abe694a07addafcc04e4be00d0a8c556fb83feb3456c2559ad55919f9e354"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-factory.ubi"; + sha256 = "7277c9d4a19ff34bfdee17ffdfd6bce7acdd1398c1dda60612e7e1f0ee1c5120"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-sysupgrade.bin"; + sha256 = "a661732529be3944cf0df64f3d4cb19383995010e1b05d30f89da3bb1ac19775"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk04.1-c1" + ]; + titles = [ + { + model = "AP-DK04.1"; + variant = "C1"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qxwlan_e2600ac-c1 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-qxwlan_e2600ac-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"; + sha256 = "c5aee5c4387efcd4a7351e24d0404be01356cff96079d7ce9c1120e6c1c5070d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-qxwlan_e2600ac-c1-initramfs-fit-uImage.itb"; + sha256 = "3aeefd303b01f03d327a7bb9292a7c8935f04da284423e2214f0e4f69a12df15"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c1" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C1"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-qxwlan_e2600ac-c2-initramfs-fit-uImage.itb"; + sha256 = "211bbc6446fa3b411c714bffce2d6987a9740f8f46a7f723ed9b8e8437e1b7e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "b449a1da5b48615b2d524d11f0b0cacd0c76f03f99390b8d415c9469cf19b374"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "d3d559e192b665d5fa66433ba334917bfff4ec9eb6bcbb34b8e69b6d3c409212"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C2"; + vendor = "Qxwlan"; + } + ]; + }; + unielec_u4019-32m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-unielec_u4019-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-unielec_u4019-32m-squashfs-sysupgrade.bin"; + sha256 = "0e7f8dadb685eadd5004988a430bf48f59271a49dce2e0ed58bdff760349d33c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-unielec_u4019-32m-initramfs-fit-uImage.itb"; + sha256 = "6ebc3c6ba7d34ee821e44f6fe91491ae9822a825f0e78c6e34dcd54e15f4022a"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u4019-32m" + ]; + titles = [ + { + model = "U4019"; + variant = "32M"; + vendor = "Unielec"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "1028e755015c564b3f84960922f7d3ce482e637352b56491e92061e1c571b709"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "4a1b1400473e153f5aa4e0e4ff4f3b177c0bcc235815e15c17b64bead5f9ef44"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-zyxel_nbg6617-initramfs-fit-uImage.itb"; + sha256 = "f424a92076d29ff6f6f1094a16fe6ecbdf48518cd76736a53e53a448d55e8824"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + model = "NBG6617"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-generic-zyxel_wre6606-initramfs-fit-uImage.itb"; + sha256 = "b468d62cc5fc51ad08e9c64c6e0496f8e6397dfe58268c8ad9818ac3be42238f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "49ca04a0430d817ec89aa882bffff66f1ee459ced1ec068ee4c7e959b06d6a9f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + model = "WRE6606"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "ipq40xx/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + mikrotik = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_hap-ac2 = { + device_packages = [ + "ipq-wifi-mikrotik_hap-ac2" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-mikrotik-mikrotik_hap-ac2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-mikrotik-mikrotik_hap-ac2-squashfs-sysupgrade.bin"; + sha256 = "db442eac1fcaaad19e2a314dc982462d4cea559ae40fafac81307fd11978ceb6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-mikrotik-mikrotik_hap-ac2-initramfs-kernel.bin"; + sha256 = "5acc3d4e6a1e2df398fef15e24c664b61b4a0abb0aa2f6dabd150fa43cfa1262"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac2" + ]; + titles = [ + { + model = "hAP ac2"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_sxtsq-5-ac = { + device_packages = [ + "ipq-wifi-mikrotik_sxtsq-5-ac" + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-initramfs-kernel.bin"; + sha256 = "976b818d2151eecd2b58b16ba663cc5f61ed809ccc83c205d4788259972cf883"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-squashfs-sysupgrade.bin"; + sha256 = "ac286b6dfd9990e7567976973cee49d0f8d1f844dfc90c63802be49fcb7e63cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,sxtsq-5-ac" + ]; + titles = [ + { + model = "SXTsq 5 ac (RBSXTsqG-5acD)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "ipq40xx/mikrotik"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-phy-qcom-ipq806x-usb" + "kmod-usb-dwc3-qcom" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asrock_g10 = { + device_packages = [ + "kmod-i2c-gpio" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-asrock_g10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-asrock_g10-initramfs-fit-uImage.itb"; + sha256 = "0e4ff63f6923444c2d179f276c8518d941728ab2d62d4fd8d835cbebc1ac0ed1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-asrock_g10-squashfs-nand-sysupgrade.bin"; + sha256 = "0cc4fbfa784aa3136748441a2e7daaf052e1bd7d4d547f5698a3c643b60b752e"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-asrock_g10-squashfs-nand-factory.bin"; + sha256 = "0c006ae767c284cc45cf9b951a0eda8dbb96f154f4dad4e231523473fb8f6d6f"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "asrock,g10" + ]; + titles = [ + { + model = "G10"; + vendor = "ASRock"; + } + ]; + }; + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-buffalo_wxr-2533dhp-initramfs-uImage"; + sha256 = "79a32587fec479f7667411164b4d10d30a29b8d0a92422699c5ab2ff0b38f770"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "4c06f2135a92295bdc4679a9d0042f54a0979dec2e362c694ed59adbd2d88a21"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + model = "WXR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "bee474978d9634c58c5d2a92065fca47d17fcb94e3c5d68c336b840d6d6f11ff"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "01cfde8c2e3b3ff813952389846ac34c1712e54b3bd988d8b8c1f3d84e8c3ad6"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-compex_wpq864-initramfs-fit-uImage.itb"; + sha256 = "5cc271c459fdf4206ed994cbc4fc0684131a5058a0b5956a9e12159af69c83c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + model = "WPQ864"; + vendor = "Compex"; + } + ]; + }; + edgecore_ecw5410 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-edgecore_ecw5410" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-edgecore_ecw5410"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-edgecore_ecw5410-squashfs-nand-factory.bin"; + sha256 = "80a93c2cece5e698d62b394e11c83746f34ccb338d8bea9b11297bd116c7f54a"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-edgecore_ecw5410-squashfs-nand-sysupgrade.bin"; + sha256 = "3f7397b4d6f0a7cc55a9f8e480a34a396435867f91e3c6bb7b0bc03900ded50e"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-edgecore_ecw5410-initramfs-fit-uImage.itb"; + sha256 = "628bb6f6a7cc6a7b62f329ddcec02793583ddd93ad8fe95b404e4ae35342ee56"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,ecw5410" + ]; + titles = [ + { + model = "ECW5410"; + vendor = "Edgecore"; + } + ]; + }; + linksys_ea7500-v1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-linksys_ea7500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-linksys_ea7500-v1-initramfs-uImage"; + sha256 = "1864b2f02eaa66ea8737aa3ab674f1d30777679cf2e1bfc70fcd4217b0fa4fbe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-linksys_ea7500-v1-squashfs-sysupgrade.bin"; + sha256 = "fa5870dc4bb18de561437f63d2dda68e8ff4f518affc1b83b0cc48b7a67e8081"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-linksys_ea7500-v1-squashfs-factory.bin"; + sha256 = "0ac800c325dbd9a07890370928c540ac65ce9bcb1628ce4a7f67f302d0a2fee9"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7500-v1" + ]; + titles = [ + { + model = "EA7500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "dac91589ffe818dd2d46fee56a756d2345ff6641a9b7a980f74df81197b89125"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-linksys_ea8500-initramfs-uImage"; + sha256 = "ba4342d04540b628c818ab41f916c3ab4bff30279df17d2b8021c8c6db622ce2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "79ea08f8369c9db744aa496613ef8b8bb6f653b2268082345f30cbd312bb7f50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + model = "EA8500"; + vendor = "Linksys"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-nec_wg2600hp-initramfs-uImage"; + sha256 = "a80b5e1cfea7bfa17864bf416cc058a3b86fd4d9ca757cd4fd805d7d0ab719a2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "92318da991f3c1016f529004fa8ace19bcb9245b5aada5873fdc2c1acb97a467"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + model = "Aterm WG2600HP"; + vendor = "NEC"; + } + ]; + }; + nec_wg2600hp3 = { + device_packages = [ + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-usb-phy-qcom-dwc3" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "ath10k-firmware-qca9984-ct" + "ipq-wifi-nec_wg2600hp3" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-nec_wg2600hp3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-nec_wg2600hp3-initramfs-uImage"; + sha256 = "353ae0b531c36753eccbb0d519f34cf2dfba208481ef1ce2db40daab6e9356c8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-nec_wg2600hp3-squashfs-sysupgrade.bin"; + sha256 = "574151f8f69f5af4b3e2aaab5bb6e4dae8eb6c28cfa60196e48e7cd9d2a7c1b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp3" + ]; + titles = [ + { + model = "Aterm WG2600HP3"; + vendor = "NEC Platforms"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-netgear_d7800-initramfs-uImage"; + sha256 = "91479b34051cec2355b3ca8b67daa752a165dac7ae6ca31db4b27e7a86af2a49"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "8c6994a094f6f1d69e98bafdf07daf4ac47714c8e2b53c6390409dddf294db37"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "5cf1410e95403c32f6df561b59dbae8775ba8f7e593ee5de1bcaa24eff599864"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + model = "Nighthawk X4 D7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "976923df275bdd6f1ecfb16419695f033bf12414342038e1db5deac017eea0f0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "5369f30f7b6e3e76190217b767f9ebe6c381d6ca1135b65785787d016352642b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-netgear_r7500-initramfs-uImage"; + sha256 = "ddf417b14542a9a42fa2a214d529b9de9e924116213a9e06b0f87f51abfed87c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "0005b360c112845c59089f952343236ad926aa361d44b1fc5c8e648d42005aac"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-netgear_r7500v2-initramfs-uImage"; + sha256 = "fbaa5c4c5072eccc77ddcfa388fb94c59709af7a10e97eb1d73eb1f41a7b1ef0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "1531dbaf6778a8019ef1fa01878e071e161baac94721fa6b2a17722e1ece43f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "8a5c2b649d0f3d7b99a87354416384fc264567382ab0339544b400df76075b15"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-netgear_r7800-initramfs-uImage"; + sha256 = "598af46773cb0ee9c2de44214d2303a0f38482a5cc198ac33fa4eed42a553acf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "4c0677e503ff776185a3e2269cb0b12985a71794a6527e5314526aabd4e6ed24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + model = "Nighthawk X4S R7800"; + vendor = "NETGEAR"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "ba50b666c3a01053166554f8381a1e092b57e9c0889ff066b55162b395a79391"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-qcom_ipq8064-ap148-initramfs-fit-uImage.itb"; + sha256 = "2353ac10a4d92acc0063505fdd7ec72d2790f7d269c0449ec73916aef8011740"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "9960b85c82d20a7693dc9d68512bf855c952df682924a9a4f9663d4b20a8bb8b"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "standard"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "0d427d52edf6de6302e5664f7fe2fac8105c4ec01b2a0154d9c5ab29b67fdc53"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-qcom_ipq8064-ap148-legacy-initramfs-uImage"; + sha256 = "f5b1121fc0b6af4cc03337af7d915afa4a9ad26fd5a55e0825c5622b8558d54d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "add8e475304db10e93671c4400124263300c8b5ab49812631fa3777a9ecf1a49"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "legacy"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-qcom_ipq8064-ap161-initramfs-fit-uImage.itb"; + sha256 = "c12dce483381fcd39275b51bf3a65402bfbad3f82957abf9adaf325f2e7d328a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "fcbed20267905083c2ade479a6ee15de1e51b3f36980e9bfcb933da8d1f53759"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "35883585f32895060deabba97538c3b4f087864428f67fc4c4f6287e97ba8631"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + model = "AP161"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-db149 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-qcom_ipq8064-db149"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-qcom_ipq8064-db149-squashfs-sysupgrade.bin"; + sha256 = "13658da0fbc74a8fb9acf2f3ae219649439f5e4159961a0366ac18d592ab7bfd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-qcom_ipq8064-db149-initramfs-fit-uImage.itb"; + sha256 = "336d4ec541bf015fc0923cf8e32fc3e300a2b735a831b2a75dbbce1fb3e6a9ca"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-db149" + ]; + titles = [ + { + model = "DB149"; + vendor = "Qualcomm"; + } + ]; + }; + tplink_ad7200 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-tplink_ad7200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-tplink_ad7200-initramfs-uImage"; + sha256 = "60f29fd25f967503624a96e461677f5b034ef2cff30e048e90d5616520bd661f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-tplink_ad7200-squashfs-sysupgrade.bin"; + sha256 = "8b5682f5d12ab707bd84505a5e64ecc2b211255e6d5a94c28ba8cbb20c6a9062"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-tplink_ad7200-squashfs-factory.bin"; + sha256 = "273137179d1c41e51a99ac94d947db844103f4f658f028f687507ba58b1682b0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,ad7200" + ]; + titles = [ + { + model = "AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + { + model = "Talon AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "fda2261787ce9a3dc57c8b93b9092900b7129e80f9764086a9b17670bf24eeca"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "090f60bf67a36963048f1f7f6da4e721a2ea6ea8e926b423979bc26b38470ac8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-tplink_c2600-initramfs-uImage"; + sha256 = "44e1eeb1fb9be2c86702b22752dd6d3897b1fad8133ec2f4a989234a3faa5f62"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + model = "Archer C2600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-tplink_vr2600v-initramfs-uImage"; + sha256 = "f8d04fe005268992b66960d6eae945f45c58d16829d646f812e54c51772b4168"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "765c3cf40d215d9cfd187206391fe0f3c0477b7a4fb3a9d70e2d53b7405cc715"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + model = "Archer VR2600v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_unifi-ac-hd = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-ubnt_unifi-ac-hd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-ubnt_unifi-ac-hd-initramfs-fit-uImage.itb"; + sha256 = "1d91489985061a1a3f077158ce9a04f67067481f22530d629700afc591f15b78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-ubnt_unifi-ac-hd-squashfs-sysupgrade.bin"; + sha256 = "f44d5111456e6bb843078a5642f28848c76e3109dac550ed6afb0effec0ba705"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ac-hd" + ]; + titles = [ + { + model = "UniFi AC HD"; + vendor = "Ubiquiti"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-21.02.2-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "5f3ec458119487c55cce9a9535ea508cd47edfe46ed2268cded7c4898d561e0d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "50e27941d717d63f07ebbd557f250cb84fdf8426d83f9879e84396c2a91ea0e8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ipq806x-generic-zyxel_nbg6817-initramfs-uImage"; + sha256 = "8c5aa6e7d51c95f8438ef12e1b19d8a15f07c332949298b957b4815b07c26221"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + model = "NBG6817"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "ipq806x/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + checkpoint_l-50 = { + device_packages = [ + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-mvsdio" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-kirkwood-checkpoint_l-50"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-checkpoint_l-50-initramfs-uImage"; + sha256 = "61af192c969dfdbf488482adde59a25e8a3578e7f62ba8dd7b851b2c9283c4e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-checkpoint_l-50-squashfs-sysupgrade.bin"; + sha256 = "8792fa3ed6256b3ef1c3ef8aad442b0ef9750d78b0f00e1be72e3fbc5b0f668a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "checkpoint,l-50" + ]; + titles = [ + { + model = "L-50"; + vendor = "Check Point"; + } + ]; + }; + cisco_on100 = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-21.02.2-kirkwood-cisco_on100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "04556d07557db5e66f8b099831077275d8fe4a696970efb3723ec37910a71c41"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-cisco_on100-initramfs-uImage"; + sha256 = "4acd0da1e74920a9af6640fc04e496e18a38a3c1c6b76712c304ce522bed98de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "298097babce6b0e8fde166ae607e8c928d0014bf68fd080ab5495664465365b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cisco,on100" + "on100" + ]; + titles = [ + { + model = "ON100"; + vendor = "Cisco Systems"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-cloudengines_pogoe02-initramfs-uImage"; + sha256 = "da9704275fa63e5fb7fded3593fec7ce315c9442cfed7d778d7bdd57c6199d88"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "fbf36a41d01c5c08c0a9aca037c7f40a770815a243ea8f173281dece55e8c7e6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "9e19709842da0e4d59191422bda4f55ffecb05dec7eaef140bb89964db1e3815"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + model = "Pogoplug E02"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-mvsdio" + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.2-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "076611550f2c92441063a5eea4f7df3700cb38c84b12749a7368b0e674e2f56c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "290f3afb906be44bc4f6d548ffb32241c9ed3980235d31944573d6635123f91f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-cloudengines_pogoplugv4-initramfs-uImage"; + sha256 = "40a06af235d3e49f473ebf86c0318c13453043b6f2b1996c02f4853ffd03b1c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + model = "Pogoplug V4"; + vendor = "Cloud Engines"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "0f6d1c5250c07f79aa78d68daa31de3346adc3b5b479c600f8750f9252c186c7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-iom_iconnect-1.1-initramfs-uImage"; + sha256 = "38f789ab3a3fd0db9fafcdeafc3f882af3fdcaa79513f8d3ef61d254eef338a2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "2f69f1a6df5cc633a9c98aaba72a9d04cf5c5cdb5f4adf29daaf9fa672f4d5d9"; + type = "factory"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + model = "Iconnect"; + vendor = "Iomega"; + } + ]; + }; + iom_ix2-200 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-21.02.2-kirkwood-iom_ix2-200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-iom_ix2-200-initramfs-uImage"; + sha256 = "e48842e5e8199495f739cfe14cff1145d047a3867ac97f1b945cf760d96c1dfa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-iom_ix2-200-squashfs-factory.bin"; + sha256 = "ecc86abf33f86c1a44c82c49192bb86cb6bb03f506719936129afb80706a1534"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-iom_ix2-200-squashfs-sysupgrade.bin"; + sha256 = "864c02343f3c4d364f76fa630fbcff084903f953dea7f20eb6eb3f460c3d16be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,ix2-200" + ]; + titles = [ + { + model = "StorCenter ix2-200"; + vendor = "Iomega"; + } + ]; + }; + linksys_e4200-v2 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-kirkwood-linksys_e4200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-linksys_e4200-v2-squashfs-sysupgrade.bin"; + sha256 = "6a7d501dc4e476fbca5151210eee7cdcf86fff9a73e5320d2428c22afff8f02f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-linksys_e4200-v2-initramfs-uImage"; + sha256 = "737fbc953207142f5fb3f0f1ac8795ccf275da37441ea179bf95455d146151e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-linksys_e4200-v2-squashfs-factory.bin"; + sha256 = "71232a163b678b21b7aa21243e07690308da2283f8a90256bcda05e042a4ba54"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,e4200-v2" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "E4200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea3500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-kirkwood-linksys_ea3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-linksys_ea3500-squashfs-factory.bin"; + sha256 = "1a2e674eb8252736ed8d3a8397284fc752d9592b55bb7be4de54662ad0f119d9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-linksys_ea3500-initramfs-uImage"; + sha256 = "ace78f5af40e27695cdb397cd701aa642c487efecedcd02125a2f6f19be716ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-linksys_ea3500-squashfs-sysupgrade.bin"; + sha256 = "f78168bfee4603bb71642009231f67868ec198b10ab5ccb6464ff08e6ae8ce99"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea3500" + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + model = "EA3500"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea4500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-kirkwood-linksys_ea4500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-linksys_ea4500-initramfs-uImage"; + sha256 = "d758d3b2442acc91e5eb2ad5bab02080151d58fd46f6f273958e8da79627f15d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-linksys_ea4500-squashfs-factory.bin"; + sha256 = "a5ac10e0f0329734812002532d1b1bd71ea66ce4e441061c51f82cfe35bf7fcc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-linksys_ea4500-squashfs-sysupgrade.bin"; + sha256 = "18671b3f46233ba7b6379d2be05d3df0e63b4e50d14a5a8f48e5dc32456fba89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea4500" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "EA4500"; + vendor = "Linksys"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.2-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "936c4437d0b7682dfd86cd16042a09c4d92d73d9bb531665e89368c25b208af3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-raidsonic_ib-nas62x0-initramfs-uImage"; + sha256 = "c260ea40e648714dcec35f5d00e48e10ddd38aff104383f22de22b3a926dafb1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "27e23a15bf96bedbb7d173ca74366efc63857f44a0a330f1da26911802bb6ccc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + model = "ICY BOX IB-NAS62x0"; + vendor = "RaidSonic"; + } + ]; + }; + seagate_blackarmor-nas220 = { + device_packages = [ + "kmod-hwmon-adt7475" + "kmod-fs-ext4" + "kmod-ata-marvell-sata" + "mdadm" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.2-kirkwood-seagate_blackarmor-nas220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-seagate_blackarmor-nas220-squashfs-sysupgrade.bin"; + sha256 = "b766ce71eff1fecea87532c5df9cef31c30cf77668bee7bae40ce406fb64df1b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-seagate_blackarmor-nas220-squashfs-factory.bin"; + sha256 = "4ba4eabeaffeaf983820e4bdc3ab2515c37a17029ab41e16b9316bb1ecbc9cd3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-seagate_blackarmor-nas220-initramfs-uImage"; + sha256 = "93da19bd157479fd6ea58497103fac01f0aff2ae1befe9f4d927a91be73f578b"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,blackarmor-nas220" + ]; + titles = [ + { + model = "Blackarmor NAS220"; + vendor = "Seagate"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "52912b498b30cf3066f6134e3570c8e8da31513137c8ca49576a487c7449b8f7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "f80102b4c4c25fb3eb06508e575e497e3df563e1fd02fd7dd84e955d91a3c1f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-seagate_dockstar-initramfs-uImage"; + sha256 = "5d4de668b04232e877308d13b6613661b97474e2e437a03e67a6550f5da7df78"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + model = "FreeAgent Dockstar"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.2-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "535809e4d704ef92ce9f9ef0ba28034e295ba964a4caee64fdd697fd7006be29"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "6cb42be49b896700527e59220762c38962e0761039c73955db56e92b14f82f9a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-seagate_goflexhome-initramfs-uImage"; + sha256 = "4f5e4e85238d05eca93b0369f7835e8e99f034a04561704785f7229707298e38"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + model = "GoFlexHome"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.2-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "f5d1bc22f5efc61c7491852c7863b1c39faa404acec0b4e1ac776341e51a54b9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "675b8c47543348fd5ed596124dcbb647396a84818542b794f64217c01ad07bc4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-seagate_goflexnet-initramfs-uImage"; + sha256 = "87803b03a040213675e7400f35554defdab544552a9d01ae85b1671b24fefe4a"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + model = "GoFlexNet"; + vendor = "Seagate"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-r8169" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-21.02.2-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-zyxel_nsa310b-initramfs-uImage"; + sha256 = "8968d5353c293ace763fe151c1a4bc36f4685ad2de061979f18cdc48ac4a2939"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "fd248f81040a50a253d3cbeada18118432323b29385350a3c4cf79a8f99fcd30"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "07ac7d65f0754ae08c1dbd97cf07377d2890ad471192fc371b54737d6ba8aca5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + "nsa310b" + ]; + titles = [ + { + model = "NSA310b"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa310s = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.2-kirkwood-zyxel_nsa310s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-zyxel_nsa310s-squashfs-sysupgrade.bin"; + sha256 = "f57f1965c0db5fbf85568730b0668e0f69a12816e6357d37c6232d9d93c359d3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-zyxel_nsa310s-squashfs-factory.bin"; + sha256 = "46830fa395c1f1e509563009e4cf4a4b99d6ff804a8065d75aa0b2ac824d3b92"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-zyxel_nsa310s-initramfs-uImage"; + sha256 = "43f299d6ba632b6f17c34bf5b7c435ef93e082be5af38df5711c56e9e03b6487"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310s" + ]; + titles = [ + { + model = "NSA310S"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.2-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-kirkwood-zyxel_nsa325-initramfs-uImage"; + sha256 = "4e5933a96177feb7780f809569e9ec6110eeb7964c7240367cbfb6a569a26649"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "fb7f690ac62bce88dbbb705f79b3a195774a82bd0b860b03a83e159124bb3067"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "424026b9d9ba79f33d3b391e1630822f0e29123a67519cf6b02cca5caf2dac32"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + "nsa325" + ]; + titles = [ + { + model = "NSA325"; + variant = "v1/v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "kirkwood/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + lantiq = { + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-ltq-atm-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-vdsl-vr9-mei" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "ltq-vdsl-app" + "ltq-vdsl-vr9-vectoring-fw-installer" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoa" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-alphanetworks_asl56026-initramfs-kernel.bin"; + sha256 = "67a245d8662ad1cd99190a9c41f5dd94f25b6004f8dcfb1eef7b4f651906e885"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "b1c1c79fad218a5de9e7eac5a2c054514e3c50c10822d092df18db1c984c29cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + model = "ASL56026"; + vendor = "Alpha"; + } + { + model = "ECI VDSL Modem V-2FUb/I"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-arcadyan_vg3503j-initramfs-kernel.bin"; + sha256 = "5d953d44e3720ced7987d5d8349a706c7534c5a23d13c05cf4839649cd0ef9f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "30152d55b397fdc4faf721b5ab8a28c2c1f866aa07b66c9bb4eb5b95d71ad186"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + model = "ECI VDSL Modem V-2FUb/R"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-arcadyan_vgv7510kw22-brn-initramfs-kernel.bin"; + sha256 = "07d2789b2bd6feceee2e387eb85fa3526bf7c058d07226f71facaba9e8b55d37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"; + sha256 = "b0080266610562596cd8a285b1047a460c2cbe085fe25213dfd408a7760baece"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "BRN"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-arcadyan_vgv7510kw22-nor-initramfs-kernel.bin"; + sha256 = "7d28ab344557dca2b1dc2b521b69a8c9b1e1f8fd89a8f218c7481b4d3a4e5851"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "5e0e15a88cdfbc99e13839ec102690d347a412bd601d1057645072c85267047d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "NOR"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"; + sha256 = "6e24c5b6125101e2880d5413bd1ceb03ae9ace3575a039004420fb6d5dfc5003"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-arcadyan_vgv7519-brn-initramfs-kernel.bin"; + sha256 = "039f8eb30e4294dda37726148345ce584faef6cf824b838f6d321c96bb56ad0d"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + model = "VGV7519"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "BRN"; + vendor = "KPN"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-arcadyan_vgv7519-nor-initramfs-kernel.bin"; + sha256 = "23772b2080faa73e312c0ad6a546ca732aeff12a04b60cc04945c5951484b8f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "97084c4e271d40afac4d7b8fd2dbb896dcbbda22850b9cb1204fb9750c4eb67e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + model = "VGV7519"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "NOR"; + vendor = "KPN"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz3370-rev2-hynix-initramfs-kernel.bin"; + sha256 = "4785a1e46a1d9cf8805041323687286a35b69604d18cc7f673298e7d8d4bc040"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "f693aede46d1135df436797e3c1bbeace8066dad97e7ec1c9eb98e4fc8625557"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "250fbe18c7ca7c23b301b13e066a8f96b9af3ce83aa7b6a6bef0a29f82db04a6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "3a0d04411aff7c38f9611464364e32adafcc73864aa1461b2524c941aa1e54cc"; + type = "eva-filesystem"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Hynix NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "0a359096702633c2a5b33cd8737b278fd8832dd5518c20dfecbcbb3a3cff7d0d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "43a9239a6104a2b29085c52aeed3c751f7c18a42c2fcae735f4f809e0c3c533d"; + type = "eva-kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz3370-rev2-micron-initramfs-kernel.bin"; + sha256 = "ad577eff1c96af5341efe7bbd7ffeaa199d8bdef10fd33321ad219f738b325c5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "3a0d04411aff7c38f9611464364e32adafcc73864aa1461b2524c941aa1e54cc"; + type = "eva-filesystem"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Micron NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360-v2 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-avm_fritz7360-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz7360-v2-squashfs-sysupgrade.bin"; + sha256 = "2b557fa3013186364ff21a7f0ed2fe982c42756cb1686b33bedb9e2c6fa1bebf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz7360-v2-initramfs-kernel.bin"; + sha256 = "5260c3775bf0a8ad6e76f3e2521feaa93b94eca9a3a0de3a105d64a5e2b3ac63"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7360-v2" + ]; + titles = [ + { + model = "FRITZ!Box 7360"; + variant = "v2"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "6538de616f9a3a4b367b731cd1b14f05a0a21fba2528247e4ba83fc17e083c9d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz7360sl-initramfs-kernel.bin"; + sha256 = "ddf5b0962a3d1763402103969ecb28d2342656e091ccd6d489b7b0cebad55a0c"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + model = "FRITZ!Box 7360 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "01f6dea14485051bac604e14025fa31caa708e69df01135f1b0999a2f86023bb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz7362sl-initramfs-kernel.bin"; + sha256 = "35c36df7c0d59bdd0bb7de837e096a0b85d6f87d8acebea5731b4ea83ec83846"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + model = "FRITZ!Box 7362 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin"; + sha256 = "c3bdd85827e5d2b52907e929a21941487377a50829ce4e1b885324b40f998d90"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "d03587befa7d1b89f852f442ae1d89ed710289ffb56b71a8a97e7933f615f398"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + model = "FRITZ!Box 7412"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7430 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-avm_fritz7430"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz7430-squashfs-sysupgrade.bin"; + sha256 = "4adb9c216d45019f2839939c6382c8408b40384147d6ebb6f96ac482c01e655e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin"; + sha256 = "8cda27faf0217c3c7286257fbb9e32118b11c59f2c7aa341ad92560f5ee341c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7430" + ]; + titles = [ + { + model = "FRITZ!Box 7430"; + vendor = "AVM"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-bt_homehub-v5a-initramfs-kernel.bin"; + sha256 = "843dc205de99d8db2f04018998c94f5369a8e5c8dc4d631a4f19c07e7da6445e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "9d098440c3d5db0c3fe5ab19a51b9a51705967de78182d82841020d5ad421b66"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + model = "Home Hub 5"; + variant = "Type A"; + vendor = "British Telecom"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "49dcdccf92e5b9f362a460b9902a4d25ba353a8449cc5d9fb7c010bbbcd21ffe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-buffalo_wbmr-300hpd-initramfs-kernel.bin"; + sha256 = "8ef492ac72f5fb6b45e4f48e4bf43816fb82f5cf416f0083109fa3302263529d"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + model = "WBMR-300HPD"; + vendor = "Buffalo"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "2c0989ee31c8c31bcef1cef2a85fa7d94ef3621a2ebf77f1a5f084d78397c88e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-lantiq_easy80920-nand-initramfs-kernel.bin"; + sha256 = "90fcf3cf6837ed18bab7cf8564982bec425f2844578f356bd0751821dae45057"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "59152e81f3465fa230bb6ccbebda806929cdf0d2f17f92d36f5e6f65ad90ea38"; + type = "fullimage"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NAND"; + vendor = "Lantiq"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-lantiq_easy80920-nor-initramfs-kernel.bin"; + sha256 = "8c8c6c21484b596867e8ccb3673bbdd280e06317b8ce62c24c24a0d688fd1de8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "dc21820a7d007c6b158c05ae78175716d4e1ff25adca4dc0630821789af2b02b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NOR"; + vendor = "Lantiq"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "a0c3cd327495da4098d4a24a1b734b30956d8c40baa2d023a87a461c2c6affe3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-netgear_dm200-initramfs-kernel.bin"; + sha256 = "0938741c50d166d37daec73333b9bb063797ba547a4ac413ec5b80a443e067e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "cd9de4506fe2f1cf52c3adb5f525e6cd357d48433c03253e76bcee2532c43e79"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + model = "DM200"; + vendor = "NETGEAR"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-tplink_tdw8970-initramfs-kernel.bin"; + sha256 = "269699a9b191c5cb2fe11fc1a55e0ebc414fcc7cfc3f5b0f47798444865e9eb6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "4fd9d56d6d95725bd5c5e2feed6d34aba738f409cdee97017c03f05474299b01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + model = "TD-W8970"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "567553d1a55b6aea4a38e6c5b313f125cf594239517680e700acffeaf6e1cae2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-tplink_tdw8980-initramfs-kernel.bin"; + sha256 = "208827532bc4dd264905d58dac8685d28a24196fcaf31668a823f02fcc587e5e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + model = "TD-W8980"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "f0d96e406775c746a2351190482ff9e51e35ce1dc8d9f6c5578c5cf9e722ff57"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-tplink_vr200-initramfs-kernel.bin"; + sha256 = "9daa8cc175d366e235d3ceb2a7eb7b84c85297a37fe66ec9d52f3557e3516aba"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + model = "Archer VR200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "a993dcbc4810ec13226ca5620a373c6a318814a05ddbf9c8d285423e7432f004"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-tplink_vr200v-initramfs-kernel.bin"; + sha256 = "23d1098dbda6222449bf231e98f1ee56432e484ec6f10ed10d7ac2b0146aae53"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + model = "Archer VR200v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "f31daef315423d47fccc789e2d054bcc6646dcca2245661579a58fa4f27bb6d8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xrx200-zyxel_p-2812hnu-f1-initramfs-kernel.bin"; + sha256 = "e90db2f393d4038a4a8becf790632854d944a3ec2dfd6b95b4ecac90fcb9bb63"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + model = "P-2812HNU"; + variant = "F1"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "lantiq/xrx200"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "3957c9c705ee94b3a793802fe238eabe9f95e6cecc852298fc5884f97572f208"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-arcadyan_arv4510pw-initramfs-kernel.bin"; + sha256 = "dcb2451fc7d32ac1e242e0b3cc1b169368fa50c8837b9e8bbd320a61045d83ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + model = "ARV4510PW"; + vendor = "Arcadyan"; + } + { + model = "BeWan iBox v1.0"; + vendor = "Wippies"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "3625a8d3dc22898fce6ef3bd392c9db7e003a3f12fd356a35ef36f112d301da8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-arcadyan_arv7506pw11-initramfs-kernel.bin"; + sha256 = "8a84e9631f876d28ad2dea47ee460cabf23e62a255d0c0e58f796835bf91f7c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + model = "ARV7506PW11"; + vendor = "Arcadyan"; + } + { + model = "IAD 4421"; + vendor = "Alice/O2"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "277b1fcf56bf75485d394016ec85c83363368b485db280013b934c78c5c33c97"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-arcadyan_arv7510pw22-initramfs-kernel.bin"; + sha256 = "c391e59ff140621432527fe59d9d86b475f5bac77f0737087adf19216993327a"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + model = "ARV7510PW22"; + vendor = "Arcadyan"; + } + { + model = "ARV7510PW22"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-arcadyan_arv7518pw-initramfs-kernel.bin"; + sha256 = "8c53b95cee9edde2c583fa7fe984862c63664d5dda5973c9c3fedad15335026c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "73d68fbe80e523cd28e99aee85f09874f997d1d76e2dea71697b41bd865e680a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + model = "ARV7518PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7518PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-arcadyan_arv7519pw-initramfs-kernel.bin"; + sha256 = "647e161a7144b26acfcd5766bcc2359b509b5015267acfe516be8b7172273d29"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "136befe8959cfa734fc83c339f70cde24370ed229e389bbed690d7a6fc81bdb3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + model = "ARV7519PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7519PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "e9796ed9707c3a5abbd10df1594cbb0486ba0319daa731ef52c410d51d5c87a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-arcadyan_arv752dpw-initramfs-kernel.bin"; + sha256 = "d62b655946ddbe543fef519bb1aa75032f2dbcc1c9bb7a678d92b4e31d976d74"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + model = "ARV752DPW"; + vendor = "Arcadyan"; + } + { + model = "Easybox 802"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "d0c146e5b5da9257a5fb41da311e6d7478f05162497759b5d5068527c91a8a05"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-arcadyan_arv752dpw22-initramfs-kernel.bin"; + sha256 = "de2cbcdae7fc359d0aa17f17dd5c1628f6f5a3d3093740d7bcfb27a00d748b0d"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + model = "ARV752DPW22"; + vendor = "Arcadyan"; + } + { + model = "Easybox 803"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "16214265c6126a4ea06d8e57ee0095403f5f18df05483b128cec44fc0d02fe5e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-arcadyan_arv8539pw22-initramfs-kernel.bin"; + sha256 = "5274634e7b32615ff5f122ca218320769ea165b1d5cae83fad7e08fc385cfa58"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + model = "ARV8539PW22"; + vendor = "Arcadyan"; + } + { + model = "Speedport W504V Typ A"; + vendor = "Telekom"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "207e5db836fe8732994c7305fb257e19387833b6349a65291cd050ed050386d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-audiocodes_mp-252-initramfs-kernel.bin"; + sha256 = "b52b17cbd1f8ec0d9a3e1ae5edbea2711b4d0cf5f48e0a5f7faefcb42f8f2e7b"; + type = "kernel"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + model = "MediaPack MP-252"; + vendor = "AudioCodes"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-avm_fritz7312-initramfs-kernel.bin"; + sha256 = "405b8fe1a3c473987b331094e088e7db3ad40f209c7fb90402a7652804dff588"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "1b24d438cd4dde4eb499a439af9d9e06d6d073d8e68e324efa3d1188f8c393b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + model = "FRITZ!Box 7312"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "cb3893ce5730650c31eebc3ade297f06e7e00844ef773efd9875a653a1d8c869"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-avm_fritz7320-initramfs-kernel.bin"; + sha256 = "86f25024ebdf71bc6fdd7280fcdc5aee35710c0364821e2f13ed1be55a3de1ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + model = "FRITZ!Box 7320"; + vendor = "AVM"; + } + { + model = "HomeServer"; + vendor = "1&1"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "76802aba02d6fe65cb9ffea347f812a75124851aa42e44148c321ef1c002ee72"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-buffalo_wbmr-hp-g300h-a-initramfs-kernel.bin"; + sha256 = "d09f9abb997d8580b4d891012427a52c72e80150b7bfa247c83d1a34378aef78"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "A"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "36a535196d3c7a868d2ad89a14c849d21e49996a734e1f693802bcec69147073"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-buffalo_wbmr-hp-g300h-b-initramfs-kernel.bin"; + sha256 = "d09f9abb997d8580b4d891012427a52c72e80150b7bfa247c83d1a34378aef78"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "B"; + vendor = "Buffalo"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "b91682400e5e1d600e3af16f75076028e3bbec20bc09adc0058214903cda8f44"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "80be4aa499eb7590d2b8740684d18038034be33ae9ac127b67ae614ae6fe5c28"; + type = "sysupgrade-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "2d4e4f7e1d32fdd61f4f8e524f7db016022ee23b4d18bc1232a2f20cdbac047c"; + type = "factory-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "f71a33ccfb9ff38b5894d64b4e8add6071155d8319ad033fa63ff7067140d224"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-netgear_dgn3500-initramfs-kernel.bin"; + sha256 = "567fd38508a2ede74052ba78064a48e8e219728e07c25ad361b3b8d62f9e6be3"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + model = "DGN3500"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "89f6689b2506f34039387094da5e5848273a5f81bc7c17f9dffd8fde136c8c0c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-netgear_dgn3500b-initramfs-kernel.bin"; + sha256 = "5a0fd1495ed08a3a75c5d519cfe181231bc2c76e137946c42b056f1de52ea334"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "eef88ad9b412bb92aedebc6d06c927685e38e58514890a64b7d49239fea50142"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + model = "DGN3500B"; + vendor = "NETGEAR"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-siemens_gigaset-sx76x-initramfs-kernel.bin"; + sha256 = "2ca6b5ae95263f1b1b0d73a8746ee39ec7eb2947298fd36032145f3ec0a405f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "6c341cdd22cd895f443bf0d59fb33e0fd128db1493c9dff9a3eddd7ef1bf23b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + model = "Gigaset sx76x"; + vendor = "Siemens"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-zte_h201l-initramfs-kernel.bin"; + sha256 = "254fd9e083c08564ef65384c880a8b41d1f8930cfcbda04e3fac75fc2fdd412c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "046faccf9f6e2795913ee73581e9486108d27c73789a2d3a4c58154ea9d36ff7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + model = "H201L"; + vendor = "ZTE"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "3e0beac192236d604f136235aff793b21eb282bb4b642cc55cf4458cb76a8284"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-lantiq-xway-zyxel_p-2601hn-initramfs-kernel.bin"; + sha256 = "68dcb4a4c170216e55880c27b51588bb134494c177d3b0ae687c7716959041eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + model = "P-2601HN"; + variant = "F1/F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "lantiq/xway"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1021a-iot-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-layerscape-armv7-fsl_ls1021a-iot-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sysupgrade.bin"; + sha256 = "4c4d473d5f42957bbeaf39f5aa540a528a228c01af041bfa46ca3180335d8f2b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sdcard.img.gz"; + sha256 = "6f52d3e20b6aa5c62b5db377098cbf765226ffdb022853593458000fb3198b49"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "LS1021A-IoT"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr = { + device_packages = [ + "layerscape-rcw" + ]; + image_prefix = "openwrt-21.02.2-layerscape-armv7-fsl_ls1021a-twr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv7-fsl_ls1021a-twr-squashfs-sysupgrade.bin"; + sha256 = "dd24fa7834bca4c53bb73438badd49be4cc834d5e8b08536e61f6f17b8020340"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv7-fsl_ls1021a-twr-squashfs-firmware.bin"; + sha256 = "c04c4a1ae6599319d7065c072efc73c13c0eb0c64e0bc1387de2ea8c3812aa10"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-layerscape-armv7-fsl_ls1021a-twr-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sdcard.img.gz"; + sha256 = "470aee3c1fb1e221f87a8a13e46a08911e81cc47d597df6a73dc80e64fa37569"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sysupgrade.bin"; + sha256 = "86131cc90597464c98699fb672eeb2bc8b8da3850d3431f9cb0d3b9337b3ceb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr-sdboot" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "layerscape/armv7"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1012a-frdm = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frdm" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1012a-frdm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-sysupgrade.bin"; + sha256 = "ed332088b2e5ff988ec919fe3e98ea47d0b78c016933261b41819a834d12f41a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-firmware.bin"; + sha256 = "ffc26aaa6255fc3689e232d7de2d40fafa4ae20f351de1773f4d6cdeff119516"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frdm" + ]; + titles = [ + { + model = "FRDM-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-frwy-sdboot = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frwy-sdboot" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "476c48aacbdbb6858209aa9eec83b480e8688947ef29c6fb52e84c8529c3269c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "9c8682b4fedd171503e0efd89d88fe433c1fdd30bbba8cb491b39475d012ad6b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-firmware.bin"; + sha256 = "6e8f61eced0acbfba929169780a4e4d946e92bc8e59c63f30fc2c686cf0a3673"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-rdb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-rdb" + "kmod-hwmon-ina2xx" + "kmod-iio-fxas21002c-i2c" + "kmod-iio-fxos8700-i2c" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1012a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-firmware.bin"; + sha256 = "384132eb52809aba399e399a741de003e72064b4d2754a4a048560bbf48dd68f"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-sysupgrade.bin"; + sha256 = "3726c12e4ebb64ccf018a5eacaa30f39c4510b81ff792c94bbf9b198f2502f72"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-rdb" + ]; + titles = [ + { + model = "LS1012A-RDB"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1043a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-firmware.bin"; + sha256 = "f07a6094a69569a4eb0b1fceb13ec163d16f342bb01f2c17bebe67e404f95fee"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-sysupgrade.bin"; + sha256 = "236c561d1eeae89781068ca9be581916fe437b075f5cdb55e1e43b9b8e064ac2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "8e3a9ab0da024b9ff450a3bb7ba340c425569415afa12f6e4ea4f16aa655c5da"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "a53b15c251678134f8b6e2eec8892e0c804ea840bfbfe244e330f5eeaf947a9c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy" + ]; + image_prefix = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1046a-frwy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-firmware.bin"; + sha256 = "3e42010f00ea7fd845b711357626c8a741ce33c220b36b94bcce957ff0d4e4a1"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-sysupgrade.bin"; + sha256 = "9545b02e2eb837f6d5da4aa992a2a04884129465033d1b3c88f02168659f34e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy-sdboot" + ]; + image_prefix = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "dfbecc4c83f34d210bcf3122325cfc743cbbf506f8e7f3681f2df2c273ce62b3"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "1266f6321c8b8ef02938e8afcc73a78133713b73d918b973f59facc0df82af20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1046a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-firmware.bin"; + sha256 = "7dcf443f45ce833a368e8cf3f682014d57486621326aaff7c519e4073f48c03b"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-sysupgrade.bin"; + sha256 = "83fe18bd3851599864c6b3f573a0df56851767363815502b5794b1169f9d8efc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "f3c0ff6c42f5c771c6ef9eb2ae03d233c29a7969a6cdc17c27151a7bf85c1bb2"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "e4ef87a519ce14909b6f792bfcbf4264cc15340edde23aa0768a0cad9ff94ea5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-firmware.bin"; + sha256 = "16f188b8aa54cf82fcfa6ce506573fe639cb9d2a1b3b511e0d46f7b6e5a45a30"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "ebe165a02d94665b856a271ae39b9829d26fbc20cf55e9737e77e08fc353eba3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb-sdboot" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "c0613766b0be969e550b8b2771237e4d6d5b9449de5f4b8e999cffeb4c3c8937"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "cb213e6549053ace74bc00712b630796dee655e2a91281f80fe788d42dcbe0df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls2088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls2088a-rdb" + "restool" + "kmod-ahci-qoriq" + ]; + image_prefix = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls2088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "048ebca1a3becd0d5bbff606e42e644b32301e7c6ff5930038e9c6f465a106f4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-firmware.bin"; + sha256 = "2ef83c86864df852d8c5d13f3a3f82ed6e5c88a8822b8eb5b498b886cf1c0e25"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls2088a-rdb" + ]; + titles = [ + { + model = "LS2088ARDB"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb" + "restool" + ]; + image_prefix = "openwrt-21.02.2-layerscape-armv8_64b-fsl_lx2160a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-firmware.bin"; + sha256 = "ee96d38430d20692e2bc649c87d1ba21fb987b857170f4a71962ae2994dedffc"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-sysupgrade.bin"; + sha256 = "88aae570c2f6dc0aa72a9014f5cad116ca05b9231976da75f72784158f821aa1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb-sdboot" + "restool" + ]; + image_prefix = "openwrt-21.02.2-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "e379528c09eb991f063235af216da2082586f90f49209d69bb9fae67205be86f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "eed6846bf67fbab14655164fe238aa36702a24fe990ea6eb0f4dc9eea0adf85e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb-sdboot" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + traverse_ls1043 = { + device_packages = [ + "layerscape-fman" + "uboot-envtools" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-21.02.2-layerscape-armv8_64b-traverse_ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-traverse_ls1043-ubifs-sysupgrade.bin"; + sha256 = "44158264c6ca3464f50a835319642aff95e1bad090b687331d7a611d099d4f46"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-layerscape-armv8_64b-traverse_ls1043-ubifs-root"; + sha256 = "7dad882f5e1b20eabf35c99dfea51c741c4b92334c8ed3b6e78cde2f392273ba"; + type = "root"; + } + ]; + supported_devices = [ + "traverse,ls1043s" + "traverse,ls1043v" + ]; + titles = [ + { + model = "LS1043 Boards"; + vendor = "Traverse"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "layerscape/armv8_64b"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-mt7615-firmware" + "kmod-mt7615e" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + bpi_bananapi-r64 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.2-mediatek-mt7622-bpi_bananapi-r64"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mediatek-mt7622-bpi_bananapi-r64-initramfs-kernel.bin"; + sha256 = "7871d10b274a55804bafc82e49ea1d1107746e68fe492ce4f88ba332233828e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mediatek-mt7622-bpi_bananapi-r64-squashfs-sysupgrade.bin"; + sha256 = "2f7e8cd86512447793624c617efd053fca9589691059de3967c9fc95b0a48c23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "Banana Pi R64"; + vendor = "Bpi"; + } + ]; + }; + bpi_bananapi-r64-rootdisk = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.2-mediatek-mt7622-bpi_bananapi-r64-rootdisk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mediatek-mt7622-bpi_bananapi-r64-rootdisk-initramfs-kernel.bin"; + sha256 = "eae368feb69af2043886f340859af1767007bbbdc5cfeff94f1f0b18f98452f9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mediatek-mt7622-bpi_bananapi-r64-rootdisk-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "f7dc18ef89891bbdcfd1181b2ffd709e3ea9366bef992c02036b1ad44a6e3ae0"; + type = "sysupgrade-emmc"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "Banana Pi R64 (rootdisk)"; + vendor = "Bpi"; + } + ]; + }; + elecom_wrc-2533gent = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-btmtkuart" + "swconfig" + ]; + image_prefix = "openwrt-21.02.2-mediatek-mt7622-elecom_wrc-2533gent"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mediatek-mt7622-elecom_wrc-2533gent-initramfs-kernel.bin"; + sha256 = "62b9022e603d8bc9bb4f71805bdda1e89ef71d621f57940b25dfa7909d1be522"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mediatek-mt7622-elecom_wrc-2533gent-squashfs-sysupgrade.bin"; + sha256 = "47d48f8ac867af38af430b15687c1e23d14935d4ef75dfcac1ee6aeeb8339b05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gent" + ]; + titles = [ + { + model = "WRC-2533GENT"; + vendor = "Elecom"; + } + ]; + }; + mediatek_mt7622-rfb1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.2-mediatek-mt7622-mediatek_mt7622-rfb1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mediatek-mt7622-mediatek_mt7622-rfb1-squashfs-sysupgrade.bin"; + sha256 = "250e8c70a2c4a501af3644bad3c0897789180b24b3a0a1b746b44a612e2ed14c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mediatek-mt7622-mediatek_mt7622-rfb1-initramfs-kernel.bin"; + sha256 = "22999b349570cace3789e1c8b0fdf09db470175551b03acc45cce0746073fd6c"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7622-ubi = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.2-mediatek-mt7622-mediatek_mt7622-ubi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mediatek-mt7622-mediatek_mt7622-ubi-initramfs-kernel.bin"; + sha256 = "dea2f7f8fdc24d8fe6968b0125c6e57c1bc7dfbf1e8ce9adc5c481cac06f4a59"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mediatek-mt7622-mediatek_mt7622-ubi-squashfs-sysupgrade.bin"; + sha256 = "824e98425ce6fbd7558cf6841582a1c46f8232f5d5ec3b62b6d7e00bd74bb822"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mediatek-mt7622-mediatek_mt7622-ubi-squashfs-factory.bin"; + sha256 = "3f0cbda63e80bafbad25c051dc8bbcf76445dfae1c885ed70dcb0d6759b1cc87"; + type = "factory"; + } + ]; + supported_devices = [ + "mediatek,mt7622-ubi" + ]; + titles = [ + { + model = "MTK7622 AP (UBI)"; + vendor = "MediaTek"; + } + ]; + }; + ubnt_unifi-6-lr = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.2-mediatek-mt7622-ubnt_unifi-6-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mediatek-mt7622-ubnt_unifi-6-lr-squashfs-sysupgrade.bin"; + sha256 = "e9edb66a9f7932c1bb115e01432dfa204c34dda091bf623ebb59189b60dde380"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mediatek-mt7622-ubnt_unifi-6-lr-initramfs-kernel.bin"; + sha256 = "5049a02da13ce720d7f4d8805f73c878ac6e675d36e195eaaaaef83d2719d951"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr" + ]; + titles = [ + { + model = "UniFi 6 LR"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "mediatek/mt7622"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + bpi_bananapi-r2 = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.2-mediatek-mt7623-bpi_bananapi-r2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mediatek-mt7623-bpi_bananapi-r2-squashfs-img.gz"; + sha256 = "194e947acbcc040b99d89717853434a692fe40da968f391c05deabffdf3a457e"; + type = "img"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mediatek-mt7623-bpi_bananapi-r2-initramfs-kernel.bin"; + sha256 = "a4cdc3cb42222fa54d1f436c95801285014d3bb67f1cd1fb70c87daf7a9f7024"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r2" + ]; + titles = [ + { + model = "Banana Pi R2"; + vendor = "Bpi"; + } + ]; + }; + unielec_u7623-02-emmc-512m-legacy = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.2-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-initramfs-kernel.bin"; + sha256 = "e421362e157f79027187642986b294a6887e24725ef98f3309cdee2fcc07ada6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "bf98c206e367c77bc812725603c627ddbf828966cf1f8dcd99597a4d7475775e"; + type = "sysupgrade-emmc"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + variant = "eMMC/512MiB RAM (legacy image)"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7623-emmc = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.2-mediatek-mt7623-unielec_u7623-emmc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mediatek-mt7623-unielec_u7623-emmc-initramfs-kernel.bin"; + sha256 = "af2f0aec191605e0d5798e78bd3af77aac7648c0dfce7f7c71509f89b3a33639"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mediatek-mt7623-unielec_u7623-emmc-squashfs-img.gz"; + sha256 = "e4bdc3529ae817c079e7aa2b58345f20a33d45c8da1462edc02775dcbc194951"; + type = "img"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623"; + variant = "eMMC"; + vendor = "UniElec"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "mediatek/mt7623"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + mt7629 = { + arch_packages = "arm_cortex-a7"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + mediatek_mt7629-rfb = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-21.02.2-mediatek-mt7629-mediatek_mt7629-rfb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mediatek-mt7629-mediatek_mt7629-rfb-initramfs-kernel.bin"; + sha256 = "45d22d28e986ce2795f4278d81eabee9c3d0a0716c3aece3141c3721073fc963"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mediatek-mt7629-mediatek_mt7629-rfb-squashfs-sysupgrade.bin"; + sha256 = "a03fc326ccea63d2e4a36d97fdf95f4156eebcf84aa1d3eebd640ed0868c1d90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7629-rfb" + ]; + titles = [ + { + model = "MT7629 rfb AP"; + vendor = "MediaTek"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "mediatek/mt7629"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + mpc85xx = { + p1010 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + sophos_red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mpc85xx-p1010-sophos_red-15w-rev1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mpc85xx-p1010-sophos_red-15w-rev1-initramfs-kernel.bin"; + sha256 = "70f17b11be48af2e6cabb6c0ec9be41aa8f49c502875500b981f52f758d7dfb0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mpc85xx-p1010-sophos_red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "15e7db81e39648f62591017025221af08a79fdb65667ac55244b6d8c380c6be6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + model = "RED 15w"; + variant = "Rev.1"; + vendor = "Sophos"; + } + ]; + }; + tplink_tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mpc85xx-p1010-tplink_tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "bee0fcc99d7b40bfe56fb74a49175859f043729415fad06c4a4e0ecd8a6eb645"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "c5e69b09282890704868fd18e51d930e8033ec1dd05277af3c198a1c31914c17"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v1" + "tl-wdr4900-v1" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "mpc85xx/p1010"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aerohive_hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.2-mpc85xx-p1020-aerohive_hiveap-330"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin"; + sha256 = "2d5a346792c55d1525a171a58eb5332de86fcf09f0ed72de3f0fafc54688f428"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mpc85xx-p1020-aerohive_hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "8d4bf3907e14ba309c6e0abbbb56e5dd66fb96f7605f02ea516eaa1a6fd301a6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mpc85xx-p1020-aerohive_hiveap-330-squashfs-fdt.bin"; + sha256 = "65c6edce3077727395753574f92dbf4bd8dda8142b0459200000b714189aaac1"; + type = "fdt"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + model = "HiveAP-330"; + vendor = "Aerohive"; + } + ]; + }; + enterasys_ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mpc85xx-p1020-enterasys_ws-ap3710i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mpc85xx-p1020-enterasys_ws-ap3710i-initramfs-kernel.bin"; + sha256 = "5a04e9f0763387162b201f93672df4b1b4ad68c45a5a6b2dbaede255cc6b2004"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "06569143edade23a26261c87e265947d5f215912728ba711cbcd1d743650cfb7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + model = "WS-AP3710i"; + vendor = "Enterasys"; + } + ]; + }; + ocedo_panda = { + device_packages = [ + "kmod-rtc-ds1307" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-mpc85xx-p1020-ocedo_panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mpc85xx-p1020-ocedo_panda-squashfs-sysupgrade.bin"; + sha256 = "09e79202d19a209e799588b388f7cf111af89b241e9fa95a3c2eeb0ff7f92133"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mpc85xx-p1020-ocedo_panda-initramfs-kernel.bin"; + sha256 = "b24ca68c266ac16f93345f13f04b6ded7986d1a6231e6d8dc22e932035f9e0e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mpc85xx-p1020-ocedo_panda-squashfs-fdt.bin"; + sha256 = "e31ead96b076b205707a55a6b96abc809ec7349408e1088dcaeed031c9ec45df"; + type = "fdt"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + model = "Panda"; + vendor = "OCEDO"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "mpc85xx/p1020"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + freescale_p2020rdb = { + device_packages = [ + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.2-mpc85xx-p2020-freescale_p2020rdb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mpc85xx-p2020-freescale_p2020rdb-initramfs-kernel.bin"; + sha256 = "d73eceb267e7d0c54532d8536fc965ac4170333bad81632acdf142f1fbd0ca34"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mpc85xx-p2020-freescale_p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "de1f779f7f55e43ffe3d71b8d0c2dae3f61551b1e1abf927a46b65845bcffbac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + model = "P2020RDB"; + vendor = "Freescale"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "mpc85xx/p2020"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + glinet_gl-mv1000 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa53-glinet_gl-mv1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa53-glinet_gl-mv1000-squashfs-sdcard.img.gz"; + sha256 = "8b2c8cb65e289fc42b1f0df99b13d271def6f6d981950fd5dbedf35c30395d4b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-mvebu-cortexa53-glinet_gl-mv1000-ext4-sdcard.img.gz"; + sha256 = "eac88eb8e265dd5e4bbb8b8d47836c4c09b43f4ee5178950c876802810902389"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa53-glinet_gl-mv1000-initramfs-kernel.bin"; + sha256 = "190d9db4f48a2e429481903e7bf2c31e1a984b93fcd16a2d3a41d627a35b0e22"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mv1000" + ]; + titles = [ + { + model = "GL-MV1000"; + vendor = "GL.iNet"; + } + ]; + }; + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-initramfs-kernel.bin"; + sha256 = "190d9db4f48a2e429481903e7bf2c31e1a984b93fcd16a2d3a41d627a35b0e22"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "acd04f1b506f3dafc67793f5ff710c6c42191b2c5d33317a2a9574253e8727d4"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "241a88cd5d397c330d95588f3705bd5c50b493539f8b8cdf0bc1d91c0512a2b4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-emmc-initramfs-kernel.bin"; + sha256 = "190d9db4f48a2e429481903e7bf2c31e1a984b93fcd16a2d3a41d627a35b0e22"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "311e5f5b7ddaac1c0533f451177d1a6b13ac5597f45d9f934c96e07414d3f168"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "189b8ba5d87ef633a4fb10b663497184c96bc99385086901bcd5f85de4148e2d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-ultra = { + device_packages = [ + "kmod-i2c-pxa" + "kmod-rtc-pcf8563" + ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-ultra"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz"; + sha256 = "04771cc7c335babeeb48fd7d1cc80fd68e47f17bac13f3d97059f63ba5987733"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-ultra-initramfs-kernel.bin"; + sha256 = "190d9db4f48a2e429481903e7bf2c31e1a984b93fcd16a2d3a41d627a35b0e22"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-ultra-ext4-sdcard.img.gz"; + sha256 = "de8aae967d736801901a6243c3a6ad50831cda4af594d8962563f9cc3b9da4ee"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-ultra" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Ultra"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "3f5e42a11ba4ecb18a807f12b1a1f59f05f77cd617b10f48f3c94a0319f0298a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "6fc3dcfef8165d07abb72500524aa524e194ece5b6f1e68fca794729830f0ec1"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-v7-initramfs-kernel.bin"; + sha256 = "190d9db4f48a2e429481903e7bf2c31e1a984b93fcd16a2d3a41d627a35b0e22"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "3f123d1e8422d46dfe59b1aa8703dede42b12dd4b3065d13c0fa752cbee79f40"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "515b3870ac7ad2491765cd2c26e6cb3cca0bd8876514c76534834ad3950e60cd"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa53-globalscale_espressobin-v7-emmc-initramfs-kernel.bin"; + sha256 = "190d9db4f48a2e429481903e7bf2c31e1a984b93fcd16a2d3a41d627a35b0e22"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa53-marvell_armada-3720-db-initramfs-kernel.bin"; + sha256 = "190d9db4f48a2e429481903e7bf2c31e1a984b93fcd16a2d3a41d627a35b0e22"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "18f63537461fb6eb9189631ade8dc8e45691c8834463ecd564675bf72961b41f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "860700eeda0f4e76058448f6260b3691f217fd01f9b60e9fd8fd1701d4651b09"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + model = "Armada 3720 Development Board (DB-88F3720-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + methode_udpu = { + device_packages = [ + "f2fs-tools" + "fdisk" + "kmod-i2c-pxa" + ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa53-methode_udpu"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-mvebu-cortexa53-methode_udpu-firmware.tgz"; + sha256 = "192e976b6a51dd9c0a0ba3f1ddbb7b30cd18510f4870e3d49464d644821f389d"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa53-methode_udpu-initramfs.itb"; + sha256 = "c8c1f89bd87c1a0c385c7f981d7f87681956b7a70223c70544b70ea6756612f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "methode,udpu" + ]; + titles = [ + { + model = "micro-DPU (uDPU)"; + vendor = "Methode"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "mvebu/cortexa53"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + iei_puzzle-m901 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa72-iei_puzzle-m901"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-mvebu-cortexa72-iei_puzzle-m901-ext4-sdcard.img.gz"; + sha256 = "3e8d26b9303d68d6067c09c276dabd211b61b4afb147627fcd33d553a2798459"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa72-iei_puzzle-m901-squashfs-sdcard.img.gz"; + sha256 = "a9b560e1c4a22686ce93763c631e5070a75ed0fe8d62f66e1d3f7088554be236"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa72-iei_puzzle-m901-initramfs-kernel.bin"; + sha256 = "f7aa9052fcd391a12517277415b561747307d4efc4e452b3a26256a292db1969"; + type = "kernel"; + } + ]; + supported_devices = [ + "iei,puzzle-m901" + ]; + titles = [ + { + model = "Puzzle-M901"; + vendor = "iEi"; + } + ]; + }; + iei_puzzle-m902 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa72-iei_puzzle-m902"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-mvebu-cortexa72-iei_puzzle-m902-ext4-sdcard.img.gz"; + sha256 = "b27a542ddc7c59c3d0ec6f4e9a73985770be9d5c73e5df8d40a605a926d01746"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa72-iei_puzzle-m902-squashfs-sdcard.img.gz"; + sha256 = "6a897a1d112923cdd67e3d58fb440aacb46b772f7b1e2fc97c53c8370260e943"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa72-iei_puzzle-m902-initramfs-kernel.bin"; + sha256 = "f7aa9052fcd391a12517277415b561747307d4efc4e452b3a26256a292db1969"; + type = "kernel"; + } + ]; + supported_devices = [ + "iei,puzzle-m902" + ]; + titles = [ + { + model = "Puzzle-M902"; + vendor = "iEi"; + } + ]; + }; + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "a1917f45f126283ab72710a84017152c3513fcb0a87b5be52e44f1df295135ec"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa72-marvell_armada7040-db-initramfs-kernel.bin"; + sha256 = "f7aa9052fcd391a12517277415b561747307d4efc4e452b3a26256a292db1969"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "c50d87949d6b730fcc7bbd869da778b901f4d1f4d9c2d9ed67d3fec6c247f323"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + model = "Armada 7040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa72-marvell_armada8040-db-initramfs-kernel.bin"; + sha256 = "f7aa9052fcd391a12517277415b561747307d4efc4e452b3a26256a292db1969"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "b4222f3e5e0b1ffe319de8159970de11d34db0717ce576e53bcc4c81cb7813dd"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "8f7d91e7d07967c90991959c488585dfd6bc2527aaad41dba34a74391c877a61"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + model = "Armada 8040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_macchiatobin-doubleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa72-marvell_macchiatobin-doubleshot"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-mvebu-cortexa72-marvell_macchiatobin-doubleshot-ext4-sdcard.img.gz"; + sha256 = "fa888f3e0eb1f3fee75727f100544e98bf2c981925496bdd927dc7de35daf039"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa72-marvell_macchiatobin-doubleshot-initramfs-kernel.bin"; + sha256 = "f7aa9052fcd391a12517277415b561747307d4efc4e452b3a26256a292db1969"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa72-marvell_macchiatobin-doubleshot-squashfs-sdcard.img.gz"; + sha256 = "13008631df1759f497af990762b24e200e5ca56504f217cb32af75a3ae8017c1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-doubleshot" + "marvell,armada8040-mcbin" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + ]; + }; + marvell_macchiatobin-singleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa72-marvell_macchiatobin-singleshot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa72-marvell_macchiatobin-singleshot-squashfs-sdcard.img.gz"; + sha256 = "e7ec6da29b9a5cd9c34bdaa3e9d7d281dcc760a7e05b35de2825b3cb2d181ed1"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa72-marvell_macchiatobin-singleshot-initramfs-kernel.bin"; + sha256 = "f7aa9052fcd391a12517277415b561747307d4efc4e452b3a26256a292db1969"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-mvebu-cortexa72-marvell_macchiatobin-singleshot-ext4-sdcard.img.gz"; + sha256 = "f01eabd4451bca1ad97c2c43845dc36558a0687cf14689111f089813512323bf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-singleshot" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "mvebu/cortexa72"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + buffalo_ls421de = { + device_packages = [ + "kmod-rtc-rs5c372a" + "kmod-hwmon-gpiofan" + "kmod-hwmon-drivetemp" + "kmod-usb3" + "kmod-linkstation-poweroff" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-mod" + "kmod-fs-xfs" + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-buffalo_ls421de"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-buffalo_ls421de-initramfs-kernel.bin"; + sha256 = "40eddcb295c1e3733fc0fb3179809814123bcc1d04f7a79c6651e919bc9fcac8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-buffalo_ls421de-squashfs-sysupgrade.bin"; + sha256 = "ae5c16518c11deeba08cf6acecfbeb01c900edf9ffe00bf14521f5e58ec11838"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,ls421de" + ]; + titles = [ + { + model = "LinkStation LS421DE"; + vendor = "Buffalo"; + } + ]; + }; + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic-wolfssl" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-mux-pca954x" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-21.02.2-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "e40219afb7aeede20706dc5e9f1af4b598e740066d12d30b1458ad5228ec85c3"; + type = "omnia-medkit-openwrt-21"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "a6fa42e675f482f07f386ece842d0b7da49ce14cac23e9ede6357f8b795de8d6"; + type = "openwrt-21"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-cznic_turris-omnia-initramfs-kernel.bin"; + sha256 = "0ad8435426374dfa9a4176e974f52d5f5dcc49a81f4435f7d7e30ae841fc4e08"; + type = "kernel"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + model = "Turris Omnia"; + vendor = "CZ.NIC"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "a8af90f96ea0d1ea097f182db7212c5c76d4bd62d3e4dd19e28c9cb631993adc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-globalscale_mirabox-initramfs-kernel.bin"; + sha256 = "230844639b32022633c836da241a4bdbe80cd5b4a8a60c18c4d09cf22a46102e"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + model = "Mirabox"; + vendor = "Globalscale"; + } + ]; + }; + kobol_helios4 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-kobol_helios4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-kobol_helios4-initramfs-kernel.bin"; + sha256 = "87fdcc288243434b4212146971d3a7759435dc720a600abf290dd238302592b2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-kobol_helios4-squashfs-sdcard.img.gz"; + sha256 = "ed417299202002f8ca61d527e330fc3a934b41df2fd8924b9b2a9609d70eac92"; + type = "sdcard"; + } + ]; + supported_devices = [ + "kobol,helios4" + ]; + titles = [ + { + model = "Helios4"; + vendor = "Kobol"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt1200ac-initramfs-kernel.bin"; + sha256 = "df55ca4891de25ea44425c71d57976a0093ed7a8bf3ba4eeb0cc4541ddb85974"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "1235d15f4463fd38850a430f18e1508f92fe49da275ce0aacb92eabdaf3fe0ef"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "682e8378758a6239b4ca036fc64f5e6080905249960b95c41f1fef2cc1e17c6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1200ac" + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + model = "WRT1200AC"; + vendor = "Linksys"; + } + { + model = "Caiman"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v1 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt1900ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-sysupgrade.bin"; + sha256 = "5b8ab9469cb2ebf7d0fcd1cbb94c91cc0bb9c763b15885ced8c81d9b8c91ee50"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt1900ac-v1-initramfs-kernel.bin"; + sha256 = "f2e8ec104d61d65cd7ded9d80cc69758867bf5e2a056ece0f7e41f418c4b7b5e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-factory.img"; + sha256 = "b754bb09608aa41e47edea718b4d35bc5627d3878539ebf59be55f7b9ca58a7e"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v1" + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "Mamba"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v2 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt1900ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-factory.img"; + sha256 = "a86c38111d77b485732acc7f218bdfbc1fcffecc18a2cf152a9746cde7e3b138"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt1900ac-v2-initramfs-kernel.bin"; + sha256 = "421ae70ead9733fa00320427249ecda3754a8903ba026eab9faa1c883d684b13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-sysupgrade.bin"; + sha256 = "d83d28a80e5544e5be667be3ed677ddcd78f3d6ea248723867435e69fbc99a54"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v2" + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Cobra"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "3689c061b58febeda6fe1505ac3c66a8c7c49cfff0546c2434bc77c5515f1525"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "6b4c83ddac2f5678126496795fe0d5caed8677cd4a6c0dd7ff9b13f8bdfdbd85"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt1900acs-initramfs-kernel.bin"; + sha256 = "602590334ece75296300d303bed4701997b022cc4dbfe6775c45cdd7d4a00e74"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt1900acs" + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + model = "WRT1900ACS"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "WRT1900ACS"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Shelby"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "0042001da8a201d1b99e4a08f10f0833f9a1f09ea3eb9f8cf157f9dafcaf1628"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "a5ead6f12993deab4f10e6c806e70ac2806c2ec417a6e8f7123f3ff896206e7a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt3200acm-initramfs-kernel.bin"; + sha256 = "cb1ba806f0808876b5fe2bb7b08a3f656f495844a9c72af43ffb56cedd9bca4f"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt3200acm" + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + model = "WRT3200ACM"; + vendor = "Linksys"; + } + { + model = "Rango"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "9aad4a475c99b3b71eb7f62cb94274a16ff81522c241e399f1e28b748fa2e579"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt32x-initramfs-kernel.bin"; + sha256 = "1e8845c5a2003c931b1fd6f1addceb38674f9fb26150bb712c900c12193c9a34"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "4b3e1fd90f017c8fdf0e2197f0c3bb95ee6eac2dcb3b6d059676367d0febc7ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt32x" + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + model = "WRT32X"; + vendor = "Linksys"; + } + { + model = "Venom"; + vendor = "Linksys"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-marvell_a370-db-initramfs-kernel.bin"; + sha256 = "1fd9623c0e33670de7f3ee4e01ddc3e988a7e77010dedcbc7fc7329f3bdb8396"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "dd429c486eb60600b16337cc2b4ae1696bfc42cae4c4a4df46a91d01a656f08c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + model = "Armada 370 Development Board (DB-88F6710-BP-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "f4d80f95bc1eb3b25aa00916a1fb754026fe3310c366ef594aaec002863be40d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-marvell_a370-rd-initramfs-kernel.bin"; + sha256 = "07e54cfa0ed0ee506d0e19dd87a7940bb85c24115a52cbacbc209662e8582282"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + model = "Armada 370 RD (RD-88F6710-A1)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-marvell_a385-db-ap-initramfs-kernel.bin"; + sha256 = "d2cea2ef490a66d1ee87d6b2a4d77210ac9f1f7b36b3362184e0e1d3a2a6205f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "5a8f26ea925bcb307b4ff351eb3d3e57d36181e904e6599d923db88f8ced952e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "0195298570adf48585b4b2620c1ca42950a16e89b727b29c6ea984beb5a1a023"; + type = "factory"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + model = "Armada 385 Development Board AP (DB-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "01431d1dd8b49d7671a957d88513aace3352a318472371ae0d680dd878ae7498"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-marvell_a388-rd-initramfs-kernel.bin"; + sha256 = "b65005e6acaf8ca1590a9956f330590ae3c8b4980ee7a7a26aae07dd3bf0b46a"; + type = "kernel"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + model = "Armada 388 RD (RD-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "3628f92d02d048f80d85a93e3a8ef4f36d4d3795d76dd34d8dcda36632276fe9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-marvell_axp-db-initramfs-kernel.bin"; + sha256 = "a78f8bae95a7864aa4fc79b50dd315d6e616bcdb549ea8681b6db2a443477f6a"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + model = "Armada XP Development Board (DB-78460-BP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "c54767aadcfce7d134d711b93a7a64bb7b425c1b6b602bc33ccafb9445c1c959"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-marvell_axp-gp-initramfs-kernel.bin"; + sha256 = "22e60670b26e9a36b4e5d0cac14ad34028a811b6081ff7380b87777e9fcd5d30"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + model = "Armada Armada XP GP (DB-MV784MP-GP)"; + vendor = "Marvell"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-plathome_openblocks-ax3-4-initramfs-kernel.bin"; + sha256 = "793b62641163da2c9bf802c3e7ca829cbbabb3a61ba5f3f10433a1c0a97c35dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "629dcaab0115666dbbec5e81473cc030dfc382d35053e533d296bb35be2ca1b9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "9f76d14579a3cd20958e1c597a34902d4db3f015e8ec7b123846a45b86335f0a"; + type = "factory"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + model = "OpenBlocks AX3"; + variant = "4 ports"; + vendor = "Plat'Home"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "1787243cda706fb9500bc1e115937133d17a1b02b37930f2ed9776b8e57db240"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-solidrun_clearfog-base-a1-initramfs-kernel.bin"; + sha256 = "87fdcc288243434b4212146971d3a7759435dc720a600abf290dd238302592b2"; + type = "kernel"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + model = "ClearFog Base"; + vendor = "SolidRun"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.2-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-solidrun_clearfog-pro-a1-initramfs-kernel.bin"; + sha256 = "87fdcc288243434b4212146971d3a7759435dc720a600abf290dd238302592b2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "3463608e07f2da28939a43f98e51c6a5426abf6968cb77db55b16128d41fd0fb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + model = "ClearFog Pro"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "mvebu/cortexa9"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-octeon-generic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-octeon-generic-initramfs-kernel.bin"; + sha256 = "5df654885ce8ff218e586b50954ef0bf309a46fab8d16beb18c7277cba7f5785"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Octeon"; + vendor = "Generic"; + } + ]; + }; + itus_shield-router = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-octeon-itus_shield-router"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-octeon-itus_shield-router-squashfs-sysupgrade.tar"; + sha256 = "da3267634a6fc1cd51bdac354a126fa6383d58195385993eb5126267affd6941"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-octeon-itus_shield-router-initramfs-kernel.bin"; + sha256 = "805904ab860dc2af6f3ec18acd6dfe68b58ef796263cafb6bc75ffa89b67dd9a"; + type = "kernel"; + } + ]; + supported_devices = [ + "itus,shield-router" + ]; + titles = [ + { + model = "Shield Router"; + vendor = "Itus Networks"; + } + ]; + }; + ubnt_edgerouter = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-octeon-ubnt_edgerouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-octeon-ubnt_edgerouter-squashfs-sysupgrade.tar"; + sha256 = "5f3c6f6a2f39596e08a0ae72e806a04117b3d7e344225277e62c9e07829485c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-octeon-ubnt_edgerouter-initramfs-kernel.bin"; + sha256 = "e1412a7ed37e39e7d15aca6cd7d8ffa9938ded4ac26024d8d2d08989bc4e02c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter" + ]; + titles = [ + { + model = "EdgeRouter"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-4 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-21.02.2-octeon-ubnt_edgerouter-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-octeon-ubnt_edgerouter-4-initramfs-kernel.bin"; + sha256 = "d10d79fe055bd732a5ae56957b36cff2c5cc993e205705937b3d74c82342349d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-octeon-ubnt_edgerouter-4-squashfs-sysupgrade.tar"; + sha256 = "82502d237940f680994233ccf166fb8011a5e3a04f832401b985ff399b2982f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-4" + ]; + titles = [ + { + model = "EdgeRouter 4"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-lite = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-octeon-ubnt_edgerouter-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-octeon-ubnt_edgerouter-lite-initramfs-kernel.bin"; + sha256 = "e4a8e32359dfe0ca0c500de0f8cd51fa761af236d914c3625e17ecc42aeb68b0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-octeon-ubnt_edgerouter-lite-squashfs-sysupgrade.tar"; + sha256 = "edda8b36748e6e058f119c926a29a7eb864fe50d8b6056d93db8a345823b2e14"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-lite" + ]; + titles = [ + { + model = "EdgeRouter Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "octeon/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "2412eeba0281be2288e86066065c05d110f52a0a639429adde78738cbd096b70"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "75e0218b6beebf649c3ce1eafb390fd9a71c38f777ea44580cb052f48fe4df14"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + model = "AM335x BeagleBone Black"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-omap-ti_am335x-evm"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "7517427f516b8deeb5df0b9041024b22fae010517e168ec827480f1bd6f1b7c2"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "c94d6db210d490fd571144038925703adf12c6cc720aa86ae7471981378967b4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + model = "AM335x EVM"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-21.02.2-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "63d2b2a5ba078ca5c2b8f3364b50c89bd6d055c355eb87a7c87edd90eaac3557"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "42fdfffa1df2695cb41871fb430c2b03a80afc72f59b6e3d2e3b6a6341b57399"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + model = "OMAP3 TI beagleboard"; + vendor = "BeagleBoard.org"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-21.02.2-omap-ti_omap4-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "9f2ca0d8a37a09019bbf40510abd824baff7ab4766c58103478c2c9458815b5d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "8246f187862fbfdbe63e700d6a91af470ba5ad308644169221938f042cdec08b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + model = "OMAP4 TI pandaboard"; + vendor = "PandaBoard.org"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "omap/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "fdisk" + "fstools" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mtd" + "netifd" + "opkg" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-oxnas-ox820-akitio_mycloud-initramfs-uImage"; + sha256 = "7b1d47e13d3195d0ba7a4d354d189569031bd6c0b6661afeb278eaf2e30223f8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "f9977e20f599fe82a804166836b60389b42d4eab52e6fe4e19561e01ad7ad91b"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "edb8f4b89c82ed91bdf95c2cafe896fd4744a9684fa7362c4570032b7894134d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "bb09af900b5ee3f9bc612e59783b21fc38216569f6dcf50b9eb3832720ddea4a"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "2e84ace73ad3e27aa74197e6c9d494a4b8b4e209db1261d695d795f46cf31810"; + type = "ubinized"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + model = "MyCloud Mini"; + vendor = "Akitio"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + ]; + image_prefix = "openwrt-21.02.2-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "ade247f0568ed75b0e17738c562ca1a048b00bf63a6822d57f99beff19872530"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "e77c639725cdadac93c98af9b1a5ed2a7abb80192962bac4f5dd31142b697dd6"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "70b9d5ed1720504d0d44d63f65d76cda2e7f07a9dc018ced83f84139c1800be9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "4ddfa9d7b0485e33942cd72ebda15a8585fcc1c7fadcd2ccc3ac9ad73dd2f9af"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-oxnas-ox820-cloudengines_pogoplug-series-3-initramfs-uImage"; + sha256 = "2926c086a46bf17b961492b7a4b0a5dd64a93f9d94fd6a1bb29792f798001069"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + model = "PogoPlug Series V3 (without mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "7c45e20f1bcd2ad73f1149c014d1a8ce4e3f9af59114906157e3609643489055"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-oxnas-ox820-cloudengines_pogoplugpro-initramfs-uImage"; + sha256 = "22e5a42f778635245bd4f428bc29f4d69bc3cdf6410216a0f0cb42d2c076b67d"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "617536965815f9f8b3ddacf48c994d50dfc37259db6b2da93c53acecc6f13154"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "d526ee791137cbfa7d939f4e751ef22b6cbd634cfa626fac1cb3a8bbcc051a9b"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "b70cc4b2acd5c5c3c9941ce802441b2a21a7bf85252707c82853d4a64f2521d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + model = "PogoPlug Pro (with mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-oxnas-ox820-mitrastar_stg-212-initramfs-uImage"; + sha256 = "7c661e13b9462410fcd62feaaf6737668cec5e9ae2778b118cbe0846ed05885d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "dddb56da1b1cdaf9a0e3eb03430f5e804dfc35a15c3d2245ea980a25f0d6df1c"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "0a5d2c8a03d1f37d355d987c31f1ef01edd0681b7c3070f8b60d4735f6987e8c"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "3c79a2b80d5d8e69dd924a30a288f34eac0edf5963820fea90010cc5d653099d"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "ed6f32bfacf06578341e855f66bbd5b48115b3d5eea37fc79b491550c3518d62"; + type = "ubinized"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + model = "STG-212"; + vendor = "MitraStar"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-ata-oxnas-sata" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-21.02.2-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "b0ba46c0800a514e3a18444b7e87dfd7b805319b1ce516dff352a116d534a14c"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "5caac8e4cf8fe47ab6ad39746926a4a5c8ccf401d26955006564cdee5f9b40b1"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.2-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "0730e7cc3a0f115aaa51e1c21f1c089b1d59f6c6baf3efcebba1ee9301fffa01"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "7c5260311b45953836ee05064e1ab8c1506eddbcd0da294766cc0084760dcb4d"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-oxnas-ox820-shuttle_kd20-initramfs-uImage"; + sha256 = "d81a349114be8d09a81767eac7096fed88df7bbb977cae7563e07a3d888f6257"; + type = "kernel"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + model = "KD20"; + vendor = "Shuttle"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "oxnas/ox820"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + img_creator-ci40 = { + device_packages = [ + "kmod-tpm-i2c-infineon" + "kmod-ca8210" + "wpan-tools" + ]; + image_prefix = "openwrt-21.02.2-pistachio-img_creator-ci40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-pistachio-img_creator-ci40-squashfs-sysupgrade.tar"; + sha256 = "d6edb8e98bff17442eccc493f598b5c68db1bcb43623fafa69bc3a875523998e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-pistachio-img_creator-ci40-squashfs-factory.ubi"; + sha256 = "c6024c8ddb95fc1351dce93274be81e1138073c8e18b6edd0c02e0219aa698d6"; + type = "factory"; + } + ]; + supported_devices = [ + "img,creator-ci40" + ]; + titles = [ + { + model = "Creator Ci40 (VL-62899)"; + vendor = "Imagination Technologies"; + } + { + model = "Marduk board"; + vendor = "Imagination Technologies"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "pistachio/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aigale_ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-aigale_ai-br100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-aigale_ai-br100-squashfs-sysupgrade.bin"; + sha256 = "f9d7298931b8e8cc448925a7149522ef59bc5981899a5c4cfb33dab1ca2dbce5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-aigale_ai-br100-initramfs-kernel.bin"; + sha256 = "493362a14e205665f6ed73c909db9c3505da80fd1810d33f72f59d742737a042"; + type = "kernel"; + } + ]; + supported_devices = [ + "aigale,ai-br100" + "ai-br100" + ]; + titles = [ + { + model = "Ai-BR100"; + vendor = "Aigale"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-alfa-network_ac1200rm-initramfs-kernel.bin"; + sha256 = "a62ff7e71fe6999ebaa44a689d359fd6de043fc1a9308cf44e6e05217e2cb550"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "2bea15495178eae2b3477e0f8411fa27fe1895f7469a2249c374ab0cd2758254"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + "ac1200rm" + ]; + titles = [ + { + model = "AC1200RM"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "08726ed64897b0387b07c31cafdb349c02cb182dccec4ed2c732f7adc7578483"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-alfa-network_r36m-e4g-initramfs-kernel.bin"; + sha256 = "574d0bd20b8f294cb29eb33ef12bc11d7b8ed54e3923206bb3401b1bbccb6c95"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + "r36m-e4g" + ]; + titles = [ + { + model = "R36M-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "11c35b7d40e7eb4faef81f9405074c640d246f1d95e3e3ac0273fea439501af6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-alfa-network_tube-e4g-initramfs-kernel.bin"; + sha256 = "2b9ae3bd20983de3e065df42d5c231b6242964bb1f97c4af623f4404b3eb3f5b"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + "tube-e4g" + ]; + titles = [ + { + model = "Tube-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-asus_rp-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-asus_rp-n53-squashfs-sysupgrade.bin"; + sha256 = "6b0e7b06b1a5148e15fc5479e14f6d14bc5929c99615d7e6896082a86bf6255a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-asus_rp-n53-initramfs-kernel.bin"; + sha256 = "fa82329cb89347c779e445afe7933c91a294dae7dbfdf09a42171a5b02d05df0"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rp-n53" + "rp-n53" + ]; + titles = [ + { + model = "RP-N53"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-asus_rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-asus_rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "136f099c8973527f91979b959ba279ee7c687f7852cd3f7f9975084c9ffd5336"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-asus_rt-ac51u-initramfs-kernel.bin"; + sha256 = "f4004c05c23767cf68bd807a052334d96477a6d0fc6b426c659058e704c3332d"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac51u" + "rt-ac51u" + ]; + titles = [ + { + model = "RT-AC51U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac54u = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-asus_rt-ac54u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-asus_rt-ac54u-squashfs-sysupgrade.bin"; + sha256 = "d76906e87ab2664f2ed8ef6652bc780089072ceb583c824858ee0f19d9bb7fec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-asus_rt-ac54u-initramfs-kernel.bin"; + sha256 = "1d6fbf60b64948770a961eb3a66667e8d6e868a35b1e6df4866912104a0976c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac54u" + ]; + titles = [ + { + model = "RT-AC54U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-asus_rt-n12p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-asus_rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "0d556423ef291e40b6f69c8d7e48f4fafac2b519ee1728aee36957cec19ca615"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-asus_rt-n12p-initramfs-kernel.bin"; + sha256 = "e8640768374f4256e92193c998a598efb171f9391524ffda3a9a56d897abfbd7"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n12p" + "rt-n12p" + ]; + titles = [ + { + model = "RT-N11P/RT-N12+/RT-N12Eb1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-asus_rt-n14u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-asus_rt-n14u-initramfs-kernel.bin"; + sha256 = "78fc4960ce6fb1b101ad377fc26a440a58f9f3ba1253b111167f62bdce332c92"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-asus_rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "7b131a00c377beb34d6632376b76e35912bc28e073052abb5d7ff74ce7705953"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n14u" + "rt-n14u" + ]; + titles = [ + { + model = "RT-N14u"; + vendor = "Asus"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "61551788979ddcc5b21f1fb5b8a3c6075949314c43b61f3b3f9c39550d79a2f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-bdcom_wap2100-sk-initramfs-kernel.bin"; + sha256 = "e2c03053daba949aeee727571ba72a732da01b5dbef400301d45d73697cadbd0"; + type = "kernel"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + model = "WAP2100-SK (ZTE ZXECS EBG3130)"; + vendor = "BDCOM"; + } + ]; + }; + buffalo_whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-buffalo_whr-1166d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-buffalo_whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "69d7f560a58123b494b97588a12aa2eb5805e4f7691ea99aa101837a2c7be7fe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-buffalo_whr-1166d-initramfs-kernel.bin"; + sha256 = "bd0efa167942190f17609500ab23f843c4d5d99f3c5cc66341767925bcb9b5f5"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-1166d" + "whr-1166d" + ]; + titles = [ + { + model = "WHR-1166D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-buffalo_whr-300hp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-buffalo_whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "987a016ef8e25141dfb4a1fe54f5f1e71b0eacf64ee58b1873d67b36b01ceb29"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-buffalo_whr-300hp2-initramfs-kernel.bin"; + sha256 = "2d25637c6556b012436523b2a36cb4f2a8accadee2fc3636135020fdcc473713"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-300hp2" + "whr-300hp2" + ]; + titles = [ + { + model = "WHR-300HP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-buffalo_whr-600d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-buffalo_whr-600d-initramfs-kernel.bin"; + sha256 = "a130dd26dcff680afcd36346e5dd5be19dd60089bb760861d6d0b05028045031"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-buffalo_whr-600d-squashfs-sysupgrade.bin"; + sha256 = "389906dd3db7039bd2cb43d322a73aa2b91e426363b5da792e9f061b53e2760e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-600d" + "whr-600d" + ]; + titles = [ + { + model = "WHR-600D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-buffalo_wmr-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-buffalo_wmr-300-squashfs-sysupgrade.bin"; + sha256 = "31c5bc4ed5e23760e9b3a00da0f05b9fed5c09427b3919c5f080848a5f9c7ca6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-buffalo_wmr-300-initramfs-kernel.bin"; + sha256 = "93a281ec83294b3996b40b1bf819847c7227e065f1e10c2be44ccfacf054414e"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wmr-300" + "wmr-300" + ]; + titles = [ + { + model = "WMR-300"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-comfast_cf-wr800n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-comfast_cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "d11e88627f734ebde8b830832f19eba858c7939ab489ceb8ca428ef306f5c3f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-comfast_cf-wr800n-initramfs-kernel.bin"; + sha256 = "3ead956fd0432dd19c93d9d524fcef0442f736163c423e5920c6864855c9eaeb"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr800n" + "cf-wr800n" + ]; + titles = [ + { + model = "CF-WR800N"; + vendor = "Comfast"; + } + ]; + }; + dlink_dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-dlink_dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dch-m225-squashfs-factory.bin"; + sha256 = "644d175bf44b813344eb66941b4bbc6d04baaff5de496ae34d7cf5bfdf9771b4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dch-m225-initramfs-kernel.bin"; + sha256 = "c1907d9d0f8db0357c7a903f33f598df3100992ab346e3cdde161f044e450213"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dch-m225-squashfs-sysupgrade.bin"; + sha256 = "f68525bcf82c3ec5d5547b26b2cfb77d5f4d336064ce45da1167ef9a0759d59a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dch-m225" + "dch-m225" + ]; + titles = [ + { + model = "DCH-M225"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "e75b23344bdf993591789944ab2ba6e38a70578fba3fb3f99d849d781f4b7362"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dir-510l-initramfs-kernel.bin"; + sha256 = "6f532825e1df269ebddfb964cc39423b9a27d39b617f458da8e7f1b2ad4de157"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "e702a36095a064c5447f31cc1df51d8e0d7119bb2247dbd59601b12f4279b28a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + model = "DIR-510L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-dlink_dir-810l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dir-810l-initramfs-kernel.bin"; + sha256 = "412a9fc8ed30a866fa1f56bd50b8e579100f3a04da9495215b38b176a3e6759f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dir-810l-squashfs-sysupgrade.bin"; + sha256 = "885843a0ff266eb863afaddc85f7051b7500eb5178e207e0422a4adc62d173b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-810l" + "dir-810l" + ]; + titles = [ + { + model = "DIR-810L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "64de49d806f1912818a162070d22687b746390a6664b61d674e961425c90b135"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-116-a1-initramfs-kernel.bin"; + sha256 = "b32b9b5689531a5f93244aa2a45830e376ac94e887f01d8c2ff5d69a5d3bd5f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "d7e47d9fdb9d2641a16b5e37d69ca0212ed4c1c92d82ef4403bded796fe1522c"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + model = "DWR-116"; + variant = "A1/A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "159b2b44274609e3abd8663058c515e98b218aa8586a59ca42bbb645315f6e0e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-118-a1-initramfs-kernel.bin"; + sha256 = "921ee4437f4e6ffea836d6843b70afee76f1c4d3d53a4a3527408b4c105e51fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "58417fe47f11e06247792e892724050b7018d4925592c20faa0b7edffd9da672"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "5d612ca3e823f70f4e24689d70ded9e60f2a4bf28d924aa6c629d9118b29a4fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-118-a2-initramfs-kernel.bin"; + sha256 = "18c8c4a4f7c10fb9ffe091b3cc9ed451a22ee4408b0985fada2d20ffd796dfc6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "d136eb6297aa1e8e108964a43e2e08590081fa4e156faef82d621ddda509e127"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "f6c34e9c18f142b2c5905ae5c5ceabf943b3a2c01c7e9618f64dacf1384268de"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-921-c1-initramfs-kernel.bin"; + sha256 = "1b256becdd56b497f0799eb1b2bab5de4059537f0c0b4f6f33652b694c0b2e02"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "b60522f18e4b32a4e6721570a47497da36f775873f02a4344253b3d78b6814bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "4b083cd38caa8237b72239a529c10b5d4b5ac6d97e6118467bc64a499014d7e2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-921-c3-initramfs-kernel.bin"; + sha256 = "1b256becdd56b497f0799eb1b2bab5de4059537f0c0b4f6f33652b694c0b2e02"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "2cd164fe1f613875dff5ac11c7b30ec88a6f03c14a29477845254960cce6ef8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "f2562ae9ab9c82a64d67e3ab37209039bacee4ce8c603bd6859ba1aec141aa29"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-922-e2-initramfs-kernel.bin"; + sha256 = "b2e0048932ebdd5a42be59366e4e58e840b01d65245c86fa70ed92ca82dc99ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "84e348ccd2103ca81420f196ee6bbfab735ab4546186026276e6354c5c64bedd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + model = "DWR-922"; + variant = "E2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-960 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-960"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-960-initramfs-kernel.bin"; + sha256 = "8355da1ba0a85aec7877e3ec1aadf8da4c688686770ebd1c617771259f4b3705"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-960-squashfs-sysupgrade.bin"; + sha256 = "cd6244cf622f5cde3c02da0ab436bf00de95420f2e75da69a83f5b9ef13b3e48"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dlink_dwr-960-squashfs-factory.bin"; + sha256 = "9063c6dd1947b00bfc76d3786521add5af1b45a4e7386595eeb1f99d49c2c04c"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-960" + ]; + titles = [ + { + model = "DWR-960"; + vendor = "D-Link"; + } + ]; + }; + dovado_tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-dovado_tiny-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-dovado_tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "8e37c1ba8e4ca95d5cb2df8c5da73def6d09032dd880b94101730ba5405ef681"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-dovado_tiny-ac-initramfs-kernel.bin"; + sha256 = "63a4fc4f3de8639e49bf2a4689e1b7e400ef979f9876e9e14e2222b34e6597c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "dovado,tiny-ac" + "tiny-ac" + ]; + titles = [ + { + model = "Tiny AC"; + vendor = "Dovado"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "115900b1a275feb296bb429a1ae666ef957d68eb10a86b1de65f364d8bce66b2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-edimax_br-6478ac-v2-initramfs-kernel.bin"; + sha256 = "627e9376091a8c71dd497e766b483a4af72003690e593f46847aca7a2f046557"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + model = "BR-6478AC"; + variant = "V2"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7476rpc = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-edimax_ew-7476rpc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-edimax_ew-7476rpc-squashfs-sysupgrade.bin"; + sha256 = "e5e5120d283e7a42e99cb2578e2c0dad6048ecb52ffba08bcba0a7d0c0b71b43"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-edimax_ew-7476rpc-initramfs-kernel.bin"; + sha256 = "b5bb354df45e10b33a987c09e89b97e03396475cdefa3018c97d0e75afe3cf9e"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7476rpc" + ]; + titles = [ + { + model = "EW-7476RPC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478ac = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-edimax_ew-7478ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-edimax_ew-7478ac-squashfs-sysupgrade.bin"; + sha256 = "3eeb4a35723dce8373fdce1d31797237e303dc2a2eac301caea09753477f9faf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-edimax_ew-7478ac-initramfs-kernel.bin"; + sha256 = "567f1d864161e509b70b3e75be85018313c7a7e495b8ed71b3021df8a063385d"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478ac" + ]; + titles = [ + { + model = "EW-7478AC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478apc = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-edimax_ew-7478apc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-edimax_ew-7478apc-initramfs-kernel.bin"; + sha256 = "90838f90be2c9e2a461f330b3d7db31c988dcd19b1798d9e8e39613327643808"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-edimax_ew-7478apc-squashfs-sysupgrade.bin"; + sha256 = "db16c05fdac73a59b5117fac5c73012d284af372d7c5a8c1a04630219f900d35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7478apc" + ]; + titles = [ + { + model = "EW-7478APC"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-elecom_wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-elecom_wrh-300cr-squashfs-factory.bin"; + sha256 = "488c99bbab4acabfce4f045b6a9ec7d0f64224fd3863fa056c9ce90dfee5db79"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-elecom_wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "5f6352803fce80121030d30575c7f1897c59d44e280133adbb2bceaa84914994"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-elecom_wrh-300cr-initramfs-kernel.bin"; + sha256 = "3b2ce243a3ac526abb547c2ac8bc5cfd4278366320daa4536ea7adacd017c4f7"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrh-300cr" + "wrh-300cr" + ]; + titles = [ + { + model = "WRH-300CR"; + vendor = "Elecom"; + } + ]; + }; + engenius_esr600 = { + device_packages = [ + "kmod-rt2800-pci" + "kmod-usb-storage" + "kmod-usb-ohci" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-engenius_esr600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-engenius_esr600-squashfs-sysupgrade.bin"; + sha256 = "1d26c3efb9ab51323699cfa0954a8f5252595c506adbc7c584e4013dd63478db"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-engenius_esr600-squashfs-factory.dlf"; + sha256 = "fbafe0c33c8a98da3c60f656354f58e7d22ece1bc262a2cb56037d2c0c05c100"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-engenius_esr600-initramfs-kernel.bin"; + sha256 = "2e0a1324326b2f356288079b81b8f00d086905f202fdc95b1441c8a4667a438a"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,esr600" + ]; + titles = [ + { + model = "ESR600"; + vendor = "EnGenius"; + } + ]; + }; + fon_fon2601 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-fon_fon2601"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-fon_fon2601-initramfs-kernel.bin"; + sha256 = "adad0f946b01f2c851569205bceb27ee40dbacdeec4a30f6ffbaf3688871d6eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-fon_fon2601-squashfs-sysupgrade.bin"; + sha256 = "6c9e82153e46cd360b54e1336922c408d097489094d8b8f5dbaf2b080590367f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fon,fon2601" + ]; + titles = [ + { + model = "FON2601"; + vendor = "Fon"; + } + ]; + }; + glinet_gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-glinet_gl-mt300a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "28d7161aac6e1dec34fa0da31f6150bffa37b87953a0dda4ba9a88aacfee6f01"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-glinet_gl-mt300a-initramfs-kernel.bin"; + sha256 = "2111210cea7aad94f1af06bd939053b8de319707558d9f748c2f3f6a77fcbb7d"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300a" + "gl-mt300a" + ]; + titles = [ + { + model = "GL-MT300A"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-glinet_gl-mt300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-glinet_gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "415ed1673259c951c563424ffe096d3c7f5f029fffb99e573088e4e486e6f4b3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-glinet_gl-mt300n-initramfs-kernel.bin"; + sha256 = "8bc6af3cb62af67368875010339b60a039e1411414ef6176602bacf1933f39d7"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n" + "gl-mt300n" + ]; + titles = [ + { + model = "GL-MT300N"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-glinet_gl-mt750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "5f46aea27f78d72503f0f017745f3930fa91dd7e193dd09aa34c404cbaba1446"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-glinet_gl-mt750-initramfs-kernel.bin"; + sha256 = "0c7e607c421ff95fbe9eeca2089b4fda0ccd46d850a08f3024cb145772efeb8a"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt750" + "gl-mt750" + ]; + titles = [ + { + model = "GL-MT750"; + vendor = "GL.iNet"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "23c382c4f5d1c19388bd17d5f83b6a165447fc0bdba95d5815b2ba30ff55aa1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-head-weblink_hdrm200-initramfs-kernel.bin"; + sha256 = "0cae26d20723dec0ce6ff6a639b88dc542b71eedc087b483dc87cfa5e08a6639"; + type = "kernel"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + model = "HDRM2000"; + vendor = "Head Weblink"; + } + ]; + }; + hiwifi_hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-hiwifi_hc5661"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"; + sha256 = "325f11ad314434839fd5610b2064e24e817995de3d2f1f6becc43c6663c7531f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-hiwifi_hc5661-initramfs-kernel.bin"; + sha256 = "46eafecd845d9f5beab28924036ec6a46cbc33b7c892be5acdd8bcbdd569d555"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5661" + "hc5661" + ]; + titles = [ + { + model = "HC5661"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-hiwifi_hc5761"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-hiwifi_hc5761-initramfs-kernel.bin"; + sha256 = "3496edf06e7466ceff10fbc081c351b93bb140d09c95ffa4a867ec38e7dd01da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"; + sha256 = "64b9ea1c9f58db7546df25ec2f916802ef7fed0640b343e2dde748d9cc58a58d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5761" + "hc5761" + ]; + titles = [ + { + model = "HC5761"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-hiwifi_hc5861"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"; + sha256 = "4ef871deade6f09f1f4be2f4d6193392a5cc73fb9566ab69a158aac719e76c92"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-hiwifi_hc5861-initramfs-kernel.bin"; + sha256 = "b64ebf27848d4df1ab99d8e0a61e6cb8410d32fba30dda3d67d79fd20abbce10"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861" + "hc5861" + ]; + titles = [ + { + model = "HC5861"; + vendor = "HiWiFi"; + } + ]; + }; + hnet_c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-hnet_c108"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-hnet_c108-initramfs-kernel.bin"; + sha256 = "6c5bbca04fd403eef3f88fb4cbe15234e2f302e9b4e705003c0cb15edc39a8d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-hnet_c108-squashfs-sysupgrade.bin"; + sha256 = "e0862d4c7101e6096f3b496fcf29f842d2ad0d33e5c7227ee9d9bb8569651875"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hnet,c108" + "c108" + ]; + titles = [ + { + model = "C108"; + vendor = "HNET"; + } + ]; + }; + hootoo_ht-tm05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-hootoo_ht-tm05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-hootoo_ht-tm05-squashfs-kernel.bin"; + sha256 = "39308531902fd910751ce65e01402089c8f0e265a2feda62cd69bf0f5e97c4ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-hootoo_ht-tm05-squashfs-rootfs.bin"; + sha256 = "4d6f28b4319015e45ef7ff9100f1cf3ad05b68d314c91856e3e0cfa82aa8f7af"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-hootoo_ht-tm05-initramfs-kernel.bin"; + sha256 = "2b22e9099d8ea3691cdcb7d6d146518ee35f340bf3d710ba96d3d7d3457923e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-hootoo_ht-tm05-squashfs-sysupgrade.bin"; + sha256 = "187e076ff93d98ead970c19235fe0d20f8449cd1a57a50fed34d43aff57eb911"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hootoo,ht-tm05" + ]; + titles = [ + { + model = "HT-TM05"; + vendor = "HooToo"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "b422151bc53c9395fb9663ccfca11391e8840e2a8083906a6f0b87b707d2742f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "29b291a3ca7acccb5ac5d83820de64af9ca56a39e2a1d91b1286d66ef917d2b5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-iodata_wn-ac1167gr-initramfs-kernel.bin"; + sha256 = "3888e29645ebd0338f13571ad1cae41c8c90daf8bd07d0ca6a59731332c40673"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + model = "WN-AC1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "c4ea0a9e768e292924664e450366d67c9383ae85dbdf8945c818bc7ec9e2f07c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-iodata_wn-ac733gr3-initramfs-kernel.bin"; + sha256 = "af80fb5efb19ce750f88b82774034ecaaeaf02a15a1391a19eee59c86b53ab25"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "ddda036b539104e588ab6ad7097a171330f8f4e79893c773f0f4e1e6ef1274a9"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + model = "WN-AC733GR3"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a1004ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-iptime_a1004ns"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-iptime_a1004ns-initramfs-kernel.bin"; + sha256 = "a330f667a4551f509f0271ca156a81d16459ff884b33f0cce136ca44571445a0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-iptime_a1004ns-squashfs-sysupgrade.bin"; + sha256 = "d8d079a1838922ac83047e39af43c5b2f9222f2cf2ff70b9520acfa962f131a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a1004ns" + ]; + titles = [ + { + model = "A1004ns"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a104ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-iptime_a104ns"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-iptime_a104ns-initramfs-kernel.bin"; + sha256 = "c84a84bc2fd4d688751820625e00f74431a4c117289c9056218232fbc1f0f453"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-iptime_a104ns-squashfs-sysupgrade.bin"; + sha256 = "792d4ef8fe2eb3f787088f994db4e884e644f5d57b4966820045451b62ba0c16"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a104ns" + ]; + titles = [ + { + model = "A104ns"; + vendor = "ipTIME"; + } + ]; + }; + kimax_u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-kimax_u25awf-h1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-kimax_u25awf-h1-initramfs-kernel.bin"; + sha256 = "6878065202871ad51337fb55b0e45da1a8f61a0582efab308a6a6923dd07f921"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-kimax_u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "53d691fd43bfb36e0ea6dddd5245f739ee64f00f58ef5a4ed8296d275bf09996"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u25awf-h1" + "u25awf-h1" + ]; + titles = [ + { + model = "U25AWF"; + variant = "H1"; + vendor = "Kimax"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-kimax_u35wf-initramfs-kernel.bin"; + sha256 = "d42d948a1c1839ae7f0bd416b76adfa1e9cb5381e2d2a8f38d3cbb89e6c58075"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "9486fa9daeb5baa237f71860899beb2b36889f220ec1e4b5b3e9d8d1453b9e89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + model = "U35WF"; + vendor = "Kimax"; + } + ]; + }; + kingston_mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-kingston_mlw221"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-kingston_mlw221-initramfs-kernel.bin"; + sha256 = "a2a06fbd4ebf5d141b3ca742d4485e7227a609b2d4381043875f2fe26f0812d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-kingston_mlw221-squashfs-sysupgrade.bin"; + sha256 = "a0c5b3f228edc812666ce1925c8191d6b8057724b7d16d66bced20a3fe76a28d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlw221" + "mlw221" + ]; + titles = [ + { + model = "MLW221"; + vendor = "Kingston"; + } + ]; + }; + kingston_mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-kingston_mlwg2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-kingston_mlwg2-initramfs-kernel.bin"; + sha256 = "8b06dfdcc88bf1421ef728b798b4feb7f7fee5f2104fb286fc2190ebdb81f8ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-kingston_mlwg2-squashfs-sysupgrade.bin"; + sha256 = "03c024591188f9ad743f086a1135f5c5cf4136334c2569b2abfce91db1e49ee1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlwg2" + "mlwg2" + ]; + titles = [ + { + model = "MLWG2"; + vendor = "Kingston"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "5e067848a3d59498b130943733a9cd9b5961ade0eb4cc1aa563fe175ff1a1d26"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-lava_lr-25g001-initramfs-kernel.bin"; + sha256 = "b55d676e751687de83ea955f5ab6fecdf2bfd0efc869e47443567adaeb310da8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "e63e4c76eb571910dab4ffd6f5cf60abd8e46d1cbd71f677781bd2a8f108f61b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + model = "LR-25G001"; + vendor = "LAVA"; + } + ]; + }; + lb-link_bl-w1200 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-lb-link_bl-w1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-lb-link_bl-w1200-squashfs-sysupgrade.bin"; + sha256 = "822cd1f2078645cef341e9542cc6f9f889c9289f3a9d7d13d88c7f48517a6c5e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-lb-link_bl-w1200-initramfs-kernel.bin"; + sha256 = "1fcb40ca24a3cbd161888d2b573d6f7a1073d018b42887e74bcc68c141c70aed"; + type = "kernel"; + } + ]; + supported_devices = [ + "lb-link,bl-w1200" + ]; + titles = [ + { + model = "BL-W1200"; + vendor = "LB-Link"; + } + ]; + }; + lenovo_newifi-y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-lenovo_newifi-y1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"; + sha256 = "cd5a6d79ed26eb26240fa8e5dfc0401394e58e8b1d384b4ecfb8badeab0bff6d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-lenovo_newifi-y1-initramfs-kernel.bin"; + sha256 = "ebd76d376e7ace379939380a97f29c4e5085cbaaa91bd906d7f8d7efecb4c4be"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1" + "y1" + ]; + titles = [ + { + model = "Y1"; + vendor = "Lenovo"; + } + ]; + }; + lenovo_newifi-y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-lenovo_newifi-y1s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"; + sha256 = "82241ef61d8d3f75f71fddbb10113b5e976da22759fd8c2f516315cbd68edd99"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-lenovo_newifi-y1s-initramfs-kernel.bin"; + sha256 = "791763a014ae13b3ab9a0e347dc4bb6cb20fdf0dbcb661fc67fa83ae83a32060"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1s" + "y1s" + ]; + titles = [ + { + model = "Y1S"; + vendor = "Lenovo"; + } + ]; + }; + linksys_e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-linksys_e1700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-linksys_e1700-initramfs-kernel.bin"; + sha256 = "becc08f5ca62ad34f98ae0e68566e3b40f80021ce996b4d9e20f5338aa47792f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-linksys_e1700-squashfs-sysupgrade.bin"; + sha256 = "44599a87aa441efecd25b68574a68677f3727cf3c4f060814fa3a93e8f201919"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-linksys_e1700-squashfs-factory.bin"; + sha256 = "58f636053b674c87042b594bc8a7ce84b42684b63801debc14522e9e11d1fd0d"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,e1700" + "e1700" + ]; + titles = [ + { + model = "E1700"; + vendor = "Linksys"; + } + ]; + }; + microduino_microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-microduino_microwrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-microduino_microwrt-squashfs-sysupgrade.bin"; + sha256 = "6bc674b024acd038516457ea2a385817535c511840cb2dcad064e8b44c5b25c3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-microduino_microwrt-initramfs-kernel.bin"; + sha256 = "931a88794aed9cfcf5baf916eac7c4266c04ffdbb2e485bfc5cde903edbd5fa8"; + type = "kernel"; + } + ]; + supported_devices = [ + "microduino,microwrt" + "microwrt" + ]; + titles = [ + { + model = "MicroWRT"; + vendor = "Microduino"; + } + ]; + }; + netgear_ex3700 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-netgear_ex3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-netgear_ex3700-squashfs-factory.chk"; + sha256 = "167999ad9ec6d85f65cf3cff9b0ce4977cbe9a5fd48263ec087e964179e7a570"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-netgear_ex3700-squashfs-sysupgrade.bin"; + sha256 = "3dd8d30728af5abad0228aa88c610c4495ad1f125fe0efb32bf1e0a81db5349b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-netgear_ex3700-initramfs-kernel.bin"; + sha256 = "aa3244842cdfc5e67a8603a3f4543895248a7fbd60f56f2669761474a76ad634"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex3700" + "ex3700" + ]; + titles = [ + { + model = "EX3700/EX3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6120 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-netgear_ex6120"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-netgear_ex6120-initramfs-kernel.bin"; + sha256 = "0fb55f3932ca9b6243db4092b898dc7e120de493978740ff5960c4f01b6c8329"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-netgear_ex6120-squashfs-sysupgrade.bin"; + sha256 = "65578a9a044388f661fc71876a3c6ec79d14bd195d06f35ae119993c0b277483"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-netgear_ex6120-squashfs-factory.chk"; + sha256 = "c1efcfd2eddbecb5a2037df9856376465788aa055293578108a8228dab6be8f6"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6120" + ]; + titles = [ + { + model = "EX6120"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6130 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-netgear_ex6130"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-netgear_ex6130-squashfs-sysupgrade.bin"; + sha256 = "b583e9501d40d13ca48e46ca0e46fa3d2ca64fdf0b00e515f4924ce87ff37557"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-netgear_ex6130-initramfs-kernel.bin"; + sha256 = "66116e53dacacb8c891ab15a5c3d4c046e8492ea87c4bcea3fd4a1346e5ccc23"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-netgear_ex6130-squashfs-factory.chk"; + sha256 = "eab0cd3b154acf63e158571df93536dde1e064d3aa9e865b31e2b03686ce701a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6130" + ]; + titles = [ + { + model = "EX6130"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-netgear_wn3000rp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-netgear_wn3000rp-v3-squashfs-sysupgrade.bin"; + sha256 = "1c65174d9225ce758428a7c574a4da53922f6d056f6e20719f6de392ab4aa5f9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-netgear_wn3000rp-v3-squashfs-factory.bin"; + sha256 = "6e34db557df7691e33877681a12643f6731648a1734c29974b3f7fbb51c38a64"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-netgear_wn3000rp-v3-initramfs-kernel.bin"; + sha256 = "353a42a5033daf9e5dde57c9aedf10f741a1fbbb0de14444bdf167ad9bad7937"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wn3000rp-v3" + "wn3000rpv3" + ]; + titles = [ + { + model = "WN3000RP"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2770 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-netis_wf2770"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-netis_wf2770-initramfs-kernel.bin"; + sha256 = "c81c6567d3a9c735a4da8dc6ed5e0d18ad1d9c677ee685795d1293583c889d40"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-netis_wf2770-squashfs-sysupgrade.bin"; + sha256 = "0219ec7f173f5e93e28dc99410a166a319b286893f6211d9264f8690f7e261c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netis,wf2770" + ]; + titles = [ + { + model = "WF2770"; + vendor = "NETIS"; + } + ]; + }; + nexx_wt3020-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-nexx_wt3020-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-nexx_wt3020-8m-initramfs-kernel.bin"; + sha256 = "9e29afe52784513da0ca4f08c7468ef54a77b7f9dfc48f9673796c70522100be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-nexx_wt3020-8m-squashfs-factory.bin"; + sha256 = "ab83bb33c759f257e39e471f4f9d30144c114b4a2d7b5055c7d2451e52cf0438"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-nexx_wt3020-8m-squashfs-sysupgrade.bin"; + sha256 = "a378008f502a9d727abd573af473ebfb2537735b46a0d9d01a2344a9abd7f06e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexx,wt3020-8m" + "wt3020" + "wt3020-8M" + ]; + titles = [ + { + model = "WT3020"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + ohyeah_oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-ohyeah_oy-0001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-ohyeah_oy-0001-squashfs-sysupgrade.bin"; + sha256 = "7410e47f06d1846a571ab374eadfd7225a04eb851b5e81a0b46f6365ee7f4467"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-ohyeah_oy-0001-initramfs-kernel.bin"; + sha256 = "29263f33da3969b83c5be7241ad497938a9cbab163e469f20e2622e526df6c3f"; + type = "kernel"; + } + ]; + supported_devices = [ + "ohyeah,oy-0001" + "oy-0001" + ]; + titles = [ + { + model = "OY-0001"; + vendor = "Oh Yeah"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "6b3ae8addf333185eb72d9e1031a5749074e07ee5953ea19cd9e9a8603ab2f0f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-phicomm_k2g-initramfs-kernel.bin"; + sha256 = "5f5037228c3cd8370d9a159e52aa807fb5237240f2cb5b5bec94a0e795ccbfad"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + model = "K2G"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-phicomm_psg1208"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-phicomm_psg1208-squashfs-sysupgrade.bin"; + sha256 = "72f59e01282801b34578b18a3df0c007eafd6584817dba9fa73bb771ab14679e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-phicomm_psg1208-initramfs-kernel.bin"; + sha256 = "329d390f6e86eef2654df9a5cd48333f419da4fc729c3fe80a13e034b4e6177c"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1208" + "psg1208" + ]; + titles = [ + { + model = "PSG1208"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218a = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-phicomm_psg1218a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-phicomm_psg1218a-initramfs-kernel.bin"; + sha256 = "8de7552341ade194afc67dbef7a83458b8d0a088c2398a5937d70658dbd49a57"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-phicomm_psg1218a-squashfs-sysupgrade.bin"; + sha256 = "a7daf355879f26907a7cd00307441bec7584383c210496fb712a56c9fcd2dc50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,psg1218a" + "psg1218" + "psg1218a" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Ax"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-phicomm_psg1218b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-phicomm_psg1218b-initramfs-kernel.bin"; + sha256 = "f5ebdae37391286a77049ae3f31fe00355e93a24e6c2c8687a0016211bfa36f8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-phicomm_psg1218b-squashfs-sysupgrade.bin"; + sha256 = "622c201c519fa22f156431d9e5fe4f134042d8e346239c571f42c291908467f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,psg1218b" + "psg1218" + "psg1218b" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Bx"; + vendor = "Phicomm"; + } + ]; + }; + planex_cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-planex_cs-qr10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-planex_cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "160550b4edaee4e4c3e8389f2615e68bae2315180e9107aa4b87dd8170623a63"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-planex_cs-qr10-initramfs-kernel.bin"; + sha256 = "f308ddfa0a3c3c8d85e1a64c0d8a67cc4acb51cc63de661d221c0f082ccbe1e7"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,cs-qr10" + "cs-qr10" + ]; + titles = [ + { + model = "CS-QR10"; + vendor = "Planex"; + } + ]; + }; + planex_db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-planex_db-wrt01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-planex_db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "5b6e23f72baa29e442bc0a906b8cd0c23c23b74e8af94b56ea4c684b140538f6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-planex_db-wrt01-initramfs-kernel.bin"; + sha256 = "9f232673850baf9907ddc2e0da0e85e4127fcbc2934746e5b8241161606baf0f"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,db-wrt01" + "db-wrt01" + ]; + titles = [ + { + model = "DB-WRT01"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-planex_mzk-750dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-planex_mzk-750dhp-initramfs-kernel.bin"; + sha256 = "b7a28e1a9f3ab63715374215f9e76075d1e2e19efdbbe6cf340a84cf7cfede00"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-planex_mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "add1d1c41dca80d5af38b0f2643f2e82bbfaaa47fcd5ee0efaf9e1c6eb5a93c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-750dhp" + "mzk-750dhp" + ]; + titles = [ + { + model = "MZK-750DHP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-planex_mzk-ex300np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-planex_mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "0cfab63592fe632b7f3680e25d9683e413ab2d7aa391551e1f681245bb8f819d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-planex_mzk-ex300np-initramfs-kernel.bin"; + sha256 = "6a7b13afb44de0e3f1d54c0304c286ef1722991357246220e7f0e33faf15d23f"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex300np" + "mzk-ex300np" + ]; + titles = [ + { + model = "MZK-EX300NP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-planex_mzk-ex750np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-planex_mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "986ee9c81ca2363403ca8f3261576537da5465d69b8ce9a56b60688037602540"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-planex_mzk-ex750np-initramfs-kernel.bin"; + sha256 = "db3fb54f29b51e3f99f7b442520c9b73ec35f966d115d3ae7aaa00dc658e9c62"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex750np" + "mzk-ex750np" + ]; + titles = [ + { + model = "MZK-EX750NP"; + vendor = "Planex"; + } + ]; + }; + ralink_mt7620a-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-ralink_mt7620a-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-ralink_mt7620a-evb-squashfs-sysupgrade.bin"; + sha256 = "5902266f596b4da1a8e8813776ead601a4157caae5f83bf1c22253816e0d36f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-ralink_mt7620a-evb-initramfs-kernel.bin"; + sha256 = "e8253adce85e5ac82816911083bc83422e5f57743a14558f079df23abbebcd85"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-evb" + ]; + titles = [ + { + model = "MT7620a EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7530-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-ralink_mt7620a-mt7530-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-ralink_mt7620a-mt7530-evb-initramfs-kernel.bin"; + sha256 = "a21118f1948e3b5b862dcfcfeeea26eb49e43c62f3923b9f23d275f34f4c58ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-ralink_mt7620a-mt7530-evb-squashfs-sysupgrade.bin"; + sha256 = "2601a68bd52f1a2d25c07246f6700f30948e427398ae511e5753378fd501c331"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7530-evb" + "mt7620a_mt7530" + ]; + titles = [ + { + model = "MT7620a + MT7530 EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7610e-evb = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-ralink_mt7620a-mt7610e-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-ralink_mt7620a-mt7610e-evb-squashfs-sysupgrade.bin"; + sha256 = "6fe3106c1221bdfbb0c117d31ad9620d393ec9119adfb0e3e150ed5788b1d106"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-ralink_mt7620a-mt7610e-evb-initramfs-kernel.bin"; + sha256 = "52e02b5cc4b3579b7b0eac8c611a9b33479215a57a4e3d0e69fa9c9ebdc2a415"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7610e-evb" + "mt7620a_mt7610e" + ]; + titles = [ + { + model = "MT7620a + MT7610e EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-v22sg-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-ralink_mt7620a-v22sg-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-ralink_mt7620a-v22sg-evb-initramfs-kernel.bin"; + sha256 = "51d84cb149402b2b0360a97dfbc770dd83622a94318d99cd2d251977531ae8b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-ralink_mt7620a-v22sg-evb-squashfs-sysupgrade.bin"; + sha256 = "155611c9f66899258ec24ca8cde2654ac9d0afec8603b401a24df6cafff7c877"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-v22sg-evb" + "mt7620a_v22sg" + ]; + titles = [ + { + model = "MT7620a V22SG"; + vendor = "MediaTek"; + } + ]; + }; + ravpower_rp-wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-ravpower_rp-wd03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-ravpower_rp-wd03-squashfs-kernel.bin"; + sha256 = "39308531902fd910751ce65e01402089c8f0e265a2feda62cd69bf0f5e97c4ac"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-ravpower_rp-wd03-initramfs-kernel.bin"; + sha256 = "fa9b17feac76430276d2b3ee27402b558df33f94cb3edddda59916f943df3086"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-ravpower_rp-wd03-squashfs-sysupgrade.bin"; + sha256 = "178b9356bb0d0fc70c9bdd618fe0ae125c62ff82807300106ca6331367d6cb6d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-ravpower_rp-wd03-squashfs-rootfs.bin"; + sha256 = "a7c8731e3fdfa74ac0ad76aaece223e39bef2adf7a42bb46d8f6c5364309c929"; + type = "rootfs"; + } + ]; + supported_devices = [ + "ravpower,rp-wd03" + "ravpower,wd03" + ]; + titles = [ + { + model = "RP-WD03"; + vendor = "RAVPower"; + } + ]; + }; + sanlinking_d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-sanlinking_d240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-sanlinking_d240-squashfs-sysupgrade.bin"; + sha256 = "9463404d54bba7e92a2a888e2880882ed52365052d55909a7292f1a8f8454574"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-sanlinking_d240-initramfs-kernel.bin"; + sha256 = "8ac16f5f32800d5135fbb0738c47da8240f7ae45a1e5b040a3863b6fcbaa28f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "sanlinking,d240" + "d240" + ]; + titles = [ + { + model = "D240"; + vendor = "Sanlinking Technologies"; + } + ]; + }; + sercomm_na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-sercomm_na930"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-sercomm_na930-initramfs-kernel.bin"; + sha256 = "6dafa15a6ef95302ab6603d40967d10399ee8adf00060a96cc5b2676705e2d45"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-sercomm_na930-squashfs-sysupgrade.bin"; + sha256 = "684881495fbb71b27075e4e41d6b92b07208e1ad99967f26177317f4e1cd1090"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,na930" + "na930" + ]; + titles = [ + { + model = "NA930"; + vendor = "Sercomm"; + } + ]; + }; + tplink_archer-c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-tplink_archer-c2-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_archer-c2-v1-initramfs-kernel.bin"; + sha256 = "0a8dd911dcdb5b955f2bc9d88e0e3054ad8fa19049c946ea1ed82c5ee9d46f29"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_archer-c2-v1-squashfs-sysupgrade.bin"; + sha256 = "91ea3e21a696281f1aee5ab583168f98a8276f8f77c1567def449d558cbebbe8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v1" + "tplink,c2-v1" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-tplink_archer-c20-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_archer-c20-v1-initramfs-kernel.bin"; + sha256 = "f1508924b177bc0ef9b1780b78d1f57e0f5feb3273a6780cc67cdeada1b0380c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_archer-c20-v1-squashfs-sysupgrade.bin"; + sha256 = "ea0d21ad83b416bbda7a0660ddd1e79bef1aba8975437fea51459e209d71a167"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v1" + "tplink,c20-v1" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-tplink_archer-c20i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_archer-c20i-squashfs-factory.bin"; + sha256 = "209370a253737f4354323239aafbe9817d4d4c822f8059ff580fd470755fe7b9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_archer-c20i-squashfs-sysupgrade.bin"; + sha256 = "8d94223c4dfe90992533f814af16650d5ec1b113164528ddab51048695c69d36"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_archer-c20i-initramfs-kernel.bin"; + sha256 = "d81100f5a1ddd623643609e676336534901ad36c5890d421a567dca558b034e9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20i" + "c20i" + ]; + titles = [ + { + model = "Archer C20i"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-tplink_archer-c50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-us.bin"; + sha256 = "79a4552c21ddd6e02007c1044a400dd9757c16caf2900b67d3ec8d2b97d62efd"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-eu.bin"; + sha256 = "005eec16b716dadd386e45a27339ce1b45cf67d32b7bae5e84ec8616eabff817"; + type = "factory-eu"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_archer-c50-v1-initramfs-kernel.bin"; + sha256 = "beee7107023f7cbf4c368ad533e048cb00e79e3550f0ac4b08708fd2091cb7d5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_archer-c50-v1-squashfs-sysupgrade.bin"; + sha256 = "3aef6ba5d776053226ea41066efb3c349e190389e64deb250adc06bb64288d23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v1" + "c50" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-mr200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-tplink_archer-mr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin"; + sha256 = "1a29781e3ad0f4af0f8feaf7596def20b8ad4294f6e1f31e7838f3e291bc9962"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_archer-mr200-initramfs-kernel.bin"; + sha256 = "c61184c94601145bb26de321795c1c08b684b14591d4128f7267f0c0730f31c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-mr200" + "mr200" + ]; + titles = [ + { + model = "Archer MR200"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-tplink_re200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_re200-v1-squashfs-sysupgrade.bin"; + sha256 = "2d3bc005bdc5f6ab21688b1c7ca822343ec3531b1dc9923b85f3dd46ea6d762d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_re200-v1-initramfs-kernel.bin"; + sha256 = "92f22c88584d80ddfb082f1edb0a7d2ad6846d92258e01df7d66d9f4b827e65e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_re200-v1-squashfs-factory.bin"; + sha256 = "4075ff30a5e1ec718b52e61330c6ad114c42c292215a0d3282bf5dfad566875d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v1" + ]; + titles = [ + { + model = "RE200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re210-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-tplink_re210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_re210-v1-squashfs-factory.bin"; + sha256 = "519d9dccd7571dbba4752a50347b3b7d02385e4e881a1f19511d395f79df841c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_re210-v1-squashfs-sysupgrade.bin"; + sha256 = "a2159a081a92cfee60ad5536ad80241503b5c3aaf94b6c39bcb8679fd94dd015"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-tplink_re210-v1-initramfs-kernel.bin"; + sha256 = "7c4b92b2ae2c7a6b15bbcec2c72f9e8fc8968e8b90d43ec768198caf493e66e6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re210-v1" + ]; + titles = [ + { + model = "RE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-810dr = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-trendnet_tew-810dr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-trendnet_tew-810dr-squashfs-sysupgrade.bin"; + sha256 = "e78c81486e49eecea1dc74f88d1b4362a36a7ec26ee4f25e48d258b4008b2d3e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-trendnet_tew-810dr-initramfs-kernel.bin"; + sha256 = "dda3cc8fe51ad35a883f7f90d0e6e6d951a2cd5a7bee301e9b7e00bf7baaf2e5"; + type = "kernel"; + } + ]; + supported_devices = [ + "trendnet,tew-810dr" + ]; + titles = [ + { + model = "TEW-810DR"; + vendor = "TRENDnet"; + } + ]; + }; + wavlink_wl-wn530hg4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-wavlink_wl-wn530hg4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-wavlink_wl-wn530hg4-squashfs-sysupgrade.bin"; + sha256 = "8012d0dd12c409585133dcf222bb21ffffcc04fb91c4460c5e8435e27942de38"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-wavlink_wl-wn530hg4-initramfs-kernel.bin"; + sha256 = "bc82fdf4f48d102794b472bf2f66c164b6aeb8bde0e396fd7393377da0fea93b"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn530hg4" + ]; + titles = [ + { + model = "WL-WN530HG4"; + vendor = "Wavlink"; + } + ]; + }; + wrtnode_wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-wrtnode_wrtnode"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-wrtnode_wrtnode-squashfs-sysupgrade.bin"; + sha256 = "abdacc9b125bfd0cebac647a026ba441459cfcbe86651666d7cc27ac469f003e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-wrtnode_wrtnode-initramfs-kernel.bin"; + sha256 = "ac542c1bfcf6659df585cf8959d329e75930233dca0634c830d1995976d56b43"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode" + "wrtnode" + ]; + titles = [ + { + model = "WRTNode"; + vendor = "WRTNode"; + } + ]; + }; + xiaomi_miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-xiaomi_miwifi-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "196380454543a39721f0406fb3bf97833073be7ea07f2acaa6f498eb84d997f0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-xiaomi_miwifi-mini-initramfs-kernel.bin"; + sha256 = "c2e9638847e149d091e41be2591b336d7b3860a54d7bcf0f97f03e8e84c7f568"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-mini" + "miwifi-mini" + ]; + titles = [ + { + model = "MiWiFi Mini"; + vendor = "Xiaomi"; + } + ]; + }; + youku_yk1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-youku_yk1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-youku_yk1-squashfs-sysupgrade.bin"; + sha256 = "157f0102c1d1a7a612627a43d462690ebfa27d3cdb8606b075722ad5570cec30"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-youku_yk1-initramfs-kernel.bin"; + sha256 = "1b6eb91dacc25af3b1a5175f1d3f0845a2476c0d914b069a2277bc4cd8b28791"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk1" + "youku-yk1" + ]; + titles = [ + { + model = "YK1"; + vendor = "YOUKU"; + } + ]; + }; + yukai_bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-yukai_bocco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-yukai_bocco-initramfs-kernel.bin"; + sha256 = "612b143810978b9169e20c748e201c2afa933d708f9370747ce2d94ad12e8234"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-yukai_bocco-squashfs-sysupgrade.bin"; + sha256 = "9a96ee0eb4a5349867380b6c9b56b148041ad16504e124793d8dbe445d1b4cb2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yukai,bocco" + "bocco" + ]; + titles = [ + { + model = "BOCCO"; + vendor = "YUKAI Engineering"; + } + ]; + }; + zbtlink_zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-ape522ii"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-ape522ii-initramfs-kernel.bin"; + sha256 = "275039e832045a66413d988a723fcc5bea9dd30f3352875619979a0a1e431ca4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "18be148d1c4ecdda36dc41e307829202708ca211fa64ad48864f4a75256fe412"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-ape522ii" + "zbt-ape522ii" + ]; + titles = [ + { + model = "ZBT-APE522II"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-cpe102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "6f6eef0c3c671c7064cc362d28e415a6b9a0cd78710408921f0050cccf9db0d7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-cpe102-initramfs-kernel.bin"; + sha256 = "52f7dbca964352794641a7ff327906d3ce7872bf953f13255ba9e2977784e8df"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-cpe102" + "zbt-cpe102" + ]; + titles = [ + { + model = "ZBT-CPE102"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-wa05"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-wa05-initramfs-kernel.bin"; + sha256 = "4d4561e5877f2254c00305d70d8606cb6c4f089a44e145258bb3af86eff7b429"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "32acc66ebcac9a5efe058fa49fc6ebef81f651ae71a9b4e827fc6569ff15fe64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wa05" + "zbt-wa05" + ]; + titles = [ + { + model = "ZBT-WA05"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we1026-5g-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "fd32fc5642f9372872234344f3821fb613b0ead16f2e393b1b826f6d60b36a4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-initramfs-kernel.bin"; + sha256 = "4a78bca81235eef0a074c55068376bf3545902f672e6bc78b400677b914a8b16"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-5g-16m" + "we1026-5g-16m" + "zbtlink,we1026-5g-16m" + ]; + titles = [ + { + model = "ZBT-WE1026-5G"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-h-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we1026-h-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we1026-h-32m-squashfs-sysupgrade.bin"; + sha256 = "97a7efac7a04b038437ee3c41e36c99e7ad6cd2c3cc8a5a7f3bc5d5b6404fa1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we1026-h-32m-initramfs-kernel.bin"; + sha256 = "1128ba55943062c31112816ea1c135b96f536f4556fa6cabfd63b04dcdfc60d7"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-h-32m" + ]; + titles = [ + { + model = "ZBT-WE1026-H"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we2026"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we2026-initramfs-kernel.bin"; + sha256 = "d00d0a9a3413750aa95ecf34a72b36252d11740d792d64a894fedd2675d1efbc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "a023b62d39de0563ef2777b1fbc4878b441134eae0a3d3114df9600a8646f486"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we2026" + "zbt-we2026" + ]; + titles = [ + { + model = "ZBT-WE2026"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we826-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we826-16m-initramfs-kernel.bin"; + sha256 = "17abae9e8f4fc2da60a9f30c942ff2e3126bbf2fbaae394b59d0b54e6c6905ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin"; + sha256 = "da3c16358162bafa5258ce4ffd5d628ebf53bb1815ce403ef54b2b31cf72b3ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-16m" + "zbt-we826" + "zbt-we826-16M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-32m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we826-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we826-32m-squashfs-sysupgrade.bin"; + sha256 = "573a7231ed88f9e9d1c4f3d339364d7fabd7a08cb08c2bb5f808dd56b84ddd15"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we826-32m-initramfs-kernel.bin"; + sha256 = "e4cb35b89adef7e0450d37116c79d7cbe546d12ed4596c55db64b694cab19a2e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-32m" + "zbt-we826-32M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we826-e-initramfs-kernel.bin"; + sha256 = "a88d9f20de758cb13ef6d68d0af3bb45e993ec2741db3d3e8c7c73aad83d975e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "e38d4bcb12bb73ee764bd6c5a6c2efd9090f9a26cc285331ffd366b354c86cc4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + model = "ZBT-WE826-E"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-wr8305rt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-wr8305rt-initramfs-kernel.bin"; + sha256 = "1c95040879439e455c5d18926a670842dcdc7e5ffacc7b02b6e1c9a44c6c6432"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zbtlink_zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "fa3b9036a258b87826ee9716f6b3d6a15cbb36736281078ead1a6054cfffc66d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wr8305rt" + "zbt-wr8305rt" + ]; + titles = [ + { + model = "ZBT-WR8305RT"; + vendor = "Zbtlink"; + } + ]; + }; + zte_q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-zte_q7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-zte_q7-initramfs-kernel.bin"; + sha256 = "961cf11e32a8384129d4ef51bdff9b51b9c8ef21253980060b4b2e46fc9e830d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zte_q7-squashfs-sysupgrade.bin"; + sha256 = "781dddd8c679d6024148941114b25039a05f9fef0a6f5dd87921fa192c59395e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,q7" + "zte-q7" + ]; + titles = [ + { + model = "Q7"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic-omni = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-zyxel_keenetic-omni"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-zyxel_keenetic-omni-initramfs-kernel.bin"; + sha256 = "a35e33a9f4eb01a35bca809c28dac8f687bcaf48d015c5cfbaf47724722f9c8d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zyxel_keenetic-omni-squashfs-sysupgrade.bin"; + sha256 = "b54dff28190a8137e588367b386273468505657f217adc19130f0ec0ad1b7212"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zyxel_keenetic-omni-squashfs-factory.bin"; + sha256 = "63a8188d53032b28b223b596fcc91a284e248185a256c00080b459e626755779"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni" + "kn_rc" + ]; + titles = [ + { + model = "Keenetic Omni"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-omni-ii = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-zyxel_keenetic-omni-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-factory.bin"; + sha256 = "cfc5746bd7aad52f19645da42de717ac9162bf3b73e9b4f58a78272cf3864321"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-zyxel_keenetic-omni-ii-initramfs-kernel.bin"; + sha256 = "24fe303365e6249db06198e0b5a48c865f4885822d92d66d7b303b2d15df67be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-sysupgrade.bin"; + sha256 = "79bc194a10f9aaa49ec2de84181e57b392e819ea32de7152272b037ce43c8db7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni-ii" + "kn_rf" + ]; + titles = [ + { + model = "Keenetic Omni II"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-viva = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7620-zyxel_keenetic-viva"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zyxel_keenetic-viva-squashfs-sysupgrade.bin"; + sha256 = "205a323eea3bc95d651407ee2f4b487af9793eccb9ffe0022a9db68c9ea836d3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7620-zyxel_keenetic-viva-initramfs-kernel.bin"; + sha256 = "5ee487b7b240fd891973332b213f20fd43abae83fca7ab2a2b0582f3d0eb9d9e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7620-zyxel_keenetic-viva-squashfs-factory.bin"; + sha256 = "fec4d9468daf7f93fe1df0b7327e1d769b0c58816d2174ad28e41bc2d4ad877c"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-viva" + "kng_rc" + ]; + titles = [ + { + model = "Keenetic Viva"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "ramips/mt7620"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + adslr_g7 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-adslr_g7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin"; + sha256 = "d1c6f56bf06756086c08e103dbce6df3e22f230082336c7b0d7486021bfb8327"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-adslr_g7-initramfs-kernel.bin"; + sha256 = "b09c04bb8abe830dc160d8e3ba98e1eb2a19442a84419b1814be27f946753b05"; + type = "kernel"; + } + ]; + supported_devices = [ + "adslr,g7" + ]; + titles = [ + { + model = "G7"; + vendor = "ADSLR"; + } + ]; + }; + afoundry_ew1200 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-afoundry_ew1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-afoundry_ew1200-initramfs-kernel.bin"; + sha256 = "f5486d218c04c8863c64370a71b1bcd9fc4d38cec66c9244dde4354d4f4d7b72"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin"; + sha256 = "d27660506c170b39e30497586c21d86782ad0bc1267acdc8d2d1394186aebced"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "afoundry,ew1200" + "ew1200" + ]; + titles = [ + { + model = "EW1200"; + vendor = "AFOUNDRY"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "35234b5fdad9a2cb5577520429ebc8965cbbcf2f46aaeacdf7cb8a9a9ddac7d0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-alfa-network_quad-e4g-initramfs-kernel.bin"; + sha256 = "aabe91dca52374a1c644f8320c06d9703992b9c3bc17ed98f4cb3ec6f4cfacd9"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + "quad-e4g" + ]; + titles = [ + { + model = "Quad-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + ampedwireless_ally-00x19k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-ampedwireless_ally-00x19k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-ampedwireless_ally-00x19k-squashfs-sysupgrade.bin"; + sha256 = "b1caabb0879739e1dbc30146e35185776a5b4cd9d4b851e7a69cc0b2e03e5388"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-ampedwireless_ally-00x19k-initramfs-kernel.bin"; + sha256 = "88ef6e901fbbcaa06ddbfe32810e7d50478cbda3250c5a9096a4d990be564651"; + type = "kernel"; + } + ]; + supported_devices = [ + "ampedwireless,ally-00x19k" + ]; + titles = [ + { + model = "ALLY-00X19K"; + vendor = "Amped Wireless"; + } + ]; + }; + ampedwireless_ally-r1900k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-ampedwireless_ally-r1900k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-ampedwireless_ally-r1900k-squashfs-sysupgrade.bin"; + sha256 = "9e807cb35c7cfba63a4d333409b5783e8807846e28644825fdaaa48d70fdfae3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-ampedwireless_ally-r1900k-initramfs-kernel.bin"; + sha256 = "f9f36f65f674e0a3dc50a30db4b25559540ad064dec2b1372bd9700226fa2144"; + type = "kernel"; + } + ]; + supported_devices = [ + "ampedwireless,ally-r1900k" + ]; + titles = [ + { + model = "ALLY-R1900K"; + vendor = "Amped Wireless"; + } + ]; + }; + asiarf_ap7621-001 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-asiarf_ap7621-001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-asiarf_ap7621-001-initramfs-kernel.bin"; + sha256 = "fe2e023e3ceece4effea21b38db50c61b895ccce82fe3cef5958b263edf5d95b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-asiarf_ap7621-001-squashfs-sysupgrade.bin"; + sha256 = "24e812ab5358bd1305bd84a25862aca69eaefd051c9c8780b69985db440658bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,ap7621-001" + ]; + titles = [ + { + model = "AP7621-001"; + vendor = "AsiaRF"; + } + ]; + }; + asiarf_ap7621-nv1 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-asiarf_ap7621-nv1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-asiarf_ap7621-nv1-initramfs-kernel.bin"; + sha256 = "3ba5c86c6210553e93efb1b7b9b01939e2556c7425bb77282cff74a63d015271"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-asiarf_ap7621-nv1-squashfs-sysupgrade.bin"; + sha256 = "ef116c1b186f649eb50a1b0ae05e87786b6d3e3cd40feb32bd61dc491c9a1d13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,ap7621-nv1" + ]; + titles = [ + { + model = "AP7621-NV1"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "0a0b30d7874d2e62328b24b108312f2ad865a5c8a72283a3dd2c30a64ac6f4c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-asus_rt-ac57u-initramfs-kernel.bin"; + sha256 = "98b60383f94e8e60dd6cd927633af60c3899e9fd627661a2a8272f781f76ed1a"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + model = "RT-AC57U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac65p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-asus_rt-ac65p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin"; + sha256 = "e4c506c991b408da01bc13f34ccb6a880d89d37c1abacd954fd0aa4b71f02af3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-asus_rt-ac65p-squashfs-sysupgrade.bin"; + sha256 = "c85b025d7ea3a43862a6d5309aaf79df7d06bfb3114050a13e7e01949fcd92f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-asus_rt-ac65p-initramfs-kernel.bin"; + sha256 = "ef739f2526ce62ce9c8d785552a9cf89c045b3ad06508bb37a5e98cc072d3591"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac65p" + ]; + titles = [ + { + model = "RT-AC65P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac85p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-asus_rt-ac85p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-asus_rt-ac85p-squashfs-factory.bin"; + sha256 = "d07cfd966854e960ae03ed4c20fcce830b2bd2dd12faeabb9b35c2a6a5327921"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-asus_rt-ac85p-initramfs-kernel.bin"; + sha256 = "ce8413bd7f8853f69c4885abd7aea0054944e0922c567d3ae734c486e79b156c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-asus_rt-ac85p-squashfs-sysupgrade.bin"; + sha256 = "cacd4a8e03aad5ab7125cf86465a0cdf9b5f4f8be5c7d676cc3d0dcec433f2b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac85p" + ]; + titles = [ + { + model = "RT-AC85P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n56u-b1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-asus_rt-n56u-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-asus_rt-n56u-b1-initramfs-kernel.bin"; + sha256 = "1cbf2b16a725fd7a98ca30a6f1009ff61f68a3625fd0a78f7f7e8a8e3d0406ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-asus_rt-n56u-b1-squashfs-sysupgrade.bin"; + sha256 = "0b1969f46b200a699924889da326066bc966bedbf7ea23158f935688e6e06e18"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u-b1" + ]; + titles = [ + { + model = "RT-N56U"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wsr-1166dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-buffalo_wsr-1166dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-buffalo_wsr-1166dhp-initramfs-kernel.bin"; + sha256 = "3de69b6608db1050e2cf67328a791a7a1885d70e307c1a45062228c8ea877d64"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-buffalo_wsr-1166dhp-squashfs-sysupgrade.bin"; + sha256 = "db0ceaef37a75a3ce4052cd136e23c225c82ff67929b01da40072fe7d9c02bac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-1166dhp" + "wsr-1166" + ]; + titles = [ + { + model = "WSR-1166DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-2533dhpl = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-buffalo_wsr-2533dhpl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin"; + sha256 = "627540a3800632a55e99ef836aea5f6fb15f591cf8e2c96ddceb928ba3bd8fd1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-buffalo_wsr-2533dhpl-initramfs-kernel.bin"; + sha256 = "13c722257b3ee6b0466c20cb1e7290692d25d76121d65ad3f8aa921af1308fcf"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhpl" + ]; + titles = [ + { + model = "WSR-2533DHPL"; + vendor = "Buffalo"; + } + { + model = "WSR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-600dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-buffalo_wsr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-buffalo_wsr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "e44227eb80ee336df68d247c7cedf21612da8752c3e1f96e9e3fdebda1b6576e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-buffalo_wsr-600dhp-initramfs-kernel.bin"; + sha256 = "ac10dc4476a68dfdf1a004bf5b16de413eac291fb407263ce0b49146b5077b76"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-600dhp" + "wsr-600" + ]; + titles = [ + { + model = "WSR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1300 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-cudy_wr1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-cudy_wr1300-squashfs-sysupgrade.bin"; + sha256 = "4e56dd8cc50621f0ec95bc3acf8b556f509600ecd1c645acae6d00b4bf286eeb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-cudy_wr1300-initramfs-kernel.bin"; + sha256 = "91747ceceea541bca5a36eb1cc36aa20c7bf30853fb8c01e1f3e053fde690bcf"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr1300" + ]; + titles = [ + { + model = "WR1300"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-cudy_wr2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-cudy_wr2100-squashfs-sysupgrade.bin"; + sha256 = "3b1030122fb08ed90c90523febba173c0c189301ec3e3ba3c8cfa1160c7f73f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-cudy_wr2100-initramfs-kernel.bin"; + sha256 = "5f52750f2e157cfd8c13137f22848481dd8617d40495044080a7971f01b7e3c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr2100" + ]; + titles = [ + { + model = "WR2100"; + vendor = "Cudy"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "d0b4382b03f38e888a3d8454e118b73a78ce3a02c551423b4132741a47080393"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-d-team_newifi-d2-initramfs-kernel.bin"; + sha256 = "56bf742e895a75731a1d98f9a66b67b075810ebb109a19950cfa1131d0429307"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + model = "D2"; + vendor = "Newifi"; + } + ]; + }; + d-team_pbr-m1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-d-team_pbr-m1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-d-team_pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "bc800ea4bc5394175917b4fbc97a64412438e77314ea6ce86d95db1d3eed4079"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-d-team_pbr-m1-initramfs-kernel.bin"; + sha256 = "86a37ac09d32e39b369c405425ef59c4d395a7392e177751fff6392e77c35313"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,pbr-m1" + "pbr-m1" + ]; + titles = [ + { + model = "PBR-M1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dir-1960-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-dlink_dir-1960-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-1960-a1-initramfs-kernel.bin"; + sha256 = "3d34ce8410f2c280eb991d652e8c2816afaa7d438e3c1d999373431a5efa9c8e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-1960-a1-squashfs-sysupgrade.bin"; + sha256 = "321b5a71cbb026ee47bf2430b251f729883c1de46e2140f856e8fc738621bc6d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-1960-a1-squashfs-factory.bin"; + sha256 = "327fc4f74a8787bbf379678e30f9ecaa6020f646af4d3f24c9431be30c677f79"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-1960-a1" + ]; + titles = [ + { + model = "DIR-1960"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2640-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-dlink_dir-2640-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-2640-a1-squashfs-sysupgrade.bin"; + sha256 = "b5101432681810e10e37e86fb5bc8448f466d7d9a8364078daa20a927da57c5b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-2640-a1-squashfs-factory.bin"; + sha256 = "e757922ad1db9aaa1fef7eacd05205b107bca4e937bc9dfbae439a56d6160f27"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-2640-a1-initramfs-kernel.bin"; + sha256 = "ab4aa9c349741657b72d9157ba9206827e64fc7c05b328125f25ed62c66a37ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-2640-a1" + ]; + titles = [ + { + model = "DIR-2640"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2660-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-dlink_dir-2660-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-2660-a1-squashfs-factory.bin"; + sha256 = "82fb0dbe5b355ad245577b2ad9de429dc3e069f19bc5a1ad0647ae9a1ff56942"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-2660-a1-initramfs-kernel.bin"; + sha256 = "cdd00de2c6c3d8d84598e6a15f83a12757d1182a83805d5f30a57fa999f73f3a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "edd5ee3d3a130caf43ba2b681b7e2adbe15d1264644623d71b51acaaba9e17ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-2660-a1" + ]; + titles = [ + { + model = "DIR-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-dlink_dir-860l-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-860l-b1-squashfs-factory.bin"; + sha256 = "c0639629fc51f52915286a3f2cf7f916c170f5a384c39cec3ccbd1e358da0071"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "52f7ce9ac3d3f1b622d74d723d9ca6c185bc9c2b6b6ba479f296f1021b0b6a78"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-860l-b1-initramfs-kernel.bin"; + sha256 = "1c4a49aec35d07f13beb688b4bce8965e6f074339d90d0ff6a5744b12079084e"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-860l-b1" + "dir-860l-b1" + ]; + titles = [ + { + model = "DIR-860L"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-867-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-dlink_dir-867-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-867-a1-initramfs-kernel.bin"; + sha256 = "99f2fbaa74b81a3cb4c6dcf2028076ecc31fc2bb7ecd19f623ee264d29505741"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-867-a1-squashfs-sysupgrade.bin"; + sha256 = "b00da580dcefb8bd88bf9a22c39ccb2e09a0eee7ec2116df562d2afb7add2ff0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-867-a1-squashfs-factory.bin"; + sha256 = "fd6b61507518ae602127f820a5928bd39c777badcc0444c77db15f07d2d7e315"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-867-a1" + ]; + titles = [ + { + model = "DIR-867"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-dlink_dir-878-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-878-a1-squashfs-sysupgrade.bin"; + sha256 = "f7622e381bca4d63004d32d93436e8012c92bbc12b8a4081e8aa934e6a18f8ef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-878-a1-squashfs-factory.bin"; + sha256 = "0da9ec0201542a381e28f1544aa1cc8c3fe1f3281c7c7c66966a9aa8c3298d0a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-878-a1-initramfs-kernel.bin"; + sha256 = "6a4757ea02de4c96ceb276cef913273fbeee96e03f4d3f7749f6ae0cb8f21957"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-878-a1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-dlink_dir-882-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-882-a1-squashfs-factory.bin"; + sha256 = "fcb8c6a8e32694230e5283cd8151d13fa68e7539bcfed54315520ba1debc0796"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-882-a1-initramfs-kernel.bin"; + sha256 = "f52e7cca8dab1aa5550e1079cb991f011d80a14b1a973315fa57e6ba184afebf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-882-a1-squashfs-sysupgrade.bin"; + sha256 = "655f294b7a3373c9661ea13a93d37fe4dc58056b54db44bace4fc778f1483503"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-882-a1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-dlink_dir-882-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-882-r1-squashfs-factory.bin"; + sha256 = "9496695768e612c058804c44a5c34d0832986f9e46534738bf54e485683d0eb8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-882-r1-initramfs-kernel.bin"; + sha256 = "70c2b608feb513bbdfc2b86d72ac1ae40fd6755a0cb282624fc3b4272b411cd9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-dlink_dir-882-r1-squashfs-sysupgrade.bin"; + sha256 = "0fb0fa20cb8b2e443fcb7cde9c674079c7663257e3e2fa398ff0e7c458633b1d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-882-r1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + edimax_ra21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-edimax_ra21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin"; + sha256 = "020462304e6d46a79b951a182a961cd1cd144a772fa2040c68fad7f7d66bab8a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-edimax_ra21s-initramfs-kernel.bin"; + sha256 = "0c83e9585fe21eae3f41e6cf41ca1f84b5e962299b72c733aa214a1cacfcb03f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"; + sha256 = "5d10bfe25b80fa13c6054a878bdb770a1948cd372cae99fb016f2441c84817a7"; + type = "factory"; + } + ]; + supported_devices = [ + "edimax,ra21s" + ]; + titles = [ + { + model = "RA21S"; + vendor = "Edimax"; + } + { + model = "Gemini RA21S"; + vendor = "Edimax"; + } + ]; + }; + edimax_re23s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-edimax_re23s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-edimax_re23s-squashfs-factory.bin"; + sha256 = "d249f9dcaabc916224244995b53e4a4a92d9b590d0c1b8361bb3eb01b2807dae"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-edimax_re23s-initramfs-kernel.bin"; + sha256 = "a99ba518e15314847bd62446e267018e748cb25dce9d49d24629caef6f402326"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-edimax_re23s-squashfs-sysupgrade.bin"; + sha256 = "88866f9c8ec7271ecc233827e50eadf467dcb055584a0f14c1e82fd71db93e46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,re23s" + ]; + titles = [ + { + model = "RE23S"; + vendor = "Edimax"; + } + { + model = "Gemini RE23S"; + vendor = "Edimax"; + } + ]; + }; + edimax_rg21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-edimax_rg21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-edimax_rg21s-squashfs-factory.bin"; + sha256 = "41c77f22d4b85bbfa69ecc644bf5b30bcc22418779f9221f4cc1729a286e17c8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-edimax_rg21s-squashfs-sysupgrade.bin"; + sha256 = "2c0941ad1d7855d5c426824256a3cf09b0a2505cfcfc71402b802482c8672a87"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-edimax_rg21s-initramfs-kernel.bin"; + sha256 = "15a0eb2d26c7e199bf98ed99a8982b841054697d2ab08bb3fcd74ff5863d7b85"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,rg21s" + ]; + titles = [ + { + model = "Gemini AC2600 RG21S"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1167ghbk2-s-initramfs-kernel.bin"; + sha256 = "d2348e27adedd8b4242e307c6331813d03149d3626db6c88a64bb246e17f1ff7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "295eb61c2f981ae25b67cfa9510903d55f2ee713ac87a6b59dddc2fd65f8df77"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "4a988a141648fc2268589cacef668975deae9ebed70fc47b414034f2df62a85b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + model = "WRC-1167GHBK2-S"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gs2-b = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1167gs2-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1167gs2-b-initramfs-kernel.bin"; + sha256 = "a74fe70869a5890ac0d46be2b4d0d513bdbfb9e78a3c4a95fed9690b89e8c03e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-sysupgrade.bin"; + sha256 = "ecf951c5f159ba804384824ae951cd3e0b00f5a4f2392c306d395a0e8a13f591"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-factory.bin"; + sha256 = "b1dfb38db1aa61be3b576a39f8f34ed67a8f71d29c6963f30ffdfaa7c13822b9"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gs2-b" + ]; + titles = [ + { + model = "WRC-1167GS2-B"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1167gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1167gst2-initramfs-kernel.bin"; + sha256 = "2f223735901e4b7b5da066a3f8883e7b7b6590580fca79efc9e5783050acc356"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1167gst2-squashfs-sysupgrade.bin"; + sha256 = "e47c41eb266a2bc642bb8b4cabdddf48f291b8b40b751c312fd4b4ed18e5e38e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1167gst2-squashfs-factory.bin"; + sha256 = "19399d9dc42683c8e94f37e6cae2e2596265a939762d7cf94bab819999be20a1"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gst2" + ]; + titles = [ + { + model = "WRC-1167GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gs = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1750gs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1750gs-initramfs-kernel.bin"; + sha256 = "b1c0e09b4e674fb4fda5f56eaca882fb63088b6bd840f766a98165f493976de4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1750gs-squashfs-sysupgrade.bin"; + sha256 = "eab488bb36fecf4a15b572448f813f79dc09c33496ca8cb8f1990592f8b3640e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1750gs-squashfs-factory.bin"; + sha256 = "245f5cdbf3b9a4e18a7c6a479e7210f65ab34f4fb2e69d0e9c0929cbf4c01bac"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gs" + ]; + titles = [ + { + model = "WRC-1750GS"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1750gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1750gst2-squashfs-factory.bin"; + sha256 = "d456256b7f64a1a8b2e482c8a09e457a8dba03ab7d6955b0ad1920dd5b88a658"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1750gst2-squashfs-sysupgrade.bin"; + sha256 = "8808385bc51e889e460ea1213c80aa5f777da67e3457f49da85045a0a1a39d62"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1750gst2-initramfs-kernel.bin"; + sha256 = "5fc8fc67b0d470359c48327bf7b209617250278c12f1e86e3e3951fd3d8964d8"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gst2" + ]; + titles = [ + { + model = "WRC-1750GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gsv = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1750gsv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1750gsv-squashfs-sysupgrade.bin"; + sha256 = "4ef8fa849f8c936d22a2dad7f056085a83e370cf40f3cea9ff490fa178acd533"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1750gsv-squashfs-factory.bin"; + sha256 = "bb4847615f3a42410fc5d8da4d6d38a7c03c140e84a76d769e538a3f05178400"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1750gsv-initramfs-kernel.bin"; + sha256 = "f44d8ae7a2dc72b9b4f57d11d99adf5e38cd5ef887eafd07f5f4fcb94d413004"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gsv" + ]; + titles = [ + { + model = "WRC-1750GSV"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "eab3280264bd7a49a61abfc3db48170dce2aa397c64878e7d83b0bbb617faee9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "3e4603867674021510684b42d10db82a666844306aa429fa98300a20dbbe1f8c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-1900gst-initramfs-kernel.bin"; + sha256 = "1a912594923f7c6ba3c7a48d71729c706d6dba1404a3914754e73d0df732f2cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + model = "WRC-1900GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533ghbk-i = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-2533ghbk-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-sysupgrade.bin"; + sha256 = "c8c7cb08face35117fc471355c8903847e41790cb076f404ed3b16480ceb4131"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-2533ghbk-i-initramfs-kernel.bin"; + sha256 = "ae1d3b7259817d21d2d1066c1262f709dfe41079f98f2f88be447bba71eb5fdb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-factory.bin"; + sha256 = "585a621306b2c85b2633215e48a1273867846b3d50091b76f5c4a9f2e0d6297e"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533ghbk-i" + ]; + titles = [ + { + model = "WRC-2533GHBK-I"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-2533gst-initramfs-kernel.bin"; + sha256 = "911ea65b20fd7ae00c8fe28e0f09d81c29854769f863e2c5f5e668818927583f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "2febc6b1425de896353c352dafb6af9675b1378abac806052488664b639322c3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "fcce16fa8e26ff042741681d3ab1a35144ef3ad31b2df8b3c1bf20e0f3ceaf6d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + model = "WRC-2533GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-2533gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-2533gst2-squashfs-sysupgrade.bin"; + sha256 = "0e8a849fec5008b9ecef6419a96f48469597f45dec39d047d47d36babaa4371e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-2533gst2-squashfs-factory.bin"; + sha256 = "cb2987c00b8b35f0b3d1dd3c13ea26b8afed310306a1d6671c15c6726765de21"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-elecom_wrc-2533gst2-initramfs-kernel.bin"; + sha256 = "83ecd3060dd05f9f8b57f2dd897521d2811d400c524e803f60ae3d4daaaab60e"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst2" + ]; + titles = [ + { + model = "WRC-2533GST2"; + vendor = "ELECOM"; + } + ]; + }; + firefly_firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-firefly_firewrt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-firefly_firewrt-initramfs-kernel.bin"; + sha256 = "b719aa5d7e7dd11d8a6bf1198958a3c84562c1f2f517e27d85a193df096c6dd2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-firefly_firewrt-squashfs-sysupgrade.bin"; + sha256 = "f64baa69d10cc7ca1ddc2a014c1762cd0bc0e25f8ffc339ea1fc882c1442bc65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "firefly,firewrt" + "firewrt" + ]; + titles = [ + { + model = "FireWRT"; + vendor = "Firefly"; + } + ]; + }; + gehua_ghl-r-001 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-gehua_ghl-r-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-gehua_ghl-r-001-squashfs-sysupgrade.bin"; + sha256 = "82567eabca4aa03afaa6a4089f43e9e85e9f81b85a382b9335e937d78441a2f8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-gehua_ghl-r-001-initramfs-kernel.bin"; + sha256 = "6a1632f010d937289e611ec4765041082ba29208d46f33374b4ec0f0688c5cbd"; + type = "kernel"; + } + ]; + supported_devices = [ + "gehua,ghl-r-001" + ]; + titles = [ + { + model = "GHL-R-001"; + vendor = "GeHua"; + } + ]; + }; + glinet_gl-mt1300 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-glinet_gl-mt1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-glinet_gl-mt1300-squashfs-sysupgrade.bin"; + sha256 = "bdd22097c3fb1bfe296e06dc29da375d768553a2db60b4ded3c6d349dd80c58e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-glinet_gl-mt1300-initramfs-kernel.bin"; + sha256 = "6f571b6ba439e496da0e3125d27542e989e8aeb26474b0198bff1b15780583ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt1300" + ]; + titles = [ + { + model = "GL-MT1300"; + vendor = "GL.iNet"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-gnubee_gb-pc1-initramfs-kernel.bin"; + sha256 = "695ea00f49779acc988f4fab176381d32f2568b01e74be2f51c65f25f35b7e9b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "341b3992fc085bf9ec94db03dac8b108b15ca55f496584e454d4947a0cc374eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + model = "Personal Cloud One"; + vendor = "GnuBee"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "97c286a65f7c5ad615807cfc5808cbd4eefc4cbe7d1e98055a8adafea6fa592d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-gnubee_gb-pc2-initramfs-kernel.bin"; + sha256 = "ed3b56fb5fb997b04f4e261966a830135ff26ef8bfc9c8342b0627c7d8545d5f"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + model = "Personal Cloud Two"; + vendor = "GnuBee"; + } + ]; + }; + hiwifi_hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-hiwifi_hc5962"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-hiwifi_hc5962-squashfs-sysupgrade.bin"; + sha256 = "891fdeb3ec7c41e71d6e01214ef5b807c1c5d604ba73b2491de804fe905ecc2e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-hiwifi_hc5962-squashfs-factory.bin"; + sha256 = "cd882d0be19a7c0e8da5e7239528b97b36f513867fc15786edba0635a7fd7765"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-hiwifi_hc5962-initramfs-kernel.bin"; + sha256 = "09c70263862d71220635ceee2f8ac222b3c6c075a12d0b4c36be28f8a38864ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5962" + ]; + titles = [ + { + model = "HC5962"; + vendor = "HiWiFi"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "e43ac350a6035a4bf587c5d444637c7f82cd82d8a06e9fe4cea891c7ce6e91df"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-iodata_wn-ax1167gr-initramfs-kernel.bin"; + sha256 = "faa79a1904675cc0f0d5144e173e8e41d84c29b180c8a258bbf1af00c5fb327b"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + model = "WN-AX1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax1167gr2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-iodata_wn-ax1167gr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-iodata_wn-ax1167gr2-squashfs-sysupgrade.bin"; + sha256 = "810945508b6f1de76b5b89276ad1da05fc0ba1458f201e78658d66230586af03"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-iodata_wn-ax1167gr2-initramfs-kernel.bin"; + sha256 = "abd22d906e17b663e31292066ae80c89c661b0d61e7b18e428f5376dd1f84a56"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr2" + ]; + titles = [ + { + model = "WN-AX1167GR2"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-iodata_wn-ax2033gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-iodata_wn-ax2033gr-squashfs-sysupgrade.bin"; + sha256 = "ad4d3bb75ab6e997e51cabf7992aad2e5af807c5cbda53071668deb88c6f6274"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-iodata_wn-ax2033gr-initramfs-kernel.bin"; + sha256 = "ae168b3c0d5224b3f8223a6c9e3d39f0a687875015f673452f4e962926d2d805"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax2033gr" + ]; + titles = [ + { + model = "WN-AX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1167r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-iodata_wn-dx1167r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-iodata_wn-dx1167r-squashfs-sysupgrade.bin"; + sha256 = "ebb6c9eeae7e27bb028032b97333728e04ca203d0b3e55ceaabd0d42834a2160"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-iodata_wn-dx1167r-initramfs-kernel.bin"; + sha256 = "70a182e9df0bff3446a4f4b0bf0c3c7a5e6b009866ef9703711e2fdcc2aa9867"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1167r" + ]; + titles = [ + { + model = "WN-DX1167R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1200gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-iodata_wn-dx1200gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-iodata_wn-dx1200gr-squashfs-sysupgrade.bin"; + sha256 = "29a2803a1cf3ae72d3e0ac4607f88cbeb28e5180e7df745d14d86149b492f6f5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-iodata_wn-dx1200gr-initramfs-kernel.bin"; + sha256 = "2c14304a96e8ad7427d31243feb3614b2588c5de110add9c86950314bb816e68"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1200gr" + ]; + titles = [ + { + model = "WN-DX1200GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "b43a521916f811b38c13e2212ceb0fe5f5610d99bc9b9f5accec37c0d4056445"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-iodata_wn-gx300gr-initramfs-kernel.bin"; + sha256 = "5e4d7c659453de0419b11489d78ad1f4fe4651433db4caf58008cadfe5a77a6e"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + model = "WN-GX300GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wnpr2600g = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-iodata_wnpr2600g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-iodata_wnpr2600g-squashfs-sysupgrade.bin"; + sha256 = "6fb1c0cda84d56772dfade531f8a2480c3119845ae308fd36e891f3071c3ce60"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-iodata_wnpr2600g-squashfs-factory.bin"; + sha256 = "e1052f31f6d43a8308e086650ffe8f7f95120e5ef2976a166eba01e6c6fa2128"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-iodata_wnpr2600g-initramfs-kernel.bin"; + sha256 = "993f2d24f399200f9a1b57525fd2fbcadb555e283424519f0f67a31e4602aaaf"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wnpr2600g" + ]; + titles = [ + { + model = "WNPR2600G"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a6ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-iptime_a6ns-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-iptime_a6ns-m-initramfs-kernel.bin"; + sha256 = "199682fb6cd05153279994af54b3f0fb59570ab1a7b44a3c653d8bfb82c72c9a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-iptime_a6ns-m-squashfs-sysupgrade.bin"; + sha256 = "a1fe545f09de55f73711b961d5a623418cb211d0ae5fac9fc6f35a7fb49d83a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a6ns-m" + ]; + titles = [ + { + model = "A6ns-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a8004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-iptime_a8004t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-iptime_a8004t-squashfs-sysupgrade.bin"; + sha256 = "1e64c0341ffee5f701ae32c52cd35ea98494bc9dfe1c7b2d7c73175bca7d3d81"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-iptime_a8004t-initramfs-kernel.bin"; + sha256 = "6097d4b0894b2fbca3ede817030838057030e315d0d9df47a97d484615a93122"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a8004t" + ]; + titles = [ + { + model = "A8004T"; + vendor = "ipTIME"; + } + ]; + }; + jcg_jhr-ac876m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-jcg_jhr-ac876m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-jcg_jhr-ac876m-squashfs-sysupgrade.bin"; + sha256 = "457f6269bf0313aa158c982443c7f6d787fb40051216eb3c21e6f339d31f081c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-jcg_jhr-ac876m-initramfs-kernel.bin"; + sha256 = "1dfded09dfe32e66ec615f1e9717958a4b70567bb0cecda21865ea199e95be76"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-jcg_jhr-ac876m-squashfs-factory.bin"; + sha256 = "5b80c8d81123fdf29dbf5e784bb9bdce278c7ea6b180fa1fa515ffc6ce998479"; + type = "factory"; + } + ]; + supported_devices = [ + "jcg,jhr-ac876m" + ]; + titles = [ + { + model = "JHR-AC876M"; + vendor = "JCG"; + } + ]; + }; + jcg_q20 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-jcg_q20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-jcg_q20-squashfs-sysupgrade.bin"; + sha256 = "38572fd6ec3b24268b7b61cc8fdacaac7bd7b54b7c9cb008bf3c9ac86057b94b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-jcg_q20-initramfs-kernel.bin"; + sha256 = "491267b284fe967269152396495749fad07c08d7c57a9e29e1eb7fcdca36471e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-jcg_q20-squashfs-factory.bin"; + sha256 = "e1cb1e623f9f84de63e0a932c4378e398bfce453424e26df938e96aab38f79d1"; + type = "factory"; + } + ]; + supported_devices = [ + "jcg,q20" + ]; + titles = [ + { + model = "Q20"; + vendor = "JCG"; + } + ]; + }; + jcg_y2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-jcg_y2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-jcg_y2-squashfs-factory.bin"; + sha256 = "987e85dce852db1816f898aa987fe793121807187be3a72cf28359dedbfa593d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-jcg_y2-squashfs-sysupgrade.bin"; + sha256 = "05e4ed59a28ec708a3a72acd46f45debc7d2e58592138b4884dc12f033106c28"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-jcg_y2-initramfs-kernel.bin"; + sha256 = "de2ea08e6775afb4f7bd69508d0370f444137b1395901e192e710850beab1012"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,y2" + ]; + titles = [ + { + model = "Y2"; + vendor = "JCG"; + } + ]; + }; + lenovo_newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-lenovo_newifi-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-lenovo_newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "ec0782b6a6534ed645bdf3efe0cef5ace788acb239a28cdf86f0702662227a36"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-lenovo_newifi-d1-initramfs-kernel.bin"; + sha256 = "d0a43227af0446687b6efbb3b0486492c53f720781159f1873b8b1c46c782352"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-d1" + "newifi-d1" + ]; + titles = [ + { + model = "D1"; + vendor = "Newifi"; + } + ]; + }; + linksys_e5600 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-mt7663-firmware-sta" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-linksys_e5600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_e5600-squashfs-factory.bin"; + sha256 = "77d51125cdb00d4c7d2d70c86265f3f6e6c009713615fad8203bc70da6a2b4b2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_e5600-initramfs-kernel.bin"; + sha256 = "89177ffe5dbfe85047a18de9edf0953e9570f0a654dcd72d0c824b739661f0b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_e5600-squashfs-sysupgrade.bin"; + sha256 = "e178127962ff47a3909213e4fc6c5232f9a7bb0d9ae7b1752e66526a7f7fc7b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e5600" + ]; + titles = [ + { + model = "E5600"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-linksys_ea7300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_ea7300-v1-squashfs-sysupgrade.bin"; + sha256 = "c989a14298fffc806bfb2eed91e95d257a5673c2a709bffdb86e4d3ef348ecaf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_ea7300-v1-squashfs-factory.bin"; + sha256 = "54426dc080ab24ebfd4d6902b8451e369172a14961dbd821c783ec551f4bedec"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_ea7300-v1-initramfs-kernel.bin"; + sha256 = "1c296a89a6bfd2b1e8a1f7d45dfd02b633d96b5f055ccc0024d0c3252de5534d"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7300-v1" + ]; + titles = [ + { + model = "EA7300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-linksys_ea7300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_ea7300-v2-squashfs-sysupgrade.bin"; + sha256 = "e9f4160f4edb39793b7bf138fd77afcec825e7811fbe95f85f57c2a269ca56ed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_ea7300-v2-squashfs-factory.bin"; + sha256 = "4d79e71d24549841dc2f2f161cdce280196d2768c4aa3b33d3932f9bc6876a64"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_ea7300-v2-initramfs-kernel.bin"; + sha256 = "a4e4b3689ea70ed1d704d138e4e4fb179a26d6ca786c8477a209d21b1509bcab"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7300-v2" + ]; + titles = [ + { + model = "EA7300"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7500-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-linksys_ea7500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_ea7500-v2-squashfs-factory.bin"; + sha256 = "9c522c75a82a9420c669d17a443305773158e9085821838f2379883b97d91f4b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_ea7500-v2-squashfs-sysupgrade.bin"; + sha256 = "15d5ecc6c6e3c4e06e2c4200bba646a5ddd2d112b9729bea0aec97a5ba7ac41c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_ea7500-v2-initramfs-kernel.bin"; + sha256 = "a2634f80773f1bb17b43b90816734c8d08673670f677a9bb561d2f782cb76a3b"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7500-v2" + ]; + titles = [ + { + model = "EA7500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-linksys_ea8100-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_ea8100-v1-initramfs-kernel.bin"; + sha256 = "0262c9b48d8993963e1071552fe30188052a4e8d57c014eabb33bbb6618a1ac2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_ea8100-v1-squashfs-sysupgrade.bin"; + sha256 = "3dc66d3e8066903c07edc5b8a3eaab91db0f22b5b5932755f98936d9f3bee7fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_ea8100-v1-squashfs-factory.bin"; + sha256 = "aa44335e928f157375fad3de48e1a1712c6506bedb0deb81e35032ce7b9b7d88"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8100-v1" + ]; + titles = [ + { + model = "EA8100"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_re6500 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-linksys_re6500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_re6500-initramfs-kernel.bin"; + sha256 = "188742f16707aed61e43a42446b024cef641372989a48df64fef1c27178b1567"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-linksys_re6500-squashfs-sysupgrade.bin"; + sha256 = "5a226abe9787b2c70088dc3c22516685ea1a01fa34b76ed5c5f2b19dbcd3e226"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,re6500" + "re6500" + ]; + titles = [ + { + model = "RE6500"; + vendor = "Linksys"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "45945f7dc418de73a88a9de8e9082091530bdef604ce9235ab7bcfdfb82125a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-mediatek_ap-mt7621a-v60-initramfs-kernel.bin"; + sha256 = "292c7766863fb5ab090e098ef30d91a1cfde03628964348d57cedacec66ae92f"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + model = "AP-MT7621A-V60 EVB"; + vendor = "Mediatek"; + } + ]; + }; + mediatek_mt7621-eval-board = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-mediatek_mt7621-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-mediatek_mt7621-eval-board-initramfs-kernel.bin"; + sha256 = "b4841edd0a13159a24df7353bcd1d4d0e076838c641758ff45fff63d7a14523a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-mediatek_mt7621-eval-board-squashfs-sysupgrade.bin"; + sha256 = "bc41cf19a899d16bcd0747a2f4ffef9a4198d571837c18ec156767751e37f2d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7621-eval-board" + "mt7621" + ]; + titles = [ + { + model = "MT7621 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mikrotik_routerboard-750gr3 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-mikrotik_routerboard-750gr3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-mikrotik_routerboard-750gr3-initramfs-kernel.bin"; + sha256 = "cd21bae3a40c2825c907eb9bdde399d26af5856162798459ca6c080c0ea711bc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-mikrotik_routerboard-750gr3-squashfs-sysupgrade.bin"; + sha256 = "d47851443dbf7beda6fce43ad77d25c58522353fb3587669d79638c53c6060fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-750gr3" + "mikrotik,rb750gr3" + ]; + titles = [ + { + model = "RouterBOARD 750Gr3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-760igs = { + device_packages = [ + "kmod-usb3" + "kmod-sfp" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-mikrotik_routerboard-760igs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin"; + sha256 = "f3fcb69323ba4c1e5ba5d09f842e69938bc549ed83566ada484d18ab8477e8cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-mikrotik_routerboard-760igs-squashfs-sysupgrade.bin"; + sha256 = "e649258abfb9e5e18a6b39aba29d00f11ca8362955abd0726a47dafac17b3c1f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-760igs" + ]; + titles = [ + { + model = "RouterBOARD 760iGS"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m11g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-mikrotik_routerboard-m11g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-mikrotik_routerboard-m11g-initramfs-kernel.bin"; + sha256 = "7c50b78fd7adcfd63c3b1eeddd716fe3a1bf055c5e7f3bf73de54475ddc83d35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-mikrotik_routerboard-m11g-squashfs-sysupgrade.bin"; + sha256 = "98874c6566de55323b4ef0fa1441a57f565a930c515e4ec080a3150f3303088a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m11g" + "mikrotik,rbm11g" + ]; + titles = [ + { + model = "RouterBOARD M11G"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m33g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-mikrotik_routerboard-m33g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-mikrotik_routerboard-m33g-squashfs-sysupgrade.bin"; + sha256 = "3959ba00fd2ba76f733f3e818c446ff987a8629dcd2fdbb98ef4929ad26c3f5d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-mikrotik_routerboard-m33g-initramfs-kernel.bin"; + sha256 = "b437054954bc325c7528989fbac49c7b0f79a4d7d416664cd8006c7a4805e44b"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m33g" + "mikrotik,rbm33g" + ]; + titles = [ + { + model = "RouterBOARD M33G"; + vendor = "MikroTik"; + } + ]; + }; + mqmaker_witi = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-mqmaker_witi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-mqmaker_witi-squashfs-sysupgrade.bin"; + sha256 = "df9d6a7788debbbbe9d4678b5c8b93ecc6e41628d1a4855447f28306fa11d9e3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-mqmaker_witi-initramfs-kernel.bin"; + sha256 = "a6f3dc106418221249df4e58866dca4387fed4b509481391532e02a266ee09b3"; + type = "kernel"; + } + ]; + supported_devices = [ + "mqmaker,witi" + "witi" + "mqmaker,witi-256m" + "mqmaker,witi-512m" + ]; + titles = [ + { + model = "WiTi"; + vendor = "MQmaker"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-mtc_wr1201-initramfs-kernel.bin"; + sha256 = "5fde73cc39e19d68ca97e04f4b75182091fa07f52cfcb24cd1df277298c8973a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "6bc48c74622515a66db0ec2ac520128edbe1e08c4f5ab473965277048afeb52d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + model = "Wireless Router WR1201"; + vendor = "MTC"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "efb50a0d12ce9ddf48dc99cefbe1f547922c6d97cd24011d608034ea7da6c4f3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_ex6150-initramfs-kernel.bin"; + sha256 = "bf508225bffa05eaa78cb3ff807e5691f336fa5e9c70472c3bfbf2601716394d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "8d2e006ca39d2f5b303e3601fbc4a7952e571f3232a169e8b111b678603ca270"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + model = "EX6150"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-netgear_r6220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin"; + sha256 = "54a39255395ceaee474445b1529baf8f2828f05207d17638e10913174a4b5e02"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6220-initramfs-kernel.bin"; + sha256 = "6c02c38ca483dbdcb72a3265b389236a700729da66311d18167fdbea28f242b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6220-squashfs-factory.img"; + sha256 = "289a45f5243744fc924805fa6349a2f126fcd040f0692315634de4dd201527c9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6220-squashfs-kernel.bin"; + sha256 = "6afeeab7f419f632a669f301c7fa769f1aa03f137902e046bc6f74b668852790"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6220-squashfs-rootfs.bin"; + sha256 = "c629a70aae8ccac67ff1732fd5d2275b869e81fb5fdf3ee60407902b0e27d6bd"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6220" + "r6220" + ]; + titles = [ + { + model = "R6220"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6260 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-netgear_r6260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin"; + sha256 = "9d973cdf61a5d4db5c3907b31941c1c38c6ffa50417140384023c64c36c63c62"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6260-squashfs-rootfs.bin"; + sha256 = "50e3232cb17a63b1e3e1108f9e2db5197ca764b27fed890f3944aef5a4e0624c"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6260-squashfs-factory.img"; + sha256 = "1ba81ba491eb142797087969e4a0eb84625c8ac3be853d81fe4b2a0967008272"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6260-initramfs-kernel.bin"; + sha256 = "b31b2e228528590882092965b230cb6ba4a388f0e0a457901a28a7d78daf7e3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6260-squashfs-kernel.bin"; + sha256 = "516f998edeb30276f1957ba6247b675c1789b84294f3339d8540e42bb448affe"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6260" + ]; + titles = [ + { + model = "R6260"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "50e3232cb17a63b1e3e1108f9e2db5197ca764b27fed890f3944aef5a4e0624c"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "938e2c8ace0edb3cdc3138fc247a34f7bf7137dca80f095d630d0f47fe8b7686"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6350-initramfs-kernel.bin"; + sha256 = "f43d622038af1c5ac320b0ddbdbc17c3748d04bb52e9e9bdce931ed998a3255c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "0b2b622586c7aedda5e16964f52ac7840512bd7ec7028498883b9110f27160ef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "147cb16fad465566db9019759c68af159c64c81475251c99a085fc7e6fdda109"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + model = "R6350"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6700-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-netgear_r6700-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6700-v2-initramfs-kernel.bin"; + sha256 = "bc1fbbe393f85d40194c9dcefb049f4aa311e447a7f7e675a375cbb543a0c13c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6700-v2-squashfs-rootfs.bin"; + sha256 = "50e3232cb17a63b1e3e1108f9e2db5197ca764b27fed890f3944aef5a4e0624c"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6700-v2-squashfs-factory.img"; + sha256 = "6ac39a8235d55201705acf954c02015651e4797e58299ad6b4bb66a12a23ac04"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6700-v2-squashfs-kernel.bin"; + sha256 = "8be46e5424ebba47811db0326e92709719aa35b942d3b87f35b72255d0554482"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6700-v2-squashfs-sysupgrade.bin"; + sha256 = "5e4866d8ed048ea017071d544834b9ecd3177fd0f1d90915cbaee66651ffd873"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6700-v2" + ]; + titles = [ + { + model = "R6700"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2400"; + variant = "v1"; + vendor = "NETGEAR"; + } + { + model = "R7200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6800 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-netgear_r6800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6800-squashfs-sysupgrade.bin"; + sha256 = "25ce0a79b49362d607f195521bc782253b0e7fe86efbc7c1fa2aaaeb794ea7fd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6800-squashfs-kernel.bin"; + sha256 = "12409dea501ec996c38b1044801d5e6e399c483eb78bce51a862da13ded08a95"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6800-squashfs-rootfs.bin"; + sha256 = "50e3232cb17a63b1e3e1108f9e2db5197ca764b27fed890f3944aef5a4e0624c"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6800-initramfs-kernel.bin"; + sha256 = "ec98043271cc803c08a23d1362783030c710f0277c2ba5998a8a9c02f0ddc27b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6800-squashfs-factory.img"; + sha256 = "b192378e667c4b474a09821d6cd1fd6b49c4a00f0ef309e4ebc6daded6dff310"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6800" + ]; + titles = [ + { + model = "R6800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6850 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-netgear_r6850"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6850-squashfs-sysupgrade.bin"; + sha256 = "b84f1ffb9ced4d474922b02d26c3d0c40fbb5c42b5f62e264e2c1cc1d55b0cdf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6850-initramfs-kernel.bin"; + sha256 = "cf9c05d5a5d6d204536dadfa4daf90388a24e353c184bbe2a250f27abb66d8cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6850-squashfs-factory.img"; + sha256 = "29ecdbfaa98eb0204d9cf9f821293b5e18bfae252affa5cd676c4993004dcf71"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6850-squashfs-rootfs.bin"; + sha256 = "50e3232cb17a63b1e3e1108f9e2db5197ca764b27fed890f3944aef5a4e0624c"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_r6850-squashfs-kernel.bin"; + sha256 = "2cb66b1b381430a13f4ee0350b885c5edbbfc0cf7b4ae43ed66c6f4bff043648"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6850" + ]; + titles = [ + { + model = "R6850"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac104 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-netgear_wac104"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_wac104-squashfs-rootfs.bin"; + sha256 = "c629a70aae8ccac67ff1732fd5d2275b869e81fb5fdf3ee60407902b0e27d6bd"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_wac104-squashfs-kernel.bin"; + sha256 = "787479dc380f95ec1e03687e5432f84519e331029ff2109bc377a50cbcb7f850"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_wac104-squashfs-sysupgrade.bin"; + sha256 = "73834e26b940d3318179eed65cd560381cf0b14280ad9e27b8e4b72bbf36e374"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_wac104-initramfs-kernel.bin"; + sha256 = "98963f459a7ad7f18dc938070766ec353cd2fffd6f7daaecc44dc43578715f72"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_wac104-squashfs-factory.img"; + sha256 = "0a629154e0744c8615ae09f581cdfba44249bbe59663166cb4cd65c26e9dcf98"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wac104" + ]; + titles = [ + { + model = "WAC104"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac124 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-netgear_wac124"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_wac124-squashfs-factory.img"; + sha256 = "09034d50868aaa754765980ca71c6b7cbef70ddfdcbe7fbe0cc0f3e778332542"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_wac124-squashfs-rootfs.bin"; + sha256 = "50e3232cb17a63b1e3e1108f9e2db5197ca764b27fed890f3944aef5a4e0624c"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_wac124-squashfs-kernel.bin"; + sha256 = "8953250c17f94f089ea7e4c55ad5e32dca8e6f0700f63af832b48fd202b3baf4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_wac124-squashfs-sysupgrade.bin"; + sha256 = "5b13d419a306b3cf59583b7dbacbd604ede8f4ce41ec93845ce8a51c77dd47e2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_wac124-initramfs-kernel.bin"; + sha256 = "7670c9db8ea48f75931b8bdf15e5db09e94e4110236f3f9af9d603b37356ecf1"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wac124" + ]; + titles = [ + { + model = "WAC124"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-netgear_wndr3700-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_wndr3700-v5-squashfs-factory.img"; + sha256 = "7ede3d1f1c0e7322c090a69ce31134ffbf0c8c794aeaf23b7cd159652e1db40b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_wndr3700-v5-squashfs-sysupgrade.bin"; + sha256 = "21a05b3d092a3de7c3ada235dbf4c92b18667cc901dd21503439369905f6952e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-netgear_wndr3700-v5-initramfs-kernel.bin"; + sha256 = "5e4615a0a1640bf96ae5de38e0f9372c7f6aa1058cde0c0f9ec63dd7d80e271e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v5" + "wndr3700v5" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v5"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-netis_wf2881"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netis_wf2881-squashfs-factory.bin"; + sha256 = "6dae7a7d5c1c72b358fd243abaeb2d624d4b790788dc73f456ccf42caeed8cac"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-netis_wf2881-squashfs-sysupgrade.bin"; + sha256 = "067423ffd82d318fbf1ba4a8b372c26826358e49975534cf2174615ef6c84e02"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-netis_wf2881-initramfs-kernel.bin"; + sha256 = "0976405e5f363d30cdd189515f0f763f69fc537a654db23b00746fbb8f77f9dc"; + type = "kernel"; + } + ]; + supported_devices = [ + "netis,wf2881" + ]; + titles = [ + { + model = "WF2881"; + vendor = "NETIS"; + } + ]; + }; + phicomm_k2p = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-phicomm_k2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-phicomm_k2p-initramfs-kernel.bin"; + sha256 = "67698a7cb2ea9498f69493bfe6d921ecebdf15f6b8459eade1a7c3fefc5afb1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"; + sha256 = "478d359fb2514161f1177fb045a3517fb3a13ef72c0e609b53a3249a1b30f3d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2p" + "k2p" + ]; + titles = [ + { + model = "K2P"; + vendor = "Phicomm"; + } + { + model = "KE 2P"; + vendor = "Phicomm"; + } + ]; + }; + planex_vr500 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-planex_vr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-planex_vr500-squashfs-sysupgrade.bin"; + sha256 = "f64e304e038ce5aa490bb21df813287499384fb916d1894919792041ff2947a3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-planex_vr500-initramfs-kernel.bin"; + sha256 = "a30103e3caa06c323f60612f313ee1892c0805acc924bc6045157318a39626b5"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,vr500" + "vr500" + ]; + titles = [ + { + model = "VR500"; + vendor = "Planex"; + } + ]; + }; + samknows_whitebox-v8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-samknows_whitebox-v8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-samknows_whitebox-v8-initramfs-kernel.bin"; + sha256 = "6801f4087fc59596d22204c2421bb600aefc5070282127bab0a70d9ed9766aca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-samknows_whitebox-v8-squashfs-sysupgrade.bin"; + sha256 = "6680bdecd94dc85779b07fc177ecc014496c48bbfe31a18e352cf97086a623af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samknows,whitebox-v8" + "sk-wb8" + ]; + titles = [ + { + model = "Whitebox 8"; + vendor = "SamKnows"; + } + ]; + }; + sercomm_na502 = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-sercomm_na502"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-sercomm_na502-squashfs-sysupgrade.bin"; + sha256 = "20b027322050cf20796d7cb20250253eb94653e8c052a92c2883925506aaab76"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-sercomm_na502-initramfs-kernel.bin"; + sha256 = "7dc4d50c2ff762c58e68a96b71c9bb076385c46c915d6bd5c63b2026f45bd7ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na502" + ]; + titles = [ + { + model = "NA502"; + vendor = "SERCOMM"; + } + ]; + }; + storylink_sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-storylink_sap-g3200u3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-storylink_sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "e25130a1a7a58a2c168f4d4574bd49719fc23e5897a7c9b372c8e3eefec508c9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-storylink_sap-g3200u3-initramfs-kernel.bin"; + sha256 = "86368f05a22439e80a4484cd4152c0eb9e6ec5851647874b87201d1e0c1f8ee3"; + type = "kernel"; + } + ]; + supported_devices = [ + "storylink,sap-g3200u3" + "sap-g3200u3" + ]; + titles = [ + { + model = "SAP-G3200U3"; + vendor = "STORYLiNK"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "5bfdfa3c04950b31eadd72a85fa432690e3fa0572158c5987c056f984a6d30ec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-telco-electronics_x1-initramfs-kernel.bin"; + sha256 = "5ee540594497db68257b20814458360de125be5a59b93c9c29f176ccf33d679d"; + type = "kernel"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + model = "X1"; + vendor = "Telco Electronics"; + } + ]; + }; + thunder_timecloud = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-thunder_timecloud"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-thunder_timecloud-initramfs-kernel.bin"; + sha256 = "60df4417ed4ca6f2fb3f33b8905de67f84ef13b5d2b894d3ce1e92ca4848ea20"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-thunder_timecloud-squashfs-sysupgrade.bin"; + sha256 = "ff6ebeb96300dcebc74b74aee06cfd4d23e08e947077b969c6db9488cccabbca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "thunder,timecloud" + "timecloud" + ]; + titles = [ + { + model = "Timecloud"; + vendor = "Thunder"; + } + ]; + }; + totolink_a7000r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-totolink_a7000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-totolink_a7000r-initramfs-kernel.bin"; + sha256 = "577ec9948fb414fedb63dc8f8c6653aafa1bc291818e82c6419056a042b4a2fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-totolink_a7000r-squashfs-sysupgrade.bin"; + sha256 = "a101c7cae6a640702740e306f3321a48480cec632dac37d6ca7c5343cddfc994"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a7000r" + ]; + titles = [ + { + model = "A7000R"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_x5000r = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-totolink_x5000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-totolink_x5000r-initramfs-kernel.bin"; + sha256 = "12a5f8058fd787ebe4bec5f3e50d06b68cd98ee0114581963db08f0b0b696c0d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-totolink_x5000r-squashfs-sysupgrade.bin"; + sha256 = "4771d1f9d843b9a89abf43d806eb821751db969135da265febbff517e2dc9a07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,x5000r" + ]; + titles = [ + { + model = "X5000R"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-a6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-mt7663-firmware-sta" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-tplink_archer-a6-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_archer-a6-v3-squashfs-factory.bin"; + sha256 = "8528246b82f160af90f7a3f85cf469fd39f1d89ab297df733d6fd11bac4713b6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_archer-a6-v3-squashfs-sysupgrade.bin"; + sha256 = "d1bff3c94eb61f6a93c10fe2bf95e39f104714c4060c756fb744a9f03ba59c44"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_archer-a6-v3-initramfs-kernel.bin"; + sha256 = "146fb353d813688b04cdfd232bd08b95d785aa3cfd64b40424454265ea1463c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-a6-v3" + ]; + titles = [ + { + model = "Archer A6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6u-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-tplink_archer-c6u-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_archer-c6u-v1-initramfs-kernel.bin"; + sha256 = "ced890cab20a33265fc830dd444622e1b4e466004443951bc245fa0cd6e464a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_archer-c6u-v1-squashfs-sysupgrade.bin"; + sha256 = "ac0ba43da70ba0a39745a22613f62b9c4c2b98b51de7a96b8c92e2c5711e0b14"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_archer-c6u-v1-squashfs-factory.bin"; + sha256 = "4f36114365fc2ad00ade11e35b100bb2abe66f9e8ce3a20ee5aef137443f0464"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6u-v1" + ]; + titles = [ + { + model = "Archer C6U"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap235-wall-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-tplink_eap235-wall-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_eap235-wall-v1-initramfs-kernel.bin"; + sha256 = "4c503ba22aa1d998e5cf054dbdbe1d21712d1c070fcc6125995a89e990191f7c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_eap235-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "75b05c1fa3930230f1da64b6abed606c9c65c51b1612ba4a46581899f2a39067"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_eap235-wall-v1-squashfs-factory.bin"; + sha256 = "5ca9af84f3ee6739d1bb4e652f6887a33347f107d41d55be88b4a76c7a82374e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap235-wall-v1" + ]; + titles = [ + { + model = "EAP235-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-tplink_re350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_re350-v1-squashfs-sysupgrade.bin"; + sha256 = "c0e6ad6170317ce4b2c8970e862f2ce8a4a99ac2a29e5a4fb309bfa947d54d3a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_re350-v1-initramfs-kernel.bin"; + sha256 = "68a0d19454bf1420ece899f85a902db4c1fb88a2d99fca594f290e2c90d4a566"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_re350-v1-squashfs-factory.bin"; + sha256 = "f137426112203dd9897c046cf2a8c1110dc3114cc1d535f65a46a9e08dc626a0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re350-v1" + "re350-v1" + ]; + titles = [ + { + model = "RE350"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re500-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-tplink_re500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_re500-v1-squashfs-sysupgrade.bin"; + sha256 = "bb77fb6c63c510152225f8adf727617300567e7ede79ed8f7dd821935e6aacb3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_re500-v1-initramfs-kernel.bin"; + sha256 = "7f4d67db538468e23ad789ebf57da017eda898cbbfb384b84de42c3e83cac7b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_re500-v1-squashfs-factory.bin"; + sha256 = "b60ab0320e291b6d5a044860e9180aea7f746e41600d275635b41dfe4c09f9b4"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re500-v1" + ]; + titles = [ + { + model = "RE500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-tplink_re650-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_re650-v1-squashfs-sysupgrade.bin"; + sha256 = "e7230ba4aa742a02dcfb4ca7fba89baf8d806d4362c9ff45108ec95761dbc2e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_re650-v1-initramfs-kernel.bin"; + sha256 = "15acbb25c63ad76bf5d98c87005c9b16afdea2158291b595a12b709ff4396207"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-tplink_re650-v1-squashfs-factory.bin"; + sha256 = "4c1028a95d95dc218cf00e1228ae6f5c8586e470c6a1eb9afe13699a412e843c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re650-v1" + ]; + titles = [ + { + model = "RE650"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_edgerouter-x = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-ubnt_edgerouter-x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-ubnt_edgerouter-x-initramfs-kernel.bin"; + sha256 = "2dc40a10da548681e08c65c7b63d3f9cc6137f922d01ad868728cc4c959ddf6c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"; + sha256 = "5bdd9fc5f3af312b59b81144e31f50b7391094552821675bf46264c379214e17"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x" + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + model = "EdgeRouter X"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-x-sfp = { + device_packages = [ + "-wpad-basic-wolfssl" + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-sfp" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-ubnt_edgerouter-x-sfp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-ubnt_edgerouter-x-sfp-initramfs-kernel.bin"; + sha256 = "3951a125c121a858ad7be17bcd6bd6157020bad59b6f22405f8d953b7feeaec7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"; + sha256 = "36b31c40d60382008cc41d8066f1a90b6b949473a5a8171f259c455804986d27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x-sfp" + "ubnt-erx-sfp" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + model = "EdgeRouter X SFP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lite = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-ubnt_unifi-6-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-ubnt_unifi-6-lite-squashfs-sysupgrade.bin"; + sha256 = "e59be007d4fbae616ed8fb98602bb2b8939d06cb8876077de8ec9a78bd1163fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-ubnt_unifi-6-lite-initramfs-kernel.bin"; + sha256 = "4e392570f4ecdc19b4258278cf6cefd9aeee0c79051375794d070a8a7bb59fbd"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lite" + ]; + titles = [ + { + model = "UniFi 6 Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-nanohd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-ubnt_unifi-nanohd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-ubnt_unifi-nanohd-squashfs-sysupgrade.bin"; + sha256 = "001e1d605ca22c5691b7580c51a0c723b95dd185cd0c942244804f7e5daab95f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-ubnt_unifi-nanohd-initramfs-kernel.bin"; + sha256 = "c1bec1aa496a4c8081fd8e641539126322f9b9861cd5ebdaeb475cf59eb7e614"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-nanohd" + ]; + titles = [ + { + model = "UniFi nanoHD"; + vendor = "Ubiquiti"; + } + ]; + }; + unielec_u7621-01-16m = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-unielec_u7621-01-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-unielec_u7621-01-16m-initramfs-kernel.bin"; + sha256 = "b4f9da7b08476c17be361572569492b84d7d9e9e3dfdd50088a01d0f83a8ec92"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-unielec_u7621-01-16m-squashfs-sysupgrade.bin"; + sha256 = "42ccf9dba836e9c6a9615384886a44308f63aa5a60c6870ab0523839070c4a0f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-01-16m" + ]; + titles = [ + { + model = "U7621-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-unielec_u7621-06-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-unielec_u7621-06-16m-initramfs-kernel.bin"; + sha256 = "f585e700a77cdae1fe239e46807ca8a8426a4cbe07ffdfdaed45b03138f24872"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-unielec_u7621-06-16m-squashfs-sysupgrade.bin"; + sha256 = "0e976f1c592071e503e8446a161c67f7402997a931d76aee562d68aef142b175"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-16m" + "u7621-06-256M-16M" + "unielec,u7621-06-256m-16m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-64m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-unielec_u7621-06-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-unielec_u7621-06-64m-squashfs-sysupgrade.bin"; + sha256 = "31572e22e362eb374556c79ed6e3b6e568f0d076e183a24bd63810e19167415d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-unielec_u7621-06-64m-initramfs-kernel.bin"; + sha256 = "5a6f79816ffb046fc6835e510c5b9726210aa6861b7293101c9ada6e184bf9b5"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-06-64m" + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "64M"; + vendor = "UniElec"; + } + ]; + }; + wavlink_wl-wn531a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-wavlink_wl-wn531a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-wavlink_wl-wn531a6-initramfs-kernel.bin"; + sha256 = "135a17193de4f01128123638cdd650605ed53ce6b0c7e4eec55dd29620478e24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-wavlink_wl-wn531a6-squashfs-sysupgrade.bin"; + sha256 = "cfd33a4b590d1abc249db8769440d85dba99a46613995594a1110a757527c52a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a6" + ]; + titles = [ + { + model = "WL-WN531A6"; + vendor = "Wavlink"; + } + ]; + }; + wevo_11acnas = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-wevo_11acnas"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-wevo_11acnas-initramfs-kernel.bin"; + sha256 = "331f9897466290515e3ac07469fa1571d37b56aa742fd694c630491dbe01ce8c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-wevo_11acnas-squashfs-sysupgrade.bin"; + sha256 = "18e4f89d14dc73500bfeb7c0589c8df1f7a7717599437382d522cceed77d65a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,11acnas" + "11acnas" + ]; + titles = [ + { + model = "11AC NAS Router"; + vendor = "WeVO"; + } + ]; + }; + wevo_w2914ns-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-wevo_w2914ns-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-wevo_w2914ns-v2-squashfs-sysupgrade.bin"; + sha256 = "25cd8264303790423ffed51e8959bd57b78eea1312789d5ff496b134bdee3cac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-wevo_w2914ns-v2-initramfs-kernel.bin"; + sha256 = "2b1922bdcc6a4d167aea8034bcb4195cb51694fd45b5601b25b44881ff3b34ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,w2914ns-v2" + "w2914nsv2" + ]; + titles = [ + { + model = "W2914NS"; + variant = "v2"; + vendor = "WeVO"; + } + ]; + }; + winstars_ws-wn583a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-winstars_ws-wn583a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-winstars_ws-wn583a6-initramfs-WN583A6-kernel.bin"; + sha256 = "7d695f1b7189ad359558713e60cbc2330bda3e8c9031bcc643b703d6d438723b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-winstars_ws-wn583a6-squashfs-sysupgrade.bin"; + sha256 = "cf81c5a278f219892e08015aaa95c2249312fd09645e50150936035fad2a1db7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winstars,ws-wn583a6" + ]; + titles = [ + { + model = "WS-WN583A6"; + vendor = "Winstars"; + } + { + model = "AC2100"; + vendor = "Gemeita"; + } + ]; + }; + xiaomi_mi-router-3-pro = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-3-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-factory.bin"; + sha256 = "efde58a93b6b46ce8f130af34289310e7d6c8867e13e2dc34bbc1a79b9100b3d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-sysupgrade.bin"; + sha256 = "362bd3692747bfa3ab254aa0e2d75d4e0b4f3efcc9ed54582565c58edde979d0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-3-pro-initramfs-kernel.bin"; + sha256 = "1c5351a21e907a5f08100efa617a331bc282112337f4106bf711e899908fcfd1"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3-pro" + "xiaomi,mir3p" + ]; + titles = [ + { + model = "Mi Router 3 Pro"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-3g-squashfs-sysupgrade.bin"; + sha256 = "e266e549443cedb98a3b520fde1b5778036dc3966ecaa7fdbb1b4f9396f25a3a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-3g-squashfs-rootfs0.bin"; + sha256 = "0052101be625941da22af4501f6b70e9bfcb1a186f645d85410d112b8081a69a"; + type = "rootfs0"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-3g-initramfs-kernel.bin"; + sha256 = "40cea0fe9f555cc9736ff421dacdf2def1bdf2c9959b479dbe97f254a1898a27"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-3g-squashfs-kernel1.bin"; + sha256 = "bdcccc13f3d95e1b1bf5b013ad55cd47d79c65afa66441c0262fb4ba4b2a22af"; + type = "kernel1"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g" + "R3G" + "mir3g" + "xiaomi,mir3g" + ]; + titles = [ + { + model = "Mi Router 3G"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-3g-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-3g-v2-initramfs-kernel.bin"; + sha256 = "cd511f0260c46faba120539a34dec8344806585bb077e5c65777575758d702ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-3g-v2-squashfs-sysupgrade.bin"; + sha256 = "afcfc2b3cc1021889e3fc858883cebc29d472d3610a76f1762240b7bb38649ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g-v2" + "xiaomi,mir3g-v2" + ]; + titles = [ + { + model = "Mi Router 3G"; + variant = "v2"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-4-squashfs-sysupgrade.bin"; + sha256 = "57e360fc90d1226545b2ecaacb4ca3e273fcf7956c01d41e55e75e33946f78ee"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-4-squashfs-rootfs0.bin"; + sha256 = "4e991aba7997b10d5d9832c7021a602902d498f4c1ec5aa03fe3930401dc0e83"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-4-squashfs-kernel1.bin"; + sha256 = "0339c8cedfd073ce0777159289feddec548f75c060ddf5e57dd79f437a09b2da"; + type = "kernel1"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-4-initramfs-kernel.bin"; + sha256 = "41f8d783ad3b4ea3ef061abac284d35fb5011639881631428f2ae94f0a77d700"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4" + ]; + titles = [ + { + model = "Mi Router 4"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-gigabit = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-4a-gigabit"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-4a-gigabit-initramfs-kernel.bin"; + sha256 = "70079e5e66b9d02f398003335094a3223c77de6d7f74c4dc0a9d1bed34308296"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin"; + sha256 = "a5e2198b18b5207ac1c53e143f6c7b2c9616cc9dd245520eaf2997e0fc5cc9a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-gigabit" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "Gigabit Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-ac2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-ac2100-initramfs-kernel.bin"; + sha256 = "052d64e21d0956c7fbb2be4c1751f347e1323cfe1da0bd52625f0739a944c868"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "449a3a327e5b24dfebee6ed7b273cce70072fa31625a904add00189c2e7098f3"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "358cc56dac6e124baa8249a7cf053ed778de43be7105073ee8edb3900902030d"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "4180d1af71549d3b557e92c4f37026e2a0c72b3d2c3cf6750e3cbe4896d5bb0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-ac2100" + ]; + titles = [ + { + model = "Mi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-xiaomi_redmi-router-ac2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "acf1c45a2859e4d8363e7316b9ffcd3479a830666341f246a5bb4971ac69f280"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "de4dc92dd9da181c568cd8b7d782f26278034b62a316be03a145edfd16e7d9a1"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "449a3a327e5b24dfebee6ed7b273cce70072fa31625a904add00189c2e7098f3"; + type = "rootfs0"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaomi_redmi-router-ac2100-initramfs-kernel.bin"; + sha256 = "0eca5e401feb8ddce7da9e08b43b0dad4ab84f3c198df7dc4af2420092a4e4ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ac2100" + ]; + titles = [ + { + model = "Redmi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaoyu_xy-c5 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-xiaoyu_xy-c5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaoyu_xy-c5-initramfs-kernel.bin"; + sha256 = "7b20982c7cca757bf1274c46946d9653af1dd5c785d45386a7010d619f028084"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xiaoyu_xy-c5-squashfs-sysupgrade.bin"; + sha256 = "e354760fdea1fcf2d4bd8c1488b2e6b188b8e4e758baa81e04b2eb6b4388661a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaoyu,xy-c5" + ]; + titles = [ + { + model = "XY-C5"; + vendor = "XiaoYu"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "bea7acd85c00eb93e1dee03704f29e04420458b6badffbabe1d418a2a75116ed"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-xzwifi_creativebox-v1-initramfs-kernel.bin"; + sha256 = "76c23baf152d5aecc63a23e10329fbaaf911d720133029237644bb29e3221cd7"; + type = "kernel"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + model = "v1"; + vendor = "CreativeBox"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "53be3baaae7c97a79d615c59a7e94be22a48559e686bc3d4283199b2856c2f27"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-youhua_wr1200js-initramfs-kernel.bin"; + sha256 = "b07cada7e916a0b72dda4613dc2ba799945cc13d76fa07a847f51dc5495437f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + model = "WR1200JS"; + vendor = "YouHua"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "3df3146944e493df9f64f8a79fff11d600376f3e2a7eabe76554c19b01770d17"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-youku_yk-l2-initramfs-kernel.bin"; + sha256 = "e11432bd17bd515842d74d50177d7686ae5d6529b5d5141486d85661d58ea0cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + model = "YK-L2"; + vendor = "Youku"; + } + ]; + }; + zbtlink_zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-zbtlink_zbt-we1326"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-zbtlink_zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "71fa15cd2c4913d20cbd4b1b38a12b1681d2108c689af5c46fb1df42bfa11785"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-zbtlink_zbt-we1326-initramfs-kernel.bin"; + sha256 = "0626924ed45fe6c93adcb6c18facb5e7eba98cddb26f3850e86ce64ef7070907"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1326" + "zbt-we1326" + ]; + titles = [ + { + model = "ZBT-WE1326"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-zbtlink_zbt-we3526-initramfs-kernel.bin"; + sha256 = "34a34c95dbf32e77b83f98652c530dfe64758adbebd8ba3a87c7cf4aeaccb1ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "9d41fbbb8691f66e261e7d166137004274edb62349bae4459ab4ac87b32175da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + model = "ZBT-WE3526"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg2626 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-zbtlink_zbt-wg2626"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-zbtlink_zbt-wg2626-initramfs-kernel.bin"; + sha256 = "22463ba7c9892ab4919aa2e260a2eefec4505c673e21fead02ec1588af4ac79a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-zbtlink_zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "7c19017c0fb0148364fe7d8eae90420def41457430ec860e31327f7507063c80"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg2626" + "zbt-wg2626" + ]; + titles = [ + { + model = "ZBT-WG2626"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-zbtlink_zbt-wg3526-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-zbtlink_zbt-wg3526-16m-initramfs-kernel.bin"; + sha256 = "f07eef0d2e9dd010adbf365e2aa9bb1448c50249e8dc3bc2d1937aa3c344bd72"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-zbtlink_zbt-wg3526-16m-squashfs-sysupgrade.bin"; + sha256 = "4979677d758ff89351b63aba5598267edaa14bf359e32de385b1f73f988114fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-16m" + "zbt-wg3526" + "zbt-wg3526-16M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-32m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-zbtlink_zbt-wg3526-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-zbtlink_zbt-wg3526-32m-initramfs-kernel.bin"; + sha256 = "2fb901ba22b23049a6f1fbc4dbb87783ad4e807e9e9708a6c7b115309c5c6460"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-zbtlink_zbt-wg3526-32m-squashfs-sysupgrade.bin"; + sha256 = "9769f8636c4a5ad27fd0fbe3444491bf3bb5e2ef9913ab29903e8c7e3f922e0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-32m" + "ac1200pro" + "zbt-wg3526-32M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zio_freezio = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-zio_freezio"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-zio_freezio-squashfs-sysupgrade.bin"; + sha256 = "04c52f36b382196d9a1af69570a1ae8423ac34ac33c95950db1f15c35ac59fd2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-zio_freezio-initramfs-kernel.bin"; + sha256 = "91712f6b21889484918cec7128798fedd85cbaa18d73dde914e84239fdec8f07"; + type = "kernel"; + } + ]; + supported_devices = [ + "zio,freezio" + ]; + titles = [ + { + model = "FREEZIO"; + vendor = "ZIO"; + } + ]; + }; + zyxel_nr7101 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "uboot-envtools" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-zyxel_nr7101"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-zyxel_nr7101-initramfs-recovery.bin"; + sha256 = "ebee53e20290711f1fed4ca3c07a653ef977121d23e47ee917da82f5a5a2afd6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-zyxel_nr7101-squashfs-sysupgrade.bin"; + sha256 = "0d336ea8f1f3bfdfd1903019f32c07f3337b4edcde30e571c5b482b0ed3b9b77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nr7101" + ]; + titles = [ + { + model = "NR7101"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wap6805 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7621-qtn-rgmii" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt7621-zyxel_wap6805"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt7621-zyxel_wap6805-initramfs-kernel.bin"; + sha256 = "c63a42ca120964b53d854e7952c38171af7df073d1c53c95b694727bd058e21a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt7621-zyxel_wap6805-squashfs-sysupgrade.bin"; + sha256 = "799c67d860c8d12599d8665e4ddd9bebb363afaebf43f81cddb88c62847535fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wap6805" + ]; + titles = [ + { + model = "WAP6805"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "ramips/mt7621"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-mt7603" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "80837a2ae66bc6952634130a323699166f95136750060ab1f29f78131cc145d9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-alfa-network_awusfree1-initramfs-kernel.bin"; + sha256 = "da50181f46dbc0a66260accc64daacb24a714caea094d29cdd390201ddd98e5f"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + "awusfree1" + ]; + titles = [ + { + model = "AWUSFREE1"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rt-n10p-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-asus_rt-n10p-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-asus_rt-n10p-v3-squashfs-sysupgrade.bin"; + sha256 = "d739c7bc2b5aff88174f70c44803bc684655e251881bf9d2f59888bb721a43fd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-asus_rt-n10p-v3-initramfs-kernel.bin"; + sha256 = "1d326fb9505d96e51103792f5d09f702086093be69b16ffb9a219fd9c29fe2c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v3" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "V3"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n11p-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-asus_rt-n11p-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-asus_rt-n11p-b1-squashfs-sysupgrade.bin"; + sha256 = "5f16a23c62426f51530651a83eef812cbe3a0bbbff0da0f4fee2faaeffb99522"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-asus_rt-n11p-b1-initramfs-kernel.bin"; + sha256 = "c584aca7651a1c05d1051084a8d6c7b761cbeacb028ffa57c62ef2001c4acfb3"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n11p-b1" + ]; + titles = [ + { + model = "RT-N11P"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12-vp-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-asus_rt-n12-vp-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-asus_rt-n12-vp-b1-initramfs-kernel.bin"; + sha256 = "4033474707b974555701a0fc13dc4c049cba7462cac34c185c2b15f083155e48"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-asus_rt-n12-vp-b1-squashfs-sysupgrade.bin"; + sha256 = "ba0b15aaa50ceaa79d3563677e54d58fa854764ffb84837786270c3429357916"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n12-vp-b1" + ]; + titles = [ + { + model = "RT-N12 VP"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + buffalo_wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-buffalo_wcr-1166ds"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-buffalo_wcr-1166ds-initramfs-kernel.bin"; + sha256 = "37e6019deb3e3c0235695da381381812a21c11fa755e26f2e3df1f502ea510e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-factory.bin"; + sha256 = "da85572a02a0118e693cef7ccdad2c52d0370b01c4b52d5b13c5e4f4bdf1543c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "cfb78fd4ed6f19f9b7903c8cc4ae5a1f8c2d1f62b0dcda209852bb3accd0a7ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wcr-1166ds" + "wcr-1166ds" + ]; + titles = [ + { + model = "WCR-1166DS"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "c8d89e909a5c697a36fcc6a225ec0aa11e542f9177b8544ea59889f7cdd4e602"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "e2478640cf691ea8060b41e84a8333cbe78abdfba1c6c2d1243331235ab8eca4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-cudy_wr1000-initramfs-kernel.bin"; + sha256 = "ebc2069815f84c8874214278433f2908cce9f95a645b46337e2d9954f2273428"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + model = "WR1000"; + vendor = "Cudy"; + } + ]; + }; + d-team_pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-d-team_pbr-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-d-team_pbr-d1-initramfs-kernel.bin"; + sha256 = "1b256bb528bf37e7d5a87920a4d6de2983319d860161e6c50227099ab4964c79"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-d-team_pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "31c84aafb681d927b66bf7940c426ccfd7552211dffa910672040d3858f06f7d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,pbr-d1" + "pbr-d1" + ]; + titles = [ + { + model = "PBR-D1"; + vendor = "PandoraBox"; + } + ]; + }; + duzun_dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-duzun_dm06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-duzun_dm06-initramfs-kernel.bin"; + sha256 = "ae96a4f9627c8cc0b0253c456bd50c5163783a5aabc753185b3538ec4bfc2063"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-duzun_dm06-squashfs-sysupgrade.bin"; + sha256 = "3cb74d2ae02958da6b78149d08249b39a8289d9e919a6bb6a1262a5abd37714a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "duzun,dm06" + "duzun-dm06" + ]; + titles = [ + { + model = "DM06"; + vendor = "DuZun"; + } + ]; + }; + elecom_wrc-1167fs = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-elecom_wrc-1167fs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-elecom_wrc-1167fs-initramfs-kernel.bin"; + sha256 = "9d1c8f23fb778a71d8b1053e8ce8afc0a70885ca32b75db807755ef437a95df6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-elecom_wrc-1167fs-squashfs-sysupgrade.bin"; + sha256 = "f74a3bfb6a00d71c5ee539f1c1196c6189dcdacf92f36b367023ac2d0d90f660"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-elecom_wrc-1167fs-squashfs-factory.bin"; + sha256 = "f1a0d385ac820f71a6cadefcda5929b8939e603cdfefb65babbf3ac386fceef8"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167fs" + ]; + titles = [ + { + model = "WRC-1167FS"; + vendor = "ELECOM"; + } + ]; + }; + glinet_gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-glinet_gl-mt300n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-glinet_gl-mt300n-v2-initramfs-kernel.bin"; + sha256 = "ca88a3e5a6e73457fca2e83f35339f6b7525527a343d5d05feb5a2c5df9eaf57"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "79582f2382bd3973c23c5d9862d04d0942ce15c810125a2c4efaf82c143da523"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n-v2" + "gl-mt300n-v2" + ]; + titles = [ + { + model = "GL-MT300N"; + variant = "V2"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_microuter-n300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-glinet_microuter-n300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-glinet_microuter-n300-initramfs-kernel.bin"; + sha256 = "3f255d65764aa80fe5ffcb80a1c68e31a8780b9cf4516d61bb0451ef7234c4d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-glinet_microuter-n300-squashfs-sysupgrade.bin"; + sha256 = "6affd87f23645e8ae59cc5585951cffed6c9051210508e08a61f10fb8ae53a1e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,microuter-n300" + "microuter-n300" + ]; + titles = [ + { + model = "microuter-N300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-glinet_vixmini-initramfs-kernel.bin"; + sha256 = "589b9b876d27bf39474b8e57c1293f54790278e8efc183a8a69e8cde857145de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "f9f86d62bf554e62971cf02d535c13df3c1237eb3c8d79b84101dc047a9f289c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + model = "VIXMINI"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_wifi-pineapple-mk7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-hak5_wifi-pineapple-mk7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-hak5_wifi-pineapple-mk7-initramfs-kernel.bin"; + sha256 = "539f631f8861f68fee34e4479aeb5caffbf4ef7256a3eb4ee3fb8d15743c9750"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-hak5_wifi-pineapple-mk7-squashfs-sysupgrade.bin"; + sha256 = "568d3ee81b79cdca7dea4088abc037464a5a32953dab211fc518bbc768cf14c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-mk7" + "wifi-pineapple-mk7" + ]; + titles = [ + { + model = "WiFi Pineapple Mark 7"; + vendor = "Hak5"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "90a1acf962fb000f5b97a61aab36c8505be9a1b9718475eed7c635ecf78b8f6e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-hilink_hlk-7628n-initramfs-kernel.bin"; + sha256 = "6f9153a8d3608b58d66a1a62d2d7af93a71846fe65a76da9bf83a352dd5f187e"; + type = "kernel"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + model = "HLK-7628N"; + vendor = "HILINK"; + } + ]; + }; + hilink_hlk-7688a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-hilink_hlk-7688a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-hilink_hlk-7688a-squashfs-sysupgrade.bin"; + sha256 = "e9da5438493169e8ea2ab1bf479dbf7eec5c584c78200effd107e57029019f72"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-hilink_hlk-7688a-initramfs-kernel.bin"; + sha256 = "f2d34ed919dc9c816b3e5910bead4628e8784af4e24c92cd92a197b85521f285"; + type = "kernel"; + } + ]; + supported_devices = [ + "hilink,hlk-7688a" + ]; + titles = [ + { + model = "HLK-7688A"; + vendor = "Hi-Link"; + } + ]; + }; + hiwifi_hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-hiwifi_hc5661a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-hiwifi_hc5661a-initramfs-kernel.bin"; + sha256 = "ac0ff779e1af79ba897aeb61ea97d6705519a901b783c8b346dfb769ace2e9ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-hiwifi_hc5661a-squashfs-sysupgrade.bin"; + sha256 = "b749a4e9be424fb5bf2a935b613c4d070cd4f270972d6fef1a3942116a15ea72"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5661a" + "hc5661a" + ]; + titles = [ + { + model = "HC5661A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761a = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-hiwifi_hc5761a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-hiwifi_hc5761a-squashfs-sysupgrade.bin"; + sha256 = "6d46ce622660d73b5064004dcb2be1660d104ffc2e47786ecf9402c1764574de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-hiwifi_hc5761a-initramfs-kernel.bin"; + sha256 = "c2f69181754004668a86c261dca6fd041020de5c4f60d0385e3fb4d17efda625"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5761a" + ]; + titles = [ + { + model = "HC5761A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "426e94aba2f3c7bd1f7fdfc90f1f9a1b6cec0c6c03d77dbfd9db922f1b6bfc23"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-hiwifi_hc5861b-initramfs-kernel.bin"; + sha256 = "e37e75820f9e2eba62af60748ea366ba8f0d13e90ad91309c60acfbc4ed0d34d"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + model = "HC5861B"; + vendor = "HiWiFi"; + } + ]; + }; + iptime_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-iptime_a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-iptime_a3-squashfs-sysupgrade.bin"; + sha256 = "8488bc1d83f994a36e5a9d58c21e1c0480980706a29ddb709cba31f0cad37f6f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-iptime_a3-initramfs-kernel.bin"; + sha256 = "b0144dce1337a530893ce3a448733c34a999290e2e7815f4cbd17f9a3e4b3321"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a604m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-iptime_a604m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-iptime_a604m-initramfs-kernel.bin"; + sha256 = "d989aa7021b3cb6acdda48cf312a8f3b6e53488ced59b659fb00d9892ffda6a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-iptime_a604m-squashfs-sysupgrade.bin"; + sha256 = "33bf8ea78c4acae03b5dc37da8857dd48071ca4d1dafb93efe801ae5c878a072"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a604m" + ]; + titles = [ + { + model = "A604M"; + vendor = "ipTIME"; + } + ]; + }; + jotale_js76x8-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-jotale_js76x8-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-jotale_js76x8-16m-initramfs-kernel.bin"; + sha256 = "0028fd462f13d44db4925cbd0b6551d63b4bee5c946a27e02ad83450bf50548a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-jotale_js76x8-16m-squashfs-sysupgrade.bin"; + sha256 = "369c7e8ea8bc7c37bb3d424250370e97294c3e19cd5e0eeae6ebf8d57e276e9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-16m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "16M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-jotale_js76x8-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-jotale_js76x8-32m-initramfs-kernel.bin"; + sha256 = "1a2963abbd410ad2d088cf542f45ddb718f9da599201d8da3d8738add42ec58d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-jotale_js76x8-32m-squashfs-sysupgrade.bin"; + sha256 = "f8539fc8d34c2c82162b2054e1d4f1ff9ee58ff09a22282ea971f349dfc8999c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-32m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "32M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-jotale_js76x8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-jotale_js76x8-8m-squashfs-sysupgrade.bin"; + sha256 = "f8a3982f1af433c30e24b8d27dfbc31d9dee7dc55df9485300651493c02bcc23"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-jotale_js76x8-8m-initramfs-kernel.bin"; + sha256 = "af4cffd1d45659b893e614a76cf47eab8e938139aa36df339329d5f29b0533ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-8m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "8M"; + vendor = "Jotale"; + } + ]; + }; + mediatek_linkit-smart-7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-mediatek_linkit-smart-7688"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-mediatek_linkit-smart-7688-initramfs-kernel.bin"; + sha256 = "af38dfdd8a1dbb2aacc0838b50e87ffa78caf481452d5e90a7f7c2673b50ab69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-mediatek_linkit-smart-7688-squashfs-sysupgrade.bin"; + sha256 = "315afdbea8c22b6d0245bc43464bb9cc00ae45a15aad1c1ae274ab9987577891"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,linkit-smart-7688" + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + model = "LinkIt Smart 7688"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7628an-eval-board = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-mediatek_mt7628an-eval-board"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-mediatek_mt7628an-eval-board-squashfs-sysupgrade.bin"; + sha256 = "bfe90ff3ca216acf50fe1b34b451340733f839c921c52a9b1b359aa5ba3d3035"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-mediatek_mt7628an-eval-board-initramfs-kernel.bin"; + sha256 = "f3cc41c081d584686511a607df5cd75c6d3c234b13e2dfaf1bb9c5b6de4b1f56"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7628an-eval-board" + "mt7628" + ]; + titles = [ + { + model = "MT7628 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercury_mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-mercury_mac1200r-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-mercury_mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "796b3865ed464ff74f2db3ce2656f3f88612d51498e1241bc87d36a652d7ec1d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-mercury_mac1200r-v2-initramfs-kernel.bin"; + sha256 = "e4725113ea5450cacf0d701785c92ef747b90a649bb21a55ac8d95afc2d69b6f"; + type = "kernel"; + } + ]; + supported_devices = [ + "mercury,mac1200r-v2" + "mac1200rv2" + ]; + titles = [ + { + model = "MAC1200R"; + variant = "v2.0"; + vendor = "Mercury"; + } + ]; + }; + minew_g1-c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-cp210x" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-minew_g1-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-minew_g1-c-squashfs-sysupgrade.bin"; + sha256 = "4b55673607e7c130f4135a88a1dff4ee8eb8a41ba960372a3ce825396e292958"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-minew_g1-c-initramfs-kernel.bin"; + sha256 = "95329de514cf2c8e4dc4c0fb30e423782169bf5cc4fd46215415d953271c1276"; + type = "kernel"; + } + ]; + supported_devices = [ + "minew,g1-c" + "minew-g1c" + ]; + titles = [ + { + model = "G1-C"; + vendor = "Minew"; + } + ]; + }; + netgear_r6020 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-netgear_r6020"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-netgear_r6020-initramfs-kernel.bin"; + sha256 = "a2739cbb8dcf1a7318eb1a8904db6d7b2f75d21915f4e4438dfeae0a0c7ca5b3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-netgear_r6020-squashfs-sysupgrade.bin"; + sha256 = "4560d3287c0b9443d83ec21542b19af5f019ffeb544ced29110357e90b81e783"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-netgear_r6020-squashfs-factory.img"; + sha256 = "6d5d80a6c1f2e98c259924f677e1325fd6c1a7afaaa9abd46033cd0e56956ff6"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6020" + ]; + titles = [ + { + model = "R6020"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6080 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-netgear_r6080"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-netgear_r6080-squashfs-factory.img"; + sha256 = "a6c39d25c8ed81b72ebd3cdba352b4398312c21222f5679d0dd4e0b8d64f5a22"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-netgear_r6080-squashfs-sysupgrade.bin"; + sha256 = "28e1566adb7363b381a2f14005a8d165622e1bedbde48703f3e008470bd87cc5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-netgear_r6080-initramfs-kernel.bin"; + sha256 = "e9418d8d0428a836ad28c1cd80607df23d0d0369d0374bc3af55dafb6466aaac"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6080" + ]; + titles = [ + { + model = "R6080"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "1a85a85774e3388fd5d3879c84e457255834e0be4a7bb82a25cf09312510293c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "ff4d6288ed85b335ae0901af0d8965ab691058c5ca8d70370b223fc4ff9643bb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-netgear_r6120-initramfs-kernel.bin"; + sha256 = "9aa2d6c1539b9d56de76010560101509dccfcac5e57c7ef513ca40e8dc1fd020"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + model = "R6120"; + vendor = "NETGEAR"; + } + ]; + }; + onion_omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-onion_omega2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-onion_omega2-squashfs-sysupgrade.bin"; + sha256 = "4042976fb35c7d25d1e4e4b38aec06eff20f5b77447116aea6d0e7b72500d549"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-onion_omega2-initramfs-kernel.bin"; + sha256 = "c745d18e3c5525fa010747230dd82da435c792ad2265868a36f9f17388ff3fee"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega2" + "omega2" + ]; + titles = [ + { + model = "Omega2"; + vendor = "Onion"; + } + ]; + }; + onion_omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-onion_omega2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-onion_omega2p-initramfs-kernel.bin"; + sha256 = "a108ce98cf2df8f042068fd1937cd8bfc9cd1fe84f09a2fd1934f593ff41b9bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-onion_omega2p-squashfs-sysupgrade.bin"; + sha256 = "dd8f5c97c8d96f05bf17dd8636897c25e6b4b909b674303a04de2523ccdad36d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2p" + "omega2p" + ]; + titles = [ + { + model = "Omega2+"; + vendor = "Onion"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-rakwireless_rak633-initramfs-kernel.bin"; + sha256 = "21ad7a7bb35b2397b6931adb0d3eb1e29e0b7183389f7e053f89791217f43a31"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "609c60569e68e81bd237606e2da7c08e90dedfd0ef4d584e94cbafa1d09fec58"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + model = "RAK633"; + vendor = "Rakwireless"; + } + ]; + }; + ravpower_rp-wd009 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-i2c-mt7628" + "ravpower-mcu" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-ravpower_rp-wd009"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-ravpower_rp-wd009-initramfs-kernel.bin"; + sha256 = "74a290dc6cbc2bdbdca757fc708e379a315e056bb0b998596379cbc75763837a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-ravpower_rp-wd009-squashfs-factory.bin"; + sha256 = "ac6b82b72cb55236c0c1401356889120134f4909999d084c166ec6af11d72dc5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-ravpower_rp-wd009-squashfs-sysupgrade.bin"; + sha256 = "33b3cda461ca691ef0cfe52d19e8ff1bc40ea320ed18670851d8e204c185473f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,rp-wd009" + ]; + titles = [ + { + model = "RP-WD009"; + vendor = "RAVPower"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "4cacf7967fb0e53e1426095c9c642e456fdcc52f5956752e7358c4d28f892ca9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-skylab_skw92a-initramfs-kernel.bin"; + sha256 = "d595ff88c43af9eefca3576b8e844213c55f6cf3008ebd432c0dccadf8f43ee3"; + type = "kernel"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + model = "SKW92A"; + vendor = "Skylab"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tama_w06-initramfs-kernel.bin"; + sha256 = "03415aeb8c6d05c6b9c979313db9e094e77de3d2f24002a7f48f91cc9973405c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "f9d4bb6bec126be57526f81a23791a3805b8e0ba56b1886812d07b2e20f3f4ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + model = "W06"; + vendor = "Tama"; + } + ]; + }; + totolink_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-totolink_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-totolink_a3-initramfs-kernel.bin"; + sha256 = "615cb838458eb556578c45b85505cfce5bebd312b4cf5a8168f5b63a4eccee5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-totolink_a3-squashfs-sysupgrade.bin"; + sha256 = "191dd7cef3721869a8ba677197dd97e7306ebfe771cb5ca5511ff28c445332b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-totolink_lr1200-initramfs-kernel.bin"; + sha256 = "638eb0f5a4088bae572244fa2c08fb00ca27e858fd4784fcb36ffe6a68c4ff3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "69b1cbb640c2543d3ba332b9d27ca4ef882e03dfbf5842a21df5c09a9adbf45a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + model = "LR1200"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_archer-c20-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_archer-c20-v4-squashfs-sysupgrade.bin"; + sha256 = "e5f72ac8c284556af38573d694287e509d7a8d20e8147b38565ea21debcad897"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_archer-c20-v4-initramfs-kernel.bin"; + sha256 = "a42d435a9744a35fd864f2d03da4ed1f09dd7d9d9aeab0192894a037af9b80eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_archer-c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "da5d455a65d6584b0f64393ef3a8dc50b73bd331e83fd80bac33e7eb5f725abb"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v4" + "tplink,c20-v4" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v5 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_archer-c20-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_archer-c20-v5-squashfs-sysupgrade.bin"; + sha256 = "c6d7c4e9f96d180fa55397aef50a9b04cab8df122be67cb78ffac5ec9a1d4fb4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_archer-c20-v5-initramfs-kernel.bin"; + sha256 = "f687a7cdf2eebeb1080608124389da7d896b2b5ee5b0651edf09e00d1c569796"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v5" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_archer-c50-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_archer-c50-v3-squashfs-sysupgrade.bin"; + sha256 = "df705019f696520dc0da3e4ff92f6d2f762ca5d9a0f8bc93d146318417757d08"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_archer-c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "e293502d82b3cd9210b5aa0a0af8740cad1f1f738ad54d0d12c3a291777578ce"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_archer-c50-v3-initramfs-kernel.bin"; + sha256 = "72a1e9dfd83dfb79ee0cc3e5dd0e235aeaabd52ab5f99b508488f3b0253a329f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v3" + "tplink,c50-v3" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_archer-c50-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_archer-c50-v4-squashfs-sysupgrade.bin"; + sha256 = "34797b2e25032394a80fbd9b49c02d10c74154fe2510cb8df996bc4d8c9586f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_archer-c50-v4-initramfs-kernel.bin"; + sha256 = "801a7c0112092fd651c1d7885769bf9105512d1c459a7d91205a384ed0d4c3a1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v4" + "tplink,c50-v4" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_re200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_re200-v2-squashfs-sysupgrade.bin"; + sha256 = "4618f5adef7a476bb21fa08cced8296d79bceb84653d53ae1a1a7e6eae2fe674"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_re200-v2-squashfs-factory.bin"; + sha256 = "96feb981377a0f7e913c66807d09e2f83ce109cdfb17dbc7bf3eef3d037900e5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_re200-v2-initramfs-kernel.bin"; + sha256 = "24fb147c9d8e6ec3f45553566b35043b637d4399b535ae5956e39b8d8698ec41"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v2" + ]; + titles = [ + { + model = "RE200"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v3 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_re200-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_re200-v3-squashfs-factory.bin"; + sha256 = "787ffebca7c2d4e90260c7427ece44b8b66206be6687f29ad60a096e36d431fe"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_re200-v3-initramfs-kernel.bin"; + sha256 = "e6d55f66a76f7db6dd274824f68fa9ff881bd792cbfbb31d9ff4c05c1c48cc3f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_re200-v3-squashfs-sysupgrade.bin"; + sha256 = "5d00ec271d0a6b519c48d0ac1896eda3f44ee8416fc653eddcc3570429b29583"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re200-v3" + ]; + titles = [ + { + model = "RE200"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_re200-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_re200-v4-squashfs-factory.bin"; + sha256 = "688f32fe7847f665679d374d1c779725ec912cbd6cb47e91109fa49334675b87"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_re200-v4-squashfs-sysupgrade.bin"; + sha256 = "8f746f0166a28ddac56ba813abf662b7ce7a2c870ab5f042c5b2fcbcf852b849"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_re200-v4-initramfs-kernel.bin"; + sha256 = "2d617e3fb2a7d1c3ff31effbd000c7f250cea356497e9e97715db8bb55695660"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v4" + ]; + titles = [ + { + model = "RE200"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re220-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_re220-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_re220-v2-initramfs-kernel.bin"; + sha256 = "a26a98231810f3e0bdc800caee6e10ef85c0a9cd01720d8dac39fb2ebcbe8c24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_re220-v2-squashfs-sysupgrade.bin"; + sha256 = "23350c9a41bc3828d615474090d5a38b88ab0a5a41fc60e663b01ee8861d13cc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_re220-v2-squashfs-factory.bin"; + sha256 = "f670bc1b671480f31900ef7a676af20a97497a2895bec311dbdddfe668b5b8f2"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re220-v2" + ]; + titles = [ + { + model = "RE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_re305-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_re305-v1-initramfs-kernel.bin"; + sha256 = "0033943ffb89fc5388f01335705f0ec9dbaa588f7e68dbba6837d888d0802a29"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_re305-v1-squashfs-factory.bin"; + sha256 = "92af1342c4734e158e396ffa31ca288bcf6578d2a3e8f287dd1ba72d7bf6bfdd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_re305-v1-squashfs-sysupgrade.bin"; + sha256 = "1f5065607067305c96a1b9b52128dcb02a6cb0876570a1d4a30981191caec590"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re305-v1" + ]; + titles = [ + { + model = "RE305"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-mr3020-v3-initramfs-kernel.bin"; + sha256 = "d3d92eea8bf25d41a733c842255711c850b4dacf3b65b7a78a90bef7053a848e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "010de95171387f8e769a4dd556c8352a9264e2c2f41000b99419ba33b2be1cb6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "e5fb82f069b2a68218d4f5a147f5331ee171050fd5a1e63dab052e28d5699bb2"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + model = "TL-MR3020"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-mr3420-v5-initramfs-kernel.bin"; + sha256 = "72b143f8a74a23ee14bc75da31c9b387801b7ea37653ef1e34342d2d777f8390"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "368fabb4d3b50d15f578391ed346bcce858b7655811e10b6dc3c6cfe7e6710e7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "71f25b347ee3a33c0874df6ed530d410a7301e3974b3590818de54ecdccd0ccb"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + model = "TL-MR3420"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-mr6400-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-sysupgrade.bin"; + sha256 = "d02bbec052382d444a9a4888261f5831c469c31f63b8dbd66814480ebf859402"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-mr6400-v4-initramfs-kernel.bin"; + sha256 = "627500b83671d951e93646433e5717d4abb8a5e37bdeedeb113a8e2e1201074f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-tftp-recovery.bin"; + sha256 = "bed1afa83df39122ed017080dfb24cc19d379f678518d01be2e94f4bb73e993d"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v4" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-mr6400-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-mr6400-v5-initramfs-kernel.bin"; + sha256 = "4d5f31fb862f26866f8efd975e288aed92bde5df121fca6cde3e7cac17378c95"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-tftp-recovery.bin"; + sha256 = "f631b8aed612c3ff19836b5f9626ab71a58d1a1b981b59aff955261f37da6c37"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-sysupgrade.bin"; + sha256 = "ba3a2f2284b6fab8ab17b02939cf0193cb1d79b964001a3d5fff5cbe8f6f9bd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v5" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "70e74842adeb085daee8dbaf4cdb4b6692d3e10d37d0a4bf7de809b06a745ff9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wa801nd-v5-initramfs-kernel.bin"; + sha256 = "f71fa0b307a9b61bbe3a59491fe9cd00c405c3445a6abab285be512332966e25"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "8601a8fc72b67a4c4eb0caaa1c1535e358d05ec85dfcf21290af56e7e15d5920"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + model = "TL-WA801ND"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "1c0233ec710826c574446fe4c6c2c917701e247d4c85c148dfd7a928f2a4c8f8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "8d31b0e37621af4f4f9f09d2aa29f8eebd05b048102aa9dd4ed9c35b00381d31"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr802n-v4-initramfs-kernel.bin"; + sha256 = "045eee915e29652e72615eaf1269324ec61d4062c3dd2a78512a4b8ec2e331c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + model = "TL-WR802N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr840n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "ca28c8ac11213ecb9120adb4f39758b37bec634c9cd40bbd99db00413405a11b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr840n-v4-initramfs-kernel.bin"; + sha256 = "7af5b114285cc63d2da97aa21fc8c7c86b35669023d4261ffc91065ea7d80d9e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "0b89cd384ee715e4947c88a0d09f18ef987a6cdb9aeb480944a8095bfa803a4b"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr840n-v4" + "tl-wr840n-v4" + ]; + titles = [ + { + model = "TL-WR840N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr841n-v13"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "90e0f808407ce407649695a7c193cba235e461e5f9461b3c8f54b80989405ca5"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr841n-v13-initramfs-kernel.bin"; + sha256 = "ebae4270eb7a2ea96429c20213d0061b968a086e4d4ac2c726a41f542fb95715"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "7f4907d228fe53bcd4eff45f633b6cfe233b87f9568829267ab93685b9e85b61"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr841n-v13" + "tl-wr841n-v13" + ]; + titles = [ + { + model = "TL-WR841N"; + variant = "v13"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "e2bf2a111b4542df6d3904d14fd41ec191c089f9a5d29cacd88967f0a93fa776"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr842n-v5-initramfs-kernel.bin"; + sha256 = "bcefca8dd22c1d55ffaee0184ec02bfe1185c3556d837bcd5f1e64bc8abae124"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "ee9770c0d010399a76f11a77eb75a91ddcff695f537f7bf1f93520c503a36f37"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr850n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr850n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr850n-v2-initramfs-kernel.bin"; + sha256 = "87afe3405e80f09f53d7d479f70053883a5869b242265741fff1f8085515296a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-tftp-recovery.bin"; + sha256 = "b3cee9e841fe3a7bfcb93874ab3559cdd472cfec1900aa4aa0a1f34666c1442f"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-sysupgrade.bin"; + sha256 = "3e1aa17f360a7ac2e850a348bf883389b4a1e86321425047e4ecfd3b71525930"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr850n-v2" + ]; + titles = [ + { + model = "TL-WR850N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr902ac-v3-initramfs-kernel.bin"; + sha256 = "3a4f7c175979065920bdf93882caf80608bc141cbbfc81c49058b57ebb2f2744"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "257a365cf722a43fcb2b64b882809eddf8dd6bb0a9e909a268de785f4e9e5487"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "16e6022ed9643595b5d83328f5691bf982028b74ae7192b5d1f40316a1018fd9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + unielec_u7628-01-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-unielec_u7628-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-unielec_u7628-01-16m-squashfs-sysupgrade.bin"; + sha256 = "2d871740d90c5a976f565476b7d5198436832ac4c853de5092cba28b12f3dba3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-unielec_u7628-01-16m-initramfs-kernel.bin"; + sha256 = "3bd0942949167b486da46decd3c8653ae56a974a1bdaa51a786c8bea021f2ad8"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7628-01-16m" + "u7628-01-128M-16M" + "unielec,u7628-01-128m-16m" + ]; + titles = [ + { + model = "U7628-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + vocore_vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-vocore_vocore2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-vocore_vocore2-squashfs-sysupgrade.bin"; + sha256 = "366b358ab64b050673c6e1fe07e39baf1905f25cd598f5f5853725062161a610"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-vocore_vocore2-initramfs-kernel.bin"; + sha256 = "87de5f5d0565eb92cfe0460edc632ce5b49ed4e18b769ead21753dd9b4dc749d"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore2" + "vocore2" + ]; + titles = [ + { + model = "VoCore2"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore2-lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-vocore_vocore2-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-vocore_vocore2-lite-squashfs-sysupgrade.bin"; + sha256 = "f65e3677526fe9aa0326eba0d35cb84d5f4c95372d6b895020c430ebc5e52fa5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-vocore_vocore2-lite-initramfs-kernel.bin"; + sha256 = "8cb16e2deec1b20ccb280c1a5994a05582de3a5778dcc9f5c98f1927b2eddf05"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore2-lite" + "vocore2lite" + ]; + titles = [ + { + model = "VoCore2-Lite"; + vendor = "VoCore"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "d02b38677d0b620c39c7b674962721b9047754c8a48010b7edf1edbcdd463599"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-wavlink_wl-wn570ha1-initramfs-kernel.bin"; + sha256 = "aa88a40c025bbf7e06446a33a0e1338940485e947368d23b350b0c37e3a2fa1f"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + model = "WL-WN570HA1"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-wavlink_wl-wn575a3-initramfs-kernel.bin"; + sha256 = "4a5236cc807ec8aee247fa48786297cb83c34d46b533d268085806ca88f956a0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "5e78be6cb6805ad6d2d925c394202325e8a0060d1d7c85dc7f8aa34b841c51d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + model = "WL-WN575A3"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn577a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-wavlink_wl-wn577a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-wavlink_wl-wn577a2-squashfs-sysupgrade.bin"; + sha256 = "433a5dcb908b1386f4943c21d5ab6ce7344c1550268070b15b003d1c0a95df89"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-wavlink_wl-wn577a2-initramfs-kernel.bin"; + sha256 = "aa0c4d9f62f17c5852b44766f81c493941850a1102d08a020d113be2a9d79414"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn577a2" + ]; + titles = [ + { + model = "WL-WN577A2"; + vendor = "Wavlink"; + } + { + model = "WLR-755"; + vendor = "Maginon"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "7d06e6879c93cfbaed4b01c6a04623f8ae4980df45980e3442edb83fd4858242"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-widora_neo-16m-initramfs-kernel.bin"; + sha256 = "e50f4963d12e4e7b31d739f56c37b2f7345cded17d5ca079c35561e50e46b078"; + type = "kernel"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "16M"; + vendor = "Widora"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-widora_neo-32m-initramfs-kernel.bin"; + sha256 = "04a2f6e999ab9a238d0bcc519a255d9d812092ac8669aaaa4819cbf46dafd2ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "f0cf100838aadccfdd5755bb3ae6b2d7a6002d892a13a9450083c8f61a8d4313"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "32M"; + vendor = "Widora"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "11d6a79a7913be9eeb0d56387ae7fcf17d571a03ff9d76a9f8cc6299d8f80c4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-wiznet_wizfi630s-initramfs-kernel.bin"; + sha256 = "5caebc98af2ff01a6cf9f586b118b7d54024d63019c4c013da82172e4f5546ca"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + model = "WizFi630S"; + vendor = "WIZnet"; + } + ]; + }; + wrtnode_wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-wrtnode_wrtnode2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-wrtnode_wrtnode2p-initramfs-kernel.bin"; + sha256 = "86cb234f6e9b7b93add8f880f4ed24a2c975b3964c0949e8c70dd6394e3a8db7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "8ee06a39fb0ce96389a97ad34573496e7d3f6766589ed9da53874b16153120cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2p" + "wrtnode2p" + ]; + titles = [ + { + model = "WRTnode 2P"; + vendor = "WRTnode"; + } + ]; + }; + wrtnode_wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-wrtnode_wrtnode2r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-wrtnode_wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "903df3501ba2bf0712eeaa7a87f03d5f903006e7338a174df5cd9a5ad3a00613"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-wrtnode_wrtnode2r-initramfs-kernel.bin"; + sha256 = "8c4ec9104c1fe50800be609081721a79847af05485fc6afd5510c9347ab7b3b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2r" + "wrtnode2r" + ]; + titles = [ + { + model = "WRTnode 2R"; + vendor = "WRTnode"; + } + ]; + }; + xiaomi_mi-router-4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-xiaomi_mi-router-4a-100m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-xiaomi_mi-router-4a-100m-initramfs-kernel.bin"; + sha256 = "475ddb3aceebc15413d9ded613d6d05e4f0189524d2b7cc47305635427796f4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin"; + sha256 = "5db45399d5bc4f197c0a638b8628cbf19a33f575ca4b11dc1ee0cb78ba49f9c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m" + "xiaomi,mir4a-100m" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-xiaomi_mi-router-4c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-xiaomi_mi-router-4c-squashfs-sysupgrade.bin"; + sha256 = "495be10b5dcb3907e3e59c58bb8cedaf8c719d954a2616299c13fbd0716897f0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-xiaomi_mi-router-4c-initramfs-kernel.bin"; + sha256 = "57fb14e6ef038f26857460ab22f14e1520323cb612e8cd5c24d16eea4aa410b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4c" + ]; + titles = [ + { + model = "Mi Router 4C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-nano = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-xiaomi_miwifi-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-xiaomi_miwifi-nano-initramfs-kernel.bin"; + sha256 = "13fa5ef901103856f938e51e1db51797badfd4641dcb0585bec1f59360d2d31e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-xiaomi_miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "96caaaa618fead9248ab42e66fe8fc2c133632ad4366e5cd78786504533b5a46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-nano" + "miwifi-nano" + ]; + titles = [ + { + model = "MiWiFi Nano"; + vendor = "Xiaomi"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-zbtlink_zbt-we1226-initramfs-kernel.bin"; + sha256 = "1a43b6c51b54912219b007a6a1e74913478c2ea8edd18c431e75db4b9413658a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "1187f2e26a13816983f2817a0c710685943c5bbc227d0e05d83390821c7db890"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + model = "ZBT-WE1226"; + vendor = "Zbtlink"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "89451dc16eea81cfcf991e09878989f548fb9fc352e973b648d11c515cc16a06"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "cc2d73d4971e0fcb404aabbdb15fff62f9d3d4ef4431d1297e6a11f3ea2ba3ba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-mt76x8-zyxel_keenetic-extra-ii-initramfs-kernel.bin"; + sha256 = "e9cc21054f0c540e14373531d7cb5f0c6fab3a0a2faa181e0f688dc57dbc7911"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + model = "Keenetic Extra II"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "ramips/mt76x8"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + belkin_f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt288x-belkin_f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt288x-belkin_f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "d42949f4249711ad33a7ab83b172b917ed210dc486c2f1b60bf6d55eaf3103dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v1" + "f5d8235-v1" + ]; + titles = [ + { + model = "F5D8235"; + variant = "V1"; + vendor = "Belkin"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "ramips/rt288x"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "7links_px-4885-8m" = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-7links_px-4885-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-7links_px-4885-8m-squashfs-sysupgrade.bin"; + sha256 = "bdafddb38f1595357390c346a28c700dcf6695dbccb29decdbd1bf94e1257c1d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-7links_px-4885-8m-initramfs-kernel.bin"; + sha256 = "e21c8c155d535b98121fa05c5d04a11fed10aebd070036b9f24abf2c2bb65767"; + type = "kernel"; + } + ]; + supported_devices = [ + "7links,px-4885-8m" + "px-4885-8M" + ]; + titles = [ + { + model = "PX-4885"; + variant = "8M"; + vendor = "7Links"; + } + ]; + }; + "8devices_carambola" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-8devices_carambola"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-8devices_carambola-initramfs-kernel.bin"; + sha256 = "09021f53111153f219b7690603977c6c86a86f4ce642d74d48fd19b8d0af7fc9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-8devices_carambola-squashfs-sysupgrade.bin"; + sha256 = "faed328e411a7c6b190fbcd6407887a709a5d1a3e0f7081c56218c9c820c3c76"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8devices,carambola" + "carambola" + ]; + titles = [ + { + model = "Carambola"; + vendor = "8devices"; + } + ]; + }; + accton_wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-accton_wr6202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-accton_wr6202-squashfs-sysupgrade.bin"; + sha256 = "faa732fdd8b336e7614821a8c9bb898d7125329c6a6aad22745786b3cc2390b8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-accton_wr6202-initramfs-kernel.bin"; + sha256 = "4a83537e5790cf8612e7dce091c6f444def0c1c7a21aa9f1c5853e9a396d583a"; + type = "kernel"; + } + ]; + supported_devices = [ + "accton,wr6202" + "wr6202" + ]; + titles = [ + { + model = "WR6202"; + vendor = "Accton"; + } + ]; + }; + alfa-network_w502u = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-alfa-network_w502u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-alfa-network_w502u-squashfs-sysupgrade.bin"; + sha256 = "85095cc9a06093a8c8ae90aa55a3b007832d647b2b93944ee2f34403be71f558"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-alfa-network_w502u-initramfs-kernel.bin"; + sha256 = "2a4e5bd27dcf58cfada7ae3b7ec46f32a6a3fe166163105fd2f9e4bc5d98b3a8"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,w502u" + "w502u" + ]; + titles = [ + { + model = "Networks W502U"; + vendor = "ALFA"; + } + ]; + }; + allnet_all0256n-8m = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-allnet_all0256n-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-allnet_all0256n-8m-initramfs-kernel.bin"; + sha256 = "e8398780e9c7d41331bac9db3492384fe66a7ef0f42fa7b87c02e5613d91ec5f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-allnet_all0256n-8m-squashfs-sysupgrade.bin"; + sha256 = "eb54346fbc0e535a9ff23393b193f263121401ae305645a54311069047ad8834"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all0256n-8m" + "all0256n-8M" + ]; + titles = [ + { + model = "ALL0256N"; + variant = "8M"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5002 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-allnet_all5002"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-allnet_all5002-initramfs-kernel.bin"; + sha256 = "faeb0c962eab69a9d65d67c24e761b302e7599ac2d820ac14d4d50df6105f568"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-allnet_all5002-squashfs-sysupgrade.bin"; + sha256 = "19edcdf2b84d15e46ddc17ecb1743fa61311f1fe87443f129faa4da7007fbc5a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all5002" + "all5002" + ]; + titles = [ + { + model = "ALL5002"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5003 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-allnet_all5003"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-allnet_all5003-squashfs-sysupgrade.bin"; + sha256 = "ab62f4d0b78b4281b69441253881cd7cdd129e30bac79c7e1ca90f9f572ae31b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-allnet_all5003-initramfs-kernel.bin"; + sha256 = "e6c649ab67d8afe8f3b55fcf374c6c38a5714e1ea254c663d29a77aa5217c6aa"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all5003" + "all5003" + ]; + titles = [ + { + model = "ALL5003"; + vendor = "Allnet"; + } + ]; + }; + alphanetworks_asl26555-16m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-alphanetworks_asl26555-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-alphanetworks_asl26555-16m-initramfs-kernel.bin"; + sha256 = "b7e32166b22d6049577df59d306ea59c3f319e89929d554f0aeb3e75f9e454c6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-alphanetworks_asl26555-16m-squashfs-sysupgrade.bin"; + sha256 = "57e3ad089c10480ad540e0c296d622707f8a9dc0d2cb09e4b8bd4c648ff68b5c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-16m" + "asl26555" + "asl26555-16M" + ]; + titles = [ + { + model = "ASL26555"; + variant = "16M"; + vendor = "Alpha"; + } + ]; + }; + alphanetworks_asl26555-8m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-alphanetworks_asl26555-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-alphanetworks_asl26555-8m-squashfs-sysupgrade.bin"; + sha256 = "87be8c28d462e8b13d4781d8da81a49c96b20a12ee2408d8df232601540dbf7b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-alphanetworks_asl26555-8m-initramfs-kernel.bin"; + sha256 = "4071920ce704a4f88ffde6272e895185ac6533564c8f758af24e8ff3105fe1f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-8m" + "asl26555" + "asl26555-8M" + ]; + titles = [ + { + model = "ASL26555"; + vendor = "Alpha"; + } + ]; + }; + arcwireless_freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-arcwireless_freestation5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-arcwireless_freestation5-initramfs-kernel.bin"; + sha256 = "34e863cd60a3d1a67b88833f6ca5021cbfbd097d00a744fc9c95d4810e55bc4e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-arcwireless_freestation5-squashfs-sysupgrade.bin"; + sha256 = "aa8b155befedd86fde5984bcb144bfc1ade5317e557c1939602623d63092897a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcwireless,freestation5" + "freestation5" + ]; + titles = [ + { + model = "FreeStation"; + vendor = "ARC Wireless"; + } + ]; + }; + argus_atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-argus_atp-52b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-argus_atp-52b-initramfs-kernel.bin"; + sha256 = "806db136a7457725a6999e5172fcb605e3d7a1f58f3f36343d8c9dc5d92d307a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-argus_atp-52b-squashfs-sysupgrade.bin"; + sha256 = "3e2e975b54294779cca0129042781dbd381469dba48bcb1d8f9e7cf1eb2e3a94"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "argus,atp-52b" + "atp-52b" + ]; + titles = [ + { + model = "ATP-52B"; + vendor = "Argus"; + } + ]; + }; + asiarf_awm002-evb-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-asiarf_awm002-evb-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-asiarf_awm002-evb-8m-squashfs-sysupgrade.bin"; + sha256 = "1ca1e511719f9ff5aff0dbff6593c75cc845d17f881e7a2d37c8b68b2b9cb880"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-asiarf_awm002-evb-8m-initramfs-kernel.bin"; + sha256 = "4d4384814d0dc6ae48fdba6120b23fcee180b81641451732e836acf1116ef87d"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,awm002-evb-8m" + "awm002-evb-8M" + ]; + titles = [ + { + model = "AWM002-EVB/AWM003-EVB"; + variant = "8M"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-asus_rt-n13u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-asus_rt-n13u-initramfs-kernel.bin"; + sha256 = "03f6981e286d3bfda5bc14f7c7004e39b4b02cb38393344ceb4e9cb15f16f7f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-asus_rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "ffe3233edbf87b3cedbda0bc8f9e4e6d9bc55c9594e17f14e9753ddf535a2f45"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n13u" + "rt-n13u" + ]; + titles = [ + { + model = "RT-N13U"; + vendor = "Asus"; + } + ]; + }; + aximcom_mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-aximcom_mr-102n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-aximcom_mr-102n-squashfs-sysupgrade.bin"; + sha256 = "4a6d0ced4d75c9148285a6ce1b8273223bdad3fa024f8d136f3b7ad8bf3ef170"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-aximcom_mr-102n-initramfs-kernel.bin"; + sha256 = "3c843023cc129b375e652d0d80f7ef02c26f68acab08f8142e3c56c5c02e8a6e"; + type = "kernel"; + } + ]; + supported_devices = [ + "aximcom,mr-102n" + "mr-102n" + ]; + titles = [ + { + model = "MR-102N"; + vendor = "AXIMCom"; + } + ]; + }; + aztech_hw550-3g = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-aztech_hw550-3g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-aztech_hw550-3g-initramfs-kernel.bin"; + sha256 = "d02a1cd930459406afbedc3cfdaca27433c768cf84dff015c0332859caaafe3d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-aztech_hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "ac90b0a433cba29bd215cf8e57954634e8b5ed9db363d723dc812f12091cce3f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aztech,hw550-3g" + "hw550-3g" + ]; + titles = [ + { + model = "HW550-3G"; + vendor = "Aztech"; + } + { + model = "ALL0239-3G"; + vendor = "Allnet"; + } + ]; + }; + belkin_f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-belkin_f5d8235-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-belkin_f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "8fb874190bc4d789c2dc9e62b2eb9692538344cb931b3a1fa4d90b177963a0b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-belkin_f5d8235-v2-initramfs-kernel.bin"; + sha256 = "51d64748cf49446b6f88386a6a2c831ebe99a0ccef4b3cc98398f0198d52d547"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v2" + "f5d8235-v2" + ]; + titles = [ + { + model = "F5D8235"; + variant = "v2"; + vendor = "Belkin"; + } + ]; + }; + belkin_f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-belkin_f7c027"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-belkin_f7c027-initramfs-kernel.bin"; + sha256 = "eea975ad5162db8d2d8745f3d25633866dbc9d099d3092ac2aaaec9cdf031a52"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-belkin_f7c027-squashfs-sysupgrade.bin"; + sha256 = "418b5881f866d70bacba96b9d63b522cc67d6d05cbc031c114ff2f49be2174a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f7c027" + "f7c027" + ]; + titles = [ + { + model = "F7C027"; + vendor = "Belkin"; + } + ]; + }; + dlink_dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-dlink_dap-1350"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-dlink_dap-1350-initramfs-kernel.bin"; + sha256 = "aea7fec79bf827efcf5f4aaa5d20205b62bf6595f630fbe45e3c915a70a9375b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-dlink_dap-1350-squashfs-factory.bin"; + sha256 = "54f39f23fc9670012213e630bc51a22f00976a73c063ba0d37ab5dcdea6bc7db"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-dlink_dap-1350-squashfs-factory-NA.bin"; + sha256 = "0b9075200aad1f88aff90c0a641fe24d44c172dee3a90baba53e968f23b581a9"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-dlink_dap-1350-squashfs-sysupgrade.bin"; + sha256 = "550949c87fd57ecb926993fa7c0833aeb1afc44a40500fc348c6f665b32f4635"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1350" + "dap-1350" + ]; + titles = [ + { + model = "DAP-1350"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-300-b7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-dlink_dir-300-b7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-dlink_dir-300-b7-squashfs-sysupgrade.bin"; + sha256 = "d9039507ea82f9626b3bbeabbe914c4aa0ab8557388f3bde21cff2771cf209ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-dlink_dir-300-b7-initramfs-kernel.bin"; + sha256 = "04c2a64c1ea8a04edc50cdbe8f5902cbd049c99e76d9fc2ef08da0e7218aa526"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-300-b7" + "dir-300-b7" + ]; + titles = [ + { + model = "DIR-300"; + variant = "B7"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-dlink_dir-320-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-dlink_dir-320-b1-initramfs-kernel.bin"; + sha256 = "f7e1fb9b9d31520b2aef6b484af330277adbc2ab1421b9aca21b8bbc3e6c3949"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-dlink_dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "e0d027a3f128195cfdbcebe12139277777b0e2078b6ffe645be3af8090780fc3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-320-b1" + "dir-320-b1" + ]; + titles = [ + { + model = "DIR-320"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-dlink_dir-620-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-dlink_dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "0bf4fe8402cdb118cfe5effecf800c13a10b4e6ba28f03e45d52d14151878df1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-dlink_dir-620-a1-initramfs-kernel.bin"; + sha256 = "aa290a00ce243a0b79ae899496f0424ccf4aeac6fe4495cbb3cc3e3aae209087"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-620-a1" + "dir-620-a1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-dlink_dir-620-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-dlink_dir-620-d1-initramfs-kernel.bin"; + sha256 = "17280b5f982e63ebe44c4bb2bd86117e69b9b72a562204c06b7a0408ed5b05ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-dlink_dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "86c3da359780b5534f3d7bdf63069654d036a3fcc2dbac1a7d5f78484e1be0b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-620-d1" + "dir-620-d1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial-option" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-dlink_dwr-512-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-dlink_dwr-512-b-initramfs-kernel.bin"; + sha256 = "1a8f71b85199b105c90f1b6171878235ce589db200906748244aaf3c2266fefa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-dlink_dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "4a2aab7174f4c0629f18ee3216f995a4343c5cde97c1af4dede866b47e06ca82"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-dlink_dwr-512-b-squashfs-factory.bin"; + sha256 = "cd7ad97cdba5a0b2acfb46a469309f1391ee2e162fd957ae03ea266713fad324"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-512-b" + "dwr-512-b" + ]; + titles = [ + { + model = "DWR-512"; + variant = "B"; + vendor = "D-Link"; + } + ]; + }; + easyacc_wizard-8800 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-easyacc_wizard-8800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-easyacc_wizard-8800-squashfs-sysupgrade.bin"; + sha256 = "a1a5b09a4621689ef004f6a4b7b98e4670e70228c731a59648b3566d38b068da"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-easyacc_wizard-8800-initramfs-kernel.bin"; + sha256 = "a1e34110e831447b826ce15f6df7261bbe603bb44fcdda79dec33eb88a63f811"; + type = "kernel"; + } + ]; + supported_devices = [ + "easyacc,wizard-8800" + "wizard8800" + ]; + titles = [ + { + model = "WIZARD 8800"; + vendor = "EasyAcc"; + } + ]; + }; + fon_fonera-20n = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-fon_fonera-20n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-fon_fonera-20n-squashfs-sysupgrade.bin"; + sha256 = "ae8ebe29ed0860c7617c424e83d3f10cf7795becbb9858a4a84c4cf071aa90df"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-fon_fonera-20n-initramfs-kernel.bin"; + sha256 = "bebcad16a005b58d591c40bae01184304eb107336e5dd3dd2e721df82164bd51"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-fon_fonera-20n-squashfs-factory.bin"; + sha256 = "742e39980060937d9d8e143e8c1ae41bd9959e8dce6177475fe629b5494317c2"; + type = "factory"; + } + ]; + supported_devices = [ + "fon,fonera-20n" + "fonera20n" + ]; + titles = [ + { + model = "Fonera 2.0N"; + vendor = "Fon"; + } + ]; + }; + hame_mpr-a2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-hame_mpr-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-hame_mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "6af246d166a2028ce64da0f72413bb284e3e74cd5175cc0dda3abbea316b6329"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-hame_mpr-a2-initramfs-kernel.bin"; + sha256 = "607a4ee4cb0dda41128a58a5ec7fa8122fb4ce8b626d3fa912c0467493860bed"; + type = "kernel"; + } + ]; + supported_devices = [ + "hame,mpr-a2" + "mpr-a2" + ]; + titles = [ + { + model = "MPR"; + variant = "A2"; + vendor = "HAME"; + } + ]; + }; + hauppauge_broadway = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-hauppauge_broadway"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-hauppauge_broadway-initramfs-kernel.bin"; + sha256 = "d244b667b2310087e8d50df332b96b1e427c45ef6b16691c3d07b16352ccd844"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-hauppauge_broadway-squashfs-sysupgrade.bin"; + sha256 = "f61d0f6ab200607dd8ff55011b6781b1b06e161551cfe6aaa034240e42cb188f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hauppauge,broadway" + "broadway" + ]; + titles = [ + { + model = "Broadway"; + vendor = "Hauppauge"; + } + ]; + }; + huawei_hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-huawei_hg255d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-huawei_hg255d-initramfs-kernel.bin"; + sha256 = "3a9768a1eb69006da6f1c595cd2277953c082fbfe4125eb963fc0b887456a18e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-huawei_hg255d-squashfs-sysupgrade.bin"; + sha256 = "26805950020af33dab2fe9f759756236042efca32bad40638144950abddcec2a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg255d" + "hg255d" + ]; + titles = [ + { + model = "HG255D"; + vendor = "HuaWei"; + } + ]; + }; + intenso_memory2move = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-intenso_memory2move"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-intenso_memory2move-initramfs-kernel.bin"; + sha256 = "1116b2db55ad07c65e0e98adcab023f8225300f5a14642d43d2b09d835ec2bc6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-intenso_memory2move-squashfs-sysupgrade.bin"; + sha256 = "6171441ad8542c79b3062d8afb475f04f67a518fc7ae62f6dca8552d5042efa3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "intenso,memory2move" + "m2m" + ]; + titles = [ + { + model = "Memory 2 Move"; + vendor = "Intenso"; + } + ]; + }; + mofinetwork_mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-mofinetwork_mofi3500-3gn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-mofinetwork_mofi3500-3gn-initramfs-kernel.bin"; + sha256 = "346db57a3c9443e1993351a0c25d9688232839a6414dd910ff5c227789a9f58f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-mofinetwork_mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "3465699301a4b472eb5585afc9d61d4ed940635e522394f71a12939bddbfa300"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mofinetwork,mofi3500-3gn" + "mofi3500-3gn" + ]; + titles = [ + { + model = "MOFI3500-3GN"; + vendor = "MoFi Network"; + } + ]; + }; + nexaira_bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-nexaira_bc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-nexaira_bc2-squashfs-sysupgrade.bin"; + sha256 = "2f56b5f5143858c3e492601d0964df502a391ef7335cd1a3ba9741520da2a6f3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-nexaira_bc2-initramfs-kernel.bin"; + sha256 = "1d4437cf0592be9b1c9b67b17aac5e6c92332930d899e322c17e0969c0bbf91e"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexaira,bc2" + "bc2" + ]; + titles = [ + { + model = "BC2"; + vendor = "NexAira"; + } + ]; + }; + nexx_wt1520-8m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-nexx_wt1520-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-nexx_wt1520-8m-initramfs-kernel.bin"; + sha256 = "596ea6ca7fc4003eda144f922e53a955f6b4b7df2665302feb24c28e2db81b22"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-nexx_wt1520-8m-squashfs-sysupgrade.bin"; + sha256 = "f67bbed4892f83e320d90f06fc87d5bbfbf1f6db352452aa2ea03d26fa9afadb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-nexx_wt1520-8m-squashfs-factory.bin"; + sha256 = "604126e504ddf398b21d80c6fe7d16476433f7c65315df964dccab584a45378e"; + type = "factory"; + } + ]; + supported_devices = [ + "nexx,wt1520-8m" + "wt1520-8M" + ]; + titles = [ + { + model = "WT1520"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + nixcore_x1-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-nixcore_x1-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-nixcore_x1-16m-initramfs-kernel.bin"; + sha256 = "17fb8e5f0c675574852bc1bd7363120c76e97a2b882627d49c31dccdadd17225"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-nixcore_x1-16m-squashfs-sysupgrade.bin"; + sha256 = "7e6c588cb099b8f62e928c45e70e3f691e22ae5d83ff8d2d3870720c251ccb20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore,x1-16m" + "nixcore-x1" + "nixcore-x1-16M" + ]; + titles = [ + { + model = "X1"; + variant = "16M"; + vendor = "Nixcore"; + } + ]; + }; + nixcore_x1-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-nixcore_x1-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-nixcore_x1-8m-initramfs-kernel.bin"; + sha256 = "05f89509ebd6007d89169fe04eae1010dfb7d75fe3f7ad0159b9c2c106491341"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-nixcore_x1-8m-squashfs-sysupgrade.bin"; + sha256 = "be48abbdcf0c613d7bca1ca59b820bc688f2860486dc073a196da5701d068dab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore,x1-8m" + "nixcore-x1" + "nixcore-x1-8M" + ]; + titles = [ + { + model = "X1"; + variant = "8M"; + vendor = "Nixcore"; + } + ]; + }; + olimex_rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-olimex_rt5350f-olinuxino"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-olimex_rt5350f-olinuxino-initramfs-kernel.bin"; + sha256 = "8d01f98acc85ebbbb90c39783f4cc15674c90ba355d1a2ef0248a8d51e9315fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-olimex_rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "0fa5daace837251749da3d6ce4afb210ff17e8fb8443ad01830b6f1bd665d4ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino" + "rt5350f-olinuxino" + ]; + titles = [ + { + model = "RT5350F-OLinuXino"; + vendor = "OLIMEX"; + } + ]; + }; + olimex_rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-olimex_rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-olimex_rt5350f-olinuxino-evb-initramfs-kernel.bin"; + sha256 = "95bef9e928fc1d2bd0cf9ba23ce798d79ec808e61acbdf1f16489c89d6ee4a4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-olimex_rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "7d5a932f963dee230f5659ca45e739a0ab62d1439944e038d52ecb0bef73a1fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino-evb" + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + model = "RT5350F-OLinuXino-EVB"; + vendor = "OLIMEX"; + } + ]; + }; + omnima_miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-omnima_miniembplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-omnima_miniembplug-squashfs-sysupgrade.bin"; + sha256 = "282b0ce52cbc45aed07e2d8fd8f3d230468c83f6e7f6ac983a53c0294b7c8b07"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-omnima_miniembplug-initramfs-kernel.bin"; + sha256 = "98d117b647aad37a29166fe5caa5054d91910ab87a18b807a7bcb7c45d617ac0"; + type = "kernel"; + } + ]; + supported_devices = [ + "omnima,miniembplug" + "miniembplug" + ]; + titles = [ + { + model = "MiniEMBPlug"; + vendor = "Omnima"; + } + ]; + }; + omnima_miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-omnima_miniembwifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-omnima_miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "092ef79c2cf838413ae5a51eeaed29b185e08dc17745d8e3855fa08525577dab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-omnima_miniembwifi-initramfs-kernel.bin"; + sha256 = "592e514f41d44d5d28a15a3a7e4e3b6aba110408c12e502a38d44b58e57fdd00"; + type = "kernel"; + } + ]; + supported_devices = [ + "omnima,miniembwifi" + "miniembwifi" + ]; + titles = [ + { + model = "MiniEMBWiFi"; + vendor = "Omnima"; + } + ]; + }; + planex_mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-planex_mzk-wdpr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-planex_mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "7500189cb356dffd68f0afbba4849f4df4d1bfcddff989e9e8aa3e78a1f0624c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-planex_mzk-wdpr-initramfs-kernel.bin"; + sha256 = "61dfc508a2aca7ea26f217cb386b9abd022549fb295308a8268f27a4514a7420"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-wdpr" + "mzk-wdpr" + ]; + titles = [ + { + model = "MZK-WDPR"; + vendor = "Planex"; + } + ]; + }; + poray_ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-poray_ip2202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-poray_ip2202-squashfs-sysupgrade.bin"; + sha256 = "a7343e2f0db7ecc40746cf31c33220839e3bd93e87c2e3858867db72f16a9f50"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-poray_ip2202-initramfs-kernel.bin"; + sha256 = "8ef9fe2d51bdd06d3b2c3a1b55dd9b64c351906bcd1905f9378f4d07b59e1e04"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,ip2202" + "ip2202" + ]; + titles = [ + { + model = "IP2202"; + vendor = "Poray"; + } + ]; + }; + poray_m4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-poray_m4-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-poray_m4-8m-initramfs-kernel.bin"; + sha256 = "72d5bf4dce01eba0d853375d83e5d19aba981a337bdaf441b29d040fc609c27f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-poray_m4-8m-squashfs-sysupgrade.bin"; + sha256 = "b1245593fd7f50030573611ecfcd8719ff516050d037d8e9f305d4d6f550f574"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-poray_m4-8m-squashfs-factory.bin"; + sha256 = "d2ab8578e2c142fb87e04b3909b43086ed7cd0b5e9f5016f23c963bb9bbaedcd"; + type = "factory"; + } + ]; + supported_devices = [ + "poray,m4-8m" + "m4-8M" + ]; + titles = [ + { + model = "M4"; + variant = "8M"; + vendor = "Poray"; + } + ]; + }; + poray_x5 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-poray_x5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-poray_x5-initramfs-kernel.bin"; + sha256 = "8eacc9b621de37d44608be850f4455c2f1c2b9841bc3d54646a81aae25136752"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-poray_x5-squashfs-factory.bin"; + sha256 = "6edbb70928444b41ae767acb8e40038078ecf7288e4f22528cde0023e25b69d1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-poray_x5-squashfs-sysupgrade.bin"; + sha256 = "87db52ab884ae412f2ef52bbb090db4eadebc4f1c35c677e448291302c99b8b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,x5" + "x5" + ]; + titles = [ + { + model = "X5/X6"; + vendor = "Poray"; + } + ]; + }; + poray_x8 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-poray_x8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-poray_x8-squashfs-sysupgrade.bin"; + sha256 = "ba752e3ea0ac78a62660aaa5c570283e96c19baccd0f3f6f0a92d5854c719830"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-poray_x8-squashfs-factory.bin"; + sha256 = "46833472f19da4ec9fe8f80d79de6bbaac481f8ccde22404da5672cf549def13"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-poray_x8-initramfs-kernel.bin"; + sha256 = "0bf949c364f534eb949cd9eeea82c4fa1faf9a47bea5ab8405b577fbac935e69"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,x8" + "x8" + ]; + titles = [ + { + model = "X8"; + vendor = "Poray"; + } + ]; + }; + prolink_pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-prolink_pwh2004"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-prolink_pwh2004-initramfs-kernel.bin"; + sha256 = "a74b9ad7b5a0bae8b8d4bc1e1f30ae05164c65b512ee3ddbdb4ea80efc46c7cb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-prolink_pwh2004-squashfs-sysupgrade.bin"; + sha256 = "005b87f9fdf7431b32447e82e47c0e684f9395127c4b4d67db09546224c68905"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "prolink,pwh2004" + "pwh2004" + ]; + titles = [ + { + model = "PWH2004"; + vendor = "Prolink"; + } + ]; + }; + teltonika_rut5xx = { + device_packages = [ + "om-watchdog" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-teltonika_rut5xx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-teltonika_rut5xx-squashfs-sysupgrade.bin"; + sha256 = "15b575e0d22fdfb855afdf252ac2e76c725bf1051d69ac377cd46632f3b254f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-teltonika_rut5xx-initramfs-kernel.bin"; + sha256 = "068f9ade23f162f8dc16550de07fbbacf61d5c3a57de4abf79dac4aa156d7bde"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut5xx" + "rut5xx" + ]; + titles = [ + { + model = "RUT5XX"; + vendor = "Teltonika"; + } + ]; + }; + trendnet_tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-trendnet_tew-714tru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-trendnet_tew-714tru-initramfs-kernel.bin"; + sha256 = "9e7b71e41a3235ac717b5430f9145efab683b9ceb0dcc3d72ec953f51d6dac6b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-trendnet_tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "bfdf7c731598845790f3411d850cb6e9cd53ad9dea2c35616b842a579de65cb8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-714tru" + "tew-714tru" + ]; + titles = [ + { + model = "TEW-714TRU"; + vendor = "TRENDnet"; + } + ]; + }; + unbranded_wr512-3gn-8m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-unbranded_wr512-3gn-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-unbranded_wr512-3gn-8m-squashfs-sysupgrade.bin"; + sha256 = "ef7e99e7c1b683961ab0da3863faff6a7282b6f15093a0d54c725103e1c41926"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-unbranded_wr512-3gn-8m-initramfs-kernel.bin"; + sha256 = "ad4215e12f6bbf1f2a0d55f2a2ac40706d5d12ce01e9793ab468bbcc62a5cb28"; + type = "kernel"; + } + ]; + supported_devices = [ + "unbranded,wr512-3gn-8m" + "wr512-3gn-8M" + ]; + titles = [ + { + model = "WR512-3GN"; + variant = "8M"; + vendor = "Ralink"; + } + ]; + }; + upvel_ur-336un = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-upvel_ur-336un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-upvel_ur-336un-squashfs-sysupgrade.bin"; + sha256 = "b59cb6d0ff52c42cdf210a0439516a13b325ca7ed59c270edfee93a8cf0aa726"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-upvel_ur-336un-initramfs-kernel.bin"; + sha256 = "934fa28da781849153cf69ca31f8b9f089a19fd5a33b020fab84ea79abbc9ed6"; + type = "kernel"; + } + ]; + supported_devices = [ + "upvel,ur-336un" + "ur-336un" + ]; + titles = [ + { + model = "UR-336UN"; + vendor = "UPVEL"; + } + ]; + }; + vocore_vocore-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-vocore_vocore-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-vocore_vocore-16m-initramfs-kernel.bin"; + sha256 = "16be1cf8fb66e170ac2be5d14ddee71b2e461a88320d56c55fd8c609df2b63c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-vocore_vocore-16m-squashfs-sysupgrade.bin"; + sha256 = "2a83121eaf9ceb09eeeefc74a68802aeb1c7024fc465008d6008d7f6d61c5835"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore-16m" + "vocore" + "vocore-16M" + ]; + titles = [ + { + model = "VoCore"; + variant = "16M"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-vocore_vocore-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-vocore_vocore-8m-initramfs-kernel.bin"; + sha256 = "cf68e3d900f9505162e5270bafcf5711fc59a584e63e48981c0828323f5c909f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-vocore_vocore-8m-squashfs-sysupgrade.bin"; + sha256 = "527de20161da799779b11e2f103e261b750fe10bd48e263e9871af57aff988b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore-8m" + "vocore" + "vocore-8M" + ]; + titles = [ + { + model = "VoCore"; + variant = "8M"; + vendor = "VoCore"; + } + ]; + }; + wansview_ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-wansview_ncs601w"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-wansview_ncs601w-initramfs-kernel.bin"; + sha256 = "721b09dd9da1518c228e7e4372e454290123fea3533d1bd0afc3ffc2a82209dd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-wansview_ncs601w-squashfs-sysupgrade.bin"; + sha256 = "c09e17facfa4e638bcc0c457e8054baeac8bb86ee46dfce0a64ad3af4808abdc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wansview,ncs601w" + "ncs601w" + ]; + titles = [ + { + model = "NCS601W"; + vendor = "Wansview"; + } + ]; + }; + wiznet_wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-wiznet_wizfi630a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-wiznet_wizfi630a-initramfs-kernel.bin"; + sha256 = "aaabf03d9797edfea95b970818833c369605551d35faf2cbced338e9531b0e53"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-wiznet_wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "9a1a8b5c6a36a1830d77c4ed07a338fb9dd89b2c71d675d93451a9bf7bf57f26"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630a" + "wizfi630a" + ]; + titles = [ + { + model = "WizFi630A"; + vendor = "WIZnet"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "25a0ae11445a6ec16ce15e695be4684684344229162c2a93ef749bb0b3b4071c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-zorlik_zl5900v2-initramfs-kernel.bin"; + sha256 = "91f7807266279cbcea1944ecf3072706dcce3dfe8f12c6beb42f24abf666f9e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + model = "ZL5900V2"; + vendor = "Zorlik"; + } + ]; + }; + zte_mf283plus = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-zte_mf283plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin"; + sha256 = "3aa5752e667c9fe6ba621b9eb307c48f6cd1efe137225fe24df911f27202515a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-zte_mf283plus-initramfs-kernel.bin"; + sha256 = "3690b5c6a27c7812c3d77bc579890353fc073ccf12348282d5a2deebecdb97a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf283plus" + ]; + titles = [ + { + model = "MF283+"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-zyxel_keenetic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-zyxel_keenetic-squashfs-sysupgrade.bin"; + sha256 = "4a3020891ca1db0902a4366f4dc2a13cda6562cad658f3cc66501f3e84d28cf9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-zyxel_keenetic-initramfs-kernel.bin"; + sha256 = "67d27053e52220d2795670e2dbd2565ac777c38005ded0ccd392b6393c05928c"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic" + "kn" + ]; + titles = [ + { + model = "Keenetic"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-lite-b = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-zyxel_keenetic-lite-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-zyxel_keenetic-lite-b-initramfs-kernel.bin"; + sha256 = "7ab21d848f48efc56218b6dc40b371b62ff47ccc56a6fc046e36353aa541ddbb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-zyxel_keenetic-lite-b-squashfs-sysupgrade.bin"; + sha256 = "34ccedf0f5df2dbee514b3fa05585ded82baf8957ad9f0a57f41f717fac50a58"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-lite-b" + ]; + titles = [ + { + model = "Keenetic Lite"; + variant = "B"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg-419n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt305x-zyxel_nbg-419n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-ramips-rt305x-zyxel_nbg-419n-v2-initramfs-kernel.bin"; + sha256 = "3142f215d029c5098b9e5880113263fbfb9e7dd8f74d663cdce39e161e307a39"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt305x-zyxel_nbg-419n-v2-squashfs-sysupgrade.bin"; + sha256 = "a8af414daf2e14a2b326c5c0a030f6a4817d8274e4d981c689c949f0d2d31d96"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg-419n-v2" + "nbg-419n2" + ]; + titles = [ + { + model = "NBG-419N"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "ramips/rt305x"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-n56u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt3883-asus_rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-asus_rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "9fb48bc9d43d85424f1348b28be45a8182d5309710a408799a76c1459662b3ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u" + "rt-n56u" + ]; + titles = [ + { + model = "RT-N56U"; + vendor = "Asus"; + } + ]; + }; + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "a305ddfa5bd6ec0e7362aa14d0fd562203ee0f48d4afb87c50fa45f8e277d574"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + model = "F9K1109"; + variant = "Version 1.0"; + vendor = "Belkin"; + } + ]; + }; + dlink_dir-645 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt3883-dlink_dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-dlink_dir-645-squashfs-factory.bin"; + sha256 = "e342db534edba35f4781cb261d2399d5c3eefc2e251c4b16604c37489431e2f9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-dlink_dir-645-squashfs-sysupgrade.bin"; + sha256 = "9f20e877cc2e502f3a9e439041de871a5322de1a0d9e70654e471d85a627375f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-645" + "dir-645" + ]; + titles = [ + { + model = "DIR-645"; + vendor = "D-Link"; + } + ]; + }; + edimax_br-6475nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt3883-edimax_br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-edimax_br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "04bce8aa4e20b0a8db649c05d3d6767b149bf4af130a0c8e6d0d3c11b1b52d86"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6475nd" + "br-6475nd" + ]; + titles = [ + { + model = "BR-6475nD"; + vendor = "Edimax"; + } + ]; + }; + engenius_esr600h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt3883-engenius_esr600h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-engenius_esr600h-squashfs-factory.dlf"; + sha256 = "b16ccbc91ca71f3d121bf54d637d0ac4ff22990f833fa68e8eb2d471583ebffd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-engenius_esr600h-squashfs-sysupgrade.bin"; + sha256 = "b7b31fe8c35453ff36c8bfa996ef6ab3e6bf568c7403c5acdc1887a8db0df6dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,esr600h" + ]; + titles = [ + { + model = "ESR600H"; + vendor = "EnGenius"; + } + ]; + }; + loewe_wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt3883-loewe_wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-loewe_wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "98e65466240cfc08a4042645084831e2ba161ae4a30970f2ee60496a759879e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "loewe,wmdr-143n" + "wmdr-143n" + ]; + titles = [ + { + model = "WMDR-143N"; + vendor = "Loewe"; + } + ]; + }; + omnima_hpm = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt3883-omnima_hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-omnima_hpm-squashfs-sysupgrade.bin"; + sha256 = "0b1bc7c4b47ab4cf5e1c3d725949dfa2c130cf24d845bde51a864c3d0acbf4b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,hpm" + "hpm" + ]; + titles = [ + { + model = "HPM"; + vendor = "Omnima"; + } + ]; + }; + samsung_cy-swr1100 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt3883-samsung_cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-samsung_cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "5634ff56124f6aaf49f449f20125a648fa68d08d4fdbd4667ef7d3d6bebec151"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-samsung_cy-swr1100-squashfs-factory.bin"; + sha256 = "c9de178c4547876eb316189c82b1d661e101aeb7b4e23909a3883b90a4f8362e"; + type = "factory"; + } + ]; + supported_devices = [ + "samsung,cy-swr1100" + "cy-swr1100" + ]; + titles = [ + { + model = "CY-SWR1100"; + vendor = "Samsung"; + } + ]; + }; + sitecom_wlr-6000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.2-ramips-rt3883-sitecom_wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-sitecom_wlr-6000-squashfs-factory.dlf"; + sha256 = "fece7ceacee468ddb7159a89178ce3fe15b970473afdef7e091d72f18c93d2d8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-sitecom_wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "7676c8eafa228c26eb2afced55efa93b18a1961f82efa3778d99d2d8310aa058"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-6000" + "wlr-6000" + ]; + titles = [ + { + model = "WLR-6000"; + vendor = "Sitecom"; + } + ]; + }; + trendnet_tew-691gr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt3883-trendnet_tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-trendnet_tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "12cddbbdc4d9473703e4f68f5bf9ceb9717d8ff8287d751f0c9f50f96781f4eb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-trendnet_tew-691gr-squashfs-factory.bin"; + sha256 = "d781670da32ea1e5311df5ffbd2e746a2a5ccfb350d898a2e84f2b66eb3b4fed"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-691gr" + "tew-691gr" + ]; + titles = [ + { + model = "TEW-691GR"; + vendor = "TRENDnet"; + } + ]; + }; + trendnet_tew-692gr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-ramips-rt3883-trendnet_tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-trendnet_tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "19cd243dba22dd2e40f136646877fe16c87ea02db0ebf92d63e8b19540ebba90"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-ramips-rt3883-trendnet_tew-692gr-squashfs-factory.bin"; + sha256 = "c9ab55f785fd1e3307ea2ca18f91739c144d14ab52b6162e5d47f3fab36f6bd8"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-692gr" + "tew-692gr" + ]; + titles = [ + { + model = "TEW-692GR"; + vendor = "TRENDnet"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "ramips/rt3883"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + realtek = { + generic = { + arch_packages = "mips_4kec"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "ethtool" + "firewall" + "fstools" + "ip-bridge" + "ip-full" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "procd" + "tc" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + allnet_all-sg8208m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-realtek-generic-allnet_all-sg8208m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-realtek-generic-allnet_all-sg8208m-squashfs-sysupgrade.bin"; + sha256 = "df69b3500fa426ce6003ef606e0d1411074e625db77c063205b5e1594f0529f3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-realtek-generic-allnet_all-sg8208m-initramfs-kernel.bin"; + sha256 = "ccddc85c185c01bee0b0a178016c7a7bb079907a4c64f9d674d6c2c21d66712a"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all-sg8208m" + ]; + titles = [ + { + model = "ALL-SG8208M"; + vendor = "ALLNET"; + } + ]; + }; + d-link_dgs-1210-10p = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.2-realtek-generic-d-link_dgs-1210-10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-realtek-generic-d-link_dgs-1210-10p-squashfs-sysupgrade.bin"; + sha256 = "f43a4386d670865ae0ff85d74e6ec0745fd822eeb1ae59ac10200445b4c2e107"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-realtek-generic-d-link_dgs-1210-10p-initramfs-kernel.bin"; + sha256 = "3323e61d8cb656b0989d834f2d8e2cd72874f61f9b679916c7b1a9bec3cdb163"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-10p" + ]; + titles = [ + { + model = "DGS-1210-10P"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-16 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-realtek-generic-d-link_dgs-1210-16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-realtek-generic-d-link_dgs-1210-16-initramfs-kernel.bin"; + sha256 = "93e01a6b3c3e0794bdd75ff79536b678afe3f75d102c4ad2960ce198d7fbbd8a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-realtek-generic-d-link_dgs-1210-16-squashfs-sysupgrade.bin"; + sha256 = "8479c504348f546b0086772b95ca8679c7fc6838b625251c3045f9de8a63a329"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-16" + ]; + titles = [ + { + model = "DGS-1210-16"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-28 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-realtek-generic-d-link_dgs-1210-28"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-realtek-generic-d-link_dgs-1210-28-initramfs-kernel.bin"; + sha256 = "da4edf62163409bd4639c82d389b76760a6a0cefa19b1d6d11731cbe47b34ccf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-realtek-generic-d-link_dgs-1210-28-squashfs-sysupgrade.bin"; + sha256 = "348345243993a560fecab83ceb53f44b210bc2074338b57d97e089b06a877013"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-28" + ]; + titles = [ + { + model = "DGS-1210-28"; + vendor = "D-Link"; + } + ]; + }; + netgear_gs108t-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-realtek-generic-netgear_gs108t-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-realtek-generic-netgear_gs108t-v3-squashfs-sysupgrade.bin"; + sha256 = "31f7b420f69e21a4c60a819634eaaa5b30425112d7e87652c2d84db8daac341f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-realtek-generic-netgear_gs108t-v3-initramfs-kernel.bin"; + sha256 = "3b5d3cc6c44e42aece03124bc2ac311774ce023617f0223918a924aab599e572"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs108t-v3" + ]; + titles = [ + { + model = "GS108T"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs110tpp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-realtek-generic-netgear_gs110tpp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-realtek-generic-netgear_gs110tpp-v1-squashfs-sysupgrade.bin"; + sha256 = "edd54143450a19f2c249c1a035759848cd52b0f9e4ccd4a74e2affdac7263825"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-realtek-generic-netgear_gs110tpp-v1-initramfs-kernel.bin"; + sha256 = "3239107ec9c587f664327b4a2208d26ef7b052b1b73b30aa931aa3336dd80551"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs110tpp-v1" + ]; + titles = [ + { + model = "GS110TPP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_gs1900-10hp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-realtek-generic-zyxel_gs1900-10hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-realtek-generic-zyxel_gs1900-10hp-initramfs-kernel.bin"; + sha256 = "eca339e856af2eb23a1824e10047c013fd3aa569c437217232569755706c045a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-realtek-generic-zyxel_gs1900-10hp-squashfs-sysupgrade.bin"; + sha256 = "046915c591aeb3b1110992a0335ed5ed7b77c95391e78db02396099d48067500"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-10hp" + ]; + titles = [ + { + model = "GS1900-10HP"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-realtek-generic-zyxel_gs1900-8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-realtek-generic-zyxel_gs1900-8-initramfs-kernel.bin"; + sha256 = "12d1fab72f80b33b68cfb4254095472e59b1e7ea610581631e7949d5a6872b66"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-realtek-generic-zyxel_gs1900-8-squashfs-sysupgrade.bin"; + sha256 = "f2a09d39b914cd9a728e3e34719f284a6712526ee532b8181ffa70a0051814aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8" + ]; + titles = [ + { + model = "GS1900-8"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.2-realtek-generic-zyxel_gs1900-8hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-realtek-generic-zyxel_gs1900-8hp-v1-initramfs-kernel.bin"; + sha256 = "26eb38f9964db2f145601be8034aa351f6a4e9af8df674257061aabc2f47b88a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-realtek-generic-zyxel_gs1900-8hp-v1-squashfs-sysupgrade.bin"; + sha256 = "1df471a90a121f674b825d576833a8601f23342a5b8c85bdb904b6281db3b28d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v1" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v2 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.2-realtek-generic-zyxel_gs1900-8hp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-realtek-generic-zyxel_gs1900-8hp-v2-squashfs-sysupgrade.bin"; + sha256 = "3556e0c674049a5a74de2ad750b19ed284739e91fb3fccd810b7cd07a7c1edff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.2-realtek-generic-zyxel_gs1900-8hp-v2-initramfs-kernel.bin"; + sha256 = "41643161b6c0da8f3d7e16fc5d111776e0408d33bfc096733a956e4c0c76bca0"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v2" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "realtek/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + rockchip = { + armv8 = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-r2s = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-21.02.2-rockchip-armv8-friendlyarm_nanopi-r2s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-rockchip-armv8-friendlyarm_nanopi-r2s-squashfs-sysupgrade.img.gz"; + sha256 = "bdf25c3d83834a272b2db9bef42050d556193448c6ed4efe0c3f490f130ac126"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-rockchip-armv8-friendlyarm_nanopi-r2s-ext4-sysupgrade.img.gz"; + sha256 = "124d256e9076c16ed3dc71ca1b625ce4ebf99a756fe3bab7152799fcc7d5028b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r2s" + ]; + titles = [ + { + model = "NanoPi R2S"; + vendor = "FriendlyARM"; + } + ]; + }; + pine64_rockpro64 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-rockchip-armv8-pine64_rockpro64"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-rockchip-armv8-pine64_rockpro64-squashfs-sysupgrade.img.gz"; + sha256 = "9923811e47fd16190abb0ea7963bda31faec0b3a8804c940a6677c45668fc41e"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-rockchip-armv8-pine64_rockpro64-ext4-sysupgrade.img.gz"; + sha256 = "ce1abe8386fd1d85f4a478b58ee4752d42ff6dc238d6acb35a4e67db025ea158"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pine64,rockpro64" + ]; + titles = [ + { + model = "RockPro64"; + vendor = "Pine64"; + } + ]; + }; + radxa_rock-pi-4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-rockchip-armv8-radxa_rock-pi-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-rockchip-armv8-radxa_rock-pi-4-squashfs-sysupgrade.img.gz"; + sha256 = "edc77b72395e1945165112987810616bc5e3486bcbc7321f6a8148a3f21b9c95"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-rockchip-armv8-radxa_rock-pi-4-ext4-sysupgrade.img.gz"; + sha256 = "235bb3556994d9ab4c621ba995293c39f24b20adc00bf48345231782a0cd51c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "radxa,rockpi4" + ]; + titles = [ + { + model = "ROCK Pi 4"; + vendor = "Radxa"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "rockchip/armv8"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "c1915eca67b69db6ec7de6b54c44fc7502c5ef54c27728a6210fc9a4c9cbb29b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "cb4593127614710cc3930fc7f8bce5db9e19d89ae062af920ca8ea6ac62db1a9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + model = "NanoPi NEO Plus2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa53-friendlyarm_nanopi-neo2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa53-friendlyarm_nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "3f6b3d648893357f30ce68526b7524b34c0f7b1ce28e908ce3a508b959788cee"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa53-friendlyarm_nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "6dbff44458584da01151d745fbf48b035055b2374dfd1892227e8677b8538b95"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + model = "NanoPi NEO2"; + vendor = "FriendlyARM"; + } + ]; + }; + libretech_all-h3-cc-h5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa53-libretech_all-h3-cc-h5"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa53-libretech_all-h3-cc-h5-ext4-sdcard.img.gz"; + sha256 = "3e9f4d7e47a0af05f22110a8ce994e219c2f5f7d2825a9ea8345bcfcf8d4abba"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa53-libretech_all-h3-cc-h5-squashfs-sdcard.img.gz"; + sha256 = "7dc425a02823092f388fca88839eb8b98df7f2d628c26eb74fee1ab544242b67"; + type = "sdcard"; + } + ]; + supported_devices = [ + "libretech,all-h3-cc-h5" + ]; + titles = [ + { + model = "ALL-H3-CC"; + variant = "H5"; + vendor = "Libre Computer"; + } + ]; + }; + olimex_a64-olinuxino = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bs-firmware" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa53-olimex_a64-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa53-olimex_a64-olinuxino-ext4-sdcard.img.gz"; + sha256 = "d7c6fe972d94203ed49498775e7e7f95bce499612a69675f733cc76d739124cc"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa53-olimex_a64-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "fa8c0e85a56b36249bcf361a7b1b7310351d92ff0da37711e929bd04c5a4fe30"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino" + ]; + titles = [ + { + model = "A64-Olinuxino"; + vendor = "Olimex"; + } + ]; + }; + olimex_a64-olinuxino-emmc = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bs-firmware" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa53-olimex_a64-olinuxino-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa53-olimex_a64-olinuxino-emmc-ext4-sdcard.img.gz"; + sha256 = "9cdd0f2e49bb390a773d9a36df3976d6f3ca6ff409d51001b1e84eecdb3dd14b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa53-olimex_a64-olinuxino-emmc-squashfs-sdcard.img.gz"; + sha256 = "b2705dd94d6e9c4f28e601865d9b888d91779fb70803873c52dca4a1f48d6ebc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino-emmc" + ]; + titles = [ + { + model = "A64-Olinuxino"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + pine64_pine64-plus = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa53-pine64_pine64-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa53-pine64_pine64-plus-ext4-sdcard.img.gz"; + sha256 = "ca7a1b59f8e90c84b0a485fa4de5a51888bbb175401b049de8d8ca411db8555b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa53-pine64_pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "419044e71a616c24966b09b4005d4ed94940b2721a23aa85bf2bb0ba74851092"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + model = "Pine64+"; + vendor = "Pine64"; + } + ]; + }; + pine64_sopine-baseboard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa53-pine64_sopine-baseboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa53-pine64_sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "0a02e70829ccdc1185d71c62f5e522c919e99e92d77981cfe4d5f3280f51ad0b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa53-pine64_sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "29aef0d9e4a47e6569ba973206af4b815c075d27008f10d3ded503f93fac70c7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + model = "SoPine"; + vendor = "Pine64"; + } + ]; + }; + xunlong_orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa53-xunlong_orangepi-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa53-xunlong_orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "8167a31fde8762806939dfec5943f6bbfb533674703b6f911e689f3b1f6448c5"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa53-xunlong_orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "431d7f51b0172e1b430a713d54e8656170979c6f16bf85c7199edab4e9c82b34"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + model = "Orange Pi PC 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa53-xunlong_orangepi-zero-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa53-xunlong_orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "d323b9cb0a38948fc8c9e511a3bf979ea8ee193591863ebe5c4fa02d45667c0d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa53-xunlong_orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "dd24976225e146baaf1e0ebd68d42bf58b4dbc9ea6a7df7297f89c64018eec11"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + model = "Orange Pi Zero Plus"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "sunxi/cortexa53"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_cubieboard2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-cubietech_cubieboard2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-cubietech_cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "3c9a4e1e69a1a55eebfda3c25bba7e292d8663f981d5c177e252fe4e3f5910d0"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-cubietech_cubieboard2-ext4-sdcard.img.gz"; + sha256 = "aceb22c8864f2fbc4a09eead49ad88bfc1a1bfb6e1d6a37674c6667420cb42df"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + model = "Cubieboard2"; + vendor = "Cubietech"; + } + ]; + }; + cubietech_cubietruck = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-cubietech_cubietruck"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-cubietech_cubietruck-squashfs-sdcard.img.gz"; + sha256 = "f0fd4b7672310e2b292b71b081072b14e1b99608f5978c48c0067f2c6f97f6f0"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-cubietech_cubietruck-ext4-sdcard.img.gz"; + sha256 = "6f97493d7b742073a436625c0338562650bda4c8bb3f4c952717357052cc484f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + model = "Cubietruck"; + vendor = "Cubietech"; + } + ]; + }; + friendlyarm_nanopi-m1-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-friendlyarm_nanopi-m1-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "922d98c26966ffe8c8d0b0ec87cfdb15a91fecdd54cc9ddb1a3c94d66de9f0e6"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "04251cbd245024260b117d2cdf27b58c3067094def7e00abc7d347ee9d7d0d94"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + model = "NanoPi M1 Plus"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-friendlyarm_nanopi-neo"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-friendlyarm_nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "df4ff945bc72c9be422dfcb37ef7fa33e06a6fb093ae7a81e06e52201f1d1bdd"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-friendlyarm_nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "820a67b464b85839503f85bc36b6aa39d7ac55fc7486393dee900677a8c291bd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + model = "NanoPi NEO"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo-air = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-friendlyarm_nanopi-neo-air"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-friendlyarm_nanopi-neo-air-squashfs-sdcard.img.gz"; + sha256 = "f7a2b97bef94d935af91d9f124acc04d2f74cc757e1442c79540b1e55aebaf04"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-friendlyarm_nanopi-neo-air-ext4-sdcard.img.gz"; + sha256 = "1c9184e1b67d0bfb7a2fbbe2331062e0ff11b75036239b0713ab577deb8bbcbe"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo-air" + ]; + titles = [ + { + model = "NanoPi NEO Air"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net-rtl8152" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-friendlyarm_nanopi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-friendlyarm_nanopi-r1-ext4-sdcard.img.gz"; + sha256 = "951e493d8a6e6ad6a645d04d77f9044e28a1300c91d60c8cb949efbdeab3408a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-friendlyarm_nanopi-r1-squashfs-sdcard.img.gz"; + sha256 = "dd4a3fe477cc9fd0d7ec52fbd5a348deaab4db9959b9b64aad6c1857860c1ef9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r1" + ]; + titles = [ + { + model = "NanoPi R1"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_zeropi = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-friendlyarm_zeropi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-friendlyarm_zeropi-squashfs-sdcard.img.gz"; + sha256 = "1de17cd3fd763f712836414bf772b8069eee73edc60e252ea4f8d96eb33c992a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-friendlyarm_zeropi-ext4-sdcard.img.gz"; + sha256 = "1c6dd2014931c86089e42c78604e221e58d054bd5cb2982187ca033db19fc48f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,zeropi" + ]; + titles = [ + { + model = "ZeroPi"; + vendor = "FriendlyARM"; + } + ]; + }; + lamobo_lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "swconfig" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-lamobo_lamobo-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-lamobo_lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "3b52451f0ec6d9b67b922efcf2fb1cb82b82ab4d31633efe056377c17a8a6690"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-lamobo_lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "ab725cb7b02789e11ddfc4fb6e07f0537a5c3f7205c7023cc2a2d1d7618b908f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + model = "Lamobo R1"; + vendor = "Lamobo"; + } + ]; + }; + lemaker_bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-lemaker_bananapi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-lemaker_bananapi-ext4-sdcard.img.gz"; + sha256 = "9f6fde36f68fd5cbbab065d339687e4c121d7f3d8bf1b9d2b77b33373cfece56"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-lemaker_bananapi-squashfs-sdcard.img.gz"; + sha256 = "edce2149fad53068c7b0a0156b4ce7f6e19926d97220ff634daba78a056989c0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + model = "Banana Pi"; + vendor = "LeMaker"; + } + ]; + }; + lemaker_bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-lemaker_bananapro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-lemaker_bananapro-ext4-sdcard.img.gz"; + sha256 = "70df5569263828aac6c88873e104a4a059ed63bc782d12f63e77cf8d23451aef"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-lemaker_bananapro-squashfs-sdcard.img.gz"; + sha256 = "e32f670cc03df4f176f74e6f5b20ef5ba7eeb3e9c246a9cc0ceb09607b9a4713"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + model = "Banana Pro"; + vendor = "LeMaker"; + } + ]; + }; + linksprite_pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-linksprite_pcduino3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-linksprite_pcduino3-ext4-sdcard.img.gz"; + sha256 = "01b52d8f70d7740a6ebfc4bbde7f53450a001b6294fc6fe991f07a48812a6c23"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-linksprite_pcduino3-squashfs-sdcard.img.gz"; + sha256 = "1cf6a7fe5c1bdaa253d3c9e5edaa7993f289810032d60f207b8bb3577d8df631"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + model = "pcDuino3"; + vendor = "LinkSprite"; + } + ]; + }; + linksprite_pcduino3-nano = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-linksprite_pcduino3-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-linksprite_pcduino3-nano-squashfs-sdcard.img.gz"; + sha256 = "06018beae15280ecb47a8a5e11633472b94837e2638fe8f4536ee134d48105e0"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-linksprite_pcduino3-nano-ext4-sdcard.img.gz"; + sha256 = "471cc0bed5a7cf4aada80863f00c7bddfc26f870e8fa8066d836abaa1647c51e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3-nano" + ]; + titles = [ + { + model = "pcDuino3 Nano"; + vendor = "LinkSprite"; + } + ]; + }; + mele_m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-mele_m9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-mele_m9-squashfs-sdcard.img.gz"; + sha256 = "423acc3946108d8064b3bcf05ff6536eda9ad70973c3da5769ce9a31497b6ffb"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-mele_m9-ext4-sdcard.img.gz"; + sha256 = "3471ec6a80ed8b45ae7b07f0949a9f1b6430f0ce05db56eec3ee1c66737147e4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + model = "M9"; + vendor = "Mele"; + } + ]; + }; + olimex_a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-olimex_a20-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-olimex_a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "386dab0b3ca1a608b12409425e031672297ec5a1ce47898795967383b0989ffc"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-olimex_a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "11ed0dce2f987fe001d647ded68bdc1a9d4e3af065d6381976f32084ea3445ba"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-olimex_a20-olinuxino-lime2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-olimex_a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "a010783473d2feaeca65a611d85bd57d5cf32e33f478c9f3d825af132ded31d7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-olimex_a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "c330be6d8dec6f5edd129a98aef36cb3cfd0538383bf5c7e177e02b26fd52853"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "bdda545f0d0d916b4482c86e7649d91551220f0e4ee368a0c7a31976e80171ae"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "064a5b309ee6e3ed74dff8047b3e7d1692db7e12cd8a6ba2b03cea22b18ccf94"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-olimex_a20-olinuxino-micro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-olimex_a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "ce0b9946be3ea2393b1e997d93a840f04f1286701c1d2e7e4e6138325b410f53"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-olimex_a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "d1a2c65d614db2d5a06236c7d4ff65f92b1f0d1f8460cd74b238e38bc764613b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + model = "A20-OLinuXino-MICRO"; + vendor = "Olimex"; + } + ]; + }; + sinovoip_bananapi-m2-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-sinovoip_bananapi-m2-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-sinovoip_bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "e1df3e3aa52e132dc3b6f25a644c75362e10047252a9cfaed635eeca63e1a957"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-sinovoip_bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "ed01f5809b085c64af82977bd5ff66f0d2446f54daa936bc4631a788dc46efa7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + model = "Banana Pi M2+"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-ultra = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-sinovoip_bananapi-m2-ultra"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-ext4-sdcard.img.gz"; + sha256 = "f5ef8d7f0c36d24d789b3562a83339068ee30e7212dc3a38ed493a8325960e5b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-squashfs-sdcard.img.gz"; + sha256 = "cb8c27c9f67ac90f1a8e427c33067e5c8758091e6269e81557a49b694ccd6d81"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-ultra" + ]; + titles = [ + { + model = "Banana Pi M2 Ultra"; + vendor = "Sinovoip"; + } + ]; + }; + xunlong_orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-2-ext4-sdcard.img.gz"; + sha256 = "c3c8624847104653116dafb9d877d123e720574b6f13f384a1afa20df7ab466c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "cc82092568ab2c47870beb99d1bdb06ffae794d85178978c6c57b5c7f2d7934d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + model = "Orange Pi 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-one"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-one-ext4-sdcard.img.gz"; + sha256 = "cb45cf84656cca7a1d82c608d9ce8d83b2b030613bb2bec26a520f6d733edbed"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "8558452ac4041ce689a01772f0960edf22d4039c48c3844c6c64cfda1e0ecbd2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + model = "Orange Pi One"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-pc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "ad127680d40410b58dc89c474112cb043750bc738b4263a0a358d8fe3c5468f3"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "80193f9e9a54577a99e7e044e7462580cca735305b48cd02ce803fc7591c129d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + model = "Orange Pi PC"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-pc-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "f8fc40b51ad4c7848cf461dce40ede1b02e2ace7bf9e5d944194ab589698e129"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "181a7602eb1607836304ebd325454737b41c508519c5040a00615130e59b0ee9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + model = "Orange Pi PC Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "ed11a6e6b9f0d2e4e3681577dd813be15ff25d04a80eb5b2aa9e8dd33bb3c9eb"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "ae962059f00203e75b375c6d9c28f9b57d9b8fb2e7893e80ca95ee026c606758"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + model = "Orange Pi Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "9c3c3ae43aeba30f89bfb81b83c61f6a5f0cf4e636f593e08c4c4b52115c674a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "cac8d471324ee4c9815a79f722b75bc9762d89cd066645a8ac4801f02bac1d34"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + model = "Orange Pi R1"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-zero"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "147922ec74c86952e31142f76da35efc41d6b98a73aa71883d3f3a355ebce466"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa7-xunlong_orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "908af4d506865f8e478941a7e1f94bf30bf3517cc41ce1b15994ec6f257b7792"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + model = "Orange Pi Zero"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "sunxi/cortexa7"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_a10-cubieboard = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa8-cubietech_a10-cubieboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa8-cubietech_a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "512f9cb67bbd38df100d8ae07dcf47defaebe3e6daa67332366f0d7d9363de42"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "d19f68eac89db103290ecba5a9ed57bae8bcaa28064e4df65721dcc5a4a33446"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + model = "Cubieboard"; + vendor = "Cubietech"; + } + ]; + }; + linksprite_a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa8-linksprite_a10-pcduino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa8-linksprite_a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "30d38412137705c771fa543108772d28eeaec5de8f4fd223cc97ec5ada57d500"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa8-linksprite_a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "925a5e3a76c74a0ef006ac75fb1406b3aef48ce95d76e6710c060586015114ea"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + model = "pcDuino"; + vendor = "LinkSprite"; + } + ]; + }; + marsboard_a10-marsboard = { + device_packages = [ + "mod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa8-marsboard_a10-marsboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa8-marsboard_a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "9e305a6a5a25ccd34e5fe79bebb0e066947d0e8739e96fad562919c950816abb"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa8-marsboard_a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "84001a076abb0968e4a58c66f2f106a6af9a59d7465fc0abca6c0a57dc22aabe"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + model = "MarsBoard A10"; + vendor = "HAOYU Electronics"; + } + ]; + }; + olimex_a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa8-olimex_a10-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa8-olimex_a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "e0ad76d72f49497506a68f8e27027af92d36aca60cea3d1bfc873e323f27aa57"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa8-olimex_a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "2542b9c4905fab0da40976a78b413a5e7cc504dd4ad5dc2bb4488bd64b8a7156"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + model = "A10-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa8-olimex_a13-olimex-som"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa8-olimex_a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "61ca1791a05174f74b9b68073aaf2af74e06711c31f49cd1f61a3d5f5e0c712e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa8-olimex_a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "99eea05faf2832c51207c27ae75a8e2d7e347a7c449777fb069c1d1a21736196"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-SOM"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.2-sunxi-cortexa8-olimex_a13-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-sunxi-cortexa8-olimex_a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "4a2e6fe2a9e649af9fbdb54e8b888a84e1db22021c743b2f01f40124c8e8a7a5"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-sunxi-cortexa8-olimex_a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "a23fe55167768ab7cfb31f6d73ee4659e291517cf14b08014238600ac888afbe"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-OLinuXino"; + vendor = "Olimex"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "sunxi/cortexa8"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.2-tegra-compulab_trimslice"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "a63b4b674abf816526464ab4f8a73803a9b4a908bad6f069f8e366a353d16ff9"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "da37cb46cc6c03b348d38b8bf38c95b80c421bf3c4b0fe4dcf9ae19c637c09f7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + model = "TrimSlice"; + vendor = "CompuLab"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "tegra/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + x86 = { + "64" = { + arch_packages = "x86_64"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-bnx2" + "kmod-e1000e" + "kmod-e1000" + "kmod-forcedeth" + "kmod-igb" + "kmod-ixgbe" + "kmod-r8169" + ]; + image_prefix = "openwrt-21.02.2-x86-64-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-x86-64-generic-ext4-combined.img.gz"; + sha256 = "c2d6e2bbddbdf5cd957b4d34a3cd1610ce1311c024824f6eae833902acb665e5"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-x86-64-generic-ext4-combined-efi.img.gz"; + sha256 = "f2f1a0aaa6fc2edce3338d6a9ce7970d60bad868d2e54ca30261071413ef1f28"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-x86-64-generic-squashfs-combined.img.gz"; + sha256 = "5aa33ec4c650b104b7ac1faed6bbc5a1f709ebaff3bdc662af9e07aee2c1c10d"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-x86-64-generic-squashfs-combined-efi.img.gz"; + sha256 = "0e507ae639225e99d2655410cb21f22f612f3fda306b3e70c05eecb48d5a7ad5"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-x86-64-generic-ext4-rootfs.img.gz"; + sha256 = "ea3223a9742142425d6e7ec829f982ab14b93ebf0c8b363cf685c881f3e1803d"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-x86-64-generic-squashfs-rootfs.img.gz"; + sha256 = "2029a7a620ad547b70eb8244eaa54f41be8e74778fc9c05d4318bf29940dd06b"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/64"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "x86/64"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + generic = { + arch_packages = "i386_pentium4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-21.02.2-x86-generic-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-x86-generic-generic-ext4-rootfs.img.gz"; + sha256 = "07ae481d5b3210ee01f979a0ecaa10ee12b9e8ef0ad8a24d333b29a2611dab09"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-x86-generic-generic-squashfs-combined.img.gz"; + sha256 = "f0c08eb71df1fb2ae973308875f4c6eee0ac9b152ced47973562d9d06b03174c"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-x86-generic-generic-squashfs-rootfs.img.gz"; + sha256 = "416555d9c520fb1e574185ab5dbc63d6e6f872f7169a8451f2bb9ddc9fa92b6b"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-x86-generic-generic-squashfs-combined-efi.img.gz"; + sha256 = "e3238ee044abb4fcbeae3d968c5a0aafcb9674e37d2d2a1a832239a69a88ce2d"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-x86-generic-generic-ext4-combined.img.gz"; + sha256 = "c9fb7352d6b8088b9112e144a1b647a5805e0f2d10bde039e3fd4f31b8df5d04"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-x86-generic-generic-ext4-combined-efi.img.gz"; + sha256 = "a843fd3958128b141d79310400ab33fca97db0948ff703f095c44c6d04947d06"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "x86/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + geode = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-21.02.2-x86-geode-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.2-x86-geode-generic-ext4-combined-efi.img.gz"; + sha256 = "e121b3a726ebb6196cd58df3b91ee229c2e175ad4e287597183768f4e1d17885"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-x86-geode-generic-ext4-rootfs.img.gz"; + sha256 = "82dd6ae39d277c10e9380285e5a77ef9a3661c24cae81c590fb882430c4fc541"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-x86-geode-generic-squashfs-combined.img.gz"; + sha256 = "bd77d24deed50559b991121282c24aab0190e3992c392d390d33fe301c694c64"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-x86-geode-generic-ext4-combined.img.gz"; + sha256 = "a0cbbb5a4f087a2186fc2884dafd4fefbb7f2810d1bce9ac2e0bff44fed63808"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-x86-geode-generic-squashfs-combined-efi.img.gz"; + sha256 = "92c8a4e027be1e067f92ed60533f7517e30d426168308537bd25298c25b89432"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-x86-geode-generic-squashfs-rootfs.img.gz"; + sha256 = "bfef0546b6c32411169be06381f8182fc5a6681b3f55ade4633da1ea49985ca7"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/Geode"; + } + ]; + }; + geos = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + "br2684ctl" + "flashrom" + "kmod-hwmon-lm90" + "kmod-mppe" + "kmod-pppoa" + "kmod-usb-ohci-pci" + "linux-atm" + "ppp-mod-pppoa" + "pppdump" + "pppstats" + "soloscli" + "tc" + ]; + image_prefix = "openwrt-21.02.2-x86-geode-geos"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-x86-geode-geos-squashfs-combined.img.gz"; + sha256 = "fd40d71ea3d2f3d446645fdd10cd6f27075bff61b45125df0cd01fd57b295145"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-x86-geode-geos-ext4-rootfs.img.gz"; + sha256 = "d1ebb17dc76d2ef5f21f34997116d2cf7a180b09d1a819aa3649c0c9852a9072"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-x86-geode-geos-squashfs-combined-efi.img.gz"; + sha256 = "8925455834620cdfa92288a14f8cb7c41c25be1bb085ee8f541a63f0f00c1f4b"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-x86-geode-geos-squashfs-rootfs.img.gz"; + sha256 = "f8c62529e275714764632a3416d1b40b0e44a431162e805b4e5f1b4d1491932b"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-x86-geode-geos-ext4-combined.img.gz"; + sha256 = "c1ff11f1c4b5d399bb4b9ee7a9efca98c72f848c555364f005380f78648cd5e5"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-x86-geode-geos-ext4-combined-efi.img.gz"; + sha256 = "429e10b6442107177e09eaf0cccc30ff2a05eab77809c90ffae524eea638e6ad"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Traverse Technologies Geos"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "x86/geode"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + legacy = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-21.02.2-x86-legacy-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-x86-legacy-generic-squashfs-rootfs.img.gz"; + sha256 = "9a58d6e0726140eec8a9484ee23c66ebb2d60fae2112fcc612bb7154155216de"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-x86-legacy-generic-squashfs-combined-efi.img.gz"; + sha256 = "746250b13fec62bb99e38e4a0a172f104c5f86a8abbf5841be201ab835b5c31a"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-x86-legacy-generic-ext4-combined.img.gz"; + sha256 = "5661c85bce36c1e47a24bd5a5792808da5d712a9898170c6332e3f4d88f3f704"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-x86-legacy-generic-squashfs-combined.img.gz"; + sha256 = "319fc38d83d2f2930c063cb343d10bacfac2e7dacd2297630cc9e64f0d60fd8d"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-x86-legacy-generic-ext4-combined-efi.img.gz"; + sha256 = "f92aa321eb068673a2ec64325e5b50b26fca3aeddc3b52c166bd0f5660950955"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.2-x86-legacy-generic-ext4-rootfs.img.gz"; + sha256 = "17557a1feddcb9c4fb754b4d2bd1f75af7334869355c6d65fa6b4b4a635fabf1"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/legacy"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "x86/legacy"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-msdos" + "kmod-ipt-offload" + "kmod-usb-storage" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "bb0dafbbe3ba137ed94bb7d8e8ca088f583564e3423523b0d140a3ac1a4dec8c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "avnet,zynq-zed" + ]; + titles = [ + { + model = "ZedBoard"; + vendor = "Avnet"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "700061c2a23bc71047853f461f2c4acea60811abee34f26faa59a3144b29fba6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo" + ]; + titles = [ + { + model = "Zybo"; + vendor = "Digilent"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.2-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "947b297e82076207c187a2608dead5bda5fdb31971a26aaf10f62fe6be19a8e1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo-z7" + ]; + titles = [ + { + model = "Zybo Z7"; + vendor = "Digilent"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-21.02.2-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.2-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "2ea2aa17092ccaeae575e11d091e17d9b12ecb661c1fcd749ca61b919eb716c0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xlnx,zynq-zc702" + ]; + titles = [ + { + model = "ZC702"; + vendor = "Xilinx"; + } + ]; + }; + }; + source_date_epoch = "1645043350"; + target = "zynq/generic"; + version_code = "r16495-bf0c965af0"; + version_number = "21.02.2"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/21.02.3.nix b/cached-profiles/21.02.3.nix new file mode 100644 index 00000000..0dc94ec0 --- /dev/null +++ b/cached-profiles/21.02.3.nix @@ -0,0 +1,44022 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-i2c-core" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.3-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "c8c5d3e5888d57492bd32ea391ea08eb3b0460aa5626d8a067fbd9c7e9fd9ff1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-apm821xx-nand-meraki_mr24-initramfs-kernel.bin"; + sha256 = "4c4a3dddb40d24ccf86184f2acb03cad9935ec94e7b84894493f1ecabfde35c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + model = "MR24"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.3-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "36bcfcca2de6862d1902661ea78d6749a81553474e40e2587f150ade89155b25"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-apm821xx-nand-meraki_mx60-initramfs-kernel.bin"; + sha256 = "7e585f382d16cb89555d6a9ea1852397b5735322b3386f26284509da2f5c4f45"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mx60" + "mx60" + ]; + titles = [ + { + model = "MX60/MX60W"; + vendor = "Cisco Meraki"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.3-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "2ac7a3a1b3a26f542f09b78bd367fe232df380211391084b141ee1f6f0b67174"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "f08a6d975335e7e06556da2c243a06a9f68ed1e8ec9a364aeb4475a4248e6ba1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-apm821xx-nand-netgear_wndap620-initramfs-kernel.bin"; + sha256 = "44289d90bc3ce6ffb643755769fea46f45a2f0267ec7fa0ba9d3607ea97b1d1d"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + model = "WNDAP620 (Premium Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.3-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "6e4f0f91fb79c95e3326598f0f61a3f87e35f163779565177c39e7b5d84868ec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "9f60da5ea30932d4ce6eb146ceddf65484bc004e60223712b3a76d353e5e2267"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-apm821xx-nand-netgear_wndap660-initramfs-kernel.bin"; + sha256 = "93574b0155e9cb161772f080c91a4d79d28fdfaeda39d1eecc0f3c6562ed2233"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + model = "WNDAP660 (Dual Radio Dual Band Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-hwmon-drivetemp" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.3-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "e0d336cfca89bfd5aba5610ea45be6395240b7168a94b40cf1f2a08121ad3d41"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "60bc06dc3fb6fa6f94cf6f96186adcb749f89bacc8ab5a9d26edf1303dda75fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-apm821xx-nand-netgear_wndr4700-initramfs-kernel.bin"; + sha256 = "7e4d32f96ac7a37e081d5b3ad4203d1f35d628e3d7b799cbd50f1e23644c37e8"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + model = "Centria N900 WNDR4700/WNDR4720"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "apm821xx/nand"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "badblocks" + "base-files" + "block-mount" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "e2fsprogs" + "f2fsck" + "fdisk" + "fstools" + "kmod-dm" + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-md-mod" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mkf2fs" + "mtd" + "netifd" + "opkg" + "partx-utils" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "5e8f9698fc06b815f12abb99068c197818a5762b059dfb78e43eba6453fc0745"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "abef5a505dfd8ded66dcc816abbcb051d6c986f9f7b62cee2412f0acfa47566d"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "f2dcc9392fa83f36a5ad0aa01ff3efebd297dcdf6a363ed1d8e14b82d0a9dee2"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "cece461d73b4577b40abfc033410bdf81123275468624c6d952c4597cbd119c2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-apm821xx-sata-wd_mybooklive-initramfs-kernel.bin"; + sha256 = "4dd7ac06d61cdae837f9508a2ab8fed81f365c05ec26f25b431c7bc1d95e17a6"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + model = "My Book Live Series (Single + Duo)"; + vendor = "Western Digital"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "apm821xx/sata"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + arc770 = { + generic = { + arch_packages = "arc_arc700"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-arc770-generic-nsim"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-arc770-generic-nsim-initramfs.elf"; + sha256 = "c8d1709e645752fd3f33f6bcd54cdf8b898e8a78022ead2dac77c0327fd81f4c"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim" + ]; + titles = [ + { + model = "nSIM"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "arc770/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + archs38 = { + generic = { + arch_packages = "arc_archs"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim_hs = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-archs38-generic-nsim_hs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-archs38-generic-nsim_hs-initramfs.elf"; + sha256 = "0c5f8941a9e5a36a7bcfad4dea9f3b9fbe0eb9e557a99e675b50898534420d03"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim,hs" + ]; + titles = [ + { + model = "nSIM HS"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "archs38/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-at91-udc" + "kmod-ipt-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + atmel_at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9263ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9263ek-squashfs-root.ubi"; + sha256 = "41cc3374f6ff028e3ce6117bc63ae18a1b1992b38397a0f4e1b2173a48dd8a6d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9263ek-ubifs-root.ubi"; + sha256 = "f0fd011b8bcae7633e30a5446b5277b6bdd09125ed6dee914fe6164e64dd9135"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9263ek" + ]; + titles = [ + { + model = "AT91SAM9263-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9g15ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9g15ek-squashfs-root.ubi"; + sha256 = "41cc3374f6ff028e3ce6117bc63ae18a1b1992b38397a0f4e1b2173a48dd8a6d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9g15ek-ubifs-root.ubi"; + sha256 = "f0fd011b8bcae7633e30a5446b5277b6bdd09125ed6dee914fe6164e64dd9135"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g15ek" + ]; + titles = [ + { + model = "AT91SAM9G15-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9g20ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9g20ek-squashfs-root.ubi"; + sha256 = "41cc3374f6ff028e3ce6117bc63ae18a1b1992b38397a0f4e1b2173a48dd8a6d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9g20ek-ubifs-root.ubi"; + sha256 = "f0fd011b8bcae7633e30a5446b5277b6bdd09125ed6dee914fe6164e64dd9135"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek-2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9g20ek-2mmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9g20ek-2mmc-squashfs-root.ubi"; + sha256 = "41cc3374f6ff028e3ce6117bc63ae18a1b1992b38397a0f4e1b2173a48dd8a6d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9g20ek-2mmc-ubifs-root.ubi"; + sha256 = "f0fd011b8bcae7633e30a5446b5277b6bdd09125ed6dee914fe6164e64dd9135"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek_2mmc" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + variant = "2MMC"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9g25ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9g25ek-squashfs-root.ubi"; + sha256 = "41cc3374f6ff028e3ce6117bc63ae18a1b1992b38397a0f4e1b2173a48dd8a6d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9g25ek-ubifs-root.ubi"; + sha256 = "f0fd011b8bcae7633e30a5446b5277b6bdd09125ed6dee914fe6164e64dd9135"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g25ek" + ]; + titles = [ + { + model = "AT91SAM9G25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9g35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9g35ek-squashfs-root.ubi"; + sha256 = "41cc3374f6ff028e3ce6117bc63ae18a1b1992b38397a0f4e1b2173a48dd8a6d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9g35ek-ubifs-root.ubi"; + sha256 = "f0fd011b8bcae7633e30a5446b5277b6bdd09125ed6dee914fe6164e64dd9135"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g35ek" + ]; + titles = [ + { + model = "AT91SAM9G35-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9m10g45ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "41cc3374f6ff028e3ce6117bc63ae18a1b1992b38397a0f4e1b2173a48dd8a6d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "f0fd011b8bcae7633e30a5446b5277b6bdd09125ed6dee914fe6164e64dd9135"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9m10g45ek" + ]; + titles = [ + { + model = "AT91SAM9M10G45-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9x25ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9x25ek-squashfs-root.ubi"; + sha256 = "41cc3374f6ff028e3ce6117bc63ae18a1b1992b38397a0f4e1b2173a48dd8a6d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9x25ek-ubifs-root.ubi"; + sha256 = "f0fd011b8bcae7633e30a5446b5277b6bdd09125ed6dee914fe6164e64dd9135"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9x25ek-ext4-sdcard.img.gz"; + sha256 = "84ff7d4a6f5bd3e16fb79f6915ea8e4b8db44ef2fab5d604103285fb61b9da9c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,at91sam9x25ek" + ]; + titles = [ + { + model = "AT91SAM9X25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9x35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9x35ek-squashfs-root.ubi"; + sha256 = "41cc3374f6ff028e3ce6117bc63ae18a1b1992b38397a0f4e1b2173a48dd8a6d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9x35ek-ubifs-root.ubi"; + sha256 = "f0fd011b8bcae7633e30a5446b5277b6bdd09125ed6dee914fe6164e64dd9135"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-at91-sam9x-atmel_at91sam9x35ek-ext4-sdcard.img.gz"; + sha256 = "88d79625737a0d0ddc909f5c809e3f8fbeeee6d8551874e378473b20217334f4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,at91sam9x35ek" + ]; + titles = [ + { + model = "AT91SAM9X35-EK"; + vendor = "Atmel"; + } + ]; + }; + calamp_lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-calamp_lmu5000"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-calamp_lmu5000-ubifs-factory.bin"; + sha256 = "2df01ffbc00af308f4078d82de224e5e45f31fe6b894ce65d3ba3b8755a399cb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-calamp_lmu5000-squashfs-factory.bin"; + sha256 = "c7d542fe873deacaf7b24c80841fd3f967d03ba0f8f91e3dbd6df4603c010f02"; + type = "factory"; + } + ]; + supported_devices = [ + "calamp,lmu5000" + ]; + titles = [ + { + model = "LMU5000"; + vendor = "CalAmp"; + } + ]; + }; + calao_tny-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-calao_tny-a9260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-calao_tny-a9260-squashfs-factory.bin"; + sha256 = "6ea5e984bc6167571153ae649df5a532211e37c27d89b0b7ef2d2e2946ecc7b0"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-calao_tny-a9260-ubifs-factory.bin"; + sha256 = "d784ea639e5008583dcad90894e58964af5fe93c6f584b67fbb481a5e29f91b6"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9260" + ]; + titles = [ + { + model = "TNY A9260"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-calao_tny-a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-calao_tny-a9263-squashfs-factory.bin"; + sha256 = "89bf8c6c5080f335cba8fc0e7909e82f79080ba577b33a9301b32d7497515a17"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-calao_tny-a9263-ubifs-factory.bin"; + sha256 = "0379d9fb465b82b771090b2d82303941140b84226d57491603eba3d5415d8e22"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,tny-a9263" + ]; + titles = [ + { + model = "TNY A9263"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-calao_tny-a9g20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-calao_tny-a9g20-squashfs-factory.bin"; + sha256 = "27382f031cfdcb1dbc3f8421943a6e65292f978560429ef931d0b3da53770a39"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-calao_tny-a9g20-ubifs-factory.bin"; + sha256 = "8da0787959250e21c13956047d6db8deca6004dc830891c426b285bf106c3cdb"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9g20" + ]; + titles = [ + { + model = "TNY A9G20"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-calao_usb-a9260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-calao_usb-a9260-squashfs-factory.bin"; + sha256 = "45be27d11910e522889c0e1cfef5a69c6f59d2ebda630da438e8728f36e93e7d"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-calao_usb-a9260-ubifs-factory.bin"; + sha256 = "7b77a632f07284dbc61e9f1705f067359988d8583e1da7c528a72d00dc64a3e9"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9260" + ]; + titles = [ + { + model = "USB A9260"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-calao_usb-a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-calao_usb-a9263-squashfs-factory.bin"; + sha256 = "b7555c96ce5039add0df3b1b38db51947eb8592682020e6ec8c0a904830c0759"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-calao_usb-a9263-ubifs-factory.bin"; + sha256 = "31a102c3007c39041c094de82efa2e8536ce5d5aeb7e343eeae78cafff60d779"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,usb-a9263" + ]; + titles = [ + { + model = "USB A9263"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-calao_usb-a9g20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-calao_usb-a9g20-squashfs-factory.bin"; + sha256 = "e54c3a83a74beb069065deff6479164bc39930eccbf0d007068e4ef7c629a5ba"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-calao_usb-a9g20-ubifs-factory.bin"; + sha256 = "015ae13915463e9a6d6378cde3a59358b4e0175cb4d236c87746543f53b6927a"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9g20" + ]; + titles = [ + { + model = "USB A9G20"; + vendor = "Calao"; + } + ]; + }; + egnite_ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-egnite_ethernut5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-egnite_ethernut5-squashfs-root.ubi"; + sha256 = "b06a123afd53d1f656017b4e7094febe60538b1298d8b2063c681c1adaf63867"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-egnite_ethernut5-ubifs-root.ubi"; + sha256 = "3d091c14b40e1a9e0cd42ae68f41fba90ed4b39bd217383b5b464d6ea06135b8"; + type = "root"; + } + ]; + supported_devices = [ + "egnite,ethernut5" + ]; + titles = [ + { + model = "Ethernut 5"; + vendor = "egnite"; + } + ]; + }; + laird_wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-21.02.3-at91-sam9x-laird_wb45n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sam9x-laird_wb45n-squashfs-root.ubi"; + sha256 = "6d5169cb677444ebd7e060f9c2d5d6cb44aa12299c1e5cd3f0fa176c8584d45b"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sam9x-laird_wb45n-ubifs-root.ubi"; + sha256 = "501f3bda4f4a934e0ef6f642c02e2052c0dd5bc8920abaeda3621883bdbfa722"; + type = "root"; + } + ]; + supported_devices = [ + "laird,wb45n" + ]; + titles = [ + { + model = "WB45N"; + vendor = "Laird"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "at91/sam9x"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-at91-udc" + "kmod-ipt-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama5d2-ptc-ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sama5-microchip_sama5d2-ptc-ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sama5-microchip_sama5d2-ptc-ek-squashfs-root.ubi"; + sha256 = "6fbd78b468bfaa1b6bc215c5c74181de0209d3f4c401166ee732a7ef3f5d1b85"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-at91-sama5-microchip_sama5d2-ptc-ek-ext4-sdcard.img.gz"; + sha256 = "456bb88823d2e5b28ff7ee1c348f50c54ec48970242b9746ac10b5025f20bd29"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sama5-microchip_sama5d2-ptc-ek-ubifs-root.ubi"; + sha256 = "7712448bbb19b19cc3173ff2934fdf524b5ab1915173a6de5a000e79f034ce7e"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-ptc_ek" + ]; + titles = [ + { + model = "SAMA5D2 PTC Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sama5-microchip_sama5d2-xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sama5-microchip_sama5d2-xplained-squashfs-root.ubi"; + sha256 = "6fbd78b468bfaa1b6bc215c5c74181de0209d3f4c401166ee732a7ef3f5d1b85"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-at91-sama5-microchip_sama5d2-xplained-ext4-sdcard.img.gz"; + sha256 = "14b0688863a17958956c60c2496e58887ce1a600b9b85e6969d4280e8d350d2b"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sama5-microchip_sama5d2-xplained-ubifs-root.ubi"; + sha256 = "7712448bbb19b19cc3173ff2934fdf524b5ab1915173a6de5a000e79f034ce7e"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-xplained" + ]; + titles = [ + { + model = "SAMA5D2 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-som1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sama5-microchip_sama5d27-som1-ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sama5-microchip_sama5d27-som1-ek-squashfs-root.ubi"; + sha256 = "6fbd78b468bfaa1b6bc215c5c74181de0209d3f4c401166ee732a7ef3f5d1b85"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-at91-sama5-microchip_sama5d27-som1-ek-ext4-sdcard.img.gz"; + sha256 = "c93881a3f435212282454c705d6e5a69874474ed8471bdba6ae76a8d0dfc13fd"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sama5-microchip_sama5d27-som1-ek-ubifs-root.ubi"; + sha256 = "7712448bbb19b19cc3173ff2934fdf524b5ab1915173a6de5a000e79f034ce7e"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d27-som1-ek" + ]; + titles = [ + { + model = "SAMA5D27 SOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d3-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sama5-microchip_sama5d3-xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sama5-microchip_sama5d3-xplained-squashfs-root.ubi"; + sha256 = "6fbd78b468bfaa1b6bc215c5c74181de0209d3f4c401166ee732a7ef3f5d1b85"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-at91-sama5-microchip_sama5d3-xplained-ext4-sdcard.img.gz"; + sha256 = "e8605bf81bc42adba9ec2f152fc1a13c7e7a017d12b208eff1812c62ce8ddbcf"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sama5-microchip_sama5d3-xplained-ubifs-root.ubi"; + sha256 = "7712448bbb19b19cc3173ff2934fdf524b5ab1915173a6de5a000e79f034ce7e"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d3-xplained" + ]; + titles = [ + { + model = "SAMA5D3 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d4-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-at91-sama5-microchip_sama5d4-xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-at91-sama5-microchip_sama5d4-xplained-squashfs-root.ubi"; + sha256 = "a5ade8a6f1e36a6bd173c8547d9d19a51e0d004be82295cfe6f1ca52df612a70"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-at91-sama5-microchip_sama5d4-xplained-ext4-sdcard.img.gz"; + sha256 = "db1d94bd689a5f3a2b5747d7de8fd24d513f503c07507f34b1103c4d043db51c"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-at91-sama5-microchip_sama5d4-xplained-ubifs-root.ubi"; + sha256 = "044af0ff8f78c311e58937e53a5e2d301389a4598cb6ecc35eb6510081fda047"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d4-xplained" + ]; + titles = [ + { + model = "SAMA5D4 Xplained"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "at91/sama5"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath5k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath25-generic-kernel.lzma"; + sha256 = "7cb3287ed7c8a7a999695347a5df695a333046ce5d885313cab99b2319a472c8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath25-generic-kernel.gz"; + sha256 = "94b1735e6317eb3f5bae95a6250eacfe691ec5507163db806685a3081da54c42"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "c9566f803d34a238d5df729d65f9cd1ba55943149df6abf15a8b1da4af62b277"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath25-generic-squashfs-rootfs.bin"; + sha256 = "9f18d02772b84e2ff53a48b828bc019804c65ff53a1235a8a8c131d90793fea2"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath25-generic-kernel.elf"; + sha256 = "e06f8aa0240ae17a7a8d89b08cd91cf71d603efd6f32f9436390244353770963"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Generic AR2xxx board"; + vendor = "Atheros"; + } + ]; + }; + ubnt_picostation-2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath25-ubnt_picostation-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath25-ubnt_picostation-2-squashfs-sysupgrade.bin"; + sha256 = "a39b14c399d895a11db65fbe575db57ba3e4f9b3c5b5a4f132969b0a16317fef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-2" + ]; + titles = [ + { + model = "Picostation 2 (XS2-8)"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "ath25/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "aab87b74fc11d2895ba70645dc8ba35c1192c75b699a329c5a564b38d01e0441"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-8dev_carambola2-initramfs-kernel.bin"; + sha256 = "4d0b4d54894c450f07ce73c88c99e871e92cd7f725fe8e43846249abacecf5d4"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + model = "Carambola2"; + vendor = "8devices"; + } + ]; + }; + "8dev_lima" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-8dev_lima"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-8dev_lima-squashfs-sysupgrade.bin"; + sha256 = "3c50a4f7f08723d9075cfcd43c7d11367d1fd56a66dd67b581faeb082ea3ede2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-8dev_lima-initramfs-kernel.bin"; + sha256 = "9e3a3aa0b81de6083463df7e47db539d41bb485758bc4f844de06f7a5c5a9211"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,lima" + "lima" + ]; + titles = [ + { + model = "Lima"; + vendor = "8devices"; + } + ]; + }; + adtran_bsap1800-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-adtran_bsap1800-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-adtran_bsap1800-v2-squashfs-rootfs.bin"; + sha256 = "357a28a4d6c877b99cf965e6cde0890ec98dae5864155746593be02a8116a8e2"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-adtran_bsap1800-v2-squashfs-kernel.bin"; + sha256 = "219ec52a6c62ddb90caa63151cd98e8af3fdcff1bfd1bc1f2bd703219d52c16e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-adtran_bsap1800-v2-squashfs-sysupgrade.bin"; + sha256 = "1454039cf25a8a72d764604354e71e50edcbbe4343b934f8fc40d9db59224e38"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-adtran_bsap1800-v2-initramfs-kernel.bin"; + sha256 = "892600506750876032c04b707aceacf4bfec4363e41ba0d6d6711418417094be"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1800-v2" + ]; + titles = [ + { + model = "BSAP-1800"; + variant = "v2"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + adtran_bsap1840 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-adtran_bsap1840"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-adtran_bsap1840-squashfs-rootfs.bin"; + sha256 = "357a28a4d6c877b99cf965e6cde0890ec98dae5864155746593be02a8116a8e2"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-adtran_bsap1840-squashfs-kernel.bin"; + sha256 = "29ea820164d72a82db84846dfe07dcb5d2a0664a9024b5900c4fa56a5d828c12"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-adtran_bsap1840-squashfs-sysupgrade.bin"; + sha256 = "07b426652f26f32455ca5f110e9bf271bba0363cb57715147f60a67f97409763"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-adtran_bsap1840-initramfs-kernel.bin"; + sha256 = "fc07dcace4cd997a62f03db77403f50820778432bfb0e4e797bd63e0f0800661"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1840" + ]; + titles = [ + { + model = "BSAP-1840"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + airtight_c-75 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-airtight_c-75"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-airtight_c-75-squashfs-sysupgrade.bin"; + sha256 = "67d3aa9ea4a1a036f3a0ad10c2a19ad21ff301782eb5bdd2bb928fca58527c68"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-airtight_c-75-initramfs-kernel.bin"; + sha256 = "45d6c4daacc4b52c8277ff6908ceafa608eca12a782ba2632f13645b2dc37560"; + type = "kernel"; + } + ]; + supported_devices = [ + "airtight,c-75" + ]; + titles = [ + { + model = "C-75"; + vendor = "AirTight Networks"; + } + { + model = "C-75"; + vendor = "Mojo Networks"; + } + { + model = "AP320"; + vendor = "WatchGuard"; + } + ]; + }; + alfa-network_ap121f = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-alfa-network_ap121f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-alfa-network_ap121f-squashfs-sysupgrade.bin"; + sha256 = "f942c4f13970f2522fae56765a8f760ebee6897632965895a79ff53fc458d30e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-alfa-network_ap121f-initramfs-kernel.bin"; + sha256 = "f21344ce9a3af6dcbb67033fd7044ce48a95397fede650df4bb1b65f39f91d7c"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121f" + "ap121f" + ]; + titles = [ + { + model = "AP121F"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_ap121fe = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-gadget-eth" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-alfa-network_ap121fe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-alfa-network_ap121fe-squashfs-sysupgrade.bin"; + sha256 = "f63063546e8ee269e9629591edf69cfa4cd047319229b67a1b2c630670d42df1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-alfa-network_ap121fe-initramfs-kernel.bin"; + sha256 = "7c865d9d2ee99254c415c17bafeb6e218ce325c86ea60c291b1dee51540898c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121fe" + ]; + titles = [ + { + model = "AP121FE"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n2q = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-gpio-pcf857x" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-alfa-network_n2q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-alfa-network_n2q-squashfs-sysupgrade.bin"; + sha256 = "572bd74dd275cc53b05e7eda3ac112a2f2f7d7c900ce9a635b77d00affbd3eec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-alfa-network_n2q-initramfs-kernel.bin"; + sha256 = "ce1efdf70ebc6f021761ae70ee5b10938071688bb309200dcd5a6184debcaf22"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n2q" + ]; + titles = [ + { + model = "N2Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n5q = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-alfa-network_n5q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-alfa-network_n5q-squashfs-sysupgrade.bin"; + sha256 = "01f14c01f8be231acabe785c3ced90c1462283e013c8e0b9c94ebbd0199fdc50"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-alfa-network_n5q-initramfs-kernel.bin"; + sha256 = "90107b634ba576055c81639be4d44bb0fbbda8b0bf22e84b82571d4cc64fd835"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n5q" + "n5q" + ]; + titles = [ + { + model = "N5Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_pi-wifi4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-alfa-network_pi-wifi4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-alfa-network_pi-wifi4-squashfs-sysupgrade.bin"; + sha256 = "a04d5cb2c0c0f67acf40d066ba89f0d1e3ff90c467d7fce1b5c0b442ccce9bf7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-alfa-network_pi-wifi4-initramfs-kernel.bin"; + sha256 = "83640bbe62a155c3899f2b12368a13fe5c716a8c30721f193a70682ed9a87579"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,pi-wifi4" + ]; + titles = [ + { + model = "Pi-WiFi4"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-alfa-network_r36a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-alfa-network_r36a-squashfs-sysupgrade.bin"; + sha256 = "fb65d7885c2cfe830e4ab69f739e9c073c6ac7e4b3243bda87cf697c712005fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-alfa-network_r36a-initramfs-kernel.bin"; + sha256 = "8c0cf544bdb24b50dda6b6ba60a1f33e7f5cd6d2dc6f88dc53057e2385f56b38"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36a" + "r36a" + ]; + titles = [ + { + model = "R36A"; + vendor = "ALFA Network"; + } + ]; + }; + allnet_all-wap02860ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-allnet_all-wap02860ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-allnet_all-wap02860ac-squashfs-factory.bin"; + sha256 = "754b6a12afbee1f35591a2b7de58f6609d1d333a48674daa74dde41d193ba166"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-allnet_all-wap02860ac-squashfs-sysupgrade.bin"; + sha256 = "005b4d8f801cfc755ef002f10543bcab1b023a3c786c26c34b18463341f1add6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-allnet_all-wap02860ac-initramfs-kernel.bin"; + sha256 = "3e1844f1d7902e0ca7d17a581ef4da87f306d36ff2df072b4730d0fc4e0ba532"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all-wap02860ac" + ]; + titles = [ + { + model = "ALL-WAP02860AC"; + vendor = "ALLNET"; + } + ]; + }; + arduino_yun = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "block-mount" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-arduino_yun"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-arduino_yun-squashfs-sysupgrade.bin"; + sha256 = "724294b50cc3542fae5f3e2ef53387cafdf02a76e171dcefe9ad016cdbf7e79c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-arduino_yun-initramfs-kernel.bin"; + sha256 = "b1f878807b721bb3c97e0a5b4c46bdd3055de070ff0968accc30fcae17ecc180"; + type = "kernel"; + } + ]; + supported_devices = [ + "arduino,yun" + "arduino-yun" + ]; + titles = [ + { + model = "Yun"; + vendor = "Arduino"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "1272b684dbdc1a59429bade21f1d2516bd6162f4043ba325d47a4a73a5b2dba6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-aruba_ap-105-initramfs-kernel.bin"; + sha256 = "37ec3271683e0ad609e357f468eb4cbe2ab8e3756fe3b2a03c4745dd1c359c09"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + model = "AP-105"; + vendor = "Aruba"; + } + ]; + }; + avm_fritz1750e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-avm_fritz1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin"; + sha256 = "cd2283920a7d9d17a183649429dabbe41646ddf9858a1acec5d11c6df63b7cd4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-avm_fritz1750e-initramfs-kernel.bin"; + sha256 = "5911d947999865cfcb7cbe7fcfd7770c97d014ceada0aa1f569080c0b76f5450"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz1750e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 1750E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "36026c252ee8757a8c345f938614909c57fa77f500eb6135bad649ffb4bb73ea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-avm_fritz300e-initramfs-kernel.bin"; + sha256 = "1ab6dc088fb30bcc72a227d4761f08df4f7cdef3ecaf37c1b124aae63ac1b67a"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 300E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "482cfccb890ab026c31305f54e2aad54f5e6c78265b335abefd643ce8b1f2899"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-avm_fritz4020-initramfs-kernel.bin"; + sha256 = "ae7c099c6a73a1e31e93956440ffef296618bf44dc45a58708f1c21f5afb8fce"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + model = "FRITZ!Box 4020"; + vendor = "AVM"; + } + ]; + }; + avm_fritz450e = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-avm_fritz450e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-avm_fritz450e-squashfs-sysupgrade.bin"; + sha256 = "3bbb9e004c4225109ead11aa944665361bc616cbb1d7d82d000b4707799c8d27"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-avm_fritz450e-initramfs-kernel.bin"; + sha256 = "66eeed0274b971571cb27b8d633cc6ab6979411e0fbce3631adf6075592cc689"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz450e" + "fritz450e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 450E"; + vendor = "AVM"; + } + ]; + }; + avm_fritzdvbc = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-avm_fritzdvbc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-avm_fritzdvbc-squashfs-sysupgrade.bin"; + sha256 = "0a2fdc09d5930d474a0ba455f7c118498503e5c968d05841f47232c76a980999"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-avm_fritzdvbc-initramfs-kernel.bin"; + sha256 = "39b669b74fdd1dfd7fa032ec0a35290b372182ad7ea3ed25951b2d841f2ab3e5"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzdvbc" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater DVB-C"; + vendor = "AVM"; + } + ]; + }; + belkin_f9j1108-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-belkin_f9j1108-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-belkin_f9j1108-v2-squashfs-factory.bin"; + sha256 = "69f7ea15e267bb40f9084d4982f60074b27f9e5687c93c7da103db50237a72fe"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-belkin_f9j1108-v2-squashfs-sysupgrade.bin"; + sha256 = "03a68cdbe40d5140edb882a8577ede9356d069c9a1d8cc5df44bf34fee53728e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-belkin_f9j1108-v2-initramfs-kernel.bin"; + sha256 = "e47f565f28537b28ab267dbc203c0ed93a053968e267ba39a8d77d35cce32ffb"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f9j1108-v2" + ]; + titles = [ + { + model = "F9J1108 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + belkin_f9k1115-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-belkin_f9k1115-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-belkin_f9k1115-v2-squashfs-factory.bin"; + sha256 = "538163684089b3f57b2ffc1eb2a221f994107a53c6b2d6a1d9e8eb9043621418"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-belkin_f9k1115-v2-squashfs-sysupgrade.bin"; + sha256 = "c17a8885de1f53efe47558b1d0ce0e3bf63b63e545be3d221774a55a6aec22c0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-belkin_f9k1115-v2-initramfs-kernel.bin"; + sha256 = "4bff3b6b402bc1395089b88ba1f62e91df37b607383d18aa5c3e7469f522475c"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f9k1115-v2" + ]; + titles = [ + { + model = "F9K1115 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "b292dd9d7dd9b6a1216963ddcef345bcd26f63b62cd2ae3312fa1f74fd4c49c6"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "043c2facf6ed226b3e1b2f1f9b757e48ebc5f45b9c41a76c83c85c6663102a56"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "30ef1f3ea6b118613c21bc4045d19939bab209517dbb5123e2ced8a8d01f4c10"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_bhr-4grv-initramfs-kernel.bin"; + sha256 = "afba983f11dc2ad3f2b4caa260aeca6b199bf83f93c1828258372d9d8fc67213"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "BHR-4GRV"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "a264f8d45b928df917469fb354ee850cb2a39a4ca4abc113f5afcd8093956c88"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_bhr-4grv2-initramfs-kernel.bin"; + sha256 = "64c852a8a57fadcd39ab013cae45e58b6428cc76704b0b6a8715a0db8988b690"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + model = "BHR-4GRV2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-buffalo_wzr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-600dhp-squashfs-factory.bin"; + sha256 = "79f4c28fdcceefc579cb5741947ab40999936892754b24094038273607148ec1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-600dhp-squashfs-tftp.bin"; + sha256 = "bbe77fc33ac0cdedeb7daa3a1b00222026b9ce657e4c33d9630c568980d87a31"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "0ce07e9a2db0a4c20365e7e3a6bc91bdc42e8b4d783d47e914587b2e2925cdf9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-600dhp-initramfs-kernel.bin"; + sha256 = "7a993e2c0475658180d12f0f228e6a4ae1b73eca1279d85f482050f816cf846b"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "6bcd8bd4bd83437087d5cfd471ce6854a2c303c6810a2c05fda0d7e2a85158cc"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "d5528e7477e6995ad2999c395a5f24ad150378d61367c8bd7a9ffc30cc84e778"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "8f16b8cdf3d6ced2607b83938710b88d4e10a91a8f336fc37022fc34c75d8ee1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-ag300h-initramfs-kernel.bin"; + sha256 = "d036ae5b4b8d736098c02065329d0ccf7a3d08fd5533bef3c49364a2fadfea7d"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-HP-AG300H"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-rb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-gpio-nxp-74hc153" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g300nh-rb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-tftp.bin"; + sha256 = "77d92b9ac0b31d59a8e69cd6f2d98125707b89cf8e9493fa2741de5e7983f0c0"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-factory.bin"; + sha256 = "efbc4c6513dd52d4124f5ceb2d037b89d1f3b66af8c37057c66eb82bd6f37ebd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-sysupgrade.bin"; + sha256 = "74d1eaa925c6f62ddb6198b055751376a8c46a55f471be3da800ddba5a43a165"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g300nh-rb-initramfs-kernel.bin"; + sha256 = "8fadc8dd976d93f8cc98ae508d3422b5b3345a7234d50018d8f5c209719ea875"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-rb" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366RB switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-s = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-gpio-nxp-74hc153" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g300nh-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-tftp.bin"; + sha256 = "6b85d8b659de6337b2148a89e67a57eaa826001878481e6e23fff4ec1933e76d"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-factory.bin"; + sha256 = "ffe36bb6fdb4c74caeea3c2570aa4cb9eb944bcd7b89bb91f1209c69aaf96730"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-sysupgrade.bin"; + sha256 = "53a1a19434fa4ecc5acee63c8c37ae4c6c3ba66afab61384f38970bf4399f257"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g300nh-s-initramfs-kernel.bin"; + sha256 = "5460c2cfd839d6f63c87f4ac22b8327931df7ce673a562737da68fa8ddd743b6"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-s" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366S switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "e5df7a8634ca091554b4910591f5ea6a00948e98152257d20f567660b2fc859d"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "956d769fb10018650a10705779ff794bc11c3496cbb0a9874957c5a8c62e4133"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "70ae6e03f4ed41b81145dc4ef98cf08eabb276647821c0e2bfad4b1fad6c1da5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g302h-a1a0-initramfs-kernel.bin"; + sha256 = "ca86e99d7587b538ef73bc48a518053745cf78d356f0a43f1ee2c119cfd344e6"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + model = "WZR-HP-G302H"; + variant = "A1A0"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "f5e3dcfa1b7cc44d801841b47819f3b369ef5f3736d0e6450b723fbefe80bd76"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "578cef50a4ed3a3c08c823e232044f4dace9c8eacde9776fdf262c85ad59e71f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "f1731098018b86d7bb329019d865aa3e177654156a4a9344c2d7573e3c8850b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-buffalo_wzr-hp-g450h-initramfs-kernel.bin"; + sha256 = "4a8fe6734c46c1cd2606f5806771e21bac4b62e46305c206a986f846270c0289"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "WZR-HP-G450H/WZR-450HP"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "c511ee914eecb0030815fe67f25270f11440a1c22e54a6e33351233a37aae43a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-e110n-v2-initramfs-kernel.bin"; + sha256 = "2a5edd62b0dd4bc4ed4f02c5b90ef253c3da5114a2d1fa0b5537cca0d8647d71"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + model = "CF-E110N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "62bbf012802dda2080e648d3ba5f934aebbc28bf35cb383c9b302d4b4e045af8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-e120a-v3-initramfs-kernel.bin"; + sha256 = "e353f620eafebd558ac362572f21129f77f7452d10f46a28c5be779f71800fd5"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + model = "CF-E120A"; + variant = "v3"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e130n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-comfast_cf-e130n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-e130n-v2-squashfs-sysupgrade.bin"; + sha256 = "a61a548093b783f36c65f3de8eed38f2403ab8d85d04350a12b3dc073cc8f681"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-e130n-v2-initramfs-kernel.bin"; + sha256 = "a3bfb93c25a9b9a92dc2aa1db9587837d8ae0c211e72174aebef610e33e34a88"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e130n-v2" + ]; + titles = [ + { + model = "CF-E130N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e313ac = { + device_packages = [ + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-comfast_cf-e313ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-e313ac-squashfs-sysupgrade.bin"; + sha256 = "3ae111c0afa1fbfe6b536e4e1803a24c69ff720fd55dbf43290619808e883545"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-e313ac-initramfs-kernel.bin"; + sha256 = "720f42943d0fc090e56ee019536258f9f15f925e538f134246149153869efa50"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e313ac" + ]; + titles = [ + { + model = "CF-E313AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e314n-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-comfast_cf-e314n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-e314n-v2-squashfs-sysupgrade.bin"; + sha256 = "8c8d1b3bdaf79d801b760f241165df3830c905844f984d467946de51d7ec911c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-e314n-v2-initramfs-kernel.bin"; + sha256 = "d8c41e2b66aad65829230a3902878f3bd1764c961e23fe7175ec11b667661807"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e314n-v2" + ]; + titles = [ + { + model = "CF-E314N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "c8a337d292ec4eb94245892a2f585ed35c813b417aace970d0e453db375c14c2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-e5-initramfs-kernel.bin"; + sha256 = "2f6d68e08252dde28a73b720278fe022fd9bfbf15d4b4886171b53c9ee6ed0c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + model = "CF-E5/E7"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e560ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-comfast_cf-e560ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-e560ac-squashfs-sysupgrade.bin"; + sha256 = "7da39f00d70a1f40cb86b16994b6d1b67c1e90639db293b588b4aa51e880adba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-e560ac-initramfs-kernel.bin"; + sha256 = "5e218ac492f5f73435f037cb70dcdd2409ea59b8ffc68ecfd495975b1594a102"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e560ac" + ]; + titles = [ + { + model = "CF-E560AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-ew72 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-comfast_cf-ew72"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-ew72-squashfs-sysupgrade.bin"; + sha256 = "f97c7a8712c542af4d63f28926f9160abf55f50dc2c0d97beb7910bfa8d749a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-ew72-initramfs-kernel.bin"; + sha256 = "df22d1aad6331a66569fbf1558652f6cc4bd9f197e4a7e8379c1460cd093af80"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-ew72" + ]; + titles = [ + { + model = "CF-EW72"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-comfast_cf-wr650ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-wr650ac-v1-squashfs-sysupgrade.bin"; + sha256 = "c615d4d2bc6da6aed2baba6e889eff3950177cf5623294279925a69884b943fd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-wr650ac-v1-initramfs-kernel.bin"; + sha256 = "79813059150191f3527f6112fe0666c19cfb314112f8725b9604780cb67bb0ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v1" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-comfast_cf-wr650ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-wr650ac-v2-squashfs-sysupgrade.bin"; + sha256 = "cce276188c8c869014fa597e3359c03757172429c051a805539239c20f126ca2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-wr650ac-v2-initramfs-kernel.bin"; + sha256 = "8783675efdd01e3017305d5c7749588ba2424398a49be3148fa616efd410d0c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v2" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr752ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-comfast_cf-wr752ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-wr752ac-v1-squashfs-sysupgrade.bin"; + sha256 = "9df58ed94eff9576ca260935d3ddb97dea3905136f7fb44a33147ae545ec0e5d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-comfast_cf-wr752ac-v1-initramfs-kernel.bin"; + sha256 = "df11eacd6dd19fa8b7e25d8b12086b0bdfdf8bd18896e79438f7199ea3cdef57"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr752ac-v1" + ]; + titles = [ + { + model = "CF-WR752AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + compex_wpj344-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-compex_wpj344-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-compex_wpj344-16m-squashfs-cpximg-6a08.bin"; + sha256 = "6da7d022cfa6a34b9788b37a36e979186ec886586c69091abfbce37bd9fe8c88"; + type = "cpximg-6a08"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-compex_wpj344-16m-squashfs-sysupgrade.bin"; + sha256 = "bfa5e860edaabd01e0d6ccda9be32b46364ca5ee866dd126089808cc4b690e3d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-compex_wpj344-16m-initramfs-kernel.bin"; + sha256 = "b2e1641f55b227ae524fcabd70b8a65fdd2e979b544ef467b4896a865f661a32"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj344-16m" + "wpj344" + ]; + titles = [ + { + model = "WPJ344"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj531-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-compex_wpj531-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a07.bin"; + sha256 = "a5b0d78cb3cd939e7c5820b63c27bc1620ddd287a30ab2ae04d8cb480ef5c734"; + type = "cpximg-7a07"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a06.bin"; + sha256 = "a5b0d78cb3cd939e7c5820b63c27bc1620ddd287a30ab2ae04d8cb480ef5c734"; + type = "cpximg-7a06"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a04.bin"; + sha256 = "a5b0d78cb3cd939e7c5820b63c27bc1620ddd287a30ab2ae04d8cb480ef5c734"; + type = "cpximg-7a04"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a03.bin"; + sha256 = "eb7dfdaeb24c2749a34b5ed1c39ac4dec2a0e345d26cea22551bdb8eb8a99bba"; + type = "cpximg-7a03"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-compex_wpj531-16m-squashfs-sysupgrade.bin"; + sha256 = "d543243e4dd7b9c29249ac0732f48c2450b0991719f525c5660d1c94f5b53e94"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-compex_wpj531-16m-initramfs-kernel.bin"; + sha256 = "9118f440784c89fcb77524d279b2292a51b7702093dfc59fff279786dad8acd3"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj531-16m" + "wpj531" + ]; + titles = [ + { + model = "WPJ531"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj563 = { + device_packages = [ + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-compex_wpj563"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-compex_wpj563-squashfs-cpximg-7a02.bin"; + sha256 = "20b55a17d6fb9990a89988114689bafdc7f45404987af2162aacb51e94f96061"; + type = "cpximg-7a02"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-compex_wpj563-squashfs-sysupgrade.bin"; + sha256 = "7d19b6dc3f84cf0d7304ac1b69a1bedb1b604de9d2bb5dccfce9af0f182d850f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-compex_wpj563-initramfs-kernel.bin"; + sha256 = "837bb749cac5305b8c9975977f9fae9607071ad58993c7d8c4d184d90a9cd062"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj563" + "wpj563" + ]; + titles = [ + { + model = "WPJ563"; + vendor = "Compex"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "ede6ceb6703952233f8a332376ef60d983b2fb5792c72f83f0c29449ba7d3d2d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-devolo_dvl1200e-initramfs-kernel.bin"; + sha256 = "a589f1018b9445e81abc80ba3ffe28f15a5027d6e5eb438b9647f41bee732a50"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + model = "WiFi pro 1200e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "945f0d81db34493f20d9e9b993b3928db9cbd28e1a7345157aef8a36b5fd6bf2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-devolo_dvl1200i-initramfs-kernel.bin"; + sha256 = "b00bc1753d4faa7723dc778751d15770456a7adbad4f71a0f908615b9b6e4f2a"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + model = "WiFi pro 1200i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "99557975338e256b004bde89fa61a61b4feeaee1340b5c1e4da5b75d37158949"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-devolo_dvl1750c-initramfs-kernel.bin"; + sha256 = "f954d37267d0efe9d3a9abc1e132e220abb8ea0b6d2a86ec2ce5584bc2d4cc90"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + model = "WiFi pro 1750c"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "a2a56128b5180065a784cf42a283f908b1a4a1cea17f5b198e1681f715ab6357"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-devolo_dvl1750e-initramfs-kernel.bin"; + sha256 = "227db2684a547594fffac9aae64afa19a88a247a8ff1e73bac097a8a362b4ff4"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + model = "WiFi pro 1750e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "4eb29361373d2e8f85e300fd4a581974ada12d7bf096b21724ce6a4cc42b9721"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-devolo_dvl1750i-initramfs-kernel.bin"; + sha256 = "04831473e0bdcc7f3455856335bedb5985945dedfbf4a133ccd9dcd6a9412a27"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + model = "WiFi pro 1750i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "1d56290d34e45a83be181a459eb2cbf4c82edaeeabae1134a693442368e139d8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-devolo_dvl1750x-initramfs-kernel.bin"; + sha256 = "3d4ecd0a4557d11fa2f9f575871f6c395364e1cf1586ebcd503ad38344a585c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + model = "WiFi pro 1750x"; + vendor = "devolo"; + } + ]; + }; + devolo_magic-2-wifi = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-devolo_magic-2-wifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-devolo_magic-2-wifi-squashfs-sysupgrade.bin"; + sha256 = "d69cb77e6ee045bc4e99cdcf84c91fd5b18204a9c2de1a261b1b3a4e9a257a15"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-devolo_magic-2-wifi-initramfs-kernel.bin"; + sha256 = "de453662a4135088fcad4f06d2d4e6d7b49d0b10ad7c9cdf3df28e36cd661368"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi" + ]; + titles = [ + { + model = "Magic 2 WiFi"; + vendor = "Devolo"; + } + ]; + }; + dlink_dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dap-1330-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "7d2e0347d9033fa387d2feab6483ccc7a2a2c8db831b99cbebad29b4f09810f8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-1330-a1-squashfs-factory.bin"; + sha256 = "c612ead33b39712003f195ebea7a8764af9263e5bc9f7aa39f34536d8b927e3e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-1330-a1-initramfs-kernel.bin"; + sha256 = "8d602fcb69c9085be85f3d88f32401ba310acf38f6783739ea29bc8af4bd605e"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-1330-a1" + "dap-1330-a1" + ]; + titles = [ + { + model = "DAP-1330"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-1365-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dap-1365-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-1365-a1-squashfs-factory.bin"; + sha256 = "c489fb5248605a94d78c490a00af3324ee377b65a0886ffcf00131002d24bbdc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-1365-a1-squashfs-sysupgrade.bin"; + sha256 = "30c6d0b90ee139561337c4d35280122ed83282f7881b2e2b9e891050d74bdf88"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-1365-a1-initramfs-kernel.bin"; + sha256 = "d86218998bc754bf9d8dcf9a6b945e67b881bcdcc468f9cde1cfe4ac4dccfdba"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-1365-a1" + ]; + titles = [ + { + model = "DAP-1365"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2230-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dap-2230-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-2230-a1-squashfs-factory.img"; + sha256 = "c48afd0ef5babe75e10907d1516abb7ee67afd86dacbce9cb26f7b96fcef9fb1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-2230-a1-squashfs-sysupgrade.bin"; + sha256 = "7aee8e96cc17be0fae142854abd2feb602e1e2c7706317fba2af9e08b361bb96"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-2230-a1-initramfs-kernel.bin"; + sha256 = "90a0bb8aeb0af50f12cc4dcdaec2f003025e010b8c1c94fbd7e89526843197c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2230-a1" + ]; + titles = [ + { + model = "DAP-2230"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2660-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dap-2660-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-2660-a1-squashfs-factory.img"; + sha256 = "c02d2c965d0888d882660b425bdce3069fdf9e77b2740c2c4984a2bec68bd0b9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "76aa3b83f0f25718683e34d2ea85987e22420a08905bd320ee12fe2bbc4931d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-2660-a1-initramfs-kernel.bin"; + sha256 = "e4bba6f2399a4c9bb405e91784493ef548898d1f0070bd94662f5bb3047ad4cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2660-a1" + ]; + titles = [ + { + model = "DAP-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2680-a1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dap-2680-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-2680-a1-squashfs-factory.img"; + sha256 = "9c50117572ba759e35bae5668faf23352ecd2f60aed9893a82859d422567ab8e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-2680-a1-squashfs-sysupgrade.bin"; + sha256 = "b6878adc5119cb00128cbea8ebdc974df7dc70192cfa2d4dddcf9d59a0d4c5ff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-2680-a1-initramfs-kernel.bin"; + sha256 = "3ffad8c01493ae1d25e3542e6e274db3f19b14dc972169e9f987d910fac7340f"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2680-a1" + ]; + titles = [ + { + model = "DAP-2680"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dap-2695-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "0a34ed9339c4b539b1631e817dbeca32c486e314f7c8335934508f4b01daaea7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-2695-a1-squashfs-factory.img"; + sha256 = "a78d7d2d23ab5f896a3fe5bf90e120d993d14aaeb9b8f53a43d45e3024554095"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-2695-a1-initramfs-kernel.bin"; + sha256 = "0ff72d07c64b10462f8612a554ce53d948c4bafe250b212a04292cddbd1a7941"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2695-a1" + "dap-2695-a1" + ]; + titles = [ + { + model = "DAP-2965"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3320-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dap-3320-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-3320-a1-squashfs-factory.img"; + sha256 = "9cdec97fcc3204cb43a1dd16dc73786d50a99c8ecbcc6026c8395456353347f9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-3320-a1-squashfs-sysupgrade.bin"; + sha256 = "c4d7119aa57aba7064623aca16348ba0b33d0732374eb994b412b870ea366b76"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-3320-a1-initramfs-kernel.bin"; + sha256 = "d9735712d99d1fe89fda672acc5032288d0ae9e664f6ec065160990d19a91687"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-3320-a1" + ]; + titles = [ + { + model = "DAP-3320"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3662-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dap-3662-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-3662-a1-squashfs-factory.img"; + sha256 = "47f8774c4d46d29c01c0544e585ae1f9acf39a650bfe0c64e7bc94435b4447ae"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-3662-a1-squashfs-sysupgrade.bin"; + sha256 = "5e397f0499946bbdcfe96170fa642918f8a84852181346e4e643c8082ca4052b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dap-3662-a1-initramfs-kernel.bin"; + sha256 = "b710a53b7f536b991feb574d65dfbd5e15c68fa93b7d3f3a16b09e1f879e2d7c"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-3662-a1" + ]; + titles = [ + { + model = "DAP-3662"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dch-g020-a1 = { + device_packages = [ + "kmod-gpio-pca953x" + "kmod-i2c-gpio" + "kmod-usb2" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dch-g020-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dch-g020-a1-squashfs-sysupgrade.bin"; + sha256 = "ca468fb30b19f26e403f24383be9a3b500949a01962a57e0f9e35b89b51b201f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dch-g020-a1-squashfs-factory.bin"; + sha256 = "6785b3fbe96ba11e6fab39276b0a06bd8ea24d56430c095ace85cfc14dce6e89"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dch-g020-a1-initramfs-kernel.bin"; + sha256 = "3b842f168750593b9351917a53afad4d073aa63f2d6fb871b29ca5114c652766"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dch-g020-a1" + ]; + titles = [ + { + model = "DCH-G020"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-505 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dir-505"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-505-squashfs-sysupgrade.bin"; + sha256 = "3c087ad58f7dc91d6fb96f3011ca80faa5b9462f05f94b0c0d0ec2cad0ff37fd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-505-initramfs-kernel.bin"; + sha256 = "537f2fdd6ee213e475407e6573c520f35d130dfcf1c001954277b4826ec7028c"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-505" + "dir-505-a1" + ]; + titles = [ + { + model = "DIR-505"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "972caf6bd7e2f5fc3031cbd772a3d48823430456a65290dd4426a929d4cda980"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-825-b1-initramfs-kernel.bin"; + sha256 = "2718b9cd321d6a0ee7f86e675944921c0f81e4caf798e6706fa7eb2eb040e776"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "4cc304c5d5d49377e9a261befdf41bfa65a05005e18fd063f7ee3fb49b59771e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "1a15daf41d90c54ec71842f714853c72ed9322740e1e21e2c4ec8e9e99e1e57d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-825-c1-initramfs-kernel.bin"; + sha256 = "d4a1038ba9958ec77f395a1bec4a0da16afae75fb186c4b7b2e4a6214ecdd5f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "e7f999c2348805b8ded8d0d7d93c5dc2651b708dbcbb026bb21d5a58c8afcf69"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "b62021a65cc288e4e48c6d8fd2c330db3b8514b036f572df7fb773821c112eb2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-835-a1-initramfs-kernel.bin"; + sha256 = "69a8a3afe9e9b670ff79069677525cf846fa469a5c3e6980da7414e9c57c7763"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + model = "DIR-835"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dir-842-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-842-c1-squashfs-factory.bin"; + sha256 = "23d12c832aa8a067770ba5b48b5c73094818d548086d88a0ed4126dacc9ae9ab"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-842-c1-squashfs-sysupgrade.bin"; + sha256 = "6615157bbff1b11e04c38dd9ae905bd25a9aee139734d2548625b266607e32f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-842-c1-initramfs-kernel.bin"; + sha256 = "508c54b2f91fa28f15d7104f7bd6a70e193eac3fe8d0b8e64e403c25025a806a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c1" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dir-842-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-842-c2-squashfs-factory.bin"; + sha256 = "252e85a710480468262f8e16f4c0a4f2bf01dcaff91874eaa1879337858a9a87"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-842-c2-squashfs-sysupgrade.bin"; + sha256 = "8b4af11b3b798fcbc435566decbbabcdf4af2c7b6ce30014067c492af9f28245"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-842-c2-initramfs-kernel.bin"; + sha256 = "480de839d1a3b71bea8d2fe2f9a568e90b94a52f304a99f06052cb67917b785a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c2" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dir-842-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-842-c3-squashfs-factory.bin"; + sha256 = "e008f2e509be36684f5dbae07f526cbc1f0d25de7ced642be2fe8c8dc2a788e9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-842-c3-squashfs-sysupgrade.bin"; + sha256 = "8ff030e8202a4a3ed06163deba11366ef09d1a61c4b3295e1fadcebc9c164f5a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-842-c3-initramfs-kernel.bin"; + sha256 = "1c565c87d7048a2f6506f9caefc4000a18894a9c309ca541c4ac7018edf884da"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c3" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "9ef5a2ba8a1ebd1178c6db9ba2f839d2155691c62b19748740ca77e975b5bc47"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "0575263496e48a8454339b0086d914cc37215e50dd27a8f1f3e95026ad7cd57e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-dlink_dir-859-a1-initramfs-kernel.bin"; + sha256 = "720e1995a858e3a434d92c62005c1586a37df12d08d87d0024b3ef7b442d7728"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + model = "DIR-859"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "417af8ededa19df077cb872cbd150cefe554b0766f955fbefaa8339bfdb5f64c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-elecom_wrc-1750ghbk2-i-initramfs-kernel.bin"; + sha256 = "41c660beb97781467b0d78111d44f6e56421193120c47058c233cbec36abcc4a"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + model = "WRC-1750GHBK2-I/C"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "72ff85b348d30605817c5e16fe103167c7c810c420c7a97a3de1cd4007487da0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-elecom_wrc-300ghbk2-i-initramfs-kernel.bin"; + sha256 = "77380fad963b2901136cedd58a592f378cb64046acc9d6be6c94693d1f943584"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + model = "WRC-300GHBK2-I"; + vendor = "ELECOM"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "23ad39ef64dd4b2de07cdf1f385d6ecdfda7f4867889740f95fea5e7090ffb90"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-embeddedwireless_dorin-initramfs-kernel.bin"; + sha256 = "1aa0eb0cbf224f7cb14edb42a24f2dd79713a160d76a816f56d447d6e7719094"; + type = "kernel"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + model = "Dorin"; + vendor = "Embedded Wireless"; + } + ]; + }; + engenius_eap1200h = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-engenius_eap1200h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_eap1200h-squashfs-factory.bin"; + sha256 = "c23fdd32da10b180397f311bbbf8b48a6233674dee783e94860c6d593fbb157f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_eap1200h-squashfs-sysupgrade.bin"; + sha256 = "65d454a4255c4785d54bf0c40e1a69467b151e5d8321c4e999c8f6427349c42d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_eap1200h-initramfs-kernel.bin"; + sha256 = "aed7e88d9c99e56d8dcb2465768dac549921c3ead130fc4ef15b134953b9c636"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap1200h" + ]; + titles = [ + { + model = "EAP1200H"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap300-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-engenius_eap300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_eap300-v2-squashfs-factory.bin"; + sha256 = "2b852fb88420616685542d979150f69ca75969ad0758228061b39240002bafe6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_eap300-v2-squashfs-sysupgrade.bin"; + sha256 = "e063bdbb878a9b9b1fac52ae34b31d3a774208b0fb8838cf8af34a21dcc9faab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_eap300-v2-initramfs-kernel.bin"; + sha256 = "6f449d79301bec828ab95eb3f166eeb93437efde8fddd8871ca3e7053dd78512"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap300-v2" + ]; + titles = [ + { + model = "EAP300"; + variant = "v2"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap600 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-engenius_eap600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_eap600-squashfs-sysupgrade.bin"; + sha256 = "cce3fb2600516033b0175db3cb9a64c81879a9360ab75f3f64c711c67ead9a09"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_eap600-squashfs-factory.bin"; + sha256 = "a2b00ff03d38fddae80b01dc135ee1b519e92c6374b5530e4f8a969bfac29e54"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_eap600-initramfs-kernel.bin"; + sha256 = "97aebbb86d8247e36b80e6a277c22c520342c381d1026703243da64be21be38a"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap600" + ]; + titles = [ + { + model = "EAP600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1200 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-engenius_ecb1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_ecb1200-squashfs-sysupgrade.bin"; + sha256 = "76bd78d5f8c034fd178a658bd460276b2a70cde342d9d22456a4a57cd8380ca5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_ecb1200-squashfs-factory.bin"; + sha256 = "c96dcffbf980460d81f287dd9190c46609f59d6908adf64a83e0f129bd225068"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_ecb1200-initramfs-kernel.bin"; + sha256 = "7d709c16a94e1f3ab2f960e9527dc61febef64c8197fe3bf401a646a4e2d38a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb1200" + ]; + titles = [ + { + model = "ECB1200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_ecb1750-squashfs-factory.bin"; + sha256 = "e22c1a1568ff71ac20c6ebbbf14822fcdd6d888bf67af2d4bc46bab31d6c4624"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "7111e0313725a0a7c06d70c7647a58b41a581dcc4491a2c42eadf862d00a3dba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_ecb1750-initramfs-kernel.bin"; + sha256 = "64d2999bd761f5d3f45bc9813b5de0e6b5e4eb6737805ba48e449de3aaf444fb"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + model = "ECB1750"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb600 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-engenius_ecb600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_ecb600-squashfs-factory.bin"; + sha256 = "e1848acdfd1ce64010957f13e44fa576cdf4f645b44eeacb355f30e74744f731"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_ecb600-squashfs-sysupgrade.bin"; + sha256 = "8001497516e2d5a8a148527ce2dce541b36a8d3624d327f45a1c9f87b6f91063"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_ecb600-initramfs-kernel.bin"; + sha256 = "0fd09e6fdbea7d9473d6a46992dba812f5c64e00aa0c405daf5a1fa49fd23c4c"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb600" + ]; + titles = [ + { + model = "ECB600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens202ext-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-engenius_ens202ext-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_ens202ext-v1-squashfs-factory.bin"; + sha256 = "21148411f6ca6fd154f771e88ab2354a53c32c8c655c22db2f9d4aa3c5b46922"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_ens202ext-v1-squashfs-sysupgrade.bin"; + sha256 = "cf86b6fcc38e87f023e1d189b494b728d476691cb763fff0d47dac4aa8e6b5a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_ens202ext-v1-initramfs-kernel.bin"; + sha256 = "22ab51e9f48501529381d6e7dc2c7111da91e4aa0b2a65d2a15655eb49a45f3e"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ens202ext-v1" + ]; + titles = [ + { + model = "ENS202EXT"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enstationac-v1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-engenius_enstationac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_enstationac-v1-squashfs-factory.bin"; + sha256 = "57c964777e41a08d139b3b6f012d4e4ddf27f5c0f02f3794143c549a9d48b017"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_enstationac-v1-squashfs-sysupgrade.bin"; + sha256 = "170ab4c77ea274a9727c41741c52e5cd6a1c5dec21d14e9ff904f043903394cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_enstationac-v1-initramfs-kernel.bin"; + sha256 = "573ec3395b4e70e44b8353859e146cd85f30edbc52724471fbf33d9c5536b620"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enstationac-v1" + ]; + titles = [ + { + model = "EnStationAC"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "e260a09ca84e9ae9bea68a0c215c47decf8bb8f81f8a7721785dea27097cbccc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "5e71eac5be1fe46c176cf2644fac960a3bc20e92b3f84444d4e3280aefbc11d6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_epg5000-initramfs-kernel.bin"; + sha256 = "b74e8032ea7b258aa404e3eeae076308fca808e6a31aa92d26e62faed7ba1a13"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + model = "EPG5000"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "ef2831d4b5d3536d89ab80691fa38165bddc6fb646c2e77e0d6b966a251abea8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-engenius_ews511ap-initramfs-kernel.bin"; + sha256 = "f328c81dc0a127e215129ff80fade1b5ada10ddd34d8b1bc5930fc7d5dd4c512"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + model = "EWS511AP"; + vendor = "EnGenius"; + } + ]; + }; + enterasys_ws-ap3705i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-enterasys_ws-ap3705i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-enterasys_ws-ap3705i-squashfs-sysupgrade.bin"; + sha256 = "6252a20c22db075f8d86db57624792a0e37b0b41ee80ff6b862af3a2d3469f46"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-enterasys_ws-ap3705i-initramfs-kernel.bin"; + sha256 = "9a72f9bdce9d767964c32423ba63781083e5d860f9fd08174b912a06d6983ac1"; + type = "kernel"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3705i" + ]; + titles = [ + { + model = "WS-AP3705i"; + vendor = "Enterasys"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "385dbc7f9c2840a8d4e1d78edb81b81833db16566fc6ff2796a09b5cb0c53968"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-etactica_eg200-initramfs-kernel.bin"; + sha256 = "2e26b3b0c529ae2fc19b61578141595fbef01686061565e3688b622c1c35afe4"; + type = "kernel"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + model = "EG200"; + vendor = "eTactica"; + } + ]; + }; + glinet_6408 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-glinet_6408"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_6408-squashfs-sysupgrade.bin"; + sha256 = "3f4d639926ff63b0640bb6feb5d25144d6f02bbd513660054567b4ae1700cbfb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_6408-initramfs-kernel.bin"; + sha256 = "97ba8b41f57be33fe4f860a28dea5f265b483cf78fac9f06ceb93f520772184e"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6408" + "gl-inet" + ]; + titles = [ + { + model = "6408"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_6416 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-glinet_6416"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_6416-squashfs-sysupgrade.bin"; + sha256 = "3a40dd6a807ae19bddbf7efd20ee29be81c259e5aff8431a606369944c1efa2d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_6416-initramfs-kernel.bin"; + sha256 = "902827b3d17f6bc6ec83dbd387fcffaaedadd0b7c90e22806e6c83255d83c05c"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6416" + "gl-inet" + ]; + titles = [ + { + model = "6416"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "34d5122ff32a5cdeb194fb47e7bfbde0341117d73dca5de80c8d97b347f99c79"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_gl-ar150-initramfs-kernel.bin"; + sha256 = "e05f3b11cc10322ecabfbb8597681134b8b1388b65690b6f6dcb396c72e49529"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + model = "GL-AR150"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "f0a340bb0fd72d9d693e15e363b2442b3c231260fb039271e0bf3d055ce8e409"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_gl-ar300m-lite-initramfs-kernel.bin"; + sha256 = "7c37c8133f67fd84289fa3c94617e51471c7f927cd8488bdb4ef4b6fab2fbb79"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "Lite"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m16 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-glinet_gl-ar300m16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin"; + sha256 = "b4e1efb8cd2c876f82d7a7921b835f2c249fc7e53ddd35ea83598b8e9751eb62"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_gl-ar300m16-initramfs-kernel.bin"; + sha256 = "22961a26d0d49b81926243bb637db790f2620649183e3690907ef195e9e71036"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m16" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M16"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-glinet_gl-ar750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "bd3d447f0126136a710662c30a47e055b4355aace1fb3c90a917fea31e16d86c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_gl-ar750-initramfs-kernel.bin"; + sha256 = "2e6b8c477d2abf7a2d1b5af48572d63e8b444ac635cd595140291a15b97fbfff"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750" + "gl-ar750" + ]; + titles = [ + { + model = "GL-AR750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mifi = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-glinet_gl-mifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "60c68c3b56d2a89e069d9063874ed2db1c2fe1e38469e5393648cb3a259118f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_gl-mifi-initramfs-kernel.bin"; + sha256 = "a20108eb9efac754021650d96c9cd2ad8f24b0d1f6b5d51ffe6050acbae75215"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mifi" + "gl-mifi" + ]; + titles = [ + { + model = "GL-MiFi"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-usb150 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-glinet_gl-usb150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "14430eb69b189e238b72915dc0ffa8fbc6bbe16dae63645326f1883bac974a31"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_gl-usb150-initramfs-kernel.bin"; + sha256 = "62d9488c5729d253f8e3bc2792370f02bdf71f1d69e0736c750acc77a5bdbb5a"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-usb150" + "gl-usb150" + ]; + titles = [ + { + model = "GL-USB150"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "179a77bb85c5b0b94ba5f9f68828532edb6cc92afad6abde05af2d841b87905e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-glinet_gl-x750-initramfs-kernel.bin"; + sha256 = "b7ecbf22248061877a7cac76f015223949f7682984eb5409e041b2900af6a95e"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + model = "GL-X750"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_lan-turtle = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-hak5_lan-turtle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-hak5_lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "150484826d3376bed673e13c9f250fa84b92c4d5777ee43fc9566f6ededf4e79"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-hak5_lan-turtle-initramfs-kernel.bin"; + sha256 = "8f943abdfe7f15a28b1dbb5250c0814b0919dd57e73c6d06740fdc824cbd261c"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,lan-turtle" + "lan-turtle" + ]; + titles = [ + { + model = "LAN Turtle"; + vendor = "Hak5"; + } + ]; + }; + hak5_packet-squirrel = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-hak5_packet-squirrel"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-hak5_packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "f9a840ce2f25cef7fdcf318fabb434a45ae7de1fdfd68b1a87ea553fafc0c497"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-hak5_packet-squirrel-initramfs-kernel.bin"; + sha256 = "276e35da0949637a55747cf001a184a6554f9c936db230aa60e9e46ed39dde9f"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,packet-squirrel" + "packet-squirrel" + ]; + titles = [ + { + model = "Packet Squirrel"; + vendor = "Hak5"; + } + ]; + }; + hak5_wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-hak5_wifi-pineapple-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-hak5_wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "b920d5a08098ab800085d46910eaa4995e63d0ff201e65dd1b4924f25abdc619"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-hak5_wifi-pineapple-nano-initramfs-kernel.bin"; + sha256 = "2e571751c2a2c55cfd8dc50ad49170f124c64fe4e4b341cfe097ed132bc882ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-nano" + "wifi-pineapple-nano" + ]; + titles = [ + { + model = "WiFi Pineapple NANO"; + vendor = "Hak5"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "ae0289da7924ec1ae801631f5d8be1e8294bb62aa3d151e8459694a2a41bb66d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-iodata_etg3-r-initramfs-kernel.bin"; + sha256 = "07ab625f9e34b056f43f847f4dd2d37dfbcb0a9a11ebb0fe62f5255ae88705f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + model = "ETG3-R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "f859b4186d1bb95c908518e828943700b2a0be15c30d68072feb5fca7cf14f34"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "b5f478a46ea4013ac0953e4ba4037e32669e4a6e2f8e5ac215f8ebbfda9ea2ee"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-iodata_wn-ac1167dgr-initramfs-kernel.bin"; + sha256 = "927f13010c668cde52f432ae327f01f6c612331a7e00a6b008c1d3c0e00a1ede"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + model = "WN-AC1167DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "eb0a92b716d932a815ee202dba54116d6e3a5425abe6efbd12adb711f23099fc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "beb323ae3b4e5672dae87374b300f3d7d8c902b64dc40448aa6ce1cfe10d4500"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-iodata_wn-ac1600dgr-initramfs-kernel.bin"; + sha256 = "44dfc70efd005ff4f4ff9a35b4e92d489a679077ef5a957f6115fa0d66a2e972"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + model = "WN-AC1600DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-iodata_wn-ac1600dgr2-squashfs-dgr2-dgr3-factory.bin"; + sha256 = "f0d232a63a95c48b6d433508c9cc4fb9a18e63694a3e91db7c83793554cffb63"; + type = "dgr2-dgr3-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "b46aedc7fdd5ba1c536229d6cd33994b4f92f77a818e4033f0328220f118b3fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-iodata_wn-ac1600dgr2-initramfs-kernel.bin"; + sha256 = "d0b35e849b00a22ff2076c8ebb3affa484a0b01cf5f552a9a07e537a617f13ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + model = "WN-AC1600DGR2/DGR3"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "01ed35833e5473a848a98109fbafae399be25dfc0222671fdc5c09996f0fea20"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "e09afe4bc9f6c9ee495387bb6d48ed13fe86f05686d232872fc74e749dc34211"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-iodata_wn-ag300dgr-initramfs-kernel.bin"; + sha256 = "d58564db4307b80016ad8bf2e2442c4e98b94a04b2e7d1c8a0e797564ab78c3f"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + model = "WN-AG300DGR"; + vendor = "I-O DATA"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-jjplus_ja76pf2-squashfs-rootfs.bin"; + sha256 = "6577cb1663ae2b8d073848dff135a77424572cc78bae5345f609e88074c9c62a"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "6f59e6892c89eed82b976e30ed2172b7ed687fd890104fa4ec3d2e748f495848"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-jjplus_ja76pf2-squashfs-kernel.bin"; + sha256 = "5ea6229145044693d3600aa41bd836e50514d92a6e3637251048117d7ff8c4ba"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-jjplus_ja76pf2-initramfs-kernel.bin"; + sha256 = "00567211d288268e3b8183788d28c2cfff213f46f9ba8af1771bbef4349b1bb8"; + type = "kernel"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + "ja76pf2" + ]; + titles = [ + { + model = "JA76PF2"; + vendor = "jjPlus"; + } + ]; + }; + joyit_jt-or750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-joyit_jt-or750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-joyit_jt-or750i-squashfs-sysupgrade.bin"; + sha256 = "9fc7d950befd287a787365a9ed35efa23f6a3a4425247e4ff52b3476b58e396e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-joyit_jt-or750i-initramfs-kernel.bin"; + sha256 = "87dbf1b979302e675a4c28751048aab479ce94fa590920ba13c361c02f35e3df"; + type = "kernel"; + } + ]; + supported_devices = [ + "joyit,jt-or750i" + ]; + titles = [ + { + model = "JT-OR750i"; + vendor = "Joy-IT"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "3469aba11de75e4892eda3fff83bd896d1e3a8846396cc7b3a713965db9874e9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-librerouter_librerouter-v1-initramfs-kernel.bin"; + sha256 = "c0a93a90cd4f25ceb05c92b0fac7ce9b5146c93ebc1c2ee70d8732eb2014075a"; + type = "kernel"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + model = "LibreRouter"; + variant = "v1"; + vendor = "Librerouter"; + } + ]; + }; + meraki_mr12 = { + device_packages = [ + "kmod-owl-loader" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-meraki_mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-meraki_mr12-squashfs-sysupgrade.bin"; + sha256 = "4ac56f2e1c09b5b944063eb7e41ed30dee40601ce0306f9834b047ddd40959fa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-meraki_mr12-initramfs-kernel.bin"; + sha256 = "e8da067688b9c238e12aae2cd2e63aaaf1e34e6d590eb17a2363d9853aae866e"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr12" + "mr12" + ]; + titles = [ + { + model = "MR12"; + vendor = "Meraki"; + } + ]; + }; + meraki_mr16 = { + device_packages = [ + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-meraki_mr16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-meraki_mr16-squashfs-sysupgrade.bin"; + sha256 = "1e8013f1e89fdf6818546e5e66d94f0f4f267fad1f819c1dd8b6b55c4a0c5d77"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-meraki_mr16-initramfs-kernel.bin"; + sha256 = "e72be030cf0e89c34ac80e6f465ee043daa50d62c98c38c061075e633c10bc55"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr16" + "mr16" + ]; + titles = [ + { + model = "MR16"; + vendor = "Meraki"; + } + ]; + }; + mercury_mw4530r-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-mercury_mw4530r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-mercury_mw4530r-v1-squashfs-factory.bin"; + sha256 = "ce5271533ee8b89c74f28ec0bb28b89f72e1fec51bb28ec13fb1e5c96065e411"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-mercury_mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "8e9fc2afbaa728116e4f34dd6519475c4b4884466873ce397dc611a21a6cc690"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-mercury_mw4530r-v1-initramfs-kernel.bin"; + sha256 = "980b50edeb9501c58d917eae2537278661b1fc62c50edf618232882e9a01608b"; + type = "kernel"; + } + ]; + supported_devices = [ + "mercury,mw4530r-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "MW4530R"; + variant = "v1"; + vendor = "Mercury"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "e4ada6018e490cb8026c49b246666fd1a19d2fb899fd9c88ce67dacfd06cc81a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "894e36f848fc1226edaf4511b039170c561ec2fb25a2d7b89f3fab545053bc0d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-nec_wg1200cr-initramfs-kernel.bin"; + sha256 = "f7c61aa56d043a1fee3cd1589bb680f21ca5a2dc6d10e89bd4d9eb1543cf0a2d"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + model = "Aterm WG1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-full-htt" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "fee39a2a2f9c6667c56a0f2d3829a251663009fe3ca909f211cfc4b0a2054bd5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "d9d2d5b6bc11b917e6ca4dc80d9cfaa8846e138073182866819488670dc105e5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-nec_wg800hp-initramfs-kernel.bin"; + sha256 = "086639315299c547c4c60ffbd88a5500c9dad1b5d7902665721b47ae09f2621d"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + model = "Aterm WG800HP"; + vendor = "NEC"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "e73d92a1cc8fdf1e3686fea1ecc67881b641b574b3c56fe0ccc0e3acdebc029d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "4e2dc381b6e0018e96173d8eac027da991f7e3f8617c401c28eea2e4471a7b7e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_ex6400-initramfs-kernel.bin"; + sha256 = "6034e7d9ae9c57df8d8ff0adbaf04b8eacba53ae111b7efe0898f7317ff031d9"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + model = "EX6400"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "b59a1b3323e2c18fe8c63aaf902ffae6baf88da762633a94de831f7e0a528843"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "128c8696bd9a3bdd2e441ab830c805c3d51485b81972379a68e6906bfa2cc22c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_ex7300-initramfs-kernel.bin"; + sha256 = "683b94fb396b9c1b8ab5c96731bc7049446a719cebe5cd5b95cb1a45e06c653a"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + model = "EX7300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "06a54a51dd6787d3c95ae171f9b4cdd1e4f66327ad277386241692ed985f1ba5"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "75183551ca3061e44e85296616b3b9f7f32b67b02c94ef3861c175078eaa0ba9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "fcdb54633bd9469271bab0fd83b496d3445d0817c252ac06aa75ed2b75b4676d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndr3700-initramfs-kernel.bin"; + sha256 = "48b63d6d4edcae47ef4de44c18557cdb7132f3ef2ed36738316e27c16e5c6e9f"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-netgear_wndr3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndr3700-v2-squashfs-factory.img"; + sha256 = "643f8048d3ee00794134ae59092412f4fa67a7a8d4022ae3dd929b5d8ad3cf9e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndr3700-v2-squashfs-sysupgrade.bin"; + sha256 = "ee07101cc57ff3cdd5de7141e595a8f086487c2844af4631d7efa5d752640f74"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndr3700-v2-initramfs-kernel.bin"; + sha256 = "1ee1061b634ef30fae7ed2c7979c2410a5594cc04abcd916ff0f863fce71edf6"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v2" + "wndr3700" + "netgear,wndr3700v2" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "82d35d2b4f6407df6f133302d91352a86c773a6942167b27f6e6af211173e3b9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "b48b0bd1fbcef51d12ae60b39df86135fe577bab0721e6193b0c69120c8f84ba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndr3800-initramfs-kernel.bin"; + sha256 = "2dea5771b1ab4bd2195ef71f6fe35f01170212580115133c5b67de9e19ab5cf0"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800ch = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-netgear_wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndr3800ch-squashfs-factory.img"; + sha256 = "872c4b2ac7b00874c4f35b96afbc2c3649a404181ff3e8295b90728d11f08923"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "8c05e52344baa6ae6986691306bd50439d5d14078133615559d998ee16c710c1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndr3800ch-initramfs-kernel.bin"; + sha256 = "92bad9c74b5a5969ae1a1dea23d06bc0994f77a808f9776842ba6ac0f9d25845"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3800ch" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800CH"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-netgear_wndrmac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndrmac-v1-squashfs-factory.img"; + sha256 = "b0fdf7f5c99d4e570fdf8adbc02bfc40c5abffb2c84f7d91ce2a73262c70195e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndrmac-v1-squashfs-sysupgrade.bin"; + sha256 = "285a9ba27101580330fa818a5c76e8ad6fb3b67f3ae24babd9898791ee264cd6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndrmac-v1-initramfs-kernel.bin"; + sha256 = "2ae17a002edf1cfca705f0114501a2e51da6fe8eec7a6b414b96243a64a4b004"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v1" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-netgear_wndrmac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndrmac-v2-squashfs-factory.img"; + sha256 = "e0d8873ce6735733de35e281fbcc6446acf0375a23a8d6b103bad1219bdabaa4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndrmac-v2-squashfs-sysupgrade.bin"; + sha256 = "8f9ad38311bc8c0a12c81a8369e640373fda027d2c65673d855dcd3b5afc36f3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wndrmac-v2-initramfs-kernel.bin"; + sha256 = "b26efab3b366910a309f4ec9aba822d3854b0f92bbdb59c70cccc1a5dadb15d8"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v2" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-netgear_wnr2200-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img"; + sha256 = "4bc823ba63135ac48adbaba32a80f2aa47d6c8ca35837be85c34c8f1773651d0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"; + sha256 = "76e8aaac96011a27fbafe592d84a48ab76fb1f6c1d0ec96170f2475342c71023"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wnr2200-16m-initramfs-kernel.bin"; + sha256 = "60b4c4b1ffc9da32162ee82e707fcfde19b5a912ba69a14c4d3b2cb7d682f5d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wnr2200-16m" + ]; + titles = [ + { + model = "WNR2200"; + variant = "16M"; + vendor = "NETGEAR"; + } + { + model = "WNR2200"; + variant = "CN/RU"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-netgear_wnr2200-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wnr2200-8m-squashfs-factory-NA.img"; + sha256 = "74e60da8613c71db8375b5f77a7fb1be2296ef37433c2ed9b57b5c7d4d1b73c5"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wnr2200-8m-squashfs-factory.img"; + sha256 = "98906e7e4d678aa6b69bc6d70727b570aea41a0880a6b17b5496ba25babbc35b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wnr2200-8m-squashfs-sysupgrade.bin"; + sha256 = "bf74ad490f2603cf462db148a71f4548e2a79f89a178140e66ac59b37fe4e631"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-netgear_wnr2200-8m-initramfs-kernel.bin"; + sha256 = "fd3e308e0d1b037ecfb84e63ec403ca04e752a66d969125cff81faf0c9154616"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wnr2200-8m" + "wnr2200" + ]; + titles = [ + { + model = "WNR2200"; + variant = "8M"; + vendor = "NETGEAR"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "6c83839706c0ea33c9a857807b0461c8f4c1c4bd703843613305f834b33fee3f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ocedo_koala-initramfs-kernel.bin"; + sha256 = "94a8dbde1d8e13d0a5c4a31f68ccf0e6851f340231eda373217135780b95793b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + model = "Koala"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "eaadb082faf364a5ae50497f752a79ad84f62bae6813f8593912326689d7bf29"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ocedo_raccoon-initramfs-kernel.bin"; + sha256 = "6b2d40b5313dca4afc45f5b8f08f2a743be92a9a3d4e080cdbc1466006f1f158"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + model = "Raccoon"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "147f03152b4e43fb152ed5753b4fde7da0aa91d9a479f24094a69d8dabd35a18"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ocedo_ursus-initramfs-kernel.bin"; + sha256 = "f1df42bd46b4c98578c1adbec7a1ceb71e93613954f7caba2590a967925f9a57"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + model = "Ursus"; + vendor = "Ocedo"; + } + ]; + }; + onion_omega = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-onion_omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-onion_omega-squashfs-factory.bin"; + sha256 = "7374c91669cd6bcf8a208a6cd83320a045e7913b10081dae02dec6eac9ae58e2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-onion_omega-squashfs-sysupgrade.bin"; + sha256 = "ba29afb5de9b959ad06a99ace0b0ceb1fddc22cc2845c6caf4f0b02ee2ec3590"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-onion_omega-initramfs-kernel.bin"; + sha256 = "45c2a6aab5c4484f5505d60dab3e1b90c7f655b858848e3c37aff655c422849c"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega" + "onion-omega" + ]; + titles = [ + { + model = "Omega"; + vendor = "Onion"; + } + ]; + }; + openmesh_mr1750-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-openmesh_mr1750-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_mr1750-v1-squashfs-sysupgrade.bin"; + sha256 = "4b1d2373c016e60cb479f164133305b9c82de0ea6c10b1f69eb50a9b331ceb6e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_mr1750-v1-initramfs-kernel.bin"; + sha256 = "e7a21758500e90256814266ce97f2840e0e0c8f0c4215030084e3c55cd583d1e"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v1" + "mr1750" + ]; + titles = [ + { + model = "MR1750"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-openmesh_mr1750-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_mr1750-v2-squashfs-sysupgrade.bin"; + sha256 = "f91104a746e4df12bd350d1c16abab2c574504bba5cc4a030d6961fb38fab67b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_mr1750-v2-initramfs-kernel.bin"; + sha256 = "41b936113f9d8bda0561c0f935998bf28fe69a6acb0b5e9e6ff4f41994fa6e99"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v2" + "mr1750v2" + ]; + titles = [ + { + model = "MR1750"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-openmesh_mr600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_mr600-v1-squashfs-sysupgrade.bin"; + sha256 = "0b4cbadf93c31446ebce8b30064c0405f5526beb2f231112cbc036f499572624"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_mr600-v1-initramfs-kernel.bin"; + sha256 = "2cdc8f1c9b10139be01d48af6913f00bc74a940743bec8ad9c1d03aff168c3da"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v1" + "mr600" + ]; + titles = [ + { + model = "MR600"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-openmesh_mr600-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_mr600-v2-squashfs-sysupgrade.bin"; + sha256 = "13f4b63cd796c4bb97abacfcf0acfecd6802f5178276e84dfacb81ded549de13"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_mr600-v2-initramfs-kernel.bin"; + sha256 = "b4f8d6534d50a4562e3625268976aabbb563d261489a685711641fbdec94001b"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v2" + "mr600v2" + ]; + titles = [ + { + model = "MR600"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-openmesh_mr900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_mr900-v1-squashfs-sysupgrade.bin"; + sha256 = "c71034c2076b75eaa5da807393b0ca269bd9074c20fc9f1f06fe7c387d5ee233"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_mr900-v1-initramfs-kernel.bin"; + sha256 = "b201eb6a846bd118020f246d9a0837f706e2f5afc6f8e1482144d24ea296eaa5"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v1" + "mr900" + ]; + titles = [ + { + model = "MR900"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-openmesh_mr900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_mr900-v2-squashfs-sysupgrade.bin"; + sha256 = "fc899ea758f44c357e18632dd8cc9aa9a21c89f95226317f85d89ae76dd12fd4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_mr900-v2-initramfs-kernel.bin"; + sha256 = "7ef2b7d37f1b9f0e871dc79ea717667f39ed68724c8ee275518d2e47392b8ddc"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v2" + "mr900v2" + ]; + titles = [ + { + model = "MR900"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-openmesh_om2p-hs-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om2p-hs-v1-squashfs-sysupgrade.bin"; + sha256 = "bef2010fff0b4f2df6245304b82d272db08e2f9c35ab18a1307368fd65552019"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om2p-hs-v1-initramfs-kernel.bin"; + sha256 = "e991c1092abdb941ad22c38ffe9245d0211dcb235686b6939f7c80bda1759800"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v1" + "om2p-hs" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-openmesh_om2p-hs-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om2p-hs-v2-squashfs-sysupgrade.bin"; + sha256 = "8df4f0b87c8ace467aacbc4d7e46dd246832497314a8d4da4fdb299a78d2e022"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om2p-hs-v2-initramfs-kernel.bin"; + sha256 = "2bb632e18e64e7ebb2562609b8cb367a276eccbdebfaf3f5ce057475714c4d20"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v2" + "om2p-hsv2" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v3 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-openmesh_om2p-hs-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om2p-hs-v3-squashfs-sysupgrade.bin"; + sha256 = "8af8381127543bcad5cde78c2ee97c8462ed586d7f3311e77738a73621eb2747"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om2p-hs-v3-initramfs-kernel.bin"; + sha256 = "7b53c2d7d0ff803ef75771a4f264a814a8a9b35d2172c2f16cc86378fe58929c"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v3" + "om2p-hsv3" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v3"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-openmesh_om2p-hs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om2p-hs-v4-squashfs-sysupgrade.bin"; + sha256 = "958f58d0b210930862eee818c9f8651b7fd1481c9695968300a64e2f881f1775"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om2p-hs-v4-initramfs-kernel.bin"; + sha256 = "d15d5970c27be1c10dca08f2ef89cd40796aa8aa76f1ab7459934bb955cf197a"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v4" + "om2p-hsv4" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-lc = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-openmesh_om2p-lc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om2p-lc-squashfs-sysupgrade.bin"; + sha256 = "d664ffcb69fd0a283b33c294246db9162a3b9759239965f753630508a235aadf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om2p-lc-initramfs-kernel.bin"; + sha256 = "325a9339abb0f652721ea6b5bfd2c7fa052171a8063f29d4188b64e7204264b8"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-lc" + "om2p-lc" + ]; + titles = [ + { + model = "OM2P-LC"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-openmesh_om2p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om2p-v2-squashfs-sysupgrade.bin"; + sha256 = "9b56420c28ef319a33c036527e7eeff8e9d79286ef76dbe31457740542168a00"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om2p-v2-initramfs-kernel.bin"; + sha256 = "09110e5300e7f6bb503579771ddfbdb93a20af22526b3bfa05bf2e36db63d6ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v2" + "om2pv2" + ]; + titles = [ + { + model = "OM2P"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-openmesh_om2p-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om2p-v4-squashfs-sysupgrade.bin"; + sha256 = "12b20d665c6ebfcdf358805c694d1d70b329ba890f520e5f2afc46c462285784"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om2p-v4-initramfs-kernel.bin"; + sha256 = "7e87ace2621fec680900ee97fd8b2976866a3b6136059313cf6c4dd58cf724d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v4" + "om2pv4" + ]; + titles = [ + { + model = "OM2P"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-openmesh_om5p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om5p-squashfs-sysupgrade.bin"; + sha256 = "ad947ac5826f1e756b4ce874474e4ffa129ebec24a196cca99a93c3370826f9d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om5p-initramfs-kernel.bin"; + sha256 = "75b6cf9f6a15ec8ca2a215b8f26a2a5971ba1b1b6ea168909a3388a74e7a0bd5"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p" + "om5p" + ]; + titles = [ + { + model = "OM5P"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "c9f6d14e102e098cf1c6bca7261ea7b920efb2a4dac7c90347aa054224188e2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-openmesh_om5p-ac-v2-initramfs-kernel.bin"; + sha256 = "f1529ff6ade1a42b0d12e6c4c75aad92721183304d6a55a1d2f8d5f4abc5c425"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "b11dfd833cadc065519be87e13843540d655248a757cc0130637413176a8a560"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-pcs_cap324-initramfs-kernel.bin"; + sha256 = "6c0cec3bbfea82e1c983ae4fffcab8bd2949910019af139ce75b54dd4f4fe294"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + model = "CAP324"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "b69a8d1ef3bdad0e2d6b7c3604115339082631b364595f343e92da1b54c9e04f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-pcs_cr3000-initramfs-kernel.bin"; + sha256 = "90ed7ff41d0dc91a05e16c490ef9da4c8290744dc00dd64e0ad9fda6b464affc"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + model = "CR3000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "a32af9ad168f6403c5c73fa67d4719870bc55777c943211450c937fa84d3c5ce"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-pcs_cr5000-initramfs-kernel.bin"; + sha256 = "feefc7ef2dab33446482a25c168c077bc358686e6d7f9c9ca3417638d8d8100e"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + model = "CR5000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "1cd942adc7c39f38ecea5cadd12c9533ce8e7d74b8ae85db0b81fce78092c4f1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-phicomm_k2t-initramfs-kernel.bin"; + sha256 = "981d0260235087e35d5059d13aff303a69fe9674bd875f7b2dcfcee37b0fed35"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + model = "K2T"; + vendor = "Phicomm"; + } + ]; + }; + pisen_ts-d084 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-pisen_ts-d084"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-pisen_ts-d084-squashfs-factory.bin"; + sha256 = "1a866d3d06b5572f1bf94bdabb07dbe947162138abc46074e42268dd6b71d095"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-pisen_ts-d084-squashfs-sysupgrade.bin"; + sha256 = "e02836f57ec07335f49e59848bce107a0e086ec05b23f0a9be3bee0271fc437a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-pisen_ts-d084-initramfs-kernel.bin"; + sha256 = "893d0bf65c535407417248e5e2038d1f08c3b64dfe4912736f24d9ac039db5fd"; + type = "kernel"; + } + ]; + supported_devices = [ + "pisen,ts-d084" + ]; + titles = [ + { + model = "TS-D084"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmb001n = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-pisen_wmb001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-pisen_wmb001n-squashfs-factory.bin"; + sha256 = "64b84d51c83884341d2fadc39e774fb1f7d30833c7f60bf8a1cd08ca2e93b49d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-pisen_wmb001n-squashfs-sysupgrade.bin"; + sha256 = "a7394540d581877081eb06231c1cc93a955da22e15d962d36f994ba373e2587f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-pisen_wmb001n-initramfs-kernel.bin"; + sha256 = "6f532866272244dbcb021897629df2502dc0b17bea6a0dc9c3e8069d0ec56028"; + type = "kernel"; + } + ]; + supported_devices = [ + "pisen,wmb001n" + ]; + titles = [ + { + model = "WMB001N"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "7dcb53d5da08eea9d73d058623f59e7f6bf5f1e6a711bea478c6cfc6c7e4c4ff"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "3262bbf4524d552408866302ae625e30fd5760eae586dd471ead6bb4d2427d48"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-pisen_wmm003n-initramfs-kernel.bin"; + sha256 = "83d67adf5d87b87e90c7499b9437f5ee9f2c08fa795ef84fb094c095e5d82fff"; + type = "kernel"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + model = "Cloud Easy Power (WMM003N)"; + vendor = "PISEN"; + } + ]; + }; + plasmacloud_pa300 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-plasmacloud_pa300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-plasmacloud_pa300-squashfs-factory.bin"; + sha256 = "50c47d32c87231dacbc38bd745e1b2593e2fc294f77b7c2bc7eba583c2665db5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-plasmacloud_pa300-squashfs-sysupgrade.bin"; + sha256 = "d06d4ae493458c2940f8134ad47ddfd5ac4ec2261b91515be98438ba39885245"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-plasmacloud_pa300-initramfs-kernel.bin"; + sha256 = "5ecf2266e1a597c5e88aac2bde78e6474d9b743b7f1f2678100cd015d8b4a8ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa300" + ]; + titles = [ + { + model = "PA300"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa300e = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-plasmacloud_pa300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-plasmacloud_pa300e-squashfs-factory.bin"; + sha256 = "c2411071cb383e5867ea323d5c5febaa051643b481644dbd21e993c4c12ba4a1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-plasmacloud_pa300e-squashfs-sysupgrade.bin"; + sha256 = "8f8399214ba325e5b88eb6370ecff7daff0619c67c93c11498ae713c5a40e732"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-plasmacloud_pa300e-initramfs-kernel.bin"; + sha256 = "0e99b23dddad9014033ccf12164c3dee43c68c06e9d9a866764a559a3e4c4e33"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa300e" + ]; + titles = [ + { + model = "PA300E"; + vendor = "Plasma Cloud"; + } + ]; + }; + qihoo_c301 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-qihoo_c301"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-qihoo_c301-squashfs-factory.bin"; + sha256 = "21b12303cd737fd7f4ccae223c43445f609fc50dbc1de9d326f969009166a711"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-qihoo_c301-squashfs-sysupgrade.bin"; + sha256 = "4004ece6491411692b6dd91e818febce9d326988f5af3a8de8fb15cf695a0119"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-qihoo_c301-initramfs-kernel.bin"; + sha256 = "0ec626ca2ea220e003707b2cc9b00752e0761a4c4c6a4479771061d07c297ae1"; + type = "kernel"; + } + ]; + supported_devices = [ + "qihoo,c301" + "qihoo-c301" + ]; + titles = [ + { + model = "C301"; + vendor = "Qihoo"; + } + ]; + }; + qxwlan_e1700ac-v2-16m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-qxwlan_e1700ac-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e1700ac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "de3ff6277b0eaf8197c5a5ae98a8e6b3fb75d9448d578f074cdd88869fc121f1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e1700ac-v2-16m-initramfs-kernel.bin"; + sha256 = "69ab55fd970a513d41ce89629495a0b5334aaa36e65b224b14ae375c928423b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-16m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e1700ac-v2-8m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-qxwlan_e1700ac-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e1700ac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "6ad5967efa555e67e22dc64aca625c17a58c27acc530f36cf24dbd2e44fc8529"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e1700ac-v2-8m-initramfs-kernel.bin"; + sha256 = "0591eb335dcd51cd5bdf05177c8e13f5fbd6f587c3857fb5dcc4f2f22eaf881d"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-8m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-qxwlan_e558-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e558-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "9252d2376f53081129f51c55a51f8542876238990af433fae8d4991d10f4061f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e558-v2-16m-initramfs-kernel.bin"; + sha256 = "7c2af526970623fde1849d4c54e945e5c3cc5ba7de19cd4d11801e155c633bb6"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-16m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-qxwlan_e558-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e558-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "05ddd74f3b7a7a1cc44b1b523666b9a59a348bc301b2e68f7bce90cb69e0cfac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e558-v2-8m-initramfs-kernel.bin"; + sha256 = "842505b2e11f0fd1a0dbce3421628c646af9ac60152cf43de65e82885892a30c"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-8m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-qxwlan_e600g-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e600g-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "6dab2a0de9c59eabbf4deb4243104f5e250975c7d62ad43b8b8f1d8fa1b552fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e600g-v2-16m-initramfs-kernel.bin"; + sha256 = "81e6cda8eb95ddfd909d2bc057cc625e065e7e41fb27636c05c06406f4276efc"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-16m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-qxwlan_e600g-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e600g-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "f6db225c7a2345938df70f6367b8126d36f13f6d4e28b52b9fe5e88ad1f0ba2a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e600g-v2-8m-initramfs-kernel.bin"; + sha256 = "e4321868fa846ba200e3651d40160c7ca994e63870010ff6e7fda621d0f41cc8"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-8m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-16m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-qxwlan_e600gac-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e600gac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "a89f80dd9fd50a1131f7293b3f0ba73fbf54612ab7701146495489a3ff7404da"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e600gac-v2-16m-initramfs-kernel.bin"; + sha256 = "2c4b4a12d681f32f0a5d548c0443e3a5847ca2e370ca789e8f618460c7fbdd8f"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-16m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-8m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-qxwlan_e600gac-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e600gac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "4dc842ee961ba43ae906dd1327de9e18fae8692566a835155998344904b1c72c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e600gac-v2-8m-initramfs-kernel.bin"; + sha256 = "01e26301fb7f4c25455bbbf0ec639f8f2123e8e598f4cfc2965616c644d7aa92"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-8m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-qxwlan_e750a-v4-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e750a-v4-16m-squashfs-sysupgrade.bin"; + sha256 = "e1a575239c546020a50ecc20091de4f919560e3dfa9e4838a3e9b817b5da1fe4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e750a-v4-16m-initramfs-kernel.bin"; + sha256 = "3d201458b3c9364da50eb8cf26f88687a19905a03ed56814f0193ad0108e5c6f"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-16m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-qxwlan_e750a-v4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e750a-v4-8m-squashfs-sysupgrade.bin"; + sha256 = "afdfbbc684c01012aa954f62f4b7b1a6c76c2f00dc5325e23627b8450462c682"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e750a-v4-8m-initramfs-kernel.bin"; + sha256 = "57d8b656a6d51a8d74cac199dec69c99d4628ad682abccd14e4d0bad7272c629"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-8m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-qxwlan_e750g-v8-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e750g-v8-16m-squashfs-sysupgrade.bin"; + sha256 = "b979916c0daf66b38de331bad8537441aec6cdb9ce52838fe7a0216697e54438"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e750g-v8-16m-initramfs-kernel.bin"; + sha256 = "39829fdc9b83489954e7ec8b0f825c1e02d80a314f946339a11237783a9c5269"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-16m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-qxwlan_e750g-v8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e750g-v8-8m-squashfs-sysupgrade.bin"; + sha256 = "99ffa03cef7c605c05110ced0ac6d89740314743ffc256fa385d7a3556e870e6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-qxwlan_e750g-v8-8m-initramfs-kernel.bin"; + sha256 = "274fbf26e0ed5ea1c48da683b0439130df8b470a3d951e69432f37a2b3e83e0f"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-8m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "dea86e71b0824e456817a7f166c11eae21a392053da47eae3707b1d9cdf01cb3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-rosinson_wr818-initramfs-kernel.bin"; + sha256 = "67ed4b93de6af8aa64fcfa412f133b4a2fbd6897e931562a258c04dc12a1f075"; + type = "kernel"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + model = "WR818"; + vendor = "Rosinson"; + } + ]; + }; + samsung_wam250 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-samsung_wam250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-samsung_wam250-squashfs-sysupgrade.bin"; + sha256 = "84f0a000b0de10d1ab18fc39440656eaba9032cd56b6a71c517d347ac0758a68"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-samsung_wam250-initramfs-kernel.bin"; + sha256 = "343781461f87786f829b712f29f018641b17f12a6677ee7b96350b39e55fc9db"; + type = "kernel"; + } + ]; + supported_devices = [ + "samsung,wam250" + "wam250" + ]; + titles = [ + { + model = "WAM250"; + vendor = "Samsung"; + } + ]; + }; + siemens_ws-ap3610 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-siemens_ws-ap3610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-siemens_ws-ap3610-squashfs-sysupgrade.bin"; + sha256 = "abd46e4e23e1f622535e34eeb186f08a2c3db0d5c966436c48c9fbcb36f58128"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-siemens_ws-ap3610-initramfs-kernel.bin"; + sha256 = "9dcbed32ff88207ede1459c7bdafa32c6ea1efc52ee3fafaa6b982e1a1494202"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,ws-ap3610" + ]; + titles = [ + { + model = "WS-AP3610"; + vendor = "Siemens"; + } + ]; + }; + sitecom_wlr-7100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-sitecom_wlr-7100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-sitecom_wlr-7100-squashfs-sysupgrade.bin"; + sha256 = "0f3c25c603080bfa139fe5654565422b655fab4ccd0122de30eff5b893d6b784"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-sitecom_wlr-7100-squashfs-factory.dlf"; + sha256 = "cadae96e853f6cc01235ec941f45ccb90cf1585b2dc386a8842061b9efcf31f4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-sitecom_wlr-7100-initramfs-kernel.bin"; + sha256 = "2683fa0f47cfba220286abcab24969c296d23e61af220c777ab2ae981dea044e"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-7100" + ]; + titles = [ + { + model = "WLR-7100"; + vendor = "Sitecom"; + } + ]; + }; + sitecom_wlr-8100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-sitecom_wlr-8100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-sitecom_wlr-8100-squashfs-factory.dlf"; + sha256 = "df268244179cbe032ba162e5638743a7d64402c35270d578f403ce77ba64f2e8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-sitecom_wlr-8100-squashfs-sysupgrade.bin"; + sha256 = "9af47d08864248eadb040f645f287dc990a5bde4de52306a3bd7a96a0ef23e27"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-sitecom_wlr-8100-initramfs-kernel.bin"; + sha256 = "fe6bc7cc0adcdebb8ec68ca433bb91c1c3737358876ab6e56229677290bf6373"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-8100" + "wlr8100" + ]; + titles = [ + { + model = "WLR-8100"; + vendor = "Sitecom"; + } + { + model = "X8 AC1750"; + vendor = "Sitecom"; + } + ]; + }; + telco_t1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-telco_t1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-telco_t1-squashfs-sysupgrade.bin"; + sha256 = "cc2a0e75026a6bda2190d68a84911c7405106adf371509d7809a80a0baeb4766"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-telco_t1-initramfs-kernel.bin"; + sha256 = "b35440047642cff79a5358200dabeabd720371e7fb26c755ade39df2f84638cd"; + type = "kernel"; + } + ]; + supported_devices = [ + "telco,t1" + "telco_electronics,tel-t1" + ]; + titles = [ + { + model = "T1"; + vendor = "Telco"; + } + ]; + }; + teltonika_rut955 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-teltonika_rut955"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-teltonika_rut955-squashfs-factory.bin"; + sha256 = "ce14e1d605805346839b1e01a5df7378047bc399b86e856b0f74e0564d68e51c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-teltonika_rut955-squashfs-sysupgrade.bin"; + sha256 = "9bbca7574db2304bb741ff610a4034b999d3edfe22aaed94b747790d1d78ebcc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-teltonika_rut955-initramfs-kernel.bin"; + sha256 = "356e938c6955587561aa137eabd092b0a9c09b6bbc2b293f04890f31bc4e33b5"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut955" + ]; + titles = [ + { + model = "RUT955"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955-h7v3c0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-teltonika_rut955-h7v3c0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-teltonika_rut955-h7v3c0-squashfs-factory.bin"; + sha256 = "c3577c287dfe480a7f769d94a9c8596b7a9628f76c1e1df3c740d892f6e8c2df"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-teltonika_rut955-h7v3c0-squashfs-sysupgrade.bin"; + sha256 = "6cff1db32c8b88c5e28da8dbdb0f74d818974508d26909088992324b72c88bf2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-teltonika_rut955-h7v3c0-initramfs-kernel.bin"; + sha256 = "9e1d891b5e523ac9ffe6617a964ee0e8d9ba82cbf4db55ee8fca963a42cfd182"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut955-h7v3c0" + ]; + titles = [ + { + model = "RUT955"; + variant = "H7V3C0"; + vendor = "Teltonika"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "ce664cf33ce6dce0832922ff3885ce4a581c83386bb0b077ef11e825201ad1e2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "21545bad0931cc4f6983e6387ff887c8ed6fb01ec374c16067cffc0126aad051"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-a7-v5-initramfs-kernel.bin"; + sha256 = "75949c5e35dcdcc51ffcdb5b7a9e196665e644b26e80acd03e48b978a8373e89"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + model = "Archer A7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "2c44d44e838eba65e280df55f2666ac775a77b737cebbeb0d6bdf583f6d6353b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "615678bba483ce64c54708947d27ba9b8f92ec542c8006feb60927cf87a313f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c2-v3-initramfs-kernel.bin"; + sha256 = "ed8e9dbe1f30ccb29bf8b2c298707d6d50dd8a7b122f144069d0d0ff9fb960fe"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "9223afce87a3c6a33e96a612d2f9487e26b300d9bad2e1ca48542506aeb36c8e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "8f85829f2da3ed74837afdbedcafc95fc9e0eca004d3636da25a63322dbd36d4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c25-v1-initramfs-kernel.bin"; + sha256 = "07ae167ad3b88d228d37583243317eb02d358ffa5ae2f31e92a147477b3851a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + model = "Archer C25"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "fe4b80b5508913607cd66e583bc84c775d9ce0948fcaadb822c30d57bca6f283"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "b02fb11583da61588b26b9b69bdafbb7fc9589e9e64f52bdfcb52fb883b49dab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c5-v1-initramfs-kernel.bin"; + sha256 = "f2cc3061871c695107cc0e7769f63dc0dbbeb9ffe7035f912f710f738bc15b04"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + model = "Archer C5"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "5a4efc1f8dcfe5915cf0c5874b0b7a170693233e6459215eb1c5fbbe6aeef026"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "98155e6113062180fda7f79025c6a8954289a6ac5dc4f35ec3abf0a77906959e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c58-v1-initramfs-kernel.bin"; + sha256 = "5ae736d7dd78424a7d5ee93483e333741db8faadabbde5ba85016a5c8ef2982a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + model = "Archer C58"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "468f3d1c5920e56260014d35866cd1777c2218452b189b963e9250562a16dbc3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "34e57c72d7537d9d6e65babb6c15fe0369e35bc2d3b752f8a860033c404fa865"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c59-v1-initramfs-kernel.bin"; + sha256 = "9ca707a4f92d35ad8a9964de3326409f01e8b12b0e889814fe680cef1d66f65f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin"; + sha256 = "ff757120dcb1559d7542fa0f94188c75a88b411419dd8912230c7327c989dc0d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "bcdf51a3a8c027200c60a131cc20e9d7f37e8bf9d47f498a6133d3af4dcb68c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c59-v2-initramfs-kernel.bin"; + sha256 = "06d2b97f1333838547bfb70becf54f5d304cc21d86ad01abe708c57432dc260c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v2" + "archer-c59-v2" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "d965b8e15bcab142cf84c88f83115e2f811bd1fb57ced351038f8ac68d3444ef"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "fd46d980153e2a7b4a7a3b71db92a75dcaf0d2dfaa879094001c2a85fea52314"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c6-v2-initramfs-kernel.bin"; + sha256 = "1ca499838829cb66fbbb7054652864d7526561ea16624b813def6fc1cfb3645c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (EU/RU/JP)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2-us = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-c6-v2-us"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin"; + sha256 = "e68a6dc1486d981d959f4bd3f36f70dabf026a3187d9f371f871c4fb41822df7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"; + sha256 = "fd6b43ee8b0b6b70d80f63c83cb75e42820e6a98e4d5ed686ad301717c8c1984"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c6-v2-us-initramfs-kernel.bin"; + sha256 = "680471c6de0f7f58eef98feff08dd587d1bff7c2c8682e17c43595b936917f48"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2-us" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (US)"; + vendor = "TP-Link"; + } + { + model = "Archer A6"; + variant = "v2 (US/TW)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "8045c7544b9a6d9835e27ee854bfd086bde77c30aaf05e445ecb95a875d05716"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "0183e8818f1b4b9fc92f67940fcb351f6cff985f96b444ab96822631103e803b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c60-v1-initramfs-kernel.bin"; + sha256 = "020579c11355407277650998ee44aa40a0bf1ae51ea33a49a89188f2af3e62ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "c93c30e5c88100ea8d28b7ad2995f38e6ea571ab4b051d9b4aa500fb6afc0704"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "83f1f6071d5bf42f43049304e67b473a8bda77d9b84a1babd10028dca88b3843"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c60-v2-initramfs-kernel.bin"; + sha256 = "568e2048d01e3244a083018fc5fe55b746501c1acde3b9adc5976adfca785328"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "ef182f0106f6d742fdb7c8ea064257400aeb3e86336804a89df621ffb0c2ddd7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "be10259beb1fce333a6a5d273c28c10b9ae3165df850e310d8e8a312f553397d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c60-v3-initramfs-kernel.bin"; + sha256 = "3278cb31152477c7e4cd57c87cc869db7d7d2dd769a9e99b666e4318418f4f7d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "265e8aaac599e34c7f7c6cafcfcce0cceaa207a31370ca2511dc442ec76e760c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "9b5eb386b09ade444ffa0c37a8cd5df8ca4a9fc07028b959b42d90b71c2447de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v1-initramfs-kernel.bin"; + sha256 = "03487019259107e584fbd9409ca29d1dab57424c9574bd6616fbe5ea326d8754"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "ee2912da4249996cd1eca7edb6544cc35b7e0f36f64ad658d2dd9ce35d5221f1"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "1c35e47a944def2a3d1cb61281b9120a1b076b9d64ea5957d02f48343f03e5df"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "6de2723c5ccc0e3d2f9b9328de3d4b5602ea73296852de24fb21b0a2be468e58"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "d2c3e37278042f4ab7ea25b575ea6b7223ba02dacdc45ea6e0a3c3ae287dd9ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v2-initramfs-kernel.bin"; + sha256 = "000a9f90943116ce9b97133f04a31b5e3939e2c35c61c03379c129c6fae75b71"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "26dc8efcef2e40ee30dc4bf0e7692035b7e33efd45f54ec0312ace5780834b2c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "5c342c3aff48a7bb39d158608c26476438b26352d65809a9b9ce49463c933f7c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v4-initramfs-kernel.bin"; + sha256 = "46082895e5f19a3798488c91958c9635c60f13085bbef20b774af6752166d0c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "9a9bc9d215ce8aad564ce7f88dcab7e38c786b97717f593d90b498d5e55b7e7c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "c68bb9385ee801e7ad934e7e6ba7c3245990e14ef6d8660790f491bdc90d6149"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-c7-v5-initramfs-kernel.bin"; + sha256 = "4fdc1bf9bc2d4b334fcf5d360033f754d83bab704bd1cc04f2f57fcd9e44a16f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "753c0c94c8c527febcf17e66574a082ad6c24ac6981b4fdacc98dfa54fbd3832"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-d50-v1-initramfs-kernel.bin"; + sha256 = "fea80908c51d759cd929de06802f0ea8410416079fe8f45040689b8cdefa1f20"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + model = "Archer D50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-d7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-d7-v1-squashfs-sysupgrade.bin"; + sha256 = "40b73efeb496f5070252f424000f2659dea68c1a9406368d82ceeb18df1a2c37"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-d7-v1-initramfs-kernel.bin"; + sha256 = "80ce5baf159dc5407179a719ba2e0064654f10c8e02e0a978b23482fb400e720"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d7-v1" + ]; + titles = [ + { + model = "Archer D7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7b-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_archer-d7b-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-d7b-v1-squashfs-sysupgrade.bin"; + sha256 = "ae9dee497ecfa20ee12d634353620cc9554f9646bcab2e082908a49314f0c77d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_archer-d7b-v1-initramfs-kernel.bin"; + sha256 = "a4884db8bf2c94c9b5ec6c8ca1d0bd271aac48497b5eaad42e83dabfb4d6c9fd"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d7b-v1" + ]; + titles = [ + { + model = "Archer D7b"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_cpe210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe210-v1-squashfs-sysupgrade.bin"; + sha256 = "e3edbe2e3e2a735423dfc50c546f68c151c7006782c204813e4a2f522ba99607"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe210-v1-squashfs-factory.bin"; + sha256 = "e9c6dc9dc6ab7bb68386116f45b0533628ac8b04791f9dab306137606245e500"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe210-v1-initramfs-kernel.bin"; + sha256 = "8e05f9c1aee4251c02b008dedf53bdf82df35e87500d59aac0157ee02f60371f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v1" + "cpe210" + ]; + titles = [ + { + model = "CPE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "640558b6eb0f1a0d8c022e91c53d9f022659dafa488ebc32d5742c12bf846c76"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "74bd220a9b91a9f653f30c6efdb695cbb837d3dca53314971cf2ba215969dc21"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe210-v2-initramfs-kernel.bin"; + sha256 = "550e07ee03b45c6735b5f05e6feeb8cf648419cd649a41bfee1ee0b25b4c5e27"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + model = "CPE210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "ea7ff6f33d5b4b1c5b3087d1ca9e4a315a393f7198a5e22790b563302b82467e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "0bd5d923c965d24b0bcca03b975ae07a90c581f3623153011429a52a02d97b89"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe210-v3-initramfs-kernel.bin"; + sha256 = "6cacc68035c7b5df10c82e0faebb6eac072427e9f715ee1a96ecd5519e3f660e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + model = "CPE210"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_cpe220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe220-v2-squashfs-sysupgrade.bin"; + sha256 = "da14d7a3fdea5ebc29a2090a267b6c4a57e77d5f0c8362cb1263a04e3b76bc9b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe220-v2-squashfs-factory.bin"; + sha256 = "4c8c23dec34b6ecc0103ce1f84f0a7f2b9a4aa9facbcf655ade832a0ce06c081"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe220-v2-initramfs-kernel.bin"; + sha256 = "b4db0daa16c697605847e6a7c64b9b0dac6e9335fede875646b9dc83d944bfd7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe220-v2" + ]; + titles = [ + { + model = "CPE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "37427779865c8a20b1914ea58f4f93ddbb71bd0c0f7e928d97410dc7ebba8b95"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "520436d44f9c0a638d68919b08e2d4827fa5368a51ce7346e64c6cc09de2e079"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe220-v3-initramfs-kernel.bin"; + sha256 = "9dc0562939022d2d62ead621b8663846a99126c0f4228a297c4345707d50cff8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + model = "CPE220"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_cpe510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe510-v1-squashfs-factory.bin"; + sha256 = "c9e21124847714305632b88c9211d0c69b70d2b339823f6bb213f4e600f680f1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe510-v1-squashfs-sysupgrade.bin"; + sha256 = "8100849b21cabb89585ebaaf4626121e018e68fa098e20a0fe917d81ec7ecd8f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe510-v1-initramfs-kernel.bin"; + sha256 = "3083a3973db4bd99cc74fa2849fae12c0e432918bd7a7d91f80d464596ffe0c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v1" + "cpe510" + ]; + titles = [ + { + model = "CPE510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "8dba36adeed1d9979e4a3143007b892ff2630aa30856ee508bebf2a3f259e2f6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe510-v2-squashfs-factory.bin"; + sha256 = "80e813fbbf0ec809eef3bde85a270af015fbfad0879c88d034d4ce4bb25328ec"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe510-v2-initramfs-kernel.bin"; + sha256 = "8a8e757b6d75f2becd2e06333a48b112054777efe9a97357006174a877d99c34"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v2" + "cpe510-v2" + ]; + titles = [ + { + model = "CPE510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_cpe510-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe510-v3-squashfs-sysupgrade.bin"; + sha256 = "2e6e4b56039030f7e132539adda9f3782d6aae96c5ba0520bce15048b60abca4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe510-v3-squashfs-factory.bin"; + sha256 = "c73891bc80b272ebf7c11aa413b33eea80f50180dfdf03a07f0a4870ad97c69c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe510-v3-initramfs-kernel.bin"; + sha256 = "28764b0e4f8225085737d20262500839fe765d8f70482f664c88db3108481066"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v3" + ]; + titles = [ + { + model = "CPE510"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_cpe610-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe610-v1-squashfs-factory.bin"; + sha256 = "d351371b4aa9053f03b01e4fef26e6731aa600d36fbf311d87413368eadf5f72"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe610-v1-squashfs-sysupgrade.bin"; + sha256 = "f1ce9143e1ebc4fd5a8d5bc19bc8af22124d60748feabbc5af8bee27b356b175"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe610-v1-initramfs-kernel.bin"; + sha256 = "100c1840ee659c8b5642ae59658a5e7d6e3167089c5ca204cf7233fcb0558be9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe610-v1" + ]; + titles = [ + { + model = "CPE610"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_cpe610-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe610-v2-squashfs-factory.bin"; + sha256 = "90e0b718c7ad9f32788821cd44e4c6253f64a0676b36ff0a31bd23285ac179be"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe610-v2-squashfs-sysupgrade.bin"; + sha256 = "84216702d674bb85fc7fa3df23aaef4c9c1afcbdd811170ba8689003ab937140"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_cpe610-v2-initramfs-kernel.bin"; + sha256 = "4c72b69d6b4be918d479aa33f96dee2990f0633d7afc64d79d41986a986338e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe610-v2" + ]; + titles = [ + { + model = "CPE610"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-outdoor-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_eap225-outdoor-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_eap225-outdoor-v1-squashfs-factory.bin"; + sha256 = "2d183863d044dd5c5f38d26a49092ab4178855e2fa5030bfa9646761517979bb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_eap225-outdoor-v1-squashfs-sysupgrade.bin"; + sha256 = "422c7bb68852bae35a4b26f1b5ac471b7380db903e7d24058bfa01c5f4f5f830"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_eap225-outdoor-v1-initramfs-kernel.bin"; + sha256 = "01ab6f9e5fbb71b170584303ec7a8bb8a4b396c6cfc563a83175cadbf772e992"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-outdoor-v1" + ]; + titles = [ + { + model = "EAP225-Outdoor"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_eap225-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_eap225-v3-squashfs-factory.bin"; + sha256 = "bd86bc9c9dbc1fd62d60e782e9e707318867a44756cf536d1f63ad9fd71a6c47"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_eap225-v3-squashfs-sysupgrade.bin"; + sha256 = "697f35fb9e53a26685bcac40d0fb263307a1ca2da19acb48e4841b84909d588f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_eap225-v3-initramfs-kernel.bin"; + sha256 = "ae97608ded9dee8642a16cf95f3c0de473063d8dbc2b9b4e4cce3387e3edfbcf"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-v3" + ]; + titles = [ + { + model = "EAP225"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-wall-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_eap225-wall-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_eap225-wall-v2-squashfs-factory.bin"; + sha256 = "bab1925500f36935bbb2f2d40bfe58d001a4a37133e339d7cc00fce4edebd31f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_eap225-wall-v2-squashfs-sysupgrade.bin"; + sha256 = "361c900eccc8bfc38b049ef3cf37c01b365a746295daafc17a5b3b1896e9d036"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_eap225-wall-v2-initramfs-kernel.bin"; + sha256 = "3cb5fc241af344d01dc470cf2b1621c50eb1e227291cc5254300ab133ad77b7a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-wall-v2" + ]; + titles = [ + { + model = "EAP225-Wall"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_eap245-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_eap245-v1-squashfs-factory.bin"; + sha256 = "f0a2dd0f50a1a0de41b43b95e70e4a34641f4ec076b3ece356b2aae8363fd82f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_eap245-v1-squashfs-sysupgrade.bin"; + sha256 = "dee68369eed29411934b1008c13bffc64910765e695170f94c5e4877e43b06a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_eap245-v1-initramfs-kernel.bin"; + sha256 = "bfbcfda2b48cd38dc4d770ffeedc8fdfe69e7943ae4d1b867a9856bde75803b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap245-v1" + ]; + titles = [ + { + model = "EAP245"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_eap245-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_eap245-v3-squashfs-factory.bin"; + sha256 = "5f1748fe79c20de07cc162238265f76f0e2d9bf1a55e3e6b0f43c9dbf2d9f982"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_eap245-v3-squashfs-sysupgrade.bin"; + sha256 = "74f165ec71e0ea13bda7769c7999b9949967122472871503b5a5374aa1c88f64"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_eap245-v3-initramfs-kernel.bin"; + sha256 = "489f145a56179f5a9606dc7fbf9aa94b4f02a66a1b695aace10263c46802e238"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap245-v3" + ]; + titles = [ + { + model = "EAP245"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "0853cf5da8078c35e8e58b1aa2523a210662c3c2a591ae043ecbb36b852686ba"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "93b989ebbf92c6783059d2487449aeacd677911505f4d51638a9619f752edae4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_re350k-v1-initramfs-kernel.bin"; + sha256 = "0e49e9cf0b698df6a7628adcc1937d5c94ff517dc9fcec23afc6d5cbb2282acf"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + model = "RE350K"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re355-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_re355-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_re355-v1-squashfs-factory.bin"; + sha256 = "a81ead8795e677805f7dc9829d5f1bfda2276de3255270e2f31c85f7f3efdc19"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_re355-v1-squashfs-sysupgrade.bin"; + sha256 = "732c04da07bba3d8a2d8e987cd445783d93c845c0f62bf319dbe4a7a4d6e1ac0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_re355-v1-initramfs-kernel.bin"; + sha256 = "7028e37ac7b38aacebc5ddf4a31e629b0103e6b7d7828a0d41efda5ad3ac1316"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re355-v1" + "re355" + ]; + titles = [ + { + model = "RE355"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_re450-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_re450-v1-squashfs-factory.bin"; + sha256 = "282c41c1b084e8aec51b2013fd043ecf4e589be51f2dae5376213340129e9b89"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_re450-v1-squashfs-sysupgrade.bin"; + sha256 = "640d7b860667ac69562b324c3323a881d5ea2b8817f86d0a54d371e347d9c59e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_re450-v1-initramfs-kernel.bin"; + sha256 = "dc036d40f5120a06aa8a5e142bfe0dffd48557a27044c4f5094f52a888d1cf53"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v1" + "re450" + ]; + titles = [ + { + model = "RE450"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_re450-v2-squashfs-factory.bin"; + sha256 = "4550bf486221e70b4f9ead4e019b9cdfe60a21b263871c53fbe5c5d59f8caa05"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_re450-v2-squashfs-sysupgrade.bin"; + sha256 = "c644618f91568bef61cac4e67d4984eba4a82513e97e0be31b270111d16adff0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_re450-v2-initramfs-kernel.bin"; + sha256 = "777f74a9aec36fcec8da8220bde6b2784fb943e4594d1b4ea01ca79c5bb7b423"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + model = "RE450"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_re450-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_re450-v3-squashfs-factory.bin"; + sha256 = "72a544400883f2ecacce12f9253e9af15b77dbe5b82468c96b56f305656aaaa4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_re450-v3-squashfs-sysupgrade.bin"; + sha256 = "3d5679d485e4a2bbac9a42d11e15ede24bad9cde03c3b74b9ec7c2bbb978ef13"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_re450-v3-initramfs-kernel.bin"; + sha256 = "3a77a0e5b12c6f24b3987721d63e27645581e4d6b6bb5cedd74c6fee59ad2e20"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v3" + ]; + titles = [ + { + model = "RE450"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-mr6400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "61d555db3f9f78d94e5ad2a4fd30995b157176a556ac731f8041d7c621f230c9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "ee280b27ccfa1db1d0da64c604f8e85f2c42bea384e6d3b3fa006c67a918574c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-mr6400-v1-initramfs-kernel.bin"; + sha256 = "c7f4fe925a041e376d40ec7514794703306c3f88eddb19d40b8a5037a829f7cd"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v1" + "tl-mr6400" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "cd63beab2ae415f23771415b4360467be406aa565a217c3764baa6646270a49d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "4f2a0a62184ba6353cf9a9fdfe984956642e1819abec194f834860e6368b0455"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr3500-v1-initramfs-kernel.bin"; + sha256 = "9ffce3efb1fac0788d815dcfe1302b51c3ea2788eaa54e72b8293e781d38b9dc"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + model = "TL-WDR3500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "5ec2f50bbb5de8ec3dbb58d62342bee32dfc517a0c440197fc4221c4f08e46a1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "d0f07c2d69799bd76111ae070aa9f5b436cc2c3ae16d92e3c90df04df16f623d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr3600-v1-initramfs-kernel.bin"; + sha256 = "8d4bce695a0e93ee74fec1fbfe14e625b2b88324338a78b8753738c6e91c71f7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR3600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "0cd1261bdbe048737423cac67f9e952c975386681932ac5a388ee5ac58923d4a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "71cfc5303a0e9b743db75dc3e433b919c76f81fc248a57f350a915fb7730e637"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr4300-v1-initramfs-kernel.bin"; + sha256 = "04e3def6cb71b866c3824fe1a58967128b954b5d8677f5e2d3752c18f11d1898"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "2d6745a5b5503690d3cdca1486bbed9a7b7f444dd2f4b236c7c3bd2e6ee4a44b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "eba610322d855da6b822a580664e655877fef1126bc2084573a41bea70aa8f32"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr4300-v1-il-initramfs-kernel.bin"; + sha256 = "f8de6c7f68ca6c2235e95efcc8971dc03fef73aac5f4d6715050dccd872a34a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1 (IL)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "be9bd281aca25dbfc5098b722d0c9434a37bbf75ff4935bf6579e09681910713"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "e1385749ffa8b01257dda94c1b6708267f179f4a3542b0daefd5312c4b59cd30"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr4310-v1-initramfs-kernel.bin"; + sha256 = "0f76b2dc98b27cc71107568133e6c21ba2162ab905ddff0aa112a7416edb84d8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4310"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "535bc3f29cfb7126c31594e1672af9a528eced0d2644fd36fbe84c0ac360852a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "e3dc54748a018e16cf9ba784dcd0b1bf498d32d8c4378cfca1f30f2489f9e633"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr4900-v2-initramfs-kernel.bin"; + sha256 = "0e34bf69cb4df3a5dae0526e6250348e7e121fd9e3ed813db89409d046bc62b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr7500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "4014ce34740f10866cf978899c74d82a2c2cda5ca903b77ec0898230d95f72df"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "26dcc16b2c1963ae5d201748204512f5ce2ebc86a3148d649ef16428b871f6a0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wdr7500-v3-initramfs-kernel.bin"; + sha256 = "81b61dd27378edf02abf8d18ef72c5787af04e74ad427098306f587530703554"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr7500-v3" + "archer-c7" + ]; + titles = [ + { + model = "TL-WDR7500"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wpa8630-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "4cac438ee2ff6a695bb8d279f8425ba695da96770a860af0ab809021edd41625"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "36d08884e718ec9dee404c688c7d5ad4efa528bccb461061451e0f4123654158"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wpa8630-v1-initramfs-kernel.bin"; + sha256 = "26b11c4a15b6466988e07f543afeb5e7a8f689c725627ca439ecce6e628ad12f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630-v1" + "tl-wpa8630" + ]; + titles = [ + { + model = "TL-WPA8630"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "3c6b5b411f477e7b738c54291002b79a20d71dee3709f2d90a730c5fff575179"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "4b8a7fefdb9ee2cfb3a49d1d11947d8720f788303f0f22f2fed9139d5a63ef41"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043n-v5-initramfs-kernel.bin"; + sha256 = "2730e666c14fe164bbbff5c670ef71a2b115c5f833c3ffe794cfe5fe35c1ccef"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + model = "TL-WR1043N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "f9175f7d235d734ea6c8ea0ac97796c5bec842f902141dc0bfb50b332a78369a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "5a578ee7e28f2acccdca4f1378c606929b9e16df3f5a235bf344183e9850addb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043nd-v1-initramfs-kernel.bin"; + sha256 = "188934f52b39779fa9739d2c9021859c35d7b7db61d1a3a9f51bc48b6c57c675"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "5c9c4f979809996a53be14739c551d99cedc2dcb0a7d4434e638bf59bd4ab3d1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "f3b2a5a8e74220fd1eac91d5a0419a44dacede3eee1f67729a45f0f88303bec6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043nd-v2-initramfs-kernel.bin"; + sha256 = "b1bbd58b07c5797eceda36bb4f01a2afdb6b76ca012d5edf0483375639189e2e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "92cc78d1beaa32a3379cfb0b690b3ac9f960f00608180a1099b7fb42587b7599"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "d247404e048ed1605ef8f5d635d094a5db6dcfb4d1119bb63a7b5a815a17106c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043nd-v3-initramfs-kernel.bin"; + sha256 = "d1b2355652d078fac0d982eaa925c677b440df079f956434a66490d6634449ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "8e889932284bb518623ea7c00853119b2dce58a23bad31f5d3a4ae8e65ec1fe3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "abe7787506aa6ebe7610ba26f8df4decf027cb180b7e0cdb84f96631f7beab98"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1043nd-v4-initramfs-kernel.bin"; + sha256 = "9ef33b5408f69393ff5722b22ed3c97092f79ac2a0c11025a2ac242369f63853"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1045nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1045nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-sysupgrade.bin"; + sha256 = "ae41b3f186d17bf3f7f98362a5d0852fb6b99dca54a44e3144922c4e135d5acb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-factory.bin"; + sha256 = "620fbdb8e816a307724d9455348f64d534ad3e7a90f8513af053c97cc8cc2082"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr1045nd-v2-initramfs-kernel.bin"; + sha256 = "60e3defc5c20a47fbf19e441f96a1b518d5f6d6a9d3ca7fe7816707331dec2a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1045nd-v2" + ]; + titles = [ + { + model = "TL-WR1045ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "e06d4d94aaf002fb946fa7e44eac0d1f9b6c2be16565bc0a48a82f5a14302c45"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "e912b45f447ae4362ae8de78110c65d2c656ee94b4eca5b264afe4639fddbaa4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr2543-v1-initramfs-kernel.bin"; + sha256 = "cbf2ad1fce386184b6c8b99343c95e77d42d6ef7bba8906a548f76260d2d69de"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + model = "TL-WR2543N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "cce5eb885a6e72c06ea499cc0a1fdb5958ebeccda4fa4881caa988e7be7dfbc1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "cc2e89e0678f42956b6a6fde1a7edf26a29726a4e76bcb9543ffefa7149bf223"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr710n-v1-initramfs-kernel.bin"; + sha256 = "2c2849753345bf0567e57d88ef94f82f44f07929f3285210843343f83b52ddd0"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "0e5edc5dd5bcbe75df5712b266909941b2596aa64580a732c46833b589bc173c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "7572def6a181035afad38a6bb201791aa39dacc62b448d227a20f9906b704aa4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr710n-v2.1-initramfs-kernel.bin"; + sha256 = "72c2ff4b228d4b77fc0bbee78e7c7645cb593389573d5f97c254378272b09bd7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v2.1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "eba707fc7b4e0ee21cfb1ba7f2ba9639ffb4eeada129c9fca17d73eef9d0b15e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "4da61367950d76720ce8b445de5b2b07f50f54481de56e5940481cb40c23e177"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr810n-v1-initramfs-kernel.bin"; + sha256 = "82f345a477e8fcf30a7eccbe18e6306b4007b94ba8c6422908abe5727915a50c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "5d254738668ae47b19db95c9a09593d3b9a25bbf704d9942a4ff57742492c41a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "ce93b7325fd4623a0a62ae90839fd61e42350bb58fa3ead044659d252bbcf620"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr810n-v2-initramfs-kernel.bin"; + sha256 = "451fbaa656279fbfa13a42af2f96756806ac2975b267d484fac5fa01aebddfde"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "285b2abbcd30926c6156d04e8367cf611450e5f099fa11f469f781db2439b60f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "ead38f27a42a32a2c7d8278a6b6429cb7372b48d4140cae0b55b1838acde3ca9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr842n-v1-initramfs-kernel.bin"; + sha256 = "956893440a3595aa1ef555bf0d2857c4b813218444bc3f686aeb4f0f2da2dcf4"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "ca647b18dae34405137bab3497516a5b7f30124c67983699d6d4e2ca8a281d19"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "6c7ff58b2063ba44ee9a8e58588ef96438e506a3a60ef2781b31336eddff706b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr842n-v2-initramfs-kernel.bin"; + sha256 = "6dad9a5bb078b2843c0a3d821b3c04ba5ccccf501278bc4606d819361645436f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "9813e839f68d725529fe720da19700efb303944239b53cceedabed9722508167"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "aa2d69b87a0c6574b50f9538d83961113af622256be4c711dde7a40bb2fc1aa1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr842n-v3-initramfs-kernel.bin"; + sha256 = "3330b5ec3f7ab761f3bb37320071f53d8e2e3c68ac6b2e8aaffa0e87abf45d35"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_tl-wr902ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "41f3e7342207da05cc7c71521bf041f368880178ec44c056c4643d92307511da"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "fcb864a542b03b8f4e08c387a65d54ed97332b771595d585c495c8d25960bd7a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_tl-wr902ac-v1-initramfs-kernel.bin"; + sha256 = "67b9574c3ad4c0ec635d19f0f5ad4dc557065cb8209b7ab6476453bebfafa8cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v1" + "tl-wr902ac-v1" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_wbs210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_wbs210-v1-squashfs-factory.bin"; + sha256 = "afc6cd0871ae4e759ae9ea86da3ad4c8467d1e7e7535e4600ab65631a32603db"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "ff0a5a3c312c93df8ac323e04b933e8219fd98d186140c2916f5b3061ab82cac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_wbs210-v1-initramfs-kernel.bin"; + sha256 = "28b46feb91285c66f03487d989a304f1b231d835ac3628483a553a01205f50ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v1" + "wbs210" + ]; + titles = [ + { + model = "WBS210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_wbs210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_wbs210-v2-squashfs-sysupgrade.bin"; + sha256 = "efa0b55439f07aa2d6535548a27bf0c6f1bf77cce9b279b57c13110e0b9ad258"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_wbs210-v2-squashfs-factory.bin"; + sha256 = "b379e8037b69b2b164cbe19a3c0f141bd8a204616b74322b566941e6a440bc9d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_wbs210-v2-initramfs-kernel.bin"; + sha256 = "23c9af2d0108db24b25ab04b29e6d0869de7c25dd35d60c2d51c7294c7d38f53"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v2" + ]; + titles = [ + { + model = "WBS210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_wbs510-v1-squashfs-factory.bin"; + sha256 = "45155530e08471d109edb145508e8544f2b7ad6476db89584f24f9a5419564d3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "77c489a8f7afd3cc149886bafa7e2ab65c375f631d08c47f56fc8f40e6f7feb3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_wbs510-v1-initramfs-kernel.bin"; + sha256 = "829eee37749f453e6c638bb49c681c13bb4dc3c105dac9cf7003a138c14a4364"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs510-v1" + "wbs510" + ]; + titles = [ + { + model = "WBS510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-tplink_wbs510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_wbs510-v2-squashfs-factory.bin"; + sha256 = "83071ffc0dadbbbdb928f44d72b6579372c6131f06ecda9f580b600f0c986960"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_wbs510-v2-squashfs-sysupgrade.bin"; + sha256 = "f682162a42f632925698e88b09171eaa35bd32757b094c104e6fd49aea2a2b20"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-tplink_wbs510-v2-initramfs-kernel.bin"; + sha256 = "5fdead59ba9c8b80557db5c84ffefed76164f837ef89c34ed5dbe084263ac1e3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs510-v2" + ]; + titles = [ + { + model = "WBS510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-823dru = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-trendnet_tew-823dru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-trendnet_tew-823dru-squashfs-factory.bin"; + sha256 = "856c5cf04752216483b393a828e52f7ab2552741a19bef54ee3df4a7b490e089"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-trendnet_tew-823dru-squashfs-sysupgrade.bin"; + sha256 = "6dcbfcde31c921b5495cb4b32ae9fd1ae19e291e82a40ae08f3d16505ea8da87"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-trendnet_tew-823dru-initramfs-kernel.bin"; + sha256 = "122dd1ef5bebd0b7795c15c1ec6fb7e078fbe85e872a078273d52a4de1cc733c"; + type = "kernel"; + } + ]; + supported_devices = [ + "trendnet,tew-823dru" + "tew-823dru" + ]; + titles = [ + { + model = "TEW-823DRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + ubnt_aircube-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_aircube-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_aircube-ac-squashfs-factory.bin"; + sha256 = "1377ded6000aa5a4f037495ddfad2ec805eebc3ef7f1016b26e8d48248953acc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_aircube-ac-squashfs-sysupgrade.bin"; + sha256 = "8aded6a139855d1214d8d0d28c99662d80a9284547eaf0e58b5d5ef516e47840"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_aircube-ac-initramfs-kernel.bin"; + sha256 = "ceba5831952b56288b253f65c5f7d45fff520cc17e191b586c1f972b2508f279"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,aircube-ac" + ]; + titles = [ + { + model = "airCube AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_aircube-isp = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_aircube-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_aircube-isp-squashfs-factory.bin"; + sha256 = "88ccae8f026936c788e02bb08dd17b1e7bcb65b62aa39e0b96fbad19f3f0975f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_aircube-isp-squashfs-sysupgrade.bin"; + sha256 = "d3576c0bbde721eccac87d12a78f4f6aec5caba3533147880d60bcc3b0b397c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_aircube-isp-initramfs-kernel.bin"; + sha256 = "5f60b8f61d9ccf8ddddbf61f2c4f10f5b5e5c83e057e440946f64bcb25404fd8"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,aircube-isp" + "ubnt,acb-isp" + ]; + titles = [ + { + model = "airCube ISP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "f90f41ac31438f0a41cea1339211e629dbf13c04ffa2782b44e6e2e247e5d190"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "3e5211db4069020961750d807fc4c16819075c04a5873d6da5e5fe0171b43b7d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_airrouter-initramfs-kernel.bin"; + sha256 = "e989b14409c324b0a5bd7e22879b64b9ceb48c75e012c33c6e6e38cce8904d39"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + model = "AirRouter"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_bullet-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_bullet-ac-squashfs-sysupgrade.bin"; + sha256 = "31c329de51ad3bb5bcabadebac8e529d6f8a25f50178b8c940608e38d2acad4c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_bullet-ac-squashfs-factory.bin"; + sha256 = "ee38937b93c8df4af7b819e0f0d46722726dca19e33277b1f496a9c00c7ac89f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_bullet-ac-initramfs-kernel.bin"; + sha256 = "28c910027076b7ea012a27ee99a7c58a12f79757d69609061533d3365fd9e97f"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-ac" + ]; + titles = [ + { + model = "Bullet AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7240 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_bullet-m-ar7240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_bullet-m-ar7240-squashfs-factory.bin"; + sha256 = "591df14b546643c8ba9398219010f0c945bb0067c46ae13b89b93c95c4267697"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_bullet-m-ar7240-squashfs-sysupgrade.bin"; + sha256 = "7cad73ee68378e5f316ea8d876efd6c94adb5bdbdb2f9a0fedb806e722000442"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_bullet-m-ar7240-initramfs-kernel.bin"; + sha256 = "a5591913e766d915abeb9f52c59675f5858ffd17086c3f66ac7e4736e99be0a6"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7240" + "bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7240)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7241 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_bullet-m-ar7241"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_bullet-m-ar7241-squashfs-factory.bin"; + sha256 = "bb92502cb25ffb325b06a0bdd1c431c075e917417ab5821ef7bb1ac289a08278"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_bullet-m-ar7241-squashfs-sysupgrade.bin"; + sha256 = "eedf6f5e59ad7aa228b3403af2ce75983fc2ef07250b1dcdd138a2290833a811"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_bullet-m-ar7241-initramfs-kernel.bin"; + sha256 = "b645630683281d85647f3f39e64b21958b7ae1f947fc70470e1f6622116d8bae"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7241" + "bullet-m" + "ubnt,bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7241)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "1e5098f0fa3efa6de02446345ebee2eb77184c66417abf31031e10869daebd08"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "6e9b5ad3095b9237de51d391f64242cfc994f0a1028dde5b6267b4490c0eae33"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_bullet-m-xw-initramfs-kernel.bin"; + sha256 = "3b7a1b783cd2a0a8fe612d6ebe4cdf8cd7efa2d6edd89f67fc8805715c39253a"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-5xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_edgeswitch-5xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_edgeswitch-5xp-squashfs-factory.bin"; + sha256 = "6528e59f2817b6b5924a4b7358919c1bc9206df5863686a03364221ac35aaf2e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_edgeswitch-5xp-squashfs-sysupgrade.bin"; + sha256 = "efa7f425d40099e5a0e7b1e759891a1cf84b1010b827c82f33d6eed04dcb496f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_edgeswitch-5xp-initramfs-kernel.bin"; + sha256 = "e4c2e6a2d9da73b1b681f791b7a23fd5be53d83b1eace68b5fc1e9588f6b05cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-5xp" + ]; + titles = [ + { + model = "EdgeSwitch 5XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-8xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-switch-bcm53xx-mdio" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_edgeswitch-8xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_edgeswitch-8xp-squashfs-factory.bin"; + sha256 = "92bd0786275f11eddc173b6bf88c40722b6373ff30ca465ad6337a26d40e5368"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_edgeswitch-8xp-squashfs-sysupgrade.bin"; + sha256 = "ac3d5947ed0618fc843b82e17ea650cb36038e5cd7e726ab30718449ee9d3832"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_edgeswitch-8xp-initramfs-kernel.bin"; + sha256 = "177b165d178306b96e190c99c7c92b3953d7cbaa9e10a902ff2d771e666bfc60"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-8xp" + ]; + titles = [ + { + model = "EdgeSwitch 8XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "beac79b5a7c77fefd8d9c076d1b5a00f7da19e9b82d35f472987658ba357efb9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "ab526c35b5c91bc86ee1cc3b7950850ad4c4b8ce30aa4e0f516d07f3b52b5127"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_lap-120-initramfs-kernel.bin"; + sha256 = "c8be7981c716ad2c6b568b73a4aad7eaf849d30905320ad580c0222f5b0785b8"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + model = "LiteAP ac (LAP-120)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_litebeam-ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_litebeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-factory.bin"; + sha256 = "5f5bf489c57cca483307729e5297c446416ec51a1d32fdabfb4684af442edbfa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "032769dc72e513edacc99d6fe72a6f2867e216a559861b6f918e6f93974d8cad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_litebeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "a995db9a5a2f5f7cfe37cb6364c96c9813511b095e8dd5bf88334734060d5c78"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,litebeam-ac-gen2" + ]; + titles = [ + { + model = "LiteBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "2fc132bc64bb5afbac7f87df1120f059afbbf29c2989a1916a0b9ec1d703d72d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "fbfe540ba941fef85b5ad89b498d9c76681960f52c8225b773c1d319d7d3d6cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanobeam-ac-initramfs-kernel.bin"; + sha256 = "79932eaa0005e6c7f3707e1d0d0b49da0ae34672579d2671843aac6b086cea6b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-gen2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_nanobeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-factory.bin"; + sha256 = "e417f5d637181cf0724ac2ee30b31c9a14937a821bbaf02e8b22e76e3b6e64ff"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "f9f23594eda08e0247eec776ea413e8201184bdc62149986b721a7d85a9241f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanobeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "210eeaba36844f48e31bb516424a2a53803848efdd915c9921c0b1eb80096cf2"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-gen2" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_nanobridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanobridge-m-squashfs-sysupgrade.bin"; + sha256 = "eeeec4709b8944ce66e07e9392cc9432f83ed63bb236e37ef9f5aa7b75d814ca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanobridge-m-squashfs-factory.bin"; + sha256 = "c752899c41067cfa1f7ba850a94ffa9db0c3135dd5c7042839e15883b94f0977"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanobridge-m-initramfs-kernel.bin"; + sha256 = "fbae0aa5a2c2ed4c229f9b34e70e49a810b0747363a823992d770ca177a93f99"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobridge-m" + "bullet-m" + ]; + titles = [ + { + model = "NanoBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "70042708f99a1ee58ddfdb1b0e572f66b895448cc3758bef26fdef2ebe41cae0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "583c248767510567d6c1ecd61888b0e96309e25c00f2596d585906cc52f0f323"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-ac-initramfs-kernel.bin"; + sha256 = "39bf3546b501c2e060e7a5af6c59b32098d888d28b2dd6b5e8924dc91f0abfc6"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + model = "Nanostation AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "71e30343dc37e35f6ce0e8f8c38f5a111058428bf401fdc993c601d49134f402"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "0677a8f3449297e51cacebdb1f6ef64f5180ae75f883adf31fa450644f6e6602"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-ac-loco-initramfs-kernel.bin"; + sha256 = "cc4d1658fed9713e3e7035cac1d6b600e5fad6bdf9bf3789b9b880c0f80645fc"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + model = "Nanostation AC loco"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "3d9454a43b41628ab54e14a43830f77feee1d2d80a4241a1bdd05e31c4c34475"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "4d5851e2c1c860d23075c7298e722342579b9adae20636f945f134699cad7016"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-loco-m-initramfs-kernel.bin"; + sha256 = "9f3283e4232a1e84affc667fad19fc7080164862cc268f3161ad25ee603c2aa9"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "20fbd2845a8e01d655072300cf25a30f52eb86a0985a1516662d362b7adfbb03"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "8b3255584b7c6f7e9ebe9f356f487acb1f4a1e097d18fef4215763ddab3b9441"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-loco-m-xw-initramfs-kernel.bin"; + sha256 = "f581f9171b2a618e8a3045ef1edbfc36d2e29dbcf3f3b5626e91130f80c797c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "6648b3cf132c537400fc6d1022440954c5e615a0cc7ca43e056a1d52fcc35767"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "bbd45473f789f530a3e48aee74c64e2820de350e6bbb41994de68f6647aa3a79"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-m-initramfs-kernel.bin"; + sha256 = "959aeb61e3250b27cd19ee5f44aec2ef91978af2a30fb26bc9c2081d27d30916"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "1626fbc0e4d0830d50b2086a95035d6d25224dc78c6d3894ec71bf9db3c0ea82"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "2248998db9abff9896f74f0616d5f48e77d838cb0c06e18a580b6b74c32cdfce"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_nanostation-m-xw-initramfs-kernel.bin"; + sha256 = "0a33023502a47d2b1758f725e1abc1adcbc214d6a7185e79752721af28e7beca"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_picostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "03e97d3f0d7e0226d697f1ef3155015abd75fbef52bae52d7f761bc40cc78814"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "bc402c96e7d95cef75e39c56b8308ef414f2c41c6ef0183055c99854f16c69cb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_picostation-m-initramfs-kernel.bin"; + sha256 = "287fb5574b05ac06c381eebc48420f4eed41d8b023fb7d8002345c9b377f3592"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + model = "Picostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-500 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_powerbeam-5ac-500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-factory.bin"; + sha256 = "ffc71f71470b0891c97ad575e9273da06152e897f6d70138f0eb363347d8a553"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-sysupgrade.bin"; + sha256 = "49400ff77b1e0958f8a3fe3c5ee0de15b76789882a636bdfff5423c13c28eff6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_powerbeam-5ac-500-initramfs-kernel.bin"; + sha256 = "eff350d26b37f28c65030c385c3efe07f091de5e2d10c317547dc180486c08c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-500" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "500"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_powerbeam-5ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-factory.bin"; + sha256 = "af2b742baec27f70866c9b693f567694b5175ca1855f07b070224f105ed983c4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "cbc1a1ada7c63a9b92f184bc6a27334eb04ace22a0bedd0e1a58f0f1a9ca92d9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_powerbeam-5ac-gen2-initramfs-kernel.bin"; + sha256 = "9e1d8a00f7f4a29e43e9c8635375d768a0baca46d0d07ffee5164632b67cb7ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-gen2" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_powerbridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_powerbridge-m-squashfs-factory.bin"; + sha256 = "c85b7fa33f9a501b83989e5ad1065fa194eb1d9be183903a1a01cb9ae5ab4ba4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_powerbridge-m-squashfs-sysupgrade.bin"; + sha256 = "46d5a3274e2dccfce86a71b205257afa9184bb8b4b3c72272eb6c9d2abdc2aec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_powerbridge-m-initramfs-kernel.bin"; + sha256 = "ffa0a63f52854d6a3686cafc518f1a1600f8575d22f26766c0cc6c02d5fee1de"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbridge-m" + "bullet-m" + ]; + titles = [ + { + model = "PowerBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "594b16da6e43a58fdd0d2e798a36f361936f621cd425bae37b5e64379342ace9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "ea8ed26fb1cfa50507f9ffa4619999fbc78716452b7131abdc703f9adc959961"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_rocket-m-initramfs-kernel.bin"; + sha256 = "d74b090278ffb6908f504b33535d0b92ec73e2959af1bfc9222109a3ad7982b4"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + model = "Rocket M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "cb2fb8635dca42586530da59f86bd765cbb278ed85c6f73caeecbb515d9d4c28"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "4cd18d74e89d44c2a2d8ea6ba95fa71d0c1d96f6c870e07e7536356b476cc332"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_routerstation-initramfs-kernel.bin"; + sha256 = "a717abf4ae6fd7e4b30fbec4a4297e862d961c7cc0ce4a2eca070386015acc40"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + "routerstation" + ]; + titles = [ + { + model = "RouterStation"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "262cde235d55362702d0c0d15e61a0579c0abadb8f3b2764d6d047be3f9a42d3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "d29197a2cce3dcdbd5256373c31dfb418d110a24d1ee769e02e84aba0664b8ec"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_routerstation-pro-initramfs-kernel.bin"; + sha256 = "4bebb8337a7767cc5a53171e65d75e09753ce9648205b998be05b061b670d0ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + "routerstation-pro" + ]; + titles = [ + { + model = "RouterStation Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "bf81a06d760fdc94866e7180f2f2a198763677d9280e5c5b7efa8c0166fce94b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "bf92729b3a7f9098160385f6899e4c71e623ec4dabf3d5328202f558504c99bc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifi-initramfs-kernel.bin"; + sha256 = "b96ca88104cdf145331aa002521e0278b608be0fdd8c1d38350a2db1c0cad91d"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + model = "UniFi"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-outdoor-plus = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_unifi-ap-outdoor-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "307a4268f23dcfa9244431649f782e2074a71d81a44ef5c813be9ada74366c05"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-factory.bin"; + sha256 = "1cd1e22e1871955ef11d8678e6323dc54a1767cd08ef18ff0e19c16600f02ead"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifi-ap-outdoor-plus-initramfs-kernel.bin"; + sha256 = "e9d51ac63964f5436cbed8c3f494dbab4e8821e834d6b739bab8d9f6502f3f30"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-outdoor-plus" + "unifi-outdoor-plus" + ]; + titles = [ + { + model = "UniFi AP Outdoor+"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-pro = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_unifi-ap-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifi-ap-pro-squashfs-factory.bin"; + sha256 = "c785319fcb2ac60ff84c0a8d040ad5de468dc4d5e0a2ea69abe002a71ecef90e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifi-ap-pro-squashfs-sysupgrade.bin"; + sha256 = "48b42b2a562d8064e7b3d2b68c1146d830c2c12be7eeffcef2d2ba7f638a75ed"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifi-ap-pro-initramfs-kernel.bin"; + sha256 = "02263553e5cb61a7d23dfe9ef53ec8da81639ffaa9e6d8bae0afee55b4125913"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-pro" + "uap-pro" + ]; + titles = [ + { + model = "UniFi AP Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "5e32c211a934070577585d608f8a4aff59585fc89dc90024c068f21d6f44047d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifiac-lite-initramfs-kernel.bin"; + sha256 = "4c6fe2333e51b1b61afa78f64d82320df4eebff1f3d81380f3f64caa20eddcf0"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "16b8ba6b91de615581aa1d3802f0783962898fdff20297315a527326b81fb528"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifiac-lr-initramfs-kernel.bin"; + sha256 = "46da1349c39a94fa4cc115f426b3642e1b31da98cc608cc0fc899af482d01fd9"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC LR"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "d08aac4ac6ae592ec0ab42b426a46ed1fd3e880ce2179fa9e62e7ccb7e595586"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifiac-mesh-initramfs-kernel.bin"; + sha256 = "31cb411c506e3dce359f15fbf67844cc541ccf5592fc6fb31d282aeeca646beb"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Mesh"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "75bdf0c8686d1b1e8b47040dd071ee1555fc54bbf804aac942932c9bc76b2d08"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifiac-mesh-pro-initramfs-kernel.bin"; + sha256 = "261bc5df2159cdcf5eedaac0ced0b1a7fac589e341a716965c5aff262a6aea57"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Mesh Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "4c72094ddef243a17785f52bb4543fa46e568bc64a152ddc4f3da44105df54b5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-ubnt_unifiac-pro-initramfs-kernel.bin"; + sha256 = "cb2d6a94078fe1a67cdf302c3c4771986e920a4ef1d06afb9463766b351b33d0"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + wallys_dr531 = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-wallys_dr531"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-wallys_dr531-squashfs-sysupgrade.bin"; + sha256 = "77e32d18041eff4a4f02583cbe5b1bb5e847707be14145e151e95258ec1257de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-wallys_dr531-initramfs-kernel.bin"; + sha256 = "05ab33ca797b701557160fd42862a6c665a5fae33c726e6b9c2c5d1daea8e7b8"; + type = "kernel"; + } + ]; + supported_devices = [ + "wallys,dr531" + "dr531" + ]; + titles = [ + { + model = "DR531"; + vendor = "Wallys"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "5c89aa8f2dcdc4488d205580b753e8efe76c96bd8d6ecdda41c38bf4957f6cca"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "49e70e1d8c254ba5564ff89585505a3db335053f615bcafdb3cbe4bc8d4a3c50"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-wd_mynet-n750-initramfs-kernel.bin"; + sha256 = "1e355131d2d771d7144dc8c0bc0ab3362b8c1d9d93b02b914a3d3fd339ad92cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + model = "My Net N750"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "9c1b1965725833f11cccf3da9b8964cd4080134465648ee5ea68c75a997ba890"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-wd_mynet-wifi-rangeextender-initramfs-kernel.bin"; + sha256 = "626444ccd7904b631aab81ae6c485a8314b30b9fded59d0e7bf5481401b457ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + model = "My Net Wi-Fi Range Extender"; + vendor = "Western Digital"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "17d6d79e59e8ffbeade3227b5dc9f620e21803d921c7dabd1dfaa79f9d1dcb24"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-winchannel_wb2000-initramfs-kernel.bin"; + sha256 = "c62d69c06429545d55b1c36b49170ed1a59f95c663d91ffe19958a237cd1107f"; + type = "kernel"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + model = "WB2000"; + vendor = "Winchannel"; + } + ]; + }; + xiaomi_aiot-ac2350 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-xiaomi_aiot-ac2350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-xiaomi_aiot-ac2350-squashfs-sysupgrade.bin"; + sha256 = "354d9a65c9bae450a5d1c67dae8e419aec17bf2a34d78b634068d15d77f9768c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-xiaomi_aiot-ac2350-initramfs-kernel.bin"; + sha256 = "f99347150bb9755ca267565dcab226a3a33c51bf1f8fc16114a8d8f5890f5e60"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,aiot-ac2350" + ]; + titles = [ + { + model = "AIoT AC2350"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "abb728c727c021c205cc4828ff0d9a62ae23c26a4b73fc6cb697211dcad33ffe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-xiaomi_mi-router-4q-initramfs-kernel.bin"; + sha256 = "c2b557d80b6b2bf302cae86964d0e10be17f976a4792bd6c309d9696c4624565"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + model = "Mi Router 4Q"; + vendor = "Xiaomi"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "88d897f9245601a8d2b7e5c95d7ae664318e0803dba070a6e9ba327e941b2ac9"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "c842ffd51e0e5402b1d81019b5bdbf8b1b18bd117ac4b7a198274ff0ba61f55c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-yuncore_a770-initramfs-kernel.bin"; + sha256 = "19a030a0e48b042019e279ab67891c9a3a3c185a9ec6aa3c867a5af806b883c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + model = "A770"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "019adf1899f24cbacac8aca772fd64aad55b91ea4f2e5562ef3e350afbaf101c"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "69f05b35fe8ac158d23e24e37d1565eb3fd09c19e9e5e2b8f16266de1bbeb8fa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-yuncore_a782-initramfs-kernel.bin"; + sha256 = "4c2d30236212c29dc7c590d3712dff8f4a346d8314ea94b96b975d056847379c"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + model = "A782"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a930 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-generic-yuncore_a930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-yuncore_a930-squashfs-tftp.bin"; + sha256 = "8f1e05a65c2a31ad5a15dcbb2f28d757a5471fe25431fe3a781497d89dff4810"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-yuncore_a930-squashfs-sysupgrade.bin"; + sha256 = "16aec264cfab7b7519f7b572e514e4e27df94d3e38f9ea06fb928a4fd747834e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-yuncore_a930-initramfs-kernel.bin"; + sha256 = "2a594976eafe0ffa01cbd7db6399ef55116b04b02b202c67035c206ddb6a1b29"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,a930" + ]; + titles = [ + { + model = "A930"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-yuncore_xd3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-yuncore_xd3200-squashfs-tftp.bin"; + sha256 = "dc433c3a11e8eaf120900017f60ece743bf058e536c557fbf503ab5d0ab4c076"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-yuncore_xd3200-squashfs-sysupgrade.bin"; + sha256 = "97345ef5d6462a0eea4a9d6c197414e2cc2cb9484a5a9462379c8da08acd3199"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-yuncore_xd3200-initramfs-kernel.bin"; + sha256 = "7610e70b77086816859e6ab3a586f85724792fa20c0cd96b53e2d2ac53bb05f0"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,xd3200" + ]; + titles = [ + { + model = "XD3200"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "6cd696a2da597ac5b9d6d55b7b5999403747d0242fdcf3cdf6847cfbe5a96ef4"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "c50cd39743f3552dd2ace1066bac22b38b9571151c50744d28508e45c1720951"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-yuncore_xd4200-initramfs-kernel.bin"; + sha256 = "cdd9f9abed30d2bed3374aa681a7bc6c257e64db314f3b4b503f7b4c1c089e9b"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + model = "XD4200"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "1d53da710d1b3656dfcaf5a69343c77dbe8ae53353ae3442d033f154276245aa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-zbtlink_zbt-wd323-initramfs-kernel.bin"; + sha256 = "2906fe1238aa1b3a48beeecc4e7fd3dcc37d30eccb970ea9026779fa3a47ece4"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + model = "WD323"; + vendor = "ZBT"; + } + ]; + }; + zyxel_nbg6616 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-generic-zyxel_nbg6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-zyxel_nbg6616-squashfs-factory.bin"; + sha256 = "db538133323feab04dfaa0674bc2b60115b62e38bf43513be80bade9966704c5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-generic-zyxel_nbg6616-squashfs-sysupgrade.bin"; + sha256 = "7174898ae6b4ceee6e7661748dda16a91637b4a3cc12550897ba803448d17078"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-generic-zyxel_nbg6616-initramfs-kernel.bin"; + sha256 = "111393cd7fed3dee7182a9f75568df736fd1d4b820216f51b09b7cb403815ccb"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6616" + "nbg6616" + ]; + titles = [ + { + model = "NBG6616"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "ath79/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_routerboard-lhg-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-mikrotik-mikrotik_routerboard-lhg-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-squashfs-sysupgrade.bin"; + sha256 = "2945b18c91cd87f339a2ce55e6c1dc007b996951742efc87f2536f61a8a247de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-initramfs-kernel.bin"; + sha256 = "268eb003942adea03a104a7fb367da2a277633476ffadf71cb2d60a7ceeb7ea3"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-2nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 2nD (LHG 2)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-mapl-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-mikrotik-mikrotik_routerboard-mapl-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-squashfs-sysupgrade.bin"; + sha256 = "e19b7109fa4d267fef794f7553828185f72332ad8db3537b34fc5b67f28c8290"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-initramfs-kernel.bin"; + sha256 = "a222ec7ee75491349ae7d7d94dd7d157cddd133a3b4f0540ab19d0397eefa800"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-mapl-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAPL-2nD (mAP lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-g-5hact2hnd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-squashfs-sysupgrade.bin"; + sha256 = "e019c77965debc442b1a55890d24a66486744e21f10e3d88c335a2bef71d7fae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-initramfs-kernel.bin"; + sha256 = "f311147b39c39af9ef9963721b53ffaf6026c5a14327dc15915c1d637f5b1ad9"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-g-5hact2hnd" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + model = "RouterBOARD wAP G-5HacT2HnD (wAP AC)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wapr-2nd = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-mikrotik-mikrotik_routerboard-wapr-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-squashfs-sysupgrade.bin"; + sha256 = "b6d9479f692cb676507d138326b4c086e947f9d78c5b40a36bef5bff9bc54aed"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-initramfs-kernel.bin"; + sha256 = "edb4b9256f4db0d850428f49e124302de77ed3d11d09f5577734a44da78159be"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wapr-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAPR-2nD (wAP R)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "ath79/mikrotik"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_rambutan" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-nand-8dev_rambutan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-8dev_rambutan-squashfs-sysupgrade.tar"; + sha256 = "25be6f99d090041d3ff1bd1f13a14fa77a2fd0ed3f55caeef0b83b8b10907ace"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-8dev_rambutan-squashfs-factory.bin"; + sha256 = "f00afd8f4ecf29365ddb3a5253048c633bc37e45331eb7c2f9e4a1cf653fd700"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-nand-8dev_rambutan-initramfs-kernel.bin"; + sha256 = "a66e812337330d355556bd32dee02e88d3f8afa579518e571c8a2ed0292796da"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,rambutan" + ]; + titles = [ + { + model = "Rambutan"; + vendor = "8devices"; + } + ]; + }; + aerohive_hiveap-121 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-nand-aerohive_hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin"; + sha256 = "15053c4e31c7e8c91f6fa6f3a4453ca2f16541cab694adbc892cf8444eab66d7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-aerohive_hiveap-121-squashfs-sysupgrade.bin"; + sha256 = "2cdc2c45927903bfed0caba502a4900ba6c58101322d28b6538cc2754d1dd92f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-nand-aerohive_hiveap-121-initramfs-kernel.bin"; + sha256 = "1c86553a02822bb6ef81a0dedb9e1e0d7c4ee7b2eff6b57826ca94eed8dbca0e"; + type = "kernel"; + } + ]; + supported_devices = [ + "aerohive,hiveap-121" + "hiveap-121" + ]; + titles = [ + { + model = "HiveAP 121"; + vendor = "Aerohive"; + } + ]; + }; + domywifi_dw33d = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-nand-domywifi_dw33d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-domywifi_dw33d-squashfs-factory.bin"; + sha256 = "17a31d9985b8ea346bd483c5d8b7e1bf965413f4d0b0d8fcbf4f5966b42550ab"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-domywifi_dw33d-squashfs-sysupgrade.bin"; + sha256 = "ed086938bb6172178d0ad1314986eb496e78f565b81f19d3e067aa5f446e99ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-nand-domywifi_dw33d-initramfs-kernel.bin"; + sha256 = "bde4b4c4cf88aa917d113e9e9e6162315810dce187faf7b965500ea8ae398ed4"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dw33d" + ]; + titles = [ + { + model = "DW33D"; + vendor = "DomyWifi"; + } + ]; + }; + glinet_gl-ar300m-nand = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-nand-glinet_gl-ar300m-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-glinet_gl-ar300m-nand-squashfs-factory.img"; + sha256 = "1f968d0249ecfb78558b738845265be718286b07bef8f22b617688d6d4347618"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin"; + sha256 = "37f954ef3cce0e38fa153f471960ce4ce545ef77908e9abc486e66fe1f4538b6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-nand-glinet_gl-ar300m-nand-initramfs-kernel.bin"; + sha256 = "d7fdf14c1b0baa8ac5a6ec919736c85f3d6a2d605b00f35ffc04f3606e500d34"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nand" + "glinet,gl-ar300m-nor" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-nor = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-nand-glinet_gl-ar300m-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade.bin"; + sha256 = "a152ee9f567d4dd1b971af36f2096021d35ad96012f62925f1a815d652e95bb0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-nand-glinet_gl-ar300m-nor-initramfs-kernel.bin"; + sha256 = "dce0a3ce8ff84ab3ad8ce604efd87089ace0629d9a7f615f794e128ec9bdcbed"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nor" + "glinet,gl-ar300m-nand" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.3-ath79-nand-glinet_gl-ar750s-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-glinet_gl-ar750s-nor-squashfs-sysupgrade.bin"; + sha256 = "ca56734944939777dff8039c3998f74867e15bbfe815c32604fc9e30df73c0ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-nand-glinet_gl-ar750s-nor-initramfs-kernel.bin"; + sha256 = "258b03e2e4dae0762155dfffca58b088a6dfa5ef5dfdd0e92e524ba11b82543c"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor" + "gl-ar750s" + "glinet,gl-ar750s" + "glinet,gl-ar750s-nor-nand" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor-nand = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.3-ath79-nand-glinet_gl-ar750s-nor-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-sysupgrade.bin"; + sha256 = "9e4b1459f364020dc5e854649482b82fa37ddc865905ac4c4493acce9ca1b7a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-nand-glinet_gl-ar750s-nor-nand-initramfs-kernel.bin"; + sha256 = "36726b2ae538e91ac69801cfbe08ca7cb817d720c712e7c2322ea7a543573457"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor-nand" + "glinet,gl-ar750s-nor" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR/NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-e750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-nand-glinet_gl-e750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-glinet_gl-e750-squashfs-factory.img"; + sha256 = "0fe6001400053f941cb3b25427438d939dfe211d91e1ac976fc8ddba4ed0947f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-glinet_gl-e750-squashfs-sysupgrade.bin"; + sha256 = "eb8f465f3cf79cd712dd96cd37aa5b2f78516795ceb1992a85b7da17820cf074"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-nand-glinet_gl-e750-initramfs-kernel.bin"; + sha256 = "90794572256e9001a713fefc6450df43c519713b7f58b6fa2a995e68c1b46960"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-e750" + "gl-e750" + ]; + titles = [ + { + model = "GL-E750"; + vendor = "GL.iNet"; + } + ]; + }; + netgear_wndr3700-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-nand-netgear_wndr3700-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr3700-v4-squashfs-factory.img"; + sha256 = "d424734e1de2dcff1309cf29d9b7e45b9cd768107760629ef49824f9d5ac53fd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr3700-v4-squashfs-sysupgrade.bin"; + sha256 = "2b9bb284f04a74f08e7a3afe34c606195903d561dace4154df0544f96e0997d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr3700-v4-initramfs-kernel.bin"; + sha256 = "003b7551bb7e7b509f518cd50c0b90033c0832313a767d8e57b1f16c4c88c9a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v4" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v4"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-nand-netgear_wndr4300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr4300-squashfs-factory.img"; + sha256 = "91eceeeab30219aae1b46da25edfedad6ee3692d459f5c2ead2b7d682d34e67c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr4300-squashfs-sysupgrade.bin"; + sha256 = "a5a52ce342b6544208879af6172b7638cff605a26283282502d8b763abdd7a5a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr4300-initramfs-kernel.bin"; + sha256 = "b230b745efbcb67e64f9aa0aa0f9dfdfa7b05eb61511b081814e63a1a1a36aa6"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300" + ]; + titles = [ + { + model = "WNDR4300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-nand-netgear_wndr4300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr4300-v2-initramfs-kernel.bin"; + sha256 = "b30c5a8b8032dfac70d4032b037e97f89d856c5c11805ec3f1bf83642d35cba6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr4300-v2-squashfs-factory.img"; + sha256 = "88bcc6febe5e9b5ef4ccd0a226a6414d9aba7daede14470c547e6c7a9217c68a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr4300-v2-squashfs-sysupgrade.bin"; + sha256 = "f5ad73f77107fa2a7f206604021b67bbee57c4e50bf5f9841dd5e572e05ad360"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300-v2" + ]; + titles = [ + { + model = "WNDR4300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300sw = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-nand-netgear_wndr4300sw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr4300sw-squashfs-factory.img"; + sha256 = "818255cb42a1b7bb017570c79e494cc068ad1a2f648a1e189a1e35f7b54f049e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr4300sw-squashfs-sysupgrade.bin"; + sha256 = "447f1dfe288bdcdbe7b9306240b4921ea3d6cf2ee1f65451649e0e3758c0baa7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr4300sw-initramfs-kernel.bin"; + sha256 = "b31f11d99b5a46e1f36821a38194e623d8e3df0a864a3050bf0a27ad00aa0ddc"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300sw" + ]; + titles = [ + { + model = "WNDR4300SW"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300tn = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-nand-netgear_wndr4300tn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr4300tn-squashfs-factory.img"; + sha256 = "c1a3d2567742d4c97273252e9244ec027ee76abe5580a6d90514e3d6c73395e3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr4300tn-squashfs-sysupgrade.bin"; + sha256 = "716b18407c6799801d2de8ff8ef3549e42f6ee8966c29f0fe396beb582507351"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr4300tn-initramfs-kernel.bin"; + sha256 = "7fb98ad62b914c52c350a50e04bce2dace6a04388086af2c95963ae52babcbee"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300tn" + ]; + titles = [ + { + model = "WNDR4300TN"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ath79-nand-netgear_wndr4500-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr4500-v3-initramfs-kernel.bin"; + sha256 = "3630114279783a3fd0c7186453683074919281288d957974aaaea6304ece9237"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr4500-v3-squashfs-factory.img"; + sha256 = "fb45a33b6808aef9725a16a97e612bfe9ad4c9a9e991bee44aa5c4a6f6dab686"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-netgear_wndr4500-v3-squashfs-sysupgrade.bin"; + sha256 = "b5a30dbcbd287ace40d93cf881081381b0b6b19c239b0f589042ff9b474b080b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4500-v3" + ]; + titles = [ + { + model = "WNDR4500"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_nbg6716 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-nand-zyxel_nbg6716"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-nand-zyxel_nbg6716-initramfs-kernel.bin"; + sha256 = "44fad961ea73cc02202c09c8db979cbc9285654dfc0dfa38aca620fa1bdf794d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "cf2c00d01e4eaa8411af5e4c2fc3d8c22f339c2eebc4d98e57444d851a82f758"; + type = "sysupgrade-4M-Kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-zyxel_nbg6716-squashfs-factory.bin"; + sha256 = "864e55b415ca5439b16ad1e64dc132d23f6d682840187e408c6a84d8fdc07230"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade.tar"; + sha256 = "f65ead8ebb33c492ad089d8b18b5cf24243de8be12bf36bd6f7e18af31fb2bbd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6716" + ]; + titles = [ + { + model = "NBG6716"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "ath79/nand"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + engenius_eap350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-tiny-engenius_eap350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-tiny-engenius_eap350-v1-squashfs-sysupgrade.bin"; + sha256 = "b4c0472c823ba7a6eb7db8b35a8d504c096b5549128ae82e78811a7265accf88"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-tiny-engenius_eap350-v1-squashfs-factory.bin"; + sha256 = "9af81ea2e23d11eaced2d6ae52aef696a0b18640d9fcd0d323521e54ace504db"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-tiny-engenius_eap350-v1-initramfs-kernel.bin"; + sha256 = "3c48ada11f2f7ae02783b10e1333d71b062ee2282155c462af792adce88c0ce5"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap350-v1" + ]; + titles = [ + { + model = "EAP350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ath79-tiny-engenius_ecb350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-tiny-engenius_ecb350-v1-squashfs-sysupgrade.bin"; + sha256 = "e095829c92fa63280fbe1545a29f3ab44b8fc4dcb2f6cea602dfe70bfd377e0b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-tiny-engenius_ecb350-v1-squashfs-factory.bin"; + sha256 = "20121dae9e0d52cef24ae8b7dfca4f7725a60707a8aca36e69937085f7a95c0c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-tiny-engenius_ecb350-v1-initramfs-kernel.bin"; + sha256 = "da41f64517bd980dd1ef363ee57fc22dc43e52c0770d3be6ed1be4fd511c1017"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb350-v1" + ]; + titles = [ + { + model = "ECB350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enh202-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ath79-tiny-engenius_enh202-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-tiny-engenius_enh202-v1-squashfs-sysupgrade.bin"; + sha256 = "6b7688576211ea8c0f0a2482b918d60ee67deef9c8c5c9f104d158b894b67c46"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-tiny-engenius_enh202-v1-squashfs-factory.bin"; + sha256 = "25f7949f3ea0a82d450061caba3a94b7c1989f08d452800f65bcbc1b04d4a748"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-tiny-engenius_enh202-v1-initramfs-kernel.bin"; + sha256 = "11a226af8817aadafa675964cb8d1fd2e07159058a6d020ce2afb4c5cab73e04"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enh202-v1" + ]; + titles = [ + { + model = "ENH202"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "8cd4ae756dda6cdb59c5a888413d5d81ecec00b42cd80d4febe9e715903d391d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-tiny-pqi_air-pen-initramfs-kernel.bin"; + sha256 = "83287128ff095e96bf488d2a9cb4b6acad2821c0025a42f7593e19d694b1b126"; + type = "kernel"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + model = "Air-Pen"; + vendor = "PQI"; + } + ]; + }; + tplink_tl-wpa8630p-v2-int = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-tiny-tplink_tl-wpa8630p-v2-int"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-tiny-tplink_tl-wpa8630p-v2-int-squashfs-factory.bin"; + sha256 = "b4642dd2e5aae8ca8f8d7d2925f5803cee1a87da8c54a1ea6ef08fe9d8c4a8b6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-tiny-tplink_tl-wpa8630p-v2-int-squashfs-sysupgrade.bin"; + sha256 = "ab0bb7165897227ca0ede2fa82ddc9a2cfdd59cb80809b5e33a5502a29d1304b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-tiny-tplink_tl-wpa8630p-v2-int-initramfs-kernel.bin"; + sha256 = "758b2dfda29ad8246dc2f4507f340396275cddf0a94950266ef758f717e7f5d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2-int" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2 (Int.)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.0-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-squashfs-factory.bin"; + sha256 = "be1852caf1291b424b79be93701f8cebf975f67bf05d82af260e7c5745e27486"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-squashfs-sysupgrade.bin"; + sha256 = "0d742fe6355aade893d5a83eb30ec62d3b165253f905d64036ac634103cf9b0a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-initramfs-kernel.bin"; + sha256 = "80c4d23e4f478ebb918636ec06f5e44ed3403521efb9a344df99ed8e907dfcf0"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.0-eu" + "tplink,tl-wpa8630p-v2-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.0 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.1-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-squashfs-factory.bin"; + sha256 = "fe590ddc84f453a005eebe89e1f466c31d8b50a6b1fc7e52c59c8b8e0e1b1b6c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-squashfs-sysupgrade.bin"; + sha256 = "c6ca4ca89b2fdee1a54d82720b7f75007fe1b244ec3cf5f384015790562a9de5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-initramfs-kernel.bin"; + sha256 = "3a0ca4071be3346385b36751896666b8c719c5c6d289c7724618a5f18ba5c490"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.1-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.1 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "ath79/tiny"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + bcm27xx = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-zero-w" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm27xx-bcm2708-rpi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm27xx-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "7c89ed439f101021f4b310990d4edf12c36af190df64197a26b2a15dea3fe475"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm27xx-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "bc4079194bd2eb3b8fb3ded2ee8a6b6630a3955b06923cbbd971c68a104355aa"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-bcm27xx-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "fcc55ee09dc7bc8bac361987d419a1130909537f349be1d83ddba04552597e1d"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-bcm27xx-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "410c589ad18331d2f8ca4f3d5577e131b626cda0ebdd9d2aa209efb9bbbef3ba"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + model = "B/B+/CM/Zero/ZeroW"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "bcm27xx/bcm2708"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm27xx-bcm2709-rpi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm27xx-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "f4ed85469e1907ff70161c7d72a45a6306b8e0b117f109ad519031640e32e6ef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm27xx-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "eea7ffbe3c339b9b0dcd93b72c553230fb4706d8e38219c5c1e3048993da9fa4"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-bcm27xx-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "190da7aea97e52659d615cdcec56184787e7e33c540c26d0bf72fb3db66cf20b"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-bcm27xx-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "e1aff7ea13491a6dbc443b1bb0289db00580815ec7a02599295facfd33a99ed5"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "2B/2B 1.2"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "3B/3B+/3CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "4B/400/4CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "bcm27xx/bcm2709"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm27xx-bcm2710-rpi-3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-bcm27xx-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "7d58d34e0d59e1fcd582b42781edad5fb76d0379c751a7b1c3b5ef1221cca481"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "da31c041e384bf6cdbc5618a2db097cf11558235dbdc0bbfa358c8ce4982ab37"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm27xx-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "29700c0ac7611ccda8021ded05b906933dfdf12b6ad5884477441926fd846863"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm27xx-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "42d2b59f51d9f17f10d67141cd596847d3b7c21dbbaf41bcade36d59c91d31c6"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + model = "3B/3B+/3CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + { + model = "2B-1.2"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "bcm27xx/bcm2710"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + bcm2711 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-4 = { + device_packages = [ + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm27xx-bcm2711-rpi-4"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-bcm27xx-bcm2711-rpi-4-ext4-sysupgrade.img.gz"; + sha256 = "d42e299289ac68691fe852ce94f71e313897bf719b13c6a619d786086ec2f717"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz"; + sha256 = "1300755f628478204cf30e799302e36f0f2bd22590f7ce4ef077fad22a527eaa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz"; + sha256 = "3005c10d47aef0b17d4893d9e414d9ccf0f493e128f76b086b0bb59de5ae09f1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz"; + sha256 = "78dfb87a3dd9c5fcc355d6179d164f71267a9213bc7d130b61f9565ce3cd90ca"; + type = "factory"; + } + ]; + supported_devices = [ + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "4B/400/4CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "bcm27xx/bcm2711"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + bcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + linksys_e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-generic-linksys_e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-generic-linksys_e3000-v1-squashfs.bin"; + sha256 = "ef9a390f0af98f3b61431d0a91de420a3cc27d19f3fb93ddc6f68fadc64421c9"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3000-v1" + ]; + titles = [ + { + model = "E3000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + "linksys_wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-generic-linksys_wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-generic-linksys_wrt300n-v1.1-squashfs.bin"; + sha256 = "d2347933006bb34ccd3a69e77fac01113d85dedddef1da8d8fa9c834023a6973"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1.1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-generic-linksys_wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-generic-linksys_wrt310n-v1-squashfs.bin"; + sha256 = "cf549f2c64fe874fc0cf14074d306c9e59a21231877ab86c8d5d921dcdf616fc"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v1" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-generic-linksys_wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-generic-linksys_wrt350n-v1-squashfs.bin"; + sha256 = "e4f1b1e4e36cdc5d9ac2e3ed61f7a1bcf45521e61c606dbea3396ea732c83ced"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt350n-v1" + ]; + titles = [ + { + model = "WRT350N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-generic-linksys_wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-generic-linksys_wrt610n-v1-squashfs.bin"; + sha256 = "b905f4cdcb06236bc15cb231732102255ae2d6d4a13da735a375afbe946889aa"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v1" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-generic-linksys_wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-generic-linksys_wrt610n-v2-squashfs.bin"; + sha256 = "6bf578bd31259b6c613b877bdc8b4c9a23040c235e52ee94ce940925204c0ff6"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v2" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-generic-standard-squashfs.trx"; + sha256 = "ecbc421b053a2243c0aad0f0de9f0cd6dae44557d98f519021ea0c7abc7018d0"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "bcm47xx/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-300g-squashfs.trx"; + sha256 = "d8ca6e3e89e9975ed22767c8f03b78e3205237a033892f1cf8b7cfe6c5fc69f6"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-300g" + ]; + titles = [ + { + model = "WL-300g"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-320gp-squashfs.trx"; + sha256 = "4f7861b09be067bf6cd323a57b7af2705dba43be42de190bf399a21b858cd842"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-320gp" + ]; + titles = [ + { + model = "WL-320gP"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-330ge-squashfs.trx"; + sha256 = "0be6f65d7992f9a81c19eb4eef971509960c5212adebce2d535755a191e01fdd"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-330ge" + ]; + titles = [ + { + model = "WL-330gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-500gd-squashfs.trx"; + sha256 = "32447eca1a2363ffc07c3b6122650567d73ed48fac229905096403d4d65769cf"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gd" + ]; + titles = [ + { + model = "WL-500g Deluxe"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-500gp-v1-squashfs.trx"; + sha256 = "d3840fb626e9babb73294f74c1ef019c2f65381e566e4738a3f426a2c51eb532"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v1" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx"; + sha256 = "491f98f97a03f0dc4f0bf283ba8dc227750f3215c0e4beefe60fa07f026cad94"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v2" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-500w-squashfs.trx"; + sha256 = "663c1f21e626a9e9a68ca150c79159d6cea5d231f528ae043862a0843ae46b10"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500w" + ]; + titles = [ + { + model = "WL-500W"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-520gu-squashfs.trx"; + sha256 = "11bdd58cad374c18ab30df51539551038fd21b268c863263d7ac1459d04da27d"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-520gu" + ]; + titles = [ + { + model = "WL-520gU"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-550ge-squashfs.trx"; + sha256 = "dcf338b8b1d8eb5c95fd99021b624ce452c60e153b08b8de1e7592dc54efa1eb"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-550ge" + ]; + titles = [ + { + model = "WL-550gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-asus_wl-hdd25-squashfs.trx"; + sha256 = "12826b1f16f1e31456e0dac781c6a1ade5133fa055e29906a7f4416719d0407d"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-hdd25" + ]; + titles = [ + { + model = "WL-HDD25"; + vendor = "ASUS"; + } + ]; + }; + dlink_dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-dlink_dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-dlink_dwl-3150-squashfs.bin"; + sha256 = "83a8eb7302d701879de2f9feb78fd41d3353ce0ba6cc5d8889ebb5d61bdad8a3"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dwl-3150" + ]; + titles = [ + { + model = "DWL-3150"; + vendor = "D-Link"; + } + ]; + }; + edimax_ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-edimax_ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-edimax_ps1208-mfg-squashfs.bin"; + sha256 = "3db3bbf894b1574160e683345916946b932bfb155b4c4198b380bab67bc55e59"; + type = "bin"; + } + ]; + supported_devices = [ + "edimax,ps1208-mfg" + ]; + titles = [ + { + model = "PS-1208MFg"; + vendor = "Edimax"; + } + ]; + }; + huawei_e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-huawei_e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-huawei_e970-squashfs.bin"; + sha256 = "5d879d50b610ccc1ff10759f19d174023bf285f816b4ba69e92a1b06b909d5ba"; + type = "bin"; + } + ]; + supported_devices = [ + "huawei,e970" + ]; + titles = [ + { + model = "E970"; + vendor = "Huawei"; + } + ]; + }; + linksys_wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt150n-squashfs.bin"; + sha256 = "d833e4b9174245a8bc5013ec3d761dc6e37872d00eaadb933214625fd73d0027"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt150n" + ]; + titles = [ + { + model = "WRT150N"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt160n-v1-squashfs.bin"; + sha256 = "8dddf5c4516c99a0318cc107808caf4f75eb77db03124d642afa2dff2476ec44"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt160n-v1" + ]; + titles = [ + { + model = "WRT160N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.trx"; + sha256 = "7817a47137a2742fa2eafbd61b8d65843dca20a39fa9d1f8789ccd33a84535aa"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.bin"; + sha256 = "08e72a406c05f957dea9ba70a9eb33e0793908b2c6757da22191149b0dd45f0b"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt54g-squashfs.bin"; + sha256 = "4f80ba9356c480ab90702a6fa14c7c6e5bfe568ff09e808aab65832492ce3b77"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g" + ]; + titles = [ + { + model = "WRT54G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt54g3g-squashfs.bin"; + sha256 = "421f58b3e10253d60ff5fa05f6ecae4be8cba1de5f4d8faf14b07a3716ad3710"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g" + ]; + titles = [ + { + model = "WRT54G3G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt54g3g-em-squashfs.bin"; + sha256 = "121650a53d7ef04cdedf2889a6379d0baba8f1c8bc34299d041cca154faec560"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g-em" + ]; + titles = [ + { + model = "WRT54G3G-EM"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.bin"; + sha256 = "8d179ec5e36137bcf404a1adaffc8af49e2a3bc241b826d611f72b0e2b81c84a"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "c697c864f427f551d6a6e4a5867ec6f9edff7426dea65ba151ff08c8bc457180"; + type = "noheader"; + } + ]; + supported_devices = [ + "linksys,wrt54g3gv2-vf" + ]; + titles = [ + { + model = "WRT54G3GV2-VF"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt54gs-squashfs.bin"; + sha256 = "574c7dac622a528ec909a2b41f588e853a1bb005fcc1fd96ec3af853ddef5f51"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v1/v2/v3"; + vendor = "Linksys"; + } + { + model = "WRT54G-TM"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrt54gs-v4-squashfs.bin"; + sha256 = "ecce1930ad0df6771796b7f1f2438c4431f7731c0fe9a6dab16c5f926568aea8"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs-v4" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-linksys_wrtsl54gs-squashfs.bin"; + sha256 = "00f2d5356f8dbb22de63e440a18085dcaa788aac26dfb236b00ce4cd3baaea22"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrtsl54gs" + ]; + titles = [ + { + model = "WRTSL54GS"; + vendor = "Linksys"; + } + ]; + }; + motorola_wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-motorola_wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-motorola_wa840g-squashfs.bin"; + sha256 = "490fbfc098668246be260d042a742ed34520e85142cb1a64d377b707118c48b9"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wa840g" + ]; + titles = [ + { + model = "WA840G"; + vendor = "Motorola"; + } + ]; + }; + motorola_we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-motorola_we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-motorola_we800g-squashfs.bin"; + sha256 = "a327bf0a60ab8ce5baa6a894ca3beef5748e1c3da49f83e6fb98acd057ee577d"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,we800g" + ]; + titles = [ + { + model = "WE800G"; + vendor = "Motorola"; + } + ]; + }; + motorola_wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-motorola_wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-motorola_wr850g-squashfs.bin"; + sha256 = "335c4e6be647806fa7f1d4cae4d1623bfe83a510c37d1f3da22eaafcd1e8db74"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wr850g" + ]; + titles = [ + { + model = "WR850G"; + vendor = "Motorola"; + } + ]; + }; + netgear_wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-netgear_wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-netgear_wgr614-v8-squashfs.chk"; + sha256 = "13ef2e0bed660d1172002df5d75db9e19f5403ade865e9c61f0e87f8ccb2ea5b"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v8" + ]; + titles = [ + { + model = "WGR614"; + variant = "v8"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-netgear_wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-netgear_wgt634u-squashfs.bin"; + sha256 = "48abf71018111a133042c44eb05b37a2e0d3ab9f2c936e3740f26b176a6908ea"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,wgt634u" + ]; + titles = [ + { + model = "WGT634U"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-netgear_wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-netgear_wndr3300-v1-squashfs.chk"; + sha256 = "afbf9caf6751140a5d2a53d226f730133190d28d041c4e3f260f98eb056c2722"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3300-v1" + ]; + titles = [ + { + model = "WNDR3300"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-netgear_wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-netgear_wnr834b-v2-squashfs.chk"; + sha256 = "fab6a9df92c58ce798e18c4308b392fdc7e334fa4fdbb2467c0bfc05ed54eafe"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr834b-v2" + ]; + titles = [ + { + model = "WNR834B"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-standard-squashfs.trx"; + sha256 = "27227fca8882dea6d3a6c51d429e07835ba66d46553adafb7088009f230250a4"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "a78c573de18f72f7d554b59e08e3ed708bf3098558ecbc71de1cf0e1e21c1771"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-gz" + ]; + titles = [ + { + title = "Image with gzipped kernel"; + } + ]; + }; + usrobotics_usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-legacy-usrobotics_usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-legacy-usrobotics_usr5461-squashfs.bin"; + sha256 = "5801ff94283a7d23be8209514bf94015a5ea94affde6ebb6f65076a481d68bfd"; + type = "bin"; + } + ]; + supported_devices = [ + "usrobotics,usr5461" + ]; + titles = [ + { + model = "USR5461"; + vendor = "US Robotics"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "bcm47xx/legacy"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-ac53u-squashfs.trx"; + sha256 = "abd4f19672213c298695441b39a7d7d9ca803ff9f46efeb3c94aa527f523060d"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac53u" + ]; + titles = [ + { + model = "RT-AC53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n10-squashfs.trx"; + sha256 = "5431cf6dc65ed11af7b8960386a5a0ef31ad24ebbac3b796c3006d32d596caa7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10" + ]; + titles = [ + { + model = "RT-N10"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n10p-squashfs.trx"; + sha256 = "2af68c704c576b3af5d20b304fec365737a0d509a3843aaf90967fb9faaf3f0f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n10p-v2-squashfs.trx"; + sha256 = "ce3eb94a64914113aecd6bced009e0af01d1fd7420f639b3f482f0bda083fda7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v2" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n10u-squashfs.trx"; + sha256 = "fd202d2b0c98f3dde2575523c47e289fef8b0c18b570b047a18e8e7041f636ec"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "A"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n10u-b-squashfs.trx"; + sha256 = "fd202d2b0c98f3dde2575523c47e289fef8b0c18b570b047a18e8e7041f636ec"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u-b" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "B"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n12-squashfs.trx"; + sha256 = "cb314d509419c57bcbcbc8167e76284417074671dfe36f1d49064e3eba4c47e4"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12" + ]; + titles = [ + { + model = "RT-N12"; + variant = "A1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n12-b1-squashfs.trx"; + sha256 = "e01f112f23435a3663b3760037ebab58488922acd3da143812601420fa3116ce"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-b1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n12-c1-squashfs.trx"; + sha256 = "1fecee1fe4488a18926950f74b7bd314a8c8a7efc557014027beb9ec93ee80e3"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-c1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "C1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n12-d1-squashfs.trx"; + sha256 = "5bf5272e9c2496bc9801c448fc628afc163ca1147c6e13c19acbacb0bafccf55"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-d1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "D1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n12hp-squashfs.trx"; + sha256 = "2a431a73c3e9796ef28a85c5fc10a6f6a7d1634702ace2a5ff02a4899a6119a2"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12hp" + ]; + titles = [ + { + model = "RT-N12HP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n14uhp-squashfs.trx"; + sha256 = "6f1c80392a2e25273dcbfe51d6e3073fc5b72b3c495b3d482f06609bc51a2db6"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n14uhp" + ]; + titles = [ + { + model = "RT-N14UHP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n15u-squashfs.trx"; + sha256 = "ee1cec3539aeee106f85ea162ab1846e0cb75fd11278a30bd21fe6da7d392ff5"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n15u" + ]; + titles = [ + { + model = "RT-N15U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n16-squashfs.trx"; + sha256 = "2c4a45619933647a249aa9f23a94251e6b21a95f85d7a8785cd9c18ea1774720"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n16" + ]; + titles = [ + { + model = "RT-N16"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n53-squashfs.trx"; + sha256 = "7b9e6db33f1c7ae64ca7800bc07cc1d2c8469f86c1e67eba10f7ce5a64d8ff8a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n53" + ]; + titles = [ + { + model = "RT-N53"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n66u-squashfs.trx"; + sha256 = "f342e7ea1196c3a68bbc92cd13341f65ed150652365cd32e19d8d17f9704cc99"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66u" + ]; + titles = [ + { + model = "RT-N66U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-asus_rt-n66w-squashfs.trx"; + sha256 = "f342e7ea1196c3a68bbc92cd13341f65ed150652365cd32e19d8d17f9704cc99"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66w" + ]; + titles = [ + { + model = "RT-N66W"; + vendor = "ASUS"; + } + ]; + }; + linksys_e1000 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e1000-squashfs.bin"; + sha256 = "4c983ee1af4a6309640a5c73d26f41059d8af76d058e2f391382b4595679a1a7"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1000" + ]; + titles = [ + { + model = "E1000"; + variant = "v1/v2/v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e1200-v1-squashfs.bin"; + sha256 = "d344659f8b771243b9464ae387cd6cec2dccc703d562ff1e1cafd4c5c7170569"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v1" + ]; + titles = [ + { + model = "E1200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e1200-v2-squashfs.bin"; + sha256 = "55691ec3dd9219a524ff16080407c5151a2662b9ad01e2d18fff3460e9420925"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v2" + ]; + titles = [ + { + model = "E1200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e1500-v1-squashfs.bin"; + sha256 = "4e806b2b5321720afbc9f69ad7d79db51290f95d0bcd18128ca012455efcad2e"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1500-v1" + ]; + titles = [ + { + model = "E1500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e1550-v1-squashfs.bin"; + sha256 = "6add8a309bd9ea1655973ad9b025471378688f7417ecad58ff8119236b1cc35b"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1550-v1" + ]; + titles = [ + { + model = "E1550"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e2000-v1-squashfs.bin"; + sha256 = "1cfcab2c1a07ed0a43a298f53330031e47aae81afd75727845f81e3f1be51883"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2000-v1" + ]; + titles = [ + { + model = "E2000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e2500-v1-squashfs.bin"; + sha256 = "3b9f51766df24d4a169ccaecf1d506d5a3f296b4e4d33d43e9697f0c0159fcbd"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v1" + ]; + titles = [ + { + model = "E2500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e2500-v2-squashfs.bin"; + sha256 = "140d1f5b2f4fb7bbab5eacced3b82d7438c1b12a93dd61322c58f4d42c552ab4"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2" + ]; + titles = [ + { + model = "E2500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + "linksys_e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e2500-v2.1-squashfs.bin"; + sha256 = "5be7bd7491d2723a852a15df615ccd7e33b5b9651274acae81950ff6c113e41a"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2.1" + ]; + titles = [ + { + model = "E2500"; + variant = "v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e2500-v3-squashfs.bin"; + sha256 = "b7f81f5dfb868377bf7f5e0af3724568552d040a0d490fd18b0456488fe1cde5"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v3" + ]; + titles = [ + { + model = "E2500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e3200-v1-squashfs.bin"; + sha256 = "0458383ab17176142e765d9c4e1be60335a2e881e9f0abab2410d94bfce5ee21"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3200-v1" + ]; + titles = [ + { + model = "E3200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e4200-v1-squashfs.bin"; + sha256 = "4753e5061aa345dfc7a652a9bf265a5a761991598d198e8b5cc387c1738f4105"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e4200-v1" + ]; + titles = [ + { + model = "E4200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-linksys_e900-v1-squashfs.bin"; + sha256 = "d9fae497b29bdd6838bcdabaa8bb3da584471beebd905a7022467cb2a6ecd189"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e900-v1" + ]; + titles = [ + { + model = "E900"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-linksys_wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-linksys_wrt310n-v2-squashfs.bin"; + sha256 = "8406dc4849c1762e5d7b76833ac559393765360cd721f88bccb0a22ba23ceb2a"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v2" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-linksys_wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-linksys_wrt320n-v1-squashfs.bin"; + sha256 = "62c9f4d5ba2f5f5806863511466bd1d0d1875e7e5d5eb52ec94c7f8379cfad34"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt320n-v1" + ]; + titles = [ + { + model = "WRT320N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-netgear_r6200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-netgear_r6200-v1-squashfs.chk"; + sha256 = "04bf789ea594a410ad1d9cf215f156c759906c778cd6dd60ca0b8a4526f1fdbe"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6200-v1" + ]; + titles = [ + { + model = "R6200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wgr614-v10-squashfs.chk"; + sha256 = "db157f25a8ec4b5313057da86c04f078f714ad33ea0597875493f8c1d58bf4cb"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wgr614-v10-na-squashfs.chk"; + sha256 = "82f285823af49baf8c6ff851041ff44ae5da5926b16f47c19d487d2132a7c6ac"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10-na" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wn2500rp-v1-squashfs.chk"; + sha256 = "c36a3303282b83a857f64e5be7a1c047079d0861acb90207d5fadbca05b9092e"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn2500rp-v1" + ]; + titles = [ + { + model = "WN2500RP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wn3000rp-squashfs.chk"; + sha256 = "b592682b685e98599b79d0eaf2d44640f33ec9e652fc159b3a4776e7356d991f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn3000rp" + ]; + titles = [ + { + model = "WN3000RP"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wndr3400-v1-squashfs.chk"; + sha256 = "7245d070407f39c47ee0094bb27e900df1efeccaae53e72e2feefd723e605b69"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v1" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wndr3400-v2-squashfs.chk"; + sha256 = "cd98673bd8f0180297679071286df8a85d13f2d722238f15690974f863b94825"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v2" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wndr3400-v3-squashfs.chk"; + sha256 = "f2092fa1d15faf52fde70cc435b2efa7e307b69f9956bc555e7b6cdc91768262"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v3" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wndr3700-v3-squashfs.chk"; + sha256 = "9cb4538d7720dc3b40ab3f1a294fc10fd88022f1e51f7102afb10b5a785df4ef"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v3" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wndr4000-squashfs.chk"; + sha256 = "48a72a80f40b85b6535f4df8e50ae52629c3c0fadeb82474dc714f151ab0f8ca"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr4000" + ]; + titles = [ + { + model = "WNDR4000"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wnr1000-v3-squashfs.chk"; + sha256 = "c3a096ab84106116e188a15581d43b95c482b3b8e8ac61e0b9cc7ab8dada193f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr1000-v3" + ]; + titles = [ + { + model = "WNR1000"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2000v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wnr2000v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wnr2000v2-squashfs.chk"; + sha256 = "a60e891ddf677f17386c67ee9521cba08ba75dfb2cdaa162e570588de140a41b"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr2000v2" + ]; + titles = [ + { + model = "WNR2000"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wnr3500-v2-squashfs.chk"; + sha256 = "eb121220d18167b067d1ab89a57dba6c3707e4d40762a3c1acb2a722f404dbe9"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500-v2" + ]; + titles = [ + { + model = "WNR3500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wnr3500l-v1-squashfs.chk"; + sha256 = "69fc9179972a79383e42a55a6965b26be0607f75d079323a99d40785c64bdccb"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (ROW)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wnr3500l-v1-na-squashfs.chk"; + sha256 = "edb8238db04e4796026826e8e414b347622e711090916dc98db9887990509dab"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1-na" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-netgear_wnr3500l-v2-squashfs.chk"; + sha256 = "6313805286b0f5fb4032a9cb4c8a3feac90d62fdf7a642a709076445c72e65a1"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v2" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "c054c083b401e093c067ec73e2d2ccdda1b46c1d6b815c3c5600c86483932a97"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "6c4697f551b122025dcb13d27b171737894ea1df702ad4364dd4c0978f244437"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-nodictionarylzma" + ]; + titles = [ + { + title = "Image with LZMA compressed kernel matching CFE decompressor"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "bcm47xx/mips74k"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + bcm4908 = { + generic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm4908img" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "fdt-utils" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_gt-ac5300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm4908-generic-asus_gt-ac5300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm4908-generic-asus_gt-ac5300-squashfs.bin"; + sha256 = "f7675a93bc880f780ee769660f10b26c7a5a4e2b5cf5e5506e8725648f23ecf8"; + type = "bin"; + } + ]; + supported_devices = [ + "asus,gt-ac5300" + ]; + titles = [ + { + model = "GT-AC5300"; + vendor = "Asus"; + } + ]; + }; + netgear_r8000p = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm4908-generic-netgear_r8000p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm4908-generic-netgear_r8000p-squashfs.bin"; + sha256 = "6f5f3cadbbee39e185caf66f7248d48932b79ba5ac6fd4c016b30c6cf1b2ee7d"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,r8000p" + ]; + titles = [ + { + model = "R8000P"; + vendor = "Netgear"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "bcm4908/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "osafeloader" + "oseama" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac56u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-asus_rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-asus_rt-ac56u-squashfs.trx"; + sha256 = "f4e163412bc60f3fc5803eb4d8361523ceefb03f010a33988c67a4bb37a3c922"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac56u" + ]; + titles = [ + { + model = "RT-AC56U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-asus_rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-asus_rt-ac68u-squashfs.trx"; + sha256 = "76b651a1471375f984987f154393b743b85594e92da83d8b7cbeca3ff282a278"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac68u" + ]; + titles = [ + { + model = "RT-AC68U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-asus_rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-asus_rt-ac87u-squashfs.trx"; + sha256 = "310c3c11927da336d78aaff27eb58943dfc3de3f058bf1031d9e059af8ecdcf6"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac87u" + ]; + titles = [ + { + model = "RT-AC87U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-asus_rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-asus_rt-n18u-squashfs.trx"; + sha256 = "91e1d2c755b9ec0f7a3f844f2282796069d2f71904bea21e4836bd7b2e9d28a2"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n18u" + ]; + titles = [ + { + model = "RT-N18U"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-buffalo_wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-buffalo_wxr-1900dhp-squashfs.trx"; + sha256 = "13d3f26637443d48be64bdc80d64ad63a370e6110379b603322eca158a29c891"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wxr-1900dhp" + ]; + titles = [ + { + model = "WXR-1900DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-1750dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-buffalo_wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-buffalo_wzr-1750dhp-squashfs.trx"; + sha256 = "fe37c2460b4ea4e788f4f826d2b7d3a87ab7b39976adc80243d005d6d7bd6f65"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-1750dhp" + ]; + titles = [ + { + model = "WZR-1750DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-buffalo_wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-buffalo_wzr-600dhp2-squashfs.trx"; + sha256 = "d329745e5c7789aa180984fdd7e0e50f1d13da11e2fb57c250d0c2434667cfc9"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp2" + ]; + titles = [ + { + model = "WZR-600DHP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-900dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-buffalo_wzr-900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP-EU.bin"; + sha256 = "bd0c8566aebd5a5530c25f7a7d41c08af8e071a5e94d8afeb7da1b12089e7f37"; + type = "factory-DHP-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP2-JP.bin"; + sha256 = "ad004856036d07c0a68bab5ce4dffe1359a9a930a4b6484f8faba6ac85ed6e41"; + type = "factory-DHP2-JP"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.trx"; + sha256 = "d28e94bfa25b983a771529a54771966ed61bdeb45d6fa69d5c929ca278bf546b"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-900dhp" + ]; + titles = [ + { + model = "WZR-900DHP"; + vendor = "Buffalo"; + } + ]; + }; + dlink_dir-885l = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-dlink_dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-dlink_dir-885l-squashfs.bin"; + sha256 = "61b151ca2b45b68f1142235f492d3c217bc98cdf2afcf8e5d4c4bbfd0207e9a0"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dir-885l" + ]; + titles = [ + { + model = "DIR-885L"; + vendor = "D-Link"; + } + ]; + }; + linksys_ea6300-v1 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-linksys_ea6300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-linksys_ea6300-v1-squashfs.trx"; + sha256 = "e130db5176b6b9d2e3ab9d1842eed5000f56348c1af4f3ffb9bd2a39c7b5f2a5"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6300-v1" + ]; + titles = [ + { + model = "EA6300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6500-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-linksys_ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-linksys_ea6500-v2-squashfs.trx"; + sha256 = "2a315de150a403a2ccdd4344b4029581f9539b558dc2f898ebce738b4e0a4eb1"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6500-v2" + ]; + titles = [ + { + model = "EA6500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9200 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-linksys_ea9200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-linksys_ea9200-squashfs.trx"; + sha256 = "c6b904c861cb5581947486869223caf7bee91abcdf26e5c54c169257dc86683a"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9200" + ]; + titles = [ + { + model = "EA9200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9500 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-linksys_ea9500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-linksys_ea9500-squashfs.trx"; + sha256 = "3b2ef9467d8e52d1ed20c46df9228b1b3ed133779253253f671b2e92872b5039"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9500" + ]; + titles = [ + { + model = "EA9500"; + vendor = "Linksys"; + } + ]; + }; + luxul_abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-luxul_abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-luxul_abr-4500-squashfs.lxl"; + sha256 = "1e48a20b16b64ade7a9e75421fe69ec902e2fbbe4390abbb8e1bbe635e90c2c4"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,abr-4500" + ]; + titles = [ + { + model = "ABR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xap-1610 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-luxul_xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-luxul_xap-1610-squashfs.lxl"; + sha256 = "1e026e489eb8ca526fe81053350b6992b503f0ff7eab63a177a89cdcf335fa85"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xap-1610" + ]; + titles = [ + { + model = "XAP-1610"; + vendor = "Luxul"; + } + ]; + }; + luxul_xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-luxul_xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-luxul_xbr-4500-squashfs.lxl"; + sha256 = "df8efae2b137e40fff0cafffa801eb4e4049d71362aa540a67acd91d529b66d9"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xbr-4500" + ]; + titles = [ + { + model = "XBR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xwr-3150 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-luxul_xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-luxul_xwr-3150-squashfs.lxl"; + sha256 = "48082e99b663c0086a40193abb8dbf8323c3fadf18e293cda8d05b285b00414e"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xwr-3150" + ]; + titles = [ + { + model = "XWR-3150"; + vendor = "Luxul"; + } + ]; + }; + meraki_mr32 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-i2c-bcm-iproc" + "kmod-i2c-gpio" + "kmod-eeprom-at24" + "kmod-leds-pwm" + "kmod-hwmon-ina2xx" + "kmod-bluetooth" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-meraki_mr32"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-meraki_mr32-squashfs.sysupgrade.bin"; + sha256 = "4e3b2a5df0b6b363497ee1a84581f8662fcbd68a34e8bce21a694195727bf1fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr32" + ]; + titles = [ + { + model = "MR32"; + vendor = "Meraki"; + } + ]; + }; + netgear_r6250 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-netgear_r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-netgear_r6250-squashfs.chk"; + sha256 = "9113140fbed13868ae8160c65afd3e54a20fe06fa932698c26f070ca59b56fd0"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6250" + ]; + titles = [ + { + model = "R6250"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6300-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-netgear_r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-netgear_r6300-v2-squashfs.chk"; + sha256 = "6e0df53c2586b992a867e9aa8436d17edd461f34fc66ed6ae2e489a78e5e6a5d"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6300-v2" + ]; + titles = [ + { + model = "R6300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-netgear_r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-netgear_r7000-squashfs.chk"; + sha256 = "0966c5f9953f1206d5e6cc70f3602167bc3ac2b11fdb3f198f536e89946c1e1e"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7000" + ]; + titles = [ + { + model = "R7000"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7900 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-netgear_r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-netgear_r7900-squashfs.chk"; + sha256 = "8e1b6c19a1ea7f97dcabe94a5cd9d2c633a02bb211ef7277aa41b2584a3ea340"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7900" + ]; + titles = [ + { + model = "R7900"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r8000 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-netgear_r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-netgear_r8000-squashfs.chk"; + sha256 = "61756aa3fa7b565163f003f2a4a48de5ab45831f8c876a1788c4bba03ee808b3"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r8000" + ]; + titles = [ + { + model = "R8000"; + vendor = "NETGEAR"; + } + ]; + }; + phicomm_k3 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-phicomm_k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-phicomm_k3-squashfs.trx"; + sha256 = "9964c72f608573435bc89191644b00406431f05e707962cc1f2567abd9beb421"; + type = "trx"; + } + ]; + supported_devices = [ + "phicomm,k3" + ]; + titles = [ + { + model = "K3"; + vendor = "PHICOMM"; + } + ]; + }; + smartrg_sr400ac = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-smartrg_sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-smartrg_sr400ac-squashfs.trx"; + sha256 = "63b8dca06d2af5cd65b0b8e6c844e3e430bf74555084cfffaca6d68922aa816b"; + type = "trx"; + } + ]; + supported_devices = [ + "smartrg,sr400ac" + ]; + titles = [ + { + model = "SR400ac"; + vendor = "SmartRG"; + } + ]; + }; + tenda_ac9 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm53xx-generic-tenda_ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm53xx-generic-tenda_ac9-squashfs.trx"; + sha256 = "1d5369a3c0da95f0c76dd65f62e2a05fb46b5635380d226bc2f9e19685997e92"; + type = "trx"; + } + ]; + supported_devices = [ + "tenda,ac9" + ]; + titles = [ + { + model = "AC9"; + vendor = "Tenda"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "bcm53xx/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + bcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "5a37c955ab79597e2768932e1e4c69cab14b2ad6dce02c148d2612644c59538f"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-adb_a4001n-squashfs-cfe.bin"; + sha256 = "2ee5ec8005ce388638f572b16cb7c19595b6b14b45a58bc6030c421d1f1d8500"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "7a014ad7c234d881d335f92dbac1dcd2300637e54c0ba47e37589bc155d1c29c"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "e715f04b16210f39a906fbd1812dc37d6b498d2e17206cecd67207ab5c2b834d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-adb_av4202n-squashfs-cfe.bin"; + sha256 = "3519b7d372e40916a6c12066580a4505e60a36e07189604b795d20dbd256d8bf"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "90f98f70a1016aec096816c7aec2a5d6e9754053dae9772c3a70831b446c235c"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "b7401b528c810691b08f4066e12884806847921ff9443e5ac8937c01ea9020b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "ed0cab8cdb904b3f29afb66ed65647253d8b5592527c708e60fcf9a390707634"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "303ad6fdb0d042e0151b1bf2a23a7308b13377e5037386e4b89f1a02a8e28899"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "74a7ae08873b82231788f4c25233c40e9f720bb6c0b6f8cee0a2c21d95eb5167"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "e0621601822f5814b04995bbaeeaa6ffd9ce00bf8771aad4aa32908f036a0c77"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "9a33e14441b526e8f115fd734df5648b4548db593aaa489345ad40a1288da448"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "9a33e14441b526e8f115fd734df5648b4548db593aaa489345ad40a1288da448"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "145267588582c16318bbad2909d2f8bc4fc3728f09affcc8262db0e52c75ffc6"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "8dab163af978069d503bed710697081336b095142c9721c2a67683903b148307"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "8dab163af978069d503bed710697081336b095142c9721c2a67683903b148307"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "7591eeb5a4f0eadeee3c7ce038215805bfab9d7a229e8ba73478886f60519d02"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "303ddb5b7ebd6f9d4e4fe52d1baf33f814192659f4faafcbf1148225cc77bfbc"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "c320df094cf3b0d38608a95f7032287775ff30374243de327808eb4d37ba11b1"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "58e056cd431ff90230d02b492516a10afc6b31a6f0b21e03cd33daf176f80bc3"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "f88fe1b373bf3a79179dd1453495fb9d5abc2dbb6b87b8d562c80b6b24604fd4"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "d2b1ee93ee9ebad1fa5b315d13449ad7157ceedb92d457fc53fdb090bc0c2b7b"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "BT"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "6711c984cc9ceca7ff6811949db1be68eb3e83786514c052b0832e44b5b54a00"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "39519c700c0c6d796f44c51259fb6b0917fb6f550c69631fec8a9945bfec7cfa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "2fc170d29b3e472d1e4b89391b6b9fe3a5929bcb4eed99d89b9716c3705771d3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "f5bd82806c501e91d132ee2c5ce471d0c780d57baca62f9160a1be64fa377641"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "8efafefa05304c4fba46316210dcd6ae5b06d973326ae97878da0a7e59b9f86c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "cf58731f78a2a776a59218b2db2a51564f8c301e4f2c6a2276d1d4e40f65121c"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "bad53edc91d08b4dcd71954074f7863c7bd187cb29937a12763dee7de07e05b1"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "42b86aaf163441fef6ce0eadbe974d326320b463d61e1c6364c436bcce4161d0"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "fefa94e275d99c50efb8de10f96c78c2e6001cb5758bb320fbef197f6eea6625"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "54df719d9816d888bd973de76b0877b58e1be16e91cede4caa8fdafa73485d87"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "7101243dc09c5113aa85aa7f4823f30d72c66505ed1b4d608e76884eb11e9ed4"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "c5aa4c28b16958e377721e7b9950bd0d77d8ca3c3264dcc42c55379f3c17a733"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "43bed9c5ce224ce8264722e5c3442395c02bb830a2ff112ac2ff97fceb820ed8"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "ec7e9954cfabbac46e31bb27b6ba9b1c6a213bd557413c7dc3922c5a43be242d"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "3cce6c647b318422c9a0b271a18a5b0c3fbf42a93c6c7ef41be7dbef8df692ab"; + type = "cfe-EU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "70621b8fa7c9660d94e0381bf45cc9d583bcef3bd55e55614599d3d4f18eb1ad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "70621b8fa7c9660d94e0381bf45cc9d583bcef3bd55e55614599d3d4f18eb1ad"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "2edc82bdf123e63db4ef2f339b4bc677225f31912a6508608c98ae925e6bdf2d"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "8e57d056f06ac9ae76d8d340200c27ff7f34ed15f2f514b124fe71a4f4013611"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "dccafc50004a29183ba852ee08d8de9a3ae75556b375865d3353d5ab93ca518d"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "debff9142bf0d6b1143cf73a3709d056c86a1ef09d64884e7a24a456d22aa5c8"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "dd236b91dcd2f072c78e06a5dedbed990db130d247b86d185deff6ce9f471fc9"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "04fd440933e98c7d6ab7be6f6f691b0a5fa269681de3260d9ff574bbc8be7f7a"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "584ae6594c4155f118958c09bf83faab599f87c5b64914dbabdf329592028e6e"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "b64edec62ac64e93e98a37db96835917b866046b2767299f039f219785f589b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "eb82ff2c76b341c8ad81974c5a18915797ae6228e616083d9c998104b6db645a"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "934812a08de1dd3674463bc1964b5fb41170335bd2b182f989b8953898add3bf"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "27e2043e3aa05d21d3464a41c46dfdbf7579d3ced32a9359c87b87e9400a97f1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "c0aed76c44c5806a5ab8980be345f135d454572441b973ac8b41ef8dee90f89b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "f9a5dfe134d4b8d68f8bc71201d25df63bc318de5fed4e20a9f657fe9da39ecc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "30a0aed5d950c2dd473350af5e75babcd06c0205441cd8d7799cbd16339d59ae"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-netgear_evg2000-squashfs-factory.chk"; + sha256 = "6df5d8a3803582c4a48ca2aa260e1be18355eb559440cc969e4797287db17983"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "b8be3f3f20b794c5c95fc5a7be0d8ced968ab6d51d9fb97986d1585c6e62d3e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "8b196cc291f9034e1e836786a40628eece61c794b4ef38fff5fff926ebbd28a5"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "2a3ec31a365a7c2eb00739926becae34e1e08e2fe209d207da099b23685b4b38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "b6f528cdb685d319af5873de55e8f7b5740786ce62ac7b500e0e63d39e6e16d9"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "6bc3bb814a0b71dc0df8951d8b54b955db40091d53363f6ea59cbd28e77eb4a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "baf9cc7c8dda05a6e6ea1de5c6bfa8c686cbd6aebb6a1765f668eb472ffe9065"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "9f5e7610fde0780525931ecc95816a9b051aadedaa23e08f965919e96082a223"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "0de08fe566e2c78ddfb2301eed5d34bfdb6851e60c13abecac4b478da2e3fbf3"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "a479a547d62b9dc508abdfc9caf85d0008fb72d3a51ea740b8991b338daf28d1"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "b4f6a1b8827334a1b8ab4b35c5dc271149ccc49aabeb3ad1dc43b497e6b18fe0"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "6349948bde1f4b5787092d5950f740e98a11beb826c8a84a5f4aa2e90ae95d45"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "441539c01c40a054e20168c5f4a1a32735a74a6e140937289f71e5f545d8a934"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "78aa83622e34750c962c130cb3bf2571a613b92342adb2260725b3c071f3150a"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "84d68c67c2222d9c2061978f711411713176514b1f185fe8d2f785d0d04529a9"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "7d9b9e517c38d5b33ef501523c735effb742e447d1193f3f28a0b4197efd5b4f"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "062855839291f9b9ffff5fffcc159a82ead0086f310ee29b7f6f11ad00ddcf33"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-sky_sr102-squashfs-cfe.bin"; + sha256 = "ef2825b5c2d7603747aba3d0b39a5325fbaba8ea2ebd1839703f75ffd0c072bb"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "b23c440212d70b9e297efe0e67098ce5d563623a4843615cfd9bf55a6af98741"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "297bf779c102a97513d6322250c20a86175ac2f571fa2a00195db2657a0ca7ee"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "871462fdb1c4526d0923793e0f0ed085c3e9f81afb95ce2d53c0a21179aa0e3e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "8785a68a4824748fbf2ca22e15924798d4cdb82691a52e585fe18640c6d33cf8"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "5871561a838515548d3ec2dbd1c2ffd9982deb1eb597a2f2ddc11c7bc4c9227c"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "743a9ae5e0ec01ee08e65564c84b95ba6111faf54129fb0b587f351c281def83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-generic-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-generic-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "77822ce47dae288fe23526c5a09632f7917658c9d5798155fdf3d6363f98ad3b"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "bcm63xx/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "cfa86feb1556b36479b5dc33b394884689c24883e8a63505c7e7b77beb11d275"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-adb_a4001n-squashfs-cfe.bin"; + sha256 = "99673471c8d11023c76bc9a78d5a3ee96f2420b6b0c7f487d810b89299828df4"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "e8228ef53c5a87306f1d92659b188ba3ce1627e1af01732c940cf36ec9d9bd91"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "5dfe2b5f63c2da353db7dee6171636cd72457e4ce61f7ff001f6cb86f06ff4f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-adb_av4202n-squashfs-cfe.bin"; + sha256 = "fb6619bab08837ab5a16c8036d528fa1e5e8fbf2b745cce29b43430338962ab4"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "ecfb13ab1503c5566618b0534a31d87f4f464ac8d5750d7fcb0af85f61f63e0e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "257c6bf9e14312f7f62f9732ad7277d1081d3f10b22915ab7349f75d003fbce9"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "683e9c5371ecbe1e77ec06bf1759ad7e46c776ecbea826b6947558ca4ef05b37"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "8ca5fd9caccbba0585a31d268464dc1013ec50812b8221307b4d6e93131ba5dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "408c839f7df2265a4b28d5d5bc220b38533e370307cf02b70762935347f1c8b0"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "be097be220c041839bdce5ea9b0048973118ee79a09a4ad1658ef39e86a5b9a9"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "10cd708005ff670ace8aa8f325b2e434a860983869eb8077503c77b35021366b"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "10cd708005ff670ace8aa8f325b2e434a860983869eb8077503c77b35021366b"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "862dd90ba9c0fd28a86e0479ea2cd264ae0c73b08d6a6a77bb4f3c6a4f8e050c"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "aa744b0785ea960c3e51ec7334f061d30204736523d5554769437e96bfcfd937"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "aa744b0785ea960c3e51ec7334f061d30204736523d5554769437e96bfcfd937"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "d786bd268b9dcce5ecc26dec99e7de6510e6e9442799bfb8754615c492c7f6a5"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "17549c219ce42774020fe9ad690538771cb2d35410703e27d5263d8c4160dfd2"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "d6f0384475df7eeb65744a07f68c6cfe02526f3b5b2dca7c6cba95e4f9b5331b"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "d4504b0bdbd47ea7bd2d9fc2da4c50a31f67ed9b2819bf8b4fd083aa8c2cb7b4"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "3a2ec95522689e20ab004519429edd760789d9d4ff75a022c400e988ed1fc663"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "2bdd6d177c2d9b3751321497e1855fd294a374741e70ab44207e21e374a22b57"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "BT"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "2e9c71f3d4ac8bc86b680501cc8c8f810fb84804a3dc75853a510122c3f9ade0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "855f53c3ba6ed6df833551154c2067ef705de6e72516db2ca20e3517bac4a238"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "66f7c4084ca1c6bda5900e7aed870186bdeb698245c7ff574238adaf0f4ce29a"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "83e6d06cf2b4742a3129817b32449dfe3022463b97383a51aa4b59bc4ec4fdd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "9330cc3da96a43f722f4cc2e659a005764913b2d01a5b7863b635b5a716dc0a3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "574c93d9b5f290e5b9d69f166fb8db5dd40ee374f9f8ce7946f32dcbd4873105"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "efedd6e254ce353f7098bad5eb9e455f6351aef7d37d3ff688c2385f89e15068"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vg-8050 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-comtrend_vg-8050"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-comtrend_vg-8050-squashfs-cfe.bin"; + sha256 = "5d52d9b826b132ae2e901c7f5a2830bffd2436f1bb597c05d1b860e7133af47d"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-comtrend_vg-8050-squashfs-sysupgrade.bin"; + sha256 = "3fb6a6f1a6bf1e86e81e32f5a7583feff29cef58ee894e2f179879109328b03b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vg-8050" + ]; + titles = [ + { + model = "VG-8050"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "68d31fdc83ab0233a6db99a563cc05d1520920630322462b8f441eb417d8acda"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "36461327cc208dbb73191b5c7c841609209ff1572e35d9bfb98277ab63fc4531"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "4a7ba0f452e5a7c5bc7a7f46006494effdfd059d06da1600d18aae5beb364858"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "cad8a8466f66cbde38ce413b98222d4eb453fc88bd990c23e804ec9777e49a16"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3032u = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-comtrend_vr-3032u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-comtrend_vr-3032u-squashfs-cfe.bin"; + sha256 = "2d0a102f03c9a27b41abec7a6c9776a60b7b1c6808c51559a80b917a618b20e4"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-comtrend_vr-3032u-squashfs-sysupgrade.bin"; + sha256 = "a8001b52b7f92fdd277c6a0542581729428f84942e12edbe78b5362c8059e689"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3032u" + ]; + titles = [ + { + model = "VR-3032u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "b4b0658f063d31431e8ee386a3470316c0327e1c76451b2cd8792114a8008100"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "cb00a63ae31505984964bb47cf9bc38b3e93b3bde9530e59ca8df075c018f577"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "62396c185ba0df03354310e59409e9d88a8f5d89bc02f31463236a057088bdbe"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "8330de7a8bce6c2b8c0f91717d2eb23a97486465ece2b8d7300fd037865898f6"; + type = "cfe-EU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "4173c76ad00648465c91c3875f20de504eb183c593bed972bffd31d19169b47b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "4173c76ad00648465c91c3875f20de504eb183c593bed972bffd31d19169b47b"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "3b7c18aedda49da9d22baf7526f768149902399c337f17200fc154a6725c8870"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "6b1ae244221ba15cafe3f79f1f967d89ef2627d412fabcdc987f895ea7c57224"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "bb64e8a8f50637d118d13fdbe177253eb9dbfd6b2426bd02c2865f420ef4c1e8"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "86919b778f76e936af3eb149e29c9eaa98219303cfeeb174999cfe6f3a70fba1"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "5bf638e0229e3e36d4f5e4d648b06d642ea01016c23ea187507a94bfddd55b6e"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "fdcebadfc994f635c469bda19fda0e3f202eff039f5b99501ea10e7b7e1214f1"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "f19453094d31e623653107384e875388a76bbfdab85d42fca4c998ced9f82067"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "89fcc89e5a5e863754d949125359620c8e944bc9f494e3fa4231be8474de48ea"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "7098d873dcd222a45ded0256fff29d1ba8ce362a23ec324c1a038eab65a7aff9"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + huawei_hg253s-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-huawei_hg253s-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-huawei_hg253s-v2-squashfs-flash.bin"; + sha256 = "a96e8f6b045093b008513989e771cd5b7a1c40af02bb04a41307ed2ac7a40241"; + type = "flash"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-huawei_hg253s-v2-squashfs-sysupgrade.bin"; + sha256 = "18359b1c158549893713c074217307e012f412e94ef38d96c2994378fe42bc8c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg253s-v2" + ]; + titles = [ + { + model = "HG253s"; + variant = "v2"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "6f54c33f22b7606ab33045bd643df15c60f3e022042a6ce3783cd99d275f025f"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "f63a821b4b654a3fafec3a581bf2d66eaea1c858a458c30cdd4b624fd5c28a3c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "ec59ff20f6055535c09739c206965fda51d424bd2c3626b7490594e1dcfb4db7"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3700-v2 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-netgear_dgnd3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-cfe.bin"; + sha256 = "564f26d65c4ea425b262ee2a24a25c4931dc7e901c047fe74efbfbb9119e70cb"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-sysupgrade.bin"; + sha256 = "2deacf58f7a54f389640a98e881c7f04febf821c34907510fd2947f17401d893"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v2" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "83999d0bdc10b0871cf7c4479edd24a01f2d770fefdde6fe22a52d75b57257e8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "1e66f0ee1140673706b89422c0b623c33bdb90ad1b22800cc44b95d5c7b6e3c6"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "e683b702aa36dde83e53862c9d1d28892b1627b5792750c5c7a51b128df0a504"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-netgear_evg2000-squashfs-factory.chk"; + sha256 = "23dbfaa82420b7b7dc3779a2d88ced023f7ff77d2933a8a994bec7a9a6382d0f"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "710552e701569216ac47c7b9c2fde382ff5f529d06d30a891a44ae5509c96804"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "28d0c6abe08cdba9977b036b0787f22239f326a9f89724889e98d644b8009275"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "4200446ede79eb6a8f78b4017f8d377fe2c90fb6985e6481edf33c5a3b8d8482"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "7955523efd08c99afad8177f29ed9ca97e69ab033011250a3c7b24cbd028d23e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "3a3486acde1731b1fec8db1f7a07d564cdec5d86d9197212c4a52dbbf5a90014"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "d566e7771802b1e4d93efa94170b95ab301662a40c6f0edcaecbdef3f8ddddf9"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "c08dabe923738eb979601a9bf12e3964f2adb7944b0a7ca645f139282eefb495"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "70dfa529ee087bb959e112525f497e14ee3936730e05d0ea930b521debd2e050"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "ec5547507e6d2449e3c3f92a5b733157c99e5830724c9633c929532b7f957273"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "94228a284f09d1cda5a5090b5d5ee4426d4097f2cbc5e8277ad48e11d47176cd"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "c12c00dba1a10dfbef9399713484f272eef52a5d9f96d5101a9ee97060c42c44"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-sercomm_ad1018"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-sercomm_ad1018-squashfs-sysupgrade.bin"; + sha256 = "fc69b920b42bb056c03bf819459047658a88fe7d9a203f9ab0b632265f613453"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-sercomm_ad1018-squashfs-factory.img"; + sha256 = "8b2900dd63e3c4ced22d666455a7de73981d64ab9efae24065ad78d32a7d88ad"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,ad1018" + ]; + titles = [ + { + model = "AD1018"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "804139ca927562437782e07a0b4f4cb295fde18332788834e4f2fa301cb97cd4"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-lowi = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-sercomm_h500-s-lowi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-factory.img"; + sha256 = "49e3c313365aee3fa7bcaf70b45c43bdc2e43c9549102b370368aed8d7259841"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-sysupgrade.bin"; + sha256 = "96563c29450f34d01e2b9723ec5df5b1aebc2a8e95acf84633cef150ac16a8ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-lowi" + ]; + titles = [ + { + model = "H500-s"; + variant = "lowi"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-vfes = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-sercomm_h500-s-vfes"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-factory.img"; + sha256 = "b824a9adb187ef3c7d1ce2e93d1abaa02377a9c2c0ed3ad97901e4ee40491cdd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-sysupgrade.bin"; + sha256 = "5d38cc3ddb6998aaa4c09ac6ee77da9ecc4f31f638ef671d61343db4c15ed1e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-vfes" + ]; + titles = [ + { + model = "H500-s"; + variant = "vfes"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "10749b7d0f3d65574fed0d6ea3337a50b658c0c89eb98323c6d042842348fdc9"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "9f8a9d88d347bace3dc63c4167fc453b98a24597dab8d8b4faddf753ae3f82c5"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "44291309a0cd0b07c89b3ba3dcd04d5a7d850ee8745460a09c3d157c438a1a2d"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-sky_sr102-squashfs-cfe.bin"; + sha256 = "9f9fc30ec09722eb8f410075df9322c7f35da3c15cf43f536250edc30a221ecf"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "a72bfcb3ffbf93e3a356b22ada7a3e92e145ff17a549223c33ab096789b539bf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "07668650833261201793290889b899b4fec9ec635d4a7de7796f829c56e34f27"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "9d357fede5e1e8c56b16294c0fd935a640b85656b60e2eefe3b236f927311f6b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "edab5965db5822670f370c71f09ee1a52d2930c246320facceecdf79f65b5ac2"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "988b5b6296768212ae28987d1617b7de7443ac36432273fff32ed84164cf2bf0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "ffe22fe06f99bc97ee78061ed9c0847bfc5642b9563a983dcf83677d0ac799ff"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-bcm63xx-smp-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-bcm63xx-smp-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "e5b8f52231968641a8b87dba7bf5fb7582e14f65506313676777fe3e2f13ebd3"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "bcm63xx/smp"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.3-gemini-dlink_dir-685"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "6111fb6b4c6ece9ee517631204644601c16938bdcb825c6122345ff0f40b133a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "18feabe865ed6c33f15735f45b9c356d74aa13e524e4fb1d6555a8cfd1f6fc4d"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + model = "DIR-685 Xtreme N Storage Router"; + vendor = "D-Link"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.3-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "be87cc5d2ecca33c584693dcfbef53665b94bdd3e9ed3a7f3de051bf6624ea1d"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + model = "DNS-313 1-Bay Network Storage Enclosure"; + vendor = "D-Link"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-21.02.3-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "847ea08a3f78741d5a0a57809d40152a61345c7ce09745efcc649f658db65f2f"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + model = "Square One SQ201"; + vendor = "ITian"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.3-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "6bccb690c05249ddbf6e9af65a28b5ce3860391f51d3557660682e0a8ebb5251"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + model = "NAS IB-4220-B"; + vendor = "Raidsonic"; + } + ]; + }; + storlink_sl93512r = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.3-gemini-storlink_sl93512r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-gemini-storlink_sl93512r-squashfs-factory.bin"; + sha256 = "fc98d030c35f8c58909e7455fddd7bf20a4ddaea280cf344bf66215f10a03d1f"; + type = "factory"; + } + ]; + supported_devices = [ + "storlink,sl93512r" + ]; + titles = [ + { + model = "SL93512r"; + vendor = "StorLink"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "gemini/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + imx6 = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-21.02.3-imx6-apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-imx6-apalis-squashfs.combined.bin"; + sha256 = "cbd78d97ea0bc195588227175d76a26791d0c91e19234bcd459675591799afcc"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-imx6-apalis-squashfs.sysupgrade.bin"; + sha256 = "ca51f0f17afbb9d4e1dded453c697aff2318b50f36dd9102295985c7292927f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + model = "Apalis family"; + vendor = "Toradex"; + } + ]; + }; + cubox = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.3-imx6-cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-imx6-cubox-i-squashfs-combined.bin"; + sha256 = "c1a1863ae81757842171af5d49c930f648188a6c62c2c29b5baf7fd9c8125d65"; + type = "combined"; + } + ]; + supported_devices = [ + "cubox-i" + ]; + titles = [ + { + model = "CuBox-i"; + vendor = "SolidRun"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-21.02.3-imx6-ventana"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-imx6-ventana-squashfs-bootfs.tar.gz"; + sha256 = "6273ebac61119ee8269241e0449ccb56f7233f1442b9cce98509527dd52ea3a5"; + type = "bootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-imx6-ventana-large-squashfs-nand.ubi"; + sha256 = "d0fd417dadd4081237de6fb2fa26086c04f03e1d4d2ea7aef3630dd6a9395e52"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-imx6-ventana-squashfs-nand.ubi"; + sha256 = "20edabddbec668572275a6f52c22347d33ddf59c06493b3bd58910fd83a9df1c"; + type = "nand"; + } + ]; + supported_devices = [ + "ventana" + ]; + titles = [ + { + model = "Ventana family"; + variant = "normal NAND flash"; + vendor = "Gateworks"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "imx6/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_habanero-dvk" = { + device_packages = [ + "ipq-wifi-8dev_habanero-dvk" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-8dev_habanero-dvk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-8dev_habanero-dvk-squashfs-sysupgrade.bin"; + sha256 = "d1d270d3674eb371774c6d4fb65d5eee2c8afbc17a6d3222922b8aaa2fc465c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-8dev_habanero-dvk-initramfs-fit-uImage.itb"; + sha256 = "17ed02cd7021427efd9b0278c57f2f3d19b1b02109f4879e128672e4761fc9f3"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,habanero-dvk" + ]; + titles = [ + { + model = "Habanero DVK"; + vendor = "8devices"; + } + ]; + }; + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "797ce5f60bf368f75317f6112df232e46bac088845e6c4ba6411d2840dc0f842"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "6d153c23c71b1f5e4f9abd7fed149ec49a45826347800cfc67958f4c0ef3ed65"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-8dev_jalapeno-initramfs-fit-uImage.itb"; + sha256 = "fdee39f0125110e3356fb446b023d6b24ce805d48cbc11276ac4dc5a893417af"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + model = "Jalapeno"; + vendor = "8devices"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "a7fe9100023efa85dfc83e970df349302b5a88f8f13708e13aaeb8784d95d8c1"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "73242f325655d88b35ac248b4fdbb16f9fcc12b11d0db6e101012385f5aca2ce"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-alfa-network_ap120c-ac-initramfs-fit-uImage.itb"; + sha256 = "a364f31d8c5e70c118fccf877044db6a20ddb76bea58bbfa74a4ca56e7dc18f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + model = "AP120C-AC"; + vendor = "ALFA Network"; + } + ]; + }; + aruba_ap-303 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-aruba_ap-303"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-aruba_ap-303-squashfs-sysupgrade.bin"; + sha256 = "81dc4c61b84945d769c081a417ce1bcf639a33d5a02fb229c9c895cc2bde5358"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-aruba_ap-303-initramfs-fit-uImage.itb"; + sha256 = "730a0bb2f73692e4aaf3b72508fd19be3f16a67392fb22dae46641f1678a60ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-303" + ]; + titles = [ + { + model = "AP-303"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-303h = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-aruba_ap-303h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-aruba_ap-303h-squashfs-sysupgrade.bin"; + sha256 = "85fccf034c2d3a172f23132c2e0afd1b85c6f86e8cf923cbfe2692933a67844b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-aruba_ap-303h-initramfs-fit-uImage.itb"; + sha256 = "7fdac36b2b1bde5633d6419093de78a14157f601a15f9724021d019c6927670f"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-303h" + ]; + titles = [ + { + model = "AP-303H"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-365 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + "kmod-hwmon-ad7418" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-aruba_ap-365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-aruba_ap-365-squashfs-sysupgrade.bin"; + sha256 = "40d842a5fc9d5ee6ce9e710d6ab1a56c0b833b6c3c6cb47b5d6d426e776a0330"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-aruba_ap-365-initramfs-fit-uImage.itb"; + sha256 = "9e08007f320d6ef6c879b49e339196a504ea0f5c776fce635d6cdcf60abc94c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-365" + ]; + titles = [ + { + model = "AP-365"; + vendor = "Aruba"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "f2aeead0600ebb076b7a6abe94391afa0a017f540c04fab3f62a4cbe2d36d6f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-asus_map-ac2200-initramfs-fit-uImage.itb"; + sha256 = "1c946bfe6100e7559373d7d494ee62e29b8a245d8874e5abe49731a993c3e472"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + model = "Lyra (MAP-AC2200)"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "f71f226c94dcb5ac773871002a90c9843fe36c0dfddfb0ecc8a334b286271e72"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-asus_rt-ac58u-initramfs-fit-uImage.itb"; + sha256 = "8b73353a468a7f51a43b6b14e2ac9e863694c55a6c5718bade2d2dd3b3cec3ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + model = "RT-AC58U"; + vendor = "ASUS"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "c59cb84849dd04fbcb2e9c66d47cf823fe549c15ca358793a52fbfbb2f74e438"; + type = "eva"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "fcfaa36c2b1c8fe872f442ad6d15a26ea91a3405b01d45d0106716c76195b9a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-avm_fritzbox-4040-initramfs-fit-uImage.itb"; + sha256 = "d877108e2ddc047e10cad3941d573e5df9191144f48b318871116ac98cf6f5a8"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + model = "FRITZ!Box 4040"; + vendor = "AVM"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "2ac167abfab826dea6dd810722216a6425a3c4496e49764b2978069e0300e0b6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-avm_fritzbox-7530-initramfs-fit-uImage.itb"; + sha256 = "58eb59b48f2aeddf856b8e37a0ee11139ffb2ae26035738b228825377bfbe4f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + model = "FRITZ!Box 7530"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "8d59926d0146fc59bd8e92c2358f3e3d9582d87df8ee257c468fb793f55e0bdc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-avm_fritzrepeater-1200-initramfs-fit-uImage.itb"; + sha256 = "9e3fe9537e42cba6c380b9f8e3116abbce7e2d51f3def0e18842c29e7710e5a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + model = "FRITZ!Repeater 1200"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "91785fb47aca31233a5b5442fb3de04d327ffc7f1d0a60e07d377d92ed7183b5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-avm_fritzrepeater-3000-initramfs-fit-uImage.itb"; + sha256 = "da6e857cf582f71dfb8f89d8add9a2f0373887a8a89a522147f19a9fa912d06b"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + model = "FRITZ!Repeater 3000"; + vendor = "AVM"; + } + ]; + }; + buffalo_wtr-m2133hp = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-buffalo_wtr-m2133hp" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-buffalo_wtr-m2133hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-factory.ubi"; + sha256 = "0af3affd7a21c8be08d364224632d9a115486952b9f942c2f42264b474504d63"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-sysupgrade.bin"; + sha256 = "9537c837c70b3f3c8e19c8763668dd2aa8892140925a3b0b0847e8dc678bfdf8"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-buffalo_wtr-m2133hp-initramfs-fit-uImage.itb"; + sha256 = "7770ca08037373ad8ee95e945d1f0a75bee39abeef84f6097a57ad742cc7df6d"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wtr-m2133hp" + ]; + titles = [ + { + model = "WTR-M2133HP"; + vendor = "Buffalo"; + } + ]; + }; + cellc_rtl30vw = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-cellc_rtl30vw" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-cellc_rtl30vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-sysupgrade.bin"; + sha256 = "dfc0430ecd3b36840e14070ba7d6eea6838550faee46d5861e77e098eede9ec6"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-factory.bin"; + sha256 = "59440a1826d2a28270a6d255b956285deccc8486565fdbbae7cce5dda4e81d9e"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-cellc_rtl30vw-initramfs-fit-uImage.itb"; + sha256 = "c111b51f86309dbac577b89e23503c7261eeb035365dfdee8f1bd5cff0236328"; + type = "kernel"; + } + ]; + supported_devices = [ + "cellc,rtl30vw" + ]; + titles = [ + { + model = "RTL30VW"; + vendor = "Cell C"; + } + ]; + }; + cilab_meshpoint-one = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-iio-bmp280-i2c" + "kmod-hwmon-ina2xx" + "kmod-rtc-pcf2127" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-cilab_meshpoint-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-sysupgrade.bin"; + sha256 = "aec0d4183203bbe68e9456be7e602a3fafb9604210d7aa13436eab62eca8494a"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-factory.ubi"; + sha256 = "b244f8b6a0146aac8e394576c08161c844c521999dda43b57a0162cf0cfa866a"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-cilab_meshpoint-one-initramfs-fit-uImage.itb"; + sha256 = "b5838e5e318ff0363c5597cd16ab041b6b0cc9d7d0d9072cf1fd84b6e95d5136"; + type = "kernel"; + } + ]; + supported_devices = [ + "cilab,meshpoint-one" + ]; + titles = [ + { + model = "MeshPoint.One"; + vendor = "Crisis Innovation Lab"; + } + ]; + }; + compex_wpj419 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-compex_wpj419"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-compex_wpj419-squashfs-nand-sysupgrade.bin"; + sha256 = "fb549db3fdfd86490451121a54781f18c4a83ecc9996471426dbda224a6f3f81"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-compex_wpj419-squashfs-nand-factory.ubi"; + sha256 = "64f8932656de5b56a03ade9230f15a39bb704fb351408e4433286e00d918f2c5"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-compex_wpj419-initramfs-fit-uImage.itb"; + sha256 = "700d0b9a052b264949416e7779f2d372732443d2e19e3c533b752bb972fed5f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj419" + ]; + titles = [ + { + model = "WPJ419"; + vendor = "Compex"; + } + ]; + }; + compex_wpj428 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-compex_wpj428"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-compex_wpj428-squashfs-cpximg-6a04.bin"; + sha256 = "5b766195b4c32d2761d88911d16177e042cd688a771c1153a0b3b32b8de87be5"; + type = "cpximg-6a04"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin"; + sha256 = "0a861caf89f9a5164cca57c678600e6e5aaf8ab5ff592ae55290b7a60efe8243"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-compex_wpj428-initramfs-fit-uImage.itb"; + sha256 = "e2c3c7eb175edcc8dfa9e6ba08924a15613f024110762b4844e5f643c1f5ce94"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj428" + ]; + titles = [ + { + model = "WPJ428"; + vendor = "Compex"; + } + ]; + }; + devolo_magic-2-wifi-next = { + device_packages = [ + "ipq-wifi-devolo_magic-2-wifi-next" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-devolo_magic-2-wifi-next"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-devolo_magic-2-wifi-next-squashfs-sysupgrade.bin"; + sha256 = "232df165ec317d51f77939b39509126a875fa51cd4905a1010a3214db61ddaa9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-devolo_magic-2-wifi-next-initramfs-fit-uImage.itb"; + sha256 = "ec86fb2f6105bc8d18a62163ed47151ea0fa8a98d215b34b6bef77c621a0674c"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi-next" + ]; + titles = [ + { + model = "Magic 2 WiFi next"; + vendor = "devolo"; + } + ]; + }; + dlink_dap-2610 = { + device_packages = [ + "ipq-wifi-dlink_dap2610" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-dlink_dap-2610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-dlink_dap-2610-squashfs-factory.bin"; + sha256 = "657c4d10571a6f794090c2fa217cb413ba2a23fa2be409a5e23463d335cbe2d3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-dlink_dap-2610-squashfs-sysupgrade.bin"; + sha256 = "8e33163ad1fd65ab12b9ce69417be90fb183c8259219476e0cbca8e22879b8e0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-dlink_dap-2610-initramfs-fit-uImage.itb"; + sha256 = "337efd2e96cc164de18b4842d4a4cd387b0f21b8d117a1db61c15d74d899c9f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2610" + ]; + titles = [ + { + model = "DAP-2610"; + vendor = "D-Link"; + } + ]; + }; + edgecore_ecw5211 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-edgecore_ecw5211"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-factory.ubi"; + sha256 = "fe0b132f7dffcd64e56799adc9283432e21c86ab121396852e6c1f97a0a794fa"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-sysupgrade.bin"; + sha256 = "a57e2e4f7519497e11d5da7924d6aa06d2d566b88a63dd433d1a71ab86694371"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-edgecore_ecw5211-initramfs-fit-uImage.itb"; + sha256 = "c5f25077a19d415cce28e5f195daf3631ede4876fb62d99fc0eec4022e7fbf29"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,ecw5211" + ]; + titles = [ + { + model = "ECW5211"; + vendor = "Edgecore"; + } + ]; + }; + edgecore_oap100 = { + device_packages = [ + "ipq-wifi-edgecore_oap100" + "kmod-usb-acm" + "kmod-usb-net" + "kmod-usb-net-cdc-qmi" + "uqmi" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-edgecore_oap100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-edgecore_oap100-squashfs-nand-sysupgrade.bin"; + sha256 = "bff039f85b5217f6887f594b8fa26b813ecdbd033a77577318d497cde0b5f698"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-edgecore_oap100-initramfs-fit-uImage.itb"; + sha256 = "2d20152ac481e29f251f9f383636136e9b604e5600bf569260345fa9c8ad9672"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,oap100" + ]; + titles = [ + { + model = "OAP100"; + vendor = "Edgecore"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "4f06437c1528a8a4021c89e95c935394c56a534a5819bcfcd360ba3c4ccd4f66"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-engenius_eap1300-initramfs-fit-uImage.itb"; + sha256 = "681d39aaded599dfd97f6829568a309f37e85fb8b86c87c79c85f5d338d992d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + model = "EAP1300"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-engenius_eap2200" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-engenius_eap2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-engenius_eap2200-squashfs-nand-sysupgrade.bin"; + sha256 = "0ba148b6df1d2181984c43ebfc8b59db6661e8982c44bb5fdc73ab6e1fc60fb5"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-engenius_eap2200-squashfs-nand-factory.ubi"; + sha256 = "edeacc0f94f46149c0919027fb8669a97f0ae4bf76c0d751983084f9cb51b320"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-engenius_eap2200-initramfs-fit-uImage.itb"; + sha256 = "4fd8a9e78df82fced942195423296887987b6252535b850a2afaf0199baf4fbf"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap2200" + ]; + titles = [ + { + model = "EAP2200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emd1 = { + device_packages = [ + "ipq-wifi-engenius_emd1" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-engenius_emd1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-engenius_emd1-squashfs-factory.bin"; + sha256 = "401d5742f5a0287e0f7b40281d5af0884fc465fc4cb06eb8a56e51c1b03ff50a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-engenius_emd1-squashfs-sysupgrade.bin"; + sha256 = "3b34debf464d543a4779413a46a329b636fe4d78771289ac633e308270c9a917"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-engenius_emd1-initramfs-fit-uImage.itb"; + sha256 = "fc2b8999f9da7ab65b96a198920ad7df1ddf21f359e202975c3aa433ffd73a34"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,emd1" + ]; + titles = [ + { + model = "EMD1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emr3500 = { + device_packages = [ + "ipq-wifi-engenius_emr3500" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-engenius_emr3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-engenius_emr3500-squashfs-factory.bin"; + sha256 = "1aaff74a51b264495d5b76773ac6c516fc0f3e905a0af31edbf3f9c26fee4f07"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-engenius_emr3500-squashfs-sysupgrade.bin"; + sha256 = "22577871a0043be6c253d88d543bd1ddc55e796543eabb1763550bfa36f231cf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-engenius_emr3500-initramfs-fit-uImage.itb"; + sha256 = "befa127c0959115f96ff3c3c293ceb471afd6e86d0bba481eeb86856d76c6ee8"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,emr3500" + ]; + titles = [ + { + model = "EMR3500"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "f4d7fa285c1f885a2287145a894f6c374a8d797767e07434665720ebbb6d5c9f"; + type = "factory_35"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "266ac8a1f131b0069e30ede526076d290264526ada9f03e40cc397159d9a1732"; + type = "factory_30"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "81861674e596ae78870c9d8ff3dd5a27eaf54ca15c42eab1f4925802aea6528e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-engenius_ens620ext-initramfs-fit-uImage.itb"; + sha256 = "1ff06961f5b751c3f5611e39f8185a9124318ceb9834a9fa93c2b31c3980689d"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + model = "ENS620EXT"; + vendor = "EnGenius"; + } + ]; + }; + ezviz_cs-w3-wd1200g-eup = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "ipq-wifi-ezviz_cs-w3-wd1200g-eup" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-squashfs-sysupgrade.bin"; + sha256 = "7dd5ac6afd2f3a6ca72c3199509855643769ef4f029f7b5e2b927d1f75a0f37b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-initramfs-fit-uImage.itb"; + sha256 = "7893f418a0b7e3014a55d8e2f196ad83d6c28482d3c3e0670ec19cdabd9c4960"; + type = "kernel"; + } + ]; + supported_devices = [ + "ezviz,cs-w3-wd1200g-eup" + ]; + titles = [ + { + model = "CS-W3-WD1200G"; + variant = "EUP"; + vendor = "EZVIZ"; + } + ]; + }; + glinet_gl-ap1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-ap1300" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-glinet_gl-ap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-sysupgrade.bin"; + sha256 = "61578fe8739680f799ff694c4e331e42fb65e05cf7843eb403fa8418487d175d"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-factory.ubi"; + sha256 = "aca71f028cd91a39baef1079d8cfbb266a3de9a91a2770e39a0e9547c965531e"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-glinet_gl-ap1300-initramfs-fit-uImage.itb"; + sha256 = "04547d0c76fe626f8bf5c59443d02fdb7ebbad695f4dd454fa8c6bfaa0a21992"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ap1300" + ]; + titles = [ + { + model = "GL-AP1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "56e106a863117a3f46a53512123f597549c74258f27f4b0e0ff64474b6a9f816"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-uImage.itb"; + sha256 = "cca4a455fadc1fed0eef971f0251bcfe93405880e8bc7e70b94d9ae5e78705c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + model = "GL-B1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-s1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-s1300" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-glinet_gl-s1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-glinet_gl-s1300-squashfs-sysupgrade.bin"; + sha256 = "472efeaaca1bd52a0759ad492d149aa3668fd1b6113286f0bc9593c61fa04970"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-glinet_gl-s1300-initramfs-fit-uImage.itb"; + sha256 = "20f9f89b3c89f16a9c1298feaf98bcd4a35ecd8736d7f9177452d73af89b04a6"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-s1300" + ]; + titles = [ + { + model = "GL-S1300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "626e0c7be1e208a328218889e9a903952702dc8eec8b900f1e4bdd27d2e8412a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "99383f7dcf2dc96edbe4fc49377fab4f336673805e5828f859aab7219787f189"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-linksys_ea6350v3-initramfs-fit-zImage.itb"; + sha256 = "00f7eaca1cbfe4910c4eb05a518528da23afe36d4e6e742122ad44a806ab5ac3"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + model = "EA6350"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "9af410fd38103916c40568221136f2f9cb8bd943b8761562d857a73cd387582b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "50acce70c195b56692b0bfdc58179c13376081bf7f51585bd2392e26b9efcb1a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-linksys_ea8300-initramfs-fit-zImage.itb"; + sha256 = "15711dc20eb872ae7a7a78f685041692af532da9ff51a8d54fbb2ce5407004cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + model = "EA8300"; + vendor = "Linksys"; + } + ]; + }; + linksys_mr8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_mr8300-v0" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-linksys_mr8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-linksys_mr8300-squashfs-factory.bin"; + sha256 = "9c2e7de85a1c76905ccdb27224ab6df69356d14feb1293379dfb7683b626e032"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-linksys_mr8300-squashfs-sysupgrade.bin"; + sha256 = "619992b855412ee08eab925bdf4300c2eeb1ebdb42542b2412b70403a5b2c48a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-linksys_mr8300-initramfs-fit-zImage.itb"; + sha256 = "3be819c1680d6f29ab08a88e1affb57906b5eab68a407f05a44854ed2ebc51c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,mr8300" + ]; + titles = [ + { + model = "MR8300"; + vendor = "Linksys"; + } + ]; + }; + luma_wrtq-329acn = { + device_packages = [ + "ipq-wifi-luma_wrtq-329acn" + "kmod-ath3k" + "kmod-eeprom-at24" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-luma_wrtq-329acn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-luma_wrtq-329acn-squashfs-sysupgrade.bin"; + sha256 = "c64300211f7f088a8de8d5d33610893186e40738687d4c57ff40089959f5415f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-luma_wrtq-329acn-initramfs-fit-uImage.itb"; + sha256 = "12cd19d76760aea146c02c952153bdeeb838be1d58c9adb1993706acfa0b758c"; + type = "kernel"; + } + ]; + supported_devices = [ + "luma,wrtq-329acn" + ]; + titles = [ + { + model = "WRTQ-329ACN"; + vendor = "Luma Home"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "e78a0ab94f5198fbf4ae8327b2d99f77a5400750b2609c565d6a9b545d2215e3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb"; + sha256 = "b069e4caa7260aff934a73f774ee2a3ac987d99fce2f8c974c8f6e3ec54db7bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + model = "MR33"; + vendor = "Cisco Meraki"; + } + ]; + }; + mobipromo_cm520-79f = { + device_packages = [ + "ipq-wifi-mobipromo_cm520-79f" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-mobipromo_cm520-79f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-sysupgrade.bin"; + sha256 = "8484af1f7b3513ccb5bc55dc55cb61e4f3c72fc984dde50c05262f506baa6048"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-factory.ubi"; + sha256 = "23274e01a8fe8f3fb9ec346522123eaa514ceded0ed94028122ef64c65241653"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-mobipromo_cm520-79f-initramfs-fit-zImage.itb"; + sha256 = "07b0cf7afdae3995d7dea22c6a3b998f9dc4c55bdb40c384777ed2261d0fa572"; + type = "kernel"; + } + ]; + supported_devices = [ + "mobipromo,cm520-79f" + ]; + titles = [ + { + model = "CM520-79F"; + vendor = "MobiPromo"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "a7795a95a709f520cd747855701a5948e4af36481a4794956093f095d9f76fb1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "e4b5afdbb40f821dec2e375e58a27c2b639384deddc97de2f9e4c66192e23a60"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-netgear_ex6100v2-initramfs-fit-zImage.itb"; + sha256 = "9441a60d617b63018a6886d3fae285357266689588c624cdfef922e909a7c56f"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + model = "EX6100"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "840c76320334c9504a0eaacb7f5510d8309aa29b795e483ec2c82f353d9f14f4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "5f2ea1d6365dab842bd63b3e7bef31edea2fd269510e57608bc73ba8401b716b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-netgear_ex6150v2-initramfs-fit-zImage.itb"; + sha256 = "fe7a06d7940f7a0ee22ed3524ecee4b63053c5f38b3a7808129f1ce532b3eace"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + model = "EX6150"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "ef052377ac08f49d5070c06f5f2414fa7ab8eb9a4634b600f357a66034680721"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "5fb8b870747be139b59faa8f71a007aa87c4f91d62a7eeae392d6b7f98004efb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-openmesh_a42-initramfs-fit-uImage.itb"; + sha256 = "2ed431fe4f92704e3fea4d0e0a64b3971cea3cdf7d4851bdae96bc3a3fe71cc3"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + model = "A42"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "bc40587e6d5ed5ad905069768239e75f9358cef7d9ff05a2b3dbb328ad343040"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "9f4f9920b14759fda782e9f854dc632a3d55bb0e1067fc78df759d95ca9d5933"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-openmesh_a62-initramfs-fit-uImage.itb"; + sha256 = "ad07e7a935deab7b1d0b2449d7c8b35d5340049ea1c6cc731f92da723d101ffe"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + model = "A62"; + vendor = "OpenMesh"; + } + ]; + }; + plasmacloud_pa1200 = { + device_packages = [ + "ipq-wifi-plasmacloud_pa1200" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-plasmacloud_pa1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-plasmacloud_pa1200-squashfs-factory.bin"; + sha256 = "c6bf1fba7367821eb9f4de42d0604f909369bc8e72c20f5ec1770eb18dc00da9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-plasmacloud_pa1200-squashfs-sysupgrade.bin"; + sha256 = "47ba218a1bf17618165fb80ad0cf73795f53bf6eb5e8ae33a42dd7809b33a6cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-plasmacloud_pa1200-initramfs-fit-uImage.itb"; + sha256 = "78934d20b9a1afdd460600f9a9bd7767a1538cba373cb89f2ab472d88c74ef19"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa1200" + ]; + titles = [ + { + model = "PA1200"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-plasmacloud_pa2200" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-plasmacloud_pa2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-plasmacloud_pa2200-squashfs-factory.bin"; + sha256 = "e33d55388f95f59c81176fd30be1f5fda827880fc0da0b05b2c0e609a8349ed3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-plasmacloud_pa2200-squashfs-sysupgrade.bin"; + sha256 = "cabf97f1333462ca1d379a0f37989169fd0e4eb87c73c1d8e9f2aa7f4ed149dd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-plasmacloud_pa2200-initramfs-fit-uImage.itb"; + sha256 = "662a535f484f89cc13866257a6b4198bde1a1230e27b249a96177f0e6ad88743"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa2200" + ]; + titles = [ + { + model = "PA2200"; + vendor = "Plasma Cloud"; + } + ]; + }; + "qcom_ap-dk01.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-qcom_ap-dk01.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-qcom_ap-dk01.1-c1-squashfs-sysupgrade.bin"; + sha256 = "ac75f8ca9f1bba6b4451c4662475288e9038cafb7286e76d332aa21dfb13b3df"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-qcom_ap-dk01.1-c1-initramfs-fit-uImage.itb"; + sha256 = "c4890aca8bb382b960288c3f398003c010af39b7e2a812f9621b9ef78e9b5dab"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ap-dk01.1-c1" + ]; + titles = [ + { + model = "AP-DK01.1"; + variant = "C1"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + "qcom_ap-dk04.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-qcom_ap-dk04.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-sysupgrade.bin"; + sha256 = "f87ed0293c24c0f75760ec7121754d8feacb14e8c1711d7655f00b038a4ae74c"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-factory.ubi"; + sha256 = "fc7f23be0442d48d5cbb36239dd77987e9624f7e696de14f8b3164abe0461619"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-qcom_ap-dk04.1-c1-initramfs-fit-uImage.itb"; + sha256 = "286e458b2afcc1ab075fcbf205feee62b3574a4af4d16f3c23ec3d1968cee2c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ap-dk04.1-c1" + ]; + titles = [ + { + model = "AP-DK04.1"; + variant = "C1"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qxwlan_e2600ac-c1 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-qxwlan_e2600ac-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"; + sha256 = "464bebb843ab7dfd6e26147d2f475cca875804b2cc30610fc68f7ab46e8416b4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-qxwlan_e2600ac-c1-initramfs-fit-uImage.itb"; + sha256 = "cddd4a1e1ba4164de639db96c20f5c993bb744a229ae5cdd456e956cf9cfaea5"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c1" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C1"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "d18f579f71e891bc11d8314c8dc73aac27947eaaaca8e738f8d0059f48dca0f9"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "3ca13c655cf54c603e40f2f0d8cc0df52004513559dd57731e16dfca790b26b8"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-qxwlan_e2600ac-c2-initramfs-fit-uImage.itb"; + sha256 = "88b9fdf00641f8073cdedc5c93754f4af814ef0176f3af916caa5de21bdf9cde"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C2"; + vendor = "Qxwlan"; + } + ]; + }; + unielec_u4019-32m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-unielec_u4019-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-unielec_u4019-32m-squashfs-sysupgrade.bin"; + sha256 = "95529c828977b5643e65d814b601cbd26d99e9f5ec6146617cb1af91f5aacc2b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-unielec_u4019-32m-initramfs-fit-uImage.itb"; + sha256 = "4b7317cdf710d97b534f332c70ea260c88cdf2c4492b9b01478f2a189e509385"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u4019-32m" + ]; + titles = [ + { + model = "U4019"; + variant = "32M"; + vendor = "Unielec"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-zyxel_nbg6617-initramfs-fit-uImage.itb"; + sha256 = "41ecc4ceb2803cf64ee1f03b251192a009227d1ecb3e1cdd6dd01c4a3ae7b460"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "246d8e48e8add11ddc37d9e992137591842e9e0de87d5e0d77b6751cb221d83a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "a5aaf74b2ebd2505137b3895f9769acd2d89546b338889be75ef1e4a35efadce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + model = "NBG6617"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "0e79931e6517851fd98471d7d60b8dddf17bbcec6f2c185765114d31d48d1d1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-generic-zyxel_wre6606-initramfs-fit-uImage.itb"; + sha256 = "f88e4525459e61b23babed346194dd827ddb6b9e9f6514d0d3f72a9a8633b1ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + model = "WRE6606"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "ipq40xx/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + mikrotik = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_hap-ac2 = { + device_packages = [ + "ipq-wifi-mikrotik_hap-ac2" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-mikrotik-mikrotik_hap-ac2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-mikrotik-mikrotik_hap-ac2-squashfs-sysupgrade.bin"; + sha256 = "2c5108b5a62c03ea9feb9a4bc5343efda48412e1b022523345fd0eca18305b44"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-mikrotik-mikrotik_hap-ac2-initramfs-kernel.bin"; + sha256 = "1c5d6798c378d9b0f9b85135c75e2d3f3c1e15ebbb814eea7df6a8cf09ab5d2e"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac2" + ]; + titles = [ + { + model = "hAP ac2"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_sxtsq-5-ac = { + device_packages = [ + "ipq-wifi-mikrotik_sxtsq-5-ac" + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-squashfs-sysupgrade.bin"; + sha256 = "5602edd66432e7ccdc52046a778192c3318b712d1dd6dc60b5ee71c6d01d3f40"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-initramfs-kernel.bin"; + sha256 = "b8918ba6df2ea822890aa9e8281f14c4f0294f88129f79cdb49aa0e9fb022fc3"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,sxtsq-5-ac" + ]; + titles = [ + { + model = "SXTsq 5 ac (RBSXTsqG-5acD)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "ipq40xx/mikrotik"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-phy-qcom-ipq806x-usb" + "kmod-usb-dwc3-qcom" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asrock_g10 = { + device_packages = [ + "kmod-i2c-gpio" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-asrock_g10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-asrock_g10-squashfs-nand-sysupgrade.bin"; + sha256 = "3df213ab03c04760e20ca5723b0e0c236839d13ff97e48ac145b6f8a5d1641be"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-asrock_g10-squashfs-nand-factory.bin"; + sha256 = "d324d8623a5438907124ddb2f7074653dec49dd946ba7fd275e19c6ee39ea85d"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-asrock_g10-initramfs-fit-uImage.itb"; + sha256 = "75e94fdeb13632ab703e8e9fd3ab35f52e9878c0e02741c92ba6c10905138db5"; + type = "kernel"; + } + ]; + supported_devices = [ + "asrock,g10" + ]; + titles = [ + { + model = "G10"; + vendor = "ASRock"; + } + ]; + }; + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "badee635e2c70da876e889a763d82d84dfdaccbc498e29ff3d755131170bc32f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-buffalo_wxr-2533dhp-initramfs-uImage"; + sha256 = "71fea4afa7c74f6287925c14aec0f872ee7c6b225b20627cfe1644e189a364b4"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + model = "WXR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "3660b016dd96b89cbc20ef33a18997fdeda8ced9c498afbe6bffda929a09cccb"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "564c06679a1bba08b921b8efeb997a558b548bb8d1aab3122a3d7900372ad308"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-compex_wpq864-initramfs-fit-uImage.itb"; + sha256 = "e47e34e633911a308744eb62f24d0031419b0890fc6fbd6e84292d75e1799a92"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + model = "WPQ864"; + vendor = "Compex"; + } + ]; + }; + edgecore_ecw5410 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-edgecore_ecw5410" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-edgecore_ecw5410"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-edgecore_ecw5410-squashfs-nand-sysupgrade.bin"; + sha256 = "386f5fdef1cf94476ef2718f5c15ba403e70123f15fb1564e537aef9d55505d6"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-edgecore_ecw5410-squashfs-nand-factory.bin"; + sha256 = "2ab8a25fa7e40f65033dd3a018d30767c4e94ebfa3fcf8c907a4d870bc478927"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-edgecore_ecw5410-initramfs-fit-uImage.itb"; + sha256 = "08944d94300c742f6a3edd797f9367b9c0db78a9eb9f2ce91984963ffb6ff243"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,ecw5410" + ]; + titles = [ + { + model = "ECW5410"; + vendor = "Edgecore"; + } + ]; + }; + linksys_ea7500-v1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-linksys_ea7500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-linksys_ea7500-v1-squashfs-sysupgrade.bin"; + sha256 = "0f76c7f580f185c69ac252ca4488a7fe15b0da46b15be221f1861bbb7bdc0e2b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-linksys_ea7500-v1-squashfs-factory.bin"; + sha256 = "517b3f94f22cf7eb38b9cffcfc9460a8abcb65e888be7ec9bf10e7d726dbb513"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-linksys_ea7500-v1-initramfs-uImage"; + sha256 = "94060bfe45e6c097a64811f22e33ddda5c75b2bcc5690787c6aac2b8baa536a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7500-v1" + ]; + titles = [ + { + model = "EA7500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "748e0ac4458647202115eff3a57f06ff357c3e273acc951e163275a55546a41a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "c986b5ddc600f2361586c41e82ffb2e81b35f2188c139ce923589f845d0b429c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-linksys_ea8500-initramfs-uImage"; + sha256 = "72f9fbffa2dc77959aecc9b63e33db66f5412dc679eed07beb4cafb5c00e56ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + model = "EA8500"; + vendor = "Linksys"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "aeb0e2f9af0a81d7bdf646beaf8932af12307a765d712c451b3b49c149697336"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-nec_wg2600hp-initramfs-uImage"; + sha256 = "d3c6a4262fde26af7a3e3bde2ff604feee18e914e0b6c88c14977d5bfa737e09"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + model = "Aterm WG2600HP"; + vendor = "NEC"; + } + ]; + }; + nec_wg2600hp3 = { + device_packages = [ + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-usb-phy-qcom-dwc3" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "ath10k-firmware-qca9984-ct" + "ipq-wifi-nec_wg2600hp3" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-nec_wg2600hp3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-nec_wg2600hp3-squashfs-sysupgrade.bin"; + sha256 = "3f18b83529b8f5fec54518bf1ad3c7737831ec9df617096ecfe03c449e771a23"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-nec_wg2600hp3-initramfs-uImage"; + sha256 = "50b1c8fe87752c4dd47042d91c3d24eb3217b4962f6fbe58bf353441f003d99f"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg2600hp3" + ]; + titles = [ + { + model = "Aterm WG2600HP3"; + vendor = "NEC Platforms"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "5b0e4555a3bddfd0ba86e1394cb23a57fd565efef79594b6cdde6e479304b0a1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "b7dd06c49f67326dd90ca2cc2df0ed2e26a5afd7dcc62f39de3809f0436ba078"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-netgear_d7800-initramfs-uImage"; + sha256 = "25338fc029c3184d5ac75dd63f8f49398f2964ba694e0ff2b9a94e2317a41e10"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + model = "Nighthawk X4 D7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "00a9559b85df5505f6f8c3d48a8cc6c587b4bceed03a299ed384eeb9006f99c8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "7c961af114c0bf36bf7ba6c0ece36af472c6f6911d6809d61d28c7747a436825"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-netgear_r7500-initramfs-uImage"; + sha256 = "77d0632da4328ec35e75fb66e2ef07143f0611ee28edc00d82c89d331ce659bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "76014e14dd9af8f1e330303c4834db5347f4023839d510ffa659cac036038544"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "fbf57ecca7d19fccde18335707d5bdef155d6219b4a7811640626443aaa56646"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-netgear_r7500v2-initramfs-uImage"; + sha256 = "afe6621b987b2bb0283378e21114cf27f9a335d7ae5891052dd6104da92b9180"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "eff532f50a8c7dffffb304cab7b8c9763bb600756355cc24d0650776fd960629"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "f1b4514f019b3b636fb470db0ffbe2ff24be8f5d90d46ca0a4f3db8f56cc943a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-netgear_r7800-initramfs-uImage"; + sha256 = "1dacbba2327adcc927d63833c597e4ae544da9b04bfea3491828e2b15956bf87"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + model = "Nighthawk X4S R7800"; + vendor = "NETGEAR"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "4dd74405c56ad42837ee23f0d703eeec603776032964389e642a47b35ae46c0d"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "df2e5cf1131c7ddc8ba235b508f2a7e6eb217570c19ae60e0ab4b403956dee34"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-qcom_ipq8064-ap148-initramfs-fit-uImage.itb"; + sha256 = "4a0fc4b0db91e62ea648c62e893352b1ab9926d37e407f0a965762878053237a"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "standard"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "61586e8638df3ab6a5b7bf78516c0d9baca1fd7a72e5ba379103867b001852ba"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "e3f383fd00c2e793a6ed0e0e9667fda98e26bef5c14d2b59df747c9ed1e3b101"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-qcom_ipq8064-ap148-legacy-initramfs-uImage"; + sha256 = "e50317ea8edc9197c362ee9f52d33fa96fd07f00524c1432cfc9efc31fafd4fd"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "legacy"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "f8216f7a64df2f7c1615653e6432611e60e5cda490380775df222dc739955a08"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "0109208bd32f5ceedefbefc4c85210aca95fc75b44691c5fb3da24ac83c1efe8"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-qcom_ipq8064-ap161-initramfs-fit-uImage.itb"; + sha256 = "191eea50e34a7f508e5fd3ceff76bfd4c5ea359ba908e7d28c04fcdc9cf93d32"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + model = "AP161"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-db149 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-qcom_ipq8064-db149"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-qcom_ipq8064-db149-squashfs-sysupgrade.bin"; + sha256 = "d10ac1a1868d1b82833216658aed71cf79f24688c55e231afad7ca5089147b7a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-qcom_ipq8064-db149-initramfs-fit-uImage.itb"; + sha256 = "254eeda8164fee660e793e5eb8ec7398af51c723def36f42ce579466ee4a9486"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-db149" + ]; + titles = [ + { + model = "DB149"; + vendor = "Qualcomm"; + } + ]; + }; + tplink_ad7200 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-tplink_ad7200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-tplink_ad7200-squashfs-sysupgrade.bin"; + sha256 = "ad7d45d60d6167269e9b0108efbd52ac59923eb862fc436dd8849f41cd966113"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-tplink_ad7200-squashfs-factory.bin"; + sha256 = "54368c16f2b602a6e861bc969db07176345df7f15b5fc484c336df133e412aaf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-tplink_ad7200-initramfs-uImage"; + sha256 = "4434ae93dcad565b30c4221f017e2aa2c59bded7d28193cf0a765dc9e74c45f7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,ad7200" + ]; + titles = [ + { + model = "AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + { + model = "Talon AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "2ffb3e1be5005405149fa5a98654ed2515ea0381df037750e74f741dec0e1adb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "4b58f4af2c80aed2647c331b893a1a80d3ab160b861724928ce2879972e193c5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-tplink_c2600-initramfs-uImage"; + sha256 = "07deca56de689bbe5fae76d90af01cc6b10ed6d922d4ac688e5900c9d2af44cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + model = "Archer C2600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "9cf74a1531594d57f060ba5e9c0b74a70aac217a1de3db1a89225770f69381c5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-tplink_vr2600v-initramfs-uImage"; + sha256 = "9d3edd4b8fb0a4f5a9b8cfc183b6f70e369ad90c25e08759a2002023703a6d5d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + model = "Archer VR2600v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_unifi-ac-hd = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-ubnt_unifi-ac-hd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-ubnt_unifi-ac-hd-initramfs-fit-uImage.itb"; + sha256 = "82b18d3f36c90e10c220105c99eda29bf6a47d832dbce1dc6ceefc250a6fe21a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-ubnt_unifi-ac-hd-squashfs-sysupgrade.bin"; + sha256 = "67cc599c1ddc59894692556a2f95b173de1954ea0e9a0278087c5c517e0e4376"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ac-hd" + ]; + titles = [ + { + model = "UniFi AC HD"; + vendor = "Ubiquiti"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-21.02.3-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "aa06be624d2772eaac608de8a3b26ef39d274cdebdf0f51df1da6f86b8358378"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "435115d8f600bcb91ab4d3a074ca56ec8e3c149aaab20deb3d6ee3d947a7850e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ipq806x-generic-zyxel_nbg6817-initramfs-uImage"; + sha256 = "c43fceae9e8bfc239a5eaeee5af6cb269eb4d1a2323f5f26e1d84bf7a0b58611"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + model = "NBG6817"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "ipq806x/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + checkpoint_l-50 = { + device_packages = [ + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-mvsdio" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-kirkwood-checkpoint_l-50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-checkpoint_l-50-squashfs-sysupgrade.bin"; + sha256 = "936b572a0a87e0daa84ae37c9c2728587020578059adee6d41e88d23b9060e1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-checkpoint_l-50-initramfs-uImage"; + sha256 = "820208137bfed19ea77c0f0b0fab880b4b0af443405844c4c33857278d30d998"; + type = "kernel"; + } + ]; + supported_devices = [ + "checkpoint,l-50" + ]; + titles = [ + { + model = "L-50"; + vendor = "Check Point"; + } + ]; + }; + cisco_on100 = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-21.02.3-kirkwood-cisco_on100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "ba268912eb8bbfec4741ab4c4e57e90e4e8657cb9edf4064b47963e3d009e9aa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "27e6a42c5806ecbb2119d044d298741572ffba545cbfa7000e23ea63a21b0aea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-cisco_on100-initramfs-uImage"; + sha256 = "6a7495d795f270f8dc696199ea09ef1aa08b86da2bb03228551c2af2a0157f62"; + type = "kernel"; + } + ]; + supported_devices = [ + "cisco,on100" + "on100" + ]; + titles = [ + { + model = "ON100"; + vendor = "Cisco Systems"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "ebec9df5423fe560e4fb9ddd2ec2c9cdef6250e3118a6ccf584dc06449a983d5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "0dda0809b95b37b84855f429b77202f131c4b65c16fd8a43aead1d28010f441a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-cloudengines_pogoe02-initramfs-uImage"; + sha256 = "67b98c310880750752cc10117c39b65cc5b0979913d152ecbc05f4fc6a1906e3"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + model = "Pogoplug E02"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-mvsdio" + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.3-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "8ffaaea23f2416911774831037ad5d165f84f8fdd6e2ff97276bf03b4c553231"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "a0a1f5126f92dd0fe955e53b3199854de67fccd9941be4f2309e6b156e78efcd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-cloudengines_pogoplugv4-initramfs-uImage"; + sha256 = "88d896ab565129b6737a2ceac6c089bdf0638f7f5845d81f88b08b7eadb4912e"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + model = "Pogoplug V4"; + vendor = "Cloud Engines"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "8ec4d1a8ba9c3184e6a28d0d513665426a7e7a992f44c70c557ced716b0cb07f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "6bfcd1945bd59eccd633b719bf9d408eabdb51ab0584eee1496494fefae82cc5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-iom_iconnect-1.1-initramfs-uImage"; + sha256 = "1633ab7fc90c9f41ceedc5dc1884e771d97e57db48adaaf6ea8f3603d292896a"; + type = "kernel"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + model = "Iconnect"; + vendor = "Iomega"; + } + ]; + }; + iom_ix2-200 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-21.02.3-kirkwood-iom_ix2-200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-iom_ix2-200-squashfs-factory.bin"; + sha256 = "118f22991311ce73bef1fb7f03d0e3b0fd68bb32112a4d555a93ad8179f26000"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-iom_ix2-200-squashfs-sysupgrade.bin"; + sha256 = "a41a695650e2462f09bcf4578f2206270e4419e92798e9cf149d18520e45c9d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-iom_ix2-200-initramfs-uImage"; + sha256 = "2615b127bc7bc422c5625b20d90589cc890f0399bffc5f1fcb60474532275cc7"; + type = "kernel"; + } + ]; + supported_devices = [ + "iom,ix2-200" + ]; + titles = [ + { + model = "StorCenter ix2-200"; + vendor = "Iomega"; + } + ]; + }; + linksys_e4200-v2 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-kirkwood-linksys_e4200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-linksys_e4200-v2-squashfs-factory.bin"; + sha256 = "96c2e7e66768210a702e2a7a69817dabf7fe1b7e15afd146e6e40e1eb8270862"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-linksys_e4200-v2-squashfs-sysupgrade.bin"; + sha256 = "02c2c6620282694ee700ce85c81e59ec9e7437709640bf5025cc035780dd87d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-linksys_e4200-v2-initramfs-uImage"; + sha256 = "6d65d8436b7c0a591dcbbe76fc9dea3b705779aa60f7f8ccd3ed78b5c8536e3d"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e4200-v2" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "E4200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea3500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-kirkwood-linksys_ea3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-linksys_ea3500-squashfs-factory.bin"; + sha256 = "c7c11cf43151f755d09a984d8767bca275f2b02289b86e0f42df24dbfa683bae"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-linksys_ea3500-squashfs-sysupgrade.bin"; + sha256 = "c000abbdeb893d312b6c2743bfe40db3d61ca7e713aab5ead8dec5c240018b3d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-linksys_ea3500-initramfs-uImage"; + sha256 = "1060c682830a665fd566c7dd955ce4404b16d8827a33fa18feb0570a79b4cfc4"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea3500" + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + model = "EA3500"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea4500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-kirkwood-linksys_ea4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-linksys_ea4500-squashfs-factory.bin"; + sha256 = "1fd0d0e88223c807b7382d360c555a5c5d43cf2eb03fb6084a006404b99b0db2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-linksys_ea4500-squashfs-sysupgrade.bin"; + sha256 = "d20ebdfd4eba7b7fbcf60bae204268ee6bcb517111d569170a1c55ffd056f5c2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-linksys_ea4500-initramfs-uImage"; + sha256 = "def22a5155669df7f45f5669b53bb13d68a4e070d159fd78ba7aa2a58d48f240"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea4500" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "EA4500"; + vendor = "Linksys"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.3-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "923d26e33a28a5fd9a3b14830743f2f60bb6c8ce0632d0c0bbc8268b3b6b2324"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "9efd68a344af88eb5c6844c800fe44d26f76188d420d0621a26412c4fc234b96"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-raidsonic_ib-nas62x0-initramfs-uImage"; + sha256 = "a389adb363f10940f88221f58cce3143c3d410b1860cff3d56f5dcb7b91c40f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + model = "ICY BOX IB-NAS62x0"; + vendor = "RaidSonic"; + } + ]; + }; + seagate_blackarmor-nas220 = { + device_packages = [ + "kmod-hwmon-adt7475" + "kmod-fs-ext4" + "kmod-ata-marvell-sata" + "mdadm" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.3-kirkwood-seagate_blackarmor-nas220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-seagate_blackarmor-nas220-squashfs-factory.bin"; + sha256 = "b22c30129644770bc585eaf3d97320e01daff9de478d2c89cdb66bb3018123bc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-seagate_blackarmor-nas220-squashfs-sysupgrade.bin"; + sha256 = "1c6e62acb8d037103d72f2fca23e660f61aa68bf1f36d05b6e36f5c2a557acb3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-seagate_blackarmor-nas220-initramfs-uImage"; + sha256 = "2d3b51217690fef040a8dbb6d6a24ee5f389932b82307dc636456d15c1c31a83"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,blackarmor-nas220" + ]; + titles = [ + { + model = "Blackarmor NAS220"; + vendor = "Seagate"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "218bde4363feafc7ba2e201e9e685516688b76a050fd19742c2adcc112a30376"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "22c3d0f012b93813cfadf933eae92d960df0c5fc9fc173733c3474af20cf44dd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-seagate_dockstar-initramfs-uImage"; + sha256 = "3f7d10abb9f2abc4d071fc162151f32677e0df1079f123337ed6ef10dc911c93"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + model = "FreeAgent Dockstar"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.3-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "04e79b83002c19d2d54435efd151011caf70cfcba0cb50d92bf879e1633d1e71"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "3b167cce3a86d56864bf8d65bc5f4cd83aa942f62b1618447b7346ed05e4a6e8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-seagate_goflexhome-initramfs-uImage"; + sha256 = "5d6303dee1824c0251c7e32eb48cba192991419c445812167e4b7b594dcd5207"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + model = "GoFlexHome"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.3-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "4f49617dc39356a64d7a610ed5b9dee50109145deaec83a06f26d8ca439eb555"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "bec41dd57fece61d732f4970aff102da0f0d379ea504f75b3311d3884c1b6d18"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-seagate_goflexnet-initramfs-uImage"; + sha256 = "ba9cf39a5536edb7d5b6d88bdac3c5dd2b212ccd1caecfb6fbf1d0e98b129905"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + model = "GoFlexNet"; + vendor = "Seagate"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-r8169" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-21.02.3-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "c16cd6c4ba33bf2df74eec634e7cf03e4dae3b692256154366930035e565f801"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "a82dcd261cac7adb5fe8ca265709b6c2ed355f4e4d20896d87c43435121168ae"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-zyxel_nsa310b-initramfs-uImage"; + sha256 = "167e19f6e07fd3f1868ab47a9d9a38d9b95f78177241cbbb36b035edb5afe58b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + "nsa310b" + ]; + titles = [ + { + model = "NSA310b"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa310s = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.3-kirkwood-zyxel_nsa310s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-zyxel_nsa310s-squashfs-sysupgrade.bin"; + sha256 = "c7420872f1aad457ba92815a0d4fe6f5bda36b3c02e48a2639657fdefbb1689d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-zyxel_nsa310s-squashfs-factory.bin"; + sha256 = "f585f7a7cc3bf2c4d72aadab5c0b6525bf7a626da758dd0f67690ed76184a9b7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-zyxel_nsa310s-initramfs-uImage"; + sha256 = "6092549082fc1a2626ad35d31691b8a7049c346cfb5ad1979787f237e439bd86"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310s" + ]; + titles = [ + { + model = "NSA310S"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.3-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "4ef651795521fac1ceff199325edaa822231782f8046ccfce6da460624b1cf78"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "e9c553b0d7f2b062639c5d79d6b08395dfebda7c026caa0636c8625be561563a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-kirkwood-zyxel_nsa325-initramfs-uImage"; + sha256 = "a32df2acd8e23a4c3e48bf513208c1c303476cba145cc0dd0f73cb00097e80c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + "nsa325" + ]; + titles = [ + { + model = "NSA325"; + variant = "v1/v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "kirkwood/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + lantiq = { + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-ltq-atm-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-vdsl-vr9-mei" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "ltq-vdsl-app" + "ltq-vdsl-vr9-vectoring-fw-installer" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoa" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "1498de6a2feae70be878f8b811117a8cc9b70fe00daf6849f4a2c1b93dd4427a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-alphanetworks_asl56026-initramfs-kernel.bin"; + sha256 = "2cd7f84836e76cbb4748ff4eafde439e258c5b072930d4c05cb1e389538c8e27"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + model = "ASL56026"; + vendor = "Alpha"; + } + { + model = "ECI VDSL Modem V-2FUb/I"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "ee3a1e7b7ae6e90c6b556f6e51686543604adaf755dc936926b00637bbe58333"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-arcadyan_vg3503j-initramfs-kernel.bin"; + sha256 = "2ae8decd9e32dcb0fc9227fd54aaf4fe1b0488de7d15bf5ac4adee1ca1991190"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + model = "ECI VDSL Modem V-2FUb/R"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"; + sha256 = "a098d49d1bd50a87096f55e67e8caccfbbdc505f8d9375dd59db3083a1e7d0f9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-arcadyan_vgv7510kw22-brn-initramfs-kernel.bin"; + sha256 = "b41ca41fd517dccdfa12ddd870807058ec3d02fc207b79b41054731719148b9a"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "BRN"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "2e068844d780eca65fe9c1a3a0101a6e36dacd5b7117fbbd8ac8bffd175230f0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-arcadyan_vgv7510kw22-nor-initramfs-kernel.bin"; + sha256 = "7ee1c558afb11ccff9672c866be4544a944db29bd2eb4dc10dcdc2e1bbbf0cda"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "NOR"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"; + sha256 = "31ab4243ce2919c3202a75437328999a3215ed62d601288870befa4b39a48901"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-arcadyan_vgv7519-brn-initramfs-kernel.bin"; + sha256 = "42d91958068aa662199273c3b5d916474cf1d14575818947479c6308851b1171"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + model = "VGV7519"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "BRN"; + vendor = "KPN"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "9cce2d6116a0fbb6d6cd447ec30faba45bbc909681ff2cb1cf188c02a87beb1b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-arcadyan_vgv7519-nor-initramfs-kernel.bin"; + sha256 = "330b5a7bee1911b86776357ef4db9a373351506f4d31ef7f119654620a87c0ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + model = "VGV7519"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "NOR"; + vendor = "KPN"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "bb163781ed6ebbee897a146e30eeac2bf51a42bf40d7009d43faf0a4919bac02"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "52d813016b5bd4609028fecec9c257f1f1d0f8c0efc1647f7ac29be8339126eb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "3eeb2a551847b43a766116f0a0593e033321c953c320ae5ae2ae592c67393617"; + type = "eva-kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz3370-rev2-hynix-initramfs-kernel.bin"; + sha256 = "95c3a22af33ce7a4eb6f5182bd8adf137801531069adcd5c7f1c47fffe7769d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Hynix NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "bb163781ed6ebbee897a146e30eeac2bf51a42bf40d7009d43faf0a4919bac02"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "ab9e845aba4e4baa9021e109d32b9526cbf3ec0f7588b3c30d9cc210e32ba34a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "92bda4e9d7f17f096101ea9b1bbd98e9b28ec8b1fbe96aeb1ea8c06e49b3ab21"; + type = "eva-kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz3370-rev2-micron-initramfs-kernel.bin"; + sha256 = "27c60ed947e8bac5b21826162fd36326e5ad5e3f7a112568ed7fe76b6fa6035b"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Micron NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360-v2 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-avm_fritz7360-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz7360-v2-squashfs-sysupgrade.bin"; + sha256 = "f2efd6511621a6498b3e9267bcb5c87af0b6baee3d6d053208f8d2da979199fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz7360-v2-initramfs-kernel.bin"; + sha256 = "ed58af0a3f828f5fad2ea57980219d0354299b0eeb0b5ba41eb841dbe99efc3f"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7360-v2" + ]; + titles = [ + { + model = "FRITZ!Box 7360"; + variant = "v2"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "753529f45256308b8527b9902e058bc2a5c4bd40db53da5496be296e1d19d321"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz7360sl-initramfs-kernel.bin"; + sha256 = "3835fdd6131d41bf4e7bc505415da4f0d7514fbeb788e854ce74219fb82ed2a6"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + model = "FRITZ!Box 7360 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "0699e739938961813d654f2dd2943890f000cf031ec90fd952bb9a1647c0a250"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz7362sl-initramfs-kernel.bin"; + sha256 = "058d1cb569d078782e6a15c29d063a98bdf38cd7ef4b4298bc54a744a7e366ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + model = "FRITZ!Box 7362 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "add8f23383b424c505b62f5453aabf6b30789cad5e5b21245211437d0ba11376"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin"; + sha256 = "f724365b8ab4b9fb9c9768ca6a0b62bec9b46795514585a8066af15a46c2bded"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + model = "FRITZ!Box 7412"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7430 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-avm_fritz7430"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz7430-squashfs-sysupgrade.bin"; + sha256 = "905e5d1f3403ca3c48c2cb8074dfc83160812eaf41c279696403399c9072f3e3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin"; + sha256 = "dddfb0c70694174821b2ca34f432373a01d08417b082614cf7abc1dec51980ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7430" + ]; + titles = [ + { + model = "FRITZ!Box 7430"; + vendor = "AVM"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "f8cb9957ecc561521f09087b2fa582d3b7e5412b2527224e244dd3d23fa2cd3e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-bt_homehub-v5a-initramfs-kernel.bin"; + sha256 = "d42ff0f2ff52f87ffcde7fc0c7bca24ef1dcb6aaae41bc5b9ec9b787fcd8b433"; + type = "kernel"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + model = "Home Hub 5"; + variant = "Type A"; + vendor = "British Telecom"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "d4108567a5d560549e865462f3ba64d5b36f1daa31e1d377321924a7192ef51b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-buffalo_wbmr-300hpd-initramfs-kernel.bin"; + sha256 = "9276b26619ed059705394e69306a1b784f0ae8829ad670d7325ff9f16c47114f"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + model = "WBMR-300HPD"; + vendor = "Buffalo"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "e0db680735318cfbd018e9cc85d4cd3c6fb8360d6b987ef506822bd9f8217dc9"; + type = "fullimage"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "f552676b4caed71a32929cb87f2a90c646f6e23c885fc00032ccc51fdf878bf8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-lantiq_easy80920-nand-initramfs-kernel.bin"; + sha256 = "300ed9db012744e6807845d2dbdf2577d83f2d48180babe40447917a1b0405af"; + type = "kernel"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NAND"; + vendor = "Lantiq"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "039dfd65f3958a3d8c1bf5c714cdad74e6a3e9c5ba55c9bb11b9bfeba781cea9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-lantiq_easy80920-nor-initramfs-kernel.bin"; + sha256 = "30dd4e7e131680d8e780a1150113448ad139db489af7285b167047e5037e83f4"; + type = "kernel"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NOR"; + vendor = "Lantiq"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "02161c0db2d534117a1e276943bced452a91d26a7a77f1b4b15c195c37dc9fba"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "aa31ce4d458ea68e6bdbf518d0a3d2705831b93ea627b2e0b31dacc23a6d743a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-netgear_dm200-initramfs-kernel.bin"; + sha256 = "4d62c98163b7b0c4f193fd4af7852a9450c3614646a1a07de42635769ef73396"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + model = "DM200"; + vendor = "NETGEAR"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "a2d14cd4ddec3ca390eab2e30e922f54b500319037461ddd7bd226c37a7b880c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-tplink_tdw8970-initramfs-kernel.bin"; + sha256 = "aeb634f95d6a905c3337d9ce11600df357f2660abbea4d77b104c03f9a356455"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + model = "TD-W8970"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "4addf57efe477172e12b7e2e4bc68f79f6118f836f98b271af1692bf0a8c37b1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-tplink_tdw8980-initramfs-kernel.bin"; + sha256 = "da748820c40b31a6584077ab6c270e1c02fa1557893459e2394adbce4cb52041"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + model = "TD-W8980"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "65cef2c2d3f9aa740a0975cd3010f7718bbee9d17626a7eb5ccae7a342a9317c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-tplink_vr200-initramfs-kernel.bin"; + sha256 = "a23629cd31dcbda70b2a718862808072a95fc1bd1406df0624b69b7c99b6a99f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + model = "Archer VR200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "c44d573f15dce01b4d3003cd5eb9498e00d65dceebadf7bcf41239247c5a3ca9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-tplink_vr200v-initramfs-kernel.bin"; + sha256 = "0829566c8f4893cfcdff1ad8923c80752f27f187aa7a0277a7629ddcf89cdd05"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + model = "Archer VR200v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "e4f2fe770ddece3bfe237c1fd13aa6e3604b2cb880e7dca137d17a7f67bcb62d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xrx200-zyxel_p-2812hnu-f1-initramfs-kernel.bin"; + sha256 = "7a948307d5d5410ef7f86ddf7001ef2869263e27368558a2ced02ccc5ba311e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + model = "P-2812HNU"; + variant = "F1"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "lantiq/xrx200"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "2cff0469c8043be38686f73a8777da3636cf820dac980aababc84d5ede89f9af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-arcadyan_arv4510pw-initramfs-kernel.bin"; + sha256 = "3faf9c5fa12fe74e7db93ebfe4810534d9e7a83d0cb07725ebee93ad5f97bf73"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + model = "ARV4510PW"; + vendor = "Arcadyan"; + } + { + model = "BeWan iBox v1.0"; + vendor = "Wippies"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "e38855d449ed574187b92fd4e22df2a5f932925c0a104b740b52a14534bcf4d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-arcadyan_arv7506pw11-initramfs-kernel.bin"; + sha256 = "1519dd61afd49efad4d87a217b69db358a27080697348fc844693946cfd6db6a"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + model = "ARV7506PW11"; + vendor = "Arcadyan"; + } + { + model = "IAD 4421"; + vendor = "Alice/O2"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "a5bfef188c63b8238fbb703aed1044d85d7b0ab56f3d4182dbb7e81f31691e9e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-arcadyan_arv7510pw22-initramfs-kernel.bin"; + sha256 = "57a1e410c4b9a2180c959fa3383d610c15c9711ff8be3d5fef4c7ef3180b03b7"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + model = "ARV7510PW22"; + vendor = "Arcadyan"; + } + { + model = "ARV7510PW22"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "404442bafd9e03c481aa9b5cf1d3036b62e31ac77d0abc7f177a371e5faffc14"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-arcadyan_arv7518pw-initramfs-kernel.bin"; + sha256 = "d6bcc03407273e7be4b64e69da5030bf8bbb11d918f9138ebc46efd85b26d98a"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + model = "ARV7518PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7518PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "ec9a1a2fa8bdd9544b1e7465c382e8fc07dcb1ea9797cc9b8e7e11d987043f9e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-arcadyan_arv7519pw-initramfs-kernel.bin"; + sha256 = "43d70753300bb64d5cd00b8fed5e1dc29f2e2a52af2e52378ef3bb4a17f21172"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + model = "ARV7519PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7519PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "464af271e1ba5f0d1249616aff8485b18b2d80f0252c8cdcba8a790a769ad41d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-arcadyan_arv752dpw-initramfs-kernel.bin"; + sha256 = "98bce1cd86ef89766c884d99734249928dc118007ec3790ce2a1e0ef1401ea13"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + model = "ARV752DPW"; + vendor = "Arcadyan"; + } + { + model = "Easybox 802"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "a93b29bf5ea9af317d87f4f38475835c37bcd8195dbd35b7cb999cc94be8dbcd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-arcadyan_arv752dpw22-initramfs-kernel.bin"; + sha256 = "b69fde53fb3a701dd7e762a5c7e222bdbdd4e35e1b61466c63c9d11a1ea92aa4"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + model = "ARV752DPW22"; + vendor = "Arcadyan"; + } + { + model = "Easybox 803"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "42118ea57933ef2da7791f875c8080e05e5aa8641b2ddc3ecbc64730d3e10ac7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-arcadyan_arv8539pw22-initramfs-kernel.bin"; + sha256 = "25024861555a3cc9de7f7047c87d1667d7ffbd334cc510c2f9999ce5202225a8"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + model = "ARV8539PW22"; + vendor = "Arcadyan"; + } + { + model = "Speedport W504V Typ A"; + vendor = "Telekom"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "4abbdc786461b33190d0e002425a9b6f166c509ffc68498634eeffaf8c663d69"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-audiocodes_mp-252-initramfs-kernel.bin"; + sha256 = "49e3cd5a1551e9ee9244614120997ef22d4bdc6c7a16b55ebf0e08e24ccb50d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + model = "MediaPack MP-252"; + vendor = "AudioCodes"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "e6b93031450749a55c5c9a448e01e1f38bba1a6350aa3ddc1ad6ed1c8a39cfe4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-avm_fritz7312-initramfs-kernel.bin"; + sha256 = "9b676d54a34a981ea007458d9f134d051c6473c6a6386f0214545e2fdd641928"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + model = "FRITZ!Box 7312"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "c10cf10783548450a2a4bdbe6318cd1020a2350b2838350631b78d44cdd57986"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-avm_fritz7320-initramfs-kernel.bin"; + sha256 = "c2e6551b3b3d6583b43f015fb5fc1e6b9ff80d6d5961f4bf77aa58618829f276"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + model = "FRITZ!Box 7320"; + vendor = "AVM"; + } + { + model = "HomeServer"; + vendor = "1&1"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "ef69d6fbb4256cced5ed41b066feaf534a15adcb7791e7f7fb7d5996f6025087"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-buffalo_wbmr-hp-g300h-a-initramfs-kernel.bin"; + sha256 = "26c46518a401045560b9a0848b0b8628789bbe0ba85f53522092f12ba42dfc53"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "A"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "d78a3088646dfd394a2a72942105657fc15aa78984368d14a30a9aec319d563b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-buffalo_wbmr-hp-g300h-b-initramfs-kernel.bin"; + sha256 = "26c46518a401045560b9a0848b0b8628789bbe0ba85f53522092f12ba42dfc53"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "B"; + vendor = "Buffalo"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "b967a32fa94f1d69b05f9bbbaf0aaa7853819afe9d7064b7fcadc1f0122193f3"; + type = "factory-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "223f93d8c12cb7125f37b837eaa4fbe0acf486c93513bf1d622b1689fc517749"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "447f290d8f20ed9e21e3fa975830fab88077b3fce43c2925faacd9b089e90835"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "252e7dc6b5c76103711de29a9990dce3e2a390e1918bf5f74873eba1916c994c"; + type = "sysupgrade-na"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-netgear_dgn3500-initramfs-kernel.bin"; + sha256 = "48ca0858386bb0999ef69a3b27120f19dd61a33b710ff55925d72f73c3d54c38"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + model = "DGN3500"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "7c87033048a25d4c87db242b6eb73d47543a05219d960e20c9e79db332b8d898"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "967966ede23c1577f5faad481b1a4a4f14659b030498c185a044b64a5244aeec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-netgear_dgn3500b-initramfs-kernel.bin"; + sha256 = "a87a2669749ec54cb0991e2574a93b780641b2f53e74a21e4370e6acc01af7aa"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + model = "DGN3500B"; + vendor = "NETGEAR"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "24646d85f1c0f15a6051639751fd3a0ca691aa8999bbce74bece5cc6edfb231a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-siemens_gigaset-sx76x-initramfs-kernel.bin"; + sha256 = "69da6594fcea7595180cb761365b0eee29e79a428c4a4ad3fbac4c578c9fe577"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + model = "Gigaset sx76x"; + vendor = "Siemens"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "baf13d72a2a60ff3f62abea94ae932d77d902fc82e3e667eba04dc49e88d0e39"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-zte_h201l-initramfs-kernel.bin"; + sha256 = "17785b6db78e6c6312ae23076f35259ad78a8b8128d30ba303d5bfc4f9bae68c"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + model = "H201L"; + vendor = "ZTE"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "0afd8a243f525e33d950749b77e85ea5fa323243e497d59b093c788b486e64d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-lantiq-xway-zyxel_p-2601hn-initramfs-kernel.bin"; + sha256 = "720283d0717dd0c593b3287b04d81c85fc1a388c8e1bd4f0bee733dd828b94dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + model = "P-2601HN"; + variant = "F1/F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "lantiq/xway"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1021a-iot-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-layerscape-armv7-fsl_ls1021a-iot-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sdcard.img.gz"; + sha256 = "258b4fb44e9f7fae852a3745c4e021cc2d774e2422aadabbfb61c081b023212c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sysupgrade.bin"; + sha256 = "ea52eb27b3283c6e9e7b7e9ed8dfd3e02d7bd30ef41594ecf9ad2096f5eab048"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "LS1021A-IoT"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr = { + device_packages = [ + "layerscape-rcw" + ]; + image_prefix = "openwrt-21.02.3-layerscape-armv7-fsl_ls1021a-twr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv7-fsl_ls1021a-twr-squashfs-firmware.bin"; + sha256 = "c923a4177367e02eb70c06e88e8a7f85bc2743c4beb7ca628cad80dc88b60750"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv7-fsl_ls1021a-twr-squashfs-sysupgrade.bin"; + sha256 = "1cc6951e5171df55b202bb0c635536bc48753da3c8971c94b7e87c32fb186f28"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-layerscape-armv7-fsl_ls1021a-twr-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sdcard.img.gz"; + sha256 = "40132a95787e599ddb9f04a6640ebef35832fdb355b811247c66947e1a466aad"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sysupgrade.bin"; + sha256 = "e60360e25dcb3346ed69dbe2b53f6f7b39255986205f9d4239f4ab8868abd5c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr-sdboot" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "layerscape/armv7"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1012a-frdm = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frdm" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1012a-frdm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-firmware.bin"; + sha256 = "8a167d754269ec9a5581e949fc6a222093bbeeb7e0f88b1c72a40ecc5b07ccf2"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-sysupgrade.bin"; + sha256 = "a19b277c1afa842206aa09f4885794636d2019b9026d9be25cce43aa91288d10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frdm" + ]; + titles = [ + { + model = "FRDM-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-frwy-sdboot = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frwy-sdboot" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-firmware.bin"; + sha256 = "8b52995b6d77df4869815175bab9d4f859439f144f2c0a33efb397cf19a1aa87"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "28741db7aeccc10b348aaf6849cab67f3b951f2b9052d3c9d8cad45599a70732"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "194b68b2dbea6092aa8ef4c8052b16a8c729d609f47eb93ab52b17f89f11a974"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-rdb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-rdb" + "kmod-hwmon-ina2xx" + "kmod-iio-fxas21002c-i2c" + "kmod-iio-fxos8700-i2c" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1012a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-sysupgrade.bin"; + sha256 = "38b77ac0fdeaeddefd5d77850914d1c010fe23d0618333dad86673cd78952a0d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-firmware.bin"; + sha256 = "e4ed1dd5ad062a729b81f686e636ebf398f27c47d01ac51016d95b584e6d8804"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-rdb" + ]; + titles = [ + { + model = "LS1012A-RDB"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1043a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-sysupgrade.bin"; + sha256 = "539444556ae15759e1dc90528cdb34d5a523d9cc5e8d2ac944a95f547bac91ec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-firmware.bin"; + sha256 = "221695ef325268ff32c1aa31ef692fe75d2fb4727d84d4dc565997266e6eab3c"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "6e1aac0af0ec14d9239becfd13e4baf3349e0086f8174f5e36c555e85e45be2f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "5f8807792148e1960db19a38d23a664060af10cd933bd358866e5991f732a0c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy" + ]; + image_prefix = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1046a-frwy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-firmware.bin"; + sha256 = "d628606c16ac7c5228ffc6b7ce48f42a6d8e10e9696a70194b690899b21ead22"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-sysupgrade.bin"; + sha256 = "24032d09d266ab2ad0adcff15cfc9c8d8b8fcc6e1c76816cb4d4f8b03467589c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy-sdboot" + ]; + image_prefix = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "6070ed8170c8c129b0765bd20de36d7074b29eb9497557c53481545d2eab3d56"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "696a75e4f906402235f37030fef4bab65fa8bcabcca9efad6bda4209ffdcb5a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1046a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-firmware.bin"; + sha256 = "18f502615ee71c428d781c0e6819a4c36a72d37f7a20737affc0bd191c550356"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-sysupgrade.bin"; + sha256 = "2e6c2e9a16ae95921a24bdbf27d8ceedba5d08b7922ee8566a8a395cca1aef53"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "76467c46ef4e922fb5ad7f4d056f9c08f48d3d4e84db1a91262fcc4863aa967a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "9edb90d219a4740a3ca9d4e8b26e989c957a8b0480ba522aa26e5944a5243aef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "8188c1aa626d0bdc77e26ba848f6a17881a5dd2087881c70f133abbb46ed4906"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-firmware.bin"; + sha256 = "855a15cf9c766739463052a754ae06645d188b1f281f2c5c37a03ae3ec9c3cdf"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb-sdboot" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "f89b750525f1849584473e93647c18f4187f6fbd142ea1dd050c485699634f62"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "fd552b8a428767596fece5dda8877585c384a237bae14847bd7ba290f3ec8fbe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls2088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls2088a-rdb" + "restool" + "kmod-ahci-qoriq" + ]; + image_prefix = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls2088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-firmware.bin"; + sha256 = "119542aa9dc709321d12de5cdb533f4f10ba9fdbe3d5c7ff2ac535b30d89cb95"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "e3b5ff6cff5b7b519b201a5bf3f0cd163c3abab8283e59e6c44a34555eaf2b8a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls2088a-rdb" + ]; + titles = [ + { + model = "LS2088ARDB"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb" + "restool" + ]; + image_prefix = "openwrt-21.02.3-layerscape-armv8_64b-fsl_lx2160a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-firmware.bin"; + sha256 = "b169e80c71d51757d47e1dc7ecdf1d1f4e2e7c006bfef1af502212ccdf83a1fc"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-sysupgrade.bin"; + sha256 = "52d4e52499c18d6196e39c2fb19d454d2e7ff594079834bc02608e572b0a74de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb-sdboot" + "restool" + ]; + image_prefix = "openwrt-21.02.3-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "4a6857f71aba0f69bd686e4deb68b77db502f44892adfe4ead820f3a31106deb"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "bd6ec6c1e7481478e431c988a17acd63c7debe498f95dca4cda95d6c5deddd08"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb-sdboot" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + traverse_ls1043 = { + device_packages = [ + "layerscape-fman" + "uboot-envtools" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-21.02.3-layerscape-armv8_64b-traverse_ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-traverse_ls1043-ubifs-sysupgrade.bin"; + sha256 = "d30417ea6b6f4b02030ae0c71054e7a7615d082da390e648c5cf156bf2fba807"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-layerscape-armv8_64b-traverse_ls1043-ubifs-root"; + sha256 = "4040c8183fc2140bff644ea5a1f65ef7afe982e2b8dac4b135368e0a8a317a45"; + type = "root"; + } + ]; + supported_devices = [ + "traverse,ls1043s" + "traverse,ls1043v" + ]; + titles = [ + { + model = "LS1043 Boards"; + vendor = "Traverse"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "layerscape/armv8_64b"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-mt7615-firmware" + "kmod-mt7615e" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + bpi_bananapi-r64 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.3-mediatek-mt7622-bpi_bananapi-r64"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mediatek-mt7622-bpi_bananapi-r64-squashfs-sysupgrade.bin"; + sha256 = "c401ddd6b6ec56231104cd616111b19b6ba1c21607fdf02c170aa2180f3c3651"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mediatek-mt7622-bpi_bananapi-r64-initramfs-kernel.bin"; + sha256 = "9f7c436ed4de0afc91cca4c65da589eeca0184058fc3da833f0c2cbd7e8611cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "Banana Pi R64"; + vendor = "Bpi"; + } + ]; + }; + bpi_bananapi-r64-rootdisk = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.3-mediatek-mt7622-bpi_bananapi-r64-rootdisk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mediatek-mt7622-bpi_bananapi-r64-rootdisk-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "7abc49f2aec7f2e1709d1a7a9c4195bf4ff603e8902fa6a116209e95798d93b6"; + type = "sysupgrade-emmc"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mediatek-mt7622-bpi_bananapi-r64-rootdisk-initramfs-kernel.bin"; + sha256 = "12592394290ff2a08bba28143cb26f20daab97054d35bcb2749a9f51c802bd84"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "Banana Pi R64 (rootdisk)"; + vendor = "Bpi"; + } + ]; + }; + elecom_wrc-2533gent = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-btmtkuart" + "swconfig" + ]; + image_prefix = "openwrt-21.02.3-mediatek-mt7622-elecom_wrc-2533gent"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mediatek-mt7622-elecom_wrc-2533gent-squashfs-sysupgrade.bin"; + sha256 = "5356802e80f5495ef9b11b11c0a0cf15d4e2527fbe4e43d27c3d71f7983db131"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mediatek-mt7622-elecom_wrc-2533gent-initramfs-kernel.bin"; + sha256 = "d6d031fb874391e387b758ea9cbb694e46d04f486dbf42833ed192d3f9cc0fd5"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gent" + ]; + titles = [ + { + model = "WRC-2533GENT"; + vendor = "Elecom"; + } + ]; + }; + mediatek_mt7622-rfb1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.3-mediatek-mt7622-mediatek_mt7622-rfb1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mediatek-mt7622-mediatek_mt7622-rfb1-initramfs-kernel.bin"; + sha256 = "6221386bb7a80bad6c3e5d3d0452e242719cff9b358aab579aa09c30a0302259"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mediatek-mt7622-mediatek_mt7622-rfb1-squashfs-sysupgrade.bin"; + sha256 = "07f0fbaeb1e87658a1f4c33c5749842cf2834216073f36c0f1a51fa61dc4ae17"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7622-ubi = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.3-mediatek-mt7622-mediatek_mt7622-ubi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mediatek-mt7622-mediatek_mt7622-ubi-initramfs-kernel.bin"; + sha256 = "132c2f04b919611f82f7a7054f57769e9ea6c389166e4d01a41b0aeed0f64779"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mediatek-mt7622-mediatek_mt7622-ubi-squashfs-factory.bin"; + sha256 = "b40084312a59a5847faf3e47a25a6867515b4548fea2b9aa48bdecf59454a58b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mediatek-mt7622-mediatek_mt7622-ubi-squashfs-sysupgrade.bin"; + sha256 = "c16822cafc2b30b6bede7069e799948e4ac60cd3bb844effdb1c953c544f1630"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7622-ubi" + ]; + titles = [ + { + model = "MTK7622 AP (UBI)"; + vendor = "MediaTek"; + } + ]; + }; + ubnt_unifi-6-lr = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.3-mediatek-mt7622-ubnt_unifi-6-lr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mediatek-mt7622-ubnt_unifi-6-lr-initramfs-kernel.bin"; + sha256 = "40eb34d21efc6c367a5d3981e7c179d205cf8cbfb52a20e79993d4e52956c4aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mediatek-mt7622-ubnt_unifi-6-lr-squashfs-sysupgrade.bin"; + sha256 = "6b137ad51c365369d034d0d60d500beffa146310d83f2ab6b208ee817a1be55f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr" + ]; + titles = [ + { + model = "UniFi 6 LR"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "mediatek/mt7622"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + bpi_bananapi-r2 = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.3-mediatek-mt7623-bpi_bananapi-r2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mediatek-mt7623-bpi_bananapi-r2-squashfs-img.gz"; + sha256 = "e37bda00fddabbb70390078dc3b48f2d3d965b4c987957b612bafd45528cabb0"; + type = "img"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mediatek-mt7623-bpi_bananapi-r2-initramfs-kernel.bin"; + sha256 = "48e3eeea7a679469406f5982afd7498be2e9f1f5e5b848800367d8f6256801ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r2" + ]; + titles = [ + { + model = "Banana Pi R2"; + vendor = "Bpi"; + } + ]; + }; + unielec_u7623-02-emmc-512m-legacy = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.3-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "75e775c63eaf8786ea33468e14817fbd63755b2356729efa705e7056c88cc6e9"; + type = "sysupgrade-emmc"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-initramfs-kernel.bin"; + sha256 = "b255017688c4d0956e0603463a8b3a486dde9d7bc9eff8a5f654197f5184ff8c"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + variant = "eMMC/512MiB RAM (legacy image)"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7623-emmc = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.3-mediatek-mt7623-unielec_u7623-emmc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mediatek-mt7623-unielec_u7623-emmc-initramfs-kernel.bin"; + sha256 = "7af1c198f98724b80b47e4423dd2b75b63dcea296da67d4afd26c89de0fa364e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mediatek-mt7623-unielec_u7623-emmc-squashfs-img.gz"; + sha256 = "8beb71470d9af4e7799074ea437c36964813d48d4fef41cf1e76cb1921f7f858"; + type = "img"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623"; + variant = "eMMC"; + vendor = "UniElec"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "mediatek/mt7623"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + mt7629 = { + arch_packages = "arm_cortex-a7"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + mediatek_mt7629-rfb = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-21.02.3-mediatek-mt7629-mediatek_mt7629-rfb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mediatek-mt7629-mediatek_mt7629-rfb-initramfs-kernel.bin"; + sha256 = "0c7f1633ca8b541a2b958b4310d48dcb23acd47203fac8b768acc6a0191b871e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mediatek-mt7629-mediatek_mt7629-rfb-squashfs-sysupgrade.bin"; + sha256 = "8572d48fca04265819c2e2c8a65fd66c3672ceb41527ee2c3ffae90c7ea254aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7629-rfb" + ]; + titles = [ + { + model = "MT7629 rfb AP"; + vendor = "MediaTek"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "mediatek/mt7629"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + mpc85xx = { + p1010 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + sophos_red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mpc85xx-p1010-sophos_red-15w-rev1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mpc85xx-p1010-sophos_red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "809026c89adf35ea7531e7cbf492e9487fa9a1b3490864086a865d33bcfe4d79"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mpc85xx-p1010-sophos_red-15w-rev1-initramfs-kernel.bin"; + sha256 = "6340c1bf95b43ddb5ffc11069163164fab8dd6750844c74ce11ce49cbf6536a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + model = "RED 15w"; + variant = "Rev.1"; + vendor = "Sophos"; + } + ]; + }; + tplink_tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mpc85xx-p1010-tplink_tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "a2c14e6e6da670f748ea99c45174710b351286fbca2f9f0cac3a4a7e4dd0e2a1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "711fe76432b0c481fec886f5ec94eb7ff1358eaab04abebfa2711359581aec65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v1" + "tl-wdr4900-v1" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "mpc85xx/p1010"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aerohive_hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.3-mpc85xx-p1020-aerohive_hiveap-330"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mpc85xx-p1020-aerohive_hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "7b34f193724056a3f4e3f253ab62030c24d4e2ea5120855a23acb50270533257"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mpc85xx-p1020-aerohive_hiveap-330-squashfs-fdt.bin"; + sha256 = "65c6edce3077727395753574f92dbf4bd8dda8142b0459200000b714189aaac1"; + type = "fdt"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin"; + sha256 = "f6edac34b09d04ae527b3a89da5dc25fa710dcf1a234de668d3182a5b818a291"; + type = "kernel"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + model = "HiveAP-330"; + vendor = "Aerohive"; + } + ]; + }; + enterasys_ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mpc85xx-p1020-enterasys_ws-ap3710i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "a974db30f0a321f8cad39de68c43a572dd09dd0dc32bf29a82c80a6e6ac8b8b6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mpc85xx-p1020-enterasys_ws-ap3710i-initramfs-kernel.bin"; + sha256 = "409e48e50e6580b68ce197d5819b65d17542e3efca955f05c8850ff0325a98f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + model = "WS-AP3710i"; + vendor = "Enterasys"; + } + ]; + }; + ocedo_panda = { + device_packages = [ + "kmod-rtc-ds1307" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-mpc85xx-p1020-ocedo_panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mpc85xx-p1020-ocedo_panda-squashfs-sysupgrade.bin"; + sha256 = "ade465c6ff3e140d0a560f54fdd627fff3cb518977854a02b121d478b3b18411"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mpc85xx-p1020-ocedo_panda-squashfs-fdt.bin"; + sha256 = "e31ead96b076b205707a55a6b96abc809ec7349408e1088dcaeed031c9ec45df"; + type = "fdt"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mpc85xx-p1020-ocedo_panda-initramfs-kernel.bin"; + sha256 = "35078bf10d6b6b2610ab1c15185d0ecaa537be5012b79ee320327af945f2114c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + model = "Panda"; + vendor = "OCEDO"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "mpc85xx/p1020"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + freescale_p2020rdb = { + device_packages = [ + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.3-mpc85xx-p2020-freescale_p2020rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mpc85xx-p2020-freescale_p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "a736a9089a2a752db45285901b9ecc4965a54c84f7078c96c5022d5592ea14b3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mpc85xx-p2020-freescale_p2020rdb-initramfs-kernel.bin"; + sha256 = "683ddb41952b3a7c4e2bef7d91fab4af7d0e545982463e56e47c0488f7123722"; + type = "kernel"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + model = "P2020RDB"; + vendor = "Freescale"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "mpc85xx/p2020"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + glinet_gl-mv1000 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa53-glinet_gl-mv1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa53-glinet_gl-mv1000-squashfs-sdcard.img.gz"; + sha256 = "5fcbbaf36b5487f4808c46bd2735caaf5b8c7f14d99943473bcb4b5fcc413618"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-mvebu-cortexa53-glinet_gl-mv1000-ext4-sdcard.img.gz"; + sha256 = "e414940ed9942d1984b587b0322aa36845072c2f258d1ac6dfbc8002b7de3b3d"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa53-glinet_gl-mv1000-initramfs-kernel.bin"; + sha256 = "05c43553d7bdf3856276ea4d7473b61882b62bfbecb8db6798eb55ca60b4551c"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mv1000" + ]; + titles = [ + { + model = "GL-MV1000"; + vendor = "GL.iNet"; + } + ]; + }; + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "c174f9cf70b06e9d3dd67001e60eae54600afa7fa022d336922390d090c260ed"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "6a73e8d02e3babd5688e1faecdc9c02c0b2c8a50d3647f6760161fe59bc04f02"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-initramfs-kernel.bin"; + sha256 = "05c43553d7bdf3856276ea4d7473b61882b62bfbecb8db6798eb55ca60b4551c"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "351eb5c801664c76baf8a1bd9a8072b1f65be4d628d8c4c7fadaee51284a8900"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "3670cc1b24cab862dde9671ba9fa0b5acddf0d526cf0f9fd19618d5534b1c524"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-emmc-initramfs-kernel.bin"; + sha256 = "05c43553d7bdf3856276ea4d7473b61882b62bfbecb8db6798eb55ca60b4551c"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-ultra = { + device_packages = [ + "kmod-i2c-pxa" + "kmod-rtc-pcf8563" + ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-ultra"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-ultra-ext4-sdcard.img.gz"; + sha256 = "be8b4c21fd4d968535c90f51980cbc6e4186c0a30d6c99fbef7cdc8df176a8ba"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz"; + sha256 = "e14f1c0c02b4a6e113e152ce8fefa1faed4da2d1721057481f87b390ede8deb4"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-ultra-initramfs-kernel.bin"; + sha256 = "05c43553d7bdf3856276ea4d7473b61882b62bfbecb8db6798eb55ca60b4551c"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-ultra" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Ultra"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "a3dcfffd4f112cf64b0940bc636eb075f6b59d62781fca6e4f8b5e189ffcc374"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "0bc41870043184f1bbc0cf8e785136bffbbc1038466c67e7f27e6430cdbb4e4e"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-v7-initramfs-kernel.bin"; + sha256 = "05c43553d7bdf3856276ea4d7473b61882b62bfbecb8db6798eb55ca60b4551c"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "551cdc352698b32bf33416f7e19dd465c1d115a359142236881a707ee110ef97"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "23caefb09afdd8095f19269992dac1eb5afcf60141db26fb7893bb09b6f0dc40"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa53-globalscale_espressobin-v7-emmc-initramfs-kernel.bin"; + sha256 = "05c43553d7bdf3856276ea4d7473b61882b62bfbecb8db6798eb55ca60b4551c"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "cae557ca822337904ed3417441da3d03ce6d3a1f3cdeb4b3af6a6bea8689cead"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "088279dc85c391bfd5c8718c19375ba9fcb4127881bf4d235f86c7e7b1941509"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa53-marvell_armada-3720-db-initramfs-kernel.bin"; + sha256 = "05c43553d7bdf3856276ea4d7473b61882b62bfbecb8db6798eb55ca60b4551c"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + model = "Armada 3720 Development Board (DB-88F3720-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + methode_udpu = { + device_packages = [ + "f2fs-tools" + "fdisk" + "kmod-i2c-pxa" + "kmod-hwmon-lm75" + ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa53-methode_udpu"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-mvebu-cortexa53-methode_udpu-firmware.tgz"; + sha256 = "dec2e120db5069980161dec05a0641ce35d854709300b277974ff11e06814c14"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa53-methode_udpu-initramfs.itb"; + sha256 = "fd15739a18bea8e7d3b439c54ea4c0bea72413561d19cf7a23799a05981fca31"; + type = "kernel"; + } + ]; + supported_devices = [ + "methode,udpu" + ]; + titles = [ + { + model = "micro-DPU (uDPU)"; + vendor = "Methode"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "mvebu/cortexa53"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + iei_puzzle-m901 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa72-iei_puzzle-m901"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa72-iei_puzzle-m901-squashfs-sdcard.img.gz"; + sha256 = "4e4cd708696ee116b6489427bd79ecb2627311ad939accfafbce8c2445cc9b30"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-mvebu-cortexa72-iei_puzzle-m901-ext4-sdcard.img.gz"; + sha256 = "9c46d2ef8b824399bbd2928657b8a1e984c8aa1b73bb5465f0caa7637382a0e5"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa72-iei_puzzle-m901-initramfs-kernel.bin"; + sha256 = "31bc8ef8013db612445a53de9dd5d6467b708c77beea3586e4179319d15816f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "iei,puzzle-m901" + ]; + titles = [ + { + model = "Puzzle-M901"; + vendor = "iEi"; + } + ]; + }; + iei_puzzle-m902 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa72-iei_puzzle-m902"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa72-iei_puzzle-m902-squashfs-sdcard.img.gz"; + sha256 = "45377b6c2fecc173df5b69fd683cf382cddb93d858f0b360b514e6145d122468"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-mvebu-cortexa72-iei_puzzle-m902-ext4-sdcard.img.gz"; + sha256 = "364158ef82ff6b7673b5f76ae9c9f3ba1c452ee24fa7b959262724a3a5fb4697"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa72-iei_puzzle-m902-initramfs-kernel.bin"; + sha256 = "31bc8ef8013db612445a53de9dd5d6467b708c77beea3586e4179319d15816f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "iei,puzzle-m902" + ]; + titles = [ + { + model = "Puzzle-M902"; + vendor = "iEi"; + } + ]; + }; + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "0302dc3f39a8e03f652cb76091f24a27e46a74dfc1ee884012cdb530ddf5b6e3"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "e145051e1c0b25a299fde0caaf09d619bcf05aa7d75ad864fd74320579f57a68"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa72-marvell_armada7040-db-initramfs-kernel.bin"; + sha256 = "31bc8ef8013db612445a53de9dd5d6467b708c77beea3586e4179319d15816f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + model = "Armada 7040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "9b8645872f26218d19e11c8e115ed56774483d89c41749dfad5871844ae1f442"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "5cbe701ec27c3717a7b7231769efed5df28171abad23daf04ce208b26403848f"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa72-marvell_armada8040-db-initramfs-kernel.bin"; + sha256 = "31bc8ef8013db612445a53de9dd5d6467b708c77beea3586e4179319d15816f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + model = "Armada 8040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_macchiatobin-doubleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa72-marvell_macchiatobin-doubleshot"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-mvebu-cortexa72-marvell_macchiatobin-doubleshot-ext4-sdcard.img.gz"; + sha256 = "c8a293d4a8611c370a81c4058ee1014c5500c2110f897e2bf3e73fb11274ee96"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa72-marvell_macchiatobin-doubleshot-squashfs-sdcard.img.gz"; + sha256 = "f21538b538220d355de306b009ba865524db8654a13da71f6e273b8be4d8dfcb"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa72-marvell_macchiatobin-doubleshot-initramfs-kernel.bin"; + sha256 = "31bc8ef8013db612445a53de9dd5d6467b708c77beea3586e4179319d15816f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-doubleshot" + "marvell,armada8040-mcbin" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + ]; + }; + marvell_macchiatobin-singleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa72-marvell_macchiatobin-singleshot"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-mvebu-cortexa72-marvell_macchiatobin-singleshot-ext4-sdcard.img.gz"; + sha256 = "bb5faa4c4d6a0e565d3050fe50e11ccaa9dd32befc8768e90c8cc7cef246f4db"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa72-marvell_macchiatobin-singleshot-squashfs-sdcard.img.gz"; + sha256 = "0eb2c76b7f7c39ec350a4d30daa5f83f4020c9daf358125a989b455ceb177863"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa72-marvell_macchiatobin-singleshot-initramfs-kernel.bin"; + sha256 = "31bc8ef8013db612445a53de9dd5d6467b708c77beea3586e4179319d15816f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-singleshot" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "mvebu/cortexa72"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + buffalo_ls421de = { + device_packages = [ + "kmod-rtc-rs5c372a" + "kmod-hwmon-gpiofan" + "kmod-hwmon-drivetemp" + "kmod-usb3" + "kmod-linkstation-poweroff" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-mod" + "kmod-fs-xfs" + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-buffalo_ls421de"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-buffalo_ls421de-squashfs-sysupgrade.bin"; + sha256 = "95f84e6f70f6f098d37f37ea54aaf93561ae07f478ec59e28b048a7958c5f2dd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-buffalo_ls421de-initramfs-kernel.bin"; + sha256 = "d2b6ace28aafada497ea3de565f9de43eefb9aa78877d4e50e3fafabb202df06"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,ls421de" + ]; + titles = [ + { + model = "LinkStation LS421DE"; + vendor = "Buffalo"; + } + ]; + }; + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic-wolfssl" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-mux-pca954x" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "3d92f50effa901e12282aecfe08ed68b86d72232f4f5fbd1795bf7bb38abca53"; + type = "openwrt-21"; + } + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-21.02.3-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "eea3f455e4606069f5bdd15f2f929590026808cb7a31992c9c75edf22384c790"; + type = "omnia-medkit-openwrt-21"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-cznic_turris-omnia-initramfs-kernel.bin"; + sha256 = "ddbbb2ab70dd1e4019d2516fd1478de6233d19cb9b16383da9640a073111a5af"; + type = "kernel"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + model = "Turris Omnia"; + vendor = "CZ.NIC"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "ccdcdab113d4d96771b6b382fb92b9a2c722a82c624df2afa99d459fb0c16f5c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-globalscale_mirabox-initramfs-kernel.bin"; + sha256 = "6cdcf5ac9854ec1552948d1c62398cbe7d4351749e3f9fea9a013a521bb5b752"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + model = "Mirabox"; + vendor = "Globalscale"; + } + ]; + }; + kobol_helios4 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-kobol_helios4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-kobol_helios4-squashfs-sdcard.img.gz"; + sha256 = "1d35421e97163fa0c285f1a80a97b91e3768679ba2dc226b9c08855e86deb2dd"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-kobol_helios4-initramfs-kernel.bin"; + sha256 = "b95469a24b9ba3c4e6f7792f6b8f5d47b39989c8ad96e9b39c0d31a9f4cafb66"; + type = "kernel"; + } + ]; + supported_devices = [ + "kobol,helios4" + ]; + titles = [ + { + model = "Helios4"; + vendor = "Kobol"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "3ab35b122a8f72c47c88dd2ea228425d8d9ad88ca235c414d24124ef23287cc4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "6dcb774fe889f0290cde84e7b521fa97f867bf30c6aba7a0ca5449f91910559c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt1200ac-initramfs-kernel.bin"; + sha256 = "56173cd3ae2ec48f750d49d33342a9c5ed52f60b5f55637057870dcea4ef5dee"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt1200ac" + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + model = "WRT1200AC"; + vendor = "Linksys"; + } + { + model = "Caiman"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v1 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt1900ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-factory.img"; + sha256 = "06b769efd996937b9904702681acc7d4d84569282c15f9673445e23a7547e91d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-sysupgrade.bin"; + sha256 = "0e943aa360ec9f1a187901b0951cb794ea2e19182c2e5f28e8635d8842938828"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt1900ac-v1-initramfs-kernel.bin"; + sha256 = "8ce34e5cc55c83e7ad8b0ce5029f9a92db20c7190583e78d00a91baeb634a582"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v1" + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "Mamba"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v2 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt1900ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-factory.img"; + sha256 = "b364982d0ca9ecde34ca2497eed825c7acd2158b68392bea4ed4d9f59eb153ae"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-sysupgrade.bin"; + sha256 = "7504a5796d1afeb883dd9384cc1d2a08cd93b4fc69e7101524635bb664f95798"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt1900ac-v2-initramfs-kernel.bin"; + sha256 = "82ae9d85e34becace6d1d3a8a0a53342c0458db2c78213d4d788be7e9a3c1fed"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v2" + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Cobra"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "2aec343d93ee3730c4cf6b5cb6ba11fd8085a9b9d56a5f2096e2dc762758cfe7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "ad4beeacc55bd7f70db31559ebfec10dd0e3ea27e5e3a6a876883bcb3de5fd15"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt1900acs-initramfs-kernel.bin"; + sha256 = "d5acf06e3627e5648695006ee7215aae2144bede4c3d4159ee7e564b96019aff"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt1900acs" + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + model = "WRT1900ACS"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "WRT1900ACS"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Shelby"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "6a47d2a988173e67451a46a98ba25e8d4b4f3354df2c0d2949854cb7abe42f92"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "baaf301ec6b4f46b10e9011a830bedb918c1627b48de7825f14eaa6be7b51b99"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt3200acm-initramfs-kernel.bin"; + sha256 = "93024cd774d001344efed553ca438081bb541a21c70c57c5110e9aaff88fedb0"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt3200acm" + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + model = "WRT3200ACM"; + vendor = "Linksys"; + } + { + model = "Rango"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "95811b3f73c0a06a45c88ad98f6e8be4d7a0e280181c2ac8d407b9454fd10b49"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "18b6456a9d92ce252bf43df70d72aa4307cf6109a2f3009a9b8d1f91468bd6b8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-linksys_wrt32x-initramfs-kernel.bin"; + sha256 = "3c92b3a86a1e71aef79db94089145e34d2125296e697addd9c0d9cf91e1aa1a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt32x" + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + model = "WRT32X"; + vendor = "Linksys"; + } + { + model = "Venom"; + vendor = "Linksys"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "4af39fc322ab0b9a29ba46e1b67ccff1de654d8a8c53aaf9649dcc8be69cac6d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-marvell_a370-db-initramfs-kernel.bin"; + sha256 = "8131409c55fd1e202ef0c7804c3ddc448898ca1cbe3eed3181847bd46563da94"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + model = "Armada 370 Development Board (DB-88F6710-BP-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "12c5c215884e225b2ddd6dd4271a37aae760b294a61d49a9070a901d8482e52c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-marvell_a370-rd-initramfs-kernel.bin"; + sha256 = "adfca3576cf1df3ab4b49d7675e563ea6e07c36a2ad86e448848231331241811"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + model = "Armada 370 RD (RD-88F6710-A1)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "64b928fc8e6f5aec28277314f452c9b5a82a7da1e98a6e47abbf16d6f153d550"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "e3b985b82447503b73e578f87a5994fb0e6e98987c2192f83dc1a4818f7c2253"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-marvell_a385-db-ap-initramfs-kernel.bin"; + sha256 = "9f6ee73634aed9b9727cce89fcc6dfaaa26e87cf4acad800a91d60ba76cbc87f"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + model = "Armada 385 Development Board AP (DB-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "17256b931912dacc0cb86169df1b7929fb0f4379e89726ce53db8a0eb3dd1b33"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-marvell_a388-rd-initramfs-kernel.bin"; + sha256 = "94dc83733162a9e6a342461f1a12061c4dda23210f4eff9a8304fda91dd9616e"; + type = "kernel"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + model = "Armada 388 RD (RD-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "3e9445fec2e8c8608d0886792527e4879dae78a20222d639635b8af8a9211f1a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-marvell_axp-db-initramfs-kernel.bin"; + sha256 = "bc6ea3acface48bbc31b02e61262c025429d4f1f84308cca1462e159be477310"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + model = "Armada XP Development Board (DB-78460-BP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "26e7cb327fc67942ea95d9d955db7bbd0243661656b760e24fc751f0959689b3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-marvell_axp-gp-initramfs-kernel.bin"; + sha256 = "3b93cb0f21e65fc44a914171f0fae1c07430c3becb8d55772218f5c30fe71b78"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + model = "Armada Armada XP GP (DB-MV784MP-GP)"; + vendor = "Marvell"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "f4ea26701118ef97c282e23222c0ffacd81886dab3c5a9d78fcb80041a9c41f9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "ccc6c9b9b193d2557b3cfb53d671ce405e09a5a5c53a2a66525f3c6b3e7cd88c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-plathome_openblocks-ax3-4-initramfs-kernel.bin"; + sha256 = "27e4f32d959a40dbea20a70d16ea6f1c643cf04c5a60780657d83c5987d233b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + model = "OpenBlocks AX3"; + variant = "4 ports"; + vendor = "Plat'Home"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "4e6b8c63d6789c1863079d8644d8617274b267c106522b9c25273644add5e0a5"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-solidrun_clearfog-base-a1-initramfs-kernel.bin"; + sha256 = "b95469a24b9ba3c4e6f7792f6b8f5d47b39989c8ad96e9b39c0d31a9f4cafb66"; + type = "kernel"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + model = "ClearFog Base"; + vendor = "SolidRun"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.3-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "d6301e082cf2a64ae7e4d2e823f250e8a8952ee12cc82a3ad95643e9789fd222"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-mvebu-cortexa9-solidrun_clearfog-pro-a1-initramfs-kernel.bin"; + sha256 = "b95469a24b9ba3c4e6f7792f6b8f5d47b39989c8ad96e9b39c0d31a9f4cafb66"; + type = "kernel"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + model = "ClearFog Pro"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "mvebu/cortexa9"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-octeon-generic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-octeon-generic-initramfs-kernel.bin"; + sha256 = "5eb8ef39af9292e621b233d6a8db2ef32a19e85b1c64ae133f1156b16aa57165"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Octeon"; + vendor = "Generic"; + } + ]; + }; + itus_shield-router = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-octeon-itus_shield-router"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-octeon-itus_shield-router-squashfs-sysupgrade.tar"; + sha256 = "736b9794ace426a790fc84e7aa43bce19e60b8807ef52cc39135fe330b0be1e9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-octeon-itus_shield-router-initramfs-kernel.bin"; + sha256 = "91767426770ffd3d4df239a9061727aeabde186cd0ceabca13815a7cd0d16bc6"; + type = "kernel"; + } + ]; + supported_devices = [ + "itus,shield-router" + ]; + titles = [ + { + model = "Shield Router"; + vendor = "Itus Networks"; + } + ]; + }; + ubnt_edgerouter = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-octeon-ubnt_edgerouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-octeon-ubnt_edgerouter-squashfs-sysupgrade.tar"; + sha256 = "137e282a331a7685c7fb2fb857c8becd6c10505c38e71ef2418f7336516a919a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-octeon-ubnt_edgerouter-initramfs-kernel.bin"; + sha256 = "c8a746d8125f5bf1bb5f38fc417121c3ebc901f4cc060c0d65aa14eacfd04bab"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter" + ]; + titles = [ + { + model = "EdgeRouter"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-4 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-21.02.3-octeon-ubnt_edgerouter-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-octeon-ubnt_edgerouter-4-squashfs-sysupgrade.tar"; + sha256 = "4a61d5db04b5d7e2b289b6356d319167e0c6a9c9c50ec39463392cae3661714f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-octeon-ubnt_edgerouter-4-initramfs-kernel.bin"; + sha256 = "063365f36b6019e6166ee4dda0964352db2a308cc1410f2fef0169f4df4c8124"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-4" + ]; + titles = [ + { + model = "EdgeRouter 4"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-lite = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-octeon-ubnt_edgerouter-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-octeon-ubnt_edgerouter-lite-squashfs-sysupgrade.tar"; + sha256 = "ce24a15cf3171655c85c7a10aee2b47d58318dfe2c7196a9e0302b5a3a3de2db"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-octeon-ubnt_edgerouter-lite-initramfs-kernel.bin"; + sha256 = "8fa45b291ab14c65f39b68874a4c6b86903becc0050690390c09a812286f8e22"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-lite" + ]; + titles = [ + { + model = "EdgeRouter Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "octeon/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "4bbf3b0de2c9e66bfa30cefaa7b9b7b3ade7d0279a03e45a72f0eb42624f89de"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "f995bc6ed8a9da14ad92f93e65d1ab2a4c71c686b740727bb1cfc0898dc7b060"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + model = "AM335x BeagleBone Black"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-omap-ti_am335x-evm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "71c4b07627b26d9f0382efe102517289f0e028107e4a7fbc5b5c698f87a5128b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "02ddf9457a69b6af5912307d03164871da525eab4ba7e09af486794f0bddd776"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + model = "AM335x EVM"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-21.02.3-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "18074a71df2d6dab6e37a0d79bf864f2d07a790f573822827ef2942e7f2f773c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "bbd4719d792084d2f243325b55e9f51a945377d5f7b514461d73f730b44dc368"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + model = "OMAP3 TI beagleboard"; + vendor = "BeagleBoard.org"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-21.02.3-omap-ti_omap4-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "58953f50b22d85791f272e63a35190cd1dcb2869f4e117f0d202306bd59f9fec"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "a56a80872551c41603d6380d0ec3acb1ee43bdf47144df339e596ea8a9cb5ca3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + model = "OMAP4 TI pandaboard"; + vendor = "PandaBoard.org"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "omap/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "fdisk" + "fstools" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mtd" + "netifd" + "opkg" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "1bd4448722ca1e6526939e7b606181f6f81d9f7481705eaabc0e6331ba8a35fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "cde79faa8d548f4ae0c38bf98cbfc812ae2c0ca727d6f867843684fa43fd4c05"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "54629615357bb178a470dfc84cc6621440be486bbc125d4dd224c148729154a7"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "eae34330a282f95b814c9709f922899a73b1a1cdd39cf1d9666a1e339fbc7647"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-oxnas-ox820-akitio_mycloud-initramfs-uImage"; + sha256 = "5a5e20eedd87365752e881ab554b5c9ba7f44cfcf02d76ad0bd314db2d41492d"; + type = "kernel"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + model = "MyCloud Mini"; + vendor = "Akitio"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + ]; + image_prefix = "openwrt-21.02.3-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "bc0d7d9781914f68c84626394e59cf09972c341843f622aab72089c33276c7dd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "b231ffaeac2eda470f3e3ffbd0c74ab2fc972888d56a5c717bb30eed9dc8f2eb"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "d9e6c1f78cc258260ae6f6ca0f5f16c9605764b68919203b804377c67c4c1a8a"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "f15f388f01bade991078391a7319fae730a2b0cc7ba295ef67e63eb6145aa710"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-oxnas-ox820-cloudengines_pogoplug-series-3-initramfs-uImage"; + sha256 = "11bb0efc6e898c517b8a58c5b535b669a4846e929ac9b896fc651fe887d0b464"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + model = "PogoPlug Series V3 (without mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "f2429f28e65097c1a3874cf6ee57a42c7751a60982034d0049741e1751ff4f1f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "3faca68284fde7eac993cbee97c5a96a3335cb273f4d7a2b1ed53979f2244869"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "9129fe560e72eb600c8872aa60abe6c146bc1c59a91ec68bb2b8d71a81aff1fe"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "df5fe8fd7a7d98fcd7b33fb6ca191e6213fa8b5bd69f9e54607ec3a36a15f221"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-oxnas-ox820-cloudengines_pogoplugpro-initramfs-uImage"; + sha256 = "4695c6238a5dfe83014adffc9c7e9ac2a1e9b83913d0d79f949b1bec1a0da700"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + model = "PogoPlug Pro (with mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "f19d8a57ba698179ef2b28a5d4a8215ff04e065218ebbca4f0da2d1f6a0607f8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "e06c36a72dcb1ca6f70f6760f52c4cd11f09dc94e833839b69d033d3616c8915"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "b48ce86512502134777ecf2f3944ac12033ea1f02b158d57a291d37581d730d3"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "8633c4930da10331cbc65cf80525960955cc6e205513496825144a2375655cf3"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-oxnas-ox820-mitrastar_stg-212-initramfs-uImage"; + sha256 = "50c7752914986291cdda78d070448febd49aa357e8111556a92f96e9dbca049b"; + type = "kernel"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + model = "STG-212"; + vendor = "MitraStar"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-ata-oxnas-sata" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-21.02.3-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "3d0c7b1f6929d2d1c7db2af21d1598d51a684704b2c69b7d5512863711dfcf9a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "0bdb476b87a66342b7e46a06c8e7dfeb7dccfa5a20452a61f49c68361744ff9d"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "0ff4a1492a5358e56780298469d909762020361bd0b464592a82d437bf505a5c"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.3-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "46fdfc626197214047894530e06f9a1e7e34b8e48ad3097d18fcd7dec7e4d6d5"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-oxnas-ox820-shuttle_kd20-initramfs-uImage"; + sha256 = "6c4e97add32ba403e298e0f316a4796f4fac85eb702151208eb85210b3b3ad97"; + type = "kernel"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + model = "KD20"; + vendor = "Shuttle"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "oxnas/ox820"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + img_creator-ci40 = { + device_packages = [ + "kmod-tpm-i2c-infineon" + "kmod-ca8210" + "wpan-tools" + ]; + image_prefix = "openwrt-21.02.3-pistachio-img_creator-ci40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-pistachio-img_creator-ci40-squashfs-factory.ubi"; + sha256 = "ac90db215e0b88e34b1214c5437a5fa0b7dc21d4da8f1c8a8f734ee35e840723"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-pistachio-img_creator-ci40-squashfs-sysupgrade.tar"; + sha256 = "031668023c258c6b2e60f0e890871a7fa7dddadb5475fe6ba9360b4c0779bb1e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "img,creator-ci40" + ]; + titles = [ + { + model = "Creator Ci40 (VL-62899)"; + vendor = "Imagination Technologies"; + } + { + model = "Marduk board"; + vendor = "Imagination Technologies"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "pistachio/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aigale_ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-aigale_ai-br100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-aigale_ai-br100-squashfs-sysupgrade.bin"; + sha256 = "696cdaa0ff908d0adb4d2ea132d8fecfff8b1b61f945798202ef65a251cd97a8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-aigale_ai-br100-initramfs-kernel.bin"; + sha256 = "1fe6d165f8d21e6a0276bd76560c5cfe40964b32f09e9f2370f10607268dd154"; + type = "kernel"; + } + ]; + supported_devices = [ + "aigale,ai-br100" + "ai-br100" + ]; + titles = [ + { + model = "Ai-BR100"; + vendor = "Aigale"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "c7494ff4ed54ea5ff4b1cffd2565db99b2b5e2f56d4b94003ad56649d32d0c0a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-alfa-network_ac1200rm-initramfs-kernel.bin"; + sha256 = "67930056e87312e499e6e6f60ed97230df28677765f53e1b56641c96cdd55197"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + "ac1200rm" + ]; + titles = [ + { + model = "AC1200RM"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "3a538e4bca2504b9858bb56749f0a336681935f28915d809f4eb19540264e7a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-alfa-network_r36m-e4g-initramfs-kernel.bin"; + sha256 = "3bb352c7e21e418df3d2658abc11aae44162a3ff0c531e8904527d92af33de3a"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + "r36m-e4g" + ]; + titles = [ + { + model = "R36M-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "6d0f25abeaf57eeba4c39b0f59483c3294ae71169ca4a55d0515d6b0923db4a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-alfa-network_tube-e4g-initramfs-kernel.bin"; + sha256 = "7c58938313da991323deabc8de10b34d25a7981f61f8fbf200ad3ae72aaaf792"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + "tube-e4g" + ]; + titles = [ + { + model = "Tube-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-asus_rp-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-asus_rp-n53-squashfs-sysupgrade.bin"; + sha256 = "98fdb8989c6ca85475d3e1d747db8f951571f308bcf9579d2151d7414c43ac9a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-asus_rp-n53-initramfs-kernel.bin"; + sha256 = "fd5f5a2430a3b3b3dc684e7440401f35fdd3adc2e9024eb01965648f354d588e"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rp-n53" + "rp-n53" + ]; + titles = [ + { + model = "RP-N53"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-asus_rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-asus_rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "e35ffe4c0dd6d57fed1f81edbc2c8f0959ab138d4de7397a41ee5dcf68e427d0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-asus_rt-ac51u-initramfs-kernel.bin"; + sha256 = "ee3a3ec81e1749eda957c99dad68a124a2c1bbcd5de067a8bc4b63dd5be49411"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac51u" + "rt-ac51u" + ]; + titles = [ + { + model = "RT-AC51U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac54u = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-asus_rt-ac54u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-asus_rt-ac54u-squashfs-sysupgrade.bin"; + sha256 = "872aa4f7cec7aa2ff1df19d2a4f35e73bdd5748df4dbbb431c730bddb747ce1c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-asus_rt-ac54u-initramfs-kernel.bin"; + sha256 = "3a6c4e63e958a2c69c7c28dad8e4d78e1feca2a306fdedb279d08dc812a3e732"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac54u" + ]; + titles = [ + { + model = "RT-AC54U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-asus_rt-n12p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-asus_rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "3db6964313489c70560cb40919c9719fa9c5ccc67cc2a10726093668114a6050"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-asus_rt-n12p-initramfs-kernel.bin"; + sha256 = "964baf47f69442aef8c92f4da97cc3f9dd4dc3c99b31c87ab65a775f75f090ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n12p" + "rt-n12p" + ]; + titles = [ + { + model = "RT-N11P/RT-N12+/RT-N12Eb1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-asus_rt-n14u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-asus_rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "c40f9581ada2e409d377a51a03b56f2e2b07a5a04b78d4bb66fe067b613f6459"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-asus_rt-n14u-initramfs-kernel.bin"; + sha256 = "3a4908d040b7bc3d710e44747ef0f436b4bf297027ee262ad7b7ac2ffae8da79"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n14u" + "rt-n14u" + ]; + titles = [ + { + model = "RT-N14u"; + vendor = "Asus"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "0616d99425b6d61d07dc67030c4017b30599fc201dd8be23c142ec7240f69008"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-bdcom_wap2100-sk-initramfs-kernel.bin"; + sha256 = "928d8ef32c49c81802f0ea06b6ce6f73b1548ec6f328867c7eb21dcf6f8d96a1"; + type = "kernel"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + model = "WAP2100-SK (ZTE ZXECS EBG3130)"; + vendor = "BDCOM"; + } + ]; + }; + buffalo_whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-buffalo_whr-1166d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-buffalo_whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "fbc3c34c2ac26e16eeddf7174032ddad7a58aa34b8eece17223b9260a39285f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-buffalo_whr-1166d-initramfs-kernel.bin"; + sha256 = "2d222161f20837b804e5a2c95079e23a2ac5117b5b0cae26ba31ef34e957a0bc"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-1166d" + "whr-1166d" + ]; + titles = [ + { + model = "WHR-1166D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-buffalo_whr-300hp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-buffalo_whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "4b5da5ef2692129351e148d16d179e5dbe3bba49d668ae27040231beb3348fd1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-buffalo_whr-300hp2-initramfs-kernel.bin"; + sha256 = "db546460106de396804a95f17ce31b9917c80714669e32f24a9f1b1e96a1fd88"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-300hp2" + "whr-300hp2" + ]; + titles = [ + { + model = "WHR-300HP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-buffalo_whr-600d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-buffalo_whr-600d-squashfs-sysupgrade.bin"; + sha256 = "264d33abc1f4fbfcd607d2c75bc8eefc445024441cdd6c68000a7dd425fbe61a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-buffalo_whr-600d-initramfs-kernel.bin"; + sha256 = "e7b8964f60cb516c23da28d469eaf5da710d98f2185c9177ef3631834eae1340"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-600d" + "whr-600d" + ]; + titles = [ + { + model = "WHR-600D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-buffalo_wmr-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-buffalo_wmr-300-squashfs-sysupgrade.bin"; + sha256 = "432e5d5bf38b85e2f3d88ce8262d1cd5c9ca9972e2a329d26ec1cde1e685e1d9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-buffalo_wmr-300-initramfs-kernel.bin"; + sha256 = "6f9e66e5dc2ffa2e1baa0c71a6c0ad981a140b0d5653dc07f395fb3262a74dfc"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wmr-300" + "wmr-300" + ]; + titles = [ + { + model = "WMR-300"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-comfast_cf-wr800n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-comfast_cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "edd712b7306e91ebc04cbddeb52031d5bbb9963dc5f9f89a998490b16adfa4f0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-comfast_cf-wr800n-initramfs-kernel.bin"; + sha256 = "4806d5d6040775e6fa74dca792b7ba1e11162faeb8e8204c0eb49327733b37ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr800n" + "cf-wr800n" + ]; + titles = [ + { + model = "CF-WR800N"; + vendor = "Comfast"; + } + ]; + }; + dlink_dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-dlink_dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dch-m225-squashfs-factory.bin"; + sha256 = "567b75f7d9a7068a7dbf2f877799786f2f90fe076f21b2ceda5d8c3af9728e05"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dch-m225-squashfs-sysupgrade.bin"; + sha256 = "9403639b512776de829f4326d55e9b324d516b12842fb074ee5d3c2c48f78cd1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dch-m225-initramfs-kernel.bin"; + sha256 = "46126b133269f569be3c6b6b840f864c14eeb0105e525b761ac6c5e2f6a2512d"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dch-m225" + "dch-m225" + ]; + titles = [ + { + model = "DCH-M225"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "7647e998e5bf9ddc5affbfc31dcadfbfa3f81c47376cdb8b3f1442dae3c3bba5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "80984a3171de9af72da18ffe330f654651a1cc08a5153fbc195b68d88d60e979"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dir-510l-initramfs-kernel.bin"; + sha256 = "ea5f27c10c5fe25d20042b1e4aaebc18bdaf2988e2b67af9cc971ee4c765d286"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + model = "DIR-510L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-dlink_dir-810l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dir-810l-squashfs-sysupgrade.bin"; + sha256 = "19e9716c2268ebde3679c45103abfcc4db8833d8dc8095ab71e83e05e1b33b4e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dir-810l-initramfs-kernel.bin"; + sha256 = "7263b7a30ae4b1cfec15f6025a7d903c1196a384e22edcce03ce60764e35dd3c"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-810l" + "dir-810l" + ]; + titles = [ + { + model = "DIR-810L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "ee89809bf6bd3c8dc5d2453d170e3ec46dc1106f83b5b3d3a2fc03d2a7d56f56"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "cc2c5372988a59a9b5ab9e6e895827d8907e7c1842493585310876d2e8623ed3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-116-a1-initramfs-kernel.bin"; + sha256 = "7633b69c02d8bfedccfdd0c3bbf6bef97d41b3f0221b7193fdddcd046231c2ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + model = "DWR-116"; + variant = "A1/A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "5aaef3f2573b9c9a02e97083f529b5f1cc66ef06d178e80a40de74eae62fa4dc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "e1e4da4b572a465a3f51b4753f4545147e56b327090094f38fcd337de4e5741d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-118-a1-initramfs-kernel.bin"; + sha256 = "9e4c9b35f9f03ed135dc416776b6a0611252672653ede4d736cc492d1ee7150f"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "0b1210ce17f619a852eea6cd728847d7a2676ca77bd2c66a078b0270724cd56f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "a516e2b5c79b704220410d2a17bdd285aacdc02319401e4168be08c2edc8b0bc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-118-a2-initramfs-kernel.bin"; + sha256 = "97cf0a6b9596cb044be2b322241c4aa8a7e60dcb44397902ee6bc6d3f34fbe57"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "8605228c8394fc23f7c63795c86b8bb53db81efeb85ab47c70213ea67fa61f84"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "36d800fa562915c50bad11161a1b2ab0f7a7b031d428b3302e8f64589fc2e50f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-921-c1-initramfs-kernel.bin"; + sha256 = "b8e09b18bc0adea82e9c37a34350cfcc8b720c91f1566717cb65195044e1d6e9"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "e7b9a089215cd3031da03d7e6e011f7ab8eb84a9399d2e567ba2756b6a27f509"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "00be356232e9d1d2ccf66cc502bcd27c2eb21d2e9394c1acca8024cae7b37469"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-921-c3-initramfs-kernel.bin"; + sha256 = "b8e09b18bc0adea82e9c37a34350cfcc8b720c91f1566717cb65195044e1d6e9"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "1b2cc1aeb61df69b0025b2f09e37ba67d1f7a2ae480752850ff0d5f04d70b0da"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "690d07f7f8654d9fc28bd7fbd16d7f1f8e9ca9569b235fa367940619233ce136"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-922-e2-initramfs-kernel.bin"; + sha256 = "985f1a66971d6c82e37d490f2b2e46285907d35fda6e15331a22a15ad85d4222"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + model = "DWR-922"; + variant = "E2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-960 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-960"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-960-squashfs-factory.bin"; + sha256 = "2bc8f7ac5111c775913b3e93a98b3fd2eaeafeb710fcdc703205031caa56e933"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-960-squashfs-sysupgrade.bin"; + sha256 = "f7a4866f18da592b226ca44a2fd6de37140cc1ded2edfaa4896987ce2b5cfbb2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-dlink_dwr-960-initramfs-kernel.bin"; + sha256 = "a662e1ecb305ad049d738b139e1a4da4fd4ed0965af75c2b5277b93b1346631f"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-960" + ]; + titles = [ + { + model = "DWR-960"; + vendor = "D-Link"; + } + ]; + }; + dovado_tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-dovado_tiny-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-dovado_tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "d6971c1dffd7d4bf0e575fdc5f4877ef2e86329fcdbb468c508878661e499e9e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-dovado_tiny-ac-initramfs-kernel.bin"; + sha256 = "ceb281b61cfbbbf6479f7bfa6ac1acd623601a1ad8a1e97b0256e4f1c01a4b27"; + type = "kernel"; + } + ]; + supported_devices = [ + "dovado,tiny-ac" + "tiny-ac" + ]; + titles = [ + { + model = "Tiny AC"; + vendor = "Dovado"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "f4280acbef5a82821e4d06935e97f11b9c6e5ae32067dbf899dec568051ea536"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-edimax_br-6478ac-v2-initramfs-kernel.bin"; + sha256 = "a31fdf48587956dfabc51ea3e121ae272411acc17b3882a25298dc81f1e45bbf"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + model = "BR-6478AC"; + variant = "V2"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7476rpc = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-edimax_ew-7476rpc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-edimax_ew-7476rpc-squashfs-sysupgrade.bin"; + sha256 = "cdc48d2b3e7ccb5ac3a34deb176bc62e380e649543be32f7fa61d33303f2baa0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-edimax_ew-7476rpc-initramfs-kernel.bin"; + sha256 = "4f70a46810d11df2c3ba73533b0006c659684a9a9c37e9e723cf5d23c712d88b"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7476rpc" + ]; + titles = [ + { + model = "EW-7476RPC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478ac = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-edimax_ew-7478ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-edimax_ew-7478ac-squashfs-sysupgrade.bin"; + sha256 = "3a2befbbc38846aa20ab2b20e4460f0adac28daba1be8d80e98c0b6295e5b03f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-edimax_ew-7478ac-initramfs-kernel.bin"; + sha256 = "0f413fdc9c0d343f0a996dbc2d551da53c36d70a86afc11e0fffbed72716a572"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478ac" + ]; + titles = [ + { + model = "EW-7478AC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478apc = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-edimax_ew-7478apc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-edimax_ew-7478apc-squashfs-sysupgrade.bin"; + sha256 = "53a69f10986e74366f22f13588b1dc3f783fdbdeb29090ce0debbfa66ef3a514"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-edimax_ew-7478apc-initramfs-kernel.bin"; + sha256 = "1091695403ac2936211686ced14f8e57cbdee65ad86dbcaa2f54731a3aa5dc76"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478apc" + ]; + titles = [ + { + model = "EW-7478APC"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-elecom_wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-elecom_wrh-300cr-squashfs-factory.bin"; + sha256 = "dac0786685921e3a92628222129a63d931c5695aa0c04dec162ebe6843d14410"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-elecom_wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "474d17e19281ff6c9d772427c6c0ffe868527f5e2082f0212e3d921c757c24fd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-elecom_wrh-300cr-initramfs-kernel.bin"; + sha256 = "c1c1c3edc86fc3b35d2337f99d2d6ec3ed6c94d4521add80af386651397be767"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrh-300cr" + "wrh-300cr" + ]; + titles = [ + { + model = "WRH-300CR"; + vendor = "Elecom"; + } + ]; + }; + engenius_esr600 = { + device_packages = [ + "kmod-rt2800-pci" + "kmod-usb-storage" + "kmod-usb-ohci" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-engenius_esr600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-engenius_esr600-squashfs-factory.dlf"; + sha256 = "7e20b7ce0cc310ea46defb85d19e5d13ee91053234829d2f2e1e2d8812841b03"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-engenius_esr600-squashfs-sysupgrade.bin"; + sha256 = "fba8a247982f2f0e8b3226bce8ddb39fbfc2188c5c64056acdefb66611a4e812"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-engenius_esr600-initramfs-kernel.bin"; + sha256 = "0f5a29f40dc82c050ed5c6b7b9d67359cc3c948d35d993cb131b14840550e028"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,esr600" + ]; + titles = [ + { + model = "ESR600"; + vendor = "EnGenius"; + } + ]; + }; + fon_fon2601 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-fon_fon2601"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-fon_fon2601-squashfs-sysupgrade.bin"; + sha256 = "620349f8fa39a9a2ba6db6606b22dd4de1f3ad9e3a961dc07f61e2c3a7aba7db"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-fon_fon2601-initramfs-kernel.bin"; + sha256 = "c337f56f5052af32dbd3ac332c0c2b8e98f4a85f9e8284566095318406ecb242"; + type = "kernel"; + } + ]; + supported_devices = [ + "fon,fon2601" + ]; + titles = [ + { + model = "FON2601"; + vendor = "Fon"; + } + ]; + }; + glinet_gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-glinet_gl-mt300a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "797e8e4e4b5646d7ab4a9b2b902c4daf86c8a374be4103bd651e8a123ae39a24"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-glinet_gl-mt300a-initramfs-kernel.bin"; + sha256 = "8c27ec7f4d3f0cbe6528c1821c9a9bc50b63927e9cb593bb63df74109cbcd3ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300a" + "gl-mt300a" + ]; + titles = [ + { + model = "GL-MT300A"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-glinet_gl-mt300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-glinet_gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "43e2a4f662490085a8b044a6386a37cf7f196f9ed7db7df435696ef9541fb759"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-glinet_gl-mt300n-initramfs-kernel.bin"; + sha256 = "958b692ee0a3eb8e4a873c96a4ef66895213030affac1818f9ae3168f72c15f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n" + "gl-mt300n" + ]; + titles = [ + { + model = "GL-MT300N"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-glinet_gl-mt750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "c7c0001c6ddce1ebad094468fbec3d930eda7709818316abfb04f164765162a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-glinet_gl-mt750-initramfs-kernel.bin"; + sha256 = "00fbaa7939cc390183366c8afb7051f918c734e9fbceca9fd042e349fd6dd224"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt750" + "gl-mt750" + ]; + titles = [ + { + model = "GL-MT750"; + vendor = "GL.iNet"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "20f7579a696c64da19fd7820c2676604ec5be02fdfcdbb36bc45028ffaa8416b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-head-weblink_hdrm200-initramfs-kernel.bin"; + sha256 = "1ad29b80e2ffa06fc0916f231f8998f9487ca9bf19c05aafa31532b51d77f24b"; + type = "kernel"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + model = "HDRM2000"; + vendor = "Head Weblink"; + } + ]; + }; + hiwifi_hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-hiwifi_hc5661"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"; + sha256 = "bc4da223ce0845fd396a8f6a1bb56470c5b7dd015a03f5a5175bd23073279a0c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-hiwifi_hc5661-initramfs-kernel.bin"; + sha256 = "25e774d6f5b03e32b1edd11743fd170d7cf2bf010c625cfa6061a485f93940ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5661" + "hc5661" + ]; + titles = [ + { + model = "HC5661"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-hiwifi_hc5761"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"; + sha256 = "3b65a3c5ee0559605f4747bf16bdb3e6952cfc6305bd932982cb2c7a7f8f818e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-hiwifi_hc5761-initramfs-kernel.bin"; + sha256 = "62e65843e9e5098b66965d3e9aab55e70fa9488e18ceea65bfb2ab238bd6457b"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5761" + "hc5761" + ]; + titles = [ + { + model = "HC5761"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-hiwifi_hc5861"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"; + sha256 = "573d3544f799134d10441e974ff3ef4af18fc22b50f93540565e23dfba67eb86"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-hiwifi_hc5861-initramfs-kernel.bin"; + sha256 = "5802449f869d5a2fd62450243806847d1605ec3284976e5be3cb4855691d1050"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861" + "hc5861" + ]; + titles = [ + { + model = "HC5861"; + vendor = "HiWiFi"; + } + ]; + }; + hnet_c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-hnet_c108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-hnet_c108-squashfs-sysupgrade.bin"; + sha256 = "ae7fecfffeeb30f805c8a1b2b3928692865e507adf82be7b78cb4d552190d441"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-hnet_c108-initramfs-kernel.bin"; + sha256 = "9dfbe88846f0df71d12100f522d5bbde0fa70e5538b5cba0d377d707d58af352"; + type = "kernel"; + } + ]; + supported_devices = [ + "hnet,c108" + "c108" + ]; + titles = [ + { + model = "C108"; + vendor = "HNET"; + } + ]; + }; + hootoo_ht-tm05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-hootoo_ht-tm05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-hootoo_ht-tm05-squashfs-rootfs.bin"; + sha256 = "4442ca311f0b69c6935c4bf1120f06d2237cdccfe3352edb03980429119fb1e4"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-hootoo_ht-tm05-squashfs-sysupgrade.bin"; + sha256 = "c164cc2659840b06611d6c712ed01af25c8f67f3f156413c789713550e274bf4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-hootoo_ht-tm05-squashfs-kernel.bin"; + sha256 = "dac155956c24d04e9aaff4f3dfb8fdb5f573432cff887cdca16f38f4d6511f43"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-hootoo_ht-tm05-initramfs-kernel.bin"; + sha256 = "7d65157e095392e188dbc1acbdf0893a6e9c419fcd207129d86595e3f5a4ab78"; + type = "kernel"; + } + ]; + supported_devices = [ + "hootoo,ht-tm05" + ]; + titles = [ + { + model = "HT-TM05"; + vendor = "HooToo"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "3f712919cf34c9737f257ddf40d37d33a26da1a520c498f983768f99d0ba7b76"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "0a4ad6450b05b7297bb54f520a94a6f49808b86841f139b394b5217bf6328858"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-iodata_wn-ac1167gr-initramfs-kernel.bin"; + sha256 = "446dd9b0b611efafa0af70f1a3aac6c98a9413affaa1f0a813ed560167de021b"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + model = "WN-AC1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "cc77276c2171be77c1c9282e1b4e940a7f480a372ede0715228cab0c73b8b2b9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "7d37c58dd99e1755fac6ea837ff91f06df002773edb0abf1898ac4bef68f5862"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-iodata_wn-ac733gr3-initramfs-kernel.bin"; + sha256 = "80aaae41b7d2a930e855e3b6c2c4a97c3bccdd9c60d4d2bc1f55f4eec9e30329"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + model = "WN-AC733GR3"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a1004ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-iptime_a1004ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-iptime_a1004ns-squashfs-sysupgrade.bin"; + sha256 = "0cffff652e90b6d1a5f6ad579bbeba94c0aba1aba7493c7a6bcdb74247f189f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-iptime_a1004ns-initramfs-kernel.bin"; + sha256 = "d5540c39c7c8a542d51c72954e7a31bb85d0af053ba6c70bbfee824aac548005"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a1004ns" + ]; + titles = [ + { + model = "A1004ns"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a104ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-iptime_a104ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-iptime_a104ns-squashfs-sysupgrade.bin"; + sha256 = "5b3e9a121614013f534bf1aa6b52555b85f35ed1c1253b8c795a2f9af23e6123"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-iptime_a104ns-initramfs-kernel.bin"; + sha256 = "f548d9aa0b182b3bc41188a9fe709bd133b9f3d32305702b59234b89f1d8624c"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a104ns" + ]; + titles = [ + { + model = "A104ns"; + vendor = "ipTIME"; + } + ]; + }; + kimax_u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-kimax_u25awf-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-kimax_u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "23bf9d04eb5be1c151dd574aa21a2384e6bd0d11c7c4ad64dfdc0b963be2ba6e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-kimax_u25awf-h1-initramfs-kernel.bin"; + sha256 = "9f8bfacb3fd7f4a3bdf9f121fef56ce1c4c55f1f67c214fea35361cfa0862694"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u25awf-h1" + "u25awf-h1" + ]; + titles = [ + { + model = "U25AWF"; + variant = "H1"; + vendor = "Kimax"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "1266b3ac665891b1c12e108c481e5ad7c658a38cf6abb3af5f90ad07a9c4df12"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-kimax_u35wf-initramfs-kernel.bin"; + sha256 = "003a959633eb5cca986524a363938bf591f75caed43c98d88bc5778d6cd2af0a"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + model = "U35WF"; + vendor = "Kimax"; + } + ]; + }; + kingston_mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-kingston_mlw221"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-kingston_mlw221-squashfs-sysupgrade.bin"; + sha256 = "047c944b463da5a4b1db199b0f7def395338892b66afc502428650f26fd5d5a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-kingston_mlw221-initramfs-kernel.bin"; + sha256 = "f0f358aacfefb954eebd03418a5082952e2ea8e6a8902fecc73397919ce4aa4a"; + type = "kernel"; + } + ]; + supported_devices = [ + "kingston,mlw221" + "mlw221" + ]; + titles = [ + { + model = "MLW221"; + vendor = "Kingston"; + } + ]; + }; + kingston_mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-kingston_mlwg2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-kingston_mlwg2-squashfs-sysupgrade.bin"; + sha256 = "bbe4503e3d4d7ab8bbcf63fa95357d0ab447c386e20f8a282d92b9a5380c495e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-kingston_mlwg2-initramfs-kernel.bin"; + sha256 = "5f32661567ca798b114ff192122093d3f80ce23d42dada29981f42a75c7002e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "kingston,mlwg2" + "mlwg2" + ]; + titles = [ + { + model = "MLWG2"; + vendor = "Kingston"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "efe6a8f6744555d535c89e020dc827afd5d8f64d2702fb5335a20bf87b22df03"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "ad688535be13a853e1c14acf89925a77e06bd5bc9f3f8b98cbec7d5712492765"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-lava_lr-25g001-initramfs-kernel.bin"; + sha256 = "acbb99e27fe3e30e4318e38a4d218e449df68f3b91464c5741e7253f38a1303c"; + type = "kernel"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + model = "LR-25G001"; + vendor = "LAVA"; + } + ]; + }; + lb-link_bl-w1200 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-lb-link_bl-w1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-lb-link_bl-w1200-squashfs-sysupgrade.bin"; + sha256 = "7990b11f69e86c42386d02a0334dcc583909b9e4f652d4b7349a03a65f6f0a0f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-lb-link_bl-w1200-initramfs-kernel.bin"; + sha256 = "953d9afdc26991e5b024f9489e6d7770633893ec298f4d9aec87759ef5c811f0"; + type = "kernel"; + } + ]; + supported_devices = [ + "lb-link,bl-w1200" + ]; + titles = [ + { + model = "BL-W1200"; + vendor = "LB-Link"; + } + ]; + }; + lenovo_newifi-y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-lenovo_newifi-y1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"; + sha256 = "28a7ba6f86f4bcf10a8b4df5d4d201f31edcfafeb303c4cdeb3c416114ae7d52"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-lenovo_newifi-y1-initramfs-kernel.bin"; + sha256 = "5ac4758b4a162aed939ac1ce1adb048ee61990583fc384314d069ee18589a348"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1" + "y1" + ]; + titles = [ + { + model = "Y1"; + vendor = "Lenovo"; + } + ]; + }; + lenovo_newifi-y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-lenovo_newifi-y1s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"; + sha256 = "635cfa827f7daa8a0e98737f3ae9e1b7e17260857f9bdc38e4431ca3e83dd081"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-lenovo_newifi-y1s-initramfs-kernel.bin"; + sha256 = "ef84b6ff74f176dd19a96a1bd0d74bfe23e60bc8edaa3d09567abfb676fd5248"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1s" + "y1s" + ]; + titles = [ + { + model = "Y1S"; + vendor = "Lenovo"; + } + ]; + }; + linksys_e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-linksys_e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-linksys_e1700-squashfs-sysupgrade.bin"; + sha256 = "246351c9334d56c0d39db47279c2d2bea5ab33d51b9388940f0b2011089b078d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-linksys_e1700-squashfs-factory.bin"; + sha256 = "6d626a26cd8b0622757f2282ac782850e2483d8baf12cf24dc8f0ec2a5bb501f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-linksys_e1700-initramfs-kernel.bin"; + sha256 = "ffb721d82a1615116f96ae2c5b0f135e3f51863c8f4d62eb0de374c0b1220909"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e1700" + "e1700" + ]; + titles = [ + { + model = "E1700"; + vendor = "Linksys"; + } + ]; + }; + microduino_microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-microduino_microwrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-microduino_microwrt-squashfs-sysupgrade.bin"; + sha256 = "d6d2801d978d46c1ea24235b4c2b944a138099b4eb6354791ccacc4426b73c81"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-microduino_microwrt-initramfs-kernel.bin"; + sha256 = "e796477f8339e2255844f00d69bbbe7043a04f62fdf0d5fd59bab0c91ad79cd4"; + type = "kernel"; + } + ]; + supported_devices = [ + "microduino,microwrt" + "microwrt" + ]; + titles = [ + { + model = "MicroWRT"; + vendor = "Microduino"; + } + ]; + }; + netgear_ex3700 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-netgear_ex3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-netgear_ex3700-squashfs-factory.chk"; + sha256 = "be8175edbb9bbe1c1f4fa0225727e4bf03caf6aae6310b597e3897c2f5cb22a8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-netgear_ex3700-squashfs-sysupgrade.bin"; + sha256 = "b94ff9293f4be2d46bd44af8871ae1fdda1cfed8f3b790c4d0ae4882e2fe6587"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-netgear_ex3700-initramfs-kernel.bin"; + sha256 = "0d2392f8fc6412d43c46f90318a25926f3860012c6772bd360ceb3b35599f9fc"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex3700" + "ex3700" + ]; + titles = [ + { + model = "EX3700/EX3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6120 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-netgear_ex6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-netgear_ex6120-squashfs-factory.chk"; + sha256 = "c9123d73a693f1a5ba19dbe953a4ba4b74aabb10f0aacf4e0558cd7223b63c7e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-netgear_ex6120-squashfs-sysupgrade.bin"; + sha256 = "3da2e20743d93293807d437e1b89ec83090daf068a111740787d6a19433bfb63"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-netgear_ex6120-initramfs-kernel.bin"; + sha256 = "244222c81407b5ec2b40bc1dd71a7860b560205eb26a324edbbcd990c1d0743c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6120" + ]; + titles = [ + { + model = "EX6120"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6130 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-netgear_ex6130"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-netgear_ex6130-squashfs-factory.chk"; + sha256 = "9801605751cf88ac34ecde61d737f440caf5734862820532e863fd0436a72a38"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-netgear_ex6130-squashfs-sysupgrade.bin"; + sha256 = "fa669418f3b13dcc4b56f13e267c6b672d538fe6df8cfd30db735b31a911c74a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-netgear_ex6130-initramfs-kernel.bin"; + sha256 = "45d4a7c41ef0f2b9e6a33df328159bedf089f4d985eebbb558b57db2b13ee675"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6130" + ]; + titles = [ + { + model = "EX6130"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-netgear_wn3000rp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-netgear_wn3000rp-v3-squashfs-factory.bin"; + sha256 = "45844800cc0665941eadac230b3b27eef6b4afbafde6b6c80219940aac7d1498"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-netgear_wn3000rp-v3-squashfs-sysupgrade.bin"; + sha256 = "2715707f82e1300f4fc8dec6b0da9d5b3f3789dd2a59efc2c3cb394431c5d597"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-netgear_wn3000rp-v3-initramfs-kernel.bin"; + sha256 = "be703077c3fda62bffb0d545d2e028efebeb1502f1df0dc5a17a8ce37e1847e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wn3000rp-v3" + "wn3000rpv3" + ]; + titles = [ + { + model = "WN3000RP"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2770 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-netis_wf2770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-netis_wf2770-squashfs-sysupgrade.bin"; + sha256 = "3dddeb055e16603ab9b4730f679f37913f834bee9af35fed440805dff26bc2d9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-netis_wf2770-initramfs-kernel.bin"; + sha256 = "0c6a62df57c4dbd51ada6480443cf85b9c5e49433b4dd25fc076017920b41b9c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netis,wf2770" + ]; + titles = [ + { + model = "WF2770"; + vendor = "NETIS"; + } + ]; + }; + nexx_wt3020-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-nexx_wt3020-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-nexx_wt3020-8m-squashfs-factory.bin"; + sha256 = "2ce906761e35e6b3543c5e17e37e860f55b65b3b346deb41a2ec68da4228fefc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-nexx_wt3020-8m-squashfs-sysupgrade.bin"; + sha256 = "49ba6ec36d54da4452139e9690aec35dcf361664871495e77a55b0afeaf99829"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-nexx_wt3020-8m-initramfs-kernel.bin"; + sha256 = "95e62108535c3a732e3d858b27cf01c90fa0a2b6d5ac6e1f230d8b8d3190e3ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexx,wt3020-8m" + "wt3020" + "wt3020-8M" + ]; + titles = [ + { + model = "WT3020"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + ohyeah_oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-ohyeah_oy-0001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-ohyeah_oy-0001-squashfs-sysupgrade.bin"; + sha256 = "470d27aeb4820875cdc9ef8f596539a366d68971d78cb52b384f95a7038132bc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-ohyeah_oy-0001-initramfs-kernel.bin"; + sha256 = "9ea6b9901d85f00a50dbc4e5ca2ad53668b7d8c91b665c7e6cdc283483e69e61"; + type = "kernel"; + } + ]; + supported_devices = [ + "ohyeah,oy-0001" + "oy-0001" + ]; + titles = [ + { + model = "OY-0001"; + vendor = "Oh Yeah"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "4a8c4bbda23c84bb32139316a957055247670e35a7c7b6cbb927a4be87be0522"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-phicomm_k2g-initramfs-kernel.bin"; + sha256 = "7e3e5f9639596773ff7c93447d5b86303088e77a0d3edee7eac9cfa277a677e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + model = "K2G"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-phicomm_psg1208"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-phicomm_psg1208-squashfs-sysupgrade.bin"; + sha256 = "021fdfe62bc5f6198ea004c098c025e0329077e28ddf4225ab2f652d2e732165"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-phicomm_psg1208-initramfs-kernel.bin"; + sha256 = "5925098eabd9c9d1266685d26aec742f8ea1048aa9f4c3b80d1255b94dbd5038"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1208" + "psg1208" + ]; + titles = [ + { + model = "PSG1208"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218a = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-phicomm_psg1218a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-phicomm_psg1218a-squashfs-sysupgrade.bin"; + sha256 = "ead318f8ae940e52a21d7aafcf3e26080920d7306a82920b8f7234706b6378d4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-phicomm_psg1218a-initramfs-kernel.bin"; + sha256 = "ad1d2f2626541fc35c70a073247d0faf12556bca059ea39ae2acf3d8df12d587"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1218a" + "psg1218" + "psg1218a" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Ax"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-phicomm_psg1218b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-phicomm_psg1218b-squashfs-sysupgrade.bin"; + sha256 = "f471e8cb972fb2dfaa01414e6ec0695927a1e5540ccbb31a85341c56a588e59c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-phicomm_psg1218b-initramfs-kernel.bin"; + sha256 = "23b486fc113d02b8f89c571d76bcaf4b6b48c27d4f4495f70f472300ae4df0ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1218b" + "psg1218" + "psg1218b" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Bx"; + vendor = "Phicomm"; + } + ]; + }; + planex_cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-planex_cs-qr10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-planex_cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "dcb5627f40bd1764e4721b50e7192c157bbab146f26257f8cee1a70e1545803f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-planex_cs-qr10-initramfs-kernel.bin"; + sha256 = "eabce6ca8eaf764b9ac4371fbf66c0d43d56bba92d890782ddfc55d489cc392d"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,cs-qr10" + "cs-qr10" + ]; + titles = [ + { + model = "CS-QR10"; + vendor = "Planex"; + } + ]; + }; + planex_db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-planex_db-wrt01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-planex_db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "0c3aba82608705ef2b81c4aa1b8a903562cbc4c14d40e7a9a858186631fdc3c1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-planex_db-wrt01-initramfs-kernel.bin"; + sha256 = "c2df7c06cac5f34c75c9f6b87817cb78d5cfa6f459516c757edd08c40b71f592"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,db-wrt01" + "db-wrt01" + ]; + titles = [ + { + model = "DB-WRT01"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-planex_mzk-750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-planex_mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "6a5f81a8334d6f386c4d6b641ab7a1b4b56dc92b6f9de0b05fb94b5b3319c7cc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-planex_mzk-750dhp-initramfs-kernel.bin"; + sha256 = "dfb07d8534a53774545c87a84b3e4d02c2e4159f53e7462b77feaaefbd4c0664"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-750dhp" + "mzk-750dhp" + ]; + titles = [ + { + model = "MZK-750DHP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-planex_mzk-ex300np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-planex_mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "ed88d3b3847dcfb0ceaf6ae72c16fd1ffb92e7d6a7ccf6d0f9c1d79043bcd8b8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-planex_mzk-ex300np-initramfs-kernel.bin"; + sha256 = "ec0a5a9ac402b776c72cd332a2fe4d565720ff8f5566fba2a7376787b4fb80d6"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex300np" + "mzk-ex300np" + ]; + titles = [ + { + model = "MZK-EX300NP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-planex_mzk-ex750np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-planex_mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "4df0972b43e69bc246a653cf010dd0978db0adcd1f6671691cc3b827fcc15105"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-planex_mzk-ex750np-initramfs-kernel.bin"; + sha256 = "21ff0307ce23ab8719cfb1d7a00e74949430bf7cfca5a4b51530b9cfe9ecb0c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex750np" + "mzk-ex750np" + ]; + titles = [ + { + model = "MZK-EX750NP"; + vendor = "Planex"; + } + ]; + }; + ralink_mt7620a-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-ralink_mt7620a-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-ralink_mt7620a-evb-squashfs-sysupgrade.bin"; + sha256 = "1caee74b2dcd36713f84703cf084ed5c19d030aaf875694b2d7aa3aaf156f050"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-ralink_mt7620a-evb-initramfs-kernel.bin"; + sha256 = "f9d17ce5cf4600ea00db01bbd99a91feb466fbf97593b0645d7df79d79b98306"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-evb" + ]; + titles = [ + { + model = "MT7620a EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7530-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-ralink_mt7620a-mt7530-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-ralink_mt7620a-mt7530-evb-squashfs-sysupgrade.bin"; + sha256 = "0d37d3b2733ce53153cc657ce5d52031da29bce1e67bd1611eef83f47ed13cd0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-ralink_mt7620a-mt7530-evb-initramfs-kernel.bin"; + sha256 = "d837599fa29bda886c770d7edeee688d8f853607cea8ff3aa1b3cf5aeded0ffb"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7530-evb" + "mt7620a_mt7530" + ]; + titles = [ + { + model = "MT7620a + MT7530 EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7610e-evb = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-ralink_mt7620a-mt7610e-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-ralink_mt7620a-mt7610e-evb-squashfs-sysupgrade.bin"; + sha256 = "bc51d586b01d76270445ad55f2c3aa725c553ea9facce0a9715fb2b2a025d595"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-ralink_mt7620a-mt7610e-evb-initramfs-kernel.bin"; + sha256 = "11ea7422f2e0909b26c784522901874f732d18804a6498aed4c059f9cce897c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7610e-evb" + "mt7620a_mt7610e" + ]; + titles = [ + { + model = "MT7620a + MT7610e EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-v22sg-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-ralink_mt7620a-v22sg-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-ralink_mt7620a-v22sg-evb-squashfs-sysupgrade.bin"; + sha256 = "b9f8e7baceec2d852cd36cb59ae35d8c6f1e706b2a98a67fbb6d9ca4f67fe7cf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-ralink_mt7620a-v22sg-evb-initramfs-kernel.bin"; + sha256 = "f19685a4fe1c09aff54378426d79161c09f8fd1ba6a7b8fa8526decf0bf2eebd"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-v22sg-evb" + "mt7620a_v22sg" + ]; + titles = [ + { + model = "MT7620a V22SG"; + vendor = "MediaTek"; + } + ]; + }; + ravpower_rp-wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-ravpower_rp-wd03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-ravpower_rp-wd03-squashfs-rootfs.bin"; + sha256 = "367c86e494acb43b6254d5c649510342196d5dec70c58532ba9f3904bb21ca34"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-ravpower_rp-wd03-squashfs-sysupgrade.bin"; + sha256 = "69f746efc2751c099a26edd0dc8c47b589d06fcb3f89731c9444223fd91e48ce"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-ravpower_rp-wd03-squashfs-kernel.bin"; + sha256 = "dac155956c24d04e9aaff4f3dfb8fdb5f573432cff887cdca16f38f4d6511f43"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-ravpower_rp-wd03-initramfs-kernel.bin"; + sha256 = "49dfd29f0e7b1c5a09c08afc9627228cbd3c087034744985e4e047f69232cc02"; + type = "kernel"; + } + ]; + supported_devices = [ + "ravpower,rp-wd03" + "ravpower,wd03" + ]; + titles = [ + { + model = "RP-WD03"; + vendor = "RAVPower"; + } + ]; + }; + sanlinking_d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-sanlinking_d240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-sanlinking_d240-squashfs-sysupgrade.bin"; + sha256 = "679b69071345c7c592dc2c86737f7dd8508543edf821376b8f38d0b227af1b88"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-sanlinking_d240-initramfs-kernel.bin"; + sha256 = "da808e129e0935675754de4c28c40e9378b19f322bf49a840c9065898f41f4ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "sanlinking,d240" + "d240" + ]; + titles = [ + { + model = "D240"; + vendor = "Sanlinking Technologies"; + } + ]; + }; + sercomm_na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-sercomm_na930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-sercomm_na930-squashfs-sysupgrade.bin"; + sha256 = "5fad24df1e5ebdb35ba968dc12b1bb111a81ec3ff3523b0397246f7b99e2a469"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-sercomm_na930-initramfs-kernel.bin"; + sha256 = "ea2842a16fddcb9250c66388a6689a2bba09bebb7455210dbd70b1de855723c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na930" + "na930" + ]; + titles = [ + { + model = "NA930"; + vendor = "Sercomm"; + } + ]; + }; + tplink_archer-c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-tplink_archer-c2-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_archer-c2-v1-squashfs-sysupgrade.bin"; + sha256 = "561ba119a28fc9ae17b1e30d1b0819a4ad0f1745b360f9afc250b0457c22b36e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_archer-c2-v1-initramfs-kernel.bin"; + sha256 = "77864602691ca5acc0aa2ccf239aa18f67cbd0bd2fa2f3a7010c8f5e0277d535"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v1" + "tplink,c2-v1" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-tplink_archer-c20-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_archer-c20-v1-squashfs-sysupgrade.bin"; + sha256 = "8fd7afd5b26fc164606140e0aefcc45797a867b1fef71dea4447e38893915d80"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_archer-c20-v1-initramfs-kernel.bin"; + sha256 = "f9cd2cf6b44e2a88c2460cd204e142c73c5b05cf9e8b91725866fcdb5462364f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v1" + "tplink,c20-v1" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-tplink_archer-c20i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_archer-c20i-squashfs-factory.bin"; + sha256 = "480eaee77ed219a626cbb28b1a4b1e27436b187d2f0b1dde71c0bd3258dc6c63"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_archer-c20i-squashfs-sysupgrade.bin"; + sha256 = "49d73913f75bc1d3e79aec75aabea14da79a3c6093b2da2caa005151badd3c71"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_archer-c20i-initramfs-kernel.bin"; + sha256 = "1d358757a3fa23d2c018df33e57e1057e9ac9ec22a4fe3aa2de788f02f69d257"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20i" + "c20i" + ]; + titles = [ + { + model = "Archer C20i"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-tplink_archer-c50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-us.bin"; + sha256 = "bf6db8d9bfbd82cc3203720ddd0c216ff5d2ed8f1c6d64b230fdf205bf164c04"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-eu.bin"; + sha256 = "a14da3848e99c15d3dfb6a1c16f32d7c351e40f986a7b6901ca42b52dcf77ea8"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_archer-c50-v1-squashfs-sysupgrade.bin"; + sha256 = "a6a6869a3bcec51f099554ee1b6ce33d6ad9bea280bb71a794b98331932487ce"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_archer-c50-v1-initramfs-kernel.bin"; + sha256 = "e105970dce3bec1917f5bfd0290aadf1dd0b097c6821faa96a123a4374397e40"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v1" + "c50" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-mr200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-tplink_archer-mr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin"; + sha256 = "dd347d760e87e517c58623f1e5eb6396bcda3b6b2f679b07a81d4a9a6857c7ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_archer-mr200-initramfs-kernel.bin"; + sha256 = "b27dcecd2c69dca900c818b308c4dec231f252b6735c5f8524736b85a1fea7c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-mr200" + "mr200" + ]; + titles = [ + { + model = "Archer MR200"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-tplink_re200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_re200-v1-squashfs-factory.bin"; + sha256 = "0e5547e178bc299ae0f02b5d08c09a5d48e6661127452a6481a6e599b73e5c10"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_re200-v1-squashfs-sysupgrade.bin"; + sha256 = "acbe74b509e4e27a2b0e110482a8e0d3588aa974f187ad33005be7fde0bc34f3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_re200-v1-initramfs-kernel.bin"; + sha256 = "c55dafa5a19637cd28fac0034d00beffb8164b8289d75f14dd64ec7f3d90f3da"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v1" + ]; + titles = [ + { + model = "RE200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re210-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-tplink_re210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_re210-v1-squashfs-factory.bin"; + sha256 = "54924db9b15c14e10c0fa08a8b91aa39cc156b7122111b3499c160cde3e6e6ff"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_re210-v1-squashfs-sysupgrade.bin"; + sha256 = "cfd68a956668539b7de39d2ccb4b7d4fa35365ef3a9cd49e40b4d78188f372de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-tplink_re210-v1-initramfs-kernel.bin"; + sha256 = "4f72c813494935351c81fa36e2397ea7c03654a3d59ceb19ad0a1f0038c5777a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re210-v1" + ]; + titles = [ + { + model = "RE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-810dr = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-trendnet_tew-810dr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-trendnet_tew-810dr-squashfs-sysupgrade.bin"; + sha256 = "1c86a0a17adf1194dba0dffefa451a968b9ffb8de82da3d711e05bcb96fb744c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-trendnet_tew-810dr-initramfs-kernel.bin"; + sha256 = "8856310f020ead23738772b5e22eda4f1b0f3c0111a287c0eee9f68acaccb893"; + type = "kernel"; + } + ]; + supported_devices = [ + "trendnet,tew-810dr" + ]; + titles = [ + { + model = "TEW-810DR"; + vendor = "TRENDnet"; + } + ]; + }; + wavlink_wl-wn530hg4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-wavlink_wl-wn530hg4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-wavlink_wl-wn530hg4-squashfs-sysupgrade.bin"; + sha256 = "62ce8dc8a82c70a9f02e3544d522265d249e3745cb53479917f618d38d528189"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-wavlink_wl-wn530hg4-initramfs-kernel.bin"; + sha256 = "932e8eeec2a9b5e7fcf95204fa0324c3c9fd048c02de28fe4a0c6151a220e6d6"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn530hg4" + ]; + titles = [ + { + model = "WL-WN530HG4"; + vendor = "Wavlink"; + } + ]; + }; + wrtnode_wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-wrtnode_wrtnode"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-wrtnode_wrtnode-squashfs-sysupgrade.bin"; + sha256 = "16f0b735a4d6ab40289dca8e2ababb56b516bf053db38706704b53259608aef9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-wrtnode_wrtnode-initramfs-kernel.bin"; + sha256 = "f4ae16e302f8ced275b7461a1104e1213d6b37b44c21510bf86d6b5035092193"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode" + "wrtnode" + ]; + titles = [ + { + model = "WRTNode"; + vendor = "WRTNode"; + } + ]; + }; + xiaomi_miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-xiaomi_miwifi-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "fd5e17cdbd42f131a3d7747f5698415907455892ccebe7ce471eae0feaf62f42"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-xiaomi_miwifi-mini-initramfs-kernel.bin"; + sha256 = "63cbdbc4543edda22081bd5b872c6a2d2c1dcb0035d4f65805fd86f8923d8f17"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-mini" + "miwifi-mini" + ]; + titles = [ + { + model = "MiWiFi Mini"; + vendor = "Xiaomi"; + } + ]; + }; + youku_yk1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-youku_yk1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-youku_yk1-squashfs-sysupgrade.bin"; + sha256 = "977cd3f7f84b83ed67598a62becf5e810a5a5d01cfa4154b118c13151e1c4b07"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-youku_yk1-initramfs-kernel.bin"; + sha256 = "e72179b2fb1fb944d8b735759e99da6ac83eb072f9b79cdb025ad1a8e8534896"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk1" + "youku-yk1" + ]; + titles = [ + { + model = "YK1"; + vendor = "YOUKU"; + } + ]; + }; + yukai_bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-yukai_bocco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-yukai_bocco-squashfs-sysupgrade.bin"; + sha256 = "e412ca2c60710205e3b4cf8b992209aee3e9eaa3596fa15b7149f5abd0fd3d8b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-yukai_bocco-initramfs-kernel.bin"; + sha256 = "a5e7c8ba5f8a7a77c2b6f0dac0b8e183def4532bd97e8f69506f21c1e8b8a25b"; + type = "kernel"; + } + ]; + supported_devices = [ + "yukai,bocco" + "bocco" + ]; + titles = [ + { + model = "BOCCO"; + vendor = "YUKAI Engineering"; + } + ]; + }; + zbtlink_zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-ape522ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "70d22611e2e2a4aa77f51712a54ae95161e915480552b9d4a1125b8347afdcef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-ape522ii-initramfs-kernel.bin"; + sha256 = "7d721fd0a3bdbd61aa9375fe570bf23a3a9d66cede2149a0d80ea938ae4e2354"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-ape522ii" + "zbt-ape522ii" + ]; + titles = [ + { + model = "ZBT-APE522II"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-cpe102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "a58c1ac5e0ceac855ce17e47ce7736bd6513a655c8a96075b76d1d02df0491cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-cpe102-initramfs-kernel.bin"; + sha256 = "982bf82b3a42658b0498d6272e5c3b01261a264f914be442a045e69d42ba965f"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-cpe102" + "zbt-cpe102" + ]; + titles = [ + { + model = "ZBT-CPE102"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-wa05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "2f9946b60cccaee669c0cbacf52c3e804ec0988d53039bf2687fc781cab4b946"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-wa05-initramfs-kernel.bin"; + sha256 = "81f5378bf74dfa7d12c00fadeb52f9f8dea9a5b1fa8d527ef50d4097d4dfdec2"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wa05" + "zbt-wa05" + ]; + titles = [ + { + model = "ZBT-WA05"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we1026-5g-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "b328b2a4629c743b62c2e429899d72437f8c195f512b27511cc36951ca1858a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-initramfs-kernel.bin"; + sha256 = "d1ecb87c75b3470af548e943bef0ba4f2d9ca113ef333563cd66228e65ca2459"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-5g-16m" + "we1026-5g-16m" + "zbtlink,we1026-5g-16m" + ]; + titles = [ + { + model = "ZBT-WE1026-5G"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-h-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we1026-h-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we1026-h-32m-squashfs-sysupgrade.bin"; + sha256 = "a4728019d5a4c740c0ff2d2411364bed3632dc532dff112035bf19a15f80c781"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we1026-h-32m-initramfs-kernel.bin"; + sha256 = "fa0226015b67a4a8909c1cffaad71989e8f34326711a3cbd5a7562fc5ad8652d"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-h-32m" + ]; + titles = [ + { + model = "ZBT-WE1026-H"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we2026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "0488304a2a338be512257183fd0963f08c1a3b7f4d0306174282d400029d6d26"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we2026-initramfs-kernel.bin"; + sha256 = "eaa416967f2db2c43afc5ad6db7cb44a982b5aba6a61e333799f739f4401fb7b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we2026" + "zbt-we2026" + ]; + titles = [ + { + model = "ZBT-WE2026"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we826-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin"; + sha256 = "baf7c51e2959079b018478c841a73e8442b4a1c4577b1d6f72dae8f133babbf1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we826-16m-initramfs-kernel.bin"; + sha256 = "b8f69bf66ee1f0db8653203c362f9e145724c31ba7722feaa15fe9cc37e743d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-16m" + "zbt-we826" + "zbt-we826-16M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-32m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we826-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we826-32m-squashfs-sysupgrade.bin"; + sha256 = "a029e3afd5e91c61400da9fff811dc7e2cbd0b162edfbd50e4ca0935519aef51"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we826-32m-initramfs-kernel.bin"; + sha256 = "a1806a25cec28b630893120fd18b9a32bf3e77ec31252e2ff464b2ff442e7fd6"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-32m" + "zbt-we826-32M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "9929ef244e5c7cbee2fcc77074035032b89fac17893a1ccf17abd949ec0d636d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we826-e-initramfs-kernel.bin"; + sha256 = "1874bff69715a5fc38a14287e096b4ff851125d68aaffd9f9d312f78b0aaf683"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + model = "ZBT-WE826-E"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-wr8305rt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "323e4af6378ca2815ae37b2555d0fbc3c9e752dad48b90098974436d2bf31152"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-wr8305rt-initramfs-kernel.bin"; + sha256 = "575b9347fdda14d20e1ee3a7eb1f11de7de93874f7121b8489fcdfec99629d77"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wr8305rt" + "zbt-wr8305rt" + ]; + titles = [ + { + model = "ZBT-WR8305RT"; + vendor = "Zbtlink"; + } + ]; + }; + zte_q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-zte_q7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zte_q7-squashfs-sysupgrade.bin"; + sha256 = "0fb2773a817c4942c04bdadbb3cda09d3b5f6227732795f621dd93766b152c48"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-zte_q7-initramfs-kernel.bin"; + sha256 = "b183781e336da540b7d8a9767d6637a1d9e0e7c3a9c3f4c357298dd3e9c887cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,q7" + "zte-q7" + ]; + titles = [ + { + model = "Q7"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic-omni = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-zyxel_keenetic-omni"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zyxel_keenetic-omni-squashfs-factory.bin"; + sha256 = "2eb68eeaf28969210c0a2563b96f1289f84dac1d35f89ac60df1e3d024604653"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zyxel_keenetic-omni-squashfs-sysupgrade.bin"; + sha256 = "abd562525f71948fb6610594e40b9526c184a2f217fd97245719e4897b0b8b3f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-zyxel_keenetic-omni-initramfs-kernel.bin"; + sha256 = "2979af81a4a5d7c92290473cdcee6dfd86ba6cda3cc2ecce7e3bf46e81b8cc6d"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni" + "kn_rc" + ]; + titles = [ + { + model = "Keenetic Omni"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-omni-ii = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-zyxel_keenetic-omni-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-factory.bin"; + sha256 = "131058b3b80e83dc2be6602c523b71637023e995c7b5ec741fe2933a03dc75b0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-sysupgrade.bin"; + sha256 = "fcf1e81537de413f390c54a87532b90419691572761110671d138c6ee0f60df0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-zyxel_keenetic-omni-ii-initramfs-kernel.bin"; + sha256 = "705bdfeedef50ae5fe84a5464946c322ec23c9fbbe34824c272cded7d8713f82"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni-ii" + "kn_rf" + ]; + titles = [ + { + model = "Keenetic Omni II"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-viva = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7620-zyxel_keenetic-viva"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zyxel_keenetic-viva-squashfs-factory.bin"; + sha256 = "eaf2668940d7c657316ca114dce9716bf88ee13b88bbbed2ea7a460e07fe0207"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7620-zyxel_keenetic-viva-squashfs-sysupgrade.bin"; + sha256 = "e07a2292d5e6edc8b6bff1f578d77399ba76a269537be7e89337079ea44a8212"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7620-zyxel_keenetic-viva-initramfs-kernel.bin"; + sha256 = "25246c52c0e6dd57983a587e1edd163f84761d817ecb51dfa7559ab793cfee53"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-viva" + "kng_rc" + ]; + titles = [ + { + model = "Keenetic Viva"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "ramips/mt7620"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + adslr_g7 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-adslr_g7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin"; + sha256 = "1d24f8ef4bbc6109c25d451f7e7f6ba3b65d2b35aad086046ae459b7925de04c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-adslr_g7-initramfs-kernel.bin"; + sha256 = "5d56fbfcb110de680dfe646bde8ce775bc4b5644fc2dcf4fc08520a99235ba30"; + type = "kernel"; + } + ]; + supported_devices = [ + "adslr,g7" + ]; + titles = [ + { + model = "G7"; + vendor = "ADSLR"; + } + ]; + }; + afoundry_ew1200 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-afoundry_ew1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin"; + sha256 = "d4f80d0d58e07f47f143e4c1c9b7de11ff4acaf462f8fa6e34688f98bdbee946"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-afoundry_ew1200-initramfs-kernel.bin"; + sha256 = "bb9ac41f65b3cedbaa71cf9228469d47a074fd4c101a1f46fb79f2a5091c19ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "afoundry,ew1200" + "ew1200" + ]; + titles = [ + { + model = "EW1200"; + vendor = "AFOUNDRY"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "441750ee311d18a194387f29bf49bea85bdb6f4150aa69f7c4f770d31ebdc733"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-alfa-network_quad-e4g-initramfs-kernel.bin"; + sha256 = "db48471bb242698fa85d673977f2131c36b5c70498c8480a85ec17a5cb4488d6"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + "quad-e4g" + ]; + titles = [ + { + model = "Quad-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + ampedwireless_ally-00x19k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-ampedwireless_ally-00x19k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-ampedwireless_ally-00x19k-squashfs-sysupgrade.bin"; + sha256 = "ff7f8f9ddc33610522f3b7da33ab23a81469bc2b735553738f28efe217e4316f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-ampedwireless_ally-00x19k-initramfs-kernel.bin"; + sha256 = "13c31cbc7105cfba78e20850d1f3e46213a681ead8d6df616cf09874924a76ca"; + type = "kernel"; + } + ]; + supported_devices = [ + "ampedwireless,ally-00x19k" + ]; + titles = [ + { + model = "ALLY-00X19K"; + vendor = "Amped Wireless"; + } + ]; + }; + ampedwireless_ally-r1900k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-ampedwireless_ally-r1900k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-ampedwireless_ally-r1900k-squashfs-sysupgrade.bin"; + sha256 = "b1afb2179e5090eb844152aaf3fa0995f2a6d76ef6f9c627380787213a8cb7f1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-ampedwireless_ally-r1900k-initramfs-kernel.bin"; + sha256 = "ab5ad756e5a58951d37b3cbfde3802debdb259cfbded8d80e5f33561a020bec4"; + type = "kernel"; + } + ]; + supported_devices = [ + "ampedwireless,ally-r1900k" + ]; + titles = [ + { + model = "ALLY-R1900K"; + vendor = "Amped Wireless"; + } + ]; + }; + asiarf_ap7621-001 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-asiarf_ap7621-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-asiarf_ap7621-001-squashfs-sysupgrade.bin"; + sha256 = "84cd065b7c7e79f9af123730a21bf197ab1b4164b1694e835168433d4f8b16af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-asiarf_ap7621-001-initramfs-kernel.bin"; + sha256 = "04a7cd64b03093c0b78409715a90f98d6b8af72ca9215bd6f7c441cd3e028303"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,ap7621-001" + ]; + titles = [ + { + model = "AP7621-001"; + vendor = "AsiaRF"; + } + ]; + }; + asiarf_ap7621-nv1 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-asiarf_ap7621-nv1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-asiarf_ap7621-nv1-squashfs-sysupgrade.bin"; + sha256 = "d1ef14c9c1491900a0942086936fba9d3a84848cc7ab2e3cdf2de67e2a7f891a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-asiarf_ap7621-nv1-initramfs-kernel.bin"; + sha256 = "b86aeb545261b1263d1018a060b88120f9adc7d4fb7f1816cc9897f7099194d3"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,ap7621-nv1" + ]; + titles = [ + { + model = "AP7621-NV1"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "33d08428d50a87f0c33e30c65c31693a108bd2c1be6e1a5bc21e3782a64454d9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-asus_rt-ac57u-initramfs-kernel.bin"; + sha256 = "b32ccf3f4de6ada15c58850a5510c8c6cb56259e2bd31d28d7d7f0c16705f06c"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + model = "RT-AC57U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac65p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-asus_rt-ac65p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin"; + sha256 = "6b4809df7d55707c5c424fc47bf746244f4ff5bd3594f0562a50eacb3db4b7ac"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-asus_rt-ac65p-squashfs-sysupgrade.bin"; + sha256 = "806a039b9b75fb61cc92f6f6fc8450a58615b51bdb6a2b9b2a93060a602b875b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-asus_rt-ac65p-initramfs-kernel.bin"; + sha256 = "f4aa83465d61faa97748c60e2caf29271a481e293925f61d98200e9173b04ae5"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac65p" + ]; + titles = [ + { + model = "RT-AC65P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac85p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-asus_rt-ac85p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-asus_rt-ac85p-squashfs-factory.bin"; + sha256 = "9783094c9292798553d7a8d57700598702139b2fad191622dc8e6614551e2b90"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-asus_rt-ac85p-squashfs-sysupgrade.bin"; + sha256 = "cd0ee7ec872041b4fe9d8c16ca4aa6fbb04556cbbd517995e1eeb8c197747b36"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-asus_rt-ac85p-initramfs-kernel.bin"; + sha256 = "32be0aa72fe0ab49ec8765c1d760e375be1a7642b960e9160677bd2a1b6e9b81"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac85p" + ]; + titles = [ + { + model = "RT-AC85P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n56u-b1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-asus_rt-n56u-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-asus_rt-n56u-b1-squashfs-sysupgrade.bin"; + sha256 = "d1a89d9aab6caedd6fa54ab8cb022eb4be8dca7d0bd3a731b37f03461c97d08d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-asus_rt-n56u-b1-initramfs-kernel.bin"; + sha256 = "72a921f386066c2369f422735273d320a031d9a79bd1bc353ac0bdc0909f41be"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n56u-b1" + ]; + titles = [ + { + model = "RT-N56U"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wsr-1166dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-buffalo_wsr-1166dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-buffalo_wsr-1166dhp-squashfs-sysupgrade.bin"; + sha256 = "56015f5cad884184f018b1915fa609bb86678412d568cf5c8626863e1482cd4e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-buffalo_wsr-1166dhp-initramfs-kernel.bin"; + sha256 = "2dbc10c8104b904e0fb8b4c49f7bc8802856d6f30d50bff5441cb9b49da2b940"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-1166dhp" + "wsr-1166" + ]; + titles = [ + { + model = "WSR-1166DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-2533dhpl = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-buffalo_wsr-2533dhpl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin"; + sha256 = "96c134068c847281072e7675f715ff2093f4421cc1664c0e3f120075f73a7b5a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-buffalo_wsr-2533dhpl-initramfs-kernel.bin"; + sha256 = "9f4004f6d4e3fcfc74fb7a0032b49675c997a5d2f914aa156589a622d7fbd603"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhpl" + ]; + titles = [ + { + model = "WSR-2533DHPL"; + vendor = "Buffalo"; + } + { + model = "WSR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-600dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-buffalo_wsr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-buffalo_wsr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "a4c8f6af9f7c96dced74c6820ad4b19d81524a740efb655590e5904e7c68211b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-buffalo_wsr-600dhp-initramfs-kernel.bin"; + sha256 = "d6bff0b45a4a094268e020dc4212ada8030c3c44e67f432b8aa8f38a625fd165"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-600dhp" + "wsr-600" + ]; + titles = [ + { + model = "WSR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1300 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-cudy_wr1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-cudy_wr1300-squashfs-sysupgrade.bin"; + sha256 = "be231cd9697a90f2f29be73b6250a90995f6ba457ea65143080203c6c8f360ba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-cudy_wr1300-initramfs-kernel.bin"; + sha256 = "71647f6d61bc0ebd30d1e023ba9f917c2533231103e776f092d1532658eecd19"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr1300" + ]; + titles = [ + { + model = "WR1300"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-cudy_wr2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-cudy_wr2100-squashfs-sysupgrade.bin"; + sha256 = "bf5f7d4de8786764730ce2e47904d62a8131cd66fdf4f24073adb82163e7622c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-cudy_wr2100-initramfs-kernel.bin"; + sha256 = "13e517daeb99f6d11a8aff54c61a3bd2143084f7e679e600e5ea61dca6c89888"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr2100" + ]; + titles = [ + { + model = "WR2100"; + vendor = "Cudy"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "65a167c67ceba553036b376e494812b16a00bf5c3d7c6e42cafa23c44de69876"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-d-team_newifi-d2-initramfs-kernel.bin"; + sha256 = "537d2ff4b6d95b82715252e17c823b723d952b054873b23b11a06cd026d7662b"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + model = "D2"; + vendor = "Newifi"; + } + ]; + }; + d-team_pbr-m1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-d-team_pbr-m1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-d-team_pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "d4e3bef174a066d16e87a7448c236aff7db4376188e2c7872bc60a7874d9c838"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-d-team_pbr-m1-initramfs-kernel.bin"; + sha256 = "f79ea2ddffc7ee3f696fa6dad43179bafd16eb321bcc3a0e35a640e77e2ea4e2"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,pbr-m1" + "pbr-m1" + ]; + titles = [ + { + model = "PBR-M1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dir-1960-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-dlink_dir-1960-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-1960-a1-squashfs-factory.bin"; + sha256 = "011e7b0cd6e797d37a3055e02d1b4a1db8b46421d9fbb99c631b151a4d745fc6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-1960-a1-squashfs-sysupgrade.bin"; + sha256 = "47f300960e22d592feaf6de294649cb14d8f6a64972ba04f2cdf752cc5ddc9f0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-1960-a1-initramfs-kernel.bin"; + sha256 = "fa6a298dcd6dca24f4d6ac87567b82a6f1e99a3a82144e3e6ba3859249918948"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-1960-a1" + ]; + titles = [ + { + model = "DIR-1960"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2640-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-dlink_dir-2640-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-2640-a1-squashfs-factory.bin"; + sha256 = "0121bc1793f21da81b62d24adba154bc68955b4c5739ada6f741e7485225c55a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-2640-a1-squashfs-sysupgrade.bin"; + sha256 = "e4262517c48cb7f7cefd0659fa9f670d9d2292bc5b0f3ce4adeda22797dcc41f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-2640-a1-initramfs-kernel.bin"; + sha256 = "2ee431194db4ad6e3568e77634bd507957399ed3074b20c2daf5fd433fbe1b0e"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-2640-a1" + ]; + titles = [ + { + model = "DIR-2640"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2660-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-dlink_dir-2660-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-2660-a1-squashfs-factory.bin"; + sha256 = "c4cd3377fadbd30b39aecbd3c8c401e981aa988acbe778844e7f54c1fa7e683c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "45a70475de487f8a1f1638a83e9dfa7a09f6608a6c5e996a356634d40b4b29e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-2660-a1-initramfs-kernel.bin"; + sha256 = "ca7ffe24496545720e564d279edba1a2ea44ca69ac26de602372002f76090f8a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-2660-a1" + ]; + titles = [ + { + model = "DIR-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-dlink_dir-860l-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-860l-b1-squashfs-factory.bin"; + sha256 = "03ee2e2a1dc3ec65ef256437de70d7fc6fe96c8dd8a12011298485700d9929ca"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "7418cd185009b2e15456c320655f76c6a1b01fbe678b717e264339ebf773003d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-860l-b1-initramfs-kernel.bin"; + sha256 = "33ea56ef84b35cf7d9c79ce6fb3a49604d88e1f9af98c5b022b8b3906e117645"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-860l-b1" + "dir-860l-b1" + ]; + titles = [ + { + model = "DIR-860L"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-867-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-dlink_dir-867-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-867-a1-squashfs-sysupgrade.bin"; + sha256 = "dc5c2f7bae7b9e18b7537f646a8064eace9850d63da9adda55ab555f91ed4561"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-867-a1-squashfs-factory.bin"; + sha256 = "d3c4acf643adf029da4f5409074ed7f2e7e5f4bc7aa6688621a161a14c2c49ba"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-867-a1-initramfs-kernel.bin"; + sha256 = "712b07d007b5dfa16dcd67634e9b598fb8efddb3394562fbf76f72f3b6df0a69"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-867-a1" + ]; + titles = [ + { + model = "DIR-867"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-dlink_dir-878-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-878-a1-squashfs-sysupgrade.bin"; + sha256 = "f5ac360c235fdf071e368705ca392310afd51be6a5a195f846f4100f26ed0465"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-878-a1-squashfs-factory.bin"; + sha256 = "9b55eab0e8c8e15c32b8e582c716ca5020e344ffcc57c8a7783e5b1bc001b728"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-878-a1-initramfs-kernel.bin"; + sha256 = "67255557447e7f255865385f9f5374893ffbe6e5ba00560692a069239ffe828e"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-878-a1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-dlink_dir-882-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-882-a1-squashfs-sysupgrade.bin"; + sha256 = "dad4bd335a30cae92f1bd64ae5954ac7ec84de617eb5d6e4c92cd1c3a17e2d63"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-882-a1-squashfs-factory.bin"; + sha256 = "d465925e157090d7fd681d5300a26247e4303efc0b5a14e0ca556375903d687a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-882-a1-initramfs-kernel.bin"; + sha256 = "58a81a091286ec1e68cdd3f0f515e0e7322e0dfd9ea40fe5692e2117d1038c55"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-882-a1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-dlink_dir-882-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-882-r1-squashfs-factory.bin"; + sha256 = "9367c6ed5446845a23d7e02628d92d276ffc1be331d805413d94570e968c8094"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-882-r1-squashfs-sysupgrade.bin"; + sha256 = "859e10c692eded7df31b84217e50a0d510344ca4b03b6ac1234a4a3b82e364f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-dlink_dir-882-r1-initramfs-kernel.bin"; + sha256 = "ec8ec25fecc6ec7be72195401df01bdfa1d999d1e0596a4b8f63ced58def64fa"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-882-r1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + edimax_ra21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-edimax_ra21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"; + sha256 = "6d349e842a865f4d06837353a540fdb79f63cf1e17a1620b1ebced72e5c167a4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin"; + sha256 = "e105d24a912262302c674ca15a47a8f508870751379302ac300467a46a9165c9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-edimax_ra21s-initramfs-kernel.bin"; + sha256 = "cc984d0bde2fb750bc718a67ac607970bfbd90e88c0ac7c9da934b90604a4455"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ra21s" + ]; + titles = [ + { + model = "RA21S"; + vendor = "Edimax"; + } + { + model = "Gemini RA21S"; + vendor = "Edimax"; + } + ]; + }; + edimax_re23s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-edimax_re23s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-edimax_re23s-squashfs-sysupgrade.bin"; + sha256 = "d2177254f093835ac924e96fc402ba4c28751f4431f38f735286ded6a9b62d1d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-edimax_re23s-squashfs-factory.bin"; + sha256 = "1e42c2307b977e8376e154e4bd9dbe992b795dbb14972451db1b3cad7194b6f2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-edimax_re23s-initramfs-kernel.bin"; + sha256 = "38ac7fe7bba2e168ac149cd9490d7e4cab287732a254ffee0886442d28034f32"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,re23s" + ]; + titles = [ + { + model = "RE23S"; + vendor = "Edimax"; + } + { + model = "Gemini RE23S"; + vendor = "Edimax"; + } + ]; + }; + edimax_rg21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-edimax_rg21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-edimax_rg21s-squashfs-sysupgrade.bin"; + sha256 = "e082d99150821e49a0c161ffeb5c297aee33a238712abc5c90ef32ce30f1099c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-edimax_rg21s-squashfs-factory.bin"; + sha256 = "68a1998935a4aa6c5bb627149367255364e2d0e62443b2ef4e613da789365cf5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-edimax_rg21s-initramfs-kernel.bin"; + sha256 = "935ae2ffde4b578426c2c420bfafa10a0dfeb1735884e37be76cb47717aa296d"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,rg21s" + ]; + titles = [ + { + model = "Gemini AC2600 RG21S"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "dc1ba6a1739eee219fddc7a5394d61c63adba9f0eedf5b395051ab5be9be17e8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "821d0df0a2e7e3b26b79fc6302a331b440af08707f77d99c7f5a37c705900119"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1167ghbk2-s-initramfs-kernel.bin"; + sha256 = "fce3eb92e8ac09e68053a7f569d01635d86f8603720c2345a629bdacdb510b72"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + model = "WRC-1167GHBK2-S"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gs2-b = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1167gs2-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-factory.bin"; + sha256 = "10d52031bccc6f4cf1aa63d791bcb27acfeb700d5aebac6d058bc3768fcd8da8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-sysupgrade.bin"; + sha256 = "6c13ea730e1f007d069ce9fdfd11a68adc32d8ccbf229317fa8dafb258209b3c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1167gs2-b-initramfs-kernel.bin"; + sha256 = "0949dbb423f6ac4819fea66e5c24735ef2670f05b727411647cd1242b4c638c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gs2-b" + ]; + titles = [ + { + model = "WRC-1167GS2-B"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1167gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1167gst2-squashfs-factory.bin"; + sha256 = "da65a3e5b7dc6afe616851471f3a771f8326587b7ff7a7ccfda5c9d79dc28eed"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1167gst2-squashfs-sysupgrade.bin"; + sha256 = "b1d22332b46e42eff8ed522b7037d4a23a1ccc1be1b18ee2182571be1f6e5fb9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1167gst2-initramfs-kernel.bin"; + sha256 = "909fb440fd25f7a23a8430ffbc16056f4a45a1a7452b3d485483a96177b35473"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gst2" + ]; + titles = [ + { + model = "WRC-1167GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gs = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1750gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1750gs-squashfs-factory.bin"; + sha256 = "767cecfe427017495979de0c83ef9b03aac8e49f710a497ce772654fdf5e0553"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1750gs-squashfs-sysupgrade.bin"; + sha256 = "a6c3e7cdecef5ececc3ecc694322ba33554026d96a0d5df5671537128897ec23"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1750gs-initramfs-kernel.bin"; + sha256 = "ca206640f1a5e05cbeb7cbb74a277337ae8de133889780d1b86f2445bc7e030f"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gs" + ]; + titles = [ + { + model = "WRC-1750GS"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1750gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1750gst2-squashfs-factory.bin"; + sha256 = "b4e691ea2dd51d04083d1b2e14e7e33e4e210880f310dee90ba1c95d498d4605"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1750gst2-squashfs-sysupgrade.bin"; + sha256 = "e704e6f00acad2b901369f00753452ab33f26d03df06330f7a16ba9bbc708a2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1750gst2-initramfs-kernel.bin"; + sha256 = "3cb38440bc3523d3d1d74b2ece69dfc6b28611619c48c15d7f81bc72a8ed5aaf"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gst2" + ]; + titles = [ + { + model = "WRC-1750GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gsv = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1750gsv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1750gsv-squashfs-sysupgrade.bin"; + sha256 = "72e4bb3e0e411f362c76cd4a8c2b5df2fdf11b3580e0d676eb686435f6814e8f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1750gsv-squashfs-factory.bin"; + sha256 = "64daa3d7214a6ea3889c16f6841e20f305919c084ccd3a5a20cefd3cd6d0e8fa"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1750gsv-initramfs-kernel.bin"; + sha256 = "55f63a7b18b8730eb0f1b63119253c84e413d14a865f69d6a6c672e5ea7b0c0c"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gsv" + ]; + titles = [ + { + model = "WRC-1750GSV"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "e6ceb29f52f3902a702ddc8e248425c4368fddf144b980730ba0e69802cb4e30"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "ca0d7480edd3fb1932810b0a802d219c9aaf50067904d07007b5c1e133fc69f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-1900gst-initramfs-kernel.bin"; + sha256 = "58b5d008f32514f466685a0269d0cf938c9aa4e18e58606c460feb6839aeaa5f"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + model = "WRC-1900GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533ghbk-i = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-2533ghbk-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-factory.bin"; + sha256 = "8a187acd1693b6e5a4f6da8c159ade0fe73e73da1452ae702e3aa6792d2b1cfc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-sysupgrade.bin"; + sha256 = "965038949d7f4f5947815adce08164f33d008fb92eaf49e96cf9793ed361d4b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-2533ghbk-i-initramfs-kernel.bin"; + sha256 = "c7c45bfd4619bc518fc0faf711cbe3d2fc1120a5f52740b982008301c0f89141"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533ghbk-i" + ]; + titles = [ + { + model = "WRC-2533GHBK-I"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "89463cb9b7854a5cfa5ec24192494ba2a9f65f1f8a9f6695b18e2ec2922b05d4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "d2ff4a79ee37f09a848b32318f14275b6eac7f9d723139226295f63c0532a378"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-2533gst-initramfs-kernel.bin"; + sha256 = "acb030ee2a0ad863d5adfd259b2272773996f91be3b07f3c647311e620889a2f"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + model = "WRC-2533GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-2533gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-2533gst2-squashfs-factory.bin"; + sha256 = "133178264ca329963409178469b70a6a803165ce83ea91e3babd8ea459bd76d1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-2533gst2-squashfs-sysupgrade.bin"; + sha256 = "3fd86b381f440f24b033eea5d5772cce33987b60067c0eb91ef8218583dee0f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-elecom_wrc-2533gst2-initramfs-kernel.bin"; + sha256 = "735199d557eca1e437beecdc5bc76462d8106afb87237bda8c6fab60f175288b"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst2" + ]; + titles = [ + { + model = "WRC-2533GST2"; + vendor = "ELECOM"; + } + ]; + }; + firefly_firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-firefly_firewrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-firefly_firewrt-squashfs-sysupgrade.bin"; + sha256 = "1f73fe944fd5b68849f34188237291020d89f84fce5d54f250fb67cdec410dbc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-firefly_firewrt-initramfs-kernel.bin"; + sha256 = "f6d4b4891bf20aad9071c1f83457ed89f139b3546a3e3be2d7195f5a106fc80e"; + type = "kernel"; + } + ]; + supported_devices = [ + "firefly,firewrt" + "firewrt" + ]; + titles = [ + { + model = "FireWRT"; + vendor = "Firefly"; + } + ]; + }; + gehua_ghl-r-001 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-gehua_ghl-r-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-gehua_ghl-r-001-squashfs-sysupgrade.bin"; + sha256 = "40d103bfbbf0c5283c40495b8b69f315f22978505e7790c96dbe83d906d415c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-gehua_ghl-r-001-initramfs-kernel.bin"; + sha256 = "053598ae99ed5474fc1ebeeb982f88dba3e0210df70199d3c47201056c1df865"; + type = "kernel"; + } + ]; + supported_devices = [ + "gehua,ghl-r-001" + ]; + titles = [ + { + model = "GHL-R-001"; + vendor = "GeHua"; + } + ]; + }; + glinet_gl-mt1300 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-glinet_gl-mt1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-glinet_gl-mt1300-squashfs-sysupgrade.bin"; + sha256 = "0579bbfadd6834fd022df3f3f795befaa0efca10492ed2580803ef5471604454"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-glinet_gl-mt1300-initramfs-kernel.bin"; + sha256 = "72f0e12a2d5c951d2a1683ae99e65b5f2d688f4f948158cb9314e729b2291890"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt1300" + ]; + titles = [ + { + model = "GL-MT1300"; + vendor = "GL.iNet"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "406b3a8c493c8a9c9606818d7b5f5c4895a5d1727d9926dc115aaca4926af963"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-gnubee_gb-pc1-initramfs-kernel.bin"; + sha256 = "f77ad2c32b787e2a921dcafef4c4eee66e1f3bfa18606e3818e9d7488789cff9"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + model = "Personal Cloud One"; + vendor = "GnuBee"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "6f5eb994b7e6c0b0939d68b47739b7df6887af4704ee9cb03e25a3daf579211f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-gnubee_gb-pc2-initramfs-kernel.bin"; + sha256 = "23f6158e941237c5a6884b1265b24a281b77c58688a24566ec645c608d2d334b"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + model = "Personal Cloud Two"; + vendor = "GnuBee"; + } + ]; + }; + hiwifi_hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-hiwifi_hc5962"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-hiwifi_hc5962-squashfs-factory.bin"; + sha256 = "3c4022a647c1d526bbdfdad72da30435f5fa75883e088e6c88979fb2b747db65"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-hiwifi_hc5962-squashfs-sysupgrade.bin"; + sha256 = "dec6bcb5372f19ddffcd53d5e49ecda2c91f94f1d142a0592837e89e6ff9e1be"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-hiwifi_hc5962-initramfs-kernel.bin"; + sha256 = "72e5381a2ebfd636c5af6ccd6c48311f3a23ebd3350d0c6fa60d977148fad403"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5962" + ]; + titles = [ + { + model = "HC5962"; + vendor = "HiWiFi"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "6a784c2c86eb14bfd94c7ec32726038cc488fa544f0be12302063aa169f2841e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-iodata_wn-ax1167gr-initramfs-kernel.bin"; + sha256 = "8592fcc66f607d262f1a538a069e6e761d9f90cc2048f6bb46449aac88e568de"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + model = "WN-AX1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax1167gr2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-iodata_wn-ax1167gr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-iodata_wn-ax1167gr2-squashfs-sysupgrade.bin"; + sha256 = "990c6f09241e66c8baded5ac0626f1dc17e5ee03988f9ef889b719b251e18dea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-iodata_wn-ax1167gr2-initramfs-kernel.bin"; + sha256 = "2d2c637cb009dbb3e7f661b45875343b3937219b1debfb1e9c3ba451ecdc200c"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr2" + ]; + titles = [ + { + model = "WN-AX1167GR2"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-iodata_wn-ax2033gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-iodata_wn-ax2033gr-squashfs-sysupgrade.bin"; + sha256 = "d73015ff07236a544d71253a48546b1904cfa5e1f252d0987afa9aab70ed28b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-iodata_wn-ax2033gr-initramfs-kernel.bin"; + sha256 = "81aace4fe4a506ae632bc1bb3229db0f69c8ebb2cf115de1d72e03606f3722c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax2033gr" + ]; + titles = [ + { + model = "WN-AX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1167r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-iodata_wn-dx1167r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-iodata_wn-dx1167r-squashfs-sysupgrade.bin"; + sha256 = "42a798a88d836dc4cdc01e03ce73217d9c74c9e8e8545e2e5da3372090c82e79"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-iodata_wn-dx1167r-initramfs-kernel.bin"; + sha256 = "a4fb1156e215d5ecbec805a11eea17b85a41607fb88882a9eaf0d240c9f46326"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1167r" + ]; + titles = [ + { + model = "WN-DX1167R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1200gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-iodata_wn-dx1200gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-iodata_wn-dx1200gr-squashfs-sysupgrade.bin"; + sha256 = "8484e9f4565955597829f26f36c286f842a1d5c72d1c0cac210a046370631e4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-iodata_wn-dx1200gr-initramfs-kernel.bin"; + sha256 = "9ad63e020a0e95d3031a25c71401db5be36af56a072674f73dbd57b3f9e277c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1200gr" + ]; + titles = [ + { + model = "WN-DX1200GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "b2f25a69c5429eebd86afafb336c5f0b91b3fe28b6a2746efc32b0571a8828f8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-iodata_wn-gx300gr-initramfs-kernel.bin"; + sha256 = "d8a5304ba54efff924289fd235672dcb000d138b757f76b71d8820a36e7d5b74"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + model = "WN-GX300GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wnpr2600g = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-iodata_wnpr2600g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-iodata_wnpr2600g-squashfs-factory.bin"; + sha256 = "17ea0ea9058cb0567d6189216fea828c880648ce1d48c9b6985b4adc9df11939"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-iodata_wnpr2600g-squashfs-sysupgrade.bin"; + sha256 = "130f8a25298d8c706316bf7c6c514aac499b94e56e5c1d4e20b9396de9feff7d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-iodata_wnpr2600g-initramfs-kernel.bin"; + sha256 = "1cf1847db2e6018b501b4d319da573244486907ae9e7fd928e16cb5be98ed7fa"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wnpr2600g" + ]; + titles = [ + { + model = "WNPR2600G"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a6ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-iptime_a6ns-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-iptime_a6ns-m-squashfs-sysupgrade.bin"; + sha256 = "b09c9bda0c6f71d555ae606db6a374235f4d5de7b75420b314da31f3ed43ab23"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-iptime_a6ns-m-initramfs-kernel.bin"; + sha256 = "7e8d18c347aa6a3e96f5046a8e8845077b4728aa69b41354a7537c504bbbb3b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a6ns-m" + ]; + titles = [ + { + model = "A6ns-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a8004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-iptime_a8004t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-iptime_a8004t-squashfs-sysupgrade.bin"; + sha256 = "56cd0c3b1f31a96f298c3e1adc60c8ef922cdbad2edc40984345e250867d2662"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-iptime_a8004t-initramfs-kernel.bin"; + sha256 = "6a02e38a49370d1b017fe0921e9cf7543c1793ccf2e1c9c635612c37b9f41102"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a8004t" + ]; + titles = [ + { + model = "A8004T"; + vendor = "ipTIME"; + } + ]; + }; + jcg_jhr-ac876m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-jcg_jhr-ac876m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-jcg_jhr-ac876m-squashfs-factory.bin"; + sha256 = "17f341d7a7e099e3535eacf5bf5033d36fced0763100b80d733f8a18180d794d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-jcg_jhr-ac876m-squashfs-sysupgrade.bin"; + sha256 = "2917d3740a5bfb5b59ce0e70905d76d979e1575f279459cf88365b9688df7dd2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-jcg_jhr-ac876m-initramfs-kernel.bin"; + sha256 = "728804e01cc1ed12b0b6bf1285b7d8a754accfac86c88bc120de917b49ba78a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,jhr-ac876m" + ]; + titles = [ + { + model = "JHR-AC876M"; + vendor = "JCG"; + } + ]; + }; + jcg_q20 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-jcg_q20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-jcg_q20-squashfs-factory.bin"; + sha256 = "4d5c2724ae08bb2e033be2ee18222ffdfcec89abd3f6731e4e44934e40a52741"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-jcg_q20-squashfs-sysupgrade.bin"; + sha256 = "d84d21169bfeda325904809431195d381549acfc59f21294471b010b2bbf87c2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-jcg_q20-initramfs-kernel.bin"; + sha256 = "2a0a3cf51a2e024fc2cf5f9d7eb676ec46582e8501edc1981eea44c519463fa3"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,q20" + ]; + titles = [ + { + model = "Q20"; + vendor = "JCG"; + } + ]; + }; + jcg_y2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-jcg_y2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-jcg_y2-squashfs-factory.bin"; + sha256 = "0036464945cd16148e6a1c3030ff36545a39380d490572af7e0ad307411ef60a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-jcg_y2-squashfs-sysupgrade.bin"; + sha256 = "66fb950b64b59cb1b14ba4045ad18a574c4fda0ac989c15694a2a0295d30e642"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-jcg_y2-initramfs-kernel.bin"; + sha256 = "0ba4252318e91c59213f1b013cc1aa2cac665a461e2f2fcfd637e3bb716cf87d"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,y2" + ]; + titles = [ + { + model = "Y2"; + vendor = "JCG"; + } + ]; + }; + lenovo_newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-lenovo_newifi-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-lenovo_newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "3107626a70140dd61a7a6ea87112591d93c67dee9324232b7e5376845b5f9d14"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-lenovo_newifi-d1-initramfs-kernel.bin"; + sha256 = "c803dbf03587bbfee10efb46e788d2e1486e649e5f27bcaeb1d71d6b8062a3fa"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-d1" + "newifi-d1" + ]; + titles = [ + { + model = "D1"; + vendor = "Newifi"; + } + ]; + }; + linksys_e5600 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-linksys_e5600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_e5600-squashfs-factory.bin"; + sha256 = "e51709e6b617783221da28da91f5953734a0cf7c64c01e8b0c88a35ba50be383"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_e5600-squashfs-sysupgrade.bin"; + sha256 = "352d4ae4e15eddf25d780203dce563ec07462ad74ce84bf77cb304ea4b62073b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_e5600-initramfs-kernel.bin"; + sha256 = "28eb3699d3ac97d64700f4b0ca6557c0c6a0e9442a9dc6f09043b521263a9a9b"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e5600" + ]; + titles = [ + { + model = "E5600"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-linksys_ea7300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_ea7300-v1-squashfs-sysupgrade.bin"; + sha256 = "70e7fe76f18c35c6bf699007d65f22c7c45a4eeda2e8145f1d866640995f8796"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_ea7300-v1-squashfs-factory.bin"; + sha256 = "dfe6148bb63946a01c5ade157f917f94dcc1838d6f4e76e485708323c92394e2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_ea7300-v1-initramfs-kernel.bin"; + sha256 = "b8ee9fcbcdf6298ad90310cc9f8851cb60385b5f05322b2d03d1cc7938622f8c"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7300-v1" + ]; + titles = [ + { + model = "EA7300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-linksys_ea7300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_ea7300-v2-squashfs-sysupgrade.bin"; + sha256 = "ec5683b72e6b7b1b869b71a92810f3aaae953e252364589a4560e7fec07ec13b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_ea7300-v2-squashfs-factory.bin"; + sha256 = "3f87a165c937e4d27d1eae70dd1983fc09bf6825e8669455d7b9e83bce10bae3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_ea7300-v2-initramfs-kernel.bin"; + sha256 = "c73e758428668754cfb0c500353fe0dfbeb453cc560ff41e374595e997a4d68f"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7300-v2" + ]; + titles = [ + { + model = "EA7300"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7500-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-linksys_ea7500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_ea7500-v2-squashfs-sysupgrade.bin"; + sha256 = "a284262239b1676ff7b203ed1bb3cfd164e533ae80b91635473dd4fb63380099"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_ea7500-v2-squashfs-factory.bin"; + sha256 = "5818dd5f019c6b4acd73eecc04f72e506e8ea721c92515b00a913ef2e36182ba"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_ea7500-v2-initramfs-kernel.bin"; + sha256 = "4352a243efced4096e78aba814a00bb100281bf66226a82f385aa19b122ca35c"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7500-v2" + ]; + titles = [ + { + model = "EA7500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-linksys_ea8100-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_ea8100-v1-squashfs-factory.bin"; + sha256 = "4883f4a990c4da08626d896430ead52de395de5ac4dd6caaf940b612cff62cc1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_ea8100-v1-squashfs-sysupgrade.bin"; + sha256 = "0e64c8e1e9d21fa32cba18e4955164d01b2b5a4898ef312f85c4031b77a31de1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_ea8100-v1-initramfs-kernel.bin"; + sha256 = "e01954545435a5b27b364215aba4098a4cd16fc490645c768cba9a735ddc3db1"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8100-v1" + ]; + titles = [ + { + model = "EA8100"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_re6500 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-linksys_re6500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_re6500-squashfs-sysupgrade.bin"; + sha256 = "eab6c2ad5417be42567c0567bfd6245293831338b9933aab4e96e8304a224566"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-linksys_re6500-initramfs-kernel.bin"; + sha256 = "4cbf3fa73e394f1010a5ba57d3fa3fba82ae1c31a85b4eb17e6d2658272c31c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,re6500" + "re6500" + ]; + titles = [ + { + model = "RE6500"; + vendor = "Linksys"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "2b1db3e2ae21ec7d0a6ae9cfdff10e8ebd34897a183d4b284656938e5632fd69"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-mediatek_ap-mt7621a-v60-initramfs-kernel.bin"; + sha256 = "a15c726deab3acd91ecaa2a0815eefb1020ea41f4bdf4ff15983e2d338f58dbd"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + model = "AP-MT7621A-V60 EVB"; + vendor = "Mediatek"; + } + ]; + }; + mediatek_mt7621-eval-board = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-mediatek_mt7621-eval-board"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-mediatek_mt7621-eval-board-squashfs-sysupgrade.bin"; + sha256 = "0ea158ded2e09c25c446669dc050e64847e631e5072f9b8249274f48c29199f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-mediatek_mt7621-eval-board-initramfs-kernel.bin"; + sha256 = "25d496f4d21717d1813e70b4508692e178948b4820ccb4f7d04f9b76de8f273e"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7621-eval-board" + "mt7621" + ]; + titles = [ + { + model = "MT7621 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mikrotik_routerboard-750gr3 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-mikrotik_routerboard-750gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-mikrotik_routerboard-750gr3-squashfs-sysupgrade.bin"; + sha256 = "dd9b122940f71c5da39c4ff8813a1a46df8af9448a7f178bcd1d108dd26e1a0f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-mikrotik_routerboard-750gr3-initramfs-kernel.bin"; + sha256 = "b82a22367970ce80426b540ee9c6add560682eeb4e1225e82873bff64a07da1e"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-750gr3" + "mikrotik,rb750gr3" + ]; + titles = [ + { + model = "RouterBOARD 750Gr3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-760igs = { + device_packages = [ + "kmod-usb3" + "kmod-sfp" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-mikrotik_routerboard-760igs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-mikrotik_routerboard-760igs-squashfs-sysupgrade.bin"; + sha256 = "6ded6d4fd1e1b474c2cf8fd5abeca9958d8e8e5acba5787aecb635ce3e820756"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin"; + sha256 = "636af6e1471560ceb41e3c288f6190a83e211eb53d66ab1db31989647cd23192"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-760igs" + ]; + titles = [ + { + model = "RouterBOARD 760iGS"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m11g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-mikrotik_routerboard-m11g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-mikrotik_routerboard-m11g-squashfs-sysupgrade.bin"; + sha256 = "84388601e51e773b05deb03e908290e75f6d4c0a991d47ccb1325610f8242228"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-mikrotik_routerboard-m11g-initramfs-kernel.bin"; + sha256 = "b6cc3731606b835b31e403fb624d38083ff5c0b7e1a7c373cc46d18064353e8e"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m11g" + "mikrotik,rbm11g" + ]; + titles = [ + { + model = "RouterBOARD M11G"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m33g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-mikrotik_routerboard-m33g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-mikrotik_routerboard-m33g-squashfs-sysupgrade.bin"; + sha256 = "a9d90d6dfee9dc7cbdbbd4deb83014f1f01b1c1c03d70212ae386b4b4ba3e674"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-mikrotik_routerboard-m33g-initramfs-kernel.bin"; + sha256 = "9ac9682cd696ac0799dd1dd16b0411e080c914f0617934c39c43db22eea45c73"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m33g" + "mikrotik,rbm33g" + ]; + titles = [ + { + model = "RouterBOARD M33G"; + vendor = "MikroTik"; + } + ]; + }; + mqmaker_witi = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-mqmaker_witi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-mqmaker_witi-squashfs-sysupgrade.bin"; + sha256 = "12d3366b8839ef92f0c915d507f9eee5d7fc80e23827cfa7437661df8ee48b5b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-mqmaker_witi-initramfs-kernel.bin"; + sha256 = "9eb534e94536cddd13af29cd74fe2b696ddee167857d14a46c594eaa069a3b8d"; + type = "kernel"; + } + ]; + supported_devices = [ + "mqmaker,witi" + "witi" + "mqmaker,witi-256m" + "mqmaker,witi-512m" + ]; + titles = [ + { + model = "WiTi"; + vendor = "MQmaker"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "3f9f60e5f2184a83a93537b7a63cb10f2b5f9ab08a8d5df31ff9be6dc7c19de8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-mtc_wr1201-initramfs-kernel.bin"; + sha256 = "19e835c11b21b68d028a74a3d163932beef2d9e69eab34c7a6929c1c1b9735a1"; + type = "kernel"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + model = "Wireless Router WR1201"; + vendor = "MTC"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "f9106650e7fe9734a36d5dfda75b29ff3ad1f257fe138b3d66a900a736e458d6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "eb67795df95aef46ca824d3490b1265ba538c4fdd6b1d2723287211afd3075ff"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_ex6150-initramfs-kernel.bin"; + sha256 = "1247a25b5f50d3c0b4b8cbb3139dbb717d4cd03224b038e17ed1facf2bbd02f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + model = "EX6150"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-netgear_r6220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6220-squashfs-rootfs.bin"; + sha256 = "6ff577f0f097657d08b6237dd07d8f48dccbb9fd9836b5245b8911774961a182"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin"; + sha256 = "73f79db18258165aaac34563b71d2696b87d491e97be57f304253c14fae423fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6220-squashfs-kernel.bin"; + sha256 = "e1473907cc0f55a434ddd03762bf980e4ce45d7097a5ee6c3c0b7524477cd103"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6220-squashfs-factory.img"; + sha256 = "1291ee40264f69525a1e1c65d078f0eea5fcb1e8a0c9df3353d189e78eb7c615"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6220-initramfs-kernel.bin"; + sha256 = "13158a44e02778be65661489ac43dfcec3ba6b102d9b3afd2ac0b2f49d4ac1c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6220" + "r6220" + ]; + titles = [ + { + model = "R6220"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6260 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-netgear_r6260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6260-squashfs-rootfs.bin"; + sha256 = "0ece2a85b8e35350e30065fddf57938bfc9e6e3329eb9f98d6e2de5a30b963f6"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6260-squashfs-factory.img"; + sha256 = "a3a9ac22aad636e30cd14cae5aa3caf9ea877f44bc3171955b2ba2551953835b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6260-squashfs-kernel.bin"; + sha256 = "053c39a8acc87696244d9b299cf3bb70b8a805a47da5f3c2bb1621f08c3ca285"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin"; + sha256 = "88bd834f5c98066373ae8a8cdd8c5a41f618b2b3be594c638f499b1f167eb8d7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6260-initramfs-kernel.bin"; + sha256 = "dd62582001de91ba30e2cbddc1fc461db95b680d168e596a0169f0f0fd41c9fd"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6260" + ]; + titles = [ + { + model = "R6260"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "0ece2a85b8e35350e30065fddf57938bfc9e6e3329eb9f98d6e2de5a30b963f6"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "04ec4cb706fefb903ab979cfcdb6c13a3d82d72006f32cd04f25d31259f573eb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "a5caf45f30e83164ed92c2d31b108172aefa480998ce2352dae1ff115233ad58"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "bb3b77392899e8542625939eebf84c33a4eb70470620e3c4642fd448cebb6512"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6350-initramfs-kernel.bin"; + sha256 = "c4016fe690cfb62755c50fd2f32ef7bf7e851d2f227e0f602a99f572b3a56bdb"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + model = "R6350"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6700-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-netgear_r6700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6700-v2-squashfs-kernel.bin"; + sha256 = "4c499a8215f09297f87b6dc1c053580652a0ad62295b7ae519827baeabfac3f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6700-v2-squashfs-rootfs.bin"; + sha256 = "0ece2a85b8e35350e30065fddf57938bfc9e6e3329eb9f98d6e2de5a30b963f6"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6700-v2-squashfs-factory.img"; + sha256 = "43b42c67649327611c0fc1486da1c912ffaeda8ee17fc0e2f669fc67ee5e77e7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6700-v2-squashfs-sysupgrade.bin"; + sha256 = "e6ce2e59082c0878f19dacb0604034e8f09e3f12bbb9f1d66ae730a961ea6ce5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6700-v2-initramfs-kernel.bin"; + sha256 = "f0585b30f775039d74488d13d65b28fada202a50e8c4cf68acf9f268f595ad1c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6700-v2" + ]; + titles = [ + { + model = "R6700"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2400"; + variant = "v1"; + vendor = "NETGEAR"; + } + { + model = "R7200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6800 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-netgear_r6800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6800-squashfs-rootfs.bin"; + sha256 = "0ece2a85b8e35350e30065fddf57938bfc9e6e3329eb9f98d6e2de5a30b963f6"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6800-squashfs-factory.img"; + sha256 = "9bd1422b9b2418c541f8b3f78479115531900933ea2b93830f201a4f3f33af89"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6800-squashfs-kernel.bin"; + sha256 = "1ba09a97e74341644db04290a306eb9e741803148e70bb81c03e5433d0feb344"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6800-squashfs-sysupgrade.bin"; + sha256 = "11f0c09ef60da1077bd93cf777e75e4ae4504d6d4ccc49740befc76b35382c2c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6800-initramfs-kernel.bin"; + sha256 = "93a715d44ab153bbd7e8998fdbbf8b31d6d724599ab78effe29ccb76e02b6ab8"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6800" + ]; + titles = [ + { + model = "R6800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6850 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-netgear_r6850"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6850-squashfs-rootfs.bin"; + sha256 = "0ece2a85b8e35350e30065fddf57938bfc9e6e3329eb9f98d6e2de5a30b963f6"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6850-squashfs-factory.img"; + sha256 = "27d6a2dd59bc8d141c5222fdcc8697636bd066294d333932fb966acf96f76b32"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6850-squashfs-kernel.bin"; + sha256 = "60da1c11078f2537c695f468f94bdb600b96d5f317eb261a1d9ce6f62d616c12"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6850-squashfs-sysupgrade.bin"; + sha256 = "000127d35eca6968fe4a902fa6d4ebb6e06aab2ec39dac070f2cc807ff5cf831"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_r6850-initramfs-kernel.bin"; + sha256 = "032ea45f50b2611f1b9e17b2ca3a69772003debd433ad2af3a09adaad12cc38c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6850" + ]; + titles = [ + { + model = "R6850"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac104 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-netgear_wac104"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_wac104-squashfs-rootfs.bin"; + sha256 = "6ff577f0f097657d08b6237dd07d8f48dccbb9fd9836b5245b8911774961a182"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_wac104-squashfs-factory.img"; + sha256 = "77abcab36c1fee470557c63ebdce84458ec21cda6041fdd28f491b3bf5855ab1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_wac104-squashfs-kernel.bin"; + sha256 = "3f9be2c592fad4a36247a02581d0812f59f46af9f5dd4244324c0885de43878b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_wac104-squashfs-sysupgrade.bin"; + sha256 = "de34df447bdf7f7d1cb9c70ab2006a5c3ba6ec80fa2d79a743e1c3040da0a953"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_wac104-initramfs-kernel.bin"; + sha256 = "5fe0c32f00a31a0faab9af17145a2dcd5867a61f9de5ae631ae2762960f75746"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wac104" + ]; + titles = [ + { + model = "WAC104"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac124 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-netgear_wac124"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_wac124-squashfs-rootfs.bin"; + sha256 = "0ece2a85b8e35350e30065fddf57938bfc9e6e3329eb9f98d6e2de5a30b963f6"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_wac124-squashfs-kernel.bin"; + sha256 = "b6a5d69668237421199cc34ba33a8a3a785a3230ed9a58c0c7e82298c49a345a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_wac124-squashfs-sysupgrade.bin"; + sha256 = "6d864d11798f16f798aa62fab1e507dd3641c81756eebf62aee5ab655aa6c2ec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_wac124-squashfs-factory.img"; + sha256 = "b5838b0b8f63361377572381ead79e1ecd2ac64b58685e644d8dd55b46f5eea2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_wac124-initramfs-kernel.bin"; + sha256 = "43e46d6fd18655e414dd4defb10f80ea7040529bf67064793d53545ca7775570"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wac124" + ]; + titles = [ + { + model = "WAC124"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-netgear_wndr3700-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_wndr3700-v5-squashfs-factory.img"; + sha256 = "1308c35439a193c7d9119a201d98b32c9d657d87c4833fde063f008a03d931ef"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_wndr3700-v5-squashfs-sysupgrade.bin"; + sha256 = "f5fb64e9a3073b3c74e297d96cd8abc7b0564745910d0646db3185fe94270d93"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-netgear_wndr3700-v5-initramfs-kernel.bin"; + sha256 = "b4237fcf1e6439c41f9c786d9f435b142c031aefdb8b3515d1f3262a45559308"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v5" + "wndr3700v5" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v5"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-netis_wf2881"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netis_wf2881-squashfs-factory.bin"; + sha256 = "319655f55bc8605196906d12286b386391b7ce26bf95caeeaf6ca1edb306dd67"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-netis_wf2881-squashfs-sysupgrade.bin"; + sha256 = "8411e4c709323580c664c846aa3d5977c78b5a1d946fd34303b0c56e1361e011"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-netis_wf2881-initramfs-kernel.bin"; + sha256 = "bd28f2f284d485a5f52f3e6e7bd6d61609ed17dc3325018845dc86f391a51ac6"; + type = "kernel"; + } + ]; + supported_devices = [ + "netis,wf2881" + ]; + titles = [ + { + model = "WF2881"; + vendor = "NETIS"; + } + ]; + }; + phicomm_k2p = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-phicomm_k2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"; + sha256 = "363c0809d436af8f22c0a493886e68e201627fcd4cb26513260d39f820130342"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-phicomm_k2p-initramfs-kernel.bin"; + sha256 = "065b1600f5a9c05f64f973d8772f854362c81b6b30476e5a39c6f31c11776bb9"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2p" + "k2p" + ]; + titles = [ + { + model = "K2P"; + vendor = "Phicomm"; + } + { + model = "KE 2P"; + vendor = "Phicomm"; + } + ]; + }; + planex_vr500 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-planex_vr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-planex_vr500-squashfs-sysupgrade.bin"; + sha256 = "0c966a12f4a4c15a70c8b333d506aacdcdfff11323b4e3500baf915f97950d8f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-planex_vr500-initramfs-kernel.bin"; + sha256 = "65ad733050f4b318a5fbec50be547f96dd6efeabc7455a5c9fd99a093de81800"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,vr500" + "vr500" + ]; + titles = [ + { + model = "VR500"; + vendor = "Planex"; + } + ]; + }; + samknows_whitebox-v8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-samknows_whitebox-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-samknows_whitebox-v8-squashfs-sysupgrade.bin"; + sha256 = "2ffb4ce12a0deac1b970b5eb0e75f7e398e2cea520c645c6aae3f2f4e9407fc5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-samknows_whitebox-v8-initramfs-kernel.bin"; + sha256 = "414cc41baec98d14214a88a15a6c0004ff4d716fafd0e2f02492152f470b10af"; + type = "kernel"; + } + ]; + supported_devices = [ + "samknows,whitebox-v8" + "sk-wb8" + ]; + titles = [ + { + model = "Whitebox 8"; + vendor = "SamKnows"; + } + ]; + }; + sercomm_na502 = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-sercomm_na502"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-sercomm_na502-squashfs-sysupgrade.bin"; + sha256 = "8be386e49b9b4c4a0da33d2b4efa0735b84dd07cd6c6ea5274eeb1ef423ff5e2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-sercomm_na502-initramfs-kernel.bin"; + sha256 = "b87a51ff655f4546428990cabb8b22022e617512b3c5e7eff047b8ae05d9be24"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na502" + ]; + titles = [ + { + model = "NA502"; + vendor = "SERCOMM"; + } + ]; + }; + storylink_sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-storylink_sap-g3200u3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-storylink_sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "4f404a762b274f1dc31f5d1d08fd41d14010c408a1e70d94754873cdd01978e9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-storylink_sap-g3200u3-initramfs-kernel.bin"; + sha256 = "2a187d54de8c4f87f99e9806a93940109b92009ffcceb374551718f7bf662189"; + type = "kernel"; + } + ]; + supported_devices = [ + "storylink,sap-g3200u3" + "sap-g3200u3" + ]; + titles = [ + { + model = "SAP-G3200U3"; + vendor = "STORYLiNK"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "7ecd2ca2f7ab334a1b96ed1cf6576536ba7416d88ed1d1df267d4451f8219a88"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-telco-electronics_x1-initramfs-kernel.bin"; + sha256 = "33ba5caef34f103a9d07b89cecd28cd63de801c4c229d32f782729563ab553c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + model = "X1"; + vendor = "Telco Electronics"; + } + ]; + }; + thunder_timecloud = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-thunder_timecloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-thunder_timecloud-squashfs-sysupgrade.bin"; + sha256 = "1719505b594686ab9a80b49c39eacd5497ebe5fd6626302d028d27dc79f15cc0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-thunder_timecloud-initramfs-kernel.bin"; + sha256 = "c299a958fc86e4c3cc19ce08761015af07c84440e931122745d3e0bcc5050726"; + type = "kernel"; + } + ]; + supported_devices = [ + "thunder,timecloud" + "timecloud" + ]; + titles = [ + { + model = "Timecloud"; + vendor = "Thunder"; + } + ]; + }; + totolink_a7000r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-totolink_a7000r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-totolink_a7000r-squashfs-sysupgrade.bin"; + sha256 = "a65b5272db9b37bf2fe55c913a4fc9ba2bd70ae75f3f211e40974f01fad99bd6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-totolink_a7000r-initramfs-kernel.bin"; + sha256 = "6ac254e5aa7ccd3c10a57a239c7e549f5f70edbba0891676c195c55f8f517445"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,a7000r" + ]; + titles = [ + { + model = "A7000R"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_x5000r = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-totolink_x5000r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-totolink_x5000r-squashfs-sysupgrade.bin"; + sha256 = "5d4e314b48266e9cbe9a56bc4acce927c96e2a4fd8a4cbfb0f58145ffa68ca71"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-totolink_x5000r-initramfs-kernel.bin"; + sha256 = "40b5810f3d3e6f3f688c87537f5a0a39187b25f1a0ff73d94adc7e62df890334"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,x5000r" + ]; + titles = [ + { + model = "X5000R"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-a6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-tplink_archer-a6-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_archer-a6-v3-squashfs-sysupgrade.bin"; + sha256 = "4375df997603b214912da2e7b15044b547b2207aa0de18bc05b52de5cc2a659b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_archer-a6-v3-squashfs-factory.bin"; + sha256 = "939ffc9f9445b7ac1a76b9953fa949fc0a363783579cf2eb67930e08a3238dc7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_archer-a6-v3-initramfs-kernel.bin"; + sha256 = "955500e2117d251a66db36cd947b0e84b71f7e9ac384a1242f560ecc67aa6300"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-a6-v3" + ]; + titles = [ + { + model = "Archer A6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6u-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-tplink_archer-c6u-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_archer-c6u-v1-squashfs-sysupgrade.bin"; + sha256 = "0f0fad276d300ac37a28a0547c815496e96cabae165137d8e2fbca0a1e868536"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_archer-c6u-v1-squashfs-factory.bin"; + sha256 = "10ee00f0db7fc41916efd27ad5a762c1230dfe57518635ccdd9f1960396fdf02"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_archer-c6u-v1-initramfs-kernel.bin"; + sha256 = "11706e7ffef2147022aef60cc852a2ff584e4ebc0a9c1d63f0564a1d78bcb2a6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6u-v1" + ]; + titles = [ + { + model = "Archer C6U"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap235-wall-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-tplink_eap235-wall-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_eap235-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "116e8eb45c35878d86eeac863d6ae24578f8d6a93d95b505e6cc69ff4c43cfc2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_eap235-wall-v1-squashfs-factory.bin"; + sha256 = "68ebb2d7a0f37f7250b7b20741e6ed9b0455de7beadfda78cc6540edf44dd8e0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_eap235-wall-v1-initramfs-kernel.bin"; + sha256 = "bff423b8fa673185065e8cf069923a0fbd19ccdb8bd8461d4b089b0046d50f66"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap235-wall-v1" + ]; + titles = [ + { + model = "EAP235-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-tplink_re350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_re350-v1-squashfs-factory.bin"; + sha256 = "5443a97a5f5cf3ce2fc48d16d295ce5babc5aeb818605af2736fde1aae8154b6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_re350-v1-squashfs-sysupgrade.bin"; + sha256 = "ef9658c483122f78f6e52d16b231910e44a8d450e3867ecad1cef05c39b8c839"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_re350-v1-initramfs-kernel.bin"; + sha256 = "d8b7be30122ee263e3158f47051bb891b96221cfd259daada002f57bd7a69bb5"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350-v1" + "re350-v1" + ]; + titles = [ + { + model = "RE350"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re500-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-tplink_re500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_re500-v1-squashfs-factory.bin"; + sha256 = "422822cbb422ccbebf134297fa0987ca067bd7eaa5a30bfdc5816552cd2fa793"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_re500-v1-squashfs-sysupgrade.bin"; + sha256 = "1f76000f4c6f8d1021c6578188f1f3536df25a137a53d431d31407b7ac198fc2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_re500-v1-initramfs-kernel.bin"; + sha256 = "75ab5dfe87c62821b0295712f4892dd6c9997535613654b2bda46ce41be482dc"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re500-v1" + ]; + titles = [ + { + model = "RE500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-tplink_re650-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_re650-v1-squashfs-factory.bin"; + sha256 = "0ce7a10232a0fa255d09397a6a64ea589326f1a29e0b3f51d6e2736726cd862d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_re650-v1-squashfs-sysupgrade.bin"; + sha256 = "de841c8f21e4a0782bc7e2e79b745743634f0dbcb07ebf4128b08ac3e5867e36"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-tplink_re650-v1-initramfs-kernel.bin"; + sha256 = "fecee34ac6122da91a454ad8576b004613e676e2aa32898b6b2cc6d8a5a13c08"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re650-v1" + ]; + titles = [ + { + model = "RE650"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_edgerouter-x = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-ubnt_edgerouter-x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"; + sha256 = "a34a4ba405cc76d632c768746d22ed753ff5f0bf0b38b23416e32f6b333d7fe5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-ubnt_edgerouter-x-initramfs-kernel.bin"; + sha256 = "21dacf26544e59c7ef47e75573df1d41015cb6fc6d3b04c6d72766ab9fde1024"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x" + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + model = "EdgeRouter X"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-x-sfp = { + device_packages = [ + "-wpad-basic-wolfssl" + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-sfp" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-ubnt_edgerouter-x-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"; + sha256 = "d9ea84a787b0039fcf0cf131cff4d34e6b736844b455bbfb81ffadf35af6e0a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-ubnt_edgerouter-x-sfp-initramfs-kernel.bin"; + sha256 = "a1fefbc6c1afb025903f894e60e7c86a9db0495fb3f7c79c08b2256bb9b7edaa"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x-sfp" + "ubnt-erx-sfp" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + model = "EdgeRouter X SFP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lite = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-ubnt_unifi-6-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-ubnt_unifi-6-lite-squashfs-sysupgrade.bin"; + sha256 = "65f90f3dc9cee1fab6cec11ce209673d534465ba922b20b403f3064e67445685"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-ubnt_unifi-6-lite-initramfs-kernel.bin"; + sha256 = "57f853e8de5a8f59a5cb106abb60fc76709df689ed94ab2e4aaf1d1c4160e57c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lite" + ]; + titles = [ + { + model = "UniFi 6 Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-nanohd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-ubnt_unifi-nanohd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-ubnt_unifi-nanohd-squashfs-sysupgrade.bin"; + sha256 = "30ad02224255169dccb605ba877b7e105e1998966ac5e4d174d3c0e61e5d2d72"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-ubnt_unifi-nanohd-initramfs-kernel.bin"; + sha256 = "1dd31eee1c57691243d965d8ca8a91d68fe73c24debda96ef7f3acef3d3ea51b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-nanohd" + ]; + titles = [ + { + model = "UniFi nanoHD"; + vendor = "Ubiquiti"; + } + ]; + }; + unielec_u7621-01-16m = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-unielec_u7621-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-unielec_u7621-01-16m-squashfs-sysupgrade.bin"; + sha256 = "4bbad8bc1f47ed8dea3084828bf1a31e2e43a1c547771dd08a0d239f956b65f0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-unielec_u7621-01-16m-initramfs-kernel.bin"; + sha256 = "83dca0215e92fe6097c771fa5583b766c5bf011350ba51f343bb997f3f44d1e6"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-01-16m" + ]; + titles = [ + { + model = "U7621-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-unielec_u7621-06-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-unielec_u7621-06-16m-squashfs-sysupgrade.bin"; + sha256 = "10187be8fe306ca568b8d2b18d6bf6ec03f352757dc90a39197a7f766cd4b6eb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-unielec_u7621-06-16m-initramfs-kernel.bin"; + sha256 = "3b03750b4f7cf8f4e230837f6b2a5e12b45f55e81c35583ab9519bc0b4934cf5"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-06-16m" + "u7621-06-256M-16M" + "unielec,u7621-06-256m-16m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-64m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-unielec_u7621-06-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-unielec_u7621-06-64m-squashfs-sysupgrade.bin"; + sha256 = "6a5effc41e4fed86a5b5e3e15c74b1562bbfcc6c529a6165c12d2147ecc2fbca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-unielec_u7621-06-64m-initramfs-kernel.bin"; + sha256 = "f309d1e65cd922d8304dec419a93a77146da07c3d8bbf822fdd25852c16cc898"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-06-64m" + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "64M"; + vendor = "UniElec"; + } + ]; + }; + wavlink_wl-wn531a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-wavlink_wl-wn531a6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-wavlink_wl-wn531a6-squashfs-sysupgrade.bin"; + sha256 = "60c83b1f59016713e850025e8f39cecb6f8b610792d23ce453ea39dc337dbab7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-wavlink_wl-wn531a6-initramfs-kernel.bin"; + sha256 = "4a44a0296f3535efbf9dde6e393f70c93baed45f05342cc628be212a1684baf8"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a6" + ]; + titles = [ + { + model = "WL-WN531A6"; + vendor = "Wavlink"; + } + ]; + }; + wevo_11acnas = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-wevo_11acnas"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-wevo_11acnas-squashfs-sysupgrade.bin"; + sha256 = "8dca5127d6e6d9e7a4d3bdfdf86fadd5726278a83b0f5453969db51b7eccac9b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-wevo_11acnas-initramfs-kernel.bin"; + sha256 = "a2e04308a72852ae391ecf330525212fa647a01ee1899efbd3507a4215b4a806"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,11acnas" + "11acnas" + ]; + titles = [ + { + model = "11AC NAS Router"; + vendor = "WeVO"; + } + ]; + }; + wevo_w2914ns-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-wevo_w2914ns-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-wevo_w2914ns-v2-squashfs-sysupgrade.bin"; + sha256 = "69a797ea99ec7b974997b1ffe513cc72e24bdf2a965b4cc0c210bdd583799034"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-wevo_w2914ns-v2-initramfs-kernel.bin"; + sha256 = "48a0cb3162f267b9a689d1f4a090af1dcfdd54d45f8ffcbd43292b1ab36a0ff1"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,w2914ns-v2" + "w2914nsv2" + ]; + titles = [ + { + model = "W2914NS"; + variant = "v2"; + vendor = "WeVO"; + } + ]; + }; + winstars_ws-wn583a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-winstars_ws-wn583a6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-winstars_ws-wn583a6-squashfs-sysupgrade.bin"; + sha256 = "f079a52e7c45d9a8e3042a57b3f23e0b213b62146e60ba0d0cb6a789000cd6ee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-winstars_ws-wn583a6-initramfs-WN583A6-kernel.bin"; + sha256 = "5f63d66e42090dbb2ec30aebadfbafd8db86d3b248b293c8c3d30a414bb6c77e"; + type = "kernel"; + } + ]; + supported_devices = [ + "winstars,ws-wn583a6" + ]; + titles = [ + { + model = "WS-WN583A6"; + vendor = "Winstars"; + } + { + model = "AC2100"; + vendor = "Gemeita"; + } + ]; + }; + xiaomi_mi-router-3-pro = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-3-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-factory.bin"; + sha256 = "70a3ba01824df39031092024416cd4e87837623e6e9beeb9dceecfd8326e0728"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-sysupgrade.bin"; + sha256 = "57771fc9499c102e4d41acb2214f42cc7b86a9e75b00820ebaeaf7bab42a350c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-3-pro-initramfs-kernel.bin"; + sha256 = "796d6a8e17461a9c28939ac16aa637e0f4fab2d13aca3730cf5fda281eb039b6"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3-pro" + "xiaomi,mir3p" + ]; + titles = [ + { + model = "Mi Router 3 Pro"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-3g-squashfs-rootfs0.bin"; + sha256 = "538752b0be29549624ab80365b25ab3caa89e163e067b5d354791f7f238d364f"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-3g-squashfs-sysupgrade.bin"; + sha256 = "2b9214cc96f254f2d6a46a2c0174082b28bb197823cf44f36b6b22aff36bbf55"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-3g-squashfs-kernel1.bin"; + sha256 = "dcbe31715d199f3f061f9820c2a8448f34c4bdb72d5d1a5ea5191d2ddea7a9ab"; + type = "kernel1"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-3g-initramfs-kernel.bin"; + sha256 = "2e6d55d0f0bee67eae210a82d339d2ecbb990b6936adc751a95940749d20a554"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g" + "R3G" + "mir3g" + "xiaomi,mir3g" + ]; + titles = [ + { + model = "Mi Router 3G"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-3g-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-3g-v2-squashfs-sysupgrade.bin"; + sha256 = "945ed03831840815850f46c1b3de0fda85ebed3b05768b9b69f4c0d88c9be94a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-3g-v2-initramfs-kernel.bin"; + sha256 = "75c5aa9527d8f679663145382845bbc97028dc4f83baf07a4e1feac868d006e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g-v2" + "xiaomi,mir3g-v2" + ]; + titles = [ + { + model = "Mi Router 3G"; + variant = "v2"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-4-squashfs-rootfs0.bin"; + sha256 = "5a963f25274ee4900c7f5be0fd7122b8a462f5800b72efac7175cad4a2e21007"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-4-squashfs-sysupgrade.bin"; + sha256 = "3ed7de5f3218858eecfdad40f60463ca28f24cb46b443243173370993ef0695a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-4-squashfs-kernel1.bin"; + sha256 = "6e2f74fca3290b37ccecefee7bce2989f2e90071eee47aef462383f962784725"; + type = "kernel1"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-4-initramfs-kernel.bin"; + sha256 = "4511bfbf5d6f090bff3bf18a83cf08a037797f97b673071b3ec2863598e7993f"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4" + ]; + titles = [ + { + model = "Mi Router 4"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-gigabit = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-4a-gigabit"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin"; + sha256 = "696205ea520553e1b910d0ede84af51834102ad47773a0fc639a3a248b583de5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-4a-gigabit-initramfs-kernel.bin"; + sha256 = "f502d8785da75ea8b70886868a9d6b1b639f0be1e07ce787052d7fcd2c05ebce"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-gigabit" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "Gigabit Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-ac2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "e690c21c03148ae46ea9d3f4096a74eb2b2cfa4bbb182520f71fd6dd7b77445a"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "965a139ad744c8b1c91e96c6f4b624c01a6175398ff05560faab999ebc937f2a"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "17688a168f1429f650b979afcc9da898023f51ed621cddc40feb76a3b3b61efb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_mi-router-ac2100-initramfs-kernel.bin"; + sha256 = "d8912c30be62b7f1da05782ed088dea1f907e239aaa55a3c51f849e12cea8bc7"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-ac2100" + ]; + titles = [ + { + model = "Mi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-xiaomi_redmi-router-ac2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "f28c1889a18645d9e059c699cbf3c97b5e875f18a4286f5fe8af0b7b87f14e80"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "e690c21c03148ae46ea9d3f4096a74eb2b2cfa4bbb182520f71fd6dd7b77445a"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "825d3da38792940619367997eee2178fb1941f0263f68cd74dc8d8d7a848772e"; + type = "kernel1"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaomi_redmi-router-ac2100-initramfs-kernel.bin"; + sha256 = "0e2a92b2716ef8403a1309cbe2ae48168234a831ad36f75c0491d2451297f299"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ac2100" + ]; + titles = [ + { + model = "Redmi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaoyu_xy-c5 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-xiaoyu_xy-c5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaoyu_xy-c5-squashfs-sysupgrade.bin"; + sha256 = "7dafcb2795f6d1aecccbb8ff875e9f624f57da5f99edab718026613f3c529d2a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-xiaoyu_xy-c5-initramfs-kernel.bin"; + sha256 = "b591c358a4acde344939b3cd40d0c5164de6091d950c52599b47b877499b0f5e"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaoyu,xy-c5" + ]; + titles = [ + { + model = "XY-C5"; + vendor = "XiaoYu"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "88bc5814c841ae21ae847d7b395be8dc6fc45a549cf1e2cb7bf46b42b0e01f44"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-xzwifi_creativebox-v1-initramfs-kernel.bin"; + sha256 = "ce5621571860acf898c405486d10a77a70f8d7aacc16ec9e33d8ad1d301c8b6c"; + type = "kernel"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + model = "v1"; + vendor = "CreativeBox"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "8f2f69f08173bcf72003f8ebf917ab185630e36e22216c5f9f509192937540fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-youhua_wr1200js-initramfs-kernel.bin"; + sha256 = "d101169bf8ab16778dc81006b840c7f546e0b229756ef4246afe70bc5464171f"; + type = "kernel"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + model = "WR1200JS"; + vendor = "YouHua"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "05e83f8c9e240eaaf514974eb04b7fe8df6db981f2cfffa56193fca7f5d063e5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-youku_yk-l2-initramfs-kernel.bin"; + sha256 = "c77526379b6add2115aeaf437cdd3e8b8ab7c681881ae9c96a2bfcb323a665e1"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + model = "YK-L2"; + vendor = "Youku"; + } + ]; + }; + zbtlink_zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-zbtlink_zbt-we1326"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-zbtlink_zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "e6fb39d340990bf498482cc7e638f22cfe50f7bf6a74a15f15dede8d73f3691a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-zbtlink_zbt-we1326-initramfs-kernel.bin"; + sha256 = "a1208636babba7f32ad5efdf2962e7daa6966d6d0f2a35b81e06fe6857f1490a"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1326" + "zbt-we1326" + ]; + titles = [ + { + model = "ZBT-WE1326"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "80c6331679f2aa49a55553d3537a7f4ac16721cc81b14703c4570bca53ee984a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-zbtlink_zbt-we3526-initramfs-kernel.bin"; + sha256 = "3436aee3cdd22b9a99b6849211c21e9117e48da3925b5b6813ef0059483f0306"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + model = "ZBT-WE3526"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg2626 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-zbtlink_zbt-wg2626"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-zbtlink_zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "89059228c773cec0f089ddb114ae4f55884ca64fdec0474f192ce5be7593e5a8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-zbtlink_zbt-wg2626-initramfs-kernel.bin"; + sha256 = "3c7a48748f14bf18d586131071397a58c5481ac5006cb0ae5024ca314339e1e7"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg2626" + "zbt-wg2626" + ]; + titles = [ + { + model = "ZBT-WG2626"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-zbtlink_zbt-wg3526-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-zbtlink_zbt-wg3526-16m-squashfs-sysupgrade.bin"; + sha256 = "6ce3be653c5cac5efb36bdeb9e072fa3792022741b6eba05d3af2f5f11da36eb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-zbtlink_zbt-wg3526-16m-initramfs-kernel.bin"; + sha256 = "eb3e6392fb4282fbe4e0d3eae9414c91609b7a2d42f75f14e36105f6b5bbcbbf"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-16m" + "zbt-wg3526" + "zbt-wg3526-16M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-32m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-zbtlink_zbt-wg3526-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-zbtlink_zbt-wg3526-32m-squashfs-sysupgrade.bin"; + sha256 = "65ba99a579d27ae5c844b899f22354c3eba59049ca21f19e5f298abacb4fd962"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-zbtlink_zbt-wg3526-32m-initramfs-kernel.bin"; + sha256 = "403081d876ee781630f897239a06d46559eec6491b66659b133bed1b673d4f25"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-32m" + "ac1200pro" + "zbt-wg3526-32M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zio_freezio = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-zio_freezio"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-zio_freezio-squashfs-sysupgrade.bin"; + sha256 = "9e0d8569537c04a92ee6387b9651c06b4fb4325fa3d968a45d2e95fdc8b4de6f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-zio_freezio-initramfs-kernel.bin"; + sha256 = "f0c8bfda4566c303d1288a9696164f0f5e441a1ae6d123169b1f3c6e27f77617"; + type = "kernel"; + } + ]; + supported_devices = [ + "zio,freezio" + ]; + titles = [ + { + model = "FREEZIO"; + vendor = "ZIO"; + } + ]; + }; + zyxel_nr7101 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "uboot-envtools" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-zyxel_nr7101"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-zyxel_nr7101-squashfs-sysupgrade.bin"; + sha256 = "e9156297123470d3b5ce7d42a818e8598e146ea96797b889c1ba62fe7a1ee008"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-zyxel_nr7101-initramfs-recovery.bin"; + sha256 = "91f38fa42ef60424f19c2e9d68b91fd543c0ba954f3348d17c02d4c1561b932d"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nr7101" + ]; + titles = [ + { + model = "NR7101"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wap6805 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7621-qtn-rgmii" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt7621-zyxel_wap6805"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt7621-zyxel_wap6805-squashfs-sysupgrade.bin"; + sha256 = "03c6f3104aad45b05c9595830273946aec9fde293455dc66bfe6c65ec8c8c767"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt7621-zyxel_wap6805-initramfs-kernel.bin"; + sha256 = "addacaf97d01b3fb0290a01ac3d6936a4da397bb0ea3a30718b776e03d0261f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,wap6805" + ]; + titles = [ + { + model = "WAP6805"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "ramips/mt7621"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-mt7603" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "613219b63b2fb77e24eb3e969f901aa72772ed6ed19eb0cdccee1bebb0c857d7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-alfa-network_awusfree1-initramfs-kernel.bin"; + sha256 = "e76bb9625bc5f97209a8b719ad3589de4ff858ec131da45392b16b5941be9fec"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + "awusfree1" + ]; + titles = [ + { + model = "AWUSFREE1"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rt-n10p-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-asus_rt-n10p-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-asus_rt-n10p-v3-squashfs-sysupgrade.bin"; + sha256 = "fd8e558cf8708178a9fe3b86b8d56e80f44dcf3df6ac19a979cde81b943a9850"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-asus_rt-n10p-v3-initramfs-kernel.bin"; + sha256 = "5e0b27a140cbcc77b1d604d21c3b365fa8d56106716b9dce82dcc8e9c8f28a07"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v3" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "V3"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n11p-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-asus_rt-n11p-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-asus_rt-n11p-b1-squashfs-sysupgrade.bin"; + sha256 = "1c1348a06cf84c22122abe26f89caaa30029aa5284c732461a21d7304ae1ecf7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-asus_rt-n11p-b1-initramfs-kernel.bin"; + sha256 = "268ad063e2d9291d74f1ce15413fec1c26b5d7b0c962abfda19562e9149a5bf8"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n11p-b1" + ]; + titles = [ + { + model = "RT-N11P"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12-vp-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-asus_rt-n12-vp-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-asus_rt-n12-vp-b1-squashfs-sysupgrade.bin"; + sha256 = "0669d0c17f98bcb9085091905a2371c8f6183c8dda1b20b139a4ae65bdc86799"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-asus_rt-n12-vp-b1-initramfs-kernel.bin"; + sha256 = "af824954994f4c9ad849aec5ff96e0cede2452adb519f85aa10e403178c2a306"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n12-vp-b1" + ]; + titles = [ + { + model = "RT-N12 VP"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + buffalo_wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-buffalo_wcr-1166ds"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-factory.bin"; + sha256 = "b729ca2a3d147324ed282a8142b93df1d6e1f2af35b8ed347cbbef28cbee6d26"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "29c8868edb90d60114d5eb8c062fbe78e37e26b000a80d75d3e75cbc9abf527f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-buffalo_wcr-1166ds-initramfs-kernel.bin"; + sha256 = "1ccea0ccc323e2e8ef1bfce4bcf6588fd4ce7e4c2161621599294a0903c7fcd7"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wcr-1166ds" + "wcr-1166ds" + ]; + titles = [ + { + model = "WCR-1166DS"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "ae84860555c588de7435444e4a4984bed8e4418d77d38d9431d85558c59e979a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "d848f172eb69c2ad5fc440f14b09a4fe2238a257f5f0183929bfe48abecebf0d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-cudy_wr1000-initramfs-kernel.bin"; + sha256 = "0191fbf6dc78a20907376c87ce01aee4fabd212997d35aeb4c59d92f0ade7486"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + model = "WR1000"; + vendor = "Cudy"; + } + ]; + }; + d-team_pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-d-team_pbr-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-d-team_pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "1b43dba184ecf5591aa9fce2883d185ae61cbef0bf4e3dbd9e254ab6ebb8ae60"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-d-team_pbr-d1-initramfs-kernel.bin"; + sha256 = "41f6290ad66e0e78a22d766a6a7b7afdf91db6276beb983b247a4234c7937250"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,pbr-d1" + "pbr-d1" + ]; + titles = [ + { + model = "PBR-D1"; + vendor = "PandoraBox"; + } + ]; + }; + duzun_dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-duzun_dm06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-duzun_dm06-squashfs-sysupgrade.bin"; + sha256 = "b671729f2068457b636d5e86aa4cf927f496a1dd75d109b4b741a0723ecbb62a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-duzun_dm06-initramfs-kernel.bin"; + sha256 = "ab69da890c5f00ae39f942ee6a8a37592805155ae1be92a52728112adf32f731"; + type = "kernel"; + } + ]; + supported_devices = [ + "duzun,dm06" + "duzun-dm06" + ]; + titles = [ + { + model = "DM06"; + vendor = "DuZun"; + } + ]; + }; + elecom_wrc-1167fs = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-elecom_wrc-1167fs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-elecom_wrc-1167fs-squashfs-factory.bin"; + sha256 = "1de0cfa11c0326be8ae033190a7aec62cb06e1ae75026dcf8574fb35b3f1b683"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-elecom_wrc-1167fs-squashfs-sysupgrade.bin"; + sha256 = "8291581e51a97ae792384ce646cf61e8d8d514e1f2ffd1b8d5adecc3fcb47c1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-elecom_wrc-1167fs-initramfs-kernel.bin"; + sha256 = "840b8516aaeb72aca62963d67d53b7c7b2330d0b11331230ea4e4510a69911b2"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167fs" + ]; + titles = [ + { + model = "WRC-1167FS"; + vendor = "ELECOM"; + } + ]; + }; + glinet_gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-glinet_gl-mt300n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "5ae6a5899e8bac9d24aa5689efc28c3a643c1dabacc4fe7f662fc18323e1b917"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-glinet_gl-mt300n-v2-initramfs-kernel.bin"; + sha256 = "1dfec2ff6b4c8f66a1fb45790f723a2090ff2aa041c65d5c5d5a406a1eba2a8f"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n-v2" + "gl-mt300n-v2" + ]; + titles = [ + { + model = "GL-MT300N"; + variant = "V2"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_microuter-n300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-glinet_microuter-n300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-glinet_microuter-n300-squashfs-sysupgrade.bin"; + sha256 = "96c34dc5668732f1be760b47eba21404c599ff893deb17fbb606c51b3de0cc4f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-glinet_microuter-n300-initramfs-kernel.bin"; + sha256 = "eb4d6917611db556661e3f32105aeecf9fd0951dd88e7793d015be76e0c11848"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,microuter-n300" + "microuter-n300" + ]; + titles = [ + { + model = "microuter-N300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "afb3e8b1ce85dad8aa92d2bad1859711aca0bd7fee7ea2b56a8f564c650dd823"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-glinet_vixmini-initramfs-kernel.bin"; + sha256 = "20c833b37925d158417a2f9e1814314a164cbf330ee4bcb88e8e785ebb8a9982"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + model = "VIXMINI"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_wifi-pineapple-mk7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-hak5_wifi-pineapple-mk7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-hak5_wifi-pineapple-mk7-squashfs-sysupgrade.bin"; + sha256 = "f33121c83fbe3e17bb90070b60ff091c171da27f399b0e6c63c445e4594ce365"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-hak5_wifi-pineapple-mk7-initramfs-kernel.bin"; + sha256 = "3bdc275a214e2d931424afb53f4eb6f97ff7ee74e404c4dfd8f48e938e5254e7"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-mk7" + "wifi-pineapple-mk7" + ]; + titles = [ + { + model = "WiFi Pineapple Mark 7"; + vendor = "Hak5"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "712cab39bd5b5e4293c606b2e1ab09e2ed3534fa8607828b8686dcad135da024"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-hilink_hlk-7628n-initramfs-kernel.bin"; + sha256 = "4e8e646f679ca4fe2b50af108b242bdc082ebc2148d4de642bafee99b66c90ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + model = "HLK-7628N"; + vendor = "HILINK"; + } + ]; + }; + hilink_hlk-7688a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-hilink_hlk-7688a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-hilink_hlk-7688a-squashfs-sysupgrade.bin"; + sha256 = "b253deb8af287aeb1d5cbb7166149e774e2bf82b9bcb0db5d49a9b1fe74c92b9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-hilink_hlk-7688a-initramfs-kernel.bin"; + sha256 = "f263dff720d901b9e314a2d707d00a11a1dee1be6436cdf62fb8e68295966033"; + type = "kernel"; + } + ]; + supported_devices = [ + "hilink,hlk-7688a" + ]; + titles = [ + { + model = "HLK-7688A"; + vendor = "Hi-Link"; + } + ]; + }; + hiwifi_hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-hiwifi_hc5661a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-hiwifi_hc5661a-squashfs-sysupgrade.bin"; + sha256 = "c47871a1300f79bf8e7c33aa6e2962fdc2c5000e8709db4b66704fe9cab75fc2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-hiwifi_hc5661a-initramfs-kernel.bin"; + sha256 = "db7a37f1d0b005df0981aa8df62f541c31aee9c453ac35963d60546c34e8de46"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5661a" + "hc5661a" + ]; + titles = [ + { + model = "HC5661A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761a = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-hiwifi_hc5761a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-hiwifi_hc5761a-squashfs-sysupgrade.bin"; + sha256 = "f64a83b70973a8cb55925b822a7cf0b6352d9d223c895217e7db60fdd6278cb9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-hiwifi_hc5761a-initramfs-kernel.bin"; + sha256 = "dda5df0cef471375f34e0e006e4eb87edb43b7d83cff3b7dcd70d20d2ecdcd9e"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5761a" + ]; + titles = [ + { + model = "HC5761A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "24ba13cd84d897a7a8a697685cd4c078f18d8fc04f3f93b5da3b3c8c554607e8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-hiwifi_hc5861b-initramfs-kernel.bin"; + sha256 = "8c398587aa59d15b612665eca393241625d0edb1365d6d36862b7ae612d161c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + model = "HC5861B"; + vendor = "HiWiFi"; + } + ]; + }; + iptime_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-iptime_a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-iptime_a3-squashfs-sysupgrade.bin"; + sha256 = "0f6920456d1a1c0a2b14babb25348775a0405fcc175e8dff3adba92612fecadc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-iptime_a3-initramfs-kernel.bin"; + sha256 = "064b57feb733ef44ba0cd41b58b82ac5dc7aaae9bc44221024bb35477253efe4"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a604m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-iptime_a604m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-iptime_a604m-squashfs-sysupgrade.bin"; + sha256 = "4fe8d9f03fd540de4928352943fed5c2f512c56e4a33082dd94dbba41efed5ac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-iptime_a604m-initramfs-kernel.bin"; + sha256 = "969a727e552426bc6eb4446c52f852c2feeb703e8438094dcbfebe72072830c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a604m" + ]; + titles = [ + { + model = "A604M"; + vendor = "ipTIME"; + } + ]; + }; + jotale_js76x8-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-jotale_js76x8-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-jotale_js76x8-16m-squashfs-sysupgrade.bin"; + sha256 = "8412ae4cedff5bce6bd00befad4db855a2e85b647fc7f967a9d97cc5ab5804be"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-jotale_js76x8-16m-initramfs-kernel.bin"; + sha256 = "39666d8a263bbe1237a5d31799b5f92c33775a10b85bc9c908fa463093773970"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-16m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "16M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-jotale_js76x8-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-jotale_js76x8-32m-squashfs-sysupgrade.bin"; + sha256 = "92e384f8286655f3b331533b8eac3ee0e16f6a1d30df0fac022f3dc7f6d76fe1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-jotale_js76x8-32m-initramfs-kernel.bin"; + sha256 = "b18c4f96c37c35944cf4ae6d92ba2d785ee86dd18b91441f2e0d0fa40b627008"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-32m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "32M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-jotale_js76x8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-jotale_js76x8-8m-squashfs-sysupgrade.bin"; + sha256 = "de79931e4005a77bfcf0e5bb3cee846b49e3e1b62ab11e0e15fdb5d7dcf954cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-jotale_js76x8-8m-initramfs-kernel.bin"; + sha256 = "1a18ef51f5ffaaf07da8b2b4389c8b96b589119ae8355aca6c73ffeb5d37ea07"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-8m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "8M"; + vendor = "Jotale"; + } + ]; + }; + mediatek_linkit-smart-7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-mediatek_linkit-smart-7688"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-mediatek_linkit-smart-7688-squashfs-sysupgrade.bin"; + sha256 = "f690922d941f3ea97f215f74a0a4cc57c84c863f92642353f9a7eb23bcf52759"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-mediatek_linkit-smart-7688-initramfs-kernel.bin"; + sha256 = "ddfc91caedff97f6e938ff94f62ef93cffd754e049bab89419f788ed45506e6e"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,linkit-smart-7688" + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + model = "LinkIt Smart 7688"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7628an-eval-board = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-mediatek_mt7628an-eval-board"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-mediatek_mt7628an-eval-board-squashfs-sysupgrade.bin"; + sha256 = "f2d73e4a959f922fd65a0bb90d917bd527cc72d10cbbf44177c615edcf6b0f62"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-mediatek_mt7628an-eval-board-initramfs-kernel.bin"; + sha256 = "314234ba02748e7a097525da51d2624911438a50ebb26bdaa3afc748881b91b4"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7628an-eval-board" + "mt7628" + ]; + titles = [ + { + model = "MT7628 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercury_mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-mercury_mac1200r-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-mercury_mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "8b6dc18f1fb3cce5ba304f11b40d43384cd3a8cbee1260032aca4b387bc7a36c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-mercury_mac1200r-v2-initramfs-kernel.bin"; + sha256 = "f714ded1d6ff1da39801034faa51778971a7845195878b783229e7c6410326bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "mercury,mac1200r-v2" + "mac1200rv2" + ]; + titles = [ + { + model = "MAC1200R"; + variant = "v2.0"; + vendor = "Mercury"; + } + ]; + }; + minew_g1-c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-cp210x" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-minew_g1-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-minew_g1-c-squashfs-sysupgrade.bin"; + sha256 = "d2b59220077308386bc725b27f3dc5c46175ff2716fd3efc126a482b2180fd63"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-minew_g1-c-initramfs-kernel.bin"; + sha256 = "265b2930234fdd1c1ffd3336c62e77913581a6de16ee6a232ac299075ff8ca31"; + type = "kernel"; + } + ]; + supported_devices = [ + "minew,g1-c" + "minew-g1c" + ]; + titles = [ + { + model = "G1-C"; + vendor = "Minew"; + } + ]; + }; + netgear_r6020 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-netgear_r6020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-netgear_r6020-squashfs-factory.img"; + sha256 = "380ba1671eb474e83f0eb1af85fd00f0a795e166d92f9631f30a28cb8f46848d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-netgear_r6020-squashfs-sysupgrade.bin"; + sha256 = "f24fbc9fb10f1346a7b0d5fb36df4ab9878d43721ef7fbfca30f9f467e27844d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-netgear_r6020-initramfs-kernel.bin"; + sha256 = "6eef2481377b767139c6b2636e23a98858f51ccf87813253c2d651a7c8165130"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6020" + ]; + titles = [ + { + model = "R6020"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6080 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-netgear_r6080"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-netgear_r6080-squashfs-factory.img"; + sha256 = "47accf16dd37ead48f05322f5b82fba73b55d5dad8e9ed86eeae394cc752ea6e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-netgear_r6080-squashfs-sysupgrade.bin"; + sha256 = "171477f0deed83a2107f0111dc04ef640ef39929ad1a5220211a5c8d8064013e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-netgear_r6080-initramfs-kernel.bin"; + sha256 = "1965c560e44f2f0f60b1c58dc084a0b3379e54dd977d1631b88a35d915a5dbbc"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6080" + ]; + titles = [ + { + model = "R6080"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "1246ec16441fc361da16518d204a7667e1f6597f79e5077c2b2231650c6eba3b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "5fdc15e756e2bfe4b8c53134d2b02e591697644088b3ea3854da30162d306d37"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-netgear_r6120-initramfs-kernel.bin"; + sha256 = "82d810273913fc916c30246339b5cdb9e62305fabe125831044960c5a511b52a"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + model = "R6120"; + vendor = "NETGEAR"; + } + ]; + }; + onion_omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-onion_omega2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-onion_omega2-squashfs-sysupgrade.bin"; + sha256 = "da5dad4266e0b8510fab4a701cba6e7db69aa40b607dc56a936084d12def9b0e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-onion_omega2-initramfs-kernel.bin"; + sha256 = "5accc64ed5a73308bb35c538cde2df12cd36afc4e3f20a59d18ef967411373af"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega2" + "omega2" + ]; + titles = [ + { + model = "Omega2"; + vendor = "Onion"; + } + ]; + }; + onion_omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-onion_omega2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-onion_omega2p-squashfs-sysupgrade.bin"; + sha256 = "5e5eb63079f788d516f80fbc4f7e6f3eb48ccb36036327cdf93b54117473eb61"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-onion_omega2p-initramfs-kernel.bin"; + sha256 = "7fc895ca70c1f4a0cdcfcd08c50cf978d77110fafdaa6251d5ac3cc52553ef1f"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega2p" + "omega2p" + ]; + titles = [ + { + model = "Omega2+"; + vendor = "Onion"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "f28e2e46d7a88dee9829e706ed32ee4e4ff4303fec78808a7993af0f5f99adeb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-rakwireless_rak633-initramfs-kernel.bin"; + sha256 = "c0b7b901445a74d9b7d370dc228a9ce44b469de8474725120d9f975749dcdd59"; + type = "kernel"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + model = "RAK633"; + vendor = "Rakwireless"; + } + ]; + }; + ravpower_rp-wd009 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-i2c-mt7628" + "ravpower-mcu" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-ravpower_rp-wd009"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-ravpower_rp-wd009-squashfs-sysupgrade.bin"; + sha256 = "83b177da927dcdd8a53c0bdb75114a8ea79350566ef6b95586aa83c554fceea9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-ravpower_rp-wd009-squashfs-factory.bin"; + sha256 = "dd59c5beb2121141c64dad69ffd01857530ddeeca55be5a9933cd4773ef5f236"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-ravpower_rp-wd009-initramfs-kernel.bin"; + sha256 = "4d3fa0cff6ad842f5281a05e7213d6a0ad15707e063617b96b71206ae96c49df"; + type = "kernel"; + } + ]; + supported_devices = [ + "ravpower,rp-wd009" + ]; + titles = [ + { + model = "RP-WD009"; + vendor = "RAVPower"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "51b62d1afd79b3894c7d8b7f3af1cc8ddbdbd2a2b4da23b83fe36a5fa865ec6f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-skylab_skw92a-initramfs-kernel.bin"; + sha256 = "3b1a8c190f043d74deb2764e20a6b80a16c98ad5e27739ee412ffe7abb51d25a"; + type = "kernel"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + model = "SKW92A"; + vendor = "Skylab"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "677b4840affcdb99372314efeb90df61bae68d4ff1ea468bc36191940fb36564"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tama_w06-initramfs-kernel.bin"; + sha256 = "01a6f758532a635b21da9ee93244ca93d47e0678ed8f3b8f29b5707f737916ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + model = "W06"; + vendor = "Tama"; + } + ]; + }; + totolink_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-totolink_a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-totolink_a3-squashfs-sysupgrade.bin"; + sha256 = "7dbc6d58e241cb66f093256f09a9afa467c66232066f523047cb4cbc5f9be103"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-totolink_a3-initramfs-kernel.bin"; + sha256 = "9fd44206e2b6ae8a0ab0d27df35f1619cf4d8ecb131d284623e0d1388d06324c"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "2da6c40ca4e0a0f80e9a9d44a3aa9a39e8ccf8b84062e6269b0ef3017259157c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-totolink_lr1200-initramfs-kernel.bin"; + sha256 = "44a1235b7d0ec247dff36350f944d472237d86cdd0d699d1f1ac2da3bb61ac0d"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + model = "LR1200"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_archer-c20-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_archer-c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "028c97ee188064838e3250ce026cd76f952c0c954f7622c6c4a83b5525d5a0b7"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_archer-c20-v4-squashfs-sysupgrade.bin"; + sha256 = "5654210d0e4b883771bb46746215e2469d232938ee04c4506651c9c00c6523b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_archer-c20-v4-initramfs-kernel.bin"; + sha256 = "acdd808f56a0602d884138fe4aa77a5c503cf52e4215bb6264b733f4fb8255ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v4" + "tplink,c20-v4" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v5 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_archer-c20-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_archer-c20-v5-squashfs-sysupgrade.bin"; + sha256 = "0a929ed75d01b5549497231d39d717121aceaa9ef50aa36670553fc7ea6e8b89"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_archer-c20-v5-initramfs-kernel.bin"; + sha256 = "ac02dbd6304e35434524971270194b1acb41de18baa9606f96986d7bced56211"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v5" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_archer-c50-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_archer-c50-v3-squashfs-sysupgrade.bin"; + sha256 = "dd6238cac87bee8073daa886d3da671dbfff52b126b4830f2e74e3626e00a797"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_archer-c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "e8bac98c58a2a2cddd4d46191188ef6d339af2fcb88faac407061f94ac0ed49a"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_archer-c50-v3-initramfs-kernel.bin"; + sha256 = "2ba57aaa8bf87f16a8e3aa5374b723953f534f476a63876b7587f67b85fbe0c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v3" + "tplink,c50-v3" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_archer-c50-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_archer-c50-v4-squashfs-sysupgrade.bin"; + sha256 = "74df1fadf2ee873cf8a56099e589b0481e6c0707a9ca2325f6e2d77e446604fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_archer-c50-v4-initramfs-kernel.bin"; + sha256 = "c05919681e7589de57bc60afc3465880de483b97be674ce16884aee2f126d9d9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v4" + "tplink,c50-v4" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_re200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_re200-v2-squashfs-factory.bin"; + sha256 = "d166bd8c40852c476644a9f0d5c41a4fc5c08932891b27f7f6116250affcfd8e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_re200-v2-squashfs-sysupgrade.bin"; + sha256 = "2d41074ee91214701683eec65df634e4ef8bff94f06a308fee08ba4e14172da1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_re200-v2-initramfs-kernel.bin"; + sha256 = "a4d76d9dda226a24a69a9fe9e85c34b3998aaea9a3ba6557fde5d204d56678df"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v2" + ]; + titles = [ + { + model = "RE200"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v3 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_re200-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_re200-v3-squashfs-factory.bin"; + sha256 = "62c968208b870d4c1c5cfd8e46cd6289c0f2deb5b8dfdf0828811d7d445a2bca"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_re200-v3-squashfs-sysupgrade.bin"; + sha256 = "ac705f6082c341b6aa7b18346217d767fcf1e834436a0676c910b48a30d10997"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_re200-v3-initramfs-kernel.bin"; + sha256 = "ba60e05a6cc37b2bd872e6fb6e1eadb855d9059460e419ce21bcaa4481ffbf03"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v3" + ]; + titles = [ + { + model = "RE200"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_re200-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_re200-v4-squashfs-factory.bin"; + sha256 = "eabb62955eb4ccb64dfeea29c2f3754c40ca6aecfe9f4f97b721b25255eb34cd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_re200-v4-squashfs-sysupgrade.bin"; + sha256 = "69ece1cd571194287e859d4f9160d0fd6963b74a22347837eeee9fb226bc79c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_re200-v4-initramfs-kernel.bin"; + sha256 = "17d0b38e539fa670e0458f19e7a952741fa2ef9cbe03c2aff2bef74e88a93868"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v4" + ]; + titles = [ + { + model = "RE200"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re220-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_re220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_re220-v2-squashfs-factory.bin"; + sha256 = "5e7dd98c0356981882c439d48caff7523453e2d2dc417736530f6073a3991064"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_re220-v2-squashfs-sysupgrade.bin"; + sha256 = "c01267cb96ffe60dfcc52ce87e5bb4dd091c4e6465c1361c54baacb68a79c4b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_re220-v2-initramfs-kernel.bin"; + sha256 = "7c8e778bdc3d315efe270e39db8c862e19320eb915cbd8e5012caabe2bd2340e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re220-v2" + ]; + titles = [ + { + model = "RE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_re305-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_re305-v1-squashfs-factory.bin"; + sha256 = "064e1cfe3cd7623f232dc7c85d4a586ffc436c9149646ddf70ce7739be0d77bc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_re305-v1-squashfs-sysupgrade.bin"; + sha256 = "7daa5a55c77b9225dbdc0fcbcdd8b4baa15272612e52651009167792f0091e8e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_re305-v1-initramfs-kernel.bin"; + sha256 = "6ffaa1bb2e8c2784ec8aaf7faea3502aaecaaf31b5d655d25271d99d88bda644"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re305-v1" + ]; + titles = [ + { + model = "RE305"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "740c83a0c28bec2fa76baff7bf593ed6daa8a5f1978e65909c49bd18e9b108d3"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "7d42f9ea185660bf0838a8859d610d324b927c9afa0fccc8ef69d049df85f9fd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-mr3020-v3-initramfs-kernel.bin"; + sha256 = "630450009baf6f5cac859333f798dcf78fe0469c5c372e02713e9d78089e85c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + model = "TL-MR3020"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "48505c02e78275d207fc2038c382f25af5e60c5a4f81cdd251974e79ba9cd579"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "5a81aa29475040e330c1aa8b0a145c005dae8c0a03bbf97ada90696e814e48af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-mr3420-v5-initramfs-kernel.bin"; + sha256 = "97dda034b5be049292a57fec36f2e6c17c89378f73bc8ec74f7d8970c330084e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + model = "TL-MR3420"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-mr6400-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-sysupgrade.bin"; + sha256 = "2a53574db9759005c5d2d0e1f25c9c5035cbb99f30d817aa298afe651bbb3d75"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-tftp-recovery.bin"; + sha256 = "f3de4e9d69049784583824bc356cfddb49bd5a593420b3e2432bc7ff7c11bda4"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-mr6400-v4-initramfs-kernel.bin"; + sha256 = "4f55302ed7ec3526908cb1777bbdf712d6f96da2367d08f7f20c3ef6f6e10b59"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v4" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-mr6400-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-tftp-recovery.bin"; + sha256 = "937e695832367f1134617b4f0c7aec2436b112599ed9ca555f1e75a2235dac88"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-sysupgrade.bin"; + sha256 = "c3ed44a48e6b797798fc6658e83bc3c265f0b093b769a4d15ea2d072965e5d6a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-mr6400-v5-initramfs-kernel.bin"; + sha256 = "79c5874648f874e197fc2be06edb97e414545ad485036940056772f37e101b76"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v5" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "2e59334873bea20e7c1148b9a33d99a44182487e6cbb1edb61920ee6f652266e"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "c5f7675d78a82d2c21edc9e1f0e9bed93b3ca4d78b6af741a00adf67acbd98fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wa801nd-v5-initramfs-kernel.bin"; + sha256 = "ddad27b58826980bb2847d526ea55896b7001bf5375883d7b929149d107222e6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + model = "TL-WA801ND"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "a3ed512f81efcbdbe3f1aba2963d0a1d6ea4216f9a40e1e83724918414ae78b4"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "a97c93f03a3f98e426096436b6ed483d46398a29617aff4e0a8cb5743cdb0642"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr802n-v4-initramfs-kernel.bin"; + sha256 = "9aa6b25c064cc361c7768a98c7a7edffb6d3fd7fd7918e0f652497f4a892d7cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + model = "TL-WR802N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr840n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "c5f96ec94a51613de94320765aae41bf4e1bcc574bae675b940134a38a77024a"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "bf44e8c5fda2bfbdcd8f39006a95230871feefba5c72747f9c43e906253b468f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr840n-v4-initramfs-kernel.bin"; + sha256 = "0a7e9951b20539d59a8b09fcf2b68ac6d237089ce6527490f6be9aa623fe3f91"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr840n-v4" + "tl-wr840n-v4" + ]; + titles = [ + { + model = "TL-WR840N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr841n-v13"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "df52062322c2083a875b96240198ed81307ba5f663759f0d2892dbea8a832560"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "e2559315dbc82deeb3f387692525d4e730743ef4738dbd1dbccfb20867305a7e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr841n-v13-initramfs-kernel.bin"; + sha256 = "af30abaf529a7b617a06009b6b6e3fcb18dbe9d4a2fb28d0ec209f01e4db0558"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr841n-v13" + "tl-wr841n-v13" + ]; + titles = [ + { + model = "TL-WR841N"; + variant = "v13"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "7db22c9fcd9eccccd443bfe5c2a031dba0df9eaac1526525da57ace6fd170850"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "4d4dd25506025bfd1a61adcbb26db6886c40d88788510b357faf6dce94ff06ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr842n-v5-initramfs-kernel.bin"; + sha256 = "1184bf1a2d80fbc39c8f8e0199f56ac0ada393fc16c98158e08b795e22c60cfa"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr850n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr850n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-sysupgrade.bin"; + sha256 = "88df04a11ecc04e503a5ff571affe86503ad0e226cc04b735544ab1b1242d28c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-tftp-recovery.bin"; + sha256 = "1ed9aaf700585af08a1c27ef9647a1b699ac7fb5fecd1ce2bae2906371a0d7aa"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr850n-v2-initramfs-kernel.bin"; + sha256 = "8ff95b3de15882ffeaabd7bd248c35d936d7662426b3ba7e80dcda4b9ffbb4ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr850n-v2" + ]; + titles = [ + { + model = "TL-WR850N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "f7c5377ece275690589588f17ff9b0622ce816e9cb4ad8b97d64d8b915bb78a5"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "b11862acc583742752c184e308a120024eb5314d34e486817fa210f45275a815"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-tplink_tl-wr902ac-v3-initramfs-kernel.bin"; + sha256 = "2a5397adbb8267b0a46ed512c4cbd3f37352f52ef77a382691397370f4897d6e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + unielec_u7628-01-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-unielec_u7628-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-unielec_u7628-01-16m-squashfs-sysupgrade.bin"; + sha256 = "373119757b8f23b86d1a39a068d652613ebae7664122b28ef895596ab824eb74"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-unielec_u7628-01-16m-initramfs-kernel.bin"; + sha256 = "30aed02f0d13eef4f201f6d41ab5dea725993e4b17a6745c51101da7eb1a25a8"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7628-01-16m" + "u7628-01-128M-16M" + "unielec,u7628-01-128m-16m" + ]; + titles = [ + { + model = "U7628-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + vocore_vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-vocore_vocore2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-vocore_vocore2-squashfs-sysupgrade.bin"; + sha256 = "bd7cbc9308666e4825a70742ac06bdfd92c5f4cd1212a8fb3f3e48fee767f3af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-vocore_vocore2-initramfs-kernel.bin"; + sha256 = "b3fdf7d0171465573ab85f68662a96a79df79cb8c48354942ea2ecc3adabf9d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore2" + "vocore2" + ]; + titles = [ + { + model = "VoCore2"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore2-lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-vocore_vocore2-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-vocore_vocore2-lite-squashfs-sysupgrade.bin"; + sha256 = "d828effa6577785c10a6fe6b64e2af847b5b34f57d18a7381db40a747afc81fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-vocore_vocore2-lite-initramfs-kernel.bin"; + sha256 = "4ee804983c14071076f000a1924dd27ef2d127fd041744f2014606d925517860"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore2-lite" + "vocore2lite" + ]; + titles = [ + { + model = "VoCore2-Lite"; + vendor = "VoCore"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "e3bdd7d63af3e1ef90edd49dbbefbeb98077faf0cd229e441139c3f721197b39"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-wavlink_wl-wn570ha1-initramfs-kernel.bin"; + sha256 = "6487795690719bdae3ab3aedd00fe7691b6ef4989696f3c0fbe24ee9db9eeb21"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + model = "WL-WN570HA1"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "c4b410e114a1f90b06e7ad598c5df508fd65d8e0c1ed464e2428adb133a4b54f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-wavlink_wl-wn575a3-initramfs-kernel.bin"; + sha256 = "3b4369f5e92d2b5e0fd3e88d02fc843050cc7fa761a8e1523119bda7f5b17c53"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + model = "WL-WN575A3"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn577a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-wavlink_wl-wn577a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-wavlink_wl-wn577a2-squashfs-sysupgrade.bin"; + sha256 = "b8080d7fbdbe97163c908498f8deada00568f52dc42761ea7db91a703792635a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-wavlink_wl-wn577a2-initramfs-kernel.bin"; + sha256 = "9d89a03e5b93e5c2987c54b9480e203530e0e35812123451c3fe60fdcd4a1e78"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn577a2" + ]; + titles = [ + { + model = "WL-WN577A2"; + vendor = "Wavlink"; + } + { + model = "WLR-755"; + vendor = "Maginon"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "bf3595644f182a28d61a8d806ca94fff3011088eb2ff3bc6776f40b2aff22437"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-widora_neo-16m-initramfs-kernel.bin"; + sha256 = "c766721e1148ea9653f56e2fc46c805560d15965476ee208837adda35e566f95"; + type = "kernel"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "16M"; + vendor = "Widora"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "d7d1b7c664695da4d3a9b8179fd2b77997c6456ceb12e9bb961c8e90583541da"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-widora_neo-32m-initramfs-kernel.bin"; + sha256 = "aafebbbcde48d1c656406602a10775718126f74134a73f2975bf62c770bb9bea"; + type = "kernel"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "32M"; + vendor = "Widora"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "95d8685575f06cee1be80a08e29ad1a324e17b6aee5cc0c7789e322aba95d2a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-wiznet_wizfi630s-initramfs-kernel.bin"; + sha256 = "c02140f15002a69dc5e73dda7090f00c927b70987423862832f76f1941a091b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + model = "WizFi630S"; + vendor = "WIZnet"; + } + ]; + }; + wrtnode_wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-wrtnode_wrtnode2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "40d732c7af4836e219e2710f09d9c2e3c584fd11037d9341f08bfef66145a18d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-wrtnode_wrtnode2p-initramfs-kernel.bin"; + sha256 = "9452ad9651afbfb30aea04d29c8215acd7d4ed0c53b03e3a105aaa5b2a5c5c8d"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2p" + "wrtnode2p" + ]; + titles = [ + { + model = "WRTnode 2P"; + vendor = "WRTnode"; + } + ]; + }; + wrtnode_wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-wrtnode_wrtnode2r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-wrtnode_wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "080f3ae13aef117688fdc109297abd975e09e0a961d4a8f1859c319bd6a72f4d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-wrtnode_wrtnode2r-initramfs-kernel.bin"; + sha256 = "3116f56b57e2da5b38ece0a9f3bcb2ced8e2cdde47ada70ba9ea8e789e1694cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2r" + "wrtnode2r" + ]; + titles = [ + { + model = "WRTnode 2R"; + vendor = "WRTnode"; + } + ]; + }; + xiaomi_mi-router-4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-xiaomi_mi-router-4a-100m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin"; + sha256 = "0faf31b85a7e20e313357a4158bf69646ccc10edc0a05509ddc34f1252bbe504"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-xiaomi_mi-router-4a-100m-initramfs-kernel.bin"; + sha256 = "8de98e7ef6bf46fa54bf0041c7f81d7fe20bf3ded7961003a827258c42e94ed0"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m" + "xiaomi,mir4a-100m" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-xiaomi_mi-router-4c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-xiaomi_mi-router-4c-squashfs-sysupgrade.bin"; + sha256 = "6f4a2227ae15e51401b472b9bac117e77643872eac5322014e24e0fd86b62195"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-xiaomi_mi-router-4c-initramfs-kernel.bin"; + sha256 = "88b72344d2b4b7f6b3f2e2d38ed5f2da225138149888e3b50032ca465a83658c"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4c" + ]; + titles = [ + { + model = "Mi Router 4C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-nano = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-xiaomi_miwifi-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-xiaomi_miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "ccffce9b7c6704ded16ab71378a3a5924eb418771f73fb5f75cbb7ce88c16ed9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-xiaomi_miwifi-nano-initramfs-kernel.bin"; + sha256 = "f8161b2bb47a96f77015422dd99deb6ba04095ca14e13b67f7fbf59fbc30512d"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-nano" + "miwifi-nano" + ]; + titles = [ + { + model = "MiWiFi Nano"; + vendor = "Xiaomi"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "8c32b599d7eb00b6926c23dd2b265ea51406c7d11b831347facd12346b707ccd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-zbtlink_zbt-we1226-initramfs-kernel.bin"; + sha256 = "9e103cfa19516bb718bcbe1641bf1b06c48af1ed03d2ca0bda70b69f94674cff"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + model = "ZBT-WE1226"; + vendor = "Zbtlink"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "0b21baf4cebb887c7cff4a0c0e6240b6a4ddd03bc6ddc744700ebf6857478375"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "d99a2d3b0444d42caa4381d3025d9e2619dcaecb17efaaf44d47b12e01536125"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-mt76x8-zyxel_keenetic-extra-ii-initramfs-kernel.bin"; + sha256 = "5161d054fc14f3ea6351d36e44bab1cd8fba3e1d9a6b29b2edb55cc7698008b8"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + model = "Keenetic Extra II"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "ramips/mt76x8"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + belkin_f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt288x-belkin_f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt288x-belkin_f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "2f1915674a7490e8a8bead2498fe5eac475f2570763395448868ca9efe25bec2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v1" + "f5d8235-v1" + ]; + titles = [ + { + model = "F5D8235"; + variant = "V1"; + vendor = "Belkin"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "ramips/rt288x"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "7links_px-4885-8m" = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-7links_px-4885-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-7links_px-4885-8m-squashfs-sysupgrade.bin"; + sha256 = "b1dae47b81eca0195c1c2385e45a8d8bc6fdded449ca4e3a975ecc247ff91797"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-7links_px-4885-8m-initramfs-kernel.bin"; + sha256 = "d91d29d9312a29a8f9f8ace6518fa628bf80c8ee496548005478aeb7268a396c"; + type = "kernel"; + } + ]; + supported_devices = [ + "7links,px-4885-8m" + "px-4885-8M" + ]; + titles = [ + { + model = "PX-4885"; + variant = "8M"; + vendor = "7Links"; + } + ]; + }; + "8devices_carambola" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-8devices_carambola"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-8devices_carambola-squashfs-sysupgrade.bin"; + sha256 = "33c72e3f19edbbe39dadb8b67fb3a36c98900772c1161a3537c3a9ca8e849c09"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-8devices_carambola-initramfs-kernel.bin"; + sha256 = "aec17623e48bcdf5fec76116b5353774c847cf1b08424e4b64b08f31a543ac93"; + type = "kernel"; + } + ]; + supported_devices = [ + "8devices,carambola" + "carambola" + ]; + titles = [ + { + model = "Carambola"; + vendor = "8devices"; + } + ]; + }; + accton_wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-accton_wr6202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-accton_wr6202-squashfs-sysupgrade.bin"; + sha256 = "fe57de578703944087e3c3e8a7b41576aa0ebf539bdb44ed9f0fc9b6f8aefb34"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-accton_wr6202-initramfs-kernel.bin"; + sha256 = "d1fc9f42c46959350beeaec46048b501fc1f50adbf729d718d0b7723656b3134"; + type = "kernel"; + } + ]; + supported_devices = [ + "accton,wr6202" + "wr6202" + ]; + titles = [ + { + model = "WR6202"; + vendor = "Accton"; + } + ]; + }; + alfa-network_w502u = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-alfa-network_w502u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-alfa-network_w502u-squashfs-sysupgrade.bin"; + sha256 = "1fb6733f829d1fc5064c9629fb8f101670011ed652c289c3e3826039211c0eac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-alfa-network_w502u-initramfs-kernel.bin"; + sha256 = "6e1753a4fc0879a8d69f78d68e0237de62d9b68b6254030a61640f4b3c5002ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,w502u" + "w502u" + ]; + titles = [ + { + model = "Networks W502U"; + vendor = "ALFA"; + } + ]; + }; + allnet_all0256n-8m = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-allnet_all0256n-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-allnet_all0256n-8m-squashfs-sysupgrade.bin"; + sha256 = "2e1417b0548aa11ba3ca89bb7854f56d1c470561907d27c51258e1c00708e096"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-allnet_all0256n-8m-initramfs-kernel.bin"; + sha256 = "d9a73235aad9df6c3e515c11647a55c26c58096be543ce0814930ed01f3492e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all0256n-8m" + "all0256n-8M" + ]; + titles = [ + { + model = "ALL0256N"; + variant = "8M"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5002 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-allnet_all5002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-allnet_all5002-squashfs-sysupgrade.bin"; + sha256 = "f541a6288801f3a4c0e6e1bd6dc1b718410ae50baaf2212e7d68e0118d1c78e9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-allnet_all5002-initramfs-kernel.bin"; + sha256 = "f7a01b8ddb5e12c1445646607c13e31e71d1fc4a3000fef201d14ec4dc61e961"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all5002" + "all5002" + ]; + titles = [ + { + model = "ALL5002"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5003 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-allnet_all5003"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-allnet_all5003-squashfs-sysupgrade.bin"; + sha256 = "49a26cef159442748c5cf29db679226ef4f27e3c4d4266fa7eee98d7396608d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-allnet_all5003-initramfs-kernel.bin"; + sha256 = "c0529130d8cd257b7d4dd0281dd6e8e06dd67f8e900bd66866efe4a45c53f5fc"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all5003" + "all5003" + ]; + titles = [ + { + model = "ALL5003"; + vendor = "Allnet"; + } + ]; + }; + alphanetworks_asl26555-16m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-alphanetworks_asl26555-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-alphanetworks_asl26555-16m-squashfs-sysupgrade.bin"; + sha256 = "54df6fe5c5f588578381d3ccd8adab1acb667195a57b14b0b7f0b229157821ac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-alphanetworks_asl26555-16m-initramfs-kernel.bin"; + sha256 = "b7c6a0b8947c5584adae19f035539632632458929b4ac3548b0a4b05bb2f9a0b"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-16m" + "asl26555" + "asl26555-16M" + ]; + titles = [ + { + model = "ASL26555"; + variant = "16M"; + vendor = "Alpha"; + } + ]; + }; + alphanetworks_asl26555-8m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-alphanetworks_asl26555-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-alphanetworks_asl26555-8m-squashfs-sysupgrade.bin"; + sha256 = "24c7485910c9a18148003a7142124db445eae32b66049c6b16d42e45de3d9665"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-alphanetworks_asl26555-8m-initramfs-kernel.bin"; + sha256 = "a572e0ef3c69a95f5be13fa4c7b02e73af6989db66e87b6aaed95c5e3f0c4510"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-8m" + "asl26555" + "asl26555-8M" + ]; + titles = [ + { + model = "ASL26555"; + vendor = "Alpha"; + } + ]; + }; + arcwireless_freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-arcwireless_freestation5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-arcwireless_freestation5-squashfs-sysupgrade.bin"; + sha256 = "c1b9175d6600ec6a42033593298a04c12b92aa731740bba7484e3189a5fd02af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-arcwireless_freestation5-initramfs-kernel.bin"; + sha256 = "b3e1db5131dbf8682e3902ccb11ad00232a55e937c6345da8b593d01d7ab486f"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcwireless,freestation5" + "freestation5" + ]; + titles = [ + { + model = "FreeStation"; + vendor = "ARC Wireless"; + } + ]; + }; + argus_atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-argus_atp-52b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-argus_atp-52b-squashfs-sysupgrade.bin"; + sha256 = "1035a799cfd9acc6cfca1b927165e2d90f8076e0e13108ce5df2713168987c14"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-argus_atp-52b-initramfs-kernel.bin"; + sha256 = "dd3cf54cc60864af9e71a799a547d9126bcd1534df3aedf1a7e1a3ca401e29a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "argus,atp-52b" + "atp-52b" + ]; + titles = [ + { + model = "ATP-52B"; + vendor = "Argus"; + } + ]; + }; + asiarf_awm002-evb-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-asiarf_awm002-evb-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-asiarf_awm002-evb-8m-squashfs-sysupgrade.bin"; + sha256 = "c58bd49dd4a419a4b42fc21b00d047929cde28f967045490a17410e39acf719c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-asiarf_awm002-evb-8m-initramfs-kernel.bin"; + sha256 = "f5ad17d0c8449a27f79c33c5d8b39bfcb8959a26e0235734d022eac07923e6a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,awm002-evb-8m" + "awm002-evb-8M" + ]; + titles = [ + { + model = "AWM002-EVB/AWM003-EVB"; + variant = "8M"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-asus_rt-n13u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-asus_rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "dcc6f3b92dc752a403c5fa026b0471bd731b948b770dc12bfce778d22830314d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-asus_rt-n13u-initramfs-kernel.bin"; + sha256 = "b87ddb82406445d6f7a7f0a56b0b8a3cadd5858d5005f09894aa2ec4de493e5f"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n13u" + "rt-n13u" + ]; + titles = [ + { + model = "RT-N13U"; + vendor = "Asus"; + } + ]; + }; + aximcom_mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-aximcom_mr-102n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-aximcom_mr-102n-squashfs-sysupgrade.bin"; + sha256 = "e48349f94c6d2ff1832ce17c791d30f55f7547688033cf32932c53640d31013a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-aximcom_mr-102n-initramfs-kernel.bin"; + sha256 = "be9f1629736c54b90f6a9d83fe149565abbb0033606f4bc3dafbb87b1ad3bade"; + type = "kernel"; + } + ]; + supported_devices = [ + "aximcom,mr-102n" + "mr-102n" + ]; + titles = [ + { + model = "MR-102N"; + vendor = "AXIMCom"; + } + ]; + }; + aztech_hw550-3g = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-aztech_hw550-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-aztech_hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "e4afdcd4661bc1c8ec7f4a81966a155bb3e1d49f9cc4524ab5f4e4cfceda9fcf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-aztech_hw550-3g-initramfs-kernel.bin"; + sha256 = "78264bd1fa5248c67eac969421ae756d1028df7f6514e93a332a997d044742c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "aztech,hw550-3g" + "hw550-3g" + ]; + titles = [ + { + model = "HW550-3G"; + vendor = "Aztech"; + } + { + model = "ALL0239-3G"; + vendor = "Allnet"; + } + ]; + }; + belkin_f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-belkin_f5d8235-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-belkin_f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "03b8685413247ab816e5fd87d396f03d34db9e0713b1f0873aeb726f3d179313"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-belkin_f5d8235-v2-initramfs-kernel.bin"; + sha256 = "e48569e733aa2cc17a5ca373c41c9c7cca75e6679e02c7e0dcbed19ae5d71aaa"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v2" + "f5d8235-v2" + ]; + titles = [ + { + model = "F5D8235"; + variant = "v2"; + vendor = "Belkin"; + } + ]; + }; + belkin_f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-belkin_f7c027"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-belkin_f7c027-squashfs-sysupgrade.bin"; + sha256 = "cb87f874817ec945c98adf22c6b986b08d54d392da29f7e176508c1d1b87d293"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-belkin_f7c027-initramfs-kernel.bin"; + sha256 = "c930f688a1d87fafa15d034dadc7d1c7c795872bd8bb224e4bca2857cd672e87"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f7c027" + "f7c027" + ]; + titles = [ + { + model = "F7C027"; + vendor = "Belkin"; + } + ]; + }; + dlink_dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-dlink_dap-1350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-dlink_dap-1350-squashfs-factory-NA.bin"; + sha256 = "6297c3985b70a879b46287b31d40662348319e0b12e468c0cd8807f055c81508"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-dlink_dap-1350-squashfs-factory.bin"; + sha256 = "b493fec6b46e3ec1e36722517300ad2eb2d4e215b8d602f9bc8f9f8bb9b30588"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-dlink_dap-1350-squashfs-sysupgrade.bin"; + sha256 = "9c45db69584c5ed96eea70f444068c2ffcb156518d2d561fb389a9eec9699992"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-dlink_dap-1350-initramfs-kernel.bin"; + sha256 = "b7b1711356ee6f5b53fd5036aeebbab80c97672fc70e27e4350f9c734d1bf7be"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-1350" + "dap-1350" + ]; + titles = [ + { + model = "DAP-1350"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-300-b7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-dlink_dir-300-b7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-dlink_dir-300-b7-squashfs-sysupgrade.bin"; + sha256 = "96c2f8669bd6e58d706cf4a4c7043bfdc5bd5a3b312ec21ee78cb713e22579ff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-dlink_dir-300-b7-initramfs-kernel.bin"; + sha256 = "c50eeceab71af40ca959364c32d692613cc8c19d7288dd3e2a7f94e544bc582c"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-300-b7" + "dir-300-b7" + ]; + titles = [ + { + model = "DIR-300"; + variant = "B7"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-dlink_dir-320-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-dlink_dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "a27a3f37f32dfc9cb811b61081359b50b3a5c03791254a65e1988fbe86849a33"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-dlink_dir-320-b1-initramfs-kernel.bin"; + sha256 = "19ecf4264413f64b57dc7fa9692b87ed682f3b937d8ac9765b7f1a891454e008"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-320-b1" + "dir-320-b1" + ]; + titles = [ + { + model = "DIR-320"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-dlink_dir-620-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-dlink_dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "7d3f8cefd3a7c83d4977b5b968723448476220ebe8ffee65bdc646f3f4cbf833"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-dlink_dir-620-a1-initramfs-kernel.bin"; + sha256 = "7045f41fa34deb88e70aff9cd043ae2a2b40d9a4a98ec67bf783cfb3346a4559"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-620-a1" + "dir-620-a1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-dlink_dir-620-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-dlink_dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "e476c4949e3e13d1e91dee80faf0a7ab9012c02c18f6e16235d77caa81edccb4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-dlink_dir-620-d1-initramfs-kernel.bin"; + sha256 = "8d4813ab42355d8226ef3d50ca23ed399b3df9a3cb3b963e973dc402ca0742a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-620-d1" + "dir-620-d1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial-option" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-dlink_dwr-512-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-dlink_dwr-512-b-squashfs-factory.bin"; + sha256 = "6d87511b20a4b3770a36b66e7ff63ae0a20fa6a146562b4e79329ca12b19a93d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-dlink_dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "4e4ee3412fabfd43c3dd2289a6b4831e9974d9154be956c2dd030a82c40357a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-dlink_dwr-512-b-initramfs-kernel.bin"; + sha256 = "ed044ed9c351e787d9697b77ec003947a6fa1b5a4e3611fdc8bd87ed03de2f62"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-512-b" + "dwr-512-b" + ]; + titles = [ + { + model = "DWR-512"; + variant = "B"; + vendor = "D-Link"; + } + ]; + }; + easyacc_wizard-8800 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-easyacc_wizard-8800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-easyacc_wizard-8800-squashfs-sysupgrade.bin"; + sha256 = "5f5156d1037677487113c44d6164f7289ee8c64d430cdd833369ec4d2bbd35a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-easyacc_wizard-8800-initramfs-kernel.bin"; + sha256 = "717cbf05159bcf2c4c531c37b09170db95176451b7a65f90d467c1e3e56fc799"; + type = "kernel"; + } + ]; + supported_devices = [ + "easyacc,wizard-8800" + "wizard8800" + ]; + titles = [ + { + model = "WIZARD 8800"; + vendor = "EasyAcc"; + } + ]; + }; + fon_fonera-20n = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-fon_fonera-20n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-fon_fonera-20n-squashfs-factory.bin"; + sha256 = "bbfa6ed4227fa82e7142387eb47bb31ca47c5ab599b0e42609dced68cdafdc87"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-fon_fonera-20n-squashfs-sysupgrade.bin"; + sha256 = "633b4381ea181c7ae3cf1675b8e094c8324631501a7cbb09f40a69d1298fa4cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-fon_fonera-20n-initramfs-kernel.bin"; + sha256 = "220e7895aa21680e24357209b3aff85a5ca0cd37ca576158a0e6e4b3bb1a5f4a"; + type = "kernel"; + } + ]; + supported_devices = [ + "fon,fonera-20n" + "fonera20n" + ]; + titles = [ + { + model = "Fonera 2.0N"; + vendor = "Fon"; + } + ]; + }; + hame_mpr-a2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-hame_mpr-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-hame_mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "d47a233fb06d3039d3e18356e3740f0f66c199d1ca1da5b5b1bc8fa99e300f8d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-hame_mpr-a2-initramfs-kernel.bin"; + sha256 = "3a81163e677a034c1d0a0322ea4aa8262050478fe471da1657a38df8b87bc6e3"; + type = "kernel"; + } + ]; + supported_devices = [ + "hame,mpr-a2" + "mpr-a2" + ]; + titles = [ + { + model = "MPR"; + variant = "A2"; + vendor = "HAME"; + } + ]; + }; + hauppauge_broadway = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-hauppauge_broadway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-hauppauge_broadway-squashfs-sysupgrade.bin"; + sha256 = "442bbd971edfddaa54e2f0e87d74ee27ce221b557d7ce2e9d9b57e74aafde4fa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-hauppauge_broadway-initramfs-kernel.bin"; + sha256 = "24723864954e0560fd9713bc19486fe94981a1d818bdfb98d25dea858df29eda"; + type = "kernel"; + } + ]; + supported_devices = [ + "hauppauge,broadway" + "broadway" + ]; + titles = [ + { + model = "Broadway"; + vendor = "Hauppauge"; + } + ]; + }; + huawei_hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-huawei_hg255d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-huawei_hg255d-squashfs-sysupgrade.bin"; + sha256 = "fce634e2b724ca0c5433811aea6968d419323971d0b19877f4993204bfe5a7fa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-huawei_hg255d-initramfs-kernel.bin"; + sha256 = "555b9f5cdbddce05e2ad5ca20e59dd96fdb1a8a124dbb2b57ff702649b7daab8"; + type = "kernel"; + } + ]; + supported_devices = [ + "huawei,hg255d" + "hg255d" + ]; + titles = [ + { + model = "HG255D"; + vendor = "HuaWei"; + } + ]; + }; + intenso_memory2move = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-intenso_memory2move"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-intenso_memory2move-squashfs-sysupgrade.bin"; + sha256 = "90fe4e36ab783c821acfabdb7dc34b4d710cb0fc2c9789255b7bd1ca1a291d60"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-intenso_memory2move-initramfs-kernel.bin"; + sha256 = "16a15272d792313b4f7886886dd5901446bb10178015e911d4713e2acc58fda3"; + type = "kernel"; + } + ]; + supported_devices = [ + "intenso,memory2move" + "m2m" + ]; + titles = [ + { + model = "Memory 2 Move"; + vendor = "Intenso"; + } + ]; + }; + mofinetwork_mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-mofinetwork_mofi3500-3gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-mofinetwork_mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "e67b1cbab80d3dda1e373aabfba7ecaadd1f77648b290db146838c97584da7a5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-mofinetwork_mofi3500-3gn-initramfs-kernel.bin"; + sha256 = "eb1b13d44ae0b73eac632d3685e6bea79616bad30ab6b592a1b60c3bc46ab883"; + type = "kernel"; + } + ]; + supported_devices = [ + "mofinetwork,mofi3500-3gn" + "mofi3500-3gn" + ]; + titles = [ + { + model = "MOFI3500-3GN"; + vendor = "MoFi Network"; + } + ]; + }; + nexaira_bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-nexaira_bc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-nexaira_bc2-squashfs-sysupgrade.bin"; + sha256 = "c7ab0a067c326feb8e5ef69ea648d8b134d900b9bf05bb92a64ec021a75ce0f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-nexaira_bc2-initramfs-kernel.bin"; + sha256 = "70672e433ee83fcd86ac0f78f25930f3d97c34c2eefc4c4642cd6a55bd79d281"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexaira,bc2" + "bc2" + ]; + titles = [ + { + model = "BC2"; + vendor = "NexAira"; + } + ]; + }; + nexx_wt1520-8m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-nexx_wt1520-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-nexx_wt1520-8m-squashfs-factory.bin"; + sha256 = "ae01198c463791525588112de8ecfa394bc18ad65cf8d27ad6bad1637d683b1d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-nexx_wt1520-8m-squashfs-sysupgrade.bin"; + sha256 = "cefe88a723836b48747b223887e493108a05d19372f821e5a39e02cbbe1e1126"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-nexx_wt1520-8m-initramfs-kernel.bin"; + sha256 = "f16c702823746f63fdcdc0f2cb210bd1a762c3cd7370c7caf0362d6c8361e38d"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexx,wt1520-8m" + "wt1520-8M" + ]; + titles = [ + { + model = "WT1520"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + nixcore_x1-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-nixcore_x1-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-nixcore_x1-16m-squashfs-sysupgrade.bin"; + sha256 = "a45f8306f653b34db79b1796b85e878091bdfb3c45fafd5c42d5f87e9cabe7cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-nixcore_x1-16m-initramfs-kernel.bin"; + sha256 = "ef132628c84344c2e4e60dbacb5152af63cb18121332e941b224e642823f6c14"; + type = "kernel"; + } + ]; + supported_devices = [ + "nixcore,x1-16m" + "nixcore-x1" + "nixcore-x1-16M" + ]; + titles = [ + { + model = "X1"; + variant = "16M"; + vendor = "Nixcore"; + } + ]; + }; + nixcore_x1-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-nixcore_x1-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-nixcore_x1-8m-squashfs-sysupgrade.bin"; + sha256 = "eb483d5b1fb80cc65b4f944482fd445c62b168f44d25be87af1dba04018da683"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-nixcore_x1-8m-initramfs-kernel.bin"; + sha256 = "aeaaa54bed07f781cc0a5f459d06dbcedb8e00233b6e2441cc6f1dab4849bc5a"; + type = "kernel"; + } + ]; + supported_devices = [ + "nixcore,x1-8m" + "nixcore-x1" + "nixcore-x1-8M" + ]; + titles = [ + { + model = "X1"; + variant = "8M"; + vendor = "Nixcore"; + } + ]; + }; + olimex_rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-olimex_rt5350f-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-olimex_rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "56a4c9bb74fee893180a938201b839bfec8a236ea1da74320a4ff11a463e8814"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-olimex_rt5350f-olinuxino-initramfs-kernel.bin"; + sha256 = "3039b63dd09d0661e0c5b9ee4c1c887571cb8599886bc03a078f938c08aeb6eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino" + "rt5350f-olinuxino" + ]; + titles = [ + { + model = "RT5350F-OLinuXino"; + vendor = "OLIMEX"; + } + ]; + }; + olimex_rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-olimex_rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-olimex_rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "bbeebe9089f219b0f537b69a375f306c1dc1866b591745f3ea642854fa0c6116"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-olimex_rt5350f-olinuxino-evb-initramfs-kernel.bin"; + sha256 = "e19c1d31f79db673e337bd2be7aa26a4a0d764333564e6ad37afac0ee9794d0b"; + type = "kernel"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino-evb" + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + model = "RT5350F-OLinuXino-EVB"; + vendor = "OLIMEX"; + } + ]; + }; + omnima_miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-omnima_miniembplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-omnima_miniembplug-squashfs-sysupgrade.bin"; + sha256 = "141e0b250e15685f39a01e92a85726f343988ba61eee56cc4278a416a7561a85"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-omnima_miniembplug-initramfs-kernel.bin"; + sha256 = "a484e4e2ac234e0833666bb2be72fbc39690aa964bcf537bbbdb42974b1796d3"; + type = "kernel"; + } + ]; + supported_devices = [ + "omnima,miniembplug" + "miniembplug" + ]; + titles = [ + { + model = "MiniEMBPlug"; + vendor = "Omnima"; + } + ]; + }; + omnima_miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-omnima_miniembwifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-omnima_miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "4d081ef891bb640f2ce56554b9c2b09eaa0c54c4aeed1df71f863cdabf7f39d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-omnima_miniembwifi-initramfs-kernel.bin"; + sha256 = "8b4a83106aeda0f0a883bcad4faf02b76abf7cd5db07b475c79d7400a94f0533"; + type = "kernel"; + } + ]; + supported_devices = [ + "omnima,miniembwifi" + "miniembwifi" + ]; + titles = [ + { + model = "MiniEMBWiFi"; + vendor = "Omnima"; + } + ]; + }; + planex_mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-planex_mzk-wdpr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-planex_mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "c38ac203c935e1b262edb5b5700c359322dbb959774302acf7d0b87d641b14e8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-planex_mzk-wdpr-initramfs-kernel.bin"; + sha256 = "c34957b039f78ed353fa53611cfb9dad88f6f22747bc2d35bc1cf4c17f977f5d"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-wdpr" + "mzk-wdpr" + ]; + titles = [ + { + model = "MZK-WDPR"; + vendor = "Planex"; + } + ]; + }; + poray_ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-poray_ip2202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-poray_ip2202-squashfs-sysupgrade.bin"; + sha256 = "bb935787fddb29dd36a875427d3847a6f1888e86953bb3df38b4d921590d5be3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-poray_ip2202-initramfs-kernel.bin"; + sha256 = "48f92243f321732e812cf0a08e01b3dcce39f5751d880cc6cae11b68547d5691"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,ip2202" + "ip2202" + ]; + titles = [ + { + model = "IP2202"; + vendor = "Poray"; + } + ]; + }; + poray_m4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-poray_m4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-poray_m4-8m-squashfs-factory.bin"; + sha256 = "1b4479cb2606cc84a6a62aaa789523248226be1d85968089819587c8fc80f7e5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-poray_m4-8m-squashfs-sysupgrade.bin"; + sha256 = "4eb1fb553193e6712f29a0515e8b84e0730a7e05bb6325c15a1a8b41acdf30a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-poray_m4-8m-initramfs-kernel.bin"; + sha256 = "0b794739e77c61edc5ee9f038486194bf17a05175b0423d55f5e7976bd2d0e87"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,m4-8m" + "m4-8M" + ]; + titles = [ + { + model = "M4"; + variant = "8M"; + vendor = "Poray"; + } + ]; + }; + poray_x5 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-poray_x5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-poray_x5-squashfs-factory.bin"; + sha256 = "2c50307c7a8e8dd5ee1b0d8570234d991ba0b2425711f943484d16ab947d72de"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-poray_x5-squashfs-sysupgrade.bin"; + sha256 = "163f076857f36f7fbf4a4546a77b36a6edb3231e77befa62aa494d2ed4d9628f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-poray_x5-initramfs-kernel.bin"; + sha256 = "3ddff5da0021924c01233f2420f4b92e41fb5923ed01b38e81958e68926e7277"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,x5" + "x5" + ]; + titles = [ + { + model = "X5/X6"; + vendor = "Poray"; + } + ]; + }; + poray_x8 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-poray_x8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-poray_x8-squashfs-factory.bin"; + sha256 = "d936d97315023803301d06f07af9bc984dd647323c6459b27f4d7c2221c647a7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-poray_x8-squashfs-sysupgrade.bin"; + sha256 = "5ef123ed0cf7eaba9bfe5709b4ceb44bdfa2538be69cb018b665c2596ea31c15"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-poray_x8-initramfs-kernel.bin"; + sha256 = "81123a0558d1cb8f4d70880e296332efbb86277588ad71407ad64d0cd7d432eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,x8" + "x8" + ]; + titles = [ + { + model = "X8"; + vendor = "Poray"; + } + ]; + }; + prolink_pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-prolink_pwh2004"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-prolink_pwh2004-squashfs-sysupgrade.bin"; + sha256 = "8dbaeac87198b72cc5b71e76ab5812ab386ac350d749031dea522cc7f06e0e1a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-prolink_pwh2004-initramfs-kernel.bin"; + sha256 = "954f8a7d7b69d694c20f3843011c315afaf683d739e6898b59b7a1aa730601cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "prolink,pwh2004" + "pwh2004" + ]; + titles = [ + { + model = "PWH2004"; + vendor = "Prolink"; + } + ]; + }; + teltonika_rut5xx = { + device_packages = [ + "om-watchdog" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-teltonika_rut5xx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-teltonika_rut5xx-squashfs-sysupgrade.bin"; + sha256 = "be938334a33c6b980569885843d9e84bd856883730b509bf686a0d5e3fa28a3a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-teltonika_rut5xx-initramfs-kernel.bin"; + sha256 = "6f72351d5958244ac25b52cea54418cbed6ae5cc7f0b74067bb5d2a2a1633edc"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut5xx" + "rut5xx" + ]; + titles = [ + { + model = "RUT5XX"; + vendor = "Teltonika"; + } + ]; + }; + trendnet_tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-trendnet_tew-714tru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-trendnet_tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "151dec12476dd9c80c43cb9e3fb3696621fb628fa66a7d128f4702ff9fdff679"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-trendnet_tew-714tru-initramfs-kernel.bin"; + sha256 = "017fb3844ea71b483cf4fb037be29b83418376c1db2b1fa36a839eb63cf837b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "trendnet,tew-714tru" + "tew-714tru" + ]; + titles = [ + { + model = "TEW-714TRU"; + vendor = "TRENDnet"; + } + ]; + }; + unbranded_wr512-3gn-8m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-unbranded_wr512-3gn-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-unbranded_wr512-3gn-8m-squashfs-sysupgrade.bin"; + sha256 = "7ffdf45c4b8f326ca52ea7259c6ed8538b8f4888375c41044ee81363d99abbd8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-unbranded_wr512-3gn-8m-initramfs-kernel.bin"; + sha256 = "6431953aca4b093cd51c1e5e7a5a60e7fd3fd005937167ab24d8ad9ce4a2c1b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "unbranded,wr512-3gn-8m" + "wr512-3gn-8M" + ]; + titles = [ + { + model = "WR512-3GN"; + variant = "8M"; + vendor = "Ralink"; + } + ]; + }; + upvel_ur-336un = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-upvel_ur-336un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-upvel_ur-336un-squashfs-sysupgrade.bin"; + sha256 = "c653c98cd4948985fccc2256d292900a5b5a553e91b6eaea7dbaa7db665fe811"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-upvel_ur-336un-initramfs-kernel.bin"; + sha256 = "97e42d206f523343de661e6cf13d9a4dba121763eb60cf681b93d55db315c542"; + type = "kernel"; + } + ]; + supported_devices = [ + "upvel,ur-336un" + "ur-336un" + ]; + titles = [ + { + model = "UR-336UN"; + vendor = "UPVEL"; + } + ]; + }; + vocore_vocore-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-vocore_vocore-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-vocore_vocore-16m-squashfs-sysupgrade.bin"; + sha256 = "9967b6f3764b32a77b7469a51c2dfb24d2363af63aea7b1fa0e4284da4152efa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-vocore_vocore-16m-initramfs-kernel.bin"; + sha256 = "3ec2071c971a6dc372920f172d48d941569b8eeb1adc57811facdaf0e303c78b"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore-16m" + "vocore" + "vocore-16M" + ]; + titles = [ + { + model = "VoCore"; + variant = "16M"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-vocore_vocore-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-vocore_vocore-8m-squashfs-sysupgrade.bin"; + sha256 = "dc56cab9907ee9df2bb55e168b6b4de9f97cd08434ba406dff9764bc49d2ceeb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-vocore_vocore-8m-initramfs-kernel.bin"; + sha256 = "86bd851bf4a7e4010be4ba08cabbe3e006a2f7df8a67a80ecf1aff32f0160f5f"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore-8m" + "vocore" + "vocore-8M" + ]; + titles = [ + { + model = "VoCore"; + variant = "8M"; + vendor = "VoCore"; + } + ]; + }; + wansview_ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-wansview_ncs601w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-wansview_ncs601w-squashfs-sysupgrade.bin"; + sha256 = "211f7aa9f44564fade378ac632a75a2f025a874ddd539c651961043c1e8af9b5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-wansview_ncs601w-initramfs-kernel.bin"; + sha256 = "b675a4f57e3cf3cf65ed23339e208ba871276c84962e54007ed129c75cafb593"; + type = "kernel"; + } + ]; + supported_devices = [ + "wansview,ncs601w" + "ncs601w" + ]; + titles = [ + { + model = "NCS601W"; + vendor = "Wansview"; + } + ]; + }; + wiznet_wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-wiznet_wizfi630a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-wiznet_wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "4143e0b7285f845ebb0542d430a40f5e2684d18e121da323adae99225485d4ea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-wiznet_wizfi630a-initramfs-kernel.bin"; + sha256 = "89081b3d8070b2142ef9ac7044ec45fddc9ac2ef76ece5fa4885e636cbcd3ab6"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630a" + "wizfi630a" + ]; + titles = [ + { + model = "WizFi630A"; + vendor = "WIZnet"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "cf3ae9c9defe230089060a9fb0deca595dc762e5144fc2d2e21ab4356c217ce9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-zorlik_zl5900v2-initramfs-kernel.bin"; + sha256 = "536ce45d82399cde6d34999c52ba5f291500604696124dfe97381b3e42e758fc"; + type = "kernel"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + model = "ZL5900V2"; + vendor = "Zorlik"; + } + ]; + }; + zte_mf283plus = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-zte_mf283plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin"; + sha256 = "2410852423067307bbdb8d71cda5fddfd558f9fceb561314c52a785b1318bd99"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-zte_mf283plus-initramfs-kernel.bin"; + sha256 = "3a27f8f14969b2d133224dce399d47baad8f5b7fc7bd8bbd9f697685e55e0744"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf283plus" + ]; + titles = [ + { + model = "MF283+"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-zyxel_keenetic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-zyxel_keenetic-squashfs-sysupgrade.bin"; + sha256 = "6e886b5f54b2fe4f27e3870121fc15a1e806ca317c4f257b9bfd443cc1fe2442"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-zyxel_keenetic-initramfs-kernel.bin"; + sha256 = "3690a75604606fc9333807de9a54ae2cc3a65f84e7dedfd055c1ad2cb80fd7d4"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic" + "kn" + ]; + titles = [ + { + model = "Keenetic"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-lite-b = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-zyxel_keenetic-lite-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-zyxel_keenetic-lite-b-squashfs-sysupgrade.bin"; + sha256 = "b98837c7c1b6644434a82c6c2a0480f2946abbb68f198b6d015f55289fd86722"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-zyxel_keenetic-lite-b-initramfs-kernel.bin"; + sha256 = "db7304cf8c0ba6c9dcb7547969d972acb516bd38d8d923c0e401e07f396fd54f"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-lite-b" + ]; + titles = [ + { + model = "Keenetic Lite"; + variant = "B"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg-419n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt305x-zyxel_nbg-419n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt305x-zyxel_nbg-419n-v2-squashfs-sysupgrade.bin"; + sha256 = "48f606abd149c3f72747de0657cfc1911b77f0ecf20dbe2d1d405abae65655b5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-ramips-rt305x-zyxel_nbg-419n-v2-initramfs-kernel.bin"; + sha256 = "41553f96d86f0d0ce2be9d9f9d4e006ef621eb9bbb37fce081801f7cf1d817ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg-419n-v2" + "nbg-419n2" + ]; + titles = [ + { + model = "NBG-419N"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "ramips/rt305x"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-n56u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt3883-asus_rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-asus_rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "0cb7e9a4c40ba61f913ad59284356fa3e1d0a8d619526106fd6b190fea4565b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u" + "rt-n56u" + ]; + titles = [ + { + model = "RT-N56U"; + vendor = "Asus"; + } + ]; + }; + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "cc6a06f6a90eb60c71f250a819f00ff9f438d3c10b1aec66115ec795628f8f7c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + model = "F9K1109"; + variant = "Version 1.0"; + vendor = "Belkin"; + } + ]; + }; + dlink_dir-645 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt3883-dlink_dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-dlink_dir-645-squashfs-sysupgrade.bin"; + sha256 = "26a14929fdd911fb00c3e2a98909f23cfc22e87a3b50b4a5c6664d77de565555"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-dlink_dir-645-squashfs-factory.bin"; + sha256 = "8ab620f1237c5f16683508401f30b20088975d48fea466d6e7276a1300f81ecc"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-645" + "dir-645" + ]; + titles = [ + { + model = "DIR-645"; + vendor = "D-Link"; + } + ]; + }; + edimax_br-6475nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt3883-edimax_br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-edimax_br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "487e77ede2bbdd77cdc086facfe1721b74be07c004d63701cfd6f989792fc6c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6475nd" + "br-6475nd" + ]; + titles = [ + { + model = "BR-6475nD"; + vendor = "Edimax"; + } + ]; + }; + engenius_esr600h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt3883-engenius_esr600h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-engenius_esr600h-squashfs-sysupgrade.bin"; + sha256 = "462f4ec965f09ce114562254ab3e5cb872fe9af6a374191328187bcb928934e1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-engenius_esr600h-squashfs-factory.dlf"; + sha256 = "7cf5fb9a034c38cbefe29b02b9b816d04e5438e3cbdae52cc1f934faac410345"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,esr600h" + ]; + titles = [ + { + model = "ESR600H"; + vendor = "EnGenius"; + } + ]; + }; + loewe_wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt3883-loewe_wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-loewe_wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "0cfa1b2fc4e03258fce2d55e2730baafde2cabdf54b635cf4c3266d49777b3d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "loewe,wmdr-143n" + "wmdr-143n" + ]; + titles = [ + { + model = "WMDR-143N"; + vendor = "Loewe"; + } + ]; + }; + omnima_hpm = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt3883-omnima_hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-omnima_hpm-squashfs-sysupgrade.bin"; + sha256 = "b0f4b160196dc8ce573e47ad4dd23e88dbde7c6f5324aa75cc9f279afc5caf11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,hpm" + "hpm" + ]; + titles = [ + { + model = "HPM"; + vendor = "Omnima"; + } + ]; + }; + samsung_cy-swr1100 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt3883-samsung_cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-samsung_cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "73217a4b6ab02c193ca8c43e9ce7156309a40280b909b18da0d5421a03797fa6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-samsung_cy-swr1100-squashfs-factory.bin"; + sha256 = "35428bb61f169ed21b50f5a40c6307c86c1ae90d085635bcb0a013aad0aac689"; + type = "factory"; + } + ]; + supported_devices = [ + "samsung,cy-swr1100" + "cy-swr1100" + ]; + titles = [ + { + model = "CY-SWR1100"; + vendor = "Samsung"; + } + ]; + }; + sitecom_wlr-6000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.3-ramips-rt3883-sitecom_wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-sitecom_wlr-6000-squashfs-factory.dlf"; + sha256 = "b18824e44ba986f177dbabc8a0a8a46b2c36d456bc7ddd60f12db191ba591a3b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-sitecom_wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "ee999bf39c49d380edcb3a52564c1c336d8a1242ca96d22f94b70f09dcc0ed24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-6000" + "wlr-6000" + ]; + titles = [ + { + model = "WLR-6000"; + vendor = "Sitecom"; + } + ]; + }; + trendnet_tew-691gr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt3883-trendnet_tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-trendnet_tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "1c974a04dd4827f840a388c2bcea81f4d3b18c87ab419a012eb2b2f29bf6f462"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-trendnet_tew-691gr-squashfs-factory.bin"; + sha256 = "1b0e2a4dbaef79b9c76a77f139b354a639d0b9f923bf8c623bf45d0c45a1045e"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-691gr" + "tew-691gr" + ]; + titles = [ + { + model = "TEW-691GR"; + vendor = "TRENDnet"; + } + ]; + }; + trendnet_tew-692gr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-ramips-rt3883-trendnet_tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-trendnet_tew-692gr-squashfs-factory.bin"; + sha256 = "adfbe6e15ff937785b8342c57cafac1f9057215a775f80e86da700f9e7b9d43b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-ramips-rt3883-trendnet_tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "5166023c9b4ceb1c51cc53b823c3427af2c5d924f332187e7a974972d73d2d89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-692gr" + "tew-692gr" + ]; + titles = [ + { + model = "TEW-692GR"; + vendor = "TRENDnet"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "ramips/rt3883"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + realtek = { + generic = { + arch_packages = "mips_4kec"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "ethtool" + "firewall" + "fstools" + "ip-bridge" + "ip-full" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "procd" + "tc" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + allnet_all-sg8208m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-realtek-generic-allnet_all-sg8208m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-realtek-generic-allnet_all-sg8208m-squashfs-sysupgrade.bin"; + sha256 = "d6c9e2b5399a396eda7d7216aa155b777175c4c9ab8f67cdc70cb195edfd7908"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-realtek-generic-allnet_all-sg8208m-initramfs-kernel.bin"; + sha256 = "866ee094b4bb727b6b884a36bd62d2cff2ed83d7ad97bb952e23bbc69cca5666"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all-sg8208m" + ]; + titles = [ + { + model = "ALL-SG8208M"; + vendor = "ALLNET"; + } + ]; + }; + d-link_dgs-1210-10p = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.3-realtek-generic-d-link_dgs-1210-10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-realtek-generic-d-link_dgs-1210-10p-squashfs-sysupgrade.bin"; + sha256 = "dd4d3ed70dae8761924ee83a6f612f292bc33bf62c2f00c639417e6a97b41a25"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-realtek-generic-d-link_dgs-1210-10p-initramfs-kernel.bin"; + sha256 = "acb5d97ec20c5ae98d356450e1b8f58e4b9f18c28aa440208348b2a4a6ad9192"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-10p" + ]; + titles = [ + { + model = "DGS-1210-10P"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-16 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-realtek-generic-d-link_dgs-1210-16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-realtek-generic-d-link_dgs-1210-16-squashfs-sysupgrade.bin"; + sha256 = "1a504d6295c3183c4ec6feb29674af3ea4a80f4a4f009a95a9d9c1b0cc34183f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-realtek-generic-d-link_dgs-1210-16-initramfs-kernel.bin"; + sha256 = "75539597c1f4ca92acc87252cd500f5050545f13e6a1e8b561f0ee8cccaf5ad4"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-16" + ]; + titles = [ + { + model = "DGS-1210-16"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-28 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-realtek-generic-d-link_dgs-1210-28"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-realtek-generic-d-link_dgs-1210-28-squashfs-sysupgrade.bin"; + sha256 = "761b3a2fae993e19c5cde2b12c409202a97312ca16d35cce176dd9e84c603067"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-realtek-generic-d-link_dgs-1210-28-initramfs-kernel.bin"; + sha256 = "3cbb49434e5ea44f982dda9598fb1ec11f4606967e7fff47fb67f52447ed3e01"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-28" + ]; + titles = [ + { + model = "DGS-1210-28"; + vendor = "D-Link"; + } + ]; + }; + netgear_gs108t-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-realtek-generic-netgear_gs108t-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-realtek-generic-netgear_gs108t-v3-initramfs-kernel.bin"; + sha256 = "b6d2951588e86fd14c430f0d4cf5d830d7a1cbbb12348f7b3e627008522bb595"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-realtek-generic-netgear_gs108t-v3-squashfs-sysupgrade.bin"; + sha256 = "4da74ac91535cd974bebfc99c851cbbdefa87562825b985ef82bdaf7e92629dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs108t-v3" + ]; + titles = [ + { + model = "GS108T"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs110tpp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-realtek-generic-netgear_gs110tpp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-realtek-generic-netgear_gs110tpp-v1-initramfs-kernel.bin"; + sha256 = "b03224bceb49b0862f7f280fd4be96b048a9c2f510db338bdd851db1d7494641"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-realtek-generic-netgear_gs110tpp-v1-squashfs-sysupgrade.bin"; + sha256 = "438a5a0fdae22b0680c3c014ccd8b9c39a10666ac21cb9a05d90d588700943ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs110tpp-v1" + ]; + titles = [ + { + model = "GS110TPP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_gs1900-10hp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-realtek-generic-zyxel_gs1900-10hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-realtek-generic-zyxel_gs1900-10hp-squashfs-sysupgrade.bin"; + sha256 = "f8b64d937d2bdd8aede0615b310a80477d7d72836cca42ff67d88616e5f2fa57"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-realtek-generic-zyxel_gs1900-10hp-initramfs-kernel.bin"; + sha256 = "ffeda7185fd094412fb3c038f0d0840f939f6dba47dae9fed6affe31dccfc86b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-10hp" + ]; + titles = [ + { + model = "GS1900-10HP"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-realtek-generic-zyxel_gs1900-8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-realtek-generic-zyxel_gs1900-8-squashfs-sysupgrade.bin"; + sha256 = "1214e8cb82ab9648909fc41cd5d01acf883e88a803813e4a314e826003da64db"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-realtek-generic-zyxel_gs1900-8-initramfs-kernel.bin"; + sha256 = "32d0bf7ebde0fba1cc1b904cb3113603424fbdd49fccb0de9a123e1f811d13f0"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8" + ]; + titles = [ + { + model = "GS1900-8"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.3-realtek-generic-zyxel_gs1900-8hp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-realtek-generic-zyxel_gs1900-8hp-v1-squashfs-sysupgrade.bin"; + sha256 = "ba803e3cd5086ba0b2f3002e2776bb29967de9ab569ffdf9f3da170312b75062"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-realtek-generic-zyxel_gs1900-8hp-v1-initramfs-kernel.bin"; + sha256 = "f2b525dcbb68fe5fe16eb1970b86cfda5b639c01a73b25f67daa6d1caaa3aedb"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v1" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v2 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.3-realtek-generic-zyxel_gs1900-8hp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-realtek-generic-zyxel_gs1900-8hp-v2-squashfs-sysupgrade.bin"; + sha256 = "246369fdcefcb41751a5da86037b190133e9351d9dc4ac5de98bb92e937c5be9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.3-realtek-generic-zyxel_gs1900-8hp-v2-initramfs-kernel.bin"; + sha256 = "acc50f2f23a761996b8640c2ddddd9c7b8e1b5264c5684a81544106a0ca45cf9"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v2" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "realtek/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + rockchip = { + armv8 = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-r2s = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-21.02.3-rockchip-armv8-friendlyarm_nanopi-r2s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-rockchip-armv8-friendlyarm_nanopi-r2s-squashfs-sysupgrade.img.gz"; + sha256 = "c2099c3b65dc521be9ae44935cd6dcf22954b99a36d4d7553c2e8a699df3d461"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-rockchip-armv8-friendlyarm_nanopi-r2s-ext4-sysupgrade.img.gz"; + sha256 = "7294bb0f978e5af5318eeedf0256a5aed0cd7c5718003c9251fa77b2208081da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r2s" + ]; + titles = [ + { + model = "NanoPi R2S"; + vendor = "FriendlyARM"; + } + ]; + }; + pine64_rockpro64 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-rockchip-armv8-pine64_rockpro64"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-rockchip-armv8-pine64_rockpro64-ext4-sysupgrade.img.gz"; + sha256 = "86b74212e7792472bc47b6abbd7544a84d92452970faed5f8ae26945e9738446"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-rockchip-armv8-pine64_rockpro64-squashfs-sysupgrade.img.gz"; + sha256 = "efaaa467f142021357fbdba97316da8a854dd9530ba5a374ae05cb9552a8e0d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pine64,rockpro64" + ]; + titles = [ + { + model = "RockPro64"; + vendor = "Pine64"; + } + ]; + }; + radxa_rock-pi-4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-rockchip-armv8-radxa_rock-pi-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-rockchip-armv8-radxa_rock-pi-4-squashfs-sysupgrade.img.gz"; + sha256 = "a4be1d84857b1e86e52e2462f59b48c353827240d773dd779ae44fcdb2ee3aee"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-rockchip-armv8-radxa_rock-pi-4-ext4-sysupgrade.img.gz"; + sha256 = "6e0c4f2f6ebbbfc1d19feed41a9bbe948997e99669bd50c6e3371b5ab33b268a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "radxa,rockpi4" + ]; + titles = [ + { + model = "ROCK Pi 4"; + vendor = "Radxa"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "rockchip/armv8"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "930ff9dee13dec4ccad69a76083f86df9d01983a4f4f2871ddd536f39765cc6a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "f2e84aca8c775967833cdc14c82ecfa20a5b10d43d2cfe8dbf3ca049e2853a94"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + model = "NanoPi NEO Plus2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa53-friendlyarm_nanopi-neo2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa53-friendlyarm_nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "9aed4c4c007a1365816afebef290352f11b1bd24342f63556965089a69e5d6fc"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa53-friendlyarm_nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "413ace17d7d2e31bd92bb4bfa48b3d8f244855d58562f593623d3c0878f755e1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + model = "NanoPi NEO2"; + vendor = "FriendlyARM"; + } + ]; + }; + libretech_all-h3-cc-h5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa53-libretech_all-h3-cc-h5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa53-libretech_all-h3-cc-h5-squashfs-sdcard.img.gz"; + sha256 = "003989c1a41560ac07ae250a5bdfe74b7baabd00849d181269d1c316af8df7e8"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa53-libretech_all-h3-cc-h5-ext4-sdcard.img.gz"; + sha256 = "563576d5dbc32a515358a3579dcc3e3a06a7d18231202bf419a246e1146289e3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "libretech,all-h3-cc-h5" + ]; + titles = [ + { + model = "ALL-H3-CC"; + variant = "H5"; + vendor = "Libre Computer"; + } + ]; + }; + olimex_a64-olinuxino = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bs-firmware" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa53-olimex_a64-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa53-olimex_a64-olinuxino-ext4-sdcard.img.gz"; + sha256 = "8e823766d3dc6df45dc5f100d579d42846417607ae894988782fafa60dc8e3c9"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa53-olimex_a64-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "84de63849a53f06c26d8cd3ed09ebc510b73f2acb07d8af0dc2cd6b859bfee42"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino" + ]; + titles = [ + { + model = "A64-Olinuxino"; + vendor = "Olimex"; + } + ]; + }; + olimex_a64-olinuxino-emmc = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bs-firmware" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa53-olimex_a64-olinuxino-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa53-olimex_a64-olinuxino-emmc-ext4-sdcard.img.gz"; + sha256 = "75fc28af97ba2c4dbe3be8526eb0c1aa5ee9bf8ce66a9210a17d123503a32f51"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa53-olimex_a64-olinuxino-emmc-squashfs-sdcard.img.gz"; + sha256 = "facaa03e0a50a92a9cc60b2d37c010beb0226b6bcc89300212d49b2b1452382e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino-emmc" + ]; + titles = [ + { + model = "A64-Olinuxino"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + pine64_pine64-plus = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa53-pine64_pine64-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa53-pine64_pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "6478fa07b89cd96f5159074fc5326038a79a7b231b2c77ea899df37328791a04"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa53-pine64_pine64-plus-ext4-sdcard.img.gz"; + sha256 = "70a1d083c9063b735c8db9358119455e78dcacd3aa2ef451d3d8a4214e2382ae"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + model = "Pine64+"; + vendor = "Pine64"; + } + ]; + }; + pine64_sopine-baseboard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa53-pine64_sopine-baseboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa53-pine64_sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "4ff1e2f44295c42a219210d87241d0b2f82a8923ffd9f3f224fa046bda6925b8"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa53-pine64_sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "bcd7862b74bd72dae7d6692634162e83be98bd9466db95f2efbac08dee3d9bd4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + model = "SoPine"; + vendor = "Pine64"; + } + ]; + }; + xunlong_orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa53-xunlong_orangepi-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa53-xunlong_orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "2c3030a0410cc3ff40820a5509a8ee7997445805dd061fcffd1f37c54b0af718"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa53-xunlong_orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "93e000cf632507c40f4c0a38adf50130c83b6fc3d147ba6e207e0fbcdd77accd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + model = "Orange Pi PC 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa53-xunlong_orangepi-zero-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa53-xunlong_orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "c569e47ed06c9349d23b0902b246953922bd8e4a40e68396ad11b548a0b069a1"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa53-xunlong_orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "9e771a44bb43e68247782297992a7f1545ee7f09b98f2866cd108553665a1124"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + model = "Orange Pi Zero Plus"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "sunxi/cortexa53"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_cubieboard2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-cubietech_cubieboard2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-cubietech_cubieboard2-ext4-sdcard.img.gz"; + sha256 = "73c6201879f1e5184faba15cd3906a0f926891a4ce904ab345d2ca27cf2d0340"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-cubietech_cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "0d0a615811bbb27c682dfb21a7204cc6b11f545dd062de99d9ee79d59dd46d98"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + model = "Cubieboard2"; + vendor = "Cubietech"; + } + ]; + }; + cubietech_cubietruck = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-cubietech_cubietruck"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-cubietech_cubietruck-ext4-sdcard.img.gz"; + sha256 = "fee37695e74c728917593e3da67f2166c2563b1ba14f0d67d1455a5b3d1476ce"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-cubietech_cubietruck-squashfs-sdcard.img.gz"; + sha256 = "1fc341ed3f72142d4b4ce0b6985dc3be016d8d322ecd266349867bdb5debdb8d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + model = "Cubietruck"; + vendor = "Cubietech"; + } + ]; + }; + friendlyarm_nanopi-m1-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-friendlyarm_nanopi-m1-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "49ac6974a4aff6b7112bf30b2bdb1a5ce2ec1987ad0f0840ab423d472b1476fb"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "e51489889cb85278c7585e0c574fa596b8824842c1df31dcdff3bc38b0dfe990"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + model = "NanoPi M1 Plus"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-friendlyarm_nanopi-neo"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-friendlyarm_nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "b133c243d092b7acbc3f71708c6b41a8823468e3c00d4b0604d71693c8655c1a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-friendlyarm_nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "5262f336551de3cc4f3bc3bf3f4b663e400505ad5309a8312d1f76de138fb3ce"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + model = "NanoPi NEO"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo-air = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-friendlyarm_nanopi-neo-air"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-friendlyarm_nanopi-neo-air-ext4-sdcard.img.gz"; + sha256 = "657983fcdebf19fd6b31108394556a56f08d55d8116450f6f50d6b3951562888"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-friendlyarm_nanopi-neo-air-squashfs-sdcard.img.gz"; + sha256 = "545bd1fec169ed131bc549f0bd3c4d6f157bf87dd608b0c30f74aa1abc37b77a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo-air" + ]; + titles = [ + { + model = "NanoPi NEO Air"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net-rtl8152" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-friendlyarm_nanopi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-friendlyarm_nanopi-r1-ext4-sdcard.img.gz"; + sha256 = "867ad962439321779e34f81732794c28e59d3ca057b1e0fb75d33e7b15a63516"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-friendlyarm_nanopi-r1-squashfs-sdcard.img.gz"; + sha256 = "99cdc4852ab9a3c39059805f21b669831d804b0596cb612688445f2b5b6dba1a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r1" + ]; + titles = [ + { + model = "NanoPi R1"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_zeropi = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-friendlyarm_zeropi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-friendlyarm_zeropi-ext4-sdcard.img.gz"; + sha256 = "d5b3fd42c6b48cfe30bc4b24ecb2d65f1e72e1352ea66840e1cf67d0bb127213"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-friendlyarm_zeropi-squashfs-sdcard.img.gz"; + sha256 = "30adb3f851e8685ac28760b58729b9221420a3a292eea919e2a1cd6bbdb64d02"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,zeropi" + ]; + titles = [ + { + model = "ZeroPi"; + vendor = "FriendlyARM"; + } + ]; + }; + lamobo_lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "swconfig" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-lamobo_lamobo-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-lamobo_lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "6d8b18817c37913492882846d0038cd12bc6163926e2721e39e868ce08c9984b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-lamobo_lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "86443158d170dee9358c302d89974bc580fb2eab192632541807ed92ab9aed8f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + model = "Lamobo R1"; + vendor = "Lamobo"; + } + ]; + }; + lemaker_bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-lemaker_bananapi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-lemaker_bananapi-ext4-sdcard.img.gz"; + sha256 = "3a9a0ca5ee16b51cfb657d5a9e0ddfd7fa7eba8d5b64182fa542ca90067ed30e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-lemaker_bananapi-squashfs-sdcard.img.gz"; + sha256 = "f3207c0ba04f9224dca24394f76a44fcccbd07fe5f471349c1fc238116028bd6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + model = "Banana Pi"; + vendor = "LeMaker"; + } + ]; + }; + lemaker_bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-lemaker_bananapro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-lemaker_bananapro-ext4-sdcard.img.gz"; + sha256 = "3d0e8b377420919256eee7a6c73ed5923a9ed01422ee24faec9a60dca65649b6"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-lemaker_bananapro-squashfs-sdcard.img.gz"; + sha256 = "6f23a143c383c88cc5936afaa169bad6fb4d0a0c61e78267c040967012b87269"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + model = "Banana Pro"; + vendor = "LeMaker"; + } + ]; + }; + linksprite_pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-linksprite_pcduino3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-linksprite_pcduino3-squashfs-sdcard.img.gz"; + sha256 = "d8b33f60f81d57f4afa169d028841a72cb7985d7c26f3519d0612594a5d698d2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-linksprite_pcduino3-ext4-sdcard.img.gz"; + sha256 = "2d67da7e047e3875f54f99ec78b85190101ade5d7a871105ec931c8f64d01595"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + model = "pcDuino3"; + vendor = "LinkSprite"; + } + ]; + }; + linksprite_pcduino3-nano = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-linksprite_pcduino3-nano"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-linksprite_pcduino3-nano-ext4-sdcard.img.gz"; + sha256 = "467910cc8717aee7c8be5858b39209b1f37a35321c667f68e432350d0accaa3b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-linksprite_pcduino3-nano-squashfs-sdcard.img.gz"; + sha256 = "4a30cffba7123a1e77d3c9f6299959334d30294cb395116621bc320c77299a3b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3-nano" + ]; + titles = [ + { + model = "pcDuino3 Nano"; + vendor = "LinkSprite"; + } + ]; + }; + mele_m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-mele_m9"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-mele_m9-ext4-sdcard.img.gz"; + sha256 = "aaa364a559a38cb88dd002eb989053202d30820f4d063cba953633a53188824d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-mele_m9-squashfs-sdcard.img.gz"; + sha256 = "ce5701bffdcbaa8deab990136f2ab57911724a6789948374567367d1bbf68c1b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + model = "M9"; + vendor = "Mele"; + } + ]; + }; + olimex_a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-olimex_a20-olinuxino-lime"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-olimex_a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "8975bdc02afde3d9c48b9ab6dde30c9a6b6ff90c63d4fb3f31d917c0f66f8c4d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-olimex_a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "2ea9e4249f7c67ac3c2ff8fca9d9ffd0e7dd31024fd724cd7d2a43908b5b8b03"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-olimex_a20-olinuxino-lime2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-olimex_a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "2c94b8c1d73142cf4795dad6787384bdf90fd99d0e4fe353e8ef101ef9943ae1"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-olimex_a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "00770b173e1c2e8c676479bc057c4c568157b3bc9fbc5bf818f78e9017fce70c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "5748ca5045a96fe0a4ff8f0bea05771f998c48759867429c1ba5099c3a57137c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "257e7517e6b2b5ebd241f0633ec3358320ef10f2ea3cab8e94c471b74b0ddae9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-olimex_a20-olinuxino-micro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-olimex_a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "2ab8c68cdf0de12477a4a2ff3e6dcbbde872de05bd7ac93222835d8623246ee9"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-olimex_a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "db7a93ee39da5cfea16f62e04253235883a9b46c4870b675567d82201cb72b15"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + model = "A20-OLinuXino-MICRO"; + vendor = "Olimex"; + } + ]; + }; + sinovoip_bananapi-m2-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-sinovoip_bananapi-m2-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-sinovoip_bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "1e4dd7d2e739363269634a429e04e7c356a6474189d5b229a06d05073d9b3f8b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-sinovoip_bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "a986c10e1f65a65e2566561730571eb2a7495586e2686c7290bd692d5890ffb5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + model = "Banana Pi M2+"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-ultra = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-sinovoip_bananapi-m2-ultra"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-ext4-sdcard.img.gz"; + sha256 = "3e4d0221224807fd8c6584c5e515c6182fbbc29ec4e3efa0c52f800a5b194091"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-squashfs-sdcard.img.gz"; + sha256 = "2c0d6ad7b2443b495cea3e77e486f5e4cb9badd1064b0b088f160a7ef71a450b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-ultra" + ]; + titles = [ + { + model = "Banana Pi M2 Ultra"; + vendor = "Sinovoip"; + } + ]; + }; + xunlong_orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-2-ext4-sdcard.img.gz"; + sha256 = "7fa9855e2ec7988d2cd2ff9ac0707b5565d9b1a840f9adb2452bc82804c6d12b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "d7d7146a9bc3a65fff940a1f459fe1e758daabc044db299c30e28a79114dbeb4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + model = "Orange Pi 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-one"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-one-ext4-sdcard.img.gz"; + sha256 = "4eeba01683dcb931cd64748f314500ac8e25b613016f599adb810e5911ec6b77"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "77c2466e53a9f3207fb5fc79374e7d297f7a7a68bfe96bd6f088fd3424cef5b7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + model = "Orange Pi One"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-pc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "517a654530e6a20435e4dfdbd6807462a6f9f8d39d0211444a512a9f0ef67446"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "4d2ea8dc187b516e13fe21e9ab18057328060c21b0017bb0fe2cec5ee57d8f41"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + model = "Orange Pi PC"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-pc-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "331c7151658e9ddc648664567d3ad89ad8bd7679970cc35abafc095bbe31429f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "6fd914091ae8c55367e4ce9f7947d749c5677d299f134628511fc3c91aca67a5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + model = "Orange Pi PC Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "a42b115ab0bf973e893e398375fa8b88604d347cd7653457c697967115b0998d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "f41e273d56c72e17ec32494215b53183d0c9641b2f571c0c315500a11c97ef06"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + model = "Orange Pi Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "a5290bb7731fa2d722517dcfe4e679f2507480fda7b84dac50e5095f9351ee4a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "706ac68a58ade5399ec6fec49c7b81524a499a0c1862efe72a77e3c052791ab6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + model = "Orange Pi R1"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-zero"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "6b9d7a522ab9e3500817ba73f193efdcfd7c2c1d2612c3d82f36c01cc8235237"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa7-xunlong_orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "9ea9b90f177f06a5e01b02b6e0d22a8b64b710c9d5a82dd10021d307f014990b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + model = "Orange Pi Zero"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "sunxi/cortexa7"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_a10-cubieboard = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa8-cubietech_a10-cubieboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa8-cubietech_a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "515a3a02707abf61411a4247ceaaa5a019148a43fc0a24aefcd671ab889e0b04"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "532b5a4e47a529b42fe416ea988b4eb0b255df825cac73c33b7e0884841d8f23"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + model = "Cubieboard"; + vendor = "Cubietech"; + } + ]; + }; + linksprite_a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa8-linksprite_a10-pcduino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa8-linksprite_a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "2c1ab8bc2ba8a6df653ff317f9972317aab43ae3f056ed00c732425b1cc864a5"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa8-linksprite_a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "9b146743d123dedacff342e7a1bb5f9c1c8397f06d4fd49acac95cd3a19ea7bf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + model = "pcDuino"; + vendor = "LinkSprite"; + } + ]; + }; + marsboard_a10-marsboard = { + device_packages = [ + "mod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa8-marsboard_a10-marsboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa8-marsboard_a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "0ef47d1dcce8f6aeeea93fe0c6fc081c2c690a18e936cf5d91bb5cb88df4a7a1"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa8-marsboard_a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "768a4430c63884cae0060411b5240257546a3492f26f8aade1e81471423a8d63"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + model = "MarsBoard A10"; + vendor = "HAOYU Electronics"; + } + ]; + }; + olimex_a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa8-olimex_a10-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa8-olimex_a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "3bf6f2213d72d6d12d9fc18faa45f64db0fcf3eabec6bc1a9a331be7db6cb4a8"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa8-olimex_a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "656ddcc06a7c47cd8658dc812646267d0532f1b9d15a63a471821c9cc394e9a8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + model = "A10-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa8-olimex_a13-olimex-som"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa8-olimex_a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "cdc6ab0d2cdc338116e86895173b853b0a4d3f5da33adac7650489650c6b325e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa8-olimex_a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "256e7fdc46f01d231fa67185071c935e75d62693713651e904548b88d30b3779"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-SOM"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.3-sunxi-cortexa8-olimex_a13-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-sunxi-cortexa8-olimex_a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "2ad88877a8192552f89f59239c2307e72f18b8f0805e5e473ea489aa888c889d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-sunxi-cortexa8-olimex_a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "a17488a2de65cd7c4cb1aedb4cac49ed38f92d480f21d0731b89fd29b82ee924"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-OLinuXino"; + vendor = "Olimex"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "sunxi/cortexa8"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.3-tegra-compulab_trimslice"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "e6ddb3a0f1ed894caf6e32e55161398c9904a70a987fb0beb898a53717f4a86a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "bcf0eda87fce284e29232acdacafa2259076ea94b0700fa75032673a394a7010"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + model = "TrimSlice"; + vendor = "CompuLab"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "tegra/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + x86 = { + "64" = { + arch_packages = "x86_64"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-bnx2" + "kmod-e1000e" + "kmod-e1000" + "kmod-forcedeth" + "kmod-igb" + "kmod-ixgbe" + "kmod-r8169" + ]; + image_prefix = "openwrt-21.02.3-x86-64-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-x86-64-generic-squashfs-combined-efi.img.gz"; + sha256 = "9db0ec041c40acd34571943556b63446ab5510e830639192c13a794ad7b6f578"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-x86-64-generic-squashfs-combined.img.gz"; + sha256 = "0b8167cf4d7bb8a990ea622eb98ec84474abcb65901cd83f32d68c1986e8ce72"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-x86-64-generic-squashfs-rootfs.img.gz"; + sha256 = "ac7e04571484e96c1bac1d59300778cb77a4db92e8b5a701c125248d51cdf634"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-x86-64-generic-ext4-combined-efi.img.gz"; + sha256 = "6dc5e331c6287406413b15839ce0c1e08a4d893301e8deca3f2f397de460fa58"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-x86-64-generic-ext4-combined.img.gz"; + sha256 = "f5a0401048d6fb3f707581c4914086093fecea642c86507714caea967a4a6a32"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-x86-64-generic-ext4-rootfs.img.gz"; + sha256 = "005b049627f320b2078473a8f1d04fe1dad43ee76920691d673eb7ea397dfc3a"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/64"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "x86/64"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + generic = { + arch_packages = "i386_pentium4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-21.02.3-x86-generic-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-x86-generic-generic-squashfs-combined-efi.img.gz"; + sha256 = "14eb0e4fc69745a135cad63265ef556c5fc4b973b3c84fe51168ff66dfb035c0"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-x86-generic-generic-squashfs-combined.img.gz"; + sha256 = "78e2abcaee24c6a971d9e4d8b87b3893576084a7ed45e6e05e56d985e56c1ffc"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-x86-generic-generic-squashfs-rootfs.img.gz"; + sha256 = "5198a5968a79b8e2cf083a1e81590c7fd31b8fcb7fa3be63eddfc369da3cef4a"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-x86-generic-generic-ext4-combined-efi.img.gz"; + sha256 = "10f68ea4efc5e76f812f4b4cd8b5b72e740029bb3886ecd725bfb1b44ebd4175"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-x86-generic-generic-ext4-combined.img.gz"; + sha256 = "686ca723eeb37c03e28e1bffac0f31dd62d4d35253a54fc2553a0910a317caa9"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-x86-generic-generic-ext4-rootfs.img.gz"; + sha256 = "7f6fc6b6b8648a744ed1da697669230b0d7eb051efabf1513faf92e9945b4fbf"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "x86/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + geode = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-21.02.3-x86-geode-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-x86-geode-generic-squashfs-combined-efi.img.gz"; + sha256 = "7c485cd3e2f07bdc74048a48c6ae64b2833805e8daeb27220c8442fd812daba5"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-x86-geode-generic-squashfs-combined.img.gz"; + sha256 = "5684c1e7d0441ac8ba12f91a69b4f655d136e45d50db41a8b61d0a21c9ec23f3"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-x86-geode-generic-squashfs-rootfs.img.gz"; + sha256 = "3b039fbc09e71377b7bb418c76ae4b91a907d461eda1bbb2b621a9dfed33adbc"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-x86-geode-generic-ext4-combined.img.gz"; + sha256 = "0a79fcad942245a80046140a5069c40d09cd2391fd3ad8130339f551d6ac863d"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-x86-geode-generic-ext4-combined-efi.img.gz"; + sha256 = "6594ec43bff1836e71dc4451e6441a37ad5945af50dc37f65b0f3b68771ae9cf"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-x86-geode-generic-ext4-rootfs.img.gz"; + sha256 = "e06fdbf7577a300f34f3b8e0812b49cbee7fd03add4d7943cef65b38f8d22663"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/Geode"; + } + ]; + }; + geos = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + "br2684ctl" + "flashrom" + "kmod-hwmon-lm90" + "kmod-mppe" + "kmod-pppoa" + "kmod-usb-ohci-pci" + "linux-atm" + "ppp-mod-pppoa" + "pppdump" + "pppstats" + "soloscli" + "tc" + ]; + image_prefix = "openwrt-21.02.3-x86-geode-geos"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-x86-geode-geos-squashfs-combined-efi.img.gz"; + sha256 = "d93443a2aa1a95ec13f99ceea6f33c3cf3a6c024788b2bd21d59bb9e09d43043"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-x86-geode-geos-squashfs-combined.img.gz"; + sha256 = "52fd6d867507e4d403946bd87bdf6afe9aaeccb8c4abe187b5bf2f38dc43b328"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-x86-geode-geos-ext4-combined-efi.img.gz"; + sha256 = "d1f903ae606ee61874b1f860bcb523defeda673031f8a3dde80ddc364dab4bd9"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-x86-geode-geos-squashfs-rootfs.img.gz"; + sha256 = "e896afc4d48bc920f3a985cb47bd2a1230cfcc9303e8e6cd890f1bad286b0b7b"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-x86-geode-geos-ext4-combined.img.gz"; + sha256 = "744900d1a976ddd321fd059e53ab4011d2868669e14befbbba4d494f77567758"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-x86-geode-geos-ext4-rootfs.img.gz"; + sha256 = "3ebdc6b9e69fe5194df0cce7f9c155ec1c49ea6993c882408337df28d23e7823"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Traverse Technologies Geos"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "x86/geode"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + legacy = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-21.02.3-x86-legacy-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-x86-legacy-generic-squashfs-combined-efi.img.gz"; + sha256 = "817f8ffe809908e9ee0706760de8db447dd4bbec366a969659815ee26af1c370"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-x86-legacy-generic-squashfs-combined.img.gz"; + sha256 = "4f9cf5ebd30f7a1669e810cc8abd4c494b76d15755825333d8f36a6f2b6d10fc"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-x86-legacy-generic-squashfs-rootfs.img.gz"; + sha256 = "4458ef2d31cfcdb40f32650591dcbf8bc10db33fdffd787f214239a2cc729e79"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-x86-legacy-generic-ext4-combined-efi.img.gz"; + sha256 = "9cfd9bdeb48a750aa0c2e7870b1ad0722057a94f9e483c38eb4334d4937773da"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-x86-legacy-generic-ext4-combined.img.gz"; + sha256 = "e5229e879329842512c1a8782cd7d69835b08c78e7985a5d4706affca16b669b"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.3-x86-legacy-generic-ext4-rootfs.img.gz"; + sha256 = "daf3f417fd2365d07626fa63d15643aa06c0e3ff7817f78c24b34ac7243b6dd6"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/legacy"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "x86/legacy"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-msdos" + "kmod-ipt-offload" + "kmod-usb-storage" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "bf1a5d5ef363d3bc23c77c67df198aa8af6c5b92296454d260d69f90b74d8ce8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "avnet,zynq-zed" + ]; + titles = [ + { + model = "ZedBoard"; + vendor = "Avnet"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "19136652721654b39e7323b080cbff8b9be1cdf5f255ae9a9af4a5795a0d2ca7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo" + ]; + titles = [ + { + model = "Zybo"; + vendor = "Digilent"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.3-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "49836828c0279438d33f61d53b3db1df90b091b9fcf97a6eca4b1b860f0ce5c8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo-z7" + ]; + titles = [ + { + model = "Zybo Z7"; + vendor = "Digilent"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-21.02.3-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.3-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "8841e763adff61466242a6a85ec07a54aa5fa3c2c903af50bfedc92a9e1ab756"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xlnx,zynq-zc702" + ]; + titles = [ + { + model = "ZC702"; + vendor = "Xilinx"; + } + ]; + }; + }; + source_date_epoch = "1650113974"; + target = "zynq/generic"; + version_code = "r16554-1d4dea6d4f"; + version_number = "21.02.3"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/21.02.4.nix b/cached-profiles/21.02.4.nix new file mode 100644 index 00000000..a170b947 --- /dev/null +++ b/cached-profiles/21.02.4.nix @@ -0,0 +1,44249 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-i2c-core" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.4-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "af91d9f58476204c56ffd75f6657655cccd7b484eb583b1017e0f61c6a63c268"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-apm821xx-nand-meraki_mr24-initramfs-kernel.bin"; + sha256 = "9632b1ffd777e573952b7b8ac7a951c8d0f60a117ad6dbde53644bb76eecdb3e"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + model = "MR24"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.4-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "aeb3ea5ff76b8f2d9161c04389a02c619016ed6c71a490edf8a3cc853741f485"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-apm821xx-nand-meraki_mx60-initramfs-kernel.bin"; + sha256 = "f0f0eac97b24a75b1def3dd9cf27ebab3700049400c6516b3480059decc4b91c"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mx60" + "mx60" + ]; + titles = [ + { + model = "MX60/MX60W"; + vendor = "Cisco Meraki"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.4-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-apm821xx-nand-netgear_wndap620-initramfs-kernel.bin"; + sha256 = "68da25dea32e2f5b96b0d9be44a00e2b76edf511ca007081e776b4dec3256339"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "8e408a2ddd0a60d49669e9405f1aeeda5537611292e6a4259c43c7bcd4ba40dd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "728ab3935c20ec15480d6137ec6b467cd28f08c4bed299e7470c8a84a98963ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + model = "WNDAP620 (Premium Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.4-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "bee08fe87928d52b9e98151c69837dd6b37211387eb56985aad76e41ad5d4c40"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-apm821xx-nand-netgear_wndap660-initramfs-kernel.bin"; + sha256 = "e8851643a950aafe5c2b572b5cf28a5883ee9d7e5b07abb8db4b90682ccaff07"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "4de057995e47bf75cac371118d7021bc9cf375f8b1955f38286805012e69faae"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + model = "WNDAP660 (Dual Radio Dual Band Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-hwmon-drivetemp" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.4-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-apm821xx-nand-netgear_wndr4700-initramfs-kernel.bin"; + sha256 = "5dff99f58d217e8478823de85b740b52bdf720ff34f0ee336d9621c5bd42700f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "bc99ccb91502abbe01aa238a0d4a9a1680499453e82cd7bc75ed96ac1ca40b59"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "237486312fcd4868f484f5ed6bb4070a7e3c0f6d6fb7e9f8d2d36f4e46daeb18"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + model = "Centria N900 WNDR4700/WNDR4720"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "apm821xx/nand"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "badblocks" + "base-files" + "block-mount" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "e2fsprogs" + "f2fsck" + "fdisk" + "fstools" + "kmod-dm" + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-md-mod" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mkf2fs" + "mtd" + "netifd" + "opkg" + "partx-utils" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-apm821xx-sata-wd_mybooklive-initramfs-kernel.bin"; + sha256 = "bb7fc7d812c5e2aebff9083dc0a806c1f9ec6eb8579589a599f3f0b551f6557b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "afd4238625644fd820a6eeb8b06abd1430c877236d3fb20e3edd2c1b980d3827"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "99158e58e53eafa28608bbdf7fb22d012aedae0b2920fa09206e2c3957df7a8b"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "8466ab5c60ea1d79af8199d81fce3f12f39694b1fcc3ea76d29f39f7aa9f555f"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "ab0e5ad33c349bb8e39ed6088613e9524e460ac1b14214df8a27d5fc6428ecb0"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + model = "My Book Live Series (Single + Duo)"; + vendor = "Western Digital"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "apm821xx/sata"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + arc770 = { + generic = { + arch_packages = "arc_arc700"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-arc770-generic-nsim"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-arc770-generic-nsim-initramfs.elf"; + sha256 = "61acb73e87ba505cee737adaabebe7f84b59a0f1e258c32fd3680732127ef150"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim" + ]; + titles = [ + { + model = "nSIM"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "arc770/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + archs38 = { + generic = { + arch_packages = "arc_archs"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim_hs = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-archs38-generic-nsim_hs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-archs38-generic-nsim_hs-initramfs.elf"; + sha256 = "efd5d5c444e021c96d0eb5e7a93eb51bf3816e2e4eb1cbf54f2c041c417b8e4f"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim,hs" + ]; + titles = [ + { + model = "nSIM HS"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "archs38/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-at91-udc" + "kmod-ipt-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + atmel_at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9263ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9263ek-squashfs-root.ubi"; + sha256 = "45ea5239a76ff397e9fc58fd77ef6abac2d90c2899b6a9f61c5ad6bb3b46e597"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9263ek-ubifs-root.ubi"; + sha256 = "81ef689ad55422763a2b4cc28547f66dfb83cb0157652a52a0c0ec652d90a122"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9263ek" + ]; + titles = [ + { + model = "AT91SAM9263-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9g15ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9g15ek-squashfs-root.ubi"; + sha256 = "45ea5239a76ff397e9fc58fd77ef6abac2d90c2899b6a9f61c5ad6bb3b46e597"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9g15ek-ubifs-root.ubi"; + sha256 = "81ef689ad55422763a2b4cc28547f66dfb83cb0157652a52a0c0ec652d90a122"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g15ek" + ]; + titles = [ + { + model = "AT91SAM9G15-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9g20ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9g20ek-ubifs-root.ubi"; + sha256 = "81ef689ad55422763a2b4cc28547f66dfb83cb0157652a52a0c0ec652d90a122"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9g20ek-squashfs-root.ubi"; + sha256 = "45ea5239a76ff397e9fc58fd77ef6abac2d90c2899b6a9f61c5ad6bb3b46e597"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek-2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9g20ek-2mmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9g20ek-2mmc-squashfs-root.ubi"; + sha256 = "45ea5239a76ff397e9fc58fd77ef6abac2d90c2899b6a9f61c5ad6bb3b46e597"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9g20ek-2mmc-ubifs-root.ubi"; + sha256 = "81ef689ad55422763a2b4cc28547f66dfb83cb0157652a52a0c0ec652d90a122"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek_2mmc" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + variant = "2MMC"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9g25ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9g25ek-ubifs-root.ubi"; + sha256 = "81ef689ad55422763a2b4cc28547f66dfb83cb0157652a52a0c0ec652d90a122"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9g25ek-squashfs-root.ubi"; + sha256 = "45ea5239a76ff397e9fc58fd77ef6abac2d90c2899b6a9f61c5ad6bb3b46e597"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g25ek" + ]; + titles = [ + { + model = "AT91SAM9G25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9g35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9g35ek-squashfs-root.ubi"; + sha256 = "45ea5239a76ff397e9fc58fd77ef6abac2d90c2899b6a9f61c5ad6bb3b46e597"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9g35ek-ubifs-root.ubi"; + sha256 = "81ef689ad55422763a2b4cc28547f66dfb83cb0157652a52a0c0ec652d90a122"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g35ek" + ]; + titles = [ + { + model = "AT91SAM9G35-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9m10g45ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "45ea5239a76ff397e9fc58fd77ef6abac2d90c2899b6a9f61c5ad6bb3b46e597"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "81ef689ad55422763a2b4cc28547f66dfb83cb0157652a52a0c0ec652d90a122"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9m10g45ek" + ]; + titles = [ + { + model = "AT91SAM9M10G45-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9x25ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9x25ek-ubifs-root.ubi"; + sha256 = "81ef689ad55422763a2b4cc28547f66dfb83cb0157652a52a0c0ec652d90a122"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9x25ek-ext4-sdcard.img.gz"; + sha256 = "e76dc367d3acd8d50fc63c144d77ab3447915475b50f13f824ac75891fd6f34d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9x25ek-squashfs-root.ubi"; + sha256 = "45ea5239a76ff397e9fc58fd77ef6abac2d90c2899b6a9f61c5ad6bb3b46e597"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x25ek" + ]; + titles = [ + { + model = "AT91SAM9X25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9x35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9x35ek-squashfs-root.ubi"; + sha256 = "45ea5239a76ff397e9fc58fd77ef6abac2d90c2899b6a9f61c5ad6bb3b46e597"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9x35ek-ubifs-root.ubi"; + sha256 = "81ef689ad55422763a2b4cc28547f66dfb83cb0157652a52a0c0ec652d90a122"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-at91-sam9x-atmel_at91sam9x35ek-ext4-sdcard.img.gz"; + sha256 = "014e7bd8d24e49ce1b4baab9843df6f6b133e1f450e7aec8ab4b43c6ae911553"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,at91sam9x35ek" + ]; + titles = [ + { + model = "AT91SAM9X35-EK"; + vendor = "Atmel"; + } + ]; + }; + calamp_lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-calamp_lmu5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-calamp_lmu5000-squashfs-factory.bin"; + sha256 = "c79fcde3c1765036867c851bce9b8053d5aa8b3da9b79d4c75d34f8c9855ded7"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-calamp_lmu5000-ubifs-factory.bin"; + sha256 = "5a3b68743d1cd6efe035c81d52baf9a474cc7cb37551dff38930070058afb1d7"; + type = "factory"; + } + ]; + supported_devices = [ + "calamp,lmu5000" + ]; + titles = [ + { + model = "LMU5000"; + vendor = "CalAmp"; + } + ]; + }; + calao_tny-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-calao_tny-a9260"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-calao_tny-a9260-ubifs-factory.bin"; + sha256 = "7e8218bda3ba4984ba104defa6c61523af2c31d3ba0a1ddb169e7be6687479be"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-calao_tny-a9260-squashfs-factory.bin"; + sha256 = "44b7f36ef54035e0939a8e038e4d5a7d81fbeb2d3cbf505f643301d9ec3a5645"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9260" + ]; + titles = [ + { + model = "TNY A9260"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-calao_tny-a9263"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-calao_tny-a9263-ubifs-factory.bin"; + sha256 = "9c3a7abeccb5bae36351622eeb0dad27bad4abf59bc59a3e06458449c60993f1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-calao_tny-a9263-squashfs-factory.bin"; + sha256 = "743b1e0870db1631e49421e153893ec9acc3590fcca17ff25bdf7410bc78f26a"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,tny-a9263" + ]; + titles = [ + { + model = "TNY A9263"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-calao_tny-a9g20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-calao_tny-a9g20-squashfs-factory.bin"; + sha256 = "8c69f023df03cef695ca7c25caf0468550a79d139f4cb44539f3306f6293bb85"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-calao_tny-a9g20-ubifs-factory.bin"; + sha256 = "abe3a5b501535638fe450c745122ef4025895bcf0bde3b5508475aa08e4d2987"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9g20" + ]; + titles = [ + { + model = "TNY A9G20"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-calao_usb-a9260"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-calao_usb-a9260-ubifs-factory.bin"; + sha256 = "930d0a17e94b07a27a5e14caf14241c6c8fd0b2843693c89cdd191ad5506ce10"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-calao_usb-a9260-squashfs-factory.bin"; + sha256 = "750d1eb622c99848b5eeaa6222e864e709553cd93bbd327e1eb7ee9e801104c6"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9260" + ]; + titles = [ + { + model = "USB A9260"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-calao_usb-a9263"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-calao_usb-a9263-ubifs-factory.bin"; + sha256 = "2cf75f95f9e66b5cf1637d1aad1c373603cf23ed5c5bcf0bcc150f96891828ca"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-calao_usb-a9263-squashfs-factory.bin"; + sha256 = "dd0e0b92091dec1313eb4ba54f24938a7aeeaa1e1b0213841ddebf95bf6a149e"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,usb-a9263" + ]; + titles = [ + { + model = "USB A9263"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-calao_usb-a9g20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-calao_usb-a9g20-squashfs-factory.bin"; + sha256 = "bbd84124d4c960cf1ce39443121647ec469d807864d771d56fcefa455b4b7ad5"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-calao_usb-a9g20-ubifs-factory.bin"; + sha256 = "c292396c8caf5621e90918592c62c96e81497e961d7f5a8f94b8879bfc32df08"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9g20" + ]; + titles = [ + { + model = "USB A9G20"; + vendor = "Calao"; + } + ]; + }; + egnite_ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-egnite_ethernut5"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-egnite_ethernut5-ubifs-root.ubi"; + sha256 = "5893555a719c924bdee690366b69b33be6e04961461b3040e80bf87d0e2c7716"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-egnite_ethernut5-squashfs-root.ubi"; + sha256 = "6b90cb413137ff6f867e858407eeeed21422c3ac97a052b24a5785f35600b7a5"; + type = "root"; + } + ]; + supported_devices = [ + "egnite,ethernut5" + ]; + titles = [ + { + model = "Ethernut 5"; + vendor = "egnite"; + } + ]; + }; + laird_wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-21.02.4-at91-sam9x-laird_wb45n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sam9x-laird_wb45n-squashfs-root.ubi"; + sha256 = "cd368fa0d5918aeced9f9302d5f7be5ba4ef9b33a8037c9a6248f413c8b73001"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sam9x-laird_wb45n-ubifs-root.ubi"; + sha256 = "0f931358acfff5033dd5431d1655e45a3ad5a1e96621bd8fbc5bab1acb8fc787"; + type = "root"; + } + ]; + supported_devices = [ + "laird,wb45n" + ]; + titles = [ + { + model = "WB45N"; + vendor = "Laird"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "at91/sam9x"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-at91-udc" + "kmod-ipt-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama5d2-ptc-ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sama5-microchip_sama5d2-ptc-ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-at91-sama5-microchip_sama5d2-ptc-ek-ext4-sdcard.img.gz"; + sha256 = "91998d74fe7fb638fd7d94362290f807f073ffbc3a85a7098efc7911fffce02f"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sama5-microchip_sama5d2-ptc-ek-ubifs-root.ubi"; + sha256 = "80523c8621242b1e187335ae81d504cb384e4d7704f30590ea74cdf3e242426c"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sama5-microchip_sama5d2-ptc-ek-squashfs-root.ubi"; + sha256 = "9092f320cb1dce5193beb0826d7f3c740fcc7c60a797ba4890315810dcc05779"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-ptc_ek" + ]; + titles = [ + { + model = "SAMA5D2 PTC Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sama5-microchip_sama5d2-xplained"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-at91-sama5-microchip_sama5d2-xplained-ext4-sdcard.img.gz"; + sha256 = "bd4553b916eb99d01dc7b52558b710957b1e6c4e8303b15cf491a4e5a0114d4c"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sama5-microchip_sama5d2-xplained-ubifs-root.ubi"; + sha256 = "80523c8621242b1e187335ae81d504cb384e4d7704f30590ea74cdf3e242426c"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sama5-microchip_sama5d2-xplained-squashfs-root.ubi"; + sha256 = "9092f320cb1dce5193beb0826d7f3c740fcc7c60a797ba4890315810dcc05779"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-xplained" + ]; + titles = [ + { + model = "SAMA5D2 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-som1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sama5-microchip_sama5d27-som1-ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-at91-sama5-microchip_sama5d27-som1-ek-ext4-sdcard.img.gz"; + sha256 = "a8fe8e040f1f51962fdf1a26bf3850fcfc175d14c7f1ca5c13a4c22acc6535e7"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sama5-microchip_sama5d27-som1-ek-ubifs-root.ubi"; + sha256 = "80523c8621242b1e187335ae81d504cb384e4d7704f30590ea74cdf3e242426c"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sama5-microchip_sama5d27-som1-ek-squashfs-root.ubi"; + sha256 = "9092f320cb1dce5193beb0826d7f3c740fcc7c60a797ba4890315810dcc05779"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d27-som1-ek" + ]; + titles = [ + { + model = "SAMA5D27 SOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d3-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sama5-microchip_sama5d3-xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sama5-microchip_sama5d3-xplained-squashfs-root.ubi"; + sha256 = "9092f320cb1dce5193beb0826d7f3c740fcc7c60a797ba4890315810dcc05779"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sama5-microchip_sama5d3-xplained-ubifs-root.ubi"; + sha256 = "80523c8621242b1e187335ae81d504cb384e4d7704f30590ea74cdf3e242426c"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-at91-sama5-microchip_sama5d3-xplained-ext4-sdcard.img.gz"; + sha256 = "0f95a6ba84624909b5b11d0c6a3a1dd7d17c21064c0f8f23b91c525a10091523"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d3-xplained" + ]; + titles = [ + { + model = "SAMA5D3 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d4-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-at91-sama5-microchip_sama5d4-xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-at91-sama5-microchip_sama5d4-xplained-squashfs-root.ubi"; + sha256 = "77b29552413bac515ebc457518bb5ce95c161f72cd16fd14693cccb301bf670a"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-at91-sama5-microchip_sama5d4-xplained-ubifs-root.ubi"; + sha256 = "435bd3814870034e168a836c888baa91bce08d77ef73e09b6041104a3def6cf4"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-at91-sama5-microchip_sama5d4-xplained-ext4-sdcard.img.gz"; + sha256 = "35650800f0886cd42d458f1aedf3e394f0d98353db53c2ab28965bb37c64b619"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d4-xplained" + ]; + titles = [ + { + model = "SAMA5D4 Xplained"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "at91/sama5"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath5k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "19174e5976e3cd2586892649823d8c81378b851965b6d45aae94e6fbf0e8c12c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath25-generic-squashfs-rootfs.bin"; + sha256 = "2a1e3d8f71eac82c82ef62e58fec06cd01ef490b4dae97d4cf69bda535d5b1e5"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath25-generic-kernel.lzma"; + sha256 = "3c642e815d0f031cf66b69f3bd748412cc369250884781e32231ec6defeadc3e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath25-generic-kernel.gz"; + sha256 = "67246ec6d9e8aa99612ee54ac7e059873355e39cad0a24239ea29f4967dd9783"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath25-generic-kernel.elf"; + sha256 = "75add02d6ef9a516ef3ca1ba385900dff4ed96db69e63450c0f5b9fea314b189"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Generic AR2xxx board"; + vendor = "Atheros"; + } + ]; + }; + ubnt_picostation-2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath25-ubnt_picostation-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath25-ubnt_picostation-2-squashfs-sysupgrade.bin"; + sha256 = "b99e7ac46111e12a6b0cf85dbeebe6c07775d3b9a0ad67dd6638bbae91dd55e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-2" + ]; + titles = [ + { + model = "Picostation 2 (XS2-8)"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "ath25/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-8dev_carambola2-initramfs-kernel.bin"; + sha256 = "4b9d2627bdceff8cb520461c6aa270f940ee78ec4aee54a5e36b4f4078887fe3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "636ff0016609a7bb90b2b1ca7657bf79541c7a7c374570b267ebc61d2bd47451"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + model = "Carambola2"; + vendor = "8devices"; + } + ]; + }; + "8dev_lima" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-8dev_lima"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-8dev_lima-squashfs-sysupgrade.bin"; + sha256 = "ed11f5a3cf68b2225ffc5b5e1565d13a10e0b690e3a3a77fd31da0d8c7bbf76a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-8dev_lima-initramfs-kernel.bin"; + sha256 = "3deb87dc014dbe9d6686f3e6ba037b409ca3959d2b729d54d708c64b166acf49"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,lima" + "lima" + ]; + titles = [ + { + model = "Lima"; + vendor = "8devices"; + } + ]; + }; + adtran_bsap1800-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-adtran_bsap1800-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-adtran_bsap1800-v2-initramfs-kernel.bin"; + sha256 = "c06bc0b2403998c9365fa7ba2c4c527f987762b6452ac9c7c81bf6a0553b03c2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-adtran_bsap1800-v2-squashfs-kernel.bin"; + sha256 = "c49cde6a825ead655709777599fcde0035082291c5dfb58e42b494b7a84b865b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-adtran_bsap1800-v2-squashfs-sysupgrade.bin"; + sha256 = "17d35b4ad03d1810fd85e26f7a2c994ec44287a2452aa4ba77a3323269d2b105"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-adtran_bsap1800-v2-squashfs-rootfs.bin"; + sha256 = "f2e47fd632023f1bd9e28b56be65ad73cedcb10f271a1d521348e7179109cca3"; + type = "rootfs"; + } + ]; + supported_devices = [ + "adtran,bsap1800-v2" + ]; + titles = [ + { + model = "BSAP-1800"; + variant = "v2"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + adtran_bsap1840 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-adtran_bsap1840"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-adtran_bsap1840-initramfs-kernel.bin"; + sha256 = "beec99141555c702f210ce6ed00d534b30bc5277dc2a4aefb78abcde5dc94003"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-adtran_bsap1840-squashfs-rootfs.bin"; + sha256 = "f2e47fd632023f1bd9e28b56be65ad73cedcb10f271a1d521348e7179109cca3"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-adtran_bsap1840-squashfs-sysupgrade.bin"; + sha256 = "ffe9068e8479ec1a1a31a6799fb8d4f47699b8f7520e1fd2d9a8798261ca172b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-adtran_bsap1840-squashfs-kernel.bin"; + sha256 = "e075057ad79d42503cee5f74259b184fdfbfe22014667d61aa890564971a2a48"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1840" + ]; + titles = [ + { + model = "BSAP-1840"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + airtight_c-75 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-airtight_c-75"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-airtight_c-75-squashfs-sysupgrade.bin"; + sha256 = "28d1655f2689ce281e2008c9e9d3cbb8322494d98e80f5bcf1187fded0429fd7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-airtight_c-75-initramfs-kernel.bin"; + sha256 = "66bf559b47a7c380cb5bfbbeb0475e05ee09fb9630c383a22d141f6c15332b8c"; + type = "kernel"; + } + ]; + supported_devices = [ + "airtight,c-75" + ]; + titles = [ + { + model = "C-75"; + vendor = "AirTight Networks"; + } + { + model = "C-75"; + vendor = "Mojo Networks"; + } + { + model = "AP320"; + vendor = "WatchGuard"; + } + ]; + }; + alfa-network_ap121f = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-alfa-network_ap121f"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-alfa-network_ap121f-initramfs-kernel.bin"; + sha256 = "2b24ae2770ae9b75102b5b645742fc4914241d715e8bd9aefa296502ed1065a2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-alfa-network_ap121f-squashfs-sysupgrade.bin"; + sha256 = "f6fb071bbcdb99eab4b5a37efe6d360a8ba803757c650131e906d79abb33a678"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap121f" + "ap121f" + ]; + titles = [ + { + model = "AP121F"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_ap121fe = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-gadget-eth" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-alfa-network_ap121fe"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-alfa-network_ap121fe-initramfs-kernel.bin"; + sha256 = "e92026bc06e1293efd0e6859052d1a4f2b619216854224f337bab64257bd55c4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-alfa-network_ap121fe-squashfs-sysupgrade.bin"; + sha256 = "2888d250afc95840f8c9a583473f3f123cc843a351835d49cc8408b8195afd03"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap121fe" + ]; + titles = [ + { + model = "AP121FE"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n2q = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-gpio-pcf857x" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-alfa-network_n2q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-alfa-network_n2q-squashfs-sysupgrade.bin"; + sha256 = "31270f1a16b86cf2058ad2842eea5124308d9354064a8fdf8acfdc15650de772"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-alfa-network_n2q-initramfs-kernel.bin"; + sha256 = "4e3bcb6b7488479fdc24bc65e9d2fd6213aac61cc137292907cc1d3cc944990b"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n2q" + ]; + titles = [ + { + model = "N2Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n5q = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-alfa-network_n5q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-alfa-network_n5q-initramfs-kernel.bin"; + sha256 = "4734e21b3af4de2085481a208bd90ab558b9b35a940f59edfe3efbe3dd69cda5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-alfa-network_n5q-squashfs-sysupgrade.bin"; + sha256 = "a000b9ec0ee52ad5871dd93e94b30b5c20665b3e91c6267a21da5c900e6ef229"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,n5q" + "n5q" + ]; + titles = [ + { + model = "N5Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_pi-wifi4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-alfa-network_pi-wifi4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-alfa-network_pi-wifi4-squashfs-sysupgrade.bin"; + sha256 = "078978154e79c013f1edb4ee5c193ebaff50c860ac6e159cd2bdee7478127620"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-alfa-network_pi-wifi4-initramfs-kernel.bin"; + sha256 = "903e90e2ceaea864b251acdef18f69d7ec56181d13de8c905543c5cd421b507d"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,pi-wifi4" + ]; + titles = [ + { + model = "Pi-WiFi4"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-alfa-network_r36a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-alfa-network_r36a-initramfs-kernel.bin"; + sha256 = "83409d7781c987b0a36b6441159692278de2e073ca92efbd3fab54003ddc1fde"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-alfa-network_r36a-squashfs-sysupgrade.bin"; + sha256 = "7517c8e69f14d89fea52f4760247b6be2122508d39e65d0d8bc3d08091ae6070"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36a" + "r36a" + ]; + titles = [ + { + model = "R36A"; + vendor = "ALFA Network"; + } + ]; + }; + allnet_all-wap02860ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-allnet_all-wap02860ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-allnet_all-wap02860ac-initramfs-kernel.bin"; + sha256 = "6e4d5af816f11d5601e6f7d776a192874fd011c084c1fef36dcc8b557a37b819"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-allnet_all-wap02860ac-squashfs-factory.bin"; + sha256 = "705c512fa82c3107f5c02f34db4e41d1fe68d22581c979f1d954e7ce6a30b30c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-allnet_all-wap02860ac-squashfs-sysupgrade.bin"; + sha256 = "f00949678abd58442a21ed45fa84847ab27acb6a3c23a5c1fb61e4dcda2bb41f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all-wap02860ac" + ]; + titles = [ + { + model = "ALL-WAP02860AC"; + vendor = "ALLNET"; + } + ]; + }; + arduino_yun = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "block-mount" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-arduino_yun"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-arduino_yun-initramfs-kernel.bin"; + sha256 = "d393b70bef8331144606e004b34d592de2213af6c7656c973cd094737e6ecbc3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-arduino_yun-squashfs-sysupgrade.bin"; + sha256 = "ccdd2b7cc57b345187e31ca646128b14c2eea5c15e12dcc5b333ae66e47d351a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arduino,yun" + "arduino-yun" + ]; + titles = [ + { + model = "Yun"; + vendor = "Arduino"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-aruba_ap-105-initramfs-kernel.bin"; + sha256 = "d020a5ea3001c133e91dbcc34f94fef2ce2eeaeebeaa443a185731be4126428b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "3f8d4e3aa81f34380a55758976500e317686b44301d43107695e39b5345dbd3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + model = "AP-105"; + vendor = "Aruba"; + } + ]; + }; + avm_fritz1750e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-avm_fritz1750e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-avm_fritz1750e-initramfs-kernel.bin"; + sha256 = "ead6ddaf2c07a8e974549ef75910d8e483002202c37ee6b7c4c1480aab86f023"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin"; + sha256 = "7d079851c8aadb76b2bd26d71e07a251d52bc16476435a69f7beaf541ca63c20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz1750e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 1750E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-avm_fritz300e-initramfs-kernel.bin"; + sha256 = "8ec32b42fd916c880732cc5a5ba700930ebcddaea14a5185f348478cb65c0fa2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "08b759578d8e78e1fed6926c720a1e78eb225501d35e09a6fabf877ce69c7de1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 300E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-avm_fritz4020-initramfs-kernel.bin"; + sha256 = "4d9d7bc7d79e6e2240513da47da0e43c34036f522ab770727175180791fc70b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "4eb4177e335460f0cea7993cb114719c80fd6e6e3bcff3c638a5bd141024ecd1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + model = "FRITZ!Box 4020"; + vendor = "AVM"; + } + ]; + }; + avm_fritz450e = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-avm_fritz450e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-avm_fritz450e-squashfs-sysupgrade.bin"; + sha256 = "26b18b5c64ea88a5da2ce566d673487710d38144158b1ade4922d26df02d3076"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-avm_fritz450e-initramfs-kernel.bin"; + sha256 = "b03688e7af5b1c95444e88cd750890655fb9661c86396ed562a727fb01f2b4ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz450e" + "fritz450e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 450E"; + vendor = "AVM"; + } + ]; + }; + avm_fritzdvbc = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-avm_fritzdvbc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-avm_fritzdvbc-squashfs-sysupgrade.bin"; + sha256 = "5960f61709a61439d81b54c89b6b58d4b9ce26585fcfe13f5a942f41f829a736"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-avm_fritzdvbc-initramfs-kernel.bin"; + sha256 = "9dd81cbb2da0d9dc0b1d8338b9da3555a203544d2630d57457273162ec821cad"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzdvbc" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater DVB-C"; + vendor = "AVM"; + } + ]; + }; + belkin_f9j1108-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-belkin_f9j1108-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-belkin_f9j1108-v2-squashfs-factory.bin"; + sha256 = "8da500fb5df85f3eed460aa86877cca41ec7dca911b070a64b0b94fa5b541781"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-belkin_f9j1108-v2-squashfs-sysupgrade.bin"; + sha256 = "48381fc9f5ee1b49cebe09e7324c98ab12fab2187c5c89224ee1f986a2869ec5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-belkin_f9j1108-v2-initramfs-kernel.bin"; + sha256 = "8f022e911242f9210c48a0e45a4c553dbf259d4ccf417f71b743265f209ff757"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f9j1108-v2" + ]; + titles = [ + { + model = "F9J1108 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + belkin_f9k1115-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-belkin_f9k1115-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-belkin_f9k1115-v2-squashfs-sysupgrade.bin"; + sha256 = "cbe75b6f908696fc48b3014f8389e01ff899007a97f899539277e0dc52c44cbb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-belkin_f9k1115-v2-initramfs-kernel.bin"; + sha256 = "ec3b28665ddec1d083399665a674b47d7aa76ff76b867daa9e14d7e3e5c4d4be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-belkin_f9k1115-v2-squashfs-factory.bin"; + sha256 = "503407c7e05f486445622df0ab4fa7d20f25661e5a9f25b5b46d3c926b65c54e"; + type = "factory"; + } + ]; + supported_devices = [ + "belkin,f9k1115-v2" + ]; + titles = [ + { + model = "F9K1115 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "37b107c7aa774e8f2c49a3275432fa535ea5ba61f19c54f9b9a3a70113812d73"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "bba0ffd6d0007a58ab8375b96ba07bb84b2a5541794ac7bfb3c6f42d7e5b1cf0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_bhr-4grv-initramfs-kernel.bin"; + sha256 = "cc96a08f960b1a5d2907142aed615d84cb3c1c1fee4664990e6eaf64e7106a85"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "df3366ec7556810a724cbbd5abf1d6532eee39d03a8aa04c06f33c724e0cb8c7"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "BHR-4GRV"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_bhr-4grv2-initramfs-kernel.bin"; + sha256 = "f8d1bfe21c6f97632703c27e76ab6314c62dce2feecc300ca148d1ce7821ca21"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "cfd993d010470886f5928c34334dfed3082a3aa6a7249ee2ca980ad6aa543668"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + model = "BHR-4GRV2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-buffalo_wzr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-600dhp-squashfs-tftp.bin"; + sha256 = "0fcd9c9d99733f4fd46c8345cbb7d4a39d42019f930cfaf6c045a4473e6acd3b"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-600dhp-initramfs-kernel.bin"; + sha256 = "05c10075bfa8de0af45ab72bb9dae4b17d8cf4232962f59bde70c65ce8eacebb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "a7ceed771e4880230b6a640eb7388df71e589e88f8952a68bb3ca03af060ab8b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-600dhp-squashfs-factory.bin"; + sha256 = "295c928a78a7da0095996fc98943a0e79172c15259aeed9e345b737f5e7f8c18"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "44b30bb02fcf03309de4cb769361e83496c5962f7a3c23f07df99f8183839d0c"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-ag300h-initramfs-kernel.bin"; + sha256 = "91dde40da7c6c7a0a0ff0e6ce5e443955a4cb41f6dac9304b2e7ffcde133690d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "0f7f7d870ab060228a2bd218d6bbdb58e25d262df3ba41d172b9a86c0fca721f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "08f5dfd4f86c1f73f2328fd2539c8cb8b78ca436e87c0a436a6f63f22867ecfe"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-HP-AG300H"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-rb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-gpio-nxp-74hc153" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g300nh-rb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-sysupgrade.bin"; + sha256 = "1bc20a528aa88555795a3c4f5c4e41209a30600aa560d52274587f25c9dfa63e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g300nh-rb-initramfs-kernel.bin"; + sha256 = "405dfdc77e8b6473b8f09d9115013fc66b70db51b5207451464ee3dc9e785d15"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-tftp.bin"; + sha256 = "2167862b13a1475c9a1cf20f838cf3f2c072a06014f61930349159bf4dc9df72"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-factory.bin"; + sha256 = "f30b46c57529235114b58af84c5fd89aace228b266b5738d304623634f7f56e7"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-rb" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366RB switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-s = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-gpio-nxp-74hc153" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g300nh-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-sysupgrade.bin"; + sha256 = "e93b329d35fac1c96f47dc03792673ca6e0a5d7f787c64b3f1161fde7d1bfac1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g300nh-s-initramfs-kernel.bin"; + sha256 = "720326ee1c3038c571272fbc0df7c27f47d780bc4bef8db23082787a7f2d8f37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-factory.bin"; + sha256 = "0cde4a5fe63d6d24ccfb9bc9520c318e8de58878db630d86badbac96c6fa6b2b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-tftp.bin"; + sha256 = "62b5c459e89c91eb137f99b8ed251b291e02b649314097443973aeb87fd6d81a"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-s" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366S switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "0e61e66525c9029a276902db05370ae8a2bb66bd3c2df3a035ff6517fe99dcf0"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "07dc0e35afbfab81ffd5bc88411aec7d5df799962c3628a13d2338e5b1e7a827"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g302h-a1a0-initramfs-kernel.bin"; + sha256 = "f8636e6dce7ac598921e3a449dc4f8da74a7564353519753781d5b3d2b906c3e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "1015ad015a26a86016953fbb8c2c9dd6519fc6c8a0d67aed22330236d0d0e844"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + model = "WZR-HP-G302H"; + variant = "A1A0"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "07183fb091cc71ae8b42ed8e02688a573a57ee273e016627993f5b4aa1efefd9"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "0857ccc63f0ee51828721923a22e7ce6e35abbde81ace003f602701cc9465e46"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "340a5326881a0ce66dc96ac3881c929526649930cd6d87fa193a96c5ca7d579e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-buffalo_wzr-hp-g450h-initramfs-kernel.bin"; + sha256 = "d4ad3871b1f3929c8f1c8065f41faed251130ce4105fd910c01ad7c02ecdae7f"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "WZR-HP-G450H/WZR-450HP"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "31619cc423133476db55fc465f026722d0511344e7bb6fd0019b9487d61fa9ba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-e110n-v2-initramfs-kernel.bin"; + sha256 = "bdde811fbba991bbabb7fea0ddcbb74ae59d9c76dc843a18ff1796dc77824f83"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + model = "CF-E110N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-e120a-v3-initramfs-kernel.bin"; + sha256 = "988cbb06b2d1cc436033b2232f593a3cf01be49121ef3d847db49f745c9a19e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "10fb6f8fec9731eb72a4fd0f7b8b18269b457abace51685faa9ce82df48baa68"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + model = "CF-E120A"; + variant = "v3"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e130n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-comfast_cf-e130n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-e130n-v2-squashfs-sysupgrade.bin"; + sha256 = "4ef42a7951ce33f7033a9f9cfb9fbd50541bfe283b6c9e92a04a5101b89cd8f8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-e130n-v2-initramfs-kernel.bin"; + sha256 = "1d8bcfeada797b11cbc4033d0dc6b312faf3102aaeb93a3315f141c9b1290ba2"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e130n-v2" + ]; + titles = [ + { + model = "CF-E130N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e313ac = { + device_packages = [ + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-comfast_cf-e313ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-e313ac-initramfs-kernel.bin"; + sha256 = "90cb09c9ee7db6ac0f18bf270631f691bf602deee21580a54bc3917a13a05bc5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-e313ac-squashfs-sysupgrade.bin"; + sha256 = "968bfa2baf0c373a37ffe064a370966aaf7a66f132b66e62e6018c7f10d5fd4e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e313ac" + ]; + titles = [ + { + model = "CF-E313AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e314n-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-comfast_cf-e314n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-e314n-v2-squashfs-sysupgrade.bin"; + sha256 = "2b63fe405379c87fd5073dc85f73fca919b6f95188cc666981c1c73ee762dcbc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-e314n-v2-initramfs-kernel.bin"; + sha256 = "56cc12eeea906ac39d7bccc664a4f41c1fe5c9b3d42b00013031dbda68c30bd1"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e314n-v2" + ]; + titles = [ + { + model = "CF-E314N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "21467eeddd03697ad20aacc81dd2f38c01021753f0fcd779c5475f393f9a7552"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-e5-initramfs-kernel.bin"; + sha256 = "5a201275bdf7bbf6e68ddfd1f10f2b322e6a987edfbe8be047ffeec8c2ac3960"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + model = "CF-E5/E7"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e560ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-comfast_cf-e560ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-e560ac-squashfs-sysupgrade.bin"; + sha256 = "aa2f573772cf681649a472ec63c1b0ba6ddb800c9fcc0667b7fdf88e985d167a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-e560ac-initramfs-kernel.bin"; + sha256 = "bffce5951b6d0db581ab80682d5ffc019f6ed073b2bf6f269825047d11a27f67"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e560ac" + ]; + titles = [ + { + model = "CF-E560AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-ew72 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-comfast_cf-ew72"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-ew72-squashfs-sysupgrade.bin"; + sha256 = "c541864219e3e7b65f202d5a0d2053030d6866a2fa550059e202d88502c3131a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-ew72-initramfs-kernel.bin"; + sha256 = "ce8b52845b90672e89f0323f59a014347b9604fdfcc1a2530b9c0a2f3d5f044d"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-ew72" + ]; + titles = [ + { + model = "CF-EW72"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-comfast_cf-wr650ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-wr650ac-v1-squashfs-sysupgrade.bin"; + sha256 = "0c1cc6f117964a826de47c7d715a55fa6910e7b7c97f8974975ed62093272c74"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-wr650ac-v1-initramfs-kernel.bin"; + sha256 = "9d6e3274ef678d166877499402a63546093b4822a327bfe696f8425fbdb4cec0"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v1" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-comfast_cf-wr650ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-wr650ac-v2-initramfs-kernel.bin"; + sha256 = "0e484913a0e833dd9464709e554d03ac76102263fce7b56de5015d4254b81ff0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-wr650ac-v2-squashfs-sysupgrade.bin"; + sha256 = "fa64519afe95bef5f81dd07aff487b6ac983a7af54c2ea818348073670a81480"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v2" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr752ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-comfast_cf-wr752ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-wr752ac-v1-squashfs-sysupgrade.bin"; + sha256 = "79d2f8e55e2429162ec24a10b55a158b33a33c568cd7012df4b6464bdfe56426"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-comfast_cf-wr752ac-v1-initramfs-kernel.bin"; + sha256 = "3637a81782678d742fb81a6a3af706016f277aed6c5a1b5a95b8b541698da805"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr752ac-v1" + ]; + titles = [ + { + model = "CF-WR752AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + compex_wpj344-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-compex_wpj344-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-compex_wpj344-16m-squashfs-sysupgrade.bin"; + sha256 = "c9d1fcde2431c07920c4ee45e3008dfb627ea333e567189f572ecc3ca12b0652"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-compex_wpj344-16m-squashfs-cpximg-6a08.bin"; + sha256 = "300727741c52472f00b1190b65a3417920334ec8203073451746803eab205fba"; + type = "cpximg-6a08"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-compex_wpj344-16m-initramfs-kernel.bin"; + sha256 = "17d24d42234e0c0489a58d96aa22a1de481351bda77d9c67b3d37f72b5574eff"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj344-16m" + "wpj344" + ]; + titles = [ + { + model = "WPJ344"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj531-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-compex_wpj531-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a06.bin"; + sha256 = "9cfe052c996cd1f7dfafa682beb9a9dbd735f2344b441d2e175d25d66224bb34"; + type = "cpximg-7a06"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-compex_wpj531-16m-squashfs-sysupgrade.bin"; + sha256 = "e5f6d6fe7d47756cc1dd30fd2263a9f8c76de1ab5cda2501adbd0b81bf5e4cd2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a07.bin"; + sha256 = "9cfe052c996cd1f7dfafa682beb9a9dbd735f2344b441d2e175d25d66224bb34"; + type = "cpximg-7a07"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a04.bin"; + sha256 = "9cfe052c996cd1f7dfafa682beb9a9dbd735f2344b441d2e175d25d66224bb34"; + type = "cpximg-7a04"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-compex_wpj531-16m-initramfs-kernel.bin"; + sha256 = "0bf273f16e94aede346cd089ab98fa9f466803df6f5a3fe8e7e453b2393bb6b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a03.bin"; + sha256 = "8d7a83adfab867554c6cb518eb3d54cb97326b91d5b6d67d65a2ddfe636fbbf7"; + type = "cpximg-7a03"; + } + ]; + supported_devices = [ + "compex,wpj531-16m" + "wpj531" + ]; + titles = [ + { + model = "WPJ531"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj563 = { + device_packages = [ + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-compex_wpj563"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-compex_wpj563-squashfs-sysupgrade.bin"; + sha256 = "d5a5f7a0ef2c5edb3df3804b61a633471e227262db6db384f4b2e15e78893629"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-compex_wpj563-squashfs-cpximg-7a02.bin"; + sha256 = "7008039badf4a96951caf5d61fb6d9fe857435da02799dd8b289c20fe8eefa33"; + type = "cpximg-7a02"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-compex_wpj563-initramfs-kernel.bin"; + sha256 = "87e3ee5382580f19bbc52ee6134a3ed4ca824dc3a4ec8ddaefd8d2470f6de7f0"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj563" + "wpj563" + ]; + titles = [ + { + model = "WPJ563"; + vendor = "Compex"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "45fc1c335f6f098429504e71ba985df82d3da4b01d418ee64b681407330f9211"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-devolo_dvl1200e-initramfs-kernel.bin"; + sha256 = "58e0b41dc472f5d4f7ef04130e5d2472743064dadb45b816c2999e0566bb2986"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + model = "WiFi pro 1200e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "faa49c9a4bd83f90c4ee59e4bb7e821add17ebb8deaee18db0d733f0b3e3cd9f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-devolo_dvl1200i-initramfs-kernel.bin"; + sha256 = "fa2ddcd87d955382c18e7bfae4e569d7de477e93a3e47ebb5cc665b7ef3ca73c"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + model = "WiFi pro 1200i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "4fd04422d6234375202a515d8e8b7fce065ee254a9f43ebd3d8519351c4d86fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-devolo_dvl1750c-initramfs-kernel.bin"; + sha256 = "bbc9664f2e0ba663db55548357dd9eb231da103958ccf5d085d2994208c72933"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + model = "WiFi pro 1750c"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-devolo_dvl1750e-initramfs-kernel.bin"; + sha256 = "e8636bc703161a44d151210de6ce4a599aa7a2005f74de1b666652a0d19dcfed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "3ecdebfefd2a428a7f8fdda642f48d054c788c21dfb973ac8831cfdabc2123df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + model = "WiFi pro 1750e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-devolo_dvl1750i-initramfs-kernel.bin"; + sha256 = "244592739aa51f6bf147a2b5d9ec5c89573d44d9e39646ec04efdedf13474328"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "c3a48bfd589f5d9561869ae45d24a68f8a28f08ba6006ec1f678f376991412a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + model = "WiFi pro 1750i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-devolo_dvl1750x-initramfs-kernel.bin"; + sha256 = "164f751b78369ed9e987b64f16f958bba8b85febb460ff8b51ca07d4d5c3e66d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "4bfa08eab0da417f786b5403750169b1cf311b1b8ff3b738e107f9aa1738c3ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + model = "WiFi pro 1750x"; + vendor = "devolo"; + } + ]; + }; + devolo_magic-2-wifi = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-devolo_magic-2-wifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-devolo_magic-2-wifi-initramfs-kernel.bin"; + sha256 = "c1d70245402c781a1c4aae12ab8d7df8f758d26cbea0c8d877c4b085de9d299c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-devolo_magic-2-wifi-squashfs-sysupgrade.bin"; + sha256 = "078f2dae5e889413331fd3c28bce6fa431dd99fb7749bc11018940013c1d5d96"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi" + ]; + titles = [ + { + model = "Magic 2 WiFi"; + vendor = "Devolo"; + } + ]; + }; + dlink_dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dap-1330-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-1330-a1-initramfs-kernel.bin"; + sha256 = "0de2919db2d42188cd25551c33e07063e14bebac649dd8e0b4c3a3b15ae6a68d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "50b92131b4ab1185e20d4159e243e16aad238c38e62d578e8f91f2aeb1a88ce7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-1330-a1-squashfs-factory.bin"; + sha256 = "8e1c747f9ad21268af5b6b641d6bd36affeedd8b3a017270197e048d96b5a090"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1330-a1" + "dap-1330-a1" + ]; + titles = [ + { + model = "DAP-1330"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-1365-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dap-1365-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-1365-a1-squashfs-sysupgrade.bin"; + sha256 = "876e728fbaeab123106d97dcee7254d6ff4e1ede291c0a7f4449d0d11cf1bbf6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-1365-a1-initramfs-kernel.bin"; + sha256 = "5fbc302ea94863b3dfe42da18a8143a3da78514ee93191b9ca3fda6ef598bdf8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-1365-a1-squashfs-factory.bin"; + sha256 = "a2983e64cf67151134f8cd86a759e5e03c055166d15ce4ee8cf03e66aa13b106"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1365-a1" + ]; + titles = [ + { + model = "DAP-1365"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2230-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dap-2230-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-2230-a1-squashfs-sysupgrade.bin"; + sha256 = "54e8a43d3c602b0b5804cba3d9372e57bdc103c50e426c78f60c094b370b3ffb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-2230-a1-initramfs-kernel.bin"; + sha256 = "83ed56275759d5b39973275f1e95f5e074e569bb830aac26ae57f9964765354a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-2230-a1-squashfs-factory.img"; + sha256 = "1078008fb0a7f3d890de1c6a332ee8511e43e63f54e7a9317605079b777c4f55"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2230-a1" + ]; + titles = [ + { + model = "DAP-2230"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2660-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dap-2660-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-2660-a1-squashfs-factory.img"; + sha256 = "f908b346ffd5dd10a415183daa92f714fc6319cdf31522dfe653ad175e20393f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "61cf183907db482d8980a19fc0a0ea34217d47fd9e3c94e0aab5adc2f902288a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-2660-a1-initramfs-kernel.bin"; + sha256 = "80457b099bf42c6eeb03fc03b4e2c78bc4f2f5da2b9d150911e6e392e0a1150a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2660-a1" + ]; + titles = [ + { + model = "DAP-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2680-a1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dap-2680-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-2680-a1-squashfs-sysupgrade.bin"; + sha256 = "0f875aa9d1c31e8db50674c4b0506f3806c199c72465d7b4be2c2ff07ae60872"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-2680-a1-initramfs-kernel.bin"; + sha256 = "66ff5aa85fb0d3f2594937d1ddcca50620a11858faa63a5beb0c3f510b1616b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-2680-a1-squashfs-factory.img"; + sha256 = "7b88da9455cf9aa4219ef1067d21e23e107b25be2b7bcabe232e5fbd989d257a"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2680-a1" + ]; + titles = [ + { + model = "DAP-2680"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dap-2695-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-2695-a1-squashfs-factory.img"; + sha256 = "907b86ba774c589c23f8a113830054c47b7edffd3bba1d5cd363e46f29354f94"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "86d45c1d36c203405f756863acdd071f6245a71c58bbbc9bfa5e8382584b31bd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-2695-a1-initramfs-kernel.bin"; + sha256 = "283360b68b2e6adf6835fc3eb7872c4085d53e4f199a3b7a11be0cfe028c8258"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2695-a1" + "dap-2695-a1" + ]; + titles = [ + { + model = "DAP-2965"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3320-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dap-3320-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-3320-a1-squashfs-factory.img"; + sha256 = "19b8ed61779bbbea21dfab8505434e5c39dac951108c1b6f77874858a7860ee8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-3320-a1-initramfs-kernel.bin"; + sha256 = "118e2176ddb08d73c35786fb2d3150e62d737f3e1f0dafe930875cd40e1e85cb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-3320-a1-squashfs-sysupgrade.bin"; + sha256 = "f3ac36aaab96ddc12140ca518d02ddb5b36ec27d0668418679fa8b34d73ce2ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-3320-a1" + ]; + titles = [ + { + model = "DAP-3320"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3662-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dap-3662-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-3662-a1-squashfs-sysupgrade.bin"; + sha256 = "c943beb8b8ab84eae526bf30818ff39a0f60081c82316df9a8ddc7d54dd98f89"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-3662-a1-squashfs-factory.img"; + sha256 = "24e112432a7a736ff0a6d720a11256274da22dd71f0ae89ddd921da635b67ee6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dap-3662-a1-initramfs-kernel.bin"; + sha256 = "49fe7e93bd442cf07e324cd35aaf9f585e650ba1c92a49523b10b1ae51f90436"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-3662-a1" + ]; + titles = [ + { + model = "DAP-3662"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dch-g020-a1 = { + device_packages = [ + "kmod-gpio-pca953x" + "kmod-i2c-gpio" + "kmod-usb2" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dch-g020-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dch-g020-a1-initramfs-kernel.bin"; + sha256 = "1b9b798dc7b14bb45dd9982c990e9d8b68cb472b1195d250daaa6df95f33f4ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dch-g020-a1-squashfs-factory.bin"; + sha256 = "a57037f7138f8546db35cf419f3e8876d915d56c6f8745af97834ad0d63f746c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dch-g020-a1-squashfs-sysupgrade.bin"; + sha256 = "7b56d32e03d91d3b182bb4bc28cf92bc05340be8390f23c3341fadf0c006a5b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dch-g020-a1" + ]; + titles = [ + { + model = "DCH-G020"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-505 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dir-505"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-505-initramfs-kernel.bin"; + sha256 = "a75c373113d9157e8793cf7db50db81ff9e31bb466e4bb4f306e1f345a1c85f7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-505-squashfs-sysupgrade.bin"; + sha256 = "3637c9eb2bc1bf040b7ce7a4d3878bfd6fb82035d350458dc04d5600faccda9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-505" + "dir-505-a1" + ]; + titles = [ + { + model = "DIR-505"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "3b827f3866f659375b4d56896d1b7bee34f5dffa966582efb8a7295e1193736a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-825-b1-initramfs-kernel.bin"; + sha256 = "c96b7e255919b8279bc695e504248e3cf86630135946070a40c4a5a43250e7f7"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "d88302d93edb900bcaabd1bea9c727545ab9bcabed1c87930d5a6a85eb4daeed"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "d69330510f654222668303b367b9544c99be15bd5d0a18a5d074e0a621d0ac2d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-825-c1-initramfs-kernel.bin"; + sha256 = "818805da1dbf9b75d5a04ad3be84ccfd31e955c4ef91b7772ed0fc5bbd6c5806"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-835-a1-initramfs-kernel.bin"; + sha256 = "1ef6c327fc90d753019075e05e8c9431c0bd9b28d467a54f7cd9f0c217048e84"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "84d89529facb47c9d9d139eb311e9651d57e0afa2c3c0d339e3302d805baf44b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "70bb53891255d9d005c8aed4849ed83768864335831ebf468c4bc980f3ddcb5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + model = "DIR-835"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dir-842-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-842-c1-squashfs-factory.bin"; + sha256 = "1f5b0169abf5e4ca954cf9c22b5332fb022e4079daab1455007e5edc12b26f9f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-842-c1-initramfs-kernel.bin"; + sha256 = "d0e45e0814a84d2c4c5d8a5d2d639ceb75989e505605f989419d482dffbea059"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-842-c1-squashfs-sysupgrade.bin"; + sha256 = "ec2df8c2e70b4491b8251550d505a93073f9ead65df32fcf24543d3a51915cf7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-842-c1" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dir-842-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-842-c2-squashfs-sysupgrade.bin"; + sha256 = "2cec262aa3bb33e4707120b5f0f0759f7fe4fbb2ed3283bb77c29a33628d5c6b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-842-c2-squashfs-factory.bin"; + sha256 = "73c5972ad9f74519810caedfc844209d89b8622dde714b10f173619f7770533e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-842-c2-initramfs-kernel.bin"; + sha256 = "1fa3744aa69743257464e58b85c5d442f74cc6fcf0a19a0441f8ccf831deea83"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c2" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dir-842-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-842-c3-squashfs-sysupgrade.bin"; + sha256 = "22634533cca40ba9a2aa4bc8f459df1c31a5bc770ac109bcf2aa4acbd754a85b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-842-c3-squashfs-factory.bin"; + sha256 = "057730c2170e0297df57addbe6cb721a4e75e429b50aca53fb027faa4caf7de2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-842-c3-initramfs-kernel.bin"; + sha256 = "817c5de5b4d27f9ba52a7ba8a2d64913254a206de76522825893a42c916e9ccd"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c3" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-859-a1-initramfs-kernel.bin"; + sha256 = "ec756bdf1178d4c68a4b5b22f4fd69a0ba239b0560882617f445fceca5348d5e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "7b26b4c09b33821a4ac81e58e66fba69d31174d71f60c5f5a5036cea0cad32dd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "8ee5a78bfe373aab8e34b6dbfea6bf5e51362d0b4516ff334c6ae73b50c7f236"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + model = "DIR-859"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-elecom_wrc-1750ghbk2-i-initramfs-kernel.bin"; + sha256 = "a1558380202de947a508ed8cff306ab13f7eeb10b3aa04348be3cfa83ad57d8f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "80b8d35b64a32b01ef02b1f4b849c4165bb60f9463025f26f5886896a7f59b4e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + model = "WRC-1750GHBK2-I/C"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-elecom_wrc-300ghbk2-i-initramfs-kernel.bin"; + sha256 = "01b451ea92c30f97ddccdb2cacbe0e724e3b7926ac4e61445790356f57bc3aa2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "87e339f018ee44cd8cdf30a9840001eb3b1d2a783277705a92c23ad64dda6fcc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + model = "WRC-300GHBK2-I"; + vendor = "ELECOM"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "3059df88dc9242e0b8ca87cb3eeff344fc58881633f582757979d02f191c2ba9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-embeddedwireless_dorin-initramfs-kernel.bin"; + sha256 = "311517da520afb6cdade2776624c75e57a6205b07ee47d0d0fbfa14951676f10"; + type = "kernel"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + model = "Dorin"; + vendor = "Embedded Wireless"; + } + ]; + }; + engenius_eap1200h = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-engenius_eap1200h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_eap1200h-initramfs-kernel.bin"; + sha256 = "0cb9352c169ca716125f65ca5dae150dbfd4038cdb7c2416f5b8e0ef13cbdc53"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_eap1200h-squashfs-sysupgrade.bin"; + sha256 = "4f9fddfe8a6177d8adb462736d2f769ff174b67ea97e770a99a121a459e091de"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_eap1200h-squashfs-factory.bin"; + sha256 = "967aee86b148e1cd6807d184379e1041494ee8d02405c0e9f7ee3372823448a0"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap1200h" + ]; + titles = [ + { + model = "EAP1200H"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap300-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-engenius_eap300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_eap300-v2-initramfs-kernel.bin"; + sha256 = "276fcfc88af341a1170abd2445d94c95ddd660f8fe9a5e0eea719f636213a8a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_eap300-v2-squashfs-factory.bin"; + sha256 = "0259cedbd7e1ecca7130291b7943ff644e9753c7539e50fac57ef09bcf05da7b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_eap300-v2-squashfs-sysupgrade.bin"; + sha256 = "6d7ecb6a158dd1384a3ce0eb696a54f50f2987939c7f2e6028e92b2d3d82d713"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap300-v2" + ]; + titles = [ + { + model = "EAP300"; + variant = "v2"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap600 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-engenius_eap600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_eap600-squashfs-sysupgrade.bin"; + sha256 = "9bae13d73c1e52789f78a55b81f052138802be88906c4733398ebc4ac50953b2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_eap600-initramfs-kernel.bin"; + sha256 = "4c63fdf58c7085c20e795a15989f941f3d1e6c480b0c8ba2181b1c1d8346c817"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_eap600-squashfs-factory.bin"; + sha256 = "630587107706f407fcb617c21c248fbe3826507ae99ae45fdc8b64a2f348192d"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap600" + ]; + titles = [ + { + model = "EAP600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1200 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-engenius_ecb1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_ecb1200-initramfs-kernel.bin"; + sha256 = "cb7c71d6425470e3bdee506edc301283c4a2b9981017fd2f0881843320be959c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_ecb1200-squashfs-factory.bin"; + sha256 = "12a108cee69bc94ee8ed130d291d2522653ac55285846aac8ee2c7bf0f01d001"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_ecb1200-squashfs-sysupgrade.bin"; + sha256 = "af8edff0d321da65ed2fb08efeac2b7c0563ba835f297e33a1f2ac6603ceae4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1200" + ]; + titles = [ + { + model = "ECB1200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_ecb1750-squashfs-factory.bin"; + sha256 = "7908359e7dc932dd5f1491f39f2aa3573f1a373649d9c017adf971c26cf3bf87"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_ecb1750-initramfs-kernel.bin"; + sha256 = "8a133d537d5c42b6a794e81c3b5ea6566b587f15e657a9bee267c7cd19227f7a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "3109372cfb8e28f9534c3d88ab3755ab2213deb73321f98768b1224bd99295f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + model = "ECB1750"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb600 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-engenius_ecb600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_ecb600-initramfs-kernel.bin"; + sha256 = "781d976d953369434de4dadef687996b2e560ad60d32fffef77d2ce4389e596d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_ecb600-squashfs-factory.bin"; + sha256 = "aec2c424042fa84dac804959a292b3a22a224a1e4b2c9ce9eb306a78144dd0ee"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_ecb600-squashfs-sysupgrade.bin"; + sha256 = "a3ccd4c545b9b9af7e278eb9eca6fed927b0547d9190428fc70f2eb44de436bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb600" + ]; + titles = [ + { + model = "ECB600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens202ext-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-engenius_ens202ext-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_ens202ext-v1-squashfs-factory.bin"; + sha256 = "4a6b600d89fca1560b14613718749dfa1727587628f8f5a6e08ea1d47e3f5337"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_ens202ext-v1-squashfs-sysupgrade.bin"; + sha256 = "e82f9b4dd3167ea1aa11902cf7f2724ac7d26e324389c9ff934cac2c95ca7b4f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_ens202ext-v1-initramfs-kernel.bin"; + sha256 = "82f973c704163db4ec9154a96aa701b812feec0dc564936f455e829ea6d53f13"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ens202ext-v1" + ]; + titles = [ + { + model = "ENS202EXT"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enstationac-v1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-engenius_enstationac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_enstationac-v1-squashfs-sysupgrade.bin"; + sha256 = "e47e4d63609aba266bc2b4da7e2a5c10426c92a175d9f5a23ab6ba8f31229e6b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_enstationac-v1-squashfs-factory.bin"; + sha256 = "b9c234816b653fa3199b8e1f96867278c6fb28e64f65e0a7aa345078327a53c7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_enstationac-v1-initramfs-kernel.bin"; + sha256 = "2308a0ee9c06338bded235c8d25c299bb58daef5eddbce96c388a974d38f5a8b"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enstationac-v1" + ]; + titles = [ + { + model = "EnStationAC"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "7bcade6adc0b63aee1e3d03bd1b0f1fe4cc7b74713e5a94bcde00b491c7cde61"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_epg5000-initramfs-kernel.bin"; + sha256 = "f585993577042f2451407a7082e0b8d62e562320e86e9f163a48fb2896564e9e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "cb837c7444722702b816bbb0dc875b2c53dd6c07bbd234b03e63548599a6b96f"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + model = "EPG5000"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "c5d12beb5e596dc58c50c2921176ebb52ab8025f39464d4eda4226c872fa3b46"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-engenius_ews511ap-initramfs-kernel.bin"; + sha256 = "f2fbbbdf0b76010057736f92aad700985961ecd6065bde0d24e1f5ca8137dfff"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + model = "EWS511AP"; + vendor = "EnGenius"; + } + ]; + }; + enterasys_ws-ap3705i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-enterasys_ws-ap3705i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-enterasys_ws-ap3705i-initramfs-kernel.bin"; + sha256 = "f91c6d5668587bb427160213e12a45a62da7563fabd923db0e272000e1499672"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-enterasys_ws-ap3705i-squashfs-sysupgrade.bin"; + sha256 = "1d593ad4c2287f47392aca1e7f32a36864cb31eeb3dae861a7d325db57d18ec0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3705i" + ]; + titles = [ + { + model = "WS-AP3705i"; + vendor = "Enterasys"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-etactica_eg200-initramfs-kernel.bin"; + sha256 = "4201996640f633d31aeb3f46a098984a413d8e9119f7eeb80f18d3b0ac34b467"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "2efb9133d98153ffb4590d242446841327f84cbbc5c1df6b97956e11cf84e30f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + model = "EG200"; + vendor = "eTactica"; + } + ]; + }; + glinet_6408 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-glinet_6408"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_6408-squashfs-sysupgrade.bin"; + sha256 = "dcc7f20e4af303bd5c6fdf298815faee616815316398481afcaff4c31542d868"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_6408-initramfs-kernel.bin"; + sha256 = "d1066922d1d6d883e5ff0377c3039a85e9514b52f635ff5e3af2cb4a5962c9c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6408" + "gl-inet" + ]; + titles = [ + { + model = "6408"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_6416 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-glinet_6416"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_6416-squashfs-sysupgrade.bin"; + sha256 = "e42dec3de78986ba5900fe2a098e3a55e16d12065b8a6ea751e754207b496b9b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_6416-initramfs-kernel.bin"; + sha256 = "1fcf9ee0c126f444cbbf99384c7dbf1a5b02c45fba1eb97789168d7546882e96"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6416" + "gl-inet" + ]; + titles = [ + { + model = "6416"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_gl-ar150-initramfs-kernel.bin"; + sha256 = "747c2f1a1465b6f9b106fd415f3be2848f9a0c6b6948e4522e5c6f789cf29dfe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "c49585cd63ecca4bfa5919e01bedb9451136b96df5fde4bcb5d403aa7706e1a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + model = "GL-AR150"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "ab810308ebe5376a121d9b216fc4f59949acdde727e661203ebcd4d7e78ed674"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_gl-ar300m-lite-initramfs-kernel.bin"; + sha256 = "d6c6af148e83a11e4f1873cf6355b665d99c8ab343091131e1be42b5f09bd268"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "Lite"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m16 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-glinet_gl-ar300m16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin"; + sha256 = "41a29751ed974d7d92a8408a0f15d2f0ce0a3f4f12c4289e3eb2a59751ffee2d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_gl-ar300m16-initramfs-kernel.bin"; + sha256 = "76c5ec8e94eeceddc837b72a84bf6953ffea8f94253355cde9049f92fa6cab0c"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m16" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M16"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-glinet_gl-ar750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "536afb9153a2ac6ea16dd50f82ad9d8b5e441133647a44e041cf07e12a5c2b93"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_gl-ar750-initramfs-kernel.bin"; + sha256 = "6346f27c67e50740ccf5c69e7f9f221828359babf672055e09e05b7fb77301cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750" + "gl-ar750" + ]; + titles = [ + { + model = "GL-AR750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mifi = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-glinet_gl-mifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "8e02e7feb48b70e6efa1bf3e00f26b162e244b4a20a273817e725e0406bb0fe6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_gl-mifi-initramfs-kernel.bin"; + sha256 = "87141a826b100aa9d6212b8fcc771c6250572fe0aaa5c646d68dba538778bf04"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mifi" + "gl-mifi" + ]; + titles = [ + { + model = "GL-MiFi"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-usb150 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-glinet_gl-usb150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_gl-usb150-initramfs-kernel.bin"; + sha256 = "db6850c238681e70fc4ccd861133c795a1ae00807a8f34cdc4e63946e4732453"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "c18f767bd2b282509f8d33e7dec6c782a52f2c64bfbe43e02f9e2faaedbf0488"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-usb150" + "gl-usb150" + ]; + titles = [ + { + model = "GL-USB150"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_gl-x750-initramfs-kernel.bin"; + sha256 = "1608e76bdf5fe6ffeb36ca336c9dff795b36ef2c34b0208723b4675457b7e33c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "e10b5df928dd056959f8706d6e2436b5eb52c2b4abc454c67aab7b9fbb4f67fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + model = "GL-X750"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_lan-turtle = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-hak5_lan-turtle"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-hak5_lan-turtle-initramfs-kernel.bin"; + sha256 = "260192d75f415b66a2134cd8144f33bcf128fbe7a6193b5bb271d54a02dd5113"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-hak5_lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "ca2245b5475dcf1c9ff4eb27d727f59f6c7af9f58b213d95d9a86aa7c1e8a9c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,lan-turtle" + "lan-turtle" + ]; + titles = [ + { + model = "LAN Turtle"; + vendor = "Hak5"; + } + ]; + }; + hak5_packet-squirrel = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-hak5_packet-squirrel"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-hak5_packet-squirrel-initramfs-kernel.bin"; + sha256 = "35ae674d2eb501a2e12322b6bdd04538daa9d9cb88f6b918609436a01ddc942b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-hak5_packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "bb436209a35eb89ff9a622ebf0500e4424b9b068a31dd335b28527a6d2bdfd11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,packet-squirrel" + "packet-squirrel" + ]; + titles = [ + { + model = "Packet Squirrel"; + vendor = "Hak5"; + } + ]; + }; + hak5_wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-hak5_wifi-pineapple-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-hak5_wifi-pineapple-nano-initramfs-kernel.bin"; + sha256 = "797cfe2cb5985f289cfbbf4eef38e21c65327bcd72cccd246e1a698c6128785c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-hak5_wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "45ca0c811cb5c5bee6ec852e7bfa51bbb4a858250cd15fafb274c88bfdf3ceb2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-nano" + "wifi-pineapple-nano" + ]; + titles = [ + { + model = "WiFi Pineapple NANO"; + vendor = "Hak5"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-iodata_etg3-r-initramfs-kernel.bin"; + sha256 = "8abb3ec10c286612641b264462f22a874494c7d698f49ff6a57f346bf3e7f167"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "3fc4e879c46cc14a9f4d2c1d6d7ee0d5d2764416261522f66a2ede9635627bd5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + model = "ETG3-R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "9e0f035ab2abe19d0451d8c84ff2a03c88b618cb7c3d0cdcde9e2675cea2c5e8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "0876231fda9443f62de0215fe0cb77c76d9fbf49f2d7738af9538b2532a8b64c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-iodata_wn-ac1167dgr-initramfs-kernel.bin"; + sha256 = "6ef3ccb8be4cfe59e9105bc3f71a99bb07406a3301aa049131c3eb0c9b01617f"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + model = "WN-AC1167DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "20cc5508388ab0fa4e2193c651e9090eeb1168370cbae573272aa9408dd01e88"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "c1d5f12ed414bcd13fe5b446fa683d8340487b1e93bc24f6df33eaa6f1ba04ea"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-iodata_wn-ac1600dgr-initramfs-kernel.bin"; + sha256 = "f1b773348e7cdddf96b4c24cb15326561bb4ec47639aee6feb2113803a6adf39"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + model = "WN-AC1600DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-iodata_wn-ac1600dgr2-squashfs-dgr2-dgr3-factory.bin"; + sha256 = "231452548a072bd941011ad5b37fbdef1937cf69014a6af437570a0edeaa9299"; + type = "dgr2-dgr3-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-iodata_wn-ac1600dgr2-initramfs-kernel.bin"; + sha256 = "5cce292d14afc7d618654d593d561c00807beffca3675bb3ef96db1c0dcb0d29"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "c3d21fc3a211d1a09d38a417d77d9687118e3d3c08dfb7861c23b1735d055df0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + model = "WN-AC1600DGR2/DGR3"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "67e763a56d4ac52f4f5b3f9edae870e1062c498fb838107ac19019c9121b7a1f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-iodata_wn-ag300dgr-initramfs-kernel.bin"; + sha256 = "2169de6124b337e8fcbe9abe66f031c523a588d6443ef0594740e2a86aa3f859"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "8026e4e018229377e6bbc581743d564dc8cac9044127f68583878bd4feb3041e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + model = "WN-AG300DGR"; + vendor = "I-O DATA"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-jjplus_ja76pf2-squashfs-kernel.bin"; + sha256 = "c8575a8b6b67ac47a998f3b9337ec932712da04b11dcd95af32c7085e26629ed"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-jjplus_ja76pf2-initramfs-kernel.bin"; + sha256 = "5f566905dd7fcc09cc1d820085d03b3c962454a92a4317cdf555b93212d2af8c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "427c3fd001ee6f32862e52444c35b56134c55e6bc9b0b450042588915850fa1b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-jjplus_ja76pf2-squashfs-rootfs.bin"; + sha256 = "463f3f4ea288311b51423fd023649926a34a59387bd2f539e40ec618913adb15"; + type = "rootfs"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + "ja76pf2" + ]; + titles = [ + { + model = "JA76PF2"; + vendor = "jjPlus"; + } + ]; + }; + joyit_jt-or750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-joyit_jt-or750i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-joyit_jt-or750i-initramfs-kernel.bin"; + sha256 = "c0dcadc897491f9931d9da06ea03aae02151e7fe165acf491a13c0c92e6e2435"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-joyit_jt-or750i-squashfs-sysupgrade.bin"; + sha256 = "cce89f855a41c3e379737e06d4ecfad3998bf984ac38814137688901c89addf8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "joyit,jt-or750i" + ]; + titles = [ + { + model = "JT-OR750i"; + vendor = "Joy-IT"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "9577500332852f0b2f626c81d4c3118f4756ac50072c8d2f3b0b0541645035b3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-librerouter_librerouter-v1-initramfs-kernel.bin"; + sha256 = "2befc426b70cc810fda33e9877f1df25d60633149da12a78db7a5e90abf8afa8"; + type = "kernel"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + model = "LibreRouter"; + variant = "v1"; + vendor = "Librerouter"; + } + ]; + }; + meraki_mr12 = { + device_packages = [ + "kmod-owl-loader" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-meraki_mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-meraki_mr12-squashfs-sysupgrade.bin"; + sha256 = "72ab7537d9284c52f3d62cce04298b2922249bfa5769ed0f7595ee94fe384394"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-meraki_mr12-initramfs-kernel.bin"; + sha256 = "18e6f05df2d7bc43fa30680bb7bd82d4ebacc302c8114239cab946e0df9a193d"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr12" + "mr12" + ]; + titles = [ + { + model = "MR12"; + vendor = "Meraki"; + } + ]; + }; + meraki_mr16 = { + device_packages = [ + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-meraki_mr16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-meraki_mr16-initramfs-kernel.bin"; + sha256 = "9ea8113cf363c030eaf198b2b06a3ee1ce52aec7c0468deec562e07cda6db564"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-meraki_mr16-squashfs-sysupgrade.bin"; + sha256 = "1ab247b987afe8cca928f7311e744ef87ef889eb6d7ef41a67fd57a3ce94db44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr16" + "mr16" + ]; + titles = [ + { + model = "MR16"; + vendor = "Meraki"; + } + ]; + }; + mercury_mw4530r-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-mercury_mw4530r-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-mercury_mw4530r-v1-initramfs-kernel.bin"; + sha256 = "449c5da6e60edd46aeaea734f234e59b7bb9d2f45337ef373d2bc42bdf3321e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-mercury_mw4530r-v1-squashfs-factory.bin"; + sha256 = "18181406fac0b96066aef12664f6881169d50645c7b212e8fd6e41f52e3cae01"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-mercury_mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "bf9fd8232ee724cafddf2ddd9b25688c24dfb81afc7665f1aabf8e1773c5d546"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mercury,mw4530r-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "MW4530R"; + variant = "v1"; + vendor = "Mercury"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "a71a9f7c03f63db383594e51f311fbc5b41e503b8870c605d519df3e4d2b15d3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "3c3a8739bb6f6771fbdd37773df882e90e32480b2fbae1c2ea7e01261d611473"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-nec_wg1200cr-initramfs-kernel.bin"; + sha256 = "6f192c786c5978d8506cc4e32267d70c1e7f33fd2aa5f6ef7d95aa2df6ca6e91"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + model = "Aterm WG1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-full-htt" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-nec_wg800hp-initramfs-kernel.bin"; + sha256 = "4e9cd47f0da8133e85f13947631a8eda05318fcc6b08e9009dc6788af2c76a6a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "fd8a15cfc13f04cb9c2ba8df0eba5e69ac51a8c9336f4f35482d49a94ca29e3f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "9207cb8879479ee2b51f7adc3c0d88543902fea64c1475d804de607666d831c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + model = "Aterm WG800HP"; + vendor = "NEC"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "fe278557014d8e1224c1149a35a86cf6485364990e2d286dcc53a621275eded7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "55652c227c2b1baa29cbc4dd9515608a4031a1ed8643fa6f1e51467486d9724f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_ex6400-initramfs-kernel.bin"; + sha256 = "cb6b74ea4b552e2313602850f61fed04c6c8ce4653e4070639a358655f9cb519"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + model = "EX6400"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "c6a27d42f687b50c3c748a574f07593f0b50026192f64c6fc3871f369d520afc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "44c37ee278394581bfda528ef2af985978d5a0b66ee57aa1522fa4be6735db5a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_ex7300-initramfs-kernel.bin"; + sha256 = "499bf85eeeefbeda18026159f0904dc0de4e9716cecdb023f8b06fa1292f8c27"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + model = "EX7300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "ad46a73d7532119a10cd862620210a2bd59af76e64364b649d4e6a8bbb56dde7"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "11aea477d9eabe1f5b912903dd73f7c3ca384f90f0bcca9738a49e3945794f99"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndr3700-initramfs-kernel.bin"; + sha256 = "8302c86f0d38db6d3942199d6242412aa0d29d4096a44a2a2521dad701296f64"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "b095949ad44c4d779934a50375638b9f0ed39d0e7de8051fe4fe46eabb0812d7"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-netgear_wndr3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndr3700-v2-squashfs-sysupgrade.bin"; + sha256 = "c3b7c2463ca490b05e0c02a497e0255a592179a9045003f65e52923179083d44"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndr3700-v2-squashfs-factory.img"; + sha256 = "196ecda4ff6ce45dae1cc0d2e76465d1746f77dab8715c72bc56cb24364e6797"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndr3700-v2-initramfs-kernel.bin"; + sha256 = "c65be50c406f1ecd5cd05fbbaaf97bbf42017c9d6ae69839f0654dc94df61829"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v2" + "wndr3700" + "netgear,wndr3700v2" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "faf34984d6780f66c9e9b7b1497f67986830fbf42a7cb41edb2c929c1da26d71"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "08a51fb9a24fb2e553c2df669e210dcf2b2a295dd74fcfff6dc3f842a981d44b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndr3800-initramfs-kernel.bin"; + sha256 = "2fc35c5b0578257a1b22cda1804ca0174610f2da49756fd6e141aaf98a1570e2"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800ch = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-netgear_wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "98959c3c90ef878beca3027a04a5af188f6fd1816d4d36f68ad74638dc3a7f14"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndr3800ch-initramfs-kernel.bin"; + sha256 = "99ecc14748b3f208a072b1a8ccd87a55097cbf7b80be332bbc1fed21c54420e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndr3800ch-squashfs-factory.img"; + sha256 = "836bd8b218a28552e8578032867d4412d61a99ab6ad4be5911c947e7711a3a4a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800ch" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800CH"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-netgear_wndrmac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndrmac-v1-initramfs-kernel.bin"; + sha256 = "b2dba292ebe74e369eb2f24dc64e6a2218b0452884d2deb686948b2903be1226"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndrmac-v1-squashfs-factory.img"; + sha256 = "c6c540ce76948fb66434f01b911403b4222b6969ee7149d3224eecb2ae151496"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndrmac-v1-squashfs-sysupgrade.bin"; + sha256 = "21bacd6ad72927859e4d9b63db79fdd103960d84c42a3e9d14ece24594876675"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v1" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-netgear_wndrmac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndrmac-v2-initramfs-kernel.bin"; + sha256 = "e63ff05f03b73c2ae8d04a1593af748e2e804be8859d87915e1fd0ed2b8094ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndrmac-v2-squashfs-sysupgrade.bin"; + sha256 = "4f0002120699d21acf17175a81d0ff2c5a4538a9a9ccd450b6ac42c8a0ace91e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wndrmac-v2-squashfs-factory.img"; + sha256 = "ff79a4d02d57fe42677ef66a902740978a390835f59b07b7de79f89f2543991d"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v2" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-netgear_wnr2200-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wnr2200-16m-initramfs-kernel.bin"; + sha256 = "84f5a3b914bbbad867371bf58307b89b9a82e68eda2b3205548775343142f257"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img"; + sha256 = "8fb0b9f0771dfc7518afd4d80050c1af38dbc63e23a78c4e19780cc658972eb1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"; + sha256 = "2c732c71b7a93cb088309653576578c93cdcfbe47b87f63efe2b30470db9a570"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wnr2200-16m" + ]; + titles = [ + { + model = "WNR2200"; + variant = "16M"; + vendor = "NETGEAR"; + } + { + model = "WNR2200"; + variant = "CN/RU"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-netgear_wnr2200-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wnr2200-8m-squashfs-factory-NA.img"; + sha256 = "a0e1a8d4277a1c2d6baf82b8362b730d71712a83796891ec1570406efaed04f1"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wnr2200-8m-squashfs-factory.img"; + sha256 = "c54b4b3588ce76014ff9e5753c7bac437e5350d27cb36c34d1cc24a6fd9ecedf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wnr2200-8m-initramfs-kernel.bin"; + sha256 = "061d116f1ab75603c8696040a8a1f8754f869b4633b43084bbf0387dc3dced4f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-netgear_wnr2200-8m-squashfs-sysupgrade.bin"; + sha256 = "0a48828dcc2f537910fa74f8031b490e2e5ecf84ddd3b618dbac94b0aace02b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wnr2200-8m" + "wnr2200" + ]; + titles = [ + { + model = "WNR2200"; + variant = "8M"; + vendor = "NETGEAR"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ocedo_koala-initramfs-kernel.bin"; + sha256 = "08569b79fa7df6f1239f3e8ef0e7f2ac4c8813dc315d89ae25cd31f62c068178"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "92ce7d2acc928342d54a746def5b209b539a935fea0b99b4d3245a4365d58849"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + model = "Koala"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "abc52f1e6e83e12fb531d0fc017c0279f9a40d70a48d9cce16f9052fc776c992"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ocedo_raccoon-initramfs-kernel.bin"; + sha256 = "f199ff81c0bd9db6ab416b4f8fc00444081d10874b5e33f825662032b85e41e8"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + model = "Raccoon"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "c1a9d1e205999c8341ba9d7e76cd4958af9ca48e2a17d2d4c1be972d1e86ef54"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ocedo_ursus-initramfs-kernel.bin"; + sha256 = "addbc3525a8a1cc50001a0f5cc87c2bf5552a146acd0df700e95658112bdf61a"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + model = "Ursus"; + vendor = "Ocedo"; + } + ]; + }; + onion_omega = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-onion_omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-onion_omega-squashfs-sysupgrade.bin"; + sha256 = "addb2775fff109e5840550823e70347426461f07b4a17f07ec198154f9ada32c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-onion_omega-initramfs-kernel.bin"; + sha256 = "8f78b499c92a63267ce9d83093afe4ef523ff93439c38f68128f0221fe8af89e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-onion_omega-squashfs-factory.bin"; + sha256 = "c6897bf649fd0a3e9069305e564827e61b9f851787f4a690e4192be3ec887182"; + type = "factory"; + } + ]; + supported_devices = [ + "onion,omega" + "onion-omega" + ]; + titles = [ + { + model = "Omega"; + vendor = "Onion"; + } + ]; + }; + openmesh_mr1750-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-openmesh_mr1750-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_mr1750-v1-initramfs-kernel.bin"; + sha256 = "198887e6f5e6cc8f923df54394c3e1e70fcd426b80cf6da7e126d836fc555feb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_mr1750-v1-squashfs-sysupgrade.bin"; + sha256 = "eaaf45d7c490e02bc9dbfff959885e852211a8ec089d17c230ff27ba9af17cc7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v1" + "mr1750" + ]; + titles = [ + { + model = "MR1750"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-openmesh_mr1750-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_mr1750-v2-initramfs-kernel.bin"; + sha256 = "d01a315a3e771c6fc75bd2f76a18a200b9116b5b9f51ca1cbea9d8e1ab8b2ad0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_mr1750-v2-squashfs-sysupgrade.bin"; + sha256 = "c9ea39d97d45ffba58d786c214e040389ecc48a40c252cd3b86fc9360bdd5a0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v2" + "mr1750v2" + ]; + titles = [ + { + model = "MR1750"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-openmesh_mr600-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_mr600-v1-initramfs-kernel.bin"; + sha256 = "0cb71c8d91b0cf46aa0b327d44b5a753399d3a98cc97ea9f242c7444ed37b790"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_mr600-v1-squashfs-sysupgrade.bin"; + sha256 = "eed267fecef55cfbf1460018e7ba9ab834c4e05e8ec24db2d719cc528dce50fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr600-v1" + "mr600" + ]; + titles = [ + { + model = "MR600"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-openmesh_mr600-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_mr600-v2-initramfs-kernel.bin"; + sha256 = "7a399f14e4f122ad88da693a9661157c5cb39b804cb9d02e8deb4b96972c9f16"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_mr600-v2-squashfs-sysupgrade.bin"; + sha256 = "5c97084fbe7f3b24d149980b5044fd33e65580e8616782f561541327303470b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr600-v2" + "mr600v2" + ]; + titles = [ + { + model = "MR600"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-openmesh_mr900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_mr900-v1-squashfs-sysupgrade.bin"; + sha256 = "c1149a36c79c51f103587eacbb6171ad90f2ee4c3160f735c9f70052d38abc0e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_mr900-v1-initramfs-kernel.bin"; + sha256 = "15d2f98ed77a4db44d70badacd76dd799e610bf0e60d1626a9adfa7a92d58101"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v1" + "mr900" + ]; + titles = [ + { + model = "MR900"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-openmesh_mr900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_mr900-v2-squashfs-sysupgrade.bin"; + sha256 = "1d64fcfba9f310da29e0a6f3ab644076c2d22e74d356ccdcaad4819b7a67deae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_mr900-v2-initramfs-kernel.bin"; + sha256 = "cffe074fd0376355dc50c07aa8bbb42b7cc2b0d2bfb168544f0d54c41dfbb8a6"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v2" + "mr900v2" + ]; + titles = [ + { + model = "MR900"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-openmesh_om2p-hs-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om2p-hs-v1-initramfs-kernel.bin"; + sha256 = "c9341343ee87d947727a655e08f70b53526b98a6f58758a38080c32f1429e4b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om2p-hs-v1-squashfs-sysupgrade.bin"; + sha256 = "661db8cd26f37878ec4d2a9fc1c8919d0841ed4033e3984f89330b9fddc4e42f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v1" + "om2p-hs" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-openmesh_om2p-hs-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om2p-hs-v2-initramfs-kernel.bin"; + sha256 = "a6f69f161b40f1808ae4e489cc99a2c8dc12c19a523ae91cf81a19f1de2ccd70"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om2p-hs-v2-squashfs-sysupgrade.bin"; + sha256 = "30467ba0958ced21404a9373a43f80ecada8b3788c69dc8d0936e9fb697c9fdc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v2" + "om2p-hsv2" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v3 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-openmesh_om2p-hs-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om2p-hs-v3-squashfs-sysupgrade.bin"; + sha256 = "f550ddc823be0d768be68f47c67ebbf35a70390d00d6bf82b1b6d49664c63c90"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om2p-hs-v3-initramfs-kernel.bin"; + sha256 = "5a1451505ef1109b1fba4b00f1712a649ad3128f0cc588f37e6d8676d8baaa3c"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v3" + "om2p-hsv3" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v3"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-openmesh_om2p-hs-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om2p-hs-v4-initramfs-kernel.bin"; + sha256 = "ac5ffe81819f6b91a1589c145cd9715b5cf1d38dc5e5ba74f65590af0075e923"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om2p-hs-v4-squashfs-sysupgrade.bin"; + sha256 = "b17adb0e29083e5c697113478342025cdf72792a0b4ed760a5743f7d43337c31"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v4" + "om2p-hsv4" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-lc = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-openmesh_om2p-lc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om2p-lc-squashfs-sysupgrade.bin"; + sha256 = "d463c85d07d1fcd3699c39567932a6922ee91f968dfa8e98a8d64b6e9a0aa144"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om2p-lc-initramfs-kernel.bin"; + sha256 = "79722e6017655634a3bcc76b7d66d811dd68997e912c743cf57a12014bcbd53c"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-lc" + "om2p-lc" + ]; + titles = [ + { + model = "OM2P-LC"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-openmesh_om2p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om2p-v2-squashfs-sysupgrade.bin"; + sha256 = "2bbf9686550605f4352885f56b363e1a48ea0ee9d6e4fcb670b3ab6cd9cf1ce5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om2p-v2-initramfs-kernel.bin"; + sha256 = "1c75a2cd2bc4d0876732a3983e1293c5395ecddfcc38fb70e5b8dae5d23f7dc0"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v2" + "om2pv2" + ]; + titles = [ + { + model = "OM2P"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-openmesh_om2p-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om2p-v4-squashfs-sysupgrade.bin"; + sha256 = "a02e756dfb76e60227d1024034e35854d6e829c491dca8febe0b49545819c6b3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om2p-v4-initramfs-kernel.bin"; + sha256 = "e7d990016c96fc6bbe1001765e8e91f5d4a4cbdd60994ef141055358564fef73"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v4" + "om2pv4" + ]; + titles = [ + { + model = "OM2P"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-openmesh_om5p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om5p-initramfs-kernel.bin"; + sha256 = "0e70b9980511b442179690c05e3da232f6e68a31850cf3e5b5fb3f6afdbb6297"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om5p-squashfs-sysupgrade.bin"; + sha256 = "df936bfbc3e72240836c678449d7970f7e5924670de4755fc033def85ba9695e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p" + "om5p" + ]; + titles = [ + { + model = "OM5P"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om5p-ac-v2-initramfs-kernel.bin"; + sha256 = "ab6e613d7eee929b42b19fd2739e5a8a9c383d40ce03e638fe9224fe5903164c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "af4ea47497c08f2748ee7b94f9b9b342bac3d291a4d6a2fa60c9bf5f7811a6c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-pcs_cap324-initramfs-kernel.bin"; + sha256 = "4e432a64e17afeb3227c66590c7dc6644859b8ce7942e824bde25ec1b95782b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "545e0b6ee39ebc5a2ab07544e4c801ae616cf3dc51f9c69208023caf5119309a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + model = "CAP324"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "e89b5b51dae2ad5aacaad859690b0491a48eaa78273f1f68553c2bf66f0f230c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-pcs_cr3000-initramfs-kernel.bin"; + sha256 = "501dc557af350057f7fce0dbbcd8a58be6059f2f39a47c7d6bc941c5312aa920"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + model = "CR3000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-pcs_cr5000-initramfs-kernel.bin"; + sha256 = "1a41e9a8753c748bcd26fe6f5f21338f3b114a580626227b716be1b5106e642c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "f60f77df225d0edd2ac40d8ced913001ac5132f3e3e947eaf2cfa75d9dbc5184"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + model = "CR5000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-phicomm_k2t-initramfs-kernel.bin"; + sha256 = "69256d5d1d92b901607bce9d774553e7934c3be2e54b1f3c8129aef72f8b191d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "35a04e09962768c06203a7e9707552176012e6af0a7c76cb85aaedec942911f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + model = "K2T"; + vendor = "Phicomm"; + } + ]; + }; + pisen_ts-d084 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-pisen_ts-d084"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-pisen_ts-d084-squashfs-sysupgrade.bin"; + sha256 = "b1b15e173e501ddc4a94a29361b4a0f81bdd769c5c5694fd833445472fad2bc3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-pisen_ts-d084-initramfs-kernel.bin"; + sha256 = "46c2c8cbf66a07c632ca8e2820fd72345519a624894b4baf0773087e26be0825"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-pisen_ts-d084-squashfs-factory.bin"; + sha256 = "76cb92d96143bce8fd470611eb660048a89f8f22dd9f0e01ba4207e5a9e131ca"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,ts-d084" + ]; + titles = [ + { + model = "TS-D084"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmb001n = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-pisen_wmb001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-pisen_wmb001n-squashfs-factory.bin"; + sha256 = "5b4f24b7d3c66e480de1f73b93d33438467803ab2904af3dc58459f17ab573d8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-pisen_wmb001n-squashfs-sysupgrade.bin"; + sha256 = "5b9e33c18c77e5dc6f2ceb8bcc8b148cd78a60afce8ae65e19bfeb2f0411f59b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-pisen_wmb001n-initramfs-kernel.bin"; + sha256 = "332f647e11455b982ebeb891c6a102dbdb879419ba131754b81441b501dc32a4"; + type = "kernel"; + } + ]; + supported_devices = [ + "pisen,wmb001n" + ]; + titles = [ + { + model = "WMB001N"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-pisen_wmm003n-initramfs-kernel.bin"; + sha256 = "c5849aff7e43cb604f79d09a7f75fefa067ddcd03ed3d9a86d9b45529f35c716"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "d565acf30f0aa8a7b2d2a8052dbe6fba0aff7ff9935ead487fca8fb1e7113441"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "b505930143b942707c6e00213438265a8476b0df53f7c84cbbeb09ab20aefb9c"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + model = "Cloud Easy Power (WMM003N)"; + vendor = "PISEN"; + } + ]; + }; + plasmacloud_pa300 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-plasmacloud_pa300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-plasmacloud_pa300-initramfs-kernel.bin"; + sha256 = "5ab8090abf1833bbf0aa2fdf4bcdd3f7894c52e7ccd3fcb50fb947a000d53049"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-plasmacloud_pa300-squashfs-sysupgrade.bin"; + sha256 = "27ebe813adb567c573c05cf9282a46b4b7253fde49f0a5a0f993b7b96855dec2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-plasmacloud_pa300-squashfs-factory.bin"; + sha256 = "af934fb2029c1139b436b60e51aab7d0f4a18c3d5dc72e5165bc7ae0e99b063b"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa300" + ]; + titles = [ + { + model = "PA300"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa300e = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-plasmacloud_pa300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-plasmacloud_pa300e-squashfs-sysupgrade.bin"; + sha256 = "25cde6d54381b8946c50e587d63d4436ca3eb6f2b0c0c4895f2f8284fc801cda"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-plasmacloud_pa300e-squashfs-factory.bin"; + sha256 = "285951f4fbe072db2f4b9e163cdca66bd68d9d2134dec3ed12ae2192ca48a794"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-plasmacloud_pa300e-initramfs-kernel.bin"; + sha256 = "4d153720064fce807976323e47b5b8955a3c579aea4a8fd050d264b71f61feaf"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa300e" + ]; + titles = [ + { + model = "PA300E"; + vendor = "Plasma Cloud"; + } + ]; + }; + qihoo_c301 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-qihoo_c301"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-qihoo_c301-initramfs-kernel.bin"; + sha256 = "494c16ce899ade961c70b137c43566faf5ffd6cc2e6f443db03e5b0e92190da7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-qihoo_c301-squashfs-sysupgrade.bin"; + sha256 = "7747e1fbb43c5d35f83fd9e7addc54530b2ccb8e7eae6a01c7f8e0b4dbf231a3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-qihoo_c301-squashfs-factory.bin"; + sha256 = "3138fb509514f8d18479c9946b0d8868839c2044183795100d538fba0760a5a6"; + type = "factory"; + } + ]; + supported_devices = [ + "qihoo,c301" + "qihoo-c301" + ]; + titles = [ + { + model = "C301"; + vendor = "Qihoo"; + } + ]; + }; + qxwlan_e1700ac-v2-16m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-qxwlan_e1700ac-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e1700ac-v2-16m-initramfs-kernel.bin"; + sha256 = "f48247f1951c5f9647262c94fe40de7522946e48f84b1edf72ca083f085bf23d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e1700ac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "96762894173138e2a5e2794da268032b121583b67c0b5629b9c4510996be4a1e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-16m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e1700ac-v2-8m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-qxwlan_e1700ac-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e1700ac-v2-8m-initramfs-kernel.bin"; + sha256 = "95f0cac2c2b549ffdced01b5db71b16ad801fa79ecb9235f00c38fd5aa39427b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e1700ac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "4bcb4752c91bd50627df3d8d836bba7bd15353419c772d1b835acad5885cd005"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-8m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-qxwlan_e558-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e558-v2-16m-initramfs-kernel.bin"; + sha256 = "9110da0edd38ce9c39fb799b2598ced9ab33e3d3098c02986e3a8ef6c05f00ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e558-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "07f9f3c5d367aac32709bd26f035a94dcd51e6ba966024cd6def270c04e3aecc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-16m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-qxwlan_e558-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e558-v2-8m-initramfs-kernel.bin"; + sha256 = "1f2de6cfa91d00c7322164397feb711bf9914b0e7304a5ae744d293cb2916270"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e558-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "c0bd32dbab43cff65fc601f17df6b55f5908d0e2ce841ed3ae18829210fbac17"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-8m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-qxwlan_e600g-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e600g-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "703203d22f6b16ca07f67a38f08a94298b783df8db02413c41370fe57ae23b62"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e600g-v2-16m-initramfs-kernel.bin"; + sha256 = "96af9af4b9ff478056701712996515d9181fe7908bb4118e12286b3c6055ceb3"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-16m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-qxwlan_e600g-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e600g-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "f4f1a5e55b59b47329bf51ada77a0f92493e1428ca5374f8889f1ad1ff9af763"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e600g-v2-8m-initramfs-kernel.bin"; + sha256 = "cd63482102ccc7296e6b7d191fa1c3ea392e301e15b6f16b9ab340a7924343d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-8m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-16m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-qxwlan_e600gac-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e600gac-v2-16m-initramfs-kernel.bin"; + sha256 = "56373710ab4f8a2ea7e2438caca2d40217c2d4cea174a23783b625fba99252ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e600gac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "c3511ecafc6b981a833f3c95d4f72bf3103620efd69a3d6adf270897721bcf92"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-16m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-8m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-qxwlan_e600gac-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e600gac-v2-8m-initramfs-kernel.bin"; + sha256 = "4f071a3a331af033cf344c38222efcc9b523ae8ba9fc8d3071b2dec2b7e5714a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e600gac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "721b8836b3e9f77435445622790c08714704964866ad44aab7b5d9002b43b68e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-8m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-qxwlan_e750a-v4-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e750a-v4-16m-squashfs-sysupgrade.bin"; + sha256 = "b0483bb889f29ec93c9f4c14a71d90ccacf28c66b9d9802f5629801a17b0cc66"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e750a-v4-16m-initramfs-kernel.bin"; + sha256 = "ed7678bdf84e96320393c96038e7ea6949fac10c7550eb2e178035fe8bb7ecd7"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-16m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-qxwlan_e750a-v4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e750a-v4-8m-squashfs-sysupgrade.bin"; + sha256 = "62d4056eba62b5048386dd30d3d735178cbbb492bde23166c4f4de95de95e7b8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e750a-v4-8m-initramfs-kernel.bin"; + sha256 = "9fe53dcc29fb592a76628dacc0f82092033378975913e65e09c953c9a0fe26e5"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-8m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-qxwlan_e750g-v8-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e750g-v8-16m-squashfs-sysupgrade.bin"; + sha256 = "f00f66d4125a6735af852b7ab0790ced6a7b0967e822477ec7606edcd46f9524"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e750g-v8-16m-initramfs-kernel.bin"; + sha256 = "0c43d19a335197430a8cc492aa03bf9d734a6f3bc219280dd2fa2181e73937f4"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-16m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-qxwlan_e750g-v8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e750g-v8-8m-squashfs-sysupgrade.bin"; + sha256 = "852a4cdad168cca9956ec54f2bb3b31e0d7478dd21ebe6b902fac271037edf19"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-qxwlan_e750g-v8-8m-initramfs-kernel.bin"; + sha256 = "f070a63f5c30f33f03518372afe06c9659d681aeb76469edab7b747e095eaca4"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-8m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-rosinson_wr818-initramfs-kernel.bin"; + sha256 = "63d82b12a13a32486cba012b7b39c70666d5c9b77a4714d6fe41dfcd66062846"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "d2167623538817767ec8fb3b140df3b1b323337a393a08f86759c14d968e8008"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + model = "WR818"; + vendor = "Rosinson"; + } + ]; + }; + samsung_wam250 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-samsung_wam250"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-samsung_wam250-initramfs-kernel.bin"; + sha256 = "699ea7aef0cb01d7f9773f5f4b65b435536a440379421b2d856f4335f357374e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-samsung_wam250-squashfs-sysupgrade.bin"; + sha256 = "941bef343fc8765b155e011fc53b3dbe690af8286b682ece892f1018dc5fc965"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samsung,wam250" + "wam250" + ]; + titles = [ + { + model = "WAM250"; + vendor = "Samsung"; + } + ]; + }; + siemens_ws-ap3610 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-siemens_ws-ap3610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-siemens_ws-ap3610-squashfs-sysupgrade.bin"; + sha256 = "e35277d37aacfcab1915cf5a2e06fc2765ccc3de0dee731e437c42afdb6f2a58"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-siemens_ws-ap3610-initramfs-kernel.bin"; + sha256 = "7c3bf956af34819fc84a7036718f7eef23559401c7c5fc511864af44fdf9d2af"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,ws-ap3610" + ]; + titles = [ + { + model = "WS-AP3610"; + vendor = "Siemens"; + } + ]; + }; + sitecom_wlr-7100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-sitecom_wlr-7100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-sitecom_wlr-7100-squashfs-factory.dlf"; + sha256 = "4f1ba21cf5f36eff10c504d5f808de088653079cbab673a4ce499b709a003a1c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-sitecom_wlr-7100-initramfs-kernel.bin"; + sha256 = "63ccee1e17cabfb77940f1cd5b4b8bf3221d16f2a31af14b13ae9741c9b78490"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-sitecom_wlr-7100-squashfs-sysupgrade.bin"; + sha256 = "3e020883adcee03374b9b286127ca9721d71edaab29f5c2131ffb36da2c04685"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-7100" + ]; + titles = [ + { + model = "WLR-7100"; + vendor = "Sitecom"; + } + ]; + }; + sitecom_wlr-8100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-sitecom_wlr-8100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-sitecom_wlr-8100-initramfs-kernel.bin"; + sha256 = "e83743343c5b6b864b12a50b47dd3a0fb1c40843a121369c5fd50666f200c9ff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-sitecom_wlr-8100-squashfs-factory.dlf"; + sha256 = "2a5fd3d3d6528ccc998294a548d05d01640880282b30fffd859f6c3a9142448c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-sitecom_wlr-8100-squashfs-sysupgrade.bin"; + sha256 = "e5f90e71c24da807812f47e0e6ded10b540d591f94039380638ceca5f47321a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-8100" + "wlr8100" + ]; + titles = [ + { + model = "WLR-8100"; + vendor = "Sitecom"; + } + { + model = "X8 AC1750"; + vendor = "Sitecom"; + } + ]; + }; + telco_t1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-telco_t1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-telco_t1-initramfs-kernel.bin"; + sha256 = "0d04b490b8ff78a54b4c155f7cf0c414b366c800e8ebfb91c4eb83662b1af5f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-telco_t1-squashfs-sysupgrade.bin"; + sha256 = "497cb1c313c762457a0642c2b99774d1cab4de9b4c25ee49d68c39f19290152d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco,t1" + "telco_electronics,tel-t1" + ]; + titles = [ + { + model = "T1"; + vendor = "Telco"; + } + ]; + }; + teltonika_rut955 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-teltonika_rut955"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-teltonika_rut955-squashfs-sysupgrade.bin"; + sha256 = "736e73d1d682d8de7123d2e5c8694f74db20d061a62966bc7549303bf3c988ba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-teltonika_rut955-initramfs-kernel.bin"; + sha256 = "7e8a823de4a1e707a4271a6c84cd1b90e70958dfc4fb53247d77e619dc12e980"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-teltonika_rut955-squashfs-factory.bin"; + sha256 = "309995d9e299283663d11c5952ce6d610eb761cc7095b3bc5e402de77c27995a"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut955" + ]; + titles = [ + { + model = "RUT955"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955-h7v3c0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-teltonika_rut955-h7v3c0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-teltonika_rut955-h7v3c0-squashfs-sysupgrade.bin"; + sha256 = "0e31a4ec70ac15b1f38a3dbce7167502f44c26cbd416e99547ef3c448022922f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-teltonika_rut955-h7v3c0-squashfs-factory.bin"; + sha256 = "44cae980d1d055a3e5cc9fa519b5a663ccb7834ece828e2e1d219e5af441804b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-teltonika_rut955-h7v3c0-initramfs-kernel.bin"; + sha256 = "5872b1083609c61332fae460a6ef95da2145e495a9acb090c6a14c855ee8b012"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut955-h7v3c0" + ]; + titles = [ + { + model = "RUT955"; + variant = "H7V3C0"; + vendor = "Teltonika"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "7a2a13e6be47698b7e62c1d781e8404ff06006899a91f842e5c23427da5a4a44"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-a7-v5-initramfs-kernel.bin"; + sha256 = "b665456d9aa9f924eed6983845250016f19c530c95c14f3a8ae30e3195f8e78b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "a10a4786d450e5efad2d716ca6e5b7cfbcb44edf5642c1edae439e7799bc40fc"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + model = "Archer A7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "010f47b6cb25e2bd35a87aa5569531f83c36b4bd9d6626b4a0433de12a499dc1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "1bea9cd2cd0f30b99cadb1c89ef6ad7f1e1a81519c75f38c517e4d90d52ea3a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c2-v3-initramfs-kernel.bin"; + sha256 = "e9832f6bc2550e323df93f20f6b3c53b49ff940813f4c79da56a82f0920f3b3a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "b9a21e393ef10b35b7a2cf0f3cff5e9cf757cc30e3af28b6eb1a508654d77f5b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c25-v1-initramfs-kernel.bin"; + sha256 = "af02d5da089e4c47fbd3a8a88de6f6de2bab8bfc3d57a1b2da655e3d61b527f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "5b381dea73b0cd76d9b0221f01048dcb91ccfd8728ba133cdf172212e8caa5aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + model = "Archer C25"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c5-v1-initramfs-kernel.bin"; + sha256 = "128121251a4ebd94a96d915d979c1483338cd4b8b42d86c0f0aa0b83db4b2098"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "6ed5a89f0f369f576faf5c709d79ea775be1c1b3253e7b194121bb4b62fa9f5b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "a33ce6fb724dde5a19d7d0c9985698a760dd979102d8cb8c20b83608b355ee64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + model = "Archer C5"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "a6b3d8c2ebecf51dd7e643cae2db3a70daf9e83315400ce41b7eea1befe961ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c58-v1-initramfs-kernel.bin"; + sha256 = "1e4e281839bd0814c4a75febdb4755db0cba74ff38d8b01bfc1660ac921a5d9e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "905f5442e9a1262300f65a61fe3f73be554f8b6947113716bec4f3de8248ff23"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + model = "Archer C58"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "129eb4f5288565ec13f710105a24ed7733b71ba09152875f36e4a5075bee111b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "0ff537e0ae7938d2e8149813cf1a3d8ec70bf29bfd9bce8aa6bc9456c30e64c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c59-v1-initramfs-kernel.bin"; + sha256 = "0e8191edfa3c9447789c8c1545198fab19e65ee9ae83b30eb5c778b508145d59"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin"; + sha256 = "bd8f31fc479d48a417105883cec730a9d5d9be8bbafd473c638e04d72f531ee2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "6a70b9133d5a46ef6632b2e3576291abbaed7c06122384abb08f381c75a33a31"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c59-v2-initramfs-kernel.bin"; + sha256 = "5e04e6ea29addd7604f0499c800ecd3e0fb98438bf1af9711efa6feb7e5c9e23"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v2" + "archer-c59-v2" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c6-v2-initramfs-kernel.bin"; + sha256 = "62149d202e0ba2d79742dc67e53618bb58913e4d06b422ec16fd3a6b2db67a13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "2c4b38949e0125de8ee3ee17f18e9a3b954cc77e85aa26603924e840b9dcfd1b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "b92e63a1be8eb3812b8de9748fb2cc85cf47ef2ccd19740ca349093a5f75bf4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (EU/RU/JP)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2-us = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-c6-v2-us"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin"; + sha256 = "e32cdb7ba2c55589ebc574bf94c7680d4ebab2c47e2bf685a79a74506549fc99"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"; + sha256 = "b6fe10f9410b44775ce1dd902f643f2bc764f31454b9a2fb017af8a10b72cbc0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c6-v2-us-initramfs-kernel.bin"; + sha256 = "51a2a0cb751518e39a29de4a5e34a006ece5ab084821f55b3cf75ffe18214c67"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2-us" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (US)"; + vendor = "TP-Link"; + } + { + model = "Archer A6"; + variant = "v2 (US/TW)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "d6a6915f29570f26f84acfaa977d22da950b7e92112da6e63395c4a7375e83da"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c60-v1-initramfs-kernel.bin"; + sha256 = "e51a6dac910539ee3fdcb2ccf5fcba88714cc973634bea43acefbf8ff3086cef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "dc3859ef62d1835682e1ba88fda593c2a2395b9052e6e870acc04fc53f988376"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "3374c6f9eba756b8419ae9692d86300a00bc6c390c2cd8013fd67a99fcf6bc10"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "bba0abe8d1d01b6f292f2c6ead7af8cb8cf41a02dc36b07282ee490917b1e9c2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c60-v2-initramfs-kernel.bin"; + sha256 = "d6f86ac388be35f7a80e61a26a55064e8e438462639bd203713d84f3339d9d3a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "7680aaf3402b5de0f5c5ceeb292d4cba6055d1a68240d4d716ade09c2be595a1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "c06f10ed82e997dfe393a3afcb1338dc4e53baa501d41fe077c018cb23f5f2f5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c60-v3-initramfs-kernel.bin"; + sha256 = "78a9dff1305437ba255225ee2aac5ebd5df6a0e041232a38f2a4142fcf417ab8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "a46dd24573090e2f267b264bab9b4284c1ecfa6c74d7056ef923781f049168f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v1-initramfs-kernel.bin"; + sha256 = "d3cf5a7be7f06a6f3dec3dae550d0637c89b344a7b486c3fde1d78831e668f6b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "7d2f25b64377af6879c174dfdfa613ca48cf40559e9be24b69dd2601ab8a1e9c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "5a64555bb21ba91a87c51bc4dafb5b9b18f5056b6c9686c457138c4cfea00fbb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "96de9a99c6236eabef28b69abf0c849d5ebee54224c25c51de43cc5a3dde377c"; + type = "factory-eu"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v2-initramfs-kernel.bin"; + sha256 = "e47f619a37bbeb034251d1b9f83b4855f53298e1a833226923f548024bb92f1f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "5ad1b37c232bea8af41a29cdaa6740bb407017d1833c365474b649995e5cdbd7"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "3873bae4619eb9cc4244d5fe303529b658c41cf0e060ec292509a93e29ac54c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "38f6651ba967198dc20608f8ab74cfd1d6486d3226e30eb4553922c14fce4950"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v4-initramfs-kernel.bin"; + sha256 = "714f16ae5c83ca8833add863ea416c69513ae58b0511a949a3101272834e4567"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "468a70b452b2a57b8c7305025b2688228b6153cdf83a8ca2e0ebdf19e5463914"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "4698e6d2d396ef4ffde5b4a7640df884375eaaff272c7173276fdf58a5356757"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "186900c8c30a545ee8495a267a7f3253a4704aed97272b4d0492e8b8be50e91b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-c7-v5-initramfs-kernel.bin"; + sha256 = "604db0edcdb1f29dce49a16eb9a7f91b70b812d902c7b1ece606e236f76f462b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-d50-v1-initramfs-kernel.bin"; + sha256 = "f3f7ddbe694646a46c383e074954963d84de26a024c3da0199f3a1902b67c12b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "35bbce667c7a6a98e474b7dbaec1a0a9b459f13138de438543e4723174b73b46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + model = "Archer D50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-d7-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-d7-v1-initramfs-kernel.bin"; + sha256 = "768aea60bdf25690e8f29a770d5c8cb5234642f6be2e0e6c31aa35040afd68f8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-d7-v1-squashfs-sysupgrade.bin"; + sha256 = "d6ca8b04799e48d7369056800adcb4aef7900cfbc5ad6c1253a21f0121c73f37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7-v1" + ]; + titles = [ + { + model = "Archer D7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7b-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_archer-d7b-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-d7b-v1-squashfs-sysupgrade.bin"; + sha256 = "b9dba76e3e5ce2fd9ebad9f901a391e13ebe5d7c8afe5a99b957a2438050e078"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_archer-d7b-v1-initramfs-kernel.bin"; + sha256 = "df1036d41f2b36ce8a741a879c07e3f61d0ddbc252c651b32ddd5c865816a35e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d7b-v1" + ]; + titles = [ + { + model = "Archer D7b"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_cpe210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe210-v1-squashfs-sysupgrade.bin"; + sha256 = "966ddba0aaf40201dcf71caa8ff9122b1ce2e2d82a3d02003d386d30acc1d503"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe210-v1-initramfs-kernel.bin"; + sha256 = "de9b412fc35097de8b2ed3cdb213c8d4c9ff56438c35c37edaeff160a820ffe1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe210-v1-squashfs-factory.bin"; + sha256 = "418900087222384bd68e916918cbe2a1fa305d9bb3653ec5fcb28f2c2cbeaa32"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v1" + "cpe210" + ]; + titles = [ + { + model = "CPE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "79bd9cb9e10f480c534ba9ec3fccf5964c140945e2fa1b173829cb17342f1dbd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "79b1a6e361ea176642f326d620bee425864975978df9df4477315f300619f9c5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe210-v2-initramfs-kernel.bin"; + sha256 = "961028f9a361a13a5ebd5193b7f162f12cd7352a560a7555ad7540078315f46f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + model = "CPE210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "ff58beec9a913a31102051a656b6d6691969e0230d78dd8ca02aee42f567d235"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "329a9427337203386dd1c0d268f1f7e3885770145db3e44e664650d8f6d054f3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe210-v3-initramfs-kernel.bin"; + sha256 = "489fe0b06c567d81900a95ab7e358b145ea4e311dfee4feac82eedda09fa59d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + model = "CPE210"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_cpe220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe220-v2-squashfs-sysupgrade.bin"; + sha256 = "3436e357a2dea504233a57443efceea2375f78fce1fe0609d52b269c01c91521"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe220-v2-squashfs-factory.bin"; + sha256 = "6c4fc2c1e5c39b016d67d8f1136f963a50b727499e88f899a125019386eb2798"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe220-v2-initramfs-kernel.bin"; + sha256 = "94abfc6f16204b238e9479c06f64be4ee69aad29958e0b10e94484a199572254"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe220-v2" + ]; + titles = [ + { + model = "CPE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "b151e70c502a13b78fca5294f3e8521772aa10f636f518fcaa82778875e52b7f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "b3d09dac07889a60aabe676864a03403685111315c76237d4e1eca43037b6b69"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe220-v3-initramfs-kernel.bin"; + sha256 = "6415ac359b4d3ce1955ae5115be340c4514ae7fc1a365592145cdd7e4e117f55"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + model = "CPE220"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_cpe510-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe510-v1-initramfs-kernel.bin"; + sha256 = "b31a3fa038253400504cae5901a0fe0e5e6a884dd681bd24c0ba9de3aff64e17"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe510-v1-squashfs-sysupgrade.bin"; + sha256 = "0f791dbfad0b301414663855600f56a359287dcc206b39c159003e6e92e0f6c5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe510-v1-squashfs-factory.bin"; + sha256 = "ddd53a8f79ff3fea5e7097aa216801edb500344186a0eb9cb9f61b42f17ecd3c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe510-v1" + "cpe510" + ]; + titles = [ + { + model = "CPE510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "9a8883d9b3ef8e61d7e8a2d89a4e299ba31a829c0cb32d038bb6ecfbe2cf0957"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe510-v2-squashfs-factory.bin"; + sha256 = "3587bf113922288440087bd9109e539806df9c8876d3d0be108e5063f92e765f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe510-v2-initramfs-kernel.bin"; + sha256 = "c1b99d874d5e2cdb3405fdd93bed8f4850e598cbe4a867b96545c8b3f8d70cf7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v2" + "cpe510-v2" + ]; + titles = [ + { + model = "CPE510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_cpe510-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe510-v3-initramfs-kernel.bin"; + sha256 = "d274b649763e3c361911fed0f357210f7c64c2fee1903bf35077d8fb5f31d1c5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe510-v3-squashfs-factory.bin"; + sha256 = "95c5c11af66e789dbed2a52ad4d8486accd559d4ad40b7375362ba792fcd7436"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe510-v3-squashfs-sysupgrade.bin"; + sha256 = "617c071834a3adfa82cd11538af9674d27f1e262fd8e50ecfc3e50fb41829659"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe510-v3" + ]; + titles = [ + { + model = "CPE510"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_cpe610-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe610-v1-squashfs-sysupgrade.bin"; + sha256 = "5ba48ef175dc589b5842bc00fb694cc639138247224247c52378cfaa20b3bdb6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe610-v1-squashfs-factory.bin"; + sha256 = "b165739e9536ad2fccb886c0941cb4510d1d6c74796404c317bad7f4a3d41e09"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe610-v1-initramfs-kernel.bin"; + sha256 = "54b9ba415c84bc5ab58c4156bdfe8934580cc8422978fc4e417f36f3f8cccdd7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe610-v1" + ]; + titles = [ + { + model = "CPE610"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_cpe610-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe610-v2-squashfs-sysupgrade.bin"; + sha256 = "276a447b444228c91da509f8afdb6d3d58a0324bde3aa2ae5a990e6d11346eae"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe610-v2-squashfs-factory.bin"; + sha256 = "1c03e9a7334e4d38b4476303d09358e968c472558cc2f94e2b31099ada4d4c47"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_cpe610-v2-initramfs-kernel.bin"; + sha256 = "51c395f3a86d3e4cf74f4a94b779a7e331ee9ea81db6380d56cc85f327df9fef"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe610-v2" + ]; + titles = [ + { + model = "CPE610"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-outdoor-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_eap225-outdoor-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_eap225-outdoor-v1-squashfs-sysupgrade.bin"; + sha256 = "820babe804b81fc6ca509afd735c7fb722f4b81f5d3cee98c7bb53321ee2206f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_eap225-outdoor-v1-squashfs-factory.bin"; + sha256 = "2c95b4fdda86a2ac7f75cc38f7e273ed0dfa0094ea1692099589bc947efc3905"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_eap225-outdoor-v1-initramfs-kernel.bin"; + sha256 = "409eb987b4c495fbc5241e66596a5dfb50194fe789d7a78406205d5877dc455b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-outdoor-v1" + ]; + titles = [ + { + model = "EAP225-Outdoor"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_eap225-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_eap225-v3-squashfs-sysupgrade.bin"; + sha256 = "a0c05e22ea1d006702f32d8646de4b6b773ee7d65630411535a72444dc7c0252"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_eap225-v3-squashfs-factory.bin"; + sha256 = "e752d8a423a563efd721103611e80c6942e6864fd2da54247ccbff4186f069a5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_eap225-v3-initramfs-kernel.bin"; + sha256 = "82796684e42a252618fb1e99a757be75099925891698cb7a84de8589d11e2faf"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-v3" + ]; + titles = [ + { + model = "EAP225"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-wall-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_eap225-wall-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_eap225-wall-v2-squashfs-factory.bin"; + sha256 = "a1ffdfb34d4d823bb220b4ce4c4da06a41f0e20854f8a5705f68e64e5e16dee0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_eap225-wall-v2-initramfs-kernel.bin"; + sha256 = "9eb12e43dd96cdeb389c7ec509682c4ae4bea3a8de32e746072f69b706fbe094"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_eap225-wall-v2-squashfs-sysupgrade.bin"; + sha256 = "6ad2eaa59e0c705127ebfc93b666251cebfad4355d8f891293b15705f6f74947"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap225-wall-v2" + ]; + titles = [ + { + model = "EAP225-Wall"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_eap245-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_eap245-v1-initramfs-kernel.bin"; + sha256 = "c141fe39135306b202ece82839cd53a2cfebe34d11d591e64a6caf865c179845"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_eap245-v1-squashfs-factory.bin"; + sha256 = "897324be81413407570689761c4e863bd0261316a407459ac9767bcc2076fd56"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_eap245-v1-squashfs-sysupgrade.bin"; + sha256 = "53fb3eb7ecf9efa0e5be2ce705ca737e98c72c9a117c085d7aa5dd1b5d52ec80"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap245-v1" + ]; + titles = [ + { + model = "EAP245"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_eap245-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_eap245-v3-squashfs-sysupgrade.bin"; + sha256 = "448d2e74f639cece08a62f91a23f3669752ace7422566a3a4f66e284ce384ff8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_eap245-v3-initramfs-kernel.bin"; + sha256 = "7ac12061974a63d56ba0e564cf52f87ab53882a90340d6d665221782dda71e37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_eap245-v3-squashfs-factory.bin"; + sha256 = "206db56bd7571c82ad1601c8b0db28e8e5af7d0bd1c950dd1b92df701791d9d5"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap245-v3" + ]; + titles = [ + { + model = "EAP245"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_re350k-v1-initramfs-kernel.bin"; + sha256 = "eb2dc8873db98b8b0d7a6e59be31156a15dfc77e42155e7b6c9b3c935a7265aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "925d9bdcc1a5c5b48f44bfd56ba30ecf3ca8c54ab1aa99316e4166b4e50f7333"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "290bf3e8841cc7ca84de971198bb0c460b1f7584769dd83d71b33ae070780397"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + model = "RE350K"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re355-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_re355-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_re355-v1-initramfs-kernel.bin"; + sha256 = "fcbedb65d2367d73580c503d2632bcaf19bb4d4efc9a1e0902f019426057e001"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_re355-v1-squashfs-sysupgrade.bin"; + sha256 = "37ecc40ac42c6abf6191358942a4d601a1289a7783996460bf8e8216373a5636"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_re355-v1-squashfs-factory.bin"; + sha256 = "778e7f44bfb28f539a6e8d61cc7436e563fb82b34cf21d42b145f9a2a998eb53"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re355-v1" + "re355" + ]; + titles = [ + { + model = "RE355"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_re450-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_re450-v1-squashfs-factory.bin"; + sha256 = "7a4058f830daa4209e2c85e166654b803532cb75bc496dded101e94c78ce48cb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_re450-v1-squashfs-sysupgrade.bin"; + sha256 = "94b9008c07868728eb763c30a5177360376e58a63dea549e7be51104ce59c186"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_re450-v1-initramfs-kernel.bin"; + sha256 = "cae4689155741b15740e99c69c9acc46ff5f9cfa08d65c9543988427fa26067e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v1" + "re450" + ]; + titles = [ + { + model = "RE450"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_re450-v2-squashfs-factory.bin"; + sha256 = "ba865cb85ff0cb134c23e9c48fbd7c53bbfd8a1e701f601ce25a7ec146517582"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_re450-v2-initramfs-kernel.bin"; + sha256 = "dda0d52e0b2b73056f6a0413040e449cfc66932eff3911c73927acb794d747ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_re450-v2-squashfs-sysupgrade.bin"; + sha256 = "ade5021b8eb8084db1150251a549ecf3b473774a3c0649bca07fce350fc74565"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + model = "RE450"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_re450-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_re450-v3-squashfs-sysupgrade.bin"; + sha256 = "ae7d91efcfb2b080cb3e45623c5913c1ad017b973bffea88781483a8c065beb4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_re450-v3-initramfs-kernel.bin"; + sha256 = "8da6c9b6177538bc6d9b0f491103c439ac5a7ab7019b190b990bfce222e758a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_re450-v3-squashfs-factory.bin"; + sha256 = "eab1e3302c791df55934bb59a62c2b6c8e34e9360bac50e02a1ee2bc145a252d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re450-v3" + ]; + titles = [ + { + model = "RE450"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-mr6400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "12f3d8c566a900693b026c282eb0aef5ae3a6b1469ca0acfa06a7b05201b874d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "1b20da6e4330392cf99e9f75a139252708d6f6c25393eb49085f86615d5497a7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-mr6400-v1-initramfs-kernel.bin"; + sha256 = "f4d6c0d561c7b71c6d2148bcc0d9fe05f3750bb3f7e4016c3fcd03fe320e0d3f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v1" + "tl-mr6400" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr3500-v1-initramfs-kernel.bin"; + sha256 = "fcbd8a9324dd175148dbc892f42261f1acf85bb0e3d049e08bf00dcadbda74a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "a51115219a6f4c8dc3db1c9ac6370cf3989e46e0ce2b2519ebe2c54a9e70b394"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "80cf83d5c423121f0ee6193230f0ba0286b994fe6c562f3ae4d00b0eebc5c754"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + model = "TL-WDR3500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr3600-v1-initramfs-kernel.bin"; + sha256 = "dae77f2e2e1228062c9fda6e539d933dfb0538fe41663a3ea4ebe4f89a8ae989"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "35c6db6ee35514bfa3a6a379f99fba18761ee3cdec1140454e10df5e5b10d720"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "c098286184577b2f949506b59b48bb0f699d8327eba4468887c2ff61c164e1ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR3600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "07d124e18a0f6344f7e4621c85c16ef71b07c57e75276ed6abdd96e4347389f1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr4300-v1-initramfs-kernel.bin"; + sha256 = "ceca2101db9ed124787eb8aa182be8f6be648baee2aa2cf18d31baf7fd4f785b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "39a9116473ae0d7d3f4ed9ccf28dd88ee23e42e37151757efb5aa3a0b4e1e501"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "37710bd63df60820b92e1627f0073faa049a3e2085b7ee8530f110f6e93960e8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr4300-v1-il-initramfs-kernel.bin"; + sha256 = "ae730ce3a2e75ce3589ef8aafcb92f1b6098c99f37b189c61e85901911a447e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "f7e9fb6345ec5a078fab1b30fab8967e1ea5c05863c71cf0bef914c60c328617"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1 (IL)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "df4785ced222a5994a9caa3c583d638509ad5820d09e623180e3cb1824888e5d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "c1083302ac551ad361a87367b0c7f6bbe663eae180597aa8d40d004342a9e6f4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr4310-v1-initramfs-kernel.bin"; + sha256 = "f6daf89f5fe05bafb54a98bf2c27bc698278ecf621f9850de59600a29a19f986"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4310"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "b3a4ee5b015f08c8dbfd96d09b17d24cbad2039188694081bdeb1977d4e7842c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "bff171e6eee305346ca5a75b6774ec109e053abee757e59d24170ec4634bf344"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr4900-v2-initramfs-kernel.bin"; + sha256 = "fb05cbb2a3e7d617d30687cde18714267456c693e1973f0cf547a4d6cf46b7c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr7500-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr7500-v3-initramfs-kernel.bin"; + sha256 = "ac2586504de9010b3f11af3003b788ab11c5ab9511ff7231f13f5bc1961f6df3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "bdc3309a3d98ca0b0fb8d3f25bfaa890acf37200d4ea649b2e9e5c43f556cd14"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "669c086335e82f2e0f433a9d44e688a84b4b9429547d575ed28339d15ab8c1ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr7500-v3" + "archer-c7" + ]; + titles = [ + { + model = "TL-WDR7500"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wpa8630-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "0479fee8926f63b6ac5c95462c36def95b8b2466477a1386fe6d899ce3e5dd0a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "a459b4fb5a755b7a39cfebe4d503e4214b33a6b8762807f8b580cb08cab3173d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wpa8630-v1-initramfs-kernel.bin"; + sha256 = "10089f6df1f0a5f053f97534b16384b3e6e47c2715a9e2f73350005d5d2dd930"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630-v1" + "tl-wpa8630" + ]; + titles = [ + { + model = "TL-WPA8630"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043n-v5-initramfs-kernel.bin"; + sha256 = "926a131ccd44a9af45aac82c93d16e886387e8f953517e90c803311af66260df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "6f5bb469abb2d1459b000dbe3658b737fb834f05871053a591cccc35be345e5d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "5d69b71171b1b8966910e13e0009965ba04b24ac7beed803b71d382b7da853c1"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + model = "TL-WR1043N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "abd40f4f412539deed6b54acbff8f24fbfcaccc706504ae1918c21efc4adbc3e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043nd-v1-initramfs-kernel.bin"; + sha256 = "5a6bbbc9d0724b5c273d043bb2818b3dba5a0fc9e4ec67d90774069e5016dcfd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "faf417919fc1510333a46d9f93c679df9fe41161d21140264128a50345467455"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "0b70493f6c5d2f9c27331172357db99c05da4f7e4cdd8a866f57548bf3c84c68"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "bcf83aac9948698c1c88aa7075269ecdc9dc1f0d1745a7a63359d7d62768f920"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043nd-v2-initramfs-kernel.bin"; + sha256 = "c275c4270480f5ed55e8edfe985e8ad3f435146901ef8f80dba7a3fe3fad4d13"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "2c3e204f1cd886f2d97657393a31614252772be48b313722065852b2a8f661d8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "62aac4185c5a97e64216c64ca760b917b98ea71738c48e097ef5631a376fc132"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043nd-v3-initramfs-kernel.bin"; + sha256 = "88754305e776150e54ec427ae9604bba2e90bed126c1a4e85214bb763545d2f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "0f8b0c50bb369584212c0941506688bf1289122bb32a8b8ab8c1cf061124dab0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043nd-v4-initramfs-kernel.bin"; + sha256 = "00ad16807d5fe9bef932e8f1564a3285196999db16121125883dcea256c1e007"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "37c667ca0aeac6f9ebb0ca1821684a66248fe64014f45199eefac88cbd56bcdd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1045nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1045nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-sysupgrade.bin"; + sha256 = "a632103e49a21ae1e5c3c5660ec7056e4378341db20505d8c86720c04ac7ffc8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1045nd-v2-initramfs-kernel.bin"; + sha256 = "b9e6cbed87b8cc76f807734e72ade9038b9ae44f67fa9cd797d5068790f2edd9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-factory.bin"; + sha256 = "a7b82847a340ffd1349a38ec640e47ba33b5288de200d38190f9b4126b529bcb"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1045nd-v2" + ]; + titles = [ + { + model = "TL-WR1045ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "c638a37ebbd0dddbf26d35f7f61ee1e82efefa50fdff22511e093c9a6ac9575a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "e27d4e0f52a1d132389a8695d8a5b12413781e2f917cb4a0207f822656a5f5b3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr2543-v1-initramfs-kernel.bin"; + sha256 = "ae992469a0b007d17dfd7e133096ebd95b79f9242bd976da2bd144434cbab25d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + model = "TL-WR2543N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "f8c63fc3cdc4d91c211eb357d183052daf11d5d7f395a25514de682bace95ed4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr710n-v1-initramfs-kernel.bin"; + sha256 = "bf70b27fc2f5489dbdda2891ceaca1477ffccd5dd9a12e154936f611993a942b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "9892b435c81ea0f7ef9cf9e891e3a66e867145a2faecc73742d8479e6aab5b50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "e10752436e998e322815974b2ac733f8605dca7caa47f64bec5e79e0a572856e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr710n-v2.1-initramfs-kernel.bin"; + sha256 = "64578930d29bff13dcf347ea4c735c4957555bd9e6ba29352fab0e9fc3b6de8e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "b8b7a5040f2a4b427d7bd60401e3cc07b262965d6099f67292294635e1ba673d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v2.1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "83d7ff01464576ebdffcac3bac983f72ddd5edab630428ae41fa94d51c938ff3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "6f539a91c98e90d61c30fd7cd15037e09f4a64eaf3e2d3d4bcd05cb54a21dc13"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr810n-v1-initramfs-kernel.bin"; + sha256 = "4de8a4d433f096a740e5c499ce63f138c74a8ce80c19aa8bcb000678770756da"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr810n-v2-initramfs-kernel.bin"; + sha256 = "ce0621ad1b79fdc63a3a4c69b18dbd51209ab0cac827149c44c4bf67503c8c38"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "3d20822d552da82ae984e2559584ed27fd86a83ccf30076a395452bc1635a678"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "89817ae881e5b6fb53b0b70fc2ed93a706e7df13baa6cb4d89155e5f319dc5a5"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "e812712cf2249b938cabb1963f0054cf39f0576623a6a857fb451838930ababa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "1cae2bcc5c2b03aa68068e6595dd519f74220602465ede309fee23509496ac37"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr842n-v1-initramfs-kernel.bin"; + sha256 = "51ef75d6b98cda03e7d28473ec3cf3253128e32dc92edde88afed6f4b89f53f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr842n-v2-initramfs-kernel.bin"; + sha256 = "ffcc401e2173ceab5ec589f0a9d125c68fa7b17fcf4f5245737f734abb107790"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "9355a33579e08ad1f6a4bf5f9a321b0b553af239306c45ee2fb227ea5c8225c2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "f9a1802f91b5396033a64a9c60a0fb3c895ebd490e92d326f467033a99da75a2"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr842n-v3-initramfs-kernel.bin"; + sha256 = "15f63925c927783ed16992a511864a97cecaf3e8f89a0e0aee742f74aabdcc1d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "7f14e945d40816f852a08f32e26ac8d0f4d206164097e4ca728846896ef4e591"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "c5e8e5e7139cd12991dba6c2338340d40690df589a9f9eced7f058d6a2c68e9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_tl-wr902ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr902ac-v1-initramfs-kernel.bin"; + sha256 = "8fbd606ab4435ba13cd0b248412e10cb63862d239060e146743a3e2f4bd59348"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "35eeb4eee6c907748ec315642ba12faa795d0ca602b8ef10d8d70b07d8703d27"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "b091522b6019f4f51a1e1087caf3e2d4b407129fbd6b4ab6353b212be0550606"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v1" + "tl-wr902ac-v1" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_wbs210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "23d64fcd065c7c5fcbc4fd80302f8a1ce3bc802c3f85e4d3c86fea5935ce428f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_wbs210-v1-initramfs-kernel.bin"; + sha256 = "ddf3fa7ddeda080ad2a19a4a187cbca5db9382e48260954aa585afb559657269"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_wbs210-v1-squashfs-factory.bin"; + sha256 = "f2c2b6a60dfe9194c01614199799af5e672754b8057d1b9943a9ef3410f74928"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,wbs210-v1" + "wbs210" + ]; + titles = [ + { + model = "WBS210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_wbs210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_wbs210-v2-squashfs-factory.bin"; + sha256 = "b63645a597e4af21d5572154c221ea422917cc0a31a2a3b3a9212f78d0dde04c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_wbs210-v2-squashfs-sysupgrade.bin"; + sha256 = "e903ee0de161308e2cf82543214ac2e884101e973913b5e793071b28a366619a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_wbs210-v2-initramfs-kernel.bin"; + sha256 = "ca0a08823ed18177e025484180d3558857b2625ce798fccebbc37ac404de8842"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v2" + ]; + titles = [ + { + model = "WBS210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "588d94c4e8d6535b4bbcb73892aa4f0d511217df58ea04fe839436738493c661"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_wbs510-v1-squashfs-factory.bin"; + sha256 = "053fda438cec06434611b7e6278e4e1bb9705a694244122661e64c9fad0de323"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_wbs510-v1-initramfs-kernel.bin"; + sha256 = "a9b8c9e0f7b3b48c52330dcd95d1bc0efcf168ac9e4aee9630d9650c222fd03c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs510-v1" + "wbs510" + ]; + titles = [ + { + model = "WBS510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-tplink_wbs510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_wbs510-v2-squashfs-factory.bin"; + sha256 = "7d93ff476e575934e0ac4a3b56e690ae9362ad26bb3b6f23f956b7a98b06fae1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_wbs510-v2-squashfs-sysupgrade.bin"; + sha256 = "7bd0d511a9ab3c1dba2282b7bdca548cc72dbf4c16ae191d261e5ac6bb037829"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-tplink_wbs510-v2-initramfs-kernel.bin"; + sha256 = "7ce9f667a33bffccc8977b3412c23a712b6de09062f5b48f4a505c585510516d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs510-v2" + ]; + titles = [ + { + model = "WBS510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-823dru = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-trendnet_tew-823dru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-trendnet_tew-823dru-initramfs-kernel.bin"; + sha256 = "02f90abfc646a6bc7718a3130f4f169a65145451db6d7efcb37e82581eeed8c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-trendnet_tew-823dru-squashfs-factory.bin"; + sha256 = "f84c7c12a030d869d7b0fa030f61ddc246c8a118ac7e44085832d4a36033b991"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-trendnet_tew-823dru-squashfs-sysupgrade.bin"; + sha256 = "e253666af6207da57d024efbc699406d3884d07d9d21460327b0166d97513342"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-823dru" + "tew-823dru" + ]; + titles = [ + { + model = "TEW-823DRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + ubnt_aircube-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_aircube-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_aircube-ac-initramfs-kernel.bin"; + sha256 = "95223f2973ff6a98dcc02e224d56e517de5ddb157d9dacdc9c4dbd87c7bce7c4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_aircube-ac-squashfs-sysupgrade.bin"; + sha256 = "35dc1a4fceda720774352ac33ee0fa0bfc7053b1594115ddf14b4b08600354f7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_aircube-ac-squashfs-factory.bin"; + sha256 = "6f4a77837eb57f0e5dfeb3349d39d89bda7ff970f9da1b1e372ab6543614b72e"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,aircube-ac" + ]; + titles = [ + { + model = "airCube AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_aircube-isp = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_aircube-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_aircube-isp-squashfs-sysupgrade.bin"; + sha256 = "fd5219c703e77146bbdc857d9ca46ca52c6d66167e1100200a2d0ad69ed3f083"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_aircube-isp-squashfs-factory.bin"; + sha256 = "fa8ae6207f76bcf8c165d39d94da3ffb7a8d7ee2ac070d373384aa8292f5a27b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_aircube-isp-initramfs-kernel.bin"; + sha256 = "313af6ad0a1ef85d6839cd2a40cfe6c70332d3fedf8aa25778bab2a1e0672bc0"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,aircube-isp" + "ubnt,acb-isp" + ]; + titles = [ + { + model = "airCube ISP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_airrouter"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_airrouter-initramfs-kernel.bin"; + sha256 = "b94142d3b95d4a177310231e2cf2abb25f5dfb3f265c2c726a59f65bafc48fcd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "619144b5980b67727179eb6a50c85b75514bd2a440d0ac3dce8d330042812254"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "67038bfd4b5617c583ed401c9e3809da390fee48bbf6625613c3977db8012678"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + model = "AirRouter"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_bullet-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_bullet-ac-squashfs-factory.bin"; + sha256 = "164bd56704bc2a72b73e8d44c1d5ffe760004fa7f7c6df8a1af3ce7a7820903f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_bullet-ac-initramfs-kernel.bin"; + sha256 = "1190e62372e833c9a726a04f82b2309fd75d22cbb7a2370218769a495c84debe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_bullet-ac-squashfs-sysupgrade.bin"; + sha256 = "f60719ee069071b53b76fbfb8ef6dec827e14ec1000a52c2983fe896f7099a9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-ac" + ]; + titles = [ + { + model = "Bullet AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7240 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_bullet-m-ar7240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_bullet-m-ar7240-squashfs-sysupgrade.bin"; + sha256 = "d13f10d2cacdb7a4a5be32cb0e895bfc371cbc2d848d40bc38a34245daf6b053"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_bullet-m-ar7240-initramfs-kernel.bin"; + sha256 = "d92a141dd84952f365a25fd656d81a387fd75159363d59d2782f7c6476cf0c59"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_bullet-m-ar7240-squashfs-factory.bin"; + sha256 = "5ecb9a3147b240ee63afc7666853d66c5b57e45ba733401868edc6990b7cee05"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7240" + "bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7240)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7241 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_bullet-m-ar7241"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_bullet-m-ar7241-squashfs-sysupgrade.bin"; + sha256 = "6c9bddb90536d6316c33ec45573ae1e1802795f827a43bd25d5a02884d178d51"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_bullet-m-ar7241-initramfs-kernel.bin"; + sha256 = "0a1bba3346edf443606ac6db9046c383893be1a82d6a635932fdec18d9c26f5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_bullet-m-ar7241-squashfs-factory.bin"; + sha256 = "1fdad604015437217525df2f9588b086a5d379b1b6a0e78f7f54abb7b9c355c3"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7241" + "bullet-m" + "ubnt,bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7241)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_bullet-m-xw-initramfs-kernel.bin"; + sha256 = "c3dc647facbca3f66e1093ce8a1261274b7df68acd80ba49b118a01bee8e1ea6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "16798e819405a4b822bd439303174bd524c91f5379d6daa8b0582753290b5e41"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "bb9cc043c7841a32f2e7ca9f8bc9857e6d891f188fca8d7114860b8cc64b68f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-5xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_edgeswitch-5xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_edgeswitch-5xp-squashfs-sysupgrade.bin"; + sha256 = "c3564f335a8b2458c294e04ec85370df6ec045df7c5e05c0bbc1239509370c10"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_edgeswitch-5xp-initramfs-kernel.bin"; + sha256 = "8c66cbc895f3045c250c43fdd810a6817c59913aa44e1a31fd9002c036830a6f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_edgeswitch-5xp-squashfs-factory.bin"; + sha256 = "2580b2d0490bc2bd4448f378974752ae16413df3d058ec30292e7c8421750213"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-5xp" + ]; + titles = [ + { + model = "EdgeSwitch 5XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-8xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-switch-bcm53xx-mdio" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_edgeswitch-8xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_edgeswitch-8xp-squashfs-sysupgrade.bin"; + sha256 = "363c1f5811788f212f512fe093b82608724c79ac809e82ad4cc341159c64c2e0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_edgeswitch-8xp-initramfs-kernel.bin"; + sha256 = "f832c25cc28381ac95d5614737d4d5c4a24d3cc5afd10409a7d9d6d4a54aae7c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_edgeswitch-8xp-squashfs-factory.bin"; + sha256 = "21b198ee8ea4b3116d4285326bf77d86a081a667a36ac40da54f6e1f6f98618e"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-8xp" + ]; + titles = [ + { + model = "EdgeSwitch 8XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "2e14db5db6cb9d0a13f6f91cc358257f07d002aa3ccafe18c4f7766bd8f16ca4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "e198b296111ba12418d79ff30bfe913eaa08cd3c905226869ee3f7c6abe63943"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_lap-120-initramfs-kernel.bin"; + sha256 = "d92a95459f0e648a9bc377968881984cf6e1051dcfca39c2e9de02cfc903fae1"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + model = "LiteAP ac (LAP-120)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_litebeam-ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_litebeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "759f792584931160223c784dd6b9939d49969a99139162a110c620767be85db2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-factory.bin"; + sha256 = "4864553cdab09f8872c7c1bc2c9034a575d6cf5ca73bdc972f619af0962f890e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_litebeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "eb4c924010168eba348893f7b8e626ad0151033f4ea09dc2988800cc3d4f0792"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,litebeam-ac-gen2" + ]; + titles = [ + { + model = "LiteBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanobeam-ac-initramfs-kernel.bin"; + sha256 = "cde1d987b318bbaf0f58f81475ae0ffb97cab3068a0ec1914bb06aa92e1bdafd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "0266bccf3a5b52588e28ef65ff6c90d42a7d21246deccca2a3df59d1a8950d28"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "f9cbc6ee480eafca5d3e94aabe37a421f32babed0adda35c18f4ea0bc2943a33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-gen2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_nanobeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "1cb4c4e90bc59013e707e3bbc34d1b1791953cd4ba1e3c3083ca13343d3907d0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-factory.bin"; + sha256 = "fb96653b5dc1fcc2ad7614fa57dc5907a39c196b539c84dad9e43441fbf3b245"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanobeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "f83a0a995099a16443db098f4fc9efd5dee93e86a9bdd120ac7ce0ea0285d591"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-gen2" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_nanobridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanobridge-m-squashfs-factory.bin"; + sha256 = "aff60694d7bf1bdd9ca8125e201c8a1e063e5f653ac78f9d4d226f4c8c4e5eed"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanobridge-m-initramfs-kernel.bin"; + sha256 = "716e93352de8a2ad574cf9339a5efc9b09209e546520ad9707a4a8c1a6ecca2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanobridge-m-squashfs-sysupgrade.bin"; + sha256 = "e1e9994151cb6e6ac223ec95a853ee59daf9206e84f04ed40a63dff842b89050"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobridge-m" + "bullet-m" + ]; + titles = [ + { + model = "NanoBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-ac-initramfs-kernel.bin"; + sha256 = "db303edc18d36bff4f2851e54ea424ee208f34881f7059d3b7583f8659773fe6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "d92e353d07eccc38384722135ad0090e1800583d8d8ad76665fd0a1786930dc0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "6fcdc01ae9d9cf9f124279918c67b51969f76291573473bf0cc8addfd982ddbf"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + model = "Nanostation AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "2138331a589f39f5a87a08db0a28ec019c820d3bf270e6735d6d8b244a0fc74e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-ac-loco-initramfs-kernel.bin"; + sha256 = "7ff05fb49a625036340537d91bb1ce16d1dfcbb1a2b2cacb25d899bf3fc5eb40"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "009ca01c60f1454a127c357d96bc69ec080dc06724c3e2880db3d056fcdf4928"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + model = "Nanostation AC loco"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "8ea0f121c65e96907ff4a28cdd46a2a6525cf5db5e28efaf2b869b6c2911d175"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "4177a64c196a787f7669380a88b89d7bc0bf6ed4f9e2d1cf479b99d5c4870784"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-loco-m-initramfs-kernel.bin"; + sha256 = "2ff078631dc40b6e9b386bfeeb42d5e43642a41c84980e035ca2b38b094864ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "6a7ed3040127e304ea938c440c16f950f2ab81bb7af632cc6557a9dc797c42a2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "e86e030256da6e4ef6aa57c38ba8e498b5c1ecc622bfd6109cc5112db6b72289"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-loco-m-xw-initramfs-kernel.bin"; + sha256 = "0adc3e765ea1bb49eb1bd7eb32bd33f05ecb1aa962e38ab2c2bd2fa04a40a684"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-m-initramfs-kernel.bin"; + sha256 = "8d90c311418bfec40732589b24084bd4c5a1b2d0fa7a3c551446d8fdba7be54c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "3c581cda3b750150bf8e0500a09e108124cc932e0f3428d288998cf6a2ae43e3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "240e1c8fdd4df1a50e7f167e9c0eebe12bbd176b94ccc784d4831bd7d07c2f13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-m-xw-initramfs-kernel.bin"; + sha256 = "25ae0b33d798f4e257972465e99900fd1d4231c32cb14b2c391e822a9c4ae1a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "b326c362f9e6f13ba7caa7d55f1ec48c8b6b6366b4f4a9929da46fcf8f519cc3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "acd55948f54f895cdc640a25e9753ab0465173f451c4dafdb1dd5dd8acd3a975"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_picostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "4de676902b94f77f52e638c15776bbced6789d6b62ed7b5f15e418a46b017567"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "358d833d7587300b51feaa893b707292e179626510ec585a16511a368fa2f099"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_picostation-m-initramfs-kernel.bin"; + sha256 = "da3aa62051ef6637ab9ac355c96569f84b755706e0fc251e6869b81003763d1f"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + model = "Picostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-500 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_powerbeam-5ac-500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-factory.bin"; + sha256 = "4cf252cb5da988992a6b27bc4079959c5cba15eea86ba0e135f76142ac593bee"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_powerbeam-5ac-500-initramfs-kernel.bin"; + sha256 = "22b3720303ae4bec0f429746ac0535a06b76c74529c6293e8405ae6c4a7eb50e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-sysupgrade.bin"; + sha256 = "cfbba81c1205475f62975bc98354f8d34184a1fb8d1e0a3e7c771cffe687611c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-500" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "500"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_powerbeam-5ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "b7a5494b5133691f4d01ad7aafe2553ca8bac5119b7340cabc128be421837062"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-factory.bin"; + sha256 = "c53ac019dac74ff70cef0a501479b5e861aeab788e37f0ba2552d21db4be79b6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_powerbeam-5ac-gen2-initramfs-kernel.bin"; + sha256 = "77cc044b8da1d27e1832e23a452825073b6db68b54fa871ab409233a048cbef5"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-gen2" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_powerbridge-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_powerbridge-m-initramfs-kernel.bin"; + sha256 = "6ff2770cf3d08a9db1907b83d52aada6605c917c8db33dbe9210c7f31cc5e296"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_powerbridge-m-squashfs-factory.bin"; + sha256 = "09053db4ad13ba52333ca36bcca203e48217dc0c845d9fb6cb3bc8fd3d947cf3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_powerbridge-m-squashfs-sysupgrade.bin"; + sha256 = "ffa79b36b8b2ce101ed506c8cf4b1821feea730e8181c3df8f67a22aae0eb207"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,powerbridge-m" + "bullet-m" + ]; + titles = [ + { + model = "PowerBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "3762e6274c8e8afc542af8806b2c6335426c1448a9f66816e13f03e43338b3bc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_rocket-m-initramfs-kernel.bin"; + sha256 = "f30eb58f7118ca8c19edf08e190ed4d32e6adac893838a4738522c0236d5decb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "74eb5b844acc849670420313f4c37357f8b9cc317fd5a73b48744415429ef2ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + model = "Rocket M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "bda171d1d62f7cd2a27c5a6d231c9761883ec6ea68004b238ed01e71a6ffc571"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "1b907c8372ece68a2ca796969db75ef3385781f76820dfbde9cfe1f5b22cf62f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_routerstation-initramfs-kernel.bin"; + sha256 = "9ef4b621282589cb9d4ac491890fb367b3084a320abb98b51091dfbd0d04b02b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + "routerstation" + ]; + titles = [ + { + model = "RouterStation"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "fa38b942bb3d3ef30ebd7107b5aeedc4c991e2fb5f27224aa4bdfc7d08d8cb2b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "966dcec4221ab02b76e7199cc7d29537e281fa7301b4a361c5a4856519917217"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_routerstation-pro-initramfs-kernel.bin"; + sha256 = "fdc49e9a21135477f54c14533d80e943d4495a6985eec9b23bf07ce4798592ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + "routerstation-pro" + ]; + titles = [ + { + model = "RouterStation Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "8e56738ece4e13a4d8397674e8996ede027a8b6246df770c5e3e97be59ae837d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "516b8fad3ab93f53267ff0f6430c3c0359290c71c82d035287aaff9129148015"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifi-initramfs-kernel.bin"; + sha256 = "2c6688c3abbae2f046d241e4dd9fc06774a28b5a52f9072d99e07b53699690c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + model = "UniFi"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-outdoor-plus = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_unifi-ap-outdoor-plus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifi-ap-outdoor-plus-initramfs-kernel.bin"; + sha256 = "ae962e062fda79efbc640288978c34a127b3b4984da546e16bdf1cc18bccb196"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-factory.bin"; + sha256 = "c6f2beecd6034b28632b960e511f7a0adbc1946ad8459f3d85b9de784308a648"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "781e2e4bb24fb492f5dd493364b0148624f44dd31ea821115ad5cb6f39f79686"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-outdoor-plus" + "unifi-outdoor-plus" + ]; + titles = [ + { + model = "UniFi AP Outdoor+"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-pro = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_unifi-ap-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifi-ap-pro-initramfs-kernel.bin"; + sha256 = "0ede713dbefad4731f36d4bce352ec31ec88d0ff9492e8da5ccff97d0b2e48e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifi-ap-pro-squashfs-factory.bin"; + sha256 = "3bfbb040f7829571f3330bdcdad545cf0cdd5ec686f13e4402534da8cef6d9d9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifi-ap-pro-squashfs-sysupgrade.bin"; + sha256 = "97f99d1a6d7a5200bc930373084d21de9a30bfbefacfb68a0082dc1cfea0f62f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-pro" + "uap-pro" + ]; + titles = [ + { + model = "UniFi AP Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "465dfdbec1c66746d2155c55be4796cb3a783e870ce99268a231064385c96b8e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifiac-lite-initramfs-kernel.bin"; + sha256 = "a717cdcb10dfcca7393223657a5a90ebf946dbf5c1efc394f597d381395af54e"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "22358727b40ca07c115e7bb8f5e6dbce2e19513c403fcbe1a704cd9ccfb009ba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifiac-lr-initramfs-kernel.bin"; + sha256 = "e580ffdfb574638574df157de354ac172abf958381972758842061366d95849e"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC LR"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "f981dc62f91800770f6c6e35498e4bf8ed2580ea7f8e05510d7c474d23ab686e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifiac-mesh-initramfs-kernel.bin"; + sha256 = "eaa0c9f87548ec13fe34e30720d47337bd9d9fccabbbd9c468c8389d8f9973d4"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Mesh"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifiac-mesh-pro-initramfs-kernel.bin"; + sha256 = "b8946bdda1af5e8dfc9de4cff47f43a61fb7b4dce42dfa833dffbf50cf05b3de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "4772f69f4a22dd6b46f46ded27995bff7906f5ab5bbb11a222530ba6e7c5f41b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Mesh Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "ebf7de0923428289b14b898eaa553ed385ce64600e23e148e3fca4f239fe26b2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-ubnt_unifiac-pro-initramfs-kernel.bin"; + sha256 = "c7e04c7b784eb40ff41e32466f249f6cfbcc4dfdd641ff568a33b598418abd48"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + wallys_dr531 = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-wallys_dr531"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-wallys_dr531-squashfs-sysupgrade.bin"; + sha256 = "f62204ec3102cf8b47383201e425be22c9204374b90fd8a463cb5c6eaa092e30"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-wallys_dr531-initramfs-kernel.bin"; + sha256 = "a67e03699b3280d28c687b7be09b6dd242da6a6835905b3c3eb60ebfbeebeb1b"; + type = "kernel"; + } + ]; + supported_devices = [ + "wallys,dr531" + "dr531" + ]; + titles = [ + { + model = "DR531"; + vendor = "Wallys"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "2339e64fe0b6cd3a2584a26e6109ad81c9cb0be1ed3ea885da69a8d18d57fd99"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "a4df6f04b5268c9868c3efa43178d33e398944b5f166073abbd56bf111a646d8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-wd_mynet-n750-initramfs-kernel.bin"; + sha256 = "e418eb7e2ad5959ffa8f15a09f40fb3895ee261df10c8059081a3c5b00c437ca"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + model = "My Net N750"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "858f11f2d260ad49a75377d85d650f061649286c8b6d06ec24fa6dccc8071bc4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-wd_mynet-wifi-rangeextender-initramfs-kernel.bin"; + sha256 = "397595e08d0e69dc8156b11b032ffd300e11029baca4b9dd3492413fe636eb3f"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + model = "My Net Wi-Fi Range Extender"; + vendor = "Western Digital"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "296e44587b31e18e8d3fa8f031508ab8366f162bf99bd0c5d3de758c184f431c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-winchannel_wb2000-initramfs-kernel.bin"; + sha256 = "145efabbd79960d1dc8952e8bbe1fcb9bd86ac639e7e5843ecac20a19a468dd0"; + type = "kernel"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + model = "WB2000"; + vendor = "Winchannel"; + } + ]; + }; + xiaomi_aiot-ac2350 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-xiaomi_aiot-ac2350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-xiaomi_aiot-ac2350-squashfs-sysupgrade.bin"; + sha256 = "646dce0a70a3a408956a5a836398f965e5c2eb70283914a43c426acb11b23a9c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-xiaomi_aiot-ac2350-initramfs-kernel.bin"; + sha256 = "e720ed0937013f87d2228bb86e8d15cf33a3c42283da6e1978ac51baf484d033"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,aiot-ac2350" + ]; + titles = [ + { + model = "AIoT AC2350"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-xiaomi_mi-router-4q-initramfs-kernel.bin"; + sha256 = "456d0a13e65c1be9029fe511daaf1f70d858d1251fdb1afcd2769103f6b0ed99"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "8c56795222114161708a1be772b8e5fd0012afddbba79b1ca33532db256c7824"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + model = "Mi Router 4Q"; + vendor = "Xiaomi"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "df751ead45f324b6ff6c1b60a5557c082ac7a521178e3df12f763ade70b4d4e6"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-yuncore_a770-initramfs-kernel.bin"; + sha256 = "cab0c29ceef7daf8faffc9d601a571bde993cd48d83775331548c7c2e87038e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "74f05dc8094474be9d5a921d2bef7d9cbee61a75cbd20f848b7dac866228d0e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + model = "A770"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-yuncore_a782-initramfs-kernel.bin"; + sha256 = "f68c27f8453b50fac7b3d2602898eb6565f3d9dcc456d5d18a9c91f407053658"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "9f88c259241bd550e4bfdfa411fd9468d0aff041d6e8f8ca9b8780cd51d9cc55"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "6993970bcc0dc193f645d0ffbb8152e286436d2f3a8ae9bdbb7642fb398d4e05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + model = "A782"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a930 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-generic-yuncore_a930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-yuncore_a930-squashfs-sysupgrade.bin"; + sha256 = "b1bcb6058fc78a219a8148c8401d5c8490f235e2a8fccb95ea6152a2431faa45"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-yuncore_a930-squashfs-tftp.bin"; + sha256 = "b82b1844759f53cfb8d0eed4aa73b10f3acc48c1ce5b1f1fbcf864891155168f"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-yuncore_a930-initramfs-kernel.bin"; + sha256 = "6c51904892f9dd14d60ae32d8be4696dc5625606f711efef254b45643a01fbc3"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,a930" + ]; + titles = [ + { + model = "A930"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-yuncore_xd3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-yuncore_xd3200-squashfs-sysupgrade.bin"; + sha256 = "3be0c673fe65d51c9af6e211ccae106dd5552e87b078cc58864309e2070a9960"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-yuncore_xd3200-initramfs-kernel.bin"; + sha256 = "131293a243ecf356dd355f6a1f7134a8687b36a62b449533c289a21224a71124"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-yuncore_xd3200-squashfs-tftp.bin"; + sha256 = "79ef4232b3f2a7583ee74717bc421f4a84f17f85dcdd5f15c1d8a04f6f0e7449"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,xd3200" + ]; + titles = [ + { + model = "XD3200"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "b406d9f0dfdda0db34e94baeba233220e4c9b5337abd66631986480fa3f45003"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "b7ee7d42dd65890f325c437137ad955d07588ced721d153fb0828a6f52609d78"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-yuncore_xd4200-initramfs-kernel.bin"; + sha256 = "2a63b90f2775ba647cae2fa5cff123eb2ed88d5303625bc8377a41e560a025c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + model = "XD4200"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "5c7a41cc4dc9efdd6c617afc33234e3119e113b22480800e306a4acad170be46"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-zbtlink_zbt-wd323-initramfs-kernel.bin"; + sha256 = "963f3661edf3055f899a3b4e3f5a217d9a42581a87a8cc4fff9660fcf5f47d86"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + model = "WD323"; + vendor = "ZBT"; + } + ]; + }; + zyxel_nbg6616 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-generic-zyxel_nbg6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-zyxel_nbg6616-squashfs-sysupgrade.bin"; + sha256 = "b19859614ee3e31fa738bfc48f6a8f9dc309e1fbaac3b55fd186f4c557a724a7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-generic-zyxel_nbg6616-squashfs-factory.bin"; + sha256 = "7f86491b8f77cb7585943e61f218eeea91dd7f641a81609c828fada55af04235"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-generic-zyxel_nbg6616-initramfs-kernel.bin"; + sha256 = "6ab19b5bc98ccbbe442b97f427e6ba5ea367a73e1143194fa1f417a7424116c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6616" + "nbg6616" + ]; + titles = [ + { + model = "NBG6616"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "ath79/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_routerboard-952ui-5ac2nd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-squashfs-sysupgrade.bin"; + sha256 = "7bdfe1c40640d840d3d9f9ee0a33c887e0b791f21402ee3c10453666fa94a24d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-initramfs-kernel.bin"; + sha256 = "90de8f823974acd323170b1aedba8441daa06fc2a8ff8cabd45e595a024a54de"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-952ui-5ac2nd" + "rb-952ui-5ac2nd" + ]; + titles = [ + { + model = "RouterBOARD 952Ui-5ac2nD (hAP ac lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-lhg-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-initramfs-kernel.bin"; + sha256 = "7c05646bc2f0a54f08947978b075c9d8f3925d513998bb56150401edff4aa7ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-squashfs-sysupgrade.bin"; + sha256 = "a3531e011bff55976962a55a044950c145d6ba22ecfae99f8bed4a35bf398b09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-2nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 2nD (LHG 2)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-map-2nd = { + device_packages = [ + "kmod-usb2" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-map-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-map-2nd-initramfs-kernel.bin"; + sha256 = "66a12d351c349d49336d5d0836961d42b9bb64b0a6f06f9a12edf61683699bc1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-map-2nd-squashfs-sysupgrade.bin"; + sha256 = "c36d64355a256c8190bd799af14bc4c96e12c249bf310bcd2caf637ebbb40f2f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-map-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAP-2nD (mAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-mapl-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-mapl-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-squashfs-sysupgrade.bin"; + sha256 = "b321555b0ed832e030c58ef0bce031c51da3379adc6fb9b8fefd7798ca582d24"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-initramfs-kernel.bin"; + sha256 = "36a429ae083eef32115290c0c8bd4a18f14f84be823a18a03f13a4db5d86bac1"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-mapl-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAPL-2nD (mAP lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-g-5hact2hnd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-initramfs-kernel.bin"; + sha256 = "ac104b4b3bce0444681d7144258c9ee2f0e3744ee4f621d118941fea9cc615bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-squashfs-sysupgrade.bin"; + sha256 = "13c226d905b5f5b5b6c9443484f9b2ce681ffb8f7668b8cbc2c334773039e4f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-g-5hact2hnd" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + model = "RouterBOARD wAP G-5HacT2HnD (wAP AC)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wapr-2nd = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-wapr-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-initramfs-kernel.bin"; + sha256 = "f0ad0d38dae77c85192d4ecf9317958e336ec50c96880d971fbf77209c818c1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-squashfs-sysupgrade.bin"; + sha256 = "2a7dff8c912b02863969627d1a00a032e6ba81a70e588708ae3d889e37f7dea4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wapr-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAPR-2nD (wAP R)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "ath79/mikrotik"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_rambutan" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-nand-8dev_rambutan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-8dev_rambutan-squashfs-factory.bin"; + sha256 = "1a7b2d15488a7166d872e816cbe0061eff2e1e9d0b5e2062ae8a991ade315e97"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-8dev_rambutan-squashfs-sysupgrade.tar"; + sha256 = "f173b777ce54bb301fe5c9c46a0d688507732f676dfce72f54325866e522703d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-nand-8dev_rambutan-initramfs-kernel.bin"; + sha256 = "bcaad15248a67ec91d8020fb482c7a581bd3d3c831cb1112722d55771927ac0d"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,rambutan" + ]; + titles = [ + { + model = "Rambutan"; + vendor = "8devices"; + } + ]; + }; + aerohive_hiveap-121 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-nand-aerohive_hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-aerohive_hiveap-121-squashfs-sysupgrade.bin"; + sha256 = "1ad28b1bb99360dfeb1652ad4014837421faff0ea321fa68d2745c177d201e38"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-nand-aerohive_hiveap-121-initramfs-kernel.bin"; + sha256 = "8f451073859ba44e42b79c365858fcfa17d79b186322281ddc03a9a82ac7a9a2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin"; + sha256 = "b99835db4261e1b470918c0553cf88d92376448c2bbe891514bdcb29588cffea"; + type = "factory"; + } + ]; + supported_devices = [ + "aerohive,hiveap-121" + "hiveap-121" + ]; + titles = [ + { + model = "HiveAP 121"; + vendor = "Aerohive"; + } + ]; + }; + domywifi_dw33d = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-nand-domywifi_dw33d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-domywifi_dw33d-squashfs-sysupgrade.bin"; + sha256 = "ba610a33cc399555cfbe901a0fc45907c097b7a2f0936cb816023d7f0822dad8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-nand-domywifi_dw33d-initramfs-kernel.bin"; + sha256 = "d78949463543daf11e779ac52d92a279df336d7a0601d0a4a5b84d9ea03953b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-domywifi_dw33d-squashfs-factory.bin"; + sha256 = "e6e3306101f725359cb2213d06bcdb8c063c02be9e959286b2586d4ff67fdd88"; + type = "factory"; + } + ]; + supported_devices = [ + "domywifi,dw33d" + ]; + titles = [ + { + model = "DW33D"; + vendor = "DomyWifi"; + } + ]; + }; + glinet_gl-ar300m-nand = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-nand-glinet_gl-ar300m-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-glinet_gl-ar300m-nand-squashfs-factory.img"; + sha256 = "e59f1dca191185872570a219a571dfdf3f69754890564777477a8db2dfa98006"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-nand-glinet_gl-ar300m-nand-initramfs-kernel.bin"; + sha256 = "78d0545d488ad64cef341fc0496d7d9620e52329230fc9c195edfa71f6a3eeb4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin"; + sha256 = "08812e5cf3e98ba041cfd6490a5a772087b140008d4b7c5b6a58868282b01a42"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nand" + "glinet,gl-ar300m-nor" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-nor = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-nand-glinet_gl-ar300m-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade.bin"; + sha256 = "753ec4887f0e5fd992341f46b7f6203e615678d34d4e9c75f2d09c97758bc752"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-nand-glinet_gl-ar300m-nor-initramfs-kernel.bin"; + sha256 = "ffa1a3170ec981e03bad438d6b39092346a1710530cb6aef32f7b6633631fc5d"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nor" + "glinet,gl-ar300m-nand" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.4-ath79-nand-glinet_gl-ar750s-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-glinet_gl-ar750s-nor-squashfs-sysupgrade.bin"; + sha256 = "1746ddbf986b5f48609401b04490fe669b4e890f12b76b87824dc6f8efc212cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-nand-glinet_gl-ar750s-nor-initramfs-kernel.bin"; + sha256 = "0b98f48e965fd49ab924514744e2026527fd5a6cde529f69bb64cf3adfd32c13"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor" + "gl-ar750s" + "glinet,gl-ar750s" + "glinet,gl-ar750s-nor-nand" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor-nand = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.4-ath79-nand-glinet_gl-ar750s-nor-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-sysupgrade.bin"; + sha256 = "33502152ff20346190a29babd684433636fd9b42b439f21d1d502ed4025ed3c7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-nand-glinet_gl-ar750s-nor-nand-initramfs-kernel.bin"; + sha256 = "6467eeb26bad36aba9afb523f3fad0a397ec1650669b71874de65cf800e6b609"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor-nand" + "glinet,gl-ar750s-nor" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR/NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-e750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-nand-glinet_gl-e750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-glinet_gl-e750-squashfs-factory.img"; + sha256 = "d85242229f207c4809d4c0e15e72ef11100811498652e80ccc999edd0e05c22a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-nand-glinet_gl-e750-initramfs-kernel.bin"; + sha256 = "f4274bc1d9ddd5949ffff40da801ce289aabd31723a7dbddf578dd801a6e3ab3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-glinet_gl-e750-squashfs-sysupgrade.bin"; + sha256 = "7662da0f7c09db55256d624fda60667713bfa55ab5f4debc7f9cc28da8aca943"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-e750" + "gl-e750" + ]; + titles = [ + { + model = "GL-E750"; + vendor = "GL.iNet"; + } + ]; + }; + netgear_wndr3700-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-nand-netgear_wndr3700-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr3700-v4-squashfs-sysupgrade.bin"; + sha256 = "da3c6e1c10285a37d2655cee86badb4693feb1c6a0b91091befbc2eda5ec8e8d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr3700-v4-initramfs-kernel.bin"; + sha256 = "4ac89aa91ef914e59de9712fc19d60376c9ee7a375ac5455441ddc80c95d8d05"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr3700-v4-squashfs-factory.img"; + sha256 = "5debd242c2f73b95287bdab5c05313de461a28afce4cd8fcdc411ae3184bfbc2"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v4" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v4"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-nand-netgear_wndr4300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr4300-squashfs-factory.img"; + sha256 = "61d728df19d297b3429f86c6b61e1aaa4485c50c5375aaed8b76b9848cfc5e3c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr4300-squashfs-sysupgrade.bin"; + sha256 = "5dbe7e5e5cbe4a77dd04c3dbb78e043e3e2243575945b005dc56808fd531fed8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr4300-initramfs-kernel.bin"; + sha256 = "5f1b58e85c83e6f4b2ddcade1fea94b121d02d32be92fe5d595e40e1852917a6"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300" + ]; + titles = [ + { + model = "WNDR4300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-nand-netgear_wndr4300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr4300-v2-squashfs-sysupgrade.bin"; + sha256 = "dcb4b83aa5dd9307366a891b5d354c96950676fa65b525d7de168a7a468287c7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr4300-v2-initramfs-kernel.bin"; + sha256 = "bce86d30dad4e76d4aa6ddcab09cf18d67761cb518b248c1d47cd3a10f77165f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr4300-v2-squashfs-factory.img"; + sha256 = "2cc0f5962582737f337796d9a19063197a0830c907115ed7b5add4a4d5172873"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300-v2" + ]; + titles = [ + { + model = "WNDR4300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300sw = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-nand-netgear_wndr4300sw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr4300sw-squashfs-factory.img"; + sha256 = "74f8b9f2b711dcb29fdd583e02c0126b1ead8087bc4bf77a3e9e85550842779b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr4300sw-initramfs-kernel.bin"; + sha256 = "15dface8831f024dd079372d46a1fc8aa4977084178b4a8cfd8557cc157b2c25"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr4300sw-squashfs-sysupgrade.bin"; + sha256 = "e5b9bf115999aeefcf1322b0c0795bdf50a33bdd3f356f0dbb3e9a7144fb779a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300sw" + ]; + titles = [ + { + model = "WNDR4300SW"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300tn = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-nand-netgear_wndr4300tn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr4300tn-initramfs-kernel.bin"; + sha256 = "4e6845522b9f317d4e004bd6d545e3038abe9f26aa80d5b14d3229fe4b2ac1fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr4300tn-squashfs-sysupgrade.bin"; + sha256 = "908265088e5b4852fea4bb1896179ed274ab9423e02f8d6838346b0c76c88960"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr4300tn-squashfs-factory.img"; + sha256 = "37fe4c085db03d4fcbf86edaa0831c389db8b96b981aa93016f773be7510521c"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300tn" + ]; + titles = [ + { + model = "WNDR4300TN"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ath79-nand-netgear_wndr4500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr4500-v3-squashfs-factory.img"; + sha256 = "ce4cb26b408f3860b7f09827b3ddfb0add36a18f9aa119c0133995fd260ad97d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr4500-v3-squashfs-sysupgrade.bin"; + sha256 = "505f3a3861f8ab9d0af14b77ab27d46f4f601bbc31679a0e4c87b64536cda7df"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-nand-netgear_wndr4500-v3-initramfs-kernel.bin"; + sha256 = "85c26150d99a1f9fa9cfc866b635693eb05e2b74fccc3d317efa177b14390bbb"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4500-v3" + ]; + titles = [ + { + model = "WNDR4500"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_nbg6716 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-nand-zyxel_nbg6716"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "01ec4f7aa886217536e9cde2d4be6a8cbdb18f84acd321540c1e1b1720eefcdc"; + type = "sysupgrade-4M-Kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-zyxel_nbg6716-squashfs-factory.bin"; + sha256 = "7392b96ad6a6ec73f2d84a39aa9756c56a4c11e39a029ceb1635b5503650b241"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-nand-zyxel_nbg6716-initramfs-kernel.bin"; + sha256 = "b6ca8157b0477f06f5db7f44b33c90c79a39063686bb4470b1dbacbae46871b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade.tar"; + sha256 = "eb4a2025b4adda61c1829c03ef8decaf27090877a992b8b0e9135a01d491ad16"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6716" + ]; + titles = [ + { + model = "NBG6716"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "ath79/nand"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + engenius_eap350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-tiny-engenius_eap350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-tiny-engenius_eap350-v1-squashfs-factory.bin"; + sha256 = "9a754beccf9e9df2b29cb038d08787a5107a00f16eae71cb7bc2315da2dfa7e2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-tiny-engenius_eap350-v1-initramfs-kernel.bin"; + sha256 = "4a998aee090e42c7549939035fa3029d82de4e6106ef8708712959c280e7d4b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-tiny-engenius_eap350-v1-squashfs-sysupgrade.bin"; + sha256 = "0b1d5963622233ca6dc1d5e519611bd114fe3da53ad348fbe49fa60565fd416d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap350-v1" + ]; + titles = [ + { + model = "EAP350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ath79-tiny-engenius_ecb350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-tiny-engenius_ecb350-v1-initramfs-kernel.bin"; + sha256 = "911d255d3240df4d2bc3745d1cc29d8554f01a82f3901ed6ce19526d0f9c5bf0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-tiny-engenius_ecb350-v1-squashfs-sysupgrade.bin"; + sha256 = "3055b865ab5d643d4df5731c8f86629b8244949eec59873bec653cd4ff09ced3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-tiny-engenius_ecb350-v1-squashfs-factory.bin"; + sha256 = "686db4008a6cb4f151389fcf8c9e327f8f06d69a924ba172dfc754921912a4b7"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ecb350-v1" + ]; + titles = [ + { + model = "ECB350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enh202-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ath79-tiny-engenius_enh202-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-tiny-engenius_enh202-v1-squashfs-factory.bin"; + sha256 = "2e6ffe4b2b3dd0c591b73fc577fc85f05a0c52644ce3148eec15c609549d1b37"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-tiny-engenius_enh202-v1-squashfs-sysupgrade.bin"; + sha256 = "f5fb51c92aa73d439ea0d255bf73afa05a4aa84da647ee6ed3993a588e6d5623"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-tiny-engenius_enh202-v1-initramfs-kernel.bin"; + sha256 = "eadfc823ce1fe4ee18d15e12f9a308cb1855c3bcc4d1a307dc7e55be8274d429"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enh202-v1" + ]; + titles = [ + { + model = "ENH202"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "425fc06850378ec95589dd3f77a2867133291703802f45f993d27f3f0a7bf2b8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-tiny-pqi_air-pen-initramfs-kernel.bin"; + sha256 = "487311b84c2acc746a4b251f64ed2dc7eb5f624ddf10b21844a498754265792c"; + type = "kernel"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + model = "Air-Pen"; + vendor = "PQI"; + } + ]; + }; + tplink_tl-wpa8630p-v2-int = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-tiny-tplink_tl-wpa8630p-v2-int"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-tiny-tplink_tl-wpa8630p-v2-int-squashfs-factory.bin"; + sha256 = "37f3a9777a2605210208205712a8763facd9e287a9a594aa02205d94c4c1dda8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-tiny-tplink_tl-wpa8630p-v2-int-initramfs-kernel.bin"; + sha256 = "a6d251bc213cf40f66721001aa18dd072eddc56a67e67c13ca392db0d6c87121"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-tiny-tplink_tl-wpa8630p-v2-int-squashfs-sysupgrade.bin"; + sha256 = "0f0bc7ed6a84184ff3287faef97b1a77e57eed4c507749cfc011caa8547a2e27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2-int" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2 (Int.)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.0-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-squashfs-sysupgrade.bin"; + sha256 = "eb9d6cac9452892f82ad47fbd1302621ed208eea32e24df756cfbecce2128fea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-squashfs-factory.bin"; + sha256 = "d38f97140ec18b28ead100098757e524ebb0b1b445b780d17118ffd244b55ec6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-initramfs-kernel.bin"; + sha256 = "bf1fdc4d815022ad48e8c3ea27e03f7112cc6f0c72020dae8091a1ec8cf43113"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.0-eu" + "tplink,tl-wpa8630p-v2-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.0 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.1-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-initramfs-kernel.bin"; + sha256 = "ecb0640b5fd25bc4ac6da65f25f1f8e0935cb49dec1a9a2d9ddf1b8da5c454d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-squashfs-factory.bin"; + sha256 = "6212c82f787c8e2f6cc472c9c066408902032e318af9763546c394690a98f3ea"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-squashfs-sysupgrade.bin"; + sha256 = "9829bf8c749517f191fc86579cf1c5d77e6070a1ed85ce6ee2d591e464d1a155"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.1-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.1 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "ath79/tiny"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + bcm27xx = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-zero-w" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm27xx-bcm2708-rpi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm27xx-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "05baaf5542c6f42de4be7e5f6576fd787572b2ea8d632e31839b80899838c99e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm27xx-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "9cb7d9dc9041c4880ffd47b1bc8a2e4c4c8c0147dd9459ec0721c4933c72f5ff"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-bcm27xx-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "352a690f6efa146a434a1bfeb9277704ccebc178a802887ba1d6eb059e42ed33"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-bcm27xx-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "01cc93ab630f919c3ba3673f7da1877b6ff6ef84eb980efb38100f4858fa59aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + model = "B/B+/CM/Zero/ZeroW"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "bcm27xx/bcm2708"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm27xx-bcm2709-rpi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-bcm27xx-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "f464681110081b692495c45f8c0178507a144d8224bf33280813739b576545dc"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-bcm27xx-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "7f8e53828b7856edb241e551dad5f712a8c5dfdb1cc4fc82bca2d1815292efea"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm27xx-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "7c357510fe5086052795d40ca0777afe50ac126c05f155703ed893cfb5f0f094"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm27xx-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "a24045694cb99fb0be467f14ebddaf5fe2d965beddf31e035364f8c7745cd604"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "2B/2B 1.2"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "3B/3B+/3CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "4B/400/4CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "bcm27xx/bcm2709"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm27xx-bcm2710-rpi-3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-bcm27xx-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "ad86d7be0cd4010b1ce559665db666cf0e9ccd91873a9f9c210f2aad0f1d5009"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm27xx-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "da8fcdcb1ceeedde75d190b20191f0cd939acc65f4f65e4c2ba6fc1fff8b5fad"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "b2200898d79a7f1126d917515c40fef96b3f804e52145f60eedbf0d0ec0504ba"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm27xx-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "22221bc87169487fc51cf68dd4adb822e5a524b8281c34666f1dbfeef5df7963"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + model = "3B/3B+/3CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + { + model = "2B-1.2"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "bcm27xx/bcm2710"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + bcm2711 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-4 = { + device_packages = [ + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm27xx-bcm2711-rpi-4"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-bcm27xx-bcm2711-rpi-4-ext4-sysupgrade.img.gz"; + sha256 = "7300ead74815efe14d7cddba3169332f8db138b2421cb9d4bf17ba636f3096b7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz"; + sha256 = "5e810190471ef28695120fda568e488f5179793b616cd07b3c8a64527d26c36d"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz"; + sha256 = "de76e6cca549c88844d821de5ddba3a59c06780b29f82f0e04fdfc1c3079a225"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz"; + sha256 = "50cb7b4c81ffd0c4274ec65aa270c41049a5bdb9d85b921fb7e6695bb818edb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "4B/400/4CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "bcm27xx/bcm2711"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + bcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + linksys_e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-generic-linksys_e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-generic-linksys_e3000-v1-squashfs.bin"; + sha256 = "776546707c98b101aa7703b2f91bbc952c6fe5099691b9c4045c51757828c535"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3000-v1" + ]; + titles = [ + { + model = "E3000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + "linksys_wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-generic-linksys_wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-generic-linksys_wrt300n-v1.1-squashfs.bin"; + sha256 = "a6fdfd4921b179dc07849d69752cc17ddbc5505ac5b39135fd39d1c7245962df"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1.1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-generic-linksys_wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-generic-linksys_wrt310n-v1-squashfs.bin"; + sha256 = "ff30712ce96df5294f388ad3f8bce4f96d6f083a0b80af729e878b74c32f1b95"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v1" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-generic-linksys_wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-generic-linksys_wrt350n-v1-squashfs.bin"; + sha256 = "d5a8312bd11541229773236e2d6995ea5731cf397706c1e7cc2be52ba01020cd"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt350n-v1" + ]; + titles = [ + { + model = "WRT350N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-generic-linksys_wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-generic-linksys_wrt610n-v1-squashfs.bin"; + sha256 = "fceb698d06ddd5910a0cbbf554d8d4f9224b9649ce771d42d791c49d62333ebe"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v1" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-generic-linksys_wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-generic-linksys_wrt610n-v2-squashfs.bin"; + sha256 = "86c278d3b8ad89cba5a1879bc207b3cf45ca1250919de3fdc4784fa49cfbc2d1"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v2" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-generic-standard-squashfs.trx"; + sha256 = "a573e0e451b4c8b58d1f88b876c93e9709dfacc48851e718be3bda86332f00ab"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "bcm47xx/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-300g-squashfs.trx"; + sha256 = "9e2493e4db72993fac02e2424ea8017f4c1dc495d63c9a4a0e612c36be95533d"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-300g" + ]; + titles = [ + { + model = "WL-300g"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-320gp-squashfs.trx"; + sha256 = "798e77ba9dc1623cdc2210bf932420d91a587deeb696a7c6fdaa0c01cd595dfe"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-320gp" + ]; + titles = [ + { + model = "WL-320gP"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-330ge-squashfs.trx"; + sha256 = "5b7f89ac8919e19c651cc67de5dc819558e98cc3b90c63f16ced5a18f478198a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-330ge" + ]; + titles = [ + { + model = "WL-330gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-500gd-squashfs.trx"; + sha256 = "b143282aaa1da60fc628a8367adf7b611daf2268b2de1015e802844c8e714cff"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gd" + ]; + titles = [ + { + model = "WL-500g Deluxe"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-500gp-v1-squashfs.trx"; + sha256 = "040056afd8a8f622546e34733e019c966cb886d0d15cebd8b8263b913f74b12c"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v1" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx"; + sha256 = "29148d60125fe1bf3ae192505e7e3f3842837be10646edf20d8a7074f9b56176"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v2" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-500w-squashfs.trx"; + sha256 = "6f3b287a3f720be3bf271e14114e331f563ffc5e73d7aae3264d6eab0a90dacc"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500w" + ]; + titles = [ + { + model = "WL-500W"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-520gu-squashfs.trx"; + sha256 = "98da5c422bdb24abde2fe3cf9f98280fddc2b2707264547bcc69aedc88f72e79"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-520gu" + ]; + titles = [ + { + model = "WL-520gU"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-550ge-squashfs.trx"; + sha256 = "ee965e0cd2f355caf063566afe63763005d6f82a31b964819758aa855b045eeb"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-550ge" + ]; + titles = [ + { + model = "WL-550gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-asus_wl-hdd25-squashfs.trx"; + sha256 = "3850cc4843cff761cd86b930ca8255d81221ad711a6352cdd11e0d62e960ca42"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-hdd25" + ]; + titles = [ + { + model = "WL-HDD25"; + vendor = "ASUS"; + } + ]; + }; + dlink_dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-dlink_dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-dlink_dwl-3150-squashfs.bin"; + sha256 = "db6640eb983c500eb6239104fdcb21ca58f35aeee91a7df0de9c4d1f9b8d44f8"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dwl-3150" + ]; + titles = [ + { + model = "DWL-3150"; + vendor = "D-Link"; + } + ]; + }; + edimax_ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-edimax_ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-edimax_ps1208-mfg-squashfs.bin"; + sha256 = "7e595c0dda88f2418ff06c2d05d78b6156bed9e56d94d1ef875542402fe857ea"; + type = "bin"; + } + ]; + supported_devices = [ + "edimax,ps1208-mfg" + ]; + titles = [ + { + model = "PS-1208MFg"; + vendor = "Edimax"; + } + ]; + }; + huawei_e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-huawei_e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-huawei_e970-squashfs.bin"; + sha256 = "4e60d6a395656119762a55f34fde7ecfa26adc56591a7e626d1e55509fa1ef19"; + type = "bin"; + } + ]; + supported_devices = [ + "huawei,e970" + ]; + titles = [ + { + model = "E970"; + vendor = "Huawei"; + } + ]; + }; + linksys_wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt150n-squashfs.bin"; + sha256 = "657f2951a8d584af150b15200838748fe9a71c931a326b059d5fc37397309018"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt150n" + ]; + titles = [ + { + model = "WRT150N"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt160n-v1-squashfs.bin"; + sha256 = "31f8b861c4633052420c34bd94d57728ba8b579bdc247df37454628be2395c8c"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt160n-v1" + ]; + titles = [ + { + model = "WRT160N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.bin"; + sha256 = "b95e70e8692bb3c72644342cd31b27d514355a57c7bfa7d42536119c574df790"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.trx"; + sha256 = "f8b219afec6afea8fcc48c601bccb25546a8da25d14cb2959cf445e87cfc5879"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt54g-squashfs.bin"; + sha256 = "6f1246f467f656a3eeb7e8cad2619ef7988254d1c3a0392b1c6df5bfde06676e"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g" + ]; + titles = [ + { + model = "WRT54G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt54g3g-squashfs.bin"; + sha256 = "7845d62c532d74d26e5ebbc341b369fc227e76a2fc4b435539c33fcfa830d515"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g" + ]; + titles = [ + { + model = "WRT54G3G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt54g3g-em-squashfs.bin"; + sha256 = "2400e2e54c8a7f7e193b73e1d29c31a957a920bb34f59ddd2b7a2983f51589eb"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g-em" + ]; + titles = [ + { + model = "WRT54G3G-EM"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.bin"; + sha256 = "107a74822cfa7e08ebf83a679e4512b4c84b008e7a16f8e1f887f2a57625c24a"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "8cc7176a536af706cc7f636527efa47315b9eb47fafd98fc7edcc321005a9f74"; + type = "noheader"; + } + ]; + supported_devices = [ + "linksys,wrt54g3gv2-vf" + ]; + titles = [ + { + model = "WRT54G3GV2-VF"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt54gs-squashfs.bin"; + sha256 = "add61e6201322b84f870c6fdec48fc0a191be7ab856035c70e5ce8a6957f72a4"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v1/v2/v3"; + vendor = "Linksys"; + } + { + model = "WRT54G-TM"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrt54gs-v4-squashfs.bin"; + sha256 = "d4f65b77e5d10082c2e37624c05c7ab07579fc6b63b3012f52ac891bfe152f2f"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs-v4" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-linksys_wrtsl54gs-squashfs.bin"; + sha256 = "4543862874a3097d25df3c26d7e2dc138e874a90190bea18d0a340ae9e485bc9"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrtsl54gs" + ]; + titles = [ + { + model = "WRTSL54GS"; + vendor = "Linksys"; + } + ]; + }; + motorola_wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-motorola_wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-motorola_wa840g-squashfs.bin"; + sha256 = "9c2f79e9c2454d25bf805a975c1b96ac8096c3a4dd78c43250617b47380ff9c3"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wa840g" + ]; + titles = [ + { + model = "WA840G"; + vendor = "Motorola"; + } + ]; + }; + motorola_we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-motorola_we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-motorola_we800g-squashfs.bin"; + sha256 = "c09cdd7756c3ca365200be24abb46c2d4789d406cf8816f7696058da43e0fa31"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,we800g" + ]; + titles = [ + { + model = "WE800G"; + vendor = "Motorola"; + } + ]; + }; + motorola_wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-motorola_wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-motorola_wr850g-squashfs.bin"; + sha256 = "07e454f3f317e9b45a8154d25690d795e97c8b5cc3cedcb666639ca95cf9497a"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wr850g" + ]; + titles = [ + { + model = "WR850G"; + vendor = "Motorola"; + } + ]; + }; + netgear_wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-netgear_wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-netgear_wgr614-v8-squashfs.chk"; + sha256 = "391bd827f453af6fce5b97b3702ca714d4a788c67fd17dcbd4e0e3c374c112f1"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v8" + ]; + titles = [ + { + model = "WGR614"; + variant = "v8"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-netgear_wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-netgear_wgt634u-squashfs.bin"; + sha256 = "185dd98a506908d7490da2051fae336cbcb69e5ceda17303cc438ff2e550cbef"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,wgt634u" + ]; + titles = [ + { + model = "WGT634U"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-netgear_wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-netgear_wndr3300-v1-squashfs.chk"; + sha256 = "bf91814155a3368571af5aedd42d00bd49caa145af4eabe1c6a3a26ec806adce"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3300-v1" + ]; + titles = [ + { + model = "WNDR3300"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-netgear_wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-netgear_wnr834b-v2-squashfs.chk"; + sha256 = "a31be42a692c4577a006a6197feb904c85b8ea4e5b56923fe257d399b36c3175"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr834b-v2" + ]; + titles = [ + { + model = "WNR834B"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-standard-squashfs.trx"; + sha256 = "b4c213419499096726761b7dc1e1f63229c26d0675aa052fed54fbb96cf36cdd"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "ba84dc6334cc3ed5f36b143f4abfd943ad78d510614fb99e3566cdb7fc824753"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-gz" + ]; + titles = [ + { + title = "Image with gzipped kernel"; + } + ]; + }; + usrobotics_usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-legacy-usrobotics_usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-legacy-usrobotics_usr5461-squashfs.bin"; + sha256 = "a08859b6c274652734cf611e9aef7b0d58de13b5bbb1956cf5742b76dc092dff"; + type = "bin"; + } + ]; + supported_devices = [ + "usrobotics,usr5461" + ]; + titles = [ + { + model = "USR5461"; + vendor = "US Robotics"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "bcm47xx/legacy"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-ac53u-squashfs.trx"; + sha256 = "620dd686ffdda1054b212174037debc12e880a3ea1d52020207cb331910ff898"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac53u" + ]; + titles = [ + { + model = "RT-AC53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n10-squashfs.trx"; + sha256 = "ea31b13778e084ada572a85c1827bf17b0d9eb93918395a11f56e4e3f0dc3413"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10" + ]; + titles = [ + { + model = "RT-N10"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n10p-squashfs.trx"; + sha256 = "9f33e5b776464421b8113e879c103a1c67dcfca758fdb03baa3e61725bc1f7d1"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n10p-v2-squashfs.trx"; + sha256 = "4e89cd60699c2dda187d2b601eb09223278cdc3776c76fa14e07077d1d953498"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v2" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n10u-squashfs.trx"; + sha256 = "7d9463f0238e882340bf16d2e28af08614dfd7d02597849fbcfcf557c5a573da"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "A"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n10u-b-squashfs.trx"; + sha256 = "7d9463f0238e882340bf16d2e28af08614dfd7d02597849fbcfcf557c5a573da"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u-b" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "B"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n12-squashfs.trx"; + sha256 = "a84e5edd85c0bd1fb9c6713fbe525bc90cfd2f6595a41bfa8165e8ab8f3e5de0"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12" + ]; + titles = [ + { + model = "RT-N12"; + variant = "A1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n12-b1-squashfs.trx"; + sha256 = "34013624c834814dcaa91667d92ee15234aeb33e4f57d06f63b271eff9a557de"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-b1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n12-c1-squashfs.trx"; + sha256 = "0a69ba80127542c9ab433d7e9e1c9199925d4eb780e31c38c0ab00b0e6530de5"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-c1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "C1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n12-d1-squashfs.trx"; + sha256 = "31b7dda276ebc5404ee49317d7d0333586ee8bca198c60cea4f23a4a8c90f99a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-d1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "D1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n12hp-squashfs.trx"; + sha256 = "dbefb28442c38812f0de5569e9aafd7ed94ab1d8b877cd03f5fde2e82f5aeb18"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12hp" + ]; + titles = [ + { + model = "RT-N12HP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n14uhp-squashfs.trx"; + sha256 = "2f2925689d8e4e8fd02b78d6c7b35eb7ffed96ab091ef9ec784e074500d5d07b"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n14uhp" + ]; + titles = [ + { + model = "RT-N14UHP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n15u-squashfs.trx"; + sha256 = "01f3b5158b58598c192d818e87c351dfe1d5ef3600c3a4844ceb1a04baad9a95"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n15u" + ]; + titles = [ + { + model = "RT-N15U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n16-squashfs.trx"; + sha256 = "c6cc98756dcd8d1181957c6921f0217f3edec0a172534d1d275df0fc60b4fe5d"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n16" + ]; + titles = [ + { + model = "RT-N16"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n53-squashfs.trx"; + sha256 = "82c2e559da91e6bb2d1b6455c39a58dfb960557d436732b691fd218d3cdde8ad"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n53" + ]; + titles = [ + { + model = "RT-N53"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n66u-squashfs.trx"; + sha256 = "28d69c6b13e670dfeb9ee00b88d3dfaf8c5a04760ac9b9181a1644309b3c0985"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66u" + ]; + titles = [ + { + model = "RT-N66U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-asus_rt-n66w-squashfs.trx"; + sha256 = "28d69c6b13e670dfeb9ee00b88d3dfaf8c5a04760ac9b9181a1644309b3c0985"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66w" + ]; + titles = [ + { + model = "RT-N66W"; + vendor = "ASUS"; + } + ]; + }; + linksys_e1000 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e1000-squashfs.bin"; + sha256 = "e344d03b90a3ecf2fa361d46396f1f8f06d017dddd4b87e11b3542400675510e"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1000" + ]; + titles = [ + { + model = "E1000"; + variant = "v1/v2/v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e1200-v1-squashfs.bin"; + sha256 = "d1731d10fbd8d4cff01a2661f93e0b6707463a61b78bed2111bdad960e68a409"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v1" + ]; + titles = [ + { + model = "E1200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e1200-v2-squashfs.bin"; + sha256 = "0b7606b9fb26481eddb923c29ee14ce4093d159ce8bc9d94ce1a6a3e6c199fc6"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v2" + ]; + titles = [ + { + model = "E1200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e1500-v1-squashfs.bin"; + sha256 = "044c54e61310bb0ab8d5847ca5a26c2067dfdbefb168edb9091ab5829b21e3e4"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1500-v1" + ]; + titles = [ + { + model = "E1500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e1550-v1-squashfs.bin"; + sha256 = "fbc49d6bb8a8f18eecf06277285a395d5154a2b3b3a5964951e77eeab0ab0f29"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1550-v1" + ]; + titles = [ + { + model = "E1550"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e2000-v1-squashfs.bin"; + sha256 = "426c7c0a905ba313da2b710ed6db45accff0861db23ad16c01e8cae6f1a4d442"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2000-v1" + ]; + titles = [ + { + model = "E2000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e2500-v1-squashfs.bin"; + sha256 = "02cd5252403aef27e517800dbccea66e2bd470c77b1e3ae2557918fabb6a0da5"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v1" + ]; + titles = [ + { + model = "E2500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e2500-v2-squashfs.bin"; + sha256 = "b7b4e9c10701703ef7cb8348549ac11aafc7ecab0ce47a5f0640a334ba2af0a4"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2" + ]; + titles = [ + { + model = "E2500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + "linksys_e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e2500-v2.1-squashfs.bin"; + sha256 = "5fb3ceedae8fdfc5ac099c5b460296af93cc174b070c665b67e3b3593dff15ef"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2.1" + ]; + titles = [ + { + model = "E2500"; + variant = "v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e2500-v3-squashfs.bin"; + sha256 = "1b704f4a7b9aaa00bafdf11a0129165fb08b6240fbe459f3486e750fd5057621"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v3" + ]; + titles = [ + { + model = "E2500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e3200-v1-squashfs.bin"; + sha256 = "8b558da9a694727cf679583c9575f1463db423d5ce8eee5460c34e11ac322510"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3200-v1" + ]; + titles = [ + { + model = "E3200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e4200-v1-squashfs.bin"; + sha256 = "09260fd00bd170faa93998048f4e23d0a8230778ad0ad0cb2d710a855808efc1"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e4200-v1" + ]; + titles = [ + { + model = "E4200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-linksys_e900-v1-squashfs.bin"; + sha256 = "8e92b66e349eedba464b1dde78798da1b52e802c6a37e7f06d9b2f50e641019e"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e900-v1" + ]; + titles = [ + { + model = "E900"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-linksys_wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-linksys_wrt310n-v2-squashfs.bin"; + sha256 = "2faac1ca3d7d1fa74763577f6ffaf3612e667261f116e6621315af582fb6d939"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v2" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-linksys_wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-linksys_wrt320n-v1-squashfs.bin"; + sha256 = "a912544ad08f020d6c5b9493523ffb4f216dd81cc6c4251d34f2bbcc559a6168"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt320n-v1" + ]; + titles = [ + { + model = "WRT320N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-netgear_r6200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-netgear_r6200-v1-squashfs.chk"; + sha256 = "3601d21eee2b46b91a459966447c0aa5c8b0d2013cbe7caccffe1a01a9551697"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6200-v1" + ]; + titles = [ + { + model = "R6200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wgr614-v10-squashfs.chk"; + sha256 = "1e8a9927afbf340a09fcdf183602c158a5d2b683937b9393fd8e266afce74cad"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wgr614-v10-na-squashfs.chk"; + sha256 = "aa1877d92a2d50eba777c69c9096c8c57b9099825e382fe29f49bb45c34d70a9"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10-na" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wn2500rp-v1-squashfs.chk"; + sha256 = "0338840bdf1b37d1d549571fe8a1d8532f18c1288238b383a2f9de415b576f36"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn2500rp-v1" + ]; + titles = [ + { + model = "WN2500RP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wn3000rp-squashfs.chk"; + sha256 = "b102c8d02a8cec74c963bac9f2ad55ce8f84a9ccd0b360df815fb3f23c20c530"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn3000rp" + ]; + titles = [ + { + model = "WN3000RP"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wndr3400-v1-squashfs.chk"; + sha256 = "8e3489fcc2384651c496bcba76a1377ec57ecb8ddd689c28fbea84c8fce372a4"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v1" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wndr3400-v2-squashfs.chk"; + sha256 = "d9a626bad2f89079fd86b0ae093f535c8f6c837a7736186f9cc3f9766c69b7ff"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v2" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wndr3400-v3-squashfs.chk"; + sha256 = "1fc5bfd1d6e43fe013ac8ecfcd96da88de55de393695a78f52cf0508e6594031"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v3" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wndr3700-v3-squashfs.chk"; + sha256 = "b8a42c6e5251a16c53bbd50c1fc05517e33fcf2426c9a6acf5f1ede8b2624631"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v3" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wndr4000-squashfs.chk"; + sha256 = "14a75f4b92e69482b14089972d368ae78df81ba984e46897bf3bc4c8e656bf67"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr4000" + ]; + titles = [ + { + model = "WNDR4000"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wnr1000-v3-squashfs.chk"; + sha256 = "ce2c2a6c98bcc261cdd3d8deef830f6a2ccb394b4eeb1797863737057239c7c3"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr1000-v3" + ]; + titles = [ + { + model = "WNR1000"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2000v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wnr2000v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wnr2000v2-squashfs.chk"; + sha256 = "5673f030d6833539ad4c8cbe580a9894871c3ae8dae12e2b33483e0c4b5de8bf"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr2000v2" + ]; + titles = [ + { + model = "WNR2000"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wnr3500-v2-squashfs.chk"; + sha256 = "df4b497875b9153f1a1056aa4501e3cc1cd001010640c10edc7d4efde2a6650b"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500-v2" + ]; + titles = [ + { + model = "WNR3500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wnr3500l-v1-squashfs.chk"; + sha256 = "9267d2be665879ae942559cb5d50c8e28c5324711a4bf16f539e353ec3844b4f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (ROW)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wnr3500l-v1-na-squashfs.chk"; + sha256 = "72364b56badf3c4496669929424276955b238a944c17663f62e6ac9c9fe383fb"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1-na" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-netgear_wnr3500l-v2-squashfs.chk"; + sha256 = "a8d42bb0d143952100c7a967e641b569bd69f2a0c0afd95b7721269e25711da8"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v2" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "00929188b5c3f9536103dd179840087f8a0b9a1127d86e0c58d4c5462a9b0cc7"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "8d4d2eff1c45c6e8005ebd3c30e78c019aec7b6fd902b1bae0860053cdf7e93c"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-nodictionarylzma" + ]; + titles = [ + { + title = "Image with LZMA compressed kernel matching CFE decompressor"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "bcm47xx/mips74k"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + bcm4908 = { + generic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm4908img" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "fdt-utils" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_gt-ac5300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm4908-generic-asus_gt-ac5300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm4908-generic-asus_gt-ac5300-squashfs.bin"; + sha256 = "16e292448b7187ba640abc800a8ed2e52372f606d26630ec9acfbed78673747e"; + type = "bin"; + } + ]; + supported_devices = [ + "asus,gt-ac5300" + ]; + titles = [ + { + model = "GT-AC5300"; + vendor = "Asus"; + } + ]; + }; + netgear_r8000p = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm4908-generic-netgear_r8000p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm4908-generic-netgear_r8000p-squashfs.bin"; + sha256 = "1ce85e45b8005972fd600e8a3e83aa48ae098b021bbe4987f85b3895eb4bc68e"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,r8000p" + ]; + titles = [ + { + model = "R8000P"; + vendor = "Netgear"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "bcm4908/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "osafeloader" + "oseama" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac56u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-asus_rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-asus_rt-ac56u-squashfs.trx"; + sha256 = "462df7ea4c9b22651e4efcb88a2f53119f4de4d78ddac95b7e3b634d788b772c"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac56u" + ]; + titles = [ + { + model = "RT-AC56U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-asus_rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-asus_rt-ac68u-squashfs.trx"; + sha256 = "a66f4c97562839a2ed9a0ba21a2cb28a14fdd1c9680cb290193a257946b00f6c"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac68u" + ]; + titles = [ + { + model = "RT-AC68U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-asus_rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-asus_rt-ac87u-squashfs.trx"; + sha256 = "d11d4f282cf9b5461d40ec9dfc5149c8ab35b7bbe78b969414275250b7af4d0b"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac87u" + ]; + titles = [ + { + model = "RT-AC87U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-asus_rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-asus_rt-n18u-squashfs.trx"; + sha256 = "b0f5ac660b8a8f3501e771f13a8653ae2407973877b2d5ba796c40ebb1c5fc78"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n18u" + ]; + titles = [ + { + model = "RT-N18U"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-buffalo_wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-buffalo_wxr-1900dhp-squashfs.trx"; + sha256 = "32e71c47ba5179ced81337146d4452f932f4317e82b72598f8b16a3c1bf168a8"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wxr-1900dhp" + ]; + titles = [ + { + model = "WXR-1900DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-1750dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-buffalo_wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-buffalo_wzr-1750dhp-squashfs.trx"; + sha256 = "cd67b9cf1fa74c240c8357cfea0fde6d779737831445f1f73594a6b52405c605"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-1750dhp" + ]; + titles = [ + { + model = "WZR-1750DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-buffalo_wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-buffalo_wzr-600dhp2-squashfs.trx"; + sha256 = "dd20f76ace2178b462e82c58d5477e3dba493561d6fdfa6ee8a2b023454ba9e6"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp2" + ]; + titles = [ + { + model = "WZR-600DHP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-900dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-buffalo_wzr-900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP2-JP.bin"; + sha256 = "da4483c48e3c873906094fec7e1996651ac190eb3b803c09f682dffed41dc32e"; + type = "factory-DHP2-JP"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP-EU.bin"; + sha256 = "831983f0a37be2d8f549f66842a1309a003bb38f064e9739f7504082b1a16f00"; + type = "factory-DHP-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.trx"; + sha256 = "321e1b41623e52d41a32aeae0432bf27f2d7465c338e9a7dccf00144db58592f"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-900dhp" + ]; + titles = [ + { + model = "WZR-900DHP"; + vendor = "Buffalo"; + } + ]; + }; + dlink_dir-885l = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-dlink_dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-dlink_dir-885l-squashfs.bin"; + sha256 = "fc4136c311fff326c688115bc7c2350e567de90d5f05cca01b09b0c7ed614739"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dir-885l" + ]; + titles = [ + { + model = "DIR-885L"; + vendor = "D-Link"; + } + ]; + }; + linksys_ea6300-v1 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-linksys_ea6300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-linksys_ea6300-v1-squashfs.trx"; + sha256 = "3e70d68d5f08fb3e5ddecca0ae8b74d99ebbba08db6bb9853cef5018c51f8036"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6300-v1" + ]; + titles = [ + { + model = "EA6300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6500-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-linksys_ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-linksys_ea6500-v2-squashfs.trx"; + sha256 = "594184c7d17b8943fb7a97ad4f4576fcfeff1b075e46d08df15f9c62836374c9"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6500-v2" + ]; + titles = [ + { + model = "EA6500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9200 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-linksys_ea9200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-linksys_ea9200-squashfs.trx"; + sha256 = "580746aec385a1d6dba608890d0d6ffbf3a2af80f2429e231018f02ea1f3ec38"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9200" + ]; + titles = [ + { + model = "EA9200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9500 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-linksys_ea9500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-linksys_ea9500-squashfs.trx"; + sha256 = "a5bb9cc4c61d39acb3f99b65962771aa4b4cb8e4f79f4c62be02bb5fdfb87201"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9500" + ]; + titles = [ + { + model = "EA9500"; + vendor = "Linksys"; + } + ]; + }; + luxul_abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-luxul_abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-luxul_abr-4500-squashfs.lxl"; + sha256 = "2b7e18ae47e4d3ab53df0a2cc4035677076a640e59a9873dd9df0220bb93e3aa"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,abr-4500" + ]; + titles = [ + { + model = "ABR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xap-1610 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-luxul_xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-luxul_xap-1610-squashfs.lxl"; + sha256 = "52345195fac36f56a95356f0b60d6fa1a0404b0f6757cba2d485aad2c52a2f3b"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xap-1610" + ]; + titles = [ + { + model = "XAP-1610"; + vendor = "Luxul"; + } + ]; + }; + luxul_xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-luxul_xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-luxul_xbr-4500-squashfs.lxl"; + sha256 = "17be3a40cecbdce5505e479c0ea860cd2f64d12d4847123c42f70b7493267765"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xbr-4500" + ]; + titles = [ + { + model = "XBR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xwr-3150 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-luxul_xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-luxul_xwr-3150-squashfs.lxl"; + sha256 = "1dfe0b8c69dde2bb9fd7f83ea0e8ff82cc9956ca43574c71c0fd48b74e609722"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xwr-3150" + ]; + titles = [ + { + model = "XWR-3150"; + vendor = "Luxul"; + } + ]; + }; + meraki_mr32 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-i2c-bcm-iproc" + "kmod-i2c-gpio" + "kmod-eeprom-at24" + "kmod-leds-pwm" + "kmod-hwmon-ina2xx" + "kmod-bluetooth" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-meraki_mr32"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-meraki_mr32-squashfs.sysupgrade.bin"; + sha256 = "29c39fb7d2afa951914dc076057b7bed9ef748b9b4f0cf58a82d0df7a8f77d44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr32" + ]; + titles = [ + { + model = "MR32"; + vendor = "Meraki"; + } + ]; + }; + netgear_r6250 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-netgear_r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-netgear_r6250-squashfs.chk"; + sha256 = "ba257614f02f5be294a781c7b4b6c788691c05ef296c80bf955320e5d45a4be6"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6250" + ]; + titles = [ + { + model = "R6250"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6300-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-netgear_r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-netgear_r6300-v2-squashfs.chk"; + sha256 = "e0c45ccd76db5a4300e161ee61c2d443799046ea5096ecc6e0ec15e618b7e79f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6300-v2" + ]; + titles = [ + { + model = "R6300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-netgear_r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-netgear_r7000-squashfs.chk"; + sha256 = "2df3fb6159dce23beb26382cb21f190f6fa64ddb45f67c399c53d4a0652c10be"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7000" + ]; + titles = [ + { + model = "R7000"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7900 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-netgear_r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-netgear_r7900-squashfs.chk"; + sha256 = "34c6abb553171549fdc580211fc66bdb14d5f50f3dd46cd3c682287a28def770"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7900" + ]; + titles = [ + { + model = "R7900"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r8000 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-netgear_r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-netgear_r8000-squashfs.chk"; + sha256 = "70130b06d2372a733e2e665afa73caab1946dd753fcd6d813dabfaff7710b36c"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r8000" + ]; + titles = [ + { + model = "R8000"; + vendor = "NETGEAR"; + } + ]; + }; + phicomm_k3 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-phicomm_k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-phicomm_k3-squashfs.trx"; + sha256 = "091123b1ab9e5e89c8ff447118a091fa238e9eac954b5f627c981e0e82913313"; + type = "trx"; + } + ]; + supported_devices = [ + "phicomm,k3" + ]; + titles = [ + { + model = "K3"; + vendor = "PHICOMM"; + } + ]; + }; + smartrg_sr400ac = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-smartrg_sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-smartrg_sr400ac-squashfs.trx"; + sha256 = "99150b28e77a38b6f374e4c4f1cea9b80274f83c252d7e33bfdaecfa3581c003"; + type = "trx"; + } + ]; + supported_devices = [ + "smartrg,sr400ac" + ]; + titles = [ + { + model = "SR400ac"; + vendor = "SmartRG"; + } + ]; + }; + tenda_ac9 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm53xx-generic-tenda_ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm53xx-generic-tenda_ac9-squashfs.trx"; + sha256 = "4eb550bb176f63f5fa685f0676d06e08e4de5e31f56b8b9fd3ca1e3fe9186a94"; + type = "trx"; + } + ]; + supported_devices = [ + "tenda,ac9" + ]; + titles = [ + { + model = "AC9"; + vendor = "Tenda"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "bcm53xx/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + bcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "a2198c8e08c5a771483ff7fb9ee03ddfad3e368249b86296d1b4c40c750c6298"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-adb_a4001n-squashfs-cfe.bin"; + sha256 = "431305caea39919cc42ae3477b7f0a222ad941178cf3ec44620f794bf57ffa93"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "d86ddb645d23cd776f8000a6adad21cad02672a3d9c1f46a28bb273741f7fdd5"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "27e27db6762fd1cda7fbeabd275b8e991addf541eed474e7cc018589f2072809"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-adb_av4202n-squashfs-cfe.bin"; + sha256 = "45600e99abd7424f3b3c98abdfd766aa9f8160c82edf10bb0a0b3ed5b6f0155a"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "21100fa219cc22d19676e8855a2a97dd65bb25a6e940fef6865c9731b3b48541"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "d8261c55a91a75459a94638916b0db7955c45a6be78b3f53e9122ca3c0c9e3f5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "6d04f61de3fdac2547bc3e99ad6f77bcc946affa9bd1862d91d963a50d8ee3f6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "a26466227744355e02dc25a8f565e3c8de61bb268aa6e00dd3abcea14fdcf272"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "65d5d7e4e7d6eee3b43bed071f5ccaa56588dd128d94ac3e158fb501646118cc"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "5a61b2b5e71f899dbdd22d9b4c36b02a075f5d00cd7480fc995ef459bb927f9b"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "690f427c58e8832b55803e01470f3743e6b4df41a8737fe81e721df6142c3db7"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "5a61b2b5e71f899dbdd22d9b4c36b02a075f5d00cd7480fc995ef459bb927f9b"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "c612d5f79ff9ca6b87503b9339cb864a9213f663d361c49946fb8462d8f8bd8a"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "c612d5f79ff9ca6b87503b9339cb864a9213f663d361c49946fb8462d8f8bd8a"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "e88077fba08b5226392f98528832789356f5e65de56b23485857649ea2c4d9c2"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "c080fe1ec674993619b493bf77b63820c78424a00d0321288c2152f153a7bc73"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "56cd4c9ca2f32235af003d40a9c22504c0e89c0e7cadabc3d0556cfc00da9bd0"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "e5a64960bafc8481bbef0f0a6770581c9e5b9b835cffe4b1b73460f367ca7937"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "026be467c3d460364e2da12b09e8e5b8f6ac07bbf971a475a153d89839427002"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "b0b484e85d40dad71f4f1cfec2a33fa4b0f7ad713621091e35fcc29d2628fd24"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "aa2a23b421b859f3e9587b08225c3d4efc8e0f049ab454dbf79f53110e80a037"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "BT"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "6fdbd30e68518bdb118ab9480b53506d3e448ba438c351ca39215d67c51d4f6d"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "6cb6eb388a7dd8168e5e701467516db9f3ee159f571c3e99b05cdf48c60d299b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "eb7afddb6c72dc62faadd789cd185d31a59fee414a33ee758c80370aa645c903"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "d549b80dee50ae4cf49c45767fbe7beb31993b39cd42da4348ba0f47d82d5a84"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "13db6a6305590d1dd3711b1117a2460345fe753f117135b74d6229804aa387a9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "7a6b479348a2ba52ab134bd49cdc277ab49b69f873765bb579485f1e4c869a71"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "2074a58023cbb824046a92f5635009f7c8b63b7be29ca574cc8b04407c55e06c"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "b0c22817c7431f72ad4070c8d2fd59dfbb24dcbec3c2d66f2c84f6156baddac9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "58738c4f643fb9dc896ecc256d51d851a8f97763ddc79a506a48a42566b79abf"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "3f8f54582c6256d5fb54a231ef264fe15dc5d32d638be87602aa79beb9a2dc5f"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "5f2d6332e1a1b2d69978f5f5c1d25641295d3001e9511700c8b6a00a27a31a7f"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "8d195bc1095159d2296c892324eb26b18d7fc773d1e00f62d879640f05261ed8"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "a29812aa4f2d674733f0dbcc211078ca5104d485c5fc64038f50dd9ee2aad4c8"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "e34808c17cebbc0eb51a040a0143a515251d0623f9f4f766a4b7bd659d577da7"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "c4c58c62879ff83e2d22a188411c67a7c992e922610c5044e0dcfe5bff9a7c08"; + type = "cfe-AU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "227b1dd3d6dfc5c96ebbe0be509b3fdae4e2560aef0dbc49334eff1715b31c7b"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "227b1dd3d6dfc5c96ebbe0be509b3fdae4e2560aef0dbc49334eff1715b31c7b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "7d9e2e476ed9f9cc42f28ca8425e75ef48657737b03395c5337c0194ab0dc3b3"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "9829eba4437246b3dcf16817d4213dd0b119fadffef6a259995d3df139533b98"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "95a27dd370e4146cb00b199f7bcd9ce6e9b8cdf8c4169aecece952a6e8f57cfa"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "7ac97ccea11df33ca63220c4a3a2abeda054d50400a51d6b1bb7b9193b0d15e1"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "64b5d5a32a0500c39530af4a4313cce600079aa0e4dc0a917c4c939530498bfc"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "1523e1ebbd7ae2015cd5e3e878dd2fa8050338221e40135d13cc06af2ab609fb"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "fb645eca8e4f3ac7a35f8d2b33301f3191501187c5c40b2c962f945921c97e30"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "63c3c29971ab3832caedf12cbc908d5e1108904d5a0f6bb60aef6a6ca994750f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "ccf918784822d4bc05322fe480ede4d1c0d1ef01f7914f09e3f44778edd1fa07"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "fffa5838b6b02232f42c79dc4f1bc37585b0c0958f47f62bd2853cb663ad3398"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "df357c53e0965a778117ae6f176ab58e4c82c9fcdc5e808c6e9a5e89d5b3fd10"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "bbe5cc2bd57269b53fa0655fde3855db70f442bc0b7cacc9181927bf3dfa7db4"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "f17f747539c8adbd1b12437d894bf5833d5e9a5800607b69d5d8d9b5c159e7c5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "6804bcb0f5d59212f056cddbc68121aa2aa44a36e96a44ae0f64bea114f7e81c"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "743f35b6b7da70e020efe3dc507d0deffaf4674ca44df6f987c88c99a8223c08"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-netgear_evg2000-squashfs-factory.chk"; + sha256 = "1c12ef49c3d537e5c623b4a264e76b402b45e97a72f315992d9a62e7dc62d49e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "7e982c52e3bd8351c5aa41e3a0804141089e7b25f59614398bcf782c34af45e7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "72e410d241b01cb8218f1b1cf580d36c55ceb9646e655316babe36c9a6776e86"; + type = "cfe"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "e93d3540b38aceda5f9135aca38d9746fd79eee0db6ac113ea5f5bb914dd2d73"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "e4a13a93f7a40d6840ae7e030ceffa60eeee8844a316c53ca542a6ea23e938ea"; + type = "cfe"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "b9b03f488abb744a1a0bd5ab41dec415e341a4eae24b5a2d55985b097f4c6f4d"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "724d5b536e71763f904934f8f1ad14212832cf615b5b7509280b6d658486a271"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "79b0c8536199c059ab513bc0d216bd20eb758bff0cae61b01cbf5f219094fcd9"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "def09978da0f1dea5f8fc4f941909806bd5c4673689102f6149fe8a1c55ef9ec"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "65310a0b77e77e6f7b1ce17ad61172657cc686ecbc271e4a7bb738b7837f8a9d"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "bb00aacd481c26d06671c9b62adeff3cd0e6b5d39162367d1e90f22256685597"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "d5b99a17969a5830b36a874a641a5ecefd52ac3668a7ad6a90957103880c262b"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "651530be4fa51c3e8aefef9b19b6d8f53bc5335bdccab27433e4afc8cd5954df"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "9e56ac151b61eff4e7262e73ce0ed0a0c1522d2e1e0135a79de3ef906df4d8c5"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "5a320c6222593101323568556e692f28c78e9daf3b946dd78a05bc2dc10bff16"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "00b9e6893f631b45c185c21151541338844ea2d7866d263d28e13f7f674c7c5d"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-sky_sr102-squashfs-cfe.bin"; + sha256 = "dadafa511840ba2bb1691a51efd9b535f57e4df95bfe94b10b2fb5a252be4400"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "e749dc5bcc37df51071b714519838f9b0581c0c0557ac1692142b9d8476e09ba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "760cea2ba6a06f228a7f5caf53bf0d3c9913c82bfad7814acd5d5694469dbd85"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "ce31b3d87a16ec5e74677abbb30ff8b28af438c4324e1cc2f3f8a3bbd0aee8ca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "21d071d7e4b640d14c9568665b6329c402068552da4f8e9438d3d1e1a5111a9b"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "be8dfa1fa63e7ebe2f15dcccedc449fe430d4d4f7f4ba92029d2d7404f672656"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "50286866ac46c11e5c9455d9ebb7c91ffe5cf7e19e7130c20b126f9fc1f46033"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-generic-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-generic-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "2ca89b0f47b53d4f3327492daced867bb4dbfd6c35dc81a1830d2ee109df75b0"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "bcm63xx/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "e1e7afdf132fd7bbfc28b59b9f205cbbb8ec326b66cb695658c23c2b0142ab0c"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-adb_a4001n-squashfs-cfe.bin"; + sha256 = "b52cf2d3a84b1ecc77fe5add53dbe071afdc0dff085165d4e4cbd570499f13ae"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "508f0b518f71785faff5f200a093b142982be0371fa3a8539407eb3b5ec4bce7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "a95095e1debf9085afac2bb5d526d45c530de87c398817f29441570e3bd8692f"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-adb_av4202n-squashfs-cfe.bin"; + sha256 = "fc19103badc16323136a1ca9c8803f801ff4c5c9bdfbba26961290bd7aa718ad"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "c7c152e3c199f404498effee8b0b0d215b44bd334eba9b58ac0650a1d0dd7856"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "26a318675db9ed342516bd795fcb5d3e028be556ca578870fbf59ce3faaa8d27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "f6531ce6dd998cdb4ab232975e3a8e41bbb8cfe095f47a2be5e8f22051f22cb2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "c86fca0e5de67aa8c0a7598600a57a90dd135843ebaf39827a8061cfe42e8f47"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "3dd70c0e6d222526128e316b94f43866b4dbac82b3789bdb5034fd1c39e6120b"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "72f99f95171f829c2fdc24afd0ec41dfabd773b4e043a8215959fd56a822c8af"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "72f99f95171f829c2fdc24afd0ec41dfabd773b4e043a8215959fd56a822c8af"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "26592818a82085a6c6f263ee17b16d681ea9b1df5d4dea3f86c9a1c998bab27f"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "bcf73fc59fad5e9994be0526551afc3b3526097230114957e250efc0b677f799"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "c8c770c787fd5001fea36fa0761daa9b865879b2f268ffc5c57b98d5690221ab"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "c8c770c787fd5001fea36fa0761daa9b865879b2f268ffc5c57b98d5690221ab"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "0104df836447d51b94441742fe16baff8291e41d39638575a0ab996041770af0"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "a97a498eacc64134352b6f93dcca77c1ac4b6b93db43876ae50183bdb195b9e8"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "5fccf3d694cd883a58945b35d69f43ea6275dc5af813cf6ba08db6e8daadac1f"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "e2a05fa6723238af745a83cc2a427a13f3244e3d096a3470f9bac4adfb1030cc"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "96e09cb1c938e199e33774e5e92e7c5488aa4bcd26d68e89c2cc064c1e12d88d"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "3c034b846c235ebbfb422b685d5c41066e6afc747d477b516d3af0606d103386"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "BT"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "fa837f2ce5af306b11e6e7f8e4beecb558706c1bf98f06022e1cf7d3909d5e59"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "1bfa194c4930fe72409eb65bee4a6dd615f2bc81e322bcbb578e6805e881d0b3"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "b0bb1e702010e54f20b90fb36855be7b6198512b71f89280a21d2de33ad8da40"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "271ad537f001185c10df368b5fac0f776c43f346c9868836ce70f6c3ded513ed"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "d34a190f88076d8c28838f65e90cb24b4f91cb2c1bd955fcf30cef6b69c32b82"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "9d0ccc1643a23318e2d6d548d2e32ab3a7364d358578da69b375d06881125982"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "f3aace2da7d253fb3bc1a56e5d07bdcc0cc4a22b8498434433f395f8580ec8fa"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vg-8050 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-comtrend_vg-8050"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-comtrend_vg-8050-squashfs-cfe.bin"; + sha256 = "561c421a1d5130a09421b61c82377a9b059b58f1895ac92198662d0553aa3ac6"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-comtrend_vg-8050-squashfs-sysupgrade.bin"; + sha256 = "d0c6f71be3164c2eeb7377a38c9f84e2c6823c1029e7e1ade1eb2cd74634ff6f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vg-8050" + ]; + titles = [ + { + model = "VG-8050"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "612de200230e847921c3d2748008c0e22535def2e794110ade0d8c57d04ffb14"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "3b498baf12d59e51041275d972909ab26a64178dac0e74ab357542c4ed020625"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "0036dc7e0c64bb3a0288f2d1a938ac482703b9831bbb00d4785f7b939076279c"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "ca12ea4a4b59f7c74eabb1f6e18b839209d61a7d17a5960c7c996c05776ab976"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3032u = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-comtrend_vr-3032u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-comtrend_vr-3032u-squashfs-sysupgrade.bin"; + sha256 = "34c006c0cf699c4180c45bcd2c0e457afe2928c1767eb3e8e04ae1031d100ae0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-comtrend_vr-3032u-squashfs-cfe.bin"; + sha256 = "c4fb50b6ef93ec782661f651b1a362d606771b8f8d3119fe39763218b21d78f6"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3032u" + ]; + titles = [ + { + model = "VR-3032u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "ca5357adfb808dc59739c610c3d0ff882c9c5a28d147e0b6191025de02f14161"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "8c5c054d4aee961632a8dffcd3774f9ef25c0367e5f2ea35a2f5a77dbe525084"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "749da5f26b685dff30337e4b63fb524313c1a3847cf28e6311b1c5f3eb6f716b"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "17d8a45cedb8713df2e3cae132a0da9d43bbf868c825ecc3e7ba10c8e8b4eb5c"; + type = "cfe-EU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "c5c783fe3852a2ddfe0846907e2c67f55e0fb02a8cf6b93f73dd563325909ece"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "c5c783fe3852a2ddfe0846907e2c67f55e0fb02a8cf6b93f73dd563325909ece"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "e62ab4959d2849bee8fa59a1cba4f38f4331ecb076fc4910295ac72a5812d965"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "bfffb5bf1fdfbc1434170efe86a59b4b1f64ed6a5732d8a88c04cae7d9962bd5"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "87820cdf3b7efd993afb36ef72e3d22263880174f46c034ff60927ad18e0dc96"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "1fbfc94f8d054193f91d02064dae47d01b2732cabb5dd63b0fa45d2ce0ab4dfd"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "08f4eb5d734644b80040a5b7494bb1cd94ca1402f79b62d9bd364374abd9d320"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "b2be743e7c0d31856392842e46a3cdd720dd4653425ee4c215d83990015608ff"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "f816a84f28e0443e3df36746a10ce55f842cf00d7d08ce04d85463ec350c5df8"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "e1cd30027475ff7f1b630dbb279aca2134093bec03cb890cd3047cfbffcbb6f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "48314bf0a6d4a078aa728d5eada2c47bf9c7bc72a139afedefe1bb478b5109b2"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + huawei_hg253s-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-huawei_hg253s-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-huawei_hg253s-v2-squashfs-flash.bin"; + sha256 = "84f33710f58907c434dc5356a71bcd02bb896261717432e0a330830991d2487e"; + type = "flash"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-huawei_hg253s-v2-squashfs-sysupgrade.bin"; + sha256 = "047f0f13a4d7468c28a028419b175afd1a70840eb8a324e90cf0f73173e1e5dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg253s-v2" + ]; + titles = [ + { + model = "HG253s"; + variant = "v2"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "3db0e1b5e752bc2641558decd1cb8d64e93b50ff85d4eafbd3af0b318f4114e3"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "ddbc94641430da7125f4a710f65ebecfc3b1a270bed977c13fb1dd81d2ab0ee7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "95f0151db05854c57fb71d83cf6bddf29b7f0507154a36912c6fb0802fa8bb0b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3700-v2 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-netgear_dgnd3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-cfe.bin"; + sha256 = "80d4df84b153dc0280ca37bba401dcc9672f72e1537982ebdd4c25e84f153538"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-sysupgrade.bin"; + sha256 = "263cc86d8e57d873033d4e76bbb4f11a79925d865605995f9c46149058df4422"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v2" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "b86c7cf9cdb62249317efe7c310d31d4d52718adcc90b50513261da3258d94cf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "b845fe454007bf6a0d7468204bf62dbe1ca149eba5bb86dfa9afdd0b250b7b3b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-netgear_evg2000-squashfs-factory.chk"; + sha256 = "ac449945b9dbf9f07b75b4132d01b6eea503d87e9108251c6ddefa943a751cf8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "be3b19b1696250a14550dbc06ad4ae9beb586773e6cb99a933062ef305bbcda8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "0415be5a8a0a8b0b8d8f2132f0d24e2bf7825aeb2a83ace44caea7685faabce8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "961168301aa42cc1a9929a506468f1f581e0b8e9bead617bc254e596e081b9f1"; + type = "cfe"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "953dd8aa1408ab5210657689a883c6a3ca621e2cb99967037d305be223506844"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "2aa336f9bbbe0af8518244d431e740fe922ee1ded7ead0f43e1b666400cdf960"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "841b6b71585c70f4ab640b86aad5dbaace8204a1860a4495d1c85655be5e0446"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "2f1693a754fd9ee80d984664ed37ee5760922954ef258b657fe359793df58921"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "e572be5f27ea903afe9eabc7e335b2cadfb7f241d59ee4d689c030bc6868e197"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "c5a63d2c7738214254616de2201c6d305a81440ac7b8920665f4531f3363d06c"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "aec281ec7f6f7fca386fd6bb0a7326055defd1d53b4f338a9b5c9e22cb918c4f"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "5aaedd2396eecc8687a043fb0f7387445f8e93eac1092a4f73eff860157b55ab"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "ef8ac2e1cfbc31c4cb9d1ba26843814a528dde10a6feff6f81a1bda7887c2348"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-sercomm_ad1018"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-sercomm_ad1018-squashfs-sysupgrade.bin"; + sha256 = "5e1af29d07d3a2b032c479e1330e2e95ea0c9ff1e64a955696fa02ac23eea5b3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-sercomm_ad1018-squashfs-factory.img"; + sha256 = "3e8d8b1c7bb7f28cdfb1f01d0d6310e18e50b39d98a75ba0f66198b42b0363b2"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,ad1018" + ]; + titles = [ + { + model = "AD1018"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "e3b28d522ca02e64cae1b38d1506fdec5b425b376bf2281bb34823ef56213fdc"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-lowi = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-sercomm_h500-s-lowi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-factory.img"; + sha256 = "cb54b34a9297621e55c1776a374cf6105f2b119bb08c412e5a37d3ca537f9d06"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-sysupgrade.bin"; + sha256 = "dbe067ec2de74b5e64a0c6a6ef8e29cfb442e41f99f3b105578e6b49279ded13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-lowi" + ]; + titles = [ + { + model = "H500-s"; + variant = "lowi"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-vfes = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-sercomm_h500-s-vfes"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-sysupgrade.bin"; + sha256 = "b178362afaee5ca36d52110097c5d51d9e1cc998d702345e61032e692d92881e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-factory.img"; + sha256 = "b85050a055976206f2a15eeae4491f4a797a4becdc110214d65264884fc302b2"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,h500-s-vfes" + ]; + titles = [ + { + model = "H500-s"; + variant = "vfes"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "1b18317c68ea4c4fcb03a0bbc83ce7eaab41f9da6bcaee31bcf300129584374b"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "9442f0555a9981151cc36d15e596a0274aa7fe9d3cba96a4b5bad15dd4788798"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "9fdbd2d9a970dc7a6007c65d3c38db1ed5d43f9092fb0b26bd7dc5c02d11fac6"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-sky_sr102-squashfs-cfe.bin"; + sha256 = "1e934400c1a4f72980424c836dca14c2cc850375ca9000e8228be3551f5d24ae"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "26b54362bc84a60ab359a0e25330c147a57cedb274940bd2a52cf8ffd9f807ed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "db8bfe14fff36a1d5c188233a2f835e7bcf6d6b06fec0aa3016777f6b15ecb24"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "cc9bfae028a9d3340649663a28584aa93bfbe7bc37fb5deec57f78f1f1cd53d5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "ea85fb59642a4ed0cacd12dfcd6a94a6ccb450d35468fb3d94c815c1ad2169d7"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "bd2552a77f57df8da28ad8585a8a1d5891d701e69cfa5792328a5777df6aba55"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "714431f90c6c2a82541eabdeb041f3f1600a0d17de82e5e14088800854ac8ba0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-bcm63xx-smp-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-bcm63xx-smp-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "912bfa32fc0413d04c847dba5a8196e116c4e5a4785be8d2b6d3c698e64bdd50"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "bcm63xx/smp"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.4-gemini-dlink_dir-685"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "0ff3a1ce157df21c3aebed11ba7d7f73a0060dd86ade66626577fd79ce2c9f5a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "e50b1c7955b21a63addf5e0fa4c9dd41a23001163d33cef1ca6626563e6a9dc5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + model = "DIR-685 Xtreme N Storage Router"; + vendor = "D-Link"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.4-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "79174d79c9d9d292edfb83b0b16234777d37d82d6e402e99540dc55d5b2507e2"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + model = "DNS-313 1-Bay Network Storage Enclosure"; + vendor = "D-Link"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-21.02.4-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "b91da909169a1b7f3cfb17d3e63175bb6486e6233dd24fee62d695eb276a91f2"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + model = "Square One SQ201"; + vendor = "ITian"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.4-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "45fac585db2e7cd07f3887d0375bb0feba8480e10f14278adabcad5b7ba330da"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + model = "NAS IB-4220-B"; + vendor = "Raidsonic"; + } + ]; + }; + storlink_sl93512r = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.4-gemini-storlink_sl93512r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-gemini-storlink_sl93512r-squashfs-factory.bin"; + sha256 = "c66b75c1678d579ccc0db5867f13307f8a63c4457d27fad26557f07241143596"; + type = "factory"; + } + ]; + supported_devices = [ + "storlink,sl93512r" + ]; + titles = [ + { + model = "SL93512r"; + vendor = "StorLink"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "gemini/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + imx6 = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-21.02.4-imx6-apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-imx6-apalis-squashfs.sysupgrade.bin"; + sha256 = "9c0d3acce7a5887ac3c5b79afc20c94662a4452ff08bb43cf3ca00a30ec15d9c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-imx6-apalis-squashfs.combined.bin"; + sha256 = "a5a9c1cd59098299bd25d85e87efbe80d317202209f7c075629660bacc1c599f"; + type = "combined"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + model = "Apalis family"; + vendor = "Toradex"; + } + ]; + }; + cubox = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.4-imx6-cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-imx6-cubox-i-squashfs-combined.bin"; + sha256 = "869a499c93aa2b34b07c0d9f6e994c64f038f2c1366048b2d5720453ee82b4f0"; + type = "combined"; + } + ]; + supported_devices = [ + "cubox-i" + ]; + titles = [ + { + model = "CuBox-i"; + vendor = "SolidRun"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-21.02.4-imx6-ventana"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-imx6-ventana-squashfs-bootfs.tar.gz"; + sha256 = "d4714770e4b6f64e2c07d975fec9faba5fcc5c4ab133e182077754db7ae39712"; + type = "bootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-imx6-ventana-large-squashfs-nand.ubi"; + sha256 = "01aca5266a4dc1f005fd5de872621ad2746bef4dff759b734ccbc9bf6b3c03e1"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-imx6-ventana-squashfs-nand.ubi"; + sha256 = "fd9ccf44aca421d4a8f6dde4cab3d4d9abff7c36a86e63ec24f9e70725a7f765"; + type = "nand"; + } + ]; + supported_devices = [ + "ventana" + ]; + titles = [ + { + model = "Ventana family"; + variant = "normal NAND flash"; + vendor = "Gateworks"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "imx6/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_habanero-dvk" = { + device_packages = [ + "ipq-wifi-8dev_habanero-dvk" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-8dev_habanero-dvk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-8dev_habanero-dvk-squashfs-sysupgrade.bin"; + sha256 = "ac8c160b11932b07e30362232942453030e23c2787f164adf58f3cd0383e4581"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-8dev_habanero-dvk-initramfs-fit-uImage.itb"; + sha256 = "5324b968b9dfa28d10deb1ce1a1349557479f71ed8db151ef226ac838041deff"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,habanero-dvk" + ]; + titles = [ + { + model = "Habanero DVK"; + vendor = "8devices"; + } + ]; + }; + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "a03254b62a959ebc782fd72ca635ce136fb867e4e93ce16a938f0c1fcbc05c7a"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-8dev_jalapeno-initramfs-fit-uImage.itb"; + sha256 = "b4d913f679ebc6b02667640bd1d8025c89439117f4446ab714e9410cd7a771a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "8bfdb01871d18016f0427ff37dfcfef943cdd089b52c4df744cff6c35b51ef01"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + model = "Jalapeno"; + vendor = "8devices"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "e099ddc91acbc5dc087e94a23c2148e157f6065aa36835955953cf41b7d6508f"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-alfa-network_ap120c-ac-initramfs-fit-uImage.itb"; + sha256 = "9f0849c96ad1ba76d5c87342561ce7c18da9de274352a85f24c007a2aa8ae7d1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "7deb009d3b3c0e23cb7924e886a256a789e1adceac3bc545c6e3389273c9aae2"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + model = "AP120C-AC"; + vendor = "ALFA Network"; + } + ]; + }; + aruba_ap-303 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-aruba_ap-303"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-aruba_ap-303-initramfs-fit-uImage.itb"; + sha256 = "76d7deaf700dd079ac71bef5e11450ece8d69d4623c047623a0c55960fbdbfde"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-aruba_ap-303-squashfs-sysupgrade.bin"; + sha256 = "1eae8982f58aca760941227f0e7b5c547646e0532646d8544cd9efa70ae2f46b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-303" + ]; + titles = [ + { + model = "AP-303"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-303h = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-aruba_ap-303h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-aruba_ap-303h-initramfs-fit-uImage.itb"; + sha256 = "64ca93e887c80df4ea071b9e3a027b6ca570071f941d96c490aae9258a79f0a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-aruba_ap-303h-squashfs-sysupgrade.bin"; + sha256 = "00550eec25299a07aae6a5e0cd79b4d2d5fd9dee40861b592ffceb0513d4fd2f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-303h" + ]; + titles = [ + { + model = "AP-303H"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-365 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + "kmod-hwmon-ad7418" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-aruba_ap-365"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-aruba_ap-365-initramfs-fit-uImage.itb"; + sha256 = "9346a963588443ad9a57d6cee6daf8ee4bc3787604aa769901a3e4005ae975f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-aruba_ap-365-squashfs-sysupgrade.bin"; + sha256 = "8500170bc772c90a0a45713ae9d9e7b7e8bb3059e2df684fae6f8158b34afe04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-365" + ]; + titles = [ + { + model = "AP-365"; + vendor = "Aruba"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "d4521d4f2ba883fad85078afebea10df98b8b37c8bb1c70bfc37cc18b63a5c56"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-asus_map-ac2200-initramfs-fit-uImage.itb"; + sha256 = "1684fe85fda894df888dd55830fcc065e3370992745c2c4ac897f378097febca"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + model = "Lyra (MAP-AC2200)"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-asus_rt-ac58u-initramfs-fit-uImage.itb"; + sha256 = "336afd00888ee3b6ac8d9f748157babaa15267e794c36691a7da8b6caac5ecdd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "c6172c6bd71ca1b5ad45c94cc20bd455cd40fe4b91b965fba3af3f94a3c099e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + model = "RT-AC58U"; + vendor = "ASUS"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "931ff6ebf980c9a6029926db4aa44078b2b20a8ff686f0fbbed482cda8b0f29f"; + type = "eva"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "82c0eb0b51a8c4e619a7dda1e2e4de3a83b65f8d485deeecf7877f2b2a7cd643"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-avm_fritzbox-4040-initramfs-fit-uImage.itb"; + sha256 = "08f7b7d3257f024099ffd2d93988a380cec0b0b457a1c0ead094c051a83e3194"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + model = "FRITZ!Box 4040"; + vendor = "AVM"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "7539f92de26cb8b5a6acbbc2ee9195e6d2a51c915cc63796bb406895a80c849c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-avm_fritzbox-7530-initramfs-fit-uImage.itb"; + sha256 = "81f473518d218430f61eb678b55bab84d9597c5062e145c39f1a6d5b019eee91"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + model = "FRITZ!Box 7530"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "e9c133a3a4ffe7b3fd63098b07d0e967708efc7d8ace75d613b6dd04d73c5a3c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-avm_fritzrepeater-1200-initramfs-fit-uImage.itb"; + sha256 = "d9be1d95ebb2a6b297a3c5c00e8ecdcd7ef8218aebd134bcda66fac761ee672a"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + model = "FRITZ!Repeater 1200"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-avm_fritzrepeater-3000-initramfs-fit-uImage.itb"; + sha256 = "ea2e1c86fccf86b2aae8e5217dd3606e1f597810848eee0b5765449825d6dfd6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "7dd878b0251a06e15ab79972b55aaa01fab58878b42a2af1401e8a6cb4af21df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + model = "FRITZ!Repeater 3000"; + vendor = "AVM"; + } + ]; + }; + buffalo_wtr-m2133hp = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-buffalo_wtr-m2133hp" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-buffalo_wtr-m2133hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-sysupgrade.bin"; + sha256 = "a6a9c8929e10ec1827862b1025b7eee664dd326c4a9568dcb1d25c71b036691d"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-buffalo_wtr-m2133hp-initramfs-fit-uImage.itb"; + sha256 = "fc70a89d5ee6a73baa1062782cbbea93b6d4367a771b40dc99e4c82b89729da5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-factory.ubi"; + sha256 = "93b1edbde42a0ffa64c35ff97c2fa3dd97d3553085286fefab90171c84b6835c"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "buffalo,wtr-m2133hp" + ]; + titles = [ + { + model = "WTR-M2133HP"; + vendor = "Buffalo"; + } + ]; + }; + cellc_rtl30vw = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-cellc_rtl30vw" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-cellc_rtl30vw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-cellc_rtl30vw-initramfs-fit-uImage.itb"; + sha256 = "d4b90163285319c26f0b10c465f05e17a4a8ed0ceb38531066b5b5e3c3b1507a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-factory.bin"; + sha256 = "6094e02432d3369c234afc84f8aaa7e83af017f145760a8646c5307c93ab45b4"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-sysupgrade.bin"; + sha256 = "bc2ba79b27d7251b33173ae28696b39f4929ed8d6c4342fc5869f95f47d02962"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "cellc,rtl30vw" + ]; + titles = [ + { + model = "RTL30VW"; + vendor = "Cell C"; + } + ]; + }; + cilab_meshpoint-one = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-iio-bmp280-i2c" + "kmod-hwmon-ina2xx" + "kmod-rtc-pcf2127" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-cilab_meshpoint-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-sysupgrade.bin"; + sha256 = "1d03073617d44d9a1ca91163879feb95ecbc748f287ebcb5945430e91d220aff"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-factory.ubi"; + sha256 = "0239de2da56c21633bc2357f86f9abacb7d1372ed33a441de8639739267aae28"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-cilab_meshpoint-one-initramfs-fit-uImage.itb"; + sha256 = "cc12e1d6ae0a826f34e36b1e57c3be81b65d96a58b29d81b1d823bf1f957de93"; + type = "kernel"; + } + ]; + supported_devices = [ + "cilab,meshpoint-one" + ]; + titles = [ + { + model = "MeshPoint.One"; + vendor = "Crisis Innovation Lab"; + } + ]; + }; + compex_wpj419 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-compex_wpj419"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-compex_wpj419-squashfs-nand-factory.ubi"; + sha256 = "7179bc11182b0b6255d50d7efae488a7b33fdc7bace0ed2fc163f6a406061058"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-compex_wpj419-initramfs-fit-uImage.itb"; + sha256 = "68ad029b3bd6e0a23d96b6fc7740c02470ff8c5e25cb0c8a0e7eaf02a31b2165"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-compex_wpj419-squashfs-nand-sysupgrade.bin"; + sha256 = "5c33fdb14975d4f0441142166dff844d9db65a6c3ffb6565b6015af9caf6f270"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj419" + ]; + titles = [ + { + model = "WPJ419"; + vendor = "Compex"; + } + ]; + }; + compex_wpj428 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-compex_wpj428"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-compex_wpj428-squashfs-cpximg-6a04.bin"; + sha256 = "4dcf1d8c827d77ff9198398f792459ef30d623e3b77f1d499d55b05a8f772231"; + type = "cpximg-6a04"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-compex_wpj428-initramfs-fit-uImage.itb"; + sha256 = "7466018a3b6a64974ba9190fe829e3732b761b0b09044b0018344167ccce63a0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin"; + sha256 = "42acf50fec8a8777d849995e186dd175c907e052142eb8c816c309cca58582cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj428" + ]; + titles = [ + { + model = "WPJ428"; + vendor = "Compex"; + } + ]; + }; + devolo_magic-2-wifi-next = { + device_packages = [ + "ipq-wifi-devolo_magic-2-wifi-next" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-devolo_magic-2-wifi-next"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-devolo_magic-2-wifi-next-initramfs-fit-uImage.itb"; + sha256 = "91b0127a7c8cc0d3cfb3f7d4ca91ef42b42a7a013b14d19127c680ef22fec27e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-devolo_magic-2-wifi-next-squashfs-sysupgrade.bin"; + sha256 = "9cc3b0d97b2afb82628b1fcd9c2c552d7089bac1310d5ffe69231956bad71565"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi-next" + ]; + titles = [ + { + model = "Magic 2 WiFi next"; + vendor = "devolo"; + } + ]; + }; + dlink_dap-2610 = { + device_packages = [ + "ipq-wifi-dlink_dap2610" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-dlink_dap-2610"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-dlink_dap-2610-initramfs-fit-uImage.itb"; + sha256 = "a7e1d5b61f6a2aa43f8af8ab7bfaf5d03e78cda5bb795749346aa4d6a8f96e9c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-dlink_dap-2610-squashfs-sysupgrade.bin"; + sha256 = "afdb14ab0660538276efe36b1cfe01c27bdc7e6e30d61525a7c557d7730e90a4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-dlink_dap-2610-squashfs-factory.bin"; + sha256 = "7a22d54eeef6e6009fd6ed6741fdcc3040ab0accb6ab1d9c45b4bac34a4186a9"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2610" + ]; + titles = [ + { + model = "DAP-2610"; + vendor = "D-Link"; + } + ]; + }; + edgecore_ecw5211 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-edgecore_ecw5211"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-factory.ubi"; + sha256 = "1e68bc62cb816e11320f3027c8703b3a5858915a5845df17ee72762c352a2052"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-sysupgrade.bin"; + sha256 = "4ef071e3180ae10f3e8595eaff41f0749e43e9162e1e153605f26c416267bb0a"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-edgecore_ecw5211-initramfs-fit-uImage.itb"; + sha256 = "5f91ed536f92a33c422b4851ba72b22abc4a9213ea5729eb9de89468d626b952"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,ecw5211" + ]; + titles = [ + { + model = "ECW5211"; + vendor = "Edgecore"; + } + ]; + }; + edgecore_oap100 = { + device_packages = [ + "ipq-wifi-edgecore_oap100" + "kmod-usb-acm" + "kmod-usb-net" + "kmod-usb-net-cdc-qmi" + "uqmi" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-edgecore_oap100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-edgecore_oap100-initramfs-fit-uImage.itb"; + sha256 = "5d9aef122755b2ea1de18c5d3a38e5868696e97cfef17e438d5de23342fd972d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-edgecore_oap100-squashfs-nand-sysupgrade.bin"; + sha256 = "bcc083451d119c2d28cc4f31e3c2807adff0c714ef1c9b3fd5611d5cd9c63d37"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "edgecore,oap100" + ]; + titles = [ + { + model = "OAP100"; + vendor = "Edgecore"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "55837379e9e958288c44b3d85be7be7f1d22e0ed52b22838c05df9b939f8e952"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-engenius_eap1300-initramfs-fit-uImage.itb"; + sha256 = "6c152c0a8bd8995463e909cbe67af4d1aedf219647e3302faaf878aaeec036c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + model = "EAP1300"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-engenius_eap2200" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-engenius_eap2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-engenius_eap2200-initramfs-fit-uImage.itb"; + sha256 = "4cfc7f852b95597b82ac47d05031f5872e33b9b892cdc57f91891ce795c0de37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-engenius_eap2200-squashfs-nand-factory.ubi"; + sha256 = "04a09ba2f3d425ed629ec29e48f4d9d307f9663ac22baba5a255a19b4cac4fe4"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-engenius_eap2200-squashfs-nand-sysupgrade.bin"; + sha256 = "ba677200f248e1db7118ab4294c155f39550afa8b0d467f7320b397f8764653e"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap2200" + ]; + titles = [ + { + model = "EAP2200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emd1 = { + device_packages = [ + "ipq-wifi-engenius_emd1" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-engenius_emd1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-engenius_emd1-initramfs-fit-uImage.itb"; + sha256 = "3c51e96f5ca25441f2291417a17922af3c2a00a3e4a9bf36bd53bc1ed9bf8af4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-engenius_emd1-squashfs-factory.bin"; + sha256 = "66b4b4933df2e2a4759545817eab3cbaf47c767d786ebe446bf4e586d80813ab"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-engenius_emd1-squashfs-sysupgrade.bin"; + sha256 = "e0dcff22b2ac49f3dbcd2fa28c2401a19da7b327c43fcdea47bc1bfeb0b3bdda"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,emd1" + ]; + titles = [ + { + model = "EMD1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emr3500 = { + device_packages = [ + "ipq-wifi-engenius_emr3500" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-engenius_emr3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-engenius_emr3500-squashfs-sysupgrade.bin"; + sha256 = "4aed151aaf3903219507cff05288318fa0916fa77cd20ed81e012a3a3c96cecc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-engenius_emr3500-squashfs-factory.bin"; + sha256 = "546774df3bb26c27ca4187b2426a5617c55aa4af6388473c4262bfa4dfa4a62d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-engenius_emr3500-initramfs-fit-uImage.itb"; + sha256 = "47196656915e03b2d3f24cff775689783e69c8004955a92bbb7fd705c09fa8de"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,emr3500" + ]; + titles = [ + { + model = "EMR3500"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "e6871f752e3c2e4407beb8eb09b357fb6c51d5fe7de32d02b8161b90c9301f58"; + type = "factory_30"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "f2d7a72370303210bd34633c0874840af288cc2fb90622d3ae8fc73e4398e49e"; + type = "factory_35"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-engenius_ens620ext-initramfs-fit-uImage.itb"; + sha256 = "9ef9a327db131582d3e20cc828efdeb621f41b4b42144138fb6d816bd6c617e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "d8152a5d29407478256e5f30ba03159b544cdd38f176978366fb0fd4c12b0965"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + model = "ENS620EXT"; + vendor = "EnGenius"; + } + ]; + }; + ezviz_cs-w3-wd1200g-eup = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "ipq-wifi-ezviz_cs-w3-wd1200g-eup" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-initramfs-fit-uImage.itb"; + sha256 = "d9e4e0cd7bfb709125136c48358736ef3c688560a899cdac22c7a77b45315812"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-squashfs-sysupgrade.bin"; + sha256 = "933dbe6f1ec10f75f0c5c8a6b10b0d04cbc97f937985d2b4a905dea247c994a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ezviz,cs-w3-wd1200g-eup" + ]; + titles = [ + { + model = "CS-W3-WD1200G"; + variant = "EUP"; + vendor = "EZVIZ"; + } + ]; + }; + glinet_gl-ap1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-ap1300" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-glinet_gl-ap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-sysupgrade.bin"; + sha256 = "5cbeb3d39ee5c3002f859f589702a5202ad90c2e8b587f4cfea089415191e530"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-glinet_gl-ap1300-initramfs-fit-uImage.itb"; + sha256 = "597205d22cf9d0f535a47266ac3316823ada20f4004941202afa234f159b8d71"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-factory.ubi"; + sha256 = "43256a02295a291e73b49fce529cd66e085b834be0dec92ef81c7d3e9e4a8000"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "glinet,gl-ap1300" + ]; + titles = [ + { + model = "GL-AP1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-uImage.itb"; + sha256 = "46cf43ffec59c26fdc5458f0e21cf6b158b062569bd7a2e9703509c820258bd0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "3726ce41670361e50ec3d65f7f7041ad66cc655240242dee3b5f7713028541b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + model = "GL-B1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-s1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-s1300" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-glinet_gl-s1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-glinet_gl-s1300-initramfs-fit-uImage.itb"; + sha256 = "5c7e89200a50936ea1396a34205c94022325cd699b756136c62861d381dae234"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-glinet_gl-s1300-squashfs-sysupgrade.bin"; + sha256 = "70d4f20d7283782f33ea1522df01b6c4c24311f3583bd1316d3cb151de2fac99"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-s1300" + ]; + titles = [ + { + model = "GL-S1300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "633b781b2fd73eb1e17d2e62ef0137a6b14c1fe782b73ea245032510509812db"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "43b45bb2dde05e964dc3591a14b253d9eb8fe3b177deab0c74bec91ccae0fc90"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-linksys_ea6350v3-initramfs-fit-zImage.itb"; + sha256 = "e10ae7a00ca2b0871b20d4c669695f6ef528209ead6653972258413fa4a27a4d"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + model = "EA6350"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-linksys_ea8300-initramfs-fit-zImage.itb"; + sha256 = "0857578ecbdc025a01a7b30c1fde0fc0adb87b983c3027eee90ea6e37fd766bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "ea3eb677fa32345198d1ba8731cf8e0f7cc978ef5b32fa595461a00bee41d2d5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "abf5a4b152705122c44149881cb33be46a354774654e5107f698743d971c21c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + model = "EA8300"; + vendor = "Linksys"; + } + ]; + }; + linksys_mr8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_mr8300-v0" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-linksys_mr8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-linksys_mr8300-squashfs-factory.bin"; + sha256 = "5cb6733db9f64283672ed0c0a6f9132c4bc08f3288e567d5f2efb4eaaff69701"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-linksys_mr8300-initramfs-fit-zImage.itb"; + sha256 = "d0ed490725d655ab2d491c106d7fe8c3360d88e43cd1557c562cae5481504020"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-linksys_mr8300-squashfs-sysupgrade.bin"; + sha256 = "e535fa36165e6e9554696a7ace37550311721a54c9e00936031e0183f9c8d1d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,mr8300" + ]; + titles = [ + { + model = "MR8300"; + vendor = "Linksys"; + } + ]; + }; + luma_wrtq-329acn = { + device_packages = [ + "ipq-wifi-luma_wrtq-329acn" + "kmod-ath3k" + "kmod-eeprom-at24" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-luma_wrtq-329acn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-luma_wrtq-329acn-squashfs-sysupgrade.bin"; + sha256 = "ba9c981a981af251a771a17f30a988a9fea2cccd15eb2acf474f2a6f905bbe9e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-luma_wrtq-329acn-initramfs-fit-uImage.itb"; + sha256 = "465fd013e4ac7b1357180fc1e7a46c615e99362a52763207b477f1f2a5e4aab4"; + type = "kernel"; + } + ]; + supported_devices = [ + "luma,wrtq-329acn" + ]; + titles = [ + { + model = "WRTQ-329ACN"; + vendor = "Luma Home"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb"; + sha256 = "96aed7e20981fb3ffde0d1f81f6c1419c7de4d12646780275fbf95d864b3d348"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "01814b41d5a52514c2aa38672ca0185d0562c2ad1d2aa58a73b797ca67c500bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + model = "MR33"; + vendor = "Cisco Meraki"; + } + ]; + }; + mobipromo_cm520-79f = { + device_packages = [ + "ipq-wifi-mobipromo_cm520-79f" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-mobipromo_cm520-79f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-sysupgrade.bin"; + sha256 = "cf66d1a395fbfe085a6f0d1caafba968706d8c33e6e6f01a9c101654726e4451"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-mobipromo_cm520-79f-initramfs-fit-zImage.itb"; + sha256 = "e1e2b6258703d47d878b8ca83bcd12f3494791cf18fb31226b051bcc93debf29"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-factory.ubi"; + sha256 = "1097af063bafbe5532d251c60707332ab3d2204656c86c35c3ac12ba1505394d"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "mobipromo,cm520-79f" + ]; + titles = [ + { + model = "CM520-79F"; + vendor = "MobiPromo"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "54f8f6cd825872340030e706eeffad41d3e730d3334eb2e181c42c29bd2fc19d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-netgear_ex6100v2-initramfs-fit-zImage.itb"; + sha256 = "fa14267e97fd92049622e5d28f5a61a06c721592555f07dfae76a905a942386d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "26c1afeac8f992c7a55fa9079347bcd716f204e4de515a1ddc5b8c39cea9ddab"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + model = "EX6100"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-netgear_ex6150v2-initramfs-fit-zImage.itb"; + sha256 = "49dca6047dc87cda8fec80cb7b880978b7d100e5c4fe43065f0f7057846a47d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "53b8ca51f6261be5f267a1a366ef1dd6e442a026defb833355674daacf4c78ce"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "31d4f336276d69f1e387432a019d14a54ee56cc8e1df161bd08220a652b2026e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + model = "EX6150"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "0f303289048ce279fa14df90b5c9593739e9cf03ef47b6ded144e32e1a05e391"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "9da925c50301549793f755be1828da56b4adbfaf7fa49a8bfd0f94f039bc1e75"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-openmesh_a42-initramfs-fit-uImage.itb"; + sha256 = "d98b95c2ee1d9ebb417ed2a8fe5849b542f22ce5f0a61b70c74d65678999d0c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + model = "A42"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "4e44306cd4be872f0c34be377e281a2d773d7ff0e9fc8adbe44864d02e18f06d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "8f2169e65a5dfc2f7311d04492badc9f3b31c6515af07c1e28d946746c733f45"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-openmesh_a62-initramfs-fit-uImage.itb"; + sha256 = "93c6e7812d3102bc1fb13d328931f0f82585dbdd43f0274b4fc59069bf17b3eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + model = "A62"; + vendor = "OpenMesh"; + } + ]; + }; + plasmacloud_pa1200 = { + device_packages = [ + "ipq-wifi-plasmacloud_pa1200" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-plasmacloud_pa1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-plasmacloud_pa1200-squashfs-sysupgrade.bin"; + sha256 = "f157a5f13351d10cfacbf87132c1cf87e56923a45abfe3f752fc7d084d5acefb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-plasmacloud_pa1200-initramfs-fit-uImage.itb"; + sha256 = "77478c1c0b1f76ad678670948af866390d9f61e364f53204ee893f8aa9bc6e89"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-plasmacloud_pa1200-squashfs-factory.bin"; + sha256 = "18eb57b2b48a414295e621879d7535b5b85283965fb4c083c44c13e15da5a8e2"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa1200" + ]; + titles = [ + { + model = "PA1200"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-plasmacloud_pa2200" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-plasmacloud_pa2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-plasmacloud_pa2200-initramfs-fit-uImage.itb"; + sha256 = "f58c0891b2dd9dd0251d0f5f135a17e50f9ee5f1866171ffc33b552e787e55c2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-plasmacloud_pa2200-squashfs-factory.bin"; + sha256 = "82e17d82443c7eca297a9b57eb780e50158b4b669c9c03fcb4593eb448f06089"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-plasmacloud_pa2200-squashfs-sysupgrade.bin"; + sha256 = "b396f46d6100409971a5e8649879b2bd7883b581f751eb3abb749abecb158c47"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plasmacloud,pa2200" + ]; + titles = [ + { + model = "PA2200"; + vendor = "Plasma Cloud"; + } + ]; + }; + "qcom_ap-dk01.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-qcom_ap-dk01.1-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-qcom_ap-dk01.1-c1-initramfs-fit-uImage.itb"; + sha256 = "45cd960b361e2cf59d66e3f597a44850c47cccda356a7e7bdd07a196ffad8fb0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-qcom_ap-dk01.1-c1-squashfs-sysupgrade.bin"; + sha256 = "1e077bea71fed713b5fd056ceaf530fb0a351dafe98715ecad7281a17eadce91"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk01.1-c1" + ]; + titles = [ + { + model = "AP-DK01.1"; + variant = "C1"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + "qcom_ap-dk04.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-qcom_ap-dk04.1-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-qcom_ap-dk04.1-c1-initramfs-fit-uImage.itb"; + sha256 = "fccaf848d3a3e4f734fc96979f4e039af4eaf777c5ace504d881773b6ca1efd2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-sysupgrade.bin"; + sha256 = "d042e20522f2cdfa8b3376af819ff89b1354834f86c279927e91696e592e0df9"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-factory.ubi"; + sha256 = "de8b13588d30cd9ef36e587817e4e57365effbae04b428f9add3dcac5898c87a"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ap-dk04.1-c1" + ]; + titles = [ + { + model = "AP-DK04.1"; + variant = "C1"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qxwlan_e2600ac-c1 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-qxwlan_e2600ac-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-qxwlan_e2600ac-c1-initramfs-fit-uImage.itb"; + sha256 = "c32497b2d91d5f053556d4edc60643d1d5089a1266812f5c28822ab0b6891167"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"; + sha256 = "d53c2d9474f86af1ba2e9e793077b54c65d0d46cca5a29967b4f9ce09211b25c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c1" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C1"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-qxwlan_e2600ac-c2-initramfs-fit-uImage.itb"; + sha256 = "af6bcd18ad24a070505950f558b08943ecc95d2ad7f3017cfecea3e9bccddfa1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "798c0e3062d14760bb8723b85611d9592870a4def1f474220cd94d4e35762eee"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "be30900d163c8c87463bb8fdc1a46cbfb8b3a512fa86bdc77d712d4f9fc3d0ba"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C2"; + vendor = "Qxwlan"; + } + ]; + }; + unielec_u4019-32m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-unielec_u4019-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-unielec_u4019-32m-squashfs-sysupgrade.bin"; + sha256 = "198f1bb3c9f5ef27c4c1aaf3463bb13c3812c5a58f33a735c49d59a73ee48e8a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-unielec_u4019-32m-initramfs-fit-uImage.itb"; + sha256 = "fc331fbdbd6b153efa7b66452585f6b8b772d07c3e7bdb83cf00d224239a2cff"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u4019-32m" + ]; + titles = [ + { + model = "U4019"; + variant = "32M"; + vendor = "Unielec"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "cef7cf4ae8b5b338ce12eb61113352a0018ea7b00280a98b0251562a10609566"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "e08ef60617da779d07eb000a3a3bf8e6edbdd7fd9dda6bac4738ae6aa65e3983"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-zyxel_nbg6617-initramfs-fit-uImage.itb"; + sha256 = "0808009977fd06532dc6026c61ac424517627e156014d9ba2e82162482a1737e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + model = "NBG6617"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-generic-zyxel_wre6606-initramfs-fit-uImage.itb"; + sha256 = "abfe61d8230876a9052483b03a22cd7b1af86f2e145c9cb14bfadaddfd8d71ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "91b98c6f41f2d172b820773a713a3e810861bd40105cae021b5eee749602f371"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + model = "WRE6606"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "ipq40xx/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + mikrotik = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_hap-ac2 = { + device_packages = [ + "ipq-wifi-mikrotik_hap-ac2" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-mikrotik-mikrotik_hap-ac2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-mikrotik-mikrotik_hap-ac2-squashfs-sysupgrade.bin"; + sha256 = "53affe8e6fdfb4017b676b52b5eec6752e4bd912511ccfaff2116428b9d05f5d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-mikrotik-mikrotik_hap-ac2-initramfs-kernel.bin"; + sha256 = "482c65254ac0207e5a94f9320a0e15c87a92a8ebaa80fd9c925505c15dabf89b"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac2" + ]; + titles = [ + { + model = "hAP ac2"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_sxtsq-5-ac = { + device_packages = [ + "ipq-wifi-mikrotik_sxtsq-5-ac" + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-initramfs-kernel.bin"; + sha256 = "33130285f6aaa17b3a107275bc3c2361f445e817b3b302d84992aa88943e76d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-squashfs-sysupgrade.bin"; + sha256 = "0e5bdb6e54e6abbafa1af552867b3bbc1bb204e65332717d0de11c294924d6eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,sxtsq-5-ac" + ]; + titles = [ + { + model = "SXTsq 5 ac (RBSXTsqG-5acD)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "ipq40xx/mikrotik"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-phy-qcom-ipq806x-usb" + "kmod-usb-dwc3-qcom" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asrock_g10 = { + device_packages = [ + "kmod-i2c-gpio" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-asrock_g10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-asrock_g10-initramfs-fit-uImage.itb"; + sha256 = "d015eb92cffcadba7fe50b9834a0e26f4c4f5e66a1cc56264792429d05e93341"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-asrock_g10-squashfs-nand-factory.bin"; + sha256 = "e3aa83ce371a898f66e419610931e895304635ae25968e5d4959c7d217e363f9"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-asrock_g10-squashfs-nand-sysupgrade.bin"; + sha256 = "e58bea89a38e7d3ef788f5c5580c0968e6b46ea08184955c61ce9e43c0e835e2"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "asrock,g10" + ]; + titles = [ + { + model = "G10"; + vendor = "ASRock"; + } + ]; + }; + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "110013610637e269d806f2ad9b255a9a589105e1f092d6c602d519bcf5289024"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-buffalo_wxr-2533dhp-initramfs-uImage"; + sha256 = "6fb770a3d43d87c88d4bb9eea81bc6f19590e282b148be8e945aecb227ba5f75"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + model = "WXR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-compex_wpq864-initramfs-fit-uImage.itb"; + sha256 = "e182e16af88c04fe96b9cb47a56dff3cb9b3884da8d02e3e9179710247d8c1c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "0c56cd4026f6d01d729a5a1a127faa1df8b6aea81099b31f3c7a38edf8f4d552"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "d762aa01af0672d0f4061a84c0c80b6b96a739262bbc6fc27a6d1843c13a6ff9"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + model = "WPQ864"; + vendor = "Compex"; + } + ]; + }; + edgecore_ecw5410 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-edgecore_ecw5410" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-edgecore_ecw5410"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-edgecore_ecw5410-squashfs-nand-factory.bin"; + sha256 = "70b2335099fd8804e96c81f47031dc884aa76aa2082ce95e04914d0f9b9d915b"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-edgecore_ecw5410-initramfs-fit-uImage.itb"; + sha256 = "a39e2eb33c0ee543fc2e05e14f65c59a481421332aa3154933d5454c5e49d47c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-edgecore_ecw5410-squashfs-nand-sysupgrade.bin"; + sha256 = "c812655f6f3e5c4a949862ecce560504e715b06ee647e0602abb813761adb379"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "edgecore,ecw5410" + ]; + titles = [ + { + model = "ECW5410"; + vendor = "Edgecore"; + } + ]; + }; + linksys_ea7500-v1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-linksys_ea7500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-linksys_ea7500-v1-initramfs-uImage"; + sha256 = "1f46730f7d2395b1fcb2135742715a5561bbd43e292d9ca2af18610e7a8dc011"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-linksys_ea7500-v1-squashfs-factory.bin"; + sha256 = "88299a9168fcd534f15e41deb580e5b390a8440c54b06bf75fb5c446109ecd21"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-linksys_ea7500-v1-squashfs-sysupgrade.bin"; + sha256 = "f96ce5e359e2622af057715a483480c5b4de7f454f2e96655ff557021552fc5f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea7500-v1" + ]; + titles = [ + { + model = "EA7500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-linksys_ea8500-initramfs-uImage"; + sha256 = "71232cf50cd90d7803223af35e10596b0d79886aac6c96d7fa1b85615b114b64"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "36af90b006fc3801cb8b0ab57bba64eaf0a491b9fa83a972ce552d9ba5022e85"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "e58e4299c88f2b9978e51f27b0728e0cba8fd77bc1db2724ce7e11fe24959164"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + model = "EA8500"; + vendor = "Linksys"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-nec_wg2600hp-initramfs-uImage"; + sha256 = "a86c084d7a87061688989d49c7311cdd66f2feeac46f09274018bed799b4a930"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "39e88c61181324afd18fc4cae5c77f9ab1062c909941da5ee27a47a201a7627b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + model = "Aterm WG2600HP"; + vendor = "NEC"; + } + ]; + }; + nec_wg2600hp3 = { + device_packages = [ + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-usb-phy-qcom-dwc3" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "ath10k-firmware-qca9984-ct" + "ipq-wifi-nec_wg2600hp3" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-nec_wg2600hp3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-nec_wg2600hp3-squashfs-sysupgrade.bin"; + sha256 = "50c2568561ed04489941c964b5d888975631f6efacc4df1588b1bf986d54e1e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-nec_wg2600hp3-initramfs-uImage"; + sha256 = "e64f220163855904399d1d05c7b146237acc206446dbafad677d798c275d6698"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg2600hp3" + ]; + titles = [ + { + model = "Aterm WG2600HP3"; + vendor = "NEC Platforms"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "35306775f6d75a868201388a0ed7a6d40a59e040b711253a812c2f6cca9ef9ac"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-netgear_d7800-initramfs-uImage"; + sha256 = "9a80f5785aefd562d01b96aa8069756a5c5795bd9a64caf6dbb826c959b14892"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "293d4ac551496d891f78286ede393c7ed789c09d12035ce6e3772c0794492ce3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + model = "Nighthawk X4 D7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "84b384ae31bcd0a13cff9a39ef79bfc886f577b0fb820bff1e5e8e47ecf56fba"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-netgear_r7500-initramfs-uImage"; + sha256 = "3bf5ca27d33d34d2dd9ccff8b04b749940347eec5950eecfea70c2c656efc5e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "1392340d0baf633897aaa1bca7157c0b3e198cc2fbecf04f42546f79f87682a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "a18848e6ec8045c3b6f5e8daefeb627470e580a83f29b9c65d2a251b9e3e2a0c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-netgear_r7500v2-initramfs-uImage"; + sha256 = "660d311801258c5da6405103b82b6aa03d2ba2ab0ab24e5bfec3d7c110bada43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "57e2b63747af608251541253e106b5646f2fe519fdcd3aa17cd9ac819c0e964c"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "be963ccf19d6d278603fdf22c0cfdcdf3313d3ab90c0a6e1d9dfa7592ca6003f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "41d8e9dbd5b75c472ce3ffe8abf8b12c14ece92a6e3f8e3a558fb0bd4c0ae788"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-netgear_r7800-initramfs-uImage"; + sha256 = "57990f955acc3cb8be7312e1bb36b938af93950b17e29f541e4d67f3972e0481"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + model = "Nighthawk X4S R7800"; + vendor = "NETGEAR"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "f33af64ba052923ba0b0b69a53aee2b35504f8661efed47ce66745baa9bb1fa0"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "dc121c8784fbbaea6f341460b77701946a36667217d6ab25c880e07ebd66def6"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-qcom_ipq8064-ap148-initramfs-fit-uImage.itb"; + sha256 = "0ed9bbb58a5ba7a09c068847685d8827a6901aa4304890e2c0d4f0943010efc9"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "standard"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-qcom_ipq8064-ap148-legacy-initramfs-uImage"; + sha256 = "f967d3606c49bde534f48d0f65396ac181fc27c315b2acbf0b9906c5fc8e7be6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "4d6d8dcd5a31922aa42377199f25c985bf06677357142cebecaa9e90c5232eec"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "7ae644c1e6c64272c8cead07b28381cd1a7acc6bf13bc16873c0a9d2f340142f"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "legacy"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "cc2873677dbb10aa1602ed5e07bf977af122274afb99c39c3682c7fbee8e4491"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-qcom_ipq8064-ap161-initramfs-fit-uImage.itb"; + sha256 = "035a3940180bf0b8583e2a85dc128156a9d2c91fbf3bb4c3c37366b7403fff38"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "488079d29d1a4876b2bf3b7e54ddf40909e353e5703ce82327bab18d10785601"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + model = "AP161"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-db149 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-qcom_ipq8064-db149"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-qcom_ipq8064-db149-squashfs-sysupgrade.bin"; + sha256 = "a9d45098c99a56065414bd8bf368ce20fb6079e94c8ef1cec7737f2c9007cf07"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-qcom_ipq8064-db149-initramfs-fit-uImage.itb"; + sha256 = "c327db30e1c67386ca448feb1b70fe20f6bb79e4dddc23d338eeb29aafe0a568"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-db149" + ]; + titles = [ + { + model = "DB149"; + vendor = "Qualcomm"; + } + ]; + }; + tplink_ad7200 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-tplink_ad7200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-tplink_ad7200-squashfs-factory.bin"; + sha256 = "ec39ef53338125f34bbe03dec36fa802856ea29d542628ea464a4ab53b94db5d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-tplink_ad7200-initramfs-uImage"; + sha256 = "5b10962a58c32eb72b4dcaf07dd63084cdb5e286252178ed8b7f75ab56f8f834"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-tplink_ad7200-squashfs-sysupgrade.bin"; + sha256 = "20e1424739186b264af90cb2c9b34f6c9f66ce28e793750f62863716952497f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,ad7200" + ]; + titles = [ + { + model = "AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + { + model = "Talon AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "a06f4ea97af1bbc0570cadd3faf8678e3cbe9bb6eacc26b010787fc6877e5066"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "6af728a77255ffdc22ba4690b453c7530d633e8adc48b8913dc3818d208e194d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-tplink_c2600-initramfs-uImage"; + sha256 = "1d4efc5dc3a958f241f8395411a2d589806603639fe427449efcb77efcb48cbb"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + model = "Archer C2600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "f792b6d7d49eb211e80232c112f56a20036975b17f3fd3bdcedd6ec967a18f44"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-tplink_vr2600v-initramfs-uImage"; + sha256 = "cc34659645a505178f85e98d7f5c76f654883e85d9467288f140f68fee691568"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + model = "Archer VR2600v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_unifi-ac-hd = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-ubnt_unifi-ac-hd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-ubnt_unifi-ac-hd-initramfs-fit-uImage.itb"; + sha256 = "2efe43da0acd6274f329c3277a040f4ed7590e038198275487f688e00a1bf76f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-ubnt_unifi-ac-hd-squashfs-sysupgrade.bin"; + sha256 = "b3f31d710cb9e1c07689a61daea06aaee76d853928f720f519f1d25d1ba143e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ac-hd" + ]; + titles = [ + { + model = "UniFi AC HD"; + vendor = "Ubiquiti"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-21.02.4-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "ca484cbce01a2007c8c49542c69a7229b15d10b6b6390329909a6f9a92832c8f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ipq806x-generic-zyxel_nbg6817-initramfs-uImage"; + sha256 = "1c8e3349b8341e059df198eb203f7f236e7f1c5760596d668652be45c45540bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "8d8f329e1657d9af2333c0c519747021b4692b0f4268b7e80af2b7823bfb7668"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + model = "NBG6817"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "ipq806x/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + checkpoint_l-50 = { + device_packages = [ + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-mvsdio" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-kirkwood-checkpoint_l-50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-checkpoint_l-50-squashfs-sysupgrade.bin"; + sha256 = "80f4c8d5d72d37788ea7848c95a0c6a35754d5a743d38f0f5aa7c5d86d74b85c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-checkpoint_l-50-initramfs-uImage"; + sha256 = "b5d46a374afe60fdb7215937c9733af75e621a91d3e17032f5bb235930cd5efb"; + type = "kernel"; + } + ]; + supported_devices = [ + "checkpoint,l-50" + ]; + titles = [ + { + model = "L-50"; + vendor = "Check Point"; + } + ]; + }; + cisco_on100 = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-21.02.4-kirkwood-cisco_on100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "654f73403d3c69cac7a8066a614c403a39ed9543e4d1ac2b886546f579e0f4c6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-cisco_on100-initramfs-uImage"; + sha256 = "58756bb783dd16a58d37912163e9df75864de45e2582fd2ffc26592385d128a4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "43a4804527c11ece1cfecfbca1e2a458746a7137c6e8f6c05f4be609eee60a24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cisco,on100" + "on100" + ]; + titles = [ + { + model = "ON100"; + vendor = "Cisco Systems"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "6ba5a6e6d8862271ce896e2e10322cef00e60ab696774127de260ff7648a866b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-cloudengines_pogoe02-initramfs-uImage"; + sha256 = "8e3f151d96d253c11c765a6140951f8285d79e9d328f603c8ad3acb31582d763"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "e15fbba8e8fbe5b7dbee15606fb8bc4f325c1a7688527996c89c7e404cec9b27"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + model = "Pogoplug E02"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-mvsdio" + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.4-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "4ca685579b60c2f2eeedb8693d50584f41857259942ab79942ebfc66766f6e59"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "556180d0166a8e9ef1f14436532db995528393b62fe23164555a5dc202ffdf31"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-cloudengines_pogoplugv4-initramfs-uImage"; + sha256 = "c8a7b65b9c1ca4d598ee30eaf905dfd98edffdcebcdf64a27e9b91709c0e8bdc"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + model = "Pogoplug V4"; + vendor = "Cloud Engines"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "af093333f2b6b397f5d7ea31d709d62431214e0e97cabc9f5307059322888ce7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "8d2b56b6a7fd02d692dafd38d827702a21027a3ea54c199985ca96c86ef9ec0c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-iom_iconnect-1.1-initramfs-uImage"; + sha256 = "fca153ff2c9e2e7c796c3639f8ced515c71757630a6a77caf5240364cbc51ca5"; + type = "kernel"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + model = "Iconnect"; + vendor = "Iomega"; + } + ]; + }; + iom_ix2-200 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-21.02.4-kirkwood-iom_ix2-200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-iom_ix2-200-squashfs-sysupgrade.bin"; + sha256 = "6e2964c39daa342098b73a654e0f0f09ab6c57a9db0d3fa5dc61f6ee1cf72351"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-iom_ix2-200-squashfs-factory.bin"; + sha256 = "2ddcaf08b574c7f4103519981d4cb740c4e172fd9c1e6db6253db84b7eea8dc0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-iom_ix2-200-initramfs-uImage"; + sha256 = "b0e5049260a6db42bc1876b2fd47f025337fd50617915115938138b4e7c86263"; + type = "kernel"; + } + ]; + supported_devices = [ + "iom,ix2-200" + ]; + titles = [ + { + model = "StorCenter ix2-200"; + vendor = "Iomega"; + } + ]; + }; + linksys_e4200-v2 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-kirkwood-linksys_e4200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-linksys_e4200-v2-squashfs-sysupgrade.bin"; + sha256 = "f61f15611fc9e90e05810f93d62eaf0d6684bf2bad1bb4b52ce28be6463eb4ad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-linksys_e4200-v2-squashfs-factory.bin"; + sha256 = "3ca59873450dc74cfaa2e83d31da784eeb110be0a68ca4d7ca528fc5e801a253"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-linksys_e4200-v2-initramfs-uImage"; + sha256 = "24a98f93b3f308058a87187cdecc7453cee7843571930944024e99f6460a0ca4"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e4200-v2" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "E4200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea3500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-kirkwood-linksys_ea3500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-linksys_ea3500-initramfs-uImage"; + sha256 = "378b3d19f3a9cabfe603a2248b648ff243abd897fc33e47b1db42e0aba29930d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-linksys_ea3500-squashfs-factory.bin"; + sha256 = "5d15dd5fc7976f8a5fdd5f612e7772f4e397e3ac93e82ea0f5cd96c74a598b0a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-linksys_ea3500-squashfs-sysupgrade.bin"; + sha256 = "290dbe92cfdb26e6706c5826c23abb2c5a40419f42eae5cd131d80121c491961"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea3500" + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + model = "EA3500"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea4500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-kirkwood-linksys_ea4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-linksys_ea4500-squashfs-sysupgrade.bin"; + sha256 = "651af1d78884482b3adff297038f66afff0ee45ffc19f65c474d03842830811a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-linksys_ea4500-initramfs-uImage"; + sha256 = "5c497fe39c8605dd3731156d8af3721c46cd4aea0a97f752f6c11d1b22f8dc07"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-linksys_ea4500-squashfs-factory.bin"; + sha256 = "7779c1b53cab59c6b9bbdba364f577dd9530335b42c5e3c3902dd8ad9eba99d3"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea4500" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "EA4500"; + vendor = "Linksys"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.4-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-raidsonic_ib-nas62x0-initramfs-uImage"; + sha256 = "927c3ff6eaf495be68037c6ab6f08ded25369e0d00e735fcd3908ba8d7829820"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "944fb38978302dc805c5e26e031a62534ce2d6c4611901a3a54f13e6ba079ca5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "ded747384f5bc68c2b56f0dace89e9e09c3cf01deb354a77a07ab3275bc898c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + model = "ICY BOX IB-NAS62x0"; + vendor = "RaidSonic"; + } + ]; + }; + seagate_blackarmor-nas220 = { + device_packages = [ + "kmod-hwmon-adt7475" + "kmod-fs-ext4" + "kmod-ata-marvell-sata" + "mdadm" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.4-kirkwood-seagate_blackarmor-nas220"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-seagate_blackarmor-nas220-initramfs-uImage"; + sha256 = "c83ed86db06e03f621befba8bb65187954706f5b286fa03a95694ea447fbfe5f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-seagate_blackarmor-nas220-squashfs-sysupgrade.bin"; + sha256 = "d2e79d56ef394e13d086e66632c4b2dc528a2a48a8ed3b4be05607128cccc326"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-seagate_blackarmor-nas220-squashfs-factory.bin"; + sha256 = "a28675298a360ebc5e0ddf76c91248c6add1e532c8c584ac66ae7544c2b254fa"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,blackarmor-nas220" + ]; + titles = [ + { + model = "Blackarmor NAS220"; + vendor = "Seagate"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "55b0e41c2e565d3f6d2afb67c14d66afe478b553ae8e1da9e3e1366e330902c6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "ddfeab97c702df2d31e979e64fa62d0b321a520248368db36dbfb0d81fe52eaa"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-seagate_dockstar-initramfs-uImage"; + sha256 = "a192f66b0a5d9b4899b08e7f8df883c7683e15da85ee969541bfae08044f8883"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + model = "FreeAgent Dockstar"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.4-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-seagate_goflexhome-initramfs-uImage"; + sha256 = "e59ccd843117e16ca4d026d0a1230e492ad6480b5d427cf27403d34d7310a0b4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "ae59d459fb91273c7803500f8a86d068051c58af202ac39302f282114b6f022c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "668a9abcf81d49d2511c8a006c83dc62769d7c75335262b52bd4aeb896e4ea11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + model = "GoFlexHome"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.4-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-seagate_goflexnet-initramfs-uImage"; + sha256 = "37acc346e33a270df0b38b0a9ae4b9a6a3f6d7c0d0d426484045089a2a459c01"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "96f71470cd9d81a7cbaaaa52fba3b92a8ce20198d9e5b65b53a2e554dbc039ac"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "8308aadc38768cc73bcc232311c31791ff8d6b8a58fe867094dfbf2aaa541209"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + model = "GoFlexNet"; + vendor = "Seagate"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-r8169" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-21.02.4-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-zyxel_nsa310b-initramfs-uImage"; + sha256 = "deef60440726fc0d9daeb169cfe457c850c3ab68ecffd9bcab553fb471cfc41a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "1aab3bd69d439262befee747efa1c9d6ac9dc0df964c22f0f726ce62e043c464"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "2dbc45ad5df13380d89fd32ad9e939b20bbf91af608458a862748e84fae5f084"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + "nsa310b" + ]; + titles = [ + { + model = "NSA310b"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa310s = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.4-kirkwood-zyxel_nsa310s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-zyxel_nsa310s-squashfs-factory.bin"; + sha256 = "8731d0b2a1181d30308c4a65720419b05e3da681dabfd7220ecbf017ac55e32f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-zyxel_nsa310s-squashfs-sysupgrade.bin"; + sha256 = "4a2ede34f4e59ea0aa806d6cea59c6b5a37065381482e15cc5401fab9553ac48"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-zyxel_nsa310s-initramfs-uImage"; + sha256 = "76ef59d11fddd670566b7071c664e37609f032265cd53e79a16c7a10a959020b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310s" + ]; + titles = [ + { + model = "NSA310S"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.4-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-kirkwood-zyxel_nsa325-initramfs-uImage"; + sha256 = "4595606463c39d5bc91e3907c6191796e50f1ff087c76d84c5e36da8331bd3e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "3878881ede351da0ce9a797d07befaf1afc5b3e570328e5421c79256f709e065"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "96badd7fd97b564b12fea1a360cd272a7c54d5b2b0f28fbb4e7b38b829751384"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + "nsa325" + ]; + titles = [ + { + model = "NSA325"; + variant = "v1/v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "kirkwood/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + lantiq = { + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-ltq-atm-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-vdsl-vr9-mei" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "ltq-vdsl-app" + "ltq-vdsl-vr9-vectoring-fw-installer" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoa" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "bedc411a9c8ae28be13250872ab49a64d4b36fe2ff9955cd12472c7071940c32"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-alphanetworks_asl56026-initramfs-kernel.bin"; + sha256 = "ed593757a705046a941bfc9e83625cfb4449d394b9f0cb71ea6578b8cf23933f"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + model = "ASL56026"; + vendor = "Alpha"; + } + { + model = "ECI VDSL Modem V-2FUb/I"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "39eede7b3369595626ac4f1c60dbf8720372370f2416070e74765a28711e368e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-arcadyan_vg3503j-initramfs-kernel.bin"; + sha256 = "51468aec4fffcb6808cb4d8b312664a4d4a5d5a89063c82cacfa86bba8d81e5f"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + model = "ECI VDSL Modem V-2FUb/R"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"; + sha256 = "e59001c1d97613bf977644f2d59e016634f2a864bcdc657a35aa7b3401563cf2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-arcadyan_vgv7510kw22-brn-initramfs-kernel.bin"; + sha256 = "035ef99919b5c1b8c38a6d8340fdfaa14f00d50c6e3682e9e6ac1a9ffdc49959"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "BRN"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "2202a26bea9dfd65652bd0d74d8e3f6340c4ff5d777e15986ebb3c06c0c38676"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-arcadyan_vgv7510kw22-nor-initramfs-kernel.bin"; + sha256 = "bc285587727c206d358400b745b444e101619c12b2a60ab420d55da890baec34"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "NOR"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"; + sha256 = "18f3e38aedbfa2559286e957b193d3a589e07cd82b7c2df88511eda2baa67fab"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-arcadyan_vgv7519-brn-initramfs-kernel.bin"; + sha256 = "07ed6981faece80850f01ac48be628ca9a9bf3069f851ba0862c81b514ece980"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + model = "VGV7519"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "BRN"; + vendor = "KPN"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "b03f9d237fad6397f8e7fdb111efc07bf79b21c755cdae2bf62df6f843b5eb60"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-arcadyan_vgv7519-nor-initramfs-kernel.bin"; + sha256 = "1ef7eeaee8e07bb45eac12fce93579327228146368d2a240983e82968f2ccaa7"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + model = "VGV7519"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "NOR"; + vendor = "KPN"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "4344c57c67295d4b01ab70bb84757b943b28c3428b40e6f11b4c2ea794ec26d1"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "7d45b46ce68452b0fd9168c3aa1f2ab837884bbcfe07f1bfdceee1d6f345efe6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "511a0f27e6475bde6444e5de408161f99258d986269de190fdeacc5b698331fc"; + type = "eva-filesystem"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz3370-rev2-hynix-initramfs-kernel.bin"; + sha256 = "9e117b2309417fe1a984df25ea5e7032ce2deee874166ba12cf13fdf98d63ddf"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Hynix NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "d462d8d1a78b38f212ad671dd595bbc9472502b038a7d7aa758bedd9aee36c68"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz3370-rev2-micron-initramfs-kernel.bin"; + sha256 = "906bcbadf1dc65e90f985eb1e83633eca0fd8a98de8dce45ff269dd3807f27c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "511a0f27e6475bde6444e5de408161f99258d986269de190fdeacc5b698331fc"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "d000f8221c57afd2fc14777899e55f417c1d284047a8125b83b4637eb6de4929"; + type = "eva-kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Micron NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360-v2 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-avm_fritz7360-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz7360-v2-initramfs-kernel.bin"; + sha256 = "37eb9bca77da19996af9bb12743bd9cf4c982bff4182bbf77bc78e0fa48e69a0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz7360-v2-squashfs-sysupgrade.bin"; + sha256 = "a6dc9e3b6a5ad21ea04ba1ed58f6a8d7c584f00b22540c17b468341d98882d25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360-v2" + ]; + titles = [ + { + model = "FRITZ!Box 7360"; + variant = "v2"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz7360sl-initramfs-kernel.bin"; + sha256 = "c3b9dc1efe5196da643bbccb06ae58473d9072b0ed066a9b3fc0a2ca90a6f03b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "2bea2fa1b38cc3a4dda89198dfdbc298d5eeadec2a58b1e1da3405c724c33095"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + model = "FRITZ!Box 7360 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz7362sl-initramfs-kernel.bin"; + sha256 = "2287291f71d7bf67d32c9b7798f8067006c36137c6be920fab1e7815583d925d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "83f63697ab90ba47e06290491eea646f3f53c31a64d6592183bee6b331910ce4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + model = "FRITZ!Box 7362 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin"; + sha256 = "6e1cf7c285c8ca39e0a6b8194f58a05704782e6b6dd9d45818fda6d8ed1954d7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "e02b6faa829d60336c294697a1eb2e431a7ef2e925c777aa412165cbe1cc7002"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + model = "FRITZ!Box 7412"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7430 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-avm_fritz7430"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin"; + sha256 = "b87e47fb26ca836181290b1d9dbc5ba9e713b9811bd04a8c590e21ce548fa839"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-avm_fritz7430-squashfs-sysupgrade.bin"; + sha256 = "05ae9025d46bbdad35c133c567c23d360d8d32b356ee0f8b3d31aef42d166ce9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7430" + ]; + titles = [ + { + model = "FRITZ!Box 7430"; + vendor = "AVM"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "57e060d834669554e179ed5c6cf9dae5320bb4cb61c8d074f782fbf78119f590"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-bt_homehub-v5a-initramfs-kernel.bin"; + sha256 = "0a9994e671e1f67567146cf5ccae1d6828db3091452a3a830d7ff7b5ba363a12"; + type = "kernel"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + model = "Home Hub 5"; + variant = "Type A"; + vendor = "British Telecom"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-buffalo_wbmr-300hpd-initramfs-kernel.bin"; + sha256 = "78f69bd3eaf97cd26a4eebf5e857ed824dad995aa7b5ffa841a7e661837890e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "d01a8d0a0e3a4add5388cd96d541f13355a3e00e3a20994b865bd0f8b7b19782"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + model = "WBMR-300HPD"; + vendor = "Buffalo"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-lantiq_easy80920-nand-initramfs-kernel.bin"; + sha256 = "d7af62dffe71256a620db81bab138da38c3c8e7ea561cf47dc3074d7ee1f8d36"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "c12372f57fe3a472891110fcb1487e328f7609ec6abda0fe9a4fcd6f299c8ba8"; + type = "fullimage"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "58a813086d068d930187654d2462d0a91811a5837e41555023500d9be8e76941"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NAND"; + vendor = "Lantiq"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "d85a5a7d0ee3b22c6df9f4546638fca6197671f6f59f18764c89c501af8a36cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-lantiq_easy80920-nor-initramfs-kernel.bin"; + sha256 = "72335704326962eb2c8289d20c67d2d79fa9a8c32ce4aa10d1b7ae46d7ea6531"; + type = "kernel"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NOR"; + vendor = "Lantiq"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "88d9c66a6b6730cf75b109c8b10f62db13eadf8a7516bade1ff58c3c9e396d35"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-netgear_dm200-initramfs-kernel.bin"; + sha256 = "d751624e0ade9fd4c8c42616a6cfbdd0488dabf93118edd7229526f58b6b88e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "b15095d6ce46212ed84a35be1b15f759678b4fa640abc0d78733793f2d55f8a8"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + model = "DM200"; + vendor = "NETGEAR"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-tplink_tdw8970-initramfs-kernel.bin"; + sha256 = "8abbf35971c51a9808b16d1d30bd33586301e962c6ba3d137b72c24a57c362cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "00b6626d79197d3b410568b16b8a51ec7f12ab4d222367e6b8f19d70b4c7b498"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + model = "TD-W8970"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "41724272ecef502341dff357f6f35e7bb60f67b69399b15842c1855a088cfbe8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-tplink_tdw8980-initramfs-kernel.bin"; + sha256 = "0b04e89e107a8db03f7ab3bd61b25f7e47466c599135ec8cce68c417e484a85c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + model = "TD-W8980"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-tplink_vr200-initramfs-kernel.bin"; + sha256 = "9a08255b28f860d1370150fc6b75a642d62c1fc1112d4a01b963e979ea071bcc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "b285914f0500a889136e03224d0baa6d95fd4dd6cce5bd04134ec9edef966260"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + model = "Archer VR200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "2d488841a3c76420d17234bac7a37b0dad026749e297aed5340ac73ca16490e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-tplink_vr200v-initramfs-kernel.bin"; + sha256 = "646609323079fc27cae1c482eae3c4c0d25007940130af5c9b771b63f19229e8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + model = "Archer VR200v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xrx200-zyxel_p-2812hnu-f1-initramfs-kernel.bin"; + sha256 = "ad92054ebeaf981d5b2447b480415b3bf35d0f1cee56cbae328c32d947201e53"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "afaefca086a55d9c9083275e3086560a138d4df5b8ac97b6f593b44f05454817"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + model = "P-2812HNU"; + variant = "F1"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "lantiq/xrx200"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "c5c3c37e6d05f2dce3f285c5ab56f17853ab0a1905521a2e7eefbc080479afb4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-arcadyan_arv4510pw-initramfs-kernel.bin"; + sha256 = "53121e981c020d55af5e274a4180b3fc9bf56d4d903ee803a0843e093db6380d"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + model = "ARV4510PW"; + vendor = "Arcadyan"; + } + { + model = "BeWan iBox v1.0"; + vendor = "Wippies"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "826333b25a022bb152397f565083236e034d0ceb528933fbd8e5de01afc7cdf1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-arcadyan_arv7506pw11-initramfs-kernel.bin"; + sha256 = "acd900f2d6cbb11523e06fc30dfb510d773e9a4276cb0e6711c233217a4427eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + model = "ARV7506PW11"; + vendor = "Arcadyan"; + } + { + model = "IAD 4421"; + vendor = "Alice/O2"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "d69e04663f14b66e6df85c815ea5d838ff76ac9c648855c4679c048e9f8f22b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-arcadyan_arv7510pw22-initramfs-kernel.bin"; + sha256 = "da816f21e57f2722495e21f7397d0fb632b7c111933f1cc26d5a7380dc9e4780"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + model = "ARV7510PW22"; + vendor = "Arcadyan"; + } + { + model = "ARV7510PW22"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "34d8ed7465bb1ff23f74aa339c37ba599703bdcbb7b3c4da4db9c69fe80b9f8a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-arcadyan_arv7518pw-initramfs-kernel.bin"; + sha256 = "a0fdf702ed935ed6e81a0f32f7da1be9cb68df5d1125fac2673243138ca912ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + model = "ARV7518PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7518PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "5838a0e823c8ca186bdda27b61601f492ca3cadbcf84fa6c7393a19a5999d8d4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-arcadyan_arv7519pw-initramfs-kernel.bin"; + sha256 = "96947fe7ea3a46cc59e9864ab3082b63349eac01e0cd056c2a283e05375414fb"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + model = "ARV7519PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7519PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-arcadyan_arv752dpw-initramfs-kernel.bin"; + sha256 = "fcba7e4d36cc667124a5f074a97b383443c3d81ea02382ed20572ed7e81fe2f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "9e47759215a7f2f44c7e0d8026081aaa1fcff50583d0540311d5b12b3f5e35e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + model = "ARV752DPW"; + vendor = "Arcadyan"; + } + { + model = "Easybox 802"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-arcadyan_arv752dpw22-initramfs-kernel.bin"; + sha256 = "208e2672ca9ca9df16f873993531adb8e917eee983f4210a63b83ec763e13431"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "625d3fab12c1f7474026e36204bcb16392e4d4ffad96a110cfa8b6a6cd10b7bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + model = "ARV752DPW22"; + vendor = "Arcadyan"; + } + { + model = "Easybox 803"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "a7c24241c0bf10ec02a55e44bb1030e62eb55c6718e29f4bc63324851161ea62"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-arcadyan_arv8539pw22-initramfs-kernel.bin"; + sha256 = "14d95e69dadeb35838a9a4bf34147a7c396ba5a30c1ca3963eca5890a25c3606"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + model = "ARV8539PW22"; + vendor = "Arcadyan"; + } + { + model = "Speedport W504V Typ A"; + vendor = "Telekom"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "397cdfc9be2415cab6a5786dc113a079501cacb94478b4f91688edb3c5ca7c2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-audiocodes_mp-252-initramfs-kernel.bin"; + sha256 = "538dc7b2044a10992bc0e94b9e85ef6c1d7758848a0dbc68314240c9023c9519"; + type = "kernel"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + model = "MediaPack MP-252"; + vendor = "AudioCodes"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "b268ca126b997ff2aaf50575737bc77ac033b930ef418a25131a693a71498335"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-avm_fritz7312-initramfs-kernel.bin"; + sha256 = "84c7d9f311fa1c7669e805d3e95afdb7408654d603f67b185bcb3fb2ce7b7efb"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + model = "FRITZ!Box 7312"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "ee3752363de19752aa8daf8204a596e6f5d875034425eddf1604bfb5be4a2b2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-avm_fritz7320-initramfs-kernel.bin"; + sha256 = "692ab05949493bb5d298f8d50fdcbdfb550816b4d2353060ee24b00b5ce18371"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + model = "FRITZ!Box 7320"; + vendor = "AVM"; + } + { + model = "HomeServer"; + vendor = "1&1"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-buffalo_wbmr-hp-g300h-a-initramfs-kernel.bin"; + sha256 = "6340da4ffb1bd0c61c8dbb50a5578fee6377a226dd008714ad7d2e160fe70309"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "f1ac77d600172aa0f4b1c550774a4c131bdd5c01ed6d98a5eeb9bb3ff3e567df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "A"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-buffalo_wbmr-hp-g300h-b-initramfs-kernel.bin"; + sha256 = "6340da4ffb1bd0c61c8dbb50a5578fee6377a226dd008714ad7d2e160fe70309"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "45b17e862a2535e5b0fdf40c2ace1843ad6d0d9f71e5b1637c2cafbae0cfa911"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "B"; + vendor = "Buffalo"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "f1eef14a7b8b766adedc3124ab89262af0896268f2ff206792a31ea9ba448fca"; + type = "sysupgrade-na"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-netgear_dgn3500-initramfs-kernel.bin"; + sha256 = "4fe1df8218b2d84cef320d67f7a5340332aacae0a6dbc61e343a7bd8ebe5c09e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "b602b4b0e93797c948c2696649925f8afdc903676a11daef9b9f37edeaf96780"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "5d9905b4cf852471f4b3ceafbb3da36bb94f07fce8b340a090b2e4e2e56ce897"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "1659ff6ec7563dff0be3f93f4bd26e12adcd6797a566dcbeaa1818b4f6bfbfb3"; + type = "factory-na"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + model = "DGN3500"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "e49f965849c297fb437162f26281f2ab379397b035a73a0269ecc268b1ccacd3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-netgear_dgn3500b-initramfs-kernel.bin"; + sha256 = "b10e27173be1972176d810993b2a9b8355470ed340a877f786acee1fb7f49956"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "04dcd90ff1b9b40d380875b52b4695150d2f81caad298088846bd0cd8709d281"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + model = "DGN3500B"; + vendor = "NETGEAR"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "0776e706eace4334b2b689629c7364f3f8e01decb3a1c03526d5af1d1d6f1df8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-siemens_gigaset-sx76x-initramfs-kernel.bin"; + sha256 = "8959add5f000929981141e8ab46c743e5ea47563e45c0bc4b8fecbbf48dd30a8"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + model = "Gigaset sx76x"; + vendor = "Siemens"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "e5a22609ccaa1bc87d23440070abd040fb423eac7c730a9898a32e06de184835"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-zte_h201l-initramfs-kernel.bin"; + sha256 = "f6e27a38fbf4cd21cd2ddee5a8f5445e8b9efc4afd2a5ac2c291988c173016ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + model = "H201L"; + vendor = "ZTE"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-lantiq-xway-zyxel_p-2601hn-initramfs-kernel.bin"; + sha256 = "201f906f17eb8f908ed7ceb1821c59280a800e82edabcfb0eb37950e29451625"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "24996e2a0b2b859469345f1ea4037fd1371a3472400a2dc2fdbafe485e05e84a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + model = "P-2601HN"; + variant = "F1/F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "lantiq/xway"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1021a-iot-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-layerscape-armv7-fsl_ls1021a-iot-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sysupgrade.bin"; + sha256 = "53c45c0b785e50f1ba63ddd44d71ab7dc9e7180234fb3fa98e7f90def02c8b81"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sdcard.img.gz"; + sha256 = "19ad1216113587dccf8ab4b2de7a6099d777295f0de0277010fc8ac98e3929de"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "LS1021A-IoT"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr = { + device_packages = [ + "layerscape-rcw" + ]; + image_prefix = "openwrt-21.02.4-layerscape-armv7-fsl_ls1021a-twr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv7-fsl_ls1021a-twr-squashfs-sysupgrade.bin"; + sha256 = "3c34b5e6cf1196563d4de1aa7efa27bb62195f334f8bcece34a5348b9f860319"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv7-fsl_ls1021a-twr-squashfs-firmware.bin"; + sha256 = "73521c44ccd92b84380bda72133ab479f47cb46057b88d9e8f943bf0755ea49a"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-layerscape-armv7-fsl_ls1021a-twr-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sysupgrade.bin"; + sha256 = "ce36c5cfc377b05059619df5ed962938b0ca8341fb58d6c641c83cc92cbf8429"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sdcard.img.gz"; + sha256 = "ba17da8aca4925ff53edcdb1c0fd3d83af7f2fd0b5212c241005de959bdd52b9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr-sdboot" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "layerscape/armv7"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1012a-frdm = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frdm" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1012a-frdm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-sysupgrade.bin"; + sha256 = "ed7bab82e3159c876c322356d53a39aff9d8f72986b5989c39337a9d13b1725d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-firmware.bin"; + sha256 = "a27ecf7f35df43e0095ebfd809d5f01d5f2a35db71e9d9fcb1ddb31898858bcd"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frdm" + ]; + titles = [ + { + model = "FRDM-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-frwy-sdboot = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frwy-sdboot" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "46a65c80d7abb993323bb7f0ce7b28172396a3a2b00d62e6f8bbbc34978283e5"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-firmware.bin"; + sha256 = "2d16a23566d5d551103276c745e97032c368f29d4ca7bcfe182f0ab58ed77fb5"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "15aa17f2acaa268217fc05a8bbaa8b6b034001e531c20c7cac2c1173a9f3c0d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-rdb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-rdb" + "kmod-hwmon-ina2xx" + "kmod-iio-fxas21002c-i2c" + "kmod-iio-fxos8700-i2c" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1012a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-firmware.bin"; + sha256 = "f4adf2eb01bc0fdfd1b62ca5c625a51b178dbb1c4240b66335bf652931e99392"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-sysupgrade.bin"; + sha256 = "e8f733d2552acf5d37227996fe9fe86693b7ca52d3478ca317c57f7469da2249"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-rdb" + ]; + titles = [ + { + model = "LS1012A-RDB"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1043a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-sysupgrade.bin"; + sha256 = "7e9b9540859a3dbdece7057e229bb53aff8b5f530e39910a0be9e50d78d864d2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-firmware.bin"; + sha256 = "96b4a72fb6fdb450af2ab2b1a2bb7a2fda5aee7bf56393ec6584b866ec312b37"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "0cca621787efe07ed21509dbaf851d9bc563e40d1a5be9d3216e860c0db1c73e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "9ecc36ca674443ea6c8420e3712d4a51a1808fa0709b3cc09692acaac65cfae8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy" + ]; + image_prefix = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1046a-frwy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-firmware.bin"; + sha256 = "3de0283fec87b6005960b5c29e3a3f0a7d660b2d4bf0faa7dd815967774cf504"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-sysupgrade.bin"; + sha256 = "9a6222ebf2206fc470e9931f85ec58713515e6bf219971efdb1d642946d5bef5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy-sdboot" + ]; + image_prefix = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "a1dba343b0a7b5c62dce384bf43da36f60579c6919840879114881f4412e0d64"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "8b7c49be75598273bc98e35e397104979cedf24e6bc8be8972398c868915e9d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1046a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-sysupgrade.bin"; + sha256 = "9f128d06b82d576673b394f3520a92a0df01fadb71d5e781b6cd1afd6fb2bd8d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-firmware.bin"; + sha256 = "a6dce4131e5f529199a7542384bae464cd3ae8427eadb845fb133d49737cad9c"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "fe7db9cc53d0e91d667a2e641fb4479c1fc9e39671dc5004bf233b9369e18616"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "2138106d41eccaa96c607789f0069861ce1493192f9a6330d1703126ad3f7b34"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "33cef53ee836a81d0298f0526636c5867b6f57f2fc0c5d33d9680fc3e808193b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-firmware.bin"; + sha256 = "a9fe4e0f87fcbe15d74ac3fab64838574cef7390d5dc810d09757a8e2d37101f"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb-sdboot" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "9a0ce0dcea486fe7c6f3a99c658a62ab21c728080a1bd4d2e3e7bd8453eac21a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "e94ab367bbd1a3d06a2c9c771355fa9698e312abf5d549657cef65c7f37b54d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls2088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls2088a-rdb" + "restool" + "kmod-ahci-qoriq" + ]; + image_prefix = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls2088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "c57ca346ef33a42908ec2000612dd9e08535d4570efa605642d826f7f0102b58"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-firmware.bin"; + sha256 = "f9c639af242740c82bdbe700dd06f6f46b6542c8953b7d79147aff3c4053f4c0"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls2088a-rdb" + ]; + titles = [ + { + model = "LS2088ARDB"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb" + "restool" + ]; + image_prefix = "openwrt-21.02.4-layerscape-armv8_64b-fsl_lx2160a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-sysupgrade.bin"; + sha256 = "6b68962823a68242d1f88b3b263b9c47181fd241f2ebf8f23cbd9a56744260fd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-firmware.bin"; + sha256 = "8214051d1a8b8fbec94728a2ed50317b8c300fd91f33403c69b8605e761171f4"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb-sdboot" + "restool" + ]; + image_prefix = "openwrt-21.02.4-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "a65c4fd31614b0b2a7454729c1ad7dcc88ff190c69a4b61a3baea8c80fb178d3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "40d32a468180b4213db9f9528aca582eb0f452cea2acdcc5a65abc9ecba13c27"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb-sdboot" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + traverse_ls1043 = { + device_packages = [ + "layerscape-fman" + "uboot-envtools" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-21.02.4-layerscape-armv8_64b-traverse_ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-traverse_ls1043-ubifs-root"; + sha256 = "60117eca65c78008e9f06fdf7d84059c3d104279b52e37ae819d22d304afa127"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-layerscape-armv8_64b-traverse_ls1043-ubifs-sysupgrade.bin"; + sha256 = "f7668f7cb510b0430572212763596869a622bc8ec2c706f62e99d5d638aad90b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "traverse,ls1043s" + "traverse,ls1043v" + ]; + titles = [ + { + model = "LS1043 Boards"; + vendor = "Traverse"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "layerscape/armv8_64b"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-mt7615-firmware" + "kmod-mt7615e" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + bpi_bananapi-r64 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.4-mediatek-mt7622-bpi_bananapi-r64"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mediatek-mt7622-bpi_bananapi-r64-initramfs-kernel.bin"; + sha256 = "9f1db85731c6822b0012652eb2f2f920c31a69aa43f3322157c2674195c163e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mediatek-mt7622-bpi_bananapi-r64-squashfs-sysupgrade.bin"; + sha256 = "a63a73c0e17a1a62052c189d5e04f4b9810cc3b4dbf2703df474c8a66c7d2bf6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "Banana Pi R64"; + vendor = "Bpi"; + } + ]; + }; + bpi_bananapi-r64-rootdisk = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.4-mediatek-mt7622-bpi_bananapi-r64-rootdisk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mediatek-mt7622-bpi_bananapi-r64-rootdisk-initramfs-kernel.bin"; + sha256 = "cb9b02b3bff61980f104c4254eb9b9a8b817843934832f38b9c8fe3e82a6a794"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mediatek-mt7622-bpi_bananapi-r64-rootdisk-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "6fc0a85df8322727d998da5512c02420e35e56f816a29c97b4d4290284230877"; + type = "sysupgrade-emmc"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "Banana Pi R64 (rootdisk)"; + vendor = "Bpi"; + } + ]; + }; + elecom_wrc-2533gent = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-btmtkuart" + "swconfig" + ]; + image_prefix = "openwrt-21.02.4-mediatek-mt7622-elecom_wrc-2533gent"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mediatek-mt7622-elecom_wrc-2533gent-squashfs-sysupgrade.bin"; + sha256 = "5071e7a3769d914966f70d283c593c12d950f364d0f8769af859868e30d67761"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mediatek-mt7622-elecom_wrc-2533gent-initramfs-kernel.bin"; + sha256 = "2edbef46dbe0744167a31a6152a9d35dcbf31285ac0eab08a2d72af89c188f12"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gent" + ]; + titles = [ + { + model = "WRC-2533GENT"; + vendor = "Elecom"; + } + ]; + }; + mediatek_mt7622-rfb1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.4-mediatek-mt7622-mediatek_mt7622-rfb1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mediatek-mt7622-mediatek_mt7622-rfb1-initramfs-kernel.bin"; + sha256 = "13e0df9a243e47cc0da30136c1c6fbee5c680ab11f75985ac2528677f3fbce62"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mediatek-mt7622-mediatek_mt7622-rfb1-squashfs-sysupgrade.bin"; + sha256 = "553d8f1f5c02a7380194db77306274fed46977f0f513c76ca062e48f8c36c99a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7622-ubi = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.4-mediatek-mt7622-mediatek_mt7622-ubi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mediatek-mt7622-mediatek_mt7622-ubi-initramfs-kernel.bin"; + sha256 = "4a909f989f6a02064204648cef047fd75321d090bc4c193f845d7185fe1457b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mediatek-mt7622-mediatek_mt7622-ubi-squashfs-sysupgrade.bin"; + sha256 = "194fa0424aa83138d4eb22008df6812555848e3bb0fa3b1e8b6baecc03d36f68"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mediatek-mt7622-mediatek_mt7622-ubi-squashfs-factory.bin"; + sha256 = "68a7f9fe6d2a246a2df84fb4a608e6bc8b72872f06a9000020f7e8ed42bfc0ab"; + type = "factory"; + } + ]; + supported_devices = [ + "mediatek,mt7622-ubi" + ]; + titles = [ + { + model = "MTK7622 AP (UBI)"; + vendor = "MediaTek"; + } + ]; + }; + ubnt_unifi-6-lr = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.4-mediatek-mt7622-ubnt_unifi-6-lr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mediatek-mt7622-ubnt_unifi-6-lr-initramfs-kernel.bin"; + sha256 = "85e2b258d4320f25c44b591a1db8aa3325d6c4a807409a6198be03dff5263852"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mediatek-mt7622-ubnt_unifi-6-lr-squashfs-sysupgrade.bin"; + sha256 = "25fc3cb4eea1d22d1d9a7145ce632ad5cf4ba09c4645540fdbe4974c585ab346"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr" + ]; + titles = [ + { + model = "UniFi 6 LR"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "mediatek/mt7622"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + bpi_bananapi-r2 = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.4-mediatek-mt7623-bpi_bananapi-r2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mediatek-mt7623-bpi_bananapi-r2-squashfs-img.gz"; + sha256 = "669308090f9609d1df9fa90461cec573910450883d9bef6e4fefaf47ac9c04ae"; + type = "img"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mediatek-mt7623-bpi_bananapi-r2-initramfs-kernel.bin"; + sha256 = "ccfabdd1c3cb88001d20cac809119819d70cb1d5af0f03112ce3f3698041f554"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r2" + ]; + titles = [ + { + model = "Banana Pi R2"; + vendor = "Bpi"; + } + ]; + }; + unielec_u7623-02-emmc-512m-legacy = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.4-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-initramfs-kernel.bin"; + sha256 = "c03a9b822b237a34e437b655f255d0535d7d55e428e84758d92e785fc1393ff0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "01a1e7f0729d2655417521aa2a612e0739dea0652b049ba73803efe049b3c1ff"; + type = "sysupgrade-emmc"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + variant = "eMMC/512MiB RAM (legacy image)"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7623-emmc = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.4-mediatek-mt7623-unielec_u7623-emmc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mediatek-mt7623-unielec_u7623-emmc-initramfs-kernel.bin"; + sha256 = "c6b5e5b102b1158fc33409a99618be828653e1250829f6da412975460f9fda4e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mediatek-mt7623-unielec_u7623-emmc-squashfs-img.gz"; + sha256 = "307ad22e482b9efd2a6797fd0cf8b94c44878a0b63a026977ae906240194b633"; + type = "img"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623"; + variant = "eMMC"; + vendor = "UniElec"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "mediatek/mt7623"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + mt7629 = { + arch_packages = "arm_cortex-a7"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + mediatek_mt7629-rfb = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-21.02.4-mediatek-mt7629-mediatek_mt7629-rfb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mediatek-mt7629-mediatek_mt7629-rfb-squashfs-sysupgrade.bin"; + sha256 = "51fa36489e47d101959997c3f8e7eda1e2cf1ce0bffab7cd5bb2dfea49adf02d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mediatek-mt7629-mediatek_mt7629-rfb-initramfs-kernel.bin"; + sha256 = "f1aab3085a48e12ec7027425120c591451b966c44962955442e585f8e1e0204b"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7629-rfb" + ]; + titles = [ + { + model = "MT7629 rfb AP"; + vendor = "MediaTek"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "mediatek/mt7629"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + mpc85xx = { + p1010 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + sophos_red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mpc85xx-p1010-sophos_red-15w-rev1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mpc85xx-p1010-sophos_red-15w-rev1-initramfs-kernel.bin"; + sha256 = "f4a5a5e1dd5bed1d126d0a7454f6d1e3ea471f9ce0adfe7bc70a3096b78a713a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mpc85xx-p1010-sophos_red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "b779851c9c1ae4731dc01e44b40fb70317100808121b211f266fee89b9c56645"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + model = "RED 15w"; + variant = "Rev.1"; + vendor = "Sophos"; + } + ]; + }; + tplink_tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mpc85xx-p1010-tplink_tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "4c6cddc0506f092ba3b148f22e5c91f72a998c0c843a084db0b04d4567c7f895"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "838f119e72ef07850df60753ce0f6252e8498c95e1aa701acb499fc88edee7a7"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v1" + "tl-wdr4900-v1" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "mpc85xx/p1010"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aerohive_hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.4-mpc85xx-p1020-aerohive_hiveap-330"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin"; + sha256 = "4f4d69baea9c072a49a248bb00f5dca0f4b3864b6c39108a8e8d51cb9723d760"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mpc85xx-p1020-aerohive_hiveap-330-squashfs-fdt.bin"; + sha256 = "65c6edce3077727395753574f92dbf4bd8dda8142b0459200000b714189aaac1"; + type = "fdt"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mpc85xx-p1020-aerohive_hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "912ce82b28fb44314dee858583516e1fa643060ea4aab1ecfeacd00972d2ee53"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + model = "HiveAP-330"; + vendor = "Aerohive"; + } + ]; + }; + enterasys_ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mpc85xx-p1020-enterasys_ws-ap3710i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "10a2ce861d5a79f4304a60c8fc2ddfb26e242993e727db11f66e07db0f82f73f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mpc85xx-p1020-enterasys_ws-ap3710i-initramfs-kernel.bin"; + sha256 = "9d999cba2e349d92364202aab3fb11f249bc6a16d10a8aca675b5cd350001521"; + type = "kernel"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + model = "WS-AP3710i"; + vendor = "Enterasys"; + } + ]; + }; + ocedo_panda = { + device_packages = [ + "kmod-rtc-ds1307" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-mpc85xx-p1020-ocedo_panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mpc85xx-p1020-ocedo_panda-squashfs-sysupgrade.bin"; + sha256 = "5b5e21458c897c12b653dffa4edb858ccfc820f39b710c6d0887b6a156580389"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mpc85xx-p1020-ocedo_panda-initramfs-kernel.bin"; + sha256 = "3114697caaa464f3498bb22d155d3dd7dc528050ba7a982d67db016eccadb4dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mpc85xx-p1020-ocedo_panda-squashfs-fdt.bin"; + sha256 = "e31ead96b076b205707a55a6b96abc809ec7349408e1088dcaeed031c9ec45df"; + type = "fdt"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + model = "Panda"; + vendor = "OCEDO"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "mpc85xx/p1020"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + freescale_p2020rdb = { + device_packages = [ + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.4-mpc85xx-p2020-freescale_p2020rdb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mpc85xx-p2020-freescale_p2020rdb-initramfs-kernel.bin"; + sha256 = "aac09eab55ee0aff7d4e69c8f4be6c2773b4640df41cc0a8720066a6f4f95863"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mpc85xx-p2020-freescale_p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "df13efc5cf4f1e1dfec113f74c877da6475d78ff361ef676a07498f4b236f2b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + model = "P2020RDB"; + vendor = "Freescale"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "mpc85xx/p2020"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + glinet_gl-mv1000 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa53-glinet_gl-mv1000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa53-glinet_gl-mv1000-initramfs-kernel.bin"; + sha256 = "925468e87211736454755f83c7eefc45480f7fd4aafe611690066a916b878f43"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-mvebu-cortexa53-glinet_gl-mv1000-ext4-sdcard.img.gz"; + sha256 = "46bbe8a541a688a61b6b4542462b783f09e81fee1117a32b0799a341ce2ea79a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa53-glinet_gl-mv1000-squashfs-sdcard.img.gz"; + sha256 = "c2034ec86127d5acab3be4bdafc796cfd497d0e6c4ee827aeade3a5c80f6e3cd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "glinet,gl-mv1000" + ]; + titles = [ + { + model = "GL-MV1000"; + vendor = "GL.iNet"; + } + ]; + }; + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "9fe25641d5dd0fa29cf3b24953cd3050fb3499d42de3496342dbd683302796e6"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "a272df463d60ed54a5f33ef34a30839930171f762691a94709e30534b568f22f"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-initramfs-kernel.bin"; + sha256 = "925468e87211736454755f83c7eefc45480f7fd4aafe611690066a916b878f43"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "991aa1166d08c21d6942d29c07e2b33c89ae0e9186bf9851a8e28763dc726503"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-emmc-initramfs-kernel.bin"; + sha256 = "925468e87211736454755f83c7eefc45480f7fd4aafe611690066a916b878f43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "a7782b0f660f52ba36840bdd9b2b6ee0538e9e2ae63623c55f35ab27dda33ef6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-ultra = { + device_packages = [ + "kmod-i2c-pxa" + "kmod-rtc-pcf8563" + ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-ultra"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-ultra-ext4-sdcard.img.gz"; + sha256 = "6a835ca56d29e969837d8cd5cc0bd73725e657dc575ae55d58e73d1aded89d12"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz"; + sha256 = "920301a53dd4776e1bd37d8cdcd705ad24daaa84d197c014c3e6d10b7d7c1a5d"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-ultra-initramfs-kernel.bin"; + sha256 = "925468e87211736454755f83c7eefc45480f7fd4aafe611690066a916b878f43"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-ultra" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Ultra"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "5a70d9261f7bf22be84ebc767dc0c721d9105685b13731c1737cf7cfbff41e79"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-v7-initramfs-kernel.bin"; + sha256 = "925468e87211736454755f83c7eefc45480f7fd4aafe611690066a916b878f43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "e5056afb0c3cf53754350ba8ac86e577fe0b6504d93a003cfd33389f6f26c239"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "bf35314a0765995aff6ed8cc98017eb5ef7c6ca2f253e6889b19338df1b5f200"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "184fbae0396844a2f64dd771c9435033cfb71166acd2775886f694796c248d94"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa53-globalscale_espressobin-v7-emmc-initramfs-kernel.bin"; + sha256 = "925468e87211736454755f83c7eefc45480f7fd4aafe611690066a916b878f43"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "f9d3f4d33218961b547f63bc0f62967f44a067a1a0a531fc4941dad236344304"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "407933bce7a49277d590cb6eac06f30c6359ba232ef15e9e32c0a1b1d75c0bdd"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa53-marvell_armada-3720-db-initramfs-kernel.bin"; + sha256 = "925468e87211736454755f83c7eefc45480f7fd4aafe611690066a916b878f43"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + model = "Armada 3720 Development Board (DB-88F3720-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + methode_udpu = { + device_packages = [ + "f2fs-tools" + "fdisk" + "kmod-i2c-pxa" + "kmod-hwmon-lm75" + ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa53-methode_udpu"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-mvebu-cortexa53-methode_udpu-firmware.tgz"; + sha256 = "d05921e64529c1aacf6c60b9de0e1d9dba8cf373318eafaa0521f0d25d3f3a8a"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa53-methode_udpu-initramfs.itb"; + sha256 = "cc783972fd74f39630994078a0d4a4cc53fcbdc3d50f355f18bd3daf5a0b3891"; + type = "kernel"; + } + ]; + supported_devices = [ + "methode,udpu" + ]; + titles = [ + { + model = "micro-DPU (uDPU)"; + vendor = "Methode"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "mvebu/cortexa53"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + iei_puzzle-m901 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa72-iei_puzzle-m901"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-mvebu-cortexa72-iei_puzzle-m901-ext4-sdcard.img.gz"; + sha256 = "e6c4435fbe0f2c5ea41df3c6f1435b376847231d907dd45f4f5d7dd65146c2f2"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa72-iei_puzzle-m901-initramfs-kernel.bin"; + sha256 = "03c1a6362ed5f7701db8dc325343102c0145d4dbeb9df7928728624550f261e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa72-iei_puzzle-m901-squashfs-sdcard.img.gz"; + sha256 = "6229ee66d3d0fed6c8ed216c76aa25fc099b8f749558cd5797e684bed4c99941"; + type = "sdcard"; + } + ]; + supported_devices = [ + "iei,puzzle-m901" + ]; + titles = [ + { + model = "Puzzle-M901"; + vendor = "iEi"; + } + ]; + }; + iei_puzzle-m902 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa72-iei_puzzle-m902"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-mvebu-cortexa72-iei_puzzle-m902-ext4-sdcard.img.gz"; + sha256 = "612130657ce7b64294c93a49b30bee7fd6d1c504d821fb4dda46486bb7f55e33"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa72-iei_puzzle-m902-squashfs-sdcard.img.gz"; + sha256 = "a7a1eb97635a7ed2728a69f7eedf14ac1abb265014916c0b3777ee2463ed930c"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa72-iei_puzzle-m902-initramfs-kernel.bin"; + sha256 = "03c1a6362ed5f7701db8dc325343102c0145d4dbeb9df7928728624550f261e2"; + type = "kernel"; + } + ]; + supported_devices = [ + "iei,puzzle-m902" + ]; + titles = [ + { + model = "Puzzle-M902"; + vendor = "iEi"; + } + ]; + }; + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "b5bd1082af0ac257d8b9f0feb4321ec8d94f6a87689cb7ed41424072411ecb70"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa72-marvell_armada7040-db-initramfs-kernel.bin"; + sha256 = "03c1a6362ed5f7701db8dc325343102c0145d4dbeb9df7928728624550f261e2"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "49f45a90d47be7ca00179cdd63ba003664dacab74b1383b6658cadee417a4cfe"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + model = "Armada 7040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa72-marvell_armada8040-db-initramfs-kernel.bin"; + sha256 = "03c1a6362ed5f7701db8dc325343102c0145d4dbeb9df7928728624550f261e2"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "c210fa6b3bd4b046ea9975e2189f28100874b470c123220b52be69a98576c5d4"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "73797625022123fee9f6e1d386c2c92bdd9d6cece31ade3a4c2167600e7fdf13"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + model = "Armada 8040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_macchiatobin-doubleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa72-marvell_macchiatobin-doubleshot"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa72-marvell_macchiatobin-doubleshot-initramfs-kernel.bin"; + sha256 = "03c1a6362ed5f7701db8dc325343102c0145d4dbeb9df7928728624550f261e2"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-mvebu-cortexa72-marvell_macchiatobin-doubleshot-ext4-sdcard.img.gz"; + sha256 = "1563aae2b8a7e1089cbbf7bc38935bb916b657e524c6015fd75a52a60b1ec08a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa72-marvell_macchiatobin-doubleshot-squashfs-sdcard.img.gz"; + sha256 = "57ee3bf73e950345ce60a1af31a76cd984d266be63c41d093106ac21ba647ea7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-doubleshot" + "marvell,armada8040-mcbin" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + ]; + }; + marvell_macchiatobin-singleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa72-marvell_macchiatobin-singleshot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa72-marvell_macchiatobin-singleshot-squashfs-sdcard.img.gz"; + sha256 = "ad163fa94e43018ecf44011f76b54fc738b33c00d8b1771656dcf7cd73a1ed4a"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa72-marvell_macchiatobin-singleshot-initramfs-kernel.bin"; + sha256 = "03c1a6362ed5f7701db8dc325343102c0145d4dbeb9df7928728624550f261e2"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-mvebu-cortexa72-marvell_macchiatobin-singleshot-ext4-sdcard.img.gz"; + sha256 = "dcce9005506199d43910f1b41e8a8f197f09b6412b9033fb427cf5e40d0d0dcc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-singleshot" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "mvebu/cortexa72"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + buffalo_ls421de = { + device_packages = [ + "kmod-rtc-rs5c372a" + "kmod-hwmon-gpiofan" + "kmod-hwmon-drivetemp" + "kmod-usb3" + "kmod-linkstation-poweroff" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-mod" + "kmod-fs-xfs" + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-buffalo_ls421de"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-buffalo_ls421de-squashfs-sysupgrade.bin"; + sha256 = "5938c556cba5f6de9c939ea9ee465169ce0bd81ac2da8428a64a27ed28a65ea4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-buffalo_ls421de-initramfs-kernel.bin"; + sha256 = "88cb0b8203e82b636a3922ef6c7ef45014eeefa9f32822991ea42a874cf4880c"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,ls421de" + ]; + titles = [ + { + model = "LinkStation LS421DE"; + vendor = "Buffalo"; + } + ]; + }; + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic-wolfssl" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-mux-pca954x" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-21.02.4-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "36fd2aa954b8e4925d667cc3c4688beefdaad8f545a5fd892bea6cca24c6867b"; + type = "omnia-medkit-openwrt-21"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-cznic_turris-omnia-initramfs-kernel.bin"; + sha256 = "618ddd7ce71c03539daf2afb863179a023930e26fd44fb5e18e202fd0d917dfc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "b5a090152585a960902a0f89747febf46e52ae917bd721ac3611f30abee6e0c6"; + type = "openwrt-21"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + model = "Turris Omnia"; + vendor = "CZ.NIC"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "63be3dd8d2eab6bc1230a89c1d5e04b49aa09e05807f8a64e2d0bdb2a9d1b7e5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-globalscale_mirabox-initramfs-kernel.bin"; + sha256 = "9150c5aa968660506d9f9b92b51c7d6bc0079f959adaaf36fac8ab624efadde8"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + model = "Mirabox"; + vendor = "Globalscale"; + } + ]; + }; + kobol_helios4 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-kobol_helios4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-kobol_helios4-squashfs-sdcard.img.gz"; + sha256 = "d240c36bc6cc534519fb67c736f85063f2e49dd2a31b7003d025b9814e6a8d59"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-kobol_helios4-initramfs-kernel.bin"; + sha256 = "a442bfb21e6808bc40b4e3f8a0784f2227cdd0d7c349ace2a05f253951cf46b3"; + type = "kernel"; + } + ]; + supported_devices = [ + "kobol,helios4" + ]; + titles = [ + { + model = "Helios4"; + vendor = "Kobol"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt1200ac-initramfs-kernel.bin"; + sha256 = "a9b2c83bedbbae7953efb79f91d8d92b8d46a0043484265dde9bb07dd418fc01"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "6ed0383ce8eb339d1133a56f5d094d4c1db4c8de671db3b7b5c356ce68b9d2b3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "6ebeae2fe4904eed1779dec65e8fa4db53f104b08c1977daaa33d66d2483ee1e"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt1200ac" + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + model = "WRT1200AC"; + vendor = "Linksys"; + } + { + model = "Caiman"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v1 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt1900ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-factory.img"; + sha256 = "3a3b0662552598fe44f5742441ae410448b94ab2cc27b4f08a7cb03946f9e602"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt1900ac-v1-initramfs-kernel.bin"; + sha256 = "a6df72d176ae363c2a950d4b3cf656e5e502890fb6ccbdd2a10b5f6e7a8afa0b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-sysupgrade.bin"; + sha256 = "0aad14b9e84c6495830a94176bf6308512702b06c8132a09a575bf926b3c6c97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v1" + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "Mamba"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v2 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt1900ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-sysupgrade.bin"; + sha256 = "16fccced5784e03cc56ca6bb29a2c265bcf0dca3acc53bb76e2629b150da4324"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-factory.img"; + sha256 = "3f1311805a7375cdff47288c21e932c850a13ca66f5b60256abcb792abdc2128"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt1900ac-v2-initramfs-kernel.bin"; + sha256 = "a280b4d77e52952459bef93107ab413b040876c38cbe51fd7145915f413f219a"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v2" + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Cobra"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt1900acs-initramfs-kernel.bin"; + sha256 = "d62304dfc0c3342306c3257f3abc1055a1f49323be51f3f909b1b6490bf2ce0a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "c1375cf3e1fef6f22bd4f98069b0e6ef1390b38b215c6a93152b2e7c71e38c88"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "6f19de4b2af7bbb1262d6bd8e87c70f9f5e8ba4c892c34fb151cd20d67e88140"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt1900acs" + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + model = "WRT1900ACS"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "WRT1900ACS"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Shelby"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt3200acm-initramfs-kernel.bin"; + sha256 = "60d78f5338a4562828a39e34e8a8fc8d70e9474afe9bcb5cf3b01213ebe2e215"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "4d6ca2fa3404745376d40d433eec8acbcc8f64d398e97dfa9805961f5e0154ff"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "e61d5faa97c4db57126d29305f785c85171ac943eb68606e6994aec9dea0faa4"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt3200acm" + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + model = "WRT3200ACM"; + vendor = "Linksys"; + } + { + model = "Rango"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "eb321093331c0ee08984bd56c1e81da9392f015327d6eb57d6a9ed82c4e4f132"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt32x-initramfs-kernel.bin"; + sha256 = "0b647016dbbf4a8e9e08477fde5074b73b74c31b16dd40bd123dd252a61364c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "b525199e0dd97e7c03481e1de86763a6a4904ca48a960ebb48174f20acac4f4d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt32x" + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + model = "WRT32X"; + vendor = "Linksys"; + } + { + model = "Venom"; + vendor = "Linksys"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-marvell_a370-db-initramfs-kernel.bin"; + sha256 = "a7864c097567e6ed93590323f104f325a63aad16fd273e7f64753d0b86499bec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "c5425d19eed99bf46770ee95853725f4900305336d67dafe170d6ceb4766a3ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + model = "Armada 370 Development Board (DB-88F6710-BP-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-marvell_a370-rd-initramfs-kernel.bin"; + sha256 = "9a9d9c7b27703bff7ec7b4b20b6c1bfd961195ee1482e813a2f7c0f5c5c34fcd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "a116fc3f1e56a159abe668d6201156fe0186180266f3f40df4c7072b7f0af01d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + model = "Armada 370 RD (RD-88F6710-A1)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-marvell_a385-db-ap-initramfs-kernel.bin"; + sha256 = "a74fe546fee8bff9a1f1c75a92032b24136f016fe2a0d38f43d97ed605ddcce5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "78e787f65e1fc1a4bfd5f66cf154665f284a6befb132d1cdb969a7642a3bc2d6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "a9bf6572120ad1d344c163668a9cd1a3e969ba9620ac3b843f9916387cad89f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + model = "Armada 385 Development Board AP (DB-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "747f8db2c3a63d9415eca0984a67cdd77ebe38c0014fa323609ad7e027792dc5"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-marvell_a388-rd-initramfs-kernel.bin"; + sha256 = "25a43d8f1ca71b8fa4f96828cfee13b4ccbbdb853e2d0e5f032cf1915a294620"; + type = "kernel"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + model = "Armada 388 RD (RD-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "f5224c7f9ac5155cdeed3e430a07901241a3e6e8e57c0e03433288132a3b0bbe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-marvell_axp-db-initramfs-kernel.bin"; + sha256 = "4848c944e241479e79ef935d0654dd5c2ef19a7e1ff83f335b7c09af52929178"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + model = "Armada XP Development Board (DB-78460-BP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-marvell_axp-gp-initramfs-kernel.bin"; + sha256 = "5ed840c6ed58f593439126f9eef6239c1e91867730716ca9b0250a6204f53b72"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "fd5c5def81ebab2eb04c2d8b75684d6a908fbfe1969c87654597385bd4b6fc4d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + model = "Armada Armada XP GP (DB-MV784MP-GP)"; + vendor = "Marvell"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-plathome_openblocks-ax3-4-initramfs-kernel.bin"; + sha256 = "c8732c319dfc3102b330fcab97fd8fbe61f518c83085635ce2193b31a5576e81"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "73132847e67dc9f0aca684d08208eab764c5b74029f4d14fa689dd3505eeabeb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "b563dc2fb3e11b2212d9c3209e3a8a5c67d5707a59d21167ebff2cee57802f8d"; + type = "factory"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + model = "OpenBlocks AX3"; + variant = "4 ports"; + vendor = "Plat'Home"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-solidrun_clearfog-base-a1-initramfs-kernel.bin"; + sha256 = "a442bfb21e6808bc40b4e3f8a0784f2227cdd0d7c349ace2a05f253951cf46b3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "5f391638a693a292332911cd945c058858e535a4a0e81c05d347730c090a0310"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + model = "ClearFog Base"; + vendor = "SolidRun"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.4-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-solidrun_clearfog-pro-a1-initramfs-kernel.bin"; + sha256 = "a442bfb21e6808bc40b4e3f8a0784f2227cdd0d7c349ace2a05f253951cf46b3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "d72120c7050f407c92e702dbdc2b039ba84bde88050d1550a562351e2664cb8e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + model = "ClearFog Pro"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "mvebu/cortexa9"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-octeon-generic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-octeon-generic-initramfs-kernel.bin"; + sha256 = "4de2e5ea5c381f8c226f494fc003dc5330f2b01e8c959178de38dea35e419192"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Octeon"; + vendor = "Generic"; + } + ]; + }; + itus_shield-router = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-octeon-itus_shield-router"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-octeon-itus_shield-router-initramfs-kernel.bin"; + sha256 = "826f6dc6ea8d51457be9691451963297be6ebd591e0d5d402a70d660198ed080"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-octeon-itus_shield-router-squashfs-sysupgrade.tar"; + sha256 = "aadc6e6247ac7514e2b0e7becdb7b7ed921e68b73bf36abbf841cc965e94f18d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "itus,shield-router" + ]; + titles = [ + { + model = "Shield Router"; + vendor = "Itus Networks"; + } + ]; + }; + ubnt_edgerouter = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-octeon-ubnt_edgerouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-octeon-ubnt_edgerouter-squashfs-sysupgrade.tar"; + sha256 = "cd24aff36f74fcfce5d6ed19bc3333acc949ebc1938cf7a7d56b75ca288d3031"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-octeon-ubnt_edgerouter-initramfs-kernel.bin"; + sha256 = "842266329148cc512af6338ebdc538e983f61244d98b26bfa3d1683b84efca51"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter" + "er" + ]; + titles = [ + { + model = "EdgeRouter"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-4 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-21.02.4-octeon-ubnt_edgerouter-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-octeon-ubnt_edgerouter-4-initramfs-kernel.bin"; + sha256 = "1ebfdd940e5749abad3de038bd2926e05f02f6f3f3e305d7d8e3b75a145c3223"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-octeon-ubnt_edgerouter-4-squashfs-sysupgrade.tar"; + sha256 = "ec2f6973466ef78737f69196c342b26865a54a0105f014e0f10e681be5b5c532"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-4" + ]; + titles = [ + { + model = "EdgeRouter 4"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-lite = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-octeon-ubnt_edgerouter-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-octeon-ubnt_edgerouter-lite-initramfs-kernel.bin"; + sha256 = "67dcca328b417a4faf3473c585f698589513c2713da5641f0b58ab5d0692147f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-octeon-ubnt_edgerouter-lite-squashfs-sysupgrade.tar"; + sha256 = "1bd4d5a348a832e829c5d733c3da7e2470c6b02e36d7c22173583d96c50bae38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-lite" + "erlite" + ]; + titles = [ + { + model = "EdgeRouter Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "octeon/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "71ab34a98181181ddebc76d737fc43fda0a776fae5d4afaf447e316d2ef0801f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "abb15ac293016da09a76eba3334ba9bad339a5ed01847b470c2934a24c54b792"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + model = "AM335x BeagleBone Black"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-omap-ti_am335x-evm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "fc61b553a2ed4d3a0ff9480c252b8a2b426ea46db8932854b628f709566f4941"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "3736ce432a898fd462a40eb352aedc14b7d856771bb35fd6ba4080fb8c5a517d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + model = "AM335x EVM"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-21.02.4-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "fd80ba83ee6b213d024a39df8243a53b95f62c3c6f341d8e819d64d6c50382ec"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "807a24d4ec488522045dea1e47e1dbfdeea47d03d9579281ef9cf97547eae28c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + model = "OMAP3 TI beagleboard"; + vendor = "BeagleBoard.org"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-21.02.4-omap-ti_omap4-panda"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "5e993377f85d27b4d95c6c937ff26aba8466eda35428a52e5f08952639da71dd"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "6e7af39b66f1365930d4c6ddbb9cc31966319028103a05874bf55e86545596ee"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + model = "OMAP4 TI pandaboard"; + vendor = "PandaBoard.org"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "omap/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "fdisk" + "fstools" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mtd" + "netifd" + "opkg" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "edfa9c8cfcab38f81f70833a6aa61be98d03bd733287c801f4e47e67407262b3"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "8eea282272379ef485f6ff2ab1d8943a264023ac6094261f4408b067d94e23b9"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "eb2d913e3268c501838da302dffe35b81cdcff1b3a1e42fa3df2c47f548e593e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-oxnas-ox820-akitio_mycloud-initramfs-uImage"; + sha256 = "d5481e4ee63ca0fb3ea5ea7417d6ce8f4acb682e80a68634a91f47226adf9f6b"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "c8364743fd3ee5e010e39d9aeb04fd5a3aa42f49bae1710ea6b9a47e7c342857"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + model = "MyCloud Mini"; + vendor = "Akitio"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + ]; + image_prefix = "openwrt-21.02.4-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "c16f6c5e3059cb125db4f914b8825b28daf828191a8ec5d8b2883b137aead5d6"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "e91e1134f9ceef4ac19669ac1db62be040747a231d7ebd99cca78dc9c7ca79e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-oxnas-ox820-cloudengines_pogoplug-series-3-initramfs-uImage"; + sha256 = "29f1335eeb1f179b3b71f35c94b8bb71b7ae8600e4d5f5cf4fd38c9afcf5ada6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "9d6ef5b0b212423302570257d4a76da410a3ae00bfaf816e4385cc870f80c2fb"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "6ff56736af7fbcaea6e4662ccd24baccf00908fd7584c4b54c2ef9904bac5c28"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + model = "PogoPlug Series V3 (without mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "d4449bac2c587324e1ad4790bfd8a2f107a64036a98dd60c4cfe41b5e0ae7970"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "1104d1f13b5e78b8de0f417bd19a8b627542c9b7642d1b91b723d8edcee9657f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-oxnas-ox820-cloudengines_pogoplugpro-initramfs-uImage"; + sha256 = "a9fbc39ff638072bbde76a9f1dbb143033cb23a85240a7057e503fe38c18c9a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "5c5bafd3e971acc449f72ed7ba85a24b28d0d2b367f6355639964a8028227acc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "75f17707b1a50befe331ba1f054769656412b457d0a0340df7294a8deabf3921"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + model = "PogoPlug Pro (with mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "a5f2c77fd53562b7f0484c7dec84c4947eb60d695893a6211b180ef6969f2747"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-oxnas-ox820-mitrastar_stg-212-initramfs-uImage"; + sha256 = "9d5eb626453c8da016423431afa2531bcc7108c0f3e5bb648e7dcd180006f584"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "db011abd3454bd04090e14bed8350a48cbe757c4a7d3087911665436a0f17013"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "c8668dd51d65ac81c599ecd839c115b15d851fa919564b984f14a605d467c87e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "680aaa14b38619737e08cf47f63ad5aa69111f00343b8d74b802b43f5c4ffbf1"; + type = "ubinized"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + model = "STG-212"; + vendor = "MitraStar"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-ata-oxnas-sata" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-21.02.4-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "3250445f44f8e5d69f5b1b356e57e528c0cc082b5086dbafc41bc78f5446bd48"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "0cc2b12ef24fcc2fe1c1ffb346f0c47fdb79ddf99bdd5970ca09e74262880788"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "b0489355ed919562cd7b95cc08efd54d94096192b7f5f17daddd827d565e742a"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.4-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "33b302692f61cbf7dea8077d21a0fa079f935741a0a590a2dfad1fb90909eac8"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-oxnas-ox820-shuttle_kd20-initramfs-uImage"; + sha256 = "11ce0cbb7efaef0436084d338d5f9dbf943d869b628a43ce5ef42f6b80925990"; + type = "kernel"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + model = "KD20"; + vendor = "Shuttle"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "oxnas/ox820"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + img_creator-ci40 = { + device_packages = [ + "kmod-tpm-i2c-infineon" + "kmod-ca8210" + "wpan-tools" + ]; + image_prefix = "openwrt-21.02.4-pistachio-img_creator-ci40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-pistachio-img_creator-ci40-squashfs-sysupgrade.tar"; + sha256 = "02359c08524b6c88f2e9989d8a8da82d1e125700fdec037d3dd178c2ba1dc7c3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-pistachio-img_creator-ci40-squashfs-factory.ubi"; + sha256 = "ade663a8b01f5a5d8683df33a1950376fd75a92bc4e1eb440c677cbb1fcf45f9"; + type = "factory"; + } + ]; + supported_devices = [ + "img,creator-ci40" + ]; + titles = [ + { + model = "Creator Ci40 (VL-62899)"; + vendor = "Imagination Technologies"; + } + { + model = "Marduk board"; + vendor = "Imagination Technologies"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "pistachio/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aigale_ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-aigale_ai-br100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-aigale_ai-br100-initramfs-kernel.bin"; + sha256 = "80ff0388a0f7172ca0aeab78f5477cf918b7b88e40a4b6cff2cf15d2cc4ebe24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-aigale_ai-br100-squashfs-sysupgrade.bin"; + sha256 = "db9b7c7c70d6fdf02b234a4f5830b42e8804510be38763093d65b7fc3454b932"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aigale,ai-br100" + "ai-br100" + ]; + titles = [ + { + model = "Ai-BR100"; + vendor = "Aigale"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "e2d3586314fe5e33e1d6899f8eb56f451cc9f7ca3d27bd2ac1ebaad946c37262"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-alfa-network_ac1200rm-initramfs-kernel.bin"; + sha256 = "29b77d7413b459d40ccb23e30723466e66d9b0952dfbbb379527f5add13cd6e9"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + "ac1200rm" + ]; + titles = [ + { + model = "AC1200RM"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "6753a2ee12deda2fae159571b9333649fbd5703483b7d77ba324c6fae1f2e65c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-alfa-network_r36m-e4g-initramfs-kernel.bin"; + sha256 = "9ae090f68e41759c06fb230dd20e8a141c20fab94d315252e3ae4482c053c7fb"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + "r36m-e4g" + ]; + titles = [ + { + model = "R36M-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "9296d9e2b9086949d4bd9b6b533b59d8f8b8cb3cad62fa846384ecdef36757fa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-alfa-network_tube-e4g-initramfs-kernel.bin"; + sha256 = "b17e0c42c18361c4d584123ebe33aa24df5ba9ada2cd319fa9e38c53b90cc8c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + "tube-e4g" + ]; + titles = [ + { + model = "Tube-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-asus_rp-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-asus_rp-n53-squashfs-sysupgrade.bin"; + sha256 = "063d502eb603200d5d66823cfa241505fbf5e076a42cd47f49aba07ae3aa4b0e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-asus_rp-n53-initramfs-kernel.bin"; + sha256 = "3cc3e3d561e62944c468be449eab966e1e7e1402bcba8fa852cc67201e53584b"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rp-n53" + "rp-n53" + ]; + titles = [ + { + model = "RP-N53"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-asus_rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-asus_rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "a06b1c8ca218ba378a1979bcb2a2e49ba35460fb7b8c53dc3f79e9294f741fe3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-asus_rt-ac51u-initramfs-kernel.bin"; + sha256 = "5120bfaaa068858daa32957a7cbf37b19413c2c5fb11d2d287643282c251e90f"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac51u" + "rt-ac51u" + ]; + titles = [ + { + model = "RT-AC51U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac54u = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-asus_rt-ac54u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-asus_rt-ac54u-squashfs-sysupgrade.bin"; + sha256 = "0d287eb43a22c8c31de459e2ef2fa4d8042416bb0f348e7b6b21b41452a9c0a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-asus_rt-ac54u-initramfs-kernel.bin"; + sha256 = "375c7ca7e58cfd1e003fd008e15d91b8bf654175c7666a033e6040a5697e13c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac54u" + ]; + titles = [ + { + model = "RT-AC54U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-asus_rt-n12p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-asus_rt-n12p-initramfs-kernel.bin"; + sha256 = "b6bb6a5b25cefcaa70ab9ab908e33b9a54447317f23fcf6ff2cf80b3ef8b4e6e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-asus_rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "1ed0fdf371e576c3b16648ecfc5dadea8d57af83d83f706c7421d7bb731ee610"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n12p" + "rt-n12p" + ]; + titles = [ + { + model = "RT-N11P/RT-N12+/RT-N12Eb1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-asus_rt-n14u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-asus_rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "0962c3adeba361ea8981b79ef8245f67f079845786008ff84e9cfd952a0e4276"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-asus_rt-n14u-initramfs-kernel.bin"; + sha256 = "1dcb2e5f49164ef2512d9261b83940eb7fb22726491481d6ea67e8dae5f6dc29"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n14u" + "rt-n14u" + ]; + titles = [ + { + model = "RT-N14u"; + vendor = "Asus"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "8b976defd68e9a990eebcfd313e6ccf98d8ff21ad335557d8486432d87ea13d5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-bdcom_wap2100-sk-initramfs-kernel.bin"; + sha256 = "b9f5d542416e9a915a8a9fa24d4d04cc681a04c2653769ecc1deee7f4ed94017"; + type = "kernel"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + model = "WAP2100-SK (ZTE ZXECS EBG3130)"; + vendor = "BDCOM"; + } + ]; + }; + buffalo_whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-buffalo_whr-1166d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-buffalo_whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "ae304d6a376b93500e6f7aadf16e1b6a97a4e0c3416542261c6c61188505af2f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-buffalo_whr-1166d-initramfs-kernel.bin"; + sha256 = "b01e106788b0407aec88140ce269ec2e753ea9b5ed2e3e08f0f184e459ddfd3c"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-1166d" + "whr-1166d" + ]; + titles = [ + { + model = "WHR-1166D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-buffalo_whr-300hp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-buffalo_whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "a91828bd09fb8d34c9ecca61baedb963e6cff544cb85495554b6feaf8c379b00"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-buffalo_whr-300hp2-initramfs-kernel.bin"; + sha256 = "daf2a7dec4543ab23961ab7d25ca2b7d373165d873fa1e9c5cd7914d8ba0ec78"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-300hp2" + "whr-300hp2" + ]; + titles = [ + { + model = "WHR-300HP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-buffalo_whr-600d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-buffalo_whr-600d-initramfs-kernel.bin"; + sha256 = "ed6af5f3b834fb2896563435100a29e54b31a7897090226dc304b3efaad08589"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-buffalo_whr-600d-squashfs-sysupgrade.bin"; + sha256 = "8686224a6aaa8dfb6692b3aeb2799473d99288727d2d02c3301a59d5f6f0fa3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-600d" + "whr-600d" + ]; + titles = [ + { + model = "WHR-600D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-buffalo_wmr-300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-buffalo_wmr-300-initramfs-kernel.bin"; + sha256 = "4d36bb6ce4d9daf3812c6f2a13b71bc7b3187806369250c290d3b31a92999bf7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-buffalo_wmr-300-squashfs-sysupgrade.bin"; + sha256 = "fef9eb3f0911a87e426a9f84ed3988df9b629901e0e4ee8aef3c033d21e08146"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wmr-300" + "wmr-300" + ]; + titles = [ + { + model = "WMR-300"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-comfast_cf-wr800n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-comfast_cf-wr800n-initramfs-kernel.bin"; + sha256 = "051b27a902e9be40d63aded1a4103e7528beaa88fd029356be4824323099aaa8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-comfast_cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "c25bb62f10c24f49d41a9a685ff76812dbcced6eefb8753fc04c54c28758fb74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr800n" + "cf-wr800n" + ]; + titles = [ + { + model = "CF-WR800N"; + vendor = "Comfast"; + } + ]; + }; + dlink_dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-dlink_dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dch-m225-squashfs-sysupgrade.bin"; + sha256 = "c5c8cac0374f51cfe39612629153b0a0b382710097c6d06d8b54e251ef7ca7d1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dch-m225-squashfs-factory.bin"; + sha256 = "544d5862d16e5f5c438241276af9cdaff08c195690682c688f57442fdfa8ae9f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dch-m225-initramfs-kernel.bin"; + sha256 = "85abeb02be7552cdeb0846aef7360171f9868f3c88e9d24d78974a6a96a9c144"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dch-m225" + "dch-m225" + ]; + titles = [ + { + model = "DCH-M225"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "1fd59326b8f2eeaebe7fad2b10f63d807a6c98f433eaee2fd1de2f469cd8578c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dir-510l-initramfs-kernel.bin"; + sha256 = "6720afb114c4f22bb4ad63f9137780b638a2b00c737ed5fa2a2e5e00801a7ad8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "fdf36b1c517e12f28c24f9ef31e46c98121380fb8770200749ca5dbf81688761"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + model = "DIR-510L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-dlink_dir-810l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dir-810l-squashfs-sysupgrade.bin"; + sha256 = "6b014dae36b0e9d7f3ed3f66bac8fc8342886574aec845a590610519dabb5bd1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dir-810l-initramfs-kernel.bin"; + sha256 = "55cd3c9577e89be468b92432f24c1eb0b5427e78ed8ebe351ef191514f23f772"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-810l" + "dir-810l" + ]; + titles = [ + { + model = "DIR-810L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-116-a1-initramfs-kernel.bin"; + sha256 = "53a5bfcb9d135ded57fcf52733a9797fd3d0fd0d1a993fe22343e1ffa0a234ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "bdabc5340d2a90bd8ea603bafaba8bf19f8414e5266d4507229e7a30fe1c242e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "88b93676956c858f2935a10e5c0654cb3abd0c8600b6eb9a8011ba39fc652fb1"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + model = "DWR-116"; + variant = "A1/A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "deee7b9b2f0b6bbf41370f43104ec5e7c447a25c505b5fb76e5d49d426bbc508"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "e6fb3f097af293a3f6c92b556afc60d6244bacc3ecc90960d58012215bb358fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-118-a1-initramfs-kernel.bin"; + sha256 = "e39bb54614e21308aa9f841dd2f33f5869f4baa1e6de000a303b0d0ea839cff8"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "0ab98262cf316d503734d5830526b61c80fd593bd1e4241ce76e722aa1de6dc6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-118-a2-initramfs-kernel.bin"; + sha256 = "db50e86aec4c2125d3f699d925b476b739dd2db74cc4673590790e752343ef0c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "7355cfd4c70ea4e9dec7cd89105dbbdb7f131d18b602477637be70e2bae67285"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "a846a9b44c446b19ea2a77ec9140696893fb9b2cbf5a65259f6e7e9848df2363"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-921-c1-initramfs-kernel.bin"; + sha256 = "21352e0b0afc2b7ff162e5b2d58f8842d492e4a525fd7d5b5bea5855266acc43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "c7b112f400d82f246c26f329ba49f170c8b04d0709d6039a5a86a53d019d6676"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "1a1fc58487eb00affa0cbe51e26239a9fd5f427a004e631937dd7c5cd3eb0c49"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "9753568115df7a67d5583eb4f70a5fd81a9bf324f172349bd6b1d23c42575c80"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-921-c3-initramfs-kernel.bin"; + sha256 = "21352e0b0afc2b7ff162e5b2d58f8842d492e4a525fd7d5b5bea5855266acc43"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "4e1cf88b4edafce586e3692a1d4e9f04a9fec4adab476458f994aa8123e35ffc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-922-e2-initramfs-kernel.bin"; + sha256 = "43d7616d088cfd7c3d5f4b0810e3bf96ee791f576d197b6da8e0f4ef521a984c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "11f6a30eb693a8f88df5b64e63f4d74d5f16a3fded73db22f217467150a80a30"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + model = "DWR-922"; + variant = "E2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-960 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-960"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-960-squashfs-sysupgrade.bin"; + sha256 = "110d63a3c40ffb7f90b0d1387167cda1f73c3288383ee935fd9903d78b768f4e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-960-squashfs-factory.bin"; + sha256 = "2f6544261ff5dddcf6b2e0d886456deb9a2d218410879e17493ee14e45959734"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-dlink_dwr-960-initramfs-kernel.bin"; + sha256 = "cb3982d94f3ad5722a9f2b32ce0b1c835fe8e7bbd81bb9724d71d445a7a33d72"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-960" + ]; + titles = [ + { + model = "DWR-960"; + vendor = "D-Link"; + } + ]; + }; + dovado_tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-dovado_tiny-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-dovado_tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "4cde25ca7dc631686117113b9ace3dfd2f789602e4df62eb79b35977ce7c1997"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-dovado_tiny-ac-initramfs-kernel.bin"; + sha256 = "c92ded534756eaa39c84b201faa25b382f712693c30b993b54319160cc3242ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "dovado,tiny-ac" + "tiny-ac" + ]; + titles = [ + { + model = "Tiny AC"; + vendor = "Dovado"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-edimax_br-6478ac-v2-initramfs-kernel.bin"; + sha256 = "fcb7726b896ffda29fffeedec36afad683963388f1ebf9f93574a173d19ad2d1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "324b08a189c85b6ee0a8e8a1bb5a899bd560a7918c1c134e993cbe8f0d9d78c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + model = "BR-6478AC"; + variant = "V2"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7476rpc = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-edimax_ew-7476rpc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-edimax_ew-7476rpc-initramfs-kernel.bin"; + sha256 = "9dac4f88e3590ecea5bed66f7784e57390a33dbb3d4e8579985e9568bf7af3c4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-edimax_ew-7476rpc-squashfs-sysupgrade.bin"; + sha256 = "4034837f640cab14ef0b88edc9510d0893a35f11661a14d0c43d4dfb43e9c272"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7476rpc" + ]; + titles = [ + { + model = "EW-7476RPC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478ac = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-edimax_ew-7478ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-edimax_ew-7478ac-initramfs-kernel.bin"; + sha256 = "2dd3f24346b4cdecd1837497b8d938f5e5a01e635fab134c810dfe1afb981be1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-edimax_ew-7478ac-squashfs-sysupgrade.bin"; + sha256 = "4c458761cb0121c63ef2a25156518883356ab2d7a05ba1582020d8b6200c0276"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7478ac" + ]; + titles = [ + { + model = "EW-7478AC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478apc = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-edimax_ew-7478apc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-edimax_ew-7478apc-initramfs-kernel.bin"; + sha256 = "b4aa531988465cc0f21ad6671b9b13209f68d1a713ad31fad0dc7f39538d8982"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-edimax_ew-7478apc-squashfs-sysupgrade.bin"; + sha256 = "a955a871ae311f8230a0e0a7a24381f4c61ecc5c6066b43fa9ec06fd51394ecf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7478apc" + ]; + titles = [ + { + model = "EW-7478APC"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-elecom_wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-elecom_wrh-300cr-squashfs-factory.bin"; + sha256 = "83192f8596aa4b88f2bd972a618bd137ecc6f97e04bfa544dfa576985f410e22"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-elecom_wrh-300cr-initramfs-kernel.bin"; + sha256 = "94e01157559992f9e5bb3ebb5e8d1b8dff5d36034b2531fb69d59396ebec5d06"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-elecom_wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "4d2e44f75e5adab52a48d8d857e9add1b4d22e9991553fde7436ee6633bc5678"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrh-300cr" + "wrh-300cr" + ]; + titles = [ + { + model = "WRH-300CR"; + vendor = "Elecom"; + } + ]; + }; + engenius_esr600 = { + device_packages = [ + "kmod-rt2800-pci" + "kmod-usb-storage" + "kmod-usb-ohci" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-engenius_esr600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-engenius_esr600-squashfs-factory.dlf"; + sha256 = "cf32bfbeed485d38a115487cd8df71f60f04687eff23f69aa92f791b5de05f10"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-engenius_esr600-squashfs-sysupgrade.bin"; + sha256 = "d791896cd6c622880ec39f431629b2c4142b883cf86ead5258a7a140b9ede8c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-engenius_esr600-initramfs-kernel.bin"; + sha256 = "6e34b1e524134e85fe765e5122123aa155956b38f71118b8be081bd78a46a813"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,esr600" + ]; + titles = [ + { + model = "ESR600"; + vendor = "EnGenius"; + } + ]; + }; + fon_fon2601 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-fon_fon2601"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-fon_fon2601-initramfs-kernel.bin"; + sha256 = "bdebaaf9092648db8329ae709691137ad436acdbc1c33b425bba76109108cd0e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-fon_fon2601-squashfs-sysupgrade.bin"; + sha256 = "09b568ff2e465c667ed5ffd5b7ab087b5d2c50b596eeac2890d555ae823d03ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fon,fon2601" + ]; + titles = [ + { + model = "FON2601"; + vendor = "Fon"; + } + ]; + }; + glinet_gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-glinet_gl-mt300a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-glinet_gl-mt300a-initramfs-kernel.bin"; + sha256 = "9c881c4b4792462d04b3564e309da8da3571c5115d54642ff5c07d0fbd4cd741"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "464c825810cb98066664a1a7a655daef3de9bbc8a579070b8647b07bf3483774"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300a" + "gl-mt300a" + ]; + titles = [ + { + model = "GL-MT300A"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-glinet_gl-mt300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-glinet_gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "db6654322cae642cbafb7dca43ee6a2af4a888a582490fa74ef3c67632c904ed"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-glinet_gl-mt300n-initramfs-kernel.bin"; + sha256 = "3868eaf3c83cb2abd74e0430156d6bba6e1f4717f239de7b302e69db7b797311"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n" + "gl-mt300n" + ]; + titles = [ + { + model = "GL-MT300N"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-glinet_gl-mt750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-glinet_gl-mt750-initramfs-kernel.bin"; + sha256 = "d38ccd263884fd26ab904c1d4395d12efe8d7014837b68fd8dd9585293e2dd9d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "75b42e8ad6cd0345853b7cc157606f312c956db6c65a3bca9264c96fda369e21"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt750" + "gl-mt750" + ]; + titles = [ + { + model = "GL-MT750"; + vendor = "GL.iNet"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "26ee30e6931e90188af47a710423065177050846c54aebf87da4ae9c3388cb2c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-head-weblink_hdrm200-initramfs-kernel.bin"; + sha256 = "113f87aac94d276a4af02fb6e08333410cbd6c4104d7d2942b849c939e01eb6e"; + type = "kernel"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + model = "HDRM2000"; + vendor = "Head Weblink"; + } + ]; + }; + hiwifi_hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-hiwifi_hc5661"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"; + sha256 = "c5ca7c6638dd0eab2574cf2afaed04d0b6d8078346295475bec8912289f4ad04"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-hiwifi_hc5661-initramfs-kernel.bin"; + sha256 = "58b1e4d459dc05931b59be7001b06af2b2e986271a7e096d7c232ba25d54dc6f"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5661" + "hc5661" + ]; + titles = [ + { + model = "HC5661"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-hiwifi_hc5761"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-hiwifi_hc5761-initramfs-kernel.bin"; + sha256 = "e8e135b672f0956a3c9f1357013913d5c746443d57f3042595f08b482df0bd72"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"; + sha256 = "abdb392ef982eebbd731a113857e74bb1154b910b8543a16f48d99fd1d27962d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5761" + "hc5761" + ]; + titles = [ + { + model = "HC5761"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-hiwifi_hc5861"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-hiwifi_hc5861-initramfs-kernel.bin"; + sha256 = "202411b68be64bf0447479095b2bb833881b96a6ec9af5e18fd4894d3f48777b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"; + sha256 = "ccafad5e4591d4f6f8eaf7b6b5aee650be38ce3b871d1563c52d021eef104c80"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861" + "hc5861" + ]; + titles = [ + { + model = "HC5861"; + vendor = "HiWiFi"; + } + ]; + }; + hnet_c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-hnet_c108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-hnet_c108-squashfs-sysupgrade.bin"; + sha256 = "c23bd9d8847e04faacf088109500b630728072d0ee87e8ee4f4ac1d407dcbec7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-hnet_c108-initramfs-kernel.bin"; + sha256 = "d6253eab17eedc03473adfe6b392ceed1543d83411d1858ee42b13103f9cd22f"; + type = "kernel"; + } + ]; + supported_devices = [ + "hnet,c108" + "c108" + ]; + titles = [ + { + model = "C108"; + vendor = "HNET"; + } + ]; + }; + hootoo_ht-tm05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-hootoo_ht-tm05"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-hootoo_ht-tm05-initramfs-kernel.bin"; + sha256 = "d1bc3aea31b45f3415866b661377ed4c94f628f02f5271110942671588e719e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-hootoo_ht-tm05-squashfs-sysupgrade.bin"; + sha256 = "b61fd331465c49fb412ff2fb983fa334be27c914e9cd035cd9eebdfe349ec369"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-hootoo_ht-tm05-squashfs-rootfs.bin"; + sha256 = "c38e174c5f3dbb7b0051e597cc311417fabd1191de19c603c02ee54f269fceb9"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-hootoo_ht-tm05-squashfs-kernel.bin"; + sha256 = "6412f351ef5d3e9e0990f2ed72fa4b41377de0e0adb784924485af25b8ac0f0f"; + type = "kernel"; + } + ]; + supported_devices = [ + "hootoo,ht-tm05" + ]; + titles = [ + { + model = "HT-TM05"; + vendor = "HooToo"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "0d77db23077bb982bba0c5c8320654469c0de25f0ac88cf14d4a288db7b785ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-iodata_wn-ac1167gr-initramfs-kernel.bin"; + sha256 = "2fee2a4efea572cb6fa73c01035048a3d90247227f29e66510da0c95e90b1d12"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "cdca3d4a096f0dc07e4d9457404be219d7da224af2835cd09ff5078d37c5939e"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + model = "WN-AC1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "cb4b0918e1cb3dbf5a4b39d3dd4aa354de9abdb61d39ce2fd7c45b3dd2184130"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "c169451884f73d221950bd4df49f84f484f56c454a46f78756501fea3c6f2a7c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-iodata_wn-ac733gr3-initramfs-kernel.bin"; + sha256 = "7c36aedcb793fac8d9ac7824cf7cb312c030ee9356b2cb54f2abe1948ceee007"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + model = "WN-AC733GR3"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a1004ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-iptime_a1004ns"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-iptime_a1004ns-initramfs-kernel.bin"; + sha256 = "b8ac6f58a59006c2114ebe6731dc15302d55d64684c3620d654d8c1ed800a423"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-iptime_a1004ns-squashfs-sysupgrade.bin"; + sha256 = "ca1d56aed16e0953ef2873282dd57d048071ec12e54f7fc61cfed8b1a933975f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a1004ns" + ]; + titles = [ + { + model = "A1004ns"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a104ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-iptime_a104ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-iptime_a104ns-squashfs-sysupgrade.bin"; + sha256 = "9242f5230c17fddbd3e9fcebacca4404ff372dbd1cc88421a64b57a07501b369"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-iptime_a104ns-initramfs-kernel.bin"; + sha256 = "1a8ddd6627ba3033745aca1fe9a2003c1b7b2dee83ba614950ef121a0569052a"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a104ns" + ]; + titles = [ + { + model = "A104ns"; + vendor = "ipTIME"; + } + ]; + }; + kimax_u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-kimax_u25awf-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-kimax_u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "f1d2110fe05c50a446abac0f1ecb637c7ccba03248a38b8dac12997cad1fff2a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-kimax_u25awf-h1-initramfs-kernel.bin"; + sha256 = "b7d4dde535e0c9de019e9df480e54a336c2d7264bc8aea2a0f38aafebd7be0b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u25awf-h1" + "u25awf-h1" + ]; + titles = [ + { + model = "U25AWF"; + variant = "H1"; + vendor = "Kimax"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "75175e9891b83cf1da980643f2e6abf225e0fe04bae4ac5f5508258f3b094b09"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-kimax_u35wf-initramfs-kernel.bin"; + sha256 = "328556b51f8fa4e49837a87e6f3224dca3b763d12f79e6fa0c12decbfef43674"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + model = "U35WF"; + vendor = "Kimax"; + } + ]; + }; + kingston_mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-kingston_mlw221"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-kingston_mlw221-squashfs-sysupgrade.bin"; + sha256 = "51de17de95c766c70819994c25a79e241ff849bd6553560d781388d62f87ca68"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-kingston_mlw221-initramfs-kernel.bin"; + sha256 = "fb71d4e4a64ea4d7f8cf28458815bac69edca0ff243330e21c906e67c3468264"; + type = "kernel"; + } + ]; + supported_devices = [ + "kingston,mlw221" + "mlw221" + ]; + titles = [ + { + model = "MLW221"; + vendor = "Kingston"; + } + ]; + }; + kingston_mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-kingston_mlwg2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-kingston_mlwg2-initramfs-kernel.bin"; + sha256 = "77d28f3cc47718cd85b628d7dfca0cee6f3209114879820d509885573982b8f7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-kingston_mlwg2-squashfs-sysupgrade.bin"; + sha256 = "1212c8fe679d5ae13cc016868d9b92fe205dbd26cd968560ba6923d04573a686"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlwg2" + "mlwg2" + ]; + titles = [ + { + model = "MLWG2"; + vendor = "Kingston"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-lava_lr-25g001-initramfs-kernel.bin"; + sha256 = "b6f2624d742e5376390cd3fbe10925b504c9c74df18c2ded75c88d2d42ff9e0f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "7631d0e4078dff6e8fac335bde73bff82f9af9e4461e1badf0801811cae317ed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "b6177044dcdd0aca9a79a3f4653fad034c40469d9444860fea31dd81071c1222"; + type = "factory"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + model = "LR-25G001"; + vendor = "LAVA"; + } + ]; + }; + lb-link_bl-w1200 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-lb-link_bl-w1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-lb-link_bl-w1200-squashfs-sysupgrade.bin"; + sha256 = "23de3e3a3aae37f4d69649ebdaceeb69f7a64563ffe68341b48089e5b15b0ff4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-lb-link_bl-w1200-initramfs-kernel.bin"; + sha256 = "378af83de37dc8f16bfd90abf30e08f798844611c0309391146fb0f32ce23779"; + type = "kernel"; + } + ]; + supported_devices = [ + "lb-link,bl-w1200" + ]; + titles = [ + { + model = "BL-W1200"; + vendor = "LB-Link"; + } + ]; + }; + lenovo_newifi-y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-lenovo_newifi-y1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-lenovo_newifi-y1-initramfs-kernel.bin"; + sha256 = "420cd93e964d25f5f9a94df994bf24cabb4674d933ced82741f97fd03c58eb49"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"; + sha256 = "aed09ab41c739043f93d4842390a4b18c9845178a24856eb5d38c9a23866b91c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1" + "y1" + ]; + titles = [ + { + model = "Y1"; + vendor = "Lenovo"; + } + ]; + }; + lenovo_newifi-y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-lenovo_newifi-y1s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-lenovo_newifi-y1s-initramfs-kernel.bin"; + sha256 = "c70c5c3be613b511db41f254ce41e05c5a3d76caf7708d4b6a847d4d56f7e1d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"; + sha256 = "e6e5e3909f3aeeeab16bbdece3ec10d0f035985392f0e95fc8c5ed643b301900"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1s" + "y1s" + ]; + titles = [ + { + model = "Y1S"; + vendor = "Lenovo"; + } + ]; + }; + linksys_e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-linksys_e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-linksys_e1700-squashfs-factory.bin"; + sha256 = "4452014ac16bb64b7f8ac7fb313014ad0e5c46b46ebd1bcfdec30235d144719d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-linksys_e1700-initramfs-kernel.bin"; + sha256 = "5bb87762fe2cec15607449fbfa7fcbdd1e4b464aae727a823c6e0b7cf95057d7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-linksys_e1700-squashfs-sysupgrade.bin"; + sha256 = "00d5d77e4a6bed7dd320320cb88d06bd7d6a9ef11dff1a9f242d4bd86c52a340"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e1700" + "e1700" + ]; + titles = [ + { + model = "E1700"; + vendor = "Linksys"; + } + ]; + }; + microduino_microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-microduino_microwrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-microduino_microwrt-squashfs-sysupgrade.bin"; + sha256 = "4d32c321244ed04e2a2150c70d754c5ca865bc6ec6e07e0b8abc0f27b2b83b07"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-microduino_microwrt-initramfs-kernel.bin"; + sha256 = "8c62e3bfcb5cfe299d7c71d0abdfeca2a46438afbcefdb97c1dbaeecea5d5cf8"; + type = "kernel"; + } + ]; + supported_devices = [ + "microduino,microwrt" + "microwrt" + ]; + titles = [ + { + model = "MicroWRT"; + vendor = "Microduino"; + } + ]; + }; + netgear_ex3700 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-netgear_ex3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-netgear_ex3700-squashfs-factory.chk"; + sha256 = "970dccf954c511839ac89bb1885ae8ac62bd1209c7909d50f5256ce5c11a924e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-netgear_ex3700-squashfs-sysupgrade.bin"; + sha256 = "d6c61d8e9aeecb2a201c233dbe769c9990151d6d8d220c17d8a9abedb16b21e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-netgear_ex3700-initramfs-kernel.bin"; + sha256 = "61eab7abbbd4ef6b36d70a517eab0b239091bad6d9396a9c85767a6f20c370cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex3700" + "ex3700" + ]; + titles = [ + { + model = "EX3700/EX3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6120 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-netgear_ex6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-netgear_ex6120-squashfs-sysupgrade.bin"; + sha256 = "da6b1f92cf31eb5061657f6da3018a7cb2bc0f10d4b62b8e1bc3e6446f52d628"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-netgear_ex6120-initramfs-kernel.bin"; + sha256 = "6cfd5ded18ac8a01a2207c8f600c3672708ab2d90585865cb1554ace52166ba2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-netgear_ex6120-squashfs-factory.chk"; + sha256 = "8678763baa0b720ef908a2c3bf15a15f6011289b79d8e5ee73c28beebe438091"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6120" + ]; + titles = [ + { + model = "EX6120"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6130 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-netgear_ex6130"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-netgear_ex6130-squashfs-factory.chk"; + sha256 = "4ca7087403329b82aa70522ba2709ff7e0da91c2c977314b21c34d5edef20344"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-netgear_ex6130-squashfs-sysupgrade.bin"; + sha256 = "4bd8d1c49c390d343f3891735b93dcc83fe012ff31e299bbcf9479cf23bb17b4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-netgear_ex6130-initramfs-kernel.bin"; + sha256 = "cfa29bdd4dca4acaf9cf1e8e6cc9bf37fa7c0efedc28ce3f3db94cefc0184ad5"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6130" + ]; + titles = [ + { + model = "EX6130"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-netgear_wn3000rp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-netgear_wn3000rp-v3-squashfs-factory.bin"; + sha256 = "3d5ca3bd8aa5c8dc52a637cafb631e234b2748d95ec11f55b26e30acb495d76e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-netgear_wn3000rp-v3-squashfs-sysupgrade.bin"; + sha256 = "b012df5ef614cc189d698619561246a9d36def1b6e22ed66b2596f9c6d73c8eb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-netgear_wn3000rp-v3-initramfs-kernel.bin"; + sha256 = "cfbaf81f1dd48236313d31375299684e3e5e5911a0b00ee4f13648cb4ba6cdd5"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wn3000rp-v3" + "wn3000rpv3" + ]; + titles = [ + { + model = "WN3000RP"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2770 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-netis_wf2770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-netis_wf2770-squashfs-sysupgrade.bin"; + sha256 = "bc51f70a9e6438f3055b28adf6d905347c1a2c2f80cac945e26546a927520014"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-netis_wf2770-initramfs-kernel.bin"; + sha256 = "1ef8bb68f453ad93e6858a8c8c11c0bdc116d1a41e727619f60dbb92c5fa1a01"; + type = "kernel"; + } + ]; + supported_devices = [ + "netis,wf2770" + ]; + titles = [ + { + model = "WF2770"; + vendor = "NETIS"; + } + ]; + }; + nexx_wt3020-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-nexx_wt3020-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-nexx_wt3020-8m-initramfs-kernel.bin"; + sha256 = "ceb0a429a8c8c8a6ea6bbffdbc4633484be03f56f5f2a06e90ce3658cc37afcd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-nexx_wt3020-8m-squashfs-sysupgrade.bin"; + sha256 = "de4ac0164093dd99fa806e3e2a60f13b752f0afafe4c1cf534a8c709c30d9945"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-nexx_wt3020-8m-squashfs-factory.bin"; + sha256 = "cf2f56b3f20634c3f32bf62b7075aa0fe3bf871d87c151fdff67279e5f221b9d"; + type = "factory"; + } + ]; + supported_devices = [ + "nexx,wt3020-8m" + "wt3020" + "wt3020-8M" + ]; + titles = [ + { + model = "WT3020"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + ohyeah_oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-ohyeah_oy-0001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-ohyeah_oy-0001-squashfs-sysupgrade.bin"; + sha256 = "5c2cbb3208dc82d8821abeb961e1bbf7be553ab22bd1b835cc6cfb22809cd8e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-ohyeah_oy-0001-initramfs-kernel.bin"; + sha256 = "74cdc712490185d52e49cee90846336110a4970d3f706b0847f77e37a785b790"; + type = "kernel"; + } + ]; + supported_devices = [ + "ohyeah,oy-0001" + "oy-0001" + ]; + titles = [ + { + model = "OY-0001"; + vendor = "Oh Yeah"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "61dbb63c016dce4e22045998fe932b6bdebd87b0c21f62e047c40158ebc27d04"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-phicomm_k2g-initramfs-kernel.bin"; + sha256 = "7959069a4e3a1ad21f57ebd2908b78eb870fadef49c595b4aee81c9d4e213346"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + model = "K2G"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-phicomm_psg1208"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-phicomm_psg1208-initramfs-kernel.bin"; + sha256 = "7dddccad11b871d98e073cd03bacd235cbad6a2813b0c70ce3331b03dfae8e59"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-phicomm_psg1208-squashfs-sysupgrade.bin"; + sha256 = "c909482aee2d115854f725af01d6fbffa366b291042599589f54b4d35acdca4d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,psg1208" + "psg1208" + ]; + titles = [ + { + model = "PSG1208"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218a = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-phicomm_psg1218a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-phicomm_psg1218a-squashfs-sysupgrade.bin"; + sha256 = "c4af9ef937287502ba3a9340a2bc31027044dbbdf9203ea661c66ab3bbeaa4a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-phicomm_psg1218a-initramfs-kernel.bin"; + sha256 = "285df46acfefc2d15acdd77baab9f8d6724a851623909e4e27398562085a45ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1218a" + "psg1218" + "psg1218a" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Ax"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-phicomm_psg1218b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-phicomm_psg1218b-initramfs-kernel.bin"; + sha256 = "25e758f2ba60ff8af41132f754c9badb68638c4bd929e11fd2fd08d9bf7cc4fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-phicomm_psg1218b-squashfs-sysupgrade.bin"; + sha256 = "6ba1c8f8fbeeb543cedd0a8e93eb1270ef2b5d47841afd36f1daf620ee34bd33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,psg1218b" + "psg1218" + "psg1218b" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Bx"; + vendor = "Phicomm"; + } + ]; + }; + planex_cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-planex_cs-qr10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-planex_cs-qr10-initramfs-kernel.bin"; + sha256 = "58f7dea40ea6e5a79c699309d286f7def47c2f503bf379b6bbfd155ddec08416"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-planex_cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "b4fad0eb9a43301dffed28191f24b96184419396d2162da3e30dec1548a60cda"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,cs-qr10" + "cs-qr10" + ]; + titles = [ + { + model = "CS-QR10"; + vendor = "Planex"; + } + ]; + }; + planex_db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-planex_db-wrt01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-planex_db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "4bcb318098fa995ee5525af489fffcf74d948812308a232f67acf78122a88caf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-planex_db-wrt01-initramfs-kernel.bin"; + sha256 = "491dfaf15e334c29de56e85596975c46569533e06e0f47412db17259b8c58210"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,db-wrt01" + "db-wrt01" + ]; + titles = [ + { + model = "DB-WRT01"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-planex_mzk-750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-planex_mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "693b99014e584add2563a5c544f28c0eebb55c36d68f8a32a8cce14ef54a784e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-planex_mzk-750dhp-initramfs-kernel.bin"; + sha256 = "e0e1e74e877be40911291caa7145698a4990d91f3a1aecb6eaf57cdd9587593b"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-750dhp" + "mzk-750dhp" + ]; + titles = [ + { + model = "MZK-750DHP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-planex_mzk-ex300np"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-planex_mzk-ex300np-initramfs-kernel.bin"; + sha256 = "210e0e8b7d3c478b72f37254aaf17fe0b3ac44f32d0f78ddc511b2d1d1750e11"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-planex_mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "6d531d30792dcc1c8934aa5bac25afadec5bd167003b3aac0e5056e2c8fbcb5a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-ex300np" + "mzk-ex300np" + ]; + titles = [ + { + model = "MZK-EX300NP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-planex_mzk-ex750np"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-planex_mzk-ex750np-initramfs-kernel.bin"; + sha256 = "8640a8211e6d1957e8e27194a0923eeba17a7e210ebace9c41e5d62c3696817a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-planex_mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "037963ddf0c3b2b89655119f05f4294c8c8f74dc2846fa88bbc8ce5dedd179a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-ex750np" + "mzk-ex750np" + ]; + titles = [ + { + model = "MZK-EX750NP"; + vendor = "Planex"; + } + ]; + }; + ralink_mt7620a-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-ralink_mt7620a-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-ralink_mt7620a-evb-initramfs-kernel.bin"; + sha256 = "88be3d17cbd316fa137cf8c82cff6fbe2bc8fef44391110d14b5a7e293ed78e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-ralink_mt7620a-evb-squashfs-sysupgrade.bin"; + sha256 = "32e47a39d345d90f2f5c1d6a4d7c482dfd68e580179810dd04096c7c0e2d59ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-evb" + ]; + titles = [ + { + model = "MT7620a EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7530-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-ralink_mt7620a-mt7530-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-ralink_mt7620a-mt7530-evb-initramfs-kernel.bin"; + sha256 = "508376613e156d519a6e988c2c6c4d4901e81976ce935c35e93925fb687098e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-ralink_mt7620a-mt7530-evb-squashfs-sysupgrade.bin"; + sha256 = "cad42dc7bfeb442a980ce98fc63e2e7fce5db6f72d11ab974bbea143630c87c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7530-evb" + "mt7620a_mt7530" + ]; + titles = [ + { + model = "MT7620a + MT7530 EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7610e-evb = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-ralink_mt7620a-mt7610e-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-ralink_mt7620a-mt7610e-evb-squashfs-sysupgrade.bin"; + sha256 = "5dc4c6c2b1c506f1b47e34e54e0bafebfecaabab627dd8034ede8fe7af765e56"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-ralink_mt7620a-mt7610e-evb-initramfs-kernel.bin"; + sha256 = "7d7911f84d6695e3920a0756fb84c18fa4f973d0c9e1a7d204f2e7190663c046"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7610e-evb" + "mt7620a_mt7610e" + ]; + titles = [ + { + model = "MT7620a + MT7610e EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-v22sg-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-ralink_mt7620a-v22sg-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-ralink_mt7620a-v22sg-evb-squashfs-sysupgrade.bin"; + sha256 = "0cc6a9f97a3a7609f10c41723ce9bd17884ccad0524cb8d559ae3a255ca2dd79"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-ralink_mt7620a-v22sg-evb-initramfs-kernel.bin"; + sha256 = "e9e176103dbdf4778f329769991d0450b9c8e40e6ddd80bb0c65b8fd79ae7022"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-v22sg-evb" + "mt7620a_v22sg" + ]; + titles = [ + { + model = "MT7620a V22SG"; + vendor = "MediaTek"; + } + ]; + }; + ravpower_rp-wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-ravpower_rp-wd03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-ravpower_rp-wd03-squashfs-rootfs.bin"; + sha256 = "8f30599696cd1eab9f384d4e3e76e219448bb944fb5afec12cd0546111e797f9"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-ravpower_rp-wd03-squashfs-sysupgrade.bin"; + sha256 = "4d202bf9dd66f51ce0685c257a9d82d175379a81716bad40b49012451b9aa04d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-ravpower_rp-wd03-squashfs-kernel.bin"; + sha256 = "6412f351ef5d3e9e0990f2ed72fa4b41377de0e0adb784924485af25b8ac0f0f"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-ravpower_rp-wd03-initramfs-kernel.bin"; + sha256 = "ee982e54f99b1472ad20cce45925880124947dc6299c1f04fa7c14780dbd5a82"; + type = "kernel"; + } + ]; + supported_devices = [ + "ravpower,rp-wd03" + "ravpower,wd03" + ]; + titles = [ + { + model = "RP-WD03"; + vendor = "RAVPower"; + } + ]; + }; + sanlinking_d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-sanlinking_d240"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-sanlinking_d240-initramfs-kernel.bin"; + sha256 = "70bddcd9318d0476451544c285ada1f1fe29aa90df64e3bc6698588de383e4b3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-sanlinking_d240-squashfs-sysupgrade.bin"; + sha256 = "f1a718a49d12a5147f4d643f0981faa4204b363a564c91fece68d0bb369f9afb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sanlinking,d240" + "d240" + ]; + titles = [ + { + model = "D240"; + vendor = "Sanlinking Technologies"; + } + ]; + }; + sercomm_na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-sercomm_na930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-sercomm_na930-squashfs-sysupgrade.bin"; + sha256 = "894920ffa445836c42f669ef402c267aea7854a16f55d9354efa7f6aa3bdb745"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-sercomm_na930-initramfs-kernel.bin"; + sha256 = "b7a121cc71174e09e05985864ed930138c3809c6adc360d60af448c49e0284e6"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na930" + "na930" + ]; + titles = [ + { + model = "NA930"; + vendor = "Sercomm"; + } + ]; + }; + sitecom_wlr-4100-v1-002 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-sitecom_wlr-4100-v1-002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-factory.dlf"; + sha256 = "0db0a21f529a6443ab807dab291c0dffed35d804ec8473d02449fe8db964bae9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-sitecom_wlr-4100-v1-002-initramfs-kernel.bin"; + sha256 = "f0e49325ef6f3c300c83c0baa640052b15561f61d721e12824d53f6c97946803"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-sysupgrade.bin"; + sha256 = "c331b948bbd874f469dc433864f21e00ea7eddfbe89eabc0d19b3ff6bd9e9924"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-4100-v1-002" + ]; + titles = [ + { + model = "WLR-4100"; + variant = "v1 002"; + vendor = "Sitecom"; + } + ]; + }; + tplink_archer-c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-tplink_archer-c2-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_archer-c2-v1-initramfs-kernel.bin"; + sha256 = "3d6b504ed53167ff98a797999d969da5bcaee1c756dd36933892e4fb85436cf6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_archer-c2-v1-squashfs-sysupgrade.bin"; + sha256 = "2ef3a1d41932334f5361fd9a7228b32afc9aefb2e805e649470b814d001baadd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v1" + "tplink,c2-v1" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-tplink_archer-c20-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_archer-c20-v1-initramfs-kernel.bin"; + sha256 = "1c96cd671d7bb27c94e7b852c5d288f77f8be528d88da7485581981464f7051e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_archer-c20-v1-squashfs-sysupgrade.bin"; + sha256 = "61fbdb0c2d94fd0ef03a77cdf4d841337df3c2b57785e5a90ccf7c5daa83b4a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v1" + "tplink,c20-v1" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-tplink_archer-c20i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_archer-c20i-squashfs-factory.bin"; + sha256 = "85d4bb5f9828d1b311eb141200df925c11a1ff0695fd672848645baa0c9cf8b0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_archer-c20i-initramfs-kernel.bin"; + sha256 = "01b951e798650ac8d1a59c41b680ed5c3e86d52b5c0d4a7f015d8e5a9b346361"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_archer-c20i-squashfs-sysupgrade.bin"; + sha256 = "22206a36bb527c07a27bc2e8a7e10c1c9e087dcb910eeb290b84f0d252ccd033"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20i" + "c20i" + ]; + titles = [ + { + model = "Archer C20i"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-tplink_archer-c50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-us.bin"; + sha256 = "c3c417de1c50964ec187414b6e0670ac46c9c78a53fe739f32f91d642ed3eafb"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_archer-c50-v1-squashfs-sysupgrade.bin"; + sha256 = "40329188aab9660a12e39818ad70da8b570e1558856f6f092698e82466bd0510"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-eu.bin"; + sha256 = "bc2817c417ca86c735b9951895ab0c1fc4eb685d04e5401db687a18404cd9800"; + type = "factory-eu"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_archer-c50-v1-initramfs-kernel.bin"; + sha256 = "a0f72da5ed54f73a7ce556937796f783c3a3a298e44a5caf857dca961e96d8f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v1" + "c50" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-mr200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-tplink_archer-mr200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_archer-mr200-initramfs-kernel.bin"; + sha256 = "1a73092bff5a55932207bbe0e1edb683a36d12c5fb787a6229099c0939af62b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin"; + sha256 = "003b585b195ddab19e64f8adbd1a0a14bb21d451959e160eeaeef334b6713bfa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-mr200" + "mr200" + ]; + titles = [ + { + model = "Archer MR200"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-tplink_re200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_re200-v1-squashfs-sysupgrade.bin"; + sha256 = "577676246c347ce387682e2a8eb37863efc4f3cabfd393ad02c07e29cbe619c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_re200-v1-initramfs-kernel.bin"; + sha256 = "615e62af4f35e0bd741c53fddcf338bb53e8dcb1fb550a65127aa542dc4838ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_re200-v1-squashfs-factory.bin"; + sha256 = "e5d0d09d259b9e0c875bd6a74ba895bc427bc944198bf89d1dd23c8f1336bd24"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v1" + ]; + titles = [ + { + model = "RE200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re210-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-tplink_re210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_re210-v1-squashfs-sysupgrade.bin"; + sha256 = "cad092d2dcde914325e7b43f37e294534d35d30f7864f2dc92888037e4323a1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_re210-v1-initramfs-kernel.bin"; + sha256 = "3213dcbd39df396dc16904d02eac7597ba7fd53cb4bfe2576288b2cc8c92a2eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-tplink_re210-v1-squashfs-factory.bin"; + sha256 = "7c6da013de015fb384b806d3452c73d028271f10171fc096008a2a79ec629de9"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re210-v1" + ]; + titles = [ + { + model = "RE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-810dr = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-trendnet_tew-810dr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-trendnet_tew-810dr-initramfs-kernel.bin"; + sha256 = "752b7171b56c2c169e2b4e2a32a4814173fb2de14fcc3219cb287c2a5131f376"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-trendnet_tew-810dr-squashfs-sysupgrade.bin"; + sha256 = "4d8de13b0bf2c90e659a7345f65fc6d7b4bf1e32ec04c4ca1f730a7e8864b602"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-810dr" + ]; + titles = [ + { + model = "TEW-810DR"; + vendor = "TRENDnet"; + } + ]; + }; + wavlink_wl-wn530hg4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-wavlink_wl-wn530hg4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-wavlink_wl-wn530hg4-initramfs-kernel.bin"; + sha256 = "b3cd18e1f9651817a16ba44695a823691b9190ac7659825053e9b81e84357cc4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-wavlink_wl-wn530hg4-squashfs-sysupgrade.bin"; + sha256 = "17324660b94f3381179189cd3cf1530fe75c2532b4b8b527ddc202ad0e738e34"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn530hg4" + ]; + titles = [ + { + model = "WL-WN530HG4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn579x3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-wavlink_wl-wn579x3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-wavlink_wl-wn579x3-initramfs-kernel.bin"; + sha256 = "bc32167d5282b196214b2b7b6b014449250ba89be532f658621b6aa7c99f992c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-wavlink_wl-wn579x3-squashfs-sysupgrade.bin"; + sha256 = "5f79a5c84c50055dd43944e96696f5f33586d7093536a3bbe6b1f570149e0495"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn579x3" + ]; + titles = [ + { + model = "WL-WN579X3"; + vendor = "Wavlink"; + } + ]; + }; + wrtnode_wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-wrtnode_wrtnode"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-wrtnode_wrtnode-squashfs-sysupgrade.bin"; + sha256 = "1ef36f3096162d2294146943abde3ebe0b561089361cf3465567db27860c7d23"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-wrtnode_wrtnode-initramfs-kernel.bin"; + sha256 = "830ecfa1f55f347a0825981a2457033afa49befbdcbb896df5c5ba4f912cb0dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode" + "wrtnode" + ]; + titles = [ + { + model = "WRTNode"; + vendor = "WRTNode"; + } + ]; + }; + xiaomi_miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-xiaomi_miwifi-mini"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-xiaomi_miwifi-mini-initramfs-kernel.bin"; + sha256 = "6c73e2aa1f899597b6249d0ce2870877ac141ab114aad01fa8f4606531a2a147"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "89beafb68a84fd060954fee89de679bd48aeacc214d9bd135b33f28c06767c94"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-mini" + "miwifi-mini" + ]; + titles = [ + { + model = "MiWiFi Mini"; + vendor = "Xiaomi"; + } + ]; + }; + youku_yk-l1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-youku_yk-l1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-youku_yk-l1-initramfs-kernel.bin"; + sha256 = "2620a0782e233a30bdcffdc5977b1b4e936331dd46c87c03127eb03d1c980296"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-youku_yk-l1-squashfs-sysupgrade.bin"; + sha256 = "7e08cf7d2972fa42eb1a1db282ea981bfcd251314e73d4e0c9b5abde8c3d832a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l1" + "youku-yk1" + "youku,yk1" + ]; + titles = [ + { + model = "YK-L1"; + vendor = "Youku"; + } + ]; + }; + youku_yk-l1c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-youku_yk-l1c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-youku_yk-l1c-initramfs-kernel.bin"; + sha256 = "a443ec29ed950252d6fd0e5a2ff8e70acd8ae7471ae6536bed5f09b40049617a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-youku_yk-l1c-squashfs-sysupgrade.bin"; + sha256 = "53f5597e85c8a461e61b9dc2b890eeba6d80dfba0824588ea8a3ea4b3e7982f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l1c" + ]; + titles = [ + { + model = "YK-L1c"; + vendor = "Youku"; + } + ]; + }; + yukai_bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-yukai_bocco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-yukai_bocco-initramfs-kernel.bin"; + sha256 = "63d2b33db9e85540e2fcc484b3ecf06341a94cbce491dcee8bd960dfd7d00a86"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-yukai_bocco-squashfs-sysupgrade.bin"; + sha256 = "7a55e32bbc9b1602f9aa2fff247ffc22d13762e0b1abd5f8c9733f469e5fef0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yukai,bocco" + "bocco" + ]; + titles = [ + { + model = "BOCCO"; + vendor = "YUKAI Engineering"; + } + ]; + }; + zbtlink_zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-ape522ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "6989aa6d18e53615086bcc729b71b4fc7bf354d2858afcecdd13e443dc3d1109"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-ape522ii-initramfs-kernel.bin"; + sha256 = "0ae3021221187b110b7edaad2f20567bd1c20e7629eb10f276b9581aaae2249b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-ape522ii" + "zbt-ape522ii" + ]; + titles = [ + { + model = "ZBT-APE522II"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-cpe102"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-cpe102-initramfs-kernel.bin"; + sha256 = "4b99c80edf2932adf3bb493ae7f8b5ff3106da984a26ddc1fd6464d2a4f17dca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "e13444b00dc5229ab0ce5591018bd0c879b380fa0cea6f6a51e03dc3eaf20c9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-cpe102" + "zbt-cpe102" + ]; + titles = [ + { + model = "ZBT-CPE102"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-wa05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "1011c4c31a191d305d2f225fed553f5e166883b80f9bec1e7dfebe8f27f890df"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-wa05-initramfs-kernel.bin"; + sha256 = "c3d2873536afe6fa960aa8208e5cc37202695c09baf4f77dd50fd1b010f65d92"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wa05" + "zbt-wa05" + ]; + titles = [ + { + model = "ZBT-WA05"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we1026-5g-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "3bd45310dc61812d898b402b8b7db1e5e5cf41774286c76835195df00d29a4cf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-initramfs-kernel.bin"; + sha256 = "982adf313f9b75ab389c05eda5e3643c7122e2d38c8a645f1509bf3ae2a0f6f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-5g-16m" + "we1026-5g-16m" + "zbtlink,we1026-5g-16m" + ]; + titles = [ + { + model = "ZBT-WE1026-5G"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-h-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we1026-h-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we1026-h-32m-initramfs-kernel.bin"; + sha256 = "9c5fad37d2b6fdeb51c3c4bab02b5b469754d82bf54a524cbd9a120d0f218681"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we1026-h-32m-squashfs-sysupgrade.bin"; + sha256 = "91b37e1b98b16a64d8875c36627531da2bc2756dde879eda7c55c764780ce87c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-h-32m" + ]; + titles = [ + { + model = "ZBT-WE1026-H"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we2026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "01964f37b23cec7ef02557b2c0b8043fda6845b470b6efec14955f9c1cccf00c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we2026-initramfs-kernel.bin"; + sha256 = "c54334c1ba829f8e512afdcaab95434156a7cb8b73854f64be26b1fe8ab115a8"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we2026" + "zbt-we2026" + ]; + titles = [ + { + model = "ZBT-WE2026"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we826-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin"; + sha256 = "5459566059f413942cd10aaf267dc0bcacf21f430e77b8a6e124acf70466c5d4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we826-16m-initramfs-kernel.bin"; + sha256 = "d5bbdb8dd01f36aadb1df4fb7b23f60c18234d4ef22ce36a1ae4724c87f28f56"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-16m" + "zbt-we826" + "zbt-we826-16M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-32m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we826-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we826-32m-initramfs-kernel.bin"; + sha256 = "4171cc1a31c204c9e812f49b5b94f080de7806deb3e73ea7471ac92fd07a4382"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we826-32m-squashfs-sysupgrade.bin"; + sha256 = "9626a08fc1721d188f500c58b8ceba39ad866175141b34f3aad3efe67c72fe8a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-32m" + "zbt-we826-32M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "b30074bbc98b055503c129f9feb945c0428d5d56a409e22c5d69c202f023bb87"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-we826-e-initramfs-kernel.bin"; + sha256 = "c207545d7567d18df6329a9f06c46704060c0b23f93ddb0997c53878c8f0510f"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + model = "ZBT-WE826-E"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-wr8305rt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "bd7eadcc5b005bb3e6f82d182cd314f8eb29ee2ee8e3cb3df0235a48ab40831d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-zbtlink_zbt-wr8305rt-initramfs-kernel.bin"; + sha256 = "3c4b811d2272ea094a298df72243e3bde795fa726e8d43f05cf11b50562c27eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wr8305rt" + "zbt-wr8305rt" + ]; + titles = [ + { + model = "ZBT-WR8305RT"; + vendor = "Zbtlink"; + } + ]; + }; + zte_q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-zte_q7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-zte_q7-initramfs-kernel.bin"; + sha256 = "3e204c74a4e057c20bcfba5d45ca3000a1721b6ef937f33310161e0d25a3fbaa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zte_q7-squashfs-sysupgrade.bin"; + sha256 = "0170f4e37e2a9321fc057bc7e812de2216bdbbffb4d4bc318c36d92e89ced84f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,q7" + "zte-q7" + ]; + titles = [ + { + model = "Q7"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic-omni = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-zyxel_keenetic-omni"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zyxel_keenetic-omni-squashfs-sysupgrade.bin"; + sha256 = "5f500186fa49212348ec140f0ed0e6e8901423caad1c65dc8bde76eddbfcec71"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zyxel_keenetic-omni-squashfs-factory.bin"; + sha256 = "a5560512e8d6c94d78322d4f639f594ba639bcdf6aa41461ecd299796204d4a0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-zyxel_keenetic-omni-initramfs-kernel.bin"; + sha256 = "927904eebd42164bc4a7b4b732d6fe29f2cf7f484d877a238434d086fa56718d"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni" + "kn_rc" + ]; + titles = [ + { + model = "Keenetic Omni"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-omni-ii = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-zyxel_keenetic-omni-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-sysupgrade.bin"; + sha256 = "803913527529a0318b2a9464d18512f02afe7fe81577993acfbcd37883dadc51"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-factory.bin"; + sha256 = "bf043849217cfdad3ddae6197bb621bc40d518d9771c0ef528d6f9e3f6dcee21"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-zyxel_keenetic-omni-ii-initramfs-kernel.bin"; + sha256 = "306b838672af8457ac4f2484b122a3c787e8fba2d4134db67382a53d00ddef84"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni-ii" + "kn_rf" + ]; + titles = [ + { + model = "Keenetic Omni II"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-viva = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7620-zyxel_keenetic-viva"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7620-zyxel_keenetic-viva-initramfs-kernel.bin"; + sha256 = "58e482bbe8f9ad0b291a44d665c2fd365b2cae1f9d7440399f877f34ccb1d01c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zyxel_keenetic-viva-squashfs-factory.bin"; + sha256 = "00dd42791c109a892a3d78587b388b7f05edadecb3c37ea22495cf2bd29f1b19"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7620-zyxel_keenetic-viva-squashfs-sysupgrade.bin"; + sha256 = "85c2e83a0294a268bff6ad7883f1f0bf003aecab3655223ac0f0a586bf4ec9c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-viva" + "kng_rc" + ]; + titles = [ + { + model = "Keenetic Viva"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "ramips/mt7620"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + adslr_g7 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-adslr_g7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin"; + sha256 = "a1286f7eb50554f5d12dab63df92bf2defe73994d343d02ecf8fee2ce2d30213"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-adslr_g7-initramfs-kernel.bin"; + sha256 = "1dd948e2f152805f6f8fa32be983d651e14f2bd466d6f67d6d0329dc076c5e56"; + type = "kernel"; + } + ]; + supported_devices = [ + "adslr,g7" + ]; + titles = [ + { + model = "G7"; + vendor = "ADSLR"; + } + ]; + }; + afoundry_ew1200 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-afoundry_ew1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-afoundry_ew1200-initramfs-kernel.bin"; + sha256 = "58d41efbccd25fe9012d8528a90bc528999fb8a05a4cd50c62e00f9a73bee070"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin"; + sha256 = "0d7694b9c77aa1d44a486eef9c38133e34ac721fdb5a901f878976a54297b076"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "afoundry,ew1200" + "ew1200" + ]; + titles = [ + { + model = "EW1200"; + vendor = "AFOUNDRY"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "1f98b2708c05fd030bb6d6cd1e6d46b20780b6b48bb78e1f5f6731042dc60db3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-alfa-network_quad-e4g-initramfs-kernel.bin"; + sha256 = "8a3ad910cf13bb8938f9fc80f9822594dbb79ba664e679a586d82699e9734718"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + "quad-e4g" + ]; + titles = [ + { + model = "Quad-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + ampedwireless_ally-00x19k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-ampedwireless_ally-00x19k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-ampedwireless_ally-00x19k-initramfs-kernel.bin"; + sha256 = "260674ba009f3f62bbed1692ebfdf5d0346e1bf4bc4b2a86ad31ec6cc1db1de3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-ampedwireless_ally-00x19k-squashfs-sysupgrade.bin"; + sha256 = "1897e06a9bfe8d3ddbdfcdbd95c033a460af3f31f6059a3cb2d739cb5d4f64e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ampedwireless,ally-00x19k" + ]; + titles = [ + { + model = "ALLY-00X19K"; + vendor = "Amped Wireless"; + } + ]; + }; + ampedwireless_ally-r1900k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-ampedwireless_ally-r1900k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-ampedwireless_ally-r1900k-squashfs-sysupgrade.bin"; + sha256 = "00949e799ac96022e17ab95d52c0610913db761baa7ffa80f41a569ddef4d263"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-ampedwireless_ally-r1900k-initramfs-kernel.bin"; + sha256 = "19cae064f6013ee313cd6957121c2f9fa262e5acfb369fb80fe45a3091f6c761"; + type = "kernel"; + } + ]; + supported_devices = [ + "ampedwireless,ally-r1900k" + ]; + titles = [ + { + model = "ALLY-R1900K"; + vendor = "Amped Wireless"; + } + ]; + }; + asiarf_ap7621-001 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-asiarf_ap7621-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-asiarf_ap7621-001-squashfs-sysupgrade.bin"; + sha256 = "8a4a2f9a11518fd52abcd1937fd2ea201e3a1c5c689c6c69cc408900cab9c35f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-asiarf_ap7621-001-initramfs-kernel.bin"; + sha256 = "3c0e47153758400047839fe8fcd9aca43d5f87432225ed2fd18d22af3b2a0df3"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,ap7621-001" + ]; + titles = [ + { + model = "AP7621-001"; + vendor = "AsiaRF"; + } + ]; + }; + asiarf_ap7621-nv1 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-asiarf_ap7621-nv1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-asiarf_ap7621-nv1-initramfs-kernel.bin"; + sha256 = "5c0a7c66aaf6d25a8da30038b4404caeb86f1b378274327b163c0da3abb180b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-asiarf_ap7621-nv1-squashfs-sysupgrade.bin"; + sha256 = "015ed5fc99475d93af0a0ef296ff472334bc7b2617d7a8350279113b3a309e25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,ap7621-nv1" + ]; + titles = [ + { + model = "AP7621-NV1"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-asus_rt-ac57u-initramfs-kernel.bin"; + sha256 = "aa304a17f6d723114ce740aadd385a48ca23a814fd9b7c7b4ad28bee2dbf90fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "7391bb616c766239362dda70e1df74f940fed26b45c367e19855f19f2e630035"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + model = "RT-AC57U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac65p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-asus_rt-ac65p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-asus_rt-ac65p-squashfs-sysupgrade.bin"; + sha256 = "75f7342f9513e315b9db6d10d9c9fd7e94c7fb8153f29af5c7bff5d2e7d9e199"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin"; + sha256 = "c7b7f2e460ec5050db8d7dc229549175ceb683a2e5dac472f1705f44e51a5e76"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-asus_rt-ac65p-initramfs-kernel.bin"; + sha256 = "84ae31f31c721fce7131c73271af1919d9a853006874a5d379db8a09a88b8223"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac65p" + ]; + titles = [ + { + model = "RT-AC65P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac85p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-asus_rt-ac85p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-asus_rt-ac85p-squashfs-factory.bin"; + sha256 = "483a9c9962a25299089a04df10ea2fc7897935ee4d877cdf6903217b3d10e500"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-asus_rt-ac85p-initramfs-kernel.bin"; + sha256 = "f4601772ab31297b8c528e5a5808221689bea8403107fa8b6449e30ef80838c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-asus_rt-ac85p-squashfs-sysupgrade.bin"; + sha256 = "73ae5e139ce5f430a28cf83dd1a6d845e1a512fc78ebca281d729eda8875ae32"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac85p" + ]; + titles = [ + { + model = "RT-AC85P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n56u-b1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-asus_rt-n56u-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-asus_rt-n56u-b1-initramfs-kernel.bin"; + sha256 = "3b4195630498cfa2a81d39f0efbe4d4ee19b5b8421f327e86455b8bf2d8a845a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-asus_rt-n56u-b1-squashfs-sysupgrade.bin"; + sha256 = "2af0d99b622a63921bb6c00aecdd5b10492395056343205c1bcffb0232d34b36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u-b1" + ]; + titles = [ + { + model = "RT-N56U"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wsr-1166dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-buffalo_wsr-1166dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-buffalo_wsr-1166dhp-squashfs-sysupgrade.bin"; + sha256 = "6ca5e821cfa56f72090b00793c24f580b32c18b4986e603c41ca7c52fb90165d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-buffalo_wsr-1166dhp-initramfs-kernel.bin"; + sha256 = "d1e2204926a868946b2bd93d82fd1acbc267c923206a1063f0eac8511ea60803"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-1166dhp" + "wsr-1166" + ]; + titles = [ + { + model = "WSR-1166DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-2533dhpl = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-buffalo_wsr-2533dhpl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin"; + sha256 = "8a89b9f97f552987b87703c7eb3c47576542d54ed46c2fa21b84706851f20fe1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-buffalo_wsr-2533dhpl-initramfs-kernel.bin"; + sha256 = "efc7442dfcafe0491a838eebee9c1bce45d37da42e30c35968a6e940be29dec2"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhpl" + ]; + titles = [ + { + model = "WSR-2533DHPL"; + vendor = "Buffalo"; + } + { + model = "WSR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-600dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-buffalo_wsr-600dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-buffalo_wsr-600dhp-initramfs-kernel.bin"; + sha256 = "2664c1409f8588e97bfe89be5835fbe5e4ea76075fe1cc1a33e36ab64662a855"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-buffalo_wsr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "348e00d15b4a2d2b8121c65e0ba2b1c07ea2d9ab64b533df9b30a510aab940f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-600dhp" + "wsr-600" + ]; + titles = [ + { + model = "WSR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1300 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-cudy_wr1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-cudy_wr1300-initramfs-kernel.bin"; + sha256 = "125f08b8f46f49dae5975a6fe93600558ac0ca3731282a45155942df53417dab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-cudy_wr1300-squashfs-sysupgrade.bin"; + sha256 = "3a1d3859708c318a751b70d0e2d44c5fe5e26dae6b0683823e2efd5da043d509"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr1300" + ]; + titles = [ + { + model = "WR1300"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-cudy_wr2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-cudy_wr2100-squashfs-sysupgrade.bin"; + sha256 = "c6ac9071510238fa03db9965ccfcde9e185909da2475d76a3b152f3b7aa56d03"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-cudy_wr2100-initramfs-kernel.bin"; + sha256 = "06fcdbfbd8e515f2d30d0f8f90ad4328a6b38ccb0ef0232c42b67a4a7b9ddb4d"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr2100" + ]; + titles = [ + { + model = "WR2100"; + vendor = "Cudy"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "e3ee3adaa0ec674c7dfb82bf219359868ef9131bed7c254d201b61ab4792faa4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-d-team_newifi-d2-initramfs-kernel.bin"; + sha256 = "29729a519e82fbfc5ac313cf8b9c07f45b2969b1442b53627bfab2de7909faa9"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + model = "D2"; + vendor = "Newifi"; + } + ]; + }; + d-team_pbr-m1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-d-team_pbr-m1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-d-team_pbr-m1-initramfs-kernel.bin"; + sha256 = "aa3bc0b8f39ab82239015138ec28b8c837ee98388de34658dfc0715e672910f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-d-team_pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "47b0725a3ce0e80737a0bb05617d18114317a936f7e64d2457f1149ca8d2bd8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,pbr-m1" + "pbr-m1" + ]; + titles = [ + { + model = "PBR-M1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dir-1960-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-dlink_dir-1960-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-1960-a1-initramfs-kernel.bin"; + sha256 = "94e416152503f6995d7c3815ea5b74ec98a8448d680c522304c9124c1bea3f28"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-1960-a1-squashfs-sysupgrade.bin"; + sha256 = "66e1da59bb9c4690d38c2a3cab4732fb8dc02fd1d8f44860be2ac18505b19771"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-1960-a1-squashfs-factory.bin"; + sha256 = "3a211bc2723850454dfecf320f246de0211da8efc81fd23d3691e62709f67a62"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-1960-a1" + ]; + titles = [ + { + model = "DIR-1960"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2640-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-dlink_dir-2640-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-2640-a1-squashfs-sysupgrade.bin"; + sha256 = "0c3fb76bd7752f07d9b5c366e8e56304fc06ec526131087a470cdc0ff4ee6f6f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-2640-a1-squashfs-factory.bin"; + sha256 = "45ad1b29852a4df4c062d1259566ab78ce5bbe5139f9a93fdb2934bc1ff1dd85"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-2640-a1-initramfs-kernel.bin"; + sha256 = "649cafb1978a4250e89527f6189ab93d819575dbf390d629ca5fa9223f46034c"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-2640-a1" + ]; + titles = [ + { + model = "DIR-2640"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2660-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-dlink_dir-2660-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-2660-a1-squashfs-factory.bin"; + sha256 = "f0e161efd9654fbbac93efba0ae61d18c7b5fe3b9bdb4be89244e702e83b2583"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-2660-a1-initramfs-kernel.bin"; + sha256 = "5b13e6f82533edf22932b23c77f6db19d885412e629cf00223be3a4893e87321"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "49cf69e3e27abe4a81e48b8fac8997a153c91db655083871a23284cce615d317"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-2660-a1" + ]; + titles = [ + { + model = "DIR-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-dlink_dir-860l-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-860l-b1-initramfs-kernel.bin"; + sha256 = "0fbf2058b9a531255c63db40f7dbcd77dbc04aead2cc7a7417a07e4b78534f85"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "16946b5945a1bdb8055b74322b792a692e190ef88f835de8b1008500ff6dd6ad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-860l-b1-squashfs-factory.bin"; + sha256 = "58fae6c9362e918b02c5479c43c3035d284825b510a0671c00b4b625dffc21dc"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-860l-b1" + "dir-860l-b1" + ]; + titles = [ + { + model = "DIR-860L"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-867-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-dlink_dir-867-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-867-a1-initramfs-kernel.bin"; + sha256 = "5cc016de1ea23f2b4bb11ad9b444b27e1bfabea6d2923743ef397c061888826c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-867-a1-squashfs-sysupgrade.bin"; + sha256 = "a6781e018b963cb35a510265f83e5659f828041cdd150f059448011d13c5f097"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-867-a1-squashfs-factory.bin"; + sha256 = "6e63e448140d93296bf3de93e7cf60fa3d5e4a6e67d218134604179e11c763e3"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-867-a1" + ]; + titles = [ + { + model = "DIR-867"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-dlink_dir-878-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-878-a1-squashfs-factory.bin"; + sha256 = "40e425dd65885aed087464966bb49fc03e489a94b7b700bf5c346e05d26e3075"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-878-a1-initramfs-kernel.bin"; + sha256 = "156e393c7ab4ea69e9f720b72ab2de3f24dcbffe56bc4ead6b06147b00d8a38b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-878-a1-squashfs-sysupgrade.bin"; + sha256 = "faba1400b836f10725a3cadc21b43d10e96bdcea3a8fd45ad9be7ad94c721fe1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-878-a1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-dlink_dir-882-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-882-a1-squashfs-factory.bin"; + sha256 = "9a5d270c64057e3c55f04515f03be0ea586fbc5a0dc6820683fa2745a821885a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-882-a1-squashfs-sysupgrade.bin"; + sha256 = "9a8e39a4081006c734be1e29f423bce49e21113d666239bb0aa2d5c85712d812"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-882-a1-initramfs-kernel.bin"; + sha256 = "2159ed8e23311039c6901e6f863ae4cc26626884c39f75081ba3a9bd7193e7af"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-882-a1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-dlink_dir-882-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-882-r1-squashfs-factory.bin"; + sha256 = "1458f8c76cece5ada4b8fb478b3541c4a58e0a3ff92503835ea8fd7d0973b48d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-882-r1-squashfs-sysupgrade.bin"; + sha256 = "36571b34c6f5dff90b3a3c1727986cf97177ace924f9699f9544f99de9d05d08"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-dlink_dir-882-r1-initramfs-kernel.bin"; + sha256 = "0887b5742446446dd570fd92caa9274c3b6a38c4cf12ddd93a55b3d5696c44c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-882-r1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + edimax_ra21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-edimax_ra21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin"; + sha256 = "b540ddfdf1621e52a7ae7b859ca8d8b5416a4bb7973ff90ef10a8cc61ce8467f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-edimax_ra21s-initramfs-kernel.bin"; + sha256 = "7adecc39f519f9eec8c2cad908a22a7707a969a2953e8677487b0c43d090e03a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"; + sha256 = "4f147fb7258de308d471aebc5ba1d411443de53615ea93063b826b4f1fb00117"; + type = "factory"; + } + ]; + supported_devices = [ + "edimax,ra21s" + ]; + titles = [ + { + model = "RA21S"; + vendor = "Edimax"; + } + { + model = "Gemini RA21S"; + vendor = "Edimax"; + } + ]; + }; + edimax_re23s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-edimax_re23s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-edimax_re23s-squashfs-factory.bin"; + sha256 = "59e6d32bbd237e5f3f8f851116cafbcabdc0317d4a2beb5c32a494ff22695d33"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-edimax_re23s-initramfs-kernel.bin"; + sha256 = "3a0e460a0163b7541263ddd8e08518a6b618a273245dbe594274facb51b98440"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-edimax_re23s-squashfs-sysupgrade.bin"; + sha256 = "9268fe2cf94415882bec770e28daedb83b253e9a1eec2c204aefef85a18029ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,re23s" + ]; + titles = [ + { + model = "RE23S"; + vendor = "Edimax"; + } + { + model = "Gemini RE23S"; + vendor = "Edimax"; + } + ]; + }; + edimax_rg21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-edimax_rg21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-edimax_rg21s-squashfs-factory.bin"; + sha256 = "40c0c06168482210d111786794f6148d62bdebe809df564bbfb147b895943930"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-edimax_rg21s-initramfs-kernel.bin"; + sha256 = "3b1c4dea61f8f6201f54068c3aa08b137d78a6648e25335d94905e59fde750e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-edimax_rg21s-squashfs-sysupgrade.bin"; + sha256 = "6bab0ff05b62e954a9616a4ed37f51cb48c73a18d55a3ab43a963074ade0f465"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,rg21s" + ]; + titles = [ + { + model = "Gemini AC2600 RG21S"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "d57a5aea7fafa16bcd046959bf6e2024fb0d69c246416cb156a92bab5571fc0d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1167ghbk2-s-initramfs-kernel.bin"; + sha256 = "547f5a2c9710252c0d76f4d298edaf7a9b1f4b5f77abfe7c64a0877658a678ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "8223d25de968ff7f9844be453bfa58d58c5e0a4a4d6b0ba7eb9a293a49e30591"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + model = "WRC-1167GHBK2-S"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gs2-b = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1167gs2-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-sysupgrade.bin"; + sha256 = "df81f2f31cd3e5a954fcb33136add6203c0d2c8a24c7bcc88a204367d1c041e3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-factory.bin"; + sha256 = "cffbf0717609ab7cf69fc812c0db73990c7e9ab4eac62d09665a4ef69eb884d1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1167gs2-b-initramfs-kernel.bin"; + sha256 = "f6809e3b66fc5e8fd214c28009115c83ff3157fef97f6d5fe075be9a7f251ad4"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gs2-b" + ]; + titles = [ + { + model = "WRC-1167GS2-B"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1167gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1167gst2-initramfs-kernel.bin"; + sha256 = "12df687438262711fd970cc909feb52da5cb6c97fa38fc54814c22358c297ef0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1167gst2-squashfs-sysupgrade.bin"; + sha256 = "f761ff3b63dd7b4b124641e8406a569532b1b443c8c36b3b7cbd75ae4aa3b621"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1167gst2-squashfs-factory.bin"; + sha256 = "7febd11517ca7d74da8f1f0bccd1dc05c63b6abefd20e1dd49643e8c233801f7"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gst2" + ]; + titles = [ + { + model = "WRC-1167GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gs = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1750gs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1750gs-initramfs-kernel.bin"; + sha256 = "737e5d0a1ea697cb3eef73cbd17547ec8b2504cd7bc8d9a5c7ded3a996cb339a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1750gs-squashfs-sysupgrade.bin"; + sha256 = "9a7671440cfaa78b9b151cc09d856807f21df115e2f821fc086013ef1a80470f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1750gs-squashfs-factory.bin"; + sha256 = "7894b5aaf8a4193480e9c2db7d3dff3074b5c6ea36d06445bdde65aecb4ef91e"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gs" + ]; + titles = [ + { + model = "WRC-1750GS"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1750gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1750gst2-initramfs-kernel.bin"; + sha256 = "a862f4f3eadfb6ed9cf011c376adb20212d5bbc88d576eceef1a561f63ca778c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1750gst2-squashfs-sysupgrade.bin"; + sha256 = "a64e63e4ea95e27ce3647f25fa53a4e53280a04bc4c30f65827ed2b5da51c658"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1750gst2-squashfs-factory.bin"; + sha256 = "074e8b3cbf5dbaa5a7daaa9de4f2fadfb731cb1b6d3e9e3e886a50ab88a1755e"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gst2" + ]; + titles = [ + { + model = "WRC-1750GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gsv = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1750gsv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1750gsv-squashfs-sysupgrade.bin"; + sha256 = "f67d61a86642ed27fdcfeccdfe6c640fede774eb4c375c05d0d4995e6e7a1240"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1750gsv-squashfs-factory.bin"; + sha256 = "b64dc716237d72dd9431e82a8382ebd76b376a5e757ccd4e19390c5198788e84"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1750gsv-initramfs-kernel.bin"; + sha256 = "7066913e9db8455aec257e87c6458750bd345e0d8b6c93e5a66a88f342488d71"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gsv" + ]; + titles = [ + { + model = "WRC-1750GSV"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "deb0cb43667e53fa0189ababdd03214502e60e09399fb09f60855dae23b9b96f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1900gst-initramfs-kernel.bin"; + sha256 = "a517dff87a20a50178dc634acf972c144bf941a1d6b2b2800f8b4b60ff034bb6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "1a88ff9b9a78a723bd22d5091dd0f820396d5a043bdc63dd034dbecde0a1d05b"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + model = "WRC-1900GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533ghbk-i = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-2533ghbk-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-2533ghbk-i-initramfs-kernel.bin"; + sha256 = "3a8c29f81b3340469cef5d0c90e09975a612fe375dd114f22b9b48af6ce7a451"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-sysupgrade.bin"; + sha256 = "1ad048085c6d16372e5ad3504284021285214197b5542778bd416550234c4b9a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-factory.bin"; + sha256 = "5fc0990b1bf129b0bf9a2733bcdd11d05b3dde822618e5cc609af63f951d641f"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533ghbk-i" + ]; + titles = [ + { + model = "WRC-2533GHBK-I"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-2533gst-initramfs-kernel.bin"; + sha256 = "1bac7c005ebc626bc024bbb9e4aad04a151026243279f2ffca5684bba117bae6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "861abad08d8c796bae9dfd8c51192d51541b62ad84f111667af5b0adfba879f3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "d4b40815473ccba3a3a798a0152b97c43ee7cafb866ce8d04c0928365e678369"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + model = "WRC-2533GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-2533gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-2533gst2-squashfs-factory.bin"; + sha256 = "bee77fd9a0912b63dcc16dc0cc3c9fe853447a8bf8646bffa161dba6d9694bd2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-2533gst2-initramfs-kernel.bin"; + sha256 = "092a3c1dc65967a63ed693c638834fedf3f30b351ef5e08414eaeffb01621772"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-elecom_wrc-2533gst2-squashfs-sysupgrade.bin"; + sha256 = "e3057267c43400db63ebeb09fe1e6718d4ca618c55d1cc2d86200746774be1bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst2" + ]; + titles = [ + { + model = "WRC-2533GST2"; + vendor = "ELECOM"; + } + ]; + }; + firefly_firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-firefly_firewrt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-firefly_firewrt-initramfs-kernel.bin"; + sha256 = "3d3c345c35411fe2fedb1b0cafb68cf9cdfade27235a7053fe17f9844f18ee10"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-firefly_firewrt-squashfs-sysupgrade.bin"; + sha256 = "db49124bd7ee19866fa041f5413ded3dbed8eb3ffe4302714062da9b4a9f02ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "firefly,firewrt" + "firewrt" + ]; + titles = [ + { + model = "FireWRT"; + vendor = "Firefly"; + } + ]; + }; + gehua_ghl-r-001 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-gehua_ghl-r-001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-gehua_ghl-r-001-initramfs-kernel.bin"; + sha256 = "d02d655b49bfead853ddc2aa2f4aee4da89f6e87b38bc6241fd693d0c498ac70"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-gehua_ghl-r-001-squashfs-sysupgrade.bin"; + sha256 = "789a6aaa067207d119a99284263d77bdcc0cef5d8654e296fd1e631a89bde485"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gehua,ghl-r-001" + ]; + titles = [ + { + model = "GHL-R-001"; + vendor = "GeHua"; + } + ]; + }; + glinet_gl-mt1300 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-glinet_gl-mt1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-glinet_gl-mt1300-initramfs-kernel.bin"; + sha256 = "3ec360d8a5422c8ee8c4bb4fc7180a379c92f9b75d17b27b79b88293e0427c98"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-glinet_gl-mt1300-squashfs-sysupgrade.bin"; + sha256 = "be3b8bf48c7192f7666b17ba7fa17e121cd96885d316f11dd34a329210cd8d3a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt1300" + ]; + titles = [ + { + model = "GL-MT1300"; + vendor = "GL.iNet"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-gnubee_gb-pc1-initramfs-kernel.bin"; + sha256 = "df74082e28844b2c9d473eb4c1981b93c135b2f1026ffa56b455f6717d3c05f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "050823da8e966496b4d7a4b263b0396309e7ea64d6579b4b4d8b28762fe4cfc7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + model = "Personal Cloud One"; + vendor = "GnuBee"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "1b2e689ebd1e714d7968c6c9617c3ee1f88bac1187a9a935e110c906da26418e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-gnubee_gb-pc2-initramfs-kernel.bin"; + sha256 = "729c618f1ba2e75f9ea4754ff3f01b059ca3e7027624f8eeafd75de3f51edb9a"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + model = "Personal Cloud Two"; + vendor = "GnuBee"; + } + ]; + }; + hiwifi_hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-hiwifi_hc5962"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-hiwifi_hc5962-initramfs-kernel.bin"; + sha256 = "3e6413f656d2f163d76bda1a915a6114d8bde867dec20896b146869adf735ffb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-hiwifi_hc5962-squashfs-sysupgrade.bin"; + sha256 = "4480232a5fac2c9bf0b470f8a771d9000aeb567d336b2602c76ff4973f3302df"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-hiwifi_hc5962-squashfs-factory.bin"; + sha256 = "578847320284aad0630ad5258730f15444d4942b579182004722ae12aa9832a9"; + type = "factory"; + } + ]; + supported_devices = [ + "hiwifi,hc5962" + ]; + titles = [ + { + model = "HC5962"; + vendor = "HiWiFi"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "2a6d33e00239e0e3ef2e397f2e9175b580a310e2b1dcdf9198549795a82045a3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-iodata_wn-ax1167gr-initramfs-kernel.bin"; + sha256 = "0541e13b3951fae05c9f52e46978dd7c0a900d4962a0e30092ea716b0a7dda7f"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + model = "WN-AX1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax1167gr2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-iodata_wn-ax1167gr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-iodata_wn-ax1167gr2-squashfs-sysupgrade.bin"; + sha256 = "0fd522e7c5d0e54b776a17bcf56072e77ab5556accd0ee1b8f71f7deee706b60"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-iodata_wn-ax1167gr2-initramfs-kernel.bin"; + sha256 = "43f562daff07cdc30601ec3129a15023c9a67884314f27026578c3b1aae2b358"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr2" + ]; + titles = [ + { + model = "WN-AX1167GR2"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-iodata_wn-ax2033gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-iodata_wn-ax2033gr-squashfs-sysupgrade.bin"; + sha256 = "c6c29a57915d625e852f6301a4df5c2adfcf3f6498898d99df9572e9d02771a8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-iodata_wn-ax2033gr-initramfs-kernel.bin"; + sha256 = "eddc78d3656af5b54de1f129bbc47ef2723725829f3058ffbe4ee346a689576f"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax2033gr" + ]; + titles = [ + { + model = "WN-AX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1167r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-iodata_wn-dx1167r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-iodata_wn-dx1167r-squashfs-sysupgrade.bin"; + sha256 = "b3d8fe65278a325ea815bc3646c0015c0b543565bd86fbfd019a283e6d0d0d79"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-iodata_wn-dx1167r-initramfs-kernel.bin"; + sha256 = "60f4b596e7533d6a961fe5c21532fe63d0798810327d7c59e41e96afedec7d30"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1167r" + ]; + titles = [ + { + model = "WN-DX1167R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1200gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-iodata_wn-dx1200gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-iodata_wn-dx1200gr-squashfs-sysupgrade.bin"; + sha256 = "7fced1fe0d16a924039bf6e8e315d7de1bfd2a17091444a8489f10f69a9dae3f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-iodata_wn-dx1200gr-initramfs-kernel.bin"; + sha256 = "4829d95c90a30333d11c1023766c4acb5b24f92b31b9048a16cfb424ef1fe601"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1200gr" + ]; + titles = [ + { + model = "WN-DX1200GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "1315d08b05cec48824e7c33ab392ae48100f0f60801c5a6b196093a1591be728"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-iodata_wn-gx300gr-initramfs-kernel.bin"; + sha256 = "9d6b6b561934ca05fdffd83a3f05aa5f7c3eb0eae008ab3795fe7aea6aaffd32"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + model = "WN-GX300GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wnpr2600g = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-iodata_wnpr2600g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-iodata_wnpr2600g-squashfs-factory.bin"; + sha256 = "b5fbfcec23e057d0e884b2e160c4cbf2ecc77e7d916331584cac7b9b16ae2bfd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-iodata_wnpr2600g-squashfs-sysupgrade.bin"; + sha256 = "96149c957aa3c6a93600c6c4803d39865d36378992ef8794b0ffb00c217e3f8b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-iodata_wnpr2600g-initramfs-kernel.bin"; + sha256 = "0b3065ee9e06520b3985a8553c4bb0e7fca78b624efca35e9c0bc62adf29905d"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wnpr2600g" + ]; + titles = [ + { + model = "WNPR2600G"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a6ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-iptime_a6ns-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-iptime_a6ns-m-initramfs-kernel.bin"; + sha256 = "146739791a1f9faba846f2d221ed8d5310200faa4d890d21219281eea37bd536"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-iptime_a6ns-m-squashfs-sysupgrade.bin"; + sha256 = "ca06c8715600168d20c265c6da5ce11d93a7191e3d5ea3dd4f0e78cc76929f2b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a6ns-m" + ]; + titles = [ + { + model = "A6ns-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a8004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-iptime_a8004t"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-iptime_a8004t-initramfs-kernel.bin"; + sha256 = "68d634a1193c9843ccec72f2783b092397a8473a6e6c6e48d91dc56748bd6c47"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-iptime_a8004t-squashfs-sysupgrade.bin"; + sha256 = "c5e32ea723aca995366e02ccdc680d78573aabeb2e80f0415dbaaed16a79c2aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a8004t" + ]; + titles = [ + { + model = "A8004T"; + vendor = "ipTIME"; + } + ]; + }; + jcg_jhr-ac876m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-jcg_jhr-ac876m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-jcg_jhr-ac876m-squashfs-factory.bin"; + sha256 = "04e7deaa1b24cf745ec449840152809c0189c2d370a5980d1a0b1eff034d07d1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-jcg_jhr-ac876m-initramfs-kernel.bin"; + sha256 = "6f9517b828b2dfe60c33822f86506f2ed73f48d98962747559c31651eaac2385"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-jcg_jhr-ac876m-squashfs-sysupgrade.bin"; + sha256 = "0e1081709ddfc3597805d0950e660066c2370662be19c81e49010d1d67761444"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jcg,jhr-ac876m" + ]; + titles = [ + { + model = "JHR-AC876M"; + vendor = "JCG"; + } + ]; + }; + jcg_q20 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-jcg_q20"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-jcg_q20-initramfs-kernel.bin"; + sha256 = "09895a70946849b724c18e2b655ef902d82f0d9183c58f6c8e675f65dc82ae5d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-jcg_q20-squashfs-sysupgrade.bin"; + sha256 = "c14627af09f5c53f4c18ed0209a208fc7b51d39ebcd96c5ddf66be94432c980e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-jcg_q20-squashfs-factory.bin"; + sha256 = "ea1f096f9b9f78234d2654b374e9746bbf66660d6d0536ba8c0f6af440ee728e"; + type = "factory"; + } + ]; + supported_devices = [ + "jcg,q20" + ]; + titles = [ + { + model = "Q20"; + vendor = "JCG"; + } + ]; + }; + jcg_y2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-jcg_y2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-jcg_y2-initramfs-kernel.bin"; + sha256 = "fad4ce6b84d03585321c444b36335a7aaa1e811f8295db0f3306ec8ed169601e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-jcg_y2-squashfs-factory.bin"; + sha256 = "6cbf4956961f1ee609dc29e868636405d110680f7b8a5f09824111fdceb38b21"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-jcg_y2-squashfs-sysupgrade.bin"; + sha256 = "f45bbfde69e280fca790c57861f0abca4cbdef67ca4fdc4631c250438fafd6b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jcg,y2" + ]; + titles = [ + { + model = "Y2"; + vendor = "JCG"; + } + ]; + }; + lenovo_newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-lenovo_newifi-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-lenovo_newifi-d1-initramfs-kernel.bin"; + sha256 = "42fff7c78d09bd8723fe8462efdf491feaff3bf63c315e0f259cc6549b0538ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-lenovo_newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "467a5e50f687c8caf9236d67285d2e204841561c311c90028c1ec5710a7f6a7c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-d1" + "newifi-d1" + ]; + titles = [ + { + model = "D1"; + vendor = "Newifi"; + } + ]; + }; + linksys_e5600 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-linksys_e5600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_e5600-squashfs-sysupgrade.bin"; + sha256 = "6408d59a51756822c1a5f5fa17204d776807caab77ebd71eb1cc66cef32c7725"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_e5600-squashfs-factory.bin"; + sha256 = "ebb2e3c0e59d3b555652613022438c5107ca517832fcfc1b11ad55a29114fe27"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_e5600-initramfs-kernel.bin"; + sha256 = "b978cdd346fd31b79f1b13436e00c92f28b66b4a603dd57d53e9b569bbfd07fa"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e5600" + ]; + titles = [ + { + model = "E5600"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-linksys_ea7300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_ea7300-v1-squashfs-sysupgrade.bin"; + sha256 = "5dd2cb8eb25c114d873b53802d50f4422319dbc177ace7f34d9986b96c00d976"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_ea7300-v1-initramfs-kernel.bin"; + sha256 = "6d58e27c964b9b62c6b07113ec7c462b6febe177b349a85fe37ab8a9809f8bee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_ea7300-v1-squashfs-factory.bin"; + sha256 = "139a3c6b085f49578adf60a9379519ac8901aa9321f974a7905070501b7c550d"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7300-v1" + ]; + titles = [ + { + model = "EA7300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-linksys_ea7300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_ea7300-v2-initramfs-kernel.bin"; + sha256 = "ee330c55ada4f26be9759a0426dfeb400cc516bc2e1b30cf639d5c71007cee02"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_ea7300-v2-squashfs-factory.bin"; + sha256 = "f8d886c575dad0ab0afcb27a4e4903ca7d8df3fa88a1be86ba79bc6143cfa0e0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_ea7300-v2-squashfs-sysupgrade.bin"; + sha256 = "5944f08eaf86baa6e45c2b4d25a453a1ccc1deed7345cd83e60d985c83e26c53"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea7300-v2" + ]; + titles = [ + { + model = "EA7300"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7500-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-linksys_ea7500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_ea7500-v2-squashfs-factory.bin"; + sha256 = "6d2c35e05e1d5551437ff609c9ad89018e47d2d5d43958176946f20c8a1853c7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_ea7500-v2-squashfs-sysupgrade.bin"; + sha256 = "e440b1fec353aa5107c3d828adef6d2b3913b98031acfb974891d2df09888d14"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_ea7500-v2-initramfs-kernel.bin"; + sha256 = "738c252417abe7ef7f98d70394e6bef4eb385f04b73d6ee86fa12b1145859cc6"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7500-v2" + ]; + titles = [ + { + model = "EA7500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-linksys_ea8100-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_ea8100-v1-squashfs-factory.bin"; + sha256 = "eabf748b88c166a3a9ce865441f5b7f6aee6e352fc86b37a7d6527ac522e9e66"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_ea8100-v1-initramfs-kernel.bin"; + sha256 = "7b8ce2d27168dd587068224295b41c2d57864babbcd4a109c67cec48d3bbcd60"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_ea8100-v1-squashfs-sysupgrade.bin"; + sha256 = "0744a922d10d657210a213be366b781854767d709c1d9c6ad4fb68148e12d061"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8100-v1" + ]; + titles = [ + { + model = "EA8100"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_re6500 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-linksys_re6500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_re6500-initramfs-kernel.bin"; + sha256 = "6e2f2de4df45a00604474b094637c2b6179a75e7d533626014a0d07d6db1ffc4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-linksys_re6500-squashfs-sysupgrade.bin"; + sha256 = "b5cb69b07d08379aa57d3235da242532164280a53f7e83df4275be2392ebc67f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,re6500" + "re6500" + ]; + titles = [ + { + model = "RE6500"; + vendor = "Linksys"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-mediatek_ap-mt7621a-v60-initramfs-kernel.bin"; + sha256 = "99ebb67ef6e5b385a775f1a87cdc45763c6991170016e55862f004e5152339a2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "a4773a94d32f5804dd8a82d732e992c448f9c4d183cc268c23b46d0622bfc8d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + model = "AP-MT7621A-V60 EVB"; + vendor = "Mediatek"; + } + ]; + }; + mediatek_mt7621-eval-board = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-mediatek_mt7621-eval-board"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-mediatek_mt7621-eval-board-squashfs-sysupgrade.bin"; + sha256 = "9b95f0035213130ebefdcef2943dcedcdaeb16632b57eece40fb4c61289d81cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-mediatek_mt7621-eval-board-initramfs-kernel.bin"; + sha256 = "d2aae2f260dacaa88f25def218c01b2cbd663ad2ec253829b4471ee0e680c671"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7621-eval-board" + "mt7621" + ]; + titles = [ + { + model = "MT7621 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mikrotik_routerboard-750gr3 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-mikrotik_routerboard-750gr3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-mikrotik_routerboard-750gr3-initramfs-kernel.bin"; + sha256 = "1e7a01e65db7b5aaed343e004ba9db84e5dbf2e39ef89c8504bc188967b4c140"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-mikrotik_routerboard-750gr3-squashfs-sysupgrade.bin"; + sha256 = "eb8e15b10952816dbf0c0c8945500faa5bb894f0e63bb31a09fb0f3c76494de9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-750gr3" + "mikrotik,rb750gr3" + ]; + titles = [ + { + model = "RouterBOARD 750Gr3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-760igs = { + device_packages = [ + "kmod-usb3" + "kmod-sfp" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-mikrotik_routerboard-760igs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin"; + sha256 = "559a10b3df3aa3a5c1658d12690a6b865f3f63b0ddc68f5ef3d7d0647624983a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-mikrotik_routerboard-760igs-squashfs-sysupgrade.bin"; + sha256 = "6e6d970fc419a7e40be55d17522e2cc975e2ccf62671da9f6ad64496ffee7953"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-760igs" + ]; + titles = [ + { + model = "RouterBOARD 760iGS"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m11g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-mikrotik_routerboard-m11g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-mikrotik_routerboard-m11g-squashfs-sysupgrade.bin"; + sha256 = "887354479a8d2d06eac04ae84d12d714b898c7a56bc3bd56eb6ed27c8bd2bf38"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-mikrotik_routerboard-m11g-initramfs-kernel.bin"; + sha256 = "61c794df8dc293cb4e68ec82f866060738ccc3695d74a5c9772df07842a5cbfe"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m11g" + "mikrotik,rbm11g" + ]; + titles = [ + { + model = "RouterBOARD M11G"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m33g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-mikrotik_routerboard-m33g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-mikrotik_routerboard-m33g-initramfs-kernel.bin"; + sha256 = "73608d2f29d0e27f4172171a03be5a54ee51ada3dd3421feafece622bb53c64e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-mikrotik_routerboard-m33g-squashfs-sysupgrade.bin"; + sha256 = "8ba57b67e6899c4a220fa17d265e2ca2e2845fba5303f3fe9cc20c3d152d02a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m33g" + "mikrotik,rbm33g" + ]; + titles = [ + { + model = "RouterBOARD M33G"; + vendor = "MikroTik"; + } + ]; + }; + mqmaker_witi = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-mqmaker_witi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-mqmaker_witi-initramfs-kernel.bin"; + sha256 = "c9b144a86bc3d5adbe8927131cc0a2f89f1aeee42d9e44b111b02e393fb7db6f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-mqmaker_witi-squashfs-sysupgrade.bin"; + sha256 = "42d8dca0f6f42bc5a98cf2897e5f185c03c0373e5e7c9eb6f9781ea24eda6530"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi" + "witi" + "mqmaker,witi-256m" + "mqmaker,witi-512m" + ]; + titles = [ + { + model = "WiTi"; + vendor = "MQmaker"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-mtc_wr1201-initramfs-kernel.bin"; + sha256 = "b451d31cba98b07ccfa97a2e1be8b0da993d9d1793cbd9c3e2cf8e31d849ef44"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "c0eda25d8066eda406beaae3ca45dc239105ad7321605793865c3ab5b59e6437"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + model = "Wireless Router WR1201"; + vendor = "MTC"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "6ee00d827b04dba4bd4a4b005ebb9b9de7cdee0d08e47581f938bfdfa4e22961"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_ex6150-initramfs-kernel.bin"; + sha256 = "91e8a104f864b34d5b044ddec65d334f0c8b438d21a5bd804236d1db32e67dcd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "ad6a10beb2650cabbae1f6904e570a033af9cf49776c8e7339ed6a34280cb21b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + model = "EX6150"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-netgear_r6220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6220-squashfs-kernel.bin"; + sha256 = "c60edab63fd72320167c2a09f5e40f3ed21680f3280a205b32291eda0bc927f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6220-squashfs-factory.img"; + sha256 = "d21ca39b867446aab262ac03aa705de053ec1b96372e34515a05c29f90de0441"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6220-initramfs-kernel.bin"; + sha256 = "9db4078d9a373938215e68c11a27efc414320b8a92e940b4689e3d63e6140a81"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin"; + sha256 = "431bd57d2cacc160c0dfd926f1bda560dd8f2e12de29671c4e45265f63977498"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6220-squashfs-rootfs.bin"; + sha256 = "8f8b60e34a89511cde1a48d7dd3ba978f66d1151ef0b3947692803d65e208344"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6220" + "r6220" + ]; + titles = [ + { + model = "R6220"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6260 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-netgear_r6260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6260-squashfs-factory.img"; + sha256 = "9e1ece67e36912c3c83cc1cc41bc97ae68a86fd62ba909bd99bf4943e2132ee8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6260-squashfs-kernel.bin"; + sha256 = "b24d278627324e37eabe6f5ff32af801e4c48f62fb2951c86f0fa6429d4e4450"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin"; + sha256 = "221fed2ffeb422899729f7a5978a3d1418e57d8df3f4c0cd5aa0503853dd0ba9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6260-initramfs-kernel.bin"; + sha256 = "1718b3ac6fc7c54b6a38ccc7cb783b45c6182914ece841ec1ee8c0522ffbefcf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6260-squashfs-rootfs.bin"; + sha256 = "5a7e700b227db72cb4e5e41fb1f8873d493e527123038412605913f88835a752"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6260" + ]; + titles = [ + { + model = "R6260"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6350-initramfs-kernel.bin"; + sha256 = "b83310ad8425690dc6a736ecf9c3e04bab6fbad6e53952f95553473d0496755f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "5a7e700b227db72cb4e5e41fb1f8873d493e527123038412605913f88835a752"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "39db8ae85c882f87ac8f9ab08d20595dc0d0f7c42279f73c47c624cd4bdc66d0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "37d4a2a457d2ce498b45693a53585ebc96854dae44a93c0e59c9d64530e9d8d8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "ff6574a095c5fb9c1122d455989127d27b6d4f822839a3c63da6d250ac686823"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + model = "R6350"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6700-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-netgear_r6700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6700-v2-squashfs-kernel.bin"; + sha256 = "52ac09b05b323dbc49ac9232d7b15e09025693047521bdc2cacb66467044160d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6700-v2-squashfs-rootfs.bin"; + sha256 = "5a7e700b227db72cb4e5e41fb1f8873d493e527123038412605913f88835a752"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6700-v2-initramfs-kernel.bin"; + sha256 = "302d279018d58a84f8e07b4459583749f40cc2fff6d857ada15f7e876e2d722a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6700-v2-squashfs-factory.img"; + sha256 = "f238459b816a4639073ed695be124ee4edaae3d30163bb00696462294426353f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6700-v2-squashfs-sysupgrade.bin"; + sha256 = "6f91baac8646ecc3111520836ead1c538a1c69e1a36fc5c65f8aa1e2007d0d8d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6700-v2" + ]; + titles = [ + { + model = "R6700"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2400"; + variant = "v1"; + vendor = "NETGEAR"; + } + { + model = "R7200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6800 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-netgear_r6800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6800-squashfs-sysupgrade.bin"; + sha256 = "ca6feac1d1437b5f5b3fa63c14b4038cd7b94a6834dce8dce50dfbb338376191"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6800-squashfs-factory.img"; + sha256 = "5794618cad8f98707c7e594ea2c0fe18550f1cc3ada0987ab5a6b26774103bee"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6800-squashfs-rootfs.bin"; + sha256 = "5a7e700b227db72cb4e5e41fb1f8873d493e527123038412605913f88835a752"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6800-initramfs-kernel.bin"; + sha256 = "50f67a4b7c436ef5a062987984ab392213b889932f9fd1d325e308f4bbbc2309"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6800-squashfs-kernel.bin"; + sha256 = "5347f4c82a49eb4af43178f483f58bfc0ad459f42956d71175cc8ee6826a03fa"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6800" + ]; + titles = [ + { + model = "R6800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6850 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-netgear_r6850"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6850-squashfs-sysupgrade.bin"; + sha256 = "e06c4f9bfc332e74cebcd10c8c42465d6c8da9702f90225dd34e44eda0643028"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6850-squashfs-factory.img"; + sha256 = "40dba1fad7a311bce5923d8d233ef2c8ef48c5ab6731e4492567f4d6672a6be2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6850-initramfs-kernel.bin"; + sha256 = "47e2a676b221d65e6c45b6695cb5fcd549625d5f3cd9422449818e51db7b446f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6850-squashfs-kernel.bin"; + sha256 = "1dbdac7362b244a7645d4e68348b7749f637b67d10988ff21de4e14accf91bb2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_r6850-squashfs-rootfs.bin"; + sha256 = "5a7e700b227db72cb4e5e41fb1f8873d493e527123038412605913f88835a752"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6850" + ]; + titles = [ + { + model = "R6850"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac104 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-netgear_wac104"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_wac104-squashfs-sysupgrade.bin"; + sha256 = "57228a7eca55d45984181fc4d77516c454f7de0105eb7c3ae2038976a6345853"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_wac104-squashfs-factory.img"; + sha256 = "4ef9e42de836dbd687129e5c4fad14491419861c032a0d137138fb9861940dd1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_wac104-initramfs-kernel.bin"; + sha256 = "32521b81a1db9450f2785401c250465846cda405f4346f46291cc694f9bb83be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_wac104-squashfs-kernel.bin"; + sha256 = "d76e83e4a58c2f03ff0a9315c70b39fa97a34dd3d6a3303fbdc57c4ab5bd6b54"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_wac104-squashfs-rootfs.bin"; + sha256 = "8f8b60e34a89511cde1a48d7dd3ba978f66d1151ef0b3947692803d65e208344"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,wac104" + ]; + titles = [ + { + model = "WAC104"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac124 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-netgear_wac124"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_wac124-squashfs-kernel.bin"; + sha256 = "1720e6d0bafd5579d93f40c5e1780caa026b3e37f8a75e09eba874f1e2566e1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_wac124-squashfs-factory.img"; + sha256 = "fde8ae61b7af3de54feee046573e21def4d71b9e0a777a658a9b739d4c2a78cd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_wac124-initramfs-kernel.bin"; + sha256 = "08c6f1bf52bc5d85e57364e1f38919526c34ed9474ba0211790242d989406ae8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_wac124-squashfs-rootfs.bin"; + sha256 = "5a7e700b227db72cb4e5e41fb1f8873d493e527123038412605913f88835a752"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_wac124-squashfs-sysupgrade.bin"; + sha256 = "fc4eb466f3128dfa25eaf480ffa03fa2ad0d6b2573c4c50e75303462d5be1932"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wac124" + ]; + titles = [ + { + model = "WAC124"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-netgear_wndr3700-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_wndr3700-v5-squashfs-factory.img"; + sha256 = "e96219f3b3e9838a56d2e57f4bdd0fd2a779701e119f3909dc1ffa27e92ddd2b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_wndr3700-v5-initramfs-kernel.bin"; + sha256 = "e23da114902e14e28c00d2c37437ba90e093418f68b687fcfdc815e99714f766"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netgear_wndr3700-v5-squashfs-sysupgrade.bin"; + sha256 = "7f8959f320550142bdffc873bb3e35b70392018649a4a425e3f535d6be91d826"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v5" + "wndr3700v5" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v5"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-netis_wf2881"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-netis_wf2881-initramfs-kernel.bin"; + sha256 = "1032a4859c1962d8f5f146c98eac8d8edeb12c72f7c7fed15ea9f895d1e056df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netis_wf2881-squashfs-sysupgrade.bin"; + sha256 = "d28c03b0af504d236065db1d67ea88b355ef240ab0e043a41054d0f8a0088a71"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-netis_wf2881-squashfs-factory.bin"; + sha256 = "ee13d56f06f24c161403a89bef47a227d868dc33aae01ede9e84450cc7375ee5"; + type = "factory"; + } + ]; + supported_devices = [ + "netis,wf2881" + ]; + titles = [ + { + model = "WF2881"; + vendor = "NETIS"; + } + ]; + }; + phicomm_k2p = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-phicomm_k2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-phicomm_k2p-initramfs-kernel.bin"; + sha256 = "32fc034befcb685a7d688f618af64f86167aa233d3b429a521582d1ec0c6b57a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"; + sha256 = "227715c78a98bbad37903eba547b6fe713f293c5872f07fb9a8d2636bf81d1af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2p" + "k2p" + ]; + titles = [ + { + model = "K2P"; + vendor = "Phicomm"; + } + { + model = "KE 2P"; + vendor = "Phicomm"; + } + ]; + }; + planex_vr500 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-planex_vr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-planex_vr500-squashfs-sysupgrade.bin"; + sha256 = "6a1982b948d3a6d6f1f15ddf1c1938cf5fcee350624ae86b248e3d1fc436cac0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-planex_vr500-initramfs-kernel.bin"; + sha256 = "0a0f013e08a4b4f1061e61a6612354cce7e2649d2fc7e6b928dffbb8df4f2d3a"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,vr500" + "vr500" + ]; + titles = [ + { + model = "VR500"; + vendor = "Planex"; + } + ]; + }; + samknows_whitebox-v8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-samknows_whitebox-v8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-samknows_whitebox-v8-initramfs-kernel.bin"; + sha256 = "9ecdc0055248608940116eddcb7f6da7ab861dced0f29ef4a9211d6de6025066"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-samknows_whitebox-v8-squashfs-sysupgrade.bin"; + sha256 = "878145e3d147e528c87afb8d19ed56c2073a83a01f040bbee947f7539fca0b7a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samknows,whitebox-v8" + "sk-wb8" + ]; + titles = [ + { + model = "Whitebox 8"; + vendor = "SamKnows"; + } + ]; + }; + sercomm_na502 = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-sercomm_na502"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-sercomm_na502-squashfs-sysupgrade.bin"; + sha256 = "1b4670a94c0ce49b04b93c9bff79f332252858437f5635ee9cb9aafbad0ea366"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-sercomm_na502-initramfs-kernel.bin"; + sha256 = "1d91a0a3465f422079836016584f612166c3a4e76c48a6f869bd418c748c2b4a"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na502" + ]; + titles = [ + { + model = "NA502"; + vendor = "SERCOMM"; + } + ]; + }; + storylink_sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-storylink_sap-g3200u3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-storylink_sap-g3200u3-initramfs-kernel.bin"; + sha256 = "6c57451a1dc4c6b7c683237232c1dfad78c5075f7029b8deb11e43d678274b3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-storylink_sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "05e778f09deb4b68b603631e1b1e7fba1ad324f9c8f2afccb9052b93f27e6200"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "storylink,sap-g3200u3" + "sap-g3200u3" + ]; + titles = [ + { + model = "SAP-G3200U3"; + vendor = "STORYLiNK"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "fa35f75699531b7514edb8a340212c4e2b9612089c8a9e07f329cbd057872303"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-telco-electronics_x1-initramfs-kernel.bin"; + sha256 = "1a750858ab63427ee71b7db4ee590027e8a3834d115ca3ecdc5f7d4aae1a3a49"; + type = "kernel"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + model = "X1"; + vendor = "Telco Electronics"; + } + ]; + }; + thunder_timecloud = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-thunder_timecloud"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-thunder_timecloud-initramfs-kernel.bin"; + sha256 = "ab6e5679c6252d2258415632c84d853698f75e210782fd5bcadf8833a378b94e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-thunder_timecloud-squashfs-sysupgrade.bin"; + sha256 = "50b0479e6853636c3da2481448970306c1793f76180bd50bfd88571f410df123"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "thunder,timecloud" + "timecloud" + ]; + titles = [ + { + model = "Timecloud"; + vendor = "Thunder"; + } + ]; + }; + totolink_a7000r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-totolink_a7000r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-totolink_a7000r-squashfs-sysupgrade.bin"; + sha256 = "56a403c207345f7b446dfcb7820ba88ad791c93c476cd2dc7f89df5a7b44d539"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-totolink_a7000r-initramfs-kernel.bin"; + sha256 = "9b050fe76ab73e2b0df8fdcf54b7e9914e4fc8ea640668c4dfaab7897455dc3a"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,a7000r" + ]; + titles = [ + { + model = "A7000R"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_x5000r = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-totolink_x5000r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-totolink_x5000r-squashfs-sysupgrade.bin"; + sha256 = "8c71588e454920c5ab2a079177adb2d402cd1028c3e1638e3021a133f353c338"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-totolink_x5000r-initramfs-kernel.bin"; + sha256 = "a4a893e7dcfe4ccc582a1c26278c3715c1e4dddafb1e715dc689e1f679800d09"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,x5000r" + ]; + titles = [ + { + model = "X5000R"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-a6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-tplink_archer-a6-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_archer-a6-v3-initramfs-kernel.bin"; + sha256 = "7d60214869bd6affb2dbbb1aaafe3300717b7c2cac7b9928d3c2910f43612d11"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_archer-a6-v3-squashfs-sysupgrade.bin"; + sha256 = "6c094ed354c853be2c7168cde0eed01854c6350b32add30e6438b6647d725561"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_archer-a6-v3-squashfs-factory.bin"; + sha256 = "934f8b140fa4aab34f32a63d947bc2b8d0f5db462db3366f106e531ea7e7be06"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a6-v3" + ]; + titles = [ + { + model = "Archer A6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6u-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-tplink_archer-c6u-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_archer-c6u-v1-initramfs-kernel.bin"; + sha256 = "5f451635e085ce8a4c778025ae535d475abdee1269a7d3345284ac886edb0469"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_archer-c6u-v1-squashfs-sysupgrade.bin"; + sha256 = "22f07cefa5a689043108b9c13f2567c4748a61322ea1ab2ef23c0ae07c237e8a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_archer-c6u-v1-squashfs-factory.bin"; + sha256 = "0de74bd058c52e8ebb17f2138bea51f4f6e4239cdad7d08b741204782ed6fd90"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6u-v1" + ]; + titles = [ + { + model = "Archer C6U"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap235-wall-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-tplink_eap235-wall-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_eap235-wall-v1-squashfs-factory.bin"; + sha256 = "ef10888551130a0322ac9a123c7f39d2d290a8c43f0720199019cb7df6458c46"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_eap235-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "3159f3edbc75f271afb3ae9d4caac19c3f976b24e5311428de05a604a5a14960"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_eap235-wall-v1-initramfs-kernel.bin"; + sha256 = "7db118b35deedbb4986a8242e9dbe46a9c923bb7a4dec0a86a69eb0146df1278"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap235-wall-v1" + ]; + titles = [ + { + model = "EAP235-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-tplink_re350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_re350-v1-squashfs-sysupgrade.bin"; + sha256 = "af2bc3f4263ae7764d79509aba9ee79578d41e191227d8e9e97c549ca54736da"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_re350-v1-squashfs-factory.bin"; + sha256 = "e553a81b96041cff460414e5401fd9a5212c8d898d8f64473c7934bab1990c5d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_re350-v1-initramfs-kernel.bin"; + sha256 = "1677e4ec7ebd967f151b2546be121e7698ef49161ee3caa1c8011da349ce1e22"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350-v1" + "re350-v1" + ]; + titles = [ + { + model = "RE350"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re500-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-tplink_re500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_re500-v1-squashfs-sysupgrade.bin"; + sha256 = "cdebcfca58cd54b212747e947eb8bb55a7dd738d0f229371d0461ae7bfcfb55c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_re500-v1-initramfs-kernel.bin"; + sha256 = "ee915ae6aab6128cdb56d8cac928ab7192ae2660593b53f470c58f201d1d903c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_re500-v1-squashfs-factory.bin"; + sha256 = "cc9146a0a9331cc49ed0330267c1c797fdb5b56da8e826beb6dc52c3e9768d8d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re500-v1" + ]; + titles = [ + { + model = "RE500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-tplink_re650-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_re650-v1-squashfs-factory.bin"; + sha256 = "a74b666bf2055f03b646f7ebffb6517ae3689f6093826267542a5aadd2a8aa7e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_re650-v1-squashfs-sysupgrade.bin"; + sha256 = "08cc1bf370c279822a9f81ad97e09bcfd27b7b550dc51b1c951db10f0fd5e602"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-tplink_re650-v1-initramfs-kernel.bin"; + sha256 = "6315b2ef41894ed0ed9877e04dbddd9a75ddbaacfaf83fdc63df6b2919305df2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re650-v1" + ]; + titles = [ + { + model = "RE650"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_edgerouter-x = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-ubnt_edgerouter-x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-ubnt_edgerouter-x-initramfs-kernel.bin"; + sha256 = "13d152abed89d16b0fba96978ad30a56be16825271a34cb1ffc0098b016322b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"; + sha256 = "f67fa0375b7a8e049b0570854040ecb4f1286772320bc54b7fbb55c2d8cf6e7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x" + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + model = "EdgeRouter X"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-x-sfp = { + device_packages = [ + "-wpad-basic-wolfssl" + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-sfp" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-ubnt_edgerouter-x-sfp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-ubnt_edgerouter-x-sfp-initramfs-kernel.bin"; + sha256 = "1a7e076fb6b2d7f328bccf83f4836b4e257fea62a0aa9afa40b6c7e75e4ac350"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"; + sha256 = "b43ee80ff1328c696626b915be78b31422ab29574b2143147af0aee9ce26cb19"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x-sfp" + "ubnt-erx-sfp" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + model = "EdgeRouter X SFP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lite = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-ubnt_unifi-6-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-ubnt_unifi-6-lite-squashfs-sysupgrade.bin"; + sha256 = "c24df903ded675db69b301ddc1d33badacb72f8fffaefbdbe2f2cd39cd8bbddd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-ubnt_unifi-6-lite-initramfs-kernel.bin"; + sha256 = "4587e57d49e8d684e4abb5b8eaf90fd62e814a45de572c73cc63b0875ad3ee80"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lite" + ]; + titles = [ + { + model = "UniFi 6 Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-nanohd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-ubnt_unifi-nanohd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-ubnt_unifi-nanohd-initramfs-kernel.bin"; + sha256 = "081704f2205a2173ee8165e96681678853f16c582ad1c6989a8533987e1be7d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-ubnt_unifi-nanohd-squashfs-sysupgrade.bin"; + sha256 = "a8fd3dd0b023d08f90adbe7d391ec3a2ab7dba661a36925c4a02263ab2b9460e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-nanohd" + ]; + titles = [ + { + model = "UniFi nanoHD"; + vendor = "Ubiquiti"; + } + ]; + }; + unielec_u7621-01-16m = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-unielec_u7621-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-unielec_u7621-01-16m-squashfs-sysupgrade.bin"; + sha256 = "1d3f5de98463b68ce81e76528ecfa66846cc37ba4c93abd540dc5158f76b8e41"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-unielec_u7621-01-16m-initramfs-kernel.bin"; + sha256 = "e06e0cce12aac880490abad77238d54bf5862bd1fa8caedfadfdbeb32719f410"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-01-16m" + ]; + titles = [ + { + model = "U7621-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-unielec_u7621-06-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-unielec_u7621-06-16m-initramfs-kernel.bin"; + sha256 = "c568a50e531a081b42b0173996866f832c77da5615f92bdbf179254bb8804f46"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-unielec_u7621-06-16m-squashfs-sysupgrade.bin"; + sha256 = "66ab1d879a9f692f854a72dbb835a636f6dc9e0e1839cc6ce42951f582f07781"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-16m" + "u7621-06-256M-16M" + "unielec,u7621-06-256m-16m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-64m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-unielec_u7621-06-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-unielec_u7621-06-64m-squashfs-sysupgrade.bin"; + sha256 = "b7a4360ef6cedae07e45b05f15c68084319657762223a1c63152268b742b3c2d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-unielec_u7621-06-64m-initramfs-kernel.bin"; + sha256 = "815b1c24ddbe6d0c13413ff3dd507a03d3506cddfb7d62e03f67d8b8062bcfb1"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-06-64m" + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "64M"; + vendor = "UniElec"; + } + ]; + }; + wavlink_wl-wn531a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-wavlink_wl-wn531a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-wavlink_wl-wn531a6-initramfs-kernel.bin"; + sha256 = "3aaef390c446eae341274430124883281c5f61d18c6080e8f99bc279037164ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-wavlink_wl-wn531a6-squashfs-sysupgrade.bin"; + sha256 = "2adb057fc0e08d51528454c1d6369f66ce348b63151de54edccb4d061d0bf542"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a6" + ]; + titles = [ + { + model = "WL-WN531A6"; + vendor = "Wavlink"; + } + ]; + }; + wevo_11acnas = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-wevo_11acnas"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-wevo_11acnas-initramfs-kernel.bin"; + sha256 = "0dbb3a0b849dc90529fe9a08edda15502ca0271b669827f834c488ca21ecefa4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-wevo_11acnas-squashfs-sysupgrade.bin"; + sha256 = "6ac30ba09ceef4056dd18b71f7948864cbb611e0d371e5192f7d50ff55d74f75"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,11acnas" + "11acnas" + ]; + titles = [ + { + model = "11AC NAS Router"; + vendor = "WeVO"; + } + ]; + }; + wevo_w2914ns-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-wevo_w2914ns-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-wevo_w2914ns-v2-squashfs-sysupgrade.bin"; + sha256 = "3196a417195d6d249c0d8879e6513768e4543440cfbeba6508230dbf724e34d5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-wevo_w2914ns-v2-initramfs-kernel.bin"; + sha256 = "66407fd34b3b8d5de183aa208f770de672591124adb73e463788329c1253a5a8"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,w2914ns-v2" + "w2914nsv2" + ]; + titles = [ + { + model = "W2914NS"; + variant = "v2"; + vendor = "WeVO"; + } + ]; + }; + winstars_ws-wn583a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-winstars_ws-wn583a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-winstars_ws-wn583a6-initramfs-WN583A6-kernel.bin"; + sha256 = "2b602bef2b474a7452969034956afbb75688e65233b19b48f5127b44892dc2d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-winstars_ws-wn583a6-squashfs-sysupgrade.bin"; + sha256 = "981b3f8fbcf3fa5d53610d3ea5366e13b424b22a11c4aceb7f5e868f828ab888"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winstars,ws-wn583a6" + ]; + titles = [ + { + model = "WS-WN583A6"; + vendor = "Winstars"; + } + { + model = "AC2100"; + vendor = "Gemeita"; + } + ]; + }; + xiaomi_mi-router-3-pro = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-3-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-factory.bin"; + sha256 = "2a0f784def8cd6718616dce92969eba18e6d01a02bf02b548ba139f55bbda398"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-3-pro-initramfs-kernel.bin"; + sha256 = "c46152a87d78b93805efb045f95349d61c6fa6073bf8a50deec118dbfeaaa12b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-sysupgrade.bin"; + sha256 = "01177118deb0510af2d6b485ca8645c26d245d5b7aee9c3abfa9c137b1eeb387"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3-pro" + "xiaomi,mir3p" + ]; + titles = [ + { + model = "Mi Router 3 Pro"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-3g-squashfs-sysupgrade.bin"; + sha256 = "89b6413368fcf735e5a95b8fb2a649b16e8e76bca0535b4fd7aab9da7bf4529d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-3g-initramfs-kernel.bin"; + sha256 = "8afbe83639c6d7978dd2911b1d2487d46a09383af516f50d2570dff4abd56447"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-3g-squashfs-kernel1.bin"; + sha256 = "93a116edbfd1b05684151a5173be0eb3bddda5b2c0d2c24d04d32e6c23c8b4f8"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-3g-squashfs-rootfs0.bin"; + sha256 = "37946ed14b64fc3131574d4e44dfef34bbf2826c4dc4688442e5ca1da44bb3f8"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g" + "R3G" + "mir3g" + "xiaomi,mir3g" + ]; + titles = [ + { + model = "Mi Router 3G"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-3g-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-3g-v2-initramfs-kernel.bin"; + sha256 = "50e5c1fbc0b6f34ceeb6a2187d39681068f654a361044590b1025e47307612c3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-3g-v2-squashfs-sysupgrade.bin"; + sha256 = "b93e8277dfdb859f596c65407206eaad7840b11257beff92de9873839145789d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g-v2" + "xiaomi,mir3g-v2" + ]; + titles = [ + { + model = "Mi Router 3G"; + variant = "v2"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-4-squashfs-sysupgrade.bin"; + sha256 = "8ac299c50cc76d182179b1543d75210e3a746da3f74d9f9047cf7b0fd05a3fc7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-4-squashfs-rootfs0.bin"; + sha256 = "8d0d6b95d7842ea820fbd6c502995bf35f9bf1cb44e90f46728c02e6404a3834"; + type = "rootfs0"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-4-initramfs-kernel.bin"; + sha256 = "31e3ae2e2ec781b9ba98457ce24ee0bdcb8ce5a44e0a70843a7d695770b1cbf0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-4-squashfs-kernel1.bin"; + sha256 = "d971a8ef67fca404c66d6517d8f3930b8f7919ac4a51bcf2211a650fad56a1ce"; + type = "kernel1"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4" + ]; + titles = [ + { + model = "Mi Router 4"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-gigabit = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-4a-gigabit"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-4a-gigabit-initramfs-kernel.bin"; + sha256 = "440d14175e48e611e8b93937942db568e662bd53c4a106988846db7e72f54201"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin"; + sha256 = "12d9b38c66f693ec15c131a30ab0e81747edcfc5f47b3f525b922ffdbe4e3d93"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-gigabit" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "Gigabit Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-ac2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-ac2100-initramfs-kernel.bin"; + sha256 = "05969329d9777537df668edb9ced305fe9bc4a8fc343edcbc68a367b7b25dcb0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "caf587accdaa72d22acefa713e7e2fccb09499fb2661061a50f2213904aebf33"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "80870003e56dc18e87e03f6edec2d9db76857c644fedb189d0904b902771420a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "a045bfe0e544cfe7309391331505e31975e1492fe35605fc2d1bd9e699cfd1c9"; + type = "kernel1"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-ac2100" + ]; + titles = [ + { + model = "Mi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-xiaomi_redmi-router-ac2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "6c92fe04771bf6eaf1d2a59a745f35805c133ee317522c475074c15ac35a70d3"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "6141f77636902f6d0fbc4557e42d840e28ac8a2f58c88f50c1ae279611de81e4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "caf587accdaa72d22acefa713e7e2fccb09499fb2661061a50f2213904aebf33"; + type = "rootfs0"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaomi_redmi-router-ac2100-initramfs-kernel.bin"; + sha256 = "44ba7a6134cec693482c09e1797dbe9e1db1b8bad7365c7dd8efd6d8bce0ea23"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ac2100" + ]; + titles = [ + { + model = "Redmi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaoyu_xy-c5 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-xiaoyu_xy-c5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaoyu_xy-c5-initramfs-kernel.bin"; + sha256 = "2dbdfe32169bc8fbaf62db620efc5af1e2f7520318808b975405330ac6a11365"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xiaoyu_xy-c5-squashfs-sysupgrade.bin"; + sha256 = "4b858df884a47458296f1c5361b8aea33b2d996ddc92170fffd5211fb3c37368"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaoyu,xy-c5" + ]; + titles = [ + { + model = "XY-C5"; + vendor = "XiaoYu"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "001e4d57fe01de3322617d6ad4f30bd2bdcb4b88073f998c9c23a0cea770888e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-xzwifi_creativebox-v1-initramfs-kernel.bin"; + sha256 = "30f42074da3cafd0d24ca81b8b78f6cbafd5f76b3f77240019d0f49305739f9a"; + type = "kernel"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + model = "v1"; + vendor = "CreativeBox"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "18996c1170a97a41870f0ada0a266a29e6047d426a151aaa21fb7a4db5fc1a6b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-youhua_wr1200js-initramfs-kernel.bin"; + sha256 = "4cbc2022820a26a30a4e1982882b6e4be50cdc5a8b0e80bbddfe65eaa509731a"; + type = "kernel"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + model = "WR1200JS"; + vendor = "YouHua"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "99d29ca1a097704876bfb422e95024baabcb84b56ed67a14a5513b425960a69b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-youku_yk-l2-initramfs-kernel.bin"; + sha256 = "978b9e8c73038a61dad079288cff804f561f3aa52419d9c0cc4d129d3ca36cb9"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + model = "YK-L2"; + vendor = "Youku"; + } + ]; + }; + yuncore_ax820 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-yuncore_ax820"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-yuncore_ax820-squashfs-sysupgrade.bin"; + sha256 = "93479a42b5a87b84fd47e293a82da37982742d8261eeada2a715e1c232158869"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-yuncore_ax820-initramfs-kernel.bin"; + sha256 = "8b80480e136086297210819b3f9c880194d8643de601386d934003339c6078ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,ax820" + ]; + titles = [ + { + model = "AX820"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-zbtlink_zbt-we1326"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-zbtlink_zbt-we1326-initramfs-kernel.bin"; + sha256 = "abb16a134ce725ce095f710fe156226147f08a2c5d147370833f87f590e054b3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-zbtlink_zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "e7618e7ce0185d8f74325339897b972d6c6d9b60b54fbc792421701bd05039d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1326" + "zbt-we1326" + ]; + titles = [ + { + model = "ZBT-WE1326"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-zbtlink_zbt-we3526-initramfs-kernel.bin"; + sha256 = "0afd217b361214f73c06c095b8d1b89db00e34c91deff912e558d43c4cdd5e07"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "360bb33a8454a814406ed01d12576722e6ddfa424c08210725b1d123ed10bfde"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + model = "ZBT-WE3526"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg2626 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-zbtlink_zbt-wg2626"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-zbtlink_zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "289f4820982a714610000d6343f22ef32603baba777ba1d1ad74104a806edda7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-zbtlink_zbt-wg2626-initramfs-kernel.bin"; + sha256 = "bde4bf66ff5a1256dfee3777a945b9d7253740dc61014699291c9fbd0d8442fb"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg2626" + "zbt-wg2626" + ]; + titles = [ + { + model = "ZBT-WG2626"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-zbtlink_zbt-wg3526-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-zbtlink_zbt-wg3526-16m-squashfs-sysupgrade.bin"; + sha256 = "54ced77494b85563b58faaf35776a8a181c323bf1174e5ce41463f4856923376"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-zbtlink_zbt-wg3526-16m-initramfs-kernel.bin"; + sha256 = "07fb0685925fdb5f63612275faddd4564c97f18517601d8ae6c0555352d6103b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-16m" + "zbt-wg3526" + "zbt-wg3526-16M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-32m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-zbtlink_zbt-wg3526-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-zbtlink_zbt-wg3526-32m-initramfs-kernel.bin"; + sha256 = "7fbdfb80f33092747af0836b5574a884f7e71dc604893912a070deab2f1396ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-zbtlink_zbt-wg3526-32m-squashfs-sysupgrade.bin"; + sha256 = "d952bc30cc9275afb00258a2cd4d5f3f096f5bf8ca4d28208cd575aa4a257275"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-32m" + "ac1200pro" + "zbt-wg3526-32M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zio_freezio = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-zio_freezio"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-zio_freezio-initramfs-kernel.bin"; + sha256 = "01cc92b36058c19e40c6e4f85ef1a4fc07c25e2f59ff7c6969f03afab113f31d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-zio_freezio-squashfs-sysupgrade.bin"; + sha256 = "1e788bb652307a7d07523d88ff44c0731ad1cdc0f5915c32436cd1a78b0c41ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zio,freezio" + ]; + titles = [ + { + model = "FREEZIO"; + vendor = "ZIO"; + } + ]; + }; + zyxel_nr7101 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "uboot-envtools" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-zyxel_nr7101"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-zyxel_nr7101-squashfs-sysupgrade.bin"; + sha256 = "ce7f66266725e250866ebc6c84400d6fe9e63efbd7c247b1100f931d2b7d621e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-zyxel_nr7101-initramfs-recovery.bin"; + sha256 = "7687c1204b79b53275905f900116c900f825bf8a5260f2a61bf529d75acce42e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nr7101" + ]; + titles = [ + { + model = "NR7101"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wap6805 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7621-qtn-rgmii" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt7621-zyxel_wap6805"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt7621-zyxel_wap6805-squashfs-sysupgrade.bin"; + sha256 = "bf674e207d3742e83df35aa822f7b637026a4be87490c1901b040a3dd5803d4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt7621-zyxel_wap6805-initramfs-kernel.bin"; + sha256 = "1c29a8c8ac1f4b6d69a39622ab696ae4104209ccb64416bfcb3a79e5e3819161"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,wap6805" + ]; + titles = [ + { + model = "WAP6805"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "ramips/mt7621"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-mt7603" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-alfa-network_awusfree1-initramfs-kernel.bin"; + sha256 = "4a19927c451433c4010c96ab9d9ed8c19ecfbecb99bee564980a4f48bfa5bf78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "41fb99f1a2e27ef45a8ea0e22d837bb483930caef9c3cfca08fcc0b7a2a25923"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + "awusfree1" + ]; + titles = [ + { + model = "AWUSFREE1"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rt-n10p-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-asus_rt-n10p-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-asus_rt-n10p-v3-initramfs-kernel.bin"; + sha256 = "f623b5e2372d94e429a1d33050a4904c32610774c0e445d57f7690862289dab0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-asus_rt-n10p-v3-squashfs-sysupgrade.bin"; + sha256 = "aa750c54a7805ed03988c3724dca8b7b608de9d94216c29b740338514866a1b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v3" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "V3"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n11p-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-asus_rt-n11p-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-asus_rt-n11p-b1-initramfs-kernel.bin"; + sha256 = "794bd4a697cd8e7325fc94d367f9d76c54ae8e8b0538c8bf3a7fbbb34f74ea7d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-asus_rt-n11p-b1-squashfs-sysupgrade.bin"; + sha256 = "40a2d88dde3c8b224f899ced0c6526f3c60b179f89f0b0ae3a573d46efaaf29c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n11p-b1" + ]; + titles = [ + { + model = "RT-N11P"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12-vp-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-asus_rt-n12-vp-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-asus_rt-n12-vp-b1-squashfs-sysupgrade.bin"; + sha256 = "7f239a9729158b35ac15bf1b826ae068108d8c999b6e52888fa2d09425919a75"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-asus_rt-n12-vp-b1-initramfs-kernel.bin"; + sha256 = "741e5583bcbc31e199c94b7446ebe6fbbbc3bfde09292c0eb1718a8e0db36d63"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n12-vp-b1" + ]; + titles = [ + { + model = "RT-N12 VP"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + buffalo_wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-buffalo_wcr-1166ds"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "d61c8b840c2ed015057413adc61f34be42f6aa8b6508ea9c74da10067db67c70"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-factory.bin"; + sha256 = "aecb30a96f84724a9e93ed9bfa57b8eddb6778b2fdd8a23450802068bfdddc4b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-buffalo_wcr-1166ds-initramfs-kernel.bin"; + sha256 = "fa4f1a01f508b8fc04cc1c3003dda28dfbb6c105e35c7eefb3a2bdad465374b7"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wcr-1166ds" + "wcr-1166ds" + ]; + titles = [ + { + model = "WCR-1166DS"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "c29e9967d48f687e35a6fa73b1dfc5d1be66dea01b965ea2fbd566766cf113ae"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "ec6c1adb4c4463562587ac3cced0e89ba72d9395d13c3f039b541682c72bfdf6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-cudy_wr1000-initramfs-kernel.bin"; + sha256 = "eff2b54329147127d3f83d3c3f7b94816e3db1e0865598c1b0a447cc0354f631"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + model = "WR1000"; + vendor = "Cudy"; + } + ]; + }; + d-team_pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-d-team_pbr-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-d-team_pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "4b719ee6d737634c750157041c63f54a85e9e1afe5b56ebadd3e9e3741b93677"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-d-team_pbr-d1-initramfs-kernel.bin"; + sha256 = "0818e94d65151b53afe3ce3b3cd348655ef960cffdb0880d41472b3c8d6d45dc"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,pbr-d1" + "pbr-d1" + ]; + titles = [ + { + model = "PBR-D1"; + vendor = "PandoraBox"; + } + ]; + }; + duzun_dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-duzun_dm06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-duzun_dm06-initramfs-kernel.bin"; + sha256 = "767c226a260fa0a5dcd4e5adcd5784bba969b4ca5a2c1940ea7cdd185565bd2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-duzun_dm06-squashfs-sysupgrade.bin"; + sha256 = "8b3de6b756589a1a9bae2c2694d1356909d68c104fdc891c03991b444b9a6e6c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "duzun,dm06" + "duzun-dm06" + ]; + titles = [ + { + model = "DM06"; + vendor = "DuZun"; + } + ]; + }; + elecom_wrc-1167fs = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-elecom_wrc-1167fs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-elecom_wrc-1167fs-squashfs-factory.bin"; + sha256 = "39feb16b96cda2d85c2b7dc360f1668998d16aff48477a3f06bfffadd961bc07"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-elecom_wrc-1167fs-initramfs-kernel.bin"; + sha256 = "b0100b5e49afa3ec0342bfb8aa61a77b42086d26b8b45209a0a1414fe2b52436"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-elecom_wrc-1167fs-squashfs-sysupgrade.bin"; + sha256 = "4db05338318393b5b498bdcaefa662af5f4286becbac018818ff7b5b38c1970b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167fs" + ]; + titles = [ + { + model = "WRC-1167FS"; + vendor = "ELECOM"; + } + ]; + }; + glinet_gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-glinet_gl-mt300n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-glinet_gl-mt300n-v2-initramfs-kernel.bin"; + sha256 = "2dbdedaaa075cc7063aee7a747dfc478155a3192ec8d60409ed9f1824870be0f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "f92aa1b3a9921d2b03170c649d4d72787232395da147e1b9e0c9f4d0ed5fe660"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n-v2" + "gl-mt300n-v2" + ]; + titles = [ + { + model = "GL-MT300N"; + variant = "V2"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_microuter-n300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-glinet_microuter-n300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-glinet_microuter-n300-squashfs-sysupgrade.bin"; + sha256 = "686a2c6e76b7f138472fcc9d9ada6444e41095fbdb632013bb50ad9860fa1930"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-glinet_microuter-n300-initramfs-kernel.bin"; + sha256 = "223a00b0e4c568b025e0ae3a5584183f9cc9c2253ad4ed3c1be02b9227607c90"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,microuter-n300" + "microuter-n300" + ]; + titles = [ + { + model = "microuter-N300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "d5e52b1ca2e2d37019072093aa2ceda0cab024ce7ed8becdc252f3aa4cad0552"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-glinet_vixmini-initramfs-kernel.bin"; + sha256 = "f7f9d9cb33fa34dc6f9d5f13aecdd4315b70fd4ec987ea2b6a3f2c1f8c1567ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + model = "VIXMINI"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_wifi-pineapple-mk7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-hak5_wifi-pineapple-mk7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-hak5_wifi-pineapple-mk7-initramfs-kernel.bin"; + sha256 = "ee1729bcebe17464efbfbab914845e7944c13a6523670971ccabec55e2e64eb8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-hak5_wifi-pineapple-mk7-squashfs-sysupgrade.bin"; + sha256 = "ba85cf41fa82a9c9ff1c9787bf290de243b97dcb6b7c26b75b2254d6a1cd2cb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-mk7" + "wifi-pineapple-mk7" + ]; + titles = [ + { + model = "WiFi Pineapple Mark 7"; + vendor = "Hak5"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "796114d806aa1bc962f8037b8b984dc57b4b1354e90a0db01a027e28bfbc3973"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-hilink_hlk-7628n-initramfs-kernel.bin"; + sha256 = "2001f4d6335614478aa20f407414dea97a79069f6d43df895b152af451ebec25"; + type = "kernel"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + model = "HLK-7628N"; + vendor = "HILINK"; + } + ]; + }; + hilink_hlk-7688a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-hilink_hlk-7688a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-hilink_hlk-7688a-squashfs-sysupgrade.bin"; + sha256 = "87bdba7361b342ab3927ba04145a9c68512f7f4ea40d514eb1e053baa81544ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-hilink_hlk-7688a-initramfs-kernel.bin"; + sha256 = "b07ca6cebd80057cd99f6b0566d7a8eac3bdc48c2dfaeb7057e48657f88435ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "hilink,hlk-7688a" + ]; + titles = [ + { + model = "HLK-7688A"; + vendor = "Hi-Link"; + } + ]; + }; + hiwifi_hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-hiwifi_hc5661a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-hiwifi_hc5661a-squashfs-sysupgrade.bin"; + sha256 = "693238764fc82136310968bb4dfb955e0ce6b2bf21601816c8fcb8f3901b0c93"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-hiwifi_hc5661a-initramfs-kernel.bin"; + sha256 = "2fa66e264d3748ca59b695f0adddafa0851a558d2d928be7a1a69bcf81dbbe9c"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5661a" + "hc5661a" + ]; + titles = [ + { + model = "HC5661A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761a = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-hiwifi_hc5761a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-hiwifi_hc5761a-squashfs-sysupgrade.bin"; + sha256 = "3d54e2957a6921c791a8ca2ae419b2f9e9a4779c5798f4222e568aa1d625de1c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-hiwifi_hc5761a-initramfs-kernel.bin"; + sha256 = "63b282bda73c9989dfcffc1c26445adff18ca28cbc1280feb602393462c9bb19"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5761a" + ]; + titles = [ + { + model = "HC5761A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "943e2d058a39bd6eeac68b3c69bbbcf684ba83140a03113653bfddc2a3a56ccd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-hiwifi_hc5861b-initramfs-kernel.bin"; + sha256 = "bdbfc276d4303072d654ab0e0532c4ac89ecc60ba2ad6134ad86236443dcfbc7"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + model = "HC5861B"; + vendor = "HiWiFi"; + } + ]; + }; + iptime_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-iptime_a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-iptime_a3-squashfs-sysupgrade.bin"; + sha256 = "21ed9aff1c022cf97c0daaa923d0956392ebfff7cde7101d5fdb8fcd0d3db011"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-iptime_a3-initramfs-kernel.bin"; + sha256 = "2ca8a9c2ec2c7a8fd506536cabd32f314398a709e1df72464f13fe7cb4c9d03f"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a604m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-iptime_a604m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-iptime_a604m-squashfs-sysupgrade.bin"; + sha256 = "fe525f2337b23ad6b3af3077eb6944b73cf63feb384b4c2212c6bed553aeb6da"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-iptime_a604m-initramfs-kernel.bin"; + sha256 = "5b9022f79e04f8bc65bed25684072b1b441d986abd446e95f64f310806c299c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a604m" + ]; + titles = [ + { + model = "A604M"; + vendor = "ipTIME"; + } + ]; + }; + jotale_js76x8-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-jotale_js76x8-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-jotale_js76x8-16m-initramfs-kernel.bin"; + sha256 = "fd5da351080cc708ecb295ab89a6528685385ae9c467610f603689fd92143a85"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-jotale_js76x8-16m-squashfs-sysupgrade.bin"; + sha256 = "c61d4adfa107e80a10ad83d93358e225a319ab9d4902ab0029e8dee819941140"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-16m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "16M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-jotale_js76x8-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-jotale_js76x8-32m-initramfs-kernel.bin"; + sha256 = "7af4cb086fae0710d705606412c2ff116d80f8aa7970c9f4b3db19708b0127a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-jotale_js76x8-32m-squashfs-sysupgrade.bin"; + sha256 = "5e460e014cc4d3207d8b970d611ff71fdc63c087efeaeef17758120b9473fd95"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-32m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "32M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-jotale_js76x8-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-jotale_js76x8-8m-initramfs-kernel.bin"; + sha256 = "7cb769f5a0fc26365673c7ae245e185ead48c87a0bc93bb68877cda8b57ed4e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-jotale_js76x8-8m-squashfs-sysupgrade.bin"; + sha256 = "6176da4f155c46bafe31a58f998823ab0574e1acc8925be1e7e77f88d0e0015c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-8m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "8M"; + vendor = "Jotale"; + } + ]; + }; + mediatek_linkit-smart-7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-mediatek_linkit-smart-7688"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-mediatek_linkit-smart-7688-initramfs-kernel.bin"; + sha256 = "cd833757659f00ff684a7e64c4e208132a54fe1849162e715a5cd03a98e6e5a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-mediatek_linkit-smart-7688-squashfs-sysupgrade.bin"; + sha256 = "0136494b2db0b67aaf8ede4d7ee98fadf6fd6e9fae3b544884fff06ad8cb3ea8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,linkit-smart-7688" + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + model = "LinkIt Smart 7688"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7628an-eval-board = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-mediatek_mt7628an-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-mediatek_mt7628an-eval-board-initramfs-kernel.bin"; + sha256 = "890e0ad2595ea6d7037626a224cb79cf47f2f0e19e059d57184073e3ece0ff9e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-mediatek_mt7628an-eval-board-squashfs-sysupgrade.bin"; + sha256 = "dbc4c18882854837d008ac073c085f233397d512677496046f6258b79899a1e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7628an-eval-board" + "mt7628" + ]; + titles = [ + { + model = "MT7628 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercury_mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-mercury_mac1200r-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-mercury_mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "1375c7a3b680fac50a88210e5dacf1457d84752ebb111ab299d7a087831f7ce4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-mercury_mac1200r-v2-initramfs-kernel.bin"; + sha256 = "c085fadcbf6b40bc969fa08dfbc6d93d6b05697295308f938c5ab548de43b21f"; + type = "kernel"; + } + ]; + supported_devices = [ + "mercury,mac1200r-v2" + "mac1200rv2" + ]; + titles = [ + { + model = "MAC1200R"; + variant = "v2.0"; + vendor = "Mercury"; + } + ]; + }; + minew_g1-c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-cp210x" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-minew_g1-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-minew_g1-c-squashfs-sysupgrade.bin"; + sha256 = "8c2c9c54dd9055c969fa33fabdd4e3e618afe7cbca588ac1638a032119b80ae3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-minew_g1-c-initramfs-kernel.bin"; + sha256 = "b91b39d1269bf75da67d438aae45b231b9101fd68d7e2faccba44b3fbbdc0e4a"; + type = "kernel"; + } + ]; + supported_devices = [ + "minew,g1-c" + "minew-g1c" + ]; + titles = [ + { + model = "G1-C"; + vendor = "Minew"; + } + ]; + }; + netgear_r6020 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-netgear_r6020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-netgear_r6020-squashfs-sysupgrade.bin"; + sha256 = "f3395a0fa4ca84e1bf81bff608915d00a097119059826f834d7f9ae333f72387"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-netgear_r6020-squashfs-factory.img"; + sha256 = "9c5027fb4b1d59bc8890f8cb8d26a7a755ddbdf757d2531c64c1e91982339474"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-netgear_r6020-initramfs-kernel.bin"; + sha256 = "579cb75dd5c0cd0d715f576010379c23c1063621ab3655a50b0346d172bbe8b4"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6020" + ]; + titles = [ + { + model = "R6020"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6080 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-netgear_r6080"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-netgear_r6080-initramfs-kernel.bin"; + sha256 = "23990f6436d5871b87f4437111899526e24a54217a67567ca9fe437b5be63dc7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-netgear_r6080-squashfs-sysupgrade.bin"; + sha256 = "0a23a7663f2e8c9441ea905382b0d91f6d2616d58b0886f57ede4473f8ec959d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-netgear_r6080-squashfs-factory.img"; + sha256 = "7fa57d656639e19f2995968ec5cec0309ed8cbfde578bb3a25e06cee87eb8b8e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6080" + ]; + titles = [ + { + model = "R6080"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "e866e3cd3532081b1d05bfa490d2862ac6863b6161a48727f2beb067d6eb07fb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "d5e802298669487cd114ecb8b412776531d7c340c940fd158a30ad6486828b60"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-netgear_r6120-initramfs-kernel.bin"; + sha256 = "369e2ea8fc17ac5d6486aab26325425080770495ba5dfbcfad736d2f61a764d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + model = "R6120"; + vendor = "NETGEAR"; + } + ]; + }; + onion_omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-onion_omega2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-onion_omega2-squashfs-sysupgrade.bin"; + sha256 = "58a32e358443c47554ed0d55074fb569e975c5286d36fa85fe07e62709cab69e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-onion_omega2-initramfs-kernel.bin"; + sha256 = "b4f7d320d682880b46312550d1d1769f349716e86e55a00f8162da01641db853"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega2" + "omega2" + ]; + titles = [ + { + model = "Omega2"; + vendor = "Onion"; + } + ]; + }; + onion_omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-onion_omega2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-onion_omega2p-squashfs-sysupgrade.bin"; + sha256 = "1a15dccd65c5fbc68405d00f49db4a3f1745e56ec8acd820d81179895f758b85"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-onion_omega2p-initramfs-kernel.bin"; + sha256 = "10431f5913064d5da0b437de5eadc2b41d5b4515a334daf73ca0aced7ca260ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega2p" + "omega2p" + ]; + titles = [ + { + model = "Omega2+"; + vendor = "Onion"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "9560dc256b2e1237c23857171e259a57bc467ee3505a8d4e2d8091f72cd882b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-rakwireless_rak633-initramfs-kernel.bin"; + sha256 = "2b8e603fa85c0839299f8218e382b98e1a118158248bb1d83abe7c2b36abb696"; + type = "kernel"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + model = "RAK633"; + vendor = "Rakwireless"; + } + ]; + }; + ravpower_rp-wd009 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-i2c-mt7628" + "ravpower-mcu" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-ravpower_rp-wd009"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-ravpower_rp-wd009-squashfs-sysupgrade.bin"; + sha256 = "eba60b63e6d7a2de15ea3f59d27936528a9468ced700239f829c10bc76db60ca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-ravpower_rp-wd009-squashfs-factory.bin"; + sha256 = "f5c56dabacfb21d7a02e5a4ee2be2a14e46f649d89438b86e4d842522240745e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-ravpower_rp-wd009-initramfs-kernel.bin"; + sha256 = "01452280215dbda740502d98403eb4f26cf0e249299651911869dab6c58700ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "ravpower,rp-wd009" + ]; + titles = [ + { + model = "RP-WD009"; + vendor = "RAVPower"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "c732facbc2bf89d173e2833c7ef38cfab9ef01e0591435f2c897484881809fff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-skylab_skw92a-initramfs-kernel.bin"; + sha256 = "2e4d441c77587b90dbb214b84b5c5f2ccb581776a6ec7e2be0d05208d6b39d94"; + type = "kernel"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + model = "SKW92A"; + vendor = "Skylab"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "6075ff00ca800cb7fe5b55afd779802b42b3da7d8db88771afc509435ea54039"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tama_w06-initramfs-kernel.bin"; + sha256 = "b8b59d1dbb0a30373559e910bb005e77939e94a4d7109aa5b56536131f36a591"; + type = "kernel"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + model = "W06"; + vendor = "Tama"; + } + ]; + }; + totolink_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-totolink_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-totolink_a3-initramfs-kernel.bin"; + sha256 = "61f6c8dcbe7dae7ec383eb05d3b333eba04444a2b261ec186ac4ba58d82055a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-totolink_a3-squashfs-sysupgrade.bin"; + sha256 = "a82f4dccb2258feda1bfd7547f0b564b449509771324e2ac398bea64cbdc86f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-totolink_lr1200-initramfs-kernel.bin"; + sha256 = "0021ebbed107a87bbc1adca76d7a93275ba72d1880d2aa83aebfcfd0ef5f1be5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "a3b4872b90c3cd09a78f21698013b063fcd22ccbb6f2b4e11b53bebbec58647c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + model = "LR1200"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_archer-c20-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_archer-c20-v4-initramfs-kernel.bin"; + sha256 = "00f8dcdfdc997f47d6da41cc3d623f1bdd779d82c8935b38adc98847f8eb66fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_archer-c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "5e84fd72c55a63e9035b577410966ac200c19430e30c1f9ea4500c38b4717c7a"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_archer-c20-v4-squashfs-sysupgrade.bin"; + sha256 = "6c9a78b96fed9edf4820f6351309b2f16482a2f7cb94baf45d1ec36154be3de1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v4" + "tplink,c20-v4" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v5 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_archer-c20-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_archer-c20-v5-initramfs-kernel.bin"; + sha256 = "fae31a4164cbb7c3138fc3b5e975980e522d08e54f8dccdd087c9d3469483f8a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_archer-c20-v5-squashfs-sysupgrade.bin"; + sha256 = "1694fb578f5aecf0cd63368c1b2ab3b5c6dc4452e780a204d70673a777bca4b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v5" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_archer-c50-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_archer-c50-v3-initramfs-kernel.bin"; + sha256 = "dcd2358e3f263fb3bb017d44ab323a1760bd4d64ac3a226652d408ccbfa91595"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_archer-c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "5c7d305961d939d11dc25bd96cd15cf30cabb0a7b080501d4a0b2f6685dc74ab"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_archer-c50-v3-squashfs-sysupgrade.bin"; + sha256 = "f9cf32c19bcdcee049ff1ed85f77cf17b5b5ccebe941ed17c7057fa789eba55a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v3" + "tplink,c50-v3" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_archer-c50-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_archer-c50-v4-squashfs-sysupgrade.bin"; + sha256 = "6b028e1628d7a75a807ac00bdbb649824bc0b0eb4a5a7a524666c38557b13c38"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_archer-c50-v4-initramfs-kernel.bin"; + sha256 = "7d69777a3beab3ed6d20f00731904adbaf4a10fbb99cc91baf0d798a728437cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v4" + "tplink,c50-v4" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_re200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_re200-v2-squashfs-sysupgrade.bin"; + sha256 = "e9de63d91fa32f51938c19fe78efdf015694f8c15bd6acfd4519478923be6e92"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_re200-v2-initramfs-kernel.bin"; + sha256 = "69246247c9361a6c4ee50cafcda8335af25abb339410285c86e0defcc27fedf5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_re200-v2-squashfs-factory.bin"; + sha256 = "3ed4a330378922e23572373c38d07764441eccbf23d6376ddaed49b91d91202a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v2" + ]; + titles = [ + { + model = "RE200"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v3 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_re200-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_re200-v3-squashfs-sysupgrade.bin"; + sha256 = "84292b197884f91cf0bd35f1712e2504537cac209bec5f4811f0f66ceaff51d2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_re200-v3-squashfs-factory.bin"; + sha256 = "98e38fe93e38a4a1ad58853d5d7e438d738d6ad19d57ea4083d6168f119ef45c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_re200-v3-initramfs-kernel.bin"; + sha256 = "79df64ee23d16c044185dea1abb16981e69a92196dafc46575651000d59e367f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v3" + ]; + titles = [ + { + model = "RE200"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_re200-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_re200-v4-squashfs-factory.bin"; + sha256 = "315500888ef235a1355b350e7fe25f72e88c22e31f53161e26fa9b823a334f0d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_re200-v4-squashfs-sysupgrade.bin"; + sha256 = "f6681b198675c46bb1f3930c69cbdac325e1fab71004d31e8bb1d8e58b3a3400"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_re200-v4-initramfs-kernel.bin"; + sha256 = "f87f98fca36c428abe6ca39623950a41ba40e13a445dad5715741bcbaa55624e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v4" + ]; + titles = [ + { + model = "RE200"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re220-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_re220-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_re220-v2-initramfs-kernel.bin"; + sha256 = "579e08a7a3ab56053cdcb574e413c0de982342f215038d0b4dfaecf33e382f91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_re220-v2-squashfs-factory.bin"; + sha256 = "87f83ae13f87730383e5268ee6b4c353f1a58e552669c52263d8bd85135f4812"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_re220-v2-squashfs-sysupgrade.bin"; + sha256 = "22dcbc09b122b6ea09fab5daf6abe32b1fb393113b039f47476bcd076cf3e89b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re220-v2" + ]; + titles = [ + { + model = "RE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_re305-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_re305-v1-initramfs-kernel.bin"; + sha256 = "99c16bb4f36a1b7eaf3dbfe2123fc3f1f2521a2ef1dbfaa91507816e9ec2cc0b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_re305-v1-squashfs-factory.bin"; + sha256 = "37e85ce7d7ea160130e794ef8337da0c696c6bf2dbf3db678c88c78f04ad24c5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_re305-v1-squashfs-sysupgrade.bin"; + sha256 = "71faa6cf5a7d197eb2411f6074367f326a6cb0a79a7a9ae2ae77515e2a4fc13b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re305-v1" + ]; + titles = [ + { + model = "RE305"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "1982bf9a7a0bb654391c50fde80f348d52e4daafcdb2ba14001c487c3779218f"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "6b8e196a92936bba7262d90048871a8dcd9a9a7cae32e497f7e379935e97c49d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-mr3020-v3-initramfs-kernel.bin"; + sha256 = "aeebbb4072aae000623e543b870c9c79edc751c9184e3d70bb058f7afa3fb916"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + model = "TL-MR3020"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-mr3420-v5-initramfs-kernel.bin"; + sha256 = "92448959909204f5bdfcf6474a5b38a35ae37d74cbdd8cab911b256699d1b644"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "69606654c442f8266951d0fd439e07241c1bad467fec84fe1c718a9441d978bc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "fc218fc6f45c348aad87c78ae29df6e3cb0e12276f909db97258e4f27952c534"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + model = "TL-MR3420"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-mr6400-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-mr6400-v4-initramfs-kernel.bin"; + sha256 = "997a11a79767f67a6669ea9cee11d30a04e4e9f1d7e2f2438ef3ce393a0337ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-sysupgrade.bin"; + sha256 = "3bf2566f28edc52ccd0c2f9a6db68896988d07a6e0055e9a85331328ef512637"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-tftp-recovery.bin"; + sha256 = "e1fe3360b63ef2a6ecb22240bdf40ed62bd20217819db02641362a43c56f0d15"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v4" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-mr6400-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-tftp-recovery.bin"; + sha256 = "c70b3e5dc41eca9eacce8a5e5389b821cc2c39b41bb0213ebf46bf425b334bf0"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-sysupgrade.bin"; + sha256 = "fe75a9ca3cd986feae88057b9a0f4961d807309fecb23a6961d0603d003f3326"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-mr6400-v5-initramfs-kernel.bin"; + sha256 = "85a2e9e88a8a5030940ebdf6f594a85eaf54ca183d0e2a1d0d6fb70772859cdc"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v5" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wa801nd-v5-initramfs-kernel.bin"; + sha256 = "6b7dacf8ac77c8d8d9c14fee54847e6edda78c7ae098decbac8a6028d68eaf5e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "1530854ec85f6acbd45ae4ad6851b5239ea80a97cf8bd06a8a46fced57cbcd51"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "bed3e53d688ad46137dc98fa1513f6fde241732dd051ee6ce65f529eb84870f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + model = "TL-WA801ND"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr802n-v4-initramfs-kernel.bin"; + sha256 = "789819bbfb832a31732ecce67dbb8b3568b5c56bdadefe5e750ddc61e71b34d1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "8205f0034eed2e341e48c0ff1a538bedc8cd80c5ca323bd501676855f020a38d"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "68e2729fb7142668bba8d6dbdcb34919f0da1bbc7387ff5c033337ac4bccbef7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + model = "TL-WR802N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr840n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "0de981d18d603c89eae615c80cbe2078bea4b7c471ed9b48e4ddcb677b7afe9d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "71599c72da259956f6898c7e29fb146a86d19f9f196032104391b1a1607af41e"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr840n-v4-initramfs-kernel.bin"; + sha256 = "94fa8d270755de2058d6e51804e34224df557846ed3ddde8fd1973188d25486e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr840n-v4" + "tl-wr840n-v4" + ]; + titles = [ + { + model = "TL-WR840N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr841n-v13"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "311d16507894f62ca2ff4a0bff88dad67291e2b3674abd7cbda926c8f092983a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "ea9bb99bddd77673c55dacfb1b702ade569db4a294aa9aaa015791236186b033"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr841n-v13-initramfs-kernel.bin"; + sha256 = "58e7b9f5d45dcbc9b3aa49b4365c3b4ec9e669731611c3812cfac20456dd5a62"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr841n-v13" + "tl-wr841n-v13" + ]; + titles = [ + { + model = "TL-WR841N"; + variant = "v13"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "5d2c07bd00e7e96e523617dee494ee7102981390cc2454092323f674b562f58e"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr842n-v5-initramfs-kernel.bin"; + sha256 = "c7b2f61e82d5d6fcd2f0fa8dc8521404a99eeaed5171695670d1569c661752f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "9b27edde73310d648c4bf0f54ad0be6058d8f7515d861655dbf754e92e3a9ada"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr850n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr850n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-sysupgrade.bin"; + sha256 = "932e32b6dd0557e24f84858683d925791b20a288bba504944b081bcb45447c24"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr850n-v2-initramfs-kernel.bin"; + sha256 = "b0e84954b13234b37a70057a6cf357739f5d3f5e87c85189decd0e8e52ba42f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-tftp-recovery.bin"; + sha256 = "4672d2ca8bf6a19799589053ec7aa7210fbfce9dac5035945c9c10d6c12815f6"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr850n-v2" + ]; + titles = [ + { + model = "TL-WR850N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr902ac-v3-initramfs-kernel.bin"; + sha256 = "18a328efcd2ebb142c0253ab45d8736a7d8c2d66d9dab81a83094aebd9afd3c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "6f4e2427715551b65f579490524aaa31a7afe112db843a20fc35bfd40c6d72c4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "cf0693d4e895564dd0b2e58adafe61492cec473a74116cd36891be38cc629b1d"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + unielec_u7628-01-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-unielec_u7628-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-unielec_u7628-01-16m-squashfs-sysupgrade.bin"; + sha256 = "9683f8c78c3d0fe463639bb8875f0d7d7bdb15e588d71ecf242849a7b58c3e07"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-unielec_u7628-01-16m-initramfs-kernel.bin"; + sha256 = "de7aa67a67c959ece9c58495ed3dcabfab4653e22ec1b925ad63807345466ef2"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7628-01-16m" + "u7628-01-128M-16M" + "unielec,u7628-01-128m-16m" + ]; + titles = [ + { + model = "U7628-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + vocore_vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-vocore_vocore2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-vocore_vocore2-initramfs-kernel.bin"; + sha256 = "b783421636bbbbdc8aa2e254f258dd2902de491cb95d36fc085a48251e209b20"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-vocore_vocore2-squashfs-sysupgrade.bin"; + sha256 = "9404546dc116bf70bb6dc564588f33cf4d0ffe24bfc2eddbb988f1b58480c236"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore2" + "vocore2" + ]; + titles = [ + { + model = "VoCore2"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore2-lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-vocore_vocore2-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-vocore_vocore2-lite-squashfs-sysupgrade.bin"; + sha256 = "7ea7a3804fdc9154ed1b2d49bd00449f5347a00ca49c8814d94c5e8df2310288"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-vocore_vocore2-lite-initramfs-kernel.bin"; + sha256 = "bd1087354454e7d75840ded4fe4c87d46b084e6e2b48d29d06fe02acd9c14c81"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore2-lite" + "vocore2lite" + ]; + titles = [ + { + model = "VoCore2-Lite"; + vendor = "VoCore"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-wavlink_wl-wn570ha1-initramfs-kernel.bin"; + sha256 = "101770a257b3c92f099c5d731348986e0bcc15b3733848c5bbbdc304e3e284fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "1b1719d7810e4e18fb0d7e7431284a00579282751e3bb2873ea46990c52f106b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + model = "WL-WN570HA1"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-wavlink_wl-wn575a3-initramfs-kernel.bin"; + sha256 = "1fc45d2741a63e5aa002c0c873f1a9faa75c7a7fe6d043f2f25331c384026884"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "cdea7d1e30a2b86800a0a11c82dba125076d0d51321dfa6a74533a2d7414a46d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + model = "WL-WN575A3"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn577a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-wavlink_wl-wn577a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-wavlink_wl-wn577a2-squashfs-sysupgrade.bin"; + sha256 = "011174bf104b0cf3f0e13afc4b67942482135a8091ba99ee37b3cda4436aaa0b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-wavlink_wl-wn577a2-initramfs-kernel.bin"; + sha256 = "7f38c66946164d0b60985c1c6c37f7c9ced15e439120d14cae2d06d15ccfd88c"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn577a2" + ]; + titles = [ + { + model = "WL-WN577A2"; + vendor = "Wavlink"; + } + { + model = "WLR-755"; + vendor = "Maginon"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-widora_neo-16m-initramfs-kernel.bin"; + sha256 = "44dd653978014e0b2d1139de059d4a490e6860fe0abe3c088cfc3fbbd5c584a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "f276cb48ff3f28ed156683fe5ae26098971982e481b6e36043d4686e06b11cf1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "16M"; + vendor = "Widora"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "c55d5aa50894081c739902b1876f3782f452eefcdfa08b9f8e588c8b180b3382"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-widora_neo-32m-initramfs-kernel.bin"; + sha256 = "6fa995bddc170066495838286e5ab6874e0f4e4330958279784335690e055543"; + type = "kernel"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "32M"; + vendor = "Widora"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "6daaace85275bbfafc80853ae54fbafea7f71c3b792b155e36c2b799c429e7ce"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-wiznet_wizfi630s-initramfs-kernel.bin"; + sha256 = "d4888cc86b8c78c4923573039dfcbdc53bfe3f238ec2af7c4dbfae9248fa87da"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + model = "WizFi630S"; + vendor = "WIZnet"; + } + ]; + }; + wrtnode_wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-wrtnode_wrtnode2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "2cf702d47c65bd4c7f73e16bb9895e572703606bb5de93ba236580cda6b88f9e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-wrtnode_wrtnode2p-initramfs-kernel.bin"; + sha256 = "9d40d463808669de118240c658d8cb5e639567525ea2f3db5c3c7b59e56e1680"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2p" + "wrtnode2p" + ]; + titles = [ + { + model = "WRTnode 2P"; + vendor = "WRTnode"; + } + ]; + }; + wrtnode_wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-wrtnode_wrtnode2r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-wrtnode_wrtnode2r-initramfs-kernel.bin"; + sha256 = "d1638d05d05779611d9c2170235d6e4cfc5623ea58aeeacb6ad2d1c323c695f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-wrtnode_wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "1d21786d6182dcbfa1db330551ca2ff27ef4dbe79b970e0d81fb7192c59ea010"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2r" + "wrtnode2r" + ]; + titles = [ + { + model = "WRTnode 2R"; + vendor = "WRTnode"; + } + ]; + }; + xiaomi_mi-router-4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-xiaomi_mi-router-4a-100m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-xiaomi_mi-router-4a-100m-initramfs-kernel.bin"; + sha256 = "9f5ad6ffef54d5562bb48cd9e7afc054928cadcc16a924f951319ef24c26839c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin"; + sha256 = "7626e418aa347839163e0a8a13ce77b87e8ab45c8f5a0de7772ac3ebfa97a182"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m" + "xiaomi,mir4a-100m" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-xiaomi_mi-router-4c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-xiaomi_mi-router-4c-initramfs-kernel.bin"; + sha256 = "63c81b765592328e17e13853d8fb602b687f62943ed9fdeb0ad147f3b36de0cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-xiaomi_mi-router-4c-squashfs-sysupgrade.bin"; + sha256 = "c868c5a0bcb63c22dd3ac48ce7b618ce180029b29bda1a30c60abb1a90939e8f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4c" + ]; + titles = [ + { + model = "Mi Router 4C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-nano = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-xiaomi_miwifi-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-xiaomi_miwifi-nano-initramfs-kernel.bin"; + sha256 = "e6cc23ccba457d304112b445c9f745ff2dcbfd2d754f1846be92660c77b756d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-xiaomi_miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "0ed7ca4f82d11095c60fee15d8e9138bf2ecf44617f1d7bc729665c6f6de6362"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-nano" + "miwifi-nano" + ]; + titles = [ + { + model = "MiWiFi Nano"; + vendor = "Xiaomi"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "f952dc0644c81470f1d6e51dc1e0497cbfc939b9c86a82f29ec91cb2f219d974"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-zbtlink_zbt-we1226-initramfs-kernel.bin"; + sha256 = "fd50cf27fbcf0c47bae249ad20b409e5a844d59b0ae528d7ce090c31ade2ab45"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + model = "ZBT-WE1226"; + vendor = "Zbtlink"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "04a74ad67e385c6acf0048e849d038aadb16a279f0adc1f522b9a32c493afff9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-mt76x8-zyxel_keenetic-extra-ii-initramfs-kernel.bin"; + sha256 = "b3b2d00a0af8bfe2f28c904c21ed024b82949345e0431c2a91a7225a4a93e1d1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "195a56c46ee8c116074756754bb7c3e2095737e317b96d5abe34cb436746fea7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + model = "Keenetic Extra II"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "ramips/mt76x8"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + belkin_f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt288x-belkin_f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt288x-belkin_f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "3f5412b3ee8218f8afc6ad8a66812fe3bb2097c1bdf3647d82cfb1481cedf403"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v1" + "f5d8235-v1" + ]; + titles = [ + { + model = "F5D8235"; + variant = "V1"; + vendor = "Belkin"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "ramips/rt288x"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "7links_px-4885-8m" = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-7links_px-4885-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-7links_px-4885-8m-squashfs-sysupgrade.bin"; + sha256 = "360468b5122fe39fc0045c595394c2ffa87764aa6e454e5a41493c4e1429a43f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-7links_px-4885-8m-initramfs-kernel.bin"; + sha256 = "e4ecada8ec9bd427d636d62b36f84f383e27a51903689c556f8d482cf965387e"; + type = "kernel"; + } + ]; + supported_devices = [ + "7links,px-4885-8m" + "px-4885-8M" + ]; + titles = [ + { + model = "PX-4885"; + variant = "8M"; + vendor = "7Links"; + } + ]; + }; + "8devices_carambola" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-8devices_carambola"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-8devices_carambola-squashfs-sysupgrade.bin"; + sha256 = "024ca614f9c81c0ef2e9d8631bcab89fa7640590e51178c0e5eea48ffcfac992"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-8devices_carambola-initramfs-kernel.bin"; + sha256 = "5a57093e812c34baed95b27583ffd59f748219e340300eba8cafc8b549aad530"; + type = "kernel"; + } + ]; + supported_devices = [ + "8devices,carambola" + "carambola" + ]; + titles = [ + { + model = "Carambola"; + vendor = "8devices"; + } + ]; + }; + accton_wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-accton_wr6202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-accton_wr6202-squashfs-sysupgrade.bin"; + sha256 = "4a3230d4bfa98a73a2223e531902487b27ee7a82125bcf019d14bb4be124a483"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-accton_wr6202-initramfs-kernel.bin"; + sha256 = "3ce19fb9920bb230bbcc77d267c3d1f78725d19a413df782ade84afca8ca3c35"; + type = "kernel"; + } + ]; + supported_devices = [ + "accton,wr6202" + "wr6202" + ]; + titles = [ + { + model = "WR6202"; + vendor = "Accton"; + } + ]; + }; + alfa-network_w502u = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-alfa-network_w502u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-alfa-network_w502u-squashfs-sysupgrade.bin"; + sha256 = "453430f75735d940632c712a1e777387b2ec96503b8e7de8cad241e530e47119"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-alfa-network_w502u-initramfs-kernel.bin"; + sha256 = "1d86b922fd0cb8e911c954e3d80d01bc039dcdfaaf584af4da1896f61ef269c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,w502u" + "w502u" + ]; + titles = [ + { + model = "Networks W502U"; + vendor = "ALFA"; + } + ]; + }; + allnet_all0256n-8m = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-allnet_all0256n-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-allnet_all0256n-8m-initramfs-kernel.bin"; + sha256 = "1c212770556cc320bf6fbfacbf5c4de7fa9e2cd13856af6cb734d8bf4b36a768"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-allnet_all0256n-8m-squashfs-sysupgrade.bin"; + sha256 = "0390dce5cd52cbe68a68750aa29063dd831aef5da669c0195a3c997c6513c69f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all0256n-8m" + "all0256n-8M" + ]; + titles = [ + { + model = "ALL0256N"; + variant = "8M"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5002 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-allnet_all5002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-allnet_all5002-squashfs-sysupgrade.bin"; + sha256 = "fba08422d9725ffcfb3f1998e9d45ac9e277c7747be802f4b136b45f28fe0e26"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-allnet_all5002-initramfs-kernel.bin"; + sha256 = "26edf1853bd61b748c6173f354195dfbde878c6cffc608238862a249387bb37c"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all5002" + "all5002" + ]; + titles = [ + { + model = "ALL5002"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5003 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-allnet_all5003"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-allnet_all5003-initramfs-kernel.bin"; + sha256 = "36a6bfb371202b5df013a71ae3f4c52401cd90dd1df01a046fb7d15a5c619129"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-allnet_all5003-squashfs-sysupgrade.bin"; + sha256 = "bdaebacb17daa0c2440f81252028f332f39fda5aec49b35689352755d189f32c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all5003" + "all5003" + ]; + titles = [ + { + model = "ALL5003"; + vendor = "Allnet"; + } + ]; + }; + alphanetworks_asl26555-16m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-alphanetworks_asl26555-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-alphanetworks_asl26555-16m-initramfs-kernel.bin"; + sha256 = "8654a321b9a3f32f48fcdf1f76eef0ebf988861d6fa7c9745588f7f79d7703b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-alphanetworks_asl26555-16m-squashfs-sysupgrade.bin"; + sha256 = "fc5404e1ae497350f6a57a5181aa181931ed0f21f6239c7515aa91ca8a696bf1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-16m" + "asl26555" + "asl26555-16M" + ]; + titles = [ + { + model = "ASL26555"; + variant = "16M"; + vendor = "Alpha"; + } + ]; + }; + alphanetworks_asl26555-8m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-alphanetworks_asl26555-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-alphanetworks_asl26555-8m-squashfs-sysupgrade.bin"; + sha256 = "6bdcef8461a4f2d8ed1e493a579a9c8f9c752d237ead3ef4af4c3e18b0408f5c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-alphanetworks_asl26555-8m-initramfs-kernel.bin"; + sha256 = "686b34d82323a8131a88e6df523be8fa8bb05cfc3ef0a13b21a9a758c44200f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-8m" + "asl26555" + "asl26555-8M" + ]; + titles = [ + { + model = "ASL26555"; + vendor = "Alpha"; + } + ]; + }; + arcwireless_freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-arcwireless_freestation5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-arcwireless_freestation5-initramfs-kernel.bin"; + sha256 = "3ae3a7edacd2add77c61523c26ec34c11021997ecca34fa48015befaabcc8224"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-arcwireless_freestation5-squashfs-sysupgrade.bin"; + sha256 = "5d1c20ba13131ff336dc3fb386a86859de1499bde8b514333e6b671ad1eb5641"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcwireless,freestation5" + "freestation5" + ]; + titles = [ + { + model = "FreeStation"; + vendor = "ARC Wireless"; + } + ]; + }; + argus_atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-argus_atp-52b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-argus_atp-52b-squashfs-sysupgrade.bin"; + sha256 = "e238282c64930afd6b13f0a2362a645056e841ca95922ddb3cf7555e17b63d62"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-argus_atp-52b-initramfs-kernel.bin"; + sha256 = "036358df7b828d950c757748f4d0c56cb8146dd70a65248d9335eb7155ef4352"; + type = "kernel"; + } + ]; + supported_devices = [ + "argus,atp-52b" + "atp-52b" + ]; + titles = [ + { + model = "ATP-52B"; + vendor = "Argus"; + } + ]; + }; + asiarf_awm002-evb-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-asiarf_awm002-evb-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-asiarf_awm002-evb-8m-squashfs-sysupgrade.bin"; + sha256 = "24e07bbdaa39b4f25142879add309f15ca00ce8785585d20458cad39bf4d8b8d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-asiarf_awm002-evb-8m-initramfs-kernel.bin"; + sha256 = "c9aa29077dad9d73294a43cf608c44c7a147ce98569905394fde6a7cef560efd"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,awm002-evb-8m" + "awm002-evb-8M" + ]; + titles = [ + { + model = "AWM002-EVB/AWM003-EVB"; + variant = "8M"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-asus_rt-n13u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-asus_rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "694bf3675fa0884be96f316de48420d11cbea7b92d04dab1a04a3c65fa485606"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-asus_rt-n13u-initramfs-kernel.bin"; + sha256 = "291fbb52afde95634606432b4fa113eb06aff898dc94e8b2075a71f159fe59d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n13u" + "rt-n13u" + ]; + titles = [ + { + model = "RT-N13U"; + vendor = "Asus"; + } + ]; + }; + aximcom_mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-aximcom_mr-102n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-aximcom_mr-102n-initramfs-kernel.bin"; + sha256 = "6af43c5ccd4dd70944c25c896088f6463279ffc839c37d94098f5a264712d30b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-aximcom_mr-102n-squashfs-sysupgrade.bin"; + sha256 = "a11825cf958ebd8052f01850017a00a91d8fbc5a203df507e1e7ce25f060a63d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aximcom,mr-102n" + "mr-102n" + ]; + titles = [ + { + model = "MR-102N"; + vendor = "AXIMCom"; + } + ]; + }; + aztech_hw550-3g = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-aztech_hw550-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-aztech_hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "351f16ddf7db837bd429baab4871ff8694afb5eb6ceeeb9277c5bc663a3612ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-aztech_hw550-3g-initramfs-kernel.bin"; + sha256 = "2d32db2be02b245fbb1a8d823f20cc371e72e6b3b281a76dd5c83543c708ce65"; + type = "kernel"; + } + ]; + supported_devices = [ + "aztech,hw550-3g" + "hw550-3g" + ]; + titles = [ + { + model = "HW550-3G"; + vendor = "Aztech"; + } + { + model = "ALL0239-3G"; + vendor = "Allnet"; + } + ]; + }; + belkin_f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-belkin_f5d8235-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-belkin_f5d8235-v2-initramfs-kernel.bin"; + sha256 = "adb77036aad103500added5e398eab7403295825df4944ebb907a5be8434d5b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-belkin_f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "20d5f3cdae4698c737d008bbb117e9e58e57b49449cc2e8e53c22ed2857b699a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v2" + "f5d8235-v2" + ]; + titles = [ + { + model = "F5D8235"; + variant = "v2"; + vendor = "Belkin"; + } + ]; + }; + belkin_f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-belkin_f7c027"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-belkin_f7c027-initramfs-kernel.bin"; + sha256 = "5434f617eefbdb053c7c7e9b72c4a26a88c072e8a2f3147b9017d2f43b222632"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-belkin_f7c027-squashfs-sysupgrade.bin"; + sha256 = "71da513cc949a7cb99e2c5d13ea587d86d8a1593541ad2fc6195f88050f40d5f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f7c027" + "f7c027" + ]; + titles = [ + { + model = "F7C027"; + vendor = "Belkin"; + } + ]; + }; + dlink_dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-dlink_dap-1350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-dlink_dap-1350-squashfs-sysupgrade.bin"; + sha256 = "cb51d9f0a21413c2126839f3b2c1eebdedcd3b4b26be5caa506c1030e4ff6c3d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-dlink_dap-1350-squashfs-factory-NA.bin"; + sha256 = "863abaec0bc74ebd0be9ffc614b729564649986141664887ada2d173e8cc834b"; + type = "factory-NA"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-dlink_dap-1350-initramfs-kernel.bin"; + sha256 = "82838d22baa268703b18fdbc53023304837c1aaeb1c609c3159f13b0602e34d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-dlink_dap-1350-squashfs-factory.bin"; + sha256 = "b06811c30dcace8849e8a5cef99ad09eb5eb6235084d035e1ac7003a4e230bd8"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1350" + "dap-1350" + ]; + titles = [ + { + model = "DAP-1350"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-300-b7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-dlink_dir-300-b7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-dlink_dir-300-b7-initramfs-kernel.bin"; + sha256 = "645b897bb9dd21d4c7ce085cef7681302abcc696da4b3ef3ef983bfff6191291"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-dlink_dir-300-b7-squashfs-sysupgrade.bin"; + sha256 = "53725049ccd324eedf83d330a94d482219a951e3a5b5d309d8323625e5ac62ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-300-b7" + "dir-300-b7" + ]; + titles = [ + { + model = "DIR-300"; + variant = "B7"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-dlink_dir-320-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-dlink_dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "63c359413babf41935e0033f4d6469daf024538034c8c1b6ae5134195f1a913b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-dlink_dir-320-b1-initramfs-kernel.bin"; + sha256 = "0af1d99b1952ed48050bbe477fe34aabb8530143264454dd5e097adead23ebce"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-320-b1" + "dir-320-b1" + ]; + titles = [ + { + model = "DIR-320"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-dlink_dir-620-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-dlink_dir-620-a1-initramfs-kernel.bin"; + sha256 = "b2ee7ef970dd46bc7e66effd64d974922051b044578b812cf1538f401834b062"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-dlink_dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "33be9b6e0886ab9e18d7dec594ef21f5073ddddd3d8ec6a2ff9a0c2248e8c15d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-620-a1" + "dir-620-a1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-dlink_dir-620-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-dlink_dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "e1d7e933aecbcc58307f315a8b7441acf9df98b86da78cf6ec698ccdae872777"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-dlink_dir-620-d1-initramfs-kernel.bin"; + sha256 = "359a63b652bb0263f281ccb95ec3815613791966793621ea000cf3c021592ae8"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-620-d1" + "dir-620-d1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial-option" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-dlink_dwr-512-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-dlink_dwr-512-b-squashfs-factory.bin"; + sha256 = "08d6411949858e21762030cbf2c030fd4158139fa476a775bdc0afe65df32257"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-dlink_dwr-512-b-initramfs-kernel.bin"; + sha256 = "b33c473e0330c7270af4c9ffa2cb6cc27cba326cb804bdd5d6146f5369a1f81b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-dlink_dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "cbf9300fecdf280232a43aebe643406f695f65326a96496dd72c604c26ea34ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-512-b" + "dwr-512-b" + ]; + titles = [ + { + model = "DWR-512"; + variant = "B"; + vendor = "D-Link"; + } + ]; + }; + easyacc_wizard-8800 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-easyacc_wizard-8800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-easyacc_wizard-8800-squashfs-sysupgrade.bin"; + sha256 = "a8193dd0afc4727fe46dae9541068bffb0a80ba4be25c1585673cef19f09e8b6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-easyacc_wizard-8800-initramfs-kernel.bin"; + sha256 = "3dcfe76c5b0b119ea6fc23f3b6503df5bf857762f38e0ab4c0999b5eee1adc18"; + type = "kernel"; + } + ]; + supported_devices = [ + "easyacc,wizard-8800" + "wizard8800" + ]; + titles = [ + { + model = "WIZARD 8800"; + vendor = "EasyAcc"; + } + ]; + }; + fon_fonera-20n = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-fon_fonera-20n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-fon_fonera-20n-squashfs-sysupgrade.bin"; + sha256 = "dec4125573ef13467aafb5e183d297b05424b08c22fa4d9e22e2aee68879a723"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-fon_fonera-20n-squashfs-factory.bin"; + sha256 = "0cdb88e4188e55e1b4cb37f9cdf57fbb63fbe82a5d970bc5328274d5ee1c3651"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-fon_fonera-20n-initramfs-kernel.bin"; + sha256 = "a54570204820e68730ce99928f4c41edebb7a86c26078a7fe2b18826304be7e9"; + type = "kernel"; + } + ]; + supported_devices = [ + "fon,fonera-20n" + "fonera20n" + ]; + titles = [ + { + model = "Fonera 2.0N"; + vendor = "Fon"; + } + ]; + }; + hame_mpr-a2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-hame_mpr-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-hame_mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "29769931db233f4f2550588cb8bb4c2952e0652c073f024bbdab758a40051426"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-hame_mpr-a2-initramfs-kernel.bin"; + sha256 = "b2090afe1ec779053abc8d60a4e5633ee897d819af8c1dd816f221ab38466192"; + type = "kernel"; + } + ]; + supported_devices = [ + "hame,mpr-a2" + "mpr-a2" + ]; + titles = [ + { + model = "MPR"; + variant = "A2"; + vendor = "HAME"; + } + ]; + }; + hauppauge_broadway = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-hauppauge_broadway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-hauppauge_broadway-squashfs-sysupgrade.bin"; + sha256 = "6ec5b2d451231e6860facdf5b024cd0f59b289d3d429973227f5c914dedf63a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-hauppauge_broadway-initramfs-kernel.bin"; + sha256 = "a4547d79c8ab1771640225217f1c53d5dad41c7da9334335cd3fa5b7d853f605"; + type = "kernel"; + } + ]; + supported_devices = [ + "hauppauge,broadway" + "broadway" + ]; + titles = [ + { + model = "Broadway"; + vendor = "Hauppauge"; + } + ]; + }; + huawei_hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-huawei_hg255d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-huawei_hg255d-squashfs-sysupgrade.bin"; + sha256 = "d9a3225b6e9fd1d727b17155899343147bf72a23fdb52ef7f2e30e8934ea7874"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-huawei_hg255d-initramfs-kernel.bin"; + sha256 = "414fc1536320e2df7f44ca75e1abfd3ac4fb406c44f0f15ecafd1b75161cd656"; + type = "kernel"; + } + ]; + supported_devices = [ + "huawei,hg255d" + "hg255d" + ]; + titles = [ + { + model = "HG255D"; + vendor = "HuaWei"; + } + ]; + }; + intenso_memory2move = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-intenso_memory2move"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-intenso_memory2move-initramfs-kernel.bin"; + sha256 = "beac905ac676100f2df3647fde7924020ac810167b4478192854a506d9ad3a0e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-intenso_memory2move-squashfs-sysupgrade.bin"; + sha256 = "adb0081afd0dcc8b14189238807dc46d466566505be1d8dda1c1e05dca5081e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "intenso,memory2move" + "m2m" + ]; + titles = [ + { + model = "Memory 2 Move"; + vendor = "Intenso"; + } + ]; + }; + mofinetwork_mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-mofinetwork_mofi3500-3gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-mofinetwork_mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "8270211ee8baadbe7877be4e7d31eec7120b1b7340aa8a26c4270655b22ee08f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-mofinetwork_mofi3500-3gn-initramfs-kernel.bin"; + sha256 = "7daee2bc9bc75ad4d88915bd476331eee9e04b44c9845cf898e317190c7f3b84"; + type = "kernel"; + } + ]; + supported_devices = [ + "mofinetwork,mofi3500-3gn" + "mofi3500-3gn" + ]; + titles = [ + { + model = "MOFI3500-3GN"; + vendor = "MoFi Network"; + } + ]; + }; + nexaira_bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-nexaira_bc2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-nexaira_bc2-initramfs-kernel.bin"; + sha256 = "2f648a8a5cea5f3242fda7d3e4ea05b681c8f25903784c6a17d9ef839268f615"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-nexaira_bc2-squashfs-sysupgrade.bin"; + sha256 = "df4112fbca69391ed7ffd6ae6fdef8f9319ea39ee7e678ae228c77bf27e692fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexaira,bc2" + "bc2" + ]; + titles = [ + { + model = "BC2"; + vendor = "NexAira"; + } + ]; + }; + nexx_wt1520-8m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-nexx_wt1520-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-nexx_wt1520-8m-initramfs-kernel.bin"; + sha256 = "c183a45f0cc17e5bd6f2108ee88100ed5c5007827ba99b97706c6fe93c85f8cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-nexx_wt1520-8m-squashfs-factory.bin"; + sha256 = "8af8748d5d4878ede67c6d36f5191671f23045896756e2f4025d6c913e92e62c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-nexx_wt1520-8m-squashfs-sysupgrade.bin"; + sha256 = "4eb8600c34aa8dae62390485d21ac9d534cb4e5ed432886e04e2ac3b8bfafc9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexx,wt1520-8m" + "wt1520-8M" + ]; + titles = [ + { + model = "WT1520"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + nixcore_x1-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-nixcore_x1-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-nixcore_x1-16m-initramfs-kernel.bin"; + sha256 = "87edb9e95583ee0e88b39c8d671a1e7748a0b454e06d169d2d81b5d588226705"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-nixcore_x1-16m-squashfs-sysupgrade.bin"; + sha256 = "99d7e303d8da48827e434ab2cb516c4be9422bb1fd226f8f15317eec30847029"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore,x1-16m" + "nixcore-x1" + "nixcore-x1-16M" + ]; + titles = [ + { + model = "X1"; + variant = "16M"; + vendor = "Nixcore"; + } + ]; + }; + nixcore_x1-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-nixcore_x1-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-nixcore_x1-8m-squashfs-sysupgrade.bin"; + sha256 = "e95a4072d5a84ec984905ea2e50242c6c7cd8ff1954e111ec5cf7230b076f1ea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-nixcore_x1-8m-initramfs-kernel.bin"; + sha256 = "53348f52b80e258292ab7585acc67573a75205e8abf5c4d1f9452b4bfe97d500"; + type = "kernel"; + } + ]; + supported_devices = [ + "nixcore,x1-8m" + "nixcore-x1" + "nixcore-x1-8M" + ]; + titles = [ + { + model = "X1"; + variant = "8M"; + vendor = "Nixcore"; + } + ]; + }; + olimex_rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-olimex_rt5350f-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-olimex_rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "9818067321d841513c9afc6a4e1920d4044cd9c79268c446115a4d4eb2e9636a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-olimex_rt5350f-olinuxino-initramfs-kernel.bin"; + sha256 = "8480f283d44c7c88ce9bb5b56cdb86562f4d144483c971005bf61e0c0d9ad4f3"; + type = "kernel"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino" + "rt5350f-olinuxino" + ]; + titles = [ + { + model = "RT5350F-OLinuXino"; + vendor = "OLIMEX"; + } + ]; + }; + olimex_rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-olimex_rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-olimex_rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "7c40ac44b7db6f7c58930a2ad9e2c4757f3fe34095fe351968536ecfee3136bd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-olimex_rt5350f-olinuxino-evb-initramfs-kernel.bin"; + sha256 = "d414f64f3125355af90f3736f2b7f69d2df45d77d5734ace1fcc78dfd5d74af1"; + type = "kernel"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino-evb" + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + model = "RT5350F-OLinuXino-EVB"; + vendor = "OLIMEX"; + } + ]; + }; + omnima_miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-omnima_miniembplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-omnima_miniembplug-squashfs-sysupgrade.bin"; + sha256 = "eb77127f3058532dbbdba294168428305ae7ad5b65bf281dc78eaf0380e686dd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-omnima_miniembplug-initramfs-kernel.bin"; + sha256 = "63b3659a4e9f9cf0856e4fae4d725801b35482b788ef8787a51c16db2e6bc25e"; + type = "kernel"; + } + ]; + supported_devices = [ + "omnima,miniembplug" + "miniembplug" + ]; + titles = [ + { + model = "MiniEMBPlug"; + vendor = "Omnima"; + } + ]; + }; + omnima_miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-omnima_miniembwifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-omnima_miniembwifi-initramfs-kernel.bin"; + sha256 = "19fd7f94fbc66bef90c18d03194aafa3794021a27fb85a1bbc9b233d0980cede"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-omnima_miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "44571401b0bbbc862242df0c9222cebbb7e3588c958c138a5f2ab55a605e538b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,miniembwifi" + "miniembwifi" + ]; + titles = [ + { + model = "MiniEMBWiFi"; + vendor = "Omnima"; + } + ]; + }; + planex_mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-planex_mzk-wdpr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-planex_mzk-wdpr-initramfs-kernel.bin"; + sha256 = "41a8bb4fe8a848e7ecfe7befa2f5978ad8552c4180588d69a02ec6dedc73fbff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-planex_mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "7b032a551c980cfb9b4d78cc0fbff294429093cc3e3ea8d485b57fb82a72d974"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-wdpr" + "mzk-wdpr" + ]; + titles = [ + { + model = "MZK-WDPR"; + vendor = "Planex"; + } + ]; + }; + poray_ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-poray_ip2202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-poray_ip2202-initramfs-kernel.bin"; + sha256 = "4bdb8a54676c91e0324aa893fe8c743b32554c72804eaccb2e2ed0f22cce67a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-poray_ip2202-squashfs-sysupgrade.bin"; + sha256 = "5cd61e14c7487178351b691a93a8c1d489358769afb5152f37c98cb3ae4d5386"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,ip2202" + "ip2202" + ]; + titles = [ + { + model = "IP2202"; + vendor = "Poray"; + } + ]; + }; + poray_m4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-poray_m4-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-poray_m4-8m-initramfs-kernel.bin"; + sha256 = "a6e6a1baf2b29c768ac03dd652a8f497b539b7a7e1693d726dad3a5a26e0a3ff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-poray_m4-8m-squashfs-sysupgrade.bin"; + sha256 = "62af42605dc8f8eccd73bb67bc9ecb6323bc7795e38b431712623a2e2f7aaab1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-poray_m4-8m-squashfs-factory.bin"; + sha256 = "8d15491ecfabee68fd10ce2c140edf41b50caf0fbe7218d4076ee9ced30e1da1"; + type = "factory"; + } + ]; + supported_devices = [ + "poray,m4-8m" + "m4-8M" + ]; + titles = [ + { + model = "M4"; + variant = "8M"; + vendor = "Poray"; + } + ]; + }; + poray_x5 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-poray_x5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-poray_x5-initramfs-kernel.bin"; + sha256 = "1d62cd1292bf811c9f2e7fb03ea0e1edcff961da47dbdec993fe2da664003426"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-poray_x5-squashfs-factory.bin"; + sha256 = "c46dfb49384cf5951dbf284a126af5c41078085d1e608f79bc3b26a2e60d9db7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-poray_x5-squashfs-sysupgrade.bin"; + sha256 = "2f2b79f1e6b7410d1dba10a28a8818107518e6ebca402c648e474ec6ebdd7191"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,x5" + "x5" + ]; + titles = [ + { + model = "X5/X6"; + vendor = "Poray"; + } + ]; + }; + poray_x8 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-poray_x8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-poray_x8-initramfs-kernel.bin"; + sha256 = "442a9cf27b0f49bd34707e89a0470849652d38f7d4f4643765229c8e67b37be3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-poray_x8-squashfs-sysupgrade.bin"; + sha256 = "500e24992b0fc760c95bc10b1109d16edcc7f6dc9971900e44361833d243456f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-poray_x8-squashfs-factory.bin"; + sha256 = "255199113df905feba984976027160244f268ae4c422eb92017b219a5462923a"; + type = "factory"; + } + ]; + supported_devices = [ + "poray,x8" + "x8" + ]; + titles = [ + { + model = "X8"; + vendor = "Poray"; + } + ]; + }; + prolink_pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-prolink_pwh2004"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-prolink_pwh2004-initramfs-kernel.bin"; + sha256 = "dfcf1596053f6e7decae73d5d441ee4c6da2ad4e10c8152946aa82c3ba77bf36"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-prolink_pwh2004-squashfs-sysupgrade.bin"; + sha256 = "89a066faf9d4e52a057adf2151eb017fe608bddc7de983c15bfc1a98a3cd5ef7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "prolink,pwh2004" + "pwh2004" + ]; + titles = [ + { + model = "PWH2004"; + vendor = "Prolink"; + } + ]; + }; + teltonika_rut5xx = { + device_packages = [ + "om-watchdog" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-teltonika_rut5xx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-teltonika_rut5xx-squashfs-sysupgrade.bin"; + sha256 = "db6bddb630fc83b72b6b14ce48d7fb667ae67903fd8664f3a309f90ceaca99f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-teltonika_rut5xx-initramfs-kernel.bin"; + sha256 = "f9a57252578c20fb0ed980b3bb80505adb6789d72ef7378a08134f1de6497753"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut5xx" + "rut5xx" + ]; + titles = [ + { + model = "RUT5XX"; + vendor = "Teltonika"; + } + ]; + }; + trendnet_tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-trendnet_tew-714tru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-trendnet_tew-714tru-initramfs-kernel.bin"; + sha256 = "6b59b828b0edde6eb7d7fa6040278aa44708a7497574ea0ecfe28521d929db88"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-trendnet_tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "7fb4baa2a01cddaa62067e6a5eb927740925a6f56baec5d74e2594bcca476b7d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-714tru" + "tew-714tru" + ]; + titles = [ + { + model = "TEW-714TRU"; + vendor = "TRENDnet"; + } + ]; + }; + unbranded_wr512-3gn-8m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-unbranded_wr512-3gn-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-unbranded_wr512-3gn-8m-squashfs-sysupgrade.bin"; + sha256 = "90c74b6e9e9a47a331fae52d580dadd5a223c6d295670c30443a8bca1cf8dec8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-unbranded_wr512-3gn-8m-initramfs-kernel.bin"; + sha256 = "ace3ebbd042dbbd17e72aa5f051258f6dcb5ca0cd3c411c410b949d20a97c470"; + type = "kernel"; + } + ]; + supported_devices = [ + "unbranded,wr512-3gn-8m" + "wr512-3gn-8M" + ]; + titles = [ + { + model = "WR512-3GN"; + variant = "8M"; + vendor = "Ralink"; + } + ]; + }; + upvel_ur-336un = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-upvel_ur-336un"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-upvel_ur-336un-initramfs-kernel.bin"; + sha256 = "d509497a0bca45352dcd385d59e75bbb0940dec37921e225bd1e8b886acf4aba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-upvel_ur-336un-squashfs-sysupgrade.bin"; + sha256 = "cc17f8ab01578bc802dbee9a0931db274dc4ae461811332f583053c2c02276c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "upvel,ur-336un" + "ur-336un" + ]; + titles = [ + { + model = "UR-336UN"; + vendor = "UPVEL"; + } + ]; + }; + vocore_vocore-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-vocore_vocore-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-vocore_vocore-16m-initramfs-kernel.bin"; + sha256 = "997e7c6c76464a850a34551d3b8c5dc858ca2af542af3663901d1654a1fdf7fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-vocore_vocore-16m-squashfs-sysupgrade.bin"; + sha256 = "a23991203f5a8aaec4c5b2011b35bc65a858ff3a98a2f09c4fdd52c67063bd74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore-16m" + "vocore" + "vocore-16M" + ]; + titles = [ + { + model = "VoCore"; + variant = "16M"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-vocore_vocore-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-vocore_vocore-8m-squashfs-sysupgrade.bin"; + sha256 = "64afb7411ac7120eff731f3db4e9c119a634b395f14e10028ea3e82eb46d65b8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-vocore_vocore-8m-initramfs-kernel.bin"; + sha256 = "7e43de0de19bd2355eecf5ea4eefa97e0be132a7b0f1c36936564a9ff7487f14"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore-8m" + "vocore" + "vocore-8M" + ]; + titles = [ + { + model = "VoCore"; + variant = "8M"; + vendor = "VoCore"; + } + ]; + }; + wansview_ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-wansview_ncs601w"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-wansview_ncs601w-initramfs-kernel.bin"; + sha256 = "2777da6481fa30f0f1ed3342d21f43001d2b62fc59735cf80af5d7dbd449db3a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-wansview_ncs601w-squashfs-sysupgrade.bin"; + sha256 = "9c45498b55567e934703eeb3c0fb541417334dbc0149f858ed1bb9d440950e63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wansview,ncs601w" + "ncs601w" + ]; + titles = [ + { + model = "NCS601W"; + vendor = "Wansview"; + } + ]; + }; + wiznet_wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-wiznet_wizfi630a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-wiznet_wizfi630a-initramfs-kernel.bin"; + sha256 = "0fefb18feb41bbf325eb3beaeac194df8ddadf19b1d010f38c7233d110e97a4c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-wiznet_wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "127bf6078a4c0f5470e94f0428c0582b0fcdcf245b8a888e5d4d318359393124"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630a" + "wizfi630a" + ]; + titles = [ + { + model = "WizFi630A"; + vendor = "WIZnet"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "1f628c0416576dedee437a7b1eabad127cd5289da04062cf839ad244ceb34e4d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-zorlik_zl5900v2-initramfs-kernel.bin"; + sha256 = "28b066a62899952eb1d70d1ffd0f44b391d55923fd9cb349f84f50b4646664ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + model = "ZL5900V2"; + vendor = "Zorlik"; + } + ]; + }; + zte_mf283plus = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-zte_mf283plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin"; + sha256 = "d47650d4978f8d4edc8b06e5bc31c95c962917c47a20550f1bb544834b94511e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-zte_mf283plus-initramfs-kernel.bin"; + sha256 = "bd7c89f50fa4a740a64298a28994a64f888bf700488f6be212881975999d4284"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf283plus" + ]; + titles = [ + { + model = "MF283+"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-zyxel_keenetic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-zyxel_keenetic-initramfs-kernel.bin"; + sha256 = "1c48d3ec0f45d0223b42825d1a7e658ee07b3020eb298413a9e4c21d13bfa579"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-zyxel_keenetic-squashfs-sysupgrade.bin"; + sha256 = "7669ee1916916ec1b8b9a919096fa2eb59b22a7f17213514f633a9b689734b62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic" + "kn" + ]; + titles = [ + { + model = "Keenetic"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-lite-b = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-zyxel_keenetic-lite-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-zyxel_keenetic-lite-b-squashfs-sysupgrade.bin"; + sha256 = "c52d2a25c05a72afb52b365be0942a073ed30403bfb60149fe2b3cc49ec8bdd6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-zyxel_keenetic-lite-b-initramfs-kernel.bin"; + sha256 = "38f87e5c5a103085a7de16d40ce4ec022e275c54bc7cba2da1d441ad7e5f749f"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-lite-b" + ]; + titles = [ + { + model = "Keenetic Lite"; + variant = "B"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg-419n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt305x-zyxel_nbg-419n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt305x-zyxel_nbg-419n-v2-squashfs-sysupgrade.bin"; + sha256 = "75758cd6c038adf478f8974a73e2bccd2f5000011596c24819f0b5e1056b1d70"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-ramips-rt305x-zyxel_nbg-419n-v2-initramfs-kernel.bin"; + sha256 = "4ab6b7e868a4723527ac15adaddc745e563c61a3c3149e8344d465a1ca91dcb5"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg-419n-v2" + "nbg-419n2" + ]; + titles = [ + { + model = "NBG-419N"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "ramips/rt305x"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-n56u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt3883-asus_rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-asus_rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "e2d02a5f034b9e3983ee364dfe7ffc9de354c53ca8b25a73420b67705574dbbd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u" + "rt-n56u" + ]; + titles = [ + { + model = "RT-N56U"; + vendor = "Asus"; + } + ]; + }; + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "006a3576a57fc3804533ce8f6b985c519364021505e063eed4f8b349bff45e75"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + model = "F9K1109"; + variant = "Version 1.0"; + vendor = "Belkin"; + } + ]; + }; + dlink_dir-645 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt3883-dlink_dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-dlink_dir-645-squashfs-sysupgrade.bin"; + sha256 = "bdeefd0dfe6bda352d59d9967783ac7c604db65b214e8c337d44154fb2c414ea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-dlink_dir-645-squashfs-factory.bin"; + sha256 = "57723bb145795a62154e4e4cb6303f1bddef56708b30c2da673a380899a3e7de"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-645" + "dir-645" + ]; + titles = [ + { + model = "DIR-645"; + vendor = "D-Link"; + } + ]; + }; + edimax_br-6475nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt3883-edimax_br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-edimax_br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "745afbf6b4ac0f381110706b96943d47e190934fb9fdb6b78fe31ca879aba0cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6475nd" + "br-6475nd" + ]; + titles = [ + { + model = "BR-6475nD"; + vendor = "Edimax"; + } + ]; + }; + engenius_esr600h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt3883-engenius_esr600h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-engenius_esr600h-squashfs-sysupgrade.bin"; + sha256 = "c482f42815cf97858ad00ae96e8e93140249387346eccc8fa8469610ca723fa8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-engenius_esr600h-squashfs-factory.dlf"; + sha256 = "70c74b52ce55ef6ac3df6ef90d2df9a3133058b87f9b6ab1cdeaee169d98d348"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,esr600h" + ]; + titles = [ + { + model = "ESR600H"; + vendor = "EnGenius"; + } + ]; + }; + loewe_wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt3883-loewe_wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-loewe_wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "8f86dfd440344beb10eedef6921dcfd47e69cd5c08ca673314d6547963f29408"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "loewe,wmdr-143n" + "wmdr-143n" + ]; + titles = [ + { + model = "WMDR-143N"; + vendor = "Loewe"; + } + ]; + }; + omnima_hpm = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt3883-omnima_hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-omnima_hpm-squashfs-sysupgrade.bin"; + sha256 = "de9d8e3043505275ee8c95f96359192bbb31f5d89e6505588cd19fb2c679cc39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,hpm" + "hpm" + ]; + titles = [ + { + model = "HPM"; + vendor = "Omnima"; + } + ]; + }; + samsung_cy-swr1100 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt3883-samsung_cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-samsung_cy-swr1100-squashfs-factory.bin"; + sha256 = "1e5036021c0d9d9fe8fe729b867d6f0844f3a8a880bc940a8b716b6dd5d17e5b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-samsung_cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "4b687e4b1cbe07bb5b34f1a41098d8fdc8aa2d1c8e8cf914c099c6efe320d493"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samsung,cy-swr1100" + "cy-swr1100" + ]; + titles = [ + { + model = "CY-SWR1100"; + vendor = "Samsung"; + } + ]; + }; + sitecom_wlr-6000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.4-ramips-rt3883-sitecom_wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-sitecom_wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "6394d7832e8576520bccabcb8045d113316965c9535bc362556c7ab8849e1208"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-sitecom_wlr-6000-squashfs-factory.dlf"; + sha256 = "c7a04aa4c1ca0b4428f7c73a714fa82a04ec599ec04261d364002ced672792c7"; + type = "factory"; + } + ]; + supported_devices = [ + "sitecom,wlr-6000" + "wlr-6000" + ]; + titles = [ + { + model = "WLR-6000"; + vendor = "Sitecom"; + } + ]; + }; + trendnet_tew-691gr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt3883-trendnet_tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-trendnet_tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "a3e758171e418524b8e3921eee6414a69767339428a917a67a103ab9d28a00b9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-trendnet_tew-691gr-squashfs-factory.bin"; + sha256 = "2670c4256879b20e74dde594a9a6cbc2044ef4e237ac2baaf68955c50e807585"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-691gr" + "tew-691gr" + ]; + titles = [ + { + model = "TEW-691GR"; + vendor = "TRENDnet"; + } + ]; + }; + trendnet_tew-692gr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-ramips-rt3883-trendnet_tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-trendnet_tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "843e6566d912e1ca0e36d7f679b67697d01c255a0391f7135e846e72bc8a2a8c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-ramips-rt3883-trendnet_tew-692gr-squashfs-factory.bin"; + sha256 = "2e020f66a5398c82ea66fe8e511aa5abb4d0d62c224f694dd642da191e9b715b"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-692gr" + "tew-692gr" + ]; + titles = [ + { + model = "TEW-692GR"; + vendor = "TRENDnet"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "ramips/rt3883"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + realtek = { + generic = { + arch_packages = "mips_4kec"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "ethtool" + "firewall" + "fstools" + "ip-bridge" + "ip-full" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "procd" + "tc" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + allnet_all-sg8208m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-realtek-generic-allnet_all-sg8208m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-realtek-generic-allnet_all-sg8208m-initramfs-kernel.bin"; + sha256 = "d2c4dcdcec21353732a536b31b150160a5737e9eecb936383c699a0e6c8cc846"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-realtek-generic-allnet_all-sg8208m-squashfs-sysupgrade.bin"; + sha256 = "e0fbce08af4eb4599fa0d2001ebab7ebed20ec6ff1787ee5d3781a4b7e699320"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all-sg8208m" + ]; + titles = [ + { + model = "ALL-SG8208M"; + vendor = "ALLNET"; + } + ]; + }; + d-link_dgs-1210-10p = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.4-realtek-generic-d-link_dgs-1210-10p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-realtek-generic-d-link_dgs-1210-10p-initramfs-kernel.bin"; + sha256 = "479d0dca6d3fbc374d8db67b05319337222503df96920cd78e2f80e86a213ba9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-realtek-generic-d-link_dgs-1210-10p-squashfs-sysupgrade.bin"; + sha256 = "e77be09feaf38d2913bdad2225d98e972e9a2a2ebd6ad42c9aaa20a951a65fa2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-10p" + ]; + titles = [ + { + model = "DGS-1210-10P"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-16 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-realtek-generic-d-link_dgs-1210-16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-realtek-generic-d-link_dgs-1210-16-initramfs-kernel.bin"; + sha256 = "f96fa7d8a839804acabfd771f24b6a7a525ad0a495a7ea7f61a47c0ed098c426"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-realtek-generic-d-link_dgs-1210-16-squashfs-sysupgrade.bin"; + sha256 = "1d95f9ddbd885f29d180e65ca089a6778e7a23c280fb4b2c18c5705e6bb47925"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-16" + ]; + titles = [ + { + model = "DGS-1210-16"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-28 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-realtek-generic-d-link_dgs-1210-28"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-realtek-generic-d-link_dgs-1210-28-initramfs-kernel.bin"; + sha256 = "1a54b1c73c581144055f2fa6d076a18d0be3012049b0f1fab0dc92f03e249542"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-realtek-generic-d-link_dgs-1210-28-squashfs-sysupgrade.bin"; + sha256 = "75bf2bb2b3837dc5436a629464fe3166b0e6305940b8ce8549dcd6b850fd4c3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-28" + ]; + titles = [ + { + model = "DGS-1210-28"; + vendor = "D-Link"; + } + ]; + }; + netgear_gs108t-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-realtek-generic-netgear_gs108t-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-realtek-generic-netgear_gs108t-v3-squashfs-sysupgrade.bin"; + sha256 = "acf906f7fc7e422546c3f00a18d5b324d25d19103f9668c09a657d89f7b58053"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-realtek-generic-netgear_gs108t-v3-initramfs-kernel.bin"; + sha256 = "c5cc9fb27c913c00b51fdf231eb343f19ecb04f4ca3e5ee0474387e7f35b1660"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs108t-v3" + ]; + titles = [ + { + model = "GS108T"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs110tpp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-realtek-generic-netgear_gs110tpp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-realtek-generic-netgear_gs110tpp-v1-squashfs-sysupgrade.bin"; + sha256 = "c0a0102d9b291c2a47ad742ef65fccaa5d5001fada72522a5f04cb7fe4ccf501"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-realtek-generic-netgear_gs110tpp-v1-initramfs-kernel.bin"; + sha256 = "60918dec61ce63ae7aa5aefbe3486b3c7440e86f3b475f60020ab8073726cd89"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs110tpp-v1" + ]; + titles = [ + { + model = "GS110TPP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_gs1900-10hp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-realtek-generic-zyxel_gs1900-10hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-realtek-generic-zyxel_gs1900-10hp-squashfs-sysupgrade.bin"; + sha256 = "ab220bf50f3ae446de383be5223e53e449879326a5af40e17a8af0776ee664c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-realtek-generic-zyxel_gs1900-10hp-initramfs-kernel.bin"; + sha256 = "975c4db04b50b35ba547492311398b3b66e25b3f85ffd663df0d4e210386c57d"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-10hp" + ]; + titles = [ + { + model = "GS1900-10HP"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-realtek-generic-zyxel_gs1900-8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-realtek-generic-zyxel_gs1900-8-squashfs-sysupgrade.bin"; + sha256 = "a0be405947446d29d9b833a92fc181b7cb394d677763ab3db8bc869e695b91b3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-realtek-generic-zyxel_gs1900-8-initramfs-kernel.bin"; + sha256 = "0b67361403735805571b57db8c134444f22491fb563aae646f5b21882a0a252c"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8" + ]; + titles = [ + { + model = "GS1900-8"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.4-realtek-generic-zyxel_gs1900-8hp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-realtek-generic-zyxel_gs1900-8hp-v1-squashfs-sysupgrade.bin"; + sha256 = "df153841025128f06f66c8d2d7c646f553971d74023d11db6953960f461407b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-realtek-generic-zyxel_gs1900-8hp-v1-initramfs-kernel.bin"; + sha256 = "b70110de9a4a930abbb81417b4d4da37dd1f77b7e8f3a138dd86ef3a6713b6ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v1" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v2 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.4-realtek-generic-zyxel_gs1900-8hp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.4-realtek-generic-zyxel_gs1900-8hp-v2-initramfs-kernel.bin"; + sha256 = "ac2f6754ff598c6d1c0260409d60007fab9dade20a9359862abc5102d2712363"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-realtek-generic-zyxel_gs1900-8hp-v2-squashfs-sysupgrade.bin"; + sha256 = "1f5e986d7d245acc937dc079f229b5b5c6b46535e64d98e89834e5af6f0a434b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v2" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "realtek/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + rockchip = { + armv8 = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-r2s = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-21.02.4-rockchip-armv8-friendlyarm_nanopi-r2s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-rockchip-armv8-friendlyarm_nanopi-r2s-squashfs-sysupgrade.img.gz"; + sha256 = "094dad6c7ea0f7a8b6d208bca1022a64bcbce86d816d2830a584df589de0c890"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-rockchip-armv8-friendlyarm_nanopi-r2s-ext4-sysupgrade.img.gz"; + sha256 = "c07fba299a06ce2f23aa79f65c87942c120b01521c4d76bb747dbc60739d9886"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r2s" + ]; + titles = [ + { + model = "NanoPi R2S"; + vendor = "FriendlyARM"; + } + ]; + }; + pine64_rockpro64 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-rockchip-armv8-pine64_rockpro64"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-rockchip-armv8-pine64_rockpro64-ext4-sysupgrade.img.gz"; + sha256 = "3b1af7ad98d970e5a00c74c55e43074914987c99eeb2c2d13ca3e23534352c68"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-rockchip-armv8-pine64_rockpro64-squashfs-sysupgrade.img.gz"; + sha256 = "f84076637d10a9d2da5151313e8bf6a614631acbc87fca5d2e3f3d0023bf79f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pine64,rockpro64" + ]; + titles = [ + { + model = "RockPro64"; + vendor = "Pine64"; + } + ]; + }; + radxa_rock-pi-4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-rockchip-armv8-radxa_rock-pi-4"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-rockchip-armv8-radxa_rock-pi-4-ext4-sysupgrade.img.gz"; + sha256 = "885cb8de2c543565645b4f41dc9ff20c33a8dd7ad005f13daab89129e7d251ba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-rockchip-armv8-radxa_rock-pi-4-squashfs-sysupgrade.img.gz"; + sha256 = "63218bc23dcfe83ee56a4ccd495e69b3c7287669957544e7949576e09a3c3e36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "radxa,rockpi4" + ]; + titles = [ + { + model = "ROCK Pi 4"; + vendor = "Radxa"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "rockchip/armv8"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "8d996ebb5b03e2e0ab4c481e8f9e17b21c7d0e0c5a59d881b7235971e7257941"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "fca812cd69dca6a36fbc6ecb3d3f0f3c5f26e8cc0f62d638403f76430471a198"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + model = "NanoPi NEO Plus2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa53-friendlyarm_nanopi-neo2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa53-friendlyarm_nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "8f7d8bf2c4e8efced4cc3cca65d165905651a2f0e08a4ac4141d9cb028109bd5"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa53-friendlyarm_nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "e478d5971a3eeea26b765fd3954df4334f747abf5d658c716a7906766f612fb4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + model = "NanoPi NEO2"; + vendor = "FriendlyARM"; + } + ]; + }; + libretech_all-h3-cc-h5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa53-libretech_all-h3-cc-h5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa53-libretech_all-h3-cc-h5-squashfs-sdcard.img.gz"; + sha256 = "53284d1c6b83d0b0396b8ec491e5f66e05a0a1b017d7888d577dd2b4394b1cd3"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa53-libretech_all-h3-cc-h5-ext4-sdcard.img.gz"; + sha256 = "9c407c642e0f92faec167b1177e2af84b74b6839cc5307cba77e4e5c152be614"; + type = "sdcard"; + } + ]; + supported_devices = [ + "libretech,all-h3-cc-h5" + ]; + titles = [ + { + model = "ALL-H3-CC"; + variant = "H5"; + vendor = "Libre Computer"; + } + ]; + }; + olimex_a64-olinuxino = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bs-firmware" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa53-olimex_a64-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa53-olimex_a64-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "2ed8ae6532a2263dc1b42edc54075084e52a0a1b7f11ea4c0c2f46b0d9895a90"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa53-olimex_a64-olinuxino-ext4-sdcard.img.gz"; + sha256 = "9e5f2ca00b69f8fec5b0cdb8e342c67934c867ecea735f7af69957f33fe45c55"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino" + ]; + titles = [ + { + model = "A64-Olinuxino"; + vendor = "Olimex"; + } + ]; + }; + olimex_a64-olinuxino-emmc = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bs-firmware" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa53-olimex_a64-olinuxino-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa53-olimex_a64-olinuxino-emmc-ext4-sdcard.img.gz"; + sha256 = "8105a36804d81ad026d894be9ba682ef924febc494951602d7485edcdf1f5bc0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa53-olimex_a64-olinuxino-emmc-squashfs-sdcard.img.gz"; + sha256 = "8154bd3f00aa96f3fbe2e37977596bd1c19a289fd1d8d8034318f378ca836bfe"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino-emmc" + ]; + titles = [ + { + model = "A64-Olinuxino"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + pine64_pine64-plus = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa53-pine64_pine64-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa53-pine64_pine64-plus-ext4-sdcard.img.gz"; + sha256 = "9655fbcd4fb215d8021f49a0943aa21685e00f72703cda0f5a3c3d4b8060168b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa53-pine64_pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "ee6f49ccb3598706089bfc5226fce4143f126e9a78131e29a8081c3991706553"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + model = "Pine64+"; + vendor = "Pine64"; + } + ]; + }; + pine64_sopine-baseboard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa53-pine64_sopine-baseboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa53-pine64_sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "1401183b1168d15b42ea154c6ea8dbc13f59d7815e5c0fb853fe2b2fab415055"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa53-pine64_sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "64c849657fd8d7258a46596e55e842f920fb6c6e5dba557024f6043d9bf5ee54"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + model = "SoPine"; + vendor = "Pine64"; + } + ]; + }; + xunlong_orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa53-xunlong_orangepi-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa53-xunlong_orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "f95e359429b034f2ceb5aa4c121dd6833745983321513eed7a60a25f2b1ac988"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa53-xunlong_orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "894c0d5ba7b383df1c58a95e68cbde18e315f3258aa7c7cf21fbf88138628fb5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + model = "Orange Pi PC 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa53-xunlong_orangepi-zero-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa53-xunlong_orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "db1f5d10fdaf4486632f0ea01521bb93a4f5850196947a56af03185b6724e3fc"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa53-xunlong_orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "f7856b6a7c16d58235e71716e5ecf6c62069f12e5bbf50f1c34f4358f241d1c8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + model = "Orange Pi Zero Plus"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "sunxi/cortexa53"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_cubieboard2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-cubietech_cubieboard2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-cubietech_cubieboard2-ext4-sdcard.img.gz"; + sha256 = "ae86f9a893e91b19e3281d55e1de3a06db47bacd0ad7bae1206782e77425a635"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-cubietech_cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "91f1a98fa0e08546610c9589fefcf6fa3e81a90121fd46f5c8f104fe2d333c7e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + model = "Cubieboard2"; + vendor = "Cubietech"; + } + ]; + }; + cubietech_cubietruck = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-cubietech_cubietruck"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-cubietech_cubietruck-squashfs-sdcard.img.gz"; + sha256 = "8a8274a996d074ff23948a6a2221eb8e9882e8cbb2138ce265c3e0a27f48f433"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-cubietech_cubietruck-ext4-sdcard.img.gz"; + sha256 = "99cb8c75cdb2644e84bec3a25456cb19964edf240eae6227d28946247051b991"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + model = "Cubietruck"; + vendor = "Cubietech"; + } + ]; + }; + friendlyarm_nanopi-m1-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-friendlyarm_nanopi-m1-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "a79044fdad9a96b6d26467779cfcdd79cde338ad6d6fd0d7d9945f9b5ee0333a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "0b998b82d0391f6e2454ba28f59a2d81e82745e804b0f28d87e2b90b6fc777b6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + model = "NanoPi M1 Plus"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-friendlyarm_nanopi-neo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-friendlyarm_nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "e892468c2935551960e7cc6d04494927543cebce96330b0c88fb8d3a9c14dc2c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-friendlyarm_nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "668f7fdc4d0d142ccc73b8566e6e2f730534d1d878cbd1ef60f2ddc34a9ed1db"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + model = "NanoPi NEO"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo-air = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-friendlyarm_nanopi-neo-air"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-friendlyarm_nanopi-neo-air-squashfs-sdcard.img.gz"; + sha256 = "5080b23ad69e4f6519fc9d4a6f1a7a8206f44820fe13f336bb1907e755f665d2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-friendlyarm_nanopi-neo-air-ext4-sdcard.img.gz"; + sha256 = "81a68decb5498cc267b7c1972e3a50f6d38765b67a0405916128e06bf741229f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo-air" + ]; + titles = [ + { + model = "NanoPi NEO Air"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net-rtl8152" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-friendlyarm_nanopi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-friendlyarm_nanopi-r1-ext4-sdcard.img.gz"; + sha256 = "5bdb01449751ffdf71c5dbe59eb8af8b8550e4d7128926349626473f75cd99fd"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-friendlyarm_nanopi-r1-squashfs-sdcard.img.gz"; + sha256 = "07a8ccfacf61a6c98595c8871f339ce831be67350631def8a39a7c8f73e0e3e5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r1" + ]; + titles = [ + { + model = "NanoPi R1"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_zeropi = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-friendlyarm_zeropi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-friendlyarm_zeropi-ext4-sdcard.img.gz"; + sha256 = "1f48fe1748848b1b1b402bcdcb4838df40e614a96d5f34077ff9e3ba8886492d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-friendlyarm_zeropi-squashfs-sdcard.img.gz"; + sha256 = "1791ecf7b78f37bbe6633a83e874e064d742ba7e5e68cb627a56a1843d38a317"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,zeropi" + ]; + titles = [ + { + model = "ZeroPi"; + vendor = "FriendlyARM"; + } + ]; + }; + lamobo_lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "swconfig" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-lamobo_lamobo-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-lamobo_lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "b8e75d8f4f6cb065b408859e53d821e50245b644536c3977e1e13c77aa71edc7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-lamobo_lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "4ee6ea3b1a9264458a1bbe6b7f032f4d38d104fe82a984ab28f7078e4d81e544"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + model = "Lamobo R1"; + vendor = "Lamobo"; + } + ]; + }; + lemaker_bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-lemaker_bananapi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-lemaker_bananapi-squashfs-sdcard.img.gz"; + sha256 = "651dd5dfcebcb189a9ceb27df10c357dea15edd6753388951fc295066545a15a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-lemaker_bananapi-ext4-sdcard.img.gz"; + sha256 = "d1bbeb0fb6e0f8722d5c24ff2e4a4d056e0a2e3b17201253d1851c5a533efc05"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + model = "Banana Pi"; + vendor = "LeMaker"; + } + ]; + }; + lemaker_bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-lemaker_bananapro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-lemaker_bananapro-squashfs-sdcard.img.gz"; + sha256 = "4645bf40af447e5227612e3ced7934294f6e865f486833d612014a5f6acc8605"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-lemaker_bananapro-ext4-sdcard.img.gz"; + sha256 = "8024bfa7499375fbba702af746dfd83ee68ff1438426809ba24bf6ccbd538225"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + model = "Banana Pro"; + vendor = "LeMaker"; + } + ]; + }; + linksprite_pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-linksprite_pcduino3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-linksprite_pcduino3-squashfs-sdcard.img.gz"; + sha256 = "b2725d3cea5fde832984d8ce2a33033ad7d366fde69a016b0a77ccf620f0b425"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-linksprite_pcduino3-ext4-sdcard.img.gz"; + sha256 = "67da13f1f97b63a3349322bec5491027b49c10844e4f517f54a9f442c6d94e7b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + model = "pcDuino3"; + vendor = "LinkSprite"; + } + ]; + }; + linksprite_pcduino3-nano = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-linksprite_pcduino3-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-linksprite_pcduino3-nano-squashfs-sdcard.img.gz"; + sha256 = "6ea9c60be4674c5f2d8d63b4ca1918790ec71a28d403885fc0737bd0908ce40a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-linksprite_pcduino3-nano-ext4-sdcard.img.gz"; + sha256 = "d8dfb0437e1305baf2ba278c03b72b40bee7ea736c4d2bd1dbf28f865c790e79"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3-nano" + ]; + titles = [ + { + model = "pcDuino3 Nano"; + vendor = "LinkSprite"; + } + ]; + }; + mele_m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-mele_m9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-mele_m9-squashfs-sdcard.img.gz"; + sha256 = "859d4bd438f17d0b28e400149e51ad8d679eda1e8ae082bef9cc1352828e337c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-mele_m9-ext4-sdcard.img.gz"; + sha256 = "0fa9d42f86d5c8efe302be9d13766769e6a921c9c1b50999559757eba7c71b3b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + model = "M9"; + vendor = "Mele"; + } + ]; + }; + olimex_a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-olimex_a20-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-olimex_a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "9bd36b75b429ee8743d3ac083c126c459944b1208a5e95b5c9e7a212e009ece5"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-olimex_a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "d9bdf12491eca485ea4f7fa695b3dfdacf0d9c214cb04c88af8ffedf3f6bbe24"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-olimex_a20-olinuxino-lime2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-olimex_a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "0244d8c76e683c708b047b9e4e275f8fc9e60cea828df70b3d16732eafbbab39"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-olimex_a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "382b80ad14b62a9fe910771952792dc74373c1db83ab19152444f4e0de5b027b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "64cf8bebcd05af6dc19f052c964b5987407fb3fb84fbcc5631ce6cec004f724a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "4079be972f26bbe102a864d73fe76b1dd8e66cb9dc5ca9a6b8c2023c51d305b5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-olimex_a20-olinuxino-micro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-olimex_a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "949937cbd496e6213f29a74e17d3f021cf31cc592066e0c930be92972a9dd801"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-olimex_a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "4f4a859ffbc3381fe62dde5531ad0a36d066812d64f4bcd45ef4b3b62e00b3d5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + model = "A20-OLinuXino-MICRO"; + vendor = "Olimex"; + } + ]; + }; + sinovoip_bananapi-m2-berry = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-sinovoip_bananapi-m2-berry"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-sinovoip_bananapi-m2-berry-squashfs-sdcard.img.gz"; + sha256 = "81ae847c942631d423b542195b3c9aba12053b92667b5cb2d3089d7f8767c75b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-sinovoip_bananapi-m2-berry-ext4-sdcard.img.gz"; + sha256 = "916d365b23d9428657d245b0456799ed8138360f14053a16a86e92b9d3ef751e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-berry" + ]; + titles = [ + { + model = "Banana Pi M2 Berry"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-sinovoip_bananapi-m2-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-sinovoip_bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "ae879894d127c8025a1c91465ab46ac8215cf4c6eff029c7afd80b1272a2842d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-sinovoip_bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "dd60e51d68fa8a3774a4abf6b988c21437e9382343449285743cd7a95bd310e5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + model = "Banana Pi M2+"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-ultra = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-sinovoip_bananapi-m2-ultra"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-ext4-sdcard.img.gz"; + sha256 = "89533cf205587ddd9479ca85d899178a2bc821cab40d7c30367e11a2ab8e79ce"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-squashfs-sdcard.img.gz"; + sha256 = "b604bec70f4d9862a5b5296fb1e51788e40d8199d57225c5394c852f3af3ab4c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-ultra" + ]; + titles = [ + { + model = "Banana Pi M2 Ultra"; + vendor = "Sinovoip"; + } + ]; + }; + xunlong_orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-2-ext4-sdcard.img.gz"; + sha256 = "ddc9219b1f1a25a650ab477d6eac120638bb1c7639e4c764abb596a8dd0ef56a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "222718818ca26dc9eb40f9d74738b91669bf66d317f29bd717d03c7ba7f17b4d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + model = "Orange Pi 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "dde30fa379c1f9474b51f78c7cc2982f16166745be135bdf0eca496fa1008088"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-one-ext4-sdcard.img.gz"; + sha256 = "4e0503647bc6e98b540ca51b71881cbbda07eab78c0e580fb6fa434bda4c4493"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + model = "Orange Pi One"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-pc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "79b9c072faa04ee1f838b5e562458598a5a6cf10fe3a91720c7c66bf0570d95e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "45bb6229b2d9e150a87f516173d20aec92a37563ba57ae84f447289cd282d09d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + model = "Orange Pi PC"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-pc-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "264192e4d0823083e923903147251a76c799085dab954ba074d08db04f7abee4"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "e0e1dfc7c8c75389b3205141420a460547bc2a1f98dd20f54a8f46cf4433369f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + model = "Orange Pi PC Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "a4b07c0306739d9af7b182926e6b881a271d974243844beba441936450a26d74"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "78c9d0199704c48adf955028b19010cb1fc35a08a70a0a652e25051571f90b66"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + model = "Orange Pi Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "ef1407b7f2904b5d06ee165a7ed2cf0f53abaf49256fc2f262c9bbd1d6eeeb05"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "ac512b85d23bfe3360b7c104e5a1f3ce0749641138bf3fc270af19b66eebe9ef"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + model = "Orange Pi R1"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-zero"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "13fc6f470e6998526bd56e4d4d9d4dab02e84de18f498a1ea722c2e12149e431"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa7-xunlong_orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "65893d91692a7b35c2f62a3ff345ca807360b9e8c80e64c82df8e462aab73297"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + model = "Orange Pi Zero"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "sunxi/cortexa7"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_a10-cubieboard = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa8-cubietech_a10-cubieboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa8-cubietech_a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "c44d0c52da7cca865bb3b6b08c5cfbbd5e28d5fde41700ed8d25a19f98dea703"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "6cf17fefcef2e6bca47d72b0ccd0ce9f2c46abf3d42d4cee2c066e5ac4154b5b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + model = "Cubieboard"; + vendor = "Cubietech"; + } + ]; + }; + linksprite_a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa8-linksprite_a10-pcduino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa8-linksprite_a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "6189a885bac3055a35ca1871af4cdb1ee7689d69593733b6298e4ec9148856cb"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa8-linksprite_a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "908fb55e2803552f2a2565da0be9f1c61088e74869dde1b35c03c147c2af8fb6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + model = "pcDuino"; + vendor = "LinkSprite"; + } + ]; + }; + marsboard_a10-marsboard = { + device_packages = [ + "mod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa8-marsboard_a10-marsboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa8-marsboard_a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "84e33cb99b7aa05db58dfb305ddb1179fd005dcc731b60d91b57b2a8de51fc8e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa8-marsboard_a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "b9558d6126bf9a6877d296c8205afd2866952a69f2b4898d9e31b5c87dbabb81"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + model = "MarsBoard A10"; + vendor = "HAOYU Electronics"; + } + ]; + }; + olimex_a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa8-olimex_a10-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa8-olimex_a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "afaf5301bd42d9a3398ade39568710ed87d54398aed482d5df7c6f63439b598c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa8-olimex_a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "3154603a6e1b3e7dbef4a44bd1843d77198262ce009678a5b1988156e5c4fe52"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + model = "A10-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa8-olimex_a13-olimex-som"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa8-olimex_a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "79cb58c3a21f8614966d6e9fc3d1ab636192b52834d1fa617f27e57b3de27a3a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa8-olimex_a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "54749fd750dcf2e68cba57144d429ff3099f50cf993f6cc5cc94397624bb3f77"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-SOM"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.4-sunxi-cortexa8-olimex_a13-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-sunxi-cortexa8-olimex_a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "74a39e366d85c6c6708f80368dd445186a364e0b0c20dcc6301fbfe3615e7e0a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-sunxi-cortexa8-olimex_a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "5d97ac37ad299e92cf03caa221d8ba99df733f9c8190b3647f01d09af44c058b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-OLinuXino"; + vendor = "Olimex"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "sunxi/cortexa8"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.4-tegra-compulab_trimslice"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "26610576329927660854484e3f00e173774b4276b8345560d32dad3d9c6d6712"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "cc6fb5eeeda1df895083010137535dc9c66271dcf515134065958a6b4b9d6b42"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + model = "TrimSlice"; + vendor = "CompuLab"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "tegra/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + x86 = { + "64" = { + arch_packages = "x86_64"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-bnx2" + "kmod-e1000e" + "kmod-e1000" + "kmod-forcedeth" + "kmod-igb" + "kmod-ixgbe" + "kmod-r8169" + ]; + image_prefix = "openwrt-21.02.4-x86-64-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-x86-64-generic-squashfs-combined-efi.img.gz"; + sha256 = "c45abc6ba2c24a1f7296a47e8eff19fb6c349cea73b5f07471dc951acaeb2325"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-x86-64-generic-ext4-combined-efi.img.gz"; + sha256 = "3381c26df91a6b49b1c1e27a37970ac9366f61710b89840d473430a6fb5fb6ef"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-x86-64-generic-squashfs-rootfs.img.gz"; + sha256 = "9bdef9aa6bdd0bfa8fc422e22767b8986d155965d508d046c670bdda1a810fb4"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-x86-64-generic-ext4-rootfs.img.gz"; + sha256 = "aa5a29d9cd6da2cb0560cf41762f6e6e5710c86c88f38c8d2531e107c6375063"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-x86-64-generic-ext4-combined.img.gz"; + sha256 = "f2721913b7806e7d2255c8750d72cbe2d39e7e09e9096dc8236df9cb4680218d"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-x86-64-generic-squashfs-combined.img.gz"; + sha256 = "e80d9ea7d1c8417101e6f5f40699dd0324dc6629fcdbc216b372f112bc0de6a3"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/64"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "x86/64"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + generic = { + arch_packages = "i386_pentium4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-21.02.4-x86-generic-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-x86-generic-generic-squashfs-combined-efi.img.gz"; + sha256 = "7e9fded92d2bd38a5a1fb22d7dc836918a7f30cbc784762c048b8763c755fc6e"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-x86-generic-generic-ext4-combined.img.gz"; + sha256 = "881a7d8f8ebd3d89d8d46a32d6cc092831fbdf4ee019bf2d46c1094743666dc3"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-x86-generic-generic-squashfs-rootfs.img.gz"; + sha256 = "6beab116ed0e089810e140f41f75106b7845d96e16f692a598f31fc4b6d1d9b3"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-x86-generic-generic-ext4-combined-efi.img.gz"; + sha256 = "697a065e87409c3b25949e1c343d3b50c91a149052f59985db2cecc3caecd643"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-x86-generic-generic-squashfs-combined.img.gz"; + sha256 = "92f6441f6f99f627bf01e42c72a089489822d81c1bf127885dd350516d8e2d5c"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-x86-generic-generic-ext4-rootfs.img.gz"; + sha256 = "ace7204175c334b21839cd367fcbe222807e95e7df5806bd324011f493a8c5fe"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "x86/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + geode = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-21.02.4-x86-geode-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-x86-geode-generic-squashfs-combined.img.gz"; + sha256 = "0120bb08c302af1d2bd464af31c66abbf7940632a0fc92a174963e91df68805b"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-x86-geode-generic-ext4-combined-efi.img.gz"; + sha256 = "d2b2d8df17d981949c91262c4c0ccce6bd1bb9345fc1d9e8af10128298510893"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-x86-geode-generic-squashfs-rootfs.img.gz"; + sha256 = "0336b2a9872eff45327cc9d7dd52febe0041c17b5ba42ad8a1ae5d13b98f19a4"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-x86-geode-generic-ext4-rootfs.img.gz"; + sha256 = "3644a7c7a9cd1c466e30346a9684fb8732b614bdc93111efe1b476b9d5fc8669"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-x86-geode-generic-squashfs-combined-efi.img.gz"; + sha256 = "a511209862b2d557e29f5187bf7a5b8c89a42dbc2b3fc23c2f10fe2d245c028f"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-x86-geode-generic-ext4-combined.img.gz"; + sha256 = "16272af7ae8e4ec3a63adaf308439c48d2f294fbfe8a3c341831f14c91a49c37"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/Geode"; + } + ]; + }; + geos = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + "br2684ctl" + "flashrom" + "kmod-hwmon-lm90" + "kmod-mppe" + "kmod-pppoa" + "kmod-usb-ohci-pci" + "linux-atm" + "ppp-mod-pppoa" + "pppdump" + "pppstats" + "soloscli" + "tc" + ]; + image_prefix = "openwrt-21.02.4-x86-geode-geos"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.4-x86-geode-geos-ext4-combined-efi.img.gz"; + sha256 = "04f812517686f29fe3e38891d947663d159059489e3e06d85a398a9eaf9a3c83"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-x86-geode-geos-squashfs-rootfs.img.gz"; + sha256 = "d706b43c63ea7bd290b8ac287e9e86739252704955a400b8f5661c7f754c2e74"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-x86-geode-geos-ext4-rootfs.img.gz"; + sha256 = "65d8f9ef5fe2ff09d52a740fadf5dc81c48266a70afae38934fc536bd1e91cb5"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-x86-geode-geos-squashfs-combined-efi.img.gz"; + sha256 = "362bf7e4eb81253ccdca2fe79ea954043ad10fbe00db083eb9acf67fdf8073dd"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-x86-geode-geos-ext4-combined.img.gz"; + sha256 = "3c7f3341e47418969dbaad8f407e8e6585440816d3c05b5dafdcd5383d478218"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-x86-geode-geos-squashfs-combined.img.gz"; + sha256 = "0455dee9f9daa3d3d42eef5e1877e7815d26c01043d40be0c91586a0e0a43c2c"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Traverse Technologies Geos"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "x86/geode"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + legacy = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-21.02.4-x86-legacy-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-x86-legacy-generic-squashfs-rootfs.img.gz"; + sha256 = "fe5bf808d0c634bbf8dc1eb56aa4c27fad3d5107a9f9dc63185b56f9e0dcfff8"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-x86-legacy-generic-ext4-combined.img.gz"; + sha256 = "d0f0202928639e24d8da8041536d036172cbed84ca786aad4a64e1e1d5b0c252"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-x86-legacy-generic-ext4-combined-efi.img.gz"; + sha256 = "5f6fea69ec6d4e57b2dd1446b704732d822ef886b412070f7bf39f0091a0f1e2"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.4-x86-legacy-generic-ext4-rootfs.img.gz"; + sha256 = "27d93d9690fe57ea7b87f8e563ae990610395eab5a509032c20da2eaafd5fb4b"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-x86-legacy-generic-squashfs-combined-efi.img.gz"; + sha256 = "01fc55d68477adcad83c95527366f7e5ed05d4640e712f7f83eefc53a6617bbb"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-x86-legacy-generic-squashfs-combined.img.gz"; + sha256 = "0a8d3698447ae07afc9e4abe645442ad3d634804070ee4191ecbb397e223b335"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/legacy"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "x86/legacy"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-msdos" + "kmod-ipt-offload" + "kmod-usb-storage" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "712caf5cf9a320c2ac32b1d2b0589d213604e9797da378bfca5aaccb7d16bc70"; + type = "sdcard"; + } + ]; + supported_devices = [ + "avnet,zynq-zed" + ]; + titles = [ + { + model = "ZedBoard"; + vendor = "Avnet"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "fa2888a23c1754c909138badb958088d309a1e2d4eafd5e31bb8cc95c90e76c5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo" + ]; + titles = [ + { + model = "Zybo"; + vendor = "Digilent"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.4-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "477ba7571429f54e9ce002536f0f7d8d83379fc58eb32e5a15a839f8c9e40321"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo-z7" + ]; + titles = [ + { + model = "Zybo Z7"; + vendor = "Digilent"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-21.02.4-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.4-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "774ac459d677308fb46af890383d5afed4415f6b348fc5f788f2c37f2a3d95f7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xlnx,zynq-zc702" + ]; + titles = [ + { + model = "ZC702"; + vendor = "Xilinx"; + } + ]; + }; + }; + source_date_epoch = "1665330221"; + target = "zynq/generic"; + version_code = "r16685-82ebc173b3"; + version_number = "21.02.4"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/21.02.5.nix b/cached-profiles/21.02.5.nix new file mode 100644 index 00000000..9322a691 --- /dev/null +++ b/cached-profiles/21.02.5.nix @@ -0,0 +1,44249 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-i2c-core" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.5-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "9ff7d43d0eba441dd66b6dc4e74c0bad95c4b281ad8d374f168ea1180e5da997"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-apm821xx-nand-meraki_mr24-initramfs-kernel.bin"; + sha256 = "3c3e8e661cdc75a4a58e454bd7f823df90bafa09be05076037665f83c130554e"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + model = "MR24"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.5-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-apm821xx-nand-meraki_mx60-initramfs-kernel.bin"; + sha256 = "970e7d8e5b723d5d367f3748b6b4922cfca2aa14a6a796cf61bdfa2e9563c4f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "ab997c940d5b625dcb6f55bb722e411d1eff1b10e2771a26d451395f743724b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mx60" + "mx60" + ]; + titles = [ + { + model = "MX60/MX60W"; + vendor = "Cisco Meraki"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.5-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "35c619565595ac2dfce260d864929647768d5623a78308103a6110a978d79182"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-apm821xx-nand-netgear_wndap620-initramfs-kernel.bin"; + sha256 = "507acbb76270325c6fbfee3f39c6471afedc89ffc16299f715a341ca29e43b54"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "8f7c8b1e50c025a1c7bde24ec6386a3c9a9db34e57835ea41c7aecbc88fe9c52"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + model = "WNDAP620 (Premium Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.5-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-apm821xx-nand-netgear_wndap660-initramfs-kernel.bin"; + sha256 = "3070eed845e2ba6fd9e39b24420fd3755fb23a660582e098d4ef6422ebbfa1ba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "52ad97edcb4ee3ed0d1d4d6c8dd424d3b98ca9a9b233ead5cd0e39e4fc77373a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "e811d5c02151d6d0077045f0b81979cfe98d392307b6f6dd7470b178eb259720"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + model = "WNDAP660 (Dual Radio Dual Band Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-hwmon-drivetemp" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.5-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-apm821xx-nand-netgear_wndr4700-initramfs-kernel.bin"; + sha256 = "1a5f7ffc5009ec710ec8143cd78451c4fe495843dec5239f30ab366752e80835"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "9594ba5660a641c5a7d013b14ed4770016578dd95cdf5595e9c81b42a099e41c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "7f064dd692af6c775495ce2a84eca1d638d4e519c76acafbd43585fae4ace84b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + model = "Centria N900 WNDR4700/WNDR4720"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "apm821xx/nand"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "badblocks" + "base-files" + "block-mount" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "e2fsprogs" + "f2fsck" + "fdisk" + "fstools" + "kmod-dm" + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-md-mod" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mkf2fs" + "mtd" + "netifd" + "opkg" + "partx-utils" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-apm821xx-sata-wd_mybooklive-initramfs-kernel.bin"; + sha256 = "470aae3ef648d12afbe832f4dc08b81998a7dcac4ecf598a87bcb5a263c19241"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "44cde6b36cf05cbe2aa84a5726a3cb2355946aaf8f6dbfd6a3855afcaf2b62b2"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "19fbac7d062f92a0fa837ffe0d43d470b599b6972fdad62f66fab5813110830c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "d67096a69583ac620f08cfc8a060ed986e8bc8921cf2da20c09e186be56f0cab"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "3e018041316532e98b3436a20598ae0d5709bcfc0954e24f985c4829cbc8fa08"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + model = "My Book Live Series (Single + Duo)"; + vendor = "Western Digital"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "apm821xx/sata"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + arc770 = { + generic = { + arch_packages = "arc_arc700"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-arc770-generic-nsim"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-arc770-generic-nsim-initramfs.elf"; + sha256 = "4e7503e39e071e4f7ed965c174f882a23375610a7fb9cf1bb8c702fce11f13e9"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim" + ]; + titles = [ + { + model = "nSIM"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "arc770/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + archs38 = { + generic = { + arch_packages = "arc_archs"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim_hs = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-archs38-generic-nsim_hs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-archs38-generic-nsim_hs-initramfs.elf"; + sha256 = "7472a702aebd904fd8019969098f714463a0bd7431ac568ed260df59842d14b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim,hs" + ]; + titles = [ + { + model = "nSIM HS"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "archs38/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-at91-udc" + "kmod-ipt-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + atmel_at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9263ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9263ek-squashfs-root.ubi"; + sha256 = "72741b1d2fc710bd77038af491d8ffd16bfaa40205321490eeb7422851c79ce0"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9263ek-ubifs-root.ubi"; + sha256 = "1c9390ece2b6d15870596a525055745714973d4a50d87c3734467c237b84c4d3"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9263ek" + ]; + titles = [ + { + model = "AT91SAM9263-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9g15ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9g15ek-ubifs-root.ubi"; + sha256 = "1c9390ece2b6d15870596a525055745714973d4a50d87c3734467c237b84c4d3"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9g15ek-squashfs-root.ubi"; + sha256 = "72741b1d2fc710bd77038af491d8ffd16bfaa40205321490eeb7422851c79ce0"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g15ek" + ]; + titles = [ + { + model = "AT91SAM9G15-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9g20ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9g20ek-squashfs-root.ubi"; + sha256 = "72741b1d2fc710bd77038af491d8ffd16bfaa40205321490eeb7422851c79ce0"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9g20ek-ubifs-root.ubi"; + sha256 = "1c9390ece2b6d15870596a525055745714973d4a50d87c3734467c237b84c4d3"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek-2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9g20ek-2mmc"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9g20ek-2mmc-ubifs-root.ubi"; + sha256 = "1c9390ece2b6d15870596a525055745714973d4a50d87c3734467c237b84c4d3"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9g20ek-2mmc-squashfs-root.ubi"; + sha256 = "72741b1d2fc710bd77038af491d8ffd16bfaa40205321490eeb7422851c79ce0"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek_2mmc" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + variant = "2MMC"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9g25ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9g25ek-ubifs-root.ubi"; + sha256 = "1c9390ece2b6d15870596a525055745714973d4a50d87c3734467c237b84c4d3"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9g25ek-squashfs-root.ubi"; + sha256 = "72741b1d2fc710bd77038af491d8ffd16bfaa40205321490eeb7422851c79ce0"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g25ek" + ]; + titles = [ + { + model = "AT91SAM9G25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9g35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9g35ek-squashfs-root.ubi"; + sha256 = "72741b1d2fc710bd77038af491d8ffd16bfaa40205321490eeb7422851c79ce0"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9g35ek-ubifs-root.ubi"; + sha256 = "1c9390ece2b6d15870596a525055745714973d4a50d87c3734467c237b84c4d3"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g35ek" + ]; + titles = [ + { + model = "AT91SAM9G35-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9m10g45ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "72741b1d2fc710bd77038af491d8ffd16bfaa40205321490eeb7422851c79ce0"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "1c9390ece2b6d15870596a525055745714973d4a50d87c3734467c237b84c4d3"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9m10g45ek" + ]; + titles = [ + { + model = "AT91SAM9M10G45-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9x25ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9x25ek-ext4-sdcard.img.gz"; + sha256 = "f010c9c907b6d3cc14d561bd1ca3f3660415d7f6a824d55f5d3c42bf52ab1cb7"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9x25ek-ubifs-root.ubi"; + sha256 = "1c9390ece2b6d15870596a525055745714973d4a50d87c3734467c237b84c4d3"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9x25ek-squashfs-root.ubi"; + sha256 = "72741b1d2fc710bd77038af491d8ffd16bfaa40205321490eeb7422851c79ce0"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x25ek" + ]; + titles = [ + { + model = "AT91SAM9X25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9x35ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9x35ek-ubifs-root.ubi"; + sha256 = "1c9390ece2b6d15870596a525055745714973d4a50d87c3734467c237b84c4d3"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9x35ek-squashfs-root.ubi"; + sha256 = "72741b1d2fc710bd77038af491d8ffd16bfaa40205321490eeb7422851c79ce0"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-at91-sam9x-atmel_at91sam9x35ek-ext4-sdcard.img.gz"; + sha256 = "c7d0f1133cd1a930ff4a8c5fae0bd695ff817cc6f55e84c48d05974a14d61433"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,at91sam9x35ek" + ]; + titles = [ + { + model = "AT91SAM9X35-EK"; + vendor = "Atmel"; + } + ]; + }; + calamp_lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-calamp_lmu5000"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-calamp_lmu5000-ubifs-factory.bin"; + sha256 = "7f0f9e1dc0970334bb5a75e3c628df0103e527a86b1dbc443fcc6baa7196da44"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-calamp_lmu5000-squashfs-factory.bin"; + sha256 = "7d918f66e38e3de8731300fa11a3f2ffaed2dcacac5c6dda391e26c118e6fe3e"; + type = "factory"; + } + ]; + supported_devices = [ + "calamp,lmu5000" + ]; + titles = [ + { + model = "LMU5000"; + vendor = "CalAmp"; + } + ]; + }; + calao_tny-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-calao_tny-a9260"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-calao_tny-a9260-ubifs-factory.bin"; + sha256 = "3837dd0ea817bacbc5a292358c81275f67d1e916909b71b7aea975f463ff08df"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-calao_tny-a9260-squashfs-factory.bin"; + sha256 = "5dce76fee0f54ce5b4a9a167f2b1059ca62a3984bb0ff75b781612bf3ca35117"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9260" + ]; + titles = [ + { + model = "TNY A9260"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-calao_tny-a9263"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-calao_tny-a9263-ubifs-factory.bin"; + sha256 = "65402e884350e00319fc0ec342d9748771f498c0bd5174bd1636eaab0c215cdb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-calao_tny-a9263-squashfs-factory.bin"; + sha256 = "b2da3b689631e872a90d806382e28b12ea6b26feccd2ec12ebd7e2da3a779f14"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,tny-a9263" + ]; + titles = [ + { + model = "TNY A9263"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-calao_tny-a9g20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-calao_tny-a9g20-squashfs-factory.bin"; + sha256 = "675b89ce10f4a57819e84af7cb8cec5052b288d04f734dcb59c1dbea84b745ae"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-calao_tny-a9g20-ubifs-factory.bin"; + sha256 = "c3881defd6204a279bd4a00d1561d5c68c562fae45572a2107785f2a3534cdf7"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9g20" + ]; + titles = [ + { + model = "TNY A9G20"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-calao_usb-a9260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-calao_usb-a9260-squashfs-factory.bin"; + sha256 = "51138f2cc4b5cce6a70cd82f765e608708decbdc7ae32c1530538da968c91b46"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-calao_usb-a9260-ubifs-factory.bin"; + sha256 = "e6d2f657bfd48961b9ca13e72853798bac3689708fa5eee91aaa74108af175ca"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9260" + ]; + titles = [ + { + model = "USB A9260"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-calao_usb-a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-calao_usb-a9263-squashfs-factory.bin"; + sha256 = "2b2aaac8774ebdbb324c305f5186b1b9e81031dc340ab251bdbb2c73751f1de4"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-calao_usb-a9263-ubifs-factory.bin"; + sha256 = "cc84b4e264e54677a1b9590aa2ecdf895fb8498d3e8602297df45a0b97e0e8e9"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,usb-a9263" + ]; + titles = [ + { + model = "USB A9263"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-calao_usb-a9g20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-calao_usb-a9g20-ubifs-factory.bin"; + sha256 = "e12f1035b26500befd712c1923e6832598054db7d3c0c285718a8bd284f9e360"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-calao_usb-a9g20-squashfs-factory.bin"; + sha256 = "e4ad031f07e8369434d64420e4a0cfd9df17e0cbf1e91ae10513cfd3ba545e71"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9g20" + ]; + titles = [ + { + model = "USB A9G20"; + vendor = "Calao"; + } + ]; + }; + egnite_ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-egnite_ethernut5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-egnite_ethernut5-squashfs-root.ubi"; + sha256 = "1ba528453def65d0d45827770cf026b6365688e0e5220ff9c8472bab2488327c"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-egnite_ethernut5-ubifs-root.ubi"; + sha256 = "04d6bfeadceefcb9b3b0b10e9da1e89500814eb22c0f2d0e941e4bf44756072b"; + type = "root"; + } + ]; + supported_devices = [ + "egnite,ethernut5" + ]; + titles = [ + { + model = "Ethernut 5"; + vendor = "egnite"; + } + ]; + }; + laird_wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-21.02.5-at91-sam9x-laird_wb45n"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sam9x-laird_wb45n-ubifs-root.ubi"; + sha256 = "5300d448b62b88275f3d318d7fa5d741c9234176b34b8dfd0eb44d88a139ea36"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sam9x-laird_wb45n-squashfs-root.ubi"; + sha256 = "bbfaf04082d66d4f811d8540f92ed9b0b85f00a5c9ccbcb16932a51176709395"; + type = "root"; + } + ]; + supported_devices = [ + "laird,wb45n" + ]; + titles = [ + { + model = "WB45N"; + vendor = "Laird"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "at91/sam9x"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-at91-udc" + "kmod-ipt-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama5d2-ptc-ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sama5-microchip_sama5d2-ptc-ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sama5-microchip_sama5d2-ptc-ek-squashfs-root.ubi"; + sha256 = "3f315fe81b6acf3077e90b898ec51d53edc251e78fcd881d78496155b2a0978f"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-at91-sama5-microchip_sama5d2-ptc-ek-ext4-sdcard.img.gz"; + sha256 = "09e5473760bafdb395572bcc6442b9b96063141649cd7c33816646ecc55efcd4"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sama5-microchip_sama5d2-ptc-ek-ubifs-root.ubi"; + sha256 = "cf246195bba5158c80901d98d768d20a595398a4941f4cddf6a33ac63b776912"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-ptc_ek" + ]; + titles = [ + { + model = "SAMA5D2 PTC Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sama5-microchip_sama5d2-xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sama5-microchip_sama5d2-xplained-squashfs-root.ubi"; + sha256 = "3f315fe81b6acf3077e90b898ec51d53edc251e78fcd881d78496155b2a0978f"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sama5-microchip_sama5d2-xplained-ubifs-root.ubi"; + sha256 = "cf246195bba5158c80901d98d768d20a595398a4941f4cddf6a33ac63b776912"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-at91-sama5-microchip_sama5d2-xplained-ext4-sdcard.img.gz"; + sha256 = "99c92463c45ead5f40badff839fa8c5cb32c73d694b07e17a4af0bc0a858a747"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d2-xplained" + ]; + titles = [ + { + model = "SAMA5D2 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-som1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sama5-microchip_sama5d27-som1-ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sama5-microchip_sama5d27-som1-ek-squashfs-root.ubi"; + sha256 = "3f315fe81b6acf3077e90b898ec51d53edc251e78fcd881d78496155b2a0978f"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sama5-microchip_sama5d27-som1-ek-ubifs-root.ubi"; + sha256 = "cf246195bba5158c80901d98d768d20a595398a4941f4cddf6a33ac63b776912"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-at91-sama5-microchip_sama5d27-som1-ek-ext4-sdcard.img.gz"; + sha256 = "3a5b7a8150900a032a413c06e320466c67d53de688096eb53dd97fdab72d3f73"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d27-som1-ek" + ]; + titles = [ + { + model = "SAMA5D27 SOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d3-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sama5-microchip_sama5d3-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sama5-microchip_sama5d3-xplained-ubifs-root.ubi"; + sha256 = "cf246195bba5158c80901d98d768d20a595398a4941f4cddf6a33ac63b776912"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-at91-sama5-microchip_sama5d3-xplained-ext4-sdcard.img.gz"; + sha256 = "3409a787e536b7e83ed8e4e3da87df717adf7421adec476a84dec640a724ee06"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sama5-microchip_sama5d3-xplained-squashfs-root.ubi"; + sha256 = "3f315fe81b6acf3077e90b898ec51d53edc251e78fcd881d78496155b2a0978f"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d3-xplained" + ]; + titles = [ + { + model = "SAMA5D3 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d4-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-at91-sama5-microchip_sama5d4-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-at91-sama5-microchip_sama5d4-xplained-ubifs-root.ubi"; + sha256 = "4c97b771c8f9c484b24146fa3ab09a1527dee64636dadda817cfc7682c3eafa4"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-at91-sama5-microchip_sama5d4-xplained-ext4-sdcard.img.gz"; + sha256 = "15f4c67db762063da99f7026895fbac23aa802865f3d4dcce66c43f12e3305a8"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-at91-sama5-microchip_sama5d4-xplained-squashfs-root.ubi"; + sha256 = "3494447a20907a5ae933b168985b6b9a0d7fe515ebc7f54b1c421fedba1716c3"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d4-xplained" + ]; + titles = [ + { + model = "SAMA5D4 Xplained"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "at91/sama5"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath5k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath25-generic-kernel.lzma"; + sha256 = "57151730626253d7818592c5820e8aedb15ff2ebe67174d1e9003c9db820aff1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath25-generic-kernel.gz"; + sha256 = "7627e486f98577a38fdea530ddb55ad46a9b21031670512508d9604345ef2c4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath25-generic-squashfs-rootfs.bin"; + sha256 = "aa5808a5c99cb3aa850463f4d0128b80623a63d3370ef26d89d70c4e1bee99f3"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath25-generic-kernel.elf"; + sha256 = "57e113b6cd752175daa96ad35b21bd83d34c9a1baf66446022f09a5821bea9c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "7a25a647a6a322c1ffad95078116b2852059cdac468bb07fb278ab0bc081a996"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Generic AR2xxx board"; + vendor = "Atheros"; + } + ]; + }; + ubnt_picostation-2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath25-ubnt_picostation-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath25-ubnt_picostation-2-squashfs-sysupgrade.bin"; + sha256 = "7fa24954f8ed185e076bd4add713031b03c6cc566daadd427a2f9bb913dd155d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-2" + ]; + titles = [ + { + model = "Picostation 2 (XS2-8)"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "ath25/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-8dev_carambola2-initramfs-kernel.bin"; + sha256 = "666681caa53a0399ea17513c9e4b70fe1bdb680e5751da9756e10064d9402c63"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "523abeaac6c1c0d63bb5424a61ccfdd40a7854097e1c65f82adc2b693f2395c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + model = "Carambola2"; + vendor = "8devices"; + } + ]; + }; + "8dev_lima" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-8dev_lima"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-8dev_lima-initramfs-kernel.bin"; + sha256 = "6a9c9a64df5a229ee1bb215127592eedde9e25429b638e223cf2490e0124cef2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-8dev_lima-squashfs-sysupgrade.bin"; + sha256 = "38003e59f0e37049f24d9886adf7be91dc88d25edc7e71ed4c62664242d5cc11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,lima" + "lima" + ]; + titles = [ + { + model = "Lima"; + vendor = "8devices"; + } + ]; + }; + adtran_bsap1800-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-adtran_bsap1800-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-adtran_bsap1800-v2-squashfs-rootfs.bin"; + sha256 = "ba31c48d11d3325b3d3a03592d6ed53c48a6a7232b03ed710f277ad8b63df536"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-adtran_bsap1800-v2-squashfs-kernel.bin"; + sha256 = "aa6e0940f80616a1ee5cf4d2910e05be96568a7ed305764b25434fc63e735e56"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-adtran_bsap1800-v2-squashfs-sysupgrade.bin"; + sha256 = "04a7b4e232cf355c2f6a4cb92ce7690c2e634503b340f9f16e4a85ff7dcdac85"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-adtran_bsap1800-v2-initramfs-kernel.bin"; + sha256 = "98870d32d9ab59017f5e70bdc5929daf1de2c9df74e9e0445e01765fb207f08c"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1800-v2" + ]; + titles = [ + { + model = "BSAP-1800"; + variant = "v2"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + adtran_bsap1840 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-adtran_bsap1840"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-adtran_bsap1840-squashfs-kernel.bin"; + sha256 = "2bf05292a4f54b06e44242cf7d3e923ff90f5db6dc961146aa4f7134ed9e197f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-adtran_bsap1840-squashfs-rootfs.bin"; + sha256 = "ba31c48d11d3325b3d3a03592d6ed53c48a6a7232b03ed710f277ad8b63df536"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-adtran_bsap1840-squashfs-sysupgrade.bin"; + sha256 = "f21b08cd44c73b3ae39c5d86c2d9f3ac7554ac2fa637db9e84b6fbf4bb5fc79d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-adtran_bsap1840-initramfs-kernel.bin"; + sha256 = "c9473a60964c1e5a776b5c889a94a289d3dd2d240437b333b1fdf902a80a10e7"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1840" + ]; + titles = [ + { + model = "BSAP-1840"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + airtight_c-75 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-airtight_c-75"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-airtight_c-75-initramfs-kernel.bin"; + sha256 = "6e8aa6ca79abf479066993adaeaaaef9d405dc27ba28e5814f3152b9e05ff43b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-airtight_c-75-squashfs-sysupgrade.bin"; + sha256 = "7f1229d66d4fae95af7c9e1973b33bb6ba0359ff58309c6a2c0249de246d4a1d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "airtight,c-75" + ]; + titles = [ + { + model = "C-75"; + vendor = "AirTight Networks"; + } + { + model = "C-75"; + vendor = "Mojo Networks"; + } + { + model = "AP320"; + vendor = "WatchGuard"; + } + ]; + }; + alfa-network_ap121f = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-alfa-network_ap121f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-alfa-network_ap121f-squashfs-sysupgrade.bin"; + sha256 = "b888860b5d0bb6b443cd0fb3b86c21b52dcf9808a208b0d3ef253c4b34b55acc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-alfa-network_ap121f-initramfs-kernel.bin"; + sha256 = "7b925fce54f52fabe267cb1ab68e15e45165e0ff08daedb60bd5a638c8eef456"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121f" + "ap121f" + ]; + titles = [ + { + model = "AP121F"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_ap121fe = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-gadget-eth" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-alfa-network_ap121fe"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-alfa-network_ap121fe-initramfs-kernel.bin"; + sha256 = "10b57ef449b05d432e6f4e8bd9db05007f6e2e6cb02a8559f73de12f19323eff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-alfa-network_ap121fe-squashfs-sysupgrade.bin"; + sha256 = "a9955b0aa2dc68e20e22fd0dea884ad55174c4d480b60a1bb93b51842fed8007"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap121fe" + ]; + titles = [ + { + model = "AP121FE"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n2q = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-gpio-pcf857x" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-alfa-network_n2q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-alfa-network_n2q-squashfs-sysupgrade.bin"; + sha256 = "7d06a24122ad16e4625c37349a16a40e62a9810b9e644503cfc3244096cf19ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-alfa-network_n2q-initramfs-kernel.bin"; + sha256 = "43115c2565fa2e82e3f3ba187808f4d071d155a95ddbcf422e6bd93609679bb7"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n2q" + ]; + titles = [ + { + model = "N2Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n5q = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-alfa-network_n5q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-alfa-network_n5q-initramfs-kernel.bin"; + sha256 = "ed4f0738c94932d27676e7c9308def291cba83306e6580563ee82173e9ef0ae3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-alfa-network_n5q-squashfs-sysupgrade.bin"; + sha256 = "095b928ca56ab4b2e12f5a3a222f19238df25f35d28af11bd1049c00219e9edc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,n5q" + "n5q" + ]; + titles = [ + { + model = "N5Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_pi-wifi4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-alfa-network_pi-wifi4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-alfa-network_pi-wifi4-initramfs-kernel.bin"; + sha256 = "9bfea87ab7a02b2578121b63a9ca11b5051c4ec649ad934c3385f916abd4d932"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-alfa-network_pi-wifi4-squashfs-sysupgrade.bin"; + sha256 = "ead16bcb405188ac8be77ff2daa5a8eae7873f69f8a5dd1cbe425c5211a45f09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,pi-wifi4" + ]; + titles = [ + { + model = "Pi-WiFi4"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-alfa-network_r36a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-alfa-network_r36a-initramfs-kernel.bin"; + sha256 = "43e3d859cbe1d934fa2f82846b52cad73cf83bd20109d3add278a0bb9b35789b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-alfa-network_r36a-squashfs-sysupgrade.bin"; + sha256 = "d6efae68095db53202a432da3c43e4c6efa03658625ad15694c7d8807b2cfbf8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36a" + "r36a" + ]; + titles = [ + { + model = "R36A"; + vendor = "ALFA Network"; + } + ]; + }; + allnet_all-wap02860ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-allnet_all-wap02860ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-allnet_all-wap02860ac-squashfs-sysupgrade.bin"; + sha256 = "12d591e2c93065d0fdd7c6bca9ebc78bcb54bc0bf1c506376f6f575bd193687c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-allnet_all-wap02860ac-squashfs-factory.bin"; + sha256 = "69a0bf10e44cf9a2a4741c495e49ddba4861674289b41dc18fff4a02af637038"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-allnet_all-wap02860ac-initramfs-kernel.bin"; + sha256 = "43402fe7f4656a960c8abc93d930a3b33f783a6a00012eb3cb0cea8366dffb50"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all-wap02860ac" + ]; + titles = [ + { + model = "ALL-WAP02860AC"; + vendor = "ALLNET"; + } + ]; + }; + arduino_yun = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "block-mount" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-arduino_yun"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-arduino_yun-initramfs-kernel.bin"; + sha256 = "e98dd8bdc080605311c61f3104a0acfde2c2e574eed29a1daeba422c53290337"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-arduino_yun-squashfs-sysupgrade.bin"; + sha256 = "1264ae3a23fab3f8e7c153e7047009b1c9e87a18a7c3dfa34495bf13e82827d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arduino,yun" + "arduino-yun" + ]; + titles = [ + { + model = "Yun"; + vendor = "Arduino"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "1e8cc1910d76040fe76b5b59f384c257a9f498b88b46af0d1e923e7969166b1e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-aruba_ap-105-initramfs-kernel.bin"; + sha256 = "da00fb6192f62e699c0d5c3be98cfaa25b6b14f2a79e8f24ea86a1f4962ae320"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + model = "AP-105"; + vendor = "Aruba"; + } + ]; + }; + avm_fritz1750e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-avm_fritz1750e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-avm_fritz1750e-initramfs-kernel.bin"; + sha256 = "f0f94ec52893452e59de59fd7d0d6b3c0957242198d267698a134110c79694d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin"; + sha256 = "25e561754692da849ef8eb724791620b4572343ba420aeeaad58fe95fbfe4bc1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz1750e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 1750E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "096a4d043ccfe682e2e3c2c27691bf249a1e8a8f8b44ce276a3282cbf3d8ef1b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-avm_fritz300e-initramfs-kernel.bin"; + sha256 = "4f474168490534c5494ec97437fe57ed91179c0665021a9566c7e3a6c12706cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 300E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "4eddef8f30e81245b0cdf6a327077b90400c06e5c39ce24b3985528d1338a809"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-avm_fritz4020-initramfs-kernel.bin"; + sha256 = "f739d38c2ba31ee797ee3e81db12f2edad589b5cd413bb8382d0dee5b4275729"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + model = "FRITZ!Box 4020"; + vendor = "AVM"; + } + ]; + }; + avm_fritz450e = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-avm_fritz450e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-avm_fritz450e-initramfs-kernel.bin"; + sha256 = "5c4f4a3c08634f010c414a166791cb17ba717b9cc5349d54053800260c6d4527"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-avm_fritz450e-squashfs-sysupgrade.bin"; + sha256 = "4e8a0b77859542088dc6ef57f3755643c3187a1caa6244273fcf86babe469c50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz450e" + "fritz450e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 450E"; + vendor = "AVM"; + } + ]; + }; + avm_fritzdvbc = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-avm_fritzdvbc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-avm_fritzdvbc-squashfs-sysupgrade.bin"; + sha256 = "62b015ff06bb16b013178e5848844bc35bf5bd766f4c3487fbf96db29e71c1b5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-avm_fritzdvbc-initramfs-kernel.bin"; + sha256 = "01b3908c097c0dd25c883e12e9a58640241d5eeb09f379e96920ff1b68940428"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzdvbc" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater DVB-C"; + vendor = "AVM"; + } + ]; + }; + belkin_f9j1108-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-belkin_f9j1108-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-belkin_f9j1108-v2-squashfs-sysupgrade.bin"; + sha256 = "89ef71f0d5c1fb9bb5e1a9706822b4de8fab7d1cada07502c30a16450cf1dfc3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-belkin_f9j1108-v2-squashfs-factory.bin"; + sha256 = "1742f4b708212973797082cab4bc1890ee84f55b4ec785fb5bb28d446b95b0aa"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-belkin_f9j1108-v2-initramfs-kernel.bin"; + sha256 = "b462db4f7636e977f56a341514c62645ab1989d08d211cd0d9ac4cede632ee9b"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f9j1108-v2" + ]; + titles = [ + { + model = "F9J1108 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + belkin_f9k1115-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-belkin_f9k1115-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-belkin_f9k1115-v2-squashfs-factory.bin"; + sha256 = "4ebb90cfc404dce32ee7e475fc70345098cb8639dfe547b63b6a93a26c47e98e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-belkin_f9k1115-v2-initramfs-kernel.bin"; + sha256 = "fb590939429d6e1ff51b7f62ccb5e95ea52e7eccdff8d01bcfecffea4e936df5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-belkin_f9k1115-v2-squashfs-sysupgrade.bin"; + sha256 = "ca92c03aaa6394154f6eb62d91969aa85abacb80f1e3bacf9a2179971ae6ed10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1115-v2" + ]; + titles = [ + { + model = "F9K1115 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_bhr-4grv-initramfs-kernel.bin"; + sha256 = "036d23cda1943eddaf2b0b162a2e6a5c5ac2ea9f5987c5058bdc53f223e4a1fb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "43f413eeb74c9d2d60ad65be621cea7fea5ed25116f2fe5a6fdab7239300506c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "1eaae58075199a9438cbb5d5563ec9ddeb88eaafef2016d4b9a2cd503affc77a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "c6026815f8007d0f2c33b0a605baf0da6b6b207f7b8c3840bb5d4ba6bbae6b88"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "BHR-4GRV"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "e7186a3704623cc89320462e936174ef72c1596d3fd1c6fb208cbe66675a0bf1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_bhr-4grv2-initramfs-kernel.bin"; + sha256 = "fba41f590aab40dd62252b5c5422093e645aa40c110e1ef19209057b20658e23"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + model = "BHR-4GRV2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-buffalo_wzr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-600dhp-squashfs-factory.bin"; + sha256 = "e13ed4dbe5386e8265e9508c48c9deabbfd0cff245dbab3f5542a4d0ca57e5d0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "7833c2a7f1774dfa6974c39b083584f974f42e4cae5240e59390bdf4828bc9c0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-600dhp-initramfs-kernel.bin"; + sha256 = "2186062eb70d6f4edba625a07665eba7fc857ec5af66b2f4cb288fa367834b2d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-600dhp-squashfs-tftp.bin"; + sha256 = "b575f159f701c965c2b279b700aa972c59bb9f89b4a08f89ff04db4fdfbe7ea5"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "a2b5f6b546b281b1549306e6df58f4ef72d68fa37531b8e20108e32391d14f6e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "a133999c750a24d44e67311f8ec9991caf6320c2ad9f9faaff61555b188315e4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-ag300h-initramfs-kernel.bin"; + sha256 = "0acd57a05c66fcaa9be8c6ca0f9ed94fcf02a9b3673cec3a477017164f624042"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "a67552532a4f81d475467396b1574893164d3c4107522f7d0086ba7c25f972e9"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-HP-AG300H"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-rb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-gpio-nxp-74hc153" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g300nh-rb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-factory.bin"; + sha256 = "6a780c737067664c51a64e47231eb2d5275738ab51585ed294494dc5712752be"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g300nh-rb-initramfs-kernel.bin"; + sha256 = "512a84f41babbf927948c4333cf82e06e9612d61d0ba6fd69d539c22e856125a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-tftp.bin"; + sha256 = "987fe0eab030f20ba675dbf6ae27d0df159529793caa698fdf354fee54912f29"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-sysupgrade.bin"; + sha256 = "c968aa0e5f1fb75e5ce62b0039e480a328c5937aa2bf34cc975022acca01bc1f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-rb" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366RB switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-s = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-gpio-nxp-74hc153" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g300nh-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-tftp.bin"; + sha256 = "98cc2e8b44c0a2b9cffd5178b39ef2671044782d2926b99f78e27a0c50f16239"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-sysupgrade.bin"; + sha256 = "9754cd23b3ab270bfdd84cd6afd918ce0a2c7f01a74436f2710acd96befb9ad3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-factory.bin"; + sha256 = "1ee1297428b620ba8fc2b82760a5e3682b1dbf72746682b16ef0c255445b96e6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g300nh-s-initramfs-kernel.bin"; + sha256 = "023632a4636a088bc8a74d3e875cc58eb2d3d9e8f759b035668aff59f8cf7804"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-s" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366S switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "a8c04cd6fcd5903ebf773dffd44b9eef968c4e1f512be7ba86e5793eaa2efa10"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "df1eea51730d4346478c61ac0c05fb2cca9bfed2ce236effe259d2985ebb90d7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g302h-a1a0-initramfs-kernel.bin"; + sha256 = "09095f38d0036117c996d74e826cd8cfba68aa7aa109c88fac994c7b4fb3a87c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "e52dab6eb48daffe74988be9d6f2b30c11a69617c516cd5a86a4f000b2a9114b"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + model = "WZR-HP-G302H"; + variant = "A1A0"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "525445563d8eac7a0ed123ecd6bcb2e224f76f087e539019b68efe028621fda1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "391a9bb1b28e04a348a355bff02c0dc8b58978bf60b9750e8c7c7e71e3764e40"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "7ef562e96e72063f4914f6c1deda6eff3425ddf29c651f3bb88075afc91f0e7f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-buffalo_wzr-hp-g450h-initramfs-kernel.bin"; + sha256 = "b5c8457666153a21815113a21c687b99b414d937f8375c39933e0b192122d689"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "WZR-HP-G450H/WZR-450HP"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "a1c40348e71c7823e24e77596569b0b448dcd259568f26548fd4c1fc6758166d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-e110n-v2-initramfs-kernel.bin"; + sha256 = "d086aa9d60a8d6a218557a0825ac1333175790e2611b4766822a477dabef33eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + model = "CF-E110N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "d85eb6bc9281b72ddb91c626a7e5c78f02e72cb7746c771d0dd7386db1aa9a9e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-e120a-v3-initramfs-kernel.bin"; + sha256 = "8e793ee3ae2b9a1521a1b2321b7150dbace840c5fcac062db3a312909a38e507"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + model = "CF-E120A"; + variant = "v3"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e130n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-comfast_cf-e130n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-e130n-v2-squashfs-sysupgrade.bin"; + sha256 = "ffa6127e9ac23b68b4e11f25167ed1ce9c7622b634c09a3eefd4fe92c4388734"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-e130n-v2-initramfs-kernel.bin"; + sha256 = "89b8981fe5113293cb69a3f140aea2c12ea7b2b4e20cad7ad7e17a75ca7a1e20"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e130n-v2" + ]; + titles = [ + { + model = "CF-E130N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e313ac = { + device_packages = [ + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-comfast_cf-e313ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-e313ac-squashfs-sysupgrade.bin"; + sha256 = "813b29ccb4ba019c11ac57902c322ce6aa9cdc8ae6b8ab1d55bab724d33330f6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-e313ac-initramfs-kernel.bin"; + sha256 = "f8daa1918fe01bb6956ee9b5758ef185d98a3eea94131d340ae76118e0349921"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e313ac" + ]; + titles = [ + { + model = "CF-E313AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e314n-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-comfast_cf-e314n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-e314n-v2-initramfs-kernel.bin"; + sha256 = "3411ef0d30fada74eb9f5640cb638f62679db01a15750567cf4126fef7664019"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-e314n-v2-squashfs-sysupgrade.bin"; + sha256 = "6a9863c94a3326699a98f040ba2f6bf3878772059c5106eaf8a7b39b9391a340"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e314n-v2" + ]; + titles = [ + { + model = "CF-E314N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "aeec08defbe74f7c898584693da44f13a1152079d0bf05a7aca7878327d0798b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-e5-initramfs-kernel.bin"; + sha256 = "adbc282d59eec7a7815ab1f40ec3fae1558bc876ca1f29ee87c07cc4a39c0111"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + model = "CF-E5/E7"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e560ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-comfast_cf-e560ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-e560ac-initramfs-kernel.bin"; + sha256 = "fc22f4822aba435bd04aeedfa198b8afc11e2c1e81f4d9628163ccd4a519e78b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-e560ac-squashfs-sysupgrade.bin"; + sha256 = "b0da27c6f6ee6108c5961240e803fea5495784dea26aa1d8f6dcf53809805ab1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e560ac" + ]; + titles = [ + { + model = "CF-E560AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-ew72 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-comfast_cf-ew72"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-ew72-initramfs-kernel.bin"; + sha256 = "fbeaf006f553a1489cb205e8dab5b4a0fc7db99dab4afbe06dcd09af82c33d33"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-ew72-squashfs-sysupgrade.bin"; + sha256 = "c572bd0dc9c9bab17d3c5e62f9328d836c26d0142cc6c876066bddd4a7ae1dc8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-ew72" + ]; + titles = [ + { + model = "CF-EW72"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-comfast_cf-wr650ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-wr650ac-v1-initramfs-kernel.bin"; + sha256 = "af65879e647d9fb41406d11986b2bf804cf4fddf1630e40598a0a3e68e0e1e5c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-wr650ac-v1-squashfs-sysupgrade.bin"; + sha256 = "77766ff022408ab8caee6f89eca7e1f47ea48ce45af03f1a83c41f71644e9dd1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v1" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-comfast_cf-wr650ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-wr650ac-v2-initramfs-kernel.bin"; + sha256 = "ed9d2edf572f03a183eb69fe4bbb02a3a4d047b47d80c80ac190cee0e5960887"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-wr650ac-v2-squashfs-sysupgrade.bin"; + sha256 = "0bae6c5fec5af4b77cb9d14b4fa9982d07bf6a844b17575e58c5346729205d02"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v2" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr752ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-comfast_cf-wr752ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-wr752ac-v1-initramfs-kernel.bin"; + sha256 = "2cba986f4679f7f25d820cedb7570ca0b1a5e774eca52a2e78ee4d521f7963a6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-comfast_cf-wr752ac-v1-squashfs-sysupgrade.bin"; + sha256 = "acdf7c0fd6f289be047f7dd50806f6f8ab07e8cd5d92100bccd18154a9fbc832"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr752ac-v1" + ]; + titles = [ + { + model = "CF-WR752AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + compex_wpj344-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-compex_wpj344-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-compex_wpj344-16m-squashfs-sysupgrade.bin"; + sha256 = "3b8f21a437942f9f4f91c48aec2a03f9bba30392b0c1c622465ba3862da8c885"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-compex_wpj344-16m-initramfs-kernel.bin"; + sha256 = "684debe5bf22c6ae3fc394fd275d45b8b5c9278cb2654d6cdcd9de798fccb477"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-compex_wpj344-16m-squashfs-cpximg-6a08.bin"; + sha256 = "cda77a703f95c2cc44f1a65b40c3b93c0fe2856a9876898c2e803409b1d23e4c"; + type = "cpximg-6a08"; + } + ]; + supported_devices = [ + "compex,wpj344-16m" + "wpj344" + ]; + titles = [ + { + model = "WPJ344"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj531-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-compex_wpj531-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-compex_wpj531-16m-squashfs-sysupgrade.bin"; + sha256 = "6f45cfd0525d6f871ea1db84a54b1cb69bf42932c542a4599631fd65cd7bc0fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-compex_wpj531-16m-initramfs-kernel.bin"; + sha256 = "7893fe4c2d85983a051c14c7650aca1b5254d75b01ec98caa29eb1c7abbdbf46"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a06.bin"; + sha256 = "ae90ddb183cc11785adea1f70465d1613d789a3f43d49d30355f2a972d0769bb"; + type = "cpximg-7a06"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a03.bin"; + sha256 = "8d1791c64bf1c81661ae406a4deb7a66cfdc656f74c422e62f2e1f51fae0c0f4"; + type = "cpximg-7a03"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a04.bin"; + sha256 = "ae90ddb183cc11785adea1f70465d1613d789a3f43d49d30355f2a972d0769bb"; + type = "cpximg-7a04"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a07.bin"; + sha256 = "ae90ddb183cc11785adea1f70465d1613d789a3f43d49d30355f2a972d0769bb"; + type = "cpximg-7a07"; + } + ]; + supported_devices = [ + "compex,wpj531-16m" + "wpj531" + ]; + titles = [ + { + model = "WPJ531"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj563 = { + device_packages = [ + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-compex_wpj563"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-compex_wpj563-initramfs-kernel.bin"; + sha256 = "04aef3d9050f19672f296b5e868d8503451c3ed8df957d3f1acef6435b649b1f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-compex_wpj563-squashfs-sysupgrade.bin"; + sha256 = "c6f889888a4dd42d64f2c12c44a2cff5e392684f67144fe833995b49ac083bc1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-compex_wpj563-squashfs-cpximg-7a02.bin"; + sha256 = "2ba0a10511de164da7abc9d33e697fb94d5a2281cd923a7d1e3672c986855edb"; + type = "cpximg-7a02"; + } + ]; + supported_devices = [ + "compex,wpj563" + "wpj563" + ]; + titles = [ + { + model = "WPJ563"; + vendor = "Compex"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "c3402c0204e9115babbdbcd1180665c2406023b28c750b78a8f31e57af6cd460"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-devolo_dvl1200e-initramfs-kernel.bin"; + sha256 = "796a8ff1c1bc32411651b683ec7ba34ad93791ed7f4cd9b0b867de5cfe38d9e2"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + model = "WiFi pro 1200e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-devolo_dvl1200i-initramfs-kernel.bin"; + sha256 = "10e45cceae3fee0608cf5666f5dd6553a9195ff520e4e9c662d8fc40a6fc1aab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "dcb7d8de82b88deb0650c40c87651f6f4d1c3c4e6413f09ea244302f3900fa4b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + model = "WiFi pro 1200i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "052fb5b0a08bfe3f001724d3fee249af5211363a122631d08076a61b1d9c9c88"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-devolo_dvl1750c-initramfs-kernel.bin"; + sha256 = "11cb34abcddf9a2e5820be163a3a6e02bb2aff708958ea5f81e125af638f5c6a"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + model = "WiFi pro 1750c"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-devolo_dvl1750e-initramfs-kernel.bin"; + sha256 = "af5fe010165bb6d387177bfe99738e9ead26270e991bf0b885999984058e1624"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "d98e517a0d0e4e4c218119ad36b6e64f7ab619113a764387da3e92cf73246b3b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + model = "WiFi pro 1750e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "e62bc9b8f37f17d77a78680c20fc5214162dd589bebb18017de1ba7218342e91"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-devolo_dvl1750i-initramfs-kernel.bin"; + sha256 = "550b7ea9f217c475947694519c6afbcb819fcff6daac748a1026d3d6e9ae4ed7"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + model = "WiFi pro 1750i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "aa3e0c36cb893101f38d7b9966ded6682b8f01ab786a138c54ac281f08aaa116"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-devolo_dvl1750x-initramfs-kernel.bin"; + sha256 = "749a3d146763de58cf5eb326c5fd2542b8ab5041182fc831e1d2badb25763ae5"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + model = "WiFi pro 1750x"; + vendor = "devolo"; + } + ]; + }; + devolo_magic-2-wifi = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-devolo_magic-2-wifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-devolo_magic-2-wifi-squashfs-sysupgrade.bin"; + sha256 = "17d0a7666a0f5be2a7211255a42623dabee5756e0b9ba9fe70b513bc40d6c7a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-devolo_magic-2-wifi-initramfs-kernel.bin"; + sha256 = "edef659c26b8cd10347aba9ea72c3074cbc1d07701e6d9cb47d229fb06daca1d"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi" + ]; + titles = [ + { + model = "Magic 2 WiFi"; + vendor = "Devolo"; + } + ]; + }; + dlink_dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dap-1330-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "cc140d6eea176f99b826b84efe675e7bc9d3e5ada236938f0b0808044e7d624a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-1330-a1-initramfs-kernel.bin"; + sha256 = "9b2331df7acaa780ed6ada0fbf1fcaec421baeed8d155f52b74ce540c58b91b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-1330-a1-squashfs-factory.bin"; + sha256 = "ca6cecb2566d12056ec7263d809e449029b36af4ae0b7b5140f35ec7da1cb7ac"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1330-a1" + "dap-1330-a1" + ]; + titles = [ + { + model = "DAP-1330"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-1365-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dap-1365-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-1365-a1-squashfs-factory.bin"; + sha256 = "da20d4b72180e6c84a7aed8e0ff06f7e3663cf25c73608ac29488bd287b4adbe"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-1365-a1-squashfs-sysupgrade.bin"; + sha256 = "c0938056665c1f11fa1b30e0e24c3c7085b07e3a8b4fa2b53c513a1cb26da02b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-1365-a1-initramfs-kernel.bin"; + sha256 = "3bf77c6d8dece2aa94bbd6bb9cbcdbad48d2ea10351843e91e8b6794e2c08ea2"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-1365-a1" + ]; + titles = [ + { + model = "DAP-1365"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2230-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dap-2230-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-2230-a1-squashfs-sysupgrade.bin"; + sha256 = "869245e9df0d51442a2eb341acc981a95e6d46c3840be5fa89e5569765a76706"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-2230-a1-initramfs-kernel.bin"; + sha256 = "bce18130571c31f16eac6bf696890e8d75aec47f41935d765e4f67a47836ac71"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-2230-a1-squashfs-factory.img"; + sha256 = "6acf6ca018fc1bb45cdb918ecac9a93bc415e333b0c5c1757a9ed5ae1b04c715"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2230-a1" + ]; + titles = [ + { + model = "DAP-2230"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2660-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dap-2660-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-2660-a1-initramfs-kernel.bin"; + sha256 = "55456b518a8240333c55a285acd6348560c70588f434d5388e7395284210f842"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "17073124bf1dbbb7fb72cdcb19b16bb665e56b62f3ae9fb9d16a0682851a8d2d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-2660-a1-squashfs-factory.img"; + sha256 = "65217bd9fb9ef080c7710922f33825ba6a44d2d9d6f840723fde4916a9b282a4"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2660-a1" + ]; + titles = [ + { + model = "DAP-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2680-a1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dap-2680-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-2680-a1-initramfs-kernel.bin"; + sha256 = "2b292bbdfe0b2bba038958e0893a97c843899303e976cf23184569cd5250c821"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-2680-a1-squashfs-factory.img"; + sha256 = "3260fca0b2ec317614b900538a80a56ed29dd92d0b09d2b2c326ec806a46e254"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-2680-a1-squashfs-sysupgrade.bin"; + sha256 = "710a290892b5aad158a5f33a0989ddb5335b56eb5da5e290785f39af90dded3a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2680-a1" + ]; + titles = [ + { + model = "DAP-2680"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dap-2695-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "0a131546f89d96ca104d7aa0659b9623fec97f3c37e116c54752b8922de2bc43"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-2695-a1-squashfs-factory.img"; + sha256 = "6e3213bf8f1ca5a7c7af71e795db5ef92923005d09a4667207335d0504079241"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-2695-a1-initramfs-kernel.bin"; + sha256 = "752e5d24d1efac10c621fbfeadcc086648a7f3c385bd96f8c1cf21a57954d964"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2695-a1" + "dap-2695-a1" + ]; + titles = [ + { + model = "DAP-2965"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3320-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dap-3320-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-3320-a1-initramfs-kernel.bin"; + sha256 = "52800739b0d6bda61bad2bbbdfe44482d0f29f3e7c9ba8c7c419c56531aa03da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-3320-a1-squashfs-sysupgrade.bin"; + sha256 = "d26aa24e6f5b892cd33fac49ba5ab5ae5286d7c655ec98dcc6aa31ffd18a7578"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-3320-a1-squashfs-factory.img"; + sha256 = "dee828b13620054f349390103716155bbcdecb750bfe4293a26d92460e8496a3"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-3320-a1" + ]; + titles = [ + { + model = "DAP-3320"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3662-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dap-3662-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-3662-a1-squashfs-sysupgrade.bin"; + sha256 = "0bd126c7dfb648616178c7df016f579d146e4b1b18a2dc33e40459ff33473f5e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-3662-a1-initramfs-kernel.bin"; + sha256 = "6919c89055bac8f387599cbe309caf9365225187c31f45318500c8b47e8379a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dap-3662-a1-squashfs-factory.img"; + sha256 = "32c0aaf2a33bb42123e43dd69d6c49eb425a97eaef2c42c3e70ea22793f79a1e"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-3662-a1" + ]; + titles = [ + { + model = "DAP-3662"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dch-g020-a1 = { + device_packages = [ + "kmod-gpio-pca953x" + "kmod-i2c-gpio" + "kmod-usb2" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dch-g020-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dch-g020-a1-squashfs-sysupgrade.bin"; + sha256 = "7d11def8f4eee1ec9aef84b8c33eb4ff055b7e94892b0f8e87a613f929a27f7a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dch-g020-a1-initramfs-kernel.bin"; + sha256 = "1d0505ab94efe68ba31daf3fbb52f4cc0dd754cc9a17adf7ac2ae8dbe73fd20d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dch-g020-a1-squashfs-factory.bin"; + sha256 = "87be1b44c3f2a0150e64aca0f1799f48a535888be86aa39d57797f6e97d5401d"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dch-g020-a1" + ]; + titles = [ + { + model = "DCH-G020"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-505 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dir-505"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-505-squashfs-sysupgrade.bin"; + sha256 = "a92c58f59e65a09d7031945a00eabfb9b52cacea26737f8974639f38a26379a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-505-initramfs-kernel.bin"; + sha256 = "43d20794c0886c0a643fd7e7a2d2b7cb6eb368b96320aa920f698b8762724a74"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-505" + "dir-505-a1" + ]; + titles = [ + { + model = "DIR-505"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "15ec64f83ff0a241a05f87101da7d5578fef66d41108f80f12405e36a54ac451"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-825-b1-initramfs-kernel.bin"; + sha256 = "6fd3d833d8677ae72dacb57b93b106454159989eb66cb40b2bb8f9ee74a8f8d8"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-825-c1-initramfs-kernel.bin"; + sha256 = "1879169a41bb4a967f000c824709b478c19eb9d150fc407f442d2183b863a856"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "e89a06634963c2f0a0e047b6d6e519364ad1984fb108a9c695ac3dfc1b93c888"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "f5aaf5e58b1235c33f1a86071959815e7009204f199209131ff8bd4d65048817"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "b888a5c76c3ae0f4a97638386c78d91424ccc8d0b93201e2dfbbe7b9fb5f4d47"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-835-a1-initramfs-kernel.bin"; + sha256 = "73c7fa15bb079eef0cd0260962fe000a246eed66dbbbc101eb836a252a0c56cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "23b1838580d362a5b60ca06a38c39ffa27d50cd2e801bc0fce2110a5d1274736"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + model = "DIR-835"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dir-842-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-842-c1-squashfs-sysupgrade.bin"; + sha256 = "2c2be014cdf8c98c928223d8c100388583eec160f3994b0f6103208a01786a7d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-842-c1-initramfs-kernel.bin"; + sha256 = "24024db8d84ee8f4b005695ea77f100f2c9f1effd399f9ed641b50a8eb3ca62a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-842-c1-squashfs-factory.bin"; + sha256 = "1eb76e730def9948f2214a39c852397be7caeb14a977e7ca887598484aea57c6"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-842-c1" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dir-842-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-842-c2-squashfs-sysupgrade.bin"; + sha256 = "c9c8f9fef5c303253ad8925684f3a7b478f603bb6f4b030e4860874d41afb4ea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-842-c2-squashfs-factory.bin"; + sha256 = "1cdb2dee9d862fc294efd94e737c75cfaea226e89a79ac6200295a2b9ba8f3fe"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-842-c2-initramfs-kernel.bin"; + sha256 = "04fe0d95622480527ff13fcca428af86653880a55bf69e61de71b49445213d0a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c2" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dir-842-c3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-842-c3-initramfs-kernel.bin"; + sha256 = "0772528fd9b3774b54a98e59757d7f81ec6c3a3596c7e9e4189c7ce46c09e0d5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-842-c3-squashfs-sysupgrade.bin"; + sha256 = "3a0ace3a17777244b296f584e174ecb8e71db5e50c7742d459750b72294b8de6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-842-c3-squashfs-factory.bin"; + sha256 = "fbe63ace8d5ab41509d7e6c353644946dd5dad8745443d8500e5b45cbe45e837"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-842-c3" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-859-a1-initramfs-kernel.bin"; + sha256 = "72b4d49cb79ce749f4c69b276bd35a366224da4271ed9984a1a9f33e2f5a8eab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "4b2479e848e903522dcd2d0d9a4072725bf7fc1c83d3209a2ddd0d3fb3af38f1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "f889c11c9ccc55daa3787953fdebc42f6b6043bd138b0e4b552e6667f919cde3"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + model = "DIR-859"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-elecom_wrc-1750ghbk2-i-initramfs-kernel.bin"; + sha256 = "a25193fcf650f77e07b713c4c2bdbca4db7f7df9cc317addd0e6f450b951a953"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "cb3952339ca3e9051398376eaafdf69e5f7053289300f94949be1acf83eb2eb8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + model = "WRC-1750GHBK2-I/C"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-elecom_wrc-300ghbk2-i-initramfs-kernel.bin"; + sha256 = "88d3effb229eba739ba79a873340fb90fc420781dae39ed86feaa8e2cb5f88f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "4c0e323e9442ceede7a5f0155fad3f6716c1e4f7c0de7f79f8200542376f01cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + model = "WRC-300GHBK2-I"; + vendor = "ELECOM"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "a1ad75ad03922e987c83317c2ffbc601d3abd41ccb8af7b4b692cf767790012b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-embeddedwireless_dorin-initramfs-kernel.bin"; + sha256 = "280286fb6b15a953da0c39a9086138f3203c43c36878fe674641eb9c8db2060d"; + type = "kernel"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + model = "Dorin"; + vendor = "Embedded Wireless"; + } + ]; + }; + engenius_eap1200h = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-engenius_eap1200h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_eap1200h-squashfs-factory.bin"; + sha256 = "c3150bfe31c6ff581766bb90a20f9ca40beb09a8eaec790b3b5264430a36256d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_eap1200h-initramfs-kernel.bin"; + sha256 = "2fc170c02ae5f64a5c51e7aa26c9e9218670fdfe03b818690df1bafa45a79f64"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_eap1200h-squashfs-sysupgrade.bin"; + sha256 = "bb0af7792187f41ad673bfcaaf924b8b1d84fe69ad378f79131809845592fca6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap1200h" + ]; + titles = [ + { + model = "EAP1200H"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap300-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-engenius_eap300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_eap300-v2-squashfs-sysupgrade.bin"; + sha256 = "b278442b3659f111450511ce147fbc297224b64bbca8ac86796ccfc03af5dc11"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_eap300-v2-squashfs-factory.bin"; + sha256 = "4428abebd31e5d1b159ad9a57a17f12da3aee4d674e4fc4a93c30be4c143ee7b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_eap300-v2-initramfs-kernel.bin"; + sha256 = "9d64d2eb44914a15f1caff62fae61fbacea13ae5eb0d7af54ef6fd9b386cd996"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap300-v2" + ]; + titles = [ + { + model = "EAP300"; + variant = "v2"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap600 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-engenius_eap600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_eap600-squashfs-factory.bin"; + sha256 = "18a7b92a8b8b6c3a7ec78c06523004631a935f79f573633f9d8d5dc2b0d09b80"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_eap600-squashfs-sysupgrade.bin"; + sha256 = "a3e98585d82157fddb503aaae423211238339fb1b7227590c636f58db1ded1ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_eap600-initramfs-kernel.bin"; + sha256 = "13b0c6522cbc531902de4f60cd28c9b978e5e5a44a5829b9e58d6eef6347b252"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap600" + ]; + titles = [ + { + model = "EAP600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1200 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-engenius_ecb1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_ecb1200-squashfs-sysupgrade.bin"; + sha256 = "aad0d9911f3de448b3911fcd8750a30d7938dcec1f6b6d5477a2421026c0bc65"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_ecb1200-squashfs-factory.bin"; + sha256 = "6cab934ac24a4c05a3a3ff4fa4e86f0c593ba76cfb908eb5ca901b900b9de408"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_ecb1200-initramfs-kernel.bin"; + sha256 = "1fca72fa5c597755ba1c3b702fdb7e6baf0e1d1005525f4337b19d918748825f"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb1200" + ]; + titles = [ + { + model = "ECB1200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_ecb1750-initramfs-kernel.bin"; + sha256 = "8506ed71e66cc7c4179bdc316373920b2108e5001efb11ef506a98f614442431"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_ecb1750-squashfs-factory.bin"; + sha256 = "48f66608191b7f9a383137404ef0f167b7b00efd514c2c6410d5c3906c455b1e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "cef716569723e14ae90a22a4939de9b9a505865c71135c068a30ed7efbc3462e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + model = "ECB1750"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb600 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-engenius_ecb600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_ecb600-squashfs-factory.bin"; + sha256 = "0968e856977954f5ec8aa58644d7cf00fc690795c3b498224a2275eb3c8f8566"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_ecb600-squashfs-sysupgrade.bin"; + sha256 = "021dd5ee6457cddcb963581420afa84d414d03b309df18d4e548cbda2d326ff6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_ecb600-initramfs-kernel.bin"; + sha256 = "d0d82d2e7ee00e1d180bc5aff30261028072c16f021970c0189bb15c362c83b5"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb600" + ]; + titles = [ + { + model = "ECB600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens202ext-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-engenius_ens202ext-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_ens202ext-v1-initramfs-kernel.bin"; + sha256 = "3f178aec470de031e512f5531fa4e49b972ee0cc9d3688ea347d76e09ca46622"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_ens202ext-v1-squashfs-sysupgrade.bin"; + sha256 = "416db945c2497666aa5465da7e7034cccce9950bfc175067d8de3a44ffece244"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_ens202ext-v1-squashfs-factory.bin"; + sha256 = "c3f3c5b0c1c2be06fbecb4b1949f308fdc28323711f109b2ba28bfb5a803ebd7"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ens202ext-v1" + ]; + titles = [ + { + model = "ENS202EXT"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enstationac-v1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-engenius_enstationac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_enstationac-v1-initramfs-kernel.bin"; + sha256 = "3bd6a39ea3e77fd0565920c9147258d797b37bce4f1b765a4c1cc8ec5618b054"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_enstationac-v1-squashfs-sysupgrade.bin"; + sha256 = "1d723b40834beb28e38f2d12e88cff33de72e576d42e5351735ef26f5b239842"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_enstationac-v1-squashfs-factory.bin"; + sha256 = "8e46734cbdb0de0fa9028c4a4d80ea3e07a0cd4534b0b00dbca6ca5bcb7ca0df"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,enstationac-v1" + ]; + titles = [ + { + model = "EnStationAC"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_epg5000-initramfs-kernel.bin"; + sha256 = "9fdcc5b70640bf29c1ed6dea4c6c6356b6b168ba8c98de9580d5a0e11d1e2ad8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "25b6c0395def7622b0e638e91c8cb74ba12d8e87359dda31ad50364a4f94f925"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "bf7592d0a21d6e476dd0672c25ec569ecc3bacd285e610ada8c2d78e02c57fb7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + model = "EPG5000"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_ews511ap-initramfs-kernel.bin"; + sha256 = "aabb8b85bb1ba03d05c8f3480d9059f0a4a7fe9a04c0644722e3f22d6d4315f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "fac892945350028ea6a4ec2e6c0cd51622db800c932a90364bf691bfa2b70fb8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + model = "EWS511AP"; + vendor = "EnGenius"; + } + ]; + }; + enterasys_ws-ap3705i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-enterasys_ws-ap3705i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-enterasys_ws-ap3705i-initramfs-kernel.bin"; + sha256 = "ef198f5115b02e2773a708dea518f779a51a0ef59e7d017e63ad711c5097ed37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-enterasys_ws-ap3705i-squashfs-sysupgrade.bin"; + sha256 = "da4d395289c19e1ea0958666a8fbf95bed604eee215682a27f73d96f66308b06"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3705i" + ]; + titles = [ + { + model = "WS-AP3705i"; + vendor = "Enterasys"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "4c77b1d3698abd7f8510a507c30da516e033e97396fb041b97869860c491cc51"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-etactica_eg200-initramfs-kernel.bin"; + sha256 = "7b9a0621dfd68e4cc5ef8e41fe9166b056e032894e11d5c282cbe57d4de4d8b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + model = "EG200"; + vendor = "eTactica"; + } + ]; + }; + glinet_6408 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-glinet_6408"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_6408-squashfs-sysupgrade.bin"; + sha256 = "699fd7e03b008d4e666f2ce6c727d82d2ff087be8b549582722db92dda265a5d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_6408-initramfs-kernel.bin"; + sha256 = "1ffa8f82e3c395c9d8adda0e2664933e94feb4c89c1de593a51feec00cec2a9c"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6408" + "gl-inet" + ]; + titles = [ + { + model = "6408"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_6416 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-glinet_6416"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_6416-initramfs-kernel.bin"; + sha256 = "4e2616943d65bdd94c6d00afb4eb8e2754f52766d357f32acf51f9893bd50a97"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_6416-squashfs-sysupgrade.bin"; + sha256 = "974dacdd601930dc82393faeeea2b32b8946c978050c9f35eaf56ad4bff86594"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,6416" + "gl-inet" + ]; + titles = [ + { + model = "6416"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "4939984553850ac84758ef009d2d14b7ece92e8a6a2d560bdb36d9469eeba005"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_gl-ar150-initramfs-kernel.bin"; + sha256 = "cb098d8e488bd1e928103898daa88b819299152f5db28df83cdc24df205ef261"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + model = "GL-AR150"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_gl-ar300m-lite-initramfs-kernel.bin"; + sha256 = "5dc9637fa32ffe88d92c0b536af17fa3570360416d41759a674f3bd2e835680c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "d3c3b1fe853825046eb9e221c8320a880c458d81d3867bd781750f43853951c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "Lite"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m16 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-glinet_gl-ar300m16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin"; + sha256 = "187bec1b71d07ece8f102c911effe3c598a882308d03d5d7ece0fce639c027c7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_gl-ar300m16-initramfs-kernel.bin"; + sha256 = "308588439af15b9759d067df0778b3716d713896130ce3c06cf6add9826d341e"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m16" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M16"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-glinet_gl-ar750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "ca125f46cdd0d85058536522c296ef4fb04698d390de3d1dc61158576c21ea7c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_gl-ar750-initramfs-kernel.bin"; + sha256 = "da41e2d183b6586ec68175a64923a49f8a4a881d5c5976f2d55598f2b8639112"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750" + "gl-ar750" + ]; + titles = [ + { + model = "GL-AR750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mifi = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-glinet_gl-mifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_gl-mifi-initramfs-kernel.bin"; + sha256 = "81b897b2bc103405a80109b8887228ea454905c7416903c517d37a3ea0d22440"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "26bd578d395ee8c043c00ca51c5bfa86a70ddfdf70591dd03d587554e099f253"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mifi" + "gl-mifi" + ]; + titles = [ + { + model = "GL-MiFi"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-usb150 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-glinet_gl-usb150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "452a94805009f0f68e501d10df32ce2103b05185e1965e83a5096eda63e8ad46"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_gl-usb150-initramfs-kernel.bin"; + sha256 = "52e7ffd045747f19806540299b0576e842ca6c6fd6aa6e69d6115adc9a50cef8"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-usb150" + "gl-usb150" + ]; + titles = [ + { + model = "GL-USB150"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_gl-x750-initramfs-kernel.bin"; + sha256 = "c0c4147188fcd25be346d91d1af21ee59788fb38ef3d83792a8a5810e0862b8b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "8cef8f8438aca6103221e0e1add898bcdd416c8f822b19e214565bff8c310616"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + model = "GL-X750"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_lan-turtle = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-hak5_lan-turtle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-hak5_lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "de5d37146b72deccc67a3148fd07b6ca2ac3ba514bad97e2a263e685661fd867"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-hak5_lan-turtle-initramfs-kernel.bin"; + sha256 = "d36051469433a710754b7259b6202ddfd46c6e65f94c2ceeb76dbf0c16107c68"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,lan-turtle" + "lan-turtle" + ]; + titles = [ + { + model = "LAN Turtle"; + vendor = "Hak5"; + } + ]; + }; + hak5_packet-squirrel = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-hak5_packet-squirrel"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-hak5_packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "e4235cd129d1106d9167c061423a6a5be4e2c38c70db7afef4159bc21ce7cc36"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-hak5_packet-squirrel-initramfs-kernel.bin"; + sha256 = "4ecd29df4f74a8f67952ac14b5a7a6b8643d407e0807df3a3a1c5ada979a0f07"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,packet-squirrel" + "packet-squirrel" + ]; + titles = [ + { + model = "Packet Squirrel"; + vendor = "Hak5"; + } + ]; + }; + hak5_wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-hak5_wifi-pineapple-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-hak5_wifi-pineapple-nano-initramfs-kernel.bin"; + sha256 = "a90fd75be5963eba59c8483e2b151f4e69be51a475c7cdfea96788fc85bfe428"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-hak5_wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "04f40add8efdd097252a940292e69f16ccef99ed77f4b14445a82da636335be6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-nano" + "wifi-pineapple-nano" + ]; + titles = [ + { + model = "WiFi Pineapple NANO"; + vendor = "Hak5"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "6175794045328a0a0b3c2f236922c7a435adf9c9d2d1dfe0c1dd4ae70d1fd4ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-iodata_etg3-r-initramfs-kernel.bin"; + sha256 = "4bcb8b7daa84cf3d58c4845469c48160301e605748d25400713f2b52ea6627f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + model = "ETG3-R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "d53e4a9eceaa71d32ef9055167b99cef890ca1802e794ecffefdc2961ba0a930"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "97bedf059b9978656d8b9012b65f273ab9a79df46b5b0f5149558841719bb154"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-iodata_wn-ac1167dgr-initramfs-kernel.bin"; + sha256 = "7cd5fe15b3536ebaaf144f40beb1dba668b50ea51606207ffb4f8e0d3b8054b6"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + model = "WN-AC1167DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-iodata_wn-ac1600dgr-initramfs-kernel.bin"; + sha256 = "88776fbccdd8b921d053c551bd5344e6b25b7ae0b8baf2a2c137fcb9acdb6db8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "f90812f01b1f30a7c5f72b9278a3b9527cf85c7bc81baaa6fcfa9a40886a8903"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "55a88af2d85b014c7bc2d5cb84a874b273796ad1ca7538f5054933b17fb663df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + model = "WN-AC1600DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "458f4411699b25df18b1455382e4640549d98f38fdb1049e41a17184d19957b6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-iodata_wn-ac1600dgr2-squashfs-dgr2-dgr3-factory.bin"; + sha256 = "8eaddcd5ed8f54cad1ec0efc37e8ac49e27539a6f25203059a49947e58980eed"; + type = "dgr2-dgr3-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-iodata_wn-ac1600dgr2-initramfs-kernel.bin"; + sha256 = "ad81c94724cef95d9b00e3282d9e4296fd53d1982d4c2cef2e9e2ee8ceaf70ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + model = "WN-AC1600DGR2/DGR3"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "07c567d7c46ce399418e736f4ae64667da7d43c4a0894076c298c745102dc1e9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-iodata_wn-ag300dgr-initramfs-kernel.bin"; + sha256 = "488b70b34ce42cbb04170623dee47d8363b3138db0b3e5e23542db3f906815f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "1797023caf4d9afe0f07859a11fee024f71ab5b3ea47b520c03380d5d0e9308d"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + model = "WN-AG300DGR"; + vendor = "I-O DATA"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "48eb7b596b50d6e837d4082cd753acacb32bcc560e8300ca2c83057a9855b111"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-jjplus_ja76pf2-initramfs-kernel.bin"; + sha256 = "73af2def094593b646b20b1a0ff31161cb1dc1e9266e5d87fc1201177154f61c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-jjplus_ja76pf2-squashfs-rootfs.bin"; + sha256 = "f9ceecab2f1bf89485f9632b405fb4348b6fc00e692d4aed0fca3fd395f92725"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-jjplus_ja76pf2-squashfs-kernel.bin"; + sha256 = "6832abf7cf1a80b28930d724192fc46ff7a43dbd874fa3355221dddb778f1f21"; + type = "kernel"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + "ja76pf2" + ]; + titles = [ + { + model = "JA76PF2"; + vendor = "jjPlus"; + } + ]; + }; + joyit_jt-or750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-joyit_jt-or750i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-joyit_jt-or750i-initramfs-kernel.bin"; + sha256 = "e691f3ee08f4ddf00c791ad4fab051703bb7d7a8ceaac0ad99ddc54390929794"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-joyit_jt-or750i-squashfs-sysupgrade.bin"; + sha256 = "2dc3bacafbcbd58d3301a78fcc52d9108ee4086cad77c11fb29e2a15aadfed31"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "joyit,jt-or750i" + ]; + titles = [ + { + model = "JT-OR750i"; + vendor = "Joy-IT"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "208c2891cde6cc65fc52842a5b88eeeaac89a8148032159155ffd5537f1eaace"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-librerouter_librerouter-v1-initramfs-kernel.bin"; + sha256 = "d717094e949f0fd43f47a6e9dd76879ac6d70192b67658d72b409a7ef9420f7e"; + type = "kernel"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + model = "LibreRouter"; + variant = "v1"; + vendor = "Librerouter"; + } + ]; + }; + meraki_mr12 = { + device_packages = [ + "kmod-owl-loader" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-meraki_mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-meraki_mr12-squashfs-sysupgrade.bin"; + sha256 = "2d311173f985e1f9f0dc1aa5883110b34dd20a3d9b73583e680f3b6e37055130"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-meraki_mr12-initramfs-kernel.bin"; + sha256 = "d4bd71595537d1c0c7f3a4d506524977fd4f923a87d7cb29237118ea4f0c4ae1"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr12" + "mr12" + ]; + titles = [ + { + model = "MR12"; + vendor = "Meraki"; + } + ]; + }; + meraki_mr16 = { + device_packages = [ + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-meraki_mr16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-meraki_mr16-squashfs-sysupgrade.bin"; + sha256 = "a0436968ead27b1285f28d8f8358ad4391413f7c684d148982c43d2d48a30d13"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-meraki_mr16-initramfs-kernel.bin"; + sha256 = "29491c274c16fc70e3bdc326bacae0c240488cfe9f6b935b5c3dee4f3a427704"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr16" + "mr16" + ]; + titles = [ + { + model = "MR16"; + vendor = "Meraki"; + } + ]; + }; + mercury_mw4530r-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-mercury_mw4530r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-mercury_mw4530r-v1-squashfs-factory.bin"; + sha256 = "952878d27fb3abcb5ff4c5cafab71ee3bccda297fb2643b628b6809b65abae53"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-mercury_mw4530r-v1-initramfs-kernel.bin"; + sha256 = "826deda5ee43a5655f7fd32fc43d8cac0db8790994b319fdc3cdbb0beb5c1783"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-mercury_mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "4fa32f3bcd7322f3ce2eaa0c534f37a219df32532f72f5ffca3fa950b5d52d98"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mercury,mw4530r-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "MW4530R"; + variant = "v1"; + vendor = "Mercury"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "b224d9b6b5341c1386535706008de2e3b549ff482c27252145e0d1ac9781e982"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-nec_wg1200cr-initramfs-kernel.bin"; + sha256 = "292a19592cf46c8040e079b9fce54c5b76e7191d67cffe5b9c86f32ea9960da3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "30fa5a914a4736d1dc1c6f9d2849de3dcd822ea0a526fed6d9159bd05a3c0d22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + model = "Aterm WG1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-full-htt" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "374b33d2d6ec7dad4bfd16310eefa20637fcf14659688a736edeb7e4affc503a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-nec_wg800hp-initramfs-kernel.bin"; + sha256 = "0042a72502ff72f5f54c82cdae43a1cf7bf236c7876024f50df0509cddbb69ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "300c8587431e5ff09d6539945d83ade1b7fcc28854106e35f2e9bcb2acec7808"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + model = "Aterm WG800HP"; + vendor = "NEC"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "9556bf866c437d01f75b6d2caa6234090e770bb29aaa88de961d77e2454cb7f5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "a46eb66d43c82ad1c12571a9020152f87d5066d36da23cc3dd50c7757b13efcc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_ex6400-initramfs-kernel.bin"; + sha256 = "e914ea0a61f588f95d17df1cf438111d256131173ae42644601a2ceb70a913c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + model = "EX6400"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "2d8b4ff421b257ef550002a6efd0c9397af03f2acbdcc5a03f6fb61f0987ac78"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_ex7300-initramfs-kernel.bin"; + sha256 = "0abaed6be60281ec0086920d799eaeabd84c88af2f876e8bd61383f3062c6c33"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "72e0ae92d1d602eee51f86e87eed839909e5b9ea223203ec36c3f822876df199"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + model = "EX7300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndr3700-initramfs-kernel.bin"; + sha256 = "c0c16d7e786ac396c201a89c8d0d1958b809e087e616669141375141ebf7f3c8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "6f14adcc99d35228b7f388c264ef368d9f0424fee0974eb108b397988af60783"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "1ba01912aea460af0e2537778fab1d885dce1e81c5633ca5625080717114d355"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "2e3fd343a28c4c526ce37327391f41c90844dc8cbab8bcccd11188cf1e41d32a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-netgear_wndr3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndr3700-v2-squashfs-sysupgrade.bin"; + sha256 = "2d76501639a697b12bd50743aa751d8c810af397be0569b3734694c09006fe66"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndr3700-v2-squashfs-factory.img"; + sha256 = "2eff5605a2844a9a91de9a9d8890432f377d5d0de0653af26576fd2ca85f51f2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndr3700-v2-initramfs-kernel.bin"; + sha256 = "d2fc3547c9276cf8b5924326659c0d66c48436a1a7f2caeea966eccb4a75e086"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v2" + "wndr3700" + "netgear,wndr3700v2" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndr3800-initramfs-kernel.bin"; + sha256 = "db36c3c43915fa79392b9a0f9e6a6f94b5d78a3eeb160857826fee73eddcb26b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "da0724de71ca7d75e6e4e36e0affc9c18de4e002cece3dc246505707cb386f61"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "e2723cb7bb727553d1d6c38401e2dec98e423c86e9c486ac1cabf13025ae0ec3"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800ch = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-netgear_wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "8de911b2e814676772155fd43cf77ad493b19737f7681a18bbc91b1ea578c5a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndr3800ch-initramfs-kernel.bin"; + sha256 = "baceee1d4d17a9cf5149cec10bbe36edc0dcf26bef1c859dfccf6155b7cc2790"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndr3800ch-squashfs-factory.img"; + sha256 = "df1b706cd420986caa4942a010c8d23ec58e80f4bb0ae759b620bdbb1f04b03e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800ch" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800CH"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-netgear_wndrmac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndrmac-v1-initramfs-kernel.bin"; + sha256 = "254d259222f11c814d0d98cfb0f3638679701c2145ab6ec77439a25ee1e96ec2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndrmac-v1-squashfs-factory.img"; + sha256 = "b1d7febccd8b7ee4d3276f9e6a3a70844bc9334a818d0debc86b7dd77c0bc032"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndrmac-v1-squashfs-sysupgrade.bin"; + sha256 = "96302afae97a7450733f20346533878666c8682c6778eb22a90b35dc02c39196"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v1" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-netgear_wndrmac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndrmac-v2-squashfs-factory.img"; + sha256 = "228cb181b508c442005d5799b9ad081314a32527811cf1d5c29eb4adb08affdb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndrmac-v2-initramfs-kernel.bin"; + sha256 = "cd122eaa184ffe51725a99caa7b2781d8d567b746d1c5f0aea4e2d7767b3f1c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wndrmac-v2-squashfs-sysupgrade.bin"; + sha256 = "926a9a613ffa3b46461ef705d54d9b316d0e251174ab4baee5db268d5ace987b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v2" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-netgear_wnr2200-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img"; + sha256 = "5e3c80d2af023ee301cd580b89daad63c6a7b91988f643a95a8b8a8d696b552b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wnr2200-16m-initramfs-kernel.bin"; + sha256 = "63d778c905b3194b0c2024db17ef4a45e191b0fbdca374fbf1357c861ceea440"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"; + sha256 = "5dedb41b9ef1f04be00af45f1dd239dc59211791c6f18f7f36046d0f265e5909"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wnr2200-16m" + ]; + titles = [ + { + model = "WNR2200"; + variant = "16M"; + vendor = "NETGEAR"; + } + { + model = "WNR2200"; + variant = "CN/RU"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-netgear_wnr2200-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wnr2200-8m-squashfs-factory.img"; + sha256 = "7bec085b850c253d77c60ad2113c65e15d5fe0610ae55ad947b13073a41475f3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wnr2200-8m-initramfs-kernel.bin"; + sha256 = "52b0e751754b66d024296b6d2cf6b23ed90ac38ecca08090d40bf2baa6a5cb3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wnr2200-8m-squashfs-sysupgrade.bin"; + sha256 = "c7dc6f0383243238860bdbbbd1c1a02c308c27678cdfae0f746ada4fb1cee710"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-netgear_wnr2200-8m-squashfs-factory-NA.img"; + sha256 = "3c6a86d5977b09bca1d6859623c6df0c567f36a9ffcbe02de2588725bbac2d92"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "netgear,wnr2200-8m" + "wnr2200" + ]; + titles = [ + { + model = "WNR2200"; + variant = "8M"; + vendor = "NETGEAR"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "a11fd14dc4f8f6f9b4eb741df39c507d7bc889bee980a9dcc6fc910bfd32ad76"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ocedo_koala-initramfs-kernel.bin"; + sha256 = "11b4eea89a416dce8f8c96810817503490939ebb54288aae687d2582554ffbab"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + model = "Koala"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "178fd3643f8e8fa52647fd44811e874475f0f67b3c042090aae6bb309286b516"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ocedo_raccoon-initramfs-kernel.bin"; + sha256 = "953f2dbea9af3fd930c87ea7f3517ded2d48ae75a38e7c6a8fa7e31ff8b350f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + model = "Raccoon"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "953b2340f6a44fb43fb0dc730e228d4a65cee31b396d49e8986ad9261f711738"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ocedo_ursus-initramfs-kernel.bin"; + sha256 = "c4af3b104b8c3a12a0b23ff4188c23173ee8cfa96525b7154bedf2ca8e016545"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + model = "Ursus"; + vendor = "Ocedo"; + } + ]; + }; + onion_omega = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-onion_omega"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-onion_omega-initramfs-kernel.bin"; + sha256 = "68c6c650e7065b9b173890c85dea0816885f4720553cfa2dab9b09a4233037fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-onion_omega-squashfs-sysupgrade.bin"; + sha256 = "651d1001cdd39b47151bcd0c1f76bfb56d2c266e800c595068fd5b27c183c7bb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-onion_omega-squashfs-factory.bin"; + sha256 = "3e802857ebae0472a821be98cdfbac8fd1890729f625f3552d016c43e074e5a3"; + type = "factory"; + } + ]; + supported_devices = [ + "onion,omega" + "onion-omega" + ]; + titles = [ + { + model = "Omega"; + vendor = "Onion"; + } + ]; + }; + openmesh_mr1750-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-openmesh_mr1750-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_mr1750-v1-initramfs-kernel.bin"; + sha256 = "0e48e55c2d5bf069c5ba6269d9172b9a056725214683b46971ba3082ff26a635"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_mr1750-v1-squashfs-sysupgrade.bin"; + sha256 = "16cd270fa4217a85d662397967ab6e1f17d7a641428c0025f30b599244619c5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v1" + "mr1750" + ]; + titles = [ + { + model = "MR1750"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-openmesh_mr1750-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_mr1750-v2-squashfs-sysupgrade.bin"; + sha256 = "219931361d1ad2c03739f621f19618f945299877fc07fef1fd86ed0ba146b3a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_mr1750-v2-initramfs-kernel.bin"; + sha256 = "d68bc591e93049f52016c49d5a509ac019a5ed4da315bf939cf05e4d5f0e0d35"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v2" + "mr1750v2" + ]; + titles = [ + { + model = "MR1750"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-openmesh_mr600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_mr600-v1-squashfs-sysupgrade.bin"; + sha256 = "b2445a5d19098a37a2829f8180da7595b77ffd338db0b4485487e7de5b1bc989"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_mr600-v1-initramfs-kernel.bin"; + sha256 = "8d4f54ccfdac27e6342106ab8b00ae8a3587a8b9e01e83003bfcb25ef48f634a"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v1" + "mr600" + ]; + titles = [ + { + model = "MR600"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-openmesh_mr600-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_mr600-v2-squashfs-sysupgrade.bin"; + sha256 = "c1d991736781577d05fccf79e1efff4098500b3163ae7c46f2333d7bb22c1e45"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_mr600-v2-initramfs-kernel.bin"; + sha256 = "d89f947593a3136bd901dbbb86852f9a75d4df3abec16db2dca7eb0a96092461"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v2" + "mr600v2" + ]; + titles = [ + { + model = "MR600"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-openmesh_mr900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_mr900-v1-squashfs-sysupgrade.bin"; + sha256 = "f2242542fae1bd14e693290d3d9cd59f151e978ba8a53c48091efe50fde76783"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_mr900-v1-initramfs-kernel.bin"; + sha256 = "d9dd0b4a123ace1d8e13e25913797626b8ac3a0483846da00158e1efe08ea5db"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v1" + "mr900" + ]; + titles = [ + { + model = "MR900"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-openmesh_mr900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_mr900-v2-squashfs-sysupgrade.bin"; + sha256 = "57ef88b492e2e346e836afcc78874dce5b81037f90e287fee6066534cdb47390"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_mr900-v2-initramfs-kernel.bin"; + sha256 = "830a5ee32aca81bedc72d7269ff3e499b87dda4ab3b4eb9b6f54288f08eb4e95"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v2" + "mr900v2" + ]; + titles = [ + { + model = "MR900"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-openmesh_om2p-hs-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om2p-hs-v1-initramfs-kernel.bin"; + sha256 = "dbf09a058b002555cff61df26c9ce0c964a88f18bc1473c06aa854be9c739a4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om2p-hs-v1-squashfs-sysupgrade.bin"; + sha256 = "4ec15a8db2f962d421dfd5410bc2a02c81acdb1d27770c0fb7e36cedd14a6f05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v1" + "om2p-hs" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-openmesh_om2p-hs-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om2p-hs-v2-squashfs-sysupgrade.bin"; + sha256 = "96e5db5930e20d1ba23e1faa3dbd206c38d9d1747eb08127619483c565ff429e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om2p-hs-v2-initramfs-kernel.bin"; + sha256 = "6e352d760e8be6ef5e75ddb17996370186bad0fa2cbc17b451c47463edec6048"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v2" + "om2p-hsv2" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v3 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-openmesh_om2p-hs-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om2p-hs-v3-initramfs-kernel.bin"; + sha256 = "0e6429758a8f30a20af2ca1fbaf4034a5fc4dc183cb66d1eed7bfb3ea1ac70f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om2p-hs-v3-squashfs-sysupgrade.bin"; + sha256 = "6936d5f7905daac21859318050eecddc51cb7a383431f84d96c65bef3f6c0b1b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v3" + "om2p-hsv3" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v3"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-openmesh_om2p-hs-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om2p-hs-v4-initramfs-kernel.bin"; + sha256 = "a484f966c7fd81591ca25e23e13dd6b4654639f04c7c7594f950a26e6794e355"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om2p-hs-v4-squashfs-sysupgrade.bin"; + sha256 = "d7592c36c3030985e245902aa4395516bd7947b4d963616691139c465beb3c73"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v4" + "om2p-hsv4" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-lc = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-openmesh_om2p-lc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om2p-lc-initramfs-kernel.bin"; + sha256 = "83317288a7abfb7fb531144e4ad4d76d91affcf9f9fe687bdaf27905c3f835d7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om2p-lc-squashfs-sysupgrade.bin"; + sha256 = "b5e1d9d3ee795fd7332eeebeaf10c894792ba745cce9cd11d31a8ffbefb9781c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-lc" + "om2p-lc" + ]; + titles = [ + { + model = "OM2P-LC"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-openmesh_om2p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om2p-v2-squashfs-sysupgrade.bin"; + sha256 = "b79c4cc1c6783a98fecf6466446b45f6c86f1262581aedc023e4015f56427fa5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om2p-v2-initramfs-kernel.bin"; + sha256 = "fb96afaf17d233f0c2ac21a7affa899cb1d883034cf28c771ce5a40ba06c9856"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v2" + "om2pv2" + ]; + titles = [ + { + model = "OM2P"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-openmesh_om2p-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om2p-v4-squashfs-sysupgrade.bin"; + sha256 = "4934e7b63265158e3fa7203fac24774f25ecc9e9c332176bd3f7a846de795da5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om2p-v4-initramfs-kernel.bin"; + sha256 = "0e1723ec4c9a98cf149c71fd33b69067f69214c917fccec39043fbc3462bb287"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v4" + "om2pv4" + ]; + titles = [ + { + model = "OM2P"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-openmesh_om5p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om5p-initramfs-kernel.bin"; + sha256 = "07afcb0f10d965e357265629896596f017b692ac939694e5b56b6f52c321f135"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om5p-squashfs-sysupgrade.bin"; + sha256 = "f2c0b7a429d6b94c5074c6c7d35d48abf8f674184c3a6d633e14a468f401eb42"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p" + "om5p" + ]; + titles = [ + { + model = "OM5P"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "93bb6a62fc61f9d5e845b9ca25d0bb5ff0a190f25046c5718c76ba72da2c5b33"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-openmesh_om5p-ac-v2-initramfs-kernel.bin"; + sha256 = "6deda060f09c089a3f0932bc2a32da762b659ffe3f90bd871d01761b397fe540"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-pcs_cap324-initramfs-kernel.bin"; + sha256 = "6d3e01d01d16e9fba242d6ffe0981040af31fd4c442d41a4fc465ed205cf181a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "7f1094147e816c0a759d59af5f0a6d4c894f7e9cbc93560ec82484045eb93be1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + model = "CAP324"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-pcs_cr3000-initramfs-kernel.bin"; + sha256 = "f1ca20bf1dd2c4fd058a5a1f795a6e855d8ceb26a9680c95a441b9d8c4e319f7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "41903ae674442d03c54e0a633cc540fcdc63ea6b3ab523ae699ecc8d7c3add7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + model = "CR3000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-pcs_cr5000-initramfs-kernel.bin"; + sha256 = "4740ed09f2d6bd22c62bf1fbdffeaf1785b607ac94d4f8798f4a5d65f4207812"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "43ca58b21d54240190d2850a7e4ecbf18da72ee7b03360de1ca15c074c430b14"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + model = "CR5000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "2ad065dc34c7615ba9f354565378b7e1f36544ffdc475759711bbb618a020e13"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-phicomm_k2t-initramfs-kernel.bin"; + sha256 = "a0167f15333e155f7167750392579196e45d6273e0d30006a11e9880f13fa37e"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + model = "K2T"; + vendor = "Phicomm"; + } + ]; + }; + pisen_ts-d084 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-pisen_ts-d084"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-pisen_ts-d084-squashfs-sysupgrade.bin"; + sha256 = "f048085a504e716f7534021a99a2c3e3fc4abdf9de42301c7d8ce27b475d9acb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-pisen_ts-d084-initramfs-kernel.bin"; + sha256 = "7e2596aae3d78215ccf0235c37dcfc36cd19f78b741771b17ab91d85f5e25a83"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-pisen_ts-d084-squashfs-factory.bin"; + sha256 = "f230e774525ca2cd32eeaa0ace365b0172d362feeedb01b9273a2431d76e46fa"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,ts-d084" + ]; + titles = [ + { + model = "TS-D084"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmb001n = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-pisen_wmb001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-pisen_wmb001n-squashfs-sysupgrade.bin"; + sha256 = "8ce90f71ee02cd0711ae70fb2397c375f93ee3e414277675ae43c05af19d5d41"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-pisen_wmb001n-initramfs-kernel.bin"; + sha256 = "57132108f63957674ce3e12f1cb28a8c3d63fb55d49d0fe31dc2990814bbbbed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-pisen_wmb001n-squashfs-factory.bin"; + sha256 = "0db8f2d348c1d16b87f82ea767597baafc578c6acc09f67dadac3be88a905755"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,wmb001n" + ]; + titles = [ + { + model = "WMB001N"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "f927d19c5a26017e63261c0672b1dbe430f70a511de0e6d5356586f533428898"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "4d251e27c0d7eb55c0de4ae477b2d12bf780b248ee8d4065b0fd16619c00596c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-pisen_wmm003n-initramfs-kernel.bin"; + sha256 = "e06b043c4047a6f4b0a2e80537c0cb91d034b419bea5d22efba02a812c70fdb3"; + type = "kernel"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + model = "Cloud Easy Power (WMM003N)"; + vendor = "PISEN"; + } + ]; + }; + plasmacloud_pa300 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-plasmacloud_pa300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-plasmacloud_pa300-squashfs-factory.bin"; + sha256 = "9e8e571cb43da25cc5a2fbf6bcf98e08b439540e20ac5d37855e03d950f87cdc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-plasmacloud_pa300-squashfs-sysupgrade.bin"; + sha256 = "2224c9e1bc1b06ca90719c38ef8dc882d25b0a11014f9a56f640c990c2c62518"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-plasmacloud_pa300-initramfs-kernel.bin"; + sha256 = "9735229858efa3d585cb9a1e97b359b185d3886fcd12aea00dd7a87863c10681"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa300" + ]; + titles = [ + { + model = "PA300"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa300e = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-plasmacloud_pa300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-plasmacloud_pa300e-squashfs-factory.bin"; + sha256 = "e54d8a7a19aa6dc393b1bebeb9e054de5826ea6db22c4d68b118e8c5148bb5aa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-plasmacloud_pa300e-squashfs-sysupgrade.bin"; + sha256 = "ef723c53e3a01e99fb21a89f17b40b7253ccb83ff0e4ce9f8ec6d47b1d69223f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-plasmacloud_pa300e-initramfs-kernel.bin"; + sha256 = "8df670373a7041d8fadbe305683a8dd7a21eaac618d713dd5307402882ab2eb6"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa300e" + ]; + titles = [ + { + model = "PA300E"; + vendor = "Plasma Cloud"; + } + ]; + }; + qihoo_c301 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-qihoo_c301"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-qihoo_c301-squashfs-sysupgrade.bin"; + sha256 = "51d2858484a55500ac75f6b602b5375c0b95553bb967fb95fe2a07dca38a07e5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-qihoo_c301-initramfs-kernel.bin"; + sha256 = "0c13d02430dbc8d303b5d69b72769c504cbb29c2698dcb08e3c85b2261706a9b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-qihoo_c301-squashfs-factory.bin"; + sha256 = "11843d655e65c64b64a2dde34094eb9f0b5dfe3a301b230a471ed59f87dbbbc3"; + type = "factory"; + } + ]; + supported_devices = [ + "qihoo,c301" + "qihoo-c301" + ]; + titles = [ + { + model = "C301"; + vendor = "Qihoo"; + } + ]; + }; + qxwlan_e1700ac-v2-16m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-qxwlan_e1700ac-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e1700ac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "009ccfe35d0bcdfeff655f89486f5484f9c2cef0353d1ce4bd31915e508166b5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e1700ac-v2-16m-initramfs-kernel.bin"; + sha256 = "49c7a357ea6e2f2d357177d73d9ba2bd3ca9b8d376980657c87a59fd1db4e3c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-16m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e1700ac-v2-8m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-qxwlan_e1700ac-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e1700ac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "6342ac0872647db5ae1b88b19a43e687e7a45223e8282b83f8fa99241eac9ad5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e1700ac-v2-8m-initramfs-kernel.bin"; + sha256 = "22994e55ef07850c8fbe457c269660d29ed1a4b6b46579cbe19afdd531cb4c1e"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-8m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-qxwlan_e558-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e558-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "aa1f131dc455ecb3c3fc7c766a578120d9cc2ed30d8b4af31233f6e972c6f70d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e558-v2-16m-initramfs-kernel.bin"; + sha256 = "6462bde3bfcaac23aa0632b3eab9c75dad1c2b251690d5617e4cb279172c1e9e"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-16m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-qxwlan_e558-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e558-v2-8m-initramfs-kernel.bin"; + sha256 = "1c2f648f2038c1c4b180d7e95c5684daf8ca77e3cfd0fbff4af00d45eb930d6d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e558-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "f61abcf4fe149922017be87b3b629b30bcd9ad0f4953b82615fad0babc1890c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-8m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-qxwlan_e600g-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e600g-v2-16m-initramfs-kernel.bin"; + sha256 = "28c6ced9458e4284a79ec5ef282bd0662d9798df35ef6b65c154e504cc0e8911"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e600g-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "fa0568cd202e3307cdfb9997ce4801db77176e82809b0b33024f7f8fb1584837"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-16m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-qxwlan_e600g-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e600g-v2-8m-initramfs-kernel.bin"; + sha256 = "edeccc1dcd07541def57686f38e572a8fa614c66add354832943ddd8903d53ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e600g-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "89e9257391f5d8b9d5d0368f03f2b9d38e2d98237693e2b78dc098a85c55ed0d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-8m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-16m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-qxwlan_e600gac-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e600gac-v2-16m-initramfs-kernel.bin"; + sha256 = "5c2d7dec9f772d42af58a2e88a7b9f816a682a5b4187b588f3fab084b7cd92e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e600gac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "39a6b0de325ca292e004b1c27cae553ecbbf4a719be7565c131bce51b04ddadd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-16m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-8m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-qxwlan_e600gac-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e600gac-v2-8m-initramfs-kernel.bin"; + sha256 = "3049a3456ac9b84a47d6fa73e4f99b803347c5455634007611579198cc9074ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e600gac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "cfa09d4ffde3a0e48ffc1556607a6b0fd9a21b679aaf4cff200e886b0317a537"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-8m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-qxwlan_e750a-v4-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e750a-v4-16m-initramfs-kernel.bin"; + sha256 = "648359bb157f57f92def15609869fcc3043358e6beec3d77de26f7cd67c1a135"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e750a-v4-16m-squashfs-sysupgrade.bin"; + sha256 = "879f73bc3f21cc78dd452edbbf7e3c6f2c095b286e0ac1307e3ebef668ddbd87"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-16m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-qxwlan_e750a-v4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e750a-v4-8m-squashfs-sysupgrade.bin"; + sha256 = "4bf5d09a9df00e8b73d2f5863e20604d5da679b3cccc87957c3e245fd4e377fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e750a-v4-8m-initramfs-kernel.bin"; + sha256 = "fe16cd45cfb922f3839f4c31795065df3caa306e8b91c5b30f05086d2263e45d"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-8m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-qxwlan_e750g-v8-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e750g-v8-16m-initramfs-kernel.bin"; + sha256 = "0c3feee9b6d31fb21e0d408e4bb1cfa0ad819ad4f10b1024ad7da9e7ec0c0a9d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e750g-v8-16m-squashfs-sysupgrade.bin"; + sha256 = "45f59663bf6bd834ec5c4f71a055b40929a5fb1e662a8281f33f7b865fa4f7ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-16m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-qxwlan_e750g-v8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e750g-v8-8m-squashfs-sysupgrade.bin"; + sha256 = "5e6a8ecdeaf08a630e9fbc722ebc1dd687670ed774230cec4d45dc1ab268d8b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-qxwlan_e750g-v8-8m-initramfs-kernel.bin"; + sha256 = "7e62c46bbf5209bbbf4866fe80e5b54d404c1b5d0defd1b1abd5eb721195784a"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-8m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-rosinson_wr818-initramfs-kernel.bin"; + sha256 = "980ed5f1971d098b66c2af907f2a5a43c801bd07bf50b71d7c425396a834d956"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "6dd9aa4715ad8b351185d8da952e5caf0d6100920a71dde809766071619a33f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + model = "WR818"; + vendor = "Rosinson"; + } + ]; + }; + samsung_wam250 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-samsung_wam250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-samsung_wam250-squashfs-sysupgrade.bin"; + sha256 = "d02b490ef8daed7e9b940305915b479db76f1cfcb6bc3e2b3a5abcc19d782c9b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-samsung_wam250-initramfs-kernel.bin"; + sha256 = "c620cb97d677267d6edfe338cd666b7b969163cf4749fd1a9b9d931d98718ccf"; + type = "kernel"; + } + ]; + supported_devices = [ + "samsung,wam250" + "wam250" + ]; + titles = [ + { + model = "WAM250"; + vendor = "Samsung"; + } + ]; + }; + siemens_ws-ap3610 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-siemens_ws-ap3610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-siemens_ws-ap3610-squashfs-sysupgrade.bin"; + sha256 = "29b0f1d24eaccb7d0bc72c1d1554832427fff776c130b93ab2ea561695f2eca4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-siemens_ws-ap3610-initramfs-kernel.bin"; + sha256 = "dbbb475a70f9ef935626cfa37078ee0135b9d31e2db23ef13687dbb2041a0a8a"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,ws-ap3610" + ]; + titles = [ + { + model = "WS-AP3610"; + vendor = "Siemens"; + } + ]; + }; + sitecom_wlr-7100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-sitecom_wlr-7100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-sitecom_wlr-7100-squashfs-factory.dlf"; + sha256 = "1d27bd4ebffd175e05905407e6d724f7935a1ec7264a5eaa2dddc06fd48b458e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-sitecom_wlr-7100-initramfs-kernel.bin"; + sha256 = "9cd952759aa6a5b64b3b9ebb505e7266b325d063f75501093408b824c361e04d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-sitecom_wlr-7100-squashfs-sysupgrade.bin"; + sha256 = "d564d6f833ecb24d111c27b365acdd2b2cefe4179f6e0fe5e56c882507c9dfa5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-7100" + ]; + titles = [ + { + model = "WLR-7100"; + vendor = "Sitecom"; + } + ]; + }; + sitecom_wlr-8100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-sitecom_wlr-8100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-sitecom_wlr-8100-squashfs-factory.dlf"; + sha256 = "39a5bc9467485d02b1df36279d6da144ec3e77143d554269e4193fe988f581f5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-sitecom_wlr-8100-squashfs-sysupgrade.bin"; + sha256 = "bba3b795f7debe93e46b487053a522fdc92e0c2532cd20f9fe503c10e81eec20"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-sitecom_wlr-8100-initramfs-kernel.bin"; + sha256 = "1f3a062b734d647efdf03f3a740fa7f380ed013895e509feeed6384a2e63b9c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-8100" + "wlr8100" + ]; + titles = [ + { + model = "WLR-8100"; + vendor = "Sitecom"; + } + { + model = "X8 AC1750"; + vendor = "Sitecom"; + } + ]; + }; + telco_t1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-telco_t1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-telco_t1-squashfs-sysupgrade.bin"; + sha256 = "c07a7ecfe7d898b92e4a79ca330ae722c996a804b96152495446ec5af15c629c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-telco_t1-initramfs-kernel.bin"; + sha256 = "92ef2342169d25cb939692ecedee7b3cdea0af55e6b2e693e256dcf9cca04604"; + type = "kernel"; + } + ]; + supported_devices = [ + "telco,t1" + "telco_electronics,tel-t1" + ]; + titles = [ + { + model = "T1"; + vendor = "Telco"; + } + ]; + }; + teltonika_rut955 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-teltonika_rut955"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-teltonika_rut955-initramfs-kernel.bin"; + sha256 = "9cbc94fab303c2f84ed2bcb9372f2aa6a18d278937eab75088c2b4eae4f0c3f9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-teltonika_rut955-squashfs-sysupgrade.bin"; + sha256 = "7d3a3d5298db9a519595306061336f0fde9dba7a8a219f6c7badd0a1e9e033dc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-teltonika_rut955-squashfs-factory.bin"; + sha256 = "20ea41df630c7d45341e97f179ac762c00c343ede9ee02c2b13934e31a0a1d00"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut955" + ]; + titles = [ + { + model = "RUT955"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955-h7v3c0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-teltonika_rut955-h7v3c0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-teltonika_rut955-h7v3c0-squashfs-sysupgrade.bin"; + sha256 = "bf5d7eca44838dae66a0a6db8936d7b2eb2c6146723e1ebcf04d18280ec96e58"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-teltonika_rut955-h7v3c0-squashfs-factory.bin"; + sha256 = "9f283d2f16cdc43f13df4b44a3bffbf9e5c2fe27be71bd33feba25aa5cb7b14a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-teltonika_rut955-h7v3c0-initramfs-kernel.bin"; + sha256 = "8cee20ffa1bde3665616d5cbdf1faec0d3b4b57377da175b05c7e505c3f014ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut955-h7v3c0" + ]; + titles = [ + { + model = "RUT955"; + variant = "H7V3C0"; + vendor = "Teltonika"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "76008f331439b2244e5de67deddda9679d9a6757c1004ad659e0d0da1621b60a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "1d04db63964c5375faa70a9d7d665ed889e96d8c316c503b6f5d531da979c2e6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-a7-v5-initramfs-kernel.bin"; + sha256 = "b3727f2d91274888b48af2c710a936cc97afac09f15b885f85bffef5d547ba94"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + model = "Archer A7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "9b260118e956a11bdda73567f348d24ad06e8d747ba18d7d46438228e4b8ce35"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "4dee0bcc1f1779d73795a4f407f9e4146c6eb0f9daa995f9070b32c88df7e449"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c2-v3-initramfs-kernel.bin"; + sha256 = "5fe22db6b280247d645ac03499c3b6a9d9c6debbe070c79073200a52136bfbeb"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c25-v1-initramfs-kernel.bin"; + sha256 = "2f049a983cd66ab9156c27cd2bf2780d3d43c1544855b10473ba55f683883547"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "6ff04d6b8301f01669aaa78c4fde093efb4c142479513cfbe6ce248e3036ec40"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "ab7992151efbefc7e9686c2d79b87d22399372e13c067ff0864c153f94e85ae1"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + model = "Archer C25"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "f8c024d370abc2509cacfe981176a09ecc7007320cac6c8ba9a0d0aff0f1f7f7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c5-v1-initramfs-kernel.bin"; + sha256 = "4c0443eeaeab5024619118295dd571f2f628e66edb8b0905e86b4cf6ec6840b0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "966fc8c3938e495f10e5d5c72577189636002c240740a5a472efb5b907fcd1f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + model = "Archer C5"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "7cc22ccbae43ea5eca0a8e6bb780683f5bfe39e155a3e377ad58b75684a49e00"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "7b3db685fc0609a6845b8a8a212f3e16ed0a0dc6ef472d208195c408fe73ee0e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c58-v1-initramfs-kernel.bin"; + sha256 = "930009c9b15462dcae037da2b5a15dc68f833e13187f44c3455d3f41d56babe5"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + model = "Archer C58"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c59-v1-initramfs-kernel.bin"; + sha256 = "1d717ca19412552509181ea439cfd063eaa59948a6ec32b26080dd86b859a10b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "0393c666d99404d09f9999b0a6d2b004fde6b880c9a320fb201a149565024248"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "e44de8e238a8b1df9eeba24fcc5486cf320f59b14273b6124ee842fb4ddcdca4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin"; + sha256 = "ee85735ebffd77efe50c7868bf5eacee89d0aa11a29f5bacf5a50b1635b52a9c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "4218c02353209c3ef6b137122ee691a55b85cca72afc7201b0dc19d324732768"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c59-v2-initramfs-kernel.bin"; + sha256 = "b3d74a0bee7d82d25f70bf69f0314d7fefa2c4b0c13072e4ddaa61032cc2a5f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v2" + "archer-c59-v2" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c6-v2-initramfs-kernel.bin"; + sha256 = "807cb5f85c1f4e55594c008e9365eaadab657a632f8f64a6030e2e3c278b8104"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "498568ea63fdb44935e863fa728159aabed384667bd92ecced499ba6655f6d23"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "b4e6b8b6dbe7653c26fb6b09aaebbe2dd002a9e2c6309b479f12faf3a4a1ef7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (EU/RU/JP)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2-us = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-c6-v2-us"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin"; + sha256 = "0c5748459282c4593d35cd05425bf060c7aa135da669cc10c61410c42f3d5e6b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c6-v2-us-initramfs-kernel.bin"; + sha256 = "2ba29e97956a2577393d62d56cb13d1fdb7baadcca8692f3a33cfa74f4c3c2a2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"; + sha256 = "185887045ea4c72938c9c03a8b01b552daeada90d1f8bcda01191507a3281856"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2-us" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (US)"; + vendor = "TP-Link"; + } + { + model = "Archer A6"; + variant = "v2 (US/TW)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c60-v1-initramfs-kernel.bin"; + sha256 = "01f212cbe23422ddf62585fb392447ee1508a945fb2f2d43285717bc7b1d31a0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "14885631a18bc489f8a0da1dc7d890c690192ef026be08815add6dda356cf83c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "102313f6b8684228808251b2fcdcbdf1656bdd841ffda2e0764e2728e0785180"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c60-v2-initramfs-kernel.bin"; + sha256 = "3335dafc264acbed823fcaa3d53cd1cf7cb049607f8ed6c6bb1ed423733389b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "8153a27f9eabab64c616cba7988046fb3fc4ca5e8f2bd2eb403c784cb9037307"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "f319cdf33f69770f646831ecd548b56020c3ec17f75eef9f89f30a81158bb3e5"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "59b0e04f411eb94b66d2da6a3570e45b1b6fad786b349d05d5bc66eb801b06f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c60-v3-initramfs-kernel.bin"; + sha256 = "28ddea0d6acee78785cb9e77b27ccc10a6ecb3adfdfe4b840bc34baa040ebab1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "d88c2857da8b9a5f826c8ff3bdc5e9c9f677139ccf4f76b2138cadd643f2f17b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "d3421c4c095f5c182659bc79e0762e2ddbfe11da1ec7a4e5ec17d58dde830691"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v1-initramfs-kernel.bin"; + sha256 = "ba88b0947e7d03db87d3740f5a2177b178a940c138abe74e7f28e7bccf522ffd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "576b2d4052e4c703fc71c33a2d8fda376c5474dac451fd4f10ec882542570925"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "7eed5a0f7eb75ffd3ce93f7e8cd3c97216f9915807fa49bf6a600f2c4cd1c518"; + type = "factory-us"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v2-initramfs-kernel.bin"; + sha256 = "68045805cf77599b84f77dd532f650144185e91da68c061befc7e6ccb7ae19c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "61477bcb6775cd5133740d68ecf8e5a3870badaa8c39ff5b21a402742101bf65"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "f2a7dc1a07758b7098099b1104c585748800ea5c84eaf5bb9310c37f63aee35e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "85ebc02e5bb45226f8652eec7874a6c526f1f22497487bd0dcd7d94867ef3811"; + type = "factory-eu"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "661f92ad9c33a53124ed1a950670eb50325b58da68dccab80436fb35ea3693ff"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "a92b9e047be29d489505ee57921504f095fe53d99826a2a38155dcf908bf54a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v4-initramfs-kernel.bin"; + sha256 = "212332feaa7523b8785d037b6103aa865e57f6ca3c67afc9743e849ada97d407"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "83dcc15dd7facbfe2d01e1194438ab34add913be6b1a43db61d1dcd74483173f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "68e453b737721631dbc58b09a5be14569d624727f31b2457796868577c1cce02"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-c7-v5-initramfs-kernel.bin"; + sha256 = "3b4c157725f4a57cb486a075586860f50fd88ead39e1fbbb78c826badb22668d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-d50-v1-initramfs-kernel.bin"; + sha256 = "072cbf6ac486743ed6acd8fe276a15027abd221223e8920a7c482768b8e54685"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "a2c34258915fb2697bede5bc878291cf9b086342f6e145a513240eb6fb239fe2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + model = "Archer D50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-d7-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-d7-v1-initramfs-kernel.bin"; + sha256 = "a729698d2d2a986582c543344d0c49a5c999344321d47558550d936393939a6d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-d7-v1-squashfs-sysupgrade.bin"; + sha256 = "cc82c087f3d9d90fd98a27657fa15585a87a5819bbfe2bf91ef82fb1469c9ab9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7-v1" + ]; + titles = [ + { + model = "Archer D7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7b-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_archer-d7b-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-d7b-v1-initramfs-kernel.bin"; + sha256 = "38d8662d5669f183533de0bb4e58e5d2086d4127a32a782691c55062fc53cc0d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_archer-d7b-v1-squashfs-sysupgrade.bin"; + sha256 = "925546276caf90eab6861ac80688e3130e046461242b5e9194517828b4c968bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7b-v1" + ]; + titles = [ + { + model = "Archer D7b"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_cpe210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe210-v1-squashfs-sysupgrade.bin"; + sha256 = "742c508c7f06b571de1caceed57c690e6ca4755374e96e7421591fe1cbeb319e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe210-v1-squashfs-factory.bin"; + sha256 = "4da1563131915698e0aec91bffcdaddd9c51a7fa6165237fc1d59b16fc1d01ea"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe210-v1-initramfs-kernel.bin"; + sha256 = "513929ec48df4dc35a1a0336ff6d88759c119fdca34d24290a4bfa2361f9b607"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v1" + "cpe210" + ]; + titles = [ + { + model = "CPE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "797bb84b1462b79d260d2105c420eb5c35a79bb75f5bec72680f2f52c121ba3a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "f8feb3d201f28e8be2cdced8406749d1409080ca892b739c61cb94c57ea9f239"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe210-v2-initramfs-kernel.bin"; + sha256 = "74a7567732301ad2ecc7501a26ef979aeba3f6e7c7c4157db9b04f60e5231848"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + model = "CPE210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe210-v3-initramfs-kernel.bin"; + sha256 = "c83096749a3e726beb7894f273ff5abfc7baf7864da966b97453441eccf519a0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "8624581db3c7ed89c43d35b5c1c018449959e364ca41b058475e29de701cc45e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "30eda605c72f4e0df919af3c48752e9ce544c754d910ccf788f45c4937015080"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + model = "CPE210"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_cpe220-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe220-v2-initramfs-kernel.bin"; + sha256 = "300c8bee56df796bf6ea7e9407d68b8e505e8a7e911f99606e2dfeb94d9d8c55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe220-v2-squashfs-factory.bin"; + sha256 = "8e95877268ce5b8f276b1a30686aa1996c6de5cba921e372ef3c81abd5d17592"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe220-v2-squashfs-sysupgrade.bin"; + sha256 = "fdfc9b939ef41cb735ff6d234d9f8fcdcb8eeeec3a9a3120c3f2bf4bd96fbe7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe220-v2" + ]; + titles = [ + { + model = "CPE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe220-v3-initramfs-kernel.bin"; + sha256 = "de128656828a4364d9782bff7cc0d90cef4a4a230c34ecef71541b54193c3b4f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "28d6a0a69e8bdf510f551f94a678d3534b7fa2b2113fd6bb45372d2417db1b84"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "811837a6739d4cc4659a4dbe68ad739d85fd8e86a8a23170b3f68976eb44251f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + model = "CPE220"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_cpe510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe510-v1-squashfs-factory.bin"; + sha256 = "0dc9ce7c30dfca4907a7cc468b251a15126fb5cc7f1d8fb236034ad9013b5f5b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe510-v1-squashfs-sysupgrade.bin"; + sha256 = "2675fa48d6e0c01ca6b6e583371981d09626fb6e5da37d672ddc6f61b3c43624"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe510-v1-initramfs-kernel.bin"; + sha256 = "71d40a87c258814aa18808ac73c49ee0a9dd7cf37e7d432e694a089399647d12"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v1" + "cpe510" + ]; + titles = [ + { + model = "CPE510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "3f9a3da58e903cfcfff88955cea1903d818e4532bcc4c3ce1053bf150a8c08ec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe510-v2-squashfs-factory.bin"; + sha256 = "4fec1f4d86fdefccf14877b14855f486cf5ffa14058497db8eafa8127289ec88"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe510-v2-initramfs-kernel.bin"; + sha256 = "dca104e390f810654c1aa06fb8af6c26a065a2518ef7e28e555a995eae67daf0"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v2" + "cpe510-v2" + ]; + titles = [ + { + model = "CPE510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_cpe510-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe510-v3-initramfs-kernel.bin"; + sha256 = "b986e483187293e53c2700092a4fe5fb7f0c019571212ccad062f8dfa477739f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe510-v3-squashfs-sysupgrade.bin"; + sha256 = "0992f7e176f3012a74a1c387ae332a302af700a738471d2bd49830e1ec910fc0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe510-v3-squashfs-factory.bin"; + sha256 = "6c7e113df56d62c226275f9f8eb1b7c79e510008d6f243fc7246888680f1d56f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe510-v3" + ]; + titles = [ + { + model = "CPE510"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_cpe610-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe610-v1-initramfs-kernel.bin"; + sha256 = "e9f7718e3df11946460aa53184cb74ae4110992edb5b774e4bac8772395a8911"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe610-v1-squashfs-sysupgrade.bin"; + sha256 = "1e504a5d89a294d0dcd49fcd885316355ac0d35ac8d92c10e8daf9e28494536a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe610-v1-squashfs-factory.bin"; + sha256 = "a15356bffda248c4c2c89b87a75d5c0160da883ce11c66d61e8897fc4ee80000"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe610-v1" + ]; + titles = [ + { + model = "CPE610"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_cpe610-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe610-v2-squashfs-sysupgrade.bin"; + sha256 = "a1e3ee45d5d9daee2b075cc74056ebcefaad1e5755bea4859f3d253429adbe60"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe610-v2-squashfs-factory.bin"; + sha256 = "8da9b9cc8fccb747c56b7c97f1a3df40f79f0ad93909163e995fb75107bd3160"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_cpe610-v2-initramfs-kernel.bin"; + sha256 = "faa49c173b4930129f3023a13a59060bb03f7a217c246a832cb7d586dece2daa"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe610-v2" + ]; + titles = [ + { + model = "CPE610"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-outdoor-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_eap225-outdoor-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_eap225-outdoor-v1-squashfs-factory.bin"; + sha256 = "716002060625889cccb573bc7fd611626ed4d8018f9e895e7bdac8fdd068affc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_eap225-outdoor-v1-initramfs-kernel.bin"; + sha256 = "2b2dcde22748ad97950c2ee887a749763f0dacaec29c8d2295607626fcfb2779"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_eap225-outdoor-v1-squashfs-sysupgrade.bin"; + sha256 = "e3ebee94ee6e4db1653eb8053137b986273c0ceae90d592c6632689b839bcbe4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap225-outdoor-v1" + ]; + titles = [ + { + model = "EAP225-Outdoor"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_eap225-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_eap225-v3-squashfs-sysupgrade.bin"; + sha256 = "7d76f8f79dd87ebe82e90185e6d86ed750087bf667a22b53c01c214d0828ec8f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_eap225-v3-initramfs-kernel.bin"; + sha256 = "79ef28dfc47dc4a2ddd7494e1b8392456d130d056ff6f0ffd74d8508cbc65e22"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_eap225-v3-squashfs-factory.bin"; + sha256 = "e6d4970019b6471b80cd9d062f89f0d3ea76550c6c02f9fcb837c1425c14931c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap225-v3" + ]; + titles = [ + { + model = "EAP225"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-wall-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_eap225-wall-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_eap225-wall-v2-squashfs-sysupgrade.bin"; + sha256 = "60c4a1e545fe09c78ad4e1ec44bf4004f2a1f16399bbf3f4be25d76875efee09"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_eap225-wall-v2-initramfs-kernel.bin"; + sha256 = "4cc0d0f2e46742c32d06b3d974ee39f4a8f05785a6dd9ba4762c0da2d8ee94dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_eap225-wall-v2-squashfs-factory.bin"; + sha256 = "f31ea2492d5f799ac7ebdc25795c3d70e969db69a38b5602a09fe43cddd5f161"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap225-wall-v2" + ]; + titles = [ + { + model = "EAP225-Wall"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_eap245-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_eap245-v1-squashfs-factory.bin"; + sha256 = "b64c46445cb750d00bf18a3632f1c87108e54a0519b4cfefdc4552699826919c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_eap245-v1-squashfs-sysupgrade.bin"; + sha256 = "98c097a61041db78d0d15208de565ef344a6d967f0e0999148a4e16bbb7adb85"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_eap245-v1-initramfs-kernel.bin"; + sha256 = "b3ba5433dcb57aa85db16ac9a199a8baf293a8ac708583f9ced010cbf26cda11"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap245-v1" + ]; + titles = [ + { + model = "EAP245"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_eap245-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_eap245-v3-squashfs-factory.bin"; + sha256 = "83168798067e0e2397d1ee25b89ae918925af371abb41aa9840385f95e494acb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_eap245-v3-squashfs-sysupgrade.bin"; + sha256 = "344af22a1f303731c010b08d3e4e89d335db58378f4ff046a68f66a4e4fc2e1b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_eap245-v3-initramfs-kernel.bin"; + sha256 = "e504740b9d5d6d199f87cb67927ed66359f401e373e74e0ba38ba619b2450b86"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap245-v3" + ]; + titles = [ + { + model = "EAP245"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "72fe4adb384e74a6ccde6f21565169eb6e9bea995816513a25d6835dadf25877"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_re350k-v1-initramfs-kernel.bin"; + sha256 = "545f7aa8cb48c2383f1193571538764f530e1542c22bec9981e5ef0d88bd3420"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "fb6251aab9fb401d32cadbe8a96ba0d211d44533106f7046c70b1b35424b1cdf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + model = "RE350K"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re355-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_re355-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_re355-v1-squashfs-sysupgrade.bin"; + sha256 = "1b5d404294c03c63c25f2ca6094f38cffe138c4a6d87f841db1299981f6cdb6d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_re355-v1-initramfs-kernel.bin"; + sha256 = "71044e3d27a9ba5b28c36324584271cbac001793d4372456dbef1f1f69990572"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_re355-v1-squashfs-factory.bin"; + sha256 = "67d698516c06b451cab499b4c4b4bf8602195905845a4c8b945865f9374745e5"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re355-v1" + "re355" + ]; + titles = [ + { + model = "RE355"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_re450-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_re450-v1-squashfs-sysupgrade.bin"; + sha256 = "33d40515051a215d98878e4b8cd201eea3e4b7c8ae0f18d3f3ef79a0020b0677"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_re450-v1-squashfs-factory.bin"; + sha256 = "5191436e210f9007b3f4aa0fe5dcfcaf1d48567122e61a5d9f4610753ebe4377"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_re450-v1-initramfs-kernel.bin"; + sha256 = "eba23bce04935cc5e0bbeddafa994e86c3d3e5ea591c09914765e29037f0be12"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v1" + "re450" + ]; + titles = [ + { + model = "RE450"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_re450-v2-squashfs-factory.bin"; + sha256 = "b3e3f940267e7ff9d596bcfa935068efc0ff2a2e374539ed4646dc74ffbc3b7b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_re450-v2-initramfs-kernel.bin"; + sha256 = "5fde78890d81895f2c2d795858a08ae29a57450c460e1fa7bd81a4daea4cc9f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_re450-v2-squashfs-sysupgrade.bin"; + sha256 = "36a79ca94f621f33e15741a428a20ae11bc9c6dc318634830a873c0b1e0f74c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + model = "RE450"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_re450-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_re450-v3-squashfs-factory.bin"; + sha256 = "66e46f859875c9ca662ea90abc66addf4e451ed0201aa54837f6dee9fb897723"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_re450-v3-initramfs-kernel.bin"; + sha256 = "9545f789e36d013bc1ed90d03165637bb4a3d2d370a57f0cd43bfee47d8251d1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_re450-v3-squashfs-sysupgrade.bin"; + sha256 = "688ef4f27c48bee7538adac2410337f49c263fda036617f4c6c36442b97f703b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re450-v3" + ]; + titles = [ + { + model = "RE450"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-mr6400-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-mr6400-v1-initramfs-kernel.bin"; + sha256 = "a110a68a712b0cfc1f3b1bede57672674b623f17ab2d3c4640376903526856f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "97d93e86030d59e9ae427d29e137ba41aa73f464043552f9739d2ae265a71bf4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "4e282056e1bc2197210cee017030fc0481f889a2be629953bac1eb20d8786455"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v1" + "tl-mr6400" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "da6f93dca3641cd44db3bed43c14e63865ad09dae8ac50297e1f41c35c2c6b0b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr3500-v1-initramfs-kernel.bin"; + sha256 = "f27bd0bc26d66efa910f21c7a79ea1f401e0abc432ae37adae1b7b6106cd8387"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "ce496b5bf4b2358be440aacbb4adcbd61211a92d0f733a002c639172003220c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + model = "TL-WDR3500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "dc92d0a3da594f97ffa815b14f95d57f2aea437d533f2eb19b6f3af514771db0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr3600-v1-initramfs-kernel.bin"; + sha256 = "25d35339cad5a9d9078571e1f311625693e697a3bb724c8438cb7eed17fc907a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "dabdb2b81b213b05a0177e024a8a2ce7d68a7f8ed25cce81db74e019bf5cdeab"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR3600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "2731898ea64cbbb7634ca7725107751d27c663122398c72ee2608c62d2c76213"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "4c9ee8cc7b9156649d7a3e1e543e1620d8e38693426e4ecb3991d4256fe95500"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr4300-v1-initramfs-kernel.bin"; + sha256 = "c5ee7a1c00d95aebc4a661e56b5a80c281b9fde8007ff34c930a075d38c521d3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "34bcc04163432a80ffae8b10d54cd9d30322b37ed2c9051ce2b24b5290170595"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr4300-v1-il-initramfs-kernel.bin"; + sha256 = "7c22d8c7d70a4ab72194ff915a205bda3d2b4221906eb8c3d9a5e7d3001d7384"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "cb5f67eacf4c132e3715dcd1301b2cddfc788cdf4384a8925b442e3c0165a83a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1 (IL)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "b9c187871a4b7548b531ab2f1649849fb7526cc77576ee17e5cc7709227dc35a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "c17e045774040fe384d0ac12c10f64c26a97faa17dd1057f3ba896232ae19cdf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr4310-v1-initramfs-kernel.bin"; + sha256 = "eb919645a3d2fe0d9d75ba174c792be6c2aaea11f5bbc2e12072bc72d770bd3b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4310"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr4900-v2-initramfs-kernel.bin"; + sha256 = "3b1ba8bfdd60177ebe416aab335b9a3a18ab7774270c98a5d629922ea77a57a8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "baca9fc308aca3487747da5705bf40de3f3d310263dd30736c2f8414a8884fb7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "de51ea7d0f6756ff1cd8552b0686bc9d9c8b19376eb005a4226e50a7919941cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr7500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "86098fa9d142ef8e660ac8985582e2c5c559e73faa877910db9769d105df355c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr7500-v3-initramfs-kernel.bin"; + sha256 = "da14673db1933c107587f0622b1a67beae79376a710827146fcc5df0b6a0dbc4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "222134c405be7e06dbfd69b7b22d3af00e93f7b003afab380ef0a52bf488863a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr7500-v3" + "archer-c7" + ]; + titles = [ + { + model = "TL-WDR7500"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wpa8630-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "5915fd72090165d2d501f047e1fa097a69e21e4c3da2d872b68a6e7b9f349a43"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "faec0c3d2896c115711d7d5d961be44b72902d3884f6ac119e8cacb6e3580277"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wpa8630-v1-initramfs-kernel.bin"; + sha256 = "f9701a3d88f0182a9c67a7a6b2a1198e2460d2e97b1c0cd2085a6e8fcbdb3b61"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630-v1" + "tl-wpa8630" + ]; + titles = [ + { + model = "TL-WPA8630"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "3c431a5d447ac21b5ce8f3b821d29316663ef2edcaf519e04c2251149b3b61c7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043n-v5-initramfs-kernel.bin"; + sha256 = "e41908e77121b549e90f1ac8b3469b4cb59d114d22964ade3bfc28cf2b1a26f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "1c47313e6805473a8d0a963f3dad5b993a0bea209061483fb5d86621c36e7b39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + model = "TL-WR1043N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "db30198835e487d86d7adcc1938bd9084abf53d7e2b37770227d588bd5091ddc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "ba2178f619fa4635748b5aa79550733c9354ac5da690259856ef5965f3a47ffb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043nd-v1-initramfs-kernel.bin"; + sha256 = "15c69b1935517e0febfe992e95d6dd79cf1e85f48859a88050a7cf91e4331002"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043nd-v2-initramfs-kernel.bin"; + sha256 = "b1d04c612be2626f80d01e504340895eb2e07f859b57cb60a46bd44a6e988c81"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "2cb6603570c0be921647d48d4ccb94f8ec76585249b0b05887cafeff1e242de7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "cccc3ac9d5d5deedab6506d8ddd1baf83cb6009149391d4644233c8e6229fcb4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "c66b4f8d465edce5cf8e81fdf80e1d62f47e535256a39421167bd9f01cc2545f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "6b39a2cd1488d88c0c181714a1616bde65524c1c16a764453d3439631e8a02a3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043nd-v3-initramfs-kernel.bin"; + sha256 = "8cd3af58472d3a8bdae7925632467814b905c1e9f146b8aee5cc74f70140105b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043nd-v4-initramfs-kernel.bin"; + sha256 = "9bd45f4c638520559145b23cb22768eef14d2c3eb4bbb6e445713ab13cd3e547"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "550f4359365d11d81571a00d6725002c67c4738bd4d3535e038b1646903da466"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "28f2383a48bc950558a32ada10749daf6d4eb8ba6b13979b131d2031782d54b9"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1045nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1045nd-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1045nd-v2-initramfs-kernel.bin"; + sha256 = "3a8d04a5da2eff785fd032b6f33c56da35f10b4fe38fb94afeb9fbfa58f5fee8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-sysupgrade.bin"; + sha256 = "429aef071413af41eef37ad9a7750bd4601ac5c30b61b1c06bfe720db9b36a60"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-factory.bin"; + sha256 = "9ccf1d0c10066c865c91ea5cc275e8097c74c68160f78ef50a62dfdb0f1289bd"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1045nd-v2" + ]; + titles = [ + { + model = "TL-WR1045ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "29214f02a81754343bea3a2c2fabd48fc91ad706cc8d4503b412c22e2d5c062b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "7e8ac8b7490650a23321a86331f57fa65a94f7266199be900b5f587a5ee9331a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr2543-v1-initramfs-kernel.bin"; + sha256 = "98d2e21f1f35336102fc3daa8490e53b7c5e474651119130bf61dfd27b3819ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + model = "TL-WR2543N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "28d20d7cc0d0ebbc4fd9822e81484f2c97789356d7ec45920a54968920a6d142"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr710n-v1-initramfs-kernel.bin"; + sha256 = "af6e1dc812a15361bc53f0648e36726b17f6132a25140ae75076146bc863202b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "40bfaf838c75c25aff3bb97e9e0cbb4b9598f56bc6502974ac4ce9c234f3b6d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "3325b04bc990a6c21d378da95c019fe03d33dbfb32189b0bcbffbd768d50ea05"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "ab1a1009c911d178a44bbb1e28c2d87e0ffd8da2109077b3fd7bded206dcce5a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr710n-v2.1-initramfs-kernel.bin"; + sha256 = "4f7909493a3b44980eb21ee3375b0ffd03da8536c3e7b7f18003773fdc31d24d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v2.1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr810n-v1-initramfs-kernel.bin"; + sha256 = "ff1e04547d925cd37d914fcd1eb044962bdc4815f490a72460d850257b2784c5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "15a23c96a02266a850d26d530852b63888609b04d50a800e809c524fe37179a9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "596dcc035aa74a5e5c6eef74b845366cef5959006a34b4879ab0d52994e9250f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr810n-v2-initramfs-kernel.bin"; + sha256 = "493006d5123e7b1a58fd5acf471502c2a4b35ff79e6f6466248e646fd1d3f95b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "c5e4ebbfe140bb8cf8c29c0c64643bc876521f824189a97a4c9e505243ae03d5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "e3b13b44b05557b9b57e3e11963607a3136e476f0c419c79ef8d7e29a94d4c60"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "883eed67e7dac49f1b3953991243d3afe9467098e60930326d2e499687016a18"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "657f3e3fc919b022f627d841030be2fa4f9ae6ee6a669f900dbaf6440818b7bd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr842n-v1-initramfs-kernel.bin"; + sha256 = "fd3c8c26cee2324540afc4a63232b5309f6d228174769fbdf264d876bd9d269a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "8944d73a7ae0ac2f72b70c06749763c51de6b07fcbf0221f8926198805913bb8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "1670ead22869c287e3f7839d965266d4fc010156a2e6963ee8d9a0d3bf07d939"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr842n-v2-initramfs-kernel.bin"; + sha256 = "a8a56a818753510844df494fda5efc844d0b4b486c4c1219da3a10aef59399c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "cd09fda9b7de12605f8041abe5f047f803db62d6ebe5265cd625c6c0b9778796"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr842n-v3-initramfs-kernel.bin"; + sha256 = "d5c7b733027c944495b76dc4fd8ca23764ab55a5d46b252216e7b52a8aa1024e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "d782090d5aa50f5bec0d456c7246b241ef282f73065fbaf5b02a4ed90c42310f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_tl-wr902ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr902ac-v1-initramfs-kernel.bin"; + sha256 = "7e3943d569fc05bc40022c64e947ecfe5c72dfc551c647b39748a355d9be524d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "fdd202c50f46b3c10e0289dfe7ffa6b390cf4e8e2970bed7a24c29210fa6bcfa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "e4c46ffa184e96b95429a71afbea0366efca97ce98cc7e9abac22a57894be56a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v1" + "tl-wr902ac-v1" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_wbs210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "050cbc15de26cd89af8fc479c9d4014bc1aac872c76c5091580713e791a969ca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_wbs210-v1-squashfs-factory.bin"; + sha256 = "e7df8a5376f7f78d9578fced0612dba455ab7674b05d14193e12ee0267e71b78"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_wbs210-v1-initramfs-kernel.bin"; + sha256 = "30ea70b851336e2f0c0a4a6209f0f3c5c624b72825ecec233bd9b019e5b98e52"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v1" + "wbs210" + ]; + titles = [ + { + model = "WBS210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_wbs210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_wbs210-v2-squashfs-factory.bin"; + sha256 = "534dddf38142afbb9f5cb6ffcc9020753d526093639cd3618d2c22242dbeb395"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_wbs210-v2-initramfs-kernel.bin"; + sha256 = "842dfabeae6afddb9d124cc00104cb9c8c473bd2d97814a77b4f07f95ad6e4f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_wbs210-v2-squashfs-sysupgrade.bin"; + sha256 = "29d2d5cbbb52b5f6243b8730b929bba628ff19bde78f11300cef0924b51777ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs210-v2" + ]; + titles = [ + { + model = "WBS210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_wbs510-v1-squashfs-factory.bin"; + sha256 = "a71e52373ae3f18d2c678da17488036a2be7c9a8f82287f22ed64404b3e84ea5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_wbs510-v1-initramfs-kernel.bin"; + sha256 = "8626711816a371a1f41bcbf9c8604fd65c5edb67f62c6ca021feb7d9e7c8425e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "ca918d2ce88fc3204f60f268a47223bdfc9c1b4a211490cd9725f5f7ce69f45c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs510-v1" + "wbs510" + ]; + titles = [ + { + model = "WBS510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-tplink_wbs510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_wbs510-v2-squashfs-factory.bin"; + sha256 = "2fcb43f5b47d0b31b9d05f18693f10e392fd04cba38fe36f6637b4e05557eb65"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_wbs510-v2-initramfs-kernel.bin"; + sha256 = "e4e37c16cf16081f8be63181323a3c75cad86bad0f662ff5f75bebc08f03527b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-tplink_wbs510-v2-squashfs-sysupgrade.bin"; + sha256 = "ce85ee038ae4e330c611a5ee91d52efc9ebc3af9384ddb3bc35d88d65cc7a533"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs510-v2" + ]; + titles = [ + { + model = "WBS510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-823dru = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-trendnet_tew-823dru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-trendnet_tew-823dru-squashfs-factory.bin"; + sha256 = "3482de2edd029b912d5a643f5d980f5233c36f1bc9a6a3d712eec32bd25cb6b8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-trendnet_tew-823dru-initramfs-kernel.bin"; + sha256 = "d9a1618e1d307d1e99da63e2ce434542abca787e2612918e7b1eaa9377678d3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-trendnet_tew-823dru-squashfs-sysupgrade.bin"; + sha256 = "5790289e4a0ad98347ed9e83c9088569ae80ae6534a9c2f02a7b733d25456270"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-823dru" + "tew-823dru" + ]; + titles = [ + { + model = "TEW-823DRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + ubnt_aircube-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_aircube-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_aircube-ac-squashfs-factory.bin"; + sha256 = "a9ec98bc647d493b5c39f22b9a0b539745d6973f9ad1e311ed8052afdb65dfe3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_aircube-ac-initramfs-kernel.bin"; + sha256 = "006fd1fe18d829d74434ae8e749bfcc6e8e947c095d264419473fbb92e074118"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_aircube-ac-squashfs-sysupgrade.bin"; + sha256 = "8a5c748b94cc8c2da9887c45e0f82f4ed19c2ac210ef851511ab36df62b86421"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,aircube-ac" + ]; + titles = [ + { + model = "airCube AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_aircube-isp = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_aircube-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_aircube-isp-squashfs-sysupgrade.bin"; + sha256 = "de27c4c1d82642f73113ddbed852444acfd461a887629068b0ffde8ed1e1fecd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_aircube-isp-squashfs-factory.bin"; + sha256 = "39635daee85b4badd9bf2784835af6b9a132f5c24089647c274f59c967ce9293"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_aircube-isp-initramfs-kernel.bin"; + sha256 = "ef2f86e34ea21ac37edc8845fc2750671a3b904df1368681c3cf718fff32300a"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,aircube-isp" + "ubnt,acb-isp" + ]; + titles = [ + { + model = "airCube ISP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "2ebb1882f81f3fa75e9a6e625d267feeb66edfd448ece8544b52cc81af009726"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_airrouter-initramfs-kernel.bin"; + sha256 = "6dcbcd1322476a89c011f86969fdb81f9a62f64ef50261a2c93e50ab48a646e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "2c3b318355d5f273a8332993218c5980d9c08648f5c0d5916919e1865166e3e1"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + model = "AirRouter"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_bullet-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_bullet-ac-squashfs-sysupgrade.bin"; + sha256 = "cdb20bd85771ac9a5bb48941a982df7f56aa07a189b6edd2f8fffa25690f5d01"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_bullet-ac-initramfs-kernel.bin"; + sha256 = "f7bee1242a2852750a3f5ec4c0a9f2145edf1914d76bf72cc4f5c94be5bf70a0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_bullet-ac-squashfs-factory.bin"; + sha256 = "5a7de2f0ad790a113ab026ec596ac604912603d0dc7e2d029584ff534290256f"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-ac" + ]; + titles = [ + { + model = "Bullet AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7240 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_bullet-m-ar7240"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_bullet-m-ar7240-initramfs-kernel.bin"; + sha256 = "965321e5d3e9e16430cdcb46ad777846db121abddbe988ce80e466b2f3eaf74f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_bullet-m-ar7240-squashfs-sysupgrade.bin"; + sha256 = "47986af40e9a482c1caae9e02f6997c65d931b491ead2c527c9fc1e19f8ae478"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_bullet-m-ar7240-squashfs-factory.bin"; + sha256 = "62385d1ee97dbd8252f99e0f7527b01c5cf1069e08b35b0543e56662caefb3b5"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7240" + "bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7240)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7241 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_bullet-m-ar7241"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_bullet-m-ar7241-squashfs-factory.bin"; + sha256 = "82fe4e3218e8b813e51d4610f1a8d84f70289215de0cf25f0c417058b9de8b8a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_bullet-m-ar7241-squashfs-sysupgrade.bin"; + sha256 = "dc337e8c4a11a04d53553bb8b25b06fb80626a688a2006ea313c9c6a7efa3181"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_bullet-m-ar7241-initramfs-kernel.bin"; + sha256 = "f06e6c296ff5344bc045115d3c0196e6a967f4eeaabdc17541f5efb50f8c1762"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7241" + "bullet-m" + "ubnt,bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7241)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "4ab52435e8807f97eba2ecb4403505734088b5b3becb386736c4242a258646e9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "43bd9258f13f5dcb92f60d2a36a07525a327e5a21431bad59a236ab61937fb31"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_bullet-m-xw-initramfs-kernel.bin"; + sha256 = "ebe407e30400fc4a42fa72dff808d02751ac08b7d682c23aa34671ca877214c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-5xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_edgeswitch-5xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_edgeswitch-5xp-squashfs-factory.bin"; + sha256 = "e218b819afd08fa18fe5674310e77bb84c3e14fffc3802e9dae9152320f108ee"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_edgeswitch-5xp-initramfs-kernel.bin"; + sha256 = "9b11bcb8345945156a8a35295e20aa6e906273404b06193bc84fadd201a2b2d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_edgeswitch-5xp-squashfs-sysupgrade.bin"; + sha256 = "0bfa357fc16589df71eff24af06ef13ef09329bbb9da85d72ac76cfe33ae4206"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-5xp" + ]; + titles = [ + { + model = "EdgeSwitch 5XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-8xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-switch-bcm53xx-mdio" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_edgeswitch-8xp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_edgeswitch-8xp-initramfs-kernel.bin"; + sha256 = "cf401deef4bf923ba1b89198b28a828103105949dc0402c7408959f596cb98c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_edgeswitch-8xp-squashfs-factory.bin"; + sha256 = "0a6115dad00fff3e09c31dd502519ba4b6a4cd5b65926a2dbd07ec60802b9b12"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_edgeswitch-8xp-squashfs-sysupgrade.bin"; + sha256 = "c72ab6c6feadb0020b5db02618d98fe5ced01eedd19e3f1c95fff22e7a3dd951"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-8xp" + ]; + titles = [ + { + model = "EdgeSwitch 8XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "2991379f9a4142b23b441a9e09af7c9fbdeedb8208b96a684b9193fb55def70e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "4f16c127031a7e6bac5c98cf3caebed2d9829431d1dee33c2726a1b802705e4d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_lap-120-initramfs-kernel.bin"; + sha256 = "6b7379234b09614ccad5d995cd7b0b43e5643815380820e10d394b27960bf403"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + model = "LiteAP ac (LAP-120)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_litebeam-ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_litebeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-factory.bin"; + sha256 = "934dab3b6ca263044a70c4bc91674a69bc8ce774d6ac5beab9c979fdacd1c49a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_litebeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "6aab2c6fa64af72dcfbe019e143aceae28bfa75e4f1e89223465ef71f28c524b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "3270d7bbf85a93a3f0b35396dbb6713e73b8f6ee6f99307ad7171f89a931662b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,litebeam-ac-gen2" + ]; + titles = [ + { + model = "LiteBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "42c193244da1136be015da1422a72fb5b62cfcc93d6a99727fb6bceccecb2695"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanobeam-ac-initramfs-kernel.bin"; + sha256 = "4b728df22d74db6909333d7942bb30d9823c7ec0b7c8fd8adb804b69f4f9e4d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "85df143fdb16e9499c8179489e180765f20115ef2f42dbcb7047fcf524c908be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-gen2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_nanobeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "fd38dc510a3070a546f3ad102bc6a00437fffc6a428d59fd148f19b2d8ab5e66"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanobeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "be97551a266183fcca45edb0d663d57dfc3bf6f45f612e5051ecea3d8b631608"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-factory.bin"; + sha256 = "2975390e4adf9e572083a6091459d2bdfb78150e78513dbd8733fffec6082895"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-gen2" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_nanobridge-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanobridge-m-initramfs-kernel.bin"; + sha256 = "1a86deafa686c7bc5ad49674c694f149e2ae18c31791ee91d945138f0eb86929"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanobridge-m-squashfs-sysupgrade.bin"; + sha256 = "98e85ad21bc9c88535c983942236b3e79f616e4fa933014b20b90f3b00b690fb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanobridge-m-squashfs-factory.bin"; + sha256 = "97012c0d560c589d2a8a9674b070be5117aa23ee0d46a3ccdbed26ac516fe7f5"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobridge-m" + "bullet-m" + ]; + titles = [ + { + model = "NanoBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "9418af112ae6144fa61e35de463ba83a86a2e30e182f740530369858899d5c5f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "20011bfb52e91111833f40f45f7a0f7f5e3871efc47236abfff863dd641e6602"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-ac-initramfs-kernel.bin"; + sha256 = "ac181b9249b26fdcfe0045fd73b9f4f733653b93a4a3c4179daba1ce38860700"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + model = "Nanostation AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "6b1f9ee17de9e01617e87f8c2d28b98e0d88a59a3a0fecbb2da29bb01ef104bf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "49682cc6c8e4bbddf8c511426bc08b2049c96df7d905069d0b02b44f8e18bf38"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-ac-loco-initramfs-kernel.bin"; + sha256 = "c37a0a520114a80119e59e9567fe465c633be0e8e3a70821ba00996bc27b8b0a"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + model = "Nanostation AC loco"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "f7d67acf1779b3ff253a8ff523a9e40e4dfca0a2248a02def67c8159dce0f988"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "c41c44236b5d1a66eb551980a47d83d3aee950c183fa8609c69185183258576c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-loco-m-initramfs-kernel.bin"; + sha256 = "f9d4420a2e53d1fc11b5939af8825db1ede1b6b154742052b9fb9c6c76fd477b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "0cc31ae47d47f0b376176ce75449b7a141a4e0065620dc35109ecf8f5a22113a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "17998e0d463d0fefce544b8c4b9e08baa8212f958e56d82fc356654d9fb359af"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-loco-m-xw-initramfs-kernel.bin"; + sha256 = "e9d85b0d08b927eeb0bcf1dd473225d5652ea1a56287fbb576a842dd404d295c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-m-initramfs-kernel.bin"; + sha256 = "f1e96a44e3fc555125adf6c6ad32bab7c6d17ffe0c2c08f3d34396d6af796165"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "4c8c05b67a4ed2c4e7a3fb9789e4e70a2edcf385e771e57f81a0cb3a07d0eaf5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "602646c977fb448903627fbc0c90418da0c7bb5157610b5296941138cdad5d01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-m-xw-initramfs-kernel.bin"; + sha256 = "c32d6bfe0843f4ed248cf7bd31f81930b1c59a7dbf22b1206ce0148010f0cbb5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "11c1b7e79d9d14bfff7f6ee403477471dbb8674dff8af0923bc6db74b5623957"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "b9c55406ae2e6a11ede2b432bd740bff6876d3c851f126b7ca4d5b6c833245fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_picostation-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_picostation-m-initramfs-kernel.bin"; + sha256 = "6e8f47cd46913b8f7aee3d019acd496e42095ab686922b27346ad64f8bb6365e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "d59ea958f414d19b9a4e7a6d551a58b59a9c3a8c1fc41b1fa5154442c36513f0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "2d0478487c7cbad7a7951c42bd00b12b374c3ab66024a6b1953398d34ab50d9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + model = "Picostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-500 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_powerbeam-5ac-500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-sysupgrade.bin"; + sha256 = "d3d5d37b7a34dbd1953c25627ad1e8eb5e622f92538a40cea591c703bdd7bfba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_powerbeam-5ac-500-initramfs-kernel.bin"; + sha256 = "c7013154f6dfceffb06497e7c5aa1aef147821a66e3b662c72c0c385669a54a6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-factory.bin"; + sha256 = "5d51d90049829618561be6d7ae5fa2614790bbed24dee74e5cfad3accf429d16"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-500" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "500"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_powerbeam-5ac-gen2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_powerbeam-5ac-gen2-initramfs-kernel.bin"; + sha256 = "cb37193b731617329b92f21418ac2b28e610335164250c971d8868b2e4b213b3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-factory.bin"; + sha256 = "68f420341346a2fd2e0b0b2050cc4d097a3472082daecbc7ee36c3f84e144d78"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "e27529c4eca3ab5651f8d240b09a527ad46107b6b82aca42bc5c2ebcc60061c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-gen2" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_powerbridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_powerbridge-m-squashfs-sysupgrade.bin"; + sha256 = "2811725fb0c299991996d8b395f5a796002a20b5ec33a6d7b489466f9b3ed1be"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_powerbridge-m-initramfs-kernel.bin"; + sha256 = "32b93ec16bba8f87a5ef389200908a7f09d6e0d05f47197f18eee42ed0f46d70"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_powerbridge-m-squashfs-factory.bin"; + sha256 = "b7fe859e5d7d50593dc22f18d620abd45489a01cec24faaa66b3def736cb18ba"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbridge-m" + "bullet-m" + ]; + titles = [ + { + model = "PowerBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "6c21ae6ab5936a791d0dc390da2de8986d029a58ab3b177083f6d48ba7e8a3c2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "7e6bb38942ddfb843c6a58d1a5d321b001793babd16c26e526d8f6bad611573f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_rocket-m-initramfs-kernel.bin"; + sha256 = "92f9729f8dcdcf07edfe4afab157f64ca499f9425cee0c96694519c4a3a7fb9c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + model = "Rocket M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "2a606b7f87ec010e5e2e0c695a88e31521a777abcfa0a0f56dc5d07de6a5b8ea"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_routerstation-initramfs-kernel.bin"; + sha256 = "b686fc1e4a5aaa1584f98019108b99466e38a218349f1320d32755d3c79ac24e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "9a4f0dc73966d250cc6ceba45da64e1b6406b835e115744257c30fa52dbcdbc7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + "routerstation" + ]; + titles = [ + { + model = "RouterStation"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "5e37c6b463429a76f2a791eb70e6a6a14fb1c2100eb85b8114fd5952d9777bd7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_routerstation-pro-initramfs-kernel.bin"; + sha256 = "4e567e7a1e88c490dd4e567159faa439cd2535f488ca65388be3972effba56f9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "4e99dc943ca0e997e03c3771b56d72a97ad279f21d3cb6b0a6c68ed73de1a8f0"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + "routerstation-pro" + ]; + titles = [ + { + model = "RouterStation Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifi-initramfs-kernel.bin"; + sha256 = "88669295c5541812ddc8de9f3da58b504928dbf1d68fbb0c35a9ebfd427c7552"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "ddcd6c1c5a3bda09a9f44e5237bf79a373513a09faea31da1d6778548f00f249"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "198d566394a78eaef99a1771fbc2769e08c1c325b18c4135428340a43e282ee6"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + model = "UniFi"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-outdoor-plus = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_unifi-ap-outdoor-plus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifi-ap-outdoor-plus-initramfs-kernel.bin"; + sha256 = "9c84d0b0af3f3921f0a1036679c7784b2d67563826009aeca388e3fec50c48ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-factory.bin"; + sha256 = "b6b95d1733418683bbbba0acbddb74605cc9f4bee1b2c98038ddf334868724e0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "fee2f9e1d0a582e119667eb005b86ffb279b91ac9b285a42c67932643d124e25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-outdoor-plus" + "unifi-outdoor-plus" + ]; + titles = [ + { + model = "UniFi AP Outdoor+"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-pro = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_unifi-ap-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifi-ap-pro-squashfs-sysupgrade.bin"; + sha256 = "a60e8fb6fab3d7de587ea803d0345d103ec078f8701bde4cb28c4cd704c8051c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifi-ap-pro-squashfs-factory.bin"; + sha256 = "08898bf1935ab69171c324cbcce01e3a67f568a47e222677f9e7b38f01e7c1f7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifi-ap-pro-initramfs-kernel.bin"; + sha256 = "7760beb5e60f64d8beff1b1071362b999280e6787b78c099ee7401640ff0fd79"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-pro" + "uap-pro" + ]; + titles = [ + { + model = "UniFi AP Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "f06676d790e426362768ae86f15fdf14b0c924f02f4b6ea3bdc928b931e52e6e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifiac-lite-initramfs-kernel.bin"; + sha256 = "36bacab4fe47ed203d87fc2b2fdb0fd2b2e4e327dd370db4f33274ebbff97cc1"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "e17266409040ffe168ccbe0c32ed75c2e1907fa10473bad8c328444bea40def1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifiac-lr-initramfs-kernel.bin"; + sha256 = "28300427770ae774deadf23445005f77746c460a788859e390377496c0521233"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC LR"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifiac-mesh-initramfs-kernel.bin"; + sha256 = "ffbd2b3095c764f2e59af0c58d8ae7b31e550ea4d476b2f72a1d33362f64a7cd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "cdd8d574b0da942f217459fdfa96931cfe3568c338943cefe58dd6bfe3c78163"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Mesh"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifiac-mesh-pro-initramfs-kernel.bin"; + sha256 = "27c886184bebda86077aafdd5d532869d3bc0427eda7b31f68690bc82a8fbd86"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "639599ae020a2d4a9d90c244232805a51942142a3fb3d4bdc57c6ab6c1da778e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Mesh Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "36bb077afcf77b320c24c19c963b05dbe0b3ae0b9bf9ad4d23436ed55bc2f48a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-ubnt_unifiac-pro-initramfs-kernel.bin"; + sha256 = "5a8577117ddebead0cfe042303be6366472fbdab12c30275ce54faedb2be327d"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + wallys_dr531 = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-wallys_dr531"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-wallys_dr531-initramfs-kernel.bin"; + sha256 = "d51d520855bad78c84211967805d5b0c3a693410553eb0c9f7da2f6d2990938e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-wallys_dr531-squashfs-sysupgrade.bin"; + sha256 = "2c17a859f2a91d7e5699f3a108db7dea67e5326b8bf0f8d4cf59bf97e19a19aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wallys,dr531" + "dr531" + ]; + titles = [ + { + model = "DR531"; + vendor = "Wallys"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "a28a84cbe0403423cdfc09d9f7da41dabba351c5db0a04f693943ab974a9a46f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "0037c345369613a6648f2b5c9d4faa0dd42bed032b9ff6b2c548786f6e6ee0e3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-wd_mynet-n750-initramfs-kernel.bin"; + sha256 = "62983ae529e887d092f979126b9952c33a6f05cb7fcc1dd164291e7176e2e4aa"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + model = "My Net N750"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-wd_mynet-wifi-rangeextender-initramfs-kernel.bin"; + sha256 = "f20ff0d51e1f923992afc9a81fd464fe482c5fd0be4cc835fa106d508426cf7a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "404845ed308ad9af16f889b2e534fff07466ef25488646657786c46a002c6d26"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + model = "My Net Wi-Fi Range Extender"; + vendor = "Western Digital"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "8deda250db42b4ec38e78cabb5cb204ea1735fbe1be42e659320fd59f742e6ce"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-winchannel_wb2000-initramfs-kernel.bin"; + sha256 = "f6943718eeb2d846d872a1080630ba01363ada9947c8cf400a02d4995b2ddb0b"; + type = "kernel"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + model = "WB2000"; + vendor = "Winchannel"; + } + ]; + }; + xiaomi_aiot-ac2350 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-xiaomi_aiot-ac2350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-xiaomi_aiot-ac2350-squashfs-sysupgrade.bin"; + sha256 = "ab4d8108cde4dffa708ba20e7c4e89170551b81f504a3637eecec191ed9bb2a6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-xiaomi_aiot-ac2350-initramfs-kernel.bin"; + sha256 = "1ab8398d42785b49e3a540db35267f6f88456de355730a29dafa53e2981b69c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,aiot-ac2350" + ]; + titles = [ + { + model = "AIoT AC2350"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "8332204eb50664441c93b2c157ecbc81ff0b3d5552cfb5b40e9cbac510184db1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-xiaomi_mi-router-4q-initramfs-kernel.bin"; + sha256 = "02fab4d1472ae9f24d2c0fed3a1bef34e0e80a20e04e7a82f9039e2540a41bd5"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + model = "Mi Router 4Q"; + vendor = "Xiaomi"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "86a788b62fb6bc900dd762dc5c1c7255e3c9d3dffdab0145180c7b9f327fab48"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-yuncore_a770-initramfs-kernel.bin"; + sha256 = "c301e803f3082847ee1edf33806457fc269ec9d3e54c03c6d675377f0f403555"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "144f68ac78b6d79cb5be956519ccf08c287ed717344a4b924cdcc4d800211775"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + model = "A770"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-yuncore_a782-initramfs-kernel.bin"; + sha256 = "76240784fa24fbe3be338a3ac54f09df278f61f5f3199e9e430f3edffde881e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "38b02ed5b2177c4e0293c43a99cfa6c287f59020765ee1dad42b9aee5c62a329"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "df247785c44b842d74677ad5615e0927f167057ab687e4f63a260388bd93f19f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + model = "A782"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a930 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-generic-yuncore_a930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-yuncore_a930-squashfs-tftp.bin"; + sha256 = "e0ae07e4d436152d03fa949e255f8fcf5fbd2a72e9a77b2d53639953f34c7f32"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-yuncore_a930-initramfs-kernel.bin"; + sha256 = "12534c7c0f7623a19bb1882871c306ebe3f56fc573a021417e351e3f0ff1ab2f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-yuncore_a930-squashfs-sysupgrade.bin"; + sha256 = "41d1b1e6b380d4d0e5bd296db718afb11308c8140b1501510761c5a1c0833af5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a930" + ]; + titles = [ + { + model = "A930"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-yuncore_xd3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-yuncore_xd3200-squashfs-tftp.bin"; + sha256 = "654261a799ef89e79abfae11cf1dcf472e40f18e7611aa78a8acee6441f6b590"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-yuncore_xd3200-initramfs-kernel.bin"; + sha256 = "a4a44570cd04dbcdcade89245d8bea8cf17cf5197f89143e4ded886688c1925c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-yuncore_xd3200-squashfs-sysupgrade.bin"; + sha256 = "0c8daaec9f75b22cd9d258e341ffdf65c0467661baf0492b978c6605d07798d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,xd3200" + ]; + titles = [ + { + model = "XD3200"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "5112fe41b0331b877728b3a055aa749259da03dbaef11834d19b4ff9cb36962e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "32a0342fc0c976e11c28989e7e91a0c9392ae7db9b130dd1d0ff8a53a99c2799"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-yuncore_xd4200-initramfs-kernel.bin"; + sha256 = "c25a9989726dc68c0348cbe9927217456d8fa0c9fda961f134c9acf524bd7fe1"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + model = "XD4200"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "f4eda9ca2e4c5f131d2ebd4ba438a820056e482a0953bbf1f4c274f6237c9aa6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-zbtlink_zbt-wd323-initramfs-kernel.bin"; + sha256 = "8bc969bdcf4c4040be2b0ed6a69bb30320b9dd9b7609ad3acb34ee8e26c9f4b6"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + model = "WD323"; + vendor = "ZBT"; + } + ]; + }; + zyxel_nbg6616 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-generic-zyxel_nbg6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-zyxel_nbg6616-squashfs-sysupgrade.bin"; + sha256 = "c3ae58b1ed1380e3c6cad2d339c2360b7f7f929004641a77f40865be08bb4cba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-generic-zyxel_nbg6616-initramfs-kernel.bin"; + sha256 = "e020b8d43faeb5fd0067ac07143171850f6c722cc51ee236b7923e40f25b375b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-generic-zyxel_nbg6616-squashfs-factory.bin"; + sha256 = "89e3bc6bb299ae65fa9eed6cdab0302b5e60b2d84fc48fa85ac4a448a5bedb52"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6616" + "nbg6616" + ]; + titles = [ + { + model = "NBG6616"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "ath79/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_routerboard-952ui-5ac2nd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-initramfs-kernel.bin"; + sha256 = "bcebeb262462d3f5e0fafa5833ebacbecc9e4521b42196e635ccab093d976e7f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-squashfs-sysupgrade.bin"; + sha256 = "718979a3bc9fbd91de5ad07e3c1cfed56161cdd1acfe7b993ea73e25bd322d5f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-952ui-5ac2nd" + "rb-952ui-5ac2nd" + ]; + titles = [ + { + model = "RouterBOARD 952Ui-5ac2nD (hAP ac lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-lhg-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-squashfs-sysupgrade.bin"; + sha256 = "f1900e5cc5874849fb37f615c412ad84f926a1c9be23c1cf4e5bf5480749a45a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-initramfs-kernel.bin"; + sha256 = "a6aa91a75ce267f4a7f324d87365b2e64143c56ca6f36e76eb9b0bebd5d5b370"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-2nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 2nD (LHG 2)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-map-2nd = { + device_packages = [ + "kmod-usb2" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-map-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-map-2nd-squashfs-sysupgrade.bin"; + sha256 = "9d28c5796d0bb3c01a98dc128410ee4f1b89ddd6dbbb50b2e8bd3574dabe98d0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-map-2nd-initramfs-kernel.bin"; + sha256 = "3bf31832ee003b9242e4d676185cf986bcf6645f25a395bd7e52c60f65c49ec3"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-map-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAP-2nD (mAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-mapl-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-mapl-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-squashfs-sysupgrade.bin"; + sha256 = "7d81bb308c25b061686d593d7165059b045871a5a076007587c49a1c19e3da8c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-initramfs-kernel.bin"; + sha256 = "eab26cbf9d070eab920d6c33a7f6e7f5301a1a3971068311197811eb8b53e64b"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-mapl-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAPL-2nD (mAP lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-g-5hact2hnd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-squashfs-sysupgrade.bin"; + sha256 = "b8623c862481dddba6f0001c2ffdecadd112fbf8f33e22953725b358e1f3152d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-initramfs-kernel.bin"; + sha256 = "85ba26febccd89f883fb756ebd18067b6dca079c21590c0628870dcde0ee8098"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-g-5hact2hnd" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + model = "RouterBOARD wAP G-5HacT2HnD (wAP AC)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wapr-2nd = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-wapr-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-initramfs-kernel.bin"; + sha256 = "f352928004b72bf9852b916f4507ec6fee304a41b44fdfc8c0939a16da7707f9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-squashfs-sysupgrade.bin"; + sha256 = "f10b260ca2e32a8b9655a3dd9260015a2279d53d14c079886dd49d0c688ad882"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wapr-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAPR-2nD (wAP R)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "ath79/mikrotik"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_rambutan" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-nand-8dev_rambutan"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-nand-8dev_rambutan-initramfs-kernel.bin"; + sha256 = "726181962d273fa51ebbeaaebfff8be31d943342a5366e557214a1240b8088a6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-8dev_rambutan-squashfs-factory.bin"; + sha256 = "7b04c59f11a123f217c9007aaf344c4edcaf3cf8cb2b324b5e52f43a85f1da0d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-8dev_rambutan-squashfs-sysupgrade.tar"; + sha256 = "5a0cad6eec77bbf21e93a056ddf965a8df8faeefaacff581401423249507d42d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,rambutan" + ]; + titles = [ + { + model = "Rambutan"; + vendor = "8devices"; + } + ]; + }; + aerohive_hiveap-121 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-nand-aerohive_hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-aerohive_hiveap-121-squashfs-sysupgrade.bin"; + sha256 = "ce0e69f8b61e7ee5c720bc4744b11b8a07eca7cd63c2a1f0b680b765aada029b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-nand-aerohive_hiveap-121-initramfs-kernel.bin"; + sha256 = "cc45fdd0cbb5cd57fcfae96fecbf06f2c6726731b6752cad220f26a2f628692e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin"; + sha256 = "3c01b69d14edd548b5bd8dca6cf888df91bba2285c792ac2b485fee35aafd5f7"; + type = "factory"; + } + ]; + supported_devices = [ + "aerohive,hiveap-121" + "hiveap-121" + ]; + titles = [ + { + model = "HiveAP 121"; + vendor = "Aerohive"; + } + ]; + }; + domywifi_dw33d = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-nand-domywifi_dw33d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-domywifi_dw33d-squashfs-factory.bin"; + sha256 = "dbd6d6af82a76963dc6604ab840af0bd7073aca7ed6016636cbdcf7998ea5cc6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-domywifi_dw33d-squashfs-sysupgrade.bin"; + sha256 = "e5bd8d20fec86e4b07e0ea41c9f68322c532e4ab7721b11be7f908915f2065d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-nand-domywifi_dw33d-initramfs-kernel.bin"; + sha256 = "596af498ac8af107efe9aa03fe2802564d29953f3addff41307661839c47d180"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dw33d" + ]; + titles = [ + { + model = "DW33D"; + vendor = "DomyWifi"; + } + ]; + }; + glinet_gl-ar300m-nand = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-nand-glinet_gl-ar300m-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin"; + sha256 = "fb4688ededb78410d5062641a07b6a3b3165b42c0c82cf46927209c51617bbb0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-nand-glinet_gl-ar300m-nand-initramfs-kernel.bin"; + sha256 = "cd57cfcc40676def9271fd36387575683f742380cb8307dee6ce6d2f1d7a53cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-glinet_gl-ar300m-nand-squashfs-factory.img"; + sha256 = "22450fc6c4d637fc5b7ab725e3e16e1b96603960c72545aca8d075c9215472f9"; + type = "factory"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nand" + "glinet,gl-ar300m-nor" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-nor = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-nand-glinet_gl-ar300m-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-nand-glinet_gl-ar300m-nor-initramfs-kernel.bin"; + sha256 = "784de65f371c0d110cb20d960f31ce87fc16443ca53e3cc1ce67df9b4ec842a6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade.bin"; + sha256 = "5d3302124036881c49130b7b036f6a9cd5cf13f2098257d503a5014ff86af281"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nor" + "glinet,gl-ar300m-nand" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.5-ath79-nand-glinet_gl-ar750s-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-glinet_gl-ar750s-nor-squashfs-sysupgrade.bin"; + sha256 = "7ed4abab881af15d9edfd3aa91a38951312f5529956681541e36b6c932bf563d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-nand-glinet_gl-ar750s-nor-initramfs-kernel.bin"; + sha256 = "17186c3be78ccd82797c4114eda1d60c8a0ef458e9b4e97f076bddc63543b157"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor" + "gl-ar750s" + "glinet,gl-ar750s" + "glinet,gl-ar750s-nor-nand" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor-nand = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.5-ath79-nand-glinet_gl-ar750s-nor-nand"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-nand-glinet_gl-ar750s-nor-nand-initramfs-kernel.bin"; + sha256 = "edaee80994ea97d744a3b058e0a4d7f9033ebfba5f6f06c451bf0095b9041c85"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-sysupgrade.bin"; + sha256 = "bef00635d7397ba621d9ad5c82fc4084d4d6cb4c5df4d755e847c5449f8b430b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor-nand" + "glinet,gl-ar750s-nor" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR/NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-e750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-nand-glinet_gl-e750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-glinet_gl-e750-squashfs-factory.img"; + sha256 = "9c2dfd60d1aa413f3d718aeca3312d4898f8615844b5d13ecb3e6869c9fc9bca"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-nand-glinet_gl-e750-initramfs-kernel.bin"; + sha256 = "4b3a989087b76a1c7b76a74dd1c1324cd86405289eae25d0947c60fd5106d47c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-glinet_gl-e750-squashfs-sysupgrade.bin"; + sha256 = "d6f083fa2f14abfeb39f4327e6cbf2cbaadeceae8360fbc9b8d4b7a63df01e90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-e750" + "gl-e750" + ]; + titles = [ + { + model = "GL-E750"; + vendor = "GL.iNet"; + } + ]; + }; + netgear_wndr3700-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-nand-netgear_wndr3700-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr3700-v4-squashfs-sysupgrade.bin"; + sha256 = "4a269c7a6dd11e0ec6da228455581f0c1ca7f421d2d6779e26067317a7d05dc1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr3700-v4-initramfs-kernel.bin"; + sha256 = "a50f63c7219eff32110869e5b572cf660d13905db0ea1285bed4ce4c7778539f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr3700-v4-squashfs-factory.img"; + sha256 = "d39b93e0efa9d74183c6c9217d2afa6b07f8eb5e7d1f2f5760c172aef0cb51e8"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v4" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v4"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-nand-netgear_wndr4300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr4300-squashfs-factory.img"; + sha256 = "1f4d4247c4d0faeed1d8b13712e233aed09be82ae3187fa1209b6e87f039a915"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr4300-squashfs-sysupgrade.bin"; + sha256 = "ea62aafdfe3155fadf3cfa620aa085ecafeac20e111ab41d0856c72cdf26d90b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr4300-initramfs-kernel.bin"; + sha256 = "b4e5d057632d531ef5d586a5361a23e861d5a21a1cbab9144a9784c85efbb335"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300" + ]; + titles = [ + { + model = "WNDR4300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-nand-netgear_wndr4300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr4300-v2-squashfs-sysupgrade.bin"; + sha256 = "facb552fba2efb84a1d34d108ff932019b3dccdc27d028fc6806a0587afadfb1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr4300-v2-squashfs-factory.img"; + sha256 = "25fab0296698e69f471cde280bc1d7b3bb928ce6a398458a468798201bac1cc8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr4300-v2-initramfs-kernel.bin"; + sha256 = "b161365ee9a4f4045c7e8de6ab01b896802764efda3c2cda4fb4fd83889ea33b"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300-v2" + ]; + titles = [ + { + model = "WNDR4300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300sw = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-nand-netgear_wndr4300sw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr4300sw-squashfs-sysupgrade.bin"; + sha256 = "c4a36d25d73cbdf8d1d3d077abb66c287a0b75e7ff04fc3493db59107b668451"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr4300sw-initramfs-kernel.bin"; + sha256 = "d5432dcff12a886a3b5f342085ce210645e890619114876d0ec30a5a003fbed3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr4300sw-squashfs-factory.img"; + sha256 = "b971ad7e4ef54e66f6657dcd5625b04d4997df2c31f4a218ed9c4da1e4b01916"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300sw" + ]; + titles = [ + { + model = "WNDR4300SW"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300tn = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-nand-netgear_wndr4300tn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr4300tn-initramfs-kernel.bin"; + sha256 = "ddd155b5a3e98107cf5c0953ca4f7be17bc76004eb94648981c8d3010c09a1ff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr4300tn-squashfs-factory.img"; + sha256 = "f35a5dcf5f52a9818c8f00cdaaa8c00d71d727af039c8bc2de2ae8e026f51c4e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr4300tn-squashfs-sysupgrade.bin"; + sha256 = "46c37c1083bc6c93ed672dfc4fb74170bbfd28761f20fea068ebadf723390da3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300tn" + ]; + titles = [ + { + model = "WNDR4300TN"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ath79-nand-netgear_wndr4500-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr4500-v3-initramfs-kernel.bin"; + sha256 = "4fa04fcc4e1ce8c709b93b9f456d02a30ec7692e688dbe86282759ec743d67eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr4500-v3-squashfs-sysupgrade.bin"; + sha256 = "7b6a5b041470dc2708deaa89ec5ddd4c613b0c91a8b030f7eef4c2e3ca27da63"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-netgear_wndr4500-v3-squashfs-factory.img"; + sha256 = "a54a9fae9540864e7924d2a938fd5485dc7e1fca88adeeb0d3ae653575aa9046"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4500-v3" + ]; + titles = [ + { + model = "WNDR4500"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_nbg6716 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-nand-zyxel_nbg6716"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-nand-zyxel_nbg6716-initramfs-kernel.bin"; + sha256 = "d05a611b9f8ad897a7b48d9d691fc927cd0ebba69b09d23c633207e69223c9ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-zyxel_nbg6716-squashfs-factory.bin"; + sha256 = "25cf283067450516e345d9f074887be4aa26e0bd9d22408da893f692f6b09942"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade.tar"; + sha256 = "ad0b5de66d83b9e45811114c1318fbccf870618fc883849c8c2a822f0506aea1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "5a50868822b9b5a5614908af23e3624483c321d9b39ff01b9279d85024045796"; + type = "sysupgrade-4M-Kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6716" + ]; + titles = [ + { + model = "NBG6716"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "ath79/nand"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + engenius_eap350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-tiny-engenius_eap350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-tiny-engenius_eap350-v1-squashfs-factory.bin"; + sha256 = "537ecaff8ace3f23f8148d3e04cc66ac6a3a77932575b3383c659319fc0c96c1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-tiny-engenius_eap350-v1-initramfs-kernel.bin"; + sha256 = "4d31d264523689ce73a09a6510117bdd57aa5979f851aa7da7a19efd5d5a1ad9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-tiny-engenius_eap350-v1-squashfs-sysupgrade.bin"; + sha256 = "fd3c8297b219b95abbd44a976fc6f0ac38c0e99a20f031c2367855595e557ab2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap350-v1" + ]; + titles = [ + { + model = "EAP350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ath79-tiny-engenius_ecb350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-tiny-engenius_ecb350-v1-initramfs-kernel.bin"; + sha256 = "1383c9ac03cb41fffff68033d1515fdfd918878671f74dd51b52112dfeaff980"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-tiny-engenius_ecb350-v1-squashfs-factory.bin"; + sha256 = "f1e1814a51482dea685618d8ad7f180000f4a849d9f7b90a52593fc2d2af6f8d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-tiny-engenius_ecb350-v1-squashfs-sysupgrade.bin"; + sha256 = "8b933b5ae49bc55507e0888e0a91d274724b143ff1d97ce070e70c9ea47baaa6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb350-v1" + ]; + titles = [ + { + model = "ECB350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enh202-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ath79-tiny-engenius_enh202-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-tiny-engenius_enh202-v1-initramfs-kernel.bin"; + sha256 = "c8435fc0b338d52877bdcad6c9ab50d4f94f8c96165085d6a4b22c654df3f0e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-tiny-engenius_enh202-v1-squashfs-sysupgrade.bin"; + sha256 = "75081dbd5a9cf2d72f98384ef9f60867cb3302723626ebd536eb0177a00febf8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-tiny-engenius_enh202-v1-squashfs-factory.bin"; + sha256 = "02e7109e417cdfb70a1a2213e936ca80a3b6eb8278ad8a2459c0778401bdf5f2"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,enh202-v1" + ]; + titles = [ + { + model = "ENH202"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "dfe7f685c83c481754698e97ff45c7e78c5978a694a8b7a2efff8f9d08c8c3a8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-tiny-pqi_air-pen-initramfs-kernel.bin"; + sha256 = "2bb7ff059aac020157b9ed498e4924eb6913dd6e270c2531de37cc0c7509dfe7"; + type = "kernel"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + model = "Air-Pen"; + vendor = "PQI"; + } + ]; + }; + tplink_tl-wpa8630p-v2-int = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-tiny-tplink_tl-wpa8630p-v2-int"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-tiny-tplink_tl-wpa8630p-v2-int-squashfs-sysupgrade.bin"; + sha256 = "75a9139f2bdd3910492e40a6f152aa160f4f80cebfe5d674f5a3997d9eb16e8b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-tiny-tplink_tl-wpa8630p-v2-int-squashfs-factory.bin"; + sha256 = "7274efff3e97460729cda30b8aa39a343fc57a6922061517305b5dca97fba365"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-tiny-tplink_tl-wpa8630p-v2-int-initramfs-kernel.bin"; + sha256 = "2ba56f30b8398ddc4783467d7d50420305e318047642cb5f984ba96a12c77b20"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2-int" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2 (Int.)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.0-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-squashfs-factory.bin"; + sha256 = "de6db146eacb6bf869f131fee6d13967b25cc9bb93316cdc8b6d1a246bddea2a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-initramfs-kernel.bin"; + sha256 = "f65a6c091db40f07184bcd6e5b8abc04d4a49b50af5c0a5ecffc8b7cfd21646d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-squashfs-sysupgrade.bin"; + sha256 = "b6ea2244ee26866160867e15d47cd3558a4e258142909d97b9941be41df1bb12"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.0-eu" + "tplink,tl-wpa8630p-v2-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.0 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.1-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-squashfs-factory.bin"; + sha256 = "694b4e806120f616786b27d7ac96085ef2686d1dcca03e339d270ae8a06b2773"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-initramfs-kernel.bin"; + sha256 = "6c9b8beb52a1b49a0407ea846e280b376d546a86d4850448ed586d5048603d35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-squashfs-sysupgrade.bin"; + sha256 = "1c9333474f6d2bc48142bddf633a6fb7e2b251ca5d99ef4b7bfcc13575c49179"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.1-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.1 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "ath79/tiny"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + bcm27xx = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-zero-w" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm27xx-bcm2708-rpi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-bcm27xx-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "637a0a32904f5258907c8be51d9ec9a105bac4ed3a26dca8700ca031bc7ad66b"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-bcm27xx-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "527802a2acbb31eab65fefc9643fa4ccaab28bb21cb22a5f2a27cdc021723495"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm27xx-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "805f651c9fa46048cb247b0abba87df06c4125bbf4fea69ed43789a585a9243e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm27xx-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "de82b4c0ea3774f078704a3154522acd0e5d1c76bd1d35e01f737cdacf933130"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + model = "B/B+/CM/Zero/ZeroW"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "bcm27xx/bcm2708"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm27xx-bcm2709-rpi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm27xx-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "dc9749150e97ac30ea3b0e6fde1e7d77a43128cba4db6768715949a66790de80"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-bcm27xx-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "9ffd9ced92db4df29c5d8700713a23b670bacccc601dab3cbd6687c2469ce927"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm27xx-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "6a6cf167afb3ec79d8d486f480b87e96366dbb89171e96b0bbff162a9e93cfa1"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-bcm27xx-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "944dd72bd039987a76196b731f2a02246fdff8a3ac342a5a247c4bd2400cf9e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "2B/2B 1.2"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "3B/3B+/3CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "4B/400/4CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "bcm27xx/bcm2709"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm27xx-bcm2710-rpi-3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-bcm27xx-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "4bbb2007a70bcce7bbc3b497c8d9af28c20eef755138cb17581224c8081385f9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm27xx-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "1ec8bbc5dd73c70a504c4c0de8ec9c741ece051ace74bf51a03b64ceb6ae48ac"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "d895146c07645d69a0929babcf5b622a7dfc5dd66c38b328914eeafef93df1e1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm27xx-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "b612f09368e914acae4e21f227a1ea162a87a0ef6be9c793136b2b244797d7fa"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + model = "3B/3B+/3CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + { + model = "2B-1.2"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "bcm27xx/bcm2710"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + bcm2711 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-4 = { + device_packages = [ + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm27xx-bcm2711-rpi-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz"; + sha256 = "6c4232b63e106e64dd4c3f23dae23e723c2c49947df14de6b49e09102a8d0963"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz"; + sha256 = "e43e5806c489431e64eae7d66d9de005670a5cc8cf8d8558c971c8f3b45ee2e3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz"; + sha256 = "af0ca0e93a85b2cd20a49bcc3fd6ab1521f9185e2deb3a63b5b1e4e1e83410bf"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-bcm27xx-bcm2711-rpi-4-ext4-sysupgrade.img.gz"; + sha256 = "12820f225005afc133ebc9a0fc47ccea768e3297866cc35b0327f5be4793d407"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "4B/400/4CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "bcm27xx/bcm2711"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + bcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + linksys_e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-generic-linksys_e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-generic-linksys_e3000-v1-squashfs.bin"; + sha256 = "2506433331dabc9ece5d022ef04c9d321d7d2d85279de630bcdbf749458ec70d"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3000-v1" + ]; + titles = [ + { + model = "E3000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + "linksys_wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-generic-linksys_wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-generic-linksys_wrt300n-v1.1-squashfs.bin"; + sha256 = "07153784ac6dd6b28ad866b74e45058e366430eb0a79ff8a90e9dcd337bbf97f"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1.1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-generic-linksys_wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-generic-linksys_wrt310n-v1-squashfs.bin"; + sha256 = "3daa704db025f391d43413337b0a41d65e38825e2830b32ddca518e1daf4a0a8"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v1" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-generic-linksys_wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-generic-linksys_wrt350n-v1-squashfs.bin"; + sha256 = "0346653514705e553b2c5ae468ab98d4c51fd0f09d80d50f4fe86f73dd9df483"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt350n-v1" + ]; + titles = [ + { + model = "WRT350N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-generic-linksys_wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-generic-linksys_wrt610n-v1-squashfs.bin"; + sha256 = "0617c8f675aa8d5ead1f31eadc644a8d50a511f607ca800e96a65b8afa309ebf"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v1" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-generic-linksys_wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-generic-linksys_wrt610n-v2-squashfs.bin"; + sha256 = "9a185b9a1c18bb229755be190dff16aba7259b7250a5af9414231947a9d49be4"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v2" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-generic-standard-squashfs.trx"; + sha256 = "498f575a1755a5415ecaffc2c488f983ccb1fee9ed1305a2f5b39fbb73e9d848"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "bcm47xx/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-300g-squashfs.trx"; + sha256 = "463770839c4623738cd2d56843672283970de861efb460c66fbdb352e8bcaa77"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-300g" + ]; + titles = [ + { + model = "WL-300g"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-320gp-squashfs.trx"; + sha256 = "678c032030e87ebe1769e6943822f662a342d30bb7456552c094d546adf2e832"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-320gp" + ]; + titles = [ + { + model = "WL-320gP"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-330ge-squashfs.trx"; + sha256 = "5d864d3d5990e5d5c8ac9152f8263d136cc5e1cc657cad9817624d66e3c32fe6"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-330ge" + ]; + titles = [ + { + model = "WL-330gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-500gd-squashfs.trx"; + sha256 = "5a9d7848582fdeefa63e57652e950db9d74a2a6b5cb8c8bc1c9c803d6deded6d"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gd" + ]; + titles = [ + { + model = "WL-500g Deluxe"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-500gp-v1-squashfs.trx"; + sha256 = "c375d2c8857e4fa2ead1be99e9233876b2cb39b9cad746b6f18dbd500811c614"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v1" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx"; + sha256 = "8785d8ac78b321b807966dbeeb4f5d3d8b52e97b0812d07ae6e8b4c5eb77377b"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v2" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-500w-squashfs.trx"; + sha256 = "f6e6d759ead942fe99716e8233a9e2d1bde199c8ab910ec162b39299925d28b1"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500w" + ]; + titles = [ + { + model = "WL-500W"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-520gu-squashfs.trx"; + sha256 = "075479e6f435555ada35322b7f8b8adda2d8fc6fdf40a5b4a1da372fc22dec0e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-520gu" + ]; + titles = [ + { + model = "WL-520gU"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-550ge-squashfs.trx"; + sha256 = "bb4c785bb573f8226aa85a4a746194366a38dcede83afb585fc583dd8910a134"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-550ge" + ]; + titles = [ + { + model = "WL-550gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-asus_wl-hdd25-squashfs.trx"; + sha256 = "39363c8078208ce0f764c0ae8b45b2e1956d1cfb77477cc87dec3c3667dfd233"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-hdd25" + ]; + titles = [ + { + model = "WL-HDD25"; + vendor = "ASUS"; + } + ]; + }; + dlink_dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-dlink_dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-dlink_dwl-3150-squashfs.bin"; + sha256 = "e142e82ca1957b50005ba5d93737b6df2e799a816dbda51ae7bbc24cfe58854f"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dwl-3150" + ]; + titles = [ + { + model = "DWL-3150"; + vendor = "D-Link"; + } + ]; + }; + edimax_ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-edimax_ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-edimax_ps1208-mfg-squashfs.bin"; + sha256 = "b6746218d9bf1bd4e3b239717e76c7262b21a6d2dabaa274786a6837103d2e68"; + type = "bin"; + } + ]; + supported_devices = [ + "edimax,ps1208-mfg" + ]; + titles = [ + { + model = "PS-1208MFg"; + vendor = "Edimax"; + } + ]; + }; + huawei_e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-huawei_e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-huawei_e970-squashfs.bin"; + sha256 = "7a53a8ce9e3a8167f890ca7afb78813f59ff3315c1ba1c908d9147886baeb17e"; + type = "bin"; + } + ]; + supported_devices = [ + "huawei,e970" + ]; + titles = [ + { + model = "E970"; + vendor = "Huawei"; + } + ]; + }; + linksys_wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt150n-squashfs.bin"; + sha256 = "8e860cd4fbbfbf0fdde38e6bb240fcf30309a440a01f418c2c66295a9a6d1926"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt150n" + ]; + titles = [ + { + model = "WRT150N"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt160n-v1-squashfs.bin"; + sha256 = "7c825d90c1719d68efa73d4f898d4a5af62564975bb3a0fff49f20fee5dbf90c"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt160n-v1" + ]; + titles = [ + { + model = "WRT160N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.trx"; + sha256 = "1ce782ecc3dfc004090f7b44bf6469c7fb7e780a9f7fde01b5aa8ab33bce47b1"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.bin"; + sha256 = "0c81099aadbc22f86eda249010b4be47e8455091888f4ac2317ba2b8b73c17f2"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt54g-squashfs.bin"; + sha256 = "61e02de15ae3fb1771fc98e6c1e61323938a9f75c1e830232708767eeb48b197"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g" + ]; + titles = [ + { + model = "WRT54G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt54g3g-squashfs.bin"; + sha256 = "43148b129108a2ad7b0cf144f92af758d4e72dd51c70ad7cff1f8a80d698f5af"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g" + ]; + titles = [ + { + model = "WRT54G3G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt54g3g-em-squashfs.bin"; + sha256 = "277deb7978d07572b50d87f0b5bdb3c608a1f507c3071794ce26c79ab7c7f597"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g-em" + ]; + titles = [ + { + model = "WRT54G3G-EM"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "866a8374d59b94cf0183a4f3b250859a56008d53398497f6391e25627356a136"; + type = "noheader"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.bin"; + sha256 = "f9c65d9dbb29d5ac207c6177a60944dadf04e0610c6eca6409b7246f112001b6"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3gv2-vf" + ]; + titles = [ + { + model = "WRT54G3GV2-VF"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt54gs-squashfs.bin"; + sha256 = "43557b929a889f879f8971e2db478feda2088d3a718d454d81b724561353dfb0"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v1/v2/v3"; + vendor = "Linksys"; + } + { + model = "WRT54G-TM"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrt54gs-v4-squashfs.bin"; + sha256 = "821114010991c353357d3963e1d2f667afba0593b7395c1777ba226ba941ed9f"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs-v4" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-linksys_wrtsl54gs-squashfs.bin"; + sha256 = "8d9438a916e62308f74ea3f37c99220aaac12c82a16138816dd82ab35ce43bfd"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrtsl54gs" + ]; + titles = [ + { + model = "WRTSL54GS"; + vendor = "Linksys"; + } + ]; + }; + motorola_wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-motorola_wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-motorola_wa840g-squashfs.bin"; + sha256 = "0a1adad63d17297612f71b3d387fa4629e78591d4e90cbc387a6e0afb63012be"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wa840g" + ]; + titles = [ + { + model = "WA840G"; + vendor = "Motorola"; + } + ]; + }; + motorola_we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-motorola_we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-motorola_we800g-squashfs.bin"; + sha256 = "a22d66ac7895ac0ba3f2806fcbc989f27d7abb056f513701a645edcb2aa56fb2"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,we800g" + ]; + titles = [ + { + model = "WE800G"; + vendor = "Motorola"; + } + ]; + }; + motorola_wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-motorola_wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-motorola_wr850g-squashfs.bin"; + sha256 = "b7f6746da4de18dbd79c343c868a4dfad5eadfee81a0a6ca6f4356e0f7578259"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wr850g" + ]; + titles = [ + { + model = "WR850G"; + vendor = "Motorola"; + } + ]; + }; + netgear_wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-netgear_wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-netgear_wgr614-v8-squashfs.chk"; + sha256 = "01bad505ec03df8821555df4601a3e1b1014fdb68bb338fcf412ed1d346ee98f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v8" + ]; + titles = [ + { + model = "WGR614"; + variant = "v8"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-netgear_wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-netgear_wgt634u-squashfs.bin"; + sha256 = "a3751b5bab5a08e034d9c3b0dd9358e5ff4fd72899950744cf0d7d5807828619"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,wgt634u" + ]; + titles = [ + { + model = "WGT634U"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-netgear_wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-netgear_wndr3300-v1-squashfs.chk"; + sha256 = "42b996ea8400b2bd84b4601690e8923729406f9de96af9d4a7b71e5caf93a633"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3300-v1" + ]; + titles = [ + { + model = "WNDR3300"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-netgear_wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-netgear_wnr834b-v2-squashfs.chk"; + sha256 = "82c8c42b93a7565a6593cc28698e32e525bb30fa2e1279662ec9d17695450d17"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr834b-v2" + ]; + titles = [ + { + model = "WNR834B"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-standard-squashfs.trx"; + sha256 = "3764a1a3e1aa90b86e858ab8a8614d893bc4e07e06fd850ebfaedd527711cdb1"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "0cd0f6dcf163ed5a98ce37fd1bef13a81dbe60a0f9bd9a0a8b5a28b4bc39d59a"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-gz" + ]; + titles = [ + { + title = "Image with gzipped kernel"; + } + ]; + }; + usrobotics_usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-legacy-usrobotics_usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-legacy-usrobotics_usr5461-squashfs.bin"; + sha256 = "5cc2c377329d779d27c593dd1354933f318e748f1b14ed306b17d8c383983c3b"; + type = "bin"; + } + ]; + supported_devices = [ + "usrobotics,usr5461" + ]; + titles = [ + { + model = "USR5461"; + vendor = "US Robotics"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "bcm47xx/legacy"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-ac53u-squashfs.trx"; + sha256 = "7453c6c4f752d9a380ee2beede0dc32311f20ba7806227810dd8125c42aa06e5"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac53u" + ]; + titles = [ + { + model = "RT-AC53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n10-squashfs.trx"; + sha256 = "6cc9166bce7609524929e5de0c1157dfe7cd976df46f2bb4425a311655965994"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10" + ]; + titles = [ + { + model = "RT-N10"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n10p-squashfs.trx"; + sha256 = "613ad83b219f5b8690f82ddb550ac455b36363f7345b9e393745e193a597a1b5"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n10p-v2-squashfs.trx"; + sha256 = "0931182cd24265c7041327507129f8a18307fb8b6f2405e6da14206808ddf57e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v2" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n10u-squashfs.trx"; + sha256 = "8deeb23a4a5723db8cf4d08933590be24b4eec18ae39ffddb003b92d61795102"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "A"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n10u-b-squashfs.trx"; + sha256 = "8deeb23a4a5723db8cf4d08933590be24b4eec18ae39ffddb003b92d61795102"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u-b" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "B"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n12-squashfs.trx"; + sha256 = "28b58845a585e0c067a481eb4d2b479f3cea80eb51e48647350ede4ca8be3023"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12" + ]; + titles = [ + { + model = "RT-N12"; + variant = "A1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n12-b1-squashfs.trx"; + sha256 = "604c680993b67a397aa84756412558c772a9e5aadc282351b795c146ab984284"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-b1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n12-c1-squashfs.trx"; + sha256 = "86f21e074d96222d354635be80c8cb8f4eabd51173adc3cc5f9ba85ecaa8d65e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-c1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "C1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n12-d1-squashfs.trx"; + sha256 = "c7c125976470b6d80ae60aea7c02d390e1fad4d0dbb03454c78e9bee220d50a9"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-d1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "D1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n12hp-squashfs.trx"; + sha256 = "de580e437478eecfd8cf022cf3e7b91321078a75a1fc1848660b97628c5572de"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12hp" + ]; + titles = [ + { + model = "RT-N12HP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n14uhp-squashfs.trx"; + sha256 = "38338d216d1b4321730ac0f697b141b2503eb21efc8f7cbf65346898fcf06927"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n14uhp" + ]; + titles = [ + { + model = "RT-N14UHP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n15u-squashfs.trx"; + sha256 = "ff4875386ccc3a57bf2750f5e83775202fd4754b32383c4593c58d76bab13ac8"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n15u" + ]; + titles = [ + { + model = "RT-N15U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n16-squashfs.trx"; + sha256 = "d58c761454fe694fd9762ffe69dfea58bdd3f2ece01bf99e9cf9607502c7d040"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n16" + ]; + titles = [ + { + model = "RT-N16"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n53-squashfs.trx"; + sha256 = "0828374e86358c043a1f21286da511e9c551fc67e2a6b83e45f3dec600540d03"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n53" + ]; + titles = [ + { + model = "RT-N53"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n66u-squashfs.trx"; + sha256 = "770df8b5de93985925393049bdfed19f33a641b6fcc07a19b2ca5b1d645ef73a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66u" + ]; + titles = [ + { + model = "RT-N66U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-asus_rt-n66w-squashfs.trx"; + sha256 = "770df8b5de93985925393049bdfed19f33a641b6fcc07a19b2ca5b1d645ef73a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66w" + ]; + titles = [ + { + model = "RT-N66W"; + vendor = "ASUS"; + } + ]; + }; + linksys_e1000 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e1000-squashfs.bin"; + sha256 = "c5ac04c3e9b2825106017c1848f0fa780613a1f7b737456ce103716e061de5e6"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1000" + ]; + titles = [ + { + model = "E1000"; + variant = "v1/v2/v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e1200-v1-squashfs.bin"; + sha256 = "73b0a4541fce76c12cea43017ec8a59f802d5afa21ea18234f61e3e1804578d4"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v1" + ]; + titles = [ + { + model = "E1200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e1200-v2-squashfs.bin"; + sha256 = "b9443c2f5c9fd905ee595136e92aeda1a394bfb0d352edaa530bf741376cf475"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v2" + ]; + titles = [ + { + model = "E1200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e1500-v1-squashfs.bin"; + sha256 = "1f3c5c307156aa11f2aeecd904f2049d3441fdac5fffbb5b393b0cfc1637a180"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1500-v1" + ]; + titles = [ + { + model = "E1500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e1550-v1-squashfs.bin"; + sha256 = "e22142c240ad4da4fc731786b74b7d1390e8b42cdc92c3218449b089e3717d51"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1550-v1" + ]; + titles = [ + { + model = "E1550"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e2000-v1-squashfs.bin"; + sha256 = "2b6ec7c0b807f7b5cce4f8b9d3e51fe6c8817b4e4d7764159191e85a9d292689"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2000-v1" + ]; + titles = [ + { + model = "E2000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e2500-v1-squashfs.bin"; + sha256 = "be3189cd78a84e3cbe57a9ec583aa93463c0fa15b3c715aa693fc548a27df4c9"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v1" + ]; + titles = [ + { + model = "E2500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e2500-v2-squashfs.bin"; + sha256 = "d170f1abac9bce9b136442d134936a00aa8d4d4c7c8a4c800c306fa69946b46e"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2" + ]; + titles = [ + { + model = "E2500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + "linksys_e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e2500-v2.1-squashfs.bin"; + sha256 = "0d7a3a0722ae3cedf6013e4eb5fc3bd5f0b411c071d6f1f7c1ab97c6af1f16e6"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2.1" + ]; + titles = [ + { + model = "E2500"; + variant = "v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e2500-v3-squashfs.bin"; + sha256 = "1c6b682f6ca006f5a3f338aeefc3ed2a81c9e32bbdd8719bae5cd315abdfd4d9"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v3" + ]; + titles = [ + { + model = "E2500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e3200-v1-squashfs.bin"; + sha256 = "8d5e9530d4f9bcd02283f82b1df305ba0795344572b4a9b223b00cdd7a2537b7"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3200-v1" + ]; + titles = [ + { + model = "E3200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e4200-v1-squashfs.bin"; + sha256 = "48a82112fb835e4793775473c005cf6862fd3feb0fa63d01b0acc928b9ef776a"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e4200-v1" + ]; + titles = [ + { + model = "E4200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-linksys_e900-v1-squashfs.bin"; + sha256 = "51c38f5f5548cb9d7c31bf0fbf548f701af30afdba2aedc2d9f82a7dda7a4ff3"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e900-v1" + ]; + titles = [ + { + model = "E900"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-linksys_wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-linksys_wrt310n-v2-squashfs.bin"; + sha256 = "8625283f0c4338abfe4a99b8e81c57b690658368567619bb053eb513c2924336"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v2" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-linksys_wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-linksys_wrt320n-v1-squashfs.bin"; + sha256 = "1968c1b7aa6d57377fff05c8f679639e12517e89c94005e05e544b5b8644a015"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt320n-v1" + ]; + titles = [ + { + model = "WRT320N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-netgear_r6200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-netgear_r6200-v1-squashfs.chk"; + sha256 = "bdbff478c7e934ecd993af52a458099f603bf646f8f616f1c5d15681d76fb2d5"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6200-v1" + ]; + titles = [ + { + model = "R6200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wgr614-v10-squashfs.chk"; + sha256 = "94814d2c45e51c47d3b04d85356b5e7f510ad5144e5c60aa8049f78c79ad2ac1"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wgr614-v10-na-squashfs.chk"; + sha256 = "12b16d95a9f098da87d490693b2ab96ad0fb52f895e83c380a2af06c6f86da72"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10-na" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wn2500rp-v1-squashfs.chk"; + sha256 = "8c679615402ea5041badae86e143e764d788ac0eb49d5653e77f54a6d2149ae2"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn2500rp-v1" + ]; + titles = [ + { + model = "WN2500RP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wn3000rp-squashfs.chk"; + sha256 = "ef00ddfaa1de7b09be78fa2e1886e8eac9a02ce77ff8c174a4cde40bace30a95"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn3000rp" + ]; + titles = [ + { + model = "WN3000RP"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wndr3400-v1-squashfs.chk"; + sha256 = "bb2be36f709bd4061c6172ddb8bae8317b0bbea20823e74a8520fbf6a61ffd37"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v1" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wndr3400-v2-squashfs.chk"; + sha256 = "c7480aa98719d57869737760cd97e3ec4d064b61a57ce2925deac2bac94af760"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v2" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wndr3400-v3-squashfs.chk"; + sha256 = "c863cfb1fbceb25d690bf68f7e91fb3c9ec8f50fc14f275254d1bdc5498d8b17"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v3" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wndr3700-v3-squashfs.chk"; + sha256 = "7dc91c9e938e6c771bf6c5aae3355c5198a2e598540e3cd7de1ddfebe0c80ffc"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v3" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wndr4000-squashfs.chk"; + sha256 = "72390783c56f65ae75c71cc1233a57ea95c0931159a4bd815abe37b2956b339a"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr4000" + ]; + titles = [ + { + model = "WNDR4000"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wnr1000-v3-squashfs.chk"; + sha256 = "2d413ad3e5a42c251c2b0d96674234ab277cb1ccd387a0d7ff6daf896922b556"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr1000-v3" + ]; + titles = [ + { + model = "WNR1000"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2000v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wnr2000v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wnr2000v2-squashfs.chk"; + sha256 = "1809867227dc2ee0dcba69c2984aa6883fd5124bc7346c1f16b5920f435e22fa"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr2000v2" + ]; + titles = [ + { + model = "WNR2000"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wnr3500-v2-squashfs.chk"; + sha256 = "f0b93501358c13ded1c149f1c787bb31a30be9e2f3dd1d8f9187ecda0f09c1c1"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500-v2" + ]; + titles = [ + { + model = "WNR3500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wnr3500l-v1-squashfs.chk"; + sha256 = "ff05ee7ced074bae656887264da4fdcf4430cb70267400fe22845f20a4f52a3f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (ROW)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wnr3500l-v1-na-squashfs.chk"; + sha256 = "9fefe8726b4fede786011f154663532e2fc7becf174a85272cea757b6a77c2a2"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1-na" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-netgear_wnr3500l-v2-squashfs.chk"; + sha256 = "a10d34adce231e1a5748b9df1c1743a165246bf8fc3cf8338b595f7475572de0"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v2" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "ba81b6998d5a7bb56be8af943dd7beb47c082bdf5c10b0249c85a645ccb0b774"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "63957c0d7305cde2f7c9ea55b78f22da9ca1c883e76831e42ab4b6635e9e9763"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-nodictionarylzma" + ]; + titles = [ + { + title = "Image with LZMA compressed kernel matching CFE decompressor"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "bcm47xx/mips74k"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + bcm4908 = { + generic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm4908img" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "fdt-utils" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_gt-ac5300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm4908-generic-asus_gt-ac5300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm4908-generic-asus_gt-ac5300-squashfs.bin"; + sha256 = "8dc8d85f793cd1fa70e1ce02ae3b5580ac8202f9f073e7d2981b3a21d4ea722c"; + type = "bin"; + } + ]; + supported_devices = [ + "asus,gt-ac5300" + ]; + titles = [ + { + model = "GT-AC5300"; + vendor = "Asus"; + } + ]; + }; + netgear_r8000p = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm4908-generic-netgear_r8000p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm4908-generic-netgear_r8000p-squashfs.bin"; + sha256 = "54fd02dd1f38466671ac2abf0738196e667be4b9af213dcc0e2b4459acf377d6"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,r8000p" + ]; + titles = [ + { + model = "R8000P"; + vendor = "Netgear"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "bcm4908/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "osafeloader" + "oseama" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac56u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-asus_rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-asus_rt-ac56u-squashfs.trx"; + sha256 = "92aa29ddd3e6162b11a75d3d7068b15a3d7560f6bf45454047664ba132b8851a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac56u" + ]; + titles = [ + { + model = "RT-AC56U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-asus_rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-asus_rt-ac68u-squashfs.trx"; + sha256 = "09482587d178142395051cba63f4c1bcb58718550a12377759df902237df1f3e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac68u" + ]; + titles = [ + { + model = "RT-AC68U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-asus_rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-asus_rt-ac87u-squashfs.trx"; + sha256 = "42393fcdbcd09f776399f013a6c2c2dfa5c7001d53f61348f646743b81733829"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac87u" + ]; + titles = [ + { + model = "RT-AC87U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-asus_rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-asus_rt-n18u-squashfs.trx"; + sha256 = "44f683002be1ec7edbe7af42c7f4120c52d2c010d1c5412db8da586c1c3de339"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n18u" + ]; + titles = [ + { + model = "RT-N18U"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-buffalo_wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-buffalo_wxr-1900dhp-squashfs.trx"; + sha256 = "355dc416607e0c51942eca1f6ca3b276132b2ee419c2dd1c845419ea633a3269"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wxr-1900dhp" + ]; + titles = [ + { + model = "WXR-1900DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-1750dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-buffalo_wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-buffalo_wzr-1750dhp-squashfs.trx"; + sha256 = "179ba4e3a620f486b2a7f8ad28e7d2c89e21e3df6e02371b5a8e7683068208c4"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-1750dhp" + ]; + titles = [ + { + model = "WZR-1750DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-buffalo_wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-buffalo_wzr-600dhp2-squashfs.trx"; + sha256 = "0e3705acd9d1bf39c55caddb6636cd19374ca82cdd31133ae0f8331d091542b5"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp2" + ]; + titles = [ + { + model = "WZR-600DHP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-900dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-buffalo_wzr-900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP2-JP.bin"; + sha256 = "97f0d52d43293ff371c436afc53a3fccb577340057a37f9760ab4561c16859dd"; + type = "factory-DHP2-JP"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP-EU.bin"; + sha256 = "e53625c5e0b6d42e98c2ed7c6443c46050afe346befa74e1747712abcf970eb3"; + type = "factory-DHP-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.trx"; + sha256 = "a038ac001f5dd0361d2990c34d5827b663f31661fb33a840995126946aab0fa5"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-900dhp" + ]; + titles = [ + { + model = "WZR-900DHP"; + vendor = "Buffalo"; + } + ]; + }; + dlink_dir-885l = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-dlink_dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-dlink_dir-885l-squashfs.bin"; + sha256 = "7048f6d990085f2b98855b5c05e8b33018fb48d20fd02d57c7d3f965f1901dd8"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dir-885l" + ]; + titles = [ + { + model = "DIR-885L"; + vendor = "D-Link"; + } + ]; + }; + linksys_ea6300-v1 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-linksys_ea6300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-linksys_ea6300-v1-squashfs.trx"; + sha256 = "5cc45dce6045368d0c804c60b95f102247b18fe723660ee3bc6108c2192539c9"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6300-v1" + ]; + titles = [ + { + model = "EA6300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6500-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-linksys_ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-linksys_ea6500-v2-squashfs.trx"; + sha256 = "62e773b9c655b7c84818c90c6b1e4d211cbcaf14cb93ee6af54e82d792a8369c"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6500-v2" + ]; + titles = [ + { + model = "EA6500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9200 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-linksys_ea9200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-linksys_ea9200-squashfs.trx"; + sha256 = "c3fcf9daa39860040cc08fafb1061b1e908b8bef25618c35bf422f8cc8fb0520"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9200" + ]; + titles = [ + { + model = "EA9200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9500 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-linksys_ea9500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-linksys_ea9500-squashfs.trx"; + sha256 = "d1fa23acee2623960f4dc3aa11c886231bcc93fd94d941718be5c084400975b7"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9500" + ]; + titles = [ + { + model = "EA9500"; + vendor = "Linksys"; + } + ]; + }; + luxul_abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-luxul_abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-luxul_abr-4500-squashfs.lxl"; + sha256 = "d27e3cee6a61e46f2e655216a1a954fe751d776221250a0d50940b5680d9d074"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,abr-4500" + ]; + titles = [ + { + model = "ABR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xap-1610 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-luxul_xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-luxul_xap-1610-squashfs.lxl"; + sha256 = "301188890f4eba690fae1d1bfc250f1e7df455a595146c0484d53ec1b4f300cc"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xap-1610" + ]; + titles = [ + { + model = "XAP-1610"; + vendor = "Luxul"; + } + ]; + }; + luxul_xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-luxul_xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-luxul_xbr-4500-squashfs.lxl"; + sha256 = "0be725cb74176f90170b1360c2e9da2f64d478dd7ac22148183d57d7b3ca1207"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xbr-4500" + ]; + titles = [ + { + model = "XBR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xwr-3150 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-luxul_xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-luxul_xwr-3150-squashfs.lxl"; + sha256 = "b95fbd8263cbb9ed5f75ab26c6e4640bd5b90bde1563008a5da99e6de4a73fd6"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xwr-3150" + ]; + titles = [ + { + model = "XWR-3150"; + vendor = "Luxul"; + } + ]; + }; + meraki_mr32 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-i2c-bcm-iproc" + "kmod-i2c-gpio" + "kmod-eeprom-at24" + "kmod-leds-pwm" + "kmod-hwmon-ina2xx" + "kmod-bluetooth" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-meraki_mr32"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-meraki_mr32-squashfs.sysupgrade.bin"; + sha256 = "59669d117ebf256dfa6cdaa113cd5a134767739c074b64bc78b5857b3ffa49d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr32" + ]; + titles = [ + { + model = "MR32"; + vendor = "Meraki"; + } + ]; + }; + netgear_r6250 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-netgear_r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-netgear_r6250-squashfs.chk"; + sha256 = "e9e215240ff85400a07fba7968b5db3b2dc70d3818eafdfc5336098b9f4ef6e8"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6250" + ]; + titles = [ + { + model = "R6250"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6300-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-netgear_r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-netgear_r6300-v2-squashfs.chk"; + sha256 = "88a0004097cdd4f0e4be8a414c8c4935d3dbadc22298f7bfda9b31909bbebc97"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6300-v2" + ]; + titles = [ + { + model = "R6300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-netgear_r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-netgear_r7000-squashfs.chk"; + sha256 = "a95f3302d3c3743a85a786cd7eb3cd32d788b028e193bda999e047e3ba4785c3"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7000" + ]; + titles = [ + { + model = "R7000"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7900 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-netgear_r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-netgear_r7900-squashfs.chk"; + sha256 = "b1ed3e3cced8c4d5ff7197e425c034c0b0f3b6ef3d8892300be992bc3b2a36bc"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7900" + ]; + titles = [ + { + model = "R7900"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r8000 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-netgear_r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-netgear_r8000-squashfs.chk"; + sha256 = "585b7046efb94c3e91ff994d1f212368203e8c2dea1a548b4af23b86dc7ed0e8"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r8000" + ]; + titles = [ + { + model = "R8000"; + vendor = "NETGEAR"; + } + ]; + }; + phicomm_k3 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-phicomm_k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-phicomm_k3-squashfs.trx"; + sha256 = "ee4c6f682da44b994befe398da8144d2c1928fc650b561766385e13a26fe9dd4"; + type = "trx"; + } + ]; + supported_devices = [ + "phicomm,k3" + ]; + titles = [ + { + model = "K3"; + vendor = "PHICOMM"; + } + ]; + }; + smartrg_sr400ac = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-smartrg_sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-smartrg_sr400ac-squashfs.trx"; + sha256 = "4c1ad0a834db6d2880b80ec139908d793a55bb807cecf81e4d144543d32987a4"; + type = "trx"; + } + ]; + supported_devices = [ + "smartrg,sr400ac" + ]; + titles = [ + { + model = "SR400ac"; + vendor = "SmartRG"; + } + ]; + }; + tenda_ac9 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm53xx-generic-tenda_ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm53xx-generic-tenda_ac9-squashfs.trx"; + sha256 = "fad01437c363d47bf63f319c6f642532b499ecdf04aff85e42a7d56c2a87ce08"; + type = "trx"; + } + ]; + supported_devices = [ + "tenda,ac9" + ]; + titles = [ + { + model = "AC9"; + vendor = "Tenda"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "bcm53xx/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + bcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "33a639b19f9978ab7c267d16e1fdbbe7fe90b47689e4760ceb5a9c38f7827f9d"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-adb_a4001n-squashfs-cfe.bin"; + sha256 = "87ab4117ddd585f0d9611e04647a40e7bfa6596402e9fad170fed2b517c5c492"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "3b4207cfe7c38bc0f982795930d9a771ffe9d11bf0b85d444c8e5a18d43472eb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "cf8b252a1b4b4cafcef36ed1ca49f5a7f66f32de2b1cc9f38d5ac622a3ef3dc6"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-adb_av4202n-squashfs-cfe.bin"; + sha256 = "06d539fd8ae2b711035a1d04c80e35a5caf10e8f52840992be43113d6330c891"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "5d8f77cac4b51ad3b833cc4306f77651509713e8e4249311d0bd8883088a857c"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "963334f09d1571a716dfc72f00cffdbcd028ab1490e774082eecf80aa887cd81"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "65cdd99b187baef217cea6cfb1e185d2e3b0fb31d078f91abbdb60e521e71d81"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "0e2617d5f57615693b7e9ec3bb89c48e8d57af765249bf58cf50414037e9f8e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "2b06f008a75045217e2b9983816fadba83c0656ae97f780e9a285693dfd81478"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "9aee75c84817a8fed0b3a55cfb1018b3bdb8523bbdcde9eac5d9a8f6d5b31218"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "0408955633655c6599498fc3a16ed7a5dfa298167ea04bcbdbf0b121ece47721"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "9aee75c84817a8fed0b3a55cfb1018b3bdb8523bbdcde9eac5d9a8f6d5b31218"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "e8110c996a9b4a62685249eb95b7ca901b7b7af292cfbaf09e704a9ce7ea2965"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "8af16bd52e797eeba722a68fff29ee2c3bedbcdbb405ca1ee3fd720d8854a6da"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "8af16bd52e797eeba722a68fff29ee2c3bedbcdbb405ca1ee3fd720d8854a6da"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "1dd86c1ca187dff38649e3f4e982aa77293bf5f2e2b2456e23f8c9bd44e9a1e5"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "2703e82bdd037c6e6558619f11eded52a54b9f47af0d2c369a79fae17d3bae09"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "8fdcccb50afb1da81f7e8bb3a95c567ceeb42ccc7ab56451d0711046c156567c"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "ce4f2fd0b4d5a40504ba425d7c6028c585eefd8dc9b3d74a8b8d7232cbd7e175"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "4e560e48ffd00fced27e874ce6214b53f9757f29a19912eccd2ba775a42411f7"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "25e1f149fbbd101799487c82003e0c739a8dddc6ba291feaabe6438b5c15e59c"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "BT"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "590381e12025cc86988129e729a4f7b580be023a6a47b03ce7ed9fa1f55e3afa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "7f38a4ccc8cb268574cdcc146497792adc6df56059f551da8cf05bc6b3bfc107"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "28bfeff6f7e081b9d1ba0f85e1d3919a64053355319551564393d7fa25c235e3"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "781968df98fe8fc3850c9f4f550597515bf2be475c5aeb6addbc664fdee35b19"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "cf8c8c5e837f0db21d6b2726f3f6dc3f03f8b84b10812b1fa2ad570602c685ee"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "10f2bb47fb4e70a574faf69a51fe11d0f004b4ba718c74681b7983917e04edf4"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "1e94a947a7fdadf0331a7b5ee8f02ae3732ac6b77a614631d46198c566da8577"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "9bc97bba1c7527e19586970d2c7b1f2a60b9596f4f7f741d04aee8a5e6819641"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "d2e2dee779ce35b05a656fc9da26e54b482ee939d260de0b2b3387b933df9e49"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "20689985376a1925151e12fba16a7e51016a8d6803ad1f162cdd72cf971bad2f"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "02064e374598fcd6712eafc030a131f1dc123763d360c65d76e44112ee433e80"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "be90b90529ceb9271584aec5425ac0c733946805c1e30f82885e5e44a07af514"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "030662a47cc09d00f6c20cdf2f5e49d0f501726ef35bd1c4a5caa8e1809088d6"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "eb800e470f41b0778db48a7dbd1f7751c60e9c9fde095efd3bef1b1a7ea067ce"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "8de316807c05d85c01bd488d62db22618b3842534f73f48a137c30556c81e518"; + type = "cfe-AU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "b9ea80afaa94f55fc55184689a1d4c988cbba6019c3ea02ad0f55b37acb5bd89"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "b9ea80afaa94f55fc55184689a1d4c988cbba6019c3ea02ad0f55b37acb5bd89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "effab0178abe0dbb417271ba0c99f77c07e4976edfeab5b4b38c5be11b0f59e5"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "2c64d2bb9f69c588099be811b31f129b987cdb521c5cda06bf012bdf1c329156"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "109146ab21f9c9cfe587a041bac05ecd90236304e01849d931ea099133a5398d"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "002dccdc05a1d74a17505d8b6b3b4ed462b77fdca06762443866c623cf94300a"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "ecd966d551d4c9873de9034b2e1dfd826b51514aef3f302de6c71e9e85002fd9"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "7ec0c805ae76e391024fe68f29b67a54c0bdc799c997727700dbc24eea4df02a"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "96ad29140804c5f7a5fa706bf93f03422791a8b5e13881c546abbcf66c1db636"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "4d00b28739916a3448955636946563eff5f8b5f79ac39cfa41676dfa18a86fd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "7618c890756164440ba4ecc66f9050a22d86a5ac194c9b6bde183a02c1a8d4e5"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "0399ff7c67bef5974d05547d5dc33f3817f465ca1116f9291f1b7661d282da05"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "0eeb6678f66b3a701af893d37dd0d0fdf381c22cdcd4d2af3a963e2c890b240b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "7b008fadce2188c9bec483c680aaa8fc8b6ec808412246ceb1a0fef740582a74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "ce90d9570595f900d9f271fee1ee7280ab28f6d090f8e48acbd30c873fe12ac2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "39a04c2f386e98526785303d75dee58cd0187c48272ab91df1f0f98300cd9217"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "b759d4c39ad32e193d6ffd405bc4a8f5d8e3205badcfc41d56c391f2d8a3f7c1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-netgear_evg2000-squashfs-factory.chk"; + sha256 = "3877bc3f959cd7ff531e7b616985f3fe0ac7383dd9f8162e2bc3ef1db6c58741"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "1a0947815dd9deb07ed15a16c8bb1ce764bc9eb3c7add2638c852949be34fcaa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "175b98486df3ed3d6949ab9f60fba2c0f9c1891fb281c07126067c39f6163ae3"; + type = "cfe"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "6ddbe8e48caded74369eec100c0507af20e469a277dbc34a507d09f8d239dabd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "76e97e452dbf760f83dd6be7350e2536b7d8574e6a77e260665e852c487e33b6"; + type = "cfe"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "48e179305343523e70f910bad2830a31e8e2cea08d62d44e96b0d3e0ae1ddf58"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "a116d01dc7dde63662ad9c177d0c47c5d7ed3dfceff374604ab2ff6a9c418430"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "a871e82ce8b4fa26ddbe7144ea2a781b50ea64d49f845c9dae4e15f0815f05b1"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "c0f784c1459a77a9bf62c580f02c3f14a16e2d8475831f69936416a29349627e"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "3f5ae112a1963b7b612e282e5ecfa3b5739905d6d3d439e33e8db18241369108"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "114157e4ad9419acce3c71aa4196c77f8840c5a89a8384bc8f533e3b1dee5f2f"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "305660758f6014d5c04a497cff1590c6ba4184befea117c9f011b3db4e9f06d9"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "1819d984a0970919ffdcf64ae17e205f661347a81dbefe39a78f5b2cabfa97f8"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "2b8bc2d05d542061286b18b3540c084ac538d8e3877f2baae3ac9992d558810c"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "f898855b8ad5e5a3bf2a2c1a825d23aadf727cf90f82e134ec1e94fd4cfae9c1"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "46b9b32fe3a1cfd88f53d17b4e3f991568f17c15fc19cc6a8827363ca6b99b44"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-sky_sr102-squashfs-cfe.bin"; + sha256 = "1319150d98706edf02ec17c4cf34606f05b5ea9e831cbce93dae6ac8c30ba73a"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "8cfe061f003b083daeacc0344dc61ab10268e5ddbcd32cf5f7f6d5e18d6060b4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "0984b480e2340eac8e16a34a6fe28334ef40cf8062c1b9a380c9da4f0cb25a26"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "2ce607a4b01260c569132612adb8665798f2246130de9d93887b9e8718c644f1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "e9dae981d633b595e63f49858be11079161753126a338bf793efd562303ab183"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "b3b002d4882557d975dcc4c5a7af6b5b5337789fd7ea9e6f06fd54ec17536994"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "42e94777df25294821d86bab50669a0db88d06110b532392199d0571594fb431"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-generic-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-generic-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "28ce19974a03fa4b37bb29e2f35edbbd9de69037d40df4c6bdf0d0bdfecce46c"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "bcm63xx/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "a8742445daee7300d966f01e47920d2e8e42229fbc1e03eb5a87a1fe11fc04e3"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-adb_a4001n-squashfs-cfe.bin"; + sha256 = "1885f31e4dbc3574e83e4f150cd8e5a987d3bcf65e7391ca638fa6272d798d42"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "e75d757a2ad129978dce10448f5bbfc6675b6420d7ae46d395a069a698897894"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "bc4b706de319030d5d251be2dff4f915211001e1d11086360f094763b55c03d3"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-adb_av4202n-squashfs-cfe.bin"; + sha256 = "b6ac1915f98bf837ad92956eede70828e2fdcc8f558b4604f8e1ed9b0f1e7af7"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "2978504eb5aa9e7286ea9c00b3aaf3eb3d556ee70341ee7736f7c543e6fc5bdb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "927270372ade9dfa0ae7a6c67cd3fa6fd5e7774a012cde65d23d041162f021e9"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "949d75715aa97ce869f3fecc10fa8e134fa1f3bb4cd524b2fd62876d274d3569"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "46eac817c653fbbd301b800b102ef2bb663eeb9f06cf00ecd314d296dff95fd0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "4ab161bdc904401fffd3b7d36d7366796f9e1193f21a0a9b12ee20681f4c74ff"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "7251b95e97e4dbae47cad1240a5b428f08d0735ee71b5451f86e1ef48191667d"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "1569e15f4eabd1654002b59a00dce995b413507d4c0f3cab8e135b72e0f8b504"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "7251b95e97e4dbae47cad1240a5b428f08d0735ee71b5451f86e1ef48191667d"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "672ce78d56ebd0eac38335601ada7b41217b9b50b49847ef0e7edfd2b22a5038"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "8fe2b0a0ae092d6bb73241039cc69588557175f1c082c19159f50fe17bec70ab"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "672ce78d56ebd0eac38335601ada7b41217b9b50b49847ef0e7edfd2b22a5038"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "2841a773bbfc789ab9e66c09a9e101a146e0f0ba0102c8530fbc2408dfab1a5d"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "d09bc34f3a05db765d160f852215e47ebe977bb9224af72ddf4b5b07ddb06d79"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "a5f5bf2a3626f1731e6a250328f9374f0c6dd924fc9297e1314204188a0228e2"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "124fe83e27046944e21ddb3983b105acd9610c000ffa0c6efec44857b40395cb"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "f94bd2724971263cade5130434ce3e37f2e7db8d820155bf32d52991fbc5f194"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "73252772390712e1337f90fc5e06ebbede3beb992638fbcf1c8474844c6e31ad"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "BT"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "fc83f431d500772013137ad9bd86d6e235886f80ca700c672880fa531507df93"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "043ebee50498e2e22ecd9fd8580edebe25b736d1796b2bb2754478faa6b8537a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "20adae78532ed18014ea03db6d3cc58a8f50fd194a08995fdedb7b21c8c61f74"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "01520042b4e50d6a6baa59f23c5bc7fbe9e6fa3647e1d21cb8e7c7b2f230a8f3"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "c385ea72f4af413dd202ec3d7d8a3315ee55a9757a23d1817cf672798dbdc38e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "a39c4431df600ba4ca1619a841434d5273ac568dac583f748d76bcb6cf80e8e4"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "b917e4e59614e2ac9f890b9986b8c8950e3f63b09f5063f77425807c36a50cd7"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vg-8050 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-comtrend_vg-8050"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-comtrend_vg-8050-squashfs-sysupgrade.bin"; + sha256 = "8f6aa41dde2478fd8166646b8785526c558c064a72d0192902cae94d45e5fd22"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-comtrend_vg-8050-squashfs-cfe.bin"; + sha256 = "ba1144b0d556a6ff9db6efdfaadca6ffc52032682052a14b458d6da1f43bc7b2"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vg-8050" + ]; + titles = [ + { + model = "VG-8050"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "da11587888579d7e7e32793247165309aae7f1b651f51a3559c73244b0a7a769"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "23eb846d99f1bfee48df74669bbbe91e53da76d447b5dfb8bb3ee1b307d9e27e"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "da88bf79753c5870d898ab353f5e2bd4c4670029e88f5b53f213278672a31388"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "1c388cb065124a1099ac4e54024ad4aacf448cba49eba8f006c8b5190cd406e4"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3032u = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-comtrend_vr-3032u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-comtrend_vr-3032u-squashfs-sysupgrade.bin"; + sha256 = "da53a233557d9ba77199981ff1335e2a298cd8e6526b8729e979f6f5689fe402"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-comtrend_vr-3032u-squashfs-cfe.bin"; + sha256 = "aefd6f7f32df781a37be696881f9025a1f44b679bf9e4b0b628fdac80a8e5f4f"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3032u" + ]; + titles = [ + { + model = "VR-3032u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "4420d88a9c2d324300224e1775ab62757e556fa1b18de75586534bf7151d5b07"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "44e2d8138d762ce4a43c24af2bd715b0b3b46d17a029f6ba7adeb6f6b24570bc"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "33bbfcbbd79c3067d34bbbc626fb647afa2baece843c252b894066dcf334427c"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "b27de345ae608d4e7f9067941650896bbcd8240894e45587f3fdbf8c48cbc5d4"; + type = "cfe-EU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "b39ad41af0c9f6b90e3781ef2480cab9d735bc7a4479342ba656202801bc51a1"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "b39ad41af0c9f6b90e3781ef2480cab9d735bc7a4479342ba656202801bc51a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "d177e73f754609eb91bb8b1a5e8820e94f4ad11c4f0a3c6df22a89aa32767d61"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "bd7e8b519b21934de14357675c78aad6bedb97694994a9d2f620345cb7df3f3b"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "394e020e7297b5f99266d63b55803e57d65b6a4691d24cb30fe7913560d220a5"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "dec476bd09625e20a9b92b77ce1916795c4208669f0c932ea86b32421bdcd106"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "6e2d14aabbfd431d86a8501dd8f69a22419f83938113ee1d61917f1cabcf7e7b"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "ad55a890eda4c04da4c366ddf7ba45fb25555c03b8d54733b21014578f626b86"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "479e8e9d1e543455af01e109d923e50f467b2ed1e68cdd456a6c3e6b5a60c1e0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "1937b4ebb1df1dfa36f962785a0b318fa05fd8058496445176ea8aad6776e530"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "4f1d3336d66a17e2737568f8f5deceee9be675962e3ed058ed0029579153095a"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + huawei_hg253s-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-huawei_hg253s-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-huawei_hg253s-v2-squashfs-flash.bin"; + sha256 = "5ff00dd36d0eefa265f2e9e6c3564f3958f212190ca83920ffc613cc3bb1f1e7"; + type = "flash"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-huawei_hg253s-v2-squashfs-sysupgrade.bin"; + sha256 = "ae9f316aea8b1ca18586aa638b48952e66f6130b142d723848cb33d6e1b15efd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg253s-v2" + ]; + titles = [ + { + model = "HG253s"; + variant = "v2"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "865f6493e1cca03098344eb39decb1b54dc686339a3e56a72ef6bd03d3d6438e"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "fe0c94611ac3766d09eaf89396f121aaff95b634877ad33e585c0a1c10482c2e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "d5e36746c37ce9bfea26c0b06be107d8079ee80e3e2592d8da52abc9cbd840fa"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3700-v2 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-netgear_dgnd3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-cfe.bin"; + sha256 = "c504601b23ed52ed76f9dec19b8fdcf91d7720c801df4ad6c311e514123922e2"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-sysupgrade.bin"; + sha256 = "ba9c38dc9c61a66187803ccb144e27da1c29ef99e645477ef4635ba30023079d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v2" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "61e66e44a0aa0494d4f9f265969b4d0bd193e97db6a427fafe1d23fd4b5f3706"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "2f06b2962b35f9480713b837e5d873653ce329b59d07a8d02eafe6b427b4c66f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "44df017826a1f62f1dc34dd579bfd6ddfcccd399d0e5394b167edfb6f828f451"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-netgear_evg2000-squashfs-factory.chk"; + sha256 = "0664b9c3893f44e53d7a8955adf4d6c62ef6dedb6bd058465582d056fdd1adda"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "dd965a8d9cf81bbc02c3f303a5db0f46296351fd69220d6c41bd974be3788c2a"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "4b567c04718df25c62205200068f088bedb1c26c7fc9a4e1610a9c981344596a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "361fc0ecb707924135562b52234e8f04ae5b0ebe4e081fdb7e1cbede4813f3ef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "b3ab4d991dcee8509b74a18f3cfd6a6d79235821232abfbd23e7ba376b50c7f4"; + type = "cfe"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "b0755c4a7f36295914ecce4ba1d136c1cf252a9268f5446b5619b4bd5edde67d"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "0d5dd9127f465f3e65cf37dab4b67ea70c21f4ce667d7f8fa056846280bdbe1e"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "579f76584a86e7006faf55d5d295998df5e761efaa576168ee4a4161e849d216"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "cce3279c45c9379517c68699f6db764e2f5df3cd04c676f9aed7c1f9a12ff032"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "97ae3a941746e6045f23e675ec0174220a20004cda47562e8a9c565aee1b4eb5"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "75e9b26426cc07d6580abf9a70bf89ffb344f144f69eaaff58004348c30b3ad7"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "bbe5f73fa1e8e4b1a98ec4d9852d22e85775ac9e8b9066d2f39a91e774c704cc"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-sercomm_ad1018"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-sercomm_ad1018-squashfs-factory.img"; + sha256 = "0fc5ad26f40e2c4325313f549c1f14c6fa75715cc63d47779ba11d22b4690769"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-sercomm_ad1018-squashfs-sysupgrade.bin"; + sha256 = "5617d0cb7d6d0c2bbc9d9260fcdabf5ef8f8711efc8c888791b4e6ba66c91fd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,ad1018" + ]; + titles = [ + { + model = "AD1018"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "6747c5c1e9d4d2039b1697a564f699e641bbd1b79fe1f955d88abdee598da090"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-lowi = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-sercomm_h500-s-lowi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-factory.img"; + sha256 = "d717320cc117ff3e0be3304f6ce60472b74d7a701909399efe639ebfb783e585"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-sysupgrade.bin"; + sha256 = "3c0bfa3e847a43213cc5cf21f72d39bdabe0a88c47c16d488710a0a7a8d32b13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-lowi" + ]; + titles = [ + { + model = "H500-s"; + variant = "lowi"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-vfes = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-sercomm_h500-s-vfes"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-factory.img"; + sha256 = "7d3efdf26ca81117da9a75fdd891d3eaf2504d5116b5e13a3f7e7f48dee0fa21"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-sysupgrade.bin"; + sha256 = "44543b38f50cdf360a9c341c6bbd215500a4f9ef5d16d0348a0cd56a9fb16df7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-vfes" + ]; + titles = [ + { + model = "H500-s"; + variant = "vfes"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "62525254d66354e88e483ed1b36e7859ed2b5b6f59d217c033612cce2553e84b"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "3e0a04d5469f2832c37e2669655fbc283e2aa6778cdf2e33dc09c10f5988ab19"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "914ca096ec648e66cf642a2d535e3cb4255c3f4272c5fdefed82fd0f31c584f8"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-sky_sr102-squashfs-cfe.bin"; + sha256 = "c1d56104f7eedb4423e427cf5ea15975f0412fda1ab26e13b4e5b5ec1585969e"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "1441bea5e55a5c46e9eb47492ed683584231502b27d0d8a06d847a5ba89c1104"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "7c8b1587e0deaff26f59878d34b49c906356b8837104f9efdb54c0641d4a908a"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "58c396a7b96b94a67c3c6e01876b561570bd8b0e5068a23fb05a1d987044dc36"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "89632cb8cc8cacd803b7a6897963b0472b36db07861d583be3bd3eee68f86ce3"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "44c0fc1668efecfe247460615b74e4f6a204576293bbf5ea616cc75b8fe84b53"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "8ec210a3ffe613a464bf940070fca56111ccc2ccd4b6fc1ec9e735950293bb9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-bcm63xx-smp-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-bcm63xx-smp-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "887a83a2f874ab366e09cc43cefab59427c1937241f68a720aefd1ed720e6eb7"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "bcm63xx/smp"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.5-gemini-dlink_dir-685"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "cfc6bdca2f2f92e3a8db543138c18537a8d71c9b54a217fd1fa6eef26b563fad"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "4b298038c8f3fee60c113dda1ec12d28d79696f7d22ea20ba8691136c68c5d1b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + model = "DIR-685 Xtreme N Storage Router"; + vendor = "D-Link"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.5-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "9df1b77f95d9bcf94578f5edbe06c24d420ce2e943e3c5d50f94c00ca7a5181d"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + model = "DNS-313 1-Bay Network Storage Enclosure"; + vendor = "D-Link"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-21.02.5-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "d9f08800f57f24cff647c68060da6dfbbc65e98b6634bc72e3439c2e63189c17"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + model = "Square One SQ201"; + vendor = "ITian"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.5-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "903dcc142010568ea5b164834518b62c28801679c64d8950bad41d9ef5791fbb"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + model = "NAS IB-4220-B"; + vendor = "Raidsonic"; + } + ]; + }; + storlink_sl93512r = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.5-gemini-storlink_sl93512r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-gemini-storlink_sl93512r-squashfs-factory.bin"; + sha256 = "09d89fcee6810a69324aca378854c5c51667ef8d149d39932e245f8c0b4f8fca"; + type = "factory"; + } + ]; + supported_devices = [ + "storlink,sl93512r" + ]; + titles = [ + { + model = "SL93512r"; + vendor = "StorLink"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "gemini/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + imx6 = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-21.02.5-imx6-apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-imx6-apalis-squashfs.combined.bin"; + sha256 = "19b08545945cc480cdc3b159138f0c13220d1167e2664426363da82217e2ca72"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-imx6-apalis-squashfs.sysupgrade.bin"; + sha256 = "ab8970921da70fd8714f58076ab90f602acd75e490e6281e439be2d0c5c04642"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + model = "Apalis family"; + vendor = "Toradex"; + } + ]; + }; + cubox = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.5-imx6-cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-imx6-cubox-i-squashfs-combined.bin"; + sha256 = "b3decc080ea3963f9e22951e48498e312aae60a10631c495cfb0412a778f1ba6"; + type = "combined"; + } + ]; + supported_devices = [ + "cubox-i" + ]; + titles = [ + { + model = "CuBox-i"; + vendor = "SolidRun"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-21.02.5-imx6-ventana-large"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-imx6-ventana-large-squashfs-nand.ubi"; + sha256 = "43624ee38cdd0e894b7c84ff44e6d1a6befa7a816f0d1d1be4e0c438481a38ea"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-imx6-ventana-squashfs-bootfs.tar.gz"; + sha256 = "f3748ce2eafd347f6cdcee5138c1f457f10d9c3f5b74b5858111172a3ff33cc8"; + type = "bootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-imx6-ventana-squashfs-nand.ubi"; + sha256 = "b72dd9625b88dbbf98f7b908e17e39d21d8adbdbef75dc7129ee9c2b862677d8"; + type = "nand"; + } + ]; + supported_devices = [ + "ventana-large" + ]; + titles = [ + { + model = "Ventana family"; + variant = "large NAND flash"; + vendor = "Gateworks"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "imx6/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_habanero-dvk" = { + device_packages = [ + "ipq-wifi-8dev_habanero-dvk" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-8dev_habanero-dvk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-8dev_habanero-dvk-initramfs-fit-uImage.itb"; + sha256 = "5bf0d27e6732435e4afafda87c3b1a6643ecc08b67563e736a09b748fc33b63a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-8dev_habanero-dvk-squashfs-sysupgrade.bin"; + sha256 = "a7b11e01d9917c165c43cfc863b341947300b5deee12026150c19db5eef505e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,habanero-dvk" + ]; + titles = [ + { + model = "Habanero DVK"; + vendor = "8devices"; + } + ]; + }; + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-8dev_jalapeno-initramfs-fit-uImage.itb"; + sha256 = "a7d4b04b082cf8b70f301d7dfc6f82d848b1114028e35997e334aa0eaa4b0af3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "1345b12a6e3dc5fb277de365c1f3b3809f7eb1d3d6ec60c0e468f0ff01b9ee3a"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "3313a6781e2a232f435b8eae475d4a8356e384ef985ab3e88c30fcca6ef9e214"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + model = "Jalapeno"; + vendor = "8devices"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-alfa-network_ap120c-ac-initramfs-fit-uImage.itb"; + sha256 = "87e3ad55c5b4d26e07df8f15f847985a13f378d720c74cb24649bb4b86648dc7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "ba2a54bae08e2d856b88f90c2973d5824dcb0319db3fa9c051ad9959b9a134f4"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "4596ded94920018e80d2dacb3287c026f2f0e589b7465d02d16a0e085dab981e"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + model = "AP120C-AC"; + vendor = "ALFA Network"; + } + ]; + }; + aruba_ap-303 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-aruba_ap-303"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-aruba_ap-303-initramfs-fit-uImage.itb"; + sha256 = "b8cbaabd1029f05be681146ff416838dd8ae597f976cda7cee7c56e665d374f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-aruba_ap-303-squashfs-sysupgrade.bin"; + sha256 = "cdc6c1517d14b49de425e43c4c781cbca2a161e425806e14cc0260cb9ee89638"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-303" + ]; + titles = [ + { + model = "AP-303"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-303h = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-aruba_ap-303h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-aruba_ap-303h-squashfs-sysupgrade.bin"; + sha256 = "0d9de923328bd030043655f1b54fa83e803727cda2eb60822e0de7179308247d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-aruba_ap-303h-initramfs-fit-uImage.itb"; + sha256 = "48078d75bce259fd5eccb175664cfdcb733785911b9298542d538130337919cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-303h" + ]; + titles = [ + { + model = "AP-303H"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-365 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + "kmod-hwmon-ad7418" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-aruba_ap-365"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-aruba_ap-365-initramfs-fit-uImage.itb"; + sha256 = "9bdf49186f20fb36d831f0bf1e3a4ec5ad4e4df271b1666c02be61a727be7b89"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-aruba_ap-365-squashfs-sysupgrade.bin"; + sha256 = "950940c0752717dfbd908d88c13a6a74314511697a88baa5ba2ccf22282ebab3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-365" + ]; + titles = [ + { + model = "AP-365"; + vendor = "Aruba"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-asus_map-ac2200-initramfs-fit-uImage.itb"; + sha256 = "d809ad35d3cac840b29166008c7fc2557dbeb1c95a91ab2acc7f438ad300f7ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "8bd908ad89482de389a02467af57cc0b101b5d6f7b3f857c85f7c7700319bb20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + model = "Lyra (MAP-AC2200)"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "dd44b950c4faa378625d0121afd57d6915fd63b3426220e4e9764490d5a30eda"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-asus_rt-ac58u-initramfs-fit-uImage.itb"; + sha256 = "9b00fffb70567f6bd6fb4759b9d4ecfb8676c4548afeb83ee16a8c516dcc4070"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + model = "RT-AC58U"; + vendor = "ASUS"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-avm_fritzbox-4040-initramfs-fit-uImage.itb"; + sha256 = "179d60b0e4b90411a2d7abcff289aa523a532cd3367f39dc46602ffb0e3dbb91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "e12c8c72aceb71b9d2851f9872645fd11aeadad0caff8ba839dcd173219fce65"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "bdeadf30c7dff7795f60d7bdbed469f0fb9103f75eb86e806eb5fc02c77c093d"; + type = "eva"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + model = "FRITZ!Box 4040"; + vendor = "AVM"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-avm_fritzbox-7530-initramfs-fit-uImage.itb"; + sha256 = "618ad5c13881e4b7a83663fd9e20b5a3bb86f781f1c2ca0cb1c7b891c6aa4e15"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "fac7848eac1168b03c11b8132cfc18249893098d6a8e22163d08eacfd8794fb0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + model = "FRITZ!Box 7530"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "c9832ad9e021d222011961865a36fe4ed0c1f4eae1247a5a7f1a38b88ec9c12f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-avm_fritzrepeater-1200-initramfs-fit-uImage.itb"; + sha256 = "fbc3cb2b1c59973ce79c62df20c8d4b60e864a6862e0ce486d0e8fa1be33506c"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + model = "FRITZ!Repeater 1200"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-avm_fritzrepeater-3000-initramfs-fit-uImage.itb"; + sha256 = "b2e1237840f44ccdef03f2b0e2b77452313a2e51b7c8405caf307fe20394b686"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "e1350e8718a948456b1aa5e7e7fece4c78924dd4fc36cca34505aebbc0afe30a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + model = "FRITZ!Repeater 3000"; + vendor = "AVM"; + } + ]; + }; + buffalo_wtr-m2133hp = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-buffalo_wtr-m2133hp" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-buffalo_wtr-m2133hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-buffalo_wtr-m2133hp-initramfs-fit-uImage.itb"; + sha256 = "d4e33677c4f8508da0bd7d40c5589c9f571db1296b86620a9d23010092fd39c2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-sysupgrade.bin"; + sha256 = "146498675d025ef6c91f8c2f79e4282fb1a43fe97037e76cbc64f0dd711c6516"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-factory.ubi"; + sha256 = "89b01d6944ba5ff0d5f3f0652444d1c7a3b923911b8fb5dc11953c372c845316"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "buffalo,wtr-m2133hp" + ]; + titles = [ + { + model = "WTR-M2133HP"; + vendor = "Buffalo"; + } + ]; + }; + cellc_rtl30vw = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-cellc_rtl30vw" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-cellc_rtl30vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-factory.bin"; + sha256 = "7177ccbdeed4ed9721bd0ba385ae7250248be7f21ed06d7cee615238d1158ce7"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-cellc_rtl30vw-initramfs-fit-uImage.itb"; + sha256 = "2ad715edb81658263be381e4bba00bd2232dc6c0def6f70ab16dbfc33a59252d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-sysupgrade.bin"; + sha256 = "f20d8cc5c1fb5031eaeb8bb06fc8512acc7aee54751040179db659b80b01f23b"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "cellc,rtl30vw" + ]; + titles = [ + { + model = "RTL30VW"; + vendor = "Cell C"; + } + ]; + }; + cilab_meshpoint-one = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-iio-bmp280-i2c" + "kmod-hwmon-ina2xx" + "kmod-rtc-pcf2127" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-cilab_meshpoint-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-factory.ubi"; + sha256 = "1ae1190affc4cfb65d188e03502ce21595a72c3f4f7354f394bb4ba17ea1b11d"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-cilab_meshpoint-one-initramfs-fit-uImage.itb"; + sha256 = "bf0363bb9361205188ac5f58f96c62decbbef3f6d5f17ffb82ae0734db23c65e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-sysupgrade.bin"; + sha256 = "92705a2fa250362fa995d7b649728301c27484646523856ab60c49ae1099f06a"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "cilab,meshpoint-one" + ]; + titles = [ + { + model = "MeshPoint.One"; + vendor = "Crisis Innovation Lab"; + } + ]; + }; + compex_wpj419 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-compex_wpj419"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-compex_wpj419-squashfs-nand-sysupgrade.bin"; + sha256 = "61ea9afe67cdd681330800b040a8bb52b5224bd358fb5002942968f0aabb62e1"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-compex_wpj419-initramfs-fit-uImage.itb"; + sha256 = "83884dd109e3b5441161c36f643917065a6f6261e94e6cd7b3615a746075aefe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-compex_wpj419-squashfs-nand-factory.ubi"; + sha256 = "baf1d0fc87ffe014d1408e7c41cbeda2cb2034b70e137ec0d2013a2923c9648f"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "compex,wpj419" + ]; + titles = [ + { + model = "WPJ419"; + vendor = "Compex"; + } + ]; + }; + compex_wpj428 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-compex_wpj428"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-compex_wpj428-initramfs-fit-uImage.itb"; + sha256 = "50cbb2dae839275858d1f93994995858ed40920a885754dbca301ef2e344b5d5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-compex_wpj428-squashfs-cpximg-6a04.bin"; + sha256 = "16358b87766b5c6a4933e6e25e774ae1a019150e6f5852cfa19f9ff101941f7e"; + type = "cpximg-6a04"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin"; + sha256 = "4479f6bd3236bb48afe0d93f4516d1dd7719e10ee8265edc5be6c7dc58773770"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj428" + ]; + titles = [ + { + model = "WPJ428"; + vendor = "Compex"; + } + ]; + }; + devolo_magic-2-wifi-next = { + device_packages = [ + "ipq-wifi-devolo_magic-2-wifi-next" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-devolo_magic-2-wifi-next"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-devolo_magic-2-wifi-next-initramfs-fit-uImage.itb"; + sha256 = "642346a30460b3cfdbed2afd43e133e7b286096994c764dc5eea2efa6aa6a898"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-devolo_magic-2-wifi-next-squashfs-sysupgrade.bin"; + sha256 = "493db175ca4b04e01f98482b32660ba37f9fd9b01a7f769ddda800c289442d10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi-next" + ]; + titles = [ + { + model = "Magic 2 WiFi next"; + vendor = "devolo"; + } + ]; + }; + dlink_dap-2610 = { + device_packages = [ + "ipq-wifi-dlink_dap2610" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-dlink_dap-2610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-dlink_dap-2610-squashfs-sysupgrade.bin"; + sha256 = "a6af4eac0ebfed31e270dac226612012fb324b57e4ba3b0dc1cda3654ba14e19"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-dlink_dap-2610-squashfs-factory.bin"; + sha256 = "82ee374ba2f8cb3d380cfeda5e132cd0648589655d555e2e7a6bdc433c14dcec"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-dlink_dap-2610-initramfs-fit-uImage.itb"; + sha256 = "946c6bda4376d16e1d8abbf58bfab59073dbccc77e11cdadaf92095b762d77ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2610" + ]; + titles = [ + { + model = "DAP-2610"; + vendor = "D-Link"; + } + ]; + }; + edgecore_ecw5211 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-edgecore_ecw5211"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-factory.ubi"; + sha256 = "c6d0331e699f6d0a27eb593291f865130fd864947dd145032f848dfd0c7a10ff"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-sysupgrade.bin"; + sha256 = "ae03253e1749959becef5d1a0fb7a48248cdb0512a5d4fb3d3f9a686323e8e5a"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-edgecore_ecw5211-initramfs-fit-uImage.itb"; + sha256 = "7f65662db9c61134e05b17a8dc722b6565c7f3db62cdd627246574b1ac9e966d"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,ecw5211" + ]; + titles = [ + { + model = "ECW5211"; + vendor = "Edgecore"; + } + ]; + }; + edgecore_oap100 = { + device_packages = [ + "ipq-wifi-edgecore_oap100" + "kmod-usb-acm" + "kmod-usb-net" + "kmod-usb-net-cdc-qmi" + "uqmi" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-edgecore_oap100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-edgecore_oap100-squashfs-nand-sysupgrade.bin"; + sha256 = "983dc7cab096bb9ac4e655eb08e8b014940d2ffdf53bca20bb81a66bfb22cfd9"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-edgecore_oap100-initramfs-fit-uImage.itb"; + sha256 = "f4f56da085867253dba61ef61fc8069033a5124e322767b6371f7155056bc67c"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,oap100" + ]; + titles = [ + { + model = "OAP100"; + vendor = "Edgecore"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "e0680e56e61be43b621d3471d7fc756419dd9c133a1dce1f6036691b22d43e4f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-engenius_eap1300-initramfs-fit-uImage.itb"; + sha256 = "eb11c4d6335c32bf4e8ee55cfea900820c4527f9a77ef4537ddd9c4860598cd0"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + model = "EAP1300"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-engenius_eap2200" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-engenius_eap2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-engenius_eap2200-initramfs-fit-uImage.itb"; + sha256 = "667ce554139df5bdbac6fa51eb05657f8685afa266ca66fb868670c0a982cb43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-engenius_eap2200-squashfs-nand-sysupgrade.bin"; + sha256 = "5db7edeb3a20f931eabb312ff9ae8f41e0070e0c4b3dbbb48aabbecc15fb1aed"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-engenius_eap2200-squashfs-nand-factory.ubi"; + sha256 = "9977f1f9c8531ec2367423d967a7dddfb145d2d1cd56e6db5b24efea0aa0d5fb"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "engenius,eap2200" + ]; + titles = [ + { + model = "EAP2200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emd1 = { + device_packages = [ + "ipq-wifi-engenius_emd1" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-engenius_emd1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-engenius_emd1-squashfs-factory.bin"; + sha256 = "4f4e035835a1dc8466ea600ce3b3a994a3f7ebec1646c4024a53bf1616bbcec4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-engenius_emd1-initramfs-fit-uImage.itb"; + sha256 = "3dedfc37f198d0d604b210340ed8d58a94d8fb8f9b8f4be0acfbdb8a0e508379"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-engenius_emd1-squashfs-sysupgrade.bin"; + sha256 = "57dda7c6df31cc250b667dbefd03dd75453f997a859fa44173f05fec9524dee2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,emd1" + ]; + titles = [ + { + model = "EMD1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emr3500 = { + device_packages = [ + "ipq-wifi-engenius_emr3500" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-engenius_emr3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-engenius_emr3500-squashfs-sysupgrade.bin"; + sha256 = "eca9cabbccb6ed6a4d7a34b876bacabb4417f5689880baedf168a0ffcc3fbea3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-engenius_emr3500-initramfs-fit-uImage.itb"; + sha256 = "2b90e4000c1bf3dc4f9c468a89a62f1de9c08c69209b4b65f927c9ddca919592"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-engenius_emr3500-squashfs-factory.bin"; + sha256 = "cb0aec4828d362dd81f0fb327f6b7016514c863650e5afe15ee01efb3957c18c"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,emr3500" + ]; + titles = [ + { + model = "EMR3500"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "616258f2c4360457453a7b93cd71988a5dda769f4752e46e75360f4298ae6dd5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "0704f7eb71939751e08532befa20958f7eb413acf46b9740fd9a6c37a83480d7"; + type = "factory_30"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "0de4f96326486c95c05e0f0f2ef47217cf2d95b6c1dd22ee78fadccd11c4914e"; + type = "factory_35"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-engenius_ens620ext-initramfs-fit-uImage.itb"; + sha256 = "02d39c45d4d5de59d4ee2c26bd311e47453ae5252d1dc841801c2a7080962ec5"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + model = "ENS620EXT"; + vendor = "EnGenius"; + } + ]; + }; + ezviz_cs-w3-wd1200g-eup = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "ipq-wifi-ezviz_cs-w3-wd1200g-eup" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-squashfs-sysupgrade.bin"; + sha256 = "37e3e666a481deb15fcf625dd3efa5b18d09c62b28e34433f59dabf10f742f08"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-initramfs-fit-uImage.itb"; + sha256 = "b0b665a1e75e76a8e524712e64e1ffc2af7d39d69c79e296b7edc3ebadd1345c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ezviz,cs-w3-wd1200g-eup" + ]; + titles = [ + { + model = "CS-W3-WD1200G"; + variant = "EUP"; + vendor = "EZVIZ"; + } + ]; + }; + glinet_gl-ap1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-ap1300" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-glinet_gl-ap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-sysupgrade.bin"; + sha256 = "16118fe9114ca63362fa906ecea6329cd3a0220b39d3f5357a615bfce8153504"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-glinet_gl-ap1300-initramfs-fit-uImage.itb"; + sha256 = "baaeb96791deea1d941c21ae849aa272ccb5888b7185aea1cb9d3ab7bc8f6086"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-factory.ubi"; + sha256 = "6699dfbadaed7f59c679902a132039ff64f455406fe1abefc5eec87f0b688d62"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "glinet,gl-ap1300" + ]; + titles = [ + { + model = "GL-AP1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "9b010924fd7eb07f41efe2ec8864e83f027f7c9c050855a7e19e5147b49f4acb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-uImage.itb"; + sha256 = "74bb2650e36ae6aab7c05bb47a190658fea9559829adcbbad0aee37234aa774a"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + model = "GL-B1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-s1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-s1300" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-glinet_gl-s1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-glinet_gl-s1300-squashfs-sysupgrade.bin"; + sha256 = "f85e9e84d143bcfec52cb08df7495fb57f87a3443931e08d7f601d19227fb872"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-glinet_gl-s1300-initramfs-fit-uImage.itb"; + sha256 = "4d6ac48ca34cda3ebe4960ad15e823ee586f16871f635b076769d6b6e26a79f4"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-s1300" + ]; + titles = [ + { + model = "GL-S1300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-linksys_ea6350v3-initramfs-fit-zImage.itb"; + sha256 = "5870725f873fbc2384da9e9d4dad59718b053485d8e8b6596f9bd6a768383cdd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "8d31f88f08f8cae568ba1ce8d946fec316f7f129f8a0ff374d4698ff948207b7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "9ea5b6f5021ea5e19f6dcf16f9048dbeea38f46d06a347a9c0b79ac3a76328f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + model = "EA6350"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-linksys_ea8300-initramfs-fit-zImage.itb"; + sha256 = "12eb1582a26269e94c8b86623ddee2b33429e84d92ecb0f5f4a2a3bcfaa96b59"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "3bd39dd378f71a3cf0aba8de19f75329dc8b6ce9fbd8ebf7938c62bbd9c476c6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "729f0afb468bd36e0739cc4ee695165e0b45379ad19ca060bb1d56a82aa7227f"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + model = "EA8300"; + vendor = "Linksys"; + } + ]; + }; + linksys_mr8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_mr8300-v0" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-linksys_mr8300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-linksys_mr8300-initramfs-fit-zImage.itb"; + sha256 = "edc95b487ce0ab838b1398ab925b09e588a9462bed782b125561f20059f6e3b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-linksys_mr8300-squashfs-sysupgrade.bin"; + sha256 = "32a539c3a137eee89d271e106c420a43f69e2c2f8a42bac50be6d902e5fd28fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-linksys_mr8300-squashfs-factory.bin"; + sha256 = "17056b270a3a4d8b20104924077e5b3c1d829a2695c52e384d416de4be74b12b"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,mr8300" + ]; + titles = [ + { + model = "MR8300"; + vendor = "Linksys"; + } + ]; + }; + luma_wrtq-329acn = { + device_packages = [ + "ipq-wifi-luma_wrtq-329acn" + "kmod-ath3k" + "kmod-eeprom-at24" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-luma_wrtq-329acn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-luma_wrtq-329acn-squashfs-sysupgrade.bin"; + sha256 = "ee8cf91d5eef1d81b80842a579973edd01af41b21e579f4b49d0d1b23e2c5f97"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-luma_wrtq-329acn-initramfs-fit-uImage.itb"; + sha256 = "5f20946338ea7dfbd7b6d6485a2764991b89edfd31d73230c39505fd92565ff9"; + type = "kernel"; + } + ]; + supported_devices = [ + "luma,wrtq-329acn" + ]; + titles = [ + { + model = "WRTQ-329ACN"; + vendor = "Luma Home"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "e695e106b1ca73f681c87553d963652d1c2932eaf2f0392691c685ed86864ddb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb"; + sha256 = "d5da878a6bf71f984486d05779dcd1f772f848ce0e07962efc3be8ec20a2897f"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + model = "MR33"; + vendor = "Cisco Meraki"; + } + ]; + }; + mobipromo_cm520-79f = { + device_packages = [ + "ipq-wifi-mobipromo_cm520-79f" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-mobipromo_cm520-79f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-sysupgrade.bin"; + sha256 = "74c803f1516ae2f18d328d6b04e88e0cff0c388de11e948c68a373c2d57eb73a"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-mobipromo_cm520-79f-initramfs-fit-zImage.itb"; + sha256 = "1085fdd360b75204c44977063e3fb8102c8c90316d25f60c0573ea6a9d32f2ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-factory.ubi"; + sha256 = "8b16a884633f5a9281d1273d5ce9339962a1d2a1127856f7d44977b210490d34"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "mobipromo,cm520-79f" + ]; + titles = [ + { + model = "CM520-79F"; + vendor = "MobiPromo"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "e71b8271ccc33bcff5758da5cc17567738348cfefcd8b20a24f266c5162c511b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-netgear_ex6100v2-initramfs-fit-zImage.itb"; + sha256 = "4c2507d1b586cea07f2baffb4ba03589ab7544d5dc117848003f21c1adfa9f04"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "fbf570100da91a9aa9bdedd9444097124d3c4681aa471fea20c586a82e598cdf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + model = "EX6100"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "d911f1d13fd51e2b6cdd6a4ac50a0561edaf8a4677f2d5be41dec864694e717d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "426ede1c738a6071f149c7115ac769b1bd6e8228922181d9611f5001647e3dd8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-netgear_ex6150v2-initramfs-fit-zImage.itb"; + sha256 = "9ef774f949bdb900d20f020450aed2dae29a2c951cfa025e9cc9a731fb848c24"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + model = "EX6150"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "3532dbb4ed682aee75d5d2418f9408035ac2b77058c9460073d1c6f8405343ee"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-openmesh_a42-initramfs-fit-uImage.itb"; + sha256 = "3b0ee52075862d35cb29cdc900015ef2ec3c43b731aba0ca3f05539483f618a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "fedea25243f8dcadc23b67f725b7fb3fd03eb522d42a8f128b0f84976c3004bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + model = "A42"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-openmesh_a62-initramfs-fit-uImage.itb"; + sha256 = "6b52dd250708eabc2fec2e0bac6fd5cccb36db2a41b5045da6a1c68b4a0c29b2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "bd74e345777ca4fb77acbd46c6259d3733cbea241b58e35b77ebc0910c468e78"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "4feea59c69a6e76c191267cd9a9a094a68feab4a55d29f4a887bbd862160bd2c"; + type = "factory"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + model = "A62"; + vendor = "OpenMesh"; + } + ]; + }; + plasmacloud_pa1200 = { + device_packages = [ + "ipq-wifi-plasmacloud_pa1200" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-plasmacloud_pa1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-plasmacloud_pa1200-squashfs-sysupgrade.bin"; + sha256 = "e5c12b1e252cd27bfcf431ec6c62cfa8e5266c2bc768331905930e3aa090bd8e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-plasmacloud_pa1200-squashfs-factory.bin"; + sha256 = "9094e079fca0f44f0837297a40a9a292c0c7093c9fc0b610ce827bac1f59b64c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-plasmacloud_pa1200-initramfs-fit-uImage.itb"; + sha256 = "a4aeb146ddd0470778dbdba39fe88902dd57f8d73adb8aa99793d9136ef21d69"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa1200" + ]; + titles = [ + { + model = "PA1200"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-plasmacloud_pa2200" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-plasmacloud_pa2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-plasmacloud_pa2200-initramfs-fit-uImage.itb"; + sha256 = "449eef29b8c24db46f72bd92f2bc021c715547c0b26066822778e4cffb3af5ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-plasmacloud_pa2200-squashfs-factory.bin"; + sha256 = "d23c111e091216c0abdb620392cf37e5e93755cc898dda20bdbe11e553e49525"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-plasmacloud_pa2200-squashfs-sysupgrade.bin"; + sha256 = "fc667f6f2ec7e3fad209c406fb0d3849ea5f5fb06079931926c68facaf491ba0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plasmacloud,pa2200" + ]; + titles = [ + { + model = "PA2200"; + vendor = "Plasma Cloud"; + } + ]; + }; + "qcom_ap-dk01.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-qcom_ap-dk01.1-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-qcom_ap-dk01.1-c1-initramfs-fit-uImage.itb"; + sha256 = "14f1dcb1e95929065dea929cd2c3350a5031bcdc69c0ffd159577d3b737ba6f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-qcom_ap-dk01.1-c1-squashfs-sysupgrade.bin"; + sha256 = "632d58956c060aaa78e46769c4ef8e0e37a896a3016998c7e785985f1378b166"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk01.1-c1" + ]; + titles = [ + { + model = "AP-DK01.1"; + variant = "C1"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + "qcom_ap-dk04.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-qcom_ap-dk04.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-sysupgrade.bin"; + sha256 = "bcc78efae602970a6a09e98ea05003dbacdaf099afc1764510b2eb02f16ecd38"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-qcom_ap-dk04.1-c1-initramfs-fit-uImage.itb"; + sha256 = "888ee8aadfc821b53ce975b27102032f319bc0af20fb2c76a405f9ac18aafce2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-factory.ubi"; + sha256 = "25f088c77f31bc25f00933b17a277b9e3bb91bc1f627c5ade9068fc1f2d0aa93"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ap-dk04.1-c1" + ]; + titles = [ + { + model = "AP-DK04.1"; + variant = "C1"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qxwlan_e2600ac-c1 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-qxwlan_e2600ac-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"; + sha256 = "f5d8f3348c7c9cd5b41b948846afdbbba38a1778d79457a58123b9b089a608e6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-qxwlan_e2600ac-c1-initramfs-fit-uImage.itb"; + sha256 = "9f243b03678a7007a9ff69cf557726a9d7cc3b94f4d408ab471644e48fb2f97c"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c1" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C1"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "72b5dea66d1166782185fd6cb6e8d11ba81ebfec55e3072c76aadf8f6abc8ab0"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-qxwlan_e2600ac-c2-initramfs-fit-uImage.itb"; + sha256 = "6da1fc25eee72ff439a46cfd6ab96b4e2671c8509ad72b7593d156621e7700fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "334c6ae34bfe5069a234563c81e5d8ab582fc7e2c350bcdc19af7cffda60f180"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C2"; + vendor = "Qxwlan"; + } + ]; + }; + unielec_u4019-32m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-unielec_u4019-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-unielec_u4019-32m-initramfs-fit-uImage.itb"; + sha256 = "bacf694f88d18a32076e7eee32d2a93be1327e287d7909e1b85d64e8b0ea8300"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-unielec_u4019-32m-squashfs-sysupgrade.bin"; + sha256 = "f4bbcc6d59069220e631a3f1011df883b82ff66b262fb3a8c958a523bfba2ac1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u4019-32m" + ]; + titles = [ + { + model = "U4019"; + variant = "32M"; + vendor = "Unielec"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-zyxel_nbg6617-initramfs-fit-uImage.itb"; + sha256 = "08ded909b0e3596becf2306622f2975ec7e701355a8ca68c4d8208d3c0b12159"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "62d678f19300ffc8a97c4241d3fb36ee4590510c4ddebe19c781ccca29fe8366"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "829fe78614ffceb60c710416b7d60e35a29d7da2134cdb3b08c846c8209a41bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + model = "NBG6617"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-generic-zyxel_wre6606-initramfs-fit-uImage.itb"; + sha256 = "8ca242de70fff4a3bc9c83d7e5e60eb7729c32015b7dc7dc59256059bd021a7c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "b9f691c402b06bfee95db81e07f73706a56362f208703d22c5f05c470079f24c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + model = "WRE6606"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "ipq40xx/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + mikrotik = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_hap-ac2 = { + device_packages = [ + "ipq-wifi-mikrotik_hap-ac2" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-mikrotik-mikrotik_hap-ac2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-mikrotik-mikrotik_hap-ac2-initramfs-kernel.bin"; + sha256 = "7b87f784b092c0057220f95ccd7935c310f4ab03592fbcad5bb7328fdaacdec9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-mikrotik-mikrotik_hap-ac2-squashfs-sysupgrade.bin"; + sha256 = "dff760ddd7ea82630d82d69f0b064f2615d1ed9f7827ea53e27306af02c70a7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac2" + ]; + titles = [ + { + model = "hAP ac2"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_sxtsq-5-ac = { + device_packages = [ + "ipq-wifi-mikrotik_sxtsq-5-ac" + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-squashfs-sysupgrade.bin"; + sha256 = "ef972995f30aaac7903d95013eeab5b8ea9e80bf52c138faf4efa37eb254517b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-initramfs-kernel.bin"; + sha256 = "c9c2b12b9624a059ebf232e9f9568f6df5f5af59cbf65f1256132caca8a0cda6"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,sxtsq-5-ac" + ]; + titles = [ + { + model = "SXTsq 5 ac (RBSXTsqG-5acD)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "ipq40xx/mikrotik"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-phy-qcom-ipq806x-usb" + "kmod-usb-dwc3-qcom" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asrock_g10 = { + device_packages = [ + "kmod-i2c-gpio" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-asrock_g10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-asrock_g10-initramfs-fit-uImage.itb"; + sha256 = "161c8b09c0ef3794e551a42140130533896058a619700269215848c5ac84b093"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-asrock_g10-squashfs-nand-sysupgrade.bin"; + sha256 = "ccf4d819b62921023a66be8a19d53a341b70af2b1997517c165a10e90d9b1591"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-asrock_g10-squashfs-nand-factory.bin"; + sha256 = "335beab56c80ce773d217e7bbd227c1b452b9170e266edf9c84791cdc46f9cdb"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "asrock,g10" + ]; + titles = [ + { + model = "G10"; + vendor = "ASRock"; + } + ]; + }; + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-buffalo_wxr-2533dhp-initramfs-uImage"; + sha256 = "2121714e221d72512f436dc89d7332c4491840653357c4a3add701a020322e3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "bff527ef0ad85262d45de0a968b2fcb9e578a29874da44524abb88adc0dfbfe0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + model = "WXR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-compex_wpq864-initramfs-fit-uImage.itb"; + sha256 = "b9bea6ee81fd6fe9cbb5e7cda2ddd3c28d9559efe617d4b76915b4526de39c24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "8c96c23053b6389a5e4a82fbd13d35b7013f337ac3d12314a9367627915b8fbe"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "afe831e511654799011c234ecb8a056ae2e3e800a760c8f6a94ca11154bbd421"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + model = "WPQ864"; + vendor = "Compex"; + } + ]; + }; + edgecore_ecw5410 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-edgecore_ecw5410" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-edgecore_ecw5410"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-edgecore_ecw5410-squashfs-nand-factory.bin"; + sha256 = "c136af862401d3f9eba66056c8dc884fce4d4c29394d2d32df5463cfd662203c"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-edgecore_ecw5410-initramfs-fit-uImage.itb"; + sha256 = "f506355eedf80578c11ef3ada97ca939d6fd41f8ba6d13908582b213806ca5c4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-edgecore_ecw5410-squashfs-nand-sysupgrade.bin"; + sha256 = "b9af7639af9e668fd17a135a90fc73904cb9e11b1c90201baac03e773516627f"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "edgecore,ecw5410" + ]; + titles = [ + { + model = "ECW5410"; + vendor = "Edgecore"; + } + ]; + }; + linksys_ea7500-v1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-linksys_ea7500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-linksys_ea7500-v1-squashfs-sysupgrade.bin"; + sha256 = "7e315ea5f0abcca1260dc08f9c29e11a456ff93374091dda7a7995c77fc3a7cc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-linksys_ea7500-v1-initramfs-uImage"; + sha256 = "d61aa813defb58814e9cc26ce56f8f7b0e43861757c04fdd8d9454385e3c03ff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-linksys_ea7500-v1-squashfs-factory.bin"; + sha256 = "5385cc48a44ecc3cf5866680f016de370730d963be2649318cd3c90aca3bbd68"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7500-v1" + ]; + titles = [ + { + model = "EA7500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "e48c268b196c8aa0b62dc7b0a2b73fb6991b66f62688332318c061ef5941f4c4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "686fed7810c5565c9e9faff461bf2aca4497bf6a89747a356f5413b9a882f2fd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-linksys_ea8500-initramfs-uImage"; + sha256 = "548b95c10f5f62fbe1e437b9279b78f7c284c3efa6137554034dd4f9de4c6d24"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + model = "EA8500"; + vendor = "Linksys"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-nec_wg2600hp-initramfs-uImage"; + sha256 = "89fa580a67a0a6ff3543393a14f56a5ae5f1cc86786818853e034e770d8483a6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "9fc1ac867bb93f97a37508cd53f248ef57cee06d87620df0538b911e91e06dc7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + model = "Aterm WG2600HP"; + vendor = "NEC"; + } + ]; + }; + nec_wg2600hp3 = { + device_packages = [ + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-usb-phy-qcom-dwc3" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "ath10k-firmware-qca9984-ct" + "ipq-wifi-nec_wg2600hp3" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-nec_wg2600hp3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-nec_wg2600hp3-initramfs-uImage"; + sha256 = "bc2895fb713b9ca706242025448ed9732bd18783fbec4c2cb21d01c4fc9fe099"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-nec_wg2600hp3-squashfs-sysupgrade.bin"; + sha256 = "1180f1f22d9088f55581cb7a27b8eedeb15493f8ec5591448c29331ecec132ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp3" + ]; + titles = [ + { + model = "Aterm WG2600HP3"; + vendor = "NEC Platforms"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "279ab825e17d8ed6ff774dff4af228a207430f849d068bc77f66bf30b7cdcfa2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-netgear_d7800-initramfs-uImage"; + sha256 = "ec567abf20d690d319e2d7d4ccb4e16ae5314b6c4aa68ff6de5face3b0a2db49"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "6802453dce7e18905547406d90c4090c050f450980054e87a056789c3bb94655"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + model = "Nighthawk X4 D7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "ad88b5bd58e3d3e7af026cffba27ccf672ab6d09548517ea74f8ee1af95fe1e5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "2341e25a1caa0daf52a366881fa3ef674eb90acfb934b759d98e534b75725380"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-netgear_r7500-initramfs-uImage"; + sha256 = "15ed3cb5d452143c9390d992d2ad3c7bd3db61f0a5671a83d20c2993cedecf87"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "ce450c3651440197d030850788a9e6049db1d3d8ca7fbac535fda34ddb39cc77"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "158419d6cdfeabbb0a0e530f3f322fb93cc4066ffa794e1895e80f6bae6368d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-netgear_r7500v2-initramfs-uImage"; + sha256 = "a0b0c8138558dfbd18550d337c3248333f2a28f470f2bcba1ad0efbc3b0d5195"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-netgear_r7800-initramfs-uImage"; + sha256 = "edcad79c7dc32e91d1a810d49e42569ba35bcf1b7036272e5f7faeff1cf81e0a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "aecbc4910fa9dfdba78a6f1e788affb556745f76688872bacf08f1b9e65cdb7c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "ac1b8fac358b1609ca08918227365647c7752355dae90e1b5393c4e1a8d6caa4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + model = "Nighthawk X4S R7800"; + vendor = "NETGEAR"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-qcom_ipq8064-ap148-initramfs-fit-uImage.itb"; + sha256 = "6a1f75a91c231722b3a9538886ff97fb7a96fc82e6f0d54c06ec5c69d4d3e17d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "36a4b7989441d55219a9d92cfbdfcadad672683577c9002853c6f67da0f44a48"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "782aeee8b2b17e495941635472dc9a95f744607ff84d48abf4d7eba876941f23"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "standard"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-qcom_ipq8064-ap148-legacy-initramfs-uImage"; + sha256 = "6185b31f06558444575df464a170bb7acb2a253fa8859ef9101db329b8d1510c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "40ac13d0e21ae7eb58c524dffd361a24015a5bdf0e87b903ccc6e22f71e959da"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "a021ee5fd9c518ccd5453625619155e7f1f886961f7a8a6fce4621c65af820d2"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "legacy"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "aca280d6cafe64cde24ceaaea9a7c0f6e91331c845246cee74f1d64f47b3fe4a"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-qcom_ipq8064-ap161-initramfs-fit-uImage.itb"; + sha256 = "69d1b70763fcc7f554c61b9f65bf4a7da5b68264edb22d7891ec0e687d57ac21"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "5885c716879f2727caa000c351c870cb348575cdd5197d16c5fc1c67ded25e5b"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + model = "AP161"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-db149 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-qcom_ipq8064-db149"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-qcom_ipq8064-db149-squashfs-sysupgrade.bin"; + sha256 = "9041f4597ecbd74c48424c481a0405091cd3d21f9b4a34121c9ad8a37ad07192"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-qcom_ipq8064-db149-initramfs-fit-uImage.itb"; + sha256 = "4afefc20e008a1965af602434767b73f6695b67ea1f3b9de632496d32b05a7ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-db149" + ]; + titles = [ + { + model = "DB149"; + vendor = "Qualcomm"; + } + ]; + }; + tplink_ad7200 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-tplink_ad7200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-tplink_ad7200-squashfs-factory.bin"; + sha256 = "b4fbd53cccbd0b996d20369cc7353bb16e937d813ba519054a5a3bb4fe8df1e7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-tplink_ad7200-squashfs-sysupgrade.bin"; + sha256 = "77dc60cccbdf87ef424633033a24b3e6a8a5af0f84dbacfb4e8f8d60476c9bbe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-tplink_ad7200-initramfs-uImage"; + sha256 = "c2d662da61bc163ec674a5c74270c4de4cb54b54cde257548a48af28629b3674"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,ad7200" + ]; + titles = [ + { + model = "AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + { + model = "Talon AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-tplink_c2600-initramfs-uImage"; + sha256 = "2fa62bff0ea091da2021900750402738da9c6a3861ff176c66613bc4b98c641f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "35309a75af3d4904445be52279253720a145cbea24676de935c5af45404bef16"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "fffff29a00a378f1468e433419fb282708bfc1ec90e767ea7583a5f1d5ed5d21"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + model = "Archer C2600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "5614ee2533b026b9f606883e54f8e41eedcf6ab355d2663bb915a2ec0eef04f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-tplink_vr2600v-initramfs-uImage"; + sha256 = "ca5f8b7af66b74404935608e757559af9b5f44c4521f045203559a8caf2573e5"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + model = "Archer VR2600v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_unifi-ac-hd = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-ubnt_unifi-ac-hd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-ubnt_unifi-ac-hd-initramfs-fit-uImage.itb"; + sha256 = "3654aa48c8bd5d1f97eff5e400b2358883e668944096d4147a0a113b9526360f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-ubnt_unifi-ac-hd-squashfs-sysupgrade.bin"; + sha256 = "b61b68460af409a6272b11f1174ce491f9054e58672341116ba967f981fd837c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ac-hd" + ]; + titles = [ + { + model = "UniFi AC HD"; + vendor = "Ubiquiti"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-21.02.5-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "ff0cc90c8af370c5d2cdcc9dcff8b51d2943fde51a34b46a305baf3fadbee5eb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "490cb597d5133e90a47d5288cdb9c702176e26e30a97fd0bac5da34afbdf4786"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ipq806x-generic-zyxel_nbg6817-initramfs-uImage"; + sha256 = "86cb43210577c8eea4828170912eb436dc93481afd1c79fea05031a9d9615907"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + model = "NBG6817"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "ipq806x/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + checkpoint_l-50 = { + device_packages = [ + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-mvsdio" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-kirkwood-checkpoint_l-50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-checkpoint_l-50-squashfs-sysupgrade.bin"; + sha256 = "8368f561061c022b47c2bcf16530e625a37a0bfb170d1808523825e7f3cf738f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-checkpoint_l-50-initramfs-uImage"; + sha256 = "be7cc438c5e050448dbe6801b20e54be85451757d47e01902cd2b0e8b8766de1"; + type = "kernel"; + } + ]; + supported_devices = [ + "checkpoint,l-50" + ]; + titles = [ + { + model = "L-50"; + vendor = "Check Point"; + } + ]; + }; + cisco_on100 = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-21.02.5-kirkwood-cisco_on100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "042f6e68b7b682950865caff59c0e7b5ff3801f4965a4dca0d88eddea2a477f4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "1a7c0e292a96ab922224d7ab43e0ab4d0355562eae042817fd56db1526b7b345"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-cisco_on100-initramfs-uImage"; + sha256 = "b1c370d742e78eecf5d59669e6519282984e59bf31f9916fc0a729764f95d8b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "cisco,on100" + "on100" + ]; + titles = [ + { + model = "ON100"; + vendor = "Cisco Systems"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "b1149e4ed7d73e0b50e4b409f5702d7cd1ff646811c8b502222ddd6f3d975a71"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-cloudengines_pogoe02-initramfs-uImage"; + sha256 = "dfea616bbc253a506ebf5958eb2b403aac1cda89ebb8333109243e3d4160bbdb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "4743be7ee55d1d4b1cf5bd01a4c7b6bfbef636450389ca06f35e622b524a8108"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + model = "Pogoplug E02"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-mvsdio" + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.5-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "87be45d3416c58b2cf34bf4d48ba15ae3a0b23773f224aa1f0d29595171bf6af"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "08dc7c7585512bcba06f7b9e45b2e391c12946f9e4a4ff4dc060240384dba860"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-cloudengines_pogoplugv4-initramfs-uImage"; + sha256 = "64e20780ea37649e344570a689a4b068dfc5031d3814bdd007296d4e441332b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + model = "Pogoplug V4"; + vendor = "Cloud Engines"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "18f7098ae4d3cbc1aed09e33e60b71ba70bfffb6592ea8c17d8924667f526ac6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-iom_iconnect-1.1-initramfs-uImage"; + sha256 = "38a9d5e2598c93499a4d72f086f4ed425da169add8f18f88c06fe6fe84df9e68"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "ef419501a4ae6dd7ea606584e8bb06db2ec447bf69767eed951756cb97931302"; + type = "factory"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + model = "Iconnect"; + vendor = "Iomega"; + } + ]; + }; + iom_ix2-200 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-21.02.5-kirkwood-iom_ix2-200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-iom_ix2-200-initramfs-uImage"; + sha256 = "a29927cc0f465b175e9336d11f1c2df6cf64e89296b71b4ccbab8e0e44a815b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-iom_ix2-200-squashfs-sysupgrade.bin"; + sha256 = "9ed77c8b7640533514bbdfe7ae56d94a02aa3dfcf8d87358e2564521602933cc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-iom_ix2-200-squashfs-factory.bin"; + sha256 = "5671e4ee241c51371776e86286bbc83217cd295c8ff25c34cf833552d85e2052"; + type = "factory"; + } + ]; + supported_devices = [ + "iom,ix2-200" + ]; + titles = [ + { + model = "StorCenter ix2-200"; + vendor = "Iomega"; + } + ]; + }; + linksys_e4200-v2 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-kirkwood-linksys_e4200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-linksys_e4200-v2-squashfs-factory.bin"; + sha256 = "093bad36f5c46a4365a157111a90f73b2489f54ec536b2fe74c8137749d250b3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-linksys_e4200-v2-squashfs-sysupgrade.bin"; + sha256 = "854ea19707353c66efa8228493cf62b7cdc931f934e8b8c1cf52d39dadb6427c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-linksys_e4200-v2-initramfs-uImage"; + sha256 = "0563000d43ed0e2fe5b8c44cfb4ab19e1f57499ea1b15fb43d9d5dbc36975736"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e4200-v2" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "E4200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea3500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-kirkwood-linksys_ea3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-linksys_ea3500-squashfs-factory.bin"; + sha256 = "3a2cae162add218cdaf7780b5cebee7cebcbbb2888c5a3397d1f858686d0e2c8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-linksys_ea3500-initramfs-uImage"; + sha256 = "5c3e73e3d39eea8db0445f2a4203957d676cf75f41af49cff9b789594b634d8c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-linksys_ea3500-squashfs-sysupgrade.bin"; + sha256 = "ded1a69f7841f7f2868f0a81865d7a4f49b6f65f9043e252e9558037a405996a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea3500" + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + model = "EA3500"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea4500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-kirkwood-linksys_ea4500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-linksys_ea4500-initramfs-uImage"; + sha256 = "0cc2efe33f8e009c500771a46692a5e8612ea4f4f0ba6d7a3ad8a9dff4238315"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-linksys_ea4500-squashfs-sysupgrade.bin"; + sha256 = "f8949bd9ca661bb2106f4ba0d1b9937dd0818f5efd26ef9d2d9d8a5b07cb7b72"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-linksys_ea4500-squashfs-factory.bin"; + sha256 = "0400232703dbfbedcc83e134804fceaec4931fe62a3b19bf5a5d47d0c1b2cb96"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea4500" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "EA4500"; + vendor = "Linksys"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.5-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-raidsonic_ib-nas62x0-initramfs-uImage"; + sha256 = "8bf056ce8e7a1ad37d9988d42e79c19f2d4dc7231934a6931ebf6437bb7af5dd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "0db897bd5bc921cb910a030a39bd8f7b3c4ce64e85256a67ea2a68eba3a771a2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "a4bb821b251098caff02545469c696c7bcf6a50b4c41fc64d1457ee77257f98e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + model = "ICY BOX IB-NAS62x0"; + vendor = "RaidSonic"; + } + ]; + }; + seagate_blackarmor-nas220 = { + device_packages = [ + "kmod-hwmon-adt7475" + "kmod-fs-ext4" + "kmod-ata-marvell-sata" + "mdadm" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.5-kirkwood-seagate_blackarmor-nas220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-seagate_blackarmor-nas220-squashfs-factory.bin"; + sha256 = "824ce2a6b1f58f6a6bd1c4fc0d2a2e1d333bb3304ce46354f9a64fe7c68ac1ed"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-seagate_blackarmor-nas220-squashfs-sysupgrade.bin"; + sha256 = "c44051c89663516ef38f9e4b5d5fd59fe3dddce5d92d80d78d51b37cf8a7b6aa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-seagate_blackarmor-nas220-initramfs-uImage"; + sha256 = "de177704d12c90454174cf998bc3bfb66d0fc4693681cc6f256cd8cfbdfc161b"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,blackarmor-nas220" + ]; + titles = [ + { + model = "Blackarmor NAS220"; + vendor = "Seagate"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "2c40ea96b60a34f9a2432a177e9fab53342d414d4598116fc4ef6b216eb058c8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "73713d3920618d59e3cd8858b2b8705ac107648c1b0877c2b28e7cd9e5a96d75"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-seagate_dockstar-initramfs-uImage"; + sha256 = "a70f1bf09000c1ee5806948bc6e7e54df975184684ba7d6f91bced1c61b53a81"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + model = "FreeAgent Dockstar"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.5-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-seagate_goflexhome-initramfs-uImage"; + sha256 = "62e6163178301dc1152d76566289d0b7f840768ae108a19c59ffa850afdeef2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "63f8eca1fb4066315c932fe5a22ca4abbe032e9270f1162c3e5fd6689cc26aa3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "05e2116327e9dfe996e033f431f1a99495cacaf22a2aceeed108dbe54e6f31ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + model = "GoFlexHome"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.5-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "57d35a8de4591ffb8d7365cff04ff1ed7976aa298c66d4575c012061902a74e2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-seagate_goflexnet-initramfs-uImage"; + sha256 = "33b98f3ec936b2cc6bc0782e47a00d7431f52ead6397d9b1fa485570de10c337"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "ce26b3299c2a45418f9f58d3605d75f25a61b2bc8da068a87bbde7280e4327a4"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + model = "GoFlexNet"; + vendor = "Seagate"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-r8169" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-21.02.5-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "675ae7061c8c3e34455626b15a24eac49c498c76d9e2fa84833e0d5f7682a5b0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "c7bda8cc67d627ab6954216fd57e920a8b44ee1dcbf48e79264689c728df818b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-zyxel_nsa310b-initramfs-uImage"; + sha256 = "97fae46f0d9ca15f8b24571ae38ffb6ad4da5db0df10347023182cbb838b6305"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + "nsa310b" + ]; + titles = [ + { + model = "NSA310b"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa310s = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.5-kirkwood-zyxel_nsa310s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-zyxel_nsa310s-squashfs-sysupgrade.bin"; + sha256 = "2b8a6291dc8d2b1d3c6cc92df0fbff4a2927083deec767a4de5c8e0e5dfe462f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-zyxel_nsa310s-squashfs-factory.bin"; + sha256 = "a0246eb6f5f1fce386506e3cd4ac12552c385e26c6d4285b187848e2c4ecad01"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-zyxel_nsa310s-initramfs-uImage"; + sha256 = "3dacd96681c79ae4b394854b0e92fecdda20dda34823871e307f59090a894c5c"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310s" + ]; + titles = [ + { + model = "NSA310S"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.5-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "dc2591ae5bfed3533335726f9c341d0b81ccad02fa74e76e4f51ef920173c1ae"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "67e8a1bdedb4340d062719679269d65ec4f4a3b51d12a5eddc415498a47a1867"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-kirkwood-zyxel_nsa325-initramfs-uImage"; + sha256 = "41f9ca2d0d205c5b85474ea4cfd8c98ad5d82e423d2bfac93977909463caaef3"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + "nsa325" + ]; + titles = [ + { + model = "NSA325"; + variant = "v1/v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "kirkwood/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + lantiq = { + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-ltq-atm-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-vdsl-vr9-mei" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "ltq-vdsl-app" + "ltq-vdsl-vr9-vectoring-fw-installer" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoa" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "013071897c0bd70bb9adf23e364b2941abdf6e5fb9af8e4554b4993403a5b918"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-alphanetworks_asl56026-initramfs-kernel.bin"; + sha256 = "1f9e5369b0ed94a8ced92cb43651f07aba95dabc04167bf862b7da2c386172af"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + model = "ASL56026"; + vendor = "Alpha"; + } + { + model = "ECI VDSL Modem V-2FUb/I"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "cace6327c43af9c93de878eeccf68d760f85f5653099e5cbae63f6527ec696ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-arcadyan_vg3503j-initramfs-kernel.bin"; + sha256 = "0e9fe5dd9fd2bbc91780cc0143392c61452f4d32d778b9f81a9f7af95644c901"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + model = "ECI VDSL Modem V-2FUb/R"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"; + sha256 = "b0b3b91c548463300fb9edf765209af1e1e8cabd1e6ddfb3f8ef0f5bdd62a312"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-arcadyan_vgv7510kw22-brn-initramfs-kernel.bin"; + sha256 = "555284353b1c0d14fa82f3bd7eb27c52b7b361741ca323c3d5a9864dddd96784"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "BRN"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-arcadyan_vgv7510kw22-nor-initramfs-kernel.bin"; + sha256 = "15655edd227d66c769ab13062af74b06c3b5b0e308663a5ac7533bbc10c2307c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "36db68128cc85dd723dcedccfddc29770214ac4ef9f8178f433e162c6d6275e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "NOR"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-arcadyan_vgv7519-brn-initramfs-kernel.bin"; + sha256 = "306656768f2e3f702e3d2c8f24d1c8e188088c41b96606724026e6691bd5127c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"; + sha256 = "72d622a5eee66aff30ec857358394193a7ff2888a6b8ec27b40df8be7e4ebb05"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + model = "VGV7519"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "BRN"; + vendor = "KPN"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "7c9fdf78de99866a4b4d20db4d0785debd0fd2f87605e0d1ccaa9222540c4d5c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-arcadyan_vgv7519-nor-initramfs-kernel.bin"; + sha256 = "3770dd0e0370dfb0445199d19b0c154c3d7febad9361484798ff99b42a7d1530"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + model = "VGV7519"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "NOR"; + vendor = "KPN"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "9abefccc193d328f11ee785970626c05ea28f360644ea20004d94f9d7f995d6e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "30aa0ea5d233e47b632b6331fdb084bbaafeb702f891c0258229abcea8ebed50"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "95ef3e9d4c4b856fb63ed741557baf4312875653ad91c232954987818730c222"; + type = "eva-filesystem"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz3370-rev2-hynix-initramfs-kernel.bin"; + sha256 = "f2fc38f22a25d7c0c6f7cd5569f3d71b92535e120f0c47bb953ec04832492a7b"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Hynix NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz3370-rev2-micron-initramfs-kernel.bin"; + sha256 = "ae1134eb12506310d5e27088d9e84e11489f816909879711cf1afa21fb9f374e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "169fd5b7dac506d628d6c7637ee6cd2fd154887f9ad475ff778bfd6b201060b0"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "95ef3e9d4c4b856fb63ed741557baf4312875653ad91c232954987818730c222"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "fb10330f8d2236d0f5429d7070db86769f18c8651a3bd7bbca704484f1d76c91"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Micron NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360-v2 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-avm_fritz7360-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz7360-v2-squashfs-sysupgrade.bin"; + sha256 = "afebfccfcbafa6c027a9a503ae3115b3193efff5a3ae923e70b76bdd429c0088"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz7360-v2-initramfs-kernel.bin"; + sha256 = "a38e6cf468b842734eaa9060bfb7369f9651530ed7404fb5f79548d0e0b3d04e"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7360-v2" + ]; + titles = [ + { + model = "FRITZ!Box 7360"; + variant = "v2"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz7360sl-initramfs-kernel.bin"; + sha256 = "06fa8c7385fbbbe1657d4f1271736115613013f5ff822c449daa9116df2320ff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "f59ce6a7298f4cebb3369b8fd910816c968392f243cc3d7fee34b082a57df8ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + model = "FRITZ!Box 7360 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz7362sl-initramfs-kernel.bin"; + sha256 = "5a56161d21eebb0f98df5e7b8067e01838e7ba121464fe59018c8dbc6107e17c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "4f24c38b15a430bd1d1943750b77b3d44b1f3ac11c3bb88a498ad3aec0a8d1d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + model = "FRITZ!Box 7362 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin"; + sha256 = "27bd51ac6fe63dffbd69aec6c6fdd168300b0976c4b1ec5978cd5782f76119f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "40508af8e253cf49a5c762cfbd6011d1a40b4b4a5f377acd9d5571b8dd123adc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + model = "FRITZ!Box 7412"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7430 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-avm_fritz7430"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin"; + sha256 = "bd961a82cd45b884c4c01cc1b6224ea5b03fd80174874aa5c6cbbb6d9c5a02f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-avm_fritz7430-squashfs-sysupgrade.bin"; + sha256 = "08765f747ebc27f69c5d4ef30cde24f2386b8c4eb3dd312ee278ff2bda9ce4ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7430" + ]; + titles = [ + { + model = "FRITZ!Box 7430"; + vendor = "AVM"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-bt_homehub-v5a-initramfs-kernel.bin"; + sha256 = "6b76bb5963eefd5b3baed6c76e25537e29d88162ab57e2e15a3fe0d656a15f2e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "5e6f8c7c63023fcc46c8f1b763e262ea6ce585e97f299e1b9fe7a1222f6dd7a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + model = "Home Hub 5"; + variant = "Type A"; + vendor = "British Telecom"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-buffalo_wbmr-300hpd-initramfs-kernel.bin"; + sha256 = "d5e556b638f83e1e1bc0dbf885617a9f0900fbeda5e0705cc59fc461fa836e7c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "5c6edeb18b95c65fa3c0016364b5ab25f460b55c8a36c796a7407a89df19f542"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + model = "WBMR-300HPD"; + vendor = "Buffalo"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-lantiq_easy80920-nand-initramfs-kernel.bin"; + sha256 = "359cd94646a6262a6cf9405c37dc9ee8259793cc66ab77a551d7680dd52c6521"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "23b2c66cf9cc156e84a71f49edb436eeb0ebd468595d02ebf7e5c43dc39536c5"; + type = "fullimage"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "609b872a133232ce48cf52383d075d0aeccd3508444ef5ef30887be50f9a94b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NAND"; + vendor = "Lantiq"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-lantiq_easy80920-nor-initramfs-kernel.bin"; + sha256 = "f0be0e7d0ca58f701db86f5ee67b69b610aa2b4e0742b20ac32d88ee1f5886cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "344aa0d887cf8d43794a015b6d444c2eeca426fe028d22eebd4c8f28c4f5e664"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NOR"; + vendor = "Lantiq"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-netgear_dm200-initramfs-kernel.bin"; + sha256 = "e5e833d2b091e662d9104065ecb079e64008d16277d4e20704e4d9b8cd1f0fe5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "373d66fc24daa999dbb07c58f6330a668f678bc28b8a28ec25537355b5c95e44"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "57440123cf071cf412d4f9ff8a144caa2e7ae0f3f376a1ad808b4a99201fe9f5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + model = "DM200"; + vendor = "NETGEAR"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "53f3a8f1f98a8f22439ac51a2a81c04667b7e166e48735863baea8b105fd07dc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-tplink_tdw8970-initramfs-kernel.bin"; + sha256 = "b7d2614ea41f1addb4d4e2f5586c634ad1e816d368d7ba92519b10e997f61f9f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + model = "TD-W8970"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-tplink_tdw8980-initramfs-kernel.bin"; + sha256 = "5ccf50e0b0fe511f1bd20af4e43ee8301989c5ca0fa81123bf5029e687e37a11"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "d987c967e004fd61dccdd8a1cffcdeb7446e7468b717af174a2299e236a9cbfb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + model = "TD-W8980"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-tplink_vr200-initramfs-kernel.bin"; + sha256 = "1ff7f9d814ac439180bb0fdd3f82a0765aa75334c37c32bbff845290bb60c091"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "fde3aa5ef1343857fcad9f9f9f576cfc84754d4acfcba10565e582efcdaa6cd5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + model = "Archer VR200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-tplink_vr200v-initramfs-kernel.bin"; + sha256 = "dac9e2c92c9f23cff97da661a0c449ccd42fa1a04661bf04e6a55348196d5db2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "a58c14d8a301a3f6c66768782dc9c9f3749fbc87d6b0910fe3288ec15d9f75ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + model = "Archer VR200v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "d9410405cff532dda34b21a89d5998575e6f5684b0e28549f5fdfc21bc51e240"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xrx200-zyxel_p-2812hnu-f1-initramfs-kernel.bin"; + sha256 = "71e4dc2513c32be01f26a42cf574e1d63f3f2055a8b9173dc2f6644e3a7a3e34"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + model = "P-2812HNU"; + variant = "F1"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "lantiq/xrx200"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "2046df542dca95c97edd37d44b9387f9d24bd34f415c0b57d6036105e5559edb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-arcadyan_arv4510pw-initramfs-kernel.bin"; + sha256 = "7ca55c5c16a2868bdf54ea7518cb160ed4d2850990e3cdea4f1b2aa6602f7a3f"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + model = "ARV4510PW"; + vendor = "Arcadyan"; + } + { + model = "BeWan iBox v1.0"; + vendor = "Wippies"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-arcadyan_arv7506pw11-initramfs-kernel.bin"; + sha256 = "468d8b4afced61f4ad38b54d9f6625a5ab935584e969c60eedf4dec1156b1ca8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "02b40248e3bc9c907175650dfe116dedaf30effc8857d77ac4f2e9e28e9fef84"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + model = "ARV7506PW11"; + vendor = "Arcadyan"; + } + { + model = "IAD 4421"; + vendor = "Alice/O2"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "40ac5544c9552edfd1dcd88363ea5a4ad07349a313cdf1f6412afa787248295c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-arcadyan_arv7510pw22-initramfs-kernel.bin"; + sha256 = "39beb421c35266d6032e4c6f2cbee52af4cd243338c4fba43357bde4d9ff0ab3"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + model = "ARV7510PW22"; + vendor = "Arcadyan"; + } + { + model = "ARV7510PW22"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "cd38fddb53ba23b2f3d31a7ce8cd879159223477218557f51f87ba11dd2d3205"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-arcadyan_arv7518pw-initramfs-kernel.bin"; + sha256 = "fded54a9b318cacec25416bd1c8fa39564946578ac879c488c4e128a6b573814"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + model = "ARV7518PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7518PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-arcadyan_arv7519pw-initramfs-kernel.bin"; + sha256 = "f7de8520995f130f4d9cdae17a42b2099b86fded92a0a3eb965982e2dbe84ce7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "dee62eee27b8278a7900af852095bd070df7d003cadd10d97f2714e98e8a9360"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + model = "ARV7519PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7519PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "aaaab499039ebe55e94eb25ece4c3fc4ec51f5663c48c980d2549eba52a0105d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-arcadyan_arv752dpw-initramfs-kernel.bin"; + sha256 = "a91b0ca47a3604f920ea2ccbcc338f63fb1b2520b9265fce925c6737315c6159"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + model = "ARV752DPW"; + vendor = "Arcadyan"; + } + { + model = "Easybox 802"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-arcadyan_arv752dpw22-initramfs-kernel.bin"; + sha256 = "3d2778a7c1d06fa88370b2f57bb9f0f8c86f1abd306ba328a3ee7d20a0d3d9b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "293f519d54884ffcac630a7772ba03322210d919b118bc9a0d68c1f999d7739c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + model = "ARV752DPW22"; + vendor = "Arcadyan"; + } + { + model = "Easybox 803"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "3d2fa1cd2f3c690005d8702e72c44d76c14ee1854ac0c2d6fe8833051db406e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-arcadyan_arv8539pw22-initramfs-kernel.bin"; + sha256 = "c3f74f2ede6e9954e87665f8e0a44484833d479b6f601236a253fb23c58ddd3d"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + model = "ARV8539PW22"; + vendor = "Arcadyan"; + } + { + model = "Speedport W504V Typ A"; + vendor = "Telekom"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-audiocodes_mp-252-initramfs-kernel.bin"; + sha256 = "614c709b541359039d4377fef5146233c2370012401a641ec5be8685ee04c011"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "4d58e7ebb71bb8b7e5af4d1a7c76e9456cd0c49b39a5e782f9cfe5bb89a15409"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + model = "MediaPack MP-252"; + vendor = "AudioCodes"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "aab12eca46fc3733280ab0a911a6f2cba6070dde10980d175795c65f5142e82f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-avm_fritz7312-initramfs-kernel.bin"; + sha256 = "ac346a2cea8146bd40852a0a267992593ccd83633127abd53ba7b70f04268b1c"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + model = "FRITZ!Box 7312"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "7452d4272e1c5aff9f4e80bf478ff882bbca2bbdf778a24bec6b5479999b7946"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-avm_fritz7320-initramfs-kernel.bin"; + sha256 = "2a798d19dbb16e0386b78db6b4acabc78877113b888fe3804bcedce0ecaa68d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + model = "FRITZ!Box 7320"; + vendor = "AVM"; + } + { + model = "HomeServer"; + vendor = "1&1"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "187648bcab0706aaabd3593150bbd85c64a30f647d4c515a45d4c13da6d34a69"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-buffalo_wbmr-hp-g300h-a-initramfs-kernel.bin"; + sha256 = "bb96f8dddde38fc2b767c37af638bc70ec0c3fac99e642fabb7e2754e9aa6c19"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "A"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-buffalo_wbmr-hp-g300h-b-initramfs-kernel.bin"; + sha256 = "bb96f8dddde38fc2b767c37af638bc70ec0c3fac99e642fabb7e2754e9aa6c19"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "436132f327405037aa21e59e107bc6e9cbc8c8014f48713c2c969c7c4938eb58"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "B"; + vendor = "Buffalo"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "a699c5f7d10dba86dba37a7eafb55d9ebd7a40a2a809d86130899991bc751f0d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "4d086bf47588577d045da93261cad08cc45d7adbdfacd09d6a5992dffae5b9da"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-netgear_dgn3500-initramfs-kernel.bin"; + sha256 = "013b034fecb06c70c21f491a196d8c0923387b6eb400f64b7ac01d3c33b797ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "345d7fcfcc4a62676241ab78c3f10e9123b52e2af92f542cad71bb54a067d8ac"; + type = "sysupgrade-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "547b86df36f9c8173b827c7513eb73351b17110811fafc22b1216829422c9976"; + type = "factory-na"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + model = "DGN3500"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "542c130a28387ab9487ff9299da7084ee50f6738e79cf620ad8771984dbb97c6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "64ddc172e96effd2ee9957e3f2b97fe9ce63f66567d666534079c2b7e8b8ad03"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-netgear_dgn3500b-initramfs-kernel.bin"; + sha256 = "bcfc01fa8d2bb9f36faa37a78ba90575fa1849c00ef9343031dc3f4d36bbb245"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + model = "DGN3500B"; + vendor = "NETGEAR"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "abea04741272f975a647809a62cc79c7239fbc26fc60a52badccc811a84e671c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-siemens_gigaset-sx76x-initramfs-kernel.bin"; + sha256 = "b1af24403db202f54307626930268484dec643416e3844c90b07fed2fe39ea3c"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + model = "Gigaset sx76x"; + vendor = "Siemens"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-zte_h201l-initramfs-kernel.bin"; + sha256 = "ffd78473e578ed91b9df37ed50c4cecc7562b655cb9c21c23ed89d9242519f5f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "6c27cf274bb019fc94d3bde4a1ebc2fc5e7d21759484ae1a6b0182b156bd58c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + model = "H201L"; + vendor = "ZTE"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-lantiq-xway-zyxel_p-2601hn-initramfs-kernel.bin"; + sha256 = "8311de8761e48d60c2fa8a5b0344dc7370d8d6430e1f86c56d49f93246371fbe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "bdd447f739be45f6d22ebc803a058b97aed87417a58f723ec3d70cbc93f73b46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + model = "P-2601HN"; + variant = "F1/F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "lantiq/xway"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1021a-iot-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-layerscape-armv7-fsl_ls1021a-iot-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sysupgrade.bin"; + sha256 = "52acdf162185d202ed3ac9aea15207036331c6bcf898fcf9bec4f44cd091f71b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sdcard.img.gz"; + sha256 = "d527cffe701be998445d3e4e5ee2cd7050661c21642fe5aebdf01a3def0f6ca4"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "LS1021A-IoT"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr = { + device_packages = [ + "layerscape-rcw" + ]; + image_prefix = "openwrt-21.02.5-layerscape-armv7-fsl_ls1021a-twr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv7-fsl_ls1021a-twr-squashfs-sysupgrade.bin"; + sha256 = "9b1fe00cc89435fbab067a023772157a21eb6ad7775ce42de3fafd792f971d9b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv7-fsl_ls1021a-twr-squashfs-firmware.bin"; + sha256 = "0579dcb84c5869d607933faaedcafdc3497887fefe8c768a3a089661b81ffc74"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-layerscape-armv7-fsl_ls1021a-twr-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sysupgrade.bin"; + sha256 = "fef1231f24ec3083a50e06ad15280de909313ea2faf47fdd442e27749ec160d2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sdcard.img.gz"; + sha256 = "6e50cb2d1c5aeea94151320e818904f551454c440896c2751bdece84c24d2eef"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr-sdboot" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "layerscape/armv7"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1012a-frdm = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frdm" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1012a-frdm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-firmware.bin"; + sha256 = "e250d800433dc492099bafa389f9de3d2e191bd3545613223ebf357808e94787"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-sysupgrade.bin"; + sha256 = "f2838c40992755cc7aec3a12900c9341b48b6c9f17090db7dad2347d7f0a7b8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frdm" + ]; + titles = [ + { + model = "FRDM-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-frwy-sdboot = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frwy-sdboot" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "c9718fd1d71aef558f7f37eca88d945fa342c2c4f88ad4856c898a6dc4938d97"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "64e09dcd6e22edc5a30b40491e7772c855bc451adb4edc961b9890d59871ce19"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-firmware.bin"; + sha256 = "d60b0bc27700497f9af6d5732ece2ee0110aa30f768bc6dfd514f33a8e431b8e"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-rdb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-rdb" + "kmod-hwmon-ina2xx" + "kmod-iio-fxas21002c-i2c" + "kmod-iio-fxos8700-i2c" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1012a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-firmware.bin"; + sha256 = "af28b52fc863e62b59a07914f269b0f7416c6ce2e23c261f33380df510e0d5ce"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-sysupgrade.bin"; + sha256 = "5ccea07591fecd0274c013302d1477b35a96967d531ea897911b17b79266e3f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-rdb" + ]; + titles = [ + { + model = "LS1012A-RDB"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1043a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-firmware.bin"; + sha256 = "462daf955e06a697851b66a20c4594c79e746a5ee0329d0aefa031aefb56b241"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-sysupgrade.bin"; + sha256 = "f7343bf45e58fd178a1cdcdd28a4447d5d2b90e1919f823de0ed2540d02d1e36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "c377e9d8c08c7b64e7b8e2297790293486639acef3814929a96072ebef382fcb"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "da4c620526b6a2b8796a4a27df96efb5c4b34e2bb5f67de5319d8a9ccdf88b35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy" + ]; + image_prefix = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1046a-frwy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-firmware.bin"; + sha256 = "b0e515cbb195876e5e2f8a4498b11e00f93b1bdfe7c31f70a6ef8f5cfd064d87"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-sysupgrade.bin"; + sha256 = "2a143bb40e4d3078b9219ba71480af25f0a5427686e4b3633593bdefdf9d3e9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy-sdboot" + ]; + image_prefix = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "4affdf895400b9a2b10098152721973554fc736dea2cab3baa83ea7a8bd536f8"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "39270f0a98e3dac0c39a5671cc70c75c855d2c64a8c10551246f224bd147b0d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1046a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-firmware.bin"; + sha256 = "1716c0b08c1e5802220f27942b4f49f53c6f266a13d106a6007b8c6329b36da7"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-sysupgrade.bin"; + sha256 = "f81f349a670954a81c41ca6b23b82aa3260700feacab801aa4a4ed78e2e9a046"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "1b140774f974a30cf0166085c904ba8f6f61ecd3fef26006a677fb6f8bd099da"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "f1555ab5bbfbd1d11dace2599c1eb97fa73a6b7939f4fc1559a8e039e78fea15"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-firmware.bin"; + sha256 = "abc61e920903615e6eabc64c0c050cd6b31e569eaa452c386ae254a955318f3f"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "180550612e9a42e2845f47dac8fac00377f9ed39149a7dba5c38296e6df47a57"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb-sdboot" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "766a1aef5d80059cf47d2d6633b29156ac835798c5451e68fea9ef35069afca7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "1365430dd37add3814e9bb284bab9ee540dcad90ccf7f870cc6f1ff14255c675"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls2088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls2088a-rdb" + "restool" + "kmod-ahci-qoriq" + ]; + image_prefix = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls2088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "a14464ee24023e8c0b9e935b9023de85375b3b7e205ca7322d381ae8fdabd03c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-firmware.bin"; + sha256 = "dd1d7db3a9c5aa395375cf5d6da90cbda9a58396a76258b7f676c5dbcb29ebfd"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls2088a-rdb" + ]; + titles = [ + { + model = "LS2088ARDB"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb" + "restool" + ]; + image_prefix = "openwrt-21.02.5-layerscape-armv8_64b-fsl_lx2160a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-firmware.bin"; + sha256 = "53a39fe37b9daaaa6a0d391f81d60d627a6aa852ec2bb58e7a41d955c9d880a0"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-sysupgrade.bin"; + sha256 = "3bd3ea89be711757df26553ed934179ff1273e4d7aa84dc152619f24ef9d4945"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb-sdboot" + "restool" + ]; + image_prefix = "openwrt-21.02.5-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "f7ebe970c7e53d99cf5064e5b1b24bc1e2361717a7618431220adc96d2ffe186"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "c99a4b472ace89829b38cf74e3d491370bc98d390719e412da6d89d27483a173"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb-sdboot" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + traverse_ls1043 = { + device_packages = [ + "layerscape-fman" + "uboot-envtools" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-21.02.5-layerscape-armv8_64b-traverse_ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-traverse_ls1043-ubifs-root"; + sha256 = "def1da1fc730cae662cf773f37d75e4055bf17e67a0ed89f01b7f3c79ad48020"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-layerscape-armv8_64b-traverse_ls1043-ubifs-sysupgrade.bin"; + sha256 = "5f58891b0f91e1c4370c016912b8ac80f4340f164df9402e6a80e27b534d48b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "traverse,ls1043s" + "traverse,ls1043v" + ]; + titles = [ + { + model = "LS1043 Boards"; + vendor = "Traverse"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "layerscape/armv8_64b"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-mt7615-firmware" + "kmod-mt7615e" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + bpi_bananapi-r64 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.5-mediatek-mt7622-bpi_bananapi-r64"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mediatek-mt7622-bpi_bananapi-r64-squashfs-sysupgrade.bin"; + sha256 = "8a9a10a98d64945ef1c5dee356912bc9997c39d681d531b310f9261700e1074a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mediatek-mt7622-bpi_bananapi-r64-initramfs-kernel.bin"; + sha256 = "3afe1f2e4a90588f78b5048075eb472372a0a56bf3e8a1fe2d807660884f847c"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "Banana Pi R64"; + vendor = "Bpi"; + } + ]; + }; + bpi_bananapi-r64-rootdisk = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.5-mediatek-mt7622-bpi_bananapi-r64-rootdisk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mediatek-mt7622-bpi_bananapi-r64-rootdisk-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "409111da07d7dd0d9d9221e9bb4016cb7c6ec6e0f988d97549ed662d0093f1c3"; + type = "sysupgrade-emmc"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mediatek-mt7622-bpi_bananapi-r64-rootdisk-initramfs-kernel.bin"; + sha256 = "33b494a08e7a239da8c183060e3cc4f0adfcfaed5b568ea9542ae304c17fb14f"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "Banana Pi R64 (rootdisk)"; + vendor = "Bpi"; + } + ]; + }; + elecom_wrc-2533gent = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-btmtkuart" + "swconfig" + ]; + image_prefix = "openwrt-21.02.5-mediatek-mt7622-elecom_wrc-2533gent"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mediatek-mt7622-elecom_wrc-2533gent-squashfs-sysupgrade.bin"; + sha256 = "e37659ee200b5b6e6b7452b628599d47966da5064590fd37dd1467c2e25bf3d5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mediatek-mt7622-elecom_wrc-2533gent-initramfs-kernel.bin"; + sha256 = "d98d735cb41d54d97785eab75847b3d3c0c7782c986f7d012bac7886fb9b2b6d"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gent" + ]; + titles = [ + { + model = "WRC-2533GENT"; + vendor = "Elecom"; + } + ]; + }; + mediatek_mt7622-rfb1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.5-mediatek-mt7622-mediatek_mt7622-rfb1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mediatek-mt7622-mediatek_mt7622-rfb1-squashfs-sysupgrade.bin"; + sha256 = "c468962c339a29d4c1de37b018e01fcc5f90e82a2c940952288975a291e3c010"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mediatek-mt7622-mediatek_mt7622-rfb1-initramfs-kernel.bin"; + sha256 = "be82077d8f8d657c738428340f5e7d692ec99972170ca13653eec34cc9da6f99"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7622-ubi = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.5-mediatek-mt7622-mediatek_mt7622-ubi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mediatek-mt7622-mediatek_mt7622-ubi-initramfs-kernel.bin"; + sha256 = "abaa1b6fb97ca47f6682d564f6196d71000bab9d70a47421a89ebe2945b58043"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mediatek-mt7622-mediatek_mt7622-ubi-squashfs-sysupgrade.bin"; + sha256 = "6a46e2ddd50e45e9b20aa46ba6cb5cbbf71052ccffd03cbcd4f55a3441e61805"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mediatek-mt7622-mediatek_mt7622-ubi-squashfs-factory.bin"; + sha256 = "8c7da26220f2ef88e505f844a6acff21ce6ee877debfdd299cee3a85a01c2c27"; + type = "factory"; + } + ]; + supported_devices = [ + "mediatek,mt7622-ubi" + ]; + titles = [ + { + model = "MTK7622 AP (UBI)"; + vendor = "MediaTek"; + } + ]; + }; + ubnt_unifi-6-lr = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.5-mediatek-mt7622-ubnt_unifi-6-lr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mediatek-mt7622-ubnt_unifi-6-lr-initramfs-kernel.bin"; + sha256 = "85ca0631c6f470f94772158d89498924f1614a2c18f70e3555b32573e026b5fb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mediatek-mt7622-ubnt_unifi-6-lr-squashfs-sysupgrade.bin"; + sha256 = "4030bf172a2d4cf73b99995b91a120d19f0c941a00d091a1c32d4f7105bda487"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr" + ]; + titles = [ + { + model = "UniFi 6 LR"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "mediatek/mt7622"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + bpi_bananapi-r2 = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.5-mediatek-mt7623-bpi_bananapi-r2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mediatek-mt7623-bpi_bananapi-r2-squashfs-img.gz"; + sha256 = "81feb1e45ec42ef72024352880446c2a5f714470198fcdaca18ba749843b10eb"; + type = "img"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mediatek-mt7623-bpi_bananapi-r2-initramfs-kernel.bin"; + sha256 = "0e6c6bd2419cc9a97f09a45d543024c49c286233dc69365a73318f59b1dca2ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r2" + ]; + titles = [ + { + model = "Banana Pi R2"; + vendor = "Bpi"; + } + ]; + }; + unielec_u7623-02-emmc-512m-legacy = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.5-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "8f2c66932a0eeebc8281175120cf1f9c1c87b8771f7fc445cc8ae601f4c999c3"; + type = "sysupgrade-emmc"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-initramfs-kernel.bin"; + sha256 = "7176470d013e4798c8015bc56f15bdf51520ad4bb38e9c3e8ba35840adbe27d6"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + variant = "eMMC/512MiB RAM (legacy image)"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7623-emmc = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.5-mediatek-mt7623-unielec_u7623-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mediatek-mt7623-unielec_u7623-emmc-squashfs-img.gz"; + sha256 = "4e661da4397fd595f1c39acec4a2677ec53deee53027f4f177c0fedae98506e4"; + type = "img"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mediatek-mt7623-unielec_u7623-emmc-initramfs-kernel.bin"; + sha256 = "6a77cbf0c2bca4f5be20f5c620a4e0e3db6a927f96abff87ffe7445c3959074d"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623"; + variant = "eMMC"; + vendor = "UniElec"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "mediatek/mt7623"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + mt7629 = { + arch_packages = "arm_cortex-a7"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + mediatek_mt7629-rfb = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-21.02.5-mediatek-mt7629-mediatek_mt7629-rfb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mediatek-mt7629-mediatek_mt7629-rfb-squashfs-sysupgrade.bin"; + sha256 = "848ebc05e29cf3558ad78f515d8b4ba955f93301deb16756cd5c426e6c1198bd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mediatek-mt7629-mediatek_mt7629-rfb-initramfs-kernel.bin"; + sha256 = "11b457b9a9df43e46c5615311100496d8b0d169bd2669d0d1db9a16b8f2bc20a"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7629-rfb" + ]; + titles = [ + { + model = "MT7629 rfb AP"; + vendor = "MediaTek"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "mediatek/mt7629"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + mpc85xx = { + p1010 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + sophos_red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mpc85xx-p1010-sophos_red-15w-rev1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mpc85xx-p1010-sophos_red-15w-rev1-initramfs-kernel.bin"; + sha256 = "0608b257bb7132de7c9850777fb696058a8e3759b250cd3f1506164c6b8b9eb8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mpc85xx-p1010-sophos_red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "936aa81b24a54e801867c4018d2b70ecb15f43539e2895450a0381f943e3ffe5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + model = "RED 15w"; + variant = "Rev.1"; + vendor = "Sophos"; + } + ]; + }; + tplink_tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mpc85xx-p1010-tplink_tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "5f97091a64b64683a64bae15192dc143a6e23085f0785f42873d3f106ff2e94b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "8b12b62056530208ab05e77fa192e7ac5e7b4163f616b3fa79fa5aaae3266067"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v1" + "tl-wdr4900-v1" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "mpc85xx/p1010"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aerohive_hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.5-mpc85xx-p1020-aerohive_hiveap-330"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin"; + sha256 = "afb127527fd730aef31a85451fdb9e9d52753e5834bd802b0f3bd23c958b2563"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mpc85xx-p1020-aerohive_hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "bb1480384325feaa26a0a88cb22a328933112b3920d52a91688a26bb54584fa8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mpc85xx-p1020-aerohive_hiveap-330-squashfs-fdt.bin"; + sha256 = "65c6edce3077727395753574f92dbf4bd8dda8142b0459200000b714189aaac1"; + type = "fdt"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + model = "HiveAP-330"; + vendor = "Aerohive"; + } + ]; + }; + enterasys_ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mpc85xx-p1020-enterasys_ws-ap3710i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "b8f3d18952045449ab92fb4c920d4a6d244a99834892141d79bef538542c5e98"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mpc85xx-p1020-enterasys_ws-ap3710i-initramfs-kernel.bin"; + sha256 = "12fa5381963ca2ed7357a55a563db5939d602d96a193e966ba3c3eb935b7f0f4"; + type = "kernel"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + model = "WS-AP3710i"; + vendor = "Enterasys"; + } + ]; + }; + ocedo_panda = { + device_packages = [ + "kmod-rtc-ds1307" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-mpc85xx-p1020-ocedo_panda"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mpc85xx-p1020-ocedo_panda-initramfs-kernel.bin"; + sha256 = "0eb630329ca2fa868f8df8d23213fdc323133ca34405f15b1c733df6b5731d39"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mpc85xx-p1020-ocedo_panda-squashfs-sysupgrade.bin"; + sha256 = "f68618e647cb4934b149b983925620fa6bd06922637cde79b3620f776789989a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mpc85xx-p1020-ocedo_panda-squashfs-fdt.bin"; + sha256 = "e31ead96b076b205707a55a6b96abc809ec7349408e1088dcaeed031c9ec45df"; + type = "fdt"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + model = "Panda"; + vendor = "OCEDO"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "mpc85xx/p1020"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + freescale_p2020rdb = { + device_packages = [ + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.5-mpc85xx-p2020-freescale_p2020rdb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mpc85xx-p2020-freescale_p2020rdb-initramfs-kernel.bin"; + sha256 = "0ebc66feef56ce74df0d4ecff15067c582fd213de48dda9201f4a387ab79d50f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mpc85xx-p2020-freescale_p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "3b746a34360abba945511f5b7ca94f83c47e2573ee71caddaab9a1f36ff7fd27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + model = "P2020RDB"; + vendor = "Freescale"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "mpc85xx/p2020"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + glinet_gl-mv1000 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa53-glinet_gl-mv1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa53-glinet_gl-mv1000-squashfs-sdcard.img.gz"; + sha256 = "21943df796ae1b8039afd15b1e5a0860a581152b3fc58ffac1a2a9734f0540e2"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa53-glinet_gl-mv1000-initramfs-kernel.bin"; + sha256 = "79e5416ab004ea14e71ff6412f51152c70ded809fd13025ca74d6d0ab0872011"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-mvebu-cortexa53-glinet_gl-mv1000-ext4-sdcard.img.gz"; + sha256 = "660069c76e9faa0be5815723f85766712ebe74ad794dad916d0f08a8f647e6a6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "glinet,gl-mv1000" + ]; + titles = [ + { + model = "GL-MV1000"; + vendor = "GL.iNet"; + } + ]; + }; + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "9140b647ba26c23a60a630e8c755a89ed7d15e196244fe917fca1404ac18931a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "becc2779b2dbee44a4536b14a05183fa556610811881588efd384b4470fcb84f"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-initramfs-kernel.bin"; + sha256 = "79e5416ab004ea14e71ff6412f51152c70ded809fd13025ca74d6d0ab0872011"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "4cb0854c2cb08d60649805d735c31208fedacacd60e1a38e546cf794995fd6e4"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-emmc-initramfs-kernel.bin"; + sha256 = "79e5416ab004ea14e71ff6412f51152c70ded809fd13025ca74d6d0ab0872011"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "f7c9a29714aed156e1b2ff25ba13538e8b0c29856c0a19354bc0c9a7cf867570"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-ultra = { + device_packages = [ + "kmod-i2c-pxa" + "kmod-rtc-pcf8563" + ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-ultra"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz"; + sha256 = "428593a87cbc3d6790ff5a7cf57d63d3583e62fd80557bb5602a4c2fe58278e3"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-ultra-ext4-sdcard.img.gz"; + sha256 = "e977050fe8a8267e55e3e0bc762d30b0330f0f9dfe6cc2f7888822db1a6a905c"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-ultra-initramfs-kernel.bin"; + sha256 = "79e5416ab004ea14e71ff6412f51152c70ded809fd13025ca74d6d0ab0872011"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-ultra" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Ultra"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "a74e08f2271574e4def8fb29624cfef71e289ecdc5109ef1967e76b76be238f3"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-v7-initramfs-kernel.bin"; + sha256 = "79e5416ab004ea14e71ff6412f51152c70ded809fd13025ca74d6d0ab0872011"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "61059c3c37b25b12636cca9582b5edde98ed904eb87aeefae80d411cc2391b27"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "38cecbf72480220e176119888686c6d51400b4a0c50e3c7887694c4355fb61f8"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-v7-emmc-initramfs-kernel.bin"; + sha256 = "79e5416ab004ea14e71ff6412f51152c70ded809fd13025ca74d6d0ab0872011"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "ffcc1180323d556db91daaa6ca25dd99fcb3271cd1d2b477491828043b411cdf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "ceba0bebe925a137bbc9e8f8d3b487f922cdc239736145b5abe0658c8158145a"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa53-marvell_armada-3720-db-initramfs-kernel.bin"; + sha256 = "79e5416ab004ea14e71ff6412f51152c70ded809fd13025ca74d6d0ab0872011"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "cc7bb4f33781a385799880effbbe281ffb3689812dd33f240967880cc224482f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + model = "Armada 3720 Development Board (DB-88F3720-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + methode_udpu = { + device_packages = [ + "f2fs-tools" + "fdisk" + "kmod-i2c-pxa" + "kmod-hwmon-lm75" + ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa53-methode_udpu"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-mvebu-cortexa53-methode_udpu-firmware.tgz"; + sha256 = "2b29459910e5929f1e7e546ca3b70da1e3776176686b5cdb85add27bbb0006c3"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa53-methode_udpu-initramfs.itb"; + sha256 = "bb473e9c7b771f8a2dea1f6a86beb30ca4e90f2c1f76794db3a0573d6eaa2100"; + type = "kernel"; + } + ]; + supported_devices = [ + "methode,udpu" + ]; + titles = [ + { + model = "micro-DPU (uDPU)"; + vendor = "Methode"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "mvebu/cortexa53"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + iei_puzzle-m901 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa72-iei_puzzle-m901"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-mvebu-cortexa72-iei_puzzle-m901-ext4-sdcard.img.gz"; + sha256 = "51677b5134e45b61e5286bc2dff1db3d95724ed9ca7342e9feb07c71ca2a325e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa72-iei_puzzle-m901-squashfs-sdcard.img.gz"; + sha256 = "2d4154819096ec8e0b24c2266a2fae7e0a79da0454b95aac66a3a3b380d28d97"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa72-iei_puzzle-m901-initramfs-kernel.bin"; + sha256 = "f0f108abd89f3f0088a6162a3194129b8587ad9cbbc3ad6ed7c742b9505e81ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "iei,puzzle-m901" + ]; + titles = [ + { + model = "Puzzle-M901"; + vendor = "iEi"; + } + ]; + }; + iei_puzzle-m902 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa72-iei_puzzle-m902"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa72-iei_puzzle-m902-squashfs-sdcard.img.gz"; + sha256 = "c63c319a2ecba10817e6dbbae9cb9488393980594a00ddd6d895c45af25ab6bd"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-mvebu-cortexa72-iei_puzzle-m902-ext4-sdcard.img.gz"; + sha256 = "41683ceab674b1c160a53a9b3991f7c4453e58fb2b6697085499d334967780ef"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa72-iei_puzzle-m902-initramfs-kernel.bin"; + sha256 = "f0f108abd89f3f0088a6162a3194129b8587ad9cbbc3ad6ed7c742b9505e81ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "iei,puzzle-m902" + ]; + titles = [ + { + model = "Puzzle-M902"; + vendor = "iEi"; + } + ]; + }; + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "c37634a7a795af2063cedb52e4f1cd66594d73b41f7a21b6728e32217298e102"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa72-marvell_armada7040-db-initramfs-kernel.bin"; + sha256 = "f0f108abd89f3f0088a6162a3194129b8587ad9cbbc3ad6ed7c742b9505e81ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "7a2a6730a4595f81affa64b7f4741f6ae946b094871f5340819f6a6f4048e7e1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + model = "Armada 7040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "c363630a11ea661edc2d5bb160311293e91edc7a416b8f72729ee1be26fdbc5a"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa72-marvell_armada8040-db-initramfs-kernel.bin"; + sha256 = "f0f108abd89f3f0088a6162a3194129b8587ad9cbbc3ad6ed7c742b9505e81ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "8dad02cbe44428a67a688e18ffae2d5004532a8f355a6aa9e0d2640b48885e8f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + model = "Armada 8040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_macchiatobin-doubleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa72-marvell_macchiatobin-doubleshot"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa72-marvell_macchiatobin-doubleshot-initramfs-kernel.bin"; + sha256 = "f0f108abd89f3f0088a6162a3194129b8587ad9cbbc3ad6ed7c742b9505e81ec"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-mvebu-cortexa72-marvell_macchiatobin-doubleshot-ext4-sdcard.img.gz"; + sha256 = "85ce7f2594a0dc876c1b96bfcb9a756147178d6c526dc09ee671abdc1d80e742"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa72-marvell_macchiatobin-doubleshot-squashfs-sdcard.img.gz"; + sha256 = "47c38d2f1d826d153dbd6dedfd8673cc52ddd71d608e6b57ed20e2fcaf002e4b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-doubleshot" + "marvell,armada8040-mcbin" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + ]; + }; + marvell_macchiatobin-singleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa72-marvell_macchiatobin-singleshot"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa72-marvell_macchiatobin-singleshot-initramfs-kernel.bin"; + sha256 = "f0f108abd89f3f0088a6162a3194129b8587ad9cbbc3ad6ed7c742b9505e81ec"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-mvebu-cortexa72-marvell_macchiatobin-singleshot-ext4-sdcard.img.gz"; + sha256 = "6f8bf2cf99a511528a8debe4a034c9b885d137559c4dd81e69bf93fd77a87de0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa72-marvell_macchiatobin-singleshot-squashfs-sdcard.img.gz"; + sha256 = "6c23840607eaa2819bab3a42830f5e922b263cedc82e139673774e8026dda5bf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-singleshot" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "mvebu/cortexa72"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + buffalo_ls421de = { + device_packages = [ + "kmod-rtc-rs5c372a" + "kmod-hwmon-gpiofan" + "kmod-hwmon-drivetemp" + "kmod-usb3" + "kmod-linkstation-poweroff" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-mod" + "kmod-fs-xfs" + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-buffalo_ls421de"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-buffalo_ls421de-initramfs-kernel.bin"; + sha256 = "5da4778880b75f9956b66742b743020de21ce7659de39ed552038004b86e90c3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-buffalo_ls421de-squashfs-sysupgrade.bin"; + sha256 = "a70ed1874c494fd2df74666d0303f5b1bf38dbd7221b92185ea764a7a2f5e69a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,ls421de" + ]; + titles = [ + { + model = "LinkStation LS421DE"; + vendor = "Buffalo"; + } + ]; + }; + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic-wolfssl" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-mux-pca954x" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "f170c5b7c9a52c0fe15c48435902395efa1a879a4e7ec16cba006ece62ebccff"; + type = "openwrt-21"; + } + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-21.02.5-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "9881de97467325e7de6d4b66b88a1fd24536afed7701d9ad6a6433f1771697dd"; + type = "omnia-medkit-openwrt-21"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-cznic_turris-omnia-initramfs-kernel.bin"; + sha256 = "96f9e9f4e2c7851b32ba4c0db6fa47771dbf75bd263201b424d694202f3e8b64"; + type = "kernel"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + model = "Turris Omnia"; + vendor = "CZ.NIC"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-globalscale_mirabox-initramfs-kernel.bin"; + sha256 = "3f8a27cdfce3cb6cdf8d2926508e39180242eab8ea2777622add403cc60bb198"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "245bd439a8da480f6698337fd72c851f19ca4d5554617c3ce6d81406e550529b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + model = "Mirabox"; + vendor = "Globalscale"; + } + ]; + }; + kobol_helios4 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-kobol_helios4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-kobol_helios4-squashfs-sdcard.img.gz"; + sha256 = "d4e567410ab0f74529b65a4714d28c9e369e63afdf9482eb5bd8a181509be759"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-kobol_helios4-initramfs-kernel.bin"; + sha256 = "dab97491381b74731f75b2d8927f86f0225a02c50c898b73ad74e41a502b13cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "kobol,helios4" + ]; + titles = [ + { + model = "Helios4"; + vendor = "Kobol"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt1200ac-initramfs-kernel.bin"; + sha256 = "78d4a6e50c8c8f0d4d71a1ad747a7569e2f53a150c9a6e1d3504a3f1a033c389"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "34370f36b27a8bfbe82b1c8399f81cf67b3825ace6949d1e2dd2c2ac3e2ea007"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "ca790ff21f129a4d23571d37fa3fcce0b3d83a73121f7e0257a8867d40887d61"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1200ac" + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + model = "WRT1200AC"; + vendor = "Linksys"; + } + { + model = "Caiman"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v1 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt1900ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt1900ac-v1-initramfs-kernel.bin"; + sha256 = "b33a4c873688e500b4d0e51ebb439329d968a8d148f91c9a7b33f30826ea6734"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-sysupgrade.bin"; + sha256 = "4823c41cf957f782679ba78dd99a39aaeb2c340e2167ff902ce5c5bb5ea74291"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-factory.img"; + sha256 = "120c736edc43a9833ac3133b57708dae3df0f03cd39d6a4d372510ccb5d0c375"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v1" + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "Mamba"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v2 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt1900ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt1900ac-v2-initramfs-kernel.bin"; + sha256 = "278039769eeccb5f283ee11033227380f9c93cced4792ba8b71b8248274d98cd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-factory.img"; + sha256 = "38c14bb3903d6694c1875b104a7eb6c8594dbb643d4e968acd343247600667b1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-sysupgrade.bin"; + sha256 = "88958372c9c71a34e36f79b645430ecc25dc86aa347213c6cd0d323a9fa9b311"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v2" + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Cobra"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "00b13cc2435e568cf493a52098cc149f4e0423bd21132efbe78804be40fb6f18"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt1900acs-initramfs-kernel.bin"; + sha256 = "2bc54c65c29d0ec829218e9214573924c5d91b44cdb2c60ba80a9ae8b6e150cb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "22450ff3d12ad558ac68be3a3efb68a851386b95ae8804039bf950406ac25b66"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt1900acs" + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + model = "WRT1900ACS"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "WRT1900ACS"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Shelby"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt3200acm-initramfs-kernel.bin"; + sha256 = "03c568c8611b3536e17a0dd475365727ac5daba8181bedf9159ccff3e3908a6e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "365eac119b05470fc9cfeca3806de136b1f54540ae79fba8db874d04020cba6a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "cca2f80a595512e96e5cb5e3b4490adc2a6fee7a53d96ec5c8515081f79bf066"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt3200acm" + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + model = "WRT3200ACM"; + vendor = "Linksys"; + } + { + model = "Rango"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt32x-initramfs-kernel.bin"; + sha256 = "eb56f4e0cab19c36b801a763d9ac63e70d4bf1e7d49690a6002efbd3d607dc8f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "a228c99efe2614c3726db3e99f3fe6dda6242fe7fa3f2e505fdaa6ff2ee75e22"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "b532eb9e08110be20ad7953a7f9fd6d318d5fb4d4e5693bebb13ada3478af33a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt32x" + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + model = "WRT32X"; + vendor = "Linksys"; + } + { + model = "Venom"; + vendor = "Linksys"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "b5b9a00832afabc968ea17b91218f6dfedce9b3888e9499dfc706e13b3ad9616"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-marvell_a370-db-initramfs-kernel.bin"; + sha256 = "517bbe61e56e3513aa0d34d66a81fe80e3bdf763b9769a7a50bfa2a0026554ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + model = "Armada 370 Development Board (DB-88F6710-BP-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-marvell_a370-rd-initramfs-kernel.bin"; + sha256 = "719589ce513d640083df42734d90df0510bf16453921ffad4e4da8d535d96204"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "9430678ee0f9214f13a84c86d45b5d6caa526ce875ed7629601c0d35c001bb90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + model = "Armada 370 RD (RD-88F6710-A1)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-marvell_a385-db-ap-initramfs-kernel.bin"; + sha256 = "1318d191921b65090901b03e3ff20a73345fd655ab778e93ec2da664884e8218"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "eb2cc3e926cac7e3be872a3cb9bc32529d837b93ea54eee9e403e2db94f0b50d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "49ebeefc659854d9f543247df974c450ce752c379ad373e942628c655c2fa989"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + model = "Armada 385 Development Board AP (DB-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "4dbcc5f6e8b1a66383e17c217c378e02f22126042b47d8e851ce200ec176b9db"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-marvell_a388-rd-initramfs-kernel.bin"; + sha256 = "99bc4d994ce2380aec687198507a461839cdf85ccfc731efb7b91b28e2a390fe"; + type = "kernel"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + model = "Armada 388 RD (RD-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "ed28d55d3ed50b20945624dfe0c7cb33f78f74a3f42cd03170e0e7d0710e44a5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-marvell_axp-db-initramfs-kernel.bin"; + sha256 = "ba71f649334a9b374f9bb040a2d280c15803666a0fe6f41a661687f4d0e1e57f"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + model = "Armada XP Development Board (DB-78460-BP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "35c6281e5aaf79af59429657df9679ea8f65a1bc84ab7b641524ae1f943420c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-marvell_axp-gp-initramfs-kernel.bin"; + sha256 = "a858669d9f340ffc89053b0150d8a053b670617dbacd2180648f27d352fd84b7"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + model = "Armada Armada XP GP (DB-MV784MP-GP)"; + vendor = "Marvell"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "15273e19b59035e7d4a2ac1420c0f7d2f86ca9bb78897b529fdcd26001d5c6dc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "18f6260b616e08adfc69d04d5b37c4061b9e2a2657a24bdac2753a3e663fbb1c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-plathome_openblocks-ax3-4-initramfs-kernel.bin"; + sha256 = "4b711584a28b65ad9f9e6d859afdbaa339f8c28c60810e161de7223422d1abf4"; + type = "kernel"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + model = "OpenBlocks AX3"; + variant = "4 ports"; + vendor = "Plat'Home"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "255d066a366703059b9db3dd4e92b18fae1fec274a1ebd1ec7a339f80ddf9422"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-solidrun_clearfog-base-a1-initramfs-kernel.bin"; + sha256 = "dab97491381b74731f75b2d8927f86f0225a02c50c898b73ad74e41a502b13cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + model = "ClearFog Base"; + vendor = "SolidRun"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.5-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-solidrun_clearfog-pro-a1-initramfs-kernel.bin"; + sha256 = "dab97491381b74731f75b2d8927f86f0225a02c50c898b73ad74e41a502b13cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "117a2d18fe6ee0514eb4005a47ff954a375db77aa2e7b1ed3c54e6f6959ec6ad"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + model = "ClearFog Pro"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "mvebu/cortexa9"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-octeon-generic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-octeon-generic-initramfs-kernel.bin"; + sha256 = "bc656781a6272e431ee7ecafdc4784a56d0693d67b09e7cf72f463ebc9f4e2b5"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Octeon"; + vendor = "Generic"; + } + ]; + }; + itus_shield-router = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-octeon-itus_shield-router"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-octeon-itus_shield-router-initramfs-kernel.bin"; + sha256 = "533723a4a1ea6ab910cbdd745ff6235e7da6d081bf76911fcb0ad19922019820"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-octeon-itus_shield-router-squashfs-sysupgrade.tar"; + sha256 = "90b112203ce02c53534bc866322ec7d398fe3d4a7ce6c91f2f2e394490a6b333"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "itus,shield-router" + ]; + titles = [ + { + model = "Shield Router"; + vendor = "Itus Networks"; + } + ]; + }; + ubnt_edgerouter = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-octeon-ubnt_edgerouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-octeon-ubnt_edgerouter-squashfs-sysupgrade.tar"; + sha256 = "1975906b7cfb96e4371578247a5cc9ce13dc43f517717ad6563029e90c99be8e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-octeon-ubnt_edgerouter-initramfs-kernel.bin"; + sha256 = "eeb54fb105da35c14bc0f06b1ba1d2a3a3f60f1ec6d0ca0b0ba8b476c30106d4"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter" + "er" + ]; + titles = [ + { + model = "EdgeRouter"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-4 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-21.02.5-octeon-ubnt_edgerouter-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-octeon-ubnt_edgerouter-4-initramfs-kernel.bin"; + sha256 = "3dbb5cbb37c7d26a28d42a3758a6877923f855cfd7045f05148a92158646bea2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-octeon-ubnt_edgerouter-4-squashfs-sysupgrade.tar"; + sha256 = "747a44ed81336ec00ad1e5f0b78d93b84bba2006bed1059e889acd99811c6167"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-4" + ]; + titles = [ + { + model = "EdgeRouter 4"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-lite = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-octeon-ubnt_edgerouter-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-octeon-ubnt_edgerouter-lite-initramfs-kernel.bin"; + sha256 = "36276bee5a76c13ad559fed08ccf8ee24d956ece32da8319c44e535813eeb232"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-octeon-ubnt_edgerouter-lite-squashfs-sysupgrade.tar"; + sha256 = "f91d4ad3086c2496799675110e99873a91bc911f6f520edb49485146410c78b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-lite" + "erlite" + ]; + titles = [ + { + model = "EdgeRouter Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "octeon/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "0db54fd16426d7ef019af30053c81ae65172d07e672b84884ffecf93d108456d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "05d793ac7a8a60d64cabd48e355d22d2f0e30972796231ac883868047e5b1687"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + model = "AM335x BeagleBone Black"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-omap-ti_am335x-evm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "7f20ff7464d03d052d9eac3edd9fbbc913131ca4f1606ba3db7e6fc0a28bd6ea"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "87d0bded62673b9c16c3f06f2cdc8462c7d3fe47da8a20f2534fdb74796401c7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + model = "AM335x EVM"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-21.02.5-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "c3c5f2e483fd548f375c9c5630fea66d7f6c73acb26382433f2f46851a3e2002"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "0cd8ed5115b8a8da003e403bbe2bbc6605209fad30d155f2843a291a86108a4b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + model = "OMAP3 TI beagleboard"; + vendor = "BeagleBoard.org"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-21.02.5-omap-ti_omap4-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "517e7273a9cd9084c6909cee6b7e1ee793700e1b5f43fde692b9465415ea72ba"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "8b6bca38e5c9da2663d08bb311904c10d5a41e2eed7fb9a871bd521159d4cf67"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + model = "OMAP4 TI pandaboard"; + vendor = "PandaBoard.org"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "omap/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "fdisk" + "fstools" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mtd" + "netifd" + "opkg" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "4c11132d4ca7b6c1044ab68e20c31cbfe14db99a954bb77b0e9f1a1255ba9099"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "ff6f92e6906114162f58863d08441c0bc8baa913b6fbaa3826d08a76916761dc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "a61f4501b88f1a690d661e4da574e0d53e90424a55071c91729e674cb87c7f67"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "8e55539f03f34cff7164d4f2a153fde5e2f20c389d7be2fe8f219e6fd4b94dbf"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-oxnas-ox820-akitio_mycloud-initramfs-uImage"; + sha256 = "f45fb6c28b421e7875dc56bdeea93a0a602761fdd42dda4179a50d256b0bd2e7"; + type = "kernel"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + model = "MyCloud Mini"; + vendor = "Akitio"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + ]; + image_prefix = "openwrt-21.02.5-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "245fc636c485893fc4bb175db73aca1a3a709d814faa5b019d92f348f5692b83"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "61999bc2080ce34b3efd32e73f4887521bc2b86710020b865f055fdf29fe716c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-oxnas-ox820-cloudengines_pogoplug-series-3-initramfs-uImage"; + sha256 = "13a38d4d2d1576598a9e0e2a7918fd90be87453be5920e9dd9d11f67ca84f172"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "cb6cf5b798ffe3d6dbf48a665a0f911972df9f6953a05bb487f533a0d62e9876"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "ef97e3eec628fe482aaf4aa432b54b3154455f1f13ff2bd869d977796932200b"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + model = "PogoPlug Series V3 (without mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "5d5038adf5d4d482fff55a41b319fea2227349b293bf9bbda2178dd92ad3beb3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-oxnas-ox820-cloudengines_pogoplugpro-initramfs-uImage"; + sha256 = "8c09dd9a0607570540f0a40785b529d7e8f07e0bb0e33a45af7c1aa37b0ac9a3"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "8c41ed739b4e917ace0c5869d4e57f03d55d54dbca92ea58d3109f8a774a392c"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "dd311f6380ade4b0035763267d52a3d27aa5a59a65e684e3f09a395b588baf25"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "156c8f91850b92a686508effa4cfe16cf6b0d291296ed6f5f5c08d0c2a59f9a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + model = "PogoPlug Pro (with mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "845b75eb201c45bf63b042b5ba7462ad0ba130d098c38789241d694221b4c783"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "38d5b98a9f6e5fde8139039e9dfde8087cd8a2180a421fc3f5eca34ba6701929"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "b2e6b3e8140a997c9736f412d0c22311b0dbfde2819ff22dafc7f40398dc6f23"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "9e277e69daec063f209b0b6542086c732cd9b258afa275a48aad9caa3b3c525a"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-oxnas-ox820-mitrastar_stg-212-initramfs-uImage"; + sha256 = "92456bc64c45ca63e361460a0b84d5d7423271f43d7841db0220baca843faf5d"; + type = "kernel"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + model = "STG-212"; + vendor = "MitraStar"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-ata-oxnas-sata" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-21.02.5-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "4f299f7dcd8812fc3d1c0d86ee0d68708e858cc59ecdecb78ae3a90ef5de3f06"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-oxnas-ox820-shuttle_kd20-initramfs-uImage"; + sha256 = "cc64a3ead17f0b0f25d049d9ac59ddc39d4a2a0549b6fb38ba33768144f913b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "c6e3b72b79983e823397dbb8f5e491214371ad3232f4b38b13d473ce3213fb08"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.5-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "89730826a01b7b536d2e0aa7b3595a13676ecf31664f7fd503104c2170092f7d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "4917eb33d0f1180815c33569d6546d0313003c7a44d6b79d3a9a7ccf9fa5a272"; + type = "ubinized"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + model = "KD20"; + vendor = "Shuttle"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "oxnas/ox820"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + img_creator-ci40 = { + device_packages = [ + "kmod-tpm-i2c-infineon" + "kmod-ca8210" + "wpan-tools" + ]; + image_prefix = "openwrt-21.02.5-pistachio-img_creator-ci40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-pistachio-img_creator-ci40-squashfs-factory.ubi"; + sha256 = "dbaf19e324ac70c1eb8c1b88767802cd29fb506338fc992f33556d89d1503357"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-pistachio-img_creator-ci40-squashfs-sysupgrade.tar"; + sha256 = "23e4d74d82fd0afbeebcd15fccb26f1624261cd28ee7e6b9eaa88cb3b5aa5032"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "img,creator-ci40" + ]; + titles = [ + { + model = "Creator Ci40 (VL-62899)"; + vendor = "Imagination Technologies"; + } + { + model = "Marduk board"; + vendor = "Imagination Technologies"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "pistachio/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aigale_ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-aigale_ai-br100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-aigale_ai-br100-squashfs-sysupgrade.bin"; + sha256 = "3252f4e6da70adf8fe1cf94133d463489e2bf1698797b60e93110cf540d0e66b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-aigale_ai-br100-initramfs-kernel.bin"; + sha256 = "b495355cfbb610d9cded9e79e339e54b4623030ec0f478c832d5c0b62c141d49"; + type = "kernel"; + } + ]; + supported_devices = [ + "aigale,ai-br100" + "ai-br100" + ]; + titles = [ + { + model = "Ai-BR100"; + vendor = "Aigale"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "00e5074f418aab72000458f13f3c07add533e6ed4e5392b7e5122ac2bf7b776d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-alfa-network_ac1200rm-initramfs-kernel.bin"; + sha256 = "e6e00e0ac144f49e397ac5729536d673fb8a157a15efbd685a560d3fa4202149"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + "ac1200rm" + ]; + titles = [ + { + model = "AC1200RM"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "a390e8220ddcc13098513412d93d8883ef55fb0cd1048094ebc2966a2ddb1ef2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-alfa-network_r36m-e4g-initramfs-kernel.bin"; + sha256 = "ae69c320f0f05524fe2104f91a2603778fa3c3674d6a445b352de2eb7c380382"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + "r36m-e4g" + ]; + titles = [ + { + model = "R36M-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "e4fd7cc7cfb5e17ff102385352e56f71ee2c9c22c5c0bd03d3e45dea254edffc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-alfa-network_tube-e4g-initramfs-kernel.bin"; + sha256 = "e48ef3ed2bc639f1079b67e48a48dcf96174c40ce3a534599c04f26d901be389"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + "tube-e4g" + ]; + titles = [ + { + model = "Tube-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-asus_rp-n53"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-asus_rp-n53-initramfs-kernel.bin"; + sha256 = "7a4b3880112134e1697de6f5d92c56580baad56b181a813b3b8a36f6e52c6107"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-asus_rp-n53-squashfs-sysupgrade.bin"; + sha256 = "df3c03217cee94e61f04dcfbe17a3fdceecfc56b18aa3d8006924ce060ea29c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rp-n53" + "rp-n53" + ]; + titles = [ + { + model = "RP-N53"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-asus_rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-asus_rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "8c436bc4aa775edd05980d5354b0ac5c7055a1b3adfa53e7a242424719f383ae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-asus_rt-ac51u-initramfs-kernel.bin"; + sha256 = "e4f2e35b1d9f51d68b622a4ae9bd9d089ec2804faab4bde4e42a95beb76007ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac51u" + "rt-ac51u" + ]; + titles = [ + { + model = "RT-AC51U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac54u = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-asus_rt-ac54u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-asus_rt-ac54u-initramfs-kernel.bin"; + sha256 = "24c70a15ebc3b56242e16a0fd4c92ab2be70fb9f94defc4c4adc410a3e4166a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-asus_rt-ac54u-squashfs-sysupgrade.bin"; + sha256 = "33c2b4d2af6c2c21165dbee3e099e558c3c76a3e86188b18054e84c87f8bc527"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac54u" + ]; + titles = [ + { + model = "RT-AC54U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-asus_rt-n12p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-asus_rt-n12p-initramfs-kernel.bin"; + sha256 = "f31d8cce607b66327a55f4e5688631d7c608c359e3fd0c4f27dc191947ff9a01"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-asus_rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "9290fe6f0b373229a48c2fc0c102f105c7ab864c278a6ec1dc7145eb2f808e2b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n12p" + "rt-n12p" + ]; + titles = [ + { + model = "RT-N11P/RT-N12+/RT-N12Eb1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-asus_rt-n14u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-asus_rt-n14u-initramfs-kernel.bin"; + sha256 = "bc5674a3f9fc43a9aca1d1efb21b52450c0ab542de30d4f358586b41f0709fbf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-asus_rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "bd91ee60bb0e148141b59b2c0f4fce09235f19cbc751dd1ffc1e26e87abd9971"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n14u" + "rt-n14u" + ]; + titles = [ + { + model = "RT-N14u"; + vendor = "Asus"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "35b910ac9d5ff84076fa24f6b6975a722c19a33b6ccf8c3b2f06cb5c2958b8aa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-bdcom_wap2100-sk-initramfs-kernel.bin"; + sha256 = "867a2161a0bd26021e0b75209acae200e929b82180328580a3204e750ccafe3f"; + type = "kernel"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + model = "WAP2100-SK (ZTE ZXECS EBG3130)"; + vendor = "BDCOM"; + } + ]; + }; + buffalo_whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-buffalo_whr-1166d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-buffalo_whr-1166d-initramfs-kernel.bin"; + sha256 = "8b0d9edd5206e89f9fb6f1b2fb6c9a2f593cf9452fa92d63ff20d7e4a0c98c53"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-buffalo_whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "ceb6bd26ba88916a4febea389aa136f2b6eb7a8339d3f050e17151023d9a7da6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-1166d" + "whr-1166d" + ]; + titles = [ + { + model = "WHR-1166D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-buffalo_whr-300hp2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-buffalo_whr-300hp2-initramfs-kernel.bin"; + sha256 = "ac006990c5b7038ef1e0ac83bf8ff4358ed2f54cd7171bfbf7aac64f429f9043"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-buffalo_whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "86cd53a57660af6b657fd009cee7ba937cb2e7947bc32a1ac5bbee6bd6f85788"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-300hp2" + "whr-300hp2" + ]; + titles = [ + { + model = "WHR-300HP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-buffalo_whr-600d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-buffalo_whr-600d-initramfs-kernel.bin"; + sha256 = "6c329eef5bf912c93d68af48e9d6ea1edf32840ba5b5c1adc2fd600e82168235"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-buffalo_whr-600d-squashfs-sysupgrade.bin"; + sha256 = "87bd55366b2a0a1bc02b5c5960d020815465a280c9c055a4b99b2d07c568d34b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-600d" + "whr-600d" + ]; + titles = [ + { + model = "WHR-600D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-buffalo_wmr-300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-buffalo_wmr-300-initramfs-kernel.bin"; + sha256 = "18f93a7bb86059f9269ff8cd3e345f546ec72a4fd49b9d21797860fb4694887f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-buffalo_wmr-300-squashfs-sysupgrade.bin"; + sha256 = "274662c2d0fab82be9292f7693d05ea3dbb312c8d40fc916df6888236acba267"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wmr-300" + "wmr-300" + ]; + titles = [ + { + model = "WMR-300"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-comfast_cf-wr800n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-comfast_cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "beb5e8047bda100c3bfb8af13698787b611ddb91fd40b04baa7b545860fe97de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-comfast_cf-wr800n-initramfs-kernel.bin"; + sha256 = "4cce0254e6830522821becdbf11810f25272f3a38f44253dcd5fc511de616a33"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr800n" + "cf-wr800n" + ]; + titles = [ + { + model = "CF-WR800N"; + vendor = "Comfast"; + } + ]; + }; + dlink_dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-dlink_dch-m225"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dch-m225-initramfs-kernel.bin"; + sha256 = "5575cd0cf0ae701ad51e6e1ab4d0dd0f3ed0a4e08ff66c1f35c9b566db2b1696"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dch-m225-squashfs-sysupgrade.bin"; + sha256 = "24754cf0f9f1c7785d1aca7eab12bb2f3a03394eba6f03db4ba6640dbdfee5d9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dch-m225-squashfs-factory.bin"; + sha256 = "0d02eaaa5ff827b58402ed6caa379c2c8da890fbe63d6751bda4bb5c1f636096"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dch-m225" + "dch-m225" + ]; + titles = [ + { + model = "DCH-M225"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "2e431003da859a681d78003b664f025718e89546000b70da5d26a8e1066d22d4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dir-510l-initramfs-kernel.bin"; + sha256 = "ee32650688245e4484b599cb6c4ee139d5565c5969ef634769f53bf2372731bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "5236cbae012d6d4253277ea35a2ed5cf4da9228e943341538d1ab6f1ba951d6e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + model = "DIR-510L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-dlink_dir-810l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dir-810l-squashfs-sysupgrade.bin"; + sha256 = "98d4bd3231823667b8ad9b617576fd06c74eab7b4c8de2869ab37bc063bee5a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dir-810l-initramfs-kernel.bin"; + sha256 = "981f34d88a10e97e857f4b73a5af394c752a4244a3c08340b14be61babb6c6fa"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-810l" + "dir-810l" + ]; + titles = [ + { + model = "DIR-810L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "132d55b79976bdef1a247b6c6da90900637d4ee06e25c1ae38913e64f5efa437"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "fbe429f3b1bc5d79d8a996295dca82325a73b97e8bdb1f4a1cfb6bcedcce4169"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-116-a1-initramfs-kernel.bin"; + sha256 = "64013313c8544e71d3851978f9f2632c813d35daa4b0ea548dcb8ac5ea87f128"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + model = "DWR-116"; + variant = "A1/A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-118-a1-initramfs-kernel.bin"; + sha256 = "3a40d74a83d078c62c49796d46aac5e4fd74679b1d0f23c37e50361cac1997a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "a17966af3495791b8b5b9e68fc8c12f00bca8b82ab992c73112a03e9c607d22e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "a2939407af8b7c105e15195be7d2d20c09f193078d9af8318bb253212cf1af28"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "a57471444c93c5073625699932b1bd9e3d886728636f8b0358a31e9d20ae047b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-118-a2-initramfs-kernel.bin"; + sha256 = "bbb4f2a7f398a0de0a652278141a5a7ab89e5f904aa95dcf429ecc4403998c2b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "ac7f33e5b7b362fd8e53a1806661b93b8d45067b320facd887e8929364d2f919"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "6d3d6a13ff3c0b73a5c3412557c4f85d78c70553ad63e2c75961137d6cc612a0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "d9a1c9206d3258ae17bac2fcd504cc78a4687b43007c17710438ddfbdcf1d3d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-921-c1-initramfs-kernel.bin"; + sha256 = "314bc4f9610bcf959cc5a75ae0f5d7d9e3471dfcd574bf7b353cd526f9d6606a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-921-c3-initramfs-kernel.bin"; + sha256 = "314bc4f9610bcf959cc5a75ae0f5d7d9e3471dfcd574bf7b353cd526f9d6606a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "10e3f832d40eedfc16dd042c5ee6e02ef02116ea3d3120ef8f90641c807923b5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "f1808d3602a5e55ccc9ad5e707d926ad24832b9b6b4812855e14761ba913e96b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-922-e2-initramfs-kernel.bin"; + sha256 = "0ddb73ac4c318119eec0c9234be2931a86edba00e8df10db733fe09b81b799da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "c68026197f1af2ba2724a56075df67aa87667054d34468d777cf710b0fd50533"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "c5d3d6c40e8a30bf44560261cd1d8e1b1a5ad0bfbe46e85ca68ba0e8e984480f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + model = "DWR-922"; + variant = "E2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-960 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-960"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-960-squashfs-factory.bin"; + sha256 = "e0e0f8bec1d92af41b625fdeb49efb4ec0872c191b018020e02b81d1c1cbdec4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-960-initramfs-kernel.bin"; + sha256 = "97443dada9e6803a49e1e88498248e47b5f19b6a86fb2b392b17db6683326cfe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dlink_dwr-960-squashfs-sysupgrade.bin"; + sha256 = "ae0e6dd948c5e77787e6c1a0c4f4b79ff71efdc857dc7239dd9a9ada36bf7046"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-960" + ]; + titles = [ + { + model = "DWR-960"; + vendor = "D-Link"; + } + ]; + }; + dovado_tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-dovado_tiny-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-dovado_tiny-ac-initramfs-kernel.bin"; + sha256 = "600d9634de32f8db6d57c22e0a5c1583a7e16add6eaf818f268e8655fb956f85"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-dovado_tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "905f9ef7c04143dbcdcd299b8bcc2f9034418c9909c3057f71697a05f121ffc2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dovado,tiny-ac" + "tiny-ac" + ]; + titles = [ + { + model = "Tiny AC"; + vendor = "Dovado"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-edimax_br-6478ac-v2-initramfs-kernel.bin"; + sha256 = "a877ebce787e36baa011f125116fc2bc48f144064004b9def112a50218791114"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "7429dac90a9c54c1b7491793d37ec42c34364cec7b7dda18878e06f637b93328"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + model = "BR-6478AC"; + variant = "V2"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7476rpc = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-edimax_ew-7476rpc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-edimax_ew-7476rpc-squashfs-sysupgrade.bin"; + sha256 = "e7421f51ba6252dd6da673f44e1de3076a0fe31dba34d3f8d1e7e695b0607ec0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-edimax_ew-7476rpc-initramfs-kernel.bin"; + sha256 = "948a49e5be6f547e78cf788d70e9909a8cb4a88d87871c081843af9cef40b953"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7476rpc" + ]; + titles = [ + { + model = "EW-7476RPC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478ac = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-edimax_ew-7478ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-edimax_ew-7478ac-initramfs-kernel.bin"; + sha256 = "793cb80588fa8b500049f141632f104a21436e9817d8057d404bf53132218d1d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-edimax_ew-7478ac-squashfs-sysupgrade.bin"; + sha256 = "d0404e07c7dfab48bd1b8c6b53eead0f40d73b7058f2702955ee559d9f86c577"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7478ac" + ]; + titles = [ + { + model = "EW-7478AC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478apc = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-edimax_ew-7478apc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-edimax_ew-7478apc-initramfs-kernel.bin"; + sha256 = "0d5ac3fe8369c89bc2e7312053fb7d40428f3ed0f9554e379a1590d3b6f85b8f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-edimax_ew-7478apc-squashfs-sysupgrade.bin"; + sha256 = "4c1818570257ab4ba3a4d9a5f4db4bdea12c3533e325c9fc1079ac2c9a3a3bea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7478apc" + ]; + titles = [ + { + model = "EW-7478APC"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-elecom_wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-elecom_wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "523f30be9516f515411511cc2dfe300f552ee05829b5f05e1d420ca3495a3530"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-elecom_wrh-300cr-squashfs-factory.bin"; + sha256 = "dccd89b0bec59d7666b511066595a8bcb608303119f15ec543b303c9c089f81e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-elecom_wrh-300cr-initramfs-kernel.bin"; + sha256 = "f25d1fffa7b4ecbc005f65c7d026e8ce4cb258703c1baefd2d250c2270b7955b"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrh-300cr" + "wrh-300cr" + ]; + titles = [ + { + model = "WRH-300CR"; + vendor = "Elecom"; + } + ]; + }; + engenius_esr600 = { + device_packages = [ + "kmod-rt2800-pci" + "kmod-usb-storage" + "kmod-usb-ohci" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-engenius_esr600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-engenius_esr600-squashfs-sysupgrade.bin"; + sha256 = "7d2c3c8c01efb1dba60029e77edbb8fa50cea9360e7db5920aeb9ebb91466c1f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-engenius_esr600-squashfs-factory.dlf"; + sha256 = "d3a3b0fc0e5f22dfb863f9e515009472bd92fd99e960c4a9bc11cc17b7882593"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-engenius_esr600-initramfs-kernel.bin"; + sha256 = "6611a9559b2e38ec5f5605cb2c6039ebb3f7694bc84e01cb72e6bc379ed8aa44"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,esr600" + ]; + titles = [ + { + model = "ESR600"; + vendor = "EnGenius"; + } + ]; + }; + fon_fon2601 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-fon_fon2601"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-fon_fon2601-initramfs-kernel.bin"; + sha256 = "68bd2904c3907f227fbc38e09815015aa82f08260fda5b618cd6ef7fad0e69f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-fon_fon2601-squashfs-sysupgrade.bin"; + sha256 = "200fc0811f9eb293eafb9d0e4d2d62d061d373f713dba97f530d619655f90e30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fon,fon2601" + ]; + titles = [ + { + model = "FON2601"; + vendor = "Fon"; + } + ]; + }; + glinet_gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-glinet_gl-mt300a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-glinet_gl-mt300a-initramfs-kernel.bin"; + sha256 = "b274b9a0971e5c09ce1fa762fdfd1671fcf6e2c1500cb69aebc1d10f26d994d1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "c3abcd269a6056a98a1f4decb64622612569e8ee7dd7cbccddc3876a43323207"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300a" + "gl-mt300a" + ]; + titles = [ + { + model = "GL-MT300A"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-glinet_gl-mt300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-glinet_gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "a38d4c04e72cbdb0304dc052110112de730ecc3e966947fb15eb6f5da9901545"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-glinet_gl-mt300n-initramfs-kernel.bin"; + sha256 = "edb6807a9a55226184053c0c12eb9c048dfb19a9ddc652c84179e73021d6b3b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n" + "gl-mt300n" + ]; + titles = [ + { + model = "GL-MT300N"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-glinet_gl-mt750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "a69003f0b9704cd03d83d44e95c02aa7abbdda12abcd43e21009ecb13d44db33"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-glinet_gl-mt750-initramfs-kernel.bin"; + sha256 = "da0f8e47893ec35d01d991e88e6aa7f469fcd9ede0b211340f9bf9d85157a842"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt750" + "gl-mt750" + ]; + titles = [ + { + model = "GL-MT750"; + vendor = "GL.iNet"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "a4e085731dd9cd5eee556cdd7c7fdd783da4aa2b533f8117ca9ceb0ce391156f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-head-weblink_hdrm200-initramfs-kernel.bin"; + sha256 = "6becfe071d4b59a35fb0452a86bb0d7e5c0b3574c9357866ce16071b531a967d"; + type = "kernel"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + model = "HDRM2000"; + vendor = "Head Weblink"; + } + ]; + }; + hiwifi_hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-hiwifi_hc5661"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"; + sha256 = "d94a5a3d69fd881b28d090aa43460a4bf05fa04a5d447d8fdc9928d4851d8c0e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-hiwifi_hc5661-initramfs-kernel.bin"; + sha256 = "bced762659ffe094004f1ea29d6ac4707730f0e478fe82cea5e969cfb34b138e"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5661" + "hc5661" + ]; + titles = [ + { + model = "HC5661"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-hiwifi_hc5761"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-hiwifi_hc5761-initramfs-kernel.bin"; + sha256 = "68d089ffce8d84c0f669d2bbc01df7cccac6b5e0177b921b210cd67c76ee80f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"; + sha256 = "9d67af5b9c0d05334758d68904bb0c7ddefd0820f841e4817484acdc9e0d7aa0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5761" + "hc5761" + ]; + titles = [ + { + model = "HC5761"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-hiwifi_hc5861"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"; + sha256 = "f5cdb198745dd62b3dd321c371220314555d1fddec45cafbba0f36986e5725cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-hiwifi_hc5861-initramfs-kernel.bin"; + sha256 = "036cbe5c332b00438dfcace7361799858f3d0850482ae96ca42c26863e1e3db7"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861" + "hc5861" + ]; + titles = [ + { + model = "HC5861"; + vendor = "HiWiFi"; + } + ]; + }; + hnet_c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-hnet_c108"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-hnet_c108-initramfs-kernel.bin"; + sha256 = "608d11313fce7ba1401c7f76784ea437faefe0c91b1eb7787a1361bf2e0f3e37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-hnet_c108-squashfs-sysupgrade.bin"; + sha256 = "61e4e2a3a9a397463e6beeefb5fc8a19ecd8703bd6e794eda3d154f07f557dd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hnet,c108" + "c108" + ]; + titles = [ + { + model = "C108"; + vendor = "HNET"; + } + ]; + }; + hootoo_ht-tm05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-hootoo_ht-tm05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-hootoo_ht-tm05-squashfs-kernel.bin"; + sha256 = "4e9be3aafa2d10e79e47ce591c7cf65100d6e202d90505c5bfecd56e0c1fa3de"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-hootoo_ht-tm05-initramfs-kernel.bin"; + sha256 = "c63a8625fd76b5f3e22a26c348b34055524e146245ee0d5410b8c124aa81ea28"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-hootoo_ht-tm05-squashfs-rootfs.bin"; + sha256 = "a9b6b1a2be7bc561b6823857c34e6da1add583078e0288b71c7ca2b11f35a76b"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-hootoo_ht-tm05-squashfs-sysupgrade.bin"; + sha256 = "d9de31470fa36f1a3a0811c0fd738f48822e903b316251ab07a9fc3bf20bd4b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hootoo,ht-tm05" + ]; + titles = [ + { + model = "HT-TM05"; + vendor = "HooToo"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "d6fb1ecf0dd8a0fa04999805b042eb551473ae8d6b71ceed664ea9232cb6524d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "837324bcc90e6cc906b5dc6289d340e27168d405298741e1028d3f0ae7488113"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-iodata_wn-ac1167gr-initramfs-kernel.bin"; + sha256 = "12f86104190d8f5d1d2bd7cdccc88f5a73f5977b23b61d57ddf234ca0095104f"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + model = "WN-AC1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "459b431e13f316f9b42608d6cc546c3e8a9d169de1332f4c6a0f6ea7a62b35f1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-iodata_wn-ac733gr3-initramfs-kernel.bin"; + sha256 = "660ab484e2deb3be7cfcc6ea4f632f2d242f1c9768452cee1b80793c440a3eb2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "6f621e1be04007025fe57813a5a67d06e98b2f2b6bc87b05d545dfeb43e79177"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + model = "WN-AC733GR3"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a1004ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-iptime_a1004ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-iptime_a1004ns-squashfs-sysupgrade.bin"; + sha256 = "6453b18ec8f8275f5f219a12ab9644ba10aac372b84006d65e8cb6c8454b806b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-iptime_a1004ns-initramfs-kernel.bin"; + sha256 = "36a855cb17a42780ad6508921a86043fd2b8a53f78e28864ce492201df0698cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a1004ns" + ]; + titles = [ + { + model = "A1004ns"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a104ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-iptime_a104ns"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-iptime_a104ns-initramfs-kernel.bin"; + sha256 = "9de13c33d7d81f3a00134b5005a1e58c9144e865e7bfe4cddfa20d0c4e6bb37c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-iptime_a104ns-squashfs-sysupgrade.bin"; + sha256 = "13c6bcc6b86e078873f869e51173576a1fe96acfbea111d7f38ec25bbe6987ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a104ns" + ]; + titles = [ + { + model = "A104ns"; + vendor = "ipTIME"; + } + ]; + }; + kimax_u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-kimax_u25awf-h1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-kimax_u25awf-h1-initramfs-kernel.bin"; + sha256 = "9ba5423bb45ad6e7726890455b4e14d86a6ba52b9b3e3e84a86d4b199d41fdab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-kimax_u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "0f99b9c57c8be601506f3b8d30771e8888873bd2d973b8bbb96e11bffd4962c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u25awf-h1" + "u25awf-h1" + ]; + titles = [ + { + model = "U25AWF"; + variant = "H1"; + vendor = "Kimax"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "6ee2e6d6fe5f46b59c310515846b3bfc2d2fa7e69e6a4cbf6fc6ac4988ab066c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-kimax_u35wf-initramfs-kernel.bin"; + sha256 = "999adbcfe1942dca56bcce0c5f6aed82a15bf7c1776b9148e4a9634d5ffeaf62"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + model = "U35WF"; + vendor = "Kimax"; + } + ]; + }; + kingston_mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-kingston_mlw221"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-kingston_mlw221-squashfs-sysupgrade.bin"; + sha256 = "2ef464d54a0a414e4e558867b2edd86701c458eeb694089d72a6d680b93e154e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-kingston_mlw221-initramfs-kernel.bin"; + sha256 = "e8ef357c300766cce38ef8962b20248c6fd7484e85ec73d87c38de0a40d447b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "kingston,mlw221" + "mlw221" + ]; + titles = [ + { + model = "MLW221"; + vendor = "Kingston"; + } + ]; + }; + kingston_mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-kingston_mlwg2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-kingston_mlwg2-squashfs-sysupgrade.bin"; + sha256 = "22246b4c7fdb4dba027646b7c25e3222fcff0fe208815636acf2391f9cfdf1f8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-kingston_mlwg2-initramfs-kernel.bin"; + sha256 = "fb66a6091558fd7f11c0cb94d3868a77e5ef298d995fc6acbcbce8c05551b86d"; + type = "kernel"; + } + ]; + supported_devices = [ + "kingston,mlwg2" + "mlwg2" + ]; + titles = [ + { + model = "MLWG2"; + vendor = "Kingston"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "c502ae7557021f320a73974a799f68f352ae3b15d77d1dc48584e3a3bd991275"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "4af296331c44662f462a9677a3dcf62eb1d4347589d899545ae0dc18e155788c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-lava_lr-25g001-initramfs-kernel.bin"; + sha256 = "1ad3310c5a2dcbe4a490a0cb23fc566a230014359a7b0a1eacd17ea69d269ad8"; + type = "kernel"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + model = "LR-25G001"; + vendor = "LAVA"; + } + ]; + }; + lb-link_bl-w1200 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-lb-link_bl-w1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-lb-link_bl-w1200-squashfs-sysupgrade.bin"; + sha256 = "7e4e8328dd879f5d86ea4597c98d1b82dbbb39cb5acbc103c03b70a1e92af75a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-lb-link_bl-w1200-initramfs-kernel.bin"; + sha256 = "0d0cdbc2a15170f605706bd25683e6332d1193b48ac6770e631d494207db6f69"; + type = "kernel"; + } + ]; + supported_devices = [ + "lb-link,bl-w1200" + ]; + titles = [ + { + model = "BL-W1200"; + vendor = "LB-Link"; + } + ]; + }; + lenovo_newifi-y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-lenovo_newifi-y1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-lenovo_newifi-y1-initramfs-kernel.bin"; + sha256 = "72b3c8ce49d62049f85fe235e9d7ab310ab4251e1478db874048005430c5b1b4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"; + sha256 = "381afcffe3fce82bb19aa90e3570d0b13ca03004642f1255d9c114b9413500ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1" + "y1" + ]; + titles = [ + { + model = "Y1"; + vendor = "Lenovo"; + } + ]; + }; + lenovo_newifi-y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-lenovo_newifi-y1s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-lenovo_newifi-y1s-initramfs-kernel.bin"; + sha256 = "a5febd10f867b4898615f9440a2ee0bbfecb3c4d681ec665c05c63777b2dfbf2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"; + sha256 = "51dcc1035ed2e1e920bd599fbee1912e285eb3381a4cc3a8e6ae103330dbcb6d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1s" + "y1s" + ]; + titles = [ + { + model = "Y1S"; + vendor = "Lenovo"; + } + ]; + }; + linksys_e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-linksys_e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-linksys_e1700-squashfs-sysupgrade.bin"; + sha256 = "c0c0b2584c3bbf7acf1148d3d9630131d27d6286b83f76c32459fe53365b33e3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-linksys_e1700-initramfs-kernel.bin"; + sha256 = "6282e24157bacbdd332d9c3e3ab4759c5603cf644b01c645fdeb31289c1f0248"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-linksys_e1700-squashfs-factory.bin"; + sha256 = "28aa6ab1f9c0e6e7fd1c138e81dd74b6d7017c905629e8c5cbf73eb91001fb57"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,e1700" + "e1700" + ]; + titles = [ + { + model = "E1700"; + vendor = "Linksys"; + } + ]; + }; + microduino_microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-microduino_microwrt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-microduino_microwrt-initramfs-kernel.bin"; + sha256 = "f0a88da6d2a3513c580d2318396c9c98bd56aba6026c0e47136e47a71e2839eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-microduino_microwrt-squashfs-sysupgrade.bin"; + sha256 = "847f9d4a9be5e842172f0b3e9995a39d861588631ba41c25eca12d5ba11c772c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "microduino,microwrt" + "microwrt" + ]; + titles = [ + { + model = "MicroWRT"; + vendor = "Microduino"; + } + ]; + }; + netgear_ex3700 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-netgear_ex3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-netgear_ex3700-squashfs-factory.chk"; + sha256 = "faf7e3305ed7cfd827bf2db40a869a501d4a6f2b3ced0ed6af0d9adb0866c2b4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-netgear_ex3700-initramfs-kernel.bin"; + sha256 = "c9b683d56ae6714b67d17a4f1236f8a1baac6d97c38991bb6607dc793c5a2b2f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-netgear_ex3700-squashfs-sysupgrade.bin"; + sha256 = "2624507ce13bad23f92f32c5e94b62fcfe5e285224ff46f55dbe7207aa6f1e91"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex3700" + "ex3700" + ]; + titles = [ + { + model = "EX3700/EX3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6120 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-netgear_ex6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-netgear_ex6120-squashfs-sysupgrade.bin"; + sha256 = "201780f84ea89ebb0eb176fb42ba1ff7b41e7cfa1301c4d005f426364c2a8e4d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-netgear_ex6120-squashfs-factory.chk"; + sha256 = "646af0c5b4741fd478137d900404afd307d1df85565fcd9005a85bc58f6f0e71"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-netgear_ex6120-initramfs-kernel.bin"; + sha256 = "c4256dadb960cbcaadb40e729544969a66ac4261cf8169514bf5056364619b18"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6120" + ]; + titles = [ + { + model = "EX6120"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6130 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-netgear_ex6130"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-netgear_ex6130-initramfs-kernel.bin"; + sha256 = "aad6ec4d67bc3cb755dde11b3813a062a16c269a31402f43c6c4001a229f0d86"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-netgear_ex6130-squashfs-sysupgrade.bin"; + sha256 = "d612a0ca73646bf1b3f0f2a53a5edb3ab544929786768660c7695622a8a0c9c2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-netgear_ex6130-squashfs-factory.chk"; + sha256 = "190b2dd3b7fe659e0a08c266c2f3755af136181c811ce0897b58c53c9b8cb96e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6130" + ]; + titles = [ + { + model = "EX6130"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-netgear_wn3000rp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-netgear_wn3000rp-v3-squashfs-sysupgrade.bin"; + sha256 = "bdb6bc984d9285c88f19a4ef2298808314ba4641a3dfef68d080148c13c818d6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-netgear_wn3000rp-v3-initramfs-kernel.bin"; + sha256 = "788972ab5868a84c23d3c1cbb89bdc632d0403dd83d566bad00881f0804ac680"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-netgear_wn3000rp-v3-squashfs-factory.bin"; + sha256 = "45a02efbdee1ff768797901de45230dd5be9ee455b5fb9eba3bc7881be463af1"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wn3000rp-v3" + "wn3000rpv3" + ]; + titles = [ + { + model = "WN3000RP"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2770 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-netis_wf2770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-netis_wf2770-squashfs-sysupgrade.bin"; + sha256 = "1322896ea7e8df4497bec2c30bcd1c1b7608e4277be710a7acd46c26c6147e4c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-netis_wf2770-initramfs-kernel.bin"; + sha256 = "10b13fce24ed3ef35c361dd0c522fdf3c435964b22ffbed1a0ad188d60936b13"; + type = "kernel"; + } + ]; + supported_devices = [ + "netis,wf2770" + ]; + titles = [ + { + model = "WF2770"; + vendor = "NETIS"; + } + ]; + }; + nexx_wt3020-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-nexx_wt3020-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-nexx_wt3020-8m-squashfs-sysupgrade.bin"; + sha256 = "1e31a232edbdd9272312302e8bcb168c9fd036cde10cc30df7626d9d6c822f86"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-nexx_wt3020-8m-squashfs-factory.bin"; + sha256 = "1b97f0601e5cdb262609a549dbf20366791aab0861ed0baf78a2a6a1193a624b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-nexx_wt3020-8m-initramfs-kernel.bin"; + sha256 = "79193f4f6f8c1ae6d12d80f3731853d342603a65eb03d6ec5b088546bc7aab16"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexx,wt3020-8m" + "wt3020" + "wt3020-8M" + ]; + titles = [ + { + model = "WT3020"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + ohyeah_oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-ohyeah_oy-0001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-ohyeah_oy-0001-initramfs-kernel.bin"; + sha256 = "4b530106c8741533b824da8438e759d24dcb7e07fe0b931c1cbadaa0af55b45f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-ohyeah_oy-0001-squashfs-sysupgrade.bin"; + sha256 = "5429d5193e47ee1982119320ed626296d39eb4e9ac917cb7ffb486a36ef8ed89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ohyeah,oy-0001" + "oy-0001" + ]; + titles = [ + { + model = "OY-0001"; + vendor = "Oh Yeah"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-phicomm_k2g-initramfs-kernel.bin"; + sha256 = "8f8cd4ee145e5f2103d9662522347f750bf915d7cb904002c6ba2b9c97ee6078"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "13554816853544faef741cda94907ec8adbd1c3dfc5bda2f57dc409dfc9fd659"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + model = "K2G"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-phicomm_psg1208"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-phicomm_psg1208-squashfs-sysupgrade.bin"; + sha256 = "9273fd64d4e0f59d1c91c0d0c48607f2e974dae18fe70e23917b5daad31d9c11"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-phicomm_psg1208-initramfs-kernel.bin"; + sha256 = "501efd4131de338fec0d7220141a1c1880449900bc4782d2f2d1c6cee8825dc0"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1208" + "psg1208" + ]; + titles = [ + { + model = "PSG1208"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218a = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-phicomm_psg1218a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-phicomm_psg1218a-squashfs-sysupgrade.bin"; + sha256 = "ce5337f16a6d8692abf1e954208b52badad7533c5d942d8810d51376e8b3b087"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-phicomm_psg1218a-initramfs-kernel.bin"; + sha256 = "92d2301eecd1d4df7abce2f5468c0f180516b579689b8cf4dc702bd19104fdf7"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1218a" + "psg1218" + "psg1218a" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Ax"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-phicomm_psg1218b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-phicomm_psg1218b-squashfs-sysupgrade.bin"; + sha256 = "92fe8f81c1e6e703faefd5bd7e5aa93a4e473d041e0e51c9c7fb73e775477e35"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-phicomm_psg1218b-initramfs-kernel.bin"; + sha256 = "f84f850535fc85de9ca024cbb96124214f85bc8dc7a5404363d75931146e1f38"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1218b" + "psg1218" + "psg1218b" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Bx"; + vendor = "Phicomm"; + } + ]; + }; + planex_cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-planex_cs-qr10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-planex_cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "1562063013f6b8ec035cbe3ba0892be15c811042bf172b5654a9bc30c8482c03"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-planex_cs-qr10-initramfs-kernel.bin"; + sha256 = "da7729e2cdb9ff62e5bfb93f5a27ed9719475c61de8ecc624d7491bb7daf3a0e"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,cs-qr10" + "cs-qr10" + ]; + titles = [ + { + model = "CS-QR10"; + vendor = "Planex"; + } + ]; + }; + planex_db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-planex_db-wrt01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-planex_db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "eedc2536d5d541b89214b0e86c702aa679856755a03a9ba0fcf0db69f9e85040"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-planex_db-wrt01-initramfs-kernel.bin"; + sha256 = "db3c63da89a360cdbe5ee24aea589c9ba400bb4c4a0dd882919dca233155fe93"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,db-wrt01" + "db-wrt01" + ]; + titles = [ + { + model = "DB-WRT01"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-planex_mzk-750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-planex_mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "b2df39c43e0b3737665b4ae60dabe8755308e04cbcd2403a424fa90c0bbebcb8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-planex_mzk-750dhp-initramfs-kernel.bin"; + sha256 = "ea193862c1f650fecf550c32d2a0f99d4309f5cd6a99d34e025d52214281623e"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-750dhp" + "mzk-750dhp" + ]; + titles = [ + { + model = "MZK-750DHP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-planex_mzk-ex300np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-planex_mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "e0f48d2e449c72213c03a6cb21d78c46d04d0fddec53ca16c078cebd74dc5144"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-planex_mzk-ex300np-initramfs-kernel.bin"; + sha256 = "3e1a39fcb2e38a89cbba1c9dfaa2367c1c3620f0d2e7443e2cabc5390165e221"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex300np" + "mzk-ex300np" + ]; + titles = [ + { + model = "MZK-EX300NP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-planex_mzk-ex750np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-planex_mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "1d47d978b7f089c442fb2286ebb180a549a5d624eadecdfca0a44156aeea6873"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-planex_mzk-ex750np-initramfs-kernel.bin"; + sha256 = "ddb6cb9c7b723a7241a678a70d07230afd717a4e861de7835d685abb27215a09"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex750np" + "mzk-ex750np" + ]; + titles = [ + { + model = "MZK-EX750NP"; + vendor = "Planex"; + } + ]; + }; + ralink_mt7620a-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-ralink_mt7620a-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-ralink_mt7620a-evb-initramfs-kernel.bin"; + sha256 = "46efacd36c7b203362fe76d07463900aa09eed5242d3e29cf0d6137ab8f3921d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-ralink_mt7620a-evb-squashfs-sysupgrade.bin"; + sha256 = "263681a4ddd05401d7a3a1264ab0a5c3172cd026de95015a85b0d7cf10b6ff11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-evb" + ]; + titles = [ + { + model = "MT7620a EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7530-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-ralink_mt7620a-mt7530-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-ralink_mt7620a-mt7530-evb-squashfs-sysupgrade.bin"; + sha256 = "c44a48e4d3c308297d3d78498d60aa907e7e8d4aa4e691757d411597e24e44d9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-ralink_mt7620a-mt7530-evb-initramfs-kernel.bin"; + sha256 = "dc7c2f8bdefaff8b626296d2db7bfde26d09f1e2bb090c6c5ba5f2a0661cbae6"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7530-evb" + "mt7620a_mt7530" + ]; + titles = [ + { + model = "MT7620a + MT7530 EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7610e-evb = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-ralink_mt7620a-mt7610e-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-ralink_mt7620a-mt7610e-evb-squashfs-sysupgrade.bin"; + sha256 = "b81c22846cca7444249ea21eadf27192f93398d124c5342b5d80d09c6a0992d9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-ralink_mt7620a-mt7610e-evb-initramfs-kernel.bin"; + sha256 = "e4c48229647578205e0938749dba13bf9a3e3f63ae635f3439f9ae8001670ebe"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7610e-evb" + "mt7620a_mt7610e" + ]; + titles = [ + { + model = "MT7620a + MT7610e EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-v22sg-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-ralink_mt7620a-v22sg-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-ralink_mt7620a-v22sg-evb-initramfs-kernel.bin"; + sha256 = "91d4cbae6c36bc6f310369f0a13df65102cc8645e21be8af5d7a9ea459c92b13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-ralink_mt7620a-v22sg-evb-squashfs-sysupgrade.bin"; + sha256 = "b3c8a3abe272ad6146517f7a06156b98362500f929613e3050453a14757bc33a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-v22sg-evb" + "mt7620a_v22sg" + ]; + titles = [ + { + model = "MT7620a V22SG"; + vendor = "MediaTek"; + } + ]; + }; + ravpower_rp-wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-ravpower_rp-wd03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-ravpower_rp-wd03-squashfs-sysupgrade.bin"; + sha256 = "0bf687c1c671717974f2a0d654d65f2204bd6598d9c83d7608154c8a8ebb1e68"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-ravpower_rp-wd03-squashfs-kernel.bin"; + sha256 = "4e9be3aafa2d10e79e47ce591c7cf65100d6e202d90505c5bfecd56e0c1fa3de"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-ravpower_rp-wd03-initramfs-kernel.bin"; + sha256 = "cad2afd3e4f6989448993cfdaa9ccc1d0c3c1259b05330398f620d23c497be19"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-ravpower_rp-wd03-squashfs-rootfs.bin"; + sha256 = "e7cd9ff80bcbdac8aa8d0a8f892327c176351d803e8fea960757510f121a4def"; + type = "rootfs"; + } + ]; + supported_devices = [ + "ravpower,rp-wd03" + "ravpower,wd03" + ]; + titles = [ + { + model = "RP-WD03"; + vendor = "RAVPower"; + } + ]; + }; + sanlinking_d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-sanlinking_d240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-sanlinking_d240-squashfs-sysupgrade.bin"; + sha256 = "152ce08b1deb4f90f85e35a47a06fb1f55eae6b7f91713e5d884f126a95bef33"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-sanlinking_d240-initramfs-kernel.bin"; + sha256 = "ecc425ead6572b52cabe4475a8c4a4aa8231b2b3953da45b0b444cac8f784367"; + type = "kernel"; + } + ]; + supported_devices = [ + "sanlinking,d240" + "d240" + ]; + titles = [ + { + model = "D240"; + vendor = "Sanlinking Technologies"; + } + ]; + }; + sercomm_na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-sercomm_na930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-sercomm_na930-squashfs-sysupgrade.bin"; + sha256 = "aa0f56981ae07b266480a0864176c8a61d083ac62d99ee700c5a0249d9f9a81a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-sercomm_na930-initramfs-kernel.bin"; + sha256 = "f926548e4120759e0db9ebe45f1c0074d1de12d2450c1ea7507aa641e5f92ad2"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na930" + "na930" + ]; + titles = [ + { + model = "NA930"; + vendor = "Sercomm"; + } + ]; + }; + sitecom_wlr-4100-v1-002 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-sitecom_wlr-4100-v1-002"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-sitecom_wlr-4100-v1-002-initramfs-kernel.bin"; + sha256 = "4e37f90fd4e45e1cd211583766c0726f9d6a33c29d88459b3bf4ee85f25bcc2a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-factory.dlf"; + sha256 = "49e80d58df75a4b9494daf7a2c0ce55f9186c0a83c6e8ebfa5c5ddb044d28bda"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-sysupgrade.bin"; + sha256 = "0b48e865c46fb709bc5a96914f49ac15f498ceee5f53bc3737dd00f28360526f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-4100-v1-002" + ]; + titles = [ + { + model = "WLR-4100"; + variant = "v1 002"; + vendor = "Sitecom"; + } + ]; + }; + tplink_archer-c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-tplink_archer-c2-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_archer-c2-v1-squashfs-sysupgrade.bin"; + sha256 = "8095c76ef30feed270f0e2c2dafcaf299f98b93cc6709ca1d70701fca560f709"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_archer-c2-v1-initramfs-kernel.bin"; + sha256 = "a1aceba4fa7316a3ddf74738be99421cbad4863a122e460d9e0c7cf672c54daa"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v1" + "tplink,c2-v1" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-tplink_archer-c20-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_archer-c20-v1-initramfs-kernel.bin"; + sha256 = "9f70705a3f9ae86234e70a69a9d21971c1d1d934a04cdecbc4667d9ebfd77dba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_archer-c20-v1-squashfs-sysupgrade.bin"; + sha256 = "73b101c7b2a550175d14cb89e1a64b468a6b79dc1901f633fb212d100225f126"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v1" + "tplink,c20-v1" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-tplink_archer-c20i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_archer-c20i-squashfs-sysupgrade.bin"; + sha256 = "b0b03602ab846d0b64c0df013b5a58a33f006612ea08a75599067d35533e0ccd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_archer-c20i-initramfs-kernel.bin"; + sha256 = "8b93617348acee941549294746780a681b00bec7f57e9fa7cbd5b4a9d08bc662"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_archer-c20i-squashfs-factory.bin"; + sha256 = "4b2e441635746914deab2df42eb8d09d9b519f7d83d0a135112dd5b8e39f8bb9"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c20i" + "c20i" + ]; + titles = [ + { + model = "Archer C20i"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-tplink_archer-c50-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_archer-c50-v1-initramfs-kernel.bin"; + sha256 = "999a216b204fedacc4f935d36d7681c9db99edf1af9ea4ddd053d89474f922d7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-us.bin"; + sha256 = "7f00c14eddb6ba0ec3c5e2e6b8a063342ebaca39525a3241063da7ee3ac00c1d"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-eu.bin"; + sha256 = "45bf62f357d469ea532cb7d6251f7a01122b84a57a068ae50938d08cbfcb0683"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_archer-c50-v1-squashfs-sysupgrade.bin"; + sha256 = "4051878b6a467b14cc1c8f1861a960a5967f89c77bee40b698aed22b85945361"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v1" + "c50" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-mr200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-tplink_archer-mr200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_archer-mr200-initramfs-kernel.bin"; + sha256 = "726f7e2801adf9c1167dab4b8cc569c3930f691118f0836b7d1df4a8f71cdfe1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin"; + sha256 = "928216c73daaffd0371954734272c39c09ed4d50067dd0fdcfdd9b3c2aa0a2ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-mr200" + "mr200" + ]; + titles = [ + { + model = "Archer MR200"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-tplink_re200-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_re200-v1-initramfs-kernel.bin"; + sha256 = "762b0c51799633c9e9aa65a65646ab200afa2ec4e1d6ea935e8ee2d5c14b7706"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_re200-v1-squashfs-factory.bin"; + sha256 = "df9dfad5eee9bb911f0c9a9c853562917c95ee3d3510877b9fac334150a5c3b4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_re200-v1-squashfs-sysupgrade.bin"; + sha256 = "5d6b56518b7046ecfcdc2716531a2e3ebc3d7c34162cff2ad49563b6c39e684b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re200-v1" + ]; + titles = [ + { + model = "RE200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re210-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-tplink_re210-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_re210-v1-initramfs-kernel.bin"; + sha256 = "22199a3c8cd87370498d499566946d02b0c42376093728999445670802b3604d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_re210-v1-squashfs-sysupgrade.bin"; + sha256 = "20a448fcd6795a65b7a0eee394b28ea0f503d0ad3b3467ae682475af2558670b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-tplink_re210-v1-squashfs-factory.bin"; + sha256 = "071b035cefaa7af5ec63dee70981f966706b33678e3bdf6261c954f47fc19cfd"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re210-v1" + ]; + titles = [ + { + model = "RE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-810dr = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-trendnet_tew-810dr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-trendnet_tew-810dr-initramfs-kernel.bin"; + sha256 = "7cb4d3bb599cfd2fbb23a3beedde49635fe1d6d91dea95dbc7cb4385d6ccb6d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-trendnet_tew-810dr-squashfs-sysupgrade.bin"; + sha256 = "78d5422e3995cf92ba4c62abfa15515adc70220080cd96a33a4398ef28ff5c6c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-810dr" + ]; + titles = [ + { + model = "TEW-810DR"; + vendor = "TRENDnet"; + } + ]; + }; + wavlink_wl-wn530hg4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-wavlink_wl-wn530hg4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-wavlink_wl-wn530hg4-initramfs-kernel.bin"; + sha256 = "e7b5b42748dd13744099dc6ed32a0141c1c447b16eb2b4e3fd991dd3f98deb20"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-wavlink_wl-wn530hg4-squashfs-sysupgrade.bin"; + sha256 = "e609a753f574e7459b102f0523614908a26f439acfe2b3aa294548e3fda224ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn530hg4" + ]; + titles = [ + { + model = "WL-WN530HG4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn579x3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-wavlink_wl-wn579x3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-wavlink_wl-wn579x3-initramfs-kernel.bin"; + sha256 = "c146ab4e45a49f01a67099637d84ea0e000702ee290a5c704323d862ce7ffd96"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-wavlink_wl-wn579x3-squashfs-sysupgrade.bin"; + sha256 = "e378cc63acf8b363825c29fda1d015f6eff56173834426be4fc1c73a31756b32"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn579x3" + ]; + titles = [ + { + model = "WL-WN579X3"; + vendor = "Wavlink"; + } + ]; + }; + wrtnode_wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-wrtnode_wrtnode"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-wrtnode_wrtnode-squashfs-sysupgrade.bin"; + sha256 = "5edda9a4cadd3cfb1fa0023d713710d273641e56831c0d2290ee307223159781"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-wrtnode_wrtnode-initramfs-kernel.bin"; + sha256 = "755067032ee52b03b58da39c98626bc6d3fd4adfd6d9061697f27553f95c8994"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode" + "wrtnode" + ]; + titles = [ + { + model = "WRTNode"; + vendor = "WRTNode"; + } + ]; + }; + xiaomi_miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-xiaomi_miwifi-mini"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-xiaomi_miwifi-mini-initramfs-kernel.bin"; + sha256 = "57f70fed68bfaf5546c9b5fd48d71c5b56050052942ccc5bd59bcefa99cf7c1d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "c944d32c40532566cdc732796da951d1553fe87429b7ca7419ee5b5530e42215"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-mini" + "miwifi-mini" + ]; + titles = [ + { + model = "MiWiFi Mini"; + vendor = "Xiaomi"; + } + ]; + }; + youku_yk-l1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-youku_yk-l1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-youku_yk-l1-squashfs-sysupgrade.bin"; + sha256 = "4164748390ae7d7d736ecc53f514dfb31c504c695bda87d743e4c492ab2f2d5e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-youku_yk-l1-initramfs-kernel.bin"; + sha256 = "71dc12de93ef317938495f745ab6b10401cb0978403301357f5f94d71b5dc423"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l1" + "youku-yk1" + "youku,yk1" + ]; + titles = [ + { + model = "YK-L1"; + vendor = "Youku"; + } + ]; + }; + youku_yk-l1c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-youku_yk-l1c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-youku_yk-l1c-initramfs-kernel.bin"; + sha256 = "0e3e3ba1bf134206efb5cf18cf215df8e5eae2362d07c71d8faa9d96645d0192"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-youku_yk-l1c-squashfs-sysupgrade.bin"; + sha256 = "da52c233dd45fc55345e9903ca216263b309fa63df9d5a154b2634c7c3f4ed4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l1c" + ]; + titles = [ + { + model = "YK-L1c"; + vendor = "Youku"; + } + ]; + }; + yukai_bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-yukai_bocco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-yukai_bocco-initramfs-kernel.bin"; + sha256 = "42a6b137e1bc93e205dcb1ec3426cca698f929f863bd39dffd592697706e9343"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-yukai_bocco-squashfs-sysupgrade.bin"; + sha256 = "c8881b5c235b49fcc595d65624b3878b1ed9ed25b6e88d16bbdd627b65d521d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yukai,bocco" + "bocco" + ]; + titles = [ + { + model = "BOCCO"; + vendor = "YUKAI Engineering"; + } + ]; + }; + zbtlink_zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-ape522ii"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-ape522ii-initramfs-kernel.bin"; + sha256 = "02eebe922dcc1d177219a14d724c21a5500f209aa6487d1edeb553924b0d10b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "3c14ad17c4c7779dd3603e1c7af50cc91c2b88d2269857fc577d3f7f570bbce8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-ape522ii" + "zbt-ape522ii" + ]; + titles = [ + { + model = "ZBT-APE522II"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-cpe102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "d120d55f6d7a8571df848249c8907cbc25986dac378f73343adcc9119d784f97"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-cpe102-initramfs-kernel.bin"; + sha256 = "a1a057fec52a2719e4a9660961dd00ce0ea4771d9945766627ba739fb860e786"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-cpe102" + "zbt-cpe102" + ]; + titles = [ + { + model = "ZBT-CPE102"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-wa05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "55315efb7f10c5d3478818c16ff260c6921b305dc532c58f6d8c5e9a231e2465"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-wa05-initramfs-kernel.bin"; + sha256 = "3e85102328269341ed684318290c7177821f864a410aee76aadce66ed5594a1f"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wa05" + "zbt-wa05" + ]; + titles = [ + { + model = "ZBT-WA05"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we1026-5g-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "945a1654044bd550fbc56ef0bc5ccec08900f24e85442d5ed17a24fc48dbedee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-initramfs-kernel.bin"; + sha256 = "12f9ca306962cd92d98f88fbbac8909d3b45d4f0069120f775ceef444ccb74b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-5g-16m" + "we1026-5g-16m" + "zbtlink,we1026-5g-16m" + ]; + titles = [ + { + model = "ZBT-WE1026-5G"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-h-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we1026-h-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we1026-h-32m-initramfs-kernel.bin"; + sha256 = "6c0ac2d8404135c5f6be8b091fa0c5471930d7af427f9fc302d4aac43999337c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we1026-h-32m-squashfs-sysupgrade.bin"; + sha256 = "ade135ac319d66fdb9e6e13ca187ea65a8c3710a6cbfba117ae394b7235f8ab2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-h-32m" + ]; + titles = [ + { + model = "ZBT-WE1026-H"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we2026"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we2026-initramfs-kernel.bin"; + sha256 = "037d8bec237e3f3a8720ae4310db819ec74638905ab9df092d341ac853407fe9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "c3232cd697dddd1c475bc00487dfc87ce898bcf41207d6bec8f0f9fdffff47e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we2026" + "zbt-we2026" + ]; + titles = [ + { + model = "ZBT-WE2026"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we826-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we826-16m-initramfs-kernel.bin"; + sha256 = "bd9c3597604db75197d6e24d64fce5b1fd3147b3cf63b03f55d5cbbd6c5f8a69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin"; + sha256 = "86977edb4dd69f02e135f276bdae61080d701a34184702605c931689cbae373d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-16m" + "zbt-we826" + "zbt-we826-16M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-32m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we826-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we826-32m-initramfs-kernel.bin"; + sha256 = "20d772c049b27a3c3be229bbae0f64a58e37d5f57d092bb5551b473d61770444"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we826-32m-squashfs-sysupgrade.bin"; + sha256 = "23b7e8113fceeab9c228f768462050fa11e55e0a84461cff89620358941bfdd4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-32m" + "zbt-we826-32M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "f037a48fa9db921a89009511b5341a5a8781dcd11891171088655aca5d42f808"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-we826-e-initramfs-kernel.bin"; + sha256 = "6c276199369b4b6a72d43ff79277fb5338bdab8be384cf34d24dd48d9e234e30"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + model = "ZBT-WE826-E"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-wr8305rt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-wr8305rt-initramfs-kernel.bin"; + sha256 = "48be374ee41ceeb0de06c40c89b12800ad609a779e00c3f243500a864b44b2c8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zbtlink_zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "acb3915837d038997e90401af4d42ea14397c519bf050a8a710998ff91480171"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wr8305rt" + "zbt-wr8305rt" + ]; + titles = [ + { + model = "ZBT-WR8305RT"; + vendor = "Zbtlink"; + } + ]; + }; + zte_q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-zte_q7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-zte_q7-initramfs-kernel.bin"; + sha256 = "f1acd0657c21646dfcfee56257aaa674ee0b339f49be9b656ec8d0834276664d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zte_q7-squashfs-sysupgrade.bin"; + sha256 = "764e1c455d0d64339ae828fda158ceca203a1e0a4b60f1317b9b51a7e44910ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,q7" + "zte-q7" + ]; + titles = [ + { + model = "Q7"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic-omni = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-zyxel_keenetic-omni"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zyxel_keenetic-omni-squashfs-sysupgrade.bin"; + sha256 = "56372d7b24e708ffd8484d4d522740eaca85b68041ce68b4bdd60353b28e7b30"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zyxel_keenetic-omni-squashfs-factory.bin"; + sha256 = "a07d84356f160e367214a5725cf45665e55f131fc949115d12f5adac9054d92f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-zyxel_keenetic-omni-initramfs-kernel.bin"; + sha256 = "8b9f3e43c1a7b4ffbe4ec28ff5ded93627d88d174b8f211eb46144db9c189cc1"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni" + "kn_rc" + ]; + titles = [ + { + model = "Keenetic Omni"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-omni-ii = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-zyxel_keenetic-omni-ii"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-zyxel_keenetic-omni-ii-initramfs-kernel.bin"; + sha256 = "c1081ac069e6e205354261ad80cc6006893d70e8d1b37bf956030aa3589cf1ff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-sysupgrade.bin"; + sha256 = "cc1236d43f383d486132c75eaf560e6129f36786b22898455acfea5e326cb836"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-factory.bin"; + sha256 = "c2839df694d1846688435c8e0a3728edde9795c593fa4a603c9c7236f5cfdfa5"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni-ii" + "kn_rf" + ]; + titles = [ + { + model = "Keenetic Omni II"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-viva = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7620-zyxel_keenetic-viva"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zyxel_keenetic-viva-squashfs-factory.bin"; + sha256 = "5766f866f9f94a0f5fc88d8848d880133e6b08d318e5cc9925e9982849327566"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7620-zyxel_keenetic-viva-squashfs-sysupgrade.bin"; + sha256 = "31f199284a7b41f18aea45a03f0b065c60bc1c7b87295d865c9ec222ae9bd454"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7620-zyxel_keenetic-viva-initramfs-kernel.bin"; + sha256 = "d53b3019ebfa973abdde517daf7ab80eb11b77f9273cca11532cbcb42db96f48"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-viva" + "kng_rc" + ]; + titles = [ + { + model = "Keenetic Viva"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "ramips/mt7620"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + adslr_g7 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-adslr_g7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin"; + sha256 = "5107faa2244b26b0aff0255d831c58c969817d4598a48978e2ebd232a5068d27"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-adslr_g7-initramfs-kernel.bin"; + sha256 = "c17af08d4ad0d5d4d1113bd9f709df66f55a23e8fe7820021d6118e97f7f039b"; + type = "kernel"; + } + ]; + supported_devices = [ + "adslr,g7" + ]; + titles = [ + { + model = "G7"; + vendor = "ADSLR"; + } + ]; + }; + afoundry_ew1200 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-afoundry_ew1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-afoundry_ew1200-initramfs-kernel.bin"; + sha256 = "f0f76bb54b66a37f3fd0e081f952603ba56714bc9e3d07bf87e17c60a9d623cb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin"; + sha256 = "2d1c14c6d412b3820c3eae368eeb1a01b0a718982d19ad3efde6672b9b9b8b24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "afoundry,ew1200" + "ew1200" + ]; + titles = [ + { + model = "EW1200"; + vendor = "AFOUNDRY"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-alfa-network_quad-e4g-initramfs-kernel.bin"; + sha256 = "2e888be372dbcdd3501d04e7e8f4f378c37b19ae2e5eef55b27853cf0e39ca04"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "065e656ebf0a5a46a5410cdb1471cc11c28dea10040aef14b54b5daa718424e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + "quad-e4g" + ]; + titles = [ + { + model = "Quad-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + ampedwireless_ally-00x19k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-ampedwireless_ally-00x19k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-ampedwireless_ally-00x19k-squashfs-sysupgrade.bin"; + sha256 = "90e2b5cc51e1d4db7a57557a6dea579a1bd7f4c0f7f171ccf3b6a7d1838cbaa6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-ampedwireless_ally-00x19k-initramfs-kernel.bin"; + sha256 = "48c02d3a274f2af35445111ee1e309275014b2e86dc34f5cb27a944525df71db"; + type = "kernel"; + } + ]; + supported_devices = [ + "ampedwireless,ally-00x19k" + ]; + titles = [ + { + model = "ALLY-00X19K"; + vendor = "Amped Wireless"; + } + ]; + }; + ampedwireless_ally-r1900k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-ampedwireless_ally-r1900k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-ampedwireless_ally-r1900k-squashfs-sysupgrade.bin"; + sha256 = "63b89386200af9f9517202a3ce9dff26317a67340df3d8404c687e686987ef73"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-ampedwireless_ally-r1900k-initramfs-kernel.bin"; + sha256 = "af4b1bda1ffeb98fd3a7a5b6349329142fc852bfd78b125373603836c0338fbf"; + type = "kernel"; + } + ]; + supported_devices = [ + "ampedwireless,ally-r1900k" + ]; + titles = [ + { + model = "ALLY-R1900K"; + vendor = "Amped Wireless"; + } + ]; + }; + asiarf_ap7621-001 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-asiarf_ap7621-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-asiarf_ap7621-001-squashfs-sysupgrade.bin"; + sha256 = "07ad3e64b93eccdd92727ff8fec28dcc4368555d2169f0285541a9713ea1cbca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-asiarf_ap7621-001-initramfs-kernel.bin"; + sha256 = "6794e7f2ba711c982864083358d99ffe4f68730e9b2e2495210cc9c85e57136d"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,ap7621-001" + ]; + titles = [ + { + model = "AP7621-001"; + vendor = "AsiaRF"; + } + ]; + }; + asiarf_ap7621-nv1 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-asiarf_ap7621-nv1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-asiarf_ap7621-nv1-initramfs-kernel.bin"; + sha256 = "e2f053427efbb77dba7d2d3f2c61672b41e3c7e70213bb5b116ac201d2dcc49b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-asiarf_ap7621-nv1-squashfs-sysupgrade.bin"; + sha256 = "50b0644be7adbe3e3d4c92221ffaa6fbab1f876bfe6178f9b148e76bea23ca30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,ap7621-nv1" + ]; + titles = [ + { + model = "AP7621-NV1"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "e05ec2070cccb2965e9927877383c01fbc0ef6b08db9bde4a6e6dcbcf671c765"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-asus_rt-ac57u-initramfs-kernel.bin"; + sha256 = "9d70b0b287e8638b74641750f7fdf0e46b76e1fe7cb43fe4252cfb770db4b97e"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + model = "RT-AC57U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac65p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-asus_rt-ac65p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin"; + sha256 = "ddcc2fa579f8e5446e5cb96c196bcc2c219db39b806d94f4325e007c68198dff"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-asus_rt-ac65p-initramfs-kernel.bin"; + sha256 = "de66bf3816e866971982f7307cb129bca73eb3fdbefa4a230b3b2949db1d5833"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-asus_rt-ac65p-squashfs-sysupgrade.bin"; + sha256 = "6c3fa33087cfd6595413a762464df1c0a6ba30c11cb0b774e60bb40d66c20e94"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac65p" + ]; + titles = [ + { + model = "RT-AC65P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac85p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-asus_rt-ac85p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-asus_rt-ac85p-squashfs-factory.bin"; + sha256 = "c0e7bb6336e704a5b01af9f66f9c7a06a8e6c83c764ff4c7e7595ad142ac85fd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-asus_rt-ac85p-squashfs-sysupgrade.bin"; + sha256 = "fb0d034b7c36da9dcad9de7009472da428ba4498bdb0808b057202c913411ef5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-asus_rt-ac85p-initramfs-kernel.bin"; + sha256 = "e6a701c765f428317738159f1ac7e4c76231430f890dc6a6bb2f098b1df8daae"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac85p" + ]; + titles = [ + { + model = "RT-AC85P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n56u-b1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-asus_rt-n56u-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-asus_rt-n56u-b1-squashfs-sysupgrade.bin"; + sha256 = "7139eacba89c86346a8935d9075a866474680561499dea6275c7370bd8d3ad0a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-asus_rt-n56u-b1-initramfs-kernel.bin"; + sha256 = "f8d429dc6d15b239a7fca994808b50fd3d3678cb43ab3d924309fb6d56e282f5"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n56u-b1" + ]; + titles = [ + { + model = "RT-N56U"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wsr-1166dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-buffalo_wsr-1166dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-buffalo_wsr-1166dhp-squashfs-sysupgrade.bin"; + sha256 = "d2473f5a38849c942d7e22a585fb13acdfbc5734068bad38f86667bf6672d39c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-buffalo_wsr-1166dhp-initramfs-kernel.bin"; + sha256 = "dcc53898015b5f0a0c17382147de798d19091d0c8b08ddca2cb97639e4ffd097"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-1166dhp" + "wsr-1166" + ]; + titles = [ + { + model = "WSR-1166DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-2533dhpl = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-buffalo_wsr-2533dhpl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin"; + sha256 = "dd86e25df50d1e4d59383b0fc538fc88e590b882593e87ce3dd7e0e5a3899df1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-buffalo_wsr-2533dhpl-initramfs-kernel.bin"; + sha256 = "38025b10444183b3d6f43b8c79216320ee5ae38cda6e280bf37f8af24eed0f1b"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhpl" + ]; + titles = [ + { + model = "WSR-2533DHPL"; + vendor = "Buffalo"; + } + { + model = "WSR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-600dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-buffalo_wsr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-buffalo_wsr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "038c1d077b37e7916ca438e721eea9088d69795dbbe6398251628898bdf0130d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-buffalo_wsr-600dhp-initramfs-kernel.bin"; + sha256 = "c673aa69d45c8d31c3076b1c500180274eb75ad614e817ef11a14de2235f4abb"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-600dhp" + "wsr-600" + ]; + titles = [ + { + model = "WSR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1300 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-cudy_wr1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-cudy_wr1300-initramfs-kernel.bin"; + sha256 = "36af0dcd2a8ae44dfa8bef85766e935a2cadceb283972827e4cb8870be469093"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-cudy_wr1300-squashfs-sysupgrade.bin"; + sha256 = "8667b9d4a3e287fdb2f08f999378f0b36540833c11d98be6941426a31a433788"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr1300" + ]; + titles = [ + { + model = "WR1300"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-cudy_wr2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-cudy_wr2100-squashfs-sysupgrade.bin"; + sha256 = "014080d09900078966152aa39dc8d204ad3c84c37562de75f9a6e5d8f47cf439"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-cudy_wr2100-initramfs-kernel.bin"; + sha256 = "8f268382fcffacdad3fa9b4d368bb04cf804b1a19f82b941a4260f2900d0e86f"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr2100" + ]; + titles = [ + { + model = "WR2100"; + vendor = "Cudy"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "483ae5f371bddf8d10fe017d77cb57d9a5e4ea1371fc7717b6ba2ba87df5a560"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-d-team_newifi-d2-initramfs-kernel.bin"; + sha256 = "5fb635eeee0b618f0fd93cb4cc3f815d483bbd9f7ca0f85223012b5d3bb5c9dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + model = "D2"; + vendor = "Newifi"; + } + ]; + }; + d-team_pbr-m1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-d-team_pbr-m1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-d-team_pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "6a7edba3b4a80d9d006cd0983e72578189ab65b4c9ecbaf98ade5eec930c26f1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-d-team_pbr-m1-initramfs-kernel.bin"; + sha256 = "0e25e491f437addcb74f674dd2b001260904425d1e0a14df2797f2e75a782b41"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,pbr-m1" + "pbr-m1" + ]; + titles = [ + { + model = "PBR-M1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dir-1960-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-dlink_dir-1960-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-1960-a1-initramfs-kernel.bin"; + sha256 = "1c1f2f68c189a054b7157afe7913c6b11c9232d2736eeb31739c68e3071a131a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-1960-a1-squashfs-factory.bin"; + sha256 = "502b9baef5892bae3d696c0b429fd6341112ab16c48d9a4c477907329f82af5d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-1960-a1-squashfs-sysupgrade.bin"; + sha256 = "522482a2385ab3fa98a3b7c2853bf64bab6648b4239a3a98fabab8ee2375b838"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-1960-a1" + ]; + titles = [ + { + model = "DIR-1960"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2640-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-dlink_dir-2640-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-2640-a1-squashfs-sysupgrade.bin"; + sha256 = "829d99d043a22c1c9acfaa3c54a650dd4cc53c95c6696ef1874e13ae4bf3f0ce"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-2640-a1-initramfs-kernel.bin"; + sha256 = "c5ab28a48a5de40521a7ad8d5294a9dff48f1c6418a5e3e289db330506447a67"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-2640-a1-squashfs-factory.bin"; + sha256 = "63d14d5637e516f60acdb6006191d366cd02de1ed15ee869fa523906778e8f0e"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-2640-a1" + ]; + titles = [ + { + model = "DIR-2640"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2660-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-dlink_dir-2660-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-2660-a1-initramfs-kernel.bin"; + sha256 = "9b9d0c210fbfad8633bc78eaa73aa33e7de7c9fd537d23d3fd77d830f1f99d38"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "642bb4fa3d1075fda51d5a87ae26e4334eefa43bf8a87743740ed5cbb4306220"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-2660-a1-squashfs-factory.bin"; + sha256 = "1f927532f9c61565ba14cec742dca01f5396e805c36656d728710a8dbda9bdda"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-2660-a1" + ]; + titles = [ + { + model = "DIR-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-dlink_dir-860l-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-860l-b1-squashfs-factory.bin"; + sha256 = "862a5b85f1b9cb4c3b123a78de08a0c375a64772a0d33b404f343b201bfefc15"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-860l-b1-initramfs-kernel.bin"; + sha256 = "f8e027a81a5f9c90094ab324805b1e7c95b3671e06fbb1f8e3cd112c24d65f04"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "809f86a718f61ec069c76eb0d0b6e3fa5f37df220dcfa3572ab00c4634a18f3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-860l-b1" + "dir-860l-b1" + ]; + titles = [ + { + model = "DIR-860L"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-867-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-dlink_dir-867-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-867-a1-squashfs-sysupgrade.bin"; + sha256 = "2ad3fe3a2a9ca9b4fec851c68ee8f6a2a0b89e6fc71bbb2bf857acb6075d47ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-867-a1-initramfs-kernel.bin"; + sha256 = "2fc05e05cc474c4148dffbe7b46829705ef41c62b2a03887184791bd3c80812f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-867-a1-squashfs-factory.bin"; + sha256 = "bd0c891b15e96789de27cecc1bf3533eba2bf78cfbfbbcac9d3f6a6170c13b1e"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-867-a1" + ]; + titles = [ + { + model = "DIR-867"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-dlink_dir-878-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-878-a1-squashfs-sysupgrade.bin"; + sha256 = "d70905cd6567e638a1d9da49ea6b26af49b3184abc57eeaf068209a6d83f8c7a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-878-a1-initramfs-kernel.bin"; + sha256 = "42f06395d59ca07aba152468f6b5141c0be92fa4bf07390ded9aee636d6bd85e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-878-a1-squashfs-factory.bin"; + sha256 = "3d582310e1a9aa740496823c0890b9504104c4123bbe0e9507bdd50e599580b1"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-878-a1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-dlink_dir-882-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-882-a1-initramfs-kernel.bin"; + sha256 = "bb0a1abaf6cd60d86a2dbb82d03b8cca9c126af80bccdfe4250db5b97c9bfaf7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-882-a1-squashfs-factory.bin"; + sha256 = "63e87c4d3862d90064bea4871bd490005a9bdb28f21ac41a3e36387388e581dc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-882-a1-squashfs-sysupgrade.bin"; + sha256 = "61ae552462b06a8581a51266f9ba47d127bb348b5cd4bee785723911a3ec44b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-882-a1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-dlink_dir-882-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-882-r1-squashfs-sysupgrade.bin"; + sha256 = "29e7b3320bcb76db38798c26fe6ed8cda066e97b92d118bd659d9f19b06986ba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-882-r1-squashfs-factory.bin"; + sha256 = "d9b6edd67b6bbb360055fad323854cc3b8fd4ac70eda4e1e467c31a4e949a189"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-dlink_dir-882-r1-initramfs-kernel.bin"; + sha256 = "1dbdafb80f9a247cca820f0b1ede6b184fc1bc4c496f81471777648f928e4764"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-882-r1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + edimax_ra21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-edimax_ra21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"; + sha256 = "70c7708c6672b201cdbc36d0c646b41348cedf8c2e7ff5c987fea6f71c0a08c5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin"; + sha256 = "db74df8ca0d39369319a97031d5ddce7a1bf0d6e51b27f0c0e66adbd5524841a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-edimax_ra21s-initramfs-kernel.bin"; + sha256 = "e3532d9ac381e5673b76bc4dc88142d9821240763af61eea24e0e9f7316b416c"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ra21s" + ]; + titles = [ + { + model = "RA21S"; + vendor = "Edimax"; + } + { + model = "Gemini RA21S"; + vendor = "Edimax"; + } + ]; + }; + edimax_re23s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-edimax_re23s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-edimax_re23s-initramfs-kernel.bin"; + sha256 = "58c72633cafd9f22057a12fb7b698da4e09d5eb1edabcf0ccd0d4b1400cecb98"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-edimax_re23s-squashfs-factory.bin"; + sha256 = "66fa588006eee393d6d21e62c2fbdb8f473cda1f74a12a724b8c47f6c2c05ddc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-edimax_re23s-squashfs-sysupgrade.bin"; + sha256 = "f80e4f8e938e06c491dd4e22b1cfcd0aad9562f54c853f87bfefbbeccab6e898"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,re23s" + ]; + titles = [ + { + model = "RE23S"; + vendor = "Edimax"; + } + { + model = "Gemini RE23S"; + vendor = "Edimax"; + } + ]; + }; + edimax_rg21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-edimax_rg21s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-edimax_rg21s-initramfs-kernel.bin"; + sha256 = "70d4c00159a1f5caf51aa45693d2b890ba3f2d94252a2a2689445f07b768dfed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-edimax_rg21s-squashfs-sysupgrade.bin"; + sha256 = "65639699650ad91b1d606ba743d46a7eb85d75ec521e1d0de59f645275d05467"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-edimax_rg21s-squashfs-factory.bin"; + sha256 = "747ad66c674a82f53267684588d7e3962d8820f161f6b8a2a22e16d17e33e600"; + type = "factory"; + } + ]; + supported_devices = [ + "edimax,rg21s" + ]; + titles = [ + { + model = "Gemini AC2600 RG21S"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "2c9cf3b924ff205811d493c21aabae1a12f42fbd87593aa841f741ceedaa50df"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1167ghbk2-s-initramfs-kernel.bin"; + sha256 = "416ebb882cce6a74e979c99dc9484689a65af20ef1538ddf26f678050b139a94"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "fe76aa24dc1fa7a1acb28c2512f67f0bf8bce7eaab6c95f39bd186f54ec382f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + model = "WRC-1167GHBK2-S"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gs2-b = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1167gs2-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1167gs2-b-initramfs-kernel.bin"; + sha256 = "38ddce266c44f877d89a5132d277f4359cb96e5d14df6b6e51367a6448aba35a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-factory.bin"; + sha256 = "8d9298a1723a127a1c43b3997c6907e2ac611d63385ac92d809b2df8183635e8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-sysupgrade.bin"; + sha256 = "97a770db0c936be2cd10a9b3f3909e485a44bae518c1adc949988b1d7ec807b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gs2-b" + ]; + titles = [ + { + model = "WRC-1167GS2-B"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1167gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1167gst2-initramfs-kernel.bin"; + sha256 = "93042d0de0d2da1bb927d358727d337d08128d0a508888c4a9262c05938542f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1167gst2-squashfs-factory.bin"; + sha256 = "775a9f28ad7dc0f8a2c12b0260eaececd2279262fe6b86144fe993a0aaff0bc3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1167gst2-squashfs-sysupgrade.bin"; + sha256 = "52a82080bfff9deb64f97ef87c6431163cc202a8b25b93e437e836f7476c4d74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gst2" + ]; + titles = [ + { + model = "WRC-1167GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gs = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1750gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1750gs-squashfs-factory.bin"; + sha256 = "e91a0a63eec6277ea5a9a60dd7209817a2d6a7209aef9da0d43bb45b01a238e1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1750gs-initramfs-kernel.bin"; + sha256 = "256efdc8905f6078a65902b4b08f158a1d4c38c725a6360892db4dbab67b2b9c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1750gs-squashfs-sysupgrade.bin"; + sha256 = "5ed3f27954c7eff803204c282ecc438b655bc8be9f4bb67ecff31dcfd2f06513"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gs" + ]; + titles = [ + { + model = "WRC-1750GS"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1750gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1750gst2-squashfs-sysupgrade.bin"; + sha256 = "7ed0bf2f7718a07c7c9e1281f1b095ee3d4fb567bdde2af5df4d5784b1db28e9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1750gst2-initramfs-kernel.bin"; + sha256 = "58be3eaf56ceed67711fe088125ffff4de0034fc66fbc1e652eb3bc69be7d88d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1750gst2-squashfs-factory.bin"; + sha256 = "a912dedfb87cc9811a08e5289cb1f4f38ebf79143954860738dcc803bceb1d57"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gst2" + ]; + titles = [ + { + model = "WRC-1750GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gsv = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1750gsv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1750gsv-squashfs-factory.bin"; + sha256 = "75c44a8bfd40d6bb7a90c283259b04e54acb05e146429bf73f2aacc614a8c198"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1750gsv-squashfs-sysupgrade.bin"; + sha256 = "1cc86fd9d0652308bd78232c5675553d64275661ac67e3f29c8b105313808cee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1750gsv-initramfs-kernel.bin"; + sha256 = "0bdb1c8e3f7c18c46ce8c17938ddc9157b0273054788f045b7543664b0a7f3ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gsv" + ]; + titles = [ + { + model = "WRC-1750GSV"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1900gst-initramfs-kernel.bin"; + sha256 = "03b56e16fed440fe99b12a6ef4d8b1bfd8628f01adf963d4a468a92dead61222"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "fa9ff02b5436db1cdf21380c4670789913ff016080a3b76abfad719eac1a0afc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "2817b0d3f9c7ebf3f02ecb636f749082eed1bb12f68aaa59ae7b232549ecdb78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + model = "WRC-1900GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533ghbk-i = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-2533ghbk-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-2533ghbk-i-initramfs-kernel.bin"; + sha256 = "0ee10b924d1838c60902d1d18573320da76641ea0190667ab405dcf298e8b4ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-sysupgrade.bin"; + sha256 = "4284b3b1d30f9863c7936fcf9ed72f1b2a02b76a7293f7391e20bd2c5b703491"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-factory.bin"; + sha256 = "fbcb99af9252e628cd273f8806827abf297332e1376b45d9975ad0f5957e8eee"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533ghbk-i" + ]; + titles = [ + { + model = "WRC-2533GHBK-I"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "d17caef6e600805729fe28b3ddcc851f2a973b0834041d191d11822e0e20db94"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "5714bfab64c90f6a5bf6bada36012e6bcd342a39d4688c0327b49a1e78634f60"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-2533gst-initramfs-kernel.bin"; + sha256 = "8dc0d72faa646ab24b374502638b27e9fd0577926214fccc8fb7f474be5d6b37"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + model = "WRC-2533GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-2533gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-2533gst2-initramfs-kernel.bin"; + sha256 = "95e2fbbe5179e03a3c478ec71019fba64d495012c263600d9b724d2c80ac85d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-2533gst2-squashfs-sysupgrade.bin"; + sha256 = "21fcd6b43f2d82cf16af46a72674e64c32f880d78be5a6a2fbf2c3eec869e3a7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-elecom_wrc-2533gst2-squashfs-factory.bin"; + sha256 = "f7ce004e646684c88b3a73f749a965b8a2571746a9bd409ac411663443232fd2"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst2" + ]; + titles = [ + { + model = "WRC-2533GST2"; + vendor = "ELECOM"; + } + ]; + }; + firefly_firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-firefly_firewrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-firefly_firewrt-squashfs-sysupgrade.bin"; + sha256 = "8e35028f80e3cdaab57b8b725a535358b9dcfdc7a16a5d5d1bf019bfc82e72b6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-firefly_firewrt-initramfs-kernel.bin"; + sha256 = "d0c67006e7cf3c858e44c640a767eca2460ead6e61b2c98445a7f6b6f7965725"; + type = "kernel"; + } + ]; + supported_devices = [ + "firefly,firewrt" + "firewrt" + ]; + titles = [ + { + model = "FireWRT"; + vendor = "Firefly"; + } + ]; + }; + gehua_ghl-r-001 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-gehua_ghl-r-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-gehua_ghl-r-001-squashfs-sysupgrade.bin"; + sha256 = "32c0018170d32e041572e212e2149f697c07454b6ede6606bda849522eec6751"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-gehua_ghl-r-001-initramfs-kernel.bin"; + sha256 = "90ac0459e261a955dcd794ebdbfcd90458e48378b2e60bb2b460fc654c621524"; + type = "kernel"; + } + ]; + supported_devices = [ + "gehua,ghl-r-001" + ]; + titles = [ + { + model = "GHL-R-001"; + vendor = "GeHua"; + } + ]; + }; + glinet_gl-mt1300 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-glinet_gl-mt1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-glinet_gl-mt1300-initramfs-kernel.bin"; + sha256 = "28b491e2e1fc7528c35a45ed161cce7bea93fa67ec321fb64bca9ec1320e0a02"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-glinet_gl-mt1300-squashfs-sysupgrade.bin"; + sha256 = "5cf731660d14f0952b965c5c7ed64f4842a633758f792d0e31e3c4452341f688"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt1300" + ]; + titles = [ + { + model = "GL-MT1300"; + vendor = "GL.iNet"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "075713fcebe916aa365c2cb86b81498240dd3e225e3f479d03602174ac5fe112"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-gnubee_gb-pc1-initramfs-kernel.bin"; + sha256 = "cafb02c8d75199bf1935dd9f9cb5fb3a8dd8abf600590dc756f69a7d4c8b8cdc"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + model = "Personal Cloud One"; + vendor = "GnuBee"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "cc0067b73b8c0473b89683f62f780e17bf88716dd4e2f1b56f6bbf6a765ed6ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-gnubee_gb-pc2-initramfs-kernel.bin"; + sha256 = "5f1a07cd635b33f05afca4e1745d6a5371e53a488ae72a776802e7f58f4d67e3"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + model = "Personal Cloud Two"; + vendor = "GnuBee"; + } + ]; + }; + hiwifi_hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-hiwifi_hc5962"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-hiwifi_hc5962-squashfs-factory.bin"; + sha256 = "d27491a9c501019e357d46599105378abc2173ea99f2597bd9576f66293f9a0a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-hiwifi_hc5962-initramfs-kernel.bin"; + sha256 = "e38244c88063eb204079a83071028d0b9011b1ebd86b386bed90a15b0ffa8e2d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-hiwifi_hc5962-squashfs-sysupgrade.bin"; + sha256 = "428c2038b62eb1551b1860c2d488bdcfef84400e373ac80ef7f680e2a0437101"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5962" + ]; + titles = [ + { + model = "HC5962"; + vendor = "HiWiFi"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-iodata_wn-ax1167gr-initramfs-kernel.bin"; + sha256 = "7741888cdce05cf1feca9ff7fb468fc72524942c14c0fc482aa992a66be83bfd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "45d43fa031d23a1b5b0184ab4da7176c90606ac558b6496f4e7c348ce0da2bbf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + model = "WN-AX1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax1167gr2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-iodata_wn-ax1167gr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-iodata_wn-ax1167gr2-squashfs-sysupgrade.bin"; + sha256 = "9195e1150641b6020d84560fe5dc064004bc9a6cfb471fc9300e8edbed5aa383"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-iodata_wn-ax1167gr2-initramfs-kernel.bin"; + sha256 = "5759d1b456faf8a8dc7e4aa1a870cc330a5aa1613da63a4e10b5c34d2e2ce8f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr2" + ]; + titles = [ + { + model = "WN-AX1167GR2"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-iodata_wn-ax2033gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-iodata_wn-ax2033gr-squashfs-sysupgrade.bin"; + sha256 = "cf2efa59a82ef3dc8020bfaab079df2e0b7a478e5f0122604c0d86b33cd1ce9f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-iodata_wn-ax2033gr-initramfs-kernel.bin"; + sha256 = "5aca6647eb774a11eba423b6bac0a1a04b257506fb763848e8aa75cfd7cbfa8d"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax2033gr" + ]; + titles = [ + { + model = "WN-AX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1167r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-iodata_wn-dx1167r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-iodata_wn-dx1167r-squashfs-sysupgrade.bin"; + sha256 = "94e6b3914f648e5eee4f79122a94dc203f7dcc61cf6f34390f7d6125b4cb8a80"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-iodata_wn-dx1167r-initramfs-kernel.bin"; + sha256 = "fec73dffc21c77fb212b5f7a587a46927b4f073834e5ae098b464335456f7114"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1167r" + ]; + titles = [ + { + model = "WN-DX1167R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1200gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-iodata_wn-dx1200gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-iodata_wn-dx1200gr-squashfs-sysupgrade.bin"; + sha256 = "4c22ee5f49d682fa44e082bf5154820021a0cd9e91f32bf25a276c77b163721b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-iodata_wn-dx1200gr-initramfs-kernel.bin"; + sha256 = "d79bec8b4490ecd446ec2e16f7f7a14933128d83a8073f351598ad218d449210"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1200gr" + ]; + titles = [ + { + model = "WN-DX1200GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-iodata_wn-gx300gr-initramfs-kernel.bin"; + sha256 = "92edf657423abc5a659b526fe2af60f89d3124cfc4e4937e265bdecffec23a72"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "8b2652ec220555a32f71af71052b9d60ad2445cecd7ab35c201cb244d1e82494"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + model = "WN-GX300GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wnpr2600g = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-iodata_wnpr2600g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-iodata_wnpr2600g-squashfs-factory.bin"; + sha256 = "6965921b73b3831436ac9f62518caf05266b2cb22baf14e8e8d76a3883d8b94b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-iodata_wnpr2600g-squashfs-sysupgrade.bin"; + sha256 = "8e8f41c7376a8de64f7c98424abe749a40c57347d532f0f6a53c8fea1dbba202"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-iodata_wnpr2600g-initramfs-kernel.bin"; + sha256 = "0788f9633d32c98886b5fac8639bdd6224e7a785547887c16d8a90c91fd32200"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wnpr2600g" + ]; + titles = [ + { + model = "WNPR2600G"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a6ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-iptime_a6ns-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-iptime_a6ns-m-initramfs-kernel.bin"; + sha256 = "4bfe23ac6c142dabbbd38b56e7a567fc7f5e0668ec937b3eff7e186cd0c2d6ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-iptime_a6ns-m-squashfs-sysupgrade.bin"; + sha256 = "efd96e404cf7b6285b0911930edb85954cb14de0a05f39d4797fa567bfc72c29"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a6ns-m" + ]; + titles = [ + { + model = "A6ns-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a8004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-iptime_a8004t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-iptime_a8004t-squashfs-sysupgrade.bin"; + sha256 = "049152a3995eb3c739972b7d6cdcc21741d5272c1a1975c2a22c4bb915b682e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-iptime_a8004t-initramfs-kernel.bin"; + sha256 = "a12bc9301e01056c6cafd39e38bfeb50a5cd45f2d88966d628366ed336839b3a"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a8004t" + ]; + titles = [ + { + model = "A8004T"; + vendor = "ipTIME"; + } + ]; + }; + jcg_jhr-ac876m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-jcg_jhr-ac876m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-jcg_jhr-ac876m-squashfs-factory.bin"; + sha256 = "62e47d93040df8f28c57746a5a47c257d5233b2b2374e9ba58bc4de654e007fb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-jcg_jhr-ac876m-initramfs-kernel.bin"; + sha256 = "86bb8f70a9f240ec2be6dda75c97c65910c9ce55a6a2546ab3dbe0c194f97936"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-jcg_jhr-ac876m-squashfs-sysupgrade.bin"; + sha256 = "5be40e266f15b2bc3bb11cf73cfbd7eaff24c383dc1d35891d036db6267b5dc0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jcg,jhr-ac876m" + ]; + titles = [ + { + model = "JHR-AC876M"; + vendor = "JCG"; + } + ]; + }; + jcg_q20 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-jcg_q20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-jcg_q20-squashfs-factory.bin"; + sha256 = "1d7a4d36065c597a15671b81e8b508e135bbe50d07a50765fac200cba654eff4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-jcg_q20-squashfs-sysupgrade.bin"; + sha256 = "28ba51e1869e22390f43332effc638c9d0dbaf538f43db7ca391845dc1acdd0a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-jcg_q20-initramfs-kernel.bin"; + sha256 = "472d9c1c6528ff74755ec9d2bdd7acf800692308798f0e0c7c74b8c46a0e7d44"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,q20" + ]; + titles = [ + { + model = "Q20"; + vendor = "JCG"; + } + ]; + }; + jcg_y2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-jcg_y2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-jcg_y2-squashfs-factory.bin"; + sha256 = "5245f0b19ca07ae184e219b781c52c6b107f96f8714c88da18f30c5ee25cf380"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-jcg_y2-initramfs-kernel.bin"; + sha256 = "a0edc0cb43e014de7f7980116fda2f6c8fea2980151c2c0a2f2126592c6146a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-jcg_y2-squashfs-sysupgrade.bin"; + sha256 = "811977fe36dc1499a3d1bde55b6f6ec498569305795ce43d48d2f8c5016227b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jcg,y2" + ]; + titles = [ + { + model = "Y2"; + vendor = "JCG"; + } + ]; + }; + lenovo_newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-lenovo_newifi-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-lenovo_newifi-d1-initramfs-kernel.bin"; + sha256 = "790b08ce3a03cfca7e6bed81264287b46179e7ab5328df5805be91e982190c29"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-lenovo_newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "32e170da62860d340bfac01a8b8e88067d0cbff184e0444f36a765917b5d63b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-d1" + "newifi-d1" + ]; + titles = [ + { + model = "D1"; + vendor = "Newifi"; + } + ]; + }; + linksys_e5600 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-linksys_e5600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_e5600-squashfs-factory.bin"; + sha256 = "210483ed76eb6ad41a2fd1c63c62d8f38273fc30b3b727832ec0829d40cd7211"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_e5600-squashfs-sysupgrade.bin"; + sha256 = "5f626880afcdd774ea934d5c85db4ed0026a3e2f421ef40f08adf17d6a90e10b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_e5600-initramfs-kernel.bin"; + sha256 = "1a9a1e2a33ce31835189a2b113fc54dbee35d1db7e53cc1a3231857ffe13d794"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e5600" + ]; + titles = [ + { + model = "E5600"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-linksys_ea7300-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_ea7300-v1-initramfs-kernel.bin"; + sha256 = "583b59a58cc2f6693ed67619685945c213fb2e80ea27023145374ec458e7d26a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_ea7300-v1-squashfs-factory.bin"; + sha256 = "096f8c7d9f17c1d780e8411a8b7d6ce0dacd11d83f04724c901fc531ebc16ccf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_ea7300-v1-squashfs-sysupgrade.bin"; + sha256 = "0eba561389b0d82d1b1684b33d89b6f5ce269631eab0e6a387b809c2c0ab3715"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea7300-v1" + ]; + titles = [ + { + model = "EA7300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-linksys_ea7300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_ea7300-v2-squashfs-factory.bin"; + sha256 = "63057fcc83d61f3170f0f545eef8ebc9e22d80a2b8dde7c6017626f52239e8d9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_ea7300-v2-initramfs-kernel.bin"; + sha256 = "e3c40beccad3cae1af4ef83b773a537619aeddd9a47be28218e5a1df8a805b2d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_ea7300-v2-squashfs-sysupgrade.bin"; + sha256 = "cffa29a180edb2dce7d103b5e1f9f51bbad0b35aa26d9cb6c55e55cab42995e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea7300-v2" + ]; + titles = [ + { + model = "EA7300"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7500-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-linksys_ea7500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_ea7500-v2-squashfs-sysupgrade.bin"; + sha256 = "39dcdae269f082aa84beeb5f7469403852a607df46f623f33da5ab539a8a666b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_ea7500-v2-initramfs-kernel.bin"; + sha256 = "580beee15f68cabd172cde8cb8f178816ecf864db6e06d300663410440664b24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_ea7500-v2-squashfs-factory.bin"; + sha256 = "53e1c9b841bff219eb070fa1675f737a51458ab79c94750a9e20d5a30fa738c4"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7500-v2" + ]; + titles = [ + { + model = "EA7500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-linksys_ea8100-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_ea8100-v1-initramfs-kernel.bin"; + sha256 = "a3bcd3ff828e4b05d6cd6740209741b6cc8d2f6d4003e88348ba98be1eaa3238"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_ea8100-v1-squashfs-sysupgrade.bin"; + sha256 = "4fb1527d1347859608419882f9757548092be873227b3c367edf6054a6b85eb2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_ea8100-v1-squashfs-factory.bin"; + sha256 = "0d17870f856b0488558f8d6dfd4168e96d9644d0135c9d35265621da468aa8e4"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8100-v1" + ]; + titles = [ + { + model = "EA8100"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_re6500 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-linksys_re6500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_re6500-squashfs-sysupgrade.bin"; + sha256 = "8a478f71f1d4a82749e8b436d1fce7fee8d9296e13cf490fe08d98bcb8d80071"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-linksys_re6500-initramfs-kernel.bin"; + sha256 = "62340d66c504f47f5cf5b714b06733520280985cec5e0335023f971328b4e0e7"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,re6500" + "re6500" + ]; + titles = [ + { + model = "RE6500"; + vendor = "Linksys"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-mediatek_ap-mt7621a-v60-initramfs-kernel.bin"; + sha256 = "22ade03fd7011e7fa7055f080b4cda99af77ff32d0a625ff4ad5b068446c0050"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "00b36470633c5341ff5aa1d211de2f7ccf1874c0f4590bd6a1c7a8b09703648b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + model = "AP-MT7621A-V60 EVB"; + vendor = "Mediatek"; + } + ]; + }; + mediatek_mt7621-eval-board = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-mediatek_mt7621-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-mediatek_mt7621-eval-board-initramfs-kernel.bin"; + sha256 = "8468fa9f7c7f5b610f7aa347ed77b64e2d6cb012eaf19fd2a6b4d2635d772ab5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-mediatek_mt7621-eval-board-squashfs-sysupgrade.bin"; + sha256 = "e67a077cce633b460909f337ff7c25c9745dcb5c5cac164d6a077b6eb5b4f74e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7621-eval-board" + "mt7621" + ]; + titles = [ + { + model = "MT7621 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mikrotik_routerboard-750gr3 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-mikrotik_routerboard-750gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-mikrotik_routerboard-750gr3-squashfs-sysupgrade.bin"; + sha256 = "d97e0da8d9d9086527c8255433e2e63a85a3c7c68455f5b9278bcdb08ca23518"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-mikrotik_routerboard-750gr3-initramfs-kernel.bin"; + sha256 = "925906b4c860645b4d23e9a1c00e6461c229fb034aea069bc6492ae8c1467532"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-750gr3" + "mikrotik,rb750gr3" + ]; + titles = [ + { + model = "RouterBOARD 750Gr3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-760igs = { + device_packages = [ + "kmod-usb3" + "kmod-sfp" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-mikrotik_routerboard-760igs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin"; + sha256 = "657c4f2a6a46804fa15507bad7aee24c31025c3504b8f5029d1ae0b0bd306804"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-mikrotik_routerboard-760igs-squashfs-sysupgrade.bin"; + sha256 = "dad6e550d3e66df7928ac985d0cd7bd8ee8116018c5c8b7297ba3d4863df993c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-760igs" + ]; + titles = [ + { + model = "RouterBOARD 760iGS"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m11g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-mikrotik_routerboard-m11g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-mikrotik_routerboard-m11g-initramfs-kernel.bin"; + sha256 = "fc1213ba8d43de0a3374f60fd221569351f796fc913bf860cda92feb9bf18d96"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-mikrotik_routerboard-m11g-squashfs-sysupgrade.bin"; + sha256 = "9c9d71f2e22f43af8a9b0fe1e2294add35e06a3d9969c645d45d09ddf5bc98c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m11g" + "mikrotik,rbm11g" + ]; + titles = [ + { + model = "RouterBOARD M11G"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m33g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-mikrotik_routerboard-m33g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-mikrotik_routerboard-m33g-initramfs-kernel.bin"; + sha256 = "b36abaefb8461e364f29ed614ac70669debf8e28046346fab9786a50516f8286"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-mikrotik_routerboard-m33g-squashfs-sysupgrade.bin"; + sha256 = "e52eecef3e67037eaa01497e6c8d4c1b7e4aa558c59f97330b5e2edca6b25daf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m33g" + "mikrotik,rbm33g" + ]; + titles = [ + { + model = "RouterBOARD M33G"; + vendor = "MikroTik"; + } + ]; + }; + mqmaker_witi = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-mqmaker_witi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-mqmaker_witi-squashfs-sysupgrade.bin"; + sha256 = "9442892e09ce077a7d91faa336f9a6a6703d3ae26d2223e51f100b821622de14"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-mqmaker_witi-initramfs-kernel.bin"; + sha256 = "947e9a1dbeee084509624fc3faba503a3cfd30806d5b054079bbd226d903c326"; + type = "kernel"; + } + ]; + supported_devices = [ + "mqmaker,witi" + "witi" + "mqmaker,witi-256m" + "mqmaker,witi-512m" + ]; + titles = [ + { + model = "WiTi"; + vendor = "MQmaker"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "5a18465cd39a61c90c91d2fa737b9bcb3928d478bf559d541ae295bf1abeee71"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-mtc_wr1201-initramfs-kernel.bin"; + sha256 = "3ce3b0e10092658e06748c77acd4d0e45e20d1765ef3e5b183e9abe607a8d796"; + type = "kernel"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + model = "Wireless Router WR1201"; + vendor = "MTC"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "1b25b6e3866bc3f5cce12d2bca7d163b14feb4aab42036f171e5fa3dd9a70679"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_ex6150-initramfs-kernel.bin"; + sha256 = "fc0ea95ea05fd578e142b14419d6a81af6ec3a2fc05126fb310008225f0319aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "390015b92622347834882462663e0d1700547b2b67a9e95a08c7febe96ec12fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + model = "EX6150"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-netgear_r6220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6220-squashfs-rootfs.bin"; + sha256 = "07f126c827862d6467bcbac55ecac8ab0361506d25a889a44f79ddf37f89070e"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6220-initramfs-kernel.bin"; + sha256 = "4510f49bfb3c313d8b61db2ccd6d3013cf89a3dcf1f51f0d97469b766e4d318d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6220-squashfs-factory.img"; + sha256 = "78273bc617f0dabb961886d3d50dd0f2962dfd6b17911f32191ffe97647395ee"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6220-squashfs-kernel.bin"; + sha256 = "fac0e330b8a68cfe8651f556df4e7a632d6b1b926e1d62dfd09fab207f82ea6d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin"; + sha256 = "1b51c9ae4922ba03586f6dfbe1cf9786e8180f6fdfa5a9c5025fb56951fd69aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6220" + "r6220" + ]; + titles = [ + { + model = "R6220"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6260 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-netgear_r6260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6260-squashfs-factory.img"; + sha256 = "706b0dffc87b8f3ea97e25b7be751a5db91119af69ec1914d96393f292e1957f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6260-initramfs-kernel.bin"; + sha256 = "1cffe9118670bb126aeb4e8a3a84cc9655af090520f757e2ecfa18b2a4a7de5e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6260-squashfs-rootfs.bin"; + sha256 = "174f06a22ab06a0376d8fb25e400b48dddee2ecf1157f19f2b9fe81fc4a0020c"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6260-squashfs-kernel.bin"; + sha256 = "618c85d578d4063a4d4825b57503c0437db85ee6faa9b02dc353ea3e184e5c67"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin"; + sha256 = "a783a1792ef112f82644841ee69b9ea86d25cd1655c1544d1df31411eaa858f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6260" + ]; + titles = [ + { + model = "R6260"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "d482a3f61514e40890b3916bb4c30dd885000da5e74ada0fe9338267dc71d7a0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6350-initramfs-kernel.bin"; + sha256 = "0f377994b0ef087bc43c53766b65c06581b1c26c8219ab78351bc0a0e760708f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "d172e8905670f11e1e358e4def37fac010b900cdfb1335f9ed3eb74c7eb05557"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "174f06a22ab06a0376d8fb25e400b48dddee2ecf1157f19f2b9fe81fc4a0020c"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "191e59f576efeff3368c9d0da03804605d502d304f1836430d54a836a80da6ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + model = "R6350"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6700-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-netgear_r6700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6700-v2-squashfs-sysupgrade.bin"; + sha256 = "b5351519ac94d5e21f9be0e32c9606afef255b8c82b129903bcfd47968e9f2f7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6700-v2-squashfs-rootfs.bin"; + sha256 = "174f06a22ab06a0376d8fb25e400b48dddee2ecf1157f19f2b9fe81fc4a0020c"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6700-v2-squashfs-factory.img"; + sha256 = "8b3a898d8f09a52ce751ea53503d818c7405b40f48b5d55295ee99c232c5aae1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6700-v2-squashfs-kernel.bin"; + sha256 = "4f48528112e7428af011a448f78aff6880218065edd4d7704069119674b9fa46"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6700-v2-initramfs-kernel.bin"; + sha256 = "5bd9b54d0dcac7a3213518de71998ee30e7ffe490b0d37c14a82c1d1f271ba61"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6700-v2" + ]; + titles = [ + { + model = "R6700"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2400"; + variant = "v1"; + vendor = "NETGEAR"; + } + { + model = "R7200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6800 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-netgear_r6800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6800-initramfs-kernel.bin"; + sha256 = "db7dc16a7c6bb0e31f7270975a5713cf46f76db167aaa960433901cf592af98e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6800-squashfs-kernel.bin"; + sha256 = "f8c2cd175b5ff713b6905e083dafc2d99f83b268e1f20d5e4986f657e5c0eb4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6800-squashfs-factory.img"; + sha256 = "f8fe5231a08e112606ff6797ffec0e7f7898bae0bb7aa6432722203cd42922c3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6800-squashfs-sysupgrade.bin"; + sha256 = "5c9275eb35e394a743ed520f30ef8e9fea7e8243ccd4277160e041faf51f05b2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6800-squashfs-rootfs.bin"; + sha256 = "174f06a22ab06a0376d8fb25e400b48dddee2ecf1157f19f2b9fe81fc4a0020c"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6800" + ]; + titles = [ + { + model = "R6800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6850 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-netgear_r6850"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6850-squashfs-rootfs.bin"; + sha256 = "174f06a22ab06a0376d8fb25e400b48dddee2ecf1157f19f2b9fe81fc4a0020c"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6850-squashfs-factory.img"; + sha256 = "72befde175e238e40dddffed737cc59ffb2f27d70ae6f2019e0c4aadb6f0fbcf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6850-squashfs-kernel.bin"; + sha256 = "9cada80b616c8cd5fbb5a113bfa84eb3b960c6484dec210e96c801d26ff0c855"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6850-squashfs-sysupgrade.bin"; + sha256 = "2fbecd35f16953c4d9fd77bcd2bcee762ac52755dc791055857c6d4e32efb7a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_r6850-initramfs-kernel.bin"; + sha256 = "dab3d228eef9742c5cd2b22cd18d610a506d431d7f8210f6ac8ca6bade174bb6"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6850" + ]; + titles = [ + { + model = "R6850"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac104 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-netgear_wac104"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_wac104-squashfs-rootfs.bin"; + sha256 = "07f126c827862d6467bcbac55ecac8ab0361506d25a889a44f79ddf37f89070e"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_wac104-squashfs-factory.img"; + sha256 = "b3b1d6485ba23817c8756f838d1d8432c6c5557e68f3854777e41ccf6c52830b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_wac104-squashfs-kernel.bin"; + sha256 = "153e078bdcf58bd7ffe5e9f970b9d56fb605992313f446a76f5a64149cdaa539"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_wac104-initramfs-kernel.bin"; + sha256 = "ead6f35372628aad779e095e766641ddf5d70b79a1fcaa1f48a8e9060cfdc69f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_wac104-squashfs-sysupgrade.bin"; + sha256 = "50aed418371b1d4c685d10513b15a041a1b8e4cd7335826a553356d68e903946"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wac104" + ]; + titles = [ + { + model = "WAC104"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac124 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-netgear_wac124"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_wac124-squashfs-factory.img"; + sha256 = "7ceb60e7bbc34d54cdc15ccb2ba3dbad009d07557b00179e84de81121c7865b3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_wac124-squashfs-sysupgrade.bin"; + sha256 = "8c562730934206b66bb85fcec560db66f0844c390051ffa18dd47df4a8b384cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_wac124-initramfs-kernel.bin"; + sha256 = "50355d4d34479ec5433a502c842a7ceb0202945b1bbf9ec799f67d1a7032407a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_wac124-squashfs-rootfs.bin"; + sha256 = "174f06a22ab06a0376d8fb25e400b48dddee2ecf1157f19f2b9fe81fc4a0020c"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_wac124-squashfs-kernel.bin"; + sha256 = "d5259fec83236e9fa480277b208f134c49b17d37e0e883b914dc6acf3185d763"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wac124" + ]; + titles = [ + { + model = "WAC124"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-netgear_wndr3700-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_wndr3700-v5-squashfs-factory.img"; + sha256 = "62b8ca94fa59717f7d0df94f0eb069b81a3442d814a978455c2531e7f4681d90"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_wndr3700-v5-squashfs-sysupgrade.bin"; + sha256 = "c67c47cd6a75aee88ff177eb70bd3911d7aa3b82c3f456ea9872750d7ed8363f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-netgear_wndr3700-v5-initramfs-kernel.bin"; + sha256 = "463ee6408154658a91bd00a045be934f0f84c1dc352e4fe08705f262b6699b80"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v5" + "wndr3700v5" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v5"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-netis_wf2881"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netis_wf2881-squashfs-sysupgrade.bin"; + sha256 = "934413951262c6ad3a9639f5233543ab29cd3e8292046da47152a4d550b44c98"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-netis_wf2881-initramfs-kernel.bin"; + sha256 = "1117e9c8486f1d848c18bc76ab908d1db1f993cdcdd034a6885bdbcad21eef4b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-netis_wf2881-squashfs-factory.bin"; + sha256 = "db8be975b3fcdc4f93ca0aa0f8f618a32863046c36ffb0facf8f61f86b63b81d"; + type = "factory"; + } + ]; + supported_devices = [ + "netis,wf2881" + ]; + titles = [ + { + model = "WF2881"; + vendor = "NETIS"; + } + ]; + }; + phicomm_k2p = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-phicomm_k2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"; + sha256 = "bc9ae18225780caa5db671b67f072fd0176e7f5139ddf4bf6f20192128711eb4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-phicomm_k2p-initramfs-kernel.bin"; + sha256 = "51e3536ae8fdf460d35728d0b0d6dc71ee221e384e672cd2150ec43d9922f00e"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2p" + "k2p" + ]; + titles = [ + { + model = "K2P"; + vendor = "Phicomm"; + } + { + model = "KE 2P"; + vendor = "Phicomm"; + } + ]; + }; + planex_vr500 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-planex_vr500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-planex_vr500-initramfs-kernel.bin"; + sha256 = "431bd7cded36beebce85adfbd2507ec76dcd6698e7b83ac19d34de0eaa18504f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-planex_vr500-squashfs-sysupgrade.bin"; + sha256 = "8ab8956a8d1e4f03bd96a71e26d445e26b68178cb80c240cbfe87ad5a91171fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,vr500" + "vr500" + ]; + titles = [ + { + model = "VR500"; + vendor = "Planex"; + } + ]; + }; + samknows_whitebox-v8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-samknows_whitebox-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-samknows_whitebox-v8-squashfs-sysupgrade.bin"; + sha256 = "5799dfede42ba39e65a474f7c63e03e9ca99b4e85d89aaff46fd128b6434b191"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-samknows_whitebox-v8-initramfs-kernel.bin"; + sha256 = "9a43ef750e3b0ea16859d5e013c86bfa9b00b82559e3888ff947d3b730380897"; + type = "kernel"; + } + ]; + supported_devices = [ + "samknows,whitebox-v8" + "sk-wb8" + ]; + titles = [ + { + model = "Whitebox 8"; + vendor = "SamKnows"; + } + ]; + }; + sercomm_na502 = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-sercomm_na502"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-sercomm_na502-squashfs-sysupgrade.bin"; + sha256 = "550aff83b1cbad1f2563cfcc31b5227a2120a9b7fe424983e149d584da57cc58"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-sercomm_na502-initramfs-kernel.bin"; + sha256 = "6e5d8b14b0e9232ded00e17f11cb4e035a94dcdcc0e01510b456288a2e23dd8e"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na502" + ]; + titles = [ + { + model = "NA502"; + vendor = "SERCOMM"; + } + ]; + }; + storylink_sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-storylink_sap-g3200u3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-storylink_sap-g3200u3-initramfs-kernel.bin"; + sha256 = "fadc879eb5faab2acc6df319219abeaffab87ce95c937ef6cf80cd48977e5530"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-storylink_sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "4e8966fe5d707268a479038d2d013ddc51bbf6424b3aacea9b42e59971a6ab6d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "storylink,sap-g3200u3" + "sap-g3200u3" + ]; + titles = [ + { + model = "SAP-G3200U3"; + vendor = "STORYLiNK"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-telco-electronics_x1-initramfs-kernel.bin"; + sha256 = "549b532b05359f68590dd4cbf73cddfa3677cf5aece9a2afb7c3566e696e2707"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "61a547a423a448acd7baa2a6884983d7f55acd4807b3fc8693880f529b24b476"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + model = "X1"; + vendor = "Telco Electronics"; + } + ]; + }; + thunder_timecloud = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-thunder_timecloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-thunder_timecloud-squashfs-sysupgrade.bin"; + sha256 = "6ebd4c46582ed183580a7e5b381d7f8e1f3b2141f50d25f57638e40ba21853c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-thunder_timecloud-initramfs-kernel.bin"; + sha256 = "66d3ca8d1c86af5f88babb293c51d9c35427633ce316dd351e7610d56b099b63"; + type = "kernel"; + } + ]; + supported_devices = [ + "thunder,timecloud" + "timecloud" + ]; + titles = [ + { + model = "Timecloud"; + vendor = "Thunder"; + } + ]; + }; + totolink_a7000r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-totolink_a7000r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-totolink_a7000r-squashfs-sysupgrade.bin"; + sha256 = "a4303696321217e3945be790e58ac08aef7b59e6a66dc4fed6d0cf03a3bd5432"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-totolink_a7000r-initramfs-kernel.bin"; + sha256 = "41dd9f9befeade6e1bc44a5c3b8935c2e049c923eb3b4939a53c84beae72c97a"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,a7000r" + ]; + titles = [ + { + model = "A7000R"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_x5000r = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-totolink_x5000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-totolink_x5000r-initramfs-kernel.bin"; + sha256 = "1f334d70b8e04c03a2b264d8150d9a8a052a3e29f56ba9b341d94cd04021ae1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-totolink_x5000r-squashfs-sysupgrade.bin"; + sha256 = "f7b9fd18582bcd4009e40d8518c95a7397bffa8bdd6645dd798043db59a671a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,x5000r" + ]; + titles = [ + { + model = "X5000R"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-a6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-tplink_archer-a6-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_archer-a6-v3-squashfs-sysupgrade.bin"; + sha256 = "a5b9365563584b12c62f6b87847c79d51ab40b504bda89945bdb449066e1d8ac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_archer-a6-v3-initramfs-kernel.bin"; + sha256 = "fc661650153a99951434af7f000f5ab08ac41b65d51d95f50b3254d3b00c2208"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_archer-a6-v3-squashfs-factory.bin"; + sha256 = "cd85553a7e38a20e12dc6b76272d9e741b2ed3a8eb55ba2e7b1d85defb17a360"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a6-v3" + ]; + titles = [ + { + model = "Archer A6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6u-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-tplink_archer-c6u-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_archer-c6u-v1-squashfs-factory.bin"; + sha256 = "2694cccd95311179f37aefba274d2a93eece68b1832b99ae675ae90b12227662"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_archer-c6u-v1-initramfs-kernel.bin"; + sha256 = "070ff87bd7e77efa1a650e2fe6fc8d8a554365c7e9d430fc5ec3c884cb90bc62"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_archer-c6u-v1-squashfs-sysupgrade.bin"; + sha256 = "f86f47a1d52a051a188ba37ea7eaa4f5473359ffee495334dbd857ee4568d757"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6u-v1" + ]; + titles = [ + { + model = "Archer C6U"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap235-wall-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-tplink_eap235-wall-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_eap235-wall-v1-initramfs-kernel.bin"; + sha256 = "617b273f49e4710456873aebf2b4ec42d3d3da5c966cdd1162b9240314cdeee7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_eap235-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "a93304d0c818fcbdda6478318d71e9b3e4437842a429b0407a5e156c33b4e01e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_eap235-wall-v1-squashfs-factory.bin"; + sha256 = "ef80ac349343c72ff35556a6ca57ab9036a95c71d99bcd068b04703df6d1b135"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap235-wall-v1" + ]; + titles = [ + { + model = "EAP235-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-tplink_re350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_re350-v1-squashfs-sysupgrade.bin"; + sha256 = "93e525a15db8983ddb0c116e4d7912c474c3e7f458735d2f7f9d5c3b9e18fef1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_re350-v1-squashfs-factory.bin"; + sha256 = "71feed16a03cb41a2b2865ca4bfd38229de35b54c61e5af68d48fcf0fba78b84"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_re350-v1-initramfs-kernel.bin"; + sha256 = "0546e5bfe4553b51bd1d35ac94c78b00f8ae50d54e968447b929fbff13dafe3a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350-v1" + "re350-v1" + ]; + titles = [ + { + model = "RE350"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re500-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-tplink_re500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_re500-v1-squashfs-sysupgrade.bin"; + sha256 = "cf3935ad0e9c929616a195a9864466c0a108635611888b8a332298f5b474a014"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_re500-v1-initramfs-kernel.bin"; + sha256 = "4516505a5453e23512072eefc0406a1c85ca35a4d951447853c34b47d856d78f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_re500-v1-squashfs-factory.bin"; + sha256 = "bcf005c38f27382083aa4fab464ec4dd6ebba181e12618b4175d4a153af1bf25"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re500-v1" + ]; + titles = [ + { + model = "RE500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-tplink_re650-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_re650-v1-squashfs-sysupgrade.bin"; + sha256 = "e2e5d295c418ee811dd14f3bca224ebc58f9bffda5a07bf9f23602d0faf62d44"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_re650-v1-initramfs-kernel.bin"; + sha256 = "d5b5b0a445440d266cf358363e94c2896cf8c7ddfb5ed5eea0b4cdc56a03191a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-tplink_re650-v1-squashfs-factory.bin"; + sha256 = "9a4d1760614e5e785a06a48ec4d85c7ea7620a4dcac75fdce93381f5aa0bf3c8"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re650-v1" + ]; + titles = [ + { + model = "RE650"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_edgerouter-x = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-ubnt_edgerouter-x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-ubnt_edgerouter-x-initramfs-kernel.bin"; + sha256 = "1c8b8d800cc440660be91afce8b1dc4aea793afdb6864cc0992894732c54ed2f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"; + sha256 = "b043a4f6ec045134e43593a63bdb1b25dca05b5b33e001f4b5c59c4436a7779c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x" + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + model = "EdgeRouter X"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-x-sfp = { + device_packages = [ + "-wpad-basic-wolfssl" + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-sfp" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-ubnt_edgerouter-x-sfp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-ubnt_edgerouter-x-sfp-initramfs-kernel.bin"; + sha256 = "eeac69faafd50ea1f06837843b5f2b0c09dd301e2136c6465691af10201b2f69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"; + sha256 = "0a5748a90c2711085128cd79f749865c1134ec1ec4234d561118ff8e9d74cf73"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x-sfp" + "ubnt-erx-sfp" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + model = "EdgeRouter X SFP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lite = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-ubnt_unifi-6-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-ubnt_unifi-6-lite-initramfs-kernel.bin"; + sha256 = "f1d5866160ac8ce0b90b499ab6fd42d7121e958afe525c634cdd28e729d0f769"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-ubnt_unifi-6-lite-squashfs-sysupgrade.bin"; + sha256 = "3aaa6dad59dfbe77016fb32f9dcba6a552049aff7d7023d5cd1324c63a24c20f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lite" + ]; + titles = [ + { + model = "UniFi 6 Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-nanohd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-ubnt_unifi-nanohd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-ubnt_unifi-nanohd-squashfs-sysupgrade.bin"; + sha256 = "e954ec22b4338d1e1d655351403a3ea27dbe8f8193941041d9a47f396eabe518"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-ubnt_unifi-nanohd-initramfs-kernel.bin"; + sha256 = "6355fcc92c946f7845f04bbb695c7ff457a7248d4c9140f91a383e653360b2cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-nanohd" + ]; + titles = [ + { + model = "UniFi nanoHD"; + vendor = "Ubiquiti"; + } + ]; + }; + unielec_u7621-01-16m = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-unielec_u7621-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-unielec_u7621-01-16m-squashfs-sysupgrade.bin"; + sha256 = "c3cb00933412d0319df78fa1aa202f4c8ac312ff08f8f7f53812509a3185e02a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-unielec_u7621-01-16m-initramfs-kernel.bin"; + sha256 = "35c2cd2dd9b13bfd4b415869f915725e43a1103584874618df44594f8f2c592e"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-01-16m" + ]; + titles = [ + { + model = "U7621-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-unielec_u7621-06-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-unielec_u7621-06-16m-initramfs-kernel.bin"; + sha256 = "f5a592ba68ecb3ce883915bae737c6a149f6894d7c5db230d5daca9f7d79e396"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-unielec_u7621-06-16m-squashfs-sysupgrade.bin"; + sha256 = "901b1141dd89dea7f8d44564bf30e08ce8526e6b11da67fe3a86dddd955e5e83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-16m" + "u7621-06-256M-16M" + "unielec,u7621-06-256m-16m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-64m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-unielec_u7621-06-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-unielec_u7621-06-64m-squashfs-sysupgrade.bin"; + sha256 = "ae3aeb6808f1617f8e119e8541c2b25f210106d80c030ec7207cef0957c1aa6d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-unielec_u7621-06-64m-initramfs-kernel.bin"; + sha256 = "1c1fff835b82f4359e0a73919a1eef92b1eec481b13db939d63e4d082226e4b2"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-06-64m" + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "64M"; + vendor = "UniElec"; + } + ]; + }; + wavlink_wl-wn531a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-wavlink_wl-wn531a6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-wavlink_wl-wn531a6-squashfs-sysupgrade.bin"; + sha256 = "b003ba1e3cafa20098f3d312f94684ca9b4235e1127cb98990f990469e7751d8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-wavlink_wl-wn531a6-initramfs-kernel.bin"; + sha256 = "9138883cdb8d5f447825effd24cea3aef44e626f4ff2676e51059837ee87ea3e"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a6" + ]; + titles = [ + { + model = "WL-WN531A6"; + vendor = "Wavlink"; + } + ]; + }; + wevo_11acnas = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-wevo_11acnas"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-wevo_11acnas-initramfs-kernel.bin"; + sha256 = "de6ee8662fba41afb1d19dbe40ebeb36d516061201239622b523705c2038cd49"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-wevo_11acnas-squashfs-sysupgrade.bin"; + sha256 = "4cc7e153945f6debea26196b3459b57cc2cf1951f4c1f663ab0c87cb2f386ba1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,11acnas" + "11acnas" + ]; + titles = [ + { + model = "11AC NAS Router"; + vendor = "WeVO"; + } + ]; + }; + wevo_w2914ns-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-wevo_w2914ns-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-wevo_w2914ns-v2-squashfs-sysupgrade.bin"; + sha256 = "188909ac616be7803c4f9544e53e7b550b85237a367a95c0892dde0e9ee2e25b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-wevo_w2914ns-v2-initramfs-kernel.bin"; + sha256 = "4a26e654b3b3b4aa8d5d55fa41e26e0050977b09a8c548ab92aed1415301dcee"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,w2914ns-v2" + "w2914nsv2" + ]; + titles = [ + { + model = "W2914NS"; + variant = "v2"; + vendor = "WeVO"; + } + ]; + }; + winstars_ws-wn583a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-winstars_ws-wn583a6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-winstars_ws-wn583a6-squashfs-sysupgrade.bin"; + sha256 = "8fea3cd5d02343266b9820159ce3096393ed4970dcfdb0de07c1d7e240257348"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-winstars_ws-wn583a6-initramfs-WN583A6-kernel.bin"; + sha256 = "4db687b5dd6b80972341ad5ff84df3fb542246e930f412581f53a7519dcc0ae8"; + type = "kernel"; + } + ]; + supported_devices = [ + "winstars,ws-wn583a6" + ]; + titles = [ + { + model = "WS-WN583A6"; + vendor = "Winstars"; + } + { + model = "AC2100"; + vendor = "Gemeita"; + } + ]; + }; + xiaomi_mi-router-3-pro = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-3-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-factory.bin"; + sha256 = "577644bc9321327c54ed3c0d66132d259b8b792a2d189817c2a2b18f834988fd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-sysupgrade.bin"; + sha256 = "28c0ac088e58b811be3da660bf1cbdddfdf7ec30e74307f9ab611387b49bc264"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-3-pro-initramfs-kernel.bin"; + sha256 = "8a6249bad528c94e651e452a0af371c8692351ad0b203e57b2345ef53d6e71e3"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3-pro" + "xiaomi,mir3p" + ]; + titles = [ + { + model = "Mi Router 3 Pro"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-3g-squashfs-sysupgrade.bin"; + sha256 = "5b8c2de4529d601a09f079f1aafbcff45fd47f33b1e29da19719fb5e36498398"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-3g-initramfs-kernel.bin"; + sha256 = "4774848fe6189b94f2bf000b57725c0d56a07cb2c8177aff5f7be73144077db5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-3g-squashfs-kernel1.bin"; + sha256 = "06245b2976e69fcc8026ee70c67ab113a6d5d4859c490de5be7747995647a252"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-3g-squashfs-rootfs0.bin"; + sha256 = "bec2f40f9f8ad6135278187f8a816a6aa74cecc8ee96597a758a078cac13635e"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g" + "R3G" + "mir3g" + "xiaomi,mir3g" + ]; + titles = [ + { + model = "Mi Router 3G"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-3g-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-3g-v2-initramfs-kernel.bin"; + sha256 = "4793060befaeaae28c4e9bd0889e37f44ead8c2a3083b82391584483a685dddb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-3g-v2-squashfs-sysupgrade.bin"; + sha256 = "ecb8b8c720afc8606b30851f750f9480a86ed8e59c472d48617dc42bd2c29aad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g-v2" + "xiaomi,mir3g-v2" + ]; + titles = [ + { + model = "Mi Router 3G"; + variant = "v2"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-4-initramfs-kernel.bin"; + sha256 = "b27e00059d0e2f693b297837fbb52cd7b84c6bd7a8981b1cc0fbfa6fa41d9c46"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-4-squashfs-kernel1.bin"; + sha256 = "4d567fd5c3ef6012af163208d73df592ad97917d8facd9e8f21fb555fec464f9"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-4-squashfs-rootfs0.bin"; + sha256 = "acb388b4f1200a565f45a0deefe5e0273ddf680fb9f239520ed12f398a22166b"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-4-squashfs-sysupgrade.bin"; + sha256 = "b30696d054c2c74a6d7e75e1c9a93dd6e9e5257192bd412722e93997fa4b79d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4" + ]; + titles = [ + { + model = "Mi Router 4"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-gigabit = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-4a-gigabit"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-4a-gigabit-initramfs-kernel.bin"; + sha256 = "624280d268e31f5500fa5dff45627ef299253f61ae06c500d471c61af20df8ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin"; + sha256 = "95fe795b69faffbfa6b6a3fe922ed421388f2812685ef4f53761064a78a6f706"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-gigabit" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "Gigabit Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-ac2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-ac2100-initramfs-kernel.bin"; + sha256 = "6307e29b93b88c83ce92177317f998a55202612ee60e0bfa2f7e1bd0818b73f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "68ae0fe87d9e43d5bf458506ff18a4a38fa03f8e0e923ef3109a44371120a4b4"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "b4eb0a34002cebe66df27a95dd52147aed956785c6f38db1bf9d152aa8f6fb17"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "b2a9a8921416f4162b3b3dec6f7585c1257871193cb7c933eac04411fbbd4fd7"; + type = "kernel1"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-ac2100" + ]; + titles = [ + { + model = "Mi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-xiaomi_redmi-router-ac2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_redmi-router-ac2100-initramfs-kernel.bin"; + sha256 = "d469a2334bb93623e1a0d0e699bfc22b6c1050eedd38fb5299e996d1664220cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "68ae0fe87d9e43d5bf458506ff18a4a38fa03f8e0e923ef3109a44371120a4b4"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "e4f4e525acb838fae580f6c442095b8a9b0a1c3b49f51f2f3114970e171fdfbb"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "639785a047ff1266ced878034c71c6bf3389a2fc4b7e2c90d3fac388a3bb983d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ac2100" + ]; + titles = [ + { + model = "Redmi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaoyu_xy-c5 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-xiaoyu_xy-c5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaoyu_xy-c5-squashfs-sysupgrade.bin"; + sha256 = "8c0b37ba3c014519a82746053e03af7f5d4ae8922f6f1d6932d16ec2b59b532e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-xiaoyu_xy-c5-initramfs-kernel.bin"; + sha256 = "29ba71ec6e8111e59b4a5b30311cb5f986fd79ea941d18b4e67f67b31a926ba9"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaoyu,xy-c5" + ]; + titles = [ + { + model = "XY-C5"; + vendor = "XiaoYu"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "65760d92277f9eec2b9888557a827e040aade701f9fcd8333bd840a00a1516e8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-xzwifi_creativebox-v1-initramfs-kernel.bin"; + sha256 = "eca7775d9860b86faf69b87dd35813797575b78a4e0304439a768affec655ccb"; + type = "kernel"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + model = "v1"; + vendor = "CreativeBox"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-youhua_wr1200js-initramfs-kernel.bin"; + sha256 = "0b1e5d5c1ee9943b58066d2112bc978119cd12eb0d10d3b7267e86ff051f3fab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "ac6324463d65819acae859bb99a0738902249a582ecac15d225588b213c5b273"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + model = "WR1200JS"; + vendor = "YouHua"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "c18311d896eca608f8e5eaadc34404e961ab6699421ae0ae23db7695329057da"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-youku_yk-l2-initramfs-kernel.bin"; + sha256 = "116ff2354f443131c2d99908621dcac34442bc830adf0e5388fa61984c519b97"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + model = "YK-L2"; + vendor = "Youku"; + } + ]; + }; + yuncore_ax820 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-yuncore_ax820"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-yuncore_ax820-squashfs-sysupgrade.bin"; + sha256 = "8c92e19bce39a1e4a9cff280d04746fd60084576be3be6385018cd940119fe1a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-yuncore_ax820-initramfs-kernel.bin"; + sha256 = "89d4733560e7d14ef368f79cbaa5d9bfad36230cce9f161939b3d3b901f82aa0"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,ax820" + ]; + titles = [ + { + model = "AX820"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-zbtlink_zbt-we1326"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-zbtlink_zbt-we1326-initramfs-kernel.bin"; + sha256 = "803d02094b5f3abf0274e8bbfe9c79827215b32c66b90640063f293d6d153dca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-zbtlink_zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "37f50ce289b813103240285729d5b22ce1f33cafc3dd71aa19a193862f0d4f70"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1326" + "zbt-we1326" + ]; + titles = [ + { + model = "ZBT-WE1326"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-zbtlink_zbt-we3526-initramfs-kernel.bin"; + sha256 = "230424f429fd75c42cf05ddc868975b9377c9d24c5b2e9efcfb6b59f2b4139b0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "88b3231edcf56bba0c15e6a9e95115cd60bc47d95fbf19ff51565caa088c5a99"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + model = "ZBT-WE3526"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg2626 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-zbtlink_zbt-wg2626"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-zbtlink_zbt-wg2626-initramfs-kernel.bin"; + sha256 = "144a3c28bcc06a63a8627f09b9f9ba3343e168d9470b7bd58ddc401955566443"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-zbtlink_zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "5f4a0c1f48c4bb46c6c4e423ebbcae1731a1c3a62d8667fafc44045a30428a7b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg2626" + "zbt-wg2626" + ]; + titles = [ + { + model = "ZBT-WG2626"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-zbtlink_zbt-wg3526-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-zbtlink_zbt-wg3526-16m-initramfs-kernel.bin"; + sha256 = "c77da85d38fdfe514c746c38710eb71cb92cbea16950cb0cb400ecd86c2608b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-zbtlink_zbt-wg3526-16m-squashfs-sysupgrade.bin"; + sha256 = "faf8632a50d28b9b1a6376dad260a86aa9cd7858d631e4bcb6821e7e55f64d8a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-16m" + "zbt-wg3526" + "zbt-wg3526-16M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-32m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-zbtlink_zbt-wg3526-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-zbtlink_zbt-wg3526-32m-initramfs-kernel.bin"; + sha256 = "10455702f4e80d14c804223540b93ceb602b9b619158a88dfc6be45b666ee8b0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-zbtlink_zbt-wg3526-32m-squashfs-sysupgrade.bin"; + sha256 = "2181f91aa3b96c231dc6c8724b0faa2180eaaf9b30c7b39f6a3d2d1b7438c737"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-32m" + "ac1200pro" + "zbt-wg3526-32M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zio_freezio = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-zio_freezio"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-zio_freezio-squashfs-sysupgrade.bin"; + sha256 = "1fd4c74d3d092c29c21c33cff56902fe4ac1769be108c23a9a826f3eccf6c30b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-zio_freezio-initramfs-kernel.bin"; + sha256 = "ffd15ef87187a4f69f19ce664bef08ebe582f71933cbd0a97d08fc3ce83476bc"; + type = "kernel"; + } + ]; + supported_devices = [ + "zio,freezio" + ]; + titles = [ + { + model = "FREEZIO"; + vendor = "ZIO"; + } + ]; + }; + zyxel_nr7101 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "uboot-envtools" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-zyxel_nr7101"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-zyxel_nr7101-initramfs-recovery.bin"; + sha256 = "67f35ced8b3180f4fd3e9eccf154ed477706fa04f53dea0558a2f7e5f7887e05"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-zyxel_nr7101-squashfs-sysupgrade.bin"; + sha256 = "e6ea81cbcecd5f588cae366e16accb661b1ddb57a3436858e34d8972ef80c6fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nr7101" + ]; + titles = [ + { + model = "NR7101"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wap6805 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7621-qtn-rgmii" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt7621-zyxel_wap6805"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt7621-zyxel_wap6805-squashfs-sysupgrade.bin"; + sha256 = "6cff9e1e579dfbc60bbdb974fed1ed5f1fe25c2034b3cbe00e69d113ba860f02"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt7621-zyxel_wap6805-initramfs-kernel.bin"; + sha256 = "bcda719254e11bd0896e49480f76aff46e85bb4c408b5c12a6ae9fbd5747d8c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,wap6805" + ]; + titles = [ + { + model = "WAP6805"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "ramips/mt7621"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-mt7603" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-alfa-network_awusfree1-initramfs-kernel.bin"; + sha256 = "78014a7ef87e8cc099cb4abe8f64e7e6ffbde5a5795dc786eb383d0aa8e42721"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "46653604b1423fa54769e6c574a949376ee882ecf5d58789297c5856ad5bc341"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + "awusfree1" + ]; + titles = [ + { + model = "AWUSFREE1"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rt-n10p-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-asus_rt-n10p-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-asus_rt-n10p-v3-squashfs-sysupgrade.bin"; + sha256 = "afe3a5fdafdd5f3b3c87d1ae5b00fb32358afecab8b4135ff52438c63e7aa65e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-asus_rt-n10p-v3-initramfs-kernel.bin"; + sha256 = "29c72faa4299e543aa771f5a2eb8542e638f9a4eda7aea091c9b7b9179c819b2"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v3" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "V3"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n11p-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-asus_rt-n11p-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-asus_rt-n11p-b1-squashfs-sysupgrade.bin"; + sha256 = "fb1d92adb2d28f14f0e9b3f0f88a040d042c994fe46a8362216230487c0a7cff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-asus_rt-n11p-b1-initramfs-kernel.bin"; + sha256 = "04fbd840120cedbda4c7505455eb7c29f84c92312b8d482fe3be0cc26c79c1ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n11p-b1" + ]; + titles = [ + { + model = "RT-N11P"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12-vp-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-asus_rt-n12-vp-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-asus_rt-n12-vp-b1-initramfs-kernel.bin"; + sha256 = "dc64dfc5158985e0072f2001c3f52a300bad11212241c2e60e8e7614aeca57b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-asus_rt-n12-vp-b1-squashfs-sysupgrade.bin"; + sha256 = "5ba9806b4a723a561d3efd1caf2c460ef59cb9131423bd6bd351b29c2f00f218"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n12-vp-b1" + ]; + titles = [ + { + model = "RT-N12 VP"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + buffalo_wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-buffalo_wcr-1166ds"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "b1b330e2bce0d99884c4ef1575f1b0ec2aaddaa38409c1417e99df0c7b7e971e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-factory.bin"; + sha256 = "d8a1af82690ea3a93cea3cb4341c87140b096233c5f4d8bd196df672596716b2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-buffalo_wcr-1166ds-initramfs-kernel.bin"; + sha256 = "4aa70e5f1ca2af80c0ba0964da9127b62c7e51c27a71fc8be6731cd215d21c32"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wcr-1166ds" + "wcr-1166ds" + ]; + titles = [ + { + model = "WCR-1166DS"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-cudy_wr1000-initramfs-kernel.bin"; + sha256 = "8be10508e24dcb47590c476f937945107acb58b7ba757b5fa31cb75bbb4dfb22"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "f691d9dc68e750f754ae5908aee145946fcf4965e74f0b55cc810110027876a4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "9d900fb180163257c4fdb40d5dc954e39b5267553aee858e234ad061b67ab9d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + model = "WR1000"; + vendor = "Cudy"; + } + ]; + }; + d-team_pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-d-team_pbr-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-d-team_pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "2cc70a1981881a4d2e0c896e5aa422a726cca35b5c78037bd88203a22304bd29"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-d-team_pbr-d1-initramfs-kernel.bin"; + sha256 = "1d49126aa8c45d821138c326c7f9d8fafa767dcf922c510bb5347c7c76869e80"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,pbr-d1" + "pbr-d1" + ]; + titles = [ + { + model = "PBR-D1"; + vendor = "PandoraBox"; + } + ]; + }; + duzun_dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-duzun_dm06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-duzun_dm06-squashfs-sysupgrade.bin"; + sha256 = "4cb9158965b0b8303c624805dff400442f2d0c13ba0973120774a068643b5c2d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-duzun_dm06-initramfs-kernel.bin"; + sha256 = "9d1632dad9597294a191e0d02a74bfbf23ccb97a087a919ab87f6fb63c14666c"; + type = "kernel"; + } + ]; + supported_devices = [ + "duzun,dm06" + "duzun-dm06" + ]; + titles = [ + { + model = "DM06"; + vendor = "DuZun"; + } + ]; + }; + elecom_wrc-1167fs = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-elecom_wrc-1167fs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-elecom_wrc-1167fs-squashfs-sysupgrade.bin"; + sha256 = "92229ba4fc62954f8f7a0690b95b767af922b740e31f4e54afd3f4f00a2e63e0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-elecom_wrc-1167fs-squashfs-factory.bin"; + sha256 = "74744651166784170423c4989045b451b310aa2d0478f4cca1bab93f7f84ffb4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-elecom_wrc-1167fs-initramfs-kernel.bin"; + sha256 = "f60281dc178e05b00c90b93678108f522bb7467c78e450c570a61aa8dc980605"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167fs" + ]; + titles = [ + { + model = "WRC-1167FS"; + vendor = "ELECOM"; + } + ]; + }; + glinet_gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-glinet_gl-mt300n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "6df048cf2f9ace47e8f6494cc5b4ed73669ce86302caef4168ce5e5146052e63"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-glinet_gl-mt300n-v2-initramfs-kernel.bin"; + sha256 = "6572aaaaa5a1cee3999a5ee16fbf3318a2fad622d124a44f8abab66ab663dcaa"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n-v2" + "gl-mt300n-v2" + ]; + titles = [ + { + model = "GL-MT300N"; + variant = "V2"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_microuter-n300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-glinet_microuter-n300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-glinet_microuter-n300-squashfs-sysupgrade.bin"; + sha256 = "4bb98d4cbb1d480c5271d9f0ee08a2cda63a5fd5dd947f20a7b7bd4036dedfca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-glinet_microuter-n300-initramfs-kernel.bin"; + sha256 = "d75a7b1de34bbdc06fcf7098d2e3364cfa361b09e486360b56107bbe796ade50"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,microuter-n300" + "microuter-n300" + ]; + titles = [ + { + model = "microuter-N300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "d9679649a77f2c656761010c0880ced519555c3dc87556e203c76a6955ffd9ee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-glinet_vixmini-initramfs-kernel.bin"; + sha256 = "f71490d434d7129c5443613c6aabe4ed425692700a4dc39ba4ad0b3e95d3dd2c"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + model = "VIXMINI"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_wifi-pineapple-mk7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-hak5_wifi-pineapple-mk7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-hak5_wifi-pineapple-mk7-squashfs-sysupgrade.bin"; + sha256 = "1210d0fdfda31f4a706d00a46700a055bfdd5340b7ec2df1691b6e3dd9d5eff2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-hak5_wifi-pineapple-mk7-initramfs-kernel.bin"; + sha256 = "455520a2629a55159ba5b38450c7ea6d03ea574ca0b8eeb4cba0a57e7eaade6a"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-mk7" + "wifi-pineapple-mk7" + ]; + titles = [ + { + model = "WiFi Pineapple Mark 7"; + vendor = "Hak5"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-hilink_hlk-7628n-initramfs-kernel.bin"; + sha256 = "5ece7dea126dfbfb52421e28dc4a6045e5f4ef29ee5e6d33c1f9663396ab4d43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "264bdf58b5c057d8d7337578955c7f512fd8eff8884156caeade8d75c5aa504b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + model = "HLK-7628N"; + vendor = "HILINK"; + } + ]; + }; + hilink_hlk-7688a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-hilink_hlk-7688a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-hilink_hlk-7688a-squashfs-sysupgrade.bin"; + sha256 = "42acee3d487226f3acb070bb2f77c9091b1804b4e6b87d7c734f9f2088500da5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-hilink_hlk-7688a-initramfs-kernel.bin"; + sha256 = "2ef4dc3e04cdb882b78f71dda574caeb8e688cef3617700635a59ca34d028ec5"; + type = "kernel"; + } + ]; + supported_devices = [ + "hilink,hlk-7688a" + ]; + titles = [ + { + model = "HLK-7688A"; + vendor = "Hi-Link"; + } + ]; + }; + hiwifi_hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-hiwifi_hc5661a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-hiwifi_hc5661a-initramfs-kernel.bin"; + sha256 = "0f5993e596e39024be0eaa6f6da17faf6841c702383268c76b880884d799ae4c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-hiwifi_hc5661a-squashfs-sysupgrade.bin"; + sha256 = "73f9e493a3c3ac3b7488c66256e9728e9250d17f0b5b73201aaf98c2161a5198"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5661a" + "hc5661a" + ]; + titles = [ + { + model = "HC5661A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761a = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-hiwifi_hc5761a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-hiwifi_hc5761a-squashfs-sysupgrade.bin"; + sha256 = "fcb1771a82f7ab640d5801870b2ee6a77c464e6deb7075367bfcdead07127fdb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-hiwifi_hc5761a-initramfs-kernel.bin"; + sha256 = "649a3b2c9865ba27cbea972926a167f37874180f97148053b60ed59f8462311a"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5761a" + ]; + titles = [ + { + model = "HC5761A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-hiwifi_hc5861b-initramfs-kernel.bin"; + sha256 = "415100f3e52a5c4537117855c269c0c8fae50e02b096018a8e93bba60b4fbbd8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "54c2bdd3f3ae02a214623d5642328115d6317b7c06712bae4f8a1e7b95be9cff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + model = "HC5861B"; + vendor = "HiWiFi"; + } + ]; + }; + iptime_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-iptime_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-iptime_a3-initramfs-kernel.bin"; + sha256 = "692b6bfdeed5127230c31d9efdf6328dd395f79cdb1df66a39d8086cf9654aa6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-iptime_a3-squashfs-sysupgrade.bin"; + sha256 = "7f389d222154d0d95e40d7942ffb34067ec82d1290f979fb05d2b8e341c7516d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a604m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-iptime_a604m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-iptime_a604m-initramfs-kernel.bin"; + sha256 = "365655747fd9c67c79d6aaf7fab472248ae9c9e764a000dba18052347004506b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-iptime_a604m-squashfs-sysupgrade.bin"; + sha256 = "09257c9b68128e48035fa54365f68000de5516b976c3d5a72c28246800a48237"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a604m" + ]; + titles = [ + { + model = "A604M"; + vendor = "ipTIME"; + } + ]; + }; + jotale_js76x8-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-jotale_js76x8-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-jotale_js76x8-16m-initramfs-kernel.bin"; + sha256 = "370ed9057456851fc8a1869f451dae233c1d703e3fc03c512f1a93a6305ae06f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-jotale_js76x8-16m-squashfs-sysupgrade.bin"; + sha256 = "5cda17358824ddc5169de853984adcf14da57356f8a148722ed053004532fef7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-16m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "16M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-jotale_js76x8-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-jotale_js76x8-32m-squashfs-sysupgrade.bin"; + sha256 = "b5f298f00b1424577d46cb4a8c6b050abaf69803318337f55a4ec6fdd2203d73"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-jotale_js76x8-32m-initramfs-kernel.bin"; + sha256 = "59ae2585e98aba634da3f902b18f1afb580f95fa8024f38614f44268cb14b562"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-32m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "32M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-jotale_js76x8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-jotale_js76x8-8m-squashfs-sysupgrade.bin"; + sha256 = "4db448af1d103fa8c7f3951e96fb275e9aae2be40ca8d3379a2cc316ea69aa90"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-jotale_js76x8-8m-initramfs-kernel.bin"; + sha256 = "5cb4e2cdea602b089f5b778027358ee68c86bf0e181358b8fbd83ddaba7cc082"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-8m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "8M"; + vendor = "Jotale"; + } + ]; + }; + mediatek_linkit-smart-7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-mediatek_linkit-smart-7688"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-mediatek_linkit-smart-7688-squashfs-sysupgrade.bin"; + sha256 = "973329d60aa71ef028c326852a23255215a6c4fb8b7126776255a61a349f4a4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-mediatek_linkit-smart-7688-initramfs-kernel.bin"; + sha256 = "fdc4e488b06ba7a605e38c5a30a381f1628c08641aa480f809e8be78aabc0418"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,linkit-smart-7688" + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + model = "LinkIt Smart 7688"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7628an-eval-board = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-mediatek_mt7628an-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-mediatek_mt7628an-eval-board-initramfs-kernel.bin"; + sha256 = "5ca7a1277a4697e371fb5bf0dd9f31f3a328e036519e0d07d98c173467553b87"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-mediatek_mt7628an-eval-board-squashfs-sysupgrade.bin"; + sha256 = "3745e55478bd356c6b5c119ef3fec5e6c61d36e363d60d33fef694a8cb4c88e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7628an-eval-board" + "mt7628" + ]; + titles = [ + { + model = "MT7628 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercury_mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-mercury_mac1200r-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-mercury_mac1200r-v2-initramfs-kernel.bin"; + sha256 = "f0f7205fdb3c01601b329c17f41bf19caf58dab4c2f26aef34af605a62db6c75"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-mercury_mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "6adf1b0fe79e3fccbb531c580ac46c477c77940cfd7b1a8ac84e26c07532dfff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mercury,mac1200r-v2" + "mac1200rv2" + ]; + titles = [ + { + model = "MAC1200R"; + variant = "v2.0"; + vendor = "Mercury"; + } + ]; + }; + minew_g1-c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-cp210x" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-minew_g1-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-minew_g1-c-squashfs-sysupgrade.bin"; + sha256 = "4b908e72689e00e7136baad816fcb246d79958834d18b5f4bc4f73b81f126a5b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-minew_g1-c-initramfs-kernel.bin"; + sha256 = "585c44dbfd163901a31320fa8a39daacf3098cbdc6a6ea7b14d642dcf522694a"; + type = "kernel"; + } + ]; + supported_devices = [ + "minew,g1-c" + "minew-g1c" + ]; + titles = [ + { + model = "G1-C"; + vendor = "Minew"; + } + ]; + }; + netgear_r6020 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-netgear_r6020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-netgear_r6020-squashfs-factory.img"; + sha256 = "5dde73d81e77f5caead1bbc043a462acf1c11bdf101d762d7ed07ae8a41fe31d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-netgear_r6020-squashfs-sysupgrade.bin"; + sha256 = "12c9f9f4a81eccd7fe96050c18499cca592223f02e82a2be6e4f714afdd22840"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-netgear_r6020-initramfs-kernel.bin"; + sha256 = "b92104d7f72f4b0614913c0d06d3e86f81fb4638191f8c8ca6ed708c65cf80df"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6020" + ]; + titles = [ + { + model = "R6020"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6080 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-netgear_r6080"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-netgear_r6080-initramfs-kernel.bin"; + sha256 = "274a35434eb3391a3ffc38e8e454d98f7b55ff72d09fd0d5f3d289c09c4f5f91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-netgear_r6080-squashfs-factory.img"; + sha256 = "0eb4b06c9256e3a7cfd7ea53d0be039e08fa8cb80bb8a0d7d34fd5c1fee8c4a8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-netgear_r6080-squashfs-sysupgrade.bin"; + sha256 = "3a3aacfd4c3d260f4bece135cf8a2d4eb5ef90f9ba76b71386fd2159072dfe1d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6080" + ]; + titles = [ + { + model = "R6080"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "b7f506363894f2badfed557994dbc3974d63945b3efebb1eafdd6b04a4caddb6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "c21d25c423874752bf9320d2ee1226b35c013fa6abf2a1b8e0cd0a81cad038e3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-netgear_r6120-initramfs-kernel.bin"; + sha256 = "aa56057ea83ecd978d12f219eadc0646bf7b53106824056d8a9cfcec0fc27a4d"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + model = "R6120"; + vendor = "NETGEAR"; + } + ]; + }; + onion_omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-onion_omega2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-onion_omega2-squashfs-sysupgrade.bin"; + sha256 = "5272cf72f5e562e33bef4d34a8a02115f61d3cb5c291ab6b23545e4d965ce205"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-onion_omega2-initramfs-kernel.bin"; + sha256 = "6ed433208db59efe65585e143410353ddde2c8b402eb66605c9bf4c807ae1fff"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega2" + "omega2" + ]; + titles = [ + { + model = "Omega2"; + vendor = "Onion"; + } + ]; + }; + onion_omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-onion_omega2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-onion_omega2p-initramfs-kernel.bin"; + sha256 = "b7498c0e8aac1f6995cd1fc11ec1795897a571191560a1ae93e84e0534891be4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-onion_omega2p-squashfs-sysupgrade.bin"; + sha256 = "80b655fb26d33ea5a1cf72c1accfcb68e1a4d7e7b1d51321fc47fb42bd8fb4e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2p" + "omega2p" + ]; + titles = [ + { + model = "Omega2+"; + vendor = "Onion"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "7b646778a4d8e8bb2742ae75f9b69bb4dfd8edbd025d02207cd4c0313aacfe26"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-rakwireless_rak633-initramfs-kernel.bin"; + sha256 = "356ae480e1bc3d19dc3593622ec97b5600b2c0272a1e88863df8291d12866f47"; + type = "kernel"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + model = "RAK633"; + vendor = "Rakwireless"; + } + ]; + }; + ravpower_rp-wd009 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-i2c-mt7628" + "ravpower-mcu" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-ravpower_rp-wd009"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-ravpower_rp-wd009-initramfs-kernel.bin"; + sha256 = "b64bb0cf5885feff9dc3f7c6c34ef53f53ace4d65cc9dcef881f2c4be24d06b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-ravpower_rp-wd009-squashfs-factory.bin"; + sha256 = "a3ec21d7e5fd0106e166052d9a45e154d29644d6713522550cc72221f80c0398"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-ravpower_rp-wd009-squashfs-sysupgrade.bin"; + sha256 = "d6c1d03e31b6be25e1d00ca31d45765f1ca83498e2e2d5cd7d9fe858c6e8d04d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,rp-wd009" + ]; + titles = [ + { + model = "RP-WD009"; + vendor = "RAVPower"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "c1e60ef272b0011addf4b771e1dba70f412303938de6fced4f2915586445428f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-skylab_skw92a-initramfs-kernel.bin"; + sha256 = "68e2daaa04cb535cf4450ae6cc6bcf2d39adf85c3f84deae7f23e4f441053ef0"; + type = "kernel"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + model = "SKW92A"; + vendor = "Skylab"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tama_w06-initramfs-kernel.bin"; + sha256 = "7885de92dbe783808ee1603481f8f54dc8f8ae5eb4398ab9494d482a78c6ee19"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "67dd17b8f862b67d16c4cc7dfa56124e80bdb41116595725dea4689611ca1560"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + model = "W06"; + vendor = "Tama"; + } + ]; + }; + totolink_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-totolink_a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-totolink_a3-squashfs-sysupgrade.bin"; + sha256 = "7d2b16e52cae24b43faf15382fca3809b1fae367938807401263cf30aceea838"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-totolink_a3-initramfs-kernel.bin"; + sha256 = "0d14b734a7880aa27c1b5f9388890785c3adc93d74e70352b19119e0eba088b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "d6e11ffb9300a01eb0e35b52abbc6419f5a049e99f28907bdbf519113d52cafd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-totolink_lr1200-initramfs-kernel.bin"; + sha256 = "00023d9121e2795001eeda7067b33e221b4612ec89a4dfe01b996c2ed64695de"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + model = "LR1200"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_archer-c20-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_archer-c20-v4-squashfs-sysupgrade.bin"; + sha256 = "2872f740a2fe572d34392bfcff63294f99a02e9b7c29bce9728c53bddd0d6332"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_archer-c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "ac439a524ff984a4811225cba1af2442d51a42c4e9876737a3114eeef03037c0"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_archer-c20-v4-initramfs-kernel.bin"; + sha256 = "2efe03e3dc668cfc339abee837bdeb8a09d02e995cbcd93251652716f1c4f1d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v4" + "tplink,c20-v4" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v5 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_archer-c20-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_archer-c20-v5-initramfs-kernel.bin"; + sha256 = "27fd9423d552eff88e51c95ec782c7f7ef1ce4063539e5e590f295beada4ba69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_archer-c20-v5-squashfs-sysupgrade.bin"; + sha256 = "e271b917c568760cce490f3fc0da7cbe4a097bba3a0539a6bb3ff00f4b428dd2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v5" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_archer-c50-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_archer-c50-v3-initramfs-kernel.bin"; + sha256 = "897c9cb45104e13d0433ce269dee08f214bab3b3542a87fd7d272c75259a8db4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_archer-c50-v3-squashfs-sysupgrade.bin"; + sha256 = "b2541e10af69642d8327e5492567cb05eb585d4d866edceda2d7ba3e5cb80aa2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_archer-c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "03f2f2b7a6e260925cb634179e94c8559afe2d7b0aa8fd0ac2075d316a6ae2ed"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v3" + "tplink,c50-v3" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_archer-c50-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_archer-c50-v4-initramfs-kernel.bin"; + sha256 = "977d761bea77c2aba8cf0d5a5a625ca92f66622ab69246e93670c2c3f2b66506"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_archer-c50-v4-squashfs-sysupgrade.bin"; + sha256 = "ca990ecfc8bde2265346a93cc61616956865e4d8d75dfed71708835adc6800fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v4" + "tplink,c50-v4" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_re200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_re200-v2-squashfs-factory.bin"; + sha256 = "3018c3b6a5e827a6c2d0cd68d717ff11467d058e28a99cb750a877413e53efb9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_re200-v2-squashfs-sysupgrade.bin"; + sha256 = "2acdf333b1b796f23d1f81589f19b8a09d43a12f9df89e9bd6acc3a1eae0d8a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_re200-v2-initramfs-kernel.bin"; + sha256 = "2d61e635fe364b44479951093074df683519737063fc572d0b8e6c53e99fc5c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v2" + ]; + titles = [ + { + model = "RE200"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v3 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_re200-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_re200-v3-squashfs-factory.bin"; + sha256 = "92a8122076e980b0005a69e221c20ff59ec569b806a12e4078698b4ae4a5cea3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_re200-v3-squashfs-sysupgrade.bin"; + sha256 = "7f2831999dd4790e6ab2b5982a78332d92cba3d4fd4d10ceaa878247c61bdca4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_re200-v3-initramfs-kernel.bin"; + sha256 = "67881c5e4f46b79a2e5625de23b02cb21e9f8529e9149cfafced6e9b3e739332"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v3" + ]; + titles = [ + { + model = "RE200"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_re200-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_re200-v4-squashfs-sysupgrade.bin"; + sha256 = "472703a4244ee9b7a55a6c86cfcceb7560ef4848f4297fdc8b5f228fce3afa30"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_re200-v4-initramfs-kernel.bin"; + sha256 = "348f85853d36d5e9dd36946fcac3f7245f4344949b675a4beed122f6f295b141"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_re200-v4-squashfs-factory.bin"; + sha256 = "8c1fd91350c5f0c60fec5f215a7904eda5925d7ca046e3c6e550f6577e0b13ae"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v4" + ]; + titles = [ + { + model = "RE200"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re220-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_re220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_re220-v2-squashfs-sysupgrade.bin"; + sha256 = "8162a2dc8219ba340c2c7e8a81757ef201067b355d4a7dcff749dde5c17b4c3e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_re220-v2-initramfs-kernel.bin"; + sha256 = "c2e7fb7bb08cc8ef8d686ca95b1c75a46e49723ba965612d5e412d8212740ccf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_re220-v2-squashfs-factory.bin"; + sha256 = "347fda639b1d80c88e7a8e3858ab5c4ff1bdaf41375af65822db04be27c2f1bd"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re220-v2" + ]; + titles = [ + { + model = "RE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_re305-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_re305-v1-initramfs-kernel.bin"; + sha256 = "74fae7964a38d0c6ba994254dc186b2e898097ea1d2c6a60f3e648cadb405cdb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_re305-v1-squashfs-factory.bin"; + sha256 = "3da76f3da6a56923bfba49ab41476f46b31ccb05917a93097be07554e35ecd32"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_re305-v1-squashfs-sysupgrade.bin"; + sha256 = "cf4fe76fe0d5c7ff7c13b2ad293e11270edd309d6ec48b35cd47260d33cd3353"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re305-v1" + ]; + titles = [ + { + model = "RE305"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "9bac04e52c972ea7fb91d341dfdaee824f66f4a6e3069e3315629422725d181b"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-mr3020-v3-initramfs-kernel.bin"; + sha256 = "433899fdc7a376b1ddcef76b722cac190c455e366d2a66b242bdba1866b823b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "03a0cf31530923d9cac5d3b461ebe0f9ae6fdd5c4d14db4505d04451e0341dc9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + model = "TL-MR3020"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-mr3420-v5-initramfs-kernel.bin"; + sha256 = "7cc7547806067f73324c092c9284efb9c8cee8f8c6c1ebffee2d8ca12944ea3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "2b05b4eb6f965ba1db0296294b6996531a0fe362849c0dd962b901cade78474a"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "76c059a455ee355f820b10c79585562ad45258d622360c75fd4b98e1c90f75b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + model = "TL-MR3420"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-mr6400-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-sysupgrade.bin"; + sha256 = "184b85cb9063366a093572fb4b71ac9a1a547d9b8e9638401f453e7693e33878"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-tftp-recovery.bin"; + sha256 = "862aa167eccce8725009a8aa418eac2ea6aaa05d2f53d564c1c55e9241d1568a"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-mr6400-v4-initramfs-kernel.bin"; + sha256 = "baee57e1fa4de8d813be0a0feafbde604b74eb9a9659b64a678f3a27800bd7b7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v4" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-mr6400-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-sysupgrade.bin"; + sha256 = "4b92f2868394ab3ee9d15ea218d0836fc1ceb131fad82dee2b12fe66b5db21c6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-tftp-recovery.bin"; + sha256 = "a1934b8e0e924d92fb8158bff7a1cf008ce98a1349eb61d4b57e145107bd2e49"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-mr6400-v5-initramfs-kernel.bin"; + sha256 = "def758cf73a22fe7b4cb3c669b4b88d0902382c3edf0767223e68d77250c13a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v5" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "5d51e76e6718c5a8a8788ea98080e5ebb16c5d65eec00e0e8eab49eaa1cc3583"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wa801nd-v5-initramfs-kernel.bin"; + sha256 = "953115f7d4c92e62aa066351edb1e93c5aa6ea37232eaa1528b20e9da2f53842"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "d5272fcd0d0a028835b71ef1793dd885be243a32b504e2df57d3df481badebcd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + model = "TL-WA801ND"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr802n-v4-initramfs-kernel.bin"; + sha256 = "c2051074ab48c4dc7e76fd38ab3f91173b5a49d5ccd44c40bf5261e09fc26605"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "f1068d2d77672b121ef55cbc6ab4195a08268958d2728c2b869b119ea3e8ed60"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "53fe49787f34fd0a1eee453a524ad02707fc66eb1052de25f8ecb669dd5bebbc"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + model = "TL-WR802N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr840n-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr840n-v4-initramfs-kernel.bin"; + sha256 = "af37d11272be096a125b9efe7d48cc46e41a6d52276fddaae1441a4833380d92"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "6ee33c383b8c261af30b0b787b6a0f46e762b0c21ba3ef48ec4fb8844d64378e"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "26d905448deed2cda20d94b29220b2f98c0522f80ac5de896488bcd06f77cb18"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr840n-v4" + "tl-wr840n-v4" + ]; + titles = [ + { + model = "TL-WR840N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr841n-v13"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "869a6a0fed0df1cef65a492f57953e1de7cc531825ce4a1f890d148b31bec78d"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr841n-v13-initramfs-kernel.bin"; + sha256 = "26801440f5412cec54c3e567552a60b288a5aae762ad65385fd798b9c7359cc8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "dec6bc08ace2eb551d0efc2c3741e1617dcb1cb1cfc6f9a0193ed9035ae7251c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr841n-v13" + "tl-wr841n-v13" + ]; + titles = [ + { + model = "TL-WR841N"; + variant = "v13"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "b3383503a64ae6c6ba7270cccbf774c3e7d9b112a1d3ab0b31b0da8a8c082c09"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr842n-v5-initramfs-kernel.bin"; + sha256 = "a3929c1bbbb51cd4734b4c4a25ed6f11c183691b4f3c26d0a9502f4ebdc0db34"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "d1d9d8c93ae3683c00bb93ffa8af435622c1645fa9ea042e43e8757e3f03885f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr850n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr850n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-sysupgrade.bin"; + sha256 = "9e07754fa9f1071741fbb451c61bfa2468e9de50255d252a780d8e39c208968b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr850n-v2-initramfs-kernel.bin"; + sha256 = "c7f545eb16a8858b95017318d2975bdc2806281247968f4f63ca7c89eafc0af9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-tftp-recovery.bin"; + sha256 = "0342714402375c5f55c4ec1f029964b193546db37b89f2622c21648d4117cff9"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr850n-v2" + ]; + titles = [ + { + model = "TL-WR850N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "7ba9354460b4b12289236d2d3b378290bc1eb01117f9020e64b4946f8b353fa0"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "52ebb784f7ccbb11766c057f4c4d33a3750ec2c82b64de9ffbcdd45d0480dd99"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-tplink_tl-wr902ac-v3-initramfs-kernel.bin"; + sha256 = "57ab4d2cb27bfb9f0d18f853d12dfc140572515e9df7f65f963eb8f14f2aacdc"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + unielec_u7628-01-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-unielec_u7628-01-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-unielec_u7628-01-16m-initramfs-kernel.bin"; + sha256 = "95f5bb2bdeff576474facedaed136cbaec1f5d852be969358cdd52e0bf6dfbae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-unielec_u7628-01-16m-squashfs-sysupgrade.bin"; + sha256 = "606cfac602f9225a0b2f7e867cb43e6458df052314d30de5ee40faaff6df97ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7628-01-16m" + "u7628-01-128M-16M" + "unielec,u7628-01-128m-16m" + ]; + titles = [ + { + model = "U7628-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + vocore_vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-vocore_vocore2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-vocore_vocore2-initramfs-kernel.bin"; + sha256 = "61fe6192512bcb79217f0ed47a9649c1bdd76f7ac49c91ea719b48fb9f26fd0a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-vocore_vocore2-squashfs-sysupgrade.bin"; + sha256 = "4e249651b4e81ba5a612dfe6fb4e6039f69b7ac83991b6f0a21322dc3157a620"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore2" + "vocore2" + ]; + titles = [ + { + model = "VoCore2"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore2-lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-vocore_vocore2-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-vocore_vocore2-lite-squashfs-sysupgrade.bin"; + sha256 = "4052048e73b88da6708d641b5b22d33a2a5357f02cd2192d4af0b3266799c27b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-vocore_vocore2-lite-initramfs-kernel.bin"; + sha256 = "72d01384ab4347b4f1fdba26a7fa61abf58ae889e21fcfe989bd38a824e87037"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore2-lite" + "vocore2lite" + ]; + titles = [ + { + model = "VoCore2-Lite"; + vendor = "VoCore"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-wavlink_wl-wn570ha1-initramfs-kernel.bin"; + sha256 = "e91460eebd505454d2ed966795d580f810e6bec7f59054a5f17ceb501c1b4c3d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "8c9c0e0e51fe3e20326e5b6044d4034d543cb7b904026a74ff2cf512b7afebe8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + model = "WL-WN570HA1"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-wavlink_wl-wn575a3-initramfs-kernel.bin"; + sha256 = "9a9df7e2f04b4501792514e8bfe59c1d9d84737f0b57aa367fc7d200e27e2181"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "4182df0d79a0ec7fe0cb3fa41f00108d0c624bd44bc627d8c93420ab8544128d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + model = "WL-WN575A3"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn577a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-wavlink_wl-wn577a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-wavlink_wl-wn577a2-squashfs-sysupgrade.bin"; + sha256 = "13b296f8d89ce6fce3af89aa28ba2cc3edf2dba23bd865a983cb677969c2c72d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-wavlink_wl-wn577a2-initramfs-kernel.bin"; + sha256 = "2cc0f6079511b19cb7107324d2fc1943f5f8c89e4a0e89976143823869b352c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn577a2" + ]; + titles = [ + { + model = "WL-WN577A2"; + vendor = "Wavlink"; + } + { + model = "WLR-755"; + vendor = "Maginon"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-widora_neo-16m-initramfs-kernel.bin"; + sha256 = "8c8fb9eeec964128765b76088d714414274fea3e079b8917ab50042d6a98f069"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "78b4ea49615bec0bbb99b1f84b521c2e0c29946200a010fdabf7630a5e8755b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "16M"; + vendor = "Widora"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-widora_neo-32m-initramfs-kernel.bin"; + sha256 = "8745a58b4eadbd3366dae7342bddedfd1273af54d9a20c44af7adad21b1a7bf2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "b248b6cb457c9fcaedbb8c239ef0cba2c587715a4537075346dfc1e901aa1720"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "32M"; + vendor = "Widora"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "b4857559cb0fd1b135222e93bc6343b441d01c533d81ad5c97424ef234861d26"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-wiznet_wizfi630s-initramfs-kernel.bin"; + sha256 = "8d00a1356ad4d69b94e261f408dabc8ada178c42ea850bfed70470cb2115e6b5"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + model = "WizFi630S"; + vendor = "WIZnet"; + } + ]; + }; + wrtnode_wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-wrtnode_wrtnode2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "8c4877b326d96e8ada450315a04a5410770a6b9cdd7f0a5d996b5cc451d70d15"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-wrtnode_wrtnode2p-initramfs-kernel.bin"; + sha256 = "6f191e58e620606d30b7d814f6c83f377e55c61eb573fb31748c508cc0646881"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2p" + "wrtnode2p" + ]; + titles = [ + { + model = "WRTnode 2P"; + vendor = "WRTnode"; + } + ]; + }; + wrtnode_wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-wrtnode_wrtnode2r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-wrtnode_wrtnode2r-initramfs-kernel.bin"; + sha256 = "b19fefc4452a0913487573d8e97492ebb27845243f1b2282f73d216e4917022a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-wrtnode_wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "3b13cc26dd82765bfdceb496629662b71440d38450e4dc8f3f4dc165deef5a1d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2r" + "wrtnode2r" + ]; + titles = [ + { + model = "WRTnode 2R"; + vendor = "WRTnode"; + } + ]; + }; + xiaomi_mi-router-4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-xiaomi_mi-router-4a-100m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin"; + sha256 = "a4280dd8a48fbf8baff61493ab1f63b534c3f3ef05f39352ae6059d641258f1d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-xiaomi_mi-router-4a-100m-initramfs-kernel.bin"; + sha256 = "5b906883b1d078ed25d9b9b21fe34dee7454ba7dd14205b73c7b1cc29bcc1f18"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m" + "xiaomi,mir4a-100m" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-xiaomi_mi-router-4c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-xiaomi_mi-router-4c-initramfs-kernel.bin"; + sha256 = "f6dc9447b2b4a1a0babc9866f7f2dd5a19f5cbf24f290890119a47b42cc083ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-xiaomi_mi-router-4c-squashfs-sysupgrade.bin"; + sha256 = "a87d1a6ab8bfc85b73c7a1d85ac03316056b011b12165c41eae4d9665741c415"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4c" + ]; + titles = [ + { + model = "Mi Router 4C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-nano = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-xiaomi_miwifi-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-xiaomi_miwifi-nano-initramfs-kernel.bin"; + sha256 = "173a2044f104ab9dca1430d4dc53707c51cae1a33f3d56d47a47a227f205df4b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-xiaomi_miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "e06c8637287ca5b825bf04b1c0c7d57d4ae45f468a4fd72d8ddada905948c1c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-nano" + "miwifi-nano" + ]; + titles = [ + { + model = "MiWiFi Nano"; + vendor = "Xiaomi"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "5e0f75e74f376575248222cdbf867a1ccce8485b700689bf56977b6d78bf424f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-zbtlink_zbt-we1226-initramfs-kernel.bin"; + sha256 = "a840bc47192e43918025fb6eaa586b42e538de56bed8743d5209f23e6f3a21c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + model = "ZBT-WE1226"; + vendor = "Zbtlink"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "57a54bf9f06e38057e9bddd08193b85915f6fa40f7acf3e0ed7516d65a22067e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-mt76x8-zyxel_keenetic-extra-ii-initramfs-kernel.bin"; + sha256 = "231def690c929dbde2252b28239874203038cbeb07c994144a28fc1eda901557"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "8c46673afb5078722b455708c39f1ccec91a3ba269b7fff73d502ca1d0f3f10a"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + model = "Keenetic Extra II"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "ramips/mt76x8"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + belkin_f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt288x-belkin_f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt288x-belkin_f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "d86c63ba062646b4754aaf2d0aa839d54be820672ff3d35cc0421e36a52a515f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v1" + "f5d8235-v1" + ]; + titles = [ + { + model = "F5D8235"; + variant = "V1"; + vendor = "Belkin"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "ramips/rt288x"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "7links_px-4885-8m" = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-7links_px-4885-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-7links_px-4885-8m-initramfs-kernel.bin"; + sha256 = "a3f9ece2a1049afae9a2fc46f3d2562f075b2fb4cd8c29edaacfa2fc0f812d0c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-7links_px-4885-8m-squashfs-sysupgrade.bin"; + sha256 = "6ba41feb36740decd74a1d7b8d1c6bf1bc7ecbe92caf98c6cecf35c0c334fe64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "7links,px-4885-8m" + "px-4885-8M" + ]; + titles = [ + { + model = "PX-4885"; + variant = "8M"; + vendor = "7Links"; + } + ]; + }; + "8devices_carambola" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-8devices_carambola"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-8devices_carambola-initramfs-kernel.bin"; + sha256 = "9f3b9fc91a7af7747a4258325e07a861c544e2264ae9fe7304dedf28f9c9cbf0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-8devices_carambola-squashfs-sysupgrade.bin"; + sha256 = "3df3b8826434b33708c7fe2f4a8832540e57b789a46d68475326a7f75feec3ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8devices,carambola" + "carambola" + ]; + titles = [ + { + model = "Carambola"; + vendor = "8devices"; + } + ]; + }; + accton_wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-accton_wr6202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-accton_wr6202-initramfs-kernel.bin"; + sha256 = "4aff09b4a76be6e672df4dd9d8bc263bc86d57108deb52865eeebc92dfa32587"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-accton_wr6202-squashfs-sysupgrade.bin"; + sha256 = "42885a6f731dc4a18731e79ba14ff5440c4f678d8c00fb7b5d1fa705c0cb2f8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "accton,wr6202" + "wr6202" + ]; + titles = [ + { + model = "WR6202"; + vendor = "Accton"; + } + ]; + }; + alfa-network_w502u = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-alfa-network_w502u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-alfa-network_w502u-squashfs-sysupgrade.bin"; + sha256 = "c30fb8b23359e896ae4c82ac7470e472f07ab60f75b847ab2854ecc7588bbad0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-alfa-network_w502u-initramfs-kernel.bin"; + sha256 = "012c20a3d5d76bddc2e46d3e7da10cb9c47ac8bd3a69cf96f239042f5870f5c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,w502u" + "w502u" + ]; + titles = [ + { + model = "Networks W502U"; + vendor = "ALFA"; + } + ]; + }; + allnet_all0256n-8m = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-allnet_all0256n-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-allnet_all0256n-8m-initramfs-kernel.bin"; + sha256 = "f39db263e13c9867f789a1445676dad4ff9f8685953ebaa2d5fa9dee028b0830"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-allnet_all0256n-8m-squashfs-sysupgrade.bin"; + sha256 = "baaeb406b56dc9ba4dc164cbc630a5b044c3d2ce651706eacd01691e18f8434f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all0256n-8m" + "all0256n-8M" + ]; + titles = [ + { + model = "ALL0256N"; + variant = "8M"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5002 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-allnet_all5002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-allnet_all5002-squashfs-sysupgrade.bin"; + sha256 = "642524476a0c7123aa86ce935645c079c421a2d2e5d5774248a064820a4ea855"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-allnet_all5002-initramfs-kernel.bin"; + sha256 = "cda5dc300647847b1d3dbf2c820a8f4a7ee14c446aa0ebdbab06beb41b5307f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all5002" + "all5002" + ]; + titles = [ + { + model = "ALL5002"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5003 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-allnet_all5003"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-allnet_all5003-squashfs-sysupgrade.bin"; + sha256 = "4c35620c73858679a638cc40ea39d412dc576a4f47fb60148f0347ce9f71bc05"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-allnet_all5003-initramfs-kernel.bin"; + sha256 = "5cc8955c3a09d438c1e9b57ebb38dbc0749cb62a42701251046c82a36d23ec3b"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all5003" + "all5003" + ]; + titles = [ + { + model = "ALL5003"; + vendor = "Allnet"; + } + ]; + }; + alphanetworks_asl26555-16m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-alphanetworks_asl26555-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-alphanetworks_asl26555-16m-initramfs-kernel.bin"; + sha256 = "1286605fe20943d89cae5102456ba75d89e33d6cfb733310d04ab6cc66072b52"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-alphanetworks_asl26555-16m-squashfs-sysupgrade.bin"; + sha256 = "c4a1b852d9f21e7ec7c49d486a1dd57fe99d6a18797b9263feae8ff81d471975"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-16m" + "asl26555" + "asl26555-16M" + ]; + titles = [ + { + model = "ASL26555"; + variant = "16M"; + vendor = "Alpha"; + } + ]; + }; + alphanetworks_asl26555-8m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-alphanetworks_asl26555-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-alphanetworks_asl26555-8m-initramfs-kernel.bin"; + sha256 = "39a10163db73ae51a48b606bac8f37d54a6a245db4ff6f12588a807581ea27b0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-alphanetworks_asl26555-8m-squashfs-sysupgrade.bin"; + sha256 = "a2fcbbe6abb68b82f788e646534ed49e63e1f8aa6dead44d17c6c010cb26ca41"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-8m" + "asl26555" + "asl26555-8M" + ]; + titles = [ + { + model = "ASL26555"; + vendor = "Alpha"; + } + ]; + }; + arcwireless_freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-arcwireless_freestation5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-arcwireless_freestation5-initramfs-kernel.bin"; + sha256 = "f7a69b4aab2e97810b1d9a9cc9413d58ae3db3349a5d881b1e656c17d5e158e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-arcwireless_freestation5-squashfs-sysupgrade.bin"; + sha256 = "5ec7a21118e78846cbfeb8fce48a0a201aa50a850ee36ad9fda3f50047f03ecf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcwireless,freestation5" + "freestation5" + ]; + titles = [ + { + model = "FreeStation"; + vendor = "ARC Wireless"; + } + ]; + }; + argus_atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-argus_atp-52b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-argus_atp-52b-initramfs-kernel.bin"; + sha256 = "bfb10d474eb2e75c1b3e8c157adb188b3bbeca1e62cdd512d1d17f3afa31039d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-argus_atp-52b-squashfs-sysupgrade.bin"; + sha256 = "2d8f3c9dc6ddd2e353111aa47959ff12337f5c9387fcfec4ec2fcfa953859563"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "argus,atp-52b" + "atp-52b" + ]; + titles = [ + { + model = "ATP-52B"; + vendor = "Argus"; + } + ]; + }; + asiarf_awm002-evb-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-asiarf_awm002-evb-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-asiarf_awm002-evb-8m-squashfs-sysupgrade.bin"; + sha256 = "59884acd1417a9ab620fb0bd9f0caa972efdbed56975e81b66395e2269f25eb5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-asiarf_awm002-evb-8m-initramfs-kernel.bin"; + sha256 = "9d630bb48325bd4992ed589f3405e5f863a28ca838662557e90f52826c7f4e1d"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,awm002-evb-8m" + "awm002-evb-8M" + ]; + titles = [ + { + model = "AWM002-EVB/AWM003-EVB"; + variant = "8M"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-asus_rt-n13u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-asus_rt-n13u-initramfs-kernel.bin"; + sha256 = "0c9af1955c404421d2be4f7a5d5128dc7b16b7e3699d86f5e7104d39218f3f20"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-asus_rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "5b382ad0e1b91f9eb13fe78e23eb242f73101f5b0dc8125d7641ee4373bd0e7f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n13u" + "rt-n13u" + ]; + titles = [ + { + model = "RT-N13U"; + vendor = "Asus"; + } + ]; + }; + aximcom_mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-aximcom_mr-102n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-aximcom_mr-102n-squashfs-sysupgrade.bin"; + sha256 = "1f05d97393a1ed8e4f05879d469a12d6d183e2127ba2507e0b305b23aff45c6f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-aximcom_mr-102n-initramfs-kernel.bin"; + sha256 = "8710d16bc6d04617e9b196e052f9e871bb107508b1932299e94f772c28828095"; + type = "kernel"; + } + ]; + supported_devices = [ + "aximcom,mr-102n" + "mr-102n" + ]; + titles = [ + { + model = "MR-102N"; + vendor = "AXIMCom"; + } + ]; + }; + aztech_hw550-3g = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-aztech_hw550-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-aztech_hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "217be819b3ecdec6398917445b9b5ed8971a6225b92d101c1016fa430836ebd3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-aztech_hw550-3g-initramfs-kernel.bin"; + sha256 = "7c979c2b935b2feeb085bac176060a53f42aa08909c66234ce63cef9a57a4256"; + type = "kernel"; + } + ]; + supported_devices = [ + "aztech,hw550-3g" + "hw550-3g" + ]; + titles = [ + { + model = "HW550-3G"; + vendor = "Aztech"; + } + { + model = "ALL0239-3G"; + vendor = "Allnet"; + } + ]; + }; + belkin_f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-belkin_f5d8235-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-belkin_f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "1d19b5ac50b72976e9cb33f3b46b47e4831750682182cf37a54d4ee9b40b470a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-belkin_f5d8235-v2-initramfs-kernel.bin"; + sha256 = "8529967019203a6970a40c28830b8f30d24d1e4c00916f13067e9df3e7d10a9d"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v2" + "f5d8235-v2" + ]; + titles = [ + { + model = "F5D8235"; + variant = "v2"; + vendor = "Belkin"; + } + ]; + }; + belkin_f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-belkin_f7c027"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-belkin_f7c027-initramfs-kernel.bin"; + sha256 = "561f03136f14fdf46d6930cc78d40c9cd4a70448b5595235e823fe515a17b372"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-belkin_f7c027-squashfs-sysupgrade.bin"; + sha256 = "8f14609ddb1bcde11f9dfb30afd63b21a9e4716b2ba3fb8226e3acb97231dc29"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f7c027" + "f7c027" + ]; + titles = [ + { + model = "F7C027"; + vendor = "Belkin"; + } + ]; + }; + dlink_dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-dlink_dap-1350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-dlink_dap-1350-squashfs-factory.bin"; + sha256 = "7131420ca7b4f1c41050d9344f62cee2da99ce8798a69f88c9502169f7ef8a0a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-dlink_dap-1350-initramfs-kernel.bin"; + sha256 = "3f102a898e6de28ac13d064774991708bc9d94c582eb2b71759c0d4f7b4ad6a6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-dlink_dap-1350-squashfs-sysupgrade.bin"; + sha256 = "19313ca78d4febaf9e9a820909ef5fa262294b26d26ea30bf5adf954c0d5cee6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-dlink_dap-1350-squashfs-factory-NA.bin"; + sha256 = "817dd12e96f182aea1e4799a338005cb65801f93f44349cd3a70c86707e291b6"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "dlink,dap-1350" + "dap-1350" + ]; + titles = [ + { + model = "DAP-1350"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-300-b7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-dlink_dir-300-b7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-dlink_dir-300-b7-squashfs-sysupgrade.bin"; + sha256 = "fb2e3c7506fda6121ab8e5738b85efdb8d892128b5b1972536013f408891411e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-dlink_dir-300-b7-initramfs-kernel.bin"; + sha256 = "54d831525c6ac5dfb2088e0707255b66b2fefbe2e4021b2c3768be645266ef3a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-300-b7" + "dir-300-b7" + ]; + titles = [ + { + model = "DIR-300"; + variant = "B7"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-dlink_dir-320-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-dlink_dir-320-b1-initramfs-kernel.bin"; + sha256 = "3353eb96798b6670d1f6d7f809a5efd2ed785fad97b1eca5ab322b8dc9495db2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-dlink_dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "6d9a24b2f0c500a2ceb10511b97af9997afdc5f1f2b2a9555b5bbfd0175ef6c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-320-b1" + "dir-320-b1" + ]; + titles = [ + { + model = "DIR-320"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-dlink_dir-620-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-dlink_dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "21f49259d93912d3a2fa507bc4851c9bdb5f4fd01087141e406197e38007d523"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-dlink_dir-620-a1-initramfs-kernel.bin"; + sha256 = "2e2322d8b51701d868d5369a57a159224bb9b10219e71003693451d047b7d2f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-620-a1" + "dir-620-a1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-dlink_dir-620-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-dlink_dir-620-d1-initramfs-kernel.bin"; + sha256 = "07888d263f2ced7f82f71d362b00de15ba473b209ee45d993eb05454e7d13794"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-dlink_dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "8c63111fa0aa60ebf5c7920cc2f159987b264e67acb09d8d68041efb5379debb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-620-d1" + "dir-620-d1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial-option" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-dlink_dwr-512-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-dlink_dwr-512-b-squashfs-factory.bin"; + sha256 = "61219e706927a7ffafe79095c97fdcc37e195266ecfca18f2211d919920ff3ad"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-dlink_dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "40ba3383dcfa9575815ebf1c914f13abe3aee38822471b40f38ac48a559f9c47"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-dlink_dwr-512-b-initramfs-kernel.bin"; + sha256 = "6326b707962adc3ccc4d2455327434c4a3fbe1590fb2a95b88e94138bd6f568e"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-512-b" + "dwr-512-b" + ]; + titles = [ + { + model = "DWR-512"; + variant = "B"; + vendor = "D-Link"; + } + ]; + }; + easyacc_wizard-8800 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-easyacc_wizard-8800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-easyacc_wizard-8800-squashfs-sysupgrade.bin"; + sha256 = "c526b34e28a33e2e805c9533833059407b855775aef97283c6105c568276423b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-easyacc_wizard-8800-initramfs-kernel.bin"; + sha256 = "8991b1de8444fa7e6f7cc00becbe9dd92a9f1e3f00fd5edbe1e305276251ba77"; + type = "kernel"; + } + ]; + supported_devices = [ + "easyacc,wizard-8800" + "wizard8800" + ]; + titles = [ + { + model = "WIZARD 8800"; + vendor = "EasyAcc"; + } + ]; + }; + fon_fonera-20n = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-fon_fonera-20n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-fon_fonera-20n-squashfs-sysupgrade.bin"; + sha256 = "f216a1587186e3412b3cbd0c83faf4d9271db1d11c94ca7127f05272adabc08a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-fon_fonera-20n-initramfs-kernel.bin"; + sha256 = "7afde8e7869e34ad3add86540e34c226fc7e931f79beac3a465cb9381b16b196"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-fon_fonera-20n-squashfs-factory.bin"; + sha256 = "980b0e087994698e7bde2f918a2b99f37b3eb8d7c0d3a1478f25eba07dba6c2f"; + type = "factory"; + } + ]; + supported_devices = [ + "fon,fonera-20n" + "fonera20n" + ]; + titles = [ + { + model = "Fonera 2.0N"; + vendor = "Fon"; + } + ]; + }; + hame_mpr-a2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-hame_mpr-a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-hame_mpr-a2-initramfs-kernel.bin"; + sha256 = "f66518a8e0797be62f920445d3657ed67784c143a08c22a5a6f17e2ad96a3d93"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-hame_mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "94b5894dd7be4fe33fb0eb2ea987a0a17e87529e971bfcc0e0e9923f0a54dae9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hame,mpr-a2" + "mpr-a2" + ]; + titles = [ + { + model = "MPR"; + variant = "A2"; + vendor = "HAME"; + } + ]; + }; + hauppauge_broadway = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-hauppauge_broadway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-hauppauge_broadway-squashfs-sysupgrade.bin"; + sha256 = "25f9f6da1152ec79dab51c59ee89d63656bc201552d04178702e65ea779ce3ac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-hauppauge_broadway-initramfs-kernel.bin"; + sha256 = "11e6e202e6536798d9fb9191f2af984bb91525b4a95fe31b7a2018fa3fccc27b"; + type = "kernel"; + } + ]; + supported_devices = [ + "hauppauge,broadway" + "broadway" + ]; + titles = [ + { + model = "Broadway"; + vendor = "Hauppauge"; + } + ]; + }; + huawei_hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-huawei_hg255d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-huawei_hg255d-initramfs-kernel.bin"; + sha256 = "c4e4a9879a573325d5298279d79ef953b0e344f9e79b80e8c2f9dbb581e07333"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-huawei_hg255d-squashfs-sysupgrade.bin"; + sha256 = "d255ca6cfad9407e4ac3ce11fe3836dc5da9c5414a00241dd733f871d98a5068"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg255d" + "hg255d" + ]; + titles = [ + { + model = "HG255D"; + vendor = "HuaWei"; + } + ]; + }; + intenso_memory2move = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-intenso_memory2move"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-intenso_memory2move-initramfs-kernel.bin"; + sha256 = "fcaa60c2016fff3dfe7a53222ef2fb8a188a1cea5f860615486b1c459d36a2b0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-intenso_memory2move-squashfs-sysupgrade.bin"; + sha256 = "402c64c81726f10c96cb7b8db86a7bba1a29d0f8c4a7690203a68157a46f6670"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "intenso,memory2move" + "m2m" + ]; + titles = [ + { + model = "Memory 2 Move"; + vendor = "Intenso"; + } + ]; + }; + mofinetwork_mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-mofinetwork_mofi3500-3gn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-mofinetwork_mofi3500-3gn-initramfs-kernel.bin"; + sha256 = "8d97fa795b373c39dec29715064121b7b3f247d8c7f4678cbc23d77bb15b7b78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-mofinetwork_mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "b7abefcdba6d8a4886721c439288af1b7167bfc5a7bd56aed6dc4b5d8315701d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mofinetwork,mofi3500-3gn" + "mofi3500-3gn" + ]; + titles = [ + { + model = "MOFI3500-3GN"; + vendor = "MoFi Network"; + } + ]; + }; + nexaira_bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-nexaira_bc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-nexaira_bc2-squashfs-sysupgrade.bin"; + sha256 = "f173948f37d7f86ebce186236bb0aa390858a6abc90d522e1f584c06bf518c2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-nexaira_bc2-initramfs-kernel.bin"; + sha256 = "d3e9b960e6957fd0b3d9155401fa94469a948de77be179aea9ef6eb97f7d73b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexaira,bc2" + "bc2" + ]; + titles = [ + { + model = "BC2"; + vendor = "NexAira"; + } + ]; + }; + nexx_wt1520-8m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-nexx_wt1520-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-nexx_wt1520-8m-squashfs-sysupgrade.bin"; + sha256 = "fb6118e958aea520187c8af3fdeab5bca8a097b3d89c74d1f75c06149a277058"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-nexx_wt1520-8m-squashfs-factory.bin"; + sha256 = "5e1cdc23f1d0fe4147d207a1bd6bf321bf36796a8b6fdda47c4ec380bb16384b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-nexx_wt1520-8m-initramfs-kernel.bin"; + sha256 = "d0fac9000b08ab4b137a1532ec097552b22f868698e158c3472d975cc15aac20"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexx,wt1520-8m" + "wt1520-8M" + ]; + titles = [ + { + model = "WT1520"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + nixcore_x1-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-nixcore_x1-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-nixcore_x1-16m-initramfs-kernel.bin"; + sha256 = "3621dcffe36d8889b3f4b380a6f2c06b199a4366421380ece74c543ba0e3f2e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-nixcore_x1-16m-squashfs-sysupgrade.bin"; + sha256 = "6ab86e74b96c1ff007a28df5553b6964db07bbe569c3420ec07161187ecb2500"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore,x1-16m" + "nixcore-x1" + "nixcore-x1-16M" + ]; + titles = [ + { + model = "X1"; + variant = "16M"; + vendor = "Nixcore"; + } + ]; + }; + nixcore_x1-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-nixcore_x1-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-nixcore_x1-8m-initramfs-kernel.bin"; + sha256 = "61cf7d4643533c40051bd228da6ea3091aaabd8eee4c5b8052316340ea2a6a49"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-nixcore_x1-8m-squashfs-sysupgrade.bin"; + sha256 = "638a2e890da634ff75ca6aeed1fee881bd7534c84c2474be1d761adfb86fd5a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore,x1-8m" + "nixcore-x1" + "nixcore-x1-8M" + ]; + titles = [ + { + model = "X1"; + variant = "8M"; + vendor = "Nixcore"; + } + ]; + }; + olimex_rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-olimex_rt5350f-olinuxino"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-olimex_rt5350f-olinuxino-initramfs-kernel.bin"; + sha256 = "cf8d46abd41955d54f606c98a6bc8df5c890b6d852b9308a13ea50374512c9ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-olimex_rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "dcae55656f8208ac8b26c91b37830ca205950aae8cc82d52032846ddb50215b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino" + "rt5350f-olinuxino" + ]; + titles = [ + { + model = "RT5350F-OLinuXino"; + vendor = "OLIMEX"; + } + ]; + }; + olimex_rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-olimex_rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-olimex_rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "1afb5037e1248241b99af8be7dedd5a35f756e0d13daf2253babe5284ea84b08"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-olimex_rt5350f-olinuxino-evb-initramfs-kernel.bin"; + sha256 = "aeb74d77263be1fad56687ac303af46662bc20ef85808593e46416a1372f552c"; + type = "kernel"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino-evb" + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + model = "RT5350F-OLinuXino-EVB"; + vendor = "OLIMEX"; + } + ]; + }; + omnima_miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-omnima_miniembplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-omnima_miniembplug-squashfs-sysupgrade.bin"; + sha256 = "a1283774ee10374061739ae57310e2d8a7735225f287a6af53e048b520a9db79"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-omnima_miniembplug-initramfs-kernel.bin"; + sha256 = "3c6a30e3a41fa654f11f6ee40faff042e9c82274845f522207ec516285687f25"; + type = "kernel"; + } + ]; + supported_devices = [ + "omnima,miniembplug" + "miniembplug" + ]; + titles = [ + { + model = "MiniEMBPlug"; + vendor = "Omnima"; + } + ]; + }; + omnima_miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-omnima_miniembwifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-omnima_miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "743d6626a63c4067ce8c3ef60038a59ca30fbe98ad22197819753ea50157e5b5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-omnima_miniembwifi-initramfs-kernel.bin"; + sha256 = "64c2aecfaff0084ca1d97caa6ef5daca1ab68baf5e88bd0a3a1f70a7ba00bb5f"; + type = "kernel"; + } + ]; + supported_devices = [ + "omnima,miniembwifi" + "miniembwifi" + ]; + titles = [ + { + model = "MiniEMBWiFi"; + vendor = "Omnima"; + } + ]; + }; + planex_mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-planex_mzk-wdpr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-planex_mzk-wdpr-initramfs-kernel.bin"; + sha256 = "a0e20672cdeea8640c1835364d7fad34bd95f2f3091eded2cca5bd4035fc2e92"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-planex_mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "5873d926be46d43883caab31ba6f62102d0766f7b5bd47ec8d654ca92f9ba4dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-wdpr" + "mzk-wdpr" + ]; + titles = [ + { + model = "MZK-WDPR"; + vendor = "Planex"; + } + ]; + }; + poray_ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-poray_ip2202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-poray_ip2202-squashfs-sysupgrade.bin"; + sha256 = "a2dd0f78a681c73fe2741b1cc7f9944aa958e72e5fcdbd5071e23a393caaa50b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-poray_ip2202-initramfs-kernel.bin"; + sha256 = "79e3a012fc53f55d76f043f405e5a289914c04df5a160827cb3831cb8b90e4db"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,ip2202" + "ip2202" + ]; + titles = [ + { + model = "IP2202"; + vendor = "Poray"; + } + ]; + }; + poray_m4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-poray_m4-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-poray_m4-8m-initramfs-kernel.bin"; + sha256 = "d4621c5a1bea8e3b30adae47d4180853658e84995f2d147e2fb1bd8d0da3fa3a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-poray_m4-8m-squashfs-sysupgrade.bin"; + sha256 = "dd126ec517329ec8cc263e8890a99b63985d7135b4a7d12b722a864d515375e2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-poray_m4-8m-squashfs-factory.bin"; + sha256 = "5b546d70bc352ada4949c316c2d6687011fd79333c591c69ce2b4335bb000d38"; + type = "factory"; + } + ]; + supported_devices = [ + "poray,m4-8m" + "m4-8M" + ]; + titles = [ + { + model = "M4"; + variant = "8M"; + vendor = "Poray"; + } + ]; + }; + poray_x5 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-poray_x5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-poray_x5-squashfs-sysupgrade.bin"; + sha256 = "46892242a5b4dfc5f0bb60f49e918f53fc22fc2b2b7b3d7febc4b039e5b7e3c5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-poray_x5-initramfs-kernel.bin"; + sha256 = "f512458fd321382688f41410a259996036304f7f116fb6235b7eefa2acfcaae5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-poray_x5-squashfs-factory.bin"; + sha256 = "876e7824c3de0837ae3ad631389b8e3159a0eb19eb0a8626bd0cfd24c724cff4"; + type = "factory"; + } + ]; + supported_devices = [ + "poray,x5" + "x5" + ]; + titles = [ + { + model = "X5/X6"; + vendor = "Poray"; + } + ]; + }; + poray_x8 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-poray_x8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-poray_x8-squashfs-sysupgrade.bin"; + sha256 = "92834173165511ddcbd1d95df96664499bfb452f53000886773d2ec43ff32900"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-poray_x8-initramfs-kernel.bin"; + sha256 = "fa281686965e0d5d44e06a09cdad6a636a4f3c488e419cf528db4e7d541c488c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-poray_x8-squashfs-factory.bin"; + sha256 = "944a3838a545cbd773291fa3742413e4c65b57b3e3fc9a529f035086ea8bcd8a"; + type = "factory"; + } + ]; + supported_devices = [ + "poray,x8" + "x8" + ]; + titles = [ + { + model = "X8"; + vendor = "Poray"; + } + ]; + }; + prolink_pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-prolink_pwh2004"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-prolink_pwh2004-squashfs-sysupgrade.bin"; + sha256 = "1a1e7d61a591176a3ddc3551b7e43204a786fcc5ebb631ae3d73533b45f5f933"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-prolink_pwh2004-initramfs-kernel.bin"; + sha256 = "b3b4341309450a0f741d365b4815fe94e1415ecb60edbdfd6da4d6b4177c4e39"; + type = "kernel"; + } + ]; + supported_devices = [ + "prolink,pwh2004" + "pwh2004" + ]; + titles = [ + { + model = "PWH2004"; + vendor = "Prolink"; + } + ]; + }; + teltonika_rut5xx = { + device_packages = [ + "om-watchdog" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-teltonika_rut5xx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-teltonika_rut5xx-squashfs-sysupgrade.bin"; + sha256 = "bcc2930402520bf1bad65231592af3f4f74ac1cabe33f6c66dddfb1298eeb6c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-teltonika_rut5xx-initramfs-kernel.bin"; + sha256 = "96526866b99279faced9b5707333a378ef245a5a343254e1a3a04aad619db1c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut5xx" + "rut5xx" + ]; + titles = [ + { + model = "RUT5XX"; + vendor = "Teltonika"; + } + ]; + }; + trendnet_tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-trendnet_tew-714tru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-trendnet_tew-714tru-initramfs-kernel.bin"; + sha256 = "f3a6db1fa32ecd7e03cb5c1c5728d674c6d696897fb1a29594f1f07df5140598"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-trendnet_tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "9f28a897308fc24ef59c8644c3f767dc25175f73d5aac03f1224c3239742dbc6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-714tru" + "tew-714tru" + ]; + titles = [ + { + model = "TEW-714TRU"; + vendor = "TRENDnet"; + } + ]; + }; + unbranded_wr512-3gn-8m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-unbranded_wr512-3gn-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-unbranded_wr512-3gn-8m-squashfs-sysupgrade.bin"; + sha256 = "0ef7270477f7b5622d376e9a5597f20600cf65ece07ee491d4561a0001504add"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-unbranded_wr512-3gn-8m-initramfs-kernel.bin"; + sha256 = "650fdae44e2035d0739bf19bd733607402abc8087cef71c765133bf3bb24d5ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "unbranded,wr512-3gn-8m" + "wr512-3gn-8M" + ]; + titles = [ + { + model = "WR512-3GN"; + variant = "8M"; + vendor = "Ralink"; + } + ]; + }; + upvel_ur-336un = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-upvel_ur-336un"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-upvel_ur-336un-initramfs-kernel.bin"; + sha256 = "dd7d02747fd8ff24011693f8b174086396372ed3c3872454276e8ef55b51cf10"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-upvel_ur-336un-squashfs-sysupgrade.bin"; + sha256 = "3968ecc5b1ff23b4cc1e5bf1e1534344698f62eee4c4f080c167da2cffabfadd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "upvel,ur-336un" + "ur-336un" + ]; + titles = [ + { + model = "UR-336UN"; + vendor = "UPVEL"; + } + ]; + }; + vocore_vocore-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-vocore_vocore-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-vocore_vocore-16m-initramfs-kernel.bin"; + sha256 = "917ee29230d1000473e68797c6e3be9800137217027f05ec0e1d525abbb97cab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-vocore_vocore-16m-squashfs-sysupgrade.bin"; + sha256 = "5d2efa70984a490b8044ebcbb430678bfe7ef48f651cacf274110ae997a5a734"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore-16m" + "vocore" + "vocore-16M" + ]; + titles = [ + { + model = "VoCore"; + variant = "16M"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-vocore_vocore-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-vocore_vocore-8m-initramfs-kernel.bin"; + sha256 = "483c108855ff476e6cef95232e3d5a3baa95f990b1c63c026698ca56fd8dc3d5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-vocore_vocore-8m-squashfs-sysupgrade.bin"; + sha256 = "e69d1eb2d8d96903acbf19151d0c70b97a0931a7f24cce5fe36cb09cf3c09340"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore-8m" + "vocore" + "vocore-8M" + ]; + titles = [ + { + model = "VoCore"; + variant = "8M"; + vendor = "VoCore"; + } + ]; + }; + wansview_ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-wansview_ncs601w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-wansview_ncs601w-squashfs-sysupgrade.bin"; + sha256 = "3cf57752ba23bfd6b72aee93ec890221610badfa9b1b975a149c2bb2a466a450"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-wansview_ncs601w-initramfs-kernel.bin"; + sha256 = "a537d26a42593955f34258750bda3c54962223718d4557d914f4894f2cef7a1c"; + type = "kernel"; + } + ]; + supported_devices = [ + "wansview,ncs601w" + "ncs601w" + ]; + titles = [ + { + model = "NCS601W"; + vendor = "Wansview"; + } + ]; + }; + wiznet_wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-wiznet_wizfi630a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-wiznet_wizfi630a-initramfs-kernel.bin"; + sha256 = "506bb34c19e58821a15d570f0ed1dc1b85fdf8f9173cf39ac76ddacd1303270b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-wiznet_wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "33269f37c3e8ffafea83b7eeae844a3cd1c9dd49e4cce1ee4f54afffbc77e428"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630a" + "wizfi630a" + ]; + titles = [ + { + model = "WizFi630A"; + vendor = "WIZnet"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-zorlik_zl5900v2-initramfs-kernel.bin"; + sha256 = "89abeb420d4d498aad5d8a26c71ed6e72d48b5d53821182008456b8807414208"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "7ba33f303590a28186d10bdb223a929db364c8119e1708fc2b148faccb09d199"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + model = "ZL5900V2"; + vendor = "Zorlik"; + } + ]; + }; + zte_mf283plus = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-zte_mf283plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin"; + sha256 = "5c8df0bec39ec1f088975f6ce7a3da6b2c7cb6eb2a501689a3d9442b41b189d4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-zte_mf283plus-initramfs-kernel.bin"; + sha256 = "0984b09867ae3ade341df277ff8328f01dd354d4b9dce71441f34383c8b2f7ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf283plus" + ]; + titles = [ + { + model = "MF283+"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-zyxel_keenetic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-zyxel_keenetic-initramfs-kernel.bin"; + sha256 = "c04cd63adeeb0c053bca7807c680800de13fb1bf6d3dca659e1054cba4ea5963"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-zyxel_keenetic-squashfs-sysupgrade.bin"; + sha256 = "098825c0c5721e5eb350c1bbb4f72d47384d6af3cffd72eb7e5bafcbce760d4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic" + "kn" + ]; + titles = [ + { + model = "Keenetic"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-lite-b = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-zyxel_keenetic-lite-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-zyxel_keenetic-lite-b-squashfs-sysupgrade.bin"; + sha256 = "6348f1fea2367dc581f0954d624a036ccdfeb9f6f2483a704c337d04c929f2a3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-zyxel_keenetic-lite-b-initramfs-kernel.bin"; + sha256 = "50b4a7836920a38bfb6a99d28587f2770028b3f365562ec69768692896e148c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-lite-b" + ]; + titles = [ + { + model = "Keenetic Lite"; + variant = "B"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg-419n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt305x-zyxel_nbg-419n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-ramips-rt305x-zyxel_nbg-419n-v2-initramfs-kernel.bin"; + sha256 = "b59dcf3a91a06c3771c0a42c1073a57cfb625bd472e679e45fb84ed15ddeb16f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt305x-zyxel_nbg-419n-v2-squashfs-sysupgrade.bin"; + sha256 = "346c53da631b08258d8c30c5c86fe4ad9c2b6e37013ffeb6a276d1ed5dd19991"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg-419n-v2" + "nbg-419n2" + ]; + titles = [ + { + model = "NBG-419N"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "ramips/rt305x"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-n56u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt3883-asus_rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-asus_rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "9bb1243aefc53a7496a7eb9de893b8380c5446524fe7230d9711cfef569ea730"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u" + "rt-n56u" + ]; + titles = [ + { + model = "RT-N56U"; + vendor = "Asus"; + } + ]; + }; + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "575546694434fc313a23028cf5af77f6bc3d99b94935f876fab14e51e43bcdb9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + model = "F9K1109"; + variant = "Version 1.0"; + vendor = "Belkin"; + } + ]; + }; + dlink_dir-645 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt3883-dlink_dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-dlink_dir-645-squashfs-factory.bin"; + sha256 = "02b3333d25a9da9a4e729a94f1a94a2198453174a6c08e13e70a66da9a09facf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-dlink_dir-645-squashfs-sysupgrade.bin"; + sha256 = "fc3eff7ebc106cef0504e207c31c16568fb82d7098723046752a3de05e6bfcb3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-645" + "dir-645" + ]; + titles = [ + { + model = "DIR-645"; + vendor = "D-Link"; + } + ]; + }; + edimax_br-6475nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt3883-edimax_br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-edimax_br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "d10fc4f03cb900a857240c55a0049e6e6ad3722be6cd21041bcf9346ae66509d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6475nd" + "br-6475nd" + ]; + titles = [ + { + model = "BR-6475nD"; + vendor = "Edimax"; + } + ]; + }; + engenius_esr600h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt3883-engenius_esr600h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-engenius_esr600h-squashfs-sysupgrade.bin"; + sha256 = "af2a8d57e8737de43dee0551c38520404d6637451e6a17349f8ed3a111e7a990"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-engenius_esr600h-squashfs-factory.dlf"; + sha256 = "4abeaf4313d23b53832197a8cb3db7e5bb9ef1022c3ce0f11330b12f62f8c002"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,esr600h" + ]; + titles = [ + { + model = "ESR600H"; + vendor = "EnGenius"; + } + ]; + }; + loewe_wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt3883-loewe_wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-loewe_wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "b8fa879eab1d907eb47d24551a4d3f90c2efabc0159c60e2826b1646980721cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "loewe,wmdr-143n" + "wmdr-143n" + ]; + titles = [ + { + model = "WMDR-143N"; + vendor = "Loewe"; + } + ]; + }; + omnima_hpm = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt3883-omnima_hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-omnima_hpm-squashfs-sysupgrade.bin"; + sha256 = "9dda81aa5462a64cb7a9aad00b7ca91769083371f964b34ad21415c1f4d26528"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,hpm" + "hpm" + ]; + titles = [ + { + model = "HPM"; + vendor = "Omnima"; + } + ]; + }; + samsung_cy-swr1100 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt3883-samsung_cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-samsung_cy-swr1100-squashfs-factory.bin"; + sha256 = "6390e42ee4ed0a2eeaecac9d161d69dc75d194eb5a5cd26b93f65d464177c1ce"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-samsung_cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "6d4970a02a05f23ca897794a7bca14ae6e2d9c396e8f11ebca091848abfd40c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samsung,cy-swr1100" + "cy-swr1100" + ]; + titles = [ + { + model = "CY-SWR1100"; + vendor = "Samsung"; + } + ]; + }; + sitecom_wlr-6000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.5-ramips-rt3883-sitecom_wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-sitecom_wlr-6000-squashfs-factory.dlf"; + sha256 = "aa1a2ff8e17b3f50bb9abd974cf84ae6e93b54ef07ac0e126aec7ca69bfc8a42"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-sitecom_wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "e99b474bd7f23b8ba76c4ac3a4e47b40ed8ae0b0eeab96e87781e567e0c2dade"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-6000" + "wlr-6000" + ]; + titles = [ + { + model = "WLR-6000"; + vendor = "Sitecom"; + } + ]; + }; + trendnet_tew-691gr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt3883-trendnet_tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-trendnet_tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "5b82f09f27b0ea5f151854afa9067c62dafa5ff4bd3b2f36e73d0a5e72573a71"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-trendnet_tew-691gr-squashfs-factory.bin"; + sha256 = "3be7750a22a89bb3b420da3201f803d306bd62512ca2e4ca5a32d7b4571e1125"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-691gr" + "tew-691gr" + ]; + titles = [ + { + model = "TEW-691GR"; + vendor = "TRENDnet"; + } + ]; + }; + trendnet_tew-692gr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-ramips-rt3883-trendnet_tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-trendnet_tew-692gr-squashfs-factory.bin"; + sha256 = "e66f5082ada41cc3ace86ae82ed0c24b2478dbebb1e96c3b6836c10a0cf91f1f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-ramips-rt3883-trendnet_tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "f8a4501883c4760360931288fb9c8a2bea079b1eb255e56677ea4f76ee24aa35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-692gr" + "tew-692gr" + ]; + titles = [ + { + model = "TEW-692GR"; + vendor = "TRENDnet"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "ramips/rt3883"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + realtek = { + generic = { + arch_packages = "mips_4kec"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "ethtool" + "firewall" + "fstools" + "ip-bridge" + "ip-full" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "procd" + "tc" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + allnet_all-sg8208m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-realtek-generic-allnet_all-sg8208m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-realtek-generic-allnet_all-sg8208m-squashfs-sysupgrade.bin"; + sha256 = "7809dc41d95cff1253436bbe6b8d2a3397d9de7cdda12feb7125953a925ee6ff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-realtek-generic-allnet_all-sg8208m-initramfs-kernel.bin"; + sha256 = "963c1982ec701bc689a33b53aec06a94ff292744c2bb0db0cf74ae35a842ac97"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all-sg8208m" + ]; + titles = [ + { + model = "ALL-SG8208M"; + vendor = "ALLNET"; + } + ]; + }; + d-link_dgs-1210-10p = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.5-realtek-generic-d-link_dgs-1210-10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-realtek-generic-d-link_dgs-1210-10p-squashfs-sysupgrade.bin"; + sha256 = "9d4ea173541e9fea7f9465d3626c7ca59ec3c0a265d9e231a798f441cbb30a28"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-realtek-generic-d-link_dgs-1210-10p-initramfs-kernel.bin"; + sha256 = "c870ac5a795881ccb5a257623d72fb8bd86b1953208b161c6c87b67914f6047b"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-10p" + ]; + titles = [ + { + model = "DGS-1210-10P"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-16 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-realtek-generic-d-link_dgs-1210-16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-realtek-generic-d-link_dgs-1210-16-initramfs-kernel.bin"; + sha256 = "ccf49fe82952a70155f171071accfaf52e423025e60dcb972c3152560c96b959"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-realtek-generic-d-link_dgs-1210-16-squashfs-sysupgrade.bin"; + sha256 = "11a10dab59cbbfa7197552c58e7acf678655642afed83cbbdf83b255adb14ab7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-16" + ]; + titles = [ + { + model = "DGS-1210-16"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-28 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-realtek-generic-d-link_dgs-1210-28"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-realtek-generic-d-link_dgs-1210-28-squashfs-sysupgrade.bin"; + sha256 = "d08c9d5f56451b129f15d37455b64694c1e51d2bcce9b24ac74e21649dbb812c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-realtek-generic-d-link_dgs-1210-28-initramfs-kernel.bin"; + sha256 = "788609e6262cd2f39d7c072e9a70b7a48451cea31f2256bf1746cb993d38ceea"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-28" + ]; + titles = [ + { + model = "DGS-1210-28"; + vendor = "D-Link"; + } + ]; + }; + netgear_gs108t-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-realtek-generic-netgear_gs108t-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-realtek-generic-netgear_gs108t-v3-squashfs-sysupgrade.bin"; + sha256 = "36637d777d47d6e6535a3cd57195c59e885ae5d01cc99bc5a5df58579c1e8896"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-realtek-generic-netgear_gs108t-v3-initramfs-kernel.bin"; + sha256 = "e3d8163a034ce790d9f5eb3b78452903c28b2c4dff90063cf077e36a84f69c49"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs108t-v3" + ]; + titles = [ + { + model = "GS108T"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs110tpp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-realtek-generic-netgear_gs110tpp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-realtek-generic-netgear_gs110tpp-v1-squashfs-sysupgrade.bin"; + sha256 = "eb72c7be3297e41c93fd57c546f79a5e84ece24692c7450c4789c6e9aee5eb56"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-realtek-generic-netgear_gs110tpp-v1-initramfs-kernel.bin"; + sha256 = "7a099aa4bc393a9e8a78daa0a15f8923ee828c5a7ca44c906c14d173276be8a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs110tpp-v1" + ]; + titles = [ + { + model = "GS110TPP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_gs1900-10hp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-realtek-generic-zyxel_gs1900-10hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-realtek-generic-zyxel_gs1900-10hp-initramfs-kernel.bin"; + sha256 = "7291fa66e2525e107bfb19e1629543b5bf373aed7f5ac4f37c4e91ac74e21350"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-realtek-generic-zyxel_gs1900-10hp-squashfs-sysupgrade.bin"; + sha256 = "9c74a56477b46d84ad935d89de1e34e13e179fb884e690ad36b937592e7765b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-10hp" + ]; + titles = [ + { + model = "GS1900-10HP"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-realtek-generic-zyxel_gs1900-8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-realtek-generic-zyxel_gs1900-8-squashfs-sysupgrade.bin"; + sha256 = "21e02348feb1a1389afbcf427ac6702505b4eee830ee3b969d61df9cdb6e6911"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-realtek-generic-zyxel_gs1900-8-initramfs-kernel.bin"; + sha256 = "2d59afbdce8ab043a92489c58f1e1314a0c57c7a76d755932fdf8a24923a0439"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8" + ]; + titles = [ + { + model = "GS1900-8"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.5-realtek-generic-zyxel_gs1900-8hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-realtek-generic-zyxel_gs1900-8hp-v1-initramfs-kernel.bin"; + sha256 = "ab14de5d322a851205137510edaffbf3c9ec15bf3c774f9ddd119fa11838fd75"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-realtek-generic-zyxel_gs1900-8hp-v1-squashfs-sysupgrade.bin"; + sha256 = "98a28d2d320438a396ba1698bc5352661cfa1cd204eb0a2610287371d677997f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v1" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v2 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.5-realtek-generic-zyxel_gs1900-8hp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-realtek-generic-zyxel_gs1900-8hp-v2-squashfs-sysupgrade.bin"; + sha256 = "66e1163dac533b01def19dcc1bc8cbcb3ce8e6cb9816601f6ad68ffe3993fdcf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.5-realtek-generic-zyxel_gs1900-8hp-v2-initramfs-kernel.bin"; + sha256 = "1743039b1f36790477973fac8976f011358729569fa88b12c473f2bc89887393"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v2" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "realtek/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + rockchip = { + armv8 = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-r2s = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-21.02.5-rockchip-armv8-friendlyarm_nanopi-r2s"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-rockchip-armv8-friendlyarm_nanopi-r2s-ext4-sysupgrade.img.gz"; + sha256 = "d23cb6dddf40d5ef2b9e726aef86457c36e159a293dcaa2a1d7931a989585cd9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-rockchip-armv8-friendlyarm_nanopi-r2s-squashfs-sysupgrade.img.gz"; + sha256 = "ade35a961edfd03e6940528c4909e98be19538b2d1fcfecf15682d372445c86b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r2s" + ]; + titles = [ + { + model = "NanoPi R2S"; + vendor = "FriendlyARM"; + } + ]; + }; + pine64_rockpro64 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-rockchip-armv8-pine64_rockpro64"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-rockchip-armv8-pine64_rockpro64-ext4-sysupgrade.img.gz"; + sha256 = "f050db7454b138a5ce4b3175798a323c2f33dd96f2e4012d32ad8f1fbf6f82ee"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-rockchip-armv8-pine64_rockpro64-squashfs-sysupgrade.img.gz"; + sha256 = "9006bdbbb535702f3ad40963ba6cde81375cad8fe99c8d2eb3eaafb268855139"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pine64,rockpro64" + ]; + titles = [ + { + model = "RockPro64"; + vendor = "Pine64"; + } + ]; + }; + radxa_rock-pi-4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-rockchip-armv8-radxa_rock-pi-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-rockchip-armv8-radxa_rock-pi-4-squashfs-sysupgrade.img.gz"; + sha256 = "374c0f118d970f3fb71179f92a406ea05e2ff3979dd4feed79fc1bbe74034175"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-rockchip-armv8-radxa_rock-pi-4-ext4-sysupgrade.img.gz"; + sha256 = "ddd87e6cdf8f5dce8555dfdcedd1ee9c7b4af2ee6d540f255af32d448d015354"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "radxa,rockpi4" + ]; + titles = [ + { + model = "ROCK Pi 4"; + vendor = "Radxa"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "rockchip/armv8"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "1c8f4fd10d60c29f2c68e814e981838e342fc2e01cf88de5de7ea9b31199448a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "0daad27467053774ac5035e9eda883c83d3187f5e63cc2298c76586c145b2f9e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + model = "NanoPi NEO Plus2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa53-friendlyarm_nanopi-neo2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa53-friendlyarm_nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "e42cb7513b362b901d330625736528bb58be5cb9cb54d4d467ad0acfedc061aa"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa53-friendlyarm_nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "42d088e7e6300dce7a3f7a346b1a29ef347f15be98bebc8f6eb224f486d57200"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + model = "NanoPi NEO2"; + vendor = "FriendlyARM"; + } + ]; + }; + libretech_all-h3-cc-h5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa53-libretech_all-h3-cc-h5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa53-libretech_all-h3-cc-h5-squashfs-sdcard.img.gz"; + sha256 = "9b00e7b36d39172e5d6f1def245fe403f7a91f83917da4a20c0a0bda09cd3ef1"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa53-libretech_all-h3-cc-h5-ext4-sdcard.img.gz"; + sha256 = "00d4da302836b306778b9f8301b16eeca7dbceba68844717671574e629e8e6fb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "libretech,all-h3-cc-h5" + ]; + titles = [ + { + model = "ALL-H3-CC"; + variant = "H5"; + vendor = "Libre Computer"; + } + ]; + }; + olimex_a64-olinuxino = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bs-firmware" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa53-olimex_a64-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa53-olimex_a64-olinuxino-ext4-sdcard.img.gz"; + sha256 = "c0b4072ec6626a598e5817ad7fa9ba62073716d660a72a3ee55d93ae51f745f0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa53-olimex_a64-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "16019a3c683d43082ea00633050137cbe9f869286f6fb39282ae9a6ab3de257e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino" + ]; + titles = [ + { + model = "A64-Olinuxino"; + vendor = "Olimex"; + } + ]; + }; + olimex_a64-olinuxino-emmc = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bs-firmware" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa53-olimex_a64-olinuxino-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa53-olimex_a64-olinuxino-emmc-ext4-sdcard.img.gz"; + sha256 = "4bd3ab6a9bf418dc7b8d1b772865076efaffea1d7c7ab3e126c6b92544363683"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa53-olimex_a64-olinuxino-emmc-squashfs-sdcard.img.gz"; + sha256 = "9a833557a7b8bd0b4552fe55c686695fc90cad9ad27c2cdbcae85ab2a7866e95"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino-emmc" + ]; + titles = [ + { + model = "A64-Olinuxino"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + pine64_pine64-plus = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa53-pine64_pine64-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa53-pine64_pine64-plus-ext4-sdcard.img.gz"; + sha256 = "9dc71cc268b8477e62904aa920b275a0ba02794607caa87c837967cac1ad3bf7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa53-pine64_pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "d8e67b6e076d6f04cf46e54acb02f9aa5fc9369164d782d4b60aab72df5440f3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + model = "Pine64+"; + vendor = "Pine64"; + } + ]; + }; + pine64_sopine-baseboard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa53-pine64_sopine-baseboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa53-pine64_sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "495547b9f93405dcd53d04dc7014a91c1b8d9fe5562167409bdd5988a9e9434e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa53-pine64_sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "dc1a1d1f758b4c9ae0d7518e3166128cbcd3338208b50e859fb93f5dec3f2423"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + model = "SoPine"; + vendor = "Pine64"; + } + ]; + }; + xunlong_orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa53-xunlong_orangepi-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa53-xunlong_orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "bbbc060299a4786ac735509d7ede00018da7cb38bd6a52d103050771c14fac2b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa53-xunlong_orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "792586ddc4f81dd80fa57f237da0539720ea057180bb80c9846f4a44643a1607"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + model = "Orange Pi PC 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa53-xunlong_orangepi-zero-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa53-xunlong_orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "aad54df32a490df1ab09c3045df0824650a53f1101c9e3dcc29059d5b97f38bf"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa53-xunlong_orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "db7816cd95df5ea4aa09caee10ec17b15463cfa549db15a64b40c1b866cb6d6a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + model = "Orange Pi Zero Plus"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "sunxi/cortexa53"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_cubieboard2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-cubietech_cubieboard2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-cubietech_cubieboard2-ext4-sdcard.img.gz"; + sha256 = "d1871e4913d7dc95a9481daa135cf56a22f5f0bbcdd6919b6b45f2814bc1babc"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-cubietech_cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "c1c6c79a34f979e99fc71b4fcf2b873827ea00935e0263907bb6d2aec7876b79"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + model = "Cubieboard2"; + vendor = "Cubietech"; + } + ]; + }; + cubietech_cubietruck = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-cubietech_cubietruck"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-cubietech_cubietruck-ext4-sdcard.img.gz"; + sha256 = "2bdb149c88597879292e2ab789877aa75f2b547fa3acb7943ad0845666bbaad3"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-cubietech_cubietruck-squashfs-sdcard.img.gz"; + sha256 = "7009c52a4e08db0f92e2c06e18026c109fa5f883bdbeaef2358596ba87b75759"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + model = "Cubietruck"; + vendor = "Cubietech"; + } + ]; + }; + friendlyarm_nanopi-m1-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-friendlyarm_nanopi-m1-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "76f35fc0ffb81ebc73ace242ac29f8e0b4d370c9ebab42d7dd18ff6320e7314a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "2e90c8b9db73d1119819987cb74cb0a03f5d3f1b2d3f3cdc896d74fa59f6c2b8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + model = "NanoPi M1 Plus"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-friendlyarm_nanopi-neo"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-friendlyarm_nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "437744c373694504b66581c302804da7b955bf09fc2497428b7c9388a37b8e36"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-friendlyarm_nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "eb1f0bae0c00141563056dc92750f0b687af714f30b414f9a6cd03e242bf60d6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + model = "NanoPi NEO"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo-air = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-friendlyarm_nanopi-neo-air"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-friendlyarm_nanopi-neo-air-ext4-sdcard.img.gz"; + sha256 = "3d13554e8b2965fddf059f66a21f83a256ca6b24329c0c33d5371173140b1878"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-friendlyarm_nanopi-neo-air-squashfs-sdcard.img.gz"; + sha256 = "e1c4309fa31ebfa2478a94f9350f5cf456b6a8e172ee587dc72298df50d5a3c5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo-air" + ]; + titles = [ + { + model = "NanoPi NEO Air"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net-rtl8152" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-friendlyarm_nanopi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-friendlyarm_nanopi-r1-ext4-sdcard.img.gz"; + sha256 = "e46dbb9c4d93f77d1e10ddb549dc9e2c69ef3bf8d652ebb88ccaf9d0a51342ae"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-friendlyarm_nanopi-r1-squashfs-sdcard.img.gz"; + sha256 = "9004997a351609f5f8d4fafd66fad037ac3250097254323a72792bcd083a25b9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r1" + ]; + titles = [ + { + model = "NanoPi R1"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_zeropi = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-friendlyarm_zeropi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-friendlyarm_zeropi-ext4-sdcard.img.gz"; + sha256 = "0f2b5fad1b3debf36c06e586524c496b35427ed9faefa2e5f9bb0e6deb6c1670"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-friendlyarm_zeropi-squashfs-sdcard.img.gz"; + sha256 = "f3de3460d25f573ba4631323ffade145fb0733bb36f7d4286c2bf874352027e6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,zeropi" + ]; + titles = [ + { + model = "ZeroPi"; + vendor = "FriendlyARM"; + } + ]; + }; + lamobo_lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "swconfig" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-lamobo_lamobo-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-lamobo_lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "4686d89ea24ff7f80fa90ea812933c6c7bacbd3d85676399a186eeee541c0e4c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-lamobo_lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "7e4dfefa3fd478a2c6f97432e1a64df5d556cc85fc0d80255a69e6ef57f08154"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + model = "Lamobo R1"; + vendor = "Lamobo"; + } + ]; + }; + lemaker_bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-lemaker_bananapi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-lemaker_bananapi-ext4-sdcard.img.gz"; + sha256 = "8b085e408d0cde98fd86f9ef57f5e730806fe9265fb7a40ee74a23877ddb8c39"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-lemaker_bananapi-squashfs-sdcard.img.gz"; + sha256 = "cb538f5490cab582518b5fab64af1b6e1f322ec817dcf410146694ffe9978907"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + model = "Banana Pi"; + vendor = "LeMaker"; + } + ]; + }; + lemaker_bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-lemaker_bananapro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-lemaker_bananapro-squashfs-sdcard.img.gz"; + sha256 = "8e85764f99c8e1b98840d861bd867362eea5387f830dcaab00cfe4f9b3004e90"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-lemaker_bananapro-ext4-sdcard.img.gz"; + sha256 = "7d133b35a685b11ef42ca41f9e863759dcae9ef8d37c4c5bd459d1a03233c316"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + model = "Banana Pro"; + vendor = "LeMaker"; + } + ]; + }; + linksprite_pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-linksprite_pcduino3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-linksprite_pcduino3-squashfs-sdcard.img.gz"; + sha256 = "e1f160204df8cfff9f44e610cb2b067ba1b9a14523fb059e1555e54a8b2deab7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-linksprite_pcduino3-ext4-sdcard.img.gz"; + sha256 = "90c51abfafdc7ee815f6a2fc9f27bbf5d61151421851c526b7be4ed71a79f7db"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + model = "pcDuino3"; + vendor = "LinkSprite"; + } + ]; + }; + linksprite_pcduino3-nano = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-linksprite_pcduino3-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-linksprite_pcduino3-nano-squashfs-sdcard.img.gz"; + sha256 = "aae4ff07d6f292f12624cb2dc684cefc5893ae469288014a55b64bb6a9872ce2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-linksprite_pcduino3-nano-ext4-sdcard.img.gz"; + sha256 = "57ad416c08a80f501f5ea589edc935fcac6da82fb3b6517408db20c230ce9968"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3-nano" + ]; + titles = [ + { + model = "pcDuino3 Nano"; + vendor = "LinkSprite"; + } + ]; + }; + mele_m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-mele_m9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-mele_m9-squashfs-sdcard.img.gz"; + sha256 = "b1a9cc1502bcb398dff61ca7ba459d1c662785b46d8c1e1652397a325df6714a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-mele_m9-ext4-sdcard.img.gz"; + sha256 = "0d121c7f47e51c8468cd74f14bc53d07fb442a3a780be6fbd2ae201fccb08d30"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + model = "M9"; + vendor = "Mele"; + } + ]; + }; + olimex_a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-olimex_a20-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-olimex_a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "d2aaa1532a6dbdc28e27c7ad479c1c06733cd66fd1caf621c188fb976e8c97cc"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-olimex_a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "002f7e39c6eac21f70eceb86f4e74d67107637b3972a7ac8b7806b05864c750f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-olimex_a20-olinuxino-lime2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-olimex_a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "9c732eed2089446711437246bccdb2b1a79ff5262fce869d6115a3a48ed75ac5"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-olimex_a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "9bf01fc3277421aea2e78aa16d86156a77126db8ab371fcd2c3cefc69de2faa6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "ca837985944720c454a89c10020f9d8e7648e07829943b490fd5d7d85cc9f490"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "7752499b93880eeb1b9abeb50f84248c820395b7537fd841135e9cccaa464111"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-olimex_a20-olinuxino-micro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-olimex_a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "6eea83d107159bf323b3129f3987be4c27d1a7416e0d09122af334a0c1822ee6"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-olimex_a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "280aaac2ce22a2da38c5383541ee8d8de403ac0a0ded71b407a691c6365a4df3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + model = "A20-OLinuXino-MICRO"; + vendor = "Olimex"; + } + ]; + }; + sinovoip_bananapi-m2-berry = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-sinovoip_bananapi-m2-berry"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-sinovoip_bananapi-m2-berry-ext4-sdcard.img.gz"; + sha256 = "f6b03bbf24282d46bdaf5a7e592764d1346757be4e1d030a497459ad46dfa58d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-sinovoip_bananapi-m2-berry-squashfs-sdcard.img.gz"; + sha256 = "766b20557817b6b6bc91412d00e4e89ad097c64ea96caab6cd44cd6ef08c3d94"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-berry" + ]; + titles = [ + { + model = "Banana Pi M2 Berry"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-sinovoip_bananapi-m2-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-sinovoip_bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "fc68a2b8cf9cc0394b658c34868bf2013a86bfebb80d3a1adb4261f1d23f9ed8"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-sinovoip_bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "5c2ef819b7b170999adb53dbe628148c03767d03ca69c65ea8176cb5921dced8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + model = "Banana Pi M2+"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-ultra = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-sinovoip_bananapi-m2-ultra"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-ext4-sdcard.img.gz"; + sha256 = "d9a4250e1059471d8980091fcb723c7805958748971fb59fad16df9cbd1b24d0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-squashfs-sdcard.img.gz"; + sha256 = "cb00534f3d8f90bf47b32080b4355c6f081027c4398c6672779ea795c457a99a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-ultra" + ]; + titles = [ + { + model = "Banana Pi M2 Ultra"; + vendor = "Sinovoip"; + } + ]; + }; + xunlong_orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "ba2f25a5e6f5fd0450ea3490b15b107f28d3afbfb90599e43cd481724a53ed68"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-2-ext4-sdcard.img.gz"; + sha256 = "6193828bbe53914a474d13cb42a91e21dd3091d2b0881c1ccd44314f2691f638"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + model = "Orange Pi 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-one"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-one-ext4-sdcard.img.gz"; + sha256 = "bc276b8125d5d6012ba1831ae36a3dd11ac15a5e0d6d3dc2c82bb14189a58a59"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "0bb27c6d6262940634f47fe403b14208284c3fc69b961201fb998f7a4ab8ddf3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + model = "Orange Pi One"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-pc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "cfee9037ee79536be934f10e6f197abadf8da482d612e67b440afd16b22a2634"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "0f5da9c0c7c85de6e256a15ca04014b4a05fcbb13939622df68b93ec22bb4968"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + model = "Orange Pi PC"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-pc-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "da6f5bc19aac7b7d38412252338a1f9795aadf0cbd9ec778a6f1316ed7c4fc4a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "10c3722bbcdebfffdf200cb7155522e6c62eb257fa5c045c102630472c15bc27"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + model = "Orange Pi PC Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "06ef0229c2b953b55d70c0d857b847a6bd8dd048288b7387f55d9b1789c36506"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "9eadd1f971bbb08a91a83b4bf2e4232f39d87c69d20e32fe6e61d04b5a3bbf10"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + model = "Orange Pi Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "64218f4f9d8e176aa91c0df0e7ece8d73f93011c67d268317ecf24b0d84cfd6e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "0bdead3268f87aa37ca11f3284c137928d779b99fbd1915b285719f7a8281559"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + model = "Orange Pi R1"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-zero"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "b9b2fd913e0a09a2118985428d11cab6cbb42a89ae980eb17328458299c80a10"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa7-xunlong_orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "f111498da3a748df0fe3144f49834a8f6fdb6724e9549f635751a2da262b7741"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + model = "Orange Pi Zero"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "sunxi/cortexa7"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_a10-cubieboard = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa8-cubietech_a10-cubieboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "38c7135d50aa1523fd70ccff803410cded96c3448a44251c1c7104624b367eab"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa8-cubietech_a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "16b17136212d6b586b3191477d2444c03369fba75abfd990631613467243edc1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + model = "Cubieboard"; + vendor = "Cubietech"; + } + ]; + }; + linksprite_a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa8-linksprite_a10-pcduino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa8-linksprite_a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "9c66f6d676ba1285cb5888d80bb99c96d4b23fbecb56caf7d6fea6e9cfa66a56"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa8-linksprite_a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "6122f12ac78bbf69f2e91fdd04392ab3efd3667a5942dc2cab57ea57e87890ca"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + model = "pcDuino"; + vendor = "LinkSprite"; + } + ]; + }; + marsboard_a10-marsboard = { + device_packages = [ + "mod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa8-marsboard_a10-marsboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa8-marsboard_a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "0d53f05ee30b0ed98593f6bb8a6f6f5547e10866b750897cf8bc2dec52de7358"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa8-marsboard_a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "ec777ce3f54978eb3d4a661a899bbf74bfd707dce8fd9281f546d1760441370b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + model = "MarsBoard A10"; + vendor = "HAOYU Electronics"; + } + ]; + }; + olimex_a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa8-olimex_a10-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa8-olimex_a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "0e35f343f8b9ff3d5d03072daebee51739653f7c80e5c0981fc5100646a9e748"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa8-olimex_a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "8a93aeb953914329e67dd3a792f12d5b907f8ad6937334acf84f35ed0c57e5ac"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + model = "A10-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa8-olimex_a13-olimex-som"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa8-olimex_a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "6746fa4d3ca3a70ec1f1847ff455b44d5d7ff4032f012396f81af8f45b22ac7d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa8-olimex_a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "ed75d93d66bb341801027dfe1b6e1810f9917d725cf9fda5e2d542fde9e9de91"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-SOM"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.5-sunxi-cortexa8-olimex_a13-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-sunxi-cortexa8-olimex_a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "7071dc5c435c11381b9b084a88f1efe90d1cdcf96bb4434eabfb3b05eea7c942"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-sunxi-cortexa8-olimex_a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "bac4bd99f5f9482778a38dd3fd4976ee904872845e1f1f892ec16c9f8d7713e8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-OLinuXino"; + vendor = "Olimex"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "sunxi/cortexa8"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.5-tegra-compulab_trimslice"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "60fdc987c5fc9be468c2977d360089d81b790242d03b1d9f3e1874ef30382411"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "2ea1bf9795dabd5f294386ea48a29720b780c61cb54beafd01fb087377556eb4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + model = "TrimSlice"; + vendor = "CompuLab"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "tegra/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + x86 = { + "64" = { + arch_packages = "x86_64"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-bnx2" + "kmod-e1000e" + "kmod-e1000" + "kmod-forcedeth" + "kmod-igb" + "kmod-ixgbe" + "kmod-r8169" + ]; + image_prefix = "openwrt-21.02.5-x86-64-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-x86-64-generic-ext4-combined-efi.img.gz"; + sha256 = "ed43e1627645a53d3e28ccbcea3579d6ce3881a176491a810f4b1293e2fad4fe"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-x86-64-generic-ext4-rootfs.img.gz"; + sha256 = "08211f555995ed8e517f7e5de533ef9924b4e1026667435468535f9409a6bbe1"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-x86-64-generic-ext4-combined.img.gz"; + sha256 = "8f0a1bec39ae506a536d249d91508a88ae94864a98378e7f11c847c8520e707c"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-x86-64-generic-squashfs-combined-efi.img.gz"; + sha256 = "112b36ceac365c16f612064e150f4d06c22b3b627613b6bcf6bf83978b46b976"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-x86-64-generic-squashfs-combined.img.gz"; + sha256 = "41068aefeed36de2fea45d968001e89cf3e2b066a397c54c84b6ac80786c6037"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-x86-64-generic-squashfs-rootfs.img.gz"; + sha256 = "655708523888bcd9a1897f13c76429bda077d8dc8c632dbac5f360bb3a4ae3a2"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/64"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "x86/64"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + generic = { + arch_packages = "i386_pentium4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-21.02.5-x86-generic-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-x86-generic-generic-squashfs-combined-efi.img.gz"; + sha256 = "a113ac9dd134a40f362440f85dae6791c599f0db6e8b8f78c70e0d8f738ef291"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-x86-generic-generic-ext4-rootfs.img.gz"; + sha256 = "a103e16e8465c6e5d42755cf3abd0f10af62823d7ed0e63b0009a2117b1b4b9f"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-x86-generic-generic-squashfs-rootfs.img.gz"; + sha256 = "0bf7aedf88d710b8aa8918e70173d7d441fa888c5afc9645bd212aef6d7a17f4"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-x86-generic-generic-ext4-combined-efi.img.gz"; + sha256 = "2a63cf807b2d77b07ef755627398313aca764a3b7991df92297521c12204259e"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-x86-generic-generic-squashfs-combined.img.gz"; + sha256 = "751773ed6c22b94917d33e43599b9b9f93e4b807a9d27c3136b5eb51948e05dc"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-x86-generic-generic-ext4-combined.img.gz"; + sha256 = "a4c569807bc3092fa4ffe4dba2728b67f97d3708b7ae8e9c3e6dc4c305696b0e"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "x86/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + geode = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-21.02.5-x86-geode-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-x86-geode-generic-ext4-rootfs.img.gz"; + sha256 = "f6a7f35ea03710299139db718d790308078b225ac0acf5db8f255cb1593ff7ff"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-x86-geode-generic-ext4-combined.img.gz"; + sha256 = "90b22e2e1b336b7eb05a9cfad4183ffe61c4caa63aaa8345b0fce0bdc407ed66"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-x86-geode-generic-ext4-combined-efi.img.gz"; + sha256 = "26578bb2b54e1893ebe8a5b32265f8c5753ec1ebf4bd1508d6647e6b07ef6f26"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-x86-geode-generic-squashfs-combined-efi.img.gz"; + sha256 = "ea021f7d90c9e0ea9aac402ea3896cc35f149a76925994e7138e93ef508adadc"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-x86-geode-generic-squashfs-rootfs.img.gz"; + sha256 = "121187c56edbd8e0d4c28548988dffdd7417b3c257c43066d7f61ddc08c783db"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-x86-geode-generic-squashfs-combined.img.gz"; + sha256 = "75e560df9e91421d8b4ea7a40f419105fbeb4bd60fd167497370524b3720456a"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/Geode"; + } + ]; + }; + geos = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + "br2684ctl" + "flashrom" + "kmod-hwmon-lm90" + "kmod-mppe" + "kmod-pppoa" + "kmod-usb-ohci-pci" + "linux-atm" + "ppp-mod-pppoa" + "pppdump" + "pppstats" + "soloscli" + "tc" + ]; + image_prefix = "openwrt-21.02.5-x86-geode-geos"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-x86-geode-geos-squashfs-rootfs.img.gz"; + sha256 = "0b837506ee75d93947798595142f2d1e994918abd606fa8ad56ab31914210075"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-x86-geode-geos-ext4-rootfs.img.gz"; + sha256 = "5438083cbd622f465fc099b4eb03dc2ebb80ba5775f5eb135041274b4a63ab19"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-x86-geode-geos-ext4-combined.img.gz"; + sha256 = "f04cba33e2542e33154a5e85607bb0abfaa310ec1792d0436f847e3d0e27bfdd"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-x86-geode-geos-squashfs-combined-efi.img.gz"; + sha256 = "db9d7ec6f12aec4e9c88eeafdffa37835bc4a0546c6b2c90a0ba1d34c50eb9f5"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-x86-geode-geos-squashfs-combined.img.gz"; + sha256 = "d3c07a385fdd6bf92e1da81b2d713fd1e576fee64a70462639310469eb5b099b"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-x86-geode-geos-ext4-combined-efi.img.gz"; + sha256 = "5c0aa961491641cc98528b8cbe457ceacd6a67ad0d98361abb8396c1f7a76a71"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Traverse Technologies Geos"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "x86/geode"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + legacy = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-21.02.5-x86-legacy-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.5-x86-legacy-generic-ext4-rootfs.img.gz"; + sha256 = "cde8c76056b6be41b46058a99e0e53e8206449c50f1a38398f1a81669631dd3f"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-x86-legacy-generic-squashfs-rootfs.img.gz"; + sha256 = "9a51bd31fd0ca0aab803b76d56b7f9a1a2925305fb2d3b93429d69f5a05764b0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-x86-legacy-generic-squashfs-combined.img.gz"; + sha256 = "6f265eaeecb466734360bfd7217d27d68df689630ec2d2825924aaeea423dfcd"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-x86-legacy-generic-ext4-combined-efi.img.gz"; + sha256 = "70fa96141650c3a55ef4cbbc7f4b7bea0e10882d21892140295553d51cc82d54"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-x86-legacy-generic-squashfs-combined-efi.img.gz"; + sha256 = "e99948df92db2df1f103cc6aad99436c2e319a9be3a17b5aee4c3134721bbd0b"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.5-x86-legacy-generic-ext4-combined.img.gz"; + sha256 = "5d7560a9871fb07084e0f5e4f149c328c9a7e76eba77e0db4e00e4b0a2ceec84"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/legacy"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "x86/legacy"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-msdos" + "kmod-ipt-offload" + "kmod-usb-storage" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "eb7b4d2f74fcd055b6078995da3fdb3dc2ae2d07cc3abf2dd5b549944bbb5c27"; + type = "sdcard"; + } + ]; + supported_devices = [ + "avnet,zynq-zed" + ]; + titles = [ + { + model = "ZedBoard"; + vendor = "Avnet"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "698902dce4528a8433f7b8c2d266a8c651dbc41b8462f10963a414960698e89d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo" + ]; + titles = [ + { + model = "Zybo"; + vendor = "Digilent"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.5-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "9c3743d9f350bedff1b8cff79199c0aa3b1dec8858a81da22675c207f13ca3d0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo-z7" + ]; + titles = [ + { + model = "Zybo Z7"; + vendor = "Digilent"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-21.02.5-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.5-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "5f2f18a9c9b142477544c475e0a7040a332438ba95a2668405df128533546df8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xlnx,zynq-zc702" + ]; + titles = [ + { + model = "ZC702"; + vendor = "Xilinx"; + } + ]; + }; + }; + source_date_epoch = "1665688598"; + target = "zynq/generic"; + version_code = "r16688-fa9a932fdb"; + version_number = "21.02.5"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/21.02.6.nix b/cached-profiles/21.02.6.nix new file mode 100644 index 00000000..768e0b97 --- /dev/null +++ b/cached-profiles/21.02.6.nix @@ -0,0 +1,44155 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-i2c-core" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.6-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-apm821xx-nand-meraki_mr24-initramfs-kernel.bin"; + sha256 = "a5dc02a4ffc81a75f610c5bbffecfa17512ad31bd3904c6a99641f3ebc96a3ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "36710e58084c4bd02945da197285e367994d980f75a1d1f3c566df9e61473767"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + model = "MR24"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.6-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "e684b9bb3b5067a6dbeac0ed95044d9109ccf4d22761b057f6dbe673f6d67a57"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-apm821xx-nand-meraki_mx60-initramfs-kernel.bin"; + sha256 = "aaae398082089d5777f0051458579e9e16d85b1133455187a8ea526b52c89830"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mx60" + "mx60" + ]; + titles = [ + { + model = "MX60/MX60W"; + vendor = "Cisco Meraki"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.6-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "4fd1f7110a71c1012e39689ac1f51838e3e5869240d21570b92a09397079a02d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "504ddf6c2d75f55bf75400173a86dd3552b2b5248caec0dba02ca29cdbea4487"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-apm821xx-nand-netgear_wndap620-initramfs-kernel.bin"; + sha256 = "681702265244e0e8789bf73e60939d26bb7f457221165a143cbbb1306191dcc1"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + model = "WNDAP620 (Premium Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.6-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "c0e0fd375865d1bdf7a51b5c760c862b19a43c818c9324c6d153544e163447b7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-apm821xx-nand-netgear_wndap660-initramfs-kernel.bin"; + sha256 = "9f9a2132b5a11a28664156baa3a14ca89eb87d46d0f1cb4a28eb41e244a6530e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "37742fc0b038c470ca13bf82d7cfed20ada766d9c8a10453b1b655790e988476"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + model = "WNDAP660 (Dual Radio Dual Band Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-hwmon-drivetemp" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.6-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "9ed164990802f8752da0448f37b17e9736dbd4444f147175ffbc267b7fd8c5ab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-apm821xx-nand-netgear_wndr4700-initramfs-kernel.bin"; + sha256 = "0cfedb7a07546e1493bd2ca3a5bcd4de874659145423c76b1436f4e6bd291493"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "ecef305cecd4fb391ee225fa10d4cf07663c475e2185d49f52a73a73640b8b78"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + model = "Centria N900 WNDR4700/WNDR4720"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "apm821xx/nand"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "badblocks" + "base-files" + "block-mount" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "e2fsprogs" + "f2fsck" + "fdisk" + "fstools" + "kmod-dm" + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-md-mod" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mkf2fs" + "mtd" + "netifd" + "opkg" + "partx-utils" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "06e9cd2f16b937e9eeb3d454df3841e8572eabed4fcf775d3d33e7feefda6476"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "16f408e9a4cb9f957ed3a6ea580a87b359f64c8c2b5a75b1cd529cd46623ed30"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-apm821xx-sata-wd_mybooklive-initramfs-kernel.bin"; + sha256 = "8aa710b64380c774716107f05808bde946f949cc29023c698833fdad6f5a6332"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "6e743714b1e33030e3e02570aa91fab68a70074111ff65b4f43a98da2a004a26"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "62ab9cc040a59e5611ddc426d0eb06271071734c715bddb2b84a1bd86cfacb15"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + model = "My Book Live Series (Single + Duo)"; + vendor = "Western Digital"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "apm821xx/sata"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + arc770 = { + generic = { + arch_packages = "arc_arc700"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-arc770-generic-nsim"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-arc770-generic-nsim-initramfs.elf"; + sha256 = "90b3cecde5bc488594e7b23e9fd8df3ab4dac462537e82ac99c786daf9f29ffc"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim" + ]; + titles = [ + { + model = "nSIM"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "arc770/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + archs38 = { + generic = { + arch_packages = "arc_archs"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim_hs = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-archs38-generic-nsim_hs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-archs38-generic-nsim_hs-initramfs.elf"; + sha256 = "5759ef847929e5e62def5a61da0384a1fbcd76ed459877ca8fc268ffd2539de2"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim,hs" + ]; + titles = [ + { + model = "nSIM HS"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "archs38/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-at91-udc" + "kmod-ipt-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + atmel_at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9263ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9263ek-ubifs-root.ubi"; + sha256 = "0000e80ebe52f611457e7e111bd4d79a677c066b8a932f1180064ae2ba22c2bd"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9263ek-squashfs-root.ubi"; + sha256 = "08ef19a251d711c84202d005632be85780b0a73b1c4fa52240c0d6b7aef32e7d"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9263ek" + ]; + titles = [ + { + model = "AT91SAM9263-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9g15ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9g15ek-ubifs-root.ubi"; + sha256 = "0000e80ebe52f611457e7e111bd4d79a677c066b8a932f1180064ae2ba22c2bd"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9g15ek-squashfs-root.ubi"; + sha256 = "08ef19a251d711c84202d005632be85780b0a73b1c4fa52240c0d6b7aef32e7d"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g15ek" + ]; + titles = [ + { + model = "AT91SAM9G15-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9g20ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9g20ek-squashfs-root.ubi"; + sha256 = "08ef19a251d711c84202d005632be85780b0a73b1c4fa52240c0d6b7aef32e7d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9g20ek-ubifs-root.ubi"; + sha256 = "0000e80ebe52f611457e7e111bd4d79a677c066b8a932f1180064ae2ba22c2bd"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek-2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9g20ek-2mmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9g20ek-2mmc-squashfs-root.ubi"; + sha256 = "08ef19a251d711c84202d005632be85780b0a73b1c4fa52240c0d6b7aef32e7d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9g20ek-2mmc-ubifs-root.ubi"; + sha256 = "0000e80ebe52f611457e7e111bd4d79a677c066b8a932f1180064ae2ba22c2bd"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek_2mmc" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + variant = "2MMC"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9g25ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9g25ek-ubifs-root.ubi"; + sha256 = "0000e80ebe52f611457e7e111bd4d79a677c066b8a932f1180064ae2ba22c2bd"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9g25ek-squashfs-root.ubi"; + sha256 = "08ef19a251d711c84202d005632be85780b0a73b1c4fa52240c0d6b7aef32e7d"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g25ek" + ]; + titles = [ + { + model = "AT91SAM9G25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9g35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9g35ek-squashfs-root.ubi"; + sha256 = "08ef19a251d711c84202d005632be85780b0a73b1c4fa52240c0d6b7aef32e7d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9g35ek-ubifs-root.ubi"; + sha256 = "0000e80ebe52f611457e7e111bd4d79a677c066b8a932f1180064ae2ba22c2bd"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g35ek" + ]; + titles = [ + { + model = "AT91SAM9G35-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9m10g45ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "08ef19a251d711c84202d005632be85780b0a73b1c4fa52240c0d6b7aef32e7d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "0000e80ebe52f611457e7e111bd4d79a677c066b8a932f1180064ae2ba22c2bd"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9m10g45ek" + ]; + titles = [ + { + model = "AT91SAM9M10G45-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9x25ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9x25ek-ubifs-root.ubi"; + sha256 = "0000e80ebe52f611457e7e111bd4d79a677c066b8a932f1180064ae2ba22c2bd"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9x25ek-ext4-sdcard.img.gz"; + sha256 = "6cacbecad906dcc4556042c8906ed6d8b1342fc2172ddcfb71bfd1f62ddd9040"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9x25ek-squashfs-root.ubi"; + sha256 = "08ef19a251d711c84202d005632be85780b0a73b1c4fa52240c0d6b7aef32e7d"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x25ek" + ]; + titles = [ + { + model = "AT91SAM9X25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9x35ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9x35ek-ubifs-root.ubi"; + sha256 = "0000e80ebe52f611457e7e111bd4d79a677c066b8a932f1180064ae2ba22c2bd"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9x35ek-ext4-sdcard.img.gz"; + sha256 = "85287f30b1b4035109efd1d5624cb71c576cb35fcc54869f8a2f31a5ba930fc9"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-atmel_at91sam9x35ek-squashfs-root.ubi"; + sha256 = "08ef19a251d711c84202d005632be85780b0a73b1c4fa52240c0d6b7aef32e7d"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x35ek" + ]; + titles = [ + { + model = "AT91SAM9X35-EK"; + vendor = "Atmel"; + } + ]; + }; + calamp_lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-calamp_lmu5000"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-calamp_lmu5000-ubifs-factory.bin"; + sha256 = "da7dc6612e92c6f338fc21a89d8d1cb970153e42fb6e14e813ce4c42e4605fb6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-calamp_lmu5000-squashfs-factory.bin"; + sha256 = "6e217eb440cfd18475f9fea9c8d2cebccdd40a20d0aa89d48401159cce6015de"; + type = "factory"; + } + ]; + supported_devices = [ + "calamp,lmu5000" + ]; + titles = [ + { + model = "LMU5000"; + vendor = "CalAmp"; + } + ]; + }; + calao_tny-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-calao_tny-a9260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-calao_tny-a9260-squashfs-factory.bin"; + sha256 = "cc4fb63da76df8f1684f01df36b59d7b4d4739ce934a753134848fa49965e5f0"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-calao_tny-a9260-ubifs-factory.bin"; + sha256 = "41d9be42cbf34421028f5e3d79ce028d5093186720a5c5a738fa1179c8af17cd"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9260" + ]; + titles = [ + { + model = "TNY A9260"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-calao_tny-a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-calao_tny-a9263-squashfs-factory.bin"; + sha256 = "fffd667478343099cc03295fa3c8bdc4daf6e2035cf9b9dff157f5478b0a3aec"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-calao_tny-a9263-ubifs-factory.bin"; + sha256 = "53a07a224095068331a3363e0a40ff5c15cba03b25b878f318817a22234d5d19"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,tny-a9263" + ]; + titles = [ + { + model = "TNY A9263"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-calao_tny-a9g20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-calao_tny-a9g20-ubifs-factory.bin"; + sha256 = "c7653c8e799f64ee1442f1295d5650b6ab635ba1d23f1d72ccb2aeff489d454b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-calao_tny-a9g20-squashfs-factory.bin"; + sha256 = "5e0926dbeb3bbf431d7c9056f77754fd9d27bc8ee30509fb158b694f82b7f588"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9g20" + ]; + titles = [ + { + model = "TNY A9G20"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-calao_usb-a9260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-calao_usb-a9260-squashfs-factory.bin"; + sha256 = "a4077a369b93829d29160550c0ef21d91ccd462577c979a0c2cdb6587f00168a"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-calao_usb-a9260-ubifs-factory.bin"; + sha256 = "6ee91e4e9f984b2b726abfb764965d736d6c26525b99cb96f4289969eacbdaa6"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9260" + ]; + titles = [ + { + model = "USB A9260"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-calao_usb-a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-calao_usb-a9263-squashfs-factory.bin"; + sha256 = "bf90a5cc6b9f358acc9b35b8715d7e7255e8516e745b1f232d3ec264be1396fd"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-calao_usb-a9263-ubifs-factory.bin"; + sha256 = "7b9932eed33e75249ad0c3e0b8dfdf6dd394cd57c2b43bdbcfe65193ed5533ce"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,usb-a9263" + ]; + titles = [ + { + model = "USB A9263"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-calao_usb-a9g20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-calao_usb-a9g20-ubifs-factory.bin"; + sha256 = "3e5d39a58cdd2b44e4a31f57f4ff90681c10c70e70a1367ed327bacd07106ecd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-calao_usb-a9g20-squashfs-factory.bin"; + sha256 = "e3b15535b6f995478e8def24a1b54414e62a318196828cf4d9ab11e1fdb2f9b9"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9g20" + ]; + titles = [ + { + model = "USB A9G20"; + vendor = "Calao"; + } + ]; + }; + egnite_ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-egnite_ethernut5"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-egnite_ethernut5-ubifs-root.ubi"; + sha256 = "8869173bbf70f2d1f8ca14e1be1fde0077dca119d02fa4dab4009e2411171715"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-egnite_ethernut5-squashfs-root.ubi"; + sha256 = "8999e00ca94d82e12ad5a3fd1daefd9afa125116002fe3784c631e54b8c7c322"; + type = "root"; + } + ]; + supported_devices = [ + "egnite,ethernut5" + ]; + titles = [ + { + model = "Ethernut 5"; + vendor = "egnite"; + } + ]; + }; + laird_wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-21.02.6-at91-sam9x-laird_wb45n"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sam9x-laird_wb45n-ubifs-root.ubi"; + sha256 = "0e1dd909bc53f792d33033174dedb8c8732277da0ad00c911aae0f135da28892"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sam9x-laird_wb45n-squashfs-root.ubi"; + sha256 = "fc1262e0762768cb2f0996930b234e345f91a9563f0cf1a8c251cad26be89746"; + type = "root"; + } + ]; + supported_devices = [ + "laird,wb45n" + ]; + titles = [ + { + model = "WB45N"; + vendor = "Laird"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "at91/sam9x"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-at91-udc" + "kmod-ipt-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama5d2-ptc-ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sama5-microchip_sama5d2-ptc-ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sama5-microchip_sama5d2-ptc-ek-ubifs-root.ubi"; + sha256 = "f96a7b02a86a3c9b21e5ee9ca7c45ce76434c72e67f6d6b414a049b6f237a171"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sama5-microchip_sama5d2-ptc-ek-squashfs-root.ubi"; + sha256 = "4e2eb3ba9e53ee34d92d8c05b663ae579b015868a6cc3ef04a4504d0b0ae3cb9"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-at91-sama5-microchip_sama5d2-ptc-ek-ext4-sdcard.img.gz"; + sha256 = "3f74f55cfae5fbb82dba24adef8c07330ff1ea7d4257d0b6faa19301bf89e9c3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d2-ptc_ek" + ]; + titles = [ + { + model = "SAMA5D2 PTC Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sama5-microchip_sama5d2-xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sama5-microchip_sama5d2-xplained-squashfs-root.ubi"; + sha256 = "4e2eb3ba9e53ee34d92d8c05b663ae579b015868a6cc3ef04a4504d0b0ae3cb9"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-at91-sama5-microchip_sama5d2-xplained-ext4-sdcard.img.gz"; + sha256 = "28ff8dc0d987124d013c567d75e920cc0c1cbe7bb8cd0e697c20c9b3a0e4c1db"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sama5-microchip_sama5d2-xplained-ubifs-root.ubi"; + sha256 = "f96a7b02a86a3c9b21e5ee9ca7c45ce76434c72e67f6d6b414a049b6f237a171"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-xplained" + ]; + titles = [ + { + model = "SAMA5D2 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-som1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sama5-microchip_sama5d27-som1-ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sama5-microchip_sama5d27-som1-ek-ubifs-root.ubi"; + sha256 = "f96a7b02a86a3c9b21e5ee9ca7c45ce76434c72e67f6d6b414a049b6f237a171"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sama5-microchip_sama5d27-som1-ek-squashfs-root.ubi"; + sha256 = "4e2eb3ba9e53ee34d92d8c05b663ae579b015868a6cc3ef04a4504d0b0ae3cb9"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-at91-sama5-microchip_sama5d27-som1-ek-ext4-sdcard.img.gz"; + sha256 = "edcf1695c7739269921809f497b853935b2d35081295e22e3d648456358f6e1e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d27-som1-ek" + ]; + titles = [ + { + model = "SAMA5D27 SOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d3-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sama5-microchip_sama5d3-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sama5-microchip_sama5d3-xplained-ubifs-root.ubi"; + sha256 = "f96a7b02a86a3c9b21e5ee9ca7c45ce76434c72e67f6d6b414a049b6f237a171"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sama5-microchip_sama5d3-xplained-squashfs-root.ubi"; + sha256 = "4e2eb3ba9e53ee34d92d8c05b663ae579b015868a6cc3ef04a4504d0b0ae3cb9"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-at91-sama5-microchip_sama5d3-xplained-ext4-sdcard.img.gz"; + sha256 = "432e974b8df711c28c6956573612cc0e0a8bd734b071a9907832ba4965a5b813"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d3-xplained" + ]; + titles = [ + { + model = "SAMA5D3 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d4-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-at91-sama5-microchip_sama5d4-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-at91-sama5-microchip_sama5d4-xplained-ubifs-root.ubi"; + sha256 = "7146e1cfb7e757c04e6e644c8ee8972c091967d9b7452b02cc4dc6042be1c3bb"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-at91-sama5-microchip_sama5d4-xplained-ext4-sdcard.img.gz"; + sha256 = "b4c2930c0841eefee2a980a06ecb3dc142ee1f7db2c10c91a55917586b0ca4d1"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-at91-sama5-microchip_sama5d4-xplained-squashfs-root.ubi"; + sha256 = "1aac37ba3ea95ecf2ceb0f57124eb0cace9ea253e68bc0c5a25b23d3ea6bf0bf"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d4-xplained" + ]; + titles = [ + { + model = "SAMA5D4 Xplained"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "at91/sama5"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath5k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath25-generic-kernel.gz"; + sha256 = "80258a461c506fd6ee4b49a2ad7d3c7035ac572f689fdcb8ad86e60fd874064c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath25-generic-squashfs-rootfs.bin"; + sha256 = "2a49d55b16ad1184e75c14c965812c8c99f5a8da5b43dc6c04f42f803bff3d79"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath25-generic-kernel.lzma"; + sha256 = "64a03b6c753a48630a2f610dcebc23e996839a21d34ca124ba04224e31eb07c4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath25-generic-kernel.elf"; + sha256 = "da8b5f24fd9c1fe24c3411cbb8c02facb84ba12287f588d7577a751eb3f59ef1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "c7a28ace88ce0263f329f1cbd0fa58261f03f3d40e5bc27cd2efe12346840de6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Generic AR2xxx board"; + vendor = "Atheros"; + } + ]; + }; + ubnt_picostation-2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath25-ubnt_picostation-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath25-ubnt_picostation-2-squashfs-sysupgrade.bin"; + sha256 = "bb0a30721b88213504748795853c91e973452e25ddb08b2c8ec3b18b1414ce0f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-2" + ]; + titles = [ + { + model = "Picostation 2 (XS2-8)"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "ath25/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "f3703080ebf482ec2e2975adf718eca8696628569520c10d72897d292e036346"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-8dev_carambola2-initramfs-kernel.bin"; + sha256 = "faa69c85116e12adffd4f5cdab2d6fa4f681edec901e8c36073d854802fd7524"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + model = "Carambola2"; + vendor = "8devices"; + } + ]; + }; + "8dev_lima" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-8dev_lima"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-8dev_lima-initramfs-kernel.bin"; + sha256 = "0ebab8696c9e4439cc32ac51607ede9c14ac3600f4f6356546b4c40536103601"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-8dev_lima-squashfs-sysupgrade.bin"; + sha256 = "f6ea66763902d94519a320ce724e168f7dc88a46014da6e8c0788efb218831cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,lima" + "lima" + ]; + titles = [ + { + model = "Lima"; + vendor = "8devices"; + } + ]; + }; + adtran_bsap1800-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-adtran_bsap1800-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-adtran_bsap1800-v2-squashfs-sysupgrade.bin"; + sha256 = "1280039943705cc70bf13c845aeb5ffa61dbb637962bd8b3a9981c3f141453a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-adtran_bsap1800-v2-initramfs-kernel.bin"; + sha256 = "f1cbf1d4b5452148bf8fa05915e22b9334c4d802807a4af632da2041d1ff37c3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-adtran_bsap1800-v2-squashfs-kernel.bin"; + sha256 = "d3a42ebc37de92d1ad4f7b8e1be86278e7e001b8c9288adf0e7cf8f75ba1f71e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-adtran_bsap1800-v2-squashfs-rootfs.bin"; + sha256 = "632576b759980d1ab7e98903cabc1f40df4eb2c94295bdc55457563d2eef0ecc"; + type = "rootfs"; + } + ]; + supported_devices = [ + "adtran,bsap1800-v2" + ]; + titles = [ + { + model = "BSAP-1800"; + variant = "v2"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + adtran_bsap1840 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-adtran_bsap1840"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-adtran_bsap1840-initramfs-kernel.bin"; + sha256 = "f2d7ea3ab857c880bc729d3ccd0852171c1a83fa7ffbdfdedcaa1e932e9e9a41"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-adtran_bsap1840-squashfs-sysupgrade.bin"; + sha256 = "edc2f885c78975b65ffb86e793ed2466bad3f1795a31e10d5ae80fd950910ece"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-adtran_bsap1840-squashfs-kernel.bin"; + sha256 = "cd870390b34bb73fa26f44a0b278eee1b05c2ea37c1e45a20a7759042d1fba8c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-adtran_bsap1840-squashfs-rootfs.bin"; + sha256 = "632576b759980d1ab7e98903cabc1f40df4eb2c94295bdc55457563d2eef0ecc"; + type = "rootfs"; + } + ]; + supported_devices = [ + "adtran,bsap1840" + ]; + titles = [ + { + model = "BSAP-1840"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + airtight_c-75 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-airtight_c-75"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-airtight_c-75-squashfs-sysupgrade.bin"; + sha256 = "8fb2a027403da166e40a0178fa66b068cd5abaa3029f428139861d0d8fc9177a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-airtight_c-75-initramfs-kernel.bin"; + sha256 = "87b4bb74a883bcf3de0b6bf052a9d67cbe0e54e8a19e6a3d9045b89bdfc4805f"; + type = "kernel"; + } + ]; + supported_devices = [ + "airtight,c-75" + ]; + titles = [ + { + model = "C-75"; + vendor = "AirTight Networks"; + } + { + model = "C-75"; + vendor = "Mojo Networks"; + } + { + model = "AP320"; + vendor = "WatchGuard"; + } + ]; + }; + alfa-network_ap121f = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-alfa-network_ap121f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-alfa-network_ap121f-squashfs-sysupgrade.bin"; + sha256 = "b080ad09b628dcf9d70ba8deca841fc799358bcb8fb7e90b245a6ab01b215ccd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-alfa-network_ap121f-initramfs-kernel.bin"; + sha256 = "d7a98f1762684d699268bbdb5769401b20ffe6900469ab1ae2fde7d534a7c3e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121f" + "ap121f" + ]; + titles = [ + { + model = "AP121F"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_ap121fe = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-gadget-eth" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-alfa-network_ap121fe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-alfa-network_ap121fe-squashfs-sysupgrade.bin"; + sha256 = "d39bc0efa8008576bfbfdd3304bb6993a719d0911db411e632a94485edec809a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-alfa-network_ap121fe-initramfs-kernel.bin"; + sha256 = "610e636aac12f1f42edb647e7e4f36091bf096dbfe01f5dd615475427cdd6f57"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121fe" + ]; + titles = [ + { + model = "AP121FE"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n2q = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-gpio-pcf857x" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-alfa-network_n2q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-alfa-network_n2q-initramfs-kernel.bin"; + sha256 = "7ad88653ba4f5dcf45cc33ee0844d794aa714f3dabd9a04c71bf8f73e60bf6d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-alfa-network_n2q-squashfs-sysupgrade.bin"; + sha256 = "c7625d7f9a6c9d36a1ffccfe3bf03bc5c0d1d0b296f765b610f8c6b572c6f7f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,n2q" + ]; + titles = [ + { + model = "N2Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n5q = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-alfa-network_n5q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-alfa-network_n5q-squashfs-sysupgrade.bin"; + sha256 = "b400e88e52fde61cb52a12fee39891e8f48f022615bfbfe0e4ed252dac25f5ce"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-alfa-network_n5q-initramfs-kernel.bin"; + sha256 = "777a2dbd4d417bbe161b7ffaf091e96753c38e0f04e3326584f37ba79e62ce9d"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n5q" + "n5q" + ]; + titles = [ + { + model = "N5Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_pi-wifi4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-alfa-network_pi-wifi4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-alfa-network_pi-wifi4-squashfs-sysupgrade.bin"; + sha256 = "ddf6b144af45fbd4f91f156c2675bcbcc8b489e54c9ea9aeee1c21db1950498c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-alfa-network_pi-wifi4-initramfs-kernel.bin"; + sha256 = "94fee0a6e8491986522bcb56ba46f462a02b79bf1d33f4d472ca800c32cee04f"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,pi-wifi4" + ]; + titles = [ + { + model = "Pi-WiFi4"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-alfa-network_r36a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-alfa-network_r36a-initramfs-kernel.bin"; + sha256 = "23fc5f82f86ae5561068985fda26078ec29b6e5917d5ba6646dec57338d03dce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-alfa-network_r36a-squashfs-sysupgrade.bin"; + sha256 = "9a19b08df26979760c2e006f4fa14e0521f8e62264a9b4be1c7337707c96b68a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36a" + "r36a" + ]; + titles = [ + { + model = "R36A"; + vendor = "ALFA Network"; + } + ]; + }; + allnet_all-wap02860ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-allnet_all-wap02860ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-allnet_all-wap02860ac-squashfs-sysupgrade.bin"; + sha256 = "cef726a58c225168d3fd519d712790d58650e45597868f8a4d109d0f104990f2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-allnet_all-wap02860ac-squashfs-factory.bin"; + sha256 = "ad4271b5f991a7bf3bf9f93839e86f41a1ee10f414b1ecc5d275c58214893a06"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-allnet_all-wap02860ac-initramfs-kernel.bin"; + sha256 = "0b4addb21f67d96d7b47cac80295fb186c4acd5d2db43899c9adc8b6d8c874be"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all-wap02860ac" + ]; + titles = [ + { + model = "ALL-WAP02860AC"; + vendor = "ALLNET"; + } + ]; + }; + arduino_yun = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "block-mount" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-arduino_yun"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-arduino_yun-squashfs-sysupgrade.bin"; + sha256 = "d037f6b5bdf70614e1c0a5811ecb705aa60fd5b85e61f1c92009215b228a9fac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-arduino_yun-initramfs-kernel.bin"; + sha256 = "eaea32bc156e8255eda7433b698ef9e9ce9725347a5b6f1533b22d70aa0c4ad5"; + type = "kernel"; + } + ]; + supported_devices = [ + "arduino,yun" + "arduino-yun" + ]; + titles = [ + { + model = "Yun"; + vendor = "Arduino"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "df9a981442b01aa3c4e1c2c4552415dba2e0a94f606c8e661997ea793396e012"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-aruba_ap-105-initramfs-kernel.bin"; + sha256 = "405f39f881d5e72e6b1a2662778ec45eb41ac85549fabc46ad85b96fbd8b050e"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + model = "AP-105"; + vendor = "Aruba"; + } + ]; + }; + avm_fritz1750e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-avm_fritz1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin"; + sha256 = "4a00e8b9e7666a07f25923f441063e94f6a0be4f4150df74ec5c4bab5eab1731"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-avm_fritz1750e-initramfs-kernel.bin"; + sha256 = "20ca95fef0a7f7d87c68893f4c3e1db18bcd23c5f52e086eaa6ee0586dfd8582"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz1750e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 1750E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-avm_fritz300e-initramfs-kernel.bin"; + sha256 = "621efe11a4ab7d49efe6459840d201fd3ae5b6a3fa72061c0f0bb886129ee1e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "2bf0829b34b348b653ee82e2efe8b22a7f4eb0027f9641f949fa13bda36b9c0d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 300E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-avm_fritz4020-initramfs-kernel.bin"; + sha256 = "fd83220b9ad223fd9495334cc03936521b624e25fb0f4bb2a954d5a4f375d248"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "ac11aed415bf1047a8bc7e2ad7f902a82d0652142a2f2f1b518ea786f40efb3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + model = "FRITZ!Box 4020"; + vendor = "AVM"; + } + ]; + }; + avm_fritz450e = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-avm_fritz450e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-avm_fritz450e-squashfs-sysupgrade.bin"; + sha256 = "28c9f627c5465cf72402f48456d1cd741f25122abcb62d4df34bf92ee3ac7a65"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-avm_fritz450e-initramfs-kernel.bin"; + sha256 = "63046e2dc33b5c0ca7fdd48de1e2f3390cfcce578d2131976e9700008e6bdcac"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz450e" + "fritz450e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 450E"; + vendor = "AVM"; + } + ]; + }; + avm_fritzdvbc = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-avm_fritzdvbc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-avm_fritzdvbc-initramfs-kernel.bin"; + sha256 = "9cf8e4e51ea1f68c295864732e03b695cf79ef00f5f31ccc0cc54380879f7331"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-avm_fritzdvbc-squashfs-sysupgrade.bin"; + sha256 = "03106e90728955c2d04834c0edc1ee60cef7a7b6d1e170fa61bd695c7fda6aed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzdvbc" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater DVB-C"; + vendor = "AVM"; + } + ]; + }; + belkin_f9j1108-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-belkin_f9j1108-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-belkin_f9j1108-v2-squashfs-sysupgrade.bin"; + sha256 = "92328d4a6c4044e0923d7b1402ff0704b3b06ac9ca0401104d8aae64edd392ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-belkin_f9j1108-v2-initramfs-kernel.bin"; + sha256 = "adbe9e20d94d0ffcf43d086999d7031bc304793dc022433a1dc7f58f2547e1d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-belkin_f9j1108-v2-squashfs-factory.bin"; + sha256 = "78e50bde2654d04c176d4e1d684ccc8989eca01a9f0ceb18aa8e1d505ff6a62c"; + type = "factory"; + } + ]; + supported_devices = [ + "belkin,f9j1108-v2" + ]; + titles = [ + { + model = "F9J1108 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + belkin_f9k1115-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-belkin_f9k1115-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-belkin_f9k1115-v2-initramfs-kernel.bin"; + sha256 = "a17e2a36037055cac4add3e36ef20ff4396757abeac1f5fac1a5732cbd96722d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-belkin_f9k1115-v2-squashfs-factory.bin"; + sha256 = "881087c392c62a5a879bb6a3c612c8149120b466825c0c7fa421f513c89065c9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-belkin_f9k1115-v2-squashfs-sysupgrade.bin"; + sha256 = "53ae9a2226a9e907c11e9d78ea4196aba206bb4c6ccceff6791d4d02497d72d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1115-v2" + ]; + titles = [ + { + model = "F9K1115 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "20fbb7dd2b853ac3c7d0bd8d44b77e919393dfd64c24a2f079e606497f5aaeec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "0479da4cf4a3c1faa4bfb62e7d27498e8c56816a32be96ced7aba15a310d2c31"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "dd8e03125b8367db2e6046b43b0a116a27c0df062de439a159a69fed7f152f61"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_bhr-4grv-initramfs-kernel.bin"; + sha256 = "80fe87da85e75650b7f457ebfe450d74748281713bc5e021d10f6e2bca9aa034"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "BHR-4GRV"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "aac1cf73d8a759bab6bcca27777e023de98efb6ccdd24dbd1f3c88664f7191a3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_bhr-4grv2-initramfs-kernel.bin"; + sha256 = "032d259b614d16073cb5bf83ada4cf9b7a288b7b1043d44d5721af02fb9a0fec"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + model = "BHR-4GRV2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-buffalo_wzr-600dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-600dhp-initramfs-kernel.bin"; + sha256 = "d76dc8d3d7b4e16d857c09ef81d7d9b9667182b57f111cccf0f99927e5a97b7a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-600dhp-squashfs-factory.bin"; + sha256 = "1be2e585b987627e10357028d2adc3f18b81e613752c1dc966ea07078192c71b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "d67620fb7b9fb1453a98a0abfd611165da8757337ab51d1ddca39383eeeb7c15"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-600dhp-squashfs-tftp.bin"; + sha256 = "468cfbf09d4bf0287da85b9589a76c82aa3b6181aad145dd1b6dc127ffe364a4"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-ag300h-initramfs-kernel.bin"; + sha256 = "f623c337f56f9e9532d5799a1080e228d4f053522bd9b47ee9ec7e80f6ede5f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "e18e9acafd36508fd139be7dfa9e5b3117782c3fdef4e4978ffaa40b7145ebd1"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "f5763af20efa669630cf1698e9d1411e14cf6bf8625abea6e4e774a72f0aed33"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "5926a93f3b0dc158f8b90bb05055f909a00b3477d6da1851c85bce6ea707d64c"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-HP-AG300H"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-rb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-gpio-nxp-74hc153" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g300nh-rb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-tftp.bin"; + sha256 = "a74744f55722e90746fca504ca6a77be6c5b4bba2bbcba2752e4ed3962fbdf7b"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-sysupgrade.bin"; + sha256 = "869c47241e01f9ac66f336a4ec47e4cd38fb78219dfadbd56c818fccc51a9720"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-factory.bin"; + sha256 = "4959860b54d60b3a8bf12bb990eea6f83aa724a1f62b14386cb66d23803f455f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g300nh-rb-initramfs-kernel.bin"; + sha256 = "734c8a5a759c4aec818e0b9260a510e41d6ae1942a6a096a8967da38be13a585"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-rb" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366RB switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-s = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-gpio-nxp-74hc153" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g300nh-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-factory.bin"; + sha256 = "469c73b28f9cf1f1244fa08297534408418a438a18df032e55d0e3446c2f395f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-sysupgrade.bin"; + sha256 = "8f20f286a3e810facf236212a299fd3b52741e56f0bd876230b61903e7a4a40d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g300nh-s-initramfs-kernel.bin"; + sha256 = "d4a9f6d561b181812433b0a480a25c16500df3dea7d27f1e93e396bed8e90fd0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-tftp.bin"; + sha256 = "681366dbc6a70159c1f1aeafac329f82a90aeb7fd9ea437fe9d335c6eca0a5c3"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-s" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366S switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g302h-a1a0-initramfs-kernel.bin"; + sha256 = "924424dd5dc56b814d9c8cac1b2de404d75ee3b03e80d166f685afc1890730c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "89667c4efa28c133ded853e79c21d4ea54706b79c91b1302f7b31cb7a5e34bc6"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "fe2bfe39084076683d85a58ef4d61f66798d7b93eef3992f2082ad35a4728609"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "12d6b614534ff6d3c189eec7137044ba300dcf50c6dec3b54df4565ab2a12a51"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + model = "WZR-HP-G302H"; + variant = "A1A0"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g450h-initramfs-kernel.bin"; + sha256 = "943569bd5aa88f0bfd28e2020034851a9049af23cad0b664daa7243762d94cb2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "2adf469acc88a043b3d55f350bd0778994c96dcfd0d9976eea0c04b0ddcc6dfa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "c93f03afee8aa628ed7a15877e28ae6144bef345faa13addacf92d8f5d352959"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "99f39b8d7953cfee5c962669bc9e22c6fb5f786785a18c3ee4e86ee2caa027ef"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "WZR-HP-G450H/WZR-450HP"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-e110n-v2-initramfs-kernel.bin"; + sha256 = "0d4d8d882c37d1cfdbfe2cc8616a1043cf2e474a7466279d38536a17098e1440"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "8394868c736f86071f2dd1ed29ef7d8b5c6a22408e2c5aa124813e6dcf27573a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + model = "CF-E110N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "6a99f8d85f0d5dd526f5b9c57a2b49e095fc14bc13006f72ad3b08c78b53aeaf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-e120a-v3-initramfs-kernel.bin"; + sha256 = "f241736b06e96572916a887002c1c5fe627372c8dcd461a78fd89861ae2fd997"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + model = "CF-E120A"; + variant = "v3"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e130n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-comfast_cf-e130n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-e130n-v2-initramfs-kernel.bin"; + sha256 = "4fa23676acb12be13a5b898fc3d118da93d294e7c3336a0e4aa7184de6eb4fcf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-e130n-v2-squashfs-sysupgrade.bin"; + sha256 = "785f13173db10e42e802a28ad79bb26a59b463fb74259390ed94e93cc2174601"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e130n-v2" + ]; + titles = [ + { + model = "CF-E130N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e313ac = { + device_packages = [ + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-comfast_cf-e313ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-e313ac-initramfs-kernel.bin"; + sha256 = "1bf8c4dac2d9b099936d08862d3dee1a21e05ef3eaf30c2803f150cea6eb3c3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-e313ac-squashfs-sysupgrade.bin"; + sha256 = "658e5d2ab5d3b7dd4bcca2472feca6b4d0cdb062584fcc224c2375b5fa6da933"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e313ac" + ]; + titles = [ + { + model = "CF-E313AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e314n-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-comfast_cf-e314n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-e314n-v2-squashfs-sysupgrade.bin"; + sha256 = "f74a754775338d6735916538f989e48c878ab0b97762cbf348bfb861d44693a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-e314n-v2-initramfs-kernel.bin"; + sha256 = "54df4f732bf0a95d6225ec74568040a5987c9464431316c46cdf5fed6b898743"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e314n-v2" + ]; + titles = [ + { + model = "CF-E314N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-e5-initramfs-kernel.bin"; + sha256 = "180bb4121dfa8e7fcab67e9a031b430f81dab857a2a6816899e9854216047c73"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "e80556ec7712a48b1eb81a311cd830399ff1de3140daa1ce9bf492cf3c13c753"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + model = "CF-E5/E7"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e560ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-comfast_cf-e560ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-e560ac-initramfs-kernel.bin"; + sha256 = "73e231937a6e120e2f6cfdbf3346b0f2df99adbaa839b8e9f93216e2280ebd57"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-e560ac-squashfs-sysupgrade.bin"; + sha256 = "8d9a7941138bb6c13b7c480c4ccfd2c899886bd1f8ed066a7af1c652cd8ea2d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e560ac" + ]; + titles = [ + { + model = "CF-E560AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-ew72 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-comfast_cf-ew72"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-ew72-squashfs-sysupgrade.bin"; + sha256 = "c4fb85344d6a8a9694152f0c2d99144731a571d3c49c50e1fe17acf40b57e9a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-ew72-initramfs-kernel.bin"; + sha256 = "0d02e5225932196176259b12e042e9e8800eb7ad0f4d54744adb442451f46ace"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-ew72" + ]; + titles = [ + { + model = "CF-EW72"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-comfast_cf-wr650ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-wr650ac-v1-squashfs-sysupgrade.bin"; + sha256 = "0a8bdc41d47f026425b549f96cd89cafcbcdcfe823d39f6085b4dd78a4a13415"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-wr650ac-v1-initramfs-kernel.bin"; + sha256 = "0f130e4bd768c315a98293d11af1f679c26d608d2155932b29d10716a4ba1e57"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v1" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-comfast_cf-wr650ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-wr650ac-v2-squashfs-sysupgrade.bin"; + sha256 = "a98fea0e9ba65eba0e0540e624481c40102f904026abdf9e96926a68a5fa070a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-wr650ac-v2-initramfs-kernel.bin"; + sha256 = "54055a76625f53799b6ac020f6ec6a810fd84f8f8857d19a0ac85e1e0ebcfda2"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v2" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr752ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-comfast_cf-wr752ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-wr752ac-v1-squashfs-sysupgrade.bin"; + sha256 = "1948cbea310f70fec7c452c63b12a35da875e1a2a10d7c891d42a8300ef5b1fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-comfast_cf-wr752ac-v1-initramfs-kernel.bin"; + sha256 = "b5071f3277365fb79b8627850ab73e71b2c26a51cd9bc2ba01f639e0d867133c"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr752ac-v1" + ]; + titles = [ + { + model = "CF-WR752AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + compex_wpj344-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-compex_wpj344-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-compex_wpj344-16m-initramfs-kernel.bin"; + sha256 = "ea27ba81f8d19e4a0cb8aa2b2935925c46a9211c0f01d86891820965fbbb26d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-compex_wpj344-16m-squashfs-cpximg-6a08.bin"; + sha256 = "3b5be9e1f5be55fb6c3d3e7e8b2bba27b96d14cc30903866e970416f1d3b2599"; + type = "cpximg-6a08"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-compex_wpj344-16m-squashfs-sysupgrade.bin"; + sha256 = "6ec428b191c075a224be8f1ee6082f3a93188549e7fd504912545af45b8aea8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj344-16m" + "wpj344" + ]; + titles = [ + { + model = "WPJ344"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj531-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-compex_wpj531-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a06.bin"; + sha256 = "c13f4b56fbb77604f2125cdd3fa7058dd5c36acb298dd0b840499883abcaaae6"; + type = "cpximg-7a06"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-compex_wpj531-16m-squashfs-sysupgrade.bin"; + sha256 = "f5f41fa94d3144377b6404fb3e34268d2c5b2ca0ce177fe7d8ba23041c7cd1f4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a03.bin"; + sha256 = "3daca4dcd13e2df42e86d7730de54343d981d5c1c4605f3f43e8953bec45c58b"; + type = "cpximg-7a03"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a04.bin"; + sha256 = "c13f4b56fbb77604f2125cdd3fa7058dd5c36acb298dd0b840499883abcaaae6"; + type = "cpximg-7a04"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a07.bin"; + sha256 = "c13f4b56fbb77604f2125cdd3fa7058dd5c36acb298dd0b840499883abcaaae6"; + type = "cpximg-7a07"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-compex_wpj531-16m-initramfs-kernel.bin"; + sha256 = "bbdcc3ee3332e5880ba70510405ba9b9da95647b63093d61abd235c8f0f08419"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj531-16m" + "wpj531" + ]; + titles = [ + { + model = "WPJ531"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj563 = { + device_packages = [ + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-compex_wpj563"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-compex_wpj563-initramfs-kernel.bin"; + sha256 = "0c5bde55285a64b5e4065883ef5564cd6daafb17a9ad68b65f0b7836b3abc5b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-compex_wpj563-squashfs-cpximg-7a02.bin"; + sha256 = "e3357361e239aa91d0ea31c9f2edda76620ab2ba64b9a3844b193c79e2783212"; + type = "cpximg-7a02"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-compex_wpj563-squashfs-sysupgrade.bin"; + sha256 = "a8a0735700ca16045f01f5faaf83d0e2870a7aa718c9f13dc2637ca1cd5e7411"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj563" + "wpj563" + ]; + titles = [ + { + model = "WPJ563"; + vendor = "Compex"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-devolo_dvl1200e-initramfs-kernel.bin"; + sha256 = "4475205d02f0d5aa7c9dcedba9a987d92d866c4da4fc213cfc4fc013a4acdbba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "cb2835b6df2161f9e267c5d6f99dab8b04c91dbef1e03efd63a29239be6b3820"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + model = "WiFi pro 1200e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "124aa110f02fa16fb079a378a566cead0a6d79e886293b458e76c4ca877d1d8d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-devolo_dvl1200i-initramfs-kernel.bin"; + sha256 = "0749e817e0872085b35e2e5fd47978e0c8daf8bc966ecdd10d92b0e832bc4640"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + model = "WiFi pro 1200i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-devolo_dvl1750c-initramfs-kernel.bin"; + sha256 = "e65fade29cb0c8a88cf80ac633e5bfdf4fcd88a73bb4069a349163585ff2f85a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "ede70ead20cf0bc130d2c29525e4eabaf68c8d633f6258624c9483d81a0bd697"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + model = "WiFi pro 1750c"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "8877cc499d99671a916ddcad4e200b9fe93ceaf17ce0d1f49808d27381170213"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-devolo_dvl1750e-initramfs-kernel.bin"; + sha256 = "86488a75cb6e87bb41ca03737530b9688aa29655ef115ecf79b69e111db53b0c"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + model = "WiFi pro 1750e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "c33e1787f204e6b851bc1773dfee2cb2f23b73e2b3a3cb307df40b68a1f3bdc1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-devolo_dvl1750i-initramfs-kernel.bin"; + sha256 = "33bf6817e4f7d686b3434ebd8a1fcddff534c45f65120ac8442ab72de53078f0"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + model = "WiFi pro 1750i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-devolo_dvl1750x-initramfs-kernel.bin"; + sha256 = "1866b12796641d26a5fd74add969211b9f078d9925e53485e8de831df11f1c27"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "30cb74763321d685453df6c86a388ed676fae30e3f4136ee411499be1740bb10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + model = "WiFi pro 1750x"; + vendor = "devolo"; + } + ]; + }; + devolo_magic-2-wifi = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-devolo_magic-2-wifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-devolo_magic-2-wifi-squashfs-sysupgrade.bin"; + sha256 = "db5ea859603e1352b44d1783eed7c823660b6eca3ca6f871407d8d08ac5a44e0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-devolo_magic-2-wifi-initramfs-kernel.bin"; + sha256 = "9a098a3acf17d02049a4a933b9aabbdd0475a57a0b4972e8e11273be221345d3"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi" + ]; + titles = [ + { + model = "Magic 2 WiFi"; + vendor = "Devolo"; + } + ]; + }; + dlink_dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dap-1330-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "4daf0d28975d3339142256702b86fa29341b03e671ae3ed373924e41b22b224f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-1330-a1-squashfs-factory.bin"; + sha256 = "8c8744bd34e01994f7357d06facd2a3a1478cef617996643b15914efa3c22120"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-1330-a1-initramfs-kernel.bin"; + sha256 = "81e83048cdc54eeb5ad9b7d817ac217ff4910e01ae8d59be6050870bd98412f5"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-1330-a1" + "dap-1330-a1" + ]; + titles = [ + { + model = "DAP-1330"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-1365-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dap-1365-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-1365-a1-squashfs-factory.bin"; + sha256 = "0fc2f8b2d4f831e48cdcdbcd96efe574c2f14c1802658569a82ac5b75320cdf9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-1365-a1-squashfs-sysupgrade.bin"; + sha256 = "079e68b51efceb515e79dc945eecbea75f100b2289cfaedd733c7a628e8b8970"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-1365-a1-initramfs-kernel.bin"; + sha256 = "dcd65120ed8a56cb9846c6b852ac91d9f13ecb24503d5c085a4e1bd82af8fec3"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-1365-a1" + ]; + titles = [ + { + model = "DAP-1365"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2230-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dap-2230-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-2230-a1-squashfs-factory.img"; + sha256 = "3c958df5dd89daba9725f5f13efe682fa20691489ab2d43b699c47e7b2362553"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-2230-a1-squashfs-sysupgrade.bin"; + sha256 = "22d8dca73b2977e0f3d314fd76e451cb34a54a636fa36c6f84285b2980e2dcd9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-2230-a1-initramfs-kernel.bin"; + sha256 = "5abfdfa23de9fd4f10aced654973835f0669e527caad0260f8a32e3bc9200c46"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2230-a1" + ]; + titles = [ + { + model = "DAP-2230"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2660-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dap-2660-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-2660-a1-squashfs-factory.img"; + sha256 = "fa4f81a18f83b032a37d65df26ec2257833b3e2b048ca6f51517b8b270169f70"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "75d7f54e0e1addfe99cbe1c6535b8055e5e1c6e33b75f43f4c2e5cb4c5bac778"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-2660-a1-initramfs-kernel.bin"; + sha256 = "d5b8bbdaa3a288adf0866a6a2bd6cc3ef8ba42e040a652fa3900765c818fc660"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2660-a1" + ]; + titles = [ + { + model = "DAP-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2680-a1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dap-2680-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-2680-a1-squashfs-sysupgrade.bin"; + sha256 = "0f9b48fce5a5a625976d21d0925860282c6868873ac703468fb440945265ad77"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-2680-a1-initramfs-kernel.bin"; + sha256 = "c343ab34dbc2c5a807cf93351344f3c6861b1b7c285bba89a564c02a21a9a4e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-2680-a1-squashfs-factory.img"; + sha256 = "96a94df725ac611a685a3347954d52f7f36d29ad76875ea8d9a6f8db5a112c6c"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2680-a1" + ]; + titles = [ + { + model = "DAP-2680"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dap-2695-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-2695-a1-squashfs-factory.img"; + sha256 = "5945cd2838c0d0745a872adc3da42e5f402c1e4f0109b16339cb62d09551a2e1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "6c7bab42dbd33da48d83f61a1c5f5571c7d09b0abd752ceab4c8b28260c3b18d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-2695-a1-initramfs-kernel.bin"; + sha256 = "12ae51e79bdcba99e0f7d74b9f7594b77e044ca3f516d414615a2db0a4ce2deb"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2695-a1" + "dap-2695-a1" + ]; + titles = [ + { + model = "DAP-2965"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3320-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dap-3320-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-3320-a1-squashfs-factory.img"; + sha256 = "8ca7aefc959a0d71a45a0f4f7718e856fa3f1287ae3e3cbf48f3d1270d6af608"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-3320-a1-squashfs-sysupgrade.bin"; + sha256 = "bb5f5553b4e463d4d022a98b9e8a4af6f2192af8cb2b1751d8fe0928c9882db9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-3320-a1-initramfs-kernel.bin"; + sha256 = "9a52ced4ed45d15a2e47f9aa651aa372d70a7061f9d082fffca4c362a241d306"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-3320-a1" + ]; + titles = [ + { + model = "DAP-3320"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3662-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dap-3662-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-3662-a1-squashfs-factory.img"; + sha256 = "3bef6f534ce9cf2a5eb9862036ad4ee8568769f41db7d3422d3a59073f9f06fe"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-3662-a1-initramfs-kernel.bin"; + sha256 = "c315bb87d147a55b190bbfa5fe63b157c646bd5a645db0ffbfa35e5db4f040b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dap-3662-a1-squashfs-sysupgrade.bin"; + sha256 = "f266a1461a3f48f18d4d9c1cdc00b548e39da4576692f3fb0483a728acdec783"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-3662-a1" + ]; + titles = [ + { + model = "DAP-3662"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dch-g020-a1 = { + device_packages = [ + "kmod-gpio-pca953x" + "kmod-i2c-gpio" + "kmod-usb2" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dch-g020-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dch-g020-a1-initramfs-kernel.bin"; + sha256 = "74067599e6d2c6374880347cf5f69e247beac572feebca38974587b95f596933"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dch-g020-a1-squashfs-factory.bin"; + sha256 = "e79d8e3f4be44e3f256246c96a05fd9d102fef4c70a836a73a1a40895269b8cb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dch-g020-a1-squashfs-sysupgrade.bin"; + sha256 = "8de130af84aaa8a0970d7c3ccf9db49ec844d285c4350fece51ad6770b970694"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dch-g020-a1" + ]; + titles = [ + { + model = "DCH-G020"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-505 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dir-505"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-505-initramfs-kernel.bin"; + sha256 = "e58f5e5bde823e4d3cc62a45ff0455b7bb25c60ef8c2b8f377cb1c535d3fd677"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-505-squashfs-sysupgrade.bin"; + sha256 = "60734c7c60ba6d34cca17adc521b8fc7035f8736b3f652811fc733946475da42"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-505" + "dir-505-a1" + ]; + titles = [ + { + model = "DIR-505"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-825-b1-initramfs-kernel.bin"; + sha256 = "81b3c9b9cc07372a053830cdf3c29fd607e65ab79dc55e7d456991e1d89b03d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "fc09b02e3f2e581a70886a9a4136d84d139503ef6461d840e5604c7691a13004"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "17daa0d63a407d696cd93194e39afa4296eda5a7d1bf6c15544e50146d770e6c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "c7114b7f3e9b05cfdb674b1791d45c6f5e2c455bbc8560b0e5d6be8cd388fa76"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-825-c1-initramfs-kernel.bin"; + sha256 = "1d7e511407b97bb386b548d8a6be517d6c9419b9362db1513c8c5abd66f1d575"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-835-a1-initramfs-kernel.bin"; + sha256 = "0531524f0898a7291416ca415fb331116a60300e299f06480e5a20a1abded607"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "ff1c5b2718bce5fd9ab93d2affc9d15608b9cdcf287a6c3537cf3cda97deb55b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "0f433086df605631653201465508a789899cbce86a0c819df961ce4720426544"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + model = "DIR-835"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dir-842-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-842-c1-squashfs-sysupgrade.bin"; + sha256 = "bfcc899b33c6d02ac8a36e3879ce9bcb95d8dccd45f40681c84dcb63ed84ca15"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-842-c1-squashfs-factory.bin"; + sha256 = "b697ea8f8661691b8ab26763eab651f795a246fb3806b69f91e5179e48b10b2e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-842-c1-initramfs-kernel.bin"; + sha256 = "679701c51a2dc9491f7b4ae19b2ca695beb2ae494f3487600a2b546117084024"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c1" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dir-842-c2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-842-c2-initramfs-kernel.bin"; + sha256 = "8c6d0ed8c784b0e7788f76be710e2e98a60a7f3be2724559f6a76c3dce4e9bb6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-842-c2-squashfs-factory.bin"; + sha256 = "5fcc2004b41d574ecf87f85084fd7de67cd8cc376e0cf0bd966619ddd686c940"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-842-c2-squashfs-sysupgrade.bin"; + sha256 = "8f74b3bf8a91ef1bc18db2d109be38dd956996c4c2138108257563f07dd4863b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-842-c2" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dir-842-c3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-842-c3-initramfs-kernel.bin"; + sha256 = "a69feaef3a097bcb544331f818cd91a9ebbd9b1bda0b9b9cdb224f29d2efe5df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-842-c3-squashfs-sysupgrade.bin"; + sha256 = "10b4bf212beff03fc5577563b63bbc0d8eeaa13304ea1be8ba7133fa6a1554da"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-842-c3-squashfs-factory.bin"; + sha256 = "e67e168301df5e5a48efeba433d12889147b5f3d0a272c96d6a37d6135d13442"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-842-c3" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "76522eeb1f34e8261e620243b56ff3ee23f5759bdf9636755bd5ec66f24d356e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-859-a1-initramfs-kernel.bin"; + sha256 = "5b87c57a6a6a95c814f6a6ffe8eae3f35f5ee81f8686ad25c4700972527ba8fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "35856a1a5751b80f9475851c353f2c1219dae875790a1325229610bddf7b1611"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + model = "DIR-859"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-elecom_wrc-1750ghbk2-i-initramfs-kernel.bin"; + sha256 = "f41b47186f6adf061cc1b9bccbfa8926a54c9e0bc5f488341c2cdd4586b0bd96"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "5de5b90af2879fd412f0c92a299931b28d3b6436de4b70b2b80a37f83b6351b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + model = "WRC-1750GHBK2-I/C"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-elecom_wrc-300ghbk2-i-initramfs-kernel.bin"; + sha256 = "86c548a5020c55abe0739d15f95a1b32bed6146558df15af1c570a554f22c42e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "77ed632358b0016b9557d6273056c8b51f34add58dd583886af50ad4bc2ff3fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + model = "WRC-300GHBK2-I"; + vendor = "ELECOM"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-embeddedwireless_dorin-initramfs-kernel.bin"; + sha256 = "068bd7a53605e72c5b6522734a4b7536553cbb97d40d0a7d9b8a2eba103ca29c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "d192dd155559e0e76d5fd113820450c552e51eaa5fac9db3ae963a887c75f94e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + model = "Dorin"; + vendor = "Embedded Wireless"; + } + ]; + }; + engenius_eap1200h = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-engenius_eap1200h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_eap1200h-squashfs-factory.bin"; + sha256 = "55cb36dd07376b66c27f24a355f71bc4243c8a71e7521d5aa1dda78aec69e5a6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_eap1200h-initramfs-kernel.bin"; + sha256 = "0eb38f68b773e014566e128b100a0bcdfae54c1441d2bc6d8a3c0108a2e8c5e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_eap1200h-squashfs-sysupgrade.bin"; + sha256 = "b7a5dda11641e1d21b78ae95545b1ea22ef0fb5f56c07bad69703c5f0ce5fb15"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap1200h" + ]; + titles = [ + { + model = "EAP1200H"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap300-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-engenius_eap300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_eap300-v2-initramfs-kernel.bin"; + sha256 = "1b8f435103146f8ab5132ddd5e711b62b27fe6d4ccb5adadc326ec09904aa1bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_eap300-v2-squashfs-sysupgrade.bin"; + sha256 = "fe4e7050498549e80440de0d42a837b3574f7affea2b0f158906d7c80f9ad1ea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_eap300-v2-squashfs-factory.bin"; + sha256 = "9607091191ce872b6b0438b2be225d5a0f1eaf951704e7b660cc83f09d85eeb1"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap300-v2" + ]; + titles = [ + { + model = "EAP300"; + variant = "v2"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap600 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-engenius_eap600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_eap600-initramfs-kernel.bin"; + sha256 = "4cf18b619ddbcb665c07ef42e12f7b068ec2b0160d28e1edf8cbb1e1a5a71606"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_eap600-squashfs-factory.bin"; + sha256 = "8892a3aab74634687882976a590baad04d53506c3a108cbe327688a48f82089d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_eap600-squashfs-sysupgrade.bin"; + sha256 = "2814e07e4a8846fae899c604ab84c40b62b6f08df533baf2e6cdbd64c8e8cab2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap600" + ]; + titles = [ + { + model = "EAP600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1200 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-engenius_ecb1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_ecb1200-initramfs-kernel.bin"; + sha256 = "878235b1123ecd5fce5c5fe907a58e23eb0783777b85cc2f64e9eec9df4f98f9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_ecb1200-squashfs-factory.bin"; + sha256 = "356890df8d89f10d698473c0d01e19e4fd546bdbfa6f2eafc10d04edb9f67947"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_ecb1200-squashfs-sysupgrade.bin"; + sha256 = "144ed58f16cc21d280fd46dd2c8dc80edc6a0fda66299ec041c38f37f4801d00"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1200" + ]; + titles = [ + { + model = "ECB1200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "a2d782233b2f962443d48b8b78c96768b8a17912630019557e34a4d1884bf946"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_ecb1750-squashfs-factory.bin"; + sha256 = "474e0a9afac428bba3f74dc19012d7578e8f58f7d95c5f41394e65fc902e58ac"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_ecb1750-initramfs-kernel.bin"; + sha256 = "2b54765b6eadd0e975cfe43b6261c1e6e0d9e2e6a71d7c504826941f6f49031a"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + model = "ECB1750"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb600 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-engenius_ecb600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_ecb600-squashfs-factory.bin"; + sha256 = "bfd16d9c5f62e80fb1eea1ceeaa55ab741220b538b3684c2fd869fd29f7f630f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_ecb600-initramfs-kernel.bin"; + sha256 = "fb9945e96e97cb811dcb8d50399bb26db7c155392c9e64e70436abe59af51bcc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_ecb600-squashfs-sysupgrade.bin"; + sha256 = "22a1ed3d01a96a4b2aa4e2cace1befa25fe2ae442ecef683903df5f1d0280925"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb600" + ]; + titles = [ + { + model = "ECB600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens202ext-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-engenius_ens202ext-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_ens202ext-v1-initramfs-kernel.bin"; + sha256 = "d7fb560918d0a5b6a94e803918967a9356ee368a2a23c489e2d24a2aff3b240b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_ens202ext-v1-squashfs-factory.bin"; + sha256 = "dd3ef05fc4a1c8103b1c728ed979c4f12410e994fbbb7d46a7b0fa350597a085"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_ens202ext-v1-squashfs-sysupgrade.bin"; + sha256 = "42e60034d7a598bf3d09031a1a4bff9b84a68c978044c2bbd269935ca93c8eaa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ens202ext-v1" + ]; + titles = [ + { + model = "ENS202EXT"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enstationac-v1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-engenius_enstationac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_enstationac-v1-squashfs-factory.bin"; + sha256 = "4bc1c7ca0c0e2c3e31cf9949a4d6e1cdcb8f5b77ece7fc75f5f52747af1f866c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_enstationac-v1-initramfs-kernel.bin"; + sha256 = "61ed150df714c75d7cbf5daea297f00319e8d9bc1f428e68ef4368e415df7205"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_enstationac-v1-squashfs-sysupgrade.bin"; + sha256 = "d55751adf9c3cfb87911dba5f00a7aab56c54ec7d14d6fffee92234dea043c39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,enstationac-v1" + ]; + titles = [ + { + model = "EnStationAC"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "3b39cb34c25494768632edb106221a7ba8bb2434ffea7ef11fba38b9d4eda2ef"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "d0e588236392453ef32bcf50dfa3fc1b1424029717c19c524f43d41a88f030a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_epg5000-initramfs-kernel.bin"; + sha256 = "8f095a52cb4b6d86480ee20f81c56cac781daaeb0757c926c611b8b01cdd547f"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + model = "EPG5000"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "6102fdb2a582d1007046e680f8d46d8b8bc22ce8cb564ad4cc4b285567d69807"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-engenius_ews511ap-initramfs-kernel.bin"; + sha256 = "07fb33622db6ed8500329de64781dcb330f07dc72ef0203556745593fadae907"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + model = "EWS511AP"; + vendor = "EnGenius"; + } + ]; + }; + enterasys_ws-ap3705i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-enterasys_ws-ap3705i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-enterasys_ws-ap3705i-squashfs-sysupgrade.bin"; + sha256 = "65a49592101fc8c5dde333fa96021cd8ab51105f9cdfe43464c2a934f50fd3c0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-enterasys_ws-ap3705i-initramfs-kernel.bin"; + sha256 = "3b8c73de4da58de60b5617da03a88b6f93a4953871f0a000d550ccb24e693d50"; + type = "kernel"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3705i" + ]; + titles = [ + { + model = "WS-AP3705i"; + vendor = "Enterasys"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "7c96133df0a35397eef21eebe134a55c08b4dac76859f8cc70cd993b088dbfa7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-etactica_eg200-initramfs-kernel.bin"; + sha256 = "232a1f310b94206b3d5cb667312c63dc729ebab3725df9f1ae313f6250d1165c"; + type = "kernel"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + model = "EG200"; + vendor = "eTactica"; + } + ]; + }; + glinet_6408 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-glinet_6408"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_6408-squashfs-sysupgrade.bin"; + sha256 = "e00b42f6d3edb83c7ac2f38d74f96174faaeecf4a29109e8c09ff4d5888676be"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_6408-initramfs-kernel.bin"; + sha256 = "aae72a836fa7ea04807e55846c28d99c5dc9dc5ca7297d2c7fc07321d183c497"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6408" + "gl-inet" + ]; + titles = [ + { + model = "6408"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_6416 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-glinet_6416"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_6416-initramfs-kernel.bin"; + sha256 = "f5bc547305fef1cc21dcd878e30ae228cbf1743041ac70fa5b5d1379190850a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_6416-squashfs-sysupgrade.bin"; + sha256 = "5eb56dada043573e5967b505230432f81ebb2704aac1d8a68413a8caa13692c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,6416" + "gl-inet" + ]; + titles = [ + { + model = "6416"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_gl-ar150-initramfs-kernel.bin"; + sha256 = "82fb5ae125d0bbb9b47d912a1f56086d4a73a755abae9d6066b067e38114bd98"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "32c404a2381c45ed3c77f653c65e6db805f2d860402353ac5af51a746252d5f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + model = "GL-AR150"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_gl-ar300m-lite-initramfs-kernel.bin"; + sha256 = "94a7f44134557f479441aca31e1cd1609a8973ca11a629626f3d6f9afd4fb75e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "ed6c61809e66bfc6c8f89638855324638d5f0a3c6cf3bf60362aa90c6109ed4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "Lite"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m16 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-glinet_gl-ar300m16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_gl-ar300m16-initramfs-kernel.bin"; + sha256 = "b5a2d3c899e6ce7d2a0e81be24cbcd064fbd66dc165f2e5cf8631fdd0ad11c1a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin"; + sha256 = "20bf24c6dbb4cbcad63f14dae7a1367b5a9b2862c315e1a27af5454f6bfd1f0b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m16" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M16"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-glinet_gl-ar750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "ac1906ff2a21fd0ddb6c013e32f4d733c08af7df26757d23bb45ba0d73203b7a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_gl-ar750-initramfs-kernel.bin"; + sha256 = "4035ca9ec6315c97daab84b7efccbff0f66e76a6f17a69a719c58390f5d0506f"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750" + "gl-ar750" + ]; + titles = [ + { + model = "GL-AR750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mifi = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-glinet_gl-mifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "a5e843b5ff4eb6fa10ed10860904a3a8e24cec252f51fbe0432197f72ce64bcb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_gl-mifi-initramfs-kernel.bin"; + sha256 = "8a411c2982a73d7a1a90867f8793f47a3c15a736def0f3db5fb130e6eb7f747a"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mifi" + "gl-mifi" + ]; + titles = [ + { + model = "GL-MiFi"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-usb150 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-glinet_gl-usb150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_gl-usb150-initramfs-kernel.bin"; + sha256 = "fb42a01ebd20b3c05eb1efb38f54dbb899533c7b2b5a56b0e8142be5b3c3b703"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "a21e37d6ed0e72dc2b6810b37217f6d18545a8d2725ce5b6ff7711622cb5486b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-usb150" + "gl-usb150" + ]; + titles = [ + { + model = "GL-USB150"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_gl-x750-initramfs-kernel.bin"; + sha256 = "5089a92f93b8e0c5300930923f4da9284cf39bd20041bc8c54f840b1d69b59c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "2b0fefaef2741d459e1985a7fa708bca032757e9c65dfe3693348309c6c30ead"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + model = "GL-X750"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_lan-turtle = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-hak5_lan-turtle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-hak5_lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "ffef02fe05f9588e6688a98ff19e0e073c2b6ab12d2cd45bdd6543c9e96c48ae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-hak5_lan-turtle-initramfs-kernel.bin"; + sha256 = "1c61ebef8ca83d2ee8e717eec95992a44789b307fa0082bf79c8f2b8f0672c2c"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,lan-turtle" + "lan-turtle" + ]; + titles = [ + { + model = "LAN Turtle"; + vendor = "Hak5"; + } + ]; + }; + hak5_packet-squirrel = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-hak5_packet-squirrel"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-hak5_packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "db38c83ec10601c511615ca3fa622a3e1357778127b2f72aca51f70e7605a6ed"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-hak5_packet-squirrel-initramfs-kernel.bin"; + sha256 = "c1011e6e63370e63d21d189c33b004755cca5a051523785077312b3958792860"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,packet-squirrel" + "packet-squirrel" + ]; + titles = [ + { + model = "Packet Squirrel"; + vendor = "Hak5"; + } + ]; + }; + hak5_wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-hak5_wifi-pineapple-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-hak5_wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "18371483252110e13ec68d2b5c6c153b68580afd31bc4d39979438b0dcd4f4ec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-hak5_wifi-pineapple-nano-initramfs-kernel.bin"; + sha256 = "f65977ca7dd3b0acebb6aa07ed7b717fae9a8334c3c7ebb990ec9ef5e293c960"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-nano" + "wifi-pineapple-nano" + ]; + titles = [ + { + model = "WiFi Pineapple NANO"; + vendor = "Hak5"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "28e4f95c831631296923928410321c4eff286dd669e048430ac5965b31a1bba8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-iodata_etg3-r-initramfs-kernel.bin"; + sha256 = "17557eae60a830930f5fab64b26b0e5649c89f00fbe0913ec8e1c8d995fdbec4"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + model = "ETG3-R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-iodata_wn-ac1167dgr-initramfs-kernel.bin"; + sha256 = "958cb882dac34daffa7751a3bc5225ab67bc33e43ddfed4da5082e2fbfedc98c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "4d4b07f09da64f0c773073de35912aff683e4c0494871499d34d6a85abb3f37d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "14cf8f8e862b33e9a2c8211451eb2f8d45394ff9b648f05444d57b36354be6b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + model = "WN-AC1167DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "1ad31af445d44196b9aeb95a5b65ec663413b74bd95c7593abba5d98e9c8a43a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "b1ecb531345112be8fda1155567fd96fe59be6ee381c1076337bb86b5ff14d23"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-iodata_wn-ac1600dgr-initramfs-kernel.bin"; + sha256 = "110ab6a3101a7621634b32bcc4aba8aab47537581a3a8884837f34c96c95ee6e"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + model = "WN-AC1600DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-iodata_wn-ac1600dgr2-squashfs-dgr2-dgr3-factory.bin"; + sha256 = "5a39672101a8b5b49eb9b7c794df4ece13c6cb2b257f6cc2decac41ed8e12c2f"; + type = "dgr2-dgr3-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-iodata_wn-ac1600dgr2-initramfs-kernel.bin"; + sha256 = "3fab8306e369f3de7c2c12be64fd3ed3db8d263f6bcd5692107a801dfd002770"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "c541e9cae0aaa2c2f9e47406c31aa9a756a4e0f483a29c547f63dce67191a21c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + model = "WN-AC1600DGR2/DGR3"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "3bd93500376e94b8b3350f3e91865c4dab5a70bcedddb4c399b0c4b989cc2a58"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "8471f9a8b37b0798618d4a46342cb8e2a19e66fefca10fcb539ce69da5d51c3a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-iodata_wn-ag300dgr-initramfs-kernel.bin"; + sha256 = "eb42fe4abd2404abb84d68daf9836eaf21a61babec1c027384e16e6cea8ca410"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + model = "WN-AG300DGR"; + vendor = "I-O DATA"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-jjplus_ja76pf2-initramfs-kernel.bin"; + sha256 = "8c0d56bbea6241c16d0075717b77fedacabf06b6ec0af9c64996dc77a78d9c1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-jjplus_ja76pf2-squashfs-kernel.bin"; + sha256 = "b9db4ddb08ae097e18a14ae621c3e45feb7604b41015a16712b63aa321fb6501"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-jjplus_ja76pf2-squashfs-rootfs.bin"; + sha256 = "070a0402256d5dc33b691936d7b10183e4cbcc5091def801c9b1b5ea2630498c"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "d00f26178566d149ed3827b96603a03c2b7fc69f2bd2509319854fdb89b4711c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + "ja76pf2" + ]; + titles = [ + { + model = "JA76PF2"; + vendor = "jjPlus"; + } + ]; + }; + joyit_jt-or750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-joyit_jt-or750i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-joyit_jt-or750i-initramfs-kernel.bin"; + sha256 = "be831367074a03e20ddf76104171872d9420fd4f74d048ebff07aee99a9308f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-joyit_jt-or750i-squashfs-sysupgrade.bin"; + sha256 = "f588fd6b439eccacd5dc9c0bd4e6b0ccad6866ae16cd793911b1b89d603cbe8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "joyit,jt-or750i" + ]; + titles = [ + { + model = "JT-OR750i"; + vendor = "Joy-IT"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-librerouter_librerouter-v1-initramfs-kernel.bin"; + sha256 = "131263553d2b4f2abc38484c5d009e0d558f32facf331c05a387d6f9d8c06b37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "a0054c52238c052c73bc0ab0c3208ed6093dd5afd26ad3d32afe131647e582e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + model = "LibreRouter"; + variant = "v1"; + vendor = "Librerouter"; + } + ]; + }; + meraki_mr12 = { + device_packages = [ + "kmod-owl-loader" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-meraki_mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-meraki_mr12-squashfs-sysupgrade.bin"; + sha256 = "2e7b3c7a2a6941a938e042dd918ac21b6ff37165d069f64c491e19ae40a49bdd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-meraki_mr12-initramfs-kernel.bin"; + sha256 = "147040f0c33aba75c68b877a5ac55a44adf24da68bc08cedf7a2ceb063329694"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr12" + "mr12" + ]; + titles = [ + { + model = "MR12"; + vendor = "Meraki"; + } + ]; + }; + meraki_mr16 = { + device_packages = [ + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-meraki_mr16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-meraki_mr16-squashfs-sysupgrade.bin"; + sha256 = "ef655e3ba4e6e7e7cab7306da08cb299f30d3f85dbebde50aec2cd658e988fbf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-meraki_mr16-initramfs-kernel.bin"; + sha256 = "6ef3a99d6c2e1bfc40191390c18a50e36d8414ce226bb5d5125fbbb2d0836711"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr16" + "mr16" + ]; + titles = [ + { + model = "MR16"; + vendor = "Meraki"; + } + ]; + }; + mercury_mw4530r-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-mercury_mw4530r-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-mercury_mw4530r-v1-initramfs-kernel.bin"; + sha256 = "4a0182a65a357eb2c93f940f4020c7460dbb81b5284ecb0de11bf651fca61eff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-mercury_mw4530r-v1-squashfs-factory.bin"; + sha256 = "b2ffd0a96d7eac9497972285ad0baf1c90910303d873a9b0e3028479d5501cba"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-mercury_mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "30508f91b9e0dee1289be6dd79eca33cc2e175664cdf353d8b557edddb8a88f5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mercury,mw4530r-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "MW4530R"; + variant = "v1"; + vendor = "Mercury"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-nec_wg1200cr-initramfs-kernel.bin"; + sha256 = "ac0deae704c5486c3abe4b91139dfa1a713e70dc53ce72a9c5639147d60ecff6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "cf624c8a1f780399c7a56fa9986a6abfa6147b1c013e8a7595dc474f8f19eae8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "f70d5762198670f9e849be548514764a8a1553bce77ba80a18028f3cabb4dca7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + model = "Aterm WG1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-full-htt" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-nec_wg800hp-initramfs-kernel.bin"; + sha256 = "dff9c743ff69f0f20a81c3c240896e08157915200e0ef29a7e2c78244e2b7862"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "c72b1936c73281b18d20ca1b151cf9773fbc9f9e34c0d5d3715b5c0c1d4cf086"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "347d2b5af0f50357bd780254129e75935be95607b7a81e34bb70e1c25f8b4ed9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + model = "Aterm WG800HP"; + vendor = "NEC"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "df243b72f573538472fccd3e528cbc27a9a15a0cd228c42c9d1765f09d70dbc6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "d6da9e86d9a59afc7e341968bd6defbe0952075bfd712a587cc1606f9ff5131c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_ex6400-initramfs-kernel.bin"; + sha256 = "0bc3976e0c6ff792ddde31b24dfc2699a627b7d00a89b73019af3e38b8a0facc"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + model = "EX6400"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "b4765068f844a155e380a7e4f07649d9a6d51ed5abb9a904971a5c7f92c29c42"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "e4e9afc4a143dc8f021e5594d0e965214805ca4b7d23b1afb5b51e5fc71488c2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_ex7300-initramfs-kernel.bin"; + sha256 = "8ad660716b6f72cf1d4d959d94c703a422978c3851232689c5953166e5f4e7d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + model = "EX7300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndr3700-initramfs-kernel.bin"; + sha256 = "89178e68be539de5401efa7b67cd216bf2cc99b28394c6585fa5d56dbd4f5c7b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "db0f8b895381bde002e58c1b93fcca3dc4645cd5bea9926fe5c271d6ccdb9ac5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "a2fcf9add5a25b23e4372a4c332e5ed04a3f337be48a729c60b6a8c13f71dd0d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "320c85b07dec765e987ede0fc4940a1af3005e4aeb86d03e9b93eaaa271dc031"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-netgear_wndr3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndr3700-v2-squashfs-factory.img"; + sha256 = "48abef6a990636b72854fc51fd63d1864cccb66407cbb3038e444b7955ea97de"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndr3700-v2-initramfs-kernel.bin"; + sha256 = "1c9ac7fd8a64a0ae43bd46ef0ffc262428443d9da1791cb99482a9f6251989f7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndr3700-v2-squashfs-sysupgrade.bin"; + sha256 = "5e852e0802daa29a8c5c09ecd2f02cf4c17394d677d339826c3dd5de46317522"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v2" + "wndr3700" + "netgear,wndr3700v2" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "051658c9577ffddf1185567b85462be26522690483809608795946f8baa40720"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndr3800-initramfs-kernel.bin"; + sha256 = "6b15c5f61c52572150ebb2d0c55dfbc445b17e8138d7c2c78f716fc2c22a8c7e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "fc20faed0cb3476feeea162e278268e1dc43121301eca3c1af1a60c0bbb10ff2"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800ch = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-netgear_wndr3800ch"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndr3800ch-initramfs-kernel.bin"; + sha256 = "bc63f9ddeec90cadfc7aa52d82cc28cdf1cc7f61af9d926dde315af611ebedf7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "c6427de8ecf7e882b1980652a529b4872dd39a5d00cec3f07b379de15fe7cba6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndr3800ch-squashfs-factory.img"; + sha256 = "6866a03d4d78f2fb1a33750c7c02a47de1bb124ec20bfc3d5cfb2b3a83558a9e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800ch" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800CH"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-netgear_wndrmac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndrmac-v1-squashfs-sysupgrade.bin"; + sha256 = "267130537ed6711544036b71b48c2a02116cfe8bdba17f90a369bdbc8abcb6dd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndrmac-v1-squashfs-factory.img"; + sha256 = "d3f32d65473a495e0e55266168803eb3cda9790942143b898835d1f8fffbe6d5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndrmac-v1-initramfs-kernel.bin"; + sha256 = "48b653f153f78d5ca4b85a8aba74d932ce5d404b047680e5523618fc1c391e97"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v1" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-netgear_wndrmac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndrmac-v2-initramfs-kernel.bin"; + sha256 = "ee4d7266dc834fbec751f885017b2a87141f7b883e34821f06e56f1c5a308084"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndrmac-v2-squashfs-factory.img"; + sha256 = "2bfb686820bb2d9428fcc2e2d9dae94034d8d8369a92eaf2899c68541de9067a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wndrmac-v2-squashfs-sysupgrade.bin"; + sha256 = "dcb4ff401def5eff2875907b41489e7c1371241d8c1c68ab0c9fd4a0c57d4a44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v2" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-netgear_wnr2200-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wnr2200-16m-initramfs-kernel.bin"; + sha256 = "1e97358d2d3863d27b4f181fb9bb58f3ba8ac8f5bc49cdabbfd283ceac1e632a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"; + sha256 = "4279b814307d8ba7e7135ee6b2c6414662907146aa9f2ff0aaf5fca921412f17"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img"; + sha256 = "bbeaf7a3a728e12e9fd69c46fb7e428312662235de845fff6a0f967ceb41f1b7"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wnr2200-16m" + ]; + titles = [ + { + model = "WNR2200"; + variant = "16M"; + vendor = "NETGEAR"; + } + { + model = "WNR2200"; + variant = "CN/RU"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-netgear_wnr2200-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wnr2200-8m-squashfs-factory-NA.img"; + sha256 = "a78ce9a684cf119004e22ed1403e54b901278edac973de8d8e3520d2bd28413b"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wnr2200-8m-squashfs-factory.img"; + sha256 = "ea8d3dea583ec011f9c67cb2bbcf426b77653c19d35c529ee6a99a2f1bf59c18"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wnr2200-8m-squashfs-sysupgrade.bin"; + sha256 = "66c9b6ce48e5d786d6abcc1aa6643ed479490dbaf163072781de7f06edcc1550"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-netgear_wnr2200-8m-initramfs-kernel.bin"; + sha256 = "926d8d9e46ba249d5b35df17370918818acac2d7a156c985b9b1dfea59f6e39b"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wnr2200-8m" + "wnr2200" + ]; + titles = [ + { + model = "WNR2200"; + variant = "8M"; + vendor = "NETGEAR"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "d2bae502495ba7bc03cc760e8ed9d3e1202dc1f27d7831bec2ee2a6677e191da"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ocedo_koala-initramfs-kernel.bin"; + sha256 = "5744852330b27ce4e647baeda345e25dbc7f6e08b5b653293a97de13b072986c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + model = "Koala"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ocedo_raccoon-initramfs-kernel.bin"; + sha256 = "b4849681e6f345a8044b59eaaf677cbc630b66b385d5c82a3455d27b66540f46"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "92637976fb7b84e709cce74d3a2d7e5e73ad4de697c01b77f27e6b97ebd27069"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + model = "Raccoon"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "57979d23d46ce20c17d94e33e25ddbd2124db8b6de0f89e7f21b5c9ffd623849"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ocedo_ursus-initramfs-kernel.bin"; + sha256 = "351179b32a074b27a83e7c91fcb79741f5844df7add30b8ea3bd86bdb6d5fd77"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + model = "Ursus"; + vendor = "Ocedo"; + } + ]; + }; + onion_omega = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-onion_omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-onion_omega-squashfs-sysupgrade.bin"; + sha256 = "f11763f5818eb31bafbd7201b5ae3a86974485b398ab627aac1490133aac4634"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-onion_omega-squashfs-factory.bin"; + sha256 = "682a9bbbbd0e1c1f6a51f2741270fad7396511d926a29b4a4b76f193dd5b7032"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-onion_omega-initramfs-kernel.bin"; + sha256 = "c1be8fd233f3cc4eaec10b280a9d9578e8901f430463bd4f770cd559f7571d21"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega" + "onion-omega" + ]; + titles = [ + { + model = "Omega"; + vendor = "Onion"; + } + ]; + }; + openmesh_mr1750-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-openmesh_mr1750-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_mr1750-v1-initramfs-kernel.bin"; + sha256 = "ccb737f107302c6e305f7342ffc3e27ec210f31c1648ec1b00198c582f31b467"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_mr1750-v1-squashfs-sysupgrade.bin"; + sha256 = "4a2129ba6f29f30e8099702256b7869596b91e450a3e2699b21986fb3e93721b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v1" + "mr1750" + ]; + titles = [ + { + model = "MR1750"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-openmesh_mr1750-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_mr1750-v2-squashfs-sysupgrade.bin"; + sha256 = "cc26f97ae961218bb1390b18ed53cfd616be85fa9093ca1bbae0b6cd1c257398"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_mr1750-v2-initramfs-kernel.bin"; + sha256 = "24b2b5e0e4d08ad72fe5ff3b01413ea7f4f1bdc9471f151e231cc482ae51dded"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v2" + "mr1750v2" + ]; + titles = [ + { + model = "MR1750"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-openmesh_mr600-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_mr600-v1-initramfs-kernel.bin"; + sha256 = "d3416f3a368549276b1116cdc19e852528187bdaaf831f4ce49e9f12ddae5836"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_mr600-v1-squashfs-sysupgrade.bin"; + sha256 = "b65367a880e02279cd11ee3ccbc6fc302d6019073713c1091e5887ea50988fcd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr600-v1" + "mr600" + ]; + titles = [ + { + model = "MR600"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-openmesh_mr600-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_mr600-v2-squashfs-sysupgrade.bin"; + sha256 = "962edfc4b8bc9c0ef3dff6013cca96675d7e490a7717446b33a9082efd0df779"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_mr600-v2-initramfs-kernel.bin"; + sha256 = "b29bcaeae523911a46fdf9f18e06c4e12dbe8622f5ec9d5f39d65d55852a1ad2"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v2" + "mr600v2" + ]; + titles = [ + { + model = "MR600"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-openmesh_mr900-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_mr900-v1-initramfs-kernel.bin"; + sha256 = "d3b36e89edd4fa2385c78da43a22213df013bebed7e202c41ba878e9597a0217"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_mr900-v1-squashfs-sysupgrade.bin"; + sha256 = "3ba7d80368fcb356c1edf3a3a875ec74952fca087ec6efca39dbb937baf040fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr900-v1" + "mr900" + ]; + titles = [ + { + model = "MR900"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-openmesh_mr900-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_mr900-v2-initramfs-kernel.bin"; + sha256 = "95da831a37475fe15041bcc8b50ebbecd2dddaf234bc5336e85e5afaecc489f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_mr900-v2-squashfs-sysupgrade.bin"; + sha256 = "6414c9d13cfb95786a49b1054a422712e9b08d9366542a8a931d830588a6db98"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr900-v2" + "mr900v2" + ]; + titles = [ + { + model = "MR900"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-openmesh_om2p-hs-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om2p-hs-v1-squashfs-sysupgrade.bin"; + sha256 = "b9788b70f376054edfb438c6d392485558183119da6eaa790ca06e05a487f670"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om2p-hs-v1-initramfs-kernel.bin"; + sha256 = "c54d5eccda6c0071d7e5263cf57f73eea6c32c3e5a01faed23fc9f3221fd48ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v1" + "om2p-hs" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-openmesh_om2p-hs-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om2p-hs-v2-squashfs-sysupgrade.bin"; + sha256 = "0529218afb0a2c74b1464b827bb3b0101e18c81fd2f1be0ee46318c7b954a67d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om2p-hs-v2-initramfs-kernel.bin"; + sha256 = "8932f0e8e6c289cfed0bdb6f62a5226cda34662e0944ef1d2a59bd7019db3ae8"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v2" + "om2p-hsv2" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v3 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-openmesh_om2p-hs-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om2p-hs-v3-squashfs-sysupgrade.bin"; + sha256 = "a17fbdc6fc6e3eb713966ea0c8e975ec80df8fcc3ddfd2dbfb9ceeec197bed35"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om2p-hs-v3-initramfs-kernel.bin"; + sha256 = "af568122d323fcc0c2e16de09a157ed8ac8e99f6116edf23cdc0010d39f2ce04"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v3" + "om2p-hsv3" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v3"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-openmesh_om2p-hs-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om2p-hs-v4-initramfs-kernel.bin"; + sha256 = "b115904c787c1d1e484236de27e83a7ea449d818596f32dcae6d30fbff8ad603"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om2p-hs-v4-squashfs-sysupgrade.bin"; + sha256 = "ce7827e6924660206c2ccea772af027bc532bacb383f416204ece5b6ed87efe6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v4" + "om2p-hsv4" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-lc = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-openmesh_om2p-lc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om2p-lc-squashfs-sysupgrade.bin"; + sha256 = "b21628516bf9a0dbc509302cda6a5a737d20defccba38b915629ddc54bce70cf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om2p-lc-initramfs-kernel.bin"; + sha256 = "51b9cd5f8c81ad47eb1352a27408f956476afe0f7a6dc72179d8b60cc09f5dbf"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-lc" + "om2p-lc" + ]; + titles = [ + { + model = "OM2P-LC"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-openmesh_om2p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om2p-v2-squashfs-sysupgrade.bin"; + sha256 = "73b6789d6cdaccfc08b17ce4ee6015ac3d5941d32eda7ef472f6d0399a39118e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om2p-v2-initramfs-kernel.bin"; + sha256 = "e4987208af6f5897fcfa88a333a5854766cc65811e869998e9067e384ec9c2a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v2" + "om2pv2" + ]; + titles = [ + { + model = "OM2P"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-openmesh_om2p-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om2p-v4-squashfs-sysupgrade.bin"; + sha256 = "4f93d46018fe93160b66535a94487e4614db4309ed861a0350781f46ff409eb0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om2p-v4-initramfs-kernel.bin"; + sha256 = "99a28bc525aa2afb4d00e0c32b7c45c550da40668322f6c4cf8ef668f6992544"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v4" + "om2pv4" + ]; + titles = [ + { + model = "OM2P"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-openmesh_om5p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om5p-initramfs-kernel.bin"; + sha256 = "323eae237620c88fe3cf55befaf43d68259ac5ebd975a243d69965d0c618826c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om5p-squashfs-sysupgrade.bin"; + sha256 = "0d2f6277785dbb45beb64e1287f08701f50ca1d7b2ed6b876f092fe59b2e36a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p" + "om5p" + ]; + titles = [ + { + model = "OM5P"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "a5c6e42942a1fb9f34dbe30c289ca5d99ee0ee0b6ad6f036318773a48fdc399c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-openmesh_om5p-ac-v2-initramfs-kernel.bin"; + sha256 = "816f98740b24080b16caea2a19237100890e31fa23fd97a6729e958cc03418ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "d9906c6362f8c55087eb46dd6881654ee075c8a4b3a7713b9138d0be314ebd0f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-pcs_cap324-initramfs-kernel.bin"; + sha256 = "570f7ef606b5d2b949ddb6a863d779119d24753a6c3f57544596e5d3947da8dc"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + model = "CAP324"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-pcs_cr3000-initramfs-kernel.bin"; + sha256 = "97905852b533edb381c3969728ca4dbb2b52353332a96a2ff43ef3f02573f4cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "227589abaa1e28b3fc0ae00100d8e2a3a65641d3c05fa4693280e7aa6903bdd2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + model = "CR3000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "2c745ac33fc5fe6153b4517b363131329a876eb95c765a7271267fad3bb94889"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-pcs_cr5000-initramfs-kernel.bin"; + sha256 = "f724cd22af366a4eeb40d25b8f3758b71fc6d52152fc4e400d91f53f4c9ddddc"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + model = "CR5000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "583fc32f0b1faa090c575c2e0a4033c6c40490e9178a125ddbe2e0e383f387ac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-phicomm_k2t-initramfs-kernel.bin"; + sha256 = "d033b7a0ac76943877aebc055bb18f91ae7c0bbea8ed339a64a11dd6453b2ac9"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + model = "K2T"; + vendor = "Phicomm"; + } + ]; + }; + pisen_ts-d084 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-pisen_ts-d084"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-pisen_ts-d084-squashfs-sysupgrade.bin"; + sha256 = "36a5baca2651fe4c12c174d5f9089ea9192bd7c6805f5e9138a0ed014dc49d6c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-pisen_ts-d084-initramfs-kernel.bin"; + sha256 = "e9c8ec33c8961adb7ebf0799ff8a526a941f268ce692cff944bc61f7892272d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-pisen_ts-d084-squashfs-factory.bin"; + sha256 = "5c84cca48d182658556ca9b12be4ed619cbaff63cbb4c55050cf666a59edee29"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,ts-d084" + ]; + titles = [ + { + model = "TS-D084"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmb001n = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-pisen_wmb001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-pisen_wmb001n-squashfs-factory.bin"; + sha256 = "cff3144b5c7f4a51e5a111bd720a4b35eacca2d473e22dc4e2646f84556462ac"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-pisen_wmb001n-initramfs-kernel.bin"; + sha256 = "cec15ddc9e8e76750e54a6554624a424dfdeec72758e6efbd97bbf191ed0d12c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-pisen_wmb001n-squashfs-sysupgrade.bin"; + sha256 = "314dad480fad08c7de4a6c33c7795bbcb7f8bc3010c3bf29e49fe8987c31664a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,wmb001n" + ]; + titles = [ + { + model = "WMB001N"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-pisen_wmm003n-initramfs-kernel.bin"; + sha256 = "a795979bd38a4c2dd579f6ce7683b6540362261711c45dce2f9fa750bd216cd1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "fe5deac8c24989493fa9d242c00a7225c7aaad7eed6d94a76a72dbaf4e3fc148"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "123987f7745992486c6e29d0314a75b89ece5f238cd54e575634ce7402a609bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + model = "Cloud Easy Power (WMM003N)"; + vendor = "PISEN"; + } + ]; + }; + plasmacloud_pa300 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-plasmacloud_pa300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-plasmacloud_pa300-squashfs-sysupgrade.bin"; + sha256 = "213bb587eab8c4efef6c176fc075280733b085d12136aec5363f8105b15f9e36"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-plasmacloud_pa300-initramfs-kernel.bin"; + sha256 = "2318648feda5744f618882fb5977d9e92e5aea85b381c58054e14fba6bbfe094"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-plasmacloud_pa300-squashfs-factory.bin"; + sha256 = "96a4cb2cd489d8ed700fa638c112bd17a5be0c6629c43287a1f1987b07aa98de"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa300" + ]; + titles = [ + { + model = "PA300"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa300e = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-plasmacloud_pa300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-plasmacloud_pa300e-squashfs-factory.bin"; + sha256 = "ff2284a13c8a5aa120f0b710a49da04715c1b7e1a7c412372868ef8203605d91"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-plasmacloud_pa300e-squashfs-sysupgrade.bin"; + sha256 = "09f4349bf9ad0085ed50757d7af4ae12f8f732734eee22d7817013f345107765"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-plasmacloud_pa300e-initramfs-kernel.bin"; + sha256 = "cbb8c3e17a496999207a5128fd90861502d2426abcf723c3c5cc0238bdb790f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa300e" + ]; + titles = [ + { + model = "PA300E"; + vendor = "Plasma Cloud"; + } + ]; + }; + qihoo_c301 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-qihoo_c301"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-qihoo_c301-squashfs-factory.bin"; + sha256 = "e67df68a55bf7659d186e8e632975381c91141a501cdc59dde3d0c8e1ce95525"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-qihoo_c301-squashfs-sysupgrade.bin"; + sha256 = "01ecb4e1f0088be56e9a375e553c2b24131e08ba8a5a682a998a1b7cbd530c6e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-qihoo_c301-initramfs-kernel.bin"; + sha256 = "25f91afee009bbcf6debb46c9cb928196fae484adbe1ea4550907539a254decc"; + type = "kernel"; + } + ]; + supported_devices = [ + "qihoo,c301" + "qihoo-c301" + ]; + titles = [ + { + model = "C301"; + vendor = "Qihoo"; + } + ]; + }; + qxwlan_e1700ac-v2-16m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-qxwlan_e1700ac-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e1700ac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "d1b20205f1f0cd2a8bb76dc9ff58c6f102ac7511d024b52c3f99b30d7dd7891b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e1700ac-v2-16m-initramfs-kernel.bin"; + sha256 = "d05f6a79827a8771783eeccab9f7510a1160a7ba7bedc70249690f492553d803"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-16m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e1700ac-v2-8m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-qxwlan_e1700ac-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e1700ac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "021776a0362d79e9c820d61fdc0400fd0b7e4716a827f24362f3ff8766e11bf9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e1700ac-v2-8m-initramfs-kernel.bin"; + sha256 = "d59f0fccb0f29fe63baa79c9bf05f3a81e8f159dcbbf44da660415c616c73bc4"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-8m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-qxwlan_e558-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e558-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "819f5be7e620b922fcff58f12c3eedeb8daf13cfd2411b63253430d997af4443"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e558-v2-16m-initramfs-kernel.bin"; + sha256 = "a7cadb7103b43e403ea7616bde226c9d3f8e908dcc579e389b22de5e327d5001"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-16m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-qxwlan_e558-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e558-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "05b0f6bab9ddc8f515af75b2170235e81b76966eeed94d536d484b4b6cc16065"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e558-v2-8m-initramfs-kernel.bin"; + sha256 = "3ccee8cabb68ceaeffeda66ade2e8ac3bf220eb344a2fcad71c07cef3a676403"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-8m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-qxwlan_e600g-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e600g-v2-16m-initramfs-kernel.bin"; + sha256 = "403cbaf22934fa9d121e33d77b2bcac34867f83ea96feee4fb969f7aa7bfaa74"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e600g-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "dcc77422cdfa13a8eecff6a8ee952c6f4321eaf8ab9c756c76803ff31bc9857e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-16m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-qxwlan_e600g-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e600g-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "0373166fdd4f700803c55a697ddf5b5cc8170d753ce7b1ebe88f8b1e428dfba0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e600g-v2-8m-initramfs-kernel.bin"; + sha256 = "41745c9af09601d50d9f8e7949ac5b160735cc0cc901a9b8a06a9ccb413c2628"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-8m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-16m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-qxwlan_e600gac-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e600gac-v2-16m-initramfs-kernel.bin"; + sha256 = "0cb5b209757e28a903624a6644b6fec783a7113c5452b44c254080ccac773ab4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e600gac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "710484c012ec05940eb5fde5992c68504e20000c1c6c00d0099e272aae6622a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-16m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-8m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-qxwlan_e600gac-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e600gac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "d5afe737de829cba26b782dd0e3ddd83f32f04c0531356d3bdb07d81a4e098ea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e600gac-v2-8m-initramfs-kernel.bin"; + sha256 = "6023cb639c1193a7269e0926195a0afa6c858694bcec1ae8eacf930ef3cd0edd"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-8m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-qxwlan_e750a-v4-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e750a-v4-16m-initramfs-kernel.bin"; + sha256 = "ed962c318bbe22efc53e5d8becdcdbfec59c8aa02677ae147c02efa5595d3134"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e750a-v4-16m-squashfs-sysupgrade.bin"; + sha256 = "1c0735165d66483be1337d0265417255875ecaed316625d9c0b10c2bbcff89ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-16m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-qxwlan_e750a-v4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e750a-v4-8m-squashfs-sysupgrade.bin"; + sha256 = "235594216e5ae57f5ff4627a6c0ad7327b0a370b9680927a6ffa40f209643d43"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e750a-v4-8m-initramfs-kernel.bin"; + sha256 = "3cbaa49d3387eb604edc137e9d94207533f9ec5cec0ac120ff93b3f8201cf288"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-8m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-qxwlan_e750g-v8-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e750g-v8-16m-squashfs-sysupgrade.bin"; + sha256 = "fca5b08e4abd57f0928cf4558d0b4d30b41912947f7be259d757acab0b0f0a76"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e750g-v8-16m-initramfs-kernel.bin"; + sha256 = "ef3739dcbd07a778048579deb0da3895c358e730832ffbf73de92ae325c7acc9"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-16m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-qxwlan_e750g-v8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e750g-v8-8m-squashfs-sysupgrade.bin"; + sha256 = "a6b759eae22b49fd39e7edefde94a1f1d36fe204c9e0f0b71c73bc354bc0e5d3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-qxwlan_e750g-v8-8m-initramfs-kernel.bin"; + sha256 = "c3922c68110af40e554f22335a1a93ffb56906b208df5c15d6c11bcb7e3c0a33"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-8m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "0666efd926db39bd2b9c58892b9451cfb9121cec4ba1582b5060847d0f2a12c1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-rosinson_wr818-initramfs-kernel.bin"; + sha256 = "f73f730c54f692ae44b07b9ec733d4fc5f43caba8a36948d206b5557e2cd2757"; + type = "kernel"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + model = "WR818"; + vendor = "Rosinson"; + } + ]; + }; + samsung_wam250 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-samsung_wam250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-samsung_wam250-squashfs-sysupgrade.bin"; + sha256 = "e782396636f2308d39fa779c3892ad4f2129fc4b38780d4a18c7ded0ff9daa4f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-samsung_wam250-initramfs-kernel.bin"; + sha256 = "022931cb76d8db8b509cdea4f23b224fd4a265f3ad0e448adea4abcc30b998f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "samsung,wam250" + "wam250" + ]; + titles = [ + { + model = "WAM250"; + vendor = "Samsung"; + } + ]; + }; + siemens_ws-ap3610 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-siemens_ws-ap3610"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-siemens_ws-ap3610-initramfs-kernel.bin"; + sha256 = "9a1caa56a2296fa842933fac44d3b90c9e059f6f9087b6666837a3d8c09d971e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-siemens_ws-ap3610-squashfs-sysupgrade.bin"; + sha256 = "edbab5c4883204d37e38c9d968e689a32f67a4fbb5f5abb713719bf79e8ac8ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,ws-ap3610" + ]; + titles = [ + { + model = "WS-AP3610"; + vendor = "Siemens"; + } + ]; + }; + sitecom_wlr-7100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-sitecom_wlr-7100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-sitecom_wlr-7100-squashfs-sysupgrade.bin"; + sha256 = "9db3968568f5a2e1f9875212ee50158c5c4fbc6691b1f21b6dd5f42944782525"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-sitecom_wlr-7100-squashfs-factory.dlf"; + sha256 = "83d06f1fbe9691ec920890c8a86fa7c80fb524355f49662ab20c832e76399278"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-sitecom_wlr-7100-initramfs-kernel.bin"; + sha256 = "9dad32e0554aac0be8742dd9763a3682f5ed32196bd737fa8f7640a762033441"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-7100" + ]; + titles = [ + { + model = "WLR-7100"; + vendor = "Sitecom"; + } + ]; + }; + sitecom_wlr-8100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-sitecom_wlr-8100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-sitecom_wlr-8100-initramfs-kernel.bin"; + sha256 = "251ff41347e58d7da315bf603822c36d801229ff4e8270a8ae2984801d6207df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-sitecom_wlr-8100-squashfs-factory.dlf"; + sha256 = "772ad50481d6d55fa32521299d4eeeb68ad132d43c71b6daf4a4b6c1b0bfd7ac"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-sitecom_wlr-8100-squashfs-sysupgrade.bin"; + sha256 = "612b85fca26f80d52ccdd34f81a34d00b5992ce019286f001acf252409f60570"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-8100" + "wlr8100" + ]; + titles = [ + { + model = "WLR-8100"; + vendor = "Sitecom"; + } + { + model = "X8 AC1750"; + vendor = "Sitecom"; + } + ]; + }; + telco_t1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-telco_t1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-telco_t1-squashfs-sysupgrade.bin"; + sha256 = "de2d22ee9ea19e603fb198d62882245c5b3aa0b363fd3ecc2a5d26964f3055a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-telco_t1-initramfs-kernel.bin"; + sha256 = "8b3299719968e98eb180ad7ec1055e20ba971a38d685f8e5cb42cafe449d1cea"; + type = "kernel"; + } + ]; + supported_devices = [ + "telco,t1" + "telco_electronics,tel-t1" + ]; + titles = [ + { + model = "T1"; + vendor = "Telco"; + } + ]; + }; + teltonika_rut955 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-teltonika_rut955"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-teltonika_rut955-initramfs-kernel.bin"; + sha256 = "bb167e406209f43f5da4915608fd969f80ea3d7679035b140aa0d1173e064554"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-teltonika_rut955-squashfs-factory.bin"; + sha256 = "1773f739dd12a8bb20153729aa740ccbfeb5f98fa1cf5d056fca8ab8685c7192"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-teltonika_rut955-squashfs-sysupgrade.bin"; + sha256 = "21c8ba96330c2310c54fbc97fa7f738a5e0e7a840658981dc84ef579906131cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rut955" + ]; + titles = [ + { + model = "RUT955"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955-h7v3c0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-teltonika_rut955-h7v3c0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-teltonika_rut955-h7v3c0-squashfs-sysupgrade.bin"; + sha256 = "0508e353d06f8b040aa38db7a0bcf19f5609d2eb6d4d499389ec62a66b97dc13"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-teltonika_rut955-h7v3c0-initramfs-kernel.bin"; + sha256 = "f616e668c93f05b955158a406b77ffe541de4262a10ddb2c505e50cabf9400e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-teltonika_rut955-h7v3c0-squashfs-factory.bin"; + sha256 = "254be0476f8e248705974f7468650ace3d52f0502ec17003e15d8acef85a9193"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut955-h7v3c0" + ]; + titles = [ + { + model = "RUT955"; + variant = "H7V3C0"; + vendor = "Teltonika"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-a7-v5-initramfs-kernel.bin"; + sha256 = "9c1de2342a9f1e76a5d8e21228e8cb180760170c959b1b192923ca7cf8354b0d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "a40e177514acc033156e29e67c6f7c74b29a712e3b4c05edd30b69eab20aebf1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "3fdbbe87b13b85ab04c79495e63243a43559fc8f0cfac7fd94b02629ed246d99"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + model = "Archer A7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c2-v3-initramfs-kernel.bin"; + sha256 = "63e66bd59809b8cd96b09cd0d90ec702dc6d4bd0078d4f9b94fd3e39b8e65f08"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "0ae210644b99ca4621f23dc7a73db9f2f273d2af2bf63756dfa15f77fce52f66"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "968d1aa2d6ae3a12493b026c01092a146455d2ea78a55764b76853fdde2fe558"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "51d8f9ec2820a47f814708292740c02fb9a2b98fd6e948489f50081ec795549a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c25-v1-initramfs-kernel.bin"; + sha256 = "0d778f54c1a4bd65aa8e0ef45ae75f525cb4e01040236a93f1618c65250c5c68"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "be1fe4b6ffd25adba187454d8f93e6e64b27cb6ef679ef5ca282ac7b85ad482b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + model = "Archer C25"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "d856810595de43390aaf6d07e3a761370f779420095548332462166a43a2e1a4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "bfe84cd3a4767d660754ef5d0c105edbc4ff0c66c56f503f3e6ff0832a582342"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c5-v1-initramfs-kernel.bin"; + sha256 = "92c8c2f25880bb47250d733573e6f3821fbfa153a68afcb68e966cf994500581"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + model = "Archer C5"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c58-v1-initramfs-kernel.bin"; + sha256 = "9a4c111cd8a10b060bec60d7a9bd8fd2a13f28f4ff59af1c99a5a2ff101eb952"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "0cb433599fc8e5f1ca9fa2f9b393d68e944a6d7d613c3c29c8047ca4621fbf9a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "5ada08901adb74ee1390c0b74754959b4cdad047e3e4761a4a56da61290e9537"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + model = "Archer C58"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "145ff102fd1958f370d5ae309c3f82873c42daff1160452a1ddd8623727af065"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "338a2d50101f5e60a946a520e43d78dee3820aa551a7121a9ed2765f9e965689"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c59-v1-initramfs-kernel.bin"; + sha256 = "0b77180a8a255bb557a8341db7e18effea5f4ea6112a35996c3f8a729d92242d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin"; + sha256 = "eb61ad073e688e9541f92cbeffaac7203f0cffdfac223bca17169f3ee2c5511e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "1167aa513492c88d588f75e48fc9e9da714fd318fe8d33e46fc2ec585bfba002"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c59-v2-initramfs-kernel.bin"; + sha256 = "7c41bbf26beb6d286e7d1b0e2e022b97cb0861d3c04700d0050461eacf1d340b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v2" + "archer-c59-v2" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "c3a6f88c24b3aa881acaf14e53e29011ee21716b18e028891ed20d492ea2118b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "d149e50f8b21d169c0cf2cef016682b6bd4a37fbc91429ca12e0379ad3807540"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c6-v2-initramfs-kernel.bin"; + sha256 = "00e301f51f9379672d6ae91b89bda5f3a28bf2c8510e4e73069ff829bcf5afed"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (EU/RU/JP)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2-us = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-c6-v2-us"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin"; + sha256 = "884af33a42d1ea01ea10d31b07eb3669fac9fe8bbc4554e0f85063cbbb349ec2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c6-v2-us-initramfs-kernel.bin"; + sha256 = "54eb59d6ae7129bdd1698d600342e30bb57e68090b08ae1bda3c16a63a8af98b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"; + sha256 = "b48f2d3e39384658cc3235ee760ddeb09ad07e27449afb53dffe96d809823664"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2-us" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (US)"; + vendor = "TP-Link"; + } + { + model = "Archer A6"; + variant = "v2 (US/TW)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "75f71e875ea7e0480534fda5974328f16fd2c05e090b5207e303d58ab5d1f11c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c60-v1-initramfs-kernel.bin"; + sha256 = "d690f332e98a5be515c2a3984f7ab1f70f817937ffca59e7195004b1526d3f6f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "53923498677a5fc4c9398eed04dbd5fb4ce075069100798cf0b1abf1c6a9ca30"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "6d399c5b8db799ba9476dff8d6d34ff554e3e98f5995276e856051df64dec602"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "b6938c7f068ee9abd60154f3a70d16864a984241b1dfa55a1d41673329a78094"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c60-v2-initramfs-kernel.bin"; + sha256 = "ff3ffc6ec99ccaa826d1a142cd47d00dc6b1346744307a0dceed96c491b5046f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c60-v3-initramfs-kernel.bin"; + sha256 = "a70d20c80287292b86735a4dcb559ee33d6c1dbada9cdee608ac1112180eeaad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "ecf205f04d51b77622827d8dc32fa9daaa4a6645d31b12408aff93f06ece58c2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "320b7d7cb19b98ff222e6ad46b7825f51b51197dae0fd1658d69f4a7163a4256"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "19e42361db8d58c64cd891e5528578a58d13d6900eabd1b8fcc921af0a97e626"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v1-initramfs-kernel.bin"; + sha256 = "ed1df4c2e0677a8735db95530c452e33386c6695055b532e67a4519ada8ee792"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "c3df02ca33817e2c420269e21ecdb76386905bfd97ffb94dcb7ce646f4ca7b04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v2-initramfs-kernel.bin"; + sha256 = "ab29610a23eb1f233382bb9dcefa24ef6ea9023913287074d1fff060280e2abd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "4e160c31809624f1ffdcf9ce50cc3f256bc5193aee4144ada042ef96f258a18a"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "865832c67c551d2a9ffb9e7bdcc8f0507f62e4d55b92a254cd3b2e6f3160e263"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "4f493d84457d4d1bfee809c5529659c4ae484d7502c498eb22cf12c5f7f47b12"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "d3706ff414ae20e540ce65f08130480a86d6247849093cc897c76e51ed6cbb10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v4-initramfs-kernel.bin"; + sha256 = "c5e5c419c207cf1b1d184c05aa672198240edf7962b1a5580bfc90d0624d3d69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "c246f579977e29ae170407b0d02b88dcdb12a3d8ea9b734a1705b5bf6162fb50"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "4ddfeecd10aaf241e5e968a0b02d4f72befd2171524eaf706f15888145c74e6a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v5-initramfs-kernel.bin"; + sha256 = "038de5f23b3a6fd6123d80d6a5260ac3d569f306f0ef6fb8aa58937ac53177ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "c310f6630076dab489f8a4d96fc1340fc4153fcd7296ff76dcd7b31ace7fb8c6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "0bdd4f14de68400dd9ac831732a6ecd22321215e4031758088a78affe7f82563"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "3b049dfa034f66e592eb752c894ef9b92c47ec08a9de42996e65b00685f06190"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-d50-v1-initramfs-kernel.bin"; + sha256 = "8f6b457e450adf3af24c8b7f7f027b3506b4ebaa5a4058f93d1cbf68f3537b52"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + model = "Archer D50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-d7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-d7-v1-squashfs-sysupgrade.bin"; + sha256 = "0e836084adb3c273034c1437da0035048051bf59d6a0b6505e3bec9e985770b8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-d7-v1-initramfs-kernel.bin"; + sha256 = "03c8c30515494efa2b7100340e333d2ce77428a48e5c7b0686a77957071b1f08"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d7-v1" + ]; + titles = [ + { + model = "Archer D7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7b-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_archer-d7b-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-d7b-v1-initramfs-kernel.bin"; + sha256 = "3659a8b8a39f5985f9f2e13915c3a27bf2dec1fdd971830d9e74b1002a32c522"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_archer-d7b-v1-squashfs-sysupgrade.bin"; + sha256 = "ac5ec41cb084552f1ca7db711c20d37c3b33357fb0a645a9e8e9d04c869b5474"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7b-v1" + ]; + titles = [ + { + model = "Archer D7b"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_cpe210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe210-v1-squashfs-sysupgrade.bin"; + sha256 = "90feff4fdd001530e20bb1133af1147b071afc7144853e630a122318974b7297"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe210-v1-initramfs-kernel.bin"; + sha256 = "7c987164503dd2ad6ac454947a8b0eb62ee60123e816e31a32567b6a0a0dee14"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe210-v1-squashfs-factory.bin"; + sha256 = "1ec63f6be48b5b3bc5faa1143bad5164ef3a00c283bf5218e6d7eff002d5fdb6"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v1" + "cpe210" + ]; + titles = [ + { + model = "CPE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe210-v2-initramfs-kernel.bin"; + sha256 = "aec15a91ffbf8896bcd8f1a409624e8a1b3b54d0c5d597127d691a0ec8825ea3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "63c3edd03d4b4112e559bca648eb5d32e10a8b99b5045051cd9cd9d9c6a02163"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "20c84a64fbad727241e75442d40169893c7ebbdccac242af09b2832ee1338434"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + model = "CPE210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe210-v3-initramfs-kernel.bin"; + sha256 = "824972a313628dbd7a50a1d2f06daad70c8ae8987fa050eded315484efa7f3ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "8edc5bd61c10220845fc5f93b4fdeb2c1eb76593bc18c0e7d44ecda0fccf65b7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "7e51257867be6800643546c9d16e21dae88a69931f5d6771f9bab1af774c5ab2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + model = "CPE210"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_cpe220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe220-v2-squashfs-factory.bin"; + sha256 = "9d738aefd7354a2c575cc9db1d97f1aa4aedb07f82d0c83288cc976eb5787c05"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe220-v2-squashfs-sysupgrade.bin"; + sha256 = "4c64467f5e5bd90359173fc0ab3d48a2c133f4ddfcab5e18373b0b5acb3d2eef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe220-v2-initramfs-kernel.bin"; + sha256 = "19622b67cf15afb643f9fb09f5e45b20e197d0cbf5e5257df2dea5ae95bc6a9f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe220-v2" + ]; + titles = [ + { + model = "CPE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "c48c4d020c4b07b85944412987a5ea473f61eb2a569364f4a1ecaf98d5cf2fd1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe220-v3-initramfs-kernel.bin"; + sha256 = "a08e97da4106a24f4ccb1eae8b3aa061c599a937579e902a0a8a9069c22741e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "bb4644d252f8d6278b596866b65e54f9edc68d34132146c463fa36e0008f385b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + model = "CPE220"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_cpe510-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe510-v1-initramfs-kernel.bin"; + sha256 = "16b3de40a23147c2fd072a9d79fd094377d45b5cdcb3854d15b3aefb35e0ffe7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe510-v1-squashfs-sysupgrade.bin"; + sha256 = "f24e845ddd1ef0a8df1b441c2266f5b66bbf0f2c226e95774d793ab600ec194f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe510-v1-squashfs-factory.bin"; + sha256 = "c054a8affd7dfb836ea94f664962ed0cb4a93cbd16bcedf2ae5516d5920691b1"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe510-v1" + "cpe510" + ]; + titles = [ + { + model = "CPE510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "3fd5ecbe7e21902ade009690bcc8394d811627cc6198e8bb3a6fac628141535a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe510-v2-squashfs-factory.bin"; + sha256 = "f35ebb400ed9c3b0806c23060fa688848348ef0d18fb8c450a9d6ef4b578a93f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe510-v2-initramfs-kernel.bin"; + sha256 = "7fb02eb480bfc2602d03845275589732b141a0f84882c2e8e9517ef4c197abc3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v2" + "cpe510-v2" + ]; + titles = [ + { + model = "CPE510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_cpe510-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe510-v3-squashfs-sysupgrade.bin"; + sha256 = "4ae8a85aab20aeabde7c1f0b1fc90e69e0fa25c6949bcae60dbfb4ead5ab76e3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe510-v3-squashfs-factory.bin"; + sha256 = "ae7d104cfe2a7579d33bf048a57d11688f8df51ebcd7f69c95c6044b268e2f22"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe510-v3-initramfs-kernel.bin"; + sha256 = "2aa7ecedb7897f77435b986faa7adfdef6c35a91a0bd5976f67aa0fb72f0a2d1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v3" + ]; + titles = [ + { + model = "CPE510"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_cpe610-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe610-v1-initramfs-kernel.bin"; + sha256 = "460577e6c4ab39e9b763ba8a541f2155ce3e97209ab4176215c6632d1bfb5985"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe610-v1-squashfs-factory.bin"; + sha256 = "d7a3d517eb2f05b69b9c49086ab20e1cf3c43ecb198855d0906535fb188a102b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe610-v1-squashfs-sysupgrade.bin"; + sha256 = "acabad23282f30586a524894d41ccb28a5f5dfb61a18fbe4b4b936c17d65a140"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe610-v1" + ]; + titles = [ + { + model = "CPE610"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_cpe610-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe610-v2-squashfs-factory.bin"; + sha256 = "9848324ef10724718c66ea1f8f13fdc588f0a6442de49d3896a3997f3011a779"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe610-v2-initramfs-kernel.bin"; + sha256 = "043d86a52ea4a93b5fe01bad0aea87d92e44891b5f7e5afa033b0fd78cf52c97"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_cpe610-v2-squashfs-sysupgrade.bin"; + sha256 = "4da5763a97a3282ad8fdb48821d6b3ca5a2229ea66c7e974c55188fbeaa67ff7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe610-v2" + ]; + titles = [ + { + model = "CPE610"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-outdoor-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_eap225-outdoor-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_eap225-outdoor-v1-squashfs-factory.bin"; + sha256 = "e4d86d567c9ee36763edb5b5081bc7e3220267d5b8e681ba334cfef104ff7f16"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_eap225-outdoor-v1-initramfs-kernel.bin"; + sha256 = "c5197a2369161ada6e8aee0ea76a271bdeac5de2923a2ed6e3053b67b6bad395"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_eap225-outdoor-v1-squashfs-sysupgrade.bin"; + sha256 = "710db015958dc95636eed434e5215d1ddc03f32aee2dcb7bfbee57a9eac7f6b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap225-outdoor-v1" + ]; + titles = [ + { + model = "EAP225-Outdoor"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_eap225-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_eap225-v3-initramfs-kernel.bin"; + sha256 = "5d88b82639cf171eb075bde7151d7149a14a38dfd0329be0ecdb93ac356c2e3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_eap225-v3-squashfs-sysupgrade.bin"; + sha256 = "43857243b0db9e7f6cc71ad635a95b7790e14af6296abf9895c4bc4a6dd615f1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_eap225-v3-squashfs-factory.bin"; + sha256 = "5aba5a36596e29826edccac2fc89472a0054538a7a917f5febfa61b20f84dd7b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap225-v3" + ]; + titles = [ + { + model = "EAP225"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-wall-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_eap225-wall-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_eap225-wall-v2-squashfs-factory.bin"; + sha256 = "3898135ecd21108ac0911eb018ce5c44e0e8e3f1ad72ce1dc5d9dacbcb263817"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_eap225-wall-v2-squashfs-sysupgrade.bin"; + sha256 = "b37b589460e08797ab070f3a5043dd4f61003cd3d9516d358d230e5e25007501"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_eap225-wall-v2-initramfs-kernel.bin"; + sha256 = "1ae371c7d238d1676c03db19851fb2b86423941d8adb1f79861894022e8418c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-wall-v2" + ]; + titles = [ + { + model = "EAP225-Wall"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_eap245-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_eap245-v1-squashfs-factory.bin"; + sha256 = "c0fdd5a2d9ec944bf3989d4f8a9fba3ae1abb1d6ba1cd24d102974585eba4658"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_eap245-v1-squashfs-sysupgrade.bin"; + sha256 = "c834e68d4e20e2dcee257296958def7533db5b00f145ae48fb35f1848a43bbf4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_eap245-v1-initramfs-kernel.bin"; + sha256 = "404bf1b84bde801c902a7455290f5388d14a5feee83479b9defd677778dce4b4"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap245-v1" + ]; + titles = [ + { + model = "EAP245"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_eap245-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_eap245-v3-squashfs-factory.bin"; + sha256 = "12620c5e5290ccff8c35982b7d32a8ca2cf13a8e37987f0bf1000e5a37b71fbf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_eap245-v3-initramfs-kernel.bin"; + sha256 = "58acdf1ee2caaf4fbee91090e3abbd17d52fd8f47c93020e2b657fbabeb96aa0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_eap245-v3-squashfs-sysupgrade.bin"; + sha256 = "fbe46026543836b05361e1627940502c81195438e402692639d5ff29bd85021b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap245-v3" + ]; + titles = [ + { + model = "EAP245"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_re350k-v1-initramfs-kernel.bin"; + sha256 = "f79fabcade573cc78310aa87b3b9f41fe6148584ac6dd75928d3cd60db9b395e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "2127843bb62ee730ebb93fa0a940831505f46a56823483df64c271cc8b695223"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "728ff300a5f597fe918c7455f72a3166f7bd1f987f00f2298e4873666e05b946"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + model = "RE350K"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re355-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_re355-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_re355-v1-squashfs-factory.bin"; + sha256 = "b4936cec2c194f6a2430ae1e5f527949046104cef996e0ef9d465f8c68da4e70"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_re355-v1-squashfs-sysupgrade.bin"; + sha256 = "e0043db064ba5733c87adacf5c410a38349b4e283909a1b788b9c743a01a030b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_re355-v1-initramfs-kernel.bin"; + sha256 = "85e3e732ffa7a94a0b6fac2bf894c4be50564807c60e92000228935b4ff9f799"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re355-v1" + "re355" + ]; + titles = [ + { + model = "RE355"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_re450-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_re450-v1-initramfs-kernel.bin"; + sha256 = "afe4c22a85701cd5b6e30ce4a09f4d51373f3ac6e67af7d887092458ad31de5d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_re450-v1-squashfs-sysupgrade.bin"; + sha256 = "1c2898a9571099f37ecae63abada8af7626187e0551b2645e704330175b9841f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_re450-v1-squashfs-factory.bin"; + sha256 = "a2d8c725ac43df8f27131e804894210a025a79e21c3df8bb99837e8559564ed8"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re450-v1" + "re450" + ]; + titles = [ + { + model = "RE450"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_re450-v2-initramfs-kernel.bin"; + sha256 = "d0b5ddcd9f3b6b1c9e2e1aa791d16bb8064315c27a75e479b0a89d0aad597ad3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_re450-v2-squashfs-factory.bin"; + sha256 = "4af2e3ad07c004b9363899a739db1b8b921187b3b312a8064afa2449cee67150"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_re450-v2-squashfs-sysupgrade.bin"; + sha256 = "1f388f59c63708fa9b2b4dfa644f023ead3fd4797225252d21e2e399c55052b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + model = "RE450"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_re450-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_re450-v3-initramfs-kernel.bin"; + sha256 = "7a25f90210249db975a3042a64c4ae0c258f5eb81baa5f37511d4107083616ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_re450-v3-squashfs-sysupgrade.bin"; + sha256 = "574675e8cf4646e51953f9bd4a4f47fe5f3cba177f685804b7f22b6eb5da7a8e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_re450-v3-squashfs-factory.bin"; + sha256 = "7edab2269c2fa52daee443ed262493266a3853bb0df19b6e525dea0456ab602f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re450-v3" + ]; + titles = [ + { + model = "RE450"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-mr6400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "786b6d12d46c89b03e8d20a1c444beedd94935432dd546f016a6d10ee244509a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-mr6400-v1-initramfs-kernel.bin"; + sha256 = "cf87e74899ba44bc61463725aa9e7b8f0acee472919d97dd12cba515b37d3fd4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "fc9c07d26ff2b38522ae45b5836ad527151923e416efce14de7f0aefcf6bdfb7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v1" + "tl-mr6400" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "ad796ee98c5388dbac9b14ba85908b0dfc0779c0e1ab3e97d80172e1a7fb3b80"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr3500-v1-initramfs-kernel.bin"; + sha256 = "f05005d3a82899db5436ecf4cf5eba217255901f92d3c9222ca450376e7cc1e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "98e172c9b2021b4d244e6f8aa4ea9cac3c221974686db57a443611e362674e36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + model = "TL-WDR3500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "048670229495a836c2973673d5f3ae95d9daed70ba64f831d44e78544d810c43"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "279a3e32776dfb5634f6365f01fdd8c17e6fc29fd9682dcf947aa1e556bc727e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr3600-v1-initramfs-kernel.bin"; + sha256 = "a334e5cacc0b3d1fbba74fb256ac664c5b592211ad57dc0f6912609a03a32be0"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR3600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "2cc4b8387ef8408f9611e52a21db2e4444c4f981c19682de29a7fdea2d024048"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "64615646807d397c837a6e32a293f858d40c3f551aeda66de8c99aa56e2bc4c7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr4300-v1-initramfs-kernel.bin"; + sha256 = "a153b04d08cdae83b24d38cacda279656e67a35c49328a8b7e22eb71a24dc3b6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "ff9113fdf3c898bf32cadff5a4c631d9d517027e15105ba0be2ac1f8878f08f8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "c2814e96346f00250821fee9996b95a5ed354d25079e6e3be3bc872894505773"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr4300-v1-il-initramfs-kernel.bin"; + sha256 = "78e7de961c30724d798cbd19ad62fd7d94c478fb000b8423fe79328c3fed69de"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1 (IL)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr4310-v1-initramfs-kernel.bin"; + sha256 = "ed4e2cf41d2f599cbe5ec4e96149e0730c1d8eb261b1e58d0f9cbb9fbd361bcc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "86f11611261ca37373783cac5e35124feb139f49255778a71c6b9e7fff7b5818"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "b5de61e076c105246b11911e7ee62b5d43fe4367a0d34a69705616aee9e5d4a4"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4310"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr4900-v2-initramfs-kernel.bin"; + sha256 = "170173470f17b9c9e0158c378277b2196df9c6bcdd197ab5a9988ffa8d0bec39"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "c8297a2a19b01600fcd4290e8741c91932636ad8150f1037478727893f29f43c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "7027e89ac13d05889f8ce19049a9d9cf6b3227600e0af8180d4251bc612f733c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr7500-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr7500-v3-initramfs-kernel.bin"; + sha256 = "1258920991bf6a8c6b8f6a43b845782c1899e1c9d3a06f1005d5c49079bd5658"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "1c242cd08d7a9ba2533ce78e051ec76f7a17fa27896b50cd4ca0128a6a1cfe5a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "f2499dde628a0156e11349971cb9982258a873d2fb9a4ff8653dbb8cb35937b2"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr7500-v3" + "archer-c7" + ]; + titles = [ + { + model = "TL-WDR7500"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wpa8630-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "d276d4c516ad6c1ddd78cd66487f3a86004b0b425fe1f9e6a5a60c21ae725096"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wpa8630-v1-initramfs-kernel.bin"; + sha256 = "fe551c93625a59f50c73d4fadbc1c25ad6aadd353126cdd1a073fa1cda17fa8b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "abba954432f2faa2d136e5a962011d4841c3b55ac0a8efe28265cb13dba430bb"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630-v1" + "tl-wpa8630" + ]; + titles = [ + { + model = "TL-WPA8630"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "8925a9e8b2d096c4536b6b8a317661646f1c6a81dad94d2a672e1b0887465f1d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043n-v5-initramfs-kernel.bin"; + sha256 = "f82f32b1472c62cf27f9ed3d9d1d33431e8b27591318a654e480e07fbabb9338"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "2b755a222135a8a495bab20179a73d4930ea051c769a33c91e5fcaddb458c95a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + model = "TL-WR1043N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043nd-v1-initramfs-kernel.bin"; + sha256 = "97165349bdaca6c88274bd60981ea9344f7afbda46fc82a1e13721de0b07829f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "e7df84da1dba95c8b385cba7235c5397643108e7da32baf1af043326a7d17c8e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "5982d880162ce340dae4e5fe9b69c2fdd2653c516d380f062e3d4543b9e55615"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043nd-v2-initramfs-kernel.bin"; + sha256 = "70c497b9157a12f84496c61155300058897c2eacfd5a6a44dc949f516e1a00a0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "d1e765e7c584ccef3cb1327bae8ec0bc7dff2c94a0671bb417ee2113164843b8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "4368c40e883f55ae5b5755bc435aee3e8c03251d2ee13ea0e50c609046f91415"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043nd-v3-initramfs-kernel.bin"; + sha256 = "b0133421dfa1389dff9f5e9ff93ae6f70b5c0ce8a288030744c2c768e3f741a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "80a7a6cc2eccd5c27e45be6a88575d96495ec293218eb10587c8e5edf5dc7bbd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "cd6a1542f19c1ccc5f61716a01031a98dae519456765e4d79c0347b249b47b09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043nd-v4-initramfs-kernel.bin"; + sha256 = "4e0a94344fe441b6fb97b1cfcdfe952bfc95cbcd035cf89e0321286a85c239ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "1c1c3c6e8a3d025f0e9a4a9523d2c2ba990dffd9afb9202065d3a1d3e202d6f0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "118143938b386ecb2c36a719f8303da5018a41df7dcddf88c145c1435faba19f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1045nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1045nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-sysupgrade.bin"; + sha256 = "db06bdab8bc429eb665604c1dacfdf200115c778385bf999c042f9f3062b1da1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-factory.bin"; + sha256 = "4c4b73d1a3dbf96a6bab34bcb3ae7cf02ff47a3770184386bb548eadafec00ce"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr1045nd-v2-initramfs-kernel.bin"; + sha256 = "30b12b5fc82e94b169d8db040e6cb5ee229774b3d6b0d78ad69eb41267ad1497"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1045nd-v2" + ]; + titles = [ + { + model = "TL-WR1045ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "616145840f093cb64501a13e01381d0bb7a24aec60fa39b2b1ccbf07eb684494"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr2543-v1-initramfs-kernel.bin"; + sha256 = "0d8e8d49a1ee41766051e80992398b34ab851ef9486be338ecd9cdac3e2f0e79"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "72cbd43cf6c8b63903679e44eaa3f0203d5d65e224f412a87ed70fa3dea65d24"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + model = "TL-WR2543N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr710n-v1-initramfs-kernel.bin"; + sha256 = "30bc08ee475726242a616fbfffddee61218c99d54c6fb4c5652007ca11d5e2b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "6dd1cb9f0d0d6b7c5aaf1fc4bb34c8ad05b1d0d1fc3da3d7b72162d7bc8ac7e6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "dc66b0c7c10e944b993475197893dd802c4298f0a00faa2c3641f584d11e4c47"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "9b921b0ca4f75a668ae170e97eb0d1e2d2cfa19776605a2bbe33811d90433a89"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "33a2c8c9b4e2b1ef1a53442a922bdb12c6ec0683a6a0175450047a91bca12e1b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr710n-v2.1-initramfs-kernel.bin"; + sha256 = "0d55e3863281bf1cf34ad18fbac9bb8589ced161954dd792c0078f9f67c4de48"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v2.1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "69294812d2c59aab07eb34796d44fa57a8daa8d3c755541d8f120448fab941ae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr810n-v1-initramfs-kernel.bin"; + sha256 = "998306913116968ee114be5a2f5f558ba1238128f315d4a8ad1390e10a4b1ed8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "86e492f4e79ed599386538361cb144270a79067d213973870c85f41bd8575945"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr810n-v2-initramfs-kernel.bin"; + sha256 = "4a51e170d9e799e7d62bce01aee9749cc6128950d231c44bc58aaeba24ff10fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "6d178ceb504c16644e9914dab32e37783de07a4d970c95915a5bd64632331e20"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "ae824f2fe7fee15c4257e2adae49e988beb051303abcd5e5dc0376fbd2a64204"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "11cea3455c71c73f6c6535c798de919843a034571f8331723804e70a577d14ed"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr842n-v1-initramfs-kernel.bin"; + sha256 = "b3622229d55729b834d0eba5a27d20209375abb7a7b8f96d12b9b3e0d8115128"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "72a7d4f45f03843037dbf755b7da294e3807ad8eb7008207aa37c9c6ce0a2f49"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr842n-v2-initramfs-kernel.bin"; + sha256 = "4eef0e76e03736b4598f868c4ebcc6d90d76c8a5fc2b872530c1e54ef460cde6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "7af17615bba66a7f13cd3c7ed3e864c664926c43f8b91040ff4e4979c423ad77"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "00945f40ddc69132f1177f5a60fa6b70defd6defaf3e28f05a52559f40f93001"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr842n-v3-initramfs-kernel.bin"; + sha256 = "e91350414aec679a12b0aea6925f3678ffbec40b71a4efb80a1b5fe229487695"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "d5e053b79baf793d25c5e471f29f655b6387d327bbe8ed146f2997a63af3b573"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "3f9f152d211aaae996db7cda5566090ab5a259ba6851d1b34cd8e74671335efe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_tl-wr902ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr902ac-v1-initramfs-kernel.bin"; + sha256 = "c9595b12b0f7d208d16371d23d9720d2fa9dc747f3f2236cc6f127ac1af32675"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "09e2e3f78a9cfa531d0d7e649b95bde77cdc0912d7c5c81873afc396e7c49b81"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "3a74ee4731c6b3b5b9dc9d4fe7eac87734aa6ce5a8b9924d7ca1a685e250583d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v1" + "tl-wr902ac-v1" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_wbs210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "2da2959a99bf973b610150692b7d87f11bd109a90136ed6c66a777d12636cbe6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_wbs210-v1-squashfs-factory.bin"; + sha256 = "7c2d6e4c1eb61a8d8205a904496eb149dc5c3aab349e6da9578618be5ba84532"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_wbs210-v1-initramfs-kernel.bin"; + sha256 = "03e0b66b85bdbb0e5d365892c0f813cdf0e014d1726e0e7c260277f14531fb0f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v1" + "wbs210" + ]; + titles = [ + { + model = "WBS210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_wbs210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_wbs210-v2-squashfs-sysupgrade.bin"; + sha256 = "ca9205a057758a3d8f3f7fd888618d94476b1be1232ae97bf32f1a52b7c8e3b5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_wbs210-v2-squashfs-factory.bin"; + sha256 = "b7b5e59f414f48777baf135f785e81d3a1dc3679a5c684b8f37f300c1ef504b1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_wbs210-v2-initramfs-kernel.bin"; + sha256 = "db2fcdb8281c924b6c2e180fe9c3c3032d7627a0f5c3c39ce24d51e38293d362"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v2" + ]; + titles = [ + { + model = "WBS210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_wbs510-v1-squashfs-factory.bin"; + sha256 = "7df7c2a04e1d1efeb2afac759f64a30cb89d38b688b3e12c6d9565c7053c35c7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "5ce8fe506cee6e6bf875fafce2c5ab9214f3a0c15f132ec9026770d0f207a6a6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_wbs510-v1-initramfs-kernel.bin"; + sha256 = "3735b2ffd87874f915e1be40b207dc479cd8ef0d40bc07de3370160c3dc8230d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs510-v1" + "wbs510" + ]; + titles = [ + { + model = "WBS510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-tplink_wbs510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_wbs510-v2-squashfs-sysupgrade.bin"; + sha256 = "5cbff3fb1dda8dc4a98daaa607423a6243cd78b6d9c030aa462edf9447a8a1fe"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_wbs510-v2-squashfs-factory.bin"; + sha256 = "10ac96879fae5c39573ab88d3f48c88fa6a8384745cf7153709e912a42004ea6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-tplink_wbs510-v2-initramfs-kernel.bin"; + sha256 = "71969d196d18153b2af6c7a0049c557cf71abcc3a0d17fe6fb642f22739c1f80"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs510-v2" + ]; + titles = [ + { + model = "WBS510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-823dru = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-trendnet_tew-823dru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-trendnet_tew-823dru-squashfs-factory.bin"; + sha256 = "f3379e86717cf431eeb7f0102b1ae45a0045d0db54e95ec7e33fc6fd91f917db"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-trendnet_tew-823dru-initramfs-kernel.bin"; + sha256 = "57b12e2fa7f365b279196a7cdbbbcde881f848dc97445f254320554a668794b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-trendnet_tew-823dru-squashfs-sysupgrade.bin"; + sha256 = "8e8a77f95edfb450d1f5ed387d921d024034cb33a4885b3a17d2be8db4491b75"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-823dru" + "tew-823dru" + ]; + titles = [ + { + model = "TEW-823DRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + ubnt_aircube-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_aircube-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_aircube-ac-initramfs-kernel.bin"; + sha256 = "7bdc59c4a7a555fa5857f78af5e89fbdd1a81b93668aacdd120714d52185dc86"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_aircube-ac-squashfs-sysupgrade.bin"; + sha256 = "afaf258c28664421345d984a29cff0339703016bf0475886a2972182e800f802"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_aircube-ac-squashfs-factory.bin"; + sha256 = "1b31b9a714d046ac9b2e662a3ea3c3681f6426dc8557094685da446a263645aa"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,aircube-ac" + ]; + titles = [ + { + model = "airCube AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_aircube-isp = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_aircube-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_aircube-isp-squashfs-factory.bin"; + sha256 = "e294ca58ecfb6046c2c2e4dbc7d93230500bf63f4ed0170897a04be2330d78c5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_aircube-isp-initramfs-kernel.bin"; + sha256 = "822cf7d8d4e7c2338e650ce2186d90aee88e4f5a8d918a3d0fc40e1100d68697"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_aircube-isp-squashfs-sysupgrade.bin"; + sha256 = "6e0cfc39dfbe45e84c3403d3463e0d33f2f963a33c92bff74c12c84f8f422cd3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,aircube-isp" + "ubnt,acb-isp" + ]; + titles = [ + { + model = "airCube ISP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_airrouter"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_airrouter-initramfs-kernel.bin"; + sha256 = "67d09788e51dd0e752230d4e2962a37659d48514dea8b5ba638d4e6bdc6639fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "9e6ce849e53530763865b69c8dded7aacc26a090315d14634d349696c53150c3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "d270ca700cb07a4d9bde1c810dcc1df502bde69a5b22798feaaa3b48293b368a"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + model = "AirRouter"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_bullet-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_bullet-ac-initramfs-kernel.bin"; + sha256 = "3818f6105712404b09a2b72aed4ddf03263ed6e9a9796c51a89bcf2d8eb335d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_bullet-ac-squashfs-sysupgrade.bin"; + sha256 = "24519ee5ff93e86eca1f1ccb7cf527c2759f075eab315362daf09bebdc049331"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_bullet-ac-squashfs-factory.bin"; + sha256 = "91975c2363d354db646a401ba067326cca7682576b764a5b674f18bf0cb9d784"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-ac" + ]; + titles = [ + { + model = "Bullet AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7240 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_bullet-m-ar7240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_bullet-m-ar7240-squashfs-factory.bin"; + sha256 = "9d509a9e6dd4ab0554d77a35e66dc345aae5b9db15669170937372fd7caed6c6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_bullet-m-ar7240-squashfs-sysupgrade.bin"; + sha256 = "928a371e6792978ae4116ad0a7b7e08593fc0f0f5fc84ed77d6f1989e048fefd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_bullet-m-ar7240-initramfs-kernel.bin"; + sha256 = "26322cee2c7435cf6be9abf28af2666ae4c61705cd21aba1c208c8285a7c903f"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7240" + "bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7240)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7241 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_bullet-m-ar7241"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_bullet-m-ar7241-squashfs-sysupgrade.bin"; + sha256 = "f2d62df969210022126902f11a81900791857763b0b1be1e34e5f9a6c338f11d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_bullet-m-ar7241-squashfs-factory.bin"; + sha256 = "039f11b3d606b43803681dcac2086fe9dfff7c4258a3723a77d074a20de2c902"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_bullet-m-ar7241-initramfs-kernel.bin"; + sha256 = "34c83c0a4e6526fa1e0e5b73b81115c796c8e661da4582a29d8a3fc55bb84c91"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7241" + "bullet-m" + "ubnt,bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7241)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "8fa36f6929a74117da257c31aa3b6bc187278590dd8d0c8ed13b47a6ee34d5ea"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "da463cc1d3f902c1a2e0d495ce278e58d7c33d91d7f0ffbd18bda6cc41b5511f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_bullet-m-xw-initramfs-kernel.bin"; + sha256 = "28939e8685aea78039d7c13f201f420bc8c55cbab0ab574b9127938600a3994d"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-5xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_edgeswitch-5xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_edgeswitch-5xp-squashfs-factory.bin"; + sha256 = "2627c09e899197250b98cd785373681195ffd84988e16742e5d658bb45740ad6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_edgeswitch-5xp-squashfs-sysupgrade.bin"; + sha256 = "416908815e89155ab05502c24322ec30f61fbb4e1e667378ce177eb18c930db1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_edgeswitch-5xp-initramfs-kernel.bin"; + sha256 = "188290bc45fb9d8baa2afdb2d2b7c9cb7ad42fca460495d2d90ebc73c13bf5db"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-5xp" + ]; + titles = [ + { + model = "EdgeSwitch 5XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-8xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-switch-bcm53xx-mdio" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_edgeswitch-8xp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_edgeswitch-8xp-initramfs-kernel.bin"; + sha256 = "10c5fcc85e0f6e38b0852b41c23f5f917273a5eadaec43c646f06e42f66f8686"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_edgeswitch-8xp-squashfs-factory.bin"; + sha256 = "4b264a7aa0c5d688a5b2bb2a0f988d9bce03389e6f2c6390bdb4015457194e83"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_edgeswitch-8xp-squashfs-sysupgrade.bin"; + sha256 = "53ae5cd0cc6dbe083d5a8cad4b1c0f3fc9895aa9ef1ea2c380e87c077ddda0c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-8xp" + ]; + titles = [ + { + model = "EdgeSwitch 8XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "6d67d13ab55862b8fb1d960edf58f5d5623cf48e8c12f0046bae2e882c10d401"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_lap-120-initramfs-kernel.bin"; + sha256 = "0bd445a9a3add3841cb3ccb8bc155d6493626b1aa47f9f802e6a8c7456dc1136"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "5e4eea2198d590b264348e2b21b90c19bd62226a0fd4641f0ea13fef596add14"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + model = "LiteAP ac (LAP-120)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_litebeam-ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_litebeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-factory.bin"; + sha256 = "fb78174b54189c25a9b63b7f5ec2b77a835ffef69d62d36a21009844ae6416fd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_litebeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "c5549313827118c0f193663a1ed873760e71bc90364e614fd86336fd2ebade3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "da009c186e17ec428990ea55caf1beb7cbcb27587bd3ecb8927038ebcf2fa0fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,litebeam-ac-gen2" + ]; + titles = [ + { + model = "LiteBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "c7f3bcfbaa9ef6d36e9ebbc60a617cdc186d474b2020f990cdc9d9eb1277b896"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "30fc86bc95c0f3d6b7eac408d651d8b9597ccb1ffa4c7f021e9045e904347e89"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanobeam-ac-initramfs-kernel.bin"; + sha256 = "2950c08305ad6184751c3931bb5ad6b358fc2e482724500ca886c75ac9c36901"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-gen2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_nanobeam-ac-gen2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanobeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "fa6c3468eee01c92efa7e418704ad3820685073f92a196e796a595fb1a35a5ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-factory.bin"; + sha256 = "bdc4d14c374cd0ac1d113313db5404d6cf1526d75495bc4b9dc428b4058a56ea"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "111e42fb9d1a82c3851721517f151e61400c5bce174edb14ce3ae109bbc7a037"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-gen2" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_nanobridge-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanobridge-m-initramfs-kernel.bin"; + sha256 = "38ea28abc0d5524e2a5e3fb6df1ecacd46151fb68050ced669f2c12f7db5d0ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanobridge-m-squashfs-sysupgrade.bin"; + sha256 = "d08f7db591f7788f7b878aa9da9573b32646ca94f300ac288c285892f15fe5c1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanobridge-m-squashfs-factory.bin"; + sha256 = "8abd40ee32c041a4409c42e7e43d38a1c1ae917c0c75ce6ab2d4a74f20158ccf"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobridge-m" + "bullet-m" + ]; + titles = [ + { + model = "NanoBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "0fc4951d033ce0dd2dab59061a6287f48fec474b567265682af91c99f8f2b61c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "f0b28331cb8f501afa23180e78ab6f40f22b18114ac23a645e29fb99cfb55c61"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-ac-initramfs-kernel.bin"; + sha256 = "806b5668bea1eb8193c48b39419de047387f33dccea2b74f31031141df05a566"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + model = "Nanostation AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-ac-loco-initramfs-kernel.bin"; + sha256 = "84c7e596d8c190a85c79746e7c10d9ba0b7354d67b8011c8c729f46a941b320e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "4716bc29dc1508ba247bdd501a19c0958640779e1711e581bf0d100bde5c3d7e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "fffe0310106e2b310cda6ff4546d7e9d9f5cb0e368bfd5145f865fd93e4250b9"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + model = "Nanostation AC loco"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-loco-m-initramfs-kernel.bin"; + sha256 = "be1855ffe745ac69aeac9167123bbeab3cc1cd2e3b2ffbb5fefa7a6c0b26ff33"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "ab45c9b64d299cc22dd616a21a7f84678ed55d33ea4c7d616be4d386c30eb139"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "3985c7715b54041f626a1b8c7b36c445d49d20f8b83f539dadbcf15723c6b687"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "13a6d98a14a2842a8a5a166eaf7060ae6d99ab8dd52b040ade8726975b2aa026"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-loco-m-xw-initramfs-kernel.bin"; + sha256 = "d3d22b2931115f5a948da3f02739ee137a60f430a90164822b8613f20044e88e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "6b0aa386a23dcdc6bed6b8cdf3cc255a7924337a9f67f6f012e0e7a2999f95c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "b43e45b298d1e67197d6c807080f73ee7e36a0daf0f2d2c0215a9fdd5d60d4d9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "d4abcef0de86726f620d91d6ece1dd4873e567590600a037443f2688aaf3fc77"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-m-initramfs-kernel.bin"; + sha256 = "f95b68391e431b1ee3a0602c1fc2fd6f62ee78954f450e1d44336fa47f5757cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "cf4eeb5774f65d1482e1cff7d14a1f60dbe7e9c527681053af16b9b960cc02fe"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "53d409c43ed9318c88bea0c5c3ec3bc92491d7455414539c853272eaee7fc3fc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_nanostation-m-xw-initramfs-kernel.bin"; + sha256 = "d38328f2efc610dca206c95ab79658a6a18c304890ffaa7e59ee613893ac9d14"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_picostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "a733d317fbf6c28bb04ae2e235020920a0e22f1ef34b86f2d6f520eff454125b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_picostation-m-initramfs-kernel.bin"; + sha256 = "c56d75c2d980d66669da19f22407745a6a18107f5c31349dae590326919f6957"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "27790575fd8a5152ce576ecb8828c0065817ff13415ae340a03f4260109e3f37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + model = "Picostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-500 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_powerbeam-5ac-500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_powerbeam-5ac-500-initramfs-kernel.bin"; + sha256 = "806dbd8a013eccbc1d87be510a3fe3d6125e4e8eb4cf29025dbe0649a1b3751d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-sysupgrade.bin"; + sha256 = "e1cc0c0fd0af012b9f383d74e02b51d3b8d429c30dbb67083e8cd3cdf5200328"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-factory.bin"; + sha256 = "aa742dc26549daf1f20bb3ef3893cc49addbf47272612898ca11de4e85828178"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-500" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "500"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_powerbeam-5ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "0f6038e22415f58c9be612be3142d316806c658dee53cad473bb04f57b05bf88"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-factory.bin"; + sha256 = "43b39ec1d35b21a69f8738ee8e5c60588dbf07ee58571e7b9e8dc534241eeecb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_powerbeam-5ac-gen2-initramfs-kernel.bin"; + sha256 = "4948de56fc85a39b983025bad24e043a00cb8a4c2fa21eac024e9e1a62dcdcad"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-gen2" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_powerbridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_powerbridge-m-squashfs-sysupgrade.bin"; + sha256 = "d3b7aad5866a19ccea39efc7edb997bbec65bec9084a186001f4be74700d8690"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_powerbridge-m-initramfs-kernel.bin"; + sha256 = "16a44a1a922d5856afb51398c739b953d7d8545eb7ca40522268b969bd3e22da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_powerbridge-m-squashfs-factory.bin"; + sha256 = "1df94c31769b037215c1538dd359ce3230929c39130e3016de89e64b51b1dd99"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbridge-m" + "bullet-m" + ]; + titles = [ + { + model = "PowerBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "f2946043996e4c1b6fc6c8ea73ccc84eb8c0aaca33a1716b4468207320d3466d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "3751b9f67c0aa7a92d797afef820f02f44493d28d6e48d8e02718f2069e1b8a5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_rocket-m-initramfs-kernel.bin"; + sha256 = "6e5f9d841402f584dc8d8c5f4b28fa7930fa95e2ed69436989d9044785ade600"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + model = "Rocket M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_routerstation-initramfs-kernel.bin"; + sha256 = "030411c913568e6684262b44ddaa56cdaa337c00fa6c743bf8fe77d617b21c5d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "853504a524c31fa6aa1e48deec3b758d888a5145f2aaf860c890b05e1af5deab"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "81e06f13a1473370ebde2388b94adba5bd1242bc29a978c1eaf4fedbd8dc66f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + "routerstation" + ]; + titles = [ + { + model = "RouterStation"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "21e53a2adb041226a33a11361a1ef5226b9488734e598f6203ebe587a6d3932f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "66b07bd0fe9bc1ff86614ada30ba25c573d44890bbb8d20879523e465e280cdd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_routerstation-pro-initramfs-kernel.bin"; + sha256 = "17d357f63ba75a7710e82ed9b6ec39127d4305c1121c42ed83287df71ab3b196"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + "routerstation-pro" + ]; + titles = [ + { + model = "RouterStation Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "53e489f9964280d047c3c367278e391b2bf45049f8271ba4b8c8228898d33594"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "2e31c2cba25d39a7bb0e8542f0798a9487efddc4d2f735296b2f3e48ec348877"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifi-initramfs-kernel.bin"; + sha256 = "c0ecb599a5c3ec7abd14d45befd6ffaf8a08b826ade40a4443d67568336d18c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + model = "UniFi"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-outdoor-plus = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_unifi-ap-outdoor-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "c4e1a6629fddfc28845cb0649ffecbd8ebe3eca4649233a64422f1e967e7762c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-factory.bin"; + sha256 = "d79ff9ef78a416da1cf44ce0fc2b8e0d8934ecec5a98d4081bf6206d0bd33c3b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifi-ap-outdoor-plus-initramfs-kernel.bin"; + sha256 = "77d5b4a6bf9232b30f68ccfcff91fa4c3b424c6a4099b047de9d273231812be4"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-outdoor-plus" + "unifi-outdoor-plus" + ]; + titles = [ + { + model = "UniFi AP Outdoor+"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-pro = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_unifi-ap-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifi-ap-pro-squashfs-sysupgrade.bin"; + sha256 = "25f21f059c3f719c2ed319c0242662024c4901fcf886ab71bcb3953a58773585"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifi-ap-pro-squashfs-factory.bin"; + sha256 = "1dae791e152a084b53459b367987b35952dca691a8f181c54c18031f9907e99f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifi-ap-pro-initramfs-kernel.bin"; + sha256 = "c6833eabb96642740961abd91768dfc83db779ee30905f5bf973b307edaca8b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-pro" + "uap-pro" + ]; + titles = [ + { + model = "UniFi AP Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifiac-lite-initramfs-kernel.bin"; + sha256 = "ef66392e1756fd97b3ee7115f8b34eb6772a5216d50600047c0066319a2d37fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "17b71ef954500dd4114ce2695342a24bfc75c379017a9b7aff9c6742839a89a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifiac-lr-initramfs-kernel.bin"; + sha256 = "2e0e249240c3111d61b445ca00e28c2dd0918c51eab9ce16a0bdc7da26dc659b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "d461e9be235f0b86820161f01ab7621eb2da9f65f97f121aba01fdc5cc92cb9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC LR"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "b7c025e0ed22cbd8f7a350085a29e8f676e4f5850031a7a943c0b9549eefa05a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifiac-mesh-initramfs-kernel.bin"; + sha256 = "eff0b80bf15857f4b6a0c5c811f417a732044d614afef51f70d256482f155137"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Mesh"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifiac-mesh-pro-initramfs-kernel.bin"; + sha256 = "2a771e2693f8ea42eaf1fed954480c63477c6ba44ddf274c7af0864e38081dc3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "4e64fec37466a7840c266f466d2773f036aaa0a7f4c1f0a202f44fb9fce41d39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Mesh Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifiac-pro-initramfs-kernel.bin"; + sha256 = "0ae9c3ca03a737001ab9d6a02bfb4e2c0df0d457af2e811e17bbc4272aff8c3a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "b8a208478d8af548f2a12078d29e90ef85b51f12552fdb3b509caf8ae3f161f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + wallys_dr531 = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-wallys_dr531"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-wallys_dr531-initramfs-kernel.bin"; + sha256 = "8e4c7ca5a9840f01f9bbfddadeeb88f10a62c4f919b655b9705c19223143226d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-wallys_dr531-squashfs-sysupgrade.bin"; + sha256 = "431fe587b716d54d978420eccc92a2c73df828dc85dab1cc31ed58d1ec5bce5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wallys,dr531" + "dr531" + ]; + titles = [ + { + model = "DR531"; + vendor = "Wallys"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "7f79c95f0b60aaaece7a61d9f35c5effe480c9e2b705c9f1ca28350a49828f16"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "c85a1d5bb888de73feea88dbd287c2d867a27045005fc0b1be27f8b8f1cdc943"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-wd_mynet-n750-initramfs-kernel.bin"; + sha256 = "6feca676c0258f7aba31055c989791d8e0aa8c76eb8517a685bd5d0156950eca"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + model = "My Net N750"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-wd_mynet-wifi-rangeextender-initramfs-kernel.bin"; + sha256 = "3e458220b760993a0398140672af447e00f6ea87972e0c8da00723752d1146e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "06a1252947ca18b6713fd5f69f20309d923e878ab7e27d35e68a35ee6442c59d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + model = "My Net Wi-Fi Range Extender"; + vendor = "Western Digital"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "ba003fda3c004659fb29fcf512d272f1cda01571c0a2e6c14af7e1c5a410ef15"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-winchannel_wb2000-initramfs-kernel.bin"; + sha256 = "4f4ef3406bf6406ea0316427c873baadba126910339b4ef566f94515ec3f5f66"; + type = "kernel"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + model = "WB2000"; + vendor = "Winchannel"; + } + ]; + }; + xiaomi_aiot-ac2350 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-xiaomi_aiot-ac2350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-xiaomi_aiot-ac2350-squashfs-sysupgrade.bin"; + sha256 = "5b718c8d106a88dfb567ee5c164d9aef12cb589e51cd05f67bc10375bf6fc237"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-xiaomi_aiot-ac2350-initramfs-kernel.bin"; + sha256 = "1b28583cdaa0da4d066b3f2b919f3fee06cc307ef91eec5425c732dfc39f83b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,aiot-ac2350" + ]; + titles = [ + { + model = "AIoT AC2350"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "92f150a34442013419597005a82b247bdb3d08d2e4ef32d1321809bb4aa47429"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-xiaomi_mi-router-4q-initramfs-kernel.bin"; + sha256 = "bdf6852aff4bd7cc13de939b3a6564edaccf8026870cbcd8f08ac4243d1dc88c"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + model = "Mi Router 4Q"; + vendor = "Xiaomi"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "38714f489535ca38e7c184af2899688c9e7004d23cbc68f86cf6c674d0497d04"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "a8e0e88f1a1735fc562f0c9f92ee833f6793e87a0a06fc97d0ecaedb5b85abbf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-yuncore_a770-initramfs-kernel.bin"; + sha256 = "6edaa2f8f1cefd74effa9798b306a3c8d733e14261fb9a4fa1b1f88e25f64008"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + model = "A770"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "18e29e5f63bf5e41d25d4fa8ac768a6b3124971bcb649496323bf35af24f699b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "7bef47eae06547beb527d4b0f82aff176ebfcc3778825c4f77c64a5cfcc4eb68"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-yuncore_a782-initramfs-kernel.bin"; + sha256 = "c06a007e0afd325bf2201b87d2d959f92497acd6127ad721ff71bc4747e6595f"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + model = "A782"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a930 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-generic-yuncore_a930"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-yuncore_a930-initramfs-kernel.bin"; + sha256 = "0c836cfcb2dc7f5530a303ec77fc865397eef08f98bb152d94e2213037f14f68"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-yuncore_a930-squashfs-tftp.bin"; + sha256 = "c0bcb0ac7abf6d8a23b2d1ffbd3eff19903980a030b6c691c9a3eeb8cc0fb730"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-yuncore_a930-squashfs-sysupgrade.bin"; + sha256 = "c6709212f5f7ca7f5893ad8b1c9b096f749e0c8788625efa68b2516d113ad325"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a930" + ]; + titles = [ + { + model = "A930"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-yuncore_xd3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-yuncore_xd3200-squashfs-sysupgrade.bin"; + sha256 = "ebfedfbbd4a879ecff01b07cf32cb345c8c7060e2a7c93dd8c187d4242a192c4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-yuncore_xd3200-squashfs-tftp.bin"; + sha256 = "d88ff9ffcea7cbc026ad661b58fffcfb6933bf20da6cb21d79e706145e498103"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-yuncore_xd3200-initramfs-kernel.bin"; + sha256 = "7a16c457a4ee6fb64a317c3e21d6eec81355a827505b195a5779abe12633143a"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,xd3200" + ]; + titles = [ + { + model = "XD3200"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-yuncore_xd4200-initramfs-kernel.bin"; + sha256 = "cebc6cceb42aeba0568b1d5ffdb07204e5c28df078af179b2383c0be18b6bb96"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "2cd91a7d2c93019d3a52ed21462a0f60d747b18962037ca11cba552a34cb22a1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "a6132160f1a7235cf0d04e17c72f14a72e0ee086b7e584ac8547fc67d549a1b9"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + model = "XD4200"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "57807d8fef99d2abb72bb1e40aa3a4ff40abdd491898bb71a2f3d7e657b3ec1b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-zbtlink_zbt-wd323-initramfs-kernel.bin"; + sha256 = "1354e563bf34ba8193ad19c9a34f0c271acc11fbb451319d22b94f2d7b384d0b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + model = "WD323"; + vendor = "ZBT"; + } + ]; + }; + zyxel_nbg6616 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-generic-zyxel_nbg6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-zyxel_nbg6616-squashfs-sysupgrade.bin"; + sha256 = "8fab642d5194631b8a2da52e7b0d70ce75ef53c423366f8793aa34b3f4c03e2a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-generic-zyxel_nbg6616-squashfs-factory.bin"; + sha256 = "e34ec16ab2790cabd9e95b22fd7bbe21b814306569fe68fdb76c647548f3d598"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-generic-zyxel_nbg6616-initramfs-kernel.bin"; + sha256 = "f8ad2fb45f9a7c06e597945271c25d66c8e8b2141eea3049598df4334d9818d3"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6616" + "nbg6616" + ]; + titles = [ + { + model = "NBG6616"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "ath79/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_routerboard-952ui-5ac2nd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-squashfs-sysupgrade.bin"; + sha256 = "b73ce0993096083aa66aca2d14547d905a4de4deb240281bc9843ecb6dcefe9d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-initramfs-kernel.bin"; + sha256 = "43545164cb30fcf352fc2d2d6985d8fd26db0ecd1a751b63ff3aec7fe1253ded"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-952ui-5ac2nd" + "rb-952ui-5ac2nd" + ]; + titles = [ + { + model = "RouterBOARD 952Ui-5ac2nD (hAP ac lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-lhg-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-squashfs-sysupgrade.bin"; + sha256 = "4bdad4339beb1d0882f07bceec0e9fd80fa931b8e545a2959414b180e84b7afc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-initramfs-kernel.bin"; + sha256 = "49875790db604108773c21c87572ab950af359fa62da47b8966096c5398adca4"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-2nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 2nD (LHG 2)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-map-2nd = { + device_packages = [ + "kmod-usb2" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-map-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-map-2nd-initramfs-kernel.bin"; + sha256 = "e9a33c3709cc2f44754fa9caef7f4e7abedc53ccc96e44b8111e0d7eda3f84a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-map-2nd-squashfs-sysupgrade.bin"; + sha256 = "03ea2266e2eca7c6bb47e633e134aaaf566f0e04e6ed37f13cd9934eebb6c5eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-map-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAP-2nD (mAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-mapl-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-mapl-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-initramfs-kernel.bin"; + sha256 = "86006714afe177582e5901e186975f017f92baa9bf8193877fd464e0e0268868"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-squashfs-sysupgrade.bin"; + sha256 = "7d44462c996ef340e28ab78385a4facb0fcd306c76bffe42fad59e2623e68dff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-mapl-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAPL-2nD (mAP lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-g-5hact2hnd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-squashfs-sysupgrade.bin"; + sha256 = "2eb0e7d4352931a44d89a93a2489e2adafac3116f70a55295cf0bfe718972143"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-initramfs-kernel.bin"; + sha256 = "a206edf9deea9d613a013d7928b81d8f86867ded287bb7af5e3c57e51a06a12f"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-g-5hact2hnd" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + model = "RouterBOARD wAP G-5HacT2HnD (wAP AC)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wapr-2nd = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-wapr-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-initramfs-kernel.bin"; + sha256 = "011c4e3a7cd2000a701caf4a25a27cf0f48b8511f2cf30634bd1f5a16864ec06"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-squashfs-sysupgrade.bin"; + sha256 = "2fc3c6fcd9c629036d438ca7367f186c7450b1591e07dec3e7cb21ed9848a56b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wapr-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAPR-2nD (wAP R)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "ath79/mikrotik"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_rambutan" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-nand-8dev_rambutan"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-nand-8dev_rambutan-initramfs-kernel.bin"; + sha256 = "096939ee15d12de0cb2ce7723994a978415d63de8c81c400cec170396b4acb18"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-8dev_rambutan-squashfs-sysupgrade.tar"; + sha256 = "881304c77690da97652e5c943ba17c964db98b12e1682db3d6f889014fc9f2cb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-8dev_rambutan-squashfs-factory.bin"; + sha256 = "3bb770243d14b16376835849cf4e597fc282e74acdd383a403327ac839cdf8ef"; + type = "factory"; + } + ]; + supported_devices = [ + "8dev,rambutan" + ]; + titles = [ + { + model = "Rambutan"; + vendor = "8devices"; + } + ]; + }; + aerohive_hiveap-121 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-nand-aerohive_hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-aerohive_hiveap-121-squashfs-sysupgrade.bin"; + sha256 = "4e16073db9b6f623638162a8fbc429c6ac1cfe682ff5c3cca4f32f8426dc8639"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin"; + sha256 = "db78db7a9df8dc4640c582d321104b6a7a6b9af64422e4befa3c76eac9435ae0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-nand-aerohive_hiveap-121-initramfs-kernel.bin"; + sha256 = "6f53c59c6dbe3093eb4d4ed767cbc6074fef24886498d5e6bafb55b19845548a"; + type = "kernel"; + } + ]; + supported_devices = [ + "aerohive,hiveap-121" + "hiveap-121" + ]; + titles = [ + { + model = "HiveAP 121"; + vendor = "Aerohive"; + } + ]; + }; + domywifi_dw33d = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-nand-domywifi_dw33d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-nand-domywifi_dw33d-initramfs-kernel.bin"; + sha256 = "57e0b2ae2b99f08a64f088e6918bfa22e0d7e8e7fa7e87bbd03a206c1f9ce807"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-domywifi_dw33d-squashfs-factory.bin"; + sha256 = "0ea52a3b4c5fb720da4778ab1a6e606031e22d2d82703d6b6bca21944ae0f4fb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-domywifi_dw33d-squashfs-sysupgrade.bin"; + sha256 = "01a9cb63d3db3e7a44fb737bc0f98904741748d8ff8d810ab84b6bbc707c9bec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "domywifi,dw33d" + ]; + titles = [ + { + model = "DW33D"; + vendor = "DomyWifi"; + } + ]; + }; + glinet_gl-ar300m-nand = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-nand-glinet_gl-ar300m-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-glinet_gl-ar300m-nand-squashfs-factory.img"; + sha256 = "edf1651fa5cb0f1ff4d6d46fbf3455fdae02f133ebd4fad3d198ddfd0454e10d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin"; + sha256 = "c9e662e28825f3bedbe8c3ca3e1723e13f331cf8adb2e386f006bb6516f85124"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-nand-glinet_gl-ar300m-nand-initramfs-kernel.bin"; + sha256 = "363f8ba19cbd3fc49e13212ca5b72738bd72657893a9b999886a600db4a4fffa"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nand" + "glinet,gl-ar300m-nor" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-nor = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-nand-glinet_gl-ar300m-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade.bin"; + sha256 = "722c0bd545ac4efa82b36255ada53719b104888ab1ea2fd18620837fc979c846"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-nand-glinet_gl-ar300m-nor-initramfs-kernel.bin"; + sha256 = "d65fc251e5bb10ef57c28238dcb7d4abd5c328b46c68f954c1ce22b6bf187409"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nor" + "glinet,gl-ar300m-nand" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.6-ath79-nand-glinet_gl-ar750s-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-nand-glinet_gl-ar750s-nor-initramfs-kernel.bin"; + sha256 = "3742011ae86aedc32c0aa092ca08609e49ebece9082aa6ee06f4a650b606ab70"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-glinet_gl-ar750s-nor-squashfs-sysupgrade.bin"; + sha256 = "83a0f5a0e897f62e9f3f8317550e2bb7a2611598a48795408c94081dcefcf295"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor" + "gl-ar750s" + "glinet,gl-ar750s" + "glinet,gl-ar750s-nor-nand" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor-nand = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.6-ath79-nand-glinet_gl-ar750s-nor-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-sysupgrade.bin"; + sha256 = "059262e7aab318e21afc7e66ef9e7e3cd59d45e7d4aa5578fedf1b12c58f82bd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-nand-glinet_gl-ar750s-nor-nand-initramfs-kernel.bin"; + sha256 = "24402c1e8456939d1926310ca21a90229d6e6e0c93430c82f9ccb3cc4be91a72"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor-nand" + "glinet,gl-ar750s-nor" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR/NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-e750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-nand-glinet_gl-e750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-glinet_gl-e750-squashfs-sysupgrade.bin"; + sha256 = "4de3fc72c496bce7eefd3abd815880799037ac8ed3bec45f3cbd9ba4703eecc6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-glinet_gl-e750-squashfs-factory.img"; + sha256 = "fae50f7adf17c60c5789f74ea134c57a6502b6d9e249308e06c49c14913e961d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-nand-glinet_gl-e750-initramfs-kernel.bin"; + sha256 = "98420f5a5ad24750790d309bcddebd6c2df96a0f7e89a18d97a1c538a317a2fe"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-e750" + "gl-e750" + ]; + titles = [ + { + model = "GL-E750"; + vendor = "GL.iNet"; + } + ]; + }; + netgear_wndr3700-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-nand-netgear_wndr3700-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr3700-v4-squashfs-factory.img"; + sha256 = "cd1104b94a757271997c0c3c7d95e4400d726920fc0871d9ce2a3e16deec5802"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr3700-v4-squashfs-sysupgrade.bin"; + sha256 = "451be10ea06f1f9d485b79fc84d598388f16df07e36c422d692f261769732e89"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr3700-v4-initramfs-kernel.bin"; + sha256 = "dfafa4c26d610ed00fde51c25fbf4d701a315b45fe729ec85977c696aac13aeb"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v4" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v4"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-nand-netgear_wndr4300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr4300-squashfs-sysupgrade.bin"; + sha256 = "2b6d766a8de7dc069ad341396631c292590573ad93ccb83e2c14df91cc778fc9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr4300-squashfs-factory.img"; + sha256 = "dbc9b925a07c0e50f5888b01bda14cac7e36287ee7db4e27a28d5854386e210b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr4300-initramfs-kernel.bin"; + sha256 = "37f0d5057585f78ccf5e8fb6b73e98afc68584b20fab99712723943574723004"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300" + ]; + titles = [ + { + model = "WNDR4300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-nand-netgear_wndr4300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr4300-v2-initramfs-kernel.bin"; + sha256 = "b8c93e4b2ba7708e169335c789b0f78414f44c893453a929a72b186ca8f4321f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr4300-v2-squashfs-factory.img"; + sha256 = "8ca3629f065dce30b4ad5beba3e08c63eea5eb3f307c341ce6c042a8881e74bc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr4300-v2-squashfs-sysupgrade.bin"; + sha256 = "66d4a519f660b4bb6078239e9a603cbe43cd5b920c196f89fddd02b6721f045e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300-v2" + ]; + titles = [ + { + model = "WNDR4300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300sw = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-nand-netgear_wndr4300sw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr4300sw-squashfs-sysupgrade.bin"; + sha256 = "221fcca670cb8e219a6e3f24d2d2b172bb8bb3d2200eb8c7fcbded343ef89a3f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr4300sw-initramfs-kernel.bin"; + sha256 = "f87a5c47957bfadbc75c6dde53466b057d9d3939b06e273cc1d2e1a1288be279"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr4300sw-squashfs-factory.img"; + sha256 = "fce7b2da2093edd058886e6bbfdd293f891515ab893db5e6338be10741fb2b43"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300sw" + ]; + titles = [ + { + model = "WNDR4300SW"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300tn = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-nand-netgear_wndr4300tn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr4300tn-initramfs-kernel.bin"; + sha256 = "98c6cd0ca2603aeb1e14c544d673546fbf89c5267cfc78ab42a6e109b29804ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr4300tn-squashfs-sysupgrade.bin"; + sha256 = "82883c1efc996f1bb1cd2f746d54c8d8ddf2c42fcd1f455040ea45b18fd467bc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr4300tn-squashfs-factory.img"; + sha256 = "96ede28aa5b52d0c76fddd33ad84d799ce0af8a286b5957624113c818dae4f2d"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300tn" + ]; + titles = [ + { + model = "WNDR4300TN"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ath79-nand-netgear_wndr4500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr4500-v3-squashfs-factory.img"; + sha256 = "dbcd144a2c23a1bdef95f551a059561eea8e9c09e189b15f4ac912e5ec7040f6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr4500-v3-initramfs-kernel.bin"; + sha256 = "c003f7ce502a188429d642653158cd9240043944552e9aaf9beb8b4d6ffafd1d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-netgear_wndr4500-v3-squashfs-sysupgrade.bin"; + sha256 = "dc068f7f79ba629327d4ff54afb1c506e7e4803efa2b4fc3b3f2c14c9f5158cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4500-v3" + ]; + titles = [ + { + model = "WNDR4500"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_nbg6716 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-nand-zyxel_nbg6716"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-zyxel_nbg6716-squashfs-factory.bin"; + sha256 = "059669ac0350244cdc6648058d9caebd1eb19522c16f010199307e311a1faeaa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade.tar"; + sha256 = "999837e4d3fc244741666927ac71001907214a82b3fd0dff9ebef2fa429e80d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-nand-zyxel_nbg6716-initramfs-kernel.bin"; + sha256 = "01007e8079aaf33730c99dd79674c3a0b7998c9b0c868b1f8ef0b0f010a5b8ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "1210f298d21d942dd37b792f16972ef2a8341e399feae156c00cab873ca16dc5"; + type = "sysupgrade-4M-Kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6716" + ]; + titles = [ + { + model = "NBG6716"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "ath79/nand"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + engenius_eap350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-tiny-engenius_eap350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-tiny-engenius_eap350-v1-squashfs-sysupgrade.bin"; + sha256 = "c648ec89086e39525a237f956239d7159dad883edbcd1d25dd8a9fa2b248bc65"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-tiny-engenius_eap350-v1-initramfs-kernel.bin"; + sha256 = "fcda8e1969e5cb91d76fe46f6e1b3db7790615019acd0f00d731fa62c56fbd14"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-tiny-engenius_eap350-v1-squashfs-factory.bin"; + sha256 = "cfe9b7ae7bac42abf19e3abb33d77953c24a7753625afb2462ad72ab90e45a07"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap350-v1" + ]; + titles = [ + { + model = "EAP350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ath79-tiny-engenius_ecb350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-tiny-engenius_ecb350-v1-squashfs-sysupgrade.bin"; + sha256 = "84e643225429f2c370a2f8936c6e802a8044d1fd56f125aeaa3e8a85a52b7c55"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-tiny-engenius_ecb350-v1-squashfs-factory.bin"; + sha256 = "3f6a1015d1abe1c3eb3efe26975f3387c27d184d779d92d08b959b20195b82e1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-tiny-engenius_ecb350-v1-initramfs-kernel.bin"; + sha256 = "def2d448c400849383c131eea772245e20c7c3c9e883e84854128eb19f9eca83"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb350-v1" + ]; + titles = [ + { + model = "ECB350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enh202-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ath79-tiny-engenius_enh202-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-tiny-engenius_enh202-v1-squashfs-factory.bin"; + sha256 = "29b60bc7b387801749cbdd39907c369ae358af66b043afcb85b7a32108f713fa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-tiny-engenius_enh202-v1-squashfs-sysupgrade.bin"; + sha256 = "cc7e15f5d50a9427eabe7de8eda1589a13fb47f5aeca132e58f7b205991c6105"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-tiny-engenius_enh202-v1-initramfs-kernel.bin"; + sha256 = "6620c7fd7dd946b90a3738ab077c42e7d58b292466da5c42445ba5e13c157076"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enh202-v1" + ]; + titles = [ + { + model = "ENH202"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "4cb91fddb4f6bb8e5e0912aa84802e80c2200c12eb951770b848cf2919324d03"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-tiny-pqi_air-pen-initramfs-kernel.bin"; + sha256 = "0a96c23f1d2335bc28b513fa54c688031eb82294aab2743733f46a9f0ed8abdb"; + type = "kernel"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + model = "Air-Pen"; + vendor = "PQI"; + } + ]; + }; + tplink_tl-wpa8630p-v2-int = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-tiny-tplink_tl-wpa8630p-v2-int"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-tiny-tplink_tl-wpa8630p-v2-int-initramfs-kernel.bin"; + sha256 = "19bdace27b462f7d6d83ce50636cd1c898bd310072508de977481d6c82ba0302"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-tiny-tplink_tl-wpa8630p-v2-int-squashfs-factory.bin"; + sha256 = "b8e13008c8ad94c060a92b1a590bb72de43bcc8ad1e86979f3c58732e6bb3926"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-tiny-tplink_tl-wpa8630p-v2-int-squashfs-sysupgrade.bin"; + sha256 = "efb0b009cce0ffa06d8832b1ddd9ddc068cb41271c0fceac08d054fd90d22a10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2-int" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2 (Int.)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.0-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-initramfs-kernel.bin"; + sha256 = "c1c9479dbab9139be949c9c70ba5d9c72455a8dd0c004b56780986a3e33d050a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-squashfs-sysupgrade.bin"; + sha256 = "17fffe1c9a76eeadbd0e1b6302ea2ac97b6d063f13cde4e107d437a09b877326"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-squashfs-factory.bin"; + sha256 = "95edee33ad56a2c3f3ba87a5ad1ce27838ac336eb147783084f1e8b716aa5468"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.0-eu" + "tplink,tl-wpa8630p-v2-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.0 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.1-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-squashfs-sysupgrade.bin"; + sha256 = "a069d2426204621f87f3d187a9fbe4744e400c4fce3b7ed9781f5dea3b53e4f3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-initramfs-kernel.bin"; + sha256 = "30c38d899e6d882ef0edd52825cc3b452545e63c1590f00fef789189c85d5ed2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-squashfs-factory.bin"; + sha256 = "993955cd3dd058fc9143577ffd021ca5b35cd31f2499beef8ce401a675920ae6"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.1-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.1 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "ath79/tiny"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + bcm27xx = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-zero-w" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm27xx-bcm2708-rpi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-bcm27xx-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "6f51866a92e733a8c3d20ab31c61faabf71d1a310d8329f53292e4480e8d4e49"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-bcm27xx-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "96af123c05c2390b67b0d142d18c5d64fee647d25774beb609b681420b5d654e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm27xx-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "80ec26402a308b5b508a47b08fa191f0cf50853acfd880b666a3f3adcf23693e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm27xx-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "fd4928c5e4c24a5b2a5b6ae71a3538a0d2a41222bd87844975d8549dedb5e703"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + model = "B/B+/CM/Zero/ZeroW"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "bcm27xx/bcm2708"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm27xx-bcm2709-rpi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-bcm27xx-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "f048d2a858b925d7800b28e099ef6641cb8e61d2b9eaa99f4aee1d177c6b2b14"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm27xx-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "cd12c007c076b950bd8ff9dc2bdfa9814c2ebd6e3c7b3f41a21148ef26f118a1"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-bcm27xx-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "2d4ce29ed6cd64bbe0eb63d53112b541d07253517fcb72073ed6b441a75a78f4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm27xx-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "f038b087cb457dbeb881ae6ec4c373f7f98fe3c0fc3b1b7a92ece07204cbac3b"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "2B/2B 1.2"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "3B/3B+/3CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "4B/400/4CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "bcm27xx/bcm2709"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm27xx-bcm2710-rpi-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm27xx-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "93cf174756a01d57c56fea746039f5c5407f0f7bc614c03220f16e797d0b65ae"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm27xx-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "44adcbec85f2fb8607cabfa3e53aee91de725012fb58fe5c0cfd199ec5d7625a"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-bcm27xx-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "0cda5931d78b920baba52252e3caa9e282e12a5ab8b27660e423fd3e92d89844"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "5cde5e934aeabc37b5ea15af3a17f0d7b095f1780f39adcf9c472ce338af7eaf"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + model = "3B/3B+/3CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + { + model = "2B-1.2"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "bcm27xx/bcm2710"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + bcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + linksys_e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-generic-linksys_e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-generic-linksys_e3000-v1-squashfs.bin"; + sha256 = "aa47fc9f34fdcffe0c65108b19e8cc02a10ff340ee9a721808e3dd9d102ac2cd"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3000-v1" + ]; + titles = [ + { + model = "E3000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + "linksys_wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-generic-linksys_wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-generic-linksys_wrt300n-v1.1-squashfs.bin"; + sha256 = "12f83dc463c23922c9ec6690bfa9bda27036cbc1a89002a7e9605c386e1e759c"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1.1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-generic-linksys_wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-generic-linksys_wrt310n-v1-squashfs.bin"; + sha256 = "cb254b855ab8431f2571099296942a7905950af60b7c59c52d997ba9c689ff93"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v1" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-generic-linksys_wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-generic-linksys_wrt350n-v1-squashfs.bin"; + sha256 = "7c4ad2fee084d0a90a5497d1cba1e900271ac52b5a936692e3350816a49304f2"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt350n-v1" + ]; + titles = [ + { + model = "WRT350N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-generic-linksys_wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-generic-linksys_wrt610n-v1-squashfs.bin"; + sha256 = "49e3101c9c2507f4fe847de3eb69c697cc8d06d5566f65aaa4d9eba27756fe11"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v1" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-generic-linksys_wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-generic-linksys_wrt610n-v2-squashfs.bin"; + sha256 = "4d1f9c0a986badd736928d1dfff62b2079ca9a251fc7d8f8d729ed225250f0b8"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v2" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-generic-standard-squashfs.trx"; + sha256 = "524074d90392785a1a19889abcefbe8f8a8fea531ef9dece0fe94f2f73951341"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "bcm47xx/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-300g-squashfs.trx"; + sha256 = "ddb46dacad4487a1094e91b094d7a7e04adf6908ec373289f0a0587b096749e4"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-300g" + ]; + titles = [ + { + model = "WL-300g"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-320gp-squashfs.trx"; + sha256 = "4261230692845f2d10fd878138f6e6c452e831e1ba081d6a4d12de85f5a6259b"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-320gp" + ]; + titles = [ + { + model = "WL-320gP"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-330ge-squashfs.trx"; + sha256 = "961b1153a8bafdd633fdfb1a52e7a857109ecbcae272fc77ee3a254548c7abf2"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-330ge" + ]; + titles = [ + { + model = "WL-330gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-500gd-squashfs.trx"; + sha256 = "d62b0dddfb6cfe89dfa01613c87f28c9268d401bdddcb279e80854296fd584d4"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gd" + ]; + titles = [ + { + model = "WL-500g Deluxe"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-500gp-v1-squashfs.trx"; + sha256 = "3f7ebb34f4ffa49603eb5601f1c9b66c0d48a48807838bbcca6e39ac80b988c0"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v1" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx"; + sha256 = "62db457e394174d619a3f133924b8822ed308536104b3ef0864ccc9c60d33a06"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v2" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-500w-squashfs.trx"; + sha256 = "b47dd9f6651c09de26abb35463f959f2ad4f12aff661d21b8c53b7b6b03a2d6f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500w" + ]; + titles = [ + { + model = "WL-500W"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-520gu-squashfs.trx"; + sha256 = "e1d0803018a2577b2e1a827024b802442d2d0aa19ef3269b11991973e63b6f1a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-520gu" + ]; + titles = [ + { + model = "WL-520gU"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-550ge-squashfs.trx"; + sha256 = "586de0146977f035b48e0f002abb64ed7b9712a5d2f0c0844abffa8b96b880c5"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-550ge" + ]; + titles = [ + { + model = "WL-550gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-asus_wl-hdd25-squashfs.trx"; + sha256 = "5eee0fb732b3de59cc525b1c4fa50755c9616da5bfa94a8241c14cb1faf28b87"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-hdd25" + ]; + titles = [ + { + model = "WL-HDD25"; + vendor = "ASUS"; + } + ]; + }; + dlink_dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-dlink_dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-dlink_dwl-3150-squashfs.bin"; + sha256 = "8af6b941e7bd16d9d4c8a815ba3c7c8aec205b37f750f8cd68edae3e6c3c2f80"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dwl-3150" + ]; + titles = [ + { + model = "DWL-3150"; + vendor = "D-Link"; + } + ]; + }; + edimax_ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-edimax_ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-edimax_ps1208-mfg-squashfs.bin"; + sha256 = "13e47524970910461b50aa5fec065e6acbf4fdee89bc6364bafe9cfad2634bdf"; + type = "bin"; + } + ]; + supported_devices = [ + "edimax,ps1208-mfg" + ]; + titles = [ + { + model = "PS-1208MFg"; + vendor = "Edimax"; + } + ]; + }; + huawei_e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-huawei_e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-huawei_e970-squashfs.bin"; + sha256 = "959e996201ce8452a4764ae80985dddeb23631f1b5c5216e05f9f6145fee06ba"; + type = "bin"; + } + ]; + supported_devices = [ + "huawei,e970" + ]; + titles = [ + { + model = "E970"; + vendor = "Huawei"; + } + ]; + }; + linksys_wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt150n-squashfs.bin"; + sha256 = "014a7e2b54b9562c6e19dd968bf89575d11fbf962320108b3754321484eec292"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt150n" + ]; + titles = [ + { + model = "WRT150N"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt160n-v1-squashfs.bin"; + sha256 = "298e87af48f186e22b8b1394168ad90f6a1d848b97fdec5c97f44199ffcee510"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt160n-v1" + ]; + titles = [ + { + model = "WRT160N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.bin"; + sha256 = "967949a64b01012699f83b10216f2e353739c53537d138b2d412c8ffb6d6c494"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.trx"; + sha256 = "328aed287025589782b6075132d6e6babadd9abc71cc180bbe15381654512a01"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt54g-squashfs.bin"; + sha256 = "ea3efded2e489495340fe9220adce7cb0480b5e6fcd6308431a078e264ae1b89"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g" + ]; + titles = [ + { + model = "WRT54G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt54g3g-squashfs.bin"; + sha256 = "29c16ab2ed684c38e7faf62acce6437a11cc03fe1b1576df66ae034eda9e3143"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g" + ]; + titles = [ + { + model = "WRT54G3G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt54g3g-em-squashfs.bin"; + sha256 = "684a29097c2325cf221ab089ef1b2a6c66e0a3d2792dc65f58018decda4a02ba"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g-em" + ]; + titles = [ + { + model = "WRT54G3G-EM"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.bin"; + sha256 = "ee71124207eb6f05725538d0be24a28b4c8e66e466b5cf21c1bc98213c6c4555"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "d8248cafbc6ca4514a8050e97d6970cdb5fe7c618952dded2b53c5d3034e6050"; + type = "noheader"; + } + ]; + supported_devices = [ + "linksys,wrt54g3gv2-vf" + ]; + titles = [ + { + model = "WRT54G3GV2-VF"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt54gs-squashfs.bin"; + sha256 = "3e06006e26f97ba7b62ac9fdc081428bebd2000cfc7b28c7128a2a08d51d9f53"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v1/v2/v3"; + vendor = "Linksys"; + } + { + model = "WRT54G-TM"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrt54gs-v4-squashfs.bin"; + sha256 = "d46eed95395a72cda1e3a0b8bcb5719ae40e4b8d99321a3270ffa2d1d7eaa13c"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs-v4" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-linksys_wrtsl54gs-squashfs.bin"; + sha256 = "a0114884a817ed5ac543198c5390d7562d9c98b2cc7c8d1ce7bbc9136dd4af6a"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrtsl54gs" + ]; + titles = [ + { + model = "WRTSL54GS"; + vendor = "Linksys"; + } + ]; + }; + motorola_wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-motorola_wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-motorola_wa840g-squashfs.bin"; + sha256 = "5bf0613b462218a3ef1824f52aa556a734567b2f0a07419f72b6ee20b3d0906e"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wa840g" + ]; + titles = [ + { + model = "WA840G"; + vendor = "Motorola"; + } + ]; + }; + motorola_we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-motorola_we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-motorola_we800g-squashfs.bin"; + sha256 = "f8fc8d83f1c317cce6977be24c8ad2501d50a9c14b1df829b9a57e1f056f89b7"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,we800g" + ]; + titles = [ + { + model = "WE800G"; + vendor = "Motorola"; + } + ]; + }; + motorola_wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-motorola_wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-motorola_wr850g-squashfs.bin"; + sha256 = "548061e7622562d09dbd035c88aa6f6126c8521b37a2e52cc730e1a9712f9bf7"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wr850g" + ]; + titles = [ + { + model = "WR850G"; + vendor = "Motorola"; + } + ]; + }; + netgear_wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-netgear_wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-netgear_wgr614-v8-squashfs.chk"; + sha256 = "f84efe0a8a2970504093cd6e726059b402e256daf1797ea4c9438396f9da45e2"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v8" + ]; + titles = [ + { + model = "WGR614"; + variant = "v8"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-netgear_wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-netgear_wgt634u-squashfs.bin"; + sha256 = "c85f14a67df854cb938534bc7b26b7457410110ed221374dd61c986d58112af7"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,wgt634u" + ]; + titles = [ + { + model = "WGT634U"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-netgear_wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-netgear_wndr3300-v1-squashfs.chk"; + sha256 = "fc4b363c49c8d88f6fd88e40818d4e6da98deff53b55fcc760ef6af768b6679a"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3300-v1" + ]; + titles = [ + { + model = "WNDR3300"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-netgear_wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-netgear_wnr834b-v2-squashfs.chk"; + sha256 = "9df3b20a24bcad32637bcfb5073f5f7b9125af81d4e55b14fe2ed794fe205bd2"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr834b-v2" + ]; + titles = [ + { + model = "WNR834B"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-standard-squashfs.trx"; + sha256 = "81ffeb76de01c61c958dfd7805c1cc7fc34adb93cab2d8baa50772fdd18c26ce"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "65f0ae8fdf9f0c72eaf518b4ee4598c8335dc543ff2e1dc21d78c1902c52f672"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-gz" + ]; + titles = [ + { + title = "Image with gzipped kernel"; + } + ]; + }; + usrobotics_usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-legacy-usrobotics_usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-legacy-usrobotics_usr5461-squashfs.bin"; + sha256 = "108cb4e98a091bf5daee73f638cb4231a4b65be55a3da0b4b4343b45237f8fb5"; + type = "bin"; + } + ]; + supported_devices = [ + "usrobotics,usr5461" + ]; + titles = [ + { + model = "USR5461"; + vendor = "US Robotics"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "bcm47xx/legacy"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-ac53u-squashfs.trx"; + sha256 = "a8097a0e719674512d5d9a7d6a96bc08d9db07ceda6917d1facc411f999b59cd"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac53u" + ]; + titles = [ + { + model = "RT-AC53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n10-squashfs.trx"; + sha256 = "22c2cb4450a3eea80d36f6f69689298efafb9f292e44be7db732de0897a70a77"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10" + ]; + titles = [ + { + model = "RT-N10"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n10p-squashfs.trx"; + sha256 = "1163fa1b3c9b86893e160e82c17de2f568980b2dd0dd2264b74acae95e054c5f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n10p-v2-squashfs.trx"; + sha256 = "fceddc6c41d30cf3b05e11281abee82e21fa96f9d639c8fbe7158fea856659d3"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v2" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n10u-squashfs.trx"; + sha256 = "6fd1fd0615bc12a0bad32b5ccc2d9a0bb5b37a346511894b48dfc2db61af88a9"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "A"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n10u-b-squashfs.trx"; + sha256 = "6fd1fd0615bc12a0bad32b5ccc2d9a0bb5b37a346511894b48dfc2db61af88a9"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u-b" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "B"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n12-squashfs.trx"; + sha256 = "4c537ec94ce2c6eed49dcfad0d9817cbc0e85fd977a9f0438a6ef8e279eb216b"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12" + ]; + titles = [ + { + model = "RT-N12"; + variant = "A1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n12-b1-squashfs.trx"; + sha256 = "ac3ad914c7fce6f08f8b6d7746a179f6653533f971f8ac165d64477630bbbfce"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-b1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n12-c1-squashfs.trx"; + sha256 = "e3ad0841569af14f69cb707ec01b0700d6ea3f61f43512f9e46250bf61df6329"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-c1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "C1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n12-d1-squashfs.trx"; + sha256 = "ad2509986ee5510a0958be941c5152d8e2f15e0edc094c4d29a66d85ac877fca"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-d1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "D1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n12hp-squashfs.trx"; + sha256 = "0cf4d31e1c37feb28eee8b697c76ec982bf376f5bcd399a41eafcb26a4333fca"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12hp" + ]; + titles = [ + { + model = "RT-N12HP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n14uhp-squashfs.trx"; + sha256 = "04c7b98e2f5aed081deb8319321d29121aa33fc859e13800a954d9123b4f83d3"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n14uhp" + ]; + titles = [ + { + model = "RT-N14UHP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n15u-squashfs.trx"; + sha256 = "db097b74bd57e226c5b7865cc154e5e9572882b2b34d76fdb9895eb12317d0e1"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n15u" + ]; + titles = [ + { + model = "RT-N15U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n16-squashfs.trx"; + sha256 = "8c1c74cd69041a78bc643d546e47716e5e25fa7968c56da2378c0be789a0a12a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n16" + ]; + titles = [ + { + model = "RT-N16"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n53-squashfs.trx"; + sha256 = "d20009668a44f70788fb9f4a105cfee2d9fa54d3dbd888c9c215a4199a6352ad"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n53" + ]; + titles = [ + { + model = "RT-N53"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n66u-squashfs.trx"; + sha256 = "c151faa80f08d6b712b0566f9df8d02b315651dc0c3e89eede904e2bc5a5ff0e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66u" + ]; + titles = [ + { + model = "RT-N66U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-asus_rt-n66w-squashfs.trx"; + sha256 = "c151faa80f08d6b712b0566f9df8d02b315651dc0c3e89eede904e2bc5a5ff0e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66w" + ]; + titles = [ + { + model = "RT-N66W"; + vendor = "ASUS"; + } + ]; + }; + linksys_e1000 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e1000-squashfs.bin"; + sha256 = "709a2575db3256b1d480fc413fc497a48f9a6d178c501475f819ffa9ba903ae1"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1000" + ]; + titles = [ + { + model = "E1000"; + variant = "v1/v2/v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e1200-v1-squashfs.bin"; + sha256 = "8f0c7ea8ce5819b060fa77547d6d9840087cd93cead548ad16f2190f4f0be37c"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v1" + ]; + titles = [ + { + model = "E1200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e1200-v2-squashfs.bin"; + sha256 = "9b0806a143ba1e6827e91d9fe588d8d5565bb15bd8de39b14648dbfd6334169f"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v2" + ]; + titles = [ + { + model = "E1200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e1500-v1-squashfs.bin"; + sha256 = "91b6267e8e04a5faee5b686d572bd018fd1eabbad3235bdd2536e44db0dc1ccb"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1500-v1" + ]; + titles = [ + { + model = "E1500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e1550-v1-squashfs.bin"; + sha256 = "45139098065adb4226179798cb208b40397cacf488a5dc925dd7c6417f5dd718"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1550-v1" + ]; + titles = [ + { + model = "E1550"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e2000-v1-squashfs.bin"; + sha256 = "ea321bfea7e903ab0e0671f422ca05f5d59836c9fd7acb35446c541f34519c51"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2000-v1" + ]; + titles = [ + { + model = "E2000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e2500-v1-squashfs.bin"; + sha256 = "2a349a4c72e19b18159603194498cd1147a521d51f7861cc141ccb1205452540"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v1" + ]; + titles = [ + { + model = "E2500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e2500-v2-squashfs.bin"; + sha256 = "fe4841d1200ce084c9ec492e519b55e0f74fc0cad771d83cc7c6e8acf8f938ae"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2" + ]; + titles = [ + { + model = "E2500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + "linksys_e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e2500-v2.1-squashfs.bin"; + sha256 = "a171b8c96d0cea4e9600c0a857a94efe1c860a62f420292ac28173638e96c01e"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2.1" + ]; + titles = [ + { + model = "E2500"; + variant = "v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e2500-v3-squashfs.bin"; + sha256 = "caf658c8db9e3d556afe420769c2c1553963b5b6cee3d9018970fbcff9bff4a7"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v3" + ]; + titles = [ + { + model = "E2500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e3200-v1-squashfs.bin"; + sha256 = "98d75ec72c39bce00482b0c4cb81e9eb07525c126f047b5f3dd12f43d7b27254"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3200-v1" + ]; + titles = [ + { + model = "E3200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e4200-v1-squashfs.bin"; + sha256 = "c7376050b3caba0ee312787401493f0d493a456d85498daf293fd98fdf789c9b"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e4200-v1" + ]; + titles = [ + { + model = "E4200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-linksys_e900-v1-squashfs.bin"; + sha256 = "4dbf090c00cb55fb11657dbda6952b444e90a5f336d6a579e5ad1971dcacd0e4"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e900-v1" + ]; + titles = [ + { + model = "E900"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-linksys_wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-linksys_wrt310n-v2-squashfs.bin"; + sha256 = "0eb28a7953c7f40a5e2f5a6ceef246c98d05821d7e9e61cb578209d099ba0f4c"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v2" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-linksys_wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-linksys_wrt320n-v1-squashfs.bin"; + sha256 = "5292a544554002dd95ccf521fec1e65667b4c188dc0348b07368c819c49cb6b3"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt320n-v1" + ]; + titles = [ + { + model = "WRT320N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-netgear_r6200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-netgear_r6200-v1-squashfs.chk"; + sha256 = "6f431c51591f9874bee18c419db7cc15e78fe66ec03b327e5e02a7fdc50fd4e0"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6200-v1" + ]; + titles = [ + { + model = "R6200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wgr614-v10-squashfs.chk"; + sha256 = "291b361b8fbd13c33a255d69bb9a4ebb652292944992831df2471eee2911271f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wgr614-v10-na-squashfs.chk"; + sha256 = "a4ec498c4e49af1214414c485056ecaf12a6e732e303ce28b846dd8f64ff71c2"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10-na" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wn2500rp-v1-squashfs.chk"; + sha256 = "fff8beb2b2dbb7a42af59fbce7f74109a7b94e3b25ccfb3da8f5e38082a8d9c7"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn2500rp-v1" + ]; + titles = [ + { + model = "WN2500RP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wn3000rp-squashfs.chk"; + sha256 = "4b4085c55d370a9b5beb54670a42103f677d3d6557f10e30be4b4b5b8c8baabb"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn3000rp" + ]; + titles = [ + { + model = "WN3000RP"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wndr3400-v1-squashfs.chk"; + sha256 = "3a9ecc1f1d212aca68f300cda04b6621044ecb0b7548c5afa13fb00c05e913e8"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v1" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wndr3400-v2-squashfs.chk"; + sha256 = "7c4bda575e6a4af5fc131ba59f76c0a14ed76ec18fc77911fdcf47cbabee6b25"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v2" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wndr3400-v3-squashfs.chk"; + sha256 = "456d3a772a6fd0422912664d4cad71707e26a70ce3d3ad3189b9e959714a1387"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v3" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wndr3700-v3-squashfs.chk"; + sha256 = "16e1cf4a94f1484ae3dce4007b04d30384ed80910eba78939a62f1b4cf146327"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v3" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wndr4000-squashfs.chk"; + sha256 = "340265c4039ac0a75b45fe3da2146ac59de41f9d52c735448e5f61c5f83b0c13"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr4000" + ]; + titles = [ + { + model = "WNDR4000"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wnr1000-v3-squashfs.chk"; + sha256 = "90b34a809638c011212340d8bf30f987234cc3c8056eaf3f95db9a9fa544fa67"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr1000-v3" + ]; + titles = [ + { + model = "WNR1000"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2000v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wnr2000v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wnr2000v2-squashfs.chk"; + sha256 = "ac403fd6470ce5e07d2774ca1e4dcf7d7e7d0fabeda819dedfdd390008926db4"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr2000v2" + ]; + titles = [ + { + model = "WNR2000"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wnr3500-v2-squashfs.chk"; + sha256 = "b83c60a1b80f78b76595260ef22664300c0d6bff124b9718f53c74c699b6cd96"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500-v2" + ]; + titles = [ + { + model = "WNR3500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wnr3500l-v1-squashfs.chk"; + sha256 = "da681569e935bb89ff101a1b5f7cafa0ea65103a76ac5ec6c4dc89177c3d3637"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (ROW)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wnr3500l-v1-na-squashfs.chk"; + sha256 = "742935641cab963c51fdb25ddb346fbd1255764fcb3b2708b0ea946c6c7bca91"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1-na" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-netgear_wnr3500l-v2-squashfs.chk"; + sha256 = "2cbebc1a4c2734d917cecf16ed7b6d7816ac73d8a410ef148a9c55d711b391c8"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v2" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "f80b0de55474f19e99b156d98890bcd699427e0dec63a8e3ff36f1aebf6c5de7"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "bfc948fcee1b9dcb354603088a1b8a93e7ef656a2b7ec660ca558437eeaefdf5"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-nodictionarylzma" + ]; + titles = [ + { + title = "Image with LZMA compressed kernel matching CFE decompressor"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "bcm47xx/mips74k"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + bcm4908 = { + generic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm4908img" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "fdt-utils" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_gt-ac5300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm4908-generic-asus_gt-ac5300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm4908-generic-asus_gt-ac5300-squashfs.bin"; + sha256 = "84b23d093e731c352466641c2a14a2d5c59339c88af85867b25947be3e7d8195"; + type = "bin"; + } + ]; + supported_devices = [ + "asus,gt-ac5300" + ]; + titles = [ + { + model = "GT-AC5300"; + vendor = "Asus"; + } + ]; + }; + netgear_r8000p = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm4908-generic-netgear_r8000p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm4908-generic-netgear_r8000p-squashfs.bin"; + sha256 = "4be54bbfce674cb8d3312bbc922e99a85352b6e1b1dbb0fc5e32695c1a64b7b5"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,r8000p" + ]; + titles = [ + { + model = "R8000P"; + vendor = "Netgear"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "bcm4908/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "osafeloader" + "oseama" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac56u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-asus_rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-asus_rt-ac56u-squashfs.trx"; + sha256 = "28a8fdab3de57a119ece22f55176843f99e03485b179466c9a95eff3bc596d46"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac56u" + ]; + titles = [ + { + model = "RT-AC56U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-asus_rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-asus_rt-ac68u-squashfs.trx"; + sha256 = "6977d6208a5ba0b69029e7744b03367f15df4d4f0c47953b951b1e09b0c61e26"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac68u" + ]; + titles = [ + { + model = "RT-AC68U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-asus_rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-asus_rt-ac87u-squashfs.trx"; + sha256 = "9bdb0005e0b5dc7da764196ac7a593fa62147d7176613a9cd13e6ed8877f641f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac87u" + ]; + titles = [ + { + model = "RT-AC87U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-asus_rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-asus_rt-n18u-squashfs.trx"; + sha256 = "2bb65549a3c4223215f4cea013c1e4be005e4767144d2e8c4d34c0c1ed975a41"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n18u" + ]; + titles = [ + { + model = "RT-N18U"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-buffalo_wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-buffalo_wxr-1900dhp-squashfs.trx"; + sha256 = "ca9c296f99deabb38445e2ec0eaf1bd2530817a955b5f6c457fb5fe4f57e8b76"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wxr-1900dhp" + ]; + titles = [ + { + model = "WXR-1900DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-1750dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-buffalo_wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-buffalo_wzr-1750dhp-squashfs.trx"; + sha256 = "768713067e1c9a705ca8b15301ed77a6daeccb059ee1848b50568dc7bc8caa83"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-1750dhp" + ]; + titles = [ + { + model = "WZR-1750DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-buffalo_wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-buffalo_wzr-600dhp2-squashfs.trx"; + sha256 = "db2278bde16ebe263e82544a068438eed4673b1a7c6d0ea54d5693e8b2b37a4b"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp2" + ]; + titles = [ + { + model = "WZR-600DHP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-900dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-buffalo_wzr-900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP2-JP.bin"; + sha256 = "37e7f8f319149eed70a98bf087653a5c7f822b5e8fa12568763777f18a7a5376"; + type = "factory-DHP2-JP"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP-EU.bin"; + sha256 = "c79399ba6c8cd85c0535adf7c01f43caf0c12df05fcf490d911c70d6a45a56c1"; + type = "factory-DHP-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.trx"; + sha256 = "dbc469e470dc05a4e2348b7f35d3a3052843d262fd8b6cf5c6113a81bf96487d"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-900dhp" + ]; + titles = [ + { + model = "WZR-900DHP"; + vendor = "Buffalo"; + } + ]; + }; + dlink_dir-885l = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-dlink_dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-dlink_dir-885l-squashfs.bin"; + sha256 = "2acfc43d0722c357a5361ca65ea771de26959aee8037419388b3547bad8fa2ef"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dir-885l" + ]; + titles = [ + { + model = "DIR-885L"; + vendor = "D-Link"; + } + ]; + }; + linksys_ea6300-v1 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-linksys_ea6300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-linksys_ea6300-v1-squashfs.trx"; + sha256 = "d1cdd57aa801572157bea722b2a967e92fa98d7adce0ad917bb4953b8080e666"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6300-v1" + ]; + titles = [ + { + model = "EA6300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6500-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-linksys_ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-linksys_ea6500-v2-squashfs.trx"; + sha256 = "f5f45bddb5dfa290fdf033184a2e018ea5ebc1a96c415cb9a8db271eeea8b013"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6500-v2" + ]; + titles = [ + { + model = "EA6500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9200 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-linksys_ea9200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-linksys_ea9200-squashfs.trx"; + sha256 = "207d113bab1e997a8f4fd0a515bb5dffe2d1bd57c12db7cb077155ef7fce9a55"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9200" + ]; + titles = [ + { + model = "EA9200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9500 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-linksys_ea9500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-linksys_ea9500-squashfs.trx"; + sha256 = "75fe662a744213c954852667ed7a06e3cc36469c0b19605542cd4d2e1e45d05e"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9500" + ]; + titles = [ + { + model = "EA9500"; + vendor = "Linksys"; + } + ]; + }; + luxul_abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-luxul_abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-luxul_abr-4500-squashfs.lxl"; + sha256 = "0c0f1210de691f86c8bd783d64b601529d773b55e431e3e0cce779b91eb53c4b"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,abr-4500" + ]; + titles = [ + { + model = "ABR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xap-1610 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-luxul_xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-luxul_xap-1610-squashfs.lxl"; + sha256 = "662bb74d2f9405ea186991a4b92e6b44e074b13aba0cd592b344fbcd9083e37b"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xap-1610" + ]; + titles = [ + { + model = "XAP-1610"; + vendor = "Luxul"; + } + ]; + }; + luxul_xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-luxul_xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-luxul_xbr-4500-squashfs.lxl"; + sha256 = "6cd5bce1fa0183a2fade988bbc4a9846432ece1aaa88553f33e4ed3fd9a27eb9"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xbr-4500" + ]; + titles = [ + { + model = "XBR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xwr-3150 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-luxul_xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-luxul_xwr-3150-squashfs.lxl"; + sha256 = "36e868ab532754f012f9a767de28d53d9575c2290d9c63fe847a6aa4994eaabd"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xwr-3150" + ]; + titles = [ + { + model = "XWR-3150"; + vendor = "Luxul"; + } + ]; + }; + meraki_mr32 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-i2c-bcm-iproc" + "kmod-i2c-gpio" + "kmod-eeprom-at24" + "kmod-leds-pwm" + "kmod-hwmon-ina2xx" + "kmod-bluetooth" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-meraki_mr32"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-meraki_mr32-squashfs.sysupgrade.bin"; + sha256 = "13557fb63924d89aea14bb1ff691b9c9231eab1a638027b0ba713bec0d747ad6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr32" + ]; + titles = [ + { + model = "MR32"; + vendor = "Meraki"; + } + ]; + }; + netgear_r6250 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-netgear_r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-netgear_r6250-squashfs.chk"; + sha256 = "186a2de2a80a083237b3154226c4da7cdf5f3f6a1307c03f5fb8d1c064380100"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6250" + ]; + titles = [ + { + model = "R6250"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6300-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-netgear_r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-netgear_r6300-v2-squashfs.chk"; + sha256 = "7b89aee57a7abd44bbebd5cfb5fc9d5fe5c9651c2d4b51588295a6d7c0617d5c"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6300-v2" + ]; + titles = [ + { + model = "R6300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-netgear_r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-netgear_r7000-squashfs.chk"; + sha256 = "be2f07ab7466a9e9d257b9a30bbc42b816a30ad06ac7ba9777cdb66b969a9f48"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7000" + ]; + titles = [ + { + model = "R7000"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7900 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-netgear_r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-netgear_r7900-squashfs.chk"; + sha256 = "a0773d0ae469fb3b0003f66f4b1091bec66000a001d0ae1095b50fdd66259f93"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7900" + ]; + titles = [ + { + model = "R7900"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r8000 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-netgear_r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-netgear_r8000-squashfs.chk"; + sha256 = "9d81a4b6f1e766e0abff68e310b4ed8c65175be1308bf95bb10b0143e869111c"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r8000" + ]; + titles = [ + { + model = "R8000"; + vendor = "NETGEAR"; + } + ]; + }; + phicomm_k3 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-phicomm_k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-phicomm_k3-squashfs.trx"; + sha256 = "85979c47d1f9c275c886f69f9f835f6d6203e01326ec560e8f59d5d9015f1665"; + type = "trx"; + } + ]; + supported_devices = [ + "phicomm,k3" + ]; + titles = [ + { + model = "K3"; + vendor = "PHICOMM"; + } + ]; + }; + smartrg_sr400ac = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-smartrg_sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-smartrg_sr400ac-squashfs.trx"; + sha256 = "d67384d821a5d04f7b2f9eab976ce1cfc346a2963a547a69d433a9c602ab93d6"; + type = "trx"; + } + ]; + supported_devices = [ + "smartrg,sr400ac" + ]; + titles = [ + { + model = "SR400ac"; + vendor = "SmartRG"; + } + ]; + }; + tenda_ac9 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm53xx-generic-tenda_ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm53xx-generic-tenda_ac9-squashfs.trx"; + sha256 = "2bf49113bf1bc4dc5b42fd09c9b99e911fe935915bace7230c70084a0d00dfd4"; + type = "trx"; + } + ]; + supported_devices = [ + "tenda,ac9" + ]; + titles = [ + { + model = "AC9"; + vendor = "Tenda"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "bcm53xx/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + bcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "150b6688dc9e85c409e77dfb2c4218131e1ea9a98f0c798c4d9bbce56c4d7754"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-adb_a4001n-squashfs-cfe.bin"; + sha256 = "4cbe74bc0b9347e698be0776eb05515bf89e6296180b2b8e86d4986d9a34f9d9"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "823e8f5ade4bb6775d8b932d9cfa646d5e5b08d21995579b1777a0ca5234c20e"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "810b6eaf9d5b5d36d234c5c94e456087bf701ba23b43e6d3a6ffb886e5bb6b89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-adb_av4202n-squashfs-cfe.bin"; + sha256 = "1d80b21889550cdd8a817942438ddbe03c3547927a8d3359e157c4cf0ff1be1a"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "0a1e1db495d6a579bd1d4d3b27f7d8d7a152e3a1999216b4bc542e463cfd24e4"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "b4ce55603388132a3f9a51322bf37bd78cb0db966066d7d1d24a45ca697b8f9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "1bd43458ce70c24f1a114b5849e94c2144024106040fd2bac971a1335ad40b5e"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "fd4076a6e527956b1899366f901374dfba03121fff8bc8deca9ed9b64ff69c22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "48c2402d481fca0a1889bcba0b7a8de80a5f820e69677bc6658745c86a599ef7"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "683417f51f2ace7236256ba180d3124daa5f502855993ec182c879ed88545208"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "b014e0b8c2919b7f33e6721171629e8d3777588d626d3757b2dc1766455569ae"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "683417f51f2ace7236256ba180d3124daa5f502855993ec182c879ed88545208"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "0f3dc2e02f827fe31e71781eb40b830cb88da34226c0d0bde4d1b450057a5925"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "91224632266f25cae7b8c85b8a51adcd783a28c2ae7af815181c2727f088af81"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "91224632266f25cae7b8c85b8a51adcd783a28c2ae7af815181c2727f088af81"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "698b2fa44022beb24bff36511cddec1705eb1b7359bbcb593123e16f542ea3dc"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "f324a68d5f7e000caee9a40ea9b4af22a311929e025bfb76de5a5147218b34b0"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "b0974f0b8cd6d9f219549512f6fc81c44d4e91581ea3e8936a8f24c4ce79c386"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "8aaf392fd16c30da061d4a4071fb45098e9e09fe42adf00c255612f080fef288"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "7f34fce8e7a1fe81e21522b6ed113dba8ba9ddc41d0320f716abd92f77ef17e1"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "50fe135d1dc2f7b6e36d0e30363dfb8d3f3d31f34497dc83cceea6a11c6798e1"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "BT"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "d1d69d1b977d7640169db21c821702c946ee5e83ba9b87317117d13175fc7dfe"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "4add3a04574ecf0a2b134dccad9b29257e881d44a825dc929621d0091137f371"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "eabaaf2b030c9dade3df2b85883c15e36d518353a6957108c86816783cf8a712"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "0eb028b50eb3709d464df8cbe2aa478ef6617f0c848415e4d5e7b3c940134aa3"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "fd886ca397358009d9d1742c2ade1177a5be1b4992e25236ed63a5641b5b4b6a"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "c4017aea5a2580c96cc0831712b6350aa81122d738f26be8c831a88f08f42492"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "cb905b25a011475271afd4fe998bf1d77bcb85db32f3aeedd50ae8a557742913"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "f88ab5b22471289090bb1b69a548e70e59e999cea301b0837d18123f2bdc0c74"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "ac31df9559267335c9d6905f7ad1f4fb20a8a276a432453eb17458f6b4d9dc5a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "1f5d724ff56faf4b5e23f115b6f188321bb0ea7b4b2374462bdd5ca312621a93"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "15a5c9fbdab2b2b6896aa6cb8ed9b5ebdbfb40cfddcf8bacc8b1c6cbcb7796d9"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "ec316349b7b0e5f91a299e6c9508335bb06d347de4e1b35b3e5d229b37064d2f"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "875c75d91c5b7fccdf7bcc94d11edeae5cfd042bd706f2cd14be5d2599b84400"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "6c6208aab36c75f135ac7ee55e92ed1445cc3de3c062dc81095a5eb308f0970e"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "1b618b12fbfc8f569c2950ea1c184142746e16cf686c219edc3862be1bb9557f"; + type = "cfe-AU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "854e98ca081a073d0ae4ea9f84f67e6cfb62369ab081a88dde70d87e4f5c36ef"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "854e98ca081a073d0ae4ea9f84f67e6cfb62369ab081a88dde70d87e4f5c36ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "4e390308601ea3dad97821b869d910725dc839004c4c84f6f198ec2298ce3397"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "8253586de7ebd92f221f4232e775c32246d3d77d7a0dd120a66bf0ac55b5578a"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "61c3f1241a1c40b301746b15621c933fd343788468343945a5aa5ff4889e6b86"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "ebe1a9b57f459cfe9bd7e7a494bdee47fc29e72c6742b5c1bad51c67d04007c9"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "504f6ae91f8f6c87327bb1b90d4f5995807b9a93cc2c3ab44bb3d3fd8be3b1ec"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "f99e9e5a4e23a33e93fda957af4e255c36cbc84a54d31ef7e674c8bc43d25352"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "858a04cfdd562b06b65c58ad93ead091d326b3ca99899bc6d98c13b1eca6c3a1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "a059e4109e261e2282ccee4f4ac7ed886204e15007619c21b371b81716cecd73"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "897f33b5765f476e7489c7c3ddf8a8d647fd30d43fbba9644b7e2f7341623c13"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "307170b13f7c77a49f9f7f399c495f2fa9264e4afb418944f0f25f2a5615268b"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "5dc29ec0774c8257e39f15d4ba30e110f88fefc52e3f4b6d26766c9a9f2d0e2e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "8057abf045dbb26b38eba88c421242f29b599254c552e651b35af15e59b1dae0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "2380064033ff8b6f22af8c8cad20ba5994ab7d4b05e9564a8cad24b7842e4a65"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "0bdeaa60430f35d02d685f2432f2ac19e014d46a23388a34bae6c7dc916f6a62"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "0e26be339a9d1ba66bf617d8309553c18d5556c191504f9a5ac1db6155c21ba6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-netgear_evg2000-squashfs-factory.chk"; + sha256 = "e510ebcf647c7fb56fbba0372f90807e0253fe70d5e655f88e3c8d18ba551a25"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "6b37c9264f4729d552dddc7bb8fe98ede6ed0f6a670d120ae8d584230abaa780"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "67a1a8619a945714e80f282b79f0e38d82914e157d4766f316a1dbecde47be0f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "55df9a9f45bc5efd65d7f8ec15cf1f046525abcb67ab3cb42cb4c062a1d1c2e2"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "fbe9d5c4ac6da2e041984bef6b7a8120a31baeea51515764d369319cbc177a87"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "025192031a14f8026219f1ad9159ce122c64e0f8d706d898b21cad5580a6f780"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "acfb9112b9d37eaa7a7187b75b294d080776c3ff0107417a3d5264c3c7f71bcc"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "1e2663a44b1b5d38ab909c698b9ab5789ae372794fdc19881b471233660f7ce9"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "350abc1337cf4a77bfd452c5aec7d20bd0efa0a5e5a6422f9e1c194924c327d7"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "9aefd950150b106867c9b691eb731a6a8b4ebe3ae243eaf1476c6d09d8168f38"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "96093c98c6398859bf4c4ecc3753d13ab8ba4e28ffaf5c867c48b1110ef4a9df"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "463ad0d982559ff128202d2268f84732006de34b91cbc33484fdeabd9accc874"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "d7bfc2b54395ab7138b681f446ea198fdcdece1322b97e5a25d05ad997e1070b"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "6a9e00ef0021a03c5d86069c22ab47eb4db5b95c221b20fcc2d103aed0091919"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "e39a6e8b02bfb1906d3c0a67f48aa1b2efc3511c504fa2d565c6df3a4173410f"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "b9b6b11cc0713a8757081b9ac94ba5abbb6220102b481c3b7bf230b1ebed9813"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-sky_sr102-squashfs-cfe.bin"; + sha256 = "a341404c3aa478c097f4a9a92b5817d32f19fa6922ef1a61ce7ede44bcd7eb4c"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "ba72ad8e7e95252275e03a79f32211c3b94d27e7c361042f8bee90ed474547f6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "9602717dad73a09e5a7bb498e058a1770533ea886981f0cfc9a572cc5777cd78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "01e88e439f8bd0c21fcb071615af65bca011d22df3a5cabc5de1bdc832e9e64c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "3cef640f7226d25e659a045c41add5a201110bc3773fae8c340728248f6fd489"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "4d80b39de9514618397acfd4ac0e4dcf39de2cd0890bb5367995f60a4fdd5a6c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "da8d0d2147c9132720f7f54cdc168f3a3474f17d388610616ceb4e61e5d3a503"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-generic-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-generic-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "d5d0b5dbb5c9158c4c4f411ce929cc899a0adbda2b9546b0fbea29d9c6f39d1d"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "bcm63xx/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "13fd05fec798608c09cc77470644fb58f1c318b9cb96467c05d3df3a468bf564"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-adb_a4001n-squashfs-cfe.bin"; + sha256 = "42e5f9db8f61e442dc2344ec7c31ad673b475c7ce5ab9e3b38145f1e6e02005e"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "1b7f72a481c6cfd6ee4b45d8a6f2c2bbde40dc95ac4801ae6efd76914ecb2bb4"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "0690516cde2895ba8889033bd9692a5fd666a34ba66dfd4fbb558c2a094ca920"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-adb_av4202n-squashfs-cfe.bin"; + sha256 = "4d058c507a165e95918a0497519702b0aa7584f8efb76474e458d6a3d7e12048"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "60ae546dcc9733d12df729f5633b8b040ef48ba90227d2de4627b387e864511a"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "2dda81e114aeed7b0cfaabb9d06ac4c953c1afc6775f4ad3437c5c935e03d688"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "f3950aec4fd539fcd76a2bc1d65d2e537313e74e1cd850cb8a1c39fc5d25f484"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "bfd9ebf75490eef598214b8ea34bec97f67b3409b40854b11ff0123eddcfb49f"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "82eb03663aa1516e120bb6f15cf6fc781426f181eaea07f7d4ac65950917f16b"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "eac37b5e3c7f0fcf4222fd62052e3257b3726bf0af26de3439ffe83b21fe2afd"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "86773f3bc18fa0a5a83f505d22d4a8c23b64124e32f058b6339350539e27ae8e"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "86773f3bc18fa0a5a83f505d22d4a8c23b64124e32f058b6339350539e27ae8e"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "a4775c38bd3e389762b1bbd4ddf00079fee6af966c7fd6a531dc6eea5374bd32"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "a4775c38bd3e389762b1bbd4ddf00079fee6af966c7fd6a531dc6eea5374bd32"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "e5130dc631eb0e8e89ece1f788819525bed329ba7b15675ef5e39b51eb3c94e1"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "b17d1dcbeb2d8596eb42ed39cb67f0a4991575ac5260fd146023feef04b407c9"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "d382adc9419a0151975b581285e29738a021e507e4ff5e2dba24be302a5996f3"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "e1aa46db47e903ebe8d378ccb5a8fa715d304efaf2bfa9b55ab724b91022fc4c"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "bf3ab7539083f7bec72632498770012108c544b5c3ccc1c28553b3436a78787e"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "cf27739e0cc34090566cbdc5faeba781ca0707fb769295d1ceceee44d1ef247a"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "86033445028159a5e6c615d8976c7d272dc92d58f3fbf36239c11387be344e66"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "BT"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "1426d455a58b6a9c05c3554af60f67fb454cc0db98b1ca48788c7948dd41df1a"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "2d990417860d3331bb88a3812a11010371eedd59b84f239d3d9189a2d35de9a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "21e6d1c8515b233d795a21287833e02a9bcaddca60b90f695bf645ab1c06be30"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "789903931a9e7cbab063a7907cf0f648003612bb2149d8b1b1470969e3678222"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "17111f83667eaf53ec2b55ef0e9bd45c06946de94c41c20471dea75373dcccf0"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "008f2277f887b4df125459484f89fc9a81372570fac96e7dd85a4f1a91f3b1f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "e18de9d25713cd068fac8a95a641ba75a75976382d1ee92a678301f3f1ba098b"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vg-8050 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-comtrend_vg-8050"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-comtrend_vg-8050-squashfs-cfe.bin"; + sha256 = "edcfa04b053529362cd6c058e84fc1b29c3d68b0a03448233748065264748525"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-comtrend_vg-8050-squashfs-sysupgrade.bin"; + sha256 = "139e7f1ceda27fd0c2da6b3486492277354541d66ae61d49c870a69958678965"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vg-8050" + ]; + titles = [ + { + model = "VG-8050"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "9ea6551c8be9ce3ec5e368e28b8ecb37fd9e31612f118ca408e3cc1c2f295ad8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "e24df047f99e03c8f06fadc9a4d58f3849a960533a81a8850aa59c186788f079"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "455267da8d92f751041f33d482d140267e2f69d8f9f1f597844e5fd62c0e9fc5"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "a7a02d4e31470a6ae0dd86b3a00f4260ab87b94ae7a7b3233ba961843775983f"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3032u = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-comtrend_vr-3032u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-comtrend_vr-3032u-squashfs-cfe.bin"; + sha256 = "45b2fdea71a995907b99c5ceb56f0b543f5173cb78333189b9d4071f3deabbcc"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-comtrend_vr-3032u-squashfs-sysupgrade.bin"; + sha256 = "e5c34aec45a164828e05ad4c372ba4c7cdd969d9bf149a8605a899caceadb27a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3032u" + ]; + titles = [ + { + model = "VR-3032u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "eea754f7b0747d594dab20d3759da19b0cf5c8b529784f5ebf5f9fbebbf17745"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "8f14ba524c7c249ad2b6301e8b080505a240893ebe4f22ff3978f16e1767259f"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "a0cd06520dfb3180231b91c1cf78379d4b92469f709faa914f52ab518395ffb3"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "8dd64abb031aacbf06abb6044b3e73773675c1fcb18092f013863dc94718f894"; + type = "cfe-EU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "b3649a9b93029ac07659219aa38f8adb3aec0f6cf8555b387c5b5a928d78f14a"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "b3649a9b93029ac07659219aa38f8adb3aec0f6cf8555b387c5b5a928d78f14a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "66a92396abdf64577e8afb25a3b8f979d0abfcdf3828fbef201409ea0bd7d9b7"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "664e2aa41e5491b0763b04ab17480b8c4bdc943365e71f1556ee2d3da0eda989"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "8e4ab4782e9a01a83a2bbf278caf545ef6845e7d94f8dd34a9dfe3928bb98a4a"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "131337473d199f2a5dacfc3a37dac3681ea7a54bd7016d30b744e375cd8fbdf5"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "5d07e55d861f43b4ea301b89e54ac89d2a59e495b6a2dbb2d8e61a490879c6f1"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "0789d71dac7dd92dd8d15ae2e41d469c1fffba9e8ca7818a8cad4b52974ced6e"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "53534f764a6f0a2d3fc8da517f918a8a2271cbd1d0faf7da5bf949b461d2f236"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "972c3b706dbf41ad882cd52800a98130d0064623523710ec0fa9fbe7ae12abb3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "a252c404db34c8eaa28404b23d506746cd5b38d2e563070a7d643df24a6dac18"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + huawei_hg253s-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-huawei_hg253s-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-huawei_hg253s-v2-squashfs-sysupgrade.bin"; + sha256 = "5b96bc2dc82d9045594a6058a4761add44f0c367006a788da99fd318ff85b8e6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-huawei_hg253s-v2-squashfs-flash.bin"; + sha256 = "2df43ff18b8886e63b7c951bd33f0907d1eafcf409299e5671228c37559b28de"; + type = "flash"; + } + ]; + supported_devices = [ + "huawei,hg253s-v2" + ]; + titles = [ + { + model = "HG253s"; + variant = "v2"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "bd688e7f880aa8a61fed132a1346e7a2a2a4d38579aba76644bf80eddcf45238"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "210e3aaaf88203b7d3438af3f5b25352956297ae3319869ffc9ea5e3cd2f4db5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "b19dbfdc9ebddfb17d48eb6940d88c5fae35856e1ff7bf6c32497184bacb23cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3700-v2 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-netgear_dgnd3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-cfe.bin"; + sha256 = "d8fcbd4b839ddaa6524c6d2d3c910866a7c509cc27a4b8b018cd1bebfc75d63a"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-sysupgrade.bin"; + sha256 = "787ec2bccca9aa2154ea8264305eaf47a18250469bb307451ce816a78c39f152"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v2" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "873fe73f6e5d083495380fe1c9a76a48698a303cab3ebae96a8b10fd04142395"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "937863f80103929a309e210cbc41100274b99db340ec0632a305d3609ba0e234"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "d111457faa5e425346cfe236e58501207f9d34c5cf56bdbf7fc56c1942cdfa5e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-netgear_evg2000-squashfs-factory.chk"; + sha256 = "ec8d4a2868d5faa1fe47e790b2ef79d69b378415ee148dc7e3d97187b0d2e908"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "c14a8c16a5319f7d04cd6dca94e61bd51749c46898cb52f13eecf2912065ed8d"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "bcce4a5557151803a1a9829bbb52795778810e007f1f490f4b747ae2a5065be9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "ac59a6c96389aae7e01ceda6cc954d6fde79a3d46190a909a40ded8a5291f1fd"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "6dc3eb1a2c0ba949be2e859ee0befc856df6e336f62c71e4372fa47501635f2f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "e4b13ba27bbe709acf1d3a2163a26af989e97085da425520a4d3b8f8509e9282"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "682762afadd5d3efe3a73c0e32074516b5545b4879014b2cf3f697977407d9db"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "0ee1ca9eb0278fec700560530cf1a6a3fe1e6f02ef1e88311ce483d712c5bd6c"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "7219306be9269fab5c34855ccc37550953fafa8440bd5992409eff1751aa7867"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "20aec1ed5283e73c0b3c27e6c4e77649eeea28c7bd13864040b6bfa9f872a590"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "b1c1a16fe0c59e63c1be2fd5f28aac0314f80c1f232581213e0c7ecf26f0e91f"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "27897440c1df35837554aa9534c5c78f8f4c4c3ce4655268389a44f327408be2"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-sercomm_ad1018"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-sercomm_ad1018-squashfs-sysupgrade.bin"; + sha256 = "5ad41aadae960c71a025ff418491b071c9a11095a37d92744a349049908b37ed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-sercomm_ad1018-squashfs-factory.img"; + sha256 = "30a3ab6e3232f28e23492b75aa3e9672d3f41cd78f6d92d5ee9c458670ba84c1"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,ad1018" + ]; + titles = [ + { + model = "AD1018"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "3254aac3f88c5a42fe2a2cdbbedb0346233c0ad08a56192c6474d0c45b8dc19e"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-lowi = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-sercomm_h500-s-lowi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-factory.img"; + sha256 = "ef1fe31de42038867ab4fc333ffce5e6f90de9b3ae331d140a2eb06507fe58db"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-sysupgrade.bin"; + sha256 = "8ea911e05ee945b811c7f25dc63aa9bad6739bdf3efeeb374f88fc1624868bce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-lowi" + ]; + titles = [ + { + model = "H500-s"; + variant = "lowi"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-vfes = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-sercomm_h500-s-vfes"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-factory.img"; + sha256 = "51f00dc4279ddad4c6b71e41cbee4387b56937e0fe0886b9e0579d63ab9bf458"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-sysupgrade.bin"; + sha256 = "7d8fd204d7517b5e96ecad06f1abda318e0918dd552d5846fa110de15f0699e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-vfes" + ]; + titles = [ + { + model = "H500-s"; + variant = "vfes"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "04e4feef70e16c20dd3ee12f90009b69ae27e4743334d92059ebd2ddfce64699"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "67f29325dc44f360894e0fc8158fe8418b185d94a0a10fdd40029f90ce8c8f8d"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "81d7b41d64aab588dd0be0797f59a0e222545c9c5d5f49b8ca1e8d6f1acdea13"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-sky_sr102-squashfs-cfe.bin"; + sha256 = "e23be4cd413cba276f8ae1b7052c518125b1915e19fcf8019d181010595afd94"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "984bbf04bbb3cf01d5cd2d4e039f014c593dae688b52ecb4270f119c584464dc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "004a81006c6fc712bf4ba6aa12cc03b4716c3fc7f072ad92e907de33b6d5c0a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "772c8da3a4f00b86355ba7f903f5a83db8d0fdb9b0a5e802667b713a688f5be3"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "7315a58514456b362d300e7363b7b110029084394cc0c212efa17b14b3433e3f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "52e58cce93aa03ebb02abd9574ffb4cfa359bf8945b7b06a293d548e6472e39a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "1e8b0dca1eb7140f3911a861f94084b1fb0f973f14e486abc150ba4fab5dc055"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-bcm63xx-smp-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-bcm63xx-smp-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "b830bc63640613b842a123238fcea04ffb3a814f1362f44a7619d546edb0e18f"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "bcm63xx/smp"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.6-gemini-dlink_dir-685"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "23a70d17b0d503510ea91fc6d635a1d22799f00a1d6df635a16e1da8e67953b4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "9bba3bf4b49b1f2925785eedfa768166477fb1107bec448f22923e0ca18a6766"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + model = "DIR-685 Xtreme N Storage Router"; + vendor = "D-Link"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.6-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "99c63d2a4c07f74a23da261253f71af8f7efb333b2efa2219708e0d41278efe2"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + model = "DNS-313 1-Bay Network Storage Enclosure"; + vendor = "D-Link"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-21.02.6-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "a21337d0ec1e53dcefdb8ac04209455b880be7f2d82189e57d2b7bf6294af268"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + model = "Square One SQ201"; + vendor = "ITian"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.6-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "7d860c418fead1a9279ebb9ad4b2391d2b5f52889d6335badf3446852f8ea161"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + model = "NAS IB-4220-B"; + vendor = "Raidsonic"; + } + ]; + }; + storlink_sl93512r = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.6-gemini-storlink_sl93512r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-gemini-storlink_sl93512r-squashfs-factory.bin"; + sha256 = "f72fe1efb975ce35b75cec2f1c5d3f48b22d2886f8f703b72d0a2bd01f041fef"; + type = "factory"; + } + ]; + supported_devices = [ + "storlink,sl93512r" + ]; + titles = [ + { + model = "SL93512r"; + vendor = "StorLink"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "gemini/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + imx6 = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-21.02.6-imx6-apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-imx6-apalis-squashfs.combined.bin"; + sha256 = "cb9f9ad62bb582be15d19e81c84b3ee7fb388b5f21771ddb12924d3b6a3bf95c"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-imx6-apalis-squashfs.sysupgrade.bin"; + sha256 = "8f78851dbff2875feb9823287145a94a90a012801d9c2623c08f5f220efbb74e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + model = "Apalis family"; + vendor = "Toradex"; + } + ]; + }; + cubox = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.6-imx6-cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-imx6-cubox-i-squashfs-combined.bin"; + sha256 = "275ad846941d0bb09fbdfbe5316b1e38ca2ad0bf72d7187d697c5b33872d835f"; + type = "combined"; + } + ]; + supported_devices = [ + "cubox-i" + ]; + titles = [ + { + model = "CuBox-i"; + vendor = "SolidRun"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-21.02.6-imx6-ventana-large"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-imx6-ventana-large-squashfs-nand.ubi"; + sha256 = "992ee96fe9531e83a53eac801ab6b5124a99a4c39c8f51126706378beccaa86d"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-imx6-ventana-squashfs-nand.ubi"; + sha256 = "8133d609c0636d86e20ae007eaed4124f22fa4bc22f94be317da1e82a0eb21c8"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-imx6-ventana-squashfs-bootfs.tar.gz"; + sha256 = "cccadb3da84b2dc9aa6f8f4b6717dec4563474fa9e9d027a07b1896dc601f7f1"; + type = "bootfs"; + } + ]; + supported_devices = [ + "ventana-large" + ]; + titles = [ + { + model = "Ventana family"; + variant = "large NAND flash"; + vendor = "Gateworks"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "imx6/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_habanero-dvk" = { + device_packages = [ + "ipq-wifi-8dev_habanero-dvk" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-8dev_habanero-dvk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-8dev_habanero-dvk-initramfs-fit-uImage.itb"; + sha256 = "b01e9dd4ba24240c6e215f1a633366a2d8c5e796c97ad715777941542086de17"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-8dev_habanero-dvk-squashfs-sysupgrade.bin"; + sha256 = "d4b60f938f68ce60527b73d2fbca9d9d232b981df8073a94ce8d512130c7f3aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,habanero-dvk" + ]; + titles = [ + { + model = "Habanero DVK"; + vendor = "8devices"; + } + ]; + }; + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-8dev_jalapeno-initramfs-fit-uImage.itb"; + sha256 = "d895af426751d85cb65e5c7c9bef4fffd4aac3f654e2015f6211e81aea8e2fce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "49346faaa02ff030e7a2604e11d981b0ad80ae38dde3e02c4f216e4d2832b7c3"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "51b371df1a4bed16a81c710a4ec7bc44c93e7c292ebe9b3f9742da6f10bb7433"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + model = "Jalapeno"; + vendor = "8devices"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-alfa-network_ap120c-ac-initramfs-fit-uImage.itb"; + sha256 = "21038eb51d8e0b4eaec01dae71be4da8d77a4e0a69df163e46807bd447b344b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "2ec6f9e203d92a3c977d7685fd53a832572588ddac7d822d45e958ec1110fff1"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "b97ff5a4bdabbfbfac9847588b381b6539dfa2891a8056f9a8960176d1c12178"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + model = "AP120C-AC"; + vendor = "ALFA Network"; + } + ]; + }; + aruba_ap-303 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-aruba_ap-303"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-aruba_ap-303-initramfs-fit-uImage.itb"; + sha256 = "36f26ae292b38eb7aa480ba3ad28d69db7cbfd929d1238501bc1014eb8424fa9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-aruba_ap-303-squashfs-sysupgrade.bin"; + sha256 = "0f7315ef27aa1728eefa6085d1d87c5d96c00676f3bbceb82dafb3e6815ff6e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-303" + ]; + titles = [ + { + model = "AP-303"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-303h = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-aruba_ap-303h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-aruba_ap-303h-squashfs-sysupgrade.bin"; + sha256 = "ac16ccb2a7ff9161caa4e50bd79f566526dbfcdad956e85c9fc8d1d69508f61f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-aruba_ap-303h-initramfs-fit-uImage.itb"; + sha256 = "bd950ab046f0955358ae5781ea3ea87b8e4d98d2c6329bf40ff9ebe04fb33be3"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-303h" + ]; + titles = [ + { + model = "AP-303H"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-365 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + "kmod-hwmon-ad7418" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-aruba_ap-365"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-aruba_ap-365-initramfs-fit-uImage.itb"; + sha256 = "473b72c8da72d21337baf1810efd03275ed723ce7528e883e4b6f0a455e0c059"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-aruba_ap-365-squashfs-sysupgrade.bin"; + sha256 = "bea17a31b227de0dc352f9091c0d5284fc6d757908f47f4b0457d98f086ad62c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-365" + ]; + titles = [ + { + model = "AP-365"; + vendor = "Aruba"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-asus_map-ac2200-initramfs-fit-uImage.itb"; + sha256 = "dc9179ca16a395c3f88e5e85f7e0fbd953119aec26d2dac1446adcb9d19490de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "ce06997ca707b9632ae2a0715553ecddb809e850577e66b54ea476569eda3a50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + model = "Lyra (MAP-AC2200)"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-asus_rt-ac58u-initramfs-fit-uImage.itb"; + sha256 = "c72241e679b57f913a4ee649f4ac02c6b76723df0842b8152ae4f10a1f02d3f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "f85ff640e7674e30a308eba9068187158d51ce3cc5017809d55b047999e85b44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + model = "RT-AC58U"; + vendor = "ASUS"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-avm_fritzbox-4040-initramfs-fit-uImage.itb"; + sha256 = "54e73abf5e2583ba18078181478e8641ddd100cb9de7ec02c52e5acd01985869"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "184563c52e10e6d3031ff3c5d747b98373df1c1745d8d34c794133860ef70cfa"; + type = "eva"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "9c5ebe2c9b44cc0f470293142c6821aefe5501be415a21aaba0e0bbc2c86fdd2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + model = "FRITZ!Box 4040"; + vendor = "AVM"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-avm_fritzbox-7530-initramfs-fit-uImage.itb"; + sha256 = "5eebca3cee6f1dc88a5ee98aa36754c6741ef2d84ddde4c87700c7d96384d2d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "e91d501bd40eb0875aab87c7f145ba457fe564f6c2428652a62b6767e89c19e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + model = "FRITZ!Box 7530"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "72cce60ba7a0b1790ff049dcf62dc1a3c227ababa2656bd6bf9b253576899b88"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-avm_fritzrepeater-1200-initramfs-fit-uImage.itb"; + sha256 = "19b0a76090a1ef62e88285467ce4bae35de840f05f50d811c8002bf528ce858c"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + model = "FRITZ!Repeater 1200"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-avm_fritzrepeater-3000-initramfs-fit-uImage.itb"; + sha256 = "209817a6713e5da564639bddc8d3724c718e06b1c7288e7dcc56f3465ea03116"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "821cffb41a2a4a860f6e0ee7e28b2605ca7bf1b5244cfe5c1eecafac647f7e15"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + model = "FRITZ!Repeater 3000"; + vendor = "AVM"; + } + ]; + }; + buffalo_wtr-m2133hp = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-buffalo_wtr-m2133hp" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-buffalo_wtr-m2133hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-factory.ubi"; + sha256 = "de97309010c5b368aedc8e6fd83b0530546272f1c5e0118c288a1e22412ab9cf"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-sysupgrade.bin"; + sha256 = "6169d41f7baf5c4d4ecb0b35dc2fe7fd40d3b8280389953f81aa63218454a6ed"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-buffalo_wtr-m2133hp-initramfs-fit-uImage.itb"; + sha256 = "451dc9c8f2c05e1e21c7d1a5f9c8d656914d825bf127faef282366e6156c5475"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wtr-m2133hp" + ]; + titles = [ + { + model = "WTR-M2133HP"; + vendor = "Buffalo"; + } + ]; + }; + cellc_rtl30vw = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-cellc_rtl30vw" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-cellc_rtl30vw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-cellc_rtl30vw-initramfs-fit-uImage.itb"; + sha256 = "e7811549b3cbed3720d33e9fb4de960e129d73a5819eff990831cc91c2663e4f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-factory.bin"; + sha256 = "d48bbd8ffd628c26f761ebc61115724ab8c0c14e39e3f7a5ae6f085a091e79b3"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-sysupgrade.bin"; + sha256 = "ccdc96578c76aa2bbcfce249a745eac148fb1935fa74cc00a573f34f51a7f59d"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "cellc,rtl30vw" + ]; + titles = [ + { + model = "RTL30VW"; + vendor = "Cell C"; + } + ]; + }; + cilab_meshpoint-one = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-iio-bmp280-i2c" + "kmod-hwmon-ina2xx" + "kmod-rtc-pcf2127" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-cilab_meshpoint-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-sysupgrade.bin"; + sha256 = "fe6cf948c06358e84288060ee5683e9a4ac4340b8bcab91a86551e1c1344240f"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-factory.ubi"; + sha256 = "7ea2c49bad0453dc2e406b2f13729684362416355ea9e467b4e4a52eb656863e"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-cilab_meshpoint-one-initramfs-fit-uImage.itb"; + sha256 = "3bbe1c43822e4f0ea0e69c6ae53638c75429c60a42201b684e86af1acdfe8968"; + type = "kernel"; + } + ]; + supported_devices = [ + "cilab,meshpoint-one" + ]; + titles = [ + { + model = "MeshPoint.One"; + vendor = "Crisis Innovation Lab"; + } + ]; + }; + compex_wpj419 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-compex_wpj419"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-compex_wpj419-initramfs-fit-uImage.itb"; + sha256 = "96ccd4f666be11c6941b5c85be639942485a8fb82e4012b10c4e41d733140cba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-compex_wpj419-squashfs-nand-sysupgrade.bin"; + sha256 = "849ab04dbd401f44ae741916c43132f9c45bde000e8771a9957bbdc3d9877631"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-compex_wpj419-squashfs-nand-factory.ubi"; + sha256 = "56388cebf9fd17c67291084f2cae4ad3e3d2674ab3758f969001940c60f10796"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "compex,wpj419" + ]; + titles = [ + { + model = "WPJ419"; + vendor = "Compex"; + } + ]; + }; + compex_wpj428 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-compex_wpj428"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin"; + sha256 = "ed22d5999665904faa9cdac1061cfd6a4de585ac15d0c55ce100145ac0809fcb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-compex_wpj428-initramfs-fit-uImage.itb"; + sha256 = "b3b0f3486b49a9b6e21702795d1e9567786d96a560b24b9b2dc32ba338d1691c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-compex_wpj428-squashfs-cpximg-6a04.bin"; + sha256 = "e5a8dca32052bb5c73c31073e14f50e28cc8b7bf463947c65242c039bc460389"; + type = "cpximg-6a04"; + } + ]; + supported_devices = [ + "compex,wpj428" + ]; + titles = [ + { + model = "WPJ428"; + vendor = "Compex"; + } + ]; + }; + devolo_magic-2-wifi-next = { + device_packages = [ + "ipq-wifi-devolo_magic-2-wifi-next" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-devolo_magic-2-wifi-next"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-devolo_magic-2-wifi-next-initramfs-fit-uImage.itb"; + sha256 = "dabba45a8ecc1940a05370577108f5e51a31f49d70927c47c91c272a8695bbdb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-devolo_magic-2-wifi-next-squashfs-sysupgrade.bin"; + sha256 = "9e4fbe83180a2f5c2a5ad066ed64f70cff60b7398caa224ad40d4d0c4683e969"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi-next" + ]; + titles = [ + { + model = "Magic 2 WiFi next"; + vendor = "devolo"; + } + ]; + }; + dlink_dap-2610 = { + device_packages = [ + "ipq-wifi-dlink_dap2610" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-dlink_dap-2610"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-dlink_dap-2610-initramfs-fit-uImage.itb"; + sha256 = "c452e630da1d79efb80fc67683f975cb4b5027b9714fcfbdaa31132430ead4bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-dlink_dap-2610-squashfs-sysupgrade.bin"; + sha256 = "4d6a48d570075d05eb821b251d9a600e7725a2e654bec0f338e7ced6ddbad112"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-dlink_dap-2610-squashfs-factory.bin"; + sha256 = "bf3b2870b17020cce5c396dda9effcab90c15aa1cdca3ed2186bf4cc05dc3182"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2610" + ]; + titles = [ + { + model = "DAP-2610"; + vendor = "D-Link"; + } + ]; + }; + edgecore_ecw5211 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-edgecore_ecw5211"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-sysupgrade.bin"; + sha256 = "78d990bf8dd1b839c06177a7162f889704ad9bb0c117ac044c864a64dc8085e3"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-factory.ubi"; + sha256 = "659af97b0add1d38476c7651c8a0861e22624fe7ea24ad7b32a999c18bdd5970"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-edgecore_ecw5211-initramfs-fit-uImage.itb"; + sha256 = "b527ad92757a647a070b3c8cc2efb0c4e91feed01e2b74e829b2c89ce7cc9954"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,ecw5211" + ]; + titles = [ + { + model = "ECW5211"; + vendor = "Edgecore"; + } + ]; + }; + edgecore_oap100 = { + device_packages = [ + "ipq-wifi-edgecore_oap100" + "kmod-usb-acm" + "kmod-usb-net" + "kmod-usb-net-cdc-qmi" + "uqmi" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-edgecore_oap100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-edgecore_oap100-initramfs-fit-uImage.itb"; + sha256 = "7a33a733afec5f927852f82f4cbcdf39e64caf6b22dddb1ca82a31dcccd80745"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-edgecore_oap100-squashfs-nand-sysupgrade.bin"; + sha256 = "3449c6e53fe590c7cfd291e01264f7362b94fa740139657e1ecdfb3bd712bfe6"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "edgecore,oap100" + ]; + titles = [ + { + model = "OAP100"; + vendor = "Edgecore"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "9ef3b22ae5c24d9d1ab7df38a747167091e0f0d87f9e8fb3552b6658c1754651"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-engenius_eap1300-initramfs-fit-uImage.itb"; + sha256 = "03e2898227dfec71fbf3511ef81d64250a9a4e8625674a3f1ef13c6c1914059f"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + model = "EAP1300"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-engenius_eap2200" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-engenius_eap2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-engenius_eap2200-initramfs-fit-uImage.itb"; + sha256 = "d00363558d37589e393f21c5b835b3c968dceab61f47842c2c2d2cbd6ca8f4e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-engenius_eap2200-squashfs-nand-factory.ubi"; + sha256 = "46b3e9949e835b9d37c8eab80a2256f1c2e96014dc07ee8ccb6dd272b53ef0cc"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-engenius_eap2200-squashfs-nand-sysupgrade.bin"; + sha256 = "b47d4bfd2a6cda1dbf229dd7d678b40f7d81ef0ccb5a5657d28cf1a5667db3b5"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap2200" + ]; + titles = [ + { + model = "EAP2200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emd1 = { + device_packages = [ + "ipq-wifi-engenius_emd1" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-engenius_emd1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-engenius_emd1-squashfs-sysupgrade.bin"; + sha256 = "d53f81fb8170c4a481269a605ba0498317f47d8132240dbae20a2e402b6aacc6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-engenius_emd1-initramfs-fit-uImage.itb"; + sha256 = "e8a4f41f9b1a9748b428e6f38c47eae0fe81026e8dedd45af2577d4a08d83dd2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-engenius_emd1-squashfs-factory.bin"; + sha256 = "5380dabfe6d9b2ce96eee4d028f58ffdd7a3df55419633d57257a9d5f10c82aa"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,emd1" + ]; + titles = [ + { + model = "EMD1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emr3500 = { + device_packages = [ + "ipq-wifi-engenius_emr3500" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-engenius_emr3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-engenius_emr3500-squashfs-factory.bin"; + sha256 = "8524ff8acebde6f95b5311e1ff887517a9ddf25001eaf55fc3b91c7adead0948"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-engenius_emr3500-initramfs-fit-uImage.itb"; + sha256 = "6a766b0bee3732a6c84285b1c70157de65072a48b7c07d533d9f7fcd87f98cd2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-engenius_emr3500-squashfs-sysupgrade.bin"; + sha256 = "604d64715002da4f54fcb293cc398aae072fe6a4fd3763151e2fe531925c16c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,emr3500" + ]; + titles = [ + { + model = "EMR3500"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "c405f6e79502102274960a13575880b18c388a9b9658d96805e1c6859f03754b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "7d5521f814aef038016043ecbad4b9c1497836b7657af3686da3cca660310850"; + type = "factory_35"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "92f39b40ab0a4dd4b53534c594b7b7c2f5d33816fa9913de3604e56f02447571"; + type = "factory_30"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-engenius_ens620ext-initramfs-fit-uImage.itb"; + sha256 = "0d82d28f2c655135cfb39d4c2faf0eca6aed036ada88dd778e59af45a09ab7b7"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + model = "ENS620EXT"; + vendor = "EnGenius"; + } + ]; + }; + ezviz_cs-w3-wd1200g-eup = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "ipq-wifi-ezviz_cs-w3-wd1200g-eup" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-initramfs-fit-uImage.itb"; + sha256 = "9d02714289a2f15f2f505fb50ac7aa149d93a34fb00bf1bd8dc7811d062e3d4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-squashfs-sysupgrade.bin"; + sha256 = "9e0656d0520e76944dd7255367126440a8f56fc68aeff120ab6c61b0f458781e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ezviz,cs-w3-wd1200g-eup" + ]; + titles = [ + { + model = "CS-W3-WD1200G"; + variant = "EUP"; + vendor = "EZVIZ"; + } + ]; + }; + glinet_gl-ap1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-ap1300" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-glinet_gl-ap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-factory.ubi"; + sha256 = "729c406efc80ddcded756b4285753a906b17948772415be4eea331ce5a7c21e1"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-glinet_gl-ap1300-initramfs-fit-uImage.itb"; + sha256 = "62c31faec76f0578fc2fb0752a670f28e34d35f55cac22be412f25db9c4d7c37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-sysupgrade.bin"; + sha256 = "412912ca3b2de9356db90552e8b46728f2063750bd8e107780d4e8e4ac94c1b4"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ap1300" + ]; + titles = [ + { + model = "GL-AP1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-uImage.itb"; + sha256 = "a65142516641d1ccb15598d3108a7513b721ced2197245449fa8bcd61788d3be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "763965ad89ff06c9ce88142ac0871b84ed90aa0121c43559903b697312837c4e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + model = "GL-B1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-s1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-s1300" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-glinet_gl-s1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-glinet_gl-s1300-squashfs-sysupgrade.bin"; + sha256 = "3e297639faf855de9c5b4a1bb52d609d183fd8b164141f0a8478ed3b431db66d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-glinet_gl-s1300-initramfs-fit-uImage.itb"; + sha256 = "34d289ea1ac8220dc20806ca8227576245747fc1753ca9bcb30312ca3f1c8f20"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-s1300" + ]; + titles = [ + { + model = "GL-S1300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-linksys_ea6350v3-initramfs-fit-zImage.itb"; + sha256 = "11bb4c4967692de7b032298f3eee509a4327915154d5fc2267ca2a3e8533b767"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "7cbe59356ea600756bfbb88b43ea3116416812bbfbafbfd51bd90815cff6b848"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "05e0a5b2265acad827b6be8e83f44b783a141bcf1e57cc69da089dccb41a8884"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + model = "EA6350"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "8ae23358b0cc1884f56308735b6d58688307801f3339bb962732779462fa5b22"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-linksys_ea8300-initramfs-fit-zImage.itb"; + sha256 = "aacf0c13027e0992883d1da940b35ec2a1ef0a230296053a89607d8b057dd60a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "fe90d9f680feb25ff3162f85d30ab905d2a05240d1597447dc695a7169f55a86"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + model = "EA8300"; + vendor = "Linksys"; + } + ]; + }; + linksys_mr8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_mr8300-v0" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-linksys_mr8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-linksys_mr8300-squashfs-sysupgrade.bin"; + sha256 = "73107bc4430710c60f9afbfa3383897c394c062f1209335b094b44530495844e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-linksys_mr8300-squashfs-factory.bin"; + sha256 = "7c1bbd28791f575e553163ce57a57c9159386d8ab769066fa18fc1ea7091380c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-linksys_mr8300-initramfs-fit-zImage.itb"; + sha256 = "0383c4ea7ec33cffd1a9046f6d431596c02034adc5b3ae047b3a8d2042b780f0"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,mr8300" + ]; + titles = [ + { + model = "MR8300"; + vendor = "Linksys"; + } + ]; + }; + luma_wrtq-329acn = { + device_packages = [ + "ipq-wifi-luma_wrtq-329acn" + "kmod-ath3k" + "kmod-eeprom-at24" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-luma_wrtq-329acn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-luma_wrtq-329acn-initramfs-fit-uImage.itb"; + sha256 = "fb5787cff77e1dfe94f8d5cbfa1f3d20822b81659c15cef716a47cf53f3b607a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-luma_wrtq-329acn-squashfs-sysupgrade.bin"; + sha256 = "6c907efcbbfe279881427a52886293906c7b6d59e0df1eb160bd22a2935f2593"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "luma,wrtq-329acn" + ]; + titles = [ + { + model = "WRTQ-329ACN"; + vendor = "Luma Home"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "9af561cb8f6ef5609412c10318700c4bdb0f73f9f8d22a48fd9264c15a09c24e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb"; + sha256 = "a028c310c5d2181c583e5b1c105c28fc4030a868fabb22e5cdb08afec4af84f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + model = "MR33"; + vendor = "Cisco Meraki"; + } + ]; + }; + mobipromo_cm520-79f = { + device_packages = [ + "ipq-wifi-mobipromo_cm520-79f" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-mobipromo_cm520-79f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-factory.ubi"; + sha256 = "3727f1ef904da89cba28e800d6ee0b70c7d3cfbeca0d44fe4157449f8fbb6087"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-mobipromo_cm520-79f-initramfs-fit-zImage.itb"; + sha256 = "e63574126d5706d22230e7fd1b12941939f77d29cbdbce95ec0d3c03c4874234"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-sysupgrade.bin"; + sha256 = "550fefcf0386d477950c4275e7ee93f38e1bec069d34d6c59fbc3448786f8086"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "mobipromo,cm520-79f" + ]; + titles = [ + { + model = "CM520-79F"; + vendor = "MobiPromo"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-netgear_ex6100v2-initramfs-fit-zImage.itb"; + sha256 = "a2a7e1a9f13959023c2dfa183a9e202729a5d8a90255729bb01df51cfe3c9f7a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "d4ca91eb7d63a1f7f0e48d57dee46fa97fb18bdfa04c5b8165b0ef3b102604d5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "40bf21e7de2e4dd103f79b4326e9d25ac346b0b19bcb50b2674919ac581af44d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + model = "EX6100"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "96376b13e459f0653128696d16bd37d0da95c670a8f2573dac519eba92b89443"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "9344568408f8889fe99c0f7d661a69cbbbe6a1d1d078db37a53f9e8b189571ce"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-netgear_ex6150v2-initramfs-fit-zImage.itb"; + sha256 = "e16ebcee1357503b77407c7503ac563d78f9fd1766d1041072d6c0ab1b230b46"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + model = "EX6150"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "89047b5d7407eff45b269acc40cbfbea3c7e7b67a550adf52411de363ed1628d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-openmesh_a42-initramfs-fit-uImage.itb"; + sha256 = "a70e6ef90c96eb048b2e6f8b4b0662851de13aaeb43a849a6c3a6a0eca6343b2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "bc10281ed5dbb96ea342675fa180d082885902e151f580664c8641f3d8f19ba1"; + type = "factory"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + model = "A42"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-openmesh_a62-initramfs-fit-uImage.itb"; + sha256 = "1b450223f6224fffb3bd28340c5183e2c4bac898686fec12ba043038e4ea5dde"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "61a2c6381f3da0299c766b307e67453790fcca2966eba85196200976e3e5f0d5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "e11053c9bcd8b80b3c964e5ea02af26a694d9c298da6ea8eab1a1a7f70e8fd78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + model = "A62"; + vendor = "OpenMesh"; + } + ]; + }; + plasmacloud_pa1200 = { + device_packages = [ + "ipq-wifi-plasmacloud_pa1200" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-plasmacloud_pa1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-plasmacloud_pa1200-squashfs-factory.bin"; + sha256 = "95cf1f0dfa51b834c3a3122d83da14f1b6036885130fc17f10f7df40ebd329b3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-plasmacloud_pa1200-initramfs-fit-uImage.itb"; + sha256 = "82885d9822f2cae69949c583ce06502908f842a33265cad086b586bc00e023ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-plasmacloud_pa1200-squashfs-sysupgrade.bin"; + sha256 = "ec40339d996a6b2581f17793af7a837488373c497c837611d4a9fe13143820fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plasmacloud,pa1200" + ]; + titles = [ + { + model = "PA1200"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-plasmacloud_pa2200" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-plasmacloud_pa2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-plasmacloud_pa2200-initramfs-fit-uImage.itb"; + sha256 = "51def20905d16016ce9a01756dabdc2da0fab8241490044c650e6acc1651dad1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-plasmacloud_pa2200-squashfs-sysupgrade.bin"; + sha256 = "907f4cf0f602d29730eb0af18ca7358c9d9d6d97bccf94d0fbf5b1abad7f1246"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-plasmacloud_pa2200-squashfs-factory.bin"; + sha256 = "53c57e94b2ac3086603d490a425fcc458137e2bd1773a3fbc8b0f0ddb16bca8e"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa2200" + ]; + titles = [ + { + model = "PA2200"; + vendor = "Plasma Cloud"; + } + ]; + }; + "qcom_ap-dk01.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-qcom_ap-dk01.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-qcom_ap-dk01.1-c1-squashfs-sysupgrade.bin"; + sha256 = "c97d32cd98d8bb6d8ecfd207db3a74af50ca89d472235a2c7e69bd48a314adaa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-qcom_ap-dk01.1-c1-initramfs-fit-uImage.itb"; + sha256 = "a8a6c7feb77de30bbeeda5a1ea11641e8627e14a17b1f6949fd03e55054ef4b8"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ap-dk01.1-c1" + ]; + titles = [ + { + model = "AP-DK01.1"; + variant = "C1"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + "qcom_ap-dk04.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-qcom_ap-dk04.1-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-factory.ubi"; + sha256 = "19f3c1f560fc4a45af7d1467b603e67475f934a7e3aefb5b07082736967442e2"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-qcom_ap-dk04.1-c1-initramfs-fit-uImage.itb"; + sha256 = "5ab461d86a3897e258af99ff8847553db482844dc05a26bd7724ca63b7c1e020"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-sysupgrade.bin"; + sha256 = "07e87de7ea886c00666268e5b725d7b20aba85ef263c96c9a212d7cbef4034f4"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk04.1-c1" + ]; + titles = [ + { + model = "AP-DK04.1"; + variant = "C1"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qxwlan_e2600ac-c1 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-qxwlan_e2600ac-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"; + sha256 = "e3ea3d0ff7a41996d36726806ef5e7385071f9ffc56113a7633d6ff11ef96873"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-qxwlan_e2600ac-c1-initramfs-fit-uImage.itb"; + sha256 = "a2f2a5eddd921f6ef570002913a6f2e888fff839e86a7df84351967f2bc92271"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c1" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C1"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "4eac704b5047986ff3d5580c6373b6849e916dada99379b392e2bf9814e6c3ba"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-qxwlan_e2600ac-c2-initramfs-fit-uImage.itb"; + sha256 = "8bc2093cca1efecf628a62bf851f9289f60b8472138e4ce65e47c7c40ac9beec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "49c5594d1d0921326434b73d2544eab7a9e02dfc8281ab1a347b169d8a294887"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C2"; + vendor = "Qxwlan"; + } + ]; + }; + unielec_u4019-32m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-unielec_u4019-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-unielec_u4019-32m-squashfs-sysupgrade.bin"; + sha256 = "9a88850feeb2072ccc89eda80afcff8557ca3844581b1aa0dab3e240078308cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-unielec_u4019-32m-initramfs-fit-uImage.itb"; + sha256 = "5477ccb59f4340e0d3d069e47ef4e0d660d94affa6a4dd0ba2164e90d588258e"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u4019-32m" + ]; + titles = [ + { + model = "U4019"; + variant = "32M"; + vendor = "Unielec"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "686518740e641df13961a7015de79938e2477e0c44f6cd77906ccdba0f821093"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-zyxel_nbg6617-initramfs-fit-uImage.itb"; + sha256 = "98a29fb1a5405973e77d0e4fd9d1e6437749e25371e8892a9617ee3cf5e7cfbb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "956dbde5269f73166fbed96c2d4aa4e5071704e3cd648cb803c5fa67e66e24b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + model = "NBG6617"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "e25ef4532a7cbd7cb078c404cf20c4deb20e20f4a8711b656365319d10a8682c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-generic-zyxel_wre6606-initramfs-fit-uImage.itb"; + sha256 = "6eb22356176d602ec9174fd41089f1174033230bc42f14418fe2653f79e03732"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + model = "WRE6606"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "ipq40xx/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + mikrotik = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_hap-ac2 = { + device_packages = [ + "ipq-wifi-mikrotik_hap-ac2" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-mikrotik-mikrotik_hap-ac2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-mikrotik-mikrotik_hap-ac2-squashfs-sysupgrade.bin"; + sha256 = "5e047623bc30aef43d003161ef4fdc1ed5f01e3465b8a1606e6abe9d7e69741e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-mikrotik-mikrotik_hap-ac2-initramfs-kernel.bin"; + sha256 = "4b0fb9a64336638c07000f0e9a467d4c7bca9c3cc28eb0ddef580cb3c51b028c"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac2" + ]; + titles = [ + { + model = "hAP ac2"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_sxtsq-5-ac = { + device_packages = [ + "ipq-wifi-mikrotik_sxtsq-5-ac" + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-initramfs-kernel.bin"; + sha256 = "b60b524e8d35ed189830872d1043dec1e8c18494c228fb067fb62b722b1945ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-squashfs-sysupgrade.bin"; + sha256 = "5f3804f6c3694809ba26b9edfdd2f5181a282ed7d60531fd4d72e635fd30ce31"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,sxtsq-5-ac" + ]; + titles = [ + { + model = "SXTsq 5 ac (RBSXTsqG-5acD)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "ipq40xx/mikrotik"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-phy-qcom-ipq806x-usb" + "kmod-usb-dwc3-qcom" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asrock_g10 = { + device_packages = [ + "kmod-i2c-gpio" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-asrock_g10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-asrock_g10-squashfs-nand-sysupgrade.bin"; + sha256 = "bf81ac49c0b2244ea41e1f6bedaae9aac3c8879a9900a9e153d44a6c34deda12"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-asrock_g10-squashfs-nand-factory.bin"; + sha256 = "6f77d03a7aebedf04f4c642dd6a43cb08ff78c44a5de592a723c92d24bb03069"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-asrock_g10-initramfs-fit-uImage.itb"; + sha256 = "bf8fb777396ac34fb72bef7afd677192b61738482c756ff6046fc2da9a7a237f"; + type = "kernel"; + } + ]; + supported_devices = [ + "asrock,g10" + ]; + titles = [ + { + model = "G10"; + vendor = "ASRock"; + } + ]; + }; + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "bc921dcd16afaad7cf380bdaa93bcf0d9158dfe16f5a9654ac6d1313de90529e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-buffalo_wxr-2533dhp-initramfs-uImage"; + sha256 = "ec872a37732083aaefee51f639c8c9232adf0f394125c2135d81134e365f6835"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + model = "WXR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "5110fa51f7d889f847fa7fea052ab1b95a75c2fe1fd4dba7c845ef4d236ff648"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "504987c69c408e3d15cb808ce61c4cb241083ec3a777b1b0b177d3aefe9de822"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-compex_wpq864-initramfs-fit-uImage.itb"; + sha256 = "8fc1ef90bb760e8662dd5f1dc6eed904eab19287694d8660298844356c59a54f"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + model = "WPQ864"; + vendor = "Compex"; + } + ]; + }; + edgecore_ecw5410 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-edgecore_ecw5410" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-edgecore_ecw5410"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-edgecore_ecw5410-squashfs-nand-factory.bin"; + sha256 = "b9869ee7bdf472a8115bf3db3bac1d7ae3141f1564a5a2a447357d0e93017688"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-edgecore_ecw5410-squashfs-nand-sysupgrade.bin"; + sha256 = "d60b3499a597d619d4a63e269d8b7d3e25570527ae903922de92af50c1146fb1"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-edgecore_ecw5410-initramfs-fit-uImage.itb"; + sha256 = "0b0326b750ce657c2974d2d8d4df06180f5621bc176c6dbcdff86c58d44cc615"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,ecw5410" + ]; + titles = [ + { + model = "ECW5410"; + vendor = "Edgecore"; + } + ]; + }; + linksys_ea7500-v1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-linksys_ea7500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-linksys_ea7500-v1-squashfs-factory.bin"; + sha256 = "8098955a21edb040bf6a4cb389b925735d735281c1750688705c5a26b9856461"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-linksys_ea7500-v1-squashfs-sysupgrade.bin"; + sha256 = "bef41dd5c2aad596a88f45c29959f41c7f7d715293855c8ca2855a549e4ba323"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-linksys_ea7500-v1-initramfs-uImage"; + sha256 = "3880f86537780a74cfcd84ee3bf614b7e3bae00246c5805418e5ea6e4d2b7273"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7500-v1" + ]; + titles = [ + { + model = "EA7500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "ab587e0cd3e2a021d28f3061616b29869c6e637d87556d749b7304cb56f417de"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-linksys_ea8500-initramfs-uImage"; + sha256 = "898cd75e11650b1a254158efa18fc3de81c9f7735485e6607bdac5096fe501d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "76d38d48f2441c1342b0b25dabbc74c4d560bf7d471ad293e57d5e45f768d8f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + model = "EA8500"; + vendor = "Linksys"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-nec_wg2600hp-initramfs-uImage"; + sha256 = "838c25a3a3da9d7d4d2faa52301164ed943471b0c6152636fd412462fa1050a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "b0ab1b2dc80e9ce8019ed6616b24846b6d63f1ff5a0a4dea051b6318a18b39bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + model = "Aterm WG2600HP"; + vendor = "NEC"; + } + ]; + }; + nec_wg2600hp3 = { + device_packages = [ + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-usb-phy-qcom-dwc3" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "ath10k-firmware-qca9984-ct" + "ipq-wifi-nec_wg2600hp3" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-nec_wg2600hp3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-nec_wg2600hp3-squashfs-sysupgrade.bin"; + sha256 = "0d9642f4d5d76bf9c9d8f347c8eddefb1215c44be19623b67433dcb37bb0d75f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-nec_wg2600hp3-initramfs-uImage"; + sha256 = "573c30dd483f0018b54ea5ba6c7086816cc2a071f747f7ab157940128c2bfb5e"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg2600hp3" + ]; + titles = [ + { + model = "Aterm WG2600HP3"; + vendor = "NEC Platforms"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-netgear_d7800-initramfs-uImage"; + sha256 = "1100e033e29bf886807850d1bb8a8d3cac63622da6bb1e8f49c18a9f582e5f2e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "458ac9cb7c139ef429358e866d1ac740c98bb68aef33980c0b5e2d5cd5572f20"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "b4f49e3d203164fc4ed1a48da77fadd60f04301c374068fbc2e4ef15cf2dd32e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + model = "Nighthawk X4 D7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "aa060485448760db4d84c78e4fb0942b94c52c2404da3861685ed9c3359a0ff9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-netgear_r7500-initramfs-uImage"; + sha256 = "fe3eb67efe3f992eaec3c4ba482295880a303b1da118950d5ac6e925eebc8cc6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "caf23d78a676affeff08783d6e6b3453f6a7475b4c2f52a73e248bab62446362"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "3a972a156efbd3706505beef1bd57127f9836382e0f0516bb87760fe27b47e54"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "2714a1d2179597977262c7cf17e7f7d9d16bbf6e965d5a0c3abf7bd0e84ea604"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-netgear_r7500v2-initramfs-uImage"; + sha256 = "684844b27d448b95e1f203a94b942b7c05c3d0240dd7e4fd7cdee3ab61bfc88d"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "64efb088988613ba571d37dc23920cfba63f96a8150edce60780efb90737f11a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-netgear_r7800-initramfs-uImage"; + sha256 = "98d72ffd9edd17b64a288aa9ab6cfc2df2eb75b5c4988f2c407e514a6bfff130"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "85ab4ec0e13dd809cd043e3e87e15f70ea248d78889c939b185db6a033ffe19e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + model = "Nighthawk X4S R7800"; + vendor = "NETGEAR"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "148a8a327a99d5d3872583278f3d1342badc2d36ac0d9954823e7c57bbf507e5"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "eba8244e0464c4881d6afbf2697128317db201a55e0d790288ccb7dc528ed7cd"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-qcom_ipq8064-ap148-initramfs-fit-uImage.itb"; + sha256 = "3dac4f187cd2193e44168121b11d2c93ccedea3525e314497639c399e7dae9c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "standard"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-qcom_ipq8064-ap148-legacy-initramfs-uImage"; + sha256 = "399cecb64515f07bdf9cf3565207d2270d3c52f973ce06724acad856b029c279"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "940bd68d7ed73d8921894e9cb5a0bf2a5037e574cada19e714572cb76582e776"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "29b7ed5720cfde2c5b994a910ea2332d8b3bfbb2f380af9fa9263ba2335d6fbc"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "legacy"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-qcom_ipq8064-ap161-initramfs-fit-uImage.itb"; + sha256 = "2761fa42c73bf33bab3e716494eeec8ea4b568fb082b5ac0279c8f14f1915b91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "47be06d6d830fb5390f73e4d2cf0fe87d89251fe56421c8f4655d60fd35a642a"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "49401b5ce0bffab3275aadf30974e67556015c342fb632eb52cd73356cf622c1"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + model = "AP161"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-db149 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-qcom_ipq8064-db149"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-qcom_ipq8064-db149-squashfs-sysupgrade.bin"; + sha256 = "cb01bc299a03909dffadbd804e312d82bea39d44512f93ca4bb9b70a94f53421"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-qcom_ipq8064-db149-initramfs-fit-uImage.itb"; + sha256 = "55f4b0030bd2c86c1e85d58920be9d23824169159c9876352cdc1548c289601c"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-db149" + ]; + titles = [ + { + model = "DB149"; + vendor = "Qualcomm"; + } + ]; + }; + tplink_ad7200 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-tplink_ad7200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-tplink_ad7200-squashfs-factory.bin"; + sha256 = "35b8dfe6c7d1288fa9495f0bea47c9d6694020275dd88ed8a8be7e4cda6607b9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-tplink_ad7200-initramfs-uImage"; + sha256 = "914c85a9fe215f8a216b9ef23e0c846e4f2b6b4ce8dd2a9eeb55b854f3dece8c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-tplink_ad7200-squashfs-sysupgrade.bin"; + sha256 = "310996de23c878f84c62c7c4024f5580ca250bf87eb76a31876d69a100594135"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,ad7200" + ]; + titles = [ + { + model = "AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + { + model = "Talon AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "df039818b9570183e04791d3c6087680ac7d4afc823106669e3cd18f59f26ecf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-tplink_c2600-initramfs-uImage"; + sha256 = "2630cd2b02e87eb89d0543f92484802f833b7c394dccca12738d04dfcfcc3051"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "950184833c3f7c13497cf813959d0a636dab6f3e64df78850a5098b76bab9be7"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + model = "Archer C2600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-tplink_vr2600v-initramfs-uImage"; + sha256 = "713e62d324bade8fb221e28742482092b06b0c5e7d87dbe9457c3e67348a1958"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "9faad9cd7d7f4dec805bc4ade87fa5e722aeee6f4f6169b46c099a1d3d8701f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + model = "Archer VR2600v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_unifi-ac-hd = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-ubnt_unifi-ac-hd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-ubnt_unifi-ac-hd-initramfs-fit-uImage.itb"; + sha256 = "1a99db608871c80d31f5931b13f9f5da53ef3488fa1a074ba54db4144e05e390"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-ubnt_unifi-ac-hd-squashfs-sysupgrade.bin"; + sha256 = "124bb0027b04d1c03766fc1dc0c9d3f04eb0661ae952806c6454d019408b1f8d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ac-hd" + ]; + titles = [ + { + model = "UniFi AC HD"; + vendor = "Ubiquiti"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-21.02.6-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ipq806x-generic-zyxel_nbg6817-initramfs-uImage"; + sha256 = "c948a52f65acef31e311b1fb0bb5635cb276afee5e54a58c3fbae62b758fdabe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "7f339b94b10f09109dd9ea2e2602405180f8649cdadb98a98c60d02138c2cb7f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "576c059c1d91512dc072bd30fa7637d3c6a038ee2d1278a133ce19a858fc6abd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + model = "NBG6817"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "ipq806x/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + checkpoint_l-50 = { + device_packages = [ + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-mvsdio" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-kirkwood-checkpoint_l-50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-checkpoint_l-50-squashfs-sysupgrade.bin"; + sha256 = "9287966ca429ead3550a8ce12c3543c1fe9f896fe95a02a53fa5e7801d7c5fb8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-checkpoint_l-50-initramfs-uImage"; + sha256 = "52cba4988d97b254752f4103ebb7b12d33214f6165efdd9420b62e5e04184aee"; + type = "kernel"; + } + ]; + supported_devices = [ + "checkpoint,l-50" + ]; + titles = [ + { + model = "L-50"; + vendor = "Check Point"; + } + ]; + }; + cisco_on100 = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-21.02.6-kirkwood-cisco_on100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-cisco_on100-initramfs-uImage"; + sha256 = "aa721f0fd3b0303fec2de7c58c73362e72456b37281d20e08b4947815b1527c5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "09d3cabe4913a119277c2e49cd82e81b9abedb1852b6ee439c6c7acef61066c7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "404debed10d1429111c141a8ee11d282f56bb9d6a67cc765bea0de6de8b6c9ef"; + type = "factory"; + } + ]; + supported_devices = [ + "cisco,on100" + "on100" + ]; + titles = [ + { + model = "ON100"; + vendor = "Cisco Systems"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "2145b03e8e0761aff696bfa09c2e1909ecfbd51c5d0348b187f91cd3f1f477cc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-cloudengines_pogoe02-initramfs-uImage"; + sha256 = "0e5e8a3f1e3e0f4941bf90caa4a3a38b64e9d29c528d3bbe625e2035a9449655"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "661d2e72ead4112d9981644cedd842e9b69abecdc62a62e7abb4303d314d458f"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + model = "Pogoplug E02"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-mvsdio" + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.6-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "8d9ecfce3051bde85dd659f2ff00927645ab3cefe690ac9641f2facf6c8e69de"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "c16a01bfa4efba0c34aeb7626ae4a0e1f32469fa78aa6af33dcbcde5ad9cc994"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-cloudengines_pogoplugv4-initramfs-uImage"; + sha256 = "871470d633054bc90679da6232b8f5142c181e057e53141c30ead3bf26ae3abe"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + model = "Pogoplug V4"; + vendor = "Cloud Engines"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-iom_iconnect-1.1-initramfs-uImage"; + sha256 = "aba8fb4e08a0b53a452515dfef68aee0b73dcb53c56176c7055ff1217cbdd7bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "0f484d8a5bae04e75ef7f6fd8305b8dd1271bed0a7e5c50d0edc73c4d03089b7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "0db01d5e8e13fd76f2d5d9f404e83d8ad983eabaf219a6338baf637f1bed0784"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + model = "Iconnect"; + vendor = "Iomega"; + } + ]; + }; + iom_ix2-200 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-21.02.6-kirkwood-iom_ix2-200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-iom_ix2-200-initramfs-uImage"; + sha256 = "2660eed1ca26fee55d6d2dd6ee3581a7da41e67c1bf88e691afdc98632aef404"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-iom_ix2-200-squashfs-sysupgrade.bin"; + sha256 = "99f8a6321536e799428b73f8266075c3c22146ac70a3657ef9de932c35a32c72"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-iom_ix2-200-squashfs-factory.bin"; + sha256 = "b13754d0f59e2e0f986798802bfed0c042c10c737005e9a893c595a294d4101b"; + type = "factory"; + } + ]; + supported_devices = [ + "iom,ix2-200" + ]; + titles = [ + { + model = "StorCenter ix2-200"; + vendor = "Iomega"; + } + ]; + }; + linksys_e4200-v2 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-kirkwood-linksys_e4200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-linksys_e4200-v2-squashfs-factory.bin"; + sha256 = "6efc3294852a0b0b5d963bed6d3e13abf5b64d03403d1be6b5100c788f87423a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-linksys_e4200-v2-squashfs-sysupgrade.bin"; + sha256 = "ee4a0f6917486aaf0802f22df86964eae522768164b1ae46f599bc74cf530e3f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-linksys_e4200-v2-initramfs-uImage"; + sha256 = "d6bfac61c27f115ace6d8db670716fe095f3c57ac3efd2c7601881236fd9c86c"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e4200-v2" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "E4200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea3500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-kirkwood-linksys_ea3500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-linksys_ea3500-initramfs-uImage"; + sha256 = "83c3d6b8ace213908dfadf9367818844e9b32ffc7dbfc8fda73a3c5a3f884f35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-linksys_ea3500-squashfs-sysupgrade.bin"; + sha256 = "7701ba379ca1eaa711dad5b23ff5b39179d0f8c44d599ef42b075dedf5d544a3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-linksys_ea3500-squashfs-factory.bin"; + sha256 = "e3cd0ec42996c7615f5ddbeac56fabb98f83c391e9d143e838241672cf2ca6a2"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea3500" + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + model = "EA3500"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea4500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-kirkwood-linksys_ea4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-linksys_ea4500-squashfs-factory.bin"; + sha256 = "d45525bcc4fd680453ad0ae29037b7683195b0292214e24dcaf40cc762475a96"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-linksys_ea4500-initramfs-uImage"; + sha256 = "2bf6d70f5be1b7d4feca25c1f9bcf95a645c9e53742cc8be1d6cbd60e816b26c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-linksys_ea4500-squashfs-sysupgrade.bin"; + sha256 = "043f58fe212b386f83f4a8bc13cd3b4f26ba986870ac44de50184363f0823ea6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea4500" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "EA4500"; + vendor = "Linksys"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.6-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "03559f6eac285cc9a56fb9da70367d52d2e6b2d9bc08a9b0c06ce98dfe47d453"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-raidsonic_ib-nas62x0-initramfs-uImage"; + sha256 = "b9e496dabbe1f6022c51e608e28ec407a7d9c205164ab7aae9f6fc791aaba767"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "078ad869ebb4159a4f96c6f69fddd01ae7481874d06ceb1f4af354d67c60bc8f"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + model = "ICY BOX IB-NAS62x0"; + vendor = "RaidSonic"; + } + ]; + }; + seagate_blackarmor-nas220 = { + device_packages = [ + "kmod-hwmon-adt7475" + "kmod-fs-ext4" + "kmod-ata-marvell-sata" + "mdadm" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.6-kirkwood-seagate_blackarmor-nas220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-seagate_blackarmor-nas220-squashfs-sysupgrade.bin"; + sha256 = "c9f6e34aee6b06e7463dae0b5a7943f7388d5dd2455f168a4ea187b5613ab485"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-seagate_blackarmor-nas220-initramfs-uImage"; + sha256 = "21f667ee12024998fa842c0d3f5f9979b326635f0ef5a114c22b5ab8c6be9a5e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-seagate_blackarmor-nas220-squashfs-factory.bin"; + sha256 = "eef3504edd37f22802cf56917ecaff6ec3bbc77dc9bd7fdd6c9f4d1b2b2f6f64"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,blackarmor-nas220" + ]; + titles = [ + { + model = "Blackarmor NAS220"; + vendor = "Seagate"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "fe5a764285247a0d5e0bf7f74bac02ff7729248d024b706680e5eb1884dbbd3f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-seagate_dockstar-initramfs-uImage"; + sha256 = "809fc83385ee7069d6c02837acfcc61835416ea41a9cadea1410fee110d9e4d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "d3a9b27de61785b2714b2bf193c1d24478472d318114a151d37117cf360d5462"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + model = "FreeAgent Dockstar"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.6-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "b7217512bfa49411d6593064eea00feef554021cebf7253ad0c492e158fb9f2e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "65001436b6876885b826ad81705072270ecd19c2c919e75f35c73ce02f63dacf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-seagate_goflexhome-initramfs-uImage"; + sha256 = "5d481d5de177f21ad2ea9b5bc41a0b56a81f85d405f81a2dca791acf8b4fa9ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + model = "GoFlexHome"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.6-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-seagate_goflexnet-initramfs-uImage"; + sha256 = "f7a59846125f85460290359d26b229f02f953a92af4bc47bab68fd4a2a13077d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "6c010f2cd4edfdfcc6495d77c0003db83b4f71212cc173be5f6cd9bed9833024"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "4671863649ac87af63b4bbd2d4451eb86ee540f4a36eb6b15a51f558f305da1b"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + model = "GoFlexNet"; + vendor = "Seagate"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-r8169" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-21.02.6-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-zyxel_nsa310b-initramfs-uImage"; + sha256 = "ea14b862399c28f1ea6038a9b102ec2a52f159dc8f712fa8bb575717b1c9798d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "d6f1773d23cc1137ddbc2e53a6d5bcfc8399e12174f3f48206f6f49db43f08e0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "bbe3ba69d76ddd580fe42e8e79370d8c6a4dfa454348a2ce2c0b637f50c5a23e"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + "nsa310b" + ]; + titles = [ + { + model = "NSA310b"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa310s = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.6-kirkwood-zyxel_nsa310s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-zyxel_nsa310s-squashfs-factory.bin"; + sha256 = "7b39e2715d3e842bdf993c0d2020fcc12f17833ce56b14eab81ce6dd39f5d746"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-zyxel_nsa310s-initramfs-uImage"; + sha256 = "78075b3806b793d7772e5adf6a44d5d7fccc142a659d0b3a54fa605b54c4e613"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-zyxel_nsa310s-squashfs-sysupgrade.bin"; + sha256 = "eb5b3b306a09068af65265f48473c6ee70d37d4a3aad90858fb628b1d22691f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa310s" + ]; + titles = [ + { + model = "NSA310S"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.6-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-kirkwood-zyxel_nsa325-initramfs-uImage"; + sha256 = "f020c7d8e6b769bb4467e7a64ccbbf5b589683e0671499b3479799dcb08eddf2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "20392936d9554b124fa4b2f48297965863ea7bb663058c77e359f15e2d30308d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "90d3e4f2edc8ba07efaf651771c60a316e94861f2b6722b9076036f94a9a76e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + "nsa325" + ]; + titles = [ + { + model = "NSA325"; + variant = "v1/v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "kirkwood/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + lantiq = { + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-ltq-atm-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-vdsl-vr9-mei" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "ltq-vdsl-app" + "ltq-vdsl-vr9-vectoring-fw-installer" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoa" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "91f0803e7df815c025f50e561caa37367cc23219c577c085e4e9d37bdff06c28"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-alphanetworks_asl56026-initramfs-kernel.bin"; + sha256 = "295ffa15e031cedbbd0a2849d777ff8c266655f145495adf3d2df1ccea77706e"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + model = "ASL56026"; + vendor = "Alpha"; + } + { + model = "ECI VDSL Modem V-2FUb/I"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "8e63df8a0adbcfbd9d757a7473b91468c97a218867bb6452a1728345a3e26e3c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-arcadyan_vg3503j-initramfs-kernel.bin"; + sha256 = "edadf0d4c0af15b3ba3ef1f9e0d8ba525adb1218a29ad8b8ac27d66eef3e9d50"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + model = "ECI VDSL Modem V-2FUb/R"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-arcadyan_vgv7510kw22-brn-initramfs-kernel.bin"; + sha256 = "104fc2768d3004f4aa853b9c8fba1980e6b41734f51d3da87ee3a83ba586e4dd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"; + sha256 = "544fb9167002844fdb55cf5f9fa46162efe152b2e358ba3ebcc9d53b9011fa9a"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "BRN"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-arcadyan_vgv7510kw22-nor-initramfs-kernel.bin"; + sha256 = "1a8b5938c446c80f360133790fc812d6a354a0d5276242a1486230f747f7ee1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "3dd244467649d86fa86ee869e7c55cca97aa909f58b886505c7b7e2cfeac1292"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "NOR"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-arcadyan_vgv7519-brn-initramfs-kernel.bin"; + sha256 = "38550c5a7b201b341aa36477b8e93c503656a5c269c9e190aac5a68ef6ba7317"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"; + sha256 = "894aae3a6d6f3bcc0a9a3b20bb74d8110304d6eb9e07188d75a408ad4b50a2be"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + model = "VGV7519"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "BRN"; + vendor = "KPN"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-arcadyan_vgv7519-nor-initramfs-kernel.bin"; + sha256 = "5b5e85ed0fe59afdb7ae3826f722656303f8906e97359eae5ea96727319b40e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "c5103b85655fd732f21ae799f5efa76dbb74a58a6076aaec8c0353015fcdac6a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + model = "VGV7519"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "NOR"; + vendor = "KPN"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "c04f4cc2afbff85e5bdd967b0440ba581991dbfcf15f602ab36d332c5e6dc3f9"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "3b89b20269b45881061f3e563c8772c4d5ce3d4dffcb5cb04c25fc4413a43c10"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz3370-rev2-hynix-initramfs-kernel.bin"; + sha256 = "a309346defcdf634166fc7b2786a774baa344411e0242417fecede7545360f9c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "1b7c88c1c1c541212d11c0ba8c788bd7ec1f0cbcca9a60100deb77314968fa22"; + type = "eva-kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Hynix NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "c04f4cc2afbff85e5bdd967b0440ba581991dbfcf15f602ab36d332c5e6dc3f9"; + type = "eva-filesystem"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz3370-rev2-micron-initramfs-kernel.bin"; + sha256 = "04bee7c7dc60929166b31df62c1d3d39da4a032d31dec3a33fa736f0012be43c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "3689fe059d2226f80db85e75b48c85998575169b8e693f7b721bca2f2920a6f3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "66a993275f2fa382686388a87a128c7d5c244b63fee50b4df4ba303a1e404847"; + type = "eva-kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Micron NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360-v2 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-avm_fritz7360-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz7360-v2-initramfs-kernel.bin"; + sha256 = "4cf668094b302a269fd0ac48110dcce4470526730e90b6347fda76ebb0e9ec59"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz7360-v2-squashfs-sysupgrade.bin"; + sha256 = "83b00f5cff8ba424b00d360e0f1c92f1362c6cb0d950f0e0efc3d64c6fcecc04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360-v2" + ]; + titles = [ + { + model = "FRITZ!Box 7360"; + variant = "v2"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "3bb437415a60e5c8efdba84944e8de87a942b817bf6ecee48300dc103aba14b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz7360sl-initramfs-kernel.bin"; + sha256 = "a6e0649af640c4dae2d64a1040de71d813413c67fb88d96f1ab374dfc8d335ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + model = "FRITZ!Box 7360 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz7362sl-initramfs-kernel.bin"; + sha256 = "6c09e9a8b533e1cee0b8641c33930a7243bce66e37288e868e537935f485f018"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "67f72d264229c5b64afa3912b4e1bc4da6352d3c645ed5c1030adcedea00eafc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + model = "FRITZ!Box 7362 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin"; + sha256 = "3886a86dcd7babafa700057cddf06f1986be8110399a0a99fd20ee71d8eb44d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "869692ec84318d00044956f00f264e00a2818bd55ba78e81dc798a52c9913f71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + model = "FRITZ!Box 7412"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7430 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-avm_fritz7430"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz7430-squashfs-sysupgrade.bin"; + sha256 = "a1e23fb08e0619a44c179ac452edd8dd0fd6cbcd95436e96301e4d5e2260fa01"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin"; + sha256 = "bb0a18dd68333eb16a6657e16a0a38d0a3c76db3c7781ad806a388be796ab0aa"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7430" + ]; + titles = [ + { + model = "FRITZ!Box 7430"; + vendor = "AVM"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-bt_homehub-v5a-initramfs-kernel.bin"; + sha256 = "0c7a67f55d35c1a4471ce333b48e56a658117f329b65dcdd8638a30d791678ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "e549a55f19698b354dcbe08649a477574307e33f2bd50168ff21059b2e44e4df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + model = "Home Hub 5"; + variant = "Type A"; + vendor = "British Telecom"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "ef06a9867c14faa0622923f469debc2a0af8f3d98b9188b9d4cd9cdfd3ab001e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-buffalo_wbmr-300hpd-initramfs-kernel.bin"; + sha256 = "508524baff74d87d9c5ccd2945330a8bcaa60cfebd1e9c0e4b21be1bb4051e5a"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + model = "WBMR-300HPD"; + vendor = "Buffalo"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "0a1db2a8490153528a10e5734e93627ffe027018333a33d8901f6769ecfc26ce"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "3f55a7066512431ba928aace671409d73c4dccbf5f5d4943c6d6998c257af6ba"; + type = "fullimage"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-lantiq_easy80920-nand-initramfs-kernel.bin"; + sha256 = "929a8bd7aedc1f10347a941ed9ba5905c12638ad3b110d245a086e56517ab194"; + type = "kernel"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NAND"; + vendor = "Lantiq"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "af671a190d12229d2ba6bc9968f831e5c45db53ed5071509a85afc1c7502a6bd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-lantiq_easy80920-nor-initramfs-kernel.bin"; + sha256 = "447922789b1c577d135a10783a28c0a69c023a8ee6c73f77269b0566d2ae3762"; + type = "kernel"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NOR"; + vendor = "Lantiq"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-netgear_dm200-initramfs-kernel.bin"; + sha256 = "4a718f6f75c06b1e5d54b51e3512291277266c2e8de278e649dda2ee5d5bed2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "42d3022733599943bd10f870af1463ef19f8070d3771c3ac6b09d2c0c97a3536"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "0ed5bf28767144e5610136db0adcfccd98a49dea00bc6a254c18f056bce9dda1"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + model = "DM200"; + vendor = "NETGEAR"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "fa1bcc76f24341a3b048a50b72adff3e2e033c8e2077e4342e193ea0cd27042e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-tplink_tdw8970-initramfs-kernel.bin"; + sha256 = "576d26638f37f942bd8b5e58684796fb9e4df579aceb7933e43ca260532ade51"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + model = "TD-W8970"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-tplink_tdw8980-initramfs-kernel.bin"; + sha256 = "3a36246cb73549c163195b8c7b59924614adf6ffaa10ab584b5f7b459c81b59e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "ad50d93ef0178b6fd8ed8f989591b1935cd1990d81a9b2afea94f760ee288d0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + model = "TD-W8980"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-tplink_vr200-initramfs-kernel.bin"; + sha256 = "756240303ec1a97aee10786c620cc78d3325d726ffc408723fb126de5e32c0c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "3ba1fa74c0c959513ce6a68c43fbdbd3ee2cf53d3a244ed2d1d5eb8a8bef0f44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + model = "Archer VR200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "2606c6d063d630c4c23d7a07f51b8c1d440f06dd319ac7c1db643a8f572697ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-tplink_vr200v-initramfs-kernel.bin"; + sha256 = "b74dafe299cb60e5c9efa14df9ded8d965104c78af7f83a3b43708359cf85338"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + model = "Archer VR200v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xrx200-zyxel_p-2812hnu-f1-initramfs-kernel.bin"; + sha256 = "34ef87e6390b59a8ad4cd3359ac1719eb835e73c649fa0c1b1fd4c63cfbb121b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "8cc45262fc783806c75a7913afec1ea7649eb7f28cf34f8a7a8a6088ab6a411a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + model = "P-2812HNU"; + variant = "F1"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "lantiq/xrx200"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-arcadyan_arv4510pw-initramfs-kernel.bin"; + sha256 = "d82d0a54cad2f2a5cbf6ce0d0dbff0f5d9fde3c0d266cbe07ddd55dc2ef31699"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "04461c1af54d7b7ef046e860257f8e2d44d04e9bcdad6cfb3d9ba70f69fca1cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + model = "ARV4510PW"; + vendor = "Arcadyan"; + } + { + model = "BeWan iBox v1.0"; + vendor = "Wippies"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-arcadyan_arv7506pw11-initramfs-kernel.bin"; + sha256 = "d54f82fd1ac61bf2e552c8f9cbb6b320a8e97c00c280f8c47733e8cc300d78fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "0f27cedefb489df73fc13a7ba6fe14f8dd35e9ad4509363301f80c18addc0241"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + model = "ARV7506PW11"; + vendor = "Arcadyan"; + } + { + model = "IAD 4421"; + vendor = "Alice/O2"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-arcadyan_arv7510pw22-initramfs-kernel.bin"; + sha256 = "059e1914059585d6519099d34b934a36db30d0db6c67e79c7017233a6ad891ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "f856beb97fb6cd6421dee9148b5cd4bf2bc50e627416b84ef13246493e425d14"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + model = "ARV7510PW22"; + vendor = "Arcadyan"; + } + { + model = "ARV7510PW22"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "66dc59a9b8000e4cfc1756abc32713ce91ace18ca0f2116977f46e8a1a794a71"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-arcadyan_arv7518pw-initramfs-kernel.bin"; + sha256 = "2adb4ab7c4d0b9b6b57d49ab273ebe4c6e688fa5d404995384533af1273827d6"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + model = "ARV7518PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7518PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "2db54e4db3a0c5f7745b306e91deea5b274b7817e53fb8c3e03e3c780a495e23"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-arcadyan_arv7519pw-initramfs-kernel.bin"; + sha256 = "e8bebbe95e1fb129a7f948540b0d393d5b281b8b082dab8190ee90433e0768ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + model = "ARV7519PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7519PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "6dec31bc0424af5852fe5ca1a036038457ac62aab0b0457e14495a0063bdfe9f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-arcadyan_arv752dpw-initramfs-kernel.bin"; + sha256 = "adf0f558a4334793a6a5db039f26067b905140e2cedc5f8e9ce6dbd36e4c43cd"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + model = "ARV752DPW"; + vendor = "Arcadyan"; + } + { + model = "Easybox 802"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-arcadyan_arv752dpw22-initramfs-kernel.bin"; + sha256 = "c8e91771dbd302edaf039198a9657e04e3fd911d4ffb3c14177575df13bcaf06"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "f5fd79e769b7cc8b9bd30e186b4edd50945d214fb273ed4fbb37035d3be17aa4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + model = "ARV752DPW22"; + vendor = "Arcadyan"; + } + { + model = "Easybox 803"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-arcadyan_arv8539pw22-initramfs-kernel.bin"; + sha256 = "389aa574c6b850e81925c8285c68c2e4f80653ec6ebbc7ac0ffd35583bd83c33"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "e35efa8e40fe13a43a45527172ecf388ade3ef3608e2d34a6a10c1cd0a62b490"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + model = "ARV8539PW22"; + vendor = "Arcadyan"; + } + { + model = "Speedport W504V Typ A"; + vendor = "Telekom"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-audiocodes_mp-252-initramfs-kernel.bin"; + sha256 = "075028895e1351ac1a58018f00dff095b6ff9388651a09f1cad9594364f7ff71"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "1ad2000fb726025149fcb7a2772c7753f753de3a9049b564d58ac9be843c4f2e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + model = "MediaPack MP-252"; + vendor = "AudioCodes"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-avm_fritz7312-initramfs-kernel.bin"; + sha256 = "2a56aca80dad08231be6fa1ef62411bd56eb2afbb791465cfcdd3844b6aa64ba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "61ad0aa16df06549cc66b68551cc9997f01827aeb7b6df574e5f5ebb26ffe325"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + model = "FRITZ!Box 7312"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-avm_fritz7320-initramfs-kernel.bin"; + sha256 = "a502b375dcbae76d10f026802602c68a88fb5af0042979acdde2ff169679dd27"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "556b58ef3f90203509fae80fb6fdab4e72aa794ebdd5924f59ba4a69cd671fcf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + model = "FRITZ!Box 7320"; + vendor = "AVM"; + } + { + model = "HomeServer"; + vendor = "1&1"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "35eef727c05c7492eca7e7bfe3f1370e3c652dede506263d1defa17122a9cbd8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-buffalo_wbmr-hp-g300h-a-initramfs-kernel.bin"; + sha256 = "7a116bc50c0a1341f64e4aa6e4d3905867329aa5a7dc8487c26324bd455309ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "A"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "de2038f00e046ee086462c2844da21b57fd79040c7530ef77d1fa12529bfdb4e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-buffalo_wbmr-hp-g300h-b-initramfs-kernel.bin"; + sha256 = "7a116bc50c0a1341f64e4aa6e4d3905867329aa5a7dc8487c26324bd455309ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "B"; + vendor = "Buffalo"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-netgear_dgn3500-initramfs-kernel.bin"; + sha256 = "96e8122a7d423402ead3df02e0db373a493b25f89f9b638c56f542ab1a739fc8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "f63ab96d78f7dd1da563f37981ddf8d1466b8323213b26d33716629981e926ba"; + type = "sysupgrade-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "2246a427003a0fdc788ccf5ebc4073cee7263f5fa51702f4f158241a18642515"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "547016ff456ebf5c71defc591a26c5c154770eed384860d9e4776292df7cca11"; + type = "factory-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "2c788e6fae8d86ecf48eeaa8f2572bc5b19c701195d9769f606a51914b31049b"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + model = "DGN3500"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "d5933d150ea0ee3fd61614198ce6af33d4543862e9a21182f50e04363bce9685"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-netgear_dgn3500b-initramfs-kernel.bin"; + sha256 = "33dc7b8ebf4b21b7a93fee49781305fdd5886f64e5a0cdcdbc7ab48346b3c101"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "bae4a1c880d67ad6b15f835a8749555a2e550f484306f86c215a8daacdb6073d"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + model = "DGN3500B"; + vendor = "NETGEAR"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-siemens_gigaset-sx76x-initramfs-kernel.bin"; + sha256 = "ef18baf3d8b7fdffaa35f5f119ce8536b6597b31e81de1cabbd928bbf90b0839"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "f7f81552255c1b016de8f968f85c1ad4eeb6c68307338da3147eae53eaec076d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + model = "Gigaset sx76x"; + vendor = "Siemens"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-zte_h201l-initramfs-kernel.bin"; + sha256 = "a6aeefd8d9564970c3896d39787f6d0df413f04c10f8cf5abdba7ce46a0a8236"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "490f79dd9ae2c012b6cac9b91b99535bbd9936ca35cc603db568ad7068636231"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + model = "H201L"; + vendor = "ZTE"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "5630fda4a227b55f568797aa57cf1e98fcb78aa15db760df1be8a4d1f206678c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-lantiq-xway-zyxel_p-2601hn-initramfs-kernel.bin"; + sha256 = "eeb4f47ac3f30960db13389d16f243507178d8f92788e9cf2808b140e8d68083"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + model = "P-2601HN"; + variant = "F1/F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "lantiq/xway"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1021a-iot-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-layerscape-armv7-fsl_ls1021a-iot-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sysupgrade.bin"; + sha256 = "197935ecc1b2ab4d5b348c70cfaf9e08a613c732fc44235ff2e5cb043f1232e5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sdcard.img.gz"; + sha256 = "c95722995c60499d04b46aa04726c1f7330fdbaf9ceaa6658286ba1194c3ecb2"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "LS1021A-IoT"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr = { + device_packages = [ + "layerscape-rcw" + ]; + image_prefix = "openwrt-21.02.6-layerscape-armv7-fsl_ls1021a-twr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv7-fsl_ls1021a-twr-squashfs-firmware.bin"; + sha256 = "25f98071e5a3dc6254ec844137361d49f6647d278fa4d0133579325aaf1d75ff"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv7-fsl_ls1021a-twr-squashfs-sysupgrade.bin"; + sha256 = "23ed116ae9c96b4fb4a33433449abdf3e3d3e4932cdc9b3b12e6d00d31bca48c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-layerscape-armv7-fsl_ls1021a-twr-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sdcard.img.gz"; + sha256 = "295d6b0c264e0ef3fc96bcc49847ed0235286952489ba7e4779d379d857e2bef"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sysupgrade.bin"; + sha256 = "5d485d8fe38acf27a02b5c7bec2cf0860397fb7640a6b9cd4b849dfa1e3cb8cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr-sdboot" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "layerscape/armv7"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1012a-frdm = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frdm" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1012a-frdm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-sysupgrade.bin"; + sha256 = "b782d67da858b0d2e2182052162fff3069b74db1adefd31445c06bd6d8002b5c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-firmware.bin"; + sha256 = "f2336ffcf0302efa4279d5c98015395d1752ede423cda6603058fd5aa1c3b898"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frdm" + ]; + titles = [ + { + model = "FRDM-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-frwy-sdboot = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frwy-sdboot" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "bfdece25d930bbcc93050d4a2ff2fcc6203427a19945e58d2929729c7d732c98"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-firmware.bin"; + sha256 = "aa1d0438ac59ff40b1b1cf37f4315673c09ba89bab7351aa60dc0b3cc1cff18f"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "a1b5dad922e085dfc680e531cb6c1124934241c24a81113b545d7c06acb7974f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-rdb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-rdb" + "kmod-hwmon-ina2xx" + "kmod-iio-fxas21002c-i2c" + "kmod-iio-fxos8700-i2c" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1012a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-sysupgrade.bin"; + sha256 = "7767bca906176fbd318c0c9baf587865be2187b7070e8aac9e05accdcdc66570"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-firmware.bin"; + sha256 = "1763f9f1a2f2bcf9b9ba9edc1d834b971601e61870d6198f7be3d0098b0cc2d8"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-rdb" + ]; + titles = [ + { + model = "LS1012A-RDB"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1043a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-sysupgrade.bin"; + sha256 = "7dcec3cfe227a48379c54a5d379905dc8b15a020ed7faec952ec83401651fb19"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-firmware.bin"; + sha256 = "465d48ed4fc3e81e345be1e03d86e0d3cb9fc728b5e3160374602826c6edbbe7"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "02e2fc3ef9724018c097c5ef39c14b20d10d5bdea767836e9bcb600ac0d4c18d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "37901e7a642013fc7825b8be694693fef196f0e9d49126a79cc396ec27bf541f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy" + ]; + image_prefix = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1046a-frwy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-firmware.bin"; + sha256 = "c333a8f990609ecb96bb5e10964599c75f020caf41a8d361c047411472f458db"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-sysupgrade.bin"; + sha256 = "f21dda2ab6e54653ddf890101ba7260e1b02381e4cbbeb6e123383af7aed6c12"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy-sdboot" + ]; + image_prefix = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "51a9f0e966c0efd7220e2f4cd984389e5f79adb67f04fdfd287950ed6a503ea4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "25b89e031d898c1d31444f9476ed0ed14e49db894861956e1d7b00324bb0b3fd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1046a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-firmware.bin"; + sha256 = "ecb9b15213c6868816cd39c6cf1b4ba72b3cb136ea401e6cd8e81e7fa5908f61"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-sysupgrade.bin"; + sha256 = "f482d258c169a4ef1db626455c80f21947512dc375c026933985f747e59f3303"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "2de1fb936a5e023e2c085e15faf81e75d650912748108fe77112fee87e355340"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "d11ca0e9137e7515acb1a6f75bc687f62e27e1161a861d346a4d7546b8a042a1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "b237564f2f8cd684793c8125b3b9925b7575767fc5e9e4a8029e87c5d2f808d9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-firmware.bin"; + sha256 = "063300a2d2ec7a5db6e29fcc93050377ea98aa61d125f5d3d909992298ed5f55"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb-sdboot" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "13171ba11e8c4cef454348d47a0f83884ead67a237bc4442050f80d0703ce27d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "256e5ede1419aac82931fda5940b106b76273a887411f0e170d165234847f921"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls2088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls2088a-rdb" + "restool" + "kmod-ahci-qoriq" + ]; + image_prefix = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls2088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "76fc1b76408f0de46da2f8bc1550a07934a1a39248f3041af26c9254efbda712"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-firmware.bin"; + sha256 = "17e30dbdf2247aaf5df6520ac86f254ac49cc48b2d9c7ef34b19d218439ed205"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls2088a-rdb" + ]; + titles = [ + { + model = "LS2088ARDB"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb" + "restool" + ]; + image_prefix = "openwrt-21.02.6-layerscape-armv8_64b-fsl_lx2160a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-firmware.bin"; + sha256 = "a6d3fe34e58749b45b29d85e4c3db8c8f30a038a339ba53d681e50a9ca7fea86"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-sysupgrade.bin"; + sha256 = "2860b5680c7f58327a42ecdacdb1392f33040f0c1aad30bc6d985ae3f4769460"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb-sdboot" + "restool" + ]; + image_prefix = "openwrt-21.02.6-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "c095e166f714027093a56ead8e466def91838623728ec93060c5d898ffea8593"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "dc5bb824c9a913bb8a179be8603936c2d9d67ab661fc1ee8cb1a666cf82ff7d6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb-sdboot" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + traverse_ls1043 = { + device_packages = [ + "layerscape-fman" + "uboot-envtools" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-21.02.6-layerscape-armv8_64b-traverse_ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-traverse_ls1043-ubifs-root"; + sha256 = "94645a7e2e6ac4699d33daca00f20cbe374ccd9b36d69478a0836e3020dfed0a"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-layerscape-armv8_64b-traverse_ls1043-ubifs-sysupgrade.bin"; + sha256 = "84c8cb84cf4f11237850fa0f4dd34beea0db74f1cb88a7527ab911175b2964e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "traverse,ls1043s" + "traverse,ls1043v" + ]; + titles = [ + { + model = "LS1043 Boards"; + vendor = "Traverse"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "layerscape/armv8_64b"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-mt7615-firmware" + "kmod-mt7615e" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + bpi_bananapi-r64 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.6-mediatek-mt7622-bpi_bananapi-r64"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mediatek-mt7622-bpi_bananapi-r64-squashfs-sysupgrade.bin"; + sha256 = "504f3584ba61cb919388fc6348da2b0e3da48fa353bdfcec265c305af4627bbf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mediatek-mt7622-bpi_bananapi-r64-initramfs-kernel.bin"; + sha256 = "b322e3ec759a96e5b0b5228c805edaefbad738306883ac73e5d16919350ea853"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "Banana Pi R64"; + vendor = "Bpi"; + } + ]; + }; + bpi_bananapi-r64-rootdisk = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.6-mediatek-mt7622-bpi_bananapi-r64-rootdisk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mediatek-mt7622-bpi_bananapi-r64-rootdisk-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "cc3619813db25fc08fa7efe706cf1652cdbe7d20c1aecb90df80bd18f0d6097e"; + type = "sysupgrade-emmc"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mediatek-mt7622-bpi_bananapi-r64-rootdisk-initramfs-kernel.bin"; + sha256 = "73b054a0b406b6a22ea23b4e6b04d48679487c312895b85b8232bd53c1211042"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "Banana Pi R64 (rootdisk)"; + vendor = "Bpi"; + } + ]; + }; + elecom_wrc-2533gent = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-btmtkuart" + "swconfig" + ]; + image_prefix = "openwrt-21.02.6-mediatek-mt7622-elecom_wrc-2533gent"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mediatek-mt7622-elecom_wrc-2533gent-initramfs-kernel.bin"; + sha256 = "30a9fdb3fc8d98b7e9cf45f262edd5172fef719d6ebe2ae826096c8d4c599095"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mediatek-mt7622-elecom_wrc-2533gent-squashfs-sysupgrade.bin"; + sha256 = "138ed76aea36442b01cabbdd67107f202ecdc9fa4de51eafcab407774cace080"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gent" + ]; + titles = [ + { + model = "WRC-2533GENT"; + vendor = "Elecom"; + } + ]; + }; + mediatek_mt7622-rfb1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.6-mediatek-mt7622-mediatek_mt7622-rfb1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mediatek-mt7622-mediatek_mt7622-rfb1-squashfs-sysupgrade.bin"; + sha256 = "31fcae7287181c5da336d7b4a9804401e471fc1f58e66fbecb1c7d3c1c27df77"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mediatek-mt7622-mediatek_mt7622-rfb1-initramfs-kernel.bin"; + sha256 = "f3d1dabbc94f4cda2d56c1feb745acc84b995728f6b77a7273c1046ae4ce2ce4"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7622-ubi = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.6-mediatek-mt7622-mediatek_mt7622-ubi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mediatek-mt7622-mediatek_mt7622-ubi-squashfs-factory.bin"; + sha256 = "f4eb60bf519a1c0623db6905d608c6e39d767519ab10edf06fbc646d52f163b8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mediatek-mt7622-mediatek_mt7622-ubi-squashfs-sysupgrade.bin"; + sha256 = "8798b567d4bf8b4b3deeab93c85f2e57733ed25e215b1561d4ecda3d9e08b451"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mediatek-mt7622-mediatek_mt7622-ubi-initramfs-kernel.bin"; + sha256 = "665bf442031ca9694a85d609c0f1d06df9d5cc0790f7e4c4e2fee91c4cb55015"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7622-ubi" + ]; + titles = [ + { + model = "MTK7622 AP (UBI)"; + vendor = "MediaTek"; + } + ]; + }; + ubnt_unifi-6-lr = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.6-mediatek-mt7622-ubnt_unifi-6-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mediatek-mt7622-ubnt_unifi-6-lr-squashfs-sysupgrade.bin"; + sha256 = "c0a436476e92670a7c09b616f28e8eea5049b9c4967108eb273bc01c39fc7cfa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mediatek-mt7622-ubnt_unifi-6-lr-initramfs-kernel.bin"; + sha256 = "95c4212fd6da204604c13eadefb4eeee76dd5c731c0e4e74aa718f39ef91b822"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr" + ]; + titles = [ + { + model = "UniFi 6 LR"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "mediatek/mt7622"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + bpi_bananapi-r2 = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.6-mediatek-mt7623-bpi_bananapi-r2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mediatek-mt7623-bpi_bananapi-r2-initramfs-kernel.bin"; + sha256 = "b816443828b75af481adc493a1a5725127990d7adc704bc9d4fd645499b18044"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mediatek-mt7623-bpi_bananapi-r2-squashfs-img.gz"; + sha256 = "2cf0a996bfc655f3fdc827d8bf12112d19368d001bff23506db3a62c381d0308"; + type = "img"; + } + ]; + supported_devices = [ + "bananapi,bpi-r2" + ]; + titles = [ + { + model = "Banana Pi R2"; + vendor = "Bpi"; + } + ]; + }; + unielec_u7623-02-emmc-512m-legacy = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.6-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-initramfs-kernel.bin"; + sha256 = "04560644a7463e5796be3fb2c7d674be0df5a4285851e00e00dbaa854915f596"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "261ea122d98e6288e10e6a16d94ce9faef11bb9a51a42f924750fcfd4fea9cd2"; + type = "sysupgrade-emmc"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + variant = "eMMC/512MiB RAM (legacy image)"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7623-emmc = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.6-mediatek-mt7623-unielec_u7623-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mediatek-mt7623-unielec_u7623-emmc-squashfs-img.gz"; + sha256 = "1c84e1546173a43b464791516f2cec72fbd6f5d1bc531d3d656faa1bba13dbe1"; + type = "img"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mediatek-mt7623-unielec_u7623-emmc-initramfs-kernel.bin"; + sha256 = "65dfc4c18e7d4e19a9097d996b307584ebb743b5eb3064bf3292709c9fd421a4"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623"; + variant = "eMMC"; + vendor = "UniElec"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "mediatek/mt7623"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + mt7629 = { + arch_packages = "arm_cortex-a7"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + mediatek_mt7629-rfb = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-21.02.6-mediatek-mt7629-mediatek_mt7629-rfb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mediatek-mt7629-mediatek_mt7629-rfb-initramfs-kernel.bin"; + sha256 = "1c56270d89d27d1b705f55ef32c8b48ca7c007e6788cb7693016c78031d25fb4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mediatek-mt7629-mediatek_mt7629-rfb-squashfs-sysupgrade.bin"; + sha256 = "fee7e396cab6473b75b9239287ef35c5ef8800fbc3bc508281d343dadd1a373f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7629-rfb" + ]; + titles = [ + { + model = "MT7629 rfb AP"; + vendor = "MediaTek"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "mediatek/mt7629"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + mpc85xx = { + p1010 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + sophos_red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mpc85xx-p1010-sophos_red-15w-rev1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mpc85xx-p1010-sophos_red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "b39d2ebd0f021e468c044fd621082804563e47356977db99e5496073cd37f216"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mpc85xx-p1010-sophos_red-15w-rev1-initramfs-kernel.bin"; + sha256 = "e8ca8b610cf2d74bb914ac31961d7ee6bf8b8962aa1141bb7482ea25bf212a34"; + type = "kernel"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + model = "RED 15w"; + variant = "Rev.1"; + vendor = "Sophos"; + } + ]; + }; + tplink_tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mpc85xx-p1010-tplink_tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "821e8d07a3f432090d03eaa8fead5c365531f7ffbb558c416ee70963bcf2a185"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "3f63ad5d03048f483ba76948c8e36468765302deb362c43ef2151a2dbb269b7f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v1" + "tl-wdr4900-v1" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "mpc85xx/p1010"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aerohive_hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.6-mpc85xx-p1020-aerohive_hiveap-330"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mpc85xx-p1020-aerohive_hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "7b6e9c54fa5474444cc20ff4b3158e05932fea009e3285abaf297fe0d30b2624"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin"; + sha256 = "65b229dbeed0879e279639629099aee9555943c2919949b62285856e6aa13ab2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mpc85xx-p1020-aerohive_hiveap-330-squashfs-fdt.bin"; + sha256 = "8fe58c01ffc8c84f1f32dfacad66dac8f8275eae1f1ec008785ceb8089f27e62"; + type = "fdt"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + model = "HiveAP-330"; + vendor = "Aerohive"; + } + ]; + }; + enterasys_ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mpc85xx-p1020-enterasys_ws-ap3710i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "74d63a3e606b922c6adc85aaebb354cc2bc4583ec3bbcd0e2618943ef9959262"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mpc85xx-p1020-enterasys_ws-ap3710i-initramfs-kernel.bin"; + sha256 = "16865cb1c7136396ca3bc7febddcda90cf2909a7f25b9fbd96fdb0eeeab3101e"; + type = "kernel"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + model = "WS-AP3710i"; + vendor = "Enterasys"; + } + ]; + }; + ocedo_panda = { + device_packages = [ + "kmod-rtc-ds1307" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-mpc85xx-p1020-ocedo_panda"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mpc85xx-p1020-ocedo_panda-initramfs-kernel.bin"; + sha256 = "38a7c79d395d46ef8035ea406d0a9222a22ab1f94c3ba1c508bbf9c1ec943edb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mpc85xx-p1020-ocedo_panda-squashfs-sysupgrade.bin"; + sha256 = "ef2078b53131ecca64a08afb37e31680166ee259a96c5d7d4a35df4c0e61a56b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mpc85xx-p1020-ocedo_panda-squashfs-fdt.bin"; + sha256 = "1aa2b03bc147048f98006bafc3d6ee0ef3f118fa7b35d5b6f4d937b9d0153efc"; + type = "fdt"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + model = "Panda"; + vendor = "OCEDO"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "mpc85xx/p1020"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + freescale_p2020rdb = { + device_packages = [ + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.6-mpc85xx-p2020-freescale_p2020rdb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mpc85xx-p2020-freescale_p2020rdb-initramfs-kernel.bin"; + sha256 = "11327793e195617557d4767ec9ab36c49a8f8247d404fc1ca40539f52fb87d3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mpc85xx-p2020-freescale_p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "7d226ff4fb4bffaf57f7d0106df5b481cb68feba05a1d29135a29fd4b01f22a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + model = "P2020RDB"; + vendor = "Freescale"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "mpc85xx/p2020"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + glinet_gl-mv1000 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa53-glinet_gl-mv1000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa53-glinet_gl-mv1000-initramfs-kernel.bin"; + sha256 = "577e6c3ff2c5162797a3e7396158284b30714abf95ecabc79673767d7dd2b422"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa53-glinet_gl-mv1000-squashfs-sdcard.img.gz"; + sha256 = "1d6de5aa52d39e08ce805ddb6c6cd1b3c8c0d4d96b8ed63a9647537a3773466e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-mvebu-cortexa53-glinet_gl-mv1000-ext4-sdcard.img.gz"; + sha256 = "652d267eba11f78d82878b001ad70187b04f573b7f1dfb335c48e22713735e04"; + type = "sdcard"; + } + ]; + supported_devices = [ + "glinet,gl-mv1000" + ]; + titles = [ + { + model = "GL-MV1000"; + vendor = "GL.iNet"; + } + ]; + }; + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "06ade89129b38cbcd569cce682a7b78fad1c9e9babd51dbb89b94bcf21b6a7a7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "1bd1615eb7b501335818ab72f67baa1f0cd2ea4b2ed537179fd15ee9855a2864"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-initramfs-kernel.bin"; + sha256 = "577e6c3ff2c5162797a3e7396158284b30714abf95ecabc79673767d7dd2b422"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "8c9d83dbb87a336070e7909146f14fcb8e7324f96a37331d14e5202932b947cc"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-emmc-initramfs-kernel.bin"; + sha256 = "577e6c3ff2c5162797a3e7396158284b30714abf95ecabc79673767d7dd2b422"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "7e92c3f20f246b17198b76211a5e66342d4b6b048444541bcdea900cfcef72ab"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-ultra = { + device_packages = [ + "kmod-i2c-pxa" + "kmod-rtc-pcf8563" + ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-ultra"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-ultra-initramfs-kernel.bin"; + sha256 = "577e6c3ff2c5162797a3e7396158284b30714abf95ecabc79673767d7dd2b422"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-ultra-ext4-sdcard.img.gz"; + sha256 = "5dd43d12d23209d755ca992981ecc535a4d3b68488b2a00f2df6066534126ab7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz"; + sha256 = "83f87b9c0764dd27b98badba6a2f543a99f1d22a7e1c714a317c473f0a0e6ba3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-ultra" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Ultra"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-v7-initramfs-kernel.bin"; + sha256 = "577e6c3ff2c5162797a3e7396158284b30714abf95ecabc79673767d7dd2b422"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "a5a617d8fd00d4ee33f21910c7e5e0a25f1879ee3b9805f7d9855a600c2b79fc"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "21380f167de6464df00eb5137ed94a8c5c03291f12cefd0f56b744b0a9f94c03"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-v7-emmc-initramfs-kernel.bin"; + sha256 = "577e6c3ff2c5162797a3e7396158284b30714abf95ecabc79673767d7dd2b422"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "f754d926862da52eaa45d6dcc100d70f552ea328ce47862e91adca7c535fedd7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "374c756d20e514ca083b2fd4a916b84108565df87ed3af861b700179b6a3aa2a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa53-marvell_armada-3720-db-initramfs-kernel.bin"; + sha256 = "577e6c3ff2c5162797a3e7396158284b30714abf95ecabc79673767d7dd2b422"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "7686b69d03038891b408343b782adfff9cfbec35414df44484baf4aba9ab9b49"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "314946d658e40b88bd57ad82b03d0befa09e07a4eda2fc7ffa6274b897ad4c0a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + model = "Armada 3720 Development Board (DB-88F3720-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + methode_udpu = { + device_packages = [ + "f2fs-tools" + "fdisk" + "kmod-i2c-pxa" + "kmod-hwmon-lm75" + ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa53-methode_udpu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa53-methode_udpu-initramfs.itb"; + sha256 = "f2e48c5c08d220c2423a4f9e7e89b26247710466816c31e63824aa32fc9c85e6"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-mvebu-cortexa53-methode_udpu-firmware.tgz"; + sha256 = "f59d049eb00aaa4c3deec513aa377f5e5d2cc308fa797dc9146ade0313e16f2b"; + type = "firmware"; + } + ]; + supported_devices = [ + "methode,udpu" + ]; + titles = [ + { + model = "micro-DPU (uDPU)"; + vendor = "Methode"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "mvebu/cortexa53"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + iei_puzzle-m901 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa72-iei_puzzle-m901"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa72-iei_puzzle-m901-squashfs-sdcard.img.gz"; + sha256 = "f70e649ff4c11118542f643d308e08292422e80122b6874a0901df2a6faf056c"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa72-iei_puzzle-m901-initramfs-kernel.bin"; + sha256 = "e591ef6ab0259050898459719cfc595b96c751010d52e6f27318908dffb0b07f"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-mvebu-cortexa72-iei_puzzle-m901-ext4-sdcard.img.gz"; + sha256 = "7fee638c0444b9fa8390bce66525c513f3528f4df611a2bca81b6bf79a5191e7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "iei,puzzle-m901" + ]; + titles = [ + { + model = "Puzzle-M901"; + vendor = "iEi"; + } + ]; + }; + iei_puzzle-m902 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa72-iei_puzzle-m902"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa72-iei_puzzle-m902-initramfs-kernel.bin"; + sha256 = "e591ef6ab0259050898459719cfc595b96c751010d52e6f27318908dffb0b07f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa72-iei_puzzle-m902-squashfs-sdcard.img.gz"; + sha256 = "daf60b3f314f142d2aea864c569f81e46b26f93bf477ded90f97591cbc8450d0"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-mvebu-cortexa72-iei_puzzle-m902-ext4-sdcard.img.gz"; + sha256 = "af9befba33d8395b4d5f17ca8f7b5e64641d0edca7d403e4afb1f9bff4bbb647"; + type = "sdcard"; + } + ]; + supported_devices = [ + "iei,puzzle-m902" + ]; + titles = [ + { + model = "Puzzle-M902"; + vendor = "iEi"; + } + ]; + }; + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa72-marvell_armada7040-db-initramfs-kernel.bin"; + sha256 = "e591ef6ab0259050898459719cfc595b96c751010d52e6f27318908dffb0b07f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "83a241629f9f1922bc509f1e6b2847aaf302e2ceda0ac7b55a75a3836513f8c2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "71add6705e6e5800824784086dcd4bad76d4421775d870112665e34f031a178b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + model = "Armada 7040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "21c31f9e5b46966b79e9e28935c59c6521f02adc385fa71ee7a09cfe1ab3ec76"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa72-marvell_armada8040-db-initramfs-kernel.bin"; + sha256 = "e591ef6ab0259050898459719cfc595b96c751010d52e6f27318908dffb0b07f"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "b000e744c2f6cea2cb232539f366e3f20100aefa34ff5ab8ad3d5138db38e30c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + model = "Armada 8040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_macchiatobin-doubleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa72-marvell_macchiatobin-doubleshot"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa72-marvell_macchiatobin-doubleshot-initramfs-kernel.bin"; + sha256 = "e591ef6ab0259050898459719cfc595b96c751010d52e6f27318908dffb0b07f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa72-marvell_macchiatobin-doubleshot-squashfs-sdcard.img.gz"; + sha256 = "7a8676259bb20b260a19e4f59d84938d340bc9c31b17ae2510c7f52c892d3ba1"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-mvebu-cortexa72-marvell_macchiatobin-doubleshot-ext4-sdcard.img.gz"; + sha256 = "fa1a46ebe1881fde4d9c116839db189c3df25b1022ac0185f000661e356beff8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-doubleshot" + "marvell,armada8040-mcbin" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + ]; + }; + marvell_macchiatobin-singleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa72-marvell_macchiatobin-singleshot"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-mvebu-cortexa72-marvell_macchiatobin-singleshot-ext4-sdcard.img.gz"; + sha256 = "251b9436489b5e64cc523c9736f4018fc510581452c6ce80ff9637939b9dcecc"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa72-marvell_macchiatobin-singleshot-initramfs-kernel.bin"; + sha256 = "e591ef6ab0259050898459719cfc595b96c751010d52e6f27318908dffb0b07f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa72-marvell_macchiatobin-singleshot-squashfs-sdcard.img.gz"; + sha256 = "83aa26e6f469cbbcdf9c4fc7010aee8353afab03e07914066b67178d94b4649f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-singleshot" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "mvebu/cortexa72"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + buffalo_ls421de = { + device_packages = [ + "kmod-rtc-rs5c372a" + "kmod-hwmon-gpiofan" + "kmod-hwmon-drivetemp" + "kmod-usb3" + "kmod-linkstation-poweroff" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-mod" + "kmod-fs-xfs" + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-buffalo_ls421de"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-buffalo_ls421de-initramfs-kernel.bin"; + sha256 = "e390f9323cbec89ecdb6fa5ce6acd80651ec97a5b97008fea5c1eb17104493d5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-buffalo_ls421de-squashfs-sysupgrade.bin"; + sha256 = "93aee17d3b6b090c01f7ad36601268cc3fe100f37167eeeaa45a78acb3452dfe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,ls421de" + ]; + titles = [ + { + model = "LinkStation LS421DE"; + vendor = "Buffalo"; + } + ]; + }; + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic-wolfssl" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-mux-pca954x" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-21.02.6-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "a25f71831720850e6e41fc90646989942968fe533721d39b1f2f8044eee4c9fd"; + type = "omnia-medkit-openwrt-21"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-cznic_turris-omnia-initramfs-kernel.bin"; + sha256 = "15d08aa4cbc0d25090046ae819c6955396ff49fbaea90817c76b222e6575b671"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "7870bb562a3fc023b58d9ee36e0ef022cb96afcaf9543326ff1956263607c42e"; + type = "openwrt-21"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + model = "Turris Omnia"; + vendor = "CZ.NIC"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "3f4a3182ed52e5269d4e3cac576235e6eec1b818afb125d9fee5abda3a76d368"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-globalscale_mirabox-initramfs-kernel.bin"; + sha256 = "29c2d0423467dc58222a69c2c6c405fc07aae1f19cd5ef34055b66e32d3fa591"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + model = "Mirabox"; + vendor = "Globalscale"; + } + ]; + }; + kobol_helios4 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-kobol_helios4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-kobol_helios4-initramfs-kernel.bin"; + sha256 = "1c0f6d9a718f95ed517334099ae78202308c74a10451297dd38334cc27d9e09f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-kobol_helios4-squashfs-sdcard.img.gz"; + sha256 = "50c47511f7b14c2a1017421822fc8050aabec32df4c39329ccc61b5423c5f30c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "kobol,helios4" + ]; + titles = [ + { + model = "Helios4"; + vendor = "Kobol"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "54ce1c376cd12a7b0f28c870c1ef294dc7e4edb6f4457d0285dd4ad573dd1c1a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt1200ac-initramfs-kernel.bin"; + sha256 = "b833c0371059d44d7f61087572198354e170d28c82b1857b223901a448097694"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "0db106a66b2d593788d66a17d95823ae933d2e0fb9ad6d05f8062f422c9f64ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1200ac" + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + model = "WRT1200AC"; + vendor = "Linksys"; + } + { + model = "Caiman"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v1 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt1900ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt1900ac-v1-initramfs-kernel.bin"; + sha256 = "dda22e1a13b0fca4c24ef5c2619c94d150d102e057aeee303fd6e364882dc615"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-sysupgrade.bin"; + sha256 = "46300fa9dd9c34c2968448a22133b8561715eb5ecd47df06e8178bbdaf6517ea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-factory.img"; + sha256 = "cb35aae79fb8386dfdc2923bf3cf3c580cc8e22be9f107254121326b2a1f2ca4"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v1" + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "Mamba"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v2 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt1900ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-sysupgrade.bin"; + sha256 = "e3079d50e8512ef16c957e2b10e528bc89d337458bed77c8364d95a1a561c08b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt1900ac-v2-initramfs-kernel.bin"; + sha256 = "53dbd88666963b9d2f791f4afb28a98e06e1a7bdae478aa2ab2ae3b8f5b7e8d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-factory.img"; + sha256 = "11ae1810735fcbb30dfb81450781b6cc609857ed656a48488f1d474220fa5116"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v2" + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Cobra"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt1900acs-initramfs-kernel.bin"; + sha256 = "a395b097f81bdbf6d138691446940cadff77988100b7f6baf56eba9d250d1424"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "f6235c30fd014829aeb20d67e9e82f61c0b11e329f2efae56c37f9a8f6c1dcd8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "811e2d81ddcce83784f45a544b2b0791086f0758b63ebfd807c5145a0996af0e"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt1900acs" + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + model = "WRT1900ACS"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "WRT1900ACS"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Shelby"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "efea838b756984cce63c5bab5d18956d7c93ce34f0c48e5081cae5e4d4207b80"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt3200acm-initramfs-kernel.bin"; + sha256 = "d45db027a758333609f5fae2392e2db5b89d16d80d2d4bfc7dcb6c9b1423c13e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "a5fc78033e3f4210368de8ab80e99122df121eaa653e85bdb7e50200242537e5"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt3200acm" + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + model = "WRT3200ACM"; + vendor = "Linksys"; + } + { + model = "Rango"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt32x-initramfs-kernel.bin"; + sha256 = "d3d91224756db24676ecd8ee091861a693ad8724e02d1d221218c8f73fa56342"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "eb21d7546805d33f1e519ab242970ed7648b28e8b686d7875b144f934a68300e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "55e999d84412de1a946edd72215d3d2b8850f71cd891e48aef715f968aae128f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt32x" + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + model = "WRT32X"; + vendor = "Linksys"; + } + { + model = "Venom"; + vendor = "Linksys"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "f04725031fb1192c8cf9bf6bfb10a0a0e949dae17a5a4db5831a695917a480a0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-marvell_a370-db-initramfs-kernel.bin"; + sha256 = "b2f2467b87d4a89e050d5a3d16f3353bffc9ef956b1421dfac9e89aa515d42ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + model = "Armada 370 Development Board (DB-88F6710-BP-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-marvell_a370-rd-initramfs-kernel.bin"; + sha256 = "b96d11725c07a9cafe6a32cec076cf606883a4b0a44af59fd0f6c96c1a14e8f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "9cd658f3fc402430d63ad35ba26fffaa8beabba92ccf23888e8fcc89d92b4aa9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + model = "Armada 370 RD (RD-88F6710-A1)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "4464f2dd52c6483d9ed28f3abbd0fbcdafc6ce6956a60a2b40590cd978a99f66"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-marvell_a385-db-ap-initramfs-kernel.bin"; + sha256 = "857adf44af1b83624423ef88ce6de42bbe1158204582fec3274b6da045381c01"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "84a03830e82976b195df9458b218724ff260a6fd0c8e1dd4e9ee7df788ff9643"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + model = "Armada 385 Development Board AP (DB-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-marvell_a388-rd-initramfs-kernel.bin"; + sha256 = "d14b26b707b7f2a375a34d9ba828dc01c53fadffbdf4154dcf9190aad1677c97"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "f2d186a8f55c6c156f894314052f6138ce6ee348f83eb6ddf5d8fbedb7537f39"; + type = "firmware"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + model = "Armada 388 RD (RD-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "23db945c77021409552a47fe708f41cf0dce68d631f1f992c4db6be73c46b35a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-marvell_axp-db-initramfs-kernel.bin"; + sha256 = "82bf1b827b9d508f5ca7fdb4475cc081fa3aff7897b1dc04e00430cca30403a6"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + model = "Armada XP Development Board (DB-78460-BP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "bc046904109fc1c9bffc8ad49c869f1bb0458f26a18532e682719a56dd3b9e7c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-marvell_axp-gp-initramfs-kernel.bin"; + sha256 = "877d71eedca7cc280bb342f9340d7756c653dfa4dbdda309f662f1ca6c84dcd5"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + model = "Armada Armada XP GP (DB-MV784MP-GP)"; + vendor = "Marvell"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-plathome_openblocks-ax3-4-initramfs-kernel.bin"; + sha256 = "f8dc6ef616f835753050284b4bd7e614ced3ba2f4c9aae1e8aba823d2b952100"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "8deab589cf22d6da287098c5e3437692c46ed6398863956d8e20e735567a3e58"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "98681a236cbaffdda78f8bb3f104db3f8875758448d88abe28cce965171a0604"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + model = "OpenBlocks AX3"; + variant = "4 ports"; + vendor = "Plat'Home"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-solidrun_clearfog-base-a1-initramfs-kernel.bin"; + sha256 = "1c0f6d9a718f95ed517334099ae78202308c74a10451297dd38334cc27d9e09f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "21f5a3679bbf2431b39d9c78294b9adff6e9cefbc8af22f0d62a20cb8d11bee9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + model = "ClearFog Base"; + vendor = "SolidRun"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.6-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "a592a6503a68e7e931eba20e7ebd772bab7b4195e055a997b7950ea3074407f2"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-mvebu-cortexa9-solidrun_clearfog-pro-a1-initramfs-kernel.bin"; + sha256 = "1c0f6d9a718f95ed517334099ae78202308c74a10451297dd38334cc27d9e09f"; + type = "kernel"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + model = "ClearFog Pro"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "mvebu/cortexa9"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-octeon-generic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-octeon-generic-initramfs-kernel.bin"; + sha256 = "b7c0a425b278c23af776319738ece827ec2971835eed9df88af0786d1fccf8ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Octeon"; + vendor = "Generic"; + } + ]; + }; + itus_shield-router = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-octeon-itus_shield-router"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-octeon-itus_shield-router-squashfs-sysupgrade.tar"; + sha256 = "771000a101d9f7fdc19198c43f7f176ad52ec69bcf30898795252526b92b959b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-octeon-itus_shield-router-initramfs-kernel.bin"; + sha256 = "1e49b1755372b3e9744c7c0d48a66478fd67cd8cadb384256c623e95c3382857"; + type = "kernel"; + } + ]; + supported_devices = [ + "itus,shield-router" + ]; + titles = [ + { + model = "Shield Router"; + vendor = "Itus Networks"; + } + ]; + }; + ubnt_edgerouter = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-octeon-ubnt_edgerouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-octeon-ubnt_edgerouter-squashfs-sysupgrade.tar"; + sha256 = "bb38aed03f8e272eb86aee7ebef65a99b4817a33b10437f99ee50141168fd0e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-octeon-ubnt_edgerouter-initramfs-kernel.bin"; + sha256 = "3c3965b1cf9e530930b36f34a8b2771c202e94f24c986c621792e91b5ed4707c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter" + "er" + ]; + titles = [ + { + model = "EdgeRouter"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-4 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-21.02.6-octeon-ubnt_edgerouter-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-octeon-ubnt_edgerouter-4-initramfs-kernel.bin"; + sha256 = "830d11ebd9cfa80b40e85035d405920c2ff51408ce8ff96a956243235a0b7859"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-octeon-ubnt_edgerouter-4-squashfs-sysupgrade.tar"; + sha256 = "58b466c872454fbaf5cf9e32ce5bc522f2a93a2e618f4c024dac38cfeefb01a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-4" + ]; + titles = [ + { + model = "EdgeRouter 4"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-lite = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-octeon-ubnt_edgerouter-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-octeon-ubnt_edgerouter-lite-squashfs-sysupgrade.tar"; + sha256 = "131f17d95cac89f47e4953a891e4618344c8856f3a77827f41c390feb43c2e80"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-octeon-ubnt_edgerouter-lite-initramfs-kernel.bin"; + sha256 = "a9634cd1a18a2c0dbf53855d71195b1914e111802c14fe3e5f730bb29b368172"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-lite" + "erlite" + ]; + titles = [ + { + model = "EdgeRouter Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "octeon/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "103615c442a1495d39e20fa1b79053475cab4cd4eb60b78de4d68f22556ea5ad"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "10e86f5b9d5e7f1912647af7cb8469adc9976e05d170a84205146858184043f1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + model = "AM335x BeagleBone Black"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-omap-ti_am335x-evm"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "f17b8f1f5e86c0688f103b31aabe28ffddfcaa0cd65a05f286eb824576c4e93b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "d41e606a30ba272ab7c370d2d120035fb581956ce333e3dfabda00cee52b1928"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + model = "AM335x EVM"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-21.02.6-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "4d58d4f8274b18549730b579514aaef374ef1ff83d5f8abe9e097adc7379c04c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "2599e966bbc594ac065938ec4d52a58fc549802f2af420540a6447e9347102a0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + model = "OMAP3 TI beagleboard"; + vendor = "BeagleBoard.org"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-21.02.6-omap-ti_omap4-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "bee5e7425d425114dce71e91a2b48dc69e19b767db7e602e72153892e727a428"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "9e958d8a474671365820ef706ffe38fc70f18481b073bd088df020a335a6ebb2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + model = "OMAP4 TI pandaboard"; + vendor = "PandaBoard.org"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "omap/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "fdisk" + "fstools" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mtd" + "netifd" + "opkg" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "4a99fc2403a699a03a9347f169383dde969ac024d50625132b5072abddddfbff"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-oxnas-ox820-akitio_mycloud-initramfs-uImage"; + sha256 = "e7dea12d3fad430cd410e1b9b823b9ef5ecc79d22640b9042cdb3e9f5cd2b409"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "a364163d0e31a2fe2a030ca73febcc09d97a4ba4be68eaa17df98e10c6057ea2"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "73c49e752d0a44049f43c0521163bd92e1b533319a864f4dd425183bd8dc363a"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "f92fcafa52168233655507c2a32fa35c004bc1db820d7aa95149af1051b6b263"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + model = "MyCloud Mini"; + vendor = "Akitio"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + ]; + image_prefix = "openwrt-21.02.6-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "9e5aef0e23de84fdb466399f177c52f7a290137ffcdb30a213da302712ca1bcb"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-oxnas-ox820-cloudengines_pogoplug-series-3-initramfs-uImage"; + sha256 = "937b59300e77edea45d1a4cc843799439278aa4e92484cea658dd453c0297669"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "baa950f3b1ce3eecc9f93a6344ffd3e030e99ade72be35874be48a82389f5b79"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "79e3620e0fa0811adc665f3056d9bf05b8ebe11090b05f5bdb4b612159dee83a"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "822962fc7e99b271ffe70d591004b3981193cea56704a0215108aca6ecf9d7a5"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + model = "PogoPlug Series V3 (without mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "ee5a6af6fe6ca969307145d3dbf5b9fd9d5f05e2894354297515b3e899a080d2"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "a9c962acf662648af19a2dd812ee0c3d87101b0343424f0ae154df96429e4328"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-oxnas-ox820-cloudengines_pogoplugpro-initramfs-uImage"; + sha256 = "8766ddae29a08395ca7b6c88b6598e178e80ad8d7f19cd94fb89a7e7ce3278f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "316c02b979cfccfeb66b343a780f27180de1b2bafdf98c1c750e3973ad1ef7ee"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "0cbc86c55b63cb1d9f421e96316d817c43e32589eabfd4e333d46e66ac6c5a27"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + model = "PogoPlug Pro (with mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "47fdc51d1966b5701a2ce93886bc1779b3c14ba0f723362669f28ff53ad3afd2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-oxnas-ox820-mitrastar_stg-212-initramfs-uImage"; + sha256 = "8d07cae259e6c99a837925ebbe1a286fc4abe9ee9a5039ce68ed8baa81dc06a2"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "a0403a1d8d12aaaaefbe486a9df8126a79611b22c5039b12da5b53b10bfaa316"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "ca5b2b50ca6f9285dd79f497cb8565022e116ae88b9053671566c65b1b4fb76b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "4cddaaa48cd92160c92e4977ae18332c043ed4188162360916f0c786b4f1d54f"; + type = "ubinized"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + model = "STG-212"; + vendor = "MitraStar"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-ata-oxnas-sata" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-21.02.6-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "fdbf160012756bfacfbfda549da8f06b2522dcab360f0abee5ceafc88b9f94d9"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "1cdfc5214d9f0dd23036a1a20a8ad5acfb8458bb8cf2aa8e00b84dfd81d995ec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-oxnas-ox820-shuttle_kd20-initramfs-uImage"; + sha256 = "02fd22c6eb8be897831c9a22da8da165a2443788923b3ccb650b0f06aa9ff743"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.6-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "63e32468ebc0f0169eb9a531849ef659313439694e56da032481c183b1c45b4b"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "37569622237b98e82544b1d3771f6078c5d316501638248edbe8a8e0a5c9dcea"; + type = "ubinized"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + model = "KD20"; + vendor = "Shuttle"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "oxnas/ox820"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + img_creator-ci40 = { + device_packages = [ + "kmod-tpm-i2c-infineon" + "kmod-ca8210" + "wpan-tools" + ]; + image_prefix = "openwrt-21.02.6-pistachio-img_creator-ci40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-pistachio-img_creator-ci40-squashfs-sysupgrade.tar"; + sha256 = "a99ec1e230b54fe3807021b564822bcdae401b55dc3d7c5bf0fca9f67fcf7b5e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-pistachio-img_creator-ci40-squashfs-factory.ubi"; + sha256 = "37b6201589c4ea2645b76d8aed13dbcd5d4fa5ad5164a0e9811695e4dd55940b"; + type = "factory"; + } + ]; + supported_devices = [ + "img,creator-ci40" + ]; + titles = [ + { + model = "Creator Ci40 (VL-62899)"; + vendor = "Imagination Technologies"; + } + { + model = "Marduk board"; + vendor = "Imagination Technologies"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "pistachio/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aigale_ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-aigale_ai-br100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-aigale_ai-br100-squashfs-sysupgrade.bin"; + sha256 = "97d11c5a9a02fb8f41726c4f6d4fbd0c4f6236fbbbb3657d869e0e34285ed19c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-aigale_ai-br100-initramfs-kernel.bin"; + sha256 = "8f28ca54b2a8f8cdddc089a8133a29ecd4f14533de02c53b5a2b0a40f851ed3b"; + type = "kernel"; + } + ]; + supported_devices = [ + "aigale,ai-br100" + "ai-br100" + ]; + titles = [ + { + model = "Ai-BR100"; + vendor = "Aigale"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-alfa-network_ac1200rm-initramfs-kernel.bin"; + sha256 = "b6b065bf2799450a4a5da19ae04cbbfea9956a4c6656ff1d8610a2e7d35def7e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "d85eb9837bc2678532d3921ca664def9e796ca8556dc997b3fb5e94d95ccfdc0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + "ac1200rm" + ]; + titles = [ + { + model = "AC1200RM"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-alfa-network_r36m-e4g-initramfs-kernel.bin"; + sha256 = "d7f03f80e405d90f0d4e8f359dc13e5161424199f494e0bf5d3555383693294f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "aaff5957bcc0c36fcf75879a712c149092091bc82b537cddc2c288116a8c19dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + "r36m-e4g" + ]; + titles = [ + { + model = "R36M-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "10dbbe68cf728d5ba6c91891ffb50ce8f4e5fcb4e366cf372f24eef3b9ba1fd1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-alfa-network_tube-e4g-initramfs-kernel.bin"; + sha256 = "aec56d0f62b9ed7b114182a19963d7f5a8655e8d0d1146039a13758062daefaa"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + "tube-e4g" + ]; + titles = [ + { + model = "Tube-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-asus_rp-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-asus_rp-n53-squashfs-sysupgrade.bin"; + sha256 = "f0f2029ca4a49d9f0e5d831cebd0c16a4fcb3ad3cb149a2b2b39584d9fe1b16c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-asus_rp-n53-initramfs-kernel.bin"; + sha256 = "201722664603c01f20cd3e295d869ddfc55853430a1d2a322250feb71317a320"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rp-n53" + "rp-n53" + ]; + titles = [ + { + model = "RP-N53"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-asus_rt-ac51u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-asus_rt-ac51u-initramfs-kernel.bin"; + sha256 = "67b8fea77d3bd1410b22e2f1275255c56cd1b4e48b4780d886da28514bf3c672"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-asus_rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "def59454f2e3a1d1c9a06783644e73c326cdd87962e51727aa539edf05e5076e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac51u" + "rt-ac51u" + ]; + titles = [ + { + model = "RT-AC51U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac54u = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-asus_rt-ac54u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-asus_rt-ac54u-initramfs-kernel.bin"; + sha256 = "f40fbec89f86d72082b2e2689a46188656ab6253377989ff78b1eca325afb676"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-asus_rt-ac54u-squashfs-sysupgrade.bin"; + sha256 = "35c620f8dee4b5405656fd25f8d207422d057d3e7e8e800c7d6619815037924a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac54u" + ]; + titles = [ + { + model = "RT-AC54U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-asus_rt-n12p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-asus_rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "7620b0f6a937ffe08c9fd6989ce9aa6f659acfbdac08dfb8ef7e83fa8748d954"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-asus_rt-n12p-initramfs-kernel.bin"; + sha256 = "f157d50f84f997bf7cb88fc8d711c124ab6b0423eb5568947a29636d9f46020c"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n12p" + "rt-n12p" + ]; + titles = [ + { + model = "RT-N11P/RT-N12+/RT-N12Eb1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-asus_rt-n14u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-asus_rt-n14u-initramfs-kernel.bin"; + sha256 = "176cf3b57d37ab3e4d0e4a4aa7633f5d200d4fc8eda606b84156c30c15592a3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-asus_rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "edb27685766508cd396dcdceaa078ad157f0d6b20b00eb4d313a8fa0fd7cc4d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n14u" + "rt-n14u" + ]; + titles = [ + { + model = "RT-N14u"; + vendor = "Asus"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-bdcom_wap2100-sk-initramfs-kernel.bin"; + sha256 = "c8ce19af9ba249489d7688c5960ba2c34eb12a76ca580cfe2e092e4b98167fe0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "92fa4759750432352836cbd6c1c3b1eb98d5cecd63506958f23e5ff2cff207d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + model = "WAP2100-SK (ZTE ZXECS EBG3130)"; + vendor = "BDCOM"; + } + ]; + }; + buffalo_whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-buffalo_whr-1166d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-buffalo_whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "85925f1123e5efdedd5850a840b5a1b323d58eece6698d6c59956261a08d939e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-buffalo_whr-1166d-initramfs-kernel.bin"; + sha256 = "5cd6faae6dd7bd0db9cc98495cd138c80e5a329aa1eba767ec4fc9ee49993925"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-1166d" + "whr-1166d" + ]; + titles = [ + { + model = "WHR-1166D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-buffalo_whr-300hp2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-buffalo_whr-300hp2-initramfs-kernel.bin"; + sha256 = "0436b36101273d9931b0a57bc46f40ced6dc2aa2321bdb784bda08e42ee192eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-buffalo_whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "134a5ac42b45efcd63cab05fe1a50cca51daf3267ce32e469c38ff5d95b4af6e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-300hp2" + "whr-300hp2" + ]; + titles = [ + { + model = "WHR-300HP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-buffalo_whr-600d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-buffalo_whr-600d-initramfs-kernel.bin"; + sha256 = "09e69d8b6168688d942a29af849ea73ba5f085b8d824719a63b059deb7ff29c5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-buffalo_whr-600d-squashfs-sysupgrade.bin"; + sha256 = "4377446586fab96f5d5613748c8d127361ed508e1cdde6470be6a9586558c790"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-600d" + "whr-600d" + ]; + titles = [ + { + model = "WHR-600D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-buffalo_wmr-300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-buffalo_wmr-300-initramfs-kernel.bin"; + sha256 = "965379aeb6f13d793faad99a4caf6d2d23f0392123a582d9d0d25d1a5b17ae41"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-buffalo_wmr-300-squashfs-sysupgrade.bin"; + sha256 = "4c1bc37ad380590e5ca8e2ab04e77e38da3f6674c9c8d6fe8fd323ba10ace9a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wmr-300" + "wmr-300" + ]; + titles = [ + { + model = "WMR-300"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-comfast_cf-wr800n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-comfast_cf-wr800n-initramfs-kernel.bin"; + sha256 = "11c6e30ab2047f766cd84906ebbe581caa224d900a5918e508a0286eab2dcdb5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-comfast_cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "c8fab9b3ad1d42fc7b952089840971264f46477edbc2ef7722e8dc8c9b815d9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr800n" + "cf-wr800n" + ]; + titles = [ + { + model = "CF-WR800N"; + vendor = "Comfast"; + } + ]; + }; + dlink_dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-dlink_dch-m225"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dch-m225-initramfs-kernel.bin"; + sha256 = "3e268743a39f0d913408af3b01d610ff23d6060e47b396e60a44c8f6a8ed98e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dch-m225-squashfs-sysupgrade.bin"; + sha256 = "ff3cf682fc62b4ad1454e10dacd458faa118920c5ed62a9ed2e29d1126901492"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dch-m225-squashfs-factory.bin"; + sha256 = "9cd39f8550051c3568ed3477883dd7af2af455da49ff0bd20daf50c9e0268942"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dch-m225" + "dch-m225" + ]; + titles = [ + { + model = "DCH-M225"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "5bfb572aac822f9e1adab568e91c9351c164dd4cc7baec7afa29dfa4e1c83863"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "e6663c676320ddcb3d3aad0ef0e91837777f5a2acbf1be6d88e13b950973522b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dir-510l-initramfs-kernel.bin"; + sha256 = "1043e85b7ab5a8e0377d7119d2bb60dcaa24874f0ff4b121772df33b7c0919d1"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + model = "DIR-510L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-dlink_dir-810l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dir-810l-squashfs-sysupgrade.bin"; + sha256 = "6a9e016f8b7f080f3d513566cbb86a7c071817993eb7ff4f509c85bc4243fdc4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dir-810l-initramfs-kernel.bin"; + sha256 = "cc1bece02da240fd6ca25d272adf494540f35a8b8b8be794ef1380fc79805dbc"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-810l" + "dir-810l" + ]; + titles = [ + { + model = "DIR-810L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "e60bcabc0e525a07b6c61909e55d102b56f329b25b6a1578b3936ad987564431"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "b56d47eb90dd50b0621f8aff20bc319f8e5bb31018c4f32fd2b3d1110b82315c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-116-a1-initramfs-kernel.bin"; + sha256 = "b947b670fddd5a2ded734093c50b6e61730c0591ca194e60a46e9f559062a0a0"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + model = "DWR-116"; + variant = "A1/A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-118-a1-initramfs-kernel.bin"; + sha256 = "8b264a502f914f82bb9cbca502d0c49c3fa37754f5787db0c7ae9dc8a731b7bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "bdd137f8778bfc98a0d1c88234f21e4d8cd58fcb525073ebb45662ef15fff8dd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "9ca79b8f1a0b1175920da7965b989696af9feeebe05eba72e64cebb4802b0b20"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "35eaf0c68564077999f40c27e4999f760a2615db771e7e07730f4118ab187987"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "8ffc93757bf38a6cf43a9e80c5fa1b62b572543cf51d106815c84d4e03e16a1c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-118-a2-initramfs-kernel.bin"; + sha256 = "e12f7df1a2b7684a84f31050320c28dbe8334efbb11250d8de91aa1b5314ba4d"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "23b8b5815b8cd3462e013fa5ce2b66e222ba2d39d7e1285a08ee5f0eef9c0cf8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-921-c1-initramfs-kernel.bin"; + sha256 = "0de581ce13eef60d94cf027042081ddfeb22f3d0035a0db5aa0384693d75a470"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "d0ae505ab9acf29ed3b84c58468b424df7dd474f6910f71a429addfbb5a4d0aa"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "bcbed210ae13eee36f46c582b93a6b493cf78eb9730aa901e18244dbe4b39f93"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "d4949d9c44f8e85895dd52237b9aa2efb591832c498f6738e5dcdf33be931eb4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-921-c3-initramfs-kernel.bin"; + sha256 = "0de581ce13eef60d94cf027042081ddfeb22f3d0035a0db5aa0384693d75a470"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-922-e2-initramfs-kernel.bin"; + sha256 = "ef71fb0eb6b687d724f519231aaf6a19edb3a4e7582ca21d5507b32da261fcdc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "3ef6144863c9755c08509299ec8063960343b5bc6b7bc323ec3f7a70adcf3f64"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "4b3252c6d04d19352cba115d38a793ba76b12a06fb37732e0090d34c67c66250"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + model = "DWR-922"; + variant = "E2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-960 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-960"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-960-squashfs-sysupgrade.bin"; + sha256 = "a1ab535d51cd106b117516c23d08d897413b3f59072003865069796af9b06496"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-960-initramfs-kernel.bin"; + sha256 = "7486caad8f4c5e0b7083323bc8a6aacb04f5d1e497d79414206a155281f9d21f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dlink_dwr-960-squashfs-factory.bin"; + sha256 = "ce36da07ab00a992701534e804e5a01e56e524e259259ace186bc4a153c01aab"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-960" + ]; + titles = [ + { + model = "DWR-960"; + vendor = "D-Link"; + } + ]; + }; + dovado_tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-dovado_tiny-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-dovado_tiny-ac-initramfs-kernel.bin"; + sha256 = "f99ed5b9a88380704d290b69c9bafcd1cbef6661a09cdb9ea10b01bafb0a2f32"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-dovado_tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "c2951656ae8121133b4f44a403411e9a128441b1860a00f9cf8e034938948c1a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dovado,tiny-ac" + "tiny-ac" + ]; + titles = [ + { + model = "Tiny AC"; + vendor = "Dovado"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "048632f4c8f4cbbf5afd48e2cc2cb9301626477780329f5b50318a6442cee3a8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-edimax_br-6478ac-v2-initramfs-kernel.bin"; + sha256 = "3e0e3c4b460fe2ff0ce32be69eea06a265ffc94fabaf03718fe7c4457302e993"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + model = "BR-6478AC"; + variant = "V2"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7476rpc = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-edimax_ew-7476rpc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-edimax_ew-7476rpc-squashfs-sysupgrade.bin"; + sha256 = "6b38212ac9d3241ee520decce632a913344dc5bb5fed8664bfbeb8f0d093f959"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-edimax_ew-7476rpc-initramfs-kernel.bin"; + sha256 = "4cecd05938500e6dfa389cefed74d47f6630d0aeeab4dbed77136c84033e11a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7476rpc" + ]; + titles = [ + { + model = "EW-7476RPC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478ac = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-edimax_ew-7478ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-edimax_ew-7478ac-initramfs-kernel.bin"; + sha256 = "b4c1684b555ccd95c7080c5ab2395e3ec8c3235126dfa81af5ae799e8e1cf6ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-edimax_ew-7478ac-squashfs-sysupgrade.bin"; + sha256 = "0b2d66f71399d5b3bcf29e158a5a36e4572bf4c9c3080b15bfe944b89b4de301"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7478ac" + ]; + titles = [ + { + model = "EW-7478AC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478apc = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-edimax_ew-7478apc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-edimax_ew-7478apc-squashfs-sysupgrade.bin"; + sha256 = "f597d58f5c2f6014fd4d69ff3d585918a91813638df09fa38d968d534c20d915"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-edimax_ew-7478apc-initramfs-kernel.bin"; + sha256 = "b040a834a100e111a0f7abf68beb69b9caaa1f27aaf7a7569b989e23b37b25bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478apc" + ]; + titles = [ + { + model = "EW-7478APC"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-elecom_wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-elecom_wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "cda65db28301177b656dbcfacfb96712a9d8fc9efeaf96b6c90bd028ab9b441c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-elecom_wrh-300cr-squashfs-factory.bin"; + sha256 = "ddee37706478288230451093c1508df2bcfb27ed218f248d4fd9105e78bc9e10"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-elecom_wrh-300cr-initramfs-kernel.bin"; + sha256 = "58177ae3640d65bf467bc4f0d243cc6fe14a62a178429815e7a559c35f4bea20"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrh-300cr" + "wrh-300cr" + ]; + titles = [ + { + model = "WRH-300CR"; + vendor = "Elecom"; + } + ]; + }; + engenius_esr600 = { + device_packages = [ + "kmod-rt2800-pci" + "kmod-usb-storage" + "kmod-usb-ohci" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-engenius_esr600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-engenius_esr600-squashfs-factory.dlf"; + sha256 = "09915a0e1adab5eff3b76e0139e4744d0d16fc16c7fd1ce74820579ad2f3c51e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-engenius_esr600-initramfs-kernel.bin"; + sha256 = "0e4849e462e513ac150e3ac138261b829dc7f79f4a44d9a1bc010a836b8681c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-engenius_esr600-squashfs-sysupgrade.bin"; + sha256 = "b97ef7f1d82a9c7853c8eb25b1908eee2cd2df9e5be88db2a0651198ab6437a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,esr600" + ]; + titles = [ + { + model = "ESR600"; + vendor = "EnGenius"; + } + ]; + }; + fon_fon2601 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-fon_fon2601"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-fon_fon2601-initramfs-kernel.bin"; + sha256 = "f9fcb1a31094d52d0d7d5fcbcb5ff4ca81b7bc7949df64504ad2e2652ec6f218"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-fon_fon2601-squashfs-sysupgrade.bin"; + sha256 = "960f7575a66a9cb9eed9e08fc8c1d9b29b9074c901071ff979fdde97e0c37228"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fon,fon2601" + ]; + titles = [ + { + model = "FON2601"; + vendor = "Fon"; + } + ]; + }; + glinet_gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-glinet_gl-mt300a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-glinet_gl-mt300a-initramfs-kernel.bin"; + sha256 = "3b2dee63c05edab007f39920c6864512c5ebfa0fa619d135437761e18a3d3952"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "0823469dd8913877e6c52e259f514ce0b8574fd5e8bda9dcaf8392760089f719"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300a" + "gl-mt300a" + ]; + titles = [ + { + model = "GL-MT300A"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-glinet_gl-mt300n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-glinet_gl-mt300n-initramfs-kernel.bin"; + sha256 = "5116d3c4e37db6e83d9a41bcad187c5aafdce21715f697de20efcf202716998e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-glinet_gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "f26662adb4c6a3bdaba7a8151e4dbafc4016adcc2206ed8a8e5661ab45f83bf2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n" + "gl-mt300n" + ]; + titles = [ + { + model = "GL-MT300N"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-glinet_gl-mt750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "0e6eafd5edd1555c38d86865397b829bf59aca374763a730f9294c1b0cacea1b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-glinet_gl-mt750-initramfs-kernel.bin"; + sha256 = "3441b79e4e039e206468bdd12d2ce32fb97ac382b9b63ba0b197638f3cbfc128"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt750" + "gl-mt750" + ]; + titles = [ + { + model = "GL-MT750"; + vendor = "GL.iNet"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-head-weblink_hdrm200-initramfs-kernel.bin"; + sha256 = "1c74d460c9995e90d38d1ba7ec138cebebaea662c94d4e5a83941bf35d62d830"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "74363c74b4b123a13250af6a3f545cdf536a64181568f3be73fe211f07a13117"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + model = "HDRM2000"; + vendor = "Head Weblink"; + } + ]; + }; + hiwifi_hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-hiwifi_hc5661"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-hiwifi_hc5661-initramfs-kernel.bin"; + sha256 = "ac59fc8e69d990eaf61c04ed20a02408d68e98337a51f8133a8609b43ddfe7a8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"; + sha256 = "897d18c153f3fcc9a71aed22d3f28138307964ff1b8da6339b7eb3636f71dbdb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5661" + "hc5661" + ]; + titles = [ + { + model = "HC5661"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-hiwifi_hc5761"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"; + sha256 = "04944a69ef2c0f736085a76336cc6e48eeb4eea51331dd9464d7f279e12151d5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-hiwifi_hc5761-initramfs-kernel.bin"; + sha256 = "7426737fc074ac49b7c4934eb3aafb76a833e20949be85b442fa46c8a2f709d0"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5761" + "hc5761" + ]; + titles = [ + { + model = "HC5761"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-hiwifi_hc5861"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"; + sha256 = "8b894174f19f961636dbf04f9f71b6f998b0dbd5ae52a295d95f59063f4d9ddd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-hiwifi_hc5861-initramfs-kernel.bin"; + sha256 = "87f06d61abf150331e2aa716fa4ec2c9f05eef4e41044a0afccd4ee7e0b1a115"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861" + "hc5861" + ]; + titles = [ + { + model = "HC5861"; + vendor = "HiWiFi"; + } + ]; + }; + hnet_c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-hnet_c108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-hnet_c108-squashfs-sysupgrade.bin"; + sha256 = "c16d0974b3e61b7f992343e9fe039a56e521787341c0227e7fe79dd87b8b1b51"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-hnet_c108-initramfs-kernel.bin"; + sha256 = "f61a432055dcd4147893621907f5f17eae532cc40e8f33929baad67669485a50"; + type = "kernel"; + } + ]; + supported_devices = [ + "hnet,c108" + "c108" + ]; + titles = [ + { + model = "C108"; + vendor = "HNET"; + } + ]; + }; + hootoo_ht-tm05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-hootoo_ht-tm05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-hootoo_ht-tm05-squashfs-sysupgrade.bin"; + sha256 = "4cb32ae9e83889d941fa4423ce8e8792ba2be7866331a9d71da021d4d0bd31f1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-hootoo_ht-tm05-squashfs-rootfs.bin"; + sha256 = "871b88096e51d3ae60bde2b494d22a02e93dbf9a13279e80dad24e774f441ad5"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-hootoo_ht-tm05-squashfs-kernel.bin"; + sha256 = "0a7fcfb12e9220811d3885262f2fc108cbd9c5219efe1a05bdc553b44440330e"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-hootoo_ht-tm05-initramfs-kernel.bin"; + sha256 = "68cb30e9bbb183159656fcc3731ee9a3007ea8579c4a4dfd042dddd27e5f9fb2"; + type = "kernel"; + } + ]; + supported_devices = [ + "hootoo,ht-tm05" + ]; + titles = [ + { + model = "HT-TM05"; + vendor = "HooToo"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "ac93efe19a1f6f8c62243e2cc54ed89d389031db01ff0354561b319b03f17030"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "28579b993f8dce215b0f10935b1a59dcd3bb03b67dcc3240fe05a1cc67affcc4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-iodata_wn-ac1167gr-initramfs-kernel.bin"; + sha256 = "229a9e65b04e875bd0f4d2ad24f52474ad7ac5c0f33370a8a3756fe4617e6342"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + model = "WN-AC1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "927fd9eff1d22dbaad5ccfde4a3f7b081e07d96ada80526f6c9f407862f8660e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "ed7a8c0abeace5c7fbd97e1a03868dd62101be3cc65d5c8aaf0158a8afd15555"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-iodata_wn-ac733gr3-initramfs-kernel.bin"; + sha256 = "2201754a600fda6560bd843051d35df0b2251436e72764adf9f254b12c313e57"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + model = "WN-AC733GR3"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a1004ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-iptime_a1004ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-iptime_a1004ns-squashfs-sysupgrade.bin"; + sha256 = "e073acbc2e61d3832579da822b2300817df306fde204c34a7738bdbb752ef432"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-iptime_a1004ns-initramfs-kernel.bin"; + sha256 = "154db14a36e9a46b6bbd6514d271e59720d167803160fa98df72d6dae1913995"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a1004ns" + ]; + titles = [ + { + model = "A1004ns"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a104ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-iptime_a104ns"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-iptime_a104ns-initramfs-kernel.bin"; + sha256 = "21ce69cdb68e1280851b3e7347078d96a87f4b615c097727f106cfe63de6f4e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-iptime_a104ns-squashfs-sysupgrade.bin"; + sha256 = "ecd6d5f7175b0171ff27418ffd18098f35d6d31771cd5199a926eacba6bb0a4e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a104ns" + ]; + titles = [ + { + model = "A104ns"; + vendor = "ipTIME"; + } + ]; + }; + kimax_u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-kimax_u25awf-h1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-kimax_u25awf-h1-initramfs-kernel.bin"; + sha256 = "802611275cff834cf87666b7a43c2d6420cb63a8bd7540094d8bc045ad3af342"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-kimax_u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "e383d5fb642ce4492ed667ec8e1e70341ac330b4c91b2b3e4a9d714a9786ce97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u25awf-h1" + "u25awf-h1" + ]; + titles = [ + { + model = "U25AWF"; + variant = "H1"; + vendor = "Kimax"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "e990c0b1adc311cea9cd8c8fbd3cf4a72dc7ac2025e1f9b664fdae6d634807fe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-kimax_u35wf-initramfs-kernel.bin"; + sha256 = "b8d55e746f6b12d84acb7051ec5be7a4cc36c1c608d02dc586241fa28464be0a"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + model = "U35WF"; + vendor = "Kimax"; + } + ]; + }; + kingston_mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-kingston_mlw221"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-kingston_mlw221-squashfs-sysupgrade.bin"; + sha256 = "2b14873afd744a557e721690b598b9b8527f0315f32b59f8694b210f97462a52"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-kingston_mlw221-initramfs-kernel.bin"; + sha256 = "68c728b1ecc86bf990c0c9ab038020f775bd72dca9ef59223dbce772e267e4a6"; + type = "kernel"; + } + ]; + supported_devices = [ + "kingston,mlw221" + "mlw221" + ]; + titles = [ + { + model = "MLW221"; + vendor = "Kingston"; + } + ]; + }; + kingston_mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-kingston_mlwg2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-kingston_mlwg2-initramfs-kernel.bin"; + sha256 = "f806993e0f36e4fd06757d8177f09a4eba73972aea2e88c74da47d9d652868e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-kingston_mlwg2-squashfs-sysupgrade.bin"; + sha256 = "df51221e52bb71b82807d9bbb5aeeca53b028094df755092c3bc75f840106b02"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlwg2" + "mlwg2" + ]; + titles = [ + { + model = "MLWG2"; + vendor = "Kingston"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-lava_lr-25g001-initramfs-kernel.bin"; + sha256 = "41bf61807ab0f0abc4f159e5c938d3dc2bc856ccb4de9457f081de3c33c13841"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "92d1f91470c8221a7756ae75ca53b3e9fc55b5e673fecda3ba9b300552236d00"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "24af842b7fc521f31b917e3abbca05eac26a48eacc73e13d488ec8a02bb8878a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + model = "LR-25G001"; + vendor = "LAVA"; + } + ]; + }; + lb-link_bl-w1200 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-lb-link_bl-w1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-lb-link_bl-w1200-initramfs-kernel.bin"; + sha256 = "51f287b7d751d45b16e84d646fa52869e031236b9b9220f00f91f08a411b7cc9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-lb-link_bl-w1200-squashfs-sysupgrade.bin"; + sha256 = "1e7081c71fdc14ab431a94684edcc8b45f819357a33ad50b30301d5de1d8c4f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lb-link,bl-w1200" + ]; + titles = [ + { + model = "BL-W1200"; + vendor = "LB-Link"; + } + ]; + }; + lenovo_newifi-y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-lenovo_newifi-y1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"; + sha256 = "0823c00b1faf7b0a0374f6b4e4c8b273f30fbddf2da502d4aeffebd0512ec2ab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-lenovo_newifi-y1-initramfs-kernel.bin"; + sha256 = "de6a209629e067ba61d6505edbc4bc1ab454c0b4c6192a905047de93bdc2cfa3"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1" + "y1" + ]; + titles = [ + { + model = "Y1"; + vendor = "Lenovo"; + } + ]; + }; + lenovo_newifi-y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-lenovo_newifi-y1s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"; + sha256 = "ce9b3745b870b10ceff727f7953243d4000b7f810c41f87afb1637f439f943b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-lenovo_newifi-y1s-initramfs-kernel.bin"; + sha256 = "716e299307065791f333f00b34aa7910ffb0b4e86f80f9b0b2c9d73feb8a8d23"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1s" + "y1s" + ]; + titles = [ + { + model = "Y1S"; + vendor = "Lenovo"; + } + ]; + }; + linksys_e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-linksys_e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-linksys_e1700-squashfs-sysupgrade.bin"; + sha256 = "60aa7695b68fbfd54f11c32f370649c5a81d7f76bb402458a59ca0d8768fe380"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-linksys_e1700-squashfs-factory.bin"; + sha256 = "563863c6f9489776bfb143923e9bc03e95bf75735af2175c0e98dd0977a1bda3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-linksys_e1700-initramfs-kernel.bin"; + sha256 = "d3fd0bb3703f8da17b9801e62b75f9dfa4b5ad7d2e1895587cb619c1e4bb7ef8"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e1700" + "e1700" + ]; + titles = [ + { + model = "E1700"; + vendor = "Linksys"; + } + ]; + }; + microduino_microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-microduino_microwrt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-microduino_microwrt-initramfs-kernel.bin"; + sha256 = "2dac798c7ce1f1deb4a84e9173999748e9cccf982d8f03da6aa27d56a8a0a648"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-microduino_microwrt-squashfs-sysupgrade.bin"; + sha256 = "863ca2e19b767e37f4a018332dc64cb0869dca08c28ecef1712878285c5a6e45"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "microduino,microwrt" + "microwrt" + ]; + titles = [ + { + model = "MicroWRT"; + vendor = "Microduino"; + } + ]; + }; + netgear_ex3700 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-netgear_ex3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-netgear_ex3700-squashfs-factory.chk"; + sha256 = "0e6877eaa55eb17b0dbce6b4eebe0ca9a80ea91b7760c92d0ee1c9c81337d39b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-netgear_ex3700-initramfs-kernel.bin"; + sha256 = "eed5a3642cd7a53e41dbb4e249a8e5c4febcbdc6b5621c7891db4b629cb49148"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-netgear_ex3700-squashfs-sysupgrade.bin"; + sha256 = "4d42df33c5d8f747bdb76e1e1126af83f0633124a230b23fe1e762daaaa4df7f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex3700" + "ex3700" + ]; + titles = [ + { + model = "EX3700/EX3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6120 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-netgear_ex6120"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-netgear_ex6120-initramfs-kernel.bin"; + sha256 = "860c4303a6f640cba2ac3458715e0d866ee3d2e4f5fd797222ee74b4bb229f6c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-netgear_ex6120-squashfs-factory.chk"; + sha256 = "9d61fb2fe4a43f6bee424e4633d9307507cfb1176eb953bb18ed2e7fd247e70b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-netgear_ex6120-squashfs-sysupgrade.bin"; + sha256 = "0112fa2df718f75bf86170d9808db0020d6dfa235367eb38519c6e3e8e5b0e65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6120" + ]; + titles = [ + { + model = "EX6120"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6130 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-netgear_ex6130"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-netgear_ex6130-squashfs-sysupgrade.bin"; + sha256 = "176694fde3e92572ba28ab97896fd88984f4d67bfd8e9c3768119cffda35eb43"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-netgear_ex6130-initramfs-kernel.bin"; + sha256 = "1ee4ae0cbd5920e2ad97e5be4581147188bd6a2baf599460c6a863cdc0147cda"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-netgear_ex6130-squashfs-factory.chk"; + sha256 = "618a51c3b32be56b42d9ebe3ec04a6631361730541c5e35d7f489e40e1afe43c"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6130" + ]; + titles = [ + { + model = "EX6130"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-netgear_wn3000rp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-netgear_wn3000rp-v3-squashfs-sysupgrade.bin"; + sha256 = "c283ccaa299172536c5a752d93b259c388cf8e4acb4f0be1dd5507cad0680a65"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-netgear_wn3000rp-v3-initramfs-kernel.bin"; + sha256 = "2ebb6d681e76e315d26cc1432d9077b34cc3f13974a1e2eb44b8e8bb10c52595"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-netgear_wn3000rp-v3-squashfs-factory.bin"; + sha256 = "82e6dc6cb67f642fb4f21709e23300781f54fa9af54b322fa74fc50ff454647e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wn3000rp-v3" + "wn3000rpv3" + ]; + titles = [ + { + model = "WN3000RP"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2770 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-netis_wf2770"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-netis_wf2770-initramfs-kernel.bin"; + sha256 = "d656b4411da592380b5d5f9536fb7375dfbb2cd9e39002fda434e324bb02fcda"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-netis_wf2770-squashfs-sysupgrade.bin"; + sha256 = "db70ab92b98e600f8df59414c771fad7e7b00aeb999377edba3619cd38698acf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netis,wf2770" + ]; + titles = [ + { + model = "WF2770"; + vendor = "NETIS"; + } + ]; + }; + nexx_wt3020-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-nexx_wt3020-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-nexx_wt3020-8m-squashfs-factory.bin"; + sha256 = "32a302574e77de3e283bc095a65b2178a37a2426702e1a99803431670bdef390"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-nexx_wt3020-8m-initramfs-kernel.bin"; + sha256 = "181b6aa81dcbb7e72b27516d3dea3025fe9a51747564d9e6fba49b7b7464ddd4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-nexx_wt3020-8m-squashfs-sysupgrade.bin"; + sha256 = "f3e0540997ee4205adb1dbde4d4f7fcdc12b904175fcacd23574e6414bbd7d33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexx,wt3020-8m" + "wt3020" + "wt3020-8M" + ]; + titles = [ + { + model = "WT3020"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + ohyeah_oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-ohyeah_oy-0001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-ohyeah_oy-0001-initramfs-kernel.bin"; + sha256 = "d115a53be78972844b34188b51f5a8ed9143ba2ab6ea154e2b9910afce6ecffc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-ohyeah_oy-0001-squashfs-sysupgrade.bin"; + sha256 = "f1cc223b36de790cce96f5688a05b91bc2989221212cadfce807bcdb35065d63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ohyeah,oy-0001" + "oy-0001" + ]; + titles = [ + { + model = "OY-0001"; + vendor = "Oh Yeah"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "6d00bbc4e8bcef4ce1050de07b8a14403c8014d1383134d566bcb2cf8c872ea2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-phicomm_k2g-initramfs-kernel.bin"; + sha256 = "8e8632f0da6124744a81531d2d58b978505e09d5f0250d109e44ca5cd225dbd6"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + model = "K2G"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-phicomm_psg1208"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-phicomm_psg1208-squashfs-sysupgrade.bin"; + sha256 = "0f89657e17c0b23f779ea53529256c4625d9bea3de9e33e7d4181513fcdfcc00"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-phicomm_psg1208-initramfs-kernel.bin"; + sha256 = "81c6b6506618cf35de9be4a0951af53ee3995973d9d9899be730600e594f7407"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1208" + "psg1208" + ]; + titles = [ + { + model = "PSG1208"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218a = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-phicomm_psg1218a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-phicomm_psg1218a-initramfs-kernel.bin"; + sha256 = "44f2f6bc25b5bad7cdf1c38a80d8b248e4b4b039a0a2f8173076f72ad9be97d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-phicomm_psg1218a-squashfs-sysupgrade.bin"; + sha256 = "9624fa12ad434bc64cd1143d4cd1acc8909f8a51385071af6d9cf5b3d94d28fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,psg1218a" + "psg1218" + "psg1218a" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Ax"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-phicomm_psg1218b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-phicomm_psg1218b-squashfs-sysupgrade.bin"; + sha256 = "01f3c52763fdc72bc65973d157adf05293dbe55b18cf1bc5db1c44273927f8fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-phicomm_psg1218b-initramfs-kernel.bin"; + sha256 = "ce716938345307453d8d307e5ba8d286554593eb66b8d14206708ad5f8eb34f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1218b" + "psg1218" + "psg1218b" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Bx"; + vendor = "Phicomm"; + } + ]; + }; + planex_cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-planex_cs-qr10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-planex_cs-qr10-initramfs-kernel.bin"; + sha256 = "508570ed5646e98050b70745f29696429b56c708f4cd62400109367fddbcc5f9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-planex_cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "58369452651947667369cea9025c9196301ca638a0631ab44c90d42e8dde3da6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,cs-qr10" + "cs-qr10" + ]; + titles = [ + { + model = "CS-QR10"; + vendor = "Planex"; + } + ]; + }; + planex_db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-planex_db-wrt01"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-planex_db-wrt01-initramfs-kernel.bin"; + sha256 = "38c3454a57983bca09b43d0b8eae808164c630d130ab4d93058605dcd0180504"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-planex_db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "cf3634d95ca1be6ffc44a27fd6cacea8ba4403f34dac7ad2535fdf4f0b8a82f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,db-wrt01" + "db-wrt01" + ]; + titles = [ + { + model = "DB-WRT01"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-planex_mzk-750dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-planex_mzk-750dhp-initramfs-kernel.bin"; + sha256 = "09b059cf0f3ed80863164a1cc67b7efdcd135e797ad945c060243850fdbe3f54"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-planex_mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "b15e89cbd29c89e750ac40be3513b0df16c62a4dd6968a89e5046c0f58b120b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-750dhp" + "mzk-750dhp" + ]; + titles = [ + { + model = "MZK-750DHP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-planex_mzk-ex300np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-planex_mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "7a5405fa036977e3be62da11f785683864750bda974760cb7ceefd9231cb0feb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-planex_mzk-ex300np-initramfs-kernel.bin"; + sha256 = "3025ff7c41deb6d7ca4617b8cdc8395ba51da6fbbde1732e6415df0978499403"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex300np" + "mzk-ex300np" + ]; + titles = [ + { + model = "MZK-EX300NP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-planex_mzk-ex750np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-planex_mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "d3b042963d4ab6aa864fcc712929c5205a4c2ee75647f617fac65f55dfcb41f0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-planex_mzk-ex750np-initramfs-kernel.bin"; + sha256 = "ef6ce6b5ffb6278ff7521935c97abc8baa0e22ca5a9945947910add894decfb5"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex750np" + "mzk-ex750np" + ]; + titles = [ + { + model = "MZK-EX750NP"; + vendor = "Planex"; + } + ]; + }; + ralink_mt7620a-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-ralink_mt7620a-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-ralink_mt7620a-evb-initramfs-kernel.bin"; + sha256 = "0b90eace6092176986d4fb78354c3b52ebaf56c88dfa4e39690a1c5fb941dab4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-ralink_mt7620a-evb-squashfs-sysupgrade.bin"; + sha256 = "38695c21d4bc130616ea4b5340146d484863522bf97dc48af478afeef8155cbd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-evb" + ]; + titles = [ + { + model = "MT7620a EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7530-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-ralink_mt7620a-mt7530-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-ralink_mt7620a-mt7530-evb-squashfs-sysupgrade.bin"; + sha256 = "35b498a63ea29f1d2c75c381d1adc59eca1ffaa7f44377c925606cb23e1f3b1d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-ralink_mt7620a-mt7530-evb-initramfs-kernel.bin"; + sha256 = "b91e2b1f3770d981b2cd5dbcb0d776d06b637ae034baee582611692069ca4071"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7530-evb" + "mt7620a_mt7530" + ]; + titles = [ + { + model = "MT7620a + MT7530 EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7610e-evb = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-ralink_mt7620a-mt7610e-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-ralink_mt7620a-mt7610e-evb-initramfs-kernel.bin"; + sha256 = "b139fd91a542073a0790b6b14086a54622248ee825d84dd24dae7965fbf8b309"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-ralink_mt7620a-mt7610e-evb-squashfs-sysupgrade.bin"; + sha256 = "48b308598f817cb55af09107b5259b10b2bd467d2e14d86199efd4f6f79a1f7d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7610e-evb" + "mt7620a_mt7610e" + ]; + titles = [ + { + model = "MT7620a + MT7610e EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-v22sg-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-ralink_mt7620a-v22sg-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-ralink_mt7620a-v22sg-evb-initramfs-kernel.bin"; + sha256 = "a03ecf36ef9be936a22b5080f95eb5c970820e8cac49782ec3b42f1aea6f3a8f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-ralink_mt7620a-v22sg-evb-squashfs-sysupgrade.bin"; + sha256 = "7d54eaeec1e4337f272a1bf30271a863217bdfaf56146cf5a949804dfc6db60e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-v22sg-evb" + "mt7620a_v22sg" + ]; + titles = [ + { + model = "MT7620a V22SG"; + vendor = "MediaTek"; + } + ]; + }; + ravpower_rp-wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-ravpower_rp-wd03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-ravpower_rp-wd03-squashfs-sysupgrade.bin"; + sha256 = "4914d58b8886190bbd9621df41b52eba7b55b44b64372350c21a41cb770c91f3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-ravpower_rp-wd03-initramfs-kernel.bin"; + sha256 = "29cad49ae8da9ea15e08668c4a6909823566750bab9f53dc40b6bbf9611fef09"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-ravpower_rp-wd03-squashfs-kernel.bin"; + sha256 = "0a7fcfb12e9220811d3885262f2fc108cbd9c5219efe1a05bdc553b44440330e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-ravpower_rp-wd03-squashfs-rootfs.bin"; + sha256 = "56107c1cb455e594b80bde9f7e2b169e56b31647e036e709c2f5e269ccad2d35"; + type = "rootfs"; + } + ]; + supported_devices = [ + "ravpower,rp-wd03" + "ravpower,wd03" + ]; + titles = [ + { + model = "RP-WD03"; + vendor = "RAVPower"; + } + ]; + }; + sanlinking_d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-sanlinking_d240"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-sanlinking_d240-initramfs-kernel.bin"; + sha256 = "ca712d69bce77e3becdb26a622faa5db8211301690127daeba7b1a1d74fe5bcd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-sanlinking_d240-squashfs-sysupgrade.bin"; + sha256 = "462bb3bcfe8f23a7b188f6fe859ccdfbbce75ee24e41980123f4352007224a85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sanlinking,d240" + "d240" + ]; + titles = [ + { + model = "D240"; + vendor = "Sanlinking Technologies"; + } + ]; + }; + sercomm_na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-sercomm_na930"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-sercomm_na930-initramfs-kernel.bin"; + sha256 = "8f7b17a97f682b25b4701de443352896a806c3a53306570ecc12a60c2e098e09"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-sercomm_na930-squashfs-sysupgrade.bin"; + sha256 = "55a52d53b8ace4f665e6e86b8f87844c7ca6a3b516c685c26ebd6074fa9742fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,na930" + "na930" + ]; + titles = [ + { + model = "NA930"; + vendor = "Sercomm"; + } + ]; + }; + sitecom_wlr-4100-v1-002 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-sitecom_wlr-4100-v1-002"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-sitecom_wlr-4100-v1-002-initramfs-kernel.bin"; + sha256 = "19acaf74f1e9eced2791bcc3540a1bc3b1911c9aeb4aebe55818e2e51c09761d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-sysupgrade.bin"; + sha256 = "b67f1e715939e9b3ce0c03b5e936cc328cb6a2f33e75019582e4cb7f97e6a903"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-factory.dlf"; + sha256 = "fdeb6841a3b0a83234682f8b480214a3498c6cde1884a2f1ed830ce6f5d1c5bb"; + type = "factory"; + } + ]; + supported_devices = [ + "sitecom,wlr-4100-v1-002" + ]; + titles = [ + { + model = "WLR-4100"; + variant = "v1 002"; + vendor = "Sitecom"; + } + ]; + }; + tplink_archer-c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-tplink_archer-c2-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_archer-c2-v1-initramfs-kernel.bin"; + sha256 = "1f870c95495e24fedd89fd23e75a0fc7b1f16906b3e9e263e6b077bd0962fd71"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_archer-c2-v1-squashfs-sysupgrade.bin"; + sha256 = "3715d53d6360138964d1f2f8d11792e5676da9907be07365b0b13fa60f71caee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v1" + "tplink,c2-v1" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-tplink_archer-c20-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_archer-c20-v1-squashfs-sysupgrade.bin"; + sha256 = "18a57eceb46e180ba1deb33adbb3a94ccb38c07ecffc92a7117d1e0cac8538cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_archer-c20-v1-initramfs-kernel.bin"; + sha256 = "9ee4d40f06870ad42ba51a245bdb46cf2a85e5e36f9179ad6f8d605ae9d38501"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v1" + "tplink,c20-v1" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-tplink_archer-c20i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_archer-c20i-squashfs-sysupgrade.bin"; + sha256 = "cfe0a20a0f6365c7e14b97beff5a3275c8d4f4f247fc4825ac00a3ac04cbd1bc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_archer-c20i-squashfs-factory.bin"; + sha256 = "38abfc974c41ad747a7c4008d0d85f20322b1b50cc44e655ed89bde71ef804be"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_archer-c20i-initramfs-kernel.bin"; + sha256 = "02e8be633cf1f1e243f833a6f7b88842a835fa47bf4f2f48f8ceddd467da34f7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20i" + "c20i" + ]; + titles = [ + { + model = "Archer C20i"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-tplink_archer-c50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-us.bin"; + sha256 = "90f90adc40f4f2dbfb0836fb30611adf13f9d92d944baf163ab4c3da69023122"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-eu.bin"; + sha256 = "8a31d81e25c32c6a59b85707dd8ae84873d290f2ded737a02d78ed5a6ff433a5"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_archer-c50-v1-squashfs-sysupgrade.bin"; + sha256 = "be923e3dda92aab14039422b194be7564ac9ef2acada1e5052db96a95a692a65"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_archer-c50-v1-initramfs-kernel.bin"; + sha256 = "5b98717d65185e26c7cdd8f5b030af992795b20d059989809aacf608aa337e2c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v1" + "c50" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-mr200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-tplink_archer-mr200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_archer-mr200-initramfs-kernel.bin"; + sha256 = "d5177b43f268aae8d837bb80c18f8f6cc449f842b47dcb858970caef31db476a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin"; + sha256 = "8b25133071eb63cb10a04421d0cb92358efde658b4300b0ae891aa18cfbc3178"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-mr200" + "mr200" + ]; + titles = [ + { + model = "Archer MR200"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-tplink_re200-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_re200-v1-initramfs-kernel.bin"; + sha256 = "913113c5d8abe46fa965614f33ec3f7c548bb6848503dab61ddf454e4ded5f5d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_re200-v1-squashfs-factory.bin"; + sha256 = "45a832d36374dc4f2bd25be123c6b3d5c79503f9e8a3f61ca0192eac9ed8d3d7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_re200-v1-squashfs-sysupgrade.bin"; + sha256 = "451b094e39b7a7f477e967d8b7b1b76390073343747eb5ca93144001225c4f67"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re200-v1" + ]; + titles = [ + { + model = "RE200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re210-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-tplink_re210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_re210-v1-squashfs-sysupgrade.bin"; + sha256 = "f852ea81f6ee73d90d656ee82c298ec75bf53848db8236d33c731f7e8c6e6e25"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_re210-v1-initramfs-kernel.bin"; + sha256 = "f5452a850f79f5409e8783529bdd9fe70fe4e69bb376d83cf1a5ec5a31577a74"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-tplink_re210-v1-squashfs-factory.bin"; + sha256 = "501186a7faa5b6ba13342aa29de12b4f1937e6f7a75353d4c7a7bfbd73cd3821"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re210-v1" + ]; + titles = [ + { + model = "RE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-810dr = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-trendnet_tew-810dr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-trendnet_tew-810dr-initramfs-kernel.bin"; + sha256 = "65993938935c3ecc7d151c953f34e83b603e620326b897b009e02da462626a98"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-trendnet_tew-810dr-squashfs-sysupgrade.bin"; + sha256 = "19bd9658dd7d0e3afdc60a3ec267c1235255ddcac9e6b011192f4cfbd826e3b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-810dr" + ]; + titles = [ + { + model = "TEW-810DR"; + vendor = "TRENDnet"; + } + ]; + }; + wavlink_wl-wn530hg4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-wavlink_wl-wn530hg4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-wavlink_wl-wn530hg4-squashfs-sysupgrade.bin"; + sha256 = "d78978e158aa484864b8c84b73a0d39b55fdb72a42cd25c08a6e527077858016"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-wavlink_wl-wn530hg4-initramfs-kernel.bin"; + sha256 = "6dacb2bf3bffa96f19219c8dc186b8c8f7eb2e450ce00487ea266aa6c0659dad"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn530hg4" + ]; + titles = [ + { + model = "WL-WN530HG4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn579x3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-wavlink_wl-wn579x3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-wavlink_wl-wn579x3-squashfs-sysupgrade.bin"; + sha256 = "66c6a2051d6b5dc480781cd37d7c62dbf8a4c386588960290ffb788a3ab4d6fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-wavlink_wl-wn579x3-initramfs-kernel.bin"; + sha256 = "4066a3b8f53961cb580b8257ab80ba214172093f771227e357301a529d85d51f"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn579x3" + ]; + titles = [ + { + model = "WL-WN579X3"; + vendor = "Wavlink"; + } + ]; + }; + wrtnode_wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-wrtnode_wrtnode"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-wrtnode_wrtnode-initramfs-kernel.bin"; + sha256 = "4a0512f95679df14c73dd6d97ec848125c6d5d4c9c7040dd1fb936e766baf7c8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-wrtnode_wrtnode-squashfs-sysupgrade.bin"; + sha256 = "05e2dc2759e76c589c2831437a9922c55ced0b332ec64612635f4a6650d21637"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode" + "wrtnode" + ]; + titles = [ + { + model = "WRTNode"; + vendor = "WRTNode"; + } + ]; + }; + xiaomi_miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-xiaomi_miwifi-mini"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-xiaomi_miwifi-mini-initramfs-kernel.bin"; + sha256 = "847a2730105afb86d3ee98b1fc994594e6c609333aa8c758599c4fbbe2284cad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "13ee7021efea5b2151a75d69a701202cbab6c4e2836ffb997df77b4295709a01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-mini" + "miwifi-mini" + ]; + titles = [ + { + model = "MiWiFi Mini"; + vendor = "Xiaomi"; + } + ]; + }; + youku_yk-l1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-youku_yk-l1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-youku_yk-l1-squashfs-sysupgrade.bin"; + sha256 = "762fd7312b316c3a693bd1c10aa3ae3781f99c839598db888384acc01e89d078"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-youku_yk-l1-initramfs-kernel.bin"; + sha256 = "95033f3063a032f1a8bb1246d8f9c71065e6933633e156dfdfa78dd48e8041da"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l1" + "youku-yk1" + "youku,yk1" + ]; + titles = [ + { + model = "YK-L1"; + vendor = "Youku"; + } + ]; + }; + youku_yk-l1c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-youku_yk-l1c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-youku_yk-l1c-squashfs-sysupgrade.bin"; + sha256 = "5c70717196c3219193c0796d53781542e697e33a69530b84ee685bc058e3fb86"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-youku_yk-l1c-initramfs-kernel.bin"; + sha256 = "2a1ab2356cdca7ed583e2dcfd228ffaeedda898d39609d1166bef45537c6bc03"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l1c" + ]; + titles = [ + { + model = "YK-L1c"; + vendor = "Youku"; + } + ]; + }; + yukai_bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-yukai_bocco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-yukai_bocco-squashfs-sysupgrade.bin"; + sha256 = "ad7d2b38a358fc71e0265f75d8db7bbe78beca21abd258178dcc0f0df4b081dd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-yukai_bocco-initramfs-kernel.bin"; + sha256 = "5eeb65d3fdaeec9f94d5ec8747fbb6e351578d185d2108ded244d439e10c9c22"; + type = "kernel"; + } + ]; + supported_devices = [ + "yukai,bocco" + "bocco" + ]; + titles = [ + { + model = "BOCCO"; + vendor = "YUKAI Engineering"; + } + ]; + }; + zbtlink_zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-ape522ii"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-ape522ii-initramfs-kernel.bin"; + sha256 = "ad5b9e43663b8f92566e1bdd02d5edfbdc2ae377d38e49acaac4cd06d8538715"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "e4d823aeca5351dcd9ce96ae1fd30d98ffb24aafd6695a741550e096e52cecfe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-ape522ii" + "zbt-ape522ii" + ]; + titles = [ + { + model = "ZBT-APE522II"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-cpe102"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-cpe102-initramfs-kernel.bin"; + sha256 = "41693bec6b2421faf25e990d076b202827fce67159e9a173f238ced365777166"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "30eeb496129fabb44530387c78f1731681b0862085a9b39bf8ed7ce92282c650"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-cpe102" + "zbt-cpe102" + ]; + titles = [ + { + model = "ZBT-CPE102"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-wa05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "b453c7cbc3a02671806fde10b8dd008bb017c0054ec6d9eaf455daf5fb7ce5ba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-wa05-initramfs-kernel.bin"; + sha256 = "3ca62c167ad208f492cf40fa9efe967e9764c99dbc95a6b08389810860c5fa77"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wa05" + "zbt-wa05" + ]; + titles = [ + { + model = "ZBT-WA05"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we1026-5g-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-initramfs-kernel.bin"; + sha256 = "86bb195dc49490fd82fbe339fdafbf70a16499558a16d5a5d36f63d2ce69b4d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "77490c345aa0c990c0d85b8834014c9c92533cca756af456d7fb64f0228dfade"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-5g-16m" + "we1026-5g-16m" + "zbtlink,we1026-5g-16m" + ]; + titles = [ + { + model = "ZBT-WE1026-5G"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-h-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we1026-h-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we1026-h-32m-initramfs-kernel.bin"; + sha256 = "5e4311c7bcab364fc328c7353529eb82930529285056a5e99fce162dc74b92d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we1026-h-32m-squashfs-sysupgrade.bin"; + sha256 = "f55cd6c272c0d227fce90d8d10e803c541c5b0926f47251dcac9ec212166b4c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-h-32m" + ]; + titles = [ + { + model = "ZBT-WE1026-H"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we2026"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we2026-initramfs-kernel.bin"; + sha256 = "87bcdbda89dfb6f7b84161696d7fe994c1f1e2224b66b70429734e9dbe4eeede"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "ab883f2c515ee28e75f2b37358c0d3b6144ff79594da85c61d44453ec623252a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we2026" + "zbt-we2026" + ]; + titles = [ + { + model = "ZBT-WE2026"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we826-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we826-16m-initramfs-kernel.bin"; + sha256 = "1aba594f5ed451adeb67a21e7e40d6f8e8d7b02594eda004964ef87e19ef1b83"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin"; + sha256 = "f09e5725589f291daeb2c98b9a8dbb97831e565d13d83ea3f15fccbc250f97ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-16m" + "zbt-we826" + "zbt-we826-16M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-32m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we826-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we826-32m-initramfs-kernel.bin"; + sha256 = "d36c1a3fc46ce7cd4899c87af9dcb75b0731f8052ff8798e02860600a0f3f4fa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we826-32m-squashfs-sysupgrade.bin"; + sha256 = "0ab3c1e72fd38108f0cd140290046f4fb11ecfe6dd414a686ba437578cf3531b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-32m" + "zbt-we826-32M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we826-e-initramfs-kernel.bin"; + sha256 = "9994037dd8e1f7ae3ee2cada41e7ecc5d32e6783d25d72f47cd54adf4b421cff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "4e2997007ed5e20d565959ef82c1f7ab57a58f179f27f304f4afeb7f5db1e029"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + model = "ZBT-WE826-E"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-wr8305rt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "6001ee54586d860a3a84dc41aba72d101dd95865ffafc8c17fa115912b71e947"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-zbtlink_zbt-wr8305rt-initramfs-kernel.bin"; + sha256 = "2cef8b2347d6ca9f41baa143a66f527d9b0f512b779d1997b462c6f2e7872ebd"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wr8305rt" + "zbt-wr8305rt" + ]; + titles = [ + { + model = "ZBT-WR8305RT"; + vendor = "Zbtlink"; + } + ]; + }; + zte_q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-zte_q7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zte_q7-squashfs-sysupgrade.bin"; + sha256 = "07c606a1e6b6c0ee4c8849bf44c06e7e2715e3cb24aa2d106eb7fca14f4dbf2a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-zte_q7-initramfs-kernel.bin"; + sha256 = "3235ad8f3526815802968cfc70ca6ac7f26fdc36508a93e5cabb243e9f749687"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,q7" + "zte-q7" + ]; + titles = [ + { + model = "Q7"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic-omni = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-zyxel_keenetic-omni"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zyxel_keenetic-omni-squashfs-factory.bin"; + sha256 = "2b66b3bb76ebf4bc009b6eea5ffd6a872f6a02dc5c50c697e715304815c0b505"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zyxel_keenetic-omni-squashfs-sysupgrade.bin"; + sha256 = "9ae4cfe0b13faa602b6d6aa0b8f004d0b2877ec8bcd0fa90d212ed7334d99812"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-zyxel_keenetic-omni-initramfs-kernel.bin"; + sha256 = "3530d61eb510fa06cebcd1f73b7400824467a2575f03c90f5bb96a4430f696b4"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni" + "kn_rc" + ]; + titles = [ + { + model = "Keenetic Omni"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-omni-ii = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-zyxel_keenetic-omni-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-sysupgrade.bin"; + sha256 = "2830ce9dd8bfc37bb0dcd6004663885843743b642043826309e23acfaf593ac6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-zyxel_keenetic-omni-ii-initramfs-kernel.bin"; + sha256 = "08af818ca1cb6862955015fd2ae89d0a21e84b88e59077a70a6e2b697fc02602"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-factory.bin"; + sha256 = "91e8ae6fef7db6687f2ec88502b0d006d699f5eaaa7f8f791d3b7e7a1191accb"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni-ii" + "kn_rf" + ]; + titles = [ + { + model = "Keenetic Omni II"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-viva = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7620-zyxel_keenetic-viva"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7620-zyxel_keenetic-viva-initramfs-kernel.bin"; + sha256 = "03adeadb917338be1485722fe324ead75c9010b3156ebf7417a56b71c10ad459"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zyxel_keenetic-viva-squashfs-factory.bin"; + sha256 = "5741dacbaeef8e650f6927b0029fb34406a41a7a688d699d2a79f729351d5322"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7620-zyxel_keenetic-viva-squashfs-sysupgrade.bin"; + sha256 = "8912d16540f049d4e863a5fb7ab16a49efa657bd3c3ed4ab95d25904de227309"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-viva" + "kng_rc" + ]; + titles = [ + { + model = "Keenetic Viva"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "ramips/mt7620"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + adslr_g7 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-adslr_g7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin"; + sha256 = "8bb986d373f0c045869e35b277479b95eff08051058515d495cfaa90a4bafe1c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-adslr_g7-initramfs-kernel.bin"; + sha256 = "deb8710ea5654c95164a91ecb88b9dde9657423d8bbe7e283e0bbc64fa7b9638"; + type = "kernel"; + } + ]; + supported_devices = [ + "adslr,g7" + ]; + titles = [ + { + model = "G7"; + vendor = "ADSLR"; + } + ]; + }; + afoundry_ew1200 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-afoundry_ew1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin"; + sha256 = "6fea0c6c9a82b58e8e7419edc4447352f731bc97e3f47f0f82e4dde50360c17f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-afoundry_ew1200-initramfs-kernel.bin"; + sha256 = "f33378c388ede74eb472e813a97b6404b30a05ef980077305db15a58f21a5830"; + type = "kernel"; + } + ]; + supported_devices = [ + "afoundry,ew1200" + "ew1200" + ]; + titles = [ + { + model = "EW1200"; + vendor = "AFOUNDRY"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-alfa-network_quad-e4g-initramfs-kernel.bin"; + sha256 = "4b6e79bc1c2d136f9dc123e8eb0705f034742efd37735a40ec15a5b9959abafe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "d27cd3a27bd1b7d3efc172d60cea4c7288613100f5673b8f53563266c8d75927"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + "quad-e4g" + ]; + titles = [ + { + model = "Quad-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + ampedwireless_ally-00x19k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-ampedwireless_ally-00x19k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-ampedwireless_ally-00x19k-squashfs-sysupgrade.bin"; + sha256 = "36e7be7b7f5feb575c3912d5f455afdea439ecd84eb90a28eb19dda4ffdb031b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-ampedwireless_ally-00x19k-initramfs-kernel.bin"; + sha256 = "170ba3f51e8d68b86e034bcc7f06cf1322fb22a510188541c7b3521aed0fa062"; + type = "kernel"; + } + ]; + supported_devices = [ + "ampedwireless,ally-00x19k" + ]; + titles = [ + { + model = "ALLY-00X19K"; + vendor = "Amped Wireless"; + } + ]; + }; + ampedwireless_ally-r1900k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-ampedwireless_ally-r1900k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-ampedwireless_ally-r1900k-squashfs-sysupgrade.bin"; + sha256 = "f88a0eb290efbd57bf872e1b671283a8deae4ff356a8ae5ebee6f3c131b253c7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-ampedwireless_ally-r1900k-initramfs-kernel.bin"; + sha256 = "258c49427906e6c86f5a0efeffd6012799c2cd120a41c1bcdfec7311e0d80dfe"; + type = "kernel"; + } + ]; + supported_devices = [ + "ampedwireless,ally-r1900k" + ]; + titles = [ + { + model = "ALLY-R1900K"; + vendor = "Amped Wireless"; + } + ]; + }; + asiarf_ap7621-001 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-asiarf_ap7621-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-asiarf_ap7621-001-squashfs-sysupgrade.bin"; + sha256 = "4d9b72570d6b6e8e514065aee9d40687bd13defb638135deb642f18c057576b3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-asiarf_ap7621-001-initramfs-kernel.bin"; + sha256 = "1dd410590dc2d3e8d6a632f975fc1ef6370349656a351f072ad4c2dfb9e2da69"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,ap7621-001" + ]; + titles = [ + { + model = "AP7621-001"; + vendor = "AsiaRF"; + } + ]; + }; + asiarf_ap7621-nv1 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-asiarf_ap7621-nv1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-asiarf_ap7621-nv1-initramfs-kernel.bin"; + sha256 = "22e717828b9a10e971eb01d2fd45887c8ec8e1660a63c115fc21d61e428ba28c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-asiarf_ap7621-nv1-squashfs-sysupgrade.bin"; + sha256 = "01504b37872bca974ae9605d56f800fd21c2da608639cce835ed19a7d26056dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,ap7621-nv1" + ]; + titles = [ + { + model = "AP7621-NV1"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "33dec547efea6adc52d1886943c7bcddc850fb1cd788027f1fb204ddad5d3e3b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-asus_rt-ac57u-initramfs-kernel.bin"; + sha256 = "d41c42b845d2569b2331539650e27a81e45377124978e2423bc42c43a9106a0e"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + model = "RT-AC57U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac65p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-asus_rt-ac65p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin"; + sha256 = "52e80da4e3e8aa1e478d34b78e169b068c51aee997129ffb999e3685f44fbeae"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-asus_rt-ac65p-initramfs-kernel.bin"; + sha256 = "27e41d18dcc7513d0a5033f5c93a89789d74d7832c7cee26984931eedadea65d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-asus_rt-ac65p-squashfs-sysupgrade.bin"; + sha256 = "50fd630d36c12f219e48a50952efc3e9335d0d63cac75ae4a70e4ad543f3be1f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac65p" + ]; + titles = [ + { + model = "RT-AC65P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac85p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-asus_rt-ac85p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-asus_rt-ac85p-squashfs-factory.bin"; + sha256 = "03b73938ae9edd38626dc19c454981e9887f77f52c16055a6d467f4cdcd76170"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-asus_rt-ac85p-squashfs-sysupgrade.bin"; + sha256 = "4a3660fb8f562e2fac29bd18ccbdd4971539a169ee8a716dc88ed3e97973c59e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-asus_rt-ac85p-initramfs-kernel.bin"; + sha256 = "dfd081e6cc209041b7093cac1dc6fbae8295424883d22cddb3b39b365d73b6ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac85p" + ]; + titles = [ + { + model = "RT-AC85P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n56u-b1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-asus_rt-n56u-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-asus_rt-n56u-b1-squashfs-sysupgrade.bin"; + sha256 = "08674d2985088a63d081adae4b4c9a6cf21821c640c65b97176543328aea6080"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-asus_rt-n56u-b1-initramfs-kernel.bin"; + sha256 = "9235cae112130f10e5d922f3f3c3604bf2125f581b5cf8341f735f47e98abee8"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n56u-b1" + ]; + titles = [ + { + model = "RT-N56U"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wsr-1166dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-buffalo_wsr-1166dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-buffalo_wsr-1166dhp-squashfs-sysupgrade.bin"; + sha256 = "de0fdc30d20576482bbadc20669ebe88dca5611463ebc6f934a4b515a308869a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-buffalo_wsr-1166dhp-initramfs-kernel.bin"; + sha256 = "a8d5f581b7cf4ac808110070feb16f3756a1a2f3e17713390aab83a36b26ccaa"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-1166dhp" + "wsr-1166" + ]; + titles = [ + { + model = "WSR-1166DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-2533dhpl = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-buffalo_wsr-2533dhpl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin"; + sha256 = "08f7cdafc705e47558982aff10baa6511acc6dd3f3bd2c22c218820af403b486"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-buffalo_wsr-2533dhpl-initramfs-kernel.bin"; + sha256 = "c07fc166150caf39b8117aaa4229db01dc1847766ef6279564ad6391061c598e"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhpl" + ]; + titles = [ + { + model = "WSR-2533DHPL"; + vendor = "Buffalo"; + } + { + model = "WSR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-600dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-buffalo_wsr-600dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-buffalo_wsr-600dhp-initramfs-kernel.bin"; + sha256 = "ed467dccb5b597a40fe52c8d26aaf442a7c8c972cc46b1e61afb8b82e02e8305"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-buffalo_wsr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "1398ee4e1ee22e31fa991b0e0b786a883c820eb8e528d9dfb1d5a30f88522f11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-600dhp" + "wsr-600" + ]; + titles = [ + { + model = "WSR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1300 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-cudy_wr1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-cudy_wr1300-initramfs-kernel.bin"; + sha256 = "e85abfd1fb5f79f0647975df2afcf556d51ffde8b98d79248748c7412d07980b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-cudy_wr1300-squashfs-sysupgrade.bin"; + sha256 = "429e5e4310a03cfff4ad8b2a1eae4d5e97dae31d7f87991db51f53c5687772f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr1300" + ]; + titles = [ + { + model = "WR1300"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-cudy_wr2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-cudy_wr2100-squashfs-sysupgrade.bin"; + sha256 = "9b44174a9889a7146f06423b1c1a0ab26a410e673b5a7f3dd6b518bab9c27437"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-cudy_wr2100-initramfs-kernel.bin"; + sha256 = "ece1b464b261dd54e1ddc92bfd3b4387f3614212def5e895c1a47ff506248142"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr2100" + ]; + titles = [ + { + model = "WR2100"; + vendor = "Cudy"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "a30c168932faeaa16734da7d761c534cee8c3136c76f26d800b4cbe46df4968a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-d-team_newifi-d2-initramfs-kernel.bin"; + sha256 = "56a0de81ef8f768302be370c7010de9d7b3815ef90f4041b400f47c5003207e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + model = "D2"; + vendor = "Newifi"; + } + ]; + }; + d-team_pbr-m1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-d-team_pbr-m1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-d-team_pbr-m1-initramfs-kernel.bin"; + sha256 = "12b2e83ca89963889a05ffa84f917f288313cdcaee2308fc9a0ea5d5b3fa9149"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-d-team_pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "f8d7efd92a9d1b4ac7307ebe9c1cca512afa268b4c074b57fa23a45f22ec61c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,pbr-m1" + "pbr-m1" + ]; + titles = [ + { + model = "PBR-M1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dir-1960-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-dlink_dir-1960-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-1960-a1-initramfs-kernel.bin"; + sha256 = "0bca5e8988e05e0e8bdea93ff7bd216bcf15c3635330f8f071ef0cc930e57e88"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-1960-a1-squashfs-sysupgrade.bin"; + sha256 = "a587c0118d8d52139bc3f8a107e9915ccc5c7a1c4fb0967e218adcc891d114e8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-1960-a1-squashfs-factory.bin"; + sha256 = "8d6db74a93e849a3fdf50dda14e11143ae8881c3fd12a1ea4cfb1a0a0aaecd4e"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-1960-a1" + ]; + titles = [ + { + model = "DIR-1960"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2640-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-dlink_dir-2640-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-2640-a1-squashfs-factory.bin"; + sha256 = "c53a3fd3f9ebfda7e901ef877f81d392ea6bc58079425ce9f8734462f2996ad3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-2640-a1-squashfs-sysupgrade.bin"; + sha256 = "ab2cc25e6fcdd58963b2e43108e372f6b35ee0496a387377fb51ea80c4ae9e17"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-2640-a1-initramfs-kernel.bin"; + sha256 = "982a2b73896d137e26f1b2c3fd63c6e1306d56a4aba7eac9be90337a6a60934f"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-2640-a1" + ]; + titles = [ + { + model = "DIR-2640"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2660-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-dlink_dir-2660-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-2660-a1-squashfs-factory.bin"; + sha256 = "6bac2247d94db05a23614e23459ddbdaba4637fb9c781f95b1be02670234f26a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-2660-a1-initramfs-kernel.bin"; + sha256 = "6b03eee87bc8974f84a055157e6669dd23280394a91df62fef8f3c3b53a06848"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "4951dbada2de4d1f895fc9643d42a3b220220a8c57c85499ee23481ea7d58370"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-2660-a1" + ]; + titles = [ + { + model = "DIR-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-dlink_dir-860l-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-860l-b1-initramfs-kernel.bin"; + sha256 = "f71307632d7d8508791bff1eb39eb2ea77d4b9b3e2927a66e659116fc3d3ba86"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-860l-b1-squashfs-factory.bin"; + sha256 = "59509eaa9282df152d70721c1ef31805a6ffe327dd4787141f693efbd2093603"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "b0df28ef68985d42f0284413843beffd2771cf3ae54840ee509434a73de8097d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-860l-b1" + "dir-860l-b1" + ]; + titles = [ + { + model = "DIR-860L"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-867-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-dlink_dir-867-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-867-a1-squashfs-factory.bin"; + sha256 = "94cb37354219fd2d6a007d47de3c344e5799379ca585dd617917e9ae04f31fd4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-867-a1-squashfs-sysupgrade.bin"; + sha256 = "2fe9fd98b941885bc53722a273fd0ce0eff91a0a37310b32b0d4526b8c040502"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-867-a1-initramfs-kernel.bin"; + sha256 = "1b9d6e87a76dbc0fdad50ece293d74cbdda568d0dda91451ec8e1ce6f28be38e"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-867-a1" + ]; + titles = [ + { + model = "DIR-867"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-dlink_dir-878-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-878-a1-squashfs-sysupgrade.bin"; + sha256 = "767a7d0ace1c3de32bd141fb6d00cb546e46df37a4e3ef754eb2e8fa44268a27"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-878-a1-squashfs-factory.bin"; + sha256 = "28210e8d16500c4707ca90a550e3f120cf05060bf40672351017ff8420fd0133"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-878-a1-initramfs-kernel.bin"; + sha256 = "97fb1dde877cd5780fec1b85b7d0c0fc9d86f02601bff83a53f848fa2809fb40"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-878-a1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-dlink_dir-882-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-882-a1-squashfs-sysupgrade.bin"; + sha256 = "a7555c97773893baa3d11518936ba62a116ccb2110b266dba021255f93601851"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-882-a1-initramfs-kernel.bin"; + sha256 = "556315858aaeec674e0b822dcb9efa751bef1e625def2f8bc1f488912e359bdc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-882-a1-squashfs-factory.bin"; + sha256 = "342f5dc8d89a9fdd9598b4554612132150764d2dcd16f1aa41b8bee6840680f8"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-882-a1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-dlink_dir-882-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-882-r1-squashfs-sysupgrade.bin"; + sha256 = "ec1ece2f3d0bc6400276e738182d3ff351fd38edabbbc9ffec9bc76956a0868f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-882-r1-initramfs-kernel.bin"; + sha256 = "48341c6d00f69defe462314fccb9ebe82f42b4959918cd3d285efbb7713b2aec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-dlink_dir-882-r1-squashfs-factory.bin"; + sha256 = "9fe1d010853405c3140433b3160b9a50d24f77b89f5f2f986f278435e282fe0e"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-882-r1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + edimax_ra21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-edimax_ra21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"; + sha256 = "bb97b57f6ff274569011df4ca0ed04b3dd59d511b5cf963d085bcf770b4634c4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-edimax_ra21s-initramfs-kernel.bin"; + sha256 = "a7041ebf9becd961216c9c187f60746f216a82d80a7f7fd9acda14ba421f0fc6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin"; + sha256 = "8a1c9fa4089efb155ac37c8ad6c63ffe86cc7f15eb8cc603c900f4add642027b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ra21s" + ]; + titles = [ + { + model = "RA21S"; + vendor = "Edimax"; + } + { + model = "Gemini RA21S"; + vendor = "Edimax"; + } + ]; + }; + edimax_re23s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-edimax_re23s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-edimax_re23s-squashfs-factory.bin"; + sha256 = "a56c01aa3d357fc97edfbb1fa0049086462695c2530d7927c3b3bf06efad0144"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-edimax_re23s-squashfs-sysupgrade.bin"; + sha256 = "099a7df2fdadd2b40cec9df460c0705646d70ce37b7486aefa7fb3e5860b8ac7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-edimax_re23s-initramfs-kernel.bin"; + sha256 = "a4bb324c69f3ddd1fd259f2ff9fee158a989fd387f6ade1515a766fb1e96ada0"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,re23s" + ]; + titles = [ + { + model = "RE23S"; + vendor = "Edimax"; + } + { + model = "Gemini RE23S"; + vendor = "Edimax"; + } + ]; + }; + edimax_rg21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-edimax_rg21s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-edimax_rg21s-initramfs-kernel.bin"; + sha256 = "7398bd58a148e66b9863478a3c851bf26fa4da6faff1b593d0a7e4a27a75406d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-edimax_rg21s-squashfs-sysupgrade.bin"; + sha256 = "215b21d97cc4144e5e26780243f001a02f33895738b203c917a49635a78115ba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-edimax_rg21s-squashfs-factory.bin"; + sha256 = "474cf26ef4359eb7ee5f79354bb6dc1b59623a91264724cecd8fa2b9f824bb1f"; + type = "factory"; + } + ]; + supported_devices = [ + "edimax,rg21s" + ]; + titles = [ + { + model = "Gemini AC2600 RG21S"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1167ghbk2-s-initramfs-kernel.bin"; + sha256 = "2a30f845b43c0d2e43c299060b3a8f2578e6b95470e216b8189a3fd8c5f7310f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "c62d5e61527a9d9a602150943eb1f3dc3e9c1a8f63df43f9cfccdd0caa27bf5f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "4ea7a527356087cb82764c6f28a0f323d71a9ebd41d9bc4799c68841e736da0b"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + model = "WRC-1167GHBK2-S"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gs2-b = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1167gs2-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-factory.bin"; + sha256 = "84f21a4bd9e0b354d89ede026d390a47facc1033cbde927de56ebbf35e0196f4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-sysupgrade.bin"; + sha256 = "7b3015c8adcc2cc3cd603c48680a16e17edea811cd014c9e9bed1e6dae46ec8b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1167gs2-b-initramfs-kernel.bin"; + sha256 = "cc2d46d90447002c9e2201c93fa7cc0c129235fd92cf76c652c0d75b4a20c67d"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gs2-b" + ]; + titles = [ + { + model = "WRC-1167GS2-B"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1167gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1167gst2-initramfs-kernel.bin"; + sha256 = "ec437f08159a8459876efd8964bcaca9851398c6069a3ef268b858529914fa65"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1167gst2-squashfs-sysupgrade.bin"; + sha256 = "baa0873a86e88ccd03f22c05cc95f826a3132d436298eeb893637ed99d219fed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1167gst2-squashfs-factory.bin"; + sha256 = "bee48346f4e1c22a77f8a306ac04e857f1581eafea7f840e5521395b7b627581"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gst2" + ]; + titles = [ + { + model = "WRC-1167GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gs = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1750gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1750gs-squashfs-factory.bin"; + sha256 = "8614bcd7549884f6ac2dcacbff461744dbebf36cd5769efea8211e47ab71d774"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1750gs-initramfs-kernel.bin"; + sha256 = "db31600e7f9cfc9ae98009d44e3d907fdd545cdaacd093fcfe9dd27377dacc0a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1750gs-squashfs-sysupgrade.bin"; + sha256 = "df1d96ee72aaf0efb6df0a1c58a89180778839e320751708992a3514845577b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gs" + ]; + titles = [ + { + model = "WRC-1750GS"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1750gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1750gst2-squashfs-sysupgrade.bin"; + sha256 = "172b918172cbc4f5b713facb32ee4d9676f6f397c23b68bb6a4a4c1d74481851"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1750gst2-squashfs-factory.bin"; + sha256 = "500b56c1cb7e5b129d7969ff3d8dc8f891c82fc5109a64d7b2d1dac5ddf37d66"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1750gst2-initramfs-kernel.bin"; + sha256 = "bafb493a20fb209aa908ffe0e1d0a07857bdf63ebffb688d37b1d9148970c093"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gst2" + ]; + titles = [ + { + model = "WRC-1750GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gsv = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1750gsv"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1750gsv-initramfs-kernel.bin"; + sha256 = "f686a83b4427168bf79c49ec8a9634eba4e440d890bbea1813ed4f53390dc60a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1750gsv-squashfs-sysupgrade.bin"; + sha256 = "969840bc1e853252b74a337ee9924d5c7d1645a499598a412fb21614fc5c3e45"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1750gsv-squashfs-factory.bin"; + sha256 = "d4f51bfbb02345287c9d1cc9389e75ffabcbe9f67d8e2dabc9b08d8791be4ab0"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gsv" + ]; + titles = [ + { + model = "WRC-1750GSV"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "505b703743111c1f0fac4fe4f32b44da77dc783731e2204d327d48d4c7098f4d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1900gst-initramfs-kernel.bin"; + sha256 = "fb3d3973813db42b76fe0c4bb57d0b9ebb066f902cdd52e8d955eedd93639ea0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "0eba3d376160c3c8e4b3913a132b42b7963a3413158810a2cbb630e30732abf6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + model = "WRC-1900GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533ghbk-i = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-2533ghbk-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-2533ghbk-i-initramfs-kernel.bin"; + sha256 = "bc0e32450afb3256856fd0d5ece47ecdb2499f5c12f5086bb36c7e74960b1db5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-factory.bin"; + sha256 = "ba1dca30d61a96852bbd948c61f7969047e3cd3cf0d1d0324602597fc41e41de"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-sysupgrade.bin"; + sha256 = "384f177ea4805eb8addd82c61f80e2a22f8eaf7b76febd54fb9b821a6117b062"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533ghbk-i" + ]; + titles = [ + { + model = "WRC-2533GHBK-I"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-2533gst-initramfs-kernel.bin"; + sha256 = "6868b3133ad005cf111b454d75c3da2c81c454a7e1dab974b8f94aa24397263f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "221eeace525d822cc30a24506cd06f4adb4403e1bfeb0aa0f85cf26e8c5ba177"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "95c857971f64831b1d15c2b2c81a98f9ee8595e6405302fc7a1d5855dc43916e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + model = "WRC-2533GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-2533gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-2533gst2-squashfs-factory.bin"; + sha256 = "8d3778b5a882ab343cdb372d24f6712e2223f427545e7a959bcee90f8dea1737"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-2533gst2-squashfs-sysupgrade.bin"; + sha256 = "b0bf036c68dea576e5199a6d7cecc6565efb74e712d5893becd5bb889d2f2acc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-elecom_wrc-2533gst2-initramfs-kernel.bin"; + sha256 = "3de0ed97efe41c535f89c8d9b7a1dc14056da781bdbebe62f121350d61439999"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst2" + ]; + titles = [ + { + model = "WRC-2533GST2"; + vendor = "ELECOM"; + } + ]; + }; + firefly_firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-firefly_firewrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-firefly_firewrt-squashfs-sysupgrade.bin"; + sha256 = "b48f8efd67a0d866595dec93452dd2cdbf850d5b4fe3bbebc33764e764b211b3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-firefly_firewrt-initramfs-kernel.bin"; + sha256 = "cc7836ceb3ac8d81d8b3ef7de9f55ba7a80227fb94f6203e89e39522a62bb34a"; + type = "kernel"; + } + ]; + supported_devices = [ + "firefly,firewrt" + "firewrt" + ]; + titles = [ + { + model = "FireWRT"; + vendor = "Firefly"; + } + ]; + }; + gehua_ghl-r-001 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-gehua_ghl-r-001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-gehua_ghl-r-001-initramfs-kernel.bin"; + sha256 = "70c09ac2453174930776e9238dd007ead41152b53fcd59bd3428bbea70c26f3d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-gehua_ghl-r-001-squashfs-sysupgrade.bin"; + sha256 = "e2ab526817d502b6024698b320a23a82307e8a66c51fe50f4c56a13986eaac11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gehua,ghl-r-001" + ]; + titles = [ + { + model = "GHL-R-001"; + vendor = "GeHua"; + } + ]; + }; + glinet_gl-mt1300 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-glinet_gl-mt1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-glinet_gl-mt1300-squashfs-sysupgrade.bin"; + sha256 = "9a52acc46f47af7adf2f4e83456e7fc3239269339fbbec42ebdb8688cd7e8caa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-glinet_gl-mt1300-initramfs-kernel.bin"; + sha256 = "0e9e99bae70ffd875b267ea7dbdc11c6d62afd425e7e63639719694846497a14"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt1300" + ]; + titles = [ + { + model = "GL-MT1300"; + vendor = "GL.iNet"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-gnubee_gb-pc1-initramfs-kernel.bin"; + sha256 = "9d0e3e0154cafa22ebd30c948d45337b0dc0ec10c5ea1ba95ee9b122ea8008b3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "35feb04b3f7814d053663dac900abfaa009c86bda92be576a7a552b520b03c7a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + model = "Personal Cloud One"; + vendor = "GnuBee"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "b6a9a54e080fe84fa2ec4372a5f3dbb446ea3f5f9a0aa3572d53e60188c9de0f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-gnubee_gb-pc2-initramfs-kernel.bin"; + sha256 = "1e72246fb4b4b5f5bc4870440c9757d996391aa6a3e7fe37d5383f1d80052457"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + model = "Personal Cloud Two"; + vendor = "GnuBee"; + } + ]; + }; + hiwifi_hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-hiwifi_hc5962"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-hiwifi_hc5962-squashfs-sysupgrade.bin"; + sha256 = "e3d3cb1c9b1791c6325f5fca72d4ff688642922625b47da715e8e09a7ad8183f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-hiwifi_hc5962-squashfs-factory.bin"; + sha256 = "e726200d6c1ac3c9e35a24547244d7b4fb0268d5acbf0ea346ecaff6164ffe82"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-hiwifi_hc5962-initramfs-kernel.bin"; + sha256 = "abf248f6c76f415fe4d1d91896606489e78bc388d60d8a653e986c6ad15b8fc7"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5962" + ]; + titles = [ + { + model = "HC5962"; + vendor = "HiWiFi"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-iodata_wn-ax1167gr-initramfs-kernel.bin"; + sha256 = "5a911ea12e410df0eafbe1d5e05695fdf60584fdbb32d28418a2818a2777e6de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "7ac327ac1657e7e26c7fc30a536c6e3c00d89134c6fa22f46c1d8255c54c5793"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + model = "WN-AX1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax1167gr2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-iodata_wn-ax1167gr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-iodata_wn-ax1167gr2-squashfs-sysupgrade.bin"; + sha256 = "54efe83141aee92f7c3843a3f5f0ab3b559b57cff58fd2244266933673209cc6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-iodata_wn-ax1167gr2-initramfs-kernel.bin"; + sha256 = "7b86e3a2675851cf38d758e9c64e1067135d21e152c403038b1c9d93d8df9831"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr2" + ]; + titles = [ + { + model = "WN-AX1167GR2"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-iodata_wn-ax2033gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-iodata_wn-ax2033gr-squashfs-sysupgrade.bin"; + sha256 = "7a2b4e0e1b680f16dbc179ab96ab1dae6666430ebb5ee4c4845601dd6a22ef71"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-iodata_wn-ax2033gr-initramfs-kernel.bin"; + sha256 = "9d5dfa64ea1a710b703b501ecd48e5ebb7a13741810f4aeaad6e2d5cee5ef700"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax2033gr" + ]; + titles = [ + { + model = "WN-AX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1167r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-iodata_wn-dx1167r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-iodata_wn-dx1167r-initramfs-kernel.bin"; + sha256 = "fbf58faffa485e5eb55ec28f74a4acd6101baa2cef22df80b4389bd7dcff0d64"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-iodata_wn-dx1167r-squashfs-sysupgrade.bin"; + sha256 = "fa6141486f850eb0dbcf03b4ed3b7bb8b516c0349cb24d121366e4f1b9e95802"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-dx1167r" + ]; + titles = [ + { + model = "WN-DX1167R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1200gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-iodata_wn-dx1200gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-iodata_wn-dx1200gr-squashfs-sysupgrade.bin"; + sha256 = "76590d2589d450032078e66bf7b188ce5fbc6ad23640fcc71d0296ec1cab2f35"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-iodata_wn-dx1200gr-initramfs-kernel.bin"; + sha256 = "e1c69a3d77ecbf8564d05189cdd0c014b2addf6c0892395d7f58bba35db3b8f4"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1200gr" + ]; + titles = [ + { + model = "WN-DX1200GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "89a93fb4ff6285cf41d1c4078139eaf21146e220d73b578ba83d75eda79341ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-iodata_wn-gx300gr-initramfs-kernel.bin"; + sha256 = "2c11283f655cd216f4c45cdbca0f28e7d7bf118039d66bfb548766b382ec0461"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + model = "WN-GX300GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wnpr2600g = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-iodata_wnpr2600g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-iodata_wnpr2600g-squashfs-sysupgrade.bin"; + sha256 = "9fac9bacc13d2350534a78f1dd8ddcc3d37f1a93ee26aa6c5a0d2212e2b3d9d9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-iodata_wnpr2600g-squashfs-factory.bin"; + sha256 = "5043c787cfecba73eeb8ce8652c7f620ecb4a06e8956d3aa8d9809b67e42df4f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-iodata_wnpr2600g-initramfs-kernel.bin"; + sha256 = "887033abc311b99e04b20c223e02422d2a2529f987f4401ae5d8312f0f034c94"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wnpr2600g" + ]; + titles = [ + { + model = "WNPR2600G"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a6ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-iptime_a6ns-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-iptime_a6ns-m-squashfs-sysupgrade.bin"; + sha256 = "f3172e3cee2e843181ab542d92a9b96a9d9ed34a2fe57e26e8f107fc2c5ae963"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-iptime_a6ns-m-initramfs-kernel.bin"; + sha256 = "babac9df2056aa3863d15f17fbbfdc2f46c5a18fde1b3e287d759a786f7d21b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a6ns-m" + ]; + titles = [ + { + model = "A6ns-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a8004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-iptime_a8004t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-iptime_a8004t-squashfs-sysupgrade.bin"; + sha256 = "2b3761b74aa35fd957033e2c5166eb0de32990e2738b34b8e3288578851dd87e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-iptime_a8004t-initramfs-kernel.bin"; + sha256 = "41c32f339638222a94fdc528942fb795f2e6ab8a4c4a2c606d30f494987852dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a8004t" + ]; + titles = [ + { + model = "A8004T"; + vendor = "ipTIME"; + } + ]; + }; + jcg_jhr-ac876m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-jcg_jhr-ac876m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-jcg_jhr-ac876m-squashfs-factory.bin"; + sha256 = "ddf6c41e5bc8435d9c1a8134fe3e8f788865e606d307d7ac7c3c12345055e0ed"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-jcg_jhr-ac876m-initramfs-kernel.bin"; + sha256 = "bd741ef4bcdbed29482ed527814a9090bd8345d87945155277b9be7783479f72"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-jcg_jhr-ac876m-squashfs-sysupgrade.bin"; + sha256 = "405cc0692d425a14815aeb19447e21c8892696f6122c11ea0b5bb5fbeabf6afc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jcg,jhr-ac876m" + ]; + titles = [ + { + model = "JHR-AC876M"; + vendor = "JCG"; + } + ]; + }; + jcg_q20 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-jcg_q20"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-jcg_q20-initramfs-kernel.bin"; + sha256 = "b4c53aa928e5ef6bd0ae7238c280cf5dc02878a1e3c8fd1465edb29ec3411917"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-jcg_q20-squashfs-factory.bin"; + sha256 = "e95057acabaaab76f7046f5503362b7fa1a0b9b42111cb709b4a5cc5a67a18f2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-jcg_q20-squashfs-sysupgrade.bin"; + sha256 = "220be48d3ac7b6e86232a1590efb08e99aea19ae40fb6acc511eb090f7666d22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jcg,q20" + ]; + titles = [ + { + model = "Q20"; + vendor = "JCG"; + } + ]; + }; + jcg_y2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-jcg_y2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-jcg_y2-squashfs-sysupgrade.bin"; + sha256 = "892b8f9ba8f10a1340debb9cfffff040a8cf39bdb5a3c94426fa7dde34121842"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-jcg_y2-squashfs-factory.bin"; + sha256 = "f67fb8a4c38001c18f788c7d8bda6c49b8125dc65de5cf6d9961c9d0daee3146"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-jcg_y2-initramfs-kernel.bin"; + sha256 = "f802122cb6de4f8cda7bedfeca4e1fcce03e3d45597f4fe0b0b3f79acae91f93"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,y2" + ]; + titles = [ + { + model = "Y2"; + vendor = "JCG"; + } + ]; + }; + lenovo_newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-lenovo_newifi-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-lenovo_newifi-d1-initramfs-kernel.bin"; + sha256 = "454ef1d1343999adb07c021868cbc4f408ea9756ee01d114f55cfc596eb0ce22"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-lenovo_newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "664b5da6b7745604227167e0ababd1ac3296296237308475488896443b4b42c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-d1" + "newifi-d1" + ]; + titles = [ + { + model = "D1"; + vendor = "Newifi"; + } + ]; + }; + linksys_e5600 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-linksys_e5600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_e5600-squashfs-sysupgrade.bin"; + sha256 = "94f31d934d718b760bea2061298756ac003fcbfab26afdb0554f8c56b7811eed"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_e5600-initramfs-kernel.bin"; + sha256 = "b0cd4882c45f9baf8c1e1d0e545544de6c2dc22b8bfae063853536ece6c41b45"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_e5600-squashfs-factory.bin"; + sha256 = "0b0d563f8000acb12bbd9c4f670868d33ec70edf9ee13a1ec3c19f41bce49652"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,e5600" + ]; + titles = [ + { + model = "E5600"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-linksys_ea7300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_ea7300-v1-squashfs-factory.bin"; + sha256 = "a766e1aad5b1e19090cde24d96b920e12d9ee93ec04cc7be9dae9fe23daba470"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_ea7300-v1-initramfs-kernel.bin"; + sha256 = "c37ff07a68bec5fc75aafe8def548adb0164956dac529694fd87b5b39513d44b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_ea7300-v1-squashfs-sysupgrade.bin"; + sha256 = "cc1cb626b4abbf98d24454d34cc33727d18c64c27d440570916ce26485150169"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea7300-v1" + ]; + titles = [ + { + model = "EA7300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-linksys_ea7300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_ea7300-v2-squashfs-factory.bin"; + sha256 = "8efb85f6845d756c8f5c66c46c285c76e365dea7a65aecf263857dd8d1e9777b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_ea7300-v2-squashfs-sysupgrade.bin"; + sha256 = "10b807cd7c0be9982fbf2b188b75ab42804842e38262edfca0f4d253f8688d46"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_ea7300-v2-initramfs-kernel.bin"; + sha256 = "25ce2dd079d3d1a32d462dc6e336664b1aa732986982547a06babf542de8280c"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7300-v2" + ]; + titles = [ + { + model = "EA7300"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7500-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-linksys_ea7500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_ea7500-v2-squashfs-factory.bin"; + sha256 = "898112ffe3d4c0ede0e53b0c4d32dea2f5be8019ef394485e38bfe78c8f29d8f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_ea7500-v2-initramfs-kernel.bin"; + sha256 = "2e56416482ef2f1a26b8e312230f3c9aead027277e3a84828ac42cef4d090c43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_ea7500-v2-squashfs-sysupgrade.bin"; + sha256 = "ecf101c49e4458b882a66e4ee6054aecc5fd546308afe0c017ef958cf969d087"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea7500-v2" + ]; + titles = [ + { + model = "EA7500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-linksys_ea8100-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_ea8100-v1-squashfs-sysupgrade.bin"; + sha256 = "85b158b39a3ca59c1e9af0a3421a80ff8c58bd1dd56094c2a5c222f42820b147"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_ea8100-v1-squashfs-factory.bin"; + sha256 = "0a33e00ff8de27349959f9c2921ce21dcb7e2b2e285072f2a8c09369a67bfd69"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_ea8100-v1-initramfs-kernel.bin"; + sha256 = "609c66589199980a3a9026adeab881ce9c6ac90d6b3f44fd206df66fec056573"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8100-v1" + ]; + titles = [ + { + model = "EA8100"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_re6500 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-linksys_re6500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_re6500-squashfs-sysupgrade.bin"; + sha256 = "cd3e50f33c195495048802af06e20eed30fab57f055a8c9244aab741152fa4b3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-linksys_re6500-initramfs-kernel.bin"; + sha256 = "44e84fa09657f5351f13a9cc3428423b5aba9ee8224e23145f64a39983dfd8c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,re6500" + "re6500" + ]; + titles = [ + { + model = "RE6500"; + vendor = "Linksys"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "b358a7d497297e02ed38cd063446d70a496f35391100250544b62bb16b62b395"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-mediatek_ap-mt7621a-v60-initramfs-kernel.bin"; + sha256 = "387c0c58f5a90ddeb3956c98faacd31bfbee2e8ab6d468c2e5a69654d6f39cb3"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + model = "AP-MT7621A-V60 EVB"; + vendor = "Mediatek"; + } + ]; + }; + mediatek_mt7621-eval-board = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-mediatek_mt7621-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-mediatek_mt7621-eval-board-initramfs-kernel.bin"; + sha256 = "c0371d899d7eee04f28d05c936ac262920b298137c0805a68868c1ac8cddeb33"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-mediatek_mt7621-eval-board-squashfs-sysupgrade.bin"; + sha256 = "5afc5a95ef20dfe5f096bc81648bc0d75f405337cf68d0d51f0508e4d25fef5d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7621-eval-board" + "mt7621" + ]; + titles = [ + { + model = "MT7621 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mikrotik_routerboard-750gr3 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-mikrotik_routerboard-750gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-mikrotik_routerboard-750gr3-squashfs-sysupgrade.bin"; + sha256 = "a9235d266fc30897b498efc42a610c355996ff82ce0c6c63c1324e714efa632b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-mikrotik_routerboard-750gr3-initramfs-kernel.bin"; + sha256 = "fe140d89a44d1f73442bee677ec8c81effd7ffbca102ca5f903b7f6dacf64631"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-750gr3" + "mikrotik,rb750gr3" + ]; + titles = [ + { + model = "RouterBOARD 750Gr3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-760igs = { + device_packages = [ + "kmod-usb3" + "kmod-sfp" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-mikrotik_routerboard-760igs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin"; + sha256 = "e7add7c79fb83dfca2a8cc9dbb4da2d21321b090000408bcace42d849db257dd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-mikrotik_routerboard-760igs-squashfs-sysupgrade.bin"; + sha256 = "61753c44cb1095aef0ddc8817b4c8e823450045646938c8f3ed4ad2afdebaa6f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-760igs" + ]; + titles = [ + { + model = "RouterBOARD 760iGS"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m11g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-mikrotik_routerboard-m11g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-mikrotik_routerboard-m11g-squashfs-sysupgrade.bin"; + sha256 = "32efe1f46b5cffe376fccb178675fdb1100b3000fb97342327b271ef66c3e658"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-mikrotik_routerboard-m11g-initramfs-kernel.bin"; + sha256 = "c1a3f4ff8ab9101256a82811e4bda7be123da92ade1ee0e8aa89cfea2e9b15a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m11g" + "mikrotik,rbm11g" + ]; + titles = [ + { + model = "RouterBOARD M11G"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m33g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-mikrotik_routerboard-m33g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-mikrotik_routerboard-m33g-initramfs-kernel.bin"; + sha256 = "1cd55134bb80c1d5572606f769219cc2b87ef172d0c31ecd8be548476015a811"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-mikrotik_routerboard-m33g-squashfs-sysupgrade.bin"; + sha256 = "ce4426d9a4cd9ec4317e629670a6d3d90cdeee5b28c9a4de659bacb385afdc83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m33g" + "mikrotik,rbm33g" + ]; + titles = [ + { + model = "RouterBOARD M33G"; + vendor = "MikroTik"; + } + ]; + }; + mqmaker_witi = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-mqmaker_witi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-mqmaker_witi-initramfs-kernel.bin"; + sha256 = "57244de4799fc60d79b7e94abff5e806c70e00a3a1f607605ed606a95cae612e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-mqmaker_witi-squashfs-sysupgrade.bin"; + sha256 = "51c02a035b16b0d78abfa4265082fc47086e44dbf6b712959b155c9715cad8b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi" + "witi" + "mqmaker,witi-256m" + "mqmaker,witi-512m" + ]; + titles = [ + { + model = "WiTi"; + vendor = "MQmaker"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-mtc_wr1201-initramfs-kernel.bin"; + sha256 = "2b040441ffe6f66fda57a9b8d76045067fb589d2ecba15402ee41f4be9c44b2a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "d543569fd663e1952d369c9c0789046c1f49f1281c4bdc3303a6ba4bf99b0ff4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + model = "Wireless Router WR1201"; + vendor = "MTC"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "54af64ff4f9ea08b7d9f1d8181f4667ef1086b9e0762f0059feed9628a604a0d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "7c58486ea9e923b6782043b1509dc66962d1941016fcce3d922d96eba7443529"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_ex6150-initramfs-kernel.bin"; + sha256 = "3d7b46a18b6ef18b21f74b96d0b04de53e8704f13034a184f9b77ff47bc9852c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + model = "EX6150"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-netgear_r6220"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6220-initramfs-kernel.bin"; + sha256 = "52f2de939c91e29c7c580c90bc37d55846de0ffcd8f0af583dcccf2c03005fbd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6220-squashfs-factory.img"; + sha256 = "c5f92edb52bb852e8685834ea0ad02d56c2bcf8a390c3496acf7b38585a1ed34"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6220-squashfs-rootfs.bin"; + sha256 = "1846ffc07a84ee6750cae7beef60c9d5b6388f65365b961f41fc0b02fb1e9a36"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6220-squashfs-kernel.bin"; + sha256 = "82ac30b491230133eb69ccc0e745ff9a43652b71cf864617086c5e5127ba5ed9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin"; + sha256 = "b3167b1d76d6caaee27de17554970b8c762138e436e60b815a035b2663560649"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6220" + "r6220" + ]; + titles = [ + { + model = "R6220"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6260 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-netgear_r6260"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6260-initramfs-kernel.bin"; + sha256 = "b1b8e6a81192a66101ae1ec09af6199bfe68149c4e51404898e7776e04c91d43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6260-squashfs-rootfs.bin"; + sha256 = "dcca48fe801be9954e6cdf460bbdbcb2b558f88c4fcc30854b353bd86de09bb9"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6260-squashfs-kernel.bin"; + sha256 = "04e21cdb0e6f1e45d859ea244c886db927d272696723a96505469dc89601491f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin"; + sha256 = "6123b0fdb57f352da68da37990f12f65998719d91797417f256dace25661ef5c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6260-squashfs-factory.img"; + sha256 = "047ab80c1925482bcdf3874ea35cfc8f8c79f6f14f17d76cfd5b63a40b823665"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6260" + ]; + titles = [ + { + model = "R6260"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "2fc012a957ecd67d967bc4c06d84e19eefd19ca8fc3d8ce49e58fa13a976d887"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6350-initramfs-kernel.bin"; + sha256 = "bcd4047d63c05fc00acdc5b25b6a40b6c124dec5c472947fa246ce958da8b587"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "dcca48fe801be9954e6cdf460bbdbcb2b558f88c4fcc30854b353bd86de09bb9"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "555abe73db43b922258b89d0e212534a1ac3e4d90f6149dbd64d2465069256de"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "e6830e0638ac95ccfc124243e005a1d8711c79df32fdacbdfb8fe242a9055f76"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + model = "R6350"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6700-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-netgear_r6700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6700-v2-squashfs-kernel.bin"; + sha256 = "e2a76a3c99ee8c53696038d46e353c957358f774597d838070e42e99a9b8ffa9"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6700-v2-initramfs-kernel.bin"; + sha256 = "0abc34b8520e92cb357acf920d41bb6335e06f0bed8310afebae1333664a367e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6700-v2-squashfs-factory.img"; + sha256 = "58880f06c6fc1779aa84f6d121b9bbd4cd957376624961f3d101ff7b6d531c99"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6700-v2-squashfs-sysupgrade.bin"; + sha256 = "0dea2ab79034a8313975e610cd0e132260284f895e4c8b66a504ff2605212fc3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6700-v2-squashfs-rootfs.bin"; + sha256 = "dcca48fe801be9954e6cdf460bbdbcb2b558f88c4fcc30854b353bd86de09bb9"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6700-v2" + ]; + titles = [ + { + model = "R6700"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2400"; + variant = "v1"; + vendor = "NETGEAR"; + } + { + model = "R7200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6800 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-netgear_r6800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6800-squashfs-sysupgrade.bin"; + sha256 = "45ee3ed5f8c12ee24af412f1c9b9c1d0e198ebcb374acc202e3979f94656ecf3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6800-squashfs-factory.img"; + sha256 = "bae7c84873ff50fe64183467becee7a72e115c427d3e7298c9634e3da05dc89e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6800-squashfs-rootfs.bin"; + sha256 = "dcca48fe801be9954e6cdf460bbdbcb2b558f88c4fcc30854b353bd86de09bb9"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6800-squashfs-kernel.bin"; + sha256 = "6c8996407237dc6d2f4e9896bc18788f4c7a29f07831045e0f8243ee5fc53a47"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6800-initramfs-kernel.bin"; + sha256 = "30d822e2aa4663b21fa5fa702a3740c85a0be93572da32747d49330aecc4f837"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6800" + ]; + titles = [ + { + model = "R6800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6850 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-netgear_r6850"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6850-squashfs-rootfs.bin"; + sha256 = "dcca48fe801be9954e6cdf460bbdbcb2b558f88c4fcc30854b353bd86de09bb9"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6850-squashfs-factory.img"; + sha256 = "16525c98a560d5656fd71e3db7e38c955174b49660cbcfac990703106e3cbb00"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6850-squashfs-sysupgrade.bin"; + sha256 = "a0c29bd2f814addac4afee56be8ef7b3b8ef789ee596b857f5a6e2c7ed760ae2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6850-initramfs-kernel.bin"; + sha256 = "08853449db97d1f56f96fd943bed70d8f17479356f40f148f68da330409bc301"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_r6850-squashfs-kernel.bin"; + sha256 = "f7a13dfc5c81b195496d94d41f317834b4d02858e8e71be694a640373a58c9e1"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6850" + ]; + titles = [ + { + model = "R6850"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac104 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-netgear_wac104"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_wac104-initramfs-kernel.bin"; + sha256 = "521993cc4a75dc7fdf6e761d6f4ac7d2d784caa4bbd452664f0670e3663b3447"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_wac104-squashfs-kernel.bin"; + sha256 = "90adba896e132aafa1878c0517e3216f2c1fa3ca0436627946a3468727040ce6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_wac104-squashfs-factory.img"; + sha256 = "ff0e28cc48c83babee67f76800e08fd7859c7f3839f97d809d0573be60b67eb1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_wac104-squashfs-sysupgrade.bin"; + sha256 = "c8a9cd6140ccb713b73494cbff4b02586456b08c051511b4a709e1de9196c363"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_wac104-squashfs-rootfs.bin"; + sha256 = "1846ffc07a84ee6750cae7beef60c9d5b6388f65365b961f41fc0b02fb1e9a36"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,wac104" + ]; + titles = [ + { + model = "WAC104"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac124 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-netgear_wac124"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_wac124-squashfs-sysupgrade.bin"; + sha256 = "e056af70c0a840427ce0bbe7bed8c523fba0da951ea37256064573ef3032a32b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_wac124-squashfs-rootfs.bin"; + sha256 = "dcca48fe801be9954e6cdf460bbdbcb2b558f88c4fcc30854b353bd86de09bb9"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_wac124-squashfs-factory.img"; + sha256 = "69c824a355455aa924432f6f1e8337351ee2c3b9396f1f44723ae6abec3e55bc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_wac124-initramfs-kernel.bin"; + sha256 = "91c86b9c636b6be9d7494ce8bdcf3a3a3a882da521d66c2d16abab8d0b26720a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_wac124-squashfs-kernel.bin"; + sha256 = "81684f015a5ab1d09a56cb8c97e5ebda3d1c54164346f5f12b602a2819345aa7"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wac124" + ]; + titles = [ + { + model = "WAC124"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-netgear_wndr3700-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_wndr3700-v5-squashfs-sysupgrade.bin"; + sha256 = "5d28b14b75cb1d6fb0d712453190972c1d211beeb9bc5ad276c14f6d46ace2ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_wndr3700-v5-initramfs-kernel.bin"; + sha256 = "a228e4298299742bf72abdec95fa52a4ae2ecfdfa2f3a1de08adf6fc43b93a53"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netgear_wndr3700-v5-squashfs-factory.img"; + sha256 = "02ace268adda28a8a16fcc6b5329fb8ddc87936b740b843435d65cc4832837db"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v5" + "wndr3700v5" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v5"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-netis_wf2881"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netis_wf2881-squashfs-sysupgrade.bin"; + sha256 = "ec4767f24889af7d2c5c95fd2525b67c3718a97748ffc7e6931e3e453a8b0428"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-netis_wf2881-initramfs-kernel.bin"; + sha256 = "51c76c5a6ef176c55bdecc048a687adf8b72b5c480509bc5f70e4b29f1367948"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-netis_wf2881-squashfs-factory.bin"; + sha256 = "b4bd151c42fdc3d3d4c3e2fe30f40939d732fc2e4f7ea69ce7a74dc8a81154c7"; + type = "factory"; + } + ]; + supported_devices = [ + "netis,wf2881" + ]; + titles = [ + { + model = "WF2881"; + vendor = "NETIS"; + } + ]; + }; + phicomm_k2p = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-phicomm_k2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-phicomm_k2p-initramfs-kernel.bin"; + sha256 = "ddae23de696f5079b939cfce25250c8957f4e9e8b5bc31f35c5e6cd1ff91b392"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"; + sha256 = "527ccecb42fab36e992db549cd38ca025c1b0883852c8913444940194b7d57a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2p" + "k2p" + ]; + titles = [ + { + model = "K2P"; + vendor = "Phicomm"; + } + { + model = "KE 2P"; + vendor = "Phicomm"; + } + ]; + }; + planex_vr500 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-planex_vr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-planex_vr500-squashfs-sysupgrade.bin"; + sha256 = "668b7b447958173d4f06ac901810761f8d591d9ee7178120e92de1a8208f3cc4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-planex_vr500-initramfs-kernel.bin"; + sha256 = "8e082125d3ea095b0665aafd609faf36ed04ed446c4b0907a3ee9d33726aa70b"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,vr500" + "vr500" + ]; + titles = [ + { + model = "VR500"; + vendor = "Planex"; + } + ]; + }; + samknows_whitebox-v8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-samknows_whitebox-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-samknows_whitebox-v8-squashfs-sysupgrade.bin"; + sha256 = "0a9ce9a89481a8815eee9685a9caca5d38fee6725f27b2f76219a161afa89b23"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-samknows_whitebox-v8-initramfs-kernel.bin"; + sha256 = "71a37ebe2518e6b6a72b4d4f5bbe19a5856fe9a0473918292e3461f4be3e461d"; + type = "kernel"; + } + ]; + supported_devices = [ + "samknows,whitebox-v8" + "sk-wb8" + ]; + titles = [ + { + model = "Whitebox 8"; + vendor = "SamKnows"; + } + ]; + }; + sercomm_na502 = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-sercomm_na502"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-sercomm_na502-initramfs-kernel.bin"; + sha256 = "751f1d468bfb7e9b759e8937acc893dc76635fe69a323e470db8a1729af787f7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-sercomm_na502-squashfs-sysupgrade.bin"; + sha256 = "656f439f704cdaef18055d9e0953ae0fdf29c97f22238a18998b70d73f65dbc7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,na502" + ]; + titles = [ + { + model = "NA502"; + vendor = "SERCOMM"; + } + ]; + }; + storylink_sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-storylink_sap-g3200u3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-storylink_sap-g3200u3-initramfs-kernel.bin"; + sha256 = "96f0c43575a46201be4158962e251cfa1f2a6d3cc803233da3db3568903a2e64"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-storylink_sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "6f5ec2a86e76291c699f36c7ab595ec762cbc5020e5bedd022b854a14f6e180e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "storylink,sap-g3200u3" + "sap-g3200u3" + ]; + titles = [ + { + model = "SAP-G3200U3"; + vendor = "STORYLiNK"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-telco-electronics_x1-initramfs-kernel.bin"; + sha256 = "29c145fff47378a990bbf92ffac938d9b25dc4b2054f64e97815d51ab3175ce4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "8590f9e9990a1c4e36041c031bc372c2b14e3285304b2798bfc96de4c05fefb5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + model = "X1"; + vendor = "Telco Electronics"; + } + ]; + }; + thunder_timecloud = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-thunder_timecloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-thunder_timecloud-squashfs-sysupgrade.bin"; + sha256 = "f25c187717e4dfd8cc22d44d0cf5220c3a52efe0abcf5fe32854f2dec86210f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-thunder_timecloud-initramfs-kernel.bin"; + sha256 = "b95391f772ccd891098ad2778ff6afd9d164eec85f02aba33e58ff2e59333582"; + type = "kernel"; + } + ]; + supported_devices = [ + "thunder,timecloud" + "timecloud" + ]; + titles = [ + { + model = "Timecloud"; + vendor = "Thunder"; + } + ]; + }; + totolink_a7000r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-totolink_a7000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-totolink_a7000r-initramfs-kernel.bin"; + sha256 = "1c250f701a7502ea79a1c10b62fd8861b0d0e93541c7f4c292bdc1ab38ba6835"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-totolink_a7000r-squashfs-sysupgrade.bin"; + sha256 = "8315af74f6e3cc9c99bc1b601b43dcaba51b2643b3f5cf35850720b21689b1d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a7000r" + ]; + titles = [ + { + model = "A7000R"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_x5000r = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-totolink_x5000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-totolink_x5000r-initramfs-kernel.bin"; + sha256 = "ced3a72c49aa95940af046778dd8ed1009d9ba5f71ae82d7cf64091f9fbf2b3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-totolink_x5000r-squashfs-sysupgrade.bin"; + sha256 = "51c9a8af9e5da9f18332879d9a2277d08142a267ed4fe49ae66b91d6e6cd0e04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,x5000r" + ]; + titles = [ + { + model = "X5000R"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-a6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-tplink_archer-a6-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_archer-a6-v3-squashfs-factory.bin"; + sha256 = "2e3f5a73d25152bc2610f3de83912a55bd13cc1c5497de48cf5a59db01e65e36"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_archer-a6-v3-squashfs-sysupgrade.bin"; + sha256 = "7ab76932f6221c5b9456c5ac580b71fc88c3d793a113d61526bbb351b75c2735"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_archer-a6-v3-initramfs-kernel.bin"; + sha256 = "828f411bae6ed02b8922dae5df334a0b4f2738194e46ee6d631dfb37946f64f7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-a6-v3" + ]; + titles = [ + { + model = "Archer A6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6u-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-tplink_archer-c6u-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_archer-c6u-v1-initramfs-kernel.bin"; + sha256 = "cf168bd6ecf35bc280a83cd832ae9fc1283e6f2040a4123e86df049bddf217c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_archer-c6u-v1-squashfs-factory.bin"; + sha256 = "b4bbe056bd80cb39235d07822f586e382db6526d079fb14f72b2dbae704bc1d8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_archer-c6u-v1-squashfs-sysupgrade.bin"; + sha256 = "473135bf8e4d6c1832ee1167762c1ef35a27b7af12a756e9108de547430e15eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6u-v1" + ]; + titles = [ + { + model = "Archer C6U"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap235-wall-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-tplink_eap235-wall-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_eap235-wall-v1-initramfs-kernel.bin"; + sha256 = "26c779a3ccb3a34c1270eb86a2ba55355572a810525a593d97d6ef341f18d69b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_eap235-wall-v1-squashfs-factory.bin"; + sha256 = "4baab56e3f17b471f5a2de27c17f88485f1fb4ea277d4f1bece498416acaab22"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_eap235-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "c91c49e427c4881825a149a09f004711bb04822523c561b03b6e80490923f75d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap235-wall-v1" + ]; + titles = [ + { + model = "EAP235-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-tplink_re350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_re350-v1-initramfs-kernel.bin"; + sha256 = "cfc98a5e5590356f81ce74701a9dd208dd729a68a69f9c6a344c6c5c29186ff7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_re350-v1-squashfs-sysupgrade.bin"; + sha256 = "8d1951c30e0ac3d0fd8f163e46e0fb7e719bc2b1693321ba6f16ddabefeb18d4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_re350-v1-squashfs-factory.bin"; + sha256 = "39f9a027621a4f0a554a33cac7816a7430cd2d96cc54c560db697c656c02afd1"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re350-v1" + "re350-v1" + ]; + titles = [ + { + model = "RE350"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re500-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-tplink_re500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_re500-v1-squashfs-factory.bin"; + sha256 = "b112d8dc53cf4cac180bc2ab0c6e39e04479af550215e5faabd91460f8c79845"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_re500-v1-initramfs-kernel.bin"; + sha256 = "4e6f20d0231fefc495c899ad6921663b2898dba1f8ac0339dabcdf5e8d1daac5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_re500-v1-squashfs-sysupgrade.bin"; + sha256 = "a37fc5888535833130c9a3751a30f21a8cfd23e517feb9808bcfdae9f55d3f97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re500-v1" + ]; + titles = [ + { + model = "RE500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-tplink_re650-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_re650-v1-initramfs-kernel.bin"; + sha256 = "46167b5dc43af46d3fb6e2a053cd965101cd0ec3ece06b88e6dd5f5f2432a52f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_re650-v1-squashfs-factory.bin"; + sha256 = "8634db935e61377efb1cec5ca6f03d20735f620439a664c0a9c64c799121058a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-tplink_re650-v1-squashfs-sysupgrade.bin"; + sha256 = "d0bd3682cd8dfe7e57ed3ad1811f26a42b69a5363c875b2c0b0ed45735c667d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re650-v1" + ]; + titles = [ + { + model = "RE650"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_edgerouter-x = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-ubnt_edgerouter-x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"; + sha256 = "668c3560691beaeec50864e01f8021adab223f07987a370ff8d2945b2d19c5da"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-ubnt_edgerouter-x-initramfs-kernel.bin"; + sha256 = "d59b320ba135c0355d4273b129338a6f924a83be54abfd8d8b21f3ed6f263e60"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x" + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + model = "EdgeRouter X"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-x-sfp = { + device_packages = [ + "-wpad-basic-wolfssl" + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-sfp" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-ubnt_edgerouter-x-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"; + sha256 = "6f02cf30bbee1f5f98858f18124972e6e07835c869949ce2333b8c0513d2f414"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-ubnt_edgerouter-x-sfp-initramfs-kernel.bin"; + sha256 = "d6e4984b59fec9b1943f855ab99a6f9351caf4a3797551e7fb772eeb29228678"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x-sfp" + "ubnt-erx-sfp" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + model = "EdgeRouter X SFP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lite = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-ubnt_unifi-6-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-ubnt_unifi-6-lite-squashfs-sysupgrade.bin"; + sha256 = "66e10f8c465aec7d1378b4cc6a84aba07a65d3ea58694fc13a3e9d0ccc3f147d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-ubnt_unifi-6-lite-initramfs-kernel.bin"; + sha256 = "95d4c6672187c3146ce7214049a8597590d61b3bc7a2e5ea66b9ddd38f7d74b2"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lite" + ]; + titles = [ + { + model = "UniFi 6 Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-nanohd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-ubnt_unifi-nanohd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-ubnt_unifi-nanohd-initramfs-kernel.bin"; + sha256 = "47b494631506253fe03e297b44a8eda6b511e180f5d0cffe5687e1a08406d437"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-ubnt_unifi-nanohd-squashfs-sysupgrade.bin"; + sha256 = "2e76511d6b6373e95e45b35cbc2da468d763011126fa6de52af0b7d14cb0a781"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-nanohd" + ]; + titles = [ + { + model = "UniFi nanoHD"; + vendor = "Ubiquiti"; + } + ]; + }; + unielec_u7621-01-16m = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-unielec_u7621-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-unielec_u7621-01-16m-squashfs-sysupgrade.bin"; + sha256 = "d1e884e554ade7d9e6ae1717590b5ec23a9656cf17c6af1152a7ce2f67f06f96"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-unielec_u7621-01-16m-initramfs-kernel.bin"; + sha256 = "197f4904752797a4c1d9fdb4bf917a91959425d02076685dec749f9f44890403"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-01-16m" + ]; + titles = [ + { + model = "U7621-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-unielec_u7621-06-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-unielec_u7621-06-16m-squashfs-sysupgrade.bin"; + sha256 = "add808d29110be6834a91744516799a4a8d73eb8aad9e6bbe34aac6f20453a08"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-unielec_u7621-06-16m-initramfs-kernel.bin"; + sha256 = "c9c3068b7e2b6cbce4eab193732fed767398599fbd51f04a8f3e0c545945923e"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-06-16m" + "u7621-06-256M-16M" + "unielec,u7621-06-256m-16m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-64m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-unielec_u7621-06-64m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-unielec_u7621-06-64m-initramfs-kernel.bin"; + sha256 = "532850a075693b05dc1eaf32f457b51afc36d356d6b0d9a5ce27d72b19c7e009"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-unielec_u7621-06-64m-squashfs-sysupgrade.bin"; + sha256 = "a46ccc4731078270fb2d1f5149ee8cb2e7f2caba488e66a2d961e06ba05a6919"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-64m" + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "64M"; + vendor = "UniElec"; + } + ]; + }; + wavlink_wl-wn531a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-wavlink_wl-wn531a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-wavlink_wl-wn531a6-initramfs-kernel.bin"; + sha256 = "afeff4463486aa7629123de00ba61a8036e597eb06a97592792713a800652714"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-wavlink_wl-wn531a6-squashfs-sysupgrade.bin"; + sha256 = "96366e1dfbbb1c5b2ca5d38342e8a60fe700ba8ed00a07bf5401c79a5dd5ec43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a6" + ]; + titles = [ + { + model = "WL-WN531A6"; + vendor = "Wavlink"; + } + ]; + }; + wevo_11acnas = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-wevo_11acnas"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-wevo_11acnas-initramfs-kernel.bin"; + sha256 = "690298122e69a804dd506368c98fff293718590ce3340735b1a1f9f1a28ed86e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-wevo_11acnas-squashfs-sysupgrade.bin"; + sha256 = "aa77fcb982d2eb5433bf8c4bbbeac9f85c9f9f39acd1c4cb5179520276f06d54"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,11acnas" + "11acnas" + ]; + titles = [ + { + model = "11AC NAS Router"; + vendor = "WeVO"; + } + ]; + }; + wevo_w2914ns-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-wevo_w2914ns-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-wevo_w2914ns-v2-squashfs-sysupgrade.bin"; + sha256 = "9ea8412761dceb4de9142c1bbbf0396918a02c56e45b8f4e4c5ea9601a0b8ce2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-wevo_w2914ns-v2-initramfs-kernel.bin"; + sha256 = "05493fd20786a4b897ddd45e9abe720499220a9b4b8d4e978829a283dd6d659b"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,w2914ns-v2" + "w2914nsv2" + ]; + titles = [ + { + model = "W2914NS"; + variant = "v2"; + vendor = "WeVO"; + } + ]; + }; + winstars_ws-wn583a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-winstars_ws-wn583a6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-winstars_ws-wn583a6-squashfs-sysupgrade.bin"; + sha256 = "7af61898eac64210a8082a82fb6a30398ec47ec48161d5aba5197acad8791e5e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-winstars_ws-wn583a6-initramfs-WN583A6-kernel.bin"; + sha256 = "29407d46a7a32bfc32852f1c790fb03bd14dee1bb587b625fc7124fc19c90fd2"; + type = "kernel"; + } + ]; + supported_devices = [ + "winstars,ws-wn583a6" + ]; + titles = [ + { + model = "WS-WN583A6"; + vendor = "Winstars"; + } + { + model = "AC2100"; + vendor = "Gemeita"; + } + ]; + }; + xiaomi_mi-router-3-pro = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-3-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-sysupgrade.bin"; + sha256 = "10dfa779a77600d4c9c3c84a5af80adda10bf9d1f2b6014f52422b253520df8d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-3-pro-initramfs-kernel.bin"; + sha256 = "e56e50ad76bd97c344c44ffaddd5797e68c48fff8e2d01918c0a5e72a318396a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-factory.bin"; + sha256 = "617cae560f78326608bccba9871fda454d5c3008ba1f4f7bb35e66bb2ee96964"; + type = "factory"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3-pro" + "xiaomi,mir3p" + ]; + titles = [ + { + model = "Mi Router 3 Pro"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-3g-squashfs-sysupgrade.bin"; + sha256 = "c3cc9e391124a710fab53684a864245165e7760b8d5a0a60f4a7299d6912039b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-3g-squashfs-rootfs0.bin"; + sha256 = "ccfe95a49c10a5c559f8d899cfbf53b2177258caf2032f2753cbd16b43392f9a"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-3g-squashfs-kernel1.bin"; + sha256 = "11b2cc38a96dccd9f668210c6a73b70858d99a8ff497123f3737796b0d1d05ef"; + type = "kernel1"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-3g-initramfs-kernel.bin"; + sha256 = "2df13a788045a4b5af4f359abad6f2fef1c3a475926f7976f2ef47fb6be46322"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g" + "R3G" + "mir3g" + "xiaomi,mir3g" + ]; + titles = [ + { + model = "Mi Router 3G"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-3g-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-3g-v2-initramfs-kernel.bin"; + sha256 = "e3a1ad9067737dd8a143206913cf5933702292029ac7535490d15adfc563cc4b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-3g-v2-squashfs-sysupgrade.bin"; + sha256 = "2428c0c8da8ff6ff86b17ca0b100d0fb2348b00807e0cebee861d75551fc757d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g-v2" + "xiaomi,mir3g-v2" + ]; + titles = [ + { + model = "Mi Router 3G"; + variant = "v2"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-4-squashfs-rootfs0.bin"; + sha256 = "1878bd54cc8b08206f8d3a2509c2a26cf1663fe3129e857494c83671be0e7fd2"; + type = "rootfs0"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-4-initramfs-kernel.bin"; + sha256 = "5d45168eeca0e06c3a7234be8eb57c1d1575560679c21f57cf07a27bc5aec0b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-4-squashfs-kernel1.bin"; + sha256 = "75b162d849df5002c05fc09f6b043338da9f1b481e4d4e03cf7653eeef6eee0a"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-4-squashfs-sysupgrade.bin"; + sha256 = "ec92b71148a5ef4e3c6ce7e23d353e71a09fc0224d2b3e10009cd300017375fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4" + ]; + titles = [ + { + model = "Mi Router 4"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-gigabit = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-4a-gigabit"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin"; + sha256 = "2ece723118d2a8002da128f8edf9c29e86470dfaa0aa62c5663a6b03a2f4ad62"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-4a-gigabit-initramfs-kernel.bin"; + sha256 = "d8d7f529debe11656a58ed777f74aab960a42fd0b6cf6f381db168226ab38b9b"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-gigabit" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "Gigabit Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-ac2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-ac2100-initramfs-kernel.bin"; + sha256 = "461f8ce145969e5847cd3b6d93aeaa646077e0696070ca92ff1bf4b3c24aff66"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "2f7526b0529604e7addda913a68cd446cb5706e13e70f6d0429257b10b279e67"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "4444539c3ca4cc123c6bf869b014341e56cd4a36764d8adb070ebc414725ef16"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "cfb018861e33d060ca683bcb4a25d3df3537bdf1b4e29f5bc57e3758107c9e49"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-ac2100" + ]; + titles = [ + { + model = "Mi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-xiaomi_redmi-router-ac2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "cfb018861e33d060ca683bcb4a25d3df3537bdf1b4e29f5bc57e3758107c9e49"; + type = "rootfs0"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_redmi-router-ac2100-initramfs-kernel.bin"; + sha256 = "40940fc18ce8baea92d2ffc0f475a99cc08c1fbde8d1872c3d32cddd6561d4b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "b8eed9d9080d97784b25bbeccbb2599fb882562e41182e646087edc61915eeb7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "b7e87a32531c8608d487aba1d01efcef5b80e29161ed1b897f24039639a89ab5"; + type = "kernel1"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ac2100" + ]; + titles = [ + { + model = "Redmi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaoyu_xy-c5 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-xiaoyu_xy-c5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaoyu_xy-c5-squashfs-sysupgrade.bin"; + sha256 = "8601a3139554d1191e5d1807ceb760d85e3129942611f3cdc821bac99d5227cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-xiaoyu_xy-c5-initramfs-kernel.bin"; + sha256 = "2073fc6907839579debb6ad86aa8b2f89682da0efe9aec2a378cb6e80b465907"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaoyu,xy-c5" + ]; + titles = [ + { + model = "XY-C5"; + vendor = "XiaoYu"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "8aeaf261058ab29959f8a364d9810d7078aa1cb85d94a3b41247109e2c655897"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-xzwifi_creativebox-v1-initramfs-kernel.bin"; + sha256 = "e498b997f72fb9759b759c4b585f6f3264ad5157731461a788a1a837f08a7608"; + type = "kernel"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + model = "v1"; + vendor = "CreativeBox"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-youhua_wr1200js-initramfs-kernel.bin"; + sha256 = "46ff84193f32cf1a51f1f133d804cc4c508e9c6c549b5af90fbe2a2c3c99a20e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "807f08f66bff9fa6248f0073e93034a120f31e33ee6af61e9049a80b165faa2a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + model = "WR1200JS"; + vendor = "YouHua"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "1a9213f0c3bdb2fa1b0a322b3cce4039bd99c6bee64a7026d7f03d72562cc368"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-youku_yk-l2-initramfs-kernel.bin"; + sha256 = "4424dd1d552493caa1dde8b074522e7022898de1c7a56413e454bb566016446a"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + model = "YK-L2"; + vendor = "Youku"; + } + ]; + }; + yuncore_ax820 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-yuncore_ax820"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-yuncore_ax820-initramfs-kernel.bin"; + sha256 = "3d12ff894c77b3152282a4563d9d67f6596d0ee37a7a6c0beda274c34ef59c11"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-yuncore_ax820-squashfs-sysupgrade.bin"; + sha256 = "43d170ba90335536bccab9cac4bb7f4e11d9be95cd977d2d3b69411e9088cfd9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,ax820" + ]; + titles = [ + { + model = "AX820"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-zbtlink_zbt-we1326"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-zbtlink_zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "73591e816b01aeee2bd42c473667f4c3974806de3917308ef6bfbbf45b8fa673"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-zbtlink_zbt-we1326-initramfs-kernel.bin"; + sha256 = "e99e29836f8bd6ee71e693ae020084a9723ca84f499bf371e84db3b3bd7b3103"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1326" + "zbt-we1326" + ]; + titles = [ + { + model = "ZBT-WE1326"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "a062499eb1bdc9e8f2e31886a242fc2a1bf12f444d44dbb5fc7fc1407bd67979"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-zbtlink_zbt-we3526-initramfs-kernel.bin"; + sha256 = "cb67466cff4ef35c2849bb2d0ad4f014bf2c579adc93d05a0a80b0055545e336"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + model = "ZBT-WE3526"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg2626 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-zbtlink_zbt-wg2626"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-zbtlink_zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "f511042fbbb7bb458affdbc18480e6487e1e6c6eca3ed6d5446d2b5f4cff0faa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-zbtlink_zbt-wg2626-initramfs-kernel.bin"; + sha256 = "70d5a374d3d7b415d132ae22f4ef0faa8a5d5f3395adbea74e67ccba1ea887cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg2626" + "zbt-wg2626" + ]; + titles = [ + { + model = "ZBT-WG2626"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-zbtlink_zbt-wg3526-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-zbtlink_zbt-wg3526-16m-squashfs-sysupgrade.bin"; + sha256 = "ad1945cf1918375c92eade88b232d662febfca496dc3b5ccc7aa92b321d0d420"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-zbtlink_zbt-wg3526-16m-initramfs-kernel.bin"; + sha256 = "a763cbd9bb5f38ceae16ee836b35adad2fe9e2b36124eb4a4d82909fee4c15cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-16m" + "zbt-wg3526" + "zbt-wg3526-16M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-32m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-zbtlink_zbt-wg3526-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-zbtlink_zbt-wg3526-32m-initramfs-kernel.bin"; + sha256 = "b094b65dae6ed9961c800b22266034f6b11f0747e30eed978a9c26af997de76a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-zbtlink_zbt-wg3526-32m-squashfs-sysupgrade.bin"; + sha256 = "a490c924309a1e3cac5cd760e9223f625963ddcad2027189a7ed05f59cdcbe24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-32m" + "ac1200pro" + "zbt-wg3526-32M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zio_freezio = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-zio_freezio"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-zio_freezio-initramfs-kernel.bin"; + sha256 = "592df524f037f7e394a6186c27bf70f179b28fdcc5e67ff5e040af3a22f3bae3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-zio_freezio-squashfs-sysupgrade.bin"; + sha256 = "8955611f5d4c74e1b39aed9c0dcd9d01c032614dbf65a52d3a5465be045e1b12"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zio,freezio" + ]; + titles = [ + { + model = "FREEZIO"; + vendor = "ZIO"; + } + ]; + }; + zyxel_nr7101 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "uboot-envtools" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-zyxel_nr7101"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-zyxel_nr7101-squashfs-sysupgrade.bin"; + sha256 = "de8fbf585f281bd4b91c03829d2b27d985d068ca4acdfdd1ad9aa1dd50985178"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-zyxel_nr7101-initramfs-recovery.bin"; + sha256 = "0125cad5abe265f43d2b5d64ae897946eeb1d92b27e720a4ccdca42ed39b8ac9"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nr7101" + ]; + titles = [ + { + model = "NR7101"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wap6805 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7621-qtn-rgmii" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt7621-zyxel_wap6805"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt7621-zyxel_wap6805-initramfs-kernel.bin"; + sha256 = "7305cfeab53ccbb5f93a6a15605e92d75e17061dcc38fd8ff33d66df74cf8fee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt7621-zyxel_wap6805-squashfs-sysupgrade.bin"; + sha256 = "f4e1b251b68a7b66dff90cf58d8b5f309c327e19b31881b1859cd85148b87e4e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wap6805" + ]; + titles = [ + { + model = "WAP6805"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "ramips/mt7621"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-mt7603" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "985a7107ff655248415091fac2a288d53580928209bda2fc6652df4a93b3c22e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-alfa-network_awusfree1-initramfs-kernel.bin"; + sha256 = "7d855d09ea62d6f1bd245cd90cde30e379751ad35c5c865970bb470a0dffd674"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + "awusfree1" + ]; + titles = [ + { + model = "AWUSFREE1"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rt-n10p-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-asus_rt-n10p-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-asus_rt-n10p-v3-squashfs-sysupgrade.bin"; + sha256 = "aee976a38ff0ab6e798d34499764458e24dc51a8f62e5ec0924200fb0a969b97"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-asus_rt-n10p-v3-initramfs-kernel.bin"; + sha256 = "9879174022b8e4248f2390ee0b64bc850674d5256f02b6db6ab849e313a962ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v3" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "V3"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n11p-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-asus_rt-n11p-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-asus_rt-n11p-b1-initramfs-kernel.bin"; + sha256 = "8d02db6ce774d133d3cf08d2ab89957c3e364289726d51e348461cdd59de9b22"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-asus_rt-n11p-b1-squashfs-sysupgrade.bin"; + sha256 = "a441db50b3b0a61c496452f25824fee2979e071c9365c7702fbaad56475c2699"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n11p-b1" + ]; + titles = [ + { + model = "RT-N11P"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12-vp-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-asus_rt-n12-vp-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-asus_rt-n12-vp-b1-squashfs-sysupgrade.bin"; + sha256 = "3103ef7ad84c04ba7d47b00c0a2e0752a00b198eaf7d9031efc4c21d26c58f0d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-asus_rt-n12-vp-b1-initramfs-kernel.bin"; + sha256 = "2acfe59be44f026b2d190323b545744e636f82e028736c3729aa8fdd63764cdf"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n12-vp-b1" + ]; + titles = [ + { + model = "RT-N12 VP"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + buffalo_wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-buffalo_wcr-1166ds"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-factory.bin"; + sha256 = "35e30f112b5447e986cb49be00773b5741a43c4f2a54e2bbf358b2a2c2bb642e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "0071de8c2d14a5129a7ccc7cea72f6a937a83c9bc11f41f9eb5b823a4297961e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-buffalo_wcr-1166ds-initramfs-kernel.bin"; + sha256 = "17e5f25a7e533198ed412f21b6d07b4b8a55c225d76c2b7f67f0ae72eb241c88"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wcr-1166ds" + "wcr-1166ds" + ]; + titles = [ + { + model = "WCR-1166DS"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "71ace6952db3eb4ad7b0abf82fdedefbb5c8c9ff61c641d345635edab5b19d4a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-cudy_wr1000-initramfs-kernel.bin"; + sha256 = "5704afb876affee448d59a3f358599c365d58b04742129065e9f2a43343afc90"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "3c75bcf84aaa3a3d67daac666a515d27983a7f7c5cb695303fb435cc657737ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + model = "WR1000"; + vendor = "Cudy"; + } + ]; + }; + d-team_pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-d-team_pbr-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-d-team_pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "f1d361c068726d8586c6585e43a4a859e4e71a6d1cffcfb0b146ebf9765c499c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-d-team_pbr-d1-initramfs-kernel.bin"; + sha256 = "01ba16ad39e05da6b49633497448f293ef67982e24d6f0cb41dae489f846d266"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,pbr-d1" + "pbr-d1" + ]; + titles = [ + { + model = "PBR-D1"; + vendor = "PandoraBox"; + } + ]; + }; + duzun_dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-duzun_dm06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-duzun_dm06-squashfs-sysupgrade.bin"; + sha256 = "28a421dda21fbcb1ca44b934ed33f94df3345683ee3bccde776a6c40efc4a415"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-duzun_dm06-initramfs-kernel.bin"; + sha256 = "2d72a3ed26029c5d41707aa983e48da35b0beacecef405d16f3d75f668292dfc"; + type = "kernel"; + } + ]; + supported_devices = [ + "duzun,dm06" + "duzun-dm06" + ]; + titles = [ + { + model = "DM06"; + vendor = "DuZun"; + } + ]; + }; + elecom_wrc-1167fs = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-elecom_wrc-1167fs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-elecom_wrc-1167fs-squashfs-sysupgrade.bin"; + sha256 = "bff52f2504b4723102c5b9fae96f59b73b3cf816bf15f292e9936beb1727581e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-elecom_wrc-1167fs-initramfs-kernel.bin"; + sha256 = "931d6851ed9bde46ff271c21a8737c6541d13dfb035e145049892fd18b564ad0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-elecom_wrc-1167fs-squashfs-factory.bin"; + sha256 = "2e3b10a03ebff133c3a4a77ad343bee0f0d6abea474a06b2561e004a66e228d1"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167fs" + ]; + titles = [ + { + model = "WRC-1167FS"; + vendor = "ELECOM"; + } + ]; + }; + glinet_gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-glinet_gl-mt300n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-glinet_gl-mt300n-v2-initramfs-kernel.bin"; + sha256 = "dc82ef763fb6edf92c7d7101c61f7b9c9f0f915f9cea300567c42d70addc528e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "4d393d2e7281118c8055dd778fbea345c78e58f645c73fed20ff60611565ec83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n-v2" + "gl-mt300n-v2" + ]; + titles = [ + { + model = "GL-MT300N"; + variant = "V2"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_microuter-n300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-glinet_microuter-n300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-glinet_microuter-n300-squashfs-sysupgrade.bin"; + sha256 = "b0d575ffa320e69951400f704671d94c48051edf97231cdff3b77359e4a17245"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-glinet_microuter-n300-initramfs-kernel.bin"; + sha256 = "61741dfd039042c41ce350747fa196cfbcf1e1a78a17b2567e3c3e62fef3dca0"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,microuter-n300" + "microuter-n300" + ]; + titles = [ + { + model = "microuter-N300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "79e26da9b0493269054cc53a67380ed937e3902a744999626f8cb87830f66963"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-glinet_vixmini-initramfs-kernel.bin"; + sha256 = "3f22c0667f40d5ab46479b6ae5e61f248ff66b27850eb90c9c05397e76ddfced"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + model = "VIXMINI"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_wifi-pineapple-mk7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-hak5_wifi-pineapple-mk7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-hak5_wifi-pineapple-mk7-squashfs-sysupgrade.bin"; + sha256 = "5ccbeb60a7061f12e4cab6253850f257703b23acc2742eff54e2e29e7507f54a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-hak5_wifi-pineapple-mk7-initramfs-kernel.bin"; + sha256 = "0014b308f6655780dfb02c5c921140be61c867918a46946c2d9c47baf4ab117b"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-mk7" + "wifi-pineapple-mk7" + ]; + titles = [ + { + model = "WiFi Pineapple Mark 7"; + vendor = "Hak5"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "5440a1a8ac9c446b2effe24e3f815772098afc8455916cd2d64827f83600651f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-hilink_hlk-7628n-initramfs-kernel.bin"; + sha256 = "6e5c2d7cfa84235dce9fed72dd70be9d52fdaf461bab2dd9cecc68782d2eb685"; + type = "kernel"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + model = "HLK-7628N"; + vendor = "HILINK"; + } + ]; + }; + hilink_hlk-7688a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-hilink_hlk-7688a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-hilink_hlk-7688a-initramfs-kernel.bin"; + sha256 = "1fb43f6bc7bc2ee75fd16219ce68357945082eb468f179346cbf7f7637292f9b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-hilink_hlk-7688a-squashfs-sysupgrade.bin"; + sha256 = "85bbabd5a06fdd055c84b4a2676136fbb1529f3da1b300a3b75344cfa6d50040"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7688a" + ]; + titles = [ + { + model = "HLK-7688A"; + vendor = "Hi-Link"; + } + ]; + }; + hiwifi_hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-hiwifi_hc5661a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-hiwifi_hc5661a-initramfs-kernel.bin"; + sha256 = "dc2fc17eaf965515955e976bf2fda75bed654d650c3a28cca1abff53f4cd6f2b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-hiwifi_hc5661a-squashfs-sysupgrade.bin"; + sha256 = "829719c390a915289bf7b54830b62000a0cb867edcb18c2245260b12e4bf6d35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5661a" + "hc5661a" + ]; + titles = [ + { + model = "HC5661A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761a = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-hiwifi_hc5761a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-hiwifi_hc5761a-initramfs-kernel.bin"; + sha256 = "fc36088aab42501106bacd6bba5fef0eee39d6fbc2327f1fbc68126a9a4fb765"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-hiwifi_hc5761a-squashfs-sysupgrade.bin"; + sha256 = "53307ccef65e33d563862f21c6762e0103939702ad838e7952cd2bfb30c21f10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5761a" + ]; + titles = [ + { + model = "HC5761A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-hiwifi_hc5861b-initramfs-kernel.bin"; + sha256 = "a936acca5b6b2059d1e2191b3b611e03dbed92eded96913d8f9423fbccd19c6d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "df1539ff23edc1fadfcf5630631d044f9e178526056f42d1b14e362dd620683c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + model = "HC5861B"; + vendor = "HiWiFi"; + } + ]; + }; + iptime_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-iptime_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-iptime_a3-initramfs-kernel.bin"; + sha256 = "7cb3de4d5e1e5264c5e9b15188816b3c87707ea4ecdca11978b2b64aa4fccc85"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-iptime_a3-squashfs-sysupgrade.bin"; + sha256 = "7f6785a9264011d4456b26e04e8e2308a948b4741c5852b67717bf7f273c4980"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a604m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-iptime_a604m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-iptime_a604m-squashfs-sysupgrade.bin"; + sha256 = "77dfd40b8418696968ff78e0cade2e9fa7b471a6e07b27a042432c5c221d335d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-iptime_a604m-initramfs-kernel.bin"; + sha256 = "7ff8e395b641aacc9b21938e68c83749f46ba680dbea39e83ee0926e3250b358"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a604m" + ]; + titles = [ + { + model = "A604M"; + vendor = "ipTIME"; + } + ]; + }; + jotale_js76x8-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-jotale_js76x8-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-jotale_js76x8-16m-squashfs-sysupgrade.bin"; + sha256 = "b81c9d89c435a3daf83ad220f60c82bfaac4a98751e50fdd29e26fd5e9c7055a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-jotale_js76x8-16m-initramfs-kernel.bin"; + sha256 = "10a15c7751400d95e1a9670816c037ccda4db0c803260df28d6e513150fae985"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-16m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "16M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-jotale_js76x8-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-jotale_js76x8-32m-squashfs-sysupgrade.bin"; + sha256 = "eb14e4f6c5f983b3065633346b4ac4c0b95b36f1c5130983cc685d2ddb939429"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-jotale_js76x8-32m-initramfs-kernel.bin"; + sha256 = "f03c6c3e73fefc6bad5b4f2f54d213ed028d9a2006ad08f64b969b4de3bd1bc3"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-32m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "32M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-jotale_js76x8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-jotale_js76x8-8m-squashfs-sysupgrade.bin"; + sha256 = "1c2457f67cefa82dd199c855ef969fa224e493773ea179160cbd0b69a36f3ac9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-jotale_js76x8-8m-initramfs-kernel.bin"; + sha256 = "c6878f32c75bfb1ef279e196b6389212b0c30e090389006cd73ac052eed4cc1a"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-8m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "8M"; + vendor = "Jotale"; + } + ]; + }; + mediatek_linkit-smart-7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-mediatek_linkit-smart-7688"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-mediatek_linkit-smart-7688-initramfs-kernel.bin"; + sha256 = "6c87d87c180014897863a1e8eeceae8b734834cfc2ac17009d73537b6edacf73"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-mediatek_linkit-smart-7688-squashfs-sysupgrade.bin"; + sha256 = "ec943909c35ed1f303a3a8637c1ba7a1ef22c0951ad72bc3d395b7a1de8ac101"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,linkit-smart-7688" + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + model = "LinkIt Smart 7688"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7628an-eval-board = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-mediatek_mt7628an-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-mediatek_mt7628an-eval-board-initramfs-kernel.bin"; + sha256 = "8d4f75b9d39b5ce20210401ce687b270971b395889d9af6ff56c85220d33d3a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-mediatek_mt7628an-eval-board-squashfs-sysupgrade.bin"; + sha256 = "b2d11ff354914ca6c4618bb1b7d97522d90b1a48cfd77d41951dd5b5a19e62e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7628an-eval-board" + "mt7628" + ]; + titles = [ + { + model = "MT7628 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercury_mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-mercury_mac1200r-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-mercury_mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "500a8ecdb1256e9fd8364471d747fe61579d28df664d8982ba4c12787b84c208"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-mercury_mac1200r-v2-initramfs-kernel.bin"; + sha256 = "68aca6a27893f7dd16a0b72c1ff07001abaf44f5d2071a45730564324e5e14ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "mercury,mac1200r-v2" + "mac1200rv2" + ]; + titles = [ + { + model = "MAC1200R"; + variant = "v2.0"; + vendor = "Mercury"; + } + ]; + }; + minew_g1-c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-cp210x" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-minew_g1-c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-minew_g1-c-initramfs-kernel.bin"; + sha256 = "bee53e95ad248db3de65d4e6766e6973d23eb00211d7f21d32ea472a25921515"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-minew_g1-c-squashfs-sysupgrade.bin"; + sha256 = "beff546fcb2f89b7722458ecb03e1886db0b5e4ecbffd1ea6049e20baefd3426"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "minew,g1-c" + "minew-g1c" + ]; + titles = [ + { + model = "G1-C"; + vendor = "Minew"; + } + ]; + }; + netgear_r6020 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-netgear_r6020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-netgear_r6020-squashfs-factory.img"; + sha256 = "33b74269d82cd68403c8515fe16c3d96eda334fdf46db739979e1ebcb39450bf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-netgear_r6020-initramfs-kernel.bin"; + sha256 = "8dfbeacfec7dc8f56b14ff4a1a6abd51174acc4a7672f52449f4303d70858598"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-netgear_r6020-squashfs-sysupgrade.bin"; + sha256 = "f0424ff948dc356fcafef6f8302fb3e4ad6911d015be54387f0c58dc5804216a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6020" + ]; + titles = [ + { + model = "R6020"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6080 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-netgear_r6080"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-netgear_r6080-squashfs-sysupgrade.bin"; + sha256 = "812aef8392c536f7176e7bbffb7c82f76f9d7b54ce0d031fb7eee790c3d04e38"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-netgear_r6080-initramfs-kernel.bin"; + sha256 = "b228e66410ee1e7a3afa51788bb08e7bb42a2d18f8535c70284c2591eab8f71a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-netgear_r6080-squashfs-factory.img"; + sha256 = "cce8aaf991bd37c6172af9a00261c63679f15269d3c9f85dd512886ab2fc5be6"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6080" + ]; + titles = [ + { + model = "R6080"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-netgear_r6120-initramfs-kernel.bin"; + sha256 = "9da8302a17a7e55fe9cc7edc36bfd1661c01ee77908dc81f89f86ea27aaaaa88"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "8286ca1cdf42f99b115a7417159fd40df79901b2b3c968899b1c0a71a15bd563"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "6816d7938c4886c4fc383d38668ea727fb9442ccc6f89545c828422b21d0c826"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + model = "R6120"; + vendor = "NETGEAR"; + } + ]; + }; + onion_omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-onion_omega2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-onion_omega2-initramfs-kernel.bin"; + sha256 = "82ade42162fc0dadd6cd2bdaac694b5236cb0f54d97a86f6e4c074084b6e2ca8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-onion_omega2-squashfs-sysupgrade.bin"; + sha256 = "84247b8cbc4197dcbf274a3081ccde932986e5c29454b7288442738abe2134ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2" + "omega2" + ]; + titles = [ + { + model = "Omega2"; + vendor = "Onion"; + } + ]; + }; + onion_omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-onion_omega2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-onion_omega2p-squashfs-sysupgrade.bin"; + sha256 = "565989d30f9a3d96343d89b1de7e32e4f6df447de85756ba78743e70462f8a4c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-onion_omega2p-initramfs-kernel.bin"; + sha256 = "60c2ee8c37230aa626bd8b7eae344ec0d1e519a404d2fd6f4a0c9194bdd85508"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega2p" + "omega2p" + ]; + titles = [ + { + model = "Omega2+"; + vendor = "Onion"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "0e0611e8fa18972917223cd687aaaebb4d57d666320659d46f9d17d0ad7db571"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-rakwireless_rak633-initramfs-kernel.bin"; + sha256 = "beb3f08e3682d97e10717e692c87c855b19c0ed800de1390d1714b8749ceaa74"; + type = "kernel"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + model = "RAK633"; + vendor = "Rakwireless"; + } + ]; + }; + ravpower_rp-wd009 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-i2c-mt7628" + "ravpower-mcu" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-ravpower_rp-wd009"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-ravpower_rp-wd009-squashfs-factory.bin"; + sha256 = "e63dc9ff259554bfc9f72d3801035297336e6b10ac0b8195592e1ece6d9b9510"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-ravpower_rp-wd009-initramfs-kernel.bin"; + sha256 = "24f0698c55a071f7ba4aaeec81b99e999055777fba5e334990205c8edbe2bedf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-ravpower_rp-wd009-squashfs-sysupgrade.bin"; + sha256 = "d35ba1198219b5af0b1ce5746f010d4e34e78d5ae2caee5b8333d9751f792434"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,rp-wd009" + ]; + titles = [ + { + model = "RP-WD009"; + vendor = "RAVPower"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "335ad8c77aede06c4db1ee7a1c54b737bd70eff1763e7fd95f18cabbc18d86c9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-skylab_skw92a-initramfs-kernel.bin"; + sha256 = "1aedb86cdd3ccc9a6eff6334cda05b2ebd30ddda1c943e0c65ce0b2379335477"; + type = "kernel"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + model = "SKW92A"; + vendor = "Skylab"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tama_w06-initramfs-kernel.bin"; + sha256 = "42a9629d319788d26786ff518e2f5a480d630cda80e0181d00dd0006992436f7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "bfa236eb216b0056bbee53be28ee6a8cc7774569a4429901439d25a591735c5c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + model = "W06"; + vendor = "Tama"; + } + ]; + }; + totolink_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-totolink_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-totolink_a3-initramfs-kernel.bin"; + sha256 = "d0ebb849b0e5e80ab9d832f94d0116e135f7949181950e481755fa865abbe343"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-totolink_a3-squashfs-sysupgrade.bin"; + sha256 = "b06f0e8d6a3a069829c8466bd625edee565b72dfc761947b46c97c66fca84aa2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "2f813f8b7cdfb7aa167f4296ef99a7092b34506fc93bd5de1376bd7c01ec3f73"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-totolink_lr1200-initramfs-kernel.bin"; + sha256 = "d90fad6c4791bfd1b685269ce824398d1fe8d92becc34171c90f73e8cfdfe7e5"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + model = "LR1200"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_archer-c20-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_archer-c20-v4-squashfs-sysupgrade.bin"; + sha256 = "9af95383234651a94c8d45e70f8d4e7f5ecd42cb86ba9a409a791bc254c4e313"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_archer-c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "980aaf1877aa51ad06c353318829c7e4ffa21dfaa2799aa149750f9941ad2a62"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_archer-c20-v4-initramfs-kernel.bin"; + sha256 = "7fe8c2fbb776c402ed0f7404b544e9fd3b652278c2118fea10056a618ecaec24"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v4" + "tplink,c20-v4" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v5 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_archer-c20-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_archer-c20-v5-squashfs-sysupgrade.bin"; + sha256 = "e6807cfad989c5e3492b36cde4136e7b0398caa930c39fe0aa04dd09a7b41067"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_archer-c20-v5-initramfs-kernel.bin"; + sha256 = "6f818ae67786462ee8d881861c18eb656b14115d005fc7518c69369141ea78a1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v5" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_archer-c50-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_archer-c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "f0e4dda4bb03391dfc924f209d8668cd2583cdd89edff44573cbc5a57cbedc32"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_archer-c50-v3-squashfs-sysupgrade.bin"; + sha256 = "a39ba33ac4bb8f07980cf7fcbdfb3a653c35d937efaeefe6068fe8bf00b0defc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_archer-c50-v3-initramfs-kernel.bin"; + sha256 = "aa794a0780ceac5932857cda6b005f86196b9e7a9845091421fc47111841eda3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v3" + "tplink,c50-v3" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_archer-c50-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_archer-c50-v4-initramfs-kernel.bin"; + sha256 = "5ba22f4c56cc8eb6f1d178198f8e6dfea96464c1efc2605a6bd48dea001f405f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_archer-c50-v4-squashfs-sysupgrade.bin"; + sha256 = "3469b22b4249ffba5bdb6de33fbd301ed56eef6986e2d67cbf812d5f2a0d638a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v4" + "tplink,c50-v4" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_re200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_re200-v2-initramfs-kernel.bin"; + sha256 = "4c5bfa4b070ecc2892801ecd4686651cff809891c9ae8b9412d8c4dbc4536929"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_re200-v2-squashfs-sysupgrade.bin"; + sha256 = "e78a42e6cac72b763183106dfd5d7a0675d9947c6ac92022a18ca8dacc5a19ee"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_re200-v2-squashfs-factory.bin"; + sha256 = "424513508d6ca71b6a7b8e2738d706edc8857ebefe46cca73fc2c4c0ff46ad78"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v2" + ]; + titles = [ + { + model = "RE200"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v3 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_re200-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_re200-v3-squashfs-sysupgrade.bin"; + sha256 = "1c9f227fb2ea11a591d0a9fa3205ffff044744521ed446846e12d30c8595d1e0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_re200-v3-squashfs-factory.bin"; + sha256 = "c2ad8bd4772f5ba77c78f2c6fde58fa6ff1dea9d87b28f0ec61d566fea2fe0ff"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_re200-v3-initramfs-kernel.bin"; + sha256 = "edaf167e41fcf42e2bcbcc1c42017a3eb900c6cf15c0a72a8328a2d8c726957d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v3" + ]; + titles = [ + { + model = "RE200"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_re200-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_re200-v4-squashfs-factory.bin"; + sha256 = "354b4dbf4fb3be714953750e0944e7532e813a6cab6b24c5586fe3c2ec81e3a0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_re200-v4-initramfs-kernel.bin"; + sha256 = "b671dd5c621282eecddf678e6a53fcbf23fffa07d5bdcea6450be19e5c5fb439"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_re200-v4-squashfs-sysupgrade.bin"; + sha256 = "ec86c4a58b3bd1417b4a6385fbbc515b521046fb12719be228d24274ffd8ccbb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re200-v4" + ]; + titles = [ + { + model = "RE200"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re220-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_re220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_re220-v2-squashfs-factory.bin"; + sha256 = "2123dd4010c4b2e8e50b99937715ca355bab61347f6546ac597a7a72c10f7601"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_re220-v2-squashfs-sysupgrade.bin"; + sha256 = "92a233ae8310992d8b0281b942b0512e01b79f9ec6f27d2a57ca4c723e41503d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_re220-v2-initramfs-kernel.bin"; + sha256 = "1d8426db1844261b3f4e1673669ce152b81285ff2200d1a9d9f697be4e11cd67"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re220-v2" + ]; + titles = [ + { + model = "RE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_re305-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_re305-v1-initramfs-kernel.bin"; + sha256 = "c230e52c19e6498bd8d4de1703f3919c2cd67e4ae048ac68a7380c81d3068553"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_re305-v1-squashfs-sysupgrade.bin"; + sha256 = "587fc4dba4312199e01bdf070b942b947dc0031468ac1917a00ed04b9a15678f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_re305-v1-squashfs-factory.bin"; + sha256 = "3f976e7f2be5b9122af6a31c77c9338075dd6d5d24488c42931ef76aa80b18d5"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re305-v1" + ]; + titles = [ + { + model = "RE305"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "0529afe50d30aa9b021e118878796c70638ea0bfab5ab8f912b436a4c226808a"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "f862c8f9dd5d9c1cf69b3fa0921a6b1aa70ea559eed1db063cda6d07312e2218"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-mr3020-v3-initramfs-kernel.bin"; + sha256 = "5c501f665dc7b967c97972b9da339a5550308608ec404723f255360bfd30f86b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + model = "TL-MR3020"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "aa6b365d57b6a9dcc1bcb13786d4b5c36ba49ed56a7f9f016988e1bb9a0833c6"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "ed30cf350d7f6463ad63a67fb61207046f651678aeed34428a87c5d90a98e3ea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-mr3420-v5-initramfs-kernel.bin"; + sha256 = "e622738e8ab49cc5f085777450edbcadd3107f470ae4f2c2f3b18538a9680336"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + model = "TL-MR3420"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-mr6400-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-tftp-recovery.bin"; + sha256 = "fefe90a5ff2d8485e9d7f7c456137f6e44631b626b5f5e8df4e626b4ae06ad73"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-sysupgrade.bin"; + sha256 = "59ece5f1cd412d5cdab2b110c66d556f98c7fc1ace791d161ffe3e3ab3b73971"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-mr6400-v4-initramfs-kernel.bin"; + sha256 = "8df28ed1c8489763ffbff1b592363af6a0f8226130cd78361940115eaea425cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v4" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-mr6400-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-tftp-recovery.bin"; + sha256 = "7850e50f8999844395d58820abb0ba903e5db7e1d5bc38599168a6247994cd84"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-sysupgrade.bin"; + sha256 = "ff5b7556c66699694140b5921f12d7b8212f8ff4c53d60dcd6651c6b533eb782"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-mr6400-v5-initramfs-kernel.bin"; + sha256 = "c8ca869d2939c5c4774a8a54d0abeef713ac539cc766c55ad194d8b21324c8e9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v5" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "099c65295f11b3cb0e7d591462c83f5227abcaa43640295ed6e52991b02be267"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "ab6049512ac3bf751dc08abc1102aa097c97df578b43e3cf00d70aada6f158fb"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wa801nd-v5-initramfs-kernel.bin"; + sha256 = "85e2aaf58489c783ab1f5ea89d1954cdfe6d1d072885e3b9ddbb279e3dab314c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + model = "TL-WA801ND"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "f08c9faca4fee591d24e53b774dd633e73c89420e6b8082ccc712719d9e926e5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "ed7fc34f822998b783d65554718500ca56f1c43138cb780711255c2dff2e5dd6"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr802n-v4-initramfs-kernel.bin"; + sha256 = "235550d747b0d0b19e81823ace92d6d88d90039aec9a575258ab6a7901be7a12"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + model = "TL-WR802N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr840n-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr840n-v4-initramfs-kernel.bin"; + sha256 = "336e03e1413333155257453e46e994b8fc981b8c41e4bb4a2509a59d36869fa6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "884796dcc4e852def6ce4fc476912db9b1c18b86eb379137dbd77f1f5f471248"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "dab470ba95b21d1f15936c7e8a6c460f1f1bc54dd4f0938416b0f8e3c06fdfc4"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr840n-v4" + "tl-wr840n-v4" + ]; + titles = [ + { + model = "TL-WR840N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr841n-v13"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "af858eb4389942761526b199ab4e6ed542bef97db34d70c72e63610d246cb5f3"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "44790e4e84abf000c48eaa537870ae6ca6abf99437cab5acabb600c34c68aa71"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr841n-v13-initramfs-kernel.bin"; + sha256 = "6725106a61549680bd8c0f1a0e7795a4a17dc05aadc61e4f2deffd0dab7770fb"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr841n-v13" + "tl-wr841n-v13" + ]; + titles = [ + { + model = "TL-WR841N"; + variant = "v13"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "9edd1610207e343a7f75afe13e413cd22f21310eb666600af3467400bd8633d5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "e2d5935c1be89011a98f9394d3162821f0d7077c32da0496e2217cbbfe43d17d"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr842n-v5-initramfs-kernel.bin"; + sha256 = "7041b21051e4fc8e020712504b7697e5c232b82d68565a9c54ae43f6fef49405"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr850n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr850n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-tftp-recovery.bin"; + sha256 = "1910e8ec0ccc15ac5f957ca9193847f2b6ab2656ec1e8ee0fa3e209c359e7c15"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr850n-v2-initramfs-kernel.bin"; + sha256 = "8bc022c1fcc5692e580caf6543cd6284088f1934c1a2a7faff6761b12a3a7329"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-sysupgrade.bin"; + sha256 = "1ee3bd08d7bad24f6ef6bbd1ee9ebef31a6d04ab756c70ed1c6e296d5e4c0cd3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr850n-v2" + ]; + titles = [ + { + model = "TL-WR850N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr902ac-v3-initramfs-kernel.bin"; + sha256 = "fecf843802721fa32f1c8b9468d52b2bb33c1e49835caff69a974f121bd87985"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "22f4e03b996e1ce8c37a80bef563fdbd0030f8d213fe905ff925a170867b1d9c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "14722f3150ee9c917abb293d31cd4bbfc58f738e6ace0fd0a240d3730ebe00df"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + unielec_u7628-01-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-unielec_u7628-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-unielec_u7628-01-16m-squashfs-sysupgrade.bin"; + sha256 = "da6457709d84e1b490e320847fd4d8c3910c1d2e811891612a1d76f044ddbaa9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-unielec_u7628-01-16m-initramfs-kernel.bin"; + sha256 = "a4285cd8fce97cd79ddf4db5e90c930addbcc6a75c0f765809602a2ca5d496b5"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7628-01-16m" + "u7628-01-128M-16M" + "unielec,u7628-01-128m-16m" + ]; + titles = [ + { + model = "U7628-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + vocore_vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-vocore_vocore2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-vocore_vocore2-initramfs-kernel.bin"; + sha256 = "a550aa24ae4ea1c09160a71a821af68151ba038820abce80b6aae3b180256c71"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-vocore_vocore2-squashfs-sysupgrade.bin"; + sha256 = "5f1dbe878f289bca68dc00b0b07e5eee2dfe5f2e65d8264facf91cf347c88ee5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore2" + "vocore2" + ]; + titles = [ + { + model = "VoCore2"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore2-lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-vocore_vocore2-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-vocore_vocore2-lite-initramfs-kernel.bin"; + sha256 = "2ae93f51cec7c11d65ec5ebcd48dcbfd6703a8fbb148d08af327ebe61a11eae4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-vocore_vocore2-lite-squashfs-sysupgrade.bin"; + sha256 = "c0c90a2deb23673d0ddb91aa390b3042c081b5d15f848eaea4ada840d5228002"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore2-lite" + "vocore2lite" + ]; + titles = [ + { + model = "VoCore2-Lite"; + vendor = "VoCore"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "eba8c0e6d990b4ac17de00f7332906576fce97a54d4bd19c56e14c46d29f31f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-wavlink_wl-wn570ha1-initramfs-kernel.bin"; + sha256 = "187d99d6d4f9c5b147ad7489282e1c1cc5dff7933212223f56dc3bb842ef3db9"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + model = "WL-WN570HA1"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-wavlink_wl-wn575a3-initramfs-kernel.bin"; + sha256 = "8b850b81b3704996331bfd0003a051e7a466ad45a07965ebbc20f063ac0efe37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "1caf779a159749c492bc32d6f2433255e0009696a8fa7ccff90cc596627de6df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + model = "WL-WN575A3"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn577a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-wavlink_wl-wn577a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-wavlink_wl-wn577a2-squashfs-sysupgrade.bin"; + sha256 = "8a411d36aacda1def773ce5141d6ddbf17f653c085cb13e360300028e914f58f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-wavlink_wl-wn577a2-initramfs-kernel.bin"; + sha256 = "1170e521716d166bba62ef7f7dcd3fa4866dcf450e6e860d779120409d883f98"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn577a2" + ]; + titles = [ + { + model = "WL-WN577A2"; + vendor = "Wavlink"; + } + { + model = "WLR-755"; + vendor = "Maginon"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-widora_neo-16m-initramfs-kernel.bin"; + sha256 = "aaa924fff62ba0f9d1ba103ef5b9d204dc5dac4a54dfaf10520d43d2b6190bc3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "37db5a77a59f615834e585e0be608c8dbd17b1d279b1ab1d61c2dffafe223831"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "16M"; + vendor = "Widora"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-widora_neo-32m-initramfs-kernel.bin"; + sha256 = "7ddadfa939ab934a7c3f43a1a61ab503e098e4b0fdee75fa16a7fb0961ba5acf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "2ba237dea50aecb884e9cd7f63c2fd27f07ddfad16e085649d2b585e5c40971d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "32M"; + vendor = "Widora"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-wiznet_wizfi630s-initramfs-kernel.bin"; + sha256 = "dfb72d26141be7b6263a1b012caab0c6467aae214351be0c4339037a8183e77e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "3b9cc90edec66d7d2617812bf03eb02d499d603beeecc3a22b9f6b5ce2cfbb38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + model = "WizFi630S"; + vendor = "WIZnet"; + } + ]; + }; + wrtnode_wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-wrtnode_wrtnode2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "c671163a50d99ebfc40e0afdd5404d9717aa163c6d5c25c1d345c621dcef4c64"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-wrtnode_wrtnode2p-initramfs-kernel.bin"; + sha256 = "5e4ed1008c3badaa668691bd7a14f2e028a8ddf40a26ed5e3a54569b1749c217"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2p" + "wrtnode2p" + ]; + titles = [ + { + model = "WRTnode 2P"; + vendor = "WRTnode"; + } + ]; + }; + wrtnode_wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-wrtnode_wrtnode2r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-wrtnode_wrtnode2r-initramfs-kernel.bin"; + sha256 = "4657aca01120bb937567e56662614c4abd8657a3f82f0b9d9de5ffe977ef4e9f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-wrtnode_wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "1d71c01e5cbe1f2d9e73c4245a5a1b063e9a6790632a7f3f4948c1f75e4fb622"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2r" + "wrtnode2r" + ]; + titles = [ + { + model = "WRTnode 2R"; + vendor = "WRTnode"; + } + ]; + }; + xiaomi_mi-router-4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-xiaomi_mi-router-4a-100m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-xiaomi_mi-router-4a-100m-initramfs-kernel.bin"; + sha256 = "97528cbcd53342db976f986e3a9778a98a81f434abf42dcc9d2a0dcc6be61253"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin"; + sha256 = "e7df9a7498115fe77b39db01f0bb3dfe4cae90d895c780d40383978ba06f108d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m" + "xiaomi,mir4a-100m" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-xiaomi_mi-router-4c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-xiaomi_mi-router-4c-squashfs-sysupgrade.bin"; + sha256 = "7d84a2190e1ae7b0229e88d0fbf5d60fee95759f754b4e22c3dd461e1480ca42"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-xiaomi_mi-router-4c-initramfs-kernel.bin"; + sha256 = "f12804a394a4fa57f04b5caf1936a02a208b4ec338da76b5d84d41876e7f383b"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4c" + ]; + titles = [ + { + model = "Mi Router 4C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-nano = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-xiaomi_miwifi-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-xiaomi_miwifi-nano-initramfs-kernel.bin"; + sha256 = "215c1cd82aacea6814458d077e94a1486595174979875b8f3014700261dfc3d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-xiaomi_miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "b48b6ca4a56af030437a8392eb7a7934474ff4778570a41ad3513a271d55be4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-nano" + "miwifi-nano" + ]; + titles = [ + { + model = "MiWiFi Nano"; + vendor = "Xiaomi"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-zbtlink_zbt-we1226-initramfs-kernel.bin"; + sha256 = "3d6135458458c3463b15adf31a7fee6efe6706e8231e27137f5cb75ec2877310"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "321f311a9edebe2d29d156692b58d2996b3f69387a02fb812c4eca2d60b7cbcb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + model = "ZBT-WE1226"; + vendor = "Zbtlink"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-mt76x8-zyxel_keenetic-extra-ii-initramfs-kernel.bin"; + sha256 = "1f793cff39f1a26e9dbe0a01a99e69662d03118a477321173d93cb8893b0423c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "5be36d3849975d71a0a3fe32423c661427a85991866f73bb8ba57e882c89bfd5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "6dcb17fc67f8e8244b58fceba2f8d2346986402a356f01586626b41f497cbbe0"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + model = "Keenetic Extra II"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "ramips/mt76x8"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + belkin_f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt288x-belkin_f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt288x-belkin_f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "1f5135908eda65c56618f33210911a7df9bd71c6b7b262b04dc369d1ade7a66f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v1" + "f5d8235-v1" + ]; + titles = [ + { + model = "F5D8235"; + variant = "V1"; + vendor = "Belkin"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "ramips/rt288x"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "7links_px-4885-8m" = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-7links_px-4885-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-7links_px-4885-8m-squashfs-sysupgrade.bin"; + sha256 = "03da361b8c9047aafaf976413fb17d7060572925276d653851d33c26bf8d8802"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-7links_px-4885-8m-initramfs-kernel.bin"; + sha256 = "03370cb24b5799dd5b5bb1f75f02756fd9da74e8a2198305a4edba584793f60b"; + type = "kernel"; + } + ]; + supported_devices = [ + "7links,px-4885-8m" + "px-4885-8M" + ]; + titles = [ + { + model = "PX-4885"; + variant = "8M"; + vendor = "7Links"; + } + ]; + }; + "8devices_carambola" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-8devices_carambola"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-8devices_carambola-squashfs-sysupgrade.bin"; + sha256 = "adb61923505fd0ef2f2ab9363d92a00bac32b35218a2d88388de9c9217a80920"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-8devices_carambola-initramfs-kernel.bin"; + sha256 = "31784941492e3f3ad7fdac22a316c77c0dcfea51199fead2a21a4a0067670439"; + type = "kernel"; + } + ]; + supported_devices = [ + "8devices,carambola" + "carambola" + ]; + titles = [ + { + model = "Carambola"; + vendor = "8devices"; + } + ]; + }; + accton_wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-accton_wr6202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-accton_wr6202-initramfs-kernel.bin"; + sha256 = "a9f7e7224c0b77c4159b87ac761cc40ee266ca805fd0046d825ced86d4ccec42"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-accton_wr6202-squashfs-sysupgrade.bin"; + sha256 = "8cff172965aa7f57338e5c35d881edd7b23715d1d852d6966c2c3f7faf45bf11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "accton,wr6202" + "wr6202" + ]; + titles = [ + { + model = "WR6202"; + vendor = "Accton"; + } + ]; + }; + alfa-network_w502u = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-alfa-network_w502u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-alfa-network_w502u-initramfs-kernel.bin"; + sha256 = "9e97fa72ff408a8b94a87623192ab7ea241e325f3e25158b8a4292b37f01399e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-alfa-network_w502u-squashfs-sysupgrade.bin"; + sha256 = "6b422790a1ef01d38fa2c760561e503c2cbdd1b73e0561c3157a03304f114ef5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,w502u" + "w502u" + ]; + titles = [ + { + model = "Networks W502U"; + vendor = "ALFA"; + } + ]; + }; + allnet_all0256n-8m = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-allnet_all0256n-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-allnet_all0256n-8m-initramfs-kernel.bin"; + sha256 = "e8bf3e4b7282cc143dd4aa89f2112621e15918bc2cc4dd632db2c3c6e24c348d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-allnet_all0256n-8m-squashfs-sysupgrade.bin"; + sha256 = "339ea11a486ee0e6b2c34de37a83c7c77cc484570495ab175a50ad56e561ec17"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all0256n-8m" + "all0256n-8M" + ]; + titles = [ + { + model = "ALL0256N"; + variant = "8M"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5002 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-allnet_all5002"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-allnet_all5002-initramfs-kernel.bin"; + sha256 = "5dae74cc7b8024b044651ca9a4af20fa821aa647352517c79a620fb5e4a19734"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-allnet_all5002-squashfs-sysupgrade.bin"; + sha256 = "e205bd9f15ddbb116f4cbcc17d999bb695a8bffc4b05ac56c0e78b37079bb525"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all5002" + "all5002" + ]; + titles = [ + { + model = "ALL5002"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5003 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-allnet_all5003"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-allnet_all5003-initramfs-kernel.bin"; + sha256 = "de9bbf11ba5c7653450d964fef4087f481fb5a44a70b9985c87dfe30395405ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-allnet_all5003-squashfs-sysupgrade.bin"; + sha256 = "c31cbe974f96e1025f0fa628d6c8a51d888204126b03335f5dc9a4d93509c7b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all5003" + "all5003" + ]; + titles = [ + { + model = "ALL5003"; + vendor = "Allnet"; + } + ]; + }; + alphanetworks_asl26555-16m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-alphanetworks_asl26555-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-alphanetworks_asl26555-16m-initramfs-kernel.bin"; + sha256 = "c9b5d89ae266e7449e76f575b0e11d7bc49397694c788902766b5a42e3d0c6eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-alphanetworks_asl26555-16m-squashfs-sysupgrade.bin"; + sha256 = "2f5970be1330fc29fb69546babf6eb3959790ffd9069d3f05de631321080783f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-16m" + "asl26555" + "asl26555-16M" + ]; + titles = [ + { + model = "ASL26555"; + variant = "16M"; + vendor = "Alpha"; + } + ]; + }; + alphanetworks_asl26555-8m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-alphanetworks_asl26555-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-alphanetworks_asl26555-8m-initramfs-kernel.bin"; + sha256 = "739d4433815eaff5037a8319f339f76abbba32ddf8db9f154fb3f8a3e0970546"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-alphanetworks_asl26555-8m-squashfs-sysupgrade.bin"; + sha256 = "794436c7da9b38abe6c6b882f74827296dadf1623f220d1fdc1c71660a889d08"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-8m" + "asl26555" + "asl26555-8M" + ]; + titles = [ + { + model = "ASL26555"; + vendor = "Alpha"; + } + ]; + }; + arcwireless_freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-arcwireless_freestation5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-arcwireless_freestation5-squashfs-sysupgrade.bin"; + sha256 = "d76dcdaf0fb3ef0bda7fd01e5aaaab172eafedc314c5509c9f6065868f7fede8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-arcwireless_freestation5-initramfs-kernel.bin"; + sha256 = "b42b0c1cd3a7d01186be7ae551f20f712f866f4c72b7dd731fdb7776aa3936da"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcwireless,freestation5" + "freestation5" + ]; + titles = [ + { + model = "FreeStation"; + vendor = "ARC Wireless"; + } + ]; + }; + argus_atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-argus_atp-52b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-argus_atp-52b-squashfs-sysupgrade.bin"; + sha256 = "8236fa74cb47fb9a0b5691f48484a0a9f6d28fbd5815a9468d22f029cafe29b6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-argus_atp-52b-initramfs-kernel.bin"; + sha256 = "cea471c3f26de350c3dbb1d98fc1e409c36818e21cfc0a023eb4073a80ee01df"; + type = "kernel"; + } + ]; + supported_devices = [ + "argus,atp-52b" + "atp-52b" + ]; + titles = [ + { + model = "ATP-52B"; + vendor = "Argus"; + } + ]; + }; + asiarf_awm002-evb-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-asiarf_awm002-evb-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-asiarf_awm002-evb-8m-initramfs-kernel.bin"; + sha256 = "20cf768e4dbb129f4acb614df781283e560cf4b226c33473bea8e45ea9314661"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-asiarf_awm002-evb-8m-squashfs-sysupgrade.bin"; + sha256 = "afe830416bc3f8badd91b9e9038147f68bc864fbbcad4990cf02020bb013c8ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,awm002-evb-8m" + "awm002-evb-8M" + ]; + titles = [ + { + model = "AWM002-EVB/AWM003-EVB"; + variant = "8M"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-asus_rt-n13u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-asus_rt-n13u-initramfs-kernel.bin"; + sha256 = "9476500394c67937aeb43b3f92a558ed222aed4867121806f07571c17aedd80f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-asus_rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "7a2998476e15e64933b3d4159dd3876e96fc5cc30623dcb1a068e58b9f04ed5f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n13u" + "rt-n13u" + ]; + titles = [ + { + model = "RT-N13U"; + vendor = "Asus"; + } + ]; + }; + aximcom_mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-aximcom_mr-102n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-aximcom_mr-102n-squashfs-sysupgrade.bin"; + sha256 = "ed5f61d776afe3b786b80ec780de24c048b03cea5be5ce9d05675f58eab7665b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-aximcom_mr-102n-initramfs-kernel.bin"; + sha256 = "d846d85e8e7b2dbedc461ccb2b410d2d980805f95a4764f64cff7c30e1968395"; + type = "kernel"; + } + ]; + supported_devices = [ + "aximcom,mr-102n" + "mr-102n" + ]; + titles = [ + { + model = "MR-102N"; + vendor = "AXIMCom"; + } + ]; + }; + aztech_hw550-3g = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-aztech_hw550-3g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-aztech_hw550-3g-initramfs-kernel.bin"; + sha256 = "b33efaa10d28c4d6f6d11cfeda84e2c68e712103b231ec6d9d4394b0c9ab12de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-aztech_hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "d5f5897f27b72b3be24aec1dbd460960ec529ca37db5a4015ff165afdb91e532"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aztech,hw550-3g" + "hw550-3g" + ]; + titles = [ + { + model = "HW550-3G"; + vendor = "Aztech"; + } + { + model = "ALL0239-3G"; + vendor = "Allnet"; + } + ]; + }; + belkin_f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-belkin_f5d8235-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-belkin_f5d8235-v2-initramfs-kernel.bin"; + sha256 = "a1d717ec9ce277a77ba722c46567bfb7ee0b735325df08376f72a7bb1a4a3d78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-belkin_f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "41a016a28257d324851f0508ea182ed83ee0bcce9327d21f22b5885bd4a3010c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v2" + "f5d8235-v2" + ]; + titles = [ + { + model = "F5D8235"; + variant = "v2"; + vendor = "Belkin"; + } + ]; + }; + belkin_f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-belkin_f7c027"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-belkin_f7c027-initramfs-kernel.bin"; + sha256 = "38ce92824918e0d02c9205aafa3ef143b2a6dbecc0ee78864d0720484d39b264"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-belkin_f7c027-squashfs-sysupgrade.bin"; + sha256 = "f069d9f42d0d48b70bf3442afb446147d618672244fe1201e6a49cdbf2874d86"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f7c027" + "f7c027" + ]; + titles = [ + { + model = "F7C027"; + vendor = "Belkin"; + } + ]; + }; + dlink_dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-dlink_dap-1350"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-dlink_dap-1350-initramfs-kernel.bin"; + sha256 = "9054182bd9e9d548e66b0f949cc816a05b2fd96ab0597c25ef51fd0a00ac4e6a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-dlink_dap-1350-squashfs-factory-NA.bin"; + sha256 = "b274384e11b97ac4bb7b87ea5c2a34cdda0fef7d702ce90ff372c389ca761850"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-dlink_dap-1350-squashfs-factory.bin"; + sha256 = "8305bd6e0da7c8f09cab7e00fdcc2da31571830c37fe8d0c3f9223c881940aac"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-dlink_dap-1350-squashfs-sysupgrade.bin"; + sha256 = "2dedf26a8f5ad1c9c450f81f016ce5ceb3d9c3ea1b1d4cc597fda902f7597e95"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1350" + "dap-1350" + ]; + titles = [ + { + model = "DAP-1350"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-300-b7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-dlink_dir-300-b7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-dlink_dir-300-b7-initramfs-kernel.bin"; + sha256 = "86723e8f60ec42f4b8fb57208e9ab53798889d314dfe45c8e548a78a3ce955da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-dlink_dir-300-b7-squashfs-sysupgrade.bin"; + sha256 = "05a21eeebd65d2f63214b66e37877acc4d8447bf38dedf215513298550195f9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-300-b7" + "dir-300-b7" + ]; + titles = [ + { + model = "DIR-300"; + variant = "B7"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-dlink_dir-320-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-dlink_dir-320-b1-initramfs-kernel.bin"; + sha256 = "cb0031342de84687daa93c69d0658154453f8fdbeb69e4de3cddc8f923e8de60"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-dlink_dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "bcd11ffa4490a0941008bbf4032507b6e98d5b1ee26290f79d0809f62ad9a376"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-320-b1" + "dir-320-b1" + ]; + titles = [ + { + model = "DIR-320"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-dlink_dir-620-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-dlink_dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "0954dd1a61c7ad3bc1a7a48a3179c79ec609ae63572a229fe18f5bc34ae8fdba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-dlink_dir-620-a1-initramfs-kernel.bin"; + sha256 = "725226b3eaa2e1d720032573b1aa8dccd362de02a8d55d5ca2206b16c49f91d6"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-620-a1" + "dir-620-a1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-dlink_dir-620-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-dlink_dir-620-d1-initramfs-kernel.bin"; + sha256 = "f7f2fa069cf5334e8aa3ddc12faeadf2b889aa662bcb781b3630dfe691afeddd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-dlink_dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "119440f2996817f30dbf107071be2cf4005eb7e02ef3110d8a31a196fcd862e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-620-d1" + "dir-620-d1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial-option" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-dlink_dwr-512-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-dlink_dwr-512-b-initramfs-kernel.bin"; + sha256 = "2d0fd0e8ea518837b149ab4fc30a94958dd57a0c3c112add8f01404ce3937e02"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-dlink_dwr-512-b-squashfs-factory.bin"; + sha256 = "01169983cdfa8fa9ed0ae25ae68e9823ea78df3568f208306fa8b3e00a110e19"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-dlink_dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "fa1ab0b34808fd18e0f29d03e7492af48610c96c275b28b56f4d2d25ac0c97b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-512-b" + "dwr-512-b" + ]; + titles = [ + { + model = "DWR-512"; + variant = "B"; + vendor = "D-Link"; + } + ]; + }; + easyacc_wizard-8800 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-easyacc_wizard-8800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-easyacc_wizard-8800-initramfs-kernel.bin"; + sha256 = "8919184613f24927321d594b9c5682424dd826d02d76fe2cfc4584c8bd1d54da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-easyacc_wizard-8800-squashfs-sysupgrade.bin"; + sha256 = "b17f1c9ccf8df2cb722fbd853f4525fdaf6c81b280ffebd9b6180a5abf0dc899"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "easyacc,wizard-8800" + "wizard8800" + ]; + titles = [ + { + model = "WIZARD 8800"; + vendor = "EasyAcc"; + } + ]; + }; + fon_fonera-20n = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-fon_fonera-20n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-fon_fonera-20n-squashfs-factory.bin"; + sha256 = "e90743598dd20351a0937bc33930d0fb5ce6168139f011d62683f68d4eb221ef"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-fon_fonera-20n-initramfs-kernel.bin"; + sha256 = "bfb2e953ddb15cd63a9671c38312488fd44de35564450372f92c96c2167d047c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-fon_fonera-20n-squashfs-sysupgrade.bin"; + sha256 = "235c28e3fd9fa193c6b3b7dba822533d611da3d9be0115864d32cf91084bf4b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fon,fonera-20n" + "fonera20n" + ]; + titles = [ + { + model = "Fonera 2.0N"; + vendor = "Fon"; + } + ]; + }; + hame_mpr-a2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-hame_mpr-a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-hame_mpr-a2-initramfs-kernel.bin"; + sha256 = "c875cbf7b64615f4e1d7dd3c327923c28c83146a2c5dcc9d3bc562ffc58769ba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-hame_mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "938e86acdf69efdd253c683b4d672c95f85dcd7dad14c82f69c87871b5337cfb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hame,mpr-a2" + "mpr-a2" + ]; + titles = [ + { + model = "MPR"; + variant = "A2"; + vendor = "HAME"; + } + ]; + }; + hauppauge_broadway = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-hauppauge_broadway"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-hauppauge_broadway-initramfs-kernel.bin"; + sha256 = "30a2c80ccbf94e17dd81ee79baaf4e5dfa4b508baa198842fc3b918c7c64061f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-hauppauge_broadway-squashfs-sysupgrade.bin"; + sha256 = "2a58cebfbc6d9372b8e0022e92f8b2b342e26129df87b9e1ad0a1d4f5225a384"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hauppauge,broadway" + "broadway" + ]; + titles = [ + { + model = "Broadway"; + vendor = "Hauppauge"; + } + ]; + }; + huawei_hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-huawei_hg255d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-huawei_hg255d-initramfs-kernel.bin"; + sha256 = "060cdb44198d5c9e616a6b202fd0ac065c5bdff522a3baf3d21844f8da1818e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-huawei_hg255d-squashfs-sysupgrade.bin"; + sha256 = "4a16fc8a92e26817e56d2b404ae48d46206395837818724a4165d1139f91e636"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg255d" + "hg255d" + ]; + titles = [ + { + model = "HG255D"; + vendor = "HuaWei"; + } + ]; + }; + intenso_memory2move = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-intenso_memory2move"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-intenso_memory2move-squashfs-sysupgrade.bin"; + sha256 = "5338ae85e6eda77fc098ab5a315dbcf41fef7c928b74d3369e25fd3c9f683c77"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-intenso_memory2move-initramfs-kernel.bin"; + sha256 = "e0a0144e25fa09d2a749edc48ecd8d1aafe15a2ec3cc9dda6bc48b6336f629fa"; + type = "kernel"; + } + ]; + supported_devices = [ + "intenso,memory2move" + "m2m" + ]; + titles = [ + { + model = "Memory 2 Move"; + vendor = "Intenso"; + } + ]; + }; + mofinetwork_mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-mofinetwork_mofi3500-3gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-mofinetwork_mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "e4dea0a2ca97d567b3412ec14e11e87456bb06488451bc3817a6cdd8d0396c4c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-mofinetwork_mofi3500-3gn-initramfs-kernel.bin"; + sha256 = "ce46f4969359436406af45f3d44c87ee61f6850d427dbb86955d2484a7f027bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "mofinetwork,mofi3500-3gn" + "mofi3500-3gn" + ]; + titles = [ + { + model = "MOFI3500-3GN"; + vendor = "MoFi Network"; + } + ]; + }; + nexaira_bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-nexaira_bc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-nexaira_bc2-squashfs-sysupgrade.bin"; + sha256 = "b31614fbbe9cf12c84a34d81c92a02bdbcaec6b8a3aab3154dbb1b7a371cae66"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-nexaira_bc2-initramfs-kernel.bin"; + sha256 = "a73864f6765cd5f54a1fa156bb03a99b9047a6939743a21c42bc5267bdd43357"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexaira,bc2" + "bc2" + ]; + titles = [ + { + model = "BC2"; + vendor = "NexAira"; + } + ]; + }; + nexx_wt1520-8m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-nexx_wt1520-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-nexx_wt1520-8m-squashfs-factory.bin"; + sha256 = "9f47f83ef2e0ef8ac4c92e436ee179ec8ce2cbe5f4db5bc736bde2f9e0541f30"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-nexx_wt1520-8m-squashfs-sysupgrade.bin"; + sha256 = "ce830f9d26f6d06c114e1b65bb50f2483a22558b3ada09ed032c6072091c5c04"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-nexx_wt1520-8m-initramfs-kernel.bin"; + sha256 = "77961defcd4b647a493a45742c2a93e5f9aa7cdd0ce2ec1cfa71e6dcf528a9b8"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexx,wt1520-8m" + "wt1520-8M" + ]; + titles = [ + { + model = "WT1520"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + nixcore_x1-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-nixcore_x1-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-nixcore_x1-16m-initramfs-kernel.bin"; + sha256 = "9843f2b129db54a04f869663e55344f4b84a178a68cebffaec3a1a0aa1ef22f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-nixcore_x1-16m-squashfs-sysupgrade.bin"; + sha256 = "01dff5e93833177c834fd9f5368a0e7c8ccda8a543bb554be58846f3f2101e6f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore,x1-16m" + "nixcore-x1" + "nixcore-x1-16M" + ]; + titles = [ + { + model = "X1"; + variant = "16M"; + vendor = "Nixcore"; + } + ]; + }; + nixcore_x1-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-nixcore_x1-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-nixcore_x1-8m-squashfs-sysupgrade.bin"; + sha256 = "3cf4a62fdc5bdc9937c29b8d1119fc3d5c1dc7cde028023e3b87d3e4fe635c39"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-nixcore_x1-8m-initramfs-kernel.bin"; + sha256 = "a56e7ba6550d2577090b557735ba84eb8be9569c8b76e6eadcff0d61b5fb94ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "nixcore,x1-8m" + "nixcore-x1" + "nixcore-x1-8M" + ]; + titles = [ + { + model = "X1"; + variant = "8M"; + vendor = "Nixcore"; + } + ]; + }; + olimex_rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-olimex_rt5350f-olinuxino"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-olimex_rt5350f-olinuxino-initramfs-kernel.bin"; + sha256 = "06bb9c52f2ce995d536003a458fdd284b8171c2cdd2cfb51b278b9ad8dabe166"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-olimex_rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "38a78816e434284bb91c2a1a259003a214821442b4588a071d8fbcb459c4a1df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino" + "rt5350f-olinuxino" + ]; + titles = [ + { + model = "RT5350F-OLinuXino"; + vendor = "OLIMEX"; + } + ]; + }; + olimex_rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-olimex_rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-olimex_rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "863be728f473583495337bca543864d0ecb65414e597247637ccaee1eccd669d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-olimex_rt5350f-olinuxino-evb-initramfs-kernel.bin"; + sha256 = "13754286db186f5325337bb66c3931fd51371fabef9bfec65c07fc79e5e24c27"; + type = "kernel"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino-evb" + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + model = "RT5350F-OLinuXino-EVB"; + vendor = "OLIMEX"; + } + ]; + }; + omnima_miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-omnima_miniembplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-omnima_miniembplug-squashfs-sysupgrade.bin"; + sha256 = "67b6f0aacb9b3e7a46636ba86f63e69ede8956ac2d5ff940e0e0e647136617ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-omnima_miniembplug-initramfs-kernel.bin"; + sha256 = "f58752db24ac0dc2d7c974179fadb8772fc7ca2f0ff7d434e6aee11cd5717bc8"; + type = "kernel"; + } + ]; + supported_devices = [ + "omnima,miniembplug" + "miniembplug" + ]; + titles = [ + { + model = "MiniEMBPlug"; + vendor = "Omnima"; + } + ]; + }; + omnima_miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-omnima_miniembwifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-omnima_miniembwifi-initramfs-kernel.bin"; + sha256 = "76e07d1e5a6c4115c55072e698e8c417b83bd062d157c87c746c0d5a7ecc625f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-omnima_miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "4c6c4d848f54bbfed0056876c550d95c776ce8594af0ba7cb5edda993e959bb7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,miniembwifi" + "miniembwifi" + ]; + titles = [ + { + model = "MiniEMBWiFi"; + vendor = "Omnima"; + } + ]; + }; + planex_mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-planex_mzk-wdpr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-planex_mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "0a5dd6c0b05543538e740b5d409abc05053780034fd6eee7df89b6b5981f9472"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-planex_mzk-wdpr-initramfs-kernel.bin"; + sha256 = "6a995ab1faffd66a54ec6a15eec963ddecb9098d66e8060d37bbb7c702e335cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-wdpr" + "mzk-wdpr" + ]; + titles = [ + { + model = "MZK-WDPR"; + vendor = "Planex"; + } + ]; + }; + poray_ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-poray_ip2202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-poray_ip2202-initramfs-kernel.bin"; + sha256 = "5163a7bcac4f19c165902c0d9f05309a60415ed2c180476a220bfc9844aeb5ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-poray_ip2202-squashfs-sysupgrade.bin"; + sha256 = "d1e073c84bee635b9a80f473edb294b3c86e91071634a6e2a82a481991c66d82"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,ip2202" + "ip2202" + ]; + titles = [ + { + model = "IP2202"; + vendor = "Poray"; + } + ]; + }; + poray_m4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-poray_m4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-poray_m4-8m-squashfs-sysupgrade.bin"; + sha256 = "236dd0704c7b91e52effd8b30e68edda1be67a12ed5ec3f2cbcafceb3944ca27"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-poray_m4-8m-squashfs-factory.bin"; + sha256 = "8bd81b8717f7436414e7115429f2ae9f32d5ce35e418d0f7e0fad22852646769"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-poray_m4-8m-initramfs-kernel.bin"; + sha256 = "80c795f7623eb83d5b8325932c62d4d4fbc39d103900a617088eacfc70adef46"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,m4-8m" + "m4-8M" + ]; + titles = [ + { + model = "M4"; + variant = "8M"; + vendor = "Poray"; + } + ]; + }; + poray_x5 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-poray_x5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-poray_x5-squashfs-factory.bin"; + sha256 = "1ca83ef69ea8bf5a3f2911ff1e084c9b06ab2a7159913207cde0ac18315867d2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-poray_x5-squashfs-sysupgrade.bin"; + sha256 = "030e6e3f6a5ae411058e1a7dbf580e35e1b32a8abc34cfddb8677931fffebf2f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-poray_x5-initramfs-kernel.bin"; + sha256 = "deb98bb6a7fa652671554e5b4943d53ac6e3b575ab095fae4909eb35ac67ef69"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,x5" + "x5" + ]; + titles = [ + { + model = "X5/X6"; + vendor = "Poray"; + } + ]; + }; + poray_x8 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-poray_x8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-poray_x8-squashfs-sysupgrade.bin"; + sha256 = "33a0508c3421ac7b89b8adeba366fe3dd6b109ee96813657287c5c11e78d5267"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-poray_x8-initramfs-kernel.bin"; + sha256 = "7c8fe5161c792b9f9a648b66bbb4f8c4470ebe8123349b4db432ba6c2d72c8f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-poray_x8-squashfs-factory.bin"; + sha256 = "1b86e6bf7c44dab917561b073e7d016c264fca2729562ec759361f87bb19df4b"; + type = "factory"; + } + ]; + supported_devices = [ + "poray,x8" + "x8" + ]; + titles = [ + { + model = "X8"; + vendor = "Poray"; + } + ]; + }; + prolink_pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-prolink_pwh2004"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-prolink_pwh2004-initramfs-kernel.bin"; + sha256 = "9cbb1e14ba29d8dd9321fb55db66de244be957bbfdda915b668dcef5379a7d75"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-prolink_pwh2004-squashfs-sysupgrade.bin"; + sha256 = "94cdbfc64f651fd57de793323fdc596df5d1702efe68789bfc7f9408397e1405"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "prolink,pwh2004" + "pwh2004" + ]; + titles = [ + { + model = "PWH2004"; + vendor = "Prolink"; + } + ]; + }; + teltonika_rut5xx = { + device_packages = [ + "om-watchdog" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-teltonika_rut5xx"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-teltonika_rut5xx-initramfs-kernel.bin"; + sha256 = "5c8b8b587457e7252756b7bc03b4f943a81a87ae79bf07333126e54e6b155c4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-teltonika_rut5xx-squashfs-sysupgrade.bin"; + sha256 = "aca104f12608406f5d8d741e094f8d35deb9080672d640bf552fc2316ac91905"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rut5xx" + "rut5xx" + ]; + titles = [ + { + model = "RUT5XX"; + vendor = "Teltonika"; + } + ]; + }; + trendnet_tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-trendnet_tew-714tru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-trendnet_tew-714tru-initramfs-kernel.bin"; + sha256 = "7440088b143a4f79d4e41aa2a1e4f59785a8106fc5049b6a05c93c4549b4213d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-trendnet_tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "2ac861eca015aa19f1c6e72698d2d8fb294b7c59017da037a8d3cd99f4e9ce66"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-714tru" + "tew-714tru" + ]; + titles = [ + { + model = "TEW-714TRU"; + vendor = "TRENDnet"; + } + ]; + }; + unbranded_wr512-3gn-8m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-unbranded_wr512-3gn-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-unbranded_wr512-3gn-8m-squashfs-sysupgrade.bin"; + sha256 = "0e0468d13cd8f7bedebdfb627d6c2b576c1d6469d23f665d02119ac093ad267a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-unbranded_wr512-3gn-8m-initramfs-kernel.bin"; + sha256 = "b74c1e77e5774525bd971ed293c42009dbb3d3f06ad917294fd4a14f6149bda7"; + type = "kernel"; + } + ]; + supported_devices = [ + "unbranded,wr512-3gn-8m" + "wr512-3gn-8M" + ]; + titles = [ + { + model = "WR512-3GN"; + variant = "8M"; + vendor = "Ralink"; + } + ]; + }; + upvel_ur-336un = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-upvel_ur-336un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-upvel_ur-336un-squashfs-sysupgrade.bin"; + sha256 = "a2f8581495bda32e98b3d727423605b22cbf5eaf1a0881c48c6f580def094ec6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-upvel_ur-336un-initramfs-kernel.bin"; + sha256 = "654768f9f71520dfb96f11d5231c5262d4cf22863eddb73f403ddff6b46151f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "upvel,ur-336un" + "ur-336un" + ]; + titles = [ + { + model = "UR-336UN"; + vendor = "UPVEL"; + } + ]; + }; + vocore_vocore-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-vocore_vocore-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-vocore_vocore-16m-initramfs-kernel.bin"; + sha256 = "29fe841aaaa113e77d0258e30c2c48c2aefbbbdeaed7a85cae598d44f1574d0b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-vocore_vocore-16m-squashfs-sysupgrade.bin"; + sha256 = "e22a160aaf63db06f01c45294acd12a81aa5e866ed6740b694463b83a4cbb24a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore-16m" + "vocore" + "vocore-16M" + ]; + titles = [ + { + model = "VoCore"; + variant = "16M"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-vocore_vocore-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-vocore_vocore-8m-squashfs-sysupgrade.bin"; + sha256 = "ee0db1e6bcee2f60df3dcf5be3d6e3e9abac552bf590a3dc664803fde6a72f0a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-vocore_vocore-8m-initramfs-kernel.bin"; + sha256 = "23e0c9bf6489607730f34c9a1cfa189ef7f5e6a021c09699d8dde1c34453a7ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore-8m" + "vocore" + "vocore-8M" + ]; + titles = [ + { + model = "VoCore"; + variant = "8M"; + vendor = "VoCore"; + } + ]; + }; + wansview_ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-wansview_ncs601w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-wansview_ncs601w-squashfs-sysupgrade.bin"; + sha256 = "d0e1599d7e17e66ea6740e388400bd9ff8b025ab61663c06827e5b3ca02f90fa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-wansview_ncs601w-initramfs-kernel.bin"; + sha256 = "30a49cf25303bffa8741967042d5c5755dcbd54033c6cc2edbf100fe7273e276"; + type = "kernel"; + } + ]; + supported_devices = [ + "wansview,ncs601w" + "ncs601w" + ]; + titles = [ + { + model = "NCS601W"; + vendor = "Wansview"; + } + ]; + }; + wiznet_wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-wiznet_wizfi630a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-wiznet_wizfi630a-initramfs-kernel.bin"; + sha256 = "0591986d9f56826b1882fa8ee0713289750b184fca5a4325919d657706b38cf1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-wiznet_wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "b5084b4a69d7b0d28c09ddabbae50e2f9158179702efcd1e21038e65a15cb047"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630a" + "wizfi630a" + ]; + titles = [ + { + model = "WizFi630A"; + vendor = "WIZnet"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "29aae0809917cff111a6bc025c43269aeb1e14b292c258a4aee0cdf4e9584ca8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-zorlik_zl5900v2-initramfs-kernel.bin"; + sha256 = "4efcd4a22c1046b6f40d5495103d9178ff56dcb3e6512e22fc06a4b9628d6d7e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + model = "ZL5900V2"; + vendor = "Zorlik"; + } + ]; + }; + zte_mf283plus = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-zte_mf283plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin"; + sha256 = "8f214ab1c4516719ec5caccd1a443e662ae0f2456845e2686988bb31a3b68f29"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-zte_mf283plus-initramfs-kernel.bin"; + sha256 = "862edeef9074e64444cc6f23e4a372cb741907099906f67a6577243b6585514e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf283plus" + ]; + titles = [ + { + model = "MF283+"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-zyxel_keenetic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-zyxel_keenetic-squashfs-sysupgrade.bin"; + sha256 = "7df09bcb12dea5fd6eb090b1684affe636b637dadad4b8bdb3d9c4d89490c815"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-zyxel_keenetic-initramfs-kernel.bin"; + sha256 = "b2c7409f1d1be8236e14b5be766c2202b52da2972655b0a57ed4e0c3bb08d2c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic" + "kn" + ]; + titles = [ + { + model = "Keenetic"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-lite-b = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-zyxel_keenetic-lite-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-zyxel_keenetic-lite-b-initramfs-kernel.bin"; + sha256 = "b4dce451e8ada6701ce84d918896f86923a6ce0352f8237559f6472dc0493987"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-zyxel_keenetic-lite-b-squashfs-sysupgrade.bin"; + sha256 = "b60f6a3ca4d117a517c0c2aae71a4006eaebd6274f097a68813249826b5fe6b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-lite-b" + ]; + titles = [ + { + model = "Keenetic Lite"; + variant = "B"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg-419n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt305x-zyxel_nbg-419n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-ramips-rt305x-zyxel_nbg-419n-v2-initramfs-kernel.bin"; + sha256 = "110f91af985dc6e335628fb8c9cc9f2bff114a4fab5afebef986d9c2615ad94c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt305x-zyxel_nbg-419n-v2-squashfs-sysupgrade.bin"; + sha256 = "4b1634a77cfd273355715a1c60f9e8f9ac490faeaf245f8ced22efe1f1017f5c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg-419n-v2" + "nbg-419n2" + ]; + titles = [ + { + model = "NBG-419N"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "ramips/rt305x"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-n56u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt3883-asus_rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-asus_rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "b28b3f52aacad80a92aa2ac8dee1de87e228d52a8b4e9159c944dfcaedad20b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u" + "rt-n56u" + ]; + titles = [ + { + model = "RT-N56U"; + vendor = "Asus"; + } + ]; + }; + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "b8099c1ed03bbd1eb09e034eaf1199462f746499127b58648b11c830057c934d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + model = "F9K1109"; + variant = "Version 1.0"; + vendor = "Belkin"; + } + ]; + }; + dlink_dir-645 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt3883-dlink_dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-dlink_dir-645-squashfs-factory.bin"; + sha256 = "7b34de68eca90550d803ef269dbad596aa093151787b663c8d15a20884c69b83"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-dlink_dir-645-squashfs-sysupgrade.bin"; + sha256 = "c23455d281b86d2493e9957ab9ca0d78b606d9dc3a5a3142085b0c3337e6fe73"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-645" + "dir-645" + ]; + titles = [ + { + model = "DIR-645"; + vendor = "D-Link"; + } + ]; + }; + edimax_br-6475nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt3883-edimax_br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-edimax_br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "e447685ee368bb6220804a5bc9c53601cff9dc22fe38d520440f3d3ec1d19d46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6475nd" + "br-6475nd" + ]; + titles = [ + { + model = "BR-6475nD"; + vendor = "Edimax"; + } + ]; + }; + engenius_esr600h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt3883-engenius_esr600h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-engenius_esr600h-squashfs-factory.dlf"; + sha256 = "93e15251e4881ca0531d1ee79807d2f81cd9fadb45fee045a3ca9dfb71a4e815"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-engenius_esr600h-squashfs-sysupgrade.bin"; + sha256 = "266557245bbe1e161fe6bc22d2718f8960faaa94311a8655f4a2f22ad11df1d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,esr600h" + ]; + titles = [ + { + model = "ESR600H"; + vendor = "EnGenius"; + } + ]; + }; + loewe_wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt3883-loewe_wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-loewe_wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "b8b170eedb74db65bc5567a64447a3f75d86fc31993d21d1a73299c85f3773cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "loewe,wmdr-143n" + "wmdr-143n" + ]; + titles = [ + { + model = "WMDR-143N"; + vendor = "Loewe"; + } + ]; + }; + omnima_hpm = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt3883-omnima_hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-omnima_hpm-squashfs-sysupgrade.bin"; + sha256 = "0952789e07fc6c1235cdc5a2ae171277f4c081e91580df89f4e45309024dc04c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,hpm" + "hpm" + ]; + titles = [ + { + model = "HPM"; + vendor = "Omnima"; + } + ]; + }; + samsung_cy-swr1100 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt3883-samsung_cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-samsung_cy-swr1100-squashfs-factory.bin"; + sha256 = "77de38ab695f5ee5bff3d19a3afcb1c4825533333cc06f90bfaf54452501b2f0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-samsung_cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "d95468ce44a05634c6d70a66b8044846bb7a52e3170f8336418a671100c60efb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samsung,cy-swr1100" + "cy-swr1100" + ]; + titles = [ + { + model = "CY-SWR1100"; + vendor = "Samsung"; + } + ]; + }; + sitecom_wlr-6000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.6-ramips-rt3883-sitecom_wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-sitecom_wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "ca3bfd99eb32b6ed02454774e094e96f1a43f468d48611d86313f079b1093757"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-sitecom_wlr-6000-squashfs-factory.dlf"; + sha256 = "8b6ed6592204004de18d72ee50c9c3667c756a7793791d9f94ea7cf6895aa0f9"; + type = "factory"; + } + ]; + supported_devices = [ + "sitecom,wlr-6000" + "wlr-6000" + ]; + titles = [ + { + model = "WLR-6000"; + vendor = "Sitecom"; + } + ]; + }; + trendnet_tew-691gr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt3883-trendnet_tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-trendnet_tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "95b19888d52920505d5442ca27e8dcc4e46afb2e749d3dc9b531f74f00c040de"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-trendnet_tew-691gr-squashfs-factory.bin"; + sha256 = "38b78561879d5bd9dac0b1c3d2a0f51a94e51203b55491f8535c2ac1c801c078"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-691gr" + "tew-691gr" + ]; + titles = [ + { + model = "TEW-691GR"; + vendor = "TRENDnet"; + } + ]; + }; + trendnet_tew-692gr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-ramips-rt3883-trendnet_tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-trendnet_tew-692gr-squashfs-factory.bin"; + sha256 = "459433e9877d378738c171d6d447ef363942f46b6b345323a3c41000ba213254"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-ramips-rt3883-trendnet_tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "4dcbb6b1bcbd2c8a13e44bc5387365950fb8d0500da0edadaf972eb0f610fff5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-692gr" + "tew-692gr" + ]; + titles = [ + { + model = "TEW-692GR"; + vendor = "TRENDnet"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "ramips/rt3883"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + realtek = { + generic = { + arch_packages = "mips_4kec"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "ethtool" + "firewall" + "fstools" + "ip-bridge" + "ip-full" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "procd" + "tc" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + allnet_all-sg8208m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-realtek-generic-allnet_all-sg8208m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-realtek-generic-allnet_all-sg8208m-initramfs-kernel.bin"; + sha256 = "8800ea310d6f105d0cf7ee3d7ae77d599348d023c075ddd5db3c207caac650f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-realtek-generic-allnet_all-sg8208m-squashfs-sysupgrade.bin"; + sha256 = "2fbc7f0de2193ff6339f15a9f107cb6ef1284f96e30b308571cfe0856b545664"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all-sg8208m" + ]; + titles = [ + { + model = "ALL-SG8208M"; + vendor = "ALLNET"; + } + ]; + }; + d-link_dgs-1210-10p = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.6-realtek-generic-d-link_dgs-1210-10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-realtek-generic-d-link_dgs-1210-10p-squashfs-sysupgrade.bin"; + sha256 = "d4be80050f2f559a811d8782cb831197f7a6c14345806e616978c8650f9e5521"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-realtek-generic-d-link_dgs-1210-10p-initramfs-kernel.bin"; + sha256 = "3ddefcfdaa4f04fc786e39e8f3e945ed7a8f79e57ee317ad2a9711d2ea4593a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-10p" + ]; + titles = [ + { + model = "DGS-1210-10P"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-16 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-realtek-generic-d-link_dgs-1210-16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-realtek-generic-d-link_dgs-1210-16-initramfs-kernel.bin"; + sha256 = "7363b98839ba0e65d4658d05fdf271c0a8ed667b4b24fd9b9bbebf0a2c5cafb6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-realtek-generic-d-link_dgs-1210-16-squashfs-sysupgrade.bin"; + sha256 = "05a8856cfe11ac5ead99499b45435f383cba08779e7b52a9128f6ad9df210de1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-16" + ]; + titles = [ + { + model = "DGS-1210-16"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-28 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-realtek-generic-d-link_dgs-1210-28"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-realtek-generic-d-link_dgs-1210-28-squashfs-sysupgrade.bin"; + sha256 = "30ffb709e771a1b4ace01eda559b9c12e76517e1e2a62b3eec7683d598515aa2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-realtek-generic-d-link_dgs-1210-28-initramfs-kernel.bin"; + sha256 = "c3be0c128765e4f11a91206676cdb51df9bedb3b0346bf3bf84848e65a906fcb"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-28" + ]; + titles = [ + { + model = "DGS-1210-28"; + vendor = "D-Link"; + } + ]; + }; + netgear_gs108t-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-realtek-generic-netgear_gs108t-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-realtek-generic-netgear_gs108t-v3-squashfs-sysupgrade.bin"; + sha256 = "44a369ce523bc9949bef242999dcc81be63a28556ab1a4d4e6fb806605667343"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-realtek-generic-netgear_gs108t-v3-initramfs-kernel.bin"; + sha256 = "fe4ac9fcd3a072bbec3721fbbf77972a0d85e8a5a8fd72a6735a01d558ef6f13"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs108t-v3" + ]; + titles = [ + { + model = "GS108T"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs110tpp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-realtek-generic-netgear_gs110tpp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-realtek-generic-netgear_gs110tpp-v1-initramfs-kernel.bin"; + sha256 = "19f41f7d393e0e932fc6a45dfc08bfd6b703f04b4fab01483389ef7907ca7aa7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-realtek-generic-netgear_gs110tpp-v1-squashfs-sysupgrade.bin"; + sha256 = "fe2a3715a352579490bec21cd7490c956f8035e6d341a6060d2141d88c12cf31"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs110tpp-v1" + ]; + titles = [ + { + model = "GS110TPP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_gs1900-10hp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-realtek-generic-zyxel_gs1900-10hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-realtek-generic-zyxel_gs1900-10hp-initramfs-kernel.bin"; + sha256 = "c415e8fc83a860353db42205176e03a58fd14e5232f9af1d98ad261e51f60a9d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-realtek-generic-zyxel_gs1900-10hp-squashfs-sysupgrade.bin"; + sha256 = "2a6b7ec855a7b9224b3e7a3cd319925597208a2353038c875fa747c4083163cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-10hp" + ]; + titles = [ + { + model = "GS1900-10HP"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-realtek-generic-zyxel_gs1900-8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-realtek-generic-zyxel_gs1900-8-initramfs-kernel.bin"; + sha256 = "894b0b1b0a9b3173773b03a6a5a9078e5c7b741be3ed7afe4b67d100ecbcb921"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-realtek-generic-zyxel_gs1900-8-squashfs-sysupgrade.bin"; + sha256 = "58161beb692a633effa4073d752cb3f4e203b761fec535d5ff6f71c167606e6f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8" + ]; + titles = [ + { + model = "GS1900-8"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.6-realtek-generic-zyxel_gs1900-8hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-realtek-generic-zyxel_gs1900-8hp-v1-initramfs-kernel.bin"; + sha256 = "5c23b0498f5cbfa68fd718582527ef68316f6c701d60a2b80ce0788791b17946"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-realtek-generic-zyxel_gs1900-8hp-v1-squashfs-sysupgrade.bin"; + sha256 = "bc9c8f9a17dc62e03d15dde1c68eefb691689de4e0c407cf3360ada9160f287d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v1" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v2 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.6-realtek-generic-zyxel_gs1900-8hp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.6-realtek-generic-zyxel_gs1900-8hp-v2-initramfs-kernel.bin"; + sha256 = "25aee8d0bbdbb234322e3120fdffc89df6b2aa5d448cc9a0674b44a11c1121b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-realtek-generic-zyxel_gs1900-8hp-v2-squashfs-sysupgrade.bin"; + sha256 = "d61da023ba876b5684d803e494d9b323db9067dae619fd19682f859551e678d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v2" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "realtek/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + rockchip = { + armv8 = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-r2s = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-21.02.6-rockchip-armv8-friendlyarm_nanopi-r2s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-rockchip-armv8-friendlyarm_nanopi-r2s-squashfs-sysupgrade.img.gz"; + sha256 = "3a1963e0fb6659909401b2146366f54ca4514d4b4ef6c09bbab9187891697689"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-rockchip-armv8-friendlyarm_nanopi-r2s-ext4-sysupgrade.img.gz"; + sha256 = "c3208cecd10c720159f6d3d5535dc605c0359af5c061ec3df4ec9ed78f4e35c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r2s" + ]; + titles = [ + { + model = "NanoPi R2S"; + vendor = "FriendlyARM"; + } + ]; + }; + pine64_rockpro64 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-rockchip-armv8-pine64_rockpro64"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-rockchip-armv8-pine64_rockpro64-squashfs-sysupgrade.img.gz"; + sha256 = "91ed074f26a7ccbf0d77576cb295a658a319a4cdf2cdb1bfc4dbb04dc27e2ce2"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-rockchip-armv8-pine64_rockpro64-ext4-sysupgrade.img.gz"; + sha256 = "f3784e0ae71a7667bc32814f906d8cba41189529d6463c536cf589c1478c6d07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pine64,rockpro64" + ]; + titles = [ + { + model = "RockPro64"; + vendor = "Pine64"; + } + ]; + }; + radxa_rock-pi-4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-rockchip-armv8-radxa_rock-pi-4"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-rockchip-armv8-radxa_rock-pi-4-ext4-sysupgrade.img.gz"; + sha256 = "d6a8134e0c182a45e8f07275480792aca4e40eeadb64f687c70e7c218a226b86"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-rockchip-armv8-radxa_rock-pi-4-squashfs-sysupgrade.img.gz"; + sha256 = "3ea3d667b0e27cd1dc09f346d53dbad76ccae0c7089aa3826efec0eed2732013"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "radxa,rockpi4" + ]; + titles = [ + { + model = "ROCK Pi 4"; + vendor = "Radxa"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "rockchip/armv8"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "14610a1920769dec853bf7ea760f69bf8fad60455d645d4e12c9d5b71261f492"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "68a1430a4fbe7fd0131dff790f101768a98ad72b95518281e566305122269250"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + model = "NanoPi NEO Plus2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa53-friendlyarm_nanopi-neo2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa53-friendlyarm_nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "5557350668b11abee1ff5f83a2ee4a2b09c440630bb3519844e233859cbbadaa"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa53-friendlyarm_nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "3af9383bb892844121c559b82e07db42a3e9c5f41d36b116a35d50fe9a577617"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + model = "NanoPi NEO2"; + vendor = "FriendlyARM"; + } + ]; + }; + libretech_all-h3-cc-h5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa53-libretech_all-h3-cc-h5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa53-libretech_all-h3-cc-h5-squashfs-sdcard.img.gz"; + sha256 = "c47b4e4a9a55b1bb2544633dfdd13d4770667847ca094cad23aca362a4f2f657"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa53-libretech_all-h3-cc-h5-ext4-sdcard.img.gz"; + sha256 = "ef1ed956b717d0e733d449262c5875865b586c8e5be34634b3befe315655532d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "libretech,all-h3-cc-h5" + ]; + titles = [ + { + model = "ALL-H3-CC"; + variant = "H5"; + vendor = "Libre Computer"; + } + ]; + }; + olimex_a64-olinuxino = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bs-firmware" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa53-olimex_a64-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa53-olimex_a64-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "6b057286ecd9a008ddafd7c801032a1fbef8323a2d5ece79c73730ffdfab5fed"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa53-olimex_a64-olinuxino-ext4-sdcard.img.gz"; + sha256 = "3d3102b1b27f6b4c867489a6cc0db7606c870a3dc4bd5f347156d49625754360"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino" + ]; + titles = [ + { + model = "A64-Olinuxino"; + vendor = "Olimex"; + } + ]; + }; + olimex_a64-olinuxino-emmc = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bs-firmware" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa53-olimex_a64-olinuxino-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa53-olimex_a64-olinuxino-emmc-squashfs-sdcard.img.gz"; + sha256 = "7f876ada482d53b5492e8c277566cefd57dc20b41fa58307a972bc9c894c8570"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa53-olimex_a64-olinuxino-emmc-ext4-sdcard.img.gz"; + sha256 = "03ff6ccd3fda01d70a3261143340117b0eb3ce3a81887e2d6e7442f88e6cdef9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino-emmc" + ]; + titles = [ + { + model = "A64-Olinuxino"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + pine64_pine64-plus = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa53-pine64_pine64-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa53-pine64_pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "ac666db446abb710b31f927101520c796b22f095c4b7ded2e0097b6e28ccb896"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa53-pine64_pine64-plus-ext4-sdcard.img.gz"; + sha256 = "98f41260b667f13cb554d2098281f83e895b903e3288ebe9e5ca43969d6b5b3c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + model = "Pine64+"; + vendor = "Pine64"; + } + ]; + }; + pine64_sopine-baseboard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa53-pine64_sopine-baseboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa53-pine64_sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "ff06b2e79362114c0b87f98187580f4ce9c963fa39fd053d025b7c98fb79ba0e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa53-pine64_sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "60fb29a1b8cd1f199019c59c6a2ea1072aec114cb90a762b6e706b69b661e363"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + model = "SoPine"; + vendor = "Pine64"; + } + ]; + }; + xunlong_orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa53-xunlong_orangepi-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa53-xunlong_orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "8553b95a279b739f0b6bc1e979100466e4b266c7d454ec25fb4179c4e3cd721a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa53-xunlong_orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "0c219ddf4d2b5af4db73d7bad91604b848e16ed6f0f33a57dc02ec5acb2018a6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + model = "Orange Pi PC 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa53-xunlong_orangepi-zero-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa53-xunlong_orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "58482dddbeb9e9b919838672c83b304e75529fc6d49bf2a9562a2538940cb493"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa53-xunlong_orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "7635473a807001349e566614fb5661020e0151550bab2e2f4e0c5445a6c9647d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + model = "Orange Pi Zero Plus"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "sunxi/cortexa53"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_cubieboard2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-cubietech_cubieboard2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-cubietech_cubieboard2-ext4-sdcard.img.gz"; + sha256 = "60b42f0566ca8175faaf2cd3bba04e6be88cd8b3d99fd9fc1475c316b4884876"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-cubietech_cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "ed86666f16acb24065373d143262d59602fdc4012df850be0efbeef065074d33"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + model = "Cubieboard2"; + vendor = "Cubietech"; + } + ]; + }; + cubietech_cubietruck = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-cubietech_cubietruck"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-cubietech_cubietruck-squashfs-sdcard.img.gz"; + sha256 = "aafc9afee6f04762b3656b817b803ebc370d35babb4ed17d492a60423a471056"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-cubietech_cubietruck-ext4-sdcard.img.gz"; + sha256 = "eac35488138356f6756d00270480d7c071a81d8627432ee556975ba4d7744b18"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + model = "Cubietruck"; + vendor = "Cubietech"; + } + ]; + }; + friendlyarm_nanopi-m1-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-friendlyarm_nanopi-m1-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "ee6d5896e34e47e8006f519efd3dd97301d0510a8a8b2dfe9f5ab6a3c27a87db"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "1eb00de81aeef411b7596b476cf8e0e8bf35676d7211c97fb2fc13c29997d192"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + model = "NanoPi M1 Plus"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-friendlyarm_nanopi-neo"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-friendlyarm_nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "2d56800a0ccf1918787abb2adb97e3e2b6cb2ac433b9f32889803e68bddd8963"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-friendlyarm_nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "dee89fdb5223a7142089886c550217ee817f658f43914f9dca23ab90024f15e9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + model = "NanoPi NEO"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo-air = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-friendlyarm_nanopi-neo-air"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-friendlyarm_nanopi-neo-air-ext4-sdcard.img.gz"; + sha256 = "183907c68f0ac9dc96f54f72422dd6e96df5112667b4f8fa1ef2cb91a191eeca"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-friendlyarm_nanopi-neo-air-squashfs-sdcard.img.gz"; + sha256 = "46e79403940cf51054fee246f45608eb5c49f53397010bd3e99e46a7a17deec7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo-air" + ]; + titles = [ + { + model = "NanoPi NEO Air"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net-rtl8152" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-friendlyarm_nanopi-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-friendlyarm_nanopi-r1-squashfs-sdcard.img.gz"; + sha256 = "080ed26ec78058c923d6d3aeb376a0ea5390e9b846308c28a597ad27fa04d7b0"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-friendlyarm_nanopi-r1-ext4-sdcard.img.gz"; + sha256 = "f3f45fa395cb8d9b6e111fa2435419c9b78e0914894153d83742dd9365e792ac"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r1" + ]; + titles = [ + { + model = "NanoPi R1"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_zeropi = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-friendlyarm_zeropi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-friendlyarm_zeropi-squashfs-sdcard.img.gz"; + sha256 = "1bbc8edcfae5aa5fa5e1e3ed4faacac199c644222e17b9cfc8554dbe48f7d600"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-friendlyarm_zeropi-ext4-sdcard.img.gz"; + sha256 = "4c05da6a567d3da32a8aca4a6dbc477cb96545b8bd1ecb5072f354f98a259b2a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,zeropi" + ]; + titles = [ + { + model = "ZeroPi"; + vendor = "FriendlyARM"; + } + ]; + }; + lamobo_lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "swconfig" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-lamobo_lamobo-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-lamobo_lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "511c615029189de3fd50dd8566e3f3fbe147bc29982a63d88173ab6b02138f99"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-lamobo_lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "ea8b952372120f2c963f1178fa6bcd6ee036fcc9e35fbe634f17debfd749f784"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + model = "Lamobo R1"; + vendor = "Lamobo"; + } + ]; + }; + lemaker_bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-lemaker_bananapi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-lemaker_bananapi-squashfs-sdcard.img.gz"; + sha256 = "8d1fd62756328ae7e2f394a8df13d583bdb878b23f448b2d6fce27f51904124f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-lemaker_bananapi-ext4-sdcard.img.gz"; + sha256 = "ae484fea81ba258b023287d1aa9e04307c021662168e3b402e2d149f17c411e5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + model = "Banana Pi"; + vendor = "LeMaker"; + } + ]; + }; + lemaker_bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-lemaker_bananapro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-lemaker_bananapro-squashfs-sdcard.img.gz"; + sha256 = "ac6613c1dba4383f190385cb9c2a6ad0dbdd35c3ae34d21cc5f2fa46d518ba30"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-lemaker_bananapro-ext4-sdcard.img.gz"; + sha256 = "48ccbff8287398f5f34b03eb7dd6bbb8c162deb3d62639fba98bc518029f36ca"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + model = "Banana Pro"; + vendor = "LeMaker"; + } + ]; + }; + linksprite_pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-linksprite_pcduino3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-linksprite_pcduino3-squashfs-sdcard.img.gz"; + sha256 = "d7bbcfe8b169acd200d7a0d040342e9825b2c1a9875fced2afed91e4df07b77c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-linksprite_pcduino3-ext4-sdcard.img.gz"; + sha256 = "ed0afaad719d9bd8e818b0a593cf3524bc36590970aff9413de90b11b2ce9fb0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + model = "pcDuino3"; + vendor = "LinkSprite"; + } + ]; + }; + linksprite_pcduino3-nano = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-linksprite_pcduino3-nano"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-linksprite_pcduino3-nano-ext4-sdcard.img.gz"; + sha256 = "0e2f535f20b2cfc5182a1fbb9a6f6beeb01aaa7ed9d48042529af7cac5127e6b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-linksprite_pcduino3-nano-squashfs-sdcard.img.gz"; + sha256 = "ffbd5c3ca15d7337133812b704288c8cfd5123645b0d5d92a8210804767b5fc6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3-nano" + ]; + titles = [ + { + model = "pcDuino3 Nano"; + vendor = "LinkSprite"; + } + ]; + }; + mele_m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-mele_m9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-mele_m9-squashfs-sdcard.img.gz"; + sha256 = "b3391ab3a7054cea240b2588ab9d4b398af3d41db81d984fd8a3db4c09621d2f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-mele_m9-ext4-sdcard.img.gz"; + sha256 = "3007750cbc89e10630bb0fd12a5240ec22715b5dfa570d7a490e437e47f3180d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + model = "M9"; + vendor = "Mele"; + } + ]; + }; + olimex_a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-olimex_a20-olinuxino-lime"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-olimex_a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "ef49eb69eb77b69cf2eee64b3de65af466760e61acb41a638f49cadee11e2a69"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-olimex_a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "b6270027d3aa5e70bf48f2e00cb410d6700dd901b79f3f6998324097c4df351d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-olimex_a20-olinuxino-lime2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-olimex_a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "06c445f3e1453650dac12553b4126d1dc9abcbd5acf5d520be8735314e6edcea"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-olimex_a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "ced1333dca4f7bbf9a62b23645e2744f30513274c9bff5ddc099f3f0ca8fa7a8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "59a72ea624545317e5043df4fbb939434847bc49e8ab05d3ee1a1c1889275f5f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "74bd507226e75307f60e9dbe39e24f46e6ec31999ff3df1bc1bd64ca03c6193c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-olimex_a20-olinuxino-micro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-olimex_a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "6f5c7820612c3aeeeeb5cdc881fd12b3435bca8bbaaf757a7ead52faf1b80bad"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-olimex_a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "99d15035ddc6d5733896858798a138e211d4b261d820212fd30781edb1b1b2ee"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + model = "A20-OLinuXino-MICRO"; + vendor = "Olimex"; + } + ]; + }; + sinovoip_bananapi-m2-berry = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-sinovoip_bananapi-m2-berry"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-sinovoip_bananapi-m2-berry-ext4-sdcard.img.gz"; + sha256 = "1ade54237b95e20f2410486ff733d1bca89bdef2de4103adbff67560a3cb127c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-sinovoip_bananapi-m2-berry-squashfs-sdcard.img.gz"; + sha256 = "0a73c6d1c963d23cbc057d165dbf196386e48eedf6b050b46bb0bbf1d1ddc245"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-berry" + ]; + titles = [ + { + model = "Banana Pi M2 Berry"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-sinovoip_bananapi-m2-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-sinovoip_bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "4be40ac8d1df12a645f912cf272d6363da8a9597a6f29019e5fb2550424abaf8"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-sinovoip_bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "cc7e61efdb05c367fbd74aa338dc68f6b4e391115296a41aad9d8dc08c819821"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + model = "Banana Pi M2+"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-ultra = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-sinovoip_bananapi-m2-ultra"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-ext4-sdcard.img.gz"; + sha256 = "5842d686d4f14dece3f4848505ba2882d2cb1640d2ce7ab9a74141602d17d335"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-squashfs-sdcard.img.gz"; + sha256 = "97b15906f6009f6831bb51241222e3cc296d2f6a435ea4f408482f4296436ede"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-ultra" + ]; + titles = [ + { + model = "Banana Pi M2 Ultra"; + vendor = "Sinovoip"; + } + ]; + }; + xunlong_orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-2-ext4-sdcard.img.gz"; + sha256 = "4deca48ef93a087c220aaa128bc396a8723d7b35a25d39cb0225b7ca0cb479ca"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "1b7bf3c1c862ff739abeceb3815609d63df757d89e95ad7b57ef79d2d017ac07"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + model = "Orange Pi 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-one"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-one-ext4-sdcard.img.gz"; + sha256 = "ada64dbb274cb2e56255ab65997b14b0a5bf927897ad6e9994d88963267c1be6"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "688b1a4a4962af8f7eac91ae7f20af97b2c36f81d455cdb631d68d955ed1020a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + model = "Orange Pi One"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-pc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "742dbd49b67c0f658ec364383ea4563a5ca74c5c66e5c0f7469269538aec7cb3"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "e53ecf738908288ce1914862a00822d225d0b7cbed226de55c3aa01e7bd2e693"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + model = "Orange Pi PC"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-pc-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "52a08fd52d4f754242cf0a3a47761863ce977ec519ecb4cae7f6b78416181559"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "26247b092b8394ad7fdb21621e3dda280f031fce78b98e81e33f46500074bd3a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + model = "Orange Pi PC Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "f62a775cb47783c9064a80dfa9e30231d5cddc9ad01bcd5de78620628eb05e29"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "2aa7d16533927c5ef1dc9950f3c0c107769e9cdcd750a72d521d0a3088635ad0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + model = "Orange Pi Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "20dd7273de5e4fe54d108f81079296e04cf2d47e42c1f5199d746e97ecb7fe1d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "0b4b6163147449f1ae2d17c368932b17793c0718535bea6ed845b3fc4500bab2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + model = "Orange Pi R1"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-zero"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "c80d17d23d6e2327dd21284fcb69bf5d14fcead0a4ca0def08f3c0981c58ea22"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa7-xunlong_orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "8b3bb9d50c0b5db24fb27467cea1222119e6a1dd59993de9f7d4db40cb8df5a1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + model = "Orange Pi Zero"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "sunxi/cortexa7"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_a10-cubieboard = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa8-cubietech_a10-cubieboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa8-cubietech_a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "a1092c6fb94d35e53afee802b5c55ff8094b7697d1420f12ef49eaf8bd98e9a4"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "c58c64fe4f931f0c633a059d7ddb8698de144809fa42e040f33e94604aebce78"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + model = "Cubieboard"; + vendor = "Cubietech"; + } + ]; + }; + linksprite_a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa8-linksprite_a10-pcduino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa8-linksprite_a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "aac7b71093701a76c3891e81460df848d1efedcdf0156bfd623e361709aa9f2b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa8-linksprite_a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "cb9f06a14782aaef552278f956046c1221778c5041c7142d89cdded701d1efe3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + model = "pcDuino"; + vendor = "LinkSprite"; + } + ]; + }; + marsboard_a10-marsboard = { + device_packages = [ + "mod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa8-marsboard_a10-marsboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa8-marsboard_a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "5210851cb9d111230ac08f79387c7700da421856d62d99c492e210ac1866a541"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa8-marsboard_a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "1bf6ef0d9af2962652bda1e1e03d0d653cdfe8af768b66831936112f1eec0dc5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + model = "MarsBoard A10"; + vendor = "HAOYU Electronics"; + } + ]; + }; + olimex_a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa8-olimex_a10-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa8-olimex_a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "26fd26607f6cb51a8dfb4420464af2700323166259827122d5b6a1dbdf7deb9e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa8-olimex_a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "c2057dc01365e591ef1941ec7f85107d41bb6cb8a843af6e26a4f5e66b70c60f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + model = "A10-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa8-olimex_a13-olimex-som"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa8-olimex_a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "9a1cd7d2a85e871ec1cc33f5791101a791f334094c891ffba78363894c30d470"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa8-olimex_a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "130793345c915256bfd8996d5bb88d6121362e27816180cc80b2f73c06d0c2ef"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-SOM"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.6-sunxi-cortexa8-olimex_a13-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-sunxi-cortexa8-olimex_a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "06735062964408b9d87dde33368a890da5a5563f5afb9f62578ff255608b01ea"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-sunxi-cortexa8-olimex_a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "0665dd4e966a7f62abf5c5fbbc64e81d9f1793f9a8a9ecedb3b9fa1be7021d58"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-OLinuXino"; + vendor = "Olimex"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "sunxi/cortexa8"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.6-tegra-compulab_trimslice"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "61b75cb502fe39a27c906f3190c92a27e415843da1c505341c82255131f299e3"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "be0acf99db89476ac1e7fd59fb2764cd8d3ab667a32cdeb5ca29449eb18d9292"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + model = "TrimSlice"; + vendor = "CompuLab"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "tegra/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + x86 = { + "64" = { + arch_packages = "x86_64"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-bnx2" + "kmod-e1000e" + "kmod-e1000" + "kmod-forcedeth" + "kmod-igb" + "kmod-ixgbe" + "kmod-r8169" + ]; + image_prefix = "openwrt-21.02.6-x86-64-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-x86-64-generic-ext4-combined.img.gz"; + sha256 = "6b6e48c95614b4c1b931e10ae43812d27a6cfbba8f78e54bb1a7eb87d67c9f9b"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-x86-64-generic-squashfs-rootfs.img.gz"; + sha256 = "a75b2691a69827ccb462dc8e55f6660dcbefe5663763d836a3a2cb3b2dd86e88"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-x86-64-generic-ext4-combined-efi.img.gz"; + sha256 = "c8ff176558fb0ca9ef3f5fb1556af379673f4111747dd5e0c2d13d7e8d5a70f7"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-x86-64-generic-squashfs-combined-efi.img.gz"; + sha256 = "cf20abd374b7a895f92f0af4e9ed6d2f6f2bfd716ff4e80891a4d8606fddaf23"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-x86-64-generic-ext4-rootfs.img.gz"; + sha256 = "ed32ca48e73ef93992ce441690f93abcf1820108fbd63d69be6c87c4a7694e8d"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-x86-64-generic-squashfs-combined.img.gz"; + sha256 = "4693833b891b36c6bbcb15df5c4444cccdd5f21e93278e363fadc8480f79c388"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/64"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "x86/64"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + generic = { + arch_packages = "i386_pentium4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-21.02.6-x86-generic-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-x86-generic-generic-squashfs-combined-efi.img.gz"; + sha256 = "21450895256fab2a1a74a6152aee74f23cf21e8d33bee5b76920bcd6d6b5337b"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-x86-generic-generic-ext4-combined-efi.img.gz"; + sha256 = "682973a9ae86a8e3c052395a9f62a4aaa59670d96c28cae6c1878fe189f45d3e"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-x86-generic-generic-ext4-rootfs.img.gz"; + sha256 = "c21528e484820870b7909cf5e12738af74a47f844a7c665cf806a0b762a523f1"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-x86-generic-generic-ext4-combined.img.gz"; + sha256 = "19ffc9a513ce6215b0325dddf960e6d4d8e0c88e28e731e726e85adbd53090c2"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-x86-generic-generic-squashfs-rootfs.img.gz"; + sha256 = "101e5b452a6596ea8df46bb850d80e39a9a6526ed1b7d59c2f6a707b00078d13"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-x86-generic-generic-squashfs-combined.img.gz"; + sha256 = "ba768355335711f8f83a1216e8bfe2373617682633b935118fbd8da17423ff18"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "x86/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + geode = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-21.02.6-x86-geode-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-x86-geode-generic-ext4-combined-efi.img.gz"; + sha256 = "dc44d36e6278a7d1856cb7084891008ee4f5f69cb957aa8747b20c3bff496c34"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-x86-geode-generic-ext4-rootfs.img.gz"; + sha256 = "1c753ac4dbcdaae195dedf125a722dd3e3e5c2188adb1d9d5dee237587c7f9b4"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-x86-geode-generic-squashfs-combined-efi.img.gz"; + sha256 = "ef33899707a19ddbfe24bb33d2ba5a454ce04b8c7f8c1e2a075aa9c4638ac783"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-x86-geode-generic-squashfs-combined.img.gz"; + sha256 = "21e5ed1da9a0cdc7645c890d302f2a10e6b59aa0518185c1d2e6e3d23ed87db9"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-x86-geode-generic-squashfs-rootfs.img.gz"; + sha256 = "80b28b53286b68934ca315abeec82ea8d8b5dcdb78a2b5ecd042bef47a2cc5bb"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-x86-geode-generic-ext4-combined.img.gz"; + sha256 = "d67b9a3c6628cfd0b88b44ce2ac569d38218b776c8618c6ab4817268f079b59b"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/Geode"; + } + ]; + }; + geos = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + "br2684ctl" + "flashrom" + "kmod-hwmon-lm90" + "kmod-mppe" + "kmod-pppoa" + "kmod-usb-ohci-pci" + "linux-atm" + "ppp-mod-pppoa" + "pppdump" + "pppstats" + "soloscli" + "tc" + ]; + image_prefix = "openwrt-21.02.6-x86-geode-geos"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.6-x86-geode-geos-ext4-rootfs.img.gz"; + sha256 = "09c9f7182e0850c685decc12dbdcdca97293243958a570051ed54aaa5df48c1b"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-x86-geode-geos-squashfs-combined-efi.img.gz"; + sha256 = "81d03d90ad0cd1a57b1f5d7ba6485111b1fdfb4ae3d521cebb061893e704b5a1"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-x86-geode-geos-ext4-combined-efi.img.gz"; + sha256 = "7b7340a0b8a896c1e25292a01eb4dfff5f1ba4196d2fd2199853a1777860004b"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-x86-geode-geos-squashfs-rootfs.img.gz"; + sha256 = "605261ba4c365f55994775bbf1afe6e92cdc8239823846a0d2e23d06b3d44e0f"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-x86-geode-geos-ext4-combined.img.gz"; + sha256 = "169f758636c374be799f335667b8ae8b8594030e46951a15d9e6d251ddaee5c0"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-x86-geode-geos-squashfs-combined.img.gz"; + sha256 = "daef035af58fc163e028b4fa2c7bc76e0c639600dc82a173f70639e9d67e8830"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Traverse Technologies Geos"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "x86/geode"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + legacy = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-21.02.6-x86-legacy-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-x86-legacy-generic-squashfs-rootfs.img.gz"; + sha256 = "7ee6d488a06146ac3ae26623d4255ea8af7f9ac0186dce1c6a7020fc6ac6817a"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-x86-legacy-generic-ext4-rootfs.img.gz"; + sha256 = "018310fa447c7180710059f8d6cf23bd2fdd4059c214d4d6cbe2e1788e985ca3"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-x86-legacy-generic-ext4-combined.img.gz"; + sha256 = "f75b6c6cc62eca651fc966fed5c10aa232b543c13af8880aef8fead5ba6dbc21"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.6-x86-legacy-generic-ext4-combined-efi.img.gz"; + sha256 = "9e0e0967463c5539d679b6565179a5e72a4fbc5e6d41da35ac2cf01cf0cee111"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-x86-legacy-generic-squashfs-combined.img.gz"; + sha256 = "a615b8463f0dc78e04938ff8b43c60272d2005e880adf0bbeaea52f647cbdd5f"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-x86-legacy-generic-squashfs-combined-efi.img.gz"; + sha256 = "7b8a91d6e3dc421cc1f21985f26a4cdfe2bbf9908957960f3880c2aaf7a021e8"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/legacy"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "x86/legacy"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-msdos" + "kmod-ipt-offload" + "kmod-usb-storage" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "595c7284bee8aa2157cfa6c29556b1870a2188994b66be23c2f7490ed3a2dcfe"; + type = "sdcard"; + } + ]; + supported_devices = [ + "avnet,zynq-zed" + ]; + titles = [ + { + model = "ZedBoard"; + vendor = "Avnet"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "96d24dd12b3d8c40b752d3fad5fa0de9f241298bc9ea52676b8636bba1468cc3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo" + ]; + titles = [ + { + model = "Zybo"; + vendor = "Digilent"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.6-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "4e859fa8ea3eb78d3bd271a1c16d7202a7877ddca933a7a98c09d6cb2cd574f6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo-z7" + ]; + titles = [ + { + model = "Zybo Z7"; + vendor = "Digilent"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-21.02.6-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.6-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "b711cde538f34ff7f926086f3e3ab54372a5f1999d75ff8cdf7f841121b10d27"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xlnx,zynq-zc702" + ]; + titles = [ + { + model = "ZC702"; + vendor = "Xilinx"; + } + ]; + }; + }; + source_date_epoch = "1681043296"; + target = "zynq/generic"; + version_code = "r16842-bc99ce5b22"; + version_number = "21.02.6"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/21.02.7.nix b/cached-profiles/21.02.7.nix new file mode 100644 index 00000000..71c2c695 --- /dev/null +++ b/cached-profiles/21.02.7.nix @@ -0,0 +1,44250 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-i2c-core" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.7-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "f5c72cda5cb1d1b8449ff5aa0372100ede7c84798d0ff36aecaaec9ab7098f90"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-apm821xx-nand-meraki_mr24-initramfs-kernel.bin"; + sha256 = "92624888f6917b33ec0dc76d6199ab336f03213bc46605ea1a8bd59302bd48fd"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + model = "MR24"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.7-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-apm821xx-nand-meraki_mx60-initramfs-kernel.bin"; + sha256 = "2bd7839ab6362105ee974bd73aec1f5c96da3b0d6e9715ec4f91575b9e00fec4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "2f4a6ee4341046f6b3d9513a96aba399dffd306efb647702d251375825290397"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mx60" + "mx60" + ]; + titles = [ + { + model = "MX60/MX60W"; + vendor = "Cisco Meraki"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.7-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "cef56476e4c26b151a99ebd93f30ad1a1cb7056afe011c450d4cde859fec81cf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-apm821xx-nand-netgear_wndap620-initramfs-kernel.bin"; + sha256 = "42495611a2f3f2c3d887b23ae98ace53d9d480dd6b489e7c2c425280a4f136d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "ef4ce251adb3ef0ffaa189b39f1c12b7958834cdd2b8abcff2770a69fa7d34cf"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + model = "WNDAP620 (Premium Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.7-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "c35cc7f45028cc61a200cda3c653b19781edb688cbe946f89f914e6e182322fe"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "ad2fdca3dfbdf2575374828dd8e84b775d3d1037ac2495d7023d4e87bcd72556"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-apm821xx-nand-netgear_wndap660-initramfs-kernel.bin"; + sha256 = "1d1b90a8a6579c860b886f038f4e83ff841e2aa29d21d408c962cdc458f03d25"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + model = "WNDAP660 (Dual Radio Dual Band Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-hwmon-drivetemp" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.7-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "f7272b0fb21c8d5d6e9292a6e152e16fbb19f6ac44fdceb5f3008b1261cd4a4c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "7e2ce799f78ae311350e9095350186db060e9e1b3c95de85b5b2d5358eb3fbef"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-apm821xx-nand-netgear_wndr4700-initramfs-kernel.bin"; + sha256 = "c17f25ae100b685a81364f093328c30b5b6ba596921eaf25f07ca57ed47ab0ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + model = "Centria N900 WNDR4700/WNDR4720"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "apm821xx/nand"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "badblocks" + "base-files" + "block-mount" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "e2fsprogs" + "f2fsck" + "fdisk" + "fstools" + "kmod-dm" + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-md-mod" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mkf2fs" + "mtd" + "netifd" + "opkg" + "partx-utils" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "7ce51c3502869ce5781fbb9ee3b9f9909617e647e2e11902df00bf1ed94cd363"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "5c08a2b717f6a1f34210b7eecb00ababd7695551b0d4581f4d9f144fba06b197"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "26df40f388dc7055f9874eb9fbbd6214c925f6109548668c4864177c0dc52c26"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-apm821xx-sata-wd_mybooklive-initramfs-kernel.bin"; + sha256 = "794d8efa16b62a839a3de75ba2a6e74416b1e9e018aacd952fc6276464fc81a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "36f59c359fbf7c4b5828f6a3f232ea2fce943b06b89f590c9b1afa138ab655bf"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + model = "My Book Live Series (Single + Duo)"; + vendor = "Western Digital"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "apm821xx/sata"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + arc770 = { + generic = { + arch_packages = "arc_arc700"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-arc770-generic-nsim"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-arc770-generic-nsim-initramfs.elf"; + sha256 = "07e4fdb60023a7cc02165f897cb6bb67ba3e22aa258bda5f947a3d49a02afefe"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim" + ]; + titles = [ + { + model = "nSIM"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "arc770/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + archs38 = { + generic = { + arch_packages = "arc_archs"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim_hs = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-archs38-generic-nsim_hs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-archs38-generic-nsim_hs-initramfs.elf"; + sha256 = "f0b2db86a9dd6849f5697ad7bec754400641ba5c0b03a8a364c465d209cb5a00"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim,hs" + ]; + titles = [ + { + model = "nSIM HS"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "archs38/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-at91-udc" + "kmod-ipt-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + atmel_at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9263ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9263ek-ubifs-root.ubi"; + sha256 = "e8703720aa065997547630bcea08504306daf1bd97de9feebf132f71e0f2083d"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9263ek-squashfs-root.ubi"; + sha256 = "59e9a973b004e95088d17a403945ac180b90486afa83309117763b531113f46d"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9263ek" + ]; + titles = [ + { + model = "AT91SAM9263-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9g15ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9g15ek-squashfs-root.ubi"; + sha256 = "59e9a973b004e95088d17a403945ac180b90486afa83309117763b531113f46d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9g15ek-ubifs-root.ubi"; + sha256 = "e8703720aa065997547630bcea08504306daf1bd97de9feebf132f71e0f2083d"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g15ek" + ]; + titles = [ + { + model = "AT91SAM9G15-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9g20ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9g20ek-ubifs-root.ubi"; + sha256 = "e8703720aa065997547630bcea08504306daf1bd97de9feebf132f71e0f2083d"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9g20ek-squashfs-root.ubi"; + sha256 = "59e9a973b004e95088d17a403945ac180b90486afa83309117763b531113f46d"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek-2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9g20ek-2mmc"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9g20ek-2mmc-ubifs-root.ubi"; + sha256 = "e8703720aa065997547630bcea08504306daf1bd97de9feebf132f71e0f2083d"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9g20ek-2mmc-squashfs-root.ubi"; + sha256 = "59e9a973b004e95088d17a403945ac180b90486afa83309117763b531113f46d"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek_2mmc" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + variant = "2MMC"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9g25ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9g25ek-squashfs-root.ubi"; + sha256 = "59e9a973b004e95088d17a403945ac180b90486afa83309117763b531113f46d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9g25ek-ubifs-root.ubi"; + sha256 = "e8703720aa065997547630bcea08504306daf1bd97de9feebf132f71e0f2083d"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g25ek" + ]; + titles = [ + { + model = "AT91SAM9G25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9g35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9g35ek-squashfs-root.ubi"; + sha256 = "59e9a973b004e95088d17a403945ac180b90486afa83309117763b531113f46d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9g35ek-ubifs-root.ubi"; + sha256 = "e8703720aa065997547630bcea08504306daf1bd97de9feebf132f71e0f2083d"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g35ek" + ]; + titles = [ + { + model = "AT91SAM9G35-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9m10g45ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "59e9a973b004e95088d17a403945ac180b90486afa83309117763b531113f46d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "e8703720aa065997547630bcea08504306daf1bd97de9feebf132f71e0f2083d"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9m10g45ek" + ]; + titles = [ + { + model = "AT91SAM9M10G45-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9x25ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9x25ek-ubifs-root.ubi"; + sha256 = "e8703720aa065997547630bcea08504306daf1bd97de9feebf132f71e0f2083d"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9x25ek-ext4-sdcard.img.gz"; + sha256 = "513afbb18f50410f8dd07909cc26b04fab12d79aff2977f950a1b1f4ede0ceae"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9x25ek-squashfs-root.ubi"; + sha256 = "59e9a973b004e95088d17a403945ac180b90486afa83309117763b531113f46d"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x25ek" + ]; + titles = [ + { + model = "AT91SAM9X25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9x35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9x35ek-squashfs-root.ubi"; + sha256 = "59e9a973b004e95088d17a403945ac180b90486afa83309117763b531113f46d"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9x35ek-ext4-sdcard.img.gz"; + sha256 = "233364929ec67f1f87fdb669dc3ecd5df19c9fa579ebe507679410a7f15ef20f"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-atmel_at91sam9x35ek-ubifs-root.ubi"; + sha256 = "e8703720aa065997547630bcea08504306daf1bd97de9feebf132f71e0f2083d"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x35ek" + ]; + titles = [ + { + model = "AT91SAM9X35-EK"; + vendor = "Atmel"; + } + ]; + }; + calamp_lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-calamp_lmu5000"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-calamp_lmu5000-ubifs-factory.bin"; + sha256 = "d856ef072c90595ee157da50fa8a81c0dbd876a1e7831e07e29addb62639e81e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-calamp_lmu5000-squashfs-factory.bin"; + sha256 = "79548651a1c13c8c510b8b1753b7a2c766038a60f4072713df49d7bbd7ec15af"; + type = "factory"; + } + ]; + supported_devices = [ + "calamp,lmu5000" + ]; + titles = [ + { + model = "LMU5000"; + vendor = "CalAmp"; + } + ]; + }; + calao_tny-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-calao_tny-a9260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-calao_tny-a9260-squashfs-factory.bin"; + sha256 = "358240a04e68c0d66265e4cb2eb3c2ca851c9a050e9759d4262f598174d89e72"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-calao_tny-a9260-ubifs-factory.bin"; + sha256 = "47f9404bbc1e103347b3c111116c5dc4b746a63d3eedba5731d7d5c46a89a629"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9260" + ]; + titles = [ + { + model = "TNY A9260"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-calao_tny-a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-calao_tny-a9263-squashfs-factory.bin"; + sha256 = "4e04a451e1443576647ba73dce57acee90389319d2a7758b935ae579d44918c0"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-calao_tny-a9263-ubifs-factory.bin"; + sha256 = "424238e731207498327bea92605ad004656a9e23097f3740a829e0141861faf2"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,tny-a9263" + ]; + titles = [ + { + model = "TNY A9263"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-calao_tny-a9g20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-calao_tny-a9g20-ubifs-factory.bin"; + sha256 = "baf0f9edabc9d8ca405505bf7d5d41a1b79777e3f70db09f39ad47890d82c17a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-calao_tny-a9g20-squashfs-factory.bin"; + sha256 = "f37ed7b41523cb141528f62c6d8c107206218ba6201b1cc18984e1c6ebdc4fa7"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9g20" + ]; + titles = [ + { + model = "TNY A9G20"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-calao_usb-a9260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-calao_usb-a9260-squashfs-factory.bin"; + sha256 = "6e8d16c9cff2e6b8450881008ed029fbb9db44780e4e57c0aff96f748b5f69da"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-calao_usb-a9260-ubifs-factory.bin"; + sha256 = "0d5ab46f08575a048ee22332e9cb960b5acb966bbb10417257719e02e928e4e9"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9260" + ]; + titles = [ + { + model = "USB A9260"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-calao_usb-a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-calao_usb-a9263-squashfs-factory.bin"; + sha256 = "70ce4b585babf6c8543a0175092c1c18bfa2dbe3ee4ca597d67ac9ea9e244966"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-calao_usb-a9263-ubifs-factory.bin"; + sha256 = "bf40754e6712445fb2c6a89ba0c27ec4a026f8360ccc29e8e19f353cb0dd1998"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,usb-a9263" + ]; + titles = [ + { + model = "USB A9263"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-calao_usb-a9g20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-calao_usb-a9g20-squashfs-factory.bin"; + sha256 = "61a347e2f4dd40c65a6098afb37e690a12161159651fa7f07f129945906ce4bc"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-calao_usb-a9g20-ubifs-factory.bin"; + sha256 = "01441bcb9c94851fe3f420dca44b43a751d0b0d86c2d458d294cf82af2e9885d"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9g20" + ]; + titles = [ + { + model = "USB A9G20"; + vendor = "Calao"; + } + ]; + }; + egnite_ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-egnite_ethernut5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-egnite_ethernut5-squashfs-root.ubi"; + sha256 = "01977892d226479b3d652d5a7bd2dadaec15894d191ab42c6af6f235ab98e8a0"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-egnite_ethernut5-ubifs-root.ubi"; + sha256 = "2b5a27a731907f989aa66937e49344aac81f5d430ed93828b219c152e6b35c11"; + type = "root"; + } + ]; + supported_devices = [ + "egnite,ethernut5" + ]; + titles = [ + { + model = "Ethernut 5"; + vendor = "egnite"; + } + ]; + }; + laird_wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-21.02.7-at91-sam9x-laird_wb45n"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sam9x-laird_wb45n-ubifs-root.ubi"; + sha256 = "514c766d3a5de0be7c235ac2c49300585b2d8bd7050141c2c4659d983621745d"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sam9x-laird_wb45n-squashfs-root.ubi"; + sha256 = "ef997ebc1b7dc28dd5ab16e61f45117cce0459e2aa5fafbad08160d0064b1ea9"; + type = "root"; + } + ]; + supported_devices = [ + "laird,wb45n" + ]; + titles = [ + { + model = "WB45N"; + vendor = "Laird"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "at91/sam9x"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-at91-udc" + "kmod-ipt-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama5d2-ptc-ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sama5-microchip_sama5d2-ptc-ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sama5-microchip_sama5d2-ptc-ek-ubifs-root.ubi"; + sha256 = "27739a0bba297cad4c95a0901cc5b8ad1794aafa17f9b58da071ca178f3ca640"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-at91-sama5-microchip_sama5d2-ptc-ek-ext4-sdcard.img.gz"; + sha256 = "34ae2d6324b89674be01b80aa4fcf717d8b83bb4334fbd6047106b6a2948c4e7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sama5-microchip_sama5d2-ptc-ek-squashfs-root.ubi"; + sha256 = "ff03107469803bedfc0707b0bb294b8c878923a96579e1be051554b490f554e3"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-ptc_ek" + ]; + titles = [ + { + model = "SAMA5D2 PTC Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sama5-microchip_sama5d2-xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sama5-microchip_sama5d2-xplained-squashfs-root.ubi"; + sha256 = "ff03107469803bedfc0707b0bb294b8c878923a96579e1be051554b490f554e3"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-at91-sama5-microchip_sama5d2-xplained-ext4-sdcard.img.gz"; + sha256 = "c9d5b2213280d581eb913108cda1c332e058b1019f3a7af1b45d5344f18d3f24"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sama5-microchip_sama5d2-xplained-ubifs-root.ubi"; + sha256 = "27739a0bba297cad4c95a0901cc5b8ad1794aafa17f9b58da071ca178f3ca640"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-xplained" + ]; + titles = [ + { + model = "SAMA5D2 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-som1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sama5-microchip_sama5d27-som1-ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sama5-microchip_sama5d27-som1-ek-ubifs-root.ubi"; + sha256 = "27739a0bba297cad4c95a0901cc5b8ad1794aafa17f9b58da071ca178f3ca640"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-at91-sama5-microchip_sama5d27-som1-ek-ext4-sdcard.img.gz"; + sha256 = "20bed938dcae12dbc2e3d99fb328400ca738cc63d5f939960a16f69001c3ed31"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sama5-microchip_sama5d27-som1-ek-squashfs-root.ubi"; + sha256 = "ff03107469803bedfc0707b0bb294b8c878923a96579e1be051554b490f554e3"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d27-som1-ek" + ]; + titles = [ + { + model = "SAMA5D27 SOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d3-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sama5-microchip_sama5d3-xplained"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-at91-sama5-microchip_sama5d3-xplained-ext4-sdcard.img.gz"; + sha256 = "b024df4e540fecd46151547fbb50106f4b0684412de4918ffcd2c392a39b31cc"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sama5-microchip_sama5d3-xplained-squashfs-root.ubi"; + sha256 = "ff03107469803bedfc0707b0bb294b8c878923a96579e1be051554b490f554e3"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sama5-microchip_sama5d3-xplained-ubifs-root.ubi"; + sha256 = "27739a0bba297cad4c95a0901cc5b8ad1794aafa17f9b58da071ca178f3ca640"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d3-xplained" + ]; + titles = [ + { + model = "SAMA5D3 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d4-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-at91-sama5-microchip_sama5d4-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-at91-sama5-microchip_sama5d4-xplained-ubifs-root.ubi"; + sha256 = "0d7d909e0a6530c108bb5c2bd4e4112bf03c958ebc608347401cccdd876afce9"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-at91-sama5-microchip_sama5d4-xplained-ext4-sdcard.img.gz"; + sha256 = "9a51f64fae897222a53e2c2512fbb500b919cd44525cc60ab06f494319b6a02d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-at91-sama5-microchip_sama5d4-xplained-squashfs-root.ubi"; + sha256 = "dca130231a1be8ce6361d37f83217e1679464152e11774c01cf8bdb3096ca51b"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d4-xplained" + ]; + titles = [ + { + model = "SAMA5D4 Xplained"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "at91/sama5"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath5k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath25-generic-kernel.gz"; + sha256 = "b1cf77e9c441d68a958ff6e138570a02957011ba1bfe2ae3832443741bcb6354"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath25-generic-kernel.elf"; + sha256 = "e188f6bb8aac53b2d2bee67e737674999859edaca6235a54cc8fdf29df457985"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath25-generic-squashfs-rootfs.bin"; + sha256 = "f1ed7695a44471e5129172c0d0f0d1e0820305ee2e0168250d9070afc8f05952"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "8e1d3a1a295066209fbd9dadbe0dd27c1e7ac27d17818116484d43a36f865895"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath25-generic-kernel.lzma"; + sha256 = "cf635598c9e6b96140f8306c8390ed40a25c62df85c82af0962c4cafaadbd8df"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Generic AR2xxx board"; + vendor = "Atheros"; + } + ]; + }; + ubnt_picostation-2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath25-ubnt_picostation-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath25-ubnt_picostation-2-squashfs-sysupgrade.bin"; + sha256 = "19f238b46acd7fbfbb95d7fa725d05ea800bd6c29ce395269944651ee2ac1ac0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-2" + ]; + titles = [ + { + model = "Picostation 2 (XS2-8)"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "ath25/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-8dev_carambola2-initramfs-kernel.bin"; + sha256 = "4be65ba5d1815d5bc8fcdc7c84caa974bc87b3a82c4f112b53e12c4c382265a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "8c25269db40b79fdeeb306fc5f2ea4a792cd96190b0dbfe597f407d4c1daf8ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + model = "Carambola2"; + vendor = "8devices"; + } + ]; + }; + "8dev_lima" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-8dev_lima"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-8dev_lima-initramfs-kernel.bin"; + sha256 = "e91b3746cabdd7ca499f1fd23c58c7eceb691b4d1c29f8a28263dad7209e6b6c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-8dev_lima-squashfs-sysupgrade.bin"; + sha256 = "65e691ae0e48de673d502c3b90e03694383af308939f3afbd0b50b6eebaa1f9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,lima" + "lima" + ]; + titles = [ + { + model = "Lima"; + vendor = "8devices"; + } + ]; + }; + adtran_bsap1800-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-adtran_bsap1800-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-adtran_bsap1800-v2-squashfs-kernel.bin"; + sha256 = "af999094869d2933aa91c35f07078040977688ee0bc1a30588c1ab6ee5a0a2fa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-adtran_bsap1800-v2-squashfs-rootfs.bin"; + sha256 = "8f59794aa1337c21da760a4402beb58f62b6cc59984663626e20b2b694b649f7"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-adtran_bsap1800-v2-squashfs-sysupgrade.bin"; + sha256 = "0e2d66caa73cfc217556329bc5c592c589d04320ae9500250987e9355a76cd40"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-adtran_bsap1800-v2-initramfs-kernel.bin"; + sha256 = "05728e76d69d4dcc7c4a9a0e52473a36b550a149ba2614c3fdeec5c6f8808b72"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1800-v2" + ]; + titles = [ + { + model = "BSAP-1800"; + variant = "v2"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + adtran_bsap1840 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-adtran_bsap1840"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-adtran_bsap1840-squashfs-sysupgrade.bin"; + sha256 = "dfdf2317173fe089750de07eee95e49f3d6b401659e414ab16e6dcf47c6727d4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-adtran_bsap1840-squashfs-kernel.bin"; + sha256 = "bf58a38d72c0d1f6a8962a151c2893115d4d0d8eb90fae528ad78cd5ba635a65"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-adtran_bsap1840-initramfs-kernel.bin"; + sha256 = "7065e37f2c642debd17fb5e76b38a48e5977f32a0d94e9b819e842022693c8e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-adtran_bsap1840-squashfs-rootfs.bin"; + sha256 = "8f59794aa1337c21da760a4402beb58f62b6cc59984663626e20b2b694b649f7"; + type = "rootfs"; + } + ]; + supported_devices = [ + "adtran,bsap1840" + ]; + titles = [ + { + model = "BSAP-1840"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + airtight_c-75 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-airtight_c-75"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-airtight_c-75-squashfs-sysupgrade.bin"; + sha256 = "1fb467c29570dc9203663d571bb3a33e3ba092fbb935fc0749712c2b985575d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-airtight_c-75-initramfs-kernel.bin"; + sha256 = "46c03c1de0ddcb2495f97fb2474cfbe690b1ffb5ea1f4e12c0b0ac69989a875d"; + type = "kernel"; + } + ]; + supported_devices = [ + "airtight,c-75" + ]; + titles = [ + { + model = "C-75"; + vendor = "AirTight Networks"; + } + { + model = "C-75"; + vendor = "Mojo Networks"; + } + { + model = "AP320"; + vendor = "WatchGuard"; + } + ]; + }; + alfa-network_ap121f = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-alfa-network_ap121f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-alfa-network_ap121f-squashfs-sysupgrade.bin"; + sha256 = "ccdf07c6f34d381371765a0ec4269abf7e338ec52f53756c3f3350cbad2f5746"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-alfa-network_ap121f-initramfs-kernel.bin"; + sha256 = "54cf339a48c1e3943c583312b2efcc633036397c1345eeebfbba1087a00e1f0f"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121f" + "ap121f" + ]; + titles = [ + { + model = "AP121F"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_ap121fe = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-gadget-eth" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-alfa-network_ap121fe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-alfa-network_ap121fe-squashfs-sysupgrade.bin"; + sha256 = "88e203bb44b144094a34c435593335b1a792b810d7dfd5cc6f15850862bf598e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-alfa-network_ap121fe-initramfs-kernel.bin"; + sha256 = "51a2752af4b23f712b37ec7f409c09b6e8e381466e9e514b66c624d403b7aed7"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121fe" + ]; + titles = [ + { + model = "AP121FE"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n2q = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-gpio-pcf857x" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-alfa-network_n2q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-alfa-network_n2q-squashfs-sysupgrade.bin"; + sha256 = "04e82aa981a6623ce690610730eb45dec8ecba17f15ae831854dd272531cd6ac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-alfa-network_n2q-initramfs-kernel.bin"; + sha256 = "89ab48e510a3134dd1bb51ef91bdf7936df4a43204d986158cfe6b45af7797cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n2q" + ]; + titles = [ + { + model = "N2Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n5q = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-alfa-network_n5q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-alfa-network_n5q-initramfs-kernel.bin"; + sha256 = "f7d9c831528d11fc527baf96b4635662e5fe1f5dcc610c77e489984f6749d0eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-alfa-network_n5q-squashfs-sysupgrade.bin"; + sha256 = "c372871b2592c4504a453e8e2ff48969d259beccf9859facabceab721b8b0032"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,n5q" + "n5q" + ]; + titles = [ + { + model = "N5Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_pi-wifi4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-alfa-network_pi-wifi4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-alfa-network_pi-wifi4-squashfs-sysupgrade.bin"; + sha256 = "1c47c6a7fb6c6211bfe09ad6c38b8d3c3227ae65f8014343406c504419e5c810"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-alfa-network_pi-wifi4-initramfs-kernel.bin"; + sha256 = "6775756f281652ec95537bb5ec1c95672df6353c2ab4069dfa09dd703137d8da"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,pi-wifi4" + ]; + titles = [ + { + model = "Pi-WiFi4"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-alfa-network_r36a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-alfa-network_r36a-squashfs-sysupgrade.bin"; + sha256 = "8c86559fe36ad07fd0256eee6a046433217767418afc9d7a44b487c615e7e3e6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-alfa-network_r36a-initramfs-kernel.bin"; + sha256 = "e91467225d0ec479e58da9840e0c14b485efa1a4ffed88b5dce61b6103990e3e"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36a" + "r36a" + ]; + titles = [ + { + model = "R36A"; + vendor = "ALFA Network"; + } + ]; + }; + allnet_all-wap02860ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-allnet_all-wap02860ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-allnet_all-wap02860ac-initramfs-kernel.bin"; + sha256 = "ec8151847343e549a043d9eaad767597c4b64e3cc8063ba3d665b6197620b0e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-allnet_all-wap02860ac-squashfs-sysupgrade.bin"; + sha256 = "562b2f640d7e5b450e41139913fbfe79be1476062cc0d15df2a4919ddf0b0c39"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-allnet_all-wap02860ac-squashfs-factory.bin"; + sha256 = "106c97b1701726a50537228253683552700df4fa7d1247614d39c78321d045cd"; + type = "factory"; + } + ]; + supported_devices = [ + "allnet,all-wap02860ac" + ]; + titles = [ + { + model = "ALL-WAP02860AC"; + vendor = "ALLNET"; + } + ]; + }; + arduino_yun = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "block-mount" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-arduino_yun"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-arduino_yun-squashfs-sysupgrade.bin"; + sha256 = "0564e2aca7e043fc26f35c8ed009b561dfa4c591382f7826f69b192b9b93d1d7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-arduino_yun-initramfs-kernel.bin"; + sha256 = "fb6cba53497aa2fe191021c247590a2a2809bfe316e9f2f0ccb36ab4c926d217"; + type = "kernel"; + } + ]; + supported_devices = [ + "arduino,yun" + "arduino-yun" + ]; + titles = [ + { + model = "Yun"; + vendor = "Arduino"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-aruba_ap-105-initramfs-kernel.bin"; + sha256 = "262276f95be327ac8f10f657efb09b647627a889149a2db06468f37163db0391"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "3d337f22705f35206303e21ea4439ab580e892abcbbf5d0a49ba70361a796a93"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + model = "AP-105"; + vendor = "Aruba"; + } + ]; + }; + avm_fritz1750e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-avm_fritz1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin"; + sha256 = "c1c9598119aaece6fd820058eaabd356fd2692767c39bf45214f13996164c27c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-avm_fritz1750e-initramfs-kernel.bin"; + sha256 = "385e1d7c4c25c80bb183c29ec87e205bf1557e58598e02e6b2edfb1ef2b0064f"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz1750e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 1750E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-avm_fritz300e-initramfs-kernel.bin"; + sha256 = "dac4b9af33d47cae89828d337e5d349e6a7ffd4f607c139e7cbf00ba347b5768"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "f66a6ca903fab71c08ec3875327d3dd345cb7ecaa8dc450d00a9e75f400bc2ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 300E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-avm_fritz4020-initramfs-kernel.bin"; + sha256 = "ed5673d6f2a4c3ccf6909310556ed3cfe1d61b8db086dad1732c3498a5768b00"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "d60ad695a6955312d7d272a119d05a4d079846ad3c96b85a895a6e90818d165c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + model = "FRITZ!Box 4020"; + vendor = "AVM"; + } + ]; + }; + avm_fritz450e = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-avm_fritz450e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-avm_fritz450e-squashfs-sysupgrade.bin"; + sha256 = "7c5acee41bef31648d9ad143444696c0ff756a21ddb1c8de56ea3817b9424950"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-avm_fritz450e-initramfs-kernel.bin"; + sha256 = "777de5e715a5686d9b93e8328c941a896b60b0e639f7badb727b0e0014974465"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz450e" + "fritz450e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 450E"; + vendor = "AVM"; + } + ]; + }; + avm_fritzdvbc = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-avm_fritzdvbc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-avm_fritzdvbc-initramfs-kernel.bin"; + sha256 = "76a132ae6627d2a48d1542c02800bd866c7c1243c2b6064f69a71c9ae8f6db38"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-avm_fritzdvbc-squashfs-sysupgrade.bin"; + sha256 = "d32ccd823f5cf778e93b287690d0551d8635fafd4e07b34f67a46e3c17ec0ad4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzdvbc" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater DVB-C"; + vendor = "AVM"; + } + ]; + }; + belkin_f9j1108-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-belkin_f9j1108-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-belkin_f9j1108-v2-squashfs-sysupgrade.bin"; + sha256 = "c2b3e1e4ee2945d590048c60ae3a9cb1a95193564e13a3d470ab58a64fd58d2a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-belkin_f9j1108-v2-squashfs-factory.bin"; + sha256 = "f185a7ced7b3939c4384fa287dee09d5cdd671098dc307382d9b97973cd817c8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-belkin_f9j1108-v2-initramfs-kernel.bin"; + sha256 = "515d7d1fa08061e954458a5d8b546e32165683af84b5449325f9040b40165c12"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f9j1108-v2" + ]; + titles = [ + { + model = "F9J1108 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + belkin_f9k1115-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-belkin_f9k1115-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-belkin_f9k1115-v2-initramfs-kernel.bin"; + sha256 = "46086d966f8027a05731745335b545f70d6d60e6332614b02dc154bec9807241"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-belkin_f9k1115-v2-squashfs-factory.bin"; + sha256 = "c94b52df8db54e0c08ff26f4a8c95a87ec45efcbfddcdfa2bac6211dede9c698"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-belkin_f9k1115-v2-squashfs-sysupgrade.bin"; + sha256 = "8e8f5b5620858185ced98651f67b9a37f78dbe3e49f4ae24772bed16754159ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1115-v2" + ]; + titles = [ + { + model = "F9K1115 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "f6162267b6f40c8173d7ac70ce174eeb4953fb272804e4aefa773c862a0f7f76"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_bhr-4grv-initramfs-kernel.bin"; + sha256 = "c0a7178fed41b9c13141af64d50b31b6f7f362fd293be253c5e9db826a4698a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "8a7b3c83ea227b20035a1968eca2a5e3bc15e8a627723163a6d08182ebdc4eef"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "a912fcf03b181e8fe9c98332c95e60f9157b5947b070b5c40421287a37b419e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "BHR-4GRV"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "d31d930829fd84c52235c91074e0ea347eb4f3058704039e72925862fa682ca5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_bhr-4grv2-initramfs-kernel.bin"; + sha256 = "578a9f94ec4f77a1043a20364d391356ac2c2c550120703ed704c155d4d17003"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + model = "BHR-4GRV2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-buffalo_wzr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "64b2691d6d3bfee20df485e8569f35ee2d1602877b143d9c969de7af542b9acf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-600dhp-squashfs-tftp.bin"; + sha256 = "5f2f51e96737ab864c09a53a7707bff5ca6ebb21edbe59cab9e60402c4fa8901"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-600dhp-initramfs-kernel.bin"; + sha256 = "062b09856c6884bb9f4269745fc2b27fe8dfee7ff495bce0a6295e8ae9932f78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-600dhp-squashfs-factory.bin"; + sha256 = "4baa2b56cb75417e0bce56c133e0a7c4755e4290f443df08f266c67ad1e79d90"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "3e46e5cb0dca5ec8f27ab219275b69e17199c790e63c04a9364b5d29f2f4e1e8"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "94681de0d3a9865141a7f8a2356d28d18bd69eec2e40571930f8b05e1899a909"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-ag300h-initramfs-kernel.bin"; + sha256 = "4563c58d354474dd38d6b3a8bb8f95dd31d7a0c4ba4e8130d4a48c97674053a4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "449dcd1ca7b48fa5f0c8cc4b73d935ffe6dd9db09e1451550199bcf9b76c90a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-HP-AG300H"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-rb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-gpio-nxp-74hc153" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g300nh-rb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-sysupgrade.bin"; + sha256 = "522429b7f2c422d28e6494f4a4ac106c95e2a18510cd67bd0d55d9ff77b6a7e4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-tftp.bin"; + sha256 = "7485ef899067c7606b500870dcba51a3baf1738e29104bd1756e5ecc56a06b72"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g300nh-rb-initramfs-kernel.bin"; + sha256 = "bccae86ce77fdf0cd40b57f0a5fb2a9d31a2cbf8f1780916bb89accd32e6c362"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-factory.bin"; + sha256 = "e63489530dfebe129e13b51ec224f1cf2b395ae9ed9f7cd1dd8258487dc0a699"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-rb" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366RB switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-s = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-gpio-nxp-74hc153" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g300nh-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-sysupgrade.bin"; + sha256 = "9714b1531a3f309d86fb415ca76d221647d9dedeb739f25340a45f97ebc4cd0f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-tftp.bin"; + sha256 = "6e8c3862f0315cd8f12f56a7c38ed54fa0e8c06ab4f874c9bd80e972d63b2215"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g300nh-s-initramfs-kernel.bin"; + sha256 = "3ccf8a2b40c9e4e3935687568cde1481bc255d9919a258000b532d4b83d428e1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-factory.bin"; + sha256 = "e4b196f12d01b46c2e75e71aae4e91fd837908863fcbd1ca6b866b1a1893c914"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-s" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366S switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "84345efeb808609c3d91a758a7d6d0b01146dde97d131605217168381470ee8e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "1ccfe09041546b728b8ea0dd04e681e21a39cb7314d62c4b63ae8842b00ccd83"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "36e48f7937cb772328a5064513fc2fbecbdce48c5ec2009fb3611fa44a4618bc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g302h-a1a0-initramfs-kernel.bin"; + sha256 = "4603dc7af2d6ebc8cca32f4730f082f75808aee1de340e199ea3d1c6556e7f77"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + model = "WZR-HP-G302H"; + variant = "A1A0"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "796597830c97d8fd88ab6d3a721f62c7ea4c74de57c0dac534671c6773f5e8b4"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "30578da354bf5a619db176d2223d4e2727a4bb2cbc59b727bd37d0f5b88db88d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g450h-initramfs-kernel.bin"; + sha256 = "2ca0ebfaf4e1a4115b10727d2a76317bd5b2533796506de3e67b5da92c689758"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "6252e07e415ca977f5c3cf713b1dbbca43e90c3d920775a8c71076abdbfd31ec"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "WZR-HP-G450H/WZR-450HP"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-e110n-v2-initramfs-kernel.bin"; + sha256 = "138bd2b200850a8daabda6c3f0ff97b36293630e944225133fc1af84de6f4e69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "961616f1f8357bd4fbea7c36c04d5519da64d06a36b8287f9724f47cfeb2a12d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + model = "CF-E110N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-e120a-v3-initramfs-kernel.bin"; + sha256 = "a251545b887e1b8007da77dfc7a9e0c7b1e50f9e32d6866e341fb45d48e0a87d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "f871cfea372abef7f369d079bcb760ea3ffc75b4f5c54916a97d47215cd38f01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + model = "CF-E120A"; + variant = "v3"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e130n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-comfast_cf-e130n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-e130n-v2-squashfs-sysupgrade.bin"; + sha256 = "7b32396b010a730ec93d2cf3cabf83e50d20495fabfccd1464c70ac6bb9e0cbe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-e130n-v2-initramfs-kernel.bin"; + sha256 = "0fa740d76dfffbac9a84308539851fce405178e54c27c96dacff8eaf61fbf7e6"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e130n-v2" + ]; + titles = [ + { + model = "CF-E130N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e313ac = { + device_packages = [ + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-comfast_cf-e313ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-e313ac-squashfs-sysupgrade.bin"; + sha256 = "06e497aced7bed47fb133b65236378a6dd3e57c11cbf317f0c8874fab0288420"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-e313ac-initramfs-kernel.bin"; + sha256 = "56ecec1dbd758bd2de3e2aacf6b42a7dadba46467a407490df085a10a5668f63"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e313ac" + ]; + titles = [ + { + model = "CF-E313AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e314n-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-comfast_cf-e314n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-e314n-v2-initramfs-kernel.bin"; + sha256 = "d9fc7be898670048b1b56494034f32b3e332696b019307934818e85ba37cebf2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-e314n-v2-squashfs-sysupgrade.bin"; + sha256 = "278ba583c124780ee9aca7194fcac38e5111ffc37dcf7808e4d58d42cba8ccab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e314n-v2" + ]; + titles = [ + { + model = "CF-E314N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-e5-initramfs-kernel.bin"; + sha256 = "be460007294cd0475db2488678af6a530f9490d965e91bde15bf3f7a1cbab03c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "6650153b95961bf60de8cb921caaab28d4dff0796ff1ebe5bfa36f1c75cc1de8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + model = "CF-E5/E7"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e560ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-comfast_cf-e560ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-e560ac-initramfs-kernel.bin"; + sha256 = "ffc1ef325b276f8e23ba3af78984f814cc0c86355df201906afc2ccc0e68d73e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-e560ac-squashfs-sysupgrade.bin"; + sha256 = "c94c2c3942cd9434a86f19d36046c0ff172cdada005f9a8cd2a453da63c32281"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e560ac" + ]; + titles = [ + { + model = "CF-E560AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-ew72 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-comfast_cf-ew72"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-ew72-initramfs-kernel.bin"; + sha256 = "ad2f1fa795c5f96c40f68dbcc0a70613bcbe2bfb917c7e2b289fa66e16291e3a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-ew72-squashfs-sysupgrade.bin"; + sha256 = "24a921bc1ce2ea0179fae2741926ba4c0456b9cc657cf777ae096bc776fd0fb2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-ew72" + ]; + titles = [ + { + model = "CF-EW72"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-comfast_cf-wr650ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-wr650ac-v1-initramfs-kernel.bin"; + sha256 = "932ebe590cf17dbf09988d519b42c7a337d675503d2bdf257adc06f45529bb4c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-wr650ac-v1-squashfs-sysupgrade.bin"; + sha256 = "969c4ebafdd248393214e284e501d4221b8ca917ff98ffd09828eb9af262febb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v1" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-comfast_cf-wr650ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-wr650ac-v2-squashfs-sysupgrade.bin"; + sha256 = "99ac3788db8090a7a81902349f58004c696a45bf8acb77b8751859f819650706"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-wr650ac-v2-initramfs-kernel.bin"; + sha256 = "13edb8a4a5d70365e031a29a9c440e38b71f8aef1ddd4c1eb635917883f2602f"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v2" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr752ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-comfast_cf-wr752ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-wr752ac-v1-initramfs-kernel.bin"; + sha256 = "a12acd2923bb80323154f7e19b1565e617e410dafe0f30b16570e4bc66875545"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-comfast_cf-wr752ac-v1-squashfs-sysupgrade.bin"; + sha256 = "8f84c649dafff764452d065d0862c412b9ddba756553d09af28a7c84aff1671a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr752ac-v1" + ]; + titles = [ + { + model = "CF-WR752AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + compex_wpj344-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-compex_wpj344-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-compex_wpj344-16m-squashfs-cpximg-6a08.bin"; + sha256 = "da5bb83689c569266ad1149cd18c747f780fcb117f89be4909c2dfa2c42cf5e7"; + type = "cpximg-6a08"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-compex_wpj344-16m-initramfs-kernel.bin"; + sha256 = "a6f01fd0196f2f383f2fccd5e8ff14c4bfcef9b4e632f8281fda3b3f93617e35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-compex_wpj344-16m-squashfs-sysupgrade.bin"; + sha256 = "ae82395f0ac92a050d4c20946f521a48019826403c6a67761ab3a83f20779b97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj344-16m" + "wpj344" + ]; + titles = [ + { + model = "WPJ344"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj531-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-compex_wpj531-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a06.bin"; + sha256 = "72ee9bdee47db634a34ea248755d941e22f90e0dee1f9c808a39707a7809f34c"; + type = "cpximg-7a06"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a07.bin"; + sha256 = "72ee9bdee47db634a34ea248755d941e22f90e0dee1f9c808a39707a7809f34c"; + type = "cpximg-7a07"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a04.bin"; + sha256 = "72ee9bdee47db634a34ea248755d941e22f90e0dee1f9c808a39707a7809f34c"; + type = "cpximg-7a04"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-compex_wpj531-16m-initramfs-kernel.bin"; + sha256 = "4b112a7cd079e9daf576a10af65ef2ab1e41c2eabc9805da50bdcf88ae745688"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a03.bin"; + sha256 = "3e75b8b8d23bada4e86891a4d26e4ec6ed6fc3974e1f991ef564e254c91f670d"; + type = "cpximg-7a03"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-compex_wpj531-16m-squashfs-sysupgrade.bin"; + sha256 = "b25c5dce5f75caec6da6d694799a54c84bcd2a296150edc938e04d750a77b3b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj531-16m" + "wpj531" + ]; + titles = [ + { + model = "WPJ531"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj563 = { + device_packages = [ + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-compex_wpj563"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-compex_wpj563-squashfs-cpximg-7a02.bin"; + sha256 = "58b87940d719882744e373ad0c95c94e7a1eba561df9ba6991c1eaaabbaddfd0"; + type = "cpximg-7a02"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-compex_wpj563-squashfs-sysupgrade.bin"; + sha256 = "8e37f0cf7886d01a537ffc2abd0aba0191da47d28e04ce7cbd603d3cfd8fc346"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-compex_wpj563-initramfs-kernel.bin"; + sha256 = "45e8694341343bcc18fd5c99a25df1fd1b4999e2b758101a5f63c98c2ebcdbb0"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj563" + "wpj563" + ]; + titles = [ + { + model = "WPJ563"; + vendor = "Compex"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-devolo_dvl1200e-initramfs-kernel.bin"; + sha256 = "eb462af04532a6b734e1c7b410766074566855a94582080b3cfab39d9ef6d1a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "e05731da82024d0a00311d904211194a25a635aa7948076820bde6df48d02800"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + model = "WiFi pro 1200e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "5b3fa384ca68ca829d5361d47ddabe22f131f8ab255205b1ccdb2d3c458e9523"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-devolo_dvl1200i-initramfs-kernel.bin"; + sha256 = "ed13db746782b7ddf77a2ff30d1c473868b32ed8d6d3ffb880bce0f5f7d4e197"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + model = "WiFi pro 1200i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-devolo_dvl1750c-initramfs-kernel.bin"; + sha256 = "52c15d82927055bf90a79d2a77ea76c033825f37e6a3a4d52ed842e57b05b9a4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "b7764219a94b219d0008671951c7a41022a4ad75439a7a577aa3c3ab43b1cd16"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + model = "WiFi pro 1750c"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "5667c4a9b018d79d6b23d307831704ddb642cd2cee31944bf64ddc8ac1940524"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-devolo_dvl1750e-initramfs-kernel.bin"; + sha256 = "fec309e8f5c43fcc899f9ac18670d4b29ad4bec10486a9f670665cd8dddfb3d7"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + model = "WiFi pro 1750e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "a3d5ed6741200a9db90ff0ad749469e4e969a88ffd9114d996351ef3d7f1375d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-devolo_dvl1750i-initramfs-kernel.bin"; + sha256 = "93911613a3da60c9a2c15e742e9446a5b87c0771253d047de7cb11bcd49dfc2a"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + model = "WiFi pro 1750i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-devolo_dvl1750x-initramfs-kernel.bin"; + sha256 = "8189015dd7f7cecbac261636640db73a3173279efa38e32678132f1b2bf8edae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "18b0357913de8f52b20bfe649f10dbe1f695afdbd483e817fdc250fb854b58bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + model = "WiFi pro 1750x"; + vendor = "devolo"; + } + ]; + }; + devolo_magic-2-wifi = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-devolo_magic-2-wifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-devolo_magic-2-wifi-initramfs-kernel.bin"; + sha256 = "132175dd48b81a18b838f2a0bf772c0a77eaad2d06266db7490eb33b051b1b89"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-devolo_magic-2-wifi-squashfs-sysupgrade.bin"; + sha256 = "56c0b89bb49f3f986213557f07a0b70737c983c49de5181210f252d7c8f834eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi" + ]; + titles = [ + { + model = "Magic 2 WiFi"; + vendor = "Devolo"; + } + ]; + }; + dlink_dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dap-1330-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "53deebe2ac2bd6cfb6e5607d7e9be766ec6c94ed34875ed18d1827c674bc6b3d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-1330-a1-squashfs-factory.bin"; + sha256 = "53e9ae05e5be16bf13b284d5fcef35c1c00e0ffb5e67af9c16e55c572fea845c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-1330-a1-initramfs-kernel.bin"; + sha256 = "2ab9b51465659779a8e906a98bde991a290366b8e2db8700405da3b2732035b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-1330-a1" + "dap-1330-a1" + ]; + titles = [ + { + model = "DAP-1330"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-1365-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dap-1365-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-1365-a1-initramfs-kernel.bin"; + sha256 = "da55a8e1250a98d0c2ae213792056f23d4b424849d48d590fe106cd2a96df8aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-1365-a1-squashfs-factory.bin"; + sha256 = "c73dd771c055c9a82eef59a370805c9a44b29b2f68393dfec301bac165d9ce2e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-1365-a1-squashfs-sysupgrade.bin"; + sha256 = "8f27a5d1414009b38c07776bfe21a1800fc9f18009060a2a2b75c0600accef90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1365-a1" + ]; + titles = [ + { + model = "DAP-1365"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2230-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dap-2230-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-2230-a1-squashfs-factory.img"; + sha256 = "8d767e38f834cd195ac7b8e2324ad282b686a9194c4299df4d261b0320ff0625"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-2230-a1-initramfs-kernel.bin"; + sha256 = "116df2cf5a21f22c5974353765df11f63558fb2c24f6be2d97fee113f7748f11"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-2230-a1-squashfs-sysupgrade.bin"; + sha256 = "8fd318e317d52bff3839c07f7d8908f94a9a563d38f7cb6a9acbeb6893f0ec61"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2230-a1" + ]; + titles = [ + { + model = "DAP-2230"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2660-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dap-2660-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "41cf37f3d9050728328376282ed2cad42aeed0f463c60f478e402f72eb34680b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-2660-a1-squashfs-factory.img"; + sha256 = "e6c11cc6c72865bb44228e79705856c67ee8578486dd9e45d2df416493b6a19f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-2660-a1-initramfs-kernel.bin"; + sha256 = "43d980719367530d550b806c392dc3a3137224d3856cafb2cbf45c63961ab09b"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2660-a1" + ]; + titles = [ + { + model = "DAP-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2680-a1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dap-2680-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-2680-a1-initramfs-kernel.bin"; + sha256 = "691a7dc7a3e1532ca8ef4654a18f564d8f22deecf9598d19121a5685f1d83972"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-2680-a1-squashfs-factory.img"; + sha256 = "79e01d31e81d3f5e4795e119821debe7864ffa1606b8f61caecb3b8152c96b30"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-2680-a1-squashfs-sysupgrade.bin"; + sha256 = "72d923e4a7c297026bd2ce2a57dfb32cd3cb6175c3a2d1c4976078ef95fbfa64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2680-a1" + ]; + titles = [ + { + model = "DAP-2680"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dap-2695-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "016ab7c25c9de512471329e3ff1623c7bb091afd2f063af3639b7f4c3ba80cfa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-2695-a1-initramfs-kernel.bin"; + sha256 = "e00fc04b4a9ca3866fd5ccb8951d5e3b803919020ea5e552c431ae92bbfdd15a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-2695-a1-squashfs-factory.img"; + sha256 = "bb40d42c862bb60eb265690f62e3839d9acf7d5246a6e3b1f1f1fdcc813adf5d"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2695-a1" + "dap-2695-a1" + ]; + titles = [ + { + model = "DAP-2965"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3320-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dap-3320-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-3320-a1-initramfs-kernel.bin"; + sha256 = "59167939f5deefa469ff3aca7d51c48d60e42ee165d24b2bf1e0afc1a5972f47"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-3320-a1-squashfs-sysupgrade.bin"; + sha256 = "dc87d1236f330e3cb1211c181416195b2614845764e6b7fab8c44b637fa225bd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-3320-a1-squashfs-factory.img"; + sha256 = "0d7e549b3c5148e99d01a318c47699f0949dff1c8214293038085f5dc75bb2cf"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-3320-a1" + ]; + titles = [ + { + model = "DAP-3320"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3662-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dap-3662-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-3662-a1-squashfs-sysupgrade.bin"; + sha256 = "61d43e5ec43ea305af3d30ab518b013ba5f344e6674832e68f3a0bec38583710"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-3662-a1-squashfs-factory.img"; + sha256 = "891a104a1a79cd67303c0d2e5fb70708c582122dce245a9fe64af18cf2abe296"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dap-3662-a1-initramfs-kernel.bin"; + sha256 = "30ef8ebd9d444bc1cdf22f4e080091195fd0e2baa552b732f1fd96818c754524"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-3662-a1" + ]; + titles = [ + { + model = "DAP-3662"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dch-g020-a1 = { + device_packages = [ + "kmod-gpio-pca953x" + "kmod-i2c-gpio" + "kmod-usb2" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dch-g020-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dch-g020-a1-squashfs-sysupgrade.bin"; + sha256 = "f7fa0269f8fe93f357f67267fca9fc51332398f8a23e61c194843aa033dca08a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dch-g020-a1-initramfs-kernel.bin"; + sha256 = "3d5efe235a8920724df4d770ba349fe3e11c24cff696d207c9ef45370df97941"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dch-g020-a1-squashfs-factory.bin"; + sha256 = "86b65e29bcdeee0edd35434eba8774afd4ab6c8c20eaaa866a910196637306e1"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dch-g020-a1" + ]; + titles = [ + { + model = "DCH-G020"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-505 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dir-505"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-505-initramfs-kernel.bin"; + sha256 = "c97bdfbc5452db11a33a60993809424213b5ad12e647f96c0d6b68b8dede3bde"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-505-squashfs-sysupgrade.bin"; + sha256 = "78b62c553ceb6837736c485e91e3d6794b259859526094e8da43ad8b146b72f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-505" + "dir-505-a1" + ]; + titles = [ + { + model = "DIR-505"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-825-b1-initramfs-kernel.bin"; + sha256 = "8e14e8de80340a071d7834fff03b14d30e5065796bcb7a03a86938a9bce5a5aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "df4636afb77440ad2879c7167dfadc5959864e9478f391b2db957ffaef388c0d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "13a77c989b4d9b06195041ea7ea12a8f658843d5e26d651fdf95ac3f36ea66ba"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "904bfb4074d7bff1fe9b95a3d9175c579ad11c42a10451d3340ca1211783413d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-825-c1-initramfs-kernel.bin"; + sha256 = "3ce898368611aa963270bf4bfee589765f9e15c63c57ff9862ea5f5a8029ba65"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "8979b8d1c1870635682f20dfd3b63040b87aff434db281560d69298f16ec7a92"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-835-a1-initramfs-kernel.bin"; + sha256 = "8b90d0efbbda8051b6676e6c149d2fbdece9fd1f784fb9052c1cf22739cfed93"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "cba4a24d3b33cc00b7db6da26ace7de936666308990a3438cd18dbb342168a27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + model = "DIR-835"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dir-842-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-842-c1-squashfs-sysupgrade.bin"; + sha256 = "54ae1e902fff8b915a771eddf5735fb6236a8d895c66ae11778e176e5596bd28"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-842-c1-squashfs-factory.bin"; + sha256 = "22532bd314824b4ca8e7ada1f0e179121cbcd7f6582aa255097c2775b2ef39e9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-842-c1-initramfs-kernel.bin"; + sha256 = "b9ef06a794c20f8144fbcb92cde93f7661f9b8cc065d6acd299a377e05039045"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c1" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dir-842-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-842-c2-squashfs-factory.bin"; + sha256 = "8888a79d539d1c98e4c8ec3d5cdba301704a3fb209366a950442ab10db5a1e4b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-842-c2-initramfs-kernel.bin"; + sha256 = "1d76b5a2e118470e4ce5783be318de3399d4af5dea80bcdc77763f28dc1c1f6b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-842-c2-squashfs-sysupgrade.bin"; + sha256 = "56ccc50bd2232a3e45a0a60188984af5d7fed05972a48698f2b408e45590a9ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-842-c2" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dir-842-c3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-842-c3-initramfs-kernel.bin"; + sha256 = "d17360b80052225f7c7ef05db790d6499acae487246bcc3a39c51fd1312a2c1d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-842-c3-squashfs-sysupgrade.bin"; + sha256 = "1dd00934ec47de8ba7114b58310d6457b22e083734086e225b1d60a11da1596f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-842-c3-squashfs-factory.bin"; + sha256 = "409bbd3fa814e94d7912bd7f0812ea6481e7780f43abba33e4d559213b423726"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-842-c3" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-859-a1-initramfs-kernel.bin"; + sha256 = "e155c822268a5fa748940bb442addd0b6b1fe297334e7eaa6d41fffd62ccc0ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "e0a57d6ad14095d59cc46a0e94534fc8e9ec5fd5121181de0df035761ad68ea6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "44543b6a2a36961f4d91aefb6afafbc965f691fa55bb9fdfa60403f977e6de1d"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + model = "DIR-859"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-elecom_wrc-1750ghbk2-i-initramfs-kernel.bin"; + sha256 = "15cd53231de75bb843686c61ff9af033f3f09c2fba95637f230539b3a2a4a76a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "2205da8cd16375327b9370fad2cd21aca4058ebdc74ffedda3d69bd2cf30196c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + model = "WRC-1750GHBK2-I/C"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "f720ca7966dca71d92634e850d864245ba478ad4b6f4bc90d7d0225754d6c225"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-elecom_wrc-300ghbk2-i-initramfs-kernel.bin"; + sha256 = "9efa1230001ce3b2759dc6c602a7a13275ed769d1deb047c227327092d79b522"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + model = "WRC-300GHBK2-I"; + vendor = "ELECOM"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-embeddedwireless_dorin-initramfs-kernel.bin"; + sha256 = "84c81ec0ad26381c18fddd759ba26142b968bccbc3d2bc9b5561ecb46f364e40"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "a0b0e0e0c1b2f8f51a65763f554788f610d95c6f81c9f7871b92c127188a3596"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + model = "Dorin"; + vendor = "Embedded Wireless"; + } + ]; + }; + engenius_eap1200h = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-engenius_eap1200h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_eap1200h-squashfs-sysupgrade.bin"; + sha256 = "00cde987123d754cc1308b038eafea3c3bed15984b72aaeeeb214bc134b1865d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_eap1200h-initramfs-kernel.bin"; + sha256 = "accbd4e861a7cf76afd0f189c4492faedbc0170d2055ffa0810020fef910db9a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_eap1200h-squashfs-factory.bin"; + sha256 = "173e844f59f37be092f37eac8d884eb9cd4a1af34252dfaa81f2db25fd5e374c"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap1200h" + ]; + titles = [ + { + model = "EAP1200H"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap300-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-engenius_eap300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_eap300-v2-squashfs-factory.bin"; + sha256 = "d8228e665eda06a98803ac0c59dfaa065858fac45e2b4465240df3add50d8afd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_eap300-v2-squashfs-sysupgrade.bin"; + sha256 = "e205966b8331971d052a40189c25375b240124f955519210d3e6ee6350e79794"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_eap300-v2-initramfs-kernel.bin"; + sha256 = "58a111c805f8a93c530cf7c41b88a26ac3ef71c8432ce27fd8a55c0fec38b2d1"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap300-v2" + ]; + titles = [ + { + model = "EAP300"; + variant = "v2"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap600 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-engenius_eap600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_eap600-squashfs-factory.bin"; + sha256 = "8f90feb21f66df3fb3371c8c97411fe45c37819d38814b320c2048d52999ab07"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_eap600-squashfs-sysupgrade.bin"; + sha256 = "a5249840d18bb1007b129fd77c046175eb990bed6fa8d54191b70672d297a43c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_eap600-initramfs-kernel.bin"; + sha256 = "54f47e622121547755f66c0152ccc8ef869f3930708a5f5c730ed51c9b574f3a"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap600" + ]; + titles = [ + { + model = "EAP600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1200 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-engenius_ecb1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_ecb1200-initramfs-kernel.bin"; + sha256 = "61e1e4f86f065e44036b1e83a44af96354e9e1deaef0fd2150b7476cd2da0f42"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_ecb1200-squashfs-factory.bin"; + sha256 = "55ee78c9d9fa347c8b8153546e296f3b6391a1d3439b45902800f531dfd11d5a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_ecb1200-squashfs-sysupgrade.bin"; + sha256 = "1c6ae3ba80030d6f8dac06232947d91ac9788bcc7900f0125f4ffafde6f84855"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1200" + ]; + titles = [ + { + model = "ECB1200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_ecb1750-initramfs-kernel.bin"; + sha256 = "d54e4f16fd74479084db8177f908b2dfcf8518c429122878fceb9b307c2d0acc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "6811e94129fd98a97363f384be55beef9e8c01d8aaba47787f3dec498695569e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_ecb1750-squashfs-factory.bin"; + sha256 = "0d02ee77f7c70a78763c0938c3aa75dcc7c9b965b7a26df65c92bcb2e51ae1d5"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + model = "ECB1750"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb600 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-engenius_ecb600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_ecb600-squashfs-factory.bin"; + sha256 = "4ae9e562ec0a836337959fc2582f34715186074b2b1a869ea9876258f1064c98"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_ecb600-squashfs-sysupgrade.bin"; + sha256 = "d17e624cb872d47979e753a38364edb5ed02fc06eda7eaab61b6942a6ca1a893"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_ecb600-initramfs-kernel.bin"; + sha256 = "cb8dff66382ef2f65af3f070227e8269c76f3c4074f3a52debceeef67a6f38da"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb600" + ]; + titles = [ + { + model = "ECB600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens202ext-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-engenius_ens202ext-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_ens202ext-v1-initramfs-kernel.bin"; + sha256 = "08389be51e353ea29c42de3f6707aacca8bc24ab3c383bdb76f1d48ba0419d71"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_ens202ext-v1-squashfs-sysupgrade.bin"; + sha256 = "7e662daeac0ae62a63f814be028387357dedbd9461a64a947a902e0599ca6e7c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_ens202ext-v1-squashfs-factory.bin"; + sha256 = "129bdd40486eda7c96c86ac2a449a5c0c10475cf51f7b34266bca2ebcc51adad"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ens202ext-v1" + ]; + titles = [ + { + model = "ENS202EXT"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enstationac-v1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-engenius_enstationac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_enstationac-v1-initramfs-kernel.bin"; + sha256 = "8bdbd1507ee4771edf95bc75ea6534b4f3c9d8c74ef1dc38a0ae97644ce34173"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_enstationac-v1-squashfs-factory.bin"; + sha256 = "8f8654dee4be65f6fbd195604d6b7376e56d07feafa4c35f1ab11b6c9570fa7a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_enstationac-v1-squashfs-sysupgrade.bin"; + sha256 = "8674edd856839d7f0b37bd60b8d167dac8ec21ac13dba6d3c62d298dd471f5fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,enstationac-v1" + ]; + titles = [ + { + model = "EnStationAC"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "7a80ecf78ad800baa947377d318748f56343ce83bc206ea94bdd0e19ff7e08e8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_epg5000-initramfs-kernel.bin"; + sha256 = "0bb75c5c0b3008b1cb479a35eeae431233bcafed224add5c2fb351bd5a657556"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "18ad013485edf25a324bbbee27cd4f2cd90a768a57afaf0df76ef15386ecaea9"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + model = "EPG5000"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "e4b51299f94f5bc8bb288e11ca0b8bf125b677bb9cf030b00ebd134ab0d8d7e3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-engenius_ews511ap-initramfs-kernel.bin"; + sha256 = "311a1265bd091f460abdde15cc0ca67baa3c8ab363031acb8be98f524ce85fa7"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + model = "EWS511AP"; + vendor = "EnGenius"; + } + ]; + }; + enterasys_ws-ap3705i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-enterasys_ws-ap3705i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-enterasys_ws-ap3705i-initramfs-kernel.bin"; + sha256 = "9e79e527bb98e996631de5a20012d5f755cc7be0bb978591d624f4b79d2f286c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-enterasys_ws-ap3705i-squashfs-sysupgrade.bin"; + sha256 = "b0d7e45a276624174bcfa0f853fb3885ba1ec6ad6f61df101090fd0527ee95aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3705i" + ]; + titles = [ + { + model = "WS-AP3705i"; + vendor = "Enterasys"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-etactica_eg200-initramfs-kernel.bin"; + sha256 = "b6c73950261948d970564265e6c95882f0cf472616a417eceedf922014e865c6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "75770aecc12f7811bde6ad13ffe4c7c25f975259e587c5c468ff72efbf1db22a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + model = "EG200"; + vendor = "eTactica"; + } + ]; + }; + glinet_6408 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-glinet_6408"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_6408-squashfs-sysupgrade.bin"; + sha256 = "2e0eedfae56eebce9be97761ffe4e2e340602083592dca46e68ed11d8fb247d8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_6408-initramfs-kernel.bin"; + sha256 = "65edce88748c62a6a7f73861aeaae557320862552d76b1cccadbc15832e8d5bb"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6408" + "gl-inet" + ]; + titles = [ + { + model = "6408"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_6416 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-glinet_6416"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_6416-squashfs-sysupgrade.bin"; + sha256 = "ea429b729aa309e7f3ec6e5a2a50b4f0b2ffde9998393f4257e4b25657d1db18"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_6416-initramfs-kernel.bin"; + sha256 = "15a19ec26d9cb9ef442dd83d3f3ffbc4fe20c57f7a595ac127e0ecdd5cf20962"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6416" + "gl-inet" + ]; + titles = [ + { + model = "6416"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_gl-ar150-initramfs-kernel.bin"; + sha256 = "4a6ba44cb1edc6718b2297a76b06c9901cc76f97bf40a5fc3c9ae6d06b0bd085"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "7ff15f9a9b692f068e0ba6366052a03e895889fcd4f620edc761dea7839cd5bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + model = "GL-AR150"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "98d7ba116e3a85451dccf874ad90c66e5a2c8f690710ba9d3bcfc41fe8318ce3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_gl-ar300m-lite-initramfs-kernel.bin"; + sha256 = "1e0da6f4e76c80f8056864f9e36a9182206a365a501c3fbcc94a3ef2f4a9751e"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "Lite"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m16 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-glinet_gl-ar300m16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_gl-ar300m16-initramfs-kernel.bin"; + sha256 = "00ef04fb14667c37919ce7c82bd63865a00c9aed69045898d79559e6ca84148c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin"; + sha256 = "b332f2a80b1703dbff56ed7963aa58613a4dbca9cb124566b88b696e6e805b1b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m16" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M16"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-glinet_gl-ar750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_gl-ar750-initramfs-kernel.bin"; + sha256 = "8733916c645c6728b6ca61a2b59e81cbcd1fa9c4867d6429f379da61a0d4fcfa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "7dae27236a26351d0c7763100c86fd1d8d421043207afd479b8f3689b93c318a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar750" + "gl-ar750" + ]; + titles = [ + { + model = "GL-AR750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mifi = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-glinet_gl-mifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_gl-mifi-initramfs-kernel.bin"; + sha256 = "92e21ad4578bc4676363e44be1c8bb06787e50334623670139d6f6bb376b8d13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "dc5dfb67826d681f7bf662c60089251c1b837343e546ff53f2fa8b830814db51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mifi" + "gl-mifi" + ]; + titles = [ + { + model = "GL-MiFi"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-usb150 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-glinet_gl-usb150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "a83fbe5fdf111a10dcca823efbf1609c3cd6be7b6b8ee6992e88b32cae73c37c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_gl-usb150-initramfs-kernel.bin"; + sha256 = "d63aab39fb3305cc39ac2aa007e25a97f6fbca50fa858ec4a19d844b8276a1aa"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-usb150" + "gl-usb150" + ]; + titles = [ + { + model = "GL-USB150"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "93f80736570d6add6605444f822337ede25d51d484443f3ec4143af1de954434"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-glinet_gl-x750-initramfs-kernel.bin"; + sha256 = "5e2dd4d39e13e980565d2065ece5a65f27e8c849b8ff875c28b2815afa0c3923"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + model = "GL-X750"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_lan-turtle = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-hak5_lan-turtle"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-hak5_lan-turtle-initramfs-kernel.bin"; + sha256 = "4eb114ce1e04d2615bf07ca79d20a801ddd937092fabbcccc10730dd8c0c1259"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-hak5_lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "a54c4609f601cd57402b0b1f350c3cbe12f2a3832b1b51b70255dbe5c46cd244"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,lan-turtle" + "lan-turtle" + ]; + titles = [ + { + model = "LAN Turtle"; + vendor = "Hak5"; + } + ]; + }; + hak5_packet-squirrel = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-hak5_packet-squirrel"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-hak5_packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "a014d899e99a0e9e4b1dae84918360b6ad3285f6b2645dc686e866d3ef3302dc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-hak5_packet-squirrel-initramfs-kernel.bin"; + sha256 = "9a77f48e9166eb50df2ddc16cf4b72f5f7e90ac55f68bc04efcd71365fd3b3d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,packet-squirrel" + "packet-squirrel" + ]; + titles = [ + { + model = "Packet Squirrel"; + vendor = "Hak5"; + } + ]; + }; + hak5_wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-hak5_wifi-pineapple-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-hak5_wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "e488f18c7744dfd250a6014195f036c4b45d4014cb06604de6f558ccbef78fc1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-hak5_wifi-pineapple-nano-initramfs-kernel.bin"; + sha256 = "739c7fa22b53a22777e0f1bb6930f725e87d99ad487e572638b87d01d3c1f28b"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-nano" + "wifi-pineapple-nano" + ]; + titles = [ + { + model = "WiFi Pineapple NANO"; + vendor = "Hak5"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-iodata_etg3-r-initramfs-kernel.bin"; + sha256 = "3cd5e57982f066fa6c0b84cebd33248d02a31f814ad36ae129eb00d3527d1eee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "690837bf1db250df3c1971a9e01d6419ed96900a36fdaf5fbb2418e9580f35c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + model = "ETG3-R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "a4933e9c427c558efaebe71825d33dedcfe9c30316918b926c9dd7013f3ab41d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-iodata_wn-ac1167dgr-initramfs-kernel.bin"; + sha256 = "0a83b1e82669046b1482cefae9a52cd9b24b8b5a7b0306dbec461ceb30454b78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "c5e1c5f8ed00046c029b4b7a0930faf47c158957919dd9b1de07e43019d176db"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + model = "WN-AC1167DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "6270235e9996f8293bf45cfc95619c9e52c758f170e1fa195c00ce1c09a93f6c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-iodata_wn-ac1600dgr-initramfs-kernel.bin"; + sha256 = "e05bb79778738fed14658dc4471618b516c5769bbc083bf6f3bd1cd1ecdcf612"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "08cd6ceb3b63a6c2ed20a179b310188efb60c6986d64f066c527f170217c09c0"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + model = "WN-AC1600DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-iodata_wn-ac1600dgr2-squashfs-dgr2-dgr3-factory.bin"; + sha256 = "d968d485781ad6605bfd2614d2c15fae04336da16f29e81fe89a38b4b979f7ac"; + type = "dgr2-dgr3-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-iodata_wn-ac1600dgr2-initramfs-kernel.bin"; + sha256 = "7d72eb5c86c91a12f7e90485c6ee84912c9f71246bfb4451e4eec41803e34591"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "df8ae8a670628784ee2e915e2815e45b19338fef16a847c9d982c2232e219a2a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + model = "WN-AC1600DGR2/DGR3"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "30aaa57fb7612ad64789f2a0db6df8cd491ce2e30419f99beab2672260d42dec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "fe19ee68c80ae92295d3ee60ad8edbee30cb87c084b5aaf75e1f6669b840068d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-iodata_wn-ag300dgr-initramfs-kernel.bin"; + sha256 = "58544114874b7cf6c1ce2202cdd77fac3a2c373b82adfb99453816f7ef7e6f3f"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + model = "WN-AG300DGR"; + vendor = "I-O DATA"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-jjplus_ja76pf2-initramfs-kernel.bin"; + sha256 = "97dfb71de7d0687e91db66f11817c874d3fa8ed3b730b95af806146f64a7e872"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-jjplus_ja76pf2-squashfs-rootfs.bin"; + sha256 = "0493a088dd16532af584905a5429fe32badb91f96a2e3d1b75b18cac20d08229"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "4f0864fdf83a9ba670159fb49c8bd79aae21a8442b33c109888ad926ca0f7e2e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-jjplus_ja76pf2-squashfs-kernel.bin"; + sha256 = "d34337d0c59e2a3d94890a42f92ecd8fd4f932d5530eb824947e040093fc2c24"; + type = "kernel"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + "ja76pf2" + ]; + titles = [ + { + model = "JA76PF2"; + vendor = "jjPlus"; + } + ]; + }; + joyit_jt-or750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-joyit_jt-or750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-joyit_jt-or750i-squashfs-sysupgrade.bin"; + sha256 = "105c895c939624eb0480a8a87f122c0777fd691a5739597b301bee2c071f4642"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-joyit_jt-or750i-initramfs-kernel.bin"; + sha256 = "12114923d1c69a594e5847da3f71a474455e55032a065b728de647f885ceb2dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "joyit,jt-or750i" + ]; + titles = [ + { + model = "JT-OR750i"; + vendor = "Joy-IT"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "1117e7d248e17c8126281feff06ecb354c675e88e09a789f2675592a8ab420db"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-librerouter_librerouter-v1-initramfs-kernel.bin"; + sha256 = "b9e057904ee2fd99b66412ce475b50b66da26bdf6b73df3525a81927d0b16fc1"; + type = "kernel"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + model = "LibreRouter"; + variant = "v1"; + vendor = "Librerouter"; + } + ]; + }; + meraki_mr12 = { + device_packages = [ + "kmod-owl-loader" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-meraki_mr12"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-meraki_mr12-initramfs-kernel.bin"; + sha256 = "9ea6f9aa96b70234fda8dac6ea34b6314b6900fbe000fcc5b531a2e37fb4816b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-meraki_mr12-squashfs-sysupgrade.bin"; + sha256 = "61115fd636d9da14ef4179c949ec740531575b93904516b79cc3d2a65db5a3ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr12" + "mr12" + ]; + titles = [ + { + model = "MR12"; + vendor = "Meraki"; + } + ]; + }; + meraki_mr16 = { + device_packages = [ + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-meraki_mr16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-meraki_mr16-squashfs-sysupgrade.bin"; + sha256 = "771a7584646c643e6ff9f490c4f8dee7aca8dd532d5fc65dc17cc8d07fa524d3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-meraki_mr16-initramfs-kernel.bin"; + sha256 = "269159e241989ae7d0e8936b0a94245b33c6bffb574655afab888c284ba331d6"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr16" + "mr16" + ]; + titles = [ + { + model = "MR16"; + vendor = "Meraki"; + } + ]; + }; + mercury_mw4530r-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-mercury_mw4530r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-mercury_mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "08e1c954878552c2d020e37a2cee583bd1b304bda02f9f935fed675505705086"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-mercury_mw4530r-v1-squashfs-factory.bin"; + sha256 = "d74ace36562313148e506316b77ea30a7b796861e3074c3aeb7704abc7778748"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-mercury_mw4530r-v1-initramfs-kernel.bin"; + sha256 = "7ad9d64ea6fac692addeca342a27970e6dc02948c7dd797f93e0282cb02ee26d"; + type = "kernel"; + } + ]; + supported_devices = [ + "mercury,mw4530r-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "MW4530R"; + variant = "v1"; + vendor = "Mercury"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "97d4e495324a2429fc9246a93915e4d0979bdfc216eb4f35f04e3470f15f29ff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-nec_wg1200cr-initramfs-kernel.bin"; + sha256 = "0306fed17e8b20af7b686aa0df9a83b997395a419044a507056317ad50da2ad5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "28927ca89973199a70658443d37d77bb672aee3b7ee136a1953168065cd9e5e6"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + model = "Aterm WG1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-full-htt" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-nec_wg800hp-initramfs-kernel.bin"; + sha256 = "0132e9085ba8470da481a8b17d43c4bef170589a9a2003274923fad023a1ac35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "15ca38843a17900ef283b1bd5ca1e9a10da9a3708644f235ac80071ee75183a5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "8215d4ce5e150ec1cc1a48dd16449465ca6f486bca9e3f95f0dc6b7b17c5d9ae"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + model = "Aterm WG800HP"; + vendor = "NEC"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_ex6400-initramfs-kernel.bin"; + sha256 = "44efa3b3fe2b02a1542942f970fc23f8374dc4ccc5041d68061c7fcebfe4a4a4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "40a75d7d317304f70ee2ae7ca6bfebae3744b750c93e547f9ab4ae0022e49efb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "991c9b1cd40bf4f004093d8b2de38412404a9d6c3e4e0d2bff4b2a0e8f32819a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + model = "EX6400"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "7f6070d07ea94493a7dc54d18c73199b46916db5770367011fe1ab6d4a6b950e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_ex7300-initramfs-kernel.bin"; + sha256 = "c293661b6b8762f3aef01412a0a046dfc96f28a8c49b1e0370f68025395fbd43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "5f7d36d5797842bfc1da63f43d7456043cea98c7649d454fedf56cd008f7cd44"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + model = "EX7300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "ffb98c121a150f821a8f70eb45319bf2ec5613e091d377bf79b87d0f7fcfadd5"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "25f60344096773f7f85ad38890be2ddd1a94283284e5a9d3a1dd89bdd60926e4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndr3700-initramfs-kernel.bin"; + sha256 = "ca6612b455d329913c1de14a217454318534294c7219595a0f7691fd541c989a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "0e7a7cf05c4c3e7df17da5ed30d8f1c44101e290e0c5b3d2060a30a6d3abce48"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-netgear_wndr3700-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndr3700-v2-initramfs-kernel.bin"; + sha256 = "d61c7f31ed6de916df116621f6e88bb34245df6483cfe1877fbfa6a92aa705e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndr3700-v2-squashfs-sysupgrade.bin"; + sha256 = "90fee7b3c4d025743cdedff2b6e93deb30a4a0befd08660f9d7f0e98e1afa483"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndr3700-v2-squashfs-factory.img"; + sha256 = "ee8124f41dd4ebd5f831daafff6059d834ea5b7a9a48c3a1a358bfa386d3e9db"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v2" + "wndr3700" + "netgear,wndr3700v2" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "134be5661c167981c02535d138171a9d28ea649b7cfe0418c7b8b202b5809471"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndr3800-initramfs-kernel.bin"; + sha256 = "ea636305873cf55cdccc8a1d71c8f45ed8d7fff76a1f33e60f3380f47fd02903"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "bba6e158b4fa08af43b019eba68f5ca2601619474cfb3eb895f5b4b11acd4cbb"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800ch = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-netgear_wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "6be02cc3fada9350b17ae256b50bed63e87445cab2fef6eb065d4fbd93b3de82"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndr3800ch-initramfs-kernel.bin"; + sha256 = "4bad3e8996c55d0100626a0a0f872cab3b88a7d95d2d620a92e645012ee0c924"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndr3800ch-squashfs-factory.img"; + sha256 = "72afe372bc192add09e0a62659bb0d665f9755ab2054822f254a95fc6c537a0a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800ch" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800CH"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-netgear_wndrmac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndrmac-v1-squashfs-sysupgrade.bin"; + sha256 = "5359536fb115d48e6d03f1edacc51759f933afc5bad7c12e06eca04c9bd32322"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndrmac-v1-squashfs-factory.img"; + sha256 = "0de014f9556de54897f3c4f9a5edf905d3219dfc0f83b1106bdbd016bb230068"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndrmac-v1-initramfs-kernel.bin"; + sha256 = "f508a97ab25df398cfd412350db815b3b090ea8d4f7e11e149a7c51a6a6e8935"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v1" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-netgear_wndrmac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndrmac-v2-squashfs-sysupgrade.bin"; + sha256 = "94dc6806ad3593b97ca36d80d3d479945e81b469e1043b5838d7ac54d362c402"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndrmac-v2-squashfs-factory.img"; + sha256 = "74ccb759dbc2ae5a18737dd5bba7b52773d70778ebcf97e083c705febca65198"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wndrmac-v2-initramfs-kernel.bin"; + sha256 = "ff398d9e390c83f6fa5acb5d672ac2dee820a71c0c82740935bc104e9df47cb2"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v2" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-netgear_wnr2200-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wnr2200-16m-initramfs-kernel.bin"; + sha256 = "c060c8b447e7acf68856333e2ffb539b22112c6add2802a7458470f43f1d3ce3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"; + sha256 = "6bd29f93834054d054e521392e6aaa7a27684469bb5b7476dada676cefa57bbd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img"; + sha256 = "f1200de9bfa4751bc5c90e64a6103a4c2b2045a70c97ab0bd715c01c2465ac4f"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wnr2200-16m" + ]; + titles = [ + { + model = "WNR2200"; + variant = "16M"; + vendor = "NETGEAR"; + } + { + model = "WNR2200"; + variant = "CN/RU"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-netgear_wnr2200-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wnr2200-8m-squashfs-factory.img"; + sha256 = "c9b666bb5fed1c5163590f9fd10235878a8aaee853cae9badb23861c5b1be2ed"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wnr2200-8m-initramfs-kernel.bin"; + sha256 = "57a017f7df3a834665329c5ba563b079149dfe1bde000f0ecd42543592115975"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wnr2200-8m-squashfs-sysupgrade.bin"; + sha256 = "bc31aa428a44c2d914adcdde73a93d489319f3e0da844fd03c546ec838a8a117"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-netgear_wnr2200-8m-squashfs-factory-NA.img"; + sha256 = "f44711c9956c5482e11ee6700f8d8d88e6a5541f22c4f971abbbd694738426b8"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "netgear,wnr2200-8m" + "wnr2200" + ]; + titles = [ + { + model = "WNR2200"; + variant = "8M"; + vendor = "NETGEAR"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "b0a0f2d9dd5acb1f68051d20787e43d7a5260d52bfc4f4508edc3e3b55593939"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ocedo_koala-initramfs-kernel.bin"; + sha256 = "993e9cbc062fae41896d52ec8b8164538179d033030aa24bb989be558efae4b8"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + model = "Koala"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "8b045c741d1289008ee6dc070a1211c5a48637ff00b9786c88f7a80bcd13014c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ocedo_raccoon-initramfs-kernel.bin"; + sha256 = "e2be358f3cab3eb49127ef8de3ee28aff310d61a2529c5eefae936020cdfd40b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + model = "Raccoon"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "83b167659816b621050aea00343a27321826ab76d4d28a74fd8a0911e2185b4b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ocedo_ursus-initramfs-kernel.bin"; + sha256 = "6bc10981b202353cbda6a58e16c1e7602ecc16249facfca5ef61c4aeec9431f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + model = "Ursus"; + vendor = "Ocedo"; + } + ]; + }; + onion_omega = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-onion_omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-onion_omega-squashfs-sysupgrade.bin"; + sha256 = "26bc1db7615b89a995da438a2cb585dacb9c41c0f35cbf0f7a62202a419cf1ba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-onion_omega-squashfs-factory.bin"; + sha256 = "b31a880895372189bf6f47cc060c62dbb261b75156b9d3f82f935db4c7c93f5a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-onion_omega-initramfs-kernel.bin"; + sha256 = "42fdf2e0cd3df20028c997f877f92932fd5847c3ec6a0307a0237c81586b0aea"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega" + "onion-omega" + ]; + titles = [ + { + model = "Omega"; + vendor = "Onion"; + } + ]; + }; + openmesh_mr1750-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-openmesh_mr1750-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_mr1750-v1-squashfs-sysupgrade.bin"; + sha256 = "c8fcfbc0106d908ed6b06876f2ad6807872217c77dac29af36ba56a0eae9d7db"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_mr1750-v1-initramfs-kernel.bin"; + sha256 = "0c2bbdeb7f1f01582c418264cf2ed32fc1d41337d063d6c68403cad2f7b88f2c"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v1" + "mr1750" + ]; + titles = [ + { + model = "MR1750"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-openmesh_mr1750-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_mr1750-v2-initramfs-kernel.bin"; + sha256 = "3a4e11c472ec6b3c5b7d77d3eb27e5a98db42ed598f7c68fe42f790312fda362"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_mr1750-v2-squashfs-sysupgrade.bin"; + sha256 = "dc1c716e4a0313586a8e20a708b2bf1cc502386312cbd4de43458083f285a49e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v2" + "mr1750v2" + ]; + titles = [ + { + model = "MR1750"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-openmesh_mr600-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_mr600-v1-initramfs-kernel.bin"; + sha256 = "8826ed68d9f0e78dc00f001dc6c36befa7048f117421cb9cc5a7667cd9300445"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_mr600-v1-squashfs-sysupgrade.bin"; + sha256 = "0c7dba3200e50bb96fe40bb5e5f47db30c7a9cabbd40c79b3049879b564e983e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr600-v1" + "mr600" + ]; + titles = [ + { + model = "MR600"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-openmesh_mr600-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_mr600-v2-squashfs-sysupgrade.bin"; + sha256 = "296412a5087ee808ceb97020ad57087b045e8e5bc5a223c27e9483f3e12e9c06"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_mr600-v2-initramfs-kernel.bin"; + sha256 = "455076f31a7d13d85649d09ffb1058d79b019d74a4b5d34535a847c8d08b027f"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v2" + "mr600v2" + ]; + titles = [ + { + model = "MR600"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-openmesh_mr900-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_mr900-v1-initramfs-kernel.bin"; + sha256 = "6f8060ebf3742b7d496ad1e93967e1ff175f2729f5b8252ef7c2236342ef54c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_mr900-v1-squashfs-sysupgrade.bin"; + sha256 = "177446fb8dcc4c30b6cbd6c0fab5d29da03572b279e5addea8c839ec1bd29465"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr900-v1" + "mr900" + ]; + titles = [ + { + model = "MR900"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-openmesh_mr900-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_mr900-v2-initramfs-kernel.bin"; + sha256 = "452706d1407979e5efc8272a0f5fcf3ba17ec77802123baaf42b9438cdba6b30"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_mr900-v2-squashfs-sysupgrade.bin"; + sha256 = "81ffdaa0a2783fd9d48565d2d72a8e6e2754ecb28e2fbbeb74e3fa1844291f10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr900-v2" + "mr900v2" + ]; + titles = [ + { + model = "MR900"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-openmesh_om2p-hs-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om2p-hs-v1-initramfs-kernel.bin"; + sha256 = "03bb5be0780abe77d159a801032d955eb4e8885e3192d8d4ebc7a159412d17c6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om2p-hs-v1-squashfs-sysupgrade.bin"; + sha256 = "12107fd714e31b15e9c1ae0b332038f9e9499c1d6e15c5ac3a7a8dd27942cb81"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v1" + "om2p-hs" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-openmesh_om2p-hs-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om2p-hs-v2-initramfs-kernel.bin"; + sha256 = "96afe6ff19de7b673d7f1983a4c183cb7a9fca1e52cac974604de9e58a907b74"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om2p-hs-v2-squashfs-sysupgrade.bin"; + sha256 = "d37b81d292ee9f7fdaa45aeab0d1e8d28d656cd905090ff968ae19a55ca3f6b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v2" + "om2p-hsv2" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v3 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-openmesh_om2p-hs-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om2p-hs-v3-squashfs-sysupgrade.bin"; + sha256 = "eb0e6280b1cbfec474f541a2a42ba6a7a9a14937cbc42b73634e84a93fd38768"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om2p-hs-v3-initramfs-kernel.bin"; + sha256 = "d7ab6f7a9b4b208f5c12d64aada5eb7ba82cceb219b3bdd88b20dc6489d8ca96"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v3" + "om2p-hsv3" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v3"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-openmesh_om2p-hs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om2p-hs-v4-squashfs-sysupgrade.bin"; + sha256 = "3932fc95468cd136ecba6c6d7f9c6feebb72f68d28b653bcbbda7fb2fd1c52d0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om2p-hs-v4-initramfs-kernel.bin"; + sha256 = "de3136c6d24ab00dc7d2ead602144dd411f866a4dab5888f784e35211d436a6a"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v4" + "om2p-hsv4" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-lc = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-openmesh_om2p-lc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om2p-lc-initramfs-kernel.bin"; + sha256 = "2858a80cf57c35a54da4ffdbd5013e735b5dfe89e612d5c52b72211a8ced7432"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om2p-lc-squashfs-sysupgrade.bin"; + sha256 = "edb00b84f2c5f2378cf0e509fe2e030843de71b5469a8cbbd30fa4babf64e2b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-lc" + "om2p-lc" + ]; + titles = [ + { + model = "OM2P-LC"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-openmesh_om2p-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om2p-v2-initramfs-kernel.bin"; + sha256 = "31967bbe2dd8284f0bdeab05f5034f99fd5674732ee417723b89b148e7d25918"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om2p-v2-squashfs-sysupgrade.bin"; + sha256 = "4f1c537546be144acdf7754a4c0fd55eec7012ce3d603b71d9eca9e2b9e75929"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-v2" + "om2pv2" + ]; + titles = [ + { + model = "OM2P"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-openmesh_om2p-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om2p-v4-initramfs-kernel.bin"; + sha256 = "d5eb5ab3b1c754b27f5860e5ab5b7bdd9ba1552b928b4f67ffb96cc264fead18"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om2p-v4-squashfs-sysupgrade.bin"; + sha256 = "a74e56a79ae8bb9331a220b817c13750e513e967753902976abb4a84113e1962"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-v4" + "om2pv4" + ]; + titles = [ + { + model = "OM2P"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-openmesh_om5p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om5p-squashfs-sysupgrade.bin"; + sha256 = "f1e07d55a85a24290e137e999207ab26abf75d13614ab1aaf098c21b85d2e777"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om5p-initramfs-kernel.bin"; + sha256 = "a4b5b080815269b0fda2b3636f6a89bde4f5ddcd77f2f3b3ed51f12e461b2cd1"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p" + "om5p" + ]; + titles = [ + { + model = "OM5P"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om5p-ac-v2-initramfs-kernel.bin"; + sha256 = "b39da60fb05124a06e92fa1cae4dfcf906850740abfd906bd45a5b769d47d66f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "70365babe1db7c785a4a7dbfc0dc7f3abe2814d3871ee11ad6d99986833184fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-pcs_cap324-initramfs-kernel.bin"; + sha256 = "b21f0f6ebae7890a96536cd9ad1ebf061f7f7ad87695918bee93c8fb0233d197"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "94638f3e3ba7eef68220b98ff27c4e0dc0b295362662254e4e2b14c9d4184e58"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + model = "CAP324"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-pcs_cr3000-initramfs-kernel.bin"; + sha256 = "44d82d5dc43fb6643496600285a6c8245452022a3975b11f8fd2242e8e2dc54b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "10ca573c98f712685e5d177c51b0a55818f0a8f9068baf08e9c6dee282a0fdeb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + model = "CR3000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "ae8d33cb75f053e4721fd7527f1017672b23993e79802ef7ef527d30cefd9386"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-pcs_cr5000-initramfs-kernel.bin"; + sha256 = "c79f5da761fc69798f169fc18572092b12ed085d4184376e24ef4dc986616a75"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + model = "CR5000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "a168a0a35965e1372e531cdf692c5e98f86e44421e8d1b40f4e83a692afbca43"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-phicomm_k2t-initramfs-kernel.bin"; + sha256 = "279e6f71eeb8d1e11b617a8487afbabf3a0df88930e0547c21a3e7b7db9925c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + model = "K2T"; + vendor = "Phicomm"; + } + ]; + }; + pisen_ts-d084 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-pisen_ts-d084"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-pisen_ts-d084-squashfs-sysupgrade.bin"; + sha256 = "efef05f0a0db1bf1a9c538db55daeecaba2a8ba95edd50b6ea4167c052b97aab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-pisen_ts-d084-initramfs-kernel.bin"; + sha256 = "fcd385b789a07b3b9597d9a0b8a996808f4b342647303372a98edecab7709ca3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-pisen_ts-d084-squashfs-factory.bin"; + sha256 = "419bf2d32ed4595f539e3f795f8d1cfa211e39d3b1c50febb3bca23693694c91"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,ts-d084" + ]; + titles = [ + { + model = "TS-D084"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmb001n = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-pisen_wmb001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-pisen_wmb001n-squashfs-factory.bin"; + sha256 = "3380c71ba2f919f763f85c8d35891cfa389553578e27c744d0537f28e46370f2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-pisen_wmb001n-initramfs-kernel.bin"; + sha256 = "5602cd0c739584125025423fa840e1df64f58c5acda53cc5b69eb33a79029bc8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-pisen_wmb001n-squashfs-sysupgrade.bin"; + sha256 = "d070f901ccd8d2ef7112858c91deefe892f31f053a57cb2828fa7ed2eb13a37b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,wmb001n" + ]; + titles = [ + { + model = "WMB001N"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "3768c27c58598c0facdaf1708cc8e876e20d692b3987c08a8332106a7eca936f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "24339a5adb3355fe1aa6219466df28d2517e72c9d302fa9187a50736085adedd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-pisen_wmm003n-initramfs-kernel.bin"; + sha256 = "7b5c93cda30cd4f713eb2fb80b049d7a5664b2997a161adafa429d4c30859f00"; + type = "kernel"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + model = "Cloud Easy Power (WMM003N)"; + vendor = "PISEN"; + } + ]; + }; + plasmacloud_pa300 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-plasmacloud_pa300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-plasmacloud_pa300-squashfs-factory.bin"; + sha256 = "d6c88392e4f9a45dd20f41d129c9a31afecfa552a6a9db0c6f138fd60b670e10"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-plasmacloud_pa300-squashfs-sysupgrade.bin"; + sha256 = "548931f2006e1cb21a49225f10fe64a08c7b43a1ce878ead3ea2d64a32ad25c3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-plasmacloud_pa300-initramfs-kernel.bin"; + sha256 = "b9574d2d9f15e11a0b56fa87fdd5f1fbf34ac6d589e9354e2eba6f70196a4077"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa300" + ]; + titles = [ + { + model = "PA300"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa300e = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-plasmacloud_pa300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-plasmacloud_pa300e-squashfs-sysupgrade.bin"; + sha256 = "5d46a1f5e6781960f3b45f2432aa594194170c628d37b0c61da0e3ae24e09300"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-plasmacloud_pa300e-squashfs-factory.bin"; + sha256 = "a109bf123713ba30efc071befd5fd916aaa44e39fefdfcc4a3a0e1091854164c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-plasmacloud_pa300e-initramfs-kernel.bin"; + sha256 = "02bfb580895015d28dc41f364f367930ef8172df6c19fe0fedaf7b020bfaa7c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa300e" + ]; + titles = [ + { + model = "PA300E"; + vendor = "Plasma Cloud"; + } + ]; + }; + qihoo_c301 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-qihoo_c301"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-qihoo_c301-squashfs-sysupgrade.bin"; + sha256 = "5b5ec3117b59cc480009a78cf0a4de00ba3e37952f23fed6f0fafc9885e567e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-qihoo_c301-initramfs-kernel.bin"; + sha256 = "7e9281bfb34e473ea6e35102aa4569413eb3dab15608a6d3c7481f9ea80563eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-qihoo_c301-squashfs-factory.bin"; + sha256 = "970407ef70614ca22ec9359f89eac42dc991b4f4a21f4f4ed113d929c29b7a57"; + type = "factory"; + } + ]; + supported_devices = [ + "qihoo,c301" + "qihoo-c301" + ]; + titles = [ + { + model = "C301"; + vendor = "Qihoo"; + } + ]; + }; + qxwlan_e1700ac-v2-16m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-qxwlan_e1700ac-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e1700ac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "a95512fd944bb6cbd9c42fec612fa4d4ea6900ec627ff3585cd7931d5396c823"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e1700ac-v2-16m-initramfs-kernel.bin"; + sha256 = "050aab36b85d1fb552182f1fb9feb22590f85414fab8498f8f94476c694593fe"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-16m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e1700ac-v2-8m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-qxwlan_e1700ac-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e1700ac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "943e77380b4183b54f9cf775c644293af9e862f2fc971153cbaccd92d066608b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e1700ac-v2-8m-initramfs-kernel.bin"; + sha256 = "be7af268175c8f2afb707d5f82220374b02deb954169de8f9c163014a633ee1e"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-8m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-qxwlan_e558-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e558-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "e0c45b1994c7ec492c05a5146e3a9256af84d10e8ee686cef7b487b5ebf6bb15"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e558-v2-16m-initramfs-kernel.bin"; + sha256 = "932b520e1bcfc391f2d6b3c2d471741fd8632bc4bbfd66e400407649791de185"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-16m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-qxwlan_e558-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e558-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "b572795567b3be5debfc2a7676b4938dddd3579a13fb9d670cc841e30a814da5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e558-v2-8m-initramfs-kernel.bin"; + sha256 = "6582014ba8d97e2ad2531f1d1cbd0325e6463ffceeb3794565e332a58454e8a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-8m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-qxwlan_e600g-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e600g-v2-16m-initramfs-kernel.bin"; + sha256 = "10ea16efc5cd9ab4f650d452ab19003c1399adec634b85123c83d4e9178866ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e600g-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "4b9f23497dc2a9a50b9d34e7015a7af90e80271c6a55a0ca22c75a8146ec90bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-16m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-qxwlan_e600g-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e600g-v2-8m-initramfs-kernel.bin"; + sha256 = "cdbe3de46059ddcdf560c17386d3e3b9ef6dd5733572cc04bf5599acc14c2ffa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e600g-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "c0b2f0b8b09516961852c96a1676c452be9c7511c97ebf81e20abb6607aaaefa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-8m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-16m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-qxwlan_e600gac-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e600gac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "d20ef607f5dc14e1ed370799d42ecb1d0670ccf05967a302fae150907cad2f58"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e600gac-v2-16m-initramfs-kernel.bin"; + sha256 = "c8b871db3b5cb45ccc42e31591aaa7e461d1c118ecdd42c541c34492d900774f"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-16m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-8m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-qxwlan_e600gac-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e600gac-v2-8m-initramfs-kernel.bin"; + sha256 = "1e81a55f7d978864ba2b789f48fd25e7323860ccb8cc4865f12fd533bb198413"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e600gac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "5afb58c66f59ffd32a42268216f7e8d1658b04d2f24dc3b634d1af9710e41ceb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-8m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-qxwlan_e750a-v4-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e750a-v4-16m-initramfs-kernel.bin"; + sha256 = "cfb69164b7e2720f9f4cfc8ee77374d708d47762a37c33c0b36852eec5a29505"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e750a-v4-16m-squashfs-sysupgrade.bin"; + sha256 = "e6dfb8fe5616aed72c350e10e254fe165737181ca1fe032e9b5949157320fbe9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-16m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-qxwlan_e750a-v4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e750a-v4-8m-squashfs-sysupgrade.bin"; + sha256 = "609070d283a37deb824c2eacab607bef4bca26d953ccce093e240e9ac2d69cab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e750a-v4-8m-initramfs-kernel.bin"; + sha256 = "069d19b87c748ac446fdb92412560ad1d2c0dcb972cca22a74cfb9695ec9455b"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-8m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-qxwlan_e750g-v8-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e750g-v8-16m-initramfs-kernel.bin"; + sha256 = "b1e3832fea520c8c25bc8d392ebb4c1c3eb2da758a76e0529c42cb5fa3cc3e42"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e750g-v8-16m-squashfs-sysupgrade.bin"; + sha256 = "ef46f3d4d57f5677fc6e6f0b3516ae954de7e51d533da4409b53a2be26cc16b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-16m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-qxwlan_e750g-v8-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e750g-v8-8m-initramfs-kernel.bin"; + sha256 = "9b813ed72567b8a9a249ba49a7da2763faefbaad9cf707bf1861a07df86a2b51"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-qxwlan_e750g-v8-8m-squashfs-sysupgrade.bin"; + sha256 = "06339c00e8949891abcac823d190091e2e18fa3570b40e2300e40a5ac4fca4e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-8m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "eba6cf4d2d4b629bdede073525522e02e8c8324188d14a50e396c7684675c555"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-rosinson_wr818-initramfs-kernel.bin"; + sha256 = "dff396f66258cc355f89d4e40d9202a34f89d0f343d8d08ada26d60e43c51153"; + type = "kernel"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + model = "WR818"; + vendor = "Rosinson"; + } + ]; + }; + samsung_wam250 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-samsung_wam250"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-samsung_wam250-initramfs-kernel.bin"; + sha256 = "30eff3ba12dcc6966124fb756ac7c7a8c19412257ad05a96c88931342764e11e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-samsung_wam250-squashfs-sysupgrade.bin"; + sha256 = "a102005d1e8d23a3af30b18ffb2a5df8807979031780a88cbce2ff2ae4dadf8a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samsung,wam250" + "wam250" + ]; + titles = [ + { + model = "WAM250"; + vendor = "Samsung"; + } + ]; + }; + siemens_ws-ap3610 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-siemens_ws-ap3610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-siemens_ws-ap3610-squashfs-sysupgrade.bin"; + sha256 = "acda7cda99cb759a295c00ceada20e2d0d5ea37efab440ae4d2d72f5ff997fd1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-siemens_ws-ap3610-initramfs-kernel.bin"; + sha256 = "1bcce12d2e264410c4e5d53b13ddfd40e69b5a55d20b1d4f6d48f10c77133715"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,ws-ap3610" + ]; + titles = [ + { + model = "WS-AP3610"; + vendor = "Siemens"; + } + ]; + }; + sitecom_wlr-7100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-sitecom_wlr-7100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-sitecom_wlr-7100-squashfs-factory.dlf"; + sha256 = "b6e30daeb1b6acfd4801c6f74578235dda768d4f06aeeb34f7b1858154065654"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-sitecom_wlr-7100-squashfs-sysupgrade.bin"; + sha256 = "cc5fd579fc96a255cb4311c31edf97dc0cb3f6f6ecd0ffe5a982b6d5de22577e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-sitecom_wlr-7100-initramfs-kernel.bin"; + sha256 = "bfeafcef84903dd91aeb3f11d99a924df209c3e3cb9b0774a4cb77b8dbe6ca6c"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-7100" + ]; + titles = [ + { + model = "WLR-7100"; + vendor = "Sitecom"; + } + ]; + }; + sitecom_wlr-8100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-sitecom_wlr-8100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-sitecom_wlr-8100-squashfs-factory.dlf"; + sha256 = "2e8ecccdc738b818614646d9d7605a598e8c9d8472d48ef674ea53ebeb23de51"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-sitecom_wlr-8100-squashfs-sysupgrade.bin"; + sha256 = "fd0e1e1493aa197e67fee8a54d1be5535050839fc11049b7975d080bdcdd65a6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-sitecom_wlr-8100-initramfs-kernel.bin"; + sha256 = "97f08e81ca5cfb3a4779eca443568c2f6eae668bf9a5112fe4050c9eadb983a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-8100" + "wlr8100" + ]; + titles = [ + { + model = "WLR-8100"; + vendor = "Sitecom"; + } + { + model = "X8 AC1750"; + vendor = "Sitecom"; + } + ]; + }; + telco_t1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-telco_t1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-telco_t1-squashfs-sysupgrade.bin"; + sha256 = "a11c39d8e844e6de0d648868a90e61a9259c9d621a6a1a502de9f4deafc62296"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-telco_t1-initramfs-kernel.bin"; + sha256 = "9110dcb3c1f4359065c83c682c64adb66d98dc901f64317b853d7f54727470c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "telco,t1" + "telco_electronics,tel-t1" + ]; + titles = [ + { + model = "T1"; + vendor = "Telco"; + } + ]; + }; + teltonika_rut955 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-teltonika_rut955"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-teltonika_rut955-squashfs-sysupgrade.bin"; + sha256 = "b5a99c7619df0386582f541ea62e694f5965789627735fe7ab8b27613b44e20a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-teltonika_rut955-initramfs-kernel.bin"; + sha256 = "cd6102e855209ac66b5966384770d778b4853efca31044932f4e472aa27199f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-teltonika_rut955-squashfs-factory.bin"; + sha256 = "0e624636206f36752632031443b4cf811a1033910efa0d9c46cff9c703e6d82e"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut955" + ]; + titles = [ + { + model = "RUT955"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955-h7v3c0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-teltonika_rut955-h7v3c0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-teltonika_rut955-h7v3c0-squashfs-sysupgrade.bin"; + sha256 = "aebb1621e136137fd440ab1a29a223cd83705dc38cde5b25c2c2aa06d1e4b340"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-teltonika_rut955-h7v3c0-initramfs-kernel.bin"; + sha256 = "1aa8b52b38a8c8ac764f4a14e5702ff0540760ae8ceb9b59a76153fac7b8fec4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-teltonika_rut955-h7v3c0-squashfs-factory.bin"; + sha256 = "049f3316e663af71ff848486f80b762f696c3faef310e286cdbe6323e901fc19"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut955-h7v3c0" + ]; + titles = [ + { + model = "RUT955"; + variant = "H7V3C0"; + vendor = "Teltonika"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "cf4c541d8c1c0afe9a6d913653df42dfb32e66b9d8af2caddad9bc61ef77e74a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "7a278e5d19d21e55dbb55adeb39cba7e465e38e725d716c7bfb41faef7156937"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-a7-v5-initramfs-kernel.bin"; + sha256 = "08f931d1cd3cdd49720f4549dc3ad1277fad51ef70f23fa83940d1811c68098e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + model = "Archer A7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "605f5507942175bc38caa7853517f149d561e2f3aabccda110104aced4180140"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c2-v3-initramfs-kernel.bin"; + sha256 = "887d18251ac782acce102152e9fc9ec001b0b354f80ed5d60c56635c0379b633"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "a3fdf52f4418463df6e8a2a01502c328a5affbd7e2899e2f7f3226127e7b122d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "f1bb402e652fd01f113be52f9db7e0d9e9e4a23f14cd89c3dba772021f996e4e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "2c03288c1aa324fb6b9da8b0fa5e86957a4af9b52a30a6370f74931cb7baf51c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c25-v1-initramfs-kernel.bin"; + sha256 = "1b011483ddab2424ecd342cbac628153fb9c9cd7eb16d3230089da1d00c3e8af"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + model = "Archer C25"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "3549f9d1ce691306b3d64fcf3e66c5a6e6c601857fca843dfafced780e0efbc3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "c23d05b7185da9c30c3bebbf81a86ea6ba601ba113599c21355ab66e6b5788c7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c5-v1-initramfs-kernel.bin"; + sha256 = "ed7b98d10d19aef7f8fcca6f925757cfcdfb449231717c2efc0f10c741120b77"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + model = "Archer C5"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "b944157b168c3616b03e303ed922e522dabb4e01ff149c0668447bca1413011a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "92188dcb435331a767f7055c2862fe9383ffa99f5d4a2a7f83f15113396be34c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c58-v1-initramfs-kernel.bin"; + sha256 = "2409df70e4f7818397e66629c8dca02593f655460343efe4e6ab55296d52b4fd"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + model = "Archer C58"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "a39b4819d0986b119b852df9cb69953fa4fa4106cc3fa6489493ac9a81b05c63"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "c97a07592eba100496d553b9bffa3debfa8cb36e67748dd5514f0f44822b0fc7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c59-v1-initramfs-kernel.bin"; + sha256 = "61682d6dc989917f4bc64f9212532b2e523667e7f8e8ddbd318432fe2471961b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-c59-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c59-v2-initramfs-kernel.bin"; + sha256 = "2e076b61ce1c3faffb6b91ca1ab9173baeebb5fdff8776feaf603039d3db0dcf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin"; + sha256 = "47b546d5861816ffa47abd4c17e10e57b69a8ac2159c2a9f5560c7032583143e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "2c1bd03bd5fe6ca8f9d480d3fccbf48c0bee17067895b1f59a130c5f1e80c518"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v2" + "archer-c59-v2" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "4ecfe38571909a6aa17d417fa71d4dd33b60cf81953bb1e32f402d96ff0fc375"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c6-v2-initramfs-kernel.bin"; + sha256 = "2ea85c8e6fdc5531065bca7c7fce269df7eca863ba23e720069619e19ddc65f8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "1fa8cd6684047df8da8c6bb78221ff938af1809de235a2aadf3baf5c06f0c50f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (EU/RU/JP)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2-us = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-c6-v2-us"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"; + sha256 = "8d951110c662ad2afbd4176cee21e86b85a6f1c0fe751ab092867373fc126645"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin"; + sha256 = "2865d77c3270d1f7f9a470806c9cd3b7362531f7abb7e7c699807c69cff3d492"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c6-v2-us-initramfs-kernel.bin"; + sha256 = "d04dfc089fdca6926271eee5f5b9d1b2c1f9f15af16b2460b659e337049f4e71"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2-us" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (US)"; + vendor = "TP-Link"; + } + { + model = "Archer A6"; + variant = "v2 (US/TW)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c60-v1-initramfs-kernel.bin"; + sha256 = "5a6e62d72f1a43064c2eb728b57408d40fde6318270d6fede7ea8821285b6d52"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "84378e97a7551a6a9e464d4e9c795a2513c833556839358bbd4b5f342b1e0a83"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "082589dd993ccc334d30ca04eec5c0350f5b4468a1114554c9c2b5844829c959"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c60-v2-initramfs-kernel.bin"; + sha256 = "71a5efe01672cfb22bf38bbfdbbf4acd3413a3b9353021eaacbffe844bca7b61"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "05f7a5c316f668cb9c15414a6bd497f32a958ffb7a3cf6d65cff699105fe1a87"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "552c3658239fb5e7f97457369c3fdd9902a172edeecc07856265e601dc5dc164"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "0062f30f2b73a4619f089fbfda21ce61c50770957ea453fa4a555ca075ee1190"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c60-v3-initramfs-kernel.bin"; + sha256 = "43fd99fed597dcc95d195942e51c60518968073095a7d7fe70d00a88c1f08706"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "5b99ac21be9a6659b53a96b9e0dc1b2f6033129fe22f8e4f98186753d40adff3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "bb8ef2c05aa5b2ed61cb3a1eb111ab7a17e2cf3b9a4f54c5c1cd1d41fadc1d94"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v1-initramfs-kernel.bin"; + sha256 = "f8e95407fa66e2b08bc14f181b4c6239372b18c508987b9e64b7e52f05af1368"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "4e2d2de68f03d26b94db7448b27153644fe63a311e751395256cc6f5daa056d4"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "41d05a7f7fb954b3a6968e617a4e9e14efb5304f56a995a0750879b6c40a8bac"; + type = "factory-eu"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v2-initramfs-kernel.bin"; + sha256 = "74694774f5787a9ce407f6b00d8bdb61de0a3cf2d70f088cfe7253ff8c0ad887"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "3560ae8a7a780b7d700a6ef71ff04773277bc67e7845f0cb429ad9731ee0b3f3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "c649923e6f2eb6f09fee56615d362e64c49c693e36645c15a601d040d1db8b6e"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "f12b4b5a52f74fab926283e7b1acad0d80827ed71f388a66534a798a832dabfa"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "9c674da0b4b2d48e1c8a6c6191e9dc423d4c00bad3cfb4e3eaf75490ba815cb4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "4953554a5715a2850e85661236f11b38001de0d387a9da467834be31c53d78eb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v4-initramfs-kernel.bin"; + sha256 = "d5715fcb1f343b1f921aba0c7752258e79edc53c063743b291c6a99d6983fdad"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "c441285e90f9ac2e8fdbbf01478130ab46b628b604a693a89ad26deb3a1ec7cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v5-initramfs-kernel.bin"; + sha256 = "99c21a109443466097533500ed1b47db0e1bcef2113b874441ddf8154f3c7dd7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "8ad7ac938797670d11bef460fb7b6d4f63b4e847123a49b20b4f59c6e6a58c2c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-d50-v1-initramfs-kernel.bin"; + sha256 = "8c5dad8732d471f00901b8fec02c9e49e52f563276c2df26e7239b5a122bfdbc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "7bab566dd11a1bd3e97872879c4d9d01950b5c83553291393b4dc74381eec3eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + model = "Archer D50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-d7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-d7-v1-squashfs-sysupgrade.bin"; + sha256 = "f583ea1192c2f284bbfa4b89ab0d1f8e168eff16d90f4b4aba337bd0a43445f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-d7-v1-initramfs-kernel.bin"; + sha256 = "812d65ca2542fc7829a6fcd775bba9ca3183ecdd5f848e96f3134d8a2e07d1d7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d7-v1" + ]; + titles = [ + { + model = "Archer D7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7b-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_archer-d7b-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-d7b-v1-initramfs-kernel.bin"; + sha256 = "4c2fbde3187523a396e35123320aa21a788c56ada61090b08a591c3c7ba48dba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_archer-d7b-v1-squashfs-sysupgrade.bin"; + sha256 = "3e074b1b4147f33844b70f246a8916082087f66c4b3c5db0485b5b46b32cc82e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7b-v1" + ]; + titles = [ + { + model = "Archer D7b"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_cpe210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe210-v1-squashfs-sysupgrade.bin"; + sha256 = "b7a85f3f3f99049d8881f58d9bc6b2eacecdbbb29c1483512d0156a2e9defe2c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe210-v1-initramfs-kernel.bin"; + sha256 = "b9ecf780f81c8ebdd488ed3cfad0b6dae8fc3dc69de74f6c89073094a775ae12"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe210-v1-squashfs-factory.bin"; + sha256 = "20cb7f9e00faac8879ad8b59da0efee0f74b387238711e04f80dc5e9634f0c2f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v1" + "cpe210" + ]; + titles = [ + { + model = "CPE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe210-v2-initramfs-kernel.bin"; + sha256 = "df3bf0a8ebb2ed6b61f107e40db1b139f9d3a4d7daaeac74185a499d8aad86ba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "f67d0a6d55f1926e2415d3ad1c77b2e2522d1e40d1525a6dea269fba236c1ee0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "f0f93d73a15c181aa3d306e61a3d2caec4d2484f9f6e2a7a38409c46bb1c3cf3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + model = "CPE210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe210-v3-initramfs-kernel.bin"; + sha256 = "fe3b898b8e0394183a12e7ad7b79096dd3f829e6beadeed9f642cfca8c8b52c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "cb589058e8643d5d8b9de8b64b140846a17555086e4ad75e829ac957a73f201d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "50985d6f4a0436ecc7d6a6da6c7e78894f6737b7eabb4d9b65f17f68b12c9e80"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + model = "CPE210"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_cpe220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe220-v2-squashfs-sysupgrade.bin"; + sha256 = "63b1cec4cfa6445d560fb460bb6e136f73e1a4db61543aa4ec6a8fac1b62e402"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe220-v2-squashfs-factory.bin"; + sha256 = "55c9fe7a6cc930ca550913523b6a2a58f614569ba269d944cc1a22c27dd431ba"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe220-v2-initramfs-kernel.bin"; + sha256 = "e785edcde266e33709594f3da4537695e7a9678701e5a6e2f4c451c2ae4d5d2b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe220-v2" + ]; + titles = [ + { + model = "CPE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe220-v3-initramfs-kernel.bin"; + sha256 = "1c5a9a37f049fbb2e2d725646ed5900d3bc7a0fcf0c125713a2ece57b212a72b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "99846d4560b45b063c3b0d3d9932c53804e831013813565dceed386323951f80"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "affebb4e50c1803ab6516410c483543715afb486a31606299675df1f686d358d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + model = "CPE220"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_cpe510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe510-v1-squashfs-sysupgrade.bin"; + sha256 = "9866b60c9c78d097dcf66fce7a03bf6ed8a8bb90f27d11fbf98faeeb4a46f986"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe510-v1-squashfs-factory.bin"; + sha256 = "79c6a5da3c9cdd632c1d61f732fdcb61282cdc952e5a1d225bf49f78a0432342"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe510-v1-initramfs-kernel.bin"; + sha256 = "eb5efc6092e25722985fcae5b2ea5421f6d0f3ed67a9a99b0d7dced1753069a1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v1" + "cpe510" + ]; + titles = [ + { + model = "CPE510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "5df9c2e908967e8f63c2040957a54d52d76db14863907e0d51380ca7537731de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe510-v2-initramfs-kernel.bin"; + sha256 = "3b0b79cb1922837b172751524c62adb691b66751b593dc3b737fb87e4328d867"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe510-v2-squashfs-factory.bin"; + sha256 = "ae117cafdc2acd49f7f34fdbede04c142d8a0a4a042715892b2623dbd473c7ef"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe510-v2" + "cpe510-v2" + ]; + titles = [ + { + model = "CPE510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_cpe510-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe510-v3-initramfs-kernel.bin"; + sha256 = "dcd1435469469430b97a0003e74c9a6920cd093aedb3c13cfbd763cb390a8e6d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe510-v3-squashfs-factory.bin"; + sha256 = "a0d285f9ab23eb65f5afe7e720cbb2ea86ec55fbfb7d70c204b2b17c78454fb2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe510-v3-squashfs-sysupgrade.bin"; + sha256 = "0d8073edfea54420f1594af136f36b663f411d1ad7de6b0940b22284bcb5bd79"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe510-v3" + ]; + titles = [ + { + model = "CPE510"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_cpe610-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe610-v1-squashfs-factory.bin"; + sha256 = "dcac7d2432e3ac061399eb772fa77e228b578a014642aad0e445565e7d96da7f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe610-v1-squashfs-sysupgrade.bin"; + sha256 = "f4ba39fbfebd35107409a371e764dc48ca0a30778a242d17ff541d71d06188b1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe610-v1-initramfs-kernel.bin"; + sha256 = "0e7a303502a264700b47274e6eca899a9a6af36b45bb93368f43ea0616f0f785"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe610-v1" + ]; + titles = [ + { + model = "CPE610"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_cpe610-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe610-v2-squashfs-sysupgrade.bin"; + sha256 = "a2f6e420de5388e9778b515744e1f211218bb91c6037f222ba9c2322bd62535c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe610-v2-squashfs-factory.bin"; + sha256 = "b006c6054f155be9970126ad1fc9197e800257cf6ba8264ca5d0ce9f65362c11"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_cpe610-v2-initramfs-kernel.bin"; + sha256 = "f52392ec94a371155ea039c336c2643dba513c2e5686ee0b1090e8a054bd1204"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe610-v2" + ]; + titles = [ + { + model = "CPE610"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-outdoor-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_eap225-outdoor-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_eap225-outdoor-v1-initramfs-kernel.bin"; + sha256 = "57ae6ae66e97bda9c7f5b8c7697b3af4e2cab4f5cfeeae0cdf29c79b8c9f1cd8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_eap225-outdoor-v1-squashfs-factory.bin"; + sha256 = "e437064b131774c6a80d37f45d6289ed9fd1e68e737fed67dd064ccee8372527"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_eap225-outdoor-v1-squashfs-sysupgrade.bin"; + sha256 = "7ec88a07d9613c315427b51e087cfc4c073c8327e7a3f56494cfb9a2b3fbde50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap225-outdoor-v1" + ]; + titles = [ + { + model = "EAP225-Outdoor"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_eap225-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_eap225-v3-squashfs-factory.bin"; + sha256 = "bc4e27762c444aaf994e282fea92df887f46739f7b5e8fa41ec8524fb6592717"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_eap225-v3-squashfs-sysupgrade.bin"; + sha256 = "0544418b71e637b17d07b7003d62c7178173be10e4b3f36693222ccb19305ac3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_eap225-v3-initramfs-kernel.bin"; + sha256 = "69dd8ce4f1b9ca230550ba8dc4705a8d69aac97b1684e32dc21973eeb4543385"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-v3" + ]; + titles = [ + { + model = "EAP225"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-wall-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_eap225-wall-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_eap225-wall-v2-squashfs-sysupgrade.bin"; + sha256 = "cc4888281feeef48220b36ee1789c5cb2b20d1fbf1565837c4b3226caf8a5edb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_eap225-wall-v2-squashfs-factory.bin"; + sha256 = "21a12771d307120f2950c524633faba54d0e0173a00e243e6a0112c75a087dbf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_eap225-wall-v2-initramfs-kernel.bin"; + sha256 = "5dc89a53674de017098477e1a16549735714beb6cfd8fa4919903510e59c00ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-wall-v2" + ]; + titles = [ + { + model = "EAP225-Wall"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_eap245-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_eap245-v1-squashfs-factory.bin"; + sha256 = "d148a9442247dcdd830fa732b3225ce84ac8c027646ade8fecfa3db64c4cfa3a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_eap245-v1-initramfs-kernel.bin"; + sha256 = "82eb63c1116e0a7bca8db647337a8644d8d640cdee89b571308835e4689aa7d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_eap245-v1-squashfs-sysupgrade.bin"; + sha256 = "bed90cab18efea9f81200439dbbc99db7d6841c3c77c40b6b13bfd781b1a4f93"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap245-v1" + ]; + titles = [ + { + model = "EAP245"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_eap245-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_eap245-v3-squashfs-sysupgrade.bin"; + sha256 = "e55377a1a7888ae11e28b0659456544bf9673d8f4bd51cd4763c06e360c79719"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_eap245-v3-initramfs-kernel.bin"; + sha256 = "a4451dbe38a95a7156b4660e81fc10d7a8aa1c9ebcea4a5e67ca8a0a86c299a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_eap245-v3-squashfs-factory.bin"; + sha256 = "612582e15d812c749a39f4dd995a73baaf063f4373738512f63e514b684ca945"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap245-v3" + ]; + titles = [ + { + model = "EAP245"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "ce052c848f0d0ae4564ca0c684a6c5b51d959dbae9902e54250a89cfc980e27a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "fac03e9560ef4d43cda96e0730148cc57ba83e26a9b871c8064ad4054dc54647"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_re350k-v1-initramfs-kernel.bin"; + sha256 = "0f3b41a2ac9d41189c31b0ae4d36e2080fec208f9efdc12b04699923e4ca7336"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + model = "RE350K"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re355-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_re355-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_re355-v1-squashfs-factory.bin"; + sha256 = "ef670970156c42e4fa1160f1cc1121a979eef4d22e265c03d8dc63e1a2cfa074"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_re355-v1-initramfs-kernel.bin"; + sha256 = "4e1df8f906cb7aa8f6622265df17e72e8765da34c170f4e8d912b650ace7a4e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_re355-v1-squashfs-sysupgrade.bin"; + sha256 = "629da5517c27c4392778796393f9dcc167ddecf581461a42faedef03d0394bff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re355-v1" + "re355" + ]; + titles = [ + { + model = "RE355"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_re450-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_re450-v1-squashfs-factory.bin"; + sha256 = "71ad2e8d0727df62ca25dc1be6d6cfd8beef83c0b2b4d545eceb6bf09ee0283d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_re450-v1-squashfs-sysupgrade.bin"; + sha256 = "2c97f3a67914d27be0000fb8bf6712d50ddf5bc0ca412d2ea92bb48e3486a0cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_re450-v1-initramfs-kernel.bin"; + sha256 = "d6b9198cc6707abed8b62a72b349ec4e14c6280f83ae3a3c7bbd0105aa6651a4"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v1" + "re450" + ]; + titles = [ + { + model = "RE450"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_re450-v2-squashfs-factory.bin"; + sha256 = "aebbb601427920244fcec201720eb577486a683e2245c95bef7875b9b0195bb5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_re450-v2-initramfs-kernel.bin"; + sha256 = "d9455620e8717dc2b60833cbbc366bd32a03798f7f9a794a28aec2c5921b0442"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_re450-v2-squashfs-sysupgrade.bin"; + sha256 = "2bcd11afd33988283c8fc02e5215bb32c61008475f033e8b980998f243692baf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + model = "RE450"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_re450-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_re450-v3-squashfs-sysupgrade.bin"; + sha256 = "40baf0bb12e154e8888b8f7572bbde5037b994f5b0f57f059730c58654402701"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_re450-v3-initramfs-kernel.bin"; + sha256 = "aa13d3494543a3c4ea62b8ad5d85397f89dd71a4a2b9351b6027232a4fca67c4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_re450-v3-squashfs-factory.bin"; + sha256 = "fcc3277c2de097eee7ea5c03e14bda3d54aa9b2a1e9a86c3e18abb16e18e6f71"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re450-v3" + ]; + titles = [ + { + model = "RE450"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-mr6400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "727e43fa205e5f838886552310829463e4f3a4036823a4fed4f55e5890024a7a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-mr6400-v1-initramfs-kernel.bin"; + sha256 = "0199515ac77b663d780fbb260be274766dbb59f2a6a4207f4a558f2a48a65f83"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "8afcd0798749d6e9d74f34305d255ec0b0812fdeeca91e1612da6e7569ef425c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v1" + "tl-mr6400" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr3500-v1-initramfs-kernel.bin"; + sha256 = "e1973995ca3eaf3b7bfc83743a4e1d1abdc2afde2fd2fe5d774ebd4eec074e1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "24db9dfaffbf8e191af13d8468ce35e2df5b08b6b565bef91a51d3807c2632cc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "dc96b0f59ee9aba2865e01490d08e490e146620bba8d1298d28b0de2d53087e0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + model = "TL-WDR3500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "2ef28d527c48b0c690355955d5a09fa7b2c70646f78bb43984c6e66b3a48adcc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "638387fb22a9fccb6a5c88ec4140a1613f09e7586c9491101485e4f1bb7d2bbd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr3600-v1-initramfs-kernel.bin"; + sha256 = "345fb4942afe7cc8f37e2f0620c014b94169125dadae432272cf8987b884ac42"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR3600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr4300-v1-initramfs-kernel.bin"; + sha256 = "ef7c601dedc738cdd8437af62828d3311f0fcc84e1a9bf1110e769fa6ed6f086"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "0710d325118f170df554f6613f4fd44fbde3816c1ab3d8e471a5d67deb093623"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "f41ec28bc373a6d006f1a0e454cd4406528ac524311f96889781e2eaa8c2db13"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr4300-v1-il-initramfs-kernel.bin"; + sha256 = "5e5e2eb4ca4cd0787726038f557c0f8039ea86c45015a719107315cd3728593e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "95820f9c0db3902112e0530f245c30544967b700e49a8725fa59948768ab9868"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "2c369dd6731225ab95494bc1add69b3d6ec0d69a5d1d04871061172f5f903f3b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1 (IL)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "17bb992fdd9dacd3a67ff8a38b7bf0931640538bfccbb95681508204a4e0dde5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr4310-v1-initramfs-kernel.bin"; + sha256 = "9a97583797664db358921e032d8f0bdb5196950ec6df718b1a4096c4c60424a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "9ee36450b48f8f90e26cc86962546ebcf2851bc986557d8765a78a8478c8730f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4310"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "dee2dff4f50bbbd53a25934d477902fabf80eea40996a979c568eeabab8327f4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr4900-v2-initramfs-kernel.bin"; + sha256 = "6631a25030778ae41d7f7f7d365f31dda8a8d7b3a48ee4fdf71858d60f8e9080"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "65a275948c7de8503543116464e5ceb08dd2a3c1f85fe5e39884f3bc45163f66"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr7500-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr7500-v3-initramfs-kernel.bin"; + sha256 = "e22801e9d45f3cbbce53ba9b478556d3f18be1268912ca5637ecd383d4a994db"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "f0e2de7dfa00a816b7b73b1da444c2fbc3c97574241434ceb72424705500a133"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "87f1a6e92ac131e07ead3de9534fa4406cf5311c67ea3b7d9afa89d21002ab7e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr7500-v3" + "archer-c7" + ]; + titles = [ + { + model = "TL-WDR7500"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wpa8630-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "3823810b27f4938495078a5456ee059bb1361cb93922f822eaa580c5bb769652"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wpa8630-v1-initramfs-kernel.bin"; + sha256 = "fc59f48da5af9fac2e20c9622331992fbea943eadcb74b05c97a8f99ac1beaa4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "b46a276232482b1d00b7fd00aad6eea711ea53f9212861f9bb17dbec889f5529"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630-v1" + "tl-wpa8630" + ]; + titles = [ + { + model = "TL-WPA8630"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043n-v5-initramfs-kernel.bin"; + sha256 = "db834f2cf1a0046a3eb13227eabf208e2a6855658c319b61c3c69f8dd9634852"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "51a8f1d21b41abd1a256e6b37ba536f0e7446aa9fd098ccee424fb30724d2901"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "3bce6e8bbc62b57d3048a1599d5357aaca3ba01cb06d80d9a17a20b58fee41c9"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + model = "TL-WR1043N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043nd-v1-initramfs-kernel.bin"; + sha256 = "22cc9f1c4017ac669805414966e0462d3f5cc852bee70282ed027a539a202a52"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "3aaebd53f9d8b605401788ae9ca5eeecbff8795f66f9d577be4814d9c38fe693"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "9f927a603f29b5dae9cfe79581e25d0bcae0fef9e148ae9cc9b8452868ce3d64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043nd-v2-initramfs-kernel.bin"; + sha256 = "b8590dc206c07f95496bc34eedd78c45f870a8d145e990a5185e22cdefe01919"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "78a38761338a9a53efaf19eb7f5bc6d6b34723e7e43004bbd6ae72fefcb7a337"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "654b3c857cf6e48ddcc974df2bfee0eaafcdcf994e2b4a2c3421f5f0cd9d7cde"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043nd-v3-initramfs-kernel.bin"; + sha256 = "e5b1fde6dd8b1f10ec8059f762b0e58a96918426f8c9a5beedf1a68326c4a526"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "7a88e694bad7c9ba55c2c322aa9c43daf00c24c9bc1c69db104f2a85c346e583"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "de40013792eefb22b18b3571a361cac540a4b403026fef92a3ecc7d5174153af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "0cfe1a9c608d1257b72fdbd7cc6d0e7caf394b498b913ea683f4ae0ef1c6e7ac"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043nd-v4-initramfs-kernel.bin"; + sha256 = "ca0ef36eafda30b3f0689d17e4397212f04fd711559560f153118f525cebc3e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "40078c6a91d0b169627a9db70737c84102b37b687ea481266a1de79e39ee5379"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1045nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1045nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-factory.bin"; + sha256 = "6e48a9ac327c05963a07554c904778140cbcdd2512ddfa883c161052a2915f0f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-sysupgrade.bin"; + sha256 = "afc68c91edcd26184b7b59e458edbad7fa491498cf64215c043d4701f07bc866"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr1045nd-v2-initramfs-kernel.bin"; + sha256 = "5fb0f0982eaca19a79ec92792d1089873309752cf5c0b1c7b37fcdbc81009635"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1045nd-v2" + ]; + titles = [ + { + model = "TL-WR1045ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "7f78ebf08c511f674171eb55f6dacc45bd021670f9d01058508f61334ca1649c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "22809b6f388904651152e5309f8e8331d7614c3f0fe5c9d8aaeb568cfe908603"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr2543-v1-initramfs-kernel.bin"; + sha256 = "ec73b01b82e76bc8c0b23651f8da4762c39a2d2d4c0c4e1e92420d1bcdf90aac"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + model = "TL-WR2543N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "054e1533736518cb5d14e4ad14f6c846a5f71fa0442507c6ecb43a0329a85e37"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr710n-v1-initramfs-kernel.bin"; + sha256 = "f2b2cd67edd09a77157fc4b9d6ec607112a11e62d2f0820633be7bf00380c80c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "cf413250871e4e7c9d6a1935f0ccd56e895b74f353690cc57c8bae739dfaaed6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr710n-v2.1-initramfs-kernel.bin"; + sha256 = "ce7fa9cd9aa310fe7b1200f7fd80b66726c634f0e1f84f6c0dad1bdae1d1176e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "7435c25fa90e9bd0b9f73808388408e1ba74b7fcd86a33bf10ce725215c44c09"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "84ed685112e7767a174a31f71880a4126bf4f4b727013ce3620cbbf5a4464c9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v2.1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr810n-v1-initramfs-kernel.bin"; + sha256 = "06aae366f19942a338cd4ce6841d11777e935aee382fa8fbcf24ceebb0d64499"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "c04f33e6b2a4adac8663c453aafa6968e95c951b5ffe3213610d445e764a89e2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "5c099fd0c09818e6e449c22bdb03c96e43be42241513a821444ff4ffcece8634"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr810n-v2-initramfs-kernel.bin"; + sha256 = "11afa294225cd7392f78a025638d0d216cc7b1a07ec1589d4d6b06bafdab1ea5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "aafda71d5af6fe3685e83d536773ff12a601516e09a151f34e95aea6586214a0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "ae587c394324b32c161206053275eea3fb9279344d1915bdc217446058188de5"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr842n-v1-initramfs-kernel.bin"; + sha256 = "e517edbc2c4e8b6643c61ea01b61de8e03f1315604ccc0d5ee139da68144bb43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "835656e1f8a731fc735325c785c5c1cd7d172dd08d887ae1fccc82ca5add58a6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "8df6edf6aaf5e075a5809d7116de33562ea9ec1aa4aa9854196e4044aacfb6a8"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "8d2b88440e8252a3ceb76fb0d7005638c2c76dd83627a6786cba490ac51ebb7b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "51701029fc20d866166c26079f588f87141e44b916b98011fdfd631301c42d6c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr842n-v2-initramfs-kernel.bin"; + sha256 = "2972066f5abd088a25e217ca79e993c461d4565b344e086a5947a283a0109efb"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "289bde2e65efd563ef55cd09132dfb1f32a76dae8994362c4d049e4e6266b38f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "d7d3cee8e8285915e3ac4f99640b378d08e8878fe27c35297ae7e813b1f480eb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr842n-v3-initramfs-kernel.bin"; + sha256 = "ced3cd183ceddabcbfe50cfe829b40713f96070de547a0718690d23ca528168d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_tl-wr902ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "995ae201f6b7b467b385b292ee05433a306a2f857d84d9f6436760ff5229ed12"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "f94b330a6babfe6a6d0e12a364f0482e33d63d34e8a58d91616eb5b0593fea87"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_tl-wr902ac-v1-initramfs-kernel.bin"; + sha256 = "18dd12c1ab27faae029f8dfceae4ca8888dd4dd2b26b6010176f97bed185ac6a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v1" + "tl-wr902ac-v1" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_wbs210-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_wbs210-v1-initramfs-kernel.bin"; + sha256 = "8f17d99b28ddfcb07d6d5735de8dd7c53ed66f5cf2e4da8fa5b3e7f2ee8fc35c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "ea18eb72fdc74b6a541a3782f606b4b92e5b11f4d18d72b83585b219838e8eec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_wbs210-v1-squashfs-factory.bin"; + sha256 = "cd69108930b07a92bcf2fc2c8133608db25ff847300df6b3612aaea005a44e25"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,wbs210-v1" + "wbs210" + ]; + titles = [ + { + model = "WBS210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_wbs210-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_wbs210-v2-initramfs-kernel.bin"; + sha256 = "e4c48968af45d987fee5f76904d489628edb567da8e5591da27e7ce41ec3ea9a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_wbs210-v2-squashfs-sysupgrade.bin"; + sha256 = "69c3cf4c5b7b64d6c05bbe2c74c64126f812d91d1d59e46eee644f04cce962fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_wbs210-v2-squashfs-factory.bin"; + sha256 = "35e461b359c9207933a1589330c52239a772af80de0d94f9d1fbcdb714cd14e6"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,wbs210-v2" + ]; + titles = [ + { + model = "WBS210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "5980c93a64ea6931737083d6eb52a1f48430bed88df619e6da9155bc878639ab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_wbs510-v1-initramfs-kernel.bin"; + sha256 = "5f7745ac48646e239f318b10906d15ae8a643434fd1851041da1a0e5552d5069"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_wbs510-v1-squashfs-factory.bin"; + sha256 = "7eb459d55c58b1b7f6cb3a522bf1f36bafe9502bea08f5981218735e7e98641f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,wbs510-v1" + "wbs510" + ]; + titles = [ + { + model = "WBS510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-tplink_wbs510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_wbs510-v2-squashfs-sysupgrade.bin"; + sha256 = "475c8596b6dfeb875716574f0df3e2257ce314be06b989accf4f86c6e39f33a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_wbs510-v2-initramfs-kernel.bin"; + sha256 = "681412ef39bbbfade33db422ca371b4a2d42fd4b04ffaf0431a52be23a7484d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-tplink_wbs510-v2-squashfs-factory.bin"; + sha256 = "ddd12f4b9b0ceff2a15a4567bee6e4ebee16eb2d2376f6c7d2b606ede9b7e26c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,wbs510-v2" + ]; + titles = [ + { + model = "WBS510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-823dru = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-trendnet_tew-823dru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-trendnet_tew-823dru-squashfs-factory.bin"; + sha256 = "1e22b237ad197e21bebb46727b2b356a3de3ef67e73bd5f4e3732c322990f48a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-trendnet_tew-823dru-initramfs-kernel.bin"; + sha256 = "3d73f80da35085d5a1997a432de502707a4d870b9f9d253dea38a4b518f7e9a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-trendnet_tew-823dru-squashfs-sysupgrade.bin"; + sha256 = "0c3905f003976c00e6ef43b719b00a2971b7c8780b9cb858181a882338188bb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-823dru" + "tew-823dru" + ]; + titles = [ + { + model = "TEW-823DRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + ubnt_aircube-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_aircube-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_aircube-ac-squashfs-factory.bin"; + sha256 = "5bad1733087457de16470b9e948914f388c1cf2d07cc9250c7417103d73fc5eb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_aircube-ac-squashfs-sysupgrade.bin"; + sha256 = "0c5c4133d0dcb141a56f9f8707929ab7823269b95d652ed0f3625412f9ae0d71"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_aircube-ac-initramfs-kernel.bin"; + sha256 = "2705541b33b0fa48daba6940cbef308955b31210c9e65f0203c4b1876037e425"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,aircube-ac" + ]; + titles = [ + { + model = "airCube AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_aircube-isp = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_aircube-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_aircube-isp-squashfs-sysupgrade.bin"; + sha256 = "6a94f8752ca6e6e9069223b5382cccfecc2120d9f15002ebc12bcf5419cdc620"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_aircube-isp-squashfs-factory.bin"; + sha256 = "6584be7901283a1caabe1097bce2096628695de073fccd0dc120ca4167f79068"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_aircube-isp-initramfs-kernel.bin"; + sha256 = "ecae97c29f28a6c44997a810a4fc974ccdf2c77dacd5b3b2d969199542125d46"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,aircube-isp" + "ubnt,acb-isp" + ]; + titles = [ + { + model = "airCube ISP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "19f6a1bfa5739aef0f6145aa809a05d995eb5844d8b319b732ee9e0c9fd612ba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_airrouter-initramfs-kernel.bin"; + sha256 = "068d3113b3799d1076192286344f861aac2d36276b557793d7d711e663eaa24b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "1477e6bfe49576208e2c70cebba8be5c391bef8c2ec53d9344765f002cfb9321"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + model = "AirRouter"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_bullet-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_bullet-ac-initramfs-kernel.bin"; + sha256 = "8785683a606dc62d28de5cf8994470ca01e5b5c4a39f8406b08dd100b620acef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_bullet-ac-squashfs-sysupgrade.bin"; + sha256 = "a0a930e760cdcbaa29dd22cfadfb7cd6a461327aff27c26b0967c9692e93c08e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_bullet-ac-squashfs-factory.bin"; + sha256 = "64cc7bfd14da7277ea9df2d2f66823b3d05a68d06d27b8b7349309c09bb35a1c"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-ac" + ]; + titles = [ + { + model = "Bullet AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7240 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_bullet-m-ar7240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_bullet-m-ar7240-squashfs-factory.bin"; + sha256 = "f58bc934e32e0311302586c83c3043fd7f61f6455e3fb8260a2eeab9ea84a48c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_bullet-m-ar7240-squashfs-sysupgrade.bin"; + sha256 = "5f7f2656deb277785d269a01288c15441668a147d9f665d992f63aa587688427"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_bullet-m-ar7240-initramfs-kernel.bin"; + sha256 = "75d546ea1b700ab490f6c63a97f6d1870b2e97b95e6f25b84fd3f6849ec0f0bc"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7240" + "bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7240)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7241 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_bullet-m-ar7241"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_bullet-m-ar7241-squashfs-factory.bin"; + sha256 = "943e4751fd10fdc4af4716b8b0048d7cdd9643ebcdc8078c8cf32a95ad070637"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_bullet-m-ar7241-squashfs-sysupgrade.bin"; + sha256 = "8db79bd69a4e6cb806f4410a74ba31c9cd4f91d51fe582036e8316b62e46c44a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_bullet-m-ar7241-initramfs-kernel.bin"; + sha256 = "e95e4ccd083396eca2605562e897d9ef29d98a5013f48f9d91149bd3a47d80d0"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7241" + "bullet-m" + "ubnt,bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7241)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "06be18e6bbe228c005cc1b73f974faf56ac8b7eb15e32fa4315a7eb9dde41ae4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "7d70e4436300dc1ea8596abee577d2fbf6fe2a618f3be373d416f16db61cd164"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_bullet-m-xw-initramfs-kernel.bin"; + sha256 = "3dd9def6bba05f14a00583e9da79ae82a290a7c2226a9ea97e771b18120ffb66"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-5xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_edgeswitch-5xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_edgeswitch-5xp-squashfs-sysupgrade.bin"; + sha256 = "1fa178277376b0067b0193c8fc07e185b55bfe4eb852445d7790096da8f082f2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_edgeswitch-5xp-squashfs-factory.bin"; + sha256 = "42f13814fc1875eebe5398fef6a9aab6d12564aa17911733fa048f71d4cdc714"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_edgeswitch-5xp-initramfs-kernel.bin"; + sha256 = "dbd757b7fc4d2df05ca22bef70b27a1e9550e2f1bb889c9c7666152afda4095f"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-5xp" + ]; + titles = [ + { + model = "EdgeSwitch 5XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-8xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-switch-bcm53xx-mdio" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_edgeswitch-8xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_edgeswitch-8xp-squashfs-factory.bin"; + sha256 = "d9d528875282b0c4a3e7036d144dc96f045353229e3aef53fcf7da09fd7df81e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_edgeswitch-8xp-squashfs-sysupgrade.bin"; + sha256 = "1913456539ac6b384f0fd7f0157001ebe730dccc041b305c34a2f28942171e06"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_edgeswitch-8xp-initramfs-kernel.bin"; + sha256 = "acda42f175d9cd486065cd6c7c8d7a74e3a57b1cb21e1a3c35c59cdd9199a1ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-8xp" + ]; + titles = [ + { + model = "EdgeSwitch 8XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "06eb51840761427d43a10025dd07a241843e9156249058f41c9b51290205e7b4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_lap-120-initramfs-kernel.bin"; + sha256 = "2a7c6f77c6c2d5d63a4f54ce71a304f889993e19da232ceed26b91941b2e483e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "38c884c27ce527f183463b0ec705ecb2b281d0728de3dfdf1e25697d22d0bb64"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + model = "LiteAP ac (LAP-120)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_litebeam-ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_litebeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-factory.bin"; + sha256 = "478946a247d5f0c123cb6917021059fc959005d0cb1e49b8133c131a071f22c6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "0287c681f8a7ab87b3ae6a44a02a0e8d6504231038dc2750531f53af4b208d6e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_litebeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "a321e3e8840c79f1c7a41405aedce0a825174a2e8b4b20b2f9b54448bd23b26c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,litebeam-ac-gen2" + ]; + titles = [ + { + model = "LiteBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "fb5f1237df6ba3e72ec6b27852b42e26f46b5be7b56d5bd70b9ba35978ceace1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "589265ff564b2d2cbe4a54d87e334a1f2574d9b2946ee6344c86c9dd43ac80c6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanobeam-ac-initramfs-kernel.bin"; + sha256 = "1a69705c9f08c393d0fe4c59016e3e328b5549ef9d4d11a9c1d63bf9ced60c51"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-gen2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_nanobeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "73a7731a5761e758923159d192fe6667bc4614f42188bc550a21f65ac0cd64f7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-factory.bin"; + sha256 = "6d68823ad8478ff4d5958746e1a42c63f8d3bf4f11116acf6b24d7559a97ef84"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanobeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "ee1ab20995694ec3939ae3d83c399cdd2825040dd632dfb6c45fc043aec429a4"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-gen2" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_nanobridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanobridge-m-squashfs-sysupgrade.bin"; + sha256 = "85bd2a01dd19dfbc6a354e0baea4511c858304de84fc8d14fd199530320551de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanobridge-m-initramfs-kernel.bin"; + sha256 = "c7e1c3348a3cdbcf89149f4a136b7f4802110eb74b41b7645e81485be836b7a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanobridge-m-squashfs-factory.bin"; + sha256 = "1051b154aa86f9c8a57f35b0b6e00410e5c06b4855ccceca5a27888ae3f4abfd"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobridge-m" + "bullet-m" + ]; + titles = [ + { + model = "NanoBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "ebca49163e38a76aa5922eeef8fc5c3720244b44939b702f088762f6215b4b29"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-ac-initramfs-kernel.bin"; + sha256 = "b730d4a6b5cd2a7dc2940870ed324db9f35f975d6efd899e13aa1f7318b87817"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "2b51f74ff57ff83de79e726c744b00a96a1ad30b2d6b8542f3e97bade9620276"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + model = "Nanostation AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-ac-loco-initramfs-kernel.bin"; + sha256 = "08b2aae60bd7dd01066f5787dbfecbe205b6c94ac9b7da9ebfe2ddcfb4bbdc83"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "7f17b2b6edca2627e395bde7eb68d279a2f0158f8967f07caac8fd733904923b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "536e9fff0d6219b7a49a9c1bce6282efe31e7b73279c61af77e3f5aa597664b7"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + model = "Nanostation AC loco"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "532981286b6263bfb9db9d8686bd6f42c5736a3fe4ef1785f198a19ba6d68de6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-loco-m-initramfs-kernel.bin"; + sha256 = "a5fbf9ad08fa2ee654469166098320d2f4caa86939adf9f1317e27e2b61a5777"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "4f9719cd27c29a000b4a6544cbefbc7701644daddda33aa72dd1a1c84f3aae2a"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "2159dd70edf065a97a4ed1291ee87db194fbdf6e76849c3b7647c73756708db5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "b5bb4107acb276f868bd29a09ae4ae6b34ce61c1aceb3e69299d5b4d58ceda96"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-loco-m-xw-initramfs-kernel.bin"; + sha256 = "bce5cf8df64eab755c431fc08aa58c48f62aa3c6a18d6a6b0e5cca9526d65f75"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "9d1857ee942611e5d76b53096b964ee23d831cc1672701434ced4cbcc25ec8dc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-m-initramfs-kernel.bin"; + sha256 = "12da1238e5235f02e3c438bcdbd97dbc7debac54a300d00c43cc5f3ee1349abe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "db4377d882c598cbfe090ec02aef478a0b95593b193f5b96186d2555410e2915"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "c8b221b7b6882a0956041fda889337c3cab8b342f986f5823a94f13b482ccd0f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-m-xw-initramfs-kernel.bin"; + sha256 = "04c001b9f67db6fa9d0327469b56df6dec431721e334eb5021e377f733f39957"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "6ae1a3bc3433942052128b59daef0891872eabaa4caf1ed5702b69ac286bc827"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_picostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "8b0885ff4dcc627cc2da83d334809a7485f59190b6970748cdac606354bf2618"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_picostation-m-initramfs-kernel.bin"; + sha256 = "5dcd2497e9417374f7b3621b2f7e8b9e936c55eac9e54851130a81e6c57b1255"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "4c314b03a1346015394318a46656cfabdcc1c5ab89896db0953adb92d01e793e"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + model = "Picostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-500 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_powerbeam-5ac-500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-sysupgrade.bin"; + sha256 = "2edf230728410931d033f8de245c8910f18a37983d4cfc561439d80d314b9676"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-factory.bin"; + sha256 = "42eadd396d412f86e4edf342779aec9e1b7a8c9f07e9264cb7170e71db75823f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_powerbeam-5ac-500-initramfs-kernel.bin"; + sha256 = "719552e8d782a07ca51e8f652c5329e9e98b727073a358da47b92ea368385b49"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-500" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "500"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_powerbeam-5ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "c19d93c2ba1c1a2c423960e606e668db198538c046f628338f1b74401abfb09d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_powerbeam-5ac-gen2-initramfs-kernel.bin"; + sha256 = "575497d86ea24d5dde5beb011eaef8feccf47977980e7449f9d5b74fead3e7c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-factory.bin"; + sha256 = "e4212001c1fade6b960ff4f7eba69b0f11a76add0c9701de53e0f63f3ca802b4"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-gen2" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_powerbridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_powerbridge-m-squashfs-factory.bin"; + sha256 = "94f1a0352e773e931fb988b546e9b568e960c3ddc55d66617f5d1c2b2abd2b80"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_powerbridge-m-squashfs-sysupgrade.bin"; + sha256 = "fc88c22ebc832b6aa1481023187a0c9ce5e040d8d860e5336905f3d7e0900e9f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_powerbridge-m-initramfs-kernel.bin"; + sha256 = "61d345b9d258b6228616cd80ef50c90b6cb2281e66a4c806b49c30f0fadf1687"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbridge-m" + "bullet-m" + ]; + titles = [ + { + model = "PowerBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_rocket-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_rocket-m-initramfs-kernel.bin"; + sha256 = "f01b4dc74841e5b3e870ea9d822ad744f138f02d6ef373d4351fc230bf1fba45"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "cc3c7f4b0b8766b53083aedaf0315670a22daeaec7e333d98d3d2e6c1f64d704"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "7ebfefee91ddc46ef2183aa3e9a5f8204063007f401204bded1803a4eb1acb22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + model = "Rocket M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "e413d089eeb0871c7c78040b3f4d4726e1597e8c6296b20a00fdd2f6047fd2dd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_routerstation-initramfs-kernel.bin"; + sha256 = "dc4c7d42003c510ca7a15d6d603b6077c83e11c7f5f38e8f9b823dd9c3cd23db"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "09edd5905379432f9472f3f4d8740c8cdb8a5fcd5c39b1d0ac1fedd75aeb6b88"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + "routerstation" + ]; + titles = [ + { + model = "RouterStation"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "b5c2bfad1ec4ac96639699542557ca95c397d3373e936c1012a456cb58ee577b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "2bdc6495bab4f0ebee6aee99e2ce4259b41b1f1274e6b54240ccaa597581140f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_routerstation-pro-initramfs-kernel.bin"; + sha256 = "aa9b623167e6a9c6c3e5ad3ff461af1fb85efff784cd395a80ad349e13a41be1"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + "routerstation-pro" + ]; + titles = [ + { + model = "RouterStation Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "17aaff753d14e651b9adb8c270edfca2aaad0d8e2ca8f976a5462c4560b5f72b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "a6c33fdc74769f516894491670eb8052de95ada70cae9bcc821ff621756580c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifi-initramfs-kernel.bin"; + sha256 = "ed712affb7230b27827a21b8617b96ebb94d52c8b88ee32f9c82d53a511e84cd"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + model = "UniFi"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-outdoor-plus = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_unifi-ap-outdoor-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "922dd49619da57a4ae8cb4665ac6fcbaa62250dbed12ef58281a92f272a126a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifi-ap-outdoor-plus-initramfs-kernel.bin"; + sha256 = "633e6ef4979aca9d577f2027baf1b132a0a8391094261c1397660bbbebadb839"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-factory.bin"; + sha256 = "b11492dd27a49c30c2a2b349779b7a1870f31f63a99af75923fd7cf3d4b0555d"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-outdoor-plus" + "unifi-outdoor-plus" + ]; + titles = [ + { + model = "UniFi AP Outdoor+"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-pro = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_unifi-ap-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifi-ap-pro-squashfs-sysupgrade.bin"; + sha256 = "0409230c121e3342db52bba5cbfd1081aa30f59ae535aef1836abf395dc0feb6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifi-ap-pro-initramfs-kernel.bin"; + sha256 = "ff7df45956d2ee59ccc9b37f71fb2967167541e14811b63a7d4818ea6aa72194"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifi-ap-pro-squashfs-factory.bin"; + sha256 = "7f3a78931297f9ef38a2abfe028b3f115fbc508e16f6c6c8dd50d6b72d28ea9c"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-pro" + "uap-pro" + ]; + titles = [ + { + model = "UniFi AP Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifiac-lite-initramfs-kernel.bin"; + sha256 = "5954b7b12fd7fa7e070ebc70ab408b6b6d7f558d2fbc3cd763ccc96c9ec4a0aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "a4d36b1009a7fadb219de7dc61d27537320a3b3cd4d51e785eb41aaea0df766f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifiac-lr-initramfs-kernel.bin"; + sha256 = "0b229d2e72cde09b0973f82bd9d5fb006a0aa51087fc48f7b4bdb6792bd2d8d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "89a021e3a55f022071e997aeaf8869ea30097deec422ed6dfe0d4044384f4ac9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC LR"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifiac-mesh-initramfs-kernel.bin"; + sha256 = "951291d07fdaa15dc3bb4ac8f89fd5a2c1e81c422a0927a13e6501a9a0203903"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "c9c801d856f41ea7c965dc9d7bc983666c1d269050d120010cef6c8a5b2b50b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Mesh"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "60515ae7b6be68d1784690f176b0c99ba55aa6354249aef9a204010552793500"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifiac-mesh-pro-initramfs-kernel.bin"; + sha256 = "480fceef13389e5772ec3f82882b4e39e843d2f53ebddd185b7051a9edb04340"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Mesh Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "86a49e85df5b2caa4d742d36e0ebb1321a43adeaab9c89415e0d51a959386af2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-ubnt_unifiac-pro-initramfs-kernel.bin"; + sha256 = "ad4bcaaae09165a9c8964417fd6fda5b8ae934511da2b21fe00dfd246990dc39"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + wallys_dr531 = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-wallys_dr531"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-wallys_dr531-initramfs-kernel.bin"; + sha256 = "66daf2aa74193ff61ab7bf66748e505a4f23acc73f804edef63f67f5afa8ac30"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-wallys_dr531-squashfs-sysupgrade.bin"; + sha256 = "8f9b08d8168155c28bd3570d412f3d2728fcd24a82dfd90a0eb0627bd4a306a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wallys,dr531" + "dr531" + ]; + titles = [ + { + model = "DR531"; + vendor = "Wallys"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "7efb6793a91e17f3989ac5719246ed4e198b38b2d8eb1e9ae87e736c545ec639"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-wd_mynet-n750-initramfs-kernel.bin"; + sha256 = "e2eeaa7394cd18ab8cd6751057265ca429793c2958322d68a3169409a2746617"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "672ec0c818ff338b3bd26b550c5ef87d9adc61b4ecb09f92e8ac2a0b77718410"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + model = "My Net N750"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "32dd7cc69a223630a7e9e61f1ed561e224dfc7a6213d2f25762e3ad02456d180"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-wd_mynet-wifi-rangeextender-initramfs-kernel.bin"; + sha256 = "cf62c932462675cc74c403c61f79121861570ff57ec2d507828f22fa8258a8fe"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + model = "My Net Wi-Fi Range Extender"; + vendor = "Western Digital"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-winchannel_wb2000-initramfs-kernel.bin"; + sha256 = "4215bbd0dc01403521a922ab583c410e776fcd36161ca43c46506194b7eafee1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "ae0d62c4847a0c6737b9f2116a2fad0fe0a5ebbb1b63cdb1c8fd2d4985d7be1e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + model = "WB2000"; + vendor = "Winchannel"; + } + ]; + }; + xiaomi_aiot-ac2350 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-xiaomi_aiot-ac2350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-xiaomi_aiot-ac2350-squashfs-sysupgrade.bin"; + sha256 = "64ea734e659179140393e0c1bbe96514c1f4268ab801e630251655e2e568a12b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-xiaomi_aiot-ac2350-initramfs-kernel.bin"; + sha256 = "030bf39a2fe8ba378d7d3b48eb351c6d66cfa123a8a430ad388bf0be03470b9b"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,aiot-ac2350" + ]; + titles = [ + { + model = "AIoT AC2350"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "500a0ad7b90ac9688f7c523764976ae31eca13ba31d976774f2ed3f31de14431"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-xiaomi_mi-router-4q-initramfs-kernel.bin"; + sha256 = "ec66847a0ff9503757c268089e626b771558bb19d20daf3b5e8ebeafb290b94c"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + model = "Mi Router 4Q"; + vendor = "Xiaomi"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "58cba5c24c862b15a8f50d8cf61f1d9671cb230b75f739a1a3cc808fa5ac3f1b"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-yuncore_a770-initramfs-kernel.bin"; + sha256 = "fba4c115e84b4fcc9e073942fba6c47a807ef5577edbbe45a8203378bbbdb8b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "fb5c9c514c0fd1eb99b1e151554dbabd8eeaf1accceccd7f8429bba84af30323"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + model = "A770"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "d96b6e347ed3eeb9316db6a9fe9514ba59ea9586050a946043d2d34630315725"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-yuncore_a782-initramfs-kernel.bin"; + sha256 = "9d5067a15898a539afcbc29deca0f1e8b2ba767fc5dce7cb292bf376932655d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "8c663824e1949199611ba00acd28b02e5bd5a7d989487484f6fd0d518f7d6258"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + model = "A782"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a930 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-generic-yuncore_a930"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-yuncore_a930-initramfs-kernel.bin"; + sha256 = "75255ffe0dca8cde09878c981d719f572d780a192e36e5b167c9ebbb015442a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-yuncore_a930-squashfs-tftp.bin"; + sha256 = "75c3bbba50f615e44695cd9661b3d5ca1c41746c913eaab14feeda781032b9f2"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-yuncore_a930-squashfs-sysupgrade.bin"; + sha256 = "764cee85d115af7e962d48e8d3d91b27569596ff9ac87a484fa31a0833443689"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a930" + ]; + titles = [ + { + model = "A930"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-yuncore_xd3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-yuncore_xd3200-squashfs-tftp.bin"; + sha256 = "fce1f5be0250a033c7810a637b868023c6379219e5bb7d66e563b003773042c6"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-yuncore_xd3200-initramfs-kernel.bin"; + sha256 = "968bcfff6baa80afbab1f1d3eae590008c8257b3d559a74dea3dbb8476a25ff2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-yuncore_xd3200-squashfs-sysupgrade.bin"; + sha256 = "50d0835f99875b8c1ddb954b7e75c5042ec744f325fd07527713a2343f10e37e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,xd3200" + ]; + titles = [ + { + model = "XD3200"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-yuncore_xd4200-initramfs-kernel.bin"; + sha256 = "5f8e62bde2c83eb6a19c7b1129e5514a798496055dab09cea0483953a2ae2500"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "d1f3ed74fa24c9717dbf28a3aed98619eb4af62a83e07734af1403a1e865674e"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "d1ee79bdd7ba036ac22896b6732119a7f15546f768c3738b97ebc407b41ab7bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + model = "XD4200"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "7a4f9175791f08c25e48661b22607d5dec27ba18267b89ff18b2686a0b42e593"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-zbtlink_zbt-wd323-initramfs-kernel.bin"; + sha256 = "5a030d12da48a77ef3cec5b835e40352306710bb5dc0bc6efabc99968f982de1"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + model = "WD323"; + vendor = "ZBT"; + } + ]; + }; + zyxel_nbg6616 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-generic-zyxel_nbg6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-zyxel_nbg6616-squashfs-factory.bin"; + sha256 = "7b3c50c5846b25a49e82ebb8d9e68fd0fbb8609cd8ace8e98fe20cb6df64cd92"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-generic-zyxel_nbg6616-initramfs-kernel.bin"; + sha256 = "7e58ff4d203f42f4297efc252dea4965d4a5d4439a911b3b08fa22fb889b32da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-generic-zyxel_nbg6616-squashfs-sysupgrade.bin"; + sha256 = "3992b7d790f1efe4313a407dbf21363e46546eb45189df56abc414aff27844b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6616" + "nbg6616" + ]; + titles = [ + { + model = "NBG6616"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "ath79/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_routerboard-952ui-5ac2nd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-initramfs-kernel.bin"; + sha256 = "f522c4bd94631c2babfdc33de66a65ce4c4c1a71bc8ae0512f046c815e7013e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-squashfs-sysupgrade.bin"; + sha256 = "0adc228f4cd86d78c07eac52c0e9434e47394727ac6fdfea2b71168649624bc6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-952ui-5ac2nd" + "rb-952ui-5ac2nd" + ]; + titles = [ + { + model = "RouterBOARD 952Ui-5ac2nD (hAP ac lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-lhg-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-squashfs-sysupgrade.bin"; + sha256 = "b35682adcdbbbdfe97b4392e9e0e1f74e7a653364601d391c4802ffed2012791"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-initramfs-kernel.bin"; + sha256 = "19eecbcba3c188a63fea7db65c2dbeb842084e3cb7eafc88fd6f396ab154ec9a"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-2nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 2nD (LHG 2)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-map-2nd = { + device_packages = [ + "kmod-usb2" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-map-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-map-2nd-squashfs-sysupgrade.bin"; + sha256 = "1eb036e4f35726691f29e35ffc265281aa8a46a81e4738287d8a6aa96d9cd966"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-map-2nd-initramfs-kernel.bin"; + sha256 = "39f4564bed197f70b972f3f5ead35a24375dbbd8eabdaf2290434cd3f5a936c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-map-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAP-2nD (mAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-mapl-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-mapl-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-squashfs-sysupgrade.bin"; + sha256 = "259cdc1f8b188282e8bac8ddbe602106784d34a016d48acda8e70d893f38755b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-initramfs-kernel.bin"; + sha256 = "851135b3dff7ef9bb193995312d55e78becf6cab60f6ef69120fab89aaee26b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-mapl-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAPL-2nD (mAP lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-g-5hact2hnd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-initramfs-kernel.bin"; + sha256 = "03114c73445337d88b8b0f331b12dd5b8ce086d1bd51352c3916a84bde42dbe5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-squashfs-sysupgrade.bin"; + sha256 = "4b1a45ceacb38d12681106b606ea96eccfd58a9a86ba86083540c931dd15c9ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-g-5hact2hnd" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + model = "RouterBOARD wAP G-5HacT2HnD (wAP AC)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wapr-2nd = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-wapr-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-initramfs-kernel.bin"; + sha256 = "9b67b45d5455f28db4318a46ce0380a417ccf02c8ef0699b23f7cb8a45fafd49"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-squashfs-sysupgrade.bin"; + sha256 = "bb640fd1d9ae4a3572b844e279dc44dddfd64b19d48934d88264651edd1d5a30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wapr-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAPR-2nD (wAP R)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "ath79/mikrotik"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_rambutan" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-nand-8dev_rambutan"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-nand-8dev_rambutan-initramfs-kernel.bin"; + sha256 = "20d56d2525df93a9cdaa250830af7633247dfa17fa2da30749401aa2f88ff832"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-8dev_rambutan-squashfs-sysupgrade.tar"; + sha256 = "25d7ffd893ec7f5ba3ba118ddefadec5b1fe5fb0926f0b9a307b78a51d5f1c96"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-8dev_rambutan-squashfs-factory.bin"; + sha256 = "8ecb174a28b82cea8a7655b8817235a107c77036505437cd061bed3d7e01c132"; + type = "factory"; + } + ]; + supported_devices = [ + "8dev,rambutan" + ]; + titles = [ + { + model = "Rambutan"; + vendor = "8devices"; + } + ]; + }; + aerohive_hiveap-121 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-nand-aerohive_hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-aerohive_hiveap-121-squashfs-sysupgrade.bin"; + sha256 = "16796cefa33884d911ecb1cd8352dbfd5221e292d08caf7cb19f0073965e8992"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-nand-aerohive_hiveap-121-initramfs-kernel.bin"; + sha256 = "c86bad0bd353e33c99936834bf00b40f43a0b128499dc76d391422123c8e5768"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin"; + sha256 = "5bebb0627ccba31747c16ec7490867559b168e9ec950c89f15942185aead4da8"; + type = "factory"; + } + ]; + supported_devices = [ + "aerohive,hiveap-121" + "hiveap-121" + ]; + titles = [ + { + model = "HiveAP 121"; + vendor = "Aerohive"; + } + ]; + }; + domywifi_dw33d = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-nand-domywifi_dw33d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-domywifi_dw33d-squashfs-sysupgrade.bin"; + sha256 = "211e9ccd23c03ccdf38430e8f1f22469ad021cabbf5deb3c751e2b3581b9724a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-nand-domywifi_dw33d-initramfs-kernel.bin"; + sha256 = "e8133c2def5a40c95bc7174182e62d2f50bb9438dec5809282d8edc18bae32b3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-domywifi_dw33d-squashfs-factory.bin"; + sha256 = "ed64c8670764a2c35d9c9edae31e67d1e78da97fda25cb2fbee89b91698c3aa4"; + type = "factory"; + } + ]; + supported_devices = [ + "domywifi,dw33d" + ]; + titles = [ + { + model = "DW33D"; + vendor = "DomyWifi"; + } + ]; + }; + glinet_gl-ar300m-nand = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-nand-glinet_gl-ar300m-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-glinet_gl-ar300m-nand-squashfs-factory.img"; + sha256 = "a0276a7c8996d49f2bbdee12bcb0f7a55589a5d1fb76d8e446c0a8275b90648c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin"; + sha256 = "db23e1420a31b5b31b87973a2b90bbc31a24f163e43e8dc775a3419698f9376f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-nand-glinet_gl-ar300m-nand-initramfs-kernel.bin"; + sha256 = "fff7a721f30bd7d015ab1bc453cd32285a0c3cca41aaa7250b66db786c714271"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nand" + "glinet,gl-ar300m-nor" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-nor = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-nand-glinet_gl-ar300m-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade.bin"; + sha256 = "5ae92cda541595c9a51dcf65d7d9f6ddbbc8aaa0e5fbdfab0bec9a0f751f153b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-nand-glinet_gl-ar300m-nor-initramfs-kernel.bin"; + sha256 = "27270dfc827bdc8cdfdc5d531c40d722d655d1f330e42aa243dd9ea4ba785977"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nor" + "glinet,gl-ar300m-nand" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.7-ath79-nand-glinet_gl-ar750s-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-glinet_gl-ar750s-nor-squashfs-sysupgrade.bin"; + sha256 = "50b7b3f299e16d275c59b91f8fd0f03f94e06f07923c5811a811558d1d3795b5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-nand-glinet_gl-ar750s-nor-initramfs-kernel.bin"; + sha256 = "c1d63d12b8d60fda46f4b3bb0966fdf15b00724e391c9e722fa689a2e09a13af"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor" + "gl-ar750s" + "glinet,gl-ar750s" + "glinet,gl-ar750s-nor-nand" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor-nand = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-21.02.7-ath79-nand-glinet_gl-ar750s-nor-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-sysupgrade.bin"; + sha256 = "2e211758e5f4db433939a78d9f239df014877471c7ae6233bc07b75ffe7f2928"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-nand-glinet_gl-ar750s-nor-nand-initramfs-kernel.bin"; + sha256 = "c95d80d6767ba7f9d01e31b6b9d2cf0ed99d64b3e2b92576715e960ddf320ea4"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor-nand" + "glinet,gl-ar750s-nor" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR/NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-e750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-nand-glinet_gl-e750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-glinet_gl-e750-squashfs-factory.img"; + sha256 = "ae41b55bac603de1ffc2a95e8e23e2f634c101aa341cf8fb95aa2603ee1327f6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-glinet_gl-e750-squashfs-sysupgrade.bin"; + sha256 = "f38bc5e5f63376d34f324b6b8f3c1fbdb87eff26b8073ff440e9c34b3a0be69e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-nand-glinet_gl-e750-initramfs-kernel.bin"; + sha256 = "c7eff93e5f065b3e0dd06eb1fced128f5a2a287da59fb532c53bc6d02f59370c"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-e750" + "gl-e750" + ]; + titles = [ + { + model = "GL-E750"; + vendor = "GL.iNet"; + } + ]; + }; + netgear_wndr3700-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-nand-netgear_wndr3700-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr3700-v4-squashfs-sysupgrade.bin"; + sha256 = "d31dc97fc631498889eef169f42474d582c949cad54aef211c37b0b454efca2a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr3700-v4-initramfs-kernel.bin"; + sha256 = "f4da8cbf0173b65df669f6822a7c3f2386d84807d0ce21c0786ce20aa674b8d5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr3700-v4-squashfs-factory.img"; + sha256 = "afd22e997421f34d990ff0e02dc808bf86c9e62576dfcfc93d44a3f6c63b0c85"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v4" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v4"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-nand-netgear_wndr4300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr4300-initramfs-kernel.bin"; + sha256 = "28c91f3bf3851005a2377a6bc77623f8332c3ac74b966fd5367bee1c2b4e00dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr4300-squashfs-sysupgrade.bin"; + sha256 = "5099b833fcfcac7e0a5666296d5a5f874eddf4a57d0f5f8b87658812aecf3dae"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr4300-squashfs-factory.img"; + sha256 = "16c4e1a5eeff8dd2ffaac9fadee2c648e04e581322109eed3f187f1a0822d4c8"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300" + ]; + titles = [ + { + model = "WNDR4300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-nand-netgear_wndr4300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr4300-v2-initramfs-kernel.bin"; + sha256 = "3337d6a70e62d77f5033609b8872fd3a67a9a0d76ffa16c2654528797c240bbb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr4300-v2-squashfs-factory.img"; + sha256 = "013868eea922eb64912ce1563c31502ed2366e155a31ac0581e4cece18e210e8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr4300-v2-squashfs-sysupgrade.bin"; + sha256 = "8b4c38f95bf3c8cadbae9bb3eb44d4357fdf88e2ffe1e3f0fe8332c2229ae9a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300-v2" + ]; + titles = [ + { + model = "WNDR4300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300sw = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-nand-netgear_wndr4300sw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr4300sw-squashfs-factory.img"; + sha256 = "0f96e95470cac96ff792aa9f023b1ea35a87f8bee67da75f09210246d241a545"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr4300sw-initramfs-kernel.bin"; + sha256 = "763926ed7652785da0f37d34617a930c55729bfb3b0ad3e1a945917dd0dfa986"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr4300sw-squashfs-sysupgrade.bin"; + sha256 = "36a2c40c0de0fd7015eac8db5b917153ade7420f425b516671106e2b906bf2a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300sw" + ]; + titles = [ + { + model = "WNDR4300SW"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300tn = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-nand-netgear_wndr4300tn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr4300tn-initramfs-kernel.bin"; + sha256 = "195c4397f88ab20b133cc5f3c2f3e26a428862278c1126b43fa4781d4a2f5689"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr4300tn-squashfs-sysupgrade.bin"; + sha256 = "f0bb08bbe3ae16743303d328717379d2a74d64b55e7845bba961d0b963eea53e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr4300tn-squashfs-factory.img"; + sha256 = "f95826b75c89e7dc91c4f595281ce1acd9e97db76af210a7d85a5758e17eef1a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300tn" + ]; + titles = [ + { + model = "WNDR4300TN"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ath79-nand-netgear_wndr4500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr4500-v3-squashfs-sysupgrade.bin"; + sha256 = "06441c0f23613e4e76d3f700b329c519fcefc68700be6ce33d2799d6dcd18150"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr4500-v3-squashfs-factory.img"; + sha256 = "090e63359219712dd7a0dc7f81bf5b37254de45e32bb525e417c79ea920b33da"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-nand-netgear_wndr4500-v3-initramfs-kernel.bin"; + sha256 = "d886863c3f7b9c98c58a4341a89cd5e02245c2743dea8d6dc510381f1e2d7b2b"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4500-v3" + ]; + titles = [ + { + model = "WNDR4500"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_nbg6716 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-nand-zyxel_nbg6716"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade.tar"; + sha256 = "8698be7e2df49ace0c6a649997a4962d5ba2423678eb398742890fc8000a790c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-zyxel_nbg6716-squashfs-factory.bin"; + sha256 = "d464832431dcb2a0974c1de5081ce646d65522b00cc6015f89b80d9f0c0ee34a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "79a877ad6ad70725e9a9592b1610bd6053803dc8b644dd224a6bdd2a5a644dc2"; + type = "sysupgrade-4M-Kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-nand-zyxel_nbg6716-initramfs-kernel.bin"; + sha256 = "7d9aed2a36c8c3a452ad4f780381796d45f18d965e483de430c818ae2ddf2640"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6716" + ]; + titles = [ + { + model = "NBG6716"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "ath79/nand"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + engenius_eap350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-tiny-engenius_eap350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-tiny-engenius_eap350-v1-squashfs-sysupgrade.bin"; + sha256 = "18501a1bf15cd1ef74cbb23999056a5feacd07595ac84df909f23795b62f7d5a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-tiny-engenius_eap350-v1-initramfs-kernel.bin"; + sha256 = "4433e31bf77283ebd3e1d9fa762cb7c910d98293039a19ace03603de2c4e2239"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-tiny-engenius_eap350-v1-squashfs-factory.bin"; + sha256 = "79f397ba2b4368c726678fa007d1e25b6dd518ccc68e40dc95c2d7c5b8000d1f"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap350-v1" + ]; + titles = [ + { + model = "EAP350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ath79-tiny-engenius_ecb350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-tiny-engenius_ecb350-v1-initramfs-kernel.bin"; + sha256 = "e1c730ef69c0a9c39570c1d09af98b510b072d44b6c0b0f2dc4d522e9515464b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-tiny-engenius_ecb350-v1-squashfs-factory.bin"; + sha256 = "b45383299d313a76940b4063fab9d228a28082fffa271106bc201f9f0ad50d88"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-tiny-engenius_ecb350-v1-squashfs-sysupgrade.bin"; + sha256 = "497f6c561cadd9b8aa6ed6564bf467769717fb89798a7162bb7da80a3e79c211"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb350-v1" + ]; + titles = [ + { + model = "ECB350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enh202-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ath79-tiny-engenius_enh202-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-tiny-engenius_enh202-v1-initramfs-kernel.bin"; + sha256 = "3662aa2f9930b2a2aeab0ba8072e108cca027f2bf91d434b543b14aea93ce1b3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-tiny-engenius_enh202-v1-squashfs-sysupgrade.bin"; + sha256 = "6473416def725925d707ed700128b9bf05c94698a743b4e64221493845b85caa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-tiny-engenius_enh202-v1-squashfs-factory.bin"; + sha256 = "5918fc27bf4ffa06733fba1f5d676a9e52bd692921ce6406bfd44db493a90474"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,enh202-v1" + ]; + titles = [ + { + model = "ENH202"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-tiny-pqi_air-pen-initramfs-kernel.bin"; + sha256 = "031869c5a60a320e605b6e35ff53f34cdf77ba533e2a12f2243b86ccd7e742d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "fa600a08dcf36299aec8e1cdd839a54998cbede5cd416841c33d25c92e901947"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + model = "Air-Pen"; + vendor = "PQI"; + } + ]; + }; + tplink_tl-wpa8630p-v2-int = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-tiny-tplink_tl-wpa8630p-v2-int"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-tiny-tplink_tl-wpa8630p-v2-int-squashfs-sysupgrade.bin"; + sha256 = "488fd24c0e6047aa5c8cb989bdf7a54da4699588c8aac1d5bf90a6b8a635f241"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-tiny-tplink_tl-wpa8630p-v2-int-squashfs-factory.bin"; + sha256 = "208d3710bad49c952735e0a1949f08c139507ca802769423a6ea7a954a8c0695"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-tiny-tplink_tl-wpa8630p-v2-int-initramfs-kernel.bin"; + sha256 = "57a7ce4d15dce8b5184c705b5b4838b2f0ff14e26f10de4234557fa2095bcbb9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2-int" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2 (Int.)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.0-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-squashfs-sysupgrade.bin"; + sha256 = "639e31bb411144801be3aa21fbfb313f8efd888b57a4a0206edbb410e81f9cb3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-squashfs-factory.bin"; + sha256 = "3a66401a3b4aa41040158b1d4885cf745a72378580e7457218dcbf74ad351975"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-initramfs-kernel.bin"; + sha256 = "43d9a96d43800eea6215df3e6faf1ce3a3d21e073b754b5bcc8ba9187078e82e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.0-eu" + "tplink,tl-wpa8630p-v2-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.0 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.1-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-squashfs-factory.bin"; + sha256 = "9394e98005b2a1fc0be6533170f524b2204c26d92313d34b9f342b99c8f58071"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-squashfs-sysupgrade.bin"; + sha256 = "48ec40f6a5f607a5a1762fc108892eccb7cb99c73607edee8fe1d86bae35db30"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-initramfs-kernel.bin"; + sha256 = "b16bc65cc37a08d590c31c4eaf6454707beb5421e61ea03a8a2a7d9375d6c844"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.1-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.1 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "ath79/tiny"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + bcm27xx = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-zero-w" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm27xx-bcm2708-rpi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm27xx-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "b274be8bcfab6139337cf60fba7054c84c00e9990fcf088b05280d3b4eef8641"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-bcm27xx-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "2fb0392e3345b6ac6a064ecab16888dd7a8610f2bd66a2ce7e21fc0bd300c340"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm27xx-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "750900c8dc66fcef1a8c7d49a0a197662684905a6a42dbdc02ad10ffe9977699"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-bcm27xx-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "70c4fe6180afca0857f775ee8b5587baec3063f6d7078354779bc139f51b5749"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + model = "B/B+/CM/Zero/ZeroW"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "bcm27xx/bcm2708"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm27xx-bcm2709-rpi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-bcm27xx-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "437506843fc1f2f06545b65d221122283c1e57b0f66b97e10dca03b758a34b13"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm27xx-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "072c87c61c0277db65a92ffea6780656f1d758946b247c14ace593ed28eda097"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-bcm27xx-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "988ca7bc7b4be4e4cab0407236b154f27992b6e2dcdd510d69028ffaa77381c4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm27xx-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "797e4dd481952695e88a25783ec4339b1a927d9a0060b79f93474c16418de83b"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "2B/2B 1.2"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "3B/3B+/3CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "4B/400/4CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "bcm27xx/bcm2709"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm27xx-bcm2710-rpi-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm27xx-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "7438083ff45ac4ab73a0b413c4ec7b0da18c3be76ba03819ebafdf48fb6a65fc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm27xx-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "3a4b3606a39a547063a06d0468374b01a8c2c004311d2f8040e98c1c90def0ea"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-bcm27xx-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "dbfc272d758ded72da7cd61db961f71052c8b9a908db77045308c6ef87c5c6c9"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "aa08a9fbdf8468d9cf20961753a02c6042c507a8a692e8be69e6e48c068982fe"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + model = "3B/3B+/3CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + { + model = "2B-1.2"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "bcm27xx/bcm2710"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + bcm2711 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-vfat" + "kmod-ipt-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-4 = { + device_packages = [ + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm27xx-bcm2711-rpi-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz"; + sha256 = "e69ed3660facb692c2a999ab25e1d6041818d3430cf62a0f820a4304c71fc181"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz"; + sha256 = "37935bc1aadd11fdc867aa64e8b5ea951d84efaf10b8340f89feea11946f2ec8"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-bcm27xx-bcm2711-rpi-4-ext4-sysupgrade.img.gz"; + sha256 = "f15b5378cf3abcc6a3e9c714381cba92629204a97a58a9abc1cdd614575ac4d8"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz"; + sha256 = "2ce3b002aaeb46938b2f486420184366af61dcfd2c23e04b0567ec59abc69ba4"; + type = "factory"; + } + ]; + supported_devices = [ + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "4B/400/4CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "bcm27xx/bcm2711"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + bcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + linksys_e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-generic-linksys_e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-generic-linksys_e3000-v1-squashfs.bin"; + sha256 = "110913af59c302d67278019d6435be8e5a4c61ad21381e617cde7e8bf1d14209"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3000-v1" + ]; + titles = [ + { + model = "E3000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + "linksys_wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-generic-linksys_wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-generic-linksys_wrt300n-v1.1-squashfs.bin"; + sha256 = "84d5ce5ae33fb81adcbabef41fd2ce55e5b0e486b010fbb6810acab205125e33"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1.1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-generic-linksys_wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-generic-linksys_wrt310n-v1-squashfs.bin"; + sha256 = "597c6e4c296bb8e0fee203fd9b16c48478164801a95ddb94f7ef269d72914907"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v1" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-generic-linksys_wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-generic-linksys_wrt350n-v1-squashfs.bin"; + sha256 = "4e1e8ade268a242a22429f8fc714033b2d5c1afc181ec2a20afa7a900c322556"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt350n-v1" + ]; + titles = [ + { + model = "WRT350N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-generic-linksys_wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-generic-linksys_wrt610n-v1-squashfs.bin"; + sha256 = "338573af532e3429d46a6e6c636dac7776aa66389324fd4267ffd5c4dc5f94ec"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v1" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-generic-linksys_wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-generic-linksys_wrt610n-v2-squashfs.bin"; + sha256 = "220f53bedf188b4034e269c9c5fd2d55368c487b76f8939f32243fe9442819f8"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v2" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-generic-standard-squashfs.trx"; + sha256 = "44dcebdca4341ac8b399aceb0a653485f6f828000bf2c4ae4bcd4d26be6eee97"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "bcm47xx/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-300g-squashfs.trx"; + sha256 = "30c7667fea8ff45002021a9121eae2c54ca692015b9f0aaaed81a0882fcc0b97"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-300g" + ]; + titles = [ + { + model = "WL-300g"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-320gp-squashfs.trx"; + sha256 = "2b529597351c572410c07ec6db4a34213f5757f7675a49fcebad3026f2b1377f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-320gp" + ]; + titles = [ + { + model = "WL-320gP"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-330ge-squashfs.trx"; + sha256 = "d2ab31576d84ec827669e190f848a823a18c4d8c71312bb72c193f4a889b3322"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-330ge" + ]; + titles = [ + { + model = "WL-330gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-500gd-squashfs.trx"; + sha256 = "0bfdd4b00defe6dc3af4ee5c4c321a30a26032d66ec991059a838872373029db"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gd" + ]; + titles = [ + { + model = "WL-500g Deluxe"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-500gp-v1-squashfs.trx"; + sha256 = "d5f84348afb47f891275e638d56703c67a7a261d5ae9271fe33937a11a564b7a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v1" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx"; + sha256 = "9f878c67fa078e23a6d75cc1bec5a9252c392750f9dccc0dbcfa62812d513216"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v2" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-500w-squashfs.trx"; + sha256 = "56826c47ab6c6476ab3fe47e0a0d04f7e995f5cb7833f70f91bad49784b3e08e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500w" + ]; + titles = [ + { + model = "WL-500W"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-520gu-squashfs.trx"; + sha256 = "e4f55b85b21e9e3ef40658c21749f5c5518a2b8501c4d60bec8b04be04322ebd"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-520gu" + ]; + titles = [ + { + model = "WL-520gU"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-550ge-squashfs.trx"; + sha256 = "6d3e48200330fa502fa097bb7532cfafa719f702cad6c97fba7d56ddca4d72e6"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-550ge" + ]; + titles = [ + { + model = "WL-550gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-asus_wl-hdd25-squashfs.trx"; + sha256 = "e9a57df5830c4d7c82263ecbfdbe19d03b7223caf9e312bed354d21b14a9a501"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-hdd25" + ]; + titles = [ + { + model = "WL-HDD25"; + vendor = "ASUS"; + } + ]; + }; + dlink_dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-dlink_dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-dlink_dwl-3150-squashfs.bin"; + sha256 = "ac1611d06b182817615cee5033e47ba7a7d9c71e3912dd69daf9dcc37be26c9e"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dwl-3150" + ]; + titles = [ + { + model = "DWL-3150"; + vendor = "D-Link"; + } + ]; + }; + edimax_ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-edimax_ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-edimax_ps1208-mfg-squashfs.bin"; + sha256 = "034afb80f916e61e8f26ee88786630ce5229a19ca992e3af45f4249e872e9b24"; + type = "bin"; + } + ]; + supported_devices = [ + "edimax,ps1208-mfg" + ]; + titles = [ + { + model = "PS-1208MFg"; + vendor = "Edimax"; + } + ]; + }; + huawei_e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-huawei_e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-huawei_e970-squashfs.bin"; + sha256 = "e9dc1af71d124dac5b68cfd9bc86457f4fd12d70a09ce897805d8bf339b3ec4d"; + type = "bin"; + } + ]; + supported_devices = [ + "huawei,e970" + ]; + titles = [ + { + model = "E970"; + vendor = "Huawei"; + } + ]; + }; + linksys_wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt150n-squashfs.bin"; + sha256 = "c80a461c7befaa42f6d09b6c7641e06fb676e5ac34fc9aef0ee33fd884853eed"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt150n" + ]; + titles = [ + { + model = "WRT150N"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt160n-v1-squashfs.bin"; + sha256 = "b2e90ccb5288a1f85673d46de78f979ebccbcc3c493fdaaf2c09ff8b6a4400e3"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt160n-v1" + ]; + titles = [ + { + model = "WRT160N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.trx"; + sha256 = "d8e0e8c81f03791b3127a8b204bf092db077833e05b14d48775099180eb72486"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.bin"; + sha256 = "4991ab4421a9216d58059a756eb3e799a24eb9189b8292b4e188c572b069507a"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt54g-squashfs.bin"; + sha256 = "19e96516eb4749dc2426ca001569edf359f17ee9ec9547fc7b14953982a4999a"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g" + ]; + titles = [ + { + model = "WRT54G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt54g3g-squashfs.bin"; + sha256 = "c72cb064877723b60d03af646432053e20d36e0e516eaf38c9f57aa6a8fee4d6"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g" + ]; + titles = [ + { + model = "WRT54G3G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt54g3g-em-squashfs.bin"; + sha256 = "8567e2ccae71ed2e2dc335d3559151e18947736d0114186c0c3ec3b4c5f4a51e"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g-em" + ]; + titles = [ + { + model = "WRT54G3G-EM"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "263f7c2c3ced2174893e77b54cb7afd089858f294a6b1bae8a790d20d2eb681b"; + type = "noheader"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.bin"; + sha256 = "3464c58b52e8db1b4b349a5e93ba39341bf5800d74dba3003ca337c8409dfbec"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3gv2-vf" + ]; + titles = [ + { + model = "WRT54G3GV2-VF"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt54gs-squashfs.bin"; + sha256 = "ddf69a5f0b29c868783a94dbdc2d8960e611b94907ec183732df4fcc6e24b4bd"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v1/v2/v3"; + vendor = "Linksys"; + } + { + model = "WRT54G-TM"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrt54gs-v4-squashfs.bin"; + sha256 = "955a00e0bc5e6d3aff136c4412d1ce6a63763afee68a60612f262c01c940ab5a"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs-v4" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-linksys_wrtsl54gs-squashfs.bin"; + sha256 = "c569ea5c332c97b9a3ea7d51f3bd9d82e9047a0294d499b9ccd56d1cbf919e24"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrtsl54gs" + ]; + titles = [ + { + model = "WRTSL54GS"; + vendor = "Linksys"; + } + ]; + }; + motorola_wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-motorola_wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-motorola_wa840g-squashfs.bin"; + sha256 = "decb4d84a0bdc61ad927e7f82538e5fb2d1ba6f0efb8b7dfd1233f61baf27dfa"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wa840g" + ]; + titles = [ + { + model = "WA840G"; + vendor = "Motorola"; + } + ]; + }; + motorola_we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-motorola_we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-motorola_we800g-squashfs.bin"; + sha256 = "49fbae59c4ca4f4d87f4c0e609224e59dbdad7f7e8e88c18d2c4b44fe5ef3f8f"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,we800g" + ]; + titles = [ + { + model = "WE800G"; + vendor = "Motorola"; + } + ]; + }; + motorola_wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-motorola_wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-motorola_wr850g-squashfs.bin"; + sha256 = "5675f8edc1a226aa7f0323bf1e47a5083872bc2d883432320be0097df2b5551a"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wr850g" + ]; + titles = [ + { + model = "WR850G"; + vendor = "Motorola"; + } + ]; + }; + netgear_wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-netgear_wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-netgear_wgr614-v8-squashfs.chk"; + sha256 = "e69e4950cb24cf1df18afd703de7c08e44f311ea1bdd0dd104f0e7bd823b82c4"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v8" + ]; + titles = [ + { + model = "WGR614"; + variant = "v8"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-netgear_wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-netgear_wgt634u-squashfs.bin"; + sha256 = "29473cfa328ce0b2f645c637af44c94c67d845b306708607e9cb1aaac30487f7"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,wgt634u" + ]; + titles = [ + { + model = "WGT634U"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-netgear_wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-netgear_wndr3300-v1-squashfs.chk"; + sha256 = "c1ba1be49ef274d400dd5eaee9d14c3c1716999d48685dd39058d49a23d8f558"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3300-v1" + ]; + titles = [ + { + model = "WNDR3300"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-netgear_wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-netgear_wnr834b-v2-squashfs.chk"; + sha256 = "0965cd0494f83c9009f287ca7bf4d8ffabbed84a11eb2ee68e59cf2fca928711"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr834b-v2" + ]; + titles = [ + { + model = "WNR834B"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-standard-squashfs.trx"; + sha256 = "4d64ca3047d9bd7377df1d8ead27f56bbfdfc59695b6f29751f46da915b1cbba"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "8fb145e32042857f4d4c7f2a77068e320a92db1086e4aba367880fb21f93964f"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-gz" + ]; + titles = [ + { + title = "Image with gzipped kernel"; + } + ]; + }; + usrobotics_usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-legacy-usrobotics_usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-legacy-usrobotics_usr5461-squashfs.bin"; + sha256 = "de7979fd02ba4d493fb75be2965270137339b5c03106b925a7c1d1d7e07ede7d"; + type = "bin"; + } + ]; + supported_devices = [ + "usrobotics,usr5461" + ]; + titles = [ + { + model = "USR5461"; + vendor = "US Robotics"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "bcm47xx/legacy"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-ac53u-squashfs.trx"; + sha256 = "294be393dd5ff0c97f392ad0aa8254b2c5570e0cbdbefe914c55a737f6b23248"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac53u" + ]; + titles = [ + { + model = "RT-AC53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n10-squashfs.trx"; + sha256 = "fa8d6111c9e846e877bbabafbc0857343fd385c01179b292c55b9bf1451d54bc"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10" + ]; + titles = [ + { + model = "RT-N10"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n10p-squashfs.trx"; + sha256 = "3b1747d9724a6593e3304baa4eb063a871726ea63854f8c9565f1f1ee30cfc18"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n10p-v2-squashfs.trx"; + sha256 = "55f56d33e60f51014fabb143150a977722138f74b86b12848ebb98053d522343"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v2" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n10u-squashfs.trx"; + sha256 = "2d4492aa1600cccd12061cf6038e6218d5d4545ff0acecf313a2c1ffb19bf73b"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "A"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n10u-b-squashfs.trx"; + sha256 = "2d4492aa1600cccd12061cf6038e6218d5d4545ff0acecf313a2c1ffb19bf73b"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u-b" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "B"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n12-squashfs.trx"; + sha256 = "3ebbffd672c1d539268aaf60b77881323b7d22cec3e9561abf014f53614970cd"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12" + ]; + titles = [ + { + model = "RT-N12"; + variant = "A1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n12-b1-squashfs.trx"; + sha256 = "3848229173e928a693b187ffd00039f386b8c35c14cd139fa32f73675a3b008f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-b1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n12-c1-squashfs.trx"; + sha256 = "680d5f0f000d8370bfdafee150195879c5c86c23cbb2939ceca1ca7c67a96e0b"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-c1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "C1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n12-d1-squashfs.trx"; + sha256 = "32aa5002bf95b6f98b27667a4bba8a4bf1589e2449aafcec23a92dfb0be22d2b"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-d1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "D1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n12hp-squashfs.trx"; + sha256 = "afdce664bb6a2061820283a054ee1eff5e0ddffdad3de6b224cb144b6399befd"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12hp" + ]; + titles = [ + { + model = "RT-N12HP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n14uhp-squashfs.trx"; + sha256 = "066ed8b29bf8d29c102a0abec6a64b861b4b9b73196c99bb242a4b4d480ba5c3"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n14uhp" + ]; + titles = [ + { + model = "RT-N14UHP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n15u-squashfs.trx"; + sha256 = "25cf632fa6cd0f9c64dbd9443e3046790416bcaf9f60550333446fb1c63c57c3"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n15u" + ]; + titles = [ + { + model = "RT-N15U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n16-squashfs.trx"; + sha256 = "c89444143491f3fa2eb016929742bbfb6adcfc1612e5eee85329d5d8452c9d81"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n16" + ]; + titles = [ + { + model = "RT-N16"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n53-squashfs.trx"; + sha256 = "cc874046638305469ddc2ba95cddb2ec61ce291a8fd62a8a365264eb67219169"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n53" + ]; + titles = [ + { + model = "RT-N53"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n66u-squashfs.trx"; + sha256 = "dbdaf56aa139eb9536441712b6b3d33309c33c33a049fd38dc374b5afb916cc0"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66u" + ]; + titles = [ + { + model = "RT-N66U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-asus_rt-n66w-squashfs.trx"; + sha256 = "dbdaf56aa139eb9536441712b6b3d33309c33c33a049fd38dc374b5afb916cc0"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66w" + ]; + titles = [ + { + model = "RT-N66W"; + vendor = "ASUS"; + } + ]; + }; + linksys_e1000 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e1000-squashfs.bin"; + sha256 = "e9bfb4bfb7ec13961b4e602199411d675cd170fc8b17edff526fadee2e760973"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1000" + ]; + titles = [ + { + model = "E1000"; + variant = "v1/v2/v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e1200-v1-squashfs.bin"; + sha256 = "498e34716188c4ad007f3ddcee1bd22ec3e92b28cbf9556cca3edd53f3ea081b"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v1" + ]; + titles = [ + { + model = "E1200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e1200-v2-squashfs.bin"; + sha256 = "ebc2bca54520b95a80aca03be0bd95895e972c89f34384db81bbc69d4d316b10"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v2" + ]; + titles = [ + { + model = "E1200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e1500-v1-squashfs.bin"; + sha256 = "11c1bf37fa7263338dec4741a431eb5028cf047829768c0161615256122dd88b"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1500-v1" + ]; + titles = [ + { + model = "E1500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e1550-v1-squashfs.bin"; + sha256 = "61c365c5ee41dd66284c9ee8bda314d11039060b87a5ebc814589b9ee4a50cbb"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1550-v1" + ]; + titles = [ + { + model = "E1550"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e2000-v1-squashfs.bin"; + sha256 = "0b76f4879e183676bc9f89d6e4e89b2f28abb2018a0a9e0f3783c692302a291f"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2000-v1" + ]; + titles = [ + { + model = "E2000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e2500-v1-squashfs.bin"; + sha256 = "96e386187587a2d2f7275f944889febc4535263cdaab618f513e98df93ac3d99"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v1" + ]; + titles = [ + { + model = "E2500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e2500-v2-squashfs.bin"; + sha256 = "323dca58fbfb6468819858f0bf052168ca78075391cfd79676698eee01e42d58"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2" + ]; + titles = [ + { + model = "E2500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + "linksys_e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e2500-v2.1-squashfs.bin"; + sha256 = "8ad27b03b79aac4512baa9540abca4ccef6a8ba98070d51bd632e3ad7922f693"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2.1" + ]; + titles = [ + { + model = "E2500"; + variant = "v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e2500-v3-squashfs.bin"; + sha256 = "eb95c18327ea0899fd224bc5d5794e64ef0199540ca686d8d08fe2ab7e0bede8"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v3" + ]; + titles = [ + { + model = "E2500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e3200-v1-squashfs.bin"; + sha256 = "3729e52bc54df2e0378113116ccc5ca2afc9d40bb3a68847668540db9a1b3cf8"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3200-v1" + ]; + titles = [ + { + model = "E3200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e4200-v1-squashfs.bin"; + sha256 = "53047d4780acbfacbd5c2e0ab7d7f1adbe9e94a9223c27367c7f354690d1eb14"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e4200-v1" + ]; + titles = [ + { + model = "E4200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-linksys_e900-v1-squashfs.bin"; + sha256 = "0df0d35f596b928808194f22d04c6ea9e023c46d2db9dd13a53b07e1970150a6"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e900-v1" + ]; + titles = [ + { + model = "E900"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-linksys_wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-linksys_wrt310n-v2-squashfs.bin"; + sha256 = "cef22b0ccbf45ea6930218ac939049ee8136f1470bd18033a38022491a8477d6"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v2" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-linksys_wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-linksys_wrt320n-v1-squashfs.bin"; + sha256 = "c5700fa906a923cf02a9e119b07fa6f5d684e2f69b12050025e103561a530750"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt320n-v1" + ]; + titles = [ + { + model = "WRT320N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-netgear_r6200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-netgear_r6200-v1-squashfs.chk"; + sha256 = "aa9f06a8e01619a477684e8c6cfd1483fccac6632aef1e8277382b733396e2c2"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6200-v1" + ]; + titles = [ + { + model = "R6200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wgr614-v10-squashfs.chk"; + sha256 = "9c4f7f02de767b4068b89a0593d7496dd1773e5a161a4c2ca85297f1eff48034"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wgr614-v10-na-squashfs.chk"; + sha256 = "b65b3db4626284d627e44a54f9ee8b7bb5107d06ef0c326e6912aca73830236a"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10-na" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wn2500rp-v1-squashfs.chk"; + sha256 = "9c97fcc29550e68b1416aeab8f844bbf8170c07a5006c5dd639bed9f1737ee7d"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn2500rp-v1" + ]; + titles = [ + { + model = "WN2500RP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wn3000rp-squashfs.chk"; + sha256 = "1dc7811998f9326e602b760156c0b59804a5afbca57ffe34d5f987c09a43b1af"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn3000rp" + ]; + titles = [ + { + model = "WN3000RP"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wndr3400-v1-squashfs.chk"; + sha256 = "79f0101f6b38b1269b41d9d3a6ee54830c37738d41f4dae1fb18490aae15179d"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v1" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wndr3400-v2-squashfs.chk"; + sha256 = "6dba1a2a007eea7287706b2f36bebf1358f86c39b0b8bbdeed7b4a990fedb47b"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v2" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wndr3400-v3-squashfs.chk"; + sha256 = "2287e192822d564bb972355b41bbd19e3307628782393cbf1b36dc3349121e4c"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v3" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wndr3700-v3-squashfs.chk"; + sha256 = "de654556443ab27f655d2caf1cc224874e2e07e6fb7318610c20d9a5d9808d24"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v3" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wndr4000-squashfs.chk"; + sha256 = "751fea2feee98e1d64e9252ddddf31f21ea877cdedd9c5537b11f80681e394c5"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr4000" + ]; + titles = [ + { + model = "WNDR4000"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wnr1000-v3-squashfs.chk"; + sha256 = "cb5906fbd607e25380f2103c6b3ce5ce805ebfd1bb3f5ba7f548351011fc3a45"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr1000-v3" + ]; + titles = [ + { + model = "WNR1000"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2000v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wnr2000v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wnr2000v2-squashfs.chk"; + sha256 = "a5cf5c6ef84a660ceb052b25cac4a767f2026229e7e16b0b53d4715feec1ea78"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr2000v2" + ]; + titles = [ + { + model = "WNR2000"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wnr3500-v2-squashfs.chk"; + sha256 = "8c78266822b89fbdaec3f16f42c02cb4e00fbf40cb7bc31afbdf1cf05e64844e"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500-v2" + ]; + titles = [ + { + model = "WNR3500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wnr3500l-v1-squashfs.chk"; + sha256 = "7043cc72796d6c8bc77714f7eacb286938003b58287e52ad05501ab0e6cb02b1"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (ROW)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wnr3500l-v1-na-squashfs.chk"; + sha256 = "79f0e86310c296c072de79347d2a0d3619c17b877d11b03535b75ef8308f6325"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1-na" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-netgear_wnr3500l-v2-squashfs.chk"; + sha256 = "8e820bbe2139c2d55c1e72f226f674aa1137a1fb1c743cf75f0eb6b95b4e4bec"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v2" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "1f9720e614a5ce68fe7f9a1830f84470ea31dd5d19e966be609342a8afafadb1"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + title = "Image with LZMA loader and LZMA compressed kernel"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "ae15a5fe67b75592669703cdf7890d7ec52f47afa4f2da00cd049433c5574bd1"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-nodictionarylzma" + ]; + titles = [ + { + title = "Image with LZMA compressed kernel matching CFE decompressor"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "bcm47xx/mips74k"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + bcm4908 = { + generic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm4908img" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "fdt-utils" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_gt-ac5300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm4908-generic-asus_gt-ac5300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm4908-generic-asus_gt-ac5300-squashfs.bin"; + sha256 = "d3f918a1cf79c136d29afd92ee109dd438ac1598138efe0ed08132da06fc5e73"; + type = "bin"; + } + ]; + supported_devices = [ + "asus,gt-ac5300" + ]; + titles = [ + { + model = "GT-AC5300"; + vendor = "Asus"; + } + ]; + }; + netgear_r8000p = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm4908-generic-netgear_r8000p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm4908-generic-netgear_r8000p-squashfs.bin"; + sha256 = "5c740fa097e8ded67e11c784ea0a1316990d36e4c53f4195ab1a8c4943fc0d6e"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,r8000p" + ]; + titles = [ + { + model = "R8000P"; + vendor = "Netgear"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "bcm4908/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "osafeloader" + "oseama" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac56u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-asus_rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-asus_rt-ac56u-squashfs.trx"; + sha256 = "7c287093696594976ac853cfa9a172f266a84883e30e6842635311707bfff2b9"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac56u" + ]; + titles = [ + { + model = "RT-AC56U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-asus_rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-asus_rt-ac68u-squashfs.trx"; + sha256 = "f49dae7283b55e104ed8df7137e2664e4a74920388e0ee21734beb6ca1808009"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac68u" + ]; + titles = [ + { + model = "RT-AC68U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-asus_rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-asus_rt-ac87u-squashfs.trx"; + sha256 = "731f137d14614789fd2a360ec674f45d2b5b64ea1b244123917de9b84f15a777"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac87u" + ]; + titles = [ + { + model = "RT-AC87U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-asus_rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-asus_rt-n18u-squashfs.trx"; + sha256 = "fdbd1b955f61b856e5041d5c3d44b5314307ec16665d0049cfff65ce555b0f75"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n18u" + ]; + titles = [ + { + model = "RT-N18U"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-buffalo_wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-buffalo_wxr-1900dhp-squashfs.trx"; + sha256 = "092f3fee4f1fe4057607afec07a4db4b31ade7a41195819a67166d9f77b888fa"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wxr-1900dhp" + ]; + titles = [ + { + model = "WXR-1900DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-1750dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-buffalo_wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-buffalo_wzr-1750dhp-squashfs.trx"; + sha256 = "352d76baa4edbf360c56c182e0df53aa89e1380c76907b20b2a04428581c5b82"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-1750dhp" + ]; + titles = [ + { + model = "WZR-1750DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-buffalo_wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-buffalo_wzr-600dhp2-squashfs.trx"; + sha256 = "0c826e527bd81033d80cc85cb5a90f173cf132b162c8bafcd0bfe7f2a0be317d"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp2" + ]; + titles = [ + { + model = "WZR-600DHP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-900dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-buffalo_wzr-900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP-EU.bin"; + sha256 = "2148f927bbe7fd556954c23cf3b756be28fe0224260576715990fdbb9a380e42"; + type = "factory-DHP-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP2-JP.bin"; + sha256 = "4f55429946a5c437579a78a9258d4a0ab7f1414d04878c48f66cc6fe2f0057ae"; + type = "factory-DHP2-JP"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.trx"; + sha256 = "ac67c58dcc0653c4bd89d8a942e628b31e1552d2f08a916676801f5f17616b1d"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-900dhp" + ]; + titles = [ + { + model = "WZR-900DHP"; + vendor = "Buffalo"; + } + ]; + }; + dlink_dir-885l = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-dlink_dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-dlink_dir-885l-squashfs.bin"; + sha256 = "150a7c55a71f4ecd4c357ff46fcaef049760fc35a434695d9a87c0ca8dab1ee9"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dir-885l" + ]; + titles = [ + { + model = "DIR-885L"; + vendor = "D-Link"; + } + ]; + }; + linksys_ea6300-v1 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-linksys_ea6300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-linksys_ea6300-v1-squashfs.trx"; + sha256 = "7409e83aa4b0f689596365743b8739143dd618458678402dc64ed4911f09527c"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6300-v1" + ]; + titles = [ + { + model = "EA6300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6500-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-linksys_ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-linksys_ea6500-v2-squashfs.trx"; + sha256 = "6b92a7c592839035234114deed8a73b662307ba7d9eb20aeefab5872f95fdbd2"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6500-v2" + ]; + titles = [ + { + model = "EA6500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9200 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-linksys_ea9200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-linksys_ea9200-squashfs.trx"; + sha256 = "710da333aff2ecb7bbf34ddb390c06c007abef6353b0b144bd85760aaf3aa1b3"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9200" + ]; + titles = [ + { + model = "EA9200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9500 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-linksys_ea9500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-linksys_ea9500-squashfs.trx"; + sha256 = "cf9310fc98a6aceaadf53d1cc41b2891bdcd88cccc5650f62a80cc804bce8b77"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9500" + ]; + titles = [ + { + model = "EA9500"; + vendor = "Linksys"; + } + ]; + }; + luxul_abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-luxul_abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-luxul_abr-4500-squashfs.lxl"; + sha256 = "961ad1be2d943f76d23d2a8a60a4d0dd5ba720de6a15c933a76c9608eecaba22"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,abr-4500" + ]; + titles = [ + { + model = "ABR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xap-1610 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-luxul_xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-luxul_xap-1610-squashfs.lxl"; + sha256 = "f504d11c22d510d322c071cca463ff76727ffebc192d55785d7cb76ca21467cb"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xap-1610" + ]; + titles = [ + { + model = "XAP-1610"; + vendor = "Luxul"; + } + ]; + }; + luxul_xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-luxul_xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-luxul_xbr-4500-squashfs.lxl"; + sha256 = "41d5f0542e0ac3ff915dbc921dc20dd63468693c7c3eb8da1cb6f96b7589ca47"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xbr-4500" + ]; + titles = [ + { + model = "XBR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xwr-3150 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-luxul_xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-luxul_xwr-3150-squashfs.lxl"; + sha256 = "eec74ea878572e4265ff087f60937bc96137ef98bdb329a95edbbc76375da7db"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xwr-3150" + ]; + titles = [ + { + model = "XWR-3150"; + vendor = "Luxul"; + } + ]; + }; + meraki_mr32 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-i2c-bcm-iproc" + "kmod-i2c-gpio" + "kmod-eeprom-at24" + "kmod-leds-pwm" + "kmod-hwmon-ina2xx" + "kmod-bluetooth" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-meraki_mr32"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-meraki_mr32-squashfs.sysupgrade.bin"; + sha256 = "03180f32648157aa98b7d5ff3e6929d35c59a2c38cbd4560126009690f36e782"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr32" + ]; + titles = [ + { + model = "MR32"; + vendor = "Meraki"; + } + ]; + }; + netgear_r6250 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-netgear_r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-netgear_r6250-squashfs.chk"; + sha256 = "5f25187d9d70213a5cfbd27aa602e7f6d5e407c19dda2088461eae83782751f7"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6250" + ]; + titles = [ + { + model = "R6250"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6300-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-netgear_r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-netgear_r6300-v2-squashfs.chk"; + sha256 = "3a1ea9f31e41d6fd3151839e9e28a89356f5278a6e6e65936ac85c6e427d8444"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6300-v2" + ]; + titles = [ + { + model = "R6300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-netgear_r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-netgear_r7000-squashfs.chk"; + sha256 = "cf65bdf811042e80f0d481d0017aadbd4d9ee03e954d00a7dc64bf32c0c98309"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7000" + ]; + titles = [ + { + model = "R7000"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7900 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-netgear_r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-netgear_r7900-squashfs.chk"; + sha256 = "881238a636ee1a27e98c000eaa9acada594785cccc9b4310f4b4d3ac838b1603"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7900" + ]; + titles = [ + { + model = "R7900"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r8000 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-netgear_r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-netgear_r8000-squashfs.chk"; + sha256 = "c066e2406fb66d189d7978c8368331aabfea447adac1ec92350ab0b29c6b9f73"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r8000" + ]; + titles = [ + { + model = "R8000"; + vendor = "NETGEAR"; + } + ]; + }; + phicomm_k3 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-phicomm_k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-phicomm_k3-squashfs.trx"; + sha256 = "34bae5a7a49234ba3c4c6390fae7d337f08e5036b25e48bbc109f100a1832a1b"; + type = "trx"; + } + ]; + supported_devices = [ + "phicomm,k3" + ]; + titles = [ + { + model = "K3"; + vendor = "PHICOMM"; + } + ]; + }; + smartrg_sr400ac = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-smartrg_sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-smartrg_sr400ac-squashfs.trx"; + sha256 = "c68485d003b39929cc453d6abd006b39a4fc1e0fd2a3ec731217e3664820b97d"; + type = "trx"; + } + ]; + supported_devices = [ + "smartrg,sr400ac" + ]; + titles = [ + { + model = "SR400ac"; + vendor = "SmartRG"; + } + ]; + }; + tenda_ac9 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm53xx-generic-tenda_ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm53xx-generic-tenda_ac9-squashfs.trx"; + sha256 = "eb6e362fd2deaf4eb1e0aa5d38319bfc357dbc6aae6dd9dfa540183f98e83d22"; + type = "trx"; + } + ]; + supported_devices = [ + "tenda,ac9" + ]; + titles = [ + { + model = "AC9"; + vendor = "Tenda"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "bcm53xx/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + bcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "b950ff82235178847e3a240a1b67041371ca1d62b7f6d0b9cec5e61bbd908b9b"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-adb_a4001n-squashfs-cfe.bin"; + sha256 = "213c72e397a3607f2e1a8acadd29fa2cc2b1946b0d0b1e3bd9323a74bfd8900b"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "fe073b09b2b505763a560020e3cc4723fb17b0589944b2f245c5583dfb44759b"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "4f21486d6556ffac9b3444bdcc255fb02b3aabac4f349e3f575902cdae7aaab1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-adb_av4202n-squashfs-cfe.bin"; + sha256 = "ef3318e75dc8d117f313243a04df875e9dfebf817c1dc0a3c5730b3a161253d1"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "a048a7f6956dd2aaf572767281f83fb9ff11fe937d499ef68c80dc40146cce6e"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "b9d4489551de87183a9351eb7f7d76c432a65e4dfc8badcfcb99542708f0085f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "f5a4c4cb3f4dd3a8f3ff8a20fd67e8d5df71b7648b7a3ecd05961c7b588e9822"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "1a626145dec0393f88209957975eb714b6aa74c43b71067803e61a709611dfce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "d0ffa649835d3958aeafed944c521254f56e06dffb5b9d9f75129a6e1a7a473b"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "5b02deadbdbf4ebd996c75ea6583b6f93967ef30dccfe1f00d51696f508d134c"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "999ad139739098f855a2b2fe6737ff698d1000cd8357a24e6285fcc60d5f29a9"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "5b02deadbdbf4ebd996c75ea6583b6f93967ef30dccfe1f00d51696f508d134c"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "10553c224969d521bc852e2f8b67fd2cddef3afec5befdaa1d3b0d88dc497351"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "a35adeea29e995ddf8a68e5555e68bf3352047cddc8403e0bac7950241066e03"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "10553c224969d521bc852e2f8b67fd2cddef3afec5befdaa1d3b0d88dc497351"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "80da8901c1869b9f44741113fc7a453fe4740a2fb9b1e27e683c69c089c9547b"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "a977336dfbd665a4aa7f1ac99fde40315a32a938cae7d0ad37cabda1fb883c75"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "02618f6a74db7b23a82bce3487a4a3f41d1c32169f0b69ac2f2d1c47ce168db3"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "273f655a8c87e8990e2ca9ad3d60422aeca86913ffb7a84437ced6e4128abc14"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "482e3c0899f146b179fe58ff8cbefb116a28822e0d4efa230d3f03bdf37c20e8"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "19248937e4b31e11804267ba2b071034f4dc32cd20540e4ffd71f38b1c212cd4"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "BT"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "0bf1d52f420036ad2f6ad2a3a4afc482851650146818d0abc9a50aef7b275e3f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "ea4c2eb56bef6d2efc3d5d1df83fb053fb2a5877c51da1f1b2486933ab16a6d2"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "f897d6d1bca2dd17c6280b17d2a4d5bad0735173af0c1a099064f5f99bbf3e05"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "b29b311f6badb3a33edd19d2944f90ffa6e0a9650124f80e374f590d4c26b0e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "a631c767064ac8633a04bd4b844bd9acc06724c0d5d5b307d20f92f65c8968de"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "ed36b8d1c4de1429338b0eb6945809719cf2f8c6ea1c46ae3bcb5f99a22123cd"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "99a4b30215e84daf33556a7e042e74879b4b98d2b289a8c20460ef78e0c68591"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "a63f6468f0d160e8ca27053bf663ed71ce78be1d4b58c8f65b72d84e5973f8f3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "b81950e7cd433995a50b290145b16ae94e2904c64260e89a334e955a0085de4a"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "81ec8dc50f7554feeb4bf8916b3caf0eddd731da7fcb2d43d8b3ac1fa47c47bc"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "193d4047d788cca752c69a2d34cdbd9570b9b9c4271d197227ade3b92416dc6a"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "3db9a2dc506a950fa7fd515088521972ab4e4f9263a448b32912e164ea91d84a"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "b0448106bc345beaf1eb60313217c9a648e7072bbed27f30b4f9d9eecef826f3"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "b34bf11f51ac4fd4d1de8d84fc9aec9ccd0563aa827ef0c55e256beb08e80004"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "27f69999f0b53365c563b929e2d7d3509cf0dc92f2a250e97f0e50037c5b4334"; + type = "cfe-EU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "6b6f6568d40abdf442c2ed1dc668af8235507521155c07f7f1b8cdedbde8fbb8"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "6b6f6568d40abdf442c2ed1dc668af8235507521155c07f7f1b8cdedbde8fbb8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "45a8be4939bfeb21221bd5eafd9d5178c92d9417a055028a40bf7c52cc76d25a"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "bbbb26bee41852304c9a02e92ff819697efdefd471b5efac80763ca3abcde3b4"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "01a90e86440fbb51dc04f9855c67b3463e783ac58d462c74f0376448fd5b9a71"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "43712bb1d5ccbf033d08e024a88890c973b77b99718320ae60a701837e89b2ed"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "c823571a0d1d447e4dd2c5fc028e926523bb989791859105f6ecf952b57ae38b"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "ed43e9fcbe16f51ff50e11ce0130740f15f1b9fa6a5cf8051602c16e68573a8a"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "ffeb1ac27507c12ead2f21c6f09fb958a5f79a4723f569b77f79ced25e9be607"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "ec8f82f2f8c2d790852adb89e56e6f2719bd1cbfa2740e3df43e20ec8a91dffd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "755630013a2902632c30e78b1f0968f8b20ad2ebbc2be7babbc506573ae71f9c"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "25289f2b9f40f50a66ccfe992177b722d3d739e3c0c7f7f3698b9ce9466c0808"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "60d2989d08bff2a08e9ade19acc4fc7a3a0308f65f76ad5aa5ef181c1b91558c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "fc226784b8ecfb3303d719619b00a4ef583f607c08457ebddfb625bfd80a25ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "f9242b6c3e0884f67f93d9c7a7d419b80e6569d541c94ef108c2937f39b579c4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "dcead003bd36f8c204da970aa3f7631e7b80ba49a2c1a489bde8588dd521201f"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-netgear_evg2000-squashfs-factory.chk"; + sha256 = "dda4c7c2e2bfa3636f77db37583e8ac2c04bc8a9f80257ac2d759370553530b0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "1f7c20e01527d8697620aa384337b7738801faf0b51eb845c2d5cffecc21ecc9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "1e18c7c52877eb520faae448de8673b1ae1a69046fd889c738003041d90461fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "967554c6b7a5a2569ab0881e1a9d941d8d634bc8068b75df3b31c74886e1f9e0"; + type = "cfe"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "20c6102c12194909ce00aa14270dd29af8dba25bd03c189173340ebcde5a8e59"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "e45bf9f2b826bc5621b4324530b136c89888ea436117d150af4e7c2d76ac62f9"; + type = "cfe"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "8c7f322804123ca89cd6921d083c94bb1e3cf3a3a84d3e9c2c07b97bde88a3ee"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "01cc37742306b088a60e5ff49bd980d55c474ed91905cfa3e5340028e516fd3c"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "e07380440cc908433c6757321621040b2da5ab4aa0b6bb20eaefce6f10b9f1b6"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "221511d04e510d24543d6203923a94edb7b344b919f255c6c58353ba6ad353fa"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "3a1ac493260f9de9020b04296c85f467c8783deabccb25163f1b032ab81cd84d"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "3b9276bc86283ae8c2ad9698759708fd407154426ed41df74b62dcf753e5eb23"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "fe5aa93f7b7183e1dbbd7aa6174a6ba17d6ecba5c9df537230cb8541fa81c995"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "c37fd81691647a75482bf4718984e70bc487bdb0ca4a2133f031724cf7155f3d"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "ce594dcd60eba5c8db591efe72e111f5b641646ad023b2bf1ef16e9bdf13436c"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "b28085bf167c8f5c764973df0f90e033af2501dd5d22b019647a7525d092d6a3"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "6260a236483b43ad656fee12c85d04a263750ad1c1c2a256bd82acbddaf009d2"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-sky_sr102-squashfs-cfe.bin"; + sha256 = "e7c8302d3c2bad87ab2ca05fa3b33b1a6d960adad578bcd73ea7fa7b5f0c8cdf"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "3190c12b68f682b9fbeb71793299a5f0680366f2a842b0fef9df087b4d75a15a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "734e7bb8eb1ae6c1b6d3653663f1c3ab5f82282b57e1ee579549466dea61b661"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "0377d407a5dcf3eca1f3f614a79a653832f6e34a91bea1ba7e4d2c913617061b"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "98cc1fa402b8b1144242fead530d1f83da96c6347208f6566f68de76a73ecbc8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "b27607ac665a6b670fcc08fa9dcb95e8aced04f162c4902a9ce63f8c7f1665e2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "c101d9c9612cdfa3ed9217d705fe75fc2f16518c9192903e745fcde0036dfe61"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-generic-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-generic-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "89eace5ed0b978051f5b84dff632984aaa89512a47e24ebe194737915381cd2f"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "bcm63xx/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "060ce358da99273596d550458c7e757bb742f32951531a81bec79a49de21972a"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-adb_a4001n-squashfs-cfe.bin"; + sha256 = "8fe306001bf274829bde249efde1b7a0de415b9c0701bfed5c1caa80525b535c"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "f242449ba72b8c21fcc5cc0f46a6ac609ffc40e28036ce554cc8ac529dd77021"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "ee2f8aa8568f3bdd95a2e69df2c1ffa5282c7afb837abfa3cfe02a65f7c5ec73"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-adb_av4202n-squashfs-cfe.bin"; + sha256 = "4296fd3c16c1d7af4a6c0dfaa8a04385c1048ccedce0c4d864074233f68d0dc6"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "2cc38495a0171b57715ce9b69f176be50f1acb39c56b3fd3e5056fef6f009581"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "1d0f895a56baf16a454f8d2b20ea3ac538bcb0f640be57437df4c079a8797e67"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "2d7150aee710710be20926852d6f13e7aba16a7d4b97fc65652275c71f1c24d3"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "8b086fb2052a0a497d73c64dcd62bd1ddedc15661c740d598a27db3313088f0b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "86363d0ffa3841c906ad00814d25db3b27320c1b32097ae6974b27ecdca00a2e"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "9a8a16aa543916dbaaf68bbeb00505e7b89f44bf47125a4a62ff7533de7cb9aa"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "76c292c90882b591f42f1eb9b0c1efa8125ff1dcfbe31d5194e44fcc882b96b9"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "76c292c90882b591f42f1eb9b0c1efa8125ff1dcfbe31d5194e44fcc882b96b9"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "68273d6744f1a97846409d32b87d3933834c4f642d1373092c8f972ef2f24b9e"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "7fb9465f7f3e1ae2caeeee2876b8f7ef8c262505ff0a553246145f8a3fd09590"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "7fb9465f7f3e1ae2caeeee2876b8f7ef8c262505ff0a553246145f8a3fd09590"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "5b71cd629b212e2310594031ca92d77c0a33e28e27fbdd1780fb473824ba3909"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "39bda5e35c9be39eb50d1e25806782a62c63c427f6ec6fdb49c39239989e6e94"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "fda2cbb152c00795de40370a3ba43a87c51986b2a7ac956396b90e7955384749"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "bc47a846198b1faddeb24fe88484e0556ab6044c92f0731c09597521ab1c2f0a"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "ecb25921a64abbbc32ff16d6147093d8aebb93555b6c5a8bb411fd0d1a52353c"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "93145481eac32d0a6233588d0f5d5d8dd2ec1b39bf749366741b5edabc2fed8c"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "BT"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "b4509119ccf2bcc80c6ecdf2696aa0234dd8e7d21c36bbf5605fe3f5ced42b62"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "96febd9404bccd0afed70d364a8003ac1a19e9d46181389b1989402b4d0830d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "e9692e6c40d136705ecf625782a98ac45d738d040fe83a887f3d69c4d9ea7cff"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "e5577793863396836ffc4014239dd4cac0a88f40380f3519d9dad48e2e7b308f"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "580810d075bbda0ca89ba12304d9e3fbfd423693e59435666ceb28a646b65c76"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "e156d4678f61412965e10ad5a1698c818087fd7936dcec766fbcf0df550a6166"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "1bcd116ec35ab3428901f1d58f84982345a567cd633b154d7401f0be350ab77b"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vg-8050 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-comtrend_vg-8050"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-comtrend_vg-8050-squashfs-cfe.bin"; + sha256 = "812493d2aa996ef8f6b774dc22193539e79eb218b3fc8acfc4888f31a39ffdff"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-comtrend_vg-8050-squashfs-sysupgrade.bin"; + sha256 = "8e4ed644452cae380433d3ceffaeae4090cfd763c13e1bbe0a8c74066244326d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vg-8050" + ]; + titles = [ + { + model = "VG-8050"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "55f1dc21d7d7a67171535f4b59eb81884c3382335cbec2445bb4800c63e7971c"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "10279b6d85c093516c80ed9ee8c057bd993f3e95ef5c89186493737d391e730b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "5a5f7aa3534c561908b78fd7615819656f35820ca027ab8aa9c2f41549bf1d97"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "4281d8a1651eb73b65f0b115d157fb7000022d070e91354214720476ed0048d6"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3032u = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-comtrend_vr-3032u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-comtrend_vr-3032u-squashfs-cfe.bin"; + sha256 = "4e455b9ced2d2febd8735adad44eec195fc8275081ff46e3056c44bc5a15aeb7"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-comtrend_vr-3032u-squashfs-sysupgrade.bin"; + sha256 = "58ff546bd3e4f03e2b1e8cff96080fe5dfcad588d2a96bd0aff048581514cf6d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3032u" + ]; + titles = [ + { + model = "VR-3032u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "98a361f759e9da12b61103404f407cbbeb3565c44f45910b8ca9e4f8c1012eb9"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "8874c3c199015d63759fecb713e1f0477468309fb20336a080362af85d175a38"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "ea224cf6c4cf2fc21c708a017cc07fd1a8b97209f2eddeec2ed17242f4b2d44d"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "ee14ef8fe58324d82f7890c1683165b9f7bb3930a83965410568bcd21f96f5d4"; + type = "cfe-EU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "5d234ff35a292442744705e6d043dc33a51b1133e421042247f3448722277272"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "5d234ff35a292442744705e6d043dc33a51b1133e421042247f3448722277272"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "1b1497ccb8aeb105c40a25a6bb8d967a2ef1f6786af4283c566ac19bead3fef5"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "67a27114b2a9c91ccea11254656dcc30b1d76f667d3405b420e41b00d4e8d9fb"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "4653602d6a477e7552a47374583fcbb4b40f4eabe7eebd3ae0fdacae467882b0"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "80301447f7e4d1b1f587e7a4bc355e90f5c03d1cb9172bb64f69ef843e89773d"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "a3eaac1a66f4a7dd6873f36b887e62ceb8acc30e0874e8bd2deeb17f196fcd15"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "3fa9ccca9b92312084753b22d40c66902735b696ab46f958567e7fb534c8da7d"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "3d2f4f5da10c18d713b36c6fbefea728a0066bb267e5d089ed82a514b081e92b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "c6d11134dbd67141a28bf6caa73eb75029da32db0c01c1216a481bac6368a182"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "33510573080b1cd5ec2945d2f74f6de5b68206ef04287d629bea0c170b06aeb2"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + huawei_hg253s-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-huawei_hg253s-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-huawei_hg253s-v2-squashfs-flash.bin"; + sha256 = "77fcbcf5305526033aba92dc4fd08d07e6f2f343d9b16bcb0d0fc7325944f324"; + type = "flash"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-huawei_hg253s-v2-squashfs-sysupgrade.bin"; + sha256 = "67293f7ab369430ed9efb8e6ae4cafc9242579704bf5f9561bda2fc162ad4951"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg253s-v2" + ]; + titles = [ + { + model = "HG253s"; + variant = "v2"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "81b66ceae59cc9358aa7912aa0aee37c938efbf281f5bbc99de3c43740358e0d"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "a57aa104b6190bbe5aba5c2e7d9a13674fce906630fa7ed8ec5126b40e0fb8d1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "548dbe05aaaba020de50eae59996dda58156ad221ccd3924f3b7a16e4ba6dec1"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3700-v2 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-netgear_dgnd3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-sysupgrade.bin"; + sha256 = "7ed6a83175985b9c29343375c349a04aac2abc0342429e9c620d242781e8dc38"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-cfe.bin"; + sha256 = "a6b3a5d37decea7bb72d8e26e5b416bca5c7c38aa170f06d504105e837156c53"; + type = "cfe"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v2" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "2185188e87ea18ab7e291d8ef709b7c0408f0df2421d9894893e007e38e768b2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "1c308ce1f047400b4de3abc358aa0295e8966d1824d8b0b1f1e1e4393113bb81"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-netgear_evg2000-squashfs-factory.chk"; + sha256 = "3fde715e32656711207f33f826890ddac961b4a27a5981c14705d4e7458cfde7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "3356be05495abd2a465e47a7d36d9e8ec1b90138b797429112791bd469177d32"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "4ad29fa6b958c249d98c07245b3b4688f89d33bd1a2595aa77a2af052fbadd4e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "fff01e7a05142b65831971727630243c441b7a2905a9288ae39c6ce9c24d2b77"; + type = "cfe"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "96c0f02af30255b0173f90d89ff39a76ce09d1729e5cdfd30e801c1c4c48d698"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "c0122eb18a5d88660d3fb217202b0f71ceca6e9d837db2eac8f14c1dafce63b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "3cb85381f133465167d656d7ee81e5c77b47a62745d00fc2e30e696effe451dc"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "b99a657193589291c89e50db505346d56b00cb08c00ebf654052a2292f153e21"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "4d426af2c0c387efaf6eaf3692e914fe23a60f410b16786ceb51df244b31815d"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "ee61c8036fe26b4734fe07b0003ff16b2893df18372e9a9accff0a3e2fa630bf"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "2dbbe5d85f313b234e6921f63aae697eafdc86268fe7b03af57b490d8ac51bf2"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "6e7dc87ae2938891880c27293a67de5ca62b7fca058fcfb9449ead19cd4190a3"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "b5c9b00d7364984393689a5fac11d44d6979f552ce639fc3f514a10a29ea0c62"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-sercomm_ad1018"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-sercomm_ad1018-squashfs-factory.img"; + sha256 = "dc900ea07512697804ad0c50117e55db17550a5975591903cbc00433fa155063"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-sercomm_ad1018-squashfs-sysupgrade.bin"; + sha256 = "2008b323f87429991e2bb576535b9301fe4e3e46a000b2f81373652c3ebce6fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,ad1018" + ]; + titles = [ + { + model = "AD1018"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "c80dc5cd6c00d9d79dc22d255bcc09763fe1549e073fd1ccfa0a062d28553a03"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-lowi = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-sercomm_h500-s-lowi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-sysupgrade.bin"; + sha256 = "d848edd2702b77be261ebaa29086aad5a06f79e4090bde67bea89c153336fed6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-factory.img"; + sha256 = "9d490ea74f500d907d4bb809dc8f9b47690c776687bdc5c9ae0e2bcbcf02ce76"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,h500-s-lowi" + ]; + titles = [ + { + model = "H500-s"; + variant = "lowi"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-vfes = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-sercomm_h500-s-vfes"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-factory.img"; + sha256 = "cb7843440511a90f60879af82b1aa1a9409ca2d58005550a84e9622fee35bba6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-sysupgrade.bin"; + sha256 = "035a01e29f031c2bf3750a637f77dbee70a2fe3f817b2dc22ad586c9bf7e0eee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-vfes" + ]; + titles = [ + { + model = "H500-s"; + variant = "vfes"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "dd83a60f0d41188f923aa73ff5d7bb615307066faeed0999b6b14c55ceab3f6d"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "97a04179151a50bedf67e5916f8f44718ed0186bf5ae4857be8ba69ae58b6496"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "28e724e29b5544725cd32b4e268a6288d7e1652a027e03947b75bb19856c8298"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-sky_sr102-squashfs-cfe.bin"; + sha256 = "4d14684d52f90795df2079efd9deb6b3a5fad964701b3458d6428779926bc975"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "e6e5942a1de633b4044a8e3d61b556ecff6825b7bc98a3510957244fc95304eb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "9952a6366da384230bd60b8285934c7aafcbee5322962402dfa87e5d91d1949d"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "83fd90e94c1ff2a69b854a1c36ff081086a0817fe6d1b72a2e14e0d484546791"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "8233a792c5fc2b5de5986f41e725ece1348dde62318c996ac994e17c42ba1306"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "bca61769fd6fe50a531ea41b13e3afacdf15bbdd23d841a530417d8b69f011cc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "7f636967734cf9732c28e4fcfb2ed26ef50de20c4257fe43197b64d4ccbc818e"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-bcm63xx-smp-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-bcm63xx-smp-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "3d2c8e689862c3b9183ed122757dc6f436eb90c32bac8f386159848f43c102d7"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "bcm63xx/smp"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.7-gemini-dlink_dir-685"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "5f3c07084650c73184a0986eb75fa36bf5bd90ea2a495c23d0474609d4091670"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "b970097f005cd2b38770c80608f445a9156688ad2b47135d909d489ae709b243"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + model = "DIR-685 Xtreme N Storage Router"; + vendor = "D-Link"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.7-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "267b6f48f754673cd5c7dec0c3176119699392f9f70a3e85905332de59ee43ec"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + model = "DNS-313 1-Bay Network Storage Enclosure"; + vendor = "D-Link"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-21.02.7-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "9bbf80a05aebd750cbeec06ca4957fd51edc9f00c17888bbe6f3932ab2cc22f8"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + model = "Square One SQ201"; + vendor = "ITian"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.7-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "23f92f4a1bdbf6071870e17881b94f316348f3e508776c422cb966af393c6ee8"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + model = "NAS IB-4220-B"; + vendor = "Raidsonic"; + } + ]; + }; + storlink_sl93512r = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.7-gemini-storlink_sl93512r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-gemini-storlink_sl93512r-squashfs-factory.bin"; + sha256 = "74515847529c3183bc35633b2a0366e5dc3741fead0deb567a1ff0cfb2983e06"; + type = "factory"; + } + ]; + supported_devices = [ + "storlink,sl93512r" + ]; + titles = [ + { + model = "SL93512r"; + vendor = "StorLink"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "gemini/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + imx6 = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-21.02.7-imx6-apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-imx6-apalis-squashfs.sysupgrade.bin"; + sha256 = "7b516707791abd2f6897690ced610631dcf9993137b001fa1e6abd7cb49495d4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-imx6-apalis-squashfs.combined.bin"; + sha256 = "9be852e82bfb1809643eb8613d2f6cc427f2d0295236c52374eddd4ddc763e9e"; + type = "combined"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + model = "Apalis family"; + vendor = "Toradex"; + } + ]; + }; + cubox = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.7-imx6-cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-imx6-cubox-i-squashfs-combined.bin"; + sha256 = "b655c3400f0229e1273a449aebff5236392a8da87b8cfdf476bbc19100475e76"; + type = "combined"; + } + ]; + supported_devices = [ + "cubox-i" + ]; + titles = [ + { + model = "CuBox-i"; + vendor = "SolidRun"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-21.02.7-imx6-ventana-large"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-imx6-ventana-large-squashfs-nand.ubi"; + sha256 = "d2c996a003e93817b042b5f01964bc56eaf6d24ad91e5d7a730445326efc2299"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-imx6-ventana-squashfs-bootfs.tar.gz"; + sha256 = "3e42a31923d223332817c776ed1296346737be2e3c7dafc3ad9320c6e252498d"; + type = "bootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-imx6-ventana-squashfs-nand.ubi"; + sha256 = "872c528947951a236d18c01cf67ffbf49e9fe525fe9416bcc857087ff29435ae"; + type = "nand"; + } + ]; + supported_devices = [ + "ventana-large" + ]; + titles = [ + { + model = "Ventana family"; + variant = "large NAND flash"; + vendor = "Gateworks"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "imx6/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_habanero-dvk" = { + device_packages = [ + "ipq-wifi-8dev_habanero-dvk" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-8dev_habanero-dvk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-8dev_habanero-dvk-initramfs-fit-uImage.itb"; + sha256 = "f4e1ec42e653e74ee558714aca9b3cbe9106ebb7bcf08a5d0ae6221ea80f5ff7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-8dev_habanero-dvk-squashfs-sysupgrade.bin"; + sha256 = "5e3948cf4c5a0e9d16d09a6e3cf7bd2e228df80eb5884ebcfa90240182f05104"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,habanero-dvk" + ]; + titles = [ + { + model = "Habanero DVK"; + vendor = "8devices"; + } + ]; + }; + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "e7f371a22a8bce7614822cb07231094b5d654bd56b238a3a64b24cd8f317dce5"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "1eb9c1a631785e23aa7456547410b19268dc7f655e1faf5a898550554d54e93c"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-8dev_jalapeno-initramfs-fit-uImage.itb"; + sha256 = "1bfce517f652753bb045a60bde1717ab2ed27a2d3943a23929d80f1a423542c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + model = "Jalapeno"; + vendor = "8devices"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-alfa-network_ap120c-ac-initramfs-fit-uImage.itb"; + sha256 = "0febbc3964ce804fc4eb6e942d2e9a83621e13d8f3f3a54c8e4c6125d898d361"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "d4f538523e98b43d77134949316742aeb4b4b0fd5a7fb5bf6d8625e6469dbf71"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "383288d63df360be510a75305b8641105b35aa3ec2e6383a047351449bf7569d"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + model = "AP120C-AC"; + vendor = "ALFA Network"; + } + ]; + }; + aruba_ap-303 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-aruba_ap-303"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-aruba_ap-303-initramfs-fit-uImage.itb"; + sha256 = "ba687ce673b66d28b01b70f8f80a3aea609d292a3e75381325dd7c883ba0346a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-aruba_ap-303-squashfs-sysupgrade.bin"; + sha256 = "00b78c26a4470136f208e34d786167debbaf789f9aa033a0a379d7b6f57d69b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-303" + ]; + titles = [ + { + model = "AP-303"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-303h = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-aruba_ap-303h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-aruba_ap-303h-squashfs-sysupgrade.bin"; + sha256 = "b123f0f47f4eee3a652294c5d37d1988249dacd68f9f1cf026d42afd92893831"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-aruba_ap-303h-initramfs-fit-uImage.itb"; + sha256 = "521ef0d833abc53c12e331f90af1d5be392b1ef0b6ca519d443ce74aef9316f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-303h" + ]; + titles = [ + { + model = "AP-303H"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-365 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + "kmod-hwmon-ad7418" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-aruba_ap-365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-aruba_ap-365-squashfs-sysupgrade.bin"; + sha256 = "651ab5d39011ec5d10f400bc38f21d68027423b39b226ac64f1fe48f8531dc6f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-aruba_ap-365-initramfs-fit-uImage.itb"; + sha256 = "4892208012bc7a8a79f5decf5ebf4c8784c3bfcfd50961e30502728f200cd1a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-365" + ]; + titles = [ + { + model = "AP-365"; + vendor = "Aruba"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "4c80d1eff9591ad24bdffba0bd3030d42547e9349d21e62f5e4db3aaa8a9b618"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-asus_map-ac2200-initramfs-fit-uImage.itb"; + sha256 = "e7077fcd28bb42b595190dadd9061ed01bbd64048c68606494649c01ee2d6db3"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + model = "Lyra (MAP-AC2200)"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "e5e215e55e2a3cf7616882ea2a0be76f6b12b82cf73d73ee7395ff52b2d51f21"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-asus_rt-ac58u-initramfs-fit-uImage.itb"; + sha256 = "bde5899bb00f32c5aca6643e98e3c45a2e8d9482d5a3d12bd2f45161d59949e3"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + model = "RT-AC58U"; + vendor = "ASUS"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "367f044c4af33cc5ae53ec3400d3e616cb0a175892aef9e7780129d19ab45a40"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-avm_fritzbox-4040-initramfs-fit-uImage.itb"; + sha256 = "5805b35de5105a855f8bf91cb0060e2604cc77e8e74286c38f9b49a88e86494e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "20ca6acb97cd0ed3bd6ab29eabf57f33bf71cd3986e33695d7c632a221462634"; + type = "eva"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + model = "FRITZ!Box 4040"; + vendor = "AVM"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-avm_fritzbox-7530-initramfs-fit-uImage.itb"; + sha256 = "8b9aa9fe34288770914527b812ff316723309801d1aacc8a99188f40e2f215af"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "a2925afd5d00f6f29561a700a8e2cccba38fd09fba3d2ff0e9c1b5b51b73456d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + model = "FRITZ!Box 7530"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "ba1fa708e587ea5964830593a944ded6935fd3c235898b8d140078d970227f6b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-avm_fritzrepeater-1200-initramfs-fit-uImage.itb"; + sha256 = "b173dc1fd300a328fcb6e878e71283c93b328d423817c1b929f51868ecaeac22"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + model = "FRITZ!Repeater 1200"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "1d1c431d0f229dbd929b0690eed7c0ec8994eaaa200143d6289f7ee75860a422"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-avm_fritzrepeater-3000-initramfs-fit-uImage.itb"; + sha256 = "5c278f6b29a49fa710da3e8797dc13e1ea198d33e303718de61ad2bec0b985ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + model = "FRITZ!Repeater 3000"; + vendor = "AVM"; + } + ]; + }; + buffalo_wtr-m2133hp = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-buffalo_wtr-m2133hp" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-buffalo_wtr-m2133hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-sysupgrade.bin"; + sha256 = "3ae2a656c966e8dfed8fdde9a8325283edcd79a180e6fbd1575ecf67d642e8a7"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-factory.ubi"; + sha256 = "a546f1e179c54c11083c7708f6519b7f11bd9f0759045c14adb273d5e810c45f"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-buffalo_wtr-m2133hp-initramfs-fit-uImage.itb"; + sha256 = "81f06be3a88449c0a0e0a463a3a8bd416c60993ec08cc8a418f0aa9b9696cf3c"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wtr-m2133hp" + ]; + titles = [ + { + model = "WTR-M2133HP"; + vendor = "Buffalo"; + } + ]; + }; + cellc_rtl30vw = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-cellc_rtl30vw" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-cellc_rtl30vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-sysupgrade.bin"; + sha256 = "a06644fff38d23536336ef6850fbf8b59c0979d01cd0adc9be6bc3845925df30"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-cellc_rtl30vw-initramfs-fit-uImage.itb"; + sha256 = "457c0f128dd83e2e63af5be20b4148100d99c8c5880c24ccb3e2132948e13c86"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-factory.bin"; + sha256 = "6da7798bf218e5946ed0ccdc25cdcb0ddf0e0492b2f5df2146633d40c3244b03"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "cellc,rtl30vw" + ]; + titles = [ + { + model = "RTL30VW"; + vendor = "Cell C"; + } + ]; + }; + cilab_meshpoint-one = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-iio-bmp280-i2c" + "kmod-hwmon-ina2xx" + "kmod-rtc-pcf2127" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-cilab_meshpoint-one"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-cilab_meshpoint-one-initramfs-fit-uImage.itb"; + sha256 = "acf59f43103d144851672190faf4d92704637334f78f1ef5e2147e2a449aea8c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-factory.ubi"; + sha256 = "4d8455b9393c3437bbc02bc9f0a871e4f68a5b44611db0352d754ddc5841ff25"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-sysupgrade.bin"; + sha256 = "0382b784b22a33872ad0457cc908180ea07a661fc9d0a9e53632a524b1d83ca6"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "cilab,meshpoint-one" + ]; + titles = [ + { + model = "MeshPoint.One"; + vendor = "Crisis Innovation Lab"; + } + ]; + }; + compex_wpj419 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-compex_wpj419"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-compex_wpj419-initramfs-fit-uImage.itb"; + sha256 = "bc753bf2d47c5dd865d00513acb54ccf14234b2bcf64a9b195506cc5b04c45a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-compex_wpj419-squashfs-nand-sysupgrade.bin"; + sha256 = "ce15f93814413d551d6f3e856a364ac21ff037711f1e3d25a65a258ef020a7d6"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-compex_wpj419-squashfs-nand-factory.ubi"; + sha256 = "47f703c5dd21fba014d100f9088df6d9cf119bb86a3ca0e1b15c3359676fc1d5"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "compex,wpj419" + ]; + titles = [ + { + model = "WPJ419"; + vendor = "Compex"; + } + ]; + }; + compex_wpj428 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-compex_wpj428"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-compex_wpj428-squashfs-cpximg-6a04.bin"; + sha256 = "fa3c440f7c8eda892ab96b3241003d267d5ede140f9b34b8c66ca2a2de53c3ad"; + type = "cpximg-6a04"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin"; + sha256 = "0df366ec0446d0d37156dcc45f18279e8140a7a3c75ec67a1fc0948f92d7335d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-compex_wpj428-initramfs-fit-uImage.itb"; + sha256 = "3338d5cda3d6b57634f163bb652784d04728a3ed2851bcf4f09634ea94fbe47e"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj428" + ]; + titles = [ + { + model = "WPJ428"; + vendor = "Compex"; + } + ]; + }; + devolo_magic-2-wifi-next = { + device_packages = [ + "ipq-wifi-devolo_magic-2-wifi-next" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-devolo_magic-2-wifi-next"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-devolo_magic-2-wifi-next-squashfs-sysupgrade.bin"; + sha256 = "7b32d3d2b0f0353621a4adec44230c1330706ff55ad946cb0634453f9d7ce48f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-devolo_magic-2-wifi-next-initramfs-fit-uImage.itb"; + sha256 = "7da581f5c26da3fc7eb0a192772d1faa061163e37b3e5d58bf75eb52be5a313b"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi-next" + ]; + titles = [ + { + model = "Magic 2 WiFi next"; + vendor = "devolo"; + } + ]; + }; + dlink_dap-2610 = { + device_packages = [ + "ipq-wifi-dlink_dap2610" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-dlink_dap-2610"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-dlink_dap-2610-initramfs-fit-uImage.itb"; + sha256 = "47f6056e242275bff686e722d38be320a6ad7e453af971b05f9461a01a041377"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-dlink_dap-2610-squashfs-factory.bin"; + sha256 = "786b1fb8742267ac6e50984d32b3bd69f800a670717f579f439d3b1bf54057f1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-dlink_dap-2610-squashfs-sysupgrade.bin"; + sha256 = "e78c4b557535fb9a573e73335be6b3523d4334fc7f50bb5c910d33aa8b6fe916"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2610" + ]; + titles = [ + { + model = "DAP-2610"; + vendor = "D-Link"; + } + ]; + }; + edgecore_ecw5211 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-edgecore_ecw5211"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-edgecore_ecw5211-initramfs-fit-uImage.itb"; + sha256 = "b82e66dc19f683ea9f32e5053bccb32c5eb5e6b6409391b5b1d1dd85efe20575"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-factory.ubi"; + sha256 = "8297da7dbf5101008a551a35c912d4bd6a0d2f614f5d6abe198d6c4135041924"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-sysupgrade.bin"; + sha256 = "6b8144bc6b75de3d4408a1b96a75aa22824d5083dcaf7b2dcd6b73f050d779c9"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "edgecore,ecw5211" + ]; + titles = [ + { + model = "ECW5211"; + vendor = "Edgecore"; + } + ]; + }; + edgecore_oap100 = { + device_packages = [ + "ipq-wifi-edgecore_oap100" + "kmod-usb-acm" + "kmod-usb-net" + "kmod-usb-net-cdc-qmi" + "uqmi" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-edgecore_oap100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-edgecore_oap100-initramfs-fit-uImage.itb"; + sha256 = "6cae3c24f78a417c0c9df338a84ee141f3c9013b14e03116a6ebae5f34dd78de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-edgecore_oap100-squashfs-nand-sysupgrade.bin"; + sha256 = "27320f24619465e00dbab0a13cf41da71262eb38d836055a44599fd45a666072"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "edgecore,oap100" + ]; + titles = [ + { + model = "OAP100"; + vendor = "Edgecore"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "083c8a3e3b3f789dc4a6a1ce359fa2c059edbf793748240c66ac92a0c74792fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-engenius_eap1300-initramfs-fit-uImage.itb"; + sha256 = "519c38d8206f537f68bd9810dafb6e80c5f99222c52a4f0fe7c010ffba0f8f66"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + model = "EAP1300"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-engenius_eap2200" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-engenius_eap2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-engenius_eap2200-initramfs-fit-uImage.itb"; + sha256 = "c20c94c2192a67553bac5458a842d0a5016416c6a1c12d46e77f53585a6a9479"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-engenius_eap2200-squashfs-nand-factory.ubi"; + sha256 = "e905d06d3b898b93cabd899089c4d236f5fe8841fea8fae66851c886edadd405"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-engenius_eap2200-squashfs-nand-sysupgrade.bin"; + sha256 = "a5ed9af519a60a3f9ef6baada401a7c953b5f9879983e1520c08b03bc5f4e710"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap2200" + ]; + titles = [ + { + model = "EAP2200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emd1 = { + device_packages = [ + "ipq-wifi-engenius_emd1" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-engenius_emd1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-engenius_emd1-squashfs-sysupgrade.bin"; + sha256 = "97cbecd58f6c38e3422ba772c4b8a6739b8bfbbf024e2bc2510a9934fd43c061"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-engenius_emd1-initramfs-fit-uImage.itb"; + sha256 = "2a909ddc83d1df81db637b3dfa2874ce25fe47b8c973b6f3530161ed2d8d96ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-engenius_emd1-squashfs-factory.bin"; + sha256 = "f59d67052d3a596ecda2a1f9a1c60a6ff593b76de94e57a7fc1b04f38d6a4ba8"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,emd1" + ]; + titles = [ + { + model = "EMD1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emr3500 = { + device_packages = [ + "ipq-wifi-engenius_emr3500" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-engenius_emr3500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-engenius_emr3500-initramfs-fit-uImage.itb"; + sha256 = "a6ce22b70ad25b277b7aa9b8e60a4a8c08fe628c976da0a5ea43d9c43321f1b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-engenius_emr3500-squashfs-factory.bin"; + sha256 = "181c45e1aaaf06a038159cd49877ba12fc294276ac19dd96e7855a9b04505e8d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-engenius_emr3500-squashfs-sysupgrade.bin"; + sha256 = "5879cbae39a04e7b1ce5d54d35ea8a30bc88d270702dd4577abe66f80b93e32c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,emr3500" + ]; + titles = [ + { + model = "EMR3500"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "e380023aba31847c7120747aa4f7fa40db00d26f08dd9267f99e6dd7e0f8ee17"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "e6bb55e616caa102806f978c88c2cf11749eb58134e650519b5fa6748cacaf06"; + type = "factory_30"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "fbb20b314994072bd5da981db676c7f7135d31077dbc3ed88b5c6bf767093890"; + type = "factory_35"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-engenius_ens620ext-initramfs-fit-uImage.itb"; + sha256 = "71f70362a530f6f267266af28805062f80db5d8435eb11c8064485dbda6d21e1"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + model = "ENS620EXT"; + vendor = "EnGenius"; + } + ]; + }; + ezviz_cs-w3-wd1200g-eup = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "ipq-wifi-ezviz_cs-w3-wd1200g-eup" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-squashfs-sysupgrade.bin"; + sha256 = "14570db9a60af2dbf569755511397b710ab8fd6fdf88e64f9752b8c8cb0fada4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-initramfs-fit-uImage.itb"; + sha256 = "4eed316188e33be54fcf14e7bdc73a959a59406df6a53fa7088e25933aca5241"; + type = "kernel"; + } + ]; + supported_devices = [ + "ezviz,cs-w3-wd1200g-eup" + ]; + titles = [ + { + model = "CS-W3-WD1200G"; + variant = "EUP"; + vendor = "EZVIZ"; + } + ]; + }; + glinet_gl-ap1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-ap1300" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-glinet_gl-ap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-sysupgrade.bin"; + sha256 = "c78dd99a714f996b28581254adc0bf0016709758601904d2cb7fbf1f6c301d6d"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-glinet_gl-ap1300-initramfs-fit-uImage.itb"; + sha256 = "6c177abf1d77a8f57cc7d1ff827a587b085cf3224ace16d859149d08319fbcdd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-factory.ubi"; + sha256 = "b20cb76f92b77c510c1c636c8ed8c04f4c8e5fc23c0a34f5f182c5b27472268a"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "glinet,gl-ap1300" + ]; + titles = [ + { + model = "GL-AP1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-uImage.itb"; + sha256 = "989ae222d935b3092923bee8e81ce97323ee3f03d6a548e8aef915a9a3ecf55a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "a5dc831ccfe6ff7485cb06cba5d803180a703c4ac453e303e0e648ea8abe8d70"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + model = "GL-B1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-s1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-s1300" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-glinet_gl-s1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-glinet_gl-s1300-squashfs-sysupgrade.bin"; + sha256 = "65211efb3b2bb681e2192bd528587785d70d4cbadac772b9c1e983d8a38be025"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-glinet_gl-s1300-initramfs-fit-uImage.itb"; + sha256 = "23643242445272408e07c72e493b87e31d18ae9a22249433605bd72c11792784"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-s1300" + ]; + titles = [ + { + model = "GL-S1300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "366fb2e888feabebe6d225879e95151309735192a0d10f94a85646910b14c65a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "6a375acbed9e106c4e5601c8d285b94e6d915f8e5429beb7993f54c36317a41a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-linksys_ea6350v3-initramfs-fit-zImage.itb"; + sha256 = "c446508813ba906ccc7ed3a6441d3230f7cda563783a42ffd846a36a7745b71b"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + model = "EA6350"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "7ddb3d6217b99a2680225e5d5a84265ee2fcbcb6670d6a7017921256c97d85de"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-linksys_ea8300-initramfs-fit-zImage.itb"; + sha256 = "30c33e63ae987a5a77d6320dc8f4c2328590d58ac2f0b724df824a2d4c2dabb0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "05c1d2d9f38473537b50421766af4c5aa23f71e0fc7804f0e63bde680733d312"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + model = "EA8300"; + vendor = "Linksys"; + } + ]; + }; + linksys_mr8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_mr8300-v0" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-linksys_mr8300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-linksys_mr8300-initramfs-fit-zImage.itb"; + sha256 = "da1f7afff6e6bdc260001707eca0583f6b716e2cfa0e825246e8faee2ac973d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-linksys_mr8300-squashfs-sysupgrade.bin"; + sha256 = "ea1dc8729a0309168b22224bfc2f72c72e1888b94a43e6157f71b639531a4135"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-linksys_mr8300-squashfs-factory.bin"; + sha256 = "787b075434e0d4c6896f9eeb6d63bb852aa2411a2d768d5c3524ba487b95b6a4"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,mr8300" + ]; + titles = [ + { + model = "MR8300"; + vendor = "Linksys"; + } + ]; + }; + luma_wrtq-329acn = { + device_packages = [ + "ipq-wifi-luma_wrtq-329acn" + "kmod-ath3k" + "kmod-eeprom-at24" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-luma_wrtq-329acn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-luma_wrtq-329acn-squashfs-sysupgrade.bin"; + sha256 = "dfb1b15a9ff0d853cb4549fa4e74a236c5eb1eb6921f8715e7602d43f7d4fd3e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-luma_wrtq-329acn-initramfs-fit-uImage.itb"; + sha256 = "f9d28265d9cdbaa56e626bc249ee668aa0b6444be6ab8cb8f39736a367a9a8aa"; + type = "kernel"; + } + ]; + supported_devices = [ + "luma,wrtq-329acn" + ]; + titles = [ + { + model = "WRTQ-329ACN"; + vendor = "Luma Home"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb"; + sha256 = "036fdaf3d36b8be6825241fb0f3e7645d9b35a980f9b9ef4232e7cd69928de14"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "e8700f44513eddbfc0b2a554a7fa0ac9eae50292c576a937cb94b400cc61b049"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + model = "MR33"; + vendor = "Cisco Meraki"; + } + ]; + }; + mobipromo_cm520-79f = { + device_packages = [ + "ipq-wifi-mobipromo_cm520-79f" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-mobipromo_cm520-79f"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-mobipromo_cm520-79f-initramfs-fit-zImage.itb"; + sha256 = "f172c5fdc0374cc4bf6a0596ddbd6fb33b048a180c1cd1a343256d0b4bfc040c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-sysupgrade.bin"; + sha256 = "81b95e6feb7dbef7b350f7a73768d69cca63e753196b419b956afd92210ecbb1"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-factory.ubi"; + sha256 = "85d192d2631fba04ab7f1ef789c3a21a242f64604b59a73bcdb1445bbe23f8d1"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "mobipromo,cm520-79f" + ]; + titles = [ + { + model = "CM520-79F"; + vendor = "MobiPromo"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "730f5111dfd651360a76480304066fa5f5c2ef1d82af2a2be0a50b657850c6bd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "6cbd37b846c46061e4cf0f6c42ca33fd477ebd3df2f3b70428d8467d4a7e29f1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-netgear_ex6100v2-initramfs-fit-zImage.itb"; + sha256 = "c48434e4f44009e2574a98a1fbfa8dfb29fb570a0b92ac7b440a3beadfa16b80"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + model = "EX6100"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "2f2d5777d270f0660de66f90e1708534b4a24a6e9ba2e2f80f0c5f1fd8c5bc3c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-netgear_ex6150v2-initramfs-fit-zImage.itb"; + sha256 = "07f52c2c0f0743e4c2278cd76dc34eaf3295c9da99f6d3a7adc2a35d769dd21a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "f216c5d75d402b949036f1ae1bf9b3003a669574fe5267c5ea65570a03d8a0f6"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + model = "EX6150"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "204fa9b286bd4265e8daf1be550b53e31b685998f09adbc0fa1bb9b19b9d920e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "d707a8ba887029c82fef1cc8fd31ce6ccddce37542daaf2686bd3dfe20535351"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-openmesh_a42-initramfs-fit-uImage.itb"; + sha256 = "89641efcd8088fbdec7aeaf032349ec1f7825dae2a07285651792e5ae9ec8488"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + model = "A42"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "c72db6a81a0bb6a3d31164e36dfe145800c274fc10dec6b325b99d53513eef7d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-openmesh_a62-initramfs-fit-uImage.itb"; + sha256 = "c49831e8fb178247aed95d0dd12c7f92a02e838972f512287535903e2c9da2be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "d52687398baaf0eeea075c3ad7fabc29e851ff1867cfb32a766ba01473a764f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + model = "A62"; + vendor = "OpenMesh"; + } + ]; + }; + plasmacloud_pa1200 = { + device_packages = [ + "ipq-wifi-plasmacloud_pa1200" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-plasmacloud_pa1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-plasmacloud_pa1200-squashfs-factory.bin"; + sha256 = "76c49937f95b38b149e634ecb6a7ddae7d5f34efa4a0f098d4677f797ad4f05d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-plasmacloud_pa1200-squashfs-sysupgrade.bin"; + sha256 = "f2ad3ff3c84b24513d6b1e0cef0d0aa157c62706805c8f5df90c54dec2070619"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-plasmacloud_pa1200-initramfs-fit-uImage.itb"; + sha256 = "90e46bf64dd4c8b5c9aa243cfbe02f889e9c7a101d12db2fd8210eabdd6afd82"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa1200" + ]; + titles = [ + { + model = "PA1200"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-plasmacloud_pa2200" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-plasmacloud_pa2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-plasmacloud_pa2200-squashfs-sysupgrade.bin"; + sha256 = "737187f1ce8939672f4b2ebc3d2b811ce97dfcd696b096f64c46b3054fa84486"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-plasmacloud_pa2200-squashfs-factory.bin"; + sha256 = "5870b3f4a53b5291fcf2b2b741f880e4476d90a5175ec955e20d77b9ba836843"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-plasmacloud_pa2200-initramfs-fit-uImage.itb"; + sha256 = "faae76136d23faddeeea74821704091a03b9430b2b76b526dac7c264a22f6a2a"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa2200" + ]; + titles = [ + { + model = "PA2200"; + vendor = "Plasma Cloud"; + } + ]; + }; + "qcom_ap-dk01.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-qcom_ap-dk01.1-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-qcom_ap-dk01.1-c1-initramfs-fit-uImage.itb"; + sha256 = "997550b9aba4a1648ccee53533e7ecc2a971d57e8d02480fa53c4ee45a8f3a30"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-qcom_ap-dk01.1-c1-squashfs-sysupgrade.bin"; + sha256 = "00cab45ec45dae49623033c07ddaf5470d26cea9332d8d11b2e4d11635ea35ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk01.1-c1" + ]; + titles = [ + { + model = "AP-DK01.1"; + variant = "C1"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + "qcom_ap-dk04.1-c1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-qcom_ap-dk04.1-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-qcom_ap-dk04.1-c1-initramfs-fit-uImage.itb"; + sha256 = "ef3be997302d57db70d7f11553f5510e60e58ff73a3794367cd038e6d3803f60"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-factory.ubi"; + sha256 = "9d1527e32275c28cb2806e2e0dc6ceaedbe30cdf0d136f51eec91a980510aa65"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-sysupgrade.bin"; + sha256 = "fac634b2050e996e748887054bf340aef411290b9a3c6b4cff76b8ee03f14aee"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ap-dk04.1-c1" + ]; + titles = [ + { + model = "AP-DK04.1"; + variant = "C1"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qxwlan_e2600ac-c1 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-qxwlan_e2600ac-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"; + sha256 = "51f6d3f610ccc9fcf9d933994c46a61f906a67474dd9317347ad536674870403"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-qxwlan_e2600ac-c1-initramfs-fit-uImage.itb"; + sha256 = "465ccfcfe6b093dfbd8501c1c9ceebe298e9af2e18a366f1f37ee8017848ca60"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c1" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C1"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "50f61f799997000dcb0062d5f0ed6e80f7045834d9fedabb753ac65cf62bb235"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-qxwlan_e2600ac-c2-initramfs-fit-uImage.itb"; + sha256 = "6395b8059d0bd4ea8a21ebb4c6dcdf6fde05a686b387c3619780625eee8fcbe5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "d1342dd93ce36ebab0c6acd85546d332e33d92c888d1f6d2aeaa6bcf8cb5095d"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C2"; + vendor = "Qxwlan"; + } + ]; + }; + unielec_u4019-32m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-unielec_u4019-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-unielec_u4019-32m-initramfs-fit-uImage.itb"; + sha256 = "54f81ce902d9f5d45986dc522a9134128f4ce0041dcb77d0be2ffcf91ab9a425"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-unielec_u4019-32m-squashfs-sysupgrade.bin"; + sha256 = "93ee617d7faaf2777cbb717a6b859c3c8a53da342240c784aa9b5cb3c6175fb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u4019-32m" + ]; + titles = [ + { + model = "U4019"; + variant = "32M"; + vendor = "Unielec"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "8668eae5563dff65b1055cec9fa0abeee9b8ee1a7b72d2f4f1a6eb8e3d7456a0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "34213853298919690c6c1c9954151b8f4c9420e14ef8efa8c4de7e5754435ed7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-zyxel_nbg6617-initramfs-fit-uImage.itb"; + sha256 = "12eda7d5bb6a42663d706a8c155516792d342151a29c5eb1ca16dd4ee0f159eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + model = "NBG6617"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "704e9212eb3e9b246a8bac26efb31031bbbc9931e08800fc199b3f177721f503"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-generic-zyxel_wre6606-initramfs-fit-uImage.itb"; + sha256 = "74ca6e2ac75e693fe3689c8852dd5084daac34060dbf74f2cd7914f4f4c2e4bd"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + model = "WRE6606"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "ipq40xx/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + mikrotik = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_hap-ac2 = { + device_packages = [ + "ipq-wifi-mikrotik_hap-ac2" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-mikrotik-mikrotik_hap-ac2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-mikrotik-mikrotik_hap-ac2-initramfs-kernel.bin"; + sha256 = "79e1b3698908ab67744cc599ff6c608003e7f194cf2af08645e2d73ca37c8a18"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-mikrotik-mikrotik_hap-ac2-squashfs-sysupgrade.bin"; + sha256 = "b33e5c44f308900494f4ebe30d64b63958181225010726a895e678beb33853df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac2" + ]; + titles = [ + { + model = "hAP ac2"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_sxtsq-5-ac = { + device_packages = [ + "ipq-wifi-mikrotik_sxtsq-5-ac" + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-squashfs-sysupgrade.bin"; + sha256 = "ed6523551e61f07bf271268aefabc21e9966c2311d18a030b2b4848859638f59"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-initramfs-kernel.bin"; + sha256 = "36c4fd25f62613151bc3c98b8b8e92bd83317f0fc1df4bde32a137757db44df6"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,sxtsq-5-ac" + ]; + titles = [ + { + model = "SXTsq 5 ac (RBSXTsqG-5acD)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "ipq40xx/mikrotik"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-phy-qcom-ipq806x-usb" + "kmod-usb-dwc3-qcom" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asrock_g10 = { + device_packages = [ + "kmod-i2c-gpio" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-asrock_g10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-asrock_g10-squashfs-nand-sysupgrade.bin"; + sha256 = "04a6193fa01403e3a8abe339817880ffe673ac779e3ee92bd81147ad2f3190d8"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-asrock_g10-squashfs-nand-factory.bin"; + sha256 = "84fe39ef32159de8a975b2ea98c659b37bdd2f45b173d015f54c0984103ebcfc"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-asrock_g10-initramfs-fit-uImage.itb"; + sha256 = "e3760f61c3e04d081d21425f6f6557c15774f94f167797e71dffb3707c5568c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "asrock,g10" + ]; + titles = [ + { + model = "G10"; + vendor = "ASRock"; + } + ]; + }; + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "3777d4f23c0a5004616704cc3751e26ab29a21bf5ed110ee04ff5fec0702b92b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-buffalo_wxr-2533dhp-initramfs-uImage"; + sha256 = "df0bc62d8fbc643b8122708fb85a886139cc836a0b8b59f357c04ca939e22869"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + model = "WXR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "bffe0b5c6b2cba30ae0aa338f39c3362d79f60817713386d48ad8ff6cf0dc3be"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-compex_wpq864-initramfs-fit-uImage.itb"; + sha256 = "1cb5b6ee0a6b48c98e1aed1cd384d0e364bc5d3711570ef209fa17f2229a9338"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "42554afec5263b52a210955e68337471a192b517f6731caee666ba0491e318cd"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + model = "WPQ864"; + vendor = "Compex"; + } + ]; + }; + edgecore_ecw5410 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-edgecore_ecw5410" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-edgecore_ecw5410"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-edgecore_ecw5410-squashfs-nand-sysupgrade.bin"; + sha256 = "c1efa64128c41b57bbae8fb1aeefa7ee01d9564777c84b88b07772002ca4b683"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-edgecore_ecw5410-squashfs-nand-factory.bin"; + sha256 = "54cc4a1519af078ad431cb78593b3f00346b92280e07e8ee510dfdb4ddba43d3"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-edgecore_ecw5410-initramfs-fit-uImage.itb"; + sha256 = "777e6e064c9a8c66550e3db530c373e056741cdd514e49d733fc622904387899"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,ecw5410" + ]; + titles = [ + { + model = "ECW5410"; + vendor = "Edgecore"; + } + ]; + }; + linksys_ea7500-v1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-linksys_ea7500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-linksys_ea7500-v1-initramfs-uImage"; + sha256 = "b78ea216659bcbdb34a9742982ea1f0fead6ce7d286fd9b9051f108b1eaa999b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-linksys_ea7500-v1-squashfs-factory.bin"; + sha256 = "1cce60634fa67a8240c5b798c3de0e551baae4cb279be0b2c48d8033b59f70b7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-linksys_ea7500-v1-squashfs-sysupgrade.bin"; + sha256 = "9b754a50bd8311385be9ed9fc5c662bf78fda2292a8494b78fcae8d1175cafe6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea7500-v1" + ]; + titles = [ + { + model = "EA7500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "ab24c196073572f62fb053d435dc61334e50cd9ebad7172207cc168f5fc85ba2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "11ad06389a4c8a0a2eeaec03b8ee84f29eee2a0e0a4ff03a033f0084bbaa2502"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-linksys_ea8500-initramfs-uImage"; + sha256 = "97b201c9cb4a092c29e6911a47d12ad0cd7f2b9ec31422acac9e0805f69c28cd"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + model = "EA8500"; + vendor = "Linksys"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-nec_wg2600hp-initramfs-uImage"; + sha256 = "0ec2372eae44b1cc768375720e53fec0c2350c609f63019b3efde09ae918c284"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "2ec9e084d67624a6a98b21be2ff02c150d9149797ee7343bb97092afe8b41ee7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + model = "Aterm WG2600HP"; + vendor = "NEC"; + } + ]; + }; + nec_wg2600hp3 = { + device_packages = [ + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-usb-phy-qcom-dwc3" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "ath10k-firmware-qca9984-ct" + "ipq-wifi-nec_wg2600hp3" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-nec_wg2600hp3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-nec_wg2600hp3-initramfs-uImage"; + sha256 = "8599783f209be3c1877fa57c165faf3f38ffd663321bcb15dd006eafce2b3395"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-nec_wg2600hp3-squashfs-sysupgrade.bin"; + sha256 = "355fb84bdb7052a9334271e41b711e17cf91bf64f264fb014bffdd2a6443a8ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp3" + ]; + titles = [ + { + model = "Aterm WG2600HP3"; + vendor = "NEC Platforms"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-netgear_d7800-initramfs-uImage"; + sha256 = "04cf312adc0aa0738ff0cce3558d2be088774dfd73ee2e1ffe700dae70025964"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "a0ab604c4e1ff8b233750d13f752cd7e145b3f7502a4a8f5ec7aebb8a9676e53"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "dacd2553f3c09e3ebacc7acfb1e2d9979255f4d698407d2428087c53d9847645"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + model = "Nighthawk X4 D7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-netgear_r7500-initramfs-uImage"; + sha256 = "b043237db17a535bfc729fee04366bc43acbf731b166d7cb3561ff8af5066093"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "ec0dbc8eba3e4d15eb41c5aac9e190a426730eb886ac0e6c8a6c244903c8ba9b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "daf234bbd01b1316967657faec454d8c61a3cff8e942f8d3be311aaf80da84e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-netgear_r7500v2-initramfs-uImage"; + sha256 = "febf4be50352cae8b4d5202ace0ff250caf75440b5f6f78290497acf532d2abf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "986faf987a7b3c1f4de2a25fe2a7c6f8399b7ff59b5bc313b6abf537648d1bd8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "f60badaa02c7e96cf23946fe39f32e1eb5a12be3415ab8e6d6582da9bc4b581f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "7e67f8af196a422fb5b9ff68903df524f226e4f6df06fe070e0b60edabce08fb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-netgear_r7800-initramfs-uImage"; + sha256 = "71907223682f83a18f82337d3259ab0fe08b533208d526d18f6fbe888d672d12"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "5d595334cd5fb6c165dfd0f17f8afbaafcaf3c9a2c28eff2f77fbe191656b5a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + model = "Nighthawk X4S R7800"; + vendor = "NETGEAR"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "34bf438037631ee7199f744c7cf0d562987310ebcfc7d973dff630cf183ee656"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-qcom_ipq8064-ap148-initramfs-fit-uImage.itb"; + sha256 = "42121eb06faf050b86cbbca6d1447b3f13e180e4388b98a0ba82ab2a0d09f8d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "c74bc52d65ab6b426222f659277eaf7df5d5e14951da00fc0308c4c993241c35"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "standard"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "3785caa9bed6a5a321936909bb3c761e49c123caf15517fee6745cf88646135f"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "191d7ed7dbab23c2140e57577366c606819da161b8b4377e3b7629a839e6d03d"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-qcom_ipq8064-ap148-legacy-initramfs-uImage"; + sha256 = "a3df97caf98dd8fc16ac867e4899235ae5e8189605c6fa264a6d78f9555c0ac5"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "legacy"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "c0591b93814b04c90fe38f651403d94b21fe13a4caade51753faab7d0aeb786c"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-qcom_ipq8064-ap161-initramfs-fit-uImage.itb"; + sha256 = "b44ae1b07bf46480b9a4ccacf92cc343bfe488c8ea5d524f53aba5d22f42460d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "ff71def0611c95c3c8bca6bfc8eb81096b1e207ec4d8c5e4a4abe543b71e8a1b"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + model = "AP161"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-db149 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-qcom_ipq8064-db149"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-qcom_ipq8064-db149-squashfs-sysupgrade.bin"; + sha256 = "20b76e4f31031a1ee104466dc7e724c03864f073251586fd5ded7a6c4d9031c1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-qcom_ipq8064-db149-initramfs-fit-uImage.itb"; + sha256 = "e2fe0a44baac8aa1f372941fe23a1006efa5b38fd8e920cfab363ffb00df060d"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-db149" + ]; + titles = [ + { + model = "DB149"; + vendor = "Qualcomm"; + } + ]; + }; + tplink_ad7200 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-tplink_ad7200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-tplink_ad7200-initramfs-uImage"; + sha256 = "6b127338528a0df2d32b0a0a3a0524acde1b71041b57b139842c5a52eea7dcf7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-tplink_ad7200-squashfs-factory.bin"; + sha256 = "f83a80d850187148ae82e55aa8b01228bcc39674dbd6fc9bd545ab434fed998e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-tplink_ad7200-squashfs-sysupgrade.bin"; + sha256 = "7ea7757099b9cce3d0bf4dce8a82e448c8c2caa228f45fd4f2dffa816a59c1c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,ad7200" + ]; + titles = [ + { + model = "AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + { + model = "Talon AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "482b2f069fe4d0ecb42a8b981315d690ebb1b52d4261339e94f4cf199f5ff0ac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-tplink_c2600-initramfs-uImage"; + sha256 = "23682f4282bb474b72496464c413f508e03b64481214073ec11ad8ebfa1c0436"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "40b16eef99960dd6c5bdf059bf4b74b2765c9496c773cdbab685ce4e6c844e2d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + model = "Archer C2600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-tplink_vr2600v-initramfs-uImage"; + sha256 = "42481e7f18a84ab8a32e927faf478351cf9e9c0f5ed4d20da86c90e1f19ec329"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "f33c4e31f52f36f9d1f3b80ac3815f1afba2e854368528cf855a9d17c61ea36a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + model = "Archer VR2600v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_unifi-ac-hd = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-ubnt_unifi-ac-hd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-ubnt_unifi-ac-hd-initramfs-fit-uImage.itb"; + sha256 = "8c35d436e7a281e520acb18058f726cbe6cdaf84b754d0f62812955fb1217306"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-ubnt_unifi-ac-hd-squashfs-sysupgrade.bin"; + sha256 = "fb0775f670f85aa184d93776c8492b1e917de6abb2f5cf4f70bcee41b29c63ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ac-hd" + ]; + titles = [ + { + model = "UniFi AC HD"; + vendor = "Ubiquiti"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-21.02.7-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "c586533053b3256a946a80c4d118f0d7597914225b0c379a302e49ef7ed0c2d3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ipq806x-generic-zyxel_nbg6817-initramfs-uImage"; + sha256 = "095d28156bc667fa3e152ea2c2603572f4b366b12df7d365d0cae012f6417bcb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "696c0f4958d77ecad354c299c34e1149665ee3fc9a844fc8962235ea03e10212"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + model = "NBG6817"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "ipq806x/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + checkpoint_l-50 = { + device_packages = [ + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-mvsdio" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-kirkwood-checkpoint_l-50"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-checkpoint_l-50-initramfs-uImage"; + sha256 = "66221ff5c818cc06a7efb54de06ec691e72c031d47c9c48ab65f161aabbc7994"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-checkpoint_l-50-squashfs-sysupgrade.bin"; + sha256 = "fef5df3db3a5b42dce9e793b7ddf44bb0bc3c051cd176474d5abc7a991998c6f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "checkpoint,l-50" + ]; + titles = [ + { + model = "L-50"; + vendor = "Check Point"; + } + ]; + }; + cisco_on100 = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-21.02.7-kirkwood-cisco_on100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "f80f9fb50366513b3bd14b6454a0d7ff1deade492e71db91c0ae8ae58f6dc149"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "f259eac7816d40771c6a54f6c1d8f217196390697126da9dca09b0753b9c8847"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-cisco_on100-initramfs-uImage"; + sha256 = "2634ca7ce0f65ecfc2c426d186d61a62e55a57f229d6eb18be3b5027cd6e9bcd"; + type = "kernel"; + } + ]; + supported_devices = [ + "cisco,on100" + "on100" + ]; + titles = [ + { + model = "ON100"; + vendor = "Cisco Systems"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "74951b6b1d7b979953b485e6a79eb44843da6aee066db21cb06a46456e9cfd68"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "42e257ca2132bf4952fe95a6f81df6419127110ca4067f623c5503b12b72f55c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-cloudengines_pogoe02-initramfs-uImage"; + sha256 = "316419ffb346eac6bd465a10d76ee158a078200ce1f9df44d3b4a78f621f9939"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + model = "Pogoplug E02"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-mvsdio" + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.7-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "ba3b47e0d6277d7d7f06422dd7f83239758e40addd095a4a376495def18ae772"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "4d39c135ca4a96a372ada185f10ce240159c3700bea0ec9bcf70ac34dc49a1cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-cloudengines_pogoplugv4-initramfs-uImage"; + sha256 = "f158a127055992e6dd0381508d992d859e2f8491a383b8c77a226703ff0e6ec0"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + model = "Pogoplug V4"; + vendor = "Cloud Engines"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "1e89fc56073377e831e1c5a4ae89ec9c8023f8a53acad773fbb2d16af5b9fbe5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-iom_iconnect-1.1-initramfs-uImage"; + sha256 = "e4feeec5a8a353d9d8613d6d67448164b268d99e769cb62368d3115d03997782"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "a6186e31d0db526da45752547b61206ed17773969524cfcc366e07b0ebacc460"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + model = "Iconnect"; + vendor = "Iomega"; + } + ]; + }; + iom_ix2-200 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-21.02.7-kirkwood-iom_ix2-200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-iom_ix2-200-squashfs-factory.bin"; + sha256 = "a287172a15ce1a81b594adb723b89ff72ade6c90e276eff133c56e9440511de6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-iom_ix2-200-squashfs-sysupgrade.bin"; + sha256 = "27f3cde010a8db21c014170bf842330355d3a5c2f505cb57476021c09b3b5fa5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-iom_ix2-200-initramfs-uImage"; + sha256 = "e467656126b1e52a68b8813ebaead7f57eeac59b14fff0cd950b2569648136c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "iom,ix2-200" + ]; + titles = [ + { + model = "StorCenter ix2-200"; + vendor = "Iomega"; + } + ]; + }; + linksys_e4200-v2 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-kirkwood-linksys_e4200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-linksys_e4200-v2-initramfs-uImage"; + sha256 = "8a1c74ebfda299a8962f15c9e3bf9097b0d7109e88fad86bee087ab3cb35f62c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-linksys_e4200-v2-squashfs-factory.bin"; + sha256 = "2f482ae61f56ad2099005e471d228cadcbcd279de2092a372aaa704cd49beadf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-linksys_e4200-v2-squashfs-sysupgrade.bin"; + sha256 = "538fa6c55ebef4793c9ef595cdfd354601c7a973f49fde006c9f4147d532fbda"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e4200-v2" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "E4200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea3500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-kirkwood-linksys_ea3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-linksys_ea3500-squashfs-sysupgrade.bin"; + sha256 = "4c3de6af591483b07209d518e9d57e9eef189ceecc12ee14218463ba151b045d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-linksys_ea3500-initramfs-uImage"; + sha256 = "846d1ccd67270c743d0ee548ef3cdb4c571ff3042ca5ef986c9e1a7776746239"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-linksys_ea3500-squashfs-factory.bin"; + sha256 = "9d5e44c7632b1b6d691b2cd409d4ba4eb1a0e272857f8ba075f51fc0468c92ad"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea3500" + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + model = "EA3500"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea4500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-kirkwood-linksys_ea4500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-linksys_ea4500-initramfs-uImage"; + sha256 = "9344a58e1304b06b8b70b5fdd30870bb5a8eb339df2e2571101e3324ecb00668"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-linksys_ea4500-squashfs-sysupgrade.bin"; + sha256 = "c0bbfca87dccf4f5ad9a542465805cb9af55136ecdf885654312ac0c36dc4e9e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-linksys_ea4500-squashfs-factory.bin"; + sha256 = "8298b06b0c5f5e3c32b9388c77c96ecae933ecdf943f045ed7663b43d388dbfb"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea4500" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "EA4500"; + vendor = "Linksys"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.7-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "a9830c370a961aa76c1b9f5795597e1186d37a739b00ec07bd43990107f4f1e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-raidsonic_ib-nas62x0-initramfs-uImage"; + sha256 = "a7b61e87c634b3656d5e8156db5941547056124df613f2714fd6693b853767de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "355aed6b371e2ffd1b6063d46365c235605f98ef1e6d493a93c86460dfbefd78"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + model = "ICY BOX IB-NAS62x0"; + vendor = "RaidSonic"; + } + ]; + }; + seagate_blackarmor-nas220 = { + device_packages = [ + "kmod-hwmon-adt7475" + "kmod-fs-ext4" + "kmod-ata-marvell-sata" + "mdadm" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.7-kirkwood-seagate_blackarmor-nas220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-seagate_blackarmor-nas220-squashfs-sysupgrade.bin"; + sha256 = "6bb6d9265e58003c1a14b8b7eb000169eabbc1fc92f66d528d728a925e0ecd12"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-seagate_blackarmor-nas220-initramfs-uImage"; + sha256 = "007dc3fe1aee019a6d32b887b99fa45af4e6cc7ba2b544f169e132dcf764729a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-seagate_blackarmor-nas220-squashfs-factory.bin"; + sha256 = "a8d35e2cf8be0149ff221a7180e65f60204664c070dc933184de55eb788af679"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,blackarmor-nas220" + ]; + titles = [ + { + model = "Blackarmor NAS220"; + vendor = "Seagate"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "7e00359080b8161bfdc02a2d200c0a17292a450fd766e72990210ce31242bcf5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-seagate_dockstar-initramfs-uImage"; + sha256 = "03701fab3e6c60d19f9fffa8eff673935c45fb190f6b9302f9cdc1626a5ab602"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "a9aeae4718408e7a1c16160475845ae4f6f1808728b109919ca8f22968ae953f"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + model = "FreeAgent Dockstar"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.7-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-seagate_goflexhome-initramfs-uImage"; + sha256 = "0a11f14dce3050d765e84df85380d51a8871097850705b9eea92de96f5bb5493"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "79e6d9b477ec5c82f41a1f0034e49668f92cf955dc5d28fec2205e94057cc0e8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "3930cc2bfcf35e0cb66aab7db8407ba9179d501e5b34557d5f5ad1d95d3add01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + model = "GoFlexHome"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-21.02.7-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "1a3865d87f023b381ad2e8d7e97b5a0f2c0654a97b7f2acf0f15eb776f708892"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "03d5ef8ab505dceeedfff7720fe0fd7447f898117c2360319009e184dba7d6a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-seagate_goflexnet-initramfs-uImage"; + sha256 = "7f388ba48666f10dcdce78627a5eb2477ffa685c2b9ae23862c25cbe0e23c687"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + model = "GoFlexNet"; + vendor = "Seagate"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-r8169" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-21.02.7-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "7a474257f2e5829923a5e77b3743d9cf29a838b7c84922ae658d88e5f9fffa4c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "971863d00139299edf579e91ba854e8319604c47c6694cc897198939ae5bebbf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-zyxel_nsa310b-initramfs-uImage"; + sha256 = "5b528bd316b57ec54843c92e3153fe38a8cbf36a9ecdad13a36b5d75066076ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + "nsa310b" + ]; + titles = [ + { + model = "NSA310b"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa310s = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.7-kirkwood-zyxel_nsa310s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-zyxel_nsa310s-squashfs-sysupgrade.bin"; + sha256 = "c9ca5f531827875563f36f18fe11b8157530d84b18f3f555d2cd9b9c85c73269"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-zyxel_nsa310s-initramfs-uImage"; + sha256 = "5af9bdcf105ac7735a5ca9e6f6febe3669b5c77958c2b2b9a37acdcdf36ea6fa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-zyxel_nsa310s-squashfs-factory.bin"; + sha256 = "57ec50febac2175951ad03e40362dc817fa7c29fd721f5f598775c5ef9237001"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa310s" + ]; + titles = [ + { + model = "NSA310S"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.7-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "052f913ea260bc2734f4d6db7bc52d3dddf2774ce3b717470dc5dd07ba805cbd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-kirkwood-zyxel_nsa325-initramfs-uImage"; + sha256 = "10d37aa777e028ccd3e798f13b7e5147f98f358fbf4d45089f90fb4882636aac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "5ed487581d7de365e7c1882327a04e7d047a165dfe0b593bfb67e7f2dfcccb0d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + "nsa325" + ]; + titles = [ + { + model = "NSA325"; + variant = "v1/v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "kirkwood/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + lantiq = { + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-ltq-atm-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-vdsl-vr9-mei" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "ltq-vdsl-app" + "ltq-vdsl-vr9-vectoring-fw-installer" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoa" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-alphanetworks_asl56026-initramfs-kernel.bin"; + sha256 = "fc3103032f820deb72b447816b2f9d5bb66f4dc320f3638403769371a30f18c4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "8d800b62af824ea2249d0a69cef023a2e3561e437dc40583d622955c9b7e6001"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + model = "ASL56026"; + vendor = "Alpha"; + } + { + model = "ECI VDSL Modem V-2FUb/I"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-arcadyan_vg3503j-initramfs-kernel.bin"; + sha256 = "8853f6628c0ee87d098c673c716094577680c1711e58384f5cc717f51cff4a46"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "13e48df0c66b3ca765ba1511d9317d258c5d05b8f78e3d535c08e5152b90b9af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + model = "ECI VDSL Modem V-2FUb/R"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-arcadyan_vgv7510kw22-brn-initramfs-kernel.bin"; + sha256 = "9a8f259b8b69061a941fcce49399a318fe65df847005adc4706ec624371f1b77"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"; + sha256 = "dd8ffd4dc53329c52fa5fc426c85e6405681b64b5a9378f06f7b6dc2023d3559"; + type = "factory"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "BRN"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-arcadyan_vgv7510kw22-nor-initramfs-kernel.bin"; + sha256 = "6838cc2ba7c9762eef06316513047f27944b8b23b31902c6c6f79e08b512ed3a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "3764018c533e2129bd5c7f6e11ef80e883d0ab7b3d6d8e76675c9b0278616f17"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "NOR"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"; + sha256 = "b9e6e4379f383f7b4d233d7c4c5c430545fbf53008ff2e54d83bcf6aee79ad8f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-arcadyan_vgv7519-brn-initramfs-kernel.bin"; + sha256 = "b335eb3779ea64854240049c47cbebca21e201c1cac8ad17fcf1ba67fa748d7d"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + model = "VGV7519"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "BRN"; + vendor = "KPN"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "dbc1915544fbd10518584f40d180a2b1c211313f72cc3ced02038570a43d70c7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-arcadyan_vgv7519-nor-initramfs-kernel.bin"; + sha256 = "65fceb8506ae914adbddda2e607971c55e1957acace4e6f5b67d0199246f4955"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + model = "VGV7519"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "NOR"; + vendor = "KPN"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "2c2576e7119b9d698928893d61378d6b9565b8fe6948f21078055e8c0f31d749"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "8d8c9e2d68147b644a4d5b9d9eb2f1061f54ea643b31bda0bc5c4c32cb0a88a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz3370-rev2-hynix-initramfs-kernel.bin"; + sha256 = "3b0ee642338bdecb8048b413db0f7900798baa49ee885761d7703f8fcb5bf256"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "7f67b8d5f7cde174e59aeb31655c56f2fed643a5c3afb4e17e1a8f8d3e933643"; + type = "eva-kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Hynix NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "48b0706794caef724b74da4377c40475c21553003a5865c6d096f9740662f318"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "36a77f7e2645dd5b42a39b950057e200cd72f2f3d8838f90c12f2f369dc6af54"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz3370-rev2-micron-initramfs-kernel.bin"; + sha256 = "bb05ab112305d9178f5f42dcf277dbe8d3f5db86bf3b18f1c487b54bd9e0f3a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "2c2576e7119b9d698928893d61378d6b9565b8fe6948f21078055e8c0f31d749"; + type = "eva-filesystem"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Micron NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360-v2 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-avm_fritz7360-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz7360-v2-initramfs-kernel.bin"; + sha256 = "7949c358d81aba0c87c9bc4fed81daa224f8eb4d02d555aeef3f584eaa85fac4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz7360-v2-squashfs-sysupgrade.bin"; + sha256 = "0e32f10a64f4560a66bfd5b6ac4ddd7603ef6b00cb9419eb758d210e2dd08c11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360-v2" + ]; + titles = [ + { + model = "FRITZ!Box 7360"; + variant = "v2"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz7360sl-initramfs-kernel.bin"; + sha256 = "de924844f26401004ee8b2cfcea1b00baa062916b7502c4e89b36c203be7b0e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "8e34382076ae85644355c5e3d953deb903a321ec5bca814bb844e19f5bdbd026"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + model = "FRITZ!Box 7360 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "df9c0e6456cae7e0bd76d0b6b48a4ddc0a8aef6edb5d60ed9360529cd48c2fc5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz7362sl-initramfs-kernel.bin"; + sha256 = "79d1f5fb9a3c1435dfff998a2fc5de0cc5db291775afe4b094ee62d64b04a50a"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + model = "FRITZ!Box 7362 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin"; + sha256 = "63286b595d8048fb7ea94feecbc50470b8d30757c5424991ed726c67c67ecb82"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "423486367d3141d380b7cd0d4356950fe9db337b5944846ccc65bf6f4e67ff42"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + model = "FRITZ!Box 7412"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7430 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-avm_fritz7430"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin"; + sha256 = "69a53db8ee17a274ca217b48cec5e2ee3e90d8d5946de49d75293f01bae66eff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-avm_fritz7430-squashfs-sysupgrade.bin"; + sha256 = "3690781ca5fe8938051dffa9bf7c80834223fcad6ce75346cc865dd2ce4e15a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7430" + ]; + titles = [ + { + model = "FRITZ!Box 7430"; + vendor = "AVM"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "9c8ce2807737a0dcb2cc5f473d9a9ff5c094e28825510d169cfb9d04e2e1dba1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-bt_homehub-v5a-initramfs-kernel.bin"; + sha256 = "964d53348797caf0cf073146c3981cb85e6d40f8ac522a6533b1590c1fd8d16a"; + type = "kernel"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + model = "Home Hub 5"; + variant = "Type A"; + vendor = "British Telecom"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "101719eb8bbd501ca5b4e05b01f33b3a3ff155041790b44e2eee274e8b37e056"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-buffalo_wbmr-300hpd-initramfs-kernel.bin"; + sha256 = "0ffa50d93219ee0bd1eda438f22312be823f84856e5f2ae0a91908b5bdfdb042"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + model = "WBMR-300HPD"; + vendor = "Buffalo"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "64135644814ae7eec1db6118e38ff6f4b744504a5e5016030cb57f7d727177ba"; + type = "fullimage"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-lantiq_easy80920-nand-initramfs-kernel.bin"; + sha256 = "2330e39e0264479c6dba1e2c9c164ebd542ab963866e6792694e74773a2a83de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "c0ceb5a990e3cb62bf6b734b02c346d9a27b74c2bcd7c47de887075ca4c537f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NAND"; + vendor = "Lantiq"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-lantiq_easy80920-nor-initramfs-kernel.bin"; + sha256 = "2df2a2d30f0d7a556f15d32211e458fc6d5a45f68c4ac62664d9e590ce83d6a4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "e69377d10a6785919f585c8e97cd62115701476f287ffa4fb1fb5c158c835ff8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NOR"; + vendor = "Lantiq"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "4580e77774e8e8e259e73920f9b456969b207d6bfeb34fd54aa881c329b56ac3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-netgear_dm200-initramfs-kernel.bin"; + sha256 = "f09e1fa20b680445e6d1c4bc137b69cc0a435ae4f4f4e828f18a7be488c7e35b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "7ea79ca9b4840df98df9b1b771a2fae66b7698fae5f329de41a45574242a2a88"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + model = "DM200"; + vendor = "NETGEAR"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "7ddc40a45672b623b035885642d22c9aa1347b8f1473a8ff464fd6f1410b60cc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-tplink_tdw8970-initramfs-kernel.bin"; + sha256 = "5233abc0a2ef6cd1412cd3881bc377d79e4f705197d7a185568f4bb271f6ab6a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + model = "TD-W8970"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "42032a903a9c210198d2031f5c1055133611369699feb771d2c4fc8b99d13ab1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-tplink_tdw8980-initramfs-kernel.bin"; + sha256 = "e8c3ac2d61c2078b7d38a9b7aacccdd0c34b920470bbd55d243e4f20a5b3ed85"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + model = "TD-W8980"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-tplink_vr200-initramfs-kernel.bin"; + sha256 = "822ad81cffaf4aabbee8502cc8ad48107a529c1147ff5e35b68c499b26719909"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "bee12454451498ee44005749de16bf2a5047b644e69ed747989cfc8c1cf87879"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + model = "Archer VR200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-tplink_vr200v-initramfs-kernel.bin"; + sha256 = "3189d73ea31db78654eb75aa4b6a0c3041189c93674d9d3d8924b27b0ba14154"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "90a0b72b40a75441244323f5d53d4dbcf2db656e25c6989b2a076d047e0c7a91"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + model = "Archer VR200v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "41c6af4a62f720aeb1ec04bec7c462b8de6b023262e7f9764a58457a9dc68e32"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xrx200-zyxel_p-2812hnu-f1-initramfs-kernel.bin"; + sha256 = "0de6a9ca900ff463bf916b830f29a99921128963f200fea942354934df4317a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + model = "P-2812HNU"; + variant = "F1"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "lantiq/xrx200"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-arcadyan_arv4510pw-initramfs-kernel.bin"; + sha256 = "2017d7aa071581355b896f6a9c4aca6c9104a0e03acadbd94ca8927f4479a063"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "3ce042c0a78a9c7ff822f1b7a3cc2d27c72b709457e2a597f360daa67ab74d02"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + model = "ARV4510PW"; + vendor = "Arcadyan"; + } + { + model = "BeWan iBox v1.0"; + vendor = "Wippies"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "4e67ba8a33dc851c9d14bd42a93b623e088e83ad0328446344bcaaa5e007b25d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-arcadyan_arv7506pw11-initramfs-kernel.bin"; + sha256 = "281785aa33c34720d9371267661029bb00b1133b27ac874297e2ab91f0c065cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + model = "ARV7506PW11"; + vendor = "Arcadyan"; + } + { + model = "IAD 4421"; + vendor = "Alice/O2"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-arcadyan_arv7510pw22-initramfs-kernel.bin"; + sha256 = "abfec208f36e94e24b03b9ee4b2583b26608a3a26ec5be6ec83c62131f5a4791"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "28285a48d0007b3bfba21e803c4e8127c5e1b09aa0fd6657e7540c443c0d938f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + model = "ARV7510PW22"; + vendor = "Arcadyan"; + } + { + model = "ARV7510PW22"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "14c118976de707f16baaa2ea7c287a219ff7748c69e2be4e84ed037edd1f2191"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-arcadyan_arv7518pw-initramfs-kernel.bin"; + sha256 = "08b9ddfcd4bcd5016d353d8585a55cea57eec1e5e2ad12c73c08de8cb43794fe"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + model = "ARV7518PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7518PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "e635239a0b43e915ed1618dd1a4a528918eeb000943668cea9193a52876e87f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-arcadyan_arv7519pw-initramfs-kernel.bin"; + sha256 = "f7709eedf118413bdfa835f7e05a804fa1acdfa5fc386aba2763ea4763dd96bd"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + model = "ARV7519PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7519PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-arcadyan_arv752dpw-initramfs-kernel.bin"; + sha256 = "27e0f73d9eac8d0498c724fa487e6276e07f5ed2f66c247ce63923035ae1728f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "d5fe3247087c616e6f446d44a6862f5074ad16fb6fb8700686fd23bcba93d7bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + model = "ARV752DPW"; + vendor = "Arcadyan"; + } + { + model = "Easybox 802"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "0757a909ce547477e82c2c983882ebb905570d51dbf17a6d5b2ed165af902ce5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-arcadyan_arv752dpw22-initramfs-kernel.bin"; + sha256 = "251c3fab7e8888015f9f3a87829ad149c40b1d4c1dc836f68970dc358cfa9da8"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + model = "ARV752DPW22"; + vendor = "Arcadyan"; + } + { + model = "Easybox 803"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "0a0d1e2c0a6cd3a0f0c836f1f4ab03e590abb57ba42362df31f75d435a202574"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-arcadyan_arv8539pw22-initramfs-kernel.bin"; + sha256 = "2dde84bd30d277e4ac6e157a4a251e75b84386321ab6a0406c55708e95866948"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + model = "ARV8539PW22"; + vendor = "Arcadyan"; + } + { + model = "Speedport W504V Typ A"; + vendor = "Telekom"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "32220127c34feb3a149462d12b982e91d73de74df21dad06a6892ea0463224ba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-audiocodes_mp-252-initramfs-kernel.bin"; + sha256 = "b936e7742cfc7a1e924a4b5fbdd49775179cff1ceadf2e2ca2ac168c36083e5f"; + type = "kernel"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + model = "MediaPack MP-252"; + vendor = "AudioCodes"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "28b846356878c43ff0aaf839d74232867e52796455d7a46c321aee155a131c44"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-avm_fritz7312-initramfs-kernel.bin"; + sha256 = "bafb3a0a38d2e969cdebed2dd2d840b39d1b42e1e10e79f47ed70de52f6b1812"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + model = "FRITZ!Box 7312"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-avm_fritz7320-initramfs-kernel.bin"; + sha256 = "d965fe9b6b61734913c876f56f4a4045fbeae5fa6af115b4de801021dfc8df70"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "3566af05c70971f40a2b01e769e08095c39148b2e664f8c120a07ce818a77851"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + model = "FRITZ!Box 7320"; + vendor = "AVM"; + } + { + model = "HomeServer"; + vendor = "1&1"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "f3f02e019abde431e5b7968a3d497c32c858d8228d4d91dcda00023e9a8ff693"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-buffalo_wbmr-hp-g300h-a-initramfs-kernel.bin"; + sha256 = "62a15c8e0496f3f80cde947afa2dc4fd23a3853b3b454920b9067b649c6f598c"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "A"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-buffalo_wbmr-hp-g300h-b-initramfs-kernel.bin"; + sha256 = "62a15c8e0496f3f80cde947afa2dc4fd23a3853b3b454920b9067b649c6f598c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "73572f3cc437a29a2254666c03b458e6526754613420aa2ee5df9c861057d41a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "B"; + vendor = "Buffalo"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "ddf2a57622c4503eeb5484eecd4478bee0f3be14e65ff83509f51f1b880a87c7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "95da5621f1684fc3659925a69f131fd02e3ccfceddd808bf1f2e7e5117e0296b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "850ea18821a0d1aa0006f019b90277236b3635a3c7eb20a1d33e763b1fb8ab65"; + type = "sysupgrade-na"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-netgear_dgn3500-initramfs-kernel.bin"; + sha256 = "1ffb19774ea5657733e57064dd60839cf4abe865ff314aa9cb8f4409dc40289a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "329231fa8f26da149e47866a3d404bf1eb287defff9351da0b1c492200b0b4b5"; + type = "factory-na"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + model = "DGN3500"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-netgear_dgn3500b-initramfs-kernel.bin"; + sha256 = "4f65e8ea1e21b4e800c39a86d4532ae827c75a20727b6b69a642908e904193da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "aa0afbb232a4269586edc1a038ddf5a8a7b7540ace6a9a83f4e1867a86e75bcd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "9cadcc865f9fd0bb6bec06a5044cf516cfee10c528a2395d8c7249e2457addf4"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + model = "DGN3500B"; + vendor = "NETGEAR"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "e303213f75b8a6bfe54426d11e1ed2c0fdc530fa3c090f472f43c1116cabd4f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-siemens_gigaset-sx76x-initramfs-kernel.bin"; + sha256 = "8056618e47b39d28bcfc7d251c571dde03d9de3643a57a065fc8cff9e2ce1293"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + model = "Gigaset sx76x"; + vendor = "Siemens"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-zte_h201l-initramfs-kernel.bin"; + sha256 = "636bf83f94a8616e39193a3079b4754629c262fcd96268824491c1a67da792da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "df713c74b56ff8a45fa68998d9ecdf942b234b03d9db8345b020a2fb622b1af7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + model = "H201L"; + vendor = "ZTE"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-lantiq-xway-zyxel_p-2601hn-initramfs-kernel.bin"; + sha256 = "c9f083c13ac7c1097f29645e35730358274ad813a52ab8506869bfab592de095"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "66ceb650a8d570eb17857254e8190250a92bf6c8e928a451279f26a299206a5f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + model = "P-2601HN"; + variant = "F1/F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "lantiq/xway"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1021a-iot-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-layerscape-armv7-fsl_ls1021a-iot-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sdcard.img.gz"; + sha256 = "2b6cb045d28c919533d7bd78df405016ab5706813cd791112aae1f32be124cf2"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sysupgrade.bin"; + sha256 = "001f4c0b7a54dfe7b5fef8821e5a7d5e8cec5e279bccf18c7aff9ae770b41c8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "LS1021A-IoT"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr = { + device_packages = [ + "layerscape-rcw" + ]; + image_prefix = "openwrt-21.02.7-layerscape-armv7-fsl_ls1021a-twr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv7-fsl_ls1021a-twr-squashfs-firmware.bin"; + sha256 = "09f229a45a7b8478a66fbff903c6496069c2010345b1c55289355540178dd35f"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv7-fsl_ls1021a-twr-squashfs-sysupgrade.bin"; + sha256 = "cbb0840a83471cfea8eefe3f995841694a7e7c57df6b6d1136ac0f7761e58ce9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-layerscape-armv7-fsl_ls1021a-twr-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sysupgrade.bin"; + sha256 = "3000777fb04265ec9cfc2f2d17124987ae1887eb4a90cdfe661751b314a7d28f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sdcard.img.gz"; + sha256 = "6b4958d5d03c9f3e13910d926b2a07efed70985ad9f47c13c66682053c7f0071"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr-sdboot" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "layerscape/armv7"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1012a-frdm = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frdm" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1012a-frdm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-sysupgrade.bin"; + sha256 = "0f134569e498dfb3b0e76d9f3564cc617554428916baec9d5da91169cfbd02b3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-firmware.bin"; + sha256 = "657a650089381a10affd5ff23de2c329ba7e95b8da711a35eed8b5a18d2a2b6e"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frdm" + ]; + titles = [ + { + model = "FRDM-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-frwy-sdboot = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frwy-sdboot" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "9ae97575665227d8a66fc1f705471252cfcef9ad62d3d9d32a381253b4e6008e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "20c064e0552b90972e154c346603dcfeeca8af8e8e75a1543a79cbcdfa45215a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-firmware.bin"; + sha256 = "8d6a740405b456f54f05f66de39a82ed6b52a07f8484193481adf8b1cd8c9c9e"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-rdb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-rdb" + "kmod-hwmon-ina2xx" + "kmod-iio-fxas21002c-i2c" + "kmod-iio-fxos8700-i2c" + "kmod-ppfe" + ]; + image_prefix = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1012a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-sysupgrade.bin"; + sha256 = "3ad6e63cc3c9b02a554ca66d33ea22f00e5828f2e7c3fa0c7632eff9951f4a2d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-firmware.bin"; + sha256 = "15ce05448eb9579e3504c47d8683353e42607a0e1098fd1dbf2e3440385a9f95"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-rdb" + ]; + titles = [ + { + model = "LS1012A-RDB"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1043a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-sysupgrade.bin"; + sha256 = "f72c2451c2c657ca686afe9d47aa9f03166a853e7538b2b2be127abed080c328"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-firmware.bin"; + sha256 = "35929a2715d8ed7b211ae9a48679975fe767a10853b5f2e316f3f51a9059c193"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "813c2ba5bc5cad85310ec92e760a31011558020642f82456526022d077e152a6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "fb638079713af59a522e10c341358b6327b21b3bdc55e0a3dbb00dc6941445a5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy" + ]; + image_prefix = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1046a-frwy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-sysupgrade.bin"; + sha256 = "85fa6e06f8786d1e12e9a654db4f9f74488984d41c4fa2aa7ee530f82622e689"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-firmware.bin"; + sha256 = "6adb812c04508ed07fe22ba4750dd113dbb2381f086ca0480e3a412a2bb3f814"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy-sdboot" + ]; + image_prefix = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "8795bc44732207e377e459061e8946dc81d8f54657fb774b2faa894bb617bcb1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "1402af5309eef260e6da687dce1d9ff86f021d88bb8a3851a2826ac882329585"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1046a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-sysupgrade.bin"; + sha256 = "d960a9f15f88f867995ce963e8c48742488685819148fbbd106dee6f85d075f1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-firmware.bin"; + sha256 = "65ea842ced5d5eee4cd8d30b2bf0b96356a37ea54246f5cb22a709b548b76ff4"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "4372dcca11dc5334a6db3bb95807649d40f7fe2d3355beba9d014de9161de786"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "af857b3a83c96a0b05c014d95119a456b3c2242ee6a2947205b0264eff403f52"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "b9bf7438ccc5e8e8850c57c57059dcacdf75309378f9ee86ad81aaf6db8aeeee"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-firmware.bin"; + sha256 = "b291cd2406cee13683974a218567a607155a363b86c84df27e330379090e7115"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb-sdboot" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "d51dad0e4ac5d67893b90611a5ca2d2c9c53b348e2c89126a4fd85b3715035d2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "3f68d01975c2334701a6533ef83a2283fc77217736471cc9cab978129135c90e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls2088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls2088a-rdb" + "restool" + "kmod-ahci-qoriq" + ]; + image_prefix = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls2088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "7b3b959ca4aaa5a82e74448c5e459712a6ab48a23fe29a1dc3b1f3403a69ba6b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-firmware.bin"; + sha256 = "948fb2007e4ee81dd34e2d3cb21a23b3e68e9a877011706d6aa7ec5461f91d7a"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls2088a-rdb" + ]; + titles = [ + { + model = "LS2088ARDB"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb" + "restool" + ]; + image_prefix = "openwrt-21.02.7-layerscape-armv8_64b-fsl_lx2160a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-firmware.bin"; + sha256 = "8bc610f57bb412298959654d65acacf359dcae016818ad8e7eb30d39435e900b"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-sysupgrade.bin"; + sha256 = "da6ba4e15e745107efa64dff9e30e87101c7872f40293bf629b827ea8a7cd93b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb-sdboot" + "restool" + ]; + image_prefix = "openwrt-21.02.7-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "4223bf0d09f30d1e167846cbd47771845dc98f7c6deab81ffb76ec8867231b60"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "816c5f480719392e261d31cc8469c05316bdbafd298b7f3924dad9041eefec5b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb-sdboot" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + traverse_ls1043 = { + device_packages = [ + "layerscape-fman" + "uboot-envtools" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-21.02.7-layerscape-armv8_64b-traverse_ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-traverse_ls1043-ubifs-root"; + sha256 = "a9f42eae46761c0c7f4f178575fa4f15e3eeb2cae2d500e91e32324d745677f8"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-layerscape-armv8_64b-traverse_ls1043-ubifs-sysupgrade.bin"; + sha256 = "e0571be33f5a9d32cda7feb7b08a1886acee073cf8081d6a2b05a3b1fb591814"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "traverse,ls1043s" + "traverse,ls1043v" + ]; + titles = [ + { + model = "LS1043 Boards"; + vendor = "Traverse"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "layerscape/armv8_64b"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-mt7615-firmware" + "kmod-mt7615e" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + bpi_bananapi-r64 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.7-mediatek-mt7622-bpi_bananapi-r64"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mediatek-mt7622-bpi_bananapi-r64-squashfs-sysupgrade.bin"; + sha256 = "09817ac9c05bc33e7ecc5fc841f2a66f0d0bfac348252c56e90d181b7f1ada9d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mediatek-mt7622-bpi_bananapi-r64-initramfs-kernel.bin"; + sha256 = "b47a044037918b6a26204e2034a6ee0a52afb4dfefeeb6c8307baef1e8747877"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "Banana Pi R64"; + vendor = "Bpi"; + } + ]; + }; + bpi_bananapi-r64-rootdisk = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.7-mediatek-mt7622-bpi_bananapi-r64-rootdisk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mediatek-mt7622-bpi_bananapi-r64-rootdisk-initramfs-kernel.bin"; + sha256 = "8c16d806c7cb1ba46867770263c98f45291a165a2d7c11f540c7d359ae6dcdec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mediatek-mt7622-bpi_bananapi-r64-rootdisk-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "e497f3d67de9d61e81e410d10a8c35962d501af2b5af17d00ed716cba4f64505"; + type = "sysupgrade-emmc"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "Banana Pi R64 (rootdisk)"; + vendor = "Bpi"; + } + ]; + }; + elecom_wrc-2533gent = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-btmtkuart" + "swconfig" + ]; + image_prefix = "openwrt-21.02.7-mediatek-mt7622-elecom_wrc-2533gent"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mediatek-mt7622-elecom_wrc-2533gent-initramfs-kernel.bin"; + sha256 = "adcddde05740a2c3dca0bb5af79c298639fc8d9e51fdea2cbf2ee3f4813f6b78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mediatek-mt7622-elecom_wrc-2533gent-squashfs-sysupgrade.bin"; + sha256 = "87e7de24757c61464e8025948193b69c21c937a8c72feabd336bb1c069dd8d67"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gent" + ]; + titles = [ + { + model = "WRC-2533GENT"; + vendor = "Elecom"; + } + ]; + }; + mediatek_mt7622-rfb1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.7-mediatek-mt7622-mediatek_mt7622-rfb1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mediatek-mt7622-mediatek_mt7622-rfb1-initramfs-kernel.bin"; + sha256 = "1084c5a46a92b43d443798af9abc6114fdbe69e535ecbcf5c2b1b8db81c4fa70"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mediatek-mt7622-mediatek_mt7622-rfb1-squashfs-sysupgrade.bin"; + sha256 = "4a52c26bcd20c72e37c85834160824ce40ae1ad00bdb639568b0a0ee7875d3e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7622-ubi = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.7-mediatek-mt7622-mediatek_mt7622-ubi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mediatek-mt7622-mediatek_mt7622-ubi-squashfs-factory.bin"; + sha256 = "9bb3af8ede3fe434d6a2aa35538fe11cc8f32bba84433a20b11d8ac767e516a3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mediatek-mt7622-mediatek_mt7622-ubi-initramfs-kernel.bin"; + sha256 = "797ab918dd1df9e3cb5a20be0e5f31daa4bceb001ba1fb0dc33dd70565965f77"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mediatek-mt7622-mediatek_mt7622-ubi-squashfs-sysupgrade.bin"; + sha256 = "d7afdda367a764a1cc6adf1513b2a365d3010aae2e10d384c4547f03f1d45d19"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7622-ubi" + ]; + titles = [ + { + model = "MTK7622 AP (UBI)"; + vendor = "MediaTek"; + } + ]; + }; + ubnt_unifi-6-lr = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.7-mediatek-mt7622-ubnt_unifi-6-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mediatek-mt7622-ubnt_unifi-6-lr-squashfs-sysupgrade.bin"; + sha256 = "0ec8c46521ed079c575f951bac4786d3ce1c6b4ae581c4687c0a99ce61dae759"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mediatek-mt7622-ubnt_unifi-6-lr-initramfs-kernel.bin"; + sha256 = "9e88b6fd00381ddb723feb5531857c9312eed4ff77ac8c4f0998670398081716"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr" + ]; + titles = [ + { + model = "UniFi 6 LR"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "mediatek/mt7622"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + bpi_bananapi-r2 = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.7-mediatek-mt7623-bpi_bananapi-r2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mediatek-mt7623-bpi_bananapi-r2-squashfs-img.gz"; + sha256 = "7b3d41603a9ed0287784557422d7988626a0f755871d8c4156f59369e3566353"; + type = "img"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mediatek-mt7623-bpi_bananapi-r2-initramfs-kernel.bin"; + sha256 = "6389c379b2d718d25df1060a9b2fc171d56b6e8d7716de66aa71c0b1304fa6b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r2" + ]; + titles = [ + { + model = "Banana Pi R2"; + vendor = "Bpi"; + } + ]; + }; + unielec_u7623-02-emmc-512m-legacy = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.7-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-initramfs-kernel.bin"; + sha256 = "aa5d12241749463b302b7016a7cc0f7b17102ed03a1495e6fc9ef9dcb60fbd40"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-squashfs-sysupgrade-emmc.bin.gz"; + sha256 = "2a29a42234245f4410933684990827ef420b9c1645cd15b461da05094f061f7f"; + type = "sysupgrade-emmc"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + variant = "eMMC/512MiB RAM (legacy image)"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7623-emmc = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci-mtk" + ]; + image_prefix = "openwrt-21.02.7-mediatek-mt7623-unielec_u7623-emmc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mediatek-mt7623-unielec_u7623-emmc-initramfs-kernel.bin"; + sha256 = "eaeb7f0dc7719615851e532430152f6c687f40b941f594a3853c62f909c63974"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mediatek-mt7623-unielec_u7623-emmc-squashfs-img.gz"; + sha256 = "fef436465e77a31ab27ac114374fe09f8737a506d2d630b478249fd438fa415d"; + type = "img"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623"; + variant = "eMMC"; + vendor = "UniElec"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "mediatek/mt7623"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + mt7629 = { + arch_packages = "arm_cortex-a7"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + mediatek_mt7629-rfb = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-21.02.7-mediatek-mt7629-mediatek_mt7629-rfb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mediatek-mt7629-mediatek_mt7629-rfb-squashfs-sysupgrade.bin"; + sha256 = "683b37a76119095c974aa1fae222f4c91b3c0ebed43c93b73fe2f0bd0e0f57c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mediatek-mt7629-mediatek_mt7629-rfb-initramfs-kernel.bin"; + sha256 = "d0707702c01529f8d31f368ea7da8d942fd41dac42a0002baaed059603932f6b"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7629-rfb" + ]; + titles = [ + { + model = "MT7629 rfb AP"; + vendor = "MediaTek"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "mediatek/mt7629"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + mpc85xx = { + p1010 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + sophos_red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mpc85xx-p1010-sophos_red-15w-rev1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mpc85xx-p1010-sophos_red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "cbb6c4527803c24380c8c12930aeef1102b3b26b75e8419b0038a0c5074927a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mpc85xx-p1010-sophos_red-15w-rev1-initramfs-kernel.bin"; + sha256 = "bd4047cd9464bcb3c22890c39a253b269bc3b247668396d8051ad8803da5bd00"; + type = "kernel"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + model = "RED 15w"; + variant = "Rev.1"; + vendor = "Sophos"; + } + ]; + }; + tplink_tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mpc85xx-p1010-tplink_tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "509e82931657996f6d08aeb3cdfc5e58c5e875297adcc37cf9bad8316a658938"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "2ebed45edc7aacf085023cae965d51b63cd23706ab4f192f96fd010387d3e0cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v1" + "tl-wdr4900-v1" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "mpc85xx/p1010"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aerohive_hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-21.02.7-mpc85xx-p1020-aerohive_hiveap-330"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mpc85xx-p1020-aerohive_hiveap-330-squashfs-fdt.bin"; + sha256 = "8fe58c01ffc8c84f1f32dfacad66dac8f8275eae1f1ec008785ceb8089f27e62"; + type = "fdt"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mpc85xx-p1020-aerohive_hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "7b9aa3e103cee3451e6956ea5ce62fb19dd6a77b2304bc2d63c89ac2a3c9b0bb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin"; + sha256 = "4c11aa8ea85b74eb63c1164e9a5b9c3996f6d5c93ff23756e08f735444dae9f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + model = "HiveAP-330"; + vendor = "Aerohive"; + } + ]; + }; + enterasys_ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mpc85xx-p1020-enterasys_ws-ap3710i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "76853d4ccd0e9d297f5ff35355eb04ab34cc5666cf7369ef8ff711bc6d972a03"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mpc85xx-p1020-enterasys_ws-ap3710i-initramfs-kernel.bin"; + sha256 = "bda3d9566bc817637a49519b3dc80f2ee2c46d874c3594012a4213d290607055"; + type = "kernel"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + model = "WS-AP3710i"; + vendor = "Enterasys"; + } + ]; + }; + ocedo_panda = { + device_packages = [ + "kmod-rtc-ds1307" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-mpc85xx-p1020-ocedo_panda"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mpc85xx-p1020-ocedo_panda-initramfs-kernel.bin"; + sha256 = "8564e1db4c0d0c45fc454e20242503052b9d9a5bee0c0a8758d2399ac173e36b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mpc85xx-p1020-ocedo_panda-squashfs-fdt.bin"; + sha256 = "1aa2b03bc147048f98006bafc3d6ee0ef3f118fa7b35d5b6f4d937b9d0153efc"; + type = "fdt"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mpc85xx-p1020-ocedo_panda-squashfs-sysupgrade.bin"; + sha256 = "69de9daa715f65d658b0ce19fcce6103390409722adebc5b2aa882674bc62fc1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + model = "Panda"; + vendor = "OCEDO"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "mpc85xx/p1020"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + freescale_p2020rdb = { + device_packages = [ + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-21.02.7-mpc85xx-p2020-freescale_p2020rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mpc85xx-p2020-freescale_p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "fbf105269e3439e28edb89de6de7de6645c9c8e14a5c143cb0f29f949ea7f46e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mpc85xx-p2020-freescale_p2020rdb-initramfs-kernel.bin"; + sha256 = "6123db6b783a86dca4a241d41ed8e6d647d3d3d4ded3131bcad295424e2e0e8f"; + type = "kernel"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + model = "P2020RDB"; + vendor = "Freescale"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "mpc85xx/p2020"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + glinet_gl-mv1000 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa53-glinet_gl-mv1000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa53-glinet_gl-mv1000-initramfs-kernel.bin"; + sha256 = "291ab17dce4274e587d55f2973e321404751530aae308c4a726f35541779289d"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-mvebu-cortexa53-glinet_gl-mv1000-ext4-sdcard.img.gz"; + sha256 = "16ce31e512612be36487bd63c545c7f4dfe3fc40985eaeff9349d3709d3b9b14"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa53-glinet_gl-mv1000-squashfs-sdcard.img.gz"; + sha256 = "0cfe36a24bb47e968d0d1d3e9dacc65494573e0e1e0bee5a3073392ee0ef7ba3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "glinet,gl-mv1000" + ]; + titles = [ + { + model = "GL-MV1000"; + vendor = "GL.iNet"; + } + ]; + }; + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "9cc8bbcb0f1c498209b224fa2b3cbd8908aeabe5d0594eda02fbe0ab7274c040"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "4297c82a6c004b75b02703fe5c76f304fed96b99c04552123731ce0f747fa0c0"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-initramfs-kernel.bin"; + sha256 = "291ab17dce4274e587d55f2973e321404751530aae308c4a726f35541779289d"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-emmc-initramfs-kernel.bin"; + sha256 = "291ab17dce4274e587d55f2973e321404751530aae308c4a726f35541779289d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "f18ae6749e078282513723c556c0b9ab3005ab2bc0a4a2d991e146a7cec04afa"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "47d2568e166e2ffde0d97db59bc3aa2f3c8538a2c599fdff6b9bd241a443c79f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-ultra = { + device_packages = [ + "kmod-i2c-pxa" + "kmod-rtc-pcf8563" + ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-ultra"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-ultra-ext4-sdcard.img.gz"; + sha256 = "fb684b3e8d97889283f37b9d81dc378cc32516bb788c274cb528956fee758058"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz"; + sha256 = "f3fade2bee56675d1b3b333a3c60c8a277d256ad1942fc0918667b87c7b5fff4"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-ultra-initramfs-kernel.bin"; + sha256 = "291ab17dce4274e587d55f2973e321404751530aae308c4a726f35541779289d"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-ultra" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Ultra"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-v7-initramfs-kernel.bin"; + sha256 = "291ab17dce4274e587d55f2973e321404751530aae308c4a726f35541779289d"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "36cb5c1bee7ee1e659bb357864de5bf40c6cb5f7c256ebe8917d36598a473b9a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "693085f9d2c079f4f40b52f8387d35870cdab633ee2832cd6c5e3490d512f8e7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "c2e7f83c1e7849d029c2cef5015a0df9830e70ff09396b84a0af7256aa209f8a"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-v7-emmc-initramfs-kernel.bin"; + sha256 = "291ab17dce4274e587d55f2973e321404751530aae308c4a726f35541779289d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "d18d0c25d62a316603cac1130033363292d1396993cd6fcab30575345a9e43bc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "8d4ed42454c5c2f5ff9d17ddc8cd6870e53e560a06bb3e73bd9a52be070223e7"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa53-marvell_armada-3720-db-initramfs-kernel.bin"; + sha256 = "291ab17dce4274e587d55f2973e321404751530aae308c4a726f35541779289d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "4a8a37e90e1e51808533e6d2dac0cd4fc12d3ffda9010e5adbff9e480e93308c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + model = "Armada 3720 Development Board (DB-88F3720-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + methode_udpu = { + device_packages = [ + "f2fs-tools" + "fdisk" + "kmod-i2c-pxa" + "kmod-hwmon-lm75" + ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa53-methode_udpu"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-mvebu-cortexa53-methode_udpu-firmware.tgz"; + sha256 = "34425e1d5e9ecd0fb1ec2519951c7602d4ecbff80459059a5744ce9f3775eccd"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa53-methode_udpu-initramfs.itb"; + sha256 = "f246ac10250c1bd78f7bb1ff8f25c54efacff9c0907c317fc8b9ad8c7c910ce0"; + type = "kernel"; + } + ]; + supported_devices = [ + "methode,udpu" + ]; + titles = [ + { + model = "micro-DPU (uDPU)"; + vendor = "Methode"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "mvebu/cortexa53"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + iei_puzzle-m901 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa72-iei_puzzle-m901"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-mvebu-cortexa72-iei_puzzle-m901-ext4-sdcard.img.gz"; + sha256 = "3ff2ec17e8459422490ecf64b190922f27ad3eb33d0b5d2d23acc0cdaa839014"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa72-iei_puzzle-m901-initramfs-kernel.bin"; + sha256 = "9cd681e7706fd318d7de0f63be26f0c20a9895e7e135a8a0827da8e6e137c9cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa72-iei_puzzle-m901-squashfs-sdcard.img.gz"; + sha256 = "9f127693cd21d87aedd98b63f49d95fa94e943f875d3c438ed196922de490bbc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "iei,puzzle-m901" + ]; + titles = [ + { + model = "Puzzle-M901"; + vendor = "iEi"; + } + ]; + }; + iei_puzzle-m902 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa72-iei_puzzle-m902"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa72-iei_puzzle-m902-squashfs-sdcard.img.gz"; + sha256 = "a6f2cd7839e9993323e4a75912f4d0c362344012df6ef383364b7045944d4d06"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa72-iei_puzzle-m902-initramfs-kernel.bin"; + sha256 = "9cd681e7706fd318d7de0f63be26f0c20a9895e7e135a8a0827da8e6e137c9cc"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-mvebu-cortexa72-iei_puzzle-m902-ext4-sdcard.img.gz"; + sha256 = "d048aaaa506fa0457892fc4e18bc9d3fbf2ff87a1ead32de764005c72bc38be8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "iei,puzzle-m902" + ]; + titles = [ + { + model = "Puzzle-M902"; + vendor = "iEi"; + } + ]; + }; + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "d0389b9592b6cc9f65efbab3a4213113aa7731378101c76631264ef44f40a81d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "7dd574b52414252cda57f61b7bd216550f0219b45cc855988384af6574f6c1fd"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa72-marvell_armada7040-db-initramfs-kernel.bin"; + sha256 = "9cd681e7706fd318d7de0f63be26f0c20a9895e7e135a8a0827da8e6e137c9cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + model = "Armada 7040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "409d156df38813ddad3e913edf9e390f3f9bf4cab66d4083517b9f28be396104"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa72-marvell_armada8040-db-initramfs-kernel.bin"; + sha256 = "9cd681e7706fd318d7de0f63be26f0c20a9895e7e135a8a0827da8e6e137c9cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "458b38b3ce014397da1ecc6e779ab62a366c82c8b8c2c7a0d91f0125ecbc180b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + model = "Armada 8040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_macchiatobin-doubleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa72-marvell_macchiatobin-doubleshot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa72-marvell_macchiatobin-doubleshot-squashfs-sdcard.img.gz"; + sha256 = "1906dc17c9da49fb9b5bc71421d1938d602003b886e9f23e299629e3ed59a8ba"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-mvebu-cortexa72-marvell_macchiatobin-doubleshot-ext4-sdcard.img.gz"; + sha256 = "3f0532d56e3ad23952d417a4d00314e633b84e4f98fb1d894709e8a50c44ec47"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa72-marvell_macchiatobin-doubleshot-initramfs-kernel.bin"; + sha256 = "9cd681e7706fd318d7de0f63be26f0c20a9895e7e135a8a0827da8e6e137c9cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-doubleshot" + "marvell,armada8040-mcbin" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + ]; + }; + marvell_macchiatobin-singleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa72-marvell_macchiatobin-singleshot"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-mvebu-cortexa72-marvell_macchiatobin-singleshot-ext4-sdcard.img.gz"; + sha256 = "ba0f397cd9310263d00e8b0aa8c79878511f7008d368093b2c3b0a3d72d85859"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa72-marvell_macchiatobin-singleshot-squashfs-sdcard.img.gz"; + sha256 = "5c5e788af5bd05cf1c9ae603f9b5064ef4893976b93e0025ca32f1d3077d378b"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa72-marvell_macchiatobin-singleshot-initramfs-kernel.bin"; + sha256 = "9cd681e7706fd318d7de0f63be26f0c20a9895e7e135a8a0827da8e6e137c9cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-singleshot" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "mvebu/cortexa72"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + buffalo_ls421de = { + device_packages = [ + "kmod-rtc-rs5c372a" + "kmod-hwmon-gpiofan" + "kmod-hwmon-drivetemp" + "kmod-usb3" + "kmod-linkstation-poweroff" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-mod" + "kmod-fs-xfs" + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-buffalo_ls421de"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-buffalo_ls421de-initramfs-kernel.bin"; + sha256 = "292ab6798fc9e94fee3177b5187d2331f480108d190b3924fbaf20d28d5c4629"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-buffalo_ls421de-squashfs-sysupgrade.bin"; + sha256 = "8fead27ec6c9d3853e7f2db679d3625b63337477ee6861e922ad2327007c448c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,ls421de" + ]; + titles = [ + { + model = "LinkStation LS421DE"; + vendor = "Buffalo"; + } + ]; + }; + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic-wolfssl" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-mux-pca954x" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-cznic_turris-omnia-initramfs-kernel.bin"; + sha256 = "657f22ed7cc1ec3234de91475a2735e14eaa51d99e89d467cab4e80dba44a0d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-21.02.7-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "de6f4d62b7050d90b304e15c7b3ee3d0d8840ab96564384cbf7c5cb177d3460d"; + type = "omnia-medkit-openwrt-21"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "783587453887d9b36593b5c358cc152dc75f088a7a696039be6ab925b7a84abf"; + type = "openwrt-21"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + model = "Turris Omnia"; + vendor = "CZ.NIC"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "1ecdca9053e8f63fb9c0cae097b6e9eeee33448ffe13e1f4cbad11bf76d73a99"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-globalscale_mirabox-initramfs-kernel.bin"; + sha256 = "5f84dd7cb086674eb00289740e746eb6075e58fb1729eb4371fc2ec5e4315739"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + model = "Mirabox"; + vendor = "Globalscale"; + } + ]; + }; + kobol_helios4 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-kobol_helios4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-kobol_helios4-squashfs-sdcard.img.gz"; + sha256 = "501e10112c8d83cfbba6d0fd8954da52d8f9bbf1488873384eca5e292f4da6a0"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-kobol_helios4-initramfs-kernel.bin"; + sha256 = "c0f69dbcdcbca558d7c3262d51bca01b7860aad34ff3e4bf8b2641f05e10b0e2"; + type = "kernel"; + } + ]; + supported_devices = [ + "kobol,helios4" + ]; + titles = [ + { + model = "Helios4"; + vendor = "Kobol"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt1200ac-initramfs-kernel.bin"; + sha256 = "510dffc091fa4bab6792b1b65f49a8560315ccb403d6f2026781a4ce4293a2b4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "9e38f698b6f5c9b324d08c8027183b287a054f9ff6c44f481e4697ce526ec651"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "c1896733c5f8dab0f8e05383914c1336776550bc56d0eda88592d488c3f057bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1200ac" + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + model = "WRT1200AC"; + vendor = "Linksys"; + } + { + model = "Caiman"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v1 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt1900ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt1900ac-v1-initramfs-kernel.bin"; + sha256 = "5c02251f8366f3f41455e453bd24275909cd48d8a099e706f69a6a93e6f5c8cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-factory.img"; + sha256 = "d3ce6f01eab3326035b4810f87c8d65206dd8d85c6369d99f273baae73df49c4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-sysupgrade.bin"; + sha256 = "a991762dfe58892ad28c992155f4becc6a96c5041b8a985c8a36906e54033981"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v1" + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "Mamba"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v2 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt1900ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-factory.img"; + sha256 = "01adc3563183f68fd0061a5041e23b0a753a68ca59664c6d2353a86128067fbe"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt1900ac-v2-initramfs-kernel.bin"; + sha256 = "afc7882431ac4a6d5e6ffb4ee0361199db2daa234ed2ed42cf7979f5a24912f7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-sysupgrade.bin"; + sha256 = "edf3614250bd0001178aeb6d89b19ec42c87107b044b0b26efea29b5dd5e9807"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v2" + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Cobra"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "a2a8371876ab00302faa938b0fd514a05ebcaecc82c920feb48537c5f12b5083"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt1900acs-initramfs-kernel.bin"; + sha256 = "2b97c897687491ee4d91f532b7835a1dd7eec390ea042d19a3b922836b824e9f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "53b6e57516c86676ec16824f7cdc85dbbb83d133f562c2d18d4604406a669cf9"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt1900acs" + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + model = "WRT1900ACS"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "WRT1900ACS"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Shelby"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt3200acm-initramfs-kernel.bin"; + sha256 = "4884c5e268f5195605213f4511ee337bd8d1036f2a6677cddafde474d1101754"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "8e36b25ab55455211dd962e189ee221c9d54be5799d70a0cfda964114b0491ff"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "2a3cad61f51c8358e0fdd02a6891eb3136deb25f62b007673cea11a50abba6f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt3200acm" + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + model = "WRT3200ACM"; + vendor = "Linksys"; + } + { + model = "Rango"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "dbc35f305d2ccebec2d81fe92ccad2779adbd6173f6a87907830f1e73ae81679"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "f9109cae6c04a403fc7b55f19380550792ef09f4364fe488cfc5f92ef8927e65"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-linksys_wrt32x-initramfs-kernel.bin"; + sha256 = "17e85d55e7e6fa2f2d093b4bf9fd1c2dfdc3ed321054aac37658720bcb793476"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt32x" + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + model = "WRT32X"; + vendor = "Linksys"; + } + { + model = "Venom"; + vendor = "Linksys"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "7427aa3714b2c60df869ad847282657407a8f485c41fcb394378b2e132709d9c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-marvell_a370-db-initramfs-kernel.bin"; + sha256 = "03c493a1ba2f5d136827178c37ad7c70c4b4c3685319bd2bea5aa0fb370290ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + model = "Armada 370 Development Board (DB-88F6710-BP-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "224c5399a56392f27236086ba5d75f264c92263c2ea39a0c8044bc29c30e3a20"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-marvell_a370-rd-initramfs-kernel.bin"; + sha256 = "1eaa50b6b650f0f9db4e0461a8e1727e495ec5c8e02a088e9ab7667820b89e53"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + model = "Armada 370 RD (RD-88F6710-A1)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-marvell_a385-db-ap-initramfs-kernel.bin"; + sha256 = "080feb11d4b7fa84d4a6d3d0e3ce185cb7acd4acb279a23ed6bde16e2c59148e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "7662910d0cf2d48c207603b175a13135634361333af91fdc155a71cb36395aaf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "935d48c3a7ea781a4d01b1a23f859690a9af7913fa4847ece40188e7add2894d"; + type = "factory"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + model = "Armada 385 Development Board AP (DB-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-marvell_a388-rd-initramfs-kernel.bin"; + sha256 = "bf21422b76567897d2850a68285e19865ec3ede8c312855dd34aaf5e965fcc52"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "06f04a91cd0d22e01a569686523b931f2b116993192647a143d756ef31d6980c"; + type = "firmware"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + model = "Armada 388 RD (RD-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "82a70bf0b6cea97264da92b58a58e3a402d83944bc75db1fb4d7dd21d7657ba7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-marvell_axp-db-initramfs-kernel.bin"; + sha256 = "4a2f9d1200cdbe74e7fcc694fe8214daf2a35ca88832504910b6c14f5883a3e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + model = "Armada XP Development Board (DB-78460-BP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "2a7b044bdd58f30fa20b7eecacf38eb8aaa0b276f450e47c885c837beb51b56a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-marvell_axp-gp-initramfs-kernel.bin"; + sha256 = "7a50d90aee1d9c5cb4aab7b46b16e04c2e03dcf4c4319a3ac965e48d0f15d38d"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + model = "Armada Armada XP GP (DB-MV784MP-GP)"; + vendor = "Marvell"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-plathome_openblocks-ax3-4-initramfs-kernel.bin"; + sha256 = "cf8769751d78a9c954831bfa26189cab6c14f4a9bd24083830d695b0880af189"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "dff2d7362536bf28256e502ba4170a9aa46a4a1caaba2244d3787ad084a35439"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "71f49209e8e05b1ea25d9253752249d396d6057f39683e635716788c291d6947"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + model = "OpenBlocks AX3"; + variant = "4 ports"; + vendor = "Plat'Home"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "2ba35c6348330ef1b44817c4e1de98e26ce18f0f9c33be42c66c4cb82739ab31"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-solidrun_clearfog-base-a1-initramfs-kernel.bin"; + sha256 = "c0f69dbcdcbca558d7c3262d51bca01b7860aad34ff3e4bf8b2641f05e10b0e2"; + type = "kernel"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + model = "ClearFog Base"; + vendor = "SolidRun"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-21.02.7-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "6fc787bf41e910a55b6ed3ed7a6946789d9da3730c2e0d63df6d81943023de5a"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-mvebu-cortexa9-solidrun_clearfog-pro-a1-initramfs-kernel.bin"; + sha256 = "c0f69dbcdcbca558d7c3262d51bca01b7860aad34ff3e4bf8b2641f05e10b0e2"; + type = "kernel"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + model = "ClearFog Pro"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "mvebu/cortexa9"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-octeon-generic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-octeon-generic-initramfs-kernel.bin"; + sha256 = "2d7667c1de1d575bbbdd744e0e4846a1685fa7d3a658f85f0c0825f024a6d965"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Octeon"; + vendor = "Generic"; + } + ]; + }; + itus_shield-router = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-octeon-itus_shield-router"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-octeon-itus_shield-router-squashfs-sysupgrade.tar"; + sha256 = "a3d2c74c579b0e9676047c15dca49621403aeca17e03717c69e1903bd64b7704"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-octeon-itus_shield-router-initramfs-kernel.bin"; + sha256 = "e6fd7f96b2c65c1ac82ded21d58c3bd5becf5e70f809a7f83847bff4a6170b02"; + type = "kernel"; + } + ]; + supported_devices = [ + "itus,shield-router" + ]; + titles = [ + { + model = "Shield Router"; + vendor = "Itus Networks"; + } + ]; + }; + ubnt_edgerouter = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-octeon-ubnt_edgerouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-octeon-ubnt_edgerouter-squashfs-sysupgrade.tar"; + sha256 = "5791b81cd9056ee5c202dc6f3952724f600b53f547c30932cf7fd19fcae3931d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-octeon-ubnt_edgerouter-initramfs-kernel.bin"; + sha256 = "b4895f639247f65eb3011e344457032f9d5ba869f784186650dfc15632ce6686"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter" + "er" + ]; + titles = [ + { + model = "EdgeRouter"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-4 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-21.02.7-octeon-ubnt_edgerouter-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-octeon-ubnt_edgerouter-4-initramfs-kernel.bin"; + sha256 = "9c5142a3f59d3f3a61707dbc42081f144c67e89d1fc83dd963fedd4a5e4ee512"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-octeon-ubnt_edgerouter-4-squashfs-sysupgrade.tar"; + sha256 = "c1f652219f432edc03bb1cf7dc9260b3d9c24de4be1b087dbe846c1bf285a07e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-4" + ]; + titles = [ + { + model = "EdgeRouter 4"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-lite = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-octeon-ubnt_edgerouter-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-octeon-ubnt_edgerouter-lite-initramfs-kernel.bin"; + sha256 = "4474c8920c37ff266b718ee43c5a05e9b1c82fcaff8fb853fa72bbf8e52bd1b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-octeon-ubnt_edgerouter-lite-squashfs-sysupgrade.tar"; + sha256 = "65d5128cd57977650d1fc4f6991f3c78f9381f744dc2db94f92613c5cfe546cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-lite" + "erlite" + ]; + titles = [ + { + model = "EdgeRouter Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "octeon/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "bd5a6fb0a2e620ba93c78ac8bcbf0d3a5d08ddd5bdcd2720ca6fef9e5ffbb591"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "c0473fdc68a2b789c37af387e036013c2df2253d9178ff486f78da10bf0541ab"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + model = "AM335x BeagleBone Black"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-omap-ti_am335x-evm"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "7fec6821e4a9eb7798d0c6c3ecf1da639cc7a25d507fc2cf8647110685e423c3"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "c5938fb18f2bbecf508715a9ae54515020fd33fa62a55c095ee72e91211598b5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + model = "AM335x EVM"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-21.02.7-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "563d9d7f6ee67e7c0edbd70f5d86033400044f926229d1818907999cf17990be"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "41253af8883e451c8a21157a6e714fcc93cb6a847d2067385e4ea093bb25d473"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + model = "OMAP3 TI beagleboard"; + vendor = "BeagleBoard.org"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-21.02.7-omap-ti_omap4-panda"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "bb23b192e2f78bc81550d1122c907d60abf6b1b9a6cc13739d2fd34fe12c2d6f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "aca5c1d666a52bb7782d2a0bc99ad923a82f78cddc368eb2ebedfe8b74f3d260"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + model = "OMAP4 TI pandaboard"; + vendor = "PandaBoard.org"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "omap/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "fdisk" + "fstools" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mtd" + "netifd" + "opkg" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "e8c075911324474c57e9d17b2023d76c5e6cd7b675af014f3d12d7a1c96ae5a3"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "2dc0570ed71b4d96e9b0f7520eacd0418a88ebdfda914be9802bfa9c57071313"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "2a8e56036a26fe6f2308920f8a30a28894a3d792131b788158df7912a9b18960"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "f6d1b0b74a36be24e58a2022902e22803f1ac2dc2028f432a4f9de860ad1cfd6"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-oxnas-ox820-akitio_mycloud-initramfs-uImage"; + sha256 = "584290ee928ac02b7f8d92f55513fc021bedde310ad22dff0c6afa5d97dfda41"; + type = "kernel"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + model = "MyCloud Mini"; + vendor = "Akitio"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + ]; + image_prefix = "openwrt-21.02.7-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "c72fc5df3d88ff440947fbf2bc6694463463ebe933c5685d51f1e0845677de55"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "64071ccbbd9ad3fb025f9fb75d85ac9d656e85b05a2d0218e3794ce59a29b8d8"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "c2b8dc938c0cb9e466a5f37fa1351a921ea7e72d8e8add2698062f63e7a5344a"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-oxnas-ox820-cloudengines_pogoplug-series-3-initramfs-uImage"; + sha256 = "7a60461dfc67ca7c442000c90f3864037ee5d52b16d5941480cc1b184c59ee1d"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "88b8e60d605b11be741d1d1de66e9e41250665e4d0e22c42bd9383e35f49afb2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + model = "PogoPlug Series V3 (without mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "fd04dde8e0b0cff442261a8222d05a339d6d6339880857b144cfbf048505ad6c"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-oxnas-ox820-cloudengines_pogoplugpro-initramfs-uImage"; + sha256 = "2bd0092a4e7f97aba2a78b093a69154e3bc5a4e6aad9b51a4ebe4348cfd870da"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "9f9092237bed26d4e8fa0133d13dfece7959d1fdc8a3865fbcf837b190cdd259"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "470bf4328569cb75f7a4aaa723dbc584c6dd85ed94c567588cdcca70311979fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "bcfc242cb4d58b7251a718cf926006746497b5e3b5212ebde5b8d507adfea4f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + model = "PogoPlug Pro (with mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "4e563969fd5a5a6d6d1f5d2218a4e093b4ec6a48a612e037f319d78cd791a6c3"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "32e4537dd4e940be7388084416be118e5b7a2defd29bded032bee8d7d3934a41"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "f61e44c1976aa3fcef79a9e17b1d330f428dae195b4cf4940be1aa97d873bec9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "758d2801bd63f90b4019823e48a5a1159de4e28cc4b714d0847382ad5c32b7bc"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-oxnas-ox820-mitrastar_stg-212-initramfs-uImage"; + sha256 = "f0f5ea14af19b0534f9aa1044c363c269bac60d2174bd03d68b91af3e4afdbba"; + type = "kernel"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + model = "STG-212"; + vendor = "MitraStar"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-ata-oxnas-sata" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-21.02.7-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "3e328d453fee22b29780cb0215d7afa3dcaadcb78303d2267bbb45e4ac2b09fd"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "d2fe20497c370d451dbdd303f267474cc40721f46bb6a1557f0641d82750e2a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-oxnas-ox820-shuttle_kd20-initramfs-uImage"; + sha256 = "86b6d0f4d4049de8c4bfe9798f3b5f0174824b11a050728b8d0d608c279dda4a"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "072554b1a0226b343e837b7df2b0f8d6eecb499f0dc7261f541acaf5e711e376"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-21.02.7-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "610d092341717753a46ccb2c61894d0799dd8abcc79a93894ef7c8bab756f668"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + model = "KD20"; + vendor = "Shuttle"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "oxnas/ox820"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + img_creator-ci40 = { + device_packages = [ + "kmod-tpm-i2c-infineon" + "kmod-ca8210" + "wpan-tools" + ]; + image_prefix = "openwrt-21.02.7-pistachio-img_creator-ci40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-pistachio-img_creator-ci40-squashfs-sysupgrade.tar"; + sha256 = "5138b94341e42dbfbddc93bc1c2ec70f20066b012efd4c18b426733346c68bc6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-pistachio-img_creator-ci40-squashfs-factory.ubi"; + sha256 = "f7d650ee5003937792a4f9d373d6edd409e15c88dff332dac51a5933e0d5e0f8"; + type = "factory"; + } + ]; + supported_devices = [ + "img,creator-ci40" + ]; + titles = [ + { + model = "Creator Ci40 (VL-62899)"; + vendor = "Imagination Technologies"; + } + { + model = "Marduk board"; + vendor = "Imagination Technologies"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "pistachio/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aigale_ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-aigale_ai-br100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-aigale_ai-br100-squashfs-sysupgrade.bin"; + sha256 = "140600f07e5dd5214c6215e41c594dc6e95bee9eceebe331ee9445f2f19d6435"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-aigale_ai-br100-initramfs-kernel.bin"; + sha256 = "ec39ab6ccbf3c43f5721072e62fc3b8c5481538f4a89a9d52981194d6606b8bd"; + type = "kernel"; + } + ]; + supported_devices = [ + "aigale,ai-br100" + "ai-br100" + ]; + titles = [ + { + model = "Ai-BR100"; + vendor = "Aigale"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "30cc3ed313bfdd11aa983d7926983fbc95d874c5bda22022d246caf6bdc39d67"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-alfa-network_ac1200rm-initramfs-kernel.bin"; + sha256 = "15f547a545dc24551562a77816e90e60c6159e15d89712d816455e0337370909"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + "ac1200rm" + ]; + titles = [ + { + model = "AC1200RM"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "ebb57241620041d9d656a0065d3a68948035b6af009ea5efcbb1d6c96fead4d6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-alfa-network_r36m-e4g-initramfs-kernel.bin"; + sha256 = "f0cb8aa410e56001e2a8c77299eac3342fbde68bc5ce630f714fc8cfdc20bb30"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + "r36m-e4g" + ]; + titles = [ + { + model = "R36M-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "78429b4afc6f4bce039b7649d7e268e16c830dee53905ab4c346ec3e749c2010"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-alfa-network_tube-e4g-initramfs-kernel.bin"; + sha256 = "9c4e5c45c77710e3080c6589c793356750222d7281aabbced65833972a8a9208"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + "tube-e4g" + ]; + titles = [ + { + model = "Tube-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-asus_rp-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-asus_rp-n53-squashfs-sysupgrade.bin"; + sha256 = "3d316a73220dd19fcb12d3cda2496d913637a01cee6f37afa26de8c6a6d03c0b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-asus_rp-n53-initramfs-kernel.bin"; + sha256 = "4d57faab3584e7d1ae524568be0436825b9270eb55667128048866493d25d103"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rp-n53" + "rp-n53" + ]; + titles = [ + { + model = "RP-N53"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-asus_rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-asus_rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "f437868bbf8f6379ba83f71f6c40e7de6eaf714b91e62df99f678a20e1da4216"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-asus_rt-ac51u-initramfs-kernel.bin"; + sha256 = "02139871c04f4fe5ccf244b6e5a6942b609e997056e8deb1f7b8c66180651dcd"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac51u" + "rt-ac51u" + ]; + titles = [ + { + model = "RT-AC51U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac54u = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-asus_rt-ac54u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-asus_rt-ac54u-squashfs-sysupgrade.bin"; + sha256 = "19429f4545c58836ba3b12411af074ad371d412fb207186368e4c4350a4829e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-asus_rt-ac54u-initramfs-kernel.bin"; + sha256 = "df4a4ab69b536e7c50143fc75d31dbf8a6bbd76abb0ac73bc379a6cc17275849"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac54u" + ]; + titles = [ + { + model = "RT-AC54U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-asus_rt-n12p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-asus_rt-n12p-initramfs-kernel.bin"; + sha256 = "76463756a52b3f1fc1fef299ae8e3410c8bff566a7ef6bca468447a28748885c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-asus_rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "3a603337eb5e1856b1b782c67322d9246176bbf67531615656fc418b076bc239"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n12p" + "rt-n12p" + ]; + titles = [ + { + model = "RT-N11P/RT-N12+/RT-N12Eb1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-asus_rt-n14u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-asus_rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "e0fb2592515b9b87399ae089727373c6674386385ecfb7a6e392ff9dd0ec143e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-asus_rt-n14u-initramfs-kernel.bin"; + sha256 = "ce25448850bca21ed57b1febf54f4c9b40ed2b9b8d58b48827d4c0882ba6f451"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n14u" + "rt-n14u" + ]; + titles = [ + { + model = "RT-N14u"; + vendor = "Asus"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-bdcom_wap2100-sk-initramfs-kernel.bin"; + sha256 = "238bed5c0da97df8204164b85acee103f899976d85880b22f2e1f70d06ecedec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "6adfccf048a28b0f17c94c1644727a34a213c5322baf5825dc52c44e779ed58e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + model = "WAP2100-SK (ZTE ZXECS EBG3130)"; + vendor = "BDCOM"; + } + ]; + }; + buffalo_whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-buffalo_whr-1166d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-buffalo_whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "76e9d3b244b44c44bb763abf6e4765682279488ba6e3abb3768823a1b719f3d6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-buffalo_whr-1166d-initramfs-kernel.bin"; + sha256 = "0dfeb2e860fc7be7286fd5efee9331ae827586fb41807805ba970c8875aaf089"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-1166d" + "whr-1166d" + ]; + titles = [ + { + model = "WHR-1166D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-buffalo_whr-300hp2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-buffalo_whr-300hp2-initramfs-kernel.bin"; + sha256 = "53d18bbea733bd3ed92d008cbfc5ce4dc0e6b84a56e6a2574e4997f68c549f69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-buffalo_whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "d76f81bf3675e07b3149a6a7fe30e65ee57761abdba6bc9c1302bb2d0eb9076b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-300hp2" + "whr-300hp2" + ]; + titles = [ + { + model = "WHR-300HP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-buffalo_whr-600d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-buffalo_whr-600d-initramfs-kernel.bin"; + sha256 = "0f3df940e86bfa6397d5dd4ffbcbc8068245898fcebdc6bb3bfe211572b821bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-buffalo_whr-600d-squashfs-sysupgrade.bin"; + sha256 = "9f700fa2bf4d3f337d1bbabcfc15251cd60da65d4fad0a6f9b79c2c4c5647f51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-600d" + "whr-600d" + ]; + titles = [ + { + model = "WHR-600D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-buffalo_wmr-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-buffalo_wmr-300-squashfs-sysupgrade.bin"; + sha256 = "dbe267bc6b5aa147ed8e99a5473116fbb5847cc5a5f9b9889bf815a0546a25fa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-buffalo_wmr-300-initramfs-kernel.bin"; + sha256 = "dfba08b0d1a2f61c39ef5f4b7891962e87daa05ca73ba496d20dc8592abf1442"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wmr-300" + "wmr-300" + ]; + titles = [ + { + model = "WMR-300"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-comfast_cf-wr800n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-comfast_cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "5cabc334e69742b5f73a27bb22cb34dac10b5fc234b3eb537942efd6dd28ae98"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-comfast_cf-wr800n-initramfs-kernel.bin"; + sha256 = "041672184560e8db568019b8fe0cf1583ab5771a62fd45bcc75b7addc06fa988"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr800n" + "cf-wr800n" + ]; + titles = [ + { + model = "CF-WR800N"; + vendor = "Comfast"; + } + ]; + }; + dlink_dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-dlink_dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dch-m225-squashfs-sysupgrade.bin"; + sha256 = "2320bd63a26ac9f63c6158cc31049ba44d5a6683f5d01793ea1a3b3514fbd0ae"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dch-m225-squashfs-factory.bin"; + sha256 = "455791249a76536a0be7bf1fd707a1c2f73d1d5c8094092d1cbf249cbf452d9f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dch-m225-initramfs-kernel.bin"; + sha256 = "256192dd01f88c66f128c65ecce06e279a44a19836832880a5bd2c9e53bcfc68"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dch-m225" + "dch-m225" + ]; + titles = [ + { + model = "DCH-M225"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dir-510l-initramfs-kernel.bin"; + sha256 = "85912fffa5c70186c20bca1740b329cde07086d5ca74baed2ccfb358491f4bf0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "bf391d5253b5df6a69372144c779ddb3b615b0687dc4b0ea19e5384e32ee7da6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "1376ccabca10732f1f16b400df6e0c99c4001e7cfd73dfb7d96362467cfaad44"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + model = "DIR-510L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-dlink_dir-810l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dir-810l-squashfs-sysupgrade.bin"; + sha256 = "123e3c3be9d303fbdb5da6465ed93e95f6d9efc3aa26b731156615a484c55b1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dir-810l-initramfs-kernel.bin"; + sha256 = "c333b8396dca1dc2e95f453b5048a3e33bc97f7193c529382b6303f3020efb65"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-810l" + "dir-810l" + ]; + titles = [ + { + model = "DIR-810L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "195d72d0cfd6bf5ae8c16051dde799e1ead875efd6f6e5e8dfa69d249ac7237f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "3662af9f6100de08077177c979976474421b02e21c2d4c46e7e214f274635c21"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-116-a1-initramfs-kernel.bin"; + sha256 = "7be29c0ea90871778277be6025ec1218f577345551986e13546fd7995343d1b3"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + model = "DWR-116"; + variant = "A1/A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-118-a1-initramfs-kernel.bin"; + sha256 = "a46346fed8fcd19a4a6fcbd6232ed842e2d9bfe23f464912036cb3ff85940483"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "7da8667de472734fc22cd2dcc90486f7030a895d48731ef03ef744867c3858df"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "fd23957daf3978c3f4982fcc37b0413949f88ea7e03ecc3c26ed055aa05cb764"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-118-a2-initramfs-kernel.bin"; + sha256 = "28c63c1ce292bff3e904e48613c538f7c0a7e9adf829ebf2f5711a2d7e0e4369"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "fe5bc56c32515215d58765b5fdb3146c2bb096e5a60217e8052f481d1fb34cf6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "5cd8a540f156955b11271529b3d6f502b40c4ffefa0e31f05389d005bdddd0ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-921-c1-initramfs-kernel.bin"; + sha256 = "d6495faa1e060666f93b0f4b87ac684e9b6fb0eb692cec0f00cfa85ae60a4d26"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "5c6fa42df3ee28743364811eeaf2d8ec8dc7134ff3995e0507c37c94f9e081ba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "d8c9507b0e0b6240ff1863e3000a009929f10224ce3e885fc6de52ba9102bfbf"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-921-c3-initramfs-kernel.bin"; + sha256 = "d6495faa1e060666f93b0f4b87ac684e9b6fb0eb692cec0f00cfa85ae60a4d26"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "bc4603572f31a9cf41e38a7f940188df49be0eed737dc8758168c09cd7049944"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "e42698dab813d97854b36a6c15013ccf94479236fcffbd633a2c6c42d6a0322f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "0e4a5ca088eade5f793766e35796707389060a88686b5bee9193d7f11d7fb133"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "33ec4b6f51709debcd1ff721874c05c13be39f1ec97dbef20ce62ff34b5154b5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-922-e2-initramfs-kernel.bin"; + sha256 = "f2ff7a26cbe5b935c351740a8393d6a914cfc5b5f5917c12d92afdb89bf9a4e3"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + model = "DWR-922"; + variant = "E2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-960 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-960"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-960-squashfs-sysupgrade.bin"; + sha256 = "11bc2fa39f21f046d57c93f34830cdf4aca0e9d34ad79a7292b08a02779ce0ec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-960-squashfs-factory.bin"; + sha256 = "49a0b4f3373e379f5d00ad1df30c3f2b439c5870056df7fb8105dca7381a9e38"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-dlink_dwr-960-initramfs-kernel.bin"; + sha256 = "f5c9bb1a8e873ce582597a04ecbca8993757c2103f8add74a5090227dc95ef39"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-960" + ]; + titles = [ + { + model = "DWR-960"; + vendor = "D-Link"; + } + ]; + }; + dovado_tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-dovado_tiny-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-dovado_tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "797c63771050f16c0fd27831e0f4abc131ff1679046520c2d8366737b3ef09a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-dovado_tiny-ac-initramfs-kernel.bin"; + sha256 = "0e5163c0a710ab60e50a259d6dd208a7b2d43f02ae8cf5ecf448e7d9018474f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "dovado,tiny-ac" + "tiny-ac" + ]; + titles = [ + { + model = "Tiny AC"; + vendor = "Dovado"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "55b4510a0776decf8050061d356fa43c3d7851c62dfce1f814fc0d976e795d5d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-edimax_br-6478ac-v2-initramfs-kernel.bin"; + sha256 = "74c4336d06309ef3f3c66efa186013f34e1d3ff9867fdefedfe8e85ed5f49d34"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + model = "BR-6478AC"; + variant = "V2"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7476rpc = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-edimax_ew-7476rpc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-edimax_ew-7476rpc-initramfs-kernel.bin"; + sha256 = "267ab78e6460cda138972a820061bd7b2abb47f6ed75865afb850a02eb21fee5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-edimax_ew-7476rpc-squashfs-sysupgrade.bin"; + sha256 = "be963eddcbdfe8989f27191a45008584d19df147501f0fbeae713cc6877b6e96"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7476rpc" + ]; + titles = [ + { + model = "EW-7476RPC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478ac = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-edimax_ew-7478ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-edimax_ew-7478ac-initramfs-kernel.bin"; + sha256 = "920a0a68004fbc2682ac9bb6374ea756515907c181e9b4093cb7c4bd3a11b565"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-edimax_ew-7478ac-squashfs-sysupgrade.bin"; + sha256 = "0cbf444725bb19f399d7c2cb59ba8071db53e1ea023d2b9eee202e7b470e0abf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7478ac" + ]; + titles = [ + { + model = "EW-7478AC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478apc = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-edimax_ew-7478apc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-edimax_ew-7478apc-initramfs-kernel.bin"; + sha256 = "2aefcecaa0a86a4294abb7a0a5c9677309c015c42a9bcacb08604b15a641aa5e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-edimax_ew-7478apc-squashfs-sysupgrade.bin"; + sha256 = "baae8835f5cc4c7a2cb866f944b17ae126217857f37c78240c0fcf3bb075c287"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7478apc" + ]; + titles = [ + { + model = "EW-7478APC"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-elecom_wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-elecom_wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "97f94b16b0dddcea34d7ef0ee4162fe12464c3bac0d9d828068d868898b348d6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-elecom_wrh-300cr-squashfs-factory.bin"; + sha256 = "27d09dea20db35f291ccf272beb09d5581743f90cf45007a97ecf110ea9275fa"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-elecom_wrh-300cr-initramfs-kernel.bin"; + sha256 = "522c34b03e060e9aaf7cee8fb6d93bdb7bfcda75ffb49c88f79ee10fcaf53b2b"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrh-300cr" + "wrh-300cr" + ]; + titles = [ + { + model = "WRH-300CR"; + vendor = "Elecom"; + } + ]; + }; + engenius_esr600 = { + device_packages = [ + "kmod-rt2800-pci" + "kmod-usb-storage" + "kmod-usb-ohci" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-engenius_esr600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-engenius_esr600-squashfs-factory.dlf"; + sha256 = "13e3f5417b574f539dd382877855beaca097880b46a33a4e0d01dd6045c707ce"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-engenius_esr600-squashfs-sysupgrade.bin"; + sha256 = "feaa4af81e38a83d61fe941a3c55a27d57c6322ac5f14ead9c70da8451f2dbf6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-engenius_esr600-initramfs-kernel.bin"; + sha256 = "093ccf147922355c3ddc5be5343426927e2e8c7658852195333ef88767dd4f71"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,esr600" + ]; + titles = [ + { + model = "ESR600"; + vendor = "EnGenius"; + } + ]; + }; + fon_fon2601 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-fon_fon2601"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-fon_fon2601-squashfs-sysupgrade.bin"; + sha256 = "4e459da09818b185b4f992710fd9cb025f5e7cb45a2efb87ed9e9011a682c3e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-fon_fon2601-initramfs-kernel.bin"; + sha256 = "37a99e02bf02fbc1e3acec5a66bd6f8dd5e2ca5e78e1d1b56588e676d8bfe880"; + type = "kernel"; + } + ]; + supported_devices = [ + "fon,fon2601" + ]; + titles = [ + { + model = "FON2601"; + vendor = "Fon"; + } + ]; + }; + glinet_gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-glinet_gl-mt300a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-glinet_gl-mt300a-initramfs-kernel.bin"; + sha256 = "e80ecaf85347ae15b10e9fa434641193bf8b5219afe91543b98dd0aa0f1fd048"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "aeda58e31596630d345a50a3d38a7fec90110b6e62ba386b6783c4ac80cad300"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300a" + "gl-mt300a" + ]; + titles = [ + { + model = "GL-MT300A"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-glinet_gl-mt300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-glinet_gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "ba21cf9a2e26905d8fcf6898a94deacfc39f295b909bc898107a401a620bd37e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-glinet_gl-mt300n-initramfs-kernel.bin"; + sha256 = "d90e0368c2705a5454942b09c0aca76be803d43ee6ad36b8428dc1bd0e52d681"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n" + "gl-mt300n" + ]; + titles = [ + { + model = "GL-MT300N"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-glinet_gl-mt750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "69f314348acfb36057b3c5ee8a9a00121f1aceab95de764047f965920a8716d5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-glinet_gl-mt750-initramfs-kernel.bin"; + sha256 = "6085a0d74fc48bdc281796d40c99fcd644947b77d117123762b29159074b0f91"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt750" + "gl-mt750" + ]; + titles = [ + { + model = "GL-MT750"; + vendor = "GL.iNet"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "663ff6f0e3a08c3db737622af2e51c2e3901555633d855d7b8e65682f1b1e106"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-head-weblink_hdrm200-initramfs-kernel.bin"; + sha256 = "730c5991583fa74b09389a8f6076d4a806d5135141111cfaa898e5aca516b3e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + model = "HDRM2000"; + vendor = "Head Weblink"; + } + ]; + }; + hiwifi_hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-hiwifi_hc5661"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-hiwifi_hc5661-initramfs-kernel.bin"; + sha256 = "525b97c4a703b92341c33d95258f463a861bdb7e86d6cdd74add1813b3891bbe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"; + sha256 = "f9db5469ba1ddab9e47972560926f0edb11acb184fa0a9926c2e465aa865a7bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5661" + "hc5661" + ]; + titles = [ + { + model = "HC5661"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-hiwifi_hc5761"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-hiwifi_hc5761-initramfs-kernel.bin"; + sha256 = "12ed5ab7d870bcf15e83eacd1cee0ea7a41dc68b1aa15830ca4060a7694e3b3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"; + sha256 = "a7b665d3015874dd237d2c8bd001191d56391562b6f79b223082221424d59201"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5761" + "hc5761" + ]; + titles = [ + { + model = "HC5761"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-hiwifi_hc5861"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-hiwifi_hc5861-initramfs-kernel.bin"; + sha256 = "06a621711bf5859abd021d82ff880bd04cc172efc1481811532ee910bad283d5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"; + sha256 = "d2a98aea23b6d481153ca8ba6873105eb4ab08473717639566c4bc66e76b93b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861" + "hc5861" + ]; + titles = [ + { + model = "HC5861"; + vendor = "HiWiFi"; + } + ]; + }; + hnet_c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-hnet_c108"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-hnet_c108-initramfs-kernel.bin"; + sha256 = "c00160e803caafeedbc8fa177f5124509939a60932ff4f4ef5e9c4c9d3f4db40"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-hnet_c108-squashfs-sysupgrade.bin"; + sha256 = "15fc24b0cab34d32356462feadc04724878347dd040f776d6a4ee28c863bc8f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hnet,c108" + "c108" + ]; + titles = [ + { + model = "C108"; + vendor = "HNET"; + } + ]; + }; + hootoo_ht-tm05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-hootoo_ht-tm05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-hootoo_ht-tm05-squashfs-rootfs.bin"; + sha256 = "e532f83394842949c588ee979267ef6f982326d0f6084dc7457df319f572e780"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-hootoo_ht-tm05-squashfs-kernel.bin"; + sha256 = "3ca33f5f6a561801d81695486a0bcbd9b2db754abfb0ea2e73bc12fabf3fdc28"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-hootoo_ht-tm05-initramfs-kernel.bin"; + sha256 = "37f020cbc3b1a2706f631ce2ff71b619473233614ea97b92bc1feb69f8a7b880"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-hootoo_ht-tm05-squashfs-sysupgrade.bin"; + sha256 = "6292504a29ab1873b2836286748a4ba127f0be4de07b81e09bedee559694f8d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hootoo,ht-tm05" + ]; + titles = [ + { + model = "HT-TM05"; + vendor = "HooToo"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "8d52813294b7ed303a05838f34c63b3f6b59fee26df34da14fb9731de6750e36"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "79a71060c1d82c42ba9c3fdeac004ffca9098ecf67ea1301e4afe5250e685857"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-iodata_wn-ac1167gr-initramfs-kernel.bin"; + sha256 = "b21e1abdfef8969190f75fb1391fa12df28e8eed52ea7f0ddb3eb9993015d1c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + model = "WN-AC1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "fc8d3c9b9ad0b2a60bdb0c66530756d3acd0d640031dc15c6e8b0cc3347ceed1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-iodata_wn-ac733gr3-initramfs-kernel.bin"; + sha256 = "f4fd36a3d91d69cd364d496256e91fdf95b7faae78ae0349c0abf608d891198b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "45f20e273a984ee2bdf22f92ac692cb5fcb0a1c4dbb1c3534211e4154e14bf56"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + model = "WN-AC733GR3"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a1004ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-iptime_a1004ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-iptime_a1004ns-squashfs-sysupgrade.bin"; + sha256 = "4d4b664ab1ef4c6e916a2cafdb01c64d306f7b6ee8c3d03604319cb98dd29336"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-iptime_a1004ns-initramfs-kernel.bin"; + sha256 = "2187306f40491bd20e1fe4306248f7e3f1951054411152572c27aa1c06592b01"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a1004ns" + ]; + titles = [ + { + model = "A1004ns"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a104ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-iptime_a104ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-iptime_a104ns-squashfs-sysupgrade.bin"; + sha256 = "630e045588a53e76996145d9a1610ed0dacb8ab716eb6ea2067b8797c161b1e8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-iptime_a104ns-initramfs-kernel.bin"; + sha256 = "cdbf7adfd43c1fc5f8ff16b7f86cb5b483baf06999d47337c1842e4c3e11f78a"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a104ns" + ]; + titles = [ + { + model = "A104ns"; + vendor = "ipTIME"; + } + ]; + }; + kimax_u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-kimax_u25awf-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-kimax_u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "99def2b1e93065ee95025edf742862a7a8a7cdb5449f48cb4790db7b90c9cd6f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-kimax_u25awf-h1-initramfs-kernel.bin"; + sha256 = "1c0cc8c16a8c097901f418df0613a822c633a410db0bf3584d081d5144760208"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u25awf-h1" + "u25awf-h1" + ]; + titles = [ + { + model = "U25AWF"; + variant = "H1"; + vendor = "Kimax"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-kimax_u35wf-initramfs-kernel.bin"; + sha256 = "f2886e5d2766ffba7dfd81163c67818841fb4180dfaca2ea24a1baf6788cf00c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "b5d83b1f6ca6586ec226bdc8464f21a221123cd834f4c92b579b755991dcdbf0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + model = "U35WF"; + vendor = "Kimax"; + } + ]; + }; + kingston_mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-kingston_mlw221"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-kingston_mlw221-initramfs-kernel.bin"; + sha256 = "2b2f3ca5f8425707ba3f8fa78e71a1442b20ea311ed7b1df23254813ea785471"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-kingston_mlw221-squashfs-sysupgrade.bin"; + sha256 = "a78750e2854d0c62a1c6819989851cca5822f4998e0fb4651d37c2da2df80f1b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlw221" + "mlw221" + ]; + titles = [ + { + model = "MLW221"; + vendor = "Kingston"; + } + ]; + }; + kingston_mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-kingston_mlwg2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-kingston_mlwg2-squashfs-sysupgrade.bin"; + sha256 = "f20152cb4598056f4979c974cd513c349e9da27abf8af94e3b7c8c0b8d5b9457"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-kingston_mlwg2-initramfs-kernel.bin"; + sha256 = "1214b6e7c3b908f324e201c57a10d1dda0e248bd7b170750727c0f59109ab7ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "kingston,mlwg2" + "mlwg2" + ]; + titles = [ + { + model = "MLWG2"; + vendor = "Kingston"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "911113beb77b0d6f82b0cdc0f58be27c27f222c283f67ca404998744d18630bd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-lava_lr-25g001-initramfs-kernel.bin"; + sha256 = "412558f9a93afc9e454922b12f01a7cb095eab00f94ccbcb0b8f3c1e35299dfb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "6da96e5bbe5601f8d1ac40550b45626ead9ae4b01bf11cb07868899452349d31"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + model = "LR-25G001"; + vendor = "LAVA"; + } + ]; + }; + lb-link_bl-w1200 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-lb-link_bl-w1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-lb-link_bl-w1200-initramfs-kernel.bin"; + sha256 = "2791243794430b252ff14a00f36653e445121d8829bc958124fa47eaf2b8fbdf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-lb-link_bl-w1200-squashfs-sysupgrade.bin"; + sha256 = "da63c3418626f8cd33389ae0b166ad210766b52d98589cce7b0924981933ca95"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lb-link,bl-w1200" + ]; + titles = [ + { + model = "BL-W1200"; + vendor = "LB-Link"; + } + ]; + }; + lenovo_newifi-y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-lenovo_newifi-y1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"; + sha256 = "80b25d600271ed51afb9e85a515b7e9c2db27283da9d91a694b8d49dd8151de4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-lenovo_newifi-y1-initramfs-kernel.bin"; + sha256 = "eb04d747645f6308d4485d80c8cd0081d5304eb1cf1014cf4f08008f53512a4d"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1" + "y1" + ]; + titles = [ + { + model = "Y1"; + vendor = "Lenovo"; + } + ]; + }; + lenovo_newifi-y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-lenovo_newifi-y1s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-lenovo_newifi-y1s-initramfs-kernel.bin"; + sha256 = "4c3e82dda332ae22ea301b7bf1a513fe22162e64180ef46c08cad2d642fbce82"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"; + sha256 = "49f33ff5c7d2b7417df01b2f8dc8ee3e84f50683412a77c3de185d17cc656917"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1s" + "y1s" + ]; + titles = [ + { + model = "Y1S"; + vendor = "Lenovo"; + } + ]; + }; + linksys_e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-linksys_e1700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-linksys_e1700-initramfs-kernel.bin"; + sha256 = "b0ef0e3f709ae78106faa3ae8cb0ea3a61b96fe3ab6237baf474cd57cdf0ba2a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-linksys_e1700-squashfs-factory.bin"; + sha256 = "3047297b1a88a1169885bc36d77bb4cb85ebbf96fe69ca50138dcd9b2d1b8043"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-linksys_e1700-squashfs-sysupgrade.bin"; + sha256 = "b2105b32208a45d6ebd6196e6b6bf9f99b8d7605eab93f08b9310e720435b451"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e1700" + "e1700" + ]; + titles = [ + { + model = "E1700"; + vendor = "Linksys"; + } + ]; + }; + microduino_microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-microduino_microwrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-microduino_microwrt-squashfs-sysupgrade.bin"; + sha256 = "3f6ea31a1484e9b35859c57ea2439b42cb073264b3940df0c02e4a9c487c8846"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-microduino_microwrt-initramfs-kernel.bin"; + sha256 = "b0c5ff3a265ec8bb01ead9638963051d2e5c6c0bac07753861bd9a9c6e565f2f"; + type = "kernel"; + } + ]; + supported_devices = [ + "microduino,microwrt" + "microwrt" + ]; + titles = [ + { + model = "MicroWRT"; + vendor = "Microduino"; + } + ]; + }; + netgear_ex3700 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-netgear_ex3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-netgear_ex3700-squashfs-sysupgrade.bin"; + sha256 = "d864b145798fa22f95ba200165418c8f959a3f70e2d8f9b536ad7330b25329a1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-netgear_ex3700-squashfs-factory.chk"; + sha256 = "ff5b8d2bdb4ce37c5c2f45abbeda5684ba112c2bb5b524bed4855c99f8e190bb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-netgear_ex3700-initramfs-kernel.bin"; + sha256 = "f6da2f8d36b27b397f28dd6b9f6ba421d05db761915a575dcc7332c0f61ec87c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex3700" + "ex3700" + ]; + titles = [ + { + model = "EX3700/EX3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6120 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-netgear_ex6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-netgear_ex6120-squashfs-factory.chk"; + sha256 = "88f81d83fb2ed1103846ba825aa13d83a60e5435b98972b4a17cd529a4f6436d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-netgear_ex6120-initramfs-kernel.bin"; + sha256 = "7b8ed2472e980f90f20a98c638975b3c6d7090f169f3f44d03806d7cc45379d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-netgear_ex6120-squashfs-sysupgrade.bin"; + sha256 = "41576ec6268ac5ac0feacc240cbef1aabefaa711fc23739d0eb8224fd92e4e37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6120" + ]; + titles = [ + { + model = "EX6120"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6130 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-netgear_ex6130"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-netgear_ex6130-squashfs-sysupgrade.bin"; + sha256 = "912a4a17795906f4a5caaae866aa23a4ead598ba15950d61eefcac1f224304c5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-netgear_ex6130-initramfs-kernel.bin"; + sha256 = "c6ab0eef7783c4c1cb203b5b2382f4c31e3468ecaaf17f8a86d2627a717bc468"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-netgear_ex6130-squashfs-factory.chk"; + sha256 = "169c5e6ca2cb918a55f14f391221dfa3a7916e3026e57b7628818e08290d46fd"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6130" + ]; + titles = [ + { + model = "EX6130"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-netgear_wn3000rp-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-netgear_wn3000rp-v3-initramfs-kernel.bin"; + sha256 = "618be211a474d4353f3a72c077c1b075bc4dd2f9efb04442eb56089265d8cc03"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-netgear_wn3000rp-v3-squashfs-factory.bin"; + sha256 = "24dd3046c92833cc606046ec295d55f494eb277482311bd95b70954cfa3c1087"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-netgear_wn3000rp-v3-squashfs-sysupgrade.bin"; + sha256 = "f13f20fe4d2029a174ce56b4d960194dd990a28d813804c3f95ea5be97795195"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wn3000rp-v3" + "wn3000rpv3" + ]; + titles = [ + { + model = "WN3000RP"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2770 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-netis_wf2770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-netis_wf2770-squashfs-sysupgrade.bin"; + sha256 = "cbbf5a47283c41dc4d1d056d0b959e4e08ac50c6750ada7b99379b8c6207d3fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-netis_wf2770-initramfs-kernel.bin"; + sha256 = "6e61bde5ec1459f0e9bce11f9b7ac41fac62406107755e8c1bb02b91716a3b2e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netis,wf2770" + ]; + titles = [ + { + model = "WF2770"; + vendor = "NETIS"; + } + ]; + }; + nexx_wt3020-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-nexx_wt3020-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-nexx_wt3020-8m-initramfs-kernel.bin"; + sha256 = "29fb18d8398b28c309953947d27bbdf89849210d9bfe2850a0e9fd72afd57ff6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-nexx_wt3020-8m-squashfs-sysupgrade.bin"; + sha256 = "455bacebb5b347eb376b8c560a46db4ff2ca49bf310d8d43ce7e3f32846f983a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-nexx_wt3020-8m-squashfs-factory.bin"; + sha256 = "ab6aaa5f7709cdb2d6c3cb151bd1429107fe186a3044a17a145ddddfc17f5ef2"; + type = "factory"; + } + ]; + supported_devices = [ + "nexx,wt3020-8m" + "wt3020" + "wt3020-8M" + ]; + titles = [ + { + model = "WT3020"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + ohyeah_oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-ohyeah_oy-0001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-ohyeah_oy-0001-squashfs-sysupgrade.bin"; + sha256 = "435e6b751ddc277e8e438895242fdfd8a2f9928cfafdcba91e1134fa29dd13c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-ohyeah_oy-0001-initramfs-kernel.bin"; + sha256 = "767682d29bb80fae31c92d5cb3693fd4edee79ac980551b4e0e7e3e8d79d5790"; + type = "kernel"; + } + ]; + supported_devices = [ + "ohyeah,oy-0001" + "oy-0001" + ]; + titles = [ + { + model = "OY-0001"; + vendor = "Oh Yeah"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-phicomm_k2g-initramfs-kernel.bin"; + sha256 = "fdbbf086c6892dabd676617ea7da2fb6ef334958378abed02a44a3358772fc13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "bd0196da22d82702d237684c18de6c31f907c62661c5693d30ca27d20d7dcfaf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + model = "K2G"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-phicomm_psg1208"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-phicomm_psg1208-squashfs-sysupgrade.bin"; + sha256 = "aba40ce71602009800055d664497424d53eb3b80446f01f2d4f3b9443672106d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-phicomm_psg1208-initramfs-kernel.bin"; + sha256 = "86cacb58d56195fbc67938082367fd1e3e87c7820ec8d35e7a9e3ea757591a90"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1208" + "psg1208" + ]; + titles = [ + { + model = "PSG1208"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218a = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-phicomm_psg1218a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-phicomm_psg1218a-squashfs-sysupgrade.bin"; + sha256 = "286af94344d38401aa2f28ee3cd86b873189272a26d668146020f40d2678e952"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-phicomm_psg1218a-initramfs-kernel.bin"; + sha256 = "ec3939c4c472c072699d3972e124f74b301506f1bedb43d64cd3948cb4ddd5df"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1218a" + "psg1218" + "psg1218a" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Ax"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-phicomm_psg1218b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-phicomm_psg1218b-initramfs-kernel.bin"; + sha256 = "de8815d35bd5df235d283d27e37536c70630675cac77dbe127fef7d05e26310d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-phicomm_psg1218b-squashfs-sysupgrade.bin"; + sha256 = "54cb02d5a7d33a7e0b1da1308886927314a26ef947018ebf19c12f6c729eaa09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,psg1218b" + "psg1218" + "psg1218b" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Bx"; + vendor = "Phicomm"; + } + ]; + }; + planex_cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-planex_cs-qr10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-planex_cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "c5a3398749015b437e1964a9d8994e67183246809acde35400105b2124368f08"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-planex_cs-qr10-initramfs-kernel.bin"; + sha256 = "d1f0b20581e1d70518bb6a5abc35929929f68f7e995972f067fa707ec154a49c"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,cs-qr10" + "cs-qr10" + ]; + titles = [ + { + model = "CS-QR10"; + vendor = "Planex"; + } + ]; + }; + planex_db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-planex_db-wrt01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-planex_db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "d08f899eeb329a44211dc9be78fefab880fac01b61a4a74415f21bba225732fd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-planex_db-wrt01-initramfs-kernel.bin"; + sha256 = "f0c8253557dd13977d1552b33a1d2079f1cd522edd96f90bc2b9e0f173c71576"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,db-wrt01" + "db-wrt01" + ]; + titles = [ + { + model = "DB-WRT01"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-planex_mzk-750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-planex_mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "4cbfeb0de2fea9afb494e7332bfb79228f178d969cac129300f43ccbf67c6d84"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-planex_mzk-750dhp-initramfs-kernel.bin"; + sha256 = "40b703cfbe68096494b1a9a4f1244f7cb011bf38960b8b0231afbb1c88522560"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-750dhp" + "mzk-750dhp" + ]; + titles = [ + { + model = "MZK-750DHP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-planex_mzk-ex300np"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-planex_mzk-ex300np-initramfs-kernel.bin"; + sha256 = "73ed85f1d90b82f95ca387f67c105221fd89e23d3d64a522daaf621f89ab8586"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-planex_mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "d780ef6afbbaf07e7db5021a1f222f26a3c5ebc15002ec429a5df8cd3905abe6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-ex300np" + "mzk-ex300np" + ]; + titles = [ + { + model = "MZK-EX300NP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-planex_mzk-ex750np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-planex_mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "2825a389135608501efa1452e9eecf1198817cd8db45ef96ace3d35740bf3671"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-planex_mzk-ex750np-initramfs-kernel.bin"; + sha256 = "81abd7316d638ff8ddbd3947a57682c7c1f5d000a88f84caab0540840711ac85"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex750np" + "mzk-ex750np" + ]; + titles = [ + { + model = "MZK-EX750NP"; + vendor = "Planex"; + } + ]; + }; + ralink_mt7620a-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-ralink_mt7620a-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-ralink_mt7620a-evb-squashfs-sysupgrade.bin"; + sha256 = "366785e7ae2c52b8b3e7aacd83d5fb2135fb87b633149f8c701fa3e1634a9cf5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-ralink_mt7620a-evb-initramfs-kernel.bin"; + sha256 = "c4768f1466c1d5ebe17177f081b0d1ba53ea2f732fcfd121fd894a74f8a7529b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-evb" + ]; + titles = [ + { + model = "MT7620a EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7530-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-ralink_mt7620a-mt7530-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-ralink_mt7620a-mt7530-evb-squashfs-sysupgrade.bin"; + sha256 = "d8c12c96f44af385ae2e3f248b26722915bd3408f2655d4b67301b664f36b7e5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-ralink_mt7620a-mt7530-evb-initramfs-kernel.bin"; + sha256 = "d9846c8b09856a026966d2e45f6035c69b6783eaac22289d4127a5ea5e2db60c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7530-evb" + "mt7620a_mt7530" + ]; + titles = [ + { + model = "MT7620a + MT7530 EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7610e-evb = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-ralink_mt7620a-mt7610e-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-ralink_mt7620a-mt7610e-evb-initramfs-kernel.bin"; + sha256 = "03179fdcf1086e09da0cd23c82b8611eb3cb27f5b0361176ca64ba6a28fb73e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-ralink_mt7620a-mt7610e-evb-squashfs-sysupgrade.bin"; + sha256 = "c91c7d32272424c8d16532b7fcdc1a974b1acc0ef98fd94789a3f27019d0a99a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7610e-evb" + "mt7620a_mt7610e" + ]; + titles = [ + { + model = "MT7620a + MT7610e EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-v22sg-evb = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-ralink_mt7620a-v22sg-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-ralink_mt7620a-v22sg-evb-squashfs-sysupgrade.bin"; + sha256 = "8d797211e30498567c801c1d4d2c299fe3b2b07cd4e9267304c0e426529c601f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-ralink_mt7620a-v22sg-evb-initramfs-kernel.bin"; + sha256 = "15653b796384485ae0de2e891d578234a9c28aaae1c353e41b1d3b40b248a3a4"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-v22sg-evb" + "mt7620a_v22sg" + ]; + titles = [ + { + model = "MT7620a V22SG"; + vendor = "MediaTek"; + } + ]; + }; + ravpower_rp-wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-ravpower_rp-wd03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-ravpower_rp-wd03-squashfs-kernel.bin"; + sha256 = "3ca33f5f6a561801d81695486a0bcbd9b2db754abfb0ea2e73bc12fabf3fdc28"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-ravpower_rp-wd03-initramfs-kernel.bin"; + sha256 = "a490fa40e58a240e036596e0cb131dcb1ad93923eb205fe19baf33cacc9adcc4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-ravpower_rp-wd03-squashfs-sysupgrade.bin"; + sha256 = "0c8abe89c87b66715cae1b490386ff640751ef0133ffcd07544ed5c64cd533b8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-ravpower_rp-wd03-squashfs-rootfs.bin"; + sha256 = "bc2b1d741e0609e15c63f28acc3ac3379633ec5253fc055833c29690dc1b33bb"; + type = "rootfs"; + } + ]; + supported_devices = [ + "ravpower,rp-wd03" + "ravpower,wd03" + ]; + titles = [ + { + model = "RP-WD03"; + vendor = "RAVPower"; + } + ]; + }; + sanlinking_d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-sanlinking_d240"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-sanlinking_d240-initramfs-kernel.bin"; + sha256 = "63a36421b5705591882e4575f7a694382b7c4bd600446349816d35c36a712ee1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-sanlinking_d240-squashfs-sysupgrade.bin"; + sha256 = "7865eb6ff1eb428d9548d2f8393c5e4ceac83f7cab1cf6ea4701e189e3db1803"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sanlinking,d240" + "d240" + ]; + titles = [ + { + model = "D240"; + vendor = "Sanlinking Technologies"; + } + ]; + }; + sercomm_na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-sercomm_na930"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-sercomm_na930-initramfs-kernel.bin"; + sha256 = "d7ef6139a1666640862719d23719683bc47a42acae5988debc9d55091f651db8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-sercomm_na930-squashfs-sysupgrade.bin"; + sha256 = "148b68258c7458321b590b9cff0fdb01c1a38b814be791e99d974d4cf9919ed5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,na930" + "na930" + ]; + titles = [ + { + model = "NA930"; + vendor = "Sercomm"; + } + ]; + }; + sitecom_wlr-4100-v1-002 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-sitecom_wlr-4100-v1-002"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-sitecom_wlr-4100-v1-002-initramfs-kernel.bin"; + sha256 = "a5a4976d6fdf0f963457a0c9973164df0878c57ef13eff34a63d4b1e3b429ff2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-factory.dlf"; + sha256 = "f1d11091779e0b5fb9f5f97161f61cac12604d4392f734e0cc39ab40cdc11272"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-sysupgrade.bin"; + sha256 = "ed668641dd661e5022264e619466871e1ab524705a85f6b192df6fd3d4321c37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-4100-v1-002" + ]; + titles = [ + { + model = "WLR-4100"; + variant = "v1 002"; + vendor = "Sitecom"; + } + ]; + }; + tplink_archer-c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-tplink_archer-c2-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_archer-c2-v1-squashfs-sysupgrade.bin"; + sha256 = "144af552ba54f43195d36b1564fc022bc5b192b13f361b22249285b0915b7825"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_archer-c2-v1-initramfs-kernel.bin"; + sha256 = "29ec5db7a20262e14b930a7a2d1242f7a3584528e11df05abb291a4ab3a20881"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v1" + "tplink,c2-v1" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-tplink_archer-c20-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_archer-c20-v1-squashfs-sysupgrade.bin"; + sha256 = "8df7302aca2c449e2d2c765bc2ca533a7674441e911decdb21fadc13ba1e916c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_archer-c20-v1-initramfs-kernel.bin"; + sha256 = "0c1384350a72f7f25ea8bd131b97e65798fe02357fd87bac916d4024371c8b5f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v1" + "tplink,c20-v1" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-tplink_archer-c20i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_archer-c20i-initramfs-kernel.bin"; + sha256 = "6a81deda4f25951dc27c52cdaad87bdc7a190569b4af053da5cca37e03d9f294"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_archer-c20i-squashfs-sysupgrade.bin"; + sha256 = "a233832f065d2a61f94f1249a94f9c3c11fd7089798ebd653af2e77458780ca7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_archer-c20i-squashfs-factory.bin"; + sha256 = "ba3770749eb623ca01b301902b4224c04f96a9cc0d7bcfbbe80d116b1769ab98"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c20i" + "c20i" + ]; + titles = [ + { + model = "Archer C20i"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-tplink_archer-c50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-us.bin"; + sha256 = "29f4d43566173493f1d634e714c051db458fe369e2b465cc6a15e4808ba9947b"; + type = "factory-us"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_archer-c50-v1-initramfs-kernel.bin"; + sha256 = "b3c4683bd484c09dbc9e675139458ecf6927e98b51beb8b1435d0026f89a624b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-eu.bin"; + sha256 = "8d75343a45ef89a70f97469ce2959e5d795b4c95a13a86c6030137aec15568bc"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_archer-c50-v1-squashfs-sysupgrade.bin"; + sha256 = "700c764b81f8d0c4e31f42435445a09cb2803c4dbe53c8449fc27b2866702c8c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v1" + "c50" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-mr200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-tplink_archer-mr200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_archer-mr200-initramfs-kernel.bin"; + sha256 = "a1d328568e05a3359a269674c696e44473b4fa26f4ac81010c1c561df32531a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin"; + sha256 = "c62a7903f689e1b19cf0a88bb88cef0701f1a0c7b84415ae0303f31c71c0f61d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-mr200" + "mr200" + ]; + titles = [ + { + model = "Archer MR200"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-tplink_re200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_re200-v1-squashfs-sysupgrade.bin"; + sha256 = "1cf941a635ce472c20192551ba838b15ac823db7e2dcd2c24be6e577d3b3f209"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_re200-v1-squashfs-factory.bin"; + sha256 = "68c682bdfd203f5ef3998350afc7c68f5a8270b2aeea1519f60429491ea45302"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_re200-v1-initramfs-kernel.bin"; + sha256 = "c53f44cc2a7614d568384d7bdcd55d5164efaaaa783d62f0a46bed257d16ded2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v1" + ]; + titles = [ + { + model = "RE200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re210-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-tplink_re210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_re210-v1-squashfs-sysupgrade.bin"; + sha256 = "608e0dd5ee88f3f9155a399e7889e64225e1685a5c93c6c109fa86e08340821b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_re210-v1-squashfs-factory.bin"; + sha256 = "31632d398f11ec66c39c27e1da8fa52f613107946075abc77ef4b4e1becd47a9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-tplink_re210-v1-initramfs-kernel.bin"; + sha256 = "7274ca3110f060a19ef844a3396595ef060fddb5ca81c82a371981c786dbbe1b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re210-v1" + ]; + titles = [ + { + model = "RE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-810dr = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-trendnet_tew-810dr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-trendnet_tew-810dr-initramfs-kernel.bin"; + sha256 = "7f3ea29df9c6be4b4c1d66ecfafbf5c2ba367ac4c0d141404e55224ece1b561e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-trendnet_tew-810dr-squashfs-sysupgrade.bin"; + sha256 = "20743ef936b622a2d35968ef4a54393138e5b688b3949362ff8fa982869b3f8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-810dr" + ]; + titles = [ + { + model = "TEW-810DR"; + vendor = "TRENDnet"; + } + ]; + }; + wavlink_wl-wn530hg4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-wavlink_wl-wn530hg4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-wavlink_wl-wn530hg4-initramfs-kernel.bin"; + sha256 = "0fac268ca068c7d29a9b22d3040360f5b61c39ea8e25570d549684e8089318f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-wavlink_wl-wn530hg4-squashfs-sysupgrade.bin"; + sha256 = "e321e4a174157e72aa47c1fe3f2e49b598dc1691160597948bbdeb30a0f3f6be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn530hg4" + ]; + titles = [ + { + model = "WL-WN530HG4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn579x3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-wavlink_wl-wn579x3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-wavlink_wl-wn579x3-initramfs-kernel.bin"; + sha256 = "9a7e763f3669397395477969d90676e1d8400c0c01879bab07e5919793be1181"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-wavlink_wl-wn579x3-squashfs-sysupgrade.bin"; + sha256 = "691b72ddb0b25e2e12c1341130e1137f1d7709b919f3553dfabdd75c7997ceb1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn579x3" + ]; + titles = [ + { + model = "WL-WN579X3"; + vendor = "Wavlink"; + } + ]; + }; + wrtnode_wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-wrtnode_wrtnode"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-wrtnode_wrtnode-initramfs-kernel.bin"; + sha256 = "5b41cdd2b9ecfa00246f738b860359fde6ce65959ba7c9662181c963bcec8c5b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-wrtnode_wrtnode-squashfs-sysupgrade.bin"; + sha256 = "25787d94b07484745ccf5d07fdb1c2fb2966d37228003e36153579bc8db21624"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode" + "wrtnode" + ]; + titles = [ + { + model = "WRTNode"; + vendor = "WRTNode"; + } + ]; + }; + xiaomi_miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-xiaomi_miwifi-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "9b3fb0e647ed377efcaf9f07aaab978b5797e8de74b795b2110ef93add33798d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-xiaomi_miwifi-mini-initramfs-kernel.bin"; + sha256 = "5a0adf09103e3b441e7d4650fb0d503818b8751729519abecbc4a46ad3ab54be"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-mini" + "miwifi-mini" + ]; + titles = [ + { + model = "MiWiFi Mini"; + vendor = "Xiaomi"; + } + ]; + }; + youku_yk-l1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-youku_yk-l1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-youku_yk-l1-initramfs-kernel.bin"; + sha256 = "5039797b8804f9cfbb5bf9a28234c1d9b72ec6e78f02291270171a8de3fc2bbc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-youku_yk-l1-squashfs-sysupgrade.bin"; + sha256 = "70b867432c91c6dc3db62d3924f1e3b949b30e9635412eda612858ba42695dc6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l1" + "youku-yk1" + "youku,yk1" + ]; + titles = [ + { + model = "YK-L1"; + vendor = "Youku"; + } + ]; + }; + youku_yk-l1c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-youku_yk-l1c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-youku_yk-l1c-squashfs-sysupgrade.bin"; + sha256 = "9817aa68fc7b8b65e59a688ba7c36681cb53fac3861d621600fc9328347daa46"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-youku_yk-l1c-initramfs-kernel.bin"; + sha256 = "024f8d2a7ca0a16653d7d5bfcf31ee4c5f052259b4d844c6df91b6f4047aab7d"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l1c" + ]; + titles = [ + { + model = "YK-L1c"; + vendor = "Youku"; + } + ]; + }; + yukai_bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-yukai_bocco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-yukai_bocco-initramfs-kernel.bin"; + sha256 = "10221336a5e339eb9ad8e569a415d7754e7b37b9ef119fb46ab3776044588ff8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-yukai_bocco-squashfs-sysupgrade.bin"; + sha256 = "4835471e9bf378c3aaf1b9bb591366bec16e1ee992faab581b2385ff4a7e10b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yukai,bocco" + "bocco" + ]; + titles = [ + { + model = "BOCCO"; + vendor = "YUKAI Engineering"; + } + ]; + }; + zbtlink_zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-ape522ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "6f3819171a54b43fc0ae33a4e6637d80ef2855b05dd8b34a721c25d5eaa4ab21"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-ape522ii-initramfs-kernel.bin"; + sha256 = "713b8a8ebb503683f0bb032d8130f2c62e500a232009ab55b68d7935c1b39183"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-ape522ii" + "zbt-ape522ii" + ]; + titles = [ + { + model = "ZBT-APE522II"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-cpe102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "6506b0218cd27dad457fe96dca42448a22778c379ab7e65e352dc0404674c0e6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-cpe102-initramfs-kernel.bin"; + sha256 = "2000d8df1f23d3832fcf1b6107777a1d084018abe0a0dd3286f44d71f1456d37"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-cpe102" + "zbt-cpe102" + ]; + titles = [ + { + model = "ZBT-CPE102"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-wa05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "6d4c657bf0c7d7bff115b70cbf563427b526fd88085909e78e1f75604a54600a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-wa05-initramfs-kernel.bin"; + sha256 = "b1ad81f15147ff37712f18e2265b29ae5e803196756e52ea49f22494e43a87ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wa05" + "zbt-wa05" + ]; + titles = [ + { + model = "ZBT-WA05"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we1026-5g-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-initramfs-kernel.bin"; + sha256 = "c9e02d6bf935150bfe231b68761330132afe7ef98cbdd229e3d1bfb60dd3f431"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "c9c0f196f52d754a8395a4097d5e1eaf30fff6c5996fb77b41a3436ff0baa3b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-5g-16m" + "we1026-5g-16m" + "zbtlink,we1026-5g-16m" + ]; + titles = [ + { + model = "ZBT-WE1026-5G"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-h-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we1026-h-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we1026-h-32m-initramfs-kernel.bin"; + sha256 = "cd9da9e11d92ec4fabab39b56fc9a5ac2da9cebfbdb01525ac89e1ecb92c0a9b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we1026-h-32m-squashfs-sysupgrade.bin"; + sha256 = "9240a70b9ef595612e671d88e2bd0910b06f48adf3d7009f1575ca91c0e9e2ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-h-32m" + ]; + titles = [ + { + model = "ZBT-WE1026-H"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we2026"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we2026-initramfs-kernel.bin"; + sha256 = "35418b7624420902d8e7fa6b1ceb629c15e4824bdb9dbe79cba9b7177725c509"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "0b0f6f3f246aefd571dcc4bb569d5191c24efb0f1aed02ce4920ed6571c5b680"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we2026" + "zbt-we2026" + ]; + titles = [ + { + model = "ZBT-WE2026"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we826-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin"; + sha256 = "83a1138b259b8cc7a0175645504a2e2a104e8e1a2c29b3822f5395bdd2d3e39f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we826-16m-initramfs-kernel.bin"; + sha256 = "ab6fadf92ae6d47d4b3421758b078f9060f000015f0bc5623b84331dca4cefc6"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-16m" + "zbt-we826" + "zbt-we826-16M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-32m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we826-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we826-32m-squashfs-sysupgrade.bin"; + sha256 = "86f6f28e2fbfba77b0b9c32cab308b5603e9f86f393aab4d8c0ce087281487b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we826-32m-initramfs-kernel.bin"; + sha256 = "5f09b9783e8c3599449cf5f2ce81fdfbba7b788f8448d2868f55ab16a7edc8b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-32m" + "zbt-we826-32M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "1b8764aaadee36ac0384b2cd17a30a621320ddbd1e0d464290f9c07bb4fdbae2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-we826-e-initramfs-kernel.bin"; + sha256 = "fa90d7f99d28a39a5a26943bf328edcdca9c46a57384e6314f51b3a84db6a45e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + model = "ZBT-WE826-E"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-wr8305rt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-wr8305rt-initramfs-kernel.bin"; + sha256 = "ac220384f5fc022afe6a8be55ca6360c3132a24227e8326e60e8c4bf4b683c24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zbtlink_zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "3fdc43d43a2271c09cfcd35c3e6d330bc93de52e292c6a7c4d1d55e3774dc390"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wr8305rt" + "zbt-wr8305rt" + ]; + titles = [ + { + model = "ZBT-WR8305RT"; + vendor = "Zbtlink"; + } + ]; + }; + zte_q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-zte_q7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-zte_q7-initramfs-kernel.bin"; + sha256 = "70ac1504b7ffece84dbbae759c2fa8b83a3c474ac37d604266a40060584b6a32"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zte_q7-squashfs-sysupgrade.bin"; + sha256 = "0475a69dbea9dedc876d50bdb948ac69be682fff39a679b66de4711d73a406cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,q7" + "zte-q7" + ]; + titles = [ + { + model = "Q7"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic-omni = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-zyxel_keenetic-omni"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zyxel_keenetic-omni-squashfs-sysupgrade.bin"; + sha256 = "21451a0931ab399c3ae2ec37d09a9ecf50d77c54beba192c0428ec70a70449b1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-zyxel_keenetic-omni-initramfs-kernel.bin"; + sha256 = "f82898f4584275900eed8cbd1d128547f0261d2dab80de8afd355fc8aedce3a8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zyxel_keenetic-omni-squashfs-factory.bin"; + sha256 = "1cb6446bd8d74d3e86e65c18371cecd7ea7107fc34b903ae37df653bcca5931a"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni" + "kn_rc" + ]; + titles = [ + { + model = "Keenetic Omni"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-omni-ii = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-zyxel_keenetic-omni-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-sysupgrade.bin"; + sha256 = "c279da70603d5f5163f565f7261ff4d1f3be0f09fbc3ebb9da7d55b29809274a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-zyxel_keenetic-omni-ii-initramfs-kernel.bin"; + sha256 = "31fa30e28bcb77c085facf3b32315aeefca201c4f126298f105a0a9515000357"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-factory.bin"; + sha256 = "7e72025064d93fa2b3843db1565807063aa256baece74e732362f8065e087505"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni-ii" + "kn_rf" + ]; + titles = [ + { + model = "Keenetic Omni II"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-viva = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7620-zyxel_keenetic-viva"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7620-zyxel_keenetic-viva-initramfs-kernel.bin"; + sha256 = "09f9c5f2af84ad99e7877e7e09fbad2c0a9f095bd2288a2b8d37ec145be5e7e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zyxel_keenetic-viva-squashfs-factory.bin"; + sha256 = "a538fe1c90831d812bfdc0aad446e4046e58c5b10e9910e76a2d3c5e3ad26a2f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7620-zyxel_keenetic-viva-squashfs-sysupgrade.bin"; + sha256 = "99e99af067a335be50a119fcebf81d8dc5839c96af78d03e9f23651011f8caa5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-viva" + "kng_rc" + ]; + titles = [ + { + model = "Keenetic Viva"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "ramips/mt7620"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + adslr_g7 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-adslr_g7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin"; + sha256 = "3b4f943a55c0da0a10604777fbcaf4287b1292d6920847d6d7dc5899e63c3e07"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-adslr_g7-initramfs-kernel.bin"; + sha256 = "d739e67fee0c24320958f130c3895c9e5609e9e77f985e91a81baf66ce4a0375"; + type = "kernel"; + } + ]; + supported_devices = [ + "adslr,g7" + ]; + titles = [ + { + model = "G7"; + vendor = "ADSLR"; + } + ]; + }; + afoundry_ew1200 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-afoundry_ew1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin"; + sha256 = "d046f120daa30d3edcbbc895d39a1ec2dd2ac47a9e8206fcaf49b4dc0bd01242"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-afoundry_ew1200-initramfs-kernel.bin"; + sha256 = "ab3e2dad237d45883bff0f8aba7529939c610c140cb4e50e473ca6c6e0b0823d"; + type = "kernel"; + } + ]; + supported_devices = [ + "afoundry,ew1200" + "ew1200" + ]; + titles = [ + { + model = "EW1200"; + vendor = "AFOUNDRY"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "61308ff1f8526d52ac5e3c20c6bc023c3c61e66f1bd5a0ab1a55fd353938ad8b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-alfa-network_quad-e4g-initramfs-kernel.bin"; + sha256 = "1180a82fa7bb6d5a42e2ae6093b545a53a0e352809e9886acbc8d9f5222ce259"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + "quad-e4g" + ]; + titles = [ + { + model = "Quad-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + ampedwireless_ally-00x19k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-ampedwireless_ally-00x19k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-ampedwireless_ally-00x19k-squashfs-sysupgrade.bin"; + sha256 = "f88861076b8bb485d5e73989cca2e960ad1d2bab25025d596d3ba60466caea56"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-ampedwireless_ally-00x19k-initramfs-kernel.bin"; + sha256 = "b62434925dcec85ad5c4fd89a51e0c0794607399a50968eae7f03a4f14b29662"; + type = "kernel"; + } + ]; + supported_devices = [ + "ampedwireless,ally-00x19k" + ]; + titles = [ + { + model = "ALLY-00X19K"; + vendor = "Amped Wireless"; + } + ]; + }; + ampedwireless_ally-r1900k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-ampedwireless_ally-r1900k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-ampedwireless_ally-r1900k-initramfs-kernel.bin"; + sha256 = "50075529af9b8b35fbc97bde4c4b3a8013657b20df9a0d2a4a991dc789c9658b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-ampedwireless_ally-r1900k-squashfs-sysupgrade.bin"; + sha256 = "769d6a36244e64f695022352864b16bbedc1695b26a7454e06a144377048693e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ampedwireless,ally-r1900k" + ]; + titles = [ + { + model = "ALLY-R1900K"; + vendor = "Amped Wireless"; + } + ]; + }; + asiarf_ap7621-001 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-asiarf_ap7621-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-asiarf_ap7621-001-squashfs-sysupgrade.bin"; + sha256 = "328b307331f39e3fc8c97ee27f08789ef4c0037bcff643d0e62c568aed7ebf91"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-asiarf_ap7621-001-initramfs-kernel.bin"; + sha256 = "3ed12ae42d4a59f712c7882e5940d90c9f8598a4f0e9fbbfbf6e10728d8afec8"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,ap7621-001" + ]; + titles = [ + { + model = "AP7621-001"; + vendor = "AsiaRF"; + } + ]; + }; + asiarf_ap7621-nv1 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-asiarf_ap7621-nv1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-asiarf_ap7621-nv1-initramfs-kernel.bin"; + sha256 = "19b55a2953be51bc42deb16a3eafa289fb7696ad7ced1521423dec5af2dd56df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-asiarf_ap7621-nv1-squashfs-sysupgrade.bin"; + sha256 = "3c7439b7e230112c998ec4e1a2ab4aa58847b1b7d3920831e375ce1574db3ee8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,ap7621-nv1" + ]; + titles = [ + { + model = "AP7621-NV1"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "8e0f9c8941b4c6217fade1be8b6d1de51dfc29662ea3fd8bb6253c79be67b106"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-asus_rt-ac57u-initramfs-kernel.bin"; + sha256 = "09911cd952d25c98cf4e165582777c5595073b919f7bcb73273e8169ab45a226"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + model = "RT-AC57U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac65p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-asus_rt-ac65p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-asus_rt-ac65p-squashfs-sysupgrade.bin"; + sha256 = "a85439d491e813a27c68d7df37008008b5ed0d57a02c5db8ee589905631ef945"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-asus_rt-ac65p-initramfs-kernel.bin"; + sha256 = "c0feba44f38ce34ad42021dcd5d48bb47157b22e027cf39e08bca63b4a9b85fb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin"; + sha256 = "07ac3395f07b161599ffb1092031cbbfae661db6604b1085b0a034431fdc5fa3"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ac65p" + ]; + titles = [ + { + model = "RT-AC65P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac85p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-asus_rt-ac85p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-asus_rt-ac85p-squashfs-factory.bin"; + sha256 = "b701dd8372d6cff1786c1d1958e3f0f18fb4746553ff963d03fee7de736303f5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-asus_rt-ac85p-squashfs-sysupgrade.bin"; + sha256 = "294726d1960e6051e57a20d74a4bb92b33273d178cadd9465c5919486bd59536"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-asus_rt-ac85p-initramfs-kernel.bin"; + sha256 = "62e53ad804cad6529297bc2ff03f7ba6c7e1283076cf8ad61cfc4e6761a1e176"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac85p" + ]; + titles = [ + { + model = "RT-AC85P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n56u-b1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-asus_rt-n56u-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-asus_rt-n56u-b1-initramfs-kernel.bin"; + sha256 = "296e0436ef7ee5a212f6594d1cfd631b6fba123f52afdd52a4496af3c84f2640"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-asus_rt-n56u-b1-squashfs-sysupgrade.bin"; + sha256 = "adcd2d688327b649b647965108f0606345a169a4f27d1a677f59dd67304ca313"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u-b1" + ]; + titles = [ + { + model = "RT-N56U"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wsr-1166dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-buffalo_wsr-1166dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-buffalo_wsr-1166dhp-initramfs-kernel.bin"; + sha256 = "a2359ba59f7d83ef7b38d6369be26d88f0fb9a095ac7234e9a3fa3c36e821c5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-buffalo_wsr-1166dhp-squashfs-sysupgrade.bin"; + sha256 = "ef53c6d189820de46b89f1bda9f9d590da98db4a5325a1914cf71ff7611c727b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-1166dhp" + "wsr-1166" + ]; + titles = [ + { + model = "WSR-1166DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-2533dhpl = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-buffalo_wsr-2533dhpl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-buffalo_wsr-2533dhpl-initramfs-kernel.bin"; + sha256 = "f0d8f82ce1d89e09cff9c6cea5ce0731affd9342ce00b825074a176f39032da9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin"; + sha256 = "27a849b822de46dc0ecf27e4f912b6c30997ccc9b6c255e6260a6608e7c5706d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhpl" + ]; + titles = [ + { + model = "WSR-2533DHPL"; + vendor = "Buffalo"; + } + { + model = "WSR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-600dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-buffalo_wsr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-buffalo_wsr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "f731df558cd4ac2b4533554c8d2a5eae5aacc43c49a725f5d9684fc812b4df5f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-buffalo_wsr-600dhp-initramfs-kernel.bin"; + sha256 = "f719823e3cd629a96d859104feaf1d5565b4db8f20224d3853e9bd62f42e1a2a"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-600dhp" + "wsr-600" + ]; + titles = [ + { + model = "WSR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1300 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-cudy_wr1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-cudy_wr1300-initramfs-kernel.bin"; + sha256 = "6b299d456533d2a276f5ebc77a1c4f3959bae7871bc746c020c35f2a4c12a69e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-cudy_wr1300-squashfs-sysupgrade.bin"; + sha256 = "4ed4f851fbd388bfa60bc360491b10fd128b8e2ce2370baa2bb0ea5b20d877ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr1300" + ]; + titles = [ + { + model = "WR1300"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-cudy_wr2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-cudy_wr2100-squashfs-sysupgrade.bin"; + sha256 = "ddf8bd7a3bb76487f0a517253120bdb191ae510163cd2bf09362dfcc6d46599a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-cudy_wr2100-initramfs-kernel.bin"; + sha256 = "ae40f5b4b0494a28ed76f253c8fc17dfba1810e88e25f015a40e70b4f8415bff"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr2100" + ]; + titles = [ + { + model = "WR2100"; + vendor = "Cudy"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-d-team_newifi-d2-initramfs-kernel.bin"; + sha256 = "dddc189b4af05c9131cf8db800229ef077287c04941594da74e0ae5a2d29954a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "a3cd318cc017829ff11e52b1dc1d22144b53f0f57934a1e20ab2652ccc9abd8d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + model = "D2"; + vendor = "Newifi"; + } + ]; + }; + d-team_pbr-m1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-d-team_pbr-m1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-d-team_pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "e435f323cc073760e05278731b0e515ddd55126c7633b0114c0af73798f517e2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-d-team_pbr-m1-initramfs-kernel.bin"; + sha256 = "9d4df9709804baa861b1f59b1a806fda6f80a673143b9d542ea14e1d6a369ede"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,pbr-m1" + "pbr-m1" + ]; + titles = [ + { + model = "PBR-M1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dir-1960-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-dlink_dir-1960-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-1960-a1-initramfs-kernel.bin"; + sha256 = "08feb410abccaccbdd5e307a97c97a3ef635ad53b0acb4a450fef4c68b837336"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-1960-a1-squashfs-factory.bin"; + sha256 = "0923daaeb8b911e39764ce3555553276847a1931bbad10302d3c98aafe72ec60"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-1960-a1-squashfs-sysupgrade.bin"; + sha256 = "5619ef791ce64c1bf714070540710d62f8a8c7c9a15186a642587db393189294"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-1960-a1" + ]; + titles = [ + { + model = "DIR-1960"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2640-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-dlink_dir-2640-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-2640-a1-squashfs-sysupgrade.bin"; + sha256 = "70bd4d656afd67ea17b360bf8a3a8f217f0de9d299d02a338300fb4eeb07ed21"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-2640-a1-initramfs-kernel.bin"; + sha256 = "9c1c8b3cd209f5302f46ac7ad77ccccd943051de5500ecaa49f0ae6929d48b7b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-2640-a1-squashfs-factory.bin"; + sha256 = "7cc23b9cd8d062e4bae057788311dc2d867f9a09085b1f373362a43c0e5536cb"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-2640-a1" + ]; + titles = [ + { + model = "DIR-2640"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2660-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-dlink_dir-2660-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-2660-a1-initramfs-kernel.bin"; + sha256 = "c05d12e1c518dbf0a5a67d80c425943aa99c2e6eba0dc0c53eae3a37ca2a818d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-2660-a1-squashfs-factory.bin"; + sha256 = "906d9e546d5c56299a82888d9d5634ed82668f49292f2f1aa30528b0f31e6452"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "6fec84cd898ed2699005ed75afda97e7e1be3b858b475f3b4777fb8c7c1158bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-2660-a1" + ]; + titles = [ + { + model = "DIR-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-dlink_dir-860l-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-860l-b1-squashfs-factory.bin"; + sha256 = "4e3dd0d064a717869e7fae153287d753aa441144647f08b9708227dda992f986"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "f94e440bff0fe56a51b4e80ba6ebb6a0d8780c4d10f12fcf76874db227893efc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-860l-b1-initramfs-kernel.bin"; + sha256 = "5f31c4846719bd2baae67dcdecfe179b225045a8100310b2d8a9f5a8c0c0beed"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-860l-b1" + "dir-860l-b1" + ]; + titles = [ + { + model = "DIR-860L"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-867-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-dlink_dir-867-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-867-a1-initramfs-kernel.bin"; + sha256 = "076ec6a5654179672ca6cd5be4dee3a86d180af6455e339dc37200b352cc772c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-867-a1-squashfs-sysupgrade.bin"; + sha256 = "18873b926813a3de7711d3fbb987eedd3ac668490cfa6c3c2c72e3ac1a38e034"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-867-a1-squashfs-factory.bin"; + sha256 = "c6589f0a72b6750e8e66b0b8e2af54b7926833be8c8f668b6dde6f36dca6c440"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-867-a1" + ]; + titles = [ + { + model = "DIR-867"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-dlink_dir-878-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-878-a1-squashfs-factory.bin"; + sha256 = "75afbf5f8b397b60e0a2c6f8f3e210fdb66a4faa153280fd2f33e15f23f74abd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-878-a1-initramfs-kernel.bin"; + sha256 = "139281f411ae6862e8fbb69ae22221d5d8ab5660efee90ae12bd46fe1eff8dea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-878-a1-squashfs-sysupgrade.bin"; + sha256 = "08b11d9d9582c301e7cf774c576719f43574d906d6e50376b19f6d263f176b79"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-878-a1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-dlink_dir-882-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-882-a1-squashfs-sysupgrade.bin"; + sha256 = "809d291b9cdc97a8bff1383798d653e6def6edd3886c6f9177c214e3028e88b2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-882-a1-squashfs-factory.bin"; + sha256 = "bc5d89262d90f51e13d4c280bf8c5d1c54207d5a6ca0482757821eded308fb7c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-882-a1-initramfs-kernel.bin"; + sha256 = "1d8d3b92b776da4dfc549f24b6e80fcee05e2b5bf77ce1364c38a5b9c47abd2e"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-882-a1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-dlink_dir-882-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-882-r1-squashfs-factory.bin"; + sha256 = "2010f87304d258c5702b27aa6b48103bf05348f646fd0f41b9de0e8226d95f7f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-882-r1-squashfs-sysupgrade.bin"; + sha256 = "b581921d7dae13f50dc51360b36e54238b0f8dd5d71fee1bacd5617052004f07"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-dlink_dir-882-r1-initramfs-kernel.bin"; + sha256 = "add74ec9389cdb1586f81c8b7113915ca795920839e8537cde850f899d7082b5"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-882-r1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + edimax_ra21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-edimax_ra21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"; + sha256 = "bb9071e230dd1ffccdb68e5b4e53d20da203c1bc793b20502943618811078dc4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin"; + sha256 = "23c2adacac3ef2af85af1264f6aeb473deef6127ad2b5d3a23ed25fbcd3a8c04"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-edimax_ra21s-initramfs-kernel.bin"; + sha256 = "89c24672c3e18177d5d425d031e4d98c141d77a09ea6bfa782e09396bd9e305c"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ra21s" + ]; + titles = [ + { + model = "RA21S"; + vendor = "Edimax"; + } + { + model = "Gemini RA21S"; + vendor = "Edimax"; + } + ]; + }; + edimax_re23s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-edimax_re23s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-edimax_re23s-squashfs-factory.bin"; + sha256 = "1b6d3e039f369138ee734cd4fd68aeaa262f2d640c04d6154a89190418d1e721"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-edimax_re23s-squashfs-sysupgrade.bin"; + sha256 = "b33e051c46b0357ef7bde2282779c3a72d000fd10186bbae133d6f05d4955096"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-edimax_re23s-initramfs-kernel.bin"; + sha256 = "1935f92a268155fe87dc47ecf69595f33bbbbcd8bb8b0d95dde6db7d93057bda"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,re23s" + ]; + titles = [ + { + model = "RE23S"; + vendor = "Edimax"; + } + { + model = "Gemini RE23S"; + vendor = "Edimax"; + } + ]; + }; + edimax_rg21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-edimax_rg21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-edimax_rg21s-squashfs-factory.bin"; + sha256 = "e121a3574f729b3af6bd565af2a74dd0a490bf803eb9546bcb97481ff48be4e4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-edimax_rg21s-initramfs-kernel.bin"; + sha256 = "bbb7980471cdf2cf2a0923d417bc590550ccada061e31dff863d65d7e16308a0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-edimax_rg21s-squashfs-sysupgrade.bin"; + sha256 = "107e666c3458aaed70cd010c8b1a35ac975ce221dadedb61046a8bce7bd1d128"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,rg21s" + ]; + titles = [ + { + model = "Gemini AC2600 RG21S"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1167ghbk2-s-initramfs-kernel.bin"; + sha256 = "62b7f3bbcbc09d8aed9c388ea2700ef3466b708c3806b08a539b0bbdf8442461"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "544e7656e2f70127191869c3d639c6f9b7a7e8363cfeeecaf5dab576e8a5986a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "324558b3b67fb253379ed728fd503f721e4b2902f0155070344e49de92d40b50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + model = "WRC-1167GHBK2-S"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gs2-b = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1167gs2-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1167gs2-b-initramfs-kernel.bin"; + sha256 = "b1bab62e7be285e947ce7d191a5dc866433574bc078e56c937f2dee06faa0d90"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-factory.bin"; + sha256 = "6bb76bba05686e6d1f53b22ea5c6f7533c7b1ac3e0cdf02ed7bb95b321b782e0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-sysupgrade.bin"; + sha256 = "175e9ff969d3f65555aec057d448d8b77babb0ec466018a8925d10745710d6f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gs2-b" + ]; + titles = [ + { + model = "WRC-1167GS2-B"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1167gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1167gst2-squashfs-factory.bin"; + sha256 = "f3acb274520ccd115c899a0562dc83150b15f6bd7730b9f612a1d4a02418e412"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1167gst2-initramfs-kernel.bin"; + sha256 = "a8fc3dec9d03b58e8acdb7c7ef24b61f2805e0c7f44331cda91858f10a2760a4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1167gst2-squashfs-sysupgrade.bin"; + sha256 = "f9d32b421e5bc24d4457cc07b7cf0a9fd10de80713b9e1b7856150e1afc924cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gst2" + ]; + titles = [ + { + model = "WRC-1167GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gs = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1750gs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1750gs-initramfs-kernel.bin"; + sha256 = "ef943b790f11aa3906cd10ffdb563a29514de5b2dc30d800310e0d85ba346695"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1750gs-squashfs-factory.bin"; + sha256 = "a65966c3869ebb9621b289a798c0938e0fc05fcaeed9f378d6e1437d5c27f4fb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1750gs-squashfs-sysupgrade.bin"; + sha256 = "1f6c6f2f3bbd1a602b289ebb4474ee5eb49b5cf8d9ec4b3d5314ff4e098dd0d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gs" + ]; + titles = [ + { + model = "WRC-1750GS"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1750gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1750gst2-initramfs-kernel.bin"; + sha256 = "7b738d593187c271a33e5b3d84583f3814e78813cfe41efab84855daaf5b15fa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1750gst2-squashfs-sysupgrade.bin"; + sha256 = "79da1a6b47fef17e3d99fc025b6e5c5f4913d02a9b110ab8194850e7743e46e3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1750gst2-squashfs-factory.bin"; + sha256 = "cd336bb4cb32fe800652e1568938cf494c7d6c54c7be8fd01841058bd715e1ac"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gst2" + ]; + titles = [ + { + model = "WRC-1750GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gsv = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1750gsv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1750gsv-squashfs-factory.bin"; + sha256 = "5bd167ef5cdc5603365cbad39d8b27f802aab19ff8c72cba8c602f48602312ec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1750gsv-squashfs-sysupgrade.bin"; + sha256 = "1a0ae18cb16cab2ae5a9aaf13b1a8d6ba0f5f20d87306b0a2091ef6a4dadc5b1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1750gsv-initramfs-kernel.bin"; + sha256 = "ae4acebecb087de776917b81551e60950a4ce55c6dcef11c17a755e114ab8448"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gsv" + ]; + titles = [ + { + model = "WRC-1750GSV"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "bacb623a5cf215799ce2324b4ac7942ee6155f7fbf8a5b1d00b04458420b5760"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1900gst-initramfs-kernel.bin"; + sha256 = "1cc54ad40e52e7d54a235f36fef2b36f3128a6a48f435a5b45b8831cbdf3c49d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "8c041c979b486346662f469a5a7a4d50b610cf23e373127ae71f8faa635f2ed7"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + model = "WRC-1900GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533ghbk-i = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-2533ghbk-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-sysupgrade.bin"; + sha256 = "af4ee928d372f4610db426d1eaa413f09dc70819d05fa1ec5950ab87658dd591"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-2533ghbk-i-initramfs-kernel.bin"; + sha256 = "cf62a9b04631362f8cf50f2df27ea5e2f40924e7cca25723ac81f9da121e0722"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-factory.bin"; + sha256 = "6550acc6316ad648dd2078c8f1c7a2624c5185bf14ce99a9bc28210acf895be4"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533ghbk-i" + ]; + titles = [ + { + model = "WRC-2533GHBK-I"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-2533gst-initramfs-kernel.bin"; + sha256 = "f09380623d4a412b5897b58281dbce1018a941e2a9ccd6f38830e34d737a4760"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "6bd181691d6f5b3f3b9c1aa91fb75e9d2c512bf5426f8dc21ab58c5d97d0e8ce"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "c5ef4ee6ae530a4db1b17dd46be7ff04692e96a05903ddd3e15d75a16b5ff20d"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + model = "WRC-2533GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-2533gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-2533gst2-squashfs-factory.bin"; + sha256 = "7dbb3a3d90fdd4b40377a12156f14bc702f1fec27dfa54474238453918e455c0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-2533gst2-squashfs-sysupgrade.bin"; + sha256 = "8ebb52646bd54afdf70a6a3c0300adacccf693d6ac2de746da773586085c66db"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-elecom_wrc-2533gst2-initramfs-kernel.bin"; + sha256 = "d838b26c8485f91642d8b9869298f2d964ca83e89b98a2a7a3551b26d97551bd"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst2" + ]; + titles = [ + { + model = "WRC-2533GST2"; + vendor = "ELECOM"; + } + ]; + }; + firefly_firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-firefly_firewrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-firefly_firewrt-squashfs-sysupgrade.bin"; + sha256 = "67496a5f3d16537171f0ddac58b82b3c5f23a415f4f6045b11f9ef90ea278597"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-firefly_firewrt-initramfs-kernel.bin"; + sha256 = "ec4d3a28f99898d7bbeb2efe1de4b981d8a310bef76da24a04906dc6576160ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "firefly,firewrt" + "firewrt" + ]; + titles = [ + { + model = "FireWRT"; + vendor = "Firefly"; + } + ]; + }; + gehua_ghl-r-001 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-gehua_ghl-r-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-gehua_ghl-r-001-squashfs-sysupgrade.bin"; + sha256 = "d55abe3fa8e8c58a176e8cae05b360661fc135a3a7890cc2537bf4235647e21d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-gehua_ghl-r-001-initramfs-kernel.bin"; + sha256 = "07ec87d1178e393f25bfe1cfb47ca1cc456aa88c89c122c38a480d6d11bfb3ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "gehua,ghl-r-001" + ]; + titles = [ + { + model = "GHL-R-001"; + vendor = "GeHua"; + } + ]; + }; + glinet_gl-mt1300 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-glinet_gl-mt1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-glinet_gl-mt1300-squashfs-sysupgrade.bin"; + sha256 = "b8e79daef8db042ff655516641bed8053e7f2b28dae22174432362a9c38bcc99"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-glinet_gl-mt1300-initramfs-kernel.bin"; + sha256 = "a43ffea3daca76c8b3c2276f61fdb8307c73d3e713e7870afb753cd8e6097b27"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt1300" + ]; + titles = [ + { + model = "GL-MT1300"; + vendor = "GL.iNet"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-gnubee_gb-pc1-initramfs-kernel.bin"; + sha256 = "dc3fb4c920c7325396164b0e1fda8eb287f6be3f65e048a06fee186acaae44db"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "52add79f657245944943b126ac7e169312bc771d253dbe60ab3d384702fc922a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + model = "Personal Cloud One"; + vendor = "GnuBee"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "aa0883a7fab25bee2b5abcb63e1eb435c2d8b7989318540763b1bc1c52081cd4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-gnubee_gb-pc2-initramfs-kernel.bin"; + sha256 = "0eb0daa51a7b5230cbcf8f2b95a1c877266c5091a3bf576d9c9a14110f3a3a3e"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + model = "Personal Cloud Two"; + vendor = "GnuBee"; + } + ]; + }; + hiwifi_hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-hiwifi_hc5962"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-hiwifi_hc5962-initramfs-kernel.bin"; + sha256 = "d8a94963adb2b9f56f1cf5efdfc64368002bb3b13a1dd0109e0217cb37d7b7bc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-hiwifi_hc5962-squashfs-factory.bin"; + sha256 = "45370273183f21db1470eb5294c03b31b087e4f03a6b8c4b68e214c149f475ad"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-hiwifi_hc5962-squashfs-sysupgrade.bin"; + sha256 = "2b3bb1223fe75e0307c8379e253b2847bbb05e93a625a60e222efa1576a74401"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5962" + ]; + titles = [ + { + model = "HC5962"; + vendor = "HiWiFi"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "5154c557275b554d606c1c1f544be723194b0f6d0d72b6d9fffbf345e4a68244"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-iodata_wn-ax1167gr-initramfs-kernel.bin"; + sha256 = "06ca4a93aa3b85a9310ca6d0f041a8df167b27793a0832aff11c2883c97cd800"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + model = "WN-AX1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax1167gr2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-iodata_wn-ax1167gr2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-iodata_wn-ax1167gr2-initramfs-kernel.bin"; + sha256 = "33609d647407ac45679c90eb2f9922d8074507cd49c5aa8cffdbf430322867e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-iodata_wn-ax1167gr2-squashfs-sysupgrade.bin"; + sha256 = "85e8f75b4c3a71284da23e2320a08b01b40977ef70b65b06e76421574faf5c3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr2" + ]; + titles = [ + { + model = "WN-AX1167GR2"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-iodata_wn-ax2033gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-iodata_wn-ax2033gr-squashfs-sysupgrade.bin"; + sha256 = "5bc0718f9e7ab708a8f8f4370e7a785b1451b52411dfbbe67f9da3c40be1c2fe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-iodata_wn-ax2033gr-initramfs-kernel.bin"; + sha256 = "d55c3249fcea17f33f732cc318c9eab4c5b28a342e94eadb818499e5fea29cbf"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax2033gr" + ]; + titles = [ + { + model = "WN-AX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1167r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-iodata_wn-dx1167r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-iodata_wn-dx1167r-initramfs-kernel.bin"; + sha256 = "e4587c1f6af8c52ea2ebe9ad5d8902e24bf61d99d4e0faa87d09785164c2e26d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-iodata_wn-dx1167r-squashfs-sysupgrade.bin"; + sha256 = "ee63137e059ca4b033a0c3f1cc7ac8a6e952aa4aa0192e31bc4d8d31fe7a004e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-dx1167r" + ]; + titles = [ + { + model = "WN-DX1167R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1200gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-iodata_wn-dx1200gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-iodata_wn-dx1200gr-squashfs-sysupgrade.bin"; + sha256 = "c17a2e1bd934b638b08466c220e67839ac21b6ef4eeb9e22a0b6be88679e51d4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-iodata_wn-dx1200gr-initramfs-kernel.bin"; + sha256 = "b04cfb5886bf5ba229480e058bdad53d5d075ebcac3b90332d5fd4f4668587e8"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1200gr" + ]; + titles = [ + { + model = "WN-DX1200GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "ccec4b228109cbd0a0ab9fbbf889b63fb2f81f5f10d7921f92e0677f6ee06a3f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-iodata_wn-gx300gr-initramfs-kernel.bin"; + sha256 = "d1023525988ee8849b3f009a589b67e59f025e02e5f8db35ebb6379e8198cd3b"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + model = "WN-GX300GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wnpr2600g = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-iodata_wnpr2600g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-iodata_wnpr2600g-squashfs-sysupgrade.bin"; + sha256 = "1961502fbb79444fa1b756ec361fbd212e69cde77e4ac2a7aa93a4381deff5d6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-iodata_wnpr2600g-squashfs-factory.bin"; + sha256 = "858bbc64b987f8f43dde2c12604faf6e7d3dff9dcb2f32c7c1b03b614de0bfce"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-iodata_wnpr2600g-initramfs-kernel.bin"; + sha256 = "b7d51287371b09b22732971a839bace63235fba785d0ac89118259db71c15973"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wnpr2600g" + ]; + titles = [ + { + model = "WNPR2600G"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a6ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-iptime_a6ns-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-iptime_a6ns-m-initramfs-kernel.bin"; + sha256 = "e377cd1b6eb807c84df1b9a7ac0587ea3fdbf5c681a64a0114e40f359dce58d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-iptime_a6ns-m-squashfs-sysupgrade.bin"; + sha256 = "5b2ab65dc35b4233cbe8c1a7cc9b5eca5fb8a39c8eca075b9f3cb9cb3bc5ade3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a6ns-m" + ]; + titles = [ + { + model = "A6ns-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a8004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-iptime_a8004t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-iptime_a8004t-squashfs-sysupgrade.bin"; + sha256 = "b3b21bec840da8440b1ac9aa545826ba02c2cb26b3cae0007e253e6c991e4b9b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-iptime_a8004t-initramfs-kernel.bin"; + sha256 = "3186385c8ece9b8ac7c2eda7e989839871c11d7c1b9fdf972880487d1439bdc7"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a8004t" + ]; + titles = [ + { + model = "A8004T"; + vendor = "ipTIME"; + } + ]; + }; + jcg_jhr-ac876m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-jcg_jhr-ac876m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-jcg_jhr-ac876m-squashfs-factory.bin"; + sha256 = "205ba9bb3007c71ddf84997bd1d6248124c9cbc9abf596e828ff04ce31f7a160"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-jcg_jhr-ac876m-squashfs-sysupgrade.bin"; + sha256 = "a20bed3c86166a3f5f2957c75a0211144f60a68325f0e1300f309423c0270ecb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-jcg_jhr-ac876m-initramfs-kernel.bin"; + sha256 = "6da898ef1bc6ba4937dd48794c58cd2f99ec509cca5978e85c23e4af4bb45f65"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,jhr-ac876m" + ]; + titles = [ + { + model = "JHR-AC876M"; + vendor = "JCG"; + } + ]; + }; + jcg_q20 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-jcg_q20"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-jcg_q20-initramfs-kernel.bin"; + sha256 = "2904f8f049be17d98718721afb09128f71e1ee741d4b5108631d54ff2a8657d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-jcg_q20-squashfs-factory.bin"; + sha256 = "ada26a1d75625ae87374bbbc9e5044cac1781b3d02df99495ac123d17375049d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-jcg_q20-squashfs-sysupgrade.bin"; + sha256 = "54b28169da181e04e0585cb48780d8cbfc06c843578ee4f44bb58d789a04b6a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jcg,q20" + ]; + titles = [ + { + model = "Q20"; + vendor = "JCG"; + } + ]; + }; + jcg_y2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-jcg_y2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-jcg_y2-squashfs-sysupgrade.bin"; + sha256 = "c726202361671dc4f67de3331ce1d2fa869c6784ff57738b0c7b3c28ed2fdb85"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-jcg_y2-squashfs-factory.bin"; + sha256 = "d7bd8852c1ed74af5e62ca348f3b121358c2cba461fab9420874615fb6adbf74"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-jcg_y2-initramfs-kernel.bin"; + sha256 = "6594f10daee8fcb3de246116ef8aaada7fd4e14105b8b6a3d9d52fc9292702ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,y2" + ]; + titles = [ + { + model = "Y2"; + vendor = "JCG"; + } + ]; + }; + lenovo_newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-lenovo_newifi-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-lenovo_newifi-d1-initramfs-kernel.bin"; + sha256 = "c26272d24dcf7aed45ce3af868f9392bec123f78025a44508da3aeaef683c2e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-lenovo_newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "9db1bf1eb6ce50f6ad9797e82c9cf4f7eca6b32a61df03ce5af990f37e0730a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-d1" + "newifi-d1" + ]; + titles = [ + { + model = "D1"; + vendor = "Newifi"; + } + ]; + }; + linksys_e5600 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-linksys_e5600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_e5600-squashfs-sysupgrade.bin"; + sha256 = "69dddf34aa3ed78dc14a3d4fa521e764d2d19adae31d339336e6f7e951e3b350"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_e5600-initramfs-kernel.bin"; + sha256 = "2464a6e50a77cd817e24a13aa25f450ed971d52bbad81b1ab3dce40b7dfbd9c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_e5600-squashfs-factory.bin"; + sha256 = "9dd2a23bbf7c967f4e464f5db4f2d846b34083145bd66fa2a3c11d38a8d5a745"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,e5600" + ]; + titles = [ + { + model = "E5600"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-linksys_ea7300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_ea7300-v1-squashfs-factory.bin"; + sha256 = "598876076c15727a932af283c0f93910ba12f39eff4870a14d414f65a5c42c2a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_ea7300-v1-squashfs-sysupgrade.bin"; + sha256 = "caa228f9edd947bbca67e4c761a3fdefd573d93101aea7a433a59ad861b63982"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_ea7300-v1-initramfs-kernel.bin"; + sha256 = "8a922dcdc032f17079f2e26840953fc5fbb78edc918deec84795302c0b3f9345"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7300-v1" + ]; + titles = [ + { + model = "EA7300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-linksys_ea7300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_ea7300-v2-squashfs-sysupgrade.bin"; + sha256 = "75dd4b355f43b1e0e66837851732527c66cd4ef0078271ba37dcef9cc2565c96"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_ea7300-v2-squashfs-factory.bin"; + sha256 = "d05a4273baaa2ce11cbcd4ea2743b91a99c8e6550f06ab311b8b5be05860d267"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_ea7300-v2-initramfs-kernel.bin"; + sha256 = "bbf8ddcdc57854a18ca8976e26b79770b5b94a1344aa2f849bb29f0f1496b652"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7300-v2" + ]; + titles = [ + { + model = "EA7300"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7500-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-linksys_ea7500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_ea7500-v2-squashfs-sysupgrade.bin"; + sha256 = "30bf7a396534da5b44f29fb6f3e297fd3363c2ca167c99e9795d34c728a6d876"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_ea7500-v2-initramfs-kernel.bin"; + sha256 = "e34a78844fd05b53fcd8c2da7c3b56bf1631a0fd63b668aca0844e5fe98ceb55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_ea7500-v2-squashfs-factory.bin"; + sha256 = "fdf3893886d2fff61c4bca42cdb391b5dc653702d09df6f8575ff7b253c4ab53"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7500-v2" + ]; + titles = [ + { + model = "EA7500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-linksys_ea8100-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_ea8100-v1-initramfs-kernel.bin"; + sha256 = "f70c7f4b28fd20c9308ff964ceea24f0ac5bb06e3b23836d03a7d0b73decc19e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_ea8100-v1-squashfs-sysupgrade.bin"; + sha256 = "a7c93fe7a76c6d88a1c43ea28a493b9b99bed7c41951a6030153cfe236eef571"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_ea8100-v1-squashfs-factory.bin"; + sha256 = "06d0074c197fa9036fc3874485b1b2217b2031b3c8416774388c060f42325159"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8100-v1" + ]; + titles = [ + { + model = "EA8100"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_re6500 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-linksys_re6500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_re6500-squashfs-sysupgrade.bin"; + sha256 = "b718ec3b374a407a7120cb1e1024bbb3af0f7920eed8aed771ae409fa9e39c4d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-linksys_re6500-initramfs-kernel.bin"; + sha256 = "8147398ad9ff7b118802bc98d79d29bf36ba3a42ce736d347d94fa772c8691de"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,re6500" + "re6500" + ]; + titles = [ + { + model = "RE6500"; + vendor = "Linksys"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-mediatek_ap-mt7621a-v60-initramfs-kernel.bin"; + sha256 = "345bc45936a1bc422b2b42f93bbd562a9f0540fff8ba25656645a68b2e10ad68"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "087d22596dcf04c3842d8d1feeb14a4d8625637d032acae511fca61987e3dbd8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + model = "AP-MT7621A-V60 EVB"; + vendor = "Mediatek"; + } + ]; + }; + mediatek_mt7621-eval-board = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-mediatek_mt7621-eval-board"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-mediatek_mt7621-eval-board-squashfs-sysupgrade.bin"; + sha256 = "cd1c2f76007f3eca2d4c8f2c009c3fbfaa65a2572c48ca06772378184f461b6e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-mediatek_mt7621-eval-board-initramfs-kernel.bin"; + sha256 = "b323cf05d1688c118e09a55e7a13705d993c0d80813f7b50581d388471f9f2a1"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7621-eval-board" + "mt7621" + ]; + titles = [ + { + model = "MT7621 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mikrotik_routerboard-750gr3 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-mikrotik_routerboard-750gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-mikrotik_routerboard-750gr3-squashfs-sysupgrade.bin"; + sha256 = "7888062afed05e393ab9b7978efffe47d52f417bb2c0cec55d79785fba22c8c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-mikrotik_routerboard-750gr3-initramfs-kernel.bin"; + sha256 = "0dd8fa294ee3eab6b40393f5a866f369d493dea3949aa0e10c57c3fcb629d248"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-750gr3" + "mikrotik,rb750gr3" + ]; + titles = [ + { + model = "RouterBOARD 750Gr3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-760igs = { + device_packages = [ + "kmod-usb3" + "kmod-sfp" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-mikrotik_routerboard-760igs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-mikrotik_routerboard-760igs-squashfs-sysupgrade.bin"; + sha256 = "c26b0d74b485b604b7288bcee0f97b0bb8a184c6ef78186bd53d6d57f39e6329"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin"; + sha256 = "0cd1cfc5fb9bda3a572bcc1710eb951c3e3b53ffa624e6094e05575b43a949bb"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-760igs" + ]; + titles = [ + { + model = "RouterBOARD 760iGS"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m11g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-mikrotik_routerboard-m11g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-mikrotik_routerboard-m11g-squashfs-sysupgrade.bin"; + sha256 = "7662795eaecaa0a5a83007f230b26759563e47e37c43dcdd8dee1bd84200dcbe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-mikrotik_routerboard-m11g-initramfs-kernel.bin"; + sha256 = "4f7272b815da0e106f5d657ea566d2b9569a741e7a939b88576ffd1b6f06d194"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m11g" + "mikrotik,rbm11g" + ]; + titles = [ + { + model = "RouterBOARD M11G"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m33g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-mikrotik_routerboard-m33g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-mikrotik_routerboard-m33g-squashfs-sysupgrade.bin"; + sha256 = "6bc765d9bb6bcf3ccc1279b06f834fee6e7474945ce9e9726267f492f6706d0b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-mikrotik_routerboard-m33g-initramfs-kernel.bin"; + sha256 = "90e15ebd346ab08cade3363b902b3cc722a984148a060f7a235f5feacc79f71d"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m33g" + "mikrotik,rbm33g" + ]; + titles = [ + { + model = "RouterBOARD M33G"; + vendor = "MikroTik"; + } + ]; + }; + mqmaker_witi = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-mqmaker_witi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-mqmaker_witi-initramfs-kernel.bin"; + sha256 = "63ce6cbd2f50633f02cb6c01f2050a7a79a44b8976044ead9dd6d3589fec9bbc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-mqmaker_witi-squashfs-sysupgrade.bin"; + sha256 = "a46ab3c1dac3dc89e9c28f90e93e1404936cf7392a4ae6f251fe9faecc591b43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi" + "witi" + "mqmaker,witi-256m" + "mqmaker,witi-512m" + ]; + titles = [ + { + model = "WiTi"; + vendor = "MQmaker"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "71fbb9754fb5f62c610fed037a0c6831a394b638cc0e85f7d5d915ec510fc2d5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-mtc_wr1201-initramfs-kernel.bin"; + sha256 = "2d202e5dddcbcd5cace2f5a9293429cfb56a795df2e614d597456bd35452f964"; + type = "kernel"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + model = "Wireless Router WR1201"; + vendor = "MTC"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "fba563bbf64e48f6ebf4788fdaebc80aa40701d852da3bf62d83677a05543333"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "7788020d1d287ba62bf769106ad53fb2f754d136ac31e74466a1e5931596c92e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_ex6150-initramfs-kernel.bin"; + sha256 = "a662fa12bfbc7e76481ce9272d56bfec2888b4e11a244acec2d573a33cba4b8f"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + model = "EX6150"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-netgear_r6220"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6220-initramfs-kernel.bin"; + sha256 = "67937a613dc46a343d6a363d5a5b3827efe43855431b082d86d9cb69e3e38d4e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6220-squashfs-kernel.bin"; + sha256 = "671ab96cdf2c2e884c2a62be99c776a836ae62156e2346c345f0f77b5af72b8e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6220-squashfs-rootfs.bin"; + sha256 = "dee5c791158657b9dd5892685dce86aded697b2b4182a7776a7aa7280323eef6"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin"; + sha256 = "9acb4d8301ad19d28414121b824ae3c8c4a39def841781f8409c8e0bd7f33ac8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6220-squashfs-factory.img"; + sha256 = "d967e2c0ea7e8947803fd82ccb74666bf2995dbb8f1d62de7f9487b73c78992a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6220" + "r6220" + ]; + titles = [ + { + model = "R6220"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6260 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-netgear_r6260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6260-squashfs-rootfs.bin"; + sha256 = "7ebb60a1f0cf3f1fdb16ffba8ba26c865e8c23bb4c46c3752a6cf3660a9f3bd0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6260-squashfs-factory.img"; + sha256 = "61a6dce65125dbcf050f279b0dc0690f8b82806cf0c745df6d7bb57ec41126de"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6260-initramfs-kernel.bin"; + sha256 = "8d4d7306e752d4c2b5217d5711e7b3f36b07d5af95dd88aa561e11c17b36e57a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin"; + sha256 = "dffe8a9cf7940abb31e02d32b3a61de8cb5d4fa77f3e4f7e873c16a2de003d35"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6260-squashfs-kernel.bin"; + sha256 = "c2398b2da61265efa382b429bd27d3ce6a73f3062782de07c19c463d1ceca836"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6260" + ]; + titles = [ + { + model = "R6260"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "ea7528655149bea63befa935259aa9a3fb4d62322f2e86c0c18fcadb5888fc22"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "31fc8b402142b66371b7d3f351f86670eb4cdf574135a74fbc439321f810e97b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "7ebb60a1f0cf3f1fdb16ffba8ba26c865e8c23bb4c46c3752a6cf3660a9f3bd0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "0b811688335b86397477cf08147d606eac57df172d75170510c00be29a67f964"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6350-initramfs-kernel.bin"; + sha256 = "9eddfb78ab57f21fd0125ea9636422ad24489a4cd3048b18afc79d8359c5b806"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + model = "R6350"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6700-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-netgear_r6700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6700-v2-squashfs-factory.img"; + sha256 = "eb57f9ec9c20476216c7b44b8175cd6a2dee20da0b52bf27ba76d07f3329b2b1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6700-v2-initramfs-kernel.bin"; + sha256 = "f9b7b8484479a7c1bc483d3dd1d08e98c66b38ad8cc9abf599df3a126cef5f38"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6700-v2-squashfs-kernel.bin"; + sha256 = "2f33de6ac7bded3c5ed47123a4cdfd9904cfc9aedb48599becd0a4354b6c7b5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6700-v2-squashfs-rootfs.bin"; + sha256 = "7ebb60a1f0cf3f1fdb16ffba8ba26c865e8c23bb4c46c3752a6cf3660a9f3bd0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6700-v2-squashfs-sysupgrade.bin"; + sha256 = "2f61c85d585e16c770a9f7fb7b9d9606a9dd08f988c07107cc8825cd7b8a195b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6700-v2" + ]; + titles = [ + { + model = "R6700"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2400"; + variant = "v1"; + vendor = "NETGEAR"; + } + { + model = "R7200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6800 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-netgear_r6800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6800-squashfs-kernel.bin"; + sha256 = "975d0d86996041e2cc8f1b3b325798ef91cae6aa16571ce76d4986b31a15ce73"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6800-initramfs-kernel.bin"; + sha256 = "d1521ba946d9bac0aa1faeae15b9e92dc573019b4d8d66f67a83c25653512c41"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6800-squashfs-rootfs.bin"; + sha256 = "7ebb60a1f0cf3f1fdb16ffba8ba26c865e8c23bb4c46c3752a6cf3660a9f3bd0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6800-squashfs-sysupgrade.bin"; + sha256 = "d83c40cf66b60a193b2ca75fe5207cae66e9f4cd1405a7d6d00f5ab5db4ccb56"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6800-squashfs-factory.img"; + sha256 = "e78637669a275d90c92ce35a3cef380a34b73d93d5c332bc69ba946f3a40185f"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6800" + ]; + titles = [ + { + model = "R6800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6850 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-netgear_r6850"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6850-squashfs-rootfs.bin"; + sha256 = "7ebb60a1f0cf3f1fdb16ffba8ba26c865e8c23bb4c46c3752a6cf3660a9f3bd0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6850-squashfs-factory.img"; + sha256 = "1b253b9b98fa466aabc24a08794870cfcca99fa31a83602ead5cf457d3b56cd0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6850-squashfs-kernel.bin"; + sha256 = "da185f0ba2a56e6832e93c672b15eaf09cd3c4172de0c7cb603a4c6b63061b87"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6850-squashfs-sysupgrade.bin"; + sha256 = "842736e0bffb3bc746b03d40c397e4d6507ef568d7e0d397dc7caf300734ee45"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_r6850-initramfs-kernel.bin"; + sha256 = "dbfc258e2dd39ffc91ebb2b5ee81c9f6b42542c7b26041ab24f03c869f03927a"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6850" + ]; + titles = [ + { + model = "R6850"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac104 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-netgear_wac104"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_wac104-squashfs-kernel.bin"; + sha256 = "38eaab8d6ec93046b1c78c1bb1c54cc6ab6e8db468a8587db7322ebf4c04139f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_wac104-squashfs-factory.img"; + sha256 = "e35706eae26e9693faae1004edfcdbdd3255007eff9540686f3174fbac6af223"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_wac104-initramfs-kernel.bin"; + sha256 = "75b95988e91091dd60a784be22118143f1b7fd23609d3968e4cd34cfba37f8b4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_wac104-squashfs-rootfs.bin"; + sha256 = "dee5c791158657b9dd5892685dce86aded697b2b4182a7776a7aa7280323eef6"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_wac104-squashfs-sysupgrade.bin"; + sha256 = "831a2207c214023532c7d34fe0b5ff0304098c7d0c4dcc086d485d328759036e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wac104" + ]; + titles = [ + { + model = "WAC104"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac124 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-netgear_wac124"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_wac124-initramfs-kernel.bin"; + sha256 = "db8ecd31332ae90fc2d45d82bc93d184e088b11f9755a352cc0f4803e71a78e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_wac124-squashfs-sysupgrade.bin"; + sha256 = "d607ae354eafa351b840336f4d949408d97b1bf88f7a7b38ae15b6e157c8d576"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_wac124-squashfs-kernel.bin"; + sha256 = "c74d9a33e4c34fb4cd7633af3addd19442b730b75712cffdce9b52ba726277c5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_wac124-squashfs-factory.img"; + sha256 = "4f4b9d721ae6222fa556c06affb3a590aea53ebb14b8137798b87c4863e7fef9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_wac124-squashfs-rootfs.bin"; + sha256 = "7ebb60a1f0cf3f1fdb16ffba8ba26c865e8c23bb4c46c3752a6cf3660a9f3bd0"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,wac124" + ]; + titles = [ + { + model = "WAC124"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-netgear_wndr3700-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_wndr3700-v5-squashfs-factory.img"; + sha256 = "7ce3935efb515588bfaa1ad126ca9bce518246ea78c3d87f53003f944593101f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_wndr3700-v5-initramfs-kernel.bin"; + sha256 = "5901fa1b94751c689ffcc692562cc8e329126069cdeff6528e6570359c347400"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netgear_wndr3700-v5-squashfs-sysupgrade.bin"; + sha256 = "1927612840342bb5471e371d4689cf9254b98732df3b88cc704059bd84c5273d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v5" + "wndr3700v5" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v5"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-netis_wf2881"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netis_wf2881-squashfs-factory.bin"; + sha256 = "fbbfe5c1d2bdd94a35df3f6c63e8eb403d45a2fef781217546d61546a1c35715"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-netis_wf2881-squashfs-sysupgrade.bin"; + sha256 = "86c658f049e50c4c2fb50e4a2923374ce4143bc4a14065e846612af33e2e1e71"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-netis_wf2881-initramfs-kernel.bin"; + sha256 = "f0a96cc3c34b27c2996a11554e964e1f204b194f467b3ab7ff087aa808b5d1bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "netis,wf2881" + ]; + titles = [ + { + model = "WF2881"; + vendor = "NETIS"; + } + ]; + }; + phicomm_k2p = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-phicomm_k2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"; + sha256 = "36a53bbe3b89026e3fb4f37ad622fa817161d563745ded08d41f8fff4586a762"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-phicomm_k2p-initramfs-kernel.bin"; + sha256 = "66ee351a16d3a0a4325944b91006ca144bac635fd80eddaf86631d39b41d9259"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2p" + "k2p" + ]; + titles = [ + { + model = "K2P"; + vendor = "Phicomm"; + } + { + model = "KE 2P"; + vendor = "Phicomm"; + } + ]; + }; + planex_vr500 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-planex_vr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-planex_vr500-squashfs-sysupgrade.bin"; + sha256 = "b40429fd15ed04494cc8bd5c9223d886f29610f114a8655681c485a3bcc52073"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-planex_vr500-initramfs-kernel.bin"; + sha256 = "305e21cf4c2f1f5c299a7a056edae7e45064d289c1366bad90b94f77eb833473"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,vr500" + "vr500" + ]; + titles = [ + { + model = "VR500"; + vendor = "Planex"; + } + ]; + }; + samknows_whitebox-v8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-samknows_whitebox-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-samknows_whitebox-v8-squashfs-sysupgrade.bin"; + sha256 = "c5e45873aab361a714a66ee009d31359c65c343dfdceea4252b46560e3ff9442"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-samknows_whitebox-v8-initramfs-kernel.bin"; + sha256 = "1a4c8ea25083435265c3b89b4f4c41af44c564f1803aa08e655aa9ba563a1b54"; + type = "kernel"; + } + ]; + supported_devices = [ + "samknows,whitebox-v8" + "sk-wb8" + ]; + titles = [ + { + model = "Whitebox 8"; + vendor = "SamKnows"; + } + ]; + }; + sercomm_na502 = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-sercomm_na502"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-sercomm_na502-initramfs-kernel.bin"; + sha256 = "758d0d2ea01376f0b945a897d4b1b9f8f8bfbf0c87d85277fa66f1a7353d4437"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-sercomm_na502-squashfs-sysupgrade.bin"; + sha256 = "6ade8d5f23905d21e8c463b8ee5fd2f33a3633b2310fd39cff592fd3f0c992cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,na502" + ]; + titles = [ + { + model = "NA502"; + vendor = "SERCOMM"; + } + ]; + }; + storylink_sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-storylink_sap-g3200u3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-storylink_sap-g3200u3-initramfs-kernel.bin"; + sha256 = "23a4d38b74cd13b011d2e087a2338bd68b410f89b208afeeef03a00ab1523904"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-storylink_sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "0dacbd5a883283ca5a44a8dcf2ba2246377da24ef3e14050efd73a2efcb11f65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "storylink,sap-g3200u3" + "sap-g3200u3" + ]; + titles = [ + { + model = "SAP-G3200U3"; + vendor = "STORYLiNK"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-telco-electronics_x1-initramfs-kernel.bin"; + sha256 = "08412da9aa166dd45816f077b8a7de4d616d87ed1b05e3b87a2765c18e08d3c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "f04e49829673fba4f7a8baf465609e97ddff0037f751fee11a09091c8d634ba7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + model = "X1"; + vendor = "Telco Electronics"; + } + ]; + }; + thunder_timecloud = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-thunder_timecloud"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-thunder_timecloud-initramfs-kernel.bin"; + sha256 = "f815f4ce058290cb9bf7c3494870f995852f64354ce58aa10bfa6045576e3d99"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-thunder_timecloud-squashfs-sysupgrade.bin"; + sha256 = "a9e1bdde92917ca51299cafee1543c74b5f3575993f4f48dae8ae436f31c4167"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "thunder,timecloud" + "timecloud" + ]; + titles = [ + { + model = "Timecloud"; + vendor = "Thunder"; + } + ]; + }; + totolink_a7000r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-totolink_a7000r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-totolink_a7000r-squashfs-sysupgrade.bin"; + sha256 = "17dd533be47502f16598f620b438e8e70dbec50b64ad76eb2f1bcd70fa037401"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-totolink_a7000r-initramfs-kernel.bin"; + sha256 = "7e2f86ebae818460250612978fab37d5a5e152bf9397bf896e26ba3d8bf63fdb"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,a7000r" + ]; + titles = [ + { + model = "A7000R"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_x5000r = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-totolink_x5000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-totolink_x5000r-initramfs-kernel.bin"; + sha256 = "14383174c034caa192ec54780c94e89f2d20121407b22f713d1ed57e1c1d6efe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-totolink_x5000r-squashfs-sysupgrade.bin"; + sha256 = "131e30b14a075b8335b0264ccf4ef32d4c277fe9f786159b8035f8f9a16c7fd6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,x5000r" + ]; + titles = [ + { + model = "X5000R"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-a6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-tplink_archer-a6-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_archer-a6-v3-squashfs-sysupgrade.bin"; + sha256 = "eade63befa6acfb23b7e9fccae34e034dac3cf6dafdc59fd73a8abdf1d4f42d3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_archer-a6-v3-initramfs-kernel.bin"; + sha256 = "60df70202af6f4f748e4b5bf1664d47af96d2c371e1919f88af38dc070277693"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_archer-a6-v3-squashfs-factory.bin"; + sha256 = "e557cd4bbf3bf799630b6353fea2462754bfb934b093b0a49fb0cc81e2ee839b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a6-v3" + ]; + titles = [ + { + model = "Archer A6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6u-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-tplink_archer-c6u-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_archer-c6u-v1-squashfs-sysupgrade.bin"; + sha256 = "b1efd3202ad796721e4a550ea932dd276112d68ec8efef6f7d7901a19c5e83bb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_archer-c6u-v1-squashfs-factory.bin"; + sha256 = "605414288825e4adc8591af07e2bf10676e71f7af6ccff8bafa58bde57fb6ac4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_archer-c6u-v1-initramfs-kernel.bin"; + sha256 = "cbf723bec63d20e63043fc4bdcd7ba35b26c32f567c5005abd0c55661a1922bc"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6u-v1" + ]; + titles = [ + { + model = "Archer C6U"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap235-wall-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-tplink_eap235-wall-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_eap235-wall-v1-squashfs-factory.bin"; + sha256 = "594a51d571fb4242f3c63e77254a3c869d08300fb230b595a3db7c6f402dfde0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_eap235-wall-v1-initramfs-kernel.bin"; + sha256 = "fb1647708903e08f95ddc697cd88ee2a329ddfb90c22011436ba71f0dc9a86b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_eap235-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "e4c6ac724cf6f6920beda863b0fb72cd13792ebc7f2f9f9efefaaadcdb951433"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap235-wall-v1" + ]; + titles = [ + { + model = "EAP235-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-tplink_re350-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_re350-v1-squashfs-factory.bin"; + sha256 = "bd24ecfdad7bd07d4ac3cc07470f69d2bfb5f5d04bc28d4943edbf7f80d19fd8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_re350-v1-initramfs-kernel.bin"; + sha256 = "d8bc3c0aeff21a3da00f3f1c679a2dfa72e15a3d60e257a605a51541b69a6718"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_re350-v1-squashfs-sysupgrade.bin"; + sha256 = "f978003ac173901734e772ac190510fce7e3dae94cf636a78c8f1c6bafb1c678"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re350-v1" + "re350-v1" + ]; + titles = [ + { + model = "RE350"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re500-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-tplink_re500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_re500-v1-initramfs-kernel.bin"; + sha256 = "b2b1cb51f59ad7f40d0deda02ba529bb8f3e29ed9df20762889cfcce18ec9710"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_re500-v1-squashfs-sysupgrade.bin"; + sha256 = "a06de87fe2b56c0867926b21562285475b12957b3316211ca9a798f10e296e4c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_re500-v1-squashfs-factory.bin"; + sha256 = "476849dd28c51069e76f4cd37dddd6577cc05413dc32f9f2fe3e22516a141b73"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re500-v1" + ]; + titles = [ + { + model = "RE500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-tplink_re650-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_re650-v1-squashfs-sysupgrade.bin"; + sha256 = "0319acaad1ab708cf122821c8575f7269252c1eee39da0d966a401773abd8f31"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_re650-v1-initramfs-kernel.bin"; + sha256 = "8f3a675974cee8ef5fad48a7d9d285109484c7b3542492e496d6dae044afcdab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-tplink_re650-v1-squashfs-factory.bin"; + sha256 = "f2420e4f7207dc7e79b6ad5da5371038e8f9067bffc62c28ec1babf80ba9bef4"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re650-v1" + ]; + titles = [ + { + model = "RE650"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_edgerouter-x = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-ubnt_edgerouter-x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"; + sha256 = "906278d5832e787ed8fd048def3cee58585c20edfffaa067f22099a0f61fb113"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-ubnt_edgerouter-x-initramfs-kernel.bin"; + sha256 = "78f63655b031790728344d1d12c84cab6d0f12ff13176a4f4e148b33443a29fe"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x" + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + model = "EdgeRouter X"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-x-sfp = { + device_packages = [ + "-wpad-basic-wolfssl" + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-sfp" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-ubnt_edgerouter-x-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"; + sha256 = "15e23178cb1ab85476ca3d0e009d2c64a91cf9c224bd3c3aa28e988737e04bdd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-ubnt_edgerouter-x-sfp-initramfs-kernel.bin"; + sha256 = "ac129cf886d186d30babf833913392309754a3198617354c01db7233834f8235"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x-sfp" + "ubnt-erx-sfp" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + model = "EdgeRouter X SFP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lite = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-ubnt_unifi-6-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-ubnt_unifi-6-lite-initramfs-kernel.bin"; + sha256 = "43649c63d62ffc8718e958bef624347df0c654ad886c22eb6346e4f202eeb53a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-ubnt_unifi-6-lite-squashfs-sysupgrade.bin"; + sha256 = "3f108dd13219ab75f8c58b93bd9b298a996ff65a393558eaa05e60503addd585"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lite" + ]; + titles = [ + { + model = "UniFi 6 Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-nanohd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-ubnt_unifi-nanohd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-ubnt_unifi-nanohd-initramfs-kernel.bin"; + sha256 = "db11936037a1d6691ee8a41df5596e54f5f693b69ea1f55ffdf47eae2ed44d11"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-ubnt_unifi-nanohd-squashfs-sysupgrade.bin"; + sha256 = "d0714a1b37740d3d0671206eda49fe82879e459769c5bdb5dc348333b1e00529"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-nanohd" + ]; + titles = [ + { + model = "UniFi nanoHD"; + vendor = "Ubiquiti"; + } + ]; + }; + unielec_u7621-01-16m = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-unielec_u7621-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-unielec_u7621-01-16m-squashfs-sysupgrade.bin"; + sha256 = "73dc613992bedb4d41a67b183fea03c54ac68b42e1ab38e0cc64a955eb070109"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-unielec_u7621-01-16m-initramfs-kernel.bin"; + sha256 = "4a7c9c899866ff919aec13865bb8a07694e4c799c4adeab933f2fa6083711eb7"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-01-16m" + ]; + titles = [ + { + model = "U7621-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-unielec_u7621-06-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-unielec_u7621-06-16m-initramfs-kernel.bin"; + sha256 = "2d0275ea6690aeac056ea5e6a5334f00554167929744c9309040c2296d656efd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-unielec_u7621-06-16m-squashfs-sysupgrade.bin"; + sha256 = "bd38c53816fdc749a90734930c6fce28855a1920f291f40b063c126dafdd21b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-16m" + "u7621-06-256M-16M" + "unielec,u7621-06-256m-16m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-64m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-unielec_u7621-06-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-unielec_u7621-06-64m-squashfs-sysupgrade.bin"; + sha256 = "7f81fb9bb325b2de9255c77639608ec5cbc543d8da91226628f70769af9664da"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-unielec_u7621-06-64m-initramfs-kernel.bin"; + sha256 = "6c778b8e046c50d6cb1d044bde027e17970fa37bc7f2a215290ad281c7e1a1ca"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-06-64m" + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "64M"; + vendor = "UniElec"; + } + ]; + }; + wavlink_wl-wn531a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-wavlink_wl-wn531a6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-wavlink_wl-wn531a6-squashfs-sysupgrade.bin"; + sha256 = "3d815b4284d8b3212e21b9ed40d9b2fd79e31d77f8a5f62ac15f9f016223a7da"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-wavlink_wl-wn531a6-initramfs-kernel.bin"; + sha256 = "91f2f6353f633aada256394caeca1f5526709d9baf71d5b62799d626088ee6f3"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a6" + ]; + titles = [ + { + model = "WL-WN531A6"; + vendor = "Wavlink"; + } + ]; + }; + wevo_11acnas = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-wevo_11acnas"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-wevo_11acnas-initramfs-kernel.bin"; + sha256 = "b49fc1181f87f33dc788a04f7021210e9985909ae00a65c0c980b5fac734ac97"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-wevo_11acnas-squashfs-sysupgrade.bin"; + sha256 = "956f203b95492e75fa18079b695c36005454e9db8d16ff6ab2358a06abdaa422"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,11acnas" + "11acnas" + ]; + titles = [ + { + model = "11AC NAS Router"; + vendor = "WeVO"; + } + ]; + }; + wevo_w2914ns-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-wevo_w2914ns-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-wevo_w2914ns-v2-initramfs-kernel.bin"; + sha256 = "9299918a032e87f7f392e4c1ee2995160f49d6ab5211a12f90a44cb492bec6d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-wevo_w2914ns-v2-squashfs-sysupgrade.bin"; + sha256 = "7e06545752aaa0b9bf156293e33e8fef751662a8f8f88184a2807d468b57c7c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,w2914ns-v2" + "w2914nsv2" + ]; + titles = [ + { + model = "W2914NS"; + variant = "v2"; + vendor = "WeVO"; + } + ]; + }; + winstars_ws-wn583a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-winstars_ws-wn583a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-winstars_ws-wn583a6-initramfs-WN583A6-kernel.bin"; + sha256 = "44567094828549c05632538f52b77b8585a6591cf3378a4f75a40174b840acdb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-winstars_ws-wn583a6-squashfs-sysupgrade.bin"; + sha256 = "d04c735cd32cca4d505278871940aa811bbb821a9d05041ac3e586a67d25c1e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winstars,ws-wn583a6" + ]; + titles = [ + { + model = "WS-WN583A6"; + vendor = "Winstars"; + } + { + model = "AC2100"; + vendor = "Gemeita"; + } + ]; + }; + xiaomi_mi-router-3-pro = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-3-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-sysupgrade.bin"; + sha256 = "d0f8a926fb195fefb8bae9a61319271e8ebfbf87499c370c10707a82df7ffa7a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-3-pro-initramfs-kernel.bin"; + sha256 = "9d020bb5267c4848083cb5ad1078a3b9488339251386c68aeed903586ecada0a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-factory.bin"; + sha256 = "87490a56e56f6fb506f14033dfe0cbddb6a0ec7c66ee593f580501b8486f6f2a"; + type = "factory"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3-pro" + "xiaomi,mir3p" + ]; + titles = [ + { + model = "Mi Router 3 Pro"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-3g-squashfs-rootfs0.bin"; + sha256 = "3c19abf4e7cfb0e75d9d49db0acd738c98a9c72f40e0334aaf02a07c728b9adf"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-3g-squashfs-sysupgrade.bin"; + sha256 = "06a81dae01489454c4ed8a5d8a151e82414e9f96bfe51c0ae227cceffdf81016"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-3g-initramfs-kernel.bin"; + sha256 = "29ae8b12d479a6e840cde44600c5c8744947405b635f133a0edc72f0e4977116"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-3g-squashfs-kernel1.bin"; + sha256 = "b4f8ce4ce49cba05064ac6554cd5e3b6847a1d3c73ad7de62face8267f8287b6"; + type = "kernel1"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g" + "R3G" + "mir3g" + "xiaomi,mir3g" + ]; + titles = [ + { + model = "Mi Router 3G"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-3g-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-3g-v2-squashfs-sysupgrade.bin"; + sha256 = "623bd683b5fabdbc2672e755071814f224da5410bf8aca747eaf53bc6d7c23d7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-3g-v2-initramfs-kernel.bin"; + sha256 = "824558a5868ce30160916781fb2eb0335fe5a0e4c7780127223dadc4c144c063"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g-v2" + "xiaomi,mir3g-v2" + ]; + titles = [ + { + model = "Mi Router 3G"; + variant = "v2"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-4-initramfs-kernel.bin"; + sha256 = "9bb7ede1b7e8d576e2a584392a64d6f818ed6fea5ff1ec3edf9503a3a6d86fb2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-4-squashfs-kernel1.bin"; + sha256 = "54cd7230cafdceb9a0efed8cf979d02939f0cf672f98faddc712af0eec188533"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-4-squashfs-rootfs0.bin"; + sha256 = "c761f45e6a50080822ad56a002d1ed8fff71b229aaa2806661e698006531c8df"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-4-squashfs-sysupgrade.bin"; + sha256 = "58795e9665f41e5f5352b5b531563fb292b927042c5d3a48b5e4c51e872ee950"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4" + ]; + titles = [ + { + model = "Mi Router 4"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-gigabit = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-4a-gigabit"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-4a-gigabit-initramfs-kernel.bin"; + sha256 = "b8aace60623a19c3944e1356d1d44e429af0b43e127c0dfd41adb1f3a6f7c8b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin"; + sha256 = "24e7e2e6af7e3179e542f791a66f55a69df277013661b9b511882cd11daebf09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-gigabit" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "Gigabit Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-ac2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "76783f31f0e20a5fe51d47606f7abe463de1738e98ad41017a47511d18c363ed"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "00c325f10898da069d35418aa7a3ceaaf80e77806bb0d1cce75290dc503be810"; + type = "kernel1"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-ac2100-initramfs-kernel.bin"; + sha256 = "443dda875707ce591af84fc8618d4d6c001d4f869aa03e1840aaf91c5a288474"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "35868cda18104582d3e093f795169f7758e4f1deaeac9fe1013a4764536c4829"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-ac2100" + ]; + titles = [ + { + model = "Mi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-xiaomi_redmi-router-ac2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_redmi-router-ac2100-initramfs-kernel.bin"; + sha256 = "d884841933505a8aecae03b0a078b54b70cd237645e3c6a4bda03705c4f8a5ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "f99d35aaaeac90cb180e99478a39696a7c041826dd24885776f91b6181dddb4e"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "76783f31f0e20a5fe51d47606f7abe463de1738e98ad41017a47511d18c363ed"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "4cae8b76d030d60cecfe2e21df1cabf5a68a753a172b0482f243e667c584391e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ac2100" + ]; + titles = [ + { + model = "Redmi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaoyu_xy-c5 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-xiaoyu_xy-c5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaoyu_xy-c5-initramfs-kernel.bin"; + sha256 = "00784a871ae64ddbee877edcaae397f6de92d153a94cea66b497ef7b6d160e1b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xiaoyu_xy-c5-squashfs-sysupgrade.bin"; + sha256 = "7c7e8a0e4609e6303739159782e68a4651c8b9e3abc99bd536d18a63d89382d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaoyu,xy-c5" + ]; + titles = [ + { + model = "XY-C5"; + vendor = "XiaoYu"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "b67fd4b9f595a0b093d316006826e0958d6d2966734bbb0aa1306232c38b75f0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-xzwifi_creativebox-v1-initramfs-kernel.bin"; + sha256 = "22465852a5a581bb69662f878385678cc5180bea724338f4c3fb6d48cb3bbfdf"; + type = "kernel"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + model = "v1"; + vendor = "CreativeBox"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "8c6fdef25fdbe03d15ebb9888d4a24405c56f45e72e17e1b94e305d4c317313b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-youhua_wr1200js-initramfs-kernel.bin"; + sha256 = "349f332f5c24695a04476b92d883a517f2bc549720551f32a3a87b6e87bb3860"; + type = "kernel"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + model = "WR1200JS"; + vendor = "YouHua"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-youku_yk-l2-initramfs-kernel.bin"; + sha256 = "68cdee10d1c737465102e45681ea7c95fdbeb93141bc4de091ac0ff43cbbc735"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "f81a9f12f6d3c936d047f653cd82e29faf402daef6ccbc9b6b4a657285af11c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + model = "YK-L2"; + vendor = "Youku"; + } + ]; + }; + yuncore_ax820 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-yuncore_ax820"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-yuncore_ax820-initramfs-kernel.bin"; + sha256 = "d91ae8a2c1d89e86b9d0c60e7d5224dde0cf5d0ccb9aff687c213652bc2bf5f8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-yuncore_ax820-squashfs-sysupgrade.bin"; + sha256 = "7f99f581ab0eeba55d9fd71f6e242c1f908d536d82aaf0b34bf23cee860c9427"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,ax820" + ]; + titles = [ + { + model = "AX820"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-zbtlink_zbt-we1326"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-zbtlink_zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "bf49e97284303d865b7ca5a8b20e9d01b21664a3a05215956c83abbe42ae9211"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-zbtlink_zbt-we1326-initramfs-kernel.bin"; + sha256 = "c1d7783e2fc1e054630b1808a5f75461cbfd16bb63dbef3abe853891d8853e05"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1326" + "zbt-we1326" + ]; + titles = [ + { + model = "ZBT-WE1326"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-zbtlink_zbt-we3526-initramfs-kernel.bin"; + sha256 = "c9c56288ea0fefdbe9d73f6f9186e2a85ef179cb5e21de5886fe4926f6906d86"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "d66c6966e0746db06c8877378d8b979cf990459d93087349423ad27055eb9ac7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + model = "ZBT-WE3526"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg2626 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-zbtlink_zbt-wg2626"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-zbtlink_zbt-wg2626-initramfs-kernel.bin"; + sha256 = "c72e2b51ab69027c97f3446e42e4faf0f6c6392f636387f5b0b8b83fe22e63c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-zbtlink_zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "876a7749403f4dbef9713aadf84604db22f06bd6dd7718411c808efd06db60fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg2626" + "zbt-wg2626" + ]; + titles = [ + { + model = "ZBT-WG2626"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-zbtlink_zbt-wg3526-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-zbtlink_zbt-wg3526-16m-squashfs-sysupgrade.bin"; + sha256 = "b8221a2ce01df1b2854d85deade3c7736fdbc5ca30ca6c0d11de908e31967938"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-zbtlink_zbt-wg3526-16m-initramfs-kernel.bin"; + sha256 = "4f69dc4396438a1f6e1e7dafd67d24b2afebf26e17df5d78c3dbe5c60c534129"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-16m" + "zbt-wg3526" + "zbt-wg3526-16M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-32m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-zbtlink_zbt-wg3526-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-zbtlink_zbt-wg3526-32m-squashfs-sysupgrade.bin"; + sha256 = "ac22a7eafa1a93a1d0053149a830ad330f8cdcec7fac818677061df300b9dedb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-zbtlink_zbt-wg3526-32m-initramfs-kernel.bin"; + sha256 = "b5086861c21d43b45aa93fa296d5ef98e9e4ce21deff06e28fd916088b9d92a1"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-32m" + "ac1200pro" + "zbt-wg3526-32M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zio_freezio = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-zio_freezio"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-zio_freezio-initramfs-kernel.bin"; + sha256 = "11c51f37135399bd86bc0436c62ddd22500a707947d09d05b75876f811ca1c37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-zio_freezio-squashfs-sysupgrade.bin"; + sha256 = "7e8e29a868c3323b8431a1ca7c214e7e607f55618e09948d59560440b7c5acd3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zio,freezio" + ]; + titles = [ + { + model = "FREEZIO"; + vendor = "ZIO"; + } + ]; + }; + zyxel_nr7101 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "uboot-envtools" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-zyxel_nr7101"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-zyxel_nr7101-squashfs-sysupgrade.bin"; + sha256 = "efaeeb7f140700e237f0fc54e282c3bd8987867f793d8726f7fa960b9057f5b9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-zyxel_nr7101-initramfs-recovery.bin"; + sha256 = "017158adc6247ed242289306fd5f359df4639ac6e94421a9ff78193f88ee2f63"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nr7101" + ]; + titles = [ + { + model = "NR7101"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wap6805 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7621-qtn-rgmii" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt7621-zyxel_wap6805"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt7621-zyxel_wap6805-initramfs-kernel.bin"; + sha256 = "f34924671fa8aeac90851f1b5a0a37afcc691753fbff6636f5a70080269a8d69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt7621-zyxel_wap6805-squashfs-sysupgrade.bin"; + sha256 = "19b76323fac5e23cc08735ba3404e0c1586c0a6e3f4c878439051b1e638c0b52"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wap6805" + ]; + titles = [ + { + model = "WAP6805"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "ramips/mt7621"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-mt7603" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-alfa-network_awusfree1-initramfs-kernel.bin"; + sha256 = "f3a9e4eff88d079ecfe492e7e6ce5805eed8a3a9390997fac11b441505a737eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "430aa26b23dbec945ce6adc6efc84f0f3574787c7ba8c0bad8923a46b432885f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + "awusfree1" + ]; + titles = [ + { + model = "AWUSFREE1"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rt-n10p-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-asus_rt-n10p-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-asus_rt-n10p-v3-squashfs-sysupgrade.bin"; + sha256 = "3997fc1017bd8f61b7fd6bff733c63d4e2ade6c6fe942a2c5b34ccddf51d339b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-asus_rt-n10p-v3-initramfs-kernel.bin"; + sha256 = "237d13bafa76ce4d7765a3b455ed1461cce6e14ae5bdb167a56c2ed7a73dca9b"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v3" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "V3"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n11p-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-asus_rt-n11p-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-asus_rt-n11p-b1-initramfs-kernel.bin"; + sha256 = "900d642b13c87a0d8e02e40c5a295e55ed611851eddf7af3f94a82099acd7e91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-asus_rt-n11p-b1-squashfs-sysupgrade.bin"; + sha256 = "d0597144bb2652a7017052a91842af9461784031bd1f59d6a2b3447400109402"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n11p-b1" + ]; + titles = [ + { + model = "RT-N11P"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12-vp-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-asus_rt-n12-vp-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-asus_rt-n12-vp-b1-initramfs-kernel.bin"; + sha256 = "baf64eec618e3abf6654e4fa2090986c08e38fab4f1247fd94d9b9d29dab0b2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-asus_rt-n12-vp-b1-squashfs-sysupgrade.bin"; + sha256 = "9b84b3cdab59df170ff52731e7ecd10d756453e94e585ef0f0d5e093f77316eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n12-vp-b1" + ]; + titles = [ + { + model = "RT-N12 VP"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + buffalo_wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-buffalo_wcr-1166ds"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-buffalo_wcr-1166ds-initramfs-kernel.bin"; + sha256 = "de23495cbee92dd6f9805e9011573e09d3d71227803e72935e23148b8fd006aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-factory.bin"; + sha256 = "eeb29bfda41daf78354432329d324d910ba76320e75adf013da5fb96d524f34d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "0461ed957fcc20d5ca4c34023ca7e5b1b97f5c1d491b133b55186aa1ba61d4ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wcr-1166ds" + "wcr-1166ds" + ]; + titles = [ + { + model = "WCR-1166DS"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "4a3de5940e433419547a796ab62d8f3fb27a16e49816d708621a344545588943"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "9d06f298cde370e589ac301a9c9c95b5439e009f8cf74ee52f9d5902b026cf5c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-cudy_wr1000-initramfs-kernel.bin"; + sha256 = "0ad93e1100c383d49acc964b0d0fc882ce96cb3c77a5f1cdb121a3b0e91da911"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + model = "WR1000"; + vendor = "Cudy"; + } + ]; + }; + d-team_pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-d-team_pbr-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-d-team_pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "738555f9bc40adc3967508f54bd214e4185872cabcda5fa74cb2a410b2ce29f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-d-team_pbr-d1-initramfs-kernel.bin"; + sha256 = "497dcd4ca00aad1e5c07303903af51853eed9f02690f3e4c22647e04fd315e8a"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,pbr-d1" + "pbr-d1" + ]; + titles = [ + { + model = "PBR-D1"; + vendor = "PandoraBox"; + } + ]; + }; + duzun_dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-duzun_dm06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-duzun_dm06-initramfs-kernel.bin"; + sha256 = "3e7cba07079b185131a25386cb80bf3012993528300d3b92df8c8f7f78578e90"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-duzun_dm06-squashfs-sysupgrade.bin"; + sha256 = "f17aabaa3f7a7c4d31bff155f409c604167406cc1ae647e4de3ef6fe4a7c4357"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "duzun,dm06" + "duzun-dm06" + ]; + titles = [ + { + model = "DM06"; + vendor = "DuZun"; + } + ]; + }; + elecom_wrc-1167fs = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-elecom_wrc-1167fs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-elecom_wrc-1167fs-initramfs-kernel.bin"; + sha256 = "f38b84afbfa5421d3999f5e0290ec4495c54d36afc0a5ce73cc4dc95e353637f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-elecom_wrc-1167fs-squashfs-factory.bin"; + sha256 = "40f167dd6d2674af4ac82585690f9a17d9048e777013352bf73a8f72621114b4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-elecom_wrc-1167fs-squashfs-sysupgrade.bin"; + sha256 = "e042f0481035da36d7c80cb90287e47dc58c82f6ea5defd52c83d30650f7bb27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167fs" + ]; + titles = [ + { + model = "WRC-1167FS"; + vendor = "ELECOM"; + } + ]; + }; + glinet_gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-glinet_gl-mt300n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "1cc9685bd6342b7ba48b0581621013a0c5d0314483079480db95e0f9104419e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-glinet_gl-mt300n-v2-initramfs-kernel.bin"; + sha256 = "246299e32708e8fe1d4d167754072aa2d45b5773b3a144cb63edb3a290678cb6"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n-v2" + "gl-mt300n-v2" + ]; + titles = [ + { + model = "GL-MT300N"; + variant = "V2"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_microuter-n300 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-glinet_microuter-n300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-glinet_microuter-n300-initramfs-kernel.bin"; + sha256 = "ecc763ca230341303b8c1d7554539c1697788a1db2a7b8b74a2b18b3be5f19f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-glinet_microuter-n300-squashfs-sysupgrade.bin"; + sha256 = "311c3abd87a4f02374e5d71bb8c252232de1ea6b042bf1c5f949e958990a5a74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,microuter-n300" + "microuter-n300" + ]; + titles = [ + { + model = "microuter-N300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "bc4a8fdbb3366459e8f7b7857c5641cebe08cd2c9df11ff39a0cb9d9eb018b78"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-glinet_vixmini-initramfs-kernel.bin"; + sha256 = "86ded468d7011d0639c4f05b31972d2a3b05b2d30d0e52c6486f025303ac6fd4"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + model = "VIXMINI"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_wifi-pineapple-mk7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-hak5_wifi-pineapple-mk7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-hak5_wifi-pineapple-mk7-squashfs-sysupgrade.bin"; + sha256 = "841dd3874d5e6e2c943c96d61ed52631a42ee0a795b5e6be76b08d3bd48cdf75"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-hak5_wifi-pineapple-mk7-initramfs-kernel.bin"; + sha256 = "517de5c20c4d6c136b9928f4cfadaaedaa6e4c00009655402623c7c1f10ccf4a"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-mk7" + "wifi-pineapple-mk7" + ]; + titles = [ + { + model = "WiFi Pineapple Mark 7"; + vendor = "Hak5"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "56b6bebb557a08f5d607bc1aab66751f2c0961ca0de01d2fad53f0ac94c34d85"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-hilink_hlk-7628n-initramfs-kernel.bin"; + sha256 = "f04398d54e7978fda654ab85314e7383c55a766e5dce18da47c52e55a64f1cc6"; + type = "kernel"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + model = "HLK-7628N"; + vendor = "HILINK"; + } + ]; + }; + hilink_hlk-7688a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-hilink_hlk-7688a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-hilink_hlk-7688a-initramfs-kernel.bin"; + sha256 = "2597b1da742327254eb350d12e35643a62a33479429861186e54d411ba5532ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-hilink_hlk-7688a-squashfs-sysupgrade.bin"; + sha256 = "3b5274bf3c99ebf5c3e533368358adab1c31b747afe6b0cf047faad68ab7011d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7688a" + ]; + titles = [ + { + model = "HLK-7688A"; + vendor = "Hi-Link"; + } + ]; + }; + hiwifi_hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-hiwifi_hc5661a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-hiwifi_hc5661a-squashfs-sysupgrade.bin"; + sha256 = "9bf5e5b354a4d8df60988cbed763b342f078d65ec272468ce7c418cde81c55f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-hiwifi_hc5661a-initramfs-kernel.bin"; + sha256 = "474d9a2b6df618f0a96fd3dd6bea857fafe7f5977835314f6c34befbe37f72f3"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5661a" + "hc5661a" + ]; + titles = [ + { + model = "HC5661A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761a = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-hiwifi_hc5761a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-hiwifi_hc5761a-squashfs-sysupgrade.bin"; + sha256 = "8b8c534f28bb479b04d94453b763c8436d3506ca0834332a4d6099bf0e6a0a8d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-hiwifi_hc5761a-initramfs-kernel.bin"; + sha256 = "a5e08d6def49b3cd0af1cc35de61c07beb4e17803ae4fd0994e28eb1a1323875"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5761a" + ]; + titles = [ + { + model = "HC5761A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-hiwifi_hc5861b-initramfs-kernel.bin"; + sha256 = "c44925e234f24a53ca68adc30ca5ed9d893eb91bd1d7640c7ad7d84c2b0d216c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "b8e9a7c8ebd1d10af71acdfcfd872d34aefdd393a8c1cf621f46dc45f146e43c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + model = "HC5861B"; + vendor = "HiWiFi"; + } + ]; + }; + iptime_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-iptime_a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-iptime_a3-squashfs-sysupgrade.bin"; + sha256 = "4ad928ce8f1a2f1cd7780288b1066b38a88c27e431c6de67f918830c57765a09"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-iptime_a3-initramfs-kernel.bin"; + sha256 = "55eff0f4053339693b7baf2f905ee685a918a63259e8878e86bd24029882a463"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a604m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-iptime_a604m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-iptime_a604m-squashfs-sysupgrade.bin"; + sha256 = "e17ed5084ec7909f3e196caaff069429b467200426d32183ae8e01c7d7ce431f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-iptime_a604m-initramfs-kernel.bin"; + sha256 = "1881029dd838eabb0dbc4a06c2bc3e756fd604f49924e91f71b7e785d76d8bd9"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a604m" + ]; + titles = [ + { + model = "A604M"; + vendor = "ipTIME"; + } + ]; + }; + jotale_js76x8-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-jotale_js76x8-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-jotale_js76x8-16m-initramfs-kernel.bin"; + sha256 = "d183d0c70337ec50e426137d0640ca0616371d1135290b90fb47dd794350f22b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-jotale_js76x8-16m-squashfs-sysupgrade.bin"; + sha256 = "10de199e029ce5ef433379f4448e4b6c60caeed76fe4eee27446e3d222b256d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-16m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "16M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-jotale_js76x8-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-jotale_js76x8-32m-squashfs-sysupgrade.bin"; + sha256 = "a06b8cbf0a4311292d11b5ce0b35b4cc06895d162f3b462da49458142e7f38a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-jotale_js76x8-32m-initramfs-kernel.bin"; + sha256 = "2954a77ee967428f14d52a42079b35abe44f26256e090f449f8900d7311a2d7a"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-32m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "32M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-jotale_js76x8-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-jotale_js76x8-8m-initramfs-kernel.bin"; + sha256 = "0b0605b0f1d6269b0e315c8a1eb098f6c29053b4da3a8abbabe114fb7a02a31b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-jotale_js76x8-8m-squashfs-sysupgrade.bin"; + sha256 = "350b7ecebfc16ca34468f772cba2238fdce7008cf463dad484df1e6383bb0989"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-8m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "8M"; + vendor = "Jotale"; + } + ]; + }; + mediatek_linkit-smart-7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-mediatek_linkit-smart-7688"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-mediatek_linkit-smart-7688-initramfs-kernel.bin"; + sha256 = "1403b460f634c72eb0e1c77e14aebbcd3b4ae569af528c1dde84ce6f026bb3da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-mediatek_linkit-smart-7688-squashfs-sysupgrade.bin"; + sha256 = "5593baacb6b6a1c9dc353a3b3901261100b183be67ece9602616ff18292b296b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,linkit-smart-7688" + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + model = "LinkIt Smart 7688"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7628an-eval-board = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-mediatek_mt7628an-eval-board"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-mediatek_mt7628an-eval-board-squashfs-sysupgrade.bin"; + sha256 = "ea15cf459b59eb10a64f5a29eabb49064cbbbde083ddf8b9688119452002bdf2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-mediatek_mt7628an-eval-board-initramfs-kernel.bin"; + sha256 = "6067deeab7ef1eb639f35e6e36919eea0bab68fe816d904242a7e1570dff9975"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7628an-eval-board" + "mt7628" + ]; + titles = [ + { + model = "MT7628 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercury_mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-mercury_mac1200r-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-mercury_mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "a651e9a03e6ef321b43808b241f7242d4b64aa68efad2d73baadb34cdd774cae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-mercury_mac1200r-v2-initramfs-kernel.bin"; + sha256 = "1ead1111d523f86ec59d52702e7758600a8f7f3c7b5e55fc1cd621f9db359f2d"; + type = "kernel"; + } + ]; + supported_devices = [ + "mercury,mac1200r-v2" + "mac1200rv2" + ]; + titles = [ + { + model = "MAC1200R"; + variant = "v2.0"; + vendor = "Mercury"; + } + ]; + }; + minew_g1-c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-cp210x" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-minew_g1-c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-minew_g1-c-initramfs-kernel.bin"; + sha256 = "553905f8865b84db55192a39bd4e538a63ba9e41305620f0fdfc29457b6d56d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-minew_g1-c-squashfs-sysupgrade.bin"; + sha256 = "c3ebd8054a7febbde0b748943cbdc0e7ad5d6eb9c1c1288d9b8f3470ac67cc1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "minew,g1-c" + "minew-g1c" + ]; + titles = [ + { + model = "G1-C"; + vendor = "Minew"; + } + ]; + }; + netgear_r6020 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-netgear_r6020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-netgear_r6020-squashfs-sysupgrade.bin"; + sha256 = "f0ba677183c30e9976858096366090a475a81d402258e45740a8f6e32aa10fff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-netgear_r6020-initramfs-kernel.bin"; + sha256 = "5e53cc84d597eafa06a067944a6adee06b886514041d7dbe64dca39437f0ec3a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-netgear_r6020-squashfs-factory.img"; + sha256 = "b351229ee210f4bbbcd25b80cfbcbed69c096ed0aee42f1157b882298d7d6bf5"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6020" + ]; + titles = [ + { + model = "R6020"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6080 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-netgear_r6080"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-netgear_r6080-squashfs-sysupgrade.bin"; + sha256 = "5ef6a113d62cae1b6ec1d312467e516d481abc1ad9bb5abdecdfd3cf7cb53092"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-netgear_r6080-squashfs-factory.img"; + sha256 = "2857c2febba369a685faf533bb7b3ee24d0068376e9c1c7e7bac76c415300d91"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-netgear_r6080-initramfs-kernel.bin"; + sha256 = "20169840d031c49b82ebe19101a9d46271fcf0c6231029e5d812101586265a0b"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6080" + ]; + titles = [ + { + model = "R6080"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "1136676a7b9c78357a0c57aaf575c03503d15ce6df1e71b9d13eccb86c89c086"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-netgear_r6120-initramfs-kernel.bin"; + sha256 = "7820921a965ac88a9140dc5a2d77de94d228515627c7d5bb4731cfe9ff82451b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "9ba832a03cf007e5049ce75d586ef4a30e6fa807b22580b9f4c2176984d63e59"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + model = "R6120"; + vendor = "NETGEAR"; + } + ]; + }; + onion_omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-onion_omega2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-onion_omega2-squashfs-sysupgrade.bin"; + sha256 = "f68522f4e260813e652da4b1d16e22f993dd6955f9c81a1050101b170672309d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-onion_omega2-initramfs-kernel.bin"; + sha256 = "e015d9dc94d77cb10914cc547629c1bdaacc4ca521fe8ce5dee6880308a5edf0"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega2" + "omega2" + ]; + titles = [ + { + model = "Omega2"; + vendor = "Onion"; + } + ]; + }; + onion_omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-onion_omega2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-onion_omega2p-initramfs-kernel.bin"; + sha256 = "a951826dcb83b455d2a67d2f8d8af7537e2d13fdc19fada4988ed8b82c361e62"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-onion_omega2p-squashfs-sysupgrade.bin"; + sha256 = "bd4b428cbacd365c8adc9d0c51187b8aa732a5efd31ceffb6afd9899a366951a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2p" + "omega2p" + ]; + titles = [ + { + model = "Omega2+"; + vendor = "Onion"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-rakwireless_rak633-initramfs-kernel.bin"; + sha256 = "2f7b5e6f9287f8a4e7bf32320d296312fe3f914b6ec891c6f738df886078fcd3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "2de9507b431fe2b569f759ec1249b4f75cd756b28c6fab00fc8b9740f53a363c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + model = "RAK633"; + vendor = "Rakwireless"; + } + ]; + }; + ravpower_rp-wd009 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-i2c-mt7628" + "ravpower-mcu" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-ravpower_rp-wd009"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-ravpower_rp-wd009-squashfs-sysupgrade.bin"; + sha256 = "103bec930b970a9db0d87a72c1b6376f180e3e2d47e3884f7a6d06e5a1ca764e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-ravpower_rp-wd009-squashfs-factory.bin"; + sha256 = "09af9063615af3db82e944db4d8cb6007dd65a9dd409d216efac57031942c361"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-ravpower_rp-wd009-initramfs-kernel.bin"; + sha256 = "078f3fd4fb800c12a48b9ffb0b6c36b12600f5f578ff51fb3550f5f367e27d48"; + type = "kernel"; + } + ]; + supported_devices = [ + "ravpower,rp-wd009" + ]; + titles = [ + { + model = "RP-WD009"; + vendor = "RAVPower"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-skylab_skw92a-initramfs-kernel.bin"; + sha256 = "1313c4e4a9999a1d481a6fafaf2d61647bbe04e17425836a6a1383bc306f034a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "3b34cbb32293c6ae6647d33eae690a63ee4f9f24444609fa195c4b4015446bdd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + model = "SKW92A"; + vendor = "Skylab"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tama_w06-initramfs-kernel.bin"; + sha256 = "416d2f836d374a297c3b203c57e27c3f44ffb70c6bb9be8922214baccec1d93a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "1ebe7b5538543afd944492e71c2937e6bbfde93e791022dbf0072280aa74f3f5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + model = "W06"; + vendor = "Tama"; + } + ]; + }; + totolink_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-totolink_a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-totolink_a3-squashfs-sysupgrade.bin"; + sha256 = "df0d1db02a710266447dc01bd627d18a6f8a16470d2d4062e38622a32182cc15"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-totolink_a3-initramfs-kernel.bin"; + sha256 = "bebcfeb1500344c0fa5ec468ceaaf850f16853ce29ea0559429e4e9a928182b2"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "608afd56be1a57952707a1c5a240578c00691aa1c4765b6109410946adcee0ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-totolink_lr1200-initramfs-kernel.bin"; + sha256 = "64199ad07e5475654486682028cb29da6bb9e6888755551374b539d0099a8cbb"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + model = "LR1200"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_archer-c20-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_archer-c20-v4-initramfs-kernel.bin"; + sha256 = "09db478c287a32344a616937506abc997bcda284a7121eba590a57c8bc84180d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_archer-c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "bbcdd0d4761c262003404ffe768b95f8bf1a01cbad61605b23827fad703c9f3b"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_archer-c20-v4-squashfs-sysupgrade.bin"; + sha256 = "ada13330822240484593e947c5f55b2df03bdb19eadb7a092d6d12676c3dc186"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v4" + "tplink,c20-v4" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v5 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_archer-c20-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_archer-c20-v5-squashfs-sysupgrade.bin"; + sha256 = "19634b712a0b93aa0369ab4746bd633147db5979fefbed93816cc168aa613320"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_archer-c20-v5-initramfs-kernel.bin"; + sha256 = "828e3585c66b2be112923cbe4e25f0ae81116ac5584104fb11881d4a3d74a6f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v5" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_archer-c50-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_archer-c50-v3-initramfs-kernel.bin"; + sha256 = "33b622c0c105794c1b8db55c2dfbe0a1317e137bd72eb32891ca75b921d25ec7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_archer-c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "27cb18edbda2547176c44b06354e30eb99fbeaafd1eb0195eea3c3f52f79aa7a"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_archer-c50-v3-squashfs-sysupgrade.bin"; + sha256 = "a319d4394bc3c1ba7bfb74b0bd9616a0290c91d8b406d4d6d3d8a335607b6f3a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v3" + "tplink,c50-v3" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_archer-c50-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_archer-c50-v4-initramfs-kernel.bin"; + sha256 = "bf11eab2a6f0aafcc7ffa4f5e53fbe2378b428744a005d5036e511d413428e1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_archer-c50-v4-squashfs-sysupgrade.bin"; + sha256 = "1f1b61a9e5c093754dd71680fde3d038fdd28f880f709bd086fc944ccced265e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v4" + "tplink,c50-v4" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_re200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_re200-v2-squashfs-factory.bin"; + sha256 = "d2fedbb210485e7a0170cc50e90925206b51867e73d60cbc58e3bcc579ecccf9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_re200-v2-initramfs-kernel.bin"; + sha256 = "0ed0f65fc8e9e3463cdad3169b91b6944b1ddeecb628ea08ae47f1f0d501fba9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_re200-v2-squashfs-sysupgrade.bin"; + sha256 = "df010f9ffb050721595e1ac928885ec062be5717c9d77939206f1dbdf442c3cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re200-v2" + ]; + titles = [ + { + model = "RE200"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v3 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_re200-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_re200-v3-initramfs-kernel.bin"; + sha256 = "2b265089f809fc5153d60854868820c1deb9d34e299f73b3b60bcfc8c2e5be92"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_re200-v3-squashfs-sysupgrade.bin"; + sha256 = "a8dfd21c19404bd17d24fbbd2df23931585dedbf1339d65f54033c63e9cb6197"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_re200-v3-squashfs-factory.bin"; + sha256 = "8495b3788938bff004a8d250c6b4bf3b7f05be86d566d43ddfeb3c1b8c05d0d0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v3" + ]; + titles = [ + { + model = "RE200"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_re200-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_re200-v4-squashfs-sysupgrade.bin"; + sha256 = "8ce0f5c0d2e989e68360e1b791b1909a0f05f7780ed49efadac14a015dad0f7a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_re200-v4-initramfs-kernel.bin"; + sha256 = "11ab497e3b9326eea5a2889ecb7599de36f4c97f00cdcd079aaea6a34f841620"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_re200-v4-squashfs-factory.bin"; + sha256 = "e61196b80cddfa776bd735bc405f3993519171164723410d0afb0b5b56b16003"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v4" + ]; + titles = [ + { + model = "RE200"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re220-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_re220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_re220-v2-squashfs-factory.bin"; + sha256 = "12bb9bb62673125b935ecae9dd0d9ea4f77c6da9bb07e890a0e88d3801cc809b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_re220-v2-initramfs-kernel.bin"; + sha256 = "aff185919dbebb432cfe8ed7bb09177e7c2222b0615bea080c57635f4085c031"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_re220-v2-squashfs-sysupgrade.bin"; + sha256 = "62a68287a2b0aa89bca4916f32a48c38842488d498391bfbc1fb77c60432239f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re220-v2" + ]; + titles = [ + { + model = "RE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_re305-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_re305-v1-initramfs-kernel.bin"; + sha256 = "4b31f92d98639d01e1ad24652cb1b58c2a76b15268a5d85ec23bc16cce039634"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_re305-v1-squashfs-factory.bin"; + sha256 = "c288ceb7d189535b3bd85e5990c5d878371cd0024c94466c1a1b6283905eb221"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_re305-v1-squashfs-sysupgrade.bin"; + sha256 = "5d8f3490df6c555cbc08fd176df6d1aef52946352848a786537e5c4ab26c1cea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re305-v1" + ]; + titles = [ + { + model = "RE305"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "2f931a542bc47f7551751921cdbd150d2ea8ad770d1fc481a9423ae2de1a8f1c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-mr3020-v3-initramfs-kernel.bin"; + sha256 = "bf5884f18bc51a07a7dfc6255a593b4bf3086f6c11142bfeb9c8ec2a855cbf1f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "692e1069046fbb244a28ee283c2a4fde3d93e98c2bbb1beac01d33a4a85415be"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + model = "TL-MR3020"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "552b8dda3e38e6b8c6699520e213e666a774ed9a628f532674e241c66fbb5e66"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-mr3420-v5-initramfs-kernel.bin"; + sha256 = "8814fb2be8d344283617f8afbf71699ea088bea64ecc8b1c25e5d95a3bca0558"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "817e3ff243d65d0b2089e3127872d4b0b24edb865e0197707cf94573bb390916"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + model = "TL-MR3420"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-mr6400-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-tftp-recovery.bin"; + sha256 = "750164608d5de6aa7a221484d893021465b4f405a3ea3f4842da162de89fec3e"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-sysupgrade.bin"; + sha256 = "dc85d2dfe29f3254ac9d9e6a9c9b010216c0249facff20a16f7924e4501bd8fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-mr6400-v4-initramfs-kernel.bin"; + sha256 = "ed36e0e3dff5ce29ba44e3e589da735deab5c151104a52e26133f8fecc685f94"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v4" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-mr6400-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-sysupgrade.bin"; + sha256 = "8c1a6341945329c2199226ade1b7fae92674ab4bc5c49c72ba16df1773895a47"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-tftp-recovery.bin"; + sha256 = "9422a32cb6beacecd7619f4c2c5b95297588351522c9c2154feaddf5511fc614"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-mr6400-v5-initramfs-kernel.bin"; + sha256 = "32925aa931545a3ae0153f7d5de46166f5039da68420f3eb81eadca565919158"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v5" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wa801nd-v5-initramfs-kernel.bin"; + sha256 = "1d9f03ae35fea608ecc2d054c042a32e9b33cdf24535c815021fdef98ef200d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "2552537c1a43a32cd1f3b04c4fd293586f065eeb19ac291dcf61e9dd5b5c30e3"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "88f204f85a0e41e9c8e814f90486501c714568021b1eefeee3292f911d2270ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + model = "TL-WA801ND"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "bbf699c3d902efc1532ac5212789b308d10cee4564efda85cec1f42b2e6abe42"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "8614f98a9594e1d28fe98be4fd384da40b933f9e4e0ba743ca27fe3004b1c813"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr802n-v4-initramfs-kernel.bin"; + sha256 = "d6996bb02a1d14b0d10395927251e690ab85cb865abf955370add81d344a8241"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + model = "TL-WR802N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr840n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "16d54f3b0ce546314cf4aa684d02c2e1b177a5b6873f2c1945861ff4a6785449"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "21253a245a14ee2a975631ad61cbe44f956fc58b65f0dfb9b99d834aedfea27f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr840n-v4-initramfs-kernel.bin"; + sha256 = "b019d51e50e011888a62712fd57a98a23a09d2a4114fe5cda57625572a0aa86c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr840n-v4" + "tl-wr840n-v4" + ]; + titles = [ + { + model = "TL-WR840N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr841n-v13"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "6a5b291e22ccc45c39bf93410606357579ae4674070d35328abe524c21997aee"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "a7712671345e9c634cd3bb5325c46e5d8946252bf6fe499275b03d530a254186"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr841n-v13-initramfs-kernel.bin"; + sha256 = "4fe2ac559bc5a93583200dd258715980b507cc5e986383f8df9b8d236abfe0dc"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr841n-v13" + "tl-wr841n-v13" + ]; + titles = [ + { + model = "TL-WR841N"; + variant = "v13"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "33af01b88c2f094f8095ead0591709dee5adcadcba1919fd62784fd28d14e46e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "48270c3d357a4148db3a7449b9809e67cfd7811c575227ea085cb60e44fb54eb"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr842n-v5-initramfs-kernel.bin"; + sha256 = "cb5f52d7d82c7ca3f8e1b1316bbdad3311a25e3dcae7238259a6e89a86ced7ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr850n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr850n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr850n-v2-initramfs-kernel.bin"; + sha256 = "52bd4a6d067800e5b9b4e74addf4e37a82130fe7cdc69b27246d5f316f3fcf6f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-tftp-recovery.bin"; + sha256 = "8c60288ea8fefaab326236ff3abe2dc5a8c0ae3bef50b6001736bc5dcdfaf930"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-sysupgrade.bin"; + sha256 = "10437c1e2dd0b6d2dc4bc27bfaa727609b0bec62931058ef040737c0bc4b409b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr850n-v2" + ]; + titles = [ + { + model = "TL-WR850N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "b423965ab17ae4d5fc081eef7b5bbf0a3fa0da0958cda884040267c3e655e522"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr902ac-v3-initramfs-kernel.bin"; + sha256 = "c80dd8de88183aa62c1ac4e3d0f43ea6ee316fde048c409919e0613d2a1a4ce6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "31f112a98211cb2c6fd227dfd6b91fb4b2a48b9c50cd97531f386362bb9050bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + unielec_u7628-01-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-unielec_u7628-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-unielec_u7628-01-16m-squashfs-sysupgrade.bin"; + sha256 = "25be13a57543cea7916021fb5e46c238a1dfa4aa82d4a9ce9f1a5dca83efafa1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-unielec_u7628-01-16m-initramfs-kernel.bin"; + sha256 = "b4a6841b257b7536dd437c101969308db02d8af08671d32ef5afc146206f6f4a"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7628-01-16m" + "u7628-01-128M-16M" + "unielec,u7628-01-128m-16m" + ]; + titles = [ + { + model = "U7628-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + vocore_vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-vocore_vocore2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-vocore_vocore2-initramfs-kernel.bin"; + sha256 = "831992cf6da604424b270f5790e3bf0ff34f0476064c20dcc2892f74a62d772f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-vocore_vocore2-squashfs-sysupgrade.bin"; + sha256 = "aa0c9085bcaa3398424abac49273f1d4c5a569aca79229d27ffeba539c2f27ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore2" + "vocore2" + ]; + titles = [ + { + model = "VoCore2"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore2-lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-vocore_vocore2-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-vocore_vocore2-lite-squashfs-sysupgrade.bin"; + sha256 = "dc7afb06b880369b4726d9302565d1433d572812a2b937542f4aa70e133bb4d9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-vocore_vocore2-lite-initramfs-kernel.bin"; + sha256 = "03b9e3982e5c72c728aaf8ad9af3f88ad0784ed01211a742f57a2f4475cad2ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore2-lite" + "vocore2lite" + ]; + titles = [ + { + model = "VoCore2-Lite"; + vendor = "VoCore"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-wavlink_wl-wn570ha1-initramfs-kernel.bin"; + sha256 = "5a7a445e921dce8488a661f3d1481fd545f820769dd05e6077138444dc36228b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "1cf1c3547a58b265ffec8df8f238494d3e6b47deb2d9e7f67b2da712a543181f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + model = "WL-WN570HA1"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "9d18d990fb2b894b44e803d822dbffbfc22568b2390b372096d3529c3f759406"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-wavlink_wl-wn575a3-initramfs-kernel.bin"; + sha256 = "d1c8a4fd0b17c68957a25ae2296423a6bf2bd279854064a17c8141ae50110344"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + model = "WL-WN575A3"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn577a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-wavlink_wl-wn577a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-wavlink_wl-wn577a2-squashfs-sysupgrade.bin"; + sha256 = "96896353ccfa9f412f14b36ceff470c0399aa0735e4282f73234cba1bc1995d6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-wavlink_wl-wn577a2-initramfs-kernel.bin"; + sha256 = "9ff14e5cdcda3e9afaa83218e31ca4505a81836c9a6f0f3f28d01ffaa8cd8298"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn577a2" + ]; + titles = [ + { + model = "WL-WN577A2"; + vendor = "Wavlink"; + } + { + model = "WLR-755"; + vendor = "Maginon"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "c0a8182b3dad05262f78680935daa9a8bccd762559f697226b68bbd27668932b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-widora_neo-16m-initramfs-kernel.bin"; + sha256 = "6e03124c52254dd229698ba56ca381090713f7867061a05ce6e7af35a7ee1ea7"; + type = "kernel"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "16M"; + vendor = "Widora"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "992f9fe944daf5534b873c7368de65441780ac49752e39f7b218524944d375c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-widora_neo-32m-initramfs-kernel.bin"; + sha256 = "725ab2033a685b9addbf407aba40aebb687d988a96137ae9d8ee0063a8b28db3"; + type = "kernel"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "32M"; + vendor = "Widora"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "713e02cf354c474f0259ba37da7df1fba44adead74fcff08feb704c2f61aeab9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-wiznet_wizfi630s-initramfs-kernel.bin"; + sha256 = "2ff95f7de57e66d79f1921a02bbc1707d6238c9e7af5fb1ab06e1286f2a3a0fa"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + model = "WizFi630S"; + vendor = "WIZnet"; + } + ]; + }; + wrtnode_wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-wrtnode_wrtnode2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-wrtnode_wrtnode2p-initramfs-kernel.bin"; + sha256 = "f4c5f62da180f6b157fd819ee5454d36660f3e4e8e9e8acb41f53463dcd0c583"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "4f6ea2192b7dc312bc0a361e5746914cead56a657e97a8f0949cf2841471dbd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2p" + "wrtnode2p" + ]; + titles = [ + { + model = "WRTnode 2P"; + vendor = "WRTnode"; + } + ]; + }; + wrtnode_wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-wrtnode_wrtnode2r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-wrtnode_wrtnode2r-initramfs-kernel.bin"; + sha256 = "7d6fc9901bbf80a468246e8190747083b2cd2fb628604fc24582ee2beaebba9e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-wrtnode_wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "d7662567078f9ba55fc1c75ea8f499dfa86e09adbf9dfb0cee46edf4b7bdfa4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2r" + "wrtnode2r" + ]; + titles = [ + { + model = "WRTnode 2R"; + vendor = "WRTnode"; + } + ]; + }; + xiaomi_mi-router-4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-xiaomi_mi-router-4a-100m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-xiaomi_mi-router-4a-100m-initramfs-kernel.bin"; + sha256 = "2ebc988b1cfc654983e325517f74f5a4da4261922d0dbfd70e8b64883ab0e9c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin"; + sha256 = "59236a5599cb4d519022881598e2f3f359b4f4cecb01253f23d42072393ee677"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m" + "xiaomi,mir4a-100m" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-xiaomi_mi-router-4c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-xiaomi_mi-router-4c-squashfs-sysupgrade.bin"; + sha256 = "14346b08c0eead9f5ba74d2a275f9f81315d2ea160698b2c8ea9b41ee9407168"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-xiaomi_mi-router-4c-initramfs-kernel.bin"; + sha256 = "c0f0f1f67141c21ab97e1bebe1672a40bc38d70dbd69fe940e2d61e100833580"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4c" + ]; + titles = [ + { + model = "Mi Router 4C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-nano = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-xiaomi_miwifi-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-xiaomi_miwifi-nano-initramfs-kernel.bin"; + sha256 = "531a89c13b3bcbcd0402c78917ae50e4aef87a2f44d4c9248e720b234f5022f8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-xiaomi_miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "212568dddc337c890a0a7a30c8b1525c63c6f2c3b9b9d86e1adf987d870b8227"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-nano" + "miwifi-nano" + ]; + titles = [ + { + model = "MiWiFi Nano"; + vendor = "Xiaomi"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-zbtlink_zbt-we1226-initramfs-kernel.bin"; + sha256 = "c967ae4d33b514b9cb301ff97eedfc5c43caec90f2ffe638f02cf58f029f4c25"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "fd2ce58ffb8e81e239d771abb27a35dc35eef7121f661de47d5558e973f22566"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + model = "ZBT-WE1226"; + vendor = "Zbtlink"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "d6cf5d004162b1dfa6ea266a6de7cf29ad78b79fcd91e9e889c758f566d54e0e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "b5833eba4e449a29334a9dbb05d49c4507f49ded356cc60c8f8c4d63a4cce7ac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-mt76x8-zyxel_keenetic-extra-ii-initramfs-kernel.bin"; + sha256 = "4e6b1289060584654f2f8401036e6d394c8814e5585e74ebec83b7d8ece1d09f"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + model = "Keenetic Extra II"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "ramips/mt76x8"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + belkin_f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt288x-belkin_f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt288x-belkin_f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "b9fda7139cd4d9c26d81285e0f02213b61157d5c78e7c18d7117cb4b92888266"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v1" + "f5d8235-v1" + ]; + titles = [ + { + model = "F5D8235"; + variant = "V1"; + vendor = "Belkin"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "ramips/rt288x"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "7links_px-4885-8m" = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-7links_px-4885-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-7links_px-4885-8m-initramfs-kernel.bin"; + sha256 = "5fb564720918d9f457ab9f7ea33e17d13c238f785e61dd1bdd93eddddbf5c30b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-7links_px-4885-8m-squashfs-sysupgrade.bin"; + sha256 = "32351ca41f5d88933d5046b400417c2e095ef870dc38747f58922c210c90064a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "7links,px-4885-8m" + "px-4885-8M" + ]; + titles = [ + { + model = "PX-4885"; + variant = "8M"; + vendor = "7Links"; + } + ]; + }; + "8devices_carambola" = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-8devices_carambola"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-8devices_carambola-initramfs-kernel.bin"; + sha256 = "bca5d2a7a5b47cd865a018b4f1a024341ed451ee379a2f03c34bf563ff0a929a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-8devices_carambola-squashfs-sysupgrade.bin"; + sha256 = "b3e7eef4cedb48edb1bf4261b48ab40f1f7e2a162ab2cc45d9184315c0908b77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8devices,carambola" + "carambola" + ]; + titles = [ + { + model = "Carambola"; + vendor = "8devices"; + } + ]; + }; + accton_wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-accton_wr6202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-accton_wr6202-initramfs-kernel.bin"; + sha256 = "64afedb358811e0b0c4c202c349214e89ebd01e3a97bb66a9ab2747a877b59fb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-accton_wr6202-squashfs-sysupgrade.bin"; + sha256 = "dd1058bebbf4d4f2ca38e4659d9fb2f4756505c5e4a782cae94b6db2aaf525a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "accton,wr6202" + "wr6202" + ]; + titles = [ + { + model = "WR6202"; + vendor = "Accton"; + } + ]; + }; + alfa-network_w502u = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-alfa-network_w502u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-alfa-network_w502u-squashfs-sysupgrade.bin"; + sha256 = "5671173b790f582d4e47ff70f3428672cff852d65aba2038dfb5187e3be0d926"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-alfa-network_w502u-initramfs-kernel.bin"; + sha256 = "69b1f06cb69a49edc2ff60a53ca6f4675db04720b81c8b143c15420add620d7b"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,w502u" + "w502u" + ]; + titles = [ + { + model = "Networks W502U"; + vendor = "ALFA"; + } + ]; + }; + allnet_all0256n-8m = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-allnet_all0256n-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-allnet_all0256n-8m-squashfs-sysupgrade.bin"; + sha256 = "3be8f9e34878142ebb882bcc592f5b52acf9653320fcd9eec4c642169b39e18f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-allnet_all0256n-8m-initramfs-kernel.bin"; + sha256 = "eabb7b7bb4882d366a35d57235d33a3e82dbdd97ccfea4137b370e10fdf3f252"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all0256n-8m" + "all0256n-8M" + ]; + titles = [ + { + model = "ALL0256N"; + variant = "8M"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5002 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-allnet_all5002"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-allnet_all5002-initramfs-kernel.bin"; + sha256 = "7922b16e92fa3008d126c6402436f8c851c2f2309e8ecf7adc29cd6c7cc89505"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-allnet_all5002-squashfs-sysupgrade.bin"; + sha256 = "4b091edb6be16008b869a0c65f53bde63c8bd61f629318b7c1b9bf4251aea140"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all5002" + "all5002" + ]; + titles = [ + { + model = "ALL5002"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5003 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-allnet_all5003"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-allnet_all5003-squashfs-sysupgrade.bin"; + sha256 = "a05f720599d7db84c7184b810b034fe3899a5ae3838e490eb5a3e7598528e203"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-allnet_all5003-initramfs-kernel.bin"; + sha256 = "57a5d42447eebdd812f1b8315a084f3d2e214243377351e2ec006be866a070a4"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all5003" + "all5003" + ]; + titles = [ + { + model = "ALL5003"; + vendor = "Allnet"; + } + ]; + }; + alphanetworks_asl26555-16m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-alphanetworks_asl26555-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-alphanetworks_asl26555-16m-squashfs-sysupgrade.bin"; + sha256 = "ab8234e13b2c4ba0803e326f2134abcbf504670495eacefdb535134d3727a6c9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-alphanetworks_asl26555-16m-initramfs-kernel.bin"; + sha256 = "eaff54950f1cdd202ec799737e1e3dca1d222ef1df4e3670ed51c41b080f0446"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-16m" + "asl26555" + "asl26555-16M" + ]; + titles = [ + { + model = "ASL26555"; + variant = "16M"; + vendor = "Alpha"; + } + ]; + }; + alphanetworks_asl26555-8m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-alphanetworks_asl26555-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-alphanetworks_asl26555-8m-squashfs-sysupgrade.bin"; + sha256 = "8e9f5ba998416d8086170dc19fa94eaf05d48ae725e074ab005651aac6ad0350"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-alphanetworks_asl26555-8m-initramfs-kernel.bin"; + sha256 = "f355805338172d7d0241d9087865ee57e4ec15b086561db2e780a7a8127f3d97"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-8m" + "asl26555" + "asl26555-8M" + ]; + titles = [ + { + model = "ASL26555"; + vendor = "Alpha"; + } + ]; + }; + arcwireless_freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-arcwireless_freestation5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-arcwireless_freestation5-initramfs-kernel.bin"; + sha256 = "18ef3859510375fe8d30677ad5bcbfe329da2f0c5c6457427073d51fda4d2695"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-arcwireless_freestation5-squashfs-sysupgrade.bin"; + sha256 = "47135e8f6c725e31d2ade9bec1c2d6d73c74c0748e6fd02e084ebc5c365e13e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcwireless,freestation5" + "freestation5" + ]; + titles = [ + { + model = "FreeStation"; + vendor = "ARC Wireless"; + } + ]; + }; + argus_atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-argus_atp-52b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-argus_atp-52b-initramfs-kernel.bin"; + sha256 = "a5be2948a93805de1dcca879ca34be10172f9366fe76654c490df1e39b654187"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-argus_atp-52b-squashfs-sysupgrade.bin"; + sha256 = "a494bde5cc5fde9c73218a945b1abd0b52a7f00719e773569c441d2d7882991d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "argus,atp-52b" + "atp-52b" + ]; + titles = [ + { + model = "ATP-52B"; + vendor = "Argus"; + } + ]; + }; + asiarf_awm002-evb-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-asiarf_awm002-evb-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-asiarf_awm002-evb-8m-initramfs-kernel.bin"; + sha256 = "bd479ed8ff3bb315bb54c5b8a642c17c1c3cd73a867595857efa51f891cc3236"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-asiarf_awm002-evb-8m-squashfs-sysupgrade.bin"; + sha256 = "9e59eba2d6a420659e95faa00ea9a07a1b9d08e02dc00587189a6ee9ff92444e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,awm002-evb-8m" + "awm002-evb-8M" + ]; + titles = [ + { + model = "AWM002-EVB/AWM003-EVB"; + variant = "8M"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-asus_rt-n13u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-asus_rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "ff56bdcd9c6649e2cba8da2728224f2074053bfb297c0a4cd8d2d427db61f5a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-asus_rt-n13u-initramfs-kernel.bin"; + sha256 = "92ee1f2de28afe74f6a1ff5a5cb502ab737e1333e81e6137e5bfceb9f2a68164"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n13u" + "rt-n13u" + ]; + titles = [ + { + model = "RT-N13U"; + vendor = "Asus"; + } + ]; + }; + aximcom_mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-aximcom_mr-102n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-aximcom_mr-102n-initramfs-kernel.bin"; + sha256 = "d8cf961e2ba913cfbc91b1c35689b9d79331962b208557d86e785e4a98d692ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-aximcom_mr-102n-squashfs-sysupgrade.bin"; + sha256 = "75639ccd2d37af901209743de91e51cb9f5bf2ec2354b27aaf0c87d7420f9da8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aximcom,mr-102n" + "mr-102n" + ]; + titles = [ + { + model = "MR-102N"; + vendor = "AXIMCom"; + } + ]; + }; + aztech_hw550-3g = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-aztech_hw550-3g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-aztech_hw550-3g-initramfs-kernel.bin"; + sha256 = "f026790e5336b555c8d3d686f400ff90e4fbdcfca6f61168952234f03a39e76f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-aztech_hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "e4cb650939f6d50b1da1b6a14a2ccfb8e1b39fc23133873ffeb51826d4c4c574"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aztech,hw550-3g" + "hw550-3g" + ]; + titles = [ + { + model = "HW550-3G"; + vendor = "Aztech"; + } + { + model = "ALL0239-3G"; + vendor = "Allnet"; + } + ]; + }; + belkin_f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-belkin_f5d8235-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-belkin_f5d8235-v2-initramfs-kernel.bin"; + sha256 = "a8f8e2d1eed42dd3fee7b511c326790f3729decdd5d4f7fffa74a72bcc2314fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-belkin_f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "bbfe2ee04ba56131065a80a363a2f2a5cf968b50c0447b6bec8f1a6c453c4feb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v2" + "f5d8235-v2" + ]; + titles = [ + { + model = "F5D8235"; + variant = "v2"; + vendor = "Belkin"; + } + ]; + }; + belkin_f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-belkin_f7c027"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-belkin_f7c027-initramfs-kernel.bin"; + sha256 = "ecc8a79b37a966709c99950ce76243a0a80bd922d017787254166d6e6a982174"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-belkin_f7c027-squashfs-sysupgrade.bin"; + sha256 = "006c46a97d050caa0ae0652adf12444a8740359d8dabb52d3883ba08c1db1cbd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f7c027" + "f7c027" + ]; + titles = [ + { + model = "F7C027"; + vendor = "Belkin"; + } + ]; + }; + dlink_dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-dlink_dap-1350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-dlink_dap-1350-squashfs-sysupgrade.bin"; + sha256 = "f19ce8d9dfd64838e707ad1a1ed444547de7b4b2e6d96d8252ddb215bfb55ab9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-dlink_dap-1350-squashfs-factory.bin"; + sha256 = "4db9d8ef14a328c810264de21148b6dd74158f52198f6c7a652e54a455993783"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-dlink_dap-1350-initramfs-kernel.bin"; + sha256 = "de7d395fc051452e9dcabd7807ac0088b0b37e6024dbbea4d7963952b5882de2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-dlink_dap-1350-squashfs-factory-NA.bin"; + sha256 = "01f8306d7d9cd358e1682ed70bb08584305ca912660e2fd1d3d7d9db9235f6bf"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "dlink,dap-1350" + "dap-1350" + ]; + titles = [ + { + model = "DAP-1350"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-300-b7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-dlink_dir-300-b7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-dlink_dir-300-b7-initramfs-kernel.bin"; + sha256 = "29a0628f9bb3c790b6e2ea5d86a5d9567cdad4bc0c2fbc45cd5816483ffbc80a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-dlink_dir-300-b7-squashfs-sysupgrade.bin"; + sha256 = "ca34ea893a46296cd0c7f0d6dfe915fc2acb4826ab8f246344b033887a7aaa85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-300-b7" + "dir-300-b7" + ]; + titles = [ + { + model = "DIR-300"; + variant = "B7"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-dlink_dir-320-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-dlink_dir-320-b1-initramfs-kernel.bin"; + sha256 = "1f86afff1a5b7c8beb8ab2a6d87497f19133ff09b5b0628deacbfa23cc17d881"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-dlink_dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "d45b8b7f4669fa2fba0d7a6e8665b73c326505fc889cdf2a3f15455f55bb4ea2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-320-b1" + "dir-320-b1" + ]; + titles = [ + { + model = "DIR-320"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-dlink_dir-620-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-dlink_dir-620-a1-initramfs-kernel.bin"; + sha256 = "fc383a0525b985748242e610d906a797f5611a31873ad1dc979c754b27eee3b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-dlink_dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "0b55c5e0cc955897351ac8fdd4530e90d78dd4e0b3ada3cd56a8323219e8cf2d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-620-a1" + "dir-620-a1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-dlink_dir-620-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-dlink_dir-620-d1-initramfs-kernel.bin"; + sha256 = "d7d9cd3aacb8d365ac3642839191c71b8ee075e7d93d5d9e6636ddd40eccdc92"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-dlink_dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "eefa10c0637471a2583240633d85477c90b265a63569e8245984385de48b573d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-620-d1" + "dir-620-d1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial-option" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-dlink_dwr-512-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-dlink_dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "0f9e88486076f9a62e1e148a864e6b264d2d0573cfe6f12ef536f87abebc5c8d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-dlink_dwr-512-b-initramfs-kernel.bin"; + sha256 = "99bf6694278933d35aa23e9b7840072537b254d2103990a36ec516deda8c0e5d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-dlink_dwr-512-b-squashfs-factory.bin"; + sha256 = "15de8136e90ee0e15ba7ee6397349ae5b0e0f7ae5f11177b3f4a165d8703e379"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-512-b" + "dwr-512-b" + ]; + titles = [ + { + model = "DWR-512"; + variant = "B"; + vendor = "D-Link"; + } + ]; + }; + easyacc_wizard-8800 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-easyacc_wizard-8800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-easyacc_wizard-8800-squashfs-sysupgrade.bin"; + sha256 = "9056dc4b3e8dfa1dc4bab95f5a87f89c2a5ec5ac46ade9bd13db6a6a891b9301"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-easyacc_wizard-8800-initramfs-kernel.bin"; + sha256 = "63969431bd21e2e73064363908db30495f762936ec16cc937e8d7fb206f5c113"; + type = "kernel"; + } + ]; + supported_devices = [ + "easyacc,wizard-8800" + "wizard8800" + ]; + titles = [ + { + model = "WIZARD 8800"; + vendor = "EasyAcc"; + } + ]; + }; + fon_fonera-20n = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-fon_fonera-20n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-fon_fonera-20n-squashfs-sysupgrade.bin"; + sha256 = "987630c86eae6b7e9ada1b4784ec85c7e13e70f7717ae33626a364ac5782f7d4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-fon_fonera-20n-squashfs-factory.bin"; + sha256 = "5b91985c82541b97682a25fbc2d00109c3dafd7ca3b6598810dbc3dd9e58960a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-fon_fonera-20n-initramfs-kernel.bin"; + sha256 = "97e4d7027db50e039793785a790ae9aa54eff2a026396fa27347e64a6083c46e"; + type = "kernel"; + } + ]; + supported_devices = [ + "fon,fonera-20n" + "fonera20n" + ]; + titles = [ + { + model = "Fonera 2.0N"; + vendor = "Fon"; + } + ]; + }; + hame_mpr-a2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-hame_mpr-a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-hame_mpr-a2-initramfs-kernel.bin"; + sha256 = "6671af1c2a7e4b6596bc0e0e75d77951d804ee861a446f005d49348ca4573299"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-hame_mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "47d5f5a2817d3189fceb817aacedd0670d33f0639ac0a316f15a944c234219e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hame,mpr-a2" + "mpr-a2" + ]; + titles = [ + { + model = "MPR"; + variant = "A2"; + vendor = "HAME"; + } + ]; + }; + hauppauge_broadway = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-hauppauge_broadway"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-hauppauge_broadway-initramfs-kernel.bin"; + sha256 = "fe4fb5e4f78faaa5b211fe3611ade0a0eefc79305787aa7b3eabe0755b900558"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-hauppauge_broadway-squashfs-sysupgrade.bin"; + sha256 = "0a5610a908ba588d6b80c0e2acaad5488df65e58d56ed7c41903d04f2a8d61bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hauppauge,broadway" + "broadway" + ]; + titles = [ + { + model = "Broadway"; + vendor = "Hauppauge"; + } + ]; + }; + huawei_hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-huawei_hg255d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-huawei_hg255d-initramfs-kernel.bin"; + sha256 = "d7306f2c051b8bf8a0169217d7c9ccd636a6e652f6fa1c088763cd5396aa972f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-huawei_hg255d-squashfs-sysupgrade.bin"; + sha256 = "ea53698ec862aa85510a92251982208b94728e53cc740929315cb0665f151d43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg255d" + "hg255d" + ]; + titles = [ + { + model = "HG255D"; + vendor = "HuaWei"; + } + ]; + }; + intenso_memory2move = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-intenso_memory2move"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-intenso_memory2move-squashfs-sysupgrade.bin"; + sha256 = "a5807d7d9fe48f963ee40382c59f2b1f4a15bfeb04ae29187e7be769a657050b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-intenso_memory2move-initramfs-kernel.bin"; + sha256 = "7f570092d533ee230b7c395f20a0af8b11b87991b41b772185dee7bcbeaacc86"; + type = "kernel"; + } + ]; + supported_devices = [ + "intenso,memory2move" + "m2m" + ]; + titles = [ + { + model = "Memory 2 Move"; + vendor = "Intenso"; + } + ]; + }; + mofinetwork_mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-mofinetwork_mofi3500-3gn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-mofinetwork_mofi3500-3gn-initramfs-kernel.bin"; + sha256 = "6725b117d47eb74553ad9932aa991824d613108901fec221b3adefe4da2cfce0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-mofinetwork_mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "e6f53dda6e8c61a5e7dde1daeff172e326561d016c248fbde3dc958c07759dbb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mofinetwork,mofi3500-3gn" + "mofi3500-3gn" + ]; + titles = [ + { + model = "MOFI3500-3GN"; + vendor = "MoFi Network"; + } + ]; + }; + nexaira_bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-nexaira_bc2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-nexaira_bc2-initramfs-kernel.bin"; + sha256 = "10b50951c0e76a80fdddfe17bce475e6092aba7d27cb7ec2958f11eb94b58188"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-nexaira_bc2-squashfs-sysupgrade.bin"; + sha256 = "a38f0d0006206a7304990749028d166790124fe852e9498cdae9f0d97d89e21b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexaira,bc2" + "bc2" + ]; + titles = [ + { + model = "BC2"; + vendor = "NexAira"; + } + ]; + }; + nexx_wt1520-8m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-nexx_wt1520-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-nexx_wt1520-8m-squashfs-factory.bin"; + sha256 = "f3aa9b8b4aad4960b9d05492c3ddd9d0ac42042b6faae53ca1c42508d0b4b3b8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-nexx_wt1520-8m-initramfs-kernel.bin"; + sha256 = "f2a774d6d40995e203056a7ad751b99ad8c65505ef79da520758d7d0a78ba779"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-nexx_wt1520-8m-squashfs-sysupgrade.bin"; + sha256 = "521335322cb17234bcfeb9875777043ef131cb84975017a76ad7049e65bb349d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexx,wt1520-8m" + "wt1520-8M" + ]; + titles = [ + { + model = "WT1520"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + nixcore_x1-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-nixcore_x1-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-nixcore_x1-16m-squashfs-sysupgrade.bin"; + sha256 = "b8a7cddb437882dbb03a1ce55a5c8c89dc5a018aa2b9c146a1e14c00c994bbbf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-nixcore_x1-16m-initramfs-kernel.bin"; + sha256 = "3a49c372818b1d3fd1bd7a681bede51f9c4a38a60a0b6079ca5704dd6f4d84a0"; + type = "kernel"; + } + ]; + supported_devices = [ + "nixcore,x1-16m" + "nixcore-x1" + "nixcore-x1-16M" + ]; + titles = [ + { + model = "X1"; + variant = "16M"; + vendor = "Nixcore"; + } + ]; + }; + nixcore_x1-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-nixcore_x1-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-nixcore_x1-8m-squashfs-sysupgrade.bin"; + sha256 = "d83ec36c5c5e3f0771d243f76781ca17faea86b74c1da7ffc8b48679620dc246"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-nixcore_x1-8m-initramfs-kernel.bin"; + sha256 = "18e22595ba10d273082609771670409169f7b14832bd79488b8f298b77dfad73"; + type = "kernel"; + } + ]; + supported_devices = [ + "nixcore,x1-8m" + "nixcore-x1" + "nixcore-x1-8M" + ]; + titles = [ + { + model = "X1"; + variant = "8M"; + vendor = "Nixcore"; + } + ]; + }; + olimex_rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-olimex_rt5350f-olinuxino"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-olimex_rt5350f-olinuxino-initramfs-kernel.bin"; + sha256 = "2e7b000a2458d33908037f5a5fba37c689e8b3b61c95e142c18d718638794b7b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-olimex_rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "3612df12094f39e0bcf8a27eded0876b1a6921479a98c19b328c686d0de82e69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino" + "rt5350f-olinuxino" + ]; + titles = [ + { + model = "RT5350F-OLinuXino"; + vendor = "OLIMEX"; + } + ]; + }; + olimex_rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-olimex_rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-olimex_rt5350f-olinuxino-evb-initramfs-kernel.bin"; + sha256 = "3ccec4a5da7e5cc3f006b02bf8b9a68daddc29d41c16767a39cab29c92e54fd8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-olimex_rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "3aaef257b9655ffe2bf35e019ece271973d11b23333d7320e811b5261916a460"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino-evb" + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + model = "RT5350F-OLinuXino-EVB"; + vendor = "OLIMEX"; + } + ]; + }; + omnima_miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-omnima_miniembplug"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-omnima_miniembplug-initramfs-kernel.bin"; + sha256 = "09107dd365898226fb026f66e1fe9a6802002e8759e490b092cb2a9f166d7c4b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-omnima_miniembplug-squashfs-sysupgrade.bin"; + sha256 = "c74dfdbfc21a07a7408899b45d0de8439ce45944ced808e0252d2e05c21094e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,miniembplug" + "miniembplug" + ]; + titles = [ + { + model = "MiniEMBPlug"; + vendor = "Omnima"; + } + ]; + }; + omnima_miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-omnima_miniembwifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-omnima_miniembwifi-initramfs-kernel.bin"; + sha256 = "fea20aea11c96d193905b2cf93304a72056a3d1d9cda95e24854359603a26db9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-omnima_miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "e4764f90a9657cce19515a4876927367efee0ece8a2c3ca68e8ec955c3fd8ad8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,miniembwifi" + "miniembwifi" + ]; + titles = [ + { + model = "MiniEMBWiFi"; + vendor = "Omnima"; + } + ]; + }; + planex_mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-planex_mzk-wdpr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-planex_mzk-wdpr-initramfs-kernel.bin"; + sha256 = "610cde2e128e7038b3dec1cf8b488379a5d6aeebe856b0c72b4aa504725d6edf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-planex_mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "81317a097e74eaba349ccfebc89448d22be784aef037efeef7b3266b05ebbf64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-wdpr" + "mzk-wdpr" + ]; + titles = [ + { + model = "MZK-WDPR"; + vendor = "Planex"; + } + ]; + }; + poray_ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-poray_ip2202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-poray_ip2202-initramfs-kernel.bin"; + sha256 = "045a142428b60dc02dd19281b457e595608ab39385485047af9af7cfd364e056"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-poray_ip2202-squashfs-sysupgrade.bin"; + sha256 = "fb78a65cc08b749b75b0ca916fe9b968b63ee69eabaffccc8fc5e979a78562ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,ip2202" + "ip2202" + ]; + titles = [ + { + model = "IP2202"; + vendor = "Poray"; + } + ]; + }; + poray_m4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-poray_m4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-poray_m4-8m-squashfs-sysupgrade.bin"; + sha256 = "23bbfbce70bbf98c75910932036f741863c1f08d7f52f9b5b4c4f543ca35046b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-poray_m4-8m-initramfs-kernel.bin"; + sha256 = "a090957e12d9b8fc855c7f5e8843e3f4d334fc2dc414ee807c4aecdab3ee99ba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-poray_m4-8m-squashfs-factory.bin"; + sha256 = "98e4a016ef3536ad2da2883d7115500532bcd4e1f5b12003b342462bca64b204"; + type = "factory"; + } + ]; + supported_devices = [ + "poray,m4-8m" + "m4-8M" + ]; + titles = [ + { + model = "M4"; + variant = "8M"; + vendor = "Poray"; + } + ]; + }; + poray_x5 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-poray_x5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-poray_x5-initramfs-kernel.bin"; + sha256 = "479f8d6d6bed6e81e061a1813ce778263a805196eba6a09c8c994e41daaf0bdc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-poray_x5-squashfs-sysupgrade.bin"; + sha256 = "300a4600fa0c6ba11b16398d4ebfe5a682fe3166996b8ec75aff73a02522ccbb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-poray_x5-squashfs-factory.bin"; + sha256 = "c40ca08df92938dbd722a6bbfd628cf169f7fd2f7e66b3c6fd24d9cfb2633813"; + type = "factory"; + } + ]; + supported_devices = [ + "poray,x5" + "x5" + ]; + titles = [ + { + model = "X5/X6"; + vendor = "Poray"; + } + ]; + }; + poray_x8 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-poray_x8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-poray_x8-initramfs-kernel.bin"; + sha256 = "0a1cba744c150339aa6391e4d2597f3848d8c178d9d642011c3f6efd76641399"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-poray_x8-squashfs-factory.bin"; + sha256 = "4012523291ecbe57779b6b76dda03bd21cfe9910d271a52a6e331247cc79abde"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-poray_x8-squashfs-sysupgrade.bin"; + sha256 = "7256b2f0ee89c64791c8212edabbb29a772e9a0e75ed34559fe1ffd44c10f842"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,x8" + "x8" + ]; + titles = [ + { + model = "X8"; + vendor = "Poray"; + } + ]; + }; + prolink_pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-prolink_pwh2004"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-prolink_pwh2004-initramfs-kernel.bin"; + sha256 = "f1c7d777bafe5234e739e7651611d38f55e73914eda54a6e39218db34e8839ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-prolink_pwh2004-squashfs-sysupgrade.bin"; + sha256 = "df97d71a641a756a1729df0c5a650bd15856d51e4c4119cfc4b534a43285a672"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "prolink,pwh2004" + "pwh2004" + ]; + titles = [ + { + model = "PWH2004"; + vendor = "Prolink"; + } + ]; + }; + teltonika_rut5xx = { + device_packages = [ + "om-watchdog" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-teltonika_rut5xx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-teltonika_rut5xx-squashfs-sysupgrade.bin"; + sha256 = "bb58e72a318ff721e694408fcf588eae5808cb2acf297be72183337c6e0d7b70"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-teltonika_rut5xx-initramfs-kernel.bin"; + sha256 = "d2e23c730d3a6f9729893d1ab76db66aeba13c5e72166f3ab708e29fc9f21814"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut5xx" + "rut5xx" + ]; + titles = [ + { + model = "RUT5XX"; + vendor = "Teltonika"; + } + ]; + }; + trendnet_tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-trendnet_tew-714tru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-trendnet_tew-714tru-initramfs-kernel.bin"; + sha256 = "d444861470b2e002c341e9ef1523dfdb2a884ceaf19d531e7f2bf00ba96924db"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-trendnet_tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "840906564991b702702e73b789fb9849efa5c41a67b4cd1b0c6b2c5c1e0e1abf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-714tru" + "tew-714tru" + ]; + titles = [ + { + model = "TEW-714TRU"; + vendor = "TRENDnet"; + } + ]; + }; + unbranded_wr512-3gn-8m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-unbranded_wr512-3gn-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-unbranded_wr512-3gn-8m-initramfs-kernel.bin"; + sha256 = "1c68c6e37551c11a02e8eedea1536232f362f2a33cf34d03162b40c8c429ad16"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-unbranded_wr512-3gn-8m-squashfs-sysupgrade.bin"; + sha256 = "0887132cfdf80d8190a9d5c120a4038bf17cff0881c09f268714bb6499d08979"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unbranded,wr512-3gn-8m" + "wr512-3gn-8M" + ]; + titles = [ + { + model = "WR512-3GN"; + variant = "8M"; + vendor = "Ralink"; + } + ]; + }; + upvel_ur-336un = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-upvel_ur-336un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-upvel_ur-336un-squashfs-sysupgrade.bin"; + sha256 = "962f90a08a5c5570d5c3a405176cbe76297aa8c9b9b54df335aff3868471b9dd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-upvel_ur-336un-initramfs-kernel.bin"; + sha256 = "9f37be1da6c865e4e97731b2e05de2dc415a96aa401a19da43feaaf4f3806687"; + type = "kernel"; + } + ]; + supported_devices = [ + "upvel,ur-336un" + "ur-336un" + ]; + titles = [ + { + model = "UR-336UN"; + vendor = "UPVEL"; + } + ]; + }; + vocore_vocore-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-vocore_vocore-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-vocore_vocore-16m-squashfs-sysupgrade.bin"; + sha256 = "d2773d0731235da6aea27567d17fb8417b650114d613c85e1c592b51529824c9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-vocore_vocore-16m-initramfs-kernel.bin"; + sha256 = "ca03c3ae5cdbeb39d40a7244eabe81d331980aba0aa1d4b42b2986d8db675f19"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore-16m" + "vocore" + "vocore-16M" + ]; + titles = [ + { + model = "VoCore"; + variant = "16M"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-vocore_vocore-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-vocore_vocore-8m-squashfs-sysupgrade.bin"; + sha256 = "dd3fdc5edf20a8e179f2866496c9046bed0ca815c2c4cb395b806c4a328a0871"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-vocore_vocore-8m-initramfs-kernel.bin"; + sha256 = "7c3684fe9259e58f08f2d8bbbfe7db60c44d953b0ce65366a30b8e6a99f78a7f"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore-8m" + "vocore" + "vocore-8M" + ]; + titles = [ + { + model = "VoCore"; + variant = "8M"; + vendor = "VoCore"; + } + ]; + }; + wansview_ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-wansview_ncs601w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-wansview_ncs601w-squashfs-sysupgrade.bin"; + sha256 = "2fe40803ecbf3d9365e0719d266ea104acfcaef2b20131bc20421d3bac56d518"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-wansview_ncs601w-initramfs-kernel.bin"; + sha256 = "c1baf3a893b48250e2e044ec924b073a82418bb11497a51a1baeb9f6f0b2d788"; + type = "kernel"; + } + ]; + supported_devices = [ + "wansview,ncs601w" + "ncs601w" + ]; + titles = [ + { + model = "NCS601W"; + vendor = "Wansview"; + } + ]; + }; + wiznet_wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-wiznet_wizfi630a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-wiznet_wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "7f0389b6f11275a35ffc70464a8def070d7e64b096a71ad07314169e5ab48b1c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-wiznet_wizfi630a-initramfs-kernel.bin"; + sha256 = "bdd6eb9c21cfefe07986adbe25e14c77cf858a8ed3699ec25df1388a9a023ee2"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630a" + "wizfi630a" + ]; + titles = [ + { + model = "WizFi630A"; + vendor = "WIZnet"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-zorlik_zl5900v2-initramfs-kernel.bin"; + sha256 = "dc1dabc724731399d9867a47e0d2a2aae609e11ad250422ffef34732207f6ef1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "3aed8fc9ac7787e1b99e6ba15fddb9ec62705ca4adbfa60d03793a7bb8ddda04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + model = "ZL5900V2"; + vendor = "Zorlik"; + } + ]; + }; + zte_mf283plus = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-zte_mf283plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin"; + sha256 = "70d5c085ff0289b2bd973207a9db7f31044359164568255d4f188da964944818"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-zte_mf283plus-initramfs-kernel.bin"; + sha256 = "28e786855cdff16d9923ff4ee1530491deb73a4035e39df8dd134f262e295e4b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf283plus" + ]; + titles = [ + { + model = "MF283+"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-zyxel_keenetic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-zyxel_keenetic-initramfs-kernel.bin"; + sha256 = "274fa9eac01da91e1a45b7c511808c6da2d94333ac686d1ab373feafa42099ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-zyxel_keenetic-squashfs-sysupgrade.bin"; + sha256 = "f53b4283991bf7174a814bb02147af39cd30ec3401eaebae595a220b018c74b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic" + "kn" + ]; + titles = [ + { + model = "Keenetic"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-lite-b = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-zyxel_keenetic-lite-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-zyxel_keenetic-lite-b-squashfs-sysupgrade.bin"; + sha256 = "e3fc214b2d99e580ddf26289a1a720709f094a563e1ca43601b7bef2cd94398f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-zyxel_keenetic-lite-b-initramfs-kernel.bin"; + sha256 = "2f5c0b46a302dd1e8d0f77aeebac2df7488975ff39f39dfeb4ccfa0cd92dda8d"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-lite-b" + ]; + titles = [ + { + model = "Keenetic Lite"; + variant = "B"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg-419n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt305x-zyxel_nbg-419n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-ramips-rt305x-zyxel_nbg-419n-v2-initramfs-kernel.bin"; + sha256 = "3e6a487c690ba03c819f2d9f7e2d57bce589769902f3ff6d7eea9ea75ac6a1ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt305x-zyxel_nbg-419n-v2-squashfs-sysupgrade.bin"; + sha256 = "35294feb32b59bbd00dea057cc813e235d51c4dbe4dcca55a3649da6723b96f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg-419n-v2" + "nbg-419n2" + ]; + titles = [ + { + model = "NBG-419N"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "ramips/rt305x"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-n56u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt3883-asus_rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-asus_rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "e3d3fac22b140f2fc4050d6a1d34ba50538638623cda8e4ac044b0b1f087e6d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u" + "rt-n56u" + ]; + titles = [ + { + model = "RT-N56U"; + vendor = "Asus"; + } + ]; + }; + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "d854bf13ddcfa9d697b3bb7c85f754c17ac86986030361328d9b615e0e59fc81"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + model = "F9K1109"; + variant = "Version 1.0"; + vendor = "Belkin"; + } + ]; + }; + dlink_dir-645 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt3883-dlink_dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-dlink_dir-645-squashfs-sysupgrade.bin"; + sha256 = "f63b961a3f7d2d82bc0d40f14864458e4a18a4a1aa013e573122544d0349195b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-dlink_dir-645-squashfs-factory.bin"; + sha256 = "8e81ee345d1a0a900bcfda4a498de1ac5cb7b3d6f5f94850bab164cd5e46259e"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-645" + "dir-645" + ]; + titles = [ + { + model = "DIR-645"; + vendor = "D-Link"; + } + ]; + }; + edimax_br-6475nd = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt3883-edimax_br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-edimax_br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "d9ac2b6b90facf5422f3c5aadb8b77561691f63c24b6d55a58b0599d5a6bcfc9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6475nd" + "br-6475nd" + ]; + titles = [ + { + model = "BR-6475nD"; + vendor = "Edimax"; + } + ]; + }; + engenius_esr600h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "uboot-envtools" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt3883-engenius_esr600h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-engenius_esr600h-squashfs-factory.dlf"; + sha256 = "0a56c30b32ee4a785cc9ef9a016445d60cb507256493a5b483196866aeb669b9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-engenius_esr600h-squashfs-sysupgrade.bin"; + sha256 = "30a4ad16a4c445d3c2eb176733d205f751637a7c05d2899a03f31df52f2434a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,esr600h" + ]; + titles = [ + { + model = "ESR600H"; + vendor = "EnGenius"; + } + ]; + }; + loewe_wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt3883-loewe_wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-loewe_wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "bb8d6b46e81498ee6f290dd860b194fc3b6e277e9f11c738aaa825337a81e378"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "loewe,wmdr-143n" + "wmdr-143n" + ]; + titles = [ + { + model = "WMDR-143N"; + vendor = "Loewe"; + } + ]; + }; + omnima_hpm = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt3883-omnima_hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-omnima_hpm-squashfs-sysupgrade.bin"; + sha256 = "307ba8ed75816a6deb54fb882a289cfd0fb362483705b1a564ca15d9e78f0faa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,hpm" + "hpm" + ]; + titles = [ + { + model = "HPM"; + vendor = "Omnima"; + } + ]; + }; + samsung_cy-swr1100 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt3883-samsung_cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-samsung_cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "abd958972b0fc96d96be0ce0d7e2cc333c3d63272165602168fb2b99df6e0067"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-samsung_cy-swr1100-squashfs-factory.bin"; + sha256 = "e7a6e01ddd7a1f75975e0a1e12216b82b52d3c48d1634699a694bac08c02cbd4"; + type = "factory"; + } + ]; + supported_devices = [ + "samsung,cy-swr1100" + "cy-swr1100" + ]; + titles = [ + { + model = "CY-SWR1100"; + vendor = "Samsung"; + } + ]; + }; + sitecom_wlr-6000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-21.02.7-ramips-rt3883-sitecom_wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-sitecom_wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "bf3e18b034885d49c1f305cd80a283dc5f872f9c377e617a6c133843917019e3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-sitecom_wlr-6000-squashfs-factory.dlf"; + sha256 = "78de5bfa35273902960c8ad44a614c28bc3945db72c83488c4bf4cf455221f26"; + type = "factory"; + } + ]; + supported_devices = [ + "sitecom,wlr-6000" + "wlr-6000" + ]; + titles = [ + { + model = "WLR-6000"; + vendor = "Sitecom"; + } + ]; + }; + trendnet_tew-691gr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt3883-trendnet_tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-trendnet_tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "b45badc2bcb591c3cc9325645e01816c091633061e285eb7b1a30ad9382ca7ba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-trendnet_tew-691gr-squashfs-factory.bin"; + sha256 = "5539ad2cf3fde6abd6df1c095c434dad1bb20219e0f89ce552597fd740eb70bc"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-691gr" + "tew-691gr" + ]; + titles = [ + { + model = "TEW-691GR"; + vendor = "TRENDnet"; + } + ]; + }; + trendnet_tew-692gr = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-ramips-rt3883-trendnet_tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-trendnet_tew-692gr-squashfs-factory.bin"; + sha256 = "e55f806f07cf0294f75da4f4e7925456b373cbc41ff4aaa84f281e0f0a5227c6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-ramips-rt3883-trendnet_tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "877cb9b9ae90cd4b118afe7a65f2dbc42fe78c718022d044e288a59cbbb0be11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-692gr" + "tew-692gr" + ]; + titles = [ + { + model = "TEW-692GR"; + vendor = "TRENDnet"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "ramips/rt3883"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + realtek = { + generic = { + arch_packages = "mips_4kec"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "ethtool" + "firewall" + "fstools" + "ip-bridge" + "ip-full" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "procd" + "tc" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + allnet_all-sg8208m = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-realtek-generic-allnet_all-sg8208m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-realtek-generic-allnet_all-sg8208m-squashfs-sysupgrade.bin"; + sha256 = "dc63b1710e038b14998b0c60471e00f500b6aaf463cddbcebf5fa86a759ca20c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-realtek-generic-allnet_all-sg8208m-initramfs-kernel.bin"; + sha256 = "91e5a750695d323255f1fcf7fa509ec8da9c9fa0672d66fb65bde483bf456a7c"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all-sg8208m" + ]; + titles = [ + { + model = "ALL-SG8208M"; + vendor = "ALLNET"; + } + ]; + }; + d-link_dgs-1210-10p = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.7-realtek-generic-d-link_dgs-1210-10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-realtek-generic-d-link_dgs-1210-10p-squashfs-sysupgrade.bin"; + sha256 = "e93b8ae5edfdf3dfc18d14a903f5e63e45798fcc135a20fd6eb45030f304c644"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-realtek-generic-d-link_dgs-1210-10p-initramfs-kernel.bin"; + sha256 = "448f52596f6051f193613f3534b690c6b8ef6709db70391750578fe323d5c6cd"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-10p" + ]; + titles = [ + { + model = "DGS-1210-10P"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-16 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-realtek-generic-d-link_dgs-1210-16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-realtek-generic-d-link_dgs-1210-16-initramfs-kernel.bin"; + sha256 = "1cee4bc63c8f6d83ed26834d7e3a171a78ed2908f6c25c3f554966b96fab264c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-realtek-generic-d-link_dgs-1210-16-squashfs-sysupgrade.bin"; + sha256 = "1455177a439af0ad83293c16bff7994c1891d982a0404c281aaebb85751da736"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-16" + ]; + titles = [ + { + model = "DGS-1210-16"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-28 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-realtek-generic-d-link_dgs-1210-28"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-realtek-generic-d-link_dgs-1210-28-squashfs-sysupgrade.bin"; + sha256 = "2ea80454b110e2639767fbab187154463e5a505f18737eacb3f8bb791cc456c3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-realtek-generic-d-link_dgs-1210-28-initramfs-kernel.bin"; + sha256 = "af23cbc6601accb66ac08b2d3510b5a6bf9442ba4e9328469cf1d00fe62beab4"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-28" + ]; + titles = [ + { + model = "DGS-1210-28"; + vendor = "D-Link"; + } + ]; + }; + netgear_gs108t-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-realtek-generic-netgear_gs108t-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-realtek-generic-netgear_gs108t-v3-initramfs-kernel.bin"; + sha256 = "071046813e8aef5ad37378909b852743cf9a9572f9ac86874d9c611a89f936df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-realtek-generic-netgear_gs108t-v3-squashfs-sysupgrade.bin"; + sha256 = "7ae209b1c7bc0ac89054a968d2f61729925343cfcd0f579278fbfaf5cbe865ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs108t-v3" + ]; + titles = [ + { + model = "GS108T"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs110tpp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-realtek-generic-netgear_gs110tpp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-realtek-generic-netgear_gs110tpp-v1-initramfs-kernel.bin"; + sha256 = "6818d257ce908d2b908e3321dba78afd93e3e2c4a03d0940a66c5b60f5bdcc42"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-realtek-generic-netgear_gs110tpp-v1-squashfs-sysupgrade.bin"; + sha256 = "af976157e756258daf1918181e73987feb45e1d39acb549bc98428cb84da95d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs110tpp-v1" + ]; + titles = [ + { + model = "GS110TPP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_gs1900-10hp = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-realtek-generic-zyxel_gs1900-10hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-realtek-generic-zyxel_gs1900-10hp-squashfs-sysupgrade.bin"; + sha256 = "5089730522b3efb82055bf5f515711b0df907da07d0550f264dab0569bd68377"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-realtek-generic-zyxel_gs1900-10hp-initramfs-kernel.bin"; + sha256 = "860c335db12ad649f3515a3281af8b9e1e07c64d02abe888f3f533ec5d772a04"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-10hp" + ]; + titles = [ + { + model = "GS1900-10HP"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-realtek-generic-zyxel_gs1900-8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-realtek-generic-zyxel_gs1900-8-squashfs-sysupgrade.bin"; + sha256 = "4e8c8650f88f19b80e8875b31aa6e5cd7c86be47f1638e750ca8b0be91d9b15a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-realtek-generic-zyxel_gs1900-8-initramfs-kernel.bin"; + sha256 = "8671cd56a216da8defe2161ba9d580470ec5b15bf77922b0adf1ed9c55018f8a"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8" + ]; + titles = [ + { + model = "GS1900-8"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.7-realtek-generic-zyxel_gs1900-8hp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-realtek-generic-zyxel_gs1900-8hp-v1-squashfs-sysupgrade.bin"; + sha256 = "70d6c3db0cc96166d07e788db700444824b90a16f571f436bcbc58f1adb33869"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-realtek-generic-zyxel_gs1900-8hp-v1-initramfs-kernel.bin"; + sha256 = "6e1531abddc64c36f5497fc1fa51ce2d7cae56c60da642161247d9054e862ef9"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v1" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v2 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-21.02.7-realtek-generic-zyxel_gs1900-8hp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-21.02.7-realtek-generic-zyxel_gs1900-8hp-v2-initramfs-kernel.bin"; + sha256 = "15ca3cf2715cc04d3ab81430d548aa82b599197235cbfe31bd4ce0e90b35ff64"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-realtek-generic-zyxel_gs1900-8hp-v2-squashfs-sysupgrade.bin"; + sha256 = "1ff1c46643c1ee88cdd523bb32920dcc19ea6400a0ab5980c5335110cec4d1ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v2" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "realtek/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + rockchip = { + armv8 = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-gpio-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-r2s = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-21.02.7-rockchip-armv8-friendlyarm_nanopi-r2s"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-rockchip-armv8-friendlyarm_nanopi-r2s-ext4-sysupgrade.img.gz"; + sha256 = "5b78ec07cd69ef0ca1a90f99f929bdb3fe6b55fd62fba58b82a8417e4ac04aac"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-rockchip-armv8-friendlyarm_nanopi-r2s-squashfs-sysupgrade.img.gz"; + sha256 = "159edc36fec4f34fb3c32d458a23587d7d31b8da95e0296dcfb2aff97c4c0e85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r2s" + ]; + titles = [ + { + model = "NanoPi R2S"; + vendor = "FriendlyARM"; + } + ]; + }; + pine64_rockpro64 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-rockchip-armv8-pine64_rockpro64"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-rockchip-armv8-pine64_rockpro64-squashfs-sysupgrade.img.gz"; + sha256 = "a2a0d9a3b002f56d046f32ecbc7a0ec9ce7dcbdd0266100e73736e8100d81846"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-rockchip-armv8-pine64_rockpro64-ext4-sysupgrade.img.gz"; + sha256 = "0f7a18b71f33da6378f59a02470ef1643e68c88603d7ff6b3ab6f0542fc53323"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pine64,rockpro64" + ]; + titles = [ + { + model = "RockPro64"; + vendor = "Pine64"; + } + ]; + }; + radxa_rock-pi-4 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-rockchip-armv8-radxa_rock-pi-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-rockchip-armv8-radxa_rock-pi-4-squashfs-sysupgrade.img.gz"; + sha256 = "7d62af1afefcfa16c7add009f9da8f4e1719f7a9eb3eccf1cb89206c07df969c"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-rockchip-armv8-radxa_rock-pi-4-ext4-sysupgrade.img.gz"; + sha256 = "363fb35d9af3b0b949d483773fb2686b072fd4ff16dfb1cffb02036ba70d728b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "radxa,rockpi4" + ]; + titles = [ + { + model = "ROCK Pi 4"; + vendor = "Radxa"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "rockchip/armv8"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "99521f285f177f575df560e30caf0f76769da66771409725ec522c315358dba2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "bbcc72bdcf3d13ad35d9c58fad52d34687d88ba2b8e41f26b2e202663966c347"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + model = "NanoPi NEO Plus2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa53-friendlyarm_nanopi-neo2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa53-friendlyarm_nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "601e8672638c2911b857494c2113aaffa9e3643a647a80672e1252634c7f2bc4"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa53-friendlyarm_nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "20f62963cc0dcd8c7a09caa17f1716fcc643f0de1e17c5f329f2cf4e9329b3a2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + model = "NanoPi NEO2"; + vendor = "FriendlyARM"; + } + ]; + }; + libretech_all-h3-cc-h5 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa53-libretech_all-h3-cc-h5"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa53-libretech_all-h3-cc-h5-ext4-sdcard.img.gz"; + sha256 = "090f77c0ca8995fe786e51ffa562f29355faffcca7a46797151e7af4bfef468c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa53-libretech_all-h3-cc-h5-squashfs-sdcard.img.gz"; + sha256 = "5bc844fa9f1281062460abcc940bb47fe47afe645899f4031ed1f191712566d9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "libretech,all-h3-cc-h5" + ]; + titles = [ + { + model = "ALL-H3-CC"; + variant = "H5"; + vendor = "Libre Computer"; + } + ]; + }; + olimex_a64-olinuxino = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bs-firmware" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa53-olimex_a64-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa53-olimex_a64-olinuxino-ext4-sdcard.img.gz"; + sha256 = "45e601a94bf90737decfb2a0006404d0170c865510ea5e43b403ebf311e52f9b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa53-olimex_a64-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "9a26a85215039160e9254a50c053289af60fc220f26b1175d7bcf606e1424bc1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino" + ]; + titles = [ + { + model = "A64-Olinuxino"; + vendor = "Olimex"; + } + ]; + }; + olimex_a64-olinuxino-emmc = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bs-firmware" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa53-olimex_a64-olinuxino-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa53-olimex_a64-olinuxino-emmc-ext4-sdcard.img.gz"; + sha256 = "b203f55d2a3d5b6e9a0c1c7257bd958572c1b85b3847c9243f98d9bd9dc7c541"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa53-olimex_a64-olinuxino-emmc-squashfs-sdcard.img.gz"; + sha256 = "04c981a57ff72c86cbae506f2f734bc5b39f891e95bc1d14dd2b7970d7e2fb90"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino-emmc" + ]; + titles = [ + { + model = "A64-Olinuxino"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + pine64_pine64-plus = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa53-pine64_pine64-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa53-pine64_pine64-plus-ext4-sdcard.img.gz"; + sha256 = "71e16a909b10b0bd44f24ddc6cd6d6ede14b3c1bcf1560570c5f97ed05068b64"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa53-pine64_pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "84341b7c47e4866282f4c1623b6a3d7ee44f3aa906fb8cc11cd831e23c5cba53"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + model = "Pine64+"; + vendor = "Pine64"; + } + ]; + }; + pine64_sopine-baseboard = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa53-pine64_sopine-baseboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa53-pine64_sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "c8a74ca0d2b996b3cd2dfaa62228df84b335cf4f2b6819291109224a775e61c5"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa53-pine64_sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "dfecfe1ca07a3461c023c8a4ee23b851fd2ba5c4dfb828242010d5d10eceac31"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + model = "SoPine"; + vendor = "Pine64"; + } + ]; + }; + xunlong_orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa53-xunlong_orangepi-pc2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa53-xunlong_orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "4012c86d97cabe0dae46789e40332fe22c0d3cfd7d866371937c8d38182d2d63"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa53-xunlong_orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "6803ecec0eda40b5c7af23eaf24dd95a1920c253f327cd7bc6c9578775a0f264"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + model = "Orange Pi PC 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa53-xunlong_orangepi-zero-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa53-xunlong_orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "5a41c81e703296df44ea39ac6af21acdde136dd62ca721254d676ca02c4b7dbe"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa53-xunlong_orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "b76cc9b4299050fde633d6228766414d8b37e8e35c978474d2d6f676dd8dc3eb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + model = "Orange Pi Zero Plus"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "sunxi/cortexa53"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_cubieboard2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-cubietech_cubieboard2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-cubietech_cubieboard2-ext4-sdcard.img.gz"; + sha256 = "488b5d64a1ded94b64b70230a29538f8ac752b4e650d8072a5b3f3561e902478"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-cubietech_cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "4f3dbb899e4bc2b144c9e1ed6cc7e08c674181a91966e58da78c83ad64a55970"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + model = "Cubieboard2"; + vendor = "Cubietech"; + } + ]; + }; + cubietech_cubietruck = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-cubietech_cubietruck"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-cubietech_cubietruck-squashfs-sdcard.img.gz"; + sha256 = "5f9f437b5cf56aee208a7f9ef46c03735717b98680aa0c4c3412d71f5efef57a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-cubietech_cubietruck-ext4-sdcard.img.gz"; + sha256 = "c9a4d2f75a279e918ad244fe22c870a81e892d963c874719028b83820a3e3de0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + model = "Cubietruck"; + vendor = "Cubietech"; + } + ]; + }; + friendlyarm_nanopi-m1-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-friendlyarm_nanopi-m1-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "253c8507ef74b831277d549046071333cd4cd2e665e6e70003d041468f5fe7b3"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "efed38d9894aa92fe707e4ee6d01c513a549f258c0760a1cb0d1ebd3fe7249ac"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + model = "NanoPi M1 Plus"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-friendlyarm_nanopi-neo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-friendlyarm_nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "6fcdef7b014fa511806e237e7ba08e1ea9940a22de27565dcad349e216f957b9"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-friendlyarm_nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "f51b6dec3a38d187de14724a0541e7ebd5fc5961de3bf75527cb2aff8f6c2443"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + model = "NanoPi NEO"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo-air = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-friendlyarm_nanopi-neo-air"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-friendlyarm_nanopi-neo-air-squashfs-sdcard.img.gz"; + sha256 = "2b116eebe37c5062797fb6c04f07453238055c643da8872a9ed5e32aa8e91258"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-friendlyarm_nanopi-neo-air-ext4-sdcard.img.gz"; + sha256 = "febc6d9596834e7b119cc7475fd812718fdb425b9c4ef16369ebdf968ee43ba2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo-air" + ]; + titles = [ + { + model = "NanoPi NEO Air"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net-rtl8152" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-friendlyarm_nanopi-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-friendlyarm_nanopi-r1-squashfs-sdcard.img.gz"; + sha256 = "2b9c51dfdcbb1fa486ad1da91c56df1950ec7535b8601da5e7db6b4f99858c69"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-friendlyarm_nanopi-r1-ext4-sdcard.img.gz"; + sha256 = "da087c39a4b22b4760c42090d30c15dbd13752e890033cda0f0d77016490ef59"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r1" + ]; + titles = [ + { + model = "NanoPi R1"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_zeropi = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-friendlyarm_zeropi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-friendlyarm_zeropi-ext4-sdcard.img.gz"; + sha256 = "de8c6f4ccdb9aefbf4adc6e037a024118c49c803fea9af54c1ce1d1ffd4ad4a8"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-friendlyarm_zeropi-squashfs-sdcard.img.gz"; + sha256 = "787565e604501e5208df35d7fe062589d1c98cbeb012fbb8e89e04dff058f718"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,zeropi" + ]; + titles = [ + { + model = "ZeroPi"; + vendor = "FriendlyARM"; + } + ]; + }; + lamobo_lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "swconfig" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-lamobo_lamobo-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-lamobo_lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "f164184769adfe5fa2192aa2f0ee8205939774a85e55ef6f1917e66b50e1cd02"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-lamobo_lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "13971f35a7619014951f5e95ee636ebba0af8c85f2f19be20a128b105c33954c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + model = "Lamobo R1"; + vendor = "Lamobo"; + } + ]; + }; + lemaker_bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-lemaker_bananapi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-lemaker_bananapi-ext4-sdcard.img.gz"; + sha256 = "a9aa9fdb5845548c9cf7362d7c5bdf8301e51ef7dab99d69120a4cdb4ebc5497"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-lemaker_bananapi-squashfs-sdcard.img.gz"; + sha256 = "ff5d5bce4ca305c9450aaac921713e73ade26018b22bf4ec41c3f275f4f2515f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + model = "Banana Pi"; + vendor = "LeMaker"; + } + ]; + }; + lemaker_bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-lemaker_bananapro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-lemaker_bananapro-squashfs-sdcard.img.gz"; + sha256 = "8627cd82f361e63ebc84e6cae6293d3ecedb9cd1c00305c7917bf6b69c4ad7af"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-lemaker_bananapro-ext4-sdcard.img.gz"; + sha256 = "a7908184220f5c9e638f7bb2e5bffb4dcf51a597bc4fda762ea1a9075ea90279"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + model = "Banana Pro"; + vendor = "LeMaker"; + } + ]; + }; + linksprite_pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-linksprite_pcduino3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-linksprite_pcduino3-ext4-sdcard.img.gz"; + sha256 = "29041f6a0fade35b1818655038cece87b216567ce9fa6e0de02a5f8089190fb4"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-linksprite_pcduino3-squashfs-sdcard.img.gz"; + sha256 = "96dc77a0c0978ec986959fbb0ecf85306c81988074f5747d7af4ec4ab0bee854"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + model = "pcDuino3"; + vendor = "LinkSprite"; + } + ]; + }; + linksprite_pcduino3-nano = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-linksprite_pcduino3-nano"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-linksprite_pcduino3-nano-ext4-sdcard.img.gz"; + sha256 = "7a7ec7da5037dd3471ad2f8468c8c5c79da0d66fb2bcb218939249c2cc83054e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-linksprite_pcduino3-nano-squashfs-sdcard.img.gz"; + sha256 = "05af28f00ab05fe8bd311336aa59f5b2173dd1df2e83a0ae6ebed1707e904f2c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3-nano" + ]; + titles = [ + { + model = "pcDuino3 Nano"; + vendor = "LinkSprite"; + } + ]; + }; + mele_m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-mele_m9"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-mele_m9-ext4-sdcard.img.gz"; + sha256 = "83dc14b3b0dc49608330e2602b61c96683bfe0005830bfc0488aa15806a98ab8"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-mele_m9-squashfs-sdcard.img.gz"; + sha256 = "446196c800aec6295f537feb5c070c06cc3bfff349d378a12fcd1f105f5b4491"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + model = "M9"; + vendor = "Mele"; + } + ]; + }; + olimex_a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-olimex_a20-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-olimex_a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "3106a8d9844f4b494cc32588d183a6c2d973ef22b4c0cf12337d09297d1d5f91"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-olimex_a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "08d3b19f1fdc4653fb061a3438fd53d4d2b6efd0ae9526051dd6cf17502b6edc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-olimex_a20-olinuxino-lime2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-olimex_a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "5fb1416f1e3d8f9c124a9f4d4404b8d364fe6cd0155e11247a34fec02c9d5a28"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-olimex_a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "18af4445ae49ff3ec11e41bd1b480d85fb21c2e84337363360e3d3ef70af3328"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "ec2dbe04b87f425f55de7ccf8279552c515949b6503f9de776780c39a3a936cc"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "0ec303026c9d483664822a9dde49103b7b86bc1143167a66f5e4a6820150ad4c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-olimex_a20-olinuxino-micro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-olimex_a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "bf23db5580aa289dc5bc18f91f590a4620cba63ecfa71b9cf1836e9a9d5e48db"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-olimex_a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "37816079cc69957851bb76adaf9ddb416772e4d77adb9e26c91d71d9300c3194"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + model = "A20-OLinuXino-MICRO"; + vendor = "Olimex"; + } + ]; + }; + sinovoip_bananapi-m2-berry = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-sinovoip_bananapi-m2-berry"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-sinovoip_bananapi-m2-berry-squashfs-sdcard.img.gz"; + sha256 = "07c77fe6245f1a060c6eed466c1118edd4ef1e95435f4ea367e5672bdc9911c7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-sinovoip_bananapi-m2-berry-ext4-sdcard.img.gz"; + sha256 = "ad4858e6474f0717fc858d2412aee3a10ba0e64a12f0242db1f21eafd290ad3e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-berry" + ]; + titles = [ + { + model = "Banana Pi M2 Berry"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-sinovoip_bananapi-m2-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-sinovoip_bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "9c5a6c36d8953b78d3c89233f254c8d99945ddf8f712f22c9fd11c24d970148d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-sinovoip_bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "f2c7c96fcdd88fef272c114a834b45a375703784fce05f8591d09be50dc3ffd2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + model = "Banana Pi M2+"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-ultra = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-sinovoip_bananapi-m2-ultra"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-squashfs-sdcard.img.gz"; + sha256 = "e063b92c02a805862081b11633f8ca5ab11ed5bf4511ac3772f1a4269307d248"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-ext4-sdcard.img.gz"; + sha256 = "d15763b0444f37fafd4bc542714ba5532eb1916c087bcd59d9ab1a5fad0680a7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-ultra" + ]; + titles = [ + { + model = "Banana Pi M2 Ultra"; + vendor = "Sinovoip"; + } + ]; + }; + xunlong_orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "094f64dca32c249befc9ce3fa5f1cb5db097cbca91b8e2bd6476f2797191735a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-2-ext4-sdcard.img.gz"; + sha256 = "61f5f71fe07b69259a4fab17ce5dec2a7bdde0ee85fa10a4b6bc927eb40d51f2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + model = "Orange Pi 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "5e0e2d767273c2098dfaa9d555f9bf2c0e8578396b0efe14cee4e3058aba428f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-one-ext4-sdcard.img.gz"; + sha256 = "3d5add6992bbf591455a77f182ce96e264812a7b70d54471108d25f134b56bd0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + model = "Orange Pi One"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-pc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "bbf509cde764b3ade11d412aae06cdc00ab61e6deb54dfe01b2234c6ab332053"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "1847fb479cd73b6d727aa86552076189ab9402ad3e0512f587610a4c54827315"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + model = "Orange Pi PC"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc-plus = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-pc-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "61c5fbfe61d7382df3ce495009ec845414402ea8a9e38130f33b0de2d18f29cc"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "e4af38d951e5c2645889378938ea85da6378a95a16e84b6089b74669a4af6147"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + model = "Orange Pi PC Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "1ca97b24a74fc1bd176f423e0fd13d49486dfd489ba36a765c94eb9110b2537f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "a6816db2365b80556aff5386c693775315a40be183fe7dcb229ac32474c8ca04"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + model = "Orange Pi Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-r1 = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "514d1bb2083d3c2641b8797a7669ca016253eb3c7441cb091e0a6c68159c70ee"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "eb920af16346a69a955a8262ba9042fa152e4735acd999dcbb47798ee05e3a24"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + model = "Orange Pi R1"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-zero"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "11bca03847b91151537ea33c410c0e42706ce490bcecf0c00aba4997498bf90b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa7-xunlong_orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "d7cb7152bc7791695cbb267be46c0f2e237a6654aad67265690fa720e638a835"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + model = "Orange Pi Zero"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "sunxi/cortexa7"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_a10-cubieboard = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa8-cubietech_a10-cubieboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "799c651124187f4bfadc719bc79fb2bcfbf658a3e7e8ec4adec46905bcf761a4"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa8-cubietech_a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "28dc090a1ae6aaa3c3428a7d684074296a9f9a8e25fba51f5de433aa98b1915e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + model = "Cubieboard"; + vendor = "Cubietech"; + } + ]; + }; + linksprite_a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa8-linksprite_a10-pcduino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa8-linksprite_a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "cb71ea488228c8dc98e92495161b3837f99dbba8908c580020659909a38c285c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa8-linksprite_a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "ba1167fddc3c8ef1cd344607d0d886f4a39d6db69f43c52a352eb5b0f9a44c28"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + model = "pcDuino"; + vendor = "LinkSprite"; + } + ]; + }; + marsboard_a10-marsboard = { + device_packages = [ + "mod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa8-marsboard_a10-marsboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa8-marsboard_a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "dc96576a447595bb3d056427243a999b40acde9cb7c7eb3ef9871a2f84fc1563"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa8-marsboard_a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "e738699961d336678a85da995fe5e25cfde81310675439dc76b805ba6add65ea"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + model = "MarsBoard A10"; + vendor = "HAOYU Electronics"; + } + ]; + }; + olimex_a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa8-olimex_a10-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa8-olimex_a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "c1ffba174c1ca301c4813eb3d579afb8f78c68dd823df31054fb9f305b111c4e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa8-olimex_a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "89062cb91bf1f407cf257ff2486c718b64fcb869ae4d453baeb01ca1458d4639"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + model = "A10-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa8-olimex_a13-olimex-som"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa8-olimex_a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "152af75b726a5e6b84e794ef36d79b58f5e037a24ad221a411617ef077787bc3"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa8-olimex_a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "0017cd9cf3b467ef3390f2ab021a64f906539bdc9beda56991e181bb76b5d0a7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-SOM"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-21.02.7-sunxi-cortexa8-olimex_a13-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-sunxi-cortexa8-olimex_a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "e9693eb3cf07a8708d4f888e73a592f9c2fdccfcd61b2d94accf781889b0fa8c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-sunxi-cortexa8-olimex_a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "3de98eb1e54b53f85ecae64ff392c86bfd1972391f5ac718031be003fd05b891"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-OLinuXino"; + vendor = "Olimex"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "sunxi/cortexa8"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-21.02.7-tegra-compulab_trimslice"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "cffb549f730640c19d5edf4da339b9eb3c18ba2f22a915a2fc81e341f546aaba"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "1d33dd51849abc16a65b8d684fba6e7e5ce7403ad41fe1b589d89e5ea45e6e04"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + model = "TrimSlice"; + vendor = "CompuLab"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "tegra/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + x86 = { + "64" = { + arch_packages = "x86_64"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-bnx2" + "kmod-e1000e" + "kmod-e1000" + "kmod-forcedeth" + "kmod-igb" + "kmod-ixgbe" + "kmod-r8169" + ]; + image_prefix = "openwrt-21.02.7-x86-64-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-x86-64-generic-ext4-combined.img.gz"; + sha256 = "39f8e1f629cfe1db985809639c2cd1de88db119544144740d968d0b6784a9d6f"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-x86-64-generic-squashfs-combined.img.gz"; + sha256 = "41531b886e725b54017fa205b5c358db9f76f1d486bb1574893d255ea4573181"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-x86-64-generic-squashfs-rootfs.img.gz"; + sha256 = "bc0804763589fdbbaec95237f881ddd8b4d2611b4e20b49e61080335a87a5f7e"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-x86-64-generic-ext4-combined-efi.img.gz"; + sha256 = "21a92a74804eb6a77d878ec30b5b80c03eab4f849c49fa95598166001f666625"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-x86-64-generic-squashfs-combined-efi.img.gz"; + sha256 = "95b633a50c9bb41e9dace40d116f2cb38652dd546d03231510c5e0be14f625c1"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-x86-64-generic-ext4-rootfs.img.gz"; + sha256 = "dc2a80437fcc70517ec2e4db778d01a284dc2c53eb00b1139b24b7fbe9cd639b"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/64"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "x86/64"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + generic = { + arch_packages = "i386_pentium4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-21.02.7-x86-generic-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-x86-generic-generic-squashfs-rootfs.img.gz"; + sha256 = "fa08cd68a208997130dbbccc434b754c035bc35984dfe3c2367ea61a17e9ddb7"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-x86-generic-generic-squashfs-combined.img.gz"; + sha256 = "1f4441c70099db77a617e1ab563260c9d5a864f277fd76f75732bbb01407b729"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-x86-generic-generic-ext4-combined-efi.img.gz"; + sha256 = "e92b572ce07c635caa2e48aadace1b04f7079a5904763b699f710241b229fef3"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-x86-generic-generic-squashfs-combined-efi.img.gz"; + sha256 = "b6560d7130f8d238401cad7b8f29f2d174d6495ea1d831054d985124841220a6"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-x86-generic-generic-ext4-rootfs.img.gz"; + sha256 = "4505ce7179414089840cba4c764ee66f9855db5634c90e7aaa54b092a58e9330"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-x86-generic-generic-ext4-combined.img.gz"; + sha256 = "a2b156e7161096c76cf8062ca3855bde313b5d4d2b1725a55d2431ac7a44398d"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "x86/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + geode = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-21.02.7-x86-geode-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-x86-geode-generic-squashfs-combined.img.gz"; + sha256 = "777156ba5d23c97a0c4883dfe2f41f14b156df420b11e4c96fa95f6501e53347"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-x86-geode-generic-squashfs-rootfs.img.gz"; + sha256 = "01962525eb2ec92964347aa8bbde90bf987fed064eacf8de71fc9eeee73c4ca3"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-x86-geode-generic-squashfs-combined-efi.img.gz"; + sha256 = "18a24a7cebd35faed305ae7c479ca435ef77079d8711bfa50e25f69e3a48caeb"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-x86-geode-generic-ext4-combined.img.gz"; + sha256 = "fcbe93783258a397a078eab8e991bce7d92b27ff3f4adb5750bded2b57563f90"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-x86-geode-generic-ext4-rootfs.img.gz"; + sha256 = "ca88434d46794fa4d9e1b56310831c9f296daaffa65e8de17727ca44e69b36b4"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-x86-geode-generic-ext4-combined-efi.img.gz"; + sha256 = "9adc0c81960233c6a8be171fa79c648042899d49e3827ba0c0813ea591900c33"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/Geode"; + } + ]; + }; + geos = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + "br2684ctl" + "flashrom" + "kmod-hwmon-lm90" + "kmod-mppe" + "kmod-pppoa" + "kmod-usb-ohci-pci" + "linux-atm" + "ppp-mod-pppoa" + "pppdump" + "pppstats" + "soloscli" + "tc" + ]; + image_prefix = "openwrt-21.02.7-x86-geode-geos"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-x86-geode-geos-squashfs-rootfs.img.gz"; + sha256 = "83383ec9538e2f6765dd8c4dd9e73a7be81f17c3db3648b1287e5e84b0923138"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-x86-geode-geos-squashfs-combined.img.gz"; + sha256 = "ec5dcdb64c14ce22219457990409eaff84270613ed7ca23742c1a29165a95357"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-x86-geode-geos-ext4-combined.img.gz"; + sha256 = "435e3d856a0067e67559343a61d239d235ae65b8926b6b3a997ed86634ef89d1"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-x86-geode-geos-ext4-rootfs.img.gz"; + sha256 = "e4ad394b80411d178a84266e57a76c2197dd12f18e510c48600f64f00d54d7e3"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-x86-geode-geos-squashfs-combined-efi.img.gz"; + sha256 = "efdcf673b9fc30a6beba56eab4b95cb7acc7660b2a7d398f9e0072dfe1d48de3"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-x86-geode-geos-ext4-combined-efi.img.gz"; + sha256 = "68caa14f4222b3c0a25774038c3142d6684855b684fba8acd3022365584efef8"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Traverse Technologies Geos"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "x86/geode"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + legacy = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-button-hotplug" + "kmod-ipt-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-21.02.7-x86-legacy-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-21.02.7-x86-legacy-generic-ext4-combined-efi.img.gz"; + sha256 = "a632300337dcf3ac231b820b6714ee9c10d0e945710f9fd65ff75880fa519ff7"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-x86-legacy-generic-ext4-combined.img.gz"; + sha256 = "6ce247955d6a11b2244216a0c008fbefb488d07adc8d1cb9665ad8f8ce950e55"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-21.02.7-x86-legacy-generic-ext4-rootfs.img.gz"; + sha256 = "dfe57cd61c327ef71ea9f92c0ec1c7bd7d4b458f2a05a7c3525506e2543b3d84"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-x86-legacy-generic-squashfs-combined-efi.img.gz"; + sha256 = "941dde26d02a7945b3128d2499ac74079e4e164d1f9bbbb1248abc0818e75c06"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-x86-legacy-generic-squashfs-combined.img.gz"; + sha256 = "8743258b3469d09c617fd0739f83d81de5c3584e19e1e5948e5f5794cec51bd8"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-x86-legacy-generic-squashfs-rootfs.img.gz"; + sha256 = "067da37517c798cdecffc3687bff16a5b5314946cad8823152fe145f93ac9fec"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic x86/legacy"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "x86/legacy"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall" + "fstools" + "ip6tables" + "iptables" + "kmod-fs-msdos" + "kmod-ipt-offload" + "kmod-usb-storage" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "5f26424b2f705646cc742ab17969dbd0d8b9122db7d488704598cb5c0385e7af"; + type = "sdcard"; + } + ]; + supported_devices = [ + "avnet,zynq-zed" + ]; + titles = [ + { + model = "ZedBoard"; + vendor = "Avnet"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "f8323dbe4d2fadf16b4f09ed269cc7b3a08c6be9b536a1b5269414174c6588d0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo" + ]; + titles = [ + { + model = "Zybo"; + vendor = "Digilent"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-21.02.7-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "286102e1b033f76ad9c56ea9a2266dc079848626aba62d826303fc00912c03f3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo-z7" + ]; + titles = [ + { + model = "Zybo Z7"; + vendor = "Digilent"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-21.02.7-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-21.02.7-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "08c7d0db75c8e67ad0ef197127b6798125443a8101fe03585c58aecf512d5345"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xlnx,zynq-zc702" + ]; + titles = [ + { + model = "ZC702"; + vendor = "Xilinx"; + } + ]; + }; + }; + source_date_epoch = "1681737336"; + target = "zynq/generic"; + version_code = "r16847-f8282da11e"; + version_number = "21.02.7"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/22.03.0.nix b/cached-profiles/22.03.0.nix new file mode 100644 index 00000000..8ffbbbbf --- /dev/null +++ b/cached-profiles/22.03.0.nix @@ -0,0 +1,53626 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.0-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "c622ebba49464f077ffd43f4c4061faef74acca340512bbbed370404c53ac4c5"; + sha256_unsigned = "c15caf096496fa9160f183a085d5ce7c1c2641837f6906165a2038a85a9feffd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-apm821xx-nand-meraki_mr24-initramfs-kernel.bin"; + sha256 = "ec6de5d656e6e97427f3af5be488d1752d0a4240e0dff00fea7e1ff3a830f88a"; + sha256_unsigned = "ec6de5d656e6e97427f3af5be488d1752d0a4240e0dff00fea7e1ff3a830f88a"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + model = "MR24"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.0-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-apm821xx-nand-meraki_mx60-initramfs-kernel.bin"; + sha256 = "95d02b070223ad274eae325add9d262e42d72297226fbdab73e7ff4e369402b8"; + sha256_unsigned = "95d02b070223ad274eae325add9d262e42d72297226fbdab73e7ff4e369402b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "04584d4600f5ca0db129a326dc2b8db62cd6be3e984832611a952debfe3adc74"; + sha256_unsigned = "8924daaf1eb11a3eb64ba51fa39ad98027826d2e0c61969145f90db6df5fcaf8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mx60" + ]; + titles = [ + { + model = "MX60"; + vendor = "Cisco Meraki"; + } + { + model = "MX60W"; + vendor = "Cisco Meraki"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.0-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "814c2479b836949a0f74a2c1c97a35553c63c0abb91d09f3300e0b1619601e23"; + sha256_unsigned = "06aeda4c8696efd0a586abe2b6fcb8c414b57c1c19e76f6d941868c67ce69138"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-apm821xx-nand-netgear_wndap620-initramfs-kernel.bin"; + sha256 = "15140ab4a05c46e0b144c7f7255c9e8bd4103057028171707ec9c014a63a4ac5"; + sha256_unsigned = "15140ab4a05c46e0b144c7f7255c9e8bd4103057028171707ec9c014a63a4ac5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "3508942f747e17025dd89f69b284a70d871bf34939542c25568f243954c783a9"; + sha256_unsigned = "3508942f747e17025dd89f69b284a70d871bf34939542c25568f243954c783a9"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + model = "WNDAP620 (Premium Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.0-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "774ced24757f296314e4d079fad7bee073f41d218f2c672bdd8c6ce08865acbc"; + sha256_unsigned = "774ced24757f296314e4d079fad7bee073f41d218f2c672bdd8c6ce08865acbc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-apm821xx-nand-netgear_wndap660-initramfs-kernel.bin"; + sha256 = "8ae4f71123ced3b39bbdb09b3c3dcbfb1dc27e97f0eb4c3a21ad0a5b65c0def4"; + sha256_unsigned = "8ae4f71123ced3b39bbdb09b3c3dcbfb1dc27e97f0eb4c3a21ad0a5b65c0def4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "8e4599de42f84c171f4ce55178091623e23a9ab4a2d31d6f2d4a4cb5b4eaca21"; + sha256_unsigned = "97f81011936fed1e2aa31ed3573d4ecf7bcf8d36ac811fed6f55993354d6ee7a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + model = "WNDAP660 (Dual Radio Dual Band Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-hwmon-drivetemp" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.0-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "9cc0080b3762f963822ae4985361590885db943c26f73b3e8d84c1f7865bddfe"; + sha256_unsigned = "99eaa99ced89ec72ed8c436c41a1c42b2448138fd50b4c7d81dbbef5b7d5c647"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "ba67a9ef1c863f18be51664928e601487f3ee85fafbdfc253dad96640ccd40e1"; + sha256_unsigned = "ba67a9ef1c863f18be51664928e601487f3ee85fafbdfc253dad96640ccd40e1"; + type = "factory"; + } + { + name = "openwrt-22.03.0-apm821xx-nand-netgear_wndr4700-device-tree.dtb"; + sha256 = "62cb69742d3270c43c7d478c51c8160bd927cebc62b8c662af7064b29f048d47"; + sha256_unsigned = "62cb69742d3270c43c7d478c51c8160bd927cebc62b8c662af7064b29f048d47"; + type = "device-tree.dtb"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-apm821xx-nand-netgear_wndr4700-initramfs-kernel.bin"; + sha256 = "67cdc0224f4021a371bc33d83204c860a6cbe595db52d67d646f1675f5a07b1c"; + sha256_unsigned = "67cdc0224f4021a371bc33d83204c860a6cbe595db52d67d646f1675f5a07b1c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + model = "Centria N900 WNDR4700"; + vendor = "NETGEAR"; + } + { + model = "Centria N900 WNDR4720"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "apm821xx/nand"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "badblocks" + "base-files" + "block-mount" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "e2fsprogs" + "f2fsck" + "fdisk" + "fstools" + "kmod-dm" + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-md-mod" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mkf2fs" + "mtd" + "netifd" + "opkg" + "partx-utils" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "f4f317a08400e441a57ffc27467f69a96da1ae4fe7c5deabf1d2d7ebfadc0aa2"; + sha256_unsigned = "4494f3aba37735ccd96ddcce7a4c77978c4dc48ad257d8340585c75a40295b90"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "9236ca3c7b128df706fa0c6697ed0333b88e9f570b2208c98d204530505a7964"; + sha256_unsigned = "9236ca3c7b128df706fa0c6697ed0333b88e9f570b2208c98d204530505a7964"; + type = "factory"; + } + { + name = "openwrt-22.03.0-apm821xx-sata-wd_mybooklive-apollo3g.dtb"; + sha256 = "0fcf713933f1e35437e4a2d72c66ffe3d4e2267b35e505ca75f85af86116466d"; + sha256_unsigned = "0fcf713933f1e35437e4a2d72c66ffe3d4e2267b35e505ca75f85af86116466d"; + type = "apollo3g.dtb"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "98cc201efc3754cd3bf24d591bae07a5bbe747270dcbba6db4113d365d3589e4"; + sha256_unsigned = "98cc201efc3754cd3bf24d591bae07a5bbe747270dcbba6db4113d365d3589e4"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "92900f3e025d9d1b1853b3193df87860d6f38f84fde41232fc3cb0599b41362c"; + sha256_unsigned = "baff5a8c017e724eb7586af3679b3ed46a115ef85d9ec8e400e1118f5348a6ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-apm821xx-sata-wd_mybooklive-initramfs-kernel.bin"; + sha256 = "3d4d2c10525fa23c2abc22508ced4a1567bcab61595e2e54bcf67c57cd785f5c"; + sha256_unsigned = "3d4d2c10525fa23c2abc22508ced4a1567bcab61595e2e54bcf67c57cd785f5c"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + model = "My Book Live"; + vendor = "Western Digital"; + } + { + model = "My Book Live Duo"; + vendor = "Western Digital"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "apm821xx/sata"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + archs38 = { + generic = { + arch_packages = "arc_archs"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim_hs = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-archs38-generic-nsim_hs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-archs38-generic-nsim_hs-initramfs.elf"; + sha256 = "87fc10bed9546eda8a4d6cdc0d74452a4ed56f8173c3c43199b1fd591713798b"; + sha256_unsigned = "87fc10bed9546eda8a4d6cdc0d74452a4ed56f8173c3c43199b1fd591713798b"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim,hs" + ]; + titles = [ + { + model = "nSIM HS"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "archs38/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + atmel_at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9263ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9263ek-squashfs-root.ubi"; + sha256 = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + sha256_unsigned = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9263ek-ubifs-root.ubi"; + sha256 = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + sha256_unsigned = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9263ek-ext4-root.ubi"; + sha256 = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + sha256_unsigned = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9263ek" + ]; + titles = [ + { + model = "AT91SAM9263-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g15ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g15ek-squashfs-root.ubi"; + sha256 = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + sha256_unsigned = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g15ek-ext4-root.ubi"; + sha256 = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + sha256_unsigned = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g15ek-ubifs-root.ubi"; + sha256 = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + sha256_unsigned = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g15ek" + ]; + titles = [ + { + model = "AT91SAM9G15-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g20ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g20ek-ubifs-root.ubi"; + sha256 = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + sha256_unsigned = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g20ek-ext4-root.ubi"; + sha256 = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + sha256_unsigned = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g20ek-squashfs-root.ubi"; + sha256 = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + sha256_unsigned = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek-2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g20ek-2mmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g20ek-2mmc-ext4-root.ubi"; + sha256 = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + sha256_unsigned = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g20ek-2mmc-squashfs-root.ubi"; + sha256 = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + sha256_unsigned = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g20ek-2mmc-ubifs-root.ubi"; + sha256 = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + sha256_unsigned = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek_2mmc" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + variant = "2MMC"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g25ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g25ek-ubifs-root.ubi"; + sha256 = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + sha256_unsigned = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g25ek-ext4-root.ubi"; + sha256 = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + sha256_unsigned = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g25ek-squashfs-root.ubi"; + sha256 = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + sha256_unsigned = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g25ek" + ]; + titles = [ + { + model = "AT91SAM9G25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g35ek-squashfs-root.ubi"; + sha256 = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + sha256_unsigned = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g35ek-ubifs-root.ubi"; + sha256 = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + sha256_unsigned = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9g35ek-ext4-root.ubi"; + sha256 = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + sha256_unsigned = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g35ek" + ]; + titles = [ + { + model = "AT91SAM9G35-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9m10g45ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9m10g45ek-ext4-root.ubi"; + sha256 = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + sha256_unsigned = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + sha256_unsigned = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + sha256_unsigned = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9m10g45ek" + ]; + titles = [ + { + model = "AT91SAM9M10G45-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9x25ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9x25ek-squashfs-root.ubi"; + sha256 = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + sha256_unsigned = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9x25ek-ext4-root.ubi"; + sha256 = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + sha256_unsigned = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9x25ek-ubifs-root.ubi"; + sha256 = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + sha256_unsigned = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9x25ek-ext4-sdcard.img.gz"; + sha256 = "68b38252a67a00253e7594e3716876ced690aeff7d4d236e774cb51f2ca99252"; + sha256_unsigned = "68b38252a67a00253e7594e3716876ced690aeff7d4d236e774cb51f2ca99252"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,at91sam9x25ek" + ]; + titles = [ + { + model = "AT91SAM9X25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9x35ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9x35ek-ext4-root.ubi"; + sha256 = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + sha256_unsigned = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9x35ek-ubifs-root.ubi"; + sha256 = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + sha256_unsigned = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9x35ek-squashfs-root.ubi"; + sha256 = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + sha256_unsigned = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-atmel_at91sam9x35ek-ext4-sdcard.img.gz"; + sha256 = "83f6efd0c828690cf509b916ded248de2eb39a6957a10f7216c9989f981c912d"; + sha256_unsigned = "83f6efd0c828690cf509b916ded248de2eb39a6957a10f7216c9989f981c912d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,at91sam9x35ek" + ]; + titles = [ + { + model = "AT91SAM9X35-EK"; + vendor = "Atmel"; + } + ]; + }; + calamp_lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-calamp_lmu5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-calamp_lmu5000-squashfs-factory.bin"; + sha256 = "a14db80d7b271fcffd88c372dcba20675296fd63d6e12ef11291cc127985074f"; + sha256_unsigned = "a14db80d7b271fcffd88c372dcba20675296fd63d6e12ef11291cc127985074f"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-calamp_lmu5000-ubifs-factory.bin"; + sha256 = "5e44c0dd45c5dd8f7a50903ce6c4997e1d620fc84c4e3409f4d69ecaf4a082a6"; + sha256_unsigned = "5e44c0dd45c5dd8f7a50903ce6c4997e1d620fc84c4e3409f4d69ecaf4a082a6"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-calamp_lmu5000-ext4-factory.bin"; + sha256 = "68a523bb136aa87fd581f180ffd762d9dd601ecae2e4dcde680118a8189cdcad"; + sha256_unsigned = "68a523bb136aa87fd581f180ffd762d9dd601ecae2e4dcde680118a8189cdcad"; + type = "factory"; + } + ]; + supported_devices = [ + "calamp,lmu5000" + ]; + titles = [ + { + model = "LMU5000"; + vendor = "CalAmp"; + } + ]; + }; + calao_tny-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-calao_tny-a9260"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-calao_tny-a9260-ext4-factory.bin"; + sha256 = "a7e0e0b7faca754b217c17237c55e5761ebcb202929fa0106979868f55879912"; + sha256_unsigned = "a7e0e0b7faca754b217c17237c55e5761ebcb202929fa0106979868f55879912"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-calao_tny-a9260-ubifs-factory.bin"; + sha256 = "feb0fa6abacd29e35b65aa1c872b05b27e01ce29e3f03f216370a8a748fd4e2a"; + sha256_unsigned = "feb0fa6abacd29e35b65aa1c872b05b27e01ce29e3f03f216370a8a748fd4e2a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-calao_tny-a9260-squashfs-factory.bin"; + sha256 = "ddd97026c0f6ec695548155e5b3b8835948c4276d2fa8c88223288fdf0f51da6"; + sha256_unsigned = "ddd97026c0f6ec695548155e5b3b8835948c4276d2fa8c88223288fdf0f51da6"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9260" + ]; + titles = [ + { + model = "TNY A9260"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-calao_tny-a9263"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-calao_tny-a9263-ubifs-factory.bin"; + sha256 = "15a97dc1f7e11eb9b88da78426a46b89228b7bd451e8e39bfeb3524e1fc0fa6f"; + sha256_unsigned = "15a97dc1f7e11eb9b88da78426a46b89228b7bd451e8e39bfeb3524e1fc0fa6f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-calao_tny-a9263-squashfs-factory.bin"; + sha256 = "1d1013c75fff6d7a584590acc3f4949f6eb66600d4dc7f6528b01d936f4d0d78"; + sha256_unsigned = "1d1013c75fff6d7a584590acc3f4949f6eb66600d4dc7f6528b01d936f4d0d78"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-calao_tny-a9263-ext4-factory.bin"; + sha256 = "9a7a90da053b7b3b3f6960ec64e496eb3dbdbee2d52c179a33517e8a7f0389bd"; + sha256_unsigned = "9a7a90da053b7b3b3f6960ec64e496eb3dbdbee2d52c179a33517e8a7f0389bd"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,tny-a9263" + ]; + titles = [ + { + model = "TNY A9263"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-calao_tny-a9g20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-calao_tny-a9g20-ubifs-factory.bin"; + sha256 = "0adca1207fe7e5aced26a227f0c0ef1114f39a8d2f6f4a6d6d0c9075c37cda79"; + sha256_unsigned = "0adca1207fe7e5aced26a227f0c0ef1114f39a8d2f6f4a6d6d0c9075c37cda79"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-calao_tny-a9g20-squashfs-factory.bin"; + sha256 = "bf9673285c94573ad8ac86e00fe646d1b5a9fffe3b72a518d2bf9268e13f045b"; + sha256_unsigned = "bf9673285c94573ad8ac86e00fe646d1b5a9fffe3b72a518d2bf9268e13f045b"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-calao_tny-a9g20-ext4-factory.bin"; + sha256 = "c9b711fcbdbfa0c7a3e737d23a8a165865d233f9abb79d3a3e619d9129069577"; + sha256_unsigned = "c9b711fcbdbfa0c7a3e737d23a8a165865d233f9abb79d3a3e619d9129069577"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9g20" + ]; + titles = [ + { + model = "TNY A9G20"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-calao_usb-a9260"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-calao_usb-a9260-ext4-factory.bin"; + sha256 = "ab71255b32946013b6eae7e1b1c68e9c23eb5219cc5e5efc5ab2f7a6849d2c8a"; + sha256_unsigned = "ab71255b32946013b6eae7e1b1c68e9c23eb5219cc5e5efc5ab2f7a6849d2c8a"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-calao_usb-a9260-ubifs-factory.bin"; + sha256 = "77027129b6f919b66067e9f213c59d276b35049b34d573144ea502fb3d292534"; + sha256_unsigned = "77027129b6f919b66067e9f213c59d276b35049b34d573144ea502fb3d292534"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-calao_usb-a9260-squashfs-factory.bin"; + sha256 = "c0820e28b84a0e143a10804fd39f196b32b659836d548976175c2b55caa5dacb"; + sha256_unsigned = "c0820e28b84a0e143a10804fd39f196b32b659836d548976175c2b55caa5dacb"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9260" + ]; + titles = [ + { + model = "USB A9260"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-calao_usb-a9263"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-calao_usb-a9263-ext4-factory.bin"; + sha256 = "8be911f583239d8c4a5048133e0fb4f5416e1fa4982ce7315634b32a652eb55d"; + sha256_unsigned = "8be911f583239d8c4a5048133e0fb4f5416e1fa4982ce7315634b32a652eb55d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-calao_usb-a9263-squashfs-factory.bin"; + sha256 = "96dd56a68a044f3ecde910f0c5d9c0b73dc051506830254f0b062536b87e45d7"; + sha256_unsigned = "96dd56a68a044f3ecde910f0c5d9c0b73dc051506830254f0b062536b87e45d7"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-calao_usb-a9263-ubifs-factory.bin"; + sha256 = "f10e61199714a0bea699b436c2cee9da454a5061139022578e1b37fee8e12b41"; + sha256_unsigned = "f10e61199714a0bea699b436c2cee9da454a5061139022578e1b37fee8e12b41"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,usb-a9263" + ]; + titles = [ + { + model = "USB A9263"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-calao_usb-a9g20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-calao_usb-a9g20-squashfs-factory.bin"; + sha256 = "6a9f74ad9a43fcb40a1bf8b707fd405df678d04431f649a85d48644168563864"; + sha256_unsigned = "6a9f74ad9a43fcb40a1bf8b707fd405df678d04431f649a85d48644168563864"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-calao_usb-a9g20-ubifs-factory.bin"; + sha256 = "dd41be903748f410366d7f874348fffa27e8a84806436f7feb761b8bf9fb9a4f"; + sha256_unsigned = "dd41be903748f410366d7f874348fffa27e8a84806436f7feb761b8bf9fb9a4f"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-calao_usb-a9g20-ext4-factory.bin"; + sha256 = "0238781d5efffc602f44229652e8e448b6304bfe9a525ad34e75583d1fb3e862"; + sha256_unsigned = "0238781d5efffc602f44229652e8e448b6304bfe9a525ad34e75583d1fb3e862"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9g20" + ]; + titles = [ + { + model = "USB A9G20"; + vendor = "Calao"; + } + ]; + }; + egnite_ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-egnite_ethernut5"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-egnite_ethernut5-ext4-root.ubi"; + sha256 = "a61dbfa23888901359f4d179bf7ed5e0e6ac7601d5f2ae0b4f76e37fdb6cf69c"; + sha256_unsigned = "a61dbfa23888901359f4d179bf7ed5e0e6ac7601d5f2ae0b4f76e37fdb6cf69c"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-egnite_ethernut5-squashfs-root.ubi"; + sha256 = "03beaf262c0d94e5c39e0664cb2a9afc168124ecb435eeed1a2fd19cc64d62af"; + sha256_unsigned = "03beaf262c0d94e5c39e0664cb2a9afc168124ecb435eeed1a2fd19cc64d62af"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-egnite_ethernut5-ubifs-root.ubi"; + sha256 = "af14cc79571c8b46a9abe93827c3f01e02d9b6952f3b357551a5ab03cb5a499d"; + sha256_unsigned = "af14cc79571c8b46a9abe93827c3f01e02d9b6952f3b357551a5ab03cb5a499d"; + type = "root"; + } + ]; + supported_devices = [ + "egnite,ethernut5" + ]; + titles = [ + { + model = "Ethernut 5"; + vendor = "egnite"; + } + ]; + }; + laird_wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-laird_wb45n"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-laird_wb45n-ext4-root.ubi"; + sha256 = "985562489bc243821295eda189943c0ecc3624c100fd590c2e2ad61ecd32a0b3"; + sha256_unsigned = "985562489bc243821295eda189943c0ecc3624c100fd590c2e2ad61ecd32a0b3"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-laird_wb45n-squashfs-root.ubi"; + sha256 = "94661379a8c51d32d615a16a236fdb2c31736ba44c95da6defb67eac1b6ec33e"; + sha256_unsigned = "94661379a8c51d32d615a16a236fdb2c31736ba44c95da6defb67eac1b6ec33e"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-laird_wb45n-ubifs-root.ubi"; + sha256 = "39ddfb47a654bc0d81fd6b4647dc2a947d8fbb07c4d44e0c40ebdbebb6f3a7ea"; + sha256_unsigned = "39ddfb47a654bc0d81fd6b4647dc2a947d8fbb07c4d44e0c40ebdbebb6f3a7ea"; + type = "root"; + } + ]; + supported_devices = [ + "laird,wb45n" + ]; + titles = [ + { + model = "WB45N"; + vendor = "Laird"; + } + ]; + }; + microchip_sam9x60ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sam9x-microchip_sam9x60ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sam9x-microchip_sam9x60ek-squashfs-root.ubi"; + sha256 = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + sha256_unsigned = "614cb8371902095dad1048e8a470cd9d01d98a48d81433ed5d585494215a1b12"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sam9x-microchip_sam9x60ek-ubifs-root.ubi"; + sha256 = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + sha256_unsigned = "6426834112c60727d7c2ca5ec297db86bf79cf71b1c5bc33e5a7d33f390342d2"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-microchip_sam9x60ek-ext4-sdcard.img.gz"; + sha256 = "96421edeff5a4ad6175424a7f4d8ad3c7f9eab28205a4f47e888494bffb8fd2d"; + sha256_unsigned = "96421edeff5a4ad6175424a7f4d8ad3c7f9eab28205a4f47e888494bffb8fd2d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sam9x-microchip_sam9x60ek-ext4-root.ubi"; + sha256 = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + sha256_unsigned = "eb3b564d4b2397bfec557a5b28956fc31ab0807c4de9d4b1f0e4df6a480b1ef5"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sam9x60ek" + ]; + titles = [ + { + model = "SAM9X60-EK"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "at91/sam9x"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama5d2-icp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sama5-microchip_sama5d2-icp"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d2-icp-ext4-root.ubi"; + sha256 = "d72a3203de368a6c8f0413d164a79b65d3c00b67888460b8f05955783911e536"; + sha256_unsigned = "d72a3203de368a6c8f0413d164a79b65d3c00b67888460b8f05955783911e536"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d2-icp-ext4-sdcard.img.gz"; + sha256 = "d704c52d761c11b0c73508f94744e9ba27d1f107cdecd26306b0acc0da563249"; + sha256_unsigned = "d704c52d761c11b0c73508f94744e9ba27d1f107cdecd26306b0acc0da563249"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d2-icp-ubifs-root.ubi"; + sha256 = "e3551ace0c3dce864d8d5df558387d1d812ec6de20f9e3eca2f374816df56826"; + sha256_unsigned = "e3551ace0c3dce864d8d5df558387d1d812ec6de20f9e3eca2f374816df56826"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d2-icp-squashfs-root.ubi"; + sha256 = "f23a448594d594dba57e5acc387a7cad6a088852f734d2b60a5ec87e15a9f4cc"; + sha256_unsigned = "f23a448594d594dba57e5acc387a7cad6a088852f734d2b60a5ec87e15a9f4cc"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama5d2-icp" + ]; + titles = [ + { + model = "SAMA5D2 ICP"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-ptc-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sama5-microchip_sama5d2-ptc-ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d2-ptc-ek-ext4-root.ubi"; + sha256 = "d72a3203de368a6c8f0413d164a79b65d3c00b67888460b8f05955783911e536"; + sha256_unsigned = "d72a3203de368a6c8f0413d164a79b65d3c00b67888460b8f05955783911e536"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d2-ptc-ek-ext4-sdcard.img.gz"; + sha256 = "e15fe2721bc8f1633be717a038d9b2470a3a8f7249004ca7480bde610411e0ad"; + sha256_unsigned = "e15fe2721bc8f1633be717a038d9b2470a3a8f7249004ca7480bde610411e0ad"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d2-ptc-ek-ubifs-root.ubi"; + sha256 = "e3551ace0c3dce864d8d5df558387d1d812ec6de20f9e3eca2f374816df56826"; + sha256_unsigned = "e3551ace0c3dce864d8d5df558387d1d812ec6de20f9e3eca2f374816df56826"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d2-ptc-ek-squashfs-root.ubi"; + sha256 = "f23a448594d594dba57e5acc387a7cad6a088852f734d2b60a5ec87e15a9f4cc"; + sha256_unsigned = "f23a448594d594dba57e5acc387a7cad6a088852f734d2b60a5ec87e15a9f4cc"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-ptc_ek" + ]; + titles = [ + { + model = "SAMA5D2 PTC Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sama5-microchip_sama5d2-xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d2-xplained-squashfs-root.ubi"; + sha256 = "f23a448594d594dba57e5acc387a7cad6a088852f734d2b60a5ec87e15a9f4cc"; + sha256_unsigned = "f23a448594d594dba57e5acc387a7cad6a088852f734d2b60a5ec87e15a9f4cc"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d2-xplained-ext4-root.ubi"; + sha256 = "d72a3203de368a6c8f0413d164a79b65d3c00b67888460b8f05955783911e536"; + sha256_unsigned = "d72a3203de368a6c8f0413d164a79b65d3c00b67888460b8f05955783911e536"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d2-xplained-ext4-sdcard.img.gz"; + sha256 = "8feb761474bdc5e2c70d0e5abe176707cb81045dc47a986d69c271dc04a35d1c"; + sha256_unsigned = "8feb761474bdc5e2c70d0e5abe176707cb81045dc47a986d69c271dc04a35d1c"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d2-xplained-ubifs-root.ubi"; + sha256 = "e3551ace0c3dce864d8d5df558387d1d812ec6de20f9e3eca2f374816df56826"; + sha256_unsigned = "e3551ace0c3dce864d8d5df558387d1d812ec6de20f9e3eca2f374816df56826"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-xplained" + ]; + titles = [ + { + model = "SAMA5D2 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-som1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sama5-microchip_sama5d27-som1-ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d27-som1-ek-ubifs-root.ubi"; + sha256 = "e3551ace0c3dce864d8d5df558387d1d812ec6de20f9e3eca2f374816df56826"; + sha256_unsigned = "e3551ace0c3dce864d8d5df558387d1d812ec6de20f9e3eca2f374816df56826"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d27-som1-ek-ext4-root.ubi"; + sha256 = "d72a3203de368a6c8f0413d164a79b65d3c00b67888460b8f05955783911e536"; + sha256_unsigned = "d72a3203de368a6c8f0413d164a79b65d3c00b67888460b8f05955783911e536"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d27-som1-ek-ext4-sdcard.img.gz"; + sha256 = "cdffe5b08c2d2c12b7cd6a417aa36d616e716eab6632f96906ce4dd4a474ba2f"; + sha256_unsigned = "cdffe5b08c2d2c12b7cd6a417aa36d616e716eab6632f96906ce4dd4a474ba2f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d27-som1-ek-squashfs-root.ubi"; + sha256 = "f23a448594d594dba57e5acc387a7cad6a088852f734d2b60a5ec87e15a9f4cc"; + sha256_unsigned = "f23a448594d594dba57e5acc387a7cad6a088852f734d2b60a5ec87e15a9f4cc"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d27-som1-ek" + ]; + titles = [ + { + model = "SAMA5D27 SOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-wlsom1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sama5-microchip_sama5d27-wlsom1-ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d27-wlsom1-ek-ubifs-root.ubi"; + sha256 = "e3551ace0c3dce864d8d5df558387d1d812ec6de20f9e3eca2f374816df56826"; + sha256_unsigned = "e3551ace0c3dce864d8d5df558387d1d812ec6de20f9e3eca2f374816df56826"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d27-wlsom1-ek-ext4-sdcard.img.gz"; + sha256 = "7ea763a56dff436e1883659f732cb9879cdaf11299bf2419cd72c359f7ed0755"; + sha256_unsigned = "7ea763a56dff436e1883659f732cb9879cdaf11299bf2419cd72c359f7ed0755"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d27-wlsom1-ek-ext4-root.ubi"; + sha256 = "d72a3203de368a6c8f0413d164a79b65d3c00b67888460b8f05955783911e536"; + sha256_unsigned = "d72a3203de368a6c8f0413d164a79b65d3c00b67888460b8f05955783911e536"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d27-wlsom1-ek-squashfs-root.ubi"; + sha256 = "f23a448594d594dba57e5acc387a7cad6a088852f734d2b60a5ec87e15a9f4cc"; + sha256_unsigned = "f23a448594d594dba57e5acc387a7cad6a088852f734d2b60a5ec87e15a9f4cc"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama5d27-wlsom1-ek" + ]; + titles = [ + { + model = "SAMA5D27 WSOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d3-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sama5-microchip_sama5d3-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d3-xplained-ubifs-root.ubi"; + sha256 = "e3551ace0c3dce864d8d5df558387d1d812ec6de20f9e3eca2f374816df56826"; + sha256_unsigned = "e3551ace0c3dce864d8d5df558387d1d812ec6de20f9e3eca2f374816df56826"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d3-xplained-ext4-sdcard.img.gz"; + sha256 = "290f1baa2f59354247f5f201115433721d982565bab321ed0e3882ed9b9e89d7"; + sha256_unsigned = "290f1baa2f59354247f5f201115433721d982565bab321ed0e3882ed9b9e89d7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d3-xplained-ext4-root.ubi"; + sha256 = "d72a3203de368a6c8f0413d164a79b65d3c00b67888460b8f05955783911e536"; + sha256_unsigned = "d72a3203de368a6c8f0413d164a79b65d3c00b67888460b8f05955783911e536"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d3-xplained-squashfs-root.ubi"; + sha256 = "f23a448594d594dba57e5acc387a7cad6a088852f734d2b60a5ec87e15a9f4cc"; + sha256_unsigned = "f23a448594d594dba57e5acc387a7cad6a088852f734d2b60a5ec87e15a9f4cc"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d3-xplained" + ]; + titles = [ + { + model = "SAMA5D3 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d4-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sama5-microchip_sama5d4-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d4-xplained-ubifs-root.ubi"; + sha256 = "909a0370018e5749aa12c0f0046c724fe36d16f1b599ebc0dec1cb1ced999e1f"; + sha256_unsigned = "909a0370018e5749aa12c0f0046c724fe36d16f1b599ebc0dec1cb1ced999e1f"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d4-xplained-ext4-sdcard.img.gz"; + sha256 = "56121f66f04b47c344e8205bae9b360c717ca5a2906cca79e609d30bc823d552"; + sha256_unsigned = "56121f66f04b47c344e8205bae9b360c717ca5a2906cca79e609d30bc823d552"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d4-xplained-squashfs-root.ubi"; + sha256 = "b237347660c303a97b92dc34e69edc17282e3db133f87ee55b371032b433ba1f"; + sha256_unsigned = "b237347660c303a97b92dc34e69edc17282e3db133f87ee55b371032b433ba1f"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sama5-microchip_sama5d4-xplained-ext4-root.ubi"; + sha256 = "285162541477f72df7cc00e28cce04f89ea355020f1ec183f10debf211e12664"; + sha256_unsigned = "285162541477f72df7cc00e28cce04f89ea355020f1ec183f10debf211e12664"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d4-xplained" + ]; + titles = [ + { + model = "SAMA5D4 Xplained"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "at91/sama5"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + sama7 = { + arch_packages = "arm_cortex-a7_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama7g5-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-at91-sama7-microchip_sama7g5-ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-at91-sama7-microchip_sama7g5-ek-squashfs-root.ubi"; + sha256 = "929cf70ace60d6bba938a85ca91acdb1f01627226a9226a60be80c003ebe765c"; + sha256_unsigned = "929cf70ace60d6bba938a85ca91acdb1f01627226a9226a60be80c003ebe765c"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sama7-microchip_sama7g5-ek-ext4-sdcard.img.gz"; + sha256 = "36780b46c401e5da8d061975d64bb9bf865fbdfb7bcc2d6d3d5a3e9437131f40"; + sha256_unsigned = "36780b46c401e5da8d061975d64bb9bf865fbdfb7bcc2d6d3d5a3e9437131f40"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-at91-sama7-microchip_sama7g5-ek-ubifs-root.ubi"; + sha256 = "8880f1337de9371b00b185e38f7cc96fafaeb5f15547f08b802f03fb46d629e3"; + sha256_unsigned = "8880f1337de9371b00b185e38f7cc96fafaeb5f15547f08b802f03fb46d629e3"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-at91-sama7-microchip_sama7g5-ek-ext4-root.ubi"; + sha256 = "a6216a4b4f005658bed01df94029b504d6236685344fabbff029b4b3a02d4436"; + sha256_unsigned = "a6216a4b4f005658bed01df94029b504d6236685344fabbff029b4b3a02d4436"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama7g5ek" + ]; + titles = [ + { + model = "SAMA7G5-EK"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "at91/sama7"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath5k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "1be22c60a263e12c8a8e7092b7949342afad3d823185e8da2ee3293fee4c68c4"; + sha256_unsigned = "1be22c60a263e12c8a8e7092b7949342afad3d823185e8da2ee3293fee4c68c4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath25-generic-kernel.lzma"; + sha256 = "d592148e6c56de3acac9e6d2c4a47af500997ce0c6e507c511760cc0907a826d"; + sha256_unsigned = "d592148e6c56de3acac9e6d2c4a47af500997ce0c6e507c511760cc0907a826d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath25-generic-squashfs-rootfs.bin"; + sha256 = "5ad5b1a97309a1ecbfe80d6e36ca9c0001e9e4ab9d14cb00494cbafbc639c4e4"; + sha256_unsigned = "5ad5b1a97309a1ecbfe80d6e36ca9c0001e9e4ab9d14cb00494cbafbc639c4e4"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath25-generic-kernel.elf"; + sha256 = "7c74031a7aa80782dd0d22b78f0632a7f72436daf267a40ce0eee4d02c9a5937"; + sha256_unsigned = "7c74031a7aa80782dd0d22b78f0632a7f72436daf267a40ce0eee4d02c9a5937"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath25-generic-kernel.gz"; + sha256 = "63aa8a376ee1549548a1dee26d05d45e18ec333bffab321bd42983bf1a856f17"; + sha256_unsigned = "63aa8a376ee1549548a1dee26d05d45e18ec333bffab321bd42983bf1a856f17"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Generic AR2xxx board"; + vendor = "Atheros"; + } + ]; + }; + ubnt_picostation-2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath25-ubnt_picostation-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath25-ubnt_picostation-2-squashfs-sysupgrade.bin"; + sha256 = "f5f6e3bf5a097ebfa776f61bdaab26b4b3d6e4908caf8649bdaa338a9beccc05"; + sha256_unsigned = "f5f6e3bf5a097ebfa776f61bdaab26b4b3d6e4908caf8649bdaa338a9beccc05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-2" + ]; + titles = [ + { + model = "Picostation 2 (XS2-8)"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "ath25/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-8dev_carambola2-initramfs-kernel.bin"; + sha256 = "ab552decd1560a6c6d8bbff4de989e5b4b0299ff4295f178948e4b1d8b2ea9b8"; + sha256_unsigned = "ab552decd1560a6c6d8bbff4de989e5b4b0299ff4295f178948e4b1d8b2ea9b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "c2c9ef34d31c4b7785c6259a0ba09e289873bc250ba12803595cf4051a957037"; + sha256_unsigned = "3709fc9fbe9c7c17bf08b1c961635ee1bbabf8e05a948a7937170780e15bbe60"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + model = "Carambola2"; + vendor = "8devices"; + } + ]; + }; + "8dev_lima" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-8dev_lima"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-8dev_lima-squashfs-sysupgrade.bin"; + sha256 = "28466df6c17b9faf7dd77b12833f5f143b2c7202f3c075c2de9223f3f8e0b777"; + sha256_unsigned = "723be16a1262e15975c18dffb5ea12a9522d4095802dfa84af022c826fb9321c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-8dev_lima-initramfs-kernel.bin"; + sha256 = "f41d0ef69953c24cacdd2ce70c03d06240c91267a50e644697d3ee83fcce734e"; + sha256_unsigned = "f41d0ef69953c24cacdd2ce70c03d06240c91267a50e644697d3ee83fcce734e"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,lima" + "lima" + ]; + titles = [ + { + model = "Lima"; + vendor = "8devices"; + } + ]; + }; + adtran_bsap1800-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-adtran_bsap1800-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-adtran_bsap1800-v2-squashfs-sysupgrade.bin"; + sha256 = "88a0d550da0b35f9fb50147c2e2672a45c6e365d7f864783b0742ebea6ae9433"; + sha256_unsigned = "6c8a57bbcda05b35d6d000d6c58dec512c407f5186a5bbfd2a9dfb14ecda1382"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-adtran_bsap1800-v2-squashfs-rootfs.bin"; + sha256 = "aa44f6e5d040bced207b6d1f43a83f6022a65ae7a7c6800f09090a7472ae75fd"; + sha256_unsigned = "aa44f6e5d040bced207b6d1f43a83f6022a65ae7a7c6800f09090a7472ae75fd"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-adtran_bsap1800-v2-squashfs-kernel.bin"; + sha256 = "cc13d9cafcea4d7d2d6dc106b91b7ad74080dfa87976dea785c76e780125798d"; + sha256_unsigned = "cc13d9cafcea4d7d2d6dc106b91b7ad74080dfa87976dea785c76e780125798d"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-adtran_bsap1800-v2-initramfs-kernel.bin"; + sha256 = "5886527b66fb12e468cf9b184c96b2dbfe900669e310e376a335454b07a55a46"; + sha256_unsigned = "5886527b66fb12e468cf9b184c96b2dbfe900669e310e376a335454b07a55a46"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1800-v2" + ]; + titles = [ + { + model = "BSAP-1800"; + variant = "v2"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + adtran_bsap1840 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-adtran_bsap1840"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-adtran_bsap1840-initramfs-kernel.bin"; + sha256 = "263497314ad5d97bb6bb0c99fbc173800997e982b207a786d31df4c1f1744e40"; + sha256_unsigned = "263497314ad5d97bb6bb0c99fbc173800997e982b207a786d31df4c1f1744e40"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-adtran_bsap1840-squashfs-sysupgrade.bin"; + sha256 = "951e3709b9fa3a4e60aac43a48531e3c64806f7067fed962e25b20b7b07b2878"; + sha256_unsigned = "c2a9763cbe8800b86342cb9d3f1642500eb0a9b888dc32717ab2cdfa6f952b1e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-adtran_bsap1840-squashfs-rootfs.bin"; + sha256 = "aa44f6e5d040bced207b6d1f43a83f6022a65ae7a7c6800f09090a7472ae75fd"; + sha256_unsigned = "aa44f6e5d040bced207b6d1f43a83f6022a65ae7a7c6800f09090a7472ae75fd"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-adtran_bsap1840-squashfs-kernel.bin"; + sha256 = "0698119253dcb8bc7e4af154697af35e22a2052f438a42b3a5eb7d3026f2d3c6"; + sha256_unsigned = "0698119253dcb8bc7e4af154697af35e22a2052f438a42b3a5eb7d3026f2d3c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1840" + ]; + titles = [ + { + model = "BSAP-1840"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + airtight_c-75 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-airtight_c-75"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-airtight_c-75-initramfs-kernel.bin"; + sha256 = "1093fb4e0707bdd5f32e9f43a9ee56a6448505046e536f43aac8553e154a4d69"; + sha256_unsigned = "1093fb4e0707bdd5f32e9f43a9ee56a6448505046e536f43aac8553e154a4d69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-airtight_c-75-squashfs-sysupgrade.bin"; + sha256 = "c403ca75bf880974cfe4fb575ae4b6bb9192e3abb990215f76e7d702c51dbd99"; + sha256_unsigned = "ea8e4ea1bb124ac1aa48d3f002e95d362dd8adcd97ff6112ac04ec0c31a6de92"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "airtight,c-75" + ]; + titles = [ + { + model = "C-75"; + vendor = "AirTight Networks"; + } + { + model = "C-75"; + vendor = "Mojo Networks"; + } + { + model = "AP320"; + vendor = "WatchGuard"; + } + ]; + }; + alfa-network_ap121f = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-alfa-network_ap121f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-alfa-network_ap121f-squashfs-sysupgrade.bin"; + sha256 = "8604f125907cefec12e351114dd4d1e25d03b76e4b46d551adfe705e09b21c42"; + sha256_unsigned = "59fa0af3f173fe5719e988978990faab904fe0ae6dadea4830407259c4ebe93e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-alfa-network_ap121f-initramfs-kernel.bin"; + sha256 = "12ecfaadb9fe41bfd9bef7026a14b066f81284a2e368af2ec008e98f49ac5123"; + sha256_unsigned = "12ecfaadb9fe41bfd9bef7026a14b066f81284a2e368af2ec008e98f49ac5123"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121f" + "ap121f" + ]; + titles = [ + { + model = "AP121F"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_ap121fe = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-gadget-eth" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-alfa-network_ap121fe"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-alfa-network_ap121fe-initramfs-kernel.bin"; + sha256 = "4e430e10e9e1c1da3d495edd6d21152cc7c5be20d3977c35d6a5e562b24eb7df"; + sha256_unsigned = "4e430e10e9e1c1da3d495edd6d21152cc7c5be20d3977c35d6a5e562b24eb7df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-alfa-network_ap121fe-squashfs-sysupgrade.bin"; + sha256 = "38c1bd7d812d26111548aac0e121f607f129676386925c603356da0ee6617e17"; + sha256_unsigned = "1ac5824792cc80d80d6a8f4f5eb584fa8dd33e6e4fb8cb12b2641d3b95f75193"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap121fe" + ]; + titles = [ + { + model = "AP121FE"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n2q = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-gpio-pcf857x" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-alfa-network_n2q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-alfa-network_n2q-initramfs-kernel.bin"; + sha256 = "da5eee0ab61fc9dfc5d43aa2b13123cb4eda890114b417ca0af031daca330d75"; + sha256_unsigned = "da5eee0ab61fc9dfc5d43aa2b13123cb4eda890114b417ca0af031daca330d75"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-alfa-network_n2q-squashfs-sysupgrade.bin"; + sha256 = "0c28f5a10c5beea7fe670a7f600d2e3795469346557bef4e189d39401b49fc07"; + sha256_unsigned = "aab333aaa0f215882191783efda805d01da041f43a169a4efb16fbc79ab80be3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,n2q" + ]; + titles = [ + { + model = "N2Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n5q = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-alfa-network_n5q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-alfa-network_n5q-squashfs-sysupgrade.bin"; + sha256 = "37157618b64bc0fe67eb92bf4b78cc6d525ced4b8d3df9434740a7d28138d7c5"; + sha256_unsigned = "f0f5725bb9e24e88beb8088fb8240f63d2e7240517a862559c58c39222a3b146"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-alfa-network_n5q-initramfs-kernel.bin"; + sha256 = "4b71d7a45c38fd045abbf40e0950be671933c335d770c5747bc036da952a5263"; + sha256_unsigned = "4b71d7a45c38fd045abbf40e0950be671933c335d770c5747bc036da952a5263"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n5q" + "n5q" + ]; + titles = [ + { + model = "N5Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_pi-wifi4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-alfa-network_pi-wifi4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-alfa-network_pi-wifi4-initramfs-kernel.bin"; + sha256 = "50ddb40df9589f88567c2c0d3ddeaae5b0addbfef29ecf18946591843cfe61f8"; + sha256_unsigned = "50ddb40df9589f88567c2c0d3ddeaae5b0addbfef29ecf18946591843cfe61f8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-alfa-network_pi-wifi4-squashfs-sysupgrade.bin"; + sha256 = "5c0b3f04ab5097fd2eae43615154e3d00017f9419921b24155401bd4f5105070"; + sha256_unsigned = "dd63b2d2dfb1ebfe01bb990195300ef0be2578063fe8c190a34808af9bfe562f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,pi-wifi4" + ]; + titles = [ + { + model = "Pi-WiFi4"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-alfa-network_r36a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-alfa-network_r36a-initramfs-kernel.bin"; + sha256 = "4cfc0e278da284a9728a9a1d0ab25bc565a65a29180224a330f9f6d14760829d"; + sha256_unsigned = "4cfc0e278da284a9728a9a1d0ab25bc565a65a29180224a330f9f6d14760829d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-alfa-network_r36a-squashfs-sysupgrade.bin"; + sha256 = "90b09da764199dde282da0815636b240e6e22b775a0aee3db4316ea2350819df"; + sha256_unsigned = "eb8ebfbbe1210018f961096ff0c8003fd4414861f4a28a54e988a7eb300a2c41"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36a" + "r36a" + ]; + titles = [ + { + model = "R36A"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-2hq = { + device_packages = [ + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-alfa-network_tube-2hq"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-alfa-network_tube-2hq-initramfs-kernel.bin"; + sha256 = "0d6148253462ef701d5214f72730eeb656655768fdf958f8e4e62a54e0bb7947"; + sha256_unsigned = "0d6148253462ef701d5214f72730eeb656655768fdf958f8e4e62a54e0bb7947"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-alfa-network_tube-2hq-squashfs-sysupgrade.bin"; + sha256 = "99616d89258264eafa5d6b53a63d2eb2827f1407472d4bc9c685b29298e00104"; + sha256_unsigned = "66db35e952866830902e33c7529e6250c54eaca910b75d296181ee9846e65244"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,tube-2hq" + "tube-2hq" + ]; + titles = [ + { + model = "Tube-2HQ"; + vendor = "ALFA Network"; + } + ]; + }; + allnet_all-wap02860ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-allnet_all-wap02860ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-allnet_all-wap02860ac-initramfs-kernel.bin"; + sha256 = "01210b7d25646d667d4017431d7963bf8a7e18b0c34e6f8a1e3a77f28c09db31"; + sha256_unsigned = "01210b7d25646d667d4017431d7963bf8a7e18b0c34e6f8a1e3a77f28c09db31"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-allnet_all-wap02860ac-squashfs-sysupgrade.bin"; + sha256 = "987bc63c4e0d4c465f7da1d98af2fb6034451370435fcc28224acccaa4ec264b"; + sha256_unsigned = "6cc706b5d5a926cfb164dc6fc37c0aa2b94b43e6977e3c34f9ebc9259226d368"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-allnet_all-wap02860ac-squashfs-factory.bin"; + sha256 = "7768d602e1e214d3660cefaaedd07746255c230f19816425dac77f10a0b754d2"; + sha256_unsigned = "7768d602e1e214d3660cefaaedd07746255c230f19816425dac77f10a0b754d2"; + type = "factory"; + } + ]; + supported_devices = [ + "allnet,all-wap02860ac" + ]; + titles = [ + { + model = "ALL-WAP02860AC"; + vendor = "ALLNET"; + } + ]; + }; + araknis_an-300-ap-i-n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-araknis_an-300-ap-i-n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-araknis_an-300-ap-i-n-squashfs-sysupgrade.bin"; + sha256 = "a640a426487ba973b9b51b9d0fc69158b3f51a1107143563ee4777934809687c"; + sha256_unsigned = "06b330bb475885ffb3ae0609903a1cb5f218eb3e4d989da88a778072a0735242"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-araknis_an-300-ap-i-n-squashfs-factory.bin"; + sha256 = "ffe2f5aa14937890fb6f1e096b3d3676b0a406b16c2db0bdb226f13c304bf0ae"; + sha256_unsigned = "ffe2f5aa14937890fb6f1e096b3d3676b0a406b16c2db0bdb226f13c304bf0ae"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-araknis_an-300-ap-i-n-initramfs-kernel.bin"; + sha256 = "3eadaa44392e7ccbe54f9c3887ec04eea1697c1532692289956557f7c3e5ebd3"; + sha256_unsigned = "3eadaa44392e7ccbe54f9c3887ec04eea1697c1532692289956557f7c3e5ebd3"; + type = "kernel"; + } + ]; + supported_devices = [ + "araknis,an-300-ap-i-n" + ]; + titles = [ + { + model = "AN-300-AP-I-N"; + vendor = "Araknis"; + } + ]; + }; + araknis_an-500-ap-i-ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-araknis_an-500-ap-i-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-araknis_an-500-ap-i-ac-squashfs-sysupgrade.bin"; + sha256 = "8a698ccdf7d1b6711c2f738dda6886337c9026b87d1f983315e22c406312c041"; + sha256_unsigned = "85a190859499eded188d5cbba270f1bcfb72b320c318b1b84f5201341a516d6d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-araknis_an-500-ap-i-ac-initramfs-kernel.bin"; + sha256 = "84fba194b760f3f77eb7939fd98fba446df36740c27a92f06fbd684c0899e4b7"; + sha256_unsigned = "84fba194b760f3f77eb7939fd98fba446df36740c27a92f06fbd684c0899e4b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-araknis_an-500-ap-i-ac-squashfs-factory.bin"; + sha256 = "a31d26a9d25afc2ac7dbe637cf30abd38f101ab2ff47ddfc7195eb1a0cae93b2"; + sha256_unsigned = "a31d26a9d25afc2ac7dbe637cf30abd38f101ab2ff47ddfc7195eb1a0cae93b2"; + type = "factory"; + } + ]; + supported_devices = [ + "araknis,an-500-ap-i-ac" + ]; + titles = [ + { + model = "AN-500-AP-I-AC"; + vendor = "Araknis"; + } + ]; + }; + araknis_an-700-ap-i-ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-araknis_an-700-ap-i-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-araknis_an-700-ap-i-ac-squashfs-factory.bin"; + sha256 = "cc487b8eb63873621c95122ebcbdb32beef7acb4bd6c87c76b0852b7f4bd1018"; + sha256_unsigned = "cc487b8eb63873621c95122ebcbdb32beef7acb4bd6c87c76b0852b7f4bd1018"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-araknis_an-700-ap-i-ac-initramfs-kernel.bin"; + sha256 = "1f40ea5ba5e53ad79bec757bf4aeb3333941013e88e46371d0ac566e63d99a08"; + sha256_unsigned = "1f40ea5ba5e53ad79bec757bf4aeb3333941013e88e46371d0ac566e63d99a08"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-araknis_an-700-ap-i-ac-squashfs-sysupgrade.bin"; + sha256 = "00908b3e1c8a3febcdf7d0af7519fe85feccf29dbb259678954ee3b87098cffd"; + sha256_unsigned = "37bae3722364b1e1fa055989966bc71faf5f0a7543d043c8a51d3800cad36ccb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "araknis,an-700-ap-i-ac" + ]; + titles = [ + { + model = "AN-700-AP-I-AC"; + vendor = "Araknis"; + } + ]; + }; + arduino_yun = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "block-mount" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-arduino_yun"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-arduino_yun-squashfs-sysupgrade.bin"; + sha256 = "e506276a844f4c982962ec58e2d848936deab3f21117bb681f59daac1722e9c6"; + sha256_unsigned = "b47d53c16fbcc30589292fd78778efa9b136bbbe2cec731f852f8f19606bfc53"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-arduino_yun-initramfs-kernel.bin"; + sha256 = "9e1b4b78863b5a633e8b9e3b0fad2eb9a78df7db138a853c0d1c5852d96839be"; + sha256_unsigned = "9e1b4b78863b5a633e8b9e3b0fad2eb9a78df7db138a853c0d1c5852d96839be"; + type = "kernel"; + } + ]; + supported_devices = [ + "arduino,yun" + "arduino-yun" + ]; + titles = [ + { + model = "Yun"; + vendor = "Arduino"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-aruba_ap-105-initramfs-kernel.bin"; + sha256 = "c0acd1b8ce1019c608ffcbfcb8e389d6f1198b0291022a7cbd7159b06d578d88"; + sha256_unsigned = "c0acd1b8ce1019c608ffcbfcb8e389d6f1198b0291022a7cbd7159b06d578d88"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "3978deab78f3e628942801ca8f0b8dd05db3922fa735449c687557336a429280"; + sha256_unsigned = "2df9d012522f123ca0636815c19195bbcdd70b28bf30c615dde7d8da3841e009"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + model = "AP-105"; + vendor = "Aruba"; + } + ]; + }; + asus_rp-ac66 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-asus_rp-ac66"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-asus_rp-ac66-squashfs-sysupgrade.bin"; + sha256 = "3dfa5424254b50f627f50cf593c544306434d2180f352945a682315d42aac53b"; + sha256_unsigned = "ca3005158cb9e4c1f034ffc9e0626358f353617185c89d44b7cb68635e86de44"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-asus_rp-ac66-squashfs-factory.bin"; + sha256 = "573541920c3d515ca1306a505228ea34be38d67de28725804615c601c1dd473e"; + sha256_unsigned = "573541920c3d515ca1306a505228ea34be38d67de28725804615c601c1dd473e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-asus_rp-ac66-initramfs-kernel.bin"; + sha256 = "f9c11a42149cbbf3530c45f099208dcc8d82a1663dca6be8a890178c13cdfbc8"; + sha256_unsigned = "f9c11a42149cbbf3530c45f099208dcc8d82a1663dca6be8a890178c13cdfbc8"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rp-ac66" + ]; + titles = [ + { + model = "RP-AC66"; + vendor = "ASUS"; + } + ]; + }; + atheros_db120 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-atheros_db120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-atheros_db120-squashfs-factory.bin"; + sha256 = "f3d2b2dd9561850a4e0b7545536511e91f20099e257fba7841d11190f73336a9"; + sha256_unsigned = "f3d2b2dd9561850a4e0b7545536511e91f20099e257fba7841d11190f73336a9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-atheros_db120-squashfs-sysupgrade.bin"; + sha256 = "e525c23d05f50dd402aec5114858d77791c7383220a28aa2c42ec2aa68debe36"; + sha256_unsigned = "bcfebb1891351208acf145e398a13d71ba81e4c17deba3c637208ddb38bfb908"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-atheros_db120-initramfs-kernel.bin"; + sha256 = "548a9757520326d5df493eecaaa8d1f8ebcdde53c0bdf85669f3ff96e0647418"; + sha256_unsigned = "548a9757520326d5df493eecaaa8d1f8ebcdde53c0bdf85669f3ff96e0647418"; + type = "kernel"; + } + ]; + supported_devices = [ + "atheros,db120" + "db120" + ]; + titles = [ + { + model = "DB120"; + vendor = "Atheros"; + } + ]; + }; + avm_fritz1750e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-avm_fritz1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin"; + sha256 = "e0289aa16f52e9fe62e489fd74b05089ac98103a1a155052b27b05058d3aee62"; + sha256_unsigned = "e9d25d54af9f49213cf930c2288ef54c8c60e5624417dfa11cca21448527a9a5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-avm_fritz1750e-initramfs-kernel.bin"; + sha256 = "94618d443ca471552821fd1152890e93701d7a4a5dfb22adbea2d3911750eebf"; + sha256_unsigned = "94618d443ca471552821fd1152890e93701d7a4a5dfb22adbea2d3911750eebf"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz1750e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 1750E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-avm_fritz300e-initramfs-kernel.bin"; + sha256 = "46eed800036176ad3b4c2dc9f1635dc14cb3e441aa8f99cc857631dd7b5c4867"; + sha256_unsigned = "46eed800036176ad3b4c2dc9f1635dc14cb3e441aa8f99cc857631dd7b5c4867"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "2227056f2c133bb99882bc5dc53c547356414ab4dbb379ad14591637a8608c91"; + sha256_unsigned = "ed1e659a4b9452adf0a3666d8f4c7146ccaeccda385a6e065c9b46e54a2747c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 300E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "cb56d51ec618ea653a9c22e50cd47196a2de5f1bf7a5ee4f26906503f911f29e"; + sha256_unsigned = "12defa1ae7c0d2a545e44c054e41fcab24277a28991becfea736c718bc696e9c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-avm_fritz4020-initramfs-kernel.bin"; + sha256 = "5fbbbac6203fc979535cd4d8b9f54e0d525a1187cef62139942c60b990d0af20"; + sha256_unsigned = "5fbbbac6203fc979535cd4d8b9f54e0d525a1187cef62139942c60b990d0af20"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + model = "FRITZ!Box 4020"; + vendor = "AVM"; + } + ]; + }; + avm_fritz450e = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-avm_fritz450e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-avm_fritz450e-squashfs-sysupgrade.bin"; + sha256 = "bf005fb764d1a97279d167b52308200e9ad6cfc6d95bd8541e1b120dc60ac6c9"; + sha256_unsigned = "208df7e8c9d1513b011e2125f6126b4dcb6fb6d303dc854b81b083cafcd8d7de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-avm_fritz450e-initramfs-kernel.bin"; + sha256 = "b1dade6f2d137bd497a91685ae5f28e12fd1d986a79347f597e72d6d35d83c13"; + sha256_unsigned = "b1dade6f2d137bd497a91685ae5f28e12fd1d986a79347f597e72d6d35d83c13"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz450e" + "fritz450e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 450E"; + vendor = "AVM"; + } + ]; + }; + avm_fritzdvbc = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-avm_fritzdvbc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-avm_fritzdvbc-initramfs-kernel.bin"; + sha256 = "959238af1b81816d36cc0d27d6d4290e8a6012f822737477e45235f42583d1cb"; + sha256_unsigned = "959238af1b81816d36cc0d27d6d4290e8a6012f822737477e45235f42583d1cb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-avm_fritzdvbc-squashfs-sysupgrade.bin"; + sha256 = "cfcc0a78739d9366985bbee70fae42d7d4840d973f13750cda9c44f1b19a5fa7"; + sha256_unsigned = "2a8f2044467bf907aadce434e630b70cf07b81b8bd27b9d0aa31b5e3fa021dca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzdvbc" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater DVB-C"; + vendor = "AVM"; + } + ]; + }; + belkin_f9j1108-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-belkin_f9j1108-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-belkin_f9j1108-v2-squashfs-factory.bin"; + sha256 = "3c61d2c9b82b24c85bea000a5d9dfb9b9216bc409c490b0779762869c64f3a4a"; + sha256_unsigned = "3c61d2c9b82b24c85bea000a5d9dfb9b9216bc409c490b0779762869c64f3a4a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-belkin_f9j1108-v2-initramfs-kernel.bin"; + sha256 = "b4e2b8c3cc2cdd2f4020d3b9890298e3fc4405007bb2ff101a216a010a282bfa"; + sha256_unsigned = "b4e2b8c3cc2cdd2f4020d3b9890298e3fc4405007bb2ff101a216a010a282bfa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-belkin_f9j1108-v2-squashfs-sysupgrade.bin"; + sha256 = "f24f1cf892a25bff9f334b54aa7893ad935ba6eb9a519b144ce387b8e7f4fb06"; + sha256_unsigned = "b016e0b9f719ed5c380f80121446c08f68169cbaf354d7ea90f234b0417f0dea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9j1108-v2" + ]; + titles = [ + { + model = "F9J1108 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + belkin_f9k1115-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-belkin_f9k1115-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-belkin_f9k1115-v2-initramfs-kernel.bin"; + sha256 = "03631436c64ddfd3699f5a9c8d9f06e977f8f52329e7aed1d7524d74dcddee9a"; + sha256_unsigned = "03631436c64ddfd3699f5a9c8d9f06e977f8f52329e7aed1d7524d74dcddee9a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-belkin_f9k1115-v2-squashfs-sysupgrade.bin"; + sha256 = "f3aebf5b7fa70a5d37bdb2d0220c4596da13d4c4de935b83a2e276241bf93508"; + sha256_unsigned = "59f600c32ea198f708a298d042be619037c7d0afcb408264dcaf7bfacbb032aa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-belkin_f9k1115-v2-squashfs-factory.bin"; + sha256 = "366fa23007dfb63e0e28495ea1305268265f1a5441dfbe607049c251a4f529b1"; + sha256_unsigned = "366fa23007dfb63e0e28495ea1305268265f1a5441dfbe607049c251a4f529b1"; + type = "factory"; + } + ]; + supported_devices = [ + "belkin,f9k1115-v2" + ]; + titles = [ + { + model = "F9K1115 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_bhr-4grv-initramfs-kernel.bin"; + sha256 = "f6f03cf08921e43a61b73c245ccdb88be837ab4095a67ae6b94b07420abc4da7"; + sha256_unsigned = "f6f03cf08921e43a61b73c245ccdb88be837ab4095a67ae6b94b07420abc4da7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "2697adc609ef9a2b9fa41ade8eb2a530543c8165ce5ac32a10518b5cf6555e5c"; + sha256_unsigned = "df00b290076a414d022e580de1182099a2f72912014ad6d7a92b3ed82dec0148"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "4ed16bdce679fa7d41f2142981850befefc46bb0d7a5f3b95e7e80736f23e225"; + sha256_unsigned = "4ed16bdce679fa7d41f2142981850befefc46bb0d7a5f3b95e7e80736f23e225"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "a335f6415381f905236c8f7b759dce882b38865349c01b2afcdf998df95807dd"; + sha256_unsigned = "a335f6415381f905236c8f7b759dce882b38865349c01b2afcdf998df95807dd"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "BHR-4GRV"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "8813c73ea2c1170eed0cb5d90ce7a292a4f2633f336cbc84e7867aaaae8ea4b2"; + sha256_unsigned = "f796436f33239c151b62a9519b7f9b224660f971166d8a7b55798f25579cec16"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_bhr-4grv2-initramfs-kernel.bin"; + sha256 = "866b7b10910604012861e8a299e0feb605b1f0a4f925338c0ad4f188d1c5f968"; + sha256_unsigned = "866b7b10910604012861e8a299e0feb605b1f0a4f925338c0ad4f188d1c5f968"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + model = "BHR-4GRV2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-buffalo_wzr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "5ef62097deebfede99238e19a51d2fd28783163abb15cc34323190533e743e04"; + sha256_unsigned = "de29022644c780def1b47f3b9370f88680cb6c3d286f00b7f0d8e211fca8788a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-600dhp-initramfs-kernel.bin"; + sha256 = "e0e333ef8bc1a9854f89268be8a2195c84665e51b716dec376239584cb4d3a94"; + sha256_unsigned = "e0e333ef8bc1a9854f89268be8a2195c84665e51b716dec376239584cb4d3a94"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-600dhp-squashfs-factory.bin"; + sha256 = "bafc9eea36fbe586633f1880f31b41ce4039fd73e691223ddda02bcbca3e8609"; + sha256_unsigned = "bafc9eea36fbe586633f1880f31b41ce4039fd73e691223ddda02bcbca3e8609"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-600dhp-squashfs-tftp.bin"; + sha256 = "9c269489beb03a2a2ddb035a4f5f1fac9dcff538824b9045afa77efa337072c6"; + sha256_unsigned = "9c269489beb03a2a2ddb035a4f5f1fac9dcff538824b9045afa77efa337072c6"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-ag300h-initramfs-kernel.bin"; + sha256 = "86204513740830c071f195c948b23c25ddc75f56d1e542d00b9afdb6b0d8d08a"; + sha256_unsigned = "86204513740830c071f195c948b23c25ddc75f56d1e542d00b9afdb6b0d8d08a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "893cfff65befa3d6c6e8a2054e8546b6e86d358c925de438f6550be9d02b9ad1"; + sha256_unsigned = "263c366e6be4a5f1fc3633140d49aa450c73c21d282e888450fb34ad40a09636"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "991dfddfdabed4dec0ce9cfbce45f5bd2f54b622636ecfdc65462138255d8d68"; + sha256_unsigned = "991dfddfdabed4dec0ce9cfbce45f5bd2f54b622636ecfdc65462138255d8d68"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "87927c110f1907c7c79633dbba79293decfdc193519ad1c16554b50e06465aa6"; + sha256_unsigned = "87927c110f1907c7c79633dbba79293decfdc193519ad1c16554b50e06465aa6"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-HP-AG300H"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-rb = { + device_packages = [ + "kmod-gpio-cascade" + "kmod-mux-gpio" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g300nh-rb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-tftp.bin"; + sha256 = "051ed135672a11966875e6602c475e6308fb0527ef3add4ff01b706d9ede7059"; + sha256_unsigned = "051ed135672a11966875e6602c475e6308fb0527ef3add4ff01b706d9ede7059"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-factory.bin"; + sha256 = "390da59e8ec78e4e7d1f2af3176c0814e86b3dd88c17bd32170131a4ee9fa985"; + sha256_unsigned = "390da59e8ec78e4e7d1f2af3176c0814e86b3dd88c17bd32170131a4ee9fa985"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g300nh-rb-initramfs-kernel.bin"; + sha256 = "3623c485638008c20426e43f4e633e2de069cf6212aa20fd3039e8dc646db7c4"; + sha256_unsigned = "3623c485638008c20426e43f4e633e2de069cf6212aa20fd3039e8dc646db7c4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-sysupgrade.bin"; + sha256 = "83a91c9277c802fd5d2468d4e68cf87118a5ab20b006ff9b01603c33e9caa7eb"; + sha256_unsigned = "67755812fa1152a06bf26752be64cedfb9a555318f2560a5239a18dec096f78d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-rb" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366RB switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-s = { + device_packages = [ + "kmod-gpio-cascade" + "kmod-mux-gpio" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g300nh-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-tftp.bin"; + sha256 = "3c34a9dddaa1663c78d5ca906f77b304d9b3945ee9012cd0ad348dc2271e5aba"; + sha256_unsigned = "3c34a9dddaa1663c78d5ca906f77b304d9b3945ee9012cd0ad348dc2271e5aba"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-factory.bin"; + sha256 = "cc34a1ec459c16dab5cf5af9bb65ae6e31105192df547ae8ad74fab9b5cd772f"; + sha256_unsigned = "cc34a1ec459c16dab5cf5af9bb65ae6e31105192df547ae8ad74fab9b5cd772f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g300nh-s-initramfs-kernel.bin"; + sha256 = "4c75876cfffabff5889e1df6aabe1d29acf544abbc3c0e3dee28bea35c809c6c"; + sha256_unsigned = "4c75876cfffabff5889e1df6aabe1d29acf544abbc3c0e3dee28bea35c809c6c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-sysupgrade.bin"; + sha256 = "3468ace20526adf2edd1717e6ef2a8a564dd717851549b0328761f6df64a9908"; + sha256_unsigned = "34c5cc850c8ce92a4f9490392b12f94566f50126a3f8776d47b51303bc4c601f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-s" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366S switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "8a7941dd15d5640f8b1a224e3f3dfc02e3df9f624b317c63849879890a30536a"; + sha256_unsigned = "8a7941dd15d5640f8b1a224e3f3dfc02e3df9f624b317c63849879890a30536a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "dd05c6ebfff190b3ca5798790510c7bcf88de6545e6d67168ca5b3ae0ed5462c"; + sha256_unsigned = "dd05c6ebfff190b3ca5798790510c7bcf88de6545e6d67168ca5b3ae0ed5462c"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "814516fa002fc9f79b3685cd736fd8dd463adca8f30c950220076a83e75f7120"; + sha256_unsigned = "774d8734b859b8ddf9c9a44aeb905834ea1c53ac642dc1ad6af3dd51561653bb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g302h-a1a0-initramfs-kernel.bin"; + sha256 = "438e7e2aff8adb5756e03393ffb1fc86dcc231eae5be6db2b0bacd432f52fbba"; + sha256_unsigned = "438e7e2aff8adb5756e03393ffb1fc86dcc231eae5be6db2b0bacd432f52fbba"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + model = "WZR-HP-G302H"; + variant = "A1A0"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "48949de343ae94d320d31511524694f2918ab614e1e424b00ec76dadef79a4db"; + sha256_unsigned = "a2065c792b5528fee3dbbef5d3d8f5101944e1c1f5af17cc2d4a0375058bb35c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "d6723c71318d5515a70ca4a6a0402aee624c511900eecaf187cf977f1d04c783"; + sha256_unsigned = "d6723c71318d5515a70ca4a6a0402aee624c511900eecaf187cf977f1d04c783"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g450h-initramfs-kernel.bin"; + sha256 = "1d220d6e3a6b79694f5ac1d9fffbd2f881ea2e45ee44533bd433735434a6fe78"; + sha256_unsigned = "1d220d6e3a6b79694f5ac1d9fffbd2f881ea2e45ee44533bd433735434a6fe78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "bb457569497a9ed800df4ef7e7a784def509348cd399a500656ae126f306d29f"; + sha256_unsigned = "bb457569497a9ed800df4ef7e7a784def509348cd399a500656ae126f306d29f"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "WZR-HP-G450H/WZR-450HP"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "a2f2eeca203d64db0a0f13fd790e0195b83ba2b30bea44279c8e799a3ffabfad"; + sha256_unsigned = "764c55a8e022927f6200b3075de4f35545442095d7a73e41add95755a1a42296"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-e110n-v2-initramfs-kernel.bin"; + sha256 = "7414a20508b829b883c9a1ad693ef66e48f8da626d8fb5e965cc8c063e145758"; + sha256_unsigned = "7414a20508b829b883c9a1ad693ef66e48f8da626d8fb5e965cc8c063e145758"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + model = "CF-E110N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "490263fde11c794ea0c9fd103dfb42da4891654092d5532d2afebed82048a30b"; + sha256_unsigned = "6f3db46a3d3c854b37c68583dc8f06aa7561df66b11f657e8895318f6081c821"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-e120a-v3-initramfs-kernel.bin"; + sha256 = "36147b3bc0461c020ab7d6e74cfe4bde37d821dcb5388d1926859b0b9d1cbb6b"; + sha256_unsigned = "36147b3bc0461c020ab7d6e74cfe4bde37d821dcb5388d1926859b0b9d1cbb6b"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + model = "CF-E120A"; + variant = "v3"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e130n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-comfast_cf-e130n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-e130n-v2-initramfs-kernel.bin"; + sha256 = "b14a130964b774db9937a4259762c190dcaf39950855b61214e1a01887cd65a5"; + sha256_unsigned = "b14a130964b774db9937a4259762c190dcaf39950855b61214e1a01887cd65a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-e130n-v2-squashfs-sysupgrade.bin"; + sha256 = "be41bc21fd79efcb6c2f35c685dd20b4a4640d6af5eb6b536e7bfb363ad29db1"; + sha256_unsigned = "509d72aca29ef57af1ae1c1303fcb9b7663f55a248ac71fed682337710a51bf9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e130n-v2" + ]; + titles = [ + { + model = "CF-E130N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e313ac = { + device_packages = [ + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-comfast_cf-e313ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-e313ac-initramfs-kernel.bin"; + sha256 = "b09e139001771042ea01ec01b31231454435945133cb486ef848dcdc5754c3ef"; + sha256_unsigned = "b09e139001771042ea01ec01b31231454435945133cb486ef848dcdc5754c3ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-e313ac-squashfs-sysupgrade.bin"; + sha256 = "36fb3e96b62f189251f395d5c556aab6d99b2ca35d7d0577fc5bf847e63f7afa"; + sha256_unsigned = "cda9c581620b063439cf9c7aea0b14e8b0b0d4f685389fb5be1b4dfb4dc51cb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e313ac" + ]; + titles = [ + { + model = "CF-E313AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e314n-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-comfast_cf-e314n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-e314n-v2-squashfs-sysupgrade.bin"; + sha256 = "37ee5c24f13c136ee77f5659c166b8d064b60dc99614bd829b2b5204e7b604cc"; + sha256_unsigned = "26573912f4dbd8deea191feaabbaa76a265396913157d9db9abd22008486cb91"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-e314n-v2-initramfs-kernel.bin"; + sha256 = "36e6e7ee9889819e49dc3e0ae4bbc4a49cca3d903582a5ab07b2473871900ab8"; + sha256_unsigned = "36e6e7ee9889819e49dc3e0ae4bbc4a49cca3d903582a5ab07b2473871900ab8"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e314n-v2" + ]; + titles = [ + { + model = "CF-E314N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e375ac = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-comfast_cf-e375ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-e375ac-initramfs-kernel.bin"; + sha256 = "f2e1d9e87c05028631e281dc894b3e94f9cf01d1050ce7b00f6f984348bda8e5"; + sha256_unsigned = "f2e1d9e87c05028631e281dc894b3e94f9cf01d1050ce7b00f6f984348bda8e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-e375ac-squashfs-sysupgrade.bin"; + sha256 = "8fb70fa6666ba5f736bbfbba0f53868030f4cc6bb7beaa640258874917b2f4fd"; + sha256_unsigned = "9bda6440e8806e9bf3ee679bdb27567ddebc49a3bbac1f1c054a8d3c7fd5f414"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e375ac" + ]; + titles = [ + { + model = "CF-E375AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "53bc4a4fc886d01399a9c5e4f24c4a780a53d80f17546ad4a1dba74a695d9c22"; + sha256_unsigned = "6969c309b5a92a06964337d00793ee82c05f0f5ead79a9d266334e15927de4ff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-e5-initramfs-kernel.bin"; + sha256 = "98cc01149cc4adc6a8507453aa3d9da518d473d1cea27d1c4aa77b54b958d21e"; + sha256_unsigned = "98cc01149cc4adc6a8507453aa3d9da518d473d1cea27d1c4aa77b54b958d21e"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + model = "CF-E5/E7"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e560ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-comfast_cf-e560ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-e560ac-initramfs-kernel.bin"; + sha256 = "e9a75f65147dd77b5301123fce647d642d465d4208f62636edf8c9b5ff0b4303"; + sha256_unsigned = "e9a75f65147dd77b5301123fce647d642d465d4208f62636edf8c9b5ff0b4303"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-e560ac-squashfs-sysupgrade.bin"; + sha256 = "a893077d49a43bd5b636d18ef161f1397c869e36d06f1ade36c2381dd5c91bdd"; + sha256_unsigned = "fbb2fdf70343a58e6ffea7e3b17709a5c7e6fd147fcb0331a0a0f8ce82782634"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e560ac" + ]; + titles = [ + { + model = "CF-E560AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-ew72 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-comfast_cf-ew72"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-ew72-squashfs-sysupgrade.bin"; + sha256 = "725313f3f23f00c49b2de42fc1e7e2e0f4bba69252571c876442bfd8953d4b9e"; + sha256_unsigned = "095ffb1a8880a98c763eaa87913712850c791fcd6a48276dd3aa734a218b83f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-ew72-initramfs-kernel.bin"; + sha256 = "1688d93beb978b684d4724bcfa10a0cbf45ff09562d8353fe0d80412d9c0142d"; + sha256_unsigned = "1688d93beb978b684d4724bcfa10a0cbf45ff09562d8353fe0d80412d9c0142d"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-ew72" + ]; + titles = [ + { + model = "CF-EW72"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-comfast_cf-wr650ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-wr650ac-v1-squashfs-sysupgrade.bin"; + sha256 = "54c86e65c81a54dff6f00ff6ec60e5432b81a12bd267a1b701c42cc4f40d92e6"; + sha256_unsigned = "7c71a9e01677252b13c0d892a02fa9d6f14c6a946744026d0f15dab5cf93410c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-wr650ac-v1-initramfs-kernel.bin"; + sha256 = "a22339cd6715ab8c3cbf63cddca839bafbb399855438196ae1f6b801e8712e97"; + sha256_unsigned = "a22339cd6715ab8c3cbf63cddca839bafbb399855438196ae1f6b801e8712e97"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v1" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-comfast_cf-wr650ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-wr650ac-v2-squashfs-sysupgrade.bin"; + sha256 = "322fda49a56267dd39aa7b2a08ec7242704a8736b78fa922a84823e2a785a221"; + sha256_unsigned = "97541ca83a6a5a262496450f8107cc1b31b09abbcb800fb9f9cb6ba33a3f4a4d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-wr650ac-v2-initramfs-kernel.bin"; + sha256 = "f529103e09adca0a64a11425e1120d8d603163fbf6d13ec5d9a58882a0f7ef6b"; + sha256_unsigned = "f529103e09adca0a64a11425e1120d8d603163fbf6d13ec5d9a58882a0f7ef6b"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v2" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr752ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-comfast_cf-wr752ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-wr752ac-v1-squashfs-sysupgrade.bin"; + sha256 = "7b93f5c83f6e4c046222f1db6d7eaf3265c9be28a5daa3c5e175b17fba77a23b"; + sha256_unsigned = "e56c438a1e86e95a2a69181bc6329b8688bb1e4236c63e87dc69a8f10e2a8253"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-comfast_cf-wr752ac-v1-initramfs-kernel.bin"; + sha256 = "08d1776077ddae9c7c7eda8c3fad8db7e2928514f83832f69210b0d85a49ac26"; + sha256_unsigned = "08d1776077ddae9c7c7eda8c3fad8db7e2928514f83832f69210b0d85a49ac26"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr752ac-v1" + ]; + titles = [ + { + model = "CF-WR752AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + compex_wpj344-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-compex_wpj344-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-compex_wpj344-16m-squashfs-sysupgrade.bin"; + sha256 = "ca8e9b96ebc654a714454663aa0972f30ce453e266780e6aadfefbc44b450393"; + sha256_unsigned = "c9421d815217146ba04e670a0ed7a49285e9934fd8465b8f219a0e396e967495"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-compex_wpj344-16m-squashfs-cpximg-6a08.bin"; + sha256 = "3f37ba9c9a00d159c8e81e2b3007e4232cedf1c4dbf20fa0ba5ae822226403e9"; + sha256_unsigned = "3f37ba9c9a00d159c8e81e2b3007e4232cedf1c4dbf20fa0ba5ae822226403e9"; + type = "cpximg-6a08"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-compex_wpj344-16m-initramfs-kernel.bin"; + sha256 = "be4ca198799be1b64303c3d1d4067c1bfb9e6666ec6ebfb24bb5fbe38b346eef"; + sha256_unsigned = "be4ca198799be1b64303c3d1d4067c1bfb9e6666ec6ebfb24bb5fbe38b346eef"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj344-16m" + "wpj344" + ]; + titles = [ + { + model = "WPJ344"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj531-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-compex_wpj531-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a04.bin"; + sha256 = "f53b541d0c8d6355bf7b6955d07963cc01476a283f10c90285d1f57326d8f058"; + sha256_unsigned = "f53b541d0c8d6355bf7b6955d07963cc01476a283f10c90285d1f57326d8f058"; + type = "cpximg-7a04"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-compex_wpj531-16m-initramfs-kernel.bin"; + sha256 = "bf17e88e92ebde175530dd8cc58506dd7a20c5abd81c53c3591c182eaf69a1c9"; + sha256_unsigned = "bf17e88e92ebde175530dd8cc58506dd7a20c5abd81c53c3591c182eaf69a1c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a03.bin"; + sha256 = "76f4bc738ed04db4ca9f166617a4893e5e82eaa789d4207633b9c7261ca00639"; + sha256_unsigned = "76f4bc738ed04db4ca9f166617a4893e5e82eaa789d4207633b9c7261ca00639"; + type = "cpximg-7a03"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a07.bin"; + sha256 = "f53b541d0c8d6355bf7b6955d07963cc01476a283f10c90285d1f57326d8f058"; + sha256_unsigned = "f53b541d0c8d6355bf7b6955d07963cc01476a283f10c90285d1f57326d8f058"; + type = "cpximg-7a07"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a06.bin"; + sha256 = "f53b541d0c8d6355bf7b6955d07963cc01476a283f10c90285d1f57326d8f058"; + sha256_unsigned = "f53b541d0c8d6355bf7b6955d07963cc01476a283f10c90285d1f57326d8f058"; + type = "cpximg-7a06"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-compex_wpj531-16m-squashfs-sysupgrade.bin"; + sha256 = "adb92119aabc58e128b6e04201a5a5eed0d2ba9be35cd178cb2cdf73f73fa647"; + sha256_unsigned = "75067abdfe7c8fc889e18a207deefeb2810c049405db3429657c9e19c18d0a88"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj531-16m" + "wpj531" + ]; + titles = [ + { + model = "WPJ531"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj558-16m = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-compex_wpj558-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-compex_wpj558-16m-squashfs-sysupgrade.bin"; + sha256 = "4e0d608e0300336a21519570244c70ed5df2b4512aadfa5c8c1ecb444a05b5e5"; + sha256_unsigned = "addfa4dd6f26ff87c844e894d1cab68867024bab9a14ac20ba563ee938771891"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-compex_wpj558-16m-initramfs-kernel.bin"; + sha256 = "3c7b2c3a226998d8c25335c35e207129788be92f3532195b48132e995018ee30"; + sha256_unsigned = "3c7b2c3a226998d8c25335c35e207129788be92f3532195b48132e995018ee30"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-compex_wpj558-16m-squashfs-cpximg-6a07.bin"; + sha256 = "608382189f9415207406dc182c8a308e6e6d46b08f031f765481dcfdd70651d8"; + sha256_unsigned = "608382189f9415207406dc182c8a308e6e6d46b08f031f765481dcfdd70651d8"; + type = "cpximg-6a07"; + } + ]; + supported_devices = [ + "compex,wpj558-16m" + "wpj558" + ]; + titles = [ + { + model = "WPJ558"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj563 = { + device_packages = [ + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-compex_wpj563"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-compex_wpj563-squashfs-cpximg-7a02.bin"; + sha256 = "efbe86c7ea334ee0c0615a7c3f0d18a245ec87ba68cfd71da0c493e50e9b8cd5"; + sha256_unsigned = "efbe86c7ea334ee0c0615a7c3f0d18a245ec87ba68cfd71da0c493e50e9b8cd5"; + type = "cpximg-7a02"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-compex_wpj563-initramfs-kernel.bin"; + sha256 = "caf7ac630fb6652d983174b484304c754bca80ae408c8dea3c571b3b388bd8ac"; + sha256_unsigned = "caf7ac630fb6652d983174b484304c754bca80ae408c8dea3c571b3b388bd8ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-compex_wpj563-squashfs-sysupgrade.bin"; + sha256 = "4fb01de4cae0789d980df9627e2a02c93c38b4af6a5dd357e103b1b8c2e10e51"; + sha256_unsigned = "5671255ef3a9424ff9251a49cd7f663438cd4c57df8b903a41d36b2ff0fc1568"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj563" + "wpj563" + ]; + titles = [ + { + model = "WPJ563"; + vendor = "Compex"; + } + ]; + }; + devolo_dlan-pro-1200plus-ac = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-devolo_dlan-pro-1200plus-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-devolo_dlan-pro-1200plus-ac-initramfs-kernel.bin"; + sha256 = "4cb3ad2c213e22043772e6563eb927c0015f455af45afd29790fe00c98481df1"; + sha256_unsigned = "4cb3ad2c213e22043772e6563eb927c0015f455af45afd29790fe00c98481df1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-devolo_dlan-pro-1200plus-ac-squashfs-sysupgrade.bin"; + sha256 = "2c1b0a9fd8b75770775bb2ef8467e662dfe572204582635f89d78d92b2d40b2b"; + sha256_unsigned = "ac67bf1d732ac7b642e777dbd3e6401a1bae466a03bfa7b6592ae5d6620c85f5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dlan-pro-1200plus-ac" + ]; + titles = [ + { + model = "dLAN pro 1200+ WiFi ac"; + vendor = "Devolo"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-devolo_dvl1200e-initramfs-kernel.bin"; + sha256 = "39d15a809c33ffe7583a07c2345c383c4dc8f59c916faf6f60f0df600a626bbf"; + sha256_unsigned = "39d15a809c33ffe7583a07c2345c383c4dc8f59c916faf6f60f0df600a626bbf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "f814b66345f3a262c9deefee31bc1a827cca22c84130f2d82fae71fc7d79a60e"; + sha256_unsigned = "c06f550a3bf8590636bd2352241e4fa1d48c5169a08a0b64d4642a9d24438457"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + model = "WiFi pro 1200e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-devolo_dvl1200i-initramfs-kernel.bin"; + sha256 = "b4caafa8198cd54e5dd37fd2bc080742fd0463bc43399d208ca3667ee17a353b"; + sha256_unsigned = "b4caafa8198cd54e5dd37fd2bc080742fd0463bc43399d208ca3667ee17a353b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "918ebc084ceb2005b9d0dc0cea6d1bb494bfe519b351e6e2b76484f67a778b0e"; + sha256_unsigned = "d0355a416c31ebe6ea62b581132414d26d3c7535a5cf88ed0b7ca177e773208e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + model = "WiFi pro 1200i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-devolo_dvl1750c-initramfs-kernel.bin"; + sha256 = "527165887159394ccfd273f1139b42a629b1f40990c5cfaaa550c8b544e2b0a7"; + sha256_unsigned = "527165887159394ccfd273f1139b42a629b1f40990c5cfaaa550c8b544e2b0a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "b14f0aa5b5d36b128385421be4a54c12f0f1256dcec8ae45b81d24833d8e608a"; + sha256_unsigned = "43d9e32d2a999e53dd18cd46a23501af2151f9113c694af7920eaa854be46fe3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + model = "WiFi pro 1750c"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "212bd530e1bd6bfdc815a451c38f6f73c79292e4c3d8d5f86991baaa9e89ae7b"; + sha256_unsigned = "ddaa9a91d8c28b9154beb2805a3007d6c35010b5c70f7e4951e9c19d18c4a671"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-devolo_dvl1750e-initramfs-kernel.bin"; + sha256 = "7ff829fb9a72f3c4d7e210ae92b1aa3a01b676f74733181c2e7a260ab900cf5b"; + sha256_unsigned = "7ff829fb9a72f3c4d7e210ae92b1aa3a01b676f74733181c2e7a260ab900cf5b"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + model = "WiFi pro 1750e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "3272028c78b5de83944ebc8be2848f46d0d944be009c4021fecda92b4f50e1db"; + sha256_unsigned = "fabbd96a486d6e790f0d5e635ec5eab05543cb7223feceb1edd905071f44fa0d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-devolo_dvl1750i-initramfs-kernel.bin"; + sha256 = "a6c3bac35b989206a106f66ce2d31f74b86be6f1b8bd975b83257888827c2dee"; + sha256_unsigned = "a6c3bac35b989206a106f66ce2d31f74b86be6f1b8bd975b83257888827c2dee"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + model = "WiFi pro 1750i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-devolo_dvl1750x-initramfs-kernel.bin"; + sha256 = "e18547fe3c13100375bc3b968e28525410f9972bece1ecba4ec4780433ebb209"; + sha256_unsigned = "e18547fe3c13100375bc3b968e28525410f9972bece1ecba4ec4780433ebb209"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "6e08083277caa72dcff7b4f5195ef3666a012522be4a301d3e3930c6be64593a"; + sha256_unsigned = "0e68a6145258ee71386b3ac8e03dc1ba1d8890b5bf5321da55a61ccb54cff53e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + model = "WiFi pro 1750x"; + vendor = "devolo"; + } + ]; + }; + devolo_magic-2-wifi = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-devolo_magic-2-wifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-devolo_magic-2-wifi-initramfs-kernel.bin"; + sha256 = "16b23d27584f1f95fc201046d07f354073cb4c48db781acacbd085b47a5dc9ca"; + sha256_unsigned = "16b23d27584f1f95fc201046d07f354073cb4c48db781acacbd085b47a5dc9ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-devolo_magic-2-wifi-squashfs-sysupgrade.bin"; + sha256 = "b00c202771bd6d9b91697ba6694cb8d206e799d25c2874c77c0bf194b4c18970"; + sha256_unsigned = "8680873573931e2ebda26b89dadebca803a176ed59ca0044a055bd0df9208fb0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi" + ]; + titles = [ + { + model = "Magic 2 WiFi"; + vendor = "Devolo"; + } + ]; + }; + dlink_dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dap-1330-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-1330-a1-initramfs-kernel.bin"; + sha256 = "0cb25b968df2489d88926d0f3ab630acf8212b545429f1ea524a83d90612fa8f"; + sha256_unsigned = "0cb25b968df2489d88926d0f3ab630acf8212b545429f1ea524a83d90612fa8f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-1330-a1-squashfs-factory.bin"; + sha256 = "d68f516cc09ee818bf34d92c96c7348b61eb84b6001e322c1747b93d2725fba4"; + sha256_unsigned = "d68f516cc09ee818bf34d92c96c7348b61eb84b6001e322c1747b93d2725fba4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "de54d20104992cf4153e168260e328ddf2bf04ce3919bdbc6cab70e0cd8d11ad"; + sha256_unsigned = "f138413a789680a3119994ab41e02cf9c41dc90a03d43b70f7b90b45844c51ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1330-a1" + "dap-1330-a1" + ]; + titles = [ + { + model = "DAP-1330"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-1365-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dap-1365-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-1365-a1-squashfs-factory.bin"; + sha256 = "9a12a0e348cbb0d07ab1e9ccf9987b9fe7df3656389ce299b5bc019fe7f92f55"; + sha256_unsigned = "9a12a0e348cbb0d07ab1e9ccf9987b9fe7df3656389ce299b5bc019fe7f92f55"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-1365-a1-initramfs-kernel.bin"; + sha256 = "6d898af6bedb87dd8f0e44c907789a1aff7cb3100a2744322b4e7714eebe6ad0"; + sha256_unsigned = "6d898af6bedb87dd8f0e44c907789a1aff7cb3100a2744322b4e7714eebe6ad0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-1365-a1-squashfs-sysupgrade.bin"; + sha256 = "271802f4544639e432e74006983d8759b91aae5648ed52734b36cd7f614e9b03"; + sha256_unsigned = "035468cc6c9cdcb8d1f4963e71ccb329cf267578aada2298ec0522bdb02341d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1365-a1" + ]; + titles = [ + { + model = "DAP-1365"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2230-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dap-2230-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-2230-a1-squashfs-factory.img"; + sha256 = "11dc125c050ba62a3a8344f54a30cc55f16fbd0e7f1f59ba5c6209e488dda2c2"; + sha256_unsigned = "11dc125c050ba62a3a8344f54a30cc55f16fbd0e7f1f59ba5c6209e488dda2c2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-2230-a1-initramfs-kernel.bin"; + sha256 = "925c3f0069a14e5334f5b787d171aad20a565e492ad43a22b52b1f58ec7adcc9"; + sha256_unsigned = "925c3f0069a14e5334f5b787d171aad20a565e492ad43a22b52b1f58ec7adcc9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-2230-a1-squashfs-sysupgrade.bin"; + sha256 = "48debe6370b013a4a5f2f859447bbac500c6aca6bc1cab52a34e37781c6f4b3d"; + sha256_unsigned = "7795e9e352d2cd5d1423045ebc2d07de589805bbeb3754e2bdb46ec7edd44c6e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2230-a1" + ]; + titles = [ + { + model = "DAP-2230"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2660-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dap-2660-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "4fed1095474dfc7c0569d6378a36dfc45b77b24558f232436bb13cc8653650d2"; + sha256_unsigned = "16a81ae6873ba4e365ffa4b9f2cf2ddc5e5639684b7e94e18f9679314d2a3782"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-2660-a1-initramfs-kernel.bin"; + sha256 = "e22e22bbd12b665fb977af05b10d25871be03f885127cd7a3be8865c420f7ef5"; + sha256_unsigned = "e22e22bbd12b665fb977af05b10d25871be03f885127cd7a3be8865c420f7ef5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-2660-a1-squashfs-factory.img"; + sha256 = "543e27a1c49267172b8431ca738080e4977d4175a6f063836fd521d2b9b859a9"; + sha256_unsigned = "543e27a1c49267172b8431ca738080e4977d4175a6f063836fd521d2b9b859a9"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2660-a1" + ]; + titles = [ + { + model = "DAP-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2680-a1 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dap-2680-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-2680-a1-squashfs-sysupgrade.bin"; + sha256 = "314b0442896a9de633dc87d20f01ef4ff22b3453a8dce98af098245af16d0c99"; + sha256_unsigned = "83b6a2fa865fab9e8147ea1b088214bee4ab9004dc9bd04b10bc361a2d2d37af"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-2680-a1-squashfs-factory.img"; + sha256 = "abedbf2d86f7eab072c58ab2e2e167a854b115d0db3ebeb6ad6f0560d9d0ff5c"; + sha256_unsigned = "abedbf2d86f7eab072c58ab2e2e167a854b115d0db3ebeb6ad6f0560d9d0ff5c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-2680-a1-initramfs-kernel.bin"; + sha256 = "846d41c94a4de67a210480d6d59865f1289e5d2f5ad96ca11cd9972714d007dc"; + sha256_unsigned = "846d41c94a4de67a210480d6d59865f1289e5d2f5ad96ca11cd9972714d007dc"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2680-a1" + ]; + titles = [ + { + model = "DAP-2680"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dap-2695-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-2695-a1-squashfs-factory.img"; + sha256 = "e151aa5f96c408afd807f7ea12590c7c9b3b1fa1ef25c79600abe1e1348efc19"; + sha256_unsigned = "e151aa5f96c408afd807f7ea12590c7c9b3b1fa1ef25c79600abe1e1348efc19"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-2695-a1-initramfs-kernel.bin"; + sha256 = "0f52c8cd1436470297336e6ed9be8ba2110312270bcb5d2bba51b01b2dad6bf5"; + sha256_unsigned = "0f52c8cd1436470297336e6ed9be8ba2110312270bcb5d2bba51b01b2dad6bf5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "036f5c5adf4afe87ff1a617596d1acd17bbc4517f0d8a3e47ffc32d72aa8527d"; + sha256_unsigned = "f8b15bab42d179a6f220177a933852bf74f6bfc3942d35c68fe48c02c8919449"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2695-a1" + "dap-2695-a1" + ]; + titles = [ + { + model = "DAP-2695"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3320-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dap-3320-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-3320-a1-squashfs-factory.img"; + sha256 = "9273692a28477dd621d3f00a6ec7698743bde24ec81d358da12ed9efb3ad5096"; + sha256_unsigned = "9273692a28477dd621d3f00a6ec7698743bde24ec81d358da12ed9efb3ad5096"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-3320-a1-initramfs-kernel.bin"; + sha256 = "f7dc382841a3d27132d6074502bbfa8048abe8aa9f8d02a00aa4ce6360b71804"; + sha256_unsigned = "f7dc382841a3d27132d6074502bbfa8048abe8aa9f8d02a00aa4ce6360b71804"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-3320-a1-squashfs-sysupgrade.bin"; + sha256 = "3f85be272e4bba5b944307ec6ca0a8f1ddee581702555c0f702ca6825f9401ff"; + sha256_unsigned = "7c997272a95a9acc9cdae695062274bfbe7b545cfcd520d373ae8be2e4e7798f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-3320-a1" + ]; + titles = [ + { + model = "DAP-3320"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3662-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dap-3662-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-3662-a1-squashfs-sysupgrade.bin"; + sha256 = "077e7424e0ab4dc1a52c509289c3a4c2ce18dc3b8f2ee4c8a1fae35c49cc5c08"; + sha256_unsigned = "debb4f8bd1b7eda5cb635199bd090d6b24f9b33a5ca4c3d10d858ca92afc3928"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-3662-a1-squashfs-factory.img"; + sha256 = "1392ec66c9d63be57edce042c5ef298778403ed940770a12efafca3dc68f581d"; + sha256_unsigned = "1392ec66c9d63be57edce042c5ef298778403ed940770a12efafca3dc68f581d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dap-3662-a1-initramfs-kernel.bin"; + sha256 = "9731f8a22dfe6ba8cde54d143685bff36d92e817ce1997a2e77f3f0c9c45e964"; + sha256_unsigned = "9731f8a22dfe6ba8cde54d143685bff36d92e817ce1997a2e77f3f0c9c45e964"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-3662-a1" + ]; + titles = [ + { + model = "DAP-3662"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dch-g020-a1 = { + device_packages = [ + "kmod-gpio-pca953x" + "kmod-i2c-gpio" + "kmod-usb2" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dch-g020-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dch-g020-a1-initramfs-kernel.bin"; + sha256 = "6a008d5e49d58cd796b191ecd313c4a469ea35fcccf21fd694567e1da273c628"; + sha256_unsigned = "6a008d5e49d58cd796b191ecd313c4a469ea35fcccf21fd694567e1da273c628"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dch-g020-a1-squashfs-factory.bin"; + sha256 = "d04ec5044503e8ce4c18a581fbfa70034ca9b48cfebfb887d08a8c1ca9c99090"; + sha256_unsigned = "d04ec5044503e8ce4c18a581fbfa70034ca9b48cfebfb887d08a8c1ca9c99090"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dch-g020-a1-squashfs-sysupgrade.bin"; + sha256 = "24083baf78b4e787a9db8b5d7f0b3c842491a9c2d193773b778073e7b8e60705"; + sha256_unsigned = "ac70ed92e87f5da0e4a5c4f0da1a94049fb821350d3c4ef168b4c0a516d690a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dch-g020-a1" + ]; + titles = [ + { + model = "DCH-G020"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-505 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dir-505"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-505-squashfs-sysupgrade.bin"; + sha256 = "f8ac74fdb6de69d24de01dc1b67a5424eb9dcf765d6a3b926aeeb0927f83e92e"; + sha256_unsigned = "a18e5db992b92d27537255530c2b3035b8d22dfab32100e8f22c2b95ca3cc91a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-505-initramfs-kernel.bin"; + sha256 = "e4aa15e841fa3d7577c0cb062fe382909c3eabb20b55cd4e9574c769318de2c0"; + sha256_unsigned = "e4aa15e841fa3d7577c0cb062fe382909c3eabb20b55cd4e9574c769318de2c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-505" + "dir-505-a1" + ]; + titles = [ + { + model = "DIR-505"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "1d50a9a125754c5ca73c2f7fb253d216887c8841a96ae2e455ffac5694040ff3"; + sha256_unsigned = "3ff1155a4a992714114ded707370e440bc4b969083ac8fb36a56da923ee525cc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-825-b1-initramfs-kernel.bin"; + sha256 = "87b7955f815d1ab838903fd2e7a6884f13e2e94ed8b992f780131b499be2cc5e"; + sha256_unsigned = "87b7955f815d1ab838903fd2e7a6884f13e2e94ed8b992f780131b499be2cc5e"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-825-c1-initramfs-kernel.bin"; + sha256 = "076edc7c4945859ef4cd24c218dc1ff43e06d859ed6f3a1914d21a9288947be7"; + sha256_unsigned = "076edc7c4945859ef4cd24c218dc1ff43e06d859ed6f3a1914d21a9288947be7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "fd67018f0563a0cd0293120c795a3ee883968287577890947c5f8eb52379ec26"; + sha256_unsigned = "7b1ad486388f8f51dddf4424d46b9b2265125811cab93784d52efa7ce376c07f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "5a30479b2fc88bd645a32396466c53b0d4cf7237a660469921e412ce71fc4906"; + sha256_unsigned = "5a30479b2fc88bd645a32396466c53b0d4cf7237a660469921e412ce71fc4906"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-835-a1-initramfs-kernel.bin"; + sha256 = "c45a0e9d59949c71e67d27eb7e7cbe22569af5b7eb6823ad63f4fa1f6d23dc1c"; + sha256_unsigned = "c45a0e9d59949c71e67d27eb7e7cbe22569af5b7eb6823ad63f4fa1f6d23dc1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "aeb380c127eb267aaa475f310187fb13b9ed81982721bcb963931d98d7aaa98e"; + sha256_unsigned = "c9cd934123e8e66c5fc4e3d7f14424844d9c0c103df8e4d150136802d3a78c63"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "ca686e4f50e43ab072eb37663aa544039541b7bfcb10b3eef2b31dc8ac69af77"; + sha256_unsigned = "ca686e4f50e43ab072eb37663aa544039541b7bfcb10b3eef2b31dc8ac69af77"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + model = "DIR-835"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dir-842-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-842-c1-squashfs-sysupgrade.bin"; + sha256 = "488a16d06048bb83d9651ebfa3eca0fb095c9b48e00bd33e6209cb4e1aa0bdc6"; + sha256_unsigned = "b00414d16ae04d66283930ae4f51c28bbdbd8fa98fc725609f1d76075e73547a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-842-c1-squashfs-factory.bin"; + sha256 = "e6b252272b04e1dc244d6af08961ba691e63bf12538550e4a42c7e8f06016d31"; + sha256_unsigned = "e6b252272b04e1dc244d6af08961ba691e63bf12538550e4a42c7e8f06016d31"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-842-c1-initramfs-kernel.bin"; + sha256 = "13da015a7eef740ecd719e5e14bd1589132a140afa7b292309d7dc10ee0fd5de"; + sha256_unsigned = "13da015a7eef740ecd719e5e14bd1589132a140afa7b292309d7dc10ee0fd5de"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c1" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dir-842-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-842-c2-squashfs-sysupgrade.bin"; + sha256 = "2079e9fd774c90b676b7a61fd5293e8299b6233f03940391200c08dd54c8fac5"; + sha256_unsigned = "48ed5c03156764ad1e5dd86f137c4c3285f6f1e6550ac09dfb6c20ff48d7b067"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-842-c2-squashfs-factory.bin"; + sha256 = "3ee755ad86cf2344b8fd8fcbffd04e3f298e0772abee8174cb12973a58b75d98"; + sha256_unsigned = "3ee755ad86cf2344b8fd8fcbffd04e3f298e0772abee8174cb12973a58b75d98"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-842-c2-initramfs-kernel.bin"; + sha256 = "c9c54dc8e80803d16954281b045b83216b9b5f851d59aa4ec771352d8da8cab6"; + sha256_unsigned = "c9c54dc8e80803d16954281b045b83216b9b5f851d59aa4ec771352d8da8cab6"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c2" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dir-842-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-842-c3-squashfs-factory.bin"; + sha256 = "90d2d47158db85764b45c32cff78510832170065f5b995e4806befa4dbafb04c"; + sha256_unsigned = "90d2d47158db85764b45c32cff78510832170065f5b995e4806befa4dbafb04c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-842-c3-initramfs-kernel.bin"; + sha256 = "660d239944d908a6b771c2abe2fd47e5cbfaddfb6c727877b89119ae120fa9a7"; + sha256_unsigned = "660d239944d908a6b771c2abe2fd47e5cbfaddfb6c727877b89119ae120fa9a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-842-c3-squashfs-sysupgrade.bin"; + sha256 = "a60a104c6191693f856ce811b5fb6c33342a6ff32a3613bc79649cbd3635d808"; + sha256_unsigned = "caa6bbaf128b0a822552b484cfb40834e588e74e3afa4b8ae5118d044c6d765f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-842-c3" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-859-a1-initramfs-kernel.bin"; + sha256 = "61c969f1d676224456bb55e411a1556147b9d36c092fa8923c73298d649ec959"; + sha256_unsigned = "61c969f1d676224456bb55e411a1556147b9d36c092fa8923c73298d649ec959"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "2f43a936a6590d3206b046ad826b7dd05b8293deefe112ae5a4ae179c8fcda6a"; + sha256_unsigned = "68c9a420ad95c6f9f5eeb666eac2b0900f07ba584137cef504cf0019880c1fc7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "6f47c03e12bdf4f488db170117eb3ae2a6303ac7baed91e7082ec3a72e8bdb7f"; + sha256_unsigned = "6f47c03e12bdf4f488db170117eb3ae2a6303ac7baed91e7082ec3a72e8bdb7f"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + model = "DIR-859"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-elecom_wrc-1750ghbk2-i-initramfs-kernel.bin"; + sha256 = "08b302140c7b8751abbbb306455f84b41b42ca7cda6684bd42190111820595ab"; + sha256_unsigned = "08b302140c7b8751abbbb306455f84b41b42ca7cda6684bd42190111820595ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "c3de3a6890970559b2813fd7eb525de0fc9ca80dd5c07a3a6d5493aca2dac3ef"; + sha256_unsigned = "077c13b911888443c93f3d80618d03a0e02350f642631607975386a44938381c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + model = "WRC-1750GHBK2-I/C"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "0e897150ad9ee5efad24c2df8385044c7e938bf421da67ccaa438e2b5428816a"; + sha256_unsigned = "0632411121e543a46894452e793cbcdf120995e78d315b8251709c4b64fd129a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-elecom_wrc-300ghbk2-i-initramfs-kernel.bin"; + sha256 = "c3106416b900c0a304744671e6ef372b9c15c014f01bd62be4bb1582545ab8aa"; + sha256_unsigned = "c3106416b900c0a304744671e6ef372b9c15c014f01bd62be4bb1582545ab8aa"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + model = "WRC-300GHBK2-I"; + vendor = "ELECOM"; + } + ]; + }; + embeddedwireless_balin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-embeddedwireless_balin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-embeddedwireless_balin-squashfs-sysupgrade.bin"; + sha256 = "953728b42dee4a75ff6fc369d2f909ec35fa2515d288c267e34f7a115f5cd7e6"; + sha256_unsigned = "4dd091c7013c0e6f004867643b0c19583457886a07abcda10d0d1b81d8411b05"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-embeddedwireless_balin-initramfs-kernel.bin"; + sha256 = "0f10d87330352e1279a6ad46b9d2f0ce21da1a93e83b72dd7126ded2d126a838"; + sha256_unsigned = "0f10d87330352e1279a6ad46b9d2f0ce21da1a93e83b72dd7126ded2d126a838"; + type = "kernel"; + } + ]; + supported_devices = [ + "embeddedwireless,balin" + ]; + titles = [ + { + model = "Balin"; + vendor = "Embedded Wireless"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "9bf2cf47247f32d04138a9382e4c9502b4a10df612b0c63fba7c576fc75d5a24"; + sha256_unsigned = "51f08d9b3f5f0ab1f7eecab4386f150b1a519395ac80f96515334adc7226260b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-embeddedwireless_dorin-initramfs-kernel.bin"; + sha256 = "af7332f7cbc0ea5a075d12bd1591b53273a5340db4a85490c3b57fce075ec1cc"; + sha256_unsigned = "af7332f7cbc0ea5a075d12bd1591b53273a5340db4a85490c3b57fce075ec1cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + model = "Dorin"; + vendor = "Embedded Wireless"; + } + ]; + }; + engenius_eap1200h = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-engenius_eap1200h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_eap1200h-initramfs-kernel.bin"; + sha256 = "959878d9c63d8fbfd65338b19832d1ff57b264a710548752a21f8fec8d4d8813"; + sha256_unsigned = "959878d9c63d8fbfd65338b19832d1ff57b264a710548752a21f8fec8d4d8813"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_eap1200h-squashfs-sysupgrade.bin"; + sha256 = "6d587f7f0bd70ab08ed5b9b681c66e3f09aba4097b083b1a6a1f82de3f2dac8e"; + sha256_unsigned = "4b7c85d8279285f129203d0978f7779e56e9f73061bb3376c53ff04984a01f6b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_eap1200h-squashfs-factory.bin"; + sha256 = "8d287d356f686057e23f0730d8f9d1de259fc96eeef0cca020165d94def4967a"; + sha256_unsigned = "8d287d356f686057e23f0730d8f9d1de259fc96eeef0cca020165d94def4967a"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap1200h" + ]; + titles = [ + { + model = "EAP1200H"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap300-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-engenius_eap300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_eap300-v2-squashfs-factory.bin"; + sha256 = "702434efa56cc209cc9180ceb0ab9b13204caf14076613f8d0600c1323b7073f"; + sha256_unsigned = "702434efa56cc209cc9180ceb0ab9b13204caf14076613f8d0600c1323b7073f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_eap300-v2-initramfs-kernel.bin"; + sha256 = "a4f0d77f822d8930407fd573bacffe1cf203fb90111c500634e862bf8d38912b"; + sha256_unsigned = "a4f0d77f822d8930407fd573bacffe1cf203fb90111c500634e862bf8d38912b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_eap300-v2-squashfs-sysupgrade.bin"; + sha256 = "7789339c953f2b8d225b555968eb26cb926be9dd66132b06fa284ed2e6ea487b"; + sha256_unsigned = "f0f94f0ad90639e5d5f7756e5f6025e224966c0e2cd0eb7073a7c7a0b26459f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap300-v2" + ]; + titles = [ + { + model = "EAP300"; + variant = "v2"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap600 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-engenius_eap600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_eap600-initramfs-kernel.bin"; + sha256 = "ffcaee0770cfe01ab9e94a025d525d08aa5e955ae4525c015f32f8f08a865509"; + sha256_unsigned = "ffcaee0770cfe01ab9e94a025d525d08aa5e955ae4525c015f32f8f08a865509"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_eap600-squashfs-sysupgrade.bin"; + sha256 = "d89a0afedbeccd22174680a58f851d8f2bc918bebbfa2ff063b047297dbedb74"; + sha256_unsigned = "52bc6a5fbc57ffe1f13a077015684c77e903ca587be92f0706e26aa81d5f3424"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_eap600-squashfs-factory.bin"; + sha256 = "398188ceeeea7d1ec6cd355f2ed465f279acb90e36bd5a7857aef5f03045c579"; + sha256_unsigned = "398188ceeeea7d1ec6cd355f2ed465f279acb90e36bd5a7857aef5f03045c579"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap600" + ]; + titles = [ + { + model = "EAP600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1200 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-engenius_ecb1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_ecb1200-squashfs-factory.bin"; + sha256 = "17760aec95b65c2add95ea7f6f991166b1c3e32996a3aba8bb67650dc1cde86e"; + sha256_unsigned = "17760aec95b65c2add95ea7f6f991166b1c3e32996a3aba8bb67650dc1cde86e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_ecb1200-squashfs-sysupgrade.bin"; + sha256 = "ee761f74ca67e836d3c22172bfb4e527f9b46708760a86584660fea96f5bd127"; + sha256_unsigned = "51621a3afee4032e50a80ea8556dd00632f2270a90cb03a5c19cb1e28c83d857"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_ecb1200-initramfs-kernel.bin"; + sha256 = "770978c9d2c689feea888aa237c8f8e5d281fd3a53bc57fac7e28480e17045dd"; + sha256_unsigned = "770978c9d2c689feea888aa237c8f8e5d281fd3a53bc57fac7e28480e17045dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb1200" + ]; + titles = [ + { + model = "ECB1200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_ecb1750-squashfs-factory.bin"; + sha256 = "d136015c1d64456cd13b10057a013e6ef06b02910098670f41992e188d3567e7"; + sha256_unsigned = "d136015c1d64456cd13b10057a013e6ef06b02910098670f41992e188d3567e7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_ecb1750-initramfs-kernel.bin"; + sha256 = "4034cfd910e8537815f7eafebdc7e990bb1b51dd780726b2b94af440c506ea35"; + sha256_unsigned = "4034cfd910e8537815f7eafebdc7e990bb1b51dd780726b2b94af440c506ea35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "afc5095d523b4cb5d54fc84df5904e821555152e4cf7b5e14542eb2f8138a11b"; + sha256_unsigned = "2a6b520a064fbdd270074b2071dcfcb3a8db9f37046ff87d0e2585c6268f13fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + model = "ECB1750"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb600 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-engenius_ecb600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_ecb600-squashfs-sysupgrade.bin"; + sha256 = "48aae9dee4eb642453d45b09391f8565907476788737b2e4524ace3859c085a5"; + sha256_unsigned = "cb06493750ed3e7c500a564e77515a36cee5298f0deff151afcd788a266f4f79"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_ecb600-initramfs-kernel.bin"; + sha256 = "873c6deaafa4e4ff9be7d2e5944c792fa840543d7af76b5cbf1e71926ea08c86"; + sha256_unsigned = "873c6deaafa4e4ff9be7d2e5944c792fa840543d7af76b5cbf1e71926ea08c86"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_ecb600-squashfs-factory.bin"; + sha256 = "21d2ed972fca859d576f73ebf0d16f97d7d1588e955a82d372666d2b7efa45a2"; + sha256_unsigned = "21d2ed972fca859d576f73ebf0d16f97d7d1588e955a82d372666d2b7efa45a2"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ecb600" + ]; + titles = [ + { + model = "ECB600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens202ext-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-engenius_ens202ext-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_ens202ext-v1-squashfs-factory.bin"; + sha256 = "cda93cd7366f8d77859f778dc9324f776149f7392473c804d8306be68074335c"; + sha256_unsigned = "cda93cd7366f8d77859f778dc9324f776149f7392473c804d8306be68074335c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_ens202ext-v1-squashfs-sysupgrade.bin"; + sha256 = "2b7261fa4b2bff206cb366e947c3d82b22d642fef46b5d809f54d818f71ec914"; + sha256_unsigned = "7b17c87cd5d020b37729d719757daae692442cdfed0710b27402f68f1b8324ae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_ens202ext-v1-initramfs-kernel.bin"; + sha256 = "ac8a39b5f5c2c4f43524dd9c76ab85e071b4b99be4192be7e67a92fb33156fbc"; + sha256_unsigned = "ac8a39b5f5c2c4f43524dd9c76ab85e071b4b99be4192be7e67a92fb33156fbc"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ens202ext-v1" + ]; + titles = [ + { + model = "ENS202EXT"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enstationac-v1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-engenius_enstationac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_enstationac-v1-initramfs-kernel.bin"; + sha256 = "abce137a6d8acf87e37b2c1a4b12cce0a72e8f140a2e53584b9622ed5d00026e"; + sha256_unsigned = "abce137a6d8acf87e37b2c1a4b12cce0a72e8f140a2e53584b9622ed5d00026e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_enstationac-v1-squashfs-factory.bin"; + sha256 = "ca04cc775cdbabe65cfce2d96717b3a993969a9ae1ad73d4f0d3f08d1a96525b"; + sha256_unsigned = "ca04cc775cdbabe65cfce2d96717b3a993969a9ae1ad73d4f0d3f08d1a96525b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_enstationac-v1-squashfs-sysupgrade.bin"; + sha256 = "bbc751246bfc2ec9b67f4668013cbd1d6b04d212aea02998a49a86d158600296"; + sha256_unsigned = "dc32f137af763af1fc7a5ce91547b9f10aec9365dcb22b05d355348f514df723"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,enstationac-v1" + ]; + titles = [ + { + model = "EnStationAC"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_epg5000-initramfs-kernel.bin"; + sha256 = "cdb60238d55de72e473d01d2b0437ce8bc48a6effc8ffa124f9826691de7fff6"; + sha256_unsigned = "cdb60238d55de72e473d01d2b0437ce8bc48a6effc8ffa124f9826691de7fff6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "4c8d8381be6f11147457451d1ed98cb491cf240765c7f971a2caa6e563a56f3d"; + sha256_unsigned = "4c8d8381be6f11147457451d1ed98cb491cf240765c7f971a2caa6e563a56f3d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "f7ed4402add44db5d1555ee75d63a443e8b66183723733a06b47a814f45cae8d"; + sha256_unsigned = "9405d3f96af65dad7c785365263a60b44e598e6643c613f7297cb8f419a61cb0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + model = "EPG5000"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "6e1d4f1830787ef2991654791fbdb7204bc96c09ef6d26596fce9d9a9d2cf943"; + sha256_unsigned = "5229ba6c55c03429e50ee258007eb793d7102b66a58f353d2550c6feab89957d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-engenius_ews511ap-initramfs-kernel.bin"; + sha256 = "5dd09c77e2c3dc49b5b62abf6be2afccd1adcd7947c1fcf613a96bf4d162afd1"; + sha256_unsigned = "5dd09c77e2c3dc49b5b62abf6be2afccd1adcd7947c1fcf613a96bf4d162afd1"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + model = "EWS511AP"; + vendor = "EnGenius"; + } + ]; + }; + enterasys_ws-ap3705i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-enterasys_ws-ap3705i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-enterasys_ws-ap3705i-squashfs-sysupgrade.bin"; + sha256 = "eaf0b19ce230d69ccc958c689ba5312430d7d46c691e1bd1ce67cdafb65a8b02"; + sha256_unsigned = "df5139a76563371ef072c811008afc81cd6d1cb04e26c31cdceb4e30ed367d3d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-enterasys_ws-ap3705i-initramfs-kernel.bin"; + sha256 = "7fed868e8ef584d26a8819f0c34c25b19f2abf797b06bb7d2fe132a52ae32489"; + sha256_unsigned = "7fed868e8ef584d26a8819f0c34c25b19f2abf797b06bb7d2fe132a52ae32489"; + type = "kernel"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3705i" + ]; + titles = [ + { + model = "WS-AP3705i"; + vendor = "Enterasys"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-etactica_eg200-initramfs-kernel.bin"; + sha256 = "33c769987de6fecca21af147283dfe7d955469616e22d3be4e029e85364f2e5e"; + sha256_unsigned = "33c769987de6fecca21af147283dfe7d955469616e22d3be4e029e85364f2e5e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "38e384adfd9600c0f7faf8194a1e556f26aef72246cb018350e3ffad378bb6e4"; + sha256_unsigned = "38789616262d6e534219e69b33b1cbd6cc50d95ff2cfb450eb7e8b2f7d43e18a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + model = "EG200"; + vendor = "eTactica"; + } + ]; + }; + extreme-networks_ws-ap3805i = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-extreme-networks_ws-ap3805i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-extreme-networks_ws-ap3805i-initramfs-kernel.bin"; + sha256 = "f79b730b64da04d710c9a33fb861f3cbc1d97fe979717d21266e6155476cfae6"; + sha256_unsigned = "f79b730b64da04d710c9a33fb861f3cbc1d97fe979717d21266e6155476cfae6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-extreme-networks_ws-ap3805i-squashfs-sysupgrade.bin"; + sha256 = "b21777b4e76c35b72ffeebd296e674437b4ecc1193877cc04fb83039c861650d"; + sha256_unsigned = "5cf5183cb543561d76b1e49d8e0723835fd4ee4e0b63b63ebd65d7dd7b201614"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "extreme-networks,ws-ap3805i" + ]; + titles = [ + { + model = "WS-AP3805i"; + vendor = "Extreme Networks"; + } + ]; + }; + glinet_6408 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-glinet_6408"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_6408-squashfs-sysupgrade.bin"; + sha256 = "49157d6fa565cd7ad3dd195933ff4c56da39f0ba0bc9e00b184a2e600332f790"; + sha256_unsigned = "e7717208fffd33e84d0b06c63b9ef2d374f7f9b567e66d3753af218bfeee4bb1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_6408-initramfs-kernel.bin"; + sha256 = "8f46986e9eafcc46b6f7f52842a1a5a7f707d76b02ba85a520cbb059bd99a19c"; + sha256_unsigned = "8f46986e9eafcc46b6f7f52842a1a5a7f707d76b02ba85a520cbb059bd99a19c"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6408" + "gl-inet" + ]; + titles = [ + { + model = "6408"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_6416 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-glinet_6416"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_6416-squashfs-sysupgrade.bin"; + sha256 = "268be7bfa1a72f13cee21f33813fd6c3102eb5292ed10db52485ac6aef91d231"; + sha256_unsigned = "4cf2a73f9f1af232f25831579dabe9a9347f7f851c529c4b003c01aab33c7299"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_6416-initramfs-kernel.bin"; + sha256 = "a7fe48124600d931c9730ca683371f03173f116ffd77e7687bc9a630a1cb52b3"; + sha256_unsigned = "a7fe48124600d931c9730ca683371f03173f116ffd77e7687bc9a630a1cb52b3"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6416" + "gl-inet" + ]; + titles = [ + { + model = "6416"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "b53e84c2abe11d07e3e1efeb32745aadf3dfed4c3fc8b9d282cd2383339d7f0d"; + sha256_unsigned = "8fd68f79c6d14353c0b8bcac5f03615a9daf1b812194eea5039578582ab176cc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_gl-ar150-initramfs-kernel.bin"; + sha256 = "e31929be3fe4623e887f5c5b74c05e45d29f1dd282833734db1eb70787db2dfa"; + sha256_unsigned = "e31929be3fe4623e887f5c5b74c05e45d29f1dd282833734db1eb70787db2dfa"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + model = "GL-AR150"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_gl-ar300m-lite-initramfs-kernel.bin"; + sha256 = "47febbeaa623b0ae147b4173c07c14bf936dcc5b30ba502bf3d9d5c1d660dbeb"; + sha256_unsigned = "47febbeaa623b0ae147b4173c07c14bf936dcc5b30ba502bf3d9d5c1d660dbeb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "31f524bc648a04e24aa26a900d3da20af61480046048e7bc568ddead70342bc8"; + sha256_unsigned = "2f9e02a4deaf3bd25e30a1849db7000d1f0d8ea7b27a0f6fbff6bb6b63a6b9ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "Lite"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m16 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-glinet_gl-ar300m16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_gl-ar300m16-initramfs-kernel.bin"; + sha256 = "4f7ec1d060ec1773fbd0326cc1594ddabf18cf04903876381f2f3d2e507680ef"; + sha256_unsigned = "4f7ec1d060ec1773fbd0326cc1594ddabf18cf04903876381f2f3d2e507680ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin"; + sha256 = "77493e2e4f53211f4535fe764d2389f234fdcbd1d78568e14d750f250134be9d"; + sha256_unsigned = "38b7be3d9bb2d08482be5ff7a5843af3c09d6c43c32f955de8d9b443e44d3342"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m16" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M16"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-glinet_gl-ar750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "2a1a70d8384e48d64ba57c44ecb06422d18308f8248c251cbbd62aa7bce01b22"; + sha256_unsigned = "dd2a0822353938b44c9bdd48b01415b61efc644eeacd3d7ce801df75cd5ff15e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_gl-ar750-initramfs-kernel.bin"; + sha256 = "63db20fb417474eab86c9e8ef9d831546512ba4797978ea60648ed23cc745181"; + sha256_unsigned = "63db20fb417474eab86c9e8ef9d831546512ba4797978ea60648ed23cc745181"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750" + "gl-ar750" + ]; + titles = [ + { + model = "GL-AR750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mifi = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-glinet_gl-mifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_gl-mifi-initramfs-kernel.bin"; + sha256 = "ccd90b5e3d20c68da9a40b469eeffe16efac9b2be3eaaa4c4ec5578d290efdb3"; + sha256_unsigned = "ccd90b5e3d20c68da9a40b469eeffe16efac9b2be3eaaa4c4ec5578d290efdb3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "4cfced6e82a6d46e8c24de43149b65a60e503896786b00caaba153316f1a8ff7"; + sha256_unsigned = "c3db665767dccfa7d71d1d7a044aa33fa44d173055720f926ed09db588bc5025"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mifi" + "gl-mifi" + ]; + titles = [ + { + model = "GL-MiFi"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-usb150 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-glinet_gl-usb150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "fa30e900132cb504dcc34769bb7f84b2c1ec9170ff174209067086b1be8644b6"; + sha256_unsigned = "cff53a626f5dd3edf4211fa59b32d6e284dc9221c08f58614e244b9ea12c3a82"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_gl-usb150-initramfs-kernel.bin"; + sha256 = "aa9199f700c6d22223d6079b80ee67cf57c08c2da1a223d93ceeb3a3376aefa5"; + sha256_unsigned = "aa9199f700c6d22223d6079b80ee67cf57c08c2da1a223d93ceeb3a3376aefa5"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-usb150" + "gl-usb150" + ]; + titles = [ + { + model = "GL-USB150"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-x300b = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-glinet_gl-x300b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_gl-x300b-initramfs-kernel.bin"; + sha256 = "9cd3d76d5f8fea371c208ddc672d624d150c6352de93a2e3b81677b1c4d8cfb0"; + sha256_unsigned = "9cd3d76d5f8fea371c208ddc672d624d150c6352de93a2e3b81677b1c4d8cfb0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_gl-x300b-squashfs-sysupgrade.bin"; + sha256 = "333b8a369f354fbe8ee98213a3d8c798588d06238f6eb9f4afdfa6f82b540c2e"; + sha256_unsigned = "87ccf0821d4ade45a496dcd9576320a3e050aef53018e6141f1895ccca6f15e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x300b" + ]; + titles = [ + { + model = "GL-X300B"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "5d324920523576282644ca07834ed19f342c83aba543c75a38648d3be8c7ba08"; + sha256_unsigned = "27f236bdd2b752570b8afec3abc235387c9a7a670dd83ae8eccc3948c84d2332"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-glinet_gl-x750-initramfs-kernel.bin"; + sha256 = "4f6fdc318d2d5912520986a92bed19d4b37e8f31bb01736d53654c9643525eda"; + sha256_unsigned = "4f6fdc318d2d5912520986a92bed19d4b37e8f31bb01736d53654c9643525eda"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + model = "GL-X750"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_lan-turtle = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-hak5_lan-turtle"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-hak5_lan-turtle-initramfs-kernel.bin"; + sha256 = "b8277b993876ee10a82055830fd7e6318d0d960712c6d7fbec8a7b8af24537cb"; + sha256_unsigned = "b8277b993876ee10a82055830fd7e6318d0d960712c6d7fbec8a7b8af24537cb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-hak5_lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "f5895695f0fd316e5621f2b47ce7d7a3f70ea10610a42e8695fbd4dc71a553f5"; + sha256_unsigned = "ac98e52e80d586528e4688fd837b2bfd2f87cc5c81c135a6a25bd214938cb3d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,lan-turtle" + "lan-turtle" + ]; + titles = [ + { + model = "LAN Turtle"; + vendor = "Hak5"; + } + ]; + }; + hak5_packet-squirrel = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-hak5_packet-squirrel"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-hak5_packet-squirrel-initramfs-kernel.bin"; + sha256 = "73e7b68fa955143e003af762493e1923263184532606271680a38989807f6c35"; + sha256_unsigned = "73e7b68fa955143e003af762493e1923263184532606271680a38989807f6c35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-hak5_packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "d4ff0a8a27a8e168638ed52ee1d6fe107a5f80977709ac8f6ae502dde2549748"; + sha256_unsigned = "c59369319ca35a72603c3c0ee8f0176e9e1978d552f6c9e3e9913b8d3cf3aa2c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,packet-squirrel" + "packet-squirrel" + ]; + titles = [ + { + model = "Packet Squirrel"; + vendor = "Hak5"; + } + ]; + }; + hak5_wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-hak5_wifi-pineapple-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-hak5_wifi-pineapple-nano-initramfs-kernel.bin"; + sha256 = "627223d44527c7b2cf96acea1371b0a3f2b2924a1e6aba3cc23b8ed35420f9e7"; + sha256_unsigned = "627223d44527c7b2cf96acea1371b0a3f2b2924a1e6aba3cc23b8ed35420f9e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-hak5_wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "1d08d0e5faaf0916483a42b576172b7d94bd336e54d9073f02b0d082e364c43d"; + sha256_unsigned = "45bc640a94fba1363751df501b729e62617ab42fffaeaede58cda38c1280ab0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-nano" + "wifi-pineapple-nano" + ]; + titles = [ + { + model = "WiFi Pineapple NANO"; + vendor = "Hak5"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-iodata_etg3-r-initramfs-kernel.bin"; + sha256 = "550c2b0c11f93e3bf70a449536bcbe33181d3a72bae0780f1dc9fc919a366fde"; + sha256_unsigned = "550c2b0c11f93e3bf70a449536bcbe33181d3a72bae0780f1dc9fc919a366fde"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "193603c5157a73a2f4ec0dc536fb78cf309d3fe4fda26e4b40d4bbf21d681aef"; + sha256_unsigned = "df268990fe238672e52a020ecfba4e9efbc6f84b0676902659159ae682ea7025"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + model = "ETG3-R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "6b1e4f54719e91b94354fc9524e2afc9d0da7b297fae12319658c83361183775"; + sha256_unsigned = "63020c08213537590a25d9877b13d4306264fd7c17279968aec68f42e73cc5ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-iodata_wn-ac1167dgr-initramfs-kernel.bin"; + sha256 = "5369aacb7aec047f5191db060ad7825b11b898547b7c9ff54e531228eb6e7a06"; + sha256_unsigned = "5369aacb7aec047f5191db060ad7825b11b898547b7c9ff54e531228eb6e7a06"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "1c03ac494982e2c8fa7a170e8198580adc1427efdea0fbf2b3fd96dbfe61e04f"; + sha256_unsigned = "1c03ac494982e2c8fa7a170e8198580adc1427efdea0fbf2b3fd96dbfe61e04f"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + model = "WN-AC1167DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-iodata_wn-ac1600dgr-initramfs-kernel.bin"; + sha256 = "84f44d8fa49203071b5a3a47381c9eff0a2b961add2d97e2ef63b12b001c243a"; + sha256_unsigned = "84f44d8fa49203071b5a3a47381c9eff0a2b961add2d97e2ef63b12b001c243a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "0461d8ed7bad9d7cdbe07f0b4d3811d191724d8de264037cc70fc5ac13a6993b"; + sha256_unsigned = "0461d8ed7bad9d7cdbe07f0b4d3811d191724d8de264037cc70fc5ac13a6993b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "a96948fc5827ccc4fd4fd9ac5bfff321a02ec4b10d5d573b2cc582b1bda9abf3"; + sha256_unsigned = "efc39230667bee81ca314825c2cc97f9eba4e49775ea3d4acdeeed9085e69681"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + model = "WN-AC1600DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-iodata_wn-ac1600dgr2-initramfs-kernel.bin"; + sha256 = "5c2322a99496b72c7c6504a7f29dbbe8d9e4a93faffd9ed73015b31cd9ab0c73"; + sha256_unsigned = "5c2322a99496b72c7c6504a7f29dbbe8d9e4a93faffd9ed73015b31cd9ab0c73"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "45be8aca64cf1d0ff9609b8c715aa1753e0c75f4953b9dcee2071ea91a08ba7a"; + sha256_unsigned = "4c358b8b092fe2a3ada7409d32613b8a7651958163bfccea24291dc0e8e99c5b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-iodata_wn-ac1600dgr2-squashfs-dgr2-dgr3-factory.bin"; + sha256 = "719213517ffdcd14985109fef6822ba0324dd6d583f0c36e5b590f959c56ecdf"; + sha256_unsigned = "719213517ffdcd14985109fef6822ba0324dd6d583f0c36e5b590f959c56ecdf"; + type = "dgr2-dgr3-factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + model = "WN-AC1600DGR2/DGR3"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "8918f058f5b8fa0d8dbc592771047a5d88600d518f4d61cb95c35b4629e95973"; + sha256_unsigned = "50b2dd2dfbed9c630cf49db3d3e13e2e6e3cec807e5b806b2c20e2cdabd9b4ac"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "efa3c59f759b1c2cf61451a001364534cb7268c2681f03fed3f90030d3cf3b80"; + sha256_unsigned = "efa3c59f759b1c2cf61451a001364534cb7268c2681f03fed3f90030d3cf3b80"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-iodata_wn-ag300dgr-initramfs-kernel.bin"; + sha256 = "3bb90ebd15ce317a65a45d48e3d288172e5660f8948bb535d3f185ba670719d6"; + sha256_unsigned = "3bb90ebd15ce317a65a45d48e3d288172e5660f8948bb535d3f185ba670719d6"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + model = "WN-AG300DGR"; + vendor = "I-O DATA"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "88bdc4f8c9344f1154eb1396d473e7b5da58d853639c40c87fa8ca8c5584a7b0"; + sha256_unsigned = "0bb3fcf469fcbed7a0cbf2cde982afed16644c57f8e5f0490bd86b08ddeb12e7"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.0-ath79-generic-jjplus_ja76pf2-loader.bin"; + sha256 = "f44e3ef22d497a85627ac58a3ed8a650a2d7bf8522a34007adcb9120115a3890"; + sha256_unsigned = "f44e3ef22d497a85627ac58a3ed8a650a2d7bf8522a34007adcb9120115a3890"; + type = "loader.bin"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-jjplus_ja76pf2-initramfs-kernel.bin"; + sha256 = "1aaeaf209874037f17b612616ca98ac6496f6e543c21931049ecf04e67d30e9e"; + sha256_unsigned = "1aaeaf209874037f17b612616ca98ac6496f6e543c21931049ecf04e67d30e9e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-jjplus_ja76pf2-squashfs-firmware.bin"; + sha256 = "db63f156a8349e4b157751fd0163e6cfdb76e7010a93607e12522ac08cb64575"; + sha256_unsigned = "db63f156a8349e4b157751fd0163e6cfdb76e7010a93607e12522ac08cb64575"; + type = "firmware"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + ]; + titles = [ + { + model = "JA76PF2"; + vendor = "jjPlus"; + } + ]; + }; + jjplus_jwap230 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-jjplus_jwap230"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-jjplus_jwap230-initramfs-kernel.bin"; + sha256 = "14f1544492bd9cd4ce7acacf92829808560109bc21291975967b5316f3675c83"; + sha256_unsigned = "14f1544492bd9cd4ce7acacf92829808560109bc21291975967b5316f3675c83"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-jjplus_jwap230-squashfs-sysupgrade.bin"; + sha256 = "3368a0f068e12d424847627743701e49bc933e7a7f5f7fe2f5b597d847ff0d7e"; + sha256_unsigned = "b4ae10dba1c0227d8df3b7a76397aa90ee409e0017d9f8fef95170e29a90e0de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jjplus,jwap230" + ]; + titles = [ + { + model = "JWAP230"; + vendor = "jjPlus"; + } + ]; + }; + joyit_jt-or750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-joyit_jt-or750i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-joyit_jt-or750i-initramfs-kernel.bin"; + sha256 = "455290345ab433ec25671eb27171e51cdf608d7836e53edd653a767b98a52e95"; + sha256_unsigned = "455290345ab433ec25671eb27171e51cdf608d7836e53edd653a767b98a52e95"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-joyit_jt-or750i-squashfs-sysupgrade.bin"; + sha256 = "74fc91fe0925c8dcfb517c039bfdcd95e3e5fde8ea48949920db43678bc00f45"; + sha256_unsigned = "650388e706f4ac0d790fac517e3329ae38d856c952141869292dabf9c2c39bf6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "joyit,jt-or750i" + ]; + titles = [ + { + model = "JT-OR750i"; + vendor = "Joy-IT"; + } + ]; + }; + letv_lba-047-ch = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-letv_lba-047-ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-letv_lba-047-ch-squashfs-factory.bin"; + sha256 = "6dda2b6c35c0c71ecd60393d7a902cf5e24936dd0ff1aa2d0dcfb4db614aab29"; + sha256_unsigned = "6dda2b6c35c0c71ecd60393d7a902cf5e24936dd0ff1aa2d0dcfb4db614aab29"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-letv_lba-047-ch-squashfs-sysupgrade.bin"; + sha256 = "14fe40bf6449866dca87f974b52f0498d399f18135fce269222c8065fe84145a"; + sha256_unsigned = "ae46a51e6a61d7e0ad0921cf62427524ae4493e1efcd1f9a9d21ab5efe8e187f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-letv_lba-047-ch-initramfs-kernel.bin"; + sha256 = "2647711cb34fba4b8526e6c0bf8608aadd1acfbecb3778c5e030811e940c28f7"; + sha256_unsigned = "2647711cb34fba4b8526e6c0bf8608aadd1acfbecb3778c5e030811e940c28f7"; + type = "kernel"; + } + ]; + supported_devices = [ + "letv,lba-047-ch" + ]; + titles = [ + { + model = "LBA-047-CH"; + vendor = "Letv"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-librerouter_librerouter-v1-initramfs-kernel.bin"; + sha256 = "a086a21b341ba0f36c5c80d47196b4e6b1cbe028bcfd031c1d14bace197d4a3c"; + sha256_unsigned = "a086a21b341ba0f36c5c80d47196b4e6b1cbe028bcfd031c1d14bace197d4a3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "e605f6126c8c5546bd82f2957846bd754c1901ce4a4104252c69508c08b446a7"; + sha256_unsigned = "0c3d64e3c0dbe4347eaa56dbe93beed4500a0e041a22c9f84c2a5e62a40d727b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + model = "LibreRouter"; + variant = "v1"; + vendor = "Librerouter"; + } + ]; + }; + meraki_mr12 = { + device_packages = [ + "kmod-owl-loader" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-meraki_mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-meraki_mr12-squashfs-sysupgrade.bin"; + sha256 = "2223eadba661a79a1be0e28fc38ece76753290a4d5600ef39e2bb453c565e9da"; + sha256_unsigned = "fa5aa0d45508befcdfc0c4c3388f072f0bda4a6d1e4e291b26537e9dd9f3f68e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-meraki_mr12-initramfs-kernel.bin"; + sha256 = "69c65af1f714a55402524f430b1a56ac79c0d6cb647bf88dd4c6de49f2763124"; + sha256_unsigned = "69c65af1f714a55402524f430b1a56ac79c0d6cb647bf88dd4c6de49f2763124"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr12" + "mr12" + ]; + titles = [ + { + model = "MR12"; + vendor = "Meraki"; + } + ]; + }; + meraki_mr16 = { + device_packages = [ + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-meraki_mr16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-meraki_mr16-squashfs-sysupgrade.bin"; + sha256 = "337132a75acca1d471174a7a3e4c34b68b2f0ada9f4ca56bd3d316a6147cec10"; + sha256_unsigned = "dd80f4f657da7e7fec21ccb80ac00b4900877d43867b54abc3ffeb50977ac043"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-meraki_mr16-initramfs-kernel.bin"; + sha256 = "d48304e4afb18283a674399c4473612170e8cd36dda6585e8708997124c83d97"; + sha256_unsigned = "d48304e4afb18283a674399c4473612170e8cd36dda6585e8708997124c83d97"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr16" + "mr16" + ]; + titles = [ + { + model = "MR16"; + vendor = "Meraki"; + } + ]; + }; + mercury_mw4530r-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-mercury_mw4530r-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-mercury_mw4530r-v1-initramfs-kernel.bin"; + sha256 = "f9a047b18702db17e8f9ed31efb24c0078de41e5bef6a40942465fc855a713e8"; + sha256_unsigned = "f9a047b18702db17e8f9ed31efb24c0078de41e5bef6a40942465fc855a713e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-mercury_mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "9666308cd3d148547a7eff30758de3c294526d10a750963c4bfe6d467d16f821"; + sha256_unsigned = "2a3da24386398478a70cbcb83013127a40b0f79e97e1e74adde0cad6c68b6a34"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-mercury_mw4530r-v1-squashfs-factory.bin"; + sha256 = "b55dc22c3588f32b11cf05e7e42304dc61950c81996f4c6af4777e8fca02f177"; + sha256_unsigned = "b55dc22c3588f32b11cf05e7e42304dc61950c81996f4c6af4777e8fca02f177"; + type = "factory"; + } + ]; + supported_devices = [ + "mercury,mw4530r-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "MW4530R"; + variant = "v1"; + vendor = "Mercury"; + } + ]; + }; + nec_wf1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-nec_wf1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-nec_wf1200cr-squashfs-factory.bin"; + sha256 = "8397eaf7c87874aa81f10910513d97fee0d928da427153ceb8d063c04e925f92"; + sha256_unsigned = "8397eaf7c87874aa81f10910513d97fee0d928da427153ceb8d063c04e925f92"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-nec_wf1200cr-squashfs-sysupgrade.bin"; + sha256 = "91f5fe33a67e1a6df05613c4e94765d4808aeefce93c1022ede4134f1d2142b9"; + sha256_unsigned = "bf4b134f3fc9574f474d4b1a5583c48741a282ef48f4cf416fffdd92d72cf13e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-nec_wf1200cr-initramfs-kernel.bin"; + sha256 = "71190319775db3a55a829b3dbc637feb491092b6bf8b0434825dc6400d813e46"; + sha256_unsigned = "71190319775db3a55a829b3dbc637feb491092b6bf8b0434825dc6400d813e46"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wf1200cr" + ]; + titles = [ + { + model = "Aterm WF1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "e4cb4d0445f9bc1a8074dae31e59a32d741f28c8d7fcccf0f3848798af088401"; + sha256_unsigned = "e4cb4d0445f9bc1a8074dae31e59a32d741f28c8d7fcccf0f3848798af088401"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-nec_wg1200cr-initramfs-kernel.bin"; + sha256 = "a2aaacd54376867753f66d4b61777064825b991e48ff54af30a0f50e223eaa10"; + sha256_unsigned = "a2aaacd54376867753f66d4b61777064825b991e48ff54af30a0f50e223eaa10"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "d75318f1046532a532a739043db23c29ee26b9cfc48dd8fc5937c7d62e096592"; + sha256_unsigned = "e4aa51443a49c06427a025f217f0a8a114c7d8a591c3f42a7533731219a14419"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + model = "Aterm WG1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-full-htt" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "5d8feacf78f8d57c5a72f7f80f636206ec726474c14327e90778d08187298fda"; + sha256_unsigned = "5d8feacf78f8d57c5a72f7f80f636206ec726474c14327e90778d08187298fda"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "df63b19180ad342a077ae40ef3329d8825f44bdb835a07f11c4248f2d5ae2dbd"; + sha256_unsigned = "3fa7c0154d53429ef0e771dd640d89f45d4b55f89fd41139eb7efa9339336876"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-nec_wg800hp-initramfs-kernel.bin"; + sha256 = "fb69b762554113601eb96f562f52020525de676f88f7aa9ec54349c2716e8655"; + sha256_unsigned = "fb69b762554113601eb96f562f52020525de676f88f7aa9ec54349c2716e8655"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + model = "Aterm WG800HP"; + vendor = "NEC"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "b4514a511c26efa3eab575ca8a290e9f4ad3a27ad611a92f6d58e266e42050ff"; + sha256_unsigned = "b4514a511c26efa3eab575ca8a290e9f4ad3a27ad611a92f6d58e266e42050ff"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_ex6400-initramfs-kernel.bin"; + sha256 = "fb3988590ffe1dc04eb06dcf0fe2b537bb2f4f2fa49d22bb8309cb1287cd1fd4"; + sha256_unsigned = "fb3988590ffe1dc04eb06dcf0fe2b537bb2f4f2fa49d22bb8309cb1287cd1fd4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "4a7791ca93b0fa522e657814fc1e7aae7cbbcb4203fc1c84b38d72eb4df342de"; + sha256_unsigned = "7ea22b0097bcd7695b0290dbb535a8f965d59890e3e9883bd661f05ec31474aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + model = "EX6400"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_ex7300-initramfs-kernel.bin"; + sha256 = "9da3583f72fb24aacc81f345e1ca060cd0dbbba2e8233201780007973f5ca9bc"; + sha256_unsigned = "9da3583f72fb24aacc81f345e1ca060cd0dbbba2e8233201780007973f5ca9bc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "58d2c88ed29ff60516fb4d3d68815010727bc34318b465b8a1a1b15c914fbe5e"; + sha256_unsigned = "f57eff950af78f3eccaa0f6f18a35d35e8904f5350f67901c38b27b7e820638f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "7084928935ce308f36a88eabb1ebaaa1c492acde49e307dac802cf918f2155aa"; + sha256_unsigned = "7084928935ce308f36a88eabb1ebaaa1c492acde49e307dac802cf918f2155aa"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + model = "EX7300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-netgear_ex7300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_ex7300-v2-initramfs-kernel.bin"; + sha256 = "2cd57a637a45eeb68c2b5cfc284264f9627319a6c80cff8ceb6f14775324eb5a"; + sha256_unsigned = "2cd57a637a45eeb68c2b5cfc284264f9627319a6c80cff8ceb6f14775324eb5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_ex7300-v2-squashfs-sysupgrade.bin"; + sha256 = "b5b4103226cd5f803f6003f26c61adc43ca2299fea0136525d9f334530079ad3"; + sha256_unsigned = "e88ff15b92b548de9308d10a404daf1ab21e721a0698496de9796607fca43722"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_ex7300-v2-squashfs-factory.img"; + sha256 = "4d1b0fb2b4ee010907374542abcd42edc2909dfe42390e92b486c530f9e8db9d"; + sha256_unsigned = "4d1b0fb2b4ee010907374542abcd42edc2909dfe42390e92b486c530f9e8db9d"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex7300-v2" + ]; + titles = [ + { + model = "EX7300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap360 = { + device_packages = [ + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-netgear_wndap360"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndap360-squashfs-sysupgrade.bin"; + sha256 = "c5ffd4f2b31485d3a28ac1827b393807a992351bea394ce6f1785b78cb0e21a8"; + sha256_unsigned = "f517a81ec431963d141570207e04d43a0986e6f52506d7745705c3bb61f4e9a0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndap360-initramfs-kernel.bin"; + sha256 = "8b94955cb8b46a05ad77548518fcb27a5c5397964bab6392630ef6802d54e0eb"; + sha256_unsigned = "8b94955cb8b46a05ad77548518fcb27a5c5397964bab6392630ef6802d54e0eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndap360" + ]; + titles = [ + { + model = "WNDAP360"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "ddbc7f605257059cb8952c3b8d7390deb7dd2ac1c346d4e142ecd24511feb744"; + sha256_unsigned = "ddbc7f605257059cb8952c3b8d7390deb7dd2ac1c346d4e142ecd24511feb744"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "b3207dd783140912c08db85cb25cb9584b26f2a91668d1d28f89c6517866440e"; + sha256_unsigned = "7b5c80dea2fccd971ab67eae16f9d7109eca6cf1c7d5fe1e1b50976fe395f382"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "67a0aa7118bd4fa4868734f5b50a38c0f5d62c2b813b1d9573e2598e59dc7ce9"; + sha256_unsigned = "67a0aa7118bd4fa4868734f5b50a38c0f5d62c2b813b1d9573e2598e59dc7ce9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndr3700-initramfs-kernel.bin"; + sha256 = "190062d7aacda7e3b2aff7f0aec0a3d7fef638cd7d25a873fcec48b63ebe4b7a"; + sha256_unsigned = "190062d7aacda7e3b2aff7f0aec0a3d7fef638cd7d25a873fcec48b63ebe4b7a"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-netgear_wndr3700-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndr3700-v2-initramfs-kernel.bin"; + sha256 = "8a8d1d2493ab4f29f8c8dccf359675abd07548913d628c9ff0bb9a1e51c7fac4"; + sha256_unsigned = "8a8d1d2493ab4f29f8c8dccf359675abd07548913d628c9ff0bb9a1e51c7fac4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndr3700-v2-squashfs-factory.img"; + sha256 = "cf259e22341a7f782c5a38681da8edfc9be9348d244296fed856666f158bf36b"; + sha256_unsigned = "cf259e22341a7f782c5a38681da8edfc9be9348d244296fed856666f158bf36b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndr3700-v2-squashfs-sysupgrade.bin"; + sha256 = "990fc7c7a641a7d51045471972d3692f80cd6d5e382bc89884278aac0835cc35"; + sha256_unsigned = "597a638e2eee4c74c7fe4341f82051c9c0abd0cd8ef118bf2c2e302e26a4339e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v2" + "wndr3700" + "netgear,wndr3700v2" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "cfe93e6793098536a493b23d071c3ec0ec225fe66a7f602857c50ffc159c8ae3"; + sha256_unsigned = "8d9d1255c1f9d58df8a252bbed941921e587c4644e79c5b0c6948b86a5a434f5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndr3800-initramfs-kernel.bin"; + sha256 = "9e01fe94d5d0e17acf4f241847f6f05c22c4a756593026f1fdd20d1b20f428ae"; + sha256_unsigned = "9e01fe94d5d0e17acf4f241847f6f05c22c4a756593026f1fdd20d1b20f428ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "321eac9720d63ca9d0d29f5ebc0a276632dc771a9d08737fca87ac32f3c474da"; + sha256_unsigned = "321eac9720d63ca9d0d29f5ebc0a276632dc771a9d08737fca87ac32f3c474da"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800ch = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-netgear_wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndr3800ch-squashfs-factory.img"; + sha256 = "fb19ed69b27e4c8eec2eaddc088f07ab04739d4ab419f72eff3cf3818e3c3531"; + sha256_unsigned = "fb19ed69b27e4c8eec2eaddc088f07ab04739d4ab419f72eff3cf3818e3c3531"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "472a3e7c48c543e1964c135ec99e87f5622fa0c22bb6cac7cb51797999b45f76"; + sha256_unsigned = "aefad349e4050ef18b1ff3d3f831d03db99c0eec2d1024bbb493be4abe953804"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndr3800ch-initramfs-kernel.bin"; + sha256 = "038b97b5262fed81ed3757c8f8a418b10ccff1f4f405aec3934bdd315534b970"; + sha256_unsigned = "038b97b5262fed81ed3757c8f8a418b10ccff1f4f405aec3934bdd315534b970"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3800ch" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800CH"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-netgear_wndrmac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndrmac-v1-squashfs-factory.img"; + sha256 = "86e91ec8d682c17df56db319af3cd2c17062df1e6a683ecfd9e370584fd2f615"; + sha256_unsigned = "86e91ec8d682c17df56db319af3cd2c17062df1e6a683ecfd9e370584fd2f615"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndrmac-v1-squashfs-sysupgrade.bin"; + sha256 = "1ef75b5b106fa614418f106179f6b4d3f871ddeb5f328bdd29ac3cb47a9646d4"; + sha256_unsigned = "a18787872480654ad1b3ce13c94c25c67cb2902630b5b4597eead4e4edae52db"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndrmac-v1-initramfs-kernel.bin"; + sha256 = "b0d5842f7242b71b5e300e0cebfb3930e968e60827b2715230d2419e50182858"; + sha256_unsigned = "b0d5842f7242b71b5e300e0cebfb3930e968e60827b2715230d2419e50182858"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v1" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-netgear_wndrmac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndrmac-v2-squashfs-sysupgrade.bin"; + sha256 = "8f49edf8383352458ac4c9b784b81209e6802f411daac9006ed1314b6a9ace0f"; + sha256_unsigned = "cba2ab91ea9799e589bfa0c736de1f7351a1b7e44f887e11e16caf18310e913b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndrmac-v2-initramfs-kernel.bin"; + sha256 = "95905f9bf9942171655d2a80d18274399bf82bd6d1d9b186183ca4a3b6aacf01"; + sha256_unsigned = "95905f9bf9942171655d2a80d18274399bf82bd6d1d9b186183ca4a3b6aacf01"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wndrmac-v2-squashfs-factory.img"; + sha256 = "e1a04249dcf184ac41e81a3b694bbc7f07d883783fc0b3d8d60cee1221bbdf39"; + sha256_unsigned = "e1a04249dcf184ac41e81a3b694bbc7f07d883783fc0b3d8d60cee1221bbdf39"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v2" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-netgear_wnr2200-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img"; + sha256 = "2c9bd2c2cbedc1baef8f0c0794958584f199d7c86099e33230fc1db8da8ff7cb"; + sha256_unsigned = "2c9bd2c2cbedc1baef8f0c0794958584f199d7c86099e33230fc1db8da8ff7cb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wnr2200-16m-initramfs-kernel.bin"; + sha256 = "663aa9f0b6ebaf6369e3ac0883c86788221bc63f664b874711e294047bd171f2"; + sha256_unsigned = "663aa9f0b6ebaf6369e3ac0883c86788221bc63f664b874711e294047bd171f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"; + sha256 = "b8cd467989170e25d4fbdf3cc07be4f3c96030d0603936829242410c89d6c9e6"; + sha256_unsigned = "8b5a3cd44e5545d6e73ac60c9d6cd3142595466d96130436dfdec2e06820c7f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wnr2200-16m" + ]; + titles = [ + { + model = "WNR2200"; + variant = "16M"; + vendor = "NETGEAR"; + } + { + model = "WNR2200"; + variant = "CN/RU"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-netgear_wnr2200-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wnr2200-8m-initramfs-kernel.bin"; + sha256 = "1b9b9d702349c27435552bc5b76b86ec55517dace8a42f7c87c785e8560660e3"; + sha256_unsigned = "1b9b9d702349c27435552bc5b76b86ec55517dace8a42f7c87c785e8560660e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wnr2200-8m-squashfs-sysupgrade.bin"; + sha256 = "747233217b585d038a4e8cfd928cdd219bd08f763977e3b73d53202e1347d3a0"; + sha256_unsigned = "8ac9b94067919d78ae1fb7398c7fa89fffed867981680d3d421785d179f55089"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wnr2200-8m-squashfs-factory.img"; + sha256 = "7b924f7ea711e4a91fd48af4096f7c8134b7920953d185e782eb2f157ed8e5e1"; + sha256_unsigned = "7b924f7ea711e4a91fd48af4096f7c8134b7920953d185e782eb2f157ed8e5e1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-netgear_wnr2200-8m-squashfs-factory-NA.img"; + sha256 = "e7ba5867e335d359fad19c0a5faada1d1a155ba1fd48c5dc509e1655cc11fd45"; + sha256_unsigned = "e7ba5867e335d359fad19c0a5faada1d1a155ba1fd48c5dc509e1655cc11fd45"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "netgear,wnr2200-8m" + "wnr2200" + ]; + titles = [ + { + model = "WNR2200"; + variant = "8M"; + vendor = "NETGEAR"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ocedo_koala-initramfs-kernel.bin"; + sha256 = "023484d9fdbb5fe276bfce294209e9194ed21757f97bff1c40278fea2dd5870a"; + sha256_unsigned = "023484d9fdbb5fe276bfce294209e9194ed21757f97bff1c40278fea2dd5870a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "991204bd3ef8ad54a43dedecca49c5b2182151de2bc735cf6fe9132bf3163e6f"; + sha256_unsigned = "b3b1a37419a6512db1aeaac625e5c2670f7af0b74df56ac21e1bbd6c6b6cc4ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + model = "Koala"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ocedo_raccoon-initramfs-kernel.bin"; + sha256 = "a56521a23eefcd95375981250869ab85d06fc0e63d4df4f738d7352b8d418d67"; + sha256_unsigned = "a56521a23eefcd95375981250869ab85d06fc0e63d4df4f738d7352b8d418d67"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "68c41cde46dad090b76ead75f3a92ea8c5cc5a17f9a432bae70acdefd06710a9"; + sha256_unsigned = "129478e6e39e24e7cc0cc96aa15d7f0633817ea74044f0d8faa5832ed704c476"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + model = "Raccoon"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "21bf2a668d3acdd4b047e34da07a1fb3e6a80d1981cef68f6f6be1f3507a5b04"; + sha256_unsigned = "9e46ac35ab5f458147fda05dbb9e62ad73aeac203fc627787e6f43d650c5dad9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ocedo_ursus-initramfs-kernel.bin"; + sha256 = "78e6263fccf8699a9c8e06c6dbfa0751daa0078e622556c55eddf0778f3f05d2"; + sha256_unsigned = "78e6263fccf8699a9c8e06c6dbfa0751daa0078e622556c55eddf0778f3f05d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + model = "Ursus"; + vendor = "Ocedo"; + } + ]; + }; + onion_omega = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-onion_omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-onion_omega-squashfs-sysupgrade.bin"; + sha256 = "76e646c72836a4af931b231b50fd1040263e5ace22b4c25c0b3015fd2b38a3b1"; + sha256_unsigned = "c0b91a8fda5a03c9ada86a338e07f308e18948b6981cf9e11aeff8ba7ae5906c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-onion_omega-initramfs-kernel.bin"; + sha256 = "ba1e6ed265be59dc194ee6f837ac1a97015ea087bd039b7708fbfea7b310e5b8"; + sha256_unsigned = "ba1e6ed265be59dc194ee6f837ac1a97015ea087bd039b7708fbfea7b310e5b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-onion_omega-squashfs-factory.bin"; + sha256 = "510671c21807f68a801314849ea20e2305f42bdbe064ee09ade02dbb22291488"; + sha256_unsigned = "510671c21807f68a801314849ea20e2305f42bdbe064ee09ade02dbb22291488"; + type = "factory"; + } + ]; + supported_devices = [ + "onion,omega" + "onion-omega" + ]; + titles = [ + { + model = "Omega"; + vendor = "Onion"; + } + ]; + }; + openmesh_a40 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_a40"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_a40-initramfs-kernel.bin"; + sha256 = "10eaf6c4d041154df52152c6128c9fdd728e69235a58ed39dd46ce4aa419e1cb"; + sha256_unsigned = "10eaf6c4d041154df52152c6128c9fdd728e69235a58ed39dd46ce4aa419e1cb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_a40-squashfs-sysupgrade.bin"; + sha256 = "6fd7f4ee2ba3b034c89f4af2cd2fb4d1a5caf88112d1583a21c288c1c670877c"; + sha256_unsigned = "de41dd136799f7f82c0ea01fdd4656c7a1916972e384b9aa1b99404e0e7beb27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a40" + "a40" + ]; + titles = [ + { + model = "A40"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a60 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_a60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_a60-initramfs-kernel.bin"; + sha256 = "d8cd98f7ff5702c7d07bd699c87e79c536cf5d5d70ea6f1e6535718da0d10200"; + sha256_unsigned = "d8cd98f7ff5702c7d07bd699c87e79c536cf5d5d70ea6f1e6535718da0d10200"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_a60-squashfs-sysupgrade.bin"; + sha256 = "cf0954ea4a0ed8ca3b200cfce41d0ba98fe3815fab5c2b29593859506d835397"; + sha256_unsigned = "796127e17a715bd03f1bd30ff88d85ecbe1edd3a941b9aa7ff8ae9cf9561466b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a60" + "a60" + ]; + titles = [ + { + model = "A60"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_mr1750-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_mr1750-v1-squashfs-sysupgrade.bin"; + sha256 = "55a7fc9063f44f7a00707f6338b0fb1f6df784d3716edb240ddcc63deddea32b"; + sha256_unsigned = "29cff58d97476f3efd3f4a611b23f10d90e0e45b679e0af887c23d0808276dec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_mr1750-v1-initramfs-kernel.bin"; + sha256 = "4b9cfad5114c9efd40da4f8d75796d8e1241969df2456b496c4e3e78ec18e0a7"; + sha256_unsigned = "4b9cfad5114c9efd40da4f8d75796d8e1241969df2456b496c4e3e78ec18e0a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v1" + "mr1750" + ]; + titles = [ + { + model = "MR1750"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_mr1750-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_mr1750-v2-squashfs-sysupgrade.bin"; + sha256 = "1b0316cae8d652451d2635aee048b7fb8ec0f26659854ec69c6bd762cdfe78f8"; + sha256_unsigned = "77d99706d03697f2ac81510d111e566ffb4f0d9bcd193ec90046786becdb81b4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_mr1750-v2-initramfs-kernel.bin"; + sha256 = "fac9f44b14c1c0e6ecd19e672b6057c58a6028c572c65576affe0f8e20ba85da"; + sha256_unsigned = "fac9f44b14c1c0e6ecd19e672b6057c58a6028c572c65576affe0f8e20ba85da"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v2" + "mr1750v2" + ]; + titles = [ + { + model = "MR1750"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_mr600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_mr600-v1-squashfs-sysupgrade.bin"; + sha256 = "55142594c7c8e39dee344d8d69630983e3894077b6f62a6faaed8b6e1dc06e01"; + sha256_unsigned = "45d9dc454da3b26fa76c05015677e79fb00641ea3f7b2d681dbc6ad5228f727c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_mr600-v1-initramfs-kernel.bin"; + sha256 = "88611116ef5abc2743462117ce1f81020a8b4e9b80daf466ecff25e9b56de1e7"; + sha256_unsigned = "88611116ef5abc2743462117ce1f81020a8b4e9b80daf466ecff25e9b56de1e7"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v1" + "mr600" + ]; + titles = [ + { + model = "MR600"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_mr600-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_mr600-v2-initramfs-kernel.bin"; + sha256 = "276182c4db363ee9da6416648baf0d12fad4f8c5fa55f45e31334cf01eaf0954"; + sha256_unsigned = "276182c4db363ee9da6416648baf0d12fad4f8c5fa55f45e31334cf01eaf0954"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_mr600-v2-squashfs-sysupgrade.bin"; + sha256 = "071ca11d711dc01f5bea301ab4ae5ef8266d2cd6e7c1e97cd14079eee3ef437f"; + sha256_unsigned = "745d5aa2cdff25145f21b06bcff76358c0ee375624ea6d99ca1fd33c4207a978"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr600-v2" + "mr600v2" + ]; + titles = [ + { + model = "MR600"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_mr900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_mr900-v1-squashfs-sysupgrade.bin"; + sha256 = "3523a0a2b56691c3bc34853309632a33680106d0c23e3c5d070b709bf97c5493"; + sha256_unsigned = "ec6fa12ecadf52bec35379ea48789bf5414d22baa9c5012c3631ce3d249b7134"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_mr900-v1-initramfs-kernel.bin"; + sha256 = "9e050fa78d3327c9ba51a61fcdb39060bd9e560484601a2a79502269aebd0af4"; + sha256_unsigned = "9e050fa78d3327c9ba51a61fcdb39060bd9e560484601a2a79502269aebd0af4"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v1" + "mr900" + ]; + titles = [ + { + model = "MR900"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_mr900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_mr900-v2-squashfs-sysupgrade.bin"; + sha256 = "b07bc5a9e2d41b4628b23b7486186a5bf65f550116cbb57cfc4044968b03c4a9"; + sha256_unsigned = "c0f225d68aacf1a45de3a2eebb3cf0067b9932850cbee3c40c8259f151cbed8b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_mr900-v2-initramfs-kernel.bin"; + sha256 = "51aec9851f83e3219d25fea29c0322332fbb6d94d0ae200b0bb6a222fcb23323"; + sha256_unsigned = "51aec9851f83e3219d25fea29c0322332fbb6d94d0ae200b0bb6a222fcb23323"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v2" + "mr900v2" + ]; + titles = [ + { + model = "MR900"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_om2p-hs-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om2p-hs-v1-squashfs-sysupgrade.bin"; + sha256 = "af9178bc590f4254ada23dc88b3c2bc1bddbbc2634efd1aaf7671a9ece3847a0"; + sha256_unsigned = "1c75cb44c5a0a181a40aaa3564d33db5297e3864ab28848a054feae58cc4256e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om2p-hs-v1-initramfs-kernel.bin"; + sha256 = "e767033820f6c03af5c5d6daeff01bc1b4c5d482da11bd61f5bd0e95a1fb1b3c"; + sha256_unsigned = "e767033820f6c03af5c5d6daeff01bc1b4c5d482da11bd61f5bd0e95a1fb1b3c"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v1" + "om2p-hs" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_om2p-hs-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om2p-hs-v2-squashfs-sysupgrade.bin"; + sha256 = "b00462a4efce39b8b214a843ecc6baa87c46dbcc2ca209d18d3f09d1cf38ae3d"; + sha256_unsigned = "fe39d0bf6ac67b8a01d3ec261e274bbe0b27a840871eb442c26d2d270114c77e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om2p-hs-v2-initramfs-kernel.bin"; + sha256 = "1fae0c9f01c105fd5d3b1a84cc8a5b3684820d4b6af98347cebd3241b28a0735"; + sha256_unsigned = "1fae0c9f01c105fd5d3b1a84cc8a5b3684820d4b6af98347cebd3241b28a0735"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v2" + "om2p-hsv2" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v3 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_om2p-hs-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om2p-hs-v3-squashfs-sysupgrade.bin"; + sha256 = "c62a07b46b7f0cfd4a5a3b643b57a9b28de153097dd4cbb622c7d0cbff836e78"; + sha256_unsigned = "c0f342963cf005a87d4bc7a3f9155b3e1920779c2dac3f03fa0d84ab66ebfc91"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om2p-hs-v3-initramfs-kernel.bin"; + sha256 = "5b38dd5f36a4f8b799da2ff5000d912e73961cefcacda086cc35bce15851596c"; + sha256_unsigned = "5b38dd5f36a4f8b799da2ff5000d912e73961cefcacda086cc35bce15851596c"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v3" + "om2p-hsv3" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v3"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_om2p-hs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om2p-hs-v4-squashfs-sysupgrade.bin"; + sha256 = "43113d298cab9b10c696477bbc7817a1422bcfbe0f90293ecad204b65e2ecda4"; + sha256_unsigned = "434b03db4e14601b7a777403c58e1423c48982593586ace995bea21c47e8ee92"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om2p-hs-v4-initramfs-kernel.bin"; + sha256 = "547129e4ea2c45db97a8e556a7b73246aaf135487817f462e58100a2bf85bacf"; + sha256_unsigned = "547129e4ea2c45db97a8e556a7b73246aaf135487817f462e58100a2bf85bacf"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v4" + "om2p-hsv4" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-lc = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_om2p-lc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om2p-lc-squashfs-sysupgrade.bin"; + sha256 = "bfb560b30ce34eba7ddd14f78ebc65c9954bc89c7779ddd7cf0de15c1a16a21f"; + sha256_unsigned = "4fda41261cec1d23486e3402ee89f8005f3f2d1ac5b4b0af4d746c68ffbabf76"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om2p-lc-initramfs-kernel.bin"; + sha256 = "96389dc1e16f07a941897bf9bf43133fd476bbf6430dc927765a12088342895d"; + sha256_unsigned = "96389dc1e16f07a941897bf9bf43133fd476bbf6430dc927765a12088342895d"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-lc" + "om2p-lc" + ]; + titles = [ + { + model = "OM2P-LC"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_om2p-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om2p-v1-squashfs-sysupgrade.bin"; + sha256 = "029d0a403f24d00fa04f304ebe6d3cb91c8f62b6b6c0f39471e43b3c2a3bfe84"; + sha256_unsigned = "44c6159274de95c4ccdc77edd769f9935cea7db36778cc501e512de8572190f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om2p-v1-initramfs-kernel.bin"; + sha256 = "b745003b980cd4aa6591c89f2e844f95cc2979309503d0064dd0314653e32a22"; + sha256_unsigned = "b745003b980cd4aa6591c89f2e844f95cc2979309503d0064dd0314653e32a22"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v1" + "om2p" + ]; + titles = [ + { + model = "OM2P"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_om2p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om2p-v2-squashfs-sysupgrade.bin"; + sha256 = "f2789431ee1ea863714466f5f3fc45df8941b24ab29df813830920cb11faed18"; + sha256_unsigned = "87c686b99a233b07f414834a537e9ac63a20829ae61760fd8f178c6ffe668ecd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om2p-v2-initramfs-kernel.bin"; + sha256 = "2f188af67c59492a4602e27e3825a8de8b5c55148c8b1d9ab1c76607769193ec"; + sha256_unsigned = "2f188af67c59492a4602e27e3825a8de8b5c55148c8b1d9ab1c76607769193ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v2" + "om2pv2" + ]; + titles = [ + { + model = "OM2P"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_om2p-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om2p-v4-squashfs-sysupgrade.bin"; + sha256 = "1dbd9eb9a53b888cfa8eca24b3af7ac7a533bd16d67f9b830035758bdfcb52c0"; + sha256_unsigned = "55abaacef7c202362bb3a8ee3fc12fd168ea6a7516efaf755e871c28a4b2c000"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om2p-v4-initramfs-kernel.bin"; + sha256 = "119a37300b9233359533d93546d9f5b54b6927d95aaaadf8413805357a2513f2"; + sha256_unsigned = "119a37300b9233359533d93546d9f5b54b6927d95aaaadf8413805357a2513f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v4" + "om2pv4" + ]; + titles = [ + { + model = "OM2P"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_om5p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om5p-initramfs-kernel.bin"; + sha256 = "e7924e908dc277b5e53b7c875ce312ee984e6cb9dceab8336347621bae781787"; + sha256_unsigned = "e7924e908dc277b5e53b7c875ce312ee984e6cb9dceab8336347621bae781787"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om5p-squashfs-sysupgrade.bin"; + sha256 = "edbb9b3e2c12031e0891b20b00e214573203536f2b6931dd1476ece72509937f"; + sha256_unsigned = "98e1372c61c417c3e640e8310e744e2f22e1bc85254539a20fe331279bbfbcf2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p" + "om5p" + ]; + titles = [ + { + model = "OM5P"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_om5p-ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om5p-ac-v1-initramfs-kernel.bin"; + sha256 = "701043ce5cf182b527011b86a13448e13182ba18d6f119be55afa3bc9c63efef"; + sha256_unsigned = "701043ce5cf182b527011b86a13448e13182ba18d6f119be55afa3bc9c63efef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om5p-ac-v1-squashfs-sysupgrade.bin"; + sha256 = "8a20f04975f57f1f474631126138ff5a0ba5c27819642fa5afa69678d3e94daf"; + sha256_unsigned = "b9e92e90a6a25db49f8b04f85f7a7d519c667d29124f30f95b153ba828ed7443"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v1" + "om5p-ac" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om5p-ac-v2-initramfs-kernel.bin"; + sha256 = "7fe327e6f879f98cf49c97b3b838a4181d168c0db8a7204bd8350d2ae244021e"; + sha256_unsigned = "7fe327e6f879f98cf49c97b3b838a4181d168c0db8a7204bd8350d2ae244021e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "69bfb3de97f1ad047c7b2baf8cb003046e8170d6f240d07bd1fecd6eeddf946b"; + sha256_unsigned = "a6c94a420497fcf1645c1cc6e930b0bb3af1c72a8be246e8e863e599447f8cba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-an = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-openmesh_om5p-an"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om5p-an-squashfs-sysupgrade.bin"; + sha256 = "781e322aab23c6c2c8b7bcdd8db5a204b281a35ad05fd0e0a97349dca7dbef17"; + sha256_unsigned = "71546fdb1b17b2a0c13a4fe58586e2d6cc8357e87cfd15675bd5bcd2e88c58bd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-openmesh_om5p-an-initramfs-kernel.bin"; + sha256 = "fcdc369d9dac1d38c6d0c6924b2ce3c6bdd2081cd0ba2216a3744d4152cd4719"; + sha256_unsigned = "fcdc369d9dac1d38c6d0c6924b2ce3c6bdd2081cd0ba2216a3744d4152cd4719"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p-an" + "om5p-an" + ]; + titles = [ + { + model = "OM5P-AN"; + vendor = "OpenMesh"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "ce561e3db37b49bb31c6317b9039f6fe7c709f64079e533d9319d0d31eca7ee9"; + sha256_unsigned = "25cca5a02001a9aa9b229a34bfc387d9dc24953ab25e31e28ba37295abd935b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-pcs_cap324-initramfs-kernel.bin"; + sha256 = "6954507ba69b33970dece2bf408c8baa5dd5137cfcd0783e96d13419131382a5"; + sha256_unsigned = "6954507ba69b33970dece2bf408c8baa5dd5137cfcd0783e96d13419131382a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + model = "CAP324"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "f0f9c1c4797e092c7866c18520de95d0e3b3c84ce8f39c245e834e9677f107fa"; + sha256_unsigned = "d01821150616eff56f9ec7e03ce5cfee2c0f54a6222d559ccd0001f83d8903fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-pcs_cr3000-initramfs-kernel.bin"; + sha256 = "6add26133bd586d7da5d2316ea9987f5b6dd96b711596c621f8628ae4e476f86"; + sha256_unsigned = "6add26133bd586d7da5d2316ea9987f5b6dd96b711596c621f8628ae4e476f86"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + model = "CR3000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "7a2d207a8babd1fcac463cc36b4360a409ed7e7992c8a67faadd48a2a838680b"; + sha256_unsigned = "45afd1474fa9fbd96d2f5bbc9f8add169f6939e7150b57736a42f7648a1ce336"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-pcs_cr5000-initramfs-kernel.bin"; + sha256 = "3166f0ce7bd228ea4fec88232f0694672865e03a3d8623b166f2853c0459b2da"; + sha256_unsigned = "3166f0ce7bd228ea4fec88232f0694672865e03a3d8623b166f2853c0459b2da"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + model = "CR5000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "30504bc2998f0507afc89dd5e3f84fe520fc65b23d0502b85c0619c7d74e64ac"; + sha256_unsigned = "0a3a00bd933b3422c5247ebfdd113fcc541515d336c49ebbd446e3667ac9ba95"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-phicomm_k2t-initramfs-kernel.bin"; + sha256 = "d6a789522ebabd8469e2035575e1368d524fb2d3ec6a35cfbc2add1ac4469edb"; + sha256_unsigned = "d6a789522ebabd8469e2035575e1368d524fb2d3ec6a35cfbc2add1ac4469edb"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + model = "K2T"; + vendor = "Phicomm"; + } + ]; + }; + pisen_ts-d084 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-pisen_ts-d084"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-pisen_ts-d084-squashfs-factory.bin"; + sha256 = "1d2184714b00708a19021a875c7fb365a1ed271240f3eae676a08250d6dbe315"; + sha256_unsigned = "1d2184714b00708a19021a875c7fb365a1ed271240f3eae676a08250d6dbe315"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-pisen_ts-d084-initramfs-kernel.bin"; + sha256 = "0ea84c90c325ff4aa9322fb66abfe4e1ef046e5a2624620c77906d0180845e8d"; + sha256_unsigned = "0ea84c90c325ff4aa9322fb66abfe4e1ef046e5a2624620c77906d0180845e8d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-pisen_ts-d084-squashfs-sysupgrade.bin"; + sha256 = "ae2c2ec1638c787cc1bf5ca129973b9035fd0399d16eab110ca8a7bbc8565a13"; + sha256_unsigned = "f24d473b877ad346cbfaef371cedbd09c1dbddfa2b38cad9f2b81a75ea83c5ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,ts-d084" + ]; + titles = [ + { + model = "TS-D084"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmb001n = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-pisen_wmb001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-pisen_wmb001n-squashfs-factory.bin"; + sha256 = "19729b85a67fdf3c02c4c029378e009481db7c135c6c0fb356d0ea04cd3364ab"; + sha256_unsigned = "5bab47c9f1bf4f0c1e9f9f4a7268e112b1476e0935f40e7691a41a8fec390903"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-pisen_wmb001n-initramfs-kernel.bin"; + sha256 = "b1eb33489faa5112687e01b73064b2f71e81a01183f889de7a20ddf30cfbfd3f"; + sha256_unsigned = "b1eb33489faa5112687e01b73064b2f71e81a01183f889de7a20ddf30cfbfd3f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-pisen_wmb001n-squashfs-sysupgrade.bin"; + sha256 = "268f58ff2c2fd231920b33c1ee7d73208241aad18c169a89708c92d00579d039"; + sha256_unsigned = "5bab47c9f1bf4f0c1e9f9f4a7268e112b1476e0935f40e7691a41a8fec390903"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,wmb001n" + ]; + titles = [ + { + model = "WMB001N"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "70c9293139b17e8d4468305cdac734ab997e95041554bddc56bfc6fc46a08c1d"; + sha256_unsigned = "ffe3651b81ddc1e90d7d1f4cbb70ea2e5b596e5a0fef81143ac426906425e938"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-pisen_wmm003n-initramfs-kernel.bin"; + sha256 = "ab4ef4555f13463d6bd704760e18e633f5cbf7ae70a8d81774ab03c57ebf60ea"; + sha256_unsigned = "ab4ef4555f13463d6bd704760e18e633f5cbf7ae70a8d81774ab03c57ebf60ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "30f8e013275032e23a8eceec431ae9675722ba622b2ad2cfdc4476262a272bb4"; + sha256_unsigned = "30f8e013275032e23a8eceec431ae9675722ba622b2ad2cfdc4476262a272bb4"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + model = "Cloud Easy Power (WMM003N)"; + vendor = "PISEN"; + } + ]; + }; + plasmacloud_pa300 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-plasmacloud_pa300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-plasmacloud_pa300-squashfs-factory.bin"; + sha256 = "e261307ae50534d7dcaff848eb75695f3a4276e4b89335f8c332b903c661388f"; + sha256_unsigned = "e261307ae50534d7dcaff848eb75695f3a4276e4b89335f8c332b903c661388f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-plasmacloud_pa300-squashfs-sysupgrade.bin"; + sha256 = "aff7fa495a48bd515913206df686a2238b8d0a27c961f0b027304dc75becf880"; + sha256_unsigned = "e99c0f9e31cb60e10bb274f6f8021d96a9f9f63d8ad4206f435e6ebeca56f4d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-plasmacloud_pa300-initramfs-kernel.bin"; + sha256 = "6b26bb5107e275932fb7355b2f2b3b4c3d6aab4678c22d272558c83819581a4c"; + sha256_unsigned = "6b26bb5107e275932fb7355b2f2b3b4c3d6aab4678c22d272558c83819581a4c"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa300" + ]; + titles = [ + { + model = "PA300"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa300e = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-plasmacloud_pa300e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-plasmacloud_pa300e-initramfs-kernel.bin"; + sha256 = "15f3d6775022f69bf281f82e5d56fc1cde3ec040c58f7bbd8141c99859a2d767"; + sha256_unsigned = "15f3d6775022f69bf281f82e5d56fc1cde3ec040c58f7bbd8141c99859a2d767"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-plasmacloud_pa300e-squashfs-factory.bin"; + sha256 = "9bb46cc255beaa6e1d3556f339ebea4f3e364e1655df88187fb96901ab40576e"; + sha256_unsigned = "9bb46cc255beaa6e1d3556f339ebea4f3e364e1655df88187fb96901ab40576e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-plasmacloud_pa300e-squashfs-sysupgrade.bin"; + sha256 = "b655f0502dc940675d149e048563ab3dff43e9badcdfeb4b30ad462e083638e2"; + sha256_unsigned = "552e77c9a5a26b60787a0f98badae2aeb5259a2cfc3383b0ed0bfd1552e0789b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plasmacloud,pa300e" + ]; + titles = [ + { + model = "PA300E"; + vendor = "Plasma Cloud"; + } + ]; + }; + qca_ap143-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-qca_ap143-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qca_ap143-16m-squashfs-factory.bin"; + sha256 = "e45bbf30f8b69ac5cca8eff2d8f84c37773952adfc726e9b2da9a2be597673d5"; + sha256_unsigned = "e45bbf30f8b69ac5cca8eff2d8f84c37773952adfc726e9b2da9a2be597673d5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-qca_ap143-16m-initramfs-kernel.bin"; + sha256 = "a301064233c6624e5bee72f6f4c31b2d338988cb4544b1521baf3afc4617c4db"; + sha256_unsigned = "a301064233c6624e5bee72f6f4c31b2d338988cb4544b1521baf3afc4617c4db"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qca_ap143-16m-squashfs-sysupgrade.bin"; + sha256 = "9bbdeb1cc2729ab43d0f556e3dfece53f85dd7cfdb3db556051db2c75c2de854"; + sha256_unsigned = "75a87ea4d8c6eec15a2a93e8105cf1714b15b5cdf31fbfbc4da42cddf6611f29"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qca,ap143-16m" + "ap143" + ]; + titles = [ + { + model = "AP143"; + variant = "(16M)"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qca_ap143-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-qca_ap143-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-qca_ap143-8m-initramfs-kernel.bin"; + sha256 = "b29bbccbeef119db2995debe2d75f74f1aa63c13e90d6d9dc951e885bd3f318e"; + sha256_unsigned = "b29bbccbeef119db2995debe2d75f74f1aa63c13e90d6d9dc951e885bd3f318e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qca_ap143-8m-squashfs-sysupgrade.bin"; + sha256 = "2bb66849c1053a3b9987731935654b6fe4096ea73a80493728f3481b2a3a7c8b"; + sha256_unsigned = "4f07e6f6b66ef39c6540cbecc1f3935b2426c8027ca77690aa48676d776154fb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qca_ap143-8m-squashfs-factory.bin"; + sha256 = "5d252d9c37dec696760d07c1850177edf0136bf825fe228633a764b68772a5d3"; + sha256_unsigned = "5d252d9c37dec696760d07c1850177edf0136bf825fe228633a764b68772a5d3"; + type = "factory"; + } + ]; + supported_devices = [ + "qca,ap143-8m" + "ap143" + ]; + titles = [ + { + model = "AP143"; + variant = "(8M)"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qihoo_c301 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-qihoo_c301"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qihoo_c301-squashfs-factory.bin"; + sha256 = "84be7309b098e0df3a9cd5f2c11a642ac1b1dfbca41fdeebd49065a159caff5e"; + sha256_unsigned = "84be7309b098e0df3a9cd5f2c11a642ac1b1dfbca41fdeebd49065a159caff5e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-qihoo_c301-initramfs-kernel.bin"; + sha256 = "9c0a5d7779286f3e029d69f85fc14a338e37d1c63895dd28f70c896ecce0c780"; + sha256_unsigned = "9c0a5d7779286f3e029d69f85fc14a338e37d1c63895dd28f70c896ecce0c780"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qihoo_c301-squashfs-sysupgrade.bin"; + sha256 = "a718bc128bcda1f1809b04072b6944a356fd47ae448ccd339ac522426fee1df0"; + sha256_unsigned = "fc11da2cb799ae092291dfd9862857bbd687c42fdda747a15fd990f8e71366d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qihoo,c301" + "qihoo-c301" + ]; + titles = [ + { + model = "C301"; + vendor = "Qihoo"; + } + ]; + }; + qxwlan_e1700ac-v2-16m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-qxwlan_e1700ac-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e1700ac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "11383ff429ae157f878c93d01b6f7734a2a211438a6c84afae73d2239bae566f"; + sha256_unsigned = "0fbed75bc74ca4fe00277173a25b53ebc82383f76200c79765409bedf6a36e33"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e1700ac-v2-16m-initramfs-kernel.bin"; + sha256 = "f705cfa7f033537dcac64e408c880f48a28b9727b38b9af1d63d2a60020ce0a0"; + sha256_unsigned = "f705cfa7f033537dcac64e408c880f48a28b9727b38b9af1d63d2a60020ce0a0"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-16m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e1700ac-v2-8m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-qxwlan_e1700ac-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e1700ac-v2-8m-initramfs-kernel.bin"; + sha256 = "d72425cf2f1315624d44c76656ab1a44a498ea1cf9caf889a8e5c8df37868495"; + sha256_unsigned = "d72425cf2f1315624d44c76656ab1a44a498ea1cf9caf889a8e5c8df37868495"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e1700ac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "faf289130dd01d48b9eda7e97b0f1a20d025dbd2c194ce62b9b75ebff5cf94a5"; + sha256_unsigned = "09c3a8956e22b53be301471c3b87d1425a0026957bca238a6b7a1917df82f42e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-8m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-qxwlan_e558-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e558-v2-16m-initramfs-kernel.bin"; + sha256 = "98117216b831370a7fe488774122284359ad6f6110b73d474f27dce7dee0c4bb"; + sha256_unsigned = "98117216b831370a7fe488774122284359ad6f6110b73d474f27dce7dee0c4bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e558-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "4ecaa12da86f39908328c2c0f5cf6529b0bc6833f5133cb9c03e9947b9806291"; + sha256_unsigned = "d8c8a42e4098440631c1f003409c7f9c3052c5ddceafb7087557fdedd4225831"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-16m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-qxwlan_e558-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e558-v2-8m-initramfs-kernel.bin"; + sha256 = "b9be98454f26e86ab3d97bc9eb5884b27524f6bb02e2cfe8a19e932b1931f188"; + sha256_unsigned = "b9be98454f26e86ab3d97bc9eb5884b27524f6bb02e2cfe8a19e932b1931f188"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e558-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "021f5712ba8cd820c468301451b37dbf37c5356cca72eb7ad82b32d199676a8d"; + sha256_unsigned = "0182527ebf008d66785f7ef7e2c1fc8bf1276685bb149942552f18574a2eebff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-8m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-qxwlan_e600g-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e600g-v2-16m-initramfs-kernel.bin"; + sha256 = "3599fa7b6768561e4b8a92360d494b8dba708c7b0a3b43ab8638e6c0e34b35bf"; + sha256_unsigned = "3599fa7b6768561e4b8a92360d494b8dba708c7b0a3b43ab8638e6c0e34b35bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e600g-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "3fa41eb65023a17a0d95758a31004a27b006ded81559d0f0320b6f244d073e3a"; + sha256_unsigned = "324cd218dc3a1c30fe2c1c8e76767cda12279cb4b83d67d7098c99df4801aa70"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-16m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-qxwlan_e600g-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e600g-v2-8m-initramfs-kernel.bin"; + sha256 = "f7ba6cd4da3513d53279b55e0015c990afb46db862a6ffe3a75c2d881d294190"; + sha256_unsigned = "f7ba6cd4da3513d53279b55e0015c990afb46db862a6ffe3a75c2d881d294190"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e600g-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "d3add7507bd85030a05689555c264877314c45694a20cff4136378361310ef70"; + sha256_unsigned = "b3c0ce3874815879e970822641ea701f53146d2223cc4d36ce3236fb27d20e04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-8m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-16m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-qxwlan_e600gac-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e600gac-v2-16m-initramfs-kernel.bin"; + sha256 = "bdd60de555692dbbdf6d4dcef42d14311f0e980e3191a904d67781278e473989"; + sha256_unsigned = "bdd60de555692dbbdf6d4dcef42d14311f0e980e3191a904d67781278e473989"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e600gac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "43fdf0c22618e2c6077eb36a9de3c9413b75a867601002a7f8c7c7b9bc4c12f8"; + sha256_unsigned = "4583f90fe676f46f2713ffc03584b79dc5cee7cf6443ec152dbc8588c21eb072"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-16m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-8m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-qxwlan_e600gac-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e600gac-v2-8m-initramfs-kernel.bin"; + sha256 = "784ec3a8f6df5837aeef06e2a085d657deae364955be029e9e666c854cf17255"; + sha256_unsigned = "784ec3a8f6df5837aeef06e2a085d657deae364955be029e9e666c854cf17255"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e600gac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "7de5bb9e681c40475e1d988ea7541c91603cada24d84d0ba66387bf06ad521dc"; + sha256_unsigned = "d6ab9a4f42ffb949a0c700ca28c7bad3ab2687b5a563567705bff4ed95a669e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-8m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-qxwlan_e750a-v4-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e750a-v4-16m-initramfs-kernel.bin"; + sha256 = "2655bde9aa21e83921fd54a4299b44d28be6b7332dd01a0dcab20b15d441841c"; + sha256_unsigned = "2655bde9aa21e83921fd54a4299b44d28be6b7332dd01a0dcab20b15d441841c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e750a-v4-16m-squashfs-sysupgrade.bin"; + sha256 = "a089c468b35640cbb0635e47e4688a1a123e6acdd04aa48589ba24fe1c15eace"; + sha256_unsigned = "c1d88f225b0f81073b00191a8d9701f862b67e07b242a655930b0ba6f16d45d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-16m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-qxwlan_e750a-v4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e750a-v4-8m-squashfs-sysupgrade.bin"; + sha256 = "3171f955d4c9acff1cb394b17249b61ceb0986cea5f935cc8d9390cd88110968"; + sha256_unsigned = "1a5e2259c0ddaf6489e4c61412f3cbf803970edf79b045590cde394107aca0ec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e750a-v4-8m-initramfs-kernel.bin"; + sha256 = "cb3fee4377e05d7bd25224fbaa16a379a68e5077a3e89f0f74474bcd6b6029ee"; + sha256_unsigned = "cb3fee4377e05d7bd25224fbaa16a379a68e5077a3e89f0f74474bcd6b6029ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-8m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-qxwlan_e750g-v8-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e750g-v8-16m-initramfs-kernel.bin"; + sha256 = "c69983634cc8d12d8bf163fb4b54cf2b383d3f7b9c404dc745dc1037d32caf9d"; + sha256_unsigned = "c69983634cc8d12d8bf163fb4b54cf2b383d3f7b9c404dc745dc1037d32caf9d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e750g-v8-16m-squashfs-sysupgrade.bin"; + sha256 = "4f12ebc5e081430173e071fca9e5e1ebd324811a1dfbbd1c108a57685654fd20"; + sha256_unsigned = "b954ccd995975e39bcc47d2e1e91581397066331db44c790572ec44f6615b7f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-16m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-qxwlan_e750g-v8-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e750g-v8-8m-initramfs-kernel.bin"; + sha256 = "94d0248972a3853db1e85136289f9aabfa9f03839a75070cdf9fdb4898581b82"; + sha256_unsigned = "94d0248972a3853db1e85136289f9aabfa9f03839a75070cdf9fdb4898581b82"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-qxwlan_e750g-v8-8m-squashfs-sysupgrade.bin"; + sha256 = "d5a720dfe3cb0507ba8abbabd6b3823e8d656d2f63a6d3287cc7d032b076213d"; + sha256_unsigned = "f17258ddab8e33e95b118f9dfcb73649907f1523a944ab114206ecb3e208c2e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-8m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "e2ef190044b4ca69121a6c587bd1a871ea70ecdc7bd39c4b8faf972ebcc429b1"; + sha256_unsigned = "622673d1d377f01ee935eac533c293d9b62329ba0bb6633a2d2d5925c388f0dd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-rosinson_wr818-initramfs-kernel.bin"; + sha256 = "2abc527e81a4249e55532a3ac6e12949e7ff58b05c8a085ee597ac5b8b0b31cd"; + sha256_unsigned = "2abc527e81a4249e55532a3ac6e12949e7ff58b05c8a085ee597ac5b8b0b31cd"; + type = "kernel"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + model = "WR818"; + vendor = "Rosinson"; + } + ]; + }; + samsung_wam250 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-samsung_wam250"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-samsung_wam250-initramfs-kernel.bin"; + sha256 = "17e7973b1c2bafe071b84b544be52a8ef4b3b51aa1a94f0a64ba08165d5b2f99"; + sha256_unsigned = "17e7973b1c2bafe071b84b544be52a8ef4b3b51aa1a94f0a64ba08165d5b2f99"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-samsung_wam250-squashfs-sysupgrade.bin"; + sha256 = "e384e078da0d16716e7cc1a4d82cd51c307455b54a2a9c4914da7af4c07679dd"; + sha256_unsigned = "f70c87c92b0bc8919903f2b43d9f38d20564b93d653e0b978241acb2a495c81a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samsung,wam250" + "wam250" + ]; + titles = [ + { + model = "WAM250"; + vendor = "Samsung"; + } + ]; + }; + siemens_ws-ap3610 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-siemens_ws-ap3610"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-siemens_ws-ap3610-initramfs-kernel.bin"; + sha256 = "4be1a0a29fb8eda657d3fcbdf60b274d2ddb95a6e93f04a20e061fc888a92459"; + sha256_unsigned = "4be1a0a29fb8eda657d3fcbdf60b274d2ddb95a6e93f04a20e061fc888a92459"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-siemens_ws-ap3610-squashfs-sysupgrade.bin"; + sha256 = "a3094e4b2d23ea01971b8a05c13026045a9e80e66cdac5299de057e7cbc32b25"; + sha256_unsigned = "7922c73010bbf756eb21bba48b7bb50ba65ca0800ecb7d5599f349773c1e1493"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,ws-ap3610" + ]; + titles = [ + { + model = "WS-AP3610"; + vendor = "Siemens"; + } + ]; + }; + sitecom_wlr-7100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-sitecom_wlr-7100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-sitecom_wlr-7100-initramfs-kernel.bin"; + sha256 = "a95e32f4826eedf0626d3a67aef407923693c091e3131cc102a84b9e6be63b47"; + sha256_unsigned = "a95e32f4826eedf0626d3a67aef407923693c091e3131cc102a84b9e6be63b47"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-sitecom_wlr-7100-squashfs-sysupgrade.bin"; + sha256 = "a593ac14bd15bf5ca3029db3992107262482af6f96cb68b577a58de09cec3303"; + sha256_unsigned = "dd529bc7d417008bc89af842395daf870366027ba1267e66fbc8e124cd94b5b9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-sitecom_wlr-7100-squashfs-factory.dlf"; + sha256 = "0ea6225203b08ea8a7e50351106f90bad7b2daa1c347040977efbfd2b60eff09"; + sha256_unsigned = "0ea6225203b08ea8a7e50351106f90bad7b2daa1c347040977efbfd2b60eff09"; + type = "factory"; + } + ]; + supported_devices = [ + "sitecom,wlr-7100" + ]; + titles = [ + { + model = "WLR-7100"; + vendor = "Sitecom"; + } + ]; + }; + sitecom_wlr-8100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-sitecom_wlr-8100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-sitecom_wlr-8100-squashfs-factory.dlf"; + sha256 = "3c871dcf870073f2fb9ccdb3888becb77ae409dd1cb4b2c1dc0a124233002c38"; + sha256_unsigned = "3c871dcf870073f2fb9ccdb3888becb77ae409dd1cb4b2c1dc0a124233002c38"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-sitecom_wlr-8100-initramfs-kernel.bin"; + sha256 = "f14ce6bc657b69c1e38280cae0e61238d5f4e462c1f70e28a8974eea4496da99"; + sha256_unsigned = "f14ce6bc657b69c1e38280cae0e61238d5f4e462c1f70e28a8974eea4496da99"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-sitecom_wlr-8100-squashfs-sysupgrade.bin"; + sha256 = "5298baa09d618be434cb5025d0153227d53f05474dde27f5699656a9126fba1f"; + sha256_unsigned = "9db5f80e99578da9cabf728c8261563010afe305aa736877da0bc1999837a63c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-8100" + "wlr8100" + ]; + titles = [ + { + model = "WLR-8100"; + vendor = "Sitecom"; + } + { + model = "X8 AC1750"; + vendor = "Sitecom"; + } + ]; + }; + sophos_ap100 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-sophos_ap100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-sophos_ap100-initramfs-kernel.bin"; + sha256 = "3cefe8f5d545bbb4f82fc4800db3e18e5b46f7a1ea6acb1231297a4d71ea8f2c"; + sha256_unsigned = "3cefe8f5d545bbb4f82fc4800db3e18e5b46f7a1ea6acb1231297a4d71ea8f2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-sophos_ap100-squashfs-sysupgrade.bin"; + sha256 = "b2bd2651855756d59aa70e19532e1760b66852fd97a855388a46687adcf673c0"; + sha256_unsigned = "00148008c67be1980978037bde47c9ed5d2bb392df598bb45301bd19043492e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap100" + ]; + titles = [ + { + model = "AP100"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap100c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-sophos_ap100c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-sophos_ap100c-squashfs-sysupgrade.bin"; + sha256 = "33177488ab479c02fa88e05c21ee07e5aea6cc2b9eb0bcaf245c3d3335dcfa31"; + sha256_unsigned = "26cbee6f520afe3d8dc41dfcf62593d107f99d61228c000336fea415bb2bf237"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-sophos_ap100c-initramfs-kernel.bin"; + sha256 = "4841a99413e827be356eeff1c5ef23b869287be8e894a0558f1d805b4d308b3b"; + sha256_unsigned = "4841a99413e827be356eeff1c5ef23b869287be8e894a0558f1d805b4d308b3b"; + type = "kernel"; + } + ]; + supported_devices = [ + "sophos,ap100c" + ]; + titles = [ + { + model = "AP100C"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap55 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-sophos_ap55"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-sophos_ap55-initramfs-kernel.bin"; + sha256 = "454cb3ade27aed21b0f42a812f38edc2f440a41fb80145c0232c815b1e22f949"; + sha256_unsigned = "454cb3ade27aed21b0f42a812f38edc2f440a41fb80145c0232c815b1e22f949"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-sophos_ap55-squashfs-sysupgrade.bin"; + sha256 = "c01432aa3885a40257655fec0c49684f917384bfef644378efbded81a1b0a858"; + sha256_unsigned = "a7c881aba04b95962d774fbecc3e940a7af11cfe1e8167176fed7d0feb73190d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap55" + ]; + titles = [ + { + model = "AP55"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap55c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-sophos_ap55c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-sophos_ap55c-squashfs-sysupgrade.bin"; + sha256 = "91ddf600ba098c087a629761040c099fd77b7ed06b0f61d91ac234d6c2a40e1a"; + sha256_unsigned = "2eeae1f3cf0dc58e5bce1bab881770f533ddae99a499287720464935b869f5f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-sophos_ap55c-initramfs-kernel.bin"; + sha256 = "56aced1473a88c5a32601a6c918b7b2c7f90c96008dca3ac98374db1c788372b"; + sha256_unsigned = "56aced1473a88c5a32601a6c918b7b2c7f90c96008dca3ac98374db1c788372b"; + type = "kernel"; + } + ]; + supported_devices = [ + "sophos,ap55c" + ]; + titles = [ + { + model = "AP55C"; + vendor = "Sophos"; + } + ]; + }; + telco_t1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-telco_t1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-telco_t1-initramfs-kernel.bin"; + sha256 = "6031b134d58b778c14853c233c5d39b9f5f4141cf8798df1d040befaf625ac20"; + sha256_unsigned = "6031b134d58b778c14853c233c5d39b9f5f4141cf8798df1d040befaf625ac20"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-telco_t1-squashfs-sysupgrade.bin"; + sha256 = "ab5fce221a92637c7931170f927858d00ed2f6c7636719f0d0926c149baae56b"; + sha256_unsigned = "d3b2188f9e57f97322c5d25641bf06b63591dfc85fe862ad52c7d9a3391a715d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco,t1" + "telco_electronics,tel-t1" + ]; + titles = [ + { + model = "T1"; + vendor = "Telco"; + } + ]; + }; + teltonika_rut230-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-teltonika_rut230-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-teltonika_rut230-v1-initramfs-kernel.bin"; + sha256 = "02a08d59f68498e866e8ba83e056f60bf178701255e237b8525208ffaa7d6e1d"; + sha256_unsigned = "02a08d59f68498e866e8ba83e056f60bf178701255e237b8525208ffaa7d6e1d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-teltonika_rut230-v1-squashfs-sysupgrade.bin"; + sha256 = "7fc7d3413ef846f39b455a5f48eec885aaaa37e5363f11f4b05585c1c0996bb5"; + sha256_unsigned = "942d699df45a9b6de3e6070bae1074745d0992044501f601979673979fc077a9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-teltonika_rut230-v1-squashfs-factory.bin"; + sha256 = "3197ef06850d2d028aeb31d23cedce331530b892f47443d10618cf382463d001"; + sha256_unsigned = "3197ef06850d2d028aeb31d23cedce331530b892f47443d10618cf382463d001"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut230-v1" + ]; + titles = [ + { + model = "RUT230"; + variant = "v1"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-teltonika_rut955"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-teltonika_rut955-squashfs-sysupgrade.bin"; + sha256 = "28a865ab4aa25df105c96f97b20f12fbd465b382f93392a5e9af62dd334e63c7"; + sha256_unsigned = "580b08d260457f8e1f09167afdc958acd53c141cc70dae9b4b410add2873a13f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-teltonika_rut955-initramfs-kernel.bin"; + sha256 = "e81d99e604b2ef16c128609cfa0c9cb2a875cb6c3e59caa01296cdde2fe66995"; + sha256_unsigned = "e81d99e604b2ef16c128609cfa0c9cb2a875cb6c3e59caa01296cdde2fe66995"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-teltonika_rut955-squashfs-factory.bin"; + sha256 = "1adb6314a30ee9c1773036f257c1440970083c744b57299f54c7e3d21ecb3da6"; + sha256_unsigned = "1adb6314a30ee9c1773036f257c1440970083c744b57299f54c7e3d21ecb3da6"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut955" + ]; + titles = [ + { + model = "RUT955"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955-h7v3c0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-teltonika_rut955-h7v3c0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-teltonika_rut955-h7v3c0-squashfs-factory.bin"; + sha256 = "cd9b90e715cfe2bef11616652ddb525e9b739e05013b9674b527727f4de604c5"; + sha256_unsigned = "cd9b90e715cfe2bef11616652ddb525e9b739e05013b9674b527727f4de604c5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-teltonika_rut955-h7v3c0-initramfs-kernel.bin"; + sha256 = "596863c807bb17aecb6677bcca30af6442267b12bcab625567363da8b6255c81"; + sha256_unsigned = "596863c807bb17aecb6677bcca30af6442267b12bcab625567363da8b6255c81"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-teltonika_rut955-h7v3c0-squashfs-sysupgrade.bin"; + sha256 = "81e21e906608cf23f5b04b63460507dd10236572909ebd97bb27003c423a872c"; + sha256_unsigned = "209b5c68e05840a26c02bb64156997be83bfad1bd850114d156f24cef4e1c9d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rut955-h7v3c0" + ]; + titles = [ + { + model = "RUT955"; + variant = "H7V3C0"; + vendor = "Teltonika"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "feb4d9ac46f4a8acdccbbbe54cc8c8681bd12d448b8a7b1cb2cbc86b9b09e61a"; + sha256_unsigned = "0c46b46735fd02e90fafc0f812f248721a155093ab2bb9807280811859f8dc55"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "bc559caad6964ffe8d7424fe2807c9a4ffa33446945fae7f04af553f1d8bf61d"; + sha256_unsigned = "bc559caad6964ffe8d7424fe2807c9a4ffa33446945fae7f04af553f1d8bf61d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-a7-v5-initramfs-kernel.bin"; + sha256 = "356a33adcc364eccb5d55f1d6f97917232a447d27234ba75b8f60800b38b5f2a"; + sha256_unsigned = "356a33adcc364eccb5d55f1d6f97917232a447d27234ba75b8f60800b38b5f2a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + model = "Archer A7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-a9-v6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-a9-v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-a9-v6-squashfs-sysupgrade.bin"; + sha256 = "57e191564bea9d33fe7acdadd069a50121e9772369493c50d36c3edc54ce0a44"; + sha256_unsigned = "f46eb1c532a9daedcb068e6915f7c4cc17e6275825b0296f94501afb5000c5e6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-a9-v6-initramfs-kernel.bin"; + sha256 = "f40760e729f291daaabd8340d095294acac358691d6c972a4e32f5f65cfabad9"; + sha256_unsigned = "f40760e729f291daaabd8340d095294acac358691d6c972a4e32f5f65cfabad9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-a9-v6-squashfs-factory.bin"; + sha256 = "396252a00cdacfa4766d673fe7cc64df8b69a3ef77d8e36bba346190348fcac9"; + sha256_unsigned = "396252a00cdacfa4766d673fe7cc64df8b69a3ef77d8e36bba346190348fcac9"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a9-v6" + ]; + titles = [ + { + model = "Archer A9"; + variant = "v6"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "1bd15094bde649654b34be6825b5459c60f0a3ab47986ced9fe0361b337220ae"; + sha256_unsigned = "1bd15094bde649654b34be6825b5459c60f0a3ab47986ced9fe0361b337220ae"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c2-v3-initramfs-kernel.bin"; + sha256 = "6e45e5128c2ec438bb804a67cefa7ee90ef44de3e45f2a846fada236f2e597b5"; + sha256_unsigned = "6e45e5128c2ec438bb804a67cefa7ee90ef44de3e45f2a846fada236f2e597b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "a222564956f2e2f574a9f0dd109278e84c9a2ba7440e0819ef39e9e12c613a0a"; + sha256_unsigned = "627263e19622c8af8e19a4eeff56129ee924aff7678fb0baf38c462a7a50c491"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "18155d6006bb10cf81769621e8915ec2baa318609e2e333729d5c22da57192fa"; + sha256_unsigned = "18155d6006bb10cf81769621e8915ec2baa318609e2e333729d5c22da57192fa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "c62e9fd321a27a3128b6ee03efd6f29e531fb37312807bdfdc3e74d04fb90b3e"; + sha256_unsigned = "94113ac721db73c55daa2db2a0b6144a387e254fb6d0321f05c48eb1602e2504"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c25-v1-initramfs-kernel.bin"; + sha256 = "dcc07fcce6f8327d600ed60a303c920dce30eb86e52fec4a23354c457f893282"; + sha256_unsigned = "dcc07fcce6f8327d600ed60a303c920dce30eb86e52fec4a23354c457f893282"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + model = "Archer C25"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "c9a8a41a0af4ea1240fe50d7fc85e7de3d3af86514160b72be253306db0b4b26"; + sha256_unsigned = "c9a8a41a0af4ea1240fe50d7fc85e7de3d3af86514160b72be253306db0b4b26"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c5-v1-initramfs-kernel.bin"; + sha256 = "a5d6622c238bda826d2686c5dd1e47a6d219fddbf3d0e37d0a1c60680d1e9412"; + sha256_unsigned = "a5d6622c238bda826d2686c5dd1e47a6d219fddbf3d0e37d0a1c60680d1e9412"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "0f97aa5be6e7c63b888ea2876a7886cae70d1885eac8f8630504d0f3c5d92be4"; + sha256_unsigned = "34bd40c3d32b31aef3beaa63b02da0369e15ccc57deb3f136b2aec70bb302dee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + model = "Archer C5"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "6b1a59f39b3c6b05447eef691603346422c5137a9752ca745140cc86f5a2e0c1"; + sha256_unsigned = "6b1a59f39b3c6b05447eef691603346422c5137a9752ca745140cc86f5a2e0c1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "1b5c9081f54bef3522b890bb8485d779391f43d4fb525f3e7f530aaba30e22b9"; + sha256_unsigned = "6a12f7f0a4900a0d853851fdab5d98884b20013e254887cb92d5c70e87bd237b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c58-v1-initramfs-kernel.bin"; + sha256 = "cbf6d9a0819ea03513986e587039665bc6e7fc7199518a5e4874f0d53f7e05ed"; + sha256_unsigned = "cbf6d9a0819ea03513986e587039665bc6e7fc7199518a5e4874f0d53f7e05ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + model = "Archer C58"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "ce8e9a090ac445f1d0b3ce80009b7e40c97082d0c16003929f6736efa2300a22"; + sha256_unsigned = "cb9dbc86248ff8e6ae3467c774a04620cbd600499f8b76f754d22c7176494a9c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c59-v1-initramfs-kernel.bin"; + sha256 = "c13084a28c70ff043dccb0707b80f1bffd358b63d266263e76a32d17d279495a"; + sha256_unsigned = "c13084a28c70ff043dccb0707b80f1bffd358b63d266263e76a32d17d279495a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "de0d3f0c50720eb386fb106876bee8764d07a6874befff92914f754be0b8e378"; + sha256_unsigned = "de0d3f0c50720eb386fb106876bee8764d07a6874befff92914f754be0b8e378"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "b90e6e517ab7c3683c9bfda348d726bc57a72fa3f25390c721cc60807687ff69"; + sha256_unsigned = "801411f8a151ddbc58182cf0366f7bed0d22b8ee71144f5175025aed44e90243"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin"; + sha256 = "b00eb33cc811724c40a4a5f2d98a80f81e55f8fc6c2691bd5871252ef37d6ed8"; + sha256_unsigned = "b00eb33cc811724c40a4a5f2d98a80f81e55f8fc6c2691bd5871252ef37d6ed8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c59-v2-initramfs-kernel.bin"; + sha256 = "ae1dbfa07a845c758d2ae5b8f84249fa61500831366d6ae919086d5c1bcde916"; + sha256_unsigned = "ae1dbfa07a845c758d2ae5b8f84249fa61500831366d6ae919086d5c1bcde916"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v2" + "archer-c59-v2" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c6-v2-initramfs-kernel.bin"; + sha256 = "4283219fb30cca3663de83dc95c051191b632641210c6d40cbe20b2e51838944"; + sha256_unsigned = "4283219fb30cca3663de83dc95c051191b632641210c6d40cbe20b2e51838944"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "04fb64f526e1f9e0a2ffec22082713093aa4885b713c459c8c1c326b84756a67"; + sha256_unsigned = "18c16f16888f99a954e8596a64ea209850e045637d8b250ef1c29a8df9834e28"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "ece3053f94dbfdaead240c6eab87c676f92442e5275a9822bc13430036b8fd83"; + sha256_unsigned = "ece3053f94dbfdaead240c6eab87c676f92442e5275a9822bc13430036b8fd83"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (EU/RU/JP)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2-us = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-c6-v2-us"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin"; + sha256 = "2276960d46ba00f31275872ef22078883acb295fe2b019d4c05c259d6a25b34d"; + sha256_unsigned = "2e047b89d6ba14efd62bd64e20de9ca433af08378913c46a29234a875786a30f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"; + sha256 = "6a4fc0a90c17586b004bf53c33253a6c2ad4e3856115d7fd6f7788c5c3b08801"; + sha256_unsigned = "6a4fc0a90c17586b004bf53c33253a6c2ad4e3856115d7fd6f7788c5c3b08801"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c6-v2-us-initramfs-kernel.bin"; + sha256 = "4f1c9fa97f5c66229e6942ac79fe2d19118396fdd60bce20e2b99220187f3363"; + sha256_unsigned = "4f1c9fa97f5c66229e6942ac79fe2d19118396fdd60bce20e2b99220187f3363"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2-us" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (US)"; + vendor = "TP-Link"; + } + { + model = "Archer A6"; + variant = "v2 (US/TW)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "17cf636d8b1173099bf70fc66d6ab1581a767e5893b8ded3216f0dc0a0dbe8f1"; + sha256_unsigned = "b718ebc3b1efbc5012b91f66e86b713b0c85400277e9de328b1ab6f04c70d78c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "3312eec6b8da9c6c45d1cbc79c00e02edef1997b760d27734c6310b86eb73aaf"; + sha256_unsigned = "3312eec6b8da9c6c45d1cbc79c00e02edef1997b760d27734c6310b86eb73aaf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c60-v1-initramfs-kernel.bin"; + sha256 = "5f126cb41369c210c74d893557b3b00b8aefbfe9274a25e7b76945c453dca222"; + sha256_unsigned = "5f126cb41369c210c74d893557b3b00b8aefbfe9274a25e7b76945c453dca222"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "679a9a5ebca65eb348af412a76ea94f3cb62b70850db6dfb38bfe9f839f055e2"; + sha256_unsigned = "a89715b2408ce21b167e1db2d7f13627e9f8ba9ee2daf94fb0e8551d6b6dc976"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "d04b3363750e792bff8336946b52506c44578f5f40be0073ab98275de2a88f5f"; + sha256_unsigned = "d04b3363750e792bff8336946b52506c44578f5f40be0073ab98275de2a88f5f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c60-v2-initramfs-kernel.bin"; + sha256 = "f68e578c4ff0da28190e44a9a18939959e9d33d18d5dee3714c2c814cd4e00a3"; + sha256_unsigned = "f68e578c4ff0da28190e44a9a18939959e9d33d18d5dee3714c2c814cd4e00a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "e891c9bb671a46144663a5245a24b5312131f64e67c509f4ad1fd9b9f3d0ee70"; + sha256_unsigned = "e891c9bb671a46144663a5245a24b5312131f64e67c509f4ad1fd9b9f3d0ee70"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "bcb0e47d8b834612b196cc21689000cb0585fcdaa07a3e478879f136773cb1be"; + sha256_unsigned = "cb47636ef2fc528323a0bc6cf9c047a65b18e68f06d200f48a70852b9f0c2325"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c60-v3-initramfs-kernel.bin"; + sha256 = "f1f1fddd7bd5f09989de7441e94873d4e05fc58faba196547542bc4430db0edf"; + sha256_unsigned = "f1f1fddd7bd5f09989de7441e94873d4e05fc58faba196547542bc4430db0edf"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v1-initramfs-kernel.bin"; + sha256 = "5361e6f9c2bbb04a63096174d595b25487de299bee8feed5367144c3e6c01fa9"; + sha256_unsigned = "5361e6f9c2bbb04a63096174d595b25487de299bee8feed5367144c3e6c01fa9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "529f4e86e57258f84ab6cbb6485a82e08d893cb420af7f2699344e65290f839b"; + sha256_unsigned = "5c3092d62d9bfb7b97c2fd16ae220e43699e7902b734ebc3546f7282de3d0abd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "ece9a53c9392f491e21f465ffaafa9b6c6c31aebfe8938b1e3a09a79fdd4ebc0"; + sha256_unsigned = "ece9a53c9392f491e21f465ffaafa9b6c6c31aebfe8938b1e3a09a79fdd4ebc0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "cae621348e0f005aa813ac2c3c4f67116eb4b3491374692f4a9ea43be5916506"; + sha256_unsigned = "d62cfabec3712a70f673abc123e053eb37fd871ed1fb67f52221f8007aced9e4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "d2ee0210d6c3fd1e29b747f1e291d3f831b76b3daf92cf48aa71873d75d3e44c"; + sha256_unsigned = "d2ee0210d6c3fd1e29b747f1e291d3f831b76b3daf92cf48aa71873d75d3e44c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v2-initramfs-kernel.bin"; + sha256 = "5014330b3178f7534ab775dc611c862ccef3ba847c85a2c11b280a0f294607f2"; + sha256_unsigned = "5014330b3178f7534ab775dc611c862ccef3ba847c85a2c11b280a0f294607f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "627c989bf4a5f259f57ef654e2e04e5e2ee4425cc6f7d6c4ba442f00d53d75b2"; + sha256_unsigned = "627c989bf4a5f259f57ef654e2e04e5e2ee4425cc6f7d6c4ba442f00d53d75b2"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "597e28655572f6d0557066750875d7bef73a8eda45251c1288e1889c82581aeb"; + sha256_unsigned = "597e28655572f6d0557066750875d7bef73a8eda45251c1288e1889c82581aeb"; + type = "factory-us"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "65fa5880fb67832ef14c64654c2aedd63da821e758af6bf9984ebca233fab4c5"; + sha256_unsigned = "6ff59c1640e29646ef9c6f46b1a28452db8570f083300aeaf3a7cc6bebf7cb0b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "f02f80578b936f03c0223c64dcd2f2568c24fa6794e11acea722da40e90224fc"; + sha256_unsigned = "f02f80578b936f03c0223c64dcd2f2568c24fa6794e11acea722da40e90224fc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v4-initramfs-kernel.bin"; + sha256 = "0e430138b37b3198260d9759c2ac6cb281632c307c88428a386edd5e88b9a5ea"; + sha256_unsigned = "0e430138b37b3198260d9759c2ac6cb281632c307c88428a386edd5e88b9a5ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "c66decd5ac3ad02503ef793152229c14792ccadaa292f8584198700bfafcd439"; + sha256_unsigned = "c66decd5ac3ad02503ef793152229c14792ccadaa292f8584198700bfafcd439"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v5-initramfs-kernel.bin"; + sha256 = "fdd4b5a1cb10c925ae567b0558384e00317e0d4ac02a539c28794503edff4b95"; + sha256_unsigned = "fdd4b5a1cb10c925ae567b0558384e00317e0d4ac02a539c28794503edff4b95"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "22fa702979c5b154c51ac45d5454cedc4ec63e9e3286d4d2061c1b566bb3c87a"; + sha256_unsigned = "45bd16bd8113ce911ea038f448da5e0019f792266368d28be1ac1d2b3b339d66"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "34cc0085ddb4d6d2dbaa9ad93f91186d6f69ae0ed29300c8fc55952d6dfa1929"; + sha256_unsigned = "9469734f6df2d8c35c4e4419aa43e4eebf6e1bf9b4e91f56000a11286539cd12"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-d50-v1-initramfs-kernel.bin"; + sha256 = "95879969fa0daa1a0355f92692cc0ad1545789584ad6618b0eac7f4098334192"; + sha256_unsigned = "95879969fa0daa1a0355f92692cc0ad1545789584ad6618b0eac7f4098334192"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + model = "Archer D50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-d7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-d7-v1-squashfs-sysupgrade.bin"; + sha256 = "f5c86a2c73c5f251cb1f31d6589fc1d3964ef07e891750064622546828b3c3ff"; + sha256_unsigned = "4e0516093124f8793e06d2a12c6fd80c1d40d6da8e1ff514dd636f4c940f8cfc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-d7-v1-initramfs-kernel.bin"; + sha256 = "73428788e9ec5ca6033cc5afd72e6d07d70012e9763c0af13fe10c621937a777"; + sha256_unsigned = "73428788e9ec5ca6033cc5afd72e6d07d70012e9763c0af13fe10c621937a777"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d7-v1" + ]; + titles = [ + { + model = "Archer D7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7b-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_archer-d7b-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-d7b-v1-squashfs-sysupgrade.bin"; + sha256 = "02d75798fd3e2208f1adb3a018bece03786c7e76ee5281b958ae478b8a625d1e"; + sha256_unsigned = "2bc08fa8049716118c6d94820e77be39d9a8298e70263c0313a87e3e021bf1d0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_archer-d7b-v1-initramfs-kernel.bin"; + sha256 = "8dc8c9199723eb9762a2a8f37653c1c3b9ea0b9c72a7d053d8c803a6a787e485"; + sha256_unsigned = "8dc8c9199723eb9762a2a8f37653c1c3b9ea0b9c72a7d053d8c803a6a787e485"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d7b-v1" + ]; + titles = [ + { + model = "Archer D7b"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_cpe210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe210-v1-squashfs-sysupgrade.bin"; + sha256 = "cbef954c12cdb5b174361872c08ec3227b9ba9564589e83c2713dad955806cd2"; + sha256_unsigned = "cf57e0bd6f221218207cf7556f5d78b3826ee30c62670c1bc728c3f14eb6d3ab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe210-v1-initramfs-kernel.bin"; + sha256 = "8fe3fdac6228151da28308160f7f267146b2fdd48b6ba3abdab6df65aef0c6ca"; + sha256_unsigned = "8fe3fdac6228151da28308160f7f267146b2fdd48b6ba3abdab6df65aef0c6ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe210-v1-squashfs-factory.bin"; + sha256 = "b12925089735a584e23da1962e18675a596494e2a96e1e971e1d96ed2aeac00b"; + sha256_unsigned = "b12925089735a584e23da1962e18675a596494e2a96e1e971e1d96ed2aeac00b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v1" + "cpe210" + ]; + titles = [ + { + model = "CPE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe210-v2-initramfs-kernel.bin"; + sha256 = "ca4d089c848a34cffe0252c1bdaf9cc5d77f33185e16c8464eca24696a4d7334"; + sha256_unsigned = "ca4d089c848a34cffe0252c1bdaf9cc5d77f33185e16c8464eca24696a4d7334"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "e8fc64765bd55e2af25d302894203b1a56eeece0820c48fbf121d8aa04bf538a"; + sha256_unsigned = "d8bf3bacbfd907f45bb88e76f98ebee9bec40d25536442b8892c0ececa4de28a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "fcd61668774c924f60b9394c6690e69c9fdcbb0560f846b1e3a95fa9baf2057f"; + sha256_unsigned = "fcd61668774c924f60b9394c6690e69c9fdcbb0560f846b1e3a95fa9baf2057f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + model = "CPE210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe210-v3-initramfs-kernel.bin"; + sha256 = "c2546da1e9ca32e66d30e3457b55634ee11ab05541e0de5839e66dfd123eff78"; + sha256_unsigned = "c2546da1e9ca32e66d30e3457b55634ee11ab05541e0de5839e66dfd123eff78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "018218f3a7c58cdb9ec6eb9a768ecdd8d85fef899ff39c4b4433c152de8b4762"; + sha256_unsigned = "018218f3a7c58cdb9ec6eb9a768ecdd8d85fef899ff39c4b4433c152de8b4762"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "70dd4acb0621b14cd3eee057f8f0375584ad4aead83771d37c98f52bcbe1f3e7"; + sha256_unsigned = "b242c2d034b11777def006c2c98b4fd65feb245ebe79dd7a11ab70f4a99fa202"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + model = "CPE210"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_cpe220-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe220-v2-initramfs-kernel.bin"; + sha256 = "ab9e91a2f101511025cca8cea6bc0f1a657dfafe81336c2b67df47a060fa8051"; + sha256_unsigned = "ab9e91a2f101511025cca8cea6bc0f1a657dfafe81336c2b67df47a060fa8051"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe220-v2-squashfs-sysupgrade.bin"; + sha256 = "9beb297bb761cbdb3ffc60eb1f8c9a7351f398670b22e00534cf8f58822beb53"; + sha256_unsigned = "5470ed838d0e2c501ad6ee110cef2b424eaa4f749ddea28ba88a230edadfd3c6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe220-v2-squashfs-factory.bin"; + sha256 = "fe6f4b4bc48dc7a61bef53af9058f1ea4c21d8b3ea3a1d34f50dd2198207e628"; + sha256_unsigned = "fe6f4b4bc48dc7a61bef53af9058f1ea4c21d8b3ea3a1d34f50dd2198207e628"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe220-v2" + ]; + titles = [ + { + model = "CPE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "729061c63b42042a6d8f348179173b5e8d7471c8a364a15a272f4557ce0db9b6"; + sha256_unsigned = "b3fed51202639c9db49d89014bfd94856911e12ed265b2780043358ef129333d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "1d258e1f033b2659646df659f8e80b1e35c30afff7221055466766457651b885"; + sha256_unsigned = "1d258e1f033b2659646df659f8e80b1e35c30afff7221055466766457651b885"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe220-v3-initramfs-kernel.bin"; + sha256 = "58da67df7f8a1fcbd3c3ace073b2708491bce6e65c4ecde791ab860b0dc6db39"; + sha256_unsigned = "58da67df7f8a1fcbd3c3ace073b2708491bce6e65c4ecde791ab860b0dc6db39"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + model = "CPE220"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_cpe510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe510-v1-squashfs-sysupgrade.bin"; + sha256 = "6c703682af938bb1f0e05cf6d2aa3499d08c3ab1b4f293968fb2f0ffcde2dd50"; + sha256_unsigned = "e64df79a507417224f97193ccb13f4b16003295c6bf6c1612e1df2dfe771be86"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe510-v1-squashfs-factory.bin"; + sha256 = "a9c130cbe9a40c72ba9733e0db008891428a3497ea604be2def198bdc050427b"; + sha256_unsigned = "a9c130cbe9a40c72ba9733e0db008891428a3497ea604be2def198bdc050427b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe510-v1-initramfs-kernel.bin"; + sha256 = "6e8272a1c88c06204839d19fa8fa8cad8c13bfc429b645fea2512bb6e1d9c39a"; + sha256_unsigned = "6e8272a1c88c06204839d19fa8fa8cad8c13bfc429b645fea2512bb6e1d9c39a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v1" + "cpe510" + ]; + titles = [ + { + model = "CPE510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe510-v2-squashfs-factory.bin"; + sha256 = "2d028b72af92bfe1d22fd1205ef752133186fa9dd3a36ffd1cbb0a78cdab1ec9"; + sha256_unsigned = "2d028b72af92bfe1d22fd1205ef752133186fa9dd3a36ffd1cbb0a78cdab1ec9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "bb3efbfbe9fb9b0edcff9942408307972e9c18a0b2749465487fc0231f4897d1"; + sha256_unsigned = "fb57edc26ccfdd798b9a736dc1415076621e844dc2dc54c370a9178397f0b7bd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe510-v2-initramfs-kernel.bin"; + sha256 = "c2c8d64c163ec52873caf6ea21bd1cd0937481683e8b2acb494b19e9068ce86a"; + sha256_unsigned = "c2c8d64c163ec52873caf6ea21bd1cd0937481683e8b2acb494b19e9068ce86a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v2" + "cpe510-v2" + ]; + titles = [ + { + model = "CPE510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_cpe510-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe510-v3-initramfs-kernel.bin"; + sha256 = "6b73948750d62ce2fcc16c220f5737d497d27fecf5001ceaee44910cadd3a43e"; + sha256_unsigned = "6b73948750d62ce2fcc16c220f5737d497d27fecf5001ceaee44910cadd3a43e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe510-v3-squashfs-sysupgrade.bin"; + sha256 = "8471d5bf3c3ea3cb811bf906a0230b0fe8ebb6ba40cb01aa9c010b0f7b77d68f"; + sha256_unsigned = "1a9ae0b04917fc0c72e744a074d4f616a92cc35927e82bab97e8e7fa20a533a2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe510-v3-squashfs-factory.bin"; + sha256 = "5e1dd837028ca854f46fe8ff9184d6128e2323b0c537b589f7d375476332b45a"; + sha256_unsigned = "5e1dd837028ca854f46fe8ff9184d6128e2323b0c537b589f7d375476332b45a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe510-v3" + ]; + titles = [ + { + model = "CPE510"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_cpe610-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe610-v1-initramfs-kernel.bin"; + sha256 = "3d54f848a933da9a07bec50765acf9c0aca649747f1d98e218c1d79b7b89985d"; + sha256_unsigned = "3d54f848a933da9a07bec50765acf9c0aca649747f1d98e218c1d79b7b89985d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe610-v1-squashfs-sysupgrade.bin"; + sha256 = "49e1409fb43a9ec2b24a3b523f66baada0850e37d9895be251c45ef22e509315"; + sha256_unsigned = "838dd78a42d51b4e7e18d556ef3ac7a84412854155398ff2d51004a1e4ce37fb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe610-v1-squashfs-factory.bin"; + sha256 = "091c2949ad1d90f6feb12a3599eaa0cd37f5d5294841c9df658ce666d1f2424b"; + sha256_unsigned = "091c2949ad1d90f6feb12a3599eaa0cd37f5d5294841c9df658ce666d1f2424b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe610-v1" + ]; + titles = [ + { + model = "CPE610"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_cpe610-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe610-v2-squashfs-factory.bin"; + sha256 = "c7c3ea7a2f11511d9eca3c78d1ff79fb832307116303a06b1578d7c0ea06ff92"; + sha256_unsigned = "c7c3ea7a2f11511d9eca3c78d1ff79fb832307116303a06b1578d7c0ea06ff92"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe610-v2-squashfs-sysupgrade.bin"; + sha256 = "6adad2903132e8487a4f4ced3bed280ae0a7a85f8c25d6577a1a832c41cf4c97"; + sha256_unsigned = "cf82292ae69d3f4ed52123f9c047aed877811a11d37073d3eb7554657f81595e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe610-v2-initramfs-kernel.bin"; + sha256 = "1aeb7be40b802cfd8b7d342c60e9bc30c072191bb819e9c004351d619205b481"; + sha256_unsigned = "1aeb7be40b802cfd8b7d342c60e9bc30c072191bb819e9c004351d619205b481"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe610-v2" + ]; + titles = [ + { + model = "CPE610"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe710-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_cpe710-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe710-v1-squashfs-sysupgrade.bin"; + sha256 = "ded39caed439ca34b3271f1935abe3dffc65813fa5de94eafc3cd8efac07670a"; + sha256_unsigned = "87fb86746fb9f65bc2ed8cd3b575a5ff941329e1f756548297f8a11e785a493f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe710-v1-squashfs-factory.bin"; + sha256 = "44505d8db51dd47fdd028c7d172e0e20f2bd7caa1c2108858d137a7d38d0c2f4"; + sha256_unsigned = "44505d8db51dd47fdd028c7d172e0e20f2bd7caa1c2108858d137a7d38d0c2f4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_cpe710-v1-initramfs-kernel.bin"; + sha256 = "68bbc843351849bdd41e85d18b49e2c00c4310804fbf7944e1bb36ea784c5a58"; + sha256_unsigned = "68bbc843351849bdd41e85d18b49e2c00c4310804fbf7944e1bb36ea784c5a58"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe710-v1" + ]; + titles = [ + { + model = "CPE710"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_deco-m4r-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_deco-m4r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_deco-m4r-v1-squashfs-sysupgrade.bin"; + sha256 = "1363c3183050158ecb2c01ca427eddf45ea41fe31b49fd225539bd94bf67d6dc"; + sha256_unsigned = "dd57e6af3653d057790f00897f0f4df9552a1328274292b595bd2a2f726c5b08"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_deco-m4r-v1-squashfs-factory.bin"; + sha256 = "25bf8de9b274028a024c5af1544b323650e76e66deb7245ad067c07092cacc0e"; + sha256_unsigned = "25bf8de9b274028a024c5af1544b323650e76e66deb7245ad067c07092cacc0e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_deco-m4r-v1-initramfs-kernel.bin"; + sha256 = "6fe936fb6dbb9fdd8a93954d371212ddc38782b48e213541554291ac2ab8cee8"; + sha256_unsigned = "6fe936fb6dbb9fdd8a93954d371212ddc38782b48e213541554291ac2ab8cee8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,deco-m4r-v1" + "deco-m4r-v1" + ]; + titles = [ + { + model = "Deco M4R"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-outdoor-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_eap225-outdoor-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap225-outdoor-v1-squashfs-sysupgrade.bin"; + sha256 = "d4bbf32026259e09b52ec338e18f1c1134dc2d99d5fe5b26241663101e596515"; + sha256_unsigned = "01cf93d61120662d86bd94ad7d2e77b4939324ef250f099861097d7d5fcf6a1d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap225-outdoor-v1-squashfs-factory.bin"; + sha256 = "95ad3a37c6aa2939a3206145b8735a434840a4a60f2a0330f76af486c6d7123a"; + sha256_unsigned = "95ad3a37c6aa2939a3206145b8735a434840a4a60f2a0330f76af486c6d7123a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap225-outdoor-v1-initramfs-kernel.bin"; + sha256 = "13cbddeab13ba72ca4de72ebeb77529c51efd462b7b828e6c04f53821664649a"; + sha256_unsigned = "13cbddeab13ba72ca4de72ebeb77529c51efd462b7b828e6c04f53821664649a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-outdoor-v1" + ]; + titles = [ + { + model = "EAP225-Outdoor"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_eap225-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap225-v1-squashfs-sysupgrade.bin"; + sha256 = "9f00acccb9ae60762b8a0428c1872b52f3755d5df3e86b851b287544096ee134"; + sha256_unsigned = "80fa1bb46024ad8df567aba9739d43a8e2546b6ba63b03166ca7cc5f022de109"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap225-v1-initramfs-kernel.bin"; + sha256 = "ab3173cff383e236fdeb6837683c15c28d9ff2f09fa9c21bde773eafab607bd0"; + sha256_unsigned = "ab3173cff383e236fdeb6837683c15c28d9ff2f09fa9c21bde773eafab607bd0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap225-v1-squashfs-factory.bin"; + sha256 = "18a25bc9696fee554269ab28c4305310b8b4c9bd34af28e7774881ec78be1041"; + sha256_unsigned = "18a25bc9696fee554269ab28c4305310b8b4c9bd34af28e7774881ec78be1041"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap225-v1" + ]; + titles = [ + { + model = "EAP225"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_eap225-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap225-v3-initramfs-kernel.bin"; + sha256 = "a14e1688a7d8679ab18ca5d5dc2b0bde70cd5c44cea85f67edb80fd813817f2d"; + sha256_unsigned = "a14e1688a7d8679ab18ca5d5dc2b0bde70cd5c44cea85f67edb80fd813817f2d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap225-v3-squashfs-sysupgrade.bin"; + sha256 = "d6ddcb33e5e8777d4d93c579fdb9bf150cb97728bfc2c2dff656972e630c3eb1"; + sha256_unsigned = "e7eb8e4176f5f248bb1316a05e0435a214f1b62fdb31c2bf67e5fe2155dafcd7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap225-v3-squashfs-factory.bin"; + sha256 = "41926f590a7df9b0abbb8b7b6c919e79bfa61dc7251a518e0d460ae9af7509db"; + sha256_unsigned = "41926f590a7df9b0abbb8b7b6c919e79bfa61dc7251a518e0d460ae9af7509db"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap225-v3" + ]; + titles = [ + { + model = "EAP225"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-wall-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_eap225-wall-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap225-wall-v2-initramfs-kernel.bin"; + sha256 = "5fe67d02224c77c88c16892e161601e8007375bf23479bc90bf3fbd63853f92d"; + sha256_unsigned = "5fe67d02224c77c88c16892e161601e8007375bf23479bc90bf3fbd63853f92d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap225-wall-v2-squashfs-factory.bin"; + sha256 = "58440ed1e4ef97446ae4d2b2e093b936be5116488aba391afc2d454cc11e7a23"; + sha256_unsigned = "58440ed1e4ef97446ae4d2b2e093b936be5116488aba391afc2d454cc11e7a23"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap225-wall-v2-squashfs-sysupgrade.bin"; + sha256 = "779ff9b0de4922c72b40bf9ddfce266fc8e1456dc0fb72e992db964400be373d"; + sha256_unsigned = "abc1b6984e97991967ffd4b0150a68b3dd8dc787eb2e29ecd229336d70c83e24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap225-wall-v2" + ]; + titles = [ + { + model = "EAP225-Wall"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_eap245-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap245-v1-initramfs-kernel.bin"; + sha256 = "37bf44e9f24441de92b9f90efe6d1f2aa42b24b0c10bcd61552c91dff3c2848c"; + sha256_unsigned = "37bf44e9f24441de92b9f90efe6d1f2aa42b24b0c10bcd61552c91dff3c2848c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap245-v1-squashfs-sysupgrade.bin"; + sha256 = "cbb8021ab29fe2921d83e55c42c626756e46059f84b450c4098eb4cca925569a"; + sha256_unsigned = "3ead669ad5e64a359a74887ca6cbe8ce34f68496e8aeadc5bad4b1f08816c970"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap245-v1-squashfs-factory.bin"; + sha256 = "85b4a5a9bd1eec94ddf6dd5e73a30dc3acb8f7726a8a59bcf82af93b9afdff65"; + sha256_unsigned = "85b4a5a9bd1eec94ddf6dd5e73a30dc3acb8f7726a8a59bcf82af93b9afdff65"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap245-v1" + ]; + titles = [ + { + model = "EAP245"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_eap245-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap245-v3-squashfs-sysupgrade.bin"; + sha256 = "02be94711675f19c084627add8a9fdd6d537931082cf56a461aacc266a82e656"; + sha256_unsigned = "da74c27fabab5a72a761039c4507cee22e3ea05bdb1c5c59c3ee8cc0c4f19c4e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap245-v3-initramfs-kernel.bin"; + sha256 = "c46b7f34a23c3f9ad6e410eec90b74de1ebb84f9a11feea9c5cfec2eda3b6d84"; + sha256_unsigned = "c46b7f34a23c3f9ad6e410eec90b74de1ebb84f9a11feea9c5cfec2eda3b6d84"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_eap245-v3-squashfs-factory.bin"; + sha256 = "f207902a46defb461e93bb8f79e4d9104c2ec4b3887b48062d5f486134b6507a"; + sha256_unsigned = "f207902a46defb461e93bb8f79e4d9104c2ec4b3887b48062d5f486134b6507a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap245-v3" + ]; + titles = [ + { + model = "EAP245"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_re350k-v1-initramfs-kernel.bin"; + sha256 = "53c1018ea490d61f1be809357626500e857cbfa0a7dff6abf7c7736178db2320"; + sha256_unsigned = "53c1018ea490d61f1be809357626500e857cbfa0a7dff6abf7c7736178db2320"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "8fc12ce84dfce86377172633a02fcda1a5c2c1f7da180cdb78bc1a44bc9393f5"; + sha256_unsigned = "93b8f2aef491c019b9159576f1c9f23e7a6431bb2481b48238d5ca7f6fc3ed40"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "f1c18111785938e68f19beed196def73f36fd21fa70801ec5b7fcab1b267cf3a"; + sha256_unsigned = "f1c18111785938e68f19beed196def73f36fd21fa70801ec5b7fcab1b267cf3a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + model = "RE350K"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re355-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_re355-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_re355-v1-initramfs-kernel.bin"; + sha256 = "06e7e3fb129a08d6c4c00847028fc0cd4f505e5a55b73590b49316e5b30cd7f3"; + sha256_unsigned = "06e7e3fb129a08d6c4c00847028fc0cd4f505e5a55b73590b49316e5b30cd7f3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re355-v1" + "re355" + ]; + titles = [ + { + model = "RE355"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_re450-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_re450-v1-initramfs-kernel.bin"; + sha256 = "b184d40624b4be3e2f48aaba7689b9db6c0ca6855f09a9f0e8facb417145d722"; + sha256_unsigned = "b184d40624b4be3e2f48aaba7689b9db6c0ca6855f09a9f0e8facb417145d722"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v1" + "re450" + ]; + titles = [ + { + model = "RE450"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_re450-v2-initramfs-kernel.bin"; + sha256 = "0d73d4abb4977c8a551b6163d6bf647d56cd3e4aff88af1916720906066be103"; + sha256_unsigned = "0d73d4abb4977c8a551b6163d6bf647d56cd3e4aff88af1916720906066be103"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + model = "RE450"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_re450-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_re450-v3-squashfs-factory.bin"; + sha256 = "0d887253076d2cf1fdc357c6b13d4f8ee21181f5997e2d1767e9a20782784576"; + sha256_unsigned = "0d887253076d2cf1fdc357c6b13d4f8ee21181f5997e2d1767e9a20782784576"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_re450-v3-squashfs-sysupgrade.bin"; + sha256 = "f9990f6ad81f75253c3e4b755bdb272e14ed8a000e9b60c962cc5840df2d3ed5"; + sha256_unsigned = "4b741790c7466bcff5235790b80d77552b14dd55a52e973a627ddbe5b003f1f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_re450-v3-initramfs-kernel.bin"; + sha256 = "5a703a60e5389137baf03bc91df85e9a2dd17cd6868b42b8c3546493da8c949c"; + sha256_unsigned = "5a703a60e5389137baf03bc91df85e9a2dd17cd6868b42b8c3546493da8c949c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v3" + ]; + titles = [ + { + model = "RE450"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re455-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_re455-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_re455-v1-squashfs-sysupgrade.bin"; + sha256 = "a85831c1072320d81384d9aff53f87d7bcec624a9df1ef5dcc45dadff4519315"; + sha256_unsigned = "156940406ad64369603486dd1c53cbbc50faecd016e37a51b1555ce77948781f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_re455-v1-initramfs-kernel.bin"; + sha256 = "0e24be5f48a9c6e1ce87f514cee8104c52793d8f924615717197aac7e797564f"; + sha256_unsigned = "0e24be5f48a9c6e1ce87f514cee8104c52793d8f924615717197aac7e797564f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_re455-v1-squashfs-factory.bin"; + sha256 = "e1f39f3d06222a5930863ba84fa75d2ee2bb5002253d8d774a348b9f491e35ca"; + sha256_unsigned = "e1f39f3d06222a5930863ba84fa75d2ee2bb5002253d8d774a348b9f491e35ca"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re455-v1" + ]; + titles = [ + { + model = "RE455"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-mr6400-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-mr6400-v1-initramfs-kernel.bin"; + sha256 = "9db10f6b998ecd17f9a12fae7155161f8e1cc8f335ed6a9791bcf6901c5d8442"; + sha256_unsigned = "9db10f6b998ecd17f9a12fae7155161f8e1cc8f335ed6a9791bcf6901c5d8442"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "53521090fab5a5322acc4a5dbe78acb29f5aba987947654bf7251dccfd9dbf1d"; + sha256_unsigned = "53521090fab5a5322acc4a5dbe78acb29f5aba987947654bf7251dccfd9dbf1d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "5a29d743a8cb2e04dc766e8b6e8540921b3a5be9fd581d6f4ed3e35d7a25123a"; + sha256_unsigned = "cfc3faf05042b00c311cbe26d5a2e7d108a230d2b10cc6ea8924df286070cee2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v1" + "tl-mr6400" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa1201-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wa1201-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wa1201-v2-squashfs-sysupgrade.bin"; + sha256 = "ed7bbe15301afe13a7d22baa5aa2e7a6e09691f739dd1d9bd076c2af95a5335a"; + sha256_unsigned = "1cdb715221c8f862ff45b7fe5a516a87a81a0fc7db9d2642d0a4657d305eb1e0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wa1201-v2-squashfs-factory.bin"; + sha256 = "1dd09d8693eff82923718c7ad868d3ed8d2e5e132d166eafbce3b3253e49f3ed"; + sha256_unsigned = "1dd09d8693eff82923718c7ad868d3ed8d2e5e132d166eafbce3b3253e49f3ed"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wa1201-v2-initramfs-kernel.bin"; + sha256 = "edced58ae4ea18e4ffb51a23f2ae19833b7b3e23d6015819d5cab605d607964a"; + sha256_unsigned = "edced58ae4ea18e4ffb51a23f2ae19833b7b3e23d6015819d5cab605d607964a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wa1201-v2" + ]; + titles = [ + { + model = "TL-WA1201"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "70aa541e60f3bc8d895a614eedb66197b0d715b1ec85e472cae7fb2086b3c645"; + sha256_unsigned = "6433330c46d18778be7355f700f8f8285447077b78023b1eb6af4a89fe172a08"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "e91b20e4a422738e9420aef6bc8a141a9942dd38340c58f040157b65ddf8e855"; + sha256_unsigned = "e91b20e4a422738e9420aef6bc8a141a9942dd38340c58f040157b65ddf8e855"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr3500-v1-initramfs-kernel.bin"; + sha256 = "a551c3f1c6b389dd0510b2aaeb613da22576b48bda1f96ce494cc864c8afdccd"; + sha256_unsigned = "a551c3f1c6b389dd0510b2aaeb613da22576b48bda1f96ce494cc864c8afdccd"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + model = "TL-WDR3500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "128203d060fd006a49b9ac0b726c8716486d104c065cf5319b5e8c3faf93edd5"; + sha256_unsigned = "add36d08d19cb83d2903c2976e4c160bfdaa65e79dd4b9fad3021302272d1f87"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr3600-v1-initramfs-kernel.bin"; + sha256 = "bc482eb231558935513b35e6a459931eca13842789f16c20e92798a012bd19fe"; + sha256_unsigned = "bc482eb231558935513b35e6a459931eca13842789f16c20e92798a012bd19fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "f81dea7266f8a6c4959165954be3f039152e863fe0de337e3c708639abc2937c"; + sha256_unsigned = "f81dea7266f8a6c4959165954be3f039152e863fe0de337e3c708639abc2937c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR3600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "62c22f700412b3e006a208a98ddda60ebdea64f032f05fb7c13f85e7179b7f07"; + sha256_unsigned = "c79e6dc744f163fa3bbd4d21151628316f356c2fc532e7617ef5a785212d7f05"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr4300-v1-initramfs-kernel.bin"; + sha256 = "eb437c10c26eae4884e7da9da305b04779668d51b558f0b43365eeedeb55d29e"; + sha256_unsigned = "eb437c10c26eae4884e7da9da305b04779668d51b558f0b43365eeedeb55d29e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "872d33ded543daff462a78825b59c5f1c6ef9a84ecfd663d1ae4d7fe82dbe68e"; + sha256_unsigned = "872d33ded543daff462a78825b59c5f1c6ef9a84ecfd663d1ae4d7fe82dbe68e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr4300-v1-il-initramfs-kernel.bin"; + sha256 = "4b65f8caf63095adbd756865467b529d7e51f0a700557e248e9847323f8c2f5e"; + sha256_unsigned = "4b65f8caf63095adbd756865467b529d7e51f0a700557e248e9847323f8c2f5e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "c63e40fdf082c0c788020a269ad3767cd0c3b32c29ceb4cfc4573c7070b047d4"; + sha256_unsigned = "c63e40fdf082c0c788020a269ad3767cd0c3b32c29ceb4cfc4573c7070b047d4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "eca69c0d7f44c212193ecd6197e3b170413b13abfb9d8c7ce4764d9b9d3890cd"; + sha256_unsigned = "2d4e38bd2d804b3f0e19451b132003034217e63ecc14999f48d5b10d4687b576"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1 (IL)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "69c2f7bbc2c10328a92be8ea088dfd1b614c11a4ba309d4568792b848eb86f43"; + sha256_unsigned = "69c2f7bbc2c10328a92be8ea088dfd1b614c11a4ba309d4568792b848eb86f43"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr4310-v1-initramfs-kernel.bin"; + sha256 = "e39506eb6d0eaf0a812d4f493860a19777689c0fbbc3753accb33602b7cf0dfc"; + sha256_unsigned = "e39506eb6d0eaf0a812d4f493860a19777689c0fbbc3753accb33602b7cf0dfc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "ae93cc7600e31d4d92ce1f239f01900a870f7087f4c16af5568d05b195946f87"; + sha256_unsigned = "bc9fc6ebca18cb9e24aceb6217a96e749ce0b2e1f72a41ef657c6fef984cf6bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4310"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "d5fc03b4033a99fd4faebc058d46ab865897b298b1bbee1f05bd33e1da344192"; + sha256_unsigned = "d5fc03b4033a99fd4faebc058d46ab865897b298b1bbee1f05bd33e1da344192"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr4900-v2-initramfs-kernel.bin"; + sha256 = "224656d121d4197592ecc9493b1dff056740d456f490121de43451691f4a018d"; + sha256_unsigned = "224656d121d4197592ecc9493b1dff056740d456f490121de43451691f4a018d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "d55dd2392500d42b6722740fb37f50e0bdbce9d1f4d092c99ce40c2f37d4139e"; + sha256_unsigned = "3393657f4f199897a9e216989b9909fddf0a04c28610004907f3acd475c454c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr7500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "9e2c95bf9a7ef2277b44d7cbc0fc56200339fff48850a7e16fe16a556f8f5b47"; + sha256_unsigned = "9e2c95bf9a7ef2277b44d7cbc0fc56200339fff48850a7e16fe16a556f8f5b47"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "ae3f27dc83b2d74a46e2b37601f8204d7e38967c19cf49699228f9ca16db6fc6"; + sha256_unsigned = "b3ed0389194051229f580c0a034aa861148a8168b5a7039279172e27d7f382d5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wdr7500-v3-initramfs-kernel.bin"; + sha256 = "03489b4c554cace9a608152b993ff60e2164d4f67be87c23ba8b548fb9d1cc40"; + sha256_unsigned = "03489b4c554cace9a608152b993ff60e2164d4f67be87c23ba8b548fb9d1cc40"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr7500-v3" + "archer-c7" + ]; + titles = [ + { + model = "TL-WDR7500"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wpa8630-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "d51d85ef98927e5db513a25fa2e8aac534921c8762ea2e40d82ec3f3d0a73657"; + sha256_unsigned = "d51d85ef98927e5db513a25fa2e8aac534921c8762ea2e40d82ec3f3d0a73657"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "98af2629fe3be09e8cb2443d051735f082fa36696fc4d59a5cfc0513ef05941c"; + sha256_unsigned = "f7141acfafb51d927ef36900a467b3fa88e1b6c326fe035baba0a5266de47541"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wpa8630-v1-initramfs-kernel.bin"; + sha256 = "8f578c5d2163bf56194ae9bc392cda6813ff27ed5c73eac3a575755a59c57d8e"; + sha256_unsigned = "8f578c5d2163bf56194ae9bc392cda6813ff27ed5c73eac3a575755a59c57d8e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630-v1" + "tl-wpa8630" + ]; + titles = [ + { + model = "TL-WPA8630"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "0be40f7e756d81c72b6deaef40a853ffe46c6f44f7cb84e4b43e320b6965f3a6"; + sha256_unsigned = "4c57a7723157b2afdd4f9604285e102f77b6524fe6e3a848526cb1b2faa9f69d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "a4c9b38eaf5967580a548ec1d2bebbbc3f8c4c056c261862b1235f8473ce69d3"; + sha256_unsigned = "a4c9b38eaf5967580a548ec1d2bebbbc3f8c4c056c261862b1235f8473ce69d3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043n-v5-initramfs-kernel.bin"; + sha256 = "94f6fbf198fcdaf0ef0a321499cbca11fc5995ed4d8a44f79fd62b8048b07691"; + sha256_unsigned = "94f6fbf198fcdaf0ef0a321499cbca11fc5995ed4d8a44f79fd62b8048b07691"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + model = "TL-WR1043N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043nd-v1-initramfs-kernel.bin"; + sha256 = "d532292973f54f5b21e213b7acad13052d25ec41fdbe206b94cd7c47191ed1e6"; + sha256_unsigned = "d532292973f54f5b21e213b7acad13052d25ec41fdbe206b94cd7c47191ed1e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "da003e107b0772dea01608f8569a5a3e2f7b0191fef03b8be9115a17c4141219"; + sha256_unsigned = "f81640281f50354e638940f8938d1555754e7a51e5009a0f5077f038e85c844a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "58035316950fbdec3baa1ceae7a77ea0d7d26e657988f7af695cef0a8daefe52"; + sha256_unsigned = "58035316950fbdec3baa1ceae7a77ea0d7d26e657988f7af695cef0a8daefe52"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "590c5f63cb0b035116c4f599fced385b0422bc096c1fd0201b8185bbd693bd44"; + sha256_unsigned = "44b973e85c1fd70530f177fb85f4417311073e9c0c1147f02f527183cc1637ff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043nd-v2-initramfs-kernel.bin"; + sha256 = "b82243744977641ee4e9ee826d88381301f6a8f98e93169aedc6dd60eb642678"; + sha256_unsigned = "b82243744977641ee4e9ee826d88381301f6a8f98e93169aedc6dd60eb642678"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "f3356bb276ec91203659df0ce3f6c4f6db2d50f19669d6eadb04f743cf6d189c"; + sha256_unsigned = "f3356bb276ec91203659df0ce3f6c4f6db2d50f19669d6eadb04f743cf6d189c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "eeabede99acfd0a0b472ea369c3aaa57f28467d04ff0dfb03ae0d77946d0804d"; + sha256_unsigned = "eeabede99acfd0a0b472ea369c3aaa57f28467d04ff0dfb03ae0d77946d0804d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "4369f5f4353783d21fd6221f025dd517d3681743ebd24e8b0e8d48ca35e30e89"; + sha256_unsigned = "46d17a1902e9099cf5561ed18eecc14e0de1b7bc6a0572a07a500d69c3fbb8f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043nd-v3-initramfs-kernel.bin"; + sha256 = "feadd2d7d3884676f78653a6239a115e4b771875280b8dd08a97564c5edc65a0"; + sha256_unsigned = "feadd2d7d3884676f78653a6239a115e4b771875280b8dd08a97564c5edc65a0"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043nd-v4-initramfs-kernel.bin"; + sha256 = "40597c238babbb05124037e8488fd31d284c3c15a429a4f7611874300c668b61"; + sha256_unsigned = "40597c238babbb05124037e8488fd31d284c3c15a429a4f7611874300c668b61"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "ae6675d3e79be8ae1a68ccea2f9c4aa3acf3415362f20a193cf1c30b94fb608b"; + sha256_unsigned = "ae6675d3e79be8ae1a68ccea2f9c4aa3acf3415362f20a193cf1c30b94fb608b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "b594c22cd1fd9f72ec3111e841c80fe5e3b4fe13543a7b33610875192e0be188"; + sha256_unsigned = "b091dddec3192074b32b8fd4a8c5eeecd89befb4fd6449f3b3a0f79b7eb8188b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1045nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1045nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-sysupgrade.bin"; + sha256 = "925253fc492923cfccbdc0952b76fadcb37b0f9b8f9127d396e03bf1ca5c0f6a"; + sha256_unsigned = "e34e8cd87ddeff4b82e714952af25b015f084e4e211578f6f6792562b66e02ff"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-factory.bin"; + sha256 = "6070ab6f1e3cf3cc8ed375c4e090dedd639e95829d75bf6d0b14c2c855a949d9"; + sha256_unsigned = "6070ab6f1e3cf3cc8ed375c4e090dedd639e95829d75bf6d0b14c2c855a949d9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr1045nd-v2-initramfs-kernel.bin"; + sha256 = "a490bcb0203611137de8804f5fde2cdbefe25b4f677b77d20101cc46e2152fb9"; + sha256_unsigned = "a490bcb0203611137de8804f5fde2cdbefe25b4f677b77d20101cc46e2152fb9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1045nd-v2" + ]; + titles = [ + { + model = "TL-WR1045ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr2543-v1-initramfs-kernel.bin"; + sha256 = "863558c8758f1c1529a77b4ef2dcd7d4c17841d2ebc4108914e96138e5da1057"; + sha256_unsigned = "863558c8758f1c1529a77b4ef2dcd7d4c17841d2ebc4108914e96138e5da1057"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "025a323c8ce57d967daa774a2206b6bbc91490b946914c463cdfbe628d02304d"; + sha256_unsigned = "025a323c8ce57d967daa774a2206b6bbc91490b946914c463cdfbe628d02304d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "cca853dc4b4efb81ce0250d131368e007c9ca19940cffb4ccdf0444ceb350a16"; + sha256_unsigned = "c79c753f4a91fb19baea5692449de96b82e3354e331cd902559a26f96d73327e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + model = "TL-WR2543N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr710n-v1-initramfs-kernel.bin"; + sha256 = "7fe951bd0e33bb77c7bfc6073d822a486229521eee36f467e7de69c28d2a8e1e"; + sha256_unsigned = "7fe951bd0e33bb77c7bfc6073d822a486229521eee36f467e7de69c28d2a8e1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "86b144d9232a39a2a397dc6981453538ef8806c0c4ceb8a1626b74676e0d6493"; + sha256_unsigned = "5decec8aa39c1d38fcea565602f8a96668ad8ad47ad796a61da0259c924682dd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "ce0e3da3b649d5c334474539722a7b8a7fbc0608d4d4ef325d47a0027b8c0cca"; + sha256_unsigned = "ce0e3da3b649d5c334474539722a7b8a7fbc0608d4d4ef325d47a0027b8c0cca"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "6cf93bc6bae2a7f4128516f2e41d6ea3ac7a1c906c31d38c15366b295c9996ef"; + sha256_unsigned = "494f1b2cad26e7562f4ec776e679d792692ea23862d556f985b36ce10070f79b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "7a536f13a12b312b3ec4624ac6b196a1dbfc55fb396e6bedf167692861552045"; + sha256_unsigned = "7a536f13a12b312b3ec4624ac6b196a1dbfc55fb396e6bedf167692861552045"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr710n-v2.1-initramfs-kernel.bin"; + sha256 = "708981d6e4a1fdfd116b51b63dac4c75ad46b66cb981c51edd836fe1b4d0619c"; + sha256_unsigned = "708981d6e4a1fdfd116b51b63dac4c75ad46b66cb981c51edd836fe1b4d0619c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v2.1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "a09ca2f47a73c041fbd918a7421f2c120344247407ca7b78025f3e1852ba05e0"; + sha256_unsigned = "a09ca2f47a73c041fbd918a7421f2c120344247407ca7b78025f3e1852ba05e0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "f844d9c467820fc1fa402b44675c0d402814523076a6b77a6e989e990913885e"; + sha256_unsigned = "bb6f86ed14957f2cb9c64e9759dbb332a858df5626aba1b1a8a4a036f95db51f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr810n-v1-initramfs-kernel.bin"; + sha256 = "bb66cde3e204c1577f90da07fd671e9be1151c1607e9e57373029f99827c564b"; + sha256_unsigned = "bb66cde3e204c1577f90da07fd671e9be1151c1607e9e57373029f99827c564b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr810n-v2-initramfs-kernel.bin"; + sha256 = "04331e15500ceaed18b71f4841130f9de27a29bca36916b1b1033cdf0bddd985"; + sha256_unsigned = "04331e15500ceaed18b71f4841130f9de27a29bca36916b1b1033cdf0bddd985"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "d8bb356f9f463d863960fb01851b7326cce116c4ebd3c2a9acdc51e7bc96d7b6"; + sha256_unsigned = "d8bb356f9f463d863960fb01851b7326cce116c4ebd3c2a9acdc51e7bc96d7b6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "41634dec0ad6a8d158419aeae328c5ad2a57a41af55d63f124d2756906519497"; + sha256_unsigned = "476a3c76575169600a32d96696c085a709afab0d346faf5d4ae9e711efd9c4cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841hp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr841hp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr841hp-v2-squashfs-sysupgrade.bin"; + sha256 = "4508b059df50b663b5d48d2bf16d67c946d91cb911724993d6a62e0e305fd492"; + sha256_unsigned = "81c671de924189db9388b6a1b3e391be29c5d1c305af14c9a6aa530518f1b24c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr841hp-v2-initramfs-kernel.bin"; + sha256 = "ba1e3a0d524904670ef6c0a473a749a669d437a4243b0b2f429e82b009e2a238"; + sha256_unsigned = "ba1e3a0d524904670ef6c0a473a749a669d437a4243b0b2f429e82b009e2a238"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr841hp-v2-squashfs-factory.bin"; + sha256 = "c623ff4a3aad1e69a01deca3c8e511750ccf8f77aeb50acca4f35d238146d9d9"; + sha256_unsigned = "c623ff4a3aad1e69a01deca3c8e511750ccf8f77aeb50acca4f35d238146d9d9"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr841hp-v2" + ]; + titles = [ + { + model = "TL-WR841HP"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841hp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr841hp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr841hp-v3-squashfs-factory.bin"; + sha256 = "fdb4d7424d427d58ac1fc38df0eb4fb4385db28bb799f7a42f8a74ec65ca4eb1"; + sha256_unsigned = "fdb4d7424d427d58ac1fc38df0eb4fb4385db28bb799f7a42f8a74ec65ca4eb1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr841hp-v3-squashfs-sysupgrade.bin"; + sha256 = "2977aade2787b095c71bb9c41874bf1dfb2a4d854954afec82ffc64c252d566f"; + sha256_unsigned = "3e90eafa43df289a55185d5e9619e0028b5c72678d6e2c0f8801db017d3b9b56"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr841hp-v3-initramfs-kernel.bin"; + sha256 = "6c9caf76af90118058ecbb8133018df163ec086cacce8e02b1eb86bf75ec889b"; + sha256_unsigned = "6c9caf76af90118058ecbb8133018df163ec086cacce8e02b1eb86bf75ec889b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr841hp-v3" + ]; + titles = [ + { + model = "TL-WR841HP"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr842n-v1-initramfs-kernel.bin"; + sha256 = "1820b1f3174cb086de43ec66f3a4304064eedbce432ede6826faf49d6cc35522"; + sha256_unsigned = "1820b1f3174cb086de43ec66f3a4304064eedbce432ede6826faf49d6cc35522"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "3ca0c181d7a280af4506b8f21a16fd966fdbb6527f27d3639f8a9886ac8ce49e"; + sha256_unsigned = "3ca0c181d7a280af4506b8f21a16fd966fdbb6527f27d3639f8a9886ac8ce49e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "4024a18b7ffb894e0cd4dad1dd8d542fd13f8e779a4dd38134c63e59c949e554"; + sha256_unsigned = "904e5ac07a9194419a07322051818a76571e5ac5bd02d850e40273255b7e2551"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "67cb4266991c4314272b28340de08ba48ab81f8fe2ba41fbbe9c6a0d8e49cb6b"; + sha256_unsigned = "67cb4266991c4314272b28340de08ba48ab81f8fe2ba41fbbe9c6a0d8e49cb6b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "cdf18af76dcf23f2b45d82efa76de324364585c832124b83423f198c91195806"; + sha256_unsigned = "92c50c552706e1c42cf598901848ce45cf04714011610dfdfbca6bf4c2804fff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr842n-v2-initramfs-kernel.bin"; + sha256 = "d1e407869f3ce75f9c306ccbd297687914ab0d725b166c4da27e8845b03d8a4a"; + sha256_unsigned = "d1e407869f3ce75f9c306ccbd297687914ab0d725b166c4da27e8845b03d8a4a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr842n-v3-initramfs-kernel.bin"; + sha256 = "1e7a0bdd70f575d3b6ea68cb28f9886b47a6d63d0061ce91bfa892bd1530f98b"; + sha256_unsigned = "1e7a0bdd70f575d3b6ea68cb28f9886b47a6d63d0061ce91bfa892bd1530f98b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "348e5438ad8e376b15d106b0c8e98cbfae07265b8fb27a66c4e572e2ed3d63de"; + sha256_unsigned = "ab6abad2c4a7c5452488c2cce50712e20660f9a62e6faf7d21c21134de7f3f93"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "04ef629f7bef0cf54b7ae4146c128ec15037a233a7b0d31f834f177dbb80311f"; + sha256_unsigned = "04ef629f7bef0cf54b7ae4146c128ec15037a233a7b0d31f834f177dbb80311f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr902ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr902ac-v1-initramfs-kernel.bin"; + sha256 = "a7b709ffd5cad6dcc9153d92531038273d9678bdcb886b0f7641477f27059e8d"; + sha256_unsigned = "a7b709ffd5cad6dcc9153d92531038273d9678bdcb886b0f7641477f27059e8d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "3b6592b8aa838997022a950d0d355d7090d9ef8cd56e2ee623b9d14dbeadb703"; + sha256_unsigned = "2bb3967ae6b1cd772ff03a8e67b792ab87515a9b3338f61bc6576a37fc4be96d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "b57d5f49647d1f19a163708694be26fb258c9c4c2abc1c36199004410e5d1cd4"; + sha256_unsigned = "b57d5f49647d1f19a163708694be26fb258c9c4c2abc1c36199004410e5d1cd4"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v1" + "tl-wr902ac-v1" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr941hp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_tl-wr941hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr941hp-v1-initramfs-kernel.bin"; + sha256 = "3a9a6cf93c546159285b2dd4a611ee55b73f4fa464844c6b169a48c2f0f4fa55"; + sha256_unsigned = "3a9a6cf93c546159285b2dd4a611ee55b73f4fa464844c6b169a48c2f0f4fa55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr941hp-v1-squashfs-sysupgrade.bin"; + sha256 = "a69f1a57afacb76ffb3f855813b4511f8231e07fbd7bc674388905e2d3d48882"; + sha256_unsigned = "e566f79370911568d1925559e0a58beeda86ecdf89dae5cf39c770df93f556e5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_tl-wr941hp-v1-squashfs-factory.bin"; + sha256 = "9f57b2c2eadebe01f0ac2b298b274061b1bfb45f290157488da3f56877dc2009"; + sha256_unsigned = "9f57b2c2eadebe01f0ac2b298b274061b1bfb45f290157488da3f56877dc2009"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr941hp-v1" + ]; + titles = [ + { + model = "TL-WR941HP"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_wbs210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_wbs210-v1-squashfs-factory.bin"; + sha256 = "6029dc5bcd7b04f24aba0d862c2f448aabec5a12926065f7a06a298522504884"; + sha256_unsigned = "6029dc5bcd7b04f24aba0d862c2f448aabec5a12926065f7a06a298522504884"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_wbs210-v1-initramfs-kernel.bin"; + sha256 = "d5d363b68d5cf58843f7a5acb7c00dba7cd446a04aaf6b25e746739fffe1de06"; + sha256_unsigned = "d5d363b68d5cf58843f7a5acb7c00dba7cd446a04aaf6b25e746739fffe1de06"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "e2de9d78a37e078afe2749339ccb2c5eee0de57115e04a474265acdcb19427bc"; + sha256_unsigned = "970729270180793a2d2ebf9f7518a25b49a8515de68af2786479d7d64d695510"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs210-v1" + "wbs210" + ]; + titles = [ + { + model = "WBS210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_wbs210-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_wbs210-v2-initramfs-kernel.bin"; + sha256 = "00fe13833ffd67ede9519260b396de1dc7e327134440fb50102fe265d468faad"; + sha256_unsigned = "00fe13833ffd67ede9519260b396de1dc7e327134440fb50102fe265d468faad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_wbs210-v2-squashfs-sysupgrade.bin"; + sha256 = "ceb9ed9a381a31cc681371cf1ef68099177cce28a2977618174bba20214aa56a"; + sha256_unsigned = "c3d904075aeb117ba97894c2247baacad94e2595fa51476e9ef38a1a4f66fdc8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_wbs210-v2-squashfs-factory.bin"; + sha256 = "d42f6a92653a9f1b30d0698d45f283ec525a5532d9944b56426ce7235e18b68f"; + sha256_unsigned = "d42f6a92653a9f1b30d0698d45f283ec525a5532d9944b56426ce7235e18b68f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,wbs210-v2" + ]; + titles = [ + { + model = "WBS210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_wbs510-v1-squashfs-factory.bin"; + sha256 = "e5a16d740bf3a94afdd9ce5df9d0f44cee710c4a756c0f060d7cf38bd6bcd92c"; + sha256_unsigned = "e5a16d740bf3a94afdd9ce5df9d0f44cee710c4a756c0f060d7cf38bd6bcd92c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_wbs510-v1-initramfs-kernel.bin"; + sha256 = "7eefe4163e55f38a4cb12997730652a1fac6cf45cbe4807488c1d760a919413b"; + sha256_unsigned = "7eefe4163e55f38a4cb12997730652a1fac6cf45cbe4807488c1d760a919413b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "7d271a67626d86e4b078f7940af0a122e87c9b326ee0a9d2bb6c8b165cacdcba"; + sha256_unsigned = "27f07e12a5bda0bf1623a4580f1eb04ce44d25123f1bd8ad3fded5235b708610"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs510-v1" + "wbs510" + ]; + titles = [ + { + model = "WBS510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-tplink_wbs510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_wbs510-v2-squashfs-factory.bin"; + sha256 = "54b44fe7260d405335c48aff68ec683a208c88ec0c19462a9008ead207b4d20b"; + sha256_unsigned = "54b44fe7260d405335c48aff68ec683a208c88ec0c19462a9008ead207b4d20b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_wbs510-v2-initramfs-kernel.bin"; + sha256 = "ff2a91268e4ffb47efe895de96a02017b0f9728a7354520714e07a8ec98f1c40"; + sha256_unsigned = "ff2a91268e4ffb47efe895de96a02017b0f9728a7354520714e07a8ec98f1c40"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-tplink_wbs510-v2-squashfs-sysupgrade.bin"; + sha256 = "14ce3868d2101ce851bfb5a90f585cbbe4d1ee137db981703d4bc3cfaecb90f8"; + sha256_unsigned = "216876647add42860bffc57dfa418e3c023ae7fea63f1613c860cd1fe0e0b3ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs510-v2" + ]; + titles = [ + { + model = "WBS510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-823dru = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-trendnet_tew-823dru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-trendnet_tew-823dru-squashfs-factory.bin"; + sha256 = "930d92df8bdfa54feb3fb0dbf54e6c13698438dec3d61b513097a8054c83aa2f"; + sha256_unsigned = "930d92df8bdfa54feb3fb0dbf54e6c13698438dec3d61b513097a8054c83aa2f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-trendnet_tew-823dru-initramfs-kernel.bin"; + sha256 = "b9c21a0f14c5c1156f8cefb4ca02c718a83b125a9ac4a27dcbadbbfd36d3bea8"; + sha256_unsigned = "b9c21a0f14c5c1156f8cefb4ca02c718a83b125a9ac4a27dcbadbbfd36d3bea8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-trendnet_tew-823dru-squashfs-sysupgrade.bin"; + sha256 = "6f11d14ca41fc06bd0e823a0196f2d1c30f2c056a3583962c0ff10e22937c649"; + sha256_unsigned = "5851a2aa7e8ec4bf5c865bc52212b9c4707760e4177dee94abe2f1b1b39f43a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-823dru" + "tew-823dru" + ]; + titles = [ + { + model = "TEW-823DRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + ubnt_aircube-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_aircube-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_aircube-ac-initramfs-kernel.bin"; + sha256 = "080f7c3777bb7cb82e0cb7128139edbc0331fefcd1844e1b76f6c08c2148b643"; + sha256_unsigned = "080f7c3777bb7cb82e0cb7128139edbc0331fefcd1844e1b76f6c08c2148b643"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_aircube-ac-squashfs-factory.bin"; + sha256 = "acd223f3e34ac6f8235725c6311d5a97ed433866c4da3eb23ade8bdca140c008"; + sha256_unsigned = "acd223f3e34ac6f8235725c6311d5a97ed433866c4da3eb23ade8bdca140c008"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_aircube-ac-squashfs-sysupgrade.bin"; + sha256 = "d43f16e7e09663e56264f65b674cae6cb3a6c0156041e4d9456401dcd70923be"; + sha256_unsigned = "d90b9eece68db7c6092e14198aaea2355abed6dc9c258f90cf21fd548e8f629e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,aircube-ac" + ]; + titles = [ + { + model = "airCube AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_aircube-isp = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_aircube-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_aircube-isp-squashfs-factory.bin"; + sha256 = "f42512be9a703559f0c267f4c6904a1964653a559546e7a45e8d92d405f42882"; + sha256_unsigned = "f42512be9a703559f0c267f4c6904a1964653a559546e7a45e8d92d405f42882"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_aircube-isp-initramfs-kernel.bin"; + sha256 = "26a83117d285b9d6a9c4530e751750929efbaedb68dbe88f333cbaef665437b5"; + sha256_unsigned = "26a83117d285b9d6a9c4530e751750929efbaedb68dbe88f333cbaef665437b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_aircube-isp-squashfs-sysupgrade.bin"; + sha256 = "eaabc869b36065be53d37164ab0a0e8ec7edc948094b72fbaa40548e7d0ee053"; + sha256_unsigned = "e482fdd5c7a75e0138bc1578eeec7b455fd9ee5e7743b44c585c184d96a06611"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,aircube-isp" + "ubnt,acb-isp" + ]; + titles = [ + { + model = "airCube ISP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "09fa1419475f8ff4fd8b558b5b01355bf7b15dfd831f9c290b45de53dfcb7a73"; + sha256_unsigned = "d174152b67a7674184a96c2ea2cb26cfd3c4354dc91feee293059982643c8f05"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "6da23bebab1bf65d422f87960590c26ac2e795cb8f9c3aceabb04a22ea4c818b"; + sha256_unsigned = "6da23bebab1bf65d422f87960590c26ac2e795cb8f9c3aceabb04a22ea4c818b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_airrouter-initramfs-kernel.bin"; + sha256 = "46e71b9c087c7304b0da53e646fe9aceedde5d7f23b8b69517f470d2ef0c8385"; + sha256_unsigned = "46e71b9c087c7304b0da53e646fe9aceedde5d7f23b8b69517f470d2ef0c8385"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + model = "AirRouter"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_bullet-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_bullet-ac-squashfs-sysupgrade.bin"; + sha256 = "73541ba8c9217a1c303df488f7cd993c27a9a4a5476f1470905705d97fb80a19"; + sha256_unsigned = "dcf27bdec188662085f8c25af13514d2dff689fa80f34afa039773c943fc7a0a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_bullet-ac-squashfs-factory.bin"; + sha256 = "476de16a90331089572d25dcb488e853141b8d5c724065a47995c928b67bcf37"; + sha256_unsigned = "476de16a90331089572d25dcb488e853141b8d5c724065a47995c928b67bcf37"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_bullet-ac-initramfs-kernel.bin"; + sha256 = "c9be14b56380dc7976fba7cc8c632d856c1f64bb7951d0d655afb045c4312d5a"; + sha256_unsigned = "c9be14b56380dc7976fba7cc8c632d856c1f64bb7951d0d655afb045c4312d5a"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-ac" + ]; + titles = [ + { + model = "Bullet AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7240 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_bullet-m-ar7240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_bullet-m-ar7240-squashfs-sysupgrade.bin"; + sha256 = "bfdb70ea717fb082a7524c4f1303ce4a9db0175ccf049e5d61cd9f20163fb740"; + sha256_unsigned = "809453999c6ec93df1ff763fb20fbe94c4b9da20053edeb7b10d347a079aa0bb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_bullet-m-ar7240-initramfs-kernel.bin"; + sha256 = "4a9dc2557b826654df881b29c8b012e18a772831bbdfac8a842dfda3c9c5d0de"; + sha256_unsigned = "4a9dc2557b826654df881b29c8b012e18a772831bbdfac8a842dfda3c9c5d0de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_bullet-m-ar7240-squashfs-factory.bin"; + sha256 = "2da670de879d319326331295fb738d52e21d537dc396bf408bc302cd8fb6d5c7"; + sha256_unsigned = "2da670de879d319326331295fb738d52e21d537dc396bf408bc302cd8fb6d5c7"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7240" + "bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7240)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7241 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_bullet-m-ar7241"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_bullet-m-ar7241-squashfs-factory.bin"; + sha256 = "90928dd17ad29617e4f8534b702fede48f2852073eb23084247dd1cacbbdb1d3"; + sha256_unsigned = "90928dd17ad29617e4f8534b702fede48f2852073eb23084247dd1cacbbdb1d3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_bullet-m-ar7241-squashfs-sysupgrade.bin"; + sha256 = "da1d3dcd63a85cbf196957a62c2db67717f1f541ee629d6c2867e9d3c2ac3f21"; + sha256_unsigned = "c832ffd5126ca453b4c607da252546a0605646573c9d9a495937e8ba90c255fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_bullet-m-ar7241-initramfs-kernel.bin"; + sha256 = "e635fed85555c27cde085439e77694de6f3ba82b7d7ce014a42ebbe0d9fd445d"; + sha256_unsigned = "e635fed85555c27cde085439e77694de6f3ba82b7d7ce014a42ebbe0d9fd445d"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7241" + "bullet-m" + "ubnt,bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7241)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "311a5f10a2e53fa9ac2c4adb5e443f9a3d0c2760ab82e9d172c275c722786801"; + sha256_unsigned = "57168b8871bc11b5677546242c1fa1ba50a5e2d08909a48c73e3295c81da0d49"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "51a4fe195a82531a935bc2985a02a64fa3baa3b400bc6e8f1c4a76452dff2cd2"; + sha256_unsigned = "51a4fe195a82531a935bc2985a02a64fa3baa3b400bc6e8f1c4a76452dff2cd2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_bullet-m-xw-initramfs-kernel.bin"; + sha256 = "dafb7aca60ab86b12640068c973803cece6404c357e2ef5a0440cde7cc92b1fa"; + sha256_unsigned = "dafb7aca60ab86b12640068c973803cece6404c357e2ef5a0440cde7cc92b1fa"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-5xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_edgeswitch-5xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_edgeswitch-5xp-squashfs-factory.bin"; + sha256 = "fb777a55bd8c35e76640bb83bd9c6b2516f09fb66e1aca1d6eda02794e8f9dda"; + sha256_unsigned = "fb777a55bd8c35e76640bb83bd9c6b2516f09fb66e1aca1d6eda02794e8f9dda"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_edgeswitch-5xp-squashfs-sysupgrade.bin"; + sha256 = "9c5228c32c7b55ae8e64adfbd1ea07ee8a3816c3659933b2c379039ebb374060"; + sha256_unsigned = "3252bb8c511ce0bcbbdb8b86837798587cc5597a5a91757d7b52962465e4d613"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_edgeswitch-5xp-initramfs-kernel.bin"; + sha256 = "f0de42d31df1c86e8861a213562d6ef1a2226664bc5d94c7880491b8d66cad9c"; + sha256_unsigned = "f0de42d31df1c86e8861a213562d6ef1a2226664bc5d94c7880491b8d66cad9c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-5xp" + ]; + titles = [ + { + model = "EdgeSwitch 5XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-8xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-switch-bcm53xx-mdio" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_edgeswitch-8xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_edgeswitch-8xp-squashfs-factory.bin"; + sha256 = "dbbc92491629829c2e2049ac95f641cacff3b1d3fef515ab896d241c245cde83"; + sha256_unsigned = "dbbc92491629829c2e2049ac95f641cacff3b1d3fef515ab896d241c245cde83"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_edgeswitch-8xp-initramfs-kernel.bin"; + sha256 = "7787da1cb7dacaa56dc8c66ebd7003dbcf12808a5ac5c55d89f33d4dd8ce2d2f"; + sha256_unsigned = "7787da1cb7dacaa56dc8c66ebd7003dbcf12808a5ac5c55d89f33d4dd8ce2d2f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_edgeswitch-8xp-squashfs-sysupgrade.bin"; + sha256 = "11d98510e17e75ff89939251b09077cbb1c9318b10f80fe51a85b8040768b20d"; + sha256_unsigned = "92e6ea8824c4b2347db10c629f9b9e8121f676e7f5b894131527d0b101fdf2ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-8xp" + ]; + titles = [ + { + model = "EdgeSwitch 8XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "7e510f1847366379660ab2879c7e2adcb87bbab902e9c22ea3602bd64b1e6b67"; + sha256_unsigned = "7e510f1847366379660ab2879c7e2adcb87bbab902e9c22ea3602bd64b1e6b67"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_lap-120-initramfs-kernel.bin"; + sha256 = "46c5892b47aff25a3d88662203725d82315a5d3a0558b46b31f4e8773e6f416b"; + sha256_unsigned = "46c5892b47aff25a3d88662203725d82315a5d3a0558b46b31f4e8773e6f416b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "605c94f4c23606375622e45878366ee49a9b203ad62ae74f75532355f046ce04"; + sha256_unsigned = "57535d3f71f0948cd5cc272e545feda2f7474e6591c796be4383e75a9792e55b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + model = "LiteAP ac (LAP-120)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_litebeam-ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_litebeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-factory.bin"; + sha256 = "61448d4d9e15fa86431f69469d1927a58797bf67ee6a159c8bbd6501f928c808"; + sha256_unsigned = "61448d4d9e15fa86431f69469d1927a58797bf67ee6a159c8bbd6501f928c808"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "e2ba9c7ea1f050fa22f3fd081d76b4404952f051e547869d15ca2a66f6d68a89"; + sha256_unsigned = "f26d1dc8d0fc164601bcf97856d6329c777133d0265c8ec8c5c84a58206ff833"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_litebeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "14e26f424322688116dde94be0453606ae2946ac8d9290f7ba5d4c240f6e1dae"; + sha256_unsigned = "14e26f424322688116dde94be0453606ae2946ac8d9290f7ba5d4c240f6e1dae"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,litebeam-ac-gen2" + ]; + titles = [ + { + model = "LiteBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "93cfa58a7bb3d607d8bf453b744691e486656f481a9c32c4b147689391468f8a"; + sha256_unsigned = "93cfa58a7bb3d607d8bf453b744691e486656f481a9c32c4b147689391468f8a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanobeam-ac-initramfs-kernel.bin"; + sha256 = "333c3a46e04de6f154918f19c0eb9eee48b59a39610235e3b9c0304994bc27a8"; + sha256_unsigned = "333c3a46e04de6f154918f19c0eb9eee48b59a39610235e3b9c0304994bc27a8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "e27ea186da7ecf162d7ff6bec7469188610a0fc5e865819bd3f6172c84f40c2a"; + sha256_unsigned = "e75ffc67164e88baaa4ce7d80d0598a0c6830e8e9dbdacb989b2643a0095586f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-gen2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_nanobeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "b3435e2dd22af081eb06701a8c7895211542ca926f1cfd90202eb4446155d7d0"; + sha256_unsigned = "e715accd2793537116326a2ccba0835832b529fce59bc344ba7a033f1ba820b1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-factory.bin"; + sha256 = "aeae481b328f2330898e9900aedc951354c9fba61d9bcceffb0b7fcef7ba96dc"; + sha256_unsigned = "aeae481b328f2330898e9900aedc951354c9fba61d9bcceffb0b7fcef7ba96dc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanobeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "da71d60e43790a52a7aa7216c51f874f915f487f3c56bd1033ca4b5a656fba3a"; + sha256_unsigned = "da71d60e43790a52a7aa7216c51f874f915f487f3c56bd1033ca4b5a656fba3a"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-gen2" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-xc = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_nanobeam-ac-xc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanobeam-ac-xc-squashfs-sysupgrade.bin"; + sha256 = "47db448edf475b4e494015d261ea06f555a4701f509fbc9090dad1cb2deaf3cd"; + sha256_unsigned = "535b37bacff0b64b671f00620a4ad633bf5733c552c9b259b99409b46d8be8ee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanobeam-ac-xc-initramfs-kernel.bin"; + sha256 = "096ab162c3594c3db9055df2dfd20013b22f695281a63298596538dd2eb0231b"; + sha256_unsigned = "096ab162c3594c3db9055df2dfd20013b22f695281a63298596538dd2eb0231b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanobeam-ac-xc-squashfs-factory.bin"; + sha256 = "0024159058763cb24696e8e480bdf44ce2c1f483eebcd9f65f97561de933ea42"; + sha256_unsigned = "0024159058763cb24696e8e480bdf44ce2c1f483eebcd9f65f97561de933ea42"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-xc" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1 (XC)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-m5-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_nanobeam-m5-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanobeam-m5-xw-squashfs-sysupgrade.bin"; + sha256 = "226565f802352a501d74f1b28a75545f7be128667430825ec677ed57349682d2"; + sha256_unsigned = "e465889224d80ae1789349bfb3d2af5907636682989361614749032368be9576"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanobeam-m5-xw-initramfs-kernel.bin"; + sha256 = "89926530279e80e173b086e12e19cdac6a397a9ea84a8656296c9fdf8c438a2e"; + sha256_unsigned = "89926530279e80e173b086e12e19cdac6a397a9ea84a8656296c9fdf8c438a2e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanobeam-m5-xw-squashfs-factory.bin"; + sha256 = "d18577844126da15dd479173c6a7371c7e1c5cbeb29e051e16ba8fc77afa1128"; + sha256_unsigned = "d18577844126da15dd479173c6a7371c7e1c5cbeb29e051e16ba8fc77afa1128"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-m5-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "NanoBeam M5"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_nanobridge-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanobridge-m-initramfs-kernel.bin"; + sha256 = "1b3dab22250db973a966cae27ad00ebb44568324d7975d82f3c01301e46364ec"; + sha256_unsigned = "1b3dab22250db973a966cae27ad00ebb44568324d7975d82f3c01301e46364ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanobridge-m-squashfs-sysupgrade.bin"; + sha256 = "30871ca414c5d4cbb07613864e08eacb7ecdb3f756b0363d9333f601aff7b68f"; + sha256_unsigned = "95e8521afa2f49284b2bf9fdd711182ccac9fb2926495ace9b36a427666a78a8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanobridge-m-squashfs-factory.bin"; + sha256 = "570ce1c1255971fb3decf8e23e7ca5d2282c70d438881790c042f3e32f2f3d37"; + sha256_unsigned = "570ce1c1255971fb3decf8e23e7ca5d2282c70d438881790c042f3e32f2f3d37"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobridge-m" + "bullet-m" + ]; + titles = [ + { + model = "NanoBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-ac-initramfs-kernel.bin"; + sha256 = "fe8b74177e6c62672d6e98f946e9d6051f63c21a67f9348b3f7ea441a22dfc02"; + sha256_unsigned = "fe8b74177e6c62672d6e98f946e9d6051f63c21a67f9348b3f7ea441a22dfc02"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "f3bd4a5596d6f6b2a9d67652cd0db5a2e619e11c22f21fb0448e374c9e01a86f"; + sha256_unsigned = "f3bd4a5596d6f6b2a9d67652cd0db5a2e619e11c22f21fb0448e374c9e01a86f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "2fbec902cfc2048d14d8d96e0a014d2400d35323397ea662046d057970a7b6f4"; + sha256_unsigned = "73fbff2588a4cb70ead1cd4509e6e5ada249be1e77a3bb7a3c9e80efdece28dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + model = "Nanostation AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "046b91225cc9f9747ce6fa22272d4fbb3551febad4b932c1e3df7ea0d790bfd6"; + sha256_unsigned = "046b91225cc9f9747ce6fa22272d4fbb3551febad4b932c1e3df7ea0d790bfd6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-ac-loco-initramfs-kernel.bin"; + sha256 = "99eca9f80c6e615eb08098c3f9bd30f2ad7b76fba5029db05ba3c84e56a6eb79"; + sha256_unsigned = "99eca9f80c6e615eb08098c3f9bd30f2ad7b76fba5029db05ba3c84e56a6eb79"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "757f24739e3c34da51b73ffdf12558efb416b200d08d73f60812238569829508"; + sha256_unsigned = "d9dbba5f33afe898b30c2cd29327b9818fea4f65288fe73091d5eca85af3d67a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + model = "Nanostation AC loco"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "726d5c36bf3480c224c43dfbb89e479fb5c80a2a0bfab056f8d4a89ff9bf66bd"; + sha256_unsigned = "a28dbff738c9808a3e2cf16e2ba5f9980ea7e668f063f8b9966c1e4fd90d6883"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-loco-m-initramfs-kernel.bin"; + sha256 = "5348c81ef2bf3b62104951ae9383aede1eb350f89081415c761041448c0124b9"; + sha256_unsigned = "5348c81ef2bf3b62104951ae9383aede1eb350f89081415c761041448c0124b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "c5683090e895d04b136895176e01db2998bdbb6a5dbfae5a2f960d3efea329bb"; + sha256_unsigned = "c5683090e895d04b136895176e01db2998bdbb6a5dbfae5a2f960d3efea329bb"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-loco-m-xw-initramfs-kernel.bin"; + sha256 = "a10c2d43235cb8f64c95d02b402d9b787ef74fa68b84337e7b4efe931b38687d"; + sha256_unsigned = "a10c2d43235cb8f64c95d02b402d9b787ef74fa68b84337e7b4efe931b38687d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "1a5c1070e3366e050384790918e66fd630dfc979716e92d8889f174be6426b85"; + sha256_unsigned = "3fdd09a131e7e48928348612d9e57ec8d71419f0b743783eaf9749f9cf494c63"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "1dc2a3e46702dec326d24e14b7ef215d1a37e3f42458d08d339170188909ee0c"; + sha256_unsigned = "1dc2a3e46702dec326d24e14b7ef215d1a37e3f42458d08d339170188909ee0c"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "16c3c78543c2825f8fc0e54b2136c5ffea62eee8bc15759ad7933138036d84f1"; + sha256_unsigned = "16c3c78543c2825f8fc0e54b2136c5ffea62eee8bc15759ad7933138036d84f1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "cda20b5be19208bbc1d4ef880befa2bdd2d57904488ae3f9351d2071751a8ac2"; + sha256_unsigned = "231ef8866767ee7907d581530dc2923a6eb279fc6e6ee61846bf5ca48de58e7c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-m-initramfs-kernel.bin"; + sha256 = "59106ad9a6cfd4ebfda967025af74605d87223e63f55e2f28c1bd8fe5608c5d2"; + sha256_unsigned = "59106ad9a6cfd4ebfda967025af74605d87223e63f55e2f28c1bd8fe5608c5d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-m-xw-initramfs-kernel.bin"; + sha256 = "708c07eef0e69c5a27da6e00b3a6d2a8e0bd1f85ba7755cec9bf819ed9e769da"; + sha256_unsigned = "708c07eef0e69c5a27da6e00b3a6d2a8e0bd1f85ba7755cec9bf819ed9e769da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "fcb0f5e739ccbd9a3ed65975118ce7a9463ab23bff2e84a64f04b72e0ce9612d"; + sha256_unsigned = "fcb0f5e739ccbd9a3ed65975118ce7a9463ab23bff2e84a64f04b72e0ce9612d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "f25e3258d62f94da4cccab37e14ef1679a7a7bafe227ba97e3855df6515c229c"; + sha256_unsigned = "a7ce4b737198304287711f8738ba9c5ab0065a2180951ddb26931687bba389bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_picostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "94f33a3dad45cf613d08d952b673a4b261da8300c8385518b5127d9a264e4206"; + sha256_unsigned = "94f33a3dad45cf613d08d952b673a4b261da8300c8385518b5127d9a264e4206"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "a5c468f150b2034791ab07f0a6f46caff619867932fc38a2622d252aba1449b9"; + sha256_unsigned = "e5d7285f5a8d8950f4e012883a9c0ea6fd8703538065da4c6e0055e63f8ecc9b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_picostation-m-initramfs-kernel.bin"; + sha256 = "9c9b0558d25f50c2c8ee78c203fe5003540089a9a28fbb5eab28bee67b8684c4"; + sha256_unsigned = "9c9b0558d25f50c2c8ee78c203fe5003540089a9a28fbb5eab28bee67b8684c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + model = "Picostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-500 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_powerbeam-5ac-500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_powerbeam-5ac-500-initramfs-kernel.bin"; + sha256 = "92678ae9dba154fd91cb9d5c1c12b8df008b751142b79178e25282279e4419e2"; + sha256_unsigned = "92678ae9dba154fd91cb9d5c1c12b8df008b751142b79178e25282279e4419e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-sysupgrade.bin"; + sha256 = "cd7bbf600100d136cb1dd9727c93ce195e1149adc9fe9f91854e11cb221f4332"; + sha256_unsigned = "73e44cfb3f44467c6c59f9506e1faef9ab16c9b9691b4c28a00f30dfbb1f3c8f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-factory.bin"; + sha256 = "d0ccb904e776cd7aa2301dd647f30062a00f21aae62f33b1c93531fbf876a113"; + sha256_unsigned = "d0ccb904e776cd7aa2301dd647f30062a00f21aae62f33b1c93531fbf876a113"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-500" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "500"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_powerbeam-5ac-gen2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_powerbeam-5ac-gen2-initramfs-kernel.bin"; + sha256 = "c6569002eb985a61f70392038e278cdd0104f28ead05e3ea0ff49b111868713f"; + sha256_unsigned = "c6569002eb985a61f70392038e278cdd0104f28ead05e3ea0ff49b111868713f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "d06c4abe44e4a99d27b02482af330cd31d7f728d569beaceba26b5e42f1f5253"; + sha256_unsigned = "fa2f93536e024a62c38f9ef5c3bbda4cca5103636ad89b6075453de6bbdcaecb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-factory.bin"; + sha256 = "0174c5d95dbfdfc13c7c326e2214ee9b3dcff4ed2e1d1730c7cf18fa512eb894"; + sha256_unsigned = "0174c5d95dbfdfc13c7c326e2214ee9b3dcff4ed2e1d1730c7cf18fa512eb894"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-gen2" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-m2-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_powerbeam-m2-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_powerbeam-m2-xw-squashfs-sysupgrade.bin"; + sha256 = "44479885df09e407c0b95838467ce785ddaf6031ddfde0dfa54daaecbb4660e0"; + sha256_unsigned = "bdbf957706ab33a2d75a2ab08412c0edf8be7da8eddb8079ba5b3bd5046d9a23"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_powerbeam-m2-xw-squashfs-factory.bin"; + sha256 = "151fc73764886f1984d19514ee20ceb1313051d14eb3f5a1944b57f041b9f538"; + sha256_unsigned = "151fc73764886f1984d19514ee20ceb1313051d14eb3f5a1944b57f041b9f538"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_powerbeam-m2-xw-initramfs-kernel.bin"; + sha256 = "de3a0b380974e4d85ea98308943b009961b353c0c0d96c4f06e1276c3f2bed0c"; + sha256_unsigned = "de3a0b380974e4d85ea98308943b009961b353c0c0d96c4f06e1276c3f2bed0c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-m2-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "PowerBeam M2"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-m5-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_powerbeam-m5-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_powerbeam-m5-xw-squashfs-factory.bin"; + sha256 = "e89b7844c41690b3ff49da9b6f3dd35c0a9ddfe2529150e6398dfaaa709f2ef8"; + sha256_unsigned = "e89b7844c41690b3ff49da9b6f3dd35c0a9ddfe2529150e6398dfaaa709f2ef8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_powerbeam-m5-xw-initramfs-kernel.bin"; + sha256 = "5268ef9085b17b52a12099155a3001995a42e8ae428fcc76f55845768a4a5f0b"; + sha256_unsigned = "5268ef9085b17b52a12099155a3001995a42e8ae428fcc76f55845768a4a5f0b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_powerbeam-m5-xw-squashfs-sysupgrade.bin"; + sha256 = "e3af372f1c41fb5a446b970a9c2d44382b02d6dd657dfb7d8ad4a6690cdc1232"; + sha256_unsigned = "84172b630596e350b4dd1ad4f28f1e3a428e4837f3d09d1c88da2e4449bddac7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-m5-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "PowerBeam M5"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_powerbridge-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_powerbridge-m-initramfs-kernel.bin"; + sha256 = "31311e61df42865d87a4a80f015f55d3d477a7fe866226a72de54290972cfcac"; + sha256_unsigned = "31311e61df42865d87a4a80f015f55d3d477a7fe866226a72de54290972cfcac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_powerbridge-m-squashfs-factory.bin"; + sha256 = "1d4732d53cb7a0075a090627becc068e3d25b91694779402ef3400cde3c616fa"; + sha256_unsigned = "1d4732d53cb7a0075a090627becc068e3d25b91694779402ef3400cde3c616fa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_powerbridge-m-squashfs-sysupgrade.bin"; + sha256 = "57368a0682bde86bfe8dbdf1d1f34035d4bd03e0b897f2ea70935d56d5b4e829"; + sha256_unsigned = "48c50bd93d615aa0f2678b9df3d6f7a47a63c43d5df1e60192751062104a2a41"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,powerbridge-m" + "bullet-m" + ]; + titles = [ + { + model = "PowerBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-5ac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_rocket-5ac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_rocket-5ac-lite-squashfs-factory.bin"; + sha256 = "0d00fdc2ed3bb8c8a33db26375e12309c10d0253d5ae44ad42b2743413ecd2e2"; + sha256_unsigned = "0d00fdc2ed3bb8c8a33db26375e12309c10d0253d5ae44ad42b2743413ecd2e2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_rocket-5ac-lite-squashfs-sysupgrade.bin"; + sha256 = "78691e7a7c195a7776d0a7711bba7b103827e06ac7d3269fc003822ec587f19d"; + sha256_unsigned = "d9b62411258f6b27bf032786747a351b812a1ad136b4ae2b5c630a2e9d44f528"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_rocket-5ac-lite-initramfs-kernel.bin"; + sha256 = "96d45807bab80d151ac0f8896d13e7c2cc2b51ca3ef3fdbf022ddbe212fb4a9c"; + sha256_unsigned = "96d45807bab80d151ac0f8896d13e7c2cc2b51ca3ef3fdbf022ddbe212fb4a9c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,rocket-5ac-lite" + ]; + titles = [ + { + model = "Rocket 5AC"; + variant = "Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "6e8711e1e0831926a5d5af519ffbb6c1be0f15de74ee542c16e63c61a116a32d"; + sha256_unsigned = "6e8711e1e0831926a5d5af519ffbb6c1be0f15de74ee542c16e63c61a116a32d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_rocket-m-initramfs-kernel.bin"; + sha256 = "ed77f09112a0d27822f92bd89c09b7f73c87c0d6f402db1546205a93992843c6"; + sha256_unsigned = "ed77f09112a0d27822f92bd89c09b7f73c87c0d6f402db1546205a93992843c6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "18a35ca0ce77d1481dc22b9f67c6dc8ca72d4dec10c601e8f779a90b3add106a"; + sha256_unsigned = "3029aaa3661e5e31211717b1424c7b24c242f5162aa7e36d91f0b78b4974bd8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + model = "Rocket M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_routerstation-initramfs-kernel.bin"; + sha256 = "0442b9565207172e96ec7ac04287742c4f7552091afe0d92a4538ac4de695f78"; + sha256_unsigned = "0442b9565207172e96ec7ac04287742c4f7552091afe0d92a4538ac4de695f78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "608c14933c590ebf1923884cc6fb5de0ea8a33f9b759c0fb3f72803a384b4185"; + sha256_unsigned = "2ebf353ed19f985916473c3c0b0644eec2a85324b631878fac16bf0c9aa43ce5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "9b3f915433e8bd059d6cfaab5e64f9e5d0a4be9ff84b4c475331f5b965a6f644"; + sha256_unsigned = "9b3f915433e8bd059d6cfaab5e64f9e5d0a4be9ff84b4c475331f5b965a6f644"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + ]; + titles = [ + { + model = "RouterStation"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "af8ce52f638cdc8a29bc8bb81987349866bc891d60ad91d491bd35205e4922d3"; + sha256_unsigned = "af8ce52f638cdc8a29bc8bb81987349866bc891d60ad91d491bd35205e4922d3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "91769804097e3b2afa277824f1bfd38e4856eb415358abf4d22dd6d3f074a043"; + sha256_unsigned = "024dd08b3a2d7ac452fef705caef16699000b873fa6293062f560aafcd3ba4fa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_routerstation-pro-initramfs-kernel.bin"; + sha256 = "792ca879024c0262715dffad698068a40021770038e856024976753d0928c6ba"; + sha256_unsigned = "792ca879024c0262715dffad698068a40021770038e856024976753d0928c6ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + ]; + titles = [ + { + model = "RouterStation Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "e35866b5e5aecc030cce1f94b8ee113680f3e5990ad2a44fd3cc40048f1c493b"; + sha256_unsigned = "8132a349e5b900aea86437a84100e7717065e92721cb474e86d048af73dfe5c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifi-initramfs-kernel.bin"; + sha256 = "547b574a3490889db51c98e2d9d3c071558adfcaebd33a479307127f2f2e1f70"; + sha256_unsigned = "547b574a3490889db51c98e2d9d3c071558adfcaebd33a479307127f2f2e1f70"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "b6dea88257d1dadc9463e9064ccd5c26f27054195eeeabfa438e3361a081277e"; + sha256_unsigned = "b6dea88257d1dadc9463e9064ccd5c26f27054195eeeabfa438e3361a081277e"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + model = "UniFi AP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-outdoor-plus = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_unifi-ap-outdoor-plus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifi-ap-outdoor-plus-initramfs-kernel.bin"; + sha256 = "bce91d82a8d1493bd53635d22c56418fdb3de573d8578d9692d47ea1bd07f023"; + sha256_unsigned = "bce91d82a8d1493bd53635d22c56418fdb3de573d8578d9692d47ea1bd07f023"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-factory.bin"; + sha256 = "0d9410df26b56f04b86ee8271348a1a1349048a761d5d6d07f5a5edef548f4d6"; + sha256_unsigned = "f3dce7cb67dfb221368a3a6916b356ea32c02037762f05f65ec5fa9a67e7bcec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "894f46bf9f429c12e59635220ae217316d8ac31735367dd628d775bc66abb504"; + sha256_unsigned = "f3dce7cb67dfb221368a3a6916b356ea32c02037762f05f65ec5fa9a67e7bcec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-outdoor-plus" + "unifi-outdoor-plus" + ]; + titles = [ + { + model = "UniFi AP Outdoor+"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-pro = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_unifi-ap-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifi-ap-pro-squashfs-factory.bin"; + sha256 = "507a15f4f73bcfc8ebcc268a190095f61322cd29d42e43b147cb7733a39ec7e0"; + sha256_unsigned = "450d264eef1532f28995efc9c05ded9276d330d91ef5e487df4bc80309137dea"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifi-ap-pro-initramfs-kernel.bin"; + sha256 = "cb1d88f3af4f678371bd39751930b65c7023e4e90caeb190e1234a602d653ebc"; + sha256_unsigned = "cb1d88f3af4f678371bd39751930b65c7023e4e90caeb190e1234a602d653ebc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifi-ap-pro-squashfs-sysupgrade.bin"; + sha256 = "208318ecf90778f6b92d5cab6116bab8840faedbe5a94575b0fcde4d27234ab1"; + sha256_unsigned = "450d264eef1532f28995efc9c05ded9276d330d91ef5e487df4bc80309137dea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-pro" + "uap-pro" + ]; + titles = [ + { + model = "UniFi AP Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifiac-lite-initramfs-kernel.bin"; + sha256 = "508dd1e666b03d3c80f1b0afa72975d367aa07dd4d9b69b51c81aa5f1052596f"; + sha256_unsigned = "508dd1e666b03d3c80f1b0afa72975d367aa07dd4d9b69b51c81aa5f1052596f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "06204c2c3130dd0c869f71ec5175b4e9745182ef366d88abc70f6730f0cd92fc"; + sha256_unsigned = "6bb1b85bb4bf0be52142bb76ebeb7bdb9d1d9fc303b9c6bc867fc79fae828e40"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "09f60c6a0693df66fe6983883b6d09a88ac3d91be7d15fab55a8062e484b8984"; + sha256_unsigned = "7f8dfeff59155f543d98e9ef33b0c071775464ccecee831fd8f4d676a6520d4d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifiac-lr-initramfs-kernel.bin"; + sha256 = "4e40cd0d5d67cf3d92950ed50baade5c4bb995dd02638650944372af30360843"; + sha256_unsigned = "4e40cd0d5d67cf3d92950ed50baade5c4bb995dd02638650944372af30360843"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC LR"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifiac-mesh-initramfs-kernel.bin"; + sha256 = "9e6a45fd261ebcbde936d710608a1f6c2820b46eb56073708b10c7cb68c63ba9"; + sha256_unsigned = "9e6a45fd261ebcbde936d710608a1f6c2820b46eb56073708b10c7cb68c63ba9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "982935762c04dc3512c8ff87454f9939c866152ff9b265f7a131a8ee3a950709"; + sha256_unsigned = "c110c37664899461f9f59a65add0e8e4ce646ba2c13abc7559a24b495ed56cde"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Mesh"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "087ac225c817e18cd901d7fac6d0586b31277680fa1e86f2ddb7e6ff425d61ad"; + sha256_unsigned = "9b591eca51b008971a4d956c37725f79e419e0bc6cc54f19e07723dc5df3c99a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifiac-mesh-pro-initramfs-kernel.bin"; + sha256 = "7a635851e67ae6f9a44cd56839f71362cbc1649f501e8013eb6a622f218fc925"; + sha256_unsigned = "7a635851e67ae6f9a44cd56839f71362cbc1649f501e8013eb6a622f218fc925"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Mesh Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifiac-pro-initramfs-kernel.bin"; + sha256 = "65e6486873466ee22795d4ffa1355c9a7c64d382ded32d3bf1635b8bee18074a"; + sha256_unsigned = "65e6486873466ee22795d4ffa1355c9a7c64d382ded32d3bf1635b8bee18074a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "3f69c3c01becf901e1a74caf2934709871d1258eb83a450681f0e090e769a3e1"; + sha256_unsigned = "239a3505aa95ac4babd8f27ce8f565f4e2cb58b7f30bfca46d45600e06bc5cf1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + wallys_dr531 = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-wallys_dr531"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-wallys_dr531-initramfs-kernel.bin"; + sha256 = "ee62f01c2c5f0ec24cb22787083719e3c6ff159c2dd564c6ca452d8a6a1795f9"; + sha256_unsigned = "ee62f01c2c5f0ec24cb22787083719e3c6ff159c2dd564c6ca452d8a6a1795f9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-wallys_dr531-squashfs-sysupgrade.bin"; + sha256 = "806aebf4e03d71f8b3d6fd8dcf77bbb388011f1fa2e9195ada1c73334b371614"; + sha256_unsigned = "6eecb5cf22f89cb5d4ea213920230aff68328ba2fa8c6bdc7cb03a46abace711"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wallys,dr531" + "dr531" + ]; + titles = [ + { + model = "DR531"; + vendor = "Wallys"; + } + ]; + }; + wd_mynet-n600 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-wd_mynet-n600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-wd_mynet-n600-squashfs-factory.bin"; + sha256 = "2aa4a38a98241f2291eaf4f65a566ebcd35acc8b5164d508f664a388dcd929c0"; + sha256_unsigned = "2aa4a38a98241f2291eaf4f65a566ebcd35acc8b5164d508f664a388dcd929c0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-wd_mynet-n600-squashfs-sysupgrade.bin"; + sha256 = "7d01b9a13eb9e96990ed6720a1139d8b53ab0854fe4f13a3a55b0bb6c402ff82"; + sha256_unsigned = "1c14b4aa214fa9b7f6ff502b792447ace7f4cc0e657f280dd558bc02b3773ad6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-wd_mynet-n600-initramfs-kernel.bin"; + sha256 = "417487e70a02e482960ca7ef7830fa7219d7652bf7e9a810e6c5a3c27f2a4bee"; + sha256_unsigned = "417487e70a02e482960ca7ef7830fa7219d7652bf7e9a810e6c5a3c27f2a4bee"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mynet-n600" + "mynet-n600" + ]; + titles = [ + { + model = "My Net N600"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-wd_mynet-n750-initramfs-kernel.bin"; + sha256 = "28d24e828ba690a22b15486a11d67c8754ffcaf4540585270f45ee7418ef6ce3"; + sha256_unsigned = "28d24e828ba690a22b15486a11d67c8754ffcaf4540585270f45ee7418ef6ce3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "573c0fa44358ed9d883755887d3907fbeba2b49177f56ba970b58dfea3b17b80"; + sha256_unsigned = "573c0fa44358ed9d883755887d3907fbeba2b49177f56ba970b58dfea3b17b80"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "4ca6c33e637f869141aaf7198676208ebf5c949fc14f25c40aca7230797e2ea4"; + sha256_unsigned = "1aefe46849f2e08bf71a4eb93f704ba2e169f0421555e119976ff22be0d5ea4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + model = "My Net N750"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "f668182cf0f346f3033421588d92992e6a335a48f3e872e59e2ae44d9a01ec18"; + sha256_unsigned = "4878371473b0ce2e3f489833b15003a75d5811cec2396eaf17bf8a581fc506f8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-wd_mynet-wifi-rangeextender-initramfs-kernel.bin"; + sha256 = "f9464adb74e5f447e0e8be603b2b847039169d2f7dcd3a14d90af6158555a8f1"; + sha256_unsigned = "f9464adb74e5f447e0e8be603b2b847039169d2f7dcd3a14d90af6158555a8f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + model = "My Net Wi-Fi Range Extender"; + vendor = "Western Digital"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "f9f8d2e1cb0b8a4cbc7a6647091c4e82ee12ef4290867c50c3d721022501c2e2"; + sha256_unsigned = "94bd1fa5c56ba4e91d4c498e9c840555c4ec186a643b158094d2a071ab7fab93"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-winchannel_wb2000-initramfs-kernel.bin"; + sha256 = "1b9060c977383faa1adfa86600d042f6518d95dfe776b3ae1c6ad9a9767d8785"; + sha256_unsigned = "1b9060c977383faa1adfa86600d042f6518d95dfe776b3ae1c6ad9a9767d8785"; + type = "kernel"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + model = "WB2000"; + vendor = "Winchannel"; + } + ]; + }; + xiaomi_aiot-ac2350 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-xiaomi_aiot-ac2350"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-xiaomi_aiot-ac2350-initramfs-kernel.bin"; + sha256 = "d9f0a2cb5b67de5077c4f12d6044ee23fc34221ae3ff6a0a79ec558f4ba20574"; + sha256_unsigned = "d9f0a2cb5b67de5077c4f12d6044ee23fc34221ae3ff6a0a79ec558f4ba20574"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-xiaomi_aiot-ac2350-squashfs-sysupgrade.bin"; + sha256 = "5045efd0b9f48d3a8a43b83b39870e4d30a86c1fbc9029f180df1f3238bd64e2"; + sha256_unsigned = "4c04943ac73eb6a20362240a4a75eb56af39d405d8c1de226f7c56f4aea43dee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,aiot-ac2350" + ]; + titles = [ + { + model = "AIoT AC2350"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "55c53272730abdafc6549fbf11702b8617df939d024c9169a24f836c20d94541"; + sha256_unsigned = "a4f68cabfac0055b96763ff28c953cadffb26cc81258d7cf38bc6384d8638e5f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-xiaomi_mi-router-4q-initramfs-kernel.bin"; + sha256 = "4f8040917865be1636fbf848b071b34be3043cd6ffcb74c061510a16798fbfb1"; + sha256_unsigned = "4f8040917865be1636fbf848b071b34be3043cd6ffcb74c061510a16798fbfb1"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + model = "Mi Router 4Q"; + vendor = "Xiaomi"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-yuncore_a770-initramfs-kernel.bin"; + sha256 = "808cf19faf3ffea9f4d81462cce97180bd243e7c43896e9a5de5668924eefeee"; + sha256_unsigned = "808cf19faf3ffea9f4d81462cce97180bd243e7c43896e9a5de5668924eefeee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "df27839c3283853ea3168605c18ddc615f743c74d92c3484e61f1d25532bbd3c"; + sha256_unsigned = "f10ce74c956fa294f74c69b015cc3984783af03415eff88b5a8cfb4a2cbe3b8d"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "1435a28c47ab240315d2040a6f99443b8281d340d792bfbb6d3a1457084e50f5"; + sha256_unsigned = "f10ce74c956fa294f74c69b015cc3984783af03415eff88b5a8cfb4a2cbe3b8d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + model = "A770"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-yuncore_a782-initramfs-kernel.bin"; + sha256 = "d82e02d76d2f2218e10ec2995ac894e118ed8c05501bb6bd584ead30743fb529"; + sha256_unsigned = "d82e02d76d2f2218e10ec2995ac894e118ed8c05501bb6bd584ead30743fb529"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "91e286fbc845bf5d9bded269347da0619f30b5361dfbfb490af71275583c2d74"; + sha256_unsigned = "b7ce89d143490bcde64e141908733a5375f96ae05ddcf9dfc0304b9f4dbee836"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "20ff1c45d1e5137b969c4b8423b9949cc4c4510c5ce19f8ea003f1e86d086ca9"; + sha256_unsigned = "b7ce89d143490bcde64e141908733a5375f96ae05ddcf9dfc0304b9f4dbee836"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + model = "A782"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a930 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-generic-yuncore_a930"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-yuncore_a930-initramfs-kernel.bin"; + sha256 = "035a267d8607ca8784b3dd8a86f0f3afbe711714562a200adab805e75b2443a9"; + sha256_unsigned = "035a267d8607ca8784b3dd8a86f0f3afbe711714562a200adab805e75b2443a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-yuncore_a930-squashfs-sysupgrade.bin"; + sha256 = "1160f666b92ffe3a275a780d7e301bb03d52857e56166cd603f81e746e36c53a"; + sha256_unsigned = "5072a5616af49e968df1bc5b3a381ff74dad717992eb505686daa4ab0a1525ad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-yuncore_a930-squashfs-tftp.bin"; + sha256 = "46535989f40c0412c5f89ae85540c734cbf9f1b905a80b330cd04eb9b5e7bd57"; + sha256_unsigned = "5072a5616af49e968df1bc5b3a381ff74dad717992eb505686daa4ab0a1525ad"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a930" + ]; + titles = [ + { + model = "A930"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-yuncore_xd3200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-yuncore_xd3200-initramfs-kernel.bin"; + sha256 = "8cee7a4bd2e222d03fa87bc44ebb3acf5dc6903365baac6690277b91ae7c835a"; + sha256_unsigned = "8cee7a4bd2e222d03fa87bc44ebb3acf5dc6903365baac6690277b91ae7c835a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-yuncore_xd3200-squashfs-sysupgrade.bin"; + sha256 = "8aa7334c590d30ccf88ad93ac06c883151a6b0d03f6f361e8d4b088f73df6f62"; + sha256_unsigned = "b9c54fe091489fc3ac4e192ecf0b6ea7ebb8ae209f87cb11ab37abfbb58509d5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-yuncore_xd3200-squashfs-tftp.bin"; + sha256 = "b8a5d8068fd0bb17899f463d752d77e0655e2871aebd5b3ab49f1d4df3881e47"; + sha256_unsigned = "b9c54fe091489fc3ac4e192ecf0b6ea7ebb8ae209f87cb11ab37abfbb58509d5"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,xd3200" + ]; + titles = [ + { + model = "XD3200"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "63da4cdf8126e60d0f04e06246118fce5191968897636f46cb36c71b633bf151"; + sha256_unsigned = "ba28677b3b5450e1a02a7ae3a468056fe5eb1cd77046b68a64753096203d8440"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "b5d6e56bbb833471be01041983874864d5ec9ec03a58b7cd635a43c5d4c3185a"; + sha256_unsigned = "ba28677b3b5450e1a02a7ae3a468056fe5eb1cd77046b68a64753096203d8440"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-yuncore_xd4200-initramfs-kernel.bin"; + sha256 = "6c18696900f79dd51ed093575740075432204bf9680f0c13ae907344e920f970"; + sha256_unsigned = "6c18696900f79dd51ed093575740075432204bf9680f0c13ae907344e920f970"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + model = "XD4200"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-zbtlink_zbt-wd323-initramfs-kernel.bin"; + sha256 = "19b2a6729518ee1ccfd64571cf0591295d4d3834d067e2de3d9111d0214d9362"; + sha256_unsigned = "19b2a6729518ee1ccfd64571cf0591295d4d3834d067e2de3d9111d0214d9362"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "771a42997368b9428a4781f53b9519e9ae19ff493df274fe79800aeda96c6a3a"; + sha256_unsigned = "854d51df65e1b49817b861c5608e1bd9c609af9250b9a76e27799b85d7fbddfd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + model = "WD323"; + vendor = "ZBT"; + } + ]; + }; + ziking_cpe46b = { + device_packages = [ + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-ziking_cpe46b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-ziking_cpe46b-initramfs-kernel.bin"; + sha256 = "96103254f9cc02a6cabcb68d3d27d71e6fa6c0494514453906d34728292be606"; + sha256_unsigned = "96103254f9cc02a6cabcb68d3d27d71e6fa6c0494514453906d34728292be606"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-ziking_cpe46b-squashfs-sysupgrade.bin"; + sha256 = "2dab73031cae51a37590419506eed46bb240463c0724a8d30ae59504866e1950"; + sha256_unsigned = "d019579427217439d6343976c02106311a240934d7b2b47c9445797e0deab93c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ziking,cpe46b" + ]; + titles = [ + { + model = "CPE46B"; + vendor = "ZiKing"; + } + ]; + }; + zyxel_nbg6616 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-generic-zyxel_nbg6616"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-generic-zyxel_nbg6616-initramfs-kernel.bin"; + sha256 = "ea3e7dc4a9f78759752699789b84eef93a8904d414f42e50bbf1100d6ba5f3da"; + sha256_unsigned = "ea3e7dc4a9f78759752699789b84eef93a8904d414f42e50bbf1100d6ba5f3da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-zyxel_nbg6616-squashfs-sysupgrade.bin"; + sha256 = "40e7a98dd769eb69dcba724edafe3163831c1990f3614f55e87bd0017603ff2c"; + sha256_unsigned = "38640ac9ffb25768316d5b78c2e9166ad065f4f7e5016ca66a61e5e4a35e0a33"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-generic-zyxel_nbg6616-squashfs-factory.bin"; + sha256 = "5c406e8a606f1a5820f1ab8ffbd73f55a2144d4cbca6712f341c5926431d21c0"; + sha256_unsigned = "5c406e8a606f1a5820f1ab8ffbd73f55a2144d4cbca6712f341c5926431d21c0"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6616" + "nbg6616" + ]; + titles = [ + { + model = "NBG6616"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "ath79/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_routerboard-951ui-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-951ui-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-951ui-2nd-squashfs-sysupgrade.bin"; + sha256 = "d7faa5e8078a2036cfefb6b145bc7fc5ec4cedb4530b31c84766c019faf00d7c"; + sha256_unsigned = "c90cd842f3a441b22ade531bcd79be331c8c507a3cccdf5511c5e148bc00a45e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-951ui-2nd-initramfs-kernel.bin"; + sha256 = "bc2eb5fe1caa20c1d64c988f3e0a8d25f25116a97312cedde8525405457effcb"; + sha256_unsigned = "bc2eb5fe1caa20c1d64c988f3e0a8d25f25116a97312cedde8525405457effcb"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-951ui-2nd" + "rb-951ui-2nd" + ]; + titles = [ + { + model = "RouterBOARD 951Ui-2nD (hAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-952ui-5ac2nd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-initramfs-kernel.bin"; + sha256 = "d1d8eb236cfd858916e7926c14a51173301931b0aa27b781f8700b89c198ca8f"; + sha256_unsigned = "d1d8eb236cfd858916e7926c14a51173301931b0aa27b781f8700b89c198ca8f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-squashfs-sysupgrade.bin"; + sha256 = "e241ec33285759569c723952b19296a170d66e64a7a1895baf01a0a8f3273fa1"; + sha256_unsigned = "bb5ad773d18a97f543ba7d28567232e7e57df5ba32664e92ac0469efec8764eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-952ui-5ac2nd" + "rb-952ui-5ac2nd" + ]; + titles = [ + { + model = "RouterBOARD 952Ui-5ac2nD (hAP ac lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-962uigs-5hact2hnt = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-sfp" + ]; + image_prefix = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt-initramfs-kernel.bin"; + sha256 = "adfa2b7c336c1bc93411b21d7775013d6550380332715c25d2a69773fd36cf84"; + sha256_unsigned = "adfa2b7c336c1bc93411b21d7775013d6550380332715c25d2a69773fd36cf84"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt-squashfs-sysupgrade.bin"; + sha256 = "fdccc81c86d63cd256202ffec7078ad4a46a3fd56323eeca9c321890eea57b0f"; + sha256_unsigned = "10c5f59a75eacba17352c1250fae09f43f6d643010716984c43e882430d64ccf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-962uigs-5hact2hnt" + "rb-962uigs-5hact2hnt" + ]; + titles = [ + { + model = "RouterBOARD 962UiGS-5HacT2HnT (hAP ac)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-lhg-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-initramfs-kernel.bin"; + sha256 = "543e057b14764c4e4cec45a66448561ff98050c832534e6ba785b3149a247da7"; + sha256_unsigned = "543e057b14764c4e4cec45a66448561ff98050c832534e6ba785b3149a247da7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-squashfs-sysupgrade.bin"; + sha256 = "0eb3aea47de9b4f1e288d3ffbf3e023ddd240005adc90aa450b56d12e5e9ee8f"; + sha256_unsigned = "0416695e79668044500a1a15f33aa870777ecbe8622b4b7e3c5220daf045c297"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-2nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 2nD (LHG 2)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-5nd = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-lhg-5nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-lhg-5nd-squashfs-sysupgrade.bin"; + sha256 = "c3c07087e30f11d8e19a36f409a9f930fae951dbfa31eb357a0b8b04cb8fd9ab"; + sha256_unsigned = "66a7ee687da4f671fd5fcf04de82cf9aa98ab4768acd8fddaddf03a433cf31f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-lhg-5nd-initramfs-kernel.bin"; + sha256 = "c370f9cd763343c4616919d64c1f97f9696d35ab9650761a0f004b7ea378901b"; + sha256_unsigned = "c370f9cd763343c4616919d64c1f97f9696d35ab9650761a0f004b7ea378901b"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-5nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 5nD (LHG 5)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-map-2nd = { + device_packages = [ + "kmod-usb2" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-map-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-map-2nd-squashfs-sysupgrade.bin"; + sha256 = "a88c723f4fac212bc67f1e0ee1079ef5a1befd816687ca2a88f10cfb83405b98"; + sha256_unsigned = "fb97dd4c69751ad26ca679c5da30a682dc517f2414330f0c94b4b2c3be8a07ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-map-2nd-initramfs-kernel.bin"; + sha256 = "0650cb80d10966da2b63b3076a9c288ab3dad698b29ee8e071e986721f122709"; + sha256_unsigned = "0650cb80d10966da2b63b3076a9c288ab3dad698b29ee8e071e986721f122709"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-map-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAP-2nD (mAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-mapl-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-mapl-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-squashfs-sysupgrade.bin"; + sha256 = "384ad2f64be0cb998efaaf0272e06118cbf4a144c0a5a12e87d544d61d1cca82"; + sha256_unsigned = "8fb84543c0107c74b1db417104d4b34bf2b719a4f157f60a3dfba85af0e27581"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-initramfs-kernel.bin"; + sha256 = "c6177458d2c62aaf297c328a5d7ef587de1604314a0f8dc00008733c257f480d"; + sha256_unsigned = "c6177458d2c62aaf297c328a5d7ef587de1604314a0f8dc00008733c257f480d"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-mapl-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAPL-2nD (mAP lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-wap-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-wap-2nd-squashfs-sysupgrade.bin"; + sha256 = "d26d57daad4d617009bd1f96b2943b80e0021cd33af21e0eb539e17d4a2cf204"; + sha256_unsigned = "444fe70435258dce8f74f771f5a1c17d09f0a92af0f0ba1c702741df1a280281"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-wap-2nd-initramfs-kernel.bin"; + sha256 = "7af2471c67e0d8d3d77f35133712f655459a5410bd89b955fbd0585f57111eaa"; + sha256_unsigned = "7af2471c67e0d8d3d77f35133712f655459a5410bd89b955fbd0585f57111eaa"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAP-2nD (wAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-g-5hact2hnd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-squashfs-sysupgrade.bin"; + sha256 = "8357a33f5a8253b57865a51a8f4fd1813456b67719d39b8b5f521152d8f8b791"; + sha256_unsigned = "a6932d95b4dab7d9c156bacacc20c89504e05fb8b24cd617210c71067807a83c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-initramfs-kernel.bin"; + sha256 = "4bb0bce645cab7860bad006fb93279e59d98698d01002dbe1c0dc5a47004e80a"; + sha256_unsigned = "4bb0bce645cab7860bad006fb93279e59d98698d01002dbe1c0dc5a47004e80a"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-g-5hact2hnd" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + model = "RouterBOARD wAP G-5HacT2HnD (wAP AC)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wapr-2nd = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-wapr-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-squashfs-sysupgrade.bin"; + sha256 = "9271f57ea930366c8684441cb37b96fb4f9817ce536fefbfdeb11747c3b6a29a"; + sha256_unsigned = "5abaf69df3e0c7d139a6422965fce2f54ce8eae7a299f2a67820279cb56cd4a0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-initramfs-kernel.bin"; + sha256 = "f0a3c54911f47fba25940df7877cad715f66438587944b2909be889be4390a00"; + sha256_unsigned = "f0a3c54911f47fba25940df7877cad715f66438587944b2909be889be4390a00"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wapr-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAPR-2nD (wAP R)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "ath79/mikrotik"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_rambutan" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-8dev_rambutan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-8dev_rambutan-squashfs-sysupgrade.tar"; + sha256 = "84dbe69664f3478ecfcb4b958d45222e6299196caff16c2dd3386677f1f422fd"; + sha256_unsigned = "7af60daed5080973606d0bddd40308ff8d93258c92245f0bc15b2935e0b26ec3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-8dev_rambutan-initramfs-kernel.bin"; + sha256 = "1d2736a54b19ce24a9c7363b791f3e2d129e07b26fe97de2bd005133cd8afb52"; + sha256_unsigned = "1d2736a54b19ce24a9c7363b791f3e2d129e07b26fe97de2bd005133cd8afb52"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-8dev_rambutan-squashfs-factory.bin"; + sha256 = "7e1f730819e62e9ba3739dc86dc95ad552db919fee81100371b5d1433d40afa3"; + sha256_unsigned = "7e1f730819e62e9ba3739dc86dc95ad552db919fee81100371b5d1433d40afa3"; + type = "factory"; + } + ]; + supported_devices = [ + "8dev,rambutan" + ]; + titles = [ + { + model = "Rambutan"; + vendor = "8devices"; + } + ]; + }; + aerohive_hiveap-121 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-aerohive_hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin"; + sha256 = "db072f6d7a925c8cc71ee9a58808e31215c98abfb694f50d6a097dac6dfcbf53"; + sha256_unsigned = "db072f6d7a925c8cc71ee9a58808e31215c98abfb694f50d6a097dac6dfcbf53"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-aerohive_hiveap-121-initramfs-kernel.bin"; + sha256 = "76e8483ceeb33a1326e58b316f6d1a4db93971d2f2b08f775abb04bf228e821d"; + sha256_unsigned = "76e8483ceeb33a1326e58b316f6d1a4db93971d2f2b08f775abb04bf228e821d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-aerohive_hiveap-121-squashfs-sysupgrade.bin"; + sha256 = "32f7bbea271ab4d20765633b3b6b34bde4dbc3745e54b20008bdefb5036fa1b2"; + sha256_unsigned = "61dbcd2f8260befff57216722438bcdbf8b8430592e510367cdd51542a33136c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aerohive,hiveap-121" + "hiveap-121" + ]; + titles = [ + { + model = "HiveAP 121"; + vendor = "Aerohive"; + } + ]; + }; + domywifi_dw33d = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-domywifi_dw33d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-domywifi_dw33d-squashfs-factory.bin"; + sha256 = "50b1998c876e2dae37753519ac4cdee8d04910106c7b9526212c36fe626fa5f9"; + sha256_unsigned = "50b1998c876e2dae37753519ac4cdee8d04910106c7b9526212c36fe626fa5f9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-domywifi_dw33d-initramfs-kernel.bin"; + sha256 = "4fb406684ba9d271b1ded65b2fed844464020a04f413288b84d1db63eb61d1b9"; + sha256_unsigned = "4fb406684ba9d271b1ded65b2fed844464020a04f413288b84d1db63eb61d1b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-domywifi_dw33d-squashfs-sysupgrade.bin"; + sha256 = "46145baf7b3bd831bab8c29497b53c6350a8070574233181c07bcd3cb5fb756d"; + sha256_unsigned = "2e0e7ed846a6092c51e9dc35fe96556001a35416cdc1176aaf6885b3d523af23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "domywifi,dw33d" + ]; + titles = [ + { + model = "DW33D"; + vendor = "DomyWifi"; + } + ]; + }; + dongwon_dw02-412h-128m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-dongwon_dw02-412h-128m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-dongwon_dw02-412h-128m-squashfs-factory.img"; + sha256 = "c92d22b1915ccea3debd794c602d0ed99a281f4b56e6f6a24ed27f467e29df04"; + sha256_unsigned = "c92d22b1915ccea3debd794c602d0ed99a281f4b56e6f6a24ed27f467e29df04"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-dongwon_dw02-412h-128m-squashfs-sysupgrade.bin"; + sha256 = "c9c843ada3d33d61ec0d937bbd27dc9995cd042e401cd613361b2831d7865fd3"; + sha256_unsigned = "47d034a41a96a421d473d191d76543d6e844587a865c0117eafa8a7700a3f103"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-dongwon_dw02-412h-128m-initramfs-kernel.bin"; + sha256 = "1171ac498dd9fec6f2571800e697b97d1bdd5e258fa42e9e621ebe0a57ee09df"; + sha256_unsigned = "1171ac498dd9fec6f2571800e697b97d1bdd5e258fa42e9e621ebe0a57ee09df"; + type = "kernel"; + } + ]; + supported_devices = [ + "dongwon,dw02-412h-128m" + ]; + titles = [ + { + model = "DW02-412H"; + variant = "(128M)"; + vendor = "Dongwon T&I"; + } + { + model = "GiGA WiFi home"; + variant = "(128M)"; + vendor = "KT"; + } + ]; + }; + dongwon_dw02-412h-64m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-dongwon_dw02-412h-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-dongwon_dw02-412h-64m-squashfs-sysupgrade.bin"; + sha256 = "dcebd1ef5df228b056440e4693d3f9478b821f8463654aa1bf108d4bf2d9b9f1"; + sha256_unsigned = "4faffeba4872313da6f08a0a1d8504aa30122b029178a2c544675e92876aec9f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-dongwon_dw02-412h-64m-initramfs-kernel.bin"; + sha256 = "743c31090b06c35d6944b187b369b72c5f5e4f29337904ef4a05ead0d311e9b1"; + sha256_unsigned = "743c31090b06c35d6944b187b369b72c5f5e4f29337904ef4a05ead0d311e9b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-dongwon_dw02-412h-64m-squashfs-factory.img"; + sha256 = "63f07bea9fcba6253d86237e03042f51631e1dd5c283b20433dbe7f087859cdb"; + sha256_unsigned = "63f07bea9fcba6253d86237e03042f51631e1dd5c283b20433dbe7f087859cdb"; + type = "factory"; + } + ]; + supported_devices = [ + "dongwon,dw02-412h-64m" + ]; + titles = [ + { + model = "DW02-412H"; + variant = "(64M)"; + vendor = "Dongwon T&I"; + } + { + model = "GiGA WiFi home"; + variant = "(64M)"; + vendor = "KT"; + } + ]; + }; + glinet_gl-ar300m-nand = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-glinet_gl-ar300m-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-glinet_gl-ar300m-nand-squashfs-factory.img"; + sha256 = "960cf55891fbfa945b090f21a1099f9da7d7e2554a373799915c0953db760991"; + sha256_unsigned = "960cf55891fbfa945b090f21a1099f9da7d7e2554a373799915c0953db760991"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-glinet_gl-ar300m-nand-initramfs-kernel.bin"; + sha256 = "c020b8e3d875c219315299978df24bd9f569cf7e438ec426ffc1d9a4f7317302"; + sha256_unsigned = "c020b8e3d875c219315299978df24bd9f569cf7e438ec426ffc1d9a4f7317302"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin"; + sha256 = "a64b957f0da9833ee460d110a642d412d10f6b3e723385f264f50494804ee937"; + sha256_unsigned = "4028fe52669d3dba7de2af6f3a4f9b508f7fcac851e7982a68987a2b74292739"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nand" + "glinet,gl-ar300m-nor" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-nor = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-glinet_gl-ar300m-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-glinet_gl-ar300m-nor-initramfs-kernel.bin"; + sha256 = "0abfc0d8bfed9495553a3a5aeb8af2fd5cd450d1bea77149f4bd07bcf9edf889"; + sha256_unsigned = "0abfc0d8bfed9495553a3a5aeb8af2fd5cd450d1bea77149f4bd07bcf9edf889"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade.bin"; + sha256 = "15f51155d0a1474e6f16d2a57d9c851d92708300415dc34129506b3baec9c583"; + sha256_unsigned = "823226939b39343fbea428459e666d169bba03f7564ca4ed3f6480dd9211aa2e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nor" + "glinet,gl-ar300m-nand" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-glinet_gl-ar750s-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-glinet_gl-ar750s-nor-squashfs-sysupgrade.bin"; + sha256 = "da5cb99878bc98e5cb442cbb9b39397fb2afe7c923e0df69b3115708861bc4f8"; + sha256_unsigned = "31ae204254566094a098d763de4508bb03710a017caff7745f27bc49f9c43c32"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-glinet_gl-ar750s-nor-initramfs-kernel.bin"; + sha256 = "764f2736dfb90c09c2fb5bbd21b78bfd857c4a34edd8e931dc258cbe79ff74f1"; + sha256_unsigned = "764f2736dfb90c09c2fb5bbd21b78bfd857c4a34edd8e931dc258cbe79ff74f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor" + "gl-ar750s" + "glinet,gl-ar750s" + "glinet,gl-ar750s-nor-nand" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor-nand = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-glinet_gl-ar750s-nor-nand"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-glinet_gl-ar750s-nor-nand-initramfs-kernel.bin"; + sha256 = "1efc854663e201064cb316433cd002d680562dec2a3baf93c019ce45814d957e"; + sha256_unsigned = "1efc854663e201064cb316433cd002d680562dec2a3baf93c019ce45814d957e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-sysupgrade.bin"; + sha256 = "8750605d33569fc8abf890991339afc5f831e60c43089b3e65b57562b98aaac9"; + sha256_unsigned = "c855c46a35acaacb7eca136c3b812a2f96e09723559a32bef85f251de5633f23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor-nand" + "glinet,gl-ar750s-nor" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR/NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-e750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-glinet_gl-e750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-glinet_gl-e750-squashfs-sysupgrade.bin"; + sha256 = "d7b4ec654b71e45b96a059aa515f3398b9ce8e7d9eecf33c82d689b02bedf770"; + sha256_unsigned = "6626b10a6bd448aff2531fcda4c12f51bde9f05912a94d2067beaf4a3e47c53f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-glinet_gl-e750-squashfs-factory.img"; + sha256 = "535e06472d94c29cce0a1e3f74f325736719d92c2f42d6ef426cd00f44e963b3"; + sha256_unsigned = "535e06472d94c29cce0a1e3f74f325736719d92c2f42d6ef426cd00f44e963b3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-glinet_gl-e750-initramfs-kernel.bin"; + sha256 = "43ed462d419d298982ccc8f3dfa107049f3747a899967618b5e54056f6eef198"; + sha256_unsigned = "43ed462d419d298982ccc8f3dfa107049f3747a899967618b5e54056f6eef198"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-e750" + "gl-e750" + ]; + titles = [ + { + model = "GL-E750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-xe300 = { + device_packages = [ + "kmod-usb2" + "block-mount" + "kmod-usb-serial-ch341" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-glinet_gl-xe300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-glinet_gl-xe300-squashfs-factory.img"; + sha256 = "7085d9020ed85190e5951ff2fc0fd510315beb311f2c48b6fa204b1f88c35bb1"; + sha256_unsigned = "7085d9020ed85190e5951ff2fc0fd510315beb311f2c48b6fa204b1f88c35bb1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-glinet_gl-xe300-squashfs-sysupgrade.bin"; + sha256 = "6fa8adbd0168f9b5e422ddc56ed22f376e7424da788ebddcbed43174f7c1243c"; + sha256_unsigned = "52b0a972a558c41ff9a2db8bb86429dd686c9bdd9ab94c31f29f7b69f403d833"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-glinet_gl-xe300-initramfs-kernel.bin"; + sha256 = "008719a2000fd4b96dacac89d43eb49e743560304313fff3c310161cd13b0d1a"; + sha256_unsigned = "008719a2000fd4b96dacac89d43eb49e743560304313fff3c310161cd13b0d1a"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-xe300" + ]; + titles = [ + { + model = "GL-XE300"; + vendor = "GL.iNet"; + } + ]; + }; + netgear_r6100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-netgear_r6100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_r6100-squashfs-sysupgrade.bin"; + sha256 = "d59cce8453b8dd0262d44141541ab66432c5d561ba13b4f5a2351679d6afce6b"; + sha256_unsigned = "8cda6e933d4953966bba41a3a32a11dc6d446d414ab673c4a91fbe5902bcfeca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_r6100-initramfs-kernel.bin"; + sha256 = "4128133b0f11850b6bd4ef4f7053165011345d202c6da381cb9b2e9852d68ef1"; + sha256_unsigned = "4128133b0f11850b6bd4ef4f7053165011345d202c6da381cb9b2e9852d68ef1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_r6100-squashfs-factory.img"; + sha256 = "28ab428a492c3ce48d4d7ba4ce6a64169635f024bdd06780a22c7776a8577efc"; + sha256_unsigned = "28ab428a492c3ce48d4d7ba4ce6a64169635f024bdd06780a22c7776a8577efc"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6100" + ]; + titles = [ + { + model = "R6100"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-netgear_wndr3700-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr3700-v4-initramfs-kernel.bin"; + sha256 = "42456dea672636cd1f7a33257fea1c7bbefea3d7a7d136017651433dd9725841"; + sha256_unsigned = "42456dea672636cd1f7a33257fea1c7bbefea3d7a7d136017651433dd9725841"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr3700-v4-squashfs-factory.img"; + sha256 = "722e53257b0438ede20c37719b77a11a764a58eb686aeeef4cc0f9d7c74230cf"; + sha256_unsigned = "722e53257b0438ede20c37719b77a11a764a58eb686aeeef4cc0f9d7c74230cf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr3700-v4-squashfs-sysupgrade.bin"; + sha256 = "44def399fad516f537281db1971ceacb6159fe16fb55bda9313a586d0a4ce563"; + sha256_unsigned = "8e38a1716d71d1de9ddbbfed59bdb121d01e46bc2fca9457857ad148d7c7edab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v4" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v4"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-netgear_wndr4300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr4300-squashfs-sysupgrade.bin"; + sha256 = "96ffb82d096328b996c514ee3a7b89974f257c04bf8b0d79d498ba6a409d1e86"; + sha256_unsigned = "cf350317493d64bd4d8448106cd445b8f697b34e3a823262d3dfac969339d428"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr4300-squashfs-factory.img"; + sha256 = "46998a69a150a762353c5d60d7e8d8de07e60179940bd445af6d441cdd0bb171"; + sha256_unsigned = "46998a69a150a762353c5d60d7e8d8de07e60179940bd445af6d441cdd0bb171"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr4300-initramfs-kernel.bin"; + sha256 = "664e67e81e360ce3f04b9af8577a49666c89a82bd7086dbfb953da86a3cc924a"; + sha256_unsigned = "664e67e81e360ce3f04b9af8577a49666c89a82bd7086dbfb953da86a3cc924a"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300" + ]; + titles = [ + { + model = "WNDR4300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-netgear_wndr4300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr4300-v2-squashfs-factory.img"; + sha256 = "8c39d65b76d8ff45876e676aecfc3042addf4d70b47979ecfce5b33d5160c3f3"; + sha256_unsigned = "8c39d65b76d8ff45876e676aecfc3042addf4d70b47979ecfce5b33d5160c3f3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr4300-v2-squashfs-sysupgrade.bin"; + sha256 = "6477013daa68f99799b1d293ce49a87eef16052d285af3ed58f0cec693d605f9"; + sha256_unsigned = "9ab50029c664dd7116f5f7c95d027c15e2ec93255c1d445a8c5d28437cf47b4f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr4300-v2-initramfs-kernel.bin"; + sha256 = "2c0428d14d12ca7efd554934714fcf6fe76be535d743901396bd49c878125034"; + sha256_unsigned = "2c0428d14d12ca7efd554934714fcf6fe76be535d743901396bd49c878125034"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300-v2" + ]; + titles = [ + { + model = "WNDR4300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300sw = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-netgear_wndr4300sw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr4300sw-squashfs-sysupgrade.bin"; + sha256 = "559feb34cad6b12f1f73d884d26f6b85dbbc13190cee2779c0aaaec342d8655c"; + sha256_unsigned = "cca7619f013687fe46024caac0bc5a7187bcad47dfa310ae349b00542ac11aec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr4300sw-initramfs-kernel.bin"; + sha256 = "978f7286796528797cc16aebd56bd0f399848f80dcfd8934618d889030a4ffb6"; + sha256_unsigned = "978f7286796528797cc16aebd56bd0f399848f80dcfd8934618d889030a4ffb6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr4300sw-squashfs-factory.img"; + sha256 = "2532fa09a24149ace4524d30c0a371376fd4af4d4de33983a7399c20aa279073"; + sha256_unsigned = "2532fa09a24149ace4524d30c0a371376fd4af4d4de33983a7399c20aa279073"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300sw" + ]; + titles = [ + { + model = "WNDR4300SW"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300tn = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-netgear_wndr4300tn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr4300tn-squashfs-sysupgrade.bin"; + sha256 = "caade7c073ec8a1c9f4be8c8930a74d2df20a62ea3d7270c853435f28e652c02"; + sha256_unsigned = "c4b1f71b2fc4e82788fa0d0168b7013f2b872fc945c01c8045413163aac15df3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr4300tn-initramfs-kernel.bin"; + sha256 = "f9e96de8f3a1f2f42a5eb1befafd4509e53c86455863f28eb5a6f2cdb8029df0"; + sha256_unsigned = "f9e96de8f3a1f2f42a5eb1befafd4509e53c86455863f28eb5a6f2cdb8029df0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr4300tn-squashfs-factory.img"; + sha256 = "b5cbe15a41f49a85004df90a1b407027b52c106f3fa360b68a2097d6c0cad212"; + sha256_unsigned = "b5cbe15a41f49a85004df90a1b407027b52c106f3fa360b68a2097d6c0cad212"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300tn" + ]; + titles = [ + { + model = "WNDR4300TN"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-netgear_wndr4500-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr4500-v3-initramfs-kernel.bin"; + sha256 = "ce28ddb1da3e80c5c6ee89c1899e105b701d494e2a28f9d859d80c57023ef9c3"; + sha256_unsigned = "ce28ddb1da3e80c5c6ee89c1899e105b701d494e2a28f9d859d80c57023ef9c3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr4500-v3-squashfs-factory.img"; + sha256 = "24a7073026d0151f2f6b9ff1afc99a3fb3da664c19a2c83ee4a167be834d94a0"; + sha256_unsigned = "24a7073026d0151f2f6b9ff1afc99a3fb3da664c19a2c83ee4a167be834d94a0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-netgear_wndr4500-v3-squashfs-sysupgrade.bin"; + sha256 = "fb0c1d8b832e33327c811f08f4a2b53b2f1a0dd23bc9b3462b79a6fd6cbdd9fd"; + sha256_unsigned = "225566f5789d0fad69c813b759cbed7c1a1a18d0417060880bd2ed015bbc76be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4500-v3" + ]; + titles = [ + { + model = "WNDR4500"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + zte_mf286 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-zte_mf286"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-zte_mf286-initramfs-kernel.bin"; + sha256 = "4c65bfc48fe17afa60eea57bc0d08ceb826df2d76e1a4cb6d508cc1b9f514a84"; + sha256_unsigned = "4c65bfc48fe17afa60eea57bc0d08ceb826df2d76e1a4cb6d508cc1b9f514a84"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-zte_mf286-squashfs-sysupgrade.bin"; + sha256 = "ba49e91cfeaed20ffcc8824fdf0416782be3b851d995960187c8bdd4e33133b2"; + sha256_unsigned = "c21e3415535f31d1c11f827a68f8b29fed588e52df0daad9d578a014b1b4e509"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf286" + ]; + titles = [ + { + model = "MF286"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286a = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-zte_mf286a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-zte_mf286a-squashfs-sysupgrade.bin"; + sha256 = "61d4363bb82a70930a481cd07764d428548fb914dc592923873f6faf345e9ccb"; + sha256_unsigned = "3653db20c91589d27f307bf680c88578191cc3824616a40120ebe158a628db8e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-zte_mf286a-initramfs-kernel.bin"; + sha256 = "78c2f440de813d54ae051fb50ca5dee589ec4638af8cc8906150e635b5b621c2"; + sha256_unsigned = "78c2f440de813d54ae051fb50ca5dee589ec4638af8cc8906150e635b5b621c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286a" + ]; + titles = [ + { + model = "MF286A"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286r = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-rndis" + "kmod-usb-acm" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-zte_mf286r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-zte_mf286r-squashfs-sysupgrade.bin"; + sha256 = "6193fe96c5ddd9efd6eba473611f0a3f0cd07e8006b8441a3d473eb30222e237"; + sha256_unsigned = "3be01648a9c75514cd52b9ba5a9559b55f257a39af17c6177778443d9cd78872"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-zte_mf286r-initramfs-kernel.bin"; + sha256 = "5254c92645629842dec6d125db59fc5c4b10225e3e989b731a9bc92e2137a308"; + sha256_unsigned = "5254c92645629842dec6d125db59fc5c4b10225e3e989b731a9bc92e2137a308"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286r" + ]; + titles = [ + { + model = "MF286R"; + vendor = "ZTE"; + } + ]; + }; + zyxel_emg2926_q10a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-zyxel_emg2926_q10a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-zyxel_emg2926_q10a-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "1d08660124e5388ecac95321075ba132a8cbe116885ed45d8ac9f60c687731b8"; + sha256_unsigned = "1d08660124e5388ecac95321075ba132a8cbe116885ed45d8ac9f60c687731b8"; + type = "sysupgrade-4M-Kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-zyxel_emg2926_q10a-initramfs-kernel.bin"; + sha256 = "fa156cbeb97efe9ccc8f0a536381d0a2e30f0ffcb0b251fb87d7dc62bd79a426"; + sha256_unsigned = "fa156cbeb97efe9ccc8f0a536381d0a2e30f0ffcb0b251fb87d7dc62bd79a426"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-zyxel_emg2926_q10a-squashfs-factory.bin"; + sha256 = "cd84b8578b0258a0e52da1781ceee9be1d067040854d39567df42a22ce93ee52"; + sha256_unsigned = "cd84b8578b0258a0e52da1781ceee9be1d067040854d39567df42a22ce93ee52"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-zyxel_emg2926_q10a-squashfs-sysupgrade.tar"; + sha256 = "2e15a1f74f6b9556eb5ec90f1264e6428639f4fecd7db253470a061aca17e85e"; + sha256_unsigned = "9c6db9b36d2e85be143496ee2e45f536d6bd0ce02cc7a4f740ee8c71a418b685"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,emg2926,q10a" + ]; + titles = [ + { + model = "EMG2926-Q10A"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg6716 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-nand-zyxel_nbg6716"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-zyxel_nbg6716-squashfs-factory.bin"; + sha256 = "ecdf264a1d03f1301e78a80b7fd206906dcee405b37521825246fd55a03b9e4c"; + sha256_unsigned = "ecdf264a1d03f1301e78a80b7fd206906dcee405b37521825246fd55a03b9e4c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-nand-zyxel_nbg6716-initramfs-kernel.bin"; + sha256 = "f9ea7fa5e476d73836a1693db3ffd08294e70aeaef1d6d2e68853f4f6a5d408b"; + sha256_unsigned = "f9ea7fa5e476d73836a1693db3ffd08294e70aeaef1d6d2e68853f4f6a5d408b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "7d3df356bbe12f0b937608d92b31f3cbe23e1b376e70f5415066a5c0aa77b88b"; + sha256_unsigned = "7d3df356bbe12f0b937608d92b31f3cbe23e1b376e70f5415066a5c0aa77b88b"; + type = "sysupgrade-4M-Kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade.tar"; + sha256 = "0c8786dd63e1274f7c7fe9e41f8cbb27dc6e24021fe8f4c90591f95c80e5f09f"; + sha256_unsigned = "7232c9e3e3af802e0193f6925aebe254a3fd0022cf9f50ac88323f03f7eb8559"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6716" + ]; + titles = [ + { + model = "NBG6716"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "ath79/nand"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + engenius_eap350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-tiny-engenius_eap350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-tiny-engenius_eap350-v1-initramfs-kernel.bin"; + sha256 = "a57962016b85553405c951986a4a425a10a66c562b9a2abb0b628f76c2c0e693"; + sha256_unsigned = "a57962016b85553405c951986a4a425a10a66c562b9a2abb0b628f76c2c0e693"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap350-v1" + ]; + titles = [ + { + model = "EAP350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ath79-tiny-engenius_ecb350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-tiny-engenius_ecb350-v1-initramfs-kernel.bin"; + sha256 = "9be54d6b123d0a404aeda08eeddecd8b447820f3861968f54579d4392e2976ca"; + sha256_unsigned = "9be54d6b123d0a404aeda08eeddecd8b447820f3861968f54579d4392e2976ca"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb350-v1" + ]; + titles = [ + { + model = "ECB350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enh202-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ath79-tiny-engenius_enh202-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-tiny-engenius_enh202-v1-initramfs-kernel.bin"; + sha256 = "92e422c4f2a251753acdd48ca9db836e6427bdae1b03d20ad29e2b6571dac515"; + sha256_unsigned = "92e422c4f2a251753acdd48ca9db836e6427bdae1b03d20ad29e2b6571dac515"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enh202-v1" + ]; + titles = [ + { + model = "ENH202"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.0-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "2b7c0f67e4ebd84231db4052618b91390b5cac0fa8d1d91e3ea8388c96c831a6"; + sha256_unsigned = "d725ab4522dd91fb69392924a606e5dcf6d11ff6dce107d6c8e479425a08e2db"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-tiny-pqi_air-pen-initramfs-kernel.bin"; + sha256 = "e2692a7e48b8722e933c82d221eb04a9933a02982e9e06174ccc5896bce6322b"; + sha256_unsigned = "e2692a7e48b8722e933c82d221eb04a9933a02982e9e06174ccc5896bce6322b"; + type = "kernel"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + model = "Air-Pen"; + vendor = "PQI"; + } + ]; + }; + tplink_tl-wpa8630p-v2-int = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-tiny-tplink_tl-wpa8630p-v2-int"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-tiny-tplink_tl-wpa8630p-v2-int-squashfs-factory.bin"; + sha256 = "4663151f099a435a9d1165f41b6bc57c825f8b302baa9f9419c7392917b10a23"; + sha256_unsigned = "4663151f099a435a9d1165f41b6bc57c825f8b302baa9f9419c7392917b10a23"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-tiny-tplink_tl-wpa8630p-v2-int-squashfs-sysupgrade.bin"; + sha256 = "903f02dd62831e8716b312d2f430af51d42133e8c3e5ef871907bb1069eb2572"; + sha256_unsigned = "3259e2121bb78f10b82a3a9387d681e5b3a64ea4d53b1fae57b295e49353985a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-tiny-tplink_tl-wpa8630p-v2-int-initramfs-kernel.bin"; + sha256 = "d203e88679fe9a366e43f5a34b2cc40c5060ca9a47eaffb47ccb929562bb6193"; + sha256_unsigned = "d203e88679fe9a366e43f5a34b2cc40c5060ca9a47eaffb47ccb929562bb6193"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2-int" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2 (Int.)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.0-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-squashfs-factory.bin"; + sha256 = "243e148b7dd08e302402272318a09f7c2346c53a37c46e6bb7254736c8689b59"; + sha256_unsigned = "243e148b7dd08e302402272318a09f7c2346c53a37c46e6bb7254736c8689b59"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-squashfs-sysupgrade.bin"; + sha256 = "88ba6a74fee34cbc19596b77ac5bc6d2a1a01315277e9502d29cb35ba47ff73c"; + sha256_unsigned = "5fd2bb03cd81043c0a85214a0a95f927516e0019c8927d4a717fa518f26e72ac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-initramfs-kernel.bin"; + sha256 = "9ffbf82e0e23883872c7aa30c4a4bdc346f0981215b1887ea551c2b568a5c275"; + sha256_unsigned = "9ffbf82e0e23883872c7aa30c4a4bdc346f0981215b1887ea551c2b568a5c275"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.0-eu" + "tplink,tl-wpa8630p-v2-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.0 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.1-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-initramfs-kernel.bin"; + sha256 = "8f5ff7b4c1e2302b8b0c55192e248a341bef199b6b26c61e8ca925c6ce651481"; + sha256_unsigned = "8f5ff7b4c1e2302b8b0c55192e248a341bef199b6b26c61e8ca925c6ce651481"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-squashfs-sysupgrade.bin"; + sha256 = "f5522a51eb7cbe8524aa0bf1612568dc0771951f37980c92c19df74be524d67e"; + sha256_unsigned = "27242b6278882e8a54fc9ce132e7cfdf0cea4c98e0f08bf6b31cab62d9bf4c30"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-squashfs-factory.bin"; + sha256 = "a64746961044f94095d96012adb24d1cd80b2925adbadec9105977097873bb6c"; + sha256_unsigned = "a64746961044f94095d96012adb24d1cd80b2925adbadec9105977097873bb6c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.1-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.1 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "ath79/tiny"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + bcm27xx = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-zero-w" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm27xx-bcm2708-rpi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-bcm27xx-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "5c6d65afd3f0fd6e98ba4b874cbe7bc630a15e5a76dcbb2d8273eefffb047788"; + sha256_unsigned = "185e7aa74c802c78fee12952e058f3c927f1e2e2220cc9109cab68ec6f3cd8d0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm27xx-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "0f08d620d4a759e91bcf4127f11d7e31c787420d473bf923b9c6a5009517b8e6"; + sha256_unsigned = "35b329f9eba680b01e8e59c84776de28f091e90aa70adbf5c238e84cda225f7a"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-bcm27xx-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "9e5d80f14a8a2ad89b49d8df977d05bf1ec7ac0827f2055b9823243eff69a3b5"; + sha256_unsigned = "9e5d80f14a8a2ad89b49d8df977d05bf1ec7ac0827f2055b9823243eff69a3b5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm27xx-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "998c20e0969ba1da05719703f528fd0da1d042aac93cfaedc5d4069295b1abf4"; + sha256_unsigned = "998c20e0969ba1da05719703f528fd0da1d042aac93cfaedc5d4069295b1abf4"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + model = "B/B+/CM/Zero/ZeroW"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "bcm27xx/bcm2708"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm27xx-bcm2709-rpi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm27xx-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "a4cfa1fff8f229761b0079c7b01dd46684323392a79bd39fa816a848c8ecd375"; + sha256_unsigned = "0b5777eadabade9086255a2c00c456691e8fcb0ceee7c8e79be5c63770ae9b6f"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-bcm27xx-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "1abf38f59c57d39c904ecf1ab20dc5b16c07eddeb79ee43aafeb86bb2852a15d"; + sha256_unsigned = "1abf38f59c57d39c904ecf1ab20dc5b16c07eddeb79ee43aafeb86bb2852a15d"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-bcm27xx-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "cd310c648a48e6fbe0254d1ab869300078f867ca88cf0934f8e3f9c3b07dac0b"; + sha256_unsigned = "5f7bf1de744522bf45754163a3cade1f6ac1d930fd25bd03a1a1a149c16b915a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm27xx-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "4885f5ef90c47581598fc4bc3731198a572c6aa92bec1a6f6b2394b1de0b40e1"; + sha256_unsigned = "4885f5ef90c47581598fc4bc3731198a572c6aa92bec1a6f6b2394b1de0b40e1"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "2B/2B 1.2"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "3B/3B+/3CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "4B/400/4CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "bcm27xx/bcm2709"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm27xx-bcm2710-rpi-3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-bcm27xx-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "4739d9e46b3bcbecc9e5864fac277aaaf0ab6ae3f9281bf554604a454736fcf3"; + sha256_unsigned = "69c78f80f944b11f2c5aaa04517f81664bbbc40a040c5e44f7f10e80a569fba6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm27xx-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "b02fbe1204d6aec92f0b140840a5a51c8d493f55025665a0c6293fbbd493732b"; + sha256_unsigned = "b02fbe1204d6aec92f0b140840a5a51c8d493f55025665a0c6293fbbd493732b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm27xx-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "894e4edc4cb503142771f8733ba5d929ef9ed153d2a243d66f317a77392de39f"; + sha256_unsigned = "45ebd0265378f2bde6b80bf1767f42bd20662ca02b7f2030b60e231f9262d171"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "3874917de5ae753951f4500ce7854d6ece5a1e097d6e3914fd9e844e820e8293"; + sha256_unsigned = "3874917de5ae753951f4500ce7854d6ece5a1e097d6e3914fd9e844e820e8293"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + model = "3B/3B+/3CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + { + model = "2B-1.2"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "bcm27xx/bcm2710"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + bcm2711 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-4 = { + device_packages = [ + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "kmod-usb-net-lan78xx" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm27xx-bcm2711-rpi-4"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-bcm27xx-bcm2711-rpi-4-ext4-sysupgrade.img.gz"; + sha256 = "b73ca494dd780fc57cb6b9785ec2f7ef08c92bd53a5a48f36ba68e3a4f0b0c89"; + sha256_unsigned = "8a105d3f88d4b19584ac26b6e8a8a3159ffb3bd7f57a0ae5050730e22c1ef158"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz"; + sha256 = "25629ade8a60747ace7c18b3b5dac4ccb89e0f64fefeacbafc8776e75be798be"; + sha256_unsigned = "25629ade8a60747ace7c18b3b5dac4ccb89e0f64fefeacbafc8776e75be798be"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz"; + sha256 = "c7a5e9e22ce3b8fe160d01b16f87dafe696a458e6361ff9a4877939890d5bd57"; + sha256_unsigned = "8479cdf243f3ddb5ffd1cb7382134c8691801775bc76a108fbeae9113a7ec6a8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz"; + sha256 = "0956f166f918b0fdb153e93caf0a4a7eca6591127c9e3431f8b5da197ab1da28"; + sha256_unsigned = "0956f166f918b0fdb153e93caf0a4a7eca6591127c9e3431f8b5da197ab1da28"; + type = "factory"; + } + ]; + supported_devices = [ + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "4B/400/4CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "bcm27xx/bcm2711"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + bcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + linksys_e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-generic-linksys_e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-generic-linksys_e3000-v1-squashfs.bin"; + sha256 = "4844d33050926c825fd269ebe60d7cc8a85ecf10425f0b823d7fe2cd21b974e3"; + sha256_unsigned = "4844d33050926c825fd269ebe60d7cc8a85ecf10425f0b823d7fe2cd21b974e3"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3000-v1" + ]; + titles = [ + { + model = "E3000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + "linksys_wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-generic-linksys_wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-generic-linksys_wrt300n-v1.1-squashfs.bin"; + sha256 = "6ffebb2341363e9f7d87a7abeed109d2b4d8b71c19dc0c8688f2dffc95410226"; + sha256_unsigned = "6ffebb2341363e9f7d87a7abeed109d2b4d8b71c19dc0c8688f2dffc95410226"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1.1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-generic-linksys_wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-generic-linksys_wrt310n-v1-squashfs.bin"; + sha256 = "8ebd1a08e5b94d5e81b0325a64519d82903131c6c7120e9e846830b10fbf0ae7"; + sha256_unsigned = "8ebd1a08e5b94d5e81b0325a64519d82903131c6c7120e9e846830b10fbf0ae7"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v1" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-generic-linksys_wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-generic-linksys_wrt350n-v1-squashfs.bin"; + sha256 = "8ed16826e1c0a81d2674d2e24849877d0e8187319b5c25e3c68e30a8c502f390"; + sha256_unsigned = "8ed16826e1c0a81d2674d2e24849877d0e8187319b5c25e3c68e30a8c502f390"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt350n-v1" + ]; + titles = [ + { + model = "WRT350N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-generic-linksys_wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-generic-linksys_wrt610n-v1-squashfs.bin"; + sha256 = "648e0dcd990b867febb86d20bd6de152604226a9fffec32e501f95df5d90ec35"; + sha256_unsigned = "648e0dcd990b867febb86d20bd6de152604226a9fffec32e501f95df5d90ec35"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v1" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-generic-linksys_wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-generic-linksys_wrt610n-v2-squashfs.bin"; + sha256 = "2d3daad6cb95381f5be618f2917233d02b6567bc4e9b07430826660a4a53b620"; + sha256_unsigned = "2d3daad6cb95381f5be618f2917233d02b6567bc4e9b07430826660a4a53b620"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v2" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-generic-standard-squashfs.trx"; + sha256 = "f393ba6fedea52ae7f23a4aed6c42f69f03f95c58dd514520ad4746ce4cb8650"; + sha256_unsigned = "f393ba6fedea52ae7f23a4aed6c42f69f03f95c58dd514520ad4746ce4cb8650"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "bcm47xx/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-300g-squashfs.trx"; + sha256 = "843e53b983639b19ebf92ede2f6cab64c8b06d975d4511c1f39078a5b59f59b2"; + sha256_unsigned = "843e53b983639b19ebf92ede2f6cab64c8b06d975d4511c1f39078a5b59f59b2"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-300g" + ]; + titles = [ + { + model = "WL-300g"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-320gp-squashfs.trx"; + sha256 = "1f70c4db820a306980600f2f1ba816b8f9731fa0da4cd84e8142b684046e471a"; + sha256_unsigned = "1f70c4db820a306980600f2f1ba816b8f9731fa0da4cd84e8142b684046e471a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-320gp" + ]; + titles = [ + { + model = "WL-320gP"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-330ge-squashfs.trx"; + sha256 = "bb6be4bd5df12ed43d45961362aa246d8c4616f71ef9040e248b98593058726c"; + sha256_unsigned = "bb6be4bd5df12ed43d45961362aa246d8c4616f71ef9040e248b98593058726c"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-330ge" + ]; + titles = [ + { + model = "WL-330gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-500gd-squashfs.trx"; + sha256 = "1bcd37dd491882f323af4e54dee186d4f534b907d551a023c8fec30cc73ad86e"; + sha256_unsigned = "1bcd37dd491882f323af4e54dee186d4f534b907d551a023c8fec30cc73ad86e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gd" + ]; + titles = [ + { + model = "WL-500g Deluxe"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-500gp-v1-squashfs.trx"; + sha256 = "8391947bb720b7d48b9d1b91b76a28c2c6ef294c27b719b7e2f27aec88870ceb"; + sha256_unsigned = "8391947bb720b7d48b9d1b91b76a28c2c6ef294c27b719b7e2f27aec88870ceb"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v1" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx"; + sha256 = "edd8860629405f19946a8d88c11ff645b1dcfa8720eee48628c80644aedf3b98"; + sha256_unsigned = "edd8860629405f19946a8d88c11ff645b1dcfa8720eee48628c80644aedf3b98"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v2" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-500w-squashfs.trx"; + sha256 = "26d79e8c0646ab8129c519da41b2097dc93266a21440e7e763f350fbee032130"; + sha256_unsigned = "26d79e8c0646ab8129c519da41b2097dc93266a21440e7e763f350fbee032130"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500w" + ]; + titles = [ + { + model = "WL-500W"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-520gu-squashfs.trx"; + sha256 = "1934394ca7232a46f43e501bf4f3cb9120e8369ce83c88a19b73e4d033fd98df"; + sha256_unsigned = "1934394ca7232a46f43e501bf4f3cb9120e8369ce83c88a19b73e4d033fd98df"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-520gu" + ]; + titles = [ + { + model = "WL-520gU"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-550ge-squashfs.trx"; + sha256 = "4bcb39a7832807e19555cffab38b56673d1fe7f93843262fbed15c4f3892f5fb"; + sha256_unsigned = "4bcb39a7832807e19555cffab38b56673d1fe7f93843262fbed15c4f3892f5fb"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-550ge" + ]; + titles = [ + { + model = "WL-550gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-asus_wl-hdd25-squashfs.trx"; + sha256 = "9ddb60fa87fa5534a6809b19144e3883e372d220de6e386c900e34d05a916857"; + sha256_unsigned = "9ddb60fa87fa5534a6809b19144e3883e372d220de6e386c900e34d05a916857"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-hdd25" + ]; + titles = [ + { + model = "WL-HDD25"; + vendor = "ASUS"; + } + ]; + }; + dlink_dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-dlink_dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-dlink_dwl-3150-squashfs.bin"; + sha256 = "b4e037e4b5eef6e779fa70b5d87cc305b1d691fe9d391089060272cd54aedd3b"; + sha256_unsigned = "b4e037e4b5eef6e779fa70b5d87cc305b1d691fe9d391089060272cd54aedd3b"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dwl-3150" + ]; + titles = [ + { + model = "DWL-3150"; + vendor = "D-Link"; + } + ]; + }; + edimax_ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-edimax_ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-edimax_ps1208-mfg-squashfs.bin"; + sha256 = "ff83352fa30259dc1d1899680f1e64a7b771e2048f36e8c9024a6b5a4abe175b"; + sha256_unsigned = "ff83352fa30259dc1d1899680f1e64a7b771e2048f36e8c9024a6b5a4abe175b"; + type = "bin"; + } + ]; + supported_devices = [ + "edimax,ps1208-mfg" + ]; + titles = [ + { + model = "PS-1208MFg"; + vendor = "Edimax"; + } + ]; + }; + huawei_e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-huawei_e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-huawei_e970-squashfs.bin"; + sha256 = "8b6bc2ee98a86c982c258a109089d96fe184f66fd25824f8e10296e21cef00d6"; + sha256_unsigned = "8b6bc2ee98a86c982c258a109089d96fe184f66fd25824f8e10296e21cef00d6"; + type = "bin"; + } + ]; + supported_devices = [ + "huawei,e970" + ]; + titles = [ + { + model = "E970"; + vendor = "Huawei"; + } + ]; + }; + linksys_wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt150n-squashfs.bin"; + sha256 = "f3daff001042e5d7062e68dc8a4271c6d913293a8c97be1e53448903c28796af"; + sha256_unsigned = "f3daff001042e5d7062e68dc8a4271c6d913293a8c97be1e53448903c28796af"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt150n" + ]; + titles = [ + { + model = "WRT150N"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt160n-v1-squashfs.bin"; + sha256 = "e0fc34543d9b5b7650e565ffff0ff2da3058720c8cf0e6626b2cf06db50530e9"; + sha256_unsigned = "e0fc34543d9b5b7650e565ffff0ff2da3058720c8cf0e6626b2cf06db50530e9"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt160n-v1" + ]; + titles = [ + { + model = "WRT160N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.bin"; + sha256 = "c45c68d5b94b95055119ebd38bab2f0bb1158d23be0187a786aef23f3b7023c9"; + sha256_unsigned = "c45c68d5b94b95055119ebd38bab2f0bb1158d23be0187a786aef23f3b7023c9"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.trx"; + sha256 = "3cff9d341bc5c14e8e39e572a9634ae9c0c102728f192ffc0663b87fce9aeb4a"; + sha256_unsigned = "3cff9d341bc5c14e8e39e572a9634ae9c0c102728f192ffc0663b87fce9aeb4a"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt54g-squashfs.bin"; + sha256 = "a45fc1310e2e373fe38ec6c708ccee728de64ad8e5b1e4fcea52fd10b07b2c34"; + sha256_unsigned = "a45fc1310e2e373fe38ec6c708ccee728de64ad8e5b1e4fcea52fd10b07b2c34"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g" + ]; + titles = [ + { + model = "WRT54G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt54g3g-squashfs.bin"; + sha256 = "7803c3e072eb4530837b59bdc96303121a7e83a04c60e31b4a3fe897d25a21ff"; + sha256_unsigned = "7803c3e072eb4530837b59bdc96303121a7e83a04c60e31b4a3fe897d25a21ff"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g" + ]; + titles = [ + { + model = "WRT54G3G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt54g3g-em-squashfs.bin"; + sha256 = "c370b915f3a2dc2dc2f30d1f4857040e700a27050d269fa4814301272657e08a"; + sha256_unsigned = "c370b915f3a2dc2dc2f30d1f4857040e700a27050d269fa4814301272657e08a"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g-em" + ]; + titles = [ + { + model = "WRT54G3G-EM"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "d41eded1fb0465fb11d3105a07d227978bbf09055dda0dd49519afde66bf019a"; + sha256_unsigned = "d41eded1fb0465fb11d3105a07d227978bbf09055dda0dd49519afde66bf019a"; + type = "noheader"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.bin"; + sha256 = "8d1c8422a77637f54d27ea65c329da243c1056d30ac7b05a0bf3db7e3359fe0d"; + sha256_unsigned = "8d1c8422a77637f54d27ea65c329da243c1056d30ac7b05a0bf3db7e3359fe0d"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3gv2-vf" + ]; + titles = [ + { + model = "WRT54G3GV2-VF"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt54gs-squashfs.bin"; + sha256 = "6159c7d614c27e233fa1cb2b48c274b913f2b36e1c3946766978a8cef384b8fe"; + sha256_unsigned = "6159c7d614c27e233fa1cb2b48c274b913f2b36e1c3946766978a8cef384b8fe"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v1/v2/v3"; + vendor = "Linksys"; + } + { + model = "WRT54G-TM"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrt54gs-v4-squashfs.bin"; + sha256 = "47b063b5b3b822d42c919c69f168f7a1f2219a2acfc4a97f0939c5b125e5d319"; + sha256_unsigned = "47b063b5b3b822d42c919c69f168f7a1f2219a2acfc4a97f0939c5b125e5d319"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs-v4" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-linksys_wrtsl54gs-squashfs.bin"; + sha256 = "4ee4cbb9ff43dc07e365e8fba96a63225bcc6215c0db94a883d0fd62a7aa3e38"; + sha256_unsigned = "4ee4cbb9ff43dc07e365e8fba96a63225bcc6215c0db94a883d0fd62a7aa3e38"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrtsl54gs" + ]; + titles = [ + { + model = "WRTSL54GS"; + vendor = "Linksys"; + } + ]; + }; + motorola_wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-motorola_wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-motorola_wa840g-squashfs.bin"; + sha256 = "5805c97a933d99271621b55bb35bf6f2bd60e0d022fffeca9f1e79bacb1bb636"; + sha256_unsigned = "5805c97a933d99271621b55bb35bf6f2bd60e0d022fffeca9f1e79bacb1bb636"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wa840g" + ]; + titles = [ + { + model = "WA840G"; + vendor = "Motorola"; + } + ]; + }; + motorola_we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-motorola_we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-motorola_we800g-squashfs.bin"; + sha256 = "0c5a2887e83373fb5966ef64bc7f3657e7b65dbb171e2c2eee841199b3337d1d"; + sha256_unsigned = "0c5a2887e83373fb5966ef64bc7f3657e7b65dbb171e2c2eee841199b3337d1d"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,we800g" + ]; + titles = [ + { + model = "WE800G"; + vendor = "Motorola"; + } + ]; + }; + motorola_wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-motorola_wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-motorola_wr850g-squashfs.bin"; + sha256 = "7be9e94032d9a2afe7b3f1dc5303c60dee6d27f640d199b9b3211f4b05ea1fdb"; + sha256_unsigned = "7be9e94032d9a2afe7b3f1dc5303c60dee6d27f640d199b9b3211f4b05ea1fdb"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wr850g" + ]; + titles = [ + { + model = "WR850G"; + vendor = "Motorola"; + } + ]; + }; + netgear_wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-netgear_wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-netgear_wgr614-v8-squashfs.chk"; + sha256 = "5e1984ed5609a9174b5599d5187bd7a185c1585977ba731775db58e65be0c89c"; + sha256_unsigned = "5e1984ed5609a9174b5599d5187bd7a185c1585977ba731775db58e65be0c89c"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v8" + ]; + titles = [ + { + model = "WGR614"; + variant = "v8"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-netgear_wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-netgear_wgt634u-squashfs.bin"; + sha256 = "eec85ffe0bab7789d5e2f6150a9c79420b0c8c6ec013d9e1807be9eb8b9284a9"; + sha256_unsigned = "eec85ffe0bab7789d5e2f6150a9c79420b0c8c6ec013d9e1807be9eb8b9284a9"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,wgt634u" + ]; + titles = [ + { + model = "WGT634U"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-netgear_wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-netgear_wndr3300-v1-squashfs.chk"; + sha256 = "6771e210da6357a5b1864a814a09f23bd00703d4a96fc9f3cf5bc12d226d6901"; + sha256_unsigned = "6771e210da6357a5b1864a814a09f23bd00703d4a96fc9f3cf5bc12d226d6901"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3300-v1" + ]; + titles = [ + { + model = "WNDR3300"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-netgear_wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-netgear_wnr834b-v2-squashfs.chk"; + sha256 = "44d911ad61a1ac81dbb11a79f80964f715ade5f011993b8158504180f1fcf1b1"; + sha256_unsigned = "44d911ad61a1ac81dbb11a79f80964f715ade5f011993b8158504180f1fcf1b1"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr834b-v2" + ]; + titles = [ + { + model = "WNR834B"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-standard-squashfs.trx"; + sha256 = "d3de251343ff980339e54e287952637ba1942d8e4da77ed21044d1a86c79d7e8"; + sha256_unsigned = "d3de251343ff980339e54e287952637ba1942d8e4da77ed21044d1a86c79d7e8"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "3c3f25ff9d4a538e6d6571c2744b784c9ab2a7eeb623c7dfdef4af1fd72d3fb8"; + sha256_unsigned = "3c3f25ff9d4a538e6d6571c2744b784c9ab2a7eeb623c7dfdef4af1fd72d3fb8"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-gz" + ]; + titles = [ + { + model = "Image with gzipped kernel"; + vendor = "Generic"; + } + ]; + }; + usrobotics_usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-legacy-usrobotics_usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-legacy-usrobotics_usr5461-squashfs.bin"; + sha256 = "8792bd343a96acbb389930b652e6ccd8393f09311a706b463c26bc3d740143bc"; + sha256_unsigned = "8792bd343a96acbb389930b652e6ccd8393f09311a706b463c26bc3d740143bc"; + type = "bin"; + } + ]; + supported_devices = [ + "usrobotics,usr5461" + ]; + titles = [ + { + model = "USR5461"; + vendor = "US Robotics"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "bcm47xx/legacy"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-ac53u-squashfs.trx"; + sha256 = "ab2f9a2120a3c390874f322b13381f2f07679378785ff681d1dbfa10a3e7e3d0"; + sha256_unsigned = "ab2f9a2120a3c390874f322b13381f2f07679378785ff681d1dbfa10a3e7e3d0"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac53u" + ]; + titles = [ + { + model = "RT-AC53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n10-squashfs.trx"; + sha256 = "c532b31e245b4dd52ab11163a445a212060d68aa9e6b6186ce6ee79acee7f570"; + sha256_unsigned = "c532b31e245b4dd52ab11163a445a212060d68aa9e6b6186ce6ee79acee7f570"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10" + ]; + titles = [ + { + model = "RT-N10"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n10p-squashfs.trx"; + sha256 = "1d805eb78852b0f3710621b7b00e2ccc6ea6516a6cb5cf3c81bd9b30f0f231cd"; + sha256_unsigned = "1d805eb78852b0f3710621b7b00e2ccc6ea6516a6cb5cf3c81bd9b30f0f231cd"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n10p-v2-squashfs.trx"; + sha256 = "2a30313b53af4fe8bafd17f63e29b61bff32cdec02befed4c052307638138466"; + sha256_unsigned = "2a30313b53af4fe8bafd17f63e29b61bff32cdec02befed4c052307638138466"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v2" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n10u-squashfs.trx"; + sha256 = "611f61fb725a4fc35a2aa3a1a3ce5b60e645371e491619907c29b1534c9ba509"; + sha256_unsigned = "611f61fb725a4fc35a2aa3a1a3ce5b60e645371e491619907c29b1534c9ba509"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "A"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n10u-b-squashfs.trx"; + sha256 = "611f61fb725a4fc35a2aa3a1a3ce5b60e645371e491619907c29b1534c9ba509"; + sha256_unsigned = "611f61fb725a4fc35a2aa3a1a3ce5b60e645371e491619907c29b1534c9ba509"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u-b" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "B"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n12-squashfs.trx"; + sha256 = "9c898cb7d41cf8e3b6898a1c332bcb780c4ee58cefd500729bae3e75f910b781"; + sha256_unsigned = "9c898cb7d41cf8e3b6898a1c332bcb780c4ee58cefd500729bae3e75f910b781"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12" + ]; + titles = [ + { + model = "RT-N12"; + variant = "A1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n12-b1-squashfs.trx"; + sha256 = "49df06926b135a88013ebac60863e5daf06d822821d81cb5156a46cff7d3e111"; + sha256_unsigned = "49df06926b135a88013ebac60863e5daf06d822821d81cb5156a46cff7d3e111"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-b1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n12-c1-squashfs.trx"; + sha256 = "b34c681d20eff782a6ca6bd0b941046ef13f89297256a67237e674b5d16508c2"; + sha256_unsigned = "b34c681d20eff782a6ca6bd0b941046ef13f89297256a67237e674b5d16508c2"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-c1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "C1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n12-d1-squashfs.trx"; + sha256 = "2d31585cc23444e5e5c8638029eaf41e92c231aac73fedf4b0e0a76a7a9d044c"; + sha256_unsigned = "2d31585cc23444e5e5c8638029eaf41e92c231aac73fedf4b0e0a76a7a9d044c"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-d1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "D1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n12hp-squashfs.trx"; + sha256 = "4f8278e9dc35925a6d32e7584a20596a133eccafad339b2f4c0eb86a5e88615d"; + sha256_unsigned = "4f8278e9dc35925a6d32e7584a20596a133eccafad339b2f4c0eb86a5e88615d"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12hp" + ]; + titles = [ + { + model = "RT-N12HP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n14uhp-squashfs.trx"; + sha256 = "37ccba5ad183e41deca35dd3b986c43fa7f581ae81d4800167522e1959d9683b"; + sha256_unsigned = "37ccba5ad183e41deca35dd3b986c43fa7f581ae81d4800167522e1959d9683b"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n14uhp" + ]; + titles = [ + { + model = "RT-N14UHP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n15u-squashfs.trx"; + sha256 = "7015c7cd635097f2cdb2ff44e7af56faee22f3d14e3b5ea73bd91d26599fb955"; + sha256_unsigned = "7015c7cd635097f2cdb2ff44e7af56faee22f3d14e3b5ea73bd91d26599fb955"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n15u" + ]; + titles = [ + { + model = "RT-N15U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n16-squashfs.trx"; + sha256 = "420a13d5604f84c32640463ba56b17334cf3b1106b6d2eb88dd0ae5d6763d1db"; + sha256_unsigned = "420a13d5604f84c32640463ba56b17334cf3b1106b6d2eb88dd0ae5d6763d1db"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n16" + ]; + titles = [ + { + model = "RT-N16"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n53-squashfs.trx"; + sha256 = "ed609db8d8faf1a7b128b19e1ee30beadbbe5cc140a6a9c44e3991103ea60fa6"; + sha256_unsigned = "ed609db8d8faf1a7b128b19e1ee30beadbbe5cc140a6a9c44e3991103ea60fa6"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n53" + ]; + titles = [ + { + model = "RT-N53"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n66u-squashfs.trx"; + sha256 = "2633168c004e808296d90db52ce2a8ffb55d6c67ec207199e1bedf265defa497"; + sha256_unsigned = "2633168c004e808296d90db52ce2a8ffb55d6c67ec207199e1bedf265defa497"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66u" + ]; + titles = [ + { + model = "RT-N66U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-asus_rt-n66w-squashfs.trx"; + sha256 = "2633168c004e808296d90db52ce2a8ffb55d6c67ec207199e1bedf265defa497"; + sha256_unsigned = "2633168c004e808296d90db52ce2a8ffb55d6c67ec207199e1bedf265defa497"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66w" + ]; + titles = [ + { + model = "RT-N66W"; + vendor = "ASUS"; + } + ]; + }; + linksys_e1000 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e1000-squashfs.bin"; + sha256 = "cfc35fcbb05e97a6859445374b3e67bbd23984b74930441950fe9397d41c7c57"; + sha256_unsigned = "cfc35fcbb05e97a6859445374b3e67bbd23984b74930441950fe9397d41c7c57"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1000" + ]; + titles = [ + { + model = "E1000"; + variant = "v1/v2/v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e1200-v1-squashfs.bin"; + sha256 = "9c9a448c5bec12ec8eb015bc9df981f917cdc9e795ec2641bfed6edc489ef4e7"; + sha256_unsigned = "9c9a448c5bec12ec8eb015bc9df981f917cdc9e795ec2641bfed6edc489ef4e7"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v1" + ]; + titles = [ + { + model = "E1200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e1200-v2-squashfs.bin"; + sha256 = "ba641b77127224f7b49bae1814b2018d61de38f05f77c3be99d7238a62638353"; + sha256_unsigned = "ba641b77127224f7b49bae1814b2018d61de38f05f77c3be99d7238a62638353"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v2" + ]; + titles = [ + { + model = "E1200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e1500-v1-squashfs.bin"; + sha256 = "c209c128ee9ba1547537ee4454139dc9b8b838c51c0def095764e10da442ebcb"; + sha256_unsigned = "c209c128ee9ba1547537ee4454139dc9b8b838c51c0def095764e10da442ebcb"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1500-v1" + ]; + titles = [ + { + model = "E1500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e1550-v1-squashfs.bin"; + sha256 = "507b7258c040c65cf9a676e88a21fb91faeecddf83d51e255074dae123e48469"; + sha256_unsigned = "507b7258c040c65cf9a676e88a21fb91faeecddf83d51e255074dae123e48469"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1550-v1" + ]; + titles = [ + { + model = "E1550"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e2000-v1-squashfs.bin"; + sha256 = "d342cfec30743fc5fc4e052ad2bdc2580eb8c8e3cc2bd3f7adca8618a9a06004"; + sha256_unsigned = "d342cfec30743fc5fc4e052ad2bdc2580eb8c8e3cc2bd3f7adca8618a9a06004"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2000-v1" + ]; + titles = [ + { + model = "E2000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e2500-v1-squashfs.bin"; + sha256 = "a2cab985f200f242e83e08f9c7147fd427b28a819b5ea83977f8f5716247b0b2"; + sha256_unsigned = "a2cab985f200f242e83e08f9c7147fd427b28a819b5ea83977f8f5716247b0b2"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v1" + ]; + titles = [ + { + model = "E2500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e2500-v2-squashfs.bin"; + sha256 = "ad13985103ce6b406b690a2101033dff03fdf98133d7aa13188c1cf301991214"; + sha256_unsigned = "ad13985103ce6b406b690a2101033dff03fdf98133d7aa13188c1cf301991214"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2" + ]; + titles = [ + { + model = "E2500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + "linksys_e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e2500-v2.1-squashfs.bin"; + sha256 = "9e972e619dd6145a49432e308dee0a1da3d468cef18127a855ab9d7babfccdd5"; + sha256_unsigned = "9e972e619dd6145a49432e308dee0a1da3d468cef18127a855ab9d7babfccdd5"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2.1" + ]; + titles = [ + { + model = "E2500"; + variant = "v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e2500-v3-squashfs.bin"; + sha256 = "6dac365c2c0b0e06dc329092c082f9e0633e0016469662ec2043ce299b3ac7f8"; + sha256_unsigned = "6dac365c2c0b0e06dc329092c082f9e0633e0016469662ec2043ce299b3ac7f8"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v3" + ]; + titles = [ + { + model = "E2500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e3200-v1-squashfs.bin"; + sha256 = "aec5276f7fec21451aa99df877925118b0e70a88161a575fb3ff92d05045d088"; + sha256_unsigned = "aec5276f7fec21451aa99df877925118b0e70a88161a575fb3ff92d05045d088"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3200-v1" + ]; + titles = [ + { + model = "E3200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e4200-v1-squashfs.bin"; + sha256 = "1720daf4c316f18dd45fc02dc5bf37ba74df2db04878c3fab7a2f37be12b8640"; + sha256_unsigned = "1720daf4c316f18dd45fc02dc5bf37ba74df2db04878c3fab7a2f37be12b8640"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e4200-v1" + ]; + titles = [ + { + model = "E4200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-linksys_e900-v1-squashfs.bin"; + sha256 = "49676e57307451a00df2bd1a3120de71850d4ee97d87c4a57e690da55fde82af"; + sha256_unsigned = "49676e57307451a00df2bd1a3120de71850d4ee97d87c4a57e690da55fde82af"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e900-v1" + ]; + titles = [ + { + model = "E900"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-linksys_wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-linksys_wrt310n-v2-squashfs.bin"; + sha256 = "67887c9844215ea1dd91cb2974a39b908a73c9c5c52d952eba3a93a740a0d62a"; + sha256_unsigned = "67887c9844215ea1dd91cb2974a39b908a73c9c5c52d952eba3a93a740a0d62a"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v2" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-linksys_wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-linksys_wrt320n-v1-squashfs.bin"; + sha256 = "e86e2bcf6db664f4eea5cac670f813b39897cb9c1a0ff1362680f059b6d70045"; + sha256_unsigned = "e86e2bcf6db664f4eea5cac670f813b39897cb9c1a0ff1362680f059b6d70045"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt320n-v1" + ]; + titles = [ + { + model = "WRT320N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-netgear_r6200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-netgear_r6200-v1-squashfs.chk"; + sha256 = "3f227d0d7fc83461d1c050db83155a7c9bdc0d93559f8b48dcfa8ae64679e195"; + sha256_unsigned = "3f227d0d7fc83461d1c050db83155a7c9bdc0d93559f8b48dcfa8ae64679e195"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6200-v1" + ]; + titles = [ + { + model = "R6200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wgr614-v10-squashfs.chk"; + sha256 = "33256c0629d57e3ad4211143621abda067d2597c77b780fa84597f7c60610859"; + sha256_unsigned = "33256c0629d57e3ad4211143621abda067d2597c77b780fa84597f7c60610859"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wgr614-v10-na-squashfs.chk"; + sha256 = "93f2ed0ffb205230e1d87cad1b677486962c005410131d3138599ed13c5b8f28"; + sha256_unsigned = "93f2ed0ffb205230e1d87cad1b677486962c005410131d3138599ed13c5b8f28"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10-na" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wn2500rp-v1-squashfs.chk"; + sha256 = "9186a87248d812a7c8c6b63bedbeddf3189a49888e0ac0b6ba7fd08eef91259d"; + sha256_unsigned = "9186a87248d812a7c8c6b63bedbeddf3189a49888e0ac0b6ba7fd08eef91259d"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn2500rp-v1" + ]; + titles = [ + { + model = "WN2500RP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wn3000rp-squashfs.chk"; + sha256 = "4f45b7c17b145484827d343ee4d338322aa817d5db03241ebad0dadc714d5c1c"; + sha256_unsigned = "4f45b7c17b145484827d343ee4d338322aa817d5db03241ebad0dadc714d5c1c"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn3000rp" + ]; + titles = [ + { + model = "WN3000RP"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wndr3400-v1-squashfs.chk"; + sha256 = "923f84ef1e3693266f1d63528802f88e93a9d4803c2517733481e6badc470add"; + sha256_unsigned = "923f84ef1e3693266f1d63528802f88e93a9d4803c2517733481e6badc470add"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v1" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wndr3400-v2-squashfs.chk"; + sha256 = "6654ad7f038dfa8fadd3db0438460c0b53a319b310651bc5f0ef3913553e6b7a"; + sha256_unsigned = "6654ad7f038dfa8fadd3db0438460c0b53a319b310651bc5f0ef3913553e6b7a"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v2" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wndr3400-v3-squashfs.chk"; + sha256 = "c0064fc30ea0f1276e07185c7d0489aeb50b7be5381b116c076c22e1e5a11ca7"; + sha256_unsigned = "c0064fc30ea0f1276e07185c7d0489aeb50b7be5381b116c076c22e1e5a11ca7"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v3" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wndr3700-v3-squashfs.chk"; + sha256 = "2f45fe2967d1cfc3a41dbf3e2d39643911e0dd23d1fdb6f8ff7dd8576e9e311f"; + sha256_unsigned = "2f45fe2967d1cfc3a41dbf3e2d39643911e0dd23d1fdb6f8ff7dd8576e9e311f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v3" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wndr4000-squashfs.chk"; + sha256 = "3f0db0e14affdf48150d585e751764246d861f7b2b9c00d066f95b968cc14afc"; + sha256_unsigned = "3f0db0e14affdf48150d585e751764246d861f7b2b9c00d066f95b968cc14afc"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr4000" + ]; + titles = [ + { + model = "WNDR4000"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wnr1000-v3-squashfs.chk"; + sha256 = "9c256595c95e2eb49e06669a0c7bdb21157e0f1ce4bedc97391551b9e191e6f8"; + sha256_unsigned = "9c256595c95e2eb49e06669a0c7bdb21157e0f1ce4bedc97391551b9e191e6f8"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr1000-v3" + ]; + titles = [ + { + model = "WNR1000"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2000v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wnr2000v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wnr2000v2-squashfs.chk"; + sha256 = "eb53ef67469a5a0aa6733bb27611de73bfce2cc78b49acaa59d2343d21e104e3"; + sha256_unsigned = "eb53ef67469a5a0aa6733bb27611de73bfce2cc78b49acaa59d2343d21e104e3"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr2000v2" + ]; + titles = [ + { + model = "WNR2000"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wnr3500-v2-squashfs.chk"; + sha256 = "ef07ca4fadc4198d38c4c7a432c8371ed031ba2c593d1b30d9f1210f94028c77"; + sha256_unsigned = "ef07ca4fadc4198d38c4c7a432c8371ed031ba2c593d1b30d9f1210f94028c77"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500-v2" + ]; + titles = [ + { + model = "WNR3500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wnr3500l-v1-squashfs.chk"; + sha256 = "298bbf6175067d4b1c3b6b37bcab95addaae9d773de4213c021012b7a0c81d20"; + sha256_unsigned = "298bbf6175067d4b1c3b6b37bcab95addaae9d773de4213c021012b7a0c81d20"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (ROW)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wnr3500l-v1-na-squashfs.chk"; + sha256 = "af926dca0560e989775bb3a7b83e8450083e60684e262b0f46ee1545b0b2a9d7"; + sha256_unsigned = "af926dca0560e989775bb3a7b83e8450083e60684e262b0f46ee1545b0b2a9d7"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1-na" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-netgear_wnr3500l-v2-squashfs.chk"; + sha256 = "0e33f4be49551100aea4f48ea6f30bc6ca80fda273244a5e4a18b6f19a56d9f9"; + sha256_unsigned = "0e33f4be49551100aea4f48ea6f30bc6ca80fda273244a5e4a18b6f19a56d9f9"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v2" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "a41c11a026aea6aa19ef46a576bc9c6eae570add584a9c5c0e3217bee81fe8f1"; + sha256_unsigned = "a41c11a026aea6aa19ef46a576bc9c6eae570add584a9c5c0e3217bee81fe8f1"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "e4f86526b2ce67bd35eabd487feea097931122570157a89a03a614746d0e1287"; + sha256_unsigned = "e4f86526b2ce67bd35eabd487feea097931122570157a89a03a614746d0e1287"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-nodictionarylzma" + ]; + titles = [ + { + model = "Image with LZMA compressed kernel matching CFE decompressor"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "bcm47xx/mips74k"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + bcm4908 = { + generic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm4908img" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "fdt-utils" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_gt-ac5300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm4908-generic-asus_gt-ac5300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm4908-generic-asus_gt-ac5300-squashfs.bin"; + sha256 = "c89401d2575b651d5ac5f68d6d9fe3dd63a519a87ec695f36181812181456c94"; + sha256_unsigned = "c89401d2575b651d5ac5f68d6d9fe3dd63a519a87ec695f36181812181456c94"; + type = "bin"; + } + ]; + supported_devices = [ + "asus,gt-ac5300" + ]; + titles = [ + { + model = "GT-AC5300"; + vendor = "Asus"; + } + ]; + }; + netgear_r8000p = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm4908-generic-netgear_r8000p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm4908-generic-netgear_r8000p-squashfs.bin"; + sha256 = "f55515521cae9a8a4e677794ed1d1dbd202b73e360701199247c4eedb2294e4e"; + sha256_unsigned = "f55515521cae9a8a4e677794ed1d1dbd202b73e360701199247c4eedb2294e4e"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,r8000p" + ]; + titles = [ + { + model = "R8000P"; + vendor = "Netgear"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "bcm4908/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "osafeloader" + "oseama" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac56u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-asus_rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-asus_rt-ac56u-squashfs.trx"; + sha256 = "c208c136800902601220fb0e37e4e38b401ab780978607b9fd41ec40049116e6"; + sha256_unsigned = "c208c136800902601220fb0e37e4e38b401ab780978607b9fd41ec40049116e6"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac56u" + ]; + titles = [ + { + model = "RT-AC56U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-asus_rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-asus_rt-ac68u-squashfs.trx"; + sha256 = "9eeff149b2a50eab985389e18b49ca42749ab06c30efb5d7cfe375c9b15de499"; + sha256_unsigned = "9eeff149b2a50eab985389e18b49ca42749ab06c30efb5d7cfe375c9b15de499"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac68u" + ]; + titles = [ + { + model = "RT-AC68U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-asus_rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-asus_rt-ac87u-squashfs.trx"; + sha256 = "64801e23472f8ad96a04f927e12d12e1e7515cb370ced36eacc2173c28c3c7a2"; + sha256_unsigned = "64801e23472f8ad96a04f927e12d12e1e7515cb370ced36eacc2173c28c3c7a2"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac87u" + ]; + titles = [ + { + model = "RT-AC87U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac88u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-asus_rt-ac88u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-asus_rt-ac88u-squashfs.trx"; + sha256 = "ee387e3817d3bc3873c4c5a3227a54a73ccfc95abd0f7bf54f428e83a9cfeb19"; + sha256_unsigned = "ee387e3817d3bc3873c4c5a3227a54a73ccfc95abd0f7bf54f428e83a9cfeb19"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac88u" + ]; + titles = [ + { + model = "RT-AC88U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-asus_rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-asus_rt-n18u-squashfs.trx"; + sha256 = "174327879f5adb3ab702ce1d1edde13f42f0276ba80d41c7b46ec54cce024545"; + sha256_unsigned = "174327879f5adb3ab702ce1d1edde13f42f0276ba80d41c7b46ec54cce024545"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n18u" + ]; + titles = [ + { + model = "RT-N18U"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-buffalo_wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-buffalo_wxr-1900dhp-squashfs.trx"; + sha256 = "df2082c85f7cc2b02761ba06413edce59e60afb043a8d2782482e1f4f0c9b988"; + sha256_unsigned = "df2082c85f7cc2b02761ba06413edce59e60afb043a8d2782482e1f4f0c9b988"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wxr-1900dhp" + ]; + titles = [ + { + model = "WXR-1900DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-1750dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-buffalo_wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-buffalo_wzr-1750dhp-squashfs.trx"; + sha256 = "65b876c2414b2e1e50592a20a44a35b1eb5d4e58deccd13f6ea5984f4b8e5306"; + sha256_unsigned = "65b876c2414b2e1e50592a20a44a35b1eb5d4e58deccd13f6ea5984f4b8e5306"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-1750dhp" + ]; + titles = [ + { + model = "WZR-1750DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-buffalo_wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-buffalo_wzr-600dhp2-squashfs.trx"; + sha256 = "7f3d7284680c428b26a02b99139082941a2377604ff5dc776a40eb030bbae278"; + sha256_unsigned = "7f3d7284680c428b26a02b99139082941a2377604ff5dc776a40eb030bbae278"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp2" + ]; + titles = [ + { + model = "WZR-600DHP2"; + vendor = "Buffalo"; + } + ]; + }; + dlink_dir-885l = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-dlink_dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-dlink_dir-885l-squashfs.bin"; + sha256 = "5b916e23191b57dda3aecf401f712d1a93e47f8d7cb39062c9553cc5c8092415"; + sha256_unsigned = "5b916e23191b57dda3aecf401f712d1a93e47f8d7cb39062c9553cc5c8092415"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dir-885l" + ]; + titles = [ + { + model = "DIR-885L"; + vendor = "D-Link"; + } + ]; + }; + linksys_ea6300-v1 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-linksys_ea6300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-linksys_ea6300-v1-squashfs.trx"; + sha256 = "6fa93964486d9c3886decd78abd0be5e23ba85612fadf9bc67004fd47dd799ef"; + sha256_unsigned = "6fa93964486d9c3886decd78abd0be5e23ba85612fadf9bc67004fd47dd799ef"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6300-v1" + ]; + titles = [ + { + model = "EA6300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6500-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-linksys_ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-linksys_ea6500-v2-squashfs.trx"; + sha256 = "c59a15166dfa5739f4f326a56364950d8dc8b5e8d11573af63f849fac904e8ba"; + sha256_unsigned = "c59a15166dfa5739f4f326a56364950d8dc8b5e8d11573af63f849fac904e8ba"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6500-v2" + ]; + titles = [ + { + model = "EA6500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9200 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-linksys_ea9200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-linksys_ea9200-squashfs.trx"; + sha256 = "2c3b04591260221fd1107d26c3813e4637ab862210d3555e1d1845a178042264"; + sha256_unsigned = "2c3b04591260221fd1107d26c3813e4637ab862210d3555e1d1845a178042264"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9200" + ]; + titles = [ + { + model = "EA9200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9500 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-linksys_ea9500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-linksys_ea9500-squashfs.trx"; + sha256 = "d4b1918f0bbcfd6bd7da829a09adf6592d679c3e7fa5f609046bb65fb2ad4056"; + sha256_unsigned = "d4b1918f0bbcfd6bd7da829a09adf6592d679c3e7fa5f609046bb65fb2ad4056"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9500" + ]; + titles = [ + { + model = "EA9500"; + vendor = "Linksys"; + } + ]; + }; + luxul_abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-luxul_abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-luxul_abr-4500-squashfs.lxl"; + sha256 = "88dc7ed66e35a4a6440db33bb4e7c2f04f70fe600a6973b6c1cde86df7cbfb5a"; + sha256_unsigned = "88dc7ed66e35a4a6440db33bb4e7c2f04f70fe600a6973b6c1cde86df7cbfb5a"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,abr-4500" + ]; + titles = [ + { + model = "ABR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xap-1610 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-luxul_xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-luxul_xap-1610-squashfs.lxl"; + sha256 = "1baac40521fec6590ba76bf24e150449268ddf5e7bf6242e23974b6c872027aa"; + sha256_unsigned = "1baac40521fec6590ba76bf24e150449268ddf5e7bf6242e23974b6c872027aa"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xap-1610" + ]; + titles = [ + { + model = "XAP-1610"; + vendor = "Luxul"; + } + ]; + }; + luxul_xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-luxul_xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-luxul_xbr-4500-squashfs.lxl"; + sha256 = "02e2e78028f542e8c60bdeca310670094b13c3ffe19e269302769c8aa36bb7fa"; + sha256_unsigned = "02e2e78028f542e8c60bdeca310670094b13c3ffe19e269302769c8aa36bb7fa"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xbr-4500" + ]; + titles = [ + { + model = "XBR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xwr-3150 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-luxul_xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-luxul_xwr-3150-squashfs.lxl"; + sha256 = "280b2b3d493dc6735f9927f701e187912df0d09b1a0fefffc8b980ea994e1d51"; + sha256_unsigned = "280b2b3d493dc6735f9927f701e187912df0d09b1a0fefffc8b980ea994e1d51"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xwr-3150" + ]; + titles = [ + { + model = "XWR-3150"; + vendor = "Luxul"; + } + ]; + }; + meraki_mr32 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-i2c-bcm-iproc" + "kmod-eeprom-at24" + "kmod-leds-pwm" + "kmod-hwmon-ina2xx" + "kmod-bluetooth" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-meraki_mr32"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-meraki_mr32-squashfs.sysupgrade.bin"; + sha256 = "056d0e003f132622b4962bfeee3bb347a277ae9753caa798ff454ca06c3138cf"; + sha256_unsigned = "a43068a82b244d8fe647622ad05307109ef5c61d033264a1622b6004e59e298b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-meraki_mr32-squashfs.trx"; + sha256 = "52a3875c489bd1815b4d7d80e8be5a74ab6861c6cf37a80c512a98cce5884dbe"; + sha256_unsigned = "52a3875c489bd1815b4d7d80e8be5a74ab6861c6cf37a80c512a98cce5884dbe"; + type = "trx"; + } + ]; + supported_devices = [ + "meraki,mr32" + ]; + titles = [ + { + model = "MR32"; + vendor = "Meraki"; + } + ]; + }; + netgear_r6250 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-netgear_r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-netgear_r6250-squashfs.chk"; + sha256 = "10bc7e4319d6a3360fce96db880371c8caf94c80e577893c57833a891dd8d9f9"; + sha256_unsigned = "10bc7e4319d6a3360fce96db880371c8caf94c80e577893c57833a891dd8d9f9"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6250" + ]; + titles = [ + { + model = "R6250"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6300-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-netgear_r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-netgear_r6300-v2-squashfs.chk"; + sha256 = "505178d101e24edba7999bb846d3038458aeb508676d547e4b4d3b19a3762759"; + sha256_unsigned = "505178d101e24edba7999bb846d3038458aeb508676d547e4b4d3b19a3762759"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6300-v2" + ]; + titles = [ + { + model = "R6300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-netgear_r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-netgear_r7000-squashfs.chk"; + sha256 = "88908e7bc48bde847e068849a0ef944188cccbbf207272ccda5189bab1354809"; + sha256_unsigned = "88908e7bc48bde847e068849a0ef944188cccbbf207272ccda5189bab1354809"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7000" + ]; + titles = [ + { + model = "R7000"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7900 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-netgear_r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-netgear_r7900-squashfs.chk"; + sha256 = "e6219f77fb0e536f335500a251334c4f91dbe729b4f4a6dc323a4ddf9b2ca378"; + sha256_unsigned = "e6219f77fb0e536f335500a251334c4f91dbe729b4f4a6dc323a4ddf9b2ca378"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7900" + ]; + titles = [ + { + model = "R7900"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r8000 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-netgear_r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-netgear_r8000-squashfs.chk"; + sha256 = "c6e5b2fc6a6cffd0edc6d43afd9273b16058e56ed3df4dd7c309bd8c8fb23a7e"; + sha256_unsigned = "c6e5b2fc6a6cffd0edc6d43afd9273b16058e56ed3df4dd7c309bd8c8fb23a7e"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r8000" + ]; + titles = [ + { + model = "R8000"; + vendor = "NETGEAR"; + } + ]; + }; + phicomm_k3 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-phicomm_k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-phicomm_k3-squashfs.trx"; + sha256 = "1aec8eecbbe798a23b11b1553c6e27aede68e7b6c1a1c4701a2d1f1678563ec5"; + sha256_unsigned = "1aec8eecbbe798a23b11b1553c6e27aede68e7b6c1a1c4701a2d1f1678563ec5"; + type = "trx"; + } + ]; + supported_devices = [ + "phicomm,k3" + ]; + titles = [ + { + model = "K3"; + vendor = "PHICOMM"; + } + ]; + }; + smartrg_sr400ac = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-smartrg_sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-smartrg_sr400ac-squashfs.trx"; + sha256 = "ca4c227340b3abc60e2d02bba1ec5f87af3fcc8004b800c1b06ca4fd0ffa80af"; + sha256_unsigned = "ca4c227340b3abc60e2d02bba1ec5f87af3fcc8004b800c1b06ca4fd0ffa80af"; + type = "trx"; + } + ]; + supported_devices = [ + "smartrg,sr400ac" + ]; + titles = [ + { + model = "SR400ac"; + vendor = "SmartRG"; + } + ]; + }; + tenda_ac9 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm53xx-generic-tenda_ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm53xx-generic-tenda_ac9-squashfs.trx"; + sha256 = "16890d15730eac0042909e72befe0fce62f895c6594f0790d0cb25643e84dd56"; + sha256_unsigned = "16890d15730eac0042909e72befe0fce62f895c6594f0790d0cb25643e84dd56"; + type = "trx"; + } + ]; + supported_devices = [ + "tenda,ac9" + ]; + titles = [ + { + model = "AC9"; + vendor = "Tenda"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "bcm53xx/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + bcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "35e9e8f48a3ff034d30c2cfc7d58d2d223513332f0d5e228cfc92cfb41e6bf30"; + sha256_unsigned = "35e9e8f48a3ff034d30c2cfc7d58d2d223513332f0d5e228cfc92cfb41e6bf30"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-adb_a4001n-squashfs-cfe.bin"; + sha256 = "09fab6d56cd1468aec899f96ed29ebbb1654cce9a6ab4d298e3f130a12507fe9"; + sha256_unsigned = "09fab6d56cd1468aec899f96ed29ebbb1654cce9a6ab4d298e3f130a12507fe9"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "da4f4d63deafc99ce07f529ae3d33bd0fa8e1cb4acbf709eee96a991180c770a"; + sha256_unsigned = "da4f4d63deafc99ce07f529ae3d33bd0fa8e1cb4acbf709eee96a991180c770a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "c804755004a8ced7c1ff95edd93f5f70d5e2d93c7604cf025b1aef10dd290353"; + sha256_unsigned = "c804755004a8ced7c1ff95edd93f5f70d5e2d93c7604cf025b1aef10dd290353"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-adb_av4202n-squashfs-cfe.bin"; + sha256 = "06052d2dabca84861ace6dd2a44bdf746986f61f195f5af4fd2b5c38bea565d3"; + sha256_unsigned = "06052d2dabca84861ace6dd2a44bdf746986f61f195f5af4fd2b5c38bea565d3"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "e1ac1ec9f78cc645eaede5172fb6e727513a6712e072f6fb2489c47ffc593fd8"; + sha256_unsigned = "e1ac1ec9f78cc645eaede5172fb6e727513a6712e072f6fb2489c47ffc593fd8"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "3874f61464acdf6b8557df7d196a06e83267574e71f4649953fc20b8f2b8dd21"; + sha256_unsigned = "3874f61464acdf6b8557df7d196a06e83267574e71f4649953fc20b8f2b8dd21"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "a1d10985496856e4e3469338796a2d812a2e2dd0e956e4402b38a177c5e83c14"; + sha256_unsigned = "a1d10985496856e4e3469338796a2d812a2e2dd0e956e4402b38a177c5e83c14"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "783bb411e3056ad0538bd2a806f2f90d346f98f957da1e67714ca743d084926b"; + sha256_unsigned = "783bb411e3056ad0538bd2a806f2f90d346f98f957da1e67714ca743d084926b"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "2339f99bba38ab9da82402448083e36542d9c5b6b0eb3e1317f1c269c770ce5e"; + sha256_unsigned = "2339f99bba38ab9da82402448083e36542d9c5b6b0eb3e1317f1c269c770ce5e"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "399174c6b3dd5c9a4866b0ee4920b512d847186166f4b117d4e12938604fdc83"; + sha256_unsigned = "399174c6b3dd5c9a4866b0ee4920b512d847186166f4b117d4e12938604fdc83"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "a611712ff9427d70062636155b4bedae62b342762559bd18338d909f5d24764f"; + sha256_unsigned = "a611712ff9427d70062636155b4bedae62b342762559bd18338d909f5d24764f"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "399174c6b3dd5c9a4866b0ee4920b512d847186166f4b117d4e12938604fdc83"; + sha256_unsigned = "399174c6b3dd5c9a4866b0ee4920b512d847186166f4b117d4e12938604fdc83"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "8dd48f6070edc0d062864b3509afb3511bf105c33d8a0d7794b76d74e6a233f8"; + sha256_unsigned = "8dd48f6070edc0d062864b3509afb3511bf105c33d8a0d7794b76d74e6a233f8"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "8dd48f6070edc0d062864b3509afb3511bf105c33d8a0d7794b76d74e6a233f8"; + sha256_unsigned = "8dd48f6070edc0d062864b3509afb3511bf105c33d8a0d7794b76d74e6a233f8"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "84aa1486583f39299dab2b64eb9e2e06e061d79853ba0bd2249e9dea357b4155"; + sha256_unsigned = "84aa1486583f39299dab2b64eb9e2e06e061d79853ba0bd2249e9dea357b4155"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "1ba5da6303eec1a4f43fce9b3620c47ed88318d85e9876ba9d5308b10fdf9b0e"; + sha256_unsigned = "1ba5da6303eec1a4f43fce9b3620c47ed88318d85e9876ba9d5308b10fdf9b0e"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "db0caeaac51ba2893a9cf7bfde2bce69e90de603679ba07e19673ee9ca17c807"; + sha256_unsigned = "db0caeaac51ba2893a9cf7bfde2bce69e90de603679ba07e19673ee9ca17c807"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "2f9934eb78c6f0557c00fe5994c170d94c12818a544c92a495c7dfcd6f5288d7"; + sha256_unsigned = "2f9934eb78c6f0557c00fe5994c170d94c12818a544c92a495c7dfcd6f5288d7"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "2644c7e87f39fb4f3e4514a3dd851d0f3cb1a0d1f5998cc98422e45d56b1b113"; + sha256_unsigned = "2644c7e87f39fb4f3e4514a3dd851d0f3cb1a0d1f5998cc98422e45d56b1b113"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "cf9ce9c7b46c0d1fe5449ff82cbd857b2f1b74cc8df11d0176a7e1710f303d66"; + sha256_unsigned = "cf9ce9c7b46c0d1fe5449ff82cbd857b2f1b74cc8df11d0176a7e1710f303d66"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "b28f55ee86b36c8b4917fa76d6e76a64755b29a346557c55e633932881a63276"; + sha256_unsigned = "b28f55ee86b36c8b4917fa76d6e76a64755b29a346557c55e633932881a63276"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "b3d30041ade5993d3eb3d3cc5be169c2f0d7e219e96409f8beaf1a7e7195ff9a"; + sha256_unsigned = "b3d30041ade5993d3eb3d3cc5be169c2f0d7e219e96409f8beaf1a7e7195ff9a"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "0ec4863a039a6c8d43b4640834c2889cb007ff0c4cbac5d5527fbd0f4e573773"; + sha256_unsigned = "0ec4863a039a6c8d43b4640834c2889cb007ff0c4cbac5d5527fbd0f4e573773"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "4749b63846848402fbed04dc5b79e2182700a0dfab55564c78ad442678f3df5d"; + sha256_unsigned = "4749b63846848402fbed04dc5b79e2182700a0dfab55564c78ad442678f3df5d"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "70ca65f74f2d169aa28b1cc0dc7791dcfb69c1d7a98305b8f1e151d1f0e9f43e"; + sha256_unsigned = "70ca65f74f2d169aa28b1cc0dc7791dcfb69c1d7a98305b8f1e151d1f0e9f43e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "2d07a8b484ad9b6a353d0363e26b08975ef9885586603e70b96179cc63259967"; + sha256_unsigned = "2d07a8b484ad9b6a353d0363e26b08975ef9885586603e70b96179cc63259967"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "15354a8629ac1d61de91d589cd83067b37f53faad19885254699a7efa03e91fd"; + sha256_unsigned = "15354a8629ac1d61de91d589cd83067b37f53faad19885254699a7efa03e91fd"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "d88ac5d3ff55fe3c39bb0ea1745742c59510e6315b035ad7f108a7c624b4834d"; + sha256_unsigned = "d88ac5d3ff55fe3c39bb0ea1745742c59510e6315b035ad7f108a7c624b4834d"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "1c9b879b1e5d53f96f95486e5d51adcc01f30b4d9da69e4eb6c7b5cee9eb1e74"; + sha256_unsigned = "1c9b879b1e5d53f96f95486e5d51adcc01f30b4d9da69e4eb6c7b5cee9eb1e74"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "6ce1dcc496df49dc479c940ff55f82b9b85f8bd76d34d1bee44af1ee4a4d2074"; + sha256_unsigned = "6ce1dcc496df49dc479c940ff55f82b9b85f8bd76d34d1bee44af1ee4a4d2074"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "fd841d7d693d4aae30fa0517e50737c50c6d64aefaf84aa37138a250084d267a"; + sha256_unsigned = "fd841d7d693d4aae30fa0517e50737c50c6d64aefaf84aa37138a250084d267a"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "11a8f7a593e287cc2991b9e0b5740c5fb7e5da93c871b5b7d4d716ee88c060fb"; + sha256_unsigned = "11a8f7a593e287cc2991b9e0b5740c5fb7e5da93c871b5b7d4d716ee88c060fb"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "38ec5b30ee9a3db70053d77b465dee5f5948797b85dfb4a3573c7ea65651185b"; + sha256_unsigned = "38ec5b30ee9a3db70053d77b465dee5f5948797b85dfb4a3573c7ea65651185b"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "cff2bb744ab54c7b2c29a66da61099c85ec222143db709520b4ab88bc51447cc"; + sha256_unsigned = "cff2bb744ab54c7b2c29a66da61099c85ec222143db709520b4ab88bc51447cc"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "d5b38844a5dcf579122f749dc4c3ac7e0c46a4622730e7a985629f074c1e0754"; + sha256_unsigned = "d5b38844a5dcf579122f749dc4c3ac7e0c46a4622730e7a985629f074c1e0754"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "02c1c6a9f55d2d79267f94cb48690297ddf685d0f86ae59fa3f2dc9b1a6ae7b9"; + sha256_unsigned = "02c1c6a9f55d2d79267f94cb48690297ddf685d0f86ae59fa3f2dc9b1a6ae7b9"; + type = "cfe-AU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "ecb5371f5fdc4aa9e9f280cafa8cca565a92ad2c92eca3fffacae6a59b3092a7"; + sha256_unsigned = "ecb5371f5fdc4aa9e9f280cafa8cca565a92ad2c92eca3fffacae6a59b3092a7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "ecb5371f5fdc4aa9e9f280cafa8cca565a92ad2c92eca3fffacae6a59b3092a7"; + sha256_unsigned = "ecb5371f5fdc4aa9e9f280cafa8cca565a92ad2c92eca3fffacae6a59b3092a7"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "277666c8b50347e18414e11e70132dc2a28cd657ff9c84cb9cefaf4800b41697"; + sha256_unsigned = "277666c8b50347e18414e11e70132dc2a28cd657ff9c84cb9cefaf4800b41697"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "2884a11e2d4a53d223384d4b76997b6e22f60370f5394fc708e88c0a4f1cd1b1"; + sha256_unsigned = "2884a11e2d4a53d223384d4b76997b6e22f60370f5394fc708e88c0a4f1cd1b1"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "53ab5162b5a63455e0a8bdae7fac3ac039f2761ca953851493f10f58ee3fd83e"; + sha256_unsigned = "53ab5162b5a63455e0a8bdae7fac3ac039f2761ca953851493f10f58ee3fd83e"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "3a722a3fe80a27ba96d1ba1d7a345dbb44a063dfe2d5999b7fa03b794f05483d"; + sha256_unsigned = "3a722a3fe80a27ba96d1ba1d7a345dbb44a063dfe2d5999b7fa03b794f05483d"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "d7e3181131c1b3afed1785747e57407d26cbe278c317f598fec786224d9925d4"; + sha256_unsigned = "d7e3181131c1b3afed1785747e57407d26cbe278c317f598fec786224d9925d4"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "e4300ee0ea8064158be2def837fd702177508389f80fb7228014403fc7b188d9"; + sha256_unsigned = "e4300ee0ea8064158be2def837fd702177508389f80fb7228014403fc7b188d9"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "ca87cb2cd9eae9b989e00a7b4cfdf37565863d1776e35cbd779aeb7be04c2535"; + sha256_unsigned = "ca87cb2cd9eae9b989e00a7b4cfdf37565863d1776e35cbd779aeb7be04c2535"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "b4beb53be5905017d86fca3050e0ac7849b25107cd2306c72f3bfe67e7c45d5c"; + sha256_unsigned = "b4beb53be5905017d86fca3050e0ac7849b25107cd2306c72f3bfe67e7c45d5c"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "0b8da65168f092d02135a0bb33bde93ff12c205a6cd0a6a89ead01ed3bf3e1d2"; + sha256_unsigned = "0b8da65168f092d02135a0bb33bde93ff12c205a6cd0a6a89ead01ed3bf3e1d2"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "446ce7bfdd56d359baf9bd60b82801fa9a4b45afe987b4a15f839263d010c141"; + sha256_unsigned = "446ce7bfdd56d359baf9bd60b82801fa9a4b45afe987b4a15f839263d010c141"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "5fe2104a99f93d05cef12f7de759dca9a222a570e7dd01e1df95d0cd866379b2"; + sha256_unsigned = "5fe2104a99f93d05cef12f7de759dca9a222a570e7dd01e1df95d0cd866379b2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "420312d6bfc2fc55970f8176cecabd5c71b65bcfaebdd2c96458da734411a331"; + sha256_unsigned = "420312d6bfc2fc55970f8176cecabd5c71b65bcfaebdd2c96458da734411a331"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "b92f4abf9cd24c8c831290bb274e79fb8bbf7f4f888282e959c04e1662c1f4ac"; + sha256_unsigned = "b92f4abf9cd24c8c831290bb274e79fb8bbf7f4f888282e959c04e1662c1f4ac"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "46816f07f319d61969189cc566c763faa69a8745d3cb8e0a2478f0b120df9598"; + sha256_unsigned = "46816f07f319d61969189cc566c763faa69a8745d3cb8e0a2478f0b120df9598"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-netgear_evg2000-squashfs-factory.chk"; + sha256 = "f893b1c97a04bd7bd7ef522e44ce4ecc0c2992b18a146412eec557214b4557c1"; + sha256_unsigned = "f893b1c97a04bd7bd7ef522e44ce4ecc0c2992b18a146412eec557214b4557c1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "05b0a136a88c637aecb5abf0e18441b12a2b344e1bb67fff30c5586c56c1ba38"; + sha256_unsigned = "05b0a136a88c637aecb5abf0e18441b12a2b344e1bb67fff30c5586c56c1ba38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "87391ae27e87d8a45947f560a5c784a0ec687a29e7304b27bc4855b804936f41"; + sha256_unsigned = "87391ae27e87d8a45947f560a5c784a0ec687a29e7304b27bc4855b804936f41"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "9bb0e7b0347e532d3d77f6a47f3788f1708daca396b8625069adf97fceb8134c"; + sha256_unsigned = "9bb0e7b0347e532d3d77f6a47f3788f1708daca396b8625069adf97fceb8134c"; + type = "cfe"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "e3b784fb82a1d940a1d85feaf9c88b427761f7d740a0a955113dde9cfe575626"; + sha256_unsigned = "e3b784fb82a1d940a1d85feaf9c88b427761f7d740a0a955113dde9cfe575626"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "1d4bbb69f7e7c80389a50b74c6cae58925fcba8b6fc618a9365162d31c37cdb4"; + sha256_unsigned = "1d4bbb69f7e7c80389a50b74c6cae58925fcba8b6fc618a9365162d31c37cdb4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "489a6393fb90a750bac4772c7cce9edd3c110e5496335ac3a86258c4313eb0cb"; + sha256_unsigned = "489a6393fb90a750bac4772c7cce9edd3c110e5496335ac3a86258c4313eb0cb"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "eab389c9a729e58fc7325e4f00d69656e1d6eebdcfe89ccf5b136cfe17265adf"; + sha256_unsigned = "eab389c9a729e58fc7325e4f00d69656e1d6eebdcfe89ccf5b136cfe17265adf"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "5ca9f9237ad0b2de1f5a0899ea18452ea4370ce59358216c04b71f158a0c44c8"; + sha256_unsigned = "5ca9f9237ad0b2de1f5a0899ea18452ea4370ce59358216c04b71f158a0c44c8"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "ccfbb0e586eb05744d33fbf1db5672ef255f97db401caf2ed1d384ca97bb4934"; + sha256_unsigned = "ccfbb0e586eb05744d33fbf1db5672ef255f97db401caf2ed1d384ca97bb4934"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "bfbe4f18d7bb999b78af46abf69805a2eb5d1ab1c794b199924519e2fd62a059"; + sha256_unsigned = "bfbe4f18d7bb999b78af46abf69805a2eb5d1ab1c794b199924519e2fd62a059"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "27cbf00c2fd1a44b440401a2a02071ef897d6d0afa09a297f5be1703d1ce17a5"; + sha256_unsigned = "27cbf00c2fd1a44b440401a2a02071ef897d6d0afa09a297f5be1703d1ce17a5"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "6ec629ffdc44b2f6623b0f63a6c30da7682d5aeea9792808dd5300f88d9d4e76"; + sha256_unsigned = "6ec629ffdc44b2f6623b0f63a6c30da7682d5aeea9792808dd5300f88d9d4e76"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "c2e2724ba2e120a16d7fb62d413ac1848da89b89d05d07ee1107e6f40075ecf8"; + sha256_unsigned = "c2e2724ba2e120a16d7fb62d413ac1848da89b89d05d07ee1107e6f40075ecf8"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "db14a825be83ff7126d8f221ce25c27c684e28b8365743ebf988ef44d04e5508"; + sha256_unsigned = "db14a825be83ff7126d8f221ce25c27c684e28b8365743ebf988ef44d04e5508"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "4ec9c87acf58737ea0542b674640b422f4f7fb84075964f35ad4deb1ee245ced"; + sha256_unsigned = "4ec9c87acf58737ea0542b674640b422f4f7fb84075964f35ad4deb1ee245ced"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "1347c2db093294ca17243ea114ac0dc2bbf9a21ca5a6039ff428389f86ad00c1"; + sha256_unsigned = "1347c2db093294ca17243ea114ac0dc2bbf9a21ca5a6039ff428389f86ad00c1"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-sky_sr102-squashfs-cfe.bin"; + sha256 = "de15842de9079cd2c35b2cf717e78cf068a72e5f1190d81e322aac3e1901494b"; + sha256_unsigned = "de15842de9079cd2c35b2cf717e78cf068a72e5f1190d81e322aac3e1901494b"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "7d10cd7a1aaf6e231cf47660e8e5ac8a4bca38d19d77810b1a06474f279b93d8"; + sha256_unsigned = "7d10cd7a1aaf6e231cf47660e8e5ac8a4bca38d19d77810b1a06474f279b93d8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "692ce0e12b1b82c1a7fa1927be4f91a706310a05e8cd7524d7d5c099b7ab4ef8"; + sha256_unsigned = "692ce0e12b1b82c1a7fa1927be4f91a706310a05e8cd7524d7d5c099b7ab4ef8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "de8ddcba51815f2d9ce029b245244ca4ffc95c09ed8b1313fba424a603647d75"; + sha256_unsigned = "de8ddcba51815f2d9ce029b245244ca4ffc95c09ed8b1313fba424a603647d75"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "95e12b7d895febb2dfb0b1ccb8aa010a8b2738fe5d3fa52720fd3966d5a0ec6d"; + sha256_unsigned = "95e12b7d895febb2dfb0b1ccb8aa010a8b2738fe5d3fa52720fd3966d5a0ec6d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "8a4d134b5ef2f3b714e97f74b01346d48d8b62b947565e14bd9fa5c83c2542df"; + sha256_unsigned = "8a4d134b5ef2f3b714e97f74b01346d48d8b62b947565e14bd9fa5c83c2542df"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "778e49a5506c34330e7af0d2f3e8b773c10166452c07ce90b598266511d07546"; + sha256_unsigned = "778e49a5506c34330e7af0d2f3e8b773c10166452c07ce90b598266511d07546"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-generic-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-generic-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "d96ee7132d63e59cfbabf1e50045cd5ab37cad1e5860621515d6ef2f867145f2"; + sha256_unsigned = "d96ee7132d63e59cfbabf1e50045cd5ab37cad1e5860621515d6ef2f867145f2"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "bcm63xx/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "c411315e51342aa16c342dcaae5b7500bf82d172e31c054f56b8afcf42bd0761"; + sha256_unsigned = "c411315e51342aa16c342dcaae5b7500bf82d172e31c054f56b8afcf42bd0761"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-adb_a4001n-squashfs-cfe.bin"; + sha256 = "9f282106368b3c3e0ec06e82d4314822ce940e62e98de7595851b9eeb9541242"; + sha256_unsigned = "9f282106368b3c3e0ec06e82d4314822ce940e62e98de7595851b9eeb9541242"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "fb3e90e00f289e47265f9bc49b7c3080b06324fb29e5e601c83c5150697b940a"; + sha256_unsigned = "fb3e90e00f289e47265f9bc49b7c3080b06324fb29e5e601c83c5150697b940a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "97b59adf7ca256acbb8a2064ba426373b7cf6abd0a8564c289ff9890d1c46061"; + sha256_unsigned = "97b59adf7ca256acbb8a2064ba426373b7cf6abd0a8564c289ff9890d1c46061"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-adb_av4202n-squashfs-cfe.bin"; + sha256 = "c108df67f23df566d5a70ebac9d04db5ed1661d164a8442e67fc18020976fd4f"; + sha256_unsigned = "c108df67f23df566d5a70ebac9d04db5ed1661d164a8442e67fc18020976fd4f"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "eeaffb7cf08b462ba857f2bfb384b5b65d6db13b5675f529d2d96e52532c02b4"; + sha256_unsigned = "eeaffb7cf08b462ba857f2bfb384b5b65d6db13b5675f529d2d96e52532c02b4"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "b572393cf4754fbe6e92cfa9b92ccd538b18cedfd6f291be049ec0a2ed0d5e8e"; + sha256_unsigned = "b572393cf4754fbe6e92cfa9b92ccd538b18cedfd6f291be049ec0a2ed0d5e8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "de8439a34a9b782aa1c3a49a383770805c47c5cad0cef355060c4da47aba190f"; + sha256_unsigned = "de8439a34a9b782aa1c3a49a383770805c47c5cad0cef355060c4da47aba190f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "4d2ba05236067261210f86ca20439cafe576db787a895af4cea0a66f741ffaa9"; + sha256_unsigned = "4d2ba05236067261210f86ca20439cafe576db787a895af4cea0a66f741ffaa9"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "6e37596e4c1f5b46cd47cc147d27bcee4a796bff456195613a19a3e6d658b7a3"; + sha256_unsigned = "6e37596e4c1f5b46cd47cc147d27bcee4a796bff456195613a19a3e6d658b7a3"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "2b7185ec76810d6b6f94782371e00a1872049f1afc6d75d954a2d8693e7fde13"; + sha256_unsigned = "2b7185ec76810d6b6f94782371e00a1872049f1afc6d75d954a2d8693e7fde13"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "762ca8e89a82ca7f5a0f60611f1fb87d06fcb50b1af26383f132ffdf4536c7f7"; + sha256_unsigned = "762ca8e89a82ca7f5a0f60611f1fb87d06fcb50b1af26383f132ffdf4536c7f7"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "762ca8e89a82ca7f5a0f60611f1fb87d06fcb50b1af26383f132ffdf4536c7f7"; + sha256_unsigned = "762ca8e89a82ca7f5a0f60611f1fb87d06fcb50b1af26383f132ffdf4536c7f7"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "f793d75a3422c0c1abef7e7d5a81dfb1abaf74298a6306146477ed5c05a8e9bd"; + sha256_unsigned = "f793d75a3422c0c1abef7e7d5a81dfb1abaf74298a6306146477ed5c05a8e9bd"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "f793d75a3422c0c1abef7e7d5a81dfb1abaf74298a6306146477ed5c05a8e9bd"; + sha256_unsigned = "f793d75a3422c0c1abef7e7d5a81dfb1abaf74298a6306146477ed5c05a8e9bd"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "88b58921f239dc56871c4f765beac5a2fbd83ebb96d3972819d6d6ff5dd93f4b"; + sha256_unsigned = "88b58921f239dc56871c4f765beac5a2fbd83ebb96d3972819d6d6ff5dd93f4b"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "98dee6ad3fe46c620eea27343f9503d14b1201f0ed4ab29fec12414e331a2eb8"; + sha256_unsigned = "98dee6ad3fe46c620eea27343f9503d14b1201f0ed4ab29fec12414e331a2eb8"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "fddec81c0ad5c4009658979b8a6b3581d4b8ea94a16a6770c57774c296999399"; + sha256_unsigned = "fddec81c0ad5c4009658979b8a6b3581d4b8ea94a16a6770c57774c296999399"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "73525f5a662173b55becef53a8d8903c927f34e8d68d358bbd2b145a01d9064a"; + sha256_unsigned = "73525f5a662173b55becef53a8d8903c927f34e8d68d358bbd2b145a01d9064a"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "41b64adb496e25032657bc708ac3fa2314b008007e26e7cba8cacbdf2c0eb090"; + sha256_unsigned = "41b64adb496e25032657bc708ac3fa2314b008007e26e7cba8cacbdf2c0eb090"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "8af592b8ebe4c1d4d17baa2c4105f3a1f1d7ed62ac636a3d250837a69f958d86"; + sha256_unsigned = "8af592b8ebe4c1d4d17baa2c4105f3a1f1d7ed62ac636a3d250837a69f958d86"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "0ee10c3f7e3a7b29c72ec1b4a6b18d8c60a2622e30bc81737fe4595144ae41f6"; + sha256_unsigned = "0ee10c3f7e3a7b29c72ec1b4a6b18d8c60a2622e30bc81737fe4595144ae41f6"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "949df04e2ec86d677a7609b2432678089f9e97116f2fa535a4c16329bf6f595d"; + sha256_unsigned = "949df04e2ec86d677a7609b2432678089f9e97116f2fa535a4c16329bf6f595d"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "b1ffd4a0f29ee6084d122f405efc76af63e99fa4ed93d977e56decbba62df843"; + sha256_unsigned = "b1ffd4a0f29ee6084d122f405efc76af63e99fa4ed93d977e56decbba62df843"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "a7f09d9343902f581f2c4c6a04fe9173a124b005170121f6e0d06a3acc96f5d4"; + sha256_unsigned = "a7f09d9343902f581f2c4c6a04fe9173a124b005170121f6e0d06a3acc96f5d4"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "c989c23e4d19b6a2f9d67f5b789ab98638c21d6c2bfc8f1d3433aac6dbbb3561"; + sha256_unsigned = "c989c23e4d19b6a2f9d67f5b789ab98638c21d6c2bfc8f1d3433aac6dbbb3561"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "eb88f4e6650ee1b836c928ea009e4b3c5902b6f27ffd9b3e8af64b6258936f43"; + sha256_unsigned = "eb88f4e6650ee1b836c928ea009e4b3c5902b6f27ffd9b3e8af64b6258936f43"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "4e6263d7f87c4176225d0a35ee31c3bf3beb0cd502c555389bc7186eca3ad336"; + sha256_unsigned = "4e6263d7f87c4176225d0a35ee31c3bf3beb0cd502c555389bc7186eca3ad336"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "e6881192798cd3f6018593b5f2a080c98fcf05efe8093f3d1991d2423e8ae0c6"; + sha256_unsigned = "e6881192798cd3f6018593b5f2a080c98fcf05efe8093f3d1991d2423e8ae0c6"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vg-8050 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-comtrend_vg-8050"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-comtrend_vg-8050-squashfs-sysupgrade.bin"; + sha256 = "fc083f8c5d41fb1885d44c543bba5f3d162a8548b4fe6198c0062a6c4cf9d22e"; + sha256_unsigned = "fcfb832e316b9e62ed15e0e7b4952e87557cdd811758d5eaa2a078ed60152a8a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-comtrend_vg-8050-squashfs-cfe.bin"; + sha256 = "6df64797db2cc97032438754dfd764e71c3daa3b4ce27e95ec8b3798b6296739"; + sha256_unsigned = "6df64797db2cc97032438754dfd764e71c3daa3b4ce27e95ec8b3798b6296739"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vg-8050" + ]; + titles = [ + { + model = "VG-8050"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "ca9b8f3c30b59bf1cbe7fff5342eedb31c7d32bd2b127fb37f57925b818f3b0d"; + sha256_unsigned = "ca9b8f3c30b59bf1cbe7fff5342eedb31c7d32bd2b127fb37f57925b818f3b0d"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "46122e6b387e61bfe240c10e8c0337a8b60a79f8d5683249feef1dae50ecf9df"; + sha256_unsigned = "46122e6b387e61bfe240c10e8c0337a8b60a79f8d5683249feef1dae50ecf9df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "70f81b30c6c7a07e4b7df63f297cf0d2981bd61f275a8b92881557951f6b0ad0"; + sha256_unsigned = "70f81b30c6c7a07e4b7df63f297cf0d2981bd61f275a8b92881557951f6b0ad0"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "6a42e1630c3ea840c2eca997cd8fbd75725caa1abb7282260d9f07a418f94ee9"; + sha256_unsigned = "6a42e1630c3ea840c2eca997cd8fbd75725caa1abb7282260d9f07a418f94ee9"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3032u = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-comtrend_vr-3032u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-comtrend_vr-3032u-squashfs-sysupgrade.bin"; + sha256 = "6d3a7efd871413c3469724a4884f6e77fa844a7f474b17afd0e58a74bd48208f"; + sha256_unsigned = "57418cd59f3e94a0ddab559d2788c2e5deba98e4e3c5a862cb5722b019b58fe5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-comtrend_vr-3032u-squashfs-cfe.bin"; + sha256 = "3fb11466d54d5180b0de20d42ed022d20f009bb4d53c0630fe91c30963515d12"; + sha256_unsigned = "3fb11466d54d5180b0de20d42ed022d20f009bb4d53c0630fe91c30963515d12"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3032u" + ]; + titles = [ + { + model = "VR-3032u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "6a2439dc2ea22fe05dc725fd8970a3ba90f45e2343ca58ecf584f251a3d92192"; + sha256_unsigned = "6a2439dc2ea22fe05dc725fd8970a3ba90f45e2343ca58ecf584f251a3d92192"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "f139c48f2a5db193e02af8f97d391ddff9f76117befad6e92b65349feb95f024"; + sha256_unsigned = "f139c48f2a5db193e02af8f97d391ddff9f76117befad6e92b65349feb95f024"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "95eb615414cfbb57a3fb664397e3998d8148d18a9f4f1accf843277136c63a88"; + sha256_unsigned = "95eb615414cfbb57a3fb664397e3998d8148d18a9f4f1accf843277136c63a88"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "97e86d2eb952618138db89020873553f4bb2fecad7a4d1f74bf1840f6feaa080"; + sha256_unsigned = "97e86d2eb952618138db89020873553f4bb2fecad7a4d1f74bf1840f6feaa080"; + type = "cfe-AU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "4c70ece729ed45ef510893ff8e2a498c8db4b4c825578745baa1e84ece8aafb9"; + sha256_unsigned = "4c70ece729ed45ef510893ff8e2a498c8db4b4c825578745baa1e84ece8aafb9"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "4c70ece729ed45ef510893ff8e2a498c8db4b4c825578745baa1e84ece8aafb9"; + sha256_unsigned = "4c70ece729ed45ef510893ff8e2a498c8db4b4c825578745baa1e84ece8aafb9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "9de04b456e5f723f09c4c93d40275422c63fd190b5e25d2a966c95f2962f3d6a"; + sha256_unsigned = "9de04b456e5f723f09c4c93d40275422c63fd190b5e25d2a966c95f2962f3d6a"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "452e7b96f5c6f4680e606bd5d45da5db7e057faf16eb28337ab34d7e284116da"; + sha256_unsigned = "452e7b96f5c6f4680e606bd5d45da5db7e057faf16eb28337ab34d7e284116da"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "f13faa008dddb4af3850d865f931da9bddb272a154347def4147fb1a0b29e13a"; + sha256_unsigned = "f13faa008dddb4af3850d865f931da9bddb272a154347def4147fb1a0b29e13a"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "75237a25fdddccbffe2000ddb395826ecffb1e49c4e9ff926c85a0a8e8dc1ab0"; + sha256_unsigned = "75237a25fdddccbffe2000ddb395826ecffb1e49c4e9ff926c85a0a8e8dc1ab0"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "4a4aa5b95eb1be7a43bc134400c5ddd4207c809d678b64f4dc2c22d8bf440ffd"; + sha256_unsigned = "4a4aa5b95eb1be7a43bc134400c5ddd4207c809d678b64f4dc2c22d8bf440ffd"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "aaa869735599652f1db68af11cc8f03a4f2ed60428b8ed615c7fe1071c05dd77"; + sha256_unsigned = "aaa869735599652f1db68af11cc8f03a4f2ed60428b8ed615c7fe1071c05dd77"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "56094947dc94e4a0d2845f99da78cad7ba77936d1f476571016199c46b74dae9"; + sha256_unsigned = "56094947dc94e4a0d2845f99da78cad7ba77936d1f476571016199c46b74dae9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "5f90bb9c4a74249d54c37e1730fb9b7669ec3985b3c7ec57d8c7bfc455938c41"; + sha256_unsigned = "5f90bb9c4a74249d54c37e1730fb9b7669ec3985b3c7ec57d8c7bfc455938c41"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "a92d307091cf2e38a7f6b6a48257f0e30c1e9d24974cb29bc0ac081990ceb650"; + sha256_unsigned = "a92d307091cf2e38a7f6b6a48257f0e30c1e9d24974cb29bc0ac081990ceb650"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + huawei_hg253s-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-huawei_hg253s-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-huawei_hg253s-v2-squashfs-flash.bin"; + sha256 = "a08e6e0c7b01f6c18ca278f63865f13f482660730766a7e9ea2e9a27dce4431e"; + sha256_unsigned = "a08e6e0c7b01f6c18ca278f63865f13f482660730766a7e9ea2e9a27dce4431e"; + type = "flash"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-huawei_hg253s-v2-squashfs-sysupgrade.bin"; + sha256 = "159e0f1edbefb391f25f5d70979fd934aa08e0a7122a9e77fd92c3a149cc8824"; + sha256_unsigned = "f71e5b825721ef3984b204205d8a64932e456fcbbc8821766c641474868c72b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg253s-v2" + ]; + titles = [ + { + model = "HG253s"; + variant = "v2"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "50295d382a8c4358cc57c547a82369f3dec8a491731f6fd16dbff4c431d62795"; + sha256_unsigned = "50295d382a8c4358cc57c547a82369f3dec8a491731f6fd16dbff4c431d62795"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "59434a647bccd192ee72304b8d65409a9f41920f38c063f89bb93d74270a05c7"; + sha256_unsigned = "59434a647bccd192ee72304b8d65409a9f41920f38c063f89bb93d74270a05c7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "4a32ba86d09fb4c21f211beaa45b3845d272c202a8149f53635db3e2c0f5186d"; + sha256_unsigned = "4a32ba86d09fb4c21f211beaa45b3845d272c202a8149f53635db3e2c0f5186d"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3700-v2 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-netgear_dgnd3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-sysupgrade.bin"; + sha256 = "d41af37d8239518f4bd6666d55c627af8933aa1629bf274f27629cb1748a2f5b"; + sha256_unsigned = "25eeffe59a8983e82d16c2ecee47f85a1c0a6d399a9f8268b02781fd3a864e6a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-cfe.bin"; + sha256 = "d5cdc1df21e83627562f7b7a252bce6d5ccfc2eaebf14dbb2a0d0434067c45be"; + sha256_unsigned = "d5cdc1df21e83627562f7b7a252bce6d5ccfc2eaebf14dbb2a0d0434067c45be"; + type = "cfe"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v2" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "62b6efb4b540f007cc5364aa2434ab9e80abfdee51cc7e7a0ffc57fa969cb900"; + sha256_unsigned = "62b6efb4b540f007cc5364aa2434ab9e80abfdee51cc7e7a0ffc57fa969cb900"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "00e5c6b0e061307022e03886f905cf33b14562420e3fbd052acf06195e1c218f"; + sha256_unsigned = "00e5c6b0e061307022e03886f905cf33b14562420e3fbd052acf06195e1c218f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-netgear_evg2000-squashfs-factory.chk"; + sha256 = "841b1709bb3ab463dc57a36b005d33d68757f459594c8277903934d59e8f5a44"; + sha256_unsigned = "841b1709bb3ab463dc57a36b005d33d68757f459594c8277903934d59e8f5a44"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "5c898f1c86e1412df12c5c68ce7f3b2ffe20a88753eede43e4252cc89de11377"; + sha256_unsigned = "5c898f1c86e1412df12c5c68ce7f3b2ffe20a88753eede43e4252cc89de11377"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "bc20a3c735715dca0bc989a39762767268b9e01e8c0880d2ada717b414ccc132"; + sha256_unsigned = "bc20a3c735715dca0bc989a39762767268b9e01e8c0880d2ada717b414ccc132"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "53145812d8823f1621b3417b6b9dd2ab6600ae92ac85e95008c911cfa95a4d1d"; + sha256_unsigned = "53145812d8823f1621b3417b6b9dd2ab6600ae92ac85e95008c911cfa95a4d1d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "7af233ea2487282d12a773dc32afaf07f706520564514253e47886222a92f833"; + sha256_unsigned = "7af233ea2487282d12a773dc32afaf07f706520564514253e47886222a92f833"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "fe39c63fd6087c172053d2c56a588cd28c2050396f8faa40a9c6b26c375a0af6"; + sha256_unsigned = "fe39c63fd6087c172053d2c56a588cd28c2050396f8faa40a9c6b26c375a0af6"; + type = "cfe"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "8d5faf9a8463e654f5154887f97204e3c36098dd7fb479b0bde8f5f0ed570dab"; + sha256_unsigned = "8d5faf9a8463e654f5154887f97204e3c36098dd7fb479b0bde8f5f0ed570dab"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "434e63c508ca692ee268c914e75b5925029b6e5c5454514d153e5a05c31fc8d5"; + sha256_unsigned = "434e63c508ca692ee268c914e75b5925029b6e5c5454514d153e5a05c31fc8d5"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "77f43423a553f99a6073ce6f613fde1b657e9cae3f00f1b5633ea055b888f394"; + sha256_unsigned = "77f43423a553f99a6073ce6f613fde1b657e9cae3f00f1b5633ea055b888f394"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "561c1f301e1b15fe71512d5217f273a5bd8036150e0f93ce3d41017531bf65aa"; + sha256_unsigned = "561c1f301e1b15fe71512d5217f273a5bd8036150e0f93ce3d41017531bf65aa"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "7d2217e52076ac7bdcf8af49908dd6e89e8e925ba50f9965d5bc7da8c63b595c"; + sha256_unsigned = "7d2217e52076ac7bdcf8af49908dd6e89e8e925ba50f9965d5bc7da8c63b595c"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "7931e21aa186e0d73b7a1126686dbf04e663157c50ebe875a6c0065dcbd53b03"; + sha256_unsigned = "7931e21aa186e0d73b7a1126686dbf04e663157c50ebe875a6c0065dcbd53b03"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "785fa493ca06d01450e5fe100c1efab0031f814f7cd60ec3655d0c3dd312f32b"; + sha256_unsigned = "785fa493ca06d01450e5fe100c1efab0031f814f7cd60ec3655d0c3dd312f32b"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-sercomm_ad1018"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-sercomm_ad1018-squashfs-sysupgrade.bin"; + sha256 = "a75c2178f25cd35f2f0d8b8a4292c2dc649b22accee908a3f05e6686efff634e"; + sha256_unsigned = "ed460c95cf337c08dbd246d4ef306d068fa7ad18991aa5a88879f870231257dc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-sercomm_ad1018-squashfs-factory.img"; + sha256 = "06c31700974f948df964746e9360972b69afc245533c72c773e065f7f7841209"; + sha256_unsigned = "06c31700974f948df964746e9360972b69afc245533c72c773e065f7f7841209"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,ad1018" + ]; + titles = [ + { + model = "AD1018"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "67a2bb281481545933374efa2537196c0011434790f94432cb9780b1d0be4cc3"; + sha256_unsigned = "67a2bb281481545933374efa2537196c0011434790f94432cb9780b1d0be4cc3"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-lowi = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-sercomm_h500-s-lowi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-sysupgrade.bin"; + sha256 = "6a5edc4d3793b5172a79832be623792e7fa8678518bb483dbb66151db91f72dd"; + sha256_unsigned = "649b8a73c26ac9549ddc2bdcb347d6a8fb4c6ab3c7633da765708c3fe47bf148"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-factory.img"; + sha256 = "f7259b138303822333ad542fb9c9d6d1a2c85d3471a3b4eb2395aeb2b52e718e"; + sha256_unsigned = "f7259b138303822333ad542fb9c9d6d1a2c85d3471a3b4eb2395aeb2b52e718e"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,h500-s-lowi" + ]; + titles = [ + { + model = "H500-s"; + variant = "lowi"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-vfes = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-sercomm_h500-s-vfes"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-factory.img"; + sha256 = "14a9e0b2264d207cf282d13dc74b7991756b89f8e80af764b666b8b708cba4a2"; + sha256_unsigned = "14a9e0b2264d207cf282d13dc74b7991756b89f8e80af764b666b8b708cba4a2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-sysupgrade.bin"; + sha256 = "ef5f2d6bbc362de6d1d7ceeee391e575499ee14525c2a27b54890e19a4f3cefd"; + sha256_unsigned = "e7f82370531d08fdfb3b5f4173055b58973b13c60bbea36b42c43e64da1ffe08"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-vfes" + ]; + titles = [ + { + model = "H500-s"; + variant = "vfes"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "c11ed8766cc5c97b8c445e854db74c0bd03cf6d628c204cd047cf87d761f44dd"; + sha256_unsigned = "c11ed8766cc5c97b8c445e854db74c0bd03cf6d628c204cd047cf87d761f44dd"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "05739174c3ea36a38b73137fd5d189f52dbc72b874e29fd1382ba7b802edea5e"; + sha256_unsigned = "05739174c3ea36a38b73137fd5d189f52dbc72b874e29fd1382ba7b802edea5e"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "4509b79a8f000d11a78d4e1e48da6ea2276e879f22b4dbe60bb0527ebd4dcfca"; + sha256_unsigned = "4509b79a8f000d11a78d4e1e48da6ea2276e879f22b4dbe60bb0527ebd4dcfca"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-sky_sr102-squashfs-cfe.bin"; + sha256 = "4b10122df75c4aad2d2addbb7c8c15d6e0b1206d226586ceb89f1ebd3f1e15f4"; + sha256_unsigned = "4b10122df75c4aad2d2addbb7c8c15d6e0b1206d226586ceb89f1ebd3f1e15f4"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "9026c873bc643e3d29af52e4cd9374e4eaa247694138f52491a5e384754abb5a"; + sha256_unsigned = "9026c873bc643e3d29af52e4cd9374e4eaa247694138f52491a5e384754abb5a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "e577e963faa29830cf7c3a1b755353685d560d8f3f653d8d014e72d7675e76f0"; + sha256_unsigned = "e577e963faa29830cf7c3a1b755353685d560d8f3f653d8d014e72d7675e76f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "6e9f442499882458c63d594b7d0a097d6063721eabe9c2c8bf0f3a23f27fac83"; + sha256_unsigned = "6e9f442499882458c63d594b7d0a097d6063721eabe9c2c8bf0f3a23f27fac83"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "4aa1db8a6307cc090fe9056cb81a4e7b3485611fb818eb5fd1fde67fa1c0a26b"; + sha256_unsigned = "4aa1db8a6307cc090fe9056cb81a4e7b3485611fb818eb5fd1fde67fa1c0a26b"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "7b8527508064bfa2a11f9f4d4e5199e25deaf43ce73842477b8e968ad135e50d"; + sha256_unsigned = "7b8527508064bfa2a11f9f4d4e5199e25deaf43ce73842477b8e968ad135e50d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "03d29eef6354c0c85a2d62931c3a1341657b9950344dca792a5b01b4b6473264"; + sha256_unsigned = "03d29eef6354c0c85a2d62931c3a1341657b9950344dca792a5b01b4b6473264"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-bcm63xx-smp-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-bcm63xx-smp-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "1625ecec1293d72ffa48e22afa7eb1efc8807d47374c63b73eb114f012557cf9"; + sha256_unsigned = "1625ecec1293d72ffa48e22afa7eb1efc8807d47374c63b73eb114f012557cf9"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "bcm63xx/smp"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.0-gemini-dlink_dir-685"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-gemini-dlink_dir-685-ext4-factory.bin"; + sha256 = "655b29660dd59507b625d8740603916e5a96fee2d411d3ed46c844749d7fd57f"; + sha256_unsigned = "655b29660dd59507b625d8740603916e5a96fee2d411d3ed46c844749d7fd57f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "bb2c8f84ac991a9252b16bcbfb7465bc483ecf45c3b830a358646ffdefe98b74"; + sha256_unsigned = "4d2f8c6434f3213f0a74c23a5de0e1617b5ce0e3ac7360230349f2a17884d28b"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-gemini-dlink_dir-685-ext4-sysupgrade.bin"; + sha256 = "ddc82fbf212eee7f21a5378ad37ffc90e0e84643831eaeb96f63f0a9b77dfa9a"; + sha256_unsigned = "09390adcff70fcf10d9c7f6babc66287660620943e74ba0c6ad22b35372c04b4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "4ed0949530139f2c455bf9b8d37f2cd21ab873bcbae035f6e5e20984653bb8c2"; + sha256_unsigned = "4ed0949530139f2c455bf9b8d37f2cd21ab873bcbae035f6e5e20984653bb8c2"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + model = "DIR-685 Xtreme N Storage Router"; + vendor = "D-Link"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.0-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "34dd2b1146b9397630dac2285b0ea5f3d49459a28ef6219637586f7a19a43ce3"; + sha256_unsigned = "34dd2b1146b9397630dac2285b0ea5f3d49459a28ef6219637586f7a19a43ce3"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + model = "DNS-313 1-Bay Network Storage Enclosure"; + vendor = "D-Link"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-22.03.0-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "81316d128b01fa69337252ad5a0a91d67e36747b03ececc624d308dbe219d3c7"; + sha256_unsigned = "81316d128b01fa69337252ad5a0a91d67e36747b03ececc624d308dbe219d3c7"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + model = "Square One SQ201"; + vendor = "ITian"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.0-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "de16058d3707a5b8af4255d217f0572c14f4d3a450b895907bc40693c9c16d51"; + sha256_unsigned = "de16058d3707a5b8af4255d217f0572c14f4d3a450b895907bc40693c9c16d51"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + model = "NAS IB-4220-B"; + vendor = "Raidsonic"; + } + ]; + }; + storlink_sl93512r = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.0-gemini-storlink_sl93512r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-gemini-storlink_sl93512r-squashfs-factory.bin"; + sha256 = "a2cf83a684a4194b1100bb41e50ba0fa16b4e816bd696fb9a97a7a95ddb3c5aa"; + sha256_unsigned = "a2cf83a684a4194b1100bb41e50ba0fa16b4e816bd696fb9a97a7a95ddb3c5aa"; + type = "factory"; + } + ]; + supported_devices = [ + "storlink,sl93512r" + ]; + titles = [ + { + model = "SL93512r"; + vendor = "StorLink"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "gemini/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + imx = { + cortexa9 = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + solidrun_cubox-i = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.0-imx-cortexa9-solidrun_cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-imx-cortexa9-solidrun_cubox-i-squashfs-combined.bin"; + sha256 = "99b89ddc8fa3a90b7769b78e9b3aea930a792aaeb3030995db5dbb3a440847db"; + sha256_unsigned = "99b89ddc8fa3a90b7769b78e9b3aea930a792aaeb3030995db5dbb3a440847db"; + type = "combined"; + } + ]; + supported_devices = [ + "solidrun,cubox-i" + ]; + titles = [ + { + model = "CuBox-i"; + vendor = "SolidRun"; + } + ]; + }; + toradex_apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-22.03.0-imx-cortexa9-toradex_apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-imx-cortexa9-toradex_apalis-squashfs.sysupgrade.bin"; + sha256 = "13e1d9553ae6245985af50205707846ad89851c3a400f24b75f4745544e92b13"; + sha256_unsigned = "cc1df9f056879b9670f0e886ff8b2f36264cc479b0325561b403bc15c5892642"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.0-imx-cortexa9-toradex_apalis-recovery.scr"; + sha256 = "494860830a753969cb8cf7e2d10f91c07852b267d880c03857132cd72ce74f00"; + sha256_unsigned = "494860830a753969cb8cf7e2d10f91c07852b267d880c03857132cd72ce74f00"; + type = "recovery.scr"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-imx-cortexa9-toradex_apalis-squashfs.combined.bin"; + sha256 = "03907c228bf434542c44645f23de2928e0196678df75f42dd424deec4d68cad7"; + sha256_unsigned = "03907c228bf434542c44645f23de2928e0196678df75f42dd424deec4d68cad7"; + type = "combined"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + model = "Apalis family"; + vendor = "Toradex"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-22.03.0-imx-cortexa9-gateworks_ventana"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-imx-cortexa9-gateworks_ventana-squashfs-bootfs.tar.gz"; + sha256 = "4206ad68bdb906ade945603eb20d1a70f3af77b9df658a0cd79a0ee2a23a20c5"; + sha256_unsigned = "4206ad68bdb906ade945603eb20d1a70f3af77b9df658a0cd79a0ee2a23a20c5"; + type = "bootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-imx-cortexa9-gateworks_ventana-squashfs-nand.ubi"; + sha256 = "ddbe91f1a6a862e0b3c4b4dbfb38a93353ecd157975f9453d42022e34e45e169"; + sha256_unsigned = "ddbe91f1a6a862e0b3c4b4dbfb38a93353ecd157975f9453d42022e34e45e169"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-imx-cortexa9-gateworks_ventana-large-squashfs-nand.ubi"; + sha256 = "54809adf7678a49f109dcf51114ee4ef49e2e088df26baea8a4ddb3c137ff942"; + sha256_unsigned = "54809adf7678a49f109dcf51114ee4ef49e2e088df26baea8a4ddb3c137ff942"; + type = "nand"; + } + ]; + supported_devices = [ + "gateworks,ventana" + ]; + titles = [ + { + model = "Ventana family"; + variant = "normal NAND flash"; + vendor = "Gateworks"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "imx/cortexa9"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-board-qca4019" + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_habanero-dvk" = { + device_packages = [ + "ipq-wifi-8dev_habanero-dvk" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-8dev_habanero-dvk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-8dev_habanero-dvk-squashfs-sysupgrade.bin"; + sha256 = "79f3ff53dee39c81c7f19533de1e9d8df6bcd47bd2075b9e814162ff246c1583"; + sha256_unsigned = "6ba58514a9a8765173e7dc60e9c17addc077a35b02c214f1dcfc15ce920959d8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-8dev_habanero-dvk-initramfs-fit-uImage.itb"; + sha256 = "30d26a80a8b1bdd682b0bfbef20ebf4f7d0dea8a00da1f5bd23804f14f6cac87"; + sha256_unsigned = "30d26a80a8b1bdd682b0bfbef20ebf4f7d0dea8a00da1f5bd23804f14f6cac87"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,habanero-dvk" + ]; + titles = [ + { + model = "Habanero DVK"; + vendor = "8devices"; + } + ]; + }; + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "4719561524de1b654bc2a6c65a94a06518f1d57640e7125ae5efaee2e34d7e5b"; + sha256_unsigned = "6551f7246c896c9a196d61b4d16b6e403f7ae2711e09beb82fff538c51e5d86c"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "fa9016b73f709c19e92ccac0e85b97142807abe4bea8abe4d414f10c51b01cd5"; + sha256_unsigned = "fa9016b73f709c19e92ccac0e85b97142807abe4bea8abe4d414f10c51b01cd5"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-8dev_jalapeno-initramfs-fit-uImage.itb"; + sha256 = "564b51bb2302cdbbd65e1ca27afff09a13ad26de0f5f2912cf30e56930dd0d83"; + sha256_unsigned = "564b51bb2302cdbbd65e1ca27afff09a13ad26de0f5f2912cf30e56930dd0d83"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + model = "Jalapeno"; + vendor = "8devices"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-alfa-network_ap120c-ac-initramfs-fit-uImage.itb"; + sha256 = "cda174a587d5343162d91633f5022f1a01846407afa05099f95c6636343847e0"; + sha256_unsigned = "cda174a587d5343162d91633f5022f1a01846407afa05099f95c6636343847e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "742b30282fc62dfb6111d2179d9b6853498bd8b4724addc22aac2e7d8d6c3447"; + sha256_unsigned = "32742724a65da3d8c394ba95a29f6d06611f65301cc41a4f9974aedb0341cd2b"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "3ae765e086a017e703b2fbf58fb44ac3698b71a05d87475c43bad5a67e5aab81"; + sha256_unsigned = "3ae765e086a017e703b2fbf58fb44ac3698b71a05d87475c43bad5a67e5aab81"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + model = "AP120C-AC"; + vendor = "ALFA Network"; + } + ]; + }; + aruba_ap-303 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-aruba_ap-303"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-aruba_ap-303-squashfs-sysupgrade.bin"; + sha256 = "2c0c335e3145c06118bacff35658ad3046263c797601c02f664ad8a43115c156"; + sha256_unsigned = "01863af1826efc4e4b81d84849007eabb14c8714c6edf0b3f9fb91bc599452dd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-aruba_ap-303-initramfs-fit-uImage.itb"; + sha256 = "a17a176b45e48e35a300c9e147a0dbadb7c5f68447ca74177f78c3d3d7c81861"; + sha256_unsigned = "a17a176b45e48e35a300c9e147a0dbadb7c5f68447ca74177f78c3d3d7c81861"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-303" + ]; + titles = [ + { + model = "AP-303"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-303h = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-aruba_ap-303h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-aruba_ap-303h-squashfs-sysupgrade.bin"; + sha256 = "fbb1e74c4702addf942a61b2c742bb442ee0f2e3211731be519f60390bbcd02d"; + sha256_unsigned = "b7eb0d2ce146f16d6436a7da3309258874cf23a2d2c433dbfaa50d72354742ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-aruba_ap-303h-initramfs-fit-uImage.itb"; + sha256 = "677126f10718d40862694d66a14a888b82423efe33a216938afb5295ebf555ea"; + sha256_unsigned = "677126f10718d40862694d66a14a888b82423efe33a216938afb5295ebf555ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-303h" + ]; + titles = [ + { + model = "AP-303H"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-365 = { + device_packages = [ + "kmod-hwmon-ad7418" + "ipq-wifi-aruba_ap-365" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-aruba_ap-365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-aruba_ap-365-squashfs-sysupgrade.bin"; + sha256 = "9c4482f904874a1ab460d7c7fb3d414f8324f6e18a17df0d191881450e34f0c4"; + sha256_unsigned = "98f575e932c508b990dea2583bc927caac4ce29ce82ab3edc02a0d0dad85cb9b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-aruba_ap-365-initramfs-fit-uImage.itb"; + sha256 = "05a7e5833f9075060517859f83a832ac41456b46d92ea61cc072b693ee215b70"; + sha256_unsigned = "05a7e5833f9075060517859f83a832ac41456b46d92ea61cc072b693ee215b70"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-365" + ]; + titles = [ + { + model = "AP-365"; + vendor = "Aruba"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-asus_map-ac2200-initramfs-fit-uImage.itb"; + sha256 = "a44cd48dbf0060f25678a535e9180b94b8cbd33798f385490a8d9df466fb6baa"; + sha256_unsigned = "a44cd48dbf0060f25678a535e9180b94b8cbd33798f385490a8d9df466fb6baa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "d938e18ad5218e3437a17055dc9790b7a84ce7baa1f8871703dd4cf146220c0a"; + sha256_unsigned = "9af80c94c544b608f91fac8e6c9d4ac52878507c2646db1bf439157e438a6f4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + model = "Lyra (MAP-AC2200)"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac42u = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-asus_rt-ac42u" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-asus_rt-ac42u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-asus_rt-ac42u-initramfs-fit-uImage.itb"; + sha256 = "b3edcc26df911894d4f2382ea53a98fb7d864ad2333d88f8805c31bb9cc285c2"; + sha256_unsigned = "b3edcc26df911894d4f2382ea53a98fb7d864ad2333d88f8805c31bb9cc285c2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-asus_rt-ac42u-squashfs-sysupgrade.bin"; + sha256 = "ba18fad524c9be48dbd6a722c642aa25ebbe17b37431f885c6a0998a84193cf2"; + sha256_unsigned = "461606a5a2b71c81420e91cea443b77d64de82cc3c66d588f85ea55c97556f91"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac42u" + ]; + titles = [ + { + model = "RT-AC42U"; + vendor = "ASUS"; + } + { + model = "RT-ACRH17"; + vendor = "ASUS"; + } + { + model = "RT-AC2200"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "c3fae82f1a48638f31381e8d899646517b3d273698462e7a35b0a2cca575b700"; + sha256_unsigned = "50acd91ac5c3a79a3e417b7d350b4aefc0c41b6c46bfcb0a88f2062353ed2ac0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-asus_rt-ac58u-initramfs-fit-uImage.itb"; + sha256 = "2b4e9c9ab1868c5c394153269a8445755c0262d94b748cd4ee573e5832528c12"; + sha256_unsigned = "2b4e9c9ab1868c5c394153269a8445755c0262d94b748cd4ee573e5832528c12"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + model = "RT-AC58U"; + vendor = "ASUS"; + } + { + model = "RT-ACRH13"; + vendor = "ASUS"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "d3baf6ab4e5f280bec11f21375b9404529227e977bbddebf8a2766fc6f71b1fa"; + sha256_unsigned = "06b04a3c10c329ed1acdb8d343574b6f996161ea8ff41d0fe38f4a830bfd4c38"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-avm_fritzbox-4040-initramfs-fit-uImage.itb"; + sha256 = "8db6e759546a3a47c0366166f1a66c312190dd53bd37911777f9aaa99cbdb234"; + sha256_unsigned = "8db6e759546a3a47c0366166f1a66c312190dd53bd37911777f9aaa99cbdb234"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "162a22170f76ca973a0239b50a2dee2a344e45b48472a8af062bfac4dee1633f"; + sha256_unsigned = "162a22170f76ca973a0239b50a2dee2a344e45b48472a8af062bfac4dee1633f"; + type = "eva"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + model = "FRITZ!Box 4040"; + vendor = "AVM"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-avm_fritzbox-7530-initramfs-fit-uImage.itb"; + sha256 = "f26058adf035dbf8eb27a7cba5afe81d72483b0abc7311fe242c901d4c86432a"; + sha256_unsigned = "f26058adf035dbf8eb27a7cba5afe81d72483b0abc7311fe242c901d4c86432a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "ff57c8a2dd475f23872869ee78fde33d4fb0f6c75f272128d3cbc38d049587b8"; + sha256_unsigned = "8bc98766345c7f6068eaca8f6ad5bac291fe5e64dc544c9a7d5cd185413663d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + model = "FRITZ!Box 7530"; + vendor = "AVM"; + } + { + model = "FRITZ!Box 7520"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "e1358aaea8257573c0e268cce145a3ab14a31a6a7aefec897598ed2cd1ebfd48"; + sha256_unsigned = "1461e6956ed2530c65eb20d672e972a15ddc3c8cc166e9a3beff1c14833f90d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-avm_fritzrepeater-1200-initramfs-fit-uImage.itb"; + sha256 = "9e3bfcb4247dd084fb2c04a1440dd95e22f356efaa1c67866f296bb3cf69c628"; + sha256_unsigned = "9e3bfcb4247dd084fb2c04a1440dd95e22f356efaa1c67866f296bb3cf69c628"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + model = "FRITZ!Repeater 1200"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-avm_fritzrepeater-3000-initramfs-fit-uImage.itb"; + sha256 = "8c394ce47de34cd6aa5da21c2e7f62c20f72737139eb200d521556710cad3819"; + sha256_unsigned = "8c394ce47de34cd6aa5da21c2e7f62c20f72737139eb200d521556710cad3819"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "8235ff26734429a1435efd98818cd355693fa2fb03907397afea8daa7fe7c3d2"; + sha256_unsigned = "36b81b6edd08edb2246720eaedc65dfc1eafca587eccf0d6ebcb9ac98517c5b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + model = "FRITZ!Repeater 3000"; + vendor = "AVM"; + } + ]; + }; + buffalo_wtr-m2133hp = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-buffalo_wtr-m2133hp" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-buffalo_wtr-m2133hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-sysupgrade.bin"; + sha256 = "2eab52fb6a4e0143b12b01afcbbfe2e6886b6877c93a086073c412e983c366bf"; + sha256_unsigned = "831496319cde29d7c74177b8daae9d4f229265a2e84b3ba506e65d7a908ab7ae"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-factory.ubi"; + sha256 = "a075e93936f13454406151d7490baa360db81cb192f23370a1be930901fb57c4"; + sha256_unsigned = "a075e93936f13454406151d7490baa360db81cb192f23370a1be930901fb57c4"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-buffalo_wtr-m2133hp-initramfs-fit-uImage.itb"; + sha256 = "2a439c5743d99a352ee17d6b4df69ff1b35989411a853a2e02d11664e8ed13a8"; + sha256_unsigned = "2a439c5743d99a352ee17d6b4df69ff1b35989411a853a2e02d11664e8ed13a8"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wtr-m2133hp" + ]; + titles = [ + { + model = "WTR-M2133HP"; + vendor = "Buffalo"; + } + ]; + }; + cellc_rtl30vw = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-cellc_rtl30vw" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-cellc_rtl30vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-factory.bin"; + sha256 = "e6ddc86f207c6075667deb3a5d1becade8761d75ade129beee8eadac924c5ca3"; + sha256_unsigned = "e6ddc86f207c6075667deb3a5d1becade8761d75ade129beee8eadac924c5ca3"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-cellc_rtl30vw-initramfs-fit-zImage.itb"; + sha256 = "1d56d2ce9da783df8f79e575de9b5e40f77053148de92cca2c84af0682c3b865"; + sha256_unsigned = "1d56d2ce9da783df8f79e575de9b5e40f77053148de92cca2c84af0682c3b865"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-sysupgrade.bin"; + sha256 = "8c9e1d817cba037a1c668796af700a2511af1e5d574b510fb1414fb62e486478"; + sha256_unsigned = "1cf5b9ed984313a21b50dc85d2862448a89c866e010c19e71d913854f7e8acb2"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "cellc,rtl30vw" + ]; + titles = [ + { + model = "RTL30VW"; + vendor = "Cell C"; + } + ]; + }; + cilab_meshpoint-one = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-iio-bmp280-i2c" + "kmod-hwmon-ina2xx" + "kmod-rtc-pcf2127" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-cilab_meshpoint-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-sysupgrade.bin"; + sha256 = "f81a560c0935785840f9e5af11ee38ae9cfc82dfebb3fdcba7ab0fc7c3c83468"; + sha256_unsigned = "76bcf37cc7e79cedffe9db1a19f51d1a62619f19070b08f434ffb8b054d254e6"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-factory.ubi"; + sha256 = "fa381185afad75510ed7c9ba1e49cc5c6783232a47d513ba45ed2d56e37da5ec"; + sha256_unsigned = "fa381185afad75510ed7c9ba1e49cc5c6783232a47d513ba45ed2d56e37da5ec"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-cilab_meshpoint-one-initramfs-fit-uImage.itb"; + sha256 = "c181b115d9c343975fb026ea9bc0b4940dbdd1cecc15e33cd3b354b175709efc"; + sha256_unsigned = "c181b115d9c343975fb026ea9bc0b4940dbdd1cecc15e33cd3b354b175709efc"; + type = "kernel"; + } + ]; + supported_devices = [ + "cilab,meshpoint-one" + ]; + titles = [ + { + model = "MeshPoint.One"; + vendor = "Crisis Innovation Lab"; + } + ]; + }; + compex_wpj419 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-compex_wpj419"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-compex_wpj419-squashfs-nand-sysupgrade.bin"; + sha256 = "0c4dd07d861d0164f00f21228d91fae7ccfaf5bcd3614f9df50bfe7ff2fefa81"; + sha256_unsigned = "466f0dc143ccd723f6ad92431692e84fdf65cc69fabe4a5f902ab015423e0b5f"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-compex_wpj419-squashfs-nand-factory.ubi"; + sha256 = "670dae2fdbae175ba1749fa535309996706dd26fb65ac8ecce5b7f1944a92617"; + sha256_unsigned = "670dae2fdbae175ba1749fa535309996706dd26fb65ac8ecce5b7f1944a92617"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-compex_wpj419-initramfs-fit-uImage.itb"; + sha256 = "c3a4603578e5b682aa06b784ebb03cd32c1b5e489f465c22183b63610a4b12e8"; + sha256_unsigned = "c3a4603578e5b682aa06b784ebb03cd32c1b5e489f465c22183b63610a4b12e8"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj419" + ]; + titles = [ + { + model = "WPJ419"; + vendor = "Compex"; + } + ]; + }; + dlink_dap-2610 = { + device_packages = [ + "ipq-wifi-dlink_dap2610" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-dlink_dap-2610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-dlink_dap-2610-squashfs-sysupgrade.bin"; + sha256 = "6154e3cd10756e7c1fe110e4bd67db3f54b2c81e2419f1f392612d226ee216f3"; + sha256_unsigned = "76734993be9ec90ebcb6769718d7b1bd97e038bdea56cbe967aa6b9dc242c9fa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-dlink_dap-2610-initramfs-fit-uImage.itb"; + sha256 = "6a71299c5b04b067e0eacf0539a5fd8633d3149751a5936249f2260a916d1241"; + sha256_unsigned = "6a71299c5b04b067e0eacf0539a5fd8633d3149751a5936249f2260a916d1241"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-dlink_dap-2610-squashfs-factory.bin"; + sha256 = "4c73c5b5e373c697b79b9d7fde2b6edc0c36985d22fb686ba8605c420ec30f43"; + sha256_unsigned = "4c73c5b5e373c697b79b9d7fde2b6edc0c36985d22fb686ba8605c420ec30f43"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2610" + ]; + titles = [ + { + model = "DAP-2610"; + vendor = "D-Link"; + } + ]; + }; + edgecore_ecw5211 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-edgecore_ecw5211"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-sysupgrade.bin"; + sha256 = "b19ff76c9888e71d02eae933fca654f305dea3530b6ba212333288682cb0d997"; + sha256_unsigned = "ea8802789693046fae0849729781a2b7be56f9083369ba61b7f2d3590fdf2ff9"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-edgecore_ecw5211-initramfs-fit-uImage.itb"; + sha256 = "ebd01cfeae38b135cbed5be5435c27b35a8eee46b2deae75bc67c4878fb11753"; + sha256_unsigned = "ebd01cfeae38b135cbed5be5435c27b35a8eee46b2deae75bc67c4878fb11753"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-factory.ubi"; + sha256 = "8fe7aaaa2e65a5dd9de3a5fe6d6939721bbcdf60eb533aa42f899c85aad3664e"; + sha256_unsigned = "8fe7aaaa2e65a5dd9de3a5fe6d6939721bbcdf60eb533aa42f899c85aad3664e"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "edgecore,ecw5211" + ]; + titles = [ + { + model = "ECW5211"; + vendor = "Edgecore"; + } + ]; + }; + edgecore_oap100 = { + device_packages = [ + "ipq-wifi-edgecore_oap100" + "kmod-usb-acm" + "kmod-usb-net" + "kmod-usb-net-cdc-qmi" + "uqmi" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-edgecore_oap100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-edgecore_oap100-squashfs-nand-sysupgrade.bin"; + sha256 = "44d25c49826b367ff083f5cf3f067b48477569d08ba3e65e0b7a3e5cc53ab681"; + sha256_unsigned = "69b80a3219bd5b310629601cbeae67bec89e3d7770ccd6503367b7af27af3eb7"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-edgecore_oap100-initramfs-fit-uImage.itb"; + sha256 = "658cf5356139beff3b4de7d569db1c3d6fc79d10a73ee8184c32662df8ce4a19"; + sha256_unsigned = "658cf5356139beff3b4de7d569db1c3d6fc79d10a73ee8184c32662df8ce4a19"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,oap100" + ]; + titles = [ + { + model = "OAP100"; + vendor = "Edgecore"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "fab97bca103529efe2b7cd4a3da64673e9acf01dff943a270197b6c55c3ead3d"; + sha256_unsigned = "0326ecb7380e1ca751ad5b4438354ab3c3aab2d712b5bc285c10c2b8c6f62bd7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-engenius_eap1300-initramfs-fit-uImage.itb"; + sha256 = "30f93f76b1d26989a379e3e9e1d545086663c8cdbf8c8bdb9edc4539687f4e11"; + sha256_unsigned = "30f93f76b1d26989a379e3e9e1d545086663c8cdbf8c8bdb9edc4539687f4e11"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + model = "EAP1300"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-engenius_eap2200" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-engenius_eap2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-engenius_eap2200-initramfs-fit-uImage.itb"; + sha256 = "d8bbe1fff1908c90af9ffebdbfc61c2b0798319a06cba6b6c28086312aece461"; + sha256_unsigned = "d8bbe1fff1908c90af9ffebdbfc61c2b0798319a06cba6b6c28086312aece461"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-engenius_eap2200-squashfs-nand-sysupgrade.bin"; + sha256 = "d55218689b07a3aa942513cf30b99423af0c9d3ab030542285c7fd92dea5bcc1"; + sha256_unsigned = "cc0412756d448f73a7a88c91a9b5282ab64d828cc157bc6b7112e6316b66228b"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-engenius_eap2200-squashfs-nand-factory.ubi"; + sha256 = "1b45d676ddb17d6d873d0a396a73642d290ea0c4c85893bb61eba24dec0f1afd"; + sha256_unsigned = "1b45d676ddb17d6d873d0a396a73642d290ea0c4c85893bb61eba24dec0f1afd"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "engenius,eap2200" + ]; + titles = [ + { + model = "EAP2200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emd1 = { + device_packages = [ + "ipq-wifi-engenius_emd1" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-engenius_emd1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-engenius_emd1-squashfs-sysupgrade.bin"; + sha256 = "4e8642f359d1a545341ef801d00b18fd3a1e3be50e5d26163b77f49c3df25ffb"; + sha256_unsigned = "2b9f54a563e5bc0f6c8556550cf277797385704a8e35b823eda67ad3c07ecb8c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-engenius_emd1-squashfs-factory.bin"; + sha256 = "5cd009278221f2e5bd4f4e76596fe4c3c7bf9d58bd4848a5d0ff9e117a8b3182"; + sha256_unsigned = "5cd009278221f2e5bd4f4e76596fe4c3c7bf9d58bd4848a5d0ff9e117a8b3182"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-engenius_emd1-initramfs-fit-uImage.itb"; + sha256 = "75a1a5a00a33515c95d3498783003896746ce8a240dac76e6a2c1332320ad993"; + sha256_unsigned = "75a1a5a00a33515c95d3498783003896746ce8a240dac76e6a2c1332320ad993"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,emd1" + ]; + titles = [ + { + model = "EMD1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "0d81f45f7d3e39ac14da502684bd3c8389f4cba5bcdf049c964ac2c128813194"; + sha256_unsigned = "0d81f45f7d3e39ac14da502684bd3c8389f4cba5bcdf049c964ac2c128813194"; + type = "factory_35"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-engenius_ens620ext-initramfs-fit-uImage.itb"; + sha256 = "bc1b0a5f9f0fc0d24964e02503fb68d2e8f0080448d7ff9c118dbfb1963a6849"; + sha256_unsigned = "bc1b0a5f9f0fc0d24964e02503fb68d2e8f0080448d7ff9c118dbfb1963a6849"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "91c8e8f1d4709c4ea799fd7e714c2340877973dfab81b9a8d963438d6c753e63"; + sha256_unsigned = "01369af9eade055f59c9e8a75cc3e2125c901b86cc96d22df5b3b988ac561e06"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "5744c71f20e148e93f7a24b44378837591ad95933814bb7eda8af905cb56f178"; + sha256_unsigned = "5744c71f20e148e93f7a24b44378837591ad95933814bb7eda8af905cb56f178"; + type = "factory_30"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + model = "ENS620EXT"; + vendor = "EnGenius"; + } + ]; + }; + ezviz_cs-w3-wd1200g-eup = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "ipq-wifi-ezviz_cs-w3-wd1200g-eup" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-initramfs-fit-uImage.itb"; + sha256 = "69508268fd73f54fee7f487c9ff0b9b97a9543c5c8beba91ff952d44d6497aa8"; + sha256_unsigned = "69508268fd73f54fee7f487c9ff0b9b97a9543c5c8beba91ff952d44d6497aa8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-squashfs-sysupgrade.bin"; + sha256 = "0673a1dafb649d2bbed303c10007ea5fd2174d90228383d3ef5526b9f82b6ab7"; + sha256_unsigned = "87421bf222db309a1e0a347a41d1c2ae1e2ae944237237eacbe6895a0c2ea71d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ezviz,cs-w3-wd1200g-eup" + ]; + titles = [ + { + model = "CS-W3-WD1200G"; + variant = "EUP"; + vendor = "EZVIZ"; + } + ]; + }; + glinet_gl-ap1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-ap1300" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-glinet_gl-ap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-factory.ubi"; + sha256 = "7afe3feeea181f78416165cc99ed886105184ec330750405c4f6944d5f43ced4"; + sha256_unsigned = "7afe3feeea181f78416165cc99ed886105184ec330750405c4f6944d5f43ced4"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-glinet_gl-ap1300-initramfs-fit-uImage.itb"; + sha256 = "623d23c0a732a8b6ed07c5bf50f80281910438f62a2061282839b662c0e95011"; + sha256_unsigned = "623d23c0a732a8b6ed07c5bf50f80281910438f62a2061282839b662c0e95011"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-sysupgrade.bin"; + sha256 = "ce6e1c0473e8b1ab67fc3042fa94835cc329462e02fcadab296ff6eab14c7b42"; + sha256_unsigned = "4c931ad6a924adfb57e28fff6b88ac52dcc57413040f7e4f77b0c33c321c7204"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ap1300" + ]; + titles = [ + { + model = "GL-AP1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-zImage.itb"; + sha256 = "8c3321343f7d0c4222a0620dfc21e740e76ba2b17ccec1b45e13142390a68784"; + sha256_unsigned = "8c3321343f7d0c4222a0620dfc21e740e76ba2b17ccec1b45e13142390a68784"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "d91bd694763a5d1c6f0af71b37fc7e45e02d5021cc45631691cdea709e8937b0"; + sha256_unsigned = "17a0e1b63a3db0f92a0e874074e016731653384b7cba726666fa325943696741"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + model = "GL-B1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-glinet_gl-b2200" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + "mkf2fs" + "e2fsprogs" + "kmod-fs-f2fs" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-glinet_gl-b2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-glinet_gl-b2200-squashfs-emmc.img.gz"; + sha256 = "6cce93c6fc4fc2a708009680b2984e15fd614ce1d181f8f02e07f41349d51363"; + sha256_unsigned = "f63a4caffab2e9f613fa6542260a9b6be1e988109814600f70c5615001bafea1"; + type = "emmc"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-glinet_gl-b2200-squashfs-sysupgrade.bin"; + sha256 = "2e7b95c6ffa4471e7f939143ec74b7d5be32c85f9392713f1c8780abf403fe03"; + sha256_unsigned = "afb6a49923b31ce9c57a1c39f94718a4f9b9fae5820e890393ae3ed595064256"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-glinet_gl-b2200-initramfs-recovery.itb"; + sha256 = "e7d229944966d7accabb5c818581eb438604245962031359dd82e8bc84ed62e4"; + sha256_unsigned = "e7d229944966d7accabb5c818581eb438604245962031359dd82e8bc84ed62e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-b2200" + ]; + titles = [ + { + model = "GL-B2200"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-s1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-s1300" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-glinet_gl-s1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-glinet_gl-s1300-initramfs-fit-zImage.itb"; + sha256 = "51b788bb558dec082d1b6c5501c8b358f9acb2df25a2aeaa99e035d7c20e3b12"; + sha256_unsigned = "51b788bb558dec082d1b6c5501c8b358f9acb2df25a2aeaa99e035d7c20e3b12"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-glinet_gl-s1300-squashfs-sysupgrade.bin"; + sha256 = "53e300ebc27433731aacfa223f31dc2a8121c5b4aae48aa1b1e57b5125c2ef73"; + sha256_unsigned = "6d55e8d5b9e760ca7ea002f783376a1cacc8483b2c5719f142e57c844f520d83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-s1300" + ]; + titles = [ + { + model = "GL-S1300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "e36cb3e06963f74d225e2e2190fa19bb156453ec4c4523bc8165d18783960b99"; + sha256_unsigned = "2dd434cc5d827f44d7217e72763116d9783f9e7f74ff956a6e1661c5399f4a82"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-linksys_ea6350v3-initramfs-fit-zImage.itb"; + sha256 = "6b6056c040d5dc1e685b415446a97db508307929430c2c89f67f1b32d7251630"; + sha256_unsigned = "6b6056c040d5dc1e685b415446a97db508307929430c2c89f67f1b32d7251630"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "b5d927e70a1e96cf960a545a5d2041a5b2b9c25a3a5881445ec4ca8b67bdd151"; + sha256_unsigned = "b5d927e70a1e96cf960a545a5d2041a5b2b9c25a3a5881445ec4ca8b67bdd151"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + model = "EA6350"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "2e80744988cff6f0ff431acb41198ec0fc4be3b2a7e865abef4ecce762f0afc1"; + sha256_unsigned = "090d84cf9b9e855c9cfa3e5cf729fe6776af5bba3d4b4a8faef68449ff7a21fe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-linksys_ea8300-initramfs-fit-zImage.itb"; + sha256 = "cf15e5a2b003730321841e2c582fcabbe917cf2922d9ec038920100c88236edc"; + sha256_unsigned = "cf15e5a2b003730321841e2c582fcabbe917cf2922d9ec038920100c88236edc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "3454d86415b94514f72a370f277204dc18a694f1476ddde0c1a4b5f471dd1676"; + sha256_unsigned = "3454d86415b94514f72a370f277204dc18a694f1476ddde0c1a4b5f471dd1676"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + model = "EA8300"; + vendor = "Linksys"; + } + ]; + }; + linksys_mr8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_mr8300-v0" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-linksys_mr8300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-linksys_mr8300-initramfs-fit-zImage.itb"; + sha256 = "66ac6579bb046fc64f05e7b732eccbeb0343ca973e86412dfaedc6e5f7f50ad3"; + sha256_unsigned = "66ac6579bb046fc64f05e7b732eccbeb0343ca973e86412dfaedc6e5f7f50ad3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-linksys_mr8300-squashfs-sysupgrade.bin"; + sha256 = "16b059e8658a264fa9c70065bd8225e2404ac54afc588473220855f43240d135"; + sha256_unsigned = "ca23125be66b0d53227d8e0d6f358f011372d0a32585c9878d2c8817349dc0ef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-linksys_mr8300-squashfs-factory.bin"; + sha256 = "b6df1bf6fb235ed8ca074432a2f3b9c61b1c0aea92189e8bfed58ef54ff62a1b"; + sha256_unsigned = "b6df1bf6fb235ed8ca074432a2f3b9c61b1c0aea92189e8bfed58ef54ff62a1b"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,mr8300" + ]; + titles = [ + { + model = "MR8300"; + vendor = "Linksys"; + } + ]; + }; + luma_wrtq-329acn = { + device_packages = [ + "ipq-wifi-luma_wrtq-329acn" + "kmod-ath3k" + "kmod-eeprom-at24" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-luma_wrtq-329acn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-luma_wrtq-329acn-squashfs-sysupgrade.bin"; + sha256 = "4fb6ec41a11213af1238ec8e160eb88e30b26bac4fcfb310a8e0309aafd0ad4c"; + sha256_unsigned = "f5183ea578fd63c30da8904dfe78c2a62369b71ee730b3021693af38340da8b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-luma_wrtq-329acn-initramfs-fit-uImage.itb"; + sha256 = "69afbad473d1e103311335cb1694ad3bc77ca09e682df86c7f8051747da5e7e0"; + sha256_unsigned = "69afbad473d1e103311335cb1694ad3bc77ca09e682df86c7f8051747da5e7e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "luma,wrtq-329acn" + ]; + titles = [ + { + model = "WRTQ-329ACN"; + vendor = "Luma Home"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "46e9145208eb44c7f853d26da350f7cac0b23f6e2a9820026d8d946cc22ee7df"; + sha256_unsigned = "2b8c9de1ff31f217dba840e97ce0bbde60e8febc487b920130332ffd86aa66d9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb"; + sha256 = "f4049bbc08a28c8f985d00e7375604053f6e3a818300457f4b00cdfd7e7cdc39"; + sha256_unsigned = "f4049bbc08a28c8f985d00e7375604053f6e3a818300457f4b00cdfd7e7cdc39"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + model = "MR33"; + vendor = "Cisco Meraki"; + } + ]; + }; + mobipromo_cm520-79f = { + device_packages = [ + "ipq-wifi-mobipromo_cm520-79f" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-mobipromo_cm520-79f"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-mobipromo_cm520-79f-initramfs-fit-zImage.itb"; + sha256 = "f5937f426cb8af4455f2d40dffc47241be1afba13fe271a643f4dd10a6ae33cd"; + sha256_unsigned = "f5937f426cb8af4455f2d40dffc47241be1afba13fe271a643f4dd10a6ae33cd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-factory.ubi"; + sha256 = "d2da03710ea4718af2c5211f107a25e0da138a9abfb43e9917eef99730fe4e2d"; + sha256_unsigned = "d2da03710ea4718af2c5211f107a25e0da138a9abfb43e9917eef99730fe4e2d"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-sysupgrade.bin"; + sha256 = "37e881dad78c585b0e091be125e82dfaddbec7004a96e3a9e1fe0e440641c420"; + sha256_unsigned = "8a0ae5883c9039a106b54fbcc43be705fa7a18960d3b331013b89a9a4ba4031d"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "mobipromo,cm520-79f" + ]; + titles = [ + { + model = "CM520-79F"; + vendor = "MobiPromo"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "bad22d9a922ba90aeb71fb01eb715a968eab9658c9b7ef41b8dfb9cf0b38e1dd"; + sha256_unsigned = "bad22d9a922ba90aeb71fb01eb715a968eab9658c9b7ef41b8dfb9cf0b38e1dd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "146662753c6525917cd3e52a67772fb30c2eab26adfef3df75333c464415f5cf"; + sha256_unsigned = "f6458f6ca05313fa3aa17cbd4ced4cd172f3bf50757dee3d28dd60ea6be781a5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_ex6100v2-initramfs-fit-zImage.itb"; + sha256 = "ec2916b7bed2f34e7079c1e3fd4b45d721d735d2db089553b9abe51e5eec4e2b"; + sha256_unsigned = "ec2916b7bed2f34e7079c1e3fd4b45d721d735d2db089553b9abe51e5eec4e2b"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + model = "EX6100"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "aea1890adce7063b59dad4939d3311d4ecea94e685639b4fb2dd7587e1adc7da"; + sha256_unsigned = "aea1890adce7063b59dad4939d3311d4ecea94e685639b4fb2dd7587e1adc7da"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_ex6150v2-initramfs-fit-zImage.itb"; + sha256 = "55cd559c270600601fb92e642d224e14dfa5c2f8a99d59403dc2bbd2349fa9e0"; + sha256_unsigned = "55cd559c270600601fb92e642d224e14dfa5c2f8a99d59403dc2bbd2349fa9e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "13df7f461a8063c1033c9c0d64adf329a7847aecd94ce35242770e7c34d08c01"; + sha256_unsigned = "75ddba473e2b00a0295147f0aaf8e7f52f1087689176754a5ca91d426e70ae74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + model = "EX6150"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_rbr50 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-netgear_rbr50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_rbr50-squashfs-factory.img"; + sha256 = "68cc7d3181ce74ee456f1116bd6585c2183c2923ba2939f41531e9c96c151ab6"; + sha256_unsigned = "68cc7d3181ce74ee456f1116bd6585c2183c2923ba2939f41531e9c96c151ab6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_rbr50-squashfs-sysupgrade.bin"; + sha256 = "8382f20cb81d83d40eebd0bb89b62d220a8a39d2be1f8b68278d43b57f211bc7"; + sha256_unsigned = "0720240c0a139a16d75c7c39eca01c36ce88ca005bd4fe884833ab65c61664e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_rbr50-initramfs-fit-zImage.itb"; + sha256 = "82e38475d3c366e84c841ec3f597348965a5d08c2a923fe30acb1291d1c2588f"; + sha256_unsigned = "82e38475d3c366e84c841ec3f597348965a5d08c2a923fe30acb1291d1c2588f"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,rbr50" + ]; + titles = [ + { + model = "RBR50"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_rbs50 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-netgear_rbs50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_rbs50-squashfs-sysupgrade.bin"; + sha256 = "891d10db73953679fbe621afad81d14d7e2728921db9f805691e60b3dcefc31f"; + sha256_unsigned = "22cf73410ee37ccfaa859763353b321c6ab34ac9c3f66e7364866b13a67fa760"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_rbs50-initramfs-fit-zImage.itb"; + sha256 = "6ca140bdc21f12d35f898f5a294a4e9fa054064856c97748c165a5b3c53e360a"; + sha256_unsigned = "6ca140bdc21f12d35f898f5a294a4e9fa054064856c97748c165a5b3c53e360a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_rbs50-squashfs-factory.img"; + sha256 = "b4c3ca6b73297b0d2077ea56bafef13bb1a31f3fc723e3a82ff4c7b6c23e98cb"; + sha256_unsigned = "b4c3ca6b73297b0d2077ea56bafef13bb1a31f3fc723e3a82ff4c7b6c23e98cb"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,rbs50" + ]; + titles = [ + { + model = "RBS50"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_srr60 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-netgear_srr60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_srr60-squashfs-factory.img"; + sha256 = "1f278a50996b6a345dbf79c2bfb49f2d9e798161f07d897dc5819e92f678e2ef"; + sha256_unsigned = "1f278a50996b6a345dbf79c2bfb49f2d9e798161f07d897dc5819e92f678e2ef"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_srr60-initramfs-fit-zImage.itb"; + sha256 = "cea5a67a64c60247fa27f1b9e71bb57575e86dbf15e0e4d95bd7916500b9bd30"; + sha256_unsigned = "cea5a67a64c60247fa27f1b9e71bb57575e86dbf15e0e4d95bd7916500b9bd30"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_srr60-squashfs-sysupgrade.bin"; + sha256 = "61a80381b54302d294ff54649501b812a0f068524a3bc3fc4b820e20ee8d274a"; + sha256_unsigned = "2a80691966d4b0ea2f5adb012315108c3fe670692577c2f688a5cb5002e2db79"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,srr60" + ]; + titles = [ + { + model = "SRR60"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_srs60 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-netgear_srs60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_srs60-squashfs-sysupgrade.bin"; + sha256 = "bffbd59355b05599b1db97620c14bbbdb97beabcd0647878e1a2cc04d854ed4d"; + sha256_unsigned = "313d6badae4588f42c539341cfe5500c3d97d72ded1299103bc9b61cafc11b10"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_srs60-initramfs-fit-zImage.itb"; + sha256 = "79ac34e5c68dae98bc5761d42bb00910d6be6752ef04494c2a50f2132bd02dcd"; + sha256_unsigned = "79ac34e5c68dae98bc5761d42bb00910d6be6752ef04494c2a50f2132bd02dcd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_srs60-squashfs-factory.img"; + sha256 = "565cc7ae8240ee9e76fd537d0980039df964c4645471ee43e0404fb66400296e"; + sha256_unsigned = "565cc7ae8240ee9e76fd537d0980039df964c4645471ee43e0404fb66400296e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,srs60" + ]; + titles = [ + { + model = "SRS60"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac510 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-netgear_wac510"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_wac510-squashfs-nand-factory.ubi"; + sha256 = "07c12d9ad538430e03f607d97f7b62a3ec4e0661ffc25aa1cfb895f621d8fe9d"; + sha256_unsigned = "07c12d9ad538430e03f607d97f7b62a3ec4e0661ffc25aa1cfb895f621d8fe9d"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_wac510-squashfs-nand-sysupgrade.bin"; + sha256 = "d90fe003f1fd6c388c54f5b05b6bd77d4f796a6dc95cc38b7966b0ee7218addb"; + sha256_unsigned = "5b1d1490b802356eca71008c6d383948751a494791b8909d8f2f0f3c94897b13"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_wac510-initramfs-fit-uImage.itb"; + sha256 = "54f7d3de1ccef156a97b0bcbf91072a1f36ae5d1c1e2859a419257ad8a870ed9"; + sha256_unsigned = "54f7d3de1ccef156a97b0bcbf91072a1f36ae5d1c1e2859a419257ad8a870ed9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-netgear_wac510-squashfs-nand-factory.tar"; + sha256 = "76dea2f1e2702ce1f2c002b20900ed6d6bf92349646f128b4a2c11f1b0b3be7f"; + sha256_unsigned = "76dea2f1e2702ce1f2c002b20900ed6d6bf92349646f128b4a2c11f1b0b3be7f"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "netgear,wac510" + ]; + titles = [ + { + model = "WAC510"; + vendor = "Netgear"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-openmesh_a42-initramfs-fit-uImage.itb"; + sha256 = "b8ee05b8c056f0d38b956e489df110644694c4ee38e88313946b896e8c483c38"; + sha256_unsigned = "b8ee05b8c056f0d38b956e489df110644694c4ee38e88313946b896e8c483c38"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "c5f867448792a838d026b4c63a0080f71a856982167486b9bb900e108955474b"; + sha256_unsigned = "c5f867448792a838d026b4c63a0080f71a856982167486b9bb900e108955474b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "3bd635072e2ec2f94a29be616fbf6885a3a2333ba6fedc84702964e673bf64ec"; + sha256_unsigned = "f9f9a661393049f6ca496226c2b1304b1eb9c0c323f741315e85581b3cf9d24f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + model = "A42"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "79ca9d57823070569cd41b9300580c83e127d71d65014254735e808d83082672"; + sha256_unsigned = "0fb307eb49060a146c9e00e72d7b9672d5d3687403dbf7bea4f2b59794008de1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "57099479980416907f56b8ae3ea4f5521e2860fbe36703315efaa2b6513cba21"; + sha256_unsigned = "57099479980416907f56b8ae3ea4f5521e2860fbe36703315efaa2b6513cba21"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-openmesh_a62-initramfs-fit-uImage.itb"; + sha256 = "9a00e191b30d90b2bce5f38cee868ff0822947161717a975f179a9320b08fd3f"; + sha256_unsigned = "9a00e191b30d90b2bce5f38cee868ff0822947161717a975f179a9320b08fd3f"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + model = "A62"; + vendor = "OpenMesh"; + } + ]; + }; + p2w_r619ac-128m = { + device_packages = [ + "ipq-wifi-p2w_r619ac" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-p2w_r619ac-128m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-p2w_r619ac-128m-squashfs-nand-factory.ubi"; + sha256 = "956c4c488fc3814f463b38397ab592197b22607410a1cf50fdbb698e7ba37f4c"; + sha256_unsigned = "956c4c488fc3814f463b38397ab592197b22607410a1cf50fdbb698e7ba37f4c"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-p2w_r619ac-128m-initramfs-fit-zImage.itb"; + sha256 = "543970c167cd02a9294d2b641c42a1f345009e4b3ff7e330ed5a53954890adfb"; + sha256_unsigned = "543970c167cd02a9294d2b641c42a1f345009e4b3ff7e330ed5a53954890adfb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-p2w_r619ac-128m-squashfs-nand-sysupgrade.bin"; + sha256 = "9fa6d5c3f879c9c81b31d966751ce3f3dcc9089b6f6cf3dc30281b5961e9ee1b"; + sha256_unsigned = "8856a41e72d5b9030985d5d1f56f257547b6a3101997100eaf6bb5add7169816"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "p2w,r619ac-128m" + ]; + titles = [ + { + model = "R619AC"; + variant = "128M NAND"; + vendor = "P&W"; + } + ]; + }; + p2w_r619ac-64m = { + device_packages = [ + "ipq-wifi-p2w_r619ac" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-p2w_r619ac-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-factory.ubi"; + sha256 = "6bcc021138ff13111015fdbffdf6e35f53f007548392615782ec23d6a15e5c23"; + sha256_unsigned = "6bcc021138ff13111015fdbffdf6e35f53f007548392615782ec23d6a15e5c23"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-factory.bin"; + sha256 = "480e794be5c7846b63ca1542dde59e59cea2c3de94670bfbd626997d1adaf4b8"; + sha256_unsigned = "480e794be5c7846b63ca1542dde59e59cea2c3de94670bfbd626997d1adaf4b8"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-sysupgrade.bin"; + sha256 = "442139e0ecc82639862c07ff7e4d0909dc24a3f3f8bfec393d8d4ab029a176f3"; + sha256_unsigned = "973e8fb687e3b40cdf501e55314bfaff7d52e010ef86e011baca3fb0ac1317c4"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-p2w_r619ac-64m-initramfs-fit-zImage.itb"; + sha256 = "8b2f5e2b43d875137c5043233ad5c7d687bbff7bdbe9d7eb9646c9d8593728f5"; + sha256_unsigned = "8b2f5e2b43d875137c5043233ad5c7d687bbff7bdbe9d7eb9646c9d8593728f5"; + type = "kernel"; + } + ]; + supported_devices = [ + "p2w,r619ac-64m" + ]; + titles = [ + { + model = "R619AC"; + variant = "64M NAND"; + vendor = "P&W"; + } + ]; + }; + plasmacloud_pa1200 = { + device_packages = [ + "ipq-wifi-plasmacloud_pa1200" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-plasmacloud_pa1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-plasmacloud_pa1200-initramfs-fit-uImage.itb"; + sha256 = "85c25bf526f2b70fe0829b1b23301d4900d6b252ca46c054d6c174cd80abc472"; + sha256_unsigned = "85c25bf526f2b70fe0829b1b23301d4900d6b252ca46c054d6c174cd80abc472"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-plasmacloud_pa1200-squashfs-sysupgrade.bin"; + sha256 = "37f18ad327f79f96015e02e0269ad23af5416bdb0d6dac551a108d7d452febb7"; + sha256_unsigned = "aa9d1a5c04737b9668a10a6d06f63372d8db901c736cdaccbee70bce377b8a5d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-plasmacloud_pa1200-squashfs-factory.bin"; + sha256 = "3f33b1ff7368cc829ce3a0a0c2f8977db2466d7eb3ac119b2dad663c5659d37f"; + sha256_unsigned = "3f33b1ff7368cc829ce3a0a0c2f8977db2466d7eb3ac119b2dad663c5659d37f"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa1200" + ]; + titles = [ + { + model = "PA1200"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-plasmacloud_pa2200" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-plasmacloud_pa2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-plasmacloud_pa2200-squashfs-sysupgrade.bin"; + sha256 = "acef95e8b907512fbeb57c15954dfeda99bacddceda6cfe01bbab4bac3384c05"; + sha256_unsigned = "a540ecb519977ea0cdf961643fbca314ea41aea84dd8741388b41842b5763217"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-plasmacloud_pa2200-initramfs-fit-uImage.itb"; + sha256 = "7801407a0e32027a367e97b0251869556a3485172992bf2c353984551eb87b93"; + sha256_unsigned = "7801407a0e32027a367e97b0251869556a3485172992bf2c353984551eb87b93"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-plasmacloud_pa2200-squashfs-factory.bin"; + sha256 = "691dee8eb9604e2d848838f6d857d788e39b724e0799315a2d1e358c1d7298a4"; + sha256_unsigned = "691dee8eb9604e2d848838f6d857d788e39b724e0799315a2d1e358c1d7298a4"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa2200" + ]; + titles = [ + { + model = "PA2200"; + vendor = "Plasma Cloud"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac-c2" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "b5014becdc012b0f26cfce7d6a61c146a01db35bfa2975a166ca5779efba39cb"; + sha256_unsigned = "5a11227dd584a8b574d69ee34f2f5f27fd21b4892f2b99f8931bfbd9d5162269"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-qxwlan_e2600ac-c2-initramfs-fit-uImage.itb"; + sha256 = "9f95f5274fde8b610a0ec253fb02b5c95d402ac8156e739c270d1818b5242e24"; + sha256_unsigned = "9f95f5274fde8b610a0ec253fb02b5c95d402ac8156e739c270d1818b5242e24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "23f6d76d1e1d5e89de061efa31e7093f0a5be5eaa1a785aba7929c7aad4fff78"; + sha256_unsigned = "23f6d76d1e1d5e89de061efa31e7093f0a5be5eaa1a785aba7929c7aad4fff78"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C2"; + vendor = "Qxwlan"; + } + ]; + }; + teltonika_rutx10 = { + device_packages = [ + "ipq-wifi-teltonika_rutx" + "kmod-bluetooth" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-teltonika_rutx10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-teltonika_rutx10-initramfs-fit-uImage.itb"; + sha256 = "1a7c0ed45547424cff981d4b37c1e4627312599a2a638fdbd7246a4b232ca12b"; + sha256_unsigned = "1a7c0ed45547424cff981d4b37c1e4627312599a2a638fdbd7246a4b232ca12b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-teltonika_rutx10-squashfs-nand-sysupgrade.bin"; + sha256 = "daa145d3d5af4c7c0a59faa486a2bc34f166bd14dc3822b7f5a2421635b7ddcd"; + sha256_unsigned = "050b72cfd701bea3247e1159c9a0829e50978529eb0274b65a551b7f204d621b"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-teltonika_rutx10-squashfs-nand-factory.ubi"; + sha256 = "26dd3c2a8ec36c6c91fe538566aef7b78550431cb473454d0380c8e629102ab5"; + sha256_unsigned = "26dd3c2a8ec36c6c91fe538566aef7b78550431cb473454d0380c8e629102ab5"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "teltonika,rutx10" + ]; + titles = [ + { + model = "RUTX10"; + vendor = "Teltonika"; + } + ]; + }; + zte_mf286d = { + device_packages = [ + "ipq-wifi-zte_mf286d" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-zte_mf286d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-zte_mf286d-initramfs-fit-zImage.itb"; + sha256 = "00c9ec9d7a804c3b32058f7348a77d290d166fd59ef65e06400579a63963d73d"; + sha256_unsigned = "00c9ec9d7a804c3b32058f7348a77d290d166fd59ef65e06400579a63963d73d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-zte_mf286d-squashfs-sysupgrade.bin"; + sha256 = "a62b0636bf275ffa9830c17db8da3e173bb516c5337a06d22583f4f6bfd5a8cb"; + sha256_unsigned = "9c76555ac35f137be1a52587a042b62577d32a191fd43870291b3f71fa314703"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf286d" + ]; + titles = [ + { + model = "MF286D"; + vendor = "ZTE"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-zyxel_nbg6617-initramfs-fit-uImage.itb"; + sha256 = "37b1aadc5c3a3f25eff140e0041c877d4b53d7b174163240f73d25f0dec2e592"; + sha256_unsigned = "37b1aadc5c3a3f25eff140e0041c877d4b53d7b174163240f73d25f0dec2e592"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "08d592c3a5190c808f125bbdc2a76d7f0fcc7a0d046c1c9802b4ecfed9f69f60"; + sha256_unsigned = "08d592c3a5190c808f125bbdc2a76d7f0fcc7a0d046c1c9802b4ecfed9f69f60"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "9f9024b65c1aaf6d0f236a7157d518d9267a93ec187306089bee1b9550ca86ce"; + sha256_unsigned = "099ce7b6db3e2d65aff0c62efcb2dfd4856c656d5ec9a8984fa5726b4bcdd8d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + model = "NBG6617"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "2a6104c59623ac56237c69ceedb37e8673984789092593c5f90fa4a26ba9c4b8"; + sha256_unsigned = "6df420978a683fae47b9899612d6c1f02d178d23f866b2fb189624b5b4d7a3e3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-generic-zyxel_wre6606-initramfs-fit-uImage.itb"; + sha256 = "85e797e922bbc4e6af8fcf7f4a8ee9b453a8672d87c6d551bb51b18107261161"; + sha256_unsigned = "85e797e922bbc4e6af8fcf7f4a8ee9b453a8672d87c6d551bb51b18107261161"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + model = "WRE6606"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "ipq40xx/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + mikrotik = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_cap-ac = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-mikrotik-mikrotik_cap-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-mikrotik-mikrotik_cap-ac-initramfs-kernel.bin"; + sha256 = "3562f51c872fb4cf468efa6318f2e708961c16e63b2ee91fa708059fbd5f2319"; + sha256_unsigned = "3562f51c872fb4cf468efa6318f2e708961c16e63b2ee91fa708059fbd5f2319"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-mikrotik-mikrotik_cap-ac-squashfs-sysupgrade.bin"; + sha256 = "671e44a737c748138ced98f09106efe6e9ce0cb966394c66145800e83b1851bf"; + sha256_unsigned = "f6e59edcadc2a83b83eb0599b4eae1e91a1879e046b17b411953a037231f6345"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,cap-ac" + ]; + titles = [ + { + model = "cAP ac"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_hap-ac2 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-mikrotik-mikrotik_hap-ac2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-mikrotik-mikrotik_hap-ac2-initramfs-kernel.bin"; + sha256 = "5e95deb05ceabc18cad85f8598722feaae7fda0c83c23e2b2f31b38a3859a890"; + sha256_unsigned = "5e95deb05ceabc18cad85f8598722feaae7fda0c83c23e2b2f31b38a3859a890"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-mikrotik-mikrotik_hap-ac2-squashfs-sysupgrade.bin"; + sha256 = "aa96dd4aef800b140d580ec311416520751cee6222331b0263cc8cb0e154f514"; + sha256_unsigned = "a0fe5981df8d606ab5618aa04358fee29112203f911abf785396a66371e71916"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac2" + ]; + titles = [ + { + model = "hAP ac2"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_hap-ac3 = { + device_packages = [ + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-mikrotik-mikrotik_hap-ac3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-mikrotik-mikrotik_hap-ac3-squashfs-nand-sysupgrade.bin"; + sha256 = "2217a2fdd4aeaa43fa407bf0929639c3d3163462c3d2bedf48ddf253a5b2248c"; + sha256_unsigned = "b649e562ac91d51f47d0cc8bda0e92d9eb5092ad85c8e85c698324b2022fb742"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-mikrotik-mikrotik_hap-ac3-initramfs-kernel.bin"; + sha256 = "0b48ad61e51ac91aa873696ffca8163f768ce17650db60482da801dc8e99f6ef"; + sha256_unsigned = "0b48ad61e51ac91aa873696ffca8163f768ce17650db60482da801dc8e99f6ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac3" + ]; + titles = [ + { + model = "hAP ac3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_lhgg-60ad = { + device_packages = [ + "-kmod-ath10k-ct" + "-ath10k-firmware-qca4019-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-mikrotik-mikrotik_lhgg-60ad"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-mikrotik-mikrotik_lhgg-60ad-initramfs-kernel.bin"; + sha256 = "520c0e0d7ddb666c5e35abf30b631d87eb501f49517f064e88e9dc85afcd247b"; + sha256_unsigned = "520c0e0d7ddb666c5e35abf30b631d87eb501f49517f064e88e9dc85afcd247b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-mikrotik-mikrotik_lhgg-60ad-squashfs-sysupgrade.bin"; + sha256 = "0366244c26a5dd9595cf8a05f7168efe90c7349330c852916d62260ecf32df6e"; + sha256_unsigned = "783ed8215e9388c87f4380614915e84a48ff67f7019dbd25d0526c0d47889633"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,lhgg-60ad" + ]; + titles = [ + { + model = "Wireless Wire Dish LHGG-60ad"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_sxtsq-5-ac = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-squashfs-sysupgrade.bin"; + sha256 = "0d4fc58c2720553fa2b244d7004ccb9970d886dfd9a6d6e8d598c95c9ba72168"; + sha256_unsigned = "68f62ac489c07da9b6bf3ce38b5af42b25abe589baba6cadfbd036d12b50243f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-initramfs-kernel.bin"; + sha256 = "32b60b452d566d0b9e71074620dfe4dbdb5a1858634ab09ffe249d5351c38eb3"; + sha256_unsigned = "32b60b452d566d0b9e71074620dfe4dbdb5a1858634ab09ffe249d5351c38eb3"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,sxtsq-5-ac" + ]; + titles = [ + { + model = "SXTsq 5 ac (RBSXTsqG-5acD)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "ipq40xx/mikrotik"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-phy-qcom-ipq806x-usb" + "kmod-usb-dwc3-qcom" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + arris_tr4400-v2 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-arris_tr4400-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-arris_tr4400-v2-initramfs-uImage"; + sha256 = "8fc675844126a9a97b924177e13c692f7972c87886c0f7a2cc6202679793e466"; + sha256_unsigned = "8fc675844126a9a97b924177e13c692f7972c87886c0f7a2cc6202679793e466"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-arris_tr4400-v2-squashfs-sysupgrade.bin"; + sha256 = "75287c1e17c02b44ef130876a2cceb5ca3ae7a8c43aadbc71044a784750413d2"; + sha256_unsigned = "239eaff5f19d31191e44888f4776c9b5644bb932c7e47e2e9bebb44b40eef266"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arris,tr4400-v2" + ]; + titles = [ + { + model = "TR4400"; + variant = "v2"; + vendor = "Arris"; + } + ]; + }; + askey_rt4230w-rev6 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-askey_rt4230w-rev6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-askey_rt4230w-rev6-initramfs-uImage"; + sha256 = "ed31f1671bde15a0db05c0f540a9ce5c58d9f1481848849e64f461c61a186cac"; + sha256_unsigned = "ed31f1671bde15a0db05c0f540a9ce5c58d9f1481848849e64f461c61a186cac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-askey_rt4230w-rev6-squashfs-sysupgrade.bin"; + sha256 = "888fd7de35ee7fd665795e10693107a61d4a72fa1cee6f6ee5cf94704a3ec1cf"; + sha256_unsigned = "6aebdde969c96cac235bdb3a5e710a03e72c92e3708b661ecded4520529dd645"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "askey,rt4230w-rev6" + ]; + titles = [ + { + model = "RT4230W"; + variant = "REV6"; + vendor = "Askey"; + } + ]; + }; + asrock_g10 = { + device_packages = [ + "kmod-i2c-gpio" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-asrock_g10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-asrock_g10-squashfs-nand-factory.bin"; + sha256 = "92b5eb62c68a977a4f26549924702cd475dd8b8ddae66b73a4d129e4af1fe985"; + sha256_unsigned = "92b5eb62c68a977a4f26549924702cd475dd8b8ddae66b73a4d129e4af1fe985"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-asrock_g10-initramfs-fit-uImage.itb"; + sha256 = "5f76c7327c74d9b6956928dd2889d611264e5b30bdce497bc068803329cee64f"; + sha256_unsigned = "5f76c7327c74d9b6956928dd2889d611264e5b30bdce497bc068803329cee64f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-asrock_g10-squashfs-nand-sysupgrade.bin"; + sha256 = "e735ae0fb73686945cb86eecd019ee1db408af4349f9bdc4a273f9b7842d0057"; + sha256_unsigned = "3f2562ff0c627667512d178c656cec47077c59c4bb214f3db73d1c6067c00576"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "asrock,g10" + ]; + titles = [ + { + model = "G10"; + vendor = "ASRock"; + } + ]; + }; + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-buffalo_wxr-2533dhp-initramfs-uImage"; + sha256 = "4cf44adf7e8e1589ca4d82fcf198b551357ee937d8ccafdbef80d30b5ab092f6"; + sha256_unsigned = "4cf44adf7e8e1589ca4d82fcf198b551357ee937d8ccafdbef80d30b5ab092f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "6a1b888d2dd4dbce2cf0f8dc4015a653c2a34e845d75dbbf5fa56cf851bfe5cb"; + sha256_unsigned = "eb9be569e958d26c77656436cd606a64aa00538e54d64b1cf3c4394a97c1ea63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + model = "WXR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "ecee0b39253c61008cdbbeb5f334f76a7268be346daef6e7291da5ec88c2e770"; + sha256_unsigned = "ecee0b39253c61008cdbbeb5f334f76a7268be346daef6e7291da5ec88c2e770"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-compex_wpq864-initramfs-fit-uImage.itb"; + sha256 = "99e333104f95431b5786851c8cfd8a15b1f90f294d2a9596566f84391b9a8f41"; + sha256_unsigned = "99e333104f95431b5786851c8cfd8a15b1f90f294d2a9596566f84391b9a8f41"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "7fd5a75d7d30047ec82c7d3db569c49674b6cb9402c1a51a17a44dff8994d55d"; + sha256_unsigned = "57c37e04b7b9af7abe9538541dc11f3c112f6d7dfb8ee967da4fded16bc73fb2"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + model = "WPQ864"; + vendor = "Compex"; + } + ]; + }; + edgecore_ecw5410 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-edgecore_ecw5410" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-edgecore_ecw5410"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-edgecore_ecw5410-squashfs-nand-sysupgrade.bin"; + sha256 = "47fb98100f054cbe7fc8237da00d00e76c9c8399e2116e9a97f7365d7cd8f7b3"; + sha256_unsigned = "9c4253115b84a3780685e03767b1ccaa98f493f8cfaebcaa686db4714859088c"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-edgecore_ecw5410-initramfs-fit-uImage.itb"; + sha256 = "73d7c8721938265ea57a77cdf9d37e130e6ab64a06b06a97783a65d559329190"; + sha256_unsigned = "73d7c8721938265ea57a77cdf9d37e130e6ab64a06b06a97783a65d559329190"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-edgecore_ecw5410-squashfs-nand-factory.bin"; + sha256 = "ad48d34231a935909fac4210dca3e6d3076d640ecc1ffee7f681d0c3ed78b056"; + sha256_unsigned = "ad48d34231a935909fac4210dca3e6d3076d640ecc1ffee7f681d0c3ed78b056"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "edgecore,ecw5410" + ]; + titles = [ + { + model = "ECW5410"; + vendor = "Edgecore"; + } + ]; + }; + linksys_ea7500-v1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-linksys_ea7500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-linksys_ea7500-v1-squashfs-factory.bin"; + sha256 = "bedc48254cbf92ef1e8f07950caf72db7880cdb18b1662cbc74376a3a010f075"; + sha256_unsigned = "bedc48254cbf92ef1e8f07950caf72db7880cdb18b1662cbc74376a3a010f075"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-linksys_ea7500-v1-squashfs-sysupgrade.bin"; + sha256 = "274e2f7f610df7bec31c74ff0999a863b06dcc2e80e417223bed2ae70a34146b"; + sha256_unsigned = "0c6f24053689bd62a35f8f6eccb5298d0f1723f69c40f0f72bd3dc76fa69a333"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-linksys_ea7500-v1-initramfs-uImage"; + sha256 = "07f4a998ada55c303f40eb4c23e96b230eefa13e6bf452e4304b4f7f08195642"; + sha256_unsigned = "07f4a998ada55c303f40eb4c23e96b230eefa13e6bf452e4304b4f7f08195642"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7500-v1" + ]; + titles = [ + { + model = "EA7500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-linksys_ea8500-initramfs-uImage"; + sha256 = "c53c7f319ea1ab16a907d1c7fa8de1d4fef46ebe6c6ed5595c96c0b0b87ab830"; + sha256_unsigned = "c53c7f319ea1ab16a907d1c7fa8de1d4fef46ebe6c6ed5595c96c0b0b87ab830"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "f828fed412fca9c3231130147959a583e00a8342dbb4873d9d6877bd00cc282b"; + sha256_unsigned = "03c39cff562af034de5c118f0a0d2e2a67e212bc02c865dfcb9c52deb04cb983"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "50774d40769202776c80c78dcf2dd2b853d82398457476351cfe331b3ce12026"; + sha256_unsigned = "50774d40769202776c80c78dcf2dd2b853d82398457476351cfe331b3ce12026"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + model = "EA8500"; + vendor = "Linksys"; + } + ]; + }; + meraki_mr42 = { + device_packages = [ + "-swconfig" + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-phy-qcom-ipq806x-usb" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "-uboot-envtools" + "ath10k-firmware-qca9887-ct" + "ath10k-firmware-qca99x0-ct" + "kmod-eeprom-at24" + "kmod-hwmon-ina2xx" + "kmod-leds-tlc591xx" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-meraki_mr42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-meraki_mr42-squashfs-sysupgrade.bin"; + sha256 = "64adab7a739c6cc09368af45ca6576d113c7efbd1923826d2df207b9291908c8"; + sha256_unsigned = "cc53e5357a571e681f0eaa6a942a121a8a14d06e53cff07c5ae431866c65cd69"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-meraki_mr42-initramfs-fit-uImage.itb"; + sha256 = "a6f953c073872c1a97f98dcddb9dec575c66094b3c117fd0675fda49dc094350"; + sha256_unsigned = "a6f953c073872c1a97f98dcddb9dec575c66094b3c117fd0675fda49dc094350"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr42" + ]; + titles = [ + { + model = "MR42"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mr52 = { + device_packages = [ + "-swconfig" + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-phy-qcom-ipq806x-usb" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "-uboot-envtools" + "ath10k-firmware-qca9887-ct" + "ath10k-firmware-qca9984-ct" + "kmod-eeprom-at24" + "kmod-hwmon-ina2xx" + "kmod-leds-tlc591xx" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-meraki_mr52"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-meraki_mr52-squashfs-sysupgrade.bin"; + sha256 = "94a371246ee91a45e6ceca40311f506669f998507b30783b8142239ea7cc1441"; + sha256_unsigned = "65de35906db2b1e79127f47991ff8b81078c229a702b13b3c15cda3227bc4d2b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-meraki_mr52-initramfs-fit-uImage.itb"; + sha256 = "c30ef131e90a5731509f7e2beae5a1abda7b722e2610e6e33427e8c8a69e3b7d"; + sha256_unsigned = "c30ef131e90a5731509f7e2beae5a1abda7b722e2610e6e33427e8c8a69e3b7d"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr52" + ]; + titles = [ + { + model = "MR52"; + vendor = "Cisco Meraki"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-nec_wg2600hp-initramfs-uImage"; + sha256 = "039ad8532dbd094c1196464707e423d88424b85d7edfc2a04304ea0cc475c06e"; + sha256_unsigned = "039ad8532dbd094c1196464707e423d88424b85d7edfc2a04304ea0cc475c06e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "d03c0d423ee1293f59428f03df209046d42e718ee3843c2abc4e5ffe08a2d69f"; + sha256_unsigned = "01dd7b34e14bea1312d79aa08c4c54203e1795b31f73ed88331eb708c51f52e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + model = "Aterm WG2600HP"; + vendor = "NEC"; + } + ]; + }; + nec_wg2600hp3 = { + device_packages = [ + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-usb-phy-qcom-dwc3" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "ath10k-firmware-qca9984-ct" + "ipq-wifi-nec_wg2600hp3" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-nec_wg2600hp3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-nec_wg2600hp3-initramfs-uImage"; + sha256 = "dceef35d20b7ae309deee95b7b8f695f3dc9f8a4f35c6f9f4e151a7cd6d33287"; + sha256_unsigned = "dceef35d20b7ae309deee95b7b8f695f3dc9f8a4f35c6f9f4e151a7cd6d33287"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-nec_wg2600hp3-squashfs-sysupgrade.bin"; + sha256 = "337e9a5c7da19a390f6b5c3af9e6751cdf7086ad9e42a23a912fc8c1287dd539"; + sha256_unsigned = "a4ffc8ff81118780d720c4ee2a1e2f75a7d9d8cb409776bb11b4fd98219f832d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp3" + ]; + titles = [ + { + model = "Aterm WG2600HP3"; + vendor = "NEC Platforms"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "a9bd5118422aa57ca1fc6f77a35a097ef0dc2d4b594670c6ac6661dad49c6531"; + sha256_unsigned = "e4bff3395b0bb8eab54170a1bb1b84eca2fe41837041d646ec2cc17637502c0c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-netgear_d7800-initramfs-uImage"; + sha256 = "589d66cedf7e1e08a888f681b088f2502a66705525a37d04376a87949bc9d166"; + sha256_unsigned = "589d66cedf7e1e08a888f681b088f2502a66705525a37d04376a87949bc9d166"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "db927da08a8d64e723a00548ff396985d26cc10a709a5bcbf087c2b0d44d57c2"; + sha256_unsigned = "db927da08a8d64e723a00548ff396985d26cc10a709a5bcbf087c2b0d44d57c2"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + model = "Nighthawk X4 D7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "0ae3b936aba8175535467a8dcfea4b807ccc4835c11a602337e3444d80738f5d"; + sha256_unsigned = "0ae3b936aba8175535467a8dcfea4b807ccc4835c11a602337e3444d80738f5d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "a5bbe70923a393e4c73628e99d9c883c1a46e4f33ba73a99574c8b598e8c6804"; + sha256_unsigned = "1c0128eb45da37a1ace95793c4882a7723ccbbcf883aa244967a4bdb28b4706a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-netgear_r7500-initramfs-uImage"; + sha256 = "c66d4d9ad9b268b232180b394f124dc22f6d5146951d368c46ef8dd6024c8c39"; + sha256_unsigned = "c66d4d9ad9b268b232180b394f124dc22f6d5146951d368c46ef8dd6024c8c39"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "8befcc9320dfe06fb48fedd5468070999d05e7fb3cde9a976038f27c5e52f671"; + sha256_unsigned = "8befcc9320dfe06fb48fedd5468070999d05e7fb3cde9a976038f27c5e52f671"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "279e95424b9a5235595e79a98073e097dfb2c61031b253d75c85bff33eb824a9"; + sha256_unsigned = "e938070cfc288125f32b2216ae0a8e297c6966393c6353f0f392f9ba4da8a0e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-netgear_r7500v2-initramfs-uImage"; + sha256 = "952892f99d66bbf2fbe20e155974cc0509eebf27ef522a8517beaad06cc5aa19"; + sha256_unsigned = "952892f99d66bbf2fbe20e155974cc0509eebf27ef522a8517beaad06cc5aa19"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ramoops" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-netgear_r7800-initramfs-uImage"; + sha256 = "b74d2ad5f491ee646cbc6fcfe24b27042d5a303c7408c99ee2abf9febffe2ab0"; + sha256_unsigned = "b74d2ad5f491ee646cbc6fcfe24b27042d5a303c7408c99ee2abf9febffe2ab0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "13f339e458d981da8ea25330633e261e0db3ef415fcba62a891d769cce4c0841"; + sha256_unsigned = "d6e5689dff406b8ed72d2f69fe2a31d8ff0db88646dd8cefe25162aa244c8cd4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "cf4fb714400197a4b279ebc2e4d33b4408eeee8327a3b61d895a1562883a6b34"; + sha256_unsigned = "cf4fb714400197a4b279ebc2e4d33b4408eeee8327a3b61d895a1562883a6b34"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + model = "Nighthawk X4S R7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_xr500 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ramoops" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-netgear_xr500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-netgear_xr500-initramfs-uImage"; + sha256 = "253af9864b3dfa43d4439b45d7380c59704f77e1d4d9a16128985b6406bdd9f9"; + sha256_unsigned = "253af9864b3dfa43d4439b45d7380c59704f77e1d4d9a16128985b6406bdd9f9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-netgear_xr500-squashfs-sysupgrade.bin"; + sha256 = "1b8c8ca8acfaa4dcc12162d3e1d0c508ec505e83b3da77c87d3f4347e6eb185c"; + sha256_unsigned = "e98f86c5a97e859b4dc5cfb219999ce8f14e04eace1304c19f12a818575926a7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-netgear_xr500-squashfs-factory.img"; + sha256 = "7d2a2ad4a10519b585465cac881b4ffd9cf19ddffebf6d72d54d4f3b034ceb72"; + sha256_unsigned = "7d2a2ad4a10519b585465cac881b4ffd9cf19ddffebf6d72d54d4f3b034ceb72"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,xr500" + ]; + titles = [ + { + model = "Nighthawk XR500"; + vendor = "NETGEAR"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "e0f76f6f49ecb15bfc181acd20efa3a343d46f17b055450360d12df610065e3b"; + sha256_unsigned = "e0f76f6f49ecb15bfc181acd20efa3a343d46f17b055450360d12df610065e3b"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-qcom_ipq8064-ap148-initramfs-fit-uImage.itb"; + sha256 = "0f5720a9e03a16e63eaa68d4b55a0c5df68f745fe896064f570a0348e1ac576b"; + sha256_unsigned = "0f5720a9e03a16e63eaa68d4b55a0c5df68f745fe896064f570a0348e1ac576b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "78f3ff0a7ba4c6e8a382354adfbcc38eaa6e26d2ae8569eec17ef48d3e311ff3"; + sha256_unsigned = "aacf6141e8a3cd2a2acae10c822add98c1d5555fd7069555777a00bd067373d2"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "standard"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "25ace3749f575ef3cbff8eac5474eab1892562e014de398dd5c3a99089210000"; + sha256_unsigned = "25ace3749f575ef3cbff8eac5474eab1892562e014de398dd5c3a99089210000"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-qcom_ipq8064-ap148-legacy-initramfs-uImage"; + sha256 = "5f56dc082d73cbb515a5e435febba228d27eac7b0cdd726b27c983e2f97458d9"; + sha256_unsigned = "5f56dc082d73cbb515a5e435febba228d27eac7b0cdd726b27c983e2f97458d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "5c2e591657d3f943041438bf977ea63ad85a6b7c661b36ce86057c99ed9111db"; + sha256_unsigned = "035c60165f08e1421280bc9c2358e5d9e6bd2eb49930a54debbcf7101a7551ed"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "legacy"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-qcom_ipq8064-ap161-initramfs-fit-uImage.itb"; + sha256 = "81b2d34751355d0b444a431886906cf321f30b4ed529a6eede8de25c2f8cb131"; + sha256_unsigned = "81b2d34751355d0b444a431886906cf321f30b4ed529a6eede8de25c2f8cb131"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "3006b42d5a9254a2fa20c5e873d63e4127bae9ab12b6823d9957501d675443f3"; + sha256_unsigned = "82dcd3bc15b0e53031fcde343aaef996abce8a0f1cde5ffbcc1cf6644f93bb91"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "81f4e60210c843cc725bd57ffdcc2fd8fca65c3417180c658dbd4aabf511fba8"; + sha256_unsigned = "81f4e60210c843cc725bd57ffdcc2fd8fca65c3417180c658dbd4aabf511fba8"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + model = "AP161"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-db149 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-qcom_ipq8064-db149"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-qcom_ipq8064-db149-initramfs-fit-uImage.itb"; + sha256 = "af9614f3fa7e26c50d6e4215b71545d87630b5d933446ffa1aaca3335223aea7"; + sha256_unsigned = "af9614f3fa7e26c50d6e4215b71545d87630b5d933446ffa1aaca3335223aea7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-qcom_ipq8064-db149-squashfs-sysupgrade.bin"; + sha256 = "cec679601dc8a4db862609945fb6822e98fc7ab13f46efcb9845d1b81114bad1"; + sha256_unsigned = "149a7df7b051aa410da3e59e022ec4ef660501feebf1fdc12b0e6f55137d54bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-db149" + ]; + titles = [ + { + model = "DB149"; + vendor = "Qualcomm"; + } + ]; + }; + tplink_ad7200 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-tplink_ad7200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-tplink_ad7200-initramfs-uImage"; + sha256 = "6ba7e2b94ac8d8e94288e32826453185fdd9530cec63812484842c552b3b2847"; + sha256_unsigned = "6ba7e2b94ac8d8e94288e32826453185fdd9530cec63812484842c552b3b2847"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-tplink_ad7200-squashfs-factory.bin"; + sha256 = "7775665a45200a24c27114ef10d5d83931ee752816c5ce0374a5f960db0c657e"; + sha256_unsigned = "7775665a45200a24c27114ef10d5d83931ee752816c5ce0374a5f960db0c657e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-tplink_ad7200-squashfs-sysupgrade.bin"; + sha256 = "744daa562a6b3979413a8f6fd562433ac164670d5038c366b6033c89d361a53d"; + sha256_unsigned = "9bdc6baec80b092a9db42ffd3a7b299d5fe2babd4894352e1df2e67903c04234"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,ad7200" + ]; + titles = [ + { + model = "AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + { + model = "Talon AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "5ffdf6409fa5875661f2f33821f1468bc757deedcee5093a1c6a3bd773588056"; + sha256_unsigned = "5ffdf6409fa5875661f2f33821f1468bc757deedcee5093a1c6a3bd773588056"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "58612b3e4eecff923dcf1e80d2fb46be5b0e31801a58fbdea92f6835c67d66e3"; + sha256_unsigned = "bccf010d85a637cbaf605ba321d400428c51c4571edf111cbfd3c5c7021fb0e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-tplink_c2600-initramfs-uImage"; + sha256 = "addffc9bd3f7de0b2d80abcd85b0f124b5babc4b33599e8187f56782bae2eed9"; + sha256_unsigned = "addffc9bd3f7de0b2d80abcd85b0f124b5babc4b33599e8187f56782bae2eed9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + model = "Archer C2600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "cfe623ec196c1f9193050373c5efbf95db42265528a15b6c8d6dc69f50069e3e"; + sha256_unsigned = "51c3e99cb06f5c20bd5ae563768bcda1f153a12f64c814a559988a8185c0d139"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-tplink_vr2600v-initramfs-uImage"; + sha256 = "f899c6024db110d882bed7ca9ee1c811b3346dd15ca199708399e6ce46414a69"; + sha256_unsigned = "f899c6024db110d882bed7ca9ee1c811b3346dd15ca199708399e6ce46414a69"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + model = "Archer VR2600v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_unifi-ac-hd = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-ubnt_unifi-ac-hd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-ubnt_unifi-ac-hd-initramfs-fit-uImage.itb"; + sha256 = "a7d34ae313088072d58f000089702612b910376c2aab2d249ed04b3a154dd124"; + sha256_unsigned = "a7d34ae313088072d58f000089702612b910376c2aab2d249ed04b3a154dd124"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-ubnt_unifi-ac-hd-squashfs-sysupgrade.bin"; + sha256 = "c5b456724e929b998be531fa1ff9c308200b666cd0a9700cce8b6de93c865cde"; + sha256_unsigned = "93c13731340c37a223b2d65717a31b4deb7e36b677a0f8eaa026162fa158ec27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ac-hd" + ]; + titles = [ + { + model = "UniFi AC HD"; + vendor = "Ubiquiti"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.0-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "1696392d6e562825c955e7c943ca94d7149769a38de90d51f609bb9aaa3e2898"; + sha256_unsigned = "1696392d6e562825c955e7c943ca94d7149769a38de90d51f609bb9aaa3e2898"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "fe7d38eae8406bdcb8aa99f7b3f0af278b000c84efe6333abe5bc1135187d277"; + sha256_unsigned = "94eb3d855ac7d7c7c223911d70d034a5cf4f3651283f902f3b2ae717cb818831"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ipq806x-generic-zyxel_nbg6817-initramfs-uImage"; + sha256 = "6c4cba0a2383e8859d4e8771ce916fdd2d0a000f0dbc4b7e97faa6c237731ffd"; + sha256_unsigned = "6c4cba0a2383e8859d4e8771ce916fdd2d0a000f0dbc4b7e97faa6c237731ffd"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + model = "NBG6817"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "ipq806x/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + checkpoint_l-50 = { + device_packages = [ + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-mvsdio" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-checkpoint_l-50"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-checkpoint_l-50-initramfs-uImage"; + sha256 = "150e633e6a26996f07f9a463a679b9f720b88bbe3bbbde50a5624883b8489c83"; + sha256_unsigned = "150e633e6a26996f07f9a463a679b9f720b88bbe3bbbde50a5624883b8489c83"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-checkpoint_l-50-squashfs-sysupgrade.bin"; + sha256 = "8d5ce40b08d9a5d46ce4dec601fd23cd4bb593cf36c121c51fee21020ec18d2d"; + sha256_unsigned = "d0ecc090d4053a814ac1bff1ec55e3d46e629303e09a18c680afa17948564b89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "checkpoint,l-50" + ]; + titles = [ + { + model = "L-50"; + vendor = "Check Point"; + } + ]; + }; + cisco_on100 = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-cisco_on100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-cisco_on100-initramfs-uImage"; + sha256 = "f4d2bb777d3ad96715d5d51da67623808e9fa6a5fbfafde79967440a4b320841"; + sha256_unsigned = "f4d2bb777d3ad96715d5d51da67623808e9fa6a5fbfafde79967440a4b320841"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "5a69dba6341576a98b48bfb49f02d49c9373fcd73846370a6c0b62e1c836beb6"; + sha256_unsigned = "2cf5c1b5c34638d54a1382059f1af1e4bf7f82f019fac29e01353c65bb914ec8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "13d0378004d81e4031e0e033af12a187aefdfcbe09715d2c4981879d76d25d2b"; + sha256_unsigned = "13d0378004d81e4031e0e033af12a187aefdfcbe09715d2c4981879d76d25d2b"; + type = "factory"; + } + ]; + supported_devices = [ + "cisco,on100" + "on100" + ]; + titles = [ + { + model = "ON100"; + vendor = "Cisco Systems"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-cloudengines_pogoe02-initramfs-uImage"; + sha256 = "f024ce3c8b40ec379abf79cd5d3b9f51b455630c2c5c1d39e60b3c5a9321c0e4"; + sha256_unsigned = "f024ce3c8b40ec379abf79cd5d3b9f51b455630c2c5c1d39e60b3c5a9321c0e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "4aad9490c8196fd64d1dcea7789bc66bf4f5ed3a22282befdfdb3bf1ce239da0"; + sha256_unsigned = "184b634a71a1d14a2cf87525f77776ea7c4ab822ca2be77c077a36cebafcaf93"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "4165ea8d45bd466897625ab739df2a9dafd27fc6c259c27175016e2d2ce563bc"; + sha256_unsigned = "4165ea8d45bd466897625ab739df2a9dafd27fc6c259c27175016e2d2ce563bc"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + model = "Pogoplug E02"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-mvsdio" + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-cloudengines_pogoplugv4-initramfs-uImage"; + sha256 = "99d0f04f89343ed8cd9648ab9ee896852e76cee9620855e3665049ab0d2bdb4b"; + sha256_unsigned = "99d0f04f89343ed8cd9648ab9ee896852e76cee9620855e3665049ab0d2bdb4b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "0a538482d14ee9e7f4ee5073b0b24be81be7162f02c0fc6a2c2edeaf1330c95a"; + sha256_unsigned = "915af99991efe2115fef02b407f5ed00bc6fd597eaeb7bbf6917c550133133d0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "f1e48a102ebdc3c7190f41c6d7e8a5833b08aa269234e5ad69a0d52f05345cf5"; + sha256_unsigned = "f1e48a102ebdc3c7190f41c6d7e8a5833b08aa269234e5ad69a0d52f05345cf5"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + model = "Pogoplug V4"; + vendor = "Cloud Engines"; + } + ]; + }; + ctera_c200-v1 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-ctera_c200-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-ctera_c200-v1-initramfs-factory.firm"; + sha256 = "31effa6d8ff58dce39249ef586d0128412cf29c1e5ff62dbe70f5ef5287eff72"; + sha256_unsigned = "31effa6d8ff58dce39249ef586d0128412cf29c1e5ff62dbe70f5ef5287eff72"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-ctera_c200-v1-squashfs-sysupgrade.bin"; + sha256 = "8af222ff4a1c71acb64fa866109363598c7da8f8c367ec9b7c14409436847643"; + sha256_unsigned = "62242614b265ee6d3ba3172006feac3896cb42a338e842071026467f2f4cc71e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ctera,c200-v1" + ]; + titles = [ + { + model = "C200"; + variant = "V1"; + vendor = "Ctera"; + } + ]; + }; + endian_4i-edge-200 = { + device_packages = [ + "kmod-ath9k" + "kmod-mvsdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-endian_4i-edge-200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-endian_4i-edge-200-initramfs-uImage"; + sha256 = "ad6d883b5369a0e5d6b4370f3b35e7b93bf43b5d88d4f6ba50dddb4fef9c9b81"; + sha256_unsigned = "ad6d883b5369a0e5d6b4370f3b35e7b93bf43b5d88d4f6ba50dddb4fef9c9b81"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-endian_4i-edge-200-squashfs-sysupgrade.bin"; + sha256 = "ff9039426b71b04ff8845af051a7e0e99856f077d3badbf46975e058aab9752d"; + sha256_unsigned = "2fc908bbed9e66384cfdd2822230492081b9802518b2a5f3809795bc9786e87f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "endian,4i-edge-200" + ]; + titles = [ + { + model = "4i Edge 200"; + vendor = "Endian"; + } + { + model = "UTM Mini Firewall"; + vendor = "Endian"; + } + ]; + }; + globalscale_sheevaplug = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-globalscale_sheevaplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-globalscale_sheevaplug-squashfs-sysupgrade.bin"; + sha256 = "a3de427ed133462985d87363a3e754812f646aa9f183aeb1013faab7be908a80"; + sha256_unsigned = "6fbee06e1c3d956ef71303b8e76e496c749e194acd317f03f12420096b8d40cd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-globalscale_sheevaplug-squashfs-factory.bin"; + sha256 = "fa6d6a52ec0a076c04ef71c281b798507a05e9d240a0dfc3f8843293a8b0eae1"; + sha256_unsigned = "fa6d6a52ec0a076c04ef71c281b798507a05e9d240a0dfc3f8843293a8b0eae1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-globalscale_sheevaplug-initramfs-uImage"; + sha256 = "360dcf2b9864dff8978d7fc70c8d1dac9fa9f28e3f85fb731abcf6b09d90d547"; + sha256_unsigned = "360dcf2b9864dff8978d7fc70c8d1dac9fa9f28e3f85fb731abcf6b09d90d547"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,sheevaplug" + ]; + titles = [ + { + model = "Sheevaplug"; + vendor = "Globalscale"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "d787be0833fa66e48dcd3b7d7dab1e0df5cb53e3e5321178d793cb4da296128c"; + sha256_unsigned = "d787be0833fa66e48dcd3b7d7dab1e0df5cb53e3e5321178d793cb4da296128c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "e97deefaafc0dac017cf7bc3085373d48d6b5ae4397b2198ce1626dff1e33f17"; + sha256_unsigned = "7358c39d4e911c1002651d8c02aa4563988e6dedade28a1dff43469c7a103527"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-iom_iconnect-1.1-initramfs-uImage"; + sha256 = "045b37859dd00ae393465c468545aa53a7f7fec97ba3fca40d1e310cc5f8f448"; + sha256_unsigned = "045b37859dd00ae393465c468545aa53a7f7fec97ba3fca40d1e310cc5f8f448"; + type = "kernel"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + model = "Iconnect"; + vendor = "Iomega"; + } + ]; + }; + iom_ix2-200 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-iom_ix2-200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-iom_ix2-200-initramfs-uImage"; + sha256 = "49fe6751f29cd3d295511ace2942e39deed11a38bfe00227968e5a2a912dd9e8"; + sha256_unsigned = "49fe6751f29cd3d295511ace2942e39deed11a38bfe00227968e5a2a912dd9e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-iom_ix2-200-squashfs-factory.bin"; + sha256 = "2aca33d2bd3610c7f502cfa4da986ad31ad1de86179ee072d30c87cf7ad8ac14"; + sha256_unsigned = "2aca33d2bd3610c7f502cfa4da986ad31ad1de86179ee072d30c87cf7ad8ac14"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-iom_ix2-200-squashfs-sysupgrade.bin"; + sha256 = "9ee3c8fcb67b61b2b6965521d31a9d58f92d134cafcb945c444db16831d07773"; + sha256_unsigned = "679e0e2051fd768258d12dae704c96640a71f5391fd66939a7de654423f3fa2a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,ix2-200" + ]; + titles = [ + { + model = "StorCenter ix2-200"; + vendor = "Iomega"; + } + ]; + }; + iptime_nas1 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-gpio-pca953x" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-iptime_nas1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-iptime_nas1-initramfs-uImage"; + sha256 = "0ba1664f64ef7648dc1f68386f9b774be9850167bc6d633974b9cc7156f1245e"; + sha256_unsigned = "0ba1664f64ef7648dc1f68386f9b774be9850167bc6d633974b9cc7156f1245e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-iptime_nas1-squashfs-sysupgrade.bin"; + sha256 = "9db18e0d91bc540aaa40a72373ff3d6357aadc176c5519521930abd9560556ab"; + sha256_unsigned = "bc5780da87dc47b0d7f4f072141ec9e50b2416ee04a81e654a5ec5a634428bcd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,nas1" + ]; + titles = [ + { + model = "NAS1"; + vendor = "ipTIME"; + } + ]; + }; + linksys_e4200-v2 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-linksys_e4200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-linksys_e4200-v2-initramfs-uImage"; + sha256 = "3bf9df9186f6e03226664b779346d2349b4ef45bd2f49960f1433d35adaa1197"; + sha256_unsigned = "3bf9df9186f6e03226664b779346d2349b4ef45bd2f49960f1433d35adaa1197"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-linksys_e4200-v2-squashfs-sysupgrade.bin"; + sha256 = "fb21b00e8945c97966d6cd6635f449bb17c1e99d6ea8c3f477e09d3faaa0e0ee"; + sha256_unsigned = "1a10eea51b9318398be2880194d05348ecf1715377a8c2eb00540dfc9abcc387"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-linksys_e4200-v2-squashfs-factory.bin"; + sha256 = "e91de4a3bcab41d7a7539310aa1b12e46872d44b52e81e81b8cac593b2012f3b"; + sha256_unsigned = "e91de4a3bcab41d7a7539310aa1b12e46872d44b52e81e81b8cac593b2012f3b"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,e4200-v2" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "E4200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea3500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-linksys_ea3500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-linksys_ea3500-initramfs-uImage"; + sha256 = "9d320c58a7148d69982365b3b7af9ed84d81317cc515dd218af72d5bf7249dc8"; + sha256_unsigned = "9d320c58a7148d69982365b3b7af9ed84d81317cc515dd218af72d5bf7249dc8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-linksys_ea3500-squashfs-sysupgrade.bin"; + sha256 = "2406fe73a611e052f47515459b363ecd101b173e6ff91d677f3fa5d119300847"; + sha256_unsigned = "87b19adfa1cc9e1b197bf6a7673ff29102c74b9b5668f6ecd5029ac45dc18e43"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-linksys_ea3500-squashfs-factory.bin"; + sha256 = "c699ed81c34f8746d66b0c20a2499d3b6ee90260694c1769ee479205b986c602"; + sha256_unsigned = "c699ed81c34f8746d66b0c20a2499d3b6ee90260694c1769ee479205b986c602"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea3500" + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + model = "EA3500"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea4500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-linksys_ea4500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-linksys_ea4500-initramfs-uImage"; + sha256 = "a6cca96e6b370a258e81f577373c523ff0d73f3ffefeb9cc863266c0e87ba5f3"; + sha256_unsigned = "a6cca96e6b370a258e81f577373c523ff0d73f3ffefeb9cc863266c0e87ba5f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-linksys_ea4500-squashfs-sysupgrade.bin"; + sha256 = "4371ae6338dacaa710c619b5f28aa2e73258937321fca8f2cc6d7212bd872769"; + sha256_unsigned = "f665c6d2e9ba92107bcc81989c7dcfbdfde06a7fe2a373d886079c6e6393bf25"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-linksys_ea4500-squashfs-factory.bin"; + sha256 = "cf8628dace4512dfa2b982dcc9dafd90ef554e68148159f74c339f8432cd7c5d"; + sha256_unsigned = "cf8628dace4512dfa2b982dcc9dafd90ef554e68148159f74c339f8432cd7c5d"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea4500" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "EA4500"; + vendor = "Linksys"; + } + ]; + }; + netgear_readynas-duo-v2 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-g762" + "kmod-rtc-rs5c372a" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-netgear_readynas-duo-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-netgear_readynas-duo-v2-initramfs-uImage"; + sha256 = "d8a7be3d66b11cfac6c7f29749e0bbc77f4287a95060364ed402b44aa9f010b9"; + sha256_unsigned = "d8a7be3d66b11cfac6c7f29749e0bbc77f4287a95060364ed402b44aa9f010b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-netgear_readynas-duo-v2-squashfs-sysupgrade.bin"; + sha256 = "cad1e2ffd7f5efa9683920ffaea22c0a06c891fe06d6017f7619177b3a2fa9be"; + sha256_unsigned = "19ebfc3035353dcb07cc465fd5fe62d251ccc905b56a4e210ef8c295c96f9e75"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,readynas-duo-v2" + ]; + titles = [ + { + model = "ReadyNAS Duo"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "7a2cdb5e43f3556bea4767dfeaac03ee59ef2ae005efc57ea5a150616db6d2ae"; + sha256_unsigned = "7a2cdb5e43f3556bea4767dfeaac03ee59ef2ae005efc57ea5a150616db6d2ae"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-raidsonic_ib-nas62x0-initramfs-uImage"; + sha256 = "81876f83f3d25297e87f1bb7026555701873d28cba2a4ba5ca04bdb2d60b21ba"; + sha256_unsigned = "81876f83f3d25297e87f1bb7026555701873d28cba2a4ba5ca04bdb2d60b21ba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "b810b40806e04fac5baa4f635304c165356a8251dc21e6ba27774e149611149d"; + sha256_unsigned = "cde88268382647611c41f4d8724236d03b4d457e49e67bd6c82aedeeeddad594"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + model = "ICY BOX IB-NAS62x0"; + vendor = "RaidSonic"; + } + ]; + }; + seagate_blackarmor-nas220 = { + device_packages = [ + "kmod-hwmon-adt7475" + "kmod-fs-ext4" + "kmod-ata-marvell-sata" + "mdadm" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-seagate_blackarmor-nas220"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-seagate_blackarmor-nas220-initramfs-uImage"; + sha256 = "c2a66d99db80aad62befc3d235b192f3b43147ca0a161ae34b84713f9708411f"; + sha256_unsigned = "c2a66d99db80aad62befc3d235b192f3b43147ca0a161ae34b84713f9708411f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-seagate_blackarmor-nas220-squashfs-factory.bin"; + sha256 = "02749821129d56669dcc42fb6285b114feb20b1c61b2d7c4b5a16ce232b5f36a"; + sha256_unsigned = "02749821129d56669dcc42fb6285b114feb20b1c61b2d7c4b5a16ce232b5f36a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-seagate_blackarmor-nas220-squashfs-sysupgrade.bin"; + sha256 = "aa65399acfc1f3f1f6034e1ca1e4f5aefbc4ec7828e0b7b6427f17d2d8ac411d"; + sha256_unsigned = "60c38330a804fb9d918c2ed347527c583ff5715b6c17cf843d35afdf0d8e6beb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,blackarmor-nas220" + ]; + titles = [ + { + model = "Blackarmor NAS220"; + vendor = "Seagate"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "f3ebf4b5000f9bed737591e84788db838e9364aa1187f118b9ddb6a8a5835562"; + sha256_unsigned = "6eb87707c424dbc933724835e4697d8a82832ba1d6745fc1a1ff40a1675ed781"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "43f2d13cb812788c12380ee67fced92c9fcf00f0947ffd2873f421b5d6c61e2b"; + sha256_unsigned = "43f2d13cb812788c12380ee67fced92c9fcf00f0947ffd2873f421b5d6c61e2b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-seagate_dockstar-initramfs-uImage"; + sha256 = "9c72b2574fad43fc499391f1d0a86aa687695552c9c5af03c961a6de34078a42"; + sha256_unsigned = "9c72b2574fad43fc499391f1d0a86aa687695552c9c5af03c961a6de34078a42"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + model = "FreeAgent Dockstar"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "734032ffbde7140deb1130811eac59da56effe36ddc22b5d2a08970623680970"; + sha256_unsigned = "4e35203205153d4e2e6650b1b31c2f940012b43b64310a2414ef7b20570e9a9e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "978ac4bdf851146382c5e60d761fa2050d070ec3b263f2e704593c9ac0d987e7"; + sha256_unsigned = "978ac4bdf851146382c5e60d761fa2050d070ec3b263f2e704593c9ac0d987e7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-seagate_goflexhome-initramfs-uImage"; + sha256 = "bd7e31c498ebf5880d121a56a8539efb9a2e88b3b69930f9b5428e705e66bc27"; + sha256_unsigned = "bd7e31c498ebf5880d121a56a8539efb9a2e88b3b69930f9b5428e705e66bc27"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + model = "GoFlexHome"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "c306b22e3520b958402d18b6f9fdae0488a40894aec90062b52ac16ad3a162a5"; + sha256_unsigned = "ba10b0182b9086716b3eb4bcd07e022e8b0ed23cc583c0d7ce9bbfd800c8614e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-seagate_goflexnet-initramfs-uImage"; + sha256 = "7adb1c762b664ec9313d37438e2c9133d98db946f2e8fe3a6d134bb53beaf59e"; + sha256_unsigned = "7adb1c762b664ec9313d37438e2c9133d98db946f2e8fe3a6d134bb53beaf59e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "22b1d66c64e8a728a7c4c5d17eca13df76c51fbbbcee7bf06f0e7cd0b2797ca7"; + sha256_unsigned = "22b1d66c64e8a728a7c4c5d17eca13df76c51fbbbcee7bf06f0e7cd0b2797ca7"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + model = "GoFlexNet"; + vendor = "Seagate"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-r8169" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-zyxel_nsa310b-initramfs-uImage"; + sha256 = "d164dccf2c0f10f0650b1c7821733bb45f78dd0435977ed7e1f407180420fb20"; + sha256_unsigned = "d164dccf2c0f10f0650b1c7821733bb45f78dd0435977ed7e1f407180420fb20"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "d755e86a6a9e02b5134a769a9d8af71eb9d5f6fcbe99b1d9778528e801fa15cf"; + sha256_unsigned = "e6c27102634e05ce0635f4a33296dc65f40a94fe55e4dba78d1c3bdc0ea8922b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "f244d192a65128e96ac863bd84e94a2bb551a8429537db353e6f553ae8577586"; + sha256_unsigned = "f244d192a65128e96ac863bd84e94a2bb551a8429537db353e6f553ae8577586"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + "nsa310b" + ]; + titles = [ + { + model = "NSA310b"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa310s = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-zyxel_nsa310s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-zyxel_nsa310s-squashfs-sysupgrade.bin"; + sha256 = "2bd32429eb9aed058843d7f33328bb571844bbe342a9c678bcd5f368874c3ba8"; + sha256_unsigned = "a462833633ff57ff40ebd2e13ea25d514ba24e0affab2fc45f2cc1bdf342460e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-zyxel_nsa310s-squashfs-factory.bin"; + sha256 = "9cfdc71669567ce4ee773fe164db9d60dfdefc23236f506c7cef84599867a1e6"; + sha256_unsigned = "9cfdc71669567ce4ee773fe164db9d60dfdefc23236f506c7cef84599867a1e6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-zyxel_nsa310s-initramfs-uImage"; + sha256 = "3ba8861c838bf3ac12c0ad85310c50ef4d9a68087b57d113769821ff8b985f81"; + sha256_unsigned = "3ba8861c838bf3ac12c0ad85310c50ef4d9a68087b57d113769821ff8b985f81"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310s" + ]; + titles = [ + { + model = "NSA310S"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "36fb080db4678cc08552d5a17b23ca111dac299c778a957945b80d051e61ba9a"; + sha256_unsigned = "1fdf649c624443ed8926afece28c2e0efeaa6e6a892ccbfbe13f876f1b5d9307"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "dad97bac2460cfb9ad82ae3d9acf4238639636e938179d4756e9abdf52e76725"; + sha256_unsigned = "dad97bac2460cfb9ad82ae3d9acf4238639636e938179d4756e9abdf52e76725"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-kirkwood-zyxel_nsa325-initramfs-uImage"; + sha256 = "3e57effe4d61b82bc410b3fb377dadcaef73034a8288d01aa1b9ee9d78af816b"; + sha256_unsigned = "3e57effe4d61b82bc410b3fb377dadcaef73034a8288d01aa1b9ee9d78af816b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + "nsa325" + ]; + titles = [ + { + model = "NSA325"; + variant = "v1/v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "kirkwood/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + lantiq = { + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ltq-atm-vr9" + "kmod-ltq-deu-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-vdsl-vr9-mei" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "ltq-vdsl-app" + "ltq-vdsl-vr9-vectoring-fw-installer" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoa" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-alphanetworks_asl56026-initramfs-kernel.bin"; + sha256 = "f4d8fc7df3814a66b75d1600b1ed1352148231cfa8f96e915b716bcb57d936cc"; + sha256_unsigned = "f4d8fc7df3814a66b75d1600b1ed1352148231cfa8f96e915b716bcb57d936cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "df527bd617203cb954686155bac99c0abae7de82646a11c9f5a2b7a1a598e61c"; + sha256_unsigned = "564cf7fe4c60bfdfba980e8392d4813a79d7b09ec574ff9bf59fa022cb0e010c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + model = "ASL56026"; + vendor = "Alpha"; + } + { + model = "ECI VDSL Modem V-2FUb/I"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "ecb9e904c6b734588fdf6d32b4eb333cf95610dc6030e5747ae15a135e6f5d5f"; + sha256_unsigned = "e7b8821b0f26d43191173c0868f8e4fddda1444adc2dc2cb5cb3d21da4a78ad4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-arcadyan_vg3503j-initramfs-kernel.bin"; + sha256 = "4bcc5fbfc06defde904f5425047c4c854f7f0b88854463af2e148293c92a4b2b"; + sha256_unsigned = "4bcc5fbfc06defde904f5425047c4c854f7f0b88854463af2e148293c92a4b2b"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + model = "ECI VDSL Modem V-2FUb/R"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-arcadyan_vgv7510kw22-brn-initramfs-kernel.bin"; + sha256 = "1ce2d9a195e910db5d2378ba25d39005384018fd12834cf162a4da5f2508b14d"; + sha256_unsigned = "1ce2d9a195e910db5d2378ba25d39005384018fd12834cf162a4da5f2508b14d"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "BRN"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "fb11633836a0b30e022b7bd60124c316fd0ca07e2dbb2b6c707ade9f28f40ea9"; + sha256_unsigned = "b6ab3e97c56317b8de94f9c55edfd37f984224931b4c20b1fce878573836e90e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-arcadyan_vgv7510kw22-nor-initramfs-kernel.bin"; + sha256 = "71c0340e559ae20e96044ce3134c12b57b03bc71aaa47a9230516cd4a05f38c1"; + sha256_unsigned = "71c0340e559ae20e96044ce3134c12b57b03bc71aaa47a9230516cd4a05f38c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "NOR"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-arcadyan_vgv7519-brn-initramfs-kernel.bin"; + sha256 = "58112f1813e4a0b3bc9b4ec97c70ffa9fbb0d18926831ed112778221078299c9"; + sha256_unsigned = "58112f1813e4a0b3bc9b4ec97c70ffa9fbb0d18926831ed112778221078299c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + model = "VGV7519"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "BRN"; + vendor = "KPN"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-arcadyan_vgv7519-nor-initramfs-kernel.bin"; + sha256 = "dca16af22891c6674f746704f561e964cccb3c81f090833bc3809a153c7d44e6"; + sha256_unsigned = "dca16af22891c6674f746704f561e964cccb3c81f090833bc3809a153c7d44e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "64c7537220f46a1d5451394c30d144b3e110396a9ba87be83695f979df73eeeb"; + sha256_unsigned = "448690edbb4ebd3ff43feba7a37425577ff8bc5e95122a9593b37c332ae14156"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + model = "VGV7519"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "NOR"; + vendor = "KPN"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "02300b0dbddd214ff4944b76d6ba95ba918bd8320e6c1b69a0d12cc854688f39"; + sha256_unsigned = "02300b0dbddd214ff4944b76d6ba95ba918bd8320e6c1b69a0d12cc854688f39"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "93fb86a5c0205f5cef5ed92107380daca8bcf076c78ef2eeb3c3edff023781eb"; + sha256_unsigned = "7c53526dc930cf9addd40c66c3b9fa16f1d35d98d801f59894c63b6c564246ba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "4aecbc98a3a8a23ca79acb54b0896e1905469e8999024ed8c83b1b122848eb7c"; + sha256_unsigned = "4aecbc98a3a8a23ca79acb54b0896e1905469e8999024ed8c83b1b122848eb7c"; + type = "eva-filesystem"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz3370-rev2-hynix-initramfs-kernel.bin"; + sha256 = "21542c87aa18d6f18a68acb0496c48276c83098e575db8af0f035e898f86d78a"; + sha256_unsigned = "21542c87aa18d6f18a68acb0496c48276c83098e575db8af0f035e898f86d78a"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Hynix NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "9cb91f08868d19eb985aee5e728d86db0519d9bfb66162a16296a21dd86675c5"; + sha256_unsigned = "f35ea3d9dbdaf77a66b3542468d17ccf5df00442909ff3544fde2395ae9f5222"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz3370-rev2-micron-initramfs-kernel.bin"; + sha256 = "b6fafffbf9188b04b9fd4cc500664457aeb70b16b3fe41a11bce644610252a0e"; + sha256_unsigned = "b6fafffbf9188b04b9fd4cc500664457aeb70b16b3fe41a11bce644610252a0e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "4aecbc98a3a8a23ca79acb54b0896e1905469e8999024ed8c83b1b122848eb7c"; + sha256_unsigned = "4aecbc98a3a8a23ca79acb54b0896e1905469e8999024ed8c83b1b122848eb7c"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "02783b23f297c09d935c8b62b0578a2a8814a5689c843cb0bdbe764c7bcde102"; + sha256_unsigned = "02783b23f297c09d935c8b62b0578a2a8814a5689c843cb0bdbe764c7bcde102"; + type = "eva-kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Micron NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3390 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-avm_fritz3390"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz3390-squashfs-sysupgrade.bin"; + sha256 = "b36f25da8927b7ae76ddf6445dc7ce1fba70684ca62a960fd30e0b22a81d7ba8"; + sha256_unsigned = "9aa7f30a142b66376d3e78063287beb8bb9ff2897bf0586b8b0b8cd83ead0256"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz3390-initramfs-kernel.bin"; + sha256 = "8331eb4a8df19e6a5c5dada259286be5ef779cf3a0b3d47417f0b7f3dc801255"; + sha256_unsigned = "8331eb4a8df19e6a5c5dada259286be5ef779cf3a0b3d47417f0b7f3dc801255"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz3390" + ]; + titles = [ + { + model = "FRITZ!Box 3390"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360-v2 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-avm_fritz7360-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz7360-v2-initramfs-kernel.bin"; + sha256 = "3f0656f8335252e501720e887dd1ede948109a538239a8de49c794ea0bb1b4e9"; + sha256_unsigned = "3f0656f8335252e501720e887dd1ede948109a538239a8de49c794ea0bb1b4e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz7360-v2-squashfs-sysupgrade.bin"; + sha256 = "bda9078001b5dd2388901029c0971e76bd5c0b40226d291cc3ac6b2f2db8f0a5"; + sha256_unsigned = "2f23bde5018dcf3911ae40232c3d070f75db436efc3e439cfc3a4a1a08d19221"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360-v2" + ]; + titles = [ + { + model = "FRITZ!Box 7360"; + variant = "v2"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "1ba12fa4e3a0bcf3512d7626d9a3b5616feba34e84a1ac7ac708afb78545ce99"; + sha256_unsigned = "5b17905931c6658390b9d0b473c8ee3d45fc8e6260c94b1fa111e0688abb33e3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz7360sl-initramfs-kernel.bin"; + sha256 = "6eb2a95c6554d49cec49a4958ef157e81493ebfa63b0da0c5924fed4cf05b01f"; + sha256_unsigned = "6eb2a95c6554d49cec49a4958ef157e81493ebfa63b0da0c5924fed4cf05b01f"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + model = "FRITZ!Box 7360 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "04246ba9592e0b3ac495468453c414e92370cacf530e9ee4b78b222e8860c37f"; + sha256_unsigned = "6fab2530846baf478589e8fba9104bf246ac717553ded3a61d9b39b16a46936e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz7362sl-initramfs-kernel.bin"; + sha256 = "f8a299ae0be4cbff99f17da90932dc2818bb58fe75136dbcb515cc0997403209"; + sha256_unsigned = "f8a299ae0be4cbff99f17da90932dc2818bb58fe75136dbcb515cc0997403209"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + model = "FRITZ!Box 7362 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin"; + sha256 = "63702821604e8e629091253e20735c826946fa83ade309df126bf59ccfe1952a"; + sha256_unsigned = "63702821604e8e629091253e20735c826946fa83ade309df126bf59ccfe1952a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "5f7442a57878a69d1e72943a848620c5e2dc57176561a4dc2e9d935ab446e54d"; + sha256_unsigned = "2e7871f5a006ec989caeb483c91cf35b583bbcc91aa2f4e46cca71772aa9d6b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + model = "FRITZ!Box 7412"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7430 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-avm_fritz7430"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz7430-squashfs-sysupgrade.bin"; + sha256 = "b36286bc9b37fc47c2cfe90673c4d52958eec0118f430866a650f122512e8618"; + sha256_unsigned = "f82393c780f12263f7304921fe14ac75bef8601479cf93db561f435860ae5c1c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin"; + sha256 = "be4e849737dcd0a9b9ab0d12444b6257e29dc6e1960eb05ba01f2b08f3c2ee3f"; + sha256_unsigned = "be4e849737dcd0a9b9ab0d12444b6257e29dc6e1960eb05ba01f2b08f3c2ee3f"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7430" + ]; + titles = [ + { + model = "FRITZ!Box 7430"; + vendor = "AVM"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-bt_homehub-v5a-initramfs-kernel.bin"; + sha256 = "e9eac1f64f168fc88e6e89f9b4f7fd7358def28aece86cdea53d6f3c184ffcc8"; + sha256_unsigned = "e9eac1f64f168fc88e6e89f9b4f7fd7358def28aece86cdea53d6f3c184ffcc8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "404cfe31dfb8f8038b29b0861491258ccb5120d447f170531fdf0caa1b11cdcc"; + sha256_unsigned = "f842326838e730e1f93544ae846ad506eecb90a96cf6e93c3c33decd7b63f73a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + model = "Home Hub 5"; + variant = "Type A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "b6f5e6d8a051394df7b550c58a5e3a8efbbda26d8e90340a7fe5504d8035419d"; + sha256_unsigned = "96bff1d6ccffdefa0246824e105909940d4108b837317600e692f4b8727aec1b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-buffalo_wbmr-300hpd-initramfs-kernel.bin"; + sha256 = "44905ec55322619d02615cef885e9b0f315d664532e0b354b084c919daf67ec2"; + sha256_unsigned = "44905ec55322619d02615cef885e9b0f315d664532e0b354b084c919daf67ec2"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + model = "WBMR-300HPD"; + vendor = "Buffalo"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "78dbd27b39d3718040b1c65adb839f7c9df603d132c787cba8c178284addcb5e"; + sha256_unsigned = "78dbd27b39d3718040b1c65adb839f7c9df603d132c787cba8c178284addcb5e"; + type = "fullimage"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "d44d7baaa4e4a445ecda31e467e02c9b78338e32ff574a34f7ddc74530d0b36d"; + sha256_unsigned = "60c9b7e78faacdd93c42af32dfcff3c749edacd0906aee19f48fce7766329b69"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-lantiq_easy80920-nand-initramfs-kernel.bin"; + sha256 = "3f2eb1308e631848190a60888aa8807cedeadce83740cdf84657c9aabf66710c"; + sha256_unsigned = "3f2eb1308e631848190a60888aa8807cedeadce83740cdf84657c9aabf66710c"; + type = "kernel"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NAND"; + vendor = "Lantiq"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-lantiq_easy80920-nor-initramfs-kernel.bin"; + sha256 = "e3b6f79adc0fe37a9331c05f1fa0be15b45d2bfe51a2ed2301e55a25cb2b3c60"; + sha256_unsigned = "e3b6f79adc0fe37a9331c05f1fa0be15b45d2bfe51a2ed2301e55a25cb2b3c60"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "fb8fff2b3fd1a06ca9d25f65aadec2a847a933624ff4aba71fb91e08b42e8063"; + sha256_unsigned = "1ad942fbd9fa75c0d34f8903626da532ea959cb2398b2e03acbcd0741b7de2bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NOR"; + vendor = "Lantiq"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "77261b5c1b6416a5fe10f7105fa04c836f289241e8376f0e6397482818902877"; + sha256_unsigned = "56be33e21349ce2e149f7e7665869c9b3fc3827f328cdd67249f45e9ada9a24b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-netgear_dm200-initramfs-kernel.bin"; + sha256 = "e5e37b0e45ad53f352f2c089e2a13f82667a6e87a3cccd84c6facbcac7a37fa7"; + sha256_unsigned = "e5e37b0e45ad53f352f2c089e2a13f82667a6e87a3cccd84c6facbcac7a37fa7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "2953d05c14248e52816786ae3336e3465e276bbb0059cb8582a5dea802cb049d"; + sha256_unsigned = "56be33e21349ce2e149f7e7665869c9b3fc3827f328cdd67249f45e9ada9a24b"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + model = "DM200"; + vendor = "NETGEAR"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-tplink_tdw8970-initramfs-kernel.bin"; + sha256 = "86f5b4efe27773a52ce113c2ae2c61483b7d3b5dd3e387e95231f558c7f690b5"; + sha256_unsigned = "86f5b4efe27773a52ce113c2ae2c61483b7d3b5dd3e387e95231f558c7f690b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "6d3e08c0d7f60cfcb18edce336a6c844434a89faf995560cb3aa7d1ec8e6349c"; + sha256_unsigned = "febb97b1a504c426b5b35d71031e46450435b27f7f96684dc4554b07a9274522"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + model = "TD-W8970"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "9d06968f0eb23e792b933bb0a5004a4d5190a1c38a7bbdc5061c5bb702fde814"; + sha256_unsigned = "5457b4bf386b0870e9adea475a0827b6f554e15f0d9a4860874bc05fdfb0d62c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-tplink_tdw8980-initramfs-kernel.bin"; + sha256 = "11124ff877d3641a49f443f4c3b49273230c3f86c528125c5dd8b76cce4cdfc4"; + sha256_unsigned = "11124ff877d3641a49f443f4c3b49273230c3f86c528125c5dd8b76cce4cdfc4"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + model = "TD-W8980"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-tplink_vr200-initramfs-kernel.bin"; + sha256 = "f52365d3d214b92b41c442a45d3e42e519d987acf799c1b764c6d9414304f623"; + sha256_unsigned = "f52365d3d214b92b41c442a45d3e42e519d987acf799c1b764c6d9414304f623"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "2053788a5a5102596587036f74d8b107eee438fc154428152057fec5ca57eb47"; + sha256_unsigned = "f0916d61bd96f2b668b4d857b7369c5ef59868aa959a5be0953130677e4fa9ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + model = "Archer VR200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "0c2209b71b8d445dae01dd60373d5a83f57256a66f40e0f6928fa2052470b575"; + sha256_unsigned = "74996753918a5645d0de75c65e8544478b553a8ae796d8b73be3548d3690d765"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-tplink_vr200v-initramfs-kernel.bin"; + sha256 = "25b77c4cf58b8e57e7abd72a8ce844c7af4f498fb9286e72790abc96aa12adf4"; + sha256_unsigned = "25b77c4cf58b8e57e7abd72a8ce844c7af4f498fb9286e72790abc96aa12adf4"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + model = "Archer VR200v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "dcf06a8f1a94bc3dd86b0ef4ffe829ee1e2994a95453d487011cba4e0f0103fb"; + sha256_unsigned = "47e3152be726cf28783aa52a5476a7f330b76cd9bdb2412a3da96c32986ab79d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xrx200-zyxel_p-2812hnu-f1-initramfs-kernel.bin"; + sha256 = "e30cdd9e5c9199eb39c56c155e256da2fbf77322578cfb9e139823070b902b7e"; + sha256_unsigned = "e30cdd9e5c9199eb39c56c155e256da2fbf77322578cfb9e139823070b902b7e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + model = "P-2812HNU"; + variant = "F1"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "lantiq/xrx200"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-arcadyan_arv4510pw-initramfs-kernel.bin"; + sha256 = "95437e67a705e2893bb66916ce391337c5716e5093288a41322d3215bd3a2a0f"; + sha256_unsigned = "95437e67a705e2893bb66916ce391337c5716e5093288a41322d3215bd3a2a0f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "a9d12357d768aec5130e107e6c7191d77ecaa5f00d3fb289a42e0320cf21b254"; + sha256_unsigned = "7fd8b403ce2bf4f199e7c261201b5b6a661e4283c20c4791c8c162f935f02a51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + model = "ARV4510PW"; + vendor = "Arcadyan"; + } + { + model = "BeWan iBox v1.0"; + vendor = "Wippies"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-arcadyan_arv7506pw11-initramfs-kernel.bin"; + sha256 = "fb11b8b42fde78b43812aba75dcbb2bbe666af1a36f09b15b9599e7dde18d7bf"; + sha256_unsigned = "fb11b8b42fde78b43812aba75dcbb2bbe666af1a36f09b15b9599e7dde18d7bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "4804a10f9899a703821d06c766dfeb686776b4321074edd46bd369a1dc594394"; + sha256_unsigned = "a5dd8a14d3dca5e8a236ea31adea0d27f907560de4437a0ffb562a079fb70f40"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + model = "ARV7506PW11"; + vendor = "Arcadyan"; + } + { + model = "IAD 4421"; + vendor = "Alice/O2"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "c3afafc9843361f600bbabd4eb9626e1a9a4424b8bba505f602a12017928fbab"; + sha256_unsigned = "d531a3c78595bf5638da36cb67e8636bd9f3ebf82ea0a1abdd1df676249a887b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-arcadyan_arv7510pw22-initramfs-kernel.bin"; + sha256 = "72c74cb4ecd2ad81f4fdb9d80e1b4a3b0494a0b925e59dd9f42a8e9de7342a9e"; + sha256_unsigned = "72c74cb4ecd2ad81f4fdb9d80e1b4a3b0494a0b925e59dd9f42a8e9de7342a9e"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + model = "ARV7510PW22"; + vendor = "Arcadyan"; + } + { + model = "ARV7510PW22"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-arcadyan_arv7518pw-initramfs-kernel.bin"; + sha256 = "a622018d42ad6411c7bd807943eed00d83bf7eda14e726a7c798bc8c2ba9894d"; + sha256_unsigned = "a622018d42ad6411c7bd807943eed00d83bf7eda14e726a7c798bc8c2ba9894d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "1693322e2ff9aa794753a31309ea90eef59cf0fea411bda7cf216eeb0439430b"; + sha256_unsigned = "3f292f46b0fe1779dfa27ade4cbbca60787a0892a043ce04d4b14c57ccfb73c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + model = "ARV7518PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7518PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-arcadyan_arv7519pw-initramfs-kernel.bin"; + sha256 = "de4cbf6b54decb3ada90f168258a1ae88ac5aa415a633d0dd09a0fd0cf79a875"; + sha256_unsigned = "de4cbf6b54decb3ada90f168258a1ae88ac5aa415a633d0dd09a0fd0cf79a875"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "2487748a88b3e9e6e42ba9d5f44f1ea6b8beaa1187c9c6416740aed3f3278c61"; + sha256_unsigned = "f107d85855e5ddb6c855ad8cb494b33f09e54d4e3e879121f99013858143ce99"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + model = "ARV7519PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7519PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "d1a151bea2444e4b122a357ced51bc14ae31970372ab480dc768d37a97ee52d9"; + sha256_unsigned = "7f8c371d3687751d9f6a46181f1000717527d8f84a488a00b7f8fbceebae7630"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-arcadyan_arv752dpw-initramfs-kernel.bin"; + sha256 = "397817adf6d62a107a1139fd4baf3c6911704e4fa575802589b0aba90161e737"; + sha256_unsigned = "397817adf6d62a107a1139fd4baf3c6911704e4fa575802589b0aba90161e737"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + model = "ARV752DPW"; + vendor = "Arcadyan"; + } + { + model = "Easybox 802"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "5e5c5f7ba437320ad47211b8249dd08973a5912f8ef13c740541f29fd7c3c72d"; + sha256_unsigned = "af113980778e6b29723fa5ba9b8ee1cc09feeb48ea0f9dbb480f8e1a9d848d17"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-arcadyan_arv752dpw22-initramfs-kernel.bin"; + sha256 = "e20e3bdc1701f9a53b123577874f1891c5e929bc4c0f7f1ba0a14b355b61bfac"; + sha256_unsigned = "e20e3bdc1701f9a53b123577874f1891c5e929bc4c0f7f1ba0a14b355b61bfac"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + model = "ARV752DPW22"; + vendor = "Arcadyan"; + } + { + model = "Easybox 803"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "f99cee32fda9836b7d9e7e4dfcb11da09b030c3cb31451c0d44f8acda356381a"; + sha256_unsigned = "43a32b9bf04cc06960a9a987508e76bc0b8800d5d2b8c2e165b15bd8a47cd5b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-arcadyan_arv8539pw22-initramfs-kernel.bin"; + sha256 = "f030c38ce861319f995dd387ffa0b41b9ad08033e5256d7eef757164c2eec980"; + sha256_unsigned = "f030c38ce861319f995dd387ffa0b41b9ad08033e5256d7eef757164c2eec980"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + model = "ARV8539PW22"; + vendor = "Arcadyan"; + } + { + model = "Speedport W504V Typ A"; + vendor = "Telekom"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "1a99dacef9ec0c475e860d04d169767dfcc20bdec47431752aac233324694b0b"; + sha256_unsigned = "0ff107e1ddf754177e8dd88e871f2df18da28f207d3048d6c7bc9d74d04105db"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-audiocodes_mp-252-initramfs-kernel.bin"; + sha256 = "2ca14f30aeb4090ef733050eaa3d3a9508e6d001823d539673d8fe221753978f"; + sha256_unsigned = "2ca14f30aeb4090ef733050eaa3d3a9508e6d001823d539673d8fe221753978f"; + type = "kernel"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + model = "MediaPack MP-252"; + vendor = "AudioCodes"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-avm_fritz7312-initramfs-kernel.bin"; + sha256 = "77475c5967962bcd253112b83499c4a78c5dabc58d7410d4676bf7b599b05ba2"; + sha256_unsigned = "77475c5967962bcd253112b83499c4a78c5dabc58d7410d4676bf7b599b05ba2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "fe5430e979d3e4c2980183ed09f813437d38144defef431cde97d42278eded3e"; + sha256_unsigned = "065c73ce871bc4d85022a8001f9ebcb4ea6ce3214478d3e140ca98799542635b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + model = "FRITZ!Box 7312"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "ab8f3878fb65e6ed71d0fdc816c57a1734564132b65587af16224cb6dd80f2dc"; + sha256_unsigned = "f7f4a5ef1d924e88dc02115189d110c4413cb75ce9fe21457f46eb67cf10d4e6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-avm_fritz7320-initramfs-kernel.bin"; + sha256 = "11d2c7cba8626fd8428da8f279e601f94fa06f90b400368f66010f142dbd4f86"; + sha256_unsigned = "11d2c7cba8626fd8428da8f279e601f94fa06f90b400368f66010f142dbd4f86"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + model = "FRITZ!Box 7320"; + vendor = "AVM"; + } + { + model = "HomeServer"; + vendor = "1&1"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "dc4a7f49c0fe87803695eb731c9fd14cdf769844e70f2c3ab07d98a5e69cfe1b"; + sha256_unsigned = "8a20513a7fa20878fe07f63e218e80a908b07089e69e44e35ff096db066abf76"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-buffalo_wbmr-hp-g300h-a-initramfs-kernel.bin"; + sha256 = "da390808261637f549b0fab5decee07f5160a1e0d0d145dccaade5e0021996c8"; + sha256_unsigned = "da390808261637f549b0fab5decee07f5160a1e0d0d145dccaade5e0021996c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "A"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "e4d21f6f08b46668157dcc66bc1b5939fec4e1bb618ede311202e4f0583b21d2"; + sha256_unsigned = "4146aa6db61106cb22b81962337fcc0c07631d4e9430c4c697dd01332cef3abd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-buffalo_wbmr-hp-g300h-b-initramfs-kernel.bin"; + sha256 = "da390808261637f549b0fab5decee07f5160a1e0d0d145dccaade5e0021996c8"; + sha256_unsigned = "da390808261637f549b0fab5decee07f5160a1e0d0d145dccaade5e0021996c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "B"; + vendor = "Buffalo"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-netgear_dgn3500-initramfs-kernel.bin"; + sha256 = "afae61e302864683535f79e85a276f7de3b8cdf0631f8b65aa3a01af9b2bdd7f"; + sha256_unsigned = "afae61e302864683535f79e85a276f7de3b8cdf0631f8b65aa3a01af9b2bdd7f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "f48af5ce31e1710cab2283f39d35ea355ae5888e89679bc633b79aff14495ccf"; + sha256_unsigned = "f48af5ce31e1710cab2283f39d35ea355ae5888e89679bc633b79aff14495ccf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "4bca65e89ec7b12ce5dd2f584679d648a0935be074c4c174183d3adde8a8fffb"; + sha256_unsigned = "ae5b8decca2b27d40782307c8c8feb90dff30e80a7ffc3f59a1866c39d371858"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "1c2fa61187ed43564670e8f0f5ecdd73e5162738c4c5d69d6dd115dd4fe8e5ba"; + sha256_unsigned = "3d1892899f636085669deab3003bebdeefbb9c80d58eacb0f6164b3a30cd7d9e"; + type = "sysupgrade-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "a0c6d52fea846f9d075f56dbacc87130ac2c87658620f2ad02f30a79c96bd0c6"; + sha256_unsigned = "a0c6d52fea846f9d075f56dbacc87130ac2c87658620f2ad02f30a79c96bd0c6"; + type = "factory-na"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + model = "DGN3500"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "773d85c0dd2501ec56ffe973beefacdc6c4e59b697466ed1a7ad6f7fc0dbf6cb"; + sha256_unsigned = "773d85c0dd2501ec56ffe973beefacdc6c4e59b697466ed1a7ad6f7fc0dbf6cb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "06ded10d0081a4b2ce438eabd747cab59cdde500e082f96c8a222bd41f3ff695"; + sha256_unsigned = "46eb0f1bdaf9a25f318822ffcd795b1f0e38243e9908291df7b1a6f25d2cc0b8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-netgear_dgn3500b-initramfs-kernel.bin"; + sha256 = "14d967c55bd0ec1981f8622fbcde67a8972b9e59776634b3f2b8c8ca2a477c14"; + sha256_unsigned = "14d967c55bd0ec1981f8622fbcde67a8972b9e59776634b3f2b8c8ca2a477c14"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + model = "DGN3500B"; + vendor = "NETGEAR"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "59273bf6172c95ea98ab50ee0274f66a0efaf10c24bd9235237358dd3c1a32b1"; + sha256_unsigned = "ec8e46e886e9ecdcd63aa08b6c1cf6223dc1ec9db64d94390ffcac70c148205d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-siemens_gigaset-sx76x-initramfs-kernel.bin"; + sha256 = "6cf3cb96529234ae446c514fd9d949d01a9af17a745f06d0b2f95110445ee8ca"; + sha256_unsigned = "6cf3cb96529234ae446c514fd9d949d01a9af17a745f06d0b2f95110445ee8ca"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + model = "Gigaset sx76x"; + vendor = "Siemens"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-zte_h201l-initramfs-kernel.bin"; + sha256 = "61f61283f27c00573af1b30384a3430d9f6c4ed37809fed44c6691b3c75b522c"; + sha256_unsigned = "61f61283f27c00573af1b30384a3430d9f6c4ed37809fed44c6691b3c75b522c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "9a2c1dd901620aeb35596322a068b482ebf6aed87e8647895f1870daf36e70be"; + sha256_unsigned = "61a33a48fe015ae8df96fba343a6bb6ac790350d99af4374917456804dd38176"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + model = "H201L"; + vendor = "ZTE"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-lantiq-xway-zyxel_p-2601hn-initramfs-kernel.bin"; + sha256 = "8346f5cf05cda89694865df5c3f88feaea2ff275cb7efe6848d4b1bdfdf44e15"; + sha256_unsigned = "8346f5cf05cda89694865df5c3f88feaea2ff275cb7efe6848d4b1bdfdf44e15"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "de7dd2ce0231d29c9890463301338d20174e9de22379efa1df08ed5f64eba0b7"; + sha256_unsigned = "692f13adf28ddc6952dad1b801175375833ac14e004c0f5afcbd4b89062a725c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + model = "P-2601HN"; + variant = "F1/F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "lantiq/xway"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1021a-iot-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-layerscape-armv7-fsl_ls1021a-iot-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sdcard.img.gz"; + sha256 = "43162013edc33c19426584815099349eaf34da71c0b2f11cdbf4aa1df9f91590"; + sha256_unsigned = "43162013edc33c19426584815099349eaf34da71c0b2f11cdbf4aa1df9f91590"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sysupgrade.bin"; + sha256 = "470a548e878b88302577da396eba9511177dd314049fb0def39a1e49607a5d1a"; + sha256_unsigned = "532db7615c41ec6b14b3390750e88bb12d4676381632147358e498ca8c661df2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "LS1021A-IoT"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr = { + device_packages = [ + "layerscape-rcw" + ]; + image_prefix = "openwrt-22.03.0-layerscape-armv7-fsl_ls1021a-twr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv7-fsl_ls1021a-twr-squashfs-sysupgrade.bin"; + sha256 = "1034456e8c09c2c0f649f26c4611471eb7adeb148995ad9c5789c1a6c92c298d"; + sha256_unsigned = "41dfbf766675b68ca2426ea292624e9b88bdf1e7027ae29672b89fdddebc5639"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv7-fsl_ls1021a-twr-squashfs-firmware.bin"; + sha256 = "a678539a4d182d763728797e3e7be75db55a2aabb1e0327b2c00facc046db9ed"; + sha256_unsigned = "a678539a4d182d763728797e3e7be75db55a2aabb1e0327b2c00facc046db9ed"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-layerscape-armv7-fsl_ls1021a-twr-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sdcard.img.gz"; + sha256 = "59a3a6447016a6e6cd8811467048a1332de33f3570d002ae5c6f0c41826e7cf9"; + sha256_unsigned = "59a3a6447016a6e6cd8811467048a1332de33f3570d002ae5c6f0c41826e7cf9"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sysupgrade.bin"; + sha256 = "40de6498501be462f045cd33bc005eec40ebda2e396bc99a7de22ea5fc03f779"; + sha256_unsigned = "44a058b7f371c25eecf5699e1786cb33b7dc81726f3b3da6c46299ec05c4fa3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr-sdboot" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "layerscape/armv7"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1012a-frdm = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frdm" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1012a-frdm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-firmware.bin"; + sha256 = "b4ab8f3796915258ffc6bd2f41836960f2ff58b0f27204e5dde1e68c0562b72d"; + sha256_unsigned = "b4ab8f3796915258ffc6bd2f41836960f2ff58b0f27204e5dde1e68c0562b72d"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-sysupgrade.bin"; + sha256 = "ac962aa63d8176ea697e95264382f456fb1b0a0d1e2609b3a73497543f8e3e47"; + sha256_unsigned = "be5be20193462c692d608db3dc38102cf33d31d3dd16f684968377c87f3c0d35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frdm" + ]; + titles = [ + { + model = "FRDM-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-frwy-sdboot = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frwy-sdboot" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-firmware.bin"; + sha256 = "772525b2989940be5f58c024f0ff6a9d1ef2400bbd1e529266702e5c1a8aac66"; + sha256_unsigned = "772525b2989940be5f58c024f0ff6a9d1ef2400bbd1e529266702e5c1a8aac66"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "855dba39bb0c29871d60b03ad34830b94d73b32fa22eb966b00dbe31fe3b3d0b"; + sha256_unsigned = "855dba39bb0c29871d60b03ad34830b94d73b32fa22eb966b00dbe31fe3b3d0b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "8183108f542a53fbc71eb52f53747765470d7f654379847333f0592e87757eec"; + sha256_unsigned = "a997748d10cb30f41919731b3a3687bfbc0c1e67e9fdfdd7272a38d64e6b7d76"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-rdb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-rdb" + "kmod-hwmon-ina2xx" + "kmod-iio-fxas21002c-i2c" + "kmod-iio-fxos8700-i2c" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1012a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-firmware.bin"; + sha256 = "d84789ad3bd1d29cc5b1e55336bbfdfdb9033f1571a7ae14c8563e6a9c8daf33"; + sha256_unsigned = "d84789ad3bd1d29cc5b1e55336bbfdfdb9033f1571a7ae14c8563e6a9c8daf33"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-sysupgrade.bin"; + sha256 = "c24f34e1a0c1c3255dce96be96c14c45dbfadc3ab79faacd966129c5efc484c0"; + sha256_unsigned = "07ab6df7669882b498d85fc1dfd29f18470b629a0b50f235f9f98fe450260767"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-rdb" + ]; + titles = [ + { + model = "LS1012A-RDB"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1043a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-firmware.bin"; + sha256 = "07f843972d3dd1445b73f57817a140ce6ca24819f1f99fa873ae1852c035ab3c"; + sha256_unsigned = "07f843972d3dd1445b73f57817a140ce6ca24819f1f99fa873ae1852c035ab3c"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-sysupgrade.bin"; + sha256 = "104b810277857e029bd863dab5e2a7036aae0675871fd7e083279e4f78f3bb9f"; + sha256_unsigned = "ed34e3f88164ddd9a28f95994f9d2f8e34c36ee1d1e80f58fb4e6c7fee476e53"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "b567c0e34d77d2e6c8f53fc837f50689bca0fc843ccd284b363006825d1f01e2"; + sha256_unsigned = "b567c0e34d77d2e6c8f53fc837f50689bca0fc843ccd284b363006825d1f01e2"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "26931cb7c2abcd92dd9c86c4690be0fdff1f27f9ef2df4d21a4ffc8456cc499f"; + sha256_unsigned = "d4587719d2612a23afa61eb8dfdb0aee4baf47f80e16c55673bfcaf5aa04834d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy" + ]; + image_prefix = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1046a-frwy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-sysupgrade.bin"; + sha256 = "faca92d9374cc93f850c313626656c1e858c3805e8bf834f98de5303049c42b5"; + sha256_unsigned = "6f776e9d975846d4a880a13389ea5cdb22e63018951245c9716fda737f2c5c4a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-firmware.bin"; + sha256 = "c2ab51b397bbc4ba03cb524bb5edbd7fe76a414da7b803f4469dbfc819174f7c"; + sha256_unsigned = "c2ab51b397bbc4ba03cb524bb5edbd7fe76a414da7b803f4469dbfc819174f7c"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy-sdboot" + ]; + image_prefix = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "c4da78d250d623e6b6d5bb85c14f147008534e8919691c200224d7b039e77452"; + sha256_unsigned = "7bacfabd0e192ba87fa2295599329b9e04f2994810409ef7c791a0aa5adfac53"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "2d837eddb15224950e10bef16b0550bba6c092705f8753fe5ad39565e1a9034e"; + sha256_unsigned = "2d837eddb15224950e10bef16b0550bba6c092705f8753fe5ad39565e1a9034e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1046a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-sysupgrade.bin"; + sha256 = "819f0e1a9d77eef6fa1f9255ccbadf55ebe878bb66b0d79e3e3320a531cf2ab9"; + sha256_unsigned = "0577bbd1e30609fda6d3f1ca6f85e89f9f05d63b69e31b1e63070c5461533e71"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-firmware.bin"; + sha256 = "b5ddeed8bd5f753f37bec549d0c3a5716d54ba3e3520c7d65a3ae74d91ed616b"; + sha256_unsigned = "b5ddeed8bd5f753f37bec549d0c3a5716d54ba3e3520c7d65a3ae74d91ed616b"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "5583315479fe6945099aed9c1a47c16a75c6cfda344e3cb757a3224d7744ea08"; + sha256_unsigned = "5583315479fe6945099aed9c1a47c16a75c6cfda344e3cb757a3224d7744ea08"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "7a340755c04a94d583a8f1eaf7848adf4cf7456975ca740f4d25848a8813a933"; + sha256_unsigned = "de6ce690409a899ca4000d71a18ba407a368ddf12e13bb4dfb489f1817b6d088"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-firmware.bin"; + sha256 = "ed14bb7d6738e1e2053fa6e084d3d7de9764d4445c6071a4e5d372ab2dc0ef29"; + sha256_unsigned = "ed14bb7d6738e1e2053fa6e084d3d7de9764d4445c6071a4e5d372ab2dc0ef29"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "b70e0f34937fcd8660c2c4d6c2b5878a2cbc236b10bfaf5d359df2fe3ad502b6"; + sha256_unsigned = "566ff6b8423370419ec89b1820d9966059bcb5bf6f9fd9325437e8c5295677ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb-sdboot" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "7823cf000a7bbc2d727d57aeec01890ba5fadd3c5d95405d7035c145a0853527"; + sha256_unsigned = "7823cf000a7bbc2d727d57aeec01890ba5fadd3c5d95405d7035c145a0853527"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "3a6809a3ee449a47fc06a808645eab446624f1be64da6f78e488193209571eec"; + sha256_unsigned = "ebb0ffaf12575e7e3204ad73678f09f9db39ca25c89105185972d2fa9c2d5df7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls2088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls2088a-rdb" + "restool" + "kmod-ahci-qoriq" + ]; + image_prefix = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls2088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-firmware.bin"; + sha256 = "db9e0789c20b3c548a21873a3a82c517115e6c6a4a85184ad3bcaafa1fee7e0d"; + sha256_unsigned = "db9e0789c20b3c548a21873a3a82c517115e6c6a4a85184ad3bcaafa1fee7e0d"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "088f89d80022fefaf7b767606b6483dafc3e520ac31e8ab7057cf0e15a08a57e"; + sha256_unsigned = "8aa94dc60edbad2ccef56bb1ffb478e52e7fc36bba60c43f212b422bc725cd28"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls2088a-rdb" + ]; + titles = [ + { + model = "LS2088ARDB"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb" + "restool" + ]; + image_prefix = "openwrt-22.03.0-layerscape-armv8_64b-fsl_lx2160a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-firmware.bin"; + sha256 = "1cbb1f776ec2e14fd85e38d2890f1075947e3bde60dbd91b6d5a91f784572c00"; + sha256_unsigned = "1cbb1f776ec2e14fd85e38d2890f1075947e3bde60dbd91b6d5a91f784572c00"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-sysupgrade.bin"; + sha256 = "51ddd01a5d1c3b8b2282a0b7fae74bc91223f5bfeb5346934b414cbcf5dce19f"; + sha256_unsigned = "df9db91126751b933bc85a09fa5280397c20b227c5b832ac2850e3e6ae1ff3e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb-sdboot" + "restool" + ]; + image_prefix = "openwrt-22.03.0-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "d85a4cffffb0cfe3764ef5471dcebc340404c2a909f3267e7a179b11aa3016bf"; + sha256_unsigned = "d85a4cffffb0cfe3764ef5471dcebc340404c2a909f3267e7a179b11aa3016bf"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "57d416976cc8135043ac8e35c59e3a55ab463030512d50512b931a00de52701a"; + sha256_unsigned = "590be8a81552cebf5402b8b206643303c8b440de00d4e8260f01534272f9b374"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb-sdboot" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + traverse_ls1043 = { + device_packages = [ + "layerscape-fman" + "uboot-envtools" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-22.03.0-layerscape-armv8_64b-traverse_ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-traverse_ls1043-ubifs-sysupgrade.bin"; + sha256 = "27c28ed4c7b7ce39b1db69c4218c93bdafae179cbb14827888f4729fbce8442a"; + sha256_unsigned = "40809681f5be0e7bb13b7e72800f23132d62ab3594da922462a23242b960b740"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-layerscape-armv8_64b-traverse_ls1043-ubifs-root"; + sha256 = "b638776539ea262019f2fb573bb89e9c9e39979a1c5cc90bf0ab354716066888"; + sha256_unsigned = "b638776539ea262019f2fb573bb89e9c9e39979a1c5cc90bf0ab354716066888"; + type = "root"; + } + ]; + supported_devices = [ + "traverse,ls1043s" + "traverse,ls1043v" + ]; + titles = [ + { + model = "LS1043 Boards"; + vendor = "Traverse"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "layerscape/armv8_64b"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-mt7615-firmware" + "kmod-mt7615e" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + bananapi_bpi-r64 = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + "e2fsprogs" + "mkf2fs" + "f2fsck" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7622-bananapi_bpi-r64"; + images = [ + { + name = "openwrt-22.03.0-mediatek-mt7622-bananapi_bpi-r64-emmc-bl31-uboot.fip"; + sha256 = "92e4fc4f71300232cb878b9bc33626061bce46b68111b90b2377273547b4f487"; + sha256_unsigned = "92e4fc4f71300232cb878b9bc33626061bce46b68111b90b2377273547b4f487"; + type = "emmc-bl31-uboot.fip"; + } + { + name = "openwrt-22.03.0-mediatek-mt7622-bananapi_bpi-r64-sdcard.img.gz"; + sha256 = "b3762dd52ea8f556a155dd76cf0ceeaa8ff1a7d1eacfeb5206d58ed344a4c929"; + sha256_unsigned = "b3762dd52ea8f556a155dd76cf0ceeaa8ff1a7d1eacfeb5206d58ed344a4c929"; + type = "sdcard.img.gz"; + } + { + name = "openwrt-22.03.0-mediatek-mt7622-bananapi_bpi-r64-snand-bl31-uboot.fip"; + sha256 = "b8d348a3952da0e7e35d68c4946d8414dcf5f8e6c0bcdd8c0f6be6743b0bb69c"; + sha256_unsigned = "b8d348a3952da0e7e35d68c4946d8414dcf5f8e6c0bcdd8c0f6be6743b0bb69c"; + type = "snand-bl31-uboot.fip"; + } + { + name = "openwrt-22.03.0-mediatek-mt7622-bananapi_bpi-r64-snand-preloader.bin"; + sha256 = "6f9f0e1f2dd369dc10d41b1cd62bc2719479d45e8dd8eb738d238ea3cb3bc9af"; + sha256_unsigned = "6f9f0e1f2dd369dc10d41b1cd62bc2719479d45e8dd8eb738d238ea3cb3bc9af"; + type = "snand-preloader.bin"; + } + { + name = "openwrt-22.03.0-mediatek-mt7622-bananapi_bpi-r64-emmc-preloader.bin"; + sha256 = "42dd9c0d5d574b5c101ed20da0b1e8f1aa14ac2634a9cd70db752b16b00a1857"; + sha256_unsigned = "42dd9c0d5d574b5c101ed20da0b1e8f1aa14ac2634a9cd70db752b16b00a1857"; + type = "emmc-preloader.bin"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7622-bananapi_bpi-r64-initramfs-recovery.itb"; + sha256 = "52f539989a8e9d854828b81668b0deadfc8c307e615f49930610ceb9f0f33ea5"; + sha256_unsigned = "52f539989a8e9d854828b81668b0deadfc8c307e615f49930610ceb9f0f33ea5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-bananapi_bpi-r64-squashfs-sysupgrade.itb"; + sha256 = "863cc9aed85ac43554f4ce27360569fb4e1c2edbc78e444abbb26d0835255f8f"; + sha256_unsigned = "1544c440d47f7895348135708b4560548869fd434b0654af09028b7ac41e7c88"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "BPi-R64"; + vendor = "Bananapi"; + } + ]; + }; + buffalo_wsr-2533dhp2 = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7622-buffalo_wsr-2533dhp2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7622-buffalo_wsr-2533dhp2-initramfs-kernel.bin"; + sha256 = "c211efdbbdfe4c8dc3e78c4ab2b59e3ea080fe1481244a9f1b265010e95f2e9c"; + sha256_unsigned = "c211efdbbdfe4c8dc3e78c4ab2b59e3ea080fe1481244a9f1b265010e95f2e9c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-factory.bin"; + sha256 = "779b9b9dccef1bb30dc27a4dd8f4d9785c301b9a0e6fad48df34a869cbceaa77"; + sha256_unsigned = "779b9b9dccef1bb30dc27a4dd8f4d9785c301b9a0e6fad48df34a869cbceaa77"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-sysupgrade.bin"; + sha256 = "59dd631d7dd3bb669c0301b92d8433f8c3c8d118c96d1eff2b209cc02e799ca8"; + sha256_unsigned = "6d793948c606f344de16f0f76ffd1ed80f5482974020032880f86e1a72dfae9c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-factory-uboot.bin"; + sha256 = "4d79227858f158bdf87751e2d750c7f0468db07c821c6300c0256d12ed763637"; + sha256_unsigned = "4d79227858f158bdf87751e2d750c7f0468db07c821c6300c0256d12ed763637"; + type = "factory-uboot"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhp2" + ]; + titles = [ + { + model = "WSR-2533DHP2"; + vendor = "Buffalo"; + } + ]; + }; + elecom_wrc-2533gent = { + device_packages = [ + "kmod-btmtkuart" + "kmod-usb3" + "swconfig" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7622-elecom_wrc-2533gent"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7622-elecom_wrc-2533gent-initramfs-kernel.bin"; + sha256 = "e3f76211232ea723309f0451b1ffc0fb1ccea4fe709464e5e5a0214eeb496c60"; + sha256_unsigned = "e3f76211232ea723309f0451b1ffc0fb1ccea4fe709464e5e5a0214eeb496c60"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-elecom_wrc-2533gent-squashfs-sysupgrade.bin"; + sha256 = "5609865ecee7673d54060862c00010f1f833c3878a8aa430c1d919e08301c221"; + sha256_unsigned = "be381018bf6cb5b0a91b1020555050ed86c814507484ddb8ab9dcd3e259787c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gent" + ]; + titles = [ + { + model = "WRC-2533GENT"; + vendor = "Elecom"; + } + ]; + }; + linksys_e8450 = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7622-linksys_e8450"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7622-linksys_e8450-initramfs-kernel.bin"; + sha256 = "8526f3b0da8b54ef47dd583cbe1f46f1464543e61343d8a42c14b9cecc52d0b2"; + sha256_unsigned = "8526f3b0da8b54ef47dd583cbe1f46f1464543e61343d8a42c14b9cecc52d0b2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-linksys_e8450-squashfs-sysupgrade.bin"; + sha256 = "6b482f68fb61a08dca0b63793d92623a1d84a002e896d644d7c7a5d16e6ba499"; + sha256_unsigned = "6ea73280e1b132baf551c1638b072d460b83c329f8e4fc57d2ee76612554cdb3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e8450" + ]; + titles = [ + { + model = "E8450"; + vendor = "Linksys"; + } + { + model = "RT3200"; + vendor = "Belkin"; + } + ]; + }; + linksys_e8450-ubi = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7622-linksys_e8450-ubi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb"; + sha256 = "99ffb79e2c2656c268d2ca60153ef3551aa4da254c71b83b4df4dce9dc07e6b1"; + sha256_unsigned = "69a8e8ec09e7f760eb9cc0bf7df8bccf1b1f058accd33e585e7264698a320e4f"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.0-mediatek-mt7622-linksys_e8450-ubi-preloader.bin"; + sha256 = "eae97369ddb916ac2ec265d1cbd857fdec760d61bf00d56ed80237d4a2bed8d2"; + sha256_unsigned = "eae97369ddb916ac2ec265d1cbd857fdec760d61bf00d56ed80237d4a2bed8d2"; + type = "preloader.bin"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery.itb"; + sha256 = "1e951a08fc5261fe4900d0d58bafc9983ef56c6a92bb0cbb4579131702040c5a"; + sha256_unsigned = "1e951a08fc5261fe4900d0d58bafc9983ef56c6a92bb0cbb4579131702040c5a"; + type = "kernel"; + } + { + name = "openwrt-22.03.0-mediatek-mt7622-linksys_e8450-ubi-bl31-uboot.fip"; + sha256 = "75902bd0f07da47fc84528ce092af6deb0ee2a4548637dfe2b6ca8c7e76074b4"; + sha256_unsigned = "75902bd0f07da47fc84528ce092af6deb0ee2a4548637dfe2b6ca8c7e76074b4"; + type = "bl31-uboot.fip"; + } + ]; + supported_devices = [ + "linksys,e8450-ubi" + ]; + titles = [ + { + model = "E8450"; + variant = "UBI"; + vendor = "Linksys"; + } + { + model = "RT3200"; + variant = "UBI"; + vendor = "Belkin"; + } + ]; + }; + mediatek_mt7622-rfb1 = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7622-mediatek_mt7622-rfb1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7622-mediatek_mt7622-rfb1-initramfs-kernel.bin"; + sha256 = "da717a45d4f09f9734622504f627a500bb600a4ea3c50ca0e6e27cbfd9ae9f77"; + sha256_unsigned = "da717a45d4f09f9734622504f627a500bb600a4ea3c50ca0e6e27cbfd9ae9f77"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-mediatek_mt7622-rfb1-squashfs-sysupgrade.bin"; + sha256 = "1707e3bf1e893cbd2a9fe10705a6d4bd69d1618fde89bec2447cbac2065dde33"; + sha256_unsigned = "fe6fad759cfc3348b25da350fffe90ad4bc569a7c17bf6ce60b29bce58f33e00"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7622-rfb1-ubi = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7622-mediatek_mt7622-rfb1-ubi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-squashfs-factory.bin"; + sha256 = "89260e020b265ae558ddaffc15dcfb2853da14d1c3f2b56f7d57714821220975"; + sha256_unsigned = "89260e020b265ae558ddaffc15dcfb2853da14d1c3f2b56f7d57714821220975"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-squashfs-sysupgrade.bin"; + sha256 = "0119dfd902e681e05d5f5d364ebb7d98d352f9a6164a8b0b3f3179a890719de1"; + sha256_unsigned = "2d25a92552b716a19a79fb6f2a6e7d3c2ece3b81375bb0cc27c6a4edff00fb5e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-initramfs-kernel.bin"; + sha256 = "e56f431fc18aeb39756a8d85d961ecfcbff021179cfc1f8d422d04d2b4e317db"; + sha256_unsigned = "e56f431fc18aeb39756a8d85d961ecfcbff021179cfc1f8d422d04d2b4e317db"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1-ubi" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP (UBI)"; + vendor = "MediaTek"; + } + ]; + }; + ruijie_rg-ew3200gx-pro = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7622-ruijie_rg-ew3200gx-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7622-ruijie_rg-ew3200gx-pro-initramfs-kernel.bin"; + sha256 = "e7f346f93da9f308aafa31d56486cc4712429ac18730d0f6f3cb17df302fb6af"; + sha256_unsigned = "e7f346f93da9f308aafa31d56486cc4712429ac18730d0f6f3cb17df302fb6af"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-ruijie_rg-ew3200gx-pro-squashfs-sysupgrade.bin"; + sha256 = "f734a64507081e063f8133d6cc66f2ddca79e58fd93872d27292697db445cb91"; + sha256_unsigned = "d0b5b628a2218406affbd0a632968b2b8efdb3a2ced9717d56ed8b067fa669d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ruijie,rg-ew3200gx-pro" + ]; + titles = [ + { + model = "RG-EW3200GX PRO"; + vendor = "Ruijie"; + } + ]; + }; + totolink_a8000ru = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7622-totolink_a8000ru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7622-totolink_a8000ru-initramfs-kernel.bin"; + sha256 = "cc0bca96fccf9622edd77facb3a238343a750389d304f036f47acd24fe737a8c"; + sha256_unsigned = "cc0bca96fccf9622edd77facb3a238343a750389d304f036f47acd24fe737a8c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-totolink_a8000ru-squashfs-sysupgrade.bin"; + sha256 = "4caec379864c0eb10905d28b1e0f3c61ab17b1c62a7ae0dd59f9e6dea8243844"; + sha256_unsigned = "d97a8e8e4e0323b95aeb1f210f13fc32b37143584096660592227f87e3cb1a79"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a8000ru" + ]; + titles = [ + { + model = "A8000RU"; + vendor = "TOTOLINK"; + } + ]; + }; + ubnt_unifi-6-lr-v1 = { + device_packages = [ + "kmod-mt7915e" + "kmod-leds-ubnt-ledbar" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7622-ubnt_unifi-6-lr-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-ubnt_unifi-6-lr-v1-squashfs-sysupgrade.bin"; + sha256 = "bf23146d87bc1cc75133dc7d651b6dd8d41dc2a0f6cd54739558c90b3d962e51"; + sha256_unsigned = "eedd59caac0b03c2b3685a1b65760cc2a3e301744febc3b8ed6066738c37e636"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7622-ubnt_unifi-6-lr-v1-initramfs-kernel.bin"; + sha256 = "66637d4a515205a2359ff18681d6c19560f5340dff3ae154eb634c5b27fbfbd3"; + sha256_unsigned = "66637d4a515205a2359ff18681d6c19560f5340dff3ae154eb634c5b27fbfbd3"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v1" + "ubnt,unifi-6-lr" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v1-ubootmod = { + device_packages = [ + "kmod-mt7915e" + "kmod-leds-ubnt-ledbar" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod"; + images = [ + { + name = "openwrt-22.03.0-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-preloader.bin"; + sha256 = "b3624123990ba374d660f856ed22ad7a00fd3575a14ae8dd64ebc57d615495a8"; + sha256_unsigned = "b3624123990ba374d660f856ed22ad7a00fd3575a14ae8dd64ebc57d615495a8"; + type = "preloader.bin"; + } + { + name = "openwrt-22.03.0-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-bl31-uboot.fip"; + sha256 = "e6722eda49e47b9b124fe36125c2996f2b453c7d67272dadd5cd7aa74777719d"; + sha256_unsigned = "e6722eda49e47b9b124fe36125c2996f2b453c7d67272dadd5cd7aa74777719d"; + type = "bl31-uboot.fip"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-initramfs-recovery.itb"; + sha256 = "b6b61b1e62e363dd68c1aa5f1795497d7bd2b043a89992b568b2a613525813f4"; + sha256_unsigned = "b6b61b1e62e363dd68c1aa5f1795497d7bd2b043a89992b568b2a613525813f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "cd2052722217b1b53b1b1aebdf31b405c94670a136e73702bacc12d5df089b1b"; + sha256_unsigned = "64479be5f9b560c40efd440c3932a45fb4f6739787f1efdf81356f84913acfaa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v1-ubootmod" + "ubnt,unifi-6-lr-ubootmod" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v1 U-Boot mod"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v2 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7622-ubnt_unifi-6-lr-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7622-ubnt_unifi-6-lr-v2-initramfs-kernel.bin"; + sha256 = "86216bb27f88255cad68ff9a81b043e2a40981213f8727ee6c31cd175e85444a"; + sha256_unsigned = "86216bb27f88255cad68ff9a81b043e2a40981213f8727ee6c31cd175e85444a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-ubnt_unifi-6-lr-v2-squashfs-sysupgrade.bin"; + sha256 = "1c397167727f8090891168116a6550a8f8335ebb371e90c369d60b20077f9dcb"; + sha256_unsigned = "7af3a3db65422ffdb21ec6236d5339ce04898e06b3ed6bb2e9dcbdf9e5915f1f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v2" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v2-ubootmod = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod"; + images = [ + { + name = "openwrt-22.03.0-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-bl31-uboot.fip"; + sha256 = "e6722eda49e47b9b124fe36125c2996f2b453c7d67272dadd5cd7aa74777719d"; + sha256_unsigned = "e6722eda49e47b9b124fe36125c2996f2b453c7d67272dadd5cd7aa74777719d"; + type = "bl31-uboot.fip"; + } + { + name = "openwrt-22.03.0-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-preloader.bin"; + sha256 = "b3624123990ba374d660f856ed22ad7a00fd3575a14ae8dd64ebc57d615495a8"; + sha256_unsigned = "b3624123990ba374d660f856ed22ad7a00fd3575a14ae8dd64ebc57d615495a8"; + type = "preloader.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "466e5af98ea83abbf8e1ed0a7fabfbf3c2bd04eb95fd39c7b15c1c3234d020da"; + sha256_unsigned = "9b92a4b8a9f8e3986dc39399702a5ea0dbe2d455bb7cf1822a2c7cadbfc9c3cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-initramfs-recovery.itb"; + sha256 = "745915e3e5b945475bc04a8f865fb1f655a8bef5eac37d81b6d8f138e37ab2e8"; + sha256_unsigned = "745915e3e5b945475bc04a8f865fb1f655a8bef5eac37d81b6d8f138e37ab2e8"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v2-ubootmod" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v2 U-Boot mod"; + vendor = "Ubiquiti"; + } + ]; + }; + xiaomi_redmi-router-ax6s = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7622-xiaomi_redmi-router-ax6s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7622-xiaomi_redmi-router-ax6s-initramfs-recovery.itb"; + sha256 = "f36103b9f0bbed69c3ca12f8991605610fa9c25c6234a5745d8950f5d196dae4"; + sha256_unsigned = "f36103b9f0bbed69c3ca12f8991605610fa9c25c6234a5745d8950f5d196dae4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-factory.bin"; + sha256 = "826fc5b75b3108cb707851ebcbcc1b467bfee43168075510760186f8d68e56eb"; + sha256_unsigned = "826fc5b75b3108cb707851ebcbcc1b467bfee43168075510760186f8d68e56eb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-sysupgrade.bin"; + sha256 = "c678ec63b791643d07dc3c4ea673d344174ccbbb26dcf5ab0bead0621fbb7083"; + sha256_unsigned = "6c6dccfcec61466fe9185373c9909db02d350d5d01457675f384cd013401de9c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ax6s" + ]; + titles = [ + { + model = "Redmi Router AX6S"; + vendor = "Xiaomi"; + } + { + model = "Router AX3200"; + vendor = "Xiaomi"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "mediatek/mt7622"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + bananapi_bpi-r2 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-usb3" + "kmod-ata-ahci" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7623-bananapi_bpi-r2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7623-bananapi_bpi-r2-squashfs-sysupgrade.itb"; + sha256 = "f203124c429fe5419588357177278f55b0edb7f781083dbb524e148a71730d21"; + sha256_unsigned = "2897c09ee37177077910da3cec791e05f8d754ebbd0f0d975b247c725219e5a2"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.0-mediatek-mt7623-bananapi_bpi-r2-u-boot.bin"; + sha256 = "2ae567f25a0ea92d585cbc68e862254257ccbdb2773e053d7be1424605888a36"; + sha256_unsigned = "2ae567f25a0ea92d585cbc68e862254257ccbdb2773e053d7be1424605888a36"; + type = "u-boot.bin"; + } + { + name = "openwrt-22.03.0-mediatek-mt7623-bananapi_bpi-r2-preloader.bin"; + sha256 = "33d6abe872e557e5d960b1a7f2a394ca297ee6bf02da8f7383d2fbf599460261"; + sha256_unsigned = "33d6abe872e557e5d960b1a7f2a394ca297ee6bf02da8f7383d2fbf599460261"; + type = "preloader.bin"; + } + { + name = "openwrt-22.03.0-mediatek-mt7623-bananapi_bpi-r2-sdcard.img.gz"; + sha256 = "002115250ed4003d63255c10bbb80053e3e3dac79504e5fe0cb299e5ead1c6a3"; + sha256_unsigned = "002115250ed4003d63255c10bbb80053e3e3dac79504e5fe0cb299e5ead1c6a3"; + type = "sdcard.img.gz"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7623-bananapi_bpi-r2-initramfs-recovery.itb"; + sha256 = "3004d737ecc5625b72a23e73204db9c92e6f89c0c520ac235f628ddafc2ad38c"; + sha256_unsigned = "3004d737ecc5625b72a23e73204db9c92e6f89c0c520ac235f628ddafc2ad38c"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r2" + ]; + titles = [ + { + model = "BPi-R2"; + vendor = "Bananapi"; + } + ]; + }; + unielec_u7623-02 = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7623-unielec_u7623-02"; + images = [ + { + name = "openwrt-22.03.0-mediatek-mt7623-unielec_u7623-02-u-boot.bin"; + sha256 = "35135e741862f7f1dd4290938b2b48c69886280e94f99e47d8e9b9e612469da6"; + sha256_unsigned = "35135e741862f7f1dd4290938b2b48c69886280e94f99e47d8e9b9e612469da6"; + type = "u-boot.bin"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7623-unielec_u7623-02-initramfs-recovery.itb"; + sha256 = "fc7a5824d3cb59553f135b93bd15a5e529dc6cc3ddd497f55930f7e6f6398f0e"; + sha256_unsigned = "fc7a5824d3cb59553f135b93bd15a5e529dc6cc3ddd497f55930f7e6f6398f0e"; + type = "kernel"; + } + { + name = "openwrt-22.03.0-mediatek-mt7623-unielec_u7623-02-emmc.img.gz"; + sha256 = "0ad46a888477c908023148bfbc039465ebc0bbf80712a668eb169edfbc7416a2"; + sha256_unsigned = "ceb97e8ec30da877ed43334a6d97804b1a0fe1321d07c5dec17fd4088f26b987"; + type = "emmc.img.gz"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7623-unielec_u7623-02-squashfs-sysupgrade.itb"; + sha256 = "2348604f0ef2c5520e5d292778a47e7cbd5f26b79c68a9b3bbc8b550731f9424"; + sha256_unsigned = "e2e5f4b35f93e36cd9b078ea30a9012125af8e89af2855b2ff83420e0636eca4"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.0-mediatek-mt7623-unielec_u7623-02-scatter.txt"; + sha256 = "6b2c1c5ade1db89c1f18a1db819a0e8693e124b6a85cd3076d0269cfc5ed4af2"; + sha256_unsigned = "6b2c1c5ade1db89c1f18a1db819a0e8693e124b6a85cd3076d0269cfc5ed4af2"; + type = "scatter.txt"; + } + ]; + supported_devices = [ + "unielec,u7623-02" + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7623-02-emmc-512m-legacy = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-initramfs-kernel.bin"; + sha256 = "c4983839b8e138d56f1c277baf23166c5351b2bfa0d9887b59976d78dab69bb9"; + sha256_unsigned = "c4983839b8e138d56f1c277baf23166c5351b2bfa0d9887b59976d78dab69bb9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-squashfs-sysupgrade.bin.gz"; + sha256 = "efec2f85b9772325b8d068858efe10cea10f9adcdb4056c368f7769f02ff2656"; + sha256_unsigned = "6dbba08d41e12404255659b5365af9dc987f84d3cdc68837484c05431cd04cb2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + variant = "eMMC/512MiB RAM (legacy image)"; + vendor = "UniElec"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "mediatek/mt7623"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + mt7629 = { + arch_packages = "arm_cortex-a7"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + mediatek_mt7629-rfb = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.0-mediatek-mt7629-mediatek_mt7629-rfb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mediatek-mt7629-mediatek_mt7629-rfb-squashfs-sysupgrade.bin"; + sha256 = "3833ec46d73fa4bdfa8c9c95d3965c6c594b312290d51b13da5298c3709eef9f"; + sha256_unsigned = "0583e2bfb278c7d87f45bff5c8a75f0962742b44f63fe0fee169cbadbc46d378"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mediatek-mt7629-mediatek_mt7629-rfb-initramfs-kernel.bin"; + sha256 = "fdea39b80f94b182e7ad65079bf81e62ebd2e40696e02557b5502e36da493b85"; + sha256_unsigned = "fdea39b80f94b182e7ad65079bf81e62ebd2e40696e02557b5502e36da493b85"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7629-rfb" + ]; + titles = [ + { + model = "MT7629 rfb AP"; + vendor = "MediaTek"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "mediatek/mt7629"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + mpc85xx = { + p1010 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + sophos_red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mpc85xx-p1010-sophos_red-15w-rev1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mpc85xx-p1010-sophos_red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "5716ba0107e7e3096d6e865e4ef252c77a767595a4896198b9f69e53d99c343f"; + sha256_unsigned = "85c014e04d96e3612159c1de18233bc6ba8fc1d969c5b837a5e5d8712c1dc45f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mpc85xx-p1010-sophos_red-15w-rev1-initramfs-kernel.bin"; + sha256 = "4478cc7b7bfdbde2115efeb91c877dbeef91a315a36bc298871a3da42e463125"; + sha256_unsigned = "4478cc7b7bfdbde2115efeb91c877dbeef91a315a36bc298871a3da42e463125"; + type = "kernel"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + model = "RED 15w"; + variant = "Rev.1"; + vendor = "Sophos"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "mpc85xx/p1010"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aerohive_hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-hwmon-lm70" + ]; + image_prefix = "openwrt-22.03.0-mpc85xx-p1020-aerohive_hiveap-330"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin"; + sha256 = "1ee010695eb972561db067b6f6878ce6a8c0d15bb9f9eca554c489f906009b09"; + sha256_unsigned = "1ee010695eb972561db067b6f6878ce6a8c0d15bb9f9eca554c489f906009b09"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mpc85xx-p1020-aerohive_hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "d3ff8e7a8497f3fcafc9dde9a25de87ba203cd38260d36dc5ef1ba71496efbf4"; + sha256_unsigned = "d99502c8e0acd6fa3f16a5c6218fa6b584a07aa13c552ae85de90d9e502ba553"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + model = "HiveAP-330"; + vendor = "Aerohive"; + } + { + model = "HiveAP-350"; + vendor = "Aerohive"; + } + ]; + }; + enterasys_ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mpc85xx-p1020-enterasys_ws-ap3710i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mpc85xx-p1020-enterasys_ws-ap3710i-initramfs-kernel.bin"; + sha256 = "eb6fdf41f61f96b35a8073c8994c592c63abe763318ff79359488c10ffefa3d1"; + sha256_unsigned = "eb6fdf41f61f96b35a8073c8994c592c63abe763318ff79359488c10ffefa3d1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "11ce65ca7f448e1b8a7fc526ce6e4717ab57b3a76b5da34478c4d30599b68fcf"; + sha256_unsigned = "7f2eb1f7658ae0bec18454a4a20e0256320a7700ab454c4aa5b26731cf121c72"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + model = "WS-AP3710i"; + vendor = "Enterasys"; + } + ]; + }; + extreme-networks_ws-ap3825i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.0-mpc85xx-p1020-extreme-networks_ws-ap3825i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mpc85xx-p1020-extreme-networks_ws-ap3825i-squashfs-sysupgrade.bin"; + sha256 = "42dc744da8865723cd18b7ca59d4c697aaf169cc632b61b9816effd7947d0029"; + sha256_unsigned = "4238d109356d409dcfb739ac23cb0cf76aca15d83584747828b572a63f4057a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mpc85xx-p1020-extreme-networks_ws-ap3825i-initramfs-kernel.bin"; + sha256 = "fc9a27d9d4928b1a4fb7d754ea37c0d162fd7f4c7a5a22946b78f12d93b35e10"; + sha256_unsigned = "fc9a27d9d4928b1a4fb7d754ea37c0d162fd7f4c7a5a22946b78f12d93b35e10"; + type = "kernel"; + } + ]; + supported_devices = [ + "extreme-networks,ws-ap3825i" + ]; + titles = [ + { + model = "WS-AP3825i"; + vendor = "Extreme Networks"; + } + ]; + }; + ocedo_panda = { + device_packages = [ + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-22.03.0-mpc85xx-p1020-ocedo_panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mpc85xx-p1020-ocedo_panda-squashfs-fdt.bin"; + sha256 = "1aa2b03bc147048f98006bafc3d6ee0ef3f118fa7b35d5b6f4d937b9d0153efc"; + sha256_unsigned = "1aa2b03bc147048f98006bafc3d6ee0ef3f118fa7b35d5b6f4d937b9d0153efc"; + type = "fdt"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mpc85xx-p1020-ocedo_panda-initramfs-kernel.bin"; + sha256 = "11e86d45d18a6ab317f5f77f0f8deac5390b79e6dc9946f2ff57856a2debcc80"; + sha256_unsigned = "11e86d45d18a6ab317f5f77f0f8deac5390b79e6dc9946f2ff57856a2debcc80"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mpc85xx-p1020-ocedo_panda-squashfs-sysupgrade.bin"; + sha256 = "973b29de75ccf05dd58ae9584a38c422245fde78e5444c703d5acf55af79aa17"; + sha256_unsigned = "a6bac14f3e5fc6e7494f22f3d5ae157f52f200086d72ca6fec8f608ee4a3f93b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + model = "Panda"; + vendor = "OCEDO"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "mpc85xx/p1020"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + freescale_p2020rdb = { + device_packages = [ + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.0-mpc85xx-p2020-freescale_p2020rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mpc85xx-p2020-freescale_p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "df9f1802352747b343152e34c28e1a3458d616829316929649e585be8caefc14"; + sha256_unsigned = "6c657354314144959b9b7d231c178e2b1246c8a2bccfa8d5cfa5530a0a93a825"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mpc85xx-p2020-freescale_p2020rdb-initramfs-kernel.bin"; + sha256 = "eea206c0e34ac0e043cc8e8ad066c30584267f403d43a07890a5befe3d32ff60"; + sha256_unsigned = "eea206c0e34ac0e043cc8e8ad066c30584267f403d43a07890a5befe3d32ff60"; + type = "kernel"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + model = "P2020RDB"; + vendor = "Freescale"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "mpc85xx/p2020"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + glinet_gl-mv1000 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa53-glinet_gl-mv1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa53-glinet_gl-mv1000-squashfs-sdcard.img.gz"; + sha256 = "fd9ef1dbe0e5345634486428c5844fe1bf06b6107e39e8d531cfc6eb7d8bcb4a"; + sha256_unsigned = "9523efbd160df8cf7ca89fd91bdc3391f453f9ac613d54ff08a1bc6d2f199df5"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-mvebu-cortexa53-glinet_gl-mv1000-ext4-sdcard.img.gz"; + sha256 = "1014005d32be61fb94052b4d6efba3b298d81ace7edb26bc13f0f3471b9bb355"; + sha256_unsigned = "3782206e4f74d31d41c0c13977812c1c489cb03869f854a42c2182553228c85d"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa53-glinet_gl-mv1000-initramfs-kernel.bin"; + sha256 = "3442407d478b613729f58c1ae0159439833228501d181d3a1cc898d4b83dc66c"; + sha256_unsigned = "3442407d478b613729f58c1ae0159439833228501d181d3a1cc898d4b83dc66c"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mv1000" + ]; + titles = [ + { + model = "GL-MV1000"; + vendor = "GL.iNet"; + } + ]; + }; + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "5a89ff7abcc8654c1cd4bce9624a0e0efb26d1350f971f5d2d27ea380ba4a37e"; + sha256_unsigned = "7c9203215592c0bf7be0d05dcc8dd6b3d0cf3aa95be26e7610c5b2887aba4d03"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-initramfs-kernel.bin"; + sha256 = "3442407d478b613729f58c1ae0159439833228501d181d3a1cc898d4b83dc66c"; + sha256_unsigned = "3442407d478b613729f58c1ae0159439833228501d181d3a1cc898d4b83dc66c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "afe0900f3eee6ea4bed7e27720014025aea4bd9134de5e6835335b1f50dcd9e6"; + sha256_unsigned = "3b95d62d5eb3521c3d1f1b09076f11205ca25df407d84996289de1be04752469"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-emmc-initramfs-kernel.bin"; + sha256 = "3442407d478b613729f58c1ae0159439833228501d181d3a1cc898d4b83dc66c"; + sha256_unsigned = "3442407d478b613729f58c1ae0159439833228501d181d3a1cc898d4b83dc66c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "a885ba8a9315c487ca3f45d911acc4e0ef3e63afcd0c84640fd2d98a8c6b2ec1"; + sha256_unsigned = "8ade3005ecaaba9ffd940cef3e298a2052ba7e511a1f9d3979e9b8787687d0af"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "dc19613e7fceeecc58967fd690730f75e5afe946afb017261b01ba3c8928cbdb"; + sha256_unsigned = "9b0c3f604cc26c13c0b874419e077d115fa71cccf772013141e3a31963f1c9c9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-ultra = { + device_packages = [ + "kmod-i2c-pxa" + "kmod-rtc-pcf8563" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-ultra"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-ultra-initramfs-kernel.bin"; + sha256 = "3442407d478b613729f58c1ae0159439833228501d181d3a1cc898d4b83dc66c"; + sha256_unsigned = "3442407d478b613729f58c1ae0159439833228501d181d3a1cc898d4b83dc66c"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-ultra-ext4-sdcard.img.gz"; + sha256 = "7a9f7a2c300843b610a696599a736f018a17640e3e4ee5b8752a7d6bb3efffc3"; + sha256_unsigned = "36ba0fdbd1966ff073bfedeea989effd5c9dda1dda0f5045b0315f7b25b3d457"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz"; + sha256 = "6a6ac0b983ac40ece7521276971f5c2636336dda084302426ea51147122bbf3b"; + sha256_unsigned = "a3fd4f73208b421d9024397a33df077d083370416a5c94ef18e0395f197faf1d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-ultra" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Ultra"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-v7-initramfs-kernel.bin"; + sha256 = "3442407d478b613729f58c1ae0159439833228501d181d3a1cc898d4b83dc66c"; + sha256_unsigned = "3442407d478b613729f58c1ae0159439833228501d181d3a1cc898d4b83dc66c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "9a815c6d67478dbc1f651a1d5fa478d4394bc8de92c5e54e6d609c32d47fcc5d"; + sha256_unsigned = "aecee6d119ea15fe4b2bb2bbc2c0cf81e6dfb4f21694796c220f6799fc23524d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "1fe9e267286bed98e6f054deec6ae0d0917599c219301730c20727dc50fcd937"; + sha256_unsigned = "bb1e9704ebcf49b4dbe2eebc6258049b7d01a24338c128bcf1c203c45a8165d2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "dffdf831f9ccbfde49e8fb56fe9f0f87fccdbca73ac61b98b6d981761057d8e8"; + sha256_unsigned = "afcb85f7e95f780884b27e938c165326a5114702c27d017ab13621b280080b96"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-v7-emmc-initramfs-kernel.bin"; + sha256 = "3442407d478b613729f58c1ae0159439833228501d181d3a1cc898d4b83dc66c"; + sha256_unsigned = "3442407d478b613729f58c1ae0159439833228501d181d3a1cc898d4b83dc66c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "7481a192a34e5b0d75773b554adf63616272801f08f5613c11e0bece144b168b"; + sha256_unsigned = "d7f2d2ba0cc0307cac6127071fa10a4c83bd2173de1b41182cd3725b0a9bd3d5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "79077bb2f235720cd5314c739f11e3dcb08d24bb32b25c2ca52cad1ca239f001"; + sha256_unsigned = "11a345e500d122aa2d80f1fee76a2f657c4f042d2fea82ada64dfff1a10a8bdd"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "8508596ebcd1966c744f30feda16735b3895f11029c6f833b2f6de0cb27f256d"; + sha256_unsigned = "0f957005e3466a8e598f3ffb752a63e45b7bc0c0bc461f5c531b8205847a24e9"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa53-marvell_armada-3720-db-initramfs-kernel.bin"; + sha256 = "3442407d478b613729f58c1ae0159439833228501d181d3a1cc898d4b83dc66c"; + sha256_unsigned = "3442407d478b613729f58c1ae0159439833228501d181d3a1cc898d4b83dc66c"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + model = "Armada 3720 Development Board (DB-88F3720-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + methode_udpu = { + device_packages = [ + "f2fs-tools" + "fdisk" + "kmod-i2c-pxa" + "kmod-hwmon-lm75" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa53-methode_udpu"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-mvebu-cortexa53-methode_udpu-firmware.tgz"; + sha256 = "c5cdf977e943a3c1d20e575d98b06933c1240d6612b2b5e48ecdd33a1b5ff053"; + sha256_unsigned = "53f96c5cd47ebfddb542ba2d252babcfdcbede1f09cd2679b32e6b4a618b8ae3"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa53-methode_udpu-initramfs.itb"; + sha256 = "93c3564794a564187413b9362ba581de485b136c0c60aa00e2bc951ef90926ef"; + sha256_unsigned = "93c3564794a564187413b9362ba581de485b136c0c60aa00e2bc951ef90926ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "methode,udpu" + ]; + titles = [ + { + model = "micro-DPU (uDPU)"; + vendor = "Methode"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "mvebu/cortexa53"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + globalscale_mochabin = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa72-globalscale_mochabin"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa72-globalscale_mochabin-initramfs-kernel.bin"; + sha256 = "12d7ea5785016b1366e077ffb3468b1d5005e195165976ce02dcfc0cb7a3ec2c"; + sha256_unsigned = "12d7ea5785016b1366e077ffb3468b1d5005e195165976ce02dcfc0cb7a3ec2c"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-mvebu-cortexa72-globalscale_mochabin-ext4-sdcard.img.gz"; + sha256 = "a7c6c5d6ff1a2334ef3c6f169af60b2ffa6801f4f8bb70f6309b7beec8363e3c"; + sha256_unsigned = "36963a5a23316556cbf7874920ba7730a11d6f36b3fbccf39d38554439afb0a9"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa72-globalscale_mochabin-squashfs-sdcard.img.gz"; + sha256 = "09af46ba72043bf38cc061d2c0edc1c470cdcae0b70deab57bcdcb36cc039e85"; + sha256_unsigned = "06dfa23284041a1212f2923c1e5cc38bc3c5cfda8cb8ff8b4d6d96e9712c3496"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,mochabin" + ]; + titles = [ + { + model = "MOCHAbin"; + vendor = "Globalscale"; + } + ]; + }; + iei_puzzle-m901 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa72-iei_puzzle-m901"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa72-iei_puzzle-m901-initramfs-kernel.bin"; + sha256 = "12d7ea5785016b1366e077ffb3468b1d5005e195165976ce02dcfc0cb7a3ec2c"; + sha256_unsigned = "12d7ea5785016b1366e077ffb3468b1d5005e195165976ce02dcfc0cb7a3ec2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa72-iei_puzzle-m901-squashfs-sdcard.img.gz"; + sha256 = "7fdea5b4ab0fb01e6efeadfe5d84ce8a6bd291daf0ea1c4c31575fb6abdfe33a"; + sha256_unsigned = "fcfd49a56d5a8f7b3857ef2c06c2747de5029aaf32e8cc0ac29b804fb5606ef5"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-mvebu-cortexa72-iei_puzzle-m901-ext4-sdcard.img.gz"; + sha256 = "4f874f7f66d7d79c36e4f3ce713e6140e7099b7fd398524a40947d4cb7377dfe"; + sha256_unsigned = "d6aad3b3ddfcfbddd9ee3dc7b1ec4e6fc7f54c77cd767959e393e253613866ca"; + type = "sdcard"; + } + ]; + supported_devices = [ + "iei,puzzle-m901" + ]; + titles = [ + { + model = "Puzzle-M901"; + vendor = "iEi"; + } + ]; + }; + iei_puzzle-m902 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa72-iei_puzzle-m902"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-mvebu-cortexa72-iei_puzzle-m902-ext4-sdcard.img.gz"; + sha256 = "9e8a634f2103e0f991aee25133d1a802cfca724eb10209fa8a624eb0b61d3ed5"; + sha256_unsigned = "83b0999b3f0be446a7fceb354147d79bd74f5ac2c195ab14c52f63f68a475d42"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa72-iei_puzzle-m902-squashfs-sdcard.img.gz"; + sha256 = "56f7c0b81b35fcd0a970495bbdab891a5da8bbec12370bdc79206f7a374a6860"; + sha256_unsigned = "14bdce85ba45726471d00f9671550cd0b498614c64bd2fc386ded49f5fd39825"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa72-iei_puzzle-m902-initramfs-kernel.bin"; + sha256 = "12d7ea5785016b1366e077ffb3468b1d5005e195165976ce02dcfc0cb7a3ec2c"; + sha256_unsigned = "12d7ea5785016b1366e077ffb3468b1d5005e195165976ce02dcfc0cb7a3ec2c"; + type = "kernel"; + } + ]; + supported_devices = [ + "iei,puzzle-m902" + ]; + titles = [ + { + model = "Puzzle-M902"; + vendor = "iEi"; + } + ]; + }; + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "fb94ad102d1f282ef8619e0de11ac8b92ccccf30c92291048eb74680e35e10f9"; + sha256_unsigned = "432e7942785f2636569d1556d2cbbf79f5bbf288866f8ea6e87e4bad09eb0521"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "dbdc97071e8b79fa69a57008b12972285c62e36ffa2fbf189e447b26a7edd97c"; + sha256_unsigned = "af4b79c543481a5c50558ce2f7f3be49eb75a00a04d80415b1c14ccd8e854223"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa72-marvell_armada7040-db-initramfs-kernel.bin"; + sha256 = "12d7ea5785016b1366e077ffb3468b1d5005e195165976ce02dcfc0cb7a3ec2c"; + sha256_unsigned = "12d7ea5785016b1366e077ffb3468b1d5005e195165976ce02dcfc0cb7a3ec2c"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + model = "Armada 7040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "cefd29a21441160f1b413f08146566542928d6790835edbe1ae6b218540554f0"; + sha256_unsigned = "e4cfba6176d1b62bac9e197c5ba2fa07f4cf4fba3a728ff7c90c14b736d6ff06"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa72-marvell_armada8040-db-initramfs-kernel.bin"; + sha256 = "12d7ea5785016b1366e077ffb3468b1d5005e195165976ce02dcfc0cb7a3ec2c"; + sha256_unsigned = "12d7ea5785016b1366e077ffb3468b1d5005e195165976ce02dcfc0cb7a3ec2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "62302385d22d7b14f6e807dcc54ded7d12577c727a38d9e3c572934dd764af36"; + sha256_unsigned = "5bde1caaa2f80973603e3d98ba5c686e28520c6d504e867fd8ea1c25b3469bad"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + model = "Armada 8040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_macchiatobin-doubleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa72-marvell_macchiatobin-doubleshot"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa72-marvell_macchiatobin-doubleshot-initramfs-kernel.bin"; + sha256 = "12d7ea5785016b1366e077ffb3468b1d5005e195165976ce02dcfc0cb7a3ec2c"; + sha256_unsigned = "12d7ea5785016b1366e077ffb3468b1d5005e195165976ce02dcfc0cb7a3ec2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa72-marvell_macchiatobin-doubleshot-squashfs-sdcard.img.gz"; + sha256 = "781c4d3508bafb57aaf5139933d27d2bd096a16eaf59686dc9c343f41f62795d"; + sha256_unsigned = "459c9bd2af2eb800a3abbd49fe7368b647a64756ba381079d2e15c6451812d37"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-mvebu-cortexa72-marvell_macchiatobin-doubleshot-ext4-sdcard.img.gz"; + sha256 = "98f651febf582736453df96ed0bfe17ac0cc687c66e67375025526e3cff52123"; + sha256_unsigned = "6ba09ac0f77fe2b96aaa3daea23bde74de5f20954a80ac00a935c5a53222d18c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-doubleshot" + "marvell,armada8040-mcbin" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + ]; + }; + marvell_macchiatobin-singleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa72-marvell_macchiatobin-singleshot"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-mvebu-cortexa72-marvell_macchiatobin-singleshot-ext4-sdcard.img.gz"; + sha256 = "655f15885090325388e818c4e3d4aaf09514ea70d4f368cad7be6d7582901f79"; + sha256_unsigned = "718a865146d4c29eed75dbc49785524d53cd68f6b7d03a4cd93357b862ab8195"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa72-marvell_macchiatobin-singleshot-initramfs-kernel.bin"; + sha256 = "12d7ea5785016b1366e077ffb3468b1d5005e195165976ce02dcfc0cb7a3ec2c"; + sha256_unsigned = "12d7ea5785016b1366e077ffb3468b1d5005e195165976ce02dcfc0cb7a3ec2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa72-marvell_macchiatobin-singleshot-squashfs-sdcard.img.gz"; + sha256 = "86ab7e974f02e8462cd59e13a3a53572c7c8fee8115f387a20ced04556bf858d"; + sha256_unsigned = "e5e3d9ad76dcfcd9cbe022cc4a1ad1d3a0ed24e5f5acb09f0de9335aaf5398bc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-singleshot" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "mvebu/cortexa72"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + buffalo_ls421de = { + device_packages = [ + "kmod-rtc-rs5c372a" + "kmod-hwmon-gpiofan" + "kmod-hwmon-drivetemp" + "kmod-usb3" + "kmod-linkstation-poweroff" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-mod" + "kmod-fs-xfs" + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-buffalo_ls421de"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-buffalo_ls421de-initramfs-kernel.bin"; + sha256 = "ea8fac7c95a3a1e41419504880654d9368ae51c61a30df9e8480e0abfcc8eb62"; + sha256_unsigned = "ea8fac7c95a3a1e41419504880654d9368ae51c61a30df9e8480e0abfcc8eb62"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-buffalo_ls421de-squashfs-sysupgrade.bin"; + sha256 = "68973c8f2dded744aa014947a7a98e2c7cd83cc6af5cc49c3f087f3e1e1b34b5"; + sha256_unsigned = "7527d75ccd606791777f17a5b0c0092ba6cecc82f16e6ef2294a8fabb0d72408"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,ls421de" + ]; + titles = [ + { + model = "LinkStation LS421DE"; + vendor = "Buffalo"; + } + ]; + }; + ctera_c200-v2 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-hwmon-nct7802" + "kmod-rtc-s35390a" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-ctera_c200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-ctera_c200-v2-squashfs-sysupgrade.bin"; + sha256 = "f5b2853c7ea9c206fef1e6c812a50e59f20b1791768c8d29a5a6831c66cfc641"; + sha256_unsigned = "15f1c627a0de86baa6e0ffd12de18b50d26456ae09876fcc5b0ac753d3cbec01"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-ctera_c200-v2-initramfs-factory.firm"; + sha256 = "478df1e2d851c74108aa10c5520b4dd79f705b73d5894451c1ba925afb9e2db7"; + sha256_unsigned = "478df1e2d851c74108aa10c5520b4dd79f705b73d5894451c1ba925afb9e2db7"; + type = "kernel"; + } + ]; + supported_devices = [ + "ctera,c200-v2" + ]; + titles = [ + { + model = "C200"; + variant = "V2"; + vendor = "Ctera"; + } + ]; + }; + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic-wolfssl" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-mux-pca954x" + "kmod-leds-turris-omnia" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "b78162967ea24363fb7a2f4cb5db3419e3ca5d9ced1aa59211e4654fb3bbe66d"; + sha256_unsigned = "fe748b5a449f0c213b3850231d50d9fe57b50b1c2087fd27e969374a4aa83498"; + type = "openwrt-22"; + } + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-22.03.0-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "5abbc07564c133b208d161d915a0677eb99fba7b5f62f9f375568b0b2a608166"; + sha256_unsigned = "5abbc07564c133b208d161d915a0677eb99fba7b5f62f9f375568b0b2a608166"; + type = "omnia-medkit-openwrt-22"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-cznic_turris-omnia-initramfs-kernel.bin"; + sha256 = "e8d0c20e349dffe751e2c7f0bedae6750739db84c183eb2ab73169bad3f8e609"; + sha256_unsigned = "e8d0c20e349dffe751e2c7f0bedae6750739db84c183eb2ab73169bad3f8e609"; + type = "kernel"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + model = "Turris Omnia"; + vendor = "CZ.NIC"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-globalscale_mirabox-initramfs-kernel.bin"; + sha256 = "d59c590c806fc19596996503dee98d1fc4491e6f713b5c644aa95ffb7c3e65ab"; + sha256_unsigned = "d59c590c806fc19596996503dee98d1fc4491e6f713b5c644aa95ffb7c3e65ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "05b7e7402221e5cccd34ff4aa92c27e3af2bcc91d342c9b65c2f791d821d5582"; + sha256_unsigned = "ba6002bfb9513aab897007d5adf8ba6769c288c0326feaea08255bf221c4624d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + model = "Mirabox"; + vendor = "Globalscale"; + } + ]; + }; + iptime_nas1dual = { + device_packages = [ + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-iptime_nas1dual"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-iptime_nas1dual-initramfs-kernel.bin"; + sha256 = "99ca164ec7d75cc2027bd9231960530bb62746f0b618c456b8c7bdd417ccb450"; + sha256_unsigned = "99ca164ec7d75cc2027bd9231960530bb62746f0b618c456b8c7bdd417ccb450"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-iptime_nas1dual-squashfs-sysupgrade.bin"; + sha256 = "82baa9ce7ab8b88f075507a128b43d248d582ebfb7422000f2f7f898d8ef194d"; + sha256_unsigned = "b8ca4d3bb0644a2e91fd482dfb49b9951f20c7776b5c45f7dbe6dc123131f0a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,nas1dual" + ]; + titles = [ + { + model = "NAS1dual"; + vendor = "ipTIME"; + } + ]; + }; + kobol_helios4 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-kobol_helios4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-kobol_helios4-initramfs-kernel.bin"; + sha256 = "d9f199659e1a83de9dfab6ab809a8a9a3e7bab14fb05a0528b0c164aa22368da"; + sha256_unsigned = "d9f199659e1a83de9dfab6ab809a8a9a3e7bab14fb05a0528b0c164aa22368da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-kobol_helios4-squashfs-sdcard.img.gz"; + sha256 = "5284e060f49c6af8247004615ddec8a15b67f0d359102514ca62e9a40dff2535"; + sha256_unsigned = "732ecbbfab62073818bd1cfd41f42d9c80d9a576289d9eafe7ec2d373dc053cd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "kobol,helios4" + ]; + titles = [ + { + model = "Helios4"; + vendor = "Kobol"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "2654078dc3a5e4186cb9fef576d1357b7382934f8b5f29f48698e229354390aa"; + sha256_unsigned = "1be29a3830f9f485418e42553bdbd271f6defbd58b17478237d091abc8038c6d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt1200ac-initramfs-kernel.bin"; + sha256 = "d75941fa77020e220f013fd9e81f6ec5feafa1eb75e86bbc63a5668cf5729634"; + sha256_unsigned = "d75941fa77020e220f013fd9e81f6ec5feafa1eb75e86bbc63a5668cf5729634"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "33e0395a6263601a123fb117b1e3fe51a8dad398efb88ff86d7c687b84233d2a"; + sha256_unsigned = "33e0395a6263601a123fb117b1e3fe51a8dad398efb88ff86d7c687b84233d2a"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt1200ac" + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + model = "WRT1200AC"; + vendor = "Linksys"; + } + { + model = "Caiman"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v1 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt1900ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt1900ac-v1-initramfs-kernel.bin"; + sha256 = "a467f0afb7b4821cc2717351f66c29a9fc568567557ef0192079bcc099f99129"; + sha256_unsigned = "a467f0afb7b4821cc2717351f66c29a9fc568567557ef0192079bcc099f99129"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-factory.img"; + sha256 = "ab14a76502d3703446c344e0fe56ea5ddfbde90d2f9daa7a140bf3d6650d0118"; + sha256_unsigned = "ab14a76502d3703446c344e0fe56ea5ddfbde90d2f9daa7a140bf3d6650d0118"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-sysupgrade.bin"; + sha256 = "12c0613124fb29ccf0a9d4f815f74d0a039c4be70fae6331914bafe4e4de6f11"; + sha256_unsigned = "10de90bd7cae65dc69f577ce8701f9a368b560ea3f751ac5d32d5386502d817f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v1" + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "Mamba"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v2 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt1900ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-sysupgrade.bin"; + sha256 = "ec8e55bf6758ffd313dc0cc19f78d5c1b98b780cf27db993b87d01e246abf64c"; + sha256_unsigned = "21a2d8d424cfb04e6b682c57c0e67bf71cc851f586c8e58eb51a3ef0688049c5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt1900ac-v2-initramfs-kernel.bin"; + sha256 = "62a49db8ad860387013b4d78bd1495f8ddd1fa31c22ce075a399f0723a43ad17"; + sha256_unsigned = "62a49db8ad860387013b4d78bd1495f8ddd1fa31c22ce075a399f0723a43ad17"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-factory.img"; + sha256 = "1f5987254ad6334087fd1dbeed5f36c2df999a9529a2e6c28197c119df830aaf"; + sha256_unsigned = "1f5987254ad6334087fd1dbeed5f36c2df999a9529a2e6c28197c119df830aaf"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v2" + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Cobra"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "bf53c1938968dd9f5d13b4bf3b0ea01bdd6ef517576309c2a3e520821a134b36"; + sha256_unsigned = "bf53c1938968dd9f5d13b4bf3b0ea01bdd6ef517576309c2a3e520821a134b36"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "add427ebdbacf60d730feb44b3c6973caaf3293f3734801c0dd4f36f4fa88586"; + sha256_unsigned = "abfa828dd99fda08f740cde6fa7a67edf7418c9a5e92da3a0148d2e58dbd4388"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt1900acs-initramfs-kernel.bin"; + sha256 = "1f9349988e0ba39fc2e1845767db07b55f8a181bceb5e38400c00275f6edac92"; + sha256_unsigned = "1f9349988e0ba39fc2e1845767db07b55f8a181bceb5e38400c00275f6edac92"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt1900acs" + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + model = "WRT1900ACS"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "WRT1900ACS"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Shelby"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "1f60d4c3be29614d8fb5e06000edf3475bd6f089201f3e9d0029273b2dce6f1d"; + sha256_unsigned = "1f60d4c3be29614d8fb5e06000edf3475bd6f089201f3e9d0029273b2dce6f1d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "49634ac344acf153a200033e5860a62b33535d16a8814525b2b1989e71444c47"; + sha256_unsigned = "c7f10d8dacd54a3dc2082b789bd82c4861d8f26716c02e7128e956c23fe3533d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt3200acm-initramfs-kernel.bin"; + sha256 = "738b05a01a4a14c727915074cd01576b570d07602520dcc18a1aad399a43c197"; + sha256_unsigned = "738b05a01a4a14c727915074cd01576b570d07602520dcc18a1aad399a43c197"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt3200acm" + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + model = "WRT3200ACM"; + vendor = "Linksys"; + } + { + model = "Rango"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "21dd62e25478c50ed6e29df4f919983485c056c36d31ec7506b878f4fe0de6dc"; + sha256_unsigned = "21dd62e25478c50ed6e29df4f919983485c056c36d31ec7506b878f4fe0de6dc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt32x-initramfs-kernel.bin"; + sha256 = "8a2cb02dc976a335748038dc07d2d4abe8d58c2b012705ca7f49519f68f61836"; + sha256_unsigned = "8a2cb02dc976a335748038dc07d2d4abe8d58c2b012705ca7f49519f68f61836"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "5cef9a1c89b0891a897a57feab55b1d02bd4f9d21934fd429ad7219aefc0a284"; + sha256_unsigned = "7e4dfffe1d2b469c9bd37211d32392dbbe395c760e465a9c2c69e93bed9b2871"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt32x" + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + model = "WRT32X"; + vendor = "Linksys"; + } + { + model = "Venom"; + vendor = "Linksys"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-marvell_a370-db-initramfs-kernel.bin"; + sha256 = "7d5a3c232bb5755004c0c78ed892951e02f2a0c2f78b82016914095e7706c18c"; + sha256_unsigned = "7d5a3c232bb5755004c0c78ed892951e02f2a0c2f78b82016914095e7706c18c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "ac3f0a7865a9c7477a6e1ddd9f3eedc386fd9d335c7922b2139a97d4731de0d2"; + sha256_unsigned = "c7597f0f8db98f9b444a3c3163572f9faf05a217c2989056d7607979c80ca07c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + model = "Armada 370 Development Board (DB-88F6710-BP-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-marvell_a370-rd-initramfs-kernel.bin"; + sha256 = "f9a4698ad79b4ef465083e02a2728fe5e2c874ccbe08978fd7aec8726f9d51b5"; + sha256_unsigned = "f9a4698ad79b4ef465083e02a2728fe5e2c874ccbe08978fd7aec8726f9d51b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "27353ff5bf3d9e86f882c1ffd0d85c86b4e8484dfde1a5f27f8546f75e952821"; + sha256_unsigned = "3e39a9faf458fada7f6b1131408d1cff99cba4414b23210c3363467eb85a6ee8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + model = "Armada 370 RD (RD-88F6710-A1)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-marvell_a385-db-ap-initramfs-kernel.bin"; + sha256 = "21810c588b6d360e042906f733e21568129282008a51d50d7ca7a068ff387335"; + sha256_unsigned = "21810c588b6d360e042906f733e21568129282008a51d50d7ca7a068ff387335"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "cbdbc428fc77c118f294970c56958ecfeff080ecaf40e9a14f75556b982d7dd8"; + sha256_unsigned = "cbdbc428fc77c118f294970c56958ecfeff080ecaf40e9a14f75556b982d7dd8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "63834491b38a0968ac053704938760481aa36a2c8d13400796254c661e0f693b"; + sha256_unsigned = "f95fc3095bb36e553ccf4f8117c0f85cf2ebb56564a948c067d37f73527e6461"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + model = "Armada 385 Development Board AP (DB-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-marvell_a388-rd-initramfs-kernel.bin"; + sha256 = "1cc83612882ed1e6496d4e308a4cfd62ada2d728b0bc32aa87a113464b7f8b82"; + sha256_unsigned = "1cc83612882ed1e6496d4e308a4cfd62ada2d728b0bc32aa87a113464b7f8b82"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "8e47635fd509804d35e1deff19f722941bc8789b5abd6d6dc1df293e2cf4a7cc"; + sha256_unsigned = "8e47635fd509804d35e1deff19f722941bc8789b5abd6d6dc1df293e2cf4a7cc"; + type = "firmware"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + model = "Armada 388 RD (RD-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-marvell_axp-db-initramfs-kernel.bin"; + sha256 = "6d9b238503c891b4d3d79391ddf79846133bc77c539c2e058afd2c0de336cf7d"; + sha256_unsigned = "6d9b238503c891b4d3d79391ddf79846133bc77c539c2e058afd2c0de336cf7d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "58ae07367eab5aed7697b4fea3eb5f84aef0ca2cf347ba951da2cd1b648d3ec4"; + sha256_unsigned = "d78098385632fdfe5757815e8cb80b8fd7b73dafd12486a662dbfb6fdc960484"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + model = "Armada XP Development Board (DB-78460-BP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "66a6b52e7d285d0a33af3f1401f21d7a2995a5afd39b0e353f4ef1052b354f76"; + sha256_unsigned = "ec90933081ea547659c053bf00b074e26c8ab53960a368f4437c4de7bcecf815"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-marvell_axp-gp-initramfs-kernel.bin"; + sha256 = "1927715f167519b1b968b2bb71a6d39690b24f78f3d0f8f786a5ad52f8b117fb"; + sha256_unsigned = "1927715f167519b1b968b2bb71a6d39690b24f78f3d0f8f786a5ad52f8b117fb"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + model = "Armada Armada XP GP (DB-MV784MP-GP)"; + vendor = "Marvell"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "916b447beb23f66c93134438ae2f2e5d542cd7053186c6666e92e852b86e2667"; + sha256_unsigned = "916b447beb23f66c93134438ae2f2e5d542cd7053186c6666e92e852b86e2667"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "c8d5de25311cfbdaae2218489b91924e1d32a7e745499ae37df6910fb813b939"; + sha256_unsigned = "e680c4e073db0d37a800fafe3f5e5d67b00687cca9672a6c8f5dfc5366a57111"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-plathome_openblocks-ax3-4-initramfs-kernel.bin"; + sha256 = "fa36f9f046cbe4ba9725f0497fc118846f98122bdb44d20528b2ba76661cd4aa"; + sha256_unsigned = "fa36f9f046cbe4ba9725f0497fc118846f98122bdb44d20528b2ba76661cd4aa"; + type = "kernel"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + model = "OpenBlocks AX3"; + variant = "4 ports"; + vendor = "Plat'Home"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "5f02f807c1c16b5d3da58ea224f8d1ebfea3db4297e7939aa89d8753901dd328"; + sha256_unsigned = "4813422e8cc48b0b437791153ca3e3a886b1c05ba52b5da04ae6b4300b988486"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-solidrun_clearfog-base-a1-initramfs-kernel.bin"; + sha256 = "d9f199659e1a83de9dfab6ab809a8a9a3e7bab14fb05a0528b0c164aa22368da"; + sha256_unsigned = "d9f199659e1a83de9dfab6ab809a8a9a3e7bab14fb05a0528b0c164aa22368da"; + type = "kernel"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + model = "ClearFog Base"; + vendor = "SolidRun"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.0-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-solidrun_clearfog-pro-a1-initramfs-kernel.bin"; + sha256 = "d9f199659e1a83de9dfab6ab809a8a9a3e7bab14fb05a0528b0c164aa22368da"; + sha256_unsigned = "d9f199659e1a83de9dfab6ab809a8a9a3e7bab14fb05a0528b0c164aa22368da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "87f971b92f02be18ec2b74df2543aafa33e43c7cd8ed3bb73d44d43407e1693d"; + sha256_unsigned = "e5d47a2f6f5e2d17865c7801e74c9edfe88bafa138e224911e328cdb7cf72828"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + model = "ClearFog Pro"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "mvebu/cortexa9"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-octeon-generic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-octeon-generic-initramfs-kernel.bin"; + sha256 = "80ebfd3834093c04a3523f06d24b969ab451750e5ab9a3a581eb52aa62b8e9b2"; + sha256_unsigned = "80ebfd3834093c04a3523f06d24b969ab451750e5ab9a3a581eb52aa62b8e9b2"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Octeon"; + vendor = "Generic"; + } + ]; + }; + itus_shield-router = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-octeon-itus_shield-router"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-octeon-itus_shield-router-initramfs-kernel.bin"; + sha256 = "d78e438b8ae0ce0539d6880e0902d3c3dc4f1c6dad23c2bbb280a8ed92b18e55"; + sha256_unsigned = "d78e438b8ae0ce0539d6880e0902d3c3dc4f1c6dad23c2bbb280a8ed92b18e55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-octeon-itus_shield-router-squashfs-sysupgrade.tar"; + sha256 = "b3a887d7417428fed486e4fd00ee1a3c8fe3666b22845b38012ea187f97fe46b"; + sha256_unsigned = "67c004e4fc4a48c43cf066c6d94819f68db49bfd741fcf44923d3d54804b0be8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "itus,shield-router" + ]; + titles = [ + { + model = "Shield Router"; + vendor = "Itus Networks"; + } + ]; + }; + ubnt_edgerouter = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-octeon-ubnt_edgerouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-octeon-ubnt_edgerouter-squashfs-sysupgrade.tar"; + sha256 = "12262c7ee623e5230ad22017e45458748d07c05993dba390ba7e4d19bdff430b"; + sha256_unsigned = "12262c7ee623e5230ad22017e45458748d07c05993dba390ba7e4d19bdff430b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-octeon-ubnt_edgerouter-initramfs-kernel.bin"; + sha256 = "bd293f401ea1faf126432c71cd704473928ed450d108b0f5004f8bd57db69935"; + sha256_unsigned = "bd293f401ea1faf126432c71cd704473928ed450d108b0f5004f8bd57db69935"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter" + "er" + ]; + titles = [ + { + model = "EdgeRouter"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-4 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.0-octeon-ubnt_edgerouter-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-octeon-ubnt_edgerouter-4-squashfs-sysupgrade.tar"; + sha256 = "f158d6646c7031df6cc91db7e8655874aef21c0f8120df1e3ce13d5f46cce160"; + sha256_unsigned = "f158d6646c7031df6cc91db7e8655874aef21c0f8120df1e3ce13d5f46cce160"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-octeon-ubnt_edgerouter-4-initramfs-kernel.bin"; + sha256 = "9012d5d206e0e4bc2495f39b3aba6ed5d481165df00ef0cf5fc330a4fced6289"; + sha256_unsigned = "9012d5d206e0e4bc2495f39b3aba6ed5d481165df00ef0cf5fc330a4fced6289"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-4" + ]; + titles = [ + { + model = "EdgeRouter 4"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-6p = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.0-octeon-ubnt_edgerouter-6p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-octeon-ubnt_edgerouter-6p-squashfs-sysupgrade.tar"; + sha256 = "20e8cefb998ad1b90d424aac6d0b2ee2ea83014cb827932abbfbea7860043a9c"; + sha256_unsigned = "20e8cefb998ad1b90d424aac6d0b2ee2ea83014cb827932abbfbea7860043a9c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-octeon-ubnt_edgerouter-6p-initramfs-kernel.bin"; + sha256 = "b3233a3bab1eed0f899bb106a6a6c2bda09e7cbfc36490033917db37421f1b99"; + sha256_unsigned = "b3233a3bab1eed0f899bb106a6a6c2bda09e7cbfc36490033917db37421f1b99"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-6p" + ]; + titles = [ + { + model = "EdgeRouter 6P"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-lite = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-octeon-ubnt_edgerouter-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-octeon-ubnt_edgerouter-lite-squashfs-sysupgrade.tar"; + sha256 = "79e832aa2b0a882d8e3b2f1c9e0e59cc72c34bf62e5ef88f1dc82bee3f6b4e93"; + sha256_unsigned = "79e832aa2b0a882d8e3b2f1c9e0e59cc72c34bf62e5ef88f1dc82bee3f6b4e93"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-octeon-ubnt_edgerouter-lite-initramfs-kernel.bin"; + sha256 = "12581cf97eb89148ca8f8e49de04d0b65f4429a19e1f8ccaf76bb958ff2ee2f9"; + sha256_unsigned = "12581cf97eb89148ca8f8e49de04d0b65f4429a19e1f8ccaf76bb958ff2ee2f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-lite" + "erlite" + ]; + titles = [ + { + model = "EdgeRouter Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "octeon/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "bcd470271cc8e7f615abea2fb79ae16adb3bea7f5859ecbe9b542da83867429b"; + sha256_unsigned = "0a732c990d53dbb690eabd5b7629feb8ffb188710a83b3ed926a7fe715911001"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "84281ca9833674cbdb7cd2b7329126afab62e3fa0e9603401060691df8f3a2a6"; + sha256_unsigned = "e8518b0667902064e1b9476ae961a318b3dc73742ec8868f46d6cb5aa9d4b0e6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + model = "AM335x BeagleBone Black"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-omap-ti_am335x-evm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "c884de39afc02e31ff2c1274feeee8b9433a6b47faa8c64efa669ee8f3e76f4f"; + sha256_unsigned = "1502818173a62b4d0252c23576ca65969e0b03140cc2213aca1fe3f4aa286228"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "6a6a77c540d7e8300b8eb562f3792358f46ccd24ecc0362a37bf5c105d9530f0"; + sha256_unsigned = "75fd5828956e26d4daae14e8ffdde9b1d94381e716ecb6774615719b0ebbd746"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + model = "AM335x EVM"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-22.03.0-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "ea5e6f78800776ab7823b092075499cc8ddfe5a4a992b20bda0fe85c4c28634f"; + sha256_unsigned = "dc145cd21721207b696d3e8b20e68cff8fd4a75c24f1e3177b96d98484d65427"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "b2998c883cddc3427640528605e60f97cb623f37fc69323741b2adbd34fdec54"; + sha256_unsigned = "5b126f48847c489005a9c7354e529008c35685257c0969f0e7f75455bcca91d3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + model = "OMAP3 TI beagleboard"; + vendor = "BeagleBoard.org"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-22.03.0-omap-ti_omap4-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "037ed09d6dcbe07eb7584061e2c0a9ca1d895a2c1a1d8a201d9e15687eb2c7ec"; + sha256_unsigned = "f07ee6b52fa0cf6589f1963d5e1c164a7a8c5ab83ca734a1dfaf9148a558f41b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "e091f1700aab092608cd11667e2d32d24a07a7767c66f35f32ddf2f6cd126b9c"; + sha256_unsigned = "5b0cd5bd1f74c72d45d552bb7c6e6cec128c0dcba88d0c99970c249c6870f69b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + model = "OMAP4 TI pandaboard"; + vendor = "PandaBoard.org"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "omap/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "fdisk" + "fstools" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mtd" + "netifd" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "a35a12016f38d028ba6487376eaf23c8f137fae692e8d07cf4f94187e8a0dd0c"; + sha256_unsigned = "a35a12016f38d028ba6487376eaf23c8f137fae692e8d07cf4f94187e8a0dd0c"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-oxnas-ox820-akitio_mycloud-initramfs-uImage"; + sha256 = "90f7c82f42c50d9fe11ab7cebe80a3fd443b2967cc6f3b55263073fcacde9311"; + sha256_unsigned = "90f7c82f42c50d9fe11ab7cebe80a3fd443b2967cc6f3b55263073fcacde9311"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "7c9e4bc3150ef265b4921ba4b4e3d21c27315388cd8c1a39be69840f496f98f5"; + sha256_unsigned = "409dd8a7f707546da56381f1c93a9a1ce2c0667f685218be8cd073600aa05990"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "682c19a2aa4b3765f1425bca5a5c7109bb7c3827a0e8de93d1bb07d528ec58ec"; + sha256_unsigned = "682c19a2aa4b3765f1425bca5a5c7109bb7c3827a0e8de93d1bb07d528ec58ec"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "633df8cfb9a80f782b93d38e3c4fd6125412019ba12ed5b738f551c0e39d6617"; + sha256_unsigned = "1032034c9837e63118f6b222d63c11ea036583f39571df8b863832f500a85926"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + model = "MyCloud Mini"; + vendor = "Akitio"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + ]; + image_prefix = "openwrt-22.03.0-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "d840a18501c46ac91b5d3de044f5b3d8cb835527748a50b0377be11c5dc457d6"; + sha256_unsigned = "34eab463ae46340af43f87a915534cae4d48981c197f966dc05710fd0ef5a11e"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "864487739df9e84d45dd4adf564dd378520c9dd67cb496e07f8bca44af7662be"; + sha256_unsigned = "864487739df9e84d45dd4adf564dd378520c9dd67cb496e07f8bca44af7662be"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-oxnas-ox820-cloudengines_pogoplug-series-3-initramfs-uImage"; + sha256 = "b5d0f49e13d40062a20c03af30f51970638d04fb55b15f2bdfd1796a6cf37374"; + sha256_unsigned = "b5d0f49e13d40062a20c03af30f51970638d04fb55b15f2bdfd1796a6cf37374"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "08298866490c579755b804f45b5edaf39aa0209e62eca06b04ef350bc319cd85"; + sha256_unsigned = "08298866490c579755b804f45b5edaf39aa0209e62eca06b04ef350bc319cd85"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "1ed8e5895c37af322f31b994e2e83f2432e69b2968f8e08d10de54e747fb211f"; + sha256_unsigned = "2afe8b0cb8643626624aa1e1b8ed79db6f18ba0b8047f06be5e8dcaf569d35ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + model = "PogoPlug Series V3 (without mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "d85e2f2c563aa2b010edd447e0210e3a9a153cfa85c7bc9146ba42bae71b3aca"; + sha256_unsigned = "4cd8fdbc3bfe29de6f87b5922cff53bf83f33f849ffc44ecfc4fa0bd159d1bb0"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "27a32c79b984eafdf8f3c0ae583b81fa18fc289801faddf2461be8f3e17edec5"; + sha256_unsigned = "a8b2b67ef70f128904d3ad287991285b0befd8e5dc0a9d26e83c2642064e1866"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-oxnas-ox820-cloudengines_pogoplugpro-initramfs-uImage"; + sha256 = "e2e27098852f165e781ff93fa005ff7ce8cc895dd9c50d929109659ada75b9e3"; + sha256_unsigned = "e2e27098852f165e781ff93fa005ff7ce8cc895dd9c50d929109659ada75b9e3"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "3feaa703f7bcb80e26d21828715c7c97609029e4fda4e3698a85545df19062e7"; + sha256_unsigned = "3feaa703f7bcb80e26d21828715c7c97609029e4fda4e3698a85545df19062e7"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "c6e5f8bcbbc6251ad932a09803c12863256aa45fa588e81a0cf219a2af390c15"; + sha256_unsigned = "c6e5f8bcbbc6251ad932a09803c12863256aa45fa588e81a0cf219a2af390c15"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + model = "PogoPlug Pro (with mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "8077747d230fe501f9f4feb1476df639fdc22bfe77e5ee39c85ae17bb4202082"; + sha256_unsigned = "8077747d230fe501f9f4feb1476df639fdc22bfe77e5ee39c85ae17bb4202082"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "734d069743fb009eda16ab4e71a405d74f968d54f57037631ae8b8c791edc6b6"; + sha256_unsigned = "862e9f65a44f4a7baf71ca424eef8b7af125827f8989be87d58cf4eb1dae364f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "d52d8541516d58b9782a9a97e8fb17bd7d2776c6e7cb018da01b85a65850d871"; + sha256_unsigned = "f6a7c6dc7896e2697c68bcce3b0fb406850bd9f4e60a880db0ee435b52c3b0a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-oxnas-ox820-mitrastar_stg-212-initramfs-uImage"; + sha256 = "65e1b489c2c52048d3570e6b29051f2f6b919add048777f899bd01491e3127c1"; + sha256_unsigned = "65e1b489c2c52048d3570e6b29051f2f6b919add048777f899bd01491e3127c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "5fe5c2bf0af4b7aa2f0c1d7b4e50eab6404a5b8f04318a4ba6f261699ecd8f16"; + sha256_unsigned = "5fe5c2bf0af4b7aa2f0c1d7b4e50eab6404a5b8f04318a4ba6f261699ecd8f16"; + type = "ubinized"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + model = "STG-212"; + vendor = "MitraStar"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-ata-oxnas-sata" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-22.03.0-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "0661bf5bad5c10a3a034049f4d38a84583c63fa61f8a3584090093c0279a1988"; + sha256_unsigned = "f645cf44e8792bb3cdb981af52bb18d4b35ce7cc337a0ccc8b2eede163828670"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "cc962e3f20dd8733386159b3ebff2c927f39b8fbcdaafdcc122e07d80157018f"; + sha256_unsigned = "cc962e3f20dd8733386159b3ebff2c927f39b8fbcdaafdcc122e07d80157018f"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-oxnas-ox820-shuttle_kd20-initramfs-uImage"; + sha256 = "eb513d75b2e4868cbd5d65238eefbf89a0b1c684a73a6fe64d6d854fd6573bff"; + sha256_unsigned = "eb513d75b2e4868cbd5d65238eefbf89a0b1c684a73a6fe64d6d854fd6573bff"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "2a4201402c0bcb90eb4becfd93395a574b55173b92ba70b5938813899608da25"; + sha256_unsigned = "2a4201402c0bcb90eb4becfd93395a574b55173b92ba70b5938813899608da25"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.0-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "9b47633e77794c65771c3bc120c6d0eab679d5ceb55717445d69dcf15302df0d"; + sha256_unsigned = "271aa8264f9e8d35d439fd7f8989a151266c00084c05c6f8f17a4809dfaa5d77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + model = "KD20"; + vendor = "Shuttle"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "oxnas/ox820"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + img_creator-ci40 = { + device_packages = [ + "kmod-tpm-i2c-infineon" + "kmod-ca8210" + "wpan-tools" + ]; + image_prefix = "openwrt-22.03.0-pistachio-img_creator-ci40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-pistachio-img_creator-ci40-squashfs-factory.ubi"; + sha256 = "6b9d2d897c58d2040cde8910d10ab0b3dcb92f240d60a875d5d687f760506e9d"; + sha256_unsigned = "6b9d2d897c58d2040cde8910d10ab0b3dcb92f240d60a875d5d687f760506e9d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-pistachio-img_creator-ci40-squashfs-sysupgrade.tar"; + sha256 = "1b60d3469e07c569b7335057da0c811d570ecb6c5113877b16c0597ffacae35a"; + sha256_unsigned = "1b60d3469e07c569b7335057da0c811d570ecb6c5113877b16c0597ffacae35a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "img,creator-ci40" + ]; + titles = [ + { + model = "Creator Ci40 (VL-62899)"; + vendor = "Imagination Technologies"; + } + { + model = "Marduk board"; + vendor = "Imagination Technologies"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "pistachio/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aigale_ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-aigale_ai-br100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-aigale_ai-br100-squashfs-sysupgrade.bin"; + sha256 = "7ff344bcd783f856579a5e40bf13e01a537b18c66ae4b0b1c6b355ba38c277fa"; + sha256_unsigned = "a1f491983025972b9af2f130dc4e634687065d02c71c7ead4b4560ec4c831894"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-aigale_ai-br100-initramfs-kernel.bin"; + sha256 = "078068bdbb9276a441c96a61cdf65e70fc16b89e3e76207d535a2561d5bd567d"; + sha256_unsigned = "078068bdbb9276a441c96a61cdf65e70fc16b89e3e76207d535a2561d5bd567d"; + type = "kernel"; + } + ]; + supported_devices = [ + "aigale,ai-br100" + "ai-br100" + ]; + titles = [ + { + model = "Ai-BR100"; + vendor = "Aigale"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "b0a7e0728d13e026733b37fb86a440cc9a239f4b6d6311e411d9a72afb1a15e4"; + sha256_unsigned = "5a099162dfe2b7718b7c467dd6e96ef02c8a258e81f1696b50e3b8b0faf687e5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-alfa-network_ac1200rm-initramfs-kernel.bin"; + sha256 = "df45b9366e2aeb36897232007b481e98596fa25644933126bf2c102fc95a4b68"; + sha256_unsigned = "df45b9366e2aeb36897232007b481e98596fa25644933126bf2c102fc95a4b68"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + "ac1200rm" + ]; + titles = [ + { + model = "AC1200RM"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "e62d1bb0d883c5ce92e52f80e12ed0c39befe883110cbcf79b6f10ef0fde1b9d"; + sha256_unsigned = "0b80443efa0adbcc5b2763b6c34ec7fb874eb893590249da3d70a2334f620e45"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-alfa-network_r36m-e4g-initramfs-kernel.bin"; + sha256 = "a74bbccb6724ba329d0586e6de797d877e42289f203d18e364654fe8bf158015"; + sha256_unsigned = "a74bbccb6724ba329d0586e6de797d877e42289f203d18e364654fe8bf158015"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + "r36m-e4g" + ]; + titles = [ + { + model = "R36M-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-alfa-network_tube-e4g-initramfs-kernel.bin"; + sha256 = "3839c5c39e149aad5f44575d9e65b556b13371af0bab4c81410896f83f4da4ee"; + sha256_unsigned = "3839c5c39e149aad5f44575d9e65b556b13371af0bab4c81410896f83f4da4ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "6a931e58e69ad13f355cf96e6a07e57a610adf957c8d639ec69ca5510f36850f"; + sha256_unsigned = "106bd6cba0f84d8ee964aad7ea1abc13204bfb316d3d72f043d024c8ebb9eaa4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + "tube-e4g" + ]; + titles = [ + { + model = "Tube-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-asus_rp-n53"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-asus_rp-n53-initramfs-kernel.bin"; + sha256 = "42b0b03e222d54a8c8b25a6d945694f32b1cdf679bd63b1324e48dbb89dbf6c6"; + sha256_unsigned = "42b0b03e222d54a8c8b25a6d945694f32b1cdf679bd63b1324e48dbb89dbf6c6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-asus_rp-n53-squashfs-sysupgrade.bin"; + sha256 = "6de69a2b0c6e376e39380b645953a16860c2f721212f834d87dfb92edf9db594"; + sha256_unsigned = "98e095b176d07761a8bc4ce99f3ee46c30fc525bf3696eea194fc24b66c8d598"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rp-n53" + "rp-n53" + ]; + titles = [ + { + model = "RP-N53"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-asus_rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-asus_rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "cadf68329e4dd59fbcd3fb96c914d0995f8c6dce5d1f7b97991f59da282feffc"; + sha256_unsigned = "3e25192064bb6044651f76dc0266eff32428e5e5330a24ab994e25518c8ea45d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-asus_rt-ac51u-initramfs-kernel.bin"; + sha256 = "8f5266ab1da951e89d2f0183df3313b175be1e8eb9aad8f45bf1ca9ffb160618"; + sha256_unsigned = "8f5266ab1da951e89d2f0183df3313b175be1e8eb9aad8f45bf1ca9ffb160618"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac51u" + "rt-ac51u" + ]; + titles = [ + { + model = "RT-AC51U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac54u = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-asus_rt-ac54u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-asus_rt-ac54u-squashfs-sysupgrade.bin"; + sha256 = "defd96d77b129c7a3f9c86208cd352765d8021a67368f7b53d702ac6f5593803"; + sha256_unsigned = "96e703a69c05a8e00a41fab7db0b8ba1e2cdaacaa67d2cd82d5a10109378a7b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-asus_rt-ac54u-initramfs-kernel.bin"; + sha256 = "0a98ebdbec83a4802b4548dbf50e7e087ae366253c8a9060d152e1b815ed0cb3"; + sha256_unsigned = "0a98ebdbec83a4802b4548dbf50e7e087ae366253c8a9060d152e1b815ed0cb3"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac54u" + ]; + titles = [ + { + model = "RT-AC54U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-asus_rt-n12p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-asus_rt-n12p-initramfs-kernel.bin"; + sha256 = "8aa89126061987a48a6785828a2e937e04888b0d803dfa9d3266908da21fffdb"; + sha256_unsigned = "8aa89126061987a48a6785828a2e937e04888b0d803dfa9d3266908da21fffdb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-asus_rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "4bc2abeef33f481c4bd4616438084ae8f08ac5401feef3098fe1734fa534dce8"; + sha256_unsigned = "8bd9bc9537ea25777215632740e19259d4cea1aeba73cd910c1bf439c31f849a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n12p" + "rt-n12p" + ]; + titles = [ + { + model = "RT-N11P/RT-N12+/RT-N12Eb1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-asus_rt-n14u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-asus_rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "c11e0c7512c5f99464c41afa599a3aaa32ded6698e12af3b71df7fbcb6b6ceb7"; + sha256_unsigned = "f9015d3cf60454bff14711d8cd6eff0165e552c249441c25d44c7a519c2f7a29"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-asus_rt-n14u-initramfs-kernel.bin"; + sha256 = "db1481495f7083e1b280b10f1bb3fc0d8f03a250ced372600820670fc95a64a9"; + sha256_unsigned = "db1481495f7083e1b280b10f1bb3fc0d8f03a250ced372600820670fc95a64a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n14u" + "rt-n14u" + ]; + titles = [ + { + model = "RT-N14u"; + vendor = "Asus"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-bdcom_wap2100-sk-initramfs-kernel.bin"; + sha256 = "4656aca02c6e26d66fe262f4b8f4e59b8329f1aa6a697a581487de4f74bcb0ae"; + sha256_unsigned = "4656aca02c6e26d66fe262f4b8f4e59b8329f1aa6a697a581487de4f74bcb0ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "de6f5d9e082405815f64c06c527a056c216bc9de2ce951f91d4b12784ff22df3"; + sha256_unsigned = "668ab39d26b612e7e73685507026aeced08de8a3cdccde740c07a4b123122bea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + model = "WAP2100-SK (ZTE ZXECS EBG3130)"; + vendor = "BDCOM"; + } + ]; + }; + buffalo_whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-buffalo_whr-1166d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-buffalo_whr-1166d-initramfs-kernel.bin"; + sha256 = "225b294ff7d6ecc48c94761f933ed305035c59972d3f57e7b6d6dd6dca554834"; + sha256_unsigned = "225b294ff7d6ecc48c94761f933ed305035c59972d3f57e7b6d6dd6dca554834"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-buffalo_whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "2d85190a926cb220724d16db5341405d24ea62e5eec0a4bd7a4f773ad1903220"; + sha256_unsigned = "3fd639f5a4bcddf0a6f5eb221869c22e7af557d2d3b75c8611056a27615be293"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-1166d" + "whr-1166d" + ]; + titles = [ + { + model = "WHR-1166D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-buffalo_whr-300hp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-buffalo_whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "7b65a09f45374720eca7621fd98a4489ed8bdaadaf90878606697e4470b52155"; + sha256_unsigned = "b3a9f24d02456e485521a966fd98b7502771e0195d7e77616bd9ea69f39fa137"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-buffalo_whr-300hp2-initramfs-kernel.bin"; + sha256 = "a563968ffb64ee5b98f701972925ac9f4910fe79ad07f1acb13371bbc43c533f"; + sha256_unsigned = "a563968ffb64ee5b98f701972925ac9f4910fe79ad07f1acb13371bbc43c533f"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-300hp2" + "whr-300hp2" + ]; + titles = [ + { + model = "WHR-300HP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-buffalo_whr-600d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-buffalo_whr-600d-initramfs-kernel.bin"; + sha256 = "31dd94ea97bd8b899efae73a55837d4502ee42d9f283ea193128be5691e81adb"; + sha256_unsigned = "31dd94ea97bd8b899efae73a55837d4502ee42d9f283ea193128be5691e81adb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-buffalo_whr-600d-squashfs-sysupgrade.bin"; + sha256 = "f98041b19ebb3baa77162bc8211a533f84bcb076338bd0f6e938b42e4a7cd439"; + sha256_unsigned = "fa6259c186963b35c1b3c707d6f141e91d252acbf16a16c2ad139f2d4246a209"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-600d" + "whr-600d" + ]; + titles = [ + { + model = "WHR-600D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-buffalo_wmr-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-buffalo_wmr-300-squashfs-sysupgrade.bin"; + sha256 = "f08d2cc8370c6a0280a65865d57a4167f7cf5599d2754e5289b84ec1734d2c0c"; + sha256_unsigned = "06e579041bd92926f675df2173675418e993e1774746f7d0ad348087c925324d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-buffalo_wmr-300-initramfs-kernel.bin"; + sha256 = "258140efe7b722986f91c242128b3256377ca7608af44f329036d1a62b16e4d3"; + sha256_unsigned = "258140efe7b722986f91c242128b3256377ca7608af44f329036d1a62b16e4d3"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wmr-300" + "wmr-300" + ]; + titles = [ + { + model = "WMR-300"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-comfast_cf-wr800n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-comfast_cf-wr800n-initramfs-kernel.bin"; + sha256 = "2ab04b27ef7848c2457825fba6b72748b34e937988a28c998e001da75d43c64f"; + sha256_unsigned = "2ab04b27ef7848c2457825fba6b72748b34e937988a28c998e001da75d43c64f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-comfast_cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "31e218e4dc3a1d4628a3d4d81dc657228afebdd3b01f4b79b7b326b7e771d35c"; + sha256_unsigned = "a48bdc2d2ddeca80a89684c49b551d67e2f6f6a7be4bad3d546ad367f3bbef8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr800n" + "cf-wr800n" + ]; + titles = [ + { + model = "CF-WR800N"; + vendor = "Comfast"; + } + ]; + }; + dlink_dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-dlink_dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dch-m225-squashfs-sysupgrade.bin"; + sha256 = "f193ba975d13a106d2203bea6c8d77e4c696eff4580eb52becc36021ee83f434"; + sha256_unsigned = "ab09be23213fbc812cef7171c8f8d552e2c7b978ecdaae9e9286275933fa093f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dch-m225-squashfs-factory.bin"; + sha256 = "7e082b6d2a198487837655bedf46214767df37a66544f57a4489f8629e99c2fd"; + sha256_unsigned = "7e082b6d2a198487837655bedf46214767df37a66544f57a4489f8629e99c2fd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dch-m225-initramfs-kernel.bin"; + sha256 = "73159b55deb3dcf8ae617447f0447a02b7b8f9daf59e0820d22ced80eddaa8b0"; + sha256_unsigned = "73159b55deb3dcf8ae617447f0447a02b7b8f9daf59e0820d22ced80eddaa8b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dch-m225" + "dch-m225" + ]; + titles = [ + { + model = "DCH-M225"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "f60e892e35d43e8a107f59b3fe3eb6f5050f4a27bb6ee14e3a2162c1dd3dd145"; + sha256_unsigned = "f60e892e35d43e8a107f59b3fe3eb6f5050f4a27bb6ee14e3a2162c1dd3dd145"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "3d711bc749caf89798a587420b6cf522dafcfeb82de1d476e0983412a3e1a54c"; + sha256_unsigned = "0bf557a95dc37eb00458b258f889fcb8c560794edf5a3750861f388dd596d8f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dir-510l-initramfs-kernel.bin"; + sha256 = "1e5847896ae0dca9cc16b1affe56b357f29da6ee9c3eb096add9f1020b2fc35a"; + sha256_unsigned = "1e5847896ae0dca9cc16b1affe56b357f29da6ee9c3eb096add9f1020b2fc35a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + model = "DIR-510L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-dlink_dir-810l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dir-810l-initramfs-kernel.bin"; + sha256 = "09100c2e6248b74b57de12793c446c89b8ba37401e25d43f14a3b14c26da567c"; + sha256_unsigned = "09100c2e6248b74b57de12793c446c89b8ba37401e25d43f14a3b14c26da567c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dir-810l-squashfs-sysupgrade.bin"; + sha256 = "cb209ccd9d8e969a45a21861a158172cba01a2b4f59edb3ebcd0879ee3b07161"; + sha256_unsigned = "7e8e98e0c64671972e01362e97bb6c30ffe663c8f712fbece34f443dac136807"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-810l" + "dir-810l" + ]; + titles = [ + { + model = "DIR-810L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-116-a1-initramfs-kernel.bin"; + sha256 = "c3bef024d2678d6dd84efa4337a0775f904b2292276c6c0aabf2d0b94bae2d5e"; + sha256_unsigned = "c3bef024d2678d6dd84efa4337a0775f904b2292276c6c0aabf2d0b94bae2d5e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "5957d04d25fe28ba202ea9b414bec996aec2d7ac769a0b5f085890cdcfe2866f"; + sha256_unsigned = "5957d04d25fe28ba202ea9b414bec996aec2d7ac769a0b5f085890cdcfe2866f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "00cf8f588c15d7d36c473b95d9a5002c1bd0fa29f8c2ff745c62b5da560556d3"; + sha256_unsigned = "4f11e2a51c6306725601cc99c54819e4089277e68f87c1e5a3174cddea7f467b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + model = "DWR-116"; + variant = "A1/A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-118-a1-initramfs-kernel.bin"; + sha256 = "e0aa28213ba9dffa792e382a0d119d3da1a76915cd39eb15b03d8877f1032b14"; + sha256_unsigned = "e0aa28213ba9dffa792e382a0d119d3da1a76915cd39eb15b03d8877f1032b14"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "cb39215f61a4b75881786f582b1c16aaf37b5dd71cb245ff862ab3f4e1043447"; + sha256_unsigned = "cb39215f61a4b75881786f582b1c16aaf37b5dd71cb245ff862ab3f4e1043447"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "a5d1261f530a9e70544f0b73e3589155586fc12fcd34c67693e26da07b22262b"; + sha256_unsigned = "b02815f75bbc26e49cebd54df1e4807cf016256623a3edc5de25be2d177d3288"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "e36d919451317c4ec0b6da0820d4d9dca76363242a2c9b53f2a566973aede6f7"; + sha256_unsigned = "e36d919451317c4ec0b6da0820d4d9dca76363242a2c9b53f2a566973aede6f7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "386b2eb1d28b4ab7a3d9a29f992437ba41b93667f479fdbe6c39009b06a2f2ca"; + sha256_unsigned = "ba8b97b4555ece1401fff4127ae6c48459d39646ba3129a71796f8a637ba6af4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-118-a2-initramfs-kernel.bin"; + sha256 = "7c00950ee6d30905276119d65ecbadc82afc80545129223af8b2caff8849dd30"; + sha256_unsigned = "7c00950ee6d30905276119d65ecbadc82afc80545129223af8b2caff8849dd30"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-921-c1-initramfs-kernel.bin"; + sha256 = "ee15209e615ee4d6ed651e3010d160cf9a387e6beda1d8f1a5bc3404209bf8e4"; + sha256_unsigned = "ee15209e615ee4d6ed651e3010d160cf9a387e6beda1d8f1a5bc3404209bf8e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "45bd4fa7db3e04ff4b6518e39fa3b6731bcb817e0843473ceeff341e67df01d2"; + sha256_unsigned = "9143047eaffab1133611792d69cb9d7fa3bd4fa6d96094b35355c7c9dd00ca88"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "5ab4ed0495e21aa723399b7161ea2954c000ce5e4c34b78a6a65676c5b38bd29"; + sha256_unsigned = "5ab4ed0495e21aa723399b7161ea2954c000ce5e4c34b78a6a65676c5b38bd29"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-921-c3-initramfs-kernel.bin"; + sha256 = "ee15209e615ee4d6ed651e3010d160cf9a387e6beda1d8f1a5bc3404209bf8e4"; + sha256_unsigned = "ee15209e615ee4d6ed651e3010d160cf9a387e6beda1d8f1a5bc3404209bf8e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "4eb038205acd3136fbc29aeccd0fa226150f3cfe667aa17e6b1bbbab945230a1"; + sha256_unsigned = "4eb038205acd3136fbc29aeccd0fa226150f3cfe667aa17e6b1bbbab945230a1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "2e94b1eec0b004c6e9d3d5da13d1c5d45dd16b7aea92ba4d7019f7bea2e3cc21"; + sha256_unsigned = "52b8d1e857cfe9ca104657e7150b7d90e64c48aa86497f81defc56fe0945c9ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "13bb8fc100ec8db5df6fd6e90b5b4173c8d032f221ddd7d997f0e32f635df201"; + sha256_unsigned = "76f139a7c748a06522e579dca0e486f34e56f579cf2e3eb0d53da0888fb93e4e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-922-e2-initramfs-kernel.bin"; + sha256 = "6bec967e62ccaa98a688aa8f79ad17511a611199fe4a53d6688ac263e2e9488d"; + sha256_unsigned = "6bec967e62ccaa98a688aa8f79ad17511a611199fe4a53d6688ac263e2e9488d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "d8c0bff4d04a99d2935d46ef085194172fadd744a6550f62b0f493ea5a6426a2"; + sha256_unsigned = "d8c0bff4d04a99d2935d46ef085194172fadd744a6550f62b0f493ea5a6426a2"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + model = "DWR-922"; + variant = "E2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-960 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-960"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-960-squashfs-factory.bin"; + sha256 = "703a1a551d632fbe1dcd15ab5c574a705424fe50be16279421b3cb0eed3c8e48"; + sha256_unsigned = "703a1a551d632fbe1dcd15ab5c574a705424fe50be16279421b3cb0eed3c8e48"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-960-initramfs-kernel.bin"; + sha256 = "c8464007a7e01b8ae3a9533e2d6995f2c2c6c90c6294337de10cc0e2dc7f5c42"; + sha256_unsigned = "c8464007a7e01b8ae3a9533e2d6995f2c2c6c90c6294337de10cc0e2dc7f5c42"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-960-squashfs-sysupgrade.bin"; + sha256 = "14efc58eca80265340768df6a838c4db38d6c026726199ea9f9df381b167f49a"; + sha256_unsigned = "4d194889f35982f38a7114ed53d37cf708642a7ef51d25e526cc76c6984a0e81"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-960" + ]; + titles = [ + { + model = "DWR-960"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-961-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-961-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-961-a1-initramfs-kernel.bin"; + sha256 = "cef49d0e34c6e31eb6ec0e2a63dadce330415a07d0b77138bd616a8ea795c9a3"; + sha256_unsigned = "cef49d0e34c6e31eb6ec0e2a63dadce330415a07d0b77138bd616a8ea795c9a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-961-a1-squashfs-factory.bin"; + sha256 = "98fe9c3906056cb58dfa5c74ddfaa6eddc2105d9ee346dc0179efeab844d328a"; + sha256_unsigned = "98fe9c3906056cb58dfa5c74ddfaa6eddc2105d9ee346dc0179efeab844d328a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dlink_dwr-961-a1-squashfs-sysupgrade.bin"; + sha256 = "9bc225c3fa367f15ab65681813f6708db2e44531509711f7c19f348c7de9ae74"; + sha256_unsigned = "d7bafa00e85a04c4de55e75bca21494258dc6955d6d52b468303a95fa15c094f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-961-a1" + ]; + titles = [ + { + model = "DWR-961"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + domywifi_dm202 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-domywifi_dm202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-domywifi_dm202-initramfs-kernel.bin"; + sha256 = "6133ae7dc7497f4f27441a6af35c35da847410d64be49ba2e401eb85eeda76d3"; + sha256_unsigned = "6133ae7dc7497f4f27441a6af35c35da847410d64be49ba2e401eb85eeda76d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-domywifi_dm202-squashfs-sysupgrade.bin"; + sha256 = "f0a37add952ff49bf86011b890c250b85cf760e314d43cb661b76784493a2d7f"; + sha256_unsigned = "76649945e4aca8a42c2bfc8627fcaed25c4658a96448d19c4ac322cbda69a28b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "domywifi,dm202" + ]; + titles = [ + { + model = "DM202"; + vendor = "DomyWifi"; + } + ]; + }; + domywifi_dm203 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-domywifi_dm203"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-domywifi_dm203-squashfs-sysupgrade.bin"; + sha256 = "b393a0cceb891c8c0a8572de2fe5a87deb58a4c2ead6d441574bf459f30baca8"; + sha256_unsigned = "ab87136d479c408b54fdcc7f43115ece2225d8d5f5e425fda50997c448f302fd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-domywifi_dm203-initramfs-kernel.bin"; + sha256 = "25092489b556255fa157c1b147c5667704b4d7e2e7e9b1e08f2716cef276ace1"; + sha256_unsigned = "25092489b556255fa157c1b147c5667704b4d7e2e7e9b1e08f2716cef276ace1"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dm203" + ]; + titles = [ + { + model = "DM203"; + vendor = "DomyWifi"; + } + ]; + }; + domywifi_dw22d = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-domywifi_dw22d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-domywifi_dw22d-squashfs-sysupgrade.bin"; + sha256 = "e6ad0fee54587b04b259ec2dc455c518bea1b2a601d9aae41bdcbadc1c0a933a"; + sha256_unsigned = "0afccdeb793e5297c3fde2b7a37bb721e5dd1fafe5cb6f94bc1bce65e4fefe00"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-domywifi_dw22d-initramfs-kernel.bin"; + sha256 = "80831212b896831377a17b9b6c6ad64fad77dd0f21219db494fcdf3324258e80"; + sha256_unsigned = "80831212b896831377a17b9b6c6ad64fad77dd0f21219db494fcdf3324258e80"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dw22d" + ]; + titles = [ + { + model = "DW22D"; + vendor = "DomyWifi"; + } + ]; + }; + dovado_tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-dovado_tiny-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-dovado_tiny-ac-initramfs-kernel.bin"; + sha256 = "16809761b662d7ef8ec661b0b9e8d2bc940ff2f9301a467ce3caab32ed9ebb53"; + sha256_unsigned = "16809761b662d7ef8ec661b0b9e8d2bc940ff2f9301a467ce3caab32ed9ebb53"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-dovado_tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "27ff798de679efdbc4e0b0c0a90504cc2160482dd503e07dd2558cc26cb55503"; + sha256_unsigned = "14766501abf011cca7f2aa0bccde9aaa7ae556cb56d58fcb1170b85441bc882f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dovado,tiny-ac" + "tiny-ac" + ]; + titles = [ + { + model = "Tiny AC"; + vendor = "Dovado"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "b3d5a215b67b1754e0197c80fe5e3a33d6c1c1c58ccc77c5c6a0ff689e2d4f04"; + sha256_unsigned = "504eaa950d8c5ed500abc6621bc7219b56e5fd042f1c990e304a80a4e2e6562a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-edimax_br-6478ac-v2-initramfs-kernel.bin"; + sha256 = "53f754b3417de4a81bdab507a44f339ec0fd710ac1827f09af3918872bb29c66"; + sha256_unsigned = "53f754b3417de4a81bdab507a44f339ec0fd710ac1827f09af3918872bb29c66"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + model = "BR-6478AC"; + variant = "V2"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7476rpc = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-edimax_ew-7476rpc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-edimax_ew-7476rpc-initramfs-kernel.bin"; + sha256 = "d60232a3f5fb58ffb43390ddd42a144ada172b758bb6176c094c789a0a3e0d1d"; + sha256_unsigned = "d60232a3f5fb58ffb43390ddd42a144ada172b758bb6176c094c789a0a3e0d1d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-edimax_ew-7476rpc-squashfs-sysupgrade.bin"; + sha256 = "f6b67db4bf1312afaf232bb4ff23681544cc47f66b13194bc94ca36a254435e8"; + sha256_unsigned = "a33bf57b8532f162e81706260c516ef03b5e399dfba760b190fb032d641ecf1b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7476rpc" + ]; + titles = [ + { + model = "EW-7476RPC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478ac = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-edimax_ew-7478ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-edimax_ew-7478ac-squashfs-sysupgrade.bin"; + sha256 = "247bcf2cbff4b94ad0b01dcec8e646656961de1b15d327a378a47454cc70660e"; + sha256_unsigned = "471974e31f46b3d5eb5636d37929855407eb1fdb3255e9b4559cfa066793479f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-edimax_ew-7478ac-initramfs-kernel.bin"; + sha256 = "deef7ae81cf711115a1288ad0807ff3cf4657b54a7dc034e96fdbcba6b4a71c3"; + sha256_unsigned = "deef7ae81cf711115a1288ad0807ff3cf4657b54a7dc034e96fdbcba6b4a71c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478ac" + ]; + titles = [ + { + model = "EW-7478AC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478apc = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-edimax_ew-7478apc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-edimax_ew-7478apc-squashfs-sysupgrade.bin"; + sha256 = "eb9245984d36c67ba320ca97e84c5606e3094d2cbbd0ed616ce827bbff93e5b6"; + sha256_unsigned = "9f5128c055e3a1e749f6a39db98378134f3f7f7ea5143282baf858b16fd387cf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-edimax_ew-7478apc-initramfs-kernel.bin"; + sha256 = "f797b17a6c4a91886ef1651ce0eefdee39a4ac5db952cdcabbdc031cc739767e"; + sha256_unsigned = "f797b17a6c4a91886ef1651ce0eefdee39a4ac5db952cdcabbdc031cc739767e"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478apc" + ]; + titles = [ + { + model = "EW-7478APC"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-elecom_wrh-300cr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-elecom_wrh-300cr-initramfs-kernel.bin"; + sha256 = "f6c9f7d46b674b0b184b46fce028742d0fbfdf902123362afc2692054ce1ecce"; + sha256_unsigned = "f6c9f7d46b674b0b184b46fce028742d0fbfdf902123362afc2692054ce1ecce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-elecom_wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "b71e149ae535b4a9f176ccdd9f20ea4a6faad6e448a69aa2f2b4507372df335b"; + sha256_unsigned = "f9d30bf99304abe1e499d1ad9a5e0c8eb7c69cb1aeccf6a9ed79a24855782450"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-elecom_wrh-300cr-squashfs-factory.bin"; + sha256 = "4a0765e4a83e5269bcbe540c0eb80ac6cdf134ba290dd8709cacb99f204e4788"; + sha256_unsigned = "4a0765e4a83e5269bcbe540c0eb80ac6cdf134ba290dd8709cacb99f204e4788"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrh-300cr" + "wrh-300cr" + ]; + titles = [ + { + model = "WRH-300CR"; + vendor = "Elecom"; + } + ]; + }; + engenius_esr600 = { + device_packages = [ + "kmod-rt2800-pci" + "kmod-usb-storage" + "kmod-usb-ohci" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-engenius_esr600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-engenius_esr600-squashfs-factory.dlf"; + sha256 = "94c5c9708346712e0cb6288e019676d573212843c5b7d73be35c6914fb228666"; + sha256_unsigned = "94c5c9708346712e0cb6288e019676d573212843c5b7d73be35c6914fb228666"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-engenius_esr600-squashfs-sysupgrade.bin"; + sha256 = "7ac5bf7e7bdc9cdeff3754970ff55045ebf065767dbc806f986d73b7a8d90e86"; + sha256_unsigned = "9c76ca3cd0391fe10d7e60613629ebfd46226f6343f7eb6e94123341f8cd6da1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-engenius_esr600-initramfs-kernel.bin"; + sha256 = "54d8bd28e8ec42223176566d1d36c12a297b1001e414f73ef8783efbc00c6e80"; + sha256_unsigned = "54d8bd28e8ec42223176566d1d36c12a297b1001e414f73ef8783efbc00c6e80"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,esr600" + ]; + titles = [ + { + model = "ESR600"; + vendor = "EnGenius"; + } + ]; + }; + fon_fon2601 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-fon_fon2601"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-fon_fon2601-initramfs-kernel.bin"; + sha256 = "ae4576bf589c8cfb2aa496db79570983c97ee75fa1863cdef5871b560b67911c"; + sha256_unsigned = "ae4576bf589c8cfb2aa496db79570983c97ee75fa1863cdef5871b560b67911c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-fon_fon2601-squashfs-sysupgrade.bin"; + sha256 = "3339d9eeaeb7c3164b8ee9bf1cdecda3091d13c085b834056d32284d16f24dd8"; + sha256_unsigned = "dd80aa3a9c7e8f8f70b13b010312c70da69f0a0b4aebfca27a97c82c9814a8c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fon,fon2601" + ]; + titles = [ + { + model = "FON2601"; + vendor = "Fon"; + } + ]; + }; + glinet_gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-glinet_gl-mt300a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-glinet_gl-mt300a-initramfs-kernel.bin"; + sha256 = "b49a4741ea1aeff43c2b62b018447e43aff94726b3cc0f674e6b2a2fc140dcc7"; + sha256_unsigned = "b49a4741ea1aeff43c2b62b018447e43aff94726b3cc0f674e6b2a2fc140dcc7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "b48ab334bc1e4814ae7ef73d1a6f7d58ccef6a113921c9900be41d86a98ae9cd"; + sha256_unsigned = "1a9cab7b767e5b3e49ca03cdd39c177404de3ca6c32dc86c517a727ef35aabad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300a" + "gl-mt300a" + ]; + titles = [ + { + model = "GL-MT300A"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-glinet_gl-mt300n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-glinet_gl-mt300n-initramfs-kernel.bin"; + sha256 = "cab4b794b2532064122559043d4579333cb8db77c4777238195df782693bedd5"; + sha256_unsigned = "cab4b794b2532064122559043d4579333cb8db77c4777238195df782693bedd5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-glinet_gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "f640ebf1f02b6882a924c73efecc51348a0e2b922ce3f976355de7b40833685e"; + sha256_unsigned = "04c8793aa16b859066d30ab94b3a2d8730f66e0de029705939a8c23584027b55"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n" + "gl-mt300n" + ]; + titles = [ + { + model = "GL-MT300N"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-glinet_gl-mt750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-glinet_gl-mt750-initramfs-kernel.bin"; + sha256 = "ca591cdea7f7d4d0f3bcd4a6ab2b2cee90bfb06bfd0b885ca5eaf1de59185ac8"; + sha256_unsigned = "ca591cdea7f7d4d0f3bcd4a6ab2b2cee90bfb06bfd0b885ca5eaf1de59185ac8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "1308e2054823d2cc660f460595c7074d718d3ac501e5bdbaafcd2d3d6e79645e"; + sha256_unsigned = "75b4c0e8cf6165b45eed59f4bdb73801033223d950e084ef5dda785e797b3d4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt750" + "gl-mt750" + ]; + titles = [ + { + model = "GL-MT750"; + vendor = "GL.iNet"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-head-weblink_hdrm200-initramfs-kernel.bin"; + sha256 = "b16b294ebccf73c5723ada0dbfe42f6ce6ed3b97dbf984d3dac61d3ad1742516"; + sha256_unsigned = "b16b294ebccf73c5723ada0dbfe42f6ce6ed3b97dbf984d3dac61d3ad1742516"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "95268168cb8d9f026ee8645ffe835cc45e9da67829e04297ca7f7fdb9c17854c"; + sha256_unsigned = "6878f2a14b4ff206185b4276c2d9e5d81b8bf38ed5283c73ca464c82280c4371"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + model = "HDRM2000"; + vendor = "Head Weblink"; + } + ]; + }; + hiwifi_hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-hiwifi_hc5661"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-hiwifi_hc5661-initramfs-kernel.bin"; + sha256 = "620e2eeefa080ed36081447b0124ff489afd0fb7ae97df913cc78320ec9664d8"; + sha256_unsigned = "620e2eeefa080ed36081447b0124ff489afd0fb7ae97df913cc78320ec9664d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"; + sha256 = "f4f53518b638f9bebd2dd8f062651d21921b6a6538402ae578bdd250f3e074c3"; + sha256_unsigned = "6efe0edf400934c04e35340e94569388a40657201f29e9ab1615e5e0f4dd9be2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5661" + "hc5661" + ]; + titles = [ + { + model = "HC5661"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-hiwifi_hc5761"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-hiwifi_hc5761-initramfs-kernel.bin"; + sha256 = "568eda7d2950b5a4ac202eef054b5bc2c98d20ad1dc81b8efb405985a4dc340d"; + sha256_unsigned = "568eda7d2950b5a4ac202eef054b5bc2c98d20ad1dc81b8efb405985a4dc340d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"; + sha256 = "161b7047c9cad5b75ef1c70b34a8a339e44650a364c81a40ca80bdf443e69d1c"; + sha256_unsigned = "efc0e583379bd88e05b50c2b687a4d9b0d0cd2539428869fc1023119829e8cec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5761" + "hc5761" + ]; + titles = [ + { + model = "HC5761"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-hiwifi_hc5861"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"; + sha256 = "8d60f2be0c97e9420d8908912fe73278cacce281d6be91d29dbe1cfe21a58322"; + sha256_unsigned = "db65770f0ebab52bff76e1f6132761d3af68161d93888be4562efc5930abb1a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-hiwifi_hc5861-initramfs-kernel.bin"; + sha256 = "bb773596361fd9c528b09f32609e6303270f6d2bb7b95e8b08f4de40891c567a"; + sha256_unsigned = "bb773596361fd9c528b09f32609e6303270f6d2bb7b95e8b08f4de40891c567a"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861" + "hc5861" + ]; + titles = [ + { + model = "HC5861"; + vendor = "HiWiFi"; + } + ]; + }; + hnet_c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-hnet_c108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-hnet_c108-squashfs-sysupgrade.bin"; + sha256 = "b27653de834915e89ea9d9c18863ecafca9ecf1112b71d6441b7531ce5ea9d5b"; + sha256_unsigned = "55e24114e2f52411fdd381ffc27b8fc757b086021f336ec50397e1d2202481f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-hnet_c108-initramfs-kernel.bin"; + sha256 = "8a0e2f7bca9f35d413b1a2614435f7bf64d9db1330ed5bbe6b45e58cdbe75c4f"; + sha256_unsigned = "8a0e2f7bca9f35d413b1a2614435f7bf64d9db1330ed5bbe6b45e58cdbe75c4f"; + type = "kernel"; + } + ]; + supported_devices = [ + "hnet,c108" + "c108" + ]; + titles = [ + { + model = "C108"; + vendor = "HNET"; + } + ]; + }; + hootoo_ht-tm05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-hootoo_ht-tm05"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-hootoo_ht-tm05-initramfs-kernel.bin"; + sha256 = "9fd10b60ed100439e163ce7c401fe82d22c139c9c2eb72c7c15eea05f766b914"; + sha256_unsigned = "9fd10b60ed100439e163ce7c401fe82d22c139c9c2eb72c7c15eea05f766b914"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-hootoo_ht-tm05-squashfs-rootfs.bin"; + sha256 = "ef424c74bc78457735f5d97475d8e6c4d1fab936a3cabaec7edfa31f4e6e9702"; + sha256_unsigned = "ef424c74bc78457735f5d97475d8e6c4d1fab936a3cabaec7edfa31f4e6e9702"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-hootoo_ht-tm05-squashfs-kernel.bin"; + sha256 = "abcb338795cd8fe4e75b4d83a04b6953960725c005f56eb1f2036244aca0c513"; + sha256_unsigned = "abcb338795cd8fe4e75b4d83a04b6953960725c005f56eb1f2036244aca0c513"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-hootoo_ht-tm05-squashfs-sysupgrade.bin"; + sha256 = "e1ac806fbaf57ac1ac63282dfba12199f7af4e8de878ba6b388fc3c1fc2182f2"; + sha256_unsigned = "2d967f88bffee09e791ae2cf554747a7f55ed046a46b8420ddd9fc3451be3f49"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hootoo,ht-tm05" + ]; + titles = [ + { + model = "HT-TM05"; + vendor = "HooToo"; + } + ]; + }; + humax_e2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-humax_e2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-humax_e2-initramfs-kernel.bin"; + sha256 = "6c2b31e9c9607e183d1466c2a4b1e97948b5125d4346eefc3b93d8fc73ba86be"; + sha256_unsigned = "6c2b31e9c9607e183d1466c2a4b1e97948b5125d4346eefc3b93d8fc73ba86be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-humax_e2-squashfs-sysupgrade.bin"; + sha256 = "8eda6b8c33fb2cacec671ce1354db4adb06f1cd2c2e0549ce2005ab3f5fcce42"; + sha256_unsigned = "e7266bdbcac14d4f27cf3d5583eafd1e5c63e64a6da40a8fcc354923e7b8ce05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "humax,e2" + ]; + titles = [ + { + model = "E2"; + vendor = "HUMAX"; + } + { + model = "QUANTUM E2"; + vendor = "HUMAX"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-iodata_wn-ac1167gr-initramfs-kernel.bin"; + sha256 = "3e09aa5404a0ea964363b1fe3af5663e2f724df66e1f80e96462d6e99101ce3c"; + sha256_unsigned = "3e09aa5404a0ea964363b1fe3af5663e2f724df66e1f80e96462d6e99101ce3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "726850fcbfeb4ae227af855eaf6d390d2c08323ab59d4962d706abb160bfd53a"; + sha256_unsigned = "f76b24b508e55c8354051f695bb7f9ad8efb3d11cdd1fb2998daa315ea0d47f9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "6da1183359039ea6aa289f2f308c59df4085ca451452a11110972f7906aa734d"; + sha256_unsigned = "6da1183359039ea6aa289f2f308c59df4085ca451452a11110972f7906aa734d"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + model = "WN-AC1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "e45016ab76f76a93017a312d0287dc9fdb3f3e5513bce296d64a192b3470040b"; + sha256_unsigned = "e45016ab76f76a93017a312d0287dc9fdb3f3e5513bce296d64a192b3470040b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-iodata_wn-ac733gr3-initramfs-kernel.bin"; + sha256 = "c47c8c76535f38252c05a106cd4a51019feb15a7ac332827212111011c31c586"; + sha256_unsigned = "c47c8c76535f38252c05a106cd4a51019feb15a7ac332827212111011c31c586"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "051e97f54344b3829b32a7e210d9e8037828f4a03bbbd8d1acb6a0bc5285ab13"; + sha256_unsigned = "8b32b82ce3c8aba6236e5855d3f82fe1ebf3218bb5d2647f1e56434aefd337b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + model = "WN-AC733GR3"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a1004ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-iptime_a1004ns"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-iptime_a1004ns-initramfs-kernel.bin"; + sha256 = "917ecf5003b8d4aebc54a1b798caa5f967470849bce98327784648a2c71932be"; + sha256_unsigned = "917ecf5003b8d4aebc54a1b798caa5f967470849bce98327784648a2c71932be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-iptime_a1004ns-squashfs-sysupgrade.bin"; + sha256 = "93d6d3099e216739aaae257a79328dc5c077f89362aa53c797057264017bd143"; + sha256_unsigned = "3cc1a3a7992ca42d9ca6986e11523a75ab45504471fd81f7da864efe53228172"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a1004ns" + ]; + titles = [ + { + model = "A1004ns"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a104ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-iptime_a104ns"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-iptime_a104ns-initramfs-kernel.bin"; + sha256 = "3c90a37a6c2126f6b9d0a3a7cd493d6fe66f7e1ff6c337d1d84af805555138f1"; + sha256_unsigned = "3c90a37a6c2126f6b9d0a3a7cd493d6fe66f7e1ff6c337d1d84af805555138f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-iptime_a104ns-squashfs-sysupgrade.bin"; + sha256 = "1b16990b04509c6875e96b99a9b745ee85f3dfeb574a4b93770cdd5657bc35d3"; + sha256_unsigned = "4a396f6f7eac0b618a73e0569d24c8c7a97f1fbb1114b96f751523b940bb1ba4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a104ns" + ]; + titles = [ + { + model = "A104ns"; + vendor = "ipTIME"; + } + ]; + }; + kimax_u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-kimax_u25awf-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-kimax_u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "a2f0829010741b553ddeffa2955e5014ce4046d77bf0c66c7a158c7bee9b91fc"; + sha256_unsigned = "e5e818a5b037fa0fb80d261b100f6cb9704fefdfecffe289a53836d620dca608"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-kimax_u25awf-h1-initramfs-kernel.bin"; + sha256 = "8d5e83857e921246ef173411dd0285fc1b0f051cb8225b9632d32bd88089ca77"; + sha256_unsigned = "8d5e83857e921246ef173411dd0285fc1b0f051cb8225b9632d32bd88089ca77"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u25awf-h1" + "u25awf-h1" + ]; + titles = [ + { + model = "U25AWF"; + variant = "H1"; + vendor = "Kimax"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "ed5ef3dbc489529967386f08134108bc6c718af79347d088d0d0698836c672d4"; + sha256_unsigned = "103774066f4cafb35d92afb66abcbd6e90d02fed4b4b90760dd3874fc383be9b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-kimax_u35wf-initramfs-kernel.bin"; + sha256 = "91113446f60bb7e483176e6d55ffd8bab8f3bfc2dc0f7e83c72fef334c6ab734"; + sha256_unsigned = "91113446f60bb7e483176e6d55ffd8bab8f3bfc2dc0f7e83c72fef334c6ab734"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + model = "U35WF"; + vendor = "Kimax"; + } + ]; + }; + kingston_mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-kingston_mlw221"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-kingston_mlw221-initramfs-kernel.bin"; + sha256 = "989ed5aaf83a4dc62879c3be22f14282b4791fe8e7ef64d3726497279e42d085"; + sha256_unsigned = "989ed5aaf83a4dc62879c3be22f14282b4791fe8e7ef64d3726497279e42d085"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-kingston_mlw221-squashfs-sysupgrade.bin"; + sha256 = "a80ff7b4d9c0710c2a6c395ce5fa9d4edb286c1ef654a5b8c2e9e44728df40c7"; + sha256_unsigned = "d11e7548e975071be8bce3ae1dd7cfc838c061adfb5f42d07f7d9a928dd32cdc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlw221" + "mlw221" + ]; + titles = [ + { + model = "MLW221"; + vendor = "Kingston"; + } + ]; + }; + kingston_mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-kingston_mlwg2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-kingston_mlwg2-squashfs-sysupgrade.bin"; + sha256 = "2ff4154f270d1ca4eba9132fb921014c25a7b430ad95ac7fc615725c6473f572"; + sha256_unsigned = "2fd17db8dd7a1708c0dd6884ec3329d81c923f9473fdd913b56616907202fa06"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-kingston_mlwg2-initramfs-kernel.bin"; + sha256 = "3ee577640c9f83a5bb2ddfbb6fd033a80bfd70133808dde4a094f7b4bfae73d2"; + sha256_unsigned = "3ee577640c9f83a5bb2ddfbb6fd033a80bfd70133808dde4a094f7b4bfae73d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "kingston,mlwg2" + "mlwg2" + ]; + titles = [ + { + model = "MLWG2"; + vendor = "Kingston"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "be52ab9c4827ca1361a699cb6f5ffc3ac916b68d09f33ce55349bf58c1ca52a6"; + sha256_unsigned = "be52ab9c4827ca1361a699cb6f5ffc3ac916b68d09f33ce55349bf58c1ca52a6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "8732b49d182c3db00f36e9e780b553bc71e3e1b952bff9a20c0bef77f4228746"; + sha256_unsigned = "2304b17a0eecf4c7aca39bca16374299e59ea6ee663233182c605716096fd528"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-lava_lr-25g001-initramfs-kernel.bin"; + sha256 = "fa9a8eacab683c82a363674d163ebbf7d908f1552a0d089de357e9375be02bf1"; + sha256_unsigned = "fa9a8eacab683c82a363674d163ebbf7d908f1552a0d089de357e9375be02bf1"; + type = "kernel"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + model = "LR-25G001"; + vendor = "LAVA"; + } + ]; + }; + lb-link_bl-w1200 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-lb-link_bl-w1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-lb-link_bl-w1200-squashfs-sysupgrade.bin"; + sha256 = "83af289263c8f6d767adb6bdcd647abb4e17a73bf060a946c6e195acfa287746"; + sha256_unsigned = "c12379ed30a8943eca0c035a8f6b9c69bb762afdb26548933f3f53a5ccd1f6db"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-lb-link_bl-w1200-initramfs-kernel.bin"; + sha256 = "cc201691903ad1500d8617160dcef3b425c975ff7dc6a1be1e42505ed7ef2ea7"; + sha256_unsigned = "cc201691903ad1500d8617160dcef3b425c975ff7dc6a1be1e42505ed7ef2ea7"; + type = "kernel"; + } + ]; + supported_devices = [ + "lb-link,bl-w1200" + ]; + titles = [ + { + model = "BL-W1200"; + vendor = "LB-Link"; + } + ]; + }; + lenovo_newifi-y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-lenovo_newifi-y1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"; + sha256 = "ba833a05fcfa0957724f00413b45722530e9017b1638acb8ca1a85a65cb3ea3d"; + sha256_unsigned = "294a99fd7382a3f76a1e1b4f94d0f9cbd4ea1ee3867cd0d70fd76a3a9084bc38"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-lenovo_newifi-y1-initramfs-kernel.bin"; + sha256 = "03acf7ba3d7dab3d4ecdd88b457fba0130b1e4c0accbe4ebc6c2b249c79ca8d1"; + sha256_unsigned = "03acf7ba3d7dab3d4ecdd88b457fba0130b1e4c0accbe4ebc6c2b249c79ca8d1"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1" + "y1" + ]; + titles = [ + { + model = "Y1"; + vendor = "Lenovo"; + } + ]; + }; + lenovo_newifi-y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-lenovo_newifi-y1s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"; + sha256 = "9d34100a676e06be522ae9175257b5179ef09791d3dca24f616d97589bceba99"; + sha256_unsigned = "c278b8c4d05d6aac0569437c526a0dd876a03c8b977829afa3a5821cf139420a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-lenovo_newifi-y1s-initramfs-kernel.bin"; + sha256 = "57929f877b36e45dd72c3f9903a285af16f497bd7f09f1a3ee7d75f47d45ac5b"; + sha256_unsigned = "57929f877b36e45dd72c3f9903a285af16f497bd7f09f1a3ee7d75f47d45ac5b"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1s" + "y1s" + ]; + titles = [ + { + model = "Y1S"; + vendor = "Lenovo"; + } + ]; + }; + linksys_e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-linksys_e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-linksys_e1700-squashfs-factory.bin"; + sha256 = "97c52003a5580a1e92a9b73b0dde7ab6d809b101d48f0c3ad2e4241966d5a80f"; + sha256_unsigned = "97c52003a5580a1e92a9b73b0dde7ab6d809b101d48f0c3ad2e4241966d5a80f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-linksys_e1700-initramfs-kernel.bin"; + sha256 = "93178ff58a060f7e64b6a049e7b73f1a4dd84de706f90d3bf8711d03fc932978"; + sha256_unsigned = "93178ff58a060f7e64b6a049e7b73f1a4dd84de706f90d3bf8711d03fc932978"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-linksys_e1700-squashfs-sysupgrade.bin"; + sha256 = "cd27d1790bf14b0a3643da94a3020acfc9c41a1f634720f8cf1e83e2ab6d71d4"; + sha256_unsigned = "af06c2bd05e082dc10b5733b281d51de84d520cf87c713d7defaf06ae3eb5164"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e1700" + "e1700" + ]; + titles = [ + { + model = "E1700"; + vendor = "Linksys"; + } + ]; + }; + microduino_microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-microduino_microwrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-microduino_microwrt-squashfs-sysupgrade.bin"; + sha256 = "1ec4a21b51980a018aca77a2c743656166892f58ce8804d90c856e3cb06193f5"; + sha256_unsigned = "4f1f9ebf0d4cf8deb072930c40358d3fc42463a4940dbc2fee86cbcdb47ec55a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-microduino_microwrt-initramfs-kernel.bin"; + sha256 = "9cfdade83f68a84ac080829f7ea7a8141010e92a00907e79f1b156f57c893db1"; + sha256_unsigned = "9cfdade83f68a84ac080829f7ea7a8141010e92a00907e79f1b156f57c893db1"; + type = "kernel"; + } + ]; + supported_devices = [ + "microduino,microwrt" + "microwrt" + ]; + titles = [ + { + model = "MicroWRT"; + vendor = "Microduino"; + } + ]; + }; + netgear_ex3700 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-netgear_ex3700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-netgear_ex3700-initramfs-kernel.bin"; + sha256 = "77b2bd0d0da066e2b2adb6f9809cbad3df4db5caea97cfd7b766ff2f89275b1c"; + sha256_unsigned = "77b2bd0d0da066e2b2adb6f9809cbad3df4db5caea97cfd7b766ff2f89275b1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-netgear_ex3700-squashfs-sysupgrade.bin"; + sha256 = "e4d565baef3afd499fdc39beb7629dfdfd74f7f501cdf8543ec2f5925600c6ac"; + sha256_unsigned = "eda03920918c3073d8c985f5745ebd7ab3f485539f20776f19b4272b4523994d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-netgear_ex3700-squashfs-factory.chk"; + sha256 = "3ab6f5997b2067f1d4fdc1d1925a02cb7f97390bdf3bbb54f51b28d82c653240"; + sha256_unsigned = "3ab6f5997b2067f1d4fdc1d1925a02cb7f97390bdf3bbb54f51b28d82c653240"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex3700" + "ex3700" + ]; + titles = [ + { + model = "EX3700/EX3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6120 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-netgear_ex6120"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-netgear_ex6120-initramfs-kernel.bin"; + sha256 = "bea034009bd445578220329f3eb453023228b38b3d2223af5c382bb8a2fda225"; + sha256_unsigned = "bea034009bd445578220329f3eb453023228b38b3d2223af5c382bb8a2fda225"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-netgear_ex6120-squashfs-sysupgrade.bin"; + sha256 = "47c9c871c125d5c64f92954a4b8cc22cf566be2822514ea25cebd592c00a77ff"; + sha256_unsigned = "4818f63eb545d9e89e347fb60390c778ea77a696f0739aca1a6acf117db15732"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-netgear_ex6120-squashfs-factory.chk"; + sha256 = "0d56600fca097b075b300dd85cd8eda739a74b4fd66aa0f31a423882affe1bd8"; + sha256_unsigned = "0d56600fca097b075b300dd85cd8eda739a74b4fd66aa0f31a423882affe1bd8"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6120" + ]; + titles = [ + { + model = "EX6120"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6130 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-netgear_ex6130"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-netgear_ex6130-squashfs-factory.chk"; + sha256 = "2294e65868d5a0cd4e57138b878200eb62e22ff1fb5eaefaa2de5211673e7d53"; + sha256_unsigned = "2294e65868d5a0cd4e57138b878200eb62e22ff1fb5eaefaa2de5211673e7d53"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-netgear_ex6130-initramfs-kernel.bin"; + sha256 = "5c0aa07c32ec6433f6accf9c7d85833fdb36141f8c11c071075675a776759c73"; + sha256_unsigned = "5c0aa07c32ec6433f6accf9c7d85833fdb36141f8c11c071075675a776759c73"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-netgear_ex6130-squashfs-sysupgrade.bin"; + sha256 = "b44f626ce58ac2da46c8657e34c6295a9d57cf4e0096a83d19d2673974368b95"; + sha256_unsigned = "33bd675a2277d46510a692d1c2b0d7fcaa3ed9d18442533bf3a8141920f5ede3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6130" + ]; + titles = [ + { + model = "EX6130"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-netgear_wn3000rp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-netgear_wn3000rp-v3-squashfs-factory.bin"; + sha256 = "049f9cdc37e638cf7489ff15eec623a72f773b715b6ec8cf2dd30fd24ebf2b05"; + sha256_unsigned = "049f9cdc37e638cf7489ff15eec623a72f773b715b6ec8cf2dd30fd24ebf2b05"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-netgear_wn3000rp-v3-initramfs-kernel.bin"; + sha256 = "4f07bc842539e7943aad6a71dd13c08f8ac318c3257261de058a143f4aac7b11"; + sha256_unsigned = "4f07bc842539e7943aad6a71dd13c08f8ac318c3257261de058a143f4aac7b11"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-netgear_wn3000rp-v3-squashfs-sysupgrade.bin"; + sha256 = "ad438f4673e45696c134c66820be9f93637b71b321a01bac4393344dbcfb08de"; + sha256_unsigned = "8375069df351d2e0175416b302e1f4361e8532eb0d22f39d0ae47fe50839eb6c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wn3000rp-v3" + "wn3000rpv3" + ]; + titles = [ + { + model = "WN3000RP"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3100rp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-netgear_wn3100rp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-netgear_wn3100rp-v2-squashfs-sysupgrade.bin"; + sha256 = "b43c25eea97f6542d27b71e20175a6324d22a580a1717537e83f3ed66f353dfb"; + sha256_unsigned = "9e1db9b76cfabb48d1f027822473cf80ac24187720dfba7355883848c5c31eec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-netgear_wn3100rp-v2-squashfs-factory.bin"; + sha256 = "c9b6e6af122f1ccb89545e7a7d6bfc8a30ad3f6f5ba4ef6d1c72881ac17d1d53"; + sha256_unsigned = "c9b6e6af122f1ccb89545e7a7d6bfc8a30ad3f6f5ba4ef6d1c72881ac17d1d53"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-netgear_wn3100rp-v2-initramfs-kernel.bin"; + sha256 = "96c35e89e5911af264668e670e30fba33ff732d552c5de4822f01942d191305b"; + sha256_unsigned = "96c35e89e5911af264668e670e30fba33ff732d552c5de4822f01942d191305b"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wn3100rp-v2" + ]; + titles = [ + { + model = "WN3100RP"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2770 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-netis_wf2770"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-netis_wf2770-initramfs-kernel.bin"; + sha256 = "3e502dd0bb62850a520b224880f36cfeec0177c980455d46910bd5fcf51c9f58"; + sha256_unsigned = "3e502dd0bb62850a520b224880f36cfeec0177c980455d46910bd5fcf51c9f58"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-netis_wf2770-squashfs-sysupgrade.bin"; + sha256 = "8c06fec4f393f4d41a124eb08bda171c4529102eba09c87e9ae47a0b62a2fb71"; + sha256_unsigned = "883e81d47c27346586d2ecd0e2d08865c0cb4faa540886eef3196916329c6edf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netis,wf2770" + ]; + titles = [ + { + model = "WF2770"; + vendor = "NETIS"; + } + ]; + }; + nexx_wt3020-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-nexx_wt3020-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-nexx_wt3020-8m-squashfs-sysupgrade.bin"; + sha256 = "f72480aac30c9694bd08ceae24206db56f45c70ca82713325c5db4408b4da97c"; + sha256_unsigned = "28e65fa545b008e4142baac1530b3a1f0cc461c7e28abc13b106f3a22c00842b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-nexx_wt3020-8m-initramfs-kernel.bin"; + sha256 = "39a36918389a40fc6e406dd1206e57319061b4f58edb855edbd38535251ede2b"; + sha256_unsigned = "39a36918389a40fc6e406dd1206e57319061b4f58edb855edbd38535251ede2b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-nexx_wt3020-8m-squashfs-factory.bin"; + sha256 = "bd4130a9227a84f4b604c9044f24e77865e60f27522aee3f670f80411222b800"; + sha256_unsigned = "bd4130a9227a84f4b604c9044f24e77865e60f27522aee3f670f80411222b800"; + type = "factory"; + } + ]; + supported_devices = [ + "nexx,wt3020-8m" + "wt3020" + "wt3020-8M" + ]; + titles = [ + { + model = "WT3020"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + ohyeah_oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-ohyeah_oy-0001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-ohyeah_oy-0001-initramfs-kernel.bin"; + sha256 = "c295e64f2d3dd174802865961564c1c7342ccea00f95c205a3d420e109203fbb"; + sha256_unsigned = "c295e64f2d3dd174802865961564c1c7342ccea00f95c205a3d420e109203fbb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-ohyeah_oy-0001-squashfs-sysupgrade.bin"; + sha256 = "8a2bc427586f5183bcc768c387393c6afb1cf63f1d0d402b9571f854e346517f"; + sha256_unsigned = "9646c38d54a95760b80313fdc267d569cd1c4cbd603b907ad7b51612a8d96a15"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ohyeah,oy-0001" + "oy-0001" + ]; + titles = [ + { + model = "OY-0001"; + vendor = "Oh Yeah"; + } + ]; + }; + "phicomm_k2-v22.4" = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-phicomm_k2-v22.4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-phicomm_k2-v22.4-squashfs-sysupgrade.bin"; + sha256 = "c748e307edb25197193f504de31ff0ddfa6a6c7e0306da99bb08ce334f854df5"; + sha256_unsigned = "8c9a3d4135f8d03a80fa9f0c9b7cbde71dc67364f615aa33b8d46b6bd66494cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-phicomm_k2-v22.4-initramfs-kernel.bin"; + sha256 = "68c2a770559a7c0588a0edb8fce7d06d076850d861d2776c1c299061e5fd608f"; + sha256_unsigned = "68c2a770559a7c0588a0edb8fce7d06d076850d861d2776c1c299061e5fd608f"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2-v22.4" + "psg1218" + "psg1218a" + "phicomm,psg1218a" + ]; + titles = [ + { + model = "K2"; + variant = "v22.4 or older"; + vendor = "Phicomm"; + } + ]; + }; + "phicomm_k2-v22.5" = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-phicomm_k2-v22.5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-phicomm_k2-v22.5-initramfs-kernel.bin"; + sha256 = "bdfc8c8cf1ffa2004f5f09b2cab9ce23db6618cff7a3137fe784661c8fcef66b"; + sha256_unsigned = "bdfc8c8cf1ffa2004f5f09b2cab9ce23db6618cff7a3137fe784661c8fcef66b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-phicomm_k2-v22.5-squashfs-sysupgrade.bin"; + sha256 = "6068a212d440f122b8d9f07784884e8f1451bc01eb0fd55d92cd345d5648d359"; + sha256_unsigned = "be83e50f1a62b4f608944307932b28298b91a145b6a6c79600d56d9a7971e28b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2-v22.5" + ]; + titles = [ + { + model = "K2"; + variant = "v22.5 or newer"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "4632f8522afa400356bc6b9a29396bfd521e74fffab64b54a48cb49521fd2904"; + sha256_unsigned = "5b8824e54ba240ebda4ed43d89d59c46c7e3454b56a7e96599e1762e81ace31c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-phicomm_k2g-initramfs-kernel.bin"; + sha256 = "12970d60ae01a47af5fed6227f283e873121cc2b1c631ef3dcf1b8ec02a631d3"; + sha256_unsigned = "12970d60ae01a47af5fed6227f283e873121cc2b1c631ef3dcf1b8ec02a631d3"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + model = "K2G"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-phicomm_psg1208"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-phicomm_psg1208-initramfs-kernel.bin"; + sha256 = "2bae97076d390e7718e929cdb0052fbff364e98529e8404b6227437520632ad0"; + sha256_unsigned = "2bae97076d390e7718e929cdb0052fbff364e98529e8404b6227437520632ad0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-phicomm_psg1208-squashfs-sysupgrade.bin"; + sha256 = "1a25f1bfeb99ec51cb6b8eff10f9fbda15e9ce81d0021ee7efef902ea010c53d"; + sha256_unsigned = "aa89711277d77d744c628fd28cd64f5047c3429e729ba67f86ca18b5ff7af6c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,psg1208" + "psg1208" + ]; + titles = [ + { + model = "PSG1208"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-phicomm_psg1218b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-phicomm_psg1218b-squashfs-sysupgrade.bin"; + sha256 = "2611606a0c24699203d25a59d049449fa7294cd71ce14caea7249d12c52a83e7"; + sha256_unsigned = "4b8da7affb7ddec0ad8884e74fa23d902638e63b6c2d1a1f700b8c6e3185c8ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-phicomm_psg1218b-initramfs-kernel.bin"; + sha256 = "c2a708ed943d4536dde474ff95e64a224da27edd09626fc0c405b895422c2298"; + sha256_unsigned = "c2a708ed943d4536dde474ff95e64a224da27edd09626fc0c405b895422c2298"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1218b" + "psg1218" + "psg1218b" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Bx"; + vendor = "Phicomm"; + } + ]; + }; + planex_cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-planex_cs-qr10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-planex_cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "589092f1b5d40116c9ddb82cceea6170b826211efe18a2527e92327ff7943ff1"; + sha256_unsigned = "21727961298cdb16ef33f7b71dd02e05b13474bd76daaa2ceab11853b13d8e45"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-planex_cs-qr10-initramfs-kernel.bin"; + sha256 = "970aeaff73fbdb5ef0ed6ea88c5fe66a2a8bd3cf11af105fb26c06bf19ef6960"; + sha256_unsigned = "970aeaff73fbdb5ef0ed6ea88c5fe66a2a8bd3cf11af105fb26c06bf19ef6960"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,cs-qr10" + "cs-qr10" + ]; + titles = [ + { + model = "CS-QR10"; + vendor = "Planex"; + } + ]; + }; + planex_db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-planex_db-wrt01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-planex_db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "65186b9442449cfbadad26627a305c2868b8b4202b00823e9579060b17644c71"; + sha256_unsigned = "896906ca24c24b6f2b9315e96ce376fc7497b2a7f01fd08b9a3a3baa8b5ce238"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-planex_db-wrt01-initramfs-kernel.bin"; + sha256 = "0c4992890194937fdc61fb7f23024ae7c2a8e72d797169ea53bc571444c452f5"; + sha256_unsigned = "0c4992890194937fdc61fb7f23024ae7c2a8e72d797169ea53bc571444c452f5"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,db-wrt01" + "db-wrt01" + ]; + titles = [ + { + model = "DB-WRT01"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-planex_mzk-750dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-planex_mzk-750dhp-initramfs-kernel.bin"; + sha256 = "2b0871354273106da10e11393b3bd2ce36468208375bce6dc92cc513eff346aa"; + sha256_unsigned = "2b0871354273106da10e11393b3bd2ce36468208375bce6dc92cc513eff346aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-planex_mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "883b16a40e8f8a382ca95003c0a1ea5951639faff556445a97bbc87ba37ff55a"; + sha256_unsigned = "b2ab435769ede6673e9d931994453568c3e488ab7b2728fbeb6ee64284b99014"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-750dhp" + "mzk-750dhp" + ]; + titles = [ + { + model = "MZK-750DHP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-planex_mzk-ex300np"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-planex_mzk-ex300np-initramfs-kernel.bin"; + sha256 = "0e6a8371def50c4a11e1e6ceed92e457fb78ee2bb5b72ad3d7ebb275ba8812aa"; + sha256_unsigned = "0e6a8371def50c4a11e1e6ceed92e457fb78ee2bb5b72ad3d7ebb275ba8812aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-planex_mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "1af1a05d0dcb98a2981a417955d5886fe8cffa32a7c2f58a82ab4ab0cb237a57"; + sha256_unsigned = "7399582a30e86f68d069d08076c4afb2319d7370936f76d758c7f6eb7e5dbd0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-ex300np" + "mzk-ex300np" + ]; + titles = [ + { + model = "MZK-EX300NP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-planex_mzk-ex750np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-planex_mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "296e413b2cb6fecfc1179ae7fccd3ad993e8a56a4d2cfb515b437a5795fe5558"; + sha256_unsigned = "8c0daa3a00ad35c642da5af2576f85967351e32ca9809e80efb16a35a42c37cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-planex_mzk-ex750np-initramfs-kernel.bin"; + sha256 = "bd4712ac4c1e085f6e30ad14035c4b62357936ebab7ee9b69af412ee04af3d7e"; + sha256_unsigned = "bd4712ac4c1e085f6e30ad14035c4b62357936ebab7ee9b69af412ee04af3d7e"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex750np" + "mzk-ex750np" + ]; + titles = [ + { + model = "MZK-EX750NP"; + vendor = "Planex"; + } + ]; + }; + ralink_mt7620a-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-ralink_mt7620a-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-ralink_mt7620a-evb-initramfs-kernel.bin"; + sha256 = "3d6331e0223151665ad501626a951527aa5640af2179914de51ff049d019a846"; + sha256_unsigned = "3d6331e0223151665ad501626a951527aa5640af2179914de51ff049d019a846"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-ralink_mt7620a-evb-squashfs-sysupgrade.bin"; + sha256 = "5834e2fe7ffc4727f41b65d5adadc40e35537edbb867a56b55a863c13aac80d6"; + sha256_unsigned = "9faa6555b7a729ec3ab4f0f86d2785ab88dfedc8bf56bc0070396610f8aec29b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-evb" + ]; + titles = [ + { + model = "MT7620a EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7530-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-ralink_mt7620a-mt7530-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-ralink_mt7620a-mt7530-evb-squashfs-sysupgrade.bin"; + sha256 = "43814ed524ae3dda0d69a16b523ca9aacd072b0a2972ec31fb086767cf08efac"; + sha256_unsigned = "a9be7f575d4a61ee1a61470a9801187cd7fcc0e87b96f952894bc795c8dea1fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-ralink_mt7620a-mt7530-evb-initramfs-kernel.bin"; + sha256 = "ef2336d7cf145b718004477296e9e93610bd11ecf7bbdc2c217bdc44877cede7"; + sha256_unsigned = "ef2336d7cf145b718004477296e9e93610bd11ecf7bbdc2c217bdc44877cede7"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7530-evb" + "mt7620a_mt7530" + ]; + titles = [ + { + model = "MT7620a + MT7530 EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7610e-evb = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-ralink_mt7620a-mt7610e-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-ralink_mt7620a-mt7610e-evb-initramfs-kernel.bin"; + sha256 = "7e3b22d69829bdcd614c393817858f0877e75a259c612e6cfead25d61756c984"; + sha256_unsigned = "7e3b22d69829bdcd614c393817858f0877e75a259c612e6cfead25d61756c984"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-ralink_mt7620a-mt7610e-evb-squashfs-sysupgrade.bin"; + sha256 = "ec893adc614a8547edc0c840f20d74223088a78d587cdf05b73502d1067e24b1"; + sha256_unsigned = "a86bc2238f1858947ddfa744fb90c3d7fd111de03524edf4077ad90b6785fffa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7610e-evb" + "mt7620a_mt7610e" + ]; + titles = [ + { + model = "MT7620a + MT7610e EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-v22sg-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-ralink_mt7620a-v22sg-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-ralink_mt7620a-v22sg-evb-initramfs-kernel.bin"; + sha256 = "9655ece666d165a3eda9228c2bbd8b7cf4161f43f208807ac5b7eed6088a8a69"; + sha256_unsigned = "9655ece666d165a3eda9228c2bbd8b7cf4161f43f208807ac5b7eed6088a8a69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-ralink_mt7620a-v22sg-evb-squashfs-sysupgrade.bin"; + sha256 = "3ec6c8903b840e3a82ccc548e2e4e055e746bdd7fc263b621e62b403ef29837e"; + sha256_unsigned = "81d1463af56ea4432bafb7c1f2cd299458d2ecbe93e2cf27616d656a5c6b0433"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-v22sg-evb" + "mt7620a_v22sg" + ]; + titles = [ + { + model = "MT7620a V22SG"; + vendor = "MediaTek"; + } + ]; + }; + ravpower_rp-wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-ravpower_rp-wd03"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-ravpower_rp-wd03-initramfs-kernel.bin"; + sha256 = "c453af845172f6039bf2e84246702912d14bd566dd5e22f5227c4046acf56492"; + sha256_unsigned = "c453af845172f6039bf2e84246702912d14bd566dd5e22f5227c4046acf56492"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-ravpower_rp-wd03-squashfs-kernel.bin"; + sha256 = "abcb338795cd8fe4e75b4d83a04b6953960725c005f56eb1f2036244aca0c513"; + sha256_unsigned = "abcb338795cd8fe4e75b4d83a04b6953960725c005f56eb1f2036244aca0c513"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-ravpower_rp-wd03-squashfs-sysupgrade.bin"; + sha256 = "63b5a8f973613205a9de9d4ec55425e74681b5ce8e5d4a5de23cf8d6347046a5"; + sha256_unsigned = "60fa4e38d1a9c21b963ec63045ae9faaae29d197ce51e39a2ecd32bd16838951"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-ravpower_rp-wd03-squashfs-rootfs.bin"; + sha256 = "9b6eaeaba0fe185c1e56a2a085d59fcceee7304da01de3cb3cc5e4a424ce6ee1"; + sha256_unsigned = "9b6eaeaba0fe185c1e56a2a085d59fcceee7304da01de3cb3cc5e4a424ce6ee1"; + type = "rootfs"; + } + ]; + supported_devices = [ + "ravpower,rp-wd03" + "ravpower,wd03" + ]; + titles = [ + { + model = "RP-WD03"; + vendor = "RAVPower"; + } + ]; + }; + sanlinking_d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-sanlinking_d240"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-sanlinking_d240-initramfs-kernel.bin"; + sha256 = "7eee3c1edde8f3b96d835437ebe09b33b22e528f3f76a2672821ca277299e999"; + sha256_unsigned = "7eee3c1edde8f3b96d835437ebe09b33b22e528f3f76a2672821ca277299e999"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-sanlinking_d240-squashfs-sysupgrade.bin"; + sha256 = "18cf768e2f1ce506be5de756c66bf1e84c5249deff9f58092dfad18f1cb77a25"; + sha256_unsigned = "04d72c0b1264cb951e0b1ed664a1d7257bb272f7f148329c88ec983980d95c26"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sanlinking,d240" + "d240" + ]; + titles = [ + { + model = "D240"; + vendor = "Sanlinking Technologies"; + } + ]; + }; + sercomm_na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-sercomm_na930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-sercomm_na930-squashfs-sysupgrade.bin"; + sha256 = "f855dde4dc75ee6703f2cb3f199512e7ea0baa6bce8619b5157ec4512baf800e"; + sha256_unsigned = "0afe1421243310a42f37d4301f2c309e7d661612e15f0c4bfef752192c6dc231"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-sercomm_na930-initramfs-kernel.bin"; + sha256 = "94c15548dccd5d38636405d57d0319841502afcb3ee60e306ff19ad041791e27"; + sha256_unsigned = "94c15548dccd5d38636405d57d0319841502afcb3ee60e306ff19ad041791e27"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na930" + "na930" + ]; + titles = [ + { + model = "NA930"; + vendor = "Sercomm"; + } + ]; + }; + sitecom_wlr-4100-v1-002 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-sitecom_wlr-4100-v1-002"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-sitecom_wlr-4100-v1-002-initramfs-kernel.bin"; + sha256 = "dc7a5ffe0ed4ae3c5720bc4cf0b071cf1d4a2bf67c94ff71c7eb52e6b6ef008f"; + sha256_unsigned = "dc7a5ffe0ed4ae3c5720bc4cf0b071cf1d4a2bf67c94ff71c7eb52e6b6ef008f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-factory.dlf"; + sha256 = "21975087710f9fd91f76a43259991027694059da5596f0c350129182b8e15c44"; + sha256_unsigned = "21975087710f9fd91f76a43259991027694059da5596f0c350129182b8e15c44"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-sysupgrade.bin"; + sha256 = "9ca0e1339f4358dd341bde740e78a34a70aa0abca124d81dc03f2e879d48b1aa"; + sha256_unsigned = "89d637800e69e0b355e78861a648fe190739a00401e1a16d7fef735195960d30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-4100-v1-002" + ]; + titles = [ + { + model = "WLR-4100"; + variant = "v1 002"; + vendor = "Sitecom"; + } + ]; + }; + tplink_archer-c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-tplink_archer-c2-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_archer-c2-v1-initramfs-kernel.bin"; + sha256 = "0ea08c4dad62885b314101546588397acb805b6cab50a3fa9d9710b5b024cd8e"; + sha256_unsigned = "0ea08c4dad62885b314101546588397acb805b6cab50a3fa9d9710b5b024cd8e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_archer-c2-v1-squashfs-sysupgrade.bin"; + sha256 = "bd2ec2247f856b246fffea350bfee9ee26ab74fce3500954bd38eed931d3ddea"; + sha256_unsigned = "b25ae0be85501717319319467620a013506dbdbd07ddfe5385be94d5bfe06839"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v1" + "tplink,c2-v1" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-tplink_archer-c20-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_archer-c20-v1-initramfs-kernel.bin"; + sha256 = "ae5f467410207e0887adde0c39da32d6c6889976ae25c8ebc01640d0c69d4347"; + sha256_unsigned = "ae5f467410207e0887adde0c39da32d6c6889976ae25c8ebc01640d0c69d4347"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_archer-c20-v1-squashfs-sysupgrade.bin"; + sha256 = "3c8e54653eed14613c9529e352712d7b6be76cf9e13ada35b4a3a0aaaf0bfdcd"; + sha256_unsigned = "0b38dede5f31c59b815c2c574b9b552760854fe65e89c0d2dd79e85dc66c8453"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v1" + "tplink,c20-v1" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-tplink_archer-c20i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_archer-c20i-squashfs-sysupgrade.bin"; + sha256 = "b79d1b1057c26c50d11d3ce9a60e1321f88a0df937eeeafdd7a094b998404aab"; + sha256_unsigned = "aa75b37b1e0d04b3b4901e3eff2665085b4e24eaf0938d88abdfdcfae9e2732d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_archer-c20i-squashfs-factory.bin"; + sha256 = "53550540f3039583cf2a3e27721d570b438c860ada9c233c6537777eecd8ae48"; + sha256_unsigned = "53550540f3039583cf2a3e27721d570b438c860ada9c233c6537777eecd8ae48"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_archer-c20i-initramfs-kernel.bin"; + sha256 = "828f54c8b12b6f2d805af105bb1b4b08b4d58aad7f38635853f2ae36b548a409"; + sha256_unsigned = "828f54c8b12b6f2d805af105bb1b4b08b4d58aad7f38635853f2ae36b548a409"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20i" + "c20i" + ]; + titles = [ + { + model = "Archer C20i"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-tplink_archer-c50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_archer-c50-v1-squashfs-sysupgrade.bin"; + sha256 = "38551cc03197d140eecfba8fcde44a257dc6212d39a69d6cff9a66861432bf0d"; + sha256_unsigned = "246cba8d0f58edff2058f305e1ba0478ce14731c0569563219774ab8e7895127"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-eu.bin"; + sha256 = "9940c9d87cf622d0465dc60f62fc39d31d8d399e65ff45b3c4e6f7034c6d3370"; + sha256_unsigned = "9940c9d87cf622d0465dc60f62fc39d31d8d399e65ff45b3c4e6f7034c6d3370"; + type = "factory-eu"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_archer-c50-v1-initramfs-kernel.bin"; + sha256 = "6f748175f47dd36643f262f4d35bc918583b5c3624c1a55596a5e54d5dbe338e"; + sha256_unsigned = "6f748175f47dd36643f262f4d35bc918583b5c3624c1a55596a5e54d5dbe338e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-us.bin"; + sha256 = "c602c089e5e0f68b0a858ba06cb35cb8f4d2bd9a243c34727bf86914bbd13de2"; + sha256_unsigned = "c602c089e5e0f68b0a858ba06cb35cb8f4d2bd9a243c34727bf86914bbd13de2"; + type = "factory-us"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v1" + "c50" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-mr200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-tplink_archer-mr200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_archer-mr200-initramfs-kernel.bin"; + sha256 = "0083005c2f8bf93fc748f42d0e552a2a80f5b09649f526339591ad690d466063"; + sha256_unsigned = "0083005c2f8bf93fc748f42d0e552a2a80f5b09649f526339591ad690d466063"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin"; + sha256 = "736cea3dba6f7ea5e4309cc08f7900497d19be62806982a07ed908baf21b67ac"; + sha256_unsigned = "aa3ec7bbfe2b0b5f92e215495e30b4b2d07b54300d38f5717a928d6c80d66543"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-mr200" + "mr200" + ]; + titles = [ + { + model = "Archer MR200"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-tplink_re200-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_re200-v1-initramfs-kernel.bin"; + sha256 = "605e89cc0134b4027f9e3b9b769fb171d8fdbf25e96ad1b4205221965d532773"; + sha256_unsigned = "605e89cc0134b4027f9e3b9b769fb171d8fdbf25e96ad1b4205221965d532773"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_re200-v1-squashfs-factory.bin"; + sha256 = "f25564d895c0ae92b5732d5f7f5fbe82a5e15b6593faf661013bb279ba5be7de"; + sha256_unsigned = "f25564d895c0ae92b5732d5f7f5fbe82a5e15b6593faf661013bb279ba5be7de"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_re200-v1-squashfs-sysupgrade.bin"; + sha256 = "9a196396f2b3ed57b95e1194a25c32237e947b31db780746e709e593da0c7cee"; + sha256_unsigned = "2ee37fdb730c1db4263e85d11b0e45a28e1c9e5f9b757329b8f1ce572367f409"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re200-v1" + ]; + titles = [ + { + model = "RE200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re210-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-tplink_re210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_re210-v1-squashfs-sysupgrade.bin"; + sha256 = "1a4662e6c97bef622bf0964690a0a5469af7bfd7d884bded3aadc1fec4e6a45c"; + sha256_unsigned = "24ac9f950cf126c9488095b170b41e368c64708c28170ea7284a8bdd12e6cda2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_re210-v1-initramfs-kernel.bin"; + sha256 = "84b716f83e8d0dcbfafcb1c8586e29d6adc3acfa19f2fcfdef766918ef408a16"; + sha256_unsigned = "84b716f83e8d0dcbfafcb1c8586e29d6adc3acfa19f2fcfdef766918ef408a16"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-tplink_re210-v1-squashfs-factory.bin"; + sha256 = "9facf845a38adc3ec9945ee5aa2e6bbe006cf3f95f2e470fa68f60680a0ecc62"; + sha256_unsigned = "9facf845a38adc3ec9945ee5aa2e6bbe006cf3f95f2e470fa68f60680a0ecc62"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re210-v1" + ]; + titles = [ + { + model = "RE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-810dr = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-trendnet_tew-810dr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-trendnet_tew-810dr-initramfs-kernel.bin"; + sha256 = "4ed7066889b4ec075d9a7cc28c82d4b18bc17cff8f9d751a6a2ef70e37e580fa"; + sha256_unsigned = "4ed7066889b4ec075d9a7cc28c82d4b18bc17cff8f9d751a6a2ef70e37e580fa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-trendnet_tew-810dr-squashfs-sysupgrade.bin"; + sha256 = "7eea32e206a0912229bef31062cfe9f7d033bd22e418372339a8e4144a55a8f6"; + sha256_unsigned = "6fed534eb7430ca08770586c85bdcaa8193eceb5949b1368e24eccb27b29c5de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-810dr" + ]; + titles = [ + { + model = "TEW-810DR"; + vendor = "TRENDnet"; + } + ]; + }; + wavlink_wl-wn530hg4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-wavlink_wl-wn530hg4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-wavlink_wl-wn530hg4-squashfs-sysupgrade.bin"; + sha256 = "57e7380a8e95e3194c8bd787a935f2a1c8484feeb3927700fabcfaceb521bfc8"; + sha256_unsigned = "19d499e82b070169ed38352d80186ca99488e8224cecbb10775f275c9995bfb9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-wavlink_wl-wn530hg4-initramfs-kernel.bin"; + sha256 = "95eed06c8d4fccdd13133cfbe302e95e0a7722c47a622db1fb14c7c95b14f6b7"; + sha256_unsigned = "95eed06c8d4fccdd13133cfbe302e95e0a7722c47a622db1fb14c7c95b14f6b7"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn530hg4" + ]; + titles = [ + { + model = "WL-WN530HG4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn535k1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-wavlink_wl-wn535k1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-wavlink_wl-wn535k1-initramfs-WN535K1-kernel.bin"; + sha256 = "0a644165d934171e0c07f2b797a2659fcfe7b2783b5cf3b6d45782ac42c8ca6f"; + sha256_unsigned = "0a644165d934171e0c07f2b797a2659fcfe7b2783b5cf3b6d45782ac42c8ca6f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-wavlink_wl-wn535k1-squashfs-sysupgrade.bin"; + sha256 = "f3882b21bf914205f31f1abf23e48c1cbcca83e540ce7d7841a9abe7b6f10f4b"; + sha256_unsigned = "092e907a7479835a8fe4efea0cc9183111b030225379f398e5151d8a3a18c241"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn535k1" + ]; + titles = [ + { + model = "WL-WN535K1"; + vendor = "Wavlink"; + } + { + model = "TAL-WMESH1"; + vendor = "Talius"; + } + ]; + }; + wavlink_wl-wn579x3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-wavlink_wl-wn579x3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-wavlink_wl-wn579x3-initramfs-kernel.bin"; + sha256 = "5a90f6c1d64bdac166824acd493f3b966df26b7be28de331cc9d682c612c7190"; + sha256_unsigned = "5a90f6c1d64bdac166824acd493f3b966df26b7be28de331cc9d682c612c7190"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-wavlink_wl-wn579x3-squashfs-sysupgrade.bin"; + sha256 = "ed555c809a34ffb92088df3ccbeb1c771423385f4be9e9e33431e2f69a7fec5e"; + sha256_unsigned = "a0a2d07f57fe4076f9989f048aa74fa9a2bd3b0bb78d019741eae9f0899cbf51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn579x3" + ]; + titles = [ + { + model = "WL-WN579X3"; + vendor = "Wavlink"; + } + ]; + }; + wevo_air-duo = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-wevo_air-duo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-wevo_air-duo-squashfs-sysupgrade.bin"; + sha256 = "c8fa27b2311e8b49379b31ce5a9226415ca294e76c9ff84872f0b5443222d31f"; + sha256_unsigned = "d885b5a8cad581cefefea3c673345c3bd934f40da0dd31ddbafcc055322d1276"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-wevo_air-duo-initramfs.upload"; + sha256 = "007ca113d88229a39b1375b2e712f446936c79e54c869c92f9ed0379d70dda92"; + sha256_unsigned = "007ca113d88229a39b1375b2e712f446936c79e54c869c92f9ed0379d70dda92"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,air-duo" + ]; + titles = [ + { + model = "AIR DUO"; + vendor = "WeVO"; + } + ]; + }; + wrtnode_wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-wrtnode_wrtnode"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-wrtnode_wrtnode-squashfs-sysupgrade.bin"; + sha256 = "e349c501f6092a35a90658ec097115bcd2b5fa8760dac83e89356a141f3085ba"; + sha256_unsigned = "91d5f776963e71d5f2fa2c70be8369719b7f799f355911d6479d7cf35dd934a0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-wrtnode_wrtnode-initramfs-kernel.bin"; + sha256 = "efce155a5278efbf2cafd8594f7d9632e1de4f968dcdf66fd2ac31220e9204bb"; + sha256_unsigned = "efce155a5278efbf2cafd8594f7d9632e1de4f968dcdf66fd2ac31220e9204bb"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode" + "wrtnode" + ]; + titles = [ + { + model = "WRTNode"; + vendor = "WRTNode"; + } + ]; + }; + xiaomi_miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-xiaomi_miwifi-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "d5f195c2431581a3ca5d3b955b9352a55ff6d5b8c56773437cadda2eef0b5136"; + sha256_unsigned = "3a1796d3c8664ed00f35c998a50bfd5e22fa0c1f935d7a2529b578a9cd2bb7ec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-xiaomi_miwifi-mini-initramfs-kernel.bin"; + sha256 = "2a41a0b3089ac8b0ae89d39dc1284244079dbe5e553129b228731a20889d3784"; + sha256_unsigned = "2a41a0b3089ac8b0ae89d39dc1284244079dbe5e553129b228731a20889d3784"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-mini" + "miwifi-mini" + ]; + titles = [ + { + model = "MiWiFi Mini"; + vendor = "Xiaomi"; + } + ]; + }; + youku_yk-l1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-youku_yk-l1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-youku_yk-l1-initramfs-kernel.bin"; + sha256 = "4eb2e1e1149a5fd0edc8adf1bccd286bb17661ed90690daf044299db30c1def3"; + sha256_unsigned = "4eb2e1e1149a5fd0edc8adf1bccd286bb17661ed90690daf044299db30c1def3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-youku_yk-l1-squashfs-sysupgrade.bin"; + sha256 = "97aef753f09075aa2d8a8a1a2d607f29d9c2fe36269a973d5f6c199c1f643cb6"; + sha256_unsigned = "9f1cc03ec44166bd8680d9f15b46d7695b3d1271ff6ebf9a3180e219a60f8b59"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l1" + "youku-yk1" + "youku,yk1" + ]; + titles = [ + { + model = "YK-L1"; + vendor = "Youku"; + } + ]; + }; + youku_yk-l1c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-youku_yk-l1c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-youku_yk-l1c-squashfs-sysupgrade.bin"; + sha256 = "ab526f9afcf74e1aca1698e3f4bb0d612fd2e35ed5648d737daaea733b7cc7f5"; + sha256_unsigned = "8d5068f0409d5ecfb6c6619384ba7222b2d02f45422b2d4806c74b1d26568314"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-youku_yk-l1c-initramfs-kernel.bin"; + sha256 = "f77e25d43c67a809b906b5b9f8aa27096104b5cf5b64aa880fb506373cb6fa2e"; + sha256_unsigned = "f77e25d43c67a809b906b5b9f8aa27096104b5cf5b64aa880fb506373cb6fa2e"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l1c" + ]; + titles = [ + { + model = "YK-L1c"; + vendor = "Youku"; + } + ]; + }; + yukai_bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-yukai_bocco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-yukai_bocco-initramfs-kernel.bin"; + sha256 = "65955eab65a1197868a0640e4f28f5b2d14edef2c343ce7479d4e44c17d273c1"; + sha256_unsigned = "65955eab65a1197868a0640e4f28f5b2d14edef2c343ce7479d4e44c17d273c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-yukai_bocco-squashfs-sysupgrade.bin"; + sha256 = "a64266919b561f394e5c9d555ee95a727e6f1f2ad3a5d7073dc9bafc301ade3f"; + sha256_unsigned = "dd92b5740006c6f1055e2ed057cc9f4974ad23a5df76dccb6ffd7b06a944ce89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yukai,bocco" + "bocco" + ]; + titles = [ + { + model = "BOCCO"; + vendor = "YUKAI Engineering"; + } + ]; + }; + zbtlink_zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-ape522ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "df41fed352ae45410c6b3b04a9c04ac807418859dcb74dbf3404e94e363a4238"; + sha256_unsigned = "3e44ba3ef7197847fa637e12a3e339e8e5b685307c17e0a04b3bf4743e724142"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-ape522ii-initramfs-kernel.bin"; + sha256 = "6f7a213811469aed06b15adf3aebcaed5588831f2408562f9a6c5b30fdcfb8fe"; + sha256_unsigned = "6f7a213811469aed06b15adf3aebcaed5588831f2408562f9a6c5b30fdcfb8fe"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-ape522ii" + "zbt-ape522ii" + ]; + titles = [ + { + model = "ZBT-APE522II"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-cpe102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "ea7f19533b45eae9cb539b5794ac2e1fedd30d70d35f94387ae0c6a303ca167b"; + sha256_unsigned = "232005f18c39e08468721946741a569a807bee817402769e961340ba5d67ac06"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-cpe102-initramfs-kernel.bin"; + sha256 = "df71f46322ea9447300cb22dbc9ae03f87c2f04ecac3d94a7667d22341480708"; + sha256_unsigned = "df71f46322ea9447300cb22dbc9ae03f87c2f04ecac3d94a7667d22341480708"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-cpe102" + "zbt-cpe102" + ]; + titles = [ + { + model = "ZBT-CPE102"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-wa05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "5ae20ce51be1822a7057dfb893d116e2a320c11c26abe74106b76b4be63f6975"; + sha256_unsigned = "1753ade5b73a3ef4eff076ab3561b385835f24df5897c63638fbdfa50bbbbede"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-wa05-initramfs-kernel.bin"; + sha256 = "84998359b31cddea3ed0d92d3f86b4af8473ac65f0f18b2114bee14b29f2af8b"; + sha256_unsigned = "84998359b31cddea3ed0d92d3f86b4af8473ac65f0f18b2114bee14b29f2af8b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wa05" + "zbt-wa05" + ]; + titles = [ + { + model = "ZBT-WA05"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we1026-5g-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "4ac042397c434852ad6bf47c0cb09ce47a7132288b98c6839ba7d7e116fbf548"; + sha256_unsigned = "102a6c1591fef0e99d8c0cc5c9a0582d49bf283a7a291e4d87f1c74576647bc8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-initramfs-kernel.bin"; + sha256 = "852b59d20b50dbc9e4a892c2cf22ec08323ad3804457d5903e62ef879490b0f4"; + sha256_unsigned = "852b59d20b50dbc9e4a892c2cf22ec08323ad3804457d5903e62ef879490b0f4"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-5g-16m" + "we1026-5g-16m" + "zbtlink,we1026-5g-16m" + ]; + titles = [ + { + model = "ZBT-WE1026-5G"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-h-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we1026-h-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we1026-h-32m-squashfs-sysupgrade.bin"; + sha256 = "ceae2d42e6184970a266aef2ae2c3a38db278117e7873edc0b29aa6a4a7bb572"; + sha256_unsigned = "76496c9e00a67ee1fce6012dcc1e24f592ef6560327ce5469167551b57003809"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we1026-h-32m-initramfs-kernel.bin"; + sha256 = "87a632f0dd968df39bed752ee37edd5aebadc6126216e95a5122e58b8ed9d1e6"; + sha256_unsigned = "87a632f0dd968df39bed752ee37edd5aebadc6126216e95a5122e58b8ed9d1e6"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-h-32m" + ]; + titles = [ + { + model = "ZBT-WE1026-H"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we2026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "538211ea481a027724608593eb5eb72a940472fd1ee3debdadd73f965558c3f6"; + sha256_unsigned = "ec9d1045343d4b6ffcaf3051dc220fbde4e457d6b921ecab0a9e7cce67a5465e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we2026-initramfs-kernel.bin"; + sha256 = "1f4f56df53da4039214265abfb337efe9281d30a81bede8bf64494b3741014a5"; + sha256_unsigned = "1f4f56df53da4039214265abfb337efe9281d30a81bede8bf64494b3741014a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we2026" + "zbt-we2026" + ]; + titles = [ + { + model = "ZBT-WE2026"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we826-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we826-16m-initramfs-kernel.bin"; + sha256 = "99587ad276930b59351f9fd71855f7b400809241f35172ffa860a0971631e1ec"; + sha256_unsigned = "99587ad276930b59351f9fd71855f7b400809241f35172ffa860a0971631e1ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin"; + sha256 = "53fff652f9097b0dbb52a95016c614ba83e67e41ff286a5201a057268b1c186b"; + sha256_unsigned = "a1be604297715d3a03d95ba914e55dd1e8c081a425fd36571d42f777bc519f63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-16m" + "zbt-we826" + "zbt-we826-16M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-32m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we826-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we826-32m-squashfs-sysupgrade.bin"; + sha256 = "68f0cfc72ab09d4b41393249d62f55f4c875a18c193f0a3bb9b3fbc7ad398413"; + sha256_unsigned = "e4b8ef3621ee825f1b101b6aa1df2bb3e0035d3acb34343480780d260fd55aff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we826-32m-initramfs-kernel.bin"; + sha256 = "0d9e9a9ba23ab8a07140887811337c85f5864b3ada844326d194a395dbea7938"; + sha256_unsigned = "0d9e9a9ba23ab8a07140887811337c85f5864b3ada844326d194a395dbea7938"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-32m" + "zbt-we826-32M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we826-e-initramfs-kernel.bin"; + sha256 = "a93b677c71de937aa3f3ba45f30a22f8d4b1c723beb6dfa807d8e27e5347a002"; + sha256_unsigned = "a93b677c71de937aa3f3ba45f30a22f8d4b1c723beb6dfa807d8e27e5347a002"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "a17e3856f466d76c3104501ad4d9e5083f70478de8ca67eaf3692943bb056983"; + sha256_unsigned = "ae597beb800309abbc80063e18279b05350b16a9634223a4d5a2e6dfd69e0032"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + model = "ZBT-WE826-E"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-wr8305rt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "5222cfec62b1e4d8d322576bae08f4a34c593b86b86ce9b43124443748105e9d"; + sha256_unsigned = "c6f976cb782e21c4e27df0fe11b0f07822c0eaf82b5dd0de4ba2a2816a5e6322"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-zbtlink_zbt-wr8305rt-initramfs-kernel.bin"; + sha256 = "c9f8ec76e38386f5a3cdac5c8c35f36da2c38a32764f7b548b23ab524c1672d9"; + sha256_unsigned = "c9f8ec76e38386f5a3cdac5c8c35f36da2c38a32764f7b548b23ab524c1672d9"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wr8305rt" + "zbt-wr8305rt" + ]; + titles = [ + { + model = "ZBT-WR8305RT"; + vendor = "Zbtlink"; + } + ]; + }; + zte_q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-zte_q7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zte_q7-squashfs-sysupgrade.bin"; + sha256 = "fa7e54ff798781fe2b982df4ca8352f546f54f8acf4b11cc726895edf42f8ce9"; + sha256_unsigned = "87513b0889feaf028813cd2a113aa1528a4b07e8043a4026cc8b420c05f4825d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-zte_q7-initramfs-kernel.bin"; + sha256 = "123580b0a04ab5e62eb4c2dc2afa7406bb22ca40cd0432345e7d0696cb9ac869"; + sha256_unsigned = "123580b0a04ab5e62eb4c2dc2afa7406bb22ca40cd0432345e7d0696cb9ac869"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,q7" + "zte-q7" + ]; + titles = [ + { + model = "Q7"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic-omni = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-zyxel_keenetic-omni"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zyxel_keenetic-omni-squashfs-sysupgrade.bin"; + sha256 = "44dac16f0e7ffd19a558baf064718614c4d08b05f84f0f8439e6b4bf42083cb2"; + sha256_unsigned = "3163974fcb5469f4fb3d717e17d08477076c7ae15f749013128a4c7065ec4d1b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zyxel_keenetic-omni-squashfs-factory.bin"; + sha256 = "c23f7b3e1cae8cf6629c23c8ecf755c40c8afc8411bc41b0dcdb2636b691a419"; + sha256_unsigned = "c23f7b3e1cae8cf6629c23c8ecf755c40c8afc8411bc41b0dcdb2636b691a419"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-zyxel_keenetic-omni-initramfs-kernel.bin"; + sha256 = "92fc7917a1b5a676965b64d65f6d25f9465aa0b22af606c8469c8ce298802420"; + sha256_unsigned = "92fc7917a1b5a676965b64d65f6d25f9465aa0b22af606c8469c8ce298802420"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni" + "kn_rc" + ]; + titles = [ + { + model = "Keenetic Omni"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-omni-ii = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-zyxel_keenetic-omni-ii"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-zyxel_keenetic-omni-ii-initramfs-kernel.bin"; + sha256 = "626685108ce16c77ba7e5a65e539217e9846cc015962a38dd489d75786c04858"; + sha256_unsigned = "626685108ce16c77ba7e5a65e539217e9846cc015962a38dd489d75786c04858"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-factory.bin"; + sha256 = "bb40776ca1a9350dc978a82610812baa73c4d4a9bace9991df12cea72e99ae3d"; + sha256_unsigned = "bb40776ca1a9350dc978a82610812baa73c4d4a9bace9991df12cea72e99ae3d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-sysupgrade.bin"; + sha256 = "fcbf58e8b529a92d74835da5ab5b546707da6585c9aef65f9b1d5bbc4ba1a163"; + sha256_unsigned = "8f4e57d50738a564f67d3fa456ca46de271b3ac23651c6e72238e2474596cd4b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni-ii" + "kn_rf" + ]; + titles = [ + { + model = "Keenetic Omni II"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-viva = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7620-zyxel_keenetic-viva"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zyxel_keenetic-viva-squashfs-sysupgrade.bin"; + sha256 = "58f87f00d99fea7d5172e390c06039789ad663e0812bd9ad2f7ae157c22fcae0"; + sha256_unsigned = "eb7a1a8777f693e35dfb93a505b8673a26e6333acc05b619af71c101c0e602b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7620-zyxel_keenetic-viva-initramfs-kernel.bin"; + sha256 = "f0f7d800411f5b504b44b39bdc48d7e3ee87850d6ce3747e56961aaa5f5b909f"; + sha256_unsigned = "f0f7d800411f5b504b44b39bdc48d7e3ee87850d6ce3747e56961aaa5f5b909f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7620-zyxel_keenetic-viva-squashfs-factory.bin"; + sha256 = "4353fa0b0e7a8ceab7f01d8ddae1b5b085b9ab0eb46482abf3ad6d4041f3a581"; + sha256_unsigned = "4353fa0b0e7a8ceab7f01d8ddae1b5b085b9ab0eb46482abf3ad6d4041f3a581"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-viva" + "kng_rc" + ]; + titles = [ + { + model = "Keenetic Viva"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "ramips/mt7620"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + adslr_g7 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-adslr_g7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-adslr_g7-initramfs-kernel.bin"; + sha256 = "9331730444251302740757467e177dd3df77b6db26260ae9790d0ddcead2f230"; + sha256_unsigned = "9331730444251302740757467e177dd3df77b6db26260ae9790d0ddcead2f230"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin"; + sha256 = "2168fa816b83688a1711244897c7d59bb8917fb85482cf4cdf34372fcd4b4329"; + sha256_unsigned = "58b6a05da91078555623014cbf5c05bd81e6c03f6d2dcc6d02434fbdf99b9dc8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adslr,g7" + ]; + titles = [ + { + model = "G7"; + vendor = "ADSLR"; + } + ]; + }; + afoundry_ew1200 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-afoundry_ew1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-afoundry_ew1200-initramfs-kernel.bin"; + sha256 = "6dcb472c240b421ea9a2683f75afe91c51e182c2628b3675fac6b93e7a14d21f"; + sha256_unsigned = "6dcb472c240b421ea9a2683f75afe91c51e182c2628b3675fac6b93e7a14d21f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin"; + sha256 = "a89d7e53537339c8e632c69cf75dfcbaba1d1632352c17452c17cc42d55ff04f"; + sha256_unsigned = "7fcdfc0066a50b298426623c4e7bd95e9cfd0ac9c771bc6865afbef822658922"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "afoundry,ew1200" + "ew1200" + ]; + titles = [ + { + model = "EW1200"; + vendor = "AFOUNDRY"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "8aaa596a4b2785dc48725a5f91822aeb3fae3f4f805f20714fdebd1ad5f93cf4"; + sha256_unsigned = "6067e43df670aa1598d2da7ccfa7c35d85cb299174a5924045e8d02e5f1768f8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-alfa-network_quad-e4g-initramfs-kernel.bin"; + sha256 = "31491a4e2c7d4fd7817f73669f33dd90b0b5537c4791d17a05f9dcb9856be71c"; + sha256_unsigned = "31491a4e2c7d4fd7817f73669f33dd90b0b5537c4791d17a05f9dcb9856be71c"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + "quad-e4g" + ]; + titles = [ + { + model = "Quad-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + ampedwireless_ally-00x19k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-ampedwireless_ally-00x19k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-ampedwireless_ally-00x19k-initramfs-kernel.bin"; + sha256 = "d05d1a94f80daa2dce52b07fc511b1cda6a20c6d025878b2f547bb6ab41917bb"; + sha256_unsigned = "d05d1a94f80daa2dce52b07fc511b1cda6a20c6d025878b2f547bb6ab41917bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-ampedwireless_ally-00x19k-squashfs-sysupgrade.bin"; + sha256 = "b201a8a91be1ee1543434d2a98fe2b188d5f7e18baf0373872f16564f4a6374f"; + sha256_unsigned = "581ce1dc444cb13c1f259cc3b38236abc7b811dca0a4e898f1eb26ab9397cb51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ampedwireless,ally-00x19k" + ]; + titles = [ + { + model = "ALLY-00X19K"; + vendor = "Amped Wireless"; + } + ]; + }; + ampedwireless_ally-r1900k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-ampedwireless_ally-r1900k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-ampedwireless_ally-r1900k-initramfs-kernel.bin"; + sha256 = "a417a1e2709e777af77e01717915b027d0b953f1dc9332ced34ada4310af5f5c"; + sha256_unsigned = "a417a1e2709e777af77e01717915b027d0b953f1dc9332ced34ada4310af5f5c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-ampedwireless_ally-r1900k-squashfs-sysupgrade.bin"; + sha256 = "33682947ced0b9338a3efa595405bdf0841803dea21752dce696551f151be1cd"; + sha256_unsigned = "195b2c1225a71651484269fae10ee323075dbd0b993f66eccee8877b5d3a14f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ampedwireless,ally-r1900k" + ]; + titles = [ + { + model = "ALLY-R1900K"; + vendor = "Amped Wireless"; + } + ]; + }; + asiarf_ap7621-001 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-asiarf_ap7621-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-asiarf_ap7621-001-squashfs-sysupgrade.bin"; + sha256 = "c9ebc4295d87d5e1282a705556422cb36c1fd3abbf9099424ec43cffbae57bc5"; + sha256_unsigned = "cbeb3f4842edf48f62692d826bce84eb9078c5d4947d4391e7d7da1c6c02c975"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-asiarf_ap7621-001-initramfs-kernel.bin"; + sha256 = "c35d0e396311a5a9ba483ee05e6763c7fb09d1fe403aff102373c2cc2f06adb6"; + sha256_unsigned = "c35d0e396311a5a9ba483ee05e6763c7fb09d1fe403aff102373c2cc2f06adb6"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,ap7621-001" + ]; + titles = [ + { + model = "AP7621-001"; + vendor = "AsiaRF"; + } + ]; + }; + asiarf_ap7621-nv1 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-asiarf_ap7621-nv1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-asiarf_ap7621-nv1-squashfs-sysupgrade.bin"; + sha256 = "9af46564e1e40e29a26f8bd06a3f58a3e7a47bb324b5d9638077595d55b630fa"; + sha256_unsigned = "fdc006ff7fa37c90906d8c727ad0d4ebf2b9c815d128cc139d25b22b5fae464d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-asiarf_ap7621-nv1-initramfs-kernel.bin"; + sha256 = "f5945eab3ef9c0511c055cd0cd4742392f5e2327eb69cbf2f9771b3c42bc06a4"; + sha256_unsigned = "f5945eab3ef9c0511c055cd0cd4742392f5e2327eb69cbf2f9771b3c42bc06a4"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,ap7621-nv1" + ]; + titles = [ + { + model = "AP7621-NV1"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-asus_rt-ac57u-initramfs-kernel.bin"; + sha256 = "83bed0ef9fef45e8302672643f0344f788756d75f9191b252e2d2da536e6d49f"; + sha256_unsigned = "83bed0ef9fef45e8302672643f0344f788756d75f9191b252e2d2da536e6d49f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "e404c96f6fff968476e30e010c98d8034cca5e3799fa1bf47a2a3d03e3d1f87f"; + sha256_unsigned = "531784857d8f60d8ec70b54b61d40ee8bfeb56e192d759ddbd2922f8148c9645"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + model = "RT-AC57U"; + vendor = "ASUS"; + } + { + model = "RT-AC1200GU"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac65p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-asus_rt-ac65p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin"; + sha256 = "57948094eaa55af64c3b5af72fbcd9323b834b8a8f167ffe6b7d49d08caefc6a"; + sha256_unsigned = "57948094eaa55af64c3b5af72fbcd9323b834b8a8f167ffe6b7d49d08caefc6a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-asus_rt-ac65p-squashfs-sysupgrade.bin"; + sha256 = "8295abadc1909313d09610014b42f7f706cc1de9e2ccfba6472fc6c4a5a59f87"; + sha256_unsigned = "971129de70c4d2a05d636cf642058dc549465c36bbbc26c84910d73257df5622"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-asus_rt-ac65p-initramfs-kernel.bin"; + sha256 = "18aaf57ea204ee876a03dfd118971eabadd5719c8f368219cddb16a3c54c35e3"; + sha256_unsigned = "18aaf57ea204ee876a03dfd118971eabadd5719c8f368219cddb16a3c54c35e3"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac65p" + ]; + titles = [ + { + model = "RT-AC65P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac85p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-asus_rt-ac85p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-asus_rt-ac85p-initramfs-kernel.bin"; + sha256 = "21e860562fad97a71321506958613ce3727b2c28878ab3b3005470e211dc6aeb"; + sha256_unsigned = "21e860562fad97a71321506958613ce3727b2c28878ab3b3005470e211dc6aeb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-asus_rt-ac85p-squashfs-sysupgrade.bin"; + sha256 = "230297bff3ef178706e84540d071e869f7951033a62bc77ca5581c57b39492e4"; + sha256_unsigned = "5597bb36d1185e42acdb37d4da27e74c35e07c8ce1edbd1c77d88f7ddc583e68"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-asus_rt-ac85p-squashfs-factory.bin"; + sha256 = "c398c1b58c3a78058f774ec19f702908605cea2becdbf899f62250b381ef723c"; + sha256_unsigned = "c398c1b58c3a78058f774ec19f702908605cea2becdbf899f62250b381ef723c"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ac85p" + ]; + titles = [ + { + model = "RT-AC85P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ax53u = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-asus_rt-ax53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-asus_rt-ax53u-squashfs-factory.bin"; + sha256 = "fa06f3fc87a143efb2bb3ed8f6951c2325cd54dded7a4500b9f4ad62f44285e5"; + sha256_unsigned = "fa06f3fc87a143efb2bb3ed8f6951c2325cd54dded7a4500b9f4ad62f44285e5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-asus_rt-ax53u-initramfs-kernel.bin"; + sha256 = "2a49b84776b15aa79b88f620f9b682d93aa37074769d9de3120fe000e4e51e81"; + sha256_unsigned = "2a49b84776b15aa79b88f620f9b682d93aa37074769d9de3120fe000e4e51e81"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-asus_rt-ax53u-squashfs-sysupgrade.bin"; + sha256 = "62d4f199014722a4abb2ba6a136ee15bd4431c5f29f92148f64c0b5746a0f1fe"; + sha256_unsigned = "2948a8ac4afae30dfec524276fd2602ecf26e9be1515c56cd9a0582c69a04ea2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ax53u" + ]; + titles = [ + { + model = "RT-AX53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n56u-b1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-asus_rt-n56u-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-asus_rt-n56u-b1-initramfs-kernel.bin"; + sha256 = "ca209d8e9b2313ea406378c48ffdae67b18b3125e56b689c973ba7f1cac9912e"; + sha256_unsigned = "ca209d8e9b2313ea406378c48ffdae67b18b3125e56b689c973ba7f1cac9912e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-asus_rt-n56u-b1-squashfs-sysupgrade.bin"; + sha256 = "30aebddb76c15bf7abf8d56228429bca3280f9c0235422ba10208133c2759b54"; + sha256_unsigned = "702290659eb7b3365d1fef7981e5394da24473e2c542e9a6a83dceff9cf4bcad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u-b1" + ]; + titles = [ + { + model = "RT-N56U"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + beeline_smartbox-flash = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "uencrypt" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-beeline_smartbox-flash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-beeline_smartbox-flash-squashfs-sysupgrade.bin"; + sha256 = "84f092ef2a5bba4454c63f5b8151e16170a3633a65d44f4fcf7f83e3154ba2d9"; + sha256_unsigned = "3b503119ffa506d27347e5f585eef4479f65cf177dba7cefce1c1391a5099541"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-beeline_smartbox-flash-squashfs-factory.trx"; + sha256 = "69dad419c6449d338d56890f84f8d0d3144925b166837639bb915893ee268f32"; + sha256_unsigned = "69dad419c6449d338d56890f84f8d0d3144925b166837639bb915893ee268f32"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-beeline_smartbox-flash-initramfs-kernel.bin"; + sha256 = "98417b46dc42d6c5f5327e5c3e498ac0dea2e2bbc01d847c49f0de3d9302341a"; + sha256_unsigned = "98417b46dc42d6c5f5327e5c3e498ac0dea2e2bbc01d847c49f0de3d9302341a"; + type = "kernel"; + } + ]; + supported_devices = [ + "beeline,smartbox-flash" + ]; + titles = [ + { + model = "SmartBox Flash"; + vendor = "Beeline"; + } + ]; + }; + bolt_arion = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-bolt_arion"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-bolt_arion-squashfs-sysupgrade.bin"; + sha256 = "146721bee602d48968717c878be71949773acfee857418901324ae5e720e5035"; + sha256_unsigned = "6925edfe5e49c29ba3757abda410ceeafadbea6ce251ff8871d9dfc3d4d3fa06"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-bolt_arion-initramfs-kernel.bin"; + sha256 = "3e3e5c58c69bf9e2f0a49f116ebc85c5a7719251409c2f91cccd6a3db5c8efd9"; + sha256_unsigned = "3e3e5c58c69bf9e2f0a49f116ebc85c5a7719251409c2f91cccd6a3db5c8efd9"; + type = "kernel"; + } + ]; + supported_devices = [ + "bolt,arion" + ]; + titles = [ + { + model = "Arion"; + vendor = "BOLT"; + } + ]; + }; + buffalo_wsr-1166dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-buffalo_wsr-1166dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-buffalo_wsr-1166dhp-squashfs-sysupgrade.bin"; + sha256 = "4e8af6aec5375a8463a9a797ba12776483cad8bf77bae53e42d7ffb0ddee0f33"; + sha256_unsigned = "edb48a3d32a6e67df7d07962d545499df4008d0983bc8ecc765f5076b73c170e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-buffalo_wsr-1166dhp-initramfs-kernel.bin"; + sha256 = "9e08e109c202211ceba02b87101bd651bf0de18c2487d7b8405f77c8313b733d"; + sha256_unsigned = "9e08e109c202211ceba02b87101bd651bf0de18c2487d7b8405f77c8313b733d"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-1166dhp" + "wsr-1166" + ]; + titles = [ + { + model = "WSR-1166DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-2533dhpl = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-buffalo_wsr-2533dhpl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin"; + sha256 = "2e10258609b912dbb525b605d2c7c93a124e7be2570dd77563ee66a8f04d600a"; + sha256_unsigned = "3164941596537ad920a44f0ca79698bfd0ad4f67fd16bc3db3035b233767cd59"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-buffalo_wsr-2533dhpl-initramfs-kernel.bin"; + sha256 = "e0c180270f6a0d12f669240694592444d44ac09cd4e723bdb4e2909696c605bf"; + sha256_unsigned = "e0c180270f6a0d12f669240694592444d44ac09cd4e723bdb4e2909696c605bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhpl" + ]; + titles = [ + { + model = "WSR-2533DHPL"; + vendor = "Buffalo"; + } + { + model = "WSR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-600dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-buffalo_wsr-600dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-buffalo_wsr-600dhp-initramfs-kernel.bin"; + sha256 = "4e6e3cd9362eb4bd1186222dbf6835df1920e5f0afa10e889e350af3ad0287c4"; + sha256_unsigned = "4e6e3cd9362eb4bd1186222dbf6835df1920e5f0afa10e889e350af3ad0287c4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-buffalo_wsr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "bcfd5d60861b607d45b7a529e959c65e802c9423c831ad6b047c55e071b99818"; + sha256_unsigned = "ff90d08a981a4b2a1752619a2f03a5cc554a909c5773b6076488836520bdf2b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-600dhp" + "wsr-600" + ]; + titles = [ + { + model = "WSR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1300 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-cudy_wr1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-cudy_wr1300-squashfs-sysupgrade.bin"; + sha256 = "00d75f7a9c10e8eb84cdaf551fac5b10574f2cea79f80b73ad12238598105dac"; + sha256_unsigned = "00a2e0a65a0ef84772f30dfb881f90595dca677186e59577b544229f42e4080b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-cudy_wr1300-initramfs-kernel.bin"; + sha256 = "b89f690b28230019d27a71b00919dc44df1e46d7c103aae5496455283b7c6ce1"; + sha256_unsigned = "b89f690b28230019d27a71b00919dc44df1e46d7c103aae5496455283b7c6ce1"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr1300" + ]; + titles = [ + { + model = "WR1300"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-cudy_wr2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-cudy_wr2100-squashfs-sysupgrade.bin"; + sha256 = "054dd2454fb1414e3d6164c8dfad10a72b0bab66e257e200ba2ba84387aee47b"; + sha256_unsigned = "b4c9647921e29de14bfbc998a08347ad1b5d88c5cc8ae9f44c1df62707015648"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-cudy_wr2100-initramfs-kernel.bin"; + sha256 = "2f224d02c8bc23f9ea7e34586106c2dccbf62d3c066df7b886606d03f1848d21"; + sha256_unsigned = "2f224d02c8bc23f9ea7e34586106c2dccbf62d3c066df7b886606d03f1848d21"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr2100" + ]; + titles = [ + { + model = "WR2100"; + vendor = "Cudy"; + } + ]; + }; + cudy_x6 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-cudy_x6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-cudy_x6-squashfs-sysupgrade.bin"; + sha256 = "d0fa8abcbcf9a2459feaed223cdc5003dadc5af0ab84759246b34b582d32ee46"; + sha256_unsigned = "9e10a5235bcf40d9ef9070152219a385100c67608c4a269b68c99d8d6e3df4f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-cudy_x6-initramfs-kernel.bin"; + sha256 = "f941dd9f23ddd4a7c670378d80d762e23b4399fdba540429c52663f0da8af742"; + sha256_unsigned = "f941dd9f23ddd4a7c670378d80d762e23b4399fdba540429c52663f0da8af742"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,x6" + ]; + titles = [ + { + model = "X6"; + vendor = "Cudy"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "3145e254e24d6f57da3851f71f8f36d199fb5d8e43e1b69c1e878105a117f512"; + sha256_unsigned = "15d8fc730d15c63876180d33eb8d0941e6151ceb63e93afcd99856ba864bf96a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-d-team_newifi-d2-initramfs-kernel.bin"; + sha256 = "af1338d3ce5d0dbb2e10f2301c2f063c92237260d917dcf3711b1840199274cd"; + sha256_unsigned = "af1338d3ce5d0dbb2e10f2301c2f063c92237260d917dcf3711b1840199274cd"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + model = "D2"; + vendor = "Newifi"; + } + ]; + }; + d-team_pbr-m1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-d-team_pbr-m1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-d-team_pbr-m1-initramfs-kernel.bin"; + sha256 = "583399ee86c74b6c056c9b7c8df4c0f51b352a1c24ec0c25e486319b2ea2bc3a"; + sha256_unsigned = "583399ee86c74b6c056c9b7c8df4c0f51b352a1c24ec0c25e486319b2ea2bc3a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-d-team_pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "a356ad8b9eee815850d02c2a2d1b7b698480425d215a8ddda6fe07d77a5e2536"; + sha256_unsigned = "5f7df9f8ccc8e8632c93a3468035bae63bca6f3726dc8eff4a6c0424b162df5d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,pbr-m1" + "pbr-m1" + ]; + titles = [ + { + model = "PBR-M1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dir-1960-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-dlink_dir-1960-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-1960-a1-squashfs-factory.bin"; + sha256 = "bd5363c590d2ac7384a545c2dcfc8a6abf5f6bd6e471f59631f9158de3698de5"; + sha256_unsigned = "bd5363c590d2ac7384a545c2dcfc8a6abf5f6bd6e471f59631f9158de3698de5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-1960-a1-squashfs-sysupgrade.bin"; + sha256 = "26960d1ab47e6aaa362f728ca80c7ba614645ee2fd68d4312fb554db11b7782d"; + sha256_unsigned = "0cab883f5298535bf1bc9a8b0fbb757dc7d5ab53a924daeffc19b4d8a88977f5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-1960-a1-initramfs-kernel.bin"; + sha256 = "3303aafcad3ae7c0254d44d7e866b501ef56cdf9be16e202a525db91b7749ab6"; + sha256_unsigned = "3303aafcad3ae7c0254d44d7e866b501ef56cdf9be16e202a525db91b7749ab6"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-1960-a1" + ]; + titles = [ + { + model = "DIR-1960"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2640-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-dlink_dir-2640-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-2640-a1-initramfs-kernel.bin"; + sha256 = "b882c38cb58b02e678c4fe9325a6b6b2e222ae9d9b9125108b9021314f604e7a"; + sha256_unsigned = "b882c38cb58b02e678c4fe9325a6b6b2e222ae9d9b9125108b9021314f604e7a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-2640-a1-squashfs-sysupgrade.bin"; + sha256 = "94aabd8bfadb26006f1371155d0d8e63099b2f8d7f3ac39826ac23667cd4ad96"; + sha256_unsigned = "07fde281965ce8f8c94df0ecdd49b9948d04cd1024c65830e60c8441779f93f4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-2640-a1-squashfs-factory.bin"; + sha256 = "b53f85698cbd4954d52407ba4f726f4ccecc94f982c62b8f73051d547f096864"; + sha256_unsigned = "b53f85698cbd4954d52407ba4f726f4ccecc94f982c62b8f73051d547f096864"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-2640-a1" + ]; + titles = [ + { + model = "DIR-2640"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2660-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-dlink_dir-2660-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-2660-a1-initramfs-kernel.bin"; + sha256 = "30a54639489bde205648e6754affd8aa70559af2b2301d7489e915c055feab4d"; + sha256_unsigned = "30a54639489bde205648e6754affd8aa70559af2b2301d7489e915c055feab4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "fb8926dea599388a9b3c07c16817406ec231c214f5bc3fb91c53c55f06625356"; + sha256_unsigned = "3839d62eaffa062d906dacdbb972b9dc8931c070a2340cd82741a1d0dbd79201"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-2660-a1-squashfs-factory.bin"; + sha256 = "709b5d59642b2a1274846be92727e46582198c91ba6334f48622f48fee928fe4"; + sha256_unsigned = "709b5d59642b2a1274846be92727e46582198c91ba6334f48622f48fee928fe4"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-2660-a1" + ]; + titles = [ + { + model = "DIR-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-853-a3 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-dlink_dir-853-a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-853-a3-squashfs-sysupgrade.bin"; + sha256 = "03046d8730db90fa028a7e67fe894542ca804614f56c33e578ac1cba70cae1e1"; + sha256_unsigned = "43c2b233e81f441ec1aa73f604d15c8579fa30d89343e09dea4d47b29fff7af4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-853-a3-squashfs-factory.bin"; + sha256 = "2ffc45555933d25cb63dd0e36a8bebf1915699e4415f71b08939779754a8f79d"; + sha256_unsigned = "2ffc45555933d25cb63dd0e36a8bebf1915699e4415f71b08939779754a8f79d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-853-a3-initramfs-kernel.bin"; + sha256 = "b3faee4a6d9a6fcdfaca92b91a5eee9451bddc910af91c3616e1e88f5c148d60"; + sha256_unsigned = "b3faee4a6d9a6fcdfaca92b91a5eee9451bddc910af91c3616e1e88f5c148d60"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-853-a3" + ]; + titles = [ + { + model = "DIR-853"; + variant = "A3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-853-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-dlink_dir-853-r1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-853-r1-initramfs-kernel.bin"; + sha256 = "298467c65e68eff4a17376c081170103011e3b1e6e48ed15aaa10f51fe5b08be"; + sha256_unsigned = "298467c65e68eff4a17376c081170103011e3b1e6e48ed15aaa10f51fe5b08be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-853-r1-squashfs-sysupgrade.bin"; + sha256 = "e79382927c580170c6000e081331c5befce607b1a4b2c210d0f3a2aed708b0aa"; + sha256_unsigned = "8c51bc4bcb03bcd6042529b0dfd7619d6c7c46a2f497895724d07cb429897be1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-853-r1" + ]; + titles = [ + { + model = "DIR-853"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-dlink_dir-860l-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-860l-b1-squashfs-factory.bin"; + sha256 = "c645c5fd2b798f27fc6449ef076b4410057b15e707a540b9ccf7940461af6f5b"; + sha256_unsigned = "c645c5fd2b798f27fc6449ef076b4410057b15e707a540b9ccf7940461af6f5b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-860l-b1-initramfs-kernel.bin"; + sha256 = "7eafe49796e154483acfe1eb0b09dba2fe3e7f1a6b75e65a4da5db923553f6d7"; + sha256_unsigned = "7eafe49796e154483acfe1eb0b09dba2fe3e7f1a6b75e65a4da5db923553f6d7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "a5ba08f2d6ffa32120e2bb8b968759edc5da03619808663b0124033d06b48644"; + sha256_unsigned = "dc4fd49c643aa4767615733eac2f303c8aa5fa64fdea4689ac255dfda1848e1f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-860l-b1" + "dir-860l-b1" + ]; + titles = [ + { + model = "DIR-860L"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-867-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-dlink_dir-867-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-867-a1-squashfs-factory.bin"; + sha256 = "6e6f88472806e5714be409b21b0fdf93ff70ac11fe44d8ff8f740d4d06003b74"; + sha256_unsigned = "6e6f88472806e5714be409b21b0fdf93ff70ac11fe44d8ff8f740d4d06003b74"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-867-a1-initramfs-kernel.bin"; + sha256 = "03a4d5ed5a990d06d76f61df4d84b33f9e5126a4f6f2f3fa9714ca771f2643a6"; + sha256_unsigned = "03a4d5ed5a990d06d76f61df4d84b33f9e5126a4f6f2f3fa9714ca771f2643a6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-867-a1-squashfs-sysupgrade.bin"; + sha256 = "b2c5a05b6ca9529ade4424ba050dc8fe234207f258dca673bc18c7e28156ea47"; + sha256_unsigned = "f4548d887b304e6804ff8412d9a6d4d85b1ad42f1063612f0306a2876077f436"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-867-a1" + ]; + titles = [ + { + model = "DIR-867"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-dlink_dir-878-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-878-a1-initramfs-kernel.bin"; + sha256 = "1b77e234c175d6730d58eabfcb8f47aafd50bbb861e66e0df8c8cc637da71658"; + sha256_unsigned = "1b77e234c175d6730d58eabfcb8f47aafd50bbb861e66e0df8c8cc637da71658"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-878-a1-squashfs-factory.bin"; + sha256 = "23a9cadb9180685c877f4eb03c40ab5d9ce9468675415c086333183f4790b200"; + sha256_unsigned = "23a9cadb9180685c877f4eb03c40ab5d9ce9468675415c086333183f4790b200"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-878-a1-squashfs-sysupgrade.bin"; + sha256 = "5d70ff0ba217b29dfb34e3b6ee5a89c1e9d6be66287adc444177bae7998fb2d8"; + sha256_unsigned = "e190f5ecc7911d91771842c4c147302ac435da900de6ebd43f1e05953b7d2b68"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-878-a1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-dlink_dir-878-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-878-r1-squashfs-sysupgrade.bin"; + sha256 = "daa4e9a15e0608c6696b888a2cc1e323b62bceac6ca8dcfed27d81b73297ed20"; + sha256_unsigned = "fc56595844f7882aab59d3b0cf7371d611a6d5766ceaef2b07df7297b87e9bac"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-878-r1-squashfs-factory.bin"; + sha256 = "68fc5021cf0b41ee5b730f9658bf6e1a52bd9cde7903fdf7ba572b131bbf7e91"; + sha256_unsigned = "68fc5021cf0b41ee5b730f9658bf6e1a52bd9cde7903fdf7ba572b131bbf7e91"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-878-r1-initramfs-kernel.bin"; + sha256 = "d72d800fcc6f9142efb2da4866e1d397f5eb57470b3bed5ddea7462f5ff1154d"; + sha256_unsigned = "d72d800fcc6f9142efb2da4866e1d397f5eb57470b3bed5ddea7462f5ff1154d"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-878-r1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-dlink_dir-882-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-882-a1-initramfs-kernel.bin"; + sha256 = "a0cdccf8b95a9abab2b878d5c703720b0ad72abdc2dadca880a07e08f705c2a9"; + sha256_unsigned = "a0cdccf8b95a9abab2b878d5c703720b0ad72abdc2dadca880a07e08f705c2a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-882-a1-squashfs-sysupgrade.bin"; + sha256 = "bd8ae107c2fc329611782f91e56d0c9ec6e3dbeb95e9058c8b081e904fc78be6"; + sha256_unsigned = "addd56032816b6a32f99d76c241d9bb6450665e3d11613960b2029af4c85de34"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-882-a1-squashfs-factory.bin"; + sha256 = "fc708d014c3a0d19ee57b4a481d684a95e99e2effffa2549d4daa915dd230da2"; + sha256_unsigned = "fc708d014c3a0d19ee57b4a481d684a95e99e2effffa2549d4daa915dd230da2"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-882-a1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-dlink_dir-882-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-882-r1-squashfs-sysupgrade.bin"; + sha256 = "bcd3047b9777665b0730df104e3477ea118692136049367899a011ae1a4dc868"; + sha256_unsigned = "5fa084163514b01be9d7a85f50d5ff216756429c801a44d40776d4459c00dd0c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-882-r1-initramfs-kernel.bin"; + sha256 = "e6b510b214ab2e2e3219a2d66bc66b9d14ef32168dd2e948d76c1e234bfc006f"; + sha256_unsigned = "e6b510b214ab2e2e3219a2d66bc66b9d14ef32168dd2e948d76c1e234bfc006f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dlink_dir-882-r1-squashfs-factory.bin"; + sha256 = "9a67c922839069f3a1d67e55fe5f624a7040024122d3c0b3408f8f35d6ae3aa4"; + sha256_unsigned = "9a67c922839069f3a1d67e55fe5f624a7040024122d3c0b3408f8f35d6ae3aa4"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-882-r1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dual-q_h721 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-dual-q_h721"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-dual-q_h721-squashfs-sysupgrade.bin"; + sha256 = "4785f2606793e714bfef3015b0dc6e18c8b7fdd69f3c00f1cba6d48fb4ba4dc4"; + sha256_unsigned = "92403dcbce39a461facd6d9d2399abef69d5eb9a2dc867a4659195568edb0461"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-dual-q_h721-initramfs-kernel.bin"; + sha256 = "014cf032ba78f10bc0c7e263459d561b4f0a79dad4f566a8d652531f88357b39"; + sha256_unsigned = "014cf032ba78f10bc0c7e263459d561b4f0a79dad4f566a8d652531f88357b39"; + type = "kernel"; + } + ]; + supported_devices = [ + "dual-q,h721" + ]; + titles = [ + { + model = "H721"; + vendor = "Dual-Q"; + } + ]; + }; + edimax_ra21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-edimax_ra21s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-edimax_ra21s-initramfs-kernel.bin"; + sha256 = "f19ea5193c5db6d430a5315e88f994d77cb906ec72b4aa2c638e239656c4eae0"; + sha256_unsigned = "f19ea5193c5db6d430a5315e88f994d77cb906ec72b4aa2c638e239656c4eae0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"; + sha256 = "648e8b24359136f00d8b7ddf0d800e048ac98cfdf81517a85ca0410ef346294f"; + sha256_unsigned = "648e8b24359136f00d8b7ddf0d800e048ac98cfdf81517a85ca0410ef346294f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin"; + sha256 = "ed43f5f28093ff167f9670dc561fad13805a5958f8bf1fb85886483e75ba426f"; + sha256_unsigned = "f0c4c5fca276961c724c11d375789361894ac360994cd96e8614a0878736a502"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ra21s" + ]; + titles = [ + { + model = "RA21S"; + vendor = "Edimax"; + } + { + model = "Gemini RA21S"; + vendor = "Edimax"; + } + ]; + }; + edimax_re23s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-edimax_re23s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-edimax_re23s-initramfs-kernel.bin"; + sha256 = "69d5da1d74f9353d41ed2c637b0533ae4770a110a586804a5be0b2aa24bcf90e"; + sha256_unsigned = "69d5da1d74f9353d41ed2c637b0533ae4770a110a586804a5be0b2aa24bcf90e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-edimax_re23s-squashfs-factory.bin"; + sha256 = "7869d68431add5792f81485390fc5599850df7c9bdd19ee68c6f5c800daf1a49"; + sha256_unsigned = "7869d68431add5792f81485390fc5599850df7c9bdd19ee68c6f5c800daf1a49"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-edimax_re23s-squashfs-sysupgrade.bin"; + sha256 = "db37f35797994132303d030fecfec5b3247a02c5b8c03c9fac9dba690f4f01af"; + sha256_unsigned = "c401ad5f650d175cdc7b60f8ce8df9a435725b08455ef34e3c277da4b92d51ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,re23s" + ]; + titles = [ + { + model = "RE23S"; + vendor = "Edimax"; + } + { + model = "Gemini RE23S"; + vendor = "Edimax"; + } + ]; + }; + edimax_rg21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-edimax_rg21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-edimax_rg21s-squashfs-sysupgrade.bin"; + sha256 = "7eaa09ee480c6652d3b56103cad2f6b43932f4acc721faebde16a25f687d0f55"; + sha256_unsigned = "8612bbdbe7cb5ff5fd678ea999a01b21b4a1ecc8a985eee28e7cc11fcae35518"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-edimax_rg21s-squashfs-factory.bin"; + sha256 = "ad98af87a8db9580f8349a24a69a139c46c5ccfd91fb3822f1759ed41a255c16"; + sha256_unsigned = "ad98af87a8db9580f8349a24a69a139c46c5ccfd91fb3822f1759ed41a255c16"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-edimax_rg21s-initramfs-kernel.bin"; + sha256 = "c18e25bfbffff9cbcee6642a61d4edd9aaa972c9beaca6351eb37ff0c5dd23bb"; + sha256_unsigned = "c18e25bfbffff9cbcee6642a61d4edd9aaa972c9beaca6351eb37ff0c5dd23bb"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,rg21s" + ]; + titles = [ + { + model = "Gemini AC2600 RG21S"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "e8f64577a3f5336574f796fd2c1c2d472f00e5fc3697f479466d25a8106fb36e"; + sha256_unsigned = "e8f64577a3f5336574f796fd2c1c2d472f00e5fc3697f479466d25a8106fb36e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1167ghbk2-s-initramfs-kernel.bin"; + sha256 = "ffb155626ffa7d0f116b010f697ce28d16306a948227324415bc7e2feaccc493"; + sha256_unsigned = "ffb155626ffa7d0f116b010f697ce28d16306a948227324415bc7e2feaccc493"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "931e9c59a62cd5c77646195c8c43948641bf3b6ffccc2d037f753c8d721aa100"; + sha256_unsigned = "caa4fbb80aa011f6dc14845ddaa3b0075161090b2ff550e38795cd7cee684de3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + model = "WRC-1167GHBK2-S"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gs2-b = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1167gs2-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-sysupgrade.bin"; + sha256 = "0abac53aa858409186d33ab9604bcec4645c2ecef9a826a1ead203a217e1ce38"; + sha256_unsigned = "c853958476c6c9c402d9906a9bd4de8c77ff77174f06e7ad770bc1a3a759e1ba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1167gs2-b-initramfs-kernel.bin"; + sha256 = "2f1c09434cdb8eafb7e36192de31d5f731391fa3e994a66a0332a61056a623e6"; + sha256_unsigned = "2f1c09434cdb8eafb7e36192de31d5f731391fa3e994a66a0332a61056a623e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-factory.bin"; + sha256 = "aac22bd001436ed4da3da410f6e2a6fa0e0de2909187f71cc922b4da723ea25a"; + sha256_unsigned = "aac22bd001436ed4da3da410f6e2a6fa0e0de2909187f71cc922b4da723ea25a"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gs2-b" + ]; + titles = [ + { + model = "WRC-1167GS2-B"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1167gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1167gst2-initramfs-kernel.bin"; + sha256 = "ac2dd2d8a33b70c822b3518060920756167528baf5fe65982513525928f6c0e6"; + sha256_unsigned = "ac2dd2d8a33b70c822b3518060920756167528baf5fe65982513525928f6c0e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1167gst2-squashfs-sysupgrade.bin"; + sha256 = "3ff6a290d1be3df2501050e401c707ac8007aa38056979157ccd230b92b29892"; + sha256_unsigned = "54cdebac5534aca7b2927a7e963b06c4461709ed031d24083d652be50a82abb9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1167gst2-squashfs-factory.bin"; + sha256 = "65a11ac6127573b55e7fd769cd436fb5238df6679d3f8e7a4e7671ca063e7d6b"; + sha256_unsigned = "65a11ac6127573b55e7fd769cd436fb5238df6679d3f8e7a4e7671ca063e7d6b"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gst2" + ]; + titles = [ + { + model = "WRC-1167GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gs = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1750gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1750gs-squashfs-sysupgrade.bin"; + sha256 = "db52759d3e814e188a8fc58af2cdfe574fdd7702024656e97b63be77e6afffa4"; + sha256_unsigned = "62770f6e8446c5ef1c13300b2fc98eaa26afdab4eb4e5a565c7a75ebddab178c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1750gs-squashfs-factory.bin"; + sha256 = "d6240cd77153e52443d88336bb4bccb46e820964fc27830895d5921022655170"; + sha256_unsigned = "d6240cd77153e52443d88336bb4bccb46e820964fc27830895d5921022655170"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1750gs-initramfs-kernel.bin"; + sha256 = "49e97f9e36d4dee7e975f5d6f307f04b691251117d0aab6c9c21e830a6aff5be"; + sha256_unsigned = "49e97f9e36d4dee7e975f5d6f307f04b691251117d0aab6c9c21e830a6aff5be"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gs" + ]; + titles = [ + { + model = "WRC-1750GS"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1750gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1750gst2-initramfs-kernel.bin"; + sha256 = "e092359fd2fe4a572a2e367faac3e3a8058036219d48690faac7b1e5ee955247"; + sha256_unsigned = "e092359fd2fe4a572a2e367faac3e3a8058036219d48690faac7b1e5ee955247"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1750gst2-squashfs-sysupgrade.bin"; + sha256 = "4a8f6d79c99e817c50bea524f1ebdafde8529384b141418931344440152bc0c1"; + sha256_unsigned = "49edb5561b21fde96bafd9296e196c62320b04ea5725afcc7c08a357d40c62d7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1750gst2-squashfs-factory.bin"; + sha256 = "150d7bad694d2e8ec35c3bc66b3792a945f7cfba46e5350e9199f2a143217d3b"; + sha256_unsigned = "150d7bad694d2e8ec35c3bc66b3792a945f7cfba46e5350e9199f2a143217d3b"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gst2" + ]; + titles = [ + { + model = "WRC-1750GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gsv = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1750gsv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1750gsv-squashfs-factory.bin"; + sha256 = "d7924c94a2e5180d0bc9c923ca1293ccbcbf09f14f9b2532bc689c7619c98acd"; + sha256_unsigned = "d7924c94a2e5180d0bc9c923ca1293ccbcbf09f14f9b2532bc689c7619c98acd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1750gsv-initramfs-kernel.bin"; + sha256 = "3ce84b2d6c6594d74f09892d437fb216d8f391cd0afeffe3bafa980c32672d83"; + sha256_unsigned = "3ce84b2d6c6594d74f09892d437fb216d8f391cd0afeffe3bafa980c32672d83"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1750gsv-squashfs-sysupgrade.bin"; + sha256 = "dbaddfe8ae4f0bf8dac7144c7cc5d792c1b6d3f7295fd055234b7eaa8dc0fdec"; + sha256_unsigned = "f5d9f01bbfffc4c3ce8c7cfe0938441622bcd68fa24a88a63952a1c535e7deb8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gsv" + ]; + titles = [ + { + model = "WRC-1750GSV"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1900gst-initramfs-kernel.bin"; + sha256 = "a484a097ada5512e59372f6e98cb67ad69fde730228b480b05a7109a7909f21d"; + sha256_unsigned = "a484a097ada5512e59372f6e98cb67ad69fde730228b480b05a7109a7909f21d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "f9f3c31b597fff986d462e728448f53e3bc3ebe93a97df14fac2da59ab7e8994"; + sha256_unsigned = "bd183eadcb818556f84d712087a8175721be1dd39d085da6c97a953e0da37c68"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "01d0775d48ab8b4db6518a58afe13d30fc6ccbb073e8ca29ec1c5c8d75b33739"; + sha256_unsigned = "01d0775d48ab8b4db6518a58afe13d30fc6ccbb073e8ca29ec1c5c8d75b33739"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + model = "WRC-1900GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533ghbk-i = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-2533ghbk-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-sysupgrade.bin"; + sha256 = "9d13a52265cd623fee4c552ae211598db3d0ab406afb987025daf76ebc46c0db"; + sha256_unsigned = "1cafc064880c60ef821231e4735c7f45322d2ab5358e42c7da6226d584c24b83"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-factory.bin"; + sha256 = "fcbf2cb8cf1a40a4dd9c751ed99d9615b8b173ca3e6973b4cf06d09ad2f221ee"; + sha256_unsigned = "fcbf2cb8cf1a40a4dd9c751ed99d9615b8b173ca3e6973b4cf06d09ad2f221ee"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-2533ghbk-i-initramfs-kernel.bin"; + sha256 = "9944636772bc3729e1815f4aef1a43cdaaaae4500d59dbfd0223f050ee421c0c"; + sha256_unsigned = "9944636772bc3729e1815f4aef1a43cdaaaae4500d59dbfd0223f050ee421c0c"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533ghbk-i" + ]; + titles = [ + { + model = "WRC-2533GHBK-I"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gs2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-2533gs2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-2533gs2-initramfs-kernel.bin"; + sha256 = "c561e6a25474d9f6e84b0b7597abde1a022aa6e268c79b23c6d383da5de61c82"; + sha256_unsigned = "c561e6a25474d9f6e84b0b7597abde1a022aa6e268c79b23c6d383da5de61c82"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-2533gs2-squashfs-factory.bin"; + sha256 = "47bdbbf96dedb2986dbd46e439d00e821252a322716e937fb5b02341a7d18616"; + sha256_unsigned = "47bdbbf96dedb2986dbd46e439d00e821252a322716e937fb5b02341a7d18616"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-2533gs2-squashfs-sysupgrade.bin"; + sha256 = "b2e37b7f8317b3e6bfc144128a15bc426ab6faef743667b0efb1556346491041"; + sha256_unsigned = "702adb167af721a408ffd67e0f13c91585b90a8f96b21fabed552b11352ad212"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gs2" + ]; + titles = [ + { + model = "WRC-2533GS2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "0c2e4ef400b2fa990a60cf9e59b8a37bbc7624caa236053c98f202f0f32d6f33"; + sha256_unsigned = "0c2e4ef400b2fa990a60cf9e59b8a37bbc7624caa236053c98f202f0f32d6f33"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "23cb719821b3c0109660fc998b46cdb56a7f1647050e3cb1ad06578e9144acbf"; + sha256_unsigned = "4f9169bc26a1bca5b1e63d74d4e1afab66a5c7f9ba37cccd162ef1a99cc06cff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-2533gst-initramfs-kernel.bin"; + sha256 = "b305121c42e1d30ef2a93f4b265fea0cc277559f4b666e62e091e0ede98892f9"; + sha256_unsigned = "b305121c42e1d30ef2a93f4b265fea0cc277559f4b666e62e091e0ede98892f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + model = "WRC-2533GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-2533gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-2533gst2-squashfs-sysupgrade.bin"; + sha256 = "6f22750e3d9fc745fb2aec45445e27a84d8199030afb52a32f9930ac1babeeca"; + sha256_unsigned = "d8d20429c6677a767d4c43ef1bcb2d43fe339af64faf11284ff26c89f023a634"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-2533gst2-squashfs-factory.bin"; + sha256 = "aef6acd25d92bb54deceb22d819a03b9358f33d8da4823943a8f0c89d58e7384"; + sha256_unsigned = "aef6acd25d92bb54deceb22d819a03b9358f33d8da4823943a8f0c89d58e7384"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-elecom_wrc-2533gst2-initramfs-kernel.bin"; + sha256 = "16b080b77b24a2c5506f12fc18278305fb97d7c0609e01a3209bd800c04ae49d"; + sha256_unsigned = "16b080b77b24a2c5506f12fc18278305fb97d7c0609e01a3209bd800c04ae49d"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst2" + ]; + titles = [ + { + model = "WRC-2533GST2"; + vendor = "ELECOM"; + } + ]; + }; + firefly_firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-firefly_firewrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-firefly_firewrt-squashfs-sysupgrade.bin"; + sha256 = "4706750e541d5dc6c483385b06c597551e17d1674bcf1e1dffadde0a29c892de"; + sha256_unsigned = "40fe88ac3720856aca8a1ff1259551e46feb2541b3d3b8c012e08552da923906"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-firefly_firewrt-initramfs-kernel.bin"; + sha256 = "7a80c405bfea483528f75dbde005fbbe2ac218ac18aec44822d58efc784989ab"; + sha256_unsigned = "7a80c405bfea483528f75dbde005fbbe2ac218ac18aec44822d58efc784989ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "firefly,firewrt" + "firewrt" + ]; + titles = [ + { + model = "FireWRT"; + vendor = "Firefly"; + } + ]; + }; + gehua_ghl-r-001 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-gehua_ghl-r-001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-gehua_ghl-r-001-initramfs-kernel.bin"; + sha256 = "cdd1c4a49304d607b2ad73de397e77afec3f5a68ae1b8be423045ac6afc46baa"; + sha256_unsigned = "cdd1c4a49304d607b2ad73de397e77afec3f5a68ae1b8be423045ac6afc46baa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-gehua_ghl-r-001-squashfs-sysupgrade.bin"; + sha256 = "459c33fa546131c527127d1a69538a8e6fee9e7649b2a8b0721c2b140e6c80f4"; + sha256_unsigned = "3448c1caee827b06088a5f0d4e1843e45b298fb9e89cb76c1c211cc76d341f5f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gehua,ghl-r-001" + ]; + titles = [ + { + model = "GHL-R-001"; + vendor = "GeHua"; + } + ]; + }; + glinet_gl-mt1300 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-glinet_gl-mt1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-glinet_gl-mt1300-squashfs-sysupgrade.bin"; + sha256 = "ff1afa4e5162109b1a80c76127b324ea666839efa29cba8605050bb919276e92"; + sha256_unsigned = "0596abb607c8f5bb1a4f2a2983f4f2e431dc7e70610794b77eb4735205d5e4b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-glinet_gl-mt1300-initramfs-kernel.bin"; + sha256 = "50765fc09e3d90be0c287d75cc5ce3858e7b3ff8a59fac2692be9b8b5b0fc165"; + sha256_unsigned = "50765fc09e3d90be0c287d75cc5ce3858e7b3ff8a59fac2692be9b8b5b0fc165"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt1300" + ]; + titles = [ + { + model = "GL-MT1300"; + vendor = "GL.iNet"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "84e04472fc5557c96fdcb1264b22ca58ba89cefa0343746cf7031d9dd2dae475"; + sha256_unsigned = "ed879c6da22fce2a035eb02517913e714e7c8f41a6ab91fab8fdd859cffecc67"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-gnubee_gb-pc1-initramfs-kernel.bin"; + sha256 = "46d4b062fa102f5e61eddb2cc1003a579ff9ef934af37e8c8fb19701871e0ab6"; + sha256_unsigned = "46d4b062fa102f5e61eddb2cc1003a579ff9ef934af37e8c8fb19701871e0ab6"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + model = "Personal Cloud One"; + vendor = "GnuBee"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "af408e3865726888f511317b025079f52f68142be9df53b112a57056facd83bd"; + sha256_unsigned = "d4ebcc2a303c0ac99b4c3bb92495367024e4e09c511697e39007e04855ca6a44"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-gnubee_gb-pc2-initramfs-kernel.bin"; + sha256 = "8ce23db3ef5e32c77f8902f32b4b8d7622a8893a90f4f1aeaa34649aa88459c6"; + sha256_unsigned = "8ce23db3ef5e32c77f8902f32b4b8d7622a8893a90f4f1aeaa34649aa88459c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + model = "Personal Cloud Two"; + vendor = "GnuBee"; + } + ]; + }; + hilink_hlk-7621a-evb = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-hilink_hlk-7621a-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-hilink_hlk-7621a-evb-initramfs-kernel.bin"; + sha256 = "b91739fe38a53e041ac998e40f3d545400574762ee511a229ff3bb4e87b71ba0"; + sha256_unsigned = "b91739fe38a53e041ac998e40f3d545400574762ee511a229ff3bb4e87b71ba0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-hilink_hlk-7621a-evb-squashfs-sysupgrade.bin"; + sha256 = "bb3328e293b28d31afcbd47d3b4c21334124d3e1129790be4aa1bc4dc53bd024"; + sha256_unsigned = "2fb4fdd59ea01dd41f7ad4f782a5db1cafe3fe9421d05207b568534a4782b503"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7621a-evb" + ]; + titles = [ + { + model = "HLK-7621A evaluation board"; + vendor = "HiLink"; + } + ]; + }; + hiwifi_hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-hiwifi_hc5962"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-hiwifi_hc5962-initramfs-kernel.bin"; + sha256 = "7cd43af27fd4fb7fb063cc6ed5dc0019edf2dfdbc4dbc81bfe2528dab85ff9ed"; + sha256_unsigned = "7cd43af27fd4fb7fb063cc6ed5dc0019edf2dfdbc4dbc81bfe2528dab85ff9ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-hiwifi_hc5962-squashfs-factory.bin"; + sha256 = "8f80396a9d7e662c15f6131d846edbb253fb9f36b85a38cfbbc664a6ebd9291d"; + sha256_unsigned = "8f80396a9d7e662c15f6131d846edbb253fb9f36b85a38cfbbc664a6ebd9291d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-hiwifi_hc5962-squashfs-sysupgrade.bin"; + sha256 = "84444a0a3c8444f45b6fb89c7e4a7cc3910b9aa59d140a08da9be2878f9b4220"; + sha256_unsigned = "e0af3217e8dc26447b902ce59f89355ff06dd565e114c7d479eb8727229745df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5962" + ]; + titles = [ + { + model = "HC5962"; + vendor = "HiWiFi"; + } + ]; + }; + humax_e10 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-humax_e10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-humax_e10-squashfs-factory.bin"; + sha256 = "bc7e6a0452050f8f0504ae06f49eb63656a45ea5edd4244334f2fc80f0239c0d"; + sha256_unsigned = "bc7e6a0452050f8f0504ae06f49eb63656a45ea5edd4244334f2fc80f0239c0d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-humax_e10-initramfs-kernel.bin"; + sha256 = "b1d40b41143f8956e7bc2333a1dcd44110fa8b59fe6dac29d1f7158e7c46268e"; + sha256_unsigned = "b1d40b41143f8956e7bc2333a1dcd44110fa8b59fe6dac29d1f7158e7c46268e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-humax_e10-squashfs-sysupgrade.bin"; + sha256 = "02ad08736048bb835e8a675df02a6642efdf0d64d7b0fed301049f92d1f16598"; + sha256_unsigned = "5f24f5f07acd44222d5085c5d3389a873c98d2de696fdb6aa94a3cfd51bb72cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "humax,e10" + ]; + titles = [ + { + model = "E10"; + vendor = "HUMAX"; + } + { + model = "QUANTUM E10"; + vendor = "HUMAX"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "afd4c7e43da48d1a080445d83c0dacab03bf6dba41f46605ce89fe4ef491d7c6"; + sha256_unsigned = "c9f994705c1d3ae1d0674dca4fc414d9a30939e73b270177473e3f4814ac4df8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wn-ax1167gr-initramfs-kernel.bin"; + sha256 = "4802d53ec6a9ef9d2ec2851613e78ac75a7373956187d5ad780e17be760191a3"; + sha256_unsigned = "4802d53ec6a9ef9d2ec2851613e78ac75a7373956187d5ad780e17be760191a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + model = "WN-AX1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax1167gr2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-iodata_wn-ax1167gr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wn-ax1167gr2-squashfs-sysupgrade.bin"; + sha256 = "6952b25d89d8417a5871cd03bf15fb831b34ea8f2f36661faa02009b1afaf902"; + sha256_unsigned = "73844571a667204dfdf6335bbed2395d0dc85fa4ee90a66733e3058eeda8b433"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wn-ax1167gr2-initramfs-kernel.bin"; + sha256 = "8fb09fa74d0f1029325d025542dd602e3d7fec8c886261f91336c1e442d674ab"; + sha256_unsigned = "8fb09fa74d0f1029325d025542dd602e3d7fec8c886261f91336c1e442d674ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr2" + ]; + titles = [ + { + model = "WN-AX1167GR2"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-iodata_wn-ax2033gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wn-ax2033gr-squashfs-sysupgrade.bin"; + sha256 = "8509044994ff9b6e800bd9966c8975c06669613629576d65f0f45fc14122a1af"; + sha256_unsigned = "638d640c4c559189d5bea98bef3848b0fd2d148408af5905d7c5182a146b8d51"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wn-ax2033gr-initramfs-kernel.bin"; + sha256 = "70d9105073f304e52c067c1dff12bf4c2bbe8589511235a09d37c35708584835"; + sha256_unsigned = "70d9105073f304e52c067c1dff12bf4c2bbe8589511235a09d37c35708584835"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax2033gr" + ]; + titles = [ + { + model = "WN-AX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1167r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-iodata_wn-dx1167r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wn-dx1167r-squashfs-sysupgrade.bin"; + sha256 = "da635cf15453136242142c05d0e051ccfd0c6a323253dea91f7bebc4a20f9f49"; + sha256_unsigned = "1102b44478189c3d02a2983f0f64f21e798c78dc46a275591424b1c1f9bfe5c1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wn-dx1167r-initramfs-kernel.bin"; + sha256 = "eebb2abe2873d8ae35d6f8afde3024a35f3fd75bf432051450554f4cb7bf2afa"; + sha256_unsigned = "eebb2abe2873d8ae35d6f8afde3024a35f3fd75bf432051450554f4cb7bf2afa"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1167r" + ]; + titles = [ + { + model = "WN-DX1167R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1200gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-iodata_wn-dx1200gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wn-dx1200gr-squashfs-sysupgrade.bin"; + sha256 = "a71714662e3c2dee400e9ea5b74fbcd7f206d338e3b7df53cc59b82a61a663eb"; + sha256_unsigned = "46817cc7ac98bed16eb18cf948918448c1a6e1c5eda6bfe159cfcc31fd71d4f5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wn-dx1200gr-initramfs-kernel.bin"; + sha256 = "9339d5f8f27c1a50314cacf9986efc4feb52413a488156e3d360aa034297bb68"; + sha256_unsigned = "9339d5f8f27c1a50314cacf9986efc4feb52413a488156e3d360aa034297bb68"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1200gr" + ]; + titles = [ + { + model = "WN-DX1200GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-iodata_wn-dx2033gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wn-dx2033gr-squashfs-sysupgrade.bin"; + sha256 = "3b07b3b8dc6e7eafdbff522db405d9ca13b361407b0d765e8fd8d27629c395ad"; + sha256_unsigned = "79de0e2eb739710dded8d4a815368aa6a4dd3059b46eeac23de3f24de22dae10"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wn-dx2033gr-initramfs-kernel.bin"; + sha256 = "bae7d20e9fa5bfecd883ab4e17569a04cd4ffec12a2c985142c31a7ffc84da93"; + sha256_unsigned = "bae7d20e9fa5bfecd883ab4e17569a04cd4ffec12a2c985142c31a7ffc84da93"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx2033gr" + ]; + titles = [ + { + model = "WN-DX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "37f639c1de356e1732f7bd66aeabfa74be35213db232c9d67c55887af3f54ed3"; + sha256_unsigned = "bf119e2850c100d397ff3f459196084a944444139eeb56a99ba4ff3f9fbaedc4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wn-gx300gr-initramfs-kernel.bin"; + sha256 = "a714ce8871aa7caf4b8eaa19deb761c03eb4a134c1c71ba1e25d8411b635097c"; + sha256_unsigned = "a714ce8871aa7caf4b8eaa19deb761c03eb4a134c1c71ba1e25d8411b635097c"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + model = "WN-GX300GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wnpr2600g = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-iodata_wnpr2600g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wnpr2600g-squashfs-sysupgrade.bin"; + sha256 = "1ed067fe5a77f8e4b06b3b1d8bcc224db28c8d75cfe9b04c41d5c959737e569a"; + sha256_unsigned = "9091ba82555d27296c50de7460353bcf1ffe09e0eab86f2d4eb34006a09b8121"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wnpr2600g-squashfs-factory.bin"; + sha256 = "5fd1c645ca7e600d5f2e82802107243a15c882567be2c8e7652d5ce676ec5e6a"; + sha256_unsigned = "5fd1c645ca7e600d5f2e82802107243a15c882567be2c8e7652d5ce676ec5e6a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-iodata_wnpr2600g-initramfs-kernel.bin"; + sha256 = "59e334bb44425b21da4d09882f7c11115fcd569525c51938195b56c1309b32c8"; + sha256_unsigned = "59e334bb44425b21da4d09882f7c11115fcd569525c51938195b56c1309b32c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wnpr2600g" + ]; + titles = [ + { + model = "WNPR2600G"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a3002mesh = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-iptime_a3002mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_a3002mesh-squashfs-sysupgrade.bin"; + sha256 = "4fb33914ef395454d03e849d1de4274dc30eb66afaf5a2616233a39db91e5d7e"; + sha256_unsigned = "3274e8d94f8075698475f1e2a5fe4b54631e7a150c846a7dd295f36b23e68736"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_a3002mesh-initramfs-kernel.bin"; + sha256 = "c642dabcd67330ba5edb2cf11106e7cc74b1a30aaba930f9ab07a00b3dd3668b"; + sha256_unsigned = "c642dabcd67330ba5edb2cf11106e7cc74b1a30aaba930f9ab07a00b3dd3668b"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3002mesh" + ]; + titles = [ + { + model = "A3002MESH"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a3004ns-dual = { + device_packages = [ + "kmod-usb3" + "kmod-mt76x2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-iptime_a3004ns-dual"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_a3004ns-dual-squashfs-sysupgrade.bin"; + sha256 = "31b75833bfd16510892a628d561d03217aa8564f7023bdd8a56f884f7811967b"; + sha256_unsigned = "3ebd0adfdac061cf4d11ae18dc53785d9c5af80e2795ffd6f32cd73088fe44af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_a3004ns-dual-initramfs-kernel.bin"; + sha256 = "13d18b1229437b00226881725658f614c005dd87d522600510300c26e2e32543"; + sha256_unsigned = "13d18b1229437b00226881725658f614c005dd87d522600510300c26e2e32543"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3004ns-dual" + ]; + titles = [ + { + model = "A3004NS-dual"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a3004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-iptime_a3004t"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_a3004t-initramfs-kernel.bin"; + sha256 = "dcc96fc405728117f4d80fe1bd1fca2cd502e13439b67036b79182901196de5a"; + sha256_unsigned = "dcc96fc405728117f4d80fe1bd1fca2cd502e13439b67036b79182901196de5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_a3004t-squashfs-sysupgrade.bin"; + sha256 = "3ab165521411d70dade034094693fffff96a6fe7ebeab6537a8298fbef4c8734"; + sha256_unsigned = "3b465aef4a9ec938fe0b4b99592f4ea633440e30fd2b50610ce957d205cb7a93"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3004t" + ]; + titles = [ + { + model = "A3004T"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a6004ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-iptime_a6004ns-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_a6004ns-m-initramfs-kernel.bin"; + sha256 = "64b17d62c6b4eb83363158ce5519f1d7e4c86f9a495675c7d6a0068c70f6b20a"; + sha256_unsigned = "64b17d62c6b4eb83363158ce5519f1d7e4c86f9a495675c7d6a0068c70f6b20a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_a6004ns-m-squashfs-sysupgrade.bin"; + sha256 = "27a81a179efedd99ea45bb942038a29a9235f166d5797f908e224c0766aa8811"; + sha256_unsigned = "c1aaac64d5e3ee19747b3cb76875b53e7c0b7fbedd501f0f64612b761023437c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a6004ns-m" + ]; + titles = [ + { + model = "A6004NS-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a6ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-iptime_a6ns-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_a6ns-m-squashfs-sysupgrade.bin"; + sha256 = "085a7a999e6c51dc2363db613a914b59ad3cb620513e65f69e51fa320b6d603b"; + sha256_unsigned = "dfdf62abdcbde2b5b96d76637f52eefcffed32c889274e0b684b3626e533d248"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_a6ns-m-initramfs-kernel.bin"; + sha256 = "2d48f655321c1ad4aa352d0428f2d5a174229e6c8690abcd29071abec8be5b0d"; + sha256_unsigned = "2d48f655321c1ad4aa352d0428f2d5a174229e6c8690abcd29071abec8be5b0d"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a6ns-m" + ]; + titles = [ + { + model = "A6ns-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a8004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-iptime_a8004t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_a8004t-squashfs-sysupgrade.bin"; + sha256 = "e7b26e22416fb2ce286e040b905e64554e8eecc91ca16b545fba213ae7b3d4ca"; + sha256_unsigned = "f35d715c4608217fa2c1d2f12d1e08c3f7b220158867186e975b4030d0e05d9c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_a8004t-initramfs-kernel.bin"; + sha256 = "0bf20c1a67da6807a55266f347dea48a4b1bc8c76091870d0b21ce670365e59a"; + sha256_unsigned = "0bf20c1a67da6807a55266f347dea48a4b1bc8c76091870d0b21ce670365e59a"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a8004t" + ]; + titles = [ + { + model = "A8004T"; + vendor = "ipTIME"; + } + ]; + }; + iptime_ax2004m = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-iptime_ax2004m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_ax2004m-squashfs-sysupgrade.bin"; + sha256 = "0277c5a7175afdbdccb06fcc6f05fbebd23657a377a7ff48334d00f19440d6ce"; + sha256_unsigned = "4969fe07f19cb7241df8d529f1522bc6a3b4b4b470e981256bd38acfb6753f8d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_ax2004m-squashfs-recovery.bin"; + sha256 = "65de158c3daf41426b4db3cd195cc7535e01d3b9d537294ccf0ed8d9f7981b88"; + sha256_unsigned = "65de158c3daf41426b4db3cd195cc7535e01d3b9d537294ccf0ed8d9f7981b88"; + type = "recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_ax2004m-initramfs-kernel.bin"; + sha256 = "2d71f2f4f8488e48a524f49ef10ca406ff8657c31b5d878502bff1aae3c188c7"; + sha256_unsigned = "2d71f2f4f8488e48a524f49ef10ca406ff8657c31b5d878502bff1aae3c188c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,ax2004m" + ]; + titles = [ + { + model = "AX2004M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_t5004 = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-iptime_t5004"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_t5004-squashfs-sysupgrade.bin"; + sha256 = "473c1ddad9b9c96b0fa5a10cf56ebe3cd9b16fb1506294b0f993b6b829e1614d"; + sha256_unsigned = "3785bc933a5aa328dc9c88389880ce0aa9a2b02fd89f48b94d410d650344fcf4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-iptime_t5004-initramfs-kernel.bin"; + sha256 = "06ccc747bb16edb4957e9706fe74ce163a3b917c30cbd4343b8c906e6f7e4fd1"; + sha256_unsigned = "06ccc747bb16edb4957e9706fe74ce163a3b917c30cbd4343b8c906e6f7e4fd1"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,t5004" + ]; + titles = [ + { + model = "T5004"; + vendor = "ipTIME"; + } + ]; + }; + jcg_jhr-ac876m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-jcg_jhr-ac876m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-jcg_jhr-ac876m-squashfs-factory.bin"; + sha256 = "25d17bce050c5fa0e4ebc7db76fbf34847887068f84106917dae8dfa1db5e84e"; + sha256_unsigned = "25d17bce050c5fa0e4ebc7db76fbf34847887068f84106917dae8dfa1db5e84e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-jcg_jhr-ac876m-squashfs-sysupgrade.bin"; + sha256 = "00a1ce1b2db9c5fb939e63f2fa368a7f38b989ad0e376c66ab1ff38a676ac9dc"; + sha256_unsigned = "3272b9a06d5dcd8a0d47cd39ae6a6f12dfcaddc64cf6dda1ec998412459111c7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-jcg_jhr-ac876m-initramfs-kernel.bin"; + sha256 = "ba3b527f646cb637e89aaa0512dc4118708b9046ba532fbbc7756cbf08cf52e5"; + sha256_unsigned = "ba3b527f646cb637e89aaa0512dc4118708b9046ba532fbbc7756cbf08cf52e5"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,jhr-ac876m" + ]; + titles = [ + { + model = "JHR-AC876M"; + vendor = "JCG"; + } + ]; + }; + jcg_q20 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-jcg_q20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-jcg_q20-squashfs-sysupgrade.bin"; + sha256 = "4f66aaebea4f4e28a68a60c81c720d1067b4da7fa73723dad8a8abe86ba70098"; + sha256_unsigned = "4391e7ea7f22e71f8f814b0194d058c01bb782cb79a9b7b970af11b5cd3f0f26"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-jcg_q20-squashfs-factory.bin"; + sha256 = "843b227347f387196b10d4737963aaa45ccb6fb7523a9a727310763c8b37a4bb"; + sha256_unsigned = "843b227347f387196b10d4737963aaa45ccb6fb7523a9a727310763c8b37a4bb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-jcg_q20-initramfs-kernel.bin"; + sha256 = "ca340e1b3643241edb45b5a96cd8862a3311c0b96ee0bb37dafa5d48221d1ef9"; + sha256_unsigned = "ca340e1b3643241edb45b5a96cd8862a3311c0b96ee0bb37dafa5d48221d1ef9"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,q20" + ]; + titles = [ + { + model = "Q20"; + vendor = "JCG"; + } + ]; + }; + jcg_y2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-jcg_y2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-jcg_y2-initramfs-kernel.bin"; + sha256 = "a31a4766d9d89a63518b21561ae62269cc27d499638661a2acff3c3f8ac04ea2"; + sha256_unsigned = "a31a4766d9d89a63518b21561ae62269cc27d499638661a2acff3c3f8ac04ea2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-jcg_y2-squashfs-sysupgrade.bin"; + sha256 = "3e113f12cbf800742b7a5813a11cf40f54fc4053a71ce75a72b55bd5a3d71b47"; + sha256_unsigned = "6fb3e27ef2cab39cdb3460d61604d62cbdbff10a3ee78242a15712e10f973018"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-jcg_y2-squashfs-factory.bin"; + sha256 = "0843655c9ab8c881246908520d3ad9a0b45488f03912c9daef8c33ff3eec60d9"; + sha256_unsigned = "0843655c9ab8c881246908520d3ad9a0b45488f03912c9daef8c33ff3eec60d9"; + type = "factory"; + } + ]; + supported_devices = [ + "jcg,y2" + ]; + titles = [ + { + model = "Y2"; + vendor = "JCG"; + } + ]; + }; + lenovo_newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-lenovo_newifi-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-lenovo_newifi-d1-initramfs-kernel.bin"; + sha256 = "3659562fb6cb2c16d0afacde4edf7d22785508ff85b443c759661c12c0fa3130"; + sha256_unsigned = "3659562fb6cb2c16d0afacde4edf7d22785508ff85b443c759661c12c0fa3130"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-lenovo_newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "3f3fd923fbb090f8ef97e201f6f3b44d1b5ddc7f4a16a63a20e11835c570e1a9"; + sha256_unsigned = "0d0261d86d2d973289846aa566a3368f33c227b799ca4ff3e1da7eb484362616"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-d1" + "newifi-d1" + ]; + titles = [ + { + model = "D1"; + vendor = "Newifi"; + } + ]; + }; + linksys_e5600 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-linksys_e5600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_e5600-squashfs-factory.bin"; + sha256 = "822d82acb18ece446dc29e44f08b7a846e933ddc101b6ae102a20010a771c64c"; + sha256_unsigned = "822d82acb18ece446dc29e44f08b7a846e933ddc101b6ae102a20010a771c64c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_e5600-squashfs-sysupgrade.bin"; + sha256 = "368bf9990a60560920677335a01c25772b6376e7bb6f3516e798864165b860aa"; + sha256_unsigned = "28d344b176f4f7c7304ce2814864ec3c8138aa02902536764605ab66d50ca147"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_e5600-initramfs-kernel.bin"; + sha256 = "153013268756643d67a47f1c821aeef841a352f54e855ccc4d68c4117d6d8928"; + sha256_unsigned = "153013268756643d67a47f1c821aeef841a352f54e855ccc4d68c4117d6d8928"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e5600" + ]; + titles = [ + { + model = "E5600"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6350-v4 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-linksys_ea6350-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea6350-v4-initramfs-kernel.bin"; + sha256 = "c804632110cfcf9041dffd40a65550886e9bfc8a9c29200f70bc8dd634c4f67d"; + sha256_unsigned = "c804632110cfcf9041dffd40a65550886e9bfc8a9c29200f70bc8dd634c4f67d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea6350-v4-squashfs-factory.bin"; + sha256 = "142f521375179bc4a2125a9849c411c31be41669b4660440d6f94eca2bd5b4dd"; + sha256_unsigned = "142f521375179bc4a2125a9849c411c31be41669b4660440d6f94eca2bd5b4dd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea6350-v4-squashfs-sysupgrade.bin"; + sha256 = "73cd4a118cce51701b43b4a434f2ef8f9ecdcade2f554af75ce2d79a64978db4"; + sha256_unsigned = "b5f9eecd78848c5da12b5e68da6a22bd3e2c8fc50a899c12f21b4ed3168b113f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea6350-v4" + ]; + titles = [ + { + model = "EA6350"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-linksys_ea7300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea7300-v1-squashfs-factory.bin"; + sha256 = "60afc611825ea3ed62304e384dfeea07bca5af033c334fd117132cf8d55c1244"; + sha256_unsigned = "60afc611825ea3ed62304e384dfeea07bca5af033c334fd117132cf8d55c1244"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea7300-v1-squashfs-sysupgrade.bin"; + sha256 = "9ecf63ac9ec847d2786a09d11588b5ae500e681fade62fe1ca1d3b4fd25f9fe3"; + sha256_unsigned = "c59bfbe1f2fd46a27680debbdd224b6b55925d50c95b067e79d8e9aaa9992bfb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea7300-v1-initramfs-kernel.bin"; + sha256 = "8134cf21be145c1b0874a546b471c30936a747df2775542c0b1048e1b5488171"; + sha256_unsigned = "8134cf21be145c1b0874a546b471c30936a747df2775542c0b1048e1b5488171"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7300-v1" + ]; + titles = [ + { + model = "EA7300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-linksys_ea7300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea7300-v2-squashfs-sysupgrade.bin"; + sha256 = "03798e1e332204e17ca93eccd5d7437b3b57b115984f273aa7a5f236fcecf46f"; + sha256_unsigned = "a973727adf1803791233c79b80bb936837c814b3590164d5b6a021c7e35eacb0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea7300-v2-initramfs-kernel.bin"; + sha256 = "0991370d8b0f2a0fdad11ff1e7b76fbdf096fb8da250aba209e5fd1c6c3b1eb9"; + sha256_unsigned = "0991370d8b0f2a0fdad11ff1e7b76fbdf096fb8da250aba209e5fd1c6c3b1eb9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea7300-v2-squashfs-factory.bin"; + sha256 = "b543023c12ae461bf6717e3ac22b28873ceb2b346ab36353a7de673160b3f294"; + sha256_unsigned = "b543023c12ae461bf6717e3ac22b28873ceb2b346ab36353a7de673160b3f294"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7300-v2" + ]; + titles = [ + { + model = "EA7300"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7500-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-linksys_ea7500-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea7500-v2-initramfs-kernel.bin"; + sha256 = "3a7f2b6fa385faa46f84fb86f5fed4474d030644b77d9c288dc21218a036ea40"; + sha256_unsigned = "3a7f2b6fa385faa46f84fb86f5fed4474d030644b77d9c288dc21218a036ea40"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea7500-v2-squashfs-sysupgrade.bin"; + sha256 = "6cc67b4c469ca406ee32923cb0d769741a9c5ecedacb95d20841e3092655bcf1"; + sha256_unsigned = "5e5ef8251b5e2f5b0c799cebfbfc932350e48b627e889c0c6dcbc17b89183f38"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea7500-v2-squashfs-factory.bin"; + sha256 = "fe47340237459201e9a30eb645bf4b087fb60930c47437370cdcc8cea6e749af"; + sha256_unsigned = "fe47340237459201e9a30eb645bf4b087fb60930c47437370cdcc8cea6e749af"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7500-v2" + ]; + titles = [ + { + model = "EA7500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-linksys_ea8100-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea8100-v1-initramfs-kernel.bin"; + sha256 = "a05ec91ac2232e715cba93649f1e02f1fd3d2ef19a185e1c8df274d52d292f13"; + sha256_unsigned = "a05ec91ac2232e715cba93649f1e02f1fd3d2ef19a185e1c8df274d52d292f13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea8100-v1-squashfs-sysupgrade.bin"; + sha256 = "6c5cc3551303defcab0084495550bf62db4d93dcc59181951dee55dbfb216cbf"; + sha256_unsigned = "9e2be7ada74ae44c8779c96a28ba45d501279601c20848a85eb29448b49eb53c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea8100-v1-squashfs-factory.bin"; + sha256 = "9cd5cc7f593514a4c16d8c349d45ca0fe085e42e9924618a3f7860212353a2ef"; + sha256_unsigned = "9cd5cc7f593514a4c16d8c349d45ca0fe085e42e9924618a3f7860212353a2ef"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8100-v1" + ]; + titles = [ + { + model = "EA8100"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-linksys_ea8100-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea8100-v2-squashfs-sysupgrade.bin"; + sha256 = "82d5de7faf5d869ff2e0c3aa6fe483627c3a51139476b9db738287911d9d1537"; + sha256_unsigned = "48c3c29c88f80b544c4efc8f12e43a59c3aacaf1aa7602e447e755f64d3f5789"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea8100-v2-squashfs-factory.bin"; + sha256 = "fe6a42ef2e0f849eb1d3d695aaf582ce6a410fa6b6a6a9546c889737d3116232"; + sha256_unsigned = "fe6a42ef2e0f849eb1d3d695aaf582ce6a410fa6b6a6a9546c889737d3116232"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_ea8100-v2-initramfs-kernel.bin"; + sha256 = "224ab4bd5e2709b9a59fe2074f2f9286431f0fc1ada07550facd059a2e74b3d5"; + sha256_unsigned = "224ab4bd5e2709b9a59fe2074f2f9286431f0fc1ada07550facd059a2e74b3d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8100-v2" + ]; + titles = [ + { + model = "EA8100"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_re6500 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-linksys_re6500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_re6500-initramfs-kernel.bin"; + sha256 = "ee4db3cf7b9e1a9aa50282e862d9c8a6e1a88f782ea86d9f647a63e1d8f53f7e"; + sha256_unsigned = "ee4db3cf7b9e1a9aa50282e862d9c8a6e1a88f782ea86d9f647a63e1d8f53f7e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-linksys_re6500-squashfs-sysupgrade.bin"; + sha256 = "d10e1b716772632efbab444eb5fcc53e17cac358d9c77415dba242e709f146e0"; + sha256_unsigned = "4beb02e23afcbe7d7eca7968a7b4c1d0297ba2d3b8687e6d00ba2300221b348a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,re6500" + "re6500" + ]; + titles = [ + { + model = "RE6500"; + vendor = "Linksys"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "18d9200ba1e5066d307773b28c2dd6ab1fd9f380635eaa8d284f801d5b2b3cc9"; + sha256_unsigned = "5362375f175bfa62b358ec5d2a421a7f30a4e5d6b143c66d04dfa984c31291a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-mediatek_ap-mt7621a-v60-initramfs-kernel.bin"; + sha256 = "a07a586ac21de641d0701e5770a261e00651570b006f5cb451a39e859261e09d"; + sha256_unsigned = "a07a586ac21de641d0701e5770a261e00651570b006f5cb451a39e859261e09d"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + model = "AP-MT7621A-V60 EVB"; + vendor = "Mediatek"; + } + ]; + }; + mediatek_mt7621-eval-board = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-mediatek_mt7621-eval-board"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-mediatek_mt7621-eval-board-squashfs-sysupgrade.bin"; + sha256 = "8534729ed9b499d035b70cc5296fef8b7554f1c306d949650d6b7787eab1a272"; + sha256_unsigned = "fe7870d6fd42ab727efb10328c1b851b7f208d6740e654560077864f74ab0cf2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-mediatek_mt7621-eval-board-initramfs-kernel.bin"; + sha256 = "04b882b45dfe462b164c8d600b9d302ffa0bf795af1c766112a1330d7ffcf5cd"; + sha256_unsigned = "04b882b45dfe462b164c8d600b9d302ffa0bf795af1c766112a1330d7ffcf5cd"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7621-eval-board" + "mt7621" + ]; + titles = [ + { + model = "MT7621 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mikrotik_routerboard-750gr3 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-mikrotik_routerboard-750gr3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-mikrotik_routerboard-750gr3-initramfs-kernel.bin"; + sha256 = "799402edf65929637bd58c59545a76d0a5b7e175800e3f4c708bec70086544d4"; + sha256_unsigned = "799402edf65929637bd58c59545a76d0a5b7e175800e3f4c708bec70086544d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-mikrotik_routerboard-750gr3-squashfs-sysupgrade.bin"; + sha256 = "4fb932fc162f228c733a1d58ed7e60c8a25a760637c74ecf9bcfddd3e0d787a7"; + sha256_unsigned = "f6257a32ff7a1023fda8dafdf7ef3fa85595d01194c854b375957098b0e100fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-750gr3" + "mikrotik,rb750gr3" + ]; + titles = [ + { + model = "RouterBOARD 750Gr3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-760igs = { + device_packages = [ + "kmod-usb3" + "kmod-sfp" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-mikrotik_routerboard-760igs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-mikrotik_routerboard-760igs-squashfs-sysupgrade.bin"; + sha256 = "6f03b3b31f874436c01e89a821515a75b5b0a1b4f7026fb4ba87ec03fb3ac52e"; + sha256_unsigned = "65b30291ef8b4fee7bef996dd9cb4c4ffb2755015417ec5bc9998f1c143df27a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin"; + sha256 = "d1e3f1a8faa5c045bb51f5b101af0572e09cc7023d15a30a1bf2943ee4d99017"; + sha256_unsigned = "d1e3f1a8faa5c045bb51f5b101af0572e09cc7023d15a30a1bf2943ee4d99017"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-760igs" + ]; + titles = [ + { + model = "RouterBOARD 760iGS"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m11g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-mikrotik_routerboard-m11g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-mikrotik_routerboard-m11g-squashfs-sysupgrade.bin"; + sha256 = "b0b4b052096421ed51bcc79451c71f230f0233b4813d3b58b2cfc442a63afc33"; + sha256_unsigned = "da50f406914ba23a35d91625039549a35bd95caa13dbe0f11a6a9daed101f848"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-mikrotik_routerboard-m11g-initramfs-kernel.bin"; + sha256 = "666c2d8a33ed04d46aa12e8abf8e5a12483324ca8faebc1157ae0ec92b75c75d"; + sha256_unsigned = "666c2d8a33ed04d46aa12e8abf8e5a12483324ca8faebc1157ae0ec92b75c75d"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m11g" + "mikrotik,rbm11g" + ]; + titles = [ + { + model = "RouterBOARD M11G"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m33g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-mikrotik_routerboard-m33g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-mikrotik_routerboard-m33g-squashfs-sysupgrade.bin"; + sha256 = "4507dc7c6dfad4451f4f56db7ae7d69bb44fe82995b201c62e3cf2773e01373d"; + sha256_unsigned = "71612fdbc01354d028c25082f4cf3a97e0aee44145cbf0d88421008bc1b3aa53"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-mikrotik_routerboard-m33g-initramfs-kernel.bin"; + sha256 = "c62e50abda409699079f4957d75887ef73f62a69c8bc144ef26fddebbb5241c3"; + sha256_unsigned = "c62e50abda409699079f4957d75887ef73f62a69c8bc144ef26fddebbb5241c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m33g" + "mikrotik,rbm33g" + ]; + titles = [ + { + model = "RouterBOARD M33G"; + vendor = "MikroTik"; + } + ]; + }; + mqmaker_witi = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-mqmaker_witi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-mqmaker_witi-squashfs-sysupgrade.bin"; + sha256 = "7eaea65b53927ab6d54b72903bdb7838d325d94dd04540f04aa8501bf438311d"; + sha256_unsigned = "184b44b7ef86534c42e8d579b5bf078b884cc5b75826b68e1aff7f14f2ac9b3d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-mqmaker_witi-initramfs-kernel.bin"; + sha256 = "87fc9c4c3d34b86eb7799885a101b7d899830d6d58ab88dba36e5630ab8bc530"; + sha256_unsigned = "87fc9c4c3d34b86eb7799885a101b7d899830d6d58ab88dba36e5630ab8bc530"; + type = "kernel"; + } + ]; + supported_devices = [ + "mqmaker,witi" + "witi" + "mqmaker,witi-256m" + "mqmaker,witi-512m" + ]; + titles = [ + { + model = "WiTi"; + vendor = "MQmaker"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-mtc_wr1201-initramfs-kernel.bin"; + sha256 = "a527fda7ac02d3990c3f376ee5ca7d78207c8adb071fb0e9f49955874cf453dd"; + sha256_unsigned = "a527fda7ac02d3990c3f376ee5ca7d78207c8adb071fb0e9f49955874cf453dd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "20e17fdbb494b83409827d61103ea1dc844f3ee8181d4f92b8235fb6a3808649"; + sha256_unsigned = "d3a299d2a72851bc05ac91d22d1979f04e9be548f20f7bebf6f7b49ab59ec960"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + model = "Wireless Router WR1201"; + vendor = "MTC"; + } + ]; + }; + mts_wg430223 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "uencrypt" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-mts_wg430223"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-mts_wg430223-squashfs-factory.trx"; + sha256 = "dcf6adad3168b0e162292504438aae435c77c74ece87730de61ff961351d97c4"; + sha256_unsigned = "dcf6adad3168b0e162292504438aae435c77c74ece87730de61ff961351d97c4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-mts_wg430223-initramfs-kernel.bin"; + sha256 = "b5c035051fb906eb7e3eaf541c48ff8e8cf329aea397d883cf43dde5350eb90f"; + sha256_unsigned = "b5c035051fb906eb7e3eaf541c48ff8e8cf329aea397d883cf43dde5350eb90f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-mts_wg430223-squashfs-sysupgrade.bin"; + sha256 = "a51cccc15ca03eab7ce50fb798616a29eaaf4b2d14f998f17442f448bd89c68b"; + sha256_unsigned = "bd2ac34291737ffe552e972a8a02d2ca0f785fc4ed5264cd4cee2ab9915d18fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mts,wg430223" + ]; + titles = [ + { + model = "WG430223"; + vendor = "MTS"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_ex6150-initramfs-kernel.bin"; + sha256 = "bd5750c90f403e41d03694cdffcfc89f379347a55c8d1827ce2f269351aff952"; + sha256_unsigned = "bd5750c90f403e41d03694cdffcfc89f379347a55c8d1827ce2f269351aff952"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "089830b4480a545e6f20f8521a73b1d05ca05b97265f283d7674b2131fd2db84"; + sha256_unsigned = "fac667f3263dff171fc0db56472da912a9d262e770608519a37d6bb5461fb5bb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "0e5fe2081b34f97fdcb7274d13ba56dc71ffa6007a5a42b65a770f67e7c55708"; + sha256_unsigned = "0e5fe2081b34f97fdcb7274d13ba56dc71ffa6007a5a42b65a770f67e7c55708"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + model = "EX6150"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-netgear_r6220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6220-squashfs-rootfs.bin"; + sha256 = "2f3d14bcd2611e99d5e6ee6919781cadb695037a8cb7b624dc3df9abd4f497b0"; + sha256_unsigned = "2f3d14bcd2611e99d5e6ee6919781cadb695037a8cb7b624dc3df9abd4f497b0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin"; + sha256 = "418c4658456760ce8ea16bb3d1e3d476d586917a55fb1ab77363eea133a912fa"; + sha256_unsigned = "f983317c8580ffd04b1eee5ac3b72ce3b0571a5913cb891fbf6c05e552229c96"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6220-squashfs-kernel.bin"; + sha256 = "198818d2e6dee02aa3d812b11189ddad286e0790bac4ce45131fd71d9da504e4"; + sha256_unsigned = "198818d2e6dee02aa3d812b11189ddad286e0790bac4ce45131fd71d9da504e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6220-squashfs-factory.img"; + sha256 = "afa4406c765832769f88ce9a06c8788b48ec684bbac30fe491c7902ae743fd81"; + sha256_unsigned = "afa4406c765832769f88ce9a06c8788b48ec684bbac30fe491c7902ae743fd81"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6220-initramfs-kernel.bin"; + sha256 = "c83c60fa4dd77bc6175b8b30480b78c76e6f7a94fdc594f915139676d110782c"; + sha256_unsigned = "c83c60fa4dd77bc6175b8b30480b78c76e6f7a94fdc594f915139676d110782c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6220" + "r6220" + ]; + titles = [ + { + model = "R6220"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6260 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-netgear_r6260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6260-squashfs-rootfs.bin"; + sha256 = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + sha256_unsigned = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6260-squashfs-kernel.bin"; + sha256 = "478cd7d6fbccdd4fb15ef3e794a3d8ebf4aa71c3ab93e724141f1c109b7ca472"; + sha256_unsigned = "478cd7d6fbccdd4fb15ef3e794a3d8ebf4aa71c3ab93e724141f1c109b7ca472"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin"; + sha256 = "723642d4d76d6fca654783fb8994b2fb110fae3bca7523b6c34fbebd26ba959f"; + sha256_unsigned = "5e1822d93b0730c51f0c20369f6d3eac5e7e0ac574684f72fd43049f331d1260"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6260-squashfs-factory.img"; + sha256 = "95d55df7cd32e9f79690d7f63ca0304e7aacc0860309560d12cd7e16ff361d68"; + sha256_unsigned = "95d55df7cd32e9f79690d7f63ca0304e7aacc0860309560d12cd7e16ff361d68"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6260-initramfs-kernel.bin"; + sha256 = "5c5dbfd171dee08abe169209b2bb81d3ca7142a4365b816a70eb6ce97dfecdb0"; + sha256_unsigned = "5c5dbfd171dee08abe169209b2bb81d3ca7142a4365b816a70eb6ce97dfecdb0"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6260" + ]; + titles = [ + { + model = "R6260"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "844785f524eb28c701ee23b951743926883757ab00ce766211dcad26751d2c6e"; + sha256_unsigned = "844785f524eb28c701ee23b951743926883757ab00ce766211dcad26751d2c6e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "fd9cb27a92963e7c2d54b2566045be6c72f7402cc2a5be9c6ad81367b3b15316"; + sha256_unsigned = "fd9cb27a92963e7c2d54b2566045be6c72f7402cc2a5be9c6ad81367b3b15316"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + sha256_unsigned = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6350-initramfs-kernel.bin"; + sha256 = "d6950ff7fc12d5a859933cc906f41c0638903ef947a9d1dcff6766cd5cab8b10"; + sha256_unsigned = "d6950ff7fc12d5a859933cc906f41c0638903ef947a9d1dcff6766cd5cab8b10"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "a6edcd6231e5c098476157feb81ad42cb454aa4a02e4c8095096082db17ae307"; + sha256_unsigned = "a57496db098ac67cd43a59c9f14977233dc57bff45efa39b2f5772490258b3b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + model = "R6350"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6700-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-netgear_r6700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6700-v2-squashfs-kernel.bin"; + sha256 = "607344f2c7c669fbf435e17b2b6faf921307686e35564a179116cd6df0157a68"; + sha256_unsigned = "607344f2c7c669fbf435e17b2b6faf921307686e35564a179116cd6df0157a68"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6700-v2-initramfs-kernel.bin"; + sha256 = "518db9ac8183c490e485b4da33e839bee565137c2221e2a1ebcbe90b08e61552"; + sha256_unsigned = "518db9ac8183c490e485b4da33e839bee565137c2221e2a1ebcbe90b08e61552"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6700-v2-squashfs-sysupgrade.bin"; + sha256 = "492561d82d60efa7db54c3765ab3d13c8a96dffc6aaf6b2186252e12526edeb5"; + sha256_unsigned = "8a3f2218d6b22f4ad1f45b8c3f5c19b4990f63bf062b5d97c14738679fcb48e7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6700-v2-squashfs-rootfs.bin"; + sha256 = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + sha256_unsigned = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6700-v2-squashfs-factory.img"; + sha256 = "67b99c2014986b7fd505f7cb0ada86a3d3fd4dfde83d07c0295bcc17eb9a49e9"; + sha256_unsigned = "67b99c2014986b7fd505f7cb0ada86a3d3fd4dfde83d07c0295bcc17eb9a49e9"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6700-v2" + ]; + titles = [ + { + model = "R6700"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2400"; + variant = "v1"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2100"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6800 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-netgear_r6800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6800-squashfs-rootfs.bin"; + sha256 = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + sha256_unsigned = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6800-squashfs-factory.img"; + sha256 = "0c29f421048b1b8a02ed26e486180c90c8564e4335ec00767d87b9a4ec49a98d"; + sha256_unsigned = "0c29f421048b1b8a02ed26e486180c90c8564e4335ec00767d87b9a4ec49a98d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6800-squashfs-kernel.bin"; + sha256 = "5b30a869d27422d97b3bfc3cc3722fc3d5a3c2645bc11b91e3e88792ecbb05ad"; + sha256_unsigned = "5b30a869d27422d97b3bfc3cc3722fc3d5a3c2645bc11b91e3e88792ecbb05ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6800-squashfs-sysupgrade.bin"; + sha256 = "ac00c006819f2eb8b2b07a2cf72631451f67ff85c95b2f365670a0cefd96acc8"; + sha256_unsigned = "a0f4e686063178fb4625e2c8fda5b15411df392825bf15f46b021d6b1fb287a8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6800-initramfs-kernel.bin"; + sha256 = "c29cdc013397d7c1e246f39247613d326e7455ebf68868dbd80c6f38ab9531ae"; + sha256_unsigned = "c29cdc013397d7c1e246f39247613d326e7455ebf68868dbd80c6f38ab9531ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6800" + ]; + titles = [ + { + model = "R6800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6850 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-netgear_r6850"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6850-squashfs-sysupgrade.bin"; + sha256 = "bd7099fad138598bd3d3a1c6312268e36ab413bda561b6a9b3f06e314c24fba6"; + sha256_unsigned = "8cc84d5154c1078103671673b0f35c03336b1ea96cd6480c003881b6428adcba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6850-squashfs-kernel.bin"; + sha256 = "c67bdb71a7309405796f3dd67da4b3db588ab5f88f7cf7b332399adfc5702855"; + sha256_unsigned = "c67bdb71a7309405796f3dd67da4b3db588ab5f88f7cf7b332399adfc5702855"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6850-initramfs-kernel.bin"; + sha256 = "beec0abd65ae83900b672076d8199ece6c723a8892e36b84f6cd362425254f3d"; + sha256_unsigned = "beec0abd65ae83900b672076d8199ece6c723a8892e36b84f6cd362425254f3d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6850-squashfs-factory.img"; + sha256 = "ab4efae1fc2cd136c3c02f6e15324f62cf51e23d11b31cc119788b8173087f6e"; + sha256_unsigned = "ab4efae1fc2cd136c3c02f6e15324f62cf51e23d11b31cc119788b8173087f6e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6850-squashfs-rootfs.bin"; + sha256 = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + sha256_unsigned = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6850" + ]; + titles = [ + { + model = "R6850"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6900-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-netgear_r6900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6900-v2-squashfs-kernel.bin"; + sha256 = "f96e82d35f75263d496e702d10b43f4e3f451af0c7acaea7af61619d77dbbc27"; + sha256_unsigned = "f96e82d35f75263d496e702d10b43f4e3f451af0c7acaea7af61619d77dbbc27"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6900-v2-squashfs-rootfs.bin"; + sha256 = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + sha256_unsigned = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6900-v2-initramfs-kernel.bin"; + sha256 = "c387ab6b5451e1db5a7eb3a4c0db091d665b9d06a3ba38022fe4af23456c85ff"; + sha256_unsigned = "c387ab6b5451e1db5a7eb3a4c0db091d665b9d06a3ba38022fe4af23456c85ff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6900-v2-squashfs-sysupgrade.bin"; + sha256 = "b21cd30bddd84739f773f12329f02ad3e6c5d2576f4a886a6db43e354b53fec4"; + sha256_unsigned = "f988f6b46001911fcc6a350f5b06cef4c80557e5b1cc3dccab3c3462ace1261f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r6900-v2-squashfs-factory.img"; + sha256 = "8dda4093f2c2318b2d98b941680d35d9ca7b2f4a9010a87c1ae3ddf5f033e0e0"; + sha256_unsigned = "8dda4093f2c2318b2d98b941680d35d9ca7b2f4a9010a87c1ae3ddf5f033e0e0"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6900-v2" + ]; + titles = [ + { + model = "R6900"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7200 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-netgear_r7200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r7200-squashfs-rootfs.bin"; + sha256 = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + sha256_unsigned = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r7200-initramfs-kernel.bin"; + sha256 = "b336b15e37626872fc41c738ce8defd88a0a8661dd07cf462fb25c801356ef0e"; + sha256_unsigned = "b336b15e37626872fc41c738ce8defd88a0a8661dd07cf462fb25c801356ef0e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r7200-squashfs-kernel.bin"; + sha256 = "49db2dedc0da5621643dc2f484b6378cb33fea0b61fc88a073405a25c7e55b04"; + sha256_unsigned = "49db2dedc0da5621643dc2f484b6378cb33fea0b61fc88a073405a25c7e55b04"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r7200-squashfs-sysupgrade.bin"; + sha256 = "8210d726e678d034dd0b9c6e0290db64618a73f420551fc6e9b74d1cbc067848"; + sha256_unsigned = "3d4868a17e8458cc545c225c39a8400ab5a55d510ccc8a5b18c8c7ba379e3c99"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r7200-squashfs-factory.img"; + sha256 = "90ec6219bf8e19d3ef6973b83e6a6e616ce15a671d1aee91a7426f0b85c70681"; + sha256_unsigned = "90ec6219bf8e19d3ef6973b83e6a6e616ce15a671d1aee91a7426f0b85c70681"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7200" + ]; + titles = [ + { + model = "R7200"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7450 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-netgear_r7450"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r7450-squashfs-kernel.bin"; + sha256 = "34ce5d485e3cb2ef98489d0f34e5e61d2eb3f48fb8608f6853766d1830e9d079"; + sha256_unsigned = "34ce5d485e3cb2ef98489d0f34e5e61d2eb3f48fb8608f6853766d1830e9d079"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r7450-squashfs-factory.img"; + sha256 = "9c524b2162ac72f8dcb5274d3b20507c01c92002e36ad9f70277043902813934"; + sha256_unsigned = "9c524b2162ac72f8dcb5274d3b20507c01c92002e36ad9f70277043902813934"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r7450-squashfs-sysupgrade.bin"; + sha256 = "e8ca3923fe0ea791c4099c303c1749490cf0808529ba92f420fc0d3e9d812078"; + sha256_unsigned = "13d08119e7a638a09e985bec000f72475da6f485bee89ee87c4a9c062f91011e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r7450-initramfs-kernel.bin"; + sha256 = "e026547d90441e02aaf0c8b2b5c1a9955ece7f5ed3fd3928d73eded0e3c8a044"; + sha256_unsigned = "e026547d90441e02aaf0c8b2b5c1a9955ece7f5ed3fd3928d73eded0e3c8a044"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_r7450-squashfs-rootfs.bin"; + sha256 = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + sha256_unsigned = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r7450" + ]; + titles = [ + { + model = "R7450"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac104 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-netgear_wac104"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_wac104-initramfs-kernel.bin"; + sha256 = "22871925ba51a4e26bf7ffd837c12c841e44ca5b7bcbd21b45d21a7e42198244"; + sha256_unsigned = "22871925ba51a4e26bf7ffd837c12c841e44ca5b7bcbd21b45d21a7e42198244"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_wac104-squashfs-sysupgrade.bin"; + sha256 = "94e793080c25fedb697c3a31ad29ab3be468c15f9e2a7e0b7a79ca4f6dea8dbc"; + sha256_unsigned = "32ceb9e386c32b429404134afb04a64d2fdcdbdfaa31793658435df9e584036e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_wac104-squashfs-kernel.bin"; + sha256 = "676cd28899f9d75ceb1a6cdd05693c99b89c06a0df663b903ce54d13371e7c3b"; + sha256_unsigned = "676cd28899f9d75ceb1a6cdd05693c99b89c06a0df663b903ce54d13371e7c3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_wac104-squashfs-rootfs.bin"; + sha256 = "2f3d14bcd2611e99d5e6ee6919781cadb695037a8cb7b624dc3df9abd4f497b0"; + sha256_unsigned = "2f3d14bcd2611e99d5e6ee6919781cadb695037a8cb7b624dc3df9abd4f497b0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_wac104-squashfs-factory.img"; + sha256 = "d6c08e7e58d9bb01003e9c7ef2b5af68ebae31dd7fa861410e444061e3f9de88"; + sha256_unsigned = "d6c08e7e58d9bb01003e9c7ef2b5af68ebae31dd7fa861410e444061e3f9de88"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wac104" + ]; + titles = [ + { + model = "WAC104"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac124 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-netgear_wac124"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_wac124-squashfs-factory.img"; + sha256 = "0a03701ed8f091088f8e0bed55fcd7a4cfefc3e90ef1ea8618cb6173fdaa452b"; + sha256_unsigned = "0a03701ed8f091088f8e0bed55fcd7a4cfefc3e90ef1ea8618cb6173fdaa452b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_wac124-squashfs-kernel.bin"; + sha256 = "d181a6a8d32811bf5c7f48bbf38b12975afbfd4aa16bc23f911825f36e1d8c43"; + sha256_unsigned = "d181a6a8d32811bf5c7f48bbf38b12975afbfd4aa16bc23f911825f36e1d8c43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_wac124-squashfs-sysupgrade.bin"; + sha256 = "aa5cb09c00654b0b69d77f69127df11610c94cbf7faeaccc67a31450dc50d51b"; + sha256_unsigned = "e9fbc5d32992b765ca5f50ec879445970a97763f0f4373f7b51f009ca5b6e5c2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_wac124-initramfs-kernel.bin"; + sha256 = "411c381e872d0527569ac8f29c0706a2032863d87508c6723439b6291f01170b"; + sha256_unsigned = "411c381e872d0527569ac8f29c0706a2032863d87508c6723439b6291f01170b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_wac124-squashfs-rootfs.bin"; + sha256 = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + sha256_unsigned = "319d21562a160ee3029c70598e1c8df4933ebf13cc1405b612676a44316a9276"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,wac124" + ]; + titles = [ + { + model = "WAC124"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wax202 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-netgear_wax202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_wax202-squashfs-sysupgrade.bin"; + sha256 = "2862052ae5a9f1ea539dfa0c16f023f2deb5ab625769efdd0ee265ce8d53dd5c"; + sha256_unsigned = "b1bae3ff7ce2030c44171b0a107d7ae60e1b90b2396baee56be210cd221a5d46"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_wax202-squashfs-factory.img"; + sha256 = "043a25959749d39c24f5e709d5f896dd8670d247e0a1a6be05a0b90b8ecdfcb4"; + sha256_unsigned = "043a25959749d39c24f5e709d5f896dd8670d247e0a1a6be05a0b90b8ecdfcb4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_wax202-initramfs-kernel.bin"; + sha256 = "c48b751302fea9b8184c34efc337693d3f26ed072f3ce570460e81cd8c6d6dd3"; + sha256_unsigned = "c48b751302fea9b8184c34efc337693d3f26ed072f3ce570460e81cd8c6d6dd3"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wax202" + ]; + titles = [ + { + model = "WAX202"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-netgear_wndr3700-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_wndr3700-v5-squashfs-factory.img"; + sha256 = "05603c0dd0ec74619d35fc87cdd1b261c958b413b01f98253a1e1b0acc835372"; + sha256_unsigned = "05603c0dd0ec74619d35fc87cdd1b261c958b413b01f98253a1e1b0acc835372"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_wndr3700-v5-squashfs-sysupgrade.bin"; + sha256 = "359cc68b20dab0a1ad814f13f12247a878f66fb3c220e9627f6e6b5727602ab8"; + sha256_unsigned = "2073e7f511000c35d29a933731b0ab4295d2a37427a56658117499fdc2a5325f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-netgear_wndr3700-v5-initramfs-kernel.bin"; + sha256 = "485ccadbf5561b12e72be3634a0d481653e9e4b858a1d3bb5f220cb64467fd2f"; + sha256_unsigned = "485ccadbf5561b12e72be3634a0d481653e9e4b858a1d3bb5f220cb64467fd2f"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v5" + "wndr3700v5" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v5"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-netis_wf2881"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netis_wf2881-squashfs-sysupgrade.bin"; + sha256 = "886606c878a32150c85695aecfd1e444cd71fe62b30fb495254e68abd7a40731"; + sha256_unsigned = "e3ae019fb44950714a796edd630f18ae07c5b219881936302c21dc9ade7466d0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-netis_wf2881-initramfs-kernel.bin"; + sha256 = "ba9e72f46d4a18a33507af182195e629fdfde46f948b077da9334176bf649165"; + sha256_unsigned = "ba9e72f46d4a18a33507af182195e629fdfde46f948b077da9334176bf649165"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-netis_wf2881-squashfs-factory.bin"; + sha256 = "a6791bd025f2672da11e3ce2a17dcbce36707bcdc1f928b97508aa3f117b0dc9"; + sha256_unsigned = "a6791bd025f2672da11e3ce2a17dcbce36707bcdc1f928b97508aa3f117b0dc9"; + type = "factory"; + } + ]; + supported_devices = [ + "netis,wf2881" + ]; + titles = [ + { + model = "WF2881"; + vendor = "NETIS"; + } + ]; + }; + oraybox_x3a = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-oraybox_x3a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-oraybox_x3a-initramfs-kernel.bin"; + sha256 = "7049ffd468f47c23486cc48351e723f0f4283ef56622ce845ebe97ffa4f854e4"; + sha256_unsigned = "7049ffd468f47c23486cc48351e723f0f4283ef56622ce845ebe97ffa4f854e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-oraybox_x3a-squashfs-sysupgrade.bin"; + sha256 = "dc374a462144abcce06c3d84312716260acf73c7beb39a5da3c2ba235d589e74"; + sha256_unsigned = "12a9be40a9ed5c52769b01d27cf11bff25a709fca5e92820ef57b4627f4f7273"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "oraybox,x3a" + ]; + titles = [ + { + model = "X3A"; + vendor = "OrayBox"; + } + ]; + }; + phicomm_k2p = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-phicomm_k2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"; + sha256 = "fa3f9a62a197518d31295b5768fae5360b548e460ee6af78bb803fe0a2ac28f5"; + sha256_unsigned = "c9c93792e50dff85c1b6f5862a926427288d79a1f8cadbea3bddbc589f5f55f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-phicomm_k2p-initramfs-kernel.bin"; + sha256 = "d8ee42dd6f95446ace8e8147c1127434a5c7f72409a8c46e36930a8c3253c166"; + sha256_unsigned = "d8ee42dd6f95446ace8e8147c1127434a5c7f72409a8c46e36930a8c3253c166"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2p" + "k2p" + ]; + titles = [ + { + model = "K2P"; + vendor = "Phicomm"; + } + { + model = "KE 2P"; + vendor = "Phicomm"; + } + ]; + }; + planex_vr500 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-planex_vr500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-planex_vr500-initramfs-kernel.bin"; + sha256 = "a6463b3208b272cda9a62811ef568f12791fdb4bf35ca93da492013af5fdbd5a"; + sha256_unsigned = "a6463b3208b272cda9a62811ef568f12791fdb4bf35ca93da492013af5fdbd5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-planex_vr500-squashfs-sysupgrade.bin"; + sha256 = "73202efa1d8cfa5db3ec1a32dd954933065913b3f2313cb18af69cd9c8cd3d83"; + sha256_unsigned = "6107cecdb6bc801ad26a9351bad7aae2d61196dbea149e9e46428c4c6493c80f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,vr500" + "vr500" + ]; + titles = [ + { + model = "VR500"; + vendor = "Planex"; + } + ]; + }; + raisecom_msg1500-x-00 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-raisecom_msg1500-x-00"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-raisecom_msg1500-x-00-initramfs-kernel.bin"; + sha256 = "aabe8e0dab4f6231e5923d78012b2582354257efe358a4594e916e1892143631"; + sha256_unsigned = "aabe8e0dab4f6231e5923d78012b2582354257efe358a4594e916e1892143631"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-raisecom_msg1500-x-00-squashfs-sysupgrade.bin"; + sha256 = "e353f0d5c77beef3d42b470faa34cf4c5ab08a9dedbca73fbae925a737952697"; + sha256_unsigned = "dfb6a3e8c27b304dc7a280f8815c8e376de04e1fc45ab0dea40127a869cd0e22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raisecom,msg1500-x-00" + ]; + titles = [ + { + model = "MSG1500"; + variant = "X.00"; + vendor = "RAISECOM"; + } + ]; + }; + renkforce_ws-wn530hp3-a = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-renkforce_ws-wn530hp3-a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-renkforce_ws-wn530hp3-a-initramfs-kernel.bin"; + sha256 = "1ec9daa1dbb1b85e9912888e424c782231c3d5baf9de258f1faa50dcf916493f"; + sha256_unsigned = "1ec9daa1dbb1b85e9912888e424c782231c3d5baf9de258f1faa50dcf916493f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-renkforce_ws-wn530hp3-a-squashfs-sysupgrade.bin"; + sha256 = "84471d3f90cfb34dc0d8e47a4bbbb3f773d2c9725a6b126d8f9b3455fad6d900"; + sha256_unsigned = "f5049f9f59677482babaf97056dd62bea4e66e7628a493278ba50b96f1471e83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "renkforce,ws-wn530hp3-a" + ]; + titles = [ + { + model = "WS-WN530HP3-A"; + vendor = "Renkforce"; + } + ]; + }; + samknows_whitebox-v8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-samknows_whitebox-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-samknows_whitebox-v8-squashfs-sysupgrade.bin"; + sha256 = "1ff478a81fc1fc7046bea8001240cbf298c3fd0390214a536f8886074c7d65b1"; + sha256_unsigned = "cf2b019856a43f73f4e8bc47d5915a6f3d2aae3d2dfc7514077c6c34d35ad884"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-samknows_whitebox-v8-initramfs-kernel.bin"; + sha256 = "b0e825624a5465a7abdff0115746b53b32ff1a4c4766593fb8b684eaa887366b"; + sha256_unsigned = "b0e825624a5465a7abdff0115746b53b32ff1a4c4766593fb8b684eaa887366b"; + type = "kernel"; + } + ]; + supported_devices = [ + "samknows,whitebox-v8" + "sk-wb8" + ]; + titles = [ + { + model = "Whitebox 8"; + vendor = "SamKnows"; + } + ]; + }; + sercomm_na502 = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-sercomm_na502"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-sercomm_na502-squashfs-sysupgrade.bin"; + sha256 = "b2d2e6d93448c7d004f0635ed8aaed0808e1b969bb05c43f26916ae2df1b18ba"; + sha256_unsigned = "ff7e83fbf38e524ac35d1257758edf851e8432f7a2eaa5417cf8a74dca7afe9b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-sercomm_na502-initramfs-kernel.bin"; + sha256 = "c192fe9b4717090101f8a4fccd3c8a239b121810b0def57a13fcb7a342722b67"; + sha256_unsigned = "c192fe9b4717090101f8a4fccd3c8a239b121810b0def57a13fcb7a342722b67"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na502" + ]; + titles = [ + { + model = "NA502"; + vendor = "SERCOMM"; + } + ]; + }; + sercomm_na502s = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-serial" + "kmod-usb-serial-xr_usb_serial_common" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-sercomm_na502s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-sercomm_na502s-squashfs-sysupgrade.bin"; + sha256 = "73a18560f56f45549e873b4c5cf2d1b6894642c9144962a699165fdb887ce61c"; + sha256_unsigned = "ede5b776297a86123ecf322a265dd4f645e5f4ed3b101e4601d8b779a0618cb9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-sercomm_na502s-initramfs-kernel.bin"; + sha256 = "d89d92071fa063c820bb1b97d5a9e68ec7c50610fa8e13b7d29de151ebfa416c"; + sha256_unsigned = "d89d92071fa063c820bb1b97d5a9e68ec7c50610fa8e13b7d29de151ebfa416c"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na502s" + ]; + titles = [ + { + model = "NA502S"; + vendor = "SERCOMM"; + } + ]; + }; + storylink_sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-storylink_sap-g3200u3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-storylink_sap-g3200u3-initramfs-kernel.bin"; + sha256 = "2b173263d6d58d2399f348a277c2181362c47bd81cff9929bf9a6feaf5e02577"; + sha256_unsigned = "2b173263d6d58d2399f348a277c2181362c47bd81cff9929bf9a6feaf5e02577"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-storylink_sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "735897ee7759c73976923ff4a2fe168bfcc5066749619da0fddd5d4ffe1b77c1"; + sha256_unsigned = "25db62a4cc15990d1d92e4ae33473be0f992b2cec0bdd0208de16e03fbc9aae7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "storylink,sap-g3200u3" + "sap-g3200u3" + ]; + titles = [ + { + model = "SAP-G3200U3"; + vendor = "STORYLiNK"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "3852eb6cf58e16c4f3a6667d4967e3fc632877bd813b091d70eef483fc122206"; + sha256_unsigned = "c4b824580a5bbb7fa479c163b64fa0bf83d10b368bbb34766c1a401b4c2d23cf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-telco-electronics_x1-initramfs-kernel.bin"; + sha256 = "fbf4317edfc30141fef4b8b5311a9b7d52555c38d1442ed8958fe896070e85cc"; + sha256_unsigned = "fbf4317edfc30141fef4b8b5311a9b7d52555c38d1442ed8958fe896070e85cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + model = "X1"; + vendor = "Telco Electronics"; + } + ]; + }; + tenbay_t-mb5eu-v01 = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-tenbay_t-mb5eu-v01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tenbay_t-mb5eu-v01-squashfs-sysupgrade.bin"; + sha256 = "58007655c258c310a7ed9b01ba8dc162f539f52a05322f2248b35bf4d75a99a5"; + sha256_unsigned = "9f8cf03d82dfceb1e1359038397ecb799cd40860b2b5f7b24dcbc205c7bcdffd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-tenbay_t-mb5eu-v01-initramfs-kernel.bin"; + sha256 = "e34e8fcab2c7104247144e96b70280afb5c1f03951f61717484e8163eefe764a"; + sha256_unsigned = "e34e8fcab2c7104247144e96b70280afb5c1f03951f61717484e8163eefe764a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tenbay,t-mb5eu-v01" + "mt7621-dm2-t-mb5eu-v01-nor" + ]; + titles = [ + { + model = "T-MB5EU-V01"; + vendor = "Tenbay"; + } + ]; + }; + thunder_timecloud = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-thunder_timecloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-thunder_timecloud-squashfs-sysupgrade.bin"; + sha256 = "db8115096b24855c0179af18300dfb0ea21bb4fe42e3ecc47b45b6f6f3900a0a"; + sha256_unsigned = "cd38efa8dde7e17a13518523067c5b91b668f51892c0c4aa95c25b228c084264"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-thunder_timecloud-initramfs-kernel.bin"; + sha256 = "c59729412ef869496f561621fcfc449e61459e82c10991a61afa8d3b4bb1dcfb"; + sha256_unsigned = "c59729412ef869496f561621fcfc449e61459e82c10991a61afa8d3b4bb1dcfb"; + type = "kernel"; + } + ]; + supported_devices = [ + "thunder,timecloud" + "timecloud" + ]; + titles = [ + { + model = "Timecloud"; + vendor = "Thunder"; + } + ]; + }; + totolink_a7000r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-totolink_a7000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-totolink_a7000r-initramfs-kernel.bin"; + sha256 = "0c94ed92fce31528f589dae6d2e929a47059f71cca0e0007719f13197d4c2191"; + sha256_unsigned = "0c94ed92fce31528f589dae6d2e929a47059f71cca0e0007719f13197d4c2191"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-totolink_a7000r-squashfs-sysupgrade.bin"; + sha256 = "907620289efd2045a93b16cd9b628a37af6a6804ce5def4ee2dba58fb84d8cda"; + sha256_unsigned = "3bdbdd009b4eec02ed7898a3534bc23b70c597a1860411bf849e507cbe0dac98"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a7000r" + ]; + titles = [ + { + model = "A7000R"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_x5000r = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-totolink_x5000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-totolink_x5000r-initramfs-kernel.bin"; + sha256 = "54f4ce8709bcffb0d58f99393b96dc0c1d30a52fcb8b39f04acc8f42bfcf6eaa"; + sha256_unsigned = "54f4ce8709bcffb0d58f99393b96dc0c1d30a52fcb8b39f04acc8f42bfcf6eaa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-totolink_x5000r-squashfs-sysupgrade.bin"; + sha256 = "66a30d4059c6a959d9ab81e72499055f6378e927ba74f98cb29ff09695968f6e"; + sha256_unsigned = "76503959ae3235ab4ea50a133828e1404c10b6041c9799a058b2fe1243c58c93"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,x5000r" + ]; + titles = [ + { + model = "X5000R"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-a6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-tplink_archer-a6-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_archer-a6-v3-squashfs-sysupgrade.bin"; + sha256 = "a848af82e29e9a6e7003edf02736f8777fe767274fee72c95b1075837f152197"; + sha256_unsigned = "f545c6f480ef71a9e5f6f8182d25263d112d0390839b57911c3215301a9cc75a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_archer-a6-v3-squashfs-factory.bin"; + sha256 = "ec5119847aece1c41ba0d9513192d00cd1142590c4fabe65bc2bfc5407352c1b"; + sha256_unsigned = "ec5119847aece1c41ba0d9513192d00cd1142590c4fabe65bc2bfc5407352c1b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_archer-a6-v3-initramfs-kernel.bin"; + sha256 = "773de5eabe718d8db6b67068904c993e1b28f1d75e4a4eea4d84f2b6ae613ba3"; + sha256_unsigned = "773de5eabe718d8db6b67068904c993e1b28f1d75e4a4eea4d84f2b6ae613ba3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-a6-v3" + ]; + titles = [ + { + model = "Archer A6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-tplink_archer-c6-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_archer-c6-v3-initramfs-kernel.bin"; + sha256 = "8cc1b49f71b53feb021d4893c242beda9727e2b5c2aa488fdc8360d0436db58f"; + sha256_unsigned = "8cc1b49f71b53feb021d4893c242beda9727e2b5c2aa488fdc8360d0436db58f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_archer-c6-v3-squashfs-factory.bin"; + sha256 = "3b3314418b0acdddb5e1ea9e46db274c9064f1ef59b472f67d590e0b6f5df719"; + sha256_unsigned = "3b3314418b0acdddb5e1ea9e46db274c9064f1ef59b472f67d590e0b6f5df719"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_archer-c6-v3-squashfs-sysupgrade.bin"; + sha256 = "2c6b0bcc2e808c504dfe449dc40dc4a1b01b2b13950da080a672a41e06053503"; + sha256_unsigned = "96f68cf777130c382c92b2c8099a0e1af1129b126e88f6133b21dfbae9f9c01c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v3" + ]; + titles = [ + { + model = "Archer C6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6u-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-tplink_archer-c6u-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_archer-c6u-v1-initramfs-kernel.bin"; + sha256 = "eb8efc0d20a82ec81adfab892f06712b87287cfccfd5f0710361da2cde36f550"; + sha256_unsigned = "eb8efc0d20a82ec81adfab892f06712b87287cfccfd5f0710361da2cde36f550"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_archer-c6u-v1-squashfs-factory.bin"; + sha256 = "d5f2dcd67bb9829af619b2b460dfe778b8dfde5ea2d0aeccbe2804c7fcb4fb47"; + sha256_unsigned = "d5f2dcd67bb9829af619b2b460dfe778b8dfde5ea2d0aeccbe2804c7fcb4fb47"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_archer-c6u-v1-squashfs-sysupgrade.bin"; + sha256 = "8ccecd8915b5e8c51f23e410612eb3fb6f1b065769d0b4bdba92e477e9551b59"; + sha256_unsigned = "02d0babbe29ae3ac2b7e6043cb85748917a5c80f11cd01c15ecf9286edaca79f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6u-v1" + ]; + titles = [ + { + model = "Archer C6U"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap235-wall-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-tplink_eap235-wall-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_eap235-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "561b7edc8e236a8b9f13eae9231578fd5a44ef0d23c167aa378865eae4479ed3"; + sha256_unsigned = "3c1bfe1e437898673197438f6bcc3c41f73700c524d6f9b97fb59b0c400b7f54"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_eap235-wall-v1-initramfs-kernel.bin"; + sha256 = "e340b0ec28ebbeae2c99d5f00053d89c6f31675c4677ebebff856b8e9131fe62"; + sha256_unsigned = "e340b0ec28ebbeae2c99d5f00053d89c6f31675c4677ebebff856b8e9131fe62"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_eap235-wall-v1-squashfs-factory.bin"; + sha256 = "2d06ce5c135fa46d4a306e40e8549626321c876343a077e23cea5803cde55583"; + sha256_unsigned = "2d06ce5c135fa46d4a306e40e8549626321c876343a077e23cea5803cde55583"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap235-wall-v1" + ]; + titles = [ + { + model = "EAP235-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap615-wall-v1 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-tplink_eap615-wall-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_eap615-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "16c50c451f84a853e2a87b6019bb5e0d392336b39acb353a16bd9fc190dd7b78"; + sha256_unsigned = "bfa4c9a2189d31f1b9d603ed8c31815bcb1d615cf56f63e310eb324a6dfc0d1a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_eap615-wall-v1-squashfs-factory.bin"; + sha256 = "a424c90c36547b9326ecf94d657103580943fef1c0c0a9d8d5294bd0727f2c48"; + sha256_unsigned = "a424c90c36547b9326ecf94d657103580943fef1c0c0a9d8d5294bd0727f2c48"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_eap615-wall-v1-initramfs-kernel.bin"; + sha256 = "118c23e45a5c23ae6c50c614b379156bdb8107ac55d9d818134ff31de757118a"; + sha256_unsigned = "118c23e45a5c23ae6c50c614b379156bdb8107ac55d9d818134ff31de757118a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap615-wall-v1" + ]; + titles = [ + { + model = "EAP615-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-tplink_re350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_re350-v1-initramfs-kernel.bin"; + sha256 = "09477a93d92d7f2dc5b597e6d1d88a4b04102f1e72fd066e4256209eb79c3b35"; + sha256_unsigned = "09477a93d92d7f2dc5b597e6d1d88a4b04102f1e72fd066e4256209eb79c3b35"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350-v1" + "re350-v1" + ]; + titles = [ + { + model = "RE350"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re500-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-tplink_re500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_re500-v1-squashfs-factory.bin"; + sha256 = "c0c4c54ff3be1e82fd6921134825fb3ea808e17d8ac627c48e74560511c2601f"; + sha256_unsigned = "c0c4c54ff3be1e82fd6921134825fb3ea808e17d8ac627c48e74560511c2601f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_re500-v1-squashfs-sysupgrade.bin"; + sha256 = "a4ccbe8431f425585b8984d3e235711100bd4ed7408bc2c8ec612b14e7956605"; + sha256_unsigned = "a34b4457871579a5e535aa2f3980ea3cd1f29a79fcfa69db158da56ba65464f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_re500-v1-initramfs-kernel.bin"; + sha256 = "b35050d94f95f6f74633bbb719d0b1ea9dec101e3215a80e9ce4a057217c0cfa"; + sha256_unsigned = "b35050d94f95f6f74633bbb719d0b1ea9dec101e3215a80e9ce4a057217c0cfa"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re500-v1" + ]; + titles = [ + { + model = "RE500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-tplink_re650-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_re650-v1-initramfs-kernel.bin"; + sha256 = "d735dc61434f0fd0456f7738da91111784f93f78711fbca60ab4999aba5e6d11"; + sha256_unsigned = "d735dc61434f0fd0456f7738da91111784f93f78711fbca60ab4999aba5e6d11"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_re650-v1-squashfs-factory.bin"; + sha256 = "0e9ff8518740bdece530ff253a13710b512504d3d5bd7cc88f26e328cf06d83b"; + sha256_unsigned = "0e9ff8518740bdece530ff253a13710b512504d3d5bd7cc88f26e328cf06d83b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_re650-v1-squashfs-sysupgrade.bin"; + sha256 = "af768c8443a6a63c850d4410a69fc496eda834d31e49e5eae237199ab3e54c91"; + sha256_unsigned = "696279fc075e277cabedd7145fc020a10a29ac05d2fc7a33c564c1d6bc3c489d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re650-v1" + ]; + titles = [ + { + model = "RE650"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-tplink_re650-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_re650-v2-squashfs-factory.bin"; + sha256 = "7a42ab1723a9927d22053102a79562816526e787575c9e1a4950bbf8c8305454"; + sha256_unsigned = "7a42ab1723a9927d22053102a79562816526e787575c9e1a4950bbf8c8305454"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_re650-v2-squashfs-sysupgrade.bin"; + sha256 = "19c5c51f8a0a0b2f7f7c55b8ad480cab4d6abcf8531bf2b895eed771849b2261"; + sha256_unsigned = "0df3b8da35a595a3fbcad43a06e0f7a1627002060f7eeb66a621b8565cf498c2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_re650-v2-initramfs-kernel.bin"; + sha256 = "e132c6abc42e3651d5bc0b6d4ad00c2df2644101e489e7152d593214133f0d5d"; + sha256_unsigned = "e132c6abc42e3651d5bc0b6d4ad00c2df2644101e489e7152d593214133f0d5d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re650-v2" + ]; + titles = [ + { + model = "RE650"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8631p-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-tplink_tl-wpa8631p-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_tl-wpa8631p-v3-initramfs-kernel.bin"; + sha256 = "7071a00b69196aef8c0792731e7910599a99e759f440954ea024a29eb2e3c43f"; + sha256_unsigned = "7071a00b69196aef8c0792731e7910599a99e759f440954ea024a29eb2e3c43f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_tl-wpa8631p-v3-squashfs-sysupgrade.bin"; + sha256 = "3f1d3eef777b028aa56df2b586a7fa2b1dd36164c1fb8865e9c3ab92d34d66cc"; + sha256_unsigned = "77ba261cba07ec86304dd1ccdb7a1b80e9a6b51d04317def43c4df901b2d2f0a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-tplink_tl-wpa8631p-v3-squashfs-factory.bin"; + sha256 = "af2f0613708f4da5d8345723c78d0a4e71c2b25bf2ef68ef98aa0aaa81b0f3c2"; + sha256_unsigned = "af2f0613708f4da5d8345723c78d0a4e71c2b25bf2ef68ef98aa0aaa81b0f3c2"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8631p-v3" + ]; + titles = [ + { + model = "TL-WPA8631P"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_edgerouter-x = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-ubnt_edgerouter-x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"; + sha256 = "56d07f526083dc56fa6fd595c981aba16993789a7339ff61f314f121d090e783"; + sha256_unsigned = "7e0dab6ddca406139b69eefd6bf591a426d3adcc137a44ce60d129ef13b4f90c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-ubnt_edgerouter-x-initramfs-kernel.bin"; + sha256 = "103ea805011eb87caea2245c5468c33d20bd5e1911b3f56f95621c9c9114ae62"; + sha256_unsigned = "103ea805011eb87caea2245c5468c33d20bd5e1911b3f56f95621c9c9114ae62"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x" + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + model = "EdgeRouter X"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-x-sfp = { + device_packages = [ + "-wpad-basic-wolfssl" + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-sfp" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-ubnt_edgerouter-x-sfp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-ubnt_edgerouter-x-sfp-initramfs-kernel.bin"; + sha256 = "a7dfe560b7118eb3819621306400ec9fc4e471b22b811c1b7d256e59d579b889"; + sha256_unsigned = "a7dfe560b7118eb3819621306400ec9fc4e471b22b811c1b7d256e59d579b889"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"; + sha256 = "ac176d9111e6c5b959ddd9f5c1c6638f25f66bd6a10e4337dd86643930a588b2"; + sha256_unsigned = "424c1033f6f1cf62ce32660b26614ba43ca31bc85edd7ac42e6823ae99756edd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x-sfp" + "ubnt-erx-sfp" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + model = "EdgeRouter X SFP"; + vendor = "Ubiquiti"; + } + { + model = "EdgePoint R6"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lite = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-ubnt_unifi-6-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-ubnt_unifi-6-lite-squashfs-sysupgrade.bin"; + sha256 = "f88035217e7ccdf4be070b353e5fe006a3aa102c52f17c15f7a5eb09a9be759f"; + sha256_unsigned = "25bc63bde1459cc12abd180bfb2948619a58be8e2d896a9f114540c971e964f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-ubnt_unifi-6-lite-initramfs-kernel.bin"; + sha256 = "614d89faf89ea0d0e932ab06b499708b9d51db22528844e8c92cd974dfa19d74"; + sha256_unsigned = "614d89faf89ea0d0e932ab06b499708b9d51db22528844e8c92cd974dfa19d74"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lite" + ]; + titles = [ + { + model = "UniFi 6 Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-nanohd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-ubnt_unifi-nanohd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-ubnt_unifi-nanohd-initramfs-kernel.bin"; + sha256 = "b13768d3876e8417478ca2772937893076d31a21bc2ca84340e9ff74f6c49ba0"; + sha256_unsigned = "b13768d3876e8417478ca2772937893076d31a21bc2ca84340e9ff74f6c49ba0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-ubnt_unifi-nanohd-squashfs-sysupgrade.bin"; + sha256 = "fcbc4febb25759e12fc72e7376cd4e254382a2db7e834a8853244057d347dece"; + sha256_unsigned = "eedcbd77a34ef231c2769c0d9e00349be28235949b5ad51f3ae5c75707d462c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-nanohd" + ]; + titles = [ + { + model = "UniFi nanoHD"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_usw-flex = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-ubnt_usw-flex"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-ubnt_usw-flex-initramfs-kernel.bin"; + sha256 = "af4f5c46c1f1a645e662520c673959515f91139252dd6243918e286551ef911f"; + sha256_unsigned = "af4f5c46c1f1a645e662520c673959515f91139252dd6243918e286551ef911f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-ubnt_usw-flex-squashfs-sysupgrade.bin"; + sha256 = "9cdf5411f8bb61e4d9cd9edd7651dc0a7c8c03f3231b40b66e44d0f484dc791d"; + sha256_unsigned = "d67e34ead0be02fb4811ff42b6ac069a69ef819c5d938dae7270dc0fdfc32383"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,usw-flex" + ]; + titles = [ + { + model = "UniFi Switch Flex"; + vendor = "Ubiquiti"; + } + ]; + }; + unielec_u7621-01-16m = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-unielec_u7621-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-unielec_u7621-01-16m-squashfs-sysupgrade.bin"; + sha256 = "69081b8238bc990a029f79e8069fc6f2e19614adcd57052cad6c5dc18cece605"; + sha256_unsigned = "442d50cd40f78780f180dca3d14a84a50420178dfdc7505ae353407c1cbce230"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-unielec_u7621-01-16m-initramfs-kernel.bin"; + sha256 = "479c64df50cccf21f5f3cc039d8e4a3daa235eca6671126fb565ba6e5bfdbecf"; + sha256_unsigned = "479c64df50cccf21f5f3cc039d8e4a3daa235eca6671126fb565ba6e5bfdbecf"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-01-16m" + ]; + titles = [ + { + model = "U7621-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-unielec_u7621-06-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-unielec_u7621-06-16m-squashfs-sysupgrade.bin"; + sha256 = "74bf864712e862325ba35f0f71c59d42624e2348377a512427fbfc61393180d6"; + sha256_unsigned = "122c4d8052b8236e1c24cc76b84e63981daf76f0ce803aa92c5bcacf9e014ca1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-unielec_u7621-06-16m-initramfs-kernel.bin"; + sha256 = "ab35c66f0e2bddc75827153df09de11e54063a543b5d5457b8f48b87b2203ed6"; + sha256_unsigned = "ab35c66f0e2bddc75827153df09de11e54063a543b5d5457b8f48b87b2203ed6"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-06-16m" + "u7621-06-256M-16M" + "unielec,u7621-06-256m-16m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-64m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-unielec_u7621-06-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-unielec_u7621-06-64m-squashfs-sysupgrade.bin"; + sha256 = "9b32371557afd13c0d7f8757f6bf66e4ac00001110cca15c1f3d2cb2b053ef68"; + sha256_unsigned = "fb1d12b3f5deb70b60a408913cbad6225d318b01ea1fd4c75258275c07703a8c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-unielec_u7621-06-64m-initramfs-kernel.bin"; + sha256 = "070d0ff9f523cd37c1ac009b1c23f22d80b98aa744960ad4e8ddf42be05039df"; + sha256_unsigned = "070d0ff9f523cd37c1ac009b1c23f22d80b98aa744960ad4e8ddf42be05039df"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-06-64m" + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "64M"; + vendor = "UniElec"; + } + ]; + }; + wavlink_wl-wn531a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-wavlink_wl-wn531a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-wavlink_wl-wn531a6-initramfs-kernel.bin"; + sha256 = "7729d28bf151e5658d6eb9b6063f64d84d7f231149d58cfcac10b7f7c1d18846"; + sha256_unsigned = "7729d28bf151e5658d6eb9b6063f64d84d7f231149d58cfcac10b7f7c1d18846"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-wavlink_wl-wn531a6-squashfs-sysupgrade.bin"; + sha256 = "a6d15a69f3cbb54e17d22167d16116677d590cf63261f2f7ac510171e65cc9d8"; + sha256_unsigned = "ee39b5ed459ba0e08959b1b0288284bb7843f564846b50faa9d7991121c207a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a6" + ]; + titles = [ + { + model = "WL-WN531A6"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn533a8 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-wavlink_wl-wn533a8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-wavlink_wl-wn533a8-squashfs-sysupgrade.bin"; + sha256 = "900d09a8071ccf8e8cbb65c4e6cd2afbc1d93610242d1d10141a5aca23abf4b0"; + sha256_unsigned = "ec3faf256714861e22b60d8eb16d4a37b41824664c64b2fc43a3d42a9ef01920"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-wavlink_wl-wn533a8-initramfs-WN533A8-kernel.bin"; + sha256 = "6fba93edad08adfc0b48263b10fbb101abe257361f1d085e9bc07f223f96f8e7"; + sha256_unsigned = "6fba93edad08adfc0b48263b10fbb101abe257361f1d085e9bc07f223f96f8e7"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn533a8" + ]; + titles = [ + { + model = "WL-WN533A8"; + vendor = "Wavlink"; + } + ]; + }; + wevo_11acnas = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-wevo_11acnas"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-wevo_11acnas-squashfs-sysupgrade.bin"; + sha256 = "3596afd14e98e6a8caf22432c8f9e327eef40b1e54c78a61d02abea4877764c6"; + sha256_unsigned = "6b35d644979dca3ff376720bc24792bfb6bf5429c0f1d8bcfb250f2a149d4002"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-wevo_11acnas-initramfs-kernel.bin"; + sha256 = "82b6fdb49419f801b08907ec8bc98ce5910aabdd84a6706686dfdeddcc004a24"; + sha256_unsigned = "82b6fdb49419f801b08907ec8bc98ce5910aabdd84a6706686dfdeddcc004a24"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,11acnas" + "11acnas" + ]; + titles = [ + { + model = "11AC NAS Router"; + vendor = "WeVO"; + } + ]; + }; + wevo_w2914ns-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-wevo_w2914ns-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-wevo_w2914ns-v2-squashfs-sysupgrade.bin"; + sha256 = "f20cb3bc662846a80ab2ee1bfb120147b610064a2803b5f8f6479e903d476cf7"; + sha256_unsigned = "8d7b8b95da4d036dcfdc7b817c5adbffe0ff8ad4b45febe938f62b5087f91577"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-wevo_w2914ns-v2-initramfs-kernel.bin"; + sha256 = "6d3d661d050aff2d853a8683fdebea3380b0a23a0fb415486dde07707123d904"; + sha256_unsigned = "6d3d661d050aff2d853a8683fdebea3380b0a23a0fb415486dde07707123d904"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,w2914ns-v2" + "w2914nsv2" + ]; + titles = [ + { + model = "W2914NS"; + variant = "v2"; + vendor = "WeVO"; + } + ]; + }; + winstars_ws-wn583a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-winstars_ws-wn583a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-winstars_ws-wn583a6-initramfs-WN583A6-kernel.bin"; + sha256 = "e351f063d5a2f2b7868aa293b9711635e646179727730114c9a5d437773605ae"; + sha256_unsigned = "e351f063d5a2f2b7868aa293b9711635e646179727730114c9a5d437773605ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-winstars_ws-wn583a6-squashfs-sysupgrade.bin"; + sha256 = "6c90899c0881d145ebc7f23a5bddad8bfc594c6a23010a350e6b4a598b49cab8"; + sha256_unsigned = "518e2bef3e5236371d4c229c253c09fac327b0b2345dafd435031d94936388c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winstars,ws-wn583a6" + ]; + titles = [ + { + model = "WS-WN583A6"; + vendor = "Winstars"; + } + { + model = "AC2100"; + vendor = "Gemeita"; + } + ]; + }; + xiaomi_mi-router-3-pro = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-3-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-sysupgrade.bin"; + sha256 = "6c513bf1f89dc336e088f5bebdecd516e5ea8225204df121cc0e9b2cda7d09bb"; + sha256_unsigned = "16b5d57011af8e9fcd7f01b060fa42eaa39913ff223702656d72d4217a39092c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-factory.bin"; + sha256 = "65c05d5b7b3970c476b3a3fb3526197de96234dd722361c997ab5265328f44d4"; + sha256_unsigned = "65c05d5b7b3970c476b3a3fb3526197de96234dd722361c997ab5265328f44d4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-3-pro-initramfs-kernel.bin"; + sha256 = "3fce2f8afde3e7815899d9feb46b587a28e34bda87e71672961ffdd91ff37bf2"; + sha256_unsigned = "3fce2f8afde3e7815899d9feb46b587a28e34bda87e71672961ffdd91ff37bf2"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3-pro" + "xiaomi,mir3p" + ]; + titles = [ + { + model = "Mi Router 3 Pro"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-3g-squashfs-sysupgrade.bin"; + sha256 = "b67e3ac6fc36bc4cd6abd58695c76581ce7f5d361be286602dae1e1ef69b871e"; + sha256_unsigned = "cc1bf4142213d845f77e0c27a803d7b775b141f96f22f707ece80db7b8f1f3c8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-3g-squashfs-rootfs0.bin"; + sha256 = "07572e42b02826ecb78aea79f0366d17084ce7cbc0a62b6d3f1c8f9d9d3246d3"; + sha256_unsigned = "07572e42b02826ecb78aea79f0366d17084ce7cbc0a62b6d3f1c8f9d9d3246d3"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-3g-squashfs-kernel1.bin"; + sha256 = "d99a000710064ea6a6e894dcd379d42bc1faac19f1dd5415ccfdf70fef41b530"; + sha256_unsigned = "d99a000710064ea6a6e894dcd379d42bc1faac19f1dd5415ccfdf70fef41b530"; + type = "kernel1"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-3g-initramfs-kernel.bin"; + sha256 = "eb1bdc577ee191cdd870f3ae614519c71ef7f607733bc0973e77df828fcf1e4a"; + sha256_unsigned = "eb1bdc577ee191cdd870f3ae614519c71ef7f607733bc0973e77df828fcf1e4a"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g" + "R3G" + "mir3g" + "xiaomi,mir3g" + ]; + titles = [ + { + model = "Mi Router 3G"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-3g-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-3g-v2-initramfs-kernel.bin"; + sha256 = "2b6af23d60de8a01a69d8dfcbb80dad8f6e0ee44b6252f719ea8bcebb53bc85c"; + sha256_unsigned = "2b6af23d60de8a01a69d8dfcbb80dad8f6e0ee44b6252f719ea8bcebb53bc85c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-3g-v2-squashfs-sysupgrade.bin"; + sha256 = "2f163de170d31182fa7680c79f809c395795e30965ea20f48f61b227090602d9"; + sha256_unsigned = "3a301d863ffb23138bce04a297aeccbdb6823581b339ce4bff46931f3969187f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g-v2" + "xiaomi,mir3g-v2" + ]; + titles = [ + { + model = "Mi Router 3G"; + variant = "v2"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-4-squashfs-kernel1.bin"; + sha256 = "f07280c80be90c94cfff4364990d272c0f6799e16dbef8d0f07ff8f6f2612137"; + sha256_unsigned = "f07280c80be90c94cfff4364990d272c0f6799e16dbef8d0f07ff8f6f2612137"; + type = "kernel1"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-4-initramfs-kernel.bin"; + sha256 = "cbff30524e1afb45759ac130c9fb41280ee208c76c4d72627c538c503eda7b82"; + sha256_unsigned = "cbff30524e1afb45759ac130c9fb41280ee208c76c4d72627c538c503eda7b82"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-4-squashfs-rootfs0.bin"; + sha256 = "74b053379142a0a7e7a66f3db1ff3ce2efb7463bee9ff714f4853638417ad0d1"; + sha256_unsigned = "74b053379142a0a7e7a66f3db1ff3ce2efb7463bee9ff714f4853638417ad0d1"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-4-squashfs-sysupgrade.bin"; + sha256 = "7830b8c574425b0aad528e696c73b88691ecd3523a9419b04ee7c2d332f29ea1"; + sha256_unsigned = "c3d3012e172ae30f6e91e6f6a5a2fafdd29b5c05df8a44fc100b286701704494"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4" + ]; + titles = [ + { + model = "Mi Router 4"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-gigabit = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-4a-gigabit"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-4a-gigabit-initramfs-kernel.bin"; + sha256 = "576799fb32a3bf4126096493a816e89b0e29317c0bafa82f1c8047aaf169f12b"; + sha256_unsigned = "576799fb32a3bf4126096493a816e89b0e29317c0bafa82f1c8047aaf169f12b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin"; + sha256 = "711af963954f1163c66038b43546127d5eb165ff4b3abc19517e9e880b0402fb"; + sha256_unsigned = "3d8f87752eb02ce5a03db1fca80b82a10c45311a37307fa0d250207ee9431647"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-gigabit" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "Gigabit Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-ac2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-ac2100-initramfs-kernel.bin"; + sha256 = "f3b8335e765051657147b5de424ca68e36d0b8aa22a9fd3f7f89944d02f6ea88"; + sha256_unsigned = "f3b8335e765051657147b5de424ca68e36d0b8aa22a9fd3f7f89944d02f6ea88"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "1da927eaeb01a774c571ce755f7c3b158f01f038a40ebdaf584b3835841a9384"; + sha256_unsigned = "1da927eaeb01a774c571ce755f7c3b158f01f038a40ebdaf584b3835841a9384"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "c257e7a36f38a105e5579a763025f883323b80eb869528697f07c1d403fef1ea"; + sha256_unsigned = "bb5c7d062ecf6d9a5741b7914fbfddaaf89835ef253dc01e8d1ac4589b1e3034"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "30621bd66e212012abbf80f2911e121d68d1114a689cb398f21ddaccdf4f0457"; + sha256_unsigned = "30621bd66e212012abbf80f2911e121d68d1114a689cb398f21ddaccdf4f0457"; + type = "kernel1"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-ac2100" + ]; + titles = [ + { + model = "Mi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6606 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-cr6606"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-sysupgrade.bin"; + sha256 = "618b48556ae023edda05f2250bd0129d34f76dfa8ec63090c543fca2e2b2cbee"; + sha256_unsigned = "27bddcd6ff8ae1c5d07a26cbd08a24fe12d4b8100b07744db1ef278930dc1ebe"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-firmware.bin"; + sha256 = "cdad100c13e82670fa04f7291dc15cc66378e64b5fcce6a2b8e4641e18047039"; + sha256_unsigned = "cdad100c13e82670fa04f7291dc15cc66378e64b5fcce6a2b8e4641e18047039"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-cr6606-initramfs-kernel.bin"; + sha256 = "4e70b4f6092dc4b88ba431a2adc5894d734e3d29190b2d47e6c55473e388bbf9"; + sha256_unsigned = "4e70b4f6092dc4b88ba431a2adc5894d734e3d29190b2d47e6c55473e388bbf9"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6606" + ]; + titles = [ + { + model = "Mi Router CR6606"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6608 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-cr6608"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-cr6608-squashfs-sysupgrade.bin"; + sha256 = "2dde6e436283058acae986100f612012fa0d5632fd0f69d645901181dcaecb49"; + sha256_unsigned = "3c1842953a3358a565254f4f339b9035296d9b800584c87b8060494caff6ad20"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-cr6608-initramfs-kernel.bin"; + sha256 = "f5346036fa9c8b05f142672520862cd952bf094d3a4d2caee7cea825b646d168"; + sha256_unsigned = "f5346036fa9c8b05f142672520862cd952bf094d3a4d2caee7cea825b646d168"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-cr6608-squashfs-firmware.bin"; + sha256 = "fc81513f9bd98fd9a081f9ff895d9bfb5e496555de8561245644c52177e68245"; + sha256_unsigned = "fc81513f9bd98fd9a081f9ff895d9bfb5e496555de8561245644c52177e68245"; + type = "firmware"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6608" + ]; + titles = [ + { + model = "Mi Router CR6608"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6609 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-cr6609"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-cr6609-squashfs-sysupgrade.bin"; + sha256 = "43648f629edf48fa039409899d7fcfa818d16f49b7835fc5e13c1ab9ba7c9cdf"; + sha256_unsigned = "eea9bfce2eb1774838ef2ca27a04c36e7442223283bf62da925d9bb3a1d69b16"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-cr6609-initramfs-kernel.bin"; + sha256 = "4d3e51cad6b7e709aff7904adea503d09f4db7639db12c510530b181d391ee4e"; + sha256_unsigned = "4d3e51cad6b7e709aff7904adea503d09f4db7639db12c510530b181d391ee4e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_mi-router-cr6609-squashfs-firmware.bin"; + sha256 = "e542fd4d8b3916aefc1fb8d13d3122ec221154693e1c83e08bb65ff63f93fa89"; + sha256_unsigned = "e542fd4d8b3916aefc1fb8d13d3122ec221154693e1c83e08bb65ff63f93fa89"; + type = "firmware"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6609" + ]; + titles = [ + { + model = "Mi Router CR6609"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-xiaomi_redmi-router-ac2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_redmi-router-ac2100-initramfs-kernel.bin"; + sha256 = "0171a20cfd9f3b8649bb4b038126473e840f262127a5a6391c1cf0c8bde8eb5a"; + sha256_unsigned = "0171a20cfd9f3b8649bb4b038126473e840f262127a5a6391c1cf0c8bde8eb5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "88354ac0a133bfb66545a6e4fa4d35eb561444156046b2cffae0ef6b6597c6b5"; + sha256_unsigned = "88354ac0a133bfb66545a6e4fa4d35eb561444156046b2cffae0ef6b6597c6b5"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "c7554f87d264f91255fc89f1e47d92d66fcfb7181d1eeee2933abce163107444"; + sha256_unsigned = "5c8e1561da8444e8886b4ca2db5c9e0c96c053677469fe296aecba87d66e11fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "1da927eaeb01a774c571ce755f7c3b158f01f038a40ebdaf584b3835841a9384"; + sha256_unsigned = "1da927eaeb01a774c571ce755f7c3b158f01f038a40ebdaf584b3835841a9384"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ac2100" + ]; + titles = [ + { + model = "Redmi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaoyu_xy-c5 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-xiaoyu_xy-c5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaoyu_xy-c5-squashfs-sysupgrade.bin"; + sha256 = "eea102fcdf7b814a243de928f9fe1f9d0e893072c8d836b74337c6ce102f5b50"; + sha256_unsigned = "a9ef69fc5a2c2e2f2000a55d59a00264e18ed8ac6832b95b606a0e48dbcee213"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-xiaoyu_xy-c5-initramfs-kernel.bin"; + sha256 = "d08b73aad7bf87adf26afc99d47c85138224f8b4b1be4274a0649ba6ca7dc655"; + sha256_unsigned = "d08b73aad7bf87adf26afc99d47c85138224f8b4b1be4274a0649ba6ca7dc655"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaoyu,xy-c5" + ]; + titles = [ + { + model = "XY-C5"; + vendor = "XiaoYu"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-xzwifi_creativebox-v1-initramfs-kernel.bin"; + sha256 = "9c19aab38495c1499e8fed5854d7ed2006ea75be42f22e30fc2ca5da1fc20daa"; + sha256_unsigned = "9c19aab38495c1499e8fed5854d7ed2006ea75be42f22e30fc2ca5da1fc20daa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "7a79d9741efbc2b20c63895da20cea4a18455a8af7e2b940c31595e11f3268e7"; + sha256_unsigned = "8af6cc2a7535240745dd3b788bd6e214d82a1dff4c44a51ebbefef11969045bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + model = "v1"; + vendor = "CreativeBox"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "385cad7f27887d0e33ff1863e8d89d93cc7efca51e5bf97c4d7670533a09286b"; + sha256_unsigned = "984c723f45c37f8cfdb1698ad11b930b414f0811f14a515737c1418ebdf28e9e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-youhua_wr1200js-initramfs-kernel.bin"; + sha256 = "f6545ffd6ac67f237e79f4bf88564237c4965911564cfa5fc77de82ffcbde5a7"; + sha256_unsigned = "f6545ffd6ac67f237e79f4bf88564237c4965911564cfa5fc77de82ffcbde5a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + model = "WR1200JS"; + vendor = "YouHua"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-youku_yk-l2-initramfs-kernel.bin"; + sha256 = "681a794b1fefc1f9e19a5086703b057d12b6cb4894e5a350b1a097e5128ce57f"; + sha256_unsigned = "681a794b1fefc1f9e19a5086703b057d12b6cb4894e5a350b1a097e5128ce57f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "c9f9098c68007e55523e5e2b3061960a54f4cff2c82e4c0cdba3ff8c48fd2532"; + sha256_unsigned = "eedde7a58508d9b5f100ed6993a7d5753f7733570e9a77ab8e287ff00627f9a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + model = "YK-L2"; + vendor = "Youku"; + } + ]; + }; + yuncore_ax820 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-yuncore_ax820"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-yuncore_ax820-initramfs-kernel.bin"; + sha256 = "ce72d612f869fa32604c906982f24a1ccb3e58a066023ed08e323ffd50271483"; + sha256_unsigned = "ce72d612f869fa32604c906982f24a1ccb3e58a066023ed08e323ffd50271483"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-yuncore_ax820-squashfs-sysupgrade.bin"; + sha256 = "439303729e43d66fd6260ca1a7a1abb785f0bb5b96fd2782cdf6f1f8b134d23d"; + sha256_unsigned = "99103f6e6cc26d2d00adcc535a1bfa5a56cdfd7c621303ebb6b1d9b88d1cf656"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,ax820" + ]; + titles = [ + { + model = "AX820"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-we1326"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "4c6563cef5ee5b706889f747697fe4f7295b553a7be73c011653ca541e452b9e"; + sha256_unsigned = "f59670dcaaaa49dac111509ccb9f68d26ac1658f7c157aca3c71d89a411d9491"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-we1326-initramfs-kernel.bin"; + sha256 = "4b108868f2ba048c836d62983b25d613009323881cb3876b37b5f1833a920aae"; + sha256_unsigned = "4b108868f2ba048c836d62983b25d613009323881cb3876b37b5f1833a920aae"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1326" + "zbt-we1326" + ]; + titles = [ + { + model = "ZBT-WE1326"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-we3526-initramfs-kernel.bin"; + sha256 = "21b3852f04a2dcfdb65264d7e0d294c9294bebea3bf536cc02f01e9b03b69558"; + sha256_unsigned = "21b3852f04a2dcfdb65264d7e0d294c9294bebea3bf536cc02f01e9b03b69558"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "99abf5ba9650da1dc3b24576d9ededb550558939e8c5dca0014f711d4355ca68"; + sha256_unsigned = "ff49f0ba46c2be57c3d9e0e8a7b40fc0117d45592d4b54aa1941f0175a222a95"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + model = "ZBT-WE3526"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1602-16m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-wg1602-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-wg1602-16m-initramfs-kernel.bin"; + sha256 = "f16266c30fea44e821816f27f78fbdd65381b1c6452f0a811946a17cfe4a3e46"; + sha256_unsigned = "f16266c30fea44e821816f27f78fbdd65381b1c6452f0a811946a17cfe4a3e46"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-wg1602-16m-squashfs-sysupgrade.bin"; + sha256 = "887b89b54bd6008574206b3fc625c9e2f444298f69f646ccd866811367608688"; + sha256_unsigned = "911648a679db66e0fdfca7344c48fdfd98afa99fd57de98e257af261f7fa3fd3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1602-16m" + ]; + titles = [ + { + model = "ZBT-WG1602"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1608-16m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-wg1608-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-wg1608-16m-initramfs-kernel.bin"; + sha256 = "3d29aea96a0fd7c8a15bc98056f8e73332d9ab76619b1f98f41a2b17804e6f3a"; + sha256_unsigned = "3d29aea96a0fd7c8a15bc98056f8e73332d9ab76619b1f98f41a2b17804e6f3a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-wg1608-16m-squashfs-sysupgrade.bin"; + sha256 = "d7c6fff6f5177464b9a85b028e6989dd7ed7396d43e8ac217ceeae8591f31421"; + sha256_unsigned = "34b34bc0aa38ea18f403dfa675f25ec4a1b9986e9fca2cddf3fb11abe4b610de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1608-16m" + ]; + titles = [ + { + model = "ZBT-WG1608"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg2626 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-wg2626"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-wg2626-initramfs-kernel.bin"; + sha256 = "f71f61c817a3386b318dfb9f70f0c6105e6f484ef7ea2c037e1ba0994ede262e"; + sha256_unsigned = "f71f61c817a3386b318dfb9f70f0c6105e6f484ef7ea2c037e1ba0994ede262e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "6cdfb092cdff07cc2874d0b21eb45ffa896b10f19f17410e195a44760d92573a"; + sha256_unsigned = "902f8033b0294c261f5263daf517b6c4241a5dc668695f0a769278ad3f662639"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg2626" + "zbt-wg2626" + ]; + titles = [ + { + model = "ZBT-WG2626"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-wg3526-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-wg3526-16m-initramfs-kernel.bin"; + sha256 = "6a4eed3ce08d5e6537c30ad8f5b4fe41018d17a89ae8f4b6a65e51d990869d57"; + sha256_unsigned = "6a4eed3ce08d5e6537c30ad8f5b4fe41018d17a89ae8f4b6a65e51d990869d57"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-wg3526-16m-squashfs-sysupgrade.bin"; + sha256 = "f547e0b8be0179017698a8a7acbbfbec1178966b96fdaf6dc0255ecaf494bcdc"; + sha256_unsigned = "66cfc56ea3a198212f9c7f167105f6c10ec26ddbee587ff0f675dd9e3e7a7f24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-16m" + "zbt-wg3526" + "zbt-wg3526-16M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-32m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-wg3526-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-wg3526-32m-squashfs-sysupgrade.bin"; + sha256 = "9537778daff6971388064cdca0d68ab067ab1a23451d3cefd7da9c5d5c9563d5"; + sha256_unsigned = "4c2d349e577ed2ba108d8f28e3a41bd5d0d38d4e1e27d0988f194b249dbe8c5b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-zbtlink_zbt-wg3526-32m-initramfs-kernel.bin"; + sha256 = "8918d53c5c0da4ce1e6ade10a6bec8a24398531654b3824f319efda87663f2c9"; + sha256_unsigned = "8918d53c5c0da4ce1e6ade10a6bec8a24398531654b3824f319efda87663f2c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-32m" + "ac1200pro" + "zbt-wg3526-32M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zio_freezio = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-zio_freezio"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-zio_freezio-initramfs-kernel.bin"; + sha256 = "2df81684b7ea498f3a28cb20fdd55bde3d27faa0e144c5d1a9af961d10bca972"; + sha256_unsigned = "2df81684b7ea498f3a28cb20fdd55bde3d27faa0e144c5d1a9af961d10bca972"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-zio_freezio-squashfs-sysupgrade.bin"; + sha256 = "24c619d6065b36666af44a6c8e4655ea48bb29f4fc57450287084b31f54def97"; + sha256_unsigned = "672f190b46a43ea500fe10e129f20940c752dd5d92a74fc81d896ea0d141e826"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zio,freezio" + ]; + titles = [ + { + model = "FREEZIO"; + vendor = "ZIO"; + } + ]; + }; + zyxel_nr7101 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "uboot-envtools" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-zyxel_nr7101"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-zyxel_nr7101-squashfs-sysupgrade.bin"; + sha256 = "934c327391d6515079a7a9fb2061bc841f76a3b7d199c06c83bca27da190d682"; + sha256_unsigned = "de7e1cabfd28f837541ee584fe041d7a7929d87261024f21623d64bb479c7a28"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-zyxel_nr7101-initramfs-recovery.bin"; + sha256 = "1beb1aa0db43bda2778d7231c9515c943deaff827517f3de8dc4222663a46f47"; + sha256_unsigned = "1beb1aa0db43bda2778d7231c9515c943deaff827517f3de8dc4222663a46f47"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nr7101" + ]; + titles = [ + { + model = "NR7101"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wap6805 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7621-qtn-rgmii" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt7621-zyxel_wap6805"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt7621-zyxel_wap6805-squashfs-sysupgrade.bin"; + sha256 = "81505b8aa990f852729f39716b5e63b28f752983dfab024f7b6d7a5609819493"; + sha256_unsigned = "b6502b063e608582f75eb298c90c06bc82dc420603c52e4b31d93bac2d431224"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt7621-zyxel_wap6805-initramfs-kernel.bin"; + sha256 = "931aeac2a961c69cea0f4dc599f16320a7d1f56968c0060f793c0584f5f71cd1"; + sha256_unsigned = "931aeac2a961c69cea0f4dc599f16320a7d1f56968c0060f793c0584f5f71cd1"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,wap6805" + ]; + titles = [ + { + model = "WAP6805"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "ramips/mt7621"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-mt7603" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "68dee67c8b6e34b92f96dd1c457b2949d1ad809c5edfd8e9bb0927333c4c1bfa"; + sha256_unsigned = "d384e43fd84f11a6bca85d6f0be451cac14738d80240c268da3688d9ed952a19"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-alfa-network_awusfree1-initramfs-kernel.bin"; + sha256 = "f7d62ae0587ec15b131118f8440f8f2b29de38890558db1658e7d81b55f13f49"; + sha256_unsigned = "f7d62ae0587ec15b131118f8440f8f2b29de38890558db1658e7d81b55f13f49"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + "awusfree1" + ]; + titles = [ + { + model = "AWUSFREE1"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rt-ac1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-asus_rt-ac1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-asus_rt-ac1200-initramfs-kernel.bin"; + sha256 = "08f063f0b7699a0fcfaf76fe68e1f2786de9b028df59d01f5fc2386d6ace7d0d"; + sha256_unsigned = "08f063f0b7699a0fcfaf76fe68e1f2786de9b028df59d01f5fc2386d6ace7d0d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-asus_rt-ac1200-squashfs-sysupgrade.bin"; + sha256 = "1e0ae3ae16ba2b1643f5fee86a48aec75b5fa687eb837e6e96d5bb625b32bf08"; + sha256_unsigned = "26a95d5b08f5f323e38b993f02aa35dbcb8f58cd7e963bce2fe4d9f1581b03fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac1200" + ]; + titles = [ + { + model = "RT-AC1200"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac1200-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-asus_rt-ac1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-asus_rt-ac1200-v2-squashfs-factory.bin"; + sha256 = "9d240792707fce2ff296a9bb824eead63815ce32d05333248862fb8e697b31db"; + sha256_unsigned = "9d240792707fce2ff296a9bb824eead63815ce32d05333248862fb8e697b31db"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-asus_rt-ac1200-v2-initramfs-kernel.bin"; + sha256 = "5e95824dc983c40e3cf5338bcbdb9d103d7aa1391ef3273f40651cfbcfffc3cf"; + sha256_unsigned = "5e95824dc983c40e3cf5338bcbdb9d103d7aa1391ef3273f40651cfbcfffc3cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-asus_rt-ac1200-v2-squashfs-sysupgrade.bin"; + sha256 = "93143f81c74fb934f569f452f26daef7eca7d6e66fa84844a226a87754d165c8"; + sha256_unsigned = "3f4926740424283197f7a50fb5723030d65f8d9d27f7dcdce00f12168d4b51c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac1200-v2" + ]; + titles = [ + { + model = "RT-AC1200"; + variant = "V2"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n10p-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-asus_rt-n10p-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-asus_rt-n10p-v3-initramfs-kernel.bin"; + sha256 = "a3b555c81a7dd24b753810950b2132478237e30f9afc7814b6b17bec965620b5"; + sha256_unsigned = "a3b555c81a7dd24b753810950b2132478237e30f9afc7814b6b17bec965620b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-asus_rt-n10p-v3-squashfs-sysupgrade.bin"; + sha256 = "4dee647b0a818d18ee791e86ce062e80e503461fd3aa00b9d6440882bb4c51d9"; + sha256_unsigned = "e424d262b06a3cb87f6fcf8bac5630b7473fbced986801267dc920e3a6b4e63d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v3" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "V3"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n11p-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-asus_rt-n11p-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-asus_rt-n11p-b1-initramfs-kernel.bin"; + sha256 = "8399dd7356b1b66df069d5f46d388b5540fa18a0dbf25c6beb0425d40059a43c"; + sha256_unsigned = "8399dd7356b1b66df069d5f46d388b5540fa18a0dbf25c6beb0425d40059a43c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-asus_rt-n11p-b1-squashfs-sysupgrade.bin"; + sha256 = "76fd282182eb32158891ba2b03c8fc798832a8fc3e8a3936f1901d0c474a253c"; + sha256_unsigned = "f214d817da30b1f66fbc62350c362498e965b00ebeaacee6158565ab4a484980"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n11p-b1" + ]; + titles = [ + { + model = "RT-N11P"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12-vp-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-asus_rt-n12-vp-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-asus_rt-n12-vp-b1-initramfs-kernel.bin"; + sha256 = "8a7083d2eb1be90ad40abeb01bfd2fcd3f49eb254acd61df45956e381ea9023e"; + sha256_unsigned = "8a7083d2eb1be90ad40abeb01bfd2fcd3f49eb254acd61df45956e381ea9023e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-asus_rt-n12-vp-b1-squashfs-sysupgrade.bin"; + sha256 = "b9645511a7869919dcc6760c570ee8681045756a9eea3dc94d03798c0ba274d9"; + sha256_unsigned = "5220221cc55abc641b803003c68586020c5192efdd26f0cdf67369b847014a3b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n12-vp-b1" + ]; + titles = [ + { + model = "RT-N12 VP"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + buffalo_wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-buffalo_wcr-1166ds"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-buffalo_wcr-1166ds-initramfs-kernel.bin"; + sha256 = "1be3171f22e8a848620718018dff70e46c0829b1b584ed1c0334ae9335b70ce3"; + sha256_unsigned = "1be3171f22e8a848620718018dff70e46c0829b1b584ed1c0334ae9335b70ce3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "15f6dd28e2a7ecf752f46806bd3d2a4aef965b92d3ea603fc16447d0d7e4d175"; + sha256_unsigned = "fd9562f8f959acb239e5650b567ef8829ea4a36c4c6b0fbeefae93c48bde433a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-factory.bin"; + sha256 = "7b5c08d7c068dddba0f2e9ed456be49411110a3d2eab323e5a84c7a4a6eea89d"; + sha256_unsigned = "fd9562f8f959acb239e5650b567ef8829ea4a36c4c6b0fbeefae93c48bde433a"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wcr-1166ds" + "wcr-1166ds" + ]; + titles = [ + { + model = "WCR-1166DS"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr758ac-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-comfast_cf-wr758ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-comfast_cf-wr758ac-v1-squashfs-sysupgrade.bin"; + sha256 = "4fb63b86d8a92659d4a46e9a0dc18307c9dbfbdfa3e1e55bd79a08de7f410c62"; + sha256_unsigned = "c29df56059a4f5e77f13bb5ec105deab1449a21b707fd4018d9674fa2dd8f0bd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-comfast_cf-wr758ac-v1-initramfs-kernel.bin"; + sha256 = "b5b5948d02d37f9baa0980a5c1a26f300bde772b0b1e11d99bbb512f80282976"; + sha256_unsigned = "b5b5948d02d37f9baa0980a5c1a26f300bde772b0b1e11d99bbb512f80282976"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr758ac-v1" + "joowin,jw-wr758ac-v1" + ]; + titles = [ + { + model = "CF-WR758AC"; + variant = "V1"; + vendor = "COMFAST"; + } + { + model = "JW-WR758AC"; + variant = "V1"; + vendor = "Joowin"; + } + ]; + }; + comfast_cf-wr758ac-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-comfast_cf-wr758ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-comfast_cf-wr758ac-v2-initramfs-kernel.bin"; + sha256 = "deadc6e1521f9a2e65c4d0f41ff6f49e27d429ac4139e66c0de56b90264a0a51"; + sha256_unsigned = "deadc6e1521f9a2e65c4d0f41ff6f49e27d429ac4139e66c0de56b90264a0a51"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-comfast_cf-wr758ac-v2-squashfs-sysupgrade.bin"; + sha256 = "e043deb85af9e4116edc64c17a6eaf332eb882d2ba51aa2f542d66495158fc34"; + sha256_unsigned = "614645cad106b6fb98594954d0743aec84560f1b7bb92919819e38203315f1a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr758ac-v2" + "joowin,jw-wr758ac-v2" + ]; + titles = [ + { + model = "CF-WR758AC"; + variant = "V2"; + vendor = "COMFAST"; + } + { + model = "JW-WR758AC"; + variant = "V2"; + vendor = "Joowin"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-cudy_wr1000-initramfs-kernel.bin"; + sha256 = "e384293b6b527e27c68ce97fc9e3b08aef907b303bd46ae9f0bd27004fdfa591"; + sha256_unsigned = "e384293b6b527e27c68ce97fc9e3b08aef907b303bd46ae9f0bd27004fdfa591"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "a832538e1cc9f9cbd5a353323b12a1bba324a8f07c5221620e0def549ed1aa0e"; + sha256_unsigned = "8c49b2b65ef31813ff9c9d0f8ca95475f5982d5415c64d219ccd942dc49fca6a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "10104246108357e24740402f0cdcab2fde5d5d3cbb2eaa4605d8a0045149233d"; + sha256_unsigned = "10104246108357e24740402f0cdcab2fde5d5d3cbb2eaa4605d8a0045149233d"; + type = "factory"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + model = "WR1000"; + vendor = "Cudy"; + } + ]; + }; + d-team_pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-d-team_pbr-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-d-team_pbr-d1-initramfs-kernel.bin"; + sha256 = "8dd1df2406ba9b73d60ab5619ccb7d70259bb93b2043ebb2cc5c61029008d7ae"; + sha256_unsigned = "8dd1df2406ba9b73d60ab5619ccb7d70259bb93b2043ebb2cc5c61029008d7ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-d-team_pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "2bd25b7fae664b8b0b3ac20b8087d016457a6296be57725ff923cd9fdfb53a36"; + sha256_unsigned = "1e764d610552b8eba93fd44a55232007b6466cb64a41f7b7d5fc94fa943553d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,pbr-d1" + "pbr-d1" + ]; + titles = [ + { + model = "PBR-D1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dap-1325-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-dlink_dap-1325-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-dlink_dap-1325-a1-initramfs-kernel.bin"; + sha256 = "c9ef333c9ea48bc128acaa0bc04c5b772f956985a0c5aa43b132ff07daec8ae3"; + sha256_unsigned = "c9ef333c9ea48bc128acaa0bc04c5b772f956985a0c5aa43b132ff07daec8ae3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-dlink_dap-1325-a1-squashfs-sysupgrade.bin"; + sha256 = "f96d6307431e8e4a75caca6403b8d7a7938bc41734de3c4dd6149dd9d885a6e2"; + sha256_unsigned = "10a3fb91600f9d8720be5e1c563dc86c4c61fbbd1a6b58cb15a844dd54350a13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1325-a1" + ]; + titles = [ + { + model = "DAP-1325 A1"; + vendor = "D-Link"; + } + ]; + }; + duzun_dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-duzun_dm06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-duzun_dm06-initramfs-kernel.bin"; + sha256 = "d10da43e4b9a36cf89961f2d0a7e5fdda7ed95ef37317b1538fb9b39017fbc9c"; + sha256_unsigned = "d10da43e4b9a36cf89961f2d0a7e5fdda7ed95ef37317b1538fb9b39017fbc9c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-duzun_dm06-squashfs-sysupgrade.bin"; + sha256 = "f80951610ad06f6463ebbe1450e4629161b199f2328bb2b0e8a0e6e5d02be642"; + sha256_unsigned = "f6fd00fbb214b699439917632ebcfe4fceec23f6f33a1cd5e828086d8657b2b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "duzun,dm06" + "duzun-dm06" + ]; + titles = [ + { + model = "DM06"; + vendor = "DuZun"; + } + ]; + }; + elecom_wrc-1167fs = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-elecom_wrc-1167fs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-elecom_wrc-1167fs-squashfs-factory.bin"; + sha256 = "01252f02521177a03f47af8a3a71305ac856549bac61639a8815b29224a35b8f"; + sha256_unsigned = "01252f02521177a03f47af8a3a71305ac856549bac61639a8815b29224a35b8f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-elecom_wrc-1167fs-squashfs-sysupgrade.bin"; + sha256 = "2ddf59be7dccca5733025f0a7b54f7a16fcf8fab98b41995b213498177c1b689"; + sha256_unsigned = "b749a5a4fec61d7e2eca712ad67568ad6d05c8925329648b8937b163b3a541c9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-elecom_wrc-1167fs-initramfs-kernel.bin"; + sha256 = "77bd701e8b4ff25ff86f12e7fb75d4a799a11d497373110c964a2b8e6d7261a5"; + sha256_unsigned = "77bd701e8b4ff25ff86f12e7fb75d4a799a11d497373110c964a2b8e6d7261a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167fs" + ]; + titles = [ + { + model = "WRC-1167FS"; + vendor = "ELECOM"; + } + ]; + }; + glinet_gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-glinet_gl-mt300n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "7bd3f7c6d7f2f6765c58e198f4b6dea18ef8b4dbacc03689a7b41efe93741446"; + sha256_unsigned = "92cdea987b884fc43e769ceee1d1b760b555ff4e9d7bd9e92c768825cce82204"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-glinet_gl-mt300n-v2-initramfs-kernel.bin"; + sha256 = "2eb96895f696442fac58a3b6831fbcf06185b6ffef22f264f2d4caa4922020d4"; + sha256_unsigned = "2eb96895f696442fac58a3b6831fbcf06185b6ffef22f264f2d4caa4922020d4"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n-v2" + "gl-mt300n-v2" + ]; + titles = [ + { + model = "GL-MT300N"; + variant = "V2"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_microuter-n300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-glinet_microuter-n300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-glinet_microuter-n300-squashfs-sysupgrade.bin"; + sha256 = "20576c4343ed5d0d65a2efb8f94e2a7023f9aaf0bb1f8c1a07c6efe39d9df56f"; + sha256_unsigned = "b054384b547ff10835413a466d27ca737149a9d39b52905ac9182043dd9a0e1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-glinet_microuter-n300-initramfs-kernel.bin"; + sha256 = "e63b2f8e1199b3c96befb819c702a5b91d95ba707b110d0a0dc6d08299179b45"; + sha256_unsigned = "e63b2f8e1199b3c96befb819c702a5b91d95ba707b110d0a0dc6d08299179b45"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,microuter-n300" + "microuter-n300" + ]; + titles = [ + { + model = "microuter-N300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-glinet_vixmini-initramfs-kernel.bin"; + sha256 = "280eda17a1c49fa4ae4286b3184c5e1a0689d90f64a5634dca25f28239e5d676"; + sha256_unsigned = "280eda17a1c49fa4ae4286b3184c5e1a0689d90f64a5634dca25f28239e5d676"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "2882e04042039a19d44835ba7e0a4f266a7732b3b16deaf2fc578c2efa8d7b3a"; + sha256_unsigned = "a750106b0725c6003f1bf20faf72339e794de4c1689624a501c4513ca44d0103"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + model = "VIXMINI"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_wifi-pineapple-mk7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-hak5_wifi-pineapple-mk7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-hak5_wifi-pineapple-mk7-initramfs-kernel.bin"; + sha256 = "5fa7b1c68404902c3e9da275fd2c438c7a384458ee010086357671fb5fa2f748"; + sha256_unsigned = "5fa7b1c68404902c3e9da275fd2c438c7a384458ee010086357671fb5fa2f748"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-hak5_wifi-pineapple-mk7-squashfs-sysupgrade.bin"; + sha256 = "30d64ec20caccc135b60bb94f92e290aa6975f8bd82437ffae966f569e459eb0"; + sha256_unsigned = "e09f3b7e12e77b6b26dbb527c4d85173c15db0983cda9c0c43705c01c28c3acf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-mk7" + "wifi-pineapple-mk7" + ]; + titles = [ + { + model = "WiFi Pineapple Mark 7"; + vendor = "Hak5"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-hilink_hlk-7628n-initramfs-kernel.bin"; + sha256 = "5a5de7ddbbca5fe41c55d9ff5a6649dae37b1cebd92f56c4263a73c5768e597a"; + sha256_unsigned = "5a5de7ddbbca5fe41c55d9ff5a6649dae37b1cebd92f56c4263a73c5768e597a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "f1cef6c8c26a6fb2eccf304fe78def45707d3ac6a656b0d0599339606e788c34"; + sha256_unsigned = "3abbe144b84c29b0fc45ab650782fffaa364b4dbab9abb7c57abed79fb0f9b81"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + model = "HLK-7628N"; + vendor = "HILINK"; + } + ]; + }; + hilink_hlk-7688a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-hilink_hlk-7688a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-hilink_hlk-7688a-squashfs-sysupgrade.bin"; + sha256 = "7953b86890eb139f3bbae0926c2372b814f11355a9c6b2289d66fb11fcae3e56"; + sha256_unsigned = "e0fab4584ac0dad8cb9f4f0f4ffb03ee5f7d5d767593308810291672551fc842"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-hilink_hlk-7688a-initramfs-kernel.bin"; + sha256 = "fb08430fb9f8329e790b197b6aa747157784ecca2c4e1d22b33b6f72dcf9bf96"; + sha256_unsigned = "fb08430fb9f8329e790b197b6aa747157784ecca2c4e1d22b33b6f72dcf9bf96"; + type = "kernel"; + } + ]; + supported_devices = [ + "hilink,hlk-7688a" + ]; + titles = [ + { + model = "HLK-7688A"; + vendor = "Hi-Link"; + } + ]; + }; + hiwifi_hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-hiwifi_hc5661a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-hiwifi_hc5661a-squashfs-sysupgrade.bin"; + sha256 = "4fb4d18412d04cdfb573d8adbece9c06dcfafdf3b0663fb157d57abf567a3755"; + sha256_unsigned = "f40b92e067ad282e7d70e89476b327a784147bd38e131171c8a9de4ca00b018b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-hiwifi_hc5661a-initramfs-kernel.bin"; + sha256 = "1ee5527511d4a26d71cf90ea683a0276cc6ac0f0cc1720bd3f612ebc6de60b8c"; + sha256_unsigned = "1ee5527511d4a26d71cf90ea683a0276cc6ac0f0cc1720bd3f612ebc6de60b8c"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5661a" + "hc5661a" + ]; + titles = [ + { + model = "HC5661A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761a = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-hiwifi_hc5761a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-hiwifi_hc5761a-squashfs-sysupgrade.bin"; + sha256 = "27c752b501977021a7f1aeb9dbdd049e99c8ee76b372dc0fe8ace0dc36b413b5"; + sha256_unsigned = "9033bb7b215e039b416b735271508c7d4f994649e6f24a39115d8f03d7560119"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-hiwifi_hc5761a-initramfs-kernel.bin"; + sha256 = "150527cf805f189ae627ef434078b58504bec9deb527e7059868250207277e83"; + sha256_unsigned = "150527cf805f189ae627ef434078b58504bec9deb527e7059868250207277e83"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5761a" + ]; + titles = [ + { + model = "HC5761A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "ef2deb8d87e2ae7749c337c3bb2af3de8f0f71b4de532aa6cf569e0d186c8682"; + sha256_unsigned = "7c82f7d739e65b7d063774ded9fda3be7408eebc2465824a230e7156634d679f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-hiwifi_hc5861b-initramfs-kernel.bin"; + sha256 = "8b0199d9aa629c8ae39ec17dc09e079c44540db27b4c21b8b673ddc7410c38f9"; + sha256_unsigned = "8b0199d9aa629c8ae39ec17dc09e079c44540db27b4c21b8b673ddc7410c38f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + model = "HC5861B"; + vendor = "HiWiFi"; + } + ]; + }; + iptime_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-iptime_a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-iptime_a3-squashfs-sysupgrade.bin"; + sha256 = "59bb2e8fa1a85757e2b7d20a722f8fee88b46b3f115927083b6578a13aa83c98"; + sha256_unsigned = "6227e5931ae46b453aa3c9317d4d00d5809151303b754b73983068f56386af1a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-iptime_a3-initramfs-kernel.bin"; + sha256 = "fe298a1ed41d523ffaa7c4d78f39a85c0531528eb7b2c634ffebd9103b09b54a"; + sha256_unsigned = "fe298a1ed41d523ffaa7c4d78f39a85c0531528eb7b2c634ffebd9103b09b54a"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a604m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-iptime_a604m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-iptime_a604m-squashfs-sysupgrade.bin"; + sha256 = "8ef3b89066194cc7b3fd5e3a7ccd6b4c6cef7ac1a376611dfdffcc32076e950e"; + sha256_unsigned = "7c9447417c4d879309b91810ca33be9a98e105dd35bfed503a9147b5cf07803f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-iptime_a604m-initramfs-kernel.bin"; + sha256 = "f757365944278a7c0ff78072db1c0d09b4dede39fa49079c50942dca6dead357"; + sha256_unsigned = "f757365944278a7c0ff78072db1c0d09b4dede39fa49079c50942dca6dead357"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a604m" + ]; + titles = [ + { + model = "A604M"; + vendor = "ipTIME"; + } + ]; + }; + jotale_js76x8-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-jotale_js76x8-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-jotale_js76x8-16m-squashfs-sysupgrade.bin"; + sha256 = "70627907bec62bf57e80f0cc304288e4a57df8c972be111b090d44f0adabd594"; + sha256_unsigned = "35eba98837f4cee918771879401ec71a56897ba87e3ab1947d23995200ea5473"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-jotale_js76x8-16m-initramfs-kernel.bin"; + sha256 = "ff50742d67b4094b956ad515ff3f0350497b7adca4ade981a249ad6cc51d258d"; + sha256_unsigned = "ff50742d67b4094b956ad515ff3f0350497b7adca4ade981a249ad6cc51d258d"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-16m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "16M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-jotale_js76x8-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-jotale_js76x8-32m-squashfs-sysupgrade.bin"; + sha256 = "4a77cb6a24f13415925e0e7711a84c8cfb70bf477f5b7885f453d74ca42078c3"; + sha256_unsigned = "3830bd8ed12ee92bfcdd9616b83a6158844ac41bc56b6e72123b77ce72b034cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-jotale_js76x8-32m-initramfs-kernel.bin"; + sha256 = "32eb1bf114c1d90f1c85e702d42fdbd49dacae033979b9e291cdc7b594dee50e"; + sha256_unsigned = "32eb1bf114c1d90f1c85e702d42fdbd49dacae033979b9e291cdc7b594dee50e"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-32m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "32M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-jotale_js76x8-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-jotale_js76x8-8m-initramfs-kernel.bin"; + sha256 = "1ee4690071f0e5d0fc0818d634389b0586e610797765090716ba2245f063ce3a"; + sha256_unsigned = "1ee4690071f0e5d0fc0818d634389b0586e610797765090716ba2245f063ce3a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-jotale_js76x8-8m-squashfs-sysupgrade.bin"; + sha256 = "2ed671d19da0bc7a02f3a9ee901b9fade9d46863aa6e761cccffc9fa93479036"; + sha256_unsigned = "2b152c32ded54ca26f5b91048d01f1d0df5adb9ea8cf967512604b00ff01583b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-8m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "8M"; + vendor = "Jotale"; + } + ]; + }; + mediatek_linkit-smart-7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-mediatek_linkit-smart-7688"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-mediatek_linkit-smart-7688-initramfs-kernel.bin"; + sha256 = "15e163373dece73070d6aad620c1f0abdb0802452c73641dec4d6df8aec8b1b1"; + sha256_unsigned = "15e163373dece73070d6aad620c1f0abdb0802452c73641dec4d6df8aec8b1b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-mediatek_linkit-smart-7688-squashfs-sysupgrade.bin"; + sha256 = "596e1fd8d6f1850d33f3f66da3c4b93e9fdcc1d7738f34ddb1cc961a46787817"; + sha256_unsigned = "e699bad3f6a5ff5fb1f4e6cfebbb55ed15de8fc7c80e72652b8b31fb1638ed9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,linkit-smart-7688" + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + model = "LinkIt Smart 7688"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7628an-eval-board = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-mediatek_mt7628an-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-mediatek_mt7628an-eval-board-initramfs-kernel.bin"; + sha256 = "d55809fe1d8023f49598b951db3375f8d8d057ff2d800d436613e518f619f73f"; + sha256_unsigned = "d55809fe1d8023f49598b951db3375f8d8d057ff2d800d436613e518f619f73f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-mediatek_mt7628an-eval-board-squashfs-sysupgrade.bin"; + sha256 = "12fcb47f6a424675260ffd59fd0781ad222eb3760d7297c493af6c92e7c77ff1"; + sha256_unsigned = "9858158a7dbe40aafa3c380f8d189573fccfb4ddf51a91e3f0bca6e4bf276382"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7628an-eval-board" + "mt7628" + ]; + titles = [ + { + model = "MT7628 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercury_mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-mercury_mac1200r-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-mercury_mac1200r-v2-initramfs-kernel.bin"; + sha256 = "90d4d69710f9e8f79411a8b2084039f98eb925d02cba50569c4593a50dcd95a8"; + sha256_unsigned = "90d4d69710f9e8f79411a8b2084039f98eb925d02cba50569c4593a50dcd95a8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-mercury_mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "2921234deca64dc30af4ea462bca747db1f0c386980040b72b871a7d0aad8dca"; + sha256_unsigned = "f78b07d32ab4173b33f28deca38252e0eb4b085739a8782708c019a8a9907475"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mercury,mac1200r-v2" + "mac1200rv2" + ]; + titles = [ + { + model = "MAC1200R"; + variant = "v2.0"; + vendor = "Mercury"; + } + ]; + }; + minew_g1-c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-cp210x" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-minew_g1-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-minew_g1-c-squashfs-sysupgrade.bin"; + sha256 = "d6c0b055609d49127a2103b6e900b35517085b5779847884c5e64db619c6d499"; + sha256_unsigned = "5312f88130664fae280c7d0071da7e22fad6915d0d6d47b1ed6de5994fe392c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-minew_g1-c-initramfs-kernel.bin"; + sha256 = "026060048e0a2b17e8ecbaa741295d0cd09e07077afd47de70fbd8601979454e"; + sha256_unsigned = "026060048e0a2b17e8ecbaa741295d0cd09e07077afd47de70fbd8601979454e"; + type = "kernel"; + } + ]; + supported_devices = [ + "minew,g1-c" + "minew-g1c" + ]; + titles = [ + { + model = "G1-C"; + vendor = "Minew"; + } + ]; + }; + motorola_mwr03 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-motorola_mwr03"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-motorola_mwr03-initramfs-kernel.bin"; + sha256 = "e80a0e9849739857ffd042b74df4b2d565fa69b58bcbef2ac2672032f4f7830a"; + sha256_unsigned = "e80a0e9849739857ffd042b74df4b2d565fa69b58bcbef2ac2672032f4f7830a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-motorola_mwr03-squashfs-sysupgrade.bin"; + sha256 = "3ccc9966aa3add5182605e66c47c0a96bc6fa5d0ed26b6f58e14ef539916f629"; + sha256_unsigned = "340df6dd65c8aabbfc7c4306ac842b577872b7b83169fcb0ebe831905b33377d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "motorola,mwr03" + ]; + titles = [ + { + model = "MWR03"; + vendor = "Motorola"; + } + ]; + }; + netgear_r6020 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-netgear_r6020"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-netgear_r6020-initramfs-kernel.bin"; + sha256 = "759627b36ff1a0cee976a523e811bf9d5a4547d0401097c493fbfc27938b614c"; + sha256_unsigned = "759627b36ff1a0cee976a523e811bf9d5a4547d0401097c493fbfc27938b614c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-netgear_r6020-squashfs-sysupgrade.bin"; + sha256 = "aa22923aa14e83f0dbdf1eabf384b020bb88cda028be993c6295251f38061c85"; + sha256_unsigned = "aedd9365735a662cc4556e5c8b5d325e2a3abb887fb76055ddadb9f6488c512a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-netgear_r6020-squashfs-factory.img"; + sha256 = "d0e2c8bf32834851848991b04699db11fd6eb0b5f4370b1f8a2add7d8abc9842"; + sha256_unsigned = "d0e2c8bf32834851848991b04699db11fd6eb0b5f4370b1f8a2add7d8abc9842"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6020" + ]; + titles = [ + { + model = "R6020"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6080 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-netgear_r6080"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-netgear_r6080-initramfs-kernel.bin"; + sha256 = "0e8a88c3b7f3bea128df9aff462140a3a15d7ed29197d70d6fcda5ef18f2dabd"; + sha256_unsigned = "0e8a88c3b7f3bea128df9aff462140a3a15d7ed29197d70d6fcda5ef18f2dabd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-netgear_r6080-squashfs-factory.img"; + sha256 = "4fa289d56d591c1f5c6e351482ec6a81715a353abe506313facf3247e6619cb0"; + sha256_unsigned = "4fa289d56d591c1f5c6e351482ec6a81715a353abe506313facf3247e6619cb0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-netgear_r6080-squashfs-sysupgrade.bin"; + sha256 = "df9a408c4c34a8237ad588c82ed84afc224c1edf1ebc3f3a8d7eecae0c69fe52"; + sha256_unsigned = "a94126de940fd9575d67c303f7daad7403a2ae03a0b1bf14cc1bc1fc4b97a55b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6080" + ]; + titles = [ + { + model = "R6080"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "59cbddc80e678a41f23f11f449826a8f17b62de6ba82e69abf6edc551fc5202b"; + sha256_unsigned = "73a403bfaf8afe554659dd73fbffa2e0eef3ce7611de6a844b6863739a8540db"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-netgear_r6120-initramfs-kernel.bin"; + sha256 = "048cf49de121274052255a953995c84a5194a8ca78386580f50ebde02a60e1b1"; + sha256_unsigned = "048cf49de121274052255a953995c84a5194a8ca78386580f50ebde02a60e1b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "cf062be044797ebccccffda5eb72c234330d51a7e8a6a2903c2f1bfa6957dbab"; + sha256_unsigned = "cf062be044797ebccccffda5eb72c234330d51a7e8a6a2903c2f1bfa6957dbab"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + model = "R6120"; + vendor = "NETGEAR"; + } + ]; + }; + onion_omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-onion_omega2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-onion_omega2-initramfs-kernel.bin"; + sha256 = "a8ae60e366ca9941918c48144a3dccace26279256889e6168d986a123199eb46"; + sha256_unsigned = "a8ae60e366ca9941918c48144a3dccace26279256889e6168d986a123199eb46"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-onion_omega2-squashfs-sysupgrade.bin"; + sha256 = "a31e6f5fe620362d3de4108d842e7a7a7055214582f538f3a4b78430224d4d00"; + sha256_unsigned = "36ef7112a695f40b4f605006026b33be2efbe73f743f20ac310edfbe35becc49"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2" + "omega2" + ]; + titles = [ + { + model = "Omega2"; + vendor = "Onion"; + } + ]; + }; + onion_omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-onion_omega2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-onion_omega2p-initramfs-kernel.bin"; + sha256 = "b4361a8c5b885baa7d8dbd70f8b7df4472ec4b6c521451a753ada1de06520233"; + sha256_unsigned = "b4361a8c5b885baa7d8dbd70f8b7df4472ec4b6c521451a753ada1de06520233"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-onion_omega2p-squashfs-sysupgrade.bin"; + sha256 = "214555d3638679177d5e5353177f1960d64879c1981040bd950e3b12cbaad610"; + sha256_unsigned = "c438041096574ca9fc5412568dd63f9d96b1897d173a712086ada76acbd80bac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2p" + "omega2p" + ]; + titles = [ + { + model = "Omega2+"; + vendor = "Onion"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-rakwireless_rak633-initramfs-kernel.bin"; + sha256 = "d1ee32b9e23cfbf9422f40c21cc02374909a3852a84fcd84e0c693a70cf9324d"; + sha256_unsigned = "d1ee32b9e23cfbf9422f40c21cc02374909a3852a84fcd84e0c693a70cf9324d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "bd82c87d50a761b45205c2a2c0720ad228707e072dd03826634ba0ec62a88b16"; + sha256_unsigned = "a7b67718a2caa7887158cdc7806ad7d77abb63d169932a9690cbc7dab59b1cd8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + model = "RAK633"; + vendor = "Rakwireless"; + } + ]; + }; + ravpower_rp-wd009 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-i2c-mt7628" + "ravpower-mcu" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-ravpower_rp-wd009"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-ravpower_rp-wd009-squashfs-factory.bin"; + sha256 = "73b2811bff0908bdef6007c8758dc650f3144541bcea11c87dbe8d34f0a9e67c"; + sha256_unsigned = "73b2811bff0908bdef6007c8758dc650f3144541bcea11c87dbe8d34f0a9e67c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-ravpower_rp-wd009-squashfs-sysupgrade.bin"; + sha256 = "14253d5a59d17a8b103b10ab87a161a20b4ab4d244cf0a9551f2d3e84729d328"; + sha256_unsigned = "ec81ef15c79715e512f5a94935762e471f1ded29f7863cf29cc04ac27cd34e1c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-ravpower_rp-wd009-initramfs-kernel.bin"; + sha256 = "b5ae75eddac48de6604018e1d7a42aa74117afd26081837d7e4e68186ca1f311"; + sha256_unsigned = "b5ae75eddac48de6604018e1d7a42aa74117afd26081837d7e4e68186ca1f311"; + type = "kernel"; + } + ]; + supported_devices = [ + "ravpower,rp-wd009" + ]; + titles = [ + { + model = "RP-WD009"; + vendor = "RAVPower"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "63a38d3f855da92aa854404f3d1b8e358553fccdc66d5a38095324ef70208e2d"; + sha256_unsigned = "1cb6e108a844b8d7ae6a8b238ca45c4ce1cf9876a1dc379389bc9b4721cbecaa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-skylab_skw92a-initramfs-kernel.bin"; + sha256 = "287e2fcb0c88f68a8c5712cbdfaf7874fc6a22c3243b314e558cbac52c0bd96f"; + sha256_unsigned = "287e2fcb0c88f68a8c5712cbdfaf7874fc6a22c3243b314e558cbac52c0bd96f"; + type = "kernel"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + model = "SKW92A"; + vendor = "Skylab"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "1a4c489b7c4cc893abd2a620779a00cd204db117ebaff088404e7ffc4bf943a3"; + sha256_unsigned = "f48a5c659a69f677875b3b4ce18c1ee94f90a00c0d58b8e2273daa082e2c2c28"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tama_w06-initramfs-kernel.bin"; + sha256 = "3646ac7de12ac1fec5061ea97d51c3f81a0305b1952e9f76e6c35e9679a81708"; + sha256_unsigned = "3646ac7de12ac1fec5061ea97d51c3f81a0305b1952e9f76e6c35e9679a81708"; + type = "kernel"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + model = "W06"; + vendor = "Tama"; + } + ]; + }; + totolink_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-totolink_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-totolink_a3-initramfs-kernel.bin"; + sha256 = "fa5150b94989e076d22ed42079af37345398529fd7cfaf36e8d5d63476f00c77"; + sha256_unsigned = "fa5150b94989e076d22ed42079af37345398529fd7cfaf36e8d5d63476f00c77"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-totolink_a3-squashfs-sysupgrade.bin"; + sha256 = "9abcef6c216cae468597333eb552e0c09695ea75ed69bc470a7b66d0237ce24c"; + sha256_unsigned = "a3a7180fdc25e6a11630c85219e2b70575eb030ece261571d65da98ae8b01660"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "7c5cfb3c7e23389382ad4ae37a0ec267c343cb630b60fe5d751c45a7291dd907"; + sha256_unsigned = "a562e4538cf886f5dabf741841b1edbd38e163db09039e6f42305459cd3547a3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-totolink_lr1200-initramfs-kernel.bin"; + sha256 = "1b62fa0e1f0f2e57d62e49375bc7c943f7f1b250f5f809ddcaa01b1a02c37ba5"; + sha256_unsigned = "1b62fa0e1f0f2e57d62e49375bc7c943f7f1b250f5f809ddcaa01b1a02c37ba5"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + model = "LR1200"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_archer-c20-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_archer-c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "34a925bd073e05b591770d02883ef0ba705e70fb66c40d1c9467b7fe09ca6cea"; + sha256_unsigned = "34a925bd073e05b591770d02883ef0ba705e70fb66c40d1c9467b7fe09ca6cea"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_archer-c20-v4-initramfs-kernel.bin"; + sha256 = "987f7716a709fd1a7d827f7e596222e9eda076b3d0135094c940826b11e4a8f3"; + sha256_unsigned = "987f7716a709fd1a7d827f7e596222e9eda076b3d0135094c940826b11e4a8f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_archer-c20-v4-squashfs-sysupgrade.bin"; + sha256 = "62efd8dda6259a320032504b9e31b9a47727013b0070723839150b38e2c64253"; + sha256_unsigned = "9d6d361de522f9dacf56bcba93c0b12d6c964e7b70b07798adef3934d2639e0b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v4" + "tplink,c20-v4" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v5 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_archer-c20-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_archer-c20-v5-initramfs-kernel.bin"; + sha256 = "d123fe8d82762b0d42d97f39b83455389a7e05f8494b0fc5efc3f7a2001b08ea"; + sha256_unsigned = "d123fe8d82762b0d42d97f39b83455389a7e05f8494b0fc5efc3f7a2001b08ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_archer-c20-v5-squashfs-sysupgrade.bin"; + sha256 = "e446eda252d6ecd2282278d11e990dd0c0eabfea369cfb15ae18c7d488754046"; + sha256_unsigned = "7bc3c06cb01ecd073b52caf517b7cc8c1e1bf0c3772dd710a3c6d96cf1606790"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v5" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_archer-c50-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_archer-c50-v3-squashfs-sysupgrade.bin"; + sha256 = "713c62b9835a63f76b417e065ef7740c0295536fd1b2348b0e967693fa800038"; + sha256_unsigned = "5739f741f9538b5c57b3bfd5001e0211e524b1a524c47ca0d1ff3ea85f5be0b2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_archer-c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "1d5124e5d8da6ae3a1b8362bf2abe1db473a383e758e660cb536635a676ffb1f"; + sha256_unsigned = "1d5124e5d8da6ae3a1b8362bf2abe1db473a383e758e660cb536635a676ffb1f"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_archer-c50-v3-initramfs-kernel.bin"; + sha256 = "bae0cd0d1d92ce1afdbf2778535b9267618e06439d2f48e51a5fe07fb4cda51f"; + sha256_unsigned = "bae0cd0d1d92ce1afdbf2778535b9267618e06439d2f48e51a5fe07fb4cda51f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v3" + "tplink,c50-v3" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_archer-c50-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_archer-c50-v4-initramfs-kernel.bin"; + sha256 = "ba9ac0533fec571d74107cd55248fe781d8eaf7b80067ada181807c01cccbbd7"; + sha256_unsigned = "ba9ac0533fec571d74107cd55248fe781d8eaf7b80067ada181807c01cccbbd7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_archer-c50-v4-squashfs-sysupgrade.bin"; + sha256 = "5f5e3ddc7b9c88cae83ab27aed1daf83dfc82f1acab8740ce169493177219d89"; + sha256_unsigned = "cd4a511bf9515d18ea3b18d2530333d59e31e36318d3dcf8acfcc66607ea1c53"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v4" + "tplink,c50-v4" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_re200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re200-v2-squashfs-factory.bin"; + sha256 = "a9806f122748cdf30732ba8bd39a5fd05975cae887f4e7640eb92929c1f789e9"; + sha256_unsigned = "a9806f122748cdf30732ba8bd39a5fd05975cae887f4e7640eb92929c1f789e9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re200-v2-initramfs-kernel.bin"; + sha256 = "d8b955f2992f5665dc9a332ca18be94bf1b336d5dab9a35402cc61af50b735f6"; + sha256_unsigned = "d8b955f2992f5665dc9a332ca18be94bf1b336d5dab9a35402cc61af50b735f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re200-v2-squashfs-sysupgrade.bin"; + sha256 = "35eabe703b3fdfcd6b2a54365a3e7802c03ab106f0439aff7f102f39d5fdb0cd"; + sha256_unsigned = "303ac14cfebd1ef14c437b1de2fc05d9b910f14aa8623649c88f8963f156f428"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re200-v2" + ]; + titles = [ + { + model = "RE200"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v3 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_re200-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re200-v3-squashfs-sysupgrade.bin"; + sha256 = "6261ce26146233dcb286c42eb38b03ebe673d3d0029228f16c995236f31a8912"; + sha256_unsigned = "f6470a3c5f2ad4928a353ad01d525a4ba202e45ad563498b78e3462e4fb96d24"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re200-v3-squashfs-factory.bin"; + sha256 = "c929f18b0ff2e075fd3f7a338ffa87d57d150019b3177d4f9fa985b271a3aa5b"; + sha256_unsigned = "c929f18b0ff2e075fd3f7a338ffa87d57d150019b3177d4f9fa985b271a3aa5b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re200-v3-initramfs-kernel.bin"; + sha256 = "e380a9472169db21a77a6904959599f3789ccccab4d7e357f20ff855e0fbca68"; + sha256_unsigned = "e380a9472169db21a77a6904959599f3789ccccab4d7e357f20ff855e0fbca68"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v3" + ]; + titles = [ + { + model = "RE200"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_re200-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re200-v4-squashfs-sysupgrade.bin"; + sha256 = "30d8a5853d5ea2db8ea3e78ef4789c1ddc87fea2231a1df6ee1014a9b88a9e2b"; + sha256_unsigned = "cf8652d24fb45959ee25edda145615188ab254ca59f775ad33592d785fbc6487"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re200-v4-squashfs-factory.bin"; + sha256 = "e1603ea0aa41b82c1879d6b3455ee01b55a088380d1d1f14da535cc324729513"; + sha256_unsigned = "e1603ea0aa41b82c1879d6b3455ee01b55a088380d1d1f14da535cc324729513"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re200-v4-initramfs-kernel.bin"; + sha256 = "4f6474588697c404248b06a0fa43f81146be9cc31972ce61d2f6a0a7ff4e47bc"; + sha256_unsigned = "4f6474588697c404248b06a0fa43f81146be9cc31972ce61d2f6a0a7ff4e47bc"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v4" + ]; + titles = [ + { + model = "RE200"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re220-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_re220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re220-v2-squashfs-factory.bin"; + sha256 = "fc08bd0d03e2ea0332e95e4cc989a6749f53236079d7dcd9460c35fbb83ff9e9"; + sha256_unsigned = "fc08bd0d03e2ea0332e95e4cc989a6749f53236079d7dcd9460c35fbb83ff9e9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re220-v2-squashfs-sysupgrade.bin"; + sha256 = "4a222851889759b62dc3527109296c1330df6ba07713fff339eef69452cd0c60"; + sha256_unsigned = "d0cad0126efec31ccc38a12aa2b6f2469cb3a9cd5fba0bbe06b79e28a5cc3019"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re220-v2-initramfs-kernel.bin"; + sha256 = "2b25ba14f75d4861f7e83cc0996bc4d7058e221128aa68c5ea57376f161d64b7"; + sha256_unsigned = "2b25ba14f75d4861f7e83cc0996bc4d7058e221128aa68c5ea57376f161d64b7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re220-v2" + ]; + titles = [ + { + model = "RE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_re305-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re305-v1-squashfs-sysupgrade.bin"; + sha256 = "e3ecc7f57dcc575986a17c214d1a2ed75215aa3502cda9b022d01d409eb41aec"; + sha256_unsigned = "9ae7e50e7685711393be75b8643d528fce28a175acea72d43d9c57239c004ccc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re305-v1-squashfs-factory.bin"; + sha256 = "051ee6f17e2bdfa1fde5499631b1a0529f15f2bbb234769759e7ae8570bf5068"; + sha256_unsigned = "051ee6f17e2bdfa1fde5499631b1a0529f15f2bbb234769759e7ae8570bf5068"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re305-v1-initramfs-kernel.bin"; + sha256 = "98c6ebd8122cef3910311b9873b60ee6b2225cea745294d75453d29e20f9ff7a"; + sha256_unsigned = "98c6ebd8122cef3910311b9873b60ee6b2225cea745294d75453d29e20f9ff7a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re305-v1" + ]; + titles = [ + { + model = "RE305"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_re305-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re305-v3-initramfs-kernel.bin"; + sha256 = "e55c26d2970ef694caa51abb28e6cd2d927ed304121fccc65b1f7808e0e6811f"; + sha256_unsigned = "e55c26d2970ef694caa51abb28e6cd2d927ed304121fccc65b1f7808e0e6811f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re305-v3-squashfs-factory.bin"; + sha256 = "2582b3d38f09967571a2bdf7e9bc8ef775906479b69935eba54eae95b0ab0608"; + sha256_unsigned = "2582b3d38f09967571a2bdf7e9bc8ef775906479b69935eba54eae95b0ab0608"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_re305-v3-squashfs-sysupgrade.bin"; + sha256 = "be2872effa817b94110045c600e5d28f0626d1f23275a35b78bd0766cc1ae669"; + sha256_unsigned = "6be1f1f196744478d50f0dcdaa3d5159f3d97b60aca555304f147401d6a0f27c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re305-v3" + ]; + titles = [ + { + model = "RE305"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "2b1d2cbcbae2ab78f4eb96bcc6df12196955d2a93c433fd93319b7803744bb9e"; + sha256_unsigned = "b19bdc63471e00e7157ed01ecdb095ecefa3ac601046119ebf1c3349b0241f4b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "12f5b653a0a236fc8117ca2141c764af96831dbc763e85231bcb5b38d0538a04"; + sha256_unsigned = "12f5b653a0a236fc8117ca2141c764af96831dbc763e85231bcb5b38d0538a04"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-mr3020-v3-initramfs-kernel.bin"; + sha256 = "b461c15a6961fae3445f04a836e79bbb59878a4f89e07e08d6a35389a4917ca6"; + sha256_unsigned = "b461c15a6961fae3445f04a836e79bbb59878a4f89e07e08d6a35389a4917ca6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + model = "TL-MR3020"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-mr3420-v5-initramfs-kernel.bin"; + sha256 = "b17e43b2d78996524f1e4c71f3c800401018c986a75d53b20da34e1a530ebeb3"; + sha256_unsigned = "b17e43b2d78996524f1e4c71f3c800401018c986a75d53b20da34e1a530ebeb3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "bc287129bb3536d7febc37affd3f31706b13b47e93e7d7e6673ddc07383f4e5b"; + sha256_unsigned = "bc287129bb3536d7febc37affd3f31706b13b47e93e7d7e6673ddc07383f4e5b"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "297ecceeece83c6d26ca9ae02a1b903e56bbe4816698a873e5ae368ebc3cd816"; + sha256_unsigned = "9c0b92751feabbfd5951e16c320e2b9fdb32d89d06be5030998e20c8e20ab70f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + model = "TL-MR3420"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-mr6400-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-sysupgrade.bin"; + sha256 = "832fe71f405bbd512fd13c6e114d4005ba05fceacf9d7ecf7e3dec13306218dc"; + sha256_unsigned = "448b8f6d4c7709267baf10e833271c49d29216b15051e4491a3f90b62bfda197"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-tftp-recovery.bin"; + sha256 = "1ab60dde1104d7e6bfbb464b4b6686f4242b6188185903345fd50fea3e0d4467"; + sha256_unsigned = "1ab60dde1104d7e6bfbb464b4b6686f4242b6188185903345fd50fea3e0d4467"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-mr6400-v4-initramfs-kernel.bin"; + sha256 = "4bb4b2fcc769de6b4c8df86d612ebab5cbb54310476b52b9616450cf92106c97"; + sha256_unsigned = "4bb4b2fcc769de6b4c8df86d612ebab5cbb54310476b52b9616450cf92106c97"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v4" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-mr6400-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-mr6400-v5-initramfs-kernel.bin"; + sha256 = "14a8e984ee03a8e5faf8af70fc823489cd7bf42f362b262ba09c1a3976f20756"; + sha256_unsigned = "14a8e984ee03a8e5faf8af70fc823489cd7bf42f362b262ba09c1a3976f20756"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-tftp-recovery.bin"; + sha256 = "4ac393419320cb4b7096c9ea4dcd57eabf256f4bc2350435197b1d6889246053"; + sha256_unsigned = "4ac393419320cb4b7096c9ea4dcd57eabf256f4bc2350435197b1d6889246053"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-sysupgrade.bin"; + sha256 = "4ca9a0273d418c36ff452991de742c7e8130cf6e5b0ca3a8850881f4d7331754"; + sha256_unsigned = "d47e24d542e53435508624d5b89d863f9f2570c7ca2f88fbcb7ff1a8735a529e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v5" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "54f9cdcdcde0c1271c0d18eaee5e5f3b569e2260607123421ba75fac4fe197bd"; + sha256_unsigned = "54f9cdcdcde0c1271c0d18eaee5e5f3b569e2260607123421ba75fac4fe197bd"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "e9721567717cd80d658eeec3571c8626b440a1e78524796a5e3cd3c24a6e5d70"; + sha256_unsigned = "8ce0dd32457a086bfcb3ca3881168486ca807466657b8bef16309859055333a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wa801nd-v5-initramfs-kernel.bin"; + sha256 = "7beb3195e8a424398e15e4474a70f25253ae1c2e9b2cf3fa5f9443f82f594d44"; + sha256_unsigned = "7beb3195e8a424398e15e4474a70f25253ae1c2e9b2cf3fa5f9443f82f594d44"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + model = "TL-WA801ND"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr802n-v4-initramfs-kernel.bin"; + sha256 = "360de40f26db5fc9d318301560c933c06763b6abbffbbc54404d1c014842904b"; + sha256_unsigned = "360de40f26db5fc9d318301560c933c06763b6abbffbbc54404d1c014842904b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "f2bb6f0ffef68df396f9dacbaccc713fc39f65e18bc5ba27259740f4dc1a41a2"; + sha256_unsigned = "f2bb6f0ffef68df396f9dacbaccc713fc39f65e18bc5ba27259740f4dc1a41a2"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "35394852affc9780b4945214803fe39cf637fa59dc74c45c349636e136505934"; + sha256_unsigned = "b236d41665b6ba14de5f6c2f541d4c338b8c0284cb6a2f3da65f8ce61d53ce25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + model = "TL-WR802N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr840n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "b31f20bd380dcdbc436432ddef4913a5c2455c0cd07eb4ed2c935fc14d0828a1"; + sha256_unsigned = "b31f20bd380dcdbc436432ddef4913a5c2455c0cd07eb4ed2c935fc14d0828a1"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "dcdca17aad9e36ff79cf690a5caabbe3af48b4f06cf8346687df1b97f4684a46"; + sha256_unsigned = "86f68776460d56c6fe54b4e80b2a61c92c38cca150e84976c5ccc25220fddb50"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr840n-v4-initramfs-kernel.bin"; + sha256 = "108371fd4d9550bfe07bcbb765afdf88285960149700a593cfe96d3163911679"; + sha256_unsigned = "108371fd4d9550bfe07bcbb765afdf88285960149700a593cfe96d3163911679"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr840n-v4" + "tl-wr840n-v4" + ]; + titles = [ + { + model = "TL-WR840N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr841n-v13"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr841n-v13-initramfs-kernel.bin"; + sha256 = "f78e6448ed51d3f0030270da6243db6983aa081cade8eab4f3a76bdfa0a2a410"; + sha256_unsigned = "f78e6448ed51d3f0030270da6243db6983aa081cade8eab4f3a76bdfa0a2a410"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "12308c8dc111b1d59ddc7a7dcbf37ca6e075df69c9d55f206e04837f6f24e552"; + sha256_unsigned = "c9a55f586c017ea5984e511b11ac613143cb5ad90a47d9898fc46f18bb975867"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "abfedd15f890060c69ca0932949becfe4f6e1c1bb7554a82b61086633259b387"; + sha256_unsigned = "abfedd15f890060c69ca0932949becfe4f6e1c1bb7554a82b61086633259b387"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr841n-v13" + "tl-wr841n-v13" + ]; + titles = [ + { + model = "TL-WR841N"; + variant = "v13"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "ae7fe065afc015f5a13ce5503348bc2dac0ebdeb768e1dc60ca7a8a8eb0443aa"; + sha256_unsigned = "4c3694c1cc5c31205fd732c8a27c7428977d4c788c4179429ec7bd579730b2f8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr842n-v5-initramfs-kernel.bin"; + sha256 = "1579631dea76741510df7a16bd837d886ae7b3115e8c19f59211da47524a6cd4"; + sha256_unsigned = "1579631dea76741510df7a16bd837d886ae7b3115e8c19f59211da47524a6cd4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "7e054aefd2781d164e94ebfb3b65ea2894d5d374a080749189f9c45191ca7207"; + sha256_unsigned = "7e054aefd2781d164e94ebfb3b65ea2894d5d374a080749189f9c45191ca7207"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr850n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr850n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-sysupgrade.bin"; + sha256 = "2ce0a33eb5569241eb370326d4921a327a095f82fcdbb6a695f1d7d7984bdfea"; + sha256_unsigned = "1906534470ac262a835288fc4d6a45cceb154846c381a8fc859625259268dea9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-tftp-recovery.bin"; + sha256 = "fd46ba8a3bb444c1083adafab8519333a7d552eb57c4927be05fc8ab0af41677"; + sha256_unsigned = "fd46ba8a3bb444c1083adafab8519333a7d552eb57c4927be05fc8ab0af41677"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr850n-v2-initramfs-kernel.bin"; + sha256 = "82c5664e6df56e57ce6712b9ca21bef6036c82d4fc8b2222fa9689db6a4d6d96"; + sha256_unsigned = "82c5664e6df56e57ce6712b9ca21bef6036c82d4fc8b2222fa9689db6a4d6d96"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr850n-v2" + ]; + titles = [ + { + model = "TL-WR850N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "e87f5e1ece8c8ecc22ab5ae74988c7999bc5878ccf6aecee71c4a82791402192"; + sha256_unsigned = "97565ff0947be919a98bd664f7966c86af45526e9e57efcd21f8057639a703cf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr902ac-v3-initramfs-kernel.bin"; + sha256 = "594f963579cb9cc007ae65d2036607687c1db1b9acfed3214d02cc1e76a67c9e"; + sha256_unsigned = "594f963579cb9cc007ae65d2036607687c1db1b9acfed3214d02cc1e76a67c9e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "be923213d1e48a4bd139974a7e868b7e6f0edf61ce2bfa8533ecd020a8247a9a"; + sha256_unsigned = "be923213d1e48a4bd139974a7e868b7e6f0edf61ce2bfa8533ecd020a8247a9a"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + unielec_u7628-01-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-unielec_u7628-01-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-unielec_u7628-01-16m-initramfs-kernel.bin"; + sha256 = "3c3a0f225c9655fbca822db83eceb1e9a8b266504487d262285e23b6b66acb94"; + sha256_unsigned = "3c3a0f225c9655fbca822db83eceb1e9a8b266504487d262285e23b6b66acb94"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-unielec_u7628-01-16m-squashfs-sysupgrade.bin"; + sha256 = "f07e3ea3c1c376b6a7b036ce978bc3588cb344c5fb05a5cc8904da645588f29e"; + sha256_unsigned = "1284d23ead6ac6c5520abd89471058d8370876aa6e8924b33cfd1fa153113e9f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7628-01-16m" + "u7628-01-128M-16M" + "unielec,u7628-01-128m-16m" + ]; + titles = [ + { + model = "U7628-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + vocore_vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-vocore_vocore2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-vocore_vocore2-squashfs-sysupgrade.bin"; + sha256 = "ed7382706d0f6e03985577f8a8206f8625dc6b24db47d3d8b1a45f53f57823e7"; + sha256_unsigned = "4c718c3853dc5475bb6b5d4e7c86985dd8cbe142291cb981a6f60c68279a9a8a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-vocore_vocore2-initramfs-kernel.bin"; + sha256 = "e0ad406f689a55f3d9a4d60c200705e4d180288e0f96905469669f1e5002a540"; + sha256_unsigned = "e0ad406f689a55f3d9a4d60c200705e4d180288e0f96905469669f1e5002a540"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore2" + "vocore2" + ]; + titles = [ + { + model = "VoCore2"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore2-lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-vocore_vocore2-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-vocore_vocore2-lite-squashfs-sysupgrade.bin"; + sha256 = "4b8dabedfc201057df02ea6f0cbadce75f59316151f83922e60a5502b594182d"; + sha256_unsigned = "5e9cfa62dc826712432da7265173cde301ad987b54c0348df333754c03014346"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-vocore_vocore2-lite-initramfs-kernel.bin"; + sha256 = "747f30f54de6d78fff7fb8a9ecb0191b5a2a1461f3f76c9bf90dc87bd3898dac"; + sha256_unsigned = "747f30f54de6d78fff7fb8a9ecb0191b5a2a1461f3f76c9bf90dc87bd3898dac"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore2-lite" + "vocore2lite" + ]; + titles = [ + { + model = "VoCore2-Lite"; + vendor = "VoCore"; + } + ]; + }; + wavlink_wl-wn531a3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn531a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn531a3-squashfs-sysupgrade.bin"; + sha256 = "827c7bdb3897e11081a4255dfd627f932a7a27b9739228ca5b3e30632e64b984"; + sha256_unsigned = "344e34ed690a46dfa0164721237a9b1c33cdae52dc88119e85155539dc4c28c5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn531a3-initramfs-kernel.bin"; + sha256 = "d07f840c002b485acd1bbcc205f14004777c78f36ac1ba131a8d329e300db6bf"; + sha256_unsigned = "d07f840c002b485acd1bbcc205f14004777c78f36ac1ba131a8d329e300db6bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a3" + "wl-wn531a3" + ]; + titles = [ + { + model = "WL-WN531A3"; + vendor = "Wavlink"; + } + { + model = "QUANTUM D4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn570ha1-initramfs-kernel.bin"; + sha256 = "0c73e857642e836f9dcc3aac181941614ed22393bd41d2f1bbfd39fc0a09fab7"; + sha256_unsigned = "0c73e857642e836f9dcc3aac181941614ed22393bd41d2f1bbfd39fc0a09fab7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "ea0cba798a076ddd5d54e9ca5e778471c3459072c4d11a65feb51d5bf0e2e6e8"; + sha256_unsigned = "a397433e6173c1119a1501c0da65f7ad076ca5c15f8fe11bbc89faabdcbca2b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + model = "WL-WN570HA1"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn575a3-initramfs-kernel.bin"; + sha256 = "0b15d06a8e619fba566f0fe3668feb30727299b257129d885ebc3a93808eba24"; + sha256_unsigned = "0b15d06a8e619fba566f0fe3668feb30727299b257129d885ebc3a93808eba24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "13de9b03717c9500a701717599eccae7c2335546afbe5280a898afa73b5d2dab"; + sha256_unsigned = "f75fdb990cee808728a7553024ffde402e39f07ca1c00bfa8c726a9e81795014"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + model = "WL-WN575A3"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn576a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn576a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn576a2-initramfs-kernel.bin"; + sha256 = "85182e750017f2f48da74f459744ad911ef5613368f35f6f1b5bc1c62921d718"; + sha256_unsigned = "85182e750017f2f48da74f459744ad911ef5613368f35f6f1b5bc1c62921d718"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn576a2-squashfs-sysupgrade.bin"; + sha256 = "ec2d104898f6d0c0e21c2af679c812936cd2d6235c7c5e717c1e620ce1804abb"; + sha256_unsigned = "7cf61ec79ed5308ddac94685443faa378c48b5ad1a35775a55052fdcd04854e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn576a2" + ]; + titles = [ + { + model = "WL-WN576A2"; + vendor = "Wavlink"; + } + { + model = "SWV 733 B1"; + vendor = "Silvercrest"; + } + ]; + }; + wavlink_wl-wn577a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn577a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn577a2-squashfs-sysupgrade.bin"; + sha256 = "d8e8aeaf3c2bc32f2026b3321074bae8c313a9732da2d0bdabc5062038b9cef4"; + sha256_unsigned = "2d8ee0908063edb66d9b12cdd41596a6fbe642dd2fdb56b560328de8a672cfff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn577a2-initramfs-kernel.bin"; + sha256 = "355f4c8c72b8be681c403574b3de3507f30a36db6a22d01b3070d0c3300c2dda"; + sha256_unsigned = "355f4c8c72b8be681c403574b3de3507f30a36db6a22d01b3070d0c3300c2dda"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn577a2" + ]; + titles = [ + { + model = "WL-WN577A2"; + vendor = "Wavlink"; + } + { + model = "WLR-755"; + vendor = "Maginon"; + } + ]; + }; + wavlink_wl-wn578a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn578a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn578a2-squashfs-sysupgrade.bin"; + sha256 = "041bde7ec797846a9c36cea8cf6f5de07821e1bfd93f17823e6afa7db12eaffc"; + sha256_unsigned = "2eec7b43602e01cc16d106e604e7494d2c04ef9a0f56a5bb10d31d71537032d8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wavlink_wl-wn578a2-initramfs-kernel.bin"; + sha256 = "3c9875b319f2a5c6121b2efa7ae279a4841edd054ce0c4ba64c1c9bbdb54a3bc"; + sha256_unsigned = "3c9875b319f2a5c6121b2efa7ae279a4841edd054ce0c4ba64c1c9bbdb54a3bc"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn578a2" + ]; + titles = [ + { + model = "WL-WN578A2"; + vendor = "Wavlink"; + } + { + model = "SWV 733 A2"; + vendor = "SilverCrest"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-widora_neo-16m-initramfs-kernel.bin"; + sha256 = "6e9212e16f209c7048c60c6ada1ae09477b6392f5b2cb4a3c8f82cb9e4cae643"; + sha256_unsigned = "6e9212e16f209c7048c60c6ada1ae09477b6392f5b2cb4a3c8f82cb9e4cae643"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "93d91fc97f6f433dc53def6524429a0e5c9fd2df41d2c877445e326445c548c6"; + sha256_unsigned = "fb158049b0094ab9a14372420fd68200e228c6e70997226a465a642264a55a1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "16M"; + vendor = "Widora"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-widora_neo-32m-initramfs-kernel.bin"; + sha256 = "da85d144c51e3a4f25ec3b4b93de28d73cfd2e85c37dd22e4b8b90deaf7607fc"; + sha256_unsigned = "da85d144c51e3a4f25ec3b4b93de28d73cfd2e85c37dd22e4b8b90deaf7607fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "a63d64aaf87c46ca00cadb66af075f229ce0481dea0ce78b9db8bf7f2b5acb79"; + sha256_unsigned = "18100a0ff6dde31aeaffbb4243440d838f6f9aa1b9d7c4819cdda758197d77c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "32M"; + vendor = "Widora"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wiznet_wizfi630s-initramfs-kernel.bin"; + sha256 = "0e7041dad475d4821b4405f8c3992b2bd8db18d07913bc1367a8b2686fc3b5bf"; + sha256_unsigned = "0e7041dad475d4821b4405f8c3992b2bd8db18d07913bc1367a8b2686fc3b5bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "b55ea65fb45bd62868a522995f461c85d18c7ed1c7a194bafebe4b77fa08e281"; + sha256_unsigned = "8864a4127ae135dc7bdc9b9b703f7440c9bf29810a28102eafc8d2d66fcace45"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + model = "WizFi630S"; + vendor = "WIZnet"; + } + ]; + }; + wrtnode_wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-wrtnode_wrtnode2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wrtnode_wrtnode2p-initramfs-kernel.bin"; + sha256 = "e4e319ab76494c1a9229cccf9bdb0cf168def26799a3d71a065235141dd06db6"; + sha256_unsigned = "e4e319ab76494c1a9229cccf9bdb0cf168def26799a3d71a065235141dd06db6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "ce62dbef898db79e29891537b8857656098ac3b5dcbcd621de02add164c27a6a"; + sha256_unsigned = "9e9a57845f741abf82758f81c52131f03cd7bcdb2483db1ef2c49e9713a06bfa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2p" + "wrtnode2p" + ]; + titles = [ + { + model = "WRTnode 2P"; + vendor = "WRTnode"; + } + ]; + }; + wrtnode_wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-wrtnode_wrtnode2r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wrtnode_wrtnode2r-initramfs-kernel.bin"; + sha256 = "4bed0af70eae6a1be9a7953b0e32e694620821ec048e379648511b4506a9c5f1"; + sha256_unsigned = "4bed0af70eae6a1be9a7953b0e32e694620821ec048e379648511b4506a9c5f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-wrtnode_wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "a50c863c9625c8123f72b9fe24d60308f81655a18d69fc6eeef4b94ef6b0bd1e"; + sha256_unsigned = "76240035de354019f81bc44b7fcc7df40e6c726005707a61f8ceec6e08e595f5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2r" + "wrtnode2r" + ]; + titles = [ + { + model = "WRTnode 2R"; + vendor = "WRTnode"; + } + ]; + }; + xiaomi_mi-router-4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-xiaomi_mi-router-4a-100m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-xiaomi_mi-router-4a-100m-initramfs-kernel.bin"; + sha256 = "1ad44354b312b8621ed0c188d17cc01f7a7db68e087c3360a7b20c4c0fe8b89f"; + sha256_unsigned = "1ad44354b312b8621ed0c188d17cc01f7a7db68e087c3360a7b20c4c0fe8b89f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin"; + sha256 = "3ed7b82982e88e6ad0fed305b8f4dd89b1b7955d13429ca8986281bcefdb9a80"; + sha256_unsigned = "eb0dc48d382b01171dc2000a9c227efdf154bb035f9a394caf7734a205297baf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m" + "xiaomi,mir4a-100m" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-100m-intl = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl-initramfs-kernel.bin"; + sha256 = "fb5d49766dc2a44fc1055a437a4314531de806b6c24bb97d9bfe4e0e861f8999"; + sha256_unsigned = "fb5d49766dc2a44fc1055a437a4314531de806b6c24bb97d9bfe4e0e861f8999"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl-squashfs-sysupgrade.bin"; + sha256 = "cdfe1e13d59a14bd75d8a18ff5dea435dfc93d9264f7bab46b0c6ee5dde94a56"; + sha256_unsigned = "72f0597191f4529c34f09fea091eba7e19ae8420c3d32fb9b66d3879a2d05632"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m-intl" + "xiaomi,mir4a-100m-intl" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M International Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-xiaomi_mi-router-4c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-xiaomi_mi-router-4c-squashfs-sysupgrade.bin"; + sha256 = "090377f8a5faed49f213622628559ef38b0458415a34d640a1a25da5ff560eda"; + sha256_unsigned = "a960a135ebcb1da47f0ace45280502e24b17b32cf35cc8d0188f7444696b0e2a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-xiaomi_mi-router-4c-initramfs-kernel.bin"; + sha256 = "abb4e0fcf3fbee1f42125c726f226a2d180ac78f1b436f7db8779a628f528bb1"; + sha256_unsigned = "abb4e0fcf3fbee1f42125c726f226a2d180ac78f1b436f7db8779a628f528bb1"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4c" + ]; + titles = [ + { + model = "Mi Router 4C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-3c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-xiaomi_miwifi-3c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-xiaomi_miwifi-3c-initramfs-kernel.bin"; + sha256 = "57d58d750f8b361c1dc977bdebecf740d5df22f68b8b273af71b08625fe878d8"; + sha256_unsigned = "57d58d750f8b361c1dc977bdebecf740d5df22f68b8b273af71b08625fe878d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-xiaomi_miwifi-3c-squashfs-sysupgrade.bin"; + sha256 = "68199c489e61fb4ad4cf3f156c3b3c77cabb51f4944e0e18f4eb29b0541a7b62"; + sha256_unsigned = "5cbd47dd57e5bc74786df6c3abdde8337a978dbd2e96b02bafa353d6704dd32d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-3c" + ]; + titles = [ + { + model = "MiWiFi 3C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-nano = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-xiaomi_miwifi-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-xiaomi_miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "3ede36c350c9de193625021d756c31b364976e694a5b2cbe8bad77798c733290"; + sha256_unsigned = "de672c4524e7f5177dbfc033dad7f7b26799cff6782a69407195d237af04b9e6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-xiaomi_miwifi-nano-initramfs-kernel.bin"; + sha256 = "30ebac2958933e9400e61501c1ceb7593767e399502390c14db4d09ab3f73e35"; + sha256_unsigned = "30ebac2958933e9400e61501c1ceb7593767e399502390c14db4d09ab3f73e35"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-nano" + "miwifi-nano" + ]; + titles = [ + { + model = "MiWiFi Nano"; + vendor = "Xiaomi"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "bc2a8923b6ee43be8eb674ba93ddd1bafcb5552e6098fe548ef4d08ba68fcf2a"; + sha256_unsigned = "1bf9ff8d8b1107c78651c1838ff29477929b4ea0416641ce432f1a631d7015ed"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-zbtlink_zbt-we1226-initramfs-kernel.bin"; + sha256 = "4b217763daf80ee1d003919b9e4a003f3ebf57765d49f5496d8d4f3aa6b2fb77"; + sha256_unsigned = "4b217763daf80ee1d003919b9e4a003f3ebf57765d49f5496d8d4f3aa6b2fb77"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + model = "ZBT-WE1226"; + vendor = "Zbtlink"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-mt76x8-zyxel_keenetic-extra-ii-initramfs-kernel.bin"; + sha256 = "7089f3a9c9692c24cd694f2ff70a4b3478f951b07376d9ce785881c8f7fdb9ae"; + sha256_unsigned = "7089f3a9c9692c24cd694f2ff70a4b3478f951b07376d9ce785881c8f7fdb9ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "84fe08e5694bd1ffd12e039e04f5d4c64cc386736f48041d70e725ea2ac95677"; + sha256_unsigned = "0fc18331b88dd56dd75c4a526f19162de5306228f391b2a7b3d057831803862b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "cc8225213156e41f5dadbc97689483a7198feefb0c982a6ed4444e40f4307c75"; + sha256_unsigned = "cc8225213156e41f5dadbc97689483a7198feefb0c982a6ed4444e40f4307c75"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + model = "Keenetic Extra II"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "ramips/mt76x8"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + belkin_f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt288x-belkin_f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt288x-belkin_f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "6c7d241fc33b7a4ad854879b2d9a3e6f24528e6006b05ca669c04e0ee7001df0"; + sha256_unsigned = "f68903428e0dfb148a315e23f22f5341f6fef100ea0ab2229dd84255a3673f4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v1" + "f5d8235-v1" + ]; + titles = [ + { + model = "F5D8235"; + variant = "V1"; + vendor = "Belkin"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "ramips/rt288x"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "7links_px-4885-8m" = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-7links_px-4885-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-7links_px-4885-8m-squashfs-sysupgrade.bin"; + sha256 = "7d78721126f562cc5d4bb4122399ec5db23efb897f07d2139de20bed61da35a6"; + sha256_unsigned = "ae2c92ea2f1c736de4d1395b2fdf11cf548769bcdbab56b01d2e2bbf00d8e164"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-7links_px-4885-8m-initramfs-kernel.bin"; + sha256 = "cbf706a32c93b2e8d8db58228441b7d06c0cd1163604769755c68857858932d6"; + sha256_unsigned = "cbf706a32c93b2e8d8db58228441b7d06c0cd1163604769755c68857858932d6"; + type = "kernel"; + } + ]; + supported_devices = [ + "7links,px-4885-8m" + "px-4885-8M" + ]; + titles = [ + { + model = "PX-4885"; + variant = "8M"; + vendor = "7Links"; + } + ]; + }; + "8devices_carambola" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-8devices_carambola"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-8devices_carambola-initramfs-kernel.bin"; + sha256 = "afca3229c6458bbf76f37852caaa390599f8fb9d1a1e78afa606da8ea982beef"; + sha256_unsigned = "afca3229c6458bbf76f37852caaa390599f8fb9d1a1e78afa606da8ea982beef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-8devices_carambola-squashfs-sysupgrade.bin"; + sha256 = "b1321887caf57620c461731878c5c682a3237d05165f1f8b520c92226f7b81f5"; + sha256_unsigned = "b6752871e9d9e9fc4f574277fd7bb936968a2472803f9f48f0380ac019c19366"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8devices,carambola" + "carambola" + ]; + titles = [ + { + model = "Carambola"; + vendor = "8devices"; + } + ]; + }; + accton_wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-accton_wr6202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-accton_wr6202-initramfs-kernel.bin"; + sha256 = "cd251f269edd72a537e9f4c5c10b7f9a9db4f6a81787233ba645d262d40a587f"; + sha256_unsigned = "cd251f269edd72a537e9f4c5c10b7f9a9db4f6a81787233ba645d262d40a587f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-accton_wr6202-squashfs-sysupgrade.bin"; + sha256 = "1d8dd3284d638ed2755f2ee3d4d0788b852f8422a35be4de6020da37481823ed"; + sha256_unsigned = "01d1771f51bb7c6d303a023ce443f3f12740c43aaef012c9eb8550982e404956"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "accton,wr6202" + "wr6202" + ]; + titles = [ + { + model = "WR6202"; + vendor = "Accton"; + } + ]; + }; + alfa-network_w502u = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-alfa-network_w502u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-alfa-network_w502u-squashfs-sysupgrade.bin"; + sha256 = "31c4618aeb05a1d9cda679ffdd430c87a4c5646d14fea0847433fca5d9dc0f41"; + sha256_unsigned = "741d5ec0339a8a0b837a49d7f422654841b308abf3a690059299780e71e8c27e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-alfa-network_w502u-initramfs-kernel.bin"; + sha256 = "76ffe35b4d4a9fddf83f2ab202604c7e8f8fa976f1826f611dd5ddc559b86db4"; + sha256_unsigned = "76ffe35b4d4a9fddf83f2ab202604c7e8f8fa976f1826f611dd5ddc559b86db4"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,w502u" + "w502u" + ]; + titles = [ + { + model = "Networks W502U"; + vendor = "ALFA"; + } + ]; + }; + allnet_all0256n-8m = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-allnet_all0256n-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-allnet_all0256n-8m-squashfs-sysupgrade.bin"; + sha256 = "06653ef3c50273366b4f5c7fefbf4f41c4af058e29ba9d176d2b7a9fddda4a19"; + sha256_unsigned = "dc755174343d762c8bbf6cfb04222eb3e20064d6ff528f612afefd96de43c5b5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-allnet_all0256n-8m-initramfs-kernel.bin"; + sha256 = "935d9a7e4baacdf55077b2845f348f7bdaef386607e5aee7e7829b9185288819"; + sha256_unsigned = "935d9a7e4baacdf55077b2845f348f7bdaef386607e5aee7e7829b9185288819"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all0256n-8m" + "all0256n-8M" + ]; + titles = [ + { + model = "ALL0256N"; + variant = "8M"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5002 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-allnet_all5002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-allnet_all5002-squashfs-sysupgrade.bin"; + sha256 = "9a79f4bb8518caca68876bfa3e522694473e47f00a5961bfea6ccb319f46b77e"; + sha256_unsigned = "6af705203080fdea7db0dd2addf9ddc5a30188d296f41c30368e28a7315b9f25"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-allnet_all5002-initramfs-kernel.bin"; + sha256 = "cd50e74381dde3cab9c6c667c5fcad44361a1f781aa196b52666314d67d9f5b9"; + sha256_unsigned = "cd50e74381dde3cab9c6c667c5fcad44361a1f781aa196b52666314d67d9f5b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all5002" + "all5002" + ]; + titles = [ + { + model = "ALL5002"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5003 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-allnet_all5003"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-allnet_all5003-initramfs-kernel.bin"; + sha256 = "a3941d5f68be9c7b0fe6ba2d967a95913e219bb9eb8ada17a846a26320ed2541"; + sha256_unsigned = "a3941d5f68be9c7b0fe6ba2d967a95913e219bb9eb8ada17a846a26320ed2541"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-allnet_all5003-squashfs-sysupgrade.bin"; + sha256 = "3ba52785068bd32bdda08aa4ceefc67f6d5fc1b429c07a5e661d5a3ebfe82bc2"; + sha256_unsigned = "1822b3c328e47edcf8245392ab55a498b17caa4e6b6a54fdcea8555169e55f33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all5003" + "all5003" + ]; + titles = [ + { + model = "ALL5003"; + vendor = "Allnet"; + } + ]; + }; + alphanetworks_asl26555-16m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-alphanetworks_asl26555-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-alphanetworks_asl26555-16m-initramfs-kernel.bin"; + sha256 = "dc22f60b4129031adf2d13fafe921c7b3d9e871d469d05c17fdcefbc546fc857"; + sha256_unsigned = "dc22f60b4129031adf2d13fafe921c7b3d9e871d469d05c17fdcefbc546fc857"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-alphanetworks_asl26555-16m-squashfs-sysupgrade.bin"; + sha256 = "9095901aa6e8e5e66434f13fd18f4ae624295dcf4442611985108777f86c499d"; + sha256_unsigned = "6e922c8f1fcea91b678a5cc3bb7ddba8a1d9b23f08a182a7d922eccfd3ddfa5b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-16m" + "asl26555" + "asl26555-16M" + ]; + titles = [ + { + model = "ASL26555"; + variant = "16M"; + vendor = "Alpha"; + } + ]; + }; + alphanetworks_asl26555-8m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-alphanetworks_asl26555-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-alphanetworks_asl26555-8m-squashfs-sysupgrade.bin"; + sha256 = "a2192ce1450e6ae33afa0836dffd5009efdcd32400b123535113a5db4b534d87"; + sha256_unsigned = "56f31ca68cc17cf7d1c474762d2fe631a310fad43f51d2dea84a5e90714f01c5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-alphanetworks_asl26555-8m-initramfs-kernel.bin"; + sha256 = "edf397ecc4ecd4285e4e4d9ce02ae42d54bc78f4ad5b1e73e3300eee9dd0f880"; + sha256_unsigned = "edf397ecc4ecd4285e4e4d9ce02ae42d54bc78f4ad5b1e73e3300eee9dd0f880"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-8m" + "asl26555" + "asl26555-8M" + ]; + titles = [ + { + model = "ASL26555"; + vendor = "Alpha"; + } + ]; + }; + arcwireless_freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-arcwireless_freestation5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-arcwireless_freestation5-initramfs-kernel.bin"; + sha256 = "586a0b3ace55c8c58f6ced3715d47123d978d23032213c29a583d4c6401c6360"; + sha256_unsigned = "586a0b3ace55c8c58f6ced3715d47123d978d23032213c29a583d4c6401c6360"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-arcwireless_freestation5-squashfs-sysupgrade.bin"; + sha256 = "386a4457b12b47c6486c554c3a2d185323f67c3b399a0d99736c8a931f8722e0"; + sha256_unsigned = "67069e296776874cce430c08947bccc80a85d8c9adcc9e1b9922900374e46fe0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcwireless,freestation5" + "freestation5" + ]; + titles = [ + { + model = "FreeStation"; + vendor = "ARC Wireless"; + } + ]; + }; + argus_atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-argus_atp-52b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-argus_atp-52b-initramfs-kernel.bin"; + sha256 = "177817f8d0f2d5ec8563c125cfa9f070072b53f970e76ff3d453e418659a5f4c"; + sha256_unsigned = "177817f8d0f2d5ec8563c125cfa9f070072b53f970e76ff3d453e418659a5f4c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-argus_atp-52b-squashfs-sysupgrade.bin"; + sha256 = "5c1717177af295b1597b04758ed53337e78eb730c8b9f882187436a15186fe3f"; + sha256_unsigned = "621558cd7087ab6bbe9ecea1d8a336809108f8fcfc9dc293bdd5bc42438971f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "argus,atp-52b" + "atp-52b" + ]; + titles = [ + { + model = "ATP-52B"; + vendor = "Argus"; + } + ]; + }; + asiarf_awm002-evb-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-asiarf_awm002-evb-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-asiarf_awm002-evb-8m-initramfs-kernel.bin"; + sha256 = "3edbc19d6e115b5932e1d09a3fab521e783929489b1c8d678ce234ce69a757f7"; + sha256_unsigned = "3edbc19d6e115b5932e1d09a3fab521e783929489b1c8d678ce234ce69a757f7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-asiarf_awm002-evb-8m-squashfs-sysupgrade.bin"; + sha256 = "0a7b7aa5d479fdf6ca85f73595a06de1f0e05e5a7853d550304fbcae859fbc09"; + sha256_unsigned = "016fb30ee48ff98359cf4d1bb045cc6f82e93733b1c55a9034652bb556941233"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,awm002-evb-8m" + "awm002-evb-8M" + ]; + titles = [ + { + model = "AWM002-EVB/AWM003-EVB"; + variant = "8M"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-asus_rt-n13u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-asus_rt-n13u-initramfs-kernel.bin"; + sha256 = "424fa693166f3a04c792b0daf90105a42fe26fe0670de00c6d984a5968ae8253"; + sha256_unsigned = "424fa693166f3a04c792b0daf90105a42fe26fe0670de00c6d984a5968ae8253"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-asus_rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "73b724d5df3c4855ce9e6ad67169b1f92cf8a7f09933b4065414cd275701b61d"; + sha256_unsigned = "d303a92ff143c5165e7c833b7397a5dfec51ba795fd758e06e16d9e58534dc7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n13u" + "rt-n13u" + ]; + titles = [ + { + model = "RT-N13U"; + vendor = "Asus"; + } + ]; + }; + aximcom_mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-aximcom_mr-102n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-aximcom_mr-102n-squashfs-sysupgrade.bin"; + sha256 = "5f0d21d13284cf2d576d74b65127d5102073f79d32ea76c6916fbb9856daf238"; + sha256_unsigned = "d40da32bdf59596bfa2803a19cea9fb0c638e4e9f818f7cb4801496f3abb2c42"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-aximcom_mr-102n-initramfs-kernel.bin"; + sha256 = "d0e52cf7b4f7a6dd4a04dbc08adb5d1a75c3cc2099177e90b744ff7e35a5bcfb"; + sha256_unsigned = "d0e52cf7b4f7a6dd4a04dbc08adb5d1a75c3cc2099177e90b744ff7e35a5bcfb"; + type = "kernel"; + } + ]; + supported_devices = [ + "aximcom,mr-102n" + "mr-102n" + ]; + titles = [ + { + model = "MR-102N"; + vendor = "AXIMCom"; + } + ]; + }; + aztech_hw550-3g = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-aztech_hw550-3g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-aztech_hw550-3g-initramfs-kernel.bin"; + sha256 = "d1cf83667f41a5315cec515460d0a40890d570184f5c43d686e643c11034c5d4"; + sha256_unsigned = "d1cf83667f41a5315cec515460d0a40890d570184f5c43d686e643c11034c5d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-aztech_hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "816a0a936cf303c94e20a4fd8d71ba0dbbe87e8df68a522d151419f792d7b544"; + sha256_unsigned = "e6c1c0990f93a33503cd56e7b472d3b1c339e3ea466a3b3fc99347244461d1b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aztech,hw550-3g" + "hw550-3g" + ]; + titles = [ + { + model = "HW550-3G"; + vendor = "Aztech"; + } + { + model = "ALL0239-3G"; + vendor = "Allnet"; + } + ]; + }; + belkin_f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-belkin_f5d8235-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-belkin_f5d8235-v2-initramfs-kernel.bin"; + sha256 = "0aff5d497b2ba0a2ab6928cec61239e58c1f022829c36effaf24c58bb5681d1f"; + sha256_unsigned = "0aff5d497b2ba0a2ab6928cec61239e58c1f022829c36effaf24c58bb5681d1f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-belkin_f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "394847b4fb5a25252e0a741185e44786aaaa70c88055efffa13ff2270ca968dc"; + sha256_unsigned = "453862a6ae4081180405e6018475e1d858358e5ccdf4b294f592ff9564f9aa13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v2" + "f5d8235-v2" + ]; + titles = [ + { + model = "F5D8235"; + variant = "v2"; + vendor = "Belkin"; + } + ]; + }; + belkin_f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-belkin_f7c027"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-belkin_f7c027-squashfs-sysupgrade.bin"; + sha256 = "eba1d197538d0f05746a911b63fa1d2ad4241153d188a3b1b89ef2b0c218194f"; + sha256_unsigned = "f96fe9b660a4f6067a8ca582ee3f1f46c9e5e5483f700703acc7b0f45c156a8d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-belkin_f7c027-initramfs-kernel.bin"; + sha256 = "dab8429f60ff676a8859297de637e74d9dfed9c0366c57107b0e893b89f4af06"; + sha256_unsigned = "dab8429f60ff676a8859297de637e74d9dfed9c0366c57107b0e893b89f4af06"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f7c027" + "f7c027" + ]; + titles = [ + { + model = "F7C027"; + vendor = "Belkin"; + } + ]; + }; + dlink_dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-dlink_dap-1350"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-dlink_dap-1350-initramfs-kernel.bin"; + sha256 = "2bbb503e70b0994f093bdae6f0b5913e3dcd83d781df8bc16f9040225249918a"; + sha256_unsigned = "2bbb503e70b0994f093bdae6f0b5913e3dcd83d781df8bc16f9040225249918a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-dlink_dap-1350-squashfs-factory.bin"; + sha256 = "6751aff34c47084e091f6b10cf0246082ca58562c37c30f88ade99601e6ebcab"; + sha256_unsigned = "6751aff34c47084e091f6b10cf0246082ca58562c37c30f88ade99601e6ebcab"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-dlink_dap-1350-squashfs-sysupgrade.bin"; + sha256 = "abefa492e589f0d69831ea1b786f9b84bfdb64c7e1124343e3af655927a6f6e9"; + sha256_unsigned = "d5ba5a334cd3bad0b1b9442421967d2bad3dfd38f9a11e5d7178721d48a4d3f7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-dlink_dap-1350-squashfs-factory-NA.bin"; + sha256 = "9c7235bad4263771fd5ce12159a8f9cbef39fc602b89f95067e31e174941ab4c"; + sha256_unsigned = "9c7235bad4263771fd5ce12159a8f9cbef39fc602b89f95067e31e174941ab4c"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "dlink,dap-1350" + "dap-1350" + ]; + titles = [ + { + model = "DAP-1350"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-300-b7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-dlink_dir-300-b7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-dlink_dir-300-b7-initramfs-kernel.bin"; + sha256 = "ed601727516150c6db13ca6e2a6991f05ee950c660efd91a7bdc866d0ca83f20"; + sha256_unsigned = "ed601727516150c6db13ca6e2a6991f05ee950c660efd91a7bdc866d0ca83f20"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-dlink_dir-300-b7-squashfs-sysupgrade.bin"; + sha256 = "a598a873828d470da7001fab834ba7ffa8b5380083d95f7ae369ff53f425b4a1"; + sha256_unsigned = "bb899be7785e19f338997d53078a39f2c6f1f6d92812ca582f47a2d93571cd95"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-300-b7" + "dir-300-b7" + ]; + titles = [ + { + model = "DIR-300"; + variant = "B7"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-dlink_dir-320-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-dlink_dir-320-b1-initramfs-kernel.bin"; + sha256 = "fc2ed20938c44909208b27fdc613bfc7515341cdbe238268ccf995954c7ad985"; + sha256_unsigned = "fc2ed20938c44909208b27fdc613bfc7515341cdbe238268ccf995954c7ad985"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-dlink_dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "8392db4d404d76194135f4219c93b22f2f538c4098663fd6b58a100144b24fea"; + sha256_unsigned = "10738d5f1ef38e08e3c960d9da613c81afa76f0af7bb51e191c74c92de0af081"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-320-b1" + "dir-320-b1" + ]; + titles = [ + { + model = "DIR-320"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-dlink_dir-620-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-dlink_dir-620-a1-initramfs-kernel.bin"; + sha256 = "ca3b54740a23bb2e79e1f9c69899470d8f4a89a02810e6c69d6c48073640e4d6"; + sha256_unsigned = "ca3b54740a23bb2e79e1f9c69899470d8f4a89a02810e6c69d6c48073640e4d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-dlink_dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "662d4f874147add91c915e8705a679f28956112b7f9ac91078ee12b5a4d0ef2c"; + sha256_unsigned = "90a0b05daf3e174555e3dad0574c71d3e897eb4b94377cafa09a422750373a31"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-620-a1" + "dir-620-a1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-dlink_dir-620-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-dlink_dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "edc28a18cc3af9d2257cbe1ed7a530267749b2ed1e1995355dbbf45908b5ab0d"; + sha256_unsigned = "c6f8018496e555107f433426ef4ad793458c2a7a1351e73c144874b9008befd8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-dlink_dir-620-d1-initramfs-kernel.bin"; + sha256 = "af69abd6b54b5c7e6c1b7d0a9dac129054b513b406fbb0799911a6108a0e451b"; + sha256_unsigned = "af69abd6b54b5c7e6c1b7d0a9dac129054b513b406fbb0799911a6108a0e451b"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-620-d1" + "dir-620-d1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial-option" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-dlink_dwr-512-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-dlink_dwr-512-b-squashfs-factory.bin"; + sha256 = "62941556155052eb4da1236a27091133010baf72ccaa385f1c933991e891d631"; + sha256_unsigned = "62941556155052eb4da1236a27091133010baf72ccaa385f1c933991e891d631"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-dlink_dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "0278201a8c072ff822c256d3a862b6aa220fa81343fb4771605ee4c73d6a549b"; + sha256_unsigned = "f71615e1cef10081b80ff4c3e9a445ade2c0b8804bcf8ed4228e37ac3857fee9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-dlink_dwr-512-b-initramfs-kernel.bin"; + sha256 = "53693e4e97e2d0a3e8bb7fda249dcea0e39054177161954f3958112555ce809b"; + sha256_unsigned = "53693e4e97e2d0a3e8bb7fda249dcea0e39054177161954f3958112555ce809b"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-512-b" + "dwr-512-b" + ]; + titles = [ + { + model = "DWR-512"; + variant = "B"; + vendor = "D-Link"; + } + ]; + }; + easyacc_wizard-8800 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-easyacc_wizard-8800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-easyacc_wizard-8800-squashfs-sysupgrade.bin"; + sha256 = "0c148a46c356ab724496b2b5ffd73f2ea06c86d6ca910a852cd77c631cdc03a3"; + sha256_unsigned = "30d8bd525e9ce24eb9f0f8eb3e9f1c72c9e0e5f7aaeb8d40030ecc0b60a45843"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-easyacc_wizard-8800-initramfs-kernel.bin"; + sha256 = "428bed42b46045874d840606b6dd1fb297c5af051b2eda0ff93e4623fd93760c"; + sha256_unsigned = "428bed42b46045874d840606b6dd1fb297c5af051b2eda0ff93e4623fd93760c"; + type = "kernel"; + } + ]; + supported_devices = [ + "easyacc,wizard-8800" + "wizard8800" + ]; + titles = [ + { + model = "WIZARD 8800"; + vendor = "EasyAcc"; + } + ]; + }; + fon_fonera-20n = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-fon_fonera-20n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-fon_fonera-20n-initramfs-kernel.bin"; + sha256 = "f04dedbdf1da0a8494f07d81393f558a611bc6f1f8f8d4aee339a84dcd013080"; + sha256_unsigned = "f04dedbdf1da0a8494f07d81393f558a611bc6f1f8f8d4aee339a84dcd013080"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-fon_fonera-20n-squashfs-factory.bin"; + sha256 = "a8842b5cb0e7a155cb02b65dceac809a1e0dee20e1569424e1473abb40523462"; + sha256_unsigned = "a8842b5cb0e7a155cb02b65dceac809a1e0dee20e1569424e1473abb40523462"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-fon_fonera-20n-squashfs-sysupgrade.bin"; + sha256 = "d81c83f35138c73c556b5c499ff3386fdcae51cff9bcb70a800fcf59e9f24ab0"; + sha256_unsigned = "2e010422411daf63c24f3c58e47eaaaeac3aa63f5c14526904e4f31eb567cefb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fon,fonera-20n" + "fonera20n" + ]; + titles = [ + { + model = "Fonera 2.0N"; + vendor = "Fon"; + } + ]; + }; + hame_mpr-a2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-hame_mpr-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-hame_mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "ce26c19f3e39e3879c8b375cc9497d11adff6c7c7aa7f53cc3ef7bcd788e9620"; + sha256_unsigned = "113332c2bb104657af153ffe0fc9b0601f4b5b3be4638d0aff7cc4c14da62ee7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-hame_mpr-a2-initramfs-kernel.bin"; + sha256 = "ae0341e3d5910e931b19b759eee73437626fc3ae72640412efc24701784cd69c"; + sha256_unsigned = "ae0341e3d5910e931b19b759eee73437626fc3ae72640412efc24701784cd69c"; + type = "kernel"; + } + ]; + supported_devices = [ + "hame,mpr-a2" + "mpr-a2" + ]; + titles = [ + { + model = "MPR"; + variant = "A2"; + vendor = "HAME"; + } + ]; + }; + hauppauge_broadway = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-hauppauge_broadway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-hauppauge_broadway-squashfs-sysupgrade.bin"; + sha256 = "351e46c1346c153cfd59cbc819e0b924ba6812aba8f3c5d88620dc7d07981b77"; + sha256_unsigned = "55509ab05826c69b55f897db02ec28aa42679919a85d08901d43323ed597cd5e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-hauppauge_broadway-initramfs-kernel.bin"; + sha256 = "0110a3119750973888f27b29cb667c0e92438f5f4b6a9f9eeaa8a66714b39fc0"; + sha256_unsigned = "0110a3119750973888f27b29cb667c0e92438f5f4b6a9f9eeaa8a66714b39fc0"; + type = "kernel"; + } + ]; + supported_devices = [ + "hauppauge,broadway" + "broadway" + ]; + titles = [ + { + model = "Broadway"; + vendor = "Hauppauge"; + } + ]; + }; + huawei_hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-huawei_hg255d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-huawei_hg255d-initramfs-kernel.bin"; + sha256 = "2d8a202382c23d02123a7da9f40712d610064bb930635451497ca47435f84898"; + sha256_unsigned = "2d8a202382c23d02123a7da9f40712d610064bb930635451497ca47435f84898"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-huawei_hg255d-squashfs-sysupgrade.bin"; + sha256 = "84e8871efc56cc2df7df52e9e77199809737749958fdf5e883413b3e49eda06f"; + sha256_unsigned = "ff4b9e1ab5044d6818962cefe77c08107afe6fa670d1d28327d48be735ab2bba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg255d" + "hg255d" + ]; + titles = [ + { + model = "HG255D"; + vendor = "HuaWei"; + } + ]; + }; + intenso_memory2move = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-intenso_memory2move"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-intenso_memory2move-squashfs-sysupgrade.bin"; + sha256 = "a96cf672ebdcb7553bbc9ea78cfbe36577b4f24a468e26ab1abefb74c84a45d0"; + sha256_unsigned = "6ff97e6f3c0179bf3a5022d98c9b826bebccc469084ee464c7089defe48871a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-intenso_memory2move-initramfs-kernel.bin"; + sha256 = "1d04f21a62e58d181734e960e9d6e283710355ce69996a395216a98670d87f66"; + sha256_unsigned = "1d04f21a62e58d181734e960e9d6e283710355ce69996a395216a98670d87f66"; + type = "kernel"; + } + ]; + supported_devices = [ + "intenso,memory2move" + "m2m" + ]; + titles = [ + { + model = "Memory 2 Move"; + vendor = "Intenso"; + } + ]; + }; + mofinetwork_mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-mofinetwork_mofi3500-3gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-mofinetwork_mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "3e8d37ab5d4777b6de7933e5add6c6bd764be9f5ef10db78b30b0102c8b8e88c"; + sha256_unsigned = "9eb04254d8e84940fdbee945056f6f20efff58ffb360de4f4e5ee9850188ebea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-mofinetwork_mofi3500-3gn-initramfs-kernel.bin"; + sha256 = "36c16e6b0a980ca6fed1d789a5878b3ab74543d01bcb09d37f163689d709bc8b"; + sha256_unsigned = "36c16e6b0a980ca6fed1d789a5878b3ab74543d01bcb09d37f163689d709bc8b"; + type = "kernel"; + } + ]; + supported_devices = [ + "mofinetwork,mofi3500-3gn" + "mofi3500-3gn" + ]; + titles = [ + { + model = "MOFI3500-3GN"; + vendor = "MoFi Network"; + } + ]; + }; + nexaira_bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-nexaira_bc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-nexaira_bc2-squashfs-sysupgrade.bin"; + sha256 = "9127d68c75bea3aef8e969fdf4923bda4f86806374aad1ef4cdff523d76c033d"; + sha256_unsigned = "47fc08440c32657c52be7df5d5b3e565ca0f7779dd148c442d5cda61c96c48ab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-nexaira_bc2-initramfs-kernel.bin"; + sha256 = "b666d9f336c77cba3fe2b5bf421d9cc0cd01a395b0d84cd6202eaa082449dcea"; + sha256_unsigned = "b666d9f336c77cba3fe2b5bf421d9cc0cd01a395b0d84cd6202eaa082449dcea"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexaira,bc2" + "bc2" + ]; + titles = [ + { + model = "BC2"; + vendor = "NexAira"; + } + ]; + }; + nexx_wt1520-8m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-nexx_wt1520-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-nexx_wt1520-8m-initramfs-kernel.bin"; + sha256 = "40dbf47ca710f01db668be96eecc1dc4fa349ad4d966c69875f3c727438ea1fc"; + sha256_unsigned = "40dbf47ca710f01db668be96eecc1dc4fa349ad4d966c69875f3c727438ea1fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-nexx_wt1520-8m-squashfs-factory.bin"; + sha256 = "8f6723e3813360441142393aee30c51895c70dcb0b9785ffca0adbf109c2c1a0"; + sha256_unsigned = "8f6723e3813360441142393aee30c51895c70dcb0b9785ffca0adbf109c2c1a0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-nexx_wt1520-8m-squashfs-sysupgrade.bin"; + sha256 = "174154b9e4843c3c13865350484b20098a38f6a570ba090b478271308d0b19b4"; + sha256_unsigned = "8f2c719163a9743f0b36f83321b828f520cbd83ffb32761b203938ffc520ed77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexx,wt1520-8m" + "wt1520-8M" + ]; + titles = [ + { + model = "WT1520"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + nixcore_x1-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-nixcore_x1-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-nixcore_x1-16m-initramfs-kernel.bin"; + sha256 = "45031720390354ca914a4eb830303537c51895cf4af03ce5237fba8aaf00ed2d"; + sha256_unsigned = "45031720390354ca914a4eb830303537c51895cf4af03ce5237fba8aaf00ed2d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-nixcore_x1-16m-squashfs-sysupgrade.bin"; + sha256 = "368f07aa4360430017a3a8088bb15e018e0a73a627235a217c25f39e22696d4e"; + sha256_unsigned = "6e59b14b7be6c4ceb8f52081b34e3ca43d4ebaf22a77a58cbd6a55770f42c40a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore,x1-16m" + "nixcore-x1" + "nixcore-x1-16M" + ]; + titles = [ + { + model = "X1"; + variant = "16M"; + vendor = "Nixcore"; + } + ]; + }; + nixcore_x1-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-nixcore_x1-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-nixcore_x1-8m-initramfs-kernel.bin"; + sha256 = "f50b11f7b70f9ea8663f80f79c42d945b8770bfb6c58681a0921f895e9c84d0f"; + sha256_unsigned = "f50b11f7b70f9ea8663f80f79c42d945b8770bfb6c58681a0921f895e9c84d0f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-nixcore_x1-8m-squashfs-sysupgrade.bin"; + sha256 = "8a5a4feeaf93051824ccf7142556f4ca37d73a01a1e640d685b3b12641be891f"; + sha256_unsigned = "0f13269ff8ee563c08f2ec05482b32dc0ba2e20b8d0d45c66b9ea5780025823e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore,x1-8m" + "nixcore-x1" + "nixcore-x1-8M" + ]; + titles = [ + { + model = "X1"; + variant = "8M"; + vendor = "Nixcore"; + } + ]; + }; + olimex_rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-olimex_rt5350f-olinuxino"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-olimex_rt5350f-olinuxino-initramfs-kernel.bin"; + sha256 = "2196963e1d1a435f36d86207e115405ad7a7c62b6b57673d0c3ab3632d655b76"; + sha256_unsigned = "2196963e1d1a435f36d86207e115405ad7a7c62b6b57673d0c3ab3632d655b76"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-olimex_rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "5cb1c8c04ea4904c929174aac0f85c37328c6848795113793fd2d0d809a84249"; + sha256_unsigned = "b18290d0b12cbec7df6a0b26e785031fa575cdcabcfdf7149767b799283b2c39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino" + "rt5350f-olinuxino" + ]; + titles = [ + { + model = "RT5350F-OLinuXino"; + vendor = "OLIMEX"; + } + ]; + }; + olimex_rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-olimex_rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-olimex_rt5350f-olinuxino-evb-initramfs-kernel.bin"; + sha256 = "4ede60086bb36a6c468a909f91234c3822ad3badde6a8faaae869e0ce3ae2b64"; + sha256_unsigned = "4ede60086bb36a6c468a909f91234c3822ad3badde6a8faaae869e0ce3ae2b64"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-olimex_rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "71f80afa8e83c79e1051975602512f75b6aedb626c81595f43cf1bdd0f1d3535"; + sha256_unsigned = "1660d004901fe8f0ba0f909d21ce7fa88dc83658d2b94ac254669d583337cd97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino-evb" + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + model = "RT5350F-OLinuXino-EVB"; + vendor = "OLIMEX"; + } + ]; + }; + omnima_miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-omnima_miniembplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-omnima_miniembplug-squashfs-sysupgrade.bin"; + sha256 = "c9728894ae723334554e51c6c396262a1cfc27b9d18be2118919a03f699b5090"; + sha256_unsigned = "abe57afa4f125ab249bf81dd3cb99e6845519ab65ddf1451d1f18ca2bc0bc0ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-omnima_miniembplug-initramfs-kernel.bin"; + sha256 = "c38b950315f6bbf68e5a0261216b46d1ff3e0ffd21fd6f7b086aae9201317825"; + sha256_unsigned = "c38b950315f6bbf68e5a0261216b46d1ff3e0ffd21fd6f7b086aae9201317825"; + type = "kernel"; + } + ]; + supported_devices = [ + "omnima,miniembplug" + "miniembplug" + ]; + titles = [ + { + model = "MiniEMBPlug"; + vendor = "Omnima"; + } + ]; + }; + omnima_miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-omnima_miniembwifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-omnima_miniembwifi-initramfs-kernel.bin"; + sha256 = "5ddd06504ac926f780dd73280b10510d69d52a50d563355cc8d388a620422ae3"; + sha256_unsigned = "5ddd06504ac926f780dd73280b10510d69d52a50d563355cc8d388a620422ae3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-omnima_miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "db3eb4d5ca329a79bba9849e12d6b06c4f702c97fd6ed6a77bcf78439a437a0d"; + sha256_unsigned = "76a35140fb055513670d12810e82fc486f4c8c0cdfde5fdf720123883ef27221"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,miniembwifi" + "miniembwifi" + ]; + titles = [ + { + model = "MiniEMBWiFi"; + vendor = "Omnima"; + } + ]; + }; + planex_mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-planex_mzk-wdpr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-planex_mzk-wdpr-initramfs-kernel.bin"; + sha256 = "8396ed0f194c605124b8fce4a2ad6b5876786da8e0b11cb76ade1ae91b3e5206"; + sha256_unsigned = "8396ed0f194c605124b8fce4a2ad6b5876786da8e0b11cb76ade1ae91b3e5206"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-planex_mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "00b5ddcd516d1a34efbeb9f5ffe1d39fb3c56d1bc10ef6ef08dcb8e5e8b37c77"; + sha256_unsigned = "241a74239da3fb1ae33e9f407e780ab7dfd2bf6c4c7cbf7b4ffca592d6e04931"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-wdpr" + "mzk-wdpr" + ]; + titles = [ + { + model = "MZK-WDPR"; + vendor = "Planex"; + } + ]; + }; + poray_ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-poray_ip2202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-poray_ip2202-squashfs-sysupgrade.bin"; + sha256 = "ee93977f9588ecf793d23f14c6af2e6b223c49455e63436e0128350bab95af98"; + sha256_unsigned = "bc6510a6a3952c705850d511eff375249bac0bde6b06cbb7245181c96b28a802"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-poray_ip2202-initramfs-kernel.bin"; + sha256 = "9a089b3b000400f40645f7ec830f93d54f2e67810c05c24fac6ce38e27cf98ba"; + sha256_unsigned = "9a089b3b000400f40645f7ec830f93d54f2e67810c05c24fac6ce38e27cf98ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,ip2202" + "ip2202" + ]; + titles = [ + { + model = "IP2202"; + vendor = "Poray"; + } + ]; + }; + poray_m4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-poray_m4-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-poray_m4-8m-initramfs-kernel.bin"; + sha256 = "b778433a128959aaafb202c401f12c9b137cc1058b82aafd792ec77e7e3d3fd7"; + sha256_unsigned = "b778433a128959aaafb202c401f12c9b137cc1058b82aafd792ec77e7e3d3fd7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-poray_m4-8m-squashfs-factory.bin"; + sha256 = "d7843faf353106f742eb19b392b1e77a91a5631c1183c6d4efbec9398cccb09d"; + sha256_unsigned = "d7843faf353106f742eb19b392b1e77a91a5631c1183c6d4efbec9398cccb09d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-poray_m4-8m-squashfs-sysupgrade.bin"; + sha256 = "c72afd23ce6e576fd63c7f35a5cafda13ab19385923e9e35f4be2659dd8da12c"; + sha256_unsigned = "f86afb997d232efd41f5450d92ae358f7b71e2d5e0b5f2cd5bab847798337193"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,m4-8m" + "m4-8M" + ]; + titles = [ + { + model = "M4"; + variant = "8M"; + vendor = "Poray"; + } + ]; + }; + poray_x5 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-poray_x5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-poray_x5-squashfs-sysupgrade.bin"; + sha256 = "9f035323726a51d4a64d1a817ffb3648e9e34c3bf76efcc61e44cdc2facf5ed6"; + sha256_unsigned = "6a1cf913a46a27201fafbbc17e3d7a4d226a6a23c587c23f255f3287921a5917"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-poray_x5-squashfs-factory.bin"; + sha256 = "451c2fc25257770b66d667194abc333ae7254de9a368ba8dbc321b4d6a78ec20"; + sha256_unsigned = "451c2fc25257770b66d667194abc333ae7254de9a368ba8dbc321b4d6a78ec20"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-poray_x5-initramfs-kernel.bin"; + sha256 = "0e958a80cb730d815a8f747b711b0c387a677824adf18d1e31b69c65064613a2"; + sha256_unsigned = "0e958a80cb730d815a8f747b711b0c387a677824adf18d1e31b69c65064613a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,x5" + "x5" + ]; + titles = [ + { + model = "X5/X6"; + vendor = "Poray"; + } + ]; + }; + poray_x8 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-poray_x8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-poray_x8-squashfs-sysupgrade.bin"; + sha256 = "06657f35032bc2655c1e6a31fe3bf9c5afe9fce399793d807321a3007c5fa97d"; + sha256_unsigned = "7166ad80be1040e61b18fb8e53d53cc39da0bc8013b2b4338d52e8dd58031fb2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-poray_x8-initramfs-kernel.bin"; + sha256 = "f176d69879a22cf4c8a63ff29d7fb2fcf568cbe4b7f90c8527278b6829e550ed"; + sha256_unsigned = "f176d69879a22cf4c8a63ff29d7fb2fcf568cbe4b7f90c8527278b6829e550ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-poray_x8-squashfs-factory.bin"; + sha256 = "0718bb03b502b6af4681a5d393942fce4515ec96946c71a6f8598b75ef723b7e"; + sha256_unsigned = "0718bb03b502b6af4681a5d393942fce4515ec96946c71a6f8598b75ef723b7e"; + type = "factory"; + } + ]; + supported_devices = [ + "poray,x8" + "x8" + ]; + titles = [ + { + model = "X8"; + vendor = "Poray"; + } + ]; + }; + prolink_pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-prolink_pwh2004"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-prolink_pwh2004-squashfs-sysupgrade.bin"; + sha256 = "7ab9e2ae2bd38fa1ede26a8226430cb3929474bdd9267fb2a897c7587eef5bfa"; + sha256_unsigned = "403e6feec058719afb0095516d7d5ec717397314e81ab71df73c0269993a90e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-prolink_pwh2004-initramfs-kernel.bin"; + sha256 = "01ef4fff03a90f1432f317d6c1af533e9254217817f2b09acab1b0457afab00f"; + sha256_unsigned = "01ef4fff03a90f1432f317d6c1af533e9254217817f2b09acab1b0457afab00f"; + type = "kernel"; + } + ]; + supported_devices = [ + "prolink,pwh2004" + "pwh2004" + ]; + titles = [ + { + model = "PWH2004"; + vendor = "Prolink"; + } + ]; + }; + teltonika_rut5xx = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-teltonika_rut5xx"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-teltonika_rut5xx-initramfs-kernel.bin"; + sha256 = "3ada389d6e8945f034bc95d0f480e95a514e468975c3926477f33ac79bd7ec4c"; + sha256_unsigned = "3ada389d6e8945f034bc95d0f480e95a514e468975c3926477f33ac79bd7ec4c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-teltonika_rut5xx-squashfs-sysupgrade.bin"; + sha256 = "9164df001018658987a95f9bddddc7e18ce9c9112017dc043d1d9e90aa498df3"; + sha256_unsigned = "96534b9d420466dfe0c4b63baf1597d1b6f0561c53004d17ea7a275e25d02963"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rut5xx" + "rut5xx" + ]; + titles = [ + { + model = "RUT5XX"; + vendor = "Teltonika"; + } + ]; + }; + trendnet_tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-trendnet_tew-714tru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-trendnet_tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "6878cc1e57ae38d63627eacbd349f745be9a65684bc59f269386f9dd79216044"; + sha256_unsigned = "3ce1e64ef21c9b90d43246e1637992b9649bf3099b1cab76777f0feba24c62fd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-trendnet_tew-714tru-initramfs-kernel.bin"; + sha256 = "757c781890ebb300037f3d9cf58004167e8b3b00e1d04c0638ee2f287bdf3fe0"; + sha256_unsigned = "757c781890ebb300037f3d9cf58004167e8b3b00e1d04c0638ee2f287bdf3fe0"; + type = "kernel"; + } + ]; + supported_devices = [ + "trendnet,tew-714tru" + "tew-714tru" + ]; + titles = [ + { + model = "TEW-714TRU"; + vendor = "TRENDnet"; + } + ]; + }; + unbranded_wr512-3gn-8m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-unbranded_wr512-3gn-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-unbranded_wr512-3gn-8m-squashfs-sysupgrade.bin"; + sha256 = "7bb36901836ec96c1bd75d1408616816061078f0771c2814a8193ebcc844a4de"; + sha256_unsigned = "8b9120a9ff6c4780d8619a79ed4e448b58a2ec57a23c7b4491f96026e0709c0c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-unbranded_wr512-3gn-8m-initramfs-kernel.bin"; + sha256 = "55df85d49911675371f39c7277c76767ca691e1ab9b46378ad8631e5a9a887f0"; + sha256_unsigned = "55df85d49911675371f39c7277c76767ca691e1ab9b46378ad8631e5a9a887f0"; + type = "kernel"; + } + ]; + supported_devices = [ + "unbranded,wr512-3gn-8m" + "wr512-3gn-8M" + ]; + titles = [ + { + model = "WR512-3GN"; + variant = "8M"; + vendor = "Unbranded"; + } + ]; + }; + upvel_ur-336un = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-upvel_ur-336un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-upvel_ur-336un-squashfs-sysupgrade.bin"; + sha256 = "6dac3282d339dad839d8ab5c2da646d5380dffd333e98f3e77f6da3f3bd1f580"; + sha256_unsigned = "686299a37bff0dcdb29b95aecf60e048b9ea226b72898ac39a1e240a012da340"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-upvel_ur-336un-initramfs-kernel.bin"; + sha256 = "aef19ce383d23f1cf5b144e309c62e861e8359420d29088c914110181919ec49"; + sha256_unsigned = "aef19ce383d23f1cf5b144e309c62e861e8359420d29088c914110181919ec49"; + type = "kernel"; + } + ]; + supported_devices = [ + "upvel,ur-336un" + "ur-336un" + ]; + titles = [ + { + model = "UR-336UN"; + vendor = "UPVEL"; + } + ]; + }; + vocore_vocore-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-vocore_vocore-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-vocore_vocore-16m-squashfs-sysupgrade.bin"; + sha256 = "dfe626e20ed805b99b44059a6d3042513de599df2314bb044f3c53e949ec0eab"; + sha256_unsigned = "1e9faf0901c33bacecdfbbc186c19b15c363e97a0121dd8317a35c13aae4eff8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-vocore_vocore-16m-initramfs-kernel.bin"; + sha256 = "8a2e1b3fde9397e3c942f3dd2a5b5029d07ecfe7dc6cf7c3b46dd0f512c07cc8"; + sha256_unsigned = "8a2e1b3fde9397e3c942f3dd2a5b5029d07ecfe7dc6cf7c3b46dd0f512c07cc8"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore-16m" + "vocore" + "vocore-16M" + ]; + titles = [ + { + model = "VoCore"; + variant = "16M"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-vocore_vocore-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-vocore_vocore-8m-initramfs-kernel.bin"; + sha256 = "e9260852d2848a565b7c72a760a0497d13758b26a9bece6ff98596c58a0690e6"; + sha256_unsigned = "e9260852d2848a565b7c72a760a0497d13758b26a9bece6ff98596c58a0690e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-vocore_vocore-8m-squashfs-sysupgrade.bin"; + sha256 = "db04d108e92d45924397f18e770b5da9d04d6cee710785494570ba61469ba838"; + sha256_unsigned = "9e051226a90d46e5ee4371525ffb9369720e23e8907003fd04eb7c1e49743103"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore-8m" + "vocore" + "vocore-8M" + ]; + titles = [ + { + model = "VoCore"; + variant = "8M"; + vendor = "VoCore"; + } + ]; + }; + wansview_ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-wansview_ncs601w"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-wansview_ncs601w-initramfs-kernel.bin"; + sha256 = "62f9fd4614b76f848fc000dc1b22a3d904e99c9a7c481e505c183a740b29cc31"; + sha256_unsigned = "62f9fd4614b76f848fc000dc1b22a3d904e99c9a7c481e505c183a740b29cc31"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-wansview_ncs601w-squashfs-sysupgrade.bin"; + sha256 = "e7c730c00d6820fe5538e648224e5cacf167f21bf384ec6a92292e1167456c41"; + sha256_unsigned = "117b77acac0e8b8c5ca01c4584c98f0faa29c790b169baf87cde4be915c243d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wansview,ncs601w" + "ncs601w" + ]; + titles = [ + { + model = "NCS601W"; + vendor = "Wansview"; + } + ]; + }; + wiznet_wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-wiznet_wizfi630a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-wiznet_wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "e9deb5d391aceb570ee050900ac8a364dab82a7a5730a709b01b3702d3f075dc"; + sha256_unsigned = "f9f329a3ab4447148c68ed03f143b8e952500666b3b5ab4b9a3863b2fbba4d67"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-wiznet_wizfi630a-initramfs-kernel.bin"; + sha256 = "d06e00eac824359702a2a411405cb1f28e3f7393a53326f4e627a69173da5b62"; + sha256_unsigned = "d06e00eac824359702a2a411405cb1f28e3f7393a53326f4e627a69173da5b62"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630a" + "wizfi630a" + ]; + titles = [ + { + model = "WizFi630A"; + vendor = "WIZnet"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-zorlik_zl5900v2-initramfs-kernel.bin"; + sha256 = "5394630858161dfbaec5997433642d72c5fded12a38b90c1eea334ec22d5e90c"; + sha256_unsigned = "5394630858161dfbaec5997433642d72c5fded12a38b90c1eea334ec22d5e90c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "dfb02823d381276c6100002b7f49033f87eb427764ebfd81890b2b9c706a1726"; + sha256_unsigned = "e8dcfc78e43d3e95111cab90fbf25a60109173a14a2e4313840fca0841b5e6a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + model = "ZL5900V2"; + vendor = "Zorlik"; + } + ]; + }; + zte_mf283plus = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-zte_mf283plus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-zte_mf283plus-initramfs-kernel.bin"; + sha256 = "cc1eaf9b2ba03d4e459695d361fcdb89291d09d9b5a6592283bee53522db2f75"; + sha256_unsigned = "cc1eaf9b2ba03d4e459695d361fcdb89291d09d9b5a6592283bee53522db2f75"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin"; + sha256 = "45858c1efb1a8b7cb67739f0fc06dee7cecf93a58433f4b7acda5254051d922f"; + sha256_unsigned = "397b62766f4ccd2e1e746346ebcb3dbc0b9a8b4ef1089580b30281ec8a18041c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf283plus" + ]; + titles = [ + { + model = "MF283+"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-zyxel_keenetic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-zyxel_keenetic-initramfs-kernel.bin"; + sha256 = "d7f27663f489c75f643adf286d02256f88d4006f6620efa2dbb5ed2962014716"; + sha256_unsigned = "d7f27663f489c75f643adf286d02256f88d4006f6620efa2dbb5ed2962014716"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-zyxel_keenetic-squashfs-sysupgrade.bin"; + sha256 = "9570b8aa5cb48939f4c7ec6b84a5c04de9b8ffcf606933a6ecc05647baeda018"; + sha256_unsigned = "ea6c56fb6c382769838086605f553d947090dd72fe11313f7f90f1453e8bf5e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic" + "kn" + ]; + titles = [ + { + model = "Keenetic"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-lite-b = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-zyxel_keenetic-lite-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-zyxel_keenetic-lite-b-initramfs-kernel.bin"; + sha256 = "f4d61c3ba2e5f34a5fbe5548b7f047064e624c63d1998ebbd62061477b5f2d87"; + sha256_unsigned = "f4d61c3ba2e5f34a5fbe5548b7f047064e624c63d1998ebbd62061477b5f2d87"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-zyxel_keenetic-lite-b-squashfs-sysupgrade.bin"; + sha256 = "fdf778ae1dde0c627053e9ce4fe0d1c814bc1a0d7d4db4c5ba89ceef867085fb"; + sha256_unsigned = "9b15e1e169949cafeda9bec8d58d13afbb47438537584d86b294d90d5335d622"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-lite-b" + ]; + titles = [ + { + model = "Keenetic Lite"; + variant = "B"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg-419n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt305x-zyxel_nbg-419n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt305x-zyxel_nbg-419n-v2-squashfs-sysupgrade.bin"; + sha256 = "27abdd9a21dc0db06d2692e9c97f1d3da9ec4e1db92c840feb8632de8f8a56bf"; + sha256_unsigned = "cdea36ef5be27bf4f7b9edfe9c8c7df2cbfbbcfa5fa6809dfd840ddb9e6a33e0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-ramips-rt305x-zyxel_nbg-419n-v2-initramfs-kernel.bin"; + sha256 = "42cfbf48297b9d5c9b20aa58a4000bcf8830bedef82557e5f8fb8299a4160e01"; + sha256_unsigned = "42cfbf48297b9d5c9b20aa58a4000bcf8830bedef82557e5f8fb8299a4160e01"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg-419n-v2" + "nbg-419n2" + ]; + titles = [ + { + model = "NBG-419N"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "ramips/rt305x"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-n56u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt3883-asus_rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-asus_rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "1c8de4fc637c78d96829fc80f3a60fe5afe01d6d219589c59954a3a1acf940ba"; + sha256_unsigned = "67811a9be3a26fdcc4b42cfbc3d7d29ef4a2bcc422aa7f95de66d6140706d7e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u" + "rt-n56u" + ]; + titles = [ + { + model = "RT-N56U"; + vendor = "Asus"; + } + ]; + }; + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "60c6b47c662d67bdd43f8068f808cea26ada1d8fc9e9a2ff6cd3e110f21e7b4c"; + sha256_unsigned = "16ae14cd94f165f46d7e1462eada142d8a50934324e816a896a9ace4957f5912"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + model = "F9K1109"; + variant = "Version 1.0"; + vendor = "Belkin"; + } + ]; + }; + dlink_dir-645 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt3883-dlink_dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-dlink_dir-645-squashfs-factory.bin"; + sha256 = "fb17bfed2b5d1f6bca5f847a79a1024fdda6075782d922d3fa2179cec26bc6a2"; + sha256_unsigned = "fb17bfed2b5d1f6bca5f847a79a1024fdda6075782d922d3fa2179cec26bc6a2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-dlink_dir-645-squashfs-sysupgrade.bin"; + sha256 = "2f3d3eb6d101148dea349e415dff93eff850b202fd3c64332395bd38870aad5b"; + sha256_unsigned = "18ccd82e86cfccee6cb5b513a05b447bca5483f41f1de911227eca8d25457288"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-645" + "dir-645" + ]; + titles = [ + { + model = "DIR-645"; + vendor = "D-Link"; + } + ]; + }; + edimax_br-6475nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt3883-edimax_br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-edimax_br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "2d9bc4d93fece8c8b0f592fa124cf30e3b6ac51ff89fa6ad0261dda6e41d9a0f"; + sha256_unsigned = "cbdd93e24a61db4104d5b6f163dcdd260e1db2fb2c11ebda384f193054757557"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6475nd" + "br-6475nd" + ]; + titles = [ + { + model = "BR-6475nD"; + vendor = "Edimax"; + } + ]; + }; + engenius_esr600h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt3883-engenius_esr600h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-engenius_esr600h-squashfs-sysupgrade.bin"; + sha256 = "51a927dfb10d0ccc22801c90327bc4e5f00724c6219c25bcc3183e3782515bd8"; + sha256_unsigned = "4b74ec17e2cf4d6b83646039c1f84654721453c601b312b379129ab60d599fe6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-engenius_esr600h-squashfs-factory.dlf"; + sha256 = "d92b0e1671f0a784da49136af03ff852c3d4435495f6e69789124140b4471099"; + sha256_unsigned = "d92b0e1671f0a784da49136af03ff852c3d4435495f6e69789124140b4471099"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,esr600h" + ]; + titles = [ + { + model = "ESR600H"; + vendor = "EnGenius"; + } + ]; + }; + loewe_wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt3883-loewe_wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-loewe_wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "0ee96e6c86fd2aca0125fb204ef1174393d48dc21284299345f2c4d2843e3522"; + sha256_unsigned = "ad7d94636c751ffd37fe4a691e5400e70f56825ab1ccb9138880340dd7b03912"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "loewe,wmdr-143n" + "wmdr-143n" + ]; + titles = [ + { + model = "WMDR-143N"; + vendor = "Loewe"; + } + ]; + }; + omnima_hpm = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt3883-omnima_hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-omnima_hpm-squashfs-sysupgrade.bin"; + sha256 = "508f0cd4dbfb32260aa699bd1db033b1169b7e166507bbd041f38ad2c8219667"; + sha256_unsigned = "a1d7003af3fb65c1bf12d0657052312ce0b17352ad0911782d340fd4edd97c9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,hpm" + "hpm" + ]; + titles = [ + { + model = "HPM"; + vendor = "Omnima"; + } + ]; + }; + samsung_cy-swr1100 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt3883-samsung_cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-samsung_cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "f39d7d0358ccaa013afad3f104f86acd1e07a59f9430bf1ff016c20a8df8bf44"; + sha256_unsigned = "e84b6b69838aa7e55ffd4b3fa7e66aab0196fd3f1fe1862d159abbcefda57cd3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-samsung_cy-swr1100-squashfs-factory.bin"; + sha256 = "31139571bbf57ae68860bf8755b256d755c3d2f7ad768a784d0055603c84f689"; + sha256_unsigned = "31139571bbf57ae68860bf8755b256d755c3d2f7ad768a784d0055603c84f689"; + type = "factory"; + } + ]; + supported_devices = [ + "samsung,cy-swr1100" + "cy-swr1100" + ]; + titles = [ + { + model = "CY-SWR1100"; + vendor = "Samsung"; + } + ]; + }; + sitecom_wlr-6000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.0-ramips-rt3883-sitecom_wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-sitecom_wlr-6000-squashfs-factory.dlf"; + sha256 = "7a14ded4210b928044565b3b998d50e130a37a51dc53c4b37db4391ac23fc2c5"; + sha256_unsigned = "7a14ded4210b928044565b3b998d50e130a37a51dc53c4b37db4391ac23fc2c5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-sitecom_wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "de2b172d45940693f8dc4c998bfd8ba9e310e1b2782e899d5ce56ea470ce028b"; + sha256_unsigned = "1f272b6c9b0e813a70df244952734a2fc37b36ac78127eac42030399baeb3a01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-6000" + "wlr-6000" + ]; + titles = [ + { + model = "WLR-6000"; + vendor = "Sitecom"; + } + ]; + }; + trendnet_tew-691gr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt3883-trendnet_tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-trendnet_tew-691gr-squashfs-factory.bin"; + sha256 = "6cab468f5bf4d30ec6ee87ad2214609111e2d64ccc9d0c61b13c2bce14d1cacb"; + sha256_unsigned = "6cab468f5bf4d30ec6ee87ad2214609111e2d64ccc9d0c61b13c2bce14d1cacb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-trendnet_tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "69751c410008dafe7adcd3d429277ceaadb6677a24f1390d5f3231954e9fe824"; + sha256_unsigned = "cdd54f9a778d8b5da0690be37701320da0a66dcb95ac0dd6df61c7d6de1ed124"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-691gr" + "tew-691gr" + ]; + titles = [ + { + model = "TEW-691GR"; + vendor = "TRENDnet"; + } + ]; + }; + trendnet_tew-692gr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-ramips-rt3883-trendnet_tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-trendnet_tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "e6980a3394b56fc114aa6ba44f5afb1393e8832b640b81153a39bc52c7817b2f"; + sha256_unsigned = "c988fb8ba838c5cf363379642fbe38b05888ea66e1d89f64affedaad546b20f8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-ramips-rt3883-trendnet_tew-692gr-squashfs-factory.bin"; + sha256 = "661d8a2b8ea1ce0d6cd347741453094246646eeec00e6da2e465b08de1e43a6f"; + sha256_unsigned = "661d8a2b8ea1ce0d6cd347741453094246646eeec00e6da2e465b08de1e43a6f"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-692gr" + "tew-692gr" + ]; + titles = [ + { + model = "TEW-692GR"; + vendor = "TRENDnet"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "ramips/rt3883"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + realtek = { + rtl838x = { + arch_packages = "mips_4kec"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + allnet_all-sg8208m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-allnet_all-sg8208m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-allnet_all-sg8208m-initramfs-kernel.bin"; + sha256 = "987b32ab0d2db259ff3e99df444a43ab4297d38dea40393442fab7fc14a1cdd7"; + sha256_unsigned = "987b32ab0d2db259ff3e99df444a43ab4297d38dea40393442fab7fc14a1cdd7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-allnet_all-sg8208m-squashfs-sysupgrade.bin"; + sha256 = "e699b632328fbd1907204e1299cd100fe4512de6fccdd8e83118f8943b10eb66"; + sha256_unsigned = "f4dd63436d5f9f07ead148469267e42f740224c3ce619907abfafb19df12c653"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all-sg8208m" + ]; + titles = [ + { + model = "ALL-SG8208M"; + vendor = "ALLNET"; + } + ]; + }; + d-link_dgs-1210-10p = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-d-link_dgs-1210-10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-d-link_dgs-1210-10p-squashfs-factory_image1.bin"; + sha256 = "4cea6bcba7ab4ed97b3a10034892a28e3aad5623121343bf9cb00908ef20e7c1"; + sha256_unsigned = "4cea6bcba7ab4ed97b3a10034892a28e3aad5623121343bf9cb00908ef20e7c1"; + type = "factory_image1"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-d-link_dgs-1210-10p-initramfs-kernel.bin"; + sha256 = "41896ccbe920651fac74c7d4e762e2417ce73a2a573749120424145753c2a150"; + sha256_unsigned = "41896ccbe920651fac74c7d4e762e2417ce73a2a573749120424145753c2a150"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-d-link_dgs-1210-10p-squashfs-sysupgrade.bin"; + sha256 = "2b6198b0f72a6756aaa29ac8c265b4e30d7829d35fbb4cc0a8964b1bc106964e"; + sha256_unsigned = "c1de201ee9bed1a05ef75f513241c3de9134b5db1bd1e44c776b404c25f735ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-10p" + ]; + titles = [ + { + model = "DGS-1210-10P"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-16 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-d-link_dgs-1210-16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-d-link_dgs-1210-16-squashfs-sysupgrade.bin"; + sha256 = "a58483a6962cf7a528b5d49ce84eae302a47d018e20a0af80d5603f9d6604058"; + sha256_unsigned = "a3d703106f7882acfbdf67fbeae387f8e8e8480b7306dfbfd42ae2e585bd71aa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-d-link_dgs-1210-16-initramfs-kernel.bin"; + sha256 = "4b5206182ca61d0463722dd34cb7af07e6ddf373b8ae45346740be42db124a15"; + sha256_unsigned = "4b5206182ca61d0463722dd34cb7af07e6ddf373b8ae45346740be42db124a15"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-d-link_dgs-1210-16-squashfs-factory_image1.bin"; + sha256 = "dcefef4901a7da99c5f6f9694768f6e6674ee6bdfba4ded4df82cabab5b8e7ad"; + sha256_unsigned = "dcefef4901a7da99c5f6f9694768f6e6674ee6bdfba4ded4df82cabab5b8e7ad"; + type = "factory_image1"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-16" + ]; + titles = [ + { + model = "DGS-1210-16"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-28 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-d-link_dgs-1210-28"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-d-link_dgs-1210-28-squashfs-factory_image1.bin"; + sha256 = "e3486197c487215cb674b6b05f01d1b3e7e27b15c76562900dfd06a37c509ede"; + sha256_unsigned = "e3486197c487215cb674b6b05f01d1b3e7e27b15c76562900dfd06a37c509ede"; + type = "factory_image1"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-d-link_dgs-1210-28-initramfs-kernel.bin"; + sha256 = "a6d8d0039ac0b80e42ef23a098a44715a79673bb5023b071b24fc6e5609a23ab"; + sha256_unsigned = "a6d8d0039ac0b80e42ef23a098a44715a79673bb5023b071b24fc6e5609a23ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-d-link_dgs-1210-28-squashfs-sysupgrade.bin"; + sha256 = "54c011a7e42f9b929ee27066632d871e742b1edabb37e38be27cce29a2a39941"; + sha256_unsigned = "02a45239965e61f0a05e07968d7df28d4ac02bcdd65ec7c4a9d27d5fefe8f902"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-28" + ]; + titles = [ + { + model = "DGS-1210-28"; + vendor = "D-Link"; + } + ]; + }; + inaba_aml2-17gp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-inaba_aml2-17gp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-inaba_aml2-17gp-initramfs-kernel.bin"; + sha256 = "95c8a12fa78aa43c3790ae7c9c90b05b5825a1bdac7bdb2462f34921e88ccaae"; + sha256_unsigned = "95c8a12fa78aa43c3790ae7c9c90b05b5825a1bdac7bdb2462f34921e88ccaae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-inaba_aml2-17gp-squashfs-sysupgrade.bin"; + sha256 = "f5ef42d4119842ec6a5398b2780194bbf1e71cc7492230884805aab444b019cd"; + sha256_unsigned = "03c2d99c7e3fa85f27cde37fac4eef355e8263b7019ee819e263f07a9ece50d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "inaba,aml2-17gp" + ]; + titles = [ + { + model = "Abaniact AML2-17GP"; + vendor = "INABA"; + } + ]; + }; + iodata_bsh-g24mb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-iodata_bsh-g24mb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-iodata_bsh-g24mb-initramfs-kernel.bin"; + sha256 = "a05b3ab597ac62ff1f3b91b1158568106f99240e8ab9e0c2a2abbbc96cc96fad"; + sha256_unsigned = "a05b3ab597ac62ff1f3b91b1158568106f99240e8ab9e0c2a2abbbc96cc96fad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-iodata_bsh-g24mb-squashfs-sysupgrade.bin"; + sha256 = "8ee969c1ee39ba29a22565ffbea3e9d16f2a088de1d156045c8973dd655ea12e"; + sha256_unsigned = "41fedd5d7f9e03e2a7d93c2bb342ce974a7061061e1855ef49fe67b28e54e876"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,bsh-g24mb" + ]; + titles = [ + { + model = "BSH-G24MB"; + vendor = "I-O DATA"; + } + ]; + }; + netgear_gs108t-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-netgear_gs108t-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-netgear_gs108t-v3-squashfs-sysupgrade.bin"; + sha256 = "e1b9d3bbff9cef56655b04af7d5acb68bad84cbaf22e95d769a622f4933d0539"; + sha256_unsigned = "8e94849d7a1f625a6c9f874509c541ecea0fffe5421e209901c01cc12bc82b22"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-netgear_gs108t-v3-initramfs-kernel.bin"; + sha256 = "b6230717e275312953b710b44e49ac5d75e78664508df840d4f71a9ae8a27de5"; + sha256_unsigned = "b6230717e275312953b710b44e49ac5d75e78664508df840d4f71a9ae8a27de5"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs108t-v3" + ]; + titles = [ + { + model = "GS108T"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs110tpp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-netgear_gs110tpp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-netgear_gs110tpp-v1-squashfs-sysupgrade.bin"; + sha256 = "18d0e00a0691f9343f8d93f72db2302446f25a9c9e62dcfa5ef2812fa09fba4f"; + sha256_unsigned = "95cdb214797c9e8b7864caf8ded81797ba605997e813660ea90bcab7ca403a1b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-netgear_gs110tpp-v1-initramfs-kernel.bin"; + sha256 = "46f01715ffaf0d770af602207954e9d16d3d80a2454ee8812904e2850411ccf3"; + sha256_unsigned = "46f01715ffaf0d770af602207954e9d16d3d80a2454ee8812904e2850411ccf3"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs110tpp-v1" + ]; + titles = [ + { + model = "GS110TPP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs308t-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-netgear_gs308t-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-netgear_gs308t-v1-initramfs-kernel.bin"; + sha256 = "cdbce97d60928acec1d54e8dfa6407e1b873526fea1057e044ba51683933f542"; + sha256_unsigned = "cdbce97d60928acec1d54e8dfa6407e1b873526fea1057e044ba51683933f542"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-netgear_gs308t-v1-squashfs-sysupgrade.bin"; + sha256 = "486714dc464081c5c5e12963e3c650e83636889b7f30b45514e978104b311af3"; + sha256_unsigned = "14bd3691a9d344410b1afbb765bdf7d8823babd7b49740213902938cade1528d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs308t-v1" + ]; + titles = [ + { + model = "GS308T"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs310tp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-netgear_gs310tp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-netgear_gs310tp-v1-initramfs-kernel.bin"; + sha256 = "d358e87b894eed23505764b2143c82aeb8b5d741442880abf91ad9f66bac5da9"; + sha256_unsigned = "d358e87b894eed23505764b2143c82aeb8b5d741442880abf91ad9f66bac5da9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-netgear_gs310tp-v1-squashfs-sysupgrade.bin"; + sha256 = "c0bf0a07e7df6cf21f6d9a73b84d4005f44265710ba646ad60ffd8e7f804623a"; + sha256_unsigned = "c28d70bbc8837750261d81d0596e8d824cd30be0d354ce6de1d2b8768b4fcb37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs310tp-v1" + ]; + titles = [ + { + model = "GS310TP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + panasonic_m8eg-pn28080k = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-panasonic_m8eg-pn28080k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-panasonic_m8eg-pn28080k-squashfs-sysupgrade.bin"; + sha256 = "1d1e7bf9ce44190eb6d159dd6b98e54908727f8519cfad93c07f77eb92d5e91f"; + sha256_unsigned = "861e2aee88e160e5bbe3bedf59f553260e593aae66f13b83ee3aa49fcd816970"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-panasonic_m8eg-pn28080k-initramfs-kernel.bin"; + sha256 = "be8829536e740395d16a2635b8abfa4441db76f78ead7e67c7de625f64dfdbf2"; + sha256_unsigned = "be8829536e740395d16a2635b8abfa4441db76f78ead7e67c7de625f64dfdbf2"; + type = "kernel"; + } + ]; + supported_devices = [ + "panasonic,m8eg-pn28080k" + ]; + titles = [ + { + model = "Switch-M8eG"; + variant = "PN28080K"; + vendor = "Panasonic"; + } + ]; + }; + zyxel_gs1900-10hp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-10hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-10hp-squashfs-sysupgrade.bin"; + sha256 = "604dc90cea4a8b77986e528cb8b658ddd4ddd4a6ff3f58f943d2d408057b07b0"; + sha256_unsigned = "b11f72ba8218b7f3aeb00e31f01692fbc549e841b8b686b17b0a33c887ca49d8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-10hp-initramfs-kernel.bin"; + sha256 = "1d4e8317f16f055d93f6eb4a6e70fc0cc8b347bc483a437f916d5a3f5a597e09"; + sha256_unsigned = "1d4e8317f16f055d93f6eb4a6e70fc0cc8b347bc483a437f916d5a3f5a597e09"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-10hp" + ]; + titles = [ + { + model = "GS1900-10HP"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-16 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-16-initramfs-kernel.bin"; + sha256 = "44f14ee6092d0fbbc4fc6dafa418d3fd1af0cda2121c216d4b9b228498865106"; + sha256_unsigned = "44f14ee6092d0fbbc4fc6dafa418d3fd1af0cda2121c216d4b9b228498865106"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-16-squashfs-sysupgrade.bin"; + sha256 = "b045614adf335de7f2ce67d429a621efd3ef9eb8b280d3a7d3680026b9b940cb"; + sha256_unsigned = "fb922f286fd26b1b8d123d4849c53bfc18c9f3bc2842b99842eb6cee7af2548b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-16" + ]; + titles = [ + { + model = "GS1900-16"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-24-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-24-v1-initramfs-kernel.bin"; + sha256 = "df305594eaa4f12e66c9d88541a6c152c663944bd0402b62e95153c1ad73f0ec"; + sha256_unsigned = "df305594eaa4f12e66c9d88541a6c152c663944bd0402b62e95153c1ad73f0ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-24-v1-squashfs-sysupgrade.bin"; + sha256 = "24f089675f39c4018ad5e1b636dbbaabec9cd7ecd25376f0373c44c273f5c50c"; + sha256_unsigned = "b3e9f5d6665d9cd118f33b11315d0cd291db70b311dedd3fedcaf9f6b57c4d3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24-v1" + ]; + titles = [ + { + model = "GS1900-24"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24e = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-24e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-24e-initramfs-kernel.bin"; + sha256 = "86cdb29a0c6f81074e018ae61b7ec738c76b807de6641d83150ba8a0e41e2ab1"; + sha256_unsigned = "86cdb29a0c6f81074e018ae61b7ec738c76b807de6641d83150ba8a0e41e2ab1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-24e-squashfs-sysupgrade.bin"; + sha256 = "976462ec8c37ba720ba03caa293a5813e9eab2c341ef3ba6e7ae6d67cfee5566"; + sha256_unsigned = "e4c372e57cdc79c0e96894837761237e6addcf2963a03e6a540b0dd6a4c01cde"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24e" + ]; + titles = [ + { + model = "GS1900-24E"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24hp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-24hp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-24hp-v1-squashfs-sysupgrade.bin"; + sha256 = "be13ff0df91a2641151f8fb151f49adf2a86abff23f1daa1e33325b72d2c172b"; + sha256_unsigned = "1f1806984423c935f2bff3d734297e916520811d186632a5b14c93a2d0208293"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-24hp-v1-initramfs-kernel.bin"; + sha256 = "3d66232c781207d9140ce5f7177029c51c7af5d5136f186a46b53aa13322365f"; + sha256_unsigned = "3d66232c781207d9140ce5f7177029c51c7af5d5136f186a46b53aa13322365f"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24hp-v1" + ]; + titles = [ + { + model = "GS1900-24HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24hp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-24hp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-24hp-v2-initramfs-kernel.bin"; + sha256 = "1988524995d04dd1e326844d87375ff103cfe2ea760bff794b7172dae4f7ab08"; + sha256_unsigned = "1988524995d04dd1e326844d87375ff103cfe2ea760bff794b7172dae4f7ab08"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-24hp-v2-squashfs-sysupgrade.bin"; + sha256 = "3c80e86fe37cf815cae09727ac63fe12e11523409e27d3dbc6a1daddb32ef954"; + sha256_unsigned = "4407fda9ce536471d84d1bd2c4d268fb1fbbef7969d474f13834841eb76f790d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24hp-v2" + ]; + titles = [ + { + model = "GS1900-24HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-8-initramfs-kernel.bin"; + sha256 = "7c19aa76dcf59806e5cc2306b44ca1f4522127f28f5014f3a4fd3d3f7f5ae395"; + sha256_unsigned = "7c19aa76dcf59806e5cc2306b44ca1f4522127f28f5014f3a4fd3d3f7f5ae395"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-8-squashfs-sysupgrade.bin"; + sha256 = "aaae13c80ecfd1071844011dfd6082999ba383063378584fd73c52620d5d4b65"; + sha256_unsigned = "5f07f7ff214aa736fb3c9d2c275694b4cbd2abf0bfa78b7781d4ba014ff521b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8" + ]; + titles = [ + { + model = "GS1900-8"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-8hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-8hp-v1-initramfs-kernel.bin"; + sha256 = "018b59a55ed065ff9f291a7d6267cfdfd0af307c52349c2e41fc3a3959e34d1e"; + sha256_unsigned = "018b59a55ed065ff9f291a7d6267cfdfd0af307c52349c2e41fc3a3959e34d1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-8hp-v1-squashfs-sysupgrade.bin"; + sha256 = "c403901a4d3ed45674beebd750efce0baeb5b896b6b725d4083b877564d5d2d7"; + sha256_unsigned = "704e99501a6806de9cde17c22127b0a1cf61adb34ddd2ecfc5c2938238791195"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v1" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v2 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-8hp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-8hp-v2-initramfs-kernel.bin"; + sha256 = "a7e4efd2e16efca663f69d2beb8237d68372de853a99dae310858c63e9af3559"; + sha256_unsigned = "a7e4efd2e16efca663f69d2beb8237d68372de853a99dae310858c63e9af3559"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl838x-zyxel_gs1900-8hp-v2-squashfs-sysupgrade.bin"; + sha256 = "a5152991e0e1ec523c1d2750f132f1e13bff50d51d91f79a4ea9978a63e90d71"; + sha256_unsigned = "2a828a02f063c574996553e0debe5260c17ed013015900a53d33072d26cb95ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v2" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "realtek/rtl838x"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + rtl839x = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + zyxel_gs1900-48 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl839x-zyxel_gs1900-48"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl839x-zyxel_gs1900-48-squashfs-sysupgrade.bin"; + sha256 = "24bbb01a079ba0fa7253649bcdb697a5a1f811a51a9d3f1297b96a6a14f1836d"; + sha256_unsigned = "ee87563c71beab508117cc3b4efb3d76cefff6e036166899eac443b6fbff21a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl839x-zyxel_gs1900-48-initramfs-kernel.bin"; + sha256 = "64cbe624a1087a8d635268a6211a9d922199d6e1709be970af0377085eddd61b"; + sha256_unsigned = "64cbe624a1087a8d635268a6211a9d922199d6e1709be970af0377085eddd61b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-48" + ]; + titles = [ + { + model = "GS1900-48"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "realtek/rtl839x"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + rtl930x = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + zyxel_xgs1250-12 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-realtek-rtl930x-zyxel_xgs1250-12"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.0-realtek-rtl930x-zyxel_xgs1250-12-initramfs-kernel.bin"; + sha256 = "5e6c568bb46b59574fe5517f19b4345bcc6d971676d58d7bdd7670ce80e97d96"; + sha256_unsigned = "5e6c568bb46b59574fe5517f19b4345bcc6d971676d58d7bdd7670ce80e97d96"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-realtek-rtl930x-zyxel_xgs1250-12-squashfs-sysupgrade.bin"; + sha256 = "ca887522e32ea8edcce5ea7ef403b60eeda34b94bf59e9d02764f730861f02e5"; + sha256_unsigned = "f7eb667ef2cbb40cf2683a48d5277fbab2d0091f8791340c08fe019ddefff849"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,xgs1250-12" + ]; + titles = [ + { + model = "XGS1250-12"; + vendor = "Zyxel"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "realtek/rtl930x"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + rockchip = { + armv8 = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-r2s = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.0-rockchip-armv8-friendlyarm_nanopi-r2s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-rockchip-armv8-friendlyarm_nanopi-r2s-squashfs-sysupgrade.img.gz"; + sha256 = "353dbdce0a9283f153332520d20748dce5cf7a6e519af7aaefa488fc694a86bc"; + sha256_unsigned = "9741650e23491a23f353ed4c214d680991b0bd368d6e4607ab4b44374a271877"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-rockchip-armv8-friendlyarm_nanopi-r2s-ext4-sysupgrade.img.gz"; + sha256 = "641669c2d888fc9cc6e54889ac8199337af556db0df6aafc9153983b8710160c"; + sha256_unsigned = "05cfc00dad1d7146d2fa3da6a9e1b47fb8f85075bcaad981a750e241fcc92dc8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r2s" + ]; + titles = [ + { + model = "NanoPi R2S"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r4s = { + device_packages = [ + "kmod-r8169" + ]; + image_prefix = "openwrt-22.03.0-rockchip-armv8-friendlyarm_nanopi-r4s"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-rockchip-armv8-friendlyarm_nanopi-r4s-ext4-sysupgrade.img.gz"; + sha256 = "74b5377e0a761f98d1f4bae9a66c66147304bb261dd9ff4b86fa616dbb98bb33"; + sha256_unsigned = "c29c73c7e9100f03931fe2b6d8dc07b07c24f2a0bdfccb57ffb2c920630446bf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-rockchip-armv8-friendlyarm_nanopi-r4s-squashfs-sysupgrade.img.gz"; + sha256 = "bfa563e3968fda7efe87ab806cf1f6ee7dcce01d14d5624056f1b52c17c540eb"; + sha256_unsigned = "90c84aa7b480228cb5579aaba68dbfac28a9906e14fc41ae9f9a805ae542fd17"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r4s" + ]; + titles = [ + { + model = "NanoPi R4S"; + variant = "4GB LPDDR4"; + vendor = "FriendlyARM"; + } + ]; + }; + pine64_rockpro64 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-rockchip-armv8-pine64_rockpro64"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-rockchip-armv8-pine64_rockpro64-squashfs-sysupgrade.img.gz"; + sha256 = "986083ebb39c9194c22bf78c3a863ed5ed4f156794951002503cb56521fcac6a"; + sha256_unsigned = "350c5b49f72bde9d80876bdd6a80b1a08dec0adc351189d22810945b88a2c94b"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-rockchip-armv8-pine64_rockpro64-ext4-sysupgrade.img.gz"; + sha256 = "db98a507c34b31aef3e9c54914f20be36c16f023a60ac70ed30e01215bb98e18"; + sha256_unsigned = "c8389a33924e7cca862beec5dda51e40330a267d2870565301d6b6e43ae2641f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pine64,rockpro64" + ]; + titles = [ + { + model = "RockPro64"; + vendor = "Pine64"; + } + ]; + }; + radxa_rock-pi-4a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-rockchip-armv8-radxa_rock-pi-4a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-rockchip-armv8-radxa_rock-pi-4a-squashfs-sysupgrade.img.gz"; + sha256 = "5b542afa319456ea713046a66cde23556d9d7e7e277c0b86862964b9eb3886f9"; + sha256_unsigned = "d1ec77b2ab3de3421f9c8ab5885456c9a4b19d00e47edd6480efc763609c6925"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-rockchip-armv8-radxa_rock-pi-4a-ext4-sysupgrade.img.gz"; + sha256 = "ef7bf288e32b1c2419f6c665faf0f7ff9ebc54846657bca0100bef1810f7ae9d"; + sha256_unsigned = "5a7e26c7f954ddc749222f975407580d11efcb9a052cd65f7cc1c3b32fd8d179"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "radxa,rockpi4a" + "radxa,rockpi4" + ]; + titles = [ + { + model = "ROCK Pi 4A"; + vendor = "Radxa"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "rockchip/armv8"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "df89c211d005b2a01bfda9a55e9498fc866ec2a79ba289e1a979cf109c5d3a40"; + sha256_unsigned = "25f6c88c80532950ce64c43968f09a2c55de3b29b9ce977de9c70a6c1891ad54"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "7a1982536fdad2197b835e2ff77e04e451601306f727e15e7465657dad23e8e2"; + sha256_unsigned = "ad0aa77e0aa03de0f8d71fde3a23069bbf7f07501effaec9fadfadd411938440"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + model = "NanoPi NEO Plus2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa53-friendlyarm_nanopi-neo2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa53-friendlyarm_nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "175d9cd043c786b05374446907e55f29c9eb9835a4d1a7057173adb4ac7f4b3b"; + sha256_unsigned = "5bb47376d77aee452c86f724df790362a2e3276f1cbc1fe05d987f4202fe1188"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa53-friendlyarm_nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "e3743326cb9fc6b315bc501a358877c6d8529a0726f076559dd1b1e05e4ea3db"; + sha256_unsigned = "3f4220642700c372ddd12294ac9f8f1b750ce72d14bab1fd8ec15440e1101c9f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + model = "NanoPi NEO2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1s-h5 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5-squashfs-sdcard.img.gz"; + sha256 = "12741364212a27ecca55e340cdde2a8d76bb0d3bb9d9d8a69007885f5f7c4673"; + sha256_unsigned = "b2b09fe405344ea2d07624ebb9bcadd0efa1ee78ea17033ce94a489a78f542b1"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5-ext4-sdcard.img.gz"; + sha256 = "4bea31bb0b349c81ee3d06c82f93af8271d10ae84156fb0006eb8be69f93f837"; + sha256_unsigned = "cb4b165d4aa1556001058ccb8fcb6973c6a3d7699f53fbfdc0319a7c3023136c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-r1s-h5" + ]; + titles = [ + { + model = "Nanopi R1S H5"; + vendor = "FriendlyARM"; + } + ]; + }; + libretech_all-h3-cc-h5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa53-libretech_all-h3-cc-h5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa53-libretech_all-h3-cc-h5-squashfs-sdcard.img.gz"; + sha256 = "dac3b2c99963ceb9a40c66d7e6891760fdc75df346dcf0451a48a49a17e491ee"; + sha256_unsigned = "c419f2246c92e90ed1a2bc0e32b26a865561b5e3ff0ad1157707f645f8ce6844"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa53-libretech_all-h3-cc-h5-ext4-sdcard.img.gz"; + sha256 = "82daf435035b3d419db527f0e9a00b7d3da4d440b3541003a663e87d1cdcc076"; + sha256_unsigned = "9f6dd980aa562925ac48a3ea0113e78ea5f70756a0412c2de99e9dbfce85cb83"; + type = "sdcard"; + } + ]; + supported_devices = [ + "libretech,all-h3-cc-h5" + ]; + titles = [ + { + model = "ALL-H3-CC"; + variant = "H5"; + vendor = "Libre Computer"; + } + ]; + }; + olimex_a64-olinuxino = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa53-olimex_a64-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa53-olimex_a64-olinuxino-ext4-sdcard.img.gz"; + sha256 = "4a22cae23aacfffa064053c38c7a606747e30b6910100b5d6a4407a8c982dfe0"; + sha256_unsigned = "7cecd9477461ce34b09141ceb54c0738443fa04f8a61fbff6fadb780e8bfff32"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa53-olimex_a64-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "dd024423138a8cf6a1eb496b32b46ba43571f2dc6d6f5aa1c9577e8eabf5ca3b"; + sha256_unsigned = "58475afcccdedf1e1acbbe1adc812d26379f2b543ff7039ca3af90319eec8ae8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino" + ]; + titles = [ + { + model = "A64-Olinuxino"; + vendor = "Olimex"; + } + ]; + }; + olimex_a64-olinuxino-emmc = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa53-olimex_a64-olinuxino-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa53-olimex_a64-olinuxino-emmc-squashfs-sdcard.img.gz"; + sha256 = "db10d532fd581a010014caa0b8905cea3da5f3123385f4bc76faed4b6a182999"; + sha256_unsigned = "c240353f995a71c88c8a42b3b9636d0cda192083b431bed228dbe2a360b54a8a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa53-olimex_a64-olinuxino-emmc-ext4-sdcard.img.gz"; + sha256 = "1b60272a7f4971fdda42fd9eb7917ce0f228cbaed1b5509836ed3c86e0ccc154"; + sha256_unsigned = "cafedca90b26b837406e67ab9ffedfd958ea8a9d4048e0f9d4aa479c23184978"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino-emmc" + ]; + titles = [ + { + model = "A64-Olinuxino"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + pine64_pine64-plus = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa53-pine64_pine64-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa53-pine64_pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "f00a5293785ffdbe610a91e1913c669dbea0b62d9ebc6d5c2037bb7cc0ac7be2"; + sha256_unsigned = "ae93b9577f795eb3be9577805dd9de2c6030f0c5fab0d4995054f54eee7bbbd1"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa53-pine64_pine64-plus-ext4-sdcard.img.gz"; + sha256 = "57c5ea9fcfdbf67a7edd178c91a2ce70e5382c6d43d062d5e0f2a37bc9a5b599"; + sha256_unsigned = "2163d2b0b4ce76cad1a6a7e6b8d756f5e7e9f3ec35365e0849bc8d76ddb0d58b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + model = "Pine64+"; + vendor = "Pine64"; + } + ]; + }; + pine64_sopine-baseboard = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa53-pine64_sopine-baseboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa53-pine64_sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "3ffca10bccfd53591aadb114a522a6b67f2d9bd587543843ffead8df0e2adee4"; + sha256_unsigned = "347c5db13a15b95b0b06b2d5409f472f0ddba8f693f13df97e94524c5177de3d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa53-pine64_sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "f92800ddac7178dbcd94378215804a9150dd170f6b856a909904c54437438c1f"; + sha256_unsigned = "383387068c8948c253e194a55ac5f047820293ccb62bfc2918610615e3b2e303"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + model = "SoPine"; + vendor = "Pine64"; + } + ]; + }; + xunlong_orangepi-one-plus = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa53-xunlong_orangepi-one-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa53-xunlong_orangepi-one-plus-ext4-sdcard.img.gz"; + sha256 = "c20e1a1420834153d95b853eec6681dce3dec009602ac6dbab12d8167e630d9e"; + sha256_unsigned = "4d55de52976af6f60d344d1fe43143412ff9580a7a0bf431b7c687586b9f26e7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa53-xunlong_orangepi-one-plus-squashfs-sdcard.img.gz"; + sha256 = "7cbc1fbe48ae2f87e95515a807862f21ca8a99305b642a201d27af408f5cfb7a"; + sha256_unsigned = "c0120f84338037ac3d8cd04f8a3b73a4ae02a5e4852968bc4c942b91a7b493a7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one-plus" + ]; + titles = [ + { + model = "Orange Pi One Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa53-xunlong_orangepi-pc2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa53-xunlong_orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "bff24a76d49c8bf4085467de8d9247f4d44e18fc6fe60e812cc835640b8e1a57"; + sha256_unsigned = "a89797701eefc600e4df31057272be9b0a1573f3e7d441db804a2274a1c83ce5"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa53-xunlong_orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "d483e4b2c70a0469dc08f5b91b50fc212fc11f1e6fe7d27f8f409ff60577a8d3"; + sha256_unsigned = "95958be1e9b003620570097511d9da3e84d6d0f356c85531148334784af2a4e8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + model = "Orange Pi PC 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa53-xunlong_orangepi-zero-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa53-xunlong_orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "90187de31c8c37731bacf1835612425e73d387ea232638fd76067b732c1a161b"; + sha256_unsigned = "e730490abb89f8a991bb6af34b774bd33b30bda61fd23f3c08cb177130363ea8"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa53-xunlong_orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "073165120b2c36889604ab40d56678f461af48cbb6f35e33811edf17f69d511b"; + sha256_unsigned = "57d49c10267b130cc056bf3d13c9eb29adbebab4ec01bc6241d068fe1e8dff79"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + model = "Orange Pi Zero Plus"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "sunxi/cortexa53"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_cubieboard2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-cubietech_cubieboard2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-cubietech_cubieboard2-ext4-sdcard.img.gz"; + sha256 = "39bbb0ff0e6455b80950926b70b29d37d08c997d488c3e71c0ad0bc75bba5266"; + sha256_unsigned = "fb1c69047afd9d0753537a33fc57c642606f5fcc254f5329736cbff6f1669189"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-cubietech_cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "444b4150d3a7cf695601d201abfb6f018698285ed02ff1f87349fb11eb8f4f7c"; + sha256_unsigned = "5028807bfdcbdbad59249a44c0177a293127c1f51fa73c7743fc324bcbb936db"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + model = "Cubieboard2"; + vendor = "Cubietech"; + } + ]; + }; + cubietech_cubietruck = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-cubietech_cubietruck"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-cubietech_cubietruck-ext4-sdcard.img.gz"; + sha256 = "6c08b866ce5f6bea2b4b2a5f20dcad875e3cfe08e5db94620d849d38d53acfbe"; + sha256_unsigned = "4f76a264295248d0039e2614ad06698501d4927067cd3abfcbc4574e691317b5"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-cubietech_cubietruck-squashfs-sdcard.img.gz"; + sha256 = "e3117a1509c971962ed261564983f837327ca1a199062718edb0a62a7ca7fa49"; + sha256_unsigned = "ef7a0b0c5dee8f866e6fe76b45a3b5b8ab36a11dececb12780f5aa97d5cce48f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + model = "Cubietruck"; + vendor = "Cubietech"; + } + ]; + }; + friendlyarm_nanopi-m1-plus = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-friendlyarm_nanopi-m1-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "a4244dc476187eb6cd22394d756c9d079110f1b5a7b86c695091c348e52af872"; + sha256_unsigned = "372f92b713149ef079573729e62cead2164d1f23e273297341157d8c7a9f76d7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "db842350dfe0a83c697013acede6bfba7bd9b03f8333109d671c44627f90693a"; + sha256_unsigned = "8b3c91f9b5db274ea2ad9a7d4aaaace33778e2ef32a1d584da5537e697053a68"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + model = "NanoPi M1 Plus"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-friendlyarm_nanopi-neo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-friendlyarm_nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "e0ec946e3e04f7bdbca315b08658da559ef701b2d96fa6f4bedc54693c387464"; + sha256_unsigned = "353206baa7fd8e9e9eeacdba4469b6ec1b24ea67ecd4d0dc18a703038e55080f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-friendlyarm_nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "51d589d374d96801728468e535a875b17f662cb3df50b9b76573660e35724160"; + sha256_unsigned = "4de10bc475841da941ae1afa3f2deaa56ad328110402690ef1055d5c29c780e9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + model = "NanoPi NEO"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo-air = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-friendlyarm_nanopi-neo-air"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-friendlyarm_nanopi-neo-air-ext4-sdcard.img.gz"; + sha256 = "407afd307f9b82218bfbd88f2c7b35ad5c81c82adc25035e7ff8fd1e4dab4603"; + sha256_unsigned = "247f7ad2333d106de2e2853ce6352a46caac3927b9b3833dab39555f872d650f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-friendlyarm_nanopi-neo-air-squashfs-sdcard.img.gz"; + sha256 = "a5521a34cb339e5ce9a8b7da357dc268db970908dcebb0702ceb909b85667f08"; + sha256_unsigned = "259c5f7244db122a25a3ecfb2b666dbc061258934c4f783d6f2c18ebc06f45e7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo-air" + ]; + titles = [ + { + model = "NanoPi NEO Air"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1 = { + device_packages = [ + "kmod-usb-net-rtl8152" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-friendlyarm_nanopi-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-friendlyarm_nanopi-r1-squashfs-sdcard.img.gz"; + sha256 = "77bea06c84236de9f91ac48ddb35b160d2390142cd5e783c4b74f8e3a3fed2d7"; + sha256_unsigned = "cd6c558cefd3aad4900af0ca3eaa6735f0ba614fce2256faa98d1cef3c50d6ec"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-friendlyarm_nanopi-r1-ext4-sdcard.img.gz"; + sha256 = "fd9b56c18e6c4112629239122066584e7fabb540cb7f4909c0ee9969a462ce91"; + sha256_unsigned = "f3dc59021198318f5f04314bca07465c3bf817e34217bc7a8c6b17d8b00a53a9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r1" + ]; + titles = [ + { + model = "NanoPi R1"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_zeropi = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-friendlyarm_zeropi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-friendlyarm_zeropi-squashfs-sdcard.img.gz"; + sha256 = "3537a7f09976da665eb6fde7d5c353ebcd9aa1b1183cb5a391591193fee1d2e6"; + sha256_unsigned = "36ef5a52c8ac67da469af22a355c5d5daa01ef835f1766f93a52af8e7b29f81a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-friendlyarm_zeropi-ext4-sdcard.img.gz"; + sha256 = "8af9f4062b555475746ee4976f1fef1700db907d7dfe6e55aaccc384b4c3c191"; + sha256_unsigned = "4d48de70b63c98e51e3db9ba7d0735b94bd7a14ee95e7f78d3719c5a6e34e42d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,zeropi" + ]; + titles = [ + { + model = "ZeroPi"; + vendor = "FriendlyARM"; + } + ]; + }; + lamobo_lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-lamobo_lamobo-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-lamobo_lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "7a272b53c72f6a1de5ce61b18608e9b14af2e9b88d10909d52ab6036dc8ff059"; + sha256_unsigned = "d4d88f2c1d66cfd6fa39334ec682fcfbba9cd3943a3a13793bc05aff67247253"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-lamobo_lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "af0c8bd7f379ab9fce5431e486eb8edcd54d9559c6630b623ba6f4931b2f6b16"; + sha256_unsigned = "1116eb70b12f6d01995722cd3341a195dda99f893968c1037c6ef964642ab94e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + model = "Lamobo R1"; + vendor = "Lamobo"; + } + { + model = "BPi-R1"; + vendor = "Bananapi"; + } + ]; + }; + lemaker_bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-lemaker_bananapi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-lemaker_bananapi-squashfs-sdcard.img.gz"; + sha256 = "f14dca53172204632841c9e601e748801e510002d141f7dab716b3e775fa141f"; + sha256_unsigned = "ea244de053be949c3b9e17d3ef53e5236ab880885df7a18f4674a56ddbc985f0"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-lemaker_bananapi-ext4-sdcard.img.gz"; + sha256 = "b8fc4dee18e3ba1d69c3e4bce7aca79e99dc7d923dea12c79d219bb49d7eff6c"; + sha256_unsigned = "3f1793f319bcedf0373e625878df80570ee04700bfd7b73eced3a7478a04b247"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + model = "Banana Pi"; + vendor = "LeMaker"; + } + ]; + }; + lemaker_bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-lemaker_bananapro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-lemaker_bananapro-squashfs-sdcard.img.gz"; + sha256 = "b2b64b48a72192549d3d61e779837f3d6cb89134a4fe4e9df7fa5fddd3cb090a"; + sha256_unsigned = "d6e9d71963a3ce8bf30842521120abbc4e206b0381fb76026d051b6aa9c94b40"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-lemaker_bananapro-ext4-sdcard.img.gz"; + sha256 = "477d58f1e8ca95efa9005206d2a2d6bf0fe9fa78ace5a211fccfb8725b321d97"; + sha256_unsigned = "64a1d7c2f0246afe990ad317ef9a73b29da0a0227bf6e5bba0cfe90673afb210"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + model = "Banana Pro"; + vendor = "LeMaker"; + } + ]; + }; + linksprite_pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-linksprite_pcduino3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-linksprite_pcduino3-ext4-sdcard.img.gz"; + sha256 = "6c96841198be2bc3f824f7ea4ffee2e843b53715775571f8b1c3a0cc36b06912"; + sha256_unsigned = "88772524eb28d45ea5380f1aee711bc1872476317b41b7881bdbb4be9fdaf651"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-linksprite_pcduino3-squashfs-sdcard.img.gz"; + sha256 = "3c68bf306af6d55c0326902cb44aa4fbaf286fe019ad9d4e5069f79abcce0e16"; + sha256_unsigned = "2e0650aa95fcddc399ea86d579db52586071557293e9f0afcd4eeef7d0b2d82e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + model = "pcDuino3"; + vendor = "LinkSprite"; + } + ]; + }; + linksprite_pcduino3-nano = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-linksprite_pcduino3-nano"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-linksprite_pcduino3-nano-ext4-sdcard.img.gz"; + sha256 = "3522f564acf308f1f49197f383a76a6eabf64d151ff6b1cb27d3106f1a3cbf91"; + sha256_unsigned = "2214c5a6462b6bce1a8b8a6d975188a401ab24d721533ecc66d5b6b00ddbf592"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-linksprite_pcduino3-nano-squashfs-sdcard.img.gz"; + sha256 = "a0aed563e285581c757a852d2ea61ded74415c75d81f80b2aa359b287977c11c"; + sha256_unsigned = "4efe27da1f908610cfe6c346f8169d1c00424ea928f49d97112c0e8bd947a3dd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3-nano" + ]; + titles = [ + { + model = "pcDuino3 Nano"; + vendor = "LinkSprite"; + } + ]; + }; + mele_m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-mele_m9"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-mele_m9-ext4-sdcard.img.gz"; + sha256 = "86eb6ff8ef942dec1440fcefc1fa7fa62d01aa3eed00cde320fb7e6fcf61d9c6"; + sha256_unsigned = "055885b1077dc5bf52d14d4d3f82f55d750fdb287d9dcc99e129531888c6a3ae"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-mele_m9-squashfs-sdcard.img.gz"; + sha256 = "b788068a6a5b53a257fa230a3b46dbdc35794ca5e9ac1a1b4b96bb0112421499"; + sha256_unsigned = "05f5cda782fae26ddade7f5575c858206a72ff6b4df19d807da02962cb7c7296"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + model = "M9"; + vendor = "Mele"; + } + ]; + }; + olimex_a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-olimex_a20-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-olimex_a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "72c3ea7ebafa5d69436e3a22b2bc8eb8de21275850c50ee6e612477194a974ef"; + sha256_unsigned = "cd007e3f188db44aff094e9ac29d1cc15af3fdac4036f6726794960858595d16"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-olimex_a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "bcdbe5b57602b2c18845bf515e8f95e25020a6229121e6ac67b72d07fc6c47fc"; + sha256_unsigned = "90acede95c9f88b7555f866464d4ff1d9065d19b57b58707179554da03a0ab52"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "189ba54ae55e2f8623541e3534671aeedc62ff2fab21838c509820c20cf5da07"; + sha256_unsigned = "c25f4755cef611696c9b7b16826d2a2d2c0c2281879504a00f7d9231c8a4f184"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "dd21dc0a3e10e5579c28a5646ca74e328a92014f8f1b0c9dcaad11ca234107b1"; + sha256_unsigned = "b426ff12369ee251de7f765fed267824dc6475dc06a80600a58cafd2f4760565"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "3dcba523102e3b2705b29a5fc3c3b422f7ee45e68b565ffd661649d80b95fbdf"; + sha256_unsigned = "eeeef9ce4ba3d093eaafff10a7ea070377c290bf9976080375c4690f417b7d94"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "2981d20173e7acdfa3c94eb94fddfeed08482f3513b0b2e60873eda489bab19e"; + sha256_unsigned = "2e5a9778946a77d222e198b2a000638b70d3fbaa65344960e7af6bd44db38156"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-olimex_a20-olinuxino-micro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-olimex_a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "8a39305ac812bc9e53e14a46ad9039b32792e12e9dd4232976dfe226d27ae7c5"; + sha256_unsigned = "888fc9740fd7a22e1b4af48e2c247c81f1881d21ffe9b79a3d1874d42be0c411"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-olimex_a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "49570faf1ad690bb8a95b2e05c727144b3298d0c2cf4f173362f25bcedea76c3"; + sha256_unsigned = "e8a792529c11d110b96b12acae2c1a725f6e8a3d9944c05e40497904a857b6ab"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + model = "A20-OLinuXino-MICRO"; + vendor = "Olimex"; + } + ]; + }; + sinovoip_bananapi-m2-berry = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-sinovoip_bananapi-m2-berry"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-sinovoip_bananapi-m2-berry-ext4-sdcard.img.gz"; + sha256 = "1856c7f366aa4b0624ad27a4d80a82cb87a5712add22c74b348f332c711a4ecf"; + sha256_unsigned = "b9aae5d902c2d29e5c22962ac60cd3065e35beaf6ecf49398cf37200be217bda"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-sinovoip_bananapi-m2-berry-squashfs-sdcard.img.gz"; + sha256 = "23f06c6821c0a3c8234857841eb8745428727231b019445d4b184ef48c2882c7"; + sha256_unsigned = "d29fba35cc0d91e53e27bec3e7be20a43843d3d24475f17468e0d49529b83a0b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-berry" + ]; + titles = [ + { + model = "Banana Pi M2 Berry"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-plus = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-sinovoip_bananapi-m2-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-sinovoip_bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "c3bd5845d2d09ba0b2f18a2c53388688da1b13db88ebef511069dc651f2c0650"; + sha256_unsigned = "aee1c5e799b6c6e74c9f4347a8cd81d42b9c3dbdfde751df42b39082a3988979"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-sinovoip_bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "7ea2f778e879e8be92bcf693b39afebf80fa07bef9a0decf1f62e82bfe5c25bd"; + sha256_unsigned = "ccb2e8159fe923d9eea6c9f18bf219b96b1da6d411c70953f23024b8854688c4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + model = "Banana Pi M2+"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-ultra = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-sinovoip_bananapi-m2-ultra"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-squashfs-sdcard.img.gz"; + sha256 = "e3a6ae4a5ecc943dd41f18fb20197f50d6068382e323f830fec3345e7fabf6c4"; + sha256_unsigned = "63941d1ecc94a0873ffd84a5fb6a8cd85d06dfe539c183548fdb8091f2210c5f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-ext4-sdcard.img.gz"; + sha256 = "ba6d87da99f7f72afc14719f601accfc61b9c0a05b446491a212bc4181301541"; + sha256_unsigned = "3c00a859fdaf0e2aa249e8b697dda65fb8eb8636ec02f3e83b932624ef910569"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-ultra" + ]; + titles = [ + { + model = "Banana Pi M2 Ultra"; + vendor = "Sinovoip"; + } + ]; + }; + xunlong_orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "4a196303d8e6bd9b87eba3fdff88baf8a56590ae352d1df88f72022dd2bff0ea"; + sha256_unsigned = "19e12fd3f68ed25841da5e3bd232a403a95156d211750e8e1fa7ed7463e34d98"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-2-ext4-sdcard.img.gz"; + sha256 = "ab882f11037535f847f3197b3a423e7df2eee8cfcef20f31279ece2eb6052319"; + sha256_unsigned = "3a6b374c903ed40d3574021efa9fa35b51783ee58715681ed47331507e99bf95"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + model = "Orange Pi 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "81bd286f2e810c173baf077157921b28551a76144f2f03237072afb4b9404419"; + sha256_unsigned = "e6d259bf53ac72e6692f8a9795508cd9bb743b76712f14b1fd623251c43d46a1"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-one-ext4-sdcard.img.gz"; + sha256 = "a77323e428a6493dd81b6aba572817fd63972e754e1ad0ba2dd0fffb0664e8da"; + sha256_unsigned = "84501af48be85f58e3222d82a1628c4e48cd1c3f72cd4a695fc1de03da33f944"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + model = "Orange Pi One"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc = { + device_packages = [ + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-pc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "999d928df75fecd2bdcb9b85be6ad6b9ea001665e36b2c2360fc70245d108ce8"; + sha256_unsigned = "a8ad8416c9667939673c4f32cb47852052a27292a12b5aa96818ffe3e5209b22"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "fe52b3fbea362800c5382b3b5044a19b9eb2e184582fbe9bfe5ac120571018cd"; + sha256_unsigned = "6c6152346068616c71e9d5a6d3282c8a00a987b20489dbf40c5686d3920aa1f5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + model = "Orange Pi PC"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc-plus = { + device_packages = [ + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-pc-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "9c6c225863ee17e8c43d4849575dcace2c10630a6dc07d10beb0fd2b574274e1"; + sha256_unsigned = "6901b623a8e6be7719de30123b1a095e5626d40e9b3d3155efb206de662a0dda"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "ad232cfac869841cd29d690ff895791f8351ca93281428b108c18ecc67148a9c"; + sha256_unsigned = "5c4d412c917c313117a6dc5d57df74c2dfd72eb0747c6bc388b3d8474fae5c40"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + model = "Orange Pi PC Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "a9c45299a3088f704a02381909b660a62dcfb018f26514ca7dd73d11fac2b035"; + sha256_unsigned = "13deb75b315c02f1cb703f5aaa22919046c2a277abbf93cc4d2272922f021b00"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "f52600ca7120405ca227769813a561f61f87897295d419b31922cdc06e8e2d2e"; + sha256_unsigned = "567c95e1389b990982b8bf3e1c2e268d4f068dbbf64ce79c792aaaa7abdbc5bc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + model = "Orange Pi Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-r1 = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "d0eb46ca09e8888fbd7484a7ee590603b3fa3a476640f73781c9d56c20f39b2c"; + sha256_unsigned = "979ee196ac357b26420d7d91567e59567f4d99c43975b313684d97e0fd9b5de7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "87e0758fb9ed07cf9041634354201a703ceba8ffdc08ff9541b07b79654424ae"; + sha256_unsigned = "c0ea517e4c6b5b0db6a22bed103bda15dab365966c3841bf3bb6d626cf5c97e1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + model = "Orange Pi R1"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-zero"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "ec409ef9fd8910461ce0c5f3eec37c06c3bb559f6f9face44ed3dfa60a9f2db6"; + sha256_unsigned = "40be1b95f12c143cebd4a20211e0caabb3a27a1c25b32bfdef5486226335d758"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa7-xunlong_orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "e1555201a330b714e4220bc23be4e283b3e165b6be16e80cd8894d40a37bb766"; + sha256_unsigned = "2bd27505cf02ce2636723e9bdaca696b9559757b1060311e4c74da726030c613"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + model = "Orange Pi Zero"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "sunxi/cortexa7"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_a10-cubieboard = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa8-cubietech_a10-cubieboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa8-cubietech_a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "7cc792f768ff3085474aaff215774778e0bd84c30862c3b263bb2e44eaa5cf1c"; + sha256_unsigned = "509d32eaf4f2c84ab9f0ead99fc562bd140f4e1f3dbb18ae7e39900d4f787bd1"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "f494f80454f7d04165e76759dc17ef6ae1f87d4722bcaa2b729ce3832c046e7f"; + sha256_unsigned = "4b2f563ba22caa95a9b15d891fba87c89b266f147ec3ec1a11a5466b7733d297"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + model = "Cubieboard"; + vendor = "Cubietech"; + } + ]; + }; + linksprite_a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa8-linksprite_a10-pcduino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa8-linksprite_a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "9cb17f2a51fa3a9d19be88219f338c91c2b8daabda0424f3dc43395fdc698f4d"; + sha256_unsigned = "e6b571faad806a5bc6f3113737191e31c6c691db45225250de8c31e1f552caca"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa8-linksprite_a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "9872260f6ec8b4fbbbaee3258552e61e34020a59005c3c0593548c12768d7c38"; + sha256_unsigned = "daad81862b8c68da4b7eb08f45babc9625af37430cd6525fd58db261165c9c9d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + model = "pcDuino"; + vendor = "LinkSprite"; + } + ]; + }; + marsboard_a10-marsboard = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa8-marsboard_a10-marsboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa8-marsboard_a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "6a9ca2f678e0000a326e018e2f0a367c5febda011310daa484ed195aeb486a03"; + sha256_unsigned = "632d396dbf3fce6dea63226daf9e1b04b0055af9a6bd55dc471b8b150b84705c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa8-marsboard_a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "5cd7b3db9e03265b9d475001218ff8a6c3ad153b24e3d51218d13a45d1b56bca"; + sha256_unsigned = "9a8eacd678fb3977b4523cf220a07fbf9d1bb5755412836e8cdb1e0d64bc5fde"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + model = "MarsBoard A10"; + vendor = "HAOYU Electronics"; + } + ]; + }; + olimex_a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa8-olimex_a10-olinuxino-lime"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa8-olimex_a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "d237d86c62e8847f9e0eb3d778e94f24dcd62d44bf3c51f3315ff362ac63afd7"; + sha256_unsigned = "cc30ca7883c48bfff24da9ed54cfeec8d78ba4ab8c313f699990d090caab88d1"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa8-olimex_a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "7a4ecbe881d0c8c41eab579b4eba3cb4a77f3b067dacd64a01a59680887a3d8d"; + sha256_unsigned = "4cc324a4414aed50c1cf0d57615fb991f4df023f5db83f56fad1b823d7e41226"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + model = "A10-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa8-olimex_a13-olimex-som"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa8-olimex_a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "90f43d9c10a7d74abef534fea533472b215cd189083955ef19f7e7adb2b1fdb3"; + sha256_unsigned = "41d33c0bfdc6ab9cf6a6dac049ef5e6d6c11217477cdad917c0bed1f233f3f58"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa8-olimex_a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "7ce84c46a8146b724b0d7522371a62bb1dfbbef6a3b285de1579988d4ab28684"; + sha256_unsigned = "a638540aba145293b2b0df1836a2fa0604c34931084d7a05fc2a70b3cc6ef9c2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-SOM"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.0-sunxi-cortexa8-olimex_a13-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-sunxi-cortexa8-olimex_a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "211664db362cd5a2461b476b3ce2845171d26a214bd1636e7abc708c233e498d"; + sha256_unsigned = "7b31b5a206f364ccf2b1afa25b9725cd316ea03afe99a05379e0a77387ef2aa1"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-sunxi-cortexa8-olimex_a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "09d08c98fecbec2a347aaf0f917873cb7c8c132d2af29fbfdeeba72f00ab418e"; + sha256_unsigned = "f0521fe25b90e8ca4deee9d7d9d3d032d51abc4582b8490b36da0f83a179e7e1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-OLinuXino"; + vendor = "Olimex"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "sunxi/cortexa8"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.0-tegra-compulab_trimslice"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "26baa4545dc1e84ea6d5babde855cdf82294dc9f4de6a74b9ede8fe14a2cc57c"; + sha256_unsigned = "71f99038ecbd34f58c7adb12da6976f1579bfbafc7cd4d13ad3e070e8814fcf0"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "3374cd973d64e47410c533a5e0697892f18ea6f9dea93b3e691ee7a698eca329"; + sha256_unsigned = "706bb3d82f0f8e089bbb0f8004cae58fa524d41a80289e1ece9fa6ae220e709a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + model = "TrimSlice"; + vendor = "CompuLab"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "tegra/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + x86 = { + "64" = { + arch_packages = "x86_64"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-amazon-ena" + "kmod-amd-xgbe" + "kmod-bnx2" + "kmod-e1000e" + "kmod-e1000" + "kmod-forcedeth" + "kmod-fs-vfat" + "kmod-igb" + "kmod-igc" + "kmod-ixgbe" + "kmod-r8169" + "kmod-tg3" + ]; + image_prefix = "openwrt-22.03.0-x86-64-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-x86-64-generic-squashfs-combined.img.gz"; + sha256 = "c993a8c519b073966e90baedb6901cf5de2e5c9b78080b84edb72409f6a82551"; + sha256_unsigned = "f78ff402964eaf4ee9abe333bd84fef65f95d62fcc8dea1f098f4267187739e8"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-x86-64-generic-squashfs-rootfs.img.gz"; + sha256 = "e5030f95b98eac4ebfebe35c5993020dcc222ed76cbef1497693530b50964a6a"; + sha256_unsigned = "e5030f95b98eac4ebfebe35c5993020dcc222ed76cbef1497693530b50964a6a"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-x86-64-generic-squashfs-combined-efi.img.gz"; + sha256 = "ee4a3d1576a12fd6663cdf5db7a3c3431be1327d4f5e3354435318997c104fad"; + sha256_unsigned = "70865b0156b53dc3f1cc44058d1df67b2520593036f4e83ba2e29f4507463668"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-x86-64-generic-ext4-combined.img.gz"; + sha256 = "7e0b8df1b0c38f3e50e1697c0c909710be8a62caa7946305a66f974c9b8e7808"; + sha256_unsigned = "95ef6d4b32cfecdd68649e74ed5c29e20cd04895d8d1490754da734cc3446933"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-x86-64-generic-ext4-rootfs.img.gz"; + sha256 = "e3b2cc7392d53d8f888df8ab5694e74294d172305755f8d3566c78777602766d"; + sha256_unsigned = "e3b2cc7392d53d8f888df8ab5694e74294d172305755f8d3566c78777602766d"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-x86-64-generic-ext4-combined-efi.img.gz"; + sha256 = "8d5197e3d4147ef42aed49c16d5ad4edddbc4f81bfbd66e4d08ac7592b2334d3"; + sha256_unsigned = "3ac8f8740b6e673d828faaee668d83752f620fa813732a5bcf3f17bb441f63cc"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/64"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "x86/64"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + generic = { + arch_packages = "i386_pentium4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + "kmod-fs-vfat" + ]; + image_prefix = "openwrt-22.03.0-x86-generic-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-x86-generic-generic-squashfs-combined-efi.img.gz"; + sha256 = "d2bd8eeb3de33bfd20c417a9bb0a62f7c89b43668f6756235667706dbd6d5c1f"; + sha256_unsigned = "779ba7f914c6e0c0f37e43bfda52cff5d6bbf95bbb7d888a103905d2be7e1015"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-x86-generic-generic-squashfs-rootfs.img.gz"; + sha256 = "8d57c7e588765ddce30e7a56938eba6f219f86c11b1bacdce632d34c392dc89d"; + sha256_unsigned = "8d57c7e588765ddce30e7a56938eba6f219f86c11b1bacdce632d34c392dc89d"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-x86-generic-generic-squashfs-combined.img.gz"; + sha256 = "e81714213f01ff3617c6181c81821c593414c8e1053b1eb58c6490132de8a945"; + sha256_unsigned = "38e85e06eeeafa2754f965a6e86dd1fe0743fe9cf0e783655a93b7b6c1d6b8fa"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-x86-generic-generic-ext4-combined-efi.img.gz"; + sha256 = "3fc17afb994e187d1f0989ecbf14eb1531b858a6fbef0425db5bfd1c14e56148"; + sha256_unsigned = "92b80f70d0f24c880e09fd0778f3f4e5f992e279ad75af4cd619bf8d147673ee"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-x86-generic-generic-ext4-combined.img.gz"; + sha256 = "7c78175da83aade1c310e98f4a2a36d03663655ba47c4aa0792698a1007adc16"; + sha256_unsigned = "77299411dec027f59c07ba0d7b50912a2034062b060e396549a8ba1a2219868d"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-x86-generic-generic-ext4-rootfs.img.gz"; + sha256 = "a826bea96cc69ddb81de6cf6bd2f25b526ac519b37c2eeb92eefc2f910b98b59"; + sha256_unsigned = "a826bea96cc69ddb81de6cf6bd2f25b526ac519b37c2eeb92eefc2f910b98b59"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "x86/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + geode = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-ecb" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.0-x86-geode-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-x86-geode-generic-ext4-combined-efi.img.gz"; + sha256 = "26c40f6f2c0e7f17bc28d253b01fbf6236398393db699021b158ffa365237093"; + sha256_unsigned = "e6eea0cd3c27f688b84378e654e304edba41408624e5ac36293faf635c4aaa9a"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-x86-geode-generic-squashfs-rootfs.img.gz"; + sha256 = "5eb1b4c7c877bcd5492382708a818000ac7c7d8150c8e70cc1ca349aea670919"; + sha256_unsigned = "5eb1b4c7c877bcd5492382708a818000ac7c7d8150c8e70cc1ca349aea670919"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-x86-geode-generic-squashfs-combined.img.gz"; + sha256 = "1f2161eae660137fdde4dbd0aa2b3459a95637cbeafb69cc3c8d4bbdf2db3e4f"; + sha256_unsigned = "11b9ef25e0f046624c22a87dba5b3dfc291bf5f70146b607c0a3bb5bad1c71e3"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-x86-geode-generic-squashfs-combined-efi.img.gz"; + sha256 = "d37ddfb731ea87bd5efadafe194ff45814f6d58da7d984ae81e5716a36998396"; + sha256_unsigned = "d55f36a1d4b01998259264024216acac83ad0eaba386fe1620cc3bb2de6e087e"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-x86-geode-generic-ext4-combined.img.gz"; + sha256 = "0afb9f4da7a30998dca3805d8f8adcca981efa36b4991eed711266e6165ada5e"; + sha256_unsigned = "b5bb123be08cf80268a0941b3c1401d3715cd48261106a764f524694cef6d010"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-x86-geode-generic-ext4-rootfs.img.gz"; + sha256 = "60655838e57d6d21ce6b888376e472ed4c041aad2a6844dcc85801f49210ed8a"; + sha256_unsigned = "60655838e57d6d21ce6b888376e472ed4c041aad2a6844dcc85801f49210ed8a"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/Geode"; + vendor = "Generic"; + } + ]; + }; + geos = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-ecb" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + "br2684ctl" + "flashrom" + "kmod-hwmon-lm90" + "kmod-mppe" + "kmod-pppoa" + "kmod-usb-ohci-pci" + "linux-atm" + "ppp-mod-pppoa" + "pppdump" + "pppstats" + "soloscli" + "tc" + ]; + image_prefix = "openwrt-22.03.0-x86-geode-geos"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-x86-geode-geos-squashfs-combined-efi.img.gz"; + sha256 = "7a498e1f31f3f7749e35378874a47dd5a00e4ae0055e807e01461bd5d31079af"; + sha256_unsigned = "1bd2c910a76d79b775ed64a9079aa08052b86580460bcf0e54dac2e916f53ff9"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-x86-geode-geos-ext4-combined.img.gz"; + sha256 = "99c4ef14dae4721009d9f87c9caecf6561c215d1991a7ede572fffdabe4d7c04"; + sha256_unsigned = "269c56a9b2c2ee78ad6e8710a6590986bacae833db1e3f403cfc997b8170b5e1"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-x86-geode-geos-ext4-combined-efi.img.gz"; + sha256 = "943b966e589bf67fca0e523025432bdfeee9c88706ae37c1fda63a3783eb2143"; + sha256_unsigned = "54f1dfc5bb81585dd9166365e685a1e6ec7d05d610e9bac323c5f0adbe186d79"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-x86-geode-geos-squashfs-rootfs.img.gz"; + sha256 = "7574d39eb6457f21d9e97bcbb5b07bce5d417678acbcdbca9604afa082980707"; + sha256_unsigned = "7574d39eb6457f21d9e97bcbb5b07bce5d417678acbcdbca9604afa082980707"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-x86-geode-geos-squashfs-combined.img.gz"; + sha256 = "a54c6022bb051c44cf1b2d6f70e621075d60ef7d828ec24cb4a899ca0b4dfa89"; + sha256_unsigned = "36bb1423d8ed8b5151b2a60bb986b3b4837ff5b1394132bcf08279d9eb36b070"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-x86-geode-geos-ext4-rootfs.img.gz"; + sha256 = "360f8415fafd3e05170c4d1bfbff3aac0d39d5773cb03596c87f883c32738c19"; + sha256_unsigned = "360f8415fafd3e05170c4d1bfbff3aac0d39d5773cb03596c87f883c32738c19"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "Geos"; + vendor = "Traverse Technologies"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "x86/geode"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + legacy = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-22.03.0-x86-legacy-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.0-x86-legacy-generic-ext4-combined.img.gz"; + sha256 = "400fb5020faebe3d5cdbb8abea14c6a3c56bfabdbef695df061b496076fb31c2"; + sha256_unsigned = "dab3094a63f5bb21d57fe34c77a24e6694c51a5feb1400917ff60aa85ae31d66"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-x86-legacy-generic-squashfs-combined-efi.img.gz"; + sha256 = "a55d6967ca4479e550db186a4d06250557cf698fa97b9dccfa36e3f542567b65"; + sha256_unsigned = "923f91b21dc94f3bad0c6cb90c5b9b644b69b0a047c0d25070f1adb06f9fbc14"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-x86-legacy-generic-squashfs-combined.img.gz"; + sha256 = "b926ad04accd01832d91ee3358f20c93cc871c7552377a714d55a0f94fc80762"; + sha256_unsigned = "2e3e925ee1658865f55568d6d98ba9ad78d7e594669560e236d845f4c6cc525c"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-x86-legacy-generic-squashfs-rootfs.img.gz"; + sha256 = "c2aae9e09721c252aae13009314f3ad4928c11a21958c03b391177ac7998e9d6"; + sha256_unsigned = "c2aae9e09721c252aae13009314f3ad4928c11a21958c03b391177ac7998e9d6"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-x86-legacy-generic-ext4-combined-efi.img.gz"; + sha256 = "76f5bb88445edfe2a49bcfe39b9dabaedd221002082f452f4e307e8edb80b4bb"; + sha256_unsigned = "2986f43539574ec34239413aa9624027bdaa87f104d66d99af5d922aabea7857"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.0-x86-legacy-generic-ext4-rootfs.img.gz"; + sha256 = "5b864d7115b26a2cca1be26442f400c126d07b69854e46bdd9b57fdf702bf6eb"; + sha256_unsigned = "5b864d7115b26a2cca1be26442f400c126d07b69854e46bdd9b57fdf702bf6eb"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/legacy"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "x86/legacy"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-msdos" + "kmod-nft-offload" + "kmod-usb-storage" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "3c08ec668d724fbf5c24cebb4b2a4ce8f5a4ee239f4fbe5f6876472b222a1d39"; + sha256_unsigned = "3c08ec668d724fbf5c24cebb4b2a4ce8f5a4ee239f4fbe5f6876472b222a1d39"; + type = "sdcard"; + } + ]; + supported_devices = [ + "avnet,zynq-zed" + ]; + titles = [ + { + model = "ZedBoard"; + vendor = "Avnet"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "ba2211317ed9b4263bdc09bf469ce333929b0343b0feac5f99c64d3842be17d6"; + sha256_unsigned = "ba2211317ed9b4263bdc09bf469ce333929b0343b0feac5f99c64d3842be17d6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo" + ]; + titles = [ + { + model = "Zybo"; + vendor = "Digilent"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.0-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "9ecd6f0aa09eb17baa3b234fec1ad9a7c376024b12beea5d85c54094e1a38429"; + sha256_unsigned = "9ecd6f0aa09eb17baa3b234fec1ad9a7c376024b12beea5d85c54094e1a38429"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo-z7" + ]; + titles = [ + { + model = "Zybo Z7"; + vendor = "Digilent"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-22.03.0-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.0-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "631454ef4e05a90a0cc5344e80ac5aac96c327eafd1e3c4760be5ed32f05972d"; + sha256_unsigned = "631454ef4e05a90a0cc5344e80ac5aac96c327eafd1e3c4760be5ed32f05972d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xlnx,zynq-zc702" + ]; + titles = [ + { + model = "ZC702"; + vendor = "Xilinx"; + } + ]; + }; + }; + source_date_epoch = 1662173734; + target = "zynq/generic"; + version_code = "r19685-512e76967f"; + version_number = "22.03.0"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/22.03.1.nix b/cached-profiles/22.03.1.nix new file mode 100644 index 00000000..3c63f9ac --- /dev/null +++ b/cached-profiles/22.03.1.nix @@ -0,0 +1,53663 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.1-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "a82cadc120ce3d0c09df3d225f75f4e48e10dd58f707ee793ed36c354bae6d38"; + sha256_unsigned = "8fc5322dd61db15639344413740b5031eecf6de055101e232066b7a543706332"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-apm821xx-nand-meraki_mr24-initramfs-kernel.bin"; + sha256 = "0feeeb584a758ee65911bc84556dbc75412f4e0fd8d05d7a59f96a725ae1ff35"; + sha256_unsigned = "0feeeb584a758ee65911bc84556dbc75412f4e0fd8d05d7a59f96a725ae1ff35"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + model = "MR24"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.1-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-apm821xx-nand-meraki_mx60-initramfs-kernel.bin"; + sha256 = "b7109b60e593a8b4a74c78cada86b3f6b783cb945d050fe690c2d7c5e29991ee"; + sha256_unsigned = "b7109b60e593a8b4a74c78cada86b3f6b783cb945d050fe690c2d7c5e29991ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "9bcc32beb27535d3a6b3020106c8e0821105d6372e04a379432e3ebf4a2890cf"; + sha256_unsigned = "060aef4730de4ad251f8a95bfe5a7c42d35de98f787fa2e28b48a8a9ba07aae1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mx60" + ]; + titles = [ + { + model = "MX60"; + vendor = "Cisco Meraki"; + } + { + model = "MX60W"; + vendor = "Cisco Meraki"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.1-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-apm821xx-nand-netgear_wndap620-initramfs-kernel.bin"; + sha256 = "0f41b484f31c46f11f7eba71a56764681ec9f72a28a3354de03cc595a569fab8"; + sha256_unsigned = "0f41b484f31c46f11f7eba71a56764681ec9f72a28a3354de03cc595a569fab8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "6bacedf915899c859924911dbe452ff022da9623fd52b0f587361e7b2907e233"; + sha256_unsigned = "084256f23411cd89da219cc7df2e84212d91cafd496b8f62f9c7281610903204"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "68a2c33f6289d503f1463c6b06155c3b916b24515f2dd1fb08a930c74e8f9479"; + sha256_unsigned = "68a2c33f6289d503f1463c6b06155c3b916b24515f2dd1fb08a930c74e8f9479"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + model = "WNDAP620 (Premium Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.1-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "1eca2ca299f32a49135ab5f1347b19ac49bc740cad9d0d30cb1d91ddc1a0251b"; + sha256_unsigned = "1eca2ca299f32a49135ab5f1347b19ac49bc740cad9d0d30cb1d91ddc1a0251b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "2734b5182193f60642a704d109914019568eb544ab2ad8569de8e0cdab9e6aef"; + sha256_unsigned = "9dc4e0b48a69a2e1d9b0f3b42cca724e8e0b4bed1cff75e2cfb962e1410bcc6c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-apm821xx-nand-netgear_wndap660-initramfs-kernel.bin"; + sha256 = "c95de137d155cce640686bac0110bc2fef0d9116c76dd1194bc66c0b7e77dc85"; + sha256_unsigned = "c95de137d155cce640686bac0110bc2fef0d9116c76dd1194bc66c0b7e77dc85"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + model = "WNDAP660 (Dual Radio Dual Band Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-hwmon-drivetemp" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.1-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "33930d53fa5facbdc137bbc514f52455193f2b257c73cc72aaa56498df84e4b4"; + sha256_unsigned = "cb681ed468ac6d1fdd155f088f43baf171acf362b9cae0cabdc5ef9749476a24"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-apm821xx-nand-netgear_wndr4700-initramfs-kernel.bin"; + sha256 = "053497a3fc9a945cfeb0d4a2485751afa90c2cdd6feed77268b4c6484cd0c6ac"; + sha256_unsigned = "053497a3fc9a945cfeb0d4a2485751afa90c2cdd6feed77268b4c6484cd0c6ac"; + type = "kernel"; + } + { + name = "openwrt-22.03.1-apm821xx-nand-netgear_wndr4700-device-tree.dtb"; + sha256 = "1abadb6fdc5357b674d8e302584f6d1aa1d551506bae5645de4a2d3108f6c3eb"; + sha256_unsigned = "1abadb6fdc5357b674d8e302584f6d1aa1d551506bae5645de4a2d3108f6c3eb"; + type = "device-tree.dtb"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "4dee5623ab3696d7ea202fa567992d6b53699bb9673ad747d3f4531c0f5d3cc2"; + sha256_unsigned = "4dee5623ab3696d7ea202fa567992d6b53699bb9673ad747d3f4531c0f5d3cc2"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + model = "Centria N900 WNDR4700"; + vendor = "NETGEAR"; + } + { + model = "Centria N900 WNDR4720"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "apm821xx/nand"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "badblocks" + "base-files" + "block-mount" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "e2fsprogs" + "f2fsck" + "fdisk" + "fstools" + "kmod-dm" + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-md-mod" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mkf2fs" + "mtd" + "netifd" + "opkg" + "partx-utils" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "ad3668cad272c997bf74e7c3df4e1e55ddc25758ef5563b3f86e9d5f974fa858"; + sha256_unsigned = "6ac3faccd0dcd116edb882e021aa1e93b640f40473ede43569a4982033514853"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "87e3d4c7ce8d52427a239a081f7129c0b5ab7466b112a86d56e4308c72bc141f"; + sha256_unsigned = "87e3d4c7ce8d52427a239a081f7129c0b5ab7466b112a86d56e4308c72bc141f"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "88bf0318b85378d3d4174b6bee290dbc47e0841f7df2103bcaa122a5bf98adf5"; + sha256_unsigned = "288db3d5baff1888c9ed876c8048885001205eada4b95e4f7c4338d7b7d0e76d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-apm821xx-sata-wd_mybooklive-initramfs-kernel.bin"; + sha256 = "5b1ee4ad341c5eb4e1e86c989ca7090145ea87947796d32f553e86abdf3b9ca5"; + sha256_unsigned = "5b1ee4ad341c5eb4e1e86c989ca7090145ea87947796d32f553e86abdf3b9ca5"; + type = "kernel"; + } + { + name = "openwrt-22.03.1-apm821xx-sata-wd_mybooklive-apollo3g.dtb"; + sha256 = "0fcf713933f1e35437e4a2d72c66ffe3d4e2267b35e505ca75f85af86116466d"; + sha256_unsigned = "0fcf713933f1e35437e4a2d72c66ffe3d4e2267b35e505ca75f85af86116466d"; + type = "apollo3g.dtb"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "fc25bcd292b2c0be554d6fe6db063a18f68a2191abdcd9056508d0861af4efbc"; + sha256_unsigned = "fc25bcd292b2c0be554d6fe6db063a18f68a2191abdcd9056508d0861af4efbc"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + model = "My Book Live"; + vendor = "Western Digital"; + } + { + model = "My Book Live Duo"; + vendor = "Western Digital"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "apm821xx/sata"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + archs38 = { + generic = { + arch_packages = "arc_archs"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim_hs = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-archs38-generic-nsim_hs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-archs38-generic-nsim_hs-initramfs.elf"; + sha256 = "df88f43cc469d9a1669ed7b5ae59a8656d11fd16f5edcbf5a32179743327852e"; + sha256_unsigned = "df88f43cc469d9a1669ed7b5ae59a8656d11fd16f5edcbf5a32179743327852e"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim,hs" + ]; + titles = [ + { + model = "nSIM HS"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "archs38/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + atmel_at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9263ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9263ek-squashfs-root.ubi"; + sha256 = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + sha256_unsigned = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9263ek-ext4-root.ubi"; + sha256 = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + sha256_unsigned = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9263ek-ubifs-root.ubi"; + sha256 = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + sha256_unsigned = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9263ek" + ]; + titles = [ + { + model = "AT91SAM9263-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g15ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g15ek-squashfs-root.ubi"; + sha256 = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + sha256_unsigned = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g15ek-ext4-root.ubi"; + sha256 = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + sha256_unsigned = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g15ek-ubifs-root.ubi"; + sha256 = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + sha256_unsigned = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g15ek" + ]; + titles = [ + { + model = "AT91SAM9G15-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g20ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g20ek-ubifs-root.ubi"; + sha256 = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + sha256_unsigned = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g20ek-squashfs-root.ubi"; + sha256 = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + sha256_unsigned = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g20ek-ext4-root.ubi"; + sha256 = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + sha256_unsigned = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek-2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g20ek-2mmc"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g20ek-2mmc-ubifs-root.ubi"; + sha256 = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + sha256_unsigned = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g20ek-2mmc-ext4-root.ubi"; + sha256 = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + sha256_unsigned = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g20ek-2mmc-squashfs-root.ubi"; + sha256 = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + sha256_unsigned = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek_2mmc" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + variant = "2MMC"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g25ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g25ek-ext4-root.ubi"; + sha256 = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + sha256_unsigned = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g25ek-ubifs-root.ubi"; + sha256 = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + sha256_unsigned = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g25ek-squashfs-root.ubi"; + sha256 = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + sha256_unsigned = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g25ek" + ]; + titles = [ + { + model = "AT91SAM9G25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g35ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g35ek-ubifs-root.ubi"; + sha256 = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + sha256_unsigned = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g35ek-squashfs-root.ubi"; + sha256 = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + sha256_unsigned = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9g35ek-ext4-root.ubi"; + sha256 = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + sha256_unsigned = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g35ek" + ]; + titles = [ + { + model = "AT91SAM9G35-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9m10g45ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + sha256_unsigned = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9m10g45ek-ext4-root.ubi"; + sha256 = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + sha256_unsigned = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + sha256_unsigned = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9m10g45ek" + ]; + titles = [ + { + model = "AT91SAM9M10G45-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9x25ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9x25ek-ext4-sdcard.img.gz"; + sha256 = "8cf7c74c80f0a9fd86886c1986c4fe9aa88692656562832a524a6737ecc8ce50"; + sha256_unsigned = "8cf7c74c80f0a9fd86886c1986c4fe9aa88692656562832a524a6737ecc8ce50"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9x25ek-squashfs-root.ubi"; + sha256 = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + sha256_unsigned = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9x25ek-ext4-root.ubi"; + sha256 = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + sha256_unsigned = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9x25ek-ubifs-root.ubi"; + sha256 = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + sha256_unsigned = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x25ek" + ]; + titles = [ + { + model = "AT91SAM9X25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9x35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9x35ek-squashfs-root.ubi"; + sha256 = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + sha256_unsigned = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9x35ek-ext4-root.ubi"; + sha256 = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + sha256_unsigned = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9x35ek-ext4-sdcard.img.gz"; + sha256 = "7169ebdcd6e7f63069413a76399445554412f3c8eac48bf10ec695c27ce37c92"; + sha256_unsigned = "7169ebdcd6e7f63069413a76399445554412f3c8eac48bf10ec695c27ce37c92"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-atmel_at91sam9x35ek-ubifs-root.ubi"; + sha256 = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + sha256_unsigned = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x35ek" + ]; + titles = [ + { + model = "AT91SAM9X35-EK"; + vendor = "Atmel"; + } + ]; + }; + calamp_lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-calamp_lmu5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-calamp_lmu5000-squashfs-factory.bin"; + sha256 = "9176516a609b58be7b9eadc0057d85572c970701f95355f167af111d4dc4b59d"; + sha256_unsigned = "9176516a609b58be7b9eadc0057d85572c970701f95355f167af111d4dc4b59d"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-calamp_lmu5000-ubifs-factory.bin"; + sha256 = "0454021f788a3578a8d63f5004a0580e2802a9cab0b9af29904efff3f4e38f6c"; + sha256_unsigned = "0454021f788a3578a8d63f5004a0580e2802a9cab0b9af29904efff3f4e38f6c"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-calamp_lmu5000-ext4-factory.bin"; + sha256 = "18aa3004bccb109859e549c680d83b9c12aad327d4b9b08e0b5a6deab19d1a3d"; + sha256_unsigned = "18aa3004bccb109859e549c680d83b9c12aad327d4b9b08e0b5a6deab19d1a3d"; + type = "factory"; + } + ]; + supported_devices = [ + "calamp,lmu5000" + ]; + titles = [ + { + model = "LMU5000"; + vendor = "CalAmp"; + } + ]; + }; + calao_tny-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-calao_tny-a9260"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-calao_tny-a9260-ext4-factory.bin"; + sha256 = "77e3e72aa6772d2c8dec145f7f1b7ffeb208e605b870dd8e140a666cde549733"; + sha256_unsigned = "77e3e72aa6772d2c8dec145f7f1b7ffeb208e605b870dd8e140a666cde549733"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-calao_tny-a9260-ubifs-factory.bin"; + sha256 = "3c1f02f8e1871d8e790a7c46b9f7ddd41aa4c06ed93e550ff4a68aa95a37833d"; + sha256_unsigned = "3c1f02f8e1871d8e790a7c46b9f7ddd41aa4c06ed93e550ff4a68aa95a37833d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-calao_tny-a9260-squashfs-factory.bin"; + sha256 = "adc871f23933e125daf3ab51727ded8461a92e286bc92fe12f2224e563bd313e"; + sha256_unsigned = "adc871f23933e125daf3ab51727ded8461a92e286bc92fe12f2224e563bd313e"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9260" + ]; + titles = [ + { + model = "TNY A9260"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-calao_tny-a9263"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-calao_tny-a9263-ext4-factory.bin"; + sha256 = "34609530e04b83aa4e463e2b2f9aced79cddc5024c94c103a9cd696d75efc9a4"; + sha256_unsigned = "34609530e04b83aa4e463e2b2f9aced79cddc5024c94c103a9cd696d75efc9a4"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-calao_tny-a9263-ubifs-factory.bin"; + sha256 = "a3f2e84a9d5e8303dbae9e3433bd4119c74f08002488cb161f203ec7a24789a1"; + sha256_unsigned = "a3f2e84a9d5e8303dbae9e3433bd4119c74f08002488cb161f203ec7a24789a1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-calao_tny-a9263-squashfs-factory.bin"; + sha256 = "853eaf69b12e6d7440ec07572bcbcab1a1870d4d05cab06bef360b0535a643ac"; + sha256_unsigned = "853eaf69b12e6d7440ec07572bcbcab1a1870d4d05cab06bef360b0535a643ac"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,tny-a9263" + ]; + titles = [ + { + model = "TNY A9263"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-calao_tny-a9g20"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-calao_tny-a9g20-ext4-factory.bin"; + sha256 = "b56dbe287090acceaea9aae8541e4f9b8811b6c77f67cb1356708471400e8792"; + sha256_unsigned = "b56dbe287090acceaea9aae8541e4f9b8811b6c77f67cb1356708471400e8792"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-calao_tny-a9g20-squashfs-factory.bin"; + sha256 = "20c52e4c0e0707062da1fc9cfd653751c91de827aaf7d5fd83f312a4601cadbf"; + sha256_unsigned = "20c52e4c0e0707062da1fc9cfd653751c91de827aaf7d5fd83f312a4601cadbf"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-calao_tny-a9g20-ubifs-factory.bin"; + sha256 = "51768a1be19c1aae5fe03eec3a926c78682b00b74811e20da554e1d8df391d85"; + sha256_unsigned = "51768a1be19c1aae5fe03eec3a926c78682b00b74811e20da554e1d8df391d85"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9g20" + ]; + titles = [ + { + model = "TNY A9G20"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-calao_usb-a9260"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-calao_usb-a9260-ext4-factory.bin"; + sha256 = "b9fc4ce08bc7f46faeedd222097312d4a77dde2b44dfbbd82355ea26b9a29bda"; + sha256_unsigned = "b9fc4ce08bc7f46faeedd222097312d4a77dde2b44dfbbd82355ea26b9a29bda"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-calao_usb-a9260-ubifs-factory.bin"; + sha256 = "bc8c97c3822083144af6f16da0f6a39f0d4fb1e6f3b9041e03f940377646aeb9"; + sha256_unsigned = "bc8c97c3822083144af6f16da0f6a39f0d4fb1e6f3b9041e03f940377646aeb9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-calao_usb-a9260-squashfs-factory.bin"; + sha256 = "8f9322f1f4c271bcd80277bd5b135c12e5f41b490d873a4fbab5a800039d03d0"; + sha256_unsigned = "8f9322f1f4c271bcd80277bd5b135c12e5f41b490d873a4fbab5a800039d03d0"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9260" + ]; + titles = [ + { + model = "USB A9260"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-calao_usb-a9263"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-calao_usb-a9263-ubifs-factory.bin"; + sha256 = "8470a79264d63894f0ec8800242302dc4bf4efad678c43d39a61bc8edbc8f5ea"; + sha256_unsigned = "8470a79264d63894f0ec8800242302dc4bf4efad678c43d39a61bc8edbc8f5ea"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-calao_usb-a9263-squashfs-factory.bin"; + sha256 = "a126a858893aec1297b84cab75ef3e74562d3839236673c24d9726204ab4d7e8"; + sha256_unsigned = "a126a858893aec1297b84cab75ef3e74562d3839236673c24d9726204ab4d7e8"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-calao_usb-a9263-ext4-factory.bin"; + sha256 = "c0897df074ba914e6865c82ec70028580b87d41839476fd17f40112dc3087679"; + sha256_unsigned = "c0897df074ba914e6865c82ec70028580b87d41839476fd17f40112dc3087679"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,usb-a9263" + ]; + titles = [ + { + model = "USB A9263"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-calao_usb-a9g20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-calao_usb-a9g20-ubifs-factory.bin"; + sha256 = "8855624fdf32a8fe528d0bdb7199301f3fbe3e540cd82771d95d3e7981844e32"; + sha256_unsigned = "8855624fdf32a8fe528d0bdb7199301f3fbe3e540cd82771d95d3e7981844e32"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-calao_usb-a9g20-squashfs-factory.bin"; + sha256 = "e414382459b22efaedcb72dd1371e580067b967823cb0ebe6f238486ee5b35a7"; + sha256_unsigned = "e414382459b22efaedcb72dd1371e580067b967823cb0ebe6f238486ee5b35a7"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-calao_usb-a9g20-ext4-factory.bin"; + sha256 = "dc49ce0d15098821a7708438e6a12c419d32a30d6f9aa0676bdd1f6def5cbcf3"; + sha256_unsigned = "dc49ce0d15098821a7708438e6a12c419d32a30d6f9aa0676bdd1f6def5cbcf3"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9g20" + ]; + titles = [ + { + model = "USB A9G20"; + vendor = "Calao"; + } + ]; + }; + egnite_ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-egnite_ethernut5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-egnite_ethernut5-squashfs-root.ubi"; + sha256 = "4ad155ee3994f159a44334b86e250221957a2d9c00ad45be8804081f61149f09"; + sha256_unsigned = "4ad155ee3994f159a44334b86e250221957a2d9c00ad45be8804081f61149f09"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-egnite_ethernut5-ubifs-root.ubi"; + sha256 = "4a8a59e0221a4fecbb857132bf74284213e8edd8a6401f20ab18ab59f9fff464"; + sha256_unsigned = "4a8a59e0221a4fecbb857132bf74284213e8edd8a6401f20ab18ab59f9fff464"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-egnite_ethernut5-ext4-root.ubi"; + sha256 = "7df3c29dd3f679b954058457831727cb0e80e402846035b247935771865cca62"; + sha256_unsigned = "7df3c29dd3f679b954058457831727cb0e80e402846035b247935771865cca62"; + type = "root"; + } + ]; + supported_devices = [ + "egnite,ethernut5" + ]; + titles = [ + { + model = "Ethernut 5"; + vendor = "egnite"; + } + ]; + }; + laird_wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-laird_wb45n"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-laird_wb45n-ext4-root.ubi"; + sha256 = "ac5e9e7f8d347ed44e13feec3bdf77a40ec370c5477e34c43de986f340ba1726"; + sha256_unsigned = "ac5e9e7f8d347ed44e13feec3bdf77a40ec370c5477e34c43de986f340ba1726"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-laird_wb45n-ubifs-root.ubi"; + sha256 = "2f13b2c823687a548c773e8075dd1e5036404686c794b0c204eb9fbce17d3f39"; + sha256_unsigned = "2f13b2c823687a548c773e8075dd1e5036404686c794b0c204eb9fbce17d3f39"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-laird_wb45n-squashfs-root.ubi"; + sha256 = "6222ee4cf7e235a12ebb8b701d435803063d4f36e2521e4c425d2d83f0e42f76"; + sha256_unsigned = "6222ee4cf7e235a12ebb8b701d435803063d4f36e2521e4c425d2d83f0e42f76"; + type = "root"; + } + ]; + supported_devices = [ + "laird,wb45n" + ]; + titles = [ + { + model = "WB45N"; + vendor = "Laird"; + } + ]; + }; + microchip_sam9x60ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sam9x-microchip_sam9x60ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sam9x-microchip_sam9x60ek-squashfs-root.ubi"; + sha256 = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + sha256_unsigned = "c9d0e818c9fa45b7e8b92ff1f9728f3a63c4c35a7c34700ab1bf1507f030cd6f"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sam9x-microchip_sam9x60ek-ubifs-root.ubi"; + sha256 = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + sha256_unsigned = "91dad10107e0a28be1dff16740417779e08920ae8f6d51ff5286b3bf1b16e8b0"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-microchip_sam9x60ek-ext4-root.ubi"; + sha256 = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + sha256_unsigned = "81889a4fd499c832a17db555b1cf31c11df8fb3ac2203d2be89f8b756a32d12a"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sam9x-microchip_sam9x60ek-ext4-sdcard.img.gz"; + sha256 = "24a345f49ff757a6cfdb2fce1f3ea1b2f7197eadf18282de2770e4ead9bc70b1"; + sha256_unsigned = "24a345f49ff757a6cfdb2fce1f3ea1b2f7197eadf18282de2770e4ead9bc70b1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "microchip,sam9x60ek" + ]; + titles = [ + { + model = "SAM9X60-EK"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "at91/sam9x"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama5d2-icp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sama5-microchip_sama5d2-icp"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d2-icp-ubifs-root.ubi"; + sha256 = "48d02350ead20abc3cdc36ea42f44a0c1edcda3d32ca443f21c81e30d3af164a"; + sha256_unsigned = "48d02350ead20abc3cdc36ea42f44a0c1edcda3d32ca443f21c81e30d3af164a"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d2-icp-ext4-root.ubi"; + sha256 = "a5f72bfa6bab30f3e1f525521de5da2030407b1b6fa9e24ed04acbb919078316"; + sha256_unsigned = "a5f72bfa6bab30f3e1f525521de5da2030407b1b6fa9e24ed04acbb919078316"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d2-icp-ext4-sdcard.img.gz"; + sha256 = "9208736048b64cb7e1e183e4a9c0ae7903a20f68f6125deed1a95153627e03f8"; + sha256_unsigned = "9208736048b64cb7e1e183e4a9c0ae7903a20f68f6125deed1a95153627e03f8"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d2-icp-squashfs-root.ubi"; + sha256 = "ebeeb39bd69282f11fd0d114157fdf603c36054d976f3b62a5e676900b65358a"; + sha256_unsigned = "ebeeb39bd69282f11fd0d114157fdf603c36054d976f3b62a5e676900b65358a"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama5d2-icp" + ]; + titles = [ + { + model = "SAMA5D2 ICP"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-ptc-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sama5-microchip_sama5d2-ptc-ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d2-ptc-ek-ubifs-root.ubi"; + sha256 = "48d02350ead20abc3cdc36ea42f44a0c1edcda3d32ca443f21c81e30d3af164a"; + sha256_unsigned = "48d02350ead20abc3cdc36ea42f44a0c1edcda3d32ca443f21c81e30d3af164a"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d2-ptc-ek-ext4-root.ubi"; + sha256 = "a5f72bfa6bab30f3e1f525521de5da2030407b1b6fa9e24ed04acbb919078316"; + sha256_unsigned = "a5f72bfa6bab30f3e1f525521de5da2030407b1b6fa9e24ed04acbb919078316"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d2-ptc-ek-ext4-sdcard.img.gz"; + sha256 = "83702a9b5fafb1b6d5a00ca21597c1fe08a56e566ec96adc66f11ce82c6c018e"; + sha256_unsigned = "83702a9b5fafb1b6d5a00ca21597c1fe08a56e566ec96adc66f11ce82c6c018e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d2-ptc-ek-squashfs-root.ubi"; + sha256 = "ebeeb39bd69282f11fd0d114157fdf603c36054d976f3b62a5e676900b65358a"; + sha256_unsigned = "ebeeb39bd69282f11fd0d114157fdf603c36054d976f3b62a5e676900b65358a"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-ptc_ek" + ]; + titles = [ + { + model = "SAMA5D2 PTC Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sama5-microchip_sama5d2-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d2-xplained-ubifs-root.ubi"; + sha256 = "48d02350ead20abc3cdc36ea42f44a0c1edcda3d32ca443f21c81e30d3af164a"; + sha256_unsigned = "48d02350ead20abc3cdc36ea42f44a0c1edcda3d32ca443f21c81e30d3af164a"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d2-xplained-ext4-root.ubi"; + sha256 = "a5f72bfa6bab30f3e1f525521de5da2030407b1b6fa9e24ed04acbb919078316"; + sha256_unsigned = "a5f72bfa6bab30f3e1f525521de5da2030407b1b6fa9e24ed04acbb919078316"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d2-xplained-ext4-sdcard.img.gz"; + sha256 = "47a7fcb93e4874d3ef6147232a39a5a037212322b25268691e96076fccc32c64"; + sha256_unsigned = "47a7fcb93e4874d3ef6147232a39a5a037212322b25268691e96076fccc32c64"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d2-xplained-squashfs-root.ubi"; + sha256 = "ebeeb39bd69282f11fd0d114157fdf603c36054d976f3b62a5e676900b65358a"; + sha256_unsigned = "ebeeb39bd69282f11fd0d114157fdf603c36054d976f3b62a5e676900b65358a"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-xplained" + ]; + titles = [ + { + model = "SAMA5D2 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-som1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sama5-microchip_sama5d27-som1-ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d27-som1-ek-ubifs-root.ubi"; + sha256 = "48d02350ead20abc3cdc36ea42f44a0c1edcda3d32ca443f21c81e30d3af164a"; + sha256_unsigned = "48d02350ead20abc3cdc36ea42f44a0c1edcda3d32ca443f21c81e30d3af164a"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d27-som1-ek-ext4-root.ubi"; + sha256 = "a5f72bfa6bab30f3e1f525521de5da2030407b1b6fa9e24ed04acbb919078316"; + sha256_unsigned = "a5f72bfa6bab30f3e1f525521de5da2030407b1b6fa9e24ed04acbb919078316"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d27-som1-ek-ext4-sdcard.img.gz"; + sha256 = "80d20f9ff4d24d5427761f6b47a38b7053ed2d83268020aa5999cb5201ca4c61"; + sha256_unsigned = "80d20f9ff4d24d5427761f6b47a38b7053ed2d83268020aa5999cb5201ca4c61"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d27-som1-ek-squashfs-root.ubi"; + sha256 = "ebeeb39bd69282f11fd0d114157fdf603c36054d976f3b62a5e676900b65358a"; + sha256_unsigned = "ebeeb39bd69282f11fd0d114157fdf603c36054d976f3b62a5e676900b65358a"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d27-som1-ek" + ]; + titles = [ + { + model = "SAMA5D27 SOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-wlsom1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sama5-microchip_sama5d27-wlsom1-ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d27-wlsom1-ek-ubifs-root.ubi"; + sha256 = "48d02350ead20abc3cdc36ea42f44a0c1edcda3d32ca443f21c81e30d3af164a"; + sha256_unsigned = "48d02350ead20abc3cdc36ea42f44a0c1edcda3d32ca443f21c81e30d3af164a"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d27-wlsom1-ek-ext4-root.ubi"; + sha256 = "a5f72bfa6bab30f3e1f525521de5da2030407b1b6fa9e24ed04acbb919078316"; + sha256_unsigned = "a5f72bfa6bab30f3e1f525521de5da2030407b1b6fa9e24ed04acbb919078316"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d27-wlsom1-ek-ext4-sdcard.img.gz"; + sha256 = "c1cec32d099bf93e36e052835b3143febb2d11c8b2a714465b35a44de297bab8"; + sha256_unsigned = "c1cec32d099bf93e36e052835b3143febb2d11c8b2a714465b35a44de297bab8"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d27-wlsom1-ek-squashfs-root.ubi"; + sha256 = "ebeeb39bd69282f11fd0d114157fdf603c36054d976f3b62a5e676900b65358a"; + sha256_unsigned = "ebeeb39bd69282f11fd0d114157fdf603c36054d976f3b62a5e676900b65358a"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama5d27-wlsom1-ek" + ]; + titles = [ + { + model = "SAMA5D27 WSOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d3-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sama5-microchip_sama5d3-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d3-xplained-ubifs-root.ubi"; + sha256 = "48d02350ead20abc3cdc36ea42f44a0c1edcda3d32ca443f21c81e30d3af164a"; + sha256_unsigned = "48d02350ead20abc3cdc36ea42f44a0c1edcda3d32ca443f21c81e30d3af164a"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d3-xplained-ext4-root.ubi"; + sha256 = "a5f72bfa6bab30f3e1f525521de5da2030407b1b6fa9e24ed04acbb919078316"; + sha256_unsigned = "a5f72bfa6bab30f3e1f525521de5da2030407b1b6fa9e24ed04acbb919078316"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d3-xplained-ext4-sdcard.img.gz"; + sha256 = "e58b91615df15f8fdbedcab159240a0e56a1b935e8da16080193a62487b1676f"; + sha256_unsigned = "e58b91615df15f8fdbedcab159240a0e56a1b935e8da16080193a62487b1676f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d3-xplained-squashfs-root.ubi"; + sha256 = "ebeeb39bd69282f11fd0d114157fdf603c36054d976f3b62a5e676900b65358a"; + sha256_unsigned = "ebeeb39bd69282f11fd0d114157fdf603c36054d976f3b62a5e676900b65358a"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d3-xplained" + ]; + titles = [ + { + model = "SAMA5D3 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d4-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sama5-microchip_sama5d4-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d4-xplained-ubifs-root.ubi"; + sha256 = "6b65af3a59a147c0018301483e4cd4256253167643a6966000fbf25084fe884c"; + sha256_unsigned = "6b65af3a59a147c0018301483e4cd4256253167643a6966000fbf25084fe884c"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d4-xplained-ext4-root.ubi"; + sha256 = "73ede4e0d54336184741f078cc626e102eace3cecce3c51d83e00f4fbe1d4af5"; + sha256_unsigned = "73ede4e0d54336184741f078cc626e102eace3cecce3c51d83e00f4fbe1d4af5"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d4-xplained-ext4-sdcard.img.gz"; + sha256 = "a08f9016700824744e3f6123fd7cbaa4eb7c9f9b7154cf4be41d30bd13106be3"; + sha256_unsigned = "a08f9016700824744e3f6123fd7cbaa4eb7c9f9b7154cf4be41d30bd13106be3"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sama5-microchip_sama5d4-xplained-squashfs-root.ubi"; + sha256 = "a778c0ffd53ac776906c45c71227df977b3fc69f961e149e9b8938d40616f06a"; + sha256_unsigned = "a778c0ffd53ac776906c45c71227df977b3fc69f961e149e9b8938d40616f06a"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d4-xplained" + ]; + titles = [ + { + model = "SAMA5D4 Xplained"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "at91/sama5"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + sama7 = { + arch_packages = "arm_cortex-a7_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama7g5-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-at91-sama7-microchip_sama7g5-ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-at91-sama7-microchip_sama7g5-ek-ubifs-root.ubi"; + sha256 = "061c8bdb38fc0eb7c5ee27747baceab334fa965f9071a843145911c3057e4db0"; + sha256_unsigned = "061c8bdb38fc0eb7c5ee27747baceab334fa965f9071a843145911c3057e4db0"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sama7-microchip_sama7g5-ek-ext4-root.ubi"; + sha256 = "4f7170de9f45cc113aba54e8158c974b1c87c8a48697508d0e799395ffb5cd02"; + sha256_unsigned = "4f7170de9f45cc113aba54e8158c974b1c87c8a48697508d0e799395ffb5cd02"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-at91-sama7-microchip_sama7g5-ek-ext4-sdcard.img.gz"; + sha256 = "913634de868bfa20e2c828868bc7b16703dca1d15613b86a11096ff88b03105e"; + sha256_unsigned = "913634de868bfa20e2c828868bc7b16703dca1d15613b86a11096ff88b03105e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-at91-sama7-microchip_sama7g5-ek-squashfs-root.ubi"; + sha256 = "127ba6ee85439bc2eccb98399cc1001705e9d53828d302f435c9dd5b55239501"; + sha256_unsigned = "127ba6ee85439bc2eccb98399cc1001705e9d53828d302f435c9dd5b55239501"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama7g5ek" + ]; + titles = [ + { + model = "SAMA7G5-EK"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "at91/sama7"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath5k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath25-generic-squashfs-rootfs.bin"; + sha256 = "45900d9100b393925bf3d0d11ec0af12fe206888ff3c63dbf35296107cac85c0"; + sha256_unsigned = "45900d9100b393925bf3d0d11ec0af12fe206888ff3c63dbf35296107cac85c0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "7aaf730d3afd3fb3a01a77c1b4d56f50b237941575f8350acd42cbe454ed9fd1"; + sha256_unsigned = "7aaf730d3afd3fb3a01a77c1b4d56f50b237941575f8350acd42cbe454ed9fd1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath25-generic-kernel.gz"; + sha256 = "c0a14b9a9840f282b16e835bb81d519fb5e2979ee2bce9ea2254f9510131d5be"; + sha256_unsigned = "c0a14b9a9840f282b16e835bb81d519fb5e2979ee2bce9ea2254f9510131d5be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath25-generic-kernel.lzma"; + sha256 = "78434297b600d2f3380182551848080950764fecc262627ad23028fc39bba882"; + sha256_unsigned = "78434297b600d2f3380182551848080950764fecc262627ad23028fc39bba882"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath25-generic-kernel.elf"; + sha256 = "8e4d6e0ca6134e136a51750c96ec8bfabc0b42fb312ee5d30a963a9fac9683d9"; + sha256_unsigned = "8e4d6e0ca6134e136a51750c96ec8bfabc0b42fb312ee5d30a963a9fac9683d9"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Generic AR2xxx board"; + vendor = "Atheros"; + } + ]; + }; + ubnt_picostation-2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath25-ubnt_picostation-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath25-ubnt_picostation-2-squashfs-sysupgrade.bin"; + sha256 = "acc149c84436b555e4244dcd3f0e14bdd3f575aeb162aab42f2ec0830d532c9a"; + sha256_unsigned = "acc149c84436b555e4244dcd3f0e14bdd3f575aeb162aab42f2ec0830d532c9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-2" + ]; + titles = [ + { + model = "Picostation 2 (XS2-8)"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "ath25/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-8dev_carambola2-initramfs-kernel.bin"; + sha256 = "f8ce035b92bc5fc0790838c50342510fff4cf41260eea128a91948a08a3754ea"; + sha256_unsigned = "f8ce035b92bc5fc0790838c50342510fff4cf41260eea128a91948a08a3754ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "06027603cacfb1603d470a33f1d2a21695822bee7c8303a26285c60b4668af96"; + sha256_unsigned = "6762ab5f5f7cecacf453e028de46f7d84da4155489a4a43b2979db5e02494375"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + model = "Carambola2"; + vendor = "8devices"; + } + ]; + }; + "8dev_lima" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-8dev_lima"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-8dev_lima-squashfs-sysupgrade.bin"; + sha256 = "7d8fbaad0bec3a20b5d1ab5f450b034c77f6fc897f15dcd52bbb34c5ac07b300"; + sha256_unsigned = "6a309c310f25d8eb5e92f6ef6351184f494ba3f549d1db9930db5619ebfd9df2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-8dev_lima-initramfs-kernel.bin"; + sha256 = "1e92a7d21de277f006a42d855cfd120fb77133712696a484149a70ce52a95e91"; + sha256_unsigned = "1e92a7d21de277f006a42d855cfd120fb77133712696a484149a70ce52a95e91"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,lima" + "lima" + ]; + titles = [ + { + model = "Lima"; + vendor = "8devices"; + } + ]; + }; + adtran_bsap1800-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-adtran_bsap1800-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-adtran_bsap1800-v2-squashfs-sysupgrade.bin"; + sha256 = "9e8fd18d8657c4e1c633e564f2c2fcc20db7863a0bf6dc87bab179de033d5e57"; + sha256_unsigned = "24c2a39aaae37a988c80a15c50a64212f7565b69f0308ddc6e43cb8e40deb620"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-adtran_bsap1800-v2-squashfs-rootfs.bin"; + sha256 = "54f57e88bc8be465cfa57b88d8c0c2a5faa1606b54d36ac29c841ef8179d5350"; + sha256_unsigned = "54f57e88bc8be465cfa57b88d8c0c2a5faa1606b54d36ac29c841ef8179d5350"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-adtran_bsap1800-v2-squashfs-kernel.bin"; + sha256 = "20bcfd76f84ea986258169cf7dbb3ea38d841b3c79cfa0a167c7abd79c040635"; + sha256_unsigned = "20bcfd76f84ea986258169cf7dbb3ea38d841b3c79cfa0a167c7abd79c040635"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-adtran_bsap1800-v2-initramfs-kernel.bin"; + sha256 = "a5ebbf25f073eda218474461e7cf965db34f71e111903e2a60b7470df716b41a"; + sha256_unsigned = "a5ebbf25f073eda218474461e7cf965db34f71e111903e2a60b7470df716b41a"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1800-v2" + ]; + titles = [ + { + model = "BSAP-1800"; + variant = "v2"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + adtran_bsap1840 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-adtran_bsap1840"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-adtran_bsap1840-squashfs-kernel.bin"; + sha256 = "82d0026b13406ca25833a3195abef81549ec9ac9df0d1c19b6db8bc4d9b11edf"; + sha256_unsigned = "82d0026b13406ca25833a3195abef81549ec9ac9df0d1c19b6db8bc4d9b11edf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-adtran_bsap1840-squashfs-rootfs.bin"; + sha256 = "54f57e88bc8be465cfa57b88d8c0c2a5faa1606b54d36ac29c841ef8179d5350"; + sha256_unsigned = "54f57e88bc8be465cfa57b88d8c0c2a5faa1606b54d36ac29c841ef8179d5350"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-adtran_bsap1840-squashfs-sysupgrade.bin"; + sha256 = "c84129d02692270493500ebc621fcb8457e1bb431a44c04a357d01861a3ee7e8"; + sha256_unsigned = "d89416bcd652611be06a54f30ca6ea1828e15fc93447208cf88dfe458e5cd275"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-adtran_bsap1840-initramfs-kernel.bin"; + sha256 = "47b40e0d5a30cb95a347c0b21184a2ef1274f5e4a3c1d46df6a03fbbe9540a78"; + sha256_unsigned = "47b40e0d5a30cb95a347c0b21184a2ef1274f5e4a3c1d46df6a03fbbe9540a78"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1840" + ]; + titles = [ + { + model = "BSAP-1840"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + airtight_c-75 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-airtight_c-75"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-airtight_c-75-squashfs-sysupgrade.bin"; + sha256 = "a8a5df9a78eedec01d3f96ab1fbf19bda81992f433901be77d98a6abcbb4a23e"; + sha256_unsigned = "793f728f9c9cfdc63815c66e66d49c79977aa270e1bbc6caf9195baf5b6b83ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-airtight_c-75-initramfs-kernel.bin"; + sha256 = "f88699ae64a77fce12a9fcb2d6621e77597d25e57d4816a6023f62cb2a346937"; + sha256_unsigned = "f88699ae64a77fce12a9fcb2d6621e77597d25e57d4816a6023f62cb2a346937"; + type = "kernel"; + } + ]; + supported_devices = [ + "airtight,c-75" + ]; + titles = [ + { + model = "C-75"; + vendor = "AirTight Networks"; + } + { + model = "C-75"; + vendor = "Mojo Networks"; + } + { + model = "AP320"; + vendor = "WatchGuard"; + } + ]; + }; + alfa-network_ap121f = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-alfa-network_ap121f"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-alfa-network_ap121f-initramfs-kernel.bin"; + sha256 = "57550a4765585bde0c4eab9307f88682a4731708a0384c5ecf87ecabb7bb4958"; + sha256_unsigned = "57550a4765585bde0c4eab9307f88682a4731708a0384c5ecf87ecabb7bb4958"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-alfa-network_ap121f-squashfs-sysupgrade.bin"; + sha256 = "adbb83e694b30089023ab2f877d3d16ab8478fcc7dc9045d9654aff41f3dfdf0"; + sha256_unsigned = "2095a8680796f42a0b0bbf15160c8650fb1b55a4fdacae6949ea51deafd1f87d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap121f" + "ap121f" + ]; + titles = [ + { + model = "AP121F"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_ap121fe = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-gadget-eth" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-alfa-network_ap121fe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-alfa-network_ap121fe-squashfs-sysupgrade.bin"; + sha256 = "dd9b7de1d89eae21b1dc5884aaa909d3820114c25f9643a687129e6789ddf206"; + sha256_unsigned = "b00a52f11e537678d56e711e83a66c5d882fbcb205a75a9e12710a3efb0e28de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-alfa-network_ap121fe-initramfs-kernel.bin"; + sha256 = "2f7f5665ae90eeb400ec8e3f72e66dacf79a7215b9ffdf99f17c2df76f8eaa02"; + sha256_unsigned = "2f7f5665ae90eeb400ec8e3f72e66dacf79a7215b9ffdf99f17c2df76f8eaa02"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121fe" + ]; + titles = [ + { + model = "AP121FE"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n2q = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-gpio-pcf857x" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-alfa-network_n2q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-alfa-network_n2q-squashfs-sysupgrade.bin"; + sha256 = "e5bc6771906d3b639862f2d9c0694428462babd7d2939b8b54062966ef42cb86"; + sha256_unsigned = "d4d2b44fbf31684b7bf9ec694a99bd5c6d30ded1c0986ed2e0620bc5a31d13fd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-alfa-network_n2q-initramfs-kernel.bin"; + sha256 = "41c8ce02901423842884b6edb1afcc9da15bd6c2dbfa721c7043939977789066"; + sha256_unsigned = "41c8ce02901423842884b6edb1afcc9da15bd6c2dbfa721c7043939977789066"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n2q" + ]; + titles = [ + { + model = "N2Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n5q = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-alfa-network_n5q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-alfa-network_n5q-initramfs-kernel.bin"; + sha256 = "e06f18ead5c1d5f11cdd2653466aa9a74a72220e1c03cc1a4037d9792196f79b"; + sha256_unsigned = "e06f18ead5c1d5f11cdd2653466aa9a74a72220e1c03cc1a4037d9792196f79b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-alfa-network_n5q-squashfs-sysupgrade.bin"; + sha256 = "aa5f46de4a2736bbca5ad052153ac19cc6bbba9da4526484f72993a4ab80edeb"; + sha256_unsigned = "ddd3b132f7bff5c26fd67d07085555590049988a979386ffbf890855ae1f488f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,n5q" + "n5q" + ]; + titles = [ + { + model = "N5Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_pi-wifi4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-alfa-network_pi-wifi4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-alfa-network_pi-wifi4-initramfs-kernel.bin"; + sha256 = "68fb1658d616872ed29fdf8fcbf34a23f281579be982675a4924d06b49c8df27"; + sha256_unsigned = "68fb1658d616872ed29fdf8fcbf34a23f281579be982675a4924d06b49c8df27"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-alfa-network_pi-wifi4-squashfs-sysupgrade.bin"; + sha256 = "f625733da76efc1f9fda73541130072f60dff754899937128414abab09168a4f"; + sha256_unsigned = "0628df33b9fb757f73add42e6a40071401f39bddce544fc4bb1c3ee80c6226ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,pi-wifi4" + ]; + titles = [ + { + model = "Pi-WiFi4"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-alfa-network_r36a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-alfa-network_r36a-squashfs-sysupgrade.bin"; + sha256 = "a4ff455725c8c10f51ad4087930735d6489d437dc5db373ac868f615e8415177"; + sha256_unsigned = "c288e499235e89b6398cd90500f838f587d6c806e32e71589d13de2f232facb1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-alfa-network_r36a-initramfs-kernel.bin"; + sha256 = "2a16f18ab33fd597fa587b1772b7895af510eb1278cdb9d9a1b65cb9c0010cb7"; + sha256_unsigned = "2a16f18ab33fd597fa587b1772b7895af510eb1278cdb9d9a1b65cb9c0010cb7"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36a" + "r36a" + ]; + titles = [ + { + model = "R36A"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-2hq = { + device_packages = [ + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-alfa-network_tube-2hq"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-alfa-network_tube-2hq-initramfs-kernel.bin"; + sha256 = "a37e7b051cbfe1af199c1baf56534ed699820d103ac465afca1f3cfd843e2c4c"; + sha256_unsigned = "a37e7b051cbfe1af199c1baf56534ed699820d103ac465afca1f3cfd843e2c4c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-alfa-network_tube-2hq-squashfs-sysupgrade.bin"; + sha256 = "a51bc4ed1029180afe0fa652062451b793249a6f046fb2966a682e92f7787e41"; + sha256_unsigned = "51dc8d8c898aa1e2f81c291440156231cd1aecdb1589e00cc810ab6f6e572d5b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,tube-2hq" + "tube-2hq" + ]; + titles = [ + { + model = "Tube-2HQ"; + vendor = "ALFA Network"; + } + ]; + }; + allnet_all-wap02860ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-allnet_all-wap02860ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-allnet_all-wap02860ac-squashfs-factory.bin"; + sha256 = "ebf5da91b1499cabf337c76bfd31fe8a2db5274217334b5a243ce35f2c98959d"; + sha256_unsigned = "ebf5da91b1499cabf337c76bfd31fe8a2db5274217334b5a243ce35f2c98959d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-allnet_all-wap02860ac-initramfs-kernel.bin"; + sha256 = "73636b8dd3a5dbf73b5f664ea47e20dc455b641b34f1eaf88026ef5e58d99434"; + sha256_unsigned = "73636b8dd3a5dbf73b5f664ea47e20dc455b641b34f1eaf88026ef5e58d99434"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-allnet_all-wap02860ac-squashfs-sysupgrade.bin"; + sha256 = "015ee908885a6df019a61bd1834968f389e02750067261cae4bfd47b9903e19e"; + sha256_unsigned = "a2926d11682cc713a65c7b3ae8bb1e8c6512bc586ee0d71533bdc9342ed55193"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all-wap02860ac" + ]; + titles = [ + { + model = "ALL-WAP02860AC"; + vendor = "ALLNET"; + } + ]; + }; + araknis_an-300-ap-i-n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-araknis_an-300-ap-i-n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-araknis_an-300-ap-i-n-initramfs-kernel.bin"; + sha256 = "2c6c11cb19c323cb14ae86e6094f1b535bfc44939e1a774edb263818d89ac522"; + sha256_unsigned = "2c6c11cb19c323cb14ae86e6094f1b535bfc44939e1a774edb263818d89ac522"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-araknis_an-300-ap-i-n-squashfs-sysupgrade.bin"; + sha256 = "19ba41cadef574a27fda96640f24c8010ac0ab9e419b7c852507846409c155b7"; + sha256_unsigned = "6ed228596611461da5856b7786b53e3d95666fe4a2b819cb2abc3942b67aea91"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-araknis_an-300-ap-i-n-squashfs-factory.bin"; + sha256 = "d6496770759de7a1d2bc88ca6c01b895b65c991e1a889349b55808e752949995"; + sha256_unsigned = "d6496770759de7a1d2bc88ca6c01b895b65c991e1a889349b55808e752949995"; + type = "factory"; + } + ]; + supported_devices = [ + "araknis,an-300-ap-i-n" + ]; + titles = [ + { + model = "AN-300-AP-I-N"; + vendor = "Araknis"; + } + ]; + }; + araknis_an-500-ap-i-ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-araknis_an-500-ap-i-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-araknis_an-500-ap-i-ac-squashfs-sysupgrade.bin"; + sha256 = "be155a2cbb2cb95138b5a414765b7d62c8867f0549b7f2c4056219f3a4f18e50"; + sha256_unsigned = "b938985c83b612eff366387eb526951664a36d3b130637ccd78378ce9c707f07"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-araknis_an-500-ap-i-ac-squashfs-factory.bin"; + sha256 = "8fdb521629c323bec02ba18bf5c2a1a725ee1796e967856c29bff94a2a21ecc6"; + sha256_unsigned = "8fdb521629c323bec02ba18bf5c2a1a725ee1796e967856c29bff94a2a21ecc6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-araknis_an-500-ap-i-ac-initramfs-kernel.bin"; + sha256 = "5f1f4f6b32d5cc4db5cc806723b73d0876d202b733bd9fb9ff767f4789b30d2a"; + sha256_unsigned = "5f1f4f6b32d5cc4db5cc806723b73d0876d202b733bd9fb9ff767f4789b30d2a"; + type = "kernel"; + } + ]; + supported_devices = [ + "araknis,an-500-ap-i-ac" + ]; + titles = [ + { + model = "AN-500-AP-I-AC"; + vendor = "Araknis"; + } + ]; + }; + araknis_an-700-ap-i-ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-araknis_an-700-ap-i-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-araknis_an-700-ap-i-ac-squashfs-factory.bin"; + sha256 = "574c33f0adc61d8c95ccc231eb22c5b3b1c4e2d5e7750e1add7a3f3b38ef7dda"; + sha256_unsigned = "574c33f0adc61d8c95ccc231eb22c5b3b1c4e2d5e7750e1add7a3f3b38ef7dda"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-araknis_an-700-ap-i-ac-squashfs-sysupgrade.bin"; + sha256 = "4c8f46644477b32afc92e8c98019d977dc4c45a54c43e2fbb19c149b07f3a3ba"; + sha256_unsigned = "915601a636058547426863715ff89cc24659146f0c74052462e8cb166a8721bc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-araknis_an-700-ap-i-ac-initramfs-kernel.bin"; + sha256 = "1a24fecb66dce2414a70aa74eab74129df0cb040744d6a85209e63ed3cd0c0b6"; + sha256_unsigned = "1a24fecb66dce2414a70aa74eab74129df0cb040744d6a85209e63ed3cd0c0b6"; + type = "kernel"; + } + ]; + supported_devices = [ + "araknis,an-700-ap-i-ac" + ]; + titles = [ + { + model = "AN-700-AP-I-AC"; + vendor = "Araknis"; + } + ]; + }; + arduino_yun = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "block-mount" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-arduino_yun"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-arduino_yun-squashfs-sysupgrade.bin"; + sha256 = "cca591c0cf09fce87a5adac05d38375850760cd66f21f404561bc80b83f1ea8c"; + sha256_unsigned = "dbb3d22dc6b84d8cdd3b168bfaab65eb5cf012a9c389e08d066bec8c85a7d745"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-arduino_yun-initramfs-kernel.bin"; + sha256 = "1e3b04c75c0679d7587519b1f7dcde855f7d804864ac533c1e66bdc71fdf48e5"; + sha256_unsigned = "1e3b04c75c0679d7587519b1f7dcde855f7d804864ac533c1e66bdc71fdf48e5"; + type = "kernel"; + } + ]; + supported_devices = [ + "arduino,yun" + "arduino-yun" + ]; + titles = [ + { + model = "Yun"; + vendor = "Arduino"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "62cbd64bcf557a4bd184ab42c0f262eccf75d03a3d4626bbb06af52375f65026"; + sha256_unsigned = "b914c3373b3f681a3d850f84f1f3ae5378499f90465a8794c00f4886d3d5b5c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-aruba_ap-105-initramfs-kernel.bin"; + sha256 = "0272aca36bc9332c333604953302a68215782f8558c59f2b0dace7989feac2ac"; + sha256_unsigned = "0272aca36bc9332c333604953302a68215782f8558c59f2b0dace7989feac2ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + model = "AP-105"; + vendor = "Aruba"; + } + ]; + }; + asus_rp-ac66 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-asus_rp-ac66"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-asus_rp-ac66-initramfs-kernel.bin"; + sha256 = "94c5110fbf0857b010fb20f11b6367d0dc1f1d5bba6e497f0b57e2fd6f2bff36"; + sha256_unsigned = "94c5110fbf0857b010fb20f11b6367d0dc1f1d5bba6e497f0b57e2fd6f2bff36"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-asus_rp-ac66-squashfs-factory.bin"; + sha256 = "02c42e3e0aa1a7c8f6bd85bc39a8caca17c045c9bd8e01dac0964ab7209d4d8b"; + sha256_unsigned = "02c42e3e0aa1a7c8f6bd85bc39a8caca17c045c9bd8e01dac0964ab7209d4d8b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-asus_rp-ac66-squashfs-sysupgrade.bin"; + sha256 = "3541ce1978ec4604012f97182376d08bb2c327da9c41a29462a8a8d3b0c8f38c"; + sha256_unsigned = "de6fe912e663c530e4b22c91af1fd7a380eb1331002b2edfeca37b9a24bef791"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rp-ac66" + ]; + titles = [ + { + model = "RP-AC66"; + vendor = "ASUS"; + } + ]; + }; + atheros_db120 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-atheros_db120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-atheros_db120-squashfs-sysupgrade.bin"; + sha256 = "387745108cdd50fed8ac6dbaeb586622fe0bf1da7b644578c8fb6536381161d5"; + sha256_unsigned = "db102bbfd60905ddedbcce590790423996b0a1d192f420d18fa5c39105b0aca0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-atheros_db120-squashfs-factory.bin"; + sha256 = "e797bb8b2a97ed450cf3fdcb763e3e881368041f19546e94ac21b815a9541fb2"; + sha256_unsigned = "e797bb8b2a97ed450cf3fdcb763e3e881368041f19546e94ac21b815a9541fb2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-atheros_db120-initramfs-kernel.bin"; + sha256 = "ea6965b05361311f989463ade39697b6e1986eeefb50b11a4fee7365ab20c0e7"; + sha256_unsigned = "ea6965b05361311f989463ade39697b6e1986eeefb50b11a4fee7365ab20c0e7"; + type = "kernel"; + } + ]; + supported_devices = [ + "atheros,db120" + "db120" + ]; + titles = [ + { + model = "DB120"; + vendor = "Atheros"; + } + ]; + }; + avm_fritz1750e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-avm_fritz1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin"; + sha256 = "da186ad9dc62ab29b8da7073fccf13506082e813c5a777ac47bdfff0449c2f98"; + sha256_unsigned = "b72a4d11dd15c95c3264750ba0c6e3b35520b4eabc5cb1b4531a8647a11c9290"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-avm_fritz1750e-initramfs-kernel.bin"; + sha256 = "d8cd23176a94a70ac7110577d0be833978dad2227fb536e971393ec5df18c757"; + sha256_unsigned = "d8cd23176a94a70ac7110577d0be833978dad2227fb536e971393ec5df18c757"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz1750e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 1750E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "d5e5658e6c204b62e98ef3401d8e8a05c3d368d5d32af4fb6503675e412cd33f"; + sha256_unsigned = "2a908bd245658c38ca76fcc5d959e46ad4d0d689270fe8065ef197a0fdc948cf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-avm_fritz300e-initramfs-kernel.bin"; + sha256 = "173a0b4099d08238e08feb548500fbf524dfeb732c1b3f1f1fed4433a8288980"; + sha256_unsigned = "173a0b4099d08238e08feb548500fbf524dfeb732c1b3f1f1fed4433a8288980"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 300E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "66984c5a731ec302ddc6a598677d3f88a9f50ca0da3281e03bc45433e883353c"; + sha256_unsigned = "fa168d0e9a58566815aee515c8d321337762ad2dc11a8cae97208c5d2b3435d5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-avm_fritz4020-initramfs-kernel.bin"; + sha256 = "c6f1fb33f8ac93cadbe115d20b504e7c703bf7bc892aa09dd0eaf4c6750a0a00"; + sha256_unsigned = "c6f1fb33f8ac93cadbe115d20b504e7c703bf7bc892aa09dd0eaf4c6750a0a00"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + model = "FRITZ!Box 4020"; + vendor = "AVM"; + } + ]; + }; + avm_fritz450e = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-avm_fritz450e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-avm_fritz450e-initramfs-kernel.bin"; + sha256 = "454358087d94664da4aa5a41983d72f9d93c7647f8f22100fc0b27b2d9486b0a"; + sha256_unsigned = "454358087d94664da4aa5a41983d72f9d93c7647f8f22100fc0b27b2d9486b0a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-avm_fritz450e-squashfs-sysupgrade.bin"; + sha256 = "1aa6dc2974e43bb1362b0ab4e1bbc4505b54a87ca0fb018a46aa2e178559b773"; + sha256_unsigned = "3c91b1e34bc950590450a2a7827cd528e67e3dda7ef33b60f3e2bd80be7366de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz450e" + "fritz450e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 450E"; + vendor = "AVM"; + } + ]; + }; + avm_fritzdvbc = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-avm_fritzdvbc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-avm_fritzdvbc-squashfs-sysupgrade.bin"; + sha256 = "9b12a7154a0feb7ffd0302fac6c8299a6c8f33e4695241474270ca020d95495e"; + sha256_unsigned = "708f22c1ac3080645b3a2c8fd9338e839066513395f3722eac247115ac9f658b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-avm_fritzdvbc-initramfs-kernel.bin"; + sha256 = "af67bc10cb607565375a81b30f1a60d4e6540de34a2df651f575ee7f984b15d9"; + sha256_unsigned = "af67bc10cb607565375a81b30f1a60d4e6540de34a2df651f575ee7f984b15d9"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzdvbc" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater DVB-C"; + vendor = "AVM"; + } + ]; + }; + belkin_f9j1108-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-belkin_f9j1108-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-belkin_f9j1108-v2-squashfs-factory.bin"; + sha256 = "4c12671cd99259d63bc9fe61976339244abadceddb4d5f514cf4b593459e6cb5"; + sha256_unsigned = "4c12671cd99259d63bc9fe61976339244abadceddb4d5f514cf4b593459e6cb5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-belkin_f9j1108-v2-squashfs-sysupgrade.bin"; + sha256 = "922954b480e6dad2fdedcf2b5f18ea76d47e8a08c1c3a05b4d00ae3220a56e48"; + sha256_unsigned = "ad54cfa60ce2c16637436471568f36787c8984731d5b316fdf24b00d44b3c007"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-belkin_f9j1108-v2-initramfs-kernel.bin"; + sha256 = "7a187cab9aec1421c9e26653d399c1b3460c4403a8c613f80c19e29634f5048f"; + sha256_unsigned = "7a187cab9aec1421c9e26653d399c1b3460c4403a8c613f80c19e29634f5048f"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f9j1108-v2" + ]; + titles = [ + { + model = "F9J1108 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + belkin_f9k1115-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-belkin_f9k1115-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-belkin_f9k1115-v2-initramfs-kernel.bin"; + sha256 = "719127fc57c83106d9b7801962727ae95bce4d1775367fe2f14fe733e51f706d"; + sha256_unsigned = "719127fc57c83106d9b7801962727ae95bce4d1775367fe2f14fe733e51f706d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-belkin_f9k1115-v2-squashfs-factory.bin"; + sha256 = "84d1111d1753c0916fbe8ba78b43c0ef9609c4d2c2c32327263a3228485684a2"; + sha256_unsigned = "84d1111d1753c0916fbe8ba78b43c0ef9609c4d2c2c32327263a3228485684a2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-belkin_f9k1115-v2-squashfs-sysupgrade.bin"; + sha256 = "6e977607189861f8446131f69b93853477412c45760ddf3f1082a82bd77b6303"; + sha256_unsigned = "629a7ae631c87c1b38cc3fde87c490c382cb5f52649a09aa3513901877fe728b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1115-v2" + ]; + titles = [ + { + model = "F9K1115 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "c9ede99aed9d701f6d996f89419bf505fbd6401725e5b1ef88bb050c406af503"; + sha256_unsigned = "07bdd8d2e75c91435eefb262bde207c8b912393e24eeb4e1b47884ce7c4ae111"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_bhr-4grv-initramfs-kernel.bin"; + sha256 = "7c7db019830f6b64d001c9e1f87f020701d24f5cb4c599e67e2950453b61e677"; + sha256_unsigned = "7c7db019830f6b64d001c9e1f87f020701d24f5cb4c599e67e2950453b61e677"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "9333d4f1ff303cbcee55bdd59d3dbff0489fb5c72815783cadd762e4fbf44eae"; + sha256_unsigned = "9333d4f1ff303cbcee55bdd59d3dbff0489fb5c72815783cadd762e4fbf44eae"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "7a1caf8f815d18fa44cabf862b32954096f771ec89f416410fa56610c65eff17"; + sha256_unsigned = "7a1caf8f815d18fa44cabf862b32954096f771ec89f416410fa56610c65eff17"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "BHR-4GRV"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "eed3aaba5a21de179eb52d33b372ec605441e01de799491a8965d69fae4ccd34"; + sha256_unsigned = "68ef6dbe3a337d1fc9db5704f339f0ff5dfc80bb766c36e7190b11009f59a110"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_bhr-4grv2-initramfs-kernel.bin"; + sha256 = "fe260d73ab21528baf413defcd58811b655cf4fde680dbc8f996eef51967779c"; + sha256_unsigned = "fe260d73ab21528baf413defcd58811b655cf4fde680dbc8f996eef51967779c"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + model = "BHR-4GRV2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-buffalo_wzr-600dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-600dhp-initramfs-kernel.bin"; + sha256 = "2817b6bfb8bc410d8ece337d3f814ada751ac29303ad9a5fbfe31137d1e7e2d7"; + sha256_unsigned = "2817b6bfb8bc410d8ece337d3f814ada751ac29303ad9a5fbfe31137d1e7e2d7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-600dhp-squashfs-tftp.bin"; + sha256 = "2d0d166f57abdf5915a9b0e68bf95e3e38ed1e3758f104ca4d213a90af8cea1d"; + sha256_unsigned = "2d0d166f57abdf5915a9b0e68bf95e3e38ed1e3758f104ca4d213a90af8cea1d"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-600dhp-squashfs-factory.bin"; + sha256 = "4a26a30010d86381bc50470c9c2526587b9d56daed27ce28614a14205ecbd91f"; + sha256_unsigned = "4a26a30010d86381bc50470c9c2526587b9d56daed27ce28614a14205ecbd91f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "135aed0ec272745895d45705df75e8c1506d24cf2a5d3ecdfbd029edce3d5f4a"; + sha256_unsigned = "2802c23da23d7235cc781e9633e08001108bb26ba3392f51beb4e140b136bd36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "e7df4fd690a341dd16a516f882f7742bb55b03462f8eadc0a83984cef6f02a48"; + sha256_unsigned = "e7df4fd690a341dd16a516f882f7742bb55b03462f8eadc0a83984cef6f02a48"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-ag300h-initramfs-kernel.bin"; + sha256 = "fb1aa8ce9e6ba87064742c8590002edfe3042d6e19d288281e08030e037626a6"; + sha256_unsigned = "fb1aa8ce9e6ba87064742c8590002edfe3042d6e19d288281e08030e037626a6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "85c13970109f05d29822daf0edfeec61d39ed596c5faaaf37c7a43d20d84ec18"; + sha256_unsigned = "85c13970109f05d29822daf0edfeec61d39ed596c5faaaf37c7a43d20d84ec18"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "572c1a6c1ad611591c39193c9622fbf90784c255dd292657fe83d3ab5a09b49b"; + sha256_unsigned = "9bc9f594356cb330c1563eabef4cdfbc008a28fd69a687baa39a84940c0dbd6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-HP-AG300H"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-rb = { + device_packages = [ + "kmod-gpio-cascade" + "kmod-mux-gpio" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g300nh-rb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-sysupgrade.bin"; + sha256 = "4127c802910ef7588000e07ffc76bd50b9115d5537d5c4a108316fee39c19637"; + sha256_unsigned = "d4078b81b5fb674eb399848f32619ca231c01978134736e9a7eb067b91d285cb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-tftp.bin"; + sha256 = "ce3f144a9359b0cd23a1476f3e6cd93a59ee2f5d03c79262102b0e046c94a1d8"; + sha256_unsigned = "ce3f144a9359b0cd23a1476f3e6cd93a59ee2f5d03c79262102b0e046c94a1d8"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g300nh-rb-initramfs-kernel.bin"; + sha256 = "fd66871f8a7477fba6f2ca568c58d871f4d17e4e428421d9f1c33267fb5ce114"; + sha256_unsigned = "fd66871f8a7477fba6f2ca568c58d871f4d17e4e428421d9f1c33267fb5ce114"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-factory.bin"; + sha256 = "50ad3038b5ea17249f1ea4325337ef27c1c47299e1a1d75c1e2bb3f167858410"; + sha256_unsigned = "50ad3038b5ea17249f1ea4325337ef27c1c47299e1a1d75c1e2bb3f167858410"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-rb" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366RB switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-s = { + device_packages = [ + "kmod-gpio-cascade" + "kmod-mux-gpio" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g300nh-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-factory.bin"; + sha256 = "b6f8feec4c56f5b795541d4efe244dacc978e098bd1eb409d165cba5c6acc459"; + sha256_unsigned = "b6f8feec4c56f5b795541d4efe244dacc978e098bd1eb409d165cba5c6acc459"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-sysupgrade.bin"; + sha256 = "548a213dbe5cafe1e656dc582a42eec98b92dd7b4e790ecd9a1614b53e067c67"; + sha256_unsigned = "75acca62c6cf8660d42db4c18c2744d8aa60f4ad122e646cfe91545ba53acf25"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g300nh-s-initramfs-kernel.bin"; + sha256 = "7636fa6a9963ae008d11e09f60c941a73d0a60f52d655761314b561a45b1aec9"; + sha256_unsigned = "7636fa6a9963ae008d11e09f60c941a73d0a60f52d655761314b561a45b1aec9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-tftp.bin"; + sha256 = "2294af64e2750788ef18ff6ca32d88f2cf3d22b1be832747444d7ca561623e9f"; + sha256_unsigned = "2294af64e2750788ef18ff6ca32d88f2cf3d22b1be832747444d7ca561623e9f"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-s" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366S switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "adafcc8ec69c096715c2de30d0303a3e020bddb7ef536e06d4667fcdd4e29d0f"; + sha256_unsigned = "adafcc8ec69c096715c2de30d0303a3e020bddb7ef536e06d4667fcdd4e29d0f"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "e8a68c337a0e9c76d2059e9a5c8d67c4f4f2edadc1df8de57274dabb2b4c0b2b"; + sha256_unsigned = "7ce45524c6b895b0816d89a3b337b63b43cc7939999d4592766da0446545a879"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "a9f584fdad821b8e979b36e8afc05b2467e51ab9fc86be098c37b8a332658039"; + sha256_unsigned = "a9f584fdad821b8e979b36e8afc05b2467e51ab9fc86be098c37b8a332658039"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g302h-a1a0-initramfs-kernel.bin"; + sha256 = "fed0952aaa12550afde852749f7885a46ce5bd702068ed01cf6fe3204a43cdeb"; + sha256_unsigned = "fed0952aaa12550afde852749f7885a46ce5bd702068ed01cf6fe3204a43cdeb"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + model = "WZR-HP-G302H"; + variant = "A1A0"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "8231180dc9ae02d870847458894abf976913b61cee5c988df75bd1d90c135308"; + sha256_unsigned = "8231180dc9ae02d870847458894abf976913b61cee5c988df75bd1d90c135308"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g450h-initramfs-kernel.bin"; + sha256 = "b2dbb7b798419d49344d04baa495181b6383471fca46f66be10c2ae2d3d58d8f"; + sha256_unsigned = "b2dbb7b798419d49344d04baa495181b6383471fca46f66be10c2ae2d3d58d8f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "9ba13ba4c003b9424b96aa9877e940df43f0cf5aac40701b74f02a44fe9a42c8"; + sha256_unsigned = "9ba13ba4c003b9424b96aa9877e940df43f0cf5aac40701b74f02a44fe9a42c8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "b0274be8d6760507b34ab689e451aa164ea05de155310989c5aa2902d378cb04"; + sha256_unsigned = "3e4c9d635656bb680203508f778b6cc8875a1c28bcab2e1b7fb3d08c6b95b13c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "WZR-HP-G450H/WZR-450HP"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "c433d084a8392d2e52fc42fa23e841e2665a0067f44cdd2736173fb718822ea9"; + sha256_unsigned = "77be7b47718caa099ae6fd7aaa17c3c2a7344356c08129d5b70ab13496660905"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-e110n-v2-initramfs-kernel.bin"; + sha256 = "666235eb03ecd9acd7dbd9a9978236387cdf6933a2e68d1eca1b44445481164e"; + sha256_unsigned = "666235eb03ecd9acd7dbd9a9978236387cdf6933a2e68d1eca1b44445481164e"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + model = "CF-E110N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "5f8071873c130d396e0426075158f818df07687edf22b470bd0f209f64e1fa1a"; + sha256_unsigned = "a2fb8f3aeff4eb21db1c3e310295586fb61d1d38ee89af7484e020ecea895dae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-e120a-v3-initramfs-kernel.bin"; + sha256 = "ffaf32bb04dc93539a2f79b509800735302259ba0bf43c3968db7ca52f1dd6a9"; + sha256_unsigned = "ffaf32bb04dc93539a2f79b509800735302259ba0bf43c3968db7ca52f1dd6a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + model = "CF-E120A"; + variant = "v3"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e130n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-comfast_cf-e130n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-e130n-v2-squashfs-sysupgrade.bin"; + sha256 = "e77a98fa788c61bae9f978654a2bb76f7a31d3f40c1a36468341ae8302a0ea13"; + sha256_unsigned = "df234eac3afe5ce6127130817bca3ee520682fc2d48f39e7ceebdde370d70b87"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-e130n-v2-initramfs-kernel.bin"; + sha256 = "159b222a0f05c4a375fd7f361cd41bde8c2b4351f5332cc65590b02328e8df36"; + sha256_unsigned = "159b222a0f05c4a375fd7f361cd41bde8c2b4351f5332cc65590b02328e8df36"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e130n-v2" + ]; + titles = [ + { + model = "CF-E130N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e313ac = { + device_packages = [ + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-comfast_cf-e313ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-e313ac-squashfs-sysupgrade.bin"; + sha256 = "ed02b74cce569bad92aef0ee599e088f79ed303b31ae10bf5857825fc673cce8"; + sha256_unsigned = "a1c16571caed30fa6d3e8fe9cd5ec0f1165f382b8ca4dbf5ac27f1b92cdb77f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-e313ac-initramfs-kernel.bin"; + sha256 = "ac13152dc7c26e77ec477f7198fcfc289758444346515d8aee6791308f4af83b"; + sha256_unsigned = "ac13152dc7c26e77ec477f7198fcfc289758444346515d8aee6791308f4af83b"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e313ac" + ]; + titles = [ + { + model = "CF-E313AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e314n-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-comfast_cf-e314n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-e314n-v2-initramfs-kernel.bin"; + sha256 = "dde86e6635db954968b0d227280d7701ba3c18b5b246a9393a306e36a0d5f179"; + sha256_unsigned = "dde86e6635db954968b0d227280d7701ba3c18b5b246a9393a306e36a0d5f179"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-e314n-v2-squashfs-sysupgrade.bin"; + sha256 = "289284a9cfdfd63edce73cce66258e680c30ad1533a7e12b783bf2dc7daffca0"; + sha256_unsigned = "da3c68fc4bd4cd66144fd47632988196766e4a0f31800149385d45601758b876"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e314n-v2" + ]; + titles = [ + { + model = "CF-E314N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e375ac = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-comfast_cf-e375ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-e375ac-squashfs-sysupgrade.bin"; + sha256 = "98978b3a3ed1a06e825f5dda7bebf066ca18cbecb53cb8ea5b0e9cc1206acd0b"; + sha256_unsigned = "0e30be419aafeddbca921429fbde67e34cac1b2aedcdb988152a9920a72765cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-e375ac-initramfs-kernel.bin"; + sha256 = "c0d7dae34b2c5995f88f7e3594eac25b6d646725b2a064ccf13c3bac03d5563e"; + sha256_unsigned = "c0d7dae34b2c5995f88f7e3594eac25b6d646725b2a064ccf13c3bac03d5563e"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e375ac" + ]; + titles = [ + { + model = "CF-E375AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-e5-initramfs-kernel.bin"; + sha256 = "00fe9e9805a62e0a513e914bff3b335bc39f2a8300304a490d3ed3c11ebd508f"; + sha256_unsigned = "00fe9e9805a62e0a513e914bff3b335bc39f2a8300304a490d3ed3c11ebd508f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "c45762c345fd161edd1bf7b3dbd6db7cecbd9ba13639f2d9ac29f9388bcf2b99"; + sha256_unsigned = "e16a556c372c26ade402fa1ef352295738d813707279ed26daf055ce5ec4843e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + model = "CF-E5/E7"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e560ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-comfast_cf-e560ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-e560ac-squashfs-sysupgrade.bin"; + sha256 = "b5f738f80924227a7516914b5016fc6a455a4e56975f49b3638d146f72250143"; + sha256_unsigned = "d897fe05a7c6c5a7531d5f8bb5a8636b1e94fba764b4d0553688e0493de3a5d3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-e560ac-initramfs-kernel.bin"; + sha256 = "3cea68c8ede9b5b13124534cfb3acbed6e23d4168af6f56668fa7cafbd6aa3d8"; + sha256_unsigned = "3cea68c8ede9b5b13124534cfb3acbed6e23d4168af6f56668fa7cafbd6aa3d8"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e560ac" + ]; + titles = [ + { + model = "CF-E560AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-ew72 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-comfast_cf-ew72"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-ew72-squashfs-sysupgrade.bin"; + sha256 = "e3a36046447b3c705f263c309ba2797e384b1e4d7be47187856dd7b92e4036fa"; + sha256_unsigned = "ed472ccbf1da9ebef466da4a8fc5dfabb13f63b8a264c958ca77a46b98a00ff8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-ew72-initramfs-kernel.bin"; + sha256 = "ac8b05fc2769c600f33f1edfcce1c72d3fbb05aa5e072b73573baa9593765794"; + sha256_unsigned = "ac8b05fc2769c600f33f1edfcce1c72d3fbb05aa5e072b73573baa9593765794"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-ew72" + ]; + titles = [ + { + model = "CF-EW72"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-comfast_cf-wr650ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-wr650ac-v1-squashfs-sysupgrade.bin"; + sha256 = "e1859d12e45b147394ec0acf67e5eecf6712021032fdc9072643502f2d006efa"; + sha256_unsigned = "cb1789785beafb459f4cde8f5f946e2e24339239f94a32669f4c81fd5129a1a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-wr650ac-v1-initramfs-kernel.bin"; + sha256 = "d3c1f722015a6fe78a81a06cfca2e8be8b2c1bb00449c4f338f41c48c0e79cce"; + sha256_unsigned = "d3c1f722015a6fe78a81a06cfca2e8be8b2c1bb00449c4f338f41c48c0e79cce"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v1" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-comfast_cf-wr650ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-wr650ac-v2-squashfs-sysupgrade.bin"; + sha256 = "b0db092ed237751d61da4601d15a277ff1daf0d831b5727cc677c0db9052c0b8"; + sha256_unsigned = "e149fc9aa766b1ef3157b2474ce530665b706ba7ac99c375769121008030117e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-wr650ac-v2-initramfs-kernel.bin"; + sha256 = "d995e65dc383f2f40702fb68260930001fd40a3b3f310663b8eb5aadd93dccc2"; + sha256_unsigned = "d995e65dc383f2f40702fb68260930001fd40a3b3f310663b8eb5aadd93dccc2"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v2" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr752ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-comfast_cf-wr752ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-wr752ac-v1-squashfs-sysupgrade.bin"; + sha256 = "bfd51aea9806d14e92e94699417022ff2af20210ce538356c08a848d3d1ec795"; + sha256_unsigned = "6d94b1a3b386d89dab5137d40d7b0c6d5a2b0abf2ddf66cb543abdf57e49abe7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-comfast_cf-wr752ac-v1-initramfs-kernel.bin"; + sha256 = "9bef6db29276324b04e07bbb219bea30be6e796e580748e99b3f8a8c5d521804"; + sha256_unsigned = "9bef6db29276324b04e07bbb219bea30be6e796e580748e99b3f8a8c5d521804"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr752ac-v1" + ]; + titles = [ + { + model = "CF-WR752AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + compex_wpj344-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-compex_wpj344-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-compex_wpj344-16m-initramfs-kernel.bin"; + sha256 = "be1688a35d3a856a51765698f284084bca9d72f1bfcc4712cad45cfaee8c9d7b"; + sha256_unsigned = "be1688a35d3a856a51765698f284084bca9d72f1bfcc4712cad45cfaee8c9d7b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-compex_wpj344-16m-squashfs-sysupgrade.bin"; + sha256 = "17404151be894ba5a81a95a5d402160b65f8ae233e8e8b3310a1f3e04bff61a5"; + sha256_unsigned = "0315ff50629ef0b30940faafcb7cbbafe780d3ad5904423b0e3f4cc8078a5684"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-compex_wpj344-16m-squashfs-cpximg-6a08.bin"; + sha256 = "83fafea490d70db9fb5b7a403bbe694ad1ac34ef4897f39d7e144d7c18aec531"; + sha256_unsigned = "83fafea490d70db9fb5b7a403bbe694ad1ac34ef4897f39d7e144d7c18aec531"; + type = "cpximg-6a08"; + } + ]; + supported_devices = [ + "compex,wpj344-16m" + "wpj344" + ]; + titles = [ + { + model = "WPJ344"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj531-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-compex_wpj531-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-compex_wpj531-16m-squashfs-sysupgrade.bin"; + sha256 = "4e72eb2b1d4beed8cd718642f079904ad505f6de917070003e07ca9d1604a03a"; + sha256_unsigned = "9f4d93f127a595baf5f92ad6cc3532bd337f3a6c580715599558314d85b60489"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a03.bin"; + sha256 = "283170bdb45bdf70d5462839158d1f02ac11c413bc70299e497e1f3037242f89"; + sha256_unsigned = "283170bdb45bdf70d5462839158d1f02ac11c413bc70299e497e1f3037242f89"; + type = "cpximg-7a03"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-compex_wpj531-16m-initramfs-kernel.bin"; + sha256 = "09fd58d3586798e59cdc2e40a18e2a7c030c0369750aff4bc9745a4bef74c8b8"; + sha256_unsigned = "09fd58d3586798e59cdc2e40a18e2a7c030c0369750aff4bc9745a4bef74c8b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a06.bin"; + sha256 = "15398bbd395e0909a341130f75fe6d91266e2cca8278ae25c190d9b97457b4bd"; + sha256_unsigned = "15398bbd395e0909a341130f75fe6d91266e2cca8278ae25c190d9b97457b4bd"; + type = "cpximg-7a06"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a07.bin"; + sha256 = "15398bbd395e0909a341130f75fe6d91266e2cca8278ae25c190d9b97457b4bd"; + sha256_unsigned = "15398bbd395e0909a341130f75fe6d91266e2cca8278ae25c190d9b97457b4bd"; + type = "cpximg-7a07"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a04.bin"; + sha256 = "15398bbd395e0909a341130f75fe6d91266e2cca8278ae25c190d9b97457b4bd"; + sha256_unsigned = "15398bbd395e0909a341130f75fe6d91266e2cca8278ae25c190d9b97457b4bd"; + type = "cpximg-7a04"; + } + ]; + supported_devices = [ + "compex,wpj531-16m" + "wpj531" + ]; + titles = [ + { + model = "WPJ531"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj558-16m = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-compex_wpj558-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-compex_wpj558-16m-squashfs-cpximg-6a07.bin"; + sha256 = "8be1e1958d10be92bb4975968987109f0ae12e40051d125524e6dd19efde6e1b"; + sha256_unsigned = "8be1e1958d10be92bb4975968987109f0ae12e40051d125524e6dd19efde6e1b"; + type = "cpximg-6a07"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-compex_wpj558-16m-squashfs-sysupgrade.bin"; + sha256 = "81d0a67d4f781faf1ed0d4b61d8135846f749a8e07c9574450fbf2ec3a04c19a"; + sha256_unsigned = "3c65bb9f2bb6d4af7aa1375a5247ea0d50fc498ef3a24efd8584331c1ed2a38d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-compex_wpj558-16m-initramfs-kernel.bin"; + sha256 = "f4f5767ad4139d33718595f47fed292e1f849f9b4cac569357614b682c4d1238"; + sha256_unsigned = "f4f5767ad4139d33718595f47fed292e1f849f9b4cac569357614b682c4d1238"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj558-16m" + "wpj558" + ]; + titles = [ + { + model = "WPJ558"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj563 = { + device_packages = [ + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-compex_wpj563"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-compex_wpj563-squashfs-cpximg-7a02.bin"; + sha256 = "fa308fe0c54bcec2972204865db395fd756472303c0aac68a5062ac019edae8d"; + sha256_unsigned = "fa308fe0c54bcec2972204865db395fd756472303c0aac68a5062ac019edae8d"; + type = "cpximg-7a02"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-compex_wpj563-squashfs-sysupgrade.bin"; + sha256 = "c3db2fa704922fa01e4b6a19aab56fc2926f2f25b4b23e6c1d9972dbee774eea"; + sha256_unsigned = "553318948098d3fbe60a8e8195c423ac658a7e5309949fa10101e2037bf34472"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-compex_wpj563-initramfs-kernel.bin"; + sha256 = "90bdba7a4e0aca419ed355fcfe85dc775cbe4597f841a5cbabaa0fb53729e0f6"; + sha256_unsigned = "90bdba7a4e0aca419ed355fcfe85dc775cbe4597f841a5cbabaa0fb53729e0f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj563" + "wpj563" + ]; + titles = [ + { + model = "WPJ563"; + vendor = "Compex"; + } + ]; + }; + devolo_dlan-pro-1200plus-ac = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-devolo_dlan-pro-1200plus-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-devolo_dlan-pro-1200plus-ac-squashfs-sysupgrade.bin"; + sha256 = "6ad9ad1a0e1dd29becafb2a18cc67f28cac6bd9361281e5f37d849820ecd2f45"; + sha256_unsigned = "802d67b454cc6394536835760b77376703ba12c251cf3afad9fcfe09de3fe6d5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-devolo_dlan-pro-1200plus-ac-initramfs-kernel.bin"; + sha256 = "8f61fa76dc42bf9796dccf650f94338defab8d0d14ca6a629e46c63151897257"; + sha256_unsigned = "8f61fa76dc42bf9796dccf650f94338defab8d0d14ca6a629e46c63151897257"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dlan-pro-1200plus-ac" + ]; + titles = [ + { + model = "dLAN pro 1200+ WiFi ac"; + vendor = "Devolo"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "c5958f3eee97ada6aa2afeefd7b02f05ea1394921a24b9db0424b0d1d80f4cdc"; + sha256_unsigned = "544c9d17068721f5b0230325bfac5da12a757b872b27a8831f83de4c09c9c59a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-devolo_dvl1200e-initramfs-kernel.bin"; + sha256 = "cf2f904fabc93d8edf121c7a4db60ef05b43e578b90fe342ce038fb67c4cca79"; + sha256_unsigned = "cf2f904fabc93d8edf121c7a4db60ef05b43e578b90fe342ce038fb67c4cca79"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + model = "WiFi pro 1200e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "2ec8895c2107647fb9e9538a84d8a6747249c4c30590d53038e5f3ac7e77ba47"; + sha256_unsigned = "e1673085b0151e0c0c2a9200ea9f2ad709290941829af7fa343a89fa60ed12d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-devolo_dvl1200i-initramfs-kernel.bin"; + sha256 = "075b2eadc7a16fc3350f58aab55c486af73c524bdcb46e5761c44310dba08090"; + sha256_unsigned = "075b2eadc7a16fc3350f58aab55c486af73c524bdcb46e5761c44310dba08090"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + model = "WiFi pro 1200i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-devolo_dvl1750c-initramfs-kernel.bin"; + sha256 = "455c081d21ba1f6ad2095f0ce6c3a39cf826a6d541372f8947cc9895f8e08cef"; + sha256_unsigned = "455c081d21ba1f6ad2095f0ce6c3a39cf826a6d541372f8947cc9895f8e08cef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "f77f1cc02104995202a75b8489536f53250b9160d3bd26db9ed5bd0ec0d1bd14"; + sha256_unsigned = "f9c23d2d59f5d86b29a3780c285e63c94e08b0a24e47bec5dda2025293aaf59a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + model = "WiFi pro 1750c"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "c513d220a41d417fd55d80f12a473d08a633f5ce4ab08fd8cf762cf3ceffcb9e"; + sha256_unsigned = "1fb42eb2d20536cbd310fd4f311cf160f8645525e645901fb5ca3d04149f5448"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-devolo_dvl1750e-initramfs-kernel.bin"; + sha256 = "25168f428291efb6d406adbc360c520f2fe1285db6ee7686bc7260555512e229"; + sha256_unsigned = "25168f428291efb6d406adbc360c520f2fe1285db6ee7686bc7260555512e229"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + model = "WiFi pro 1750e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "1bcb5f0e281ad0e83abe6eb715aa28bec975f79035053111b6dbbdcecf3891c9"; + sha256_unsigned = "e8652f16d8a951c0f02fe2ddd05dd864c84bb300c576d1530b526d794327344b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-devolo_dvl1750i-initramfs-kernel.bin"; + sha256 = "6cfec56fd8fa1d7a8b7e85dc922a8b52639a63977cfaa90b79b490fc8b7d2761"; + sha256_unsigned = "6cfec56fd8fa1d7a8b7e85dc922a8b52639a63977cfaa90b79b490fc8b7d2761"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + model = "WiFi pro 1750i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "b6e666ebe6bdd5d1d70cedc49ee043373b5934ef9828c39a26aebc0a96413a50"; + sha256_unsigned = "de03190cc54e85300e4e0d4b51b2e1d5ffdf45df2e27a1308a6f85cf08758c3a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-devolo_dvl1750x-initramfs-kernel.bin"; + sha256 = "5a4a981b9a1387174456d43d39f953d9c74dd8b3dfb10fa336b9f84f6457794b"; + sha256_unsigned = "5a4a981b9a1387174456d43d39f953d9c74dd8b3dfb10fa336b9f84f6457794b"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + model = "WiFi pro 1750x"; + vendor = "devolo"; + } + ]; + }; + devolo_magic-2-wifi = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-devolo_magic-2-wifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-devolo_magic-2-wifi-squashfs-sysupgrade.bin"; + sha256 = "a7eccf537f385e836bceeced542b6ba37951e19765a6b8b2fe5777d873471652"; + sha256_unsigned = "cee020ed7050024f9cac80ae351eac24be59dbe46bd76c424e643abc90611093"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-devolo_magic-2-wifi-initramfs-kernel.bin"; + sha256 = "f5cc034d4028d3abffdee81ecb10b11e0670f9841d37a28302d8ace4aa9dc4a9"; + sha256_unsigned = "f5cc034d4028d3abffdee81ecb10b11e0670f9841d37a28302d8ace4aa9dc4a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi" + ]; + titles = [ + { + model = "Magic 2 WiFi"; + vendor = "Devolo"; + } + ]; + }; + dlink_dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dap-1330-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-1330-a1-initramfs-kernel.bin"; + sha256 = "1e1fb4b2a8e905b0dc9286448b06269eaab7b20fa29d82b34a4782cfe3a06790"; + sha256_unsigned = "1e1fb4b2a8e905b0dc9286448b06269eaab7b20fa29d82b34a4782cfe3a06790"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "86de55be83b51941a3de2b29cd9b8c38feabbe4a2a4816c91857baee0900c3ca"; + sha256_unsigned = "0d77cfaa0c24ccb8a16554d3c6ebd310015af260760a0355fbdfd8a6822a7019"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-1330-a1-squashfs-factory.bin"; + sha256 = "511a7a52d421d2b60841906e30077ab8988b56125e57412158987c4893759b10"; + sha256_unsigned = "511a7a52d421d2b60841906e30077ab8988b56125e57412158987c4893759b10"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1330-a1" + "dap-1330-a1" + ]; + titles = [ + { + model = "DAP-1330"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-1365-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dap-1365-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-1365-a1-squashfs-factory.bin"; + sha256 = "0349c99740ba68fd4703b07cf6bcb522a7f02b3868acb799438f1dbf806ee5bd"; + sha256_unsigned = "0349c99740ba68fd4703b07cf6bcb522a7f02b3868acb799438f1dbf806ee5bd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-1365-a1-squashfs-sysupgrade.bin"; + sha256 = "8a68783906edfeb388fb84f52f8b2cd576e5c607d7cba742359d2a6f62c37fd0"; + sha256_unsigned = "0483def798e691725effa078315c19f6b413779dfc72bad3927301d41d32940d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-1365-a1-initramfs-kernel.bin"; + sha256 = "40e999794299c1abfdbaed4205bcff6e06aebb71274e1fcc4c9d91a2467c879f"; + sha256_unsigned = "40e999794299c1abfdbaed4205bcff6e06aebb71274e1fcc4c9d91a2467c879f"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-1365-a1" + ]; + titles = [ + { + model = "DAP-1365"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2230-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dap-2230-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-2230-a1-squashfs-factory.img"; + sha256 = "8aa9f1f652a7724d5ced6d3af239d197e2f303d251cbd595adca926db8179f4d"; + sha256_unsigned = "8aa9f1f652a7724d5ced6d3af239d197e2f303d251cbd595adca926db8179f4d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-2230-a1-initramfs-kernel.bin"; + sha256 = "988fe27b24006b0d78cc284d336e6c92c8df26c1685ec72b90d3f8be54cc3413"; + sha256_unsigned = "988fe27b24006b0d78cc284d336e6c92c8df26c1685ec72b90d3f8be54cc3413"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-2230-a1-squashfs-sysupgrade.bin"; + sha256 = "e5bec21b6fabfc0421ed2d0fa7b7c507d2f7a19b6706247aed60b10ce5f11f29"; + sha256_unsigned = "182bdba6a8911f129a4a511d7ba353b5abf0132060c638f336cd5253e2585498"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2230-a1" + ]; + titles = [ + { + model = "DAP-2230"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2660-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dap-2660-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-2660-a1-initramfs-kernel.bin"; + sha256 = "bfb3f12f93eb38dbddd8c7447f696d0a78408514ffd6fcdd8d513bd4a51cf875"; + sha256_unsigned = "bfb3f12f93eb38dbddd8c7447f696d0a78408514ffd6fcdd8d513bd4a51cf875"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "188c726fa1556d90f3a9c50b3ac7ad66ecf84605f2a69e7db1caabebf7df5f06"; + sha256_unsigned = "eb40d8dbe19d5d14f0de86a2ff2d6e7c1005828d32518bf260efc53c66da127b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-2660-a1-squashfs-factory.img"; + sha256 = "3f49fd715a51d62eb70910359cca804574b62770c8b9899b7ae3c22db147e84e"; + sha256_unsigned = "3f49fd715a51d62eb70910359cca804574b62770c8b9899b7ae3c22db147e84e"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2660-a1" + ]; + titles = [ + { + model = "DAP-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2680-a1 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dap-2680-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-2680-a1-squashfs-sysupgrade.bin"; + sha256 = "c0974550205e9c5566a91b8f74973018b74f0c5c80731ae7daa6709a666bed1b"; + sha256_unsigned = "4ecb57913db35c6a402eb1c718fe3dfbd1fc399630b7167a3cc74f23a4f23bab"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-2680-a1-squashfs-factory.img"; + sha256 = "bbe076e53e1bb25534bb71c1edb9bb99d851315a713689593369293921b2292e"; + sha256_unsigned = "bbe076e53e1bb25534bb71c1edb9bb99d851315a713689593369293921b2292e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-2680-a1-initramfs-kernel.bin"; + sha256 = "b3b21bd443907f2e4594559eea9ef8dbd0268fb568bbe44e918d8ad2a5e8acc7"; + sha256_unsigned = "b3b21bd443907f2e4594559eea9ef8dbd0268fb568bbe44e918d8ad2a5e8acc7"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2680-a1" + ]; + titles = [ + { + model = "DAP-2680"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dap-2695-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-2695-a1-squashfs-factory.img"; + sha256 = "41ff4402121809a606c89105fff2ef96fb9bbb4f452943d456888f14cb34bc5b"; + sha256_unsigned = "41ff4402121809a606c89105fff2ef96fb9bbb4f452943d456888f14cb34bc5b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-2695-a1-initramfs-kernel.bin"; + sha256 = "ed0378fd1b306a5b94b62d36cd8548a5db3bbc9fd3a47dce296fb6dde8b88add"; + sha256_unsigned = "ed0378fd1b306a5b94b62d36cd8548a5db3bbc9fd3a47dce296fb6dde8b88add"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "4d811cb769b354c237f3f6ba42e099709e7ece57562ae24fd88542513c54e423"; + sha256_unsigned = "a6c422e1b6dcc5831048af1b73f2b84a7eabb6535f65ab421770c7c8b47620f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2695-a1" + "dap-2695-a1" + ]; + titles = [ + { + model = "DAP-2695"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3320-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dap-3320-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-3320-a1-squashfs-sysupgrade.bin"; + sha256 = "4e2d5bb7162068457aaabe7ab54e7a9a973ec93ffbf0be3858ef8c7fe6d54c73"; + sha256_unsigned = "d64ca64f0c3ef3466ac07a7c27b279c7e370e239cef6fdd4f3e44b2a09d7c788"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-3320-a1-squashfs-factory.img"; + sha256 = "3f915d34cab0f63ac671bfa9c82005153fbcecc6deb9884af14bbcb03d7fa6ce"; + sha256_unsigned = "3f915d34cab0f63ac671bfa9c82005153fbcecc6deb9884af14bbcb03d7fa6ce"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-3320-a1-initramfs-kernel.bin"; + sha256 = "1fca33860e24a8f0511b522dd03e417be6bc15a3d7d698110ad793fe125f772e"; + sha256_unsigned = "1fca33860e24a8f0511b522dd03e417be6bc15a3d7d698110ad793fe125f772e"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-3320-a1" + ]; + titles = [ + { + model = "DAP-3320"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3662-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dap-3662-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-3662-a1-squashfs-factory.img"; + sha256 = "a1355c4f9363e54ebc7a444472f3a55623afe8c45d00c4a984f9777dfe9fe8d3"; + sha256_unsigned = "a1355c4f9363e54ebc7a444472f3a55623afe8c45d00c4a984f9777dfe9fe8d3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-3662-a1-initramfs-kernel.bin"; + sha256 = "b8922f941d586d117f026c32cb1ebf0319cfdfa9afb17228cd0d85c919c8bf8c"; + sha256_unsigned = "b8922f941d586d117f026c32cb1ebf0319cfdfa9afb17228cd0d85c919c8bf8c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dap-3662-a1-squashfs-sysupgrade.bin"; + sha256 = "8d44b9e17f11579440e56a4dde7196ba19136df4fca432a0a8e068485b404926"; + sha256_unsigned = "a24ca5700e47e512bdac799dcddfb2a6b3b7c5d687f7fd68e28043006763704e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-3662-a1" + ]; + titles = [ + { + model = "DAP-3662"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dch-g020-a1 = { + device_packages = [ + "kmod-gpio-pca953x" + "kmod-i2c-gpio" + "kmod-usb2" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dch-g020-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dch-g020-a1-initramfs-kernel.bin"; + sha256 = "294e65e259c44fa08f841e25474e2216db50a845683343e82ebf5d0cc3a3d304"; + sha256_unsigned = "294e65e259c44fa08f841e25474e2216db50a845683343e82ebf5d0cc3a3d304"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dch-g020-a1-squashfs-sysupgrade.bin"; + sha256 = "24ee61bb212d3797c5e97e0d08b3a32caf09c250bf5314c17790f8728053cdec"; + sha256_unsigned = "2524ac7320fc4979b748e839ee823dc077bdde0d6aa14491db3e34c1ff3c4fd1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dch-g020-a1-squashfs-factory.bin"; + sha256 = "de4a59005e2f559e2606c6f7cfb0ca50f2b27eb0e3181d9bd1d5f1f73fa031bc"; + sha256_unsigned = "de4a59005e2f559e2606c6f7cfb0ca50f2b27eb0e3181d9bd1d5f1f73fa031bc"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dch-g020-a1" + ]; + titles = [ + { + model = "DCH-G020"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-505 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dir-505"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-505-squashfs-sysupgrade.bin"; + sha256 = "8d5ec20cd55bee3b1934af866827a0d48a96fd92f469e53f0a23d7686bc68938"; + sha256_unsigned = "8ab72650143be1bed424c6738a6d602387d55794f67712b69caab5fa113d3a15"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-505-initramfs-kernel.bin"; + sha256 = "50347cd9476355b0c36063327d46215ff7986e94fee70f2c4db6526288344345"; + sha256_unsigned = "50347cd9476355b0c36063327d46215ff7986e94fee70f2c4db6526288344345"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-505" + "dir-505-a1" + ]; + titles = [ + { + model = "DIR-505"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-825-b1-initramfs-kernel.bin"; + sha256 = "44230943313b1f8eadf5d0a8d7a794bfa3d4379abba73a4e7d61321dbf9f197f"; + sha256_unsigned = "44230943313b1f8eadf5d0a8d7a794bfa3d4379abba73a4e7d61321dbf9f197f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "24dcc70ccd35446c0991ca1bcb869075dd4443d5c0bb5e69559b23230115665f"; + sha256_unsigned = "049e8271327ea7aab7da91912458e9593f055385d1a98576a8ca18ac3f64544f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-825-c1-initramfs-kernel.bin"; + sha256 = "2f2c8d34af7fb3bd6a3003b8743a334bab6bbe8d0ceac97d5726dc79f426a40d"; + sha256_unsigned = "2f2c8d34af7fb3bd6a3003b8743a334bab6bbe8d0ceac97d5726dc79f426a40d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "37a92eefa9e5927b4203e37df3d35e035522a22bec43c8f87fa22773220a0f4e"; + sha256_unsigned = "37a92eefa9e5927b4203e37df3d35e035522a22bec43c8f87fa22773220a0f4e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "c7cd3976d5dd8f46a45bd8e394f2341f9e2da152b8c91a54b41eaf99610c3aca"; + sha256_unsigned = "dd224eece20a793caf1cf842e989007d4391dcdefe1247def7fc1f87b214cb49"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-835-a1-initramfs-kernel.bin"; + sha256 = "735ff3032b6f9c67f83c08c70621adc260a97ffeeb80854bee67fdee9cec8d0a"; + sha256_unsigned = "735ff3032b6f9c67f83c08c70621adc260a97ffeeb80854bee67fdee9cec8d0a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "74047b2a82b51e6d49143c47f397bbe863d363f48d0a4b376f530b9e5d138704"; + sha256_unsigned = "f0491ff66d31874c4b4179662fbbe48627f6b4c82397791267e63d7d9cf08213"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "9a13a6de4e03e7dc9fb0ea974b25d3dacd7d2744dc1c179ff9cf79faacc20f46"; + sha256_unsigned = "9a13a6de4e03e7dc9fb0ea974b25d3dacd7d2744dc1c179ff9cf79faacc20f46"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + model = "DIR-835"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dir-842-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-842-c1-initramfs-kernel.bin"; + sha256 = "514705b6d375b1f7ed95c99a75f94d275026cddfba8173db7b66afe31f3d38db"; + sha256_unsigned = "514705b6d375b1f7ed95c99a75f94d275026cddfba8173db7b66afe31f3d38db"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-842-c1-squashfs-sysupgrade.bin"; + sha256 = "0c1c60639a0e3a07e5d21e54009484e5ee97e6378a476a8a1fc7e8cd2125c36b"; + sha256_unsigned = "4322a9e207347af82729f788f139697d4d5e87c44f1a7808b405edddc0caee63"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-842-c1-squashfs-factory.bin"; + sha256 = "95227bce7a17d46ca4c212a72fdf5dba59a13b2eb04b4ad9197b27c1bed5d8a9"; + sha256_unsigned = "95227bce7a17d46ca4c212a72fdf5dba59a13b2eb04b4ad9197b27c1bed5d8a9"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-842-c1" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dir-842-c2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-842-c2-initramfs-kernel.bin"; + sha256 = "d5e0e71d3de8ef06580cc8e40880246ea3ee3271894e4a0bebb61f604441c74c"; + sha256_unsigned = "d5e0e71d3de8ef06580cc8e40880246ea3ee3271894e4a0bebb61f604441c74c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-842-c2-squashfs-sysupgrade.bin"; + sha256 = "888be83abef828f6776f01bdd01960e678af626015998dc44b8f3b92e7f71b6a"; + sha256_unsigned = "aa373cae59b19d79b82adccffb7e8f147fa52d15daa1511122aa9f92de2fb5ab"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-842-c2-squashfs-factory.bin"; + sha256 = "b0ac700366f12a6f702c9fc384c13aabf016fcd9891ae2c89d5a2a8f0c2d9faa"; + sha256_unsigned = "b0ac700366f12a6f702c9fc384c13aabf016fcd9891ae2c89d5a2a8f0c2d9faa"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-842-c2" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dir-842-c3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-842-c3-initramfs-kernel.bin"; + sha256 = "5b3722c19c5498b069a79f09d6359aa9d7881d1295efec77c2f4874f06e07d0a"; + sha256_unsigned = "5b3722c19c5498b069a79f09d6359aa9d7881d1295efec77c2f4874f06e07d0a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-842-c3-squashfs-sysupgrade.bin"; + sha256 = "63fd0575be2ae836e7a7b6da0e4afdf09243bc62c963171a9fc3bc1decee695f"; + sha256_unsigned = "bd5ea10c6e8ec795563b36174c27de671a137f9104dbb04ab23bb813c2829dbd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-842-c3-squashfs-factory.bin"; + sha256 = "ddeb1edc2c42f9443cf0c388c482db26186f36dd973cb62e4c283b0ff1455284"; + sha256_unsigned = "ddeb1edc2c42f9443cf0c388c482db26186f36dd973cb62e4c283b0ff1455284"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-842-c3" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "cb50a3aa3c94ff875a1aff39d4bda2c3f6818b81d5314a0011e4c80df5abb4c8"; + sha256_unsigned = "cb50a3aa3c94ff875a1aff39d4bda2c3f6818b81d5314a0011e4c80df5abb4c8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-859-a1-initramfs-kernel.bin"; + sha256 = "ca1bf0d43a610a4e4465221133648a6095a0ff15cab01230ad7eafd89c31a895"; + sha256_unsigned = "ca1bf0d43a610a4e4465221133648a6095a0ff15cab01230ad7eafd89c31a895"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "88059dcdae28861c20adfa9daae6633aca475a940e7494cd912c5ee4e423a63e"; + sha256_unsigned = "4dfaefd4df855e9eb69bb727e6d7a7a8548d07ba1a142765719e56d98abcf68c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + model = "DIR-859"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "2d2204b94ab5932b371d8cecbe544b6c46e02a3c8d7971cd7d6f9117f5f63026"; + sha256_unsigned = "61e196a827519c4eae18c10f4c95c3e516a2a1bc23ab1aa3fc5989224658e6e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-elecom_wrc-1750ghbk2-i-initramfs-kernel.bin"; + sha256 = "dbd8759ac20e92fd2f10b5a03fe318b7f9e2c9d1e8e26de871211d02d04f3fbc"; + sha256_unsigned = "dbd8759ac20e92fd2f10b5a03fe318b7f9e2c9d1e8e26de871211d02d04f3fbc"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + model = "WRC-1750GHBK2-I/C"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-elecom_wrc-300ghbk2-i-initramfs-kernel.bin"; + sha256 = "f105518ffcd5690ef067beca195e03f3b5eb22d2d4889c2bbd5de8d5d6391529"; + sha256_unsigned = "f105518ffcd5690ef067beca195e03f3b5eb22d2d4889c2bbd5de8d5d6391529"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "5753cb909f1a137cf13dc065cbf437e91da1d23769afec5e82a71ab439eab45a"; + sha256_unsigned = "6ce10077ca6b97a7f6a20eea321839ffb6d859602005ae1877e3f7a73c20994c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + model = "WRC-300GHBK2-I"; + vendor = "ELECOM"; + } + ]; + }; + embeddedwireless_balin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-embeddedwireless_balin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-embeddedwireless_balin-squashfs-sysupgrade.bin"; + sha256 = "9d1a2d1541b7ad1d193175f0b6d660294927d3f49ada59b04bd972cc63a7db85"; + sha256_unsigned = "0ba17c9adbfac401c42aef0085cfe0d3e761d915d1cb75985a9df140968094c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-embeddedwireless_balin-initramfs-kernel.bin"; + sha256 = "d816139cdf65b824ff9e770dd31c0f5bbbf2fabb987307ab668fd13c3620ee94"; + sha256_unsigned = "d816139cdf65b824ff9e770dd31c0f5bbbf2fabb987307ab668fd13c3620ee94"; + type = "kernel"; + } + ]; + supported_devices = [ + "embeddedwireless,balin" + ]; + titles = [ + { + model = "Balin"; + vendor = "Embedded Wireless"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "a5c5923031c3ca87c0b02401ac3af4c02606a60292d9b743778df88696f2d9b6"; + sha256_unsigned = "fabca2d46b0be373273edfac7fec519e9acf51b5b42a622d2846832754d37a4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-embeddedwireless_dorin-initramfs-kernel.bin"; + sha256 = "da4080f47301247a1158b68b2183b52243dca1dd0bc9d2f1d543499a854278ea"; + sha256_unsigned = "da4080f47301247a1158b68b2183b52243dca1dd0bc9d2f1d543499a854278ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + model = "Dorin"; + vendor = "Embedded Wireless"; + } + ]; + }; + engenius_eap1200h = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-engenius_eap1200h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_eap1200h-squashfs-factory.bin"; + sha256 = "617cb06c59d48de996c80f31908966dde5988c2fe31b78a7ebc01070b137573e"; + sha256_unsigned = "617cb06c59d48de996c80f31908966dde5988c2fe31b78a7ebc01070b137573e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_eap1200h-initramfs-kernel.bin"; + sha256 = "a163f62d25a53e5487e5688fcd6c7c5d48c120799ecb29e54cc0f4be4809ccbe"; + sha256_unsigned = "a163f62d25a53e5487e5688fcd6c7c5d48c120799ecb29e54cc0f4be4809ccbe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_eap1200h-squashfs-sysupgrade.bin"; + sha256 = "387db0eb8414610d802f37ddac1e1aa82d27ec97af9d43ba62e91ea07b58f4da"; + sha256_unsigned = "8e86777c0ae9a70e3523ecbb2a30d70fa18d42e965c2d05420189f5774c47c39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap1200h" + ]; + titles = [ + { + model = "EAP1200H"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap300-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-engenius_eap300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_eap300-v2-squashfs-sysupgrade.bin"; + sha256 = "21ba21c3038f87125a6b07428409c4a6a9bd301fa7ec0fc1c07606a2db34f36a"; + sha256_unsigned = "1d81decd80c171079a001da66d278088b70fc3b474b397acf73f71e877d571a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_eap300-v2-initramfs-kernel.bin"; + sha256 = "e731626db5ff19b056d1d19b431e4ac2320d480029fb192dc68b538c690fedba"; + sha256_unsigned = "e731626db5ff19b056d1d19b431e4ac2320d480029fb192dc68b538c690fedba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_eap300-v2-squashfs-factory.bin"; + sha256 = "31dfb229b3cdadaef71e9eb5291531159a9c55c9b0756a229faccf063975489e"; + sha256_unsigned = "31dfb229b3cdadaef71e9eb5291531159a9c55c9b0756a229faccf063975489e"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap300-v2" + ]; + titles = [ + { + model = "EAP300"; + variant = "v2"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap600 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-engenius_eap600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_eap600-squashfs-factory.bin"; + sha256 = "e1098fb42bdee6d33a0b5a719d12690bd8452ed6d5e09a5c113a6e7c3f8a9877"; + sha256_unsigned = "e1098fb42bdee6d33a0b5a719d12690bd8452ed6d5e09a5c113a6e7c3f8a9877"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_eap600-initramfs-kernel.bin"; + sha256 = "3bf4fca80bee44aa5433ad76390a0428cec7b094a36e1d27fb48982d8f5fbd78"; + sha256_unsigned = "3bf4fca80bee44aa5433ad76390a0428cec7b094a36e1d27fb48982d8f5fbd78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_eap600-squashfs-sysupgrade.bin"; + sha256 = "1d1463540449e95c7fa6e9c21d75dac9de3038f496ccc5ac4c7fafe1b4d27255"; + sha256_unsigned = "c82495c28651725747c4941e11c785b7e1955b147254124c8d50b9f215696d93"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap600" + ]; + titles = [ + { + model = "EAP600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1200 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-engenius_ecb1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_ecb1200-squashfs-factory.bin"; + sha256 = "6feff0c40e6028b63150a0ebd66737d517b5436ea341c345268032f06b0b8419"; + sha256_unsigned = "6feff0c40e6028b63150a0ebd66737d517b5436ea341c345268032f06b0b8419"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_ecb1200-initramfs-kernel.bin"; + sha256 = "40b79a786505f54fe719add9018173e514981b76676829474f8874f115689a9b"; + sha256_unsigned = "40b79a786505f54fe719add9018173e514981b76676829474f8874f115689a9b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_ecb1200-squashfs-sysupgrade.bin"; + sha256 = "4f803620a1eebf581b6133c388d99e8894a415022fd6e81c8f9077e60c31036a"; + sha256_unsigned = "9b1e321c11f9c0866776a184c622d9c52a0091ab8145efad9c45dcf575845ac8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1200" + ]; + titles = [ + { + model = "ECB1200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_ecb1750-initramfs-kernel.bin"; + sha256 = "943cbd4db87067f1ea435cf88c44ef8dae5c1403e984cd5ecf91c369ffc530e3"; + sha256_unsigned = "943cbd4db87067f1ea435cf88c44ef8dae5c1403e984cd5ecf91c369ffc530e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "c21d6a224bab0ec2c9fe4a5c17d5e72ff170afdb8a5fd5611267ee96f81e97dc"; + sha256_unsigned = "f0be201bade3f4425934985fedd44c490203f71c31b5b6fae132da523c554db2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_ecb1750-squashfs-factory.bin"; + sha256 = "aa147d1bd06d5ff4385c7c55a6b3138eebe90243c57162b81de4874dc435ace9"; + sha256_unsigned = "aa147d1bd06d5ff4385c7c55a6b3138eebe90243c57162b81de4874dc435ace9"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + model = "ECB1750"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb600 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-engenius_ecb600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_ecb600-initramfs-kernel.bin"; + sha256 = "110e4b86f6b135c28d5363f5cacf8e6113f4a2279f920bbf8470e015c3e91e27"; + sha256_unsigned = "110e4b86f6b135c28d5363f5cacf8e6113f4a2279f920bbf8470e015c3e91e27"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_ecb600-squashfs-sysupgrade.bin"; + sha256 = "3dc6d8439ab0962f8cc58ad635e79e71a2bd4c276db9bc61ecd4c3d711b9d51f"; + sha256_unsigned = "d7562d3fe6dff36df0dd523a079308ba93d052713a8a1bdd019fa94b2d2f732d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_ecb600-squashfs-factory.bin"; + sha256 = "f7672c6a5102962eba823171cd5f4bc844c7520b28b10af64827b5cdb210e3f3"; + sha256_unsigned = "f7672c6a5102962eba823171cd5f4bc844c7520b28b10af64827b5cdb210e3f3"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ecb600" + ]; + titles = [ + { + model = "ECB600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens202ext-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-engenius_ens202ext-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_ens202ext-v1-initramfs-kernel.bin"; + sha256 = "c63aac1da50664e6d6579c35e4789528565b4554591af8c00856d45ab6d8c5ab"; + sha256_unsigned = "c63aac1da50664e6d6579c35e4789528565b4554591af8c00856d45ab6d8c5ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_ens202ext-v1-squashfs-sysupgrade.bin"; + sha256 = "45ece4d3affd929fc6024e8b09fd33f801ff1b571c00fcd7d3e81f3b30f405b6"; + sha256_unsigned = "1cc8ed4f269acf5f2b38ad3119f5a2bb1f1715d774b44666ef6d9b80a0964293"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_ens202ext-v1-squashfs-factory.bin"; + sha256 = "a053b1891ce901f73ebf42b1575665680a5b7c539484360e3d5a05aefcaf229f"; + sha256_unsigned = "a053b1891ce901f73ebf42b1575665680a5b7c539484360e3d5a05aefcaf229f"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ens202ext-v1" + ]; + titles = [ + { + model = "ENS202EXT"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enstationac-v1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-engenius_enstationac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_enstationac-v1-initramfs-kernel.bin"; + sha256 = "0431ed4ed6a90133ea3bd1ba0e4df01c0ea818756d184a8f80559eb0433b6f60"; + sha256_unsigned = "0431ed4ed6a90133ea3bd1ba0e4df01c0ea818756d184a8f80559eb0433b6f60"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_enstationac-v1-squashfs-factory.bin"; + sha256 = "3f043fecbb0c73de65880b78415af2caa829698baebe98ab0ecc3ae74aab947b"; + sha256_unsigned = "3f043fecbb0c73de65880b78415af2caa829698baebe98ab0ecc3ae74aab947b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_enstationac-v1-squashfs-sysupgrade.bin"; + sha256 = "ed36732c726bd4f3948b7b98cbf90c432b2bd7f7370d3ea39354228531ea04a8"; + sha256_unsigned = "d99b37c4d8683074bd685025668eefa8f7f835a95095ddecf61f8f7fb876818a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,enstationac-v1" + ]; + titles = [ + { + model = "EnStationAC"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "68210a6bf2495645a9dd65739b3693e697302d55da12e6efd3ee37605c11bf95"; + sha256_unsigned = "68210a6bf2495645a9dd65739b3693e697302d55da12e6efd3ee37605c11bf95"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_epg5000-initramfs-kernel.bin"; + sha256 = "b64eba44d543478a80c38aee696ea9055803f5ce202492e89c86de8a33e0245a"; + sha256_unsigned = "b64eba44d543478a80c38aee696ea9055803f5ce202492e89c86de8a33e0245a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "99a554a18aadafe10a7fe849c05aab6952b4a19fc7538ee637d592ad411f3c99"; + sha256_unsigned = "35ac61da95014d18ec8c3e123848e58f46ecd0553ea64cf72f4e0258361c560f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + model = "EPG5000"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "af52c33275f2dc6c2afabf9e3eb53bfcda346bc42ab4ca0a6766d117b1f5a95a"; + sha256_unsigned = "059e63f568ce1983dafc00142b3fa34e1869c5dc0952c030dd8301ce7a6862f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-engenius_ews511ap-initramfs-kernel.bin"; + sha256 = "e9300871bf715ecbe42c6b2f8108c7ab50f91013cbe727dc6a6b4d384a5d5b96"; + sha256_unsigned = "e9300871bf715ecbe42c6b2f8108c7ab50f91013cbe727dc6a6b4d384a5d5b96"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + model = "EWS511AP"; + vendor = "EnGenius"; + } + ]; + }; + enterasys_ws-ap3705i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-enterasys_ws-ap3705i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-enterasys_ws-ap3705i-squashfs-sysupgrade.bin"; + sha256 = "94a2d450c06cdf8964586ad65e9c15b2cd065c551427b378b6c8a9441e6fac45"; + sha256_unsigned = "fcb4c0689ea420f1270138b18e8d885044eb208c218f69cf65f8debf56173600"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-enterasys_ws-ap3705i-initramfs-kernel.bin"; + sha256 = "a1d2859be0ab75a0a16ca2de01960cbece83171c62c6b37390f936ad4f63105b"; + sha256_unsigned = "a1d2859be0ab75a0a16ca2de01960cbece83171c62c6b37390f936ad4f63105b"; + type = "kernel"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3705i" + ]; + titles = [ + { + model = "WS-AP3705i"; + vendor = "Enterasys"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "edd6aace4fd6aac7e88fa011ff413e2b3a53687021f5574d40f05fbfcc60a683"; + sha256_unsigned = "1a26ea2fbcfdb417a483e3c9d664ae1f0ff2ed5e795a77110a99e435e2798d37"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-etactica_eg200-initramfs-kernel.bin"; + sha256 = "7fc2d2f65b6e88d6c0f0044a5b7b1f154347aadc72e3a31881471d0372b19fff"; + sha256_unsigned = "7fc2d2f65b6e88d6c0f0044a5b7b1f154347aadc72e3a31881471d0372b19fff"; + type = "kernel"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + model = "EG200"; + vendor = "eTactica"; + } + ]; + }; + extreme-networks_ws-ap3805i = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-extreme-networks_ws-ap3805i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-extreme-networks_ws-ap3805i-squashfs-sysupgrade.bin"; + sha256 = "63e6e215f6b769b294fb840e3c47333052f5b27ad78bf7d7df28d3519f43caf6"; + sha256_unsigned = "60fe56ff020c6d85b58cc8b0a05aa40850ba83c2b666d2b9c8ffe44c23254732"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-extreme-networks_ws-ap3805i-initramfs-kernel.bin"; + sha256 = "cf3d99999f88fcd150b011a58a704e3440140a9f51270cfbedfbae026bf7f388"; + sha256_unsigned = "cf3d99999f88fcd150b011a58a704e3440140a9f51270cfbedfbae026bf7f388"; + type = "kernel"; + } + ]; + supported_devices = [ + "extreme-networks,ws-ap3805i" + ]; + titles = [ + { + model = "WS-AP3805i"; + vendor = "Extreme Networks"; + } + ]; + }; + glinet_6408 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-glinet_6408"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_6408-squashfs-sysupgrade.bin"; + sha256 = "090f6105267dbc644a9d6420ef28aeeacba5979c905d60f353bc96db250344dd"; + sha256_unsigned = "e95741a3e161fc91f17ecce54a895d169c5436b6a9ba302b48a483259187f01a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_6408-initramfs-kernel.bin"; + sha256 = "833bd8105bcba7337230ab61be887c02c8c4b1e4406968109ca4a30474b2f1eb"; + sha256_unsigned = "833bd8105bcba7337230ab61be887c02c8c4b1e4406968109ca4a30474b2f1eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6408" + "gl-inet" + ]; + titles = [ + { + model = "6408"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_6416 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-glinet_6416"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_6416-squashfs-sysupgrade.bin"; + sha256 = "11771ed304a14df8127f48e432cf8009a6e56dabf6dbd2048544ff6daf5b1582"; + sha256_unsigned = "76ff353750bd87d549b6723295334ce4683d2994c2afbaa7cdc27a3857febd3c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_6416-initramfs-kernel.bin"; + sha256 = "71413b5f45b98ec3b49659b44a863f85ee71b574e7f4d183e0b39b45710d4812"; + sha256_unsigned = "71413b5f45b98ec3b49659b44a863f85ee71b574e7f4d183e0b39b45710d4812"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6416" + "gl-inet" + ]; + titles = [ + { + model = "6416"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_gl-ar150-initramfs-kernel.bin"; + sha256 = "63aa656e290fd2dcd64441c0a87f0c1f06559692fdf2fdd8e7bfbd612fc9b2c1"; + sha256_unsigned = "63aa656e290fd2dcd64441c0a87f0c1f06559692fdf2fdd8e7bfbd612fc9b2c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "5094bf97b7827bd2db9eac9cf0b3920277396fa407a14ca7ebaaa6360e27e9f8"; + sha256_unsigned = "61bd2bb3b7e826dd2bf1da968d6933e29350870ec343cbc6c3ae4a255532b4ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + model = "GL-AR150"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "8e53098fe1074597cb2beab042221df0fdc3304c9538072cd12d1bca0ec6e172"; + sha256_unsigned = "7220637270d5689954537a7c78f4c936bd5d4f982f3738e7a3650d4271b29980"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_gl-ar300m-lite-initramfs-kernel.bin"; + sha256 = "1a92dfdecf227a9e0a985092631adc38186d7c1fffa0ba5e5ce9b8819056c9d4"; + sha256_unsigned = "1a92dfdecf227a9e0a985092631adc38186d7c1fffa0ba5e5ce9b8819056c9d4"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "Lite"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m16 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-glinet_gl-ar300m16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin"; + sha256 = "91063f641bbc2b58e5bc0c0f8e75369bbdcaa9bfcaf3b0a650e35bfe7088383d"; + sha256_unsigned = "e3cec5480f7532ee9d2ceb6c8e56660bc2e0b408068833b9b577e65ffe6045d6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_gl-ar300m16-initramfs-kernel.bin"; + sha256 = "73f290d7c1fe3397fb7ab687c7e383879f35e9f73c3375ecba07a85a374f012f"; + sha256_unsigned = "73f290d7c1fe3397fb7ab687c7e383879f35e9f73c3375ecba07a85a374f012f"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m16" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M16"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-glinet_gl-ar750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_gl-ar750-initramfs-kernel.bin"; + sha256 = "1283e1b13cc342d10bbef409992fea3f89cc43583db92d99df371544569cc5ac"; + sha256_unsigned = "1283e1b13cc342d10bbef409992fea3f89cc43583db92d99df371544569cc5ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "af472b310d0185d3680ed94d647bcaeb4cf00f354a0397587bd92c323f835c31"; + sha256_unsigned = "e48875ec0bc6e2667c968a26a511e8cf38c8a65b0298ae4f0486126a777f23e4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar750" + "gl-ar750" + ]; + titles = [ + { + model = "GL-AR750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mifi = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-glinet_gl-mifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_gl-mifi-initramfs-kernel.bin"; + sha256 = "a5522201bbd753508e97a41b9c83318e2bc55981a5f5955ec53b38aee22dfc8e"; + sha256_unsigned = "a5522201bbd753508e97a41b9c83318e2bc55981a5f5955ec53b38aee22dfc8e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "6d0f4d1921f742cb59ed4a0ab3c7c6a78739e3f834dfc11939cf8de9929cf529"; + sha256_unsigned = "1522663c003418249e969b271319c09b2087d98ef189ded2170963ad42cf9755"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mifi" + "gl-mifi" + ]; + titles = [ + { + model = "GL-MiFi"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-usb150 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-glinet_gl-usb150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_gl-usb150-initramfs-kernel.bin"; + sha256 = "1117308164b0dbd1c37d120792c5709702a5c17789fbced63b6d99268f1e10a2"; + sha256_unsigned = "1117308164b0dbd1c37d120792c5709702a5c17789fbced63b6d99268f1e10a2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "18450262d5f351af2ac96d775d5984b0f246ba07d3594c05f5c77751d6b39380"; + sha256_unsigned = "7a8cdbe8c379451ddf66916af3c2c42cece15637a00c9a5fa1f6601e8ea31ce5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-usb150" + "gl-usb150" + ]; + titles = [ + { + model = "GL-USB150"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-x300b = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-glinet_gl-x300b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_gl-x300b-initramfs-kernel.bin"; + sha256 = "d6007e76cd374cac3ce03214f9bfa743f41b78ed56c47978bf5f74bf5fcf524d"; + sha256_unsigned = "d6007e76cd374cac3ce03214f9bfa743f41b78ed56c47978bf5f74bf5fcf524d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_gl-x300b-squashfs-sysupgrade.bin"; + sha256 = "b9aa4947590f294e3daebb01bbcc43d82bbb66579300db1dd8a3d38010c4143d"; + sha256_unsigned = "733cc4f306721bb2eef245527255d58e8c3433d16a993303a6e4a6b99a2cd778"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x300b" + ]; + titles = [ + { + model = "GL-X300B"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "41e8583fa87f06edf3201d8197116208810c6f090631d18e16b123a9c5f15373"; + sha256_unsigned = "3110a22dcd98041685607a88cebbbf82f3feb1b86c59f03405789f800db6d0f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-glinet_gl-x750-initramfs-kernel.bin"; + sha256 = "367bf082065252bc27f32c70c288cc23781606abc48bdb257563a2977d0ab7b9"; + sha256_unsigned = "367bf082065252bc27f32c70c288cc23781606abc48bdb257563a2977d0ab7b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + model = "GL-X750"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_lan-turtle = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-hak5_lan-turtle"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-hak5_lan-turtle-initramfs-kernel.bin"; + sha256 = "2748619116b68a292f582c68461ed63e7dd8e25a46f685016ed23e6681ac0e6f"; + sha256_unsigned = "2748619116b68a292f582c68461ed63e7dd8e25a46f685016ed23e6681ac0e6f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-hak5_lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "a2b763e5401c70f1edd5cbe7be7281ae8e30f2f146a61c3d8e2289bed4e64a49"; + sha256_unsigned = "25f4970879a8fdcc2ed3365e4346b8716042ace71b9f700f3d4bb395d5e32424"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,lan-turtle" + "lan-turtle" + ]; + titles = [ + { + model = "LAN Turtle"; + vendor = "Hak5"; + } + ]; + }; + hak5_packet-squirrel = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-hak5_packet-squirrel"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-hak5_packet-squirrel-initramfs-kernel.bin"; + sha256 = "ae9af7c8ad0c29670cf6c035d65d555fa91ded17424041ad222ec1ec49618790"; + sha256_unsigned = "ae9af7c8ad0c29670cf6c035d65d555fa91ded17424041ad222ec1ec49618790"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-hak5_packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "699a4e2857f3ff50ea2250eaca0b21ef08c937f5f705af3a650ea5de39d83e95"; + sha256_unsigned = "8df6b09673d779c68da039538469a59b153566c524dd431a1ec799981547f7d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,packet-squirrel" + "packet-squirrel" + ]; + titles = [ + { + model = "Packet Squirrel"; + vendor = "Hak5"; + } + ]; + }; + hak5_wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-hak5_wifi-pineapple-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-hak5_wifi-pineapple-nano-initramfs-kernel.bin"; + sha256 = "a6096a6dc00a43174c71dc0171195aef20bf822ce4f3780a13a5925631e72798"; + sha256_unsigned = "a6096a6dc00a43174c71dc0171195aef20bf822ce4f3780a13a5925631e72798"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-hak5_wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "4f351a6694bbd5f8e69f659919eb3640b3fda2f71bdaedc1d6358de54c4779be"; + sha256_unsigned = "2aee3326a9a1b66451acaba2468cc654b721c03247771e31d372b9146654c32c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-nano" + "wifi-pineapple-nano" + ]; + titles = [ + { + model = "WiFi Pineapple NANO"; + vendor = "Hak5"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-iodata_etg3-r-initramfs-kernel.bin"; + sha256 = "8515797379497c685c5bd05c13685fe696d2056b2f4e18ee6d8b01499bd09c9a"; + sha256_unsigned = "8515797379497c685c5bd05c13685fe696d2056b2f4e18ee6d8b01499bd09c9a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "7d872cc4510b0e6bf793e650b88946c7fef4da6805998c4ecdbcf2b7617d06a5"; + sha256_unsigned = "c6a007b65a6736d2c425fa3b18567ac34be61975a55c5ddaaca1611a4a9bb0db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + model = "ETG3-R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-iodata_wn-ac1167dgr-initramfs-kernel.bin"; + sha256 = "b141376fbbc1614a993711487b66767ef62628d7d1c4f29ba1801b41fc94da09"; + sha256_unsigned = "b141376fbbc1614a993711487b66767ef62628d7d1c4f29ba1801b41fc94da09"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "8d534178c41fc5792e90d76ba7d72fdb9828681de2f0171322ffc06c690a3018"; + sha256_unsigned = "8d534178c41fc5792e90d76ba7d72fdb9828681de2f0171322ffc06c690a3018"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "020a3881849d6209df6c6af61a89e2f7a4a74f0f8922962452122f641b28cea4"; + sha256_unsigned = "87dc0ba25bf119389d7817e4a7c522d2390f4b01b6868f3f1d9ba50abef5c5f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + model = "WN-AC1167DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "d994966bd0e1d7dcd857de28ce5f5fad08ed0035ed6fea65d6638af60cef0ccb"; + sha256_unsigned = "5f99d4b4de4d6401e2851902eccdc70b1d78e30a454968e938e5bfa4350af638"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "69f86f625e2fb47b0884b1a12fd80a26853a7756779bf12d317e256bb135dbb5"; + sha256_unsigned = "69f86f625e2fb47b0884b1a12fd80a26853a7756779bf12d317e256bb135dbb5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-iodata_wn-ac1600dgr-initramfs-kernel.bin"; + sha256 = "368e6cf61a9d3c8d2df29615ae1364d4e8762dd6d053b6624d495a452a5621e5"; + sha256_unsigned = "368e6cf61a9d3c8d2df29615ae1364d4e8762dd6d053b6624d495a452a5621e5"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + model = "WN-AC1600DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "b0e39ecf10945a8a884cdbbd8cc1315369b1f2aa51752bd229056f2a3f0cff29"; + sha256_unsigned = "721a03a5b5020c9f8e004560ce3f9f5c892fde292b0b423bc0e25d7c37d5968c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-iodata_wn-ac1600dgr2-initramfs-kernel.bin"; + sha256 = "c75995d93f37dd324d0c0fd98f2cf1e02a95a4ef4c2a8b58e8d624e0ed3e944a"; + sha256_unsigned = "c75995d93f37dd324d0c0fd98f2cf1e02a95a4ef4c2a8b58e8d624e0ed3e944a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-iodata_wn-ac1600dgr2-squashfs-dgr2-dgr3-factory.bin"; + sha256 = "1e823229679ce753d6e31c25908394d64fa0de7239d6b8d54776148ccc97c5b6"; + sha256_unsigned = "1e823229679ce753d6e31c25908394d64fa0de7239d6b8d54776148ccc97c5b6"; + type = "dgr2-dgr3-factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + model = "WN-AC1600DGR2/DGR3"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-iodata_wn-ag300dgr-initramfs-kernel.bin"; + sha256 = "2c5a8765f15d1c5636d99caf7112d1ac851c7dd5d586cff556c26156562c92b0"; + sha256_unsigned = "2c5a8765f15d1c5636d99caf7112d1ac851c7dd5d586cff556c26156562c92b0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "8f1f6a47904a6782a14c31367850caebf5e31670cc00981667b5dea01ecaf626"; + sha256_unsigned = "94d7a3ac71d0a0638821b345ee612c52c98d52863c27ec29470faa4bf82eecac"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "8c0926ae8ef6667107baad9b09ea38783b896d1861fdaa0796f46d53a0c4e0e1"; + sha256_unsigned = "8c0926ae8ef6667107baad9b09ea38783b896d1861fdaa0796f46d53a0c4e0e1"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + model = "WN-AG300DGR"; + vendor = "I-O DATA"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-jjplus_ja76pf2-initramfs-kernel.bin"; + sha256 = "5577b06025c5acd3a6c6dae74f466de8e4bb48d469ef98185e889dd1a0d62403"; + sha256_unsigned = "5577b06025c5acd3a6c6dae74f466de8e4bb48d469ef98185e889dd1a0d62403"; + type = "kernel"; + } + { + name = "openwrt-22.03.1-ath79-generic-jjplus_ja76pf2-loader.bin"; + sha256 = "f44e3ef22d497a85627ac58a3ed8a650a2d7bf8522a34007adcb9120115a3890"; + sha256_unsigned = "f44e3ef22d497a85627ac58a3ed8a650a2d7bf8522a34007adcb9120115a3890"; + type = "loader.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "f711e476baec5b5ea0ec29babe0e6a743e0805c3b80823e2ca1fa119238d8240"; + sha256_unsigned = "8860dd8d6898fe5c66fadcf447b123be8bbe71e0fd5397356dedd6dde64bc852"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-jjplus_ja76pf2-squashfs-firmware.bin"; + sha256 = "0149e862188c02ab0b187b88de1e79f07238ffef8aec44a7d641221ddae9beea"; + sha256_unsigned = "0149e862188c02ab0b187b88de1e79f07238ffef8aec44a7d641221ddae9beea"; + type = "firmware"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + ]; + titles = [ + { + model = "JA76PF2"; + vendor = "jjPlus"; + } + ]; + }; + jjplus_jwap230 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-jjplus_jwap230"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-jjplus_jwap230-squashfs-sysupgrade.bin"; + sha256 = "6a0bc9f980ccbebbd95158cb0224a69a7eb8ef98afe3008968a1b7c1c053b965"; + sha256_unsigned = "6890aaccbe7039216bd8002b4be05c2fe2513fc2b0f23671e270f52f50ba58a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-jjplus_jwap230-initramfs-kernel.bin"; + sha256 = "08ece28bdef8c24167683e7e4d593688afd2a717dbe661e5456d8fca2aecd4fb"; + sha256_unsigned = "08ece28bdef8c24167683e7e4d593688afd2a717dbe661e5456d8fca2aecd4fb"; + type = "kernel"; + } + ]; + supported_devices = [ + "jjplus,jwap230" + ]; + titles = [ + { + model = "JWAP230"; + vendor = "jjPlus"; + } + ]; + }; + joyit_jt-or750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-joyit_jt-or750i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-joyit_jt-or750i-initramfs-kernel.bin"; + sha256 = "3eacb9c777c1af36e0de5feb89e62d3afb1038d99208fe154f0a4f962b3a2950"; + sha256_unsigned = "3eacb9c777c1af36e0de5feb89e62d3afb1038d99208fe154f0a4f962b3a2950"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-joyit_jt-or750i-squashfs-sysupgrade.bin"; + sha256 = "0cf63fbb38b41c4aeea97805e7e8e0b1ebaae4a7c782265bf11c0c9814245550"; + sha256_unsigned = "714703d8fecd8e6f7fb2825ced9544eead6c879434d73aab41a7b50c9ff8a8cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "joyit,jt-or750i" + ]; + titles = [ + { + model = "JT-OR750i"; + vendor = "Joy-IT"; + } + ]; + }; + letv_lba-047-ch = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-letv_lba-047-ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-letv_lba-047-ch-squashfs-factory.bin"; + sha256 = "6ad5f5d2606492c6a79dd17ef3e27061c32be031898e6dbac6f8eac1c710ab8b"; + sha256_unsigned = "6ad5f5d2606492c6a79dd17ef3e27061c32be031898e6dbac6f8eac1c710ab8b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-letv_lba-047-ch-squashfs-sysupgrade.bin"; + sha256 = "84a1ee38beb5b63872ef2023a94fd73e0151d962d71e645d0044e0a0943d3005"; + sha256_unsigned = "c7d0e48da25fe61ccab658e3a61c4030042a5f2ad1111c67d95a8138b4bf24ec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-letv_lba-047-ch-initramfs-kernel.bin"; + sha256 = "cefa45790eab3208b43cfabdd89df4d40bcb002196630571a826d07c2d3101b0"; + sha256_unsigned = "cefa45790eab3208b43cfabdd89df4d40bcb002196630571a826d07c2d3101b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "letv,lba-047-ch" + ]; + titles = [ + { + model = "LBA-047-CH"; + vendor = "Letv"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "56ac74bb135167d75b78301043246fc8e8ee6bdd77fad42c630e8eabae51436a"; + sha256_unsigned = "6cce7eafea4552b845636327e9b0bb5d0ed1789866ba49429ab960d64866ff1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-librerouter_librerouter-v1-initramfs-kernel.bin"; + sha256 = "2cea58e526ca52152e787cb4f741b0c9cf0c39123bb99ca017ca1d92e9b17b6f"; + sha256_unsigned = "2cea58e526ca52152e787cb4f741b0c9cf0c39123bb99ca017ca1d92e9b17b6f"; + type = "kernel"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + model = "LibreRouter"; + variant = "v1"; + vendor = "Librerouter"; + } + ]; + }; + meraki_mr12 = { + device_packages = [ + "kmod-owl-loader" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-meraki_mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-meraki_mr12-squashfs-sysupgrade.bin"; + sha256 = "51419a2aeaf98b92003a9402b0fcfe893c52c2fba7fc48928d3a7d5b79ba06ba"; + sha256_unsigned = "fc6815107f1de4af541537a5e3407e6e9ebe18b5db46e6b1da88148dbf8f2107"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-meraki_mr12-initramfs-kernel.bin"; + sha256 = "8d2594955397f6c73e1afbfd8744a1611bda5bb0700cb34539d3f7eed98b79b5"; + sha256_unsigned = "8d2594955397f6c73e1afbfd8744a1611bda5bb0700cb34539d3f7eed98b79b5"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr12" + "mr12" + ]; + titles = [ + { + model = "MR12"; + vendor = "Meraki"; + } + ]; + }; + meraki_mr16 = { + device_packages = [ + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-meraki_mr16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-meraki_mr16-initramfs-kernel.bin"; + sha256 = "56860829bde6fdd6750fe2570ff0a12412513c05a535a3567a6a289dffb5b54b"; + sha256_unsigned = "56860829bde6fdd6750fe2570ff0a12412513c05a535a3567a6a289dffb5b54b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-meraki_mr16-squashfs-sysupgrade.bin"; + sha256 = "18dea12b98ce716ea3fec7f2484170f5bd9a4b8bd300c3e59a89ca110ad0b466"; + sha256_unsigned = "9798558bce366283f629ef3ffedec415f5112b35bfd1833f4ed6ed2852db15ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr16" + "mr16" + ]; + titles = [ + { + model = "MR16"; + vendor = "Meraki"; + } + ]; + }; + mercury_mw4530r-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-mercury_mw4530r-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-mercury_mw4530r-v1-initramfs-kernel.bin"; + sha256 = "d065419fbfaa863a3362243b293f5fc00776e3cd052988372daeaba0391f6e1b"; + sha256_unsigned = "d065419fbfaa863a3362243b293f5fc00776e3cd052988372daeaba0391f6e1b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-mercury_mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "a83910538fca560d52a131102be772f7f6f6571b96253a9ddd7887a59dce363f"; + sha256_unsigned = "a39b84978dca2a42e4186b95ef8344342d7ef16d56048805e4e7799d3e69ab61"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-mercury_mw4530r-v1-squashfs-factory.bin"; + sha256 = "02657a3187e03c6b246666b927ea6a5c8d807db1dd632cfdfe9e5b1884f40261"; + sha256_unsigned = "02657a3187e03c6b246666b927ea6a5c8d807db1dd632cfdfe9e5b1884f40261"; + type = "factory"; + } + ]; + supported_devices = [ + "mercury,mw4530r-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "MW4530R"; + variant = "v1"; + vendor = "Mercury"; + } + ]; + }; + nec_wf1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-nec_wf1200cr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-nec_wf1200cr-initramfs-kernel.bin"; + sha256 = "d12e8681a5f4371e24f57e91b10108d90c197c49205bd0f998aeb98be1b13559"; + sha256_unsigned = "d12e8681a5f4371e24f57e91b10108d90c197c49205bd0f998aeb98be1b13559"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-nec_wf1200cr-squashfs-factory.bin"; + sha256 = "0752f1ba68e17a2a57777f61c4683175e9804723f701ccd12e488c2b657b48d0"; + sha256_unsigned = "0752f1ba68e17a2a57777f61c4683175e9804723f701ccd12e488c2b657b48d0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-nec_wf1200cr-squashfs-sysupgrade.bin"; + sha256 = "74aa74d3191316c05f33e64f550aaaba4578c7ddb283895bb62444ebc359a1f4"; + sha256_unsigned = "6a5595134f069b5864001ecdeefedba0ce35ebf0fc129d76142360a51baa6e45"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wf1200cr" + ]; + titles = [ + { + model = "Aterm WF1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "1857e6399b4c058a1764a3eff432b19f26cdbbf788a81a057dcc3d6e321b92ff"; + sha256_unsigned = "1857e6399b4c058a1764a3eff432b19f26cdbbf788a81a057dcc3d6e321b92ff"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "ca3d13017db906fe50eb257170dc3319a467e8021b34686f712ff8218dcce4fd"; + sha256_unsigned = "e4a878900785648221a503ca7c09a484caebdc4fb0568bcd7e3075a1af7b3e9c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-nec_wg1200cr-initramfs-kernel.bin"; + sha256 = "071e906f9796d5b7e28a8d24321791d3f6a01b59f913f3cb2fda7f235296650f"; + sha256_unsigned = "071e906f9796d5b7e28a8d24321791d3f6a01b59f913f3cb2fda7f235296650f"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + model = "Aterm WG1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-full-htt" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-nec_wg800hp-initramfs-kernel.bin"; + sha256 = "4fa92de4c4e5eab0600fbe33859db6acd2b5647fe6f683597258eb60b1307175"; + sha256_unsigned = "4fa92de4c4e5eab0600fbe33859db6acd2b5647fe6f683597258eb60b1307175"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "ca56ac95666a8820b31fe7bef2a2b45a767c7876debc109d1e764f5af2be5518"; + sha256_unsigned = "ca56ac95666a8820b31fe7bef2a2b45a767c7876debc109d1e764f5af2be5518"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "d6d835af6cbe136f1f580c42882a3b747188dc32b408edb14442a8966fdf4847"; + sha256_unsigned = "7c78dbfa91e03f83314c7594da86780c29e560b92e4f862440a5dd9b4508ef24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + model = "Aterm WG800HP"; + vendor = "NEC"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "282c2827a480458b345c65effbcf8c7025599516ba8f5810571f517d9a6f8158"; + sha256_unsigned = "282c2827a480458b345c65effbcf8c7025599516ba8f5810571f517d9a6f8158"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "f727c21d89fa1a7840e57029da47fdbf034c1cac38b139efe59e0d0caa3336f3"; + sha256_unsigned = "50417eac30f63a5051384af5002e089ec4ef81fc6c966988a4b136560e64f6de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_ex6400-initramfs-kernel.bin"; + sha256 = "fcbb152f9a6232d02a1fee9ef5f4bd664a3f9dc596d0a6a6c503a5b2c9530898"; + sha256_unsigned = "fcbb152f9a6232d02a1fee9ef5f4bd664a3f9dc596d0a6a6c503a5b2c9530898"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + model = "EX6400"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "4576a981a21b3286f4ad9c0b5474af6f6abfaca827f247ce7bccb4c6efe54b4b"; + sha256_unsigned = "4576a981a21b3286f4ad9c0b5474af6f6abfaca827f247ce7bccb4c6efe54b4b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_ex7300-initramfs-kernel.bin"; + sha256 = "4f01ca4a1be395b31d367597380f44e1bb62d6624d8881e9838af1ad88afd67e"; + sha256_unsigned = "4f01ca4a1be395b31d367597380f44e1bb62d6624d8881e9838af1ad88afd67e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "dea4954b5b57699fe19020dc988179a0f9019e311bac7b8ae2abffa6d9bde258"; + sha256_unsigned = "0286abf06b723328537ffbd753b5add3f4e191fa31a9edaff5871ee8557b1691"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + model = "EX7300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-netgear_ex7300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_ex7300-v2-squashfs-sysupgrade.bin"; + sha256 = "23b61a0c5a96166b6afea75a238b3def219d29a58d7665b98411b5a3a5990116"; + sha256_unsigned = "bdc86fb94f2fdb1455f06fccaf0688dd02b82e0cdb1add3c39ee45035e53747c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_ex7300-v2-squashfs-factory.img"; + sha256 = "e76512da4dbefcc8ab159a0c1666698ef3055ccdd49808c587e01e30ca395768"; + sha256_unsigned = "e76512da4dbefcc8ab159a0c1666698ef3055ccdd49808c587e01e30ca395768"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_ex7300-v2-initramfs-kernel.bin"; + sha256 = "005a20b6bb5db20a1c21bb12451be8930d973994964596133d96465d02ea901b"; + sha256_unsigned = "005a20b6bb5db20a1c21bb12451be8930d973994964596133d96465d02ea901b"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex7300-v2" + ]; + titles = [ + { + model = "EX7300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap360 = { + device_packages = [ + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-netgear_wndap360"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndap360-initramfs-kernel.bin"; + sha256 = "b7dcecd2731e128c7c0f9106fabb780583f5176a58b6af1860efe8c3429dc639"; + sha256_unsigned = "b7dcecd2731e128c7c0f9106fabb780583f5176a58b6af1860efe8c3429dc639"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndap360-squashfs-sysupgrade.bin"; + sha256 = "da044987d2df60e595f44cfaec91a7356f2c9c0ca58bc93b6b6612645ccc6790"; + sha256_unsigned = "7a6d01d6e99848005c080c73400f3c2fa79fb931fc75063913048423234e4db5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap360" + ]; + titles = [ + { + model = "WNDAP360"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndr3700-initramfs-kernel.bin"; + sha256 = "e0eca2992db15b77c6f7563c1d3bda206c4422c8aa433698c559bc791242e860"; + sha256_unsigned = "e0eca2992db15b77c6f7563c1d3bda206c4422c8aa433698c559bc791242e860"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "dddb6f81a462c15ebaf0d122301fa02e6ded784cb3301927b0c4492aba69b6ef"; + sha256_unsigned = "dddb6f81a462c15ebaf0d122301fa02e6ded784cb3301927b0c4492aba69b6ef"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "51905171010f81eac047c868488de9b544432dc2322aefab4af927fc9382f6c5"; + sha256_unsigned = "740530212f82d13f71ce026784f0d245aaee183c9740dc5442cd45ea4d0c85c9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "06221ae16d95d558d20b58480a050bc7839f2724f1d7ca3089417630c54fb90f"; + sha256_unsigned = "06221ae16d95d558d20b58480a050bc7839f2724f1d7ca3089417630c54fb90f"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-netgear_wndr3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndr3700-v2-squashfs-sysupgrade.bin"; + sha256 = "56d872bc29f6595afbfb7fe87055fea79ff7dde26ef5aea6353b943e9ff09d00"; + sha256_unsigned = "95b221f8a0c4d53e78c5b710e40693584de2dad9935973f8d7cc1ec841611818"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndr3700-v2-squashfs-factory.img"; + sha256 = "831d73cf9a74f645536cb4f53b37e1d57157ae0c5efcf2c25210fe8f74d75d40"; + sha256_unsigned = "831d73cf9a74f645536cb4f53b37e1d57157ae0c5efcf2c25210fe8f74d75d40"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndr3700-v2-initramfs-kernel.bin"; + sha256 = "62251ee63b0f30b01378c7caeaad2b23d2d0b8fced13c719257fbbf7f15d0047"; + sha256_unsigned = "62251ee63b0f30b01378c7caeaad2b23d2d0b8fced13c719257fbbf7f15d0047"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v2" + "wndr3700" + "netgear,wndr3700v2" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "d40c9a0b664906dc79103d183c9ee2df61b9158780b28b89c9baecab3db30b64"; + sha256_unsigned = "c929e9be8322f8b52049230c4a1e040c51cb698523e94ba71cf0535fc3032e79"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndr3800-initramfs-kernel.bin"; + sha256 = "0d68219af903cadb4f35b5605b66608e3a7eed96f081155560e4d252f588a6a5"; + sha256_unsigned = "0d68219af903cadb4f35b5605b66608e3a7eed96f081155560e4d252f588a6a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "6fbd571b2df2fe7b75f171433457b6900036eef9409976f0648bb79f0562d869"; + sha256_unsigned = "6fbd571b2df2fe7b75f171433457b6900036eef9409976f0648bb79f0562d869"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800ch = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-netgear_wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndr3800ch-squashfs-factory.img"; + sha256 = "64994ecd752d489896d9736b442c31ed5c406f56a64db9cfccb300f684bf7671"; + sha256_unsigned = "64994ecd752d489896d9736b442c31ed5c406f56a64db9cfccb300f684bf7671"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "057bb16b8ac31a003e55bc308427584bbc260f16844c0575fe60e0ee1ee85261"; + sha256_unsigned = "2f569460e637245606f3cbfb1a188b858fd851c0de446ad30c201c9930b5602a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndr3800ch-initramfs-kernel.bin"; + sha256 = "8287b739013c3b2fb17131f61ee55f7fd5953c4cc61f60d8ed512ceceb480665"; + sha256_unsigned = "8287b739013c3b2fb17131f61ee55f7fd5953c4cc61f60d8ed512ceceb480665"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3800ch" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800CH"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-netgear_wndrmac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndrmac-v1-squashfs-factory.img"; + sha256 = "b4328b5412555802164d3a42575f96bc7af61dc2546e83fa34bbc7bbedb5eea2"; + sha256_unsigned = "b4328b5412555802164d3a42575f96bc7af61dc2546e83fa34bbc7bbedb5eea2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndrmac-v1-squashfs-sysupgrade.bin"; + sha256 = "0fff11e2808621a69152c3f5389f1b843795dfc25486a827eec21fa5adc3a8b1"; + sha256_unsigned = "fb3b18190865f5bf5a8693c91b7a50823fe92c946886cd5de8f1608fa569ce1d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndrmac-v1-initramfs-kernel.bin"; + sha256 = "050500b96ab98b86b3670f408a13b1791776b8a00fba6603e093ffe481193129"; + sha256_unsigned = "050500b96ab98b86b3670f408a13b1791776b8a00fba6603e093ffe481193129"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v1" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-netgear_wndrmac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndrmac-v2-squashfs-sysupgrade.bin"; + sha256 = "bac8dcdc236e0a2bd177cc88fe896410e4880598d2868829cc9e7076d2688bba"; + sha256_unsigned = "38eedade8676c08563bef7cf63702ec663776e0162e6969ec14c5e97eaed19ee"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndrmac-v2-squashfs-factory.img"; + sha256 = "95bb62790299690dc86d43500a4b45a1603af645c276b7084f1efeb3503c333a"; + sha256_unsigned = "95bb62790299690dc86d43500a4b45a1603af645c276b7084f1efeb3503c333a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wndrmac-v2-initramfs-kernel.bin"; + sha256 = "8aa24f2ac043f50fc31d659a8e22207e58c98f1ea89322363dada2e020983bed"; + sha256_unsigned = "8aa24f2ac043f50fc31d659a8e22207e58c98f1ea89322363dada2e020983bed"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v2" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-netgear_wnr2200-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"; + sha256 = "4fb4b29a89d06bb0ed51920c11043c8e4fc548bc647e92b97e427c8a4094026f"; + sha256_unsigned = "764cc7507f375e85f3f1b4a661df860d8ecf9ef31764fa2c75cb9d4f91d2d03b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img"; + sha256 = "cf943680745f40e02e7a0a90c0f58901f3ca12355162028bef32590d4d6d5762"; + sha256_unsigned = "cf943680745f40e02e7a0a90c0f58901f3ca12355162028bef32590d4d6d5762"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wnr2200-16m-initramfs-kernel.bin"; + sha256 = "3cbcaf4433ebc89143d3e446f92e5980b25f5451ab32bfe264d0227ca0592a7c"; + sha256_unsigned = "3cbcaf4433ebc89143d3e446f92e5980b25f5451ab32bfe264d0227ca0592a7c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wnr2200-16m" + ]; + titles = [ + { + model = "WNR2200"; + variant = "16M"; + vendor = "NETGEAR"; + } + { + model = "WNR2200"; + variant = "CN/RU"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-netgear_wnr2200-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wnr2200-8m-initramfs-kernel.bin"; + sha256 = "7fd695d9cb31b560bb04034d265bf74060ab8949b2f9d741c1f7828e368abd54"; + sha256_unsigned = "7fd695d9cb31b560bb04034d265bf74060ab8949b2f9d741c1f7828e368abd54"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wnr2200-8m-squashfs-sysupgrade.bin"; + sha256 = "f2440254b504e8c35b987ad1ddf82852c97249b068858c905df3c0b2b8f0de11"; + sha256_unsigned = "b50ae7e2efb755b09f2f4ae4c1275c9b449a18a2c1952bf2947a0559a634b9d6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wnr2200-8m-squashfs-factory-NA.img"; + sha256 = "bfa65c2df044d5335718bb9820d1488cda81cf08fdabafba844a5b776e6041a1"; + sha256_unsigned = "bfa65c2df044d5335718bb9820d1488cda81cf08fdabafba844a5b776e6041a1"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-netgear_wnr2200-8m-squashfs-factory.img"; + sha256 = "92c344f7ae002e3b0cb4dab50ab9e1381256b63d1146e72595aa43901d73ce83"; + sha256_unsigned = "92c344f7ae002e3b0cb4dab50ab9e1381256b63d1146e72595aa43901d73ce83"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wnr2200-8m" + "wnr2200" + ]; + titles = [ + { + model = "WNR2200"; + variant = "8M"; + vendor = "NETGEAR"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ocedo_koala-initramfs-kernel.bin"; + sha256 = "a8be4e9e0b1ada34d9afb7ef31dee194f467e224cc06cc0692ad666eeb69e67c"; + sha256_unsigned = "a8be4e9e0b1ada34d9afb7ef31dee194f467e224cc06cc0692ad666eeb69e67c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "31c5461da3d6638b28ef532fa895d14539786acc9d2c77ac55b442166101fb1e"; + sha256_unsigned = "da9227c078498440191c39b6b5430c59e023bc8ce2ad0e9620f21ee08d276f45"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + model = "Koala"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ocedo_raccoon-initramfs-kernel.bin"; + sha256 = "141f7804b01236335d46c6417bbf06b2fb043d38712573fb2fa2df577ef68b20"; + sha256_unsigned = "141f7804b01236335d46c6417bbf06b2fb043d38712573fb2fa2df577ef68b20"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "a6294e9240832d9f1c3ee660b830c510ee917f97bdb1c9b366b95a5c193891b1"; + sha256_unsigned = "01b7604e2549a31fd0fa2f6d29f59c9f112f677c34ba723f78ed5f69bbc83223"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + model = "Raccoon"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ocedo_ursus-initramfs-kernel.bin"; + sha256 = "eff95d489811da9c8d722491ba4e726e71fb71ef2f965d2e2c033af9abee11df"; + sha256_unsigned = "eff95d489811da9c8d722491ba4e726e71fb71ef2f965d2e2c033af9abee11df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "92a31bb0a3a8ad948a5303ed9f0563173a3d8ca124e55ed793cfecc6d20258f7"; + sha256_unsigned = "fb3e2c3f591e46fc60c0f8918941fb3fa34042e5efca9badd31f1d8747f1f379"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + model = "Ursus"; + vendor = "Ocedo"; + } + ]; + }; + onion_omega = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-onion_omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-onion_omega-squashfs-factory.bin"; + sha256 = "271cd7df36297bd9541226cd4f97b147bbbcf790d6dcaa1de64808deff350c32"; + sha256_unsigned = "271cd7df36297bd9541226cd4f97b147bbbcf790d6dcaa1de64808deff350c32"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-onion_omega-squashfs-sysupgrade.bin"; + sha256 = "eea06dedd1d72d26e72ab022aeadef24b9a1e370da8142fffff5f457faab8ca0"; + sha256_unsigned = "0c45b2161e1c5f8b0baf7834289eb76549a7e1270abda3985ae0c94cbe6d361c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-onion_omega-initramfs-kernel.bin"; + sha256 = "b23ea2fcfd480b8882477301fe34a89b4801fe6ffe69b08a396c348a63cb7bc1"; + sha256_unsigned = "b23ea2fcfd480b8882477301fe34a89b4801fe6ffe69b08a396c348a63cb7bc1"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega" + "onion-omega" + ]; + titles = [ + { + model = "Omega"; + vendor = "Onion"; + } + ]; + }; + openmesh_a40 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_a40"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_a40-initramfs-kernel.bin"; + sha256 = "1eaa7f8a09ecd53c83945cc4a37437561741b389d279009144ce190a8de65262"; + sha256_unsigned = "1eaa7f8a09ecd53c83945cc4a37437561741b389d279009144ce190a8de65262"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_a40-squashfs-sysupgrade.bin"; + sha256 = "4c6b13d031db43cf1892f226d660573d26061700320a1f49dcb346ec73756956"; + sha256_unsigned = "bd3a40ac23f9e37fae1ad3943c00bc0c0cb343baed2098ef97d3f1b0b30aa7a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a40" + "a40" + ]; + titles = [ + { + model = "A40"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a60 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_a60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_a60-squashfs-sysupgrade.bin"; + sha256 = "1580255b178045edce1de15bd1db935cc2403a25b46761b27237ca559339498f"; + sha256_unsigned = "0f6c2a9ec8e588ae091c866be1d648b922b19606248a416b5c42df3aad878598"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_a60-initramfs-kernel.bin"; + sha256 = "774b9025316ddceebe0e4577227240043cf16a70c75bd9bdbe4ff35377437e7b"; + sha256_unsigned = "774b9025316ddceebe0e4577227240043cf16a70c75bd9bdbe4ff35377437e7b"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a60" + "a60" + ]; + titles = [ + { + model = "A60"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_mr1750-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_mr1750-v1-initramfs-kernel.bin"; + sha256 = "316b2382132a5f709d872a8e893341740eec6b89d0aa212600f3cfd64f66ea35"; + sha256_unsigned = "316b2382132a5f709d872a8e893341740eec6b89d0aa212600f3cfd64f66ea35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_mr1750-v1-squashfs-sysupgrade.bin"; + sha256 = "65abb563343822e43971cecca3fc1bb08f33eeb6431259cdb0c2addd976c117e"; + sha256_unsigned = "3c15a3e5f99c61cd075274cecc2b2f776a8833b53554b5bd97bb64a766d9393a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v1" + "mr1750" + ]; + titles = [ + { + model = "MR1750"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_mr1750-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_mr1750-v2-squashfs-sysupgrade.bin"; + sha256 = "5d63e2743efbae03fa39cdb90268d2fcdf0dc1d76f1abde2dc90bb0c5a032584"; + sha256_unsigned = "901df79ade003d15c1abe3d21e5ba7c8cbcfac4622342cb0e3fd767e97025199"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_mr1750-v2-initramfs-kernel.bin"; + sha256 = "fa338f24b9299ad757ca39463642604b9ae385c73655653673c6744dd55aa97d"; + sha256_unsigned = "fa338f24b9299ad757ca39463642604b9ae385c73655653673c6744dd55aa97d"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v2" + "mr1750v2" + ]; + titles = [ + { + model = "MR1750"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_mr600-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_mr600-v1-initramfs-kernel.bin"; + sha256 = "1bae64ffd567d1524158c3df91eecd032051d8f418f36e0450235572ab3811df"; + sha256_unsigned = "1bae64ffd567d1524158c3df91eecd032051d8f418f36e0450235572ab3811df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_mr600-v1-squashfs-sysupgrade.bin"; + sha256 = "aae6f340aa62cc066d72169364c8e892dbf34fd1f80cb9d5fe69bd263c9629f8"; + sha256_unsigned = "a786ab14ad8e10edc6dca22b213cd8be490582db39a60ff300b90daee1657b7a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr600-v1" + "mr600" + ]; + titles = [ + { + model = "MR600"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_mr600-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_mr600-v2-squashfs-sysupgrade.bin"; + sha256 = "a949ede81c2fbcdbf5c506a3f09c1e753b20c48951fb292d1f03be8593d6df5d"; + sha256_unsigned = "a3a53b76d2102f8cf586c58229ab9a8feb519105c2183cd998e3b77e6944b402"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_mr600-v2-initramfs-kernel.bin"; + sha256 = "12ec312c8dd25bb918b54df61f0719b879a7d502924b5fe838c274d005e4c592"; + sha256_unsigned = "12ec312c8dd25bb918b54df61f0719b879a7d502924b5fe838c274d005e4c592"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v2" + "mr600v2" + ]; + titles = [ + { + model = "MR600"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_mr900-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_mr900-v1-initramfs-kernel.bin"; + sha256 = "bb677119bcbdd8bc79e31520723708bd76aee1ff801127266667a90f7d6064f1"; + sha256_unsigned = "bb677119bcbdd8bc79e31520723708bd76aee1ff801127266667a90f7d6064f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_mr900-v1-squashfs-sysupgrade.bin"; + sha256 = "f143b8c715a8ff0ccbe00281cc525f88999333886c99d255e30326e63207d87f"; + sha256_unsigned = "719975990b1089bb83819b216c397d97267d506a9fba3b7c7157f701bff2defb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr900-v1" + "mr900" + ]; + titles = [ + { + model = "MR900"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_mr900-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_mr900-v2-initramfs-kernel.bin"; + sha256 = "0f5aec35160d303305226770d84eb8c244f975555b7b73378f35be805ac56271"; + sha256_unsigned = "0f5aec35160d303305226770d84eb8c244f975555b7b73378f35be805ac56271"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_mr900-v2-squashfs-sysupgrade.bin"; + sha256 = "c087d7b80a8022b4932e58d797a200fe4bfcfd018f6b4d77b45a8e39404eb0dc"; + sha256_unsigned = "4bc98ad5ee06f9f877b2cb544a83fe652623d6ec4229d3368171a599f9b04502"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr900-v2" + "mr900v2" + ]; + titles = [ + { + model = "MR900"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_om2p-hs-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om2p-hs-v1-initramfs-kernel.bin"; + sha256 = "f6534573b8ab4c928ad6b190fb6d6cc067cd7635ff205bb44280799694389ffa"; + sha256_unsigned = "f6534573b8ab4c928ad6b190fb6d6cc067cd7635ff205bb44280799694389ffa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om2p-hs-v1-squashfs-sysupgrade.bin"; + sha256 = "00c95507b94593ef032fa15f970e6135181f3ef7cee48192564ce649300ca416"; + sha256_unsigned = "c6d0b3cd1b8b588837be636bb08261e9f69244873b6bf60fe175b8e2f01b78e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v1" + "om2p-hs" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_om2p-hs-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om2p-hs-v2-squashfs-sysupgrade.bin"; + sha256 = "31d16f947f075b3e4921cd326cac567eaa63acb634a9f9293d7b087333c4bf7a"; + sha256_unsigned = "796a93e87a61821b3c21823539e27b04eb58c9355a6faeba4b3a20c70bb9fb35"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om2p-hs-v2-initramfs-kernel.bin"; + sha256 = "20889c4e553c50557e64bdd73e1ced147e9cb86f7f95aa2ad6c3e99453d1cabf"; + sha256_unsigned = "20889c4e553c50557e64bdd73e1ced147e9cb86f7f95aa2ad6c3e99453d1cabf"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v2" + "om2p-hsv2" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v3 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_om2p-hs-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om2p-hs-v3-initramfs-kernel.bin"; + sha256 = "0a011dcecf36a91e06b8295563c3bd7c848e918b0ee8d2806f6c9581d4865ee1"; + sha256_unsigned = "0a011dcecf36a91e06b8295563c3bd7c848e918b0ee8d2806f6c9581d4865ee1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om2p-hs-v3-squashfs-sysupgrade.bin"; + sha256 = "4383e072e1af3ff7b3c31418ac71e21975feda7f453189f3067643c139785861"; + sha256_unsigned = "808e887446a0f0c45e56ff1ae06f0c5e3abdb77884735ce62644626a731d58bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v3" + "om2p-hsv3" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v3"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_om2p-hs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om2p-hs-v4-squashfs-sysupgrade.bin"; + sha256 = "5602c707005c12a58d1e228a0ade014217c7a1210cda6dfdaf3c64259ed9ab5d"; + sha256_unsigned = "bef2cc5b3a544c5f5e9bb0de06edeecb0356443c7fb1e99526503521b3f2ba1b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om2p-hs-v4-initramfs-kernel.bin"; + sha256 = "b084ea46c55574eef5595dd398455fa05dcbd7572b3562e87061770ad05344cf"; + sha256_unsigned = "b084ea46c55574eef5595dd398455fa05dcbd7572b3562e87061770ad05344cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v4" + "om2p-hsv4" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-lc = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_om2p-lc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om2p-lc-squashfs-sysupgrade.bin"; + sha256 = "1d00339460e04afac064bfc86b53020074a90e598f282484d7cfef5d75c3e5d0"; + sha256_unsigned = "3fbed561f257ee9f99e5402214cbcb85f981230229d640a53705f9dcc7b380e5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om2p-lc-initramfs-kernel.bin"; + sha256 = "adb0fe398379e1c1707b0ecec4387d49526e4460e578cc43575e68f2c567e5df"; + sha256_unsigned = "adb0fe398379e1c1707b0ecec4387d49526e4460e578cc43575e68f2c567e5df"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-lc" + "om2p-lc" + ]; + titles = [ + { + model = "OM2P-LC"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_om2p-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om2p-v1-squashfs-sysupgrade.bin"; + sha256 = "d6f8647e7efa661b3a61bb28d1e1c271249f1638f8c5fb558bca42a9d57afabb"; + sha256_unsigned = "c10c8b504eb4b2ae885c8c4b2408b63a7d31fa3c0773f52e61c2e39627c6095f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om2p-v1-initramfs-kernel.bin"; + sha256 = "487c7ab25d8a43b50eb3e08356f46388accd7c48b7de6ad9a87bcf717862c0a0"; + sha256_unsigned = "487c7ab25d8a43b50eb3e08356f46388accd7c48b7de6ad9a87bcf717862c0a0"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v1" + "om2p" + ]; + titles = [ + { + model = "OM2P"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_om2p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om2p-v2-squashfs-sysupgrade.bin"; + sha256 = "fed9ad06937cc081c185e5e0fd2ce192c72aaddc5e8eb5ccb33ff09ae9abf014"; + sha256_unsigned = "db5d231dea85c585546781a0e57eb6dfce7eecd627a426cd68bd25482872a767"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om2p-v2-initramfs-kernel.bin"; + sha256 = "4319a20d31d048737aea2ec53935bcbdd6c824f1bd250f45dcdf2f1d5c4e17ea"; + sha256_unsigned = "4319a20d31d048737aea2ec53935bcbdd6c824f1bd250f45dcdf2f1d5c4e17ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v2" + "om2pv2" + ]; + titles = [ + { + model = "OM2P"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_om2p-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om2p-v4-squashfs-sysupgrade.bin"; + sha256 = "45554e400a366bb761f0b7d025e96c66e63fb446fa998fa2aba0cf8ebb1d3f5e"; + sha256_unsigned = "d9544f67d5948513121c7ee62f4b59348914aa89f96b45ebae118c752f260f42"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om2p-v4-initramfs-kernel.bin"; + sha256 = "3896ce0df36ac957e3a8919842451a35e172532d23367cedc4887399c2e56b03"; + sha256_unsigned = "3896ce0df36ac957e3a8919842451a35e172532d23367cedc4887399c2e56b03"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v4" + "om2pv4" + ]; + titles = [ + { + model = "OM2P"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_om5p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om5p-initramfs-kernel.bin"; + sha256 = "949a84b78990e21cdeb5c3c6ca022fee7e70eb8a889dfc4dff6d647fad7b8561"; + sha256_unsigned = "949a84b78990e21cdeb5c3c6ca022fee7e70eb8a889dfc4dff6d647fad7b8561"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om5p-squashfs-sysupgrade.bin"; + sha256 = "c9fc60ad166dcfeb6833d04e96b3e0b7cfc9753b58c084a17ba5a98672954c20"; + sha256_unsigned = "289b2fb736684db56ec2ee4b77617dfcd709942c5b4f2e6df83cd6e43053446e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p" + "om5p" + ]; + titles = [ + { + model = "OM5P"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_om5p-ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om5p-ac-v1-squashfs-sysupgrade.bin"; + sha256 = "e0387e926a74942d9a52a40d55d2454f1844b6c266bafa4f20b3cb5b69bce965"; + sha256_unsigned = "c1a51f8422a39699c0e587b08b8d34fc5f2f7b43a11ef31914ac2b74ebee7e60"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om5p-ac-v1-initramfs-kernel.bin"; + sha256 = "6178819eadc4793f4ebe935d64ab2ab9c9d281644157cbe16365b6dc701d641e"; + sha256_unsigned = "6178819eadc4793f4ebe935d64ab2ab9c9d281644157cbe16365b6dc701d641e"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v1" + "om5p-ac" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om5p-ac-v2-initramfs-kernel.bin"; + sha256 = "6236d569ccaeb0f99d1bf5494c47c1b91800ef1dcafc7d511b449838629e365f"; + sha256_unsigned = "6236d569ccaeb0f99d1bf5494c47c1b91800ef1dcafc7d511b449838629e365f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "07f8903a4cae90c9aca8b5d2de0c83dbef7edbb1cfb35bd4f665de169660d83f"; + sha256_unsigned = "62eb2c87a3518718a1b8a66e94c191ac8d2203d542fd1b4ceb1b2874ac598c4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-an = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-openmesh_om5p-an"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om5p-an-initramfs-kernel.bin"; + sha256 = "0bed5cf2a96c2a529961a243967e46b58d0f8d0b4e0028de8ce78b552eaf7c38"; + sha256_unsigned = "0bed5cf2a96c2a529961a243967e46b58d0f8d0b4e0028de8ce78b552eaf7c38"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-openmesh_om5p-an-squashfs-sysupgrade.bin"; + sha256 = "ef04847620ed539735b8177a0b35ff1a06da17d9025d2d512589ba797ceb58f0"; + sha256_unsigned = "0643697d870ae58f04a28783112c827468076333267828927bfcbd864b3ad9a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-an" + "om5p-an" + ]; + titles = [ + { + model = "OM5P-AN"; + vendor = "OpenMesh"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-pcs_cap324-initramfs-kernel.bin"; + sha256 = "3d262ea6c4c6927577dab64ce187bc500951ba8d427afb52a56425881e1fdf72"; + sha256_unsigned = "3d262ea6c4c6927577dab64ce187bc500951ba8d427afb52a56425881e1fdf72"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "8891dc29b26ac08454d24f86676b0ef23add3e879243cb66307c898d9f04c4d3"; + sha256_unsigned = "47ea054aeb7744376f183545f2e3d09dfc3269353cef485df164487fef66c702"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + model = "CAP324"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "3fa16162418727bf491eee6a8c01c225354510f2517da921aee2f851a34e56da"; + sha256_unsigned = "bdaec48376a2a3ec1eb933edd5dcb79ea5a030a150bf048f699a7a8f73631ffc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-pcs_cr3000-initramfs-kernel.bin"; + sha256 = "bb70856bc624acc3fc4813da635d6b37dce43fabc6f0b4e457ed7883ce5bd324"; + sha256_unsigned = "bb70856bc624acc3fc4813da635d6b37dce43fabc6f0b4e457ed7883ce5bd324"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + model = "CR3000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "27fb681fad4af869e800687e44fa913df91f8937ca4f6adc07b55ff1517f43fe"; + sha256_unsigned = "221220ce05bb7d515578c9aff5118f7daab71cc3ea8f6119b07bd2a5cd5e3a7a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-pcs_cr5000-initramfs-kernel.bin"; + sha256 = "95d445bd4ed2ce1bd020490fe9bddb06e8bdde78494aedba420eceb0f19665f8"; + sha256_unsigned = "95d445bd4ed2ce1bd020490fe9bddb06e8bdde78494aedba420eceb0f19665f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + model = "CR5000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "b685aa557766cdb46095c7385a4930654e01a508df7435739f5ecdd48962612b"; + sha256_unsigned = "fb5aa66826489e5e8dabe54d329f44060ddb8e82d3889c953e470bb6bc002cdf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-phicomm_k2t-initramfs-kernel.bin"; + sha256 = "c57588ffd218b09daced27099310347c14ce8c8acfc4c234f635f3e49e1e79c1"; + sha256_unsigned = "c57588ffd218b09daced27099310347c14ce8c8acfc4c234f635f3e49e1e79c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + model = "K2T"; + vendor = "Phicomm"; + } + ]; + }; + pisen_ts-d084 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-pisen_ts-d084"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-pisen_ts-d084-squashfs-sysupgrade.bin"; + sha256 = "979e8dc7bf79c1d2c69f350e801b8e38407223879ea58c194987fb3c9627d526"; + sha256_unsigned = "1cef26de7d6c401f930fb7c96d3c7c40e7ca78a28d78cf5331fb62c50b21a3c7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-pisen_ts-d084-initramfs-kernel.bin"; + sha256 = "368d64ddf5280a60a58bf384ae041a25f5a1e06a2a43b3da078e6007239e3380"; + sha256_unsigned = "368d64ddf5280a60a58bf384ae041a25f5a1e06a2a43b3da078e6007239e3380"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-pisen_ts-d084-squashfs-factory.bin"; + sha256 = "847d96f345aa265cc39b98527e7a69b0c4ed7b691eb3c4901a8c6a7ec08e0764"; + sha256_unsigned = "847d96f345aa265cc39b98527e7a69b0c4ed7b691eb3c4901a8c6a7ec08e0764"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,ts-d084" + ]; + titles = [ + { + model = "TS-D084"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmb001n = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-pisen_wmb001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-pisen_wmb001n-squashfs-factory.bin"; + sha256 = "3930d7c9f6b28b7eecf7f420a50ce1e9d462ca8db735c3898521705beb9d8580"; + sha256_unsigned = "d21ae58d851b8354dd03b48a22f2886f276de845ae24434a4dbf6770cc998367"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-pisen_wmb001n-initramfs-kernel.bin"; + sha256 = "69c5ac357571f9c21d374a2795f42e6d87a677b2cb1959c5192b0c3d4ce80d7b"; + sha256_unsigned = "69c5ac357571f9c21d374a2795f42e6d87a677b2cb1959c5192b0c3d4ce80d7b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-pisen_wmb001n-squashfs-sysupgrade.bin"; + sha256 = "feb9179caaf11a9dd6ba7f4eb1c29a907a3144a7862db9dfdeed039e83991d13"; + sha256_unsigned = "d21ae58d851b8354dd03b48a22f2886f276de845ae24434a4dbf6770cc998367"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,wmb001n" + ]; + titles = [ + { + model = "WMB001N"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-pisen_wmm003n-initramfs-kernel.bin"; + sha256 = "439134f170def801aeb083e4ee0d0a3d830712717779f442f0d4d15f960b6a23"; + sha256_unsigned = "439134f170def801aeb083e4ee0d0a3d830712717779f442f0d4d15f960b6a23"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "ff5cefd90f14e7352e41ad4a945c97465887ac971c8f52fe6fa0678d2f3f5365"; + sha256_unsigned = "4f3049e85649dbe8a85ddf818c6cdcd701e93ba6107806189a8caaaba2494f15"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "a6bd85049dafa38957319d04b1ca84d3d9ffb1fe7452a599ed4e31edef77caab"; + sha256_unsigned = "a6bd85049dafa38957319d04b1ca84d3d9ffb1fe7452a599ed4e31edef77caab"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + model = "Cloud Easy Power (WMM003N)"; + vendor = "PISEN"; + } + ]; + }; + plasmacloud_pa300 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-plasmacloud_pa300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-plasmacloud_pa300-squashfs-sysupgrade.bin"; + sha256 = "7bc41ab7e15679b2541044601e9c93c26f01131f37da709ba34078c266f5809a"; + sha256_unsigned = "a5d11960f49e2b5c825ca3a3033b3f5c73116f0c2ffde3771866b19540fef45f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-plasmacloud_pa300-squashfs-factory.bin"; + sha256 = "c3c2a1b47fa1d602b8ee0e354050e4a784091b63759cb11aa9b53a876aee1afe"; + sha256_unsigned = "c3c2a1b47fa1d602b8ee0e354050e4a784091b63759cb11aa9b53a876aee1afe"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-plasmacloud_pa300-initramfs-kernel.bin"; + sha256 = "776c15c78e8ccff2f1acde5cdebfb25074264aa8e19c616abf75c67a235a9d46"; + sha256_unsigned = "776c15c78e8ccff2f1acde5cdebfb25074264aa8e19c616abf75c67a235a9d46"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa300" + ]; + titles = [ + { + model = "PA300"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa300e = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-plasmacloud_pa300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-plasmacloud_pa300e-squashfs-sysupgrade.bin"; + sha256 = "d94743d91ad00b22ec45234952163cab659da7dd2eac1e01ff6fd45950d517d3"; + sha256_unsigned = "f01d86072fab56134ca35be68863fae13b99830858221202a1fb91018c712486"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-plasmacloud_pa300e-initramfs-kernel.bin"; + sha256 = "f70e50c1d1915908df4a43fc4549b88b226cebeaf6a186877b0aaf39eb954b55"; + sha256_unsigned = "f70e50c1d1915908df4a43fc4549b88b226cebeaf6a186877b0aaf39eb954b55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-plasmacloud_pa300e-squashfs-factory.bin"; + sha256 = "36db36c09379f4ec9f5b757510fbdff471064584feb6f533d7a7a6a1a2ab5822"; + sha256_unsigned = "36db36c09379f4ec9f5b757510fbdff471064584feb6f533d7a7a6a1a2ab5822"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa300e" + ]; + titles = [ + { + model = "PA300E"; + vendor = "Plasma Cloud"; + } + ]; + }; + qca_ap143-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-qca_ap143-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-qca_ap143-16m-initramfs-kernel.bin"; + sha256 = "38ec506827721ee0e05abd5aac51ca7543eeb65ae5bacfe25b05a5f5ff92f9ea"; + sha256_unsigned = "38ec506827721ee0e05abd5aac51ca7543eeb65ae5bacfe25b05a5f5ff92f9ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qca_ap143-16m-squashfs-factory.bin"; + sha256 = "4fc6be15572a5426c20f7d3f4c3f970f406448f5956eb99a7867c30eb65b62df"; + sha256_unsigned = "4fc6be15572a5426c20f7d3f4c3f970f406448f5956eb99a7867c30eb65b62df"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qca_ap143-16m-squashfs-sysupgrade.bin"; + sha256 = "0d62dbd9e0ababbf2ef7d1a001da4492bd2fbcdda447d8fe0a2ae72566fde408"; + sha256_unsigned = "81c1986ff67d206f5abd58f742b3f5981d9bcc09a9825d551405e80c32d27a37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qca,ap143-16m" + "ap143" + ]; + titles = [ + { + model = "AP143"; + variant = "(16M)"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qca_ap143-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-qca_ap143-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qca_ap143-8m-squashfs-factory.bin"; + sha256 = "8dac0d80ca2fec040e9b14c063a3e9ec8939c19d6316518eb84a2e19ee6fb468"; + sha256_unsigned = "8dac0d80ca2fec040e9b14c063a3e9ec8939c19d6316518eb84a2e19ee6fb468"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-qca_ap143-8m-initramfs-kernel.bin"; + sha256 = "7b85042ae3607e340123d60266964c7c43c546304b05966e1f46406da5af98a4"; + sha256_unsigned = "7b85042ae3607e340123d60266964c7c43c546304b05966e1f46406da5af98a4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qca_ap143-8m-squashfs-sysupgrade.bin"; + sha256 = "381cf218c057bc3f26feedace7c2f9b569d5fea5c598b4cdd2d8fc43cca23536"; + sha256_unsigned = "92040e5adc4ef301b437ef18e15f60dcde371d7ec53a19efaf06e40b8884dc71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qca,ap143-8m" + "ap143" + ]; + titles = [ + { + model = "AP143"; + variant = "(8M)"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qihoo_c301 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-qihoo_c301"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-qihoo_c301-initramfs-kernel.bin"; + sha256 = "b9eb35aa3ca89ba36e21f8627c84bd744331122b67a151b76dc4669904e1de8b"; + sha256_unsigned = "b9eb35aa3ca89ba36e21f8627c84bd744331122b67a151b76dc4669904e1de8b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qihoo_c301-squashfs-sysupgrade.bin"; + sha256 = "e8725878c8869fcd08f90891f1cb8b27604a2b5a39b52370fb7d43702834d737"; + sha256_unsigned = "8f9fbff1eb42411a3a7e82c0fce728734fb4555671192432677ec17d0e054f98"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qihoo_c301-squashfs-factory.bin"; + sha256 = "270d67ec9595129541597fa1d0b5d2ea488ed92a3f2da18576e400d655a12781"; + sha256_unsigned = "270d67ec9595129541597fa1d0b5d2ea488ed92a3f2da18576e400d655a12781"; + type = "factory"; + } + ]; + supported_devices = [ + "qihoo,c301" + "qihoo-c301" + ]; + titles = [ + { + model = "C301"; + vendor = "Qihoo"; + } + ]; + }; + qxwlan_e1700ac-v2-16m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-qxwlan_e1700ac-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e1700ac-v2-16m-initramfs-kernel.bin"; + sha256 = "266839999bceac2904c9bf2951b926fa5fdb5574b7f608c5b55f2a60489a1e32"; + sha256_unsigned = "266839999bceac2904c9bf2951b926fa5fdb5574b7f608c5b55f2a60489a1e32"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e1700ac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "98376433f0b97a0cea71225a91f8a0474c3d02141e7f6187270c85ae3f864950"; + sha256_unsigned = "a99228ebe53cfe962034b1171bd96bb9a9984bcb1cc452917843720f60687c8f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-16m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e1700ac-v2-8m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-qxwlan_e1700ac-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e1700ac-v2-8m-initramfs-kernel.bin"; + sha256 = "4dd59499a3265c5b7be551b9629b150a1709d17391a3242571f88cd3525f4d7e"; + sha256_unsigned = "4dd59499a3265c5b7be551b9629b150a1709d17391a3242571f88cd3525f4d7e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e1700ac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "7cfec34895d9241ec785717f3a7f8e424e0579a8dca5494aec982d7319ffc31f"; + sha256_unsigned = "12513e576022b32e4889486dff112537318423cecc520f3033f2c5c72e50795d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-8m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-qxwlan_e558-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e558-v2-16m-initramfs-kernel.bin"; + sha256 = "99b1a62c805be331353074e1aa6ddfcc455675af46b5e73fe8cf741962518d82"; + sha256_unsigned = "99b1a62c805be331353074e1aa6ddfcc455675af46b5e73fe8cf741962518d82"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e558-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "b24733046c963030e5d6a876e27233a1f459267ba5a391eee5e5150cc1e468c9"; + sha256_unsigned = "ba514fb6fde275aa313be7983a6e8a3039816391116b82022e8609b41db8098b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-16m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-qxwlan_e558-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e558-v2-8m-initramfs-kernel.bin"; + sha256 = "4429ea5bd8dc6e6459e2697f4eafa8856e389585d48e8482e654f5cdcd0d074a"; + sha256_unsigned = "4429ea5bd8dc6e6459e2697f4eafa8856e389585d48e8482e654f5cdcd0d074a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e558-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "25cb31011d87f4d1fd18ca520d60e6c77959b5f23df46d8aa58f0a6044bbf3aa"; + sha256_unsigned = "32e800850a86a34cb122204989a9e87051d25bdeafbc67fa5d1d414bdd893703"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-8m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-qxwlan_e600g-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e600g-v2-16m-initramfs-kernel.bin"; + sha256 = "1d5fa7cef1b32b31c676634af0223ab5c8593f5203dfbecaa8c8b57a74d436ca"; + sha256_unsigned = "1d5fa7cef1b32b31c676634af0223ab5c8593f5203dfbecaa8c8b57a74d436ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e600g-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "bf12f56415a187ef04b20b79d2affa97a3e41024e7eea6d2ef029ec2bb2e3b4a"; + sha256_unsigned = "88049cda554b28e59224edb6fd03289cd84c527e9962b73a55159826aecc460d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-16m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-qxwlan_e600g-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e600g-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "b243cdc8d60e7680cac8c2b17ed16553ab8d7dce0b02a00b32c0dc6bdb0d7fb2"; + sha256_unsigned = "3e03e055823cd395feffae803f19cdbf3e0b7b9fb247327f3d2408197358bedc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e600g-v2-8m-initramfs-kernel.bin"; + sha256 = "a90bb2fe1a9810073316510b2c5a441338e7f182d575c070d7f2706a0929e2ed"; + sha256_unsigned = "a90bb2fe1a9810073316510b2c5a441338e7f182d575c070d7f2706a0929e2ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-8m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-16m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-qxwlan_e600gac-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e600gac-v2-16m-initramfs-kernel.bin"; + sha256 = "a8d12ab7faab67b5dbe1d0f07e8f6a3c2c4b9f27eaab92ed83ded26db7bb987b"; + sha256_unsigned = "a8d12ab7faab67b5dbe1d0f07e8f6a3c2c4b9f27eaab92ed83ded26db7bb987b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e600gac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "d728ebc6dacba3a569041040122960cea18520cbaeb9221df331f2a66e6e7dac"; + sha256_unsigned = "a551a5161d0bd9df03c3c88e21f158c2a6d7bd830d65a3c1d252d888fc4e6a26"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-16m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-8m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-qxwlan_e600gac-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e600gac-v2-8m-initramfs-kernel.bin"; + sha256 = "8039cdf3a41b4d6afd00d3a2013d4d628e7a65e54dfef6c58271d8d2f1dafdf5"; + sha256_unsigned = "8039cdf3a41b4d6afd00d3a2013d4d628e7a65e54dfef6c58271d8d2f1dafdf5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e600gac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "b68c2bf26bccd1e508b5306b22dbe59a11555057cf5f87f587f2e5409db4bcb7"; + sha256_unsigned = "b75d23c787cb18aac943a6b2673486910a38df5356b33a222267afbf1eca8241"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-8m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-qxwlan_e750a-v4-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e750a-v4-16m-initramfs-kernel.bin"; + sha256 = "80cb26c481f0ac58792a19814a4120ef5402edb6f82cae98542a843fb7a186e3"; + sha256_unsigned = "80cb26c481f0ac58792a19814a4120ef5402edb6f82cae98542a843fb7a186e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e750a-v4-16m-squashfs-sysupgrade.bin"; + sha256 = "37c57a766faaa541d3ea8cbbb71e63500738101bf973f968482e94e990338b77"; + sha256_unsigned = "b86172e2b87448c478a99bf64339883f3823b05e52b7f698e1c00167dbf5317c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-16m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-qxwlan_e750a-v4-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e750a-v4-8m-initramfs-kernel.bin"; + sha256 = "679e27fbd921bdd62f073ba64757ce2958b9d1f05bdf6bab5720b7d0eaac2d63"; + sha256_unsigned = "679e27fbd921bdd62f073ba64757ce2958b9d1f05bdf6bab5720b7d0eaac2d63"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e750a-v4-8m-squashfs-sysupgrade.bin"; + sha256 = "8b303f1cf79f2b2573719f3131c32ee76afdedbb928c2c46922733177eef85d3"; + sha256_unsigned = "551f25117489e9a384049f7b81906e23cee3961334daf552e5c7921e0bd683dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-8m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-qxwlan_e750g-v8-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e750g-v8-16m-squashfs-sysupgrade.bin"; + sha256 = "2a79ddfe82959fff52d7c91fdba4ccc4a7a28b1514520beb355ebe17b9f2d1c2"; + sha256_unsigned = "cf4c2e6b15b720ad6cf33dce968f19998d1505a82cf9c21e892eb50d9d7d00cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e750g-v8-16m-initramfs-kernel.bin"; + sha256 = "744b4ba696513256755c682a6c9286a854190be243c03e3b133c334370bfe925"; + sha256_unsigned = "744b4ba696513256755c682a6c9286a854190be243c03e3b133c334370bfe925"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-16m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-qxwlan_e750g-v8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e750g-v8-8m-squashfs-sysupgrade.bin"; + sha256 = "5c7d23a3b5109108f011b88f5597d82623e61e98f308de96f83004d52d51268f"; + sha256_unsigned = "13eea67ab6b980c98ee9b53d3c6e881cdabd99dfab2a32bc9527125b647a12ee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-qxwlan_e750g-v8-8m-initramfs-kernel.bin"; + sha256 = "39c8d5f51079f053f4e916558d056de0787195143e6c3f9a567807a923e74dbe"; + sha256_unsigned = "39c8d5f51079f053f4e916558d056de0787195143e6c3f9a567807a923e74dbe"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-8m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-rosinson_wr818-initramfs-kernel.bin"; + sha256 = "0bb0d6bbe56d666dcc901fe0e2bc80cf6a698847aa74653e6fb8445ecbcb3117"; + sha256_unsigned = "0bb0d6bbe56d666dcc901fe0e2bc80cf6a698847aa74653e6fb8445ecbcb3117"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "480ee8012ca5f81f9d7dca90a245c00cbee179d4f5ecdb174359daee5260daf7"; + sha256_unsigned = "4769587d75853c39f0f1813c14a44d2e6e4091343fe0e18b6ee4b4a0849c3cb3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + model = "WR818"; + vendor = "Rosinson"; + } + ]; + }; + samsung_wam250 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-samsung_wam250"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-samsung_wam250-initramfs-kernel.bin"; + sha256 = "e91bce50c48887eeb92b62fc9770432abf1d2f46569167ba34ebfcb40bab644b"; + sha256_unsigned = "e91bce50c48887eeb92b62fc9770432abf1d2f46569167ba34ebfcb40bab644b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-samsung_wam250-squashfs-sysupgrade.bin"; + sha256 = "44605c8d1f14537b86b25966d82535b56af06b74046587a62c9dd70f0ab33519"; + sha256_unsigned = "87395876eddf0a67b0b7c6107191479783e8b7e369e0f4d06c64bdc05f9deec5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samsung,wam250" + "wam250" + ]; + titles = [ + { + model = "WAM250"; + vendor = "Samsung"; + } + ]; + }; + siemens_ws-ap3610 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-siemens_ws-ap3610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-siemens_ws-ap3610-squashfs-sysupgrade.bin"; + sha256 = "dcedae3af9ece2e6e26cca10eec2092e029b5953e6e30add3b6e08c4fde91363"; + sha256_unsigned = "d5514f0daf7d09c03b522bec1c8cbe915516d59bf8c08ce4eaf2ecc0d7820c04"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-siemens_ws-ap3610-initramfs-kernel.bin"; + sha256 = "a0536e0f62d338b3bfc665965af293a98ab820f275ba1abde5b9f159f430f8b9"; + sha256_unsigned = "a0536e0f62d338b3bfc665965af293a98ab820f275ba1abde5b9f159f430f8b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,ws-ap3610" + ]; + titles = [ + { + model = "WS-AP3610"; + vendor = "Siemens"; + } + ]; + }; + sitecom_wlr-7100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-sitecom_wlr-7100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-sitecom_wlr-7100-initramfs-kernel.bin"; + sha256 = "f43d66fe174f4d60a5d5570aed97a16e520ce5382621b1fec22ef50e3c894295"; + sha256_unsigned = "f43d66fe174f4d60a5d5570aed97a16e520ce5382621b1fec22ef50e3c894295"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-sitecom_wlr-7100-squashfs-factory.dlf"; + sha256 = "a2a8e038e535d34959403e3dd26e87f686c4433b9ee69e1e5155103ea2288c85"; + sha256_unsigned = "a2a8e038e535d34959403e3dd26e87f686c4433b9ee69e1e5155103ea2288c85"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-sitecom_wlr-7100-squashfs-sysupgrade.bin"; + sha256 = "760e76f2e6b1d9b47bffc1c7e2aa5e386e671baa87e65a97369d493792c7dd32"; + sha256_unsigned = "0ba2255b5ba75af63b31a99295d73c574f5ba3f48b24d2ef4533c5f21df155a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-7100" + ]; + titles = [ + { + model = "WLR-7100"; + vendor = "Sitecom"; + } + ]; + }; + sitecom_wlr-8100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-sitecom_wlr-8100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-sitecom_wlr-8100-squashfs-factory.dlf"; + sha256 = "ede83ddbbfbb77be1ba9edc122e6a4c77a43ceff04c57c0bf47563e888772972"; + sha256_unsigned = "ede83ddbbfbb77be1ba9edc122e6a4c77a43ceff04c57c0bf47563e888772972"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-sitecom_wlr-8100-squashfs-sysupgrade.bin"; + sha256 = "9f0ad3747e4cc7503e8a20002ad8485a9b713863af25fa2ac2e582787e612363"; + sha256_unsigned = "f709059ee4ba12d786a408f2dfd9ab9aac27a136511ee479e62d30e0297349a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-sitecom_wlr-8100-initramfs-kernel.bin"; + sha256 = "43047df212b0a6f7ac491a4b1dd8c715a83432accb14fcba1534e4345a61414a"; + sha256_unsigned = "43047df212b0a6f7ac491a4b1dd8c715a83432accb14fcba1534e4345a61414a"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-8100" + "wlr8100" + ]; + titles = [ + { + model = "WLR-8100"; + vendor = "Sitecom"; + } + { + model = "X8 AC1750"; + vendor = "Sitecom"; + } + ]; + }; + sophos_ap100 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-sophos_ap100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-sophos_ap100-initramfs-kernel.bin"; + sha256 = "1a21d2c06924596063e1563f212e8519fb8936a03f3756b5c9b2e28d731f3cb2"; + sha256_unsigned = "1a21d2c06924596063e1563f212e8519fb8936a03f3756b5c9b2e28d731f3cb2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-sophos_ap100-squashfs-sysupgrade.bin"; + sha256 = "ca6bf35044ad273bf86ad443b48eb7b73b61b7d6c23eff8547bd0493f0b2f7b4"; + sha256_unsigned = "f6b62cf60a00cb555f89bed16f583a783392f4cfe89c396e84cd272a947d0d73"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap100" + ]; + titles = [ + { + model = "AP100"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap100c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-sophos_ap100c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-sophos_ap100c-squashfs-sysupgrade.bin"; + sha256 = "4b9a5f7aeeeee1653ca56a636dc9cb2f59f87ce9775142810dcbd3aabb18ab89"; + sha256_unsigned = "01f986875dd5aaba831b4b90bc7bce12af8d096b0aac04ae7a6cf0f8c3d61e34"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-sophos_ap100c-initramfs-kernel.bin"; + sha256 = "3c462e47bbccb3685fa724d8a03a87b9e44cad990ad330cbf2e59a722ac5f237"; + sha256_unsigned = "3c462e47bbccb3685fa724d8a03a87b9e44cad990ad330cbf2e59a722ac5f237"; + type = "kernel"; + } + ]; + supported_devices = [ + "sophos,ap100c" + ]; + titles = [ + { + model = "AP100C"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap55 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-sophos_ap55"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-sophos_ap55-initramfs-kernel.bin"; + sha256 = "7f83204569f0c5f349dc0b321cc5fa97c866407c315944d4a4d380ababd75327"; + sha256_unsigned = "7f83204569f0c5f349dc0b321cc5fa97c866407c315944d4a4d380ababd75327"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-sophos_ap55-squashfs-sysupgrade.bin"; + sha256 = "cfdac64b62b653224cb80eb3e41384f2a514942f6f4c127cfa0c6b2e2718e054"; + sha256_unsigned = "7dbe229da2d06daaaa9b9fd428266bbc8bd72119d3f93d819f4860f143e10f08"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap55" + ]; + titles = [ + { + model = "AP55"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap55c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-sophos_ap55c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-sophos_ap55c-initramfs-kernel.bin"; + sha256 = "6e8e7e7895c5f24cfe3654763594ed591768df161989ee365416d761e246cc4b"; + sha256_unsigned = "6e8e7e7895c5f24cfe3654763594ed591768df161989ee365416d761e246cc4b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-sophos_ap55c-squashfs-sysupgrade.bin"; + sha256 = "757c28d74c252b853fd859554482220fa86160210710d9e5629f36cf851689b8"; + sha256_unsigned = "fa894cf423188ce25c2a5e544fb7d4ecd40f33f4a453a3644229345fac7be2d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap55c" + ]; + titles = [ + { + model = "AP55C"; + vendor = "Sophos"; + } + ]; + }; + telco_t1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-telco_t1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-telco_t1-squashfs-sysupgrade.bin"; + sha256 = "d6c6575cd124e36db7dc77644bd5fbf9bc746cb3cc210f53ecb16b8757383d1a"; + sha256_unsigned = "cf1009b3844b481fbaea17e8773e5d69a04a807328bafce53775ef2f50868077"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-telco_t1-initramfs-kernel.bin"; + sha256 = "9809ecb837878532e1d61203222d8e1d14f7aa4db27ea806fc41afa0981045a4"; + sha256_unsigned = "9809ecb837878532e1d61203222d8e1d14f7aa4db27ea806fc41afa0981045a4"; + type = "kernel"; + } + ]; + supported_devices = [ + "telco,t1" + "telco_electronics,tel-t1" + ]; + titles = [ + { + model = "T1"; + vendor = "Telco"; + } + ]; + }; + teltonika_rut230-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-teltonika_rut230-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-teltonika_rut230-v1-squashfs-factory.bin"; + sha256 = "583fac0d2f2435ddb1334ca7c93ae228912c4411186b79e47d95acf4cc82c98e"; + sha256_unsigned = "583fac0d2f2435ddb1334ca7c93ae228912c4411186b79e47d95acf4cc82c98e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-teltonika_rut230-v1-squashfs-sysupgrade.bin"; + sha256 = "e9c04e80662bb289586b9683b2f53e3cc1fbb917ea455fb0d5c7d0d38e765a15"; + sha256_unsigned = "8d604776c1a07aa83904fc231c9a38a47d22224d8273507c7ceae971721c9374"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-teltonika_rut230-v1-initramfs-kernel.bin"; + sha256 = "c4c32af5fe35a351f7051f74819d0dd586257c03b16e9ec6514da9395ed94e32"; + sha256_unsigned = "c4c32af5fe35a351f7051f74819d0dd586257c03b16e9ec6514da9395ed94e32"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut230-v1" + ]; + titles = [ + { + model = "RUT230"; + variant = "v1"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-teltonika_rut955"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-teltonika_rut955-squashfs-factory.bin"; + sha256 = "72d694026e327574a45759a6f125e429bbb51d03bc1a313d9f4ae8260bba4fb0"; + sha256_unsigned = "72d694026e327574a45759a6f125e429bbb51d03bc1a313d9f4ae8260bba4fb0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-teltonika_rut955-initramfs-kernel.bin"; + sha256 = "27e0f7207662e3f4809f80a40b394226af5aad4701b2a3445eee784ba935783c"; + sha256_unsigned = "27e0f7207662e3f4809f80a40b394226af5aad4701b2a3445eee784ba935783c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-teltonika_rut955-squashfs-sysupgrade.bin"; + sha256 = "4519e2c851a627b26af625f3c2732a53b23f7d73f162900a61429da7a3d36ef5"; + sha256_unsigned = "498baf7b370a6340677637e855b57a657203e65b4a24e5b2ad0a30c11b71392d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rut955" + ]; + titles = [ + { + model = "RUT955"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955-h7v3c0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-teltonika_rut955-h7v3c0"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-teltonika_rut955-h7v3c0-initramfs-kernel.bin"; + sha256 = "a0b2df8f6428f14605aaf5cfd1cface3b1292702b9ab02ab7d062c30101ed4e3"; + sha256_unsigned = "a0b2df8f6428f14605aaf5cfd1cface3b1292702b9ab02ab7d062c30101ed4e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-teltonika_rut955-h7v3c0-squashfs-factory.bin"; + sha256 = "91e369eef8eb3d4433010c21f9fb5b3ef511acf031b7003fe870d59e9c87de40"; + sha256_unsigned = "91e369eef8eb3d4433010c21f9fb5b3ef511acf031b7003fe870d59e9c87de40"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-teltonika_rut955-h7v3c0-squashfs-sysupgrade.bin"; + sha256 = "54520cbc2f1e9bf0a53ac464aa94d1c7bc651e8bb1383509fcedd38d0556a5cf"; + sha256_unsigned = "52f9cc2b65361e95049b5d3a2fbb806cf9d04c8619a11c31eef7115794342beb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rut955-h7v3c0" + ]; + titles = [ + { + model = "RUT955"; + variant = "H7V3C0"; + vendor = "Teltonika"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-a7-v5-initramfs-kernel.bin"; + sha256 = "8ae486249341c438ab80856196c89a72c938fe6e28670bc6fd90712d9a2c6c1f"; + sha256_unsigned = "8ae486249341c438ab80856196c89a72c938fe6e28670bc6fd90712d9a2c6c1f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "75473bf8dc3e54e0f58f707ab05a9615a028cfcc08c5be2f5e75afd0e9a88c12"; + sha256_unsigned = "4dfdd7a85e619de4de39d8101efd78844c1586c156005520140b59b8ab49f510"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "118a5a049c923c3dda16123b8bd3ab5d12d569b9c2845d54936ef87899316316"; + sha256_unsigned = "118a5a049c923c3dda16123b8bd3ab5d12d569b9c2845d54936ef87899316316"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + model = "Archer A7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-a9-v6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-a9-v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-a9-v6-squashfs-factory.bin"; + sha256 = "ea6990a3b0a365216114a44bc75fe16922488518a12de24269d1f8e8bca10af2"; + sha256_unsigned = "ea6990a3b0a365216114a44bc75fe16922488518a12de24269d1f8e8bca10af2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-a9-v6-initramfs-kernel.bin"; + sha256 = "482fbe82192d6f902936909daeb865b7cd439294a732a6a4203021f870fe2209"; + sha256_unsigned = "482fbe82192d6f902936909daeb865b7cd439294a732a6a4203021f870fe2209"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-a9-v6-squashfs-sysupgrade.bin"; + sha256 = "39953273e7559ef7aa849dfb5b6d9af9288b00ff1514f8bf9918b5076018fda7"; + sha256_unsigned = "9cd139a399c04e9d7c4ae1a7f7e1afd9e319221748ca373fea9ebcc84bd8a4bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-a9-v6" + ]; + titles = [ + { + model = "Archer A9"; + variant = "v6"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c2-v3-initramfs-kernel.bin"; + sha256 = "f4858bf67f175e1b841afe9e808f7b795adec622e8319e857bc5156555bb8a3f"; + sha256_unsigned = "f4858bf67f175e1b841afe9e808f7b795adec622e8319e857bc5156555bb8a3f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "04f46f1e070b18ebdae86d9219fa547c124f45490703cc1ec941012d0f9a19b6"; + sha256_unsigned = "04f46f1e070b18ebdae86d9219fa547c124f45490703cc1ec941012d0f9a19b6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "b4a73905095938662601439dfb07b80a515c4bef574ca26434796be862f4a29e"; + sha256_unsigned = "092be863c209915395310ff02a6c6fa0ade237c02229f306bdd9bbf886c2f531"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "cbda0fbe60fca443501c34b4ec8541d9557cf768e293c76d7c02da002804905d"; + sha256_unsigned = "89c60da08c6f6a67f54e32e2b1a903b9eaa97d7990830b99c7105c8c257fc99b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c25-v1-initramfs-kernel.bin"; + sha256 = "b2fc060ea7bba88c554ff97f712674de71dd72e24a385705310500ee2a6c34c3"; + sha256_unsigned = "b2fc060ea7bba88c554ff97f712674de71dd72e24a385705310500ee2a6c34c3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "6527bb13867a6398bcd92a9dec19eacc4d003a47ad5b9163214954266e6400d7"; + sha256_unsigned = "6527bb13867a6398bcd92a9dec19eacc4d003a47ad5b9163214954266e6400d7"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + model = "Archer C25"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c5-v1-initramfs-kernel.bin"; + sha256 = "bda0fef660c1ecd4b669b67df0dbb9e73b3ca5d8b87e1725b468b1bca26e3a74"; + sha256_unsigned = "bda0fef660c1ecd4b669b67df0dbb9e73b3ca5d8b87e1725b468b1bca26e3a74"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "f7318a0f476cbada0dbb40fe9db437b216e89e2687e217d2e0f2ca1b5b8b1101"; + sha256_unsigned = "2e92ce8bee20c6dc7065557874f342611f9b0507d75aba2497b3c47a9ad277db"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "793e8a43762fb814949d6dce42c87195eabb485451739ebfec8aedf50bb21c3c"; + sha256_unsigned = "793e8a43762fb814949d6dce42c87195eabb485451739ebfec8aedf50bb21c3c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + model = "Archer C5"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "cd5ddfe59f062a28865e653da8edd8448ac7ff8a3d70959d0db5b57fd9756d63"; + sha256_unsigned = "cd5ddfe59f062a28865e653da8edd8448ac7ff8a3d70959d0db5b57fd9756d63"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "6b35a125132ed87ecf671247eba9cc44fe582e6b6428345b1daa6231636b62c9"; + sha256_unsigned = "99a9fd4014f308eab7a2771fdf6576aa659584bedc997d196b0d853a87055c5c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c58-v1-initramfs-kernel.bin"; + sha256 = "7e505062c1219d5e16c676de57ea195ff27fba036decec9e0d37d4849d512e32"; + sha256_unsigned = "7e505062c1219d5e16c676de57ea195ff27fba036decec9e0d37d4849d512e32"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + model = "Archer C58"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "7cc877199641af5cf25c315c3a8375e0fba0391dc813235c755e990fca0dd32f"; + sha256_unsigned = "0c050cd329ee7a6b5f8c221f92e17cc4d36a0b4db012547abacf7e8491a66987"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "aff02daf994968d4d9b8fe64a51c21c12c2e5a1528a3f89fef9c77fce79babb6"; + sha256_unsigned = "aff02daf994968d4d9b8fe64a51c21c12c2e5a1528a3f89fef9c77fce79babb6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c59-v1-initramfs-kernel.bin"; + sha256 = "3eeece6353b4f5d1458bae11cd3a7e01f8f2c9b8bfc457bb677f39bcef9dc1dc"; + sha256_unsigned = "3eeece6353b4f5d1458bae11cd3a7e01f8f2c9b8bfc457bb677f39bcef9dc1dc"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "443514259e86d936ecac3c29e2ec86654e9ae810394300ea4890688c5f51b779"; + sha256_unsigned = "d79720eb9c31ae1f6e6de84e46420e795ff621c5e7cb1429c355afc0a42172e9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin"; + sha256 = "db9e446885b914fb5bc77f71bd91be3d519eb3f13fdc952f90772017fafe4c97"; + sha256_unsigned = "db9e446885b914fb5bc77f71bd91be3d519eb3f13fdc952f90772017fafe4c97"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c59-v2-initramfs-kernel.bin"; + sha256 = "7dac0f68a5ae45e4d71087c5388c4a96b099fe157e5451b46afa330da807ddd5"; + sha256_unsigned = "7dac0f68a5ae45e4d71087c5388c4a96b099fe157e5451b46afa330da807ddd5"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v2" + "archer-c59-v2" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c6-v2-initramfs-kernel.bin"; + sha256 = "58e869698ed1d2820e0ad11b27fa5bc81c8c8161fa962ae8cfd490a6e9c2cc2f"; + sha256_unsigned = "58e869698ed1d2820e0ad11b27fa5bc81c8c8161fa962ae8cfd490a6e9c2cc2f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "9abe6bfc8b4ac0fdc636a28d7042ec0ce5f6dfa34ac4c049f260e169c30f1dd6"; + sha256_unsigned = "276e51f6e1b5a09ce8b4bc8b13e762a12e90cc610c343d1ba5e44fb371c125d3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "aeb3bda121526189d0e9df89b1ad51efa902cddfeaa633b3ac5fcedd431bc269"; + sha256_unsigned = "aeb3bda121526189d0e9df89b1ad51efa902cddfeaa633b3ac5fcedd431bc269"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (EU/RU/JP)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2-us = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-c6-v2-us"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin"; + sha256 = "596b70e09d5acd72d1b692845b6baaa11380901d684bed6cdc3abe41cc6eb401"; + sha256_unsigned = "2a5cc2b307a530ec621dff0c48a16bca741a5bee878d6f81699f8fa75ef1194d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"; + sha256 = "fc0b60812d8c09f7f65f68efef0fd8db8255aef72dcaf5c8bd8619ad4c30e5aa"; + sha256_unsigned = "fc0b60812d8c09f7f65f68efef0fd8db8255aef72dcaf5c8bd8619ad4c30e5aa"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c6-v2-us-initramfs-kernel.bin"; + sha256 = "86225533c7c486657a5d84b50d34b8b7101c793bfe51b3c29b9d86e85aefe339"; + sha256_unsigned = "86225533c7c486657a5d84b50d34b8b7101c793bfe51b3c29b9d86e85aefe339"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2-us" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (US)"; + vendor = "TP-Link"; + } + { + model = "Archer A6"; + variant = "v2 (US/TW)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "1dddef740784a0a2cd2de7882840f804f445c22c640a036246d8d1eb397eca56"; + sha256_unsigned = "1dddef740784a0a2cd2de7882840f804f445c22c640a036246d8d1eb397eca56"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "f037aa95c21a0e8d8de5ac90ede327a841e567d181f8c03267e7651d2c3d10f7"; + sha256_unsigned = "e6cc607512e1288a3bd367de6104e418279e4513f2d360b22599cb280e096192"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c60-v1-initramfs-kernel.bin"; + sha256 = "20724d0e63c0763defd230f882bd4679b04a0d90c3eb267637a029ef5fe5c329"; + sha256_unsigned = "20724d0e63c0763defd230f882bd4679b04a0d90c3eb267637a029ef5fe5c329"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c60-v2-initramfs-kernel.bin"; + sha256 = "23929aaa7922c2629d6dfe984f8766d4c8631c1c4c419af5877b827a1f8b4be8"; + sha256_unsigned = "23929aaa7922c2629d6dfe984f8766d4c8631c1c4c419af5877b827a1f8b4be8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "9b638c446e70111fcc91f7b04296a22ba6858e623057f0396f7a8a6f1b4c4ab1"; + sha256_unsigned = "485df057e1d9d4e5dea01c429c4a74c7969da7a60c8eebe4ffa70d8815da6191"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "3cf851ccc80ccd328d7658b16c6103c0a4bfbad667989672d6f35e4af262076e"; + sha256_unsigned = "3cf851ccc80ccd328d7658b16c6103c0a4bfbad667989672d6f35e4af262076e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c60-v3-initramfs-kernel.bin"; + sha256 = "2a491ee27c0486da0de1559bef511714e6a1f7570e1b7bd7f02e732218465cbd"; + sha256_unsigned = "2a491ee27c0486da0de1559bef511714e6a1f7570e1b7bd7f02e732218465cbd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "65ab79f2186ceb2936b8992254d4eab0f7616b573e77cb9a233caecd54cdef8b"; + sha256_unsigned = "65ab79f2186ceb2936b8992254d4eab0f7616b573e77cb9a233caecd54cdef8b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "5e1724a71fe1fd2de9e2ca5f23836d2371e3a3a5323b6cd10d7c9e79d3573a1c"; + sha256_unsigned = "04cb99c58a6e270a2041575bf0518209b9ff1a80604b172f6d18e774e265a4b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "c8487218be8c0244a8bd899ee156ba2d3595bda0aea36e1ff4e907d93bb26bf9"; + sha256_unsigned = "b07ceb612c6a921144d339e3c03f6eaa30dc7aa6a9da63991f53db1c180e59f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v1-initramfs-kernel.bin"; + sha256 = "f8eded12e637378189d7694f8c8dba96d310f295d55c71ed9d7ef54d2f23c6df"; + sha256_unsigned = "f8eded12e637378189d7694f8c8dba96d310f295d55c71ed9d7ef54d2f23c6df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "6416457cf8755f23b53e84370e741458d1a68cc7f2ef683140faf0a8c06f4268"; + sha256_unsigned = "6416457cf8755f23b53e84370e741458d1a68cc7f2ef683140faf0a8c06f4268"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "685474d2e510a9c46f9baee81007d083452b244ffca8468bbb4ba6203eeba68d"; + sha256_unsigned = "6d401b7d7576bdc86d28838158633ad7d541df50122bbeea550238806e3c5f63"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v2-initramfs-kernel.bin"; + sha256 = "bac9a74c347797d2328ee93618294cb5da1343c7d4dc9cded832c77fca743147"; + sha256_unsigned = "bac9a74c347797d2328ee93618294cb5da1343c7d4dc9cded832c77fca743147"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "7b2feb7a2b51e9e5ad3f7318d7595699bcc49b3ca44e412efb8bf7a66918896b"; + sha256_unsigned = "7b2feb7a2b51e9e5ad3f7318d7595699bcc49b3ca44e412efb8bf7a66918896b"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "4214839b61e1279ad05475551f77af0bcf8dd9c8e19e63e0964860339b2cc415"; + sha256_unsigned = "4214839b61e1279ad05475551f77af0bcf8dd9c8e19e63e0964860339b2cc415"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "49036a0890295b66752dc7e1c0b09a723e7c41327974f31a7e8f657d0b0be0a0"; + sha256_unsigned = "49036a0890295b66752dc7e1c0b09a723e7c41327974f31a7e8f657d0b0be0a0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "7ef88673914f98e039a7ae162c8dfe9debbe2219bd3f457bff80d85d2625d977"; + sha256_unsigned = "7ef88673914f98e039a7ae162c8dfe9debbe2219bd3f457bff80d85d2625d977"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v4-initramfs-kernel.bin"; + sha256 = "d59984cf1767e2327ed1911f7848a9a2d7e8341cd9efa7c4f78377832b655e52"; + sha256_unsigned = "d59984cf1767e2327ed1911f7848a9a2d7e8341cd9efa7c4f78377832b655e52"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "af5434162c5fb19446a371c42e9afcc1fcc97d5a3677354c8402c9bbea80163e"; + sha256_unsigned = "951d0668e37741c8cea83eee3f74325d23bc5cbe93a636f617bd7c21e9e9c105"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "275e966b198b04451dbdc1bee6a743919c0fb53a383410e82db7183a45671ace"; + sha256_unsigned = "275e966b198b04451dbdc1bee6a743919c0fb53a383410e82db7183a45671ace"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "8e92d837347a5049cf3ec9ae5c953a644399f8198f65d63ab69c1c1ba2ccf663"; + sha256_unsigned = "f3334bcf233ad71cf78902e727adec2b026bd34f50f86cdacfdddce5d63780df"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-c7-v5-initramfs-kernel.bin"; + sha256 = "a76cbeba91e1ba0616a9d32f35cee7a9f8fbf97a4b36ac9d48038fa8463f4909"; + sha256_unsigned = "a76cbeba91e1ba0616a9d32f35cee7a9f8fbf97a4b36ac9d48038fa8463f4909"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-d50-v1-initramfs-kernel.bin"; + sha256 = "ab03857c24483dee35fca138eb6a95d04bf245160370f9b471eccf59bcbc457c"; + sha256_unsigned = "ab03857c24483dee35fca138eb6a95d04bf245160370f9b471eccf59bcbc457c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "56ab8758a40237a8cf0cf18f7c8b37183894df895ff24041489e81f28e78aaf9"; + sha256_unsigned = "dbaaba7cdb4c672161a03b09ab5018a4aa200dde90255b9e20226422d5a4461d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + model = "Archer D50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-d7-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-d7-v1-initramfs-kernel.bin"; + sha256 = "8b379923cce33cf0ceff6e75f2ab34706cab8afb522e7885fd8cd43f9da91818"; + sha256_unsigned = "8b379923cce33cf0ceff6e75f2ab34706cab8afb522e7885fd8cd43f9da91818"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-d7-v1-squashfs-sysupgrade.bin"; + sha256 = "ab5a8a2784737d6f75e2c3e5a0e4b47ba9f8c988f9620197238011c58ea70525"; + sha256_unsigned = "ca9f222b1db2492aaed958cfc5f8b3883c62a17a66b0a2a136d128a44a381ccc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7-v1" + ]; + titles = [ + { + model = "Archer D7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7b-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_archer-d7b-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-d7b-v1-initramfs-kernel.bin"; + sha256 = "6f30f0a39d2d070ea944adcafb141b12c84ef707492b125a0eeca82ba09b27ba"; + sha256_unsigned = "6f30f0a39d2d070ea944adcafb141b12c84ef707492b125a0eeca82ba09b27ba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_archer-d7b-v1-squashfs-sysupgrade.bin"; + sha256 = "b5460c834ba0f19a7c978721e7f45a6a5a3efc6f11422f72296a4fd90c8983d4"; + sha256_unsigned = "8cc4508c19deb7e8d2a73ef499d1bd48b2bb567b7eb0436259d0d363afabbedf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7b-v1" + ]; + titles = [ + { + model = "Archer D7b"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_cpe210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe210-v1-squashfs-sysupgrade.bin"; + sha256 = "5d1a5ac8f175551bbe4cc81257c1eadff0b93946ef1165e230d2c986cf506fb8"; + sha256_unsigned = "0bac59dbb7bc28610e8986eb0f5b0240250fe649ac860b63b6848a9a60e4bc71"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe210-v1-squashfs-factory.bin"; + sha256 = "36496f872d445cca78d5df8fc1ef58110136350260686e01158c997833252d10"; + sha256_unsigned = "36496f872d445cca78d5df8fc1ef58110136350260686e01158c997833252d10"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe210-v1-initramfs-kernel.bin"; + sha256 = "234d903481d22cce0cd42f7252bc27d71282828e36b9c04b5336f4a4cf513cbb"; + sha256_unsigned = "234d903481d22cce0cd42f7252bc27d71282828e36b9c04b5336f4a4cf513cbb"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v1" + "cpe210" + ]; + titles = [ + { + model = "CPE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "522433b569edd1a1986aa616ac9687a30fb9cfed6d2372d0f6030445bb816f61"; + sha256_unsigned = "522433b569edd1a1986aa616ac9687a30fb9cfed6d2372d0f6030445bb816f61"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe210-v2-initramfs-kernel.bin"; + sha256 = "b5adff6c1a5417a913dd74fdc3a355daba7fb2f8076887e23b17b3ae8833aa1e"; + sha256_unsigned = "b5adff6c1a5417a913dd74fdc3a355daba7fb2f8076887e23b17b3ae8833aa1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "f44ec6b4885e50f075d5431e14656d3b54beab0c4f59db24a870bea0da1e761d"; + sha256_unsigned = "58d337e60cc3810451d79ae1a574bfcb50fbb3b9e1946e4d8f7f28a71037160d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + model = "CPE210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "da8b19bd645840cb3bef210f37f8ab4d82de44b9efefe92196207e35c1acb7eb"; + sha256_unsigned = "da8b19bd645840cb3bef210f37f8ab4d82de44b9efefe92196207e35c1acb7eb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe210-v3-initramfs-kernel.bin"; + sha256 = "c5e189f4559ee4ec8a59e78b171eea890e992098d85bb1594ee8dbb6e70578ed"; + sha256_unsigned = "c5e189f4559ee4ec8a59e78b171eea890e992098d85bb1594ee8dbb6e70578ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "9a4507432ae4b80a1bed75655236ad216d094ee0e65299fbd4667c8971162ccb"; + sha256_unsigned = "e8ab385c6df181b6b0fba17d4e21306a2b7be58c081afb9093e4f57fef2d5276"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + model = "CPE210"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_cpe220-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe220-v2-initramfs-kernel.bin"; + sha256 = "2be3be048f194cf3caf16e990c1a25b2b49dc7b42d87f07262e39e561542f2d9"; + sha256_unsigned = "2be3be048f194cf3caf16e990c1a25b2b49dc7b42d87f07262e39e561542f2d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe220-v2-squashfs-factory.bin"; + sha256 = "98ea47da46355ce1a6c295d82e33ff64251d9a00211b89c2cf17ac34da0747b5"; + sha256_unsigned = "98ea47da46355ce1a6c295d82e33ff64251d9a00211b89c2cf17ac34da0747b5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe220-v2-squashfs-sysupgrade.bin"; + sha256 = "c0956169f96d91190d237c569c299a1b92914b9f7922b3ef4419d2583aa5632a"; + sha256_unsigned = "4f044b35dd66b14b9bbe52d413326dd26b308a27d01ea35fb820976531f87e23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe220-v2" + ]; + titles = [ + { + model = "CPE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe220-v3-initramfs-kernel.bin"; + sha256 = "3b6a6fb00a870fe791699ccc2aaf2d564dd70936fa88bb84042f053bf571da24"; + sha256_unsigned = "3b6a6fb00a870fe791699ccc2aaf2d564dd70936fa88bb84042f053bf571da24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "31ebb439b4bc8224c3c6c53239f1f75d1c059cc41c55b693815f36f00a32c8b4"; + sha256_unsigned = "393b26ab90619b4cd38eae7aac90742ea415f76ed9051a23844b75051b8bc39c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "8f562c14d2ace6de6af570551836e66854ad8e8d166c97b66dfbd65d5d5b03ac"; + sha256_unsigned = "8f562c14d2ace6de6af570551836e66854ad8e8d166c97b66dfbd65d5d5b03ac"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + model = "CPE220"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_cpe510-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe510-v1-initramfs-kernel.bin"; + sha256 = "46d99f82c477bc5589e8a830a55a45fe9b569431cd0cda597dc2f80ea4a699d0"; + sha256_unsigned = "46d99f82c477bc5589e8a830a55a45fe9b569431cd0cda597dc2f80ea4a699d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe510-v1-squashfs-sysupgrade.bin"; + sha256 = "5094a455bd39454872c126f2aceb391aa9d286cb2ca5c1a08db929b6e5aaa0eb"; + sha256_unsigned = "f0f971acfd1693cf1fef62d9516179d0d0b3c20ba5564de38b251f5c2dc6fefb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe510-v1-squashfs-factory.bin"; + sha256 = "722c0233c56c0cf40c887dfdda086d212f603714d9b1a93579c0627a480ce96a"; + sha256_unsigned = "722c0233c56c0cf40c887dfdda086d212f603714d9b1a93579c0627a480ce96a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe510-v1" + "cpe510" + ]; + titles = [ + { + model = "CPE510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "48f5435506e7fba42a0c488e016bc42714c00bcec17d7003dc268a6b3dcb52c7"; + sha256_unsigned = "3e9a3d8d004ff9b95aef88604b32d00ac34d4903dffe86e88bc5ffe146cb4a66"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe510-v2-squashfs-factory.bin"; + sha256 = "e56e0caff80ba0b80b5981b6d95eb3ddee61e25cec644257a3b771fc3c0e1b06"; + sha256_unsigned = "e56e0caff80ba0b80b5981b6d95eb3ddee61e25cec644257a3b771fc3c0e1b06"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe510-v2-initramfs-kernel.bin"; + sha256 = "77d68c96c9be2df7e858037e9b24676af3033c5879d7454f06f2e61a9e0f736e"; + sha256_unsigned = "77d68c96c9be2df7e858037e9b24676af3033c5879d7454f06f2e61a9e0f736e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v2" + "cpe510-v2" + ]; + titles = [ + { + model = "CPE510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_cpe510-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe510-v3-initramfs-kernel.bin"; + sha256 = "e6530ae1cd8a874c0ee0ccaacbd03925b9267709fdf71b10e8fdabac43473dc9"; + sha256_unsigned = "e6530ae1cd8a874c0ee0ccaacbd03925b9267709fdf71b10e8fdabac43473dc9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe510-v3-squashfs-factory.bin"; + sha256 = "be948d2538085c9b9ebf7fa5f26362fe5b04af21a26b58c928195d9bd9976178"; + sha256_unsigned = "be948d2538085c9b9ebf7fa5f26362fe5b04af21a26b58c928195d9bd9976178"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe510-v3-squashfs-sysupgrade.bin"; + sha256 = "bf56e77f877ff317ea1374fc10b18fb4125725bb2a118d85e3cf38db245f49e0"; + sha256_unsigned = "f862365c13aa6c603c6e6553e230bde475aa525b9eb143a9e81ee4d4b827adef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe510-v3" + ]; + titles = [ + { + model = "CPE510"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_cpe610-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe610-v1-squashfs-factory.bin"; + sha256 = "e862e05100414679da91e6647c0aadc5944094390c463fc09cf3de53c8d11957"; + sha256_unsigned = "e862e05100414679da91e6647c0aadc5944094390c463fc09cf3de53c8d11957"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe610-v1-initramfs-kernel.bin"; + sha256 = "398ac341c9237f19f4c381897ee4787921fb69fafc244da854dd1ebab1e173f6"; + sha256_unsigned = "398ac341c9237f19f4c381897ee4787921fb69fafc244da854dd1ebab1e173f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe610-v1-squashfs-sysupgrade.bin"; + sha256 = "a9321a272e376639558365feb683f22e7c74e9957878c08314bf72e312f25906"; + sha256_unsigned = "393c8bd9e41b373cec8709c60c021fcc9789742067c0790d2eadaa363c70092c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe610-v1" + ]; + titles = [ + { + model = "CPE610"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_cpe610-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe610-v2-squashfs-sysupgrade.bin"; + sha256 = "d4ae1a53b917fe0b180c8775929c16d48298a66966ebedd5dcec77e5f7968323"; + sha256_unsigned = "25a5af11a5da33c500ca523cc89b3bbd4d0f5019cb97c97bb1fd2f8a957287b9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe610-v2-squashfs-factory.bin"; + sha256 = "76559ce790a2fe6993b5ab24b28a7fcbef133247a2b80bce54533b3cfd4e2fac"; + sha256_unsigned = "76559ce790a2fe6993b5ab24b28a7fcbef133247a2b80bce54533b3cfd4e2fac"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe610-v2-initramfs-kernel.bin"; + sha256 = "17cd1286077f855f6090cec74496deb7b0110f06d57234129d40f81b45a92471"; + sha256_unsigned = "17cd1286077f855f6090cec74496deb7b0110f06d57234129d40f81b45a92471"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe610-v2" + ]; + titles = [ + { + model = "CPE610"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe710-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_cpe710-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe710-v1-squashfs-factory.bin"; + sha256 = "11b80ed4d2bed7680286e3af5e11270ff5b789f64eef549878f136fa2ad8da7f"; + sha256_unsigned = "11b80ed4d2bed7680286e3af5e11270ff5b789f64eef549878f136fa2ad8da7f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe710-v1-initramfs-kernel.bin"; + sha256 = "c8fd18bc36d3a7fdaf2e816773bff8ae8bac5edb005d96bc0fe9b9debaf68ad8"; + sha256_unsigned = "c8fd18bc36d3a7fdaf2e816773bff8ae8bac5edb005d96bc0fe9b9debaf68ad8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_cpe710-v1-squashfs-sysupgrade.bin"; + sha256 = "8164dee24a6e64a628fb6c712ff9074f23e584f145e843a0d4a46e03bef74990"; + sha256_unsigned = "16520074e741a684bc3540d5a6836cbfb3961960f446fc3b40b17a798e6bcf1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe710-v1" + ]; + titles = [ + { + model = "CPE710"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_deco-m4r-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_deco-m4r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_deco-m4r-v1-squashfs-factory.bin"; + sha256 = "f9f57bfd753c914b7fa51641a80e08cdaf3ae35d995ec3585f3e91998cb05411"; + sha256_unsigned = "f9f57bfd753c914b7fa51641a80e08cdaf3ae35d995ec3585f3e91998cb05411"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_deco-m4r-v1-squashfs-sysupgrade.bin"; + sha256 = "143f3b45aea1a6248f6cc6def4bce23f95a65ea195f850c937f55e2ef6e8fa35"; + sha256_unsigned = "bd8e8e19bda33ac8535ea4b6481f3318965027719c76a794d3aaa7eec09e5a08"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_deco-m4r-v1-initramfs-kernel.bin"; + sha256 = "c30973b71db8d1ce87c2842652e37f22d549fdebfb4f2119ca61118ddd1a8233"; + sha256_unsigned = "c30973b71db8d1ce87c2842652e37f22d549fdebfb4f2119ca61118ddd1a8233"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,deco-m4r-v1" + "deco-m4r-v1" + ]; + titles = [ + { + model = "Deco M4R"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-outdoor-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_eap225-outdoor-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap225-outdoor-v1-squashfs-factory.bin"; + sha256 = "9b27da5e7ef71b590bade1e03d59605ddd998e3605e79c7f7168575922f10233"; + sha256_unsigned = "9b27da5e7ef71b590bade1e03d59605ddd998e3605e79c7f7168575922f10233"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap225-outdoor-v1-squashfs-sysupgrade.bin"; + sha256 = "7c19732da8144ff0eca5363b762ba6dc8937f6f10d7f643fa947f9b3a9429df9"; + sha256_unsigned = "7ba6a3af4e28cc28bdd3cf9c72bfa1472ae1666ed94f7a395ea94f4d7dce6c1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap225-outdoor-v1-initramfs-kernel.bin"; + sha256 = "f971a2a5f8353aa3a176f97b6f5cd29f252fd4fd489d717adeaf27185a9b4f15"; + sha256_unsigned = "f971a2a5f8353aa3a176f97b6f5cd29f252fd4fd489d717adeaf27185a9b4f15"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-outdoor-v1" + ]; + titles = [ + { + model = "EAP225-Outdoor"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_eap225-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap225-v1-squashfs-factory.bin"; + sha256 = "8572d1adb48ba668587f90ed040789f6d451bf66900d3178f27b2994d3bb5965"; + sha256_unsigned = "8572d1adb48ba668587f90ed040789f6d451bf66900d3178f27b2994d3bb5965"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap225-v1-initramfs-kernel.bin"; + sha256 = "2502174f26d4534605b6a381e9ae89e409993ccf7be89f419a955fa884d9be57"; + sha256_unsigned = "2502174f26d4534605b6a381e9ae89e409993ccf7be89f419a955fa884d9be57"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap225-v1-squashfs-sysupgrade.bin"; + sha256 = "b6ded1be86dede97ef23aa7bf8517f3edc883e005ec1d6f70a3ea5f4e5cba937"; + sha256_unsigned = "16b864539ce3c5dbca22979eee850e4bf45d9b6e7a5d750f9612a0461f28bdd8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap225-v1" + ]; + titles = [ + { + model = "EAP225"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_eap225-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap225-v3-initramfs-kernel.bin"; + sha256 = "0572408c716dd60c970f7c527c29d496da8b006b13f993aac105924a65df218b"; + sha256_unsigned = "0572408c716dd60c970f7c527c29d496da8b006b13f993aac105924a65df218b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap225-v3-squashfs-sysupgrade.bin"; + sha256 = "67de693529da62b5533ba8358bb9edba56d66b78e6746afb08fe82a04c8ee85e"; + sha256_unsigned = "69602680ab73797176c353b1fd3d704bcd6fda708e2ebbe030c0e0163f67535e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap225-v3-squashfs-factory.bin"; + sha256 = "00699f486f147fa791994613f5fe8040f57e1b1114b50af06cc63b3f925e957c"; + sha256_unsigned = "00699f486f147fa791994613f5fe8040f57e1b1114b50af06cc63b3f925e957c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap225-v3" + ]; + titles = [ + { + model = "EAP225"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-wall-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_eap225-wall-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap225-wall-v2-initramfs-kernel.bin"; + sha256 = "bc48fecc37ff5b2a41676278ed9251caaf876af8ece726ebb9b310d087dc58ca"; + sha256_unsigned = "bc48fecc37ff5b2a41676278ed9251caaf876af8ece726ebb9b310d087dc58ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap225-wall-v2-squashfs-sysupgrade.bin"; + sha256 = "d82564613df1d325dde72c4afe55e46133b085691782afbc6f1df1ff835367e3"; + sha256_unsigned = "a9ad395ceaa93879be7509bcd4ec0fee9a5b86961d7abd41a267629c5e405b52"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap225-wall-v2-squashfs-factory.bin"; + sha256 = "6edc956ff6a5ae78ee8aa8b4d5700dcfff2ca08427ab42c4685c6f686794e639"; + sha256_unsigned = "6edc956ff6a5ae78ee8aa8b4d5700dcfff2ca08427ab42c4685c6f686794e639"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap225-wall-v2" + ]; + titles = [ + { + model = "EAP225-Wall"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_eap245-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap245-v1-squashfs-sysupgrade.bin"; + sha256 = "8d381031115edeb27b7f8f83f9e95da04b58ab916008e465e8180d460972f148"; + sha256_unsigned = "eec8fcb917fd1e0419eb62e52505404da59cc8cd965b30c84da3a7bbb12ac5c7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap245-v1-initramfs-kernel.bin"; + sha256 = "c92fa141b44004ef01709c4c4de2b9b57d18757b9c2d08a3e78b5fdc80acf8a3"; + sha256_unsigned = "c92fa141b44004ef01709c4c4de2b9b57d18757b9c2d08a3e78b5fdc80acf8a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap245-v1-squashfs-factory.bin"; + sha256 = "dd023da1d7ee5124b138b0f4e889801219b632682fe99e2fdb369da425af91f6"; + sha256_unsigned = "dd023da1d7ee5124b138b0f4e889801219b632682fe99e2fdb369da425af91f6"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap245-v1" + ]; + titles = [ + { + model = "EAP245"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_eap245-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap245-v3-initramfs-kernel.bin"; + sha256 = "2a55e2ba4ccecd321c72e66ded3c37fb912a30bf83e70f41bb987185bc7bc641"; + sha256_unsigned = "2a55e2ba4ccecd321c72e66ded3c37fb912a30bf83e70f41bb987185bc7bc641"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap245-v3-squashfs-factory.bin"; + sha256 = "92f42361c7e6d63fe4476830abab3283f8624b8f22cfa12d96c4fa7900e5deed"; + sha256_unsigned = "92f42361c7e6d63fe4476830abab3283f8624b8f22cfa12d96c4fa7900e5deed"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_eap245-v3-squashfs-sysupgrade.bin"; + sha256 = "c284e037857ba917523b322bfb78c9a2c3f18a5259a802ab13a142247c90e388"; + sha256_unsigned = "626dcd0434dea804fa340d2f5c611df1236e0871989fc7a203a7fc467d944ffe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap245-v3" + ]; + titles = [ + { + model = "EAP245"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "3fc0b40235cba55dc71bd26c76ca6fc146ce6a55db8bd65e044b45e60398488c"; + sha256_unsigned = "5da88ac94addcc714b68d551589c58fc577adf367dec47f45bbc446c8e10486b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "048064500bc541571fd71f2912a4f2433e8c0840a62f91822e2e1b670eef3b8a"; + sha256_unsigned = "048064500bc541571fd71f2912a4f2433e8c0840a62f91822e2e1b670eef3b8a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_re350k-v1-initramfs-kernel.bin"; + sha256 = "5870a39b0a54eb2fdafcca37a8e50e5ff6c0e077f56c18f8f2f35c6cf7acdb7f"; + sha256_unsigned = "5870a39b0a54eb2fdafcca37a8e50e5ff6c0e077f56c18f8f2f35c6cf7acdb7f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + model = "RE350K"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re355-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_re355-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_re355-v1-initramfs-kernel.bin"; + sha256 = "dd3b2391dd2f54fa665024029ed442d068b4070210cdbacdc63aa1f434eda790"; + sha256_unsigned = "dd3b2391dd2f54fa665024029ed442d068b4070210cdbacdc63aa1f434eda790"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re355-v1" + "re355" + ]; + titles = [ + { + model = "RE355"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_re450-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_re450-v1-initramfs-kernel.bin"; + sha256 = "3bb88667f51a40d752d99fcabece6306b9051f2f9c5614fb62b54ae82b6e62d7"; + sha256_unsigned = "3bb88667f51a40d752d99fcabece6306b9051f2f9c5614fb62b54ae82b6e62d7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v1" + "re450" + ]; + titles = [ + { + model = "RE450"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_re450-v2-initramfs-kernel.bin"; + sha256 = "1d06b4833306baa44f515fa61b509ceb1e703527338fb7b3f6e33e32837d582d"; + sha256_unsigned = "1d06b4833306baa44f515fa61b509ceb1e703527338fb7b3f6e33e32837d582d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + model = "RE450"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_re450-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_re450-v3-initramfs-kernel.bin"; + sha256 = "89edd5546f960cebe9594c331b267a0f3f80a21cb40a807e6b9fd33095fed665"; + sha256_unsigned = "89edd5546f960cebe9594c331b267a0f3f80a21cb40a807e6b9fd33095fed665"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_re450-v3-squashfs-factory.bin"; + sha256 = "66f7f7c29d59a8087864ccb46da53d9947b72a75a73f9cece2525d4ff51b42d0"; + sha256_unsigned = "66f7f7c29d59a8087864ccb46da53d9947b72a75a73f9cece2525d4ff51b42d0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_re450-v3-squashfs-sysupgrade.bin"; + sha256 = "fddd1ef7449f647308e35a5ad84035b1790d0f457277f9bcfbd0745d8193ca52"; + sha256_unsigned = "f155c632b3a739793a4ad20ad47a201c21eeb9d148d011df9de85b4c2f62e54a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re450-v3" + ]; + titles = [ + { + model = "RE450"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re455-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_re455-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_re455-v1-squashfs-factory.bin"; + sha256 = "5af822308a5b3f9c7755469c059838e4e40400dc668f10cd2451a7c5a479bdc2"; + sha256_unsigned = "5af822308a5b3f9c7755469c059838e4e40400dc668f10cd2451a7c5a479bdc2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_re455-v1-initramfs-kernel.bin"; + sha256 = "0328e590162bc4bd43763cdcbc7a8ed2fb8a0e2bba285b4e894d2cc11180e1d4"; + sha256_unsigned = "0328e590162bc4bd43763cdcbc7a8ed2fb8a0e2bba285b4e894d2cc11180e1d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_re455-v1-squashfs-sysupgrade.bin"; + sha256 = "cc39b7cc88d9c1781cc6bf313647020055f5a149938500bb2f76f2dc2b81c5e7"; + sha256_unsigned = "8a1902434ffd70dfca58d458b49356fff8405dfb1e631a19f19b5fc545eeff57"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re455-v1" + ]; + titles = [ + { + model = "RE455"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-mr6400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "acb81b11d21035a28ac89605c893cfd099f19bb558c600d2cf226857f3e54ab4"; + sha256_unsigned = "acb81b11d21035a28ac89605c893cfd099f19bb558c600d2cf226857f3e54ab4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-mr6400-v1-initramfs-kernel.bin"; + sha256 = "c752909c7a1c41a78dca5f48093f8253f9674da58bd2799dabb92977f7ea8b2a"; + sha256_unsigned = "c752909c7a1c41a78dca5f48093f8253f9674da58bd2799dabb92977f7ea8b2a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "518913d80a82bf19009703354f51f84c64627e52275b0a1499e93941f99f08c0"; + sha256_unsigned = "006f4bb5bbabdaacb59478cdfe414dfd28aa67863b254ce3540d9930466b1e24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v1" + "tl-mr6400" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa1201-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wa1201-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wa1201-v2-squashfs-sysupgrade.bin"; + sha256 = "acecfca44213ec50320a7cd6993865bb8d7ecbb1fff0cead6c5bd9f41f45c4aa"; + sha256_unsigned = "f5139221dd92ec484186b5bb1091a00655bbf21859361034c29b28bb87b121da"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wa1201-v2-squashfs-factory.bin"; + sha256 = "eb8d2d34e565e05c0ca6ffb3bc4a7a0ed38af08e4d84d64eaab4cab1bac3f12a"; + sha256_unsigned = "eb8d2d34e565e05c0ca6ffb3bc4a7a0ed38af08e4d84d64eaab4cab1bac3f12a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wa1201-v2-initramfs-kernel.bin"; + sha256 = "aff042285319295205c16d892ea22cc25d053b1b8dea847b8f6a89069017052c"; + sha256_unsigned = "aff042285319295205c16d892ea22cc25d053b1b8dea847b8f6a89069017052c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wa1201-v2" + ]; + titles = [ + { + model = "TL-WA1201"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "6e863864bc8c8d7997100e7188f2079123fa05d720da869d5bd7cdfe63af8aa4"; + sha256_unsigned = "6e863864bc8c8d7997100e7188f2079123fa05d720da869d5bd7cdfe63af8aa4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "3e383a826842a65ab7bdfdd503e42a9d5c39503aa60139889d9fd5006105a220"; + sha256_unsigned = "ec8855c413be18a56ad5d491d66395d21b9fc340db84952f1bab56c594f6f340"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr3500-v1-initramfs-kernel.bin"; + sha256 = "63f8d7f623c801b74dc191456819d5ddac9bddf9575efda50ba79d4f5ac72ced"; + sha256_unsigned = "63f8d7f623c801b74dc191456819d5ddac9bddf9575efda50ba79d4f5ac72ced"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + model = "TL-WDR3500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "bb81aafcdd71c08bf6e1d2ef05cdf7ca9d1ccb8907f5d0f6bc0a550cb3196e1f"; + sha256_unsigned = "95d0d55bcc48c906939ef4c12bb06e84a913b9330a12fa34dc88aeb6472a0ef1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr3600-v1-initramfs-kernel.bin"; + sha256 = "5291b30465ccba63d1a0ed59ad5ee734b33b6ec38d30c6a1ca6d3f41154136a2"; + sha256_unsigned = "5291b30465ccba63d1a0ed59ad5ee734b33b6ec38d30c6a1ca6d3f41154136a2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "b4e6f8a3a2e221750c04b11f1d7a6b8c866ee8678218ca31604e6889e33f1ba8"; + sha256_unsigned = "b4e6f8a3a2e221750c04b11f1d7a6b8c866ee8678218ca31604e6889e33f1ba8"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR3600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "a51b09a3c90cecc9436b74878c70da3ccd4fa1e70f80e760ec92e6a39267c3ec"; + sha256_unsigned = "a51b09a3c90cecc9436b74878c70da3ccd4fa1e70f80e760ec92e6a39267c3ec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "1884350000d6a84bd5ca0eb5351c9e2bfdae1c2018fa1c15e9e47c11e23fa2b9"; + sha256_unsigned = "0b59a0e052020225b64f4134e7c141e448fa2e24a7ba6e7c8b76b5312f61bbb5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr4300-v1-initramfs-kernel.bin"; + sha256 = "f4bd803f634d93e7d348ba15f176cd0dab29bdacced2d55e82fd5a5f5b60376f"; + sha256_unsigned = "f4bd803f634d93e7d348ba15f176cd0dab29bdacced2d55e82fd5a5f5b60376f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr4300-v1-il-initramfs-kernel.bin"; + sha256 = "45fe5e1ec85ef62cb60b7480e3cad56ce7f389e38e9cb3aa74d15af1a1396e2c"; + sha256_unsigned = "45fe5e1ec85ef62cb60b7480e3cad56ce7f389e38e9cb3aa74d15af1a1396e2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "1f969331670241be873375fc52057898f21726227d1617b893593c03d5c82f05"; + sha256_unsigned = "1f969331670241be873375fc52057898f21726227d1617b893593c03d5c82f05"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "a45d2a00d16c49308baf54355761c34d09fa47143c617bfe4ba304c2cad8e22d"; + sha256_unsigned = "8ee36aedfd5d658ec5cbe587c7a8138d6bad6feb7dbde5c3a3c2cbe61efc5f6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1 (IL)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "38b2d6c650dedb4f71c6130a00162c19db205bdb9f63c685d186272d83a7aa9d"; + sha256_unsigned = "38b2d6c650dedb4f71c6130a00162c19db205bdb9f63c685d186272d83a7aa9d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "e8580aece7bbaff5ffdc0049525a2e1cbcdc2ed50833c7d5bed4803e72872e3d"; + sha256_unsigned = "f4c58425ed4c3cd6e0f15d6710e1cf7a6bd7976735b9738764e2f0b1f6efea51"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr4310-v1-initramfs-kernel.bin"; + sha256 = "4a1d697fb796504d3ee7a3983a513d3b76353564bc09465dbcf4e285b467a28e"; + sha256_unsigned = "4a1d697fb796504d3ee7a3983a513d3b76353564bc09465dbcf4e285b467a28e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4310"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "8c5c6e3ad030d0152b711db55ea86c39e219b5a4c723fd442d8f5b5bcd96573e"; + sha256_unsigned = "8c5c6e3ad030d0152b711db55ea86c39e219b5a4c723fd442d8f5b5bcd96573e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "fed6cd7969061df6285914ebec6fe75491faa6c9f51837aaa0d33101cde81927"; + sha256_unsigned = "8c3c93402e07959889733767658b903da4f9fe88870c030d3853982c626053e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr4900-v2-initramfs-kernel.bin"; + sha256 = "7286d7fb5912ae71e3506bff0f0bb2581f88c4a26e664de0ddbc58bbc90931a1"; + sha256_unsigned = "7286d7fb5912ae71e3506bff0f0bb2581f88c4a26e664de0ddbc58bbc90931a1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr7500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "776daa39b8f66cdb958dbbcaecc365e0bf2599ea73167f8ccbb881edf6f3f704"; + sha256_unsigned = "776daa39b8f66cdb958dbbcaecc365e0bf2599ea73167f8ccbb881edf6f3f704"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr7500-v3-initramfs-kernel.bin"; + sha256 = "fb90f6edae238364d29e20c121fab0e35e4fc93ee408559f1e888f671d076605"; + sha256_unsigned = "fb90f6edae238364d29e20c121fab0e35e4fc93ee408559f1e888f671d076605"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "7d1cb15d1e45b84cfe6fe949db68df111c0bc2a1ae11b7add4ca6138afdb61d7"; + sha256_unsigned = "835e88c972a136b79382ee58f6dfd47110d22490bc14f21171116d049f41e255"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr7500-v3" + "archer-c7" + ]; + titles = [ + { + model = "TL-WDR7500"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wpa8630-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wpa8630-v1-initramfs-kernel.bin"; + sha256 = "655103af918228ead47428fa2d696e785506d46a41f2d1a40d024854629643a1"; + sha256_unsigned = "655103af918228ead47428fa2d696e785506d46a41f2d1a40d024854629643a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "f1e18843252be4e294f1a2ce58818d7f20328efbbf18d0fdbfd55c90f95946df"; + sha256_unsigned = "f1e18843252be4e294f1a2ce58818d7f20328efbbf18d0fdbfd55c90f95946df"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "184e310f62d41ae5df4de60ae63b6acfbaa157e526f78566f230b8d04b7d7b47"; + sha256_unsigned = "10bf567410c18deab6c1079b76b252d9371eb6b8f370f154232ff36bead57a62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630-v1" + "tl-wpa8630" + ]; + titles = [ + { + model = "TL-WPA8630"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043n-v5-initramfs-kernel.bin"; + sha256 = "5a45d19a54633c906db565843d1b151e2a00f7f8b140c0b94755c4d760f6cda4"; + sha256_unsigned = "5a45d19a54633c906db565843d1b151e2a00f7f8b140c0b94755c4d760f6cda4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "ea659f87ce22d51600d728dbac5106da0db5cdf0108fc4d451262c0fe727ae99"; + sha256_unsigned = "ea659f87ce22d51600d728dbac5106da0db5cdf0108fc4d451262c0fe727ae99"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "74c7fdb857cad355decccf80f74615282a8e13795c2fedb771841a599b135354"; + sha256_unsigned = "fbebb8b98a82d61302af57748cf8a9fdd9259d970083d663f329d18436facfca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + model = "TL-WR1043N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "7b9633d315174bc04fd2161f80d4d48f627f09b8e6349657254dfc9af8343ac5"; + sha256_unsigned = "7b9633d315174bc04fd2161f80d4d48f627f09b8e6349657254dfc9af8343ac5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "f66124f163f28dde8f58ca8ae9cda37c18ccb578bd1e988724cb1eadfaaf85f5"; + sha256_unsigned = "d5c41cb395ec95226b5a1a6eda06d0105b9d3ad2758da2583b27b50c11b9a29e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043nd-v1-initramfs-kernel.bin"; + sha256 = "512fe981d3e2222240981acd0f9a0b42a17b2ec681891a1033db8bfc0902793c"; + sha256_unsigned = "512fe981d3e2222240981acd0f9a0b42a17b2ec681891a1033db8bfc0902793c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "79dc1caeca84b643a84d95b4a77d0b1d169ecc2edd2d0c138741b081377b372d"; + sha256_unsigned = "e22e65957bc1beabcfee66d834fff718b270f2976870f9645589ee1e2731cdf5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043nd-v2-initramfs-kernel.bin"; + sha256 = "d022e9193281a1e0666d9bfc61b2234dd144b4530a4a1d297ce222210311e1e4"; + sha256_unsigned = "d022e9193281a1e0666d9bfc61b2234dd144b4530a4a1d297ce222210311e1e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "560572a83ec2daa024914a6bf88a18dc09b254e89bc73520932dabc796b0f8dc"; + sha256_unsigned = "560572a83ec2daa024914a6bf88a18dc09b254e89bc73520932dabc796b0f8dc"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043nd-v3-initramfs-kernel.bin"; + sha256 = "436b3017c86797af61e9a2e814d987ba7a50a4b61a200fddf0352413dfa3e427"; + sha256_unsigned = "436b3017c86797af61e9a2e814d987ba7a50a4b61a200fddf0352413dfa3e427"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "970c3e5603e0ea6f242f3edad8aae49165bd5233a957f6cf91b19ec3aff4753b"; + sha256_unsigned = "970c3e5603e0ea6f242f3edad8aae49165bd5233a957f6cf91b19ec3aff4753b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "1a8342aa65c91d9f868e766506475da67c3212e08f7580bc0757c3e04909b51c"; + sha256_unsigned = "cba9de9fff022404c4f7601a777f1678c3eebfa7b342eee86eb342252bf375fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "b1c4885b91ca08ade41c4eedb0adef7cf6a554bd8ddc2650249365fd9a2c3bb0"; + sha256_unsigned = "921824ee6a946e6d1640d6224a8f07bbce9596c7fee02d43cbe0a1cbceae145a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "0c1bf29ff5770c57ac05a69c87c3e46c6e90eb7b4ddeae2c429321df489429e9"; + sha256_unsigned = "0c1bf29ff5770c57ac05a69c87c3e46c6e90eb7b4ddeae2c429321df489429e9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1043nd-v4-initramfs-kernel.bin"; + sha256 = "38baaa438b0b1828d16070cec9adb21962ec28fe47e71fc2b63fb0d5d775e9a4"; + sha256_unsigned = "38baaa438b0b1828d16070cec9adb21962ec28fe47e71fc2b63fb0d5d775e9a4"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1045nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1045nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-factory.bin"; + sha256 = "ee13cf704789d8c8c9a133cb84e393a01b1aa0b852e9145f068bf2768606f86c"; + sha256_unsigned = "ee13cf704789d8c8c9a133cb84e393a01b1aa0b852e9145f068bf2768606f86c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1045nd-v2-initramfs-kernel.bin"; + sha256 = "2552742d35f7bae59332621567fe84736fd165641b2aed8878f05668dcda9c90"; + sha256_unsigned = "2552742d35f7bae59332621567fe84736fd165641b2aed8878f05668dcda9c90"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-sysupgrade.bin"; + sha256 = "384ba58874635f2afac741fac441720b1a8f8d375ce0a04e2089a13c77ec39b6"; + sha256_unsigned = "aea5c9c7ace8243a3f6866384d66eeca471da4c739f9e4c1bca564aa228396d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1045nd-v2" + ]; + titles = [ + { + model = "TL-WR1045ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr2543-v1-initramfs-kernel.bin"; + sha256 = "76e71e58d95095b88ded74e252206997e9479d3c3bfbe6682e89036d025b21cc"; + sha256_unsigned = "76e71e58d95095b88ded74e252206997e9479d3c3bfbe6682e89036d025b21cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "0b08a8bbdc71ceb134761a38793338062196546f73bb5bbd8cce646d469a253d"; + sha256_unsigned = "a27da49a777df3d5c7d9e18c281e655342425e67828e92338e80baf815fa303d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "0b17990010cb1c0b5670862b29b90cd79fc123a3dc35e254d312c4ab8bdf1cd9"; + sha256_unsigned = "0b17990010cb1c0b5670862b29b90cd79fc123a3dc35e254d312c4ab8bdf1cd9"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + model = "TL-WR2543N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "3f111e88a95f5c80d2e6c45b456abee48ab19326abb9280b720925499c4b1d6e"; + sha256_unsigned = "3f111e88a95f5c80d2e6c45b456abee48ab19326abb9280b720925499c4b1d6e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "ae4c9666b6e96bb62888015d2cd85b2282594e8cae465e8ac7a88ae0141816e7"; + sha256_unsigned = "a0518d98432f59164346dc732da37de764adf248531e9726429b2356955d4cd5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr710n-v1-initramfs-kernel.bin"; + sha256 = "5a4b3e3c2260075084ca3e712741b36ecf671af071eaa3e9e2f63891005158f2"; + sha256_unsigned = "5a4b3e3c2260075084ca3e712741b36ecf671af071eaa3e9e2f63891005158f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "dad4ef1b0af1c917cbc19846769d2d533fd8e95fb541acaf1f90be527f1ba587"; + sha256_unsigned = "89e552351d528d6b849b10b8e6cb74defc1a6fa475c22bfa2c1198b7ba86857d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr710n-v2.1-initramfs-kernel.bin"; + sha256 = "1ee7e7667b700a84cd820e6a7f4ddcd7aa05c27afdc5bbaab4d8e6a0aefc1cb9"; + sha256_unsigned = "1ee7e7667b700a84cd820e6a7f4ddcd7aa05c27afdc5bbaab4d8e6a0aefc1cb9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "238239edc5302e4240b84cf3af16998b69401118ee949e226e263c583b9d02aa"; + sha256_unsigned = "238239edc5302e4240b84cf3af16998b69401118ee949e226e263c583b9d02aa"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v2.1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "a6883fec5818e2a1e3c262547b082307ab8a0fda316e357e9908bb7b830b65d5"; + sha256_unsigned = "ae9c8f6caaee08b72016b16c15c6e628ad1e232d3fefe2bb452b61f1b96222f8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "213cc5d79f0462d9c8280227948e8910907e143a0eda1adde60b95e3c0a5f8b8"; + sha256_unsigned = "213cc5d79f0462d9c8280227948e8910907e143a0eda1adde60b95e3c0a5f8b8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr810n-v1-initramfs-kernel.bin"; + sha256 = "cc480b51a7461aace1bf8f6e104f10c6972be6b9c819d0c30286d48b7cd24c8e"; + sha256_unsigned = "cc480b51a7461aace1bf8f6e104f10c6972be6b9c819d0c30286d48b7cd24c8e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "ee3d1772ba6d36f3628fb2138c945fca45c4b767a23cfb3696d26cdea40305c3"; + sha256_unsigned = "ee3d1772ba6d36f3628fb2138c945fca45c4b767a23cfb3696d26cdea40305c3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "70041cdcb3ed7bfa7549d634eb858e178fb54a3ef3332763b5cc09a180a7217b"; + sha256_unsigned = "c2a33c16b8055885bdea4cc81a9c864d1600bfacf81d64df6ea297abcdaa0c39"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr810n-v2-initramfs-kernel.bin"; + sha256 = "555bbbbbd83f537ef071cd3957fd7b09821959558dad6c31168d01d0e1506e1b"; + sha256_unsigned = "555bbbbbd83f537ef071cd3957fd7b09821959558dad6c31168d01d0e1506e1b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841hp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr841hp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr841hp-v2-initramfs-kernel.bin"; + sha256 = "5c07acd9145b0a870e70060f4a3b503c417d6069698fc761fa7b1b043c309e1b"; + sha256_unsigned = "5c07acd9145b0a870e70060f4a3b503c417d6069698fc761fa7b1b043c309e1b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr841hp-v2-squashfs-sysupgrade.bin"; + sha256 = "b195cb3bd98ea57a788ac987ee8e6af9dad3136066b81ed55d3915e013b5df5d"; + sha256_unsigned = "a234bcb0336349bab9cb174a5c1cc8b703cc2161544a3e65a2e9b9c3efa420ee"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr841hp-v2-squashfs-factory.bin"; + sha256 = "405fe7b64aa64891a636224ef1bb3e2f8731b7896d468ffb38d04f62815fb61e"; + sha256_unsigned = "405fe7b64aa64891a636224ef1bb3e2f8731b7896d468ffb38d04f62815fb61e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr841hp-v2" + ]; + titles = [ + { + model = "TL-WR841HP"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841hp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr841hp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr841hp-v3-squashfs-factory.bin"; + sha256 = "7e0ea47fe6b4202790bfbb1765a785cc44c0bb76bb7e00191770278136085ec4"; + sha256_unsigned = "7e0ea47fe6b4202790bfbb1765a785cc44c0bb76bb7e00191770278136085ec4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr841hp-v3-initramfs-kernel.bin"; + sha256 = "4fb7f016190f54a05dd0517d4b4c2626c505586edd41deb6870fedca9992d53b"; + sha256_unsigned = "4fb7f016190f54a05dd0517d4b4c2626c505586edd41deb6870fedca9992d53b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr841hp-v3-squashfs-sysupgrade.bin"; + sha256 = "ffe04c186ef7172b38fc8715d11cba785e079a2f16d2b491c46b718195f5b80c"; + sha256_unsigned = "bdd17e67482f9d103dfaff3ad7d64d8916b0de42132b0cfa36bc5aa6026e4a27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr841hp-v3" + ]; + titles = [ + { + model = "TL-WR841HP"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "7d123e5e6c90dbdee96f3cfcc71de996431c5e173e9120b0f00c2bef156fb27b"; + sha256_unsigned = "7d123e5e6c90dbdee96f3cfcc71de996431c5e173e9120b0f00c2bef156fb27b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr842n-v1-initramfs-kernel.bin"; + sha256 = "23455ea191ccd296c77a38ccd82759841cc350c7e42f32251a67ec273df22ba0"; + sha256_unsigned = "23455ea191ccd296c77a38ccd82759841cc350c7e42f32251a67ec273df22ba0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "fcb4d9d6883aabd4d1de446ea1f164df4926a1d9fa164eda50bd73ba8a55f2a1"; + sha256_unsigned = "e08849b727d5f373a22e9c26946f610cdb4e729601773affc9225066bdb49f5c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "7e84503095cf65f468fe283da718a54d7c9943b4316ad6240920ec4fc9f3a84e"; + sha256_unsigned = "7e84503095cf65f468fe283da718a54d7c9943b4316ad6240920ec4fc9f3a84e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr842n-v2-initramfs-kernel.bin"; + sha256 = "92bca1627ecd7219c28f5cc37af8cc0d68ffeae10b15a097fa5702f80f3c5415"; + sha256_unsigned = "92bca1627ecd7219c28f5cc37af8cc0d68ffeae10b15a097fa5702f80f3c5415"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "7358f12ec1108c3ff3237676b90f83f8db36a10d776472006e6d0959c9d4bafe"; + sha256_unsigned = "a0f586361f2e8e49a0615524bac877d89c01f17062a327f9e92485a6f18b527b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "fbe2f5fd513ebf1d281d77cb186abe3fd5a63913ea24285ceabb307272a80a6f"; + sha256_unsigned = "1568cd3f5e33c94f376e7cd36a21cebecdcce2c9159fcaf8ea8dd1e1cf4abeec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "f6e2235eb41bb6d2a028dbe489da319beaa174f8c245694da55de94b69fb8e5e"; + sha256_unsigned = "f6e2235eb41bb6d2a028dbe489da319beaa174f8c245694da55de94b69fb8e5e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr842n-v3-initramfs-kernel.bin"; + sha256 = "6e54d83020c595fb6ea247512f2bbe0c027c4225597fe0e6c475e6bf133db07b"; + sha256_unsigned = "6e54d83020c595fb6ea247512f2bbe0c027c4225597fe0e6c475e6bf133db07b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr902ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "8446a734c88a7cbe31f228b47c9650215867595bb46621588a722e78af2f7fb9"; + sha256_unsigned = "23fd5d3b6e012edf1f8473e35a9b1725d08a6dcdeacb1dc740f694423bc59f01"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "f2050a71fb23d2d76a1ef1a097e324ac2cb9755523ada8be70e33ce6718cf08b"; + sha256_unsigned = "f2050a71fb23d2d76a1ef1a097e324ac2cb9755523ada8be70e33ce6718cf08b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr902ac-v1-initramfs-kernel.bin"; + sha256 = "94c079798ba3b2e1fda726f930726d627e27e36107485bdcad5df8279d430501"; + sha256_unsigned = "94c079798ba3b2e1fda726f930726d627e27e36107485bdcad5df8279d430501"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v1" + "tl-wr902ac-v1" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr941hp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_tl-wr941hp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr941hp-v1-squashfs-sysupgrade.bin"; + sha256 = "d45849ffc34802b7c60ab2c5ef44f94ef61866badc06eae1e43827d80ab702b0"; + sha256_unsigned = "a39f5d0e14fc2adad907f28f5acb63091b53586d5545fc4d5c42c79e8a3f7d82"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr941hp-v1-initramfs-kernel.bin"; + sha256 = "bb19ff91f5f6256ae60fcbf4a2aac27b74a050d733648031bc758877a63fcd77"; + sha256_unsigned = "bb19ff91f5f6256ae60fcbf4a2aac27b74a050d733648031bc758877a63fcd77"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_tl-wr941hp-v1-squashfs-factory.bin"; + sha256 = "96ad091371e70999dafbae80d2636db62474ae3b68acc0ea850a8b625a9d6703"; + sha256_unsigned = "96ad091371e70999dafbae80d2636db62474ae3b68acc0ea850a8b625a9d6703"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr941hp-v1" + ]; + titles = [ + { + model = "TL-WR941HP"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_wbs210-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_wbs210-v1-initramfs-kernel.bin"; + sha256 = "a29b8e911fbfc5f9b1b0e52390d9fdb04424e27e7d7c3e647016d190a6fc9c30"; + sha256_unsigned = "a29b8e911fbfc5f9b1b0e52390d9fdb04424e27e7d7c3e647016d190a6fc9c30"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_wbs210-v1-squashfs-factory.bin"; + sha256 = "79372eed2d24926521eaf5a9aa830b490803258002f1926c70e2228d291daf1a"; + sha256_unsigned = "79372eed2d24926521eaf5a9aa830b490803258002f1926c70e2228d291daf1a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "d260b7c945f612ec10a20c244f7ce3c3f20147a6bb372e4180454331f900bb60"; + sha256_unsigned = "915d3187280a24b08b45e36d5f5676d59a448239588cd89c2b4a9c110d615655"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs210-v1" + "wbs210" + ]; + titles = [ + { + model = "WBS210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_wbs210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_wbs210-v2-squashfs-factory.bin"; + sha256 = "284672262c89b715014c7c846fd82516f9c72839fcd7b29fa801b7140e94cc32"; + sha256_unsigned = "284672262c89b715014c7c846fd82516f9c72839fcd7b29fa801b7140e94cc32"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_wbs210-v2-squashfs-sysupgrade.bin"; + sha256 = "94f385592a092a0b1883375e14ef19fcdf4f4ce19b79f14694248be038559f49"; + sha256_unsigned = "05dadf38dde26429c528a79d06e6f96f92d24679e34f1c7176196906e96037c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_wbs210-v2-initramfs-kernel.bin"; + sha256 = "9586740d293fc56dc92bbd052ceb6c806bfcc0cc600cfc494ea6264cae7e8646"; + sha256_unsigned = "9586740d293fc56dc92bbd052ceb6c806bfcc0cc600cfc494ea6264cae7e8646"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v2" + ]; + titles = [ + { + model = "WBS210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_wbs510-v1-squashfs-factory.bin"; + sha256 = "8b79bb99fea449d406965e67122e451e3f2f594b7b5d8636f487505a19a89693"; + sha256_unsigned = "8b79bb99fea449d406965e67122e451e3f2f594b7b5d8636f487505a19a89693"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_wbs510-v1-initramfs-kernel.bin"; + sha256 = "20ee2e03e95113ffb1ea2ad8aeaf98507bcff0ff0ded6d53fe920b883f3666fe"; + sha256_unsigned = "20ee2e03e95113ffb1ea2ad8aeaf98507bcff0ff0ded6d53fe920b883f3666fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "48caba8a88fffad2d7b5f27272cda5076db96d1212af4ba7e6d93b94056ef083"; + sha256_unsigned = "db9a16d12e8a01f365c63c5776350a790c2cef177c76abd1f1871352c109c3f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs510-v1" + "wbs510" + ]; + titles = [ + { + model = "WBS510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-tplink_wbs510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_wbs510-v2-squashfs-sysupgrade.bin"; + sha256 = "2f0ad87678a051961e3ae0a8957d718e263c1524a47e6540800a659c1ac814ab"; + sha256_unsigned = "e14705fc0d286ea66a3575ef2777daf0b2bf064def913ab1cf2ccdcbb64732a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_wbs510-v2-initramfs-kernel.bin"; + sha256 = "c55b12257dcb05784b358f58da87c94b7ef22dfd7c212ac9ad4632529084289c"; + sha256_unsigned = "c55b12257dcb05784b358f58da87c94b7ef22dfd7c212ac9ad4632529084289c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-tplink_wbs510-v2-squashfs-factory.bin"; + sha256 = "c382e625d56b6f660ca2c80281b13ef021f3c8b973369af5adbbf32f99ecefd1"; + sha256_unsigned = "c382e625d56b6f660ca2c80281b13ef021f3c8b973369af5adbbf32f99ecefd1"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,wbs510-v2" + ]; + titles = [ + { + model = "WBS510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-823dru = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-trendnet_tew-823dru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-trendnet_tew-823dru-squashfs-factory.bin"; + sha256 = "7253192858c8d51a5c0a563da079d35f4bf05c7d52707ef4d349566499a926f1"; + sha256_unsigned = "7253192858c8d51a5c0a563da079d35f4bf05c7d52707ef4d349566499a926f1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-trendnet_tew-823dru-initramfs-kernel.bin"; + sha256 = "81c5625c420650ef1250bf26935d3385e21b87337e180a1350ef364010087135"; + sha256_unsigned = "81c5625c420650ef1250bf26935d3385e21b87337e180a1350ef364010087135"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-trendnet_tew-823dru-squashfs-sysupgrade.bin"; + sha256 = "928284a3edc63b35ed74ca93074cf7edf2323a5264135c4687c05fc87ee09cd9"; + sha256_unsigned = "01c2c796754444cac0dee814ea2fd48ef5aa8a16c93f93b62e520e34cb548845"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-823dru" + "tew-823dru" + ]; + titles = [ + { + model = "TEW-823DRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + ubnt_aircube-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_aircube-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_aircube-ac-squashfs-factory.bin"; + sha256 = "20cc8a6d097cd46f593ca08972cddb94ce5fdfff21e669e6d019e37f65d33f65"; + sha256_unsigned = "20cc8a6d097cd46f593ca08972cddb94ce5fdfff21e669e6d019e37f65d33f65"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_aircube-ac-squashfs-sysupgrade.bin"; + sha256 = "f9712c78ee0899bd3a959ceee9af55b37b8a0b32cf6bc9474017e2ae75266f54"; + sha256_unsigned = "281aa330d6db619fd33740ea5d4e162c7b6b64aa46d463eea5eece010e17a48c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_aircube-ac-initramfs-kernel.bin"; + sha256 = "bfedb37bd36ea4353998b87137eadfd7348bb5391c2e68f3fbb682d4be56fbc9"; + sha256_unsigned = "bfedb37bd36ea4353998b87137eadfd7348bb5391c2e68f3fbb682d4be56fbc9"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,aircube-ac" + ]; + titles = [ + { + model = "airCube AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_aircube-isp = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_aircube-isp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_aircube-isp-initramfs-kernel.bin"; + sha256 = "2a286ea7d04723e50e294b75328b5d4fce8f1afcee692b15a0755cbd3abc668b"; + sha256_unsigned = "2a286ea7d04723e50e294b75328b5d4fce8f1afcee692b15a0755cbd3abc668b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_aircube-isp-squashfs-sysupgrade.bin"; + sha256 = "28d7cccd61cc411df14a5947bbd797630bb33553a0e2592681b9f54344db49a1"; + sha256_unsigned = "581fcf437b1fe4aae78a7ca2500247d651a2a6d40513d6cda1ccd221125e4095"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_aircube-isp-squashfs-factory.bin"; + sha256 = "972314700670ae72237af4ccf826f99fa4274e3eb92b9ce1190841a7ce56163d"; + sha256_unsigned = "972314700670ae72237af4ccf826f99fa4274e3eb92b9ce1190841a7ce56163d"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,aircube-isp" + "ubnt,acb-isp" + ]; + titles = [ + { + model = "airCube ISP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_bullet-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_bullet-ac-squashfs-factory.bin"; + sha256 = "a093ad918bc0750de76d43fde47488ca1fb5eab6980baaf101536a1580dabae5"; + sha256_unsigned = "a093ad918bc0750de76d43fde47488ca1fb5eab6980baaf101536a1580dabae5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_bullet-ac-squashfs-sysupgrade.bin"; + sha256 = "7458f1b5a07442be7ed25d1b3fd218cfa7556c00cfc4be3d64ea369883956869"; + sha256_unsigned = "449409966054cb22ff70846b9a05d7e23a800848c254f5bc1d2b72233151d025"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_bullet-ac-initramfs-kernel.bin"; + sha256 = "176309c1605f57399da61c57315d630adeabf3711d3f5c39cc77f67b22034eab"; + sha256_unsigned = "176309c1605f57399da61c57315d630adeabf3711d3f5c39cc77f67b22034eab"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-ac" + ]; + titles = [ + { + model = "Bullet AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "803480e078004b23ca57bbd495a0413b68416d84a5d948b50d5335a68cc914e4"; + sha256_unsigned = "80fa2f1c54a1fca6e3d40c598d4e78d25638970b233bce2a3dada8a45f312dad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_bullet-m-xw-initramfs-kernel.bin"; + sha256 = "99e1f6e66608f7e358d63b8d7a004e58839248399a663cc8739a37d865dfd213"; + sha256_unsigned = "99e1f6e66608f7e358d63b8d7a004e58839248399a663cc8739a37d865dfd213"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "17732db4f319deb923d5793e1622a485fa9d8c36b8e4fac54aebefd8424c212f"; + sha256_unsigned = "17732db4f319deb923d5793e1622a485fa9d8c36b8e4fac54aebefd8424c212f"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-5xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_edgeswitch-5xp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_edgeswitch-5xp-initramfs-kernel.bin"; + sha256 = "88317ed1b7b3af4a2f937f941ac68e4795ed18474e18ba505d1a7e13645baab8"; + sha256_unsigned = "88317ed1b7b3af4a2f937f941ac68e4795ed18474e18ba505d1a7e13645baab8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_edgeswitch-5xp-squashfs-sysupgrade.bin"; + sha256 = "d3cfd2119221b40e86ab406e9c365ba30c650af1d7db4b82c86e40323d54ced9"; + sha256_unsigned = "9938f0068985aaf1096cebbe27085cc499f5a01e7a577105334505f05d820b05"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_edgeswitch-5xp-squashfs-factory.bin"; + sha256 = "a9c7167a680ce023104c2b80ebd4d94d67188cfd039059d2cad023a0fbaa41ab"; + sha256_unsigned = "a9c7167a680ce023104c2b80ebd4d94d67188cfd039059d2cad023a0fbaa41ab"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-5xp" + ]; + titles = [ + { + model = "EdgeSwitch 5XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-8xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-switch-bcm53xx-mdio" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_edgeswitch-8xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_edgeswitch-8xp-squashfs-factory.bin"; + sha256 = "60505704e528cda948be141be93c6de0607b8ae4ce3545091f055e34b4aea9f8"; + sha256_unsigned = "60505704e528cda948be141be93c6de0607b8ae4ce3545091f055e34b4aea9f8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_edgeswitch-8xp-initramfs-kernel.bin"; + sha256 = "b69dd29f3ef2929013abc727c0179559b52a19f438cb0b4c0fa42488aaaa32f7"; + sha256_unsigned = "b69dd29f3ef2929013abc727c0179559b52a19f438cb0b4c0fa42488aaaa32f7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_edgeswitch-8xp-squashfs-sysupgrade.bin"; + sha256 = "b8341bf45928f4209c24169f806040f2d660f8a24d3ba0499d75e0643434c2ee"; + sha256_unsigned = "b5337c177f7a7f93aab90cb64bc7216fc51e086dc7f68e41eaa5619450b0d538"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-8xp" + ]; + titles = [ + { + model = "EdgeSwitch 8XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "5b5d5f62325160cc6a5c92b22c6d1e5889b1352776cfe8714aa78a30d4e1fe34"; + sha256_unsigned = "3d302666643b230ad2360e42310a30dd42d114c989e313f93120a3d97869223f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "0f60121292db219a7c83f87aad92851654a0a69ab22b46dfb6a688e56d2968c1"; + sha256_unsigned = "0f60121292db219a7c83f87aad92851654a0a69ab22b46dfb6a688e56d2968c1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_lap-120-initramfs-kernel.bin"; + sha256 = "7182a98feacd25b98845f2437b92c9e55f6fd09f2e7ad3628c3e8ddbc49edca6"; + sha256_unsigned = "7182a98feacd25b98845f2437b92c9e55f6fd09f2e7ad3628c3e8ddbc49edca6"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + model = "LiteAP ac (LAP-120)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_litebeam-ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_litebeam-ac-gen2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_litebeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "17870bd424ea75ecf68c3a588f8d21940634e55e2926c3747783f0ea6336b553"; + sha256_unsigned = "17870bd424ea75ecf68c3a588f8d21940634e55e2926c3747783f0ea6336b553"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-factory.bin"; + sha256 = "f506c95bb5aab7ca368da9d86100c3400dd9f66a4f74afaab064e726978167a9"; + sha256_unsigned = "f506c95bb5aab7ca368da9d86100c3400dd9f66a4f74afaab064e726978167a9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "ae961d3e65c14ab0b7e4754bde3e458cf6731d91bcf674094e63c2152a81bb68"; + sha256_unsigned = "9bf09989eb50e38c7d7a56bbb931c0d5897895762f522563ef9d3373da054cb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,litebeam-ac-gen2" + ]; + titles = [ + { + model = "LiteBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "bd4d946db5d09df6aa7de14732505a0d1c5beff1a9f91b8104d0e976fc7ff3e8"; + sha256_unsigned = "bd4d946db5d09df6aa7de14732505a0d1c5beff1a9f91b8104d0e976fc7ff3e8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "e8b789b2a8b5a36f7e5b3f96753208f511ba90a3fcb35da5c3905c7bdce4bc9a"; + sha256_unsigned = "8d8a72a9ac22fd0a9372babe0e6222330beb2223761dd53ba2e9ec1657c11562"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanobeam-ac-initramfs-kernel.bin"; + sha256 = "cb8fc6bd4fb029c9c363c5b71c022d11a247904d622b11266acc3375470ed8f8"; + sha256_unsigned = "cb8fc6bd4fb029c9c363c5b71c022d11a247904d622b11266acc3375470ed8f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-gen2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_nanobeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "0107c05f89a2241e7ee0d826d734ec1abfdeff3d1fabf1f9ca9d5a30ac9f8e0c"; + sha256_unsigned = "994e2f2ff74b2fcb307156e74e5bdb1b6a80e5441140b6d1ed64b8507f2819e6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-factory.bin"; + sha256 = "1eb8e078ffc20ce424ec44ff802bc0be58225466a88afc45e3da1c45a827c509"; + sha256_unsigned = "1eb8e078ffc20ce424ec44ff802bc0be58225466a88afc45e3da1c45a827c509"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanobeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "0ccd099acffb2223f4ed22a1ef7564ef77982e3e90ea80e57357bb0e83284a3d"; + sha256_unsigned = "0ccd099acffb2223f4ed22a1ef7564ef77982e3e90ea80e57357bb0e83284a3d"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-gen2" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-xc = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_nanobeam-ac-xc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanobeam-ac-xc-squashfs-sysupgrade.bin"; + sha256 = "5bee989481d2c741ed6ec5317aa2e33a8ff3f8b951a199a0c6cff055a08bd3f2"; + sha256_unsigned = "6760dc39c035daa420ff9e245cb30ec2e52fbdcdfaaa129f86ebb6b72b5865cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanobeam-ac-xc-initramfs-kernel.bin"; + sha256 = "4cf187fb03da570d60d56150bf30016f62dc93d71503dc77a421162bbed44aef"; + sha256_unsigned = "4cf187fb03da570d60d56150bf30016f62dc93d71503dc77a421162bbed44aef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanobeam-ac-xc-squashfs-factory.bin"; + sha256 = "8825991c3371d204a4dab8238f74068df0f61c5504e148c64a3c63374c8dc66c"; + sha256_unsigned = "8825991c3371d204a4dab8238f74068df0f61c5504e148c64a3c63374c8dc66c"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-xc" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1 (XC)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-m5-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_nanobeam-m5-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanobeam-m5-xw-initramfs-kernel.bin"; + sha256 = "02292e456b1b2f75b0f79176195634c6b866f9f42615c24f8568cc8757812050"; + sha256_unsigned = "02292e456b1b2f75b0f79176195634c6b866f9f42615c24f8568cc8757812050"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanobeam-m5-xw-squashfs-factory.bin"; + sha256 = "7ea3ce8ded5e76d0eba9d9d8ed500e1ce204910db04c45177318405a5970aff8"; + sha256_unsigned = "7ea3ce8ded5e76d0eba9d9d8ed500e1ce204910db04c45177318405a5970aff8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanobeam-m5-xw-squashfs-sysupgrade.bin"; + sha256 = "92f67d4030bc320c254531df08fd3d759d3026f64a563fb6690fb7abf23977df"; + sha256_unsigned = "5ea2717e19428f281f791c59780ad3e4954abb4c71ddb971e815f92a9769552f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-m5-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "NanoBeam M5"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "fee7024093e38e5132c1d08ce52b8f2f544591763ad3be40d7da322e7405a736"; + sha256_unsigned = "ceaf44fc456e093166a6296a660cfb08a60fb63ee33cee8c35cf1c6179733b6c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanostation-ac-initramfs-kernel.bin"; + sha256 = "ea397343d31602ad70147ef3fda48b3f878a9cac78ee462b0882c7263444bf09"; + sha256_unsigned = "ea397343d31602ad70147ef3fda48b3f878a9cac78ee462b0882c7263444bf09"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "c6efe0c541aa2d8e99ff1ede84c110bbf21b47ab478e453a367eb68199c9cc9e"; + sha256_unsigned = "c6efe0c541aa2d8e99ff1ede84c110bbf21b47ab478e453a367eb68199c9cc9e"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + model = "Nanostation AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanostation-ac-loco-initramfs-kernel.bin"; + sha256 = "a306d2d63cf186db68c63f5622f6ab5ebb1f2b0b213af11846eee4cc6ce65190"; + sha256_unsigned = "a306d2d63cf186db68c63f5622f6ab5ebb1f2b0b213af11846eee4cc6ce65190"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "18731ceee832079eac3a7ac9f88ce397a9d28fc89dab6c324ea3b0af5bb0a729"; + sha256_unsigned = "81ee1dbff847e3c0bd04e6113279abafc6e2e2b7f6ead62b2686a62b72e33df3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "415072b7a72817688ded336bac143cd2b9161df01c2f277c990e21464c357b0f"; + sha256_unsigned = "415072b7a72817688ded336bac143cd2b9161df01c2f277c990e21464c357b0f"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + model = "Nanostation AC loco"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanostation-loco-m-xw-initramfs-kernel.bin"; + sha256 = "def8c220380e3807de764ad6931309855bfd5f389542b8f4007b74855477e705"; + sha256_unsigned = "def8c220380e3807de764ad6931309855bfd5f389542b8f4007b74855477e705"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "b31056aab7156f731797bdc75077068862c74157e329e9e6011b69951c758c9e"; + sha256_unsigned = "4499d09e719e50020f0cc6ea65e5bbc057eb091e253cae1a5011b0b5d5811b8f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "118859e5aa9e5fc31949888e69ceec48f439cd366127c2f6425481550006d4ea"; + sha256_unsigned = "118859e5aa9e5fc31949888e69ceec48f439cd366127c2f6425481550006d4ea"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanostation-m-xw-initramfs-kernel.bin"; + sha256 = "cade099cd54c53060b135b9487d2ec3461a6c50d6bc2cacaae75685f1074e019"; + sha256_unsigned = "cade099cd54c53060b135b9487d2ec3461a6c50d6bc2cacaae75685f1074e019"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "d4959572f3af1e836673066534a68be073036c33ded12c19dc2eab696c9df346"; + sha256_unsigned = "d4959572f3af1e836673066534a68be073036c33ded12c19dc2eab696c9df346"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "49315b92e233d109981444ef9ae9d1fbb0f7823ed78d5f27b61c124ae73e3e68"; + sha256_unsigned = "751a4886766adad114b7b46111dbf59bce9d98ff434b1ce18003362b847ddfa7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-500 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_powerbeam-5ac-500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_powerbeam-5ac-500-initramfs-kernel.bin"; + sha256 = "73bb95452516b337b92e64f499768817644b75b097e783f425920951b7ab3baf"; + sha256_unsigned = "73bb95452516b337b92e64f499768817644b75b097e783f425920951b7ab3baf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-sysupgrade.bin"; + sha256 = "d8fb6161c473910c9990182fffd1f00e83118b15bc312c6414ab11e22895c0de"; + sha256_unsigned = "599b20dac4dff92aacaf5577e093cf05463c8af7150b18be54c2eedaa10ccad8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-factory.bin"; + sha256 = "20c74d6a86d8cac5bdde1d8e2515cde43f09dcee5ded658ed8c17ea7b970af91"; + sha256_unsigned = "20c74d6a86d8cac5bdde1d8e2515cde43f09dcee5ded658ed8c17ea7b970af91"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-500" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "500"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_powerbeam-5ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-factory.bin"; + sha256 = "ac2ad4ab9d2de373fd1e2bed165be3b20618446612ae83d02ba059bf3db371e5"; + sha256_unsigned = "ac2ad4ab9d2de373fd1e2bed165be3b20618446612ae83d02ba059bf3db371e5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_powerbeam-5ac-gen2-initramfs-kernel.bin"; + sha256 = "6503da55047554d44c30f43bc20a0dc4dd5c17a736cbb617bf0a7ed3292beb86"; + sha256_unsigned = "6503da55047554d44c30f43bc20a0dc4dd5c17a736cbb617bf0a7ed3292beb86"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "449d07aa2a8e9d0e6ab867d0caaf5b1a7c27248c7bd4a2cdb4fe8931d4116dfd"; + sha256_unsigned = "6c0791a75b0502af055e72f8e9dcc86afe3c188e5332e83d001bf64b639202d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-gen2" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-m2-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_powerbeam-m2-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_powerbeam-m2-xw-squashfs-sysupgrade.bin"; + sha256 = "32fb3b821ffa9a276253cfa98bdc41a0fed1f23125e92c9e23959baef48f9b42"; + sha256_unsigned = "668b26a095f6d4bb9b33c69d46cb5435dd277d9285119011e46661ff5295450c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_powerbeam-m2-xw-squashfs-factory.bin"; + sha256 = "5515fb36b91893fb672a2e7b73676f6fb9c3f2a9305508d1e624f157546b1be8"; + sha256_unsigned = "5515fb36b91893fb672a2e7b73676f6fb9c3f2a9305508d1e624f157546b1be8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_powerbeam-m2-xw-initramfs-kernel.bin"; + sha256 = "132fa3d5fc16f1f9c719ab77b8f47e5210e064af6791556c8b8ba9aeef3d06d8"; + sha256_unsigned = "132fa3d5fc16f1f9c719ab77b8f47e5210e064af6791556c8b8ba9aeef3d06d8"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-m2-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "PowerBeam M2"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-m5-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_powerbeam-m5-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_powerbeam-m5-xw-squashfs-factory.bin"; + sha256 = "54f08efdfd1941cd9da5a8ccc56fc3569f1c9aaab5c309469708a46c369cd655"; + sha256_unsigned = "54f08efdfd1941cd9da5a8ccc56fc3569f1c9aaab5c309469708a46c369cd655"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_powerbeam-m5-xw-squashfs-sysupgrade.bin"; + sha256 = "e0081c353d1b7c6edc6f4ae4be8b68890ed09ba398d7704258a95de91c0c794f"; + sha256_unsigned = "a2edc39685b6e1ee60394e076fff1e60f92e884235b6e0226cfb347b1c2714bb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_powerbeam-m5-xw-initramfs-kernel.bin"; + sha256 = "9253426786073d7873b8d0ecfac73863915a5f078e43d883e7b45dcd2341b382"; + sha256_unsigned = "9253426786073d7873b8d0ecfac73863915a5f078e43d883e7b45dcd2341b382"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-m5-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "PowerBeam M5"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-5ac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_rocket-5ac-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_rocket-5ac-lite-initramfs-kernel.bin"; + sha256 = "d09fc7df3e02b8558037da97209c297d3a85a8a08eb6e184aea289856a843094"; + sha256_unsigned = "d09fc7df3e02b8558037da97209c297d3a85a8a08eb6e184aea289856a843094"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_rocket-5ac-lite-squashfs-sysupgrade.bin"; + sha256 = "34ea4ec325d558d962df0f1e6d85bf4d5b044553fb6e27c6240d9bda805d1bae"; + sha256_unsigned = "e7e2185ee51a805a6cb1d271ee1111df624392c2e62fa00f80298e3fd49f2f2b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_rocket-5ac-lite-squashfs-factory.bin"; + sha256 = "8447d02f6f336368ab4c729790cc32701a3e92cb1658fab3d14c41a11726c423"; + sha256_unsigned = "8447d02f6f336368ab4c729790cc32701a3e92cb1658fab3d14c41a11726c423"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,rocket-5ac-lite" + ]; + titles = [ + { + model = "Rocket 5AC"; + variant = "Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "068e4b4aa729c8fc0439a2f2276c049661907c1db5f2ad0e23c96d6ee4bb15ea"; + sha256_unsigned = "068e4b4aa729c8fc0439a2f2276c049661907c1db5f2ad0e23c96d6ee4bb15ea"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "2619d556c0694d84363878832456ba8c4bc780a966f1c74e1c50ecf10fccdfef"; + sha256_unsigned = "6a8f91c9d45d512e7dae936dc3d204b47fd1de707bf6e7cbb8617818df20d4a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_routerstation-initramfs-kernel.bin"; + sha256 = "dfc414c2e293d666f53d7a43c9b69fb9c10b86f2e8ce2dcf56d93583a44e1c64"; + sha256_unsigned = "dfc414c2e293d666f53d7a43c9b69fb9c10b86f2e8ce2dcf56d93583a44e1c64"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + ]; + titles = [ + { + model = "RouterStation"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "a4d78b97355e1e06606a4a193b7b17721ef827f990b65e89229b1fd1baaa8596"; + sha256_unsigned = "f1fd80f603043e85fbc5bd1a94673221ab464eff307755475f1f58c94b6f2bbc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "f37d1d2ab4630e3b02af8dc8346d99da939990663cd34e010f8be844c29433d3"; + sha256_unsigned = "f37d1d2ab4630e3b02af8dc8346d99da939990663cd34e010f8be844c29433d3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_routerstation-pro-initramfs-kernel.bin"; + sha256 = "e7a8ef38a53e44e796bd5fbd4288875399c582e383b4d42e34b52f17cf64c0c6"; + sha256_unsigned = "e7a8ef38a53e44e796bd5fbd4288875399c582e383b4d42e34b52f17cf64c0c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + ]; + titles = [ + { + model = "RouterStation Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "a01e20be843826c32fe2e9552a68400022f8cd15a354501a3234a5305b29b58d"; + sha256_unsigned = "fba5d7136bb4143254c0ad542aa4e501b4037b2fcbe2c11bc634a66a409bcb46"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "d7404ebe0a510e593cdb6e14904fecc1a7020925bf3ea3198ac5d23f5a9f9706"; + sha256_unsigned = "d7404ebe0a510e593cdb6e14904fecc1a7020925bf3ea3198ac5d23f5a9f9706"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifi-initramfs-kernel.bin"; + sha256 = "4ad9a6f33e9b7768379fbfe8e0f9fb9ef9bf32eee4de5775b3ee6e00b8a7fb85"; + sha256_unsigned = "4ad9a6f33e9b7768379fbfe8e0f9fb9ef9bf32eee4de5775b3ee6e00b8a7fb85"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + model = "UniFi AP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-outdoor-plus = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_unifi-ap-outdoor-plus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifi-ap-outdoor-plus-initramfs-kernel.bin"; + sha256 = "a04b2e9a169559a7a48afa0c209bc0f89014d764a6376883cc9c391392f5c9de"; + sha256_unsigned = "a04b2e9a169559a7a48afa0c209bc0f89014d764a6376883cc9c391392f5c9de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "74d0bb88aa628764eb701c64870602a0725aa32427967d3b6f86c9e9c46734dd"; + sha256_unsigned = "2cb683f03ccffc1574c1053ea2600d9757c81cfac89b31f4ed9b40c4b2839641"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-factory.bin"; + sha256 = "18813451d3e5bbba0d4314837707451502824cf7f0c45a7c084d13aa78f72d89"; + sha256_unsigned = "2cb683f03ccffc1574c1053ea2600d9757c81cfac89b31f4ed9b40c4b2839641"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-outdoor-plus" + "unifi-outdoor-plus" + ]; + titles = [ + { + model = "UniFi AP Outdoor+"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-pro = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_unifi-ap-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifi-ap-pro-initramfs-kernel.bin"; + sha256 = "9075dbffe7ee1ccda5619cb4e557cd4954e08ab95993696dce28ed027c1b1d98"; + sha256_unsigned = "9075dbffe7ee1ccda5619cb4e557cd4954e08ab95993696dce28ed027c1b1d98"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifi-ap-pro-squashfs-sysupgrade.bin"; + sha256 = "61d7b8c7a7cd9de3d445e4eb2c577b905bbb4ce8912858042cefcbd11ffbff36"; + sha256_unsigned = "b769a59e088f98b026bd033ae78aef890ef451eb4a404133be806a6cdbcbbba7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifi-ap-pro-squashfs-factory.bin"; + sha256 = "23a46a49b12557b4076eaf0d1a64da999ec533e285be0e1d1ba908488c0fe361"; + sha256_unsigned = "b769a59e088f98b026bd033ae78aef890ef451eb4a404133be806a6cdbcbbba7"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-pro" + "uap-pro" + ]; + titles = [ + { + model = "UniFi AP Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "742a69000f9bc394228abafa03bf845797f0b30e1011d9d0acaf7c9c7e88c912"; + sha256_unsigned = "836baaf2fadd35742e4114b024b8703e05e122a309f4f5cbf64bd84d89c3b3b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifiac-lite-initramfs-kernel.bin"; + sha256 = "87452441fd73d09ac7b88ba960ea42121ba17c5a48cfdec10ee5effe1e26f5a6"; + sha256_unsigned = "87452441fd73d09ac7b88ba960ea42121ba17c5a48cfdec10ee5effe1e26f5a6"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifiac-lr-initramfs-kernel.bin"; + sha256 = "0230cf9053f0c507157a7cd978a77b179fe484e57b9719a0988fec790219862c"; + sha256_unsigned = "0230cf9053f0c507157a7cd978a77b179fe484e57b9719a0988fec790219862c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "a0313e1a61f664f6e8e647914a461888283d5d9c50f1c7d846daf663ae8b3473"; + sha256_unsigned = "d1c66294b9c599cbe2af8c98fdaf127d79f5ccaadd5f6cbdd9bedb53b5cebad7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC LR"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "2114604a0338d50eea4c6372770ddbaa00087282925c9b1680d7665319ae5d17"; + sha256_unsigned = "b912b7aa3d5fe1c2b753f8e029b13177ab13888d196f45c2b153af2f128c9039"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifiac-mesh-initramfs-kernel.bin"; + sha256 = "628e0ea68280827506d044a2be4a06e014a68a7019bca0e3f7bf8c569d2bb856"; + sha256_unsigned = "628e0ea68280827506d044a2be4a06e014a68a7019bca0e3f7bf8c569d2bb856"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Mesh"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifiac-mesh-pro-initramfs-kernel.bin"; + sha256 = "b16801ece373a19f95d73e66d25f23945501ee0fd8f8361c4d94f527aa6d856a"; + sha256_unsigned = "b16801ece373a19f95d73e66d25f23945501ee0fd8f8361c4d94f527aa6d856a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "688545552927c2b932ed4fa380449b986eb8280f3d560877c36de72a4f1770e0"; + sha256_unsigned = "67cde863f3f387307a763c101a7a49d54cd69d68daa44583554c105a3cf40e27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Mesh Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "74414351bd0493a08793b77802764c44e7e612d0d73b6de5cc86e27a6287bff5"; + sha256_unsigned = "d59f6af5b43c02467f5bb25b3d26b1914fa4ee21faae0e738d55094df1223ec4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ubnt_unifiac-pro-initramfs-kernel.bin"; + sha256 = "e15be935066016e478de447233fe89528ff35b8b1d6ccfb9327433d410dbac66"; + sha256_unsigned = "e15be935066016e478de447233fe89528ff35b8b1d6ccfb9327433d410dbac66"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + wallys_dr531 = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-wallys_dr531"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-wallys_dr531-initramfs-kernel.bin"; + sha256 = "ecf964ac17e23a22e13f553d9aaefc6361e86619c24f828f915389d46ef7d762"; + sha256_unsigned = "ecf964ac17e23a22e13f553d9aaefc6361e86619c24f828f915389d46ef7d762"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-wallys_dr531-squashfs-sysupgrade.bin"; + sha256 = "fd2f4319727e810889af027e8fd90cf65d2e99874aa16104478de063e2c13f37"; + sha256_unsigned = "ce59805a644a7952e96f47ac5037247a5db2c8ab3feecd3520221b9db920fee3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wallys,dr531" + "dr531" + ]; + titles = [ + { + model = "DR531"; + vendor = "Wallys"; + } + ]; + }; + wd_mynet-n600 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-wd_mynet-n600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-wd_mynet-n600-initramfs-kernel.bin"; + sha256 = "dde65228dca2328ac98eb3b025cd52bf120ad422c948817d5b74a1900d3e0a34"; + sha256_unsigned = "dde65228dca2328ac98eb3b025cd52bf120ad422c948817d5b74a1900d3e0a34"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-wd_mynet-n600-squashfs-sysupgrade.bin"; + sha256 = "e26600155927e47a350f80bc2afc29516009d6d36a89ce191a22531b3484a7b1"; + sha256_unsigned = "8f0ec0f1ea9d96eb89bc74bfa06ebdc816dad2c31dd0c40ac369080b6b1b31ef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-wd_mynet-n600-squashfs-factory.bin"; + sha256 = "e6d8a790e9e4e570d50e0dc7ab6a2fbd63c40e474f6d228dfe0091fb74e200fb"; + sha256_unsigned = "e6d8a790e9e4e570d50e0dc7ab6a2fbd63c40e474f6d228dfe0091fb74e200fb"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mynet-n600" + "mynet-n600" + ]; + titles = [ + { + model = "My Net N600"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-wd_mynet-n750-initramfs-kernel.bin"; + sha256 = "5c17b620da2ac5ebef738389585e08ab1e915963c83c765404699cb1538a702a"; + sha256_unsigned = "5c17b620da2ac5ebef738389585e08ab1e915963c83c765404699cb1538a702a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "f18ba3382e98d02da43880d6bc023d5d74d0cb3087906e0826db62640ba68183"; + sha256_unsigned = "f18ba3382e98d02da43880d6bc023d5d74d0cb3087906e0826db62640ba68183"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "b0dc47a35b10f309d8db5d3945bb40cd0bafefae53364db980bd5ff77351e1d5"; + sha256_unsigned = "23734933ed361dbefaab1ec9d35759f632d36a4fc459a0308add10c02254de77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + model = "My Net N750"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "c7f41ad3171b5a79ecef9b7b68a026a7cb46e05a53c06c66741083b21d86981b"; + sha256_unsigned = "74208ddab21903e0fdf80263a127cde25ec08dab66bca0fc66063c0f556239e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-wd_mynet-wifi-rangeextender-initramfs-kernel.bin"; + sha256 = "23f14b773ad3b7a372c854f4a930b0cd0aae9ae4c5fef7c5272dccd434f37f83"; + sha256_unsigned = "23f14b773ad3b7a372c854f4a930b0cd0aae9ae4c5fef7c5272dccd434f37f83"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + model = "My Net Wi-Fi Range Extender"; + vendor = "Western Digital"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-winchannel_wb2000-initramfs-kernel.bin"; + sha256 = "8d24c0c379193a1e8de8d8caaf1e0c25a940c8714de99b2cec12cc51e502919c"; + sha256_unsigned = "8d24c0c379193a1e8de8d8caaf1e0c25a940c8714de99b2cec12cc51e502919c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "5de3ba14514fe6a7d13c0c8ee8f68a331edd4a1a4106db948f961228a73fa84d"; + sha256_unsigned = "fe9062a08d4e996fca31efc534bc1e1a96d3d194f333c424d20a9fd8d5bdf547"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + model = "WB2000"; + vendor = "Winchannel"; + } + ]; + }; + xiaomi_aiot-ac2350 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-xiaomi_aiot-ac2350"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-xiaomi_aiot-ac2350-initramfs-kernel.bin"; + sha256 = "8672abf9c45b0c55b8518ca4e7a1faf88f446a259ff919d79a831bb758fe6403"; + sha256_unsigned = "8672abf9c45b0c55b8518ca4e7a1faf88f446a259ff919d79a831bb758fe6403"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-xiaomi_aiot-ac2350-squashfs-sysupgrade.bin"; + sha256 = "993c72e3fac10160c465da663db7041d4dccb7d79178716915c74ed2906928ee"; + sha256_unsigned = "75a02d3f0cd0e1bd795bbe4890f779af91428be3ae02dc5d06fbf32baac9140d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,aiot-ac2350" + ]; + titles = [ + { + model = "AIoT AC2350"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "08b00bcf0a0d4596c10c8c70b74f162be29b8cf125457fe58f1d99364d12e635"; + sha256_unsigned = "5e94a143bd941c69023c0fc05b1d004ee26319e9b0401d62624196f1eb107f4d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-xiaomi_mi-router-4q-initramfs-kernel.bin"; + sha256 = "a251fc25be0b0b3d5a55b7bef7692ec865787ede33a0b1d6cb586b2f8f155509"; + sha256_unsigned = "a251fc25be0b0b3d5a55b7bef7692ec865787ede33a0b1d6cb586b2f8f155509"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + model = "Mi Router 4Q"; + vendor = "Xiaomi"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "30585aa7e53653d92507aa6541bed65a45843be972566b2d92cace871d298ee4"; + sha256_unsigned = "370a2b39378acc1a4e2260e67633f83201aeb019c2f6f7baf1470f63faeeba32"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-yuncore_a770-initramfs-kernel.bin"; + sha256 = "59711148b66b5a8cc83de269b000521c8fc816348792aece6afd5801ade9eabb"; + sha256_unsigned = "59711148b66b5a8cc83de269b000521c8fc816348792aece6afd5801ade9eabb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "e3ba155b2c2e20d1b5b8730e1722fb1e1300f2d21cf5ebbadfcda748806d85c1"; + sha256_unsigned = "370a2b39378acc1a4e2260e67633f83201aeb019c2f6f7baf1470f63faeeba32"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + model = "A770"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-yuncore_a782-initramfs-kernel.bin"; + sha256 = "260ef6ad443e7896ea1ae5b9d0e512fda08a370f388a6f2b4927673953928d9d"; + sha256_unsigned = "260ef6ad443e7896ea1ae5b9d0e512fda08a370f388a6f2b4927673953928d9d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "a47b6a1be100383b293a152d263b3307848efbfaf501e03b717add3a593c7bd4"; + sha256_unsigned = "af7779c72c58379b225050afa398424d1fc03607d63eb6c595c30ab4a100f4a7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "35703b5da9344e270548a36bf5479540434f4019c558ea5ab64c475661a0ce95"; + sha256_unsigned = "af7779c72c58379b225050afa398424d1fc03607d63eb6c595c30ab4a100f4a7"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + model = "A782"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a930 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-generic-yuncore_a930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-yuncore_a930-squashfs-sysupgrade.bin"; + sha256 = "37e6b4a120880be22326b5dd0c25ff55dad552cd72e62167ff3332f65b3b67ec"; + sha256_unsigned = "72b3ec62cef4976824eb066b62af1d766ad48ca44b182551e8f929b15fb47bc9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-yuncore_a930-initramfs-kernel.bin"; + sha256 = "664a34731df83edf3fdaa4c07f6671046419540ff2f9379602e2fd41e63e40d3"; + sha256_unsigned = "664a34731df83edf3fdaa4c07f6671046419540ff2f9379602e2fd41e63e40d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-yuncore_a930-squashfs-tftp.bin"; + sha256 = "eef4997aae38694380f4fdf3fd47614866b3b30612c659e990a71225f7d5a492"; + sha256_unsigned = "72b3ec62cef4976824eb066b62af1d766ad48ca44b182551e8f929b15fb47bc9"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a930" + ]; + titles = [ + { + model = "A930"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-yuncore_xd3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-yuncore_xd3200-squashfs-tftp.bin"; + sha256 = "9d435497f3e06f4f29a4d2c2247fc846587dff5f4cfe934e26d92ef8f81908c5"; + sha256_unsigned = "dd8c53db983b2d009f9e685f7197e93ea15e8c633dd17866f38087cebba7d749"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-yuncore_xd3200-squashfs-sysupgrade.bin"; + sha256 = "005f290308c6648810b21f51ea4ca2554bf5ecaee45ed71faae8e5e180573c2a"; + sha256_unsigned = "dd8c53db983b2d009f9e685f7197e93ea15e8c633dd17866f38087cebba7d749"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-yuncore_xd3200-initramfs-kernel.bin"; + sha256 = "b6ff3df9eeee594b7dea42662436cd766f5e01526753eee2abaaf6d9dcfb73c3"; + sha256_unsigned = "b6ff3df9eeee594b7dea42662436cd766f5e01526753eee2abaaf6d9dcfb73c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,xd3200" + ]; + titles = [ + { + model = "XD3200"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-yuncore_xd4200-initramfs-kernel.bin"; + sha256 = "2317e81ac5168f80b0b420b73280eea297b45aaa0a037c2d62185b495fbb673f"; + sha256_unsigned = "2317e81ac5168f80b0b420b73280eea297b45aaa0a037c2d62185b495fbb673f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "82b7d41f590c0c9f2030439ef1bfa3d709bbc21703879e51997370b9fd087d35"; + sha256_unsigned = "e3749ab5be130b714075e01efe8999bde650e9e79caa076ea5561c12e34f8de4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "8294a7005ad3ae89ef146c2bec5570e3a621d0d545bad69b7482661c2958be3d"; + sha256_unsigned = "e3749ab5be130b714075e01efe8999bde650e9e79caa076ea5561c12e34f8de4"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + model = "XD4200"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "9daaa194cd2a753a51f275849d552ed708a338be0ec9e13a4d31187ca190d35a"; + sha256_unsigned = "aec7e44de837a860126c940c4be6a6262c07c223e43beecaa6d7eeefe8eab92f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-zbtlink_zbt-wd323-initramfs-kernel.bin"; + sha256 = "bf7bc23065a4b35884cccb92260bb05219993cc92689f19e370f93a71bd3ed50"; + sha256_unsigned = "bf7bc23065a4b35884cccb92260bb05219993cc92689f19e370f93a71bd3ed50"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + model = "WD323"; + vendor = "ZBT"; + } + ]; + }; + ziking_cpe46b = { + device_packages = [ + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-ziking_cpe46b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-ziking_cpe46b-squashfs-sysupgrade.bin"; + sha256 = "2f4d9f50c76ea6e34c2861a2042ead7bd40cd83287b8bd2ae9d3437a5b3281e7"; + sha256_unsigned = "1e8af4971320484fe8fcd672ee711c393489a5542ed5f15483944ca6f310dc40"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-ziking_cpe46b-initramfs-kernel.bin"; + sha256 = "e2fdcb7cb674b3bfbc5497dc4183241d13b496872b5d67fa9255f9df4e3f9a3c"; + sha256_unsigned = "e2fdcb7cb674b3bfbc5497dc4183241d13b496872b5d67fa9255f9df4e3f9a3c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ziking,cpe46b" + ]; + titles = [ + { + model = "CPE46B"; + vendor = "ZiKing"; + } + ]; + }; + zyxel_nbg6616 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-generic-zyxel_nbg6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-zyxel_nbg6616-squashfs-factory.bin"; + sha256 = "45467cbb54a0ea7ad71a62cd9f2c8e36e8acbb0f72cc38e6a3924a4ef937910c"; + sha256_unsigned = "45467cbb54a0ea7ad71a62cd9f2c8e36e8acbb0f72cc38e6a3924a4ef937910c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-generic-zyxel_nbg6616-squashfs-sysupgrade.bin"; + sha256 = "2e669a6776ee38b0e959f0a5f55ba8e5dc30316eafbf5449745c020fdfc4d4f5"; + sha256_unsigned = "90b7a89c51fd1b68864f6eba7f023af4b815f05010ddaee0ec62b0afde9455c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-generic-zyxel_nbg6616-initramfs-kernel.bin"; + sha256 = "42a0db765c5ccd16cad9c5e85f7e1d37f7afd923ec2fd6feddf56689602433cb"; + sha256_unsigned = "42a0db765c5ccd16cad9c5e85f7e1d37f7afd923ec2fd6feddf56689602433cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6616" + "nbg6616" + ]; + titles = [ + { + model = "NBG6616"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "ath79/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_routerboard-951ui-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-951ui-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-951ui-2nd-initramfs-kernel.bin"; + sha256 = "9c2f9edcbc8b2f06aa686448ee61c81f77b025586b1b8514903492899cb42ca1"; + sha256_unsigned = "9c2f9edcbc8b2f06aa686448ee61c81f77b025586b1b8514903492899cb42ca1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-951ui-2nd-squashfs-sysupgrade.bin"; + sha256 = "23d015ae11a7ee2df04dd35d385b531135f27b5faa94dfd28969223b9d29f118"; + sha256_unsigned = "d162073cf3bca8852013b9e5e68e8effaebf4df4a42a822e39742f53cfa7a4d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-951ui-2nd" + "rb-951ui-2nd" + ]; + titles = [ + { + model = "RouterBOARD 951Ui-2nD (hAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-952ui-5ac2nd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-initramfs-kernel.bin"; + sha256 = "d27307748b1070941f141e3737219c9fd84e3183fdd2c6feb26eafccab112389"; + sha256_unsigned = "d27307748b1070941f141e3737219c9fd84e3183fdd2c6feb26eafccab112389"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-squashfs-sysupgrade.bin"; + sha256 = "3fff82059446e3f8808e0d12d27582d0f1cf7e3dd3242856286d074ac6eee50e"; + sha256_unsigned = "8037fcc618acffb0d0bb6918cc81473972c7c264a1ad690091eab21260b545b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-952ui-5ac2nd" + "rb-952ui-5ac2nd" + ]; + titles = [ + { + model = "RouterBOARD 952Ui-5ac2nD (hAP ac lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-962uigs-5hact2hnt = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-sfp" + ]; + image_prefix = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt-squashfs-sysupgrade.bin"; + sha256 = "c11a75b62f349ca26f226092b127ec858132b34cd60b01ae00e7b049011beb6f"; + sha256_unsigned = "9495bc172a5c4ca2331f23f37f74ed34a98829dfc0388319ae25d7a85ac71962"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt-initramfs-kernel.bin"; + sha256 = "19c204bd65f35f2a0133e70523b211da210b986b004f2afb7c66333d847a7762"; + sha256_unsigned = "19c204bd65f35f2a0133e70523b211da210b986b004f2afb7c66333d847a7762"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-962uigs-5hact2hnt" + "rb-962uigs-5hact2hnt" + ]; + titles = [ + { + model = "RouterBOARD 962UiGS-5HacT2HnT (hAP ac)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-lhg-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-initramfs-kernel.bin"; + sha256 = "b6ee3eb6b55e3e2002030d5b57572366945264f5c504cbafd93902bd5fd71e00"; + sha256_unsigned = "b6ee3eb6b55e3e2002030d5b57572366945264f5c504cbafd93902bd5fd71e00"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-squashfs-sysupgrade.bin"; + sha256 = "e004c78ac89b9f2edc9b02a7ad6be40210688507256ee31d7bdab277ea0de142"; + sha256_unsigned = "8673b9da7d3b65e661220a67d528b194c91f2739fa98a430bb4638acfea66657"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-2nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 2nD (LHG 2)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-5nd = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-lhg-5nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-lhg-5nd-initramfs-kernel.bin"; + sha256 = "266883b3a6835bd3fb7e517633d50487845a26609aa9033e21156792dcbe1a90"; + sha256_unsigned = "266883b3a6835bd3fb7e517633d50487845a26609aa9033e21156792dcbe1a90"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-lhg-5nd-squashfs-sysupgrade.bin"; + sha256 = "adf1a355ec1dd4ec67736e6ee6ae79729ffaf359139582a186ac05422f65f623"; + sha256_unsigned = "9f1d0727ae8d98adde91661bf00eefa8ce1858171dfb5b60b7a08600338287ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-5nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 5nD (LHG 5)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-map-2nd = { + device_packages = [ + "kmod-usb2" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-map-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-map-2nd-initramfs-kernel.bin"; + sha256 = "1c04e8bfa8cfebbcd40f73c8ecf41910fe14c41b5c424f2da7c994c65c3788ed"; + sha256_unsigned = "1c04e8bfa8cfebbcd40f73c8ecf41910fe14c41b5c424f2da7c994c65c3788ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-map-2nd-squashfs-sysupgrade.bin"; + sha256 = "8da2824cd22605714127a985251e132eb5c48c1d834a3aacb0512372a279bf8c"; + sha256_unsigned = "4590f1b66d4a80787cc56a9fe39e62e5c977a33da07b2013ee84082be59731f5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-map-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAP-2nD (mAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-mapl-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-mapl-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-initramfs-kernel.bin"; + sha256 = "45ef011c86f29175508e00e782fb6e6fc3437c58228bdc31e2c587007d5f8070"; + sha256_unsigned = "45ef011c86f29175508e00e782fb6e6fc3437c58228bdc31e2c587007d5f8070"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-squashfs-sysupgrade.bin"; + sha256 = "f5a047fde4cf9637e41125fae511e2099f5ff2692283c08a2041116f5722b320"; + sha256_unsigned = "67d2cf9be8ced02c9decf5c0ff1d5ea7c7232f535b4a7cd09c1024e45a1bcfe5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-mapl-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAPL-2nD (mAP lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-wap-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-wap-2nd-initramfs-kernel.bin"; + sha256 = "d4aab4b22a25623bbc7d87264b9982a54c363c04f22fba8da42a245fd94671ea"; + sha256_unsigned = "d4aab4b22a25623bbc7d87264b9982a54c363c04f22fba8da42a245fd94671ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-wap-2nd-squashfs-sysupgrade.bin"; + sha256 = "fe1c7602918343463253efc13f13ff9daa2ecaad89cfbeb82fbf4f36746ceb71"; + sha256_unsigned = "5d84e1ac5ea4f6a89d7b252e77cb85e2d2b21ef2040724a7e009f7a851755c8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAP-2nD (wAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-g-5hact2hnd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-initramfs-kernel.bin"; + sha256 = "10d01580a35d5570aa0c9e8dd5d5f832a1d3507985e2c1d78db0dc37a27983f2"; + sha256_unsigned = "10d01580a35d5570aa0c9e8dd5d5f832a1d3507985e2c1d78db0dc37a27983f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-squashfs-sysupgrade.bin"; + sha256 = "69a747292d0ea1f6002a01c639fa1d7d57bbf34beb6044d58d51e448218b808e"; + sha256_unsigned = "a83bfff80245d1572535afc88bdb6cfc4e0ed6abe4d58bf160595e921f47e133"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-g-5hact2hnd" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + model = "RouterBOARD wAP G-5HacT2HnD (wAP AC)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wapr-2nd = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-wapr-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-squashfs-sysupgrade.bin"; + sha256 = "2a49b37a776d1e09a8cadb8fa80d7c37920df70c906f98b077f6c911b27b34df"; + sha256_unsigned = "636eace68ffec9b4059f3304c52a3a657675dd1632d1f11cc73d86692f769dba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-initramfs-kernel.bin"; + sha256 = "d814e2b117f23d8fb9b3bb75b60359421a32ef7fa854a78a457d7646ab9d4948"; + sha256_unsigned = "d814e2b117f23d8fb9b3bb75b60359421a32ef7fa854a78a457d7646ab9d4948"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wapr-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAPR-2nD (wAP R)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "ath79/mikrotik"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_rambutan" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-8dev_rambutan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-8dev_rambutan-squashfs-sysupgrade.tar"; + sha256 = "cb3d9d9bd064bd36c79d851ef069c0b01ffaeb75fc00f60a66440ff0c2a40b7e"; + sha256_unsigned = "9c1a1d05ea25fbb4a4908073ec98afe190ce82508e87ba350eac6b105dcc76d1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-8dev_rambutan-squashfs-factory.bin"; + sha256 = "8d7e60a8581d127ba5b5c11c6019b54e51a885d06b733b8593602f7193e59aaa"; + sha256_unsigned = "8d7e60a8581d127ba5b5c11c6019b54e51a885d06b733b8593602f7193e59aaa"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-8dev_rambutan-initramfs-kernel.bin"; + sha256 = "eb0edea8fc507295a0acc6737a58176427c7834d3e3ae7beffec42216f1a8f0d"; + sha256_unsigned = "eb0edea8fc507295a0acc6737a58176427c7834d3e3ae7beffec42216f1a8f0d"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,rambutan" + ]; + titles = [ + { + model = "Rambutan"; + vendor = "8devices"; + } + ]; + }; + aerohive_hiveap-121 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-aerohive_hiveap-121"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-aerohive_hiveap-121-initramfs-kernel.bin"; + sha256 = "68e8b554d73dfd8c2a568356e4acfe82887b966af774e158dfa9fa1e8a50070f"; + sha256_unsigned = "68e8b554d73dfd8c2a568356e4acfe82887b966af774e158dfa9fa1e8a50070f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin"; + sha256 = "480c9b1d4bba7144b9bff0707795f22542c1b31f0926afb45f0444421cb580f2"; + sha256_unsigned = "480c9b1d4bba7144b9bff0707795f22542c1b31f0926afb45f0444421cb580f2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-aerohive_hiveap-121-squashfs-sysupgrade.bin"; + sha256 = "385f313f134b496e1a7026ade214010b41d93205e29e046c241a82983bd995dc"; + sha256_unsigned = "2eba625b4119064326577b9fb71392ee60fd52c8665cbdbec6c213ede0808ff1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aerohive,hiveap-121" + "hiveap-121" + ]; + titles = [ + { + model = "HiveAP 121"; + vendor = "Aerohive"; + } + ]; + }; + domywifi_dw33d = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-domywifi_dw33d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-domywifi_dw33d-initramfs-kernel.bin"; + sha256 = "42ba8616a55b58c8d1de422e941c5c3cf2bbdebe7b8c723bad0361e4db3e7ae1"; + sha256_unsigned = "42ba8616a55b58c8d1de422e941c5c3cf2bbdebe7b8c723bad0361e4db3e7ae1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-domywifi_dw33d-squashfs-factory.bin"; + sha256 = "f3b44f8b50c9b1be4de2577cf46d3f71eacbc33457cb1f779bbc02bcb7656f46"; + sha256_unsigned = "f3b44f8b50c9b1be4de2577cf46d3f71eacbc33457cb1f779bbc02bcb7656f46"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-domywifi_dw33d-squashfs-sysupgrade.bin"; + sha256 = "288bbda80431faf505303f91001ecd12ca4708b91e18ef2424257f2215322de7"; + sha256_unsigned = "f8d53931dbeb419f1bd711621f8c018eaa7d09bec94406454e538dd8326da209"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "domywifi,dw33d" + ]; + titles = [ + { + model = "DW33D"; + vendor = "DomyWifi"; + } + ]; + }; + dongwon_dw02-412h-128m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-dongwon_dw02-412h-128m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-dongwon_dw02-412h-128m-squashfs-factory.img"; + sha256 = "56a3b6a58a8a4ebf14ef692b42e0b91f16d1b1fc9526ab1b0569c0c332b66c5e"; + sha256_unsigned = "56a3b6a58a8a4ebf14ef692b42e0b91f16d1b1fc9526ab1b0569c0c332b66c5e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-dongwon_dw02-412h-128m-initramfs-kernel.bin"; + sha256 = "7b7ef3b86eb7094bae039fd6a7888c465c03eb311113e1d4f4d80126203a93ee"; + sha256_unsigned = "7b7ef3b86eb7094bae039fd6a7888c465c03eb311113e1d4f4d80126203a93ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-dongwon_dw02-412h-128m-squashfs-sysupgrade.bin"; + sha256 = "dc5f5f06a3b454d2623fb0ef6c125e19a09cd9e9bd6bdc6ab3991b7f0eb8aa0d"; + sha256_unsigned = "9d2004fdbd3079dc9a8e8568c8c2dc9c58a40af7f63a793044c8e2ad56d3cf5a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dongwon,dw02-412h-128m" + ]; + titles = [ + { + model = "DW02-412H"; + variant = "(128M)"; + vendor = "Dongwon T&I"; + } + { + model = "GiGA WiFi home"; + variant = "(128M)"; + vendor = "KT"; + } + ]; + }; + dongwon_dw02-412h-64m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-dongwon_dw02-412h-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-dongwon_dw02-412h-64m-squashfs-factory.img"; + sha256 = "b152e15c8ee82a2fb85066523084a91c6713ca15452f432d6fd83f900191b303"; + sha256_unsigned = "b152e15c8ee82a2fb85066523084a91c6713ca15452f432d6fd83f900191b303"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-dongwon_dw02-412h-64m-initramfs-kernel.bin"; + sha256 = "37d6d3c5adfb9f3aa32040757b3fc28aaf8861872fd250d2afbf10f2c33ccb94"; + sha256_unsigned = "37d6d3c5adfb9f3aa32040757b3fc28aaf8861872fd250d2afbf10f2c33ccb94"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-dongwon_dw02-412h-64m-squashfs-sysupgrade.bin"; + sha256 = "b70b727d52de0e3fcd348f06603d18937d7b3259e156862102f889b361bad412"; + sha256_unsigned = "bab2b1482b4dadd89df495e5325cea0de659762241486924ed1a2f582ad5dd11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dongwon,dw02-412h-64m" + ]; + titles = [ + { + model = "DW02-412H"; + variant = "(64M)"; + vendor = "Dongwon T&I"; + } + { + model = "GiGA WiFi home"; + variant = "(64M)"; + vendor = "KT"; + } + ]; + }; + glinet_gl-ar300m-nand = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-glinet_gl-ar300m-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-glinet_gl-ar300m-nand-squashfs-factory.img"; + sha256 = "b4d96712a7af91368d2148e59371cdbcecadde513065ca0028c45c9381ddf904"; + sha256_unsigned = "b4d96712a7af91368d2148e59371cdbcecadde513065ca0028c45c9381ddf904"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-glinet_gl-ar300m-nand-initramfs-kernel.bin"; + sha256 = "25405f2730d16bd4ad97215ee7a17a6f17a578e329ab46d8bb6b65cab57e2cf2"; + sha256_unsigned = "25405f2730d16bd4ad97215ee7a17a6f17a578e329ab46d8bb6b65cab57e2cf2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin"; + sha256 = "497d63f06ec469930d0125fc564422b5ff3257466fad63a42c2754786568fbf3"; + sha256_unsigned = "72eae178f77923ba798e4ff595fb0c2dc39d71b4680834c3ad0807b19197d449"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nand" + "glinet,gl-ar300m-nor" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-nor = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-glinet_gl-ar300m-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade.bin"; + sha256 = "6f1865e60cd07b22966ef729730dab8272862363caf8625a149e7b1ac4807e0d"; + sha256_unsigned = "158ca4ac9c57fe2617aed30f33b2d4791b5d58467630c85f9e40297544a9221e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-glinet_gl-ar300m-nor-initramfs-kernel.bin"; + sha256 = "ef3f37c4f1d55725cd7928d1bc9b92122f07bbb8aabccb85c5d1208ec77f88cd"; + sha256_unsigned = "ef3f37c4f1d55725cd7928d1bc9b92122f07bbb8aabccb85c5d1208ec77f88cd"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nor" + "glinet,gl-ar300m-nand" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-glinet_gl-ar750s-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-glinet_gl-ar750s-nor-squashfs-sysupgrade.bin"; + sha256 = "d0dbbd92cf971653ac435e968bafa6db590310f239af35fb020d3bdad7767a29"; + sha256_unsigned = "238055db05a69c875c13f08d9e8ce3376cca3d000f62b763c7614a77c0a4ef05"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-glinet_gl-ar750s-nor-initramfs-kernel.bin"; + sha256 = "9ec53c4850b9f6c89661766b89279051fdc61eb6e16bb91549ad205dec686158"; + sha256_unsigned = "9ec53c4850b9f6c89661766b89279051fdc61eb6e16bb91549ad205dec686158"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor" + "gl-ar750s" + "glinet,gl-ar750s" + "glinet,gl-ar750s-nor-nand" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor-nand = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-glinet_gl-ar750s-nor-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-sysupgrade.bin"; + sha256 = "963f3beae7ca834acc204b3a9cb6f96eaa0e9c962792ec3e79bafdc64689a9df"; + sha256_unsigned = "ea553b44c27f1f5548f39f5f4e305a83d6b0916780fd53f28336eead5a6ff299"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-glinet_gl-ar750s-nor-nand-initramfs-kernel.bin"; + sha256 = "c1ceda882316b70e5aa74b2bb2d1c1499ee0e7e5de5f8c05ca58923081b7782e"; + sha256_unsigned = "c1ceda882316b70e5aa74b2bb2d1c1499ee0e7e5de5f8c05ca58923081b7782e"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor-nand" + "glinet,gl-ar750s-nor" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR/NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-e750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-glinet_gl-e750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-glinet_gl-e750-squashfs-sysupgrade.bin"; + sha256 = "b8782a06b2c0127e15d084373f29ebd05c284450d6ffcf2cb9ad1831ca466e83"; + sha256_unsigned = "41d8c7f6fc02537cd0595e0af0d69c2d6157c021456f759a02e482df6d2bae2b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-glinet_gl-e750-initramfs-kernel.bin"; + sha256 = "cf6ae8a8ad71d41554549c50dbd72249a8fa64652c68fd9e95ed8314a301710c"; + sha256_unsigned = "cf6ae8a8ad71d41554549c50dbd72249a8fa64652c68fd9e95ed8314a301710c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-glinet_gl-e750-squashfs-factory.img"; + sha256 = "d7360d337ddc33a73361e3c52d0e8da91a04a08f8d2db09bf35958484f56cafe"; + sha256_unsigned = "d7360d337ddc33a73361e3c52d0e8da91a04a08f8d2db09bf35958484f56cafe"; + type = "factory"; + } + ]; + supported_devices = [ + "glinet,gl-e750" + "gl-e750" + ]; + titles = [ + { + model = "GL-E750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-xe300 = { + device_packages = [ + "kmod-usb2" + "block-mount" + "kmod-usb-serial-ch341" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-glinet_gl-xe300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-glinet_gl-xe300-initramfs-kernel.bin"; + sha256 = "a5391d8ac3d85beacbfc9e5d93f10dd6c22ce7a868b9d9c61c26e82709c3a4c0"; + sha256_unsigned = "a5391d8ac3d85beacbfc9e5d93f10dd6c22ce7a868b9d9c61c26e82709c3a4c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-glinet_gl-xe300-squashfs-factory.img"; + sha256 = "10cf1aed0eeb01b30586279323af312840f4e78eb4947e69c4589ecaf3bd448d"; + sha256_unsigned = "10cf1aed0eeb01b30586279323af312840f4e78eb4947e69c4589ecaf3bd448d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-glinet_gl-xe300-squashfs-sysupgrade.bin"; + sha256 = "df4926f7518443bd34d643ebdd4cc1651079dc24ca830778b26b56976bcf8b8b"; + sha256_unsigned = "f85f64531526a4b2038439a3ab87754c560102f3e4dbf40bf7d0cd7a293221bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-xe300" + ]; + titles = [ + { + model = "GL-XE300"; + vendor = "GL.iNet"; + } + ]; + }; + netgear_r6100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-netgear_r6100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_r6100-squashfs-factory.img"; + sha256 = "ac13afa57c52e9f89a5c79eac1846a5d57068740ffeb7f3d6058126bacb86abf"; + sha256_unsigned = "ac13afa57c52e9f89a5c79eac1846a5d57068740ffeb7f3d6058126bacb86abf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_r6100-initramfs-kernel.bin"; + sha256 = "a00dedae14064e788928b6b7245af030ce4f600e03d12a5332c8e95265ae7233"; + sha256_unsigned = "a00dedae14064e788928b6b7245af030ce4f600e03d12a5332c8e95265ae7233"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_r6100-squashfs-sysupgrade.bin"; + sha256 = "e061efb3f40c28273e9df63e309e924029c7da529bf7606ce717959e2a99c917"; + sha256_unsigned = "f50f0dc6246a1eea00837aabfe2d8c5ccad3c39eeeadbee8eb7280ff92b2f159"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6100" + ]; + titles = [ + { + model = "R6100"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-netgear_wndr3700-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr3700-v4-squashfs-sysupgrade.bin"; + sha256 = "841487acec96f127b5aa9307ad62fc8e0ff70da34ad85598a980b00020d9bfe5"; + sha256_unsigned = "de8a7e2af1caec1a46e4b314799c6a2e089116d5a2a5b1bfaa845d3714be94ca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr3700-v4-squashfs-factory.img"; + sha256 = "1e89b40caa90fa303de893b297cacd067f53d3cef53785dc3e518fd68600177c"; + sha256_unsigned = "1e89b40caa90fa303de893b297cacd067f53d3cef53785dc3e518fd68600177c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr3700-v4-initramfs-kernel.bin"; + sha256 = "799a5988d05e7c6dd5e472235498c73c048f6e74a516863311ae3918664bc904"; + sha256_unsigned = "799a5988d05e7c6dd5e472235498c73c048f6e74a516863311ae3918664bc904"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v4" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v4"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-netgear_wndr4300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr4300-squashfs-sysupgrade.bin"; + sha256 = "cd02accbc7f438f4e1a2ffb65bfb79910d36171914212067335f7f5ed6cd29a5"; + sha256_unsigned = "bca9b7981d2787cf2b2e68fdea9ff151a88c50834030a3014130dd0f95a8c2f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr4300-initramfs-kernel.bin"; + sha256 = "89bcd1ad679fa4a411eb1b56f7cd180c703294b5e1cfaf0fa67d99503ca70d42"; + sha256_unsigned = "89bcd1ad679fa4a411eb1b56f7cd180c703294b5e1cfaf0fa67d99503ca70d42"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr4300-squashfs-factory.img"; + sha256 = "1479602c5ca5e675e31378a8c38ee3ceac01b333b1cda818dab06b15e537b3e9"; + sha256_unsigned = "1479602c5ca5e675e31378a8c38ee3ceac01b333b1cda818dab06b15e537b3e9"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300" + ]; + titles = [ + { + model = "WNDR4300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-netgear_wndr4300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr4300-v2-squashfs-factory.img"; + sha256 = "db3a32a962e9158575865461eea6455dd4d8f4643d5dbd97cbe94abfe286ccd8"; + sha256_unsigned = "db3a32a962e9158575865461eea6455dd4d8f4643d5dbd97cbe94abfe286ccd8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr4300-v2-squashfs-sysupgrade.bin"; + sha256 = "606a9c948475f4bf2a03e22ab147b5819ec18db98a1cb5063f6cc238e1d2b8ce"; + sha256_unsigned = "e56491a8b474d072e2fe9d6fe14923fd5b063012c1c44018c9094ca2059a87c1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr4300-v2-initramfs-kernel.bin"; + sha256 = "73afc3b0473e9dfabb41afca3ac75c831695df1c75bf12357969becee1bf4ca2"; + sha256_unsigned = "73afc3b0473e9dfabb41afca3ac75c831695df1c75bf12357969becee1bf4ca2"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300-v2" + ]; + titles = [ + { + model = "WNDR4300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300sw = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-netgear_wndr4300sw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr4300sw-initramfs-kernel.bin"; + sha256 = "580c0016bf2be51967297484ad061c9c8fd1cdef3c016bd0dd844ab5038b62e7"; + sha256_unsigned = "580c0016bf2be51967297484ad061c9c8fd1cdef3c016bd0dd844ab5038b62e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr4300sw-squashfs-factory.img"; + sha256 = "655fdd6db5b85234dc5aafc3f4da4719f5ff3fa909545ca5f05f620a23d0d51f"; + sha256_unsigned = "655fdd6db5b85234dc5aafc3f4da4719f5ff3fa909545ca5f05f620a23d0d51f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr4300sw-squashfs-sysupgrade.bin"; + sha256 = "62586255733faea779c7b59cff28abe0bfdbcf97f69fb189f005a7cbdfe2eb62"; + sha256_unsigned = "e9cf22fb796c750a76f635156e2bbb6a9998c9efce5ebead1ac47b520fef9f9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300sw" + ]; + titles = [ + { + model = "WNDR4300SW"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300tn = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-netgear_wndr4300tn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr4300tn-initramfs-kernel.bin"; + sha256 = "51cf09fd2c511602aab3d39b297e6522cb65511942eaa34ae53f1725c439bcd4"; + sha256_unsigned = "51cf09fd2c511602aab3d39b297e6522cb65511942eaa34ae53f1725c439bcd4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr4300tn-squashfs-sysupgrade.bin"; + sha256 = "ee74eb1402a7eda54bee5eded2cb2ecff9ccde19ccb8524c52ddaeb335c125f3"; + sha256_unsigned = "eb758c52ea96aad40d1706554dac34a3d00eaadb5ddb2f92d437b22017ebf903"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr4300tn-squashfs-factory.img"; + sha256 = "b0ba9afae3672d0a0a199ce2c2bf201c88787c95c816394c2ff48054ec4d4e15"; + sha256_unsigned = "b0ba9afae3672d0a0a199ce2c2bf201c88787c95c816394c2ff48054ec4d4e15"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300tn" + ]; + titles = [ + { + model = "WNDR4300TN"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-netgear_wndr4500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr4500-v3-squashfs-factory.img"; + sha256 = "5932833b846eb7055adb4c108789fda441574cc6095f995a5e870d12cb0c8b10"; + sha256_unsigned = "5932833b846eb7055adb4c108789fda441574cc6095f995a5e870d12cb0c8b10"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr4500-v3-squashfs-sysupgrade.bin"; + sha256 = "768a8c906f692c01b48304055fa83183a754804131e2924ee838a88ddf97a98c"; + sha256_unsigned = "78ce00ee29fc6ad0c3122a52b19e8fe5dfb7e76ad65afdb605fadac5546307de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-netgear_wndr4500-v3-initramfs-kernel.bin"; + sha256 = "ed737c274c009cf106ce5315886a72a5596687619ce9bd3533f65114e0335b11"; + sha256_unsigned = "ed737c274c009cf106ce5315886a72a5596687619ce9bd3533f65114e0335b11"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4500-v3" + ]; + titles = [ + { + model = "WNDR4500"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + zte_mf281 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-rndis" + "kmod-usb-acm" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-zte_mf281"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-zte_mf281-squashfs-sysupgrade.bin"; + sha256 = "7e1409f1a9ee6a089194da0ee54d5aa7592452a6028cbe9da708e196c3142541"; + sha256_unsigned = "98cbcced395d6da8330ba2e90a153fc4b13bc3e79517cf10e09e5b73dd5942cc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-zte_mf281-squashfs-factory.bin"; + sha256 = "1aa16d3add5df56dcfbf1052b109470ce44383caa072d67d7d448fa6eddce0ff"; + sha256_unsigned = "1aa16d3add5df56dcfbf1052b109470ce44383caa072d67d7d448fa6eddce0ff"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-zte_mf281-initramfs-kernel.bin"; + sha256 = "c3f85e2b610749785a6bd2dbd8d7338bb8cf4cde88c6b86fd3f8772c0465d0f9"; + sha256_unsigned = "c3f85e2b610749785a6bd2dbd8d7338bb8cf4cde88c6b86fd3f8772c0465d0f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf281" + ]; + titles = [ + { + model = "MF281"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-zte_mf286"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-zte_mf286-initramfs-kernel.bin"; + sha256 = "76177e796175fa86573ff8a2a6eca2d594688fc73913fec849da88cbe8d39163"; + sha256_unsigned = "76177e796175fa86573ff8a2a6eca2d594688fc73913fec849da88cbe8d39163"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-zte_mf286-squashfs-sysupgrade.bin"; + sha256 = "448a0971ed283f1bf3b99d4fab9b723199a91a2bfb3f149dffb1e0a85ed2412e"; + sha256_unsigned = "6bfb7ff4c8f2bd32f6ba5f463b3a37d2ce8975d41fc32c7eb85ec087bc23dd06"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf286" + ]; + titles = [ + { + model = "MF286"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286a = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-zte_mf286a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-zte_mf286a-squashfs-sysupgrade.bin"; + sha256 = "2388462ac615dd6bda0e1bb91aecf4e817cf76143e1fe3e6bede045a0df89110"; + sha256_unsigned = "13ee92548ed578b3cf9c66c93e48a7f6e04d8695ac9c0109d47abb5c79760e25"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-zte_mf286a-initramfs-kernel.bin"; + sha256 = "35ccdab445608042c2383b96772b8e85fbb4d798f4f134634f4de759566e4147"; + sha256_unsigned = "35ccdab445608042c2383b96772b8e85fbb4d798f4f134634f4de759566e4147"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286a" + ]; + titles = [ + { + model = "MF286A"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286r = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-rndis" + "kmod-usb-acm" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-zte_mf286r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-zte_mf286r-squashfs-sysupgrade.bin"; + sha256 = "50f34746d610ff3131e73c20daf58fcf04a7d15ffe5b42026c32821cc0d45d49"; + sha256_unsigned = "352fa49570600250d3565e262b7b1bab717bcc92aa9063de633d387ae86f754a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-zte_mf286r-initramfs-kernel.bin"; + sha256 = "aefca4bd2d0e330a3e2d3237196737585428f442fe043aa0f0758d0769163904"; + sha256_unsigned = "aefca4bd2d0e330a3e2d3237196737585428f442fe043aa0f0758d0769163904"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286r" + ]; + titles = [ + { + model = "MF286R"; + vendor = "ZTE"; + } + ]; + }; + zyxel_emg2926_q10a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-zyxel_emg2926_q10a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-zyxel_emg2926_q10a-initramfs-kernel.bin"; + sha256 = "d994fff71ecabd4daae71e4a14c81597f705b7376c36f27b1b3cdcee6b50b84e"; + sha256_unsigned = "d994fff71ecabd4daae71e4a14c81597f705b7376c36f27b1b3cdcee6b50b84e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-zyxel_emg2926_q10a-squashfs-factory.bin"; + sha256 = "4ed3ad948723d6b2504911fac2df13d9cbb2dd6367e372670411683f36e3c19b"; + sha256_unsigned = "4ed3ad948723d6b2504911fac2df13d9cbb2dd6367e372670411683f36e3c19b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-zyxel_emg2926_q10a-squashfs-sysupgrade.tar"; + sha256 = "e0d6741fdc51c67eceadf3a14286a9c2e7bb54c84790edae06b4addece778508"; + sha256_unsigned = "6c373dc12680ff45dacc73f121f6417cbfc600741c2ba7d669cb8f21ddcd879b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-zyxel_emg2926_q10a-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "3b2f28bbd7f5df5bf8a2d058ccc29ee07e9ca979f7cd817870a05839a3d72878"; + sha256_unsigned = "3b2f28bbd7f5df5bf8a2d058ccc29ee07e9ca979f7cd817870a05839a3d72878"; + type = "sysupgrade-4M-Kernel"; + } + ]; + supported_devices = [ + "zyxel,emg2926,q10a" + ]; + titles = [ + { + model = "EMG2926-Q10A"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg6716 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-nand-zyxel_nbg6716"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "7d1955a7aa559f979c6bd6017b78b36229779e782c09524f1bcce8cafb0525ba"; + sha256_unsigned = "7d1955a7aa559f979c6bd6017b78b36229779e782c09524f1bcce8cafb0525ba"; + type = "sysupgrade-4M-Kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade.tar"; + sha256 = "e456d63dc168236d7e9e9712943a10da58a4d343fab97a614f052dd39e0e0114"; + sha256_unsigned = "5d86459ef1912882aee9cd9ef34a1ba304f2f4eb014549ffb073811266465f58"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-nand-zyxel_nbg6716-squashfs-factory.bin"; + sha256 = "418a7c07193e78606759f7c7399ce97fb1267be5f98f252f6ca15634f2348649"; + sha256_unsigned = "418a7c07193e78606759f7c7399ce97fb1267be5f98f252f6ca15634f2348649"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-nand-zyxel_nbg6716-initramfs-kernel.bin"; + sha256 = "7b71602c174a4437e1f112f8ff4d44ae07d32fc959610118a39c920a989312ff"; + sha256_unsigned = "7b71602c174a4437e1f112f8ff4d44ae07d32fc959610118a39c920a989312ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6716" + ]; + titles = [ + { + model = "NBG6716"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "ath79/nand"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + engenius_eap350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-tiny-engenius_eap350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-tiny-engenius_eap350-v1-initramfs-kernel.bin"; + sha256 = "60e7ac2b869a91424fd9bab9fa7036f2edb55ae0f330ebd516c9bb05e8aa69ed"; + sha256_unsigned = "60e7ac2b869a91424fd9bab9fa7036f2edb55ae0f330ebd516c9bb05e8aa69ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap350-v1" + ]; + titles = [ + { + model = "EAP350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ath79-tiny-engenius_ecb350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-tiny-engenius_ecb350-v1-initramfs-kernel.bin"; + sha256 = "faf30d215dd497ed06607b4fa31b168455ebcf8c6be0ea8ee6a380483e69f434"; + sha256_unsigned = "faf30d215dd497ed06607b4fa31b168455ebcf8c6be0ea8ee6a380483e69f434"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb350-v1" + ]; + titles = [ + { + model = "ECB350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enh202-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-tiny-engenius_enh202-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-tiny-engenius_enh202-v1-initramfs-kernel.bin"; + sha256 = "fe071e37a5d5c3402bb665badc0ef6934baf1b2ce0d9688d6d26b925314b7c94"; + sha256_unsigned = "fe071e37a5d5c3402bb665badc0ef6934baf1b2ce0d9688d6d26b925314b7c94"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enh202-v1" + ]; + titles = [ + { + model = "ENH202"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.1-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-tiny-pqi_air-pen-initramfs-kernel.bin"; + sha256 = "e31773aa205a541dcdc3b9cc0c7857adc76ee4d64fc51ef8923b64015845e3e4"; + sha256_unsigned = "e31773aa205a541dcdc3b9cc0c7857adc76ee4d64fc51ef8923b64015845e3e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "006600a9755c69033b8788328e250fec30296458a73f8355d674c6693c0fcf8f"; + sha256_unsigned = "de0392ba6277e419be5df0a6166e9558d3b317440a8b03fd71febf8362aa4dba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + model = "Air-Pen"; + vendor = "PQI"; + } + ]; + }; + tplink_tl-wpa8630p-v2-int = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-tiny-tplink_tl-wpa8630p-v2-int"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-tiny-tplink_tl-wpa8630p-v2-int-initramfs-kernel.bin"; + sha256 = "ef21f6ed02512d7034b19cb77e0853484d05425949ca69573212d005a12e19e3"; + sha256_unsigned = "ef21f6ed02512d7034b19cb77e0853484d05425949ca69573212d005a12e19e3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2-int" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2 (Int.)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.0-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-initramfs-kernel.bin"; + sha256 = "4a1f44875c17ac1098634ff2a952569b338b86a495e4f01736256deedf0480a2"; + sha256_unsigned = "4a1f44875c17ac1098634ff2a952569b338b86a495e4f01736256deedf0480a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.0-eu" + "tplink,tl-wpa8630p-v2-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.0 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.1-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-initramfs-kernel.bin"; + sha256 = "02dedc848eb1e2722e0130c04f8c9e8de0a7bf93e58f337842605dc400927caa"; + sha256_unsigned = "02dedc848eb1e2722e0130c04f8c9e8de0a7bf93e58f337842605dc400927caa"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.1-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.1 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ath79-tiny-ubnt_airrouter"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_airrouter-initramfs-kernel.bin"; + sha256 = "ce5bd3a3dbdadd792a85b653ed364456c16f9cfbd3a564c01696feb0c611a05a"; + sha256_unsigned = "ce5bd3a3dbdadd792a85b653ed364456c16f9cfbd3a564c01696feb0c611a05a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "9692b71d7e76795d8beed708c2f753b340f063cc80ed5b9bc019286c300ece05"; + sha256_unsigned = "9692b71d7e76795d8beed708c2f753b340f063cc80ed5b9bc019286c300ece05"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "cd867efc81e578188390069a3566dc634a3db6d693006e5e45f90141de6314b1"; + sha256_unsigned = "0d77a5dd9ac95b0b2c3114806c2e7eebff5b0bb69f3a3222c159c333d88e53f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + model = "AirRouter"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7240 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-tiny-ubnt_bullet-m-ar7240"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_bullet-m-ar7240-initramfs-kernel.bin"; + sha256 = "afbf9bb0523468ce5bc201c567dfd502b8c1d7ac8b79fd9b5ac014efcbedf9c2"; + sha256_unsigned = "afbf9bb0523468ce5bc201c567dfd502b8c1d7ac8b79fd9b5ac014efcbedf9c2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_bullet-m-ar7240-squashfs-factory.bin"; + sha256 = "7cf24657cff60ba6c3e72ca82e10ba54855e18fcaccc0feef1691b9ded04982f"; + sha256_unsigned = "7cf24657cff60ba6c3e72ca82e10ba54855e18fcaccc0feef1691b9ded04982f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_bullet-m-ar7240-squashfs-sysupgrade.bin"; + sha256 = "6dbbe307c2ba5f890717d0b3c9b303018b59f9631136ec2c9b04d009e239860c"; + sha256_unsigned = "b1a4bf5c8ddd966176ae17dc3e8ad80d542160a2522f0c06ee1a0971c3fd07ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7240" + "bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7240)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7241 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-tiny-ubnt_bullet-m-ar7241"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_bullet-m-ar7241-initramfs-kernel.bin"; + sha256 = "d0cf14a7a8bb5533ef9fe8e8ede13be7676425fcbc0e3763cfd6105312c4b886"; + sha256_unsigned = "d0cf14a7a8bb5533ef9fe8e8ede13be7676425fcbc0e3763cfd6105312c4b886"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_bullet-m-ar7241-squashfs-factory.bin"; + sha256 = "47f4d95c7ebc4f291833595bae6241bdc34a8f3fb32c4d81830d4b41f12526ef"; + sha256_unsigned = "47f4d95c7ebc4f291833595bae6241bdc34a8f3fb32c4d81830d4b41f12526ef"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_bullet-m-ar7241-squashfs-sysupgrade.bin"; + sha256 = "2ba90e91a03440d3941ccbfdd219eb414a546a9e8cb4c07061e5dc4bc2a594e9"; + sha256_unsigned = "3b81b05e8a13bd472d54aa4329b75348e9cb2c7fdc4d4ac2d306397ad692c35d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7241" + "bullet-m" + "ubnt,bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7241)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-tiny-ubnt_nanobridge-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_nanobridge-m-initramfs-kernel.bin"; + sha256 = "3958c20569e6cf1a264127018a2615d7e13e3efe1b0432572678eb8504aa4e43"; + sha256_unsigned = "3958c20569e6cf1a264127018a2615d7e13e3efe1b0432572678eb8504aa4e43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_nanobridge-m-squashfs-factory.bin"; + sha256 = "67b1d66357c158a2072768fa8357e3295c3cb25917f641677e8d58c6b55e60ef"; + sha256_unsigned = "67b1d66357c158a2072768fa8357e3295c3cb25917f641677e8d58c6b55e60ef"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_nanobridge-m-squashfs-sysupgrade.bin"; + sha256 = "7bd3a5a20e698eeeb605b8e611eee74f425d7358ae59729c01483550bbdf1317"; + sha256_unsigned = "f9f5fe0aedb06efe16de6c67bfd2622d8d0b437737e2c17d429c9a14c8d80819"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobridge-m" + "bullet-m" + ]; + titles = [ + { + model = "NanoBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-tiny-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_nanostation-loco-m-initramfs-kernel.bin"; + sha256 = "9a198e1c1c8ab24b894cfec68a6e5a448ba525e142315691340a4f49569717d0"; + sha256_unsigned = "9a198e1c1c8ab24b894cfec68a6e5a448ba525e142315691340a4f49569717d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "31200bc7274bcb962d04b5ab1db8a7820908cd4c5e80bee1b37f07a842f867fd"; + sha256_unsigned = "31200bc7274bcb962d04b5ab1db8a7820908cd4c5e80bee1b37f07a842f867fd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "6f12da91fec864a0a5871a7578304efe2488c9181d5f373439a0446769a5bd65"; + sha256_unsigned = "358a8a0519c4224973a921fea2de0112e6d145b6c9ad9e8386ef79cf8254f3c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-tiny-ubnt_nanostation-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_nanostation-m-initramfs-kernel.bin"; + sha256 = "3fd8825a9e5921c567bdd146fb1390bb9c0c6926800a9803bdf14f872be6fdf3"; + sha256_unsigned = "3fd8825a9e5921c567bdd146fb1390bb9c0c6926800a9803bdf14f872be6fdf3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "8290ffa2dd29d47f5ddcde6fa673a5ef6689c0a0a7a3c8b00357a8506cda0029"; + sha256_unsigned = "8290ffa2dd29d47f5ddcde6fa673a5ef6689c0a0a7a3c8b00357a8506cda0029"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "a6ecbf0e4bf601fb7c1691b1905927b388ae115b3c649c716b99a4f6c1c652de"; + sha256_unsigned = "5b3c1636f586a7739af1e766bca2c79b12bc58ddf602948e03409f150802a7f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-tiny-ubnt_picostation-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_picostation-m-initramfs-kernel.bin"; + sha256 = "c600726d41bfb062969b0cefe9e88838623bb009d9f95b7a713757f62f20df03"; + sha256_unsigned = "c600726d41bfb062969b0cefe9e88838623bb009d9f95b7a713757f62f20df03"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "835a65c95dfad50b18b3ae4c5e24de877918bd596177208359b00e69fb883aac"; + sha256_unsigned = "835a65c95dfad50b18b3ae4c5e24de877918bd596177208359b00e69fb883aac"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "5662b6b29747fe169451cbadd7b32dfad8530ebb0476da184d6f992588d5d7bd"; + sha256_unsigned = "7754b3cc9fa520d42b706a8d50da0aa2c3783e8fb81637d98fa09c7ed44c7442"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + model = "Picostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-tiny-ubnt_powerbridge-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_powerbridge-m-initramfs-kernel.bin"; + sha256 = "51d8c85d0f59ad7dc049afc4f08920e6d8636e2e43b1578b6d2867f29bd05385"; + sha256_unsigned = "51d8c85d0f59ad7dc049afc4f08920e6d8636e2e43b1578b6d2867f29bd05385"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_powerbridge-m-squashfs-factory.bin"; + sha256 = "75f4cb6f18ab928e7b9ad090e7a449a0d2aa91c7853302a2023fb01e0033c2c2"; + sha256_unsigned = "75f4cb6f18ab928e7b9ad090e7a449a0d2aa91c7853302a2023fb01e0033c2c2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_powerbridge-m-squashfs-sysupgrade.bin"; + sha256 = "467c820fedc84bf79d58abb5177a7104a72acf60bdebc7ab8ce8a57f630ae051"; + sha256_unsigned = "4b6a78211ce01d1226f6e8764aa1d9253a1344a9524029034b6035ee9625966e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,powerbridge-m" + "bullet-m" + ]; + titles = [ + { + model = "PowerBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ath79-tiny-ubnt_rocket-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_rocket-m-initramfs-kernel.bin"; + sha256 = "60c48c7c93b5145f605ade9e690c14bfad948a3abf73e8d3073f98cdc2370711"; + sha256_unsigned = "60c48c7c93b5145f605ade9e690c14bfad948a3abf73e8d3073f98cdc2370711"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "d17d430013eaebe8525131b16a4b9d8cf1e63008f2286b7563a9a43bf051b832"; + sha256_unsigned = "d17d430013eaebe8525131b16a4b9d8cf1e63008f2286b7563a9a43bf051b832"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ath79-tiny-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "abaa6bcb063992cd1ee9267d9f8b0a69df87412cc8ad7715da8afc0112cb4482"; + sha256_unsigned = "8714a61c1c9c554f7a5eb1df44b98ea3cec8aff153382e87ff36ddba3062f72e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + model = "Rocket M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "ath79/tiny"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + bcm27xx = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-zero-w" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm27xx-bcm2708-rpi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-bcm27xx-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "5f59e6d42c2c2f3e6b1255f92ec733fa17f43034ee61b7ed32024c1618c39d32"; + sha256_unsigned = "5f59e6d42c2c2f3e6b1255f92ec733fa17f43034ee61b7ed32024c1618c39d32"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-bcm27xx-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "da279004698ea75a03dea9c786b0da4f2985ee989c4fd403e497d1cce5480ade"; + sha256_unsigned = "1ba1258d33e3d2a78bba3d51b4fe77831191ac814e14cbe9db557188d3581dca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm27xx-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "f678e8336028f36ada8cfc8f972f254be71ba874df087246bd05f67e5a10482f"; + sha256_unsigned = "f678e8336028f36ada8cfc8f972f254be71ba874df087246bd05f67e5a10482f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm27xx-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "0085ae3de97e37f5bd15df49b3a1f273d1e7051644e48252fd70a949096ce13e"; + sha256_unsigned = "5b6e79cde73c7ed22ae68cf16a41294f6bf54a7ffdf5994822f534357103f4b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + model = "B/B+/CM/Zero/ZeroW"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "bcm27xx/bcm2708"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm27xx-bcm2709-rpi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-bcm27xx-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "a35c43820e4a74f808329f6708b55117461da7da59ba2c9b483f10f8bb7bef00"; + sha256_unsigned = "7dba6e794edf06ce2f955f8c5e8479e89dc1c843f8a7f5f45ebe1dc08ac74b8f"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-bcm27xx-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "47e081b5ca3226888819353ebd07203a3c5238ccfc1aea450bccc80f8ecf90ba"; + sha256_unsigned = "47e081b5ca3226888819353ebd07203a3c5238ccfc1aea450bccc80f8ecf90ba"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm27xx-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "1c582c05559fdf84d0a80e2c756fefd68714551a6bc04dad1fdfb1298cfa87a2"; + sha256_unsigned = "1c582c05559fdf84d0a80e2c756fefd68714551a6bc04dad1fdfb1298cfa87a2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm27xx-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "b3e62e499160f92423fb036e61f9837a16df9c0cf04ff0ded8bb5c150ad579c7"; + sha256_unsigned = "55ae46bdd72b0222fcf3a061eae3f61c36c572ee5a4a1897b229cef2e9843985"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "2B/2B 1.2"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "3B/3B+/3CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "4B/400/4CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "bcm27xx/bcm2709"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm27xx-bcm2710-rpi-3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "ef1e3e2ae8acd1b53f0359611dc7fd688d5afe0f63163b032b12593b2c3fbc23"; + sha256_unsigned = "ef1e3e2ae8acd1b53f0359611dc7fd688d5afe0f63163b032b12593b2c3fbc23"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm27xx-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "00bb795720c79f2a9831e09b452fd6cab42f8f77ba5f72869c0ed2685b88e399"; + sha256_unsigned = "2a3e3f9cdd4ec3af82de5e10cb0746b27163bc3f3a4649b60fd898bb9b815c7a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm27xx-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "645fea400afca5dd9eefa5408104cd61116f53cb94d2d9ee658e1bc1452ac563"; + sha256_unsigned = "645fea400afca5dd9eefa5408104cd61116f53cb94d2d9ee658e1bc1452ac563"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-bcm27xx-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "ee7219b59a231a13bbf09de7d9ed7ca95728d108bf39e575f6787caea2a1daeb"; + sha256_unsigned = "17152cf71d4a37de9827339810cd09f9a003fc5656a8cf5c6412b1ba17e50442"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + model = "3B/3B+/3CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + { + model = "2B-1.2"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "bcm27xx/bcm2710"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + bcm2711 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-4 = { + device_packages = [ + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "kmod-usb-net-lan78xx" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm27xx-bcm2711-rpi-4"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-bcm27xx-bcm2711-rpi-4-ext4-sysupgrade.img.gz"; + sha256 = "175deb6cef9eb5bb21073adf0c0ff9584c497e08004ca56254bbcee43a758fea"; + sha256_unsigned = "a1c5f6a9cb6ed68f6ed7350fb30a6002a7056fe6491e7332362d2edcd29d2d60"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz"; + sha256 = "e5316310061baa4343d775ec976fbb69fc349a572f6fb8eb9625c9f237758c26"; + sha256_unsigned = "e5316310061baa4343d775ec976fbb69fc349a572f6fb8eb9625c9f237758c26"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz"; + sha256 = "f84d817d2544bea60295bc1577188fe41d58783e54d330df3c961933eb8ba617"; + sha256_unsigned = "79cb888e5b630245885d6a55f1c207ebc12c14f3eb8707482637304a7459c938"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz"; + sha256 = "4fa39d61594cfd4bb9c0b7142104a93b4a1a6ee13bb7b39fa284b2ad67cb633b"; + sha256_unsigned = "4fa39d61594cfd4bb9c0b7142104a93b4a1a6ee13bb7b39fa284b2ad67cb633b"; + type = "factory"; + } + ]; + supported_devices = [ + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "4B/400/4CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "bcm27xx/bcm2711"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + bcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + linksys_e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-generic-linksys_e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-generic-linksys_e3000-v1-squashfs.bin"; + sha256 = "7bef1fa024a3f75f8cee47bab571fdf4d1bbaa8998c3245d2d836b648d1057f3"; + sha256_unsigned = "7bef1fa024a3f75f8cee47bab571fdf4d1bbaa8998c3245d2d836b648d1057f3"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3000-v1" + ]; + titles = [ + { + model = "E3000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + "linksys_wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-generic-linksys_wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-generic-linksys_wrt300n-v1.1-squashfs.bin"; + sha256 = "794ce7f5686540b99be7cbf7a669bba47b0d8a7abd1846ee017c825a175f4a1a"; + sha256_unsigned = "794ce7f5686540b99be7cbf7a669bba47b0d8a7abd1846ee017c825a175f4a1a"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1.1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-generic-linksys_wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-generic-linksys_wrt310n-v1-squashfs.bin"; + sha256 = "482d0647223539a29318836fbc1577f8ce239ff49d5d100e24c60b0dc7de5093"; + sha256_unsigned = "482d0647223539a29318836fbc1577f8ce239ff49d5d100e24c60b0dc7de5093"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v1" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-generic-linksys_wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-generic-linksys_wrt350n-v1-squashfs.bin"; + sha256 = "dbdf797c52da836fc30dad8c9d0f7229cef87922749b4f3f99e2252bbd420436"; + sha256_unsigned = "dbdf797c52da836fc30dad8c9d0f7229cef87922749b4f3f99e2252bbd420436"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt350n-v1" + ]; + titles = [ + { + model = "WRT350N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-generic-linksys_wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-generic-linksys_wrt610n-v1-squashfs.bin"; + sha256 = "45dd09a9985bc5db53dad51a54fa19f1952d789d58474275836ed6fc12b90a7d"; + sha256_unsigned = "45dd09a9985bc5db53dad51a54fa19f1952d789d58474275836ed6fc12b90a7d"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v1" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-generic-linksys_wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-generic-linksys_wrt610n-v2-squashfs.bin"; + sha256 = "692179419147c75c665db3b60ad69057f1f651011aae251514e23474783a0762"; + sha256_unsigned = "692179419147c75c665db3b60ad69057f1f651011aae251514e23474783a0762"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v2" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-generic-standard-squashfs.trx"; + sha256 = "95037f31c221d1ecd7ffc53709ca13c664a5b6fd3368d40e555da55b33ed6e19"; + sha256_unsigned = "95037f31c221d1ecd7ffc53709ca13c664a5b6fd3368d40e555da55b33ed6e19"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "bcm47xx/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-300g-squashfs.trx"; + sha256 = "a246f841fd33b2e326b85a9f6066cd42f36e02ca1b4537a5d0064901929c24a8"; + sha256_unsigned = "a246f841fd33b2e326b85a9f6066cd42f36e02ca1b4537a5d0064901929c24a8"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-300g" + ]; + titles = [ + { + model = "WL-300g"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-320gp-squashfs.trx"; + sha256 = "965f226bd1b91bc59ca8216add9170f227645b2a901ed17c8724e1ae4a9201ff"; + sha256_unsigned = "965f226bd1b91bc59ca8216add9170f227645b2a901ed17c8724e1ae4a9201ff"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-320gp" + ]; + titles = [ + { + model = "WL-320gP"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-330ge-squashfs.trx"; + sha256 = "80c74051cee201a875d590a81379edfee7198a9314ec4fe8f5c1df6da7dd90fc"; + sha256_unsigned = "80c74051cee201a875d590a81379edfee7198a9314ec4fe8f5c1df6da7dd90fc"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-330ge" + ]; + titles = [ + { + model = "WL-330gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-500gd-squashfs.trx"; + sha256 = "7a2143c55df550d6096d4d78416828cc3b5922f69c429e2e975c22d5c5f66a2b"; + sha256_unsigned = "7a2143c55df550d6096d4d78416828cc3b5922f69c429e2e975c22d5c5f66a2b"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gd" + ]; + titles = [ + { + model = "WL-500g Deluxe"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-500gp-v1-squashfs.trx"; + sha256 = "bb526d91d47c68925faf50fcd0d3dc020750a19d26b2088b030e54145e185198"; + sha256_unsigned = "bb526d91d47c68925faf50fcd0d3dc020750a19d26b2088b030e54145e185198"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v1" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx"; + sha256 = "a5e595adfc9b2297cb0825d4779e4b4ab27c1249d048d6d806cf0dcda2cb9590"; + sha256_unsigned = "a5e595adfc9b2297cb0825d4779e4b4ab27c1249d048d6d806cf0dcda2cb9590"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v2" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-500w-squashfs.trx"; + sha256 = "d4dca1ebca60d711868533926d473990b586b3b2b24db85b3e294f0aeedc5831"; + sha256_unsigned = "d4dca1ebca60d711868533926d473990b586b3b2b24db85b3e294f0aeedc5831"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500w" + ]; + titles = [ + { + model = "WL-500W"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-520gu-squashfs.trx"; + sha256 = "e4afaeecdd73d313d1c16f1a3ae9d25cc58c888719569c9570038b24645612cb"; + sha256_unsigned = "e4afaeecdd73d313d1c16f1a3ae9d25cc58c888719569c9570038b24645612cb"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-520gu" + ]; + titles = [ + { + model = "WL-520gU"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-550ge-squashfs.trx"; + sha256 = "d362bdcd21b3300febd1f0d7e0d52c16ee5a19c1de3f3862145acb8707e92dc7"; + sha256_unsigned = "d362bdcd21b3300febd1f0d7e0d52c16ee5a19c1de3f3862145acb8707e92dc7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-550ge" + ]; + titles = [ + { + model = "WL-550gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-asus_wl-hdd25-squashfs.trx"; + sha256 = "4d871e75b67df4a5a7a716a0ed1c87952b31df61a4c11d1ee173fe0eb514527f"; + sha256_unsigned = "4d871e75b67df4a5a7a716a0ed1c87952b31df61a4c11d1ee173fe0eb514527f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-hdd25" + ]; + titles = [ + { + model = "WL-HDD25"; + vendor = "ASUS"; + } + ]; + }; + dlink_dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-dlink_dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-dlink_dwl-3150-squashfs.bin"; + sha256 = "0ebd0a30d88333798d8ef97fcac0de037b4cf694cb9a5585e4c77ea3db0c87c1"; + sha256_unsigned = "0ebd0a30d88333798d8ef97fcac0de037b4cf694cb9a5585e4c77ea3db0c87c1"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dwl-3150" + ]; + titles = [ + { + model = "DWL-3150"; + vendor = "D-Link"; + } + ]; + }; + edimax_ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-edimax_ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-edimax_ps1208-mfg-squashfs.bin"; + sha256 = "4b6914167e3399521f7b0c789ab5192a11e0caaf059508fbd1ed733808a708d4"; + sha256_unsigned = "4b6914167e3399521f7b0c789ab5192a11e0caaf059508fbd1ed733808a708d4"; + type = "bin"; + } + ]; + supported_devices = [ + "edimax,ps1208-mfg" + ]; + titles = [ + { + model = "PS-1208MFg"; + vendor = "Edimax"; + } + ]; + }; + huawei_e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-huawei_e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-huawei_e970-squashfs.bin"; + sha256 = "f41ff1320cb1fdf2487679f9aab3d3d1db90f3996efb96d30230cfe0188b6cad"; + sha256_unsigned = "f41ff1320cb1fdf2487679f9aab3d3d1db90f3996efb96d30230cfe0188b6cad"; + type = "bin"; + } + ]; + supported_devices = [ + "huawei,e970" + ]; + titles = [ + { + model = "E970"; + vendor = "Huawei"; + } + ]; + }; + linksys_wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt150n-squashfs.bin"; + sha256 = "c05be2a20a898a62df1296036eb9a9cfd6a0fd5f4e4e24f9972680311b27c91c"; + sha256_unsigned = "c05be2a20a898a62df1296036eb9a9cfd6a0fd5f4e4e24f9972680311b27c91c"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt150n" + ]; + titles = [ + { + model = "WRT150N"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt160n-v1-squashfs.bin"; + sha256 = "1aaffa0cba3f0200bd923ba21d8ad53d04052106a7540e4f7f52f33575028427"; + sha256_unsigned = "1aaffa0cba3f0200bd923ba21d8ad53d04052106a7540e4f7f52f33575028427"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt160n-v1" + ]; + titles = [ + { + model = "WRT160N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.trx"; + sha256 = "2d6e1b5ab324b10f0e8d164ada7c325456a010df9fe344a3e89effa0ac0f5bcf"; + sha256_unsigned = "2d6e1b5ab324b10f0e8d164ada7c325456a010df9fe344a3e89effa0ac0f5bcf"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.bin"; + sha256 = "44b942a28da5017a9389deb5e275532352c9e51f702fbaeda2efe3e75b7a2844"; + sha256_unsigned = "44b942a28da5017a9389deb5e275532352c9e51f702fbaeda2efe3e75b7a2844"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt54g-squashfs.bin"; + sha256 = "0b22ac5973f76048eaaef2ee642ffaf0ccabb8457358d82a2419495ca12acf20"; + sha256_unsigned = "0b22ac5973f76048eaaef2ee642ffaf0ccabb8457358d82a2419495ca12acf20"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g" + ]; + titles = [ + { + model = "WRT54G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt54g3g-squashfs.bin"; + sha256 = "d61e98a217b2efba73267c402e738df2c981971c326288dec28e2c3e9527b4a5"; + sha256_unsigned = "d61e98a217b2efba73267c402e738df2c981971c326288dec28e2c3e9527b4a5"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g" + ]; + titles = [ + { + model = "WRT54G3G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt54g3g-em-squashfs.bin"; + sha256 = "55de74fe406f28cee94d3eb3faf53c5b4eafa7d29ea559163a788c32b91697de"; + sha256_unsigned = "55de74fe406f28cee94d3eb3faf53c5b4eafa7d29ea559163a788c32b91697de"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g-em" + ]; + titles = [ + { + model = "WRT54G3G-EM"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "5fc63e047f3c6af32fe29eca0e77b002951b70bc3c151eb939590fe596629615"; + sha256_unsigned = "5fc63e047f3c6af32fe29eca0e77b002951b70bc3c151eb939590fe596629615"; + type = "noheader"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.bin"; + sha256 = "fcfd1d5c820f137335e34ee548f5d9adbbe8d91aad6e4493208b796fdc1a2660"; + sha256_unsigned = "fcfd1d5c820f137335e34ee548f5d9adbbe8d91aad6e4493208b796fdc1a2660"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3gv2-vf" + ]; + titles = [ + { + model = "WRT54G3GV2-VF"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt54gs-squashfs.bin"; + sha256 = "17d85cec36c7ac46b10e6820252e1a9ce8f1929683a5a223124a08f313986f64"; + sha256_unsigned = "17d85cec36c7ac46b10e6820252e1a9ce8f1929683a5a223124a08f313986f64"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v1/v2/v3"; + vendor = "Linksys"; + } + { + model = "WRT54G-TM"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrt54gs-v4-squashfs.bin"; + sha256 = "efe66270848a87042ddd9cc3a4f6a3f5a3f52ad7f471ab157f451c3070ea7039"; + sha256_unsigned = "efe66270848a87042ddd9cc3a4f6a3f5a3f52ad7f471ab157f451c3070ea7039"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs-v4" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-linksys_wrtsl54gs-squashfs.bin"; + sha256 = "a463795ac7c3206cbf450ade26377522f1028c728f4f566aec633e5c56c7cf73"; + sha256_unsigned = "a463795ac7c3206cbf450ade26377522f1028c728f4f566aec633e5c56c7cf73"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrtsl54gs" + ]; + titles = [ + { + model = "WRTSL54GS"; + vendor = "Linksys"; + } + ]; + }; + motorola_wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-motorola_wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-motorola_wa840g-squashfs.bin"; + sha256 = "cba242ccc7a5b0a1ecac0fb73ec7ac50c65e458f28f61cc1db32a72daf2ebdd3"; + sha256_unsigned = "cba242ccc7a5b0a1ecac0fb73ec7ac50c65e458f28f61cc1db32a72daf2ebdd3"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wa840g" + ]; + titles = [ + { + model = "WA840G"; + vendor = "Motorola"; + } + ]; + }; + motorola_we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-motorola_we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-motorola_we800g-squashfs.bin"; + sha256 = "3194be37f82bbf7ad4145577e43f2efca7d5c3148d257d8aa29b321cec41418d"; + sha256_unsigned = "3194be37f82bbf7ad4145577e43f2efca7d5c3148d257d8aa29b321cec41418d"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,we800g" + ]; + titles = [ + { + model = "WE800G"; + vendor = "Motorola"; + } + ]; + }; + motorola_wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-motorola_wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-motorola_wr850g-squashfs.bin"; + sha256 = "5fdb563ba056e21147281ad768e286c1b20ab743c7ad80e7393dc76013a7de0d"; + sha256_unsigned = "5fdb563ba056e21147281ad768e286c1b20ab743c7ad80e7393dc76013a7de0d"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wr850g" + ]; + titles = [ + { + model = "WR850G"; + vendor = "Motorola"; + } + ]; + }; + netgear_wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-netgear_wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-netgear_wgr614-v8-squashfs.chk"; + sha256 = "e07bdddb1327fd8c04488541b51f8db96dc06caa4c4b031e98a9823b04b675c2"; + sha256_unsigned = "e07bdddb1327fd8c04488541b51f8db96dc06caa4c4b031e98a9823b04b675c2"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v8" + ]; + titles = [ + { + model = "WGR614"; + variant = "v8"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-netgear_wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-netgear_wgt634u-squashfs.bin"; + sha256 = "519ec118cace14ea6fedde210eb7f2e4879daac60a020bb7ede8b5c37fbe73ec"; + sha256_unsigned = "519ec118cace14ea6fedde210eb7f2e4879daac60a020bb7ede8b5c37fbe73ec"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,wgt634u" + ]; + titles = [ + { + model = "WGT634U"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-netgear_wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-netgear_wndr3300-v1-squashfs.chk"; + sha256 = "64f1c1fc9d1be6f5c9bb519a8d1d6600d3bf5ac28fee32e2276b5220e7ff38b4"; + sha256_unsigned = "64f1c1fc9d1be6f5c9bb519a8d1d6600d3bf5ac28fee32e2276b5220e7ff38b4"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3300-v1" + ]; + titles = [ + { + model = "WNDR3300"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-netgear_wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-netgear_wnr834b-v2-squashfs.chk"; + sha256 = "dc90dbac2e8dab7783fde0e6e9a91e97e3b3a8a6ac156028109506a74e580f25"; + sha256_unsigned = "dc90dbac2e8dab7783fde0e6e9a91e97e3b3a8a6ac156028109506a74e580f25"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr834b-v2" + ]; + titles = [ + { + model = "WNR834B"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-standard-squashfs.trx"; + sha256 = "08e445820d33a1794f68c4a3553b4498002c22bb4b4d3738d749ef353d704acb"; + sha256_unsigned = "08e445820d33a1794f68c4a3553b4498002c22bb4b4d3738d749ef353d704acb"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "1df82d9ea76ff1996b1d72e3a620eed71b3e0bd501b1b895968bf33da0b7ceb3"; + sha256_unsigned = "1df82d9ea76ff1996b1d72e3a620eed71b3e0bd501b1b895968bf33da0b7ceb3"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-gz" + ]; + titles = [ + { + model = "Image with gzipped kernel"; + vendor = "Generic"; + } + ]; + }; + usrobotics_usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-legacy-usrobotics_usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-legacy-usrobotics_usr5461-squashfs.bin"; + sha256 = "a81b5b938985e2987e7d179cd1fb74b73b55affd86f1bab30bd228ee616ded17"; + sha256_unsigned = "a81b5b938985e2987e7d179cd1fb74b73b55affd86f1bab30bd228ee616ded17"; + type = "bin"; + } + ]; + supported_devices = [ + "usrobotics,usr5461" + ]; + titles = [ + { + model = "USR5461"; + vendor = "US Robotics"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "bcm47xx/legacy"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-ac53u-squashfs.trx"; + sha256 = "1a98e75d39713fbeda76b5ada589090fc229b468df4c2e1506307567f4724ee4"; + sha256_unsigned = "1a98e75d39713fbeda76b5ada589090fc229b468df4c2e1506307567f4724ee4"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac53u" + ]; + titles = [ + { + model = "RT-AC53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n10-squashfs.trx"; + sha256 = "67e54b7eb2b5bea92578236265d78adea34b732509fbe478f69f9138a276db74"; + sha256_unsigned = "67e54b7eb2b5bea92578236265d78adea34b732509fbe478f69f9138a276db74"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10" + ]; + titles = [ + { + model = "RT-N10"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n10p-squashfs.trx"; + sha256 = "7ea9f99a386fe7f96325cea699dc54fa843bc3f90cfd827b4561a991fc6202ee"; + sha256_unsigned = "7ea9f99a386fe7f96325cea699dc54fa843bc3f90cfd827b4561a991fc6202ee"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n10p-v2-squashfs.trx"; + sha256 = "68d5fb6f0399e6ce294d44afe9696a5aed9199f9814043c74988dbad7cdcb4ba"; + sha256_unsigned = "68d5fb6f0399e6ce294d44afe9696a5aed9199f9814043c74988dbad7cdcb4ba"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v2" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n10u-squashfs.trx"; + sha256 = "45f2426c774deb228e4917e65875135101a66d0efef3d363a8fff7d3e7c42a79"; + sha256_unsigned = "45f2426c774deb228e4917e65875135101a66d0efef3d363a8fff7d3e7c42a79"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "A"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n10u-b-squashfs.trx"; + sha256 = "45f2426c774deb228e4917e65875135101a66d0efef3d363a8fff7d3e7c42a79"; + sha256_unsigned = "45f2426c774deb228e4917e65875135101a66d0efef3d363a8fff7d3e7c42a79"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u-b" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "B"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n12-squashfs.trx"; + sha256 = "14367992a2afab5ffbb4be8223f5255a495984da3ef7b670031c67428237ee56"; + sha256_unsigned = "14367992a2afab5ffbb4be8223f5255a495984da3ef7b670031c67428237ee56"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12" + ]; + titles = [ + { + model = "RT-N12"; + variant = "A1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n12-b1-squashfs.trx"; + sha256 = "db60da3dc893b299f1a6e34a1f0bf0e6accd74f9be81f3338a5ba6adc05e9a25"; + sha256_unsigned = "db60da3dc893b299f1a6e34a1f0bf0e6accd74f9be81f3338a5ba6adc05e9a25"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-b1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n12-c1-squashfs.trx"; + sha256 = "6dfdd008b20545da6eb7258e5825743e638554f33d1548a6c8d2f4692b9d1874"; + sha256_unsigned = "6dfdd008b20545da6eb7258e5825743e638554f33d1548a6c8d2f4692b9d1874"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-c1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "C1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n12-d1-squashfs.trx"; + sha256 = "aace680710542b8f82dfc9d9ea45007385f47c55e17d666c54beb21245e33c3f"; + sha256_unsigned = "aace680710542b8f82dfc9d9ea45007385f47c55e17d666c54beb21245e33c3f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-d1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "D1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n12hp-squashfs.trx"; + sha256 = "7dff6e949781f6eb5cc6fc9c3e04e2d231a5d11390484ea2386c2cdeb37a54ef"; + sha256_unsigned = "7dff6e949781f6eb5cc6fc9c3e04e2d231a5d11390484ea2386c2cdeb37a54ef"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12hp" + ]; + titles = [ + { + model = "RT-N12HP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n14uhp-squashfs.trx"; + sha256 = "8a2de0e17c7c8f1bf7ac57967ea8d0261fd9c23517d48e94e3489d32382ac2ab"; + sha256_unsigned = "8a2de0e17c7c8f1bf7ac57967ea8d0261fd9c23517d48e94e3489d32382ac2ab"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n14uhp" + ]; + titles = [ + { + model = "RT-N14UHP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n15u-squashfs.trx"; + sha256 = "f4e93c28359f13a9466c7a12cd159d4798476b00b0164da85a79c46fab94b729"; + sha256_unsigned = "f4e93c28359f13a9466c7a12cd159d4798476b00b0164da85a79c46fab94b729"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n15u" + ]; + titles = [ + { + model = "RT-N15U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n16-squashfs.trx"; + sha256 = "65ac3fab5a72110b3c806ea161c4a1a8e31b2e7f9bff84a6e0827ef586a4f30d"; + sha256_unsigned = "65ac3fab5a72110b3c806ea161c4a1a8e31b2e7f9bff84a6e0827ef586a4f30d"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n16" + ]; + titles = [ + { + model = "RT-N16"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n53-squashfs.trx"; + sha256 = "9a34d817e63075d00a4cd5a28ed5d522a11e362960426a869dd4d244e5655d3c"; + sha256_unsigned = "9a34d817e63075d00a4cd5a28ed5d522a11e362960426a869dd4d244e5655d3c"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n53" + ]; + titles = [ + { + model = "RT-N53"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n66u-squashfs.trx"; + sha256 = "37747037371a283187bd9f5aec41f3ee1f952b18fffe4e97ed16a353062a364a"; + sha256_unsigned = "37747037371a283187bd9f5aec41f3ee1f952b18fffe4e97ed16a353062a364a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66u" + ]; + titles = [ + { + model = "RT-N66U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-asus_rt-n66w-squashfs.trx"; + sha256 = "37747037371a283187bd9f5aec41f3ee1f952b18fffe4e97ed16a353062a364a"; + sha256_unsigned = "37747037371a283187bd9f5aec41f3ee1f952b18fffe4e97ed16a353062a364a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66w" + ]; + titles = [ + { + model = "RT-N66W"; + vendor = "ASUS"; + } + ]; + }; + linksys_e1000 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e1000-squashfs.bin"; + sha256 = "667372952d6b88cc05ee62e554205e3fe52cb1b73951470957897e685be7475f"; + sha256_unsigned = "667372952d6b88cc05ee62e554205e3fe52cb1b73951470957897e685be7475f"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1000" + ]; + titles = [ + { + model = "E1000"; + variant = "v1/v2/v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e1200-v1-squashfs.bin"; + sha256 = "8f9544b671e0d5b3becf914ec3c1958e116348d750b69c977f48c1e50a3ea733"; + sha256_unsigned = "8f9544b671e0d5b3becf914ec3c1958e116348d750b69c977f48c1e50a3ea733"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v1" + ]; + titles = [ + { + model = "E1200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e1200-v2-squashfs.bin"; + sha256 = "b349a60b279e27ec3e1bf268c357855f91d7f61140bf9053837ef96027016dc4"; + sha256_unsigned = "b349a60b279e27ec3e1bf268c357855f91d7f61140bf9053837ef96027016dc4"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v2" + ]; + titles = [ + { + model = "E1200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e1500-v1-squashfs.bin"; + sha256 = "1500e9be7324bef86049d44443e7581706fa1db443c52a874ab55f6016e92dc6"; + sha256_unsigned = "1500e9be7324bef86049d44443e7581706fa1db443c52a874ab55f6016e92dc6"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1500-v1" + ]; + titles = [ + { + model = "E1500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e1550-v1-squashfs.bin"; + sha256 = "8b2d5931fac710b148167930ce3eff71cfa1313a9ffaee72f5ab61f933d166b1"; + sha256_unsigned = "8b2d5931fac710b148167930ce3eff71cfa1313a9ffaee72f5ab61f933d166b1"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1550-v1" + ]; + titles = [ + { + model = "E1550"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e2000-v1-squashfs.bin"; + sha256 = "55c05f979d3555282f232581faa459e4830060e3c4230d1b79386344b26dcbab"; + sha256_unsigned = "55c05f979d3555282f232581faa459e4830060e3c4230d1b79386344b26dcbab"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2000-v1" + ]; + titles = [ + { + model = "E2000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e2500-v1-squashfs.bin"; + sha256 = "eb10d8e9747c3cd46b4b434147530d8f191b885a8f497f7d105f83dfda448044"; + sha256_unsigned = "eb10d8e9747c3cd46b4b434147530d8f191b885a8f497f7d105f83dfda448044"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v1" + ]; + titles = [ + { + model = "E2500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e2500-v2-squashfs.bin"; + sha256 = "723d2d3a711154ff485b79ffcd9299f9d01a4cce9074921ee82f797ec57d7bd5"; + sha256_unsigned = "723d2d3a711154ff485b79ffcd9299f9d01a4cce9074921ee82f797ec57d7bd5"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2" + ]; + titles = [ + { + model = "E2500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + "linksys_e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e2500-v2.1-squashfs.bin"; + sha256 = "7e0d0db44c8ce4705048440d1fe97a88f3c3ac5d46a70d848c93f1faa25b0e44"; + sha256_unsigned = "7e0d0db44c8ce4705048440d1fe97a88f3c3ac5d46a70d848c93f1faa25b0e44"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2.1" + ]; + titles = [ + { + model = "E2500"; + variant = "v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e2500-v3-squashfs.bin"; + sha256 = "a31216155a93aeab94b943691cbfaeb3faa5a8b03d1d1886f59d6b4ccc3c3609"; + sha256_unsigned = "a31216155a93aeab94b943691cbfaeb3faa5a8b03d1d1886f59d6b4ccc3c3609"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v3" + ]; + titles = [ + { + model = "E2500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e3200-v1-squashfs.bin"; + sha256 = "674949b4563916d598b00f4c9beb8e52bd1957ed7606b3802f0277594798bf3c"; + sha256_unsigned = "674949b4563916d598b00f4c9beb8e52bd1957ed7606b3802f0277594798bf3c"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3200-v1" + ]; + titles = [ + { + model = "E3200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e4200-v1-squashfs.bin"; + sha256 = "7f3d901c0139e6b5cfa8fe3d39726b67b17087a39f7b4a0ab21352b59b24e785"; + sha256_unsigned = "7f3d901c0139e6b5cfa8fe3d39726b67b17087a39f7b4a0ab21352b59b24e785"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e4200-v1" + ]; + titles = [ + { + model = "E4200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-linksys_e900-v1-squashfs.bin"; + sha256 = "bfaa596a4d71ab46e32ef167a81ec30a602713a133c74c21c307d3e9a4d3a8d1"; + sha256_unsigned = "bfaa596a4d71ab46e32ef167a81ec30a602713a133c74c21c307d3e9a4d3a8d1"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e900-v1" + ]; + titles = [ + { + model = "E900"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-linksys_wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-linksys_wrt310n-v2-squashfs.bin"; + sha256 = "514c1a2f660b87fe01a32cd202e343e9ed8a8da8ea39e02ba3fc93984cfae741"; + sha256_unsigned = "514c1a2f660b87fe01a32cd202e343e9ed8a8da8ea39e02ba3fc93984cfae741"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v2" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-linksys_wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-linksys_wrt320n-v1-squashfs.bin"; + sha256 = "9320c4b2e773e10980e69024b723ef6e7c8a7ce4ee7c8031f173275d932fc410"; + sha256_unsigned = "9320c4b2e773e10980e69024b723ef6e7c8a7ce4ee7c8031f173275d932fc410"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt320n-v1" + ]; + titles = [ + { + model = "WRT320N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-netgear_r6200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-netgear_r6200-v1-squashfs.chk"; + sha256 = "34519e4d3c6f20f7174065572b534552658317ff3de574463394f2bbea69305d"; + sha256_unsigned = "34519e4d3c6f20f7174065572b534552658317ff3de574463394f2bbea69305d"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6200-v1" + ]; + titles = [ + { + model = "R6200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wgr614-v10-squashfs.chk"; + sha256 = "39989c51ce02d2e5800decc51275107b53c1264d7a9304392af0d70d334a7a9a"; + sha256_unsigned = "39989c51ce02d2e5800decc51275107b53c1264d7a9304392af0d70d334a7a9a"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wgr614-v10-na-squashfs.chk"; + sha256 = "842ae85412dd65428020b2de40aa286577db865a3c30722fd77c0cd74f180d7b"; + sha256_unsigned = "842ae85412dd65428020b2de40aa286577db865a3c30722fd77c0cd74f180d7b"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10-na" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wn2500rp-v1-squashfs.chk"; + sha256 = "7dec5ffa439115e69e7b53662a493cae4610d8e6b6b5fb94d63f402ae9cc8994"; + sha256_unsigned = "7dec5ffa439115e69e7b53662a493cae4610d8e6b6b5fb94d63f402ae9cc8994"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn2500rp-v1" + ]; + titles = [ + { + model = "WN2500RP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wn3000rp-squashfs.chk"; + sha256 = "35c0c08309db71e53445fb71f405a07961909b4c5561cc2ac36d3c7d94e3d59f"; + sha256_unsigned = "35c0c08309db71e53445fb71f405a07961909b4c5561cc2ac36d3c7d94e3d59f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn3000rp" + ]; + titles = [ + { + model = "WN3000RP"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wndr3400-v1-squashfs.chk"; + sha256 = "6f34e3183d24541614d32be56cb2ba2c6fde545bd53edecc49d98305259a6bb1"; + sha256_unsigned = "6f34e3183d24541614d32be56cb2ba2c6fde545bd53edecc49d98305259a6bb1"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v1" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wndr3400-v2-squashfs.chk"; + sha256 = "98571cc732449f5f5e7695222da0cb545aad312003d0c29929d33c6ae9d4f4a5"; + sha256_unsigned = "98571cc732449f5f5e7695222da0cb545aad312003d0c29929d33c6ae9d4f4a5"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v2" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wndr3400-v3-squashfs.chk"; + sha256 = "9a99054be4f0e49a681dccbe9f65fe487cbbd3a48c9e2e99a39c5627e5d96896"; + sha256_unsigned = "9a99054be4f0e49a681dccbe9f65fe487cbbd3a48c9e2e99a39c5627e5d96896"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v3" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wndr3700-v3-squashfs.chk"; + sha256 = "e5dbf9f4c2f14b32d2352812d1bfa40e7cab6c2d31114512394addba1065124b"; + sha256_unsigned = "e5dbf9f4c2f14b32d2352812d1bfa40e7cab6c2d31114512394addba1065124b"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v3" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wndr4000-squashfs.chk"; + sha256 = "33a99605cfad14f032f8a424a50853983dde8f4ab0eb7162b870d210cdf927fe"; + sha256_unsigned = "33a99605cfad14f032f8a424a50853983dde8f4ab0eb7162b870d210cdf927fe"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr4000" + ]; + titles = [ + { + model = "WNDR4000"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wnr1000-v3-squashfs.chk"; + sha256 = "f0d667aa27bcbf7620491b5673589d941713defc0c9f46f539b371706748059a"; + sha256_unsigned = "f0d667aa27bcbf7620491b5673589d941713defc0c9f46f539b371706748059a"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr1000-v3" + ]; + titles = [ + { + model = "WNR1000"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2000v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wnr2000v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wnr2000v2-squashfs.chk"; + sha256 = "7957cf09cf500b0cbb6442bd4b1e4e2193ac01523d190c1b5f5c2f246e985fff"; + sha256_unsigned = "7957cf09cf500b0cbb6442bd4b1e4e2193ac01523d190c1b5f5c2f246e985fff"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr2000v2" + ]; + titles = [ + { + model = "WNR2000"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wnr3500-v2-squashfs.chk"; + sha256 = "628295592351f398b74370375722c3c8420f5d5441b0986223a7fd42e1ab7507"; + sha256_unsigned = "628295592351f398b74370375722c3c8420f5d5441b0986223a7fd42e1ab7507"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500-v2" + ]; + titles = [ + { + model = "WNR3500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wnr3500l-v1-squashfs.chk"; + sha256 = "91f08db7918f8c8dcefac01481be4adc0ed470f3585fbe3629e0edd9c2e94301"; + sha256_unsigned = "91f08db7918f8c8dcefac01481be4adc0ed470f3585fbe3629e0edd9c2e94301"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (ROW)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wnr3500l-v1-na-squashfs.chk"; + sha256 = "a2ec3926fe9cc55bc98f98107a48addf1ba3c25cf05e4aa9651c88c86a126d84"; + sha256_unsigned = "a2ec3926fe9cc55bc98f98107a48addf1ba3c25cf05e4aa9651c88c86a126d84"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1-na" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-netgear_wnr3500l-v2-squashfs.chk"; + sha256 = "e7601d64e16bc5ad1e072886e69a839bb4c1471019215e00d33863c3eef8cc6f"; + sha256_unsigned = "e7601d64e16bc5ad1e072886e69a839bb4c1471019215e00d33863c3eef8cc6f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v2" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "092f69c9be65746ea9e216b9fb32f53cf922f8f12bd8c3a48d44715dd95b17f8"; + sha256_unsigned = "092f69c9be65746ea9e216b9fb32f53cf922f8f12bd8c3a48d44715dd95b17f8"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "357984104a7accbcc34778ad7aa830397d7032c75eca030f4e9823769a8f31f0"; + sha256_unsigned = "357984104a7accbcc34778ad7aa830397d7032c75eca030f4e9823769a8f31f0"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-nodictionarylzma" + ]; + titles = [ + { + model = "Image with LZMA compressed kernel matching CFE decompressor"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "bcm47xx/mips74k"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + bcm4908 = { + generic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm4908img" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "fdt-utils" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_gt-ac5300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm4908-generic-asus_gt-ac5300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm4908-generic-asus_gt-ac5300-squashfs.bin"; + sha256 = "0e9089b3887080d859f4d95aad371aa505451efa82359cb56c298f12cadf7f15"; + sha256_unsigned = "0e9089b3887080d859f4d95aad371aa505451efa82359cb56c298f12cadf7f15"; + type = "bin"; + } + ]; + supported_devices = [ + "asus,gt-ac5300" + ]; + titles = [ + { + model = "GT-AC5300"; + vendor = "Asus"; + } + ]; + }; + netgear_r8000p = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm4908-generic-netgear_r8000p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm4908-generic-netgear_r8000p-squashfs.bin"; + sha256 = "cce405ef3b85a3eddb1886cd0249ad79643b821e72306dbf594b5badfd2cd07d"; + sha256_unsigned = "cce405ef3b85a3eddb1886cd0249ad79643b821e72306dbf594b5badfd2cd07d"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,r8000p" + ]; + titles = [ + { + model = "R8000P"; + vendor = "Netgear"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "bcm4908/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "osafeloader" + "oseama" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac56u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-asus_rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-asus_rt-ac56u-squashfs.trx"; + sha256 = "f96fc374d2232d4c3030709f8b4b08bc0d00b986fcb94c6051f3dfbaab3fd9af"; + sha256_unsigned = "f96fc374d2232d4c3030709f8b4b08bc0d00b986fcb94c6051f3dfbaab3fd9af"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac56u" + ]; + titles = [ + { + model = "RT-AC56U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-asus_rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-asus_rt-ac68u-squashfs.trx"; + sha256 = "5f146498297596a9803f81dad079b86613a6d9b082571f3612bd084555cf4dd1"; + sha256_unsigned = "5f146498297596a9803f81dad079b86613a6d9b082571f3612bd084555cf4dd1"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac68u" + ]; + titles = [ + { + model = "RT-AC68U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-asus_rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-asus_rt-ac87u-squashfs.trx"; + sha256 = "abd380d8a07cfac0408ecef27bd6cceb8fb42376ad441bb75dcc55e7271563f1"; + sha256_unsigned = "abd380d8a07cfac0408ecef27bd6cceb8fb42376ad441bb75dcc55e7271563f1"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac87u" + ]; + titles = [ + { + model = "RT-AC87U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac88u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-asus_rt-ac88u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-asus_rt-ac88u-squashfs.trx"; + sha256 = "1ae290ad4f7a06ccba836e89d99b46302f2e4cf9b1f426d6981c23014119857e"; + sha256_unsigned = "1ae290ad4f7a06ccba836e89d99b46302f2e4cf9b1f426d6981c23014119857e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac88u" + ]; + titles = [ + { + model = "RT-AC88U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-asus_rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-asus_rt-n18u-squashfs.trx"; + sha256 = "691c70afe3bc0bf227959288a4e3916afb775b3875bfe88e9194f792726db4c6"; + sha256_unsigned = "691c70afe3bc0bf227959288a4e3916afb775b3875bfe88e9194f792726db4c6"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n18u" + ]; + titles = [ + { + model = "RT-N18U"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-buffalo_wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-buffalo_wxr-1900dhp-squashfs.trx"; + sha256 = "9144edd95b8fc8ac17552f68bf2a292be1d748f11332f8e2eb2cdec8bdb8b599"; + sha256_unsigned = "9144edd95b8fc8ac17552f68bf2a292be1d748f11332f8e2eb2cdec8bdb8b599"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wxr-1900dhp" + ]; + titles = [ + { + model = "WXR-1900DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-1750dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-buffalo_wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-buffalo_wzr-1750dhp-squashfs.trx"; + sha256 = "c52b2aa54918eb8072a0741419aa187526d708b300f186e11531f035ba905a3c"; + sha256_unsigned = "c52b2aa54918eb8072a0741419aa187526d708b300f186e11531f035ba905a3c"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-1750dhp" + ]; + titles = [ + { + model = "WZR-1750DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-buffalo_wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-buffalo_wzr-600dhp2-squashfs.trx"; + sha256 = "482e719c7b6fa60423f7a840824c67af998f52d94a95594e3fa313924d8e3adb"; + sha256_unsigned = "482e719c7b6fa60423f7a840824c67af998f52d94a95594e3fa313924d8e3adb"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp2" + ]; + titles = [ + { + model = "WZR-600DHP2"; + vendor = "Buffalo"; + } + ]; + }; + dlink_dir-885l = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-dlink_dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-dlink_dir-885l-squashfs.bin"; + sha256 = "aa690f38294fc000af6e8a6b74612f00795e69429ac589d65e4ded3a0e207eae"; + sha256_unsigned = "aa690f38294fc000af6e8a6b74612f00795e69429ac589d65e4ded3a0e207eae"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dir-885l" + ]; + titles = [ + { + model = "DIR-885L"; + vendor = "D-Link"; + } + ]; + }; + linksys_ea6300-v1 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-linksys_ea6300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-linksys_ea6300-v1-squashfs.trx"; + sha256 = "23093b70126ad198d6eebe63fccc5d50fd35901f76ca29cc405dcc87c515df1b"; + sha256_unsigned = "23093b70126ad198d6eebe63fccc5d50fd35901f76ca29cc405dcc87c515df1b"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6300-v1" + ]; + titles = [ + { + model = "EA6300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6500-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-linksys_ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-linksys_ea6500-v2-squashfs.trx"; + sha256 = "7289986b243c96180816435185ca7b62d2da964bdc389d3efa546966d722f9bf"; + sha256_unsigned = "7289986b243c96180816435185ca7b62d2da964bdc389d3efa546966d722f9bf"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6500-v2" + ]; + titles = [ + { + model = "EA6500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9200 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-linksys_ea9200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-linksys_ea9200-squashfs.trx"; + sha256 = "5813000fb7c0d6c652fd31eb75c2c7ef8642caefbf44bbbc3d5bf9240a76656e"; + sha256_unsigned = "5813000fb7c0d6c652fd31eb75c2c7ef8642caefbf44bbbc3d5bf9240a76656e"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9200" + ]; + titles = [ + { + model = "EA9200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9500 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-linksys_ea9500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-linksys_ea9500-squashfs.trx"; + sha256 = "6b68fbefa23a95dc0461131741788b75d6efda9bea1ec526d53966d669599654"; + sha256_unsigned = "6b68fbefa23a95dc0461131741788b75d6efda9bea1ec526d53966d669599654"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9500" + ]; + titles = [ + { + model = "EA9500"; + vendor = "Linksys"; + } + ]; + }; + luxul_abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-luxul_abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-luxul_abr-4500-squashfs.lxl"; + sha256 = "2dfa2047e5ebed9ed9bbe5f2feca70926d75fb4398dff0b4417c5eda3b50389f"; + sha256_unsigned = "2dfa2047e5ebed9ed9bbe5f2feca70926d75fb4398dff0b4417c5eda3b50389f"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,abr-4500" + ]; + titles = [ + { + model = "ABR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xap-1610 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-luxul_xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-luxul_xap-1610-squashfs.lxl"; + sha256 = "6b38bf9f2359a22ea5a65ae80c0e608648ccf0ecc1ae1a4e827d0b9e695d8784"; + sha256_unsigned = "6b38bf9f2359a22ea5a65ae80c0e608648ccf0ecc1ae1a4e827d0b9e695d8784"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xap-1610" + ]; + titles = [ + { + model = "XAP-1610"; + vendor = "Luxul"; + } + ]; + }; + luxul_xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-luxul_xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-luxul_xbr-4500-squashfs.lxl"; + sha256 = "5db3840a501dcc608b869e69676ec9d9b7b0b2ea0c33811017d085b60a8a9d67"; + sha256_unsigned = "5db3840a501dcc608b869e69676ec9d9b7b0b2ea0c33811017d085b60a8a9d67"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xbr-4500" + ]; + titles = [ + { + model = "XBR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xwr-3150 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-luxul_xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-luxul_xwr-3150-squashfs.lxl"; + sha256 = "41dfe80cee792a0aa3ae1ebb50e91b7a7b2474eea2e0406c66b32099f9bc7a23"; + sha256_unsigned = "41dfe80cee792a0aa3ae1ebb50e91b7a7b2474eea2e0406c66b32099f9bc7a23"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xwr-3150" + ]; + titles = [ + { + model = "XWR-3150"; + vendor = "Luxul"; + } + ]; + }; + meraki_mr32 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-i2c-bcm-iproc" + "kmod-eeprom-at24" + "kmod-leds-pwm" + "kmod-hwmon-ina2xx" + "kmod-bluetooth" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-meraki_mr32"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-meraki_mr32-squashfs.trx"; + sha256 = "9a52feb2577d13aaacb3335c5fd0b2aa031f79287eaf9c42f8879fa6ea7ae73e"; + sha256_unsigned = "9a52feb2577d13aaacb3335c5fd0b2aa031f79287eaf9c42f8879fa6ea7ae73e"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-meraki_mr32-squashfs.sysupgrade.bin"; + sha256 = "97a59f9672427da08c3b715685586a46c52d572c8f506c7ff7b3eb19c950f657"; + sha256_unsigned = "c25c81fb510ab8aaec0db77b4e98e8e7b3eb5520e17eb0bcdb33cd42456daf97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr32" + ]; + titles = [ + { + model = "MR32"; + vendor = "Meraki"; + } + ]; + }; + netgear_r6250 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-netgear_r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-netgear_r6250-squashfs.chk"; + sha256 = "a623195a424c48d87bd98c9d13dbc7c1d9152405c43edb441524eeb631d29723"; + sha256_unsigned = "a623195a424c48d87bd98c9d13dbc7c1d9152405c43edb441524eeb631d29723"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6250" + ]; + titles = [ + { + model = "R6250"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6300-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-netgear_r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-netgear_r6300-v2-squashfs.chk"; + sha256 = "16b008feaa8f9d7f51e2295be958425427ce2721e4b45394f68af5a835e6b26b"; + sha256_unsigned = "16b008feaa8f9d7f51e2295be958425427ce2721e4b45394f68af5a835e6b26b"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6300-v2" + ]; + titles = [ + { + model = "R6300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-netgear_r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-netgear_r7000-squashfs.chk"; + sha256 = "1c99347d306a78de3cc129cc579f6c69c76b693f9fd6e73a36966d6d83a577ef"; + sha256_unsigned = "1c99347d306a78de3cc129cc579f6c69c76b693f9fd6e73a36966d6d83a577ef"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7000" + ]; + titles = [ + { + model = "R7000"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7900 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-netgear_r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-netgear_r7900-squashfs.chk"; + sha256 = "e277e28cb10062a72040ba68ea07054c92513c5553cb31f9f0f9ceb83a3bffb8"; + sha256_unsigned = "e277e28cb10062a72040ba68ea07054c92513c5553cb31f9f0f9ceb83a3bffb8"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7900" + ]; + titles = [ + { + model = "R7900"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r8000 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-netgear_r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-netgear_r8000-squashfs.chk"; + sha256 = "0002ee5988b450ff0492474d9a16304781b92786d882c2c8a3dc475284c3ea29"; + sha256_unsigned = "0002ee5988b450ff0492474d9a16304781b92786d882c2c8a3dc475284c3ea29"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r8000" + ]; + titles = [ + { + model = "R8000"; + vendor = "NETGEAR"; + } + ]; + }; + phicomm_k3 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-phicomm_k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-phicomm_k3-squashfs.trx"; + sha256 = "b9b0d80ac224a73475cbc155aaccc2ecc9186563426fdec779df3e7dcf0ce53b"; + sha256_unsigned = "b9b0d80ac224a73475cbc155aaccc2ecc9186563426fdec779df3e7dcf0ce53b"; + type = "trx"; + } + ]; + supported_devices = [ + "phicomm,k3" + ]; + titles = [ + { + model = "K3"; + vendor = "PHICOMM"; + } + ]; + }; + smartrg_sr400ac = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-smartrg_sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-smartrg_sr400ac-squashfs.trx"; + sha256 = "4f46394f7c54191fe1a2851da388eaae04d2c8d8e3c4336416f2a52f544b014d"; + sha256_unsigned = "4f46394f7c54191fe1a2851da388eaae04d2c8d8e3c4336416f2a52f544b014d"; + type = "trx"; + } + ]; + supported_devices = [ + "smartrg,sr400ac" + ]; + titles = [ + { + model = "SR400ac"; + vendor = "SmartRG"; + } + ]; + }; + tenda_ac9 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm53xx-generic-tenda_ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm53xx-generic-tenda_ac9-squashfs.trx"; + sha256 = "fa7e8d98224b0469a6ddc35df653e962aa376be29b7a89a3add3c32f64883acd"; + sha256_unsigned = "fa7e8d98224b0469a6ddc35df653e962aa376be29b7a89a3add3c32f64883acd"; + type = "trx"; + } + ]; + supported_devices = [ + "tenda,ac9" + ]; + titles = [ + { + model = "AC9"; + vendor = "Tenda"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "bcm53xx/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + bcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "e1ae556b2de9950f6119c3d481aa0ce89143e00a471e6874673996ae5fd3dbc5"; + sha256_unsigned = "e1ae556b2de9950f6119c3d481aa0ce89143e00a471e6874673996ae5fd3dbc5"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-adb_a4001n-squashfs-cfe.bin"; + sha256 = "22746c5786a8a78e8267fac156393020b69c9aced0ff65510d1b6e98af036062"; + sha256_unsigned = "22746c5786a8a78e8267fac156393020b69c9aced0ff65510d1b6e98af036062"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "7f62e72051beb1e3939b1eebe6f8f5df41fb2fd35ebac16d1eafb7c7d9cfd6fa"; + sha256_unsigned = "7f62e72051beb1e3939b1eebe6f8f5df41fb2fd35ebac16d1eafb7c7d9cfd6fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "ab13d248f4615d63c08e5cffd70784365042e749a29a41e5890a76aadd6ac340"; + sha256_unsigned = "ab13d248f4615d63c08e5cffd70784365042e749a29a41e5890a76aadd6ac340"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-adb_av4202n-squashfs-cfe.bin"; + sha256 = "8d0bf2081ce155b1386361f3dad8e9f332feb20d54ae512adac9dc24766a72a3"; + sha256_unsigned = "8d0bf2081ce155b1386361f3dad8e9f332feb20d54ae512adac9dc24766a72a3"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "02a4a7194e03afef6ae6aa35f8384cfbe92aea5b1c8645df6085127d2f76f443"; + sha256_unsigned = "02a4a7194e03afef6ae6aa35f8384cfbe92aea5b1c8645df6085127d2f76f443"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "c822dd56af0814b024c7917e6599459ea3e37c1b9d124cc52768ecf76c8e8fad"; + sha256_unsigned = "c822dd56af0814b024c7917e6599459ea3e37c1b9d124cc52768ecf76c8e8fad"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "4efc9aee78f631792792022004e2a6079d0d11c49d50f8c05101c28683d01c20"; + sha256_unsigned = "4efc9aee78f631792792022004e2a6079d0d11c49d50f8c05101c28683d01c20"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "e17136ea6f920a742bce5364722ff860128293f184dc3a8e456dad88af90aa15"; + sha256_unsigned = "e17136ea6f920a742bce5364722ff860128293f184dc3a8e456dad88af90aa15"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "7f7a2c6d58916d7646c277f5787168f5b27a4fc2ad847fdf26f6eef078f7d463"; + sha256_unsigned = "7f7a2c6d58916d7646c277f5787168f5b27a4fc2ad847fdf26f6eef078f7d463"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "42627278fb0b15144454ff043430e7776477bf1877044994fa1262614a22a7e2"; + sha256_unsigned = "42627278fb0b15144454ff043430e7776477bf1877044994fa1262614a22a7e2"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "21a021d4d60175f4ad36bf9a8e734090bf5bd099249ef399c091fdbdc6286089"; + sha256_unsigned = "21a021d4d60175f4ad36bf9a8e734090bf5bd099249ef399c091fdbdc6286089"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "42627278fb0b15144454ff043430e7776477bf1877044994fa1262614a22a7e2"; + sha256_unsigned = "42627278fb0b15144454ff043430e7776477bf1877044994fa1262614a22a7e2"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "aa6eda552b2c6d8cea3bdd7a9ab89b173335f4d51c480201fba2babb19368703"; + sha256_unsigned = "aa6eda552b2c6d8cea3bdd7a9ab89b173335f4d51c480201fba2babb19368703"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "8bb311473943cf0c19578adc27d268bb09db50503bae3f4ab9a8af21054aa57c"; + sha256_unsigned = "8bb311473943cf0c19578adc27d268bb09db50503bae3f4ab9a8af21054aa57c"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "8bb311473943cf0c19578adc27d268bb09db50503bae3f4ab9a8af21054aa57c"; + sha256_unsigned = "8bb311473943cf0c19578adc27d268bb09db50503bae3f4ab9a8af21054aa57c"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "4d9c177dddfd44dc12a3899e3574596e17cb30d067a643c7578a608d4fcca2f8"; + sha256_unsigned = "4d9c177dddfd44dc12a3899e3574596e17cb30d067a643c7578a608d4fcca2f8"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "404061f61c803ffed5a267dbf8a43e9055b1d536ac35ac1f001766444b5ce3bb"; + sha256_unsigned = "404061f61c803ffed5a267dbf8a43e9055b1d536ac35ac1f001766444b5ce3bb"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "dbbcb9dc5c25f247438774010c29f77e787d927792c47f562931b1ba9abaca65"; + sha256_unsigned = "dbbcb9dc5c25f247438774010c29f77e787d927792c47f562931b1ba9abaca65"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "c4281556a4d5492a0543fa79f3395cf4721b8f6907856c83859999d1b6272409"; + sha256_unsigned = "c4281556a4d5492a0543fa79f3395cf4721b8f6907856c83859999d1b6272409"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "91a5fbc319be6195af9e5701151b2fff06d9f50c47c9e2159ee756c8e137ee4d"; + sha256_unsigned = "91a5fbc319be6195af9e5701151b2fff06d9f50c47c9e2159ee756c8e137ee4d"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "426258975c3882555bb48876618aae4424c4ba7c56758e115418418a3bbcb9da"; + sha256_unsigned = "426258975c3882555bb48876618aae4424c4ba7c56758e115418418a3bbcb9da"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "f4cc67bd5abf92e7c46fb85f0bab68a6d6fa0d1ef67e3cc9caa6dfeb5787d767"; + sha256_unsigned = "f4cc67bd5abf92e7c46fb85f0bab68a6d6fa0d1ef67e3cc9caa6dfeb5787d767"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "bca85d9eb42c61a8aab7596085358bdf2e2e43ef6be5566f8ab574b8cde2010e"; + sha256_unsigned = "bca85d9eb42c61a8aab7596085358bdf2e2e43ef6be5566f8ab574b8cde2010e"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "57a28ed6f043abb49c669083e14641bf6c60902b3a420e460a211f05769269f6"; + sha256_unsigned = "57a28ed6f043abb49c669083e14641bf6c60902b3a420e460a211f05769269f6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "ad4a2b85fb978a7b4a0d36229cb8a342ac033ee3d79df8d1d8d0e1fc9e7c270e"; + sha256_unsigned = "ad4a2b85fb978a7b4a0d36229cb8a342ac033ee3d79df8d1d8d0e1fc9e7c270e"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "27f0ef831da3a4edf43cca004d8d8592015e005cdbe5adebc482992449463ce0"; + sha256_unsigned = "27f0ef831da3a4edf43cca004d8d8592015e005cdbe5adebc482992449463ce0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "ac738a53fad5b085fcea81a46fa8e08faec84da872ea3136b8f47b6ceac05cd1"; + sha256_unsigned = "ac738a53fad5b085fcea81a46fa8e08faec84da872ea3136b8f47b6ceac05cd1"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "392faa6e0b182d8d364fb4e4d4c3c931fc6e15f147b1fed0af6f25c875df7179"; + sha256_unsigned = "392faa6e0b182d8d364fb4e4d4c3c931fc6e15f147b1fed0af6f25c875df7179"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "4738f6ac33c67f15d05f3b01454cfc0424e9106bbc65ca2991dd57581e5fb169"; + sha256_unsigned = "4738f6ac33c67f15d05f3b01454cfc0424e9106bbc65ca2991dd57581e5fb169"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "1ecd88c4177b1699f9ae25fcccc58c44bddc7df7fd7961c5e4ad2ba90a0f0709"; + sha256_unsigned = "1ecd88c4177b1699f9ae25fcccc58c44bddc7df7fd7961c5e4ad2ba90a0f0709"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "41c3cbf3128abddf5916e5a119a350381c3ccb1e9a4677368297dafb14b104bb"; + sha256_unsigned = "41c3cbf3128abddf5916e5a119a350381c3ccb1e9a4677368297dafb14b104bb"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "734ef2cfd128e8b750d8589a4bc9d8f1500aa27fcbc7406f485e7ed0a0929716"; + sha256_unsigned = "734ef2cfd128e8b750d8589a4bc9d8f1500aa27fcbc7406f485e7ed0a0929716"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "7462c687af987ca81f2c2245a759600a8b563fcddd2494a6af18c046030932c4"; + sha256_unsigned = "7462c687af987ca81f2c2245a759600a8b563fcddd2494a6af18c046030932c4"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "11c474a9e22941df8ed5c9e32872d8402842eeb3daf935d2e985d414f71e5f07"; + sha256_unsigned = "11c474a9e22941df8ed5c9e32872d8402842eeb3daf935d2e985d414f71e5f07"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "ae9a43573fa5f75c48518c038e55e928c5d7792a6417c6d290c9c8a9a93f5b70"; + sha256_unsigned = "ae9a43573fa5f75c48518c038e55e928c5d7792a6417c6d290c9c8a9a93f5b70"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "b953525784285325568084ad0bbeebb45b21387b667936803aac2e3548f8dba7"; + sha256_unsigned = "b953525784285325568084ad0bbeebb45b21387b667936803aac2e3548f8dba7"; + type = "cfe-EU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "9738d1fa3b66aa744f67c909edb431f2d2069bd227241bfc11bcf07833d614b9"; + sha256_unsigned = "9738d1fa3b66aa744f67c909edb431f2d2069bd227241bfc11bcf07833d614b9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "9738d1fa3b66aa744f67c909edb431f2d2069bd227241bfc11bcf07833d614b9"; + sha256_unsigned = "9738d1fa3b66aa744f67c909edb431f2d2069bd227241bfc11bcf07833d614b9"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "37de93145895ddaad4bed8a8f173be8e514a5af46e82afb5f21fa2798942f429"; + sha256_unsigned = "37de93145895ddaad4bed8a8f173be8e514a5af46e82afb5f21fa2798942f429"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "a932794fc1b0443c466b0abbe4fae9da699f9edb7451434d90b6b8e221b24626"; + sha256_unsigned = "a932794fc1b0443c466b0abbe4fae9da699f9edb7451434d90b6b8e221b24626"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "f306533d5b4aa7e59300d905c566f35a80def17c399c3c4a4e89853f985ce68f"; + sha256_unsigned = "f306533d5b4aa7e59300d905c566f35a80def17c399c3c4a4e89853f985ce68f"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "8cf775c43c31407110510e2854a78dec5fe587e27d6236a434f71ca8760048f9"; + sha256_unsigned = "8cf775c43c31407110510e2854a78dec5fe587e27d6236a434f71ca8760048f9"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "856b0abbd6cb00531ef8dd9f5ab7bd839ace15dd1e4894652dfddcd68f6ca15c"; + sha256_unsigned = "856b0abbd6cb00531ef8dd9f5ab7bd839ace15dd1e4894652dfddcd68f6ca15c"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "41d993f678621346fd3d7283ffbb6a5e2241617a661ef747d603962259e0e8c9"; + sha256_unsigned = "41d993f678621346fd3d7283ffbb6a5e2241617a661ef747d603962259e0e8c9"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "d044f81dd6b34171a73936364c091fa972200bb62b9e68db142a04e130d0cbdd"; + sha256_unsigned = "d044f81dd6b34171a73936364c091fa972200bb62b9e68db142a04e130d0cbdd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "995c1bb8131dde100660a311158c78caae2ca12bd5054cfb9011fc144d3256d6"; + sha256_unsigned = "995c1bb8131dde100660a311158c78caae2ca12bd5054cfb9011fc144d3256d6"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "775b085cea3786436b49b15ba1339e223f4e8f8864d6a86c0908d9202d75b928"; + sha256_unsigned = "775b085cea3786436b49b15ba1339e223f4e8f8864d6a86c0908d9202d75b928"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "547fdb749f1605b75bed8d9f75f1b208e36a5b17e4b22dfe10e7155443b2927c"; + sha256_unsigned = "547fdb749f1605b75bed8d9f75f1b208e36a5b17e4b22dfe10e7155443b2927c"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "a71b42317ebabb9210af0cab55fac13727e2f925c1f681dcee8d15a59c79eba2"; + sha256_unsigned = "a71b42317ebabb9210af0cab55fac13727e2f925c1f681dcee8d15a59c79eba2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "f1912d9d09e01e8434ba46503135f87002f26ebc4255e30fb80f2236a9f9dbb9"; + sha256_unsigned = "f1912d9d09e01e8434ba46503135f87002f26ebc4255e30fb80f2236a9f9dbb9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "c08d51bcefbda668262b6b12007d740722e8b9fb914fa4926ee9e074cca7d12b"; + sha256_unsigned = "c08d51bcefbda668262b6b12007d740722e8b9fb914fa4926ee9e074cca7d12b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "72921d0fe31ef87b0c2ff9bc76bd6f171fc4b0b7ce5fd2fca976d9e1ba20b69c"; + sha256_unsigned = "72921d0fe31ef87b0c2ff9bc76bd6f171fc4b0b7ce5fd2fca976d9e1ba20b69c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "a9e3fd5bc4d34d410fa86bd79629910d8f1266f53dca152a79c101a9610e0750"; + sha256_unsigned = "a9e3fd5bc4d34d410fa86bd79629910d8f1266f53dca152a79c101a9610e0750"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-netgear_evg2000-squashfs-factory.chk"; + sha256 = "4b13303255d22e56dad45afda052349c4b83a82992cb89a6c2e3f02d69b99539"; + sha256_unsigned = "4b13303255d22e56dad45afda052349c4b83a82992cb89a6c2e3f02d69b99539"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "5c5484f065f763b531700a90aa3f47819fce0b0a5ddb4428859cf1bb5c417249"; + sha256_unsigned = "5c5484f065f763b531700a90aa3f47819fce0b0a5ddb4428859cf1bb5c417249"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "e37b224d80431cf14dde4d887354fd187e456f0971b08cd4822d7959834e1934"; + sha256_unsigned = "e37b224d80431cf14dde4d887354fd187e456f0971b08cd4822d7959834e1934"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "629919ea69dd7710db2a4f717aaa3900a5573fd395501cadb66d720735824053"; + sha256_unsigned = "629919ea69dd7710db2a4f717aaa3900a5573fd395501cadb66d720735824053"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "c1d0bdc436e2a6edf8b043dbdcd1daf8e864c23435bb55a3cae0b1d7bdf73931"; + sha256_unsigned = "c1d0bdc436e2a6edf8b043dbdcd1daf8e864c23435bb55a3cae0b1d7bdf73931"; + type = "cfe"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "c663d3a000da17c01e436415c548515733e909d5cf60271d94bc71656ff22f90"; + sha256_unsigned = "c663d3a000da17c01e436415c548515733e909d5cf60271d94bc71656ff22f90"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "62920611f9b870f3ddee4e3513af3be01171bae6f8c3124564188000fb80d540"; + sha256_unsigned = "62920611f9b870f3ddee4e3513af3be01171bae6f8c3124564188000fb80d540"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "ae8b91937300e2dadaea014ec019ce61abf6cf708bd9d821dac9cc3a5769075e"; + sha256_unsigned = "ae8b91937300e2dadaea014ec019ce61abf6cf708bd9d821dac9cc3a5769075e"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "d3e31d1a21520bcc8254b8011ae10474fad913b5c8ce6759875e3833ed1d822c"; + sha256_unsigned = "d3e31d1a21520bcc8254b8011ae10474fad913b5c8ce6759875e3833ed1d822c"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "1302eb57a1883e09ea0d3ebe0aec12a4c9719c7ce67bd645884ebf797fb6da4f"; + sha256_unsigned = "1302eb57a1883e09ea0d3ebe0aec12a4c9719c7ce67bd645884ebf797fb6da4f"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "4c38b2b45867039e7c7479dd8c3919475ac7e16e81fb81e9bd9c63ba9cd065fc"; + sha256_unsigned = "4c38b2b45867039e7c7479dd8c3919475ac7e16e81fb81e9bd9c63ba9cd065fc"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "6510b041db17269e473ce3f22152925f65d04e7bf8027d84d0e95ca77c6d29a7"; + sha256_unsigned = "6510b041db17269e473ce3f22152925f65d04e7bf8027d84d0e95ca77c6d29a7"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "26e98cbc334adada2110a05b9df526b7f8278e3d0f810b933163cda83e672e7d"; + sha256_unsigned = "26e98cbc334adada2110a05b9df526b7f8278e3d0f810b933163cda83e672e7d"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "e64ed80a07f7884e58bd4355af3716df08b51184a53f1ec1d4283212f261b16c"; + sha256_unsigned = "e64ed80a07f7884e58bd4355af3716df08b51184a53f1ec1d4283212f261b16c"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "8b2b78ee3bc10c4256ced8aea131a78cc50011d8b917853afd77c67174db9c29"; + sha256_unsigned = "8b2b78ee3bc10c4256ced8aea131a78cc50011d8b917853afd77c67174db9c29"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "0279fdcd2d9aca67b8361d57c9b90cef8f9934576cc13e40a9b32a53762846bd"; + sha256_unsigned = "0279fdcd2d9aca67b8361d57c9b90cef8f9934576cc13e40a9b32a53762846bd"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-sky_sr102-squashfs-cfe.bin"; + sha256 = "52aeed41dbd744970787342d2637feac353e9db245d9cd9235f686ff1ef07295"; + sha256_unsigned = "52aeed41dbd744970787342d2637feac353e9db245d9cd9235f686ff1ef07295"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "ec5b5e1ea7ac113d00cff4e289ed2e78b7e5d20953e7e3d3587175245c13eb2e"; + sha256_unsigned = "ec5b5e1ea7ac113d00cff4e289ed2e78b7e5d20953e7e3d3587175245c13eb2e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "b329b66187f6fbd192aa083a1020c6d660ad2dbbd72ff3819e08264309bd5cf6"; + sha256_unsigned = "b329b66187f6fbd192aa083a1020c6d660ad2dbbd72ff3819e08264309bd5cf6"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "190ce219586817387246845fb91e17223bf2523c9c74d59ae6e05188d4b5cdac"; + sha256_unsigned = "190ce219586817387246845fb91e17223bf2523c9c74d59ae6e05188d4b5cdac"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "8c54cc0193538a5dced5abe23c1dc29d2312adaf5f6a5d3ab178261b1b3262d4"; + sha256_unsigned = "8c54cc0193538a5dced5abe23c1dc29d2312adaf5f6a5d3ab178261b1b3262d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "f1fc86693f2b608e899ec35471a3f9b5c304f00c732334fa2199e98acd69789c"; + sha256_unsigned = "f1fc86693f2b608e899ec35471a3f9b5c304f00c732334fa2199e98acd69789c"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "80298ece23e2e7bb4912d308284893d4aa4088376a2d2ef3b66e874a3ddb7085"; + sha256_unsigned = "80298ece23e2e7bb4912d308284893d4aa4088376a2d2ef3b66e874a3ddb7085"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-generic-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-generic-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "d1833e3c25d4e4bccaaf3f29fba27dd8bfed5784f957cbebd9f4d5b67a06cb86"; + sha256_unsigned = "d1833e3c25d4e4bccaaf3f29fba27dd8bfed5784f957cbebd9f4d5b67a06cb86"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "bcm63xx/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "3cef20f21dcfb890db7e7afb05bd0666a7355f2c3b0c06c41b6d6e3b44cc08ce"; + sha256_unsigned = "3cef20f21dcfb890db7e7afb05bd0666a7355f2c3b0c06c41b6d6e3b44cc08ce"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-adb_a4001n-squashfs-cfe.bin"; + sha256 = "a2b0da2ef27eaf80a6c84a7bae2b50475aadc0cd4eec1687c67a8026d9a068c2"; + sha256_unsigned = "a2b0da2ef27eaf80a6c84a7bae2b50475aadc0cd4eec1687c67a8026d9a068c2"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "6a824d68d401d377d0530748661a2aba6b8dffefe1ba3c5c441af0114bd5b743"; + sha256_unsigned = "6a824d68d401d377d0530748661a2aba6b8dffefe1ba3c5c441af0114bd5b743"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "43db750a3a5267ad73ce9e0df7535495ac45a1aa929808be63dc75aa3f748d6f"; + sha256_unsigned = "43db750a3a5267ad73ce9e0df7535495ac45a1aa929808be63dc75aa3f748d6f"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-adb_av4202n-squashfs-cfe.bin"; + sha256 = "fd21b05937abab246a4e14e89451d9735b0672310f54c4a08629cd079fb5eae1"; + sha256_unsigned = "fd21b05937abab246a4e14e89451d9735b0672310f54c4a08629cd079fb5eae1"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "69fe8f85c5c544a2a07b2d312c4571bfd58bf3e01a7a00b5ed005a7d78dacafc"; + sha256_unsigned = "69fe8f85c5c544a2a07b2d312c4571bfd58bf3e01a7a00b5ed005a7d78dacafc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "2bd44fd2484e1a5c7783487db0703a0d51d45bbc3aa61cdbcd3cbdc4460cf4f7"; + sha256_unsigned = "2bd44fd2484e1a5c7783487db0703a0d51d45bbc3aa61cdbcd3cbdc4460cf4f7"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "922391dfa72c8233afce71e93aa00ce340f5062e7cf11ba347ab6179e03eed46"; + sha256_unsigned = "922391dfa72c8233afce71e93aa00ce340f5062e7cf11ba347ab6179e03eed46"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "5e4af6c601236b0ea09fdc9d121c1fabb788e4e739af5af0aa86c3c7b6c150db"; + sha256_unsigned = "5e4af6c601236b0ea09fdc9d121c1fabb788e4e739af5af0aa86c3c7b6c150db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "bce11bf32e13655c461ab1db2b040ea0f3937f1728962b8b89be66701bd728f8"; + sha256_unsigned = "bce11bf32e13655c461ab1db2b040ea0f3937f1728962b8b89be66701bd728f8"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "da1433fb74655896c7a13787b523e60c3218238ea677390e7b153ab8ede35de4"; + sha256_unsigned = "da1433fb74655896c7a13787b523e60c3218238ea677390e7b153ab8ede35de4"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "da1433fb74655896c7a13787b523e60c3218238ea677390e7b153ab8ede35de4"; + sha256_unsigned = "da1433fb74655896c7a13787b523e60c3218238ea677390e7b153ab8ede35de4"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "9565cdbd34e95c3b1498edfee6a7ed526bb5790b8f71b8474dccf2d5f0cc47fc"; + sha256_unsigned = "9565cdbd34e95c3b1498edfee6a7ed526bb5790b8f71b8474dccf2d5f0cc47fc"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "daa43eb2a38064f2f6e8dac0ff5c024eeb682dbd306373c3ef1813b08c959b7f"; + sha256_unsigned = "daa43eb2a38064f2f6e8dac0ff5c024eeb682dbd306373c3ef1813b08c959b7f"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "daa43eb2a38064f2f6e8dac0ff5c024eeb682dbd306373c3ef1813b08c959b7f"; + sha256_unsigned = "daa43eb2a38064f2f6e8dac0ff5c024eeb682dbd306373c3ef1813b08c959b7f"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "b6c4f4627ddce6a1ec582efe764f6c60009777da52f1e9a38b529ffa957ee074"; + sha256_unsigned = "b6c4f4627ddce6a1ec582efe764f6c60009777da52f1e9a38b529ffa957ee074"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "0f2910221bfc910a015f9fe283b9fcd431954e018a2d403f181053e32ad6792a"; + sha256_unsigned = "0f2910221bfc910a015f9fe283b9fcd431954e018a2d403f181053e32ad6792a"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "034886175758dba94228988e6764b08041226fe8be5bdb8e011adf54bf5f18b4"; + sha256_unsigned = "034886175758dba94228988e6764b08041226fe8be5bdb8e011adf54bf5f18b4"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "ccef50f0832212e5e1b96908ed56d9fb75b2a40b66dcc2a3a0e3f9b87357e1f8"; + sha256_unsigned = "ccef50f0832212e5e1b96908ed56d9fb75b2a40b66dcc2a3a0e3f9b87357e1f8"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "c911f771f0d29b2308ee5d554ea66c0c6f366bb8e4fcc3643014416b0a674877"; + sha256_unsigned = "c911f771f0d29b2308ee5d554ea66c0c6f366bb8e4fcc3643014416b0a674877"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "13643936eb349926d24b9cf4ee3a268f38f7c6f6fa23d740ab34ac9e7fd78369"; + sha256_unsigned = "13643936eb349926d24b9cf4ee3a268f38f7c6f6fa23d740ab34ac9e7fd78369"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "a1f40f785e52465db4b534995fddc7949ab22d181dac7420ce891b42d9ee2909"; + sha256_unsigned = "a1f40f785e52465db4b534995fddc7949ab22d181dac7420ce891b42d9ee2909"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "161d8b932b148e8547ef296062a1359693ac28bbb92f1a2d2c692ee93fb4dc9c"; + sha256_unsigned = "161d8b932b148e8547ef296062a1359693ac28bbb92f1a2d2c692ee93fb4dc9c"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "50c24660cecfae860546e41e576171162c6bc953ba9459377ead11224e788dd5"; + sha256_unsigned = "50c24660cecfae860546e41e576171162c6bc953ba9459377ead11224e788dd5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "e746bbf6557e4317c38a9520fec4e2a4d66c03e520c8d6f9ca6a3642117cc16b"; + sha256_unsigned = "e746bbf6557e4317c38a9520fec4e2a4d66c03e520c8d6f9ca6a3642117cc16b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "ed2dbf267b46532ef6ac7e3b73b99dc3eb6c4062f7b27c5e99c75de5b0df7d19"; + sha256_unsigned = "ed2dbf267b46532ef6ac7e3b73b99dc3eb6c4062f7b27c5e99c75de5b0df7d19"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "b1709a0500acdd356588a704a07c7fad0c79ff02a96734b508d66602dd3b3d33"; + sha256_unsigned = "b1709a0500acdd356588a704a07c7fad0c79ff02a96734b508d66602dd3b3d33"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "3194327865c4ace1c687789e591493b0d14046b6028b1832e90d543770ab4579"; + sha256_unsigned = "3194327865c4ace1c687789e591493b0d14046b6028b1832e90d543770ab4579"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "0b822d299a151089bec7f87c1a4182dc582375f7a1d781c26660980f47474523"; + sha256_unsigned = "0b822d299a151089bec7f87c1a4182dc582375f7a1d781c26660980f47474523"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vg-8050 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-comtrend_vg-8050"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-comtrend_vg-8050-squashfs-sysupgrade.bin"; + sha256 = "6128254be3d601f4c04ca2bcf3dadeb1f26452f451a2e118a307d95cc232d4cb"; + sha256_unsigned = "e75ae6bef1d21893640bdf50c74c543770e46b14ca3d33ad87521df83b828606"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-comtrend_vg-8050-squashfs-cfe.bin"; + sha256 = "0b5a387045d5fdd15f53a9799a2cd85eb8ad2d55f2102c9852af1bfc9194e438"; + sha256_unsigned = "0b5a387045d5fdd15f53a9799a2cd85eb8ad2d55f2102c9852af1bfc9194e438"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vg-8050" + ]; + titles = [ + { + model = "VG-8050"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "f8cc392a903f146e1501d1c288af0cf329bfc1f9522a5266e8a458020bbf9575"; + sha256_unsigned = "f8cc392a903f146e1501d1c288af0cf329bfc1f9522a5266e8a458020bbf9575"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "4e88efea331ccc0f4966b50b9617b6d9184ac30d4258f01e8d6e6565e9a3cfb1"; + sha256_unsigned = "4e88efea331ccc0f4966b50b9617b6d9184ac30d4258f01e8d6e6565e9a3cfb1"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "9e6a77eb8c5a7ee7bb2d142e95d6e9f4e7a7a73ea12e03c935267e863768cfc4"; + sha256_unsigned = "9e6a77eb8c5a7ee7bb2d142e95d6e9f4e7a7a73ea12e03c935267e863768cfc4"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "dcb97f27fbf6ef4eb9d98343e18f3c1df96c02c8f98daf274198b4d322caba7f"; + sha256_unsigned = "dcb97f27fbf6ef4eb9d98343e18f3c1df96c02c8f98daf274198b4d322caba7f"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3032u = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-comtrend_vr-3032u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-comtrend_vr-3032u-squashfs-sysupgrade.bin"; + sha256 = "c72357e2d58d880e6cfcfe18fa45974d57a99602ae14f2821506b7cea9611bd6"; + sha256_unsigned = "f2afd6ac6cff367290cf1ab125b0bacb3230d778d51786d3717c984b41140e0e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-comtrend_vr-3032u-squashfs-cfe.bin"; + sha256 = "2c0f9ea988174120d3e55e7ab88e63ccec125e3d6c34b82676764a5e38cfd9dc"; + sha256_unsigned = "2c0f9ea988174120d3e55e7ab88e63ccec125e3d6c34b82676764a5e38cfd9dc"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3032u" + ]; + titles = [ + { + model = "VR-3032u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "c1fef4e64ebdffa8743995f20f7f4f073fb017bfc5339ffb235973a6c56cc504"; + sha256_unsigned = "c1fef4e64ebdffa8743995f20f7f4f073fb017bfc5339ffb235973a6c56cc504"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "5d4d6c74d03e1cca97b7cb63f28ed23eca1c187ba8c02715dda196f44be91f51"; + sha256_unsigned = "5d4d6c74d03e1cca97b7cb63f28ed23eca1c187ba8c02715dda196f44be91f51"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "a4715f77e4fe8d3b3fd4d474c8a280bfe01849800b426434aa6fcb6a62a03bff"; + sha256_unsigned = "a4715f77e4fe8d3b3fd4d474c8a280bfe01849800b426434aa6fcb6a62a03bff"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "d87ed9eb8b075ca6a9afd35a570e2db1444890e278f34d0aff8d23b5c5440473"; + sha256_unsigned = "d87ed9eb8b075ca6a9afd35a570e2db1444890e278f34d0aff8d23b5c5440473"; + type = "cfe-AU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "82441ec038345f99ae2319c85bb4ea4737770d64c580c4891b5f3cd531abd9c3"; + sha256_unsigned = "82441ec038345f99ae2319c85bb4ea4737770d64c580c4891b5f3cd531abd9c3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "82441ec038345f99ae2319c85bb4ea4737770d64c580c4891b5f3cd531abd9c3"; + sha256_unsigned = "82441ec038345f99ae2319c85bb4ea4737770d64c580c4891b5f3cd531abd9c3"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "9ccbc04af9603600bbc1ebf213326046f2a6b4fa225ee13292872ada28c9ac10"; + sha256_unsigned = "9ccbc04af9603600bbc1ebf213326046f2a6b4fa225ee13292872ada28c9ac10"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "9b9875e2efdb768f6b808389b4d760300ad8819b3ab029ea702594b6e4029e6d"; + sha256_unsigned = "9b9875e2efdb768f6b808389b4d760300ad8819b3ab029ea702594b6e4029e6d"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "e98f2dd7fff97f51d0fdfaec2f29b8bf9e499a3e5f7ee59c82dcade8a80e2ef7"; + sha256_unsigned = "e98f2dd7fff97f51d0fdfaec2f29b8bf9e499a3e5f7ee59c82dcade8a80e2ef7"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "daf5e0ef719637ca84c9cae35c3c59b6d37efc3799e6ee320177940574f9a3bd"; + sha256_unsigned = "daf5e0ef719637ca84c9cae35c3c59b6d37efc3799e6ee320177940574f9a3bd"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "251bfbac1ada30141c301cb46f8274ab940ae9058f9cc6650de9ef515ec2a762"; + sha256_unsigned = "251bfbac1ada30141c301cb46f8274ab940ae9058f9cc6650de9ef515ec2a762"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "de01209b5c7080b580aaab4cf7d7d64358719861711e5a6de4001b80120bb799"; + sha256_unsigned = "de01209b5c7080b580aaab4cf7d7d64358719861711e5a6de4001b80120bb799"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "42d3f21572a180a70c816f8fa663caaee78382234963e29f1d13cfeaa2fd904c"; + sha256_unsigned = "42d3f21572a180a70c816f8fa663caaee78382234963e29f1d13cfeaa2fd904c"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "16d92d90403b37080d69ea17b15fcca355982f66b3b7f42e1026f6d0d73ac6bc"; + sha256_unsigned = "16d92d90403b37080d69ea17b15fcca355982f66b3b7f42e1026f6d0d73ac6bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "57c4bed3a357c188fb83287318a8bc3322ff5206682a15521ebf44d289c3afb9"; + sha256_unsigned = "57c4bed3a357c188fb83287318a8bc3322ff5206682a15521ebf44d289c3afb9"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + huawei_hg253s-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-huawei_hg253s-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-huawei_hg253s-v2-squashfs-sysupgrade.bin"; + sha256 = "3d5c2e0b4b22f816f61c01b8f734127ba36f8294322c27af6c0e6bcf76cf6a58"; + sha256_unsigned = "18c7a85b0b216723e15b5e1bb6856ae6bbe279edc3202cabdefe8cde9a5341b1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-huawei_hg253s-v2-squashfs-flash.bin"; + sha256 = "aca654e01936f281db560c088ce1e2e8a2496d031b3411032616513237936c66"; + sha256_unsigned = "aca654e01936f281db560c088ce1e2e8a2496d031b3411032616513237936c66"; + type = "flash"; + } + ]; + supported_devices = [ + "huawei,hg253s-v2" + ]; + titles = [ + { + model = "HG253s"; + variant = "v2"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "11a52fce42bcac1a7e10ebe343714ee41cdc3bdc28968719f79ba6e42f807544"; + sha256_unsigned = "11a52fce42bcac1a7e10ebe343714ee41cdc3bdc28968719f79ba6e42f807544"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "c5c2fb7dbf66c125c389306ece300165c2cf356f977b31fb1cf2247542af3bd7"; + sha256_unsigned = "c5c2fb7dbf66c125c389306ece300165c2cf356f977b31fb1cf2247542af3bd7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "38d2195d4c4f8b0f77d9d6c90d84c6d898b2a4d2863ebc21cf4127a2db0ded0b"; + sha256_unsigned = "38d2195d4c4f8b0f77d9d6c90d84c6d898b2a4d2863ebc21cf4127a2db0ded0b"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3700-v2 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-netgear_dgnd3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-sysupgrade.bin"; + sha256 = "430896e3067d398c7ee2709b7fbb456e46b5b349abd38e61414230a8f72c2ce9"; + sha256_unsigned = "26ee239668f2ffab825e47029151e02db3851b2de697b580ca4ca2a68024dcd7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-cfe.bin"; + sha256 = "6bed6a1621dffbc1e8f01b95c784c12135c3a705ef7f9772d7dbba1f12f7e06e"; + sha256_unsigned = "6bed6a1621dffbc1e8f01b95c784c12135c3a705ef7f9772d7dbba1f12f7e06e"; + type = "cfe"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v2" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "f2de7d8b026a805f45b43ad40ffbe3d8888557c54d81c93950b3c62a82f90bc9"; + sha256_unsigned = "f2de7d8b026a805f45b43ad40ffbe3d8888557c54d81c93950b3c62a82f90bc9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "ad89fb192f40359025f1cd1c64f36df3da46283695c0ebd41ecd44cbf701af76"; + sha256_unsigned = "ad89fb192f40359025f1cd1c64f36df3da46283695c0ebd41ecd44cbf701af76"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "40cc4834d10207ae68a2ef89c216bf37b71aacd9a6c38a037f492601390290be"; + sha256_unsigned = "40cc4834d10207ae68a2ef89c216bf37b71aacd9a6c38a037f492601390290be"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-netgear_evg2000-squashfs-factory.chk"; + sha256 = "6bfc77175b87775894ded7d7239d6664006a6242add5861d930ae5f553f10fd5"; + sha256_unsigned = "6bfc77175b87775894ded7d7239d6664006a6242add5861d930ae5f553f10fd5"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "f285ec304331cb070f18fa1f297f1862597cac823f7191eb3fd142bc82bf5cf7"; + sha256_unsigned = "f285ec304331cb070f18fa1f297f1862597cac823f7191eb3fd142bc82bf5cf7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "d072c4b2609c4bc2ed9230516336f2c1655dc0b5391d7dd1c595f832934c4c98"; + sha256_unsigned = "d072c4b2609c4bc2ed9230516336f2c1655dc0b5391d7dd1c595f832934c4c98"; + type = "cfe"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "a96084cb47f8bc15ca6fcaf92746ddbabd9bd51f9ec450727c7082852930efe0"; + sha256_unsigned = "a96084cb47f8bc15ca6fcaf92746ddbabd9bd51f9ec450727c7082852930efe0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "b956748f736695b0ca761e668baed178cb12f883ec51a257d7efc4c4821805fe"; + sha256_unsigned = "b956748f736695b0ca761e668baed178cb12f883ec51a257d7efc4c4821805fe"; + type = "cfe"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "c4181b3aa914b878df3f4f2d8af72fe47cf2c645f7799ca3c088f269ef182257"; + sha256_unsigned = "c4181b3aa914b878df3f4f2d8af72fe47cf2c645f7799ca3c088f269ef182257"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "0d7ef269bcf13f9ef80a442b0c223c2afa4cad9477a4c1e411c290feacf849e9"; + sha256_unsigned = "0d7ef269bcf13f9ef80a442b0c223c2afa4cad9477a4c1e411c290feacf849e9"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "07dec913a0ab3c4301805e67e3cee4bf28e21de2663fc8519813246f21d87327"; + sha256_unsigned = "07dec913a0ab3c4301805e67e3cee4bf28e21de2663fc8519813246f21d87327"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "689e8da44a7930cb083a407cc0497675b88065a4e6faf76c3cb50b52f1fb063b"; + sha256_unsigned = "689e8da44a7930cb083a407cc0497675b88065a4e6faf76c3cb50b52f1fb063b"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "5b104a4f3a7f52913007b609172663aaa163459bc96bedbe0a8afe1f8a8f6d80"; + sha256_unsigned = "5b104a4f3a7f52913007b609172663aaa163459bc96bedbe0a8afe1f8a8f6d80"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "1bc1a964bc0b17622ca22a833bbd2db35e1eb251188e8b9d6b4c2ec12fd9d64a"; + sha256_unsigned = "1bc1a964bc0b17622ca22a833bbd2db35e1eb251188e8b9d6b4c2ec12fd9d64a"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "64fe2ccce653721753568fd77c4ecdcc95efdb6156b2549f0823685f18d9abbd"; + sha256_unsigned = "64fe2ccce653721753568fd77c4ecdcc95efdb6156b2549f0823685f18d9abbd"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-sercomm_ad1018"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-sercomm_ad1018-squashfs-sysupgrade.bin"; + sha256 = "2de85332d25b14d11f5fdb04de87e62d738c2868689930f8cabc1df5308a2da1"; + sha256_unsigned = "70cdfd8086daae34edadad5f1175cc4ed0fb4473e9615e8805a6bb1d52668601"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-sercomm_ad1018-squashfs-factory.img"; + sha256 = "01eb44236b069ab2b6add3963c1c6746e15758aee3ee65c1ed565c30d1982cae"; + sha256_unsigned = "01eb44236b069ab2b6add3963c1c6746e15758aee3ee65c1ed565c30d1982cae"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,ad1018" + ]; + titles = [ + { + model = "AD1018"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "774eebdc3c61abb23ec7b32bf48afd5a7838c88f47aad550d982b887538b24eb"; + sha256_unsigned = "774eebdc3c61abb23ec7b32bf48afd5a7838c88f47aad550d982b887538b24eb"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-lowi = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-sercomm_h500-s-lowi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-sysupgrade.bin"; + sha256 = "e317671d77c157687d48fdc3da1c032501219c290932a88f89252597e0f00714"; + sha256_unsigned = "b5f962ac1f8bbf392e4d8011c362deb47b92caf260bf7ff9657054a2055a9b2b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-factory.img"; + sha256 = "742feec2344c84a9b7d93e77db76de08c3109771e36e6f1c8f971b8ef1e3df3d"; + sha256_unsigned = "742feec2344c84a9b7d93e77db76de08c3109771e36e6f1c8f971b8ef1e3df3d"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,h500-s-lowi" + ]; + titles = [ + { + model = "H500-s"; + variant = "lowi"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-vfes = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-sercomm_h500-s-vfes"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-sysupgrade.bin"; + sha256 = "e220b1d8be2a211f261c5452d5c86686d8e0b550f1af825a2accc61baea04aed"; + sha256_unsigned = "775eb7a3a1d2dbe2a43152d0aecbece3a27721c34a19bdff2e2966b5d9d0b97b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-factory.img"; + sha256 = "0002c18877ec231ee55f72e3d055101650c1e71a8d609f966eec7da5f8ecdc07"; + sha256_unsigned = "0002c18877ec231ee55f72e3d055101650c1e71a8d609f966eec7da5f8ecdc07"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,h500-s-vfes" + ]; + titles = [ + { + model = "H500-s"; + variant = "vfes"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "615da752647c31e50d5f98bf970e42853a56b53bfdbd81b784c33d95f18929a2"; + sha256_unsigned = "615da752647c31e50d5f98bf970e42853a56b53bfdbd81b784c33d95f18929a2"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "9e3733eb11e56c1cde6ab2cf38d7a1b655457b7450e1e92666be68ea1a40a157"; + sha256_unsigned = "9e3733eb11e56c1cde6ab2cf38d7a1b655457b7450e1e92666be68ea1a40a157"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "0b69b568a4a5cd1675f945a823f72e812d03b693abca338feb4a9671c5a00330"; + sha256_unsigned = "0b69b568a4a5cd1675f945a823f72e812d03b693abca338feb4a9671c5a00330"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-sky_sr102-squashfs-cfe.bin"; + sha256 = "9f079154744f0398d0f031274cfc64827a3090e42d90c845f33836ad40d9bd40"; + sha256_unsigned = "9f079154744f0398d0f031274cfc64827a3090e42d90c845f33836ad40d9bd40"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "d0f1b5d8f7ce5b640c6349c1910203dd0b275bdcf07da440fcde79f2a6fa6274"; + sha256_unsigned = "d0f1b5d8f7ce5b640c6349c1910203dd0b275bdcf07da440fcde79f2a6fa6274"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "81ef28bbb3898a83df60aae793674f6fef72b2d9f46ecd25a66fa56843c656b7"; + sha256_unsigned = "81ef28bbb3898a83df60aae793674f6fef72b2d9f46ecd25a66fa56843c656b7"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "7393beb5fd39a84995beefc85899e84c8069edb1bfd63c3d1705a7c1c8b6f149"; + sha256_unsigned = "7393beb5fd39a84995beefc85899e84c8069edb1bfd63c3d1705a7c1c8b6f149"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "bbf3c02d05b2ad5b3611d4e8a84f5df3ef59b060799f0502972c144a272a6754"; + sha256_unsigned = "bbf3c02d05b2ad5b3611d4e8a84f5df3ef59b060799f0502972c144a272a6754"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "c3ca73d4892cdd4cabc1cadd78ae6ebe38586b37fa014b15c7e40be903a03397"; + sha256_unsigned = "c3ca73d4892cdd4cabc1cadd78ae6ebe38586b37fa014b15c7e40be903a03397"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "175e16af8b14fe818443a977c557d425eec2a49612c339cea04a125c3c6116a4"; + sha256_unsigned = "175e16af8b14fe818443a977c557d425eec2a49612c339cea04a125c3c6116a4"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-bcm63xx-smp-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-bcm63xx-smp-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "ab6d3c57bfa95cde75811770fc9a79a3bf5f5b57ae996971808eea6b1bf2b514"; + sha256_unsigned = "ab6d3c57bfa95cde75811770fc9a79a3bf5f5b57ae996971808eea6b1bf2b514"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "bcm63xx/smp"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.1-gemini-dlink_dir-685"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-gemini-dlink_dir-685-ext4-factory.bin"; + sha256 = "b144200b12f14592c5815b6e6c604e3324f575d935ce3513945ae64418f2f471"; + sha256_unsigned = "b144200b12f14592c5815b6e6c604e3324f575d935ce3513945ae64418f2f471"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-gemini-dlink_dir-685-ext4-sysupgrade.bin"; + sha256 = "796213e8eada13e2eda204df399baec76ec76a1002b05665f5d9f09b2f63df41"; + sha256_unsigned = "5481874993aa40b5a3a863dbb8b0e48a017a34104e5703d95cffa64ea6554253"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "7797121c5fd50eb3a015de454d185043e20a717b23703e81a131c17a465ad02f"; + sha256_unsigned = "7797121c5fd50eb3a015de454d185043e20a717b23703e81a131c17a465ad02f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "dcee4011f14a23206a8d1348d6a69acaa5da8bcdb7edc8ebab5073cf6e83bb31"; + sha256_unsigned = "f721d3e2c82c87971bc08918bba42557d34147e63e6d4db8ba3f77c052aa360b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + model = "DIR-685 Xtreme N Storage Router"; + vendor = "D-Link"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.1-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "073256a8389abdd751176d03737463f8be42efbe45b328ac029d5c273ae3533f"; + sha256_unsigned = "073256a8389abdd751176d03737463f8be42efbe45b328ac029d5c273ae3533f"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + model = "DNS-313 1-Bay Network Storage Enclosure"; + vendor = "D-Link"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-22.03.1-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "43f5b77fa899c0bb4ac1aa9668a92fcd174bcd9c4d3c0c374b4076c4d43b0c7a"; + sha256_unsigned = "43f5b77fa899c0bb4ac1aa9668a92fcd174bcd9c4d3c0c374b4076c4d43b0c7a"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + model = "Square One SQ201"; + vendor = "ITian"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.1-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "dc717e033c90d3c1d243a241ead4d6d4cf65a1dfcd8269565b47b8258282e81a"; + sha256_unsigned = "dc717e033c90d3c1d243a241ead4d6d4cf65a1dfcd8269565b47b8258282e81a"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + model = "NAS IB-4220-B"; + vendor = "Raidsonic"; + } + ]; + }; + storlink_sl93512r = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.1-gemini-storlink_sl93512r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-gemini-storlink_sl93512r-squashfs-factory.bin"; + sha256 = "27cbdbd601e92a6d4705fa79778aec9c9ee9888e7504f2ee581ae21059c495dc"; + sha256_unsigned = "27cbdbd601e92a6d4705fa79778aec9c9ee9888e7504f2ee581ae21059c495dc"; + type = "factory"; + } + ]; + supported_devices = [ + "storlink,sl93512r" + ]; + titles = [ + { + model = "SL93512r"; + vendor = "StorLink"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "gemini/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + imx = { + cortexa9 = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + solidrun_cubox-i = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.1-imx-cortexa9-solidrun_cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-imx-cortexa9-solidrun_cubox-i-squashfs-combined.bin"; + sha256 = "7a78ab93b5fd9e3e07a6a3ef87c56d4bb22e8903d9a3b3325ea8001b0dcd11b5"; + sha256_unsigned = "7a78ab93b5fd9e3e07a6a3ef87c56d4bb22e8903d9a3b3325ea8001b0dcd11b5"; + type = "combined"; + } + ]; + supported_devices = [ + "solidrun,cubox-i" + ]; + titles = [ + { + model = "CuBox-i"; + vendor = "SolidRun"; + } + ]; + }; + toradex_apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-22.03.1-imx-cortexa9-toradex_apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-imx-cortexa9-toradex_apalis-squashfs.sysupgrade.bin"; + sha256 = "95326600cf140bd27379390903b4b3a1faab428e236b784048d995b05bc003ee"; + sha256_unsigned = "b343302ab4c2637488dbaafb6d5c342486a3d9cd8afe8fca408be1b7b0b23349"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-imx-cortexa9-toradex_apalis-squashfs.combined.bin"; + sha256 = "cf658a0707332807bb089f7705440cbf8d63aa9b7834380fb5747b7118c28243"; + sha256_unsigned = "cf658a0707332807bb089f7705440cbf8d63aa9b7834380fb5747b7118c28243"; + type = "combined"; + } + { + name = "openwrt-22.03.1-imx-cortexa9-toradex_apalis-recovery.scr"; + sha256 = "33e08b80462b27c6427997f91adab98a93f27af799fecf8665cd1c68c77055c6"; + sha256_unsigned = "33e08b80462b27c6427997f91adab98a93f27af799fecf8665cd1c68c77055c6"; + type = "recovery.scr"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + model = "Apalis family"; + vendor = "Toradex"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-22.03.1-imx-cortexa9-gateworks_ventana"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-imx-cortexa9-gateworks_ventana-squashfs-nand.ubi"; + sha256 = "ec720739016b5e1f7b7bcf6f1ed3168886f25efc96e7a0367c64f83f4da663b3"; + sha256_unsigned = "ec720739016b5e1f7b7bcf6f1ed3168886f25efc96e7a0367c64f83f4da663b3"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-imx-cortexa9-gateworks_ventana-large-squashfs-nand.ubi"; + sha256 = "f829f9a710d6b97d27f35413102611e7f92cd791f25a5b32564b0acd758c8f7f"; + sha256_unsigned = "f829f9a710d6b97d27f35413102611e7f92cd791f25a5b32564b0acd758c8f7f"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-imx-cortexa9-gateworks_ventana-squashfs-bootfs.tar.gz"; + sha256 = "70f262bb067240e646ca4acadb6330bea1f97448ee92dada2211af3a2e9ed33c"; + sha256_unsigned = "70f262bb067240e646ca4acadb6330bea1f97448ee92dada2211af3a2e9ed33c"; + type = "bootfs"; + } + ]; + supported_devices = [ + "gateworks,ventana" + ]; + titles = [ + { + model = "Ventana family"; + variant = "normal NAND flash"; + vendor = "Gateworks"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "imx/cortexa9"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-board-qca4019" + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_habanero-dvk" = { + device_packages = [ + "ipq-wifi-8dev_habanero-dvk" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-8dev_habanero-dvk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-8dev_habanero-dvk-squashfs-sysupgrade.bin"; + sha256 = "8d5b7ed6e282c8f3958a88f3516c9a96dbd6ec1313d9d612e58d4d4441ff71a9"; + sha256_unsigned = "6c782898d8e8539614a918426778cad124b4bc04e5822f36a1df29db92f8a72c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-8dev_habanero-dvk-initramfs-fit-uImage.itb"; + sha256 = "f1de301e3d389549ff1e63eb242cf0d6541bef47277f40bf8275ced5627545e9"; + sha256_unsigned = "f1de301e3d389549ff1e63eb242cf0d6541bef47277f40bf8275ced5627545e9"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,habanero-dvk" + ]; + titles = [ + { + model = "Habanero DVK"; + vendor = "8devices"; + } + ]; + }; + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "f45cfad28a761f0921d4339f615fb65691bae6a0d9643d48817cc3b8bcedadf1"; + sha256_unsigned = "daee8c394f9f448d1cae69ae8b80cf3531953d9f143340db2db406baf7978d3c"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "88568a7fac230b3924839f609511e6374bc87cff4890a2eb61f03c19a48d286a"; + sha256_unsigned = "88568a7fac230b3924839f609511e6374bc87cff4890a2eb61f03c19a48d286a"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-8dev_jalapeno-initramfs-fit-uImage.itb"; + sha256 = "58874cc2ec0d5db5547993cc5ce8483450ae757fd564d80f384a41767fecd041"; + sha256_unsigned = "58874cc2ec0d5db5547993cc5ce8483450ae757fd564d80f384a41767fecd041"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + model = "Jalapeno"; + vendor = "8devices"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "b1777dad201ff155d74816a655f39230fe5f51e07c9fb0b63e56a6f3a75383d2"; + sha256_unsigned = "67872abd61b742e3b01c5fb133fdd69e719b71e8d081ec62ed9b4b1295d21c59"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "9a91621a5ab25648eaeaa8a8f12c21cbaae461ac1f69fc763997e17b1040c278"; + sha256_unsigned = "9a91621a5ab25648eaeaa8a8f12c21cbaae461ac1f69fc763997e17b1040c278"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-alfa-network_ap120c-ac-initramfs-fit-uImage.itb"; + sha256 = "7dc9165ea3e553e76e1f2f9bea09f97ac31c7763b8bfd22d808b0e123ace7a4b"; + sha256_unsigned = "7dc9165ea3e553e76e1f2f9bea09f97ac31c7763b8bfd22d808b0e123ace7a4b"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + model = "AP120C-AC"; + vendor = "ALFA Network"; + } + ]; + }; + aruba_ap-303 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-aruba_ap-303"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-aruba_ap-303-squashfs-sysupgrade.bin"; + sha256 = "99188e31de48341e465e37d2727f7d235ee56d74316900a6ce737555d5e4a28e"; + sha256_unsigned = "45a55f83071857aaaa369ceee4ce55877d3793bb19ad64b922c26f0ce6ed9e3b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-aruba_ap-303-initramfs-fit-uImage.itb"; + sha256 = "0164aeb8771bf58a0c88b10f491acf547c7eb49be4e45c910fd8780afcd72151"; + sha256_unsigned = "0164aeb8771bf58a0c88b10f491acf547c7eb49be4e45c910fd8780afcd72151"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-303" + ]; + titles = [ + { + model = "AP-303"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-303h = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-aruba_ap-303h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-aruba_ap-303h-squashfs-sysupgrade.bin"; + sha256 = "b48c3954485561af2ad07b6200351eaea2ca537b60f1852bf8e9057c545b0072"; + sha256_unsigned = "e1426d7ce80374d7938613d58eab915c2942556f57b3d29ab0c3728c8b787ef6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-aruba_ap-303h-initramfs-fit-uImage.itb"; + sha256 = "ebfa78d45b70d042f47f5387744df4ac207d7a904645e66a9b07f6ac735e9c1d"; + sha256_unsigned = "ebfa78d45b70d042f47f5387744df4ac207d7a904645e66a9b07f6ac735e9c1d"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-303h" + ]; + titles = [ + { + model = "AP-303H"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-365 = { + device_packages = [ + "kmod-hwmon-ad7418" + "ipq-wifi-aruba_ap-365" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-aruba_ap-365"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-aruba_ap-365-initramfs-fit-uImage.itb"; + sha256 = "39f454ae90dd55367b6bf3ca27ac979d7bdde1ea205c59481188a5e14a8b9e4d"; + sha256_unsigned = "39f454ae90dd55367b6bf3ca27ac979d7bdde1ea205c59481188a5e14a8b9e4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-aruba_ap-365-squashfs-sysupgrade.bin"; + sha256 = "a9616d13e78401ddf4770eebdfc86375727e83d6b8d1d243beda3fb454c4ff80"; + sha256_unsigned = "08adce14d5cd2d0427c38131b0fc746a415dddb22fba38d509f072eca87bcd57"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-365" + ]; + titles = [ + { + model = "AP-365"; + vendor = "Aruba"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-asus_map-ac2200-initramfs-fit-uImage.itb"; + sha256 = "83e7cfa5d1fb4143d529f101d79293e90f1f70f69f6c080576d016a92b40c555"; + sha256_unsigned = "83e7cfa5d1fb4143d529f101d79293e90f1f70f69f6c080576d016a92b40c555"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "b25b89b068d7bb825bd3ae2d73c7269dcfbcb832ab976562e886d6dd0dc6fd60"; + sha256_unsigned = "3ec093e3c3cd31059392f9213f6a0158fe9a42fe7eb98216625d863ea317c494"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + model = "Lyra (MAP-AC2200)"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac42u = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-asus_rt-ac42u" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-asus_rt-ac42u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-asus_rt-ac42u-squashfs-sysupgrade.bin"; + sha256 = "0e86db804201b657fa9055ea8c20617f7303020986dbb5d1c947ff378482073a"; + sha256_unsigned = "34c0753413411f49638e80df6715e7a046d243a4a56c36bf45ab196a51d51df2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-asus_rt-ac42u-initramfs-fit-uImage.itb"; + sha256 = "f0126f7780c341ffd18a5aa4d090eb1dfcb0ee0286e1de8d93f78f6ad0addb06"; + sha256_unsigned = "f0126f7780c341ffd18a5aa4d090eb1dfcb0ee0286e1de8d93f78f6ad0addb06"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac42u" + ]; + titles = [ + { + model = "RT-AC42U"; + vendor = "ASUS"; + } + { + model = "RT-ACRH17"; + vendor = "ASUS"; + } + { + model = "RT-AC2200"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "645a7eb1dbd96b60d4b6cc654e57327c8b5d32bbab8d7752332b3df222f5a249"; + sha256_unsigned = "e47af4a72fa94c05a0805d280f5ae49e85d4924bb2e8b26170033a3f52cb2853"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-asus_rt-ac58u-initramfs-fit-uImage.itb"; + sha256 = "8bbd512347bd4fb6e940446976e459d86aec0c530b5caf2c5d44a346fa7b3b5c"; + sha256_unsigned = "8bbd512347bd4fb6e940446976e459d86aec0c530b5caf2c5d44a346fa7b3b5c"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + model = "RT-AC58U"; + vendor = "ASUS"; + } + { + model = "RT-ACRH13"; + vendor = "ASUS"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-avm_fritzbox-4040-initramfs-fit-uImage.itb"; + sha256 = "3bca5c00d41d603904b173904fd7ee485c3d217d0dc72ae6b2661cfaffb713dd"; + sha256_unsigned = "3bca5c00d41d603904b173904fd7ee485c3d217d0dc72ae6b2661cfaffb713dd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "1ce4f04d424d0d1b1e94a2a67f78d65e7c99f9a3d5238736b789aa769ec06260"; + sha256_unsigned = "1ce4f04d424d0d1b1e94a2a67f78d65e7c99f9a3d5238736b789aa769ec06260"; + type = "eva"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "0ca44cb8605ebeb3c459837764f72904ea1d51790a0ac9dd8453982cdac8fcca"; + sha256_unsigned = "ee0e5d58c4ee74376f6bde2d4b959cd142234f886ebf33bc103f53af1a4f60a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + model = "FRITZ!Box 4040"; + vendor = "AVM"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "f6ddf706b3612240dced4c7942420f3bd9012b3c30c16463715a8ae0d0b2c4cb"; + sha256_unsigned = "cfc096a79ee97d45d45f89fbec16d73b40e3471664f031948bab8dbe2a9ba059"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-avm_fritzbox-7530-initramfs-fit-uImage.itb"; + sha256 = "7fe1e3369489acc12edecaf156ba42c353937fbbdd16427d89b24c0dab1252e6"; + sha256_unsigned = "7fe1e3369489acc12edecaf156ba42c353937fbbdd16427d89b24c0dab1252e6"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + model = "FRITZ!Box 7530"; + vendor = "AVM"; + } + { + model = "FRITZ!Box 7520"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-avm_fritzrepeater-1200-initramfs-fit-uImage.itb"; + sha256 = "de49f65775fde84c0b3eed28464f945853a3af4f1a4ef6864bce7e945c7ac7fc"; + sha256_unsigned = "de49f65775fde84c0b3eed28464f945853a3af4f1a4ef6864bce7e945c7ac7fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "0e6938752eebd6906a8af47df06a05e67ff02d64d2af1e6384616431eeec0882"; + sha256_unsigned = "d98e2cd69d6fd571ca47a6b162eba9a38e21c7731e4755241c14b28ea6f3b29f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + model = "FRITZ!Repeater 1200"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-avm_fritzrepeater-3000-initramfs-fit-uImage.itb"; + sha256 = "de1250459ac8b63e2466be8ba9973722a54a48d033a6dc79cc079015d5e1affb"; + sha256_unsigned = "de1250459ac8b63e2466be8ba9973722a54a48d033a6dc79cc079015d5e1affb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "50abf7ea8b9113722f69ea1411d5e819b5df3d86970d1cd85cd1081891edf0b6"; + sha256_unsigned = "89e9e1aa78bbbccf96273b7dece0d2dd783e1e40987c1009e6a518970ae77bac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + model = "FRITZ!Repeater 3000"; + vendor = "AVM"; + } + ]; + }; + buffalo_wtr-m2133hp = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-buffalo_wtr-m2133hp" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-buffalo_wtr-m2133hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-sysupgrade.bin"; + sha256 = "ab8337145dec3fd7f8e18ca853d8ab70f948c794ba383d5cea4a956c7bde63c2"; + sha256_unsigned = "0e2cfcf95939e36cf856d4892282548692f2df1c625524b537e3dc1c7e936937"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-buffalo_wtr-m2133hp-initramfs-fit-uImage.itb"; + sha256 = "267f2a0460fd2d9abc26eead51a8984cc82a54aa8275116fb32b718d65202c38"; + sha256_unsigned = "267f2a0460fd2d9abc26eead51a8984cc82a54aa8275116fb32b718d65202c38"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-factory.ubi"; + sha256 = "be667f908dc73d8fbcc8e1da6eb00c1b8fccc6cc61d81d50f32b40d68d097784"; + sha256_unsigned = "be667f908dc73d8fbcc8e1da6eb00c1b8fccc6cc61d81d50f32b40d68d097784"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "buffalo,wtr-m2133hp" + ]; + titles = [ + { + model = "WTR-M2133HP"; + vendor = "Buffalo"; + } + ]; + }; + cellc_rtl30vw = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-cellc_rtl30vw" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-cellc_rtl30vw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-cellc_rtl30vw-initramfs-fit-zImage.itb"; + sha256 = "0d99ab80aec814f61bbc4837b3de3317e16deb3891c6d285e437b0c8b7982b34"; + sha256_unsigned = "0d99ab80aec814f61bbc4837b3de3317e16deb3891c6d285e437b0c8b7982b34"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-factory.bin"; + sha256 = "6c001abd934aab8b1f833235fc8fda797933afa363535f039099f3407eace09b"; + sha256_unsigned = "6c001abd934aab8b1f833235fc8fda797933afa363535f039099f3407eace09b"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-sysupgrade.bin"; + sha256 = "6ba1a4ac2d2326f531e5fffcf0db7c0758aec7dbfa9d3d3b43bc5bf9110829cb"; + sha256_unsigned = "af532294f73a7eb7b371e889c6b928c502ba23172a33313e53b80d4ffd8b9b8f"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "cellc,rtl30vw" + ]; + titles = [ + { + model = "RTL30VW"; + vendor = "Cell C"; + } + ]; + }; + cilab_meshpoint-one = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-iio-bmp280-i2c" + "kmod-hwmon-ina2xx" + "kmod-rtc-pcf2127" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-cilab_meshpoint-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-factory.ubi"; + sha256 = "94963523f7f7ff7914a4fb58cabaaa2f17a1c1ca72a494bcc89bf7f854090f1f"; + sha256_unsigned = "94963523f7f7ff7914a4fb58cabaaa2f17a1c1ca72a494bcc89bf7f854090f1f"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-cilab_meshpoint-one-initramfs-fit-uImage.itb"; + sha256 = "fdb9d2093fc1bd7489e90e46115cee99a4ddae9d929e560f49aafbbed5e3fd09"; + sha256_unsigned = "fdb9d2093fc1bd7489e90e46115cee99a4ddae9d929e560f49aafbbed5e3fd09"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-sysupgrade.bin"; + sha256 = "8a5aed6369b7d87bd073cb01e585134ce23d7bf68f6f6a3bdaf89ae0c0c80530"; + sha256_unsigned = "0bf716d36bf481530bdc43cda9489346954b1f81cfa9afa87b98119ceb846f46"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "cilab,meshpoint-one" + ]; + titles = [ + { + model = "MeshPoint.One"; + vendor = "Crisis Innovation Lab"; + } + ]; + }; + compex_wpj419 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-compex_wpj419"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-compex_wpj419-squashfs-nand-factory.ubi"; + sha256 = "f464bee8c045a646d05277f436f41327ef82c95abf78e0330c0d2f78698c3655"; + sha256_unsigned = "f464bee8c045a646d05277f436f41327ef82c95abf78e0330c0d2f78698c3655"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-compex_wpj419-squashfs-nand-sysupgrade.bin"; + sha256 = "8ddcaa3d3fb392e54a91c4b6970d2aacd533739b45db86a4d85ff984be76ae11"; + sha256_unsigned = "40b135ed23388af4292d67ce61202b64a9dada68de4dc30a9316f4d3ef5c2cf7"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-compex_wpj419-initramfs-fit-uImage.itb"; + sha256 = "72f28078502b2f42edfab3ea6d3c799916128b3d8df6452cc90b88e570aebbf8"; + sha256_unsigned = "72f28078502b2f42edfab3ea6d3c799916128b3d8df6452cc90b88e570aebbf8"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj419" + ]; + titles = [ + { + model = "WPJ419"; + vendor = "Compex"; + } + ]; + }; + dlink_dap-2610 = { + device_packages = [ + "ipq-wifi-dlink_dap2610" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-dlink_dap-2610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-dlink_dap-2610-squashfs-factory.bin"; + sha256 = "52622ea4d270ace64e3781b40e7b3b94f78feacf33aa3276243ec15cadeccd0f"; + sha256_unsigned = "52622ea4d270ace64e3781b40e7b3b94f78feacf33aa3276243ec15cadeccd0f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-dlink_dap-2610-squashfs-sysupgrade.bin"; + sha256 = "5c75f584a7cb764491ac3f3f8e95f052de300459f51c19ef518e9919ef624589"; + sha256_unsigned = "3d17ad526dde911cbdb28af168b2227d8f3dcb9e92e68b554d2d410adce6b2c0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-dlink_dap-2610-initramfs-fit-uImage.itb"; + sha256 = "8583b226d8228420bca66f401a7fe9d3b014da220b90be274db9e2db8e24c8e8"; + sha256_unsigned = "8583b226d8228420bca66f401a7fe9d3b014da220b90be274db9e2db8e24c8e8"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2610" + ]; + titles = [ + { + model = "DAP-2610"; + vendor = "D-Link"; + } + ]; + }; + edgecore_ecw5211 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-edgecore_ecw5211"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-factory.ubi"; + sha256 = "c55bf81c995b7835662374fe4b0cbe44c64803461e0d19fc5403a5081768eab6"; + sha256_unsigned = "c55bf81c995b7835662374fe4b0cbe44c64803461e0d19fc5403a5081768eab6"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-edgecore_ecw5211-initramfs-fit-uImage.itb"; + sha256 = "430c3788ed5857051870870fe93ed0bd5cc9cb7d3fc3179bd25d444f713232c5"; + sha256_unsigned = "430c3788ed5857051870870fe93ed0bd5cc9cb7d3fc3179bd25d444f713232c5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-sysupgrade.bin"; + sha256 = "73a475af4390da839471ef412c263fdb0b5b59243feccfe5eb27c8f936f37012"; + sha256_unsigned = "581ae5f7442db00b2da9ef80539260fe7e03d106a3a5274b06a2e3e224e069ce"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "edgecore,ecw5211" + ]; + titles = [ + { + model = "ECW5211"; + vendor = "Edgecore"; + } + ]; + }; + edgecore_oap100 = { + device_packages = [ + "ipq-wifi-edgecore_oap100" + "kmod-usb-acm" + "kmod-usb-net" + "kmod-usb-net-cdc-qmi" + "uqmi" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-edgecore_oap100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-edgecore_oap100-initramfs-fit-uImage.itb"; + sha256 = "b2957566f23d37d5abfa21fe7e5d6bfab7098959965a6e6a2bfd4fe5bae7c606"; + sha256_unsigned = "b2957566f23d37d5abfa21fe7e5d6bfab7098959965a6e6a2bfd4fe5bae7c606"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-edgecore_oap100-squashfs-nand-sysupgrade.bin"; + sha256 = "2333813268b9b5f6721227abfee749049cf72d439bf8e8f87a7014dc70ef9e8c"; + sha256_unsigned = "d23209f082a62a3fe179784f3bc4b8aaaec8ac57a44ff81803bcd0cd368a2cce"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "edgecore,oap100" + ]; + titles = [ + { + model = "OAP100"; + vendor = "Edgecore"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "6048c5d35756593d339a29feca78f215871248ac47da60051f59695beadf96d6"; + sha256_unsigned = "85f6d54121bdaefa61e82fc5105a9398b37ad5025a25782930fdb3d1bf15f0ec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-engenius_eap1300-initramfs-fit-uImage.itb"; + sha256 = "9b9fe96841533f7bd742413473217e9f4638ce5457e46ea7e39415cadd68f0f4"; + sha256_unsigned = "9b9fe96841533f7bd742413473217e9f4638ce5457e46ea7e39415cadd68f0f4"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + model = "EAP1300"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-engenius_eap2200" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-engenius_eap2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-engenius_eap2200-squashfs-nand-sysupgrade.bin"; + sha256 = "5eb8d6ac95b6092ba8c3f76bacb677578c728f371a346313f2bdade72cb13b2b"; + sha256_unsigned = "c0d29d6e5d7b32c91dbbe4bf22ea07244e1c54eb93620a91b689a39289b3d291"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-engenius_eap2200-initramfs-fit-uImage.itb"; + sha256 = "00600872079fa9878b5affb044ef273663bcb5e943152be07320e725e82f97ec"; + sha256_unsigned = "00600872079fa9878b5affb044ef273663bcb5e943152be07320e725e82f97ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-engenius_eap2200-squashfs-nand-factory.ubi"; + sha256 = "653ef26e64585e78b64782c63f4bdc7db6742147d480d4e88ec60a80877817c1"; + sha256_unsigned = "653ef26e64585e78b64782c63f4bdc7db6742147d480d4e88ec60a80877817c1"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "engenius,eap2200" + ]; + titles = [ + { + model = "EAP2200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emd1 = { + device_packages = [ + "ipq-wifi-engenius_emd1" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-engenius_emd1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-engenius_emd1-squashfs-factory.bin"; + sha256 = "447c8913c0eee0da2892c0c39e12783ad3169496fe3df62a2c7dd755ad9f41f9"; + sha256_unsigned = "447c8913c0eee0da2892c0c39e12783ad3169496fe3df62a2c7dd755ad9f41f9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-engenius_emd1-squashfs-sysupgrade.bin"; + sha256 = "526248278e2f684812026b888d564fedf64f08dc8367a3d7d6950f46eb0b6ebe"; + sha256_unsigned = "12bbde0adc1e3c1d7c99dcb03c3eb2d2eaad83638295d6bc7fee590cc84db05f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-engenius_emd1-initramfs-fit-uImage.itb"; + sha256 = "6eb20b0c5f69ade272c24561dd36e572f812febf8859f4ed4149f2f4b6a29083"; + sha256_unsigned = "6eb20b0c5f69ade272c24561dd36e572f812febf8859f4ed4149f2f4b6a29083"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,emd1" + ]; + titles = [ + { + model = "EMD1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "bd330809c4b4bac08bafbf37596fbb1a4caf28783c94a5e85626a410b7e04db5"; + sha256_unsigned = "c02838f058b477969a3bef1711abcc93e2db888a19233f870b795d02c4ea04cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-engenius_ens620ext-initramfs-fit-uImage.itb"; + sha256 = "a8bfbcbadf3f93b775bfa0cf35d782f1ecf3733d07529be35c8974d65e935826"; + sha256_unsigned = "a8bfbcbadf3f93b775bfa0cf35d782f1ecf3733d07529be35c8974d65e935826"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "bb576a420f473ff9a3847753c2fe8359319295a6b5b15988817bcd7ae3b5e693"; + sha256_unsigned = "bb576a420f473ff9a3847753c2fe8359319295a6b5b15988817bcd7ae3b5e693"; + type = "factory_30"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "f3f477ead8b92490f5c9a2513ffc4f67d006843c3a5697d378559618188bc26a"; + sha256_unsigned = "f3f477ead8b92490f5c9a2513ffc4f67d006843c3a5697d378559618188bc26a"; + type = "factory_35"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + model = "ENS620EXT"; + vendor = "EnGenius"; + } + ]; + }; + ezviz_cs-w3-wd1200g-eup = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "ipq-wifi-ezviz_cs-w3-wd1200g-eup" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-squashfs-sysupgrade.bin"; + sha256 = "a13f46dc753c5396639cfa3df09cd7d406bd8e7af06cb0eaae8fd320452e22cc"; + sha256_unsigned = "6964d0b84d5f114ac5b3c7e4fb10b68280de9307e657ba3ea976a6536d315769"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-initramfs-fit-uImage.itb"; + sha256 = "3dc535f4dc89810ea697f700c67ba6726080b86fbbc5dbb69d1fbd8671b035b1"; + sha256_unsigned = "3dc535f4dc89810ea697f700c67ba6726080b86fbbc5dbb69d1fbd8671b035b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "ezviz,cs-w3-wd1200g-eup" + ]; + titles = [ + { + model = "CS-W3-WD1200G"; + variant = "EUP"; + vendor = "EZVIZ"; + } + ]; + }; + glinet_gl-ap1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-ap1300" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-glinet_gl-ap1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-glinet_gl-ap1300-initramfs-fit-uImage.itb"; + sha256 = "8e538dbc3120ac530bd010c058b139e36ec2e6e1ff570e49fc6695cce226b3b9"; + sha256_unsigned = "8e538dbc3120ac530bd010c058b139e36ec2e6e1ff570e49fc6695cce226b3b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-sysupgrade.bin"; + sha256 = "8b95f656b0aba5c576cba2bfca007394b93d355a22365e066722304e45fa07be"; + sha256_unsigned = "9b79ac2bb83a6a716c6252c95cc895f1d793e9d1f6e0dd6f56f6fb75a56533b2"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-factory.ubi"; + sha256 = "8019f41ba6fb274d6aab7710da92f6171f2d889dbe0c9890ac48e9f8f1d25f7a"; + sha256_unsigned = "8019f41ba6fb274d6aab7710da92f6171f2d889dbe0c9890ac48e9f8f1d25f7a"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "glinet,gl-ap1300" + ]; + titles = [ + { + model = "GL-AP1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "969bde062736b55b07b083b57d657216dad63f488d151eb02a19177a47e8ea99"; + sha256_unsigned = "d55cd37035f4409d2c4da25e9bdaace93a3dd9ad301be3cff7269c68d3488c9f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-zImage.itb"; + sha256 = "482d5f2311337a611fd13964a7db96a251a70d9bcf2a6a38ba7b1f98db5f6970"; + sha256_unsigned = "482d5f2311337a611fd13964a7db96a251a70d9bcf2a6a38ba7b1f98db5f6970"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + model = "GL-B1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-glinet_gl-b2200" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + "mkf2fs" + "e2fsprogs" + "kmod-fs-f2fs" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-glinet_gl-b2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-glinet_gl-b2200-squashfs-sysupgrade.bin"; + sha256 = "57229944d3924d3eb0db2cb75b26a3f2c17c00a2d4aa9ce303a694929b0c40a5"; + sha256_unsigned = "b4a46351e1709e2601a83d8c5701a73942ab2150e5bd85a5a0fe244231f84991"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-glinet_gl-b2200-initramfs-recovery.itb"; + sha256 = "dc421436621c86aac79c5301b5c08002d2a8a794e7e05cdf8fb223f9d90367b7"; + sha256_unsigned = "dc421436621c86aac79c5301b5c08002d2a8a794e7e05cdf8fb223f9d90367b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-glinet_gl-b2200-squashfs-emmc.img.gz"; + sha256 = "5fc74c4e959fa7f7bb690186cc9c52a855af8e6aec32c415b0bb3e995ccaa784"; + sha256_unsigned = "22b3a87fcf16760cd81afafebabc342401f3cc8335ae8c2185d952dc914c39f5"; + type = "emmc"; + } + ]; + supported_devices = [ + "glinet,gl-b2200" + ]; + titles = [ + { + model = "GL-B2200"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-s1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-s1300" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-glinet_gl-s1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-glinet_gl-s1300-initramfs-fit-zImage.itb"; + sha256 = "7d80f23b8dbb55d806646dcdcf46fccc1bfe1238266df3beb91e893d39076b1c"; + sha256_unsigned = "7d80f23b8dbb55d806646dcdcf46fccc1bfe1238266df3beb91e893d39076b1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-glinet_gl-s1300-squashfs-sysupgrade.bin"; + sha256 = "16688cd61a3f1fddcb50c8244609b8c97afcd7d8f0d2ef541189aa2969fb7816"; + sha256_unsigned = "3a1db92891415e09d0dce4c8dd94bbdab0a24e2d14a1b23b79a3d28424a4ed1a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-s1300" + ]; + titles = [ + { + model = "GL-S1300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "7270abd4255365f4eaf2bf60f618ae0a7add165f3be7876c95aea183880a1374"; + sha256_unsigned = "ff9e7315a66ab58b901c32a3d8d14625f58f255d5981b091ec99ea980b56cd4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-linksys_ea6350v3-initramfs-fit-zImage.itb"; + sha256 = "864abb6c7c93d54cc31e49c970ab0afedde192204690dd41544c2a841112d3c2"; + sha256_unsigned = "864abb6c7c93d54cc31e49c970ab0afedde192204690dd41544c2a841112d3c2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "5344a0b401978c12e508c67e00bcc34e7a308cfdcd8ec1d19b283f6ace6d64e7"; + sha256_unsigned = "5344a0b401978c12e508c67e00bcc34e7a308cfdcd8ec1d19b283f6ace6d64e7"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + model = "EA6350"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-linksys_ea8300-initramfs-fit-zImage.itb"; + sha256 = "32d4dd64d7faef7c765d8616dc37f161e448e725a86b174008afb5c5678e5bd1"; + sha256_unsigned = "32d4dd64d7faef7c765d8616dc37f161e448e725a86b174008afb5c5678e5bd1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "6b4da08f380e9dc5e4be5c68756d208e840cd43913ecc84df1542fcbfc398500"; + sha256_unsigned = "6b4da08f380e9dc5e4be5c68756d208e840cd43913ecc84df1542fcbfc398500"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "806c493f0732a0755e1d241f1b161ca5170caf3b8aaabdb4e9c99088f3105855"; + sha256_unsigned = "5f83387c7af7352795c122a08458db6ee481308a26a86d635b1f06218b8f6f0b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + model = "EA8300"; + vendor = "Linksys"; + } + ]; + }; + linksys_mr8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_mr8300-v0" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-linksys_mr8300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-linksys_mr8300-initramfs-fit-zImage.itb"; + sha256 = "3b3733c17153afc2a96e805716149441bcdd99d576eed3a42c3523e7210d64a7"; + sha256_unsigned = "3b3733c17153afc2a96e805716149441bcdd99d576eed3a42c3523e7210d64a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-linksys_mr8300-squashfs-sysupgrade.bin"; + sha256 = "ad625eb99a2e708a613b0d1aa8d5f8f6e3e33cd07d7cef24596bd360fab144d4"; + sha256_unsigned = "b0b80894b5f9ff2e413570da564ffe77526c5e84c9958af290f5500cc10c2aa2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-linksys_mr8300-squashfs-factory.bin"; + sha256 = "6eb3db3993bbb251562831c77eee0b5e17719e5ee86223e1ddc2f55af35a81f6"; + sha256_unsigned = "6eb3db3993bbb251562831c77eee0b5e17719e5ee86223e1ddc2f55af35a81f6"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,mr8300" + ]; + titles = [ + { + model = "MR8300"; + vendor = "Linksys"; + } + ]; + }; + luma_wrtq-329acn = { + device_packages = [ + "ipq-wifi-luma_wrtq-329acn" + "kmod-ath3k" + "kmod-eeprom-at24" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-luma_wrtq-329acn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-luma_wrtq-329acn-initramfs-fit-uImage.itb"; + sha256 = "7f4019a09d48c5e7ef9e3cdfffcded1d4c9357f910ccf2796b435adad1de8c45"; + sha256_unsigned = "7f4019a09d48c5e7ef9e3cdfffcded1d4c9357f910ccf2796b435adad1de8c45"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-luma_wrtq-329acn-squashfs-sysupgrade.bin"; + sha256 = "e9a68f561f3cb2af027841380072fbd8adf9961fe8b4584f0725184584c6d54d"; + sha256_unsigned = "621ff20ff64e2251405a6ac402c8e7c976fb50ac4ad87048b115995e2e03f136"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "luma,wrtq-329acn" + ]; + titles = [ + { + model = "WRTQ-329ACN"; + vendor = "Luma Home"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb"; + sha256 = "982ad45702d90f4c5f86d4168e8a8b3c87cd7cd334d5853c67b3b39c1dbe8bcf"; + sha256_unsigned = "982ad45702d90f4c5f86d4168e8a8b3c87cd7cd334d5853c67b3b39c1dbe8bcf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "8be0dfd78a073945320b7249be6fbd2a225a39014f527e55a37a11f0719bd05c"; + sha256_unsigned = "23b6d5a740bc1d9e4f2600632a816c01091d5f328c021dec6649585222224f00"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + model = "MR33"; + vendor = "Cisco Meraki"; + } + ]; + }; + mobipromo_cm520-79f = { + device_packages = [ + "ipq-wifi-mobipromo_cm520-79f" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-mobipromo_cm520-79f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-factory.ubi"; + sha256 = "02444d547805c70d30d587530ac4bb19e0def5e2d504ba68852b1d174af94767"; + sha256_unsigned = "02444d547805c70d30d587530ac4bb19e0def5e2d504ba68852b1d174af94767"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-mobipromo_cm520-79f-initramfs-fit-zImage.itb"; + sha256 = "ae298f1ff22b869fd85c1f0a9537edc02bb886f559689976d01cedc2bebb3b71"; + sha256_unsigned = "ae298f1ff22b869fd85c1f0a9537edc02bb886f559689976d01cedc2bebb3b71"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-sysupgrade.bin"; + sha256 = "e1392f01bb15d2caf728b8595873dc9c5f5a2641796cb01290456ec946eedda4"; + sha256_unsigned = "8f738f7e533dc348d4d00167f497f88588e7458273da9fa42b9d787ca9677121"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "mobipromo,cm520-79f" + ]; + titles = [ + { + model = "CM520-79F"; + vendor = "MobiPromo"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_ex6100v2-initramfs-fit-zImage.itb"; + sha256 = "a4c86cb763818e7f9dff1184ce9c55c09e2750fc44027de033c584e35a7689c0"; + sha256_unsigned = "a4c86cb763818e7f9dff1184ce9c55c09e2750fc44027de033c584e35a7689c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "09cf72ac03e859b12a579461d51ab0e14385456309dd0fa9dd366c9b1179d427"; + sha256_unsigned = "09cf72ac03e859b12a579461d51ab0e14385456309dd0fa9dd366c9b1179d427"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "3c6e16b69f979010ca7376e0b53ba131b978f5b253a8684fbfb4b4b67de6fe89"; + sha256_unsigned = "358f5bb3f815c4871fb3d2c78e0146e5eb3020410d547eec150e7fc1a2c49c76"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + model = "EX6100"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "93d317d4eb4a5531e41af5eb4af3c401816b4832a687df84d1109aa31c70517a"; + sha256_unsigned = "655501e7b6e32c5c43cf516d7e30a01c4543728fc198df5ef98f003a2cd6ef41"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "f8840e43db73d0d6ce9b34698091f6b2c68bf008f31065e60b911cf53c32fbdc"; + sha256_unsigned = "f8840e43db73d0d6ce9b34698091f6b2c68bf008f31065e60b911cf53c32fbdc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_ex6150v2-initramfs-fit-zImage.itb"; + sha256 = "4433cbd7ac309bf1c79e5d0403e65a58e64b90bc740a3a375a3b7426552ed45c"; + sha256_unsigned = "4433cbd7ac309bf1c79e5d0403e65a58e64b90bc740a3a375a3b7426552ed45c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + model = "EX6150"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_rbr50 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-netgear_rbr50"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_rbr50-initramfs-fit-zImage.itb"; + sha256 = "a8d127a456fad41ed2f437b30a892feb5470d2c6ea45f899a3928fbb0ed4a260"; + sha256_unsigned = "a8d127a456fad41ed2f437b30a892feb5470d2c6ea45f899a3928fbb0ed4a260"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_rbr50-squashfs-factory.img"; + sha256 = "fdb1f5332dc130bc77ac70f4112fcfe48f5a4c141e09b567d778ca96196ba59a"; + sha256_unsigned = "fdb1f5332dc130bc77ac70f4112fcfe48f5a4c141e09b567d778ca96196ba59a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_rbr50-squashfs-sysupgrade.bin"; + sha256 = "a1f44cbe67f7d6d1e7c088a93bec199cf1adac3162685f12b633e2e50257adf1"; + sha256_unsigned = "b3fb11e57b8d6bb2d62618cf79a9ab597208e58bf1ade754e7f4508e1268ac8f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,rbr50" + ]; + titles = [ + { + model = "RBR50"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_rbs50 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-netgear_rbs50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_rbs50-squashfs-sysupgrade.bin"; + sha256 = "5bb30c6e15ae09467bcd66d9a1f6895a85c2969f90001fa402cd15ac52ab2688"; + sha256_unsigned = "217e8e4b4fa3da353f3895b2fa3fa48b59edc6892b21570cb3f6faf6de280df9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_rbs50-squashfs-factory.img"; + sha256 = "1ecb50b545e7512de2d15a76c9c3a1b5df267aa68f67418ecb03b16340316e2a"; + sha256_unsigned = "1ecb50b545e7512de2d15a76c9c3a1b5df267aa68f67418ecb03b16340316e2a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_rbs50-initramfs-fit-zImage.itb"; + sha256 = "bf9268d389e3e55c9a8855e1b4399f42281bd5afbd3d7025d43c86e7485eb95e"; + sha256_unsigned = "bf9268d389e3e55c9a8855e1b4399f42281bd5afbd3d7025d43c86e7485eb95e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,rbs50" + ]; + titles = [ + { + model = "RBS50"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_srr60 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-netgear_srr60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_srr60-initramfs-fit-zImage.itb"; + sha256 = "e48ef586a91a5050210033d1c83e362cc36eeafb78b3f7f0c21c210f7925a0ad"; + sha256_unsigned = "e48ef586a91a5050210033d1c83e362cc36eeafb78b3f7f0c21c210f7925a0ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_srr60-squashfs-factory.img"; + sha256 = "1e745efadd552bc37411d6b34db2fc61beb1cb9f865ba207b0a14ae7dedad76e"; + sha256_unsigned = "1e745efadd552bc37411d6b34db2fc61beb1cb9f865ba207b0a14ae7dedad76e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_srr60-squashfs-sysupgrade.bin"; + sha256 = "709295c9c9b2e133227de6f3a8fb6fc28fe91a75840366c0e4ab995225893184"; + sha256_unsigned = "ca16f77766364ab074bdc94b2b6a6869c3bbeeeb8b9486aea01e5b06c875793f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,srr60" + ]; + titles = [ + { + model = "SRR60"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_srs60 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-netgear_srs60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_srs60-squashfs-factory.img"; + sha256 = "18eaf01ffd9d3461e610bf470456cd909d3191155cdac48f797bada1b7660158"; + sha256_unsigned = "18eaf01ffd9d3461e610bf470456cd909d3191155cdac48f797bada1b7660158"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_srs60-initramfs-fit-zImage.itb"; + sha256 = "a0c040e0d144c7d7083d35b2a672e2c35a4288a7ebdab0c845908952b9ec1f71"; + sha256_unsigned = "a0c040e0d144c7d7083d35b2a672e2c35a4288a7ebdab0c845908952b9ec1f71"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_srs60-squashfs-sysupgrade.bin"; + sha256 = "4ea95fd8a76fec458578f3d912d7d7642044dc9f26ca13d8fb0357f2b981ff6d"; + sha256_unsigned = "905983582867779c0f3342336d7c5e47ae93a6fe64deab89135be25df3168cb1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,srs60" + ]; + titles = [ + { + model = "SRS60"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac510 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-netgear_wac510"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_wac510-squashfs-nand-factory.ubi"; + sha256 = "c6aa71d5a51b78fbda379c98073e514c92673437655ef777e745f4e9879a9514"; + sha256_unsigned = "c6aa71d5a51b78fbda379c98073e514c92673437655ef777e745f4e9879a9514"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_wac510-initramfs-fit-uImage.itb"; + sha256 = "6f229a92d8912546aac7e8a30abdf6f7d1b0e324043b63a4a3964a71d3ce9ad7"; + sha256_unsigned = "6f229a92d8912546aac7e8a30abdf6f7d1b0e324043b63a4a3964a71d3ce9ad7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_wac510-squashfs-nand-factory.tar"; + sha256 = "0c8b143fda3422afd63df79ac6a29be0a3f8ef65d703fa10c0dfc622ea4b6a8b"; + sha256_unsigned = "0c8b143fda3422afd63df79ac6a29be0a3f8ef65d703fa10c0dfc622ea4b6a8b"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-netgear_wac510-squashfs-nand-sysupgrade.bin"; + sha256 = "918e92d4787b991b55ce52235694d15f566a00be453ac940b5bb87c76a4691da"; + sha256_unsigned = "8bc73ee540b0a09de4d8ebd0c458d6d11467ea643e155dc7466e45747581744b"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wac510" + ]; + titles = [ + { + model = "WAC510"; + vendor = "Netgear"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "0e64eb55f6cc07c9b9d434687ccff7a6f10ff0b5a03100e8c2f480f5560ce2cc"; + sha256_unsigned = "eababd55ada639030d819f35fb81199444787768a789c08aa79eead499a9fec3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "8aa67cb533aa3da2a1045600c91c9f674ef28f5182857d0198642cb33c06f4f6"; + sha256_unsigned = "8aa67cb533aa3da2a1045600c91c9f674ef28f5182857d0198642cb33c06f4f6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-openmesh_a42-initramfs-fit-uImage.itb"; + sha256 = "75d91d4cbb974e04693c16edfc80c78838ad18cb448e1f30b12f5d8e2f8fb0db"; + sha256_unsigned = "75d91d4cbb974e04693c16edfc80c78838ad18cb448e1f30b12f5d8e2f8fb0db"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + model = "A42"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-openmesh_a62-initramfs-fit-uImage.itb"; + sha256 = "1083fa686697c4cf87c1293dfd6a071c363100589be69ea9ff4a35875c86a77e"; + sha256_unsigned = "1083fa686697c4cf87c1293dfd6a071c363100589be69ea9ff4a35875c86a77e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "711633c0069caee9b2d6f8a62c57ada8c5c2a96cd62432808bb9a50c89ecccd2"; + sha256_unsigned = "711633c0069caee9b2d6f8a62c57ada8c5c2a96cd62432808bb9a50c89ecccd2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "279f4b5f526b413f7121e4616c27137194628def503a29fae2828e986eac0233"; + sha256_unsigned = "554e5906dc33dadde4d937639597919928333948a7d62186bf6e00680cd15163"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + model = "A62"; + vendor = "OpenMesh"; + } + ]; + }; + p2w_r619ac-128m = { + device_packages = [ + "ipq-wifi-p2w_r619ac" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-p2w_r619ac-128m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-p2w_r619ac-128m-squashfs-nand-factory.ubi"; + sha256 = "4408113a9b9634dfe4b99990b70d0d8514862d9a50bfb73c6d2643398ea0c157"; + sha256_unsigned = "4408113a9b9634dfe4b99990b70d0d8514862d9a50bfb73c6d2643398ea0c157"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-p2w_r619ac-128m-initramfs-fit-zImage.itb"; + sha256 = "7e2090fbb4815682e42abc2dcab552ac34aee979fa7ebf23ec2be32159f0777c"; + sha256_unsigned = "7e2090fbb4815682e42abc2dcab552ac34aee979fa7ebf23ec2be32159f0777c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-p2w_r619ac-128m-squashfs-nand-sysupgrade.bin"; + sha256 = "cadc2b74fc9fd335e8eca0dc498797ad03f778639248a72d181e365df00d1e33"; + sha256_unsigned = "38fc7f0599b57dcb65f006682e9da8209e16861bed44ac64f44b0640eb4bfd7b"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "p2w,r619ac-128m" + ]; + titles = [ + { + model = "R619AC"; + variant = "128M NAND"; + vendor = "P&W"; + } + ]; + }; + p2w_r619ac-64m = { + device_packages = [ + "ipq-wifi-p2w_r619ac" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-p2w_r619ac-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-factory.bin"; + sha256 = "971004eef0ff6efd1830b403c9f39dde23f6dff09dc852093d1fecd281d1b266"; + sha256_unsigned = "971004eef0ff6efd1830b403c9f39dde23f6dff09dc852093d1fecd281d1b266"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-sysupgrade.bin"; + sha256 = "8f498723134528a0a67c75608ea447296e779bf95d03e9c92e6d28fe54bf0f27"; + sha256_unsigned = "cb905d76640d20e17401225bf871bcf3ad0545660f083993d917da06a551f3d0"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-p2w_r619ac-64m-initramfs-fit-zImage.itb"; + sha256 = "9ad9ce2a03c8ddb49473652540819a10ef3e286416fd153ac6324ee18c70fdb6"; + sha256_unsigned = "9ad9ce2a03c8ddb49473652540819a10ef3e286416fd153ac6324ee18c70fdb6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-factory.ubi"; + sha256 = "a51c9bda4b83e9493a9c0f3afbfa88742a7d5ace5fd5786d70db50b282e904ab"; + sha256_unsigned = "a51c9bda4b83e9493a9c0f3afbfa88742a7d5ace5fd5786d70db50b282e904ab"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "p2w,r619ac-64m" + ]; + titles = [ + { + model = "R619AC"; + variant = "64M NAND"; + vendor = "P&W"; + } + ]; + }; + plasmacloud_pa1200 = { + device_packages = [ + "ipq-wifi-plasmacloud_pa1200" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-plasmacloud_pa1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-plasmacloud_pa1200-initramfs-fit-uImage.itb"; + sha256 = "7f2eaf541d8b8ba7b15d7323c36e3c2b19adb6277b5db0b355b63e71a786f146"; + sha256_unsigned = "7f2eaf541d8b8ba7b15d7323c36e3c2b19adb6277b5db0b355b63e71a786f146"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-plasmacloud_pa1200-squashfs-factory.bin"; + sha256 = "17f5f579bff2aa1a9138b27f9bdb1b92c827e8996038416455237aaec5e3e7e3"; + sha256_unsigned = "17f5f579bff2aa1a9138b27f9bdb1b92c827e8996038416455237aaec5e3e7e3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-plasmacloud_pa1200-squashfs-sysupgrade.bin"; + sha256 = "bd81c618a9fd0e67fd2d15856512b8e8a85fa4ddb47ddd80b1f35af2cae3b487"; + sha256_unsigned = "79dccd9541ae00413c97b6cf4acb7e9aeaa8cb20865eb8614bd47308c857c39c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plasmacloud,pa1200" + ]; + titles = [ + { + model = "PA1200"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-plasmacloud_pa2200" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-plasmacloud_pa2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-plasmacloud_pa2200-squashfs-sysupgrade.bin"; + sha256 = "5442f4a9d46ab7c1d72a80f4469b9922e1deb81ba032cb13683686c5489a4468"; + sha256_unsigned = "b48c83407e24a8b4b6d8552273221717301732d6d7fc0f28d21732556182d216"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-plasmacloud_pa2200-initramfs-fit-uImage.itb"; + sha256 = "20052341a25e0cefab6973ca660adbfe3d35ce33c32a183ab09378895f551b66"; + sha256_unsigned = "20052341a25e0cefab6973ca660adbfe3d35ce33c32a183ab09378895f551b66"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-plasmacloud_pa2200-squashfs-factory.bin"; + sha256 = "c57cef38759ffb58bebcb589d11bb8dacf1683413015037fa4c943f75d07a846"; + sha256_unsigned = "c57cef38759ffb58bebcb589d11bb8dacf1683413015037fa4c943f75d07a846"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa2200" + ]; + titles = [ + { + model = "PA2200"; + vendor = "Plasma Cloud"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac-c2" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-qxwlan_e2600ac-c2-initramfs-fit-uImage.itb"; + sha256 = "43c95da757a4f9f98d80fbdc32d9a4cb5a4dfd4d4e97834487a42f2f9af213c1"; + sha256_unsigned = "43c95da757a4f9f98d80fbdc32d9a4cb5a4dfd4d4e97834487a42f2f9af213c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "fd0d3508c1da6fb465028387815c4f647751ac4fddfc212e6c96bc3ba0664245"; + sha256_unsigned = "120440279878d933a724e01e99dedbd2e6ac0180397ef1b123e9daca551124d6"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "87dc3559f60b870a8e388c3c32867f046dd18811169caaa5bc7f2d757dc5fdc2"; + sha256_unsigned = "87dc3559f60b870a8e388c3c32867f046dd18811169caaa5bc7f2d757dc5fdc2"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C2"; + vendor = "Qxwlan"; + } + ]; + }; + teltonika_rutx10 = { + device_packages = [ + "ipq-wifi-teltonika_rutx" + "kmod-bluetooth" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-teltonika_rutx10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-teltonika_rutx10-squashfs-nand-sysupgrade.bin"; + sha256 = "1af0265562e149c6a67983267b18c301dee8f66207c48e36ccc898b79f909062"; + sha256_unsigned = "3ddaa78c5f8636e2cd40cabd5b5e55160b2f968a8ad685bce31785a253805c9e"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-teltonika_rutx10-initramfs-fit-uImage.itb"; + sha256 = "6e09b92449110e444ee01086338310273e277a0ddbbdcceecd67fb8caa7df087"; + sha256_unsigned = "6e09b92449110e444ee01086338310273e277a0ddbbdcceecd67fb8caa7df087"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-teltonika_rutx10-squashfs-nand-factory.ubi"; + sha256 = "f9c7348fbd9a04bcc13c04a3ca2435336e01d0121ba7e5740cdb49e509dd8e91"; + sha256_unsigned = "f9c7348fbd9a04bcc13c04a3ca2435336e01d0121ba7e5740cdb49e509dd8e91"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "teltonika,rutx10" + ]; + titles = [ + { + model = "RUTX10"; + vendor = "Teltonika"; + } + ]; + }; + zte_mf286d = { + device_packages = [ + "ipq-wifi-zte_mf286d" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-zte_mf286d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-zte_mf286d-squashfs-sysupgrade.bin"; + sha256 = "31229f088cf0a32c3a51cb2369e90d3a02fc28cb41a2c4369f2c511546fc24f5"; + sha256_unsigned = "3790a8029e70f61ab948b022edd178513c386cc0d0fd4452084da3317cf0f35c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-zte_mf286d-initramfs-fit-zImage.itb"; + sha256 = "cdaf2035bb11e59c513ec5b2d73b9a114511ba65a5899d5e3ed865d21d5a195b"; + sha256_unsigned = "cdaf2035bb11e59c513ec5b2d73b9a114511ba65a5899d5e3ed865d21d5a195b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286d" + ]; + titles = [ + { + model = "MF286D"; + vendor = "ZTE"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-zyxel_nbg6617-initramfs-fit-uImage.itb"; + sha256 = "6a109fc13fd7c57eb5f1210d1b89303b2094ce69d79ebd14b1ae03a2bf21ac9b"; + sha256_unsigned = "6a109fc13fd7c57eb5f1210d1b89303b2094ce69d79ebd14b1ae03a2bf21ac9b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "d84e247e1e2e211e22000ee4d9caa878b22d0206eb0394abd97937595733a443"; + sha256_unsigned = "566f84c7c0abfe170fd829e68c4558717be07dbfa1d6ffe4b95cd5a73d7228bd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "0d06d9b360ff1d9f4d0ace0644135f6984d3f4ca7d1c95266bfe7a7547295654"; + sha256_unsigned = "0d06d9b360ff1d9f4d0ace0644135f6984d3f4ca7d1c95266bfe7a7547295654"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + model = "NBG6617"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "05b7b89bcd54db64d9981c521ab314825d3576b7fb13fd34d5daaee2d65f6941"; + sha256_unsigned = "2eb04c9cca97ef090d3e861d5d971831b4ddf1e25e6fe08443a052ba32f42a6f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-generic-zyxel_wre6606-initramfs-fit-uImage.itb"; + sha256 = "61fbcf2f33153abbe83faa7c7437c838c1b4f6a2ef4256d6ce24bc3ecc0b861a"; + sha256_unsigned = "61fbcf2f33153abbe83faa7c7437c838c1b4f6a2ef4256d6ce24bc3ecc0b861a"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + model = "WRE6606"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "ipq40xx/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + mikrotik = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_cap-ac = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-mikrotik-mikrotik_cap-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-mikrotik-mikrotik_cap-ac-initramfs-kernel.bin"; + sha256 = "fd8550eca87245d8fae23d5aacd6a57f67146ae1927672871f833235b72e20f3"; + sha256_unsigned = "fd8550eca87245d8fae23d5aacd6a57f67146ae1927672871f833235b72e20f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-mikrotik-mikrotik_cap-ac-squashfs-sysupgrade.bin"; + sha256 = "c34082b4506a2953a7c0a9232169ee6a112028cb563ec0f1e6fbcb1f10b31f23"; + sha256_unsigned = "313e21d621c49774729b9d95db97ae8ad83de509ede1d3ec12266982237ecf2d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,cap-ac" + ]; + titles = [ + { + model = "cAP ac"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_hap-ac2 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-mikrotik-mikrotik_hap-ac2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-mikrotik-mikrotik_hap-ac2-initramfs-kernel.bin"; + sha256 = "c7237c1d2d3f80add112ca488d225c25404a4ac56ecd8c07c874c84629e29341"; + sha256_unsigned = "c7237c1d2d3f80add112ca488d225c25404a4ac56ecd8c07c874c84629e29341"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-mikrotik-mikrotik_hap-ac2-squashfs-sysupgrade.bin"; + sha256 = "737cd3de9688d25c17d7cb07ab1c66ab5633347a739b3e9fbfe065ba45f9a0ec"; + sha256_unsigned = "6ac3fec4cc2ddf694ac8539fdcfa6e996c88961224ef0b89b82ddea643a786c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac2" + ]; + titles = [ + { + model = "hAP ac2"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_hap-ac3 = { + device_packages = [ + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-mikrotik-mikrotik_hap-ac3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-mikrotik-mikrotik_hap-ac3-initramfs-kernel.bin"; + sha256 = "905082211e1283ba529b47f481b9fe208fde45212887186811bf1ac03292a561"; + sha256_unsigned = "905082211e1283ba529b47f481b9fe208fde45212887186811bf1ac03292a561"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-mikrotik-mikrotik_hap-ac3-squashfs-nand-sysupgrade.bin"; + sha256 = "b7105b2c5da93e75ee987223603a2b4f6fa50d7da2fc8165f2633e4540344d8a"; + sha256_unsigned = "f94ceffdeb7c4a5f6cb960506c318c006c23734d07cf56fb9ae98e87e9ff5221"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac3" + ]; + titles = [ + { + model = "hAP ac3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_lhgg-60ad = { + device_packages = [ + "-kmod-ath10k-ct" + "-ath10k-firmware-qca4019-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-mikrotik-mikrotik_lhgg-60ad"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-mikrotik-mikrotik_lhgg-60ad-initramfs-kernel.bin"; + sha256 = "7d4ee9d7bbe3657a4a7fc2f33924d9b1004a26e53f24679df22f434302f07650"; + sha256_unsigned = "7d4ee9d7bbe3657a4a7fc2f33924d9b1004a26e53f24679df22f434302f07650"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-mikrotik-mikrotik_lhgg-60ad-squashfs-sysupgrade.bin"; + sha256 = "cd710f18899633466a64dbe509ad1da9eb428efd1545fb7e381d61ea01da68cc"; + sha256_unsigned = "740c5f40b72eead650d303659405e2692d4fc947381d1b8114f6053ac0379c4e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,lhgg-60ad" + ]; + titles = [ + { + model = "Wireless Wire Dish LHGG-60ad"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_sxtsq-5-ac = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-initramfs-kernel.bin"; + sha256 = "333b0dbabd28381a5bbc1dfb9abfec68b5aa22acf3e8482a6282463141a94bb4"; + sha256_unsigned = "333b0dbabd28381a5bbc1dfb9abfec68b5aa22acf3e8482a6282463141a94bb4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-squashfs-sysupgrade.bin"; + sha256 = "e7fafded0a955f523b36b495cbe72756cb82ac67ad6945a876aed90f88981778"; + sha256_unsigned = "6fbe9802323e23b1cda663a6e1f18b6d92d2e6b9cd5e903337487cc987c6b752"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,sxtsq-5-ac" + ]; + titles = [ + { + model = "SXTsq 5 ac (RBSXTsqG-5acD)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "ipq40xx/mikrotik"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-phy-qcom-ipq806x-usb" + "kmod-usb-dwc3-qcom" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + arris_tr4400-v2 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-arris_tr4400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-arris_tr4400-v2-squashfs-sysupgrade.bin"; + sha256 = "518b322b90642ebf4d688f513cdc0ea17ec17e330a4c258f05d689961242ac4a"; + sha256_unsigned = "9495684771b9ae182df6cb574a8d96f2e8b587cc5983aeb6d1f88e3d8f14d107"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-arris_tr4400-v2-initramfs-uImage"; + sha256 = "f78985d2e2c3c7d887e868192b8d05afbc90d5381cd4c25ff2199626adaf5353"; + sha256_unsigned = "f78985d2e2c3c7d887e868192b8d05afbc90d5381cd4c25ff2199626adaf5353"; + type = "kernel"; + } + ]; + supported_devices = [ + "arris,tr4400-v2" + ]; + titles = [ + { + model = "TR4400"; + variant = "v2"; + vendor = "Arris"; + } + ]; + }; + askey_rt4230w-rev6 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-askey_rt4230w-rev6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-askey_rt4230w-rev6-squashfs-sysupgrade.bin"; + sha256 = "3a6827739946fbe6302da796bfb0ae05b364a208a5ea61705f0090b8ece73a05"; + sha256_unsigned = "a93ebff349024ff94ac184c554c1f236c3e1d0189cb4a3d54476b0b45dbe44ae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-askey_rt4230w-rev6-initramfs-uImage"; + sha256 = "723bb490bb4649d8a1eb7c7eef183e7075587bcfaeffbc2614c0c08de4de89bd"; + sha256_unsigned = "723bb490bb4649d8a1eb7c7eef183e7075587bcfaeffbc2614c0c08de4de89bd"; + type = "kernel"; + } + ]; + supported_devices = [ + "askey,rt4230w-rev6" + ]; + titles = [ + { + model = "RT4230W"; + variant = "REV6"; + vendor = "Askey"; + } + ]; + }; + asrock_g10 = { + device_packages = [ + "kmod-i2c-gpio" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-asrock_g10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-asrock_g10-initramfs-fit-uImage.itb"; + sha256 = "f9c90b78af64e6c08248d91907f66d28e2600b9cae126847926c95d6084185dd"; + sha256_unsigned = "f9c90b78af64e6c08248d91907f66d28e2600b9cae126847926c95d6084185dd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-asrock_g10-squashfs-nand-factory.bin"; + sha256 = "8251041dc9952c0760b126c9d4b11e0dd1da116650efbfd7499ee08ab916b806"; + sha256_unsigned = "8251041dc9952c0760b126c9d4b11e0dd1da116650efbfd7499ee08ab916b806"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-asrock_g10-squashfs-nand-sysupgrade.bin"; + sha256 = "4bbd96fda9510e8d839379e16960eec8b449a6f66ddef43e50ebe9d4213e8f27"; + sha256_unsigned = "a0e01838899d8d5b3136173c43153b0e2f1de7a3c788ec240d7706dd54c0b050"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "asrock,g10" + ]; + titles = [ + { + model = "G10"; + vendor = "ASRock"; + } + ]; + }; + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "9aaed9b7fe1bb16c8844356e9c8203f18e6547bb1777f09f0c11494ec44f2bd3"; + sha256_unsigned = "d5068369b8e5b224ea423da210966e0cc6ab576afe38999652857056f910edfe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-buffalo_wxr-2533dhp-initramfs-uImage"; + sha256 = "4977b20d5600bdd8c5c5153967a97b3563cab0fa7baf582c1eecdeb596653aaf"; + sha256_unsigned = "4977b20d5600bdd8c5c5153967a97b3563cab0fa7baf582c1eecdeb596653aaf"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + model = "WXR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-compex_wpq864-initramfs-fit-uImage.itb"; + sha256 = "70589589e453dccf28136c9c6013895893bcbafd20101eb4de34808cd94850ef"; + sha256_unsigned = "70589589e453dccf28136c9c6013895893bcbafd20101eb4de34808cd94850ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "fb2cd9217849ac3812f353220fb4ed7e099221cac66ef60a2111854341af8a37"; + sha256_unsigned = "22235b382df16270a5dd3d2e63b135ee5d46db153db0cc8fd41ca3c40ce3fc6c"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "b728acd813f39a7a40ac11e50a960f537d39f1aec41b2543bb00b068ca011921"; + sha256_unsigned = "b728acd813f39a7a40ac11e50a960f537d39f1aec41b2543bb00b068ca011921"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + model = "WPQ864"; + vendor = "Compex"; + } + ]; + }; + edgecore_ecw5410 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-edgecore_ecw5410" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-edgecore_ecw5410"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-edgecore_ecw5410-initramfs-fit-uImage.itb"; + sha256 = "21124f7a5fc0f7ad94d2aca613acff083d02ac027c7b92dfaa907ba05bccbdd2"; + sha256_unsigned = "21124f7a5fc0f7ad94d2aca613acff083d02ac027c7b92dfaa907ba05bccbdd2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-edgecore_ecw5410-squashfs-nand-factory.bin"; + sha256 = "12cbe30063682e3faf74da5dbe1499cbdca912d5dd5b3ba1fbc5bccc6a09c958"; + sha256_unsigned = "12cbe30063682e3faf74da5dbe1499cbdca912d5dd5b3ba1fbc5bccc6a09c958"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-edgecore_ecw5410-squashfs-nand-sysupgrade.bin"; + sha256 = "80fc2b67cf73cc53b3953510ac620cb8e14be804742fc91b3438b8856aed0676"; + sha256_unsigned = "7570b0f175c1aa5424410c8e8ee3efb22cf5a20e28d5dd1cccf064f9cb1af54a"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "edgecore,ecw5410" + ]; + titles = [ + { + model = "ECW5410"; + vendor = "Edgecore"; + } + ]; + }; + linksys_ea7500-v1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-linksys_ea7500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-linksys_ea7500-v1-initramfs-uImage"; + sha256 = "1845cb0496b4f0f00c630f36264708079de15bd866a971492e6aa03b4036fd9e"; + sha256_unsigned = "1845cb0496b4f0f00c630f36264708079de15bd866a971492e6aa03b4036fd9e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-linksys_ea7500-v1-squashfs-factory.bin"; + sha256 = "bd22a6170163c04d7da14b701e7ed7c3809400ea4670ac7b59ed400988b65024"; + sha256_unsigned = "bd22a6170163c04d7da14b701e7ed7c3809400ea4670ac7b59ed400988b65024"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-linksys_ea7500-v1-squashfs-sysupgrade.bin"; + sha256 = "929d482f03eb41e79900bae789a94ba2895f7467ab4025b244a5ed5adb2f32be"; + sha256_unsigned = "4120067f7c604a71371b8fc376b4e7896e07a939d3e48fe22b5f14cbe6603af7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea7500-v1" + ]; + titles = [ + { + model = "EA7500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-linksys_ea8500-initramfs-uImage"; + sha256 = "e2e2bf2720a4df9e95b74b726aa89a9bc2d4a7d23defa138c9a230a5198b9b43"; + sha256_unsigned = "e2e2bf2720a4df9e95b74b726aa89a9bc2d4a7d23defa138c9a230a5198b9b43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "2ba22a530ed86c437426a7541b619f20fe2d355a403e08905f16d1fdd0327d6c"; + sha256_unsigned = "2b273f65ffc610ad929b0c13bf3d3e5e51e53186f4f73fb30f8472545d87bfc8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "574d2b256adb1499b45c2d5ba569eed7e436a3b6ac649b8a9a8e810afa85a93d"; + sha256_unsigned = "574d2b256adb1499b45c2d5ba569eed7e436a3b6ac649b8a9a8e810afa85a93d"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + model = "EA8500"; + vendor = "Linksys"; + } + ]; + }; + meraki_mr42 = { + device_packages = [ + "-swconfig" + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-phy-qcom-ipq806x-usb" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "-uboot-envtools" + "ath10k-firmware-qca9887-ct" + "ath10k-firmware-qca99x0-ct" + "kmod-eeprom-at24" + "kmod-hwmon-ina2xx" + "kmod-leds-tlc591xx" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-meraki_mr42"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-meraki_mr42-initramfs-fit-uImage.itb"; + sha256 = "1e061b3d82f6ddbf3c8d6e1fa786897567335d5bae04f1e583db3795c35c6dea"; + sha256_unsigned = "1e061b3d82f6ddbf3c8d6e1fa786897567335d5bae04f1e583db3795c35c6dea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-meraki_mr42-squashfs-sysupgrade.bin"; + sha256 = "3ce6478bc1726132744ae36af6523708e75d6be47d3a65e2a8978b9a6a19625c"; + sha256_unsigned = "a4eb57bafb43694f6272d3a846b143ef703978ba5a1704b8e93fa7b9edba9b95"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr42" + ]; + titles = [ + { + model = "MR42"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mr52 = { + device_packages = [ + "-swconfig" + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-phy-qcom-ipq806x-usb" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "-uboot-envtools" + "ath10k-firmware-qca9887-ct" + "ath10k-firmware-qca9984-ct" + "kmod-eeprom-at24" + "kmod-hwmon-ina2xx" + "kmod-leds-tlc591xx" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-meraki_mr52"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-meraki_mr52-initramfs-fit-uImage.itb"; + sha256 = "b72992897ee15acc0e856371f681982561218b04b075bd290cffac61c29eee67"; + sha256_unsigned = "b72992897ee15acc0e856371f681982561218b04b075bd290cffac61c29eee67"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-meraki_mr52-squashfs-sysupgrade.bin"; + sha256 = "77da6b69cce2245bb2791e18d59862f7de0bb214e3a7f27e1000c1f6288b8f94"; + sha256_unsigned = "4d53a85f073c88e0ac55108a292ba4e9128ed2eab6d0d1b7cec01a58d8b62739"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr52" + ]; + titles = [ + { + model = "MR52"; + vendor = "Cisco Meraki"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "642230cfb3ac842597aa9fd212f079a48ef4f43a9bbb7f2ccc502b9e045b4657"; + sha256_unsigned = "c02f593b650d5e0b34bb626b01510359d2a0f6053cc9c328ff9f3b5b5b8d8d83"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-nec_wg2600hp-initramfs-uImage"; + sha256 = "2b114b63e20a8ee7353ff3c8c1c8ef432543dc571fbecb088fa04569596a774e"; + sha256_unsigned = "2b114b63e20a8ee7353ff3c8c1c8ef432543dc571fbecb088fa04569596a774e"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + model = "Aterm WG2600HP"; + vendor = "NEC"; + } + ]; + }; + nec_wg2600hp3 = { + device_packages = [ + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-usb-phy-qcom-dwc3" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "ath10k-firmware-qca9984-ct" + "ipq-wifi-nec_wg2600hp3" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-nec_wg2600hp3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-nec_wg2600hp3-squashfs-sysupgrade.bin"; + sha256 = "8817b3621c286fc28357e6115b23fe2858c73a2bcfcc9a86801a90e90982852f"; + sha256_unsigned = "14a72ec0d4baf498755ddb81da7526d1cf74dfe216e5a1c5fcb24cba87d78a6b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-nec_wg2600hp3-initramfs-uImage"; + sha256 = "82a0496b77b57cb08317687a83131f27cce49b4dd605c63b9a5640a5cc32dd30"; + sha256_unsigned = "82a0496b77b57cb08317687a83131f27cce49b4dd605c63b9a5640a5cc32dd30"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg2600hp3" + ]; + titles = [ + { + model = "Aterm WG2600HP3"; + vendor = "NEC Platforms"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "e0b28efdc3892ca7a4c7e544745c7d935ca197f58893dd50c5370060477ac005"; + sha256_unsigned = "e0b28efdc3892ca7a4c7e544745c7d935ca197f58893dd50c5370060477ac005"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-netgear_d7800-initramfs-uImage"; + sha256 = "95dd96033e509933953d36d4d12ea2db08aae65a3637a54ab6a119cec47d0638"; + sha256_unsigned = "95dd96033e509933953d36d4d12ea2db08aae65a3637a54ab6a119cec47d0638"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "3f52a54814894840a2951dacf285be64f9adbc806accf0c22dc65f41393ac2a4"; + sha256_unsigned = "82c0392101c05177d42c331fdfc23007acab76bff92795cb894645e2dacf2b32"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + model = "Nighthawk X4 D7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-netgear_r7500-initramfs-uImage"; + sha256 = "8f11005f02cdcff878dd6f1ed2f7f8195bcc8acf231f2f77a0287586285c4823"; + sha256_unsigned = "8f11005f02cdcff878dd6f1ed2f7f8195bcc8acf231f2f77a0287586285c4823"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "87a4a7570f38662a39b7f74af3a31553ed1f189084e0929a1ec6d215f1fa291f"; + sha256_unsigned = "936a6720bfbd26cc1bd715ecac58a9220f8d333b3691106ad95114cefa37a452"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "00f63b7a67bcd40ab6c51dc1c9458c9052f176717db7762a8867ba4846675ac3"; + sha256_unsigned = "00f63b7a67bcd40ab6c51dc1c9458c9052f176717db7762a8867ba4846675ac3"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "a26e947cb5af1cf0764b74819830260d778d55ccfac89d65f8262f167b18df29"; + sha256_unsigned = "a26e947cb5af1cf0764b74819830260d778d55ccfac89d65f8262f167b18df29"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "2e255a1ae8e9157d7a0a578bd0ef5a6661716846b27ab23184d4085e8d00e2d2"; + sha256_unsigned = "ae1ac2e84a98a2558854cbca9999a4306bf3ca597653105ea252e79d48aae996"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-netgear_r7500v2-initramfs-uImage"; + sha256 = "7009148f9970a589c94ca2ed04880e988f6bee374a566761274ee358500aa5d0"; + sha256_unsigned = "7009148f9970a589c94ca2ed04880e988f6bee374a566761274ee358500aa5d0"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ramoops" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "c15e4b03acfedb21d360e4ca78bbd74cbbe85cb9fa5059725734a1c4168f3641"; + sha256_unsigned = "78fe3319cb1a1d1a3e662aff0e58d62a26dc4ee64ddec334285280f8f0ea93a3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-netgear_r7800-initramfs-uImage"; + sha256 = "09f1dcaf91ede50354bf741699dbf41cef5d24ef7b2e9f5f25e77630baa725e0"; + sha256_unsigned = "09f1dcaf91ede50354bf741699dbf41cef5d24ef7b2e9f5f25e77630baa725e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "935d6244b4fa6c434d7129d6d209133f6197d2dedcc505476a29aa7931181c00"; + sha256_unsigned = "935d6244b4fa6c434d7129d6d209133f6197d2dedcc505476a29aa7931181c00"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + model = "Nighthawk X4S R7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_xr500 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ramoops" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-netgear_xr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-netgear_xr500-squashfs-sysupgrade.bin"; + sha256 = "b8bee4a86845082d335944fe5b017b6f68a093c7c35ad2fd1d0a016000689314"; + sha256_unsigned = "48c239e41aeb03530d917ffc3c424aa9a7a310c6af0aa0235e9d7a3af1872075"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-netgear_xr500-initramfs-uImage"; + sha256 = "d58e1e4f465f67111c4d2325d8fe574ce880eba8f310c7142c46a77ddbf1c3ba"; + sha256_unsigned = "d58e1e4f465f67111c4d2325d8fe574ce880eba8f310c7142c46a77ddbf1c3ba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-netgear_xr500-squashfs-factory.img"; + sha256 = "55817f6bc60d56a4ea5f55624c2a970e82aa6beea9f151698ffe3c0a020bc8bc"; + sha256_unsigned = "55817f6bc60d56a4ea5f55624c2a970e82aa6beea9f151698ffe3c0a020bc8bc"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,xr500" + ]; + titles = [ + { + model = "Nighthawk XR500"; + vendor = "NETGEAR"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-qcom_ipq8064-ap148-initramfs-fit-uImage.itb"; + sha256 = "aadaf1d66924f16cf989a0fbae3bafc3e7c30c406d59454f4e1ff0498a80b08b"; + sha256_unsigned = "aadaf1d66924f16cf989a0fbae3bafc3e7c30c406d59454f4e1ff0498a80b08b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "263bec5aa6b679145b40a88965a6909c652d6574a65f41ad669ade6c0e234303"; + sha256_unsigned = "4cb5156cad50391db8a738a8338210fb4f376046d506a7a85db5bc05c088dd6b"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "b1302105bce83c0750183e8dc3a848a7d1ee690562cecef5b3306d25f100c61a"; + sha256_unsigned = "b1302105bce83c0750183e8dc3a848a7d1ee690562cecef5b3306d25f100c61a"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "standard"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "e9cab2cc9773ce51dea8ae0584ccc7dfb4c3c1c277592afa34792d18cbcac1a4"; + sha256_unsigned = "e9cab2cc9773ce51dea8ae0584ccc7dfb4c3c1c277592afa34792d18cbcac1a4"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-qcom_ipq8064-ap148-legacy-initramfs-uImage"; + sha256 = "4da83aed132898846ae08ae82b926e8ee2e63c8f2d80ce5808ffd61676a5c7c5"; + sha256_unsigned = "4da83aed132898846ae08ae82b926e8ee2e63c8f2d80ce5808ffd61676a5c7c5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "9e4d56b957d8e2d8a55ab53aaaa88baf5fa4f7ac41235838bcd316f4e47b7e9c"; + sha256_unsigned = "72ddb26271fc5a7e4911cf96ad9c8049e8b56c0dd9e07419f5fed0b269ba02e3"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "legacy"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "54c291abae2f3e55ea5791de05551515da1b9bb4f86a9c14bfa29409b0cb039b"; + sha256_unsigned = "51115fbcebdb8b6534a4cdcc4c62b263d3f99cf1728f204e86234b394674dd40"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-qcom_ipq8064-ap161-initramfs-fit-uImage.itb"; + sha256 = "395ec9942636fdbb56ed3bf4f8b6040ad99101a01edc9c20752ca50f49874bf7"; + sha256_unsigned = "395ec9942636fdbb56ed3bf4f8b6040ad99101a01edc9c20752ca50f49874bf7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "f59803a3d21b02ab812be9795b31b245a7c929fe6e464ba2406b951d9c93afc1"; + sha256_unsigned = "f59803a3d21b02ab812be9795b31b245a7c929fe6e464ba2406b951d9c93afc1"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + model = "AP161"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-db149 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-qcom_ipq8064-db149"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-qcom_ipq8064-db149-squashfs-sysupgrade.bin"; + sha256 = "a48fb78751ae9f3a2ac7b97b7418e8dc0a10d2d683eb08a973549c841a2ad3f7"; + sha256_unsigned = "d255f48185a712ab5ca568fe4837942e412e8135bbcc0eb304410bc196bf858d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-qcom_ipq8064-db149-initramfs-fit-uImage.itb"; + sha256 = "5369d54fd8015fd89d570a2fd608d4c6a252ff65e4e5100022b302da834f10c7"; + sha256_unsigned = "5369d54fd8015fd89d570a2fd608d4c6a252ff65e4e5100022b302da834f10c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-db149" + ]; + titles = [ + { + model = "DB149"; + vendor = "Qualcomm"; + } + ]; + }; + tplink_ad7200 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-tplink_ad7200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-tplink_ad7200-squashfs-sysupgrade.bin"; + sha256 = "4535dc25bac8838c0fab8308321071685a7697538faee96f5d97f1151bf27ef1"; + sha256_unsigned = "21dfd83cbe3d6ef4381153685cfbf47780b355d7949835a18d10eaad148a9b1a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-tplink_ad7200-squashfs-factory.bin"; + sha256 = "4796fc11410f5f0650ea774537eba79b6b9395f7e5fab8c5e86d5d113fb454ec"; + sha256_unsigned = "4796fc11410f5f0650ea774537eba79b6b9395f7e5fab8c5e86d5d113fb454ec"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-tplink_ad7200-initramfs-uImage"; + sha256 = "7dd67c10c9d4b074a5c652a1d4f8ed0f6f8d380be749cb2ae0983f82c0e8ff40"; + sha256_unsigned = "7dd67c10c9d4b074a5c652a1d4f8ed0f6f8d380be749cb2ae0983f82c0e8ff40"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,ad7200" + ]; + titles = [ + { + model = "AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + { + model = "Talon AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "fc1105679692ec64dca4eb02c36ba5f923fff6b7da63f6ef4f2d3b30b5bebe6b"; + sha256_unsigned = "c5bfdfce4bdbc2ab9aacc7c977fb47599d790f90127c391b068cf089a799febf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "89e227205d7d0f8ccaeff4c58d8b62120f3d77416ed4ff3bce1ffc13964f40e8"; + sha256_unsigned = "89e227205d7d0f8ccaeff4c58d8b62120f3d77416ed4ff3bce1ffc13964f40e8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-tplink_c2600-initramfs-uImage"; + sha256 = "c4278d47138b92226de97b324b4e0b43d9337e5547c0dec802f3e0666ee87195"; + sha256_unsigned = "c4278d47138b92226de97b324b4e0b43d9337e5547c0dec802f3e0666ee87195"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + model = "Archer C2600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-tplink_vr2600v-initramfs-uImage"; + sha256 = "4d780262fb8b7c813a2a2938a08ab162a92d5c12b4beb6529b5da7fab91a95b0"; + sha256_unsigned = "4d780262fb8b7c813a2a2938a08ab162a92d5c12b4beb6529b5da7fab91a95b0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "7716cc62ed005d5c04541d5cbcd3c339e64084986d7d4c1cb50c120e77a92b68"; + sha256_unsigned = "292a322bfcb7032c6a692b483b014436c392b2e0b5410dd065266159e06ec764"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + model = "Archer VR2600v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_unifi-ac-hd = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-ubnt_unifi-ac-hd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-ubnt_unifi-ac-hd-squashfs-sysupgrade.bin"; + sha256 = "25daef7c6c74323f25d7be9a6e3f5f3bcc07a050b7a36f1d09cc20ed786c9d35"; + sha256_unsigned = "b3dfd93b1c38ec8ae7370bc240fef6938a9e62d8186587833b29b23436e35df8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-ubnt_unifi-ac-hd-initramfs-fit-uImage.itb"; + sha256 = "20275fa5e4cb7330654556eb1bedef8145b60c08c17a9c8a66383d2be68e7d85"; + sha256_unsigned = "20275fa5e4cb7330654556eb1bedef8145b60c08c17a9c8a66383d2be68e7d85"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-ac-hd" + ]; + titles = [ + { + model = "UniFi AC HD"; + vendor = "Ubiquiti"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.1-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "cc1b106ccd8c2c1847b0c9a0ef2b476d98742cf38fa06dd6085733c36c7f4c0c"; + sha256_unsigned = "fc9920ac1f444f98e3bca08da61f610cac5af3bdb029740adab39456b71b5164"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "526c14d763e1b9fb034415aba088a804ebbac709887bda9f9d2ae265832460e6"; + sha256_unsigned = "526c14d763e1b9fb034415aba088a804ebbac709887bda9f9d2ae265832460e6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ipq806x-generic-zyxel_nbg6817-initramfs-uImage"; + sha256 = "df9bb000fb684951dcbd3151af2d4d956a4a07fc1f895f78696bbbd232f09ee2"; + sha256_unsigned = "df9bb000fb684951dcbd3151af2d4d956a4a07fc1f895f78696bbbd232f09ee2"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + model = "NBG6817"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "ipq806x/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + checkpoint_l-50 = { + device_packages = [ + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-mvsdio" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-checkpoint_l-50"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-checkpoint_l-50-initramfs-uImage"; + sha256 = "591a1c52ac5cd3d607296cfb8c58caafb1d42f3c35a34db8c4054eafe7de31fc"; + sha256_unsigned = "591a1c52ac5cd3d607296cfb8c58caafb1d42f3c35a34db8c4054eafe7de31fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-checkpoint_l-50-squashfs-sysupgrade.bin"; + sha256 = "21d83ea42e85772f69a1ecb7b3e90c85b358bf6649884fa82507d3adabd9b3e6"; + sha256_unsigned = "ab22c1abb6237e98f24c3dbea4ae43449efbfdd6d089a1761285df8bcc103978"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "checkpoint,l-50" + ]; + titles = [ + { + model = "L-50"; + vendor = "Check Point"; + } + ]; + }; + cisco_on100 = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-cisco_on100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-cisco_on100-initramfs-uImage"; + sha256 = "47f897af29a685be0a33d14a365d5dc4b87d9be784f9ab0537cb347656286510"; + sha256_unsigned = "47f897af29a685be0a33d14a365d5dc4b87d9be784f9ab0537cb347656286510"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "9f209ae5022dff71cd54abf1cc45cf5e2cc63ddc4478177fa273d612352fd8b7"; + sha256_unsigned = "9f209ae5022dff71cd54abf1cc45cf5e2cc63ddc4478177fa273d612352fd8b7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "2719c74fd9df6fdcae0759c7826b5c2386ab04876a6c20977051b8e76cb1ec46"; + sha256_unsigned = "e21e3716982e8bbeeead2f364737aa0727575272373027b7fc2b6cc155723776"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cisco,on100" + "on100" + ]; + titles = [ + { + model = "ON100"; + vendor = "Cisco Systems"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-cloudengines_pogoe02-initramfs-uImage"; + sha256 = "2ce7735a86a6fec295bd615c2c7c0045e85419402921428a39e3c82cb75e5eb7"; + sha256_unsigned = "2ce7735a86a6fec295bd615c2c7c0045e85419402921428a39e3c82cb75e5eb7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "a1eb1c203963bfbe3f59714867aabf1a3bf9b1d890bfb3a845737aa655602afa"; + sha256_unsigned = "a1eb1c203963bfbe3f59714867aabf1a3bf9b1d890bfb3a845737aa655602afa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "6c48dd931c6a0745b27cb688b2d5fe9872c889dc1b87436735f66151a41ecf39"; + sha256_unsigned = "7d63db1cf61b9ceb9fb8c6bfd700f88b8c96b3c2861e20ebf184717b53486555"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + model = "Pogoplug E02"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-mvsdio" + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-cloudengines_pogoplugv4-initramfs-uImage"; + sha256 = "89748ea08aadb6890f02e3e778f029a51586cb3b64f089e478ff3f3341964430"; + sha256_unsigned = "89748ea08aadb6890f02e3e778f029a51586cb3b64f089e478ff3f3341964430"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "f58033d62c409d099293972dc6c4e2fc98170db962b8c261ba6019f23f55cb15"; + sha256_unsigned = "f58033d62c409d099293972dc6c4e2fc98170db962b8c261ba6019f23f55cb15"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "e99d737cbd22f578ee4da052295c5e72dde88947f2d0e71109c4f93a0ae60447"; + sha256_unsigned = "691335e9ce5d51520bc7e0527262287f469d9c1f2df73ec3f2b8899b2bc4109c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + model = "Pogoplug V4"; + vendor = "Cloud Engines"; + } + ]; + }; + ctera_c200-v1 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-ctera_c200-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-ctera_c200-v1-initramfs-factory.firm"; + sha256 = "a2f769f305420124d74063f8f8cf539c05e1b16f8137902b4cda86a20affbcd8"; + sha256_unsigned = "a2f769f305420124d74063f8f8cf539c05e1b16f8137902b4cda86a20affbcd8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-ctera_c200-v1-squashfs-sysupgrade.bin"; + sha256 = "8260f0c94ce59261a83dc39234b756c3e78f2b42e5a72b848f2fbe6e951e9f8f"; + sha256_unsigned = "31622cba213cc15e5882d9a3aef40174812c6928d311e3acffe407228befdbd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ctera,c200-v1" + ]; + titles = [ + { + model = "C200"; + variant = "V1"; + vendor = "Ctera"; + } + ]; + }; + endian_4i-edge-200 = { + device_packages = [ + "kmod-ath9k" + "kmod-mvsdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-endian_4i-edge-200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-endian_4i-edge-200-initramfs-uImage"; + sha256 = "a716c37ea9194de884f2188da00f56a5d6063155dc86a3591f3bb3ea82309813"; + sha256_unsigned = "a716c37ea9194de884f2188da00f56a5d6063155dc86a3591f3bb3ea82309813"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-endian_4i-edge-200-squashfs-sysupgrade.bin"; + sha256 = "16f21f826f3c979fe22886edeac5d214623dccb46ec864b1e93f912aae8c816d"; + sha256_unsigned = "f3faf4230311e6e3fcf8d7b249d92b41144ff18d7ae861037bdead2472f63731"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "endian,4i-edge-200" + ]; + titles = [ + { + model = "4i Edge 200"; + vendor = "Endian"; + } + { + model = "UTM Mini Firewall"; + vendor = "Endian"; + } + ]; + }; + globalscale_sheevaplug = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-globalscale_sheevaplug"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-globalscale_sheevaplug-initramfs-uImage"; + sha256 = "6f76996a5d62b163e32a05e55322df0d9f6fc7be920d1eef35686798f0164ed7"; + sha256_unsigned = "6f76996a5d62b163e32a05e55322df0d9f6fc7be920d1eef35686798f0164ed7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-globalscale_sheevaplug-squashfs-factory.bin"; + sha256 = "7bb7cff30f4c0fa82012439095f211ee2de670590adc691692ee6653358130ea"; + sha256_unsigned = "7bb7cff30f4c0fa82012439095f211ee2de670590adc691692ee6653358130ea"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-globalscale_sheevaplug-squashfs-sysupgrade.bin"; + sha256 = "a8c60651db7d43d9445f78cb9f4520dfcaf3e34a5f9159404f084fa502db3074"; + sha256_unsigned = "7e6b74d04a775feadaaea79e077e90ea7d7247713d1928dac75595b6c4be49db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,sheevaplug" + ]; + titles = [ + { + model = "Sheevaplug"; + vendor = "Globalscale"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-iom_iconnect-1.1-initramfs-uImage"; + sha256 = "a45499292b33bfc2bfcae42d4bafff30993d12ea727fd64b7398c2bc294bc6da"; + sha256_unsigned = "a45499292b33bfc2bfcae42d4bafff30993d12ea727fd64b7398c2bc294bc6da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "678b74b18a3cd1d61ec52b7bc47974152d500f5845e082f3d3646c636924c887"; + sha256_unsigned = "678b74b18a3cd1d61ec52b7bc47974152d500f5845e082f3d3646c636924c887"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "f720c233e589a5ac7f0682ddf8e5bc09c476903203dc7854f23f69ec256ee873"; + sha256_unsigned = "1a29baca6703ab2ebbf7422345162586a8899d3d8da2e9a03540c057c79dff51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + model = "Iconnect"; + vendor = "Iomega"; + } + ]; + }; + iom_ix2-200 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-iom_ix2-200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-iom_ix2-200-initramfs-uImage"; + sha256 = "89ffff9129c7c48be64c56d6dd2ec434a23212be866cfdaf3e777fd8e2dd6489"; + sha256_unsigned = "89ffff9129c7c48be64c56d6dd2ec434a23212be866cfdaf3e777fd8e2dd6489"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-iom_ix2-200-squashfs-factory.bin"; + sha256 = "19f117245c9c2b0353977b52c72069ac6f76d2ee54de15771e4b4785bfccb93c"; + sha256_unsigned = "19f117245c9c2b0353977b52c72069ac6f76d2ee54de15771e4b4785bfccb93c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-iom_ix2-200-squashfs-sysupgrade.bin"; + sha256 = "af97c3b6b4b4d531fe54f629098dd64a69ea8b047317b383bc2776808f7bfbe6"; + sha256_unsigned = "4b1372cb83c4abf3953a9565cbb710c6d44cd4a822b9f5fbf47b851d14533951"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,ix2-200" + ]; + titles = [ + { + model = "StorCenter ix2-200"; + vendor = "Iomega"; + } + ]; + }; + iptime_nas1 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-gpio-pca953x" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-iptime_nas1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-iptime_nas1-initramfs-uImage"; + sha256 = "e02614c2a8f540bd1135c7284f30f13258fd2dac083f5db6e3a92c9b3d5c6539"; + sha256_unsigned = "e02614c2a8f540bd1135c7284f30f13258fd2dac083f5db6e3a92c9b3d5c6539"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-iptime_nas1-squashfs-sysupgrade.bin"; + sha256 = "ca594e477f9204e8891be1891012acdb5a68af98e54a2f1f835f1d7b90775718"; + sha256_unsigned = "efb05a46643a4ddcfb4ba1fcf1689e614debe979127718a147037ecbb2dbdd7c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,nas1" + ]; + titles = [ + { + model = "NAS1"; + vendor = "ipTIME"; + } + ]; + }; + linksys_e4200-v2 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-linksys_e4200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-linksys_e4200-v2-initramfs-uImage"; + sha256 = "bc6a85adcbddf65eba472720bf1436bd23187d458ec7123f9a05888fd7058e6e"; + sha256_unsigned = "bc6a85adcbddf65eba472720bf1436bd23187d458ec7123f9a05888fd7058e6e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-linksys_e4200-v2-squashfs-factory.bin"; + sha256 = "2f00a70f110ea3aa50b32e57f9417aa3e92feafd43e56d94c639bb366d0832e6"; + sha256_unsigned = "2f00a70f110ea3aa50b32e57f9417aa3e92feafd43e56d94c639bb366d0832e6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-linksys_e4200-v2-squashfs-sysupgrade.bin"; + sha256 = "9bdc28d85ae2b29ec9207eccedfc03aa0f47510c0b58ba4f08e0bbcbf4f973b6"; + sha256_unsigned = "208bceb72fcd11d992ba370dd5c7bacf84438f41dc737d840c52f083ef19abc4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e4200-v2" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "E4200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea3500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-linksys_ea3500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-linksys_ea3500-initramfs-uImage"; + sha256 = "64d8cc1fe5917b4fe52018f2e512ed16b4f4fd66c25dc8a5369bfa82ec706f46"; + sha256_unsigned = "64d8cc1fe5917b4fe52018f2e512ed16b4f4fd66c25dc8a5369bfa82ec706f46"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-linksys_ea3500-squashfs-factory.bin"; + sha256 = "cccc2ec6d43dec196cec6bb65e5d9f35a47f7b36bbf7bccb045f68d2442327dc"; + sha256_unsigned = "cccc2ec6d43dec196cec6bb65e5d9f35a47f7b36bbf7bccb045f68d2442327dc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-linksys_ea3500-squashfs-sysupgrade.bin"; + sha256 = "20ed52b3e9812cad423240f4c9fb477886285ff5fbcfcae84ab981f81d77be5b"; + sha256_unsigned = "fde8c3836a05b1fcfc0ad3c3b2365212bdd1419fa586d146683f8597d8e21a8a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea3500" + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + model = "EA3500"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea4500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-linksys_ea4500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-linksys_ea4500-initramfs-uImage"; + sha256 = "9dbea96871a713ef5ab899410dd9dfcc8947b7e3863cdc50e0894393771e0bf7"; + sha256_unsigned = "9dbea96871a713ef5ab899410dd9dfcc8947b7e3863cdc50e0894393771e0bf7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-linksys_ea4500-squashfs-sysupgrade.bin"; + sha256 = "845e378c4305704fdd4c52b4362c28e0e14670cd188382cc7cc46c2a5c5f1cf8"; + sha256_unsigned = "a6a6cf5fb7da1d1956b7f5125b729c3a8dd039c50f44dc070c2d622b50826987"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-linksys_ea4500-squashfs-factory.bin"; + sha256 = "447f908d0223f989918f7897ecb1db2d3feaccc5e0531cbe738683214e4566cc"; + sha256_unsigned = "447f908d0223f989918f7897ecb1db2d3feaccc5e0531cbe738683214e4566cc"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea4500" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "EA4500"; + vendor = "Linksys"; + } + ]; + }; + netgear_readynas-duo-v2 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-g762" + "kmod-rtc-rs5c372a" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-netgear_readynas-duo-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-netgear_readynas-duo-v2-initramfs-uImage"; + sha256 = "afcbc5f81c144c105afe4566c8fe4acc5a8d56022322b933f1fee6c9a8310e8f"; + sha256_unsigned = "afcbc5f81c144c105afe4566c8fe4acc5a8d56022322b933f1fee6c9a8310e8f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-netgear_readynas-duo-v2-squashfs-sysupgrade.bin"; + sha256 = "87a086ff7f49f4ad2f94a22e61f721ff16fed9baf73c26fe83325d5421f7a6f4"; + sha256_unsigned = "006746c6314acc05103b44cbec5498ba1e85de67a9dcadada9ba444a65f7f3eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,readynas-duo-v2" + ]; + titles = [ + { + model = "ReadyNAS Duo"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-raidsonic_ib-nas62x0-initramfs-uImage"; + sha256 = "81be7950b2a28af55d6ad22e3a595e5861a5dd42e783458861da997215b56ff2"; + sha256_unsigned = "81be7950b2a28af55d6ad22e3a595e5861a5dd42e783458861da997215b56ff2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "ca76781ca510f4a639d93fc6b2d64568ff031d711e23a25fd1a008802fde468d"; + sha256_unsigned = "d40207e425bdf9cedd892365642d9ab5f3d1fc4820351c981b940f21e4345870"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "b11808e27abd42d59dfe7766182e92be92ad166eff7dfc8d4baa939932999d8e"; + sha256_unsigned = "b11808e27abd42d59dfe7766182e92be92ad166eff7dfc8d4baa939932999d8e"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + model = "ICY BOX IB-NAS62x0"; + vendor = "RaidSonic"; + } + ]; + }; + seagate_blackarmor-nas220 = { + device_packages = [ + "kmod-hwmon-adt7475" + "kmod-fs-ext4" + "kmod-ata-marvell-sata" + "mdadm" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-seagate_blackarmor-nas220"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-seagate_blackarmor-nas220-initramfs-uImage"; + sha256 = "d03143b3aa38968c592acf92196ffa21e9999eed5b4145f903212fe895e03983"; + sha256_unsigned = "d03143b3aa38968c592acf92196ffa21e9999eed5b4145f903212fe895e03983"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-seagate_blackarmor-nas220-squashfs-factory.bin"; + sha256 = "aa8493d54e74bd2a439e155b30e9530f2cc64222262d4470f0ddb90bbe5245bc"; + sha256_unsigned = "aa8493d54e74bd2a439e155b30e9530f2cc64222262d4470f0ddb90bbe5245bc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-seagate_blackarmor-nas220-squashfs-sysupgrade.bin"; + sha256 = "02a1a17106334c60972f38fbe56e2414694dcfbf693ff420b662287f82fbe451"; + sha256_unsigned = "c0c330d840aad105b6dda768d4c10957f0053e630b0940d2b62842d27f1ef0e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,blackarmor-nas220" + ]; + titles = [ + { + model = "Blackarmor NAS220"; + vendor = "Seagate"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-seagate_dockstar-initramfs-uImage"; + sha256 = "d643de32bcc6225a191c68ae1e0c6a23e53a9b5359a081ac2f422a0edefd020f"; + sha256_unsigned = "d643de32bcc6225a191c68ae1e0c6a23e53a9b5359a081ac2f422a0edefd020f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "b3e766783ec72c9677550b0cf8a045bebcc22a1b1ba0f1483eb441197c0a38f3"; + sha256_unsigned = "b3e766783ec72c9677550b0cf8a045bebcc22a1b1ba0f1483eb441197c0a38f3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "64806369296db74644704de84e6a0b56a696cc41d8858bd2cc0a67586da8d536"; + sha256_unsigned = "768f16c98cc39d2456e1f7c492cbdce6bae9ea7503b4875587d90264175bf80f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + model = "FreeAgent Dockstar"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-seagate_goflexhome-initramfs-uImage"; + sha256 = "8afff674fa894ae3c682bdbd15f1e235b87c6c0d0a2dbdd83b904a5fd08f02d5"; + sha256_unsigned = "8afff674fa894ae3c682bdbd15f1e235b87c6c0d0a2dbdd83b904a5fd08f02d5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "a5effe3a6e29a12169561c0e1f9741b4a17866ebf6f04a3d1fd57f49ab87b049"; + sha256_unsigned = "43485fee04255688f64ae27f0f88121bc99e94cf12f363778bdc87f7cd53022c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "18e45dc7a034048b146be626a8c8b787cd057cb36f94aa458906afb7fc93fedc"; + sha256_unsigned = "18e45dc7a034048b146be626a8c8b787cd057cb36f94aa458906afb7fc93fedc"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + model = "GoFlexHome"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-seagate_goflexnet-initramfs-uImage"; + sha256 = "92849e963dc7814e9c7bda9c23e4d0b62af2eb33e00b3afcb13fd2b63cf19068"; + sha256_unsigned = "92849e963dc7814e9c7bda9c23e4d0b62af2eb33e00b3afcb13fd2b63cf19068"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "f193de6ebef96aeddca256e22ad440055fcbf2e4532652024a234f5ea4877f51"; + sha256_unsigned = "8bf020642a4f5c5ac3a68bb7acdf06bd40ca81b500f1cb97b6625e4a9bba4e2c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "793b86206ddd5ae15ec22a4afeeca21caadf52bada71f5794c3fb36befd1f24c"; + sha256_unsigned = "793b86206ddd5ae15ec22a4afeeca21caadf52bada71f5794c3fb36befd1f24c"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + model = "GoFlexNet"; + vendor = "Seagate"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-r8169" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-zyxel_nsa310b-initramfs-uImage"; + sha256 = "a01730a8b977e77b0e929c6f484238a0cdbd76d9397831f477b83faca4537721"; + sha256_unsigned = "a01730a8b977e77b0e929c6f484238a0cdbd76d9397831f477b83faca4537721"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "99f51a064984a4004b0fe28fe8ea43eff68f8dce2eab20bf27230150f4e66930"; + sha256_unsigned = "99f51a064984a4004b0fe28fe8ea43eff68f8dce2eab20bf27230150f4e66930"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "429b8973a7dac7ef8bc63e8537d1cb10a6e7e6a2d62346950a62561d041a14a2"; + sha256_unsigned = "26f8a45d45b7ce1da7f4251542a71e61ceac31f0446e5ec5805eab34c65ad878"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + "nsa310b" + ]; + titles = [ + { + model = "NSA310b"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa310s = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-zyxel_nsa310s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-zyxel_nsa310s-initramfs-uImage"; + sha256 = "da6e6bf93eb0f60ae0171bbb4cc66ccf00edf002c1b47b74afe54193552acd30"; + sha256_unsigned = "da6e6bf93eb0f60ae0171bbb4cc66ccf00edf002c1b47b74afe54193552acd30"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-zyxel_nsa310s-squashfs-factory.bin"; + sha256 = "775e75c45d71ca18ab0a959d768843071769b7e8a476fcbfdfce8ffeb743b97a"; + sha256_unsigned = "775e75c45d71ca18ab0a959d768843071769b7e8a476fcbfdfce8ffeb743b97a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-zyxel_nsa310s-squashfs-sysupgrade.bin"; + sha256 = "d895c41b2d23f409afd71e91ccc7f3e0ffbfce9d4bc73d383d5410ad8ed64b21"; + sha256_unsigned = "80120362f942bd79f0ceea6601e07abf3580adf0d8ec1e4f935756af5187b1a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa310s" + ]; + titles = [ + { + model = "NSA310S"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-kirkwood-zyxel_nsa325-initramfs-uImage"; + sha256 = "2395fa75104196d018e44151dea573965be0af960a9972e999f6a57e4ad6740b"; + sha256_unsigned = "2395fa75104196d018e44151dea573965be0af960a9972e999f6a57e4ad6740b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "8a3b66c2020d47bea64d5c6cfc0f25ec0aa7dd48d8136c1cd418cdc954e7d5ce"; + sha256_unsigned = "8a3b66c2020d47bea64d5c6cfc0f25ec0aa7dd48d8136c1cd418cdc954e7d5ce"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "978882b104816437d54f2e3621ad2b4734bc7eca1bfa72c4458bbb958270ebaa"; + sha256_unsigned = "260ae0db92dfe5922b65ec2daae277996bf49352f4cf517eabfb05d74e413315"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + "nsa325" + ]; + titles = [ + { + model = "NSA325"; + variant = "v1/v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "kirkwood/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + lantiq = { + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ltq-atm-vr9" + "kmod-ltq-deu-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-vdsl-vr9-mei" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "ltq-vdsl-app" + "ltq-vdsl-vr9-vectoring-fw-installer" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoa" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-alphanetworks_asl56026-initramfs-kernel.bin"; + sha256 = "9a23cb93789f88000382e1a927f173c42e0db67c003c797a94ee5e22911adad8"; + sha256_unsigned = "9a23cb93789f88000382e1a927f173c42e0db67c003c797a94ee5e22911adad8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "ff7d8c291425f707aeb6a579f03873828de19b95a00041700caa4664cc0f5116"; + sha256_unsigned = "9ede58d6a38c43b8e935b501c04e344780c708e366bb19c38c10dbadf85fe411"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + model = "ASL56026"; + vendor = "Alpha"; + } + { + model = "ECI VDSL Modem V-2FUb/I"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-arcadyan_vg3503j-initramfs-kernel.bin"; + sha256 = "877142a1049d66e234021ed65250d791448dc5ac51df5235f497064873777e1b"; + sha256_unsigned = "877142a1049d66e234021ed65250d791448dc5ac51df5235f497064873777e1b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "80aa7961f315e40622286ff379ca8d32f424218d279aebef4a08b3be292ea5af"; + sha256_unsigned = "b7f4563e485085742987803251bd4822c6503bde8d5f16786b04faf55a7afb83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + model = "ECI VDSL Modem V-2FUb/R"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-arcadyan_vgv7510kw22-brn-initramfs-kernel.bin"; + sha256 = "20df75b5d54862cea8015fcb78b4d6e3b8df3669f971b6670a713941e621917f"; + sha256_unsigned = "20df75b5d54862cea8015fcb78b4d6e3b8df3669f971b6670a713941e621917f"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "BRN"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-arcadyan_vgv7510kw22-nor-initramfs-kernel.bin"; + sha256 = "faa461c0a9732b4603f9d8f4ae1d80bb119fda5db3957febaa639a06bf9274bf"; + sha256_unsigned = "faa461c0a9732b4603f9d8f4ae1d80bb119fda5db3957febaa639a06bf9274bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "32e985de2484a1288349c8f5d7d6e65adaf6fd2963e2a993a2f6dbcd67253be5"; + sha256_unsigned = "95f0cc7597d844e3601417592c3954bb1a356027469a3cf743c26b87606095fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "NOR"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-arcadyan_vgv7519-brn-initramfs-kernel.bin"; + sha256 = "fd6ddeb0b2d36073b1ccb69c67a447aa90ea921bf35f0b4ad1cc4e44680331bf"; + sha256_unsigned = "fd6ddeb0b2d36073b1ccb69c67a447aa90ea921bf35f0b4ad1cc4e44680331bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + model = "VGV7519"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "BRN"; + vendor = "KPN"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-arcadyan_vgv7519-nor-initramfs-kernel.bin"; + sha256 = "2e4c6c37b97d576f521de4384a5a4fefd08977f4e6c096e17a6202d633d500e5"; + sha256_unsigned = "2e4c6c37b97d576f521de4384a5a4fefd08977f4e6c096e17a6202d633d500e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "f561cfc91f1bb3e6f39769f62a5342648770568be76ad095c3174373569ebe3e"; + sha256_unsigned = "a1c6abca7712c47930ab5bf0772752c585d27cd317287e0b3b2f587f237f3cbc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + model = "VGV7519"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "NOR"; + vendor = "KPN"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz3370-rev2-hynix-initramfs-kernel.bin"; + sha256 = "38585d931b22ee0e40425a1089dc65af034c6847f6cb21af31d1d9bf49d6f793"; + sha256_unsigned = "38585d931b22ee0e40425a1089dc65af034c6847f6cb21af31d1d9bf49d6f793"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "144f3c20dc32886ef73c9938683695ad94bd5c0f35315ab1120fad30d81081d8"; + sha256_unsigned = "144f3c20dc32886ef73c9938683695ad94bd5c0f35315ab1120fad30d81081d8"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "ace062f914366a3d824330ae9566fd75b1b46d895ed3c39aecebf974e4181a30"; + sha256_unsigned = "aef792effee1215ee548c46108033f789c6700affbafba6e9a8976f3c12a6ca3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "ade226e0ac7c02d5a83372bd2995d48a7c23912e3dc1bbadfbb0e60a355fd980"; + sha256_unsigned = "ade226e0ac7c02d5a83372bd2995d48a7c23912e3dc1bbadfbb0e60a355fd980"; + type = "eva-filesystem"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Hynix NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz3370-rev2-micron-initramfs-kernel.bin"; + sha256 = "7f78af8e56265e30987fd53f204e51999960e4b5f84e780b2d708491f83e99fa"; + sha256_unsigned = "7f78af8e56265e30987fd53f204e51999960e4b5f84e780b2d708491f83e99fa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "f12e1ae3672d61705053b61d81b9a0a9bf76c1e7758dfe0dd1e36b76a8b30c9a"; + sha256_unsigned = "f12e1ae3672d61705053b61d81b9a0a9bf76c1e7758dfe0dd1e36b76a8b30c9a"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "304526694139782b76909d08242864421458a4bd19b648e864743eac0fb68aaa"; + sha256_unsigned = "4acbdfddc0556951672335dcd1aa8194c2467604d9643ef8458f621b5136c64a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "ade226e0ac7c02d5a83372bd2995d48a7c23912e3dc1bbadfbb0e60a355fd980"; + sha256_unsigned = "ade226e0ac7c02d5a83372bd2995d48a7c23912e3dc1bbadfbb0e60a355fd980"; + type = "eva-filesystem"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Micron NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3390 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-avm_fritz3390"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz3390-initramfs-kernel.bin"; + sha256 = "a7601866a69a25c8d3beecf1c8d0c9073f68266a0fe3633e1f52f834fba68809"; + sha256_unsigned = "a7601866a69a25c8d3beecf1c8d0c9073f68266a0fe3633e1f52f834fba68809"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz3390-squashfs-sysupgrade.bin"; + sha256 = "9f1463460b12bf124625e727c12717ac21e8b156e77bd934661366d3aeaf4409"; + sha256_unsigned = "9e8787c3d394bd7707eee32146ffc68372da28a1b681ff54171eec7d9612430d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz3390" + ]; + titles = [ + { + model = "FRITZ!Box 3390"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360-v2 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-avm_fritz7360-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz7360-v2-squashfs-sysupgrade.bin"; + sha256 = "d38b9b8051094bf812279f48d8134d9b1330d1faf17420ee79a4242a249f55e0"; + sha256_unsigned = "5f3f9d84396ba1af73260be4e9a67664511dd061b12d26883d7f0ea815516483"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz7360-v2-initramfs-kernel.bin"; + sha256 = "a8a143cde4800e8ee60a199e942ceec3fe1da2ac4dd76e8a9e947904e8ea1661"; + sha256_unsigned = "a8a143cde4800e8ee60a199e942ceec3fe1da2ac4dd76e8a9e947904e8ea1661"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7360-v2" + ]; + titles = [ + { + model = "FRITZ!Box 7360"; + variant = "v2"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz7360sl-initramfs-kernel.bin"; + sha256 = "33d55c9e8b8b80e91fbf7d583e5e475ae757ac081b785e17d65b8770f677033c"; + sha256_unsigned = "33d55c9e8b8b80e91fbf7d583e5e475ae757ac081b785e17d65b8770f677033c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "acee354fcdc5d9740c76a188cc39a3b985f2cbdfc4f5186203bcd1bd43d4cc44"; + sha256_unsigned = "e40829c83afab8d2e071a4b9e5403e6c28985efb928349917db24d304fd929f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + model = "FRITZ!Box 7360 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz7362sl-initramfs-kernel.bin"; + sha256 = "18ead3e97557804c164ea9f49f43ef481ceb970b146ee2d53a772d9a999a118e"; + sha256_unsigned = "18ead3e97557804c164ea9f49f43ef481ceb970b146ee2d53a772d9a999a118e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "0fea2cdc26946a054148c3586160bdf40e204d3abedd8e86ea85fe100d48e973"; + sha256_unsigned = "95d27ce7d37614926f28b9cca5f502aa2d5af1e15d475da245ccbd27f7187d71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + model = "FRITZ!Box 7362 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "04d78fcb8622087afce052291c09ca3cb1e5209d8e33f7cb266a5812a0b5d21a"; + sha256_unsigned = "35e7bf570bc573b834790ba7091cacf1eb1b23a30bbdfa121e90ac2e331b9d4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin"; + sha256 = "46126fcb72f0c05fe7e6f2771601a71fcb57eb06d5b81a7fbd2a7c9d5e5a9ce2"; + sha256_unsigned = "46126fcb72f0c05fe7e6f2771601a71fcb57eb06d5b81a7fbd2a7c9d5e5a9ce2"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + model = "FRITZ!Box 7412"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7430 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-avm_fritz7430"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz7430-squashfs-sysupgrade.bin"; + sha256 = "bc18f3ff17df0625249d54caa49565c45d434845b3081cbb67124477c76802e7"; + sha256_unsigned = "4e4baf3ad7cfd7e16ef8b8ed059616f9b71dc9ac33cc4032a587f6799bbfaad8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin"; + sha256 = "59f0fa9080e6774bc8a7192b3a450de43b3d0c0ad2bbdd5e2144d57a6143e7c3"; + sha256_unsigned = "59f0fa9080e6774bc8a7192b3a450de43b3d0c0ad2bbdd5e2144d57a6143e7c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7430" + ]; + titles = [ + { + model = "FRITZ!Box 7430"; + vendor = "AVM"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "459370cd34f81f25502987077e797408f7f9281cf15553329f8b07d119e92983"; + sha256_unsigned = "9d11e1bebe367b65dd2c44b8f95a6a9e548752049f02184c47f205486bda1a2b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-bt_homehub-v5a-initramfs-kernel.bin"; + sha256 = "48704dfeb5394e4acde65803779fdf6c5f8ea41cc57a8ed1536d45c233ba9224"; + sha256_unsigned = "48704dfeb5394e4acde65803779fdf6c5f8ea41cc57a8ed1536d45c233ba9224"; + type = "kernel"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + model = "Home Hub 5"; + variant = "Type A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-buffalo_wbmr-300hpd-initramfs-kernel.bin"; + sha256 = "3c994eb3f6a9659e07507f815e1b4386982e76b4acc470afff5bc5ded3682d6b"; + sha256_unsigned = "3c994eb3f6a9659e07507f815e1b4386982e76b4acc470afff5bc5ded3682d6b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "90c9217fb1b99b3ebf74b054c78d37f3069a70896fe3c1bffb79af4873ea6da0"; + sha256_unsigned = "064af7a6227c50f3bd9d2c0e7c6a337518b1ca2f9bfdfbdefc5524fa80915627"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + model = "WBMR-300HPD"; + vendor = "Buffalo"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "dc55b592b9568e5adc5c145359a321df07033aa46b0995c0d7033bc43472fa28"; + sha256_unsigned = "dc55b592b9568e5adc5c145359a321df07033aa46b0995c0d7033bc43472fa28"; + type = "fullimage"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "9b988751f292c935fcccf4e7c88275b3da3186dee2dee50dce8d25774a54c9d0"; + sha256_unsigned = "da2694422c6edbba7faee145f97812a703cccb5de7698c15b67eeb5326aa0a4f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-lantiq_easy80920-nand-initramfs-kernel.bin"; + sha256 = "b56f548767a2847cb8e3907b25a0a79aaa4315e134d68ccf6bcd38be018d7324"; + sha256_unsigned = "b56f548767a2847cb8e3907b25a0a79aaa4315e134d68ccf6bcd38be018d7324"; + type = "kernel"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NAND"; + vendor = "Lantiq"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-lantiq_easy80920-nor-initramfs-kernel.bin"; + sha256 = "e89b4ae41d3991b91855301affc7cf86b372a4c0261a24c4f9274984a9556cf8"; + sha256_unsigned = "e89b4ae41d3991b91855301affc7cf86b372a4c0261a24c4f9274984a9556cf8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "0d37d764e5c0a055d93c9f30f9e6346eb13815a33187c16fd6baaad9c1a72666"; + sha256_unsigned = "0a0d9632279f8733e8a7fe7572d5912e28fe38a7d7eb022aee9a3b59f20675c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NOR"; + vendor = "Lantiq"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "07888bbfcbb0e591d059a1e0f97cbdf4903e67b5948b41a9e9750770fff0963e"; + sha256_unsigned = "20bddc84afe65067c954222abf2d41817e9e154ae271dd07ec0798d8d22742b8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "1f30bddbf239aa5b2624cd77cee5b779f886bc027909385a832be4f36397d798"; + sha256_unsigned = "20bddc84afe65067c954222abf2d41817e9e154ae271dd07ec0798d8d22742b8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-netgear_dm200-initramfs-kernel.bin"; + sha256 = "d1dd7cb3ea2e8bc8fa0632f77c90a876dcbc1a78b56f3692df1d1edb9609a12f"; + sha256_unsigned = "d1dd7cb3ea2e8bc8fa0632f77c90a876dcbc1a78b56f3692df1d1edb9609a12f"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + model = "DM200"; + vendor = "NETGEAR"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-tplink_tdw8970-initramfs-kernel.bin"; + sha256 = "5047327728a256615325e0f054d8a4d62bf03132c1025296c73816d52afe6e7c"; + sha256_unsigned = "5047327728a256615325e0f054d8a4d62bf03132c1025296c73816d52afe6e7c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "21fd6085d44b66cf4371fa757aa2e2c10160938e173a59a35d1d13559d85db97"; + sha256_unsigned = "0372524e4df99832b90b51d59964d7187a312485c9d4bcc4b502e00cd714efa4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + model = "TD-W8970"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-tplink_tdw8980-initramfs-kernel.bin"; + sha256 = "2a9f4ca9d0b0b07f33152f71a56afccce3c500409e7f5b026b3d2b5946dc3ea0"; + sha256_unsigned = "2a9f4ca9d0b0b07f33152f71a56afccce3c500409e7f5b026b3d2b5946dc3ea0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "1b008c29eb1df70340143bb0c7d6fc51dcf8e4eb21223da35ade9ce53d3ad44a"; + sha256_unsigned = "814f0650a26784fc7a37cb3134120595e97e8eae2659389ce105fb07f4ed0706"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + model = "TD-W8980"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-tplink_vr200-initramfs-kernel.bin"; + sha256 = "282687c171b4944b311c2d71abeb6ea28995d1d9d849c5e2870a4daad75c099a"; + sha256_unsigned = "282687c171b4944b311c2d71abeb6ea28995d1d9d849c5e2870a4daad75c099a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "fad045132fe56a8d19dfa45dba00d0dcfb9262f409760c83612559660df07c09"; + sha256_unsigned = "e4537b64754378c24775e5ecccd309e0ef5875df300d077bc769e8f73bce7561"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + model = "Archer VR200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-tplink_vr200v-initramfs-kernel.bin"; + sha256 = "8bf301813da944cbd9cb1beef348612c30e737afec0300cd6e9c05cd45d3ee81"; + sha256_unsigned = "8bf301813da944cbd9cb1beef348612c30e737afec0300cd6e9c05cd45d3ee81"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "e870baa4f56f17f6a2c7cd137e6ae00284cd3eb68ca8a91cf975a75366244a32"; + sha256_unsigned = "c0c53795a109a1b78b53b581051370bcb936c0e1889f56440abd02b5e0ac2f6c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + model = "Archer VR200v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "2c145e3b6cbf54d3262d474f02da1aab934181b96e178d73afc8dd54dc4cb19b"; + sha256_unsigned = "98eded898fb8d36fe8f5c7044e4c10d1b62d1efd3e5cc8a2cab9d715ba55221c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xrx200-zyxel_p-2812hnu-f1-initramfs-kernel.bin"; + sha256 = "741512e419e5895b9f463b1bbcea3c99177071b71d43f1e44c4abbf5faf81b07"; + sha256_unsigned = "741512e419e5895b9f463b1bbcea3c99177071b71d43f1e44c4abbf5faf81b07"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + model = "P-2812HNU"; + variant = "F1"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "lantiq/xrx200"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-arcadyan_arv4510pw-initramfs-kernel.bin"; + sha256 = "2ec369d398ef1b24a64ae433654d914d79be6d86431873ee78d3bceee46a1cb0"; + sha256_unsigned = "2ec369d398ef1b24a64ae433654d914d79be6d86431873ee78d3bceee46a1cb0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "1a1b688155e25e43ad61a981369b234517630a28e5a482b8a9b0dc3e7f5529af"; + sha256_unsigned = "63de6d81271b304a2062f9f7ddcb5b704abf9a85b69bbd3e630ca3f4500a6285"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + model = "ARV4510PW"; + vendor = "Arcadyan"; + } + { + model = "BeWan iBox v1.0"; + vendor = "Wippies"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-arcadyan_arv7506pw11-initramfs-kernel.bin"; + sha256 = "a4f5b589ac4a4b6a62bf710b84e2c727f6b08d3afb3f30efac096575d25d1fc3"; + sha256_unsigned = "a4f5b589ac4a4b6a62bf710b84e2c727f6b08d3afb3f30efac096575d25d1fc3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "7b7f4fe7309b26191eb67a8c97af70365d4c8bcdef1ce48426dfc40adf025ab9"; + sha256_unsigned = "a9f111d2c1d4b01835356c6d9d3537866e45576e712de121d47cc4e81882652f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + model = "ARV7506PW11"; + vendor = "Arcadyan"; + } + { + model = "IAD 4421"; + vendor = "Alice/O2"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-arcadyan_arv7510pw22-initramfs-kernel.bin"; + sha256 = "5d51b81ddf314b229dc1e73816d278f67bca7dc6e12f117eef8e69b92f3e727d"; + sha256_unsigned = "5d51b81ddf314b229dc1e73816d278f67bca7dc6e12f117eef8e69b92f3e727d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "9eac410a26c5650a1887066edd8794692222cad1c382b99dae3520d314a03e89"; + sha256_unsigned = "a508d3c6e714bc6d37075a3cfbcd816e177faea3e90b9ecc0c83a9fda38031c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + model = "ARV7510PW22"; + vendor = "Arcadyan"; + } + { + model = "ARV7510PW22"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "68c389b413fde2b44d222cc1a4f6628422a13731187f06f8f4dae05f3c4c22f1"; + sha256_unsigned = "e1e926d2efcbaef4ba9518e9811861f32039cc797790c5360b6171352aa9b431"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-arcadyan_arv7518pw-initramfs-kernel.bin"; + sha256 = "28a4eac68be9fe64c94c36c0dd2016e8a1a1154fb5b419175a0200022fd06c43"; + sha256_unsigned = "28a4eac68be9fe64c94c36c0dd2016e8a1a1154fb5b419175a0200022fd06c43"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + model = "ARV7518PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7518PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-arcadyan_arv7519pw-initramfs-kernel.bin"; + sha256 = "ef3cf7f7b0b5d042c510cbea0079affff9ff59bd24062c9d9af531818f5852ec"; + sha256_unsigned = "ef3cf7f7b0b5d042c510cbea0079affff9ff59bd24062c9d9af531818f5852ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "c07189f7496e0cdc1f02abdba56bab0c4c0417ea2341c9e03393e6e8b8015e26"; + sha256_unsigned = "e67e5430345de6d22214762bda7919cbdf54d38d2cd70acdb781967a3473e1f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + model = "ARV7519PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7519PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "9af8a0a55a240634df219bcb81c7b6cd72e1a8eebebb1a6982ea96699f9bbc16"; + sha256_unsigned = "2a440012df5239b797a8013f3c92acffca5d437722e27fb3d0b585e8bc5288cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-arcadyan_arv752dpw-initramfs-kernel.bin"; + sha256 = "350031cbbed78bb68a24d527707e07d5ce827a646450c119b4b27495bd9ececc"; + sha256_unsigned = "350031cbbed78bb68a24d527707e07d5ce827a646450c119b4b27495bd9ececc"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + model = "ARV752DPW"; + vendor = "Arcadyan"; + } + { + model = "Easybox 802"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-arcadyan_arv752dpw22-initramfs-kernel.bin"; + sha256 = "3fc36c37f138a9f1780a91934ac7705b390b0560f4f2d30720fcd5c469bc4ba1"; + sha256_unsigned = "3fc36c37f138a9f1780a91934ac7705b390b0560f4f2d30720fcd5c469bc4ba1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "3b8c5d1bb3bfe4250c3f72c39243ea6935cbbb6f8dbde07cbb1f2356d69ce1a4"; + sha256_unsigned = "a4392e823a0190a8555d0fac6c26170604f97c48dc2e4278995707f932af8ddf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + model = "ARV752DPW22"; + vendor = "Arcadyan"; + } + { + model = "Easybox 803"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-arcadyan_arv8539pw22-initramfs-kernel.bin"; + sha256 = "0d042d99bf1e92b929237d851b4679f76c34c9db18747029d9140435e0e94a37"; + sha256_unsigned = "0d042d99bf1e92b929237d851b4679f76c34c9db18747029d9140435e0e94a37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "a445485cc9973ba48b77c32306d000f6d5cf4fa7ac6e29e29d76ae303514f46e"; + sha256_unsigned = "032e5f8a9cd4c2918e3b162c415ccac382fd7e48ff3a5399af2474862d1e60ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + model = "ARV8539PW22"; + vendor = "Arcadyan"; + } + { + model = "Speedport W504V Typ A"; + vendor = "Telekom"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-audiocodes_mp-252-initramfs-kernel.bin"; + sha256 = "becfb29537829280df8e24527af33bbef03dd77202565c5fef65f6addd1f9095"; + sha256_unsigned = "becfb29537829280df8e24527af33bbef03dd77202565c5fef65f6addd1f9095"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "8f32b4fc84003b309383a41c1c50c0fdcf3d7fc5b6ce903d3a559123ce5f6621"; + sha256_unsigned = "46adbe1f845298bd45ebe49f6dc58797989d1d0d5b3f4eee44c2ecf6c407a778"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + model = "MediaPack MP-252"; + vendor = "AudioCodes"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "be83b0e4db2c0ab2549e23d992666ec49c82df8cd7ec791cf6f168aecf916e56"; + sha256_unsigned = "1857e446c08ad84bc1fd3243090179d7d5b0e94e9851364938611bde52d42b47"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-avm_fritz7312-initramfs-kernel.bin"; + sha256 = "9eed5eb82a0bc23797636a5a73bc21e7b37845aef317c3515b457f9c662d6d21"; + sha256_unsigned = "9eed5eb82a0bc23797636a5a73bc21e7b37845aef317c3515b457f9c662d6d21"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + model = "FRITZ!Box 7312"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "cc05ff05be73ccede87a3a3f6797836e774c75935e3de76b2c8e4595d64f056c"; + sha256_unsigned = "866ba403fe8d91afe743bf05a125019cf70f61eb7dc2d53f5b7091d01e4c9d5c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-avm_fritz7320-initramfs-kernel.bin"; + sha256 = "0f8cbeadeb7a44e3544efda8ef7ca7c2d9d75375ca0b16b09e93df51203b7ea9"; + sha256_unsigned = "0f8cbeadeb7a44e3544efda8ef7ca7c2d9d75375ca0b16b09e93df51203b7ea9"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + model = "FRITZ!Box 7320"; + vendor = "AVM"; + } + { + model = "HomeServer"; + vendor = "1&1"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-buffalo_wbmr-hp-g300h-a-initramfs-kernel.bin"; + sha256 = "0f9256ca0a61a6d20a6500b095cbb64b96c76016cb52a7e40864376d94e9e431"; + sha256_unsigned = "0f9256ca0a61a6d20a6500b095cbb64b96c76016cb52a7e40864376d94e9e431"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "b38cefaedc098fe3d9b82820dd981131ee34f7bb57e722affb8df278e16c6a6f"; + sha256_unsigned = "9e39f3b8f1afd6fb49ef2b915b5a0a4d2dad89778ec4eb6c0bc2914f25ec13c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "A"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "7d3e734715baf92d301652abeb89b9edadc93a3fd6de79ed80612ea35edfbd80"; + sha256_unsigned = "de4d4a52ef9846b45db96b012adbc0370a43334b98098b3040c9ea4f938d1ee2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-buffalo_wbmr-hp-g300h-b-initramfs-kernel.bin"; + sha256 = "0f9256ca0a61a6d20a6500b095cbb64b96c76016cb52a7e40864376d94e9e431"; + sha256_unsigned = "0f9256ca0a61a6d20a6500b095cbb64b96c76016cb52a7e40864376d94e9e431"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "B"; + vendor = "Buffalo"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "6f0807e41180596ca939da7e4b356efc6e8f2688265ce1d6e2fc53dbe6416448"; + sha256_unsigned = "1da90fa51b597506f3a64b1ec079457b60b1e588da9dcf0e8307e35f5c0335be"; + type = "sysupgrade-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "b885966b6b399c667c6177d4fe7852a831bdec180ddf48d6f6abde0f0fedfffe"; + sha256_unsigned = "b885966b6b399c667c6177d4fe7852a831bdec180ddf48d6f6abde0f0fedfffe"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "1e0602a8487c9f8321455eba9d98868b6575cf7afdea72c8bd10b71381f4de41"; + sha256_unsigned = "cb49c0064c44e33595f98bb3d69f5d2521083aee8e3ce4c274e05115f09a3fc8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "cae43c153e6fe980f6d89a9f3c794bff4f3d1c9190ee3ebf12f172217bf744b4"; + sha256_unsigned = "cae43c153e6fe980f6d89a9f3c794bff4f3d1c9190ee3ebf12f172217bf744b4"; + type = "factory-na"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-netgear_dgn3500-initramfs-kernel.bin"; + sha256 = "ba20946dc495aef7f828890cdde9d5c4c4df60943b23823ebd3892423ae72ab5"; + sha256_unsigned = "ba20946dc495aef7f828890cdde9d5c4c4df60943b23823ebd3892423ae72ab5"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + model = "DGN3500"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "4917833c770952816143b87d0ec7def284829bc087c52075c62810383d586e4e"; + sha256_unsigned = "4917833c770952816143b87d0ec7def284829bc087c52075c62810383d586e4e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "bdc27942865c512cb4e358a49c5bddc614449d70a950c7c3a0cf168367957d2b"; + sha256_unsigned = "a37822cbd426d979223ffa4a7a5b85b507baedfd46ef35b6fd8220a2bb82324d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-netgear_dgn3500b-initramfs-kernel.bin"; + sha256 = "d9a55ad659db360900026fffcc180474daa103a450fd907a702e2478d6c1de6c"; + sha256_unsigned = "d9a55ad659db360900026fffcc180474daa103a450fd907a702e2478d6c1de6c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + model = "DGN3500B"; + vendor = "NETGEAR"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "e3eac9abe7b02f24b4037dff718679de544f7076d25c3a6b00a59e019d9404f1"; + sha256_unsigned = "d2b48ba74115ebcecc2bc4394dba6543ea89ee4c4d4cdb5a698ed94669cfcd39"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-siemens_gigaset-sx76x-initramfs-kernel.bin"; + sha256 = "2cd7556ef1e0ea9203fefd53513c1c1b663e550cac2c34b429d6b38ba7aa07f8"; + sha256_unsigned = "2cd7556ef1e0ea9203fefd53513c1c1b663e550cac2c34b429d6b38ba7aa07f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + model = "Gigaset sx76x"; + vendor = "Siemens"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-zte_h201l-initramfs-kernel.bin"; + sha256 = "290349993f82b8bda46d7aff76fa80076f26f51d9418dd6c3d1375c0a5e5b43e"; + sha256_unsigned = "290349993f82b8bda46d7aff76fa80076f26f51d9418dd6c3d1375c0a5e5b43e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "afe6ea5ba4ab546ad8e6f84a2448dc6b0e252111f44078d67515956d55201055"; + sha256_unsigned = "e830c4965c4a3b785f7be266031c4ff4fa9cde67a4684ee0f445f989c6fee9f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + model = "H201L"; + vendor = "ZTE"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-lantiq-xway-zyxel_p-2601hn-initramfs-kernel.bin"; + sha256 = "36d4d6822db058c6d82b575a8b408bfb35e788a27db2f93bbb78105fa3c62605"; + sha256_unsigned = "36d4d6822db058c6d82b575a8b408bfb35e788a27db2f93bbb78105fa3c62605"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "43b3bb5d750d4f7e4173328dfcae06710da2df2b552d394410dc59048722786d"; + sha256_unsigned = "f4894ab3f9a09d8c6e56d019861ceb696825d9f5f55e3a940e726d08f02bcd8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + model = "P-2601HN"; + variant = "F1/F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "lantiq/xway"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1021a-iot-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-layerscape-armv7-fsl_ls1021a-iot-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sysupgrade.bin"; + sha256 = "03b352b5eb4e18f6f497f78eed22d8a8b8a195632fb5ab692eaaee6da08982bb"; + sha256_unsigned = "95180ce0e9488bc96fd4998c73fde31d37afea63757430c2d4a678095b80c279"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sdcard.img.gz"; + sha256 = "e3db0ca82c800f8a0ed48421291689997606c5e0bb5cba50c3470afcc5bc0435"; + sha256_unsigned = "e3db0ca82c800f8a0ed48421291689997606c5e0bb5cba50c3470afcc5bc0435"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "LS1021A-IoT"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr = { + device_packages = [ + "layerscape-rcw" + ]; + image_prefix = "openwrt-22.03.1-layerscape-armv7-fsl_ls1021a-twr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv7-fsl_ls1021a-twr-squashfs-firmware.bin"; + sha256 = "c44c0d0fcc1c9715f6de1f22642b056d94c23574f6010bf577ee421a2a6a9f14"; + sha256_unsigned = "c44c0d0fcc1c9715f6de1f22642b056d94c23574f6010bf577ee421a2a6a9f14"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv7-fsl_ls1021a-twr-squashfs-sysupgrade.bin"; + sha256 = "17775a00cac34d37c9a11080f28b01c6ebd55376fd5c252205e502e5b7194ddc"; + sha256_unsigned = "48893c5f22295f488ccf5dc9f87f3be9510a3617f64ea7893566225e1346c784"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-layerscape-armv7-fsl_ls1021a-twr-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sdcard.img.gz"; + sha256 = "96b8a9beebb7e632474214710eaad3dc15a13f57cd1a7c11e4eaa484dfee9192"; + sha256_unsigned = "96b8a9beebb7e632474214710eaad3dc15a13f57cd1a7c11e4eaa484dfee9192"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sysupgrade.bin"; + sha256 = "b15b4e331724901d5562fb7ac932cc704f8bdd1fc0c5e433aadb4c1a8bd01019"; + sha256_unsigned = "f50d424fc85289c13a0e6cff7862a4e17bac79f94e008d06d6740e605daf3288"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr-sdboot" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "layerscape/armv7"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1012a-frdm = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frdm" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1012a-frdm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-firmware.bin"; + sha256 = "01ec03916e659a11523ce1453ce1b69489f83e80001cdb093554b58be45e7211"; + sha256_unsigned = "01ec03916e659a11523ce1453ce1b69489f83e80001cdb093554b58be45e7211"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-sysupgrade.bin"; + sha256 = "02b11ead65bf4beb110729707bfb7de26f158ad548085361a45d5022119457d2"; + sha256_unsigned = "cb93ef0f32ead2c94b2a005afdd7042ceeab4bebbe6ee47c7a7623e2c5190d46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frdm" + ]; + titles = [ + { + model = "FRDM-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-frwy-sdboot = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frwy-sdboot" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-firmware.bin"; + sha256 = "6cfa9be67f2fc84e02b0b22a868c6d7ecfc34388eef1ac637f4aa10ba23d0adf"; + sha256_unsigned = "6cfa9be67f2fc84e02b0b22a868c6d7ecfc34388eef1ac637f4aa10ba23d0adf"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "fdaeeeedd109092d92028f7d905c563853a4be07f169f9a6058efb5a66348ab6"; + sha256_unsigned = "fdaeeeedd109092d92028f7d905c563853a4be07f169f9a6058efb5a66348ab6"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "fd8f2ddc1f77cd6b5358f01f93e6ae199a7df5bf7581664aaebbd10d36bc547a"; + sha256_unsigned = "b1c553c3ff577a8a1b1384174feee8a3850f867a2e6edef7888c5e1dddbe2ca3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-rdb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-rdb" + "kmod-hwmon-ina2xx" + "kmod-iio-fxas21002c-i2c" + "kmod-iio-fxos8700-i2c" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1012a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-sysupgrade.bin"; + sha256 = "771436f482664643902837369bc539318bb50906a65823ee96d9d5bc8e961bdd"; + sha256_unsigned = "55970892e801c7826357943d1980a8a118ad54bc3ed8fa87887ff18fd90a82a6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-firmware.bin"; + sha256 = "fcccd95a0a4b63394d8ed8da491a9ce52aff9508c92ca4038a8aa39393af63f4"; + sha256_unsigned = "fcccd95a0a4b63394d8ed8da491a9ce52aff9508c92ca4038a8aa39393af63f4"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-rdb" + ]; + titles = [ + { + model = "LS1012A-RDB"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1043a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-firmware.bin"; + sha256 = "03ca49bdbe1c65af91e0cdd934d40bd4b69f1bff77d0fdb5cf035bef088c36ca"; + sha256_unsigned = "03ca49bdbe1c65af91e0cdd934d40bd4b69f1bff77d0fdb5cf035bef088c36ca"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-sysupgrade.bin"; + sha256 = "c0b4854abaa28527150de97e8cf973ef210d58ee56ba99ab1c11dfa16c710f80"; + sha256_unsigned = "f2e05b1013981a4a4820af4f1d6c6d0e89c725d01621e06f7f3e9c45237a8dca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "c840c207592c0de9e0e771878705dce0613d072b19f67ee104da1aa323bad640"; + sha256_unsigned = "644b6ec3111c2781b3832512d7332eef280da6eabc547e6b16baa36ac2f1e483"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "0c67017a99382323a79d8b6f26dc28547c7e05827af72fd65456ce85bc6a79f1"; + sha256_unsigned = "0c67017a99382323a79d8b6f26dc28547c7e05827af72fd65456ce85bc6a79f1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy" + ]; + image_prefix = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1046a-frwy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-sysupgrade.bin"; + sha256 = "4b629d37946e7086ec61d56dee185a2015bfdac5ed88b520bbbd60a35d13b272"; + sha256_unsigned = "4729760f99d3ffbd7db55d31911222b6c17a456138adf04a3d64fc8c4efc555e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-firmware.bin"; + sha256 = "5727a11e8bd33b93b4979a3e61a16eee6767f4a8ddc7f2987a9c92a74e6fc983"; + sha256_unsigned = "5727a11e8bd33b93b4979a3e61a16eee6767f4a8ddc7f2987a9c92a74e6fc983"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy-sdboot" + ]; + image_prefix = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "5efd30d47b0f6a0fdea239ca4692003bd40423c4c5eddff83745afab811a5fba"; + sha256_unsigned = "5efd30d47b0f6a0fdea239ca4692003bd40423c4c5eddff83745afab811a5fba"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "864d31f2f33ba45be2c9219269468455f743ab21d61705fbd58f5c57c7a2944d"; + sha256_unsigned = "1bc08ace4ac0608bc45cc31d82a865e2a559aae8b03ffa8ddb4e3b77d6d98375"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1046a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-firmware.bin"; + sha256 = "fbf207fc38bb2f859b7fba8cecfbd5634ee16385900a4c46f22aa12038aef1de"; + sha256_unsigned = "fbf207fc38bb2f859b7fba8cecfbd5634ee16385900a4c46f22aa12038aef1de"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-sysupgrade.bin"; + sha256 = "cd6f0cdf5ac60dd0f25bcccb7193b840d696807790b079266d91ad2b4a8d1182"; + sha256_unsigned = "3ef73a1bbbcbdb21c090b721d79d7303c62a2fdd773e4053cd0ac859c9bab72d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "8ec528c3f5f907f7599bb0eeebcf49c855ac1a88dad7e6369e8751d7386c4d5d"; + sha256_unsigned = "c2fed42d60ee9d83997e32fc461c593fc872275889ca4bbbb4ada3d61af9c702"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "6ac2097b9d1286f7b9880c397aed8c096165d3aea0f540f5e0d5e9054c911188"; + sha256_unsigned = "6ac2097b9d1286f7b9880c397aed8c096165d3aea0f540f5e0d5e9054c911188"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "6aeec2245fca493e7ccaab9d5c8219ddce3f2b536b36a35d080c13b3eb3df591"; + sha256_unsigned = "ef64c79aa2fa86931f6b4cd61108395e6afe907e3232d120e13bf2e2bd4d49d6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-firmware.bin"; + sha256 = "5aa18bb39b353d331162bc5310b595e86dc8fb3bb93ae9eec268b4381f21953d"; + sha256_unsigned = "5aa18bb39b353d331162bc5310b595e86dc8fb3bb93ae9eec268b4381f21953d"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb-sdboot" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "9d77b96b419fdb3e2e507498d54773b5f9519bb23f3d61eb2ae7752e560899d1"; + sha256_unsigned = "e2b2874cf41f4cad9466b974e16da31aedf8c847d06bef4b989f951d5d441407"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "1fac22df8cbbcffe1a7fdf64cfb7b4dc0a19c1adbc68a3397baaf200d65830ac"; + sha256_unsigned = "1fac22df8cbbcffe1a7fdf64cfb7b4dc0a19c1adbc68a3397baaf200d65830ac"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls2088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls2088a-rdb" + "restool" + "kmod-ahci-qoriq" + ]; + image_prefix = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls2088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "7043ee465b623710c74fdb7cc3f57e2e3e55375404c339b88d74233720844e03"; + sha256_unsigned = "3f25fc7bb2887b2dda8729f7735cbe7908420c8fca95a3fb1316184915144d0b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-firmware.bin"; + sha256 = "ca385cba21241ae0d75eb704babc292ee01eb18c75df79ea6c4fd374f810aee7"; + sha256_unsigned = "ca385cba21241ae0d75eb704babc292ee01eb18c75df79ea6c4fd374f810aee7"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls2088a-rdb" + ]; + titles = [ + { + model = "LS2088ARDB"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb" + "restool" + ]; + image_prefix = "openwrt-22.03.1-layerscape-armv8_64b-fsl_lx2160a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-firmware.bin"; + sha256 = "021f0a09bf125000a53f5a3fc1446e17155b1d8963424231918ce3ab8c6af474"; + sha256_unsigned = "021f0a09bf125000a53f5a3fc1446e17155b1d8963424231918ce3ab8c6af474"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-sysupgrade.bin"; + sha256 = "352a3b0228fc5dcaba0b83cadf4a59eab8f47831e68d8b05db35f87e9138c5a1"; + sha256_unsigned = "7c7a800ea2d3d9911686493f430328af56bf9b5ff3489762eaba530f0dc98b89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb-sdboot" + "restool" + ]; + image_prefix = "openwrt-22.03.1-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "3215b6c815988eb621ff862f1db597896bf4ebf24201007b78cac878587f8f00"; + sha256_unsigned = "3215b6c815988eb621ff862f1db597896bf4ebf24201007b78cac878587f8f00"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "3a0bb960f585f57ba7dfa99b77c61b3b550b924c2811188e05e887d3167da963"; + sha256_unsigned = "0393b06517d1e21f341d4d3b8eab3dfc3b663780795fcba7d99e1bd0394b2141"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb-sdboot" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + traverse_ls1043 = { + device_packages = [ + "layerscape-fman" + "uboot-envtools" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-22.03.1-layerscape-armv8_64b-traverse_ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-traverse_ls1043-ubifs-root"; + sha256 = "93f87a641068e5ddf4e00a0099777c31b0c44b850428c732c5323f345a51f973"; + sha256_unsigned = "93f87a641068e5ddf4e00a0099777c31b0c44b850428c732c5323f345a51f973"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-layerscape-armv8_64b-traverse_ls1043-ubifs-sysupgrade.bin"; + sha256 = "9a31eb637b5a6b994675bbe3b924e588607152f1447f770803f4fd7256603b36"; + sha256_unsigned = "662031ebe50f4769a7bd059a9bd106613fbb51609fde49ef03fd7bd721d45023"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "traverse,ls1043s" + "traverse,ls1043v" + ]; + titles = [ + { + model = "LS1043 Boards"; + vendor = "Traverse"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "layerscape/armv8_64b"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-mt7615-firmware" + "kmod-mt7615e" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + bananapi_bpi-r64 = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + "e2fsprogs" + "mkf2fs" + "f2fsck" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7622-bananapi_bpi-r64"; + images = [ + { + name = "openwrt-22.03.1-mediatek-mt7622-bananapi_bpi-r64-sdcard.img.gz"; + sha256 = "19b29ff0c56b607ddfb0d475c15f05e2871f5e206cb56a8b67f5d747ff6b98d0"; + sha256_unsigned = "19b29ff0c56b607ddfb0d475c15f05e2871f5e206cb56a8b67f5d747ff6b98d0"; + type = "sdcard.img.gz"; + } + { + name = "openwrt-22.03.1-mediatek-mt7622-bananapi_bpi-r64-snand-preloader.bin"; + sha256 = "34fa7c571965c3d3edef2a9192a3a65f4b946925271a0fc1c0ae5ee303da47f0"; + sha256_unsigned = "34fa7c571965c3d3edef2a9192a3a65f4b946925271a0fc1c0ae5ee303da47f0"; + type = "snand-preloader.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-bananapi_bpi-r64-squashfs-sysupgrade.itb"; + sha256 = "fd576904f086c24890c5a35523bfb8c73d6a84681bc6640a08134c96ac529a40"; + sha256_unsigned = "826b61105107780f025bfac8534a8780c538d0e3fed6fb0c0023f15f08b5dcd8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7622-bananapi_bpi-r64-initramfs-recovery.itb"; + sha256 = "3a7080872a6fc99b6a1d8d833dd84c5be92ca47c718096b2a75cfcda5e6d9e6c"; + sha256_unsigned = "3a7080872a6fc99b6a1d8d833dd84c5be92ca47c718096b2a75cfcda5e6d9e6c"; + type = "kernel"; + } + { + name = "openwrt-22.03.1-mediatek-mt7622-bananapi_bpi-r64-emmc-preloader.bin"; + sha256 = "953aad18e6164fb7fd9bd3a148bc21bd77037a41de637c4a8e080972e57c7a94"; + sha256_unsigned = "953aad18e6164fb7fd9bd3a148bc21bd77037a41de637c4a8e080972e57c7a94"; + type = "emmc-preloader.bin"; + } + { + name = "openwrt-22.03.1-mediatek-mt7622-bananapi_bpi-r64-emmc-bl31-uboot.fip"; + sha256 = "a74be4074532aff25bae1d5f02c893b06cc4f2f7835521c906cc81bb152d3e85"; + sha256_unsigned = "a74be4074532aff25bae1d5f02c893b06cc4f2f7835521c906cc81bb152d3e85"; + type = "emmc-bl31-uboot.fip"; + } + { + name = "openwrt-22.03.1-mediatek-mt7622-bananapi_bpi-r64-snand-bl31-uboot.fip"; + sha256 = "0a337de8bc52cd28446f1f5ff1831b00d33e343fe7f3cbeb40c367de99d423da"; + sha256_unsigned = "0a337de8bc52cd28446f1f5ff1831b00d33e343fe7f3cbeb40c367de99d423da"; + type = "snand-bl31-uboot.fip"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "BPi-R64"; + vendor = "Bananapi"; + } + ]; + }; + buffalo_wsr-2533dhp2 = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7622-buffalo_wsr-2533dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-factory-uboot.bin"; + sha256 = "478ad10a40db8496c963680b65230d845704d0102414cea2563916b291a5277a"; + sha256_unsigned = "478ad10a40db8496c963680b65230d845704d0102414cea2563916b291a5277a"; + type = "factory-uboot"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7622-buffalo_wsr-2533dhp2-initramfs-kernel.bin"; + sha256 = "3ed825ca395c6e68b624552099afe0c25925c367e2f28552cd9e832fed030699"; + sha256_unsigned = "3ed825ca395c6e68b624552099afe0c25925c367e2f28552cd9e832fed030699"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-sysupgrade.bin"; + sha256 = "dd249faf657fcbcafa8cfd3856964b9eabee3cff4eadfef1fbf4961a89654bad"; + sha256_unsigned = "6ae0b9f9c4bbfb028d23dd3b2722a5b7368d3961ea04a9d5b018b4e0e68f98e4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-factory.bin"; + sha256 = "3f99ea6979cd0d09446089761644c616e40c365ef9f7be8d9f5122dcf2aa4974"; + sha256_unsigned = "3f99ea6979cd0d09446089761644c616e40c365ef9f7be8d9f5122dcf2aa4974"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhp2" + ]; + titles = [ + { + model = "WSR-2533DHP2"; + vendor = "Buffalo"; + } + ]; + }; + elecom_wrc-2533gent = { + device_packages = [ + "kmod-btmtkuart" + "kmod-usb3" + "swconfig" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7622-elecom_wrc-2533gent"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-elecom_wrc-2533gent-squashfs-sysupgrade.bin"; + sha256 = "9d3eb300c318fbf990d6c16426d09ecc95c66b2c2607a26f03f55f25ba1f535d"; + sha256_unsigned = "f94ec53a1dc74920ae55c251ad2111d4df89cc8a08bf02504422f62f3871cd55"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7622-elecom_wrc-2533gent-initramfs-kernel.bin"; + sha256 = "55a05b922c55b8a22f79d80c84c466c6ddd6f450986f71ffd0b52986fd5e17a5"; + sha256_unsigned = "55a05b922c55b8a22f79d80c84c466c6ddd6f450986f71ffd0b52986fd5e17a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gent" + ]; + titles = [ + { + model = "WRC-2533GENT"; + vendor = "Elecom"; + } + ]; + }; + linksys_e8450 = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7622-linksys_e8450"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-linksys_e8450-squashfs-sysupgrade.bin"; + sha256 = "bdb305010231d2b9f66446684b2b8e25c76fb2ee44c496860e3f72bc805b1d02"; + sha256_unsigned = "dfbdfb5b517e75dd48793c61ce3aeb556380ea3cece9ed1e921704661fc5f343"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7622-linksys_e8450-initramfs-kernel.bin"; + sha256 = "f8602b7a4112b40a4c3ae73f57cc89bdb84f70d8df22ba258e63cfd0f32d7e5e"; + sha256_unsigned = "f8602b7a4112b40a4c3ae73f57cc89bdb84f70d8df22ba258e63cfd0f32d7e5e"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e8450" + ]; + titles = [ + { + model = "E8450"; + vendor = "Linksys"; + } + { + model = "RT3200"; + vendor = "Belkin"; + } + ]; + }; + linksys_e8450-ubi = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7622-linksys_e8450-ubi"; + images = [ + { + name = "openwrt-22.03.1-mediatek-mt7622-linksys_e8450-ubi-bl31-uboot.fip"; + sha256 = "5cc986fb9a38594d33bbbb1c5b545b3b1bc0fcac3573da35820b23b2d7bb31dc"; + sha256_unsigned = "5cc986fb9a38594d33bbbb1c5b545b3b1bc0fcac3573da35820b23b2d7bb31dc"; + type = "bl31-uboot.fip"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery.itb"; + sha256 = "f082c6b8bb6d98dad271e02c7a391df579f8e0bccb127a78d66938e7578ae9e7"; + sha256_unsigned = "f082c6b8bb6d98dad271e02c7a391df579f8e0bccb127a78d66938e7578ae9e7"; + type = "kernel"; + } + { + name = "openwrt-22.03.1-mediatek-mt7622-linksys_e8450-ubi-preloader.bin"; + sha256 = "8546b969394f551443ffa2883ff64d166ee446175e7fcc045b06c7a312fe69a4"; + sha256_unsigned = "8546b969394f551443ffa2883ff64d166ee446175e7fcc045b06c7a312fe69a4"; + type = "preloader.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb"; + sha256 = "44f7b2fb5ea6dbec45e2398258510a888ebd970034f1ace6093ce562ba5ee218"; + sha256_unsigned = "cad982e9c1b4305306c053c528e33a46af9de305f982661bd535e397a9f32a00"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e8450-ubi" + ]; + titles = [ + { + model = "E8450"; + variant = "UBI"; + vendor = "Linksys"; + } + { + model = "RT3200"; + variant = "UBI"; + vendor = "Belkin"; + } + ]; + }; + mediatek_mt7622-rfb1 = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7622-mediatek_mt7622-rfb1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7622-mediatek_mt7622-rfb1-initramfs-kernel.bin"; + sha256 = "0ffd33acec7d491b57dd61cdaab95917626b39147bca8a0267c03ce01f724147"; + sha256_unsigned = "0ffd33acec7d491b57dd61cdaab95917626b39147bca8a0267c03ce01f724147"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-mediatek_mt7622-rfb1-squashfs-sysupgrade.bin"; + sha256 = "e6272ec48bd0e51ecc314d7fc3e7bf89120ea66334b709b21874c2d1046080d1"; + sha256_unsigned = "c1f521785b4b6344ef807ed629e0ee68402b2543e3337159a6fe45cf5b5161d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7622-rfb1-ubi = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7622-mediatek_mt7622-rfb1-ubi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-squashfs-sysupgrade.bin"; + sha256 = "a30220872bc89460439fbe9b4328d4c0a771a77792b802c14f2f567c98cdbf4e"; + sha256_unsigned = "1385c2e0a4e97eeba841becc8fe1295b825b96664af1c1066c96f9d7aabdf897"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-squashfs-factory.bin"; + sha256 = "e808a0958e1df82d990ce5e99dd9c6312081723ddd1078be4b9dffac55aa92cc"; + sha256_unsigned = "e808a0958e1df82d990ce5e99dd9c6312081723ddd1078be4b9dffac55aa92cc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-initramfs-kernel.bin"; + sha256 = "ce5e0f7b83edb85a6aa3307bbbf11f749647d535077ba5f3fed4ad61ae013943"; + sha256_unsigned = "ce5e0f7b83edb85a6aa3307bbbf11f749647d535077ba5f3fed4ad61ae013943"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1-ubi" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP (UBI)"; + vendor = "MediaTek"; + } + ]; + }; + ruijie_rg-ew3200gx-pro = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7622-ruijie_rg-ew3200gx-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7622-ruijie_rg-ew3200gx-pro-initramfs-kernel.bin"; + sha256 = "92a274e10873fc7625bc7fdf7a7e5ca17e141927ae8cbe09a6f3df4c85a9d948"; + sha256_unsigned = "92a274e10873fc7625bc7fdf7a7e5ca17e141927ae8cbe09a6f3df4c85a9d948"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-ruijie_rg-ew3200gx-pro-squashfs-sysupgrade.bin"; + sha256 = "dff0b157fd8382ccd2ee8ac091ca1324e60cb882c7d5431b18207074c71de58a"; + sha256_unsigned = "0e59727ea0293b230da4af9c62bb9e4307ce7fd0c84512cbd38224d7bdd4e429"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ruijie,rg-ew3200gx-pro" + ]; + titles = [ + { + model = "RG-EW3200GX PRO"; + vendor = "Ruijie"; + } + ]; + }; + totolink_a8000ru = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7622-totolink_a8000ru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7622-totolink_a8000ru-initramfs-kernel.bin"; + sha256 = "113a400ccd96edc78f8739c0ad607e920abddbf6cfbe727b0f68d3fa156ce700"; + sha256_unsigned = "113a400ccd96edc78f8739c0ad607e920abddbf6cfbe727b0f68d3fa156ce700"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-totolink_a8000ru-squashfs-sysupgrade.bin"; + sha256 = "1a0c69d87991ff0ae4e591e7909890c13387ff700e322b2a470b1f5960a663dc"; + sha256_unsigned = "1f87a38d18debc97af3feb5ec7332d15ea750eb750fb4a47a0ad7465dee6d0fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a8000ru" + ]; + titles = [ + { + model = "A8000RU"; + vendor = "TOTOLINK"; + } + ]; + }; + ubnt_unifi-6-lr-v1 = { + device_packages = [ + "kmod-mt7915e" + "kmod-leds-ubnt-ledbar" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7622-ubnt_unifi-6-lr-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-ubnt_unifi-6-lr-v1-squashfs-sysupgrade.bin"; + sha256 = "f29211869863e1c33b7e51e006fe5f0d1e1460a2a4df26292990a1f49f85c9ab"; + sha256_unsigned = "f389478ce5881ec246d0fda776910cc683c49a1a5bcbe64a23bbf4da8a89817a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7622-ubnt_unifi-6-lr-v1-initramfs-kernel.bin"; + sha256 = "f5e163bc3ad7d97d894b76f49196a3bdcc53ba040064094a3d8a733dfb00014c"; + sha256_unsigned = "f5e163bc3ad7d97d894b76f49196a3bdcc53ba040064094a3d8a733dfb00014c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v1" + "ubnt,unifi-6-lr" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v1-ubootmod = { + device_packages = [ + "kmod-mt7915e" + "kmod-leds-ubnt-ledbar" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod"; + images = [ + { + name = "openwrt-22.03.1-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-preloader.bin"; + sha256 = "c86d57533e2e6eb697f9e9a03dbb82c064a274b5c6372e876de659c6c02548d1"; + sha256_unsigned = "c86d57533e2e6eb697f9e9a03dbb82c064a274b5c6372e876de659c6c02548d1"; + type = "preloader.bin"; + } + { + name = "openwrt-22.03.1-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-bl31-uboot.fip"; + sha256 = "35d489bad5c40a8dc875335b960963ae73dff02eab7eaba3ee126042d71590f3"; + sha256_unsigned = "35d489bad5c40a8dc875335b960963ae73dff02eab7eaba3ee126042d71590f3"; + type = "bl31-uboot.fip"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "9b5cf04147ce65bd8481e47e560adf4c8e0b1605c8f30ad9847d4a7f2344c11f"; + sha256_unsigned = "2c05f1cd358433a23f1df9fbe8c84039b8d3f08b3f3c554521959e36d9c16ca9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-initramfs-recovery.itb"; + sha256 = "887349364e699aac27324d2353d76c35c586e032596282ef5fc5f194876f38a5"; + sha256_unsigned = "887349364e699aac27324d2353d76c35c586e032596282ef5fc5f194876f38a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v1-ubootmod" + "ubnt,unifi-6-lr-ubootmod" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v1 U-Boot mod"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v2 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7622-ubnt_unifi-6-lr-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7622-ubnt_unifi-6-lr-v2-initramfs-kernel.bin"; + sha256 = "5ec77145596e3e9e1696cf943395c7e4cd6c8e65d3ceceb2ef55cf5f9a374d4c"; + sha256_unsigned = "5ec77145596e3e9e1696cf943395c7e4cd6c8e65d3ceceb2ef55cf5f9a374d4c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-ubnt_unifi-6-lr-v2-squashfs-sysupgrade.bin"; + sha256 = "0bad00ad61bcb8e33eb0c38bcf9eb5798965f89bbbf328f714231759c5c3b794"; + sha256_unsigned = "ed3ec9d34040912c7b1f33156d8a97a948a10675eeec8185c8cbce5f22194a3a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v2" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v2-ubootmod = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod"; + images = [ + { + name = "openwrt-22.03.1-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-bl31-uboot.fip"; + sha256 = "35d489bad5c40a8dc875335b960963ae73dff02eab7eaba3ee126042d71590f3"; + sha256_unsigned = "35d489bad5c40a8dc875335b960963ae73dff02eab7eaba3ee126042d71590f3"; + type = "bl31-uboot.fip"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-initramfs-recovery.itb"; + sha256 = "c8802dbf00067d8585f4bbca61e478c0a3b1b170bc84997318b1116c5aef24ee"; + sha256_unsigned = "c8802dbf00067d8585f4bbca61e478c0a3b1b170bc84997318b1116c5aef24ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "f6a3fcc1f872af1218be005456e0e08e6a6be8dbb4b35789b8fd2f2a6f9a9a91"; + sha256_unsigned = "56e1ba6e11c51625d9e4f9b912abf43362c953a3bd48446255d27f5bbcfb2bb6"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.1-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-preloader.bin"; + sha256 = "c86d57533e2e6eb697f9e9a03dbb82c064a274b5c6372e876de659c6c02548d1"; + sha256_unsigned = "c86d57533e2e6eb697f9e9a03dbb82c064a274b5c6372e876de659c6c02548d1"; + type = "preloader.bin"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v2-ubootmod" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v2 U-Boot mod"; + vendor = "Ubiquiti"; + } + ]; + }; + xiaomi_redmi-router-ax6s = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7622-xiaomi_redmi-router-ax6s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7622-xiaomi_redmi-router-ax6s-initramfs-recovery.itb"; + sha256 = "1dd4d81694d632252773aa3e34601993c5a8c84c4f9cc90777c13e1a506d22a2"; + sha256_unsigned = "1dd4d81694d632252773aa3e34601993c5a8c84c4f9cc90777c13e1a506d22a2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-factory.bin"; + sha256 = "5a37e35e52fff2a5e222ea789dd8ebc8c0ce50b2b66a70510b16bff18820f3ee"; + sha256_unsigned = "5a37e35e52fff2a5e222ea789dd8ebc8c0ce50b2b66a70510b16bff18820f3ee"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-sysupgrade.bin"; + sha256 = "ece15da1176f4020f32fd6a7d9383a3a15615fe23812fc458a8a0b3d2d598ace"; + sha256_unsigned = "398abaaa02eb00d176eca35825d2821e2fbced158c6b067daed6c82258ea5ea0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ax6s" + ]; + titles = [ + { + model = "Redmi Router AX6S"; + vendor = "Xiaomi"; + } + { + model = "Router AX3200"; + vendor = "Xiaomi"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "mediatek/mt7622"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + bananapi_bpi-r2 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-usb3" + "kmod-ata-ahci" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7623-bananapi_bpi-r2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7623-bananapi_bpi-r2-squashfs-sysupgrade.itb"; + sha256 = "c4b75d4e796dfb305424883deba2740c32eb183d559f3b498053811d9c7ce84a"; + sha256_unsigned = "db78c3151b89c38062a860c2544125c1604095c75223a76421dee9ff05cde78c"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.1-mediatek-mt7623-bananapi_bpi-r2-sdcard.img.gz"; + sha256 = "9bd289e5456535a2f80a391c84bfec1581f51e972e3db1788af73572be2567c2"; + sha256_unsigned = "9bd289e5456535a2f80a391c84bfec1581f51e972e3db1788af73572be2567c2"; + type = "sdcard.img.gz"; + } + { + name = "openwrt-22.03.1-mediatek-mt7623-bananapi_bpi-r2-preloader.bin"; + sha256 = "33d6abe872e557e5d960b1a7f2a394ca297ee6bf02da8f7383d2fbf599460261"; + sha256_unsigned = "33d6abe872e557e5d960b1a7f2a394ca297ee6bf02da8f7383d2fbf599460261"; + type = "preloader.bin"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7623-bananapi_bpi-r2-initramfs-recovery.itb"; + sha256 = "616e46b6d9f61b1ac74e0145000f71fa029215e16b6cd59471e49765cf0315be"; + sha256_unsigned = "616e46b6d9f61b1ac74e0145000f71fa029215e16b6cd59471e49765cf0315be"; + type = "kernel"; + } + { + name = "openwrt-22.03.1-mediatek-mt7623-bananapi_bpi-r2-u-boot.bin"; + sha256 = "c39d8aeecc18660c147eafee904e271bc4fc599a7822adb8bf984f9b39a25c2f"; + sha256_unsigned = "c39d8aeecc18660c147eafee904e271bc4fc599a7822adb8bf984f9b39a25c2f"; + type = "u-boot.bin"; + } + ]; + supported_devices = [ + "bananapi,bpi-r2" + ]; + titles = [ + { + model = "BPi-R2"; + vendor = "Bananapi"; + } + ]; + }; + unielec_u7623-02 = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7623-unielec_u7623-02"; + images = [ + { + name = "openwrt-22.03.1-mediatek-mt7623-unielec_u7623-02-u-boot.bin"; + sha256 = "b2ace0d87be537a3be52fda9eefd96ba075c0286e760ede9f44862bf35d76088"; + sha256_unsigned = "b2ace0d87be537a3be52fda9eefd96ba075c0286e760ede9f44862bf35d76088"; + type = "u-boot.bin"; + } + { + name = "openwrt-22.03.1-mediatek-mt7623-unielec_u7623-02-emmc.img.gz"; + sha256 = "54f37b691bb692e6fbe1379e05e3e813e956099bb397ec75db4b826af4eea650"; + sha256_unsigned = "449d11eb867a0be7d22dfed3987943f8f80138f604ac127397802caccca82e11"; + type = "emmc.img.gz"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7623-unielec_u7623-02-initramfs-recovery.itb"; + sha256 = "c3a00b66bbe915f1619e69b3a1098f81299c4f43a9eb07d089fa6d4deda3bbe5"; + sha256_unsigned = "c3a00b66bbe915f1619e69b3a1098f81299c4f43a9eb07d089fa6d4deda3bbe5"; + type = "kernel"; + } + { + name = "openwrt-22.03.1-mediatek-mt7623-unielec_u7623-02-scatter.txt"; + sha256 = "b5b454d210812008f1a53e1de62c9064dfd9d6592cbb3a9fbd9aa6db5dcdc8e3"; + sha256_unsigned = "b5b454d210812008f1a53e1de62c9064dfd9d6592cbb3a9fbd9aa6db5dcdc8e3"; + type = "scatter.txt"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7623-unielec_u7623-02-squashfs-sysupgrade.itb"; + sha256 = "dbec0d4c9f06b92ba20389e6d740afb550d638f7892d34c78b48f5d07fe3df41"; + sha256_unsigned = "ddab65e219d7b98f5dcf3f11c51074538969b467ba33f3da34a764d3261f1090"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7623-02" + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7623-02-emmc-512m-legacy = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-initramfs-kernel.bin"; + sha256 = "eddc7a897b009a7208b09b57e45e63887354dacbdc87f9f7fbc4821dceeaec4c"; + sha256_unsigned = "eddc7a897b009a7208b09b57e45e63887354dacbdc87f9f7fbc4821dceeaec4c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-squashfs-sysupgrade.bin.gz"; + sha256 = "b6b5733b05138aad85db8e751faac2e24092fa7c0a5ba25e05047d8f34f870b7"; + sha256_unsigned = "18458946f4a50b1d7963187978d3d61af2879a7f71b915b42cf5fba079b2eca4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + variant = "eMMC/512MiB RAM (legacy image)"; + vendor = "UniElec"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "mediatek/mt7623"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + mt7629 = { + arch_packages = "arm_cortex-a7"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + mediatek_mt7629-rfb = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.1-mediatek-mt7629-mediatek_mt7629-rfb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mediatek-mt7629-mediatek_mt7629-rfb-initramfs-kernel.bin"; + sha256 = "d35fc296a5465abd451ef94453ad060c280c704e21dd23027f5cec5acbebadd3"; + sha256_unsigned = "d35fc296a5465abd451ef94453ad060c280c704e21dd23027f5cec5acbebadd3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mediatek-mt7629-mediatek_mt7629-rfb-squashfs-sysupgrade.bin"; + sha256 = "524b96cc3008d5dfb4756414e29d1717fbcc752e731a85224624f2a1e2ff9c77"; + sha256_unsigned = "c054aa51680ec581a41d3c688a38c3bf4176eeba658cc9d43e436b27525408a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7629-rfb" + ]; + titles = [ + { + model = "MT7629 rfb AP"; + vendor = "MediaTek"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "mediatek/mt7629"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + mpc85xx = { + p1010 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + sophos_red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mpc85xx-p1010-sophos_red-15w-rev1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mpc85xx-p1010-sophos_red-15w-rev1-initramfs-kernel.bin"; + sha256 = "f1fc8e1c2405797f10884f61815ae6d6c44ab33e902d51fc1b39c23babd16c78"; + sha256_unsigned = "f1fc8e1c2405797f10884f61815ae6d6c44ab33e902d51fc1b39c23babd16c78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mpc85xx-p1010-sophos_red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "feb5b6200107aae65175f586161c498eca854a26b2967b3edce09200243f860e"; + sha256_unsigned = "daa5e9510389d8a3715640455753cd6bfe21b3b216f309e2d065a9dbc583801b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + model = "RED 15w"; + variant = "Rev.1"; + vendor = "Sophos"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "mpc85xx/p1010"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aerohive_hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-hwmon-lm70" + ]; + image_prefix = "openwrt-22.03.1-mpc85xx-p1020-aerohive_hiveap-330"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mpc85xx-p1020-aerohive_hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "a0a1931f71e005ae3bbc54354783a4e8ef602049e796543bd396c6bbfce307af"; + sha256_unsigned = "fe652287953c0162790080ee39ff6a35c204a6571cf3d878ed53d544c8e33dfb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin"; + sha256 = "4098de2fc307946c090f83c286cb3980daa155353912af2c866dc4c455c6fc82"; + sha256_unsigned = "4098de2fc307946c090f83c286cb3980daa155353912af2c866dc4c455c6fc82"; + type = "kernel"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + model = "HiveAP-330"; + vendor = "Aerohive"; + } + { + model = "HiveAP-350"; + vendor = "Aerohive"; + } + ]; + }; + enterasys_ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mpc85xx-p1020-enterasys_ws-ap3710i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mpc85xx-p1020-enterasys_ws-ap3710i-initramfs-kernel.bin"; + sha256 = "7666908e49fef0b7534f6c770c1dee014b074cb83c81c5d2e7d337961c9dcf30"; + sha256_unsigned = "7666908e49fef0b7534f6c770c1dee014b074cb83c81c5d2e7d337961c9dcf30"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "6706cff2ea051d906f35d3228a2629835a7b2ce3299da5eec83035df272fa6b0"; + sha256_unsigned = "01294554b0e3a15a00a5ddfe2b5df82094813e9b47d4106b8e373ba5082dc951"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + model = "WS-AP3710i"; + vendor = "Enterasys"; + } + ]; + }; + extreme-networks_ws-ap3825i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.1-mpc85xx-p1020-extreme-networks_ws-ap3825i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mpc85xx-p1020-extreme-networks_ws-ap3825i-initramfs-kernel.bin"; + sha256 = "c25c7ee5875cfb85d0b22429e9518ce384510dc472d4ec694f1ca5d2fc75158b"; + sha256_unsigned = "c25c7ee5875cfb85d0b22429e9518ce384510dc472d4ec694f1ca5d2fc75158b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mpc85xx-p1020-extreme-networks_ws-ap3825i-squashfs-sysupgrade.bin"; + sha256 = "a6001a0d9d0312297e6558fae3f139e2f0201b32ccb35c143246e58f3c8d58da"; + sha256_unsigned = "73bfc7c3280201d6695f9b4fa30d53e8f76ff7a0f7e21410542f0779f07f5b0f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "extreme-networks,ws-ap3825i" + ]; + titles = [ + { + model = "WS-AP3825i"; + vendor = "Extreme Networks"; + } + ]; + }; + ocedo_panda = { + device_packages = [ + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-22.03.1-mpc85xx-p1020-ocedo_panda"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mpc85xx-p1020-ocedo_panda-initramfs-kernel.bin"; + sha256 = "9cdce84f53a96dfc3110ead345b00e19ca55211c44d307cd1108359462d026fe"; + sha256_unsigned = "9cdce84f53a96dfc3110ead345b00e19ca55211c44d307cd1108359462d026fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mpc85xx-p1020-ocedo_panda-squashfs-fdt.bin"; + sha256 = "1aa2b03bc147048f98006bafc3d6ee0ef3f118fa7b35d5b6f4d937b9d0153efc"; + sha256_unsigned = "1aa2b03bc147048f98006bafc3d6ee0ef3f118fa7b35d5b6f4d937b9d0153efc"; + type = "fdt"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mpc85xx-p1020-ocedo_panda-squashfs-sysupgrade.bin"; + sha256 = "49928cf71f9873bb2e1fce7532f456254269295594e6c6cd94aeb02e9a430852"; + sha256_unsigned = "6491e4ba46cb65f06f46a328a5cdc6192f898df5a3c3df7a1bc099bc2f47f73c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + model = "Panda"; + vendor = "OCEDO"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "mpc85xx/p1020"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + freescale_p2020rdb = { + device_packages = [ + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.1-mpc85xx-p2020-freescale_p2020rdb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mpc85xx-p2020-freescale_p2020rdb-initramfs-kernel.bin"; + sha256 = "a7a25c00ed18b3f54b91e1394db0ab6fefe7b2b1cf3dc705d67a88eeab61f8b9"; + sha256_unsigned = "a7a25c00ed18b3f54b91e1394db0ab6fefe7b2b1cf3dc705d67a88eeab61f8b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mpc85xx-p2020-freescale_p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "78ceb819ecec72d43b672ecccdf9c1d3c1ac840ddb9703178bccfa6e13cd43fb"; + sha256_unsigned = "cf9e8cbe8da09e03ff9dbd01bd70254080a689c9038eba525deb597c670d679f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + model = "P2020RDB"; + vendor = "Freescale"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "mpc85xx/p2020"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + glinet_gl-mv1000 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa53-glinet_gl-mv1000"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-mvebu-cortexa53-glinet_gl-mv1000-ext4-sdcard.img.gz"; + sha256 = "88effe008039910e904435c481d8001b2de4ae02b2151a65642e641a6a009b02"; + sha256_unsigned = "920bca73fc01e6916b1df3e3ed1d5b4f2ae689eb51618ddf1b23cbb89db1da26"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa53-glinet_gl-mv1000-squashfs-sdcard.img.gz"; + sha256 = "dc2a4a1baa703c343edc5a7c780ba66d563b329fbc5f977b7c0d04e16b645094"; + sha256_unsigned = "93b4d3be682242ee686e1fc8856d01233174a17a37fab18d885316014da6b0fd"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa53-glinet_gl-mv1000-initramfs-kernel.bin"; + sha256 = "a263c2d72f112f489c5a8ca2810663d0203b4df0795ca33a75ff385c6b1eaafc"; + sha256_unsigned = "a263c2d72f112f489c5a8ca2810663d0203b4df0795ca33a75ff385c6b1eaafc"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mv1000" + ]; + titles = [ + { + model = "GL-MV1000"; + vendor = "GL.iNet"; + } + ]; + }; + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "dc913d70db46f88788e84bb625773e0745d412b2f54a5797fc3df566c6e98c20"; + sha256_unsigned = "6591978eb3051b0ef54ce950bb67206a02c8878ef8c7f8384d28cf6be7a9bca8"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "a51e429bc3fb2ec6761a8dfbbf57b084cb467050590ce5fa68a1d777dff4f665"; + sha256_unsigned = "31ade8fa26595171b35850413b8e3033866df2f7afe660286abb798c8090c110"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-initramfs-kernel.bin"; + sha256 = "a263c2d72f112f489c5a8ca2810663d0203b4df0795ca33a75ff385c6b1eaafc"; + sha256_unsigned = "a263c2d72f112f489c5a8ca2810663d0203b4df0795ca33a75ff385c6b1eaafc"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "c953ab67c03d1d89ce277c4f209f23ef251c9ca4b1314e797ace49ff21a86310"; + sha256_unsigned = "0e58a1fa414750822b9204558b2ef529237fd26053802e841dfbad6143d2a911"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-emmc-initramfs-kernel.bin"; + sha256 = "a263c2d72f112f489c5a8ca2810663d0203b4df0795ca33a75ff385c6b1eaafc"; + sha256_unsigned = "a263c2d72f112f489c5a8ca2810663d0203b4df0795ca33a75ff385c6b1eaafc"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "2a08a6c5566f83c1ad2bcee4444711bebe0f5847072b600bd7fb9ae3b9756b97"; + sha256_unsigned = "69b0adf3d039596e7ee8133c8f3d7bfc150ef045868c56a100717025d1673936"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-ultra = { + device_packages = [ + "kmod-i2c-pxa" + "kmod-rtc-pcf8563" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-ultra"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-ultra-initramfs-kernel.bin"; + sha256 = "a263c2d72f112f489c5a8ca2810663d0203b4df0795ca33a75ff385c6b1eaafc"; + sha256_unsigned = "a263c2d72f112f489c5a8ca2810663d0203b4df0795ca33a75ff385c6b1eaafc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz"; + sha256 = "0aeb41420d67da4519fb45276c6363cb56704db942c4f5ae627401020b869e67"; + sha256_unsigned = "3e5d26bc31eecbeffda548b176315e74a35c62604ccb18b8bcbf7ec8385a8a10"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-ultra-ext4-sdcard.img.gz"; + sha256 = "08c99a2f277d423cf255a830df1f631f6a835658798fdc03f61d5ae0e1742ca0"; + sha256_unsigned = "0b64d07f9974dbc6e63f07f37e049ee3547019653e3dd19ed427b744284f09e5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-ultra" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Ultra"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "0c57ce12a8ebcb7796f8a661101878fe017fa2cdd96900b90f96e648aa939229"; + sha256_unsigned = "1d10ae65b7ed9d7993a750615696184aa1a0e27c49329e46315273cd3a6732ab"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-v7-initramfs-kernel.bin"; + sha256 = "a263c2d72f112f489c5a8ca2810663d0203b4df0795ca33a75ff385c6b1eaafc"; + sha256_unsigned = "a263c2d72f112f489c5a8ca2810663d0203b4df0795ca33a75ff385c6b1eaafc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "d2b631906a3b87f5ac36cdb99ef914025fedf0f955f717c283864591a5fbcb84"; + sha256_unsigned = "c250ee8133bcf618cc6465c733a19dc1956e0f7c9d6ae5171a9d89ed151f859a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-v7-emmc-initramfs-kernel.bin"; + sha256 = "a263c2d72f112f489c5a8ca2810663d0203b4df0795ca33a75ff385c6b1eaafc"; + sha256_unsigned = "a263c2d72f112f489c5a8ca2810663d0203b4df0795ca33a75ff385c6b1eaafc"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "770205effe52aa42846281e8f21e57746ec7dac1c80f792ea78ed3e72bc47a7b"; + sha256_unsigned = "e62f6ee366ec3888f3192002ababf89a20bc166a84a1adcf8881c0e56edc3d54"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "d087cff0018a7770f53918bc2f5423859ef91a2f750513924fd8cc1865f0f730"; + sha256_unsigned = "818e2be5f2585ea5c570348fe4a86e641203d8a58c46879ac6f77ca9d1cc07f9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "a6d4a9c3f1be2dfc0251990112911ff49eedfc8637a0607aa3ebd4863018c567"; + sha256_unsigned = "249977add621056a20f497a749cfb9fda18348f7a445711cefea8efd0178fdbe"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa53-marvell_armada-3720-db-initramfs-kernel.bin"; + sha256 = "a263c2d72f112f489c5a8ca2810663d0203b4df0795ca33a75ff385c6b1eaafc"; + sha256_unsigned = "a263c2d72f112f489c5a8ca2810663d0203b4df0795ca33a75ff385c6b1eaafc"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "447807d903c27b7e184fdacefdfe7e1e90c1578a3d5025a46f05bf0daa3bdce8"; + sha256_unsigned = "af5127795a92868f010f0eae50335d7784ce7dbdc7cef9305f5c01ae650f06bc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + model = "Armada 3720 Development Board (DB-88F3720-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + methode_udpu = { + device_packages = [ + "f2fs-tools" + "fdisk" + "kmod-i2c-pxa" + "kmod-hwmon-lm75" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa53-methode_udpu"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-mvebu-cortexa53-methode_udpu-firmware.tgz"; + sha256 = "5da5fac1b207112fff9f491bec6147a86e0f897d6eedf21d2e658ec15d502bd7"; + sha256_unsigned = "c98008949b46507361c7269a514545bd966de0ffd8a8b2218ab5027d068924f6"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa53-methode_udpu-initramfs.itb"; + sha256 = "75d38ecef30b9de8fb28b4d3813542660cc545191bf07df120ddea60daf02fea"; + sha256_unsigned = "75d38ecef30b9de8fb28b4d3813542660cc545191bf07df120ddea60daf02fea"; + type = "kernel"; + } + ]; + supported_devices = [ + "methode,udpu" + ]; + titles = [ + { + model = "micro-DPU (uDPU)"; + vendor = "Methode"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "mvebu/cortexa53"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + globalscale_mochabin = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa72-globalscale_mochabin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa72-globalscale_mochabin-squashfs-sdcard.img.gz"; + sha256 = "213a852b9c96bb052cceff3b495039cdc6ed4562a7bf38a22839a9821a5b27df"; + sha256_unsigned = "1e6d62edd5eac92b6a49f846f6057b5b23ceb176e4842aa35c10d39d24ca0325"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-mvebu-cortexa72-globalscale_mochabin-ext4-sdcard.img.gz"; + sha256 = "864c34fff73e627cb798dc62094dfeb675c333aa83cad8435efe58d1a98ec0ca"; + sha256_unsigned = "6aaa77a8a2659d18828cf6d57af772729cb2ad597e2f89fd78390e588c772dcb"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa72-globalscale_mochabin-initramfs-kernel.bin"; + sha256 = "bf8d5a83f6cce659795f85c70c948187f5c7e29cff08b2b6c98e7b0748218a5d"; + sha256_unsigned = "bf8d5a83f6cce659795f85c70c948187f5c7e29cff08b2b6c98e7b0748218a5d"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,mochabin" + ]; + titles = [ + { + model = "MOCHAbin"; + vendor = "Globalscale"; + } + ]; + }; + iei_puzzle-m901 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa72-iei_puzzle-m901"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa72-iei_puzzle-m901-initramfs-kernel.bin"; + sha256 = "bf8d5a83f6cce659795f85c70c948187f5c7e29cff08b2b6c98e7b0748218a5d"; + sha256_unsigned = "bf8d5a83f6cce659795f85c70c948187f5c7e29cff08b2b6c98e7b0748218a5d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa72-iei_puzzle-m901-squashfs-sdcard.img.gz"; + sha256 = "ba87e4ad834d4e1022973949c028b8e3c4598ea89af57b1f1d821bf84f97e735"; + sha256_unsigned = "63db589912d8920c357e9413c15c394dc9b60b6375d4ab4246cbc0a37bd5f222"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-mvebu-cortexa72-iei_puzzle-m901-ext4-sdcard.img.gz"; + sha256 = "cc7e91ae08224467a7c1994764acebb2237f17667474b529bac4dfd7cc62077b"; + sha256_unsigned = "705122a1c0a59e29919cd7d43747d146948d704b3cfa6210763be076d821af03"; + type = "sdcard"; + } + ]; + supported_devices = [ + "iei,puzzle-m901" + ]; + titles = [ + { + model = "Puzzle-M901"; + vendor = "iEi"; + } + ]; + }; + iei_puzzle-m902 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa72-iei_puzzle-m902"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa72-iei_puzzle-m902-squashfs-sdcard.img.gz"; + sha256 = "0c1a8c344ba2f552a3d5b9ca34f64080b7849f142ff9dab86619a5bbf375ae12"; + sha256_unsigned = "3a53c8c80d1ec43e8fa0a044263f353ffbb91a21c2a488bd6b7208700287b25c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-mvebu-cortexa72-iei_puzzle-m902-ext4-sdcard.img.gz"; + sha256 = "d6a0085bab012a5f4a8b4b8e93c111faf1cf67d6f9e9abdde12acead84ee8533"; + sha256_unsigned = "2841b35c24dc94c3650643533367deb641dd62457c0e45af4358897330260c2d"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa72-iei_puzzle-m902-initramfs-kernel.bin"; + sha256 = "bf8d5a83f6cce659795f85c70c948187f5c7e29cff08b2b6c98e7b0748218a5d"; + sha256_unsigned = "bf8d5a83f6cce659795f85c70c948187f5c7e29cff08b2b6c98e7b0748218a5d"; + type = "kernel"; + } + ]; + supported_devices = [ + "iei,puzzle-m902" + ]; + titles = [ + { + model = "Puzzle-M902"; + vendor = "iEi"; + } + ]; + }; + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "a6b05ad4711bb20d036c7b52a8416212199adfd02a0383c17c98de05bb70b7b2"; + sha256_unsigned = "6203055c09d8c13ef1f73bebb5a0f9c0f92accf039f4dab194cee75b001dd24b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "24695bf7ac08f5215356e4f139d656fde3952477e4f0442724ca9c663dc8fb99"; + sha256_unsigned = "7f64320bed5aa057fa508e82089c1d4ed7cdfafcb46144863d04267f19ec4b85"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa72-marvell_armada7040-db-initramfs-kernel.bin"; + sha256 = "bf8d5a83f6cce659795f85c70c948187f5c7e29cff08b2b6c98e7b0748218a5d"; + sha256_unsigned = "bf8d5a83f6cce659795f85c70c948187f5c7e29cff08b2b6c98e7b0748218a5d"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + model = "Armada 7040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa72-marvell_armada8040-db-initramfs-kernel.bin"; + sha256 = "bf8d5a83f6cce659795f85c70c948187f5c7e29cff08b2b6c98e7b0748218a5d"; + sha256_unsigned = "bf8d5a83f6cce659795f85c70c948187f5c7e29cff08b2b6c98e7b0748218a5d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "281b3c03ed3f66c4ed5d49ddc3645aa8ead72c31aadb2600349519e5365ae3c9"; + sha256_unsigned = "9e65b28cf995f232db07f360308151d207a8544591c81b2a3c26b709019953c0"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "8b52708fd556cac664b9fa1de138c912f029922db7a8f845874d51c552c641dc"; + sha256_unsigned = "017fe0992879748930ab584ca751841f92bf6cde53bfd606edd23f455f682bbf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + model = "Armada 8040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_macchiatobin-doubleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa72-marvell_macchiatobin-doubleshot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa72-marvell_macchiatobin-doubleshot-squashfs-sdcard.img.gz"; + sha256 = "0a4e5c3a62304e8d5be9179ba9519cf0ab1d97f52449c7deb8e420fd4de9ff7e"; + sha256_unsigned = "4ab0a5bcbfec1ff3374656eff162eb64f89b0dc73d21ba8bf7a43d1de99b219a"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa72-marvell_macchiatobin-doubleshot-initramfs-kernel.bin"; + sha256 = "bf8d5a83f6cce659795f85c70c948187f5c7e29cff08b2b6c98e7b0748218a5d"; + sha256_unsigned = "bf8d5a83f6cce659795f85c70c948187f5c7e29cff08b2b6c98e7b0748218a5d"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-mvebu-cortexa72-marvell_macchiatobin-doubleshot-ext4-sdcard.img.gz"; + sha256 = "ea00bd829083e20dbed95011014592e2ef1ef62eb4777963f7dbd0a6f983fa68"; + sha256_unsigned = "4426eeb1029696a275b015c3d1773e46fffd4afcbf91c1ea343016e1fca65493"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-doubleshot" + "marvell,armada8040-mcbin" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + ]; + }; + marvell_macchiatobin-singleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa72-marvell_macchiatobin-singleshot"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa72-marvell_macchiatobin-singleshot-initramfs-kernel.bin"; + sha256 = "bf8d5a83f6cce659795f85c70c948187f5c7e29cff08b2b6c98e7b0748218a5d"; + sha256_unsigned = "bf8d5a83f6cce659795f85c70c948187f5c7e29cff08b2b6c98e7b0748218a5d"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-mvebu-cortexa72-marvell_macchiatobin-singleshot-ext4-sdcard.img.gz"; + sha256 = "7c04f6401f3ded1d2864bfb7d180986be2053afd1e64ea963979a36b576bb1fd"; + sha256_unsigned = "d46bfd436608f1914acd06ff717fb7666c54785849d19af76e74410f0c3b0b4c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa72-marvell_macchiatobin-singleshot-squashfs-sdcard.img.gz"; + sha256 = "7803b416d1bb47e339afdfbf1bc7400ce96f94d018c4a5e64f4f705018646d86"; + sha256_unsigned = "fe22282abc0c52e9e7a806af7a3fc92c6665b66e8686d15888e43c1ebe00f242"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-singleshot" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "mvebu/cortexa72"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + buffalo_ls421de = { + device_packages = [ + "kmod-rtc-rs5c372a" + "kmod-hwmon-gpiofan" + "kmod-hwmon-drivetemp" + "kmod-usb3" + "kmod-linkstation-poweroff" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-mod" + "kmod-fs-xfs" + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-buffalo_ls421de"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-buffalo_ls421de-initramfs-kernel.bin"; + sha256 = "0396f6dffab72b0df3072494150f4b265384cd1ac10430ae75b10c1716ecabde"; + sha256_unsigned = "0396f6dffab72b0df3072494150f4b265384cd1ac10430ae75b10c1716ecabde"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-buffalo_ls421de-squashfs-sysupgrade.bin"; + sha256 = "07be7aab542d119283a8651e3645ac077a5be62ff0afed6424c2d73202ee8841"; + sha256_unsigned = "d0346bdaea87af1925129f13634a931a862f49195926ff5ba40456b652680071"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,ls421de" + ]; + titles = [ + { + model = "LinkStation LS421DE"; + vendor = "Buffalo"; + } + ]; + }; + ctera_c200-v2 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-hwmon-nct7802" + "kmod-rtc-s35390a" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-ctera_c200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-ctera_c200-v2-initramfs-factory.firm"; + sha256 = "df67911d6d06cac17691e404ebcc5ae99333b6153b82ff8875c854d51b2eb057"; + sha256_unsigned = "df67911d6d06cac17691e404ebcc5ae99333b6153b82ff8875c854d51b2eb057"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-ctera_c200-v2-squashfs-sysupgrade.bin"; + sha256 = "dda80d70ac45120cc393b4819257fe57c9bac94c29a3dbeae7bdbe506ca410ee"; + sha256_unsigned = "72436cdde18c323a875f4317277e6dc4cae029b1d23e4ef05e0083b0f74e3bfe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ctera,c200-v2" + ]; + titles = [ + { + model = "C200"; + variant = "V2"; + vendor = "Ctera"; + } + ]; + }; + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic-wolfssl" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-mux-pca954x" + "kmod-leds-turris-omnia" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-cznic_turris-omnia-initramfs-kernel.bin"; + sha256 = "eaf6da41355825803dc64bc3089c5c351f6b72d4098303b162cb6a93596866d0"; + sha256_unsigned = "eaf6da41355825803dc64bc3089c5c351f6b72d4098303b162cb6a93596866d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-22.03.1-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "34fbbe11fab4151381b58c8653eab6d8f13e9c4c05bf9b7d2448006d2d2951d0"; + sha256_unsigned = "34fbbe11fab4151381b58c8653eab6d8f13e9c4c05bf9b7d2448006d2d2951d0"; + type = "omnia-medkit-openwrt-22"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "c5271ff9a2b80941a3f349b786bc1cdcca7e9270e167d8eeda56d69f378cfc0c"; + sha256_unsigned = "db91f18ac4ef9a46af4f336d2161d059805d0e1e6ed9fa1ed8909323fa0c9d50"; + type = "openwrt-22"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + model = "Turris Omnia"; + vendor = "CZ.NIC"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-globalscale_mirabox-initramfs-kernel.bin"; + sha256 = "904a0b11441ffeb3c02cd0a6f7a41b3241b7c09dd0a2ca27fe0c4f6fb053dad0"; + sha256_unsigned = "904a0b11441ffeb3c02cd0a6f7a41b3241b7c09dd0a2ca27fe0c4f6fb053dad0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "d9c821a0111f86c53d5c2153e6220c58da027ed2924a2da3068ee015950113db"; + sha256_unsigned = "6ca6c45bcd3868d264d5709ff52e26865a9ae821eb8dde8643687da5d1dee5e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + model = "Mirabox"; + vendor = "Globalscale"; + } + ]; + }; + iptime_nas1dual = { + device_packages = [ + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-iptime_nas1dual"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-iptime_nas1dual-initramfs-kernel.bin"; + sha256 = "c66bc229a18414bb4077e4e2968891d7fb8e234680369bbcb0e1e16520539b26"; + sha256_unsigned = "c66bc229a18414bb4077e4e2968891d7fb8e234680369bbcb0e1e16520539b26"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-iptime_nas1dual-squashfs-sysupgrade.bin"; + sha256 = "f6176980993307e9824ee1176dc8d248e41e90303f3cc6a103979981bafddc3c"; + sha256_unsigned = "befb42c35d06823a30f4a5beccedb28e7fda53fbf38b54a8554c6e90750b2e49"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,nas1dual" + ]; + titles = [ + { + model = "NAS1dual"; + vendor = "ipTIME"; + } + ]; + }; + kobol_helios4 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-kobol_helios4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-kobol_helios4-initramfs-kernel.bin"; + sha256 = "d43e357b1ad8ad5382d3e2c60a2645e330b7f5c706138603dc2105087438b846"; + sha256_unsigned = "d43e357b1ad8ad5382d3e2c60a2645e330b7f5c706138603dc2105087438b846"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-kobol_helios4-squashfs-sdcard.img.gz"; + sha256 = "2e52906f0186ff1fcab3f942a2d371aeff3e27f6ae8f3664d4e4bdee73650bd8"; + sha256_unsigned = "4fa98c76ba49639b58851cc499e860560f34ac93f48b8854bd1541fb98d1e972"; + type = "sdcard"; + } + ]; + supported_devices = [ + "kobol,helios4" + ]; + titles = [ + { + model = "Helios4"; + vendor = "Kobol"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt1200ac-initramfs-kernel.bin"; + sha256 = "4f73e799a2fa7a441d4d76310bd7eb4270ccff053b23da164efe2080b33eab22"; + sha256_unsigned = "4f73e799a2fa7a441d4d76310bd7eb4270ccff053b23da164efe2080b33eab22"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "4b42a1f5a27dc9c52a88dbb173391e80b9d9ca7662bbe7f7672ba4bd75ffd64f"; + sha256_unsigned = "4b42a1f5a27dc9c52a88dbb173391e80b9d9ca7662bbe7f7672ba4bd75ffd64f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "0dd0a33448c77698c3a3ffa9e96b460eb24bec4c992d822b9b289d73c4fcda72"; + sha256_unsigned = "32d191e9825d5b4f7ebd02e9278c6ec0df93bff86d98280643ddad6dac774ec7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1200ac" + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + model = "WRT1200AC"; + vendor = "Linksys"; + } + { + model = "Caiman"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v1 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt1900ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt1900ac-v1-initramfs-kernel.bin"; + sha256 = "cdf7f7cd6536af18f7c0bfa4c11c02b9b76eea4a03faf734f6bb2e7cdcd2d6d6"; + sha256_unsigned = "cdf7f7cd6536af18f7c0bfa4c11c02b9b76eea4a03faf734f6bb2e7cdcd2d6d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-factory.img"; + sha256 = "b78443c03e2178c0595c5b9d1666fdeb1af177a25391ab748b86b7effc5cc9f3"; + sha256_unsigned = "b78443c03e2178c0595c5b9d1666fdeb1af177a25391ab748b86b7effc5cc9f3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-sysupgrade.bin"; + sha256 = "c7aaff01541b5a7adb9e03f8340bd831d6413cfb1adc45b3e2b3d2366a789284"; + sha256_unsigned = "ebe27f1a698f1829dd40e3d6be8e25c3b16d1c940601fb7fcbb012b172396918"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v1" + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "Mamba"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v2 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt1900ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt1900ac-v2-initramfs-kernel.bin"; + sha256 = "b629ba72c39f0a56cbd397f292d09b5856c026e8e81819a7fb5a57ccd6ad9c12"; + sha256_unsigned = "b629ba72c39f0a56cbd397f292d09b5856c026e8e81819a7fb5a57ccd6ad9c12"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-factory.img"; + sha256 = "072e4b1dfd86d18b0433e061c960a91148bfc109c78446c60f7a47b33c128694"; + sha256_unsigned = "072e4b1dfd86d18b0433e061c960a91148bfc109c78446c60f7a47b33c128694"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-sysupgrade.bin"; + sha256 = "b628125367eff7999892df18994838683aacd6a4cbef24880321583ca967219a"; + sha256_unsigned = "6d46cafa2b2d945802e673325b0796652e81b2bc2d2c79bc0be0ebbf767b7b3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v2" + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Cobra"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt1900acs-initramfs-kernel.bin"; + sha256 = "5a767bd8c57091784f2327e78dd960e73ea82053158f78faf7357c5637f31f00"; + sha256_unsigned = "5a767bd8c57091784f2327e78dd960e73ea82053158f78faf7357c5637f31f00"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "6fa3329d7e7ac64b4906eb3d931c12530b8759952015fe7c31df5c773b8e978f"; + sha256_unsigned = "6fa3329d7e7ac64b4906eb3d931c12530b8759952015fe7c31df5c773b8e978f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "a68606b542b0ec7643612f63a0119b69aed76fb2284af76c9e0f60b21fa07aae"; + sha256_unsigned = "31726cd1559f4ff550772de78d957bf8c0bd9cddb86b80ee616a21a4c50ce2ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1900acs" + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + model = "WRT1900ACS"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "WRT1900ACS"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Shelby"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt3200acm-initramfs-kernel.bin"; + sha256 = "b68475f7b28e272d44064ca861a0c048be36d305ca910d45b9b6b53cf8780d0d"; + sha256_unsigned = "b68475f7b28e272d44064ca861a0c048be36d305ca910d45b9b6b53cf8780d0d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "d96a8452d2ad41ee132e84f50f3f50a61eae2748bbaf0d72d63b9db8f4e663e0"; + sha256_unsigned = "d96a8452d2ad41ee132e84f50f3f50a61eae2748bbaf0d72d63b9db8f4e663e0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "019b19918c3c51494863c7c8015340d63f12775f61b81a01f13f6437834b6092"; + sha256_unsigned = "bf2046e0468fb2a7b6b9abff7ce47149f6cfdb0abb7e3d75ee6212669c7898bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt3200acm" + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + model = "WRT3200ACM"; + vendor = "Linksys"; + } + { + model = "Rango"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt32x-initramfs-kernel.bin"; + sha256 = "40e3444756f635c4d4eab7c5b84b770309f7b7ea8b314b185fcfd94aba872992"; + sha256_unsigned = "40e3444756f635c4d4eab7c5b84b770309f7b7ea8b314b185fcfd94aba872992"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "a59a18cf147ced61897739013645cdd1b5c7577f2ec914592f64c2b9d1bb9af1"; + sha256_unsigned = "a59a18cf147ced61897739013645cdd1b5c7577f2ec914592f64c2b9d1bb9af1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "980827bd37ace44f8b1ae81c6e2b527f434f1a1e65d7d0d0ed9773a1282854f3"; + sha256_unsigned = "47e5bf7172af55eeb34a62103fa735bdea653d2ed9cfb94503d60deaf9be332e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt32x" + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + model = "WRT32X"; + vendor = "Linksys"; + } + { + model = "Venom"; + vendor = "Linksys"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-marvell_a370-db-initramfs-kernel.bin"; + sha256 = "149fe1e50a12a790bcc96e8a3eb6a7ee7e2829d091513a22bbf9debbf80571bc"; + sha256_unsigned = "149fe1e50a12a790bcc96e8a3eb6a7ee7e2829d091513a22bbf9debbf80571bc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "8bde9d7d8507b6371bb220782b6eadaa31a6eaaefaba842f839addb78aecfed6"; + sha256_unsigned = "d774dd1336b3fbf7e17d81ce4df64e40d5f00d2e5dab678ba2a4fadc1dc3c01b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + model = "Armada 370 Development Board (DB-88F6710-BP-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-marvell_a370-rd-initramfs-kernel.bin"; + sha256 = "a02bfa0b1ccad722789a826485972882dd944129656a0fa484cbf83e7fc76aec"; + sha256_unsigned = "a02bfa0b1ccad722789a826485972882dd944129656a0fa484cbf83e7fc76aec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "403f8fdbfb5c2106b55a097ee0342f504301a6abadd80985a507af5c6f0b84e7"; + sha256_unsigned = "2b4f5b63ca726b389f8ad74e8025dc725afec5e7de18f516b39bb4410aab6b89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + model = "Armada 370 RD (RD-88F6710-A1)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-marvell_a385-db-ap-initramfs-kernel.bin"; + sha256 = "2a109028c006cbdc27cb0f17c2d088ba1400bbc33ce7343cf5e2866c11976fe8"; + sha256_unsigned = "2a109028c006cbdc27cb0f17c2d088ba1400bbc33ce7343cf5e2866c11976fe8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "ced9d46c45ea2935e6db04ae46ba36add30117df081f947786410746eacc9460"; + sha256_unsigned = "ced9d46c45ea2935e6db04ae46ba36add30117df081f947786410746eacc9460"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "420189bd7d10f87010d53ff4f59f21bccadb5aea5c11296d7e5b4dbcd285b333"; + sha256_unsigned = "1b7a0095f02b389792bc861a77f73c1b311707c3653b9e9cf5fcfd88d326d049"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + model = "Armada 385 Development Board AP (DB-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-marvell_a388-rd-initramfs-kernel.bin"; + sha256 = "dea33fe1dcd809f72ba164e87ee7805bba0b36c76b2d252bd74b0db330b44778"; + sha256_unsigned = "dea33fe1dcd809f72ba164e87ee7805bba0b36c76b2d252bd74b0db330b44778"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "e378c9ab8435d63d7eeb265b4035053ad2d481f018fab08e7614afe63ae4c35e"; + sha256_unsigned = "e378c9ab8435d63d7eeb265b4035053ad2d481f018fab08e7614afe63ae4c35e"; + type = "firmware"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + model = "Armada 388 RD (RD-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-marvell_axp-db-initramfs-kernel.bin"; + sha256 = "8b49ad982df75dc994876afc5157ae5c6edcb1260d2b6fc19217dfbd3127753f"; + sha256_unsigned = "8b49ad982df75dc994876afc5157ae5c6edcb1260d2b6fc19217dfbd3127753f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "2c754523960cdd19d02fb5a7cc5299359a0dc481c4543052999e59899399156e"; + sha256_unsigned = "dee69ea14638e2ff14d3069fa6a2e88d0abba59969d4d47bdd2fd0e7f863621a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + model = "Armada XP Development Board (DB-78460-BP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-marvell_axp-gp-initramfs-kernel.bin"; + sha256 = "299141c508c99e5454d56b1868f6cbc01ce46a73147a81dcea41c0a8b397408d"; + sha256_unsigned = "299141c508c99e5454d56b1868f6cbc01ce46a73147a81dcea41c0a8b397408d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "aec64f526c03db866e613cd657a05cc9fa994bb30c7f29c2f0bebed467e6939f"; + sha256_unsigned = "e5898bbcca9355eed1078dae717779774e5543a6b3cc12797adf2250c479356a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + model = "Armada Armada XP GP (DB-MV784MP-GP)"; + vendor = "Marvell"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-plathome_openblocks-ax3-4-initramfs-kernel.bin"; + sha256 = "70003d35445d3abd139759fdd0d5f82bc6642ba7b8eaf2a0ff9535a06bb92985"; + sha256_unsigned = "70003d35445d3abd139759fdd0d5f82bc6642ba7b8eaf2a0ff9535a06bb92985"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "9a6031f4a7a6503c4cfd212cdc27eae6d3f6b413a848efcd2dc3d279714d6e1c"; + sha256_unsigned = "9a6031f4a7a6503c4cfd212cdc27eae6d3f6b413a848efcd2dc3d279714d6e1c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "2d9c8cba3bd8724f425847fb6d2e5035381580576876bd980488961b36774813"; + sha256_unsigned = "93d91a668e1a941f1efe3f5bb70ef5420804b6a3fa35ff440a6715d016bdb027"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + model = "OpenBlocks AX3"; + variant = "4 ports"; + vendor = "Plat'Home"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-solidrun_clearfog-base-a1-initramfs-kernel.bin"; + sha256 = "d43e357b1ad8ad5382d3e2c60a2645e330b7f5c706138603dc2105087438b846"; + sha256_unsigned = "d43e357b1ad8ad5382d3e2c60a2645e330b7f5c706138603dc2105087438b846"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "099531d76472351f873830ded3af03fb25b4d6fd0a29db815fea9f5d5f325a85"; + sha256_unsigned = "484ee8e08cc97d5fcafc66c3ad6876c71030dcee8e0ea79a48c77bcc07614047"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + model = "ClearFog Base"; + vendor = "SolidRun"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.1-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-solidrun_clearfog-pro-a1-initramfs-kernel.bin"; + sha256 = "d43e357b1ad8ad5382d3e2c60a2645e330b7f5c706138603dc2105087438b846"; + sha256_unsigned = "d43e357b1ad8ad5382d3e2c60a2645e330b7f5c706138603dc2105087438b846"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "71a914789e3727ace4af2a380910c9785ee4d181d8e6765797d38cd4f678c057"; + sha256_unsigned = "b6d999a0655dab79b2e0216920e3af9f4e2b9a3ca3b4e34118a8038a69861076"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + model = "ClearFog Pro"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "mvebu/cortexa9"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-octeon-generic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-octeon-generic-initramfs-kernel.bin"; + sha256 = "2f03962d7c1b67e46e426380dad2555c131b93afe1835b978c08a3ef96f5dde9"; + sha256_unsigned = "2f03962d7c1b67e46e426380dad2555c131b93afe1835b978c08a3ef96f5dde9"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Octeon"; + vendor = "Generic"; + } + ]; + }; + itus_shield-router = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-octeon-itus_shield-router"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-octeon-itus_shield-router-initramfs-kernel.bin"; + sha256 = "6ec879c01fc18ffc4cb4ac69b9ce05ae7b500d22dba1bd01876458b0c8325ac5"; + sha256_unsigned = "6ec879c01fc18ffc4cb4ac69b9ce05ae7b500d22dba1bd01876458b0c8325ac5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-octeon-itus_shield-router-squashfs-sysupgrade.tar"; + sha256 = "0f004f035fb448c9ca190e6548d717c208b3941465834de1ec86b73374aed941"; + sha256_unsigned = "7fcdc1434d6af4cb491373e81e895d95d81b7c3c699cec72fd13a1c64400dd61"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "itus,shield-router" + ]; + titles = [ + { + model = "Shield Router"; + vendor = "Itus Networks"; + } + ]; + }; + ubnt_edgerouter = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-octeon-ubnt_edgerouter"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-octeon-ubnt_edgerouter-initramfs-kernel.bin"; + sha256 = "f0bed25d012010183691fd4cbc3f62a2e5725cc4a4072855239a086929cbc154"; + sha256_unsigned = "f0bed25d012010183691fd4cbc3f62a2e5725cc4a4072855239a086929cbc154"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-octeon-ubnt_edgerouter-squashfs-sysupgrade.tar"; + sha256 = "adb032be29c272ad518658579c6e18128996f485514dcae131ce3061cb731147"; + sha256_unsigned = "adb032be29c272ad518658579c6e18128996f485514dcae131ce3061cb731147"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter" + "er" + ]; + titles = [ + { + model = "EdgeRouter"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-4 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.1-octeon-ubnt_edgerouter-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-octeon-ubnt_edgerouter-4-initramfs-kernel.bin"; + sha256 = "ccebf0335003b8ba5c7649020be4d448d66342e674e058bb7335efdae33c4273"; + sha256_unsigned = "ccebf0335003b8ba5c7649020be4d448d66342e674e058bb7335efdae33c4273"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-octeon-ubnt_edgerouter-4-squashfs-sysupgrade.tar"; + sha256 = "f612be9a8b920adcd7a369292a43886513b4432d2cea9f5ee306fa6e15f0372e"; + sha256_unsigned = "f612be9a8b920adcd7a369292a43886513b4432d2cea9f5ee306fa6e15f0372e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-4" + ]; + titles = [ + { + model = "EdgeRouter 4"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-6p = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.1-octeon-ubnt_edgerouter-6p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-octeon-ubnt_edgerouter-6p-initramfs-kernel.bin"; + sha256 = "4b210ebea2d342ea416dd4d0f6bf554ea04a232d142dffdd56220b11c76db439"; + sha256_unsigned = "4b210ebea2d342ea416dd4d0f6bf554ea04a232d142dffdd56220b11c76db439"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-octeon-ubnt_edgerouter-6p-squashfs-sysupgrade.tar"; + sha256 = "7ca52c271d05810fc087ea87c7ecc1f051079b0f8456b2a7485d0754ba8f3c46"; + sha256_unsigned = "7ca52c271d05810fc087ea87c7ecc1f051079b0f8456b2a7485d0754ba8f3c46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-6p" + ]; + titles = [ + { + model = "EdgeRouter 6P"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-lite = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-octeon-ubnt_edgerouter-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-octeon-ubnt_edgerouter-lite-initramfs-kernel.bin"; + sha256 = "7a86c3a65f32493c5df6fe001d00a7a726b6a1eea4f19245cacb45eb0544dfa7"; + sha256_unsigned = "7a86c3a65f32493c5df6fe001d00a7a726b6a1eea4f19245cacb45eb0544dfa7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-octeon-ubnt_edgerouter-lite-squashfs-sysupgrade.tar"; + sha256 = "772e47295d09793a17a9c22a8d39c16fb6bc5ef72586bb4f8f1997ad937a0e3a"; + sha256_unsigned = "772e47295d09793a17a9c22a8d39c16fb6bc5ef72586bb4f8f1997ad937a0e3a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-lite" + "erlite" + ]; + titles = [ + { + model = "EdgeRouter Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "octeon/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "73998f390b73d1958fc12a02ca57ee873146082538a3382591e145ea8f2aa5d2"; + sha256_unsigned = "1e4e3ddec2d1067432246973763fbeed0a48849b7f4db616e38e50c7d99721af"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "c425fdc99782df9e89267c7f7872c27702b3237aa962ae1cedf853926064429e"; + sha256_unsigned = "b40cc4cfcc629843abd15d67b8640fb504271718ae58d0f9ae810594e7c95a6e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + model = "AM335x BeagleBone Black"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-omap-ti_am335x-evm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "257278de2c446e25499467addbdbb9c42939ceec39edd4dfd8c5629b1c97cb86"; + sha256_unsigned = "f23a02f69bd4c476492143f3844651738dbfde675dddcb2fa58dbcf866dea8e7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "244e2546e5256ce16c084c5b2c5b9d07c4a335094ceee09cff08ac64034046fb"; + sha256_unsigned = "622f86c2064a7ec55811b48d0d3371c68af4f8f0c364af8714cb27695805eebb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + model = "AM335x EVM"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-22.03.1-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "93beaeb982614862c2794ac3081c216e3eece4f3a0b9896d419bc8d7de42007f"; + sha256_unsigned = "9c89afb8c604283126f6f924559f0ab94472a3b31f20c65494ed42b40da3781d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "188683038e6f5a74591510c8c9ae0cb9cce802fe98cbf6697d72ccfadef51476"; + sha256_unsigned = "dbe752b1b18a35b9683d577255ffc7d99d0bb7859e203bf0180b1c1b3f60e9fd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + model = "OMAP3 TI beagleboard"; + vendor = "BeagleBoard.org"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-22.03.1-omap-ti_omap4-panda"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "bae673a418f088030abb7bf62f8814b8cb150423b18a5453ed7bccd403bf08a5"; + sha256_unsigned = "1774af29db4aadd9f4cc66efeae43c93be4b07977a917f8c4650cc0d89d442ce"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "a4d0178fc344d6a908a09b8fdd15ba3e3094f7eb5420531bf8873237ee9417cc"; + sha256_unsigned = "050889d92dd89cc521b9f34708578a6aae8d660f44b969c0c0db3b15a38f9e7f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + model = "OMAP4 TI pandaboard"; + vendor = "PandaBoard.org"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "omap/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "fdisk" + "fstools" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mtd" + "netifd" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-oxnas-ox820-akitio_mycloud-initramfs-uImage"; + sha256 = "7511cd85bdd236e933321c3986db5ae7da5dc7640eceb8d67e0a47a8843d45fb"; + sha256_unsigned = "7511cd85bdd236e933321c3986db5ae7da5dc7640eceb8d67e0a47a8843d45fb"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "4a5caed24dd564ab8d774cd10e8760b267f1642f425b05b4d4b2b3d204f3d7cb"; + sha256_unsigned = "037a59159cbf1834051758c1d724067b27aa0be7e6db7919d20ec6005155477c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "7753e6451541351ffa42afaab5b4c6969b5596a19c67438416fb424b3c698c18"; + sha256_unsigned = "a0c0dd708776844e46e0d30712f6b848580c050620613fb47bb1d495abcfddc7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "72d2cd9a0bb012ffa89e958f1544b6aa2c793fbe10642ff6a1ee75d9501d8528"; + sha256_unsigned = "72d2cd9a0bb012ffa89e958f1544b6aa2c793fbe10642ff6a1ee75d9501d8528"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "d28616e471f8e899348ec83a7f3f62bac7f5d699f4cfa531d07b029ae333cbd1"; + sha256_unsigned = "d28616e471f8e899348ec83a7f3f62bac7f5d699f4cfa531d07b029ae333cbd1"; + type = "ubinized"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + model = "MyCloud Mini"; + vendor = "Akitio"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + ]; + image_prefix = "openwrt-22.03.1-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "4af6ac23178a80774577388577634fe6fb98348f4bb0e464a8c165b3b3a2cd56"; + sha256_unsigned = "0c9c43f12422a2dcf52591cb58a605954aade6e7d76e04a8960c1421ee16db1d"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "f8d08562a6addb12bdf6df40377c32d7b61b00d9495ea1642a0b99770bdb256b"; + sha256_unsigned = "f8cb7c6cc2ca5838651aa6b316ffce9cd61da5224af3b54e785270c8e15248de"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "a98480f4c3dd955c627d6353e4c73586a647f57c161115205df6777f0a78344a"; + sha256_unsigned = "a98480f4c3dd955c627d6353e4c73586a647f57c161115205df6777f0a78344a"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-oxnas-ox820-cloudengines_pogoplug-series-3-initramfs-uImage"; + sha256 = "bf584f7eb2666f76ff60ebaedd756017f15b1842daee4232d5401ddc6c2f1030"; + sha256_unsigned = "bf584f7eb2666f76ff60ebaedd756017f15b1842daee4232d5401ddc6c2f1030"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "b162d15a1067346d3f6d03fc4ff0726c55c249fc5eb25fc95088dd588a3fce46"; + sha256_unsigned = "b162d15a1067346d3f6d03fc4ff0726c55c249fc5eb25fc95088dd588a3fce46"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + model = "PogoPlug Series V3 (without mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "b4d394500152279c815fd34ec84fe1231a8041bab1e8e848372400daba23e6f5"; + sha256_unsigned = "b4d394500152279c815fd34ec84fe1231a8041bab1e8e848372400daba23e6f5"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "916dfb7c731fa14240ac0a5ebe8f146aff4338cff8513a9030134280d67a6945"; + sha256_unsigned = "60d6bb2203c46c0749252278231bfa17362489f693fb81fa80af85f9f7305b27"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-oxnas-ox820-cloudengines_pogoplugpro-initramfs-uImage"; + sha256 = "9922d782607fbd2415e1c1d08383eac3c0dfbd6369c61c7d44485770441a5edc"; + sha256_unsigned = "9922d782607fbd2415e1c1d08383eac3c0dfbd6369c61c7d44485770441a5edc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "a8d94d26397622b031495c5955e4e7dac7d7210d2530af66586da89af5856b8c"; + sha256_unsigned = "981ee93d418e2ce3be38cf3ae72820e9acd0c4bd9f3d9fc77bb79e829abcba19"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "66dab40c3c4c050cbe8202648c584fd0fd34425bf1c4836601c0194e9b9ee6a6"; + sha256_unsigned = "66dab40c3c4c050cbe8202648c584fd0fd34425bf1c4836601c0194e9b9ee6a6"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + model = "PogoPlug Pro (with mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "da974e454623d7d6f8a35f049ae5796c06f329c5c18757fb6648ca46a0a4f501"; + sha256_unsigned = "da974e454623d7d6f8a35f049ae5796c06f329c5c18757fb6648ca46a0a4f501"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "9de6a30b7e9865dc69b45f274d3e7a547257a8065f80026a363f146ab1bed609"; + sha256_unsigned = "bcb47ec3fffa4b83197b565e0596068fa9c98a3d6239daf8531f03e2765c1253"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-oxnas-ox820-mitrastar_stg-212-initramfs-uImage"; + sha256 = "488592384f163c52051c5a86eb387a032430381667574ed375d143d9a1a1752a"; + sha256_unsigned = "488592384f163c52051c5a86eb387a032430381667574ed375d143d9a1a1752a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "e182e2bec585b316a8b606d977d88ef378eeb93a04e183201c9219f03c514f36"; + sha256_unsigned = "e182e2bec585b316a8b606d977d88ef378eeb93a04e183201c9219f03c514f36"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "f08d17e247f264e3a0118202e876e31d0fbbacc1c34f26d033ecdccee0d4d5ba"; + sha256_unsigned = "7da8c0c1488d4bce06b7eec308af6d82d06b1f731a3c85a3517e6eff03418ac7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + model = "STG-212"; + vendor = "MitraStar"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-ata-oxnas-sata" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-22.03.1-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "1e58a45b9edfa8b1579d4dbf648b532c7111a4c02e9407b91077ff02ada4193b"; + sha256_unsigned = "67946aaffd94ffaeec67c11e5b326b907335a878119f22da53ed5429177cbfb8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-oxnas-ox820-shuttle_kd20-initramfs-uImage"; + sha256 = "9b734de3d2393a48de4a6f3b6ff402b0f838523bb0da33eb4750ef08381599c8"; + sha256_unsigned = "9b734de3d2393a48de4a6f3b6ff402b0f838523bb0da33eb4750ef08381599c8"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "76b642e3087799a52d4df6210659da283e92313ad1dde572ae569cac5aa17161"; + sha256_unsigned = "9b09f39eaf3714729ac84011aabd180e06d03ede5630a0f2f39cf888348b7ed9"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.1-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "55e9ecb398e5ce0333164dd81c93a5e6d0966a9264e671d4fddbfa3bb041414e"; + sha256_unsigned = "55e9ecb398e5ce0333164dd81c93a5e6d0966a9264e671d4fddbfa3bb041414e"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "defcb5fe4ad0422afe6621574497e1522777aa3eb426f7f44211290e0199cc39"; + sha256_unsigned = "defcb5fe4ad0422afe6621574497e1522777aa3eb426f7f44211290e0199cc39"; + type = "ubinized"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + model = "KD20"; + vendor = "Shuttle"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "oxnas/ox820"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + img_creator-ci40 = { + device_packages = [ + "kmod-tpm-i2c-infineon" + "kmod-ca8210" + "wpan-tools" + ]; + image_prefix = "openwrt-22.03.1-pistachio-img_creator-ci40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-pistachio-img_creator-ci40-squashfs-factory.ubi"; + sha256 = "46760a413cd23d62d4a8c2c941d05d19cb115410b254f0c89665b155fd9b79c8"; + sha256_unsigned = "46760a413cd23d62d4a8c2c941d05d19cb115410b254f0c89665b155fd9b79c8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-pistachio-img_creator-ci40-squashfs-sysupgrade.tar"; + sha256 = "67b4e9ccbeacdb84fe443924587d01edcf5f7d1f8584e43d1a69a865ca104040"; + sha256_unsigned = "67b4e9ccbeacdb84fe443924587d01edcf5f7d1f8584e43d1a69a865ca104040"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "img,creator-ci40" + ]; + titles = [ + { + model = "Creator Ci40 (VL-62899)"; + vendor = "Imagination Technologies"; + } + { + model = "Marduk board"; + vendor = "Imagination Technologies"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "pistachio/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aigale_ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-aigale_ai-br100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-aigale_ai-br100-squashfs-sysupgrade.bin"; + sha256 = "20be1e32febd2fa0e539fa2876bf92c829c24c988b79661bfc778eefd12cd236"; + sha256_unsigned = "80eee11f43cb3bc70e62c254d222e2cd7932812c9509452af5d89ddbf68f5ba7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-aigale_ai-br100-initramfs-kernel.bin"; + sha256 = "bd949acb2018070e4e6c5b06a1c6274139a452187cbcc102823b189ff187fa88"; + sha256_unsigned = "bd949acb2018070e4e6c5b06a1c6274139a452187cbcc102823b189ff187fa88"; + type = "kernel"; + } + ]; + supported_devices = [ + "aigale,ai-br100" + "ai-br100" + ]; + titles = [ + { + model = "Ai-BR100"; + vendor = "Aigale"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-alfa-network_ac1200rm-initramfs-kernel.bin"; + sha256 = "18185ed70df9914f500cd5a95b196275f62f0be3e46c94f476181fe7f53c4aab"; + sha256_unsigned = "18185ed70df9914f500cd5a95b196275f62f0be3e46c94f476181fe7f53c4aab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "7976bbb1a42cc7be0eca70a75376a24eca59a14e3f4310bf99bf71df42b6936f"; + sha256_unsigned = "8e25a1c88d8625af32d5a1bd9ded878767179be7ee01e8bb9fee7f9c408ee6e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + "ac1200rm" + ]; + titles = [ + { + model = "AC1200RM"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "b4b7dd3a78851098c9877318f6086b4abdf3058d86b1b1744732b35b7190dbb9"; + sha256_unsigned = "0799e4f02e2ccbfb730ed0c5a108286e94f2c7a0ddd160559538b74051b8dec7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-alfa-network_r36m-e4g-initramfs-kernel.bin"; + sha256 = "287bbaf42bf8c3120b0a495e3f013474e291ec6901eb6d300d8d48b5c15d16fc"; + sha256_unsigned = "287bbaf42bf8c3120b0a495e3f013474e291ec6901eb6d300d8d48b5c15d16fc"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + "r36m-e4g" + ]; + titles = [ + { + model = "R36M-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-alfa-network_tube-e4g-initramfs-kernel.bin"; + sha256 = "8766ccb29597c384d29ef9f20a44625008cee8274bc1de8319300794555e9193"; + sha256_unsigned = "8766ccb29597c384d29ef9f20a44625008cee8274bc1de8319300794555e9193"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "ab5be8f4c30f49fd87efb794b0208625226f31661a40c35ff6cd7c93889ca9b6"; + sha256_unsigned = "b797e04e275da5e315562a166fd465aebbb8f90cc4ec3c2c12eea6673ae4635a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + "tube-e4g" + ]; + titles = [ + { + model = "Tube-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-asus_rp-n53"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-asus_rp-n53-initramfs-kernel.bin"; + sha256 = "07ef63973a2a101aa49dfd3d1fc809121da04a56bb6d28e65f82d65eb6ac9824"; + sha256_unsigned = "07ef63973a2a101aa49dfd3d1fc809121da04a56bb6d28e65f82d65eb6ac9824"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-asus_rp-n53-squashfs-sysupgrade.bin"; + sha256 = "2cfbb8263164285e61753f3f1e549e43e08be7e6c6ef3b4efc06513a8c0fa82f"; + sha256_unsigned = "25f38ff9a6dc3ddd51e70c2e0e5e4cb632c2ef95dc3816a074c34379a2212c9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rp-n53" + "rp-n53" + ]; + titles = [ + { + model = "RP-N53"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-asus_rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-asus_rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "1b7d6af254b2d4760202caf716ffb0220799d23d6c82edca9ba5e0dc9313188f"; + sha256_unsigned = "e9870d529147b731109a52cacb657e02a1a23e26423aa30181dfbe36f6e73834"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-asus_rt-ac51u-initramfs-kernel.bin"; + sha256 = "df89449a26eeb31928709e370b3862eee970fb7fd3aa136d4f7c2085b5a47117"; + sha256_unsigned = "df89449a26eeb31928709e370b3862eee970fb7fd3aa136d4f7c2085b5a47117"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac51u" + "rt-ac51u" + ]; + titles = [ + { + model = "RT-AC51U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac54u = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-asus_rt-ac54u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-asus_rt-ac54u-squashfs-sysupgrade.bin"; + sha256 = "ae793f8e7e0b57a8a74c3e8df0a993c713a7e2ec44145894a84e247f521589b8"; + sha256_unsigned = "ae585e2a874fbe42a249d46807f7d9b0fa6c36becc25755c5b087fdd8ffee0f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-asus_rt-ac54u-initramfs-kernel.bin"; + sha256 = "4fe87426c271b3b0fa3719efabc00aecb73b3f3e55506b02b36b9765b1e248f5"; + sha256_unsigned = "4fe87426c271b3b0fa3719efabc00aecb73b3f3e55506b02b36b9765b1e248f5"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac54u" + ]; + titles = [ + { + model = "RT-AC54U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-asus_rt-n12p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-asus_rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "4740c7d74c4890868397c4713e08f7870086c0cb0290e01b5571ada3d98f7be5"; + sha256_unsigned = "cfc49f3eeb26f9ae6e4d149eb4f0ba9ba5f324e96fa3ccf12daf071911241eac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-asus_rt-n12p-initramfs-kernel.bin"; + sha256 = "e24e547274b9ba1a34837c182a9446e055cb14ee5ea38e946756fc06a8d8e892"; + sha256_unsigned = "e24e547274b9ba1a34837c182a9446e055cb14ee5ea38e946756fc06a8d8e892"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n12p" + "rt-n12p" + ]; + titles = [ + { + model = "RT-N11P/RT-N12+/RT-N12Eb1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-asus_rt-n14u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-asus_rt-n14u-initramfs-kernel.bin"; + sha256 = "7e03f81bf776fb58884ff817b96a91efd3a5feca6acf616755f35211e934812e"; + sha256_unsigned = "7e03f81bf776fb58884ff817b96a91efd3a5feca6acf616755f35211e934812e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-asus_rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "9b3e564a2a9e740fd1cbad7eed604190bded1b50b170e30f07b8a96101d224d9"; + sha256_unsigned = "2542b372b7101709842c3307e21dc8cd030250af6890530dc507900b2d51aa51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n14u" + "rt-n14u" + ]; + titles = [ + { + model = "RT-N14u"; + vendor = "Asus"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-bdcom_wap2100-sk-initramfs-kernel.bin"; + sha256 = "7d326b52a74d1cf5f60664dfbde75696e758d59bc054f3454b528a11be695b0e"; + sha256_unsigned = "7d326b52a74d1cf5f60664dfbde75696e758d59bc054f3454b528a11be695b0e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "9ebba3d58ae2c3aa51d35f6b967b90feefcfceb57f494d8a6908f46abc481b0f"; + sha256_unsigned = "777183b6af08d38f18d4dd19b8a73334b6abd3348d3fcd896b69ed7cff55544e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + model = "WAP2100-SK (ZTE ZXECS EBG3130)"; + vendor = "BDCOM"; + } + ]; + }; + buffalo_whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-buffalo_whr-1166d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-buffalo_whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "9cab39d2a5ff72a13680c3267a71496191ebb2f22692ff463054c581694a84a7"; + sha256_unsigned = "499b868818f7806e5293a701b616967a8383624510cc139bb0a537e62762da4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-buffalo_whr-1166d-initramfs-kernel.bin"; + sha256 = "58bc8fddccfb78df4610503bd34ca66eb4e123a43f77a919713c1c15a219e757"; + sha256_unsigned = "58bc8fddccfb78df4610503bd34ca66eb4e123a43f77a919713c1c15a219e757"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-1166d" + "whr-1166d" + ]; + titles = [ + { + model = "WHR-1166D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-buffalo_whr-300hp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-buffalo_whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "b58f6e33a9cb7091f730c38831d8fb1ed68eae42f6842357a80bd41f49328a16"; + sha256_unsigned = "5365aed6662e2efdf6795af65aeefb984a160fdf5e075f57aa5e6a5657f3f6ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-buffalo_whr-300hp2-initramfs-kernel.bin"; + sha256 = "2935d78b30e9dcd93169d93aa2c3d7c98d0a3f714b9bca39d2d5a1e848150577"; + sha256_unsigned = "2935d78b30e9dcd93169d93aa2c3d7c98d0a3f714b9bca39d2d5a1e848150577"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-300hp2" + "whr-300hp2" + ]; + titles = [ + { + model = "WHR-300HP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-buffalo_whr-600d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-buffalo_whr-600d-squashfs-sysupgrade.bin"; + sha256 = "30fb6e3995665ff2a2e19b44955d7069fed4278012b00319c9777b387e9878f2"; + sha256_unsigned = "db6d1331e6f4d9ed0a8ff84ef8d29eb005a3607bd9b8b92aeada5f39f74fc41f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-buffalo_whr-600d-initramfs-kernel.bin"; + sha256 = "94e5fe5b35163eeb3ae535468e906ebeffb85efe604932e3d4076eb18a20d782"; + sha256_unsigned = "94e5fe5b35163eeb3ae535468e906ebeffb85efe604932e3d4076eb18a20d782"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-600d" + "whr-600d" + ]; + titles = [ + { + model = "WHR-600D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-buffalo_wmr-300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-buffalo_wmr-300-initramfs-kernel.bin"; + sha256 = "def753ec5ea0d207ce637debfbbef653d0c4536d247c9e2fc906f8c48bb849da"; + sha256_unsigned = "def753ec5ea0d207ce637debfbbef653d0c4536d247c9e2fc906f8c48bb849da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-buffalo_wmr-300-squashfs-sysupgrade.bin"; + sha256 = "ea6283ae532c078496604fd698e4374d454755b340c61014b2467359aa0e59a9"; + sha256_unsigned = "7eb757fe569ee7c9684c674811b669a1ac37f0ed53f1563f70756f77ec70d5c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wmr-300" + "wmr-300" + ]; + titles = [ + { + model = "WMR-300"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-comfast_cf-wr800n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-comfast_cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "f5e35f7d21a5a583a45422b7d7556a3b4a474870079adb0c535f40da65b729b8"; + sha256_unsigned = "3aca1b1e3dcebee22ee5bc89021514ef5bd39f5cdff930c4aa689555d2188ceb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-comfast_cf-wr800n-initramfs-kernel.bin"; + sha256 = "2df0fac6a25e21381679b40ca21249cd312fab9ba67ef111a7afab0403a0acd6"; + sha256_unsigned = "2df0fac6a25e21381679b40ca21249cd312fab9ba67ef111a7afab0403a0acd6"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr800n" + "cf-wr800n" + ]; + titles = [ + { + model = "CF-WR800N"; + vendor = "Comfast"; + } + ]; + }; + dlink_dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-dlink_dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dch-m225-squashfs-sysupgrade.bin"; + sha256 = "04f7eba85f24a77d9866a6fb7929d2caca4b6229661cce62a186fda3ad0a0e58"; + sha256_unsigned = "86703d1524bc64e01007688883db2841a172e9eb876af4c019ee34b5d46bf14f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dch-m225-initramfs-kernel.bin"; + sha256 = "6647bfb17f821776e7f2cbf7b59b27623923832807f0347a4fb481a885893dc1"; + sha256_unsigned = "6647bfb17f821776e7f2cbf7b59b27623923832807f0347a4fb481a885893dc1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dch-m225-squashfs-factory.bin"; + sha256 = "8b09ae7549c48e4068a72606a77653bdc2bda1ebc06d3468d11f22a720d0dd4e"; + sha256_unsigned = "8b09ae7549c48e4068a72606a77653bdc2bda1ebc06d3468d11f22a720d0dd4e"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dch-m225" + "dch-m225" + ]; + titles = [ + { + model = "DCH-M225"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "21549cb7cd4d0ee2fd73ccf90bbf8b6de13c8f3ca5d9e9b53f1248c29db01ec6"; + sha256_unsigned = "17e23da61ec04e7e49fc77c863ce9977b0607ab67355e937c0fa6eb01e2d61d8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "0492991b6b76f4fbe41e87d7f2efb474d75c9a9d0c12004853b35a57e67bd73c"; + sha256_unsigned = "0492991b6b76f4fbe41e87d7f2efb474d75c9a9d0c12004853b35a57e67bd73c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dir-510l-initramfs-kernel.bin"; + sha256 = "94ea8ee793a5f1c2efc5ee15d491adec5996f0d153510f586e69134b2b175f27"; + sha256_unsigned = "94ea8ee793a5f1c2efc5ee15d491adec5996f0d153510f586e69134b2b175f27"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + model = "DIR-510L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-dlink_dir-810l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dir-810l-squashfs-sysupgrade.bin"; + sha256 = "b20c311559f9c3b86a764f8c446dbb87216ea2775770e0128c08342de57e17cb"; + sha256_unsigned = "02a84f83300686491cdff7bc2ed622d20af675bc87c857d39a99a827be8b6172"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dir-810l-initramfs-kernel.bin"; + sha256 = "ff839067664d5a08cf572d1d0815ac214d4952afde5b0cb34067df46845e0260"; + sha256_unsigned = "ff839067664d5a08cf572d1d0815ac214d4952afde5b0cb34067df46845e0260"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-810l" + "dir-810l" + ]; + titles = [ + { + model = "DIR-810L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "d83c155505283a1d02bd24966050792b20b152f077380dff37ac7c7e28c0d2f4"; + sha256_unsigned = "d83c155505283a1d02bd24966050792b20b152f077380dff37ac7c7e28c0d2f4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-116-a1-initramfs-kernel.bin"; + sha256 = "6ad3c4a609a6119088d7544a6ec975abd3f6a4420e48db61c93173f2dd276f1c"; + sha256_unsigned = "6ad3c4a609a6119088d7544a6ec975abd3f6a4420e48db61c93173f2dd276f1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "7a5def4766e210feab7de39cb105ae491a38a12cbbcccf4f211ffb87c1ef5c05"; + sha256_unsigned = "4dfb1a31aa34f92955d5db32cd917fbe92c2d24ffd9b5796a1f2ac49f7674831"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + model = "DWR-116"; + variant = "A1/A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-118-a1-initramfs-kernel.bin"; + sha256 = "7bd92f52a0fc7e83af18d0b5b6c38914fedc35a7e6ce1cfc27e6dcab1c368a60"; + sha256_unsigned = "7bd92f52a0fc7e83af18d0b5b6c38914fedc35a7e6ce1cfc27e6dcab1c368a60"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "f117a65444f4d3449385ecdb24cce05c639ed0867aea78dd7fa9ede3109fb33d"; + sha256_unsigned = "f117a65444f4d3449385ecdb24cce05c639ed0867aea78dd7fa9ede3109fb33d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "6d7df712f173815b47b680fd521445c094153da5e32735a0dc0c1ec5d37ec12e"; + sha256_unsigned = "dbf2bdbf3a9ea534a6dafc1ce21b9513656660a784bf1cbe3b4248f8a08724b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "75b0c1856ff65eaa415302f9d78806c29896ef5abbd76013c3d92c7bb89a2cb1"; + sha256_unsigned = "b35defff38ac3a8bdada7a1c23ae8583fe2c5980f9426904dfe0ebe5b4031444"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-118-a2-initramfs-kernel.bin"; + sha256 = "63963901939f013f977a21124944f821d4267abe10e89edb1946cf5af6205014"; + sha256_unsigned = "63963901939f013f977a21124944f821d4267abe10e89edb1946cf5af6205014"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "17c41bde58791f7d5510c33d11c5ad9671a5b494a3970ce075b3be45b0f2ea9e"; + sha256_unsigned = "17c41bde58791f7d5510c33d11c5ad9671a5b494a3970ce075b3be45b0f2ea9e"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-921-c1-initramfs-kernel.bin"; + sha256 = "95160144c5e1a8adb04ab9e61db7a9c20f06027a2b77360b5b6a8486b23e7fb9"; + sha256_unsigned = "95160144c5e1a8adb04ab9e61db7a9c20f06027a2b77360b5b6a8486b23e7fb9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "8df184b9e8b6925e35c922a8ec365ede55d9a3b41345fec1ee1cf95624a7e8ce"; + sha256_unsigned = "66cdfc6cf22acdceee17f113891c26742f475f8dba9823e2609bbdf5598cb157"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "c74ede9aa2c4f360e1fe8adeda640fa3b618b6129e5f0b568ad8f55ab8593cef"; + sha256_unsigned = "c74ede9aa2c4f360e1fe8adeda640fa3b618b6129e5f0b568ad8f55ab8593cef"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "080ed6a1dbf0c3ccebb7312f8ded39d2e83e4b924f037d582ae9a49366165c0f"; + sha256_unsigned = "365a79bbba799e7915a4350bb058d4fc19ad14bea692357f1ba25e2799c5c960"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-921-c3-initramfs-kernel.bin"; + sha256 = "95160144c5e1a8adb04ab9e61db7a9c20f06027a2b77360b5b6a8486b23e7fb9"; + sha256_unsigned = "95160144c5e1a8adb04ab9e61db7a9c20f06027a2b77360b5b6a8486b23e7fb9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "77364d09d9f67a57dbc3829d4efdca23a2a4aaf5aa83aebea9814f6ae8fc3e68"; + sha256_unsigned = "77364d09d9f67a57dbc3829d4efdca23a2a4aaf5aa83aebea9814f6ae8fc3e68"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-922-e2-initramfs-kernel.bin"; + sha256 = "d5cc5cf567c79fd16b377dfa8a4665d052a755b04e0749fa8553f0f40db1453d"; + sha256_unsigned = "d5cc5cf567c79fd16b377dfa8a4665d052a755b04e0749fa8553f0f40db1453d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "277d2a3cd2e81cdc702d54157c33ab16f3955b3d909443608c7bf676754fdcda"; + sha256_unsigned = "92acc734117e524ea20fcc896ac7cde7b38158696c8a9ece693e66b5a5787f8d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "e6a8f213a77e1c08b22355e00187c0fbb87c556507e3d07cbaead75b271ccaa9"; + sha256_unsigned = "e6a8f213a77e1c08b22355e00187c0fbb87c556507e3d07cbaead75b271ccaa9"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + model = "DWR-922"; + variant = "E2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-960 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-960"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-960-initramfs-kernel.bin"; + sha256 = "b76ffd940caf1f23e535cd3a4b1e07f9b53ef4e208fc89ab75b80a4693a6cdc9"; + sha256_unsigned = "b76ffd940caf1f23e535cd3a4b1e07f9b53ef4e208fc89ab75b80a4693a6cdc9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-960-squashfs-sysupgrade.bin"; + sha256 = "62e2d2b13c7533d7a7fa524999b944365e0ef845a618cae0b616e834955f7691"; + sha256_unsigned = "fde91ed09276281770db0a3432e88add220736d5d54ec63e6af346b613e576f1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-960-squashfs-factory.bin"; + sha256 = "0a9d52c3f0e62d95a1e7f09e522d010fa6dfe7837bbf14bbfd556871614352b8"; + sha256_unsigned = "0a9d52c3f0e62d95a1e7f09e522d010fa6dfe7837bbf14bbfd556871614352b8"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-960" + ]; + titles = [ + { + model = "DWR-960"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-961-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-961-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-961-a1-initramfs-kernel.bin"; + sha256 = "88ef10480aa546eff41b89fe71644716aca59575216a182f52e5e0df5fe3f38b"; + sha256_unsigned = "88ef10480aa546eff41b89fe71644716aca59575216a182f52e5e0df5fe3f38b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-961-a1-squashfs-sysupgrade.bin"; + sha256 = "1c09df794b309f6232900d15d2641d7d70f74d670893a24541b9b6280dd99ed3"; + sha256_unsigned = "8969909d14d8ea4e91e6c907ab33efa4e4e910ca973ff6e544ad0dfb6ee64997"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dlink_dwr-961-a1-squashfs-factory.bin"; + sha256 = "0acee6bf54661768b55eb1ee774a9c513a04e90a0f6a04b720b32f0c21900a41"; + sha256_unsigned = "0acee6bf54661768b55eb1ee774a9c513a04e90a0f6a04b720b32f0c21900a41"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-961-a1" + ]; + titles = [ + { + model = "DWR-961"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + domywifi_dm202 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-domywifi_dm202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-domywifi_dm202-squashfs-sysupgrade.bin"; + sha256 = "2bf612d95b972f12a9172b707dedbd6fc3e8037c360d401fc08462e0e7565f0c"; + sha256_unsigned = "8f70bed9406ecb369edd71023fbbc1c7b156f0a2d73b5933ed766ab8cd4e99ce"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-domywifi_dm202-initramfs-kernel.bin"; + sha256 = "e7763585c28dd88ba5098d2bfca4672e11d65220aaa45a8ba675e047ae65dbf8"; + sha256_unsigned = "e7763585c28dd88ba5098d2bfca4672e11d65220aaa45a8ba675e047ae65dbf8"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dm202" + ]; + titles = [ + { + model = "DM202"; + vendor = "DomyWifi"; + } + ]; + }; + domywifi_dm203 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-domywifi_dm203"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-domywifi_dm203-initramfs-kernel.bin"; + sha256 = "60af9d27facda2cebe1179da226f252fb230c804aed69f9d4580affe15dd7db0"; + sha256_unsigned = "60af9d27facda2cebe1179da226f252fb230c804aed69f9d4580affe15dd7db0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-domywifi_dm203-squashfs-sysupgrade.bin"; + sha256 = "9706e2d31a278bb73de90a8986453e21e9032aa5c00e4ab0721677a893d71fb6"; + sha256_unsigned = "d159d4b6e4eb09322c2302eeff64f5e9b94b94b1ba1e6c5076da97c758501a63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "domywifi,dm203" + ]; + titles = [ + { + model = "DM203"; + vendor = "DomyWifi"; + } + ]; + }; + domywifi_dw22d = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-domywifi_dw22d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-domywifi_dw22d-squashfs-sysupgrade.bin"; + sha256 = "a56fea9e8e06b3f17b7fd78d4e27290db6d483dc2766ed03fe2024a2626be69f"; + sha256_unsigned = "839c14d72dcf21c7571cf5a54ac338be9616f399ee36c5be98603fa4bdab631a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-domywifi_dw22d-initramfs-kernel.bin"; + sha256 = "0b3f34ad704d75660cd0893334babdfedbefe82c7298d0feb4e3a06a1a139f9f"; + sha256_unsigned = "0b3f34ad704d75660cd0893334babdfedbefe82c7298d0feb4e3a06a1a139f9f"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dw22d" + ]; + titles = [ + { + model = "DW22D"; + vendor = "DomyWifi"; + } + ]; + }; + dovado_tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-dovado_tiny-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-dovado_tiny-ac-initramfs-kernel.bin"; + sha256 = "317883216f0ce5e069c51310ad29e34834d348e3ed675863e6f7df79c129946e"; + sha256_unsigned = "317883216f0ce5e069c51310ad29e34834d348e3ed675863e6f7df79c129946e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-dovado_tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "8a3d22fcd098e943b0028d550116c6cc249e2ecd91d5baaee74aaaaeac5db196"; + sha256_unsigned = "b6396d9369f4554d0911f192d9ca276049d1df1584c40a5f9352ec8557808cac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dovado,tiny-ac" + "tiny-ac" + ]; + titles = [ + { + model = "Tiny AC"; + vendor = "Dovado"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-edimax_br-6478ac-v2-initramfs-kernel.bin"; + sha256 = "3c21d43a0a3820a8ec5769eb13a11006a5cfc8a93eefaea6352025330eebdc75"; + sha256_unsigned = "3c21d43a0a3820a8ec5769eb13a11006a5cfc8a93eefaea6352025330eebdc75"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "361a0bb3864cf98ad8d6ee425cb62a378f29da911992fe151f5199f571f49e50"; + sha256_unsigned = "8d1ad5b3737895bc9f3878d2522f8db7da7ce7b6102a6af9fa8ee72c53e1670d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + model = "BR-6478AC"; + variant = "V2"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7476rpc = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-edimax_ew-7476rpc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-edimax_ew-7476rpc-squashfs-sysupgrade.bin"; + sha256 = "d992e25cd0ed75c739b5a81d1f71a8a266c89e891add5a1eb82ad1c2cdf9b877"; + sha256_unsigned = "90f2d2af522b1f30941013aeb134c8024e016884afd3d668ccd5bbc987768f21"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-edimax_ew-7476rpc-initramfs-kernel.bin"; + sha256 = "53060a7e976e78fa1d525e352ad2e91f1462a1a267a07487357d88080e7a29e3"; + sha256_unsigned = "53060a7e976e78fa1d525e352ad2e91f1462a1a267a07487357d88080e7a29e3"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7476rpc" + ]; + titles = [ + { + model = "EW-7476RPC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478ac = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-edimax_ew-7478ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-edimax_ew-7478ac-squashfs-sysupgrade.bin"; + sha256 = "3f0e28ef87bea4efa570d5f7976f5552b0076422fd9c07c0938e8164ad073718"; + sha256_unsigned = "848003ab89b7275ba4e050654686150328514a018fed45e70834e1b0674ba5d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-edimax_ew-7478ac-initramfs-kernel.bin"; + sha256 = "5b7f8c66e88c89570ecd5dc0d6ad53518225fc825450d308dd296cc2df0c9f50"; + sha256_unsigned = "5b7f8c66e88c89570ecd5dc0d6ad53518225fc825450d308dd296cc2df0c9f50"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478ac" + ]; + titles = [ + { + model = "EW-7478AC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478apc = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-edimax_ew-7478apc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-edimax_ew-7478apc-squashfs-sysupgrade.bin"; + sha256 = "d7026be4812929356e2ca9b6b2fe08d7715ee8c08afa243824f0c2c882e89c7f"; + sha256_unsigned = "a8021363db2342398f32057cf4476e4f4b89c0ff99f680fc288b7e59412a0260"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-edimax_ew-7478apc-initramfs-kernel.bin"; + sha256 = "55f044e39e098910e0c148cc67b37e4f2b50f8b9eea05317e4c918dd6ad7d521"; + sha256_unsigned = "55f044e39e098910e0c148cc67b37e4f2b50f8b9eea05317e4c918dd6ad7d521"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478apc" + ]; + titles = [ + { + model = "EW-7478APC"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-elecom_wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-elecom_wrh-300cr-squashfs-factory.bin"; + sha256 = "1303174f0978ccddc608bb7694c2d6502107e1eb8895e7fdc95472f7535c9282"; + sha256_unsigned = "1303174f0978ccddc608bb7694c2d6502107e1eb8895e7fdc95472f7535c9282"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-elecom_wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "9975d12f24379c054ae8f6e08d43d4c1d2a039ef1789677f5fdd81daadb71a4c"; + sha256_unsigned = "4fe0dca850b01463c510d28bbaf778d0ae6f14140bdf6561eaf595021fa42dc0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-elecom_wrh-300cr-initramfs-kernel.bin"; + sha256 = "cfa1c4ef44228c443d7f20e73cccb571e35558c976e4460e1a036c944f117467"; + sha256_unsigned = "cfa1c4ef44228c443d7f20e73cccb571e35558c976e4460e1a036c944f117467"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrh-300cr" + "wrh-300cr" + ]; + titles = [ + { + model = "WRH-300CR"; + vendor = "Elecom"; + } + ]; + }; + engenius_esr600 = { + device_packages = [ + "kmod-rt2800-pci" + "kmod-usb-storage" + "kmod-usb-ohci" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-engenius_esr600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-engenius_esr600-initramfs-kernel.bin"; + sha256 = "7abcfdae4a706730190df56cfb58d783d426d7c67c9bb6cf200e10ac7a32d174"; + sha256_unsigned = "7abcfdae4a706730190df56cfb58d783d426d7c67c9bb6cf200e10ac7a32d174"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-engenius_esr600-squashfs-factory.dlf"; + sha256 = "d52ace47206325f181f5e8da96391de91b8dd894c31af67da3f457bd5cb84e47"; + sha256_unsigned = "d52ace47206325f181f5e8da96391de91b8dd894c31af67da3f457bd5cb84e47"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-engenius_esr600-squashfs-sysupgrade.bin"; + sha256 = "8c31dcf4cb226eba629b124d4bb138f643117e117d38beec643be8a33796e066"; + sha256_unsigned = "2217d65557d4cd5d68ff1a662d7a7599246aadb3488ec29f6421bf3d7dee91c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,esr600" + ]; + titles = [ + { + model = "ESR600"; + vendor = "EnGenius"; + } + ]; + }; + fon_fon2601 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-fon_fon2601"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-fon_fon2601-squashfs-sysupgrade.bin"; + sha256 = "8bad4edf2bff44604dbc4fd92f843b8caeb3dfca915993c4d4d6f398f848eefc"; + sha256_unsigned = "0851bf3810a7be67c55c8dc8574f7780551c2dd9c2570e86999e8ce93b1d2a6e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-fon_fon2601-initramfs-kernel.bin"; + sha256 = "ddd63b716213fee58fe88f02bf359e6dc5f0a7119a89d9624ed5718905030eb1"; + sha256_unsigned = "ddd63b716213fee58fe88f02bf359e6dc5f0a7119a89d9624ed5718905030eb1"; + type = "kernel"; + } + ]; + supported_devices = [ + "fon,fon2601" + ]; + titles = [ + { + model = "FON2601"; + vendor = "Fon"; + } + ]; + }; + glinet_gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-glinet_gl-mt300a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-glinet_gl-mt300a-initramfs-kernel.bin"; + sha256 = "fda078430deb3e2e4e6366414eda2d68e1c30db383a59e5bea44ee3f24e65615"; + sha256_unsigned = "fda078430deb3e2e4e6366414eda2d68e1c30db383a59e5bea44ee3f24e65615"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "8678c98388acfe9ca91fec80be9d2ab5e6a12e87947287b074c09dce72281e3a"; + sha256_unsigned = "12ef9c031a1415de60ee51f9c70e6de114f7f3da92108191722de1c3cbce866c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300a" + "gl-mt300a" + ]; + titles = [ + { + model = "GL-MT300A"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-glinet_gl-mt300n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-glinet_gl-mt300n-initramfs-kernel.bin"; + sha256 = "2ed72512267f1fd955fc69a9a422aba6b1350439c158262174b6ac7914fb09e4"; + sha256_unsigned = "2ed72512267f1fd955fc69a9a422aba6b1350439c158262174b6ac7914fb09e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-glinet_gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "c44b11e171a127936450039c6a5aceb05b3734af05ea9ac933d8e4a5e390d393"; + sha256_unsigned = "3c1a144ec07a9784dc9b321553ef8f0c3d2a03eabc71cf72110e6a1e4a91ec71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n" + "gl-mt300n" + ]; + titles = [ + { + model = "GL-MT300N"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-glinet_gl-mt750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "179f14680e6927143dbc0d1c40ee4b6fe6a006a29615df7ada3ed72f12f40cd7"; + sha256_unsigned = "eee0d7f0ba5097af15cb00944c299f4452c1b5221e82346fbe4280843308a35e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-glinet_gl-mt750-initramfs-kernel.bin"; + sha256 = "e059f604e067758ac9d507db7795be0fb5dcbb2348e0d9490da4200c951b4ed1"; + sha256_unsigned = "e059f604e067758ac9d507db7795be0fb5dcbb2348e0d9490da4200c951b4ed1"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt750" + "gl-mt750" + ]; + titles = [ + { + model = "GL-MT750"; + vendor = "GL.iNet"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "fc8a64e2f488a6a38e6b7a142028348de075f107cd5a4549fbfd2e2c491cd4de"; + sha256_unsigned = "5ff102501014e6cd5025c019109eb27152cae18aee564cf4cec4bb71b34296b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-head-weblink_hdrm200-initramfs-kernel.bin"; + sha256 = "33b31060aefb14bdf9eb3efefd984cdebe36caf51e4fe17515c975ca9a65cf21"; + sha256_unsigned = "33b31060aefb14bdf9eb3efefd984cdebe36caf51e4fe17515c975ca9a65cf21"; + type = "kernel"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + model = "HDRM2000"; + vendor = "Head Weblink"; + } + ]; + }; + hiwifi_hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-hiwifi_hc5661"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"; + sha256 = "2621d1a57e1c2d96925b152ede63530005c4d5e6da77f412fb641b4566650bb2"; + sha256_unsigned = "b617f2567c421c1125c820ecd55ff661f63eb375d1f49b7bbb894af70c77f67f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-hiwifi_hc5661-initramfs-kernel.bin"; + sha256 = "cdc88c4ed509b44bf4787ae060ae9e2ee8733d3e4d6cb9ea500685b9cf146a0f"; + sha256_unsigned = "cdc88c4ed509b44bf4787ae060ae9e2ee8733d3e4d6cb9ea500685b9cf146a0f"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5661" + "hc5661" + ]; + titles = [ + { + model = "HC5661"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-hiwifi_hc5761"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-hiwifi_hc5761-initramfs-kernel.bin"; + sha256 = "6b776f26fa96aa2f0dbe37214500f39090da3330311b462b8f0296e6cc44f6d9"; + sha256_unsigned = "6b776f26fa96aa2f0dbe37214500f39090da3330311b462b8f0296e6cc44f6d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"; + sha256 = "62cee7687e8f9c938b3b0d9eb5771f00dfce58d6a9ae1a526ec24bc4f7dc082a"; + sha256_unsigned = "5b65ee199461a09b6dac34367399ce8976f99c048327dcaae71de06e883c8fcc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5761" + "hc5761" + ]; + titles = [ + { + model = "HC5761"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-hiwifi_hc5861"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"; + sha256 = "ae7b89207c7dd9677281d4a5dc7acde57ab0a14d47d9d381aec1529fb8587f82"; + sha256_unsigned = "f85ff641517e20192a2884653540533cd2ef611119cfe94a5034b10048b2065c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-hiwifi_hc5861-initramfs-kernel.bin"; + sha256 = "b059a23169041c8ce21ac3f31cb86c8c3f5b4102222acb8fc5bb1a630f357fc8"; + sha256_unsigned = "b059a23169041c8ce21ac3f31cb86c8c3f5b4102222acb8fc5bb1a630f357fc8"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861" + "hc5861" + ]; + titles = [ + { + model = "HC5861"; + vendor = "HiWiFi"; + } + ]; + }; + hnet_c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-hnet_c108"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-hnet_c108-initramfs-kernel.bin"; + sha256 = "b371bf327614f2c929f5f0b02c2d968c8dc5fbd82112d7b8323da80358e1d1f6"; + sha256_unsigned = "b371bf327614f2c929f5f0b02c2d968c8dc5fbd82112d7b8323da80358e1d1f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-hnet_c108-squashfs-sysupgrade.bin"; + sha256 = "aa04d5214ef1b8707d8898d158f4d7c974aa236f0f65c72605a5d0a50fdee939"; + sha256_unsigned = "1cd43c8807543b08e8fa27c8c7731a42844c76e268e872acb667325cd51317f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hnet,c108" + "c108" + ]; + titles = [ + { + model = "C108"; + vendor = "HNET"; + } + ]; + }; + hootoo_ht-tm05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-hootoo_ht-tm05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-hootoo_ht-tm05-squashfs-sysupgrade.bin"; + sha256 = "fbacd8f241a8f867a8cdbdcd106c2ab65d71276edea43ebd710b4e4c323247e8"; + sha256_unsigned = "c8d65c326973c267cd5a84b515b8b27e9b6f78b9f7dccb1c8f92516776d76fc7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-hootoo_ht-tm05-initramfs-kernel.bin"; + sha256 = "21ad0bc123c6df4215c6ccd121922d61e0d86c223e489d9c5744b003a080dabf"; + sha256_unsigned = "21ad0bc123c6df4215c6ccd121922d61e0d86c223e489d9c5744b003a080dabf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-hootoo_ht-tm05-squashfs-kernel.bin"; + sha256 = "557dfee3fadad72ddc1f4dc9439eb6b53346d4e2f7b9e72a177333d85c688593"; + sha256_unsigned = "557dfee3fadad72ddc1f4dc9439eb6b53346d4e2f7b9e72a177333d85c688593"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-hootoo_ht-tm05-squashfs-rootfs.bin"; + sha256 = "65a991e6a1ac8aedb2c5209ce77d7116f3e1f5bef335bb91c141157983b3bbe3"; + sha256_unsigned = "65a991e6a1ac8aedb2c5209ce77d7116f3e1f5bef335bb91c141157983b3bbe3"; + type = "rootfs"; + } + ]; + supported_devices = [ + "hootoo,ht-tm05" + ]; + titles = [ + { + model = "HT-TM05"; + vendor = "HooToo"; + } + ]; + }; + humax_e2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-humax_e2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-humax_e2-initramfs-kernel.bin"; + sha256 = "827b76d3cf76c8e0980bd867085e338e78a04ceb1c8ebbb1be78d0c60688b87d"; + sha256_unsigned = "827b76d3cf76c8e0980bd867085e338e78a04ceb1c8ebbb1be78d0c60688b87d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-humax_e2-squashfs-sysupgrade.bin"; + sha256 = "3f53e4b10f18e69f201147006a72f5387cae444726a8f91b0998ac134ffa4ecb"; + sha256_unsigned = "87d930d680a90e7d59d1ea37c6fb129c222c2c3f2ab9487c165b57bd4c403d07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "humax,e2" + ]; + titles = [ + { + model = "E2"; + vendor = "HUMAX"; + } + { + model = "QUANTUM E2"; + vendor = "HUMAX"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "74b7a4a8526ba3a2a24ecce95ae4e33ef0cb439a8082e728e1e2d29c910eb7e6"; + sha256_unsigned = "74b7a4a8526ba3a2a24ecce95ae4e33ef0cb439a8082e728e1e2d29c910eb7e6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "0167df64175e7c5f06b106cccaecb1f05f705ad84dbe64a0cd6d36d0b3e4a44f"; + sha256_unsigned = "5b39d0b9f2b41e1bb28992511b775a87e5811134dc0a3428c09f2c3fda044265"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-iodata_wn-ac1167gr-initramfs-kernel.bin"; + sha256 = "485a59c84c301dbe83c576699e015305eadc9f482665651435b3289325e8a3a2"; + sha256_unsigned = "485a59c84c301dbe83c576699e015305eadc9f482665651435b3289325e8a3a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + model = "WN-AC1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "9ed46e4cd53d72b112d3882455a1a0a6f4891d17c99e735d2852dcc108a01fb4"; + sha256_unsigned = "9ed46e4cd53d72b112d3882455a1a0a6f4891d17c99e735d2852dcc108a01fb4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "7d25eeef5d55f63a7ffc7233916a67424a90455e952bb56a096be0b141ce9230"; + sha256_unsigned = "418ce5d5120efb7179b72d72d54fdbb253e1159acb8f89f23d0d2ed99f3b4d0e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-iodata_wn-ac733gr3-initramfs-kernel.bin"; + sha256 = "17564a5529b9f9f64433c4495f5da65ef4fbdcfeade8cb355980942d72886dcb"; + sha256_unsigned = "17564a5529b9f9f64433c4495f5da65ef4fbdcfeade8cb355980942d72886dcb"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + model = "WN-AC733GR3"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a1004ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-iptime_a1004ns"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-iptime_a1004ns-initramfs-kernel.bin"; + sha256 = "0c9b998c1c9a8772dc0120b3e5bec3343ff301272cd92a2bd9fbfb5551e125fd"; + sha256_unsigned = "0c9b998c1c9a8772dc0120b3e5bec3343ff301272cd92a2bd9fbfb5551e125fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-iptime_a1004ns-squashfs-sysupgrade.bin"; + sha256 = "77a825155f8c169ab1b160c77672bf09165c93d38464770a9dd76e94a7a8b2df"; + sha256_unsigned = "a1fe4b1e4f091cb12f048a6b4d5f40a40def35fe73de752ae56502e01e5eabd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a1004ns" + ]; + titles = [ + { + model = "A1004ns"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a104ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-iptime_a104ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-iptime_a104ns-squashfs-sysupgrade.bin"; + sha256 = "b7dcb6c7ad606158f90e87339baa67710daed636e781f9d5170b6f45170774a7"; + sha256_unsigned = "919c237eacec8df8d7136f79dd91fcee6b6891870bbac6d077bfbc0bf2d0f375"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-iptime_a104ns-initramfs-kernel.bin"; + sha256 = "60a3e4fed66e453fd859dbe39e55f4a4bbf947833f232853603f5fbff95c63ef"; + sha256_unsigned = "60a3e4fed66e453fd859dbe39e55f4a4bbf947833f232853603f5fbff95c63ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a104ns" + ]; + titles = [ + { + model = "A104ns"; + vendor = "ipTIME"; + } + ]; + }; + kimax_u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-kimax_u25awf-h1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-kimax_u25awf-h1-initramfs-kernel.bin"; + sha256 = "09ef88464fb278375f3b460dc58a60957d87a8984ab442825917d98a19cbd274"; + sha256_unsigned = "09ef88464fb278375f3b460dc58a60957d87a8984ab442825917d98a19cbd274"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-kimax_u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "73546b45ba1c15a7d1b81e6e3f90251b9554b23daa1a268919128a69c64dfec5"; + sha256_unsigned = "87fcc5cce710f12c20ef1a00b4a091a82fbce5c5fe1deaa343438a6a11e92fee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u25awf-h1" + "u25awf-h1" + ]; + titles = [ + { + model = "U25AWF"; + variant = "H1"; + vendor = "Kimax"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "c1fb641ac8e959427bb3f22581573b8acf344fca5c12d8435a3c8ec74333a130"; + sha256_unsigned = "5d1064114ab02fa9dc4ff5d96be3575813df23e949e6be52f6e8104b2bab1bcf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-kimax_u35wf-initramfs-kernel.bin"; + sha256 = "0f5f8cca79832c453e254e75e201856624ae7b35816cc10a1c4c0be62fb17bc1"; + sha256_unsigned = "0f5f8cca79832c453e254e75e201856624ae7b35816cc10a1c4c0be62fb17bc1"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + model = "U35WF"; + vendor = "Kimax"; + } + ]; + }; + kingston_mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-kingston_mlw221"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-kingston_mlw221-squashfs-sysupgrade.bin"; + sha256 = "5f0486d13380ee89e639a7244f5b0e035dd53c2c34a37a5923bf19127ff95a35"; + sha256_unsigned = "4eecec458fb42d85206831e6eb8f08b9a41bfd40f37c0b81c1d4fa3d24b157e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-kingston_mlw221-initramfs-kernel.bin"; + sha256 = "135c8eb5ea5c2f0748f71523431b5cc8d6c536bdfa03dfa7f218d9284b26a1bb"; + sha256_unsigned = "135c8eb5ea5c2f0748f71523431b5cc8d6c536bdfa03dfa7f218d9284b26a1bb"; + type = "kernel"; + } + ]; + supported_devices = [ + "kingston,mlw221" + "mlw221" + ]; + titles = [ + { + model = "MLW221"; + vendor = "Kingston"; + } + ]; + }; + kingston_mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-kingston_mlwg2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-kingston_mlwg2-initramfs-kernel.bin"; + sha256 = "5c0fdfcda9826f777490b45c25d61982d522115fcb85ad8ecace3c59b4e25aae"; + sha256_unsigned = "5c0fdfcda9826f777490b45c25d61982d522115fcb85ad8ecace3c59b4e25aae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-kingston_mlwg2-squashfs-sysupgrade.bin"; + sha256 = "97ff9711a630e8df2acc3cecf71962eacac69419d0699da002cb53ce20835686"; + sha256_unsigned = "505e77bd3cf2e8debfa5aa486e6fe3e0a41479f37cc8cd9bfdf6dc10e9b97f19"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlwg2" + "mlwg2" + ]; + titles = [ + { + model = "MLWG2"; + vendor = "Kingston"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "7eb24cf029f5e0e5f8d1de550112a359b28493eb97cc940d55da581a30f02c3a"; + sha256_unsigned = "ca788e735e8336e6465a57bb13a1ba4fb2f406462153a866bd4d0e0d5666bde1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "9f27447ae6bdc831a40f4fded660fd65cb5e5802d9c18255b775931a50045e75"; + sha256_unsigned = "9f27447ae6bdc831a40f4fded660fd65cb5e5802d9c18255b775931a50045e75"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-lava_lr-25g001-initramfs-kernel.bin"; + sha256 = "781311c48f11017ce295aa1cc72e4b12ac9bec88155255541533669b29ff0d81"; + sha256_unsigned = "781311c48f11017ce295aa1cc72e4b12ac9bec88155255541533669b29ff0d81"; + type = "kernel"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + model = "LR-25G001"; + vendor = "LAVA"; + } + ]; + }; + lb-link_bl-w1200 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-lb-link_bl-w1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-lb-link_bl-w1200-squashfs-sysupgrade.bin"; + sha256 = "8bff63aecce45c7c5accfa27ccc0a3006d157a0ff9da94211e40055123722f6a"; + sha256_unsigned = "c49fae64b23962f7fa63b90a8e9440d3c36c0bb21d9735075e2489525394c391"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-lb-link_bl-w1200-initramfs-kernel.bin"; + sha256 = "3a74f49f2d34bf913d00ae174d15f58a0198f68fbf7535640946adc159bdce2e"; + sha256_unsigned = "3a74f49f2d34bf913d00ae174d15f58a0198f68fbf7535640946adc159bdce2e"; + type = "kernel"; + } + ]; + supported_devices = [ + "lb-link,bl-w1200" + ]; + titles = [ + { + model = "BL-W1200"; + vendor = "LB-Link"; + } + ]; + }; + lenovo_newifi-y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-lenovo_newifi-y1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"; + sha256 = "abc8a16aa601d5c1859fb8be90147e2bce456af572d5592577cc463521d109bc"; + sha256_unsigned = "ff1ef05fb0434897f050845a88deb8992e4726ee8804ff2e4e2936a4099b0e34"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-lenovo_newifi-y1-initramfs-kernel.bin"; + sha256 = "a100bd4bae818ff1b32c8acf047f7c3c6d755dc9602d128a4682dda5d454f36e"; + sha256_unsigned = "a100bd4bae818ff1b32c8acf047f7c3c6d755dc9602d128a4682dda5d454f36e"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1" + "y1" + ]; + titles = [ + { + model = "Y1"; + vendor = "Lenovo"; + } + ]; + }; + lenovo_newifi-y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-lenovo_newifi-y1s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-lenovo_newifi-y1s-initramfs-kernel.bin"; + sha256 = "f4a09ee466073bc492ee65e11f26f9f8b411d0c1f30dbb74816ea5ea64f0dad3"; + sha256_unsigned = "f4a09ee466073bc492ee65e11f26f9f8b411d0c1f30dbb74816ea5ea64f0dad3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"; + sha256 = "3d2bf2d4025c1365c54ea9cca4b81307b73627519ce80cff3d3f2565e4c7ff0b"; + sha256_unsigned = "7b16347233b0584c4c10cc3ffb566a12b6718fdee0cb023aacecf6450ea4df5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1s" + "y1s" + ]; + titles = [ + { + model = "Y1S"; + vendor = "Lenovo"; + } + ]; + }; + linksys_e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-linksys_e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-linksys_e1700-squashfs-sysupgrade.bin"; + sha256 = "d4a91b0597ce3f9629a161594fc7a3562245270f804b557cdd9b6d0aa38ffa43"; + sha256_unsigned = "c5f01b98f55a404716e1fb96b2746456d94185f3b332d8194a62a47fa4ae19d8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-linksys_e1700-initramfs-kernel.bin"; + sha256 = "4719f5213d67c4d2e3079dee18fc06a61255297c72bf1fbc984052b72afaf23f"; + sha256_unsigned = "4719f5213d67c4d2e3079dee18fc06a61255297c72bf1fbc984052b72afaf23f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-linksys_e1700-squashfs-factory.bin"; + sha256 = "90d978ffea289691ebd382251b3994770d6fcdf069dc9fa63c1f048f2dadf2b3"; + sha256_unsigned = "90d978ffea289691ebd382251b3994770d6fcdf069dc9fa63c1f048f2dadf2b3"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,e1700" + "e1700" + ]; + titles = [ + { + model = "E1700"; + vendor = "Linksys"; + } + ]; + }; + microduino_microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-microduino_microwrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-microduino_microwrt-squashfs-sysupgrade.bin"; + sha256 = "caccc12f1d0246f8b8436748ffff1f62125f00e7546b08e1f237e1428e9766df"; + sha256_unsigned = "50c47641414a843f5863066b11580db4ceb9bdb5960f98a8f9982f037bf494b5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-microduino_microwrt-initramfs-kernel.bin"; + sha256 = "95217593307896978e216605d1354ecfb34a1032629af203394d46374eb220d1"; + sha256_unsigned = "95217593307896978e216605d1354ecfb34a1032629af203394d46374eb220d1"; + type = "kernel"; + } + ]; + supported_devices = [ + "microduino,microwrt" + "microwrt" + ]; + titles = [ + { + model = "MicroWRT"; + vendor = "Microduino"; + } + ]; + }; + netgear_ex3700 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-netgear_ex3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-netgear_ex3700-squashfs-sysupgrade.bin"; + sha256 = "21a4262e725b6eb2470c87c9528264ae4d90efd52ebe94cac019e137c8348b89"; + sha256_unsigned = "e2873b7ac1c1afb8de2975af34e0719e8d1333f4228d60f9a4486c0152869775"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-netgear_ex3700-squashfs-factory.chk"; + sha256 = "7937a6f62b74b7b555a5020440d2536ff477c79cce5c2bb551187813494c7f5d"; + sha256_unsigned = "7937a6f62b74b7b555a5020440d2536ff477c79cce5c2bb551187813494c7f5d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-netgear_ex3700-initramfs-kernel.bin"; + sha256 = "cc2ad12143bb099f97f20532bea5b98075cea3cf6701cef7241d0a95093d01e4"; + sha256_unsigned = "cc2ad12143bb099f97f20532bea5b98075cea3cf6701cef7241d0a95093d01e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex3700" + "ex3700" + ]; + titles = [ + { + model = "EX3700/EX3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6120 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-netgear_ex6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-netgear_ex6120-squashfs-sysupgrade.bin"; + sha256 = "3e5e40059c683b1c24c4011354f78010a80a38a514de82d04c8501239589e52e"; + sha256_unsigned = "f437f15c96b43e3170c9c308564a9c2192c51a85c3dc983c56f65595a012234a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-netgear_ex6120-initramfs-kernel.bin"; + sha256 = "af79a6ebdd6cdd5afc03070b29d3d326da99d65c2f7803d58cc9f9765bc35ae5"; + sha256_unsigned = "af79a6ebdd6cdd5afc03070b29d3d326da99d65c2f7803d58cc9f9765bc35ae5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-netgear_ex6120-squashfs-factory.chk"; + sha256 = "c6d1cb4b010813c7472f23d69c977f7821714421405392f8fdd6fe9314799a33"; + sha256_unsigned = "c6d1cb4b010813c7472f23d69c977f7821714421405392f8fdd6fe9314799a33"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6120" + ]; + titles = [ + { + model = "EX6120"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6130 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-netgear_ex6130"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-netgear_ex6130-squashfs-sysupgrade.bin"; + sha256 = "9b5be7de5a6fb0cd0dd3af7be12b126f34f99c3dfc4da10b826895bb9c1836b3"; + sha256_unsigned = "a416a8888390f4b132177735d6ec4334f582241acb07c09304b5fe50cf2e2e26"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-netgear_ex6130-initramfs-kernel.bin"; + sha256 = "2c9f6c718db246a695a80615a7e43fa0457d722f505975a34f258a85743d4264"; + sha256_unsigned = "2c9f6c718db246a695a80615a7e43fa0457d722f505975a34f258a85743d4264"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-netgear_ex6130-squashfs-factory.chk"; + sha256 = "0994ab437ea40ea8b2ca9a9c2ed8e00cc36fe5c537d92ed9da5a2a4616d7364b"; + sha256_unsigned = "0994ab437ea40ea8b2ca9a9c2ed8e00cc36fe5c537d92ed9da5a2a4616d7364b"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6130" + ]; + titles = [ + { + model = "EX6130"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-netgear_wn3000rp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-netgear_wn3000rp-v3-squashfs-sysupgrade.bin"; + sha256 = "54f0eb7304de1511c69ae7aa3d8b46140f05c0d934ad1d68d6eaaaffc414485f"; + sha256_unsigned = "bc4a45951cdb586ad3e93a48c8c7b62d6d981cff60943f7ff0e2a8b4e81a2afd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-netgear_wn3000rp-v3-initramfs-kernel.bin"; + sha256 = "0fe3be5378fe441c96d7eb6dcb3c68ed5b99cc286bd51e07cb55585a13a9cd7b"; + sha256_unsigned = "0fe3be5378fe441c96d7eb6dcb3c68ed5b99cc286bd51e07cb55585a13a9cd7b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-netgear_wn3000rp-v3-squashfs-factory.bin"; + sha256 = "33667d70f8bf909f0a41f6895f3dedbd2afaf8deb35a70b4737346de01f1930d"; + sha256_unsigned = "33667d70f8bf909f0a41f6895f3dedbd2afaf8deb35a70b4737346de01f1930d"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wn3000rp-v3" + "wn3000rpv3" + ]; + titles = [ + { + model = "WN3000RP"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3100rp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-netgear_wn3100rp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-netgear_wn3100rp-v2-initramfs-kernel.bin"; + sha256 = "a7c42a9ef01eb5684dba464a88e47275fb9f590e51b210596e63060377dc2785"; + sha256_unsigned = "a7c42a9ef01eb5684dba464a88e47275fb9f590e51b210596e63060377dc2785"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-netgear_wn3100rp-v2-squashfs-factory.bin"; + sha256 = "f4cbd32cd3112ae9e246c9f03ef50c11d6ed17365b220e2e99650f86fa0744db"; + sha256_unsigned = "f4cbd32cd3112ae9e246c9f03ef50c11d6ed17365b220e2e99650f86fa0744db"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-netgear_wn3100rp-v2-squashfs-sysupgrade.bin"; + sha256 = "8fcd171ecd2e35a92e4833d28be5bcb2a509577c3bc6312b9c47c1b39a217439"; + sha256_unsigned = "fcb7abdbd217fe4c015d09ac990bb03b94974a37a23c72a31395931c3bd170f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wn3100rp-v2" + ]; + titles = [ + { + model = "WN3100RP"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2770 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-netis_wf2770"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-netis_wf2770-initramfs-kernel.bin"; + sha256 = "a33fc9f1b959b312e05b270ea268d764d674a651fa6bbb5ee4fc0c6af32fd5d0"; + sha256_unsigned = "a33fc9f1b959b312e05b270ea268d764d674a651fa6bbb5ee4fc0c6af32fd5d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-netis_wf2770-squashfs-sysupgrade.bin"; + sha256 = "d642f43a3c502bff72c4def37ba52902186b3752258782db227a98df758f9105"; + sha256_unsigned = "c346647b24812c4b834d395197336161452a5878d9927f9b4503d72a6666ca82"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netis,wf2770" + ]; + titles = [ + { + model = "WF2770"; + vendor = "NETIS"; + } + ]; + }; + nexx_wt3020-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-nexx_wt3020-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-nexx_wt3020-8m-initramfs-kernel.bin"; + sha256 = "b551414e8bfda2fedbddbcbfbefda6927f50eb3e705ef5d3ce1e895631f02c65"; + sha256_unsigned = "b551414e8bfda2fedbddbcbfbefda6927f50eb3e705ef5d3ce1e895631f02c65"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-nexx_wt3020-8m-squashfs-sysupgrade.bin"; + sha256 = "abfac0a538b1470ca5729cf32f37eeb4165f82d18df96ca37eec2a382f9caaf3"; + sha256_unsigned = "0665f2950c2782a5eefd4b448f2be996a7605fc3cc0a4b1ee1eaf18d73c7bc31"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-nexx_wt3020-8m-squashfs-factory.bin"; + sha256 = "3e5e64e490de0618f68d64228c638b823b1237760c25257347f01baff5eea256"; + sha256_unsigned = "3e5e64e490de0618f68d64228c638b823b1237760c25257347f01baff5eea256"; + type = "factory"; + } + ]; + supported_devices = [ + "nexx,wt3020-8m" + "wt3020" + "wt3020-8M" + ]; + titles = [ + { + model = "WT3020"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + ohyeah_oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-ohyeah_oy-0001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-ohyeah_oy-0001-squashfs-sysupgrade.bin"; + sha256 = "ae06e7ca6f15288c3a6a187165651704bfe931dfebdfd6d00c16256302358ab6"; + sha256_unsigned = "4c3a5bc0fc74e6237d95f81320b457a4a0b95cc45bc098ae0aff6af5f29efd2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-ohyeah_oy-0001-initramfs-kernel.bin"; + sha256 = "0e3659a6660085cfd95373f2e3477cf2cc4131f3e21b430d0f71cb25eb3386c4"; + sha256_unsigned = "0e3659a6660085cfd95373f2e3477cf2cc4131f3e21b430d0f71cb25eb3386c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "ohyeah,oy-0001" + "oy-0001" + ]; + titles = [ + { + model = "OY-0001"; + vendor = "Oh Yeah"; + } + ]; + }; + "phicomm_k2-v22.4" = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-phicomm_k2-v22.4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-phicomm_k2-v22.4-initramfs-kernel.bin"; + sha256 = "aad36bdb7483987934eb7d4c2092f5cb43cb1f8704cf11b87a2d739d1ec47448"; + sha256_unsigned = "aad36bdb7483987934eb7d4c2092f5cb43cb1f8704cf11b87a2d739d1ec47448"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-phicomm_k2-v22.4-squashfs-sysupgrade.bin"; + sha256 = "119dfa19b5022caaa72280ec22d5b24feb9e83501f4f06d82f0c0ec0cde5db8f"; + sha256_unsigned = "f9859be463b26fa9b3cf4decab40420e3eaa1b0b5aad25f52d5f66f1bfc0a207"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2-v22.4" + "psg1218" + "psg1218a" + "phicomm,psg1218a" + ]; + titles = [ + { + model = "K2"; + variant = "v22.4 or older"; + vendor = "Phicomm"; + } + ]; + }; + "phicomm_k2-v22.5" = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-phicomm_k2-v22.5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-phicomm_k2-v22.5-initramfs-kernel.bin"; + sha256 = "a1352cfaa2ed118cf84e1dde1d2678ec8bd5a1972ae51c829d56b85ed66aca74"; + sha256_unsigned = "a1352cfaa2ed118cf84e1dde1d2678ec8bd5a1972ae51c829d56b85ed66aca74"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-phicomm_k2-v22.5-squashfs-sysupgrade.bin"; + sha256 = "435a11431459ec682465b0bdeb4938c65a29c1b184dd37576ccd50cb0c0166f4"; + sha256_unsigned = "c32f4632fc423d2abb4efff00a4148f851dac6a9d63eb959282695d382faf92d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2-v22.5" + ]; + titles = [ + { + model = "K2"; + variant = "v22.5 or newer"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "0671a68b62d5a0e78209e84d3ec6501a2dd1d2de0009f4c27036dec07f3b8fd5"; + sha256_unsigned = "2a8ec0815305e419b47a65d01a597884250844b0adbba78c604443b70762d15b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-phicomm_k2g-initramfs-kernel.bin"; + sha256 = "4efe01fc666192b1948dc00ef7783e62726654181a418912cc955745dc29005f"; + sha256_unsigned = "4efe01fc666192b1948dc00ef7783e62726654181a418912cc955745dc29005f"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + model = "K2G"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-phicomm_psg1208"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-phicomm_psg1208-initramfs-kernel.bin"; + sha256 = "118d1b0fe992c335689281d06c96e9b9f7d97d8b84806b8b91ced53bd6f487ce"; + sha256_unsigned = "118d1b0fe992c335689281d06c96e9b9f7d97d8b84806b8b91ced53bd6f487ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-phicomm_psg1208-squashfs-sysupgrade.bin"; + sha256 = "bebb8588f9c6a605ca2021d97c184ce6430c82e5ba6b35db5d12b438d95af7a7"; + sha256_unsigned = "68d4a82509f9716629db703e24073b4e3656fecff5899449c59fa8b04cb00970"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,psg1208" + "psg1208" + ]; + titles = [ + { + model = "PSG1208"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-phicomm_psg1218b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-phicomm_psg1218b-squashfs-sysupgrade.bin"; + sha256 = "499ed5cd7cf4ae25490733e415706a56c2189127dbe9c857c91c09054a28fae6"; + sha256_unsigned = "519efe7f8b456e36657367fe9a5527ea5acc71527787dc23277fe51a08aa94e3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-phicomm_psg1218b-initramfs-kernel.bin"; + sha256 = "73ec6b3fd5c48eeef932d025b7445ab9bbade22bfd061571f4bbcf52b7a43227"; + sha256_unsigned = "73ec6b3fd5c48eeef932d025b7445ab9bbade22bfd061571f4bbcf52b7a43227"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1218b" + "psg1218" + "psg1218b" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Bx"; + vendor = "Phicomm"; + } + ]; + }; + planex_cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-planex_cs-qr10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-planex_cs-qr10-initramfs-kernel.bin"; + sha256 = "5ff5dfcdb0eaf633ee2517697c4e882ea3c4166e3e3896e24acb06adbbcb4e91"; + sha256_unsigned = "5ff5dfcdb0eaf633ee2517697c4e882ea3c4166e3e3896e24acb06adbbcb4e91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-planex_cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "e95d1b9596029e28a7fd1348ad6e25d34551d6040e45772b7bf98040a84f6764"; + sha256_unsigned = "a450944c5c2775edd6eccf459cd34a3e98ba89f95a561f281912873e6d3741be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,cs-qr10" + "cs-qr10" + ]; + titles = [ + { + model = "CS-QR10"; + vendor = "Planex"; + } + ]; + }; + planex_db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-planex_db-wrt01"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-planex_db-wrt01-initramfs-kernel.bin"; + sha256 = "587c48d16e043b52180f77fbb986a54d90954c7a238dc988fe198bd6b0dcd9d0"; + sha256_unsigned = "587c48d16e043b52180f77fbb986a54d90954c7a238dc988fe198bd6b0dcd9d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-planex_db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "67edbd21aa23a4fd07d703c0e6733ec4824d4fdbd3f1fed8369123279d969d7d"; + sha256_unsigned = "3d2c94494d301b4774627607d7752e79aeb62c030c096cc40ba54f58c7ff878f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,db-wrt01" + "db-wrt01" + ]; + titles = [ + { + model = "DB-WRT01"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-planex_mzk-750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-planex_mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "4872201b16fdba14309260b731f8843250ae80023a1ad1e20eec855d2f230bee"; + sha256_unsigned = "a1a2a407aa34172a2ea74c9f3ace3861a4cfa82286ad52ee64790c7aaf527763"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-planex_mzk-750dhp-initramfs-kernel.bin"; + sha256 = "3cc6359f2ec8bac5a64fea751be75d8b5c3503df2a88d66708b9e86e9b027f37"; + sha256_unsigned = "3cc6359f2ec8bac5a64fea751be75d8b5c3503df2a88d66708b9e86e9b027f37"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-750dhp" + "mzk-750dhp" + ]; + titles = [ + { + model = "MZK-750DHP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-planex_mzk-ex300np"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-planex_mzk-ex300np-initramfs-kernel.bin"; + sha256 = "85f0cbb3571c321e27114e7f3bba259869f5857d5e4c4755eacd4efd0a3ec677"; + sha256_unsigned = "85f0cbb3571c321e27114e7f3bba259869f5857d5e4c4755eacd4efd0a3ec677"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-planex_mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "3b46e93c3618fa3f3e59d8f095c893f8af755b78c017c2ef97e62ed2b97802c1"; + sha256_unsigned = "7cb7a897ec184bcf328d7f907e11d6013245cfdf21d065d402d341d9b31b2000"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-ex300np" + "mzk-ex300np" + ]; + titles = [ + { + model = "MZK-EX300NP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-planex_mzk-ex750np"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-planex_mzk-ex750np-initramfs-kernel.bin"; + sha256 = "7d52cde76a053cdd90eff3835c9a096701de97dd4897d0d3fb05a716a1306e87"; + sha256_unsigned = "7d52cde76a053cdd90eff3835c9a096701de97dd4897d0d3fb05a716a1306e87"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-planex_mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "f4da34e704389da0472a0af701dbc38df6c314d4fcf464aa99da9cfb2e2b019e"; + sha256_unsigned = "ca1e264b488efcf6450230f5e17cabf2bca2810adb4253a0e34330b524e0f6eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-ex750np" + "mzk-ex750np" + ]; + titles = [ + { + model = "MZK-EX750NP"; + vendor = "Planex"; + } + ]; + }; + ralink_mt7620a-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-ralink_mt7620a-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-ralink_mt7620a-evb-squashfs-sysupgrade.bin"; + sha256 = "b355c1cdd4b09da5f14a23a106841a733e125dbd6c7c17d65e21f9ceae55a2b4"; + sha256_unsigned = "a24f9759f05f96dfcc518f146ac3327c8900043618b32af34fe587716c26b172"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-ralink_mt7620a-evb-initramfs-kernel.bin"; + sha256 = "061daa579a018fcd301c91004f487f492f1212534c460b0566380f6478fb865e"; + sha256_unsigned = "061daa579a018fcd301c91004f487f492f1212534c460b0566380f6478fb865e"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-evb" + ]; + titles = [ + { + model = "MT7620a EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7530-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-ralink_mt7620a-mt7530-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-ralink_mt7620a-mt7530-evb-squashfs-sysupgrade.bin"; + sha256 = "8c263e21ff9c6fb4f0978c514229031553d63663dfbbe5ada6422095041de805"; + sha256_unsigned = "f1fa6a64f4dd4e2a0be5bd69e2396467b6498f5320570b8a1370f6d97da8e2cf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-ralink_mt7620a-mt7530-evb-initramfs-kernel.bin"; + sha256 = "695e887d84ea0f5c83790588eba58308aaf117155b507e830f4eaa068f46502c"; + sha256_unsigned = "695e887d84ea0f5c83790588eba58308aaf117155b507e830f4eaa068f46502c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7530-evb" + "mt7620a_mt7530" + ]; + titles = [ + { + model = "MT7620a + MT7530 EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7610e-evb = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-ralink_mt7620a-mt7610e-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-ralink_mt7620a-mt7610e-evb-initramfs-kernel.bin"; + sha256 = "fef71df8c7e9affcd8ec1f0fc01463f6d2efb215c8353e9eaa1a1b0b3558fcc7"; + sha256_unsigned = "fef71df8c7e9affcd8ec1f0fc01463f6d2efb215c8353e9eaa1a1b0b3558fcc7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-ralink_mt7620a-mt7610e-evb-squashfs-sysupgrade.bin"; + sha256 = "4e1686ace8f97b063f46b8251c27fa77d47628516561cc891f137681848fc990"; + sha256_unsigned = "9c1c306fa9591975808a84a809e04ac52554d8ba471706e9e088f34f92dbd1c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7610e-evb" + "mt7620a_mt7610e" + ]; + titles = [ + { + model = "MT7620a + MT7610e EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-v22sg-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-ralink_mt7620a-v22sg-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-ralink_mt7620a-v22sg-evb-squashfs-sysupgrade.bin"; + sha256 = "169b93b7158879eebae0fb4bb4b3fae78df307f62c98ea69f690e8ee786faac9"; + sha256_unsigned = "fdad46453893e40c07419700f1d60f3462f2346f9e433d2b6764fd4de26221a5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-ralink_mt7620a-v22sg-evb-initramfs-kernel.bin"; + sha256 = "4915276ff56a7918f211bc72bc0b97659967b5de3dfa49964fe9ce7b5e48e9fe"; + sha256_unsigned = "4915276ff56a7918f211bc72bc0b97659967b5de3dfa49964fe9ce7b5e48e9fe"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-v22sg-evb" + "mt7620a_v22sg" + ]; + titles = [ + { + model = "MT7620a V22SG"; + vendor = "MediaTek"; + } + ]; + }; + ravpower_rp-wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-ravpower_rp-wd03"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-ravpower_rp-wd03-initramfs-kernel.bin"; + sha256 = "bd5b1c0877d6d60515fff6c69ccdf4b553900e3cfce952e88412d324d1899268"; + sha256_unsigned = "bd5b1c0877d6d60515fff6c69ccdf4b553900e3cfce952e88412d324d1899268"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-ravpower_rp-wd03-squashfs-kernel.bin"; + sha256 = "557dfee3fadad72ddc1f4dc9439eb6b53346d4e2f7b9e72a177333d85c688593"; + sha256_unsigned = "557dfee3fadad72ddc1f4dc9439eb6b53346d4e2f7b9e72a177333d85c688593"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-ravpower_rp-wd03-squashfs-rootfs.bin"; + sha256 = "da3587f3a77ff60fec08ae20ecc377eb72419ae5cdf1451a3164d76618caeb21"; + sha256_unsigned = "da3587f3a77ff60fec08ae20ecc377eb72419ae5cdf1451a3164d76618caeb21"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-ravpower_rp-wd03-squashfs-sysupgrade.bin"; + sha256 = "11572c85b625814c843308fb7930c2cd60435408b7e6dc4bcb5d5328f63bce6f"; + sha256_unsigned = "5c331de3cc5cbe535c8d20a5cdbb4509f46c56329b9d1ff3b535e791372bd02c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,rp-wd03" + "ravpower,wd03" + ]; + titles = [ + { + model = "RP-WD03"; + vendor = "RAVPower"; + } + ]; + }; + sanlinking_d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-sanlinking_d240"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-sanlinking_d240-initramfs-kernel.bin"; + sha256 = "3ba9dfa67c5fc82c3612b48ac9464f552eabf8fe02f59a5866adfd0d4d75cf3d"; + sha256_unsigned = "3ba9dfa67c5fc82c3612b48ac9464f552eabf8fe02f59a5866adfd0d4d75cf3d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-sanlinking_d240-squashfs-sysupgrade.bin"; + sha256 = "e661205aaab993e1519578503ef51d54e01b8ce2b35aed45b5bf68c61569fdfe"; + sha256_unsigned = "33ea6d0c01ec15db4406b23615caebdce8cbdd92b9772ae5f48e92f7925ec449"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sanlinking,d240" + "d240" + ]; + titles = [ + { + model = "D240"; + vendor = "Sanlinking Technologies"; + } + ]; + }; + sercomm_na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-sercomm_na930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-sercomm_na930-squashfs-sysupgrade.bin"; + sha256 = "9caa6a82bffe3b2c05d25da6429bf0ce612793f86f182dbd3ea47db4c003ac77"; + sha256_unsigned = "d21796aa4ebe762e873e2af08fe325262b90a166fb34a3831b67dcc3c6a7adf5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-sercomm_na930-initramfs-kernel.bin"; + sha256 = "c8f17d2802f3a49de5f5a027c0a013c9d6959de1abb07e2baa70ae816b1c2957"; + sha256_unsigned = "c8f17d2802f3a49de5f5a027c0a013c9d6959de1abb07e2baa70ae816b1c2957"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na930" + "na930" + ]; + titles = [ + { + model = "NA930"; + vendor = "Sercomm"; + } + ]; + }; + sitecom_wlr-4100-v1-002 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-sitecom_wlr-4100-v1-002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-sysupgrade.bin"; + sha256 = "0ba678d0f0c0fc6f3d540c7be6f922689625e6394a0f492dbef9681bd943ab27"; + sha256_unsigned = "6eda46dafaab727e8215c5cd3f34518c1bf0f0e641e01d21d5889dc82c3cf21e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-sitecom_wlr-4100-v1-002-initramfs-kernel.bin"; + sha256 = "f709c6c0c038ce2f87e8f5177d280ba965a8b2be948e0367c41df02644f0492f"; + sha256_unsigned = "f709c6c0c038ce2f87e8f5177d280ba965a8b2be948e0367c41df02644f0492f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-factory.dlf"; + sha256 = "43ceb9c83e7f921d7ad8f67fb9cc8347b931abdf4b706ce46afbac8104d51ed2"; + sha256_unsigned = "43ceb9c83e7f921d7ad8f67fb9cc8347b931abdf4b706ce46afbac8104d51ed2"; + type = "factory"; + } + ]; + supported_devices = [ + "sitecom,wlr-4100-v1-002" + ]; + titles = [ + { + model = "WLR-4100"; + variant = "v1 002"; + vendor = "Sitecom"; + } + ]; + }; + tplink_archer-c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-tplink_archer-c2-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_archer-c2-v1-squashfs-sysupgrade.bin"; + sha256 = "102312977a130588584befaffcd7e039cc08ff3b967f2e982ccabe077c40fad6"; + sha256_unsigned = "085136aeb21ac54fd0503d188030de643356587cd33d52b84f5030d6f3bd1116"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_archer-c2-v1-initramfs-kernel.bin"; + sha256 = "6e3942099442a2c9ba419c406cb1a0f58ede266b68d2221b441fc3ab68f4e99a"; + sha256_unsigned = "6e3942099442a2c9ba419c406cb1a0f58ede266b68d2221b441fc3ab68f4e99a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v1" + "tplink,c2-v1" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-tplink_archer-c20-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_archer-c20-v1-initramfs-kernel.bin"; + sha256 = "7bdb8f132a1d76ef14a56315b782e234797e85a60eb4c758517fb8665bba2b3c"; + sha256_unsigned = "7bdb8f132a1d76ef14a56315b782e234797e85a60eb4c758517fb8665bba2b3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_archer-c20-v1-squashfs-sysupgrade.bin"; + sha256 = "220f887622bdb4e2917cdde520524cfc09052877b8f668bd029b97a88c92aae0"; + sha256_unsigned = "7b0c9abc2606387e6282ae632198a660fd3b75b234f4da9bc8c93365d547296c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v1" + "tplink,c20-v1" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-tplink_archer-c20i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_archer-c20i-initramfs-kernel.bin"; + sha256 = "7762b60e1e5f85a32b447cce7deba198661a2d48ecf4dee00f43b1c768f0ea9c"; + sha256_unsigned = "7762b60e1e5f85a32b447cce7deba198661a2d48ecf4dee00f43b1c768f0ea9c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_archer-c20i-squashfs-sysupgrade.bin"; + sha256 = "621f465c6e13c213c9e396c8f04a257885e8cfd33f7b45bcf4170fd2c8993350"; + sha256_unsigned = "2ca6b58251e9e8c61df3828275a26424d552bbc091afb8c3e0d98ea4713297a1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_archer-c20i-squashfs-factory.bin"; + sha256 = "9ce3da440b5b0b67099d36793b789acaad50cce3887fb7337af60ad8afc5ad76"; + sha256_unsigned = "9ce3da440b5b0b67099d36793b789acaad50cce3887fb7337af60ad8afc5ad76"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c20i" + "c20i" + ]; + titles = [ + { + model = "Archer C20i"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-tplink_archer-c50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-eu.bin"; + sha256 = "585cba42bb0e9e4a8007b8dc43379d8675b0127444077939e8e4aebbb597c2af"; + sha256_unsigned = "585cba42bb0e9e4a8007b8dc43379d8675b0127444077939e8e4aebbb597c2af"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_archer-c50-v1-squashfs-sysupgrade.bin"; + sha256 = "1c6f2e5594b79d837a395c9e6d7632a7580532dd8031a5fa30346220209b1733"; + sha256_unsigned = "476f44470c2f6c9d4ece8ebb1a8b51da4960a85dde8715b28e1008174798bc1f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-us.bin"; + sha256 = "c373a3fbbfc025a25cae76baec389927b2aa3a6ec44c017a8874ff79c6049818"; + sha256_unsigned = "c373a3fbbfc025a25cae76baec389927b2aa3a6ec44c017a8874ff79c6049818"; + type = "factory-us"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_archer-c50-v1-initramfs-kernel.bin"; + sha256 = "f0ca9b83e7f996074f0a45745c14b2965131f6432f7ff1a70031a03f03fa6a5e"; + sha256_unsigned = "f0ca9b83e7f996074f0a45745c14b2965131f6432f7ff1a70031a03f03fa6a5e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v1" + "c50" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-mr200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-tplink_archer-mr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin"; + sha256 = "d4b0363c52a12674a090008b2c9359fed7e01c77d19ad86b7145448bacfa1a3e"; + sha256_unsigned = "f25c14564769fe536ecf83d29023b2decd9c309a24098e5c6c672c59825bfb1d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_archer-mr200-initramfs-kernel.bin"; + sha256 = "03a01b2d66092cd92dcd0e8e31c7797e54b9205c38d6b948d869f360ef4e5a0c"; + sha256_unsigned = "03a01b2d66092cd92dcd0e8e31c7797e54b9205c38d6b948d869f360ef4e5a0c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-mr200" + "mr200" + ]; + titles = [ + { + model = "Archer MR200"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-tplink_re200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_re200-v1-squashfs-factory.bin"; + sha256 = "c7a589c88c41b2626b027529d01300a072d3a45dbc7998e3177d5e6e001c7cd7"; + sha256_unsigned = "c7a589c88c41b2626b027529d01300a072d3a45dbc7998e3177d5e6e001c7cd7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_re200-v1-squashfs-sysupgrade.bin"; + sha256 = "71951495f664af05dea50eeb626622e55be53bc767d0a0a316508a49fe0f206c"; + sha256_unsigned = "7e0d5e56f4ee58d22d7cdcb6991e0e78c8257d10298f166806136415985e3e9a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_re200-v1-initramfs-kernel.bin"; + sha256 = "bb53759092adc01d2fa4e0c956960ad5a596c9577bdcea4009bf9ea3281c5d31"; + sha256_unsigned = "bb53759092adc01d2fa4e0c956960ad5a596c9577bdcea4009bf9ea3281c5d31"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v1" + ]; + titles = [ + { + model = "RE200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re210-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-tplink_re210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_re210-v1-squashfs-sysupgrade.bin"; + sha256 = "b1631c1b95d708cebe6dd1a0b9e329f89fdbe52d2f14d1be27e6ce95c018ad12"; + sha256_unsigned = "952aaf8c3c6f31bbf4fd4c760f6244f7cb25e2f8140b1430435e453d0e3f7d84"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_re210-v1-squashfs-factory.bin"; + sha256 = "33d57c161b781d4f7fd803c38b862beccd081e60a314837758fdafa4b2417453"; + sha256_unsigned = "33d57c161b781d4f7fd803c38b862beccd081e60a314837758fdafa4b2417453"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-tplink_re210-v1-initramfs-kernel.bin"; + sha256 = "1565a3d7d7052466217951dfeb167914cd6eaad003d7c60b8b9effb0cfed14c7"; + sha256_unsigned = "1565a3d7d7052466217951dfeb167914cd6eaad003d7c60b8b9effb0cfed14c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re210-v1" + ]; + titles = [ + { + model = "RE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-810dr = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-trendnet_tew-810dr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-trendnet_tew-810dr-squashfs-sysupgrade.bin"; + sha256 = "476d2874284490fc49708c65edecdb58d101770f1e65d9e3cca923f7db6ecfd4"; + sha256_unsigned = "bfe0a08541385392e8307b840015c1c537868a7be5a61f6587e2afe2ace052f8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-trendnet_tew-810dr-initramfs-kernel.bin"; + sha256 = "a54d8105fbfc9ec8b9b48687886750c80063806af6ce941a94f5774e825b12a0"; + sha256_unsigned = "a54d8105fbfc9ec8b9b48687886750c80063806af6ce941a94f5774e825b12a0"; + type = "kernel"; + } + ]; + supported_devices = [ + "trendnet,tew-810dr" + ]; + titles = [ + { + model = "TEW-810DR"; + vendor = "TRENDnet"; + } + ]; + }; + wavlink_wl-wn530hg4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-wavlink_wl-wn530hg4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-wavlink_wl-wn530hg4-squashfs-sysupgrade.bin"; + sha256 = "3960b344d25ac5aa56be97cf746ed9ecbe5d5af4b69204ac550104e059cb2ec4"; + sha256_unsigned = "6ff21b61a764f2ea63e99c846dd38149ceba4b8c825d3e468fc5eebb38b54604"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-wavlink_wl-wn530hg4-initramfs-kernel.bin"; + sha256 = "3c24eedbaf176aa78a4a55f468d5e51d62cc1034fda587943c922273104b9376"; + sha256_unsigned = "3c24eedbaf176aa78a4a55f468d5e51d62cc1034fda587943c922273104b9376"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn530hg4" + ]; + titles = [ + { + model = "WL-WN530HG4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn535k1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-wavlink_wl-wn535k1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-wavlink_wl-wn535k1-initramfs-WN535K1-kernel.bin"; + sha256 = "77e4585344d74698709bc5a3c0ad1d1dc80d00ba8531097dfd557809a804f43d"; + sha256_unsigned = "77e4585344d74698709bc5a3c0ad1d1dc80d00ba8531097dfd557809a804f43d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-wavlink_wl-wn535k1-squashfs-sysupgrade.bin"; + sha256 = "ee55a8c3c5bea7d445595c5a1a97d9b3645e997c6abceaab39387225763b5723"; + sha256_unsigned = "381e9856ccdeb987f89f306f492d426f849bcd7534a714ae13561300a81d4c8c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn535k1" + ]; + titles = [ + { + model = "WL-WN535K1"; + vendor = "Wavlink"; + } + { + model = "TAL-WMESH1"; + vendor = "Talius"; + } + ]; + }; + wavlink_wl-wn579x3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-wavlink_wl-wn579x3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-wavlink_wl-wn579x3-initramfs-kernel.bin"; + sha256 = "a12bcf6ea25fba34d1c11ef3ed6d25d3a0548edd4cf924019b140c3a2a9cbab2"; + sha256_unsigned = "a12bcf6ea25fba34d1c11ef3ed6d25d3a0548edd4cf924019b140c3a2a9cbab2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-wavlink_wl-wn579x3-squashfs-sysupgrade.bin"; + sha256 = "8700910975afef6f854361424d5bc8aa56e4420a91e81c97cd53614f1111003e"; + sha256_unsigned = "5bc203f1dbba84d01f2f0c3cbb246104e796aff474c238ff69f6f3d8d8060ec1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn579x3" + ]; + titles = [ + { + model = "WL-WN579X3"; + vendor = "Wavlink"; + } + ]; + }; + wevo_air-duo = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-wevo_air-duo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-wevo_air-duo-squashfs-sysupgrade.bin"; + sha256 = "232be08ee592f38b18a4033682c3a4f013153e0e936452fe2d21836584c775e8"; + sha256_unsigned = "083266a6286d4d263f7ea7a09dd5f5c8eeef38c4a0da4e9c5db17f76b4293d37"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-wevo_air-duo-initramfs.upload"; + sha256 = "f81982e68c7dab82c67ba09b73ef3c85bcd34875414657ef372227af54afc848"; + sha256_unsigned = "f81982e68c7dab82c67ba09b73ef3c85bcd34875414657ef372227af54afc848"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,air-duo" + ]; + titles = [ + { + model = "AIR DUO"; + vendor = "WeVO"; + } + ]; + }; + wrtnode_wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-wrtnode_wrtnode"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-wrtnode_wrtnode-initramfs-kernel.bin"; + sha256 = "c55dd6dba7d00f92407106b6f2afb498425f48f7d16a4b46819bec4571c21bb8"; + sha256_unsigned = "c55dd6dba7d00f92407106b6f2afb498425f48f7d16a4b46819bec4571c21bb8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-wrtnode_wrtnode-squashfs-sysupgrade.bin"; + sha256 = "3665e30df8b9dfa58d40e13f4bacc58e65ba354f4190c1e3a31ebeb424604122"; + sha256_unsigned = "d71e2176576221d5a05aae8b6cdc3f55fd0e2ab13455578e10c3d01c5f7f4b9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode" + "wrtnode" + ]; + titles = [ + { + model = "WRTNode"; + vendor = "WRTNode"; + } + ]; + }; + xiaomi_miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-xiaomi_miwifi-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "b98c4035c8eaef12d33578a1a8b74b57010f92a16d7c91ee145521e000ee2ee9"; + sha256_unsigned = "5a2c51e76c06e11a479b72ee5f1642b0eb204ead317e24688985e02fe1855ae0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-xiaomi_miwifi-mini-initramfs-kernel.bin"; + sha256 = "d9519b257d7e2fa04e4f16c41dd0e564e2df87dbdf26f69a5ecfb08919eb26ae"; + sha256_unsigned = "d9519b257d7e2fa04e4f16c41dd0e564e2df87dbdf26f69a5ecfb08919eb26ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-mini" + "miwifi-mini" + ]; + titles = [ + { + model = "MiWiFi Mini"; + vendor = "Xiaomi"; + } + ]; + }; + youku_yk-l1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-youku_yk-l1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-youku_yk-l1-squashfs-sysupgrade.bin"; + sha256 = "bf9e4bb55355976d7e3433ff61ec56650b107d99ba886f4ec4860002101751b0"; + sha256_unsigned = "445872a65f8f3c06b55f42a3bdf1deede893a38dd0f2f3467636f3c13893675a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-youku_yk-l1-initramfs-kernel.bin"; + sha256 = "a9465e6a8d0f6bb7ab9175f136538970c840941ddf1527646655094df3a44e53"; + sha256_unsigned = "a9465e6a8d0f6bb7ab9175f136538970c840941ddf1527646655094df3a44e53"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l1" + "youku-yk1" + "youku,yk1" + ]; + titles = [ + { + model = "YK-L1"; + vendor = "Youku"; + } + ]; + }; + youku_yk-l1c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-youku_yk-l1c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-youku_yk-l1c-squashfs-sysupgrade.bin"; + sha256 = "13d5928b4ce3a9fcbf8af85bf59ed94a936d2cdd9c9081e4982b5f8a8416ee51"; + sha256_unsigned = "8f17256a5065075ef99f719a08b1669dbf9667e23e696b103252f91836488141"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-youku_yk-l1c-initramfs-kernel.bin"; + sha256 = "301a51c04ca6d91db7a7ef64ad90342821a5b3dd3d34eabb30d8020d05931fba"; + sha256_unsigned = "301a51c04ca6d91db7a7ef64ad90342821a5b3dd3d34eabb30d8020d05931fba"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l1c" + ]; + titles = [ + { + model = "YK-L1c"; + vendor = "Youku"; + } + ]; + }; + yukai_bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-yukai_bocco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-yukai_bocco-initramfs-kernel.bin"; + sha256 = "d6849e8223df15deed91dd7d70adc3c26db26dd058a2d5233c99d72f641e361b"; + sha256_unsigned = "d6849e8223df15deed91dd7d70adc3c26db26dd058a2d5233c99d72f641e361b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-yukai_bocco-squashfs-sysupgrade.bin"; + sha256 = "4583a4517ac9fbf82e2a3a46cb1faf0e8534de51faa1378eda36de1427952c6c"; + sha256_unsigned = "7375c4d1a3857fc23e65ec4fefb1850bcd337ed474294ddf057a5c9b50e59b5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yukai,bocco" + "bocco" + ]; + titles = [ + { + model = "BOCCO"; + vendor = "YUKAI Engineering"; + } + ]; + }; + zbtlink_zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-ape522ii"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-ape522ii-initramfs-kernel.bin"; + sha256 = "0dbb15d497bb651ffcecc7e583face3edf72c25133f6c15ffbca15a3683d0513"; + sha256_unsigned = "0dbb15d497bb651ffcecc7e583face3edf72c25133f6c15ffbca15a3683d0513"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "6519d20cccc48d58a115f356185c38fb924ffd5f31dacb2acd28e7b4896ef502"; + sha256_unsigned = "8a9b44365adec5283b12d0b3dd70fe3c4be8817fa0adcda240c58c7ae7311ec9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-ape522ii" + "zbt-ape522ii" + ]; + titles = [ + { + model = "ZBT-APE522II"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-cpe102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "72c8f34764366ab1db10f0c4bfae5ba87006fab9ec075b183b2dd6fb09ed0592"; + sha256_unsigned = "69df50c18e7040a464f1f213138f1af057ba81d31246dceaf81bdf9e3619b6b1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-cpe102-initramfs-kernel.bin"; + sha256 = "d9b91cd01c856e45f3ecae89aa186331a3d5fe18ad0e414e4da2434b2fd1ab68"; + sha256_unsigned = "d9b91cd01c856e45f3ecae89aa186331a3d5fe18ad0e414e4da2434b2fd1ab68"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-cpe102" + "zbt-cpe102" + ]; + titles = [ + { + model = "ZBT-CPE102"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-wa05"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-wa05-initramfs-kernel.bin"; + sha256 = "49a68ab3a73bb4e87fffd0b57e1dbbd7c6c877491cd5a87cc940cf301350f29b"; + sha256_unsigned = "49a68ab3a73bb4e87fffd0b57e1dbbd7c6c877491cd5a87cc940cf301350f29b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "777f8d24de0c55a119f40355be4627e95435ebe78066d37d61cbd0823b1b52e4"; + sha256_unsigned = "eb6ca9646745cc70a1189da19e13aa9889d4d0ed28e2b8158ab3f2c661a2def8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wa05" + "zbt-wa05" + ]; + titles = [ + { + model = "ZBT-WA05"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we1026-5g-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-initramfs-kernel.bin"; + sha256 = "a2254046180572167ff008ae9fb2b4380d06c3f40d57b226281907a029719959"; + sha256_unsigned = "a2254046180572167ff008ae9fb2b4380d06c3f40d57b226281907a029719959"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "22c30388d2b5d50cd7c7a1cf67caa5c75b345f4d230356c13efdcb44d6981e1b"; + sha256_unsigned = "c81c1d70a7a96b3c8a754849f3799acc1aecedfcf77c5f106cd01a76ee10344e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-5g-16m" + "we1026-5g-16m" + "zbtlink,we1026-5g-16m" + ]; + titles = [ + { + model = "ZBT-WE1026-5G"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-h-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we1026-h-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we1026-h-32m-initramfs-kernel.bin"; + sha256 = "34dee2e0b14812e09ea9f562dced3015bb1e5247179ab76da5390b505ae32345"; + sha256_unsigned = "34dee2e0b14812e09ea9f562dced3015bb1e5247179ab76da5390b505ae32345"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we1026-h-32m-squashfs-sysupgrade.bin"; + sha256 = "0c3bff212ff6f6771e8bfb1856ab8f559aebc50d7e620d7890adfad5e9bcd3a7"; + sha256_unsigned = "7fc13c44ad693099fc1454cf2456665bf34af80e964de5527d5cafb9fb73586e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-h-32m" + ]; + titles = [ + { + model = "ZBT-WE1026-H"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we2026"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we2026-initramfs-kernel.bin"; + sha256 = "39b40a6660b303e66e1b976271bd77c9bc02d8f0447808b9310e13670e85660c"; + sha256_unsigned = "39b40a6660b303e66e1b976271bd77c9bc02d8f0447808b9310e13670e85660c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "48ee1230862dd9c22228d186434e2f50eccb9187398dfbd9aead0991c0fffd27"; + sha256_unsigned = "27bcb5e5b02ccbbec7d061f1cb30ad34e2f5954ecc51d7c9051a692ed1e6c2aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we2026" + "zbt-we2026" + ]; + titles = [ + { + model = "ZBT-WE2026"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we826-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin"; + sha256 = "38c1e88a27609b1049cd63f6fd06d4889a774a5aa856d2c28d98f7dc728eeac3"; + sha256_unsigned = "6b562307077ff8c67940a82e250e3cbc0c5ee2f4f8fef9c92155dd98904b8024"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we826-16m-initramfs-kernel.bin"; + sha256 = "9881e8300b360ce2389aa1f205ae06404c1d79e7abece0ac2b11eb7ac778b41e"; + sha256_unsigned = "9881e8300b360ce2389aa1f205ae06404c1d79e7abece0ac2b11eb7ac778b41e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-16m" + "zbt-we826" + "zbt-we826-16M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-32m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we826-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we826-32m-initramfs-kernel.bin"; + sha256 = "c210257b2c6f3f4ce50fc0034bfbd55919e2381697b3c8a59bb3bb043d937842"; + sha256_unsigned = "c210257b2c6f3f4ce50fc0034bfbd55919e2381697b3c8a59bb3bb043d937842"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we826-32m-squashfs-sysupgrade.bin"; + sha256 = "a7e9219001ebb134a4bb3af607610dc9404ffb1add3ac4541d2acba1d4da4c8e"; + sha256_unsigned = "cac46eeaa23bdf039270f924b8d86e390d51daf5bec567e2db97bdb93ad56003"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-32m" + "zbt-we826-32M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "8b977cbbfc2a4a8bb03f3415e617ff7d8c037ea529226ea8401ec1711c441961"; + sha256_unsigned = "4bff1d24112c9b76d8d501be9a61d06ba885e6cd481aa675ce84dcac94b8d418"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-we826-e-initramfs-kernel.bin"; + sha256 = "0b6e64e44131778989455d14dc78c4a550a3d04b8efc5ee5ffbbd4689c5d8cd7"; + sha256_unsigned = "0b6e64e44131778989455d14dc78c4a550a3d04b8efc5ee5ffbbd4689c5d8cd7"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + model = "ZBT-WE826-E"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-wr8305rt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "eaf66875b37727f0d19944cda60eb4d45f0aa364c033f44b41e457fa9112cbee"; + sha256_unsigned = "3a92c40577b5d292ff94a25e2b9ecf8019e6c532e37b605cd38607a2fab9887f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-zbtlink_zbt-wr8305rt-initramfs-kernel.bin"; + sha256 = "91bbe617391209d1685a6e47930147247b1fbd604b33636f68ca5c737ffd5b97"; + sha256_unsigned = "91bbe617391209d1685a6e47930147247b1fbd604b33636f68ca5c737ffd5b97"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wr8305rt" + "zbt-wr8305rt" + ]; + titles = [ + { + model = "ZBT-WR8305RT"; + vendor = "Zbtlink"; + } + ]; + }; + zte_q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-zte_q7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zte_q7-squashfs-sysupgrade.bin"; + sha256 = "7724ae150953b87117a6d035c8b533bc022a10870698a3a0dc37c430ebeb3606"; + sha256_unsigned = "dbb3272858e8425ee5dd016b08aad47134939b3544f8f0597876037c26e60c8f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-zte_q7-initramfs-kernel.bin"; + sha256 = "9a410df6d069e1d0281eae2e01c96c9b2f2853f51d97231d0b4ad8879b077772"; + sha256_unsigned = "9a410df6d069e1d0281eae2e01c96c9b2f2853f51d97231d0b4ad8879b077772"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,q7" + "zte-q7" + ]; + titles = [ + { + model = "Q7"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic-omni = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-zyxel_keenetic-omni"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-zyxel_keenetic-omni-initramfs-kernel.bin"; + sha256 = "5daa042405b34cfe6c9617e2eec0a7d5122b517123ca4943146b10e6847f5a3a"; + sha256_unsigned = "5daa042405b34cfe6c9617e2eec0a7d5122b517123ca4943146b10e6847f5a3a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zyxel_keenetic-omni-squashfs-sysupgrade.bin"; + sha256 = "1d215e1fc40c824acb3e8721add6abfec96d21388f6a143ce35348504bfd6958"; + sha256_unsigned = "9b6c0a250cf200e303defd1e60dd06f0dca803ad8d1a70ca898db251cd7ecb3a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zyxel_keenetic-omni-squashfs-factory.bin"; + sha256 = "f1db543b5bbe7957e01e753415fbfa1ebc47b2dafffc9ad8b700a82abcc93c63"; + sha256_unsigned = "f1db543b5bbe7957e01e753415fbfa1ebc47b2dafffc9ad8b700a82abcc93c63"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni" + "kn_rc" + ]; + titles = [ + { + model = "Keenetic Omni"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-omni-ii = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-zyxel_keenetic-omni-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-sysupgrade.bin"; + sha256 = "4115d15001dcc823e0bf7e167053dbb830071e62f45accd8fcb1b2e58443b4b5"; + sha256_unsigned = "fc955edf96fcb95be4adef4ac1e9e920c19e31165bf73593bef3b1104fab8f6b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-zyxel_keenetic-omni-ii-initramfs-kernel.bin"; + sha256 = "0f7ea9405fe317a6615c8612a433d51c6f688c209b3bda9d0223f15fd2ec695b"; + sha256_unsigned = "0f7ea9405fe317a6615c8612a433d51c6f688c209b3bda9d0223f15fd2ec695b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-factory.bin"; + sha256 = "7572949d4d72f3c0b1b9bf6c6b792d844ac9bfa7612b53d6281bb8a147b37c2b"; + sha256_unsigned = "7572949d4d72f3c0b1b9bf6c6b792d844ac9bfa7612b53d6281bb8a147b37c2b"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni-ii" + "kn_rf" + ]; + titles = [ + { + model = "Keenetic Omni II"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-viva = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7620-zyxel_keenetic-viva"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zyxel_keenetic-viva-squashfs-sysupgrade.bin"; + sha256 = "d5b0c2c43d11b55abdb47244034967cc8695e7ca81a195299b8d13096c0c6a4d"; + sha256_unsigned = "dd5169a15ef777e63c51c7561fecdff61cd817101abb414789bb7c475e06d7b8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7620-zyxel_keenetic-viva-squashfs-factory.bin"; + sha256 = "7f09665fa8508ff812259c26e2453f70e0e81d22bfd7a1c559c8b1e4fae8074d"; + sha256_unsigned = "7f09665fa8508ff812259c26e2453f70e0e81d22bfd7a1c559c8b1e4fae8074d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7620-zyxel_keenetic-viva-initramfs-kernel.bin"; + sha256 = "6910d80b38d544a7191e429bbe8f00e444fd67f9d914ea4bae8094197091192d"; + sha256_unsigned = "6910d80b38d544a7191e429bbe8f00e444fd67f9d914ea4bae8094197091192d"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-viva" + "kng_rc" + ]; + titles = [ + { + model = "Keenetic Viva"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "ramips/mt7620"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + adslr_g7 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-adslr_g7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-adslr_g7-initramfs-kernel.bin"; + sha256 = "8e14be29e58f1a2246bd764601659d758eefac0cfae1668cde8ebff39b542ab9"; + sha256_unsigned = "8e14be29e58f1a2246bd764601659d758eefac0cfae1668cde8ebff39b542ab9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin"; + sha256 = "725070d191fbc3e370d088621050593962dcc0a184da0eaf250e0b131b31ecea"; + sha256_unsigned = "6d8c3ecec6bb18f65fc94b34b180cd96c70347e6d2150569b4c336aaad124997"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adslr,g7" + ]; + titles = [ + { + model = "G7"; + vendor = "ADSLR"; + } + ]; + }; + afoundry_ew1200 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-afoundry_ew1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-afoundry_ew1200-initramfs-kernel.bin"; + sha256 = "22284806b5e1eb57e0d92fa4347a0c803e2b798fe96d70321e4cbc7893746033"; + sha256_unsigned = "22284806b5e1eb57e0d92fa4347a0c803e2b798fe96d70321e4cbc7893746033"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin"; + sha256 = "ff12e4665fd19736832014dcd91c29faddc9764868508cc35a302eba74bc6f32"; + sha256_unsigned = "dff983146abdfd5e511881692d85a71f13725e5fd86cd9e5d241d7054910950c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "afoundry,ew1200" + "ew1200" + ]; + titles = [ + { + model = "EW1200"; + vendor = "AFOUNDRY"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-alfa-network_quad-e4g-initramfs-kernel.bin"; + sha256 = "63e29a18812fc04392f110dbceea302b183cff6d8265103f7528eefe16c73907"; + sha256_unsigned = "63e29a18812fc04392f110dbceea302b183cff6d8265103f7528eefe16c73907"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "0072b72cba0bb7e56d342214dcacb7c90aea0329f384f95c59e0a91ed7e0cd92"; + sha256_unsigned = "8b8b7c6019dab4f0ecb75c83f418d3257eb30e777cc07872c2a201f09879173d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + "quad-e4g" + ]; + titles = [ + { + model = "Quad-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + ampedwireless_ally-00x19k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-ampedwireless_ally-00x19k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-ampedwireless_ally-00x19k-initramfs-kernel.bin"; + sha256 = "fab743fd7a9ea6ebbb716c6041bddd9729196b4f1eda828cd641d5863695bc49"; + sha256_unsigned = "fab743fd7a9ea6ebbb716c6041bddd9729196b4f1eda828cd641d5863695bc49"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-ampedwireless_ally-00x19k-squashfs-sysupgrade.bin"; + sha256 = "efcf5da73c769a5810a42dce62284b1dd8ae3f4b12d9a7fde72da44bff4d4b9b"; + sha256_unsigned = "b57cb50f66d1b963956131cfbca0f0dec30f0e6f4ea57923f0cf8ca22395770e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ampedwireless,ally-00x19k" + ]; + titles = [ + { + model = "ALLY-00X19K"; + vendor = "Amped Wireless"; + } + ]; + }; + ampedwireless_ally-r1900k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-ampedwireless_ally-r1900k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-ampedwireless_ally-r1900k-initramfs-kernel.bin"; + sha256 = "e6784dd254e428816acad1cc37ceb327ea92292dbfcb4ab303555d1e843e8cdb"; + sha256_unsigned = "e6784dd254e428816acad1cc37ceb327ea92292dbfcb4ab303555d1e843e8cdb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-ampedwireless_ally-r1900k-squashfs-sysupgrade.bin"; + sha256 = "cce6eed7a96d599d9238e6fdba06e785345173eee3f2af51135847b47b0a005d"; + sha256_unsigned = "3d6b207edb29365006b7437748173257196bc08e1de655c9e559f6f6a41b92af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ampedwireless,ally-r1900k" + ]; + titles = [ + { + model = "ALLY-R1900K"; + vendor = "Amped Wireless"; + } + ]; + }; + asiarf_ap7621-001 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-asiarf_ap7621-001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-asiarf_ap7621-001-initramfs-kernel.bin"; + sha256 = "148974e12106511f9d3a380e938dfcedfaf65b9cba37ca0ea95a5d25842863ee"; + sha256_unsigned = "148974e12106511f9d3a380e938dfcedfaf65b9cba37ca0ea95a5d25842863ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-asiarf_ap7621-001-squashfs-sysupgrade.bin"; + sha256 = "863dbcac924e1f3b2d93a8d8aae861dc1d18fbd43dd1e7682b08d9e5463c03fe"; + sha256_unsigned = "f460cee9437be248a67ed9379dc140384f69ea75125180ec28ce33e2a4d6521d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,ap7621-001" + ]; + titles = [ + { + model = "AP7621-001"; + vendor = "AsiaRF"; + } + ]; + }; + asiarf_ap7621-nv1 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-asiarf_ap7621-nv1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-asiarf_ap7621-nv1-initramfs-kernel.bin"; + sha256 = "a957ec758d2a1bf310b1d4ef96f6b48c3232bcdb2bb93ae942c6b7cfbfbb317e"; + sha256_unsigned = "a957ec758d2a1bf310b1d4ef96f6b48c3232bcdb2bb93ae942c6b7cfbfbb317e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-asiarf_ap7621-nv1-squashfs-sysupgrade.bin"; + sha256 = "761f73a2d79cf23f7d3aaa8bbe6c383cb74c728fb85503bbe81f8e0340c30238"; + sha256_unsigned = "985cc34e404269b1cb35b71d0c921d1f1af40fe90a44431aeefa94538bfc0e66"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,ap7621-nv1" + ]; + titles = [ + { + model = "AP7621-NV1"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-asus_rt-ac57u-initramfs-kernel.bin"; + sha256 = "3a7de9e32a253b1820ccb21a572c33531152288e15c11b703ac7591af57cad30"; + sha256_unsigned = "3a7de9e32a253b1820ccb21a572c33531152288e15c11b703ac7591af57cad30"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "328934a907064654b11eb1d735beefdca94a7587ef90b636ed255aeff449deba"; + sha256_unsigned = "93fdc4a5e75b95b9c453b399ef9b7008e9b3c267c412d96de68460a0d4966017"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + model = "RT-AC57U"; + vendor = "ASUS"; + } + { + model = "RT-AC1200GU"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac65p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-asus_rt-ac65p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-asus_rt-ac65p-initramfs-kernel.bin"; + sha256 = "1f1d3c4f15c910d0ec5479dedebc8c3ef6e1ec63901bfbda29b4c6dac6782b8c"; + sha256_unsigned = "1f1d3c4f15c910d0ec5479dedebc8c3ef6e1ec63901bfbda29b4c6dac6782b8c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-asus_rt-ac65p-squashfs-sysupgrade.bin"; + sha256 = "b012ad2140346c1d4bfd87b9ea28d9e93d4bb0f657280924d212811c56cfe6c3"; + sha256_unsigned = "02fbeb145413326b5715d263c7410a72f5f4f81a3844f2de1646717ece82c928"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin"; + sha256 = "7a1d1a5177cbb383180011d5f352e19103b3d587f587699f5de98982bca4103d"; + sha256_unsigned = "7a1d1a5177cbb383180011d5f352e19103b3d587f587699f5de98982bca4103d"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ac65p" + ]; + titles = [ + { + model = "RT-AC65P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac85p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-asus_rt-ac85p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-asus_rt-ac85p-initramfs-kernel.bin"; + sha256 = "c086ce2e90d91c51d648570e17f925af851b00ed6beb8e6c216398327f3dfe12"; + sha256_unsigned = "c086ce2e90d91c51d648570e17f925af851b00ed6beb8e6c216398327f3dfe12"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-asus_rt-ac85p-squashfs-sysupgrade.bin"; + sha256 = "15643c2a40cc4e473d313c9f1a720c038df5716908eb261f80c9c7e1d148e75a"; + sha256_unsigned = "28b2bf7ba7b11b8ebe60f04cf98bc1896415590a9801ce20cb02a8ad84e78ae4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-asus_rt-ac85p-squashfs-factory.bin"; + sha256 = "ab96fbcccc4c501acd8cc5a7efcff0817e5487d2237b767e58f0d126d9b06f91"; + sha256_unsigned = "ab96fbcccc4c501acd8cc5a7efcff0817e5487d2237b767e58f0d126d9b06f91"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ac85p" + ]; + titles = [ + { + model = "RT-AC85P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ax53u = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-asus_rt-ax53u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-asus_rt-ax53u-initramfs-kernel.bin"; + sha256 = "5a8bc1c54bcf9fc8c6f144a4c078cba14c24020212bec9ccc922439ff8bd29c0"; + sha256_unsigned = "5a8bc1c54bcf9fc8c6f144a4c078cba14c24020212bec9ccc922439ff8bd29c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-asus_rt-ax53u-squashfs-sysupgrade.bin"; + sha256 = "ff63543e47cb9a2a1d68f3d554603fd1ab1472dd80b246b9aeb60906dfa5c56c"; + sha256_unsigned = "b1549a452f18dc6e231fbd5b7d73a700cd61314d27f9262507ca13cb69735444"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-asus_rt-ax53u-squashfs-factory.bin"; + sha256 = "ef5c1b0ba97e0b76d8f64006f12b5c5d1310d5987d7bb8e80449ffdd70e077c7"; + sha256_unsigned = "ef5c1b0ba97e0b76d8f64006f12b5c5d1310d5987d7bb8e80449ffdd70e077c7"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ax53u" + ]; + titles = [ + { + model = "RT-AX53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n56u-b1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-asus_rt-n56u-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-asus_rt-n56u-b1-initramfs-kernel.bin"; + sha256 = "a7cdcfad9f641421a0ae6f231de5e3be32ccd22853f9c5e0d8d58ff5b9305cb0"; + sha256_unsigned = "a7cdcfad9f641421a0ae6f231de5e3be32ccd22853f9c5e0d8d58ff5b9305cb0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-asus_rt-n56u-b1-squashfs-sysupgrade.bin"; + sha256 = "7726f3f0d77046816a6e3b0a31d9ddbf5d2ea38c04284aa95b3f189fd02168c6"; + sha256_unsigned = "0e04c2609b30cd9166c4d7def47af0be7d3e59634e9b90add32512604b64b68c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u-b1" + ]; + titles = [ + { + model = "RT-N56U"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + beeline_smartbox-flash = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "uencrypt" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-beeline_smartbox-flash"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-beeline_smartbox-flash-initramfs-kernel.bin"; + sha256 = "ab5470c95cd25d21d5320b5861f2b32f194d2fda9352d6ae61fc1fef1bc15907"; + sha256_unsigned = "ab5470c95cd25d21d5320b5861f2b32f194d2fda9352d6ae61fc1fef1bc15907"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-beeline_smartbox-flash-squashfs-sysupgrade.bin"; + sha256 = "87e2824a82b426f1d17a3a57682abac299c7137f59b171ad010723422254ee91"; + sha256_unsigned = "e50791e0190c9a53b63e00490d9a7010242f3501db831a5941776c21cf2d75bc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-beeline_smartbox-flash-squashfs-factory.trx"; + sha256 = "ae8c76b93b7f56fd0225627c353f8762ccd6d20df72542df98e786348d3f257a"; + sha256_unsigned = "ae8c76b93b7f56fd0225627c353f8762ccd6d20df72542df98e786348d3f257a"; + type = "factory"; + } + ]; + supported_devices = [ + "beeline,smartbox-flash" + ]; + titles = [ + { + model = "SmartBox Flash"; + vendor = "Beeline"; + } + ]; + }; + bolt_arion = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-bolt_arion"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-bolt_arion-initramfs-kernel.bin"; + sha256 = "cc41a2474763f4b5a26be0368e0fad41199a278e8997a259bc5457681a4a3d69"; + sha256_unsigned = "cc41a2474763f4b5a26be0368e0fad41199a278e8997a259bc5457681a4a3d69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-bolt_arion-squashfs-sysupgrade.bin"; + sha256 = "932707bd15c91388299e356e12c86e40c1ce254bca0eb6d095f59b5c9e35492c"; + sha256_unsigned = "d6adcb1f97859f15a9570103d77cbe44d08b012c27d0913586b21f052fe47896"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bolt,arion" + ]; + titles = [ + { + model = "Arion"; + vendor = "BOLT"; + } + ]; + }; + buffalo_wsr-1166dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-buffalo_wsr-1166dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-buffalo_wsr-1166dhp-initramfs-kernel.bin"; + sha256 = "25a0ba84862df4c40ff05bad45f9f5c245cdee8274d9b46ee5b2a60b03aa5116"; + sha256_unsigned = "25a0ba84862df4c40ff05bad45f9f5c245cdee8274d9b46ee5b2a60b03aa5116"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-buffalo_wsr-1166dhp-squashfs-sysupgrade.bin"; + sha256 = "f5f11c05aee1ba4bff54c5ce2ea4d964b92c637c09cbcc7044f81b029ccef8d5"; + sha256_unsigned = "f0ff2462900a18fa85a4280a8bff4e7a02f3a3250b60eb0d8bb973c5fbf91963"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-1166dhp" + "wsr-1166" + ]; + titles = [ + { + model = "WSR-1166DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-2533dhpl = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-buffalo_wsr-2533dhpl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-buffalo_wsr-2533dhpl-initramfs-kernel.bin"; + sha256 = "f196041b5f0a19a72570d8356782a25b5695dca365c9881f4f63fff81cdf69a6"; + sha256_unsigned = "f196041b5f0a19a72570d8356782a25b5695dca365c9881f4f63fff81cdf69a6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin"; + sha256 = "11a592e6a7a1bb88fec2a41ac525c73f46a0215aba235b848fe74b336bc195f7"; + sha256_unsigned = "192d90847fe81dbd4bfbdb756df21b33613af076ec7599fd7a9705697cc6428b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhpl" + ]; + titles = [ + { + model = "WSR-2533DHPL"; + vendor = "Buffalo"; + } + { + model = "WSR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-600dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-buffalo_wsr-600dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-buffalo_wsr-600dhp-initramfs-kernel.bin"; + sha256 = "1672a9950b52cc3aa8d1c1ca77bbf2aad828ac4475b2107428fd7f8500826f70"; + sha256_unsigned = "1672a9950b52cc3aa8d1c1ca77bbf2aad828ac4475b2107428fd7f8500826f70"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-buffalo_wsr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "a94c6ed13af699190133e9dbe9ad94011131bbf1326b31bcd77412f7c6659fcf"; + sha256_unsigned = "788a586f0570811c68ea79895244a456774ba8b164da2ad4bbeeebe8b6fb8a90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-600dhp" + "wsr-600" + ]; + titles = [ + { + model = "WSR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1300 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-cudy_wr1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-cudy_wr1300-initramfs-kernel.bin"; + sha256 = "3fb89d279d3cd8639cdb58764b336459fab816a26c6d6dfe1af73508ad10527c"; + sha256_unsigned = "3fb89d279d3cd8639cdb58764b336459fab816a26c6d6dfe1af73508ad10527c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-cudy_wr1300-squashfs-sysupgrade.bin"; + sha256 = "700dcc1c6c24a27f597d37b41303659b2683154bc770edc618fd7c780610486f"; + sha256_unsigned = "ebc62c14acd82b93bd3824ae388dd3909c72e00cc9060530906d2e1cc531b347"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr1300" + ]; + titles = [ + { + model = "WR1300"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-cudy_wr2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-cudy_wr2100-initramfs-kernel.bin"; + sha256 = "b7f9f5654c6ef30f3dbe54950021042d71683d5040508fa1c63bed6ba73d42ef"; + sha256_unsigned = "b7f9f5654c6ef30f3dbe54950021042d71683d5040508fa1c63bed6ba73d42ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-cudy_wr2100-squashfs-sysupgrade.bin"; + sha256 = "6ea395872340f9a38c0a3563307e51bde81114e7d14feb719dae13a6aa675ad3"; + sha256_unsigned = "69ce3dd7bdc1cc76548e08e4002f97fd4b4889cf4847ee452e27b95058292b76"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr2100" + ]; + titles = [ + { + model = "WR2100"; + vendor = "Cudy"; + } + ]; + }; + cudy_x6 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-cudy_x6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-cudy_x6-initramfs-kernel.bin"; + sha256 = "003196bebf106943082d83e6a1ba65a9accb8bc3a1cfb8e81151cd2aa489a7d7"; + sha256_unsigned = "003196bebf106943082d83e6a1ba65a9accb8bc3a1cfb8e81151cd2aa489a7d7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-cudy_x6-squashfs-sysupgrade.bin"; + sha256 = "d9fa085536015d83743eb3779d482f6e62a588b8aa92525b4ca3346fce7c2cbc"; + sha256_unsigned = "a2c5f49e10dda6c633fd4f5554b8580a72cb16416e6e525d5977f510472fa86e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,x6" + ]; + titles = [ + { + model = "X6"; + vendor = "Cudy"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-d-team_newifi-d2-initramfs-kernel.bin"; + sha256 = "589fe9bc6813973b3f00d3c709156a688e014138656e97494f85f4e032d16d4a"; + sha256_unsigned = "589fe9bc6813973b3f00d3c709156a688e014138656e97494f85f4e032d16d4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "fbadbbfbbe69ba633a27294e394db051c77c7d5755aec8b96c68361b05590320"; + sha256_unsigned = "1176c67a9939e12fc9046c9bafba3ac134a536f61c3fa5b8ca2eaa8e6a82a1fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + model = "D2"; + vendor = "Newifi"; + } + ]; + }; + d-team_pbr-m1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-d-team_pbr-m1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-d-team_pbr-m1-initramfs-kernel.bin"; + sha256 = "c453616b5074d78e1b99ef4d4282249c74293e0c8b6365cbe39164993dfd2207"; + sha256_unsigned = "c453616b5074d78e1b99ef4d4282249c74293e0c8b6365cbe39164993dfd2207"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-d-team_pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "c44c392ffcc68aa8511f51ab11d2647e86fbf4973d4190580473aa64ecdd1d63"; + sha256_unsigned = "511937a3403740f3698bae7231a1dc0bad9f963627336a297afe41d06eb3e05e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,pbr-m1" + "pbr-m1" + ]; + titles = [ + { + model = "PBR-M1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dir-1960-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-dlink_dir-1960-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-1960-a1-initramfs-kernel.bin"; + sha256 = "694eda3b14f7f7dbb2408edeebf59930308963488c7556ac6f16e02736562b91"; + sha256_unsigned = "694eda3b14f7f7dbb2408edeebf59930308963488c7556ac6f16e02736562b91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-1960-a1-squashfs-sysupgrade.bin"; + sha256 = "26c97d062dd21aff0a69290e0e551a8d87931c601602603b0c1fdaad8e854cb1"; + sha256_unsigned = "7ae163e126e9541fc6e8e6c78a06aa15f079d899758cc161fad12849d44da32d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-1960-a1-squashfs-factory.bin"; + sha256 = "8b2e17ed027255d3dc6385664581c3572907248b9cb289b88d40f766263f7674"; + sha256_unsigned = "8b2e17ed027255d3dc6385664581c3572907248b9cb289b88d40f766263f7674"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-1960-a1" + ]; + titles = [ + { + model = "DIR-1960"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2640-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-dlink_dir-2640-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-2640-a1-initramfs-kernel.bin"; + sha256 = "add3da6f057cea2fbb803cd1c8a30568bb4f335f86e2371817af72eff10b0be5"; + sha256_unsigned = "add3da6f057cea2fbb803cd1c8a30568bb4f335f86e2371817af72eff10b0be5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-2640-a1-squashfs-sysupgrade.bin"; + sha256 = "1551523556bf56a1202663fa6fb67737c38542a0fcf91500944efbb76235cac5"; + sha256_unsigned = "3495579ee5f87ecde89a26813cd96d34190b4ed4910f9ac3b71f13ce5a697cdd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-2640-a1-squashfs-factory.bin"; + sha256 = "eb46484fd5c4e76704761b09a943885d49a3bea0316f5fd988ce649207357fa0"; + sha256_unsigned = "eb46484fd5c4e76704761b09a943885d49a3bea0316f5fd988ce649207357fa0"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-2640-a1" + ]; + titles = [ + { + model = "DIR-2640"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2660-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-dlink_dir-2660-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-2660-a1-initramfs-kernel.bin"; + sha256 = "25103af4e14cd2d40a6d71475b6971ee2dc6e913444e5b58f5b06a137e83303e"; + sha256_unsigned = "25103af4e14cd2d40a6d71475b6971ee2dc6e913444e5b58f5b06a137e83303e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "19dcbdc251cd96e43a87f6d39f50714219b4d4ae3cd029add265dc42b7196090"; + sha256_unsigned = "c2c7274164772b73e7d5511584c24acc45f454800dd33199b3578e6f623cd095"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-2660-a1-squashfs-factory.bin"; + sha256 = "3a5802e47e701878ba67984633f39ef3ec2245f62e48e066e90466f42c544021"; + sha256_unsigned = "3a5802e47e701878ba67984633f39ef3ec2245f62e48e066e90466f42c544021"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-2660-a1" + ]; + titles = [ + { + model = "DIR-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-853-a3 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-dlink_dir-853-a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-853-a3-initramfs-kernel.bin"; + sha256 = "9255174cc5c07e020128ef2c260dd8c1d02aece2c76be6ac4316f40ab389a4a8"; + sha256_unsigned = "9255174cc5c07e020128ef2c260dd8c1d02aece2c76be6ac4316f40ab389a4a8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-853-a3-squashfs-sysupgrade.bin"; + sha256 = "7ee8db2820342e91be12e5bc7f04beb8dd4a95601af20515da7d663d8daaf915"; + sha256_unsigned = "1fce9f3ac19c400f5125a55802c35765e455b5c95a151f5472a68870f2b7d7cc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-853-a3-squashfs-factory.bin"; + sha256 = "99995d9fe043c731be6fda64cae172e1909977e84aadeeb8236d77b9f32c28f3"; + sha256_unsigned = "99995d9fe043c731be6fda64cae172e1909977e84aadeeb8236d77b9f32c28f3"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-853-a3" + ]; + titles = [ + { + model = "DIR-853"; + variant = "A3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-853-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-dlink_dir-853-r1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-853-r1-initramfs-kernel.bin"; + sha256 = "ca07d9b83b4a648d17d490e5607087f3e884309565410d9b80685847599ab892"; + sha256_unsigned = "ca07d9b83b4a648d17d490e5607087f3e884309565410d9b80685847599ab892"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-853-r1-squashfs-sysupgrade.bin"; + sha256 = "b53d83923d56771a4fd73ad1f1077236f22151ddffdac95eabe5280f91c312d0"; + sha256_unsigned = "d7e4ba2679915d20d1534d7863e0569aabeb05c017b5a931e938fe3a1745a104"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-853-r1" + ]; + titles = [ + { + model = "DIR-853"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-dlink_dir-860l-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-860l-b1-initramfs-kernel.bin"; + sha256 = "f81aa58dd54bbb8397ea472b82daea9c74fda8ffe7df2ba9db94a3d6d493b97f"; + sha256_unsigned = "f81aa58dd54bbb8397ea472b82daea9c74fda8ffe7df2ba9db94a3d6d493b97f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "ce08c5aba818626b79d654aa3f5d2dd2c1fe92b00ab056901519db53d4180e38"; + sha256_unsigned = "b9f45aa20967486cf25caf11554bb623f0c68af1d0bc7a9f5aa4909ccb06796f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-860l-b1-squashfs-factory.bin"; + sha256 = "ce2ace89d0a7c2ce46a01eb17c83010a844451aa0918c19a894984f0c552e1a8"; + sha256_unsigned = "ce2ace89d0a7c2ce46a01eb17c83010a844451aa0918c19a894984f0c552e1a8"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-860l-b1" + "dir-860l-b1" + ]; + titles = [ + { + model = "DIR-860L"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-867-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-dlink_dir-867-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-867-a1-initramfs-kernel.bin"; + sha256 = "957d5eb5a494a4eeb42f5ce383dd5d4809563037b546c34a3532a478a3124bbc"; + sha256_unsigned = "957d5eb5a494a4eeb42f5ce383dd5d4809563037b546c34a3532a478a3124bbc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-867-a1-squashfs-sysupgrade.bin"; + sha256 = "25e288326344e1d9913425a9435487d578b8815f106e0c692db4c93f833a637f"; + sha256_unsigned = "c23ba96b86c340a383953f0a81cb535d0bab61f7a203b1d1a08c6d31393c4463"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-867-a1-squashfs-factory.bin"; + sha256 = "c83b61244325802227f281601aef4bce8c69df11534998a8af63ab34fcd217cd"; + sha256_unsigned = "c83b61244325802227f281601aef4bce8c69df11534998a8af63ab34fcd217cd"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-867-a1" + ]; + titles = [ + { + model = "DIR-867"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-dlink_dir-878-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-878-a1-initramfs-kernel.bin"; + sha256 = "cb531a00aa42df7011edafc70c6fb1d02fbdd2c8fa57679124be8cc3b73b573f"; + sha256_unsigned = "cb531a00aa42df7011edafc70c6fb1d02fbdd2c8fa57679124be8cc3b73b573f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-878-a1-squashfs-sysupgrade.bin"; + sha256 = "ebcd129b92944f76e963360b716ad7d30c0ba0e2a44f99c0f8ee92e5d6626fe2"; + sha256_unsigned = "2ee76249a0e534e91f261b14fbdaadbc404c96939f26fd45ebf0f40eb2e14991"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-878-a1-squashfs-factory.bin"; + sha256 = "e5bb22507c468bac480f1fac937d5b31642583b821f9d43f61ab85b82372ff34"; + sha256_unsigned = "e5bb22507c468bac480f1fac937d5b31642583b821f9d43f61ab85b82372ff34"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-878-a1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-dlink_dir-878-r1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-878-r1-initramfs-kernel.bin"; + sha256 = "7314d95347d884e38bb30471c4653596818ca81834acfb818266d57a2ff4e7f4"; + sha256_unsigned = "7314d95347d884e38bb30471c4653596818ca81834acfb818266d57a2ff4e7f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-878-r1-squashfs-sysupgrade.bin"; + sha256 = "bf1f9e613452d5a84b50c1b91bceaaa0d6d8edcae0bb54f6026399b16debb864"; + sha256_unsigned = "0f9018953760ecb12bb3d3781a1d8f72dc4121546838539c03d7a7c46514dd12"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-878-r1-squashfs-factory.bin"; + sha256 = "65dfc0ccc4c5e9086d2c74ac67c95b2577e79a4e2bdb444c1a419dc087a5d89c"; + sha256_unsigned = "65dfc0ccc4c5e9086d2c74ac67c95b2577e79a4e2bdb444c1a419dc087a5d89c"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-878-r1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-dlink_dir-882-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-882-a1-initramfs-kernel.bin"; + sha256 = "1e6f5535d78c25b6190f7ce4c3cd7835fc315a3d2df2e48ef2f28286ee001fc7"; + sha256_unsigned = "1e6f5535d78c25b6190f7ce4c3cd7835fc315a3d2df2e48ef2f28286ee001fc7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-882-a1-squashfs-sysupgrade.bin"; + sha256 = "28114add54c6aad4e3d52b1bda55db164935a56690ad9620633721a675f5a7ea"; + sha256_unsigned = "cb20580403d4f8bbdc466913e64dcd74017ef28237eb05d273f63ab5ef5129d9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-882-a1-squashfs-factory.bin"; + sha256 = "61b193a0fe544f9958491ffd536e4343ffa9dec5213d3a3df24baaa558619faa"; + sha256_unsigned = "61b193a0fe544f9958491ffd536e4343ffa9dec5213d3a3df24baaa558619faa"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-882-a1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-dlink_dir-882-r1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-882-r1-initramfs-kernel.bin"; + sha256 = "68d57a56475eeee3542e739719e771e9e5be70229af74ac2fecd5a6812185eda"; + sha256_unsigned = "68d57a56475eeee3542e739719e771e9e5be70229af74ac2fecd5a6812185eda"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-882-r1-squashfs-sysupgrade.bin"; + sha256 = "539449a1bacc1bbd52685dfa33aad035fc396edd0295701a5c9843440935c59a"; + sha256_unsigned = "b50d9f1b7eb34101be6fbff46a58101a8c2ae22ffde2b7ab8dfd2fa7f171fe4a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dlink_dir-882-r1-squashfs-factory.bin"; + sha256 = "32f946ed6b2dec0f6c8fbe564b8be388cc417ffa62c1fbbcc19d07d35edd8ad5"; + sha256_unsigned = "32f946ed6b2dec0f6c8fbe564b8be388cc417ffa62c1fbbcc19d07d35edd8ad5"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-882-r1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dual-q_h721 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-dual-q_h721"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-dual-q_h721-initramfs-kernel.bin"; + sha256 = "498ece227eb8d2b8aaa3cbc48d1e67a054f0af7dacd9f1c551e964f3480d8498"; + sha256_unsigned = "498ece227eb8d2b8aaa3cbc48d1e67a054f0af7dacd9f1c551e964f3480d8498"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-dual-q_h721-squashfs-sysupgrade.bin"; + sha256 = "0fdf06a626923d9e7860d28524bb20799ba6ab29d73536fed9fb89d9dc3d3060"; + sha256_unsigned = "8bfb08f5a5a27736dca85d4313893de3f4c54e8e6fed12480d4ae21a5c480adf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dual-q,h721" + ]; + titles = [ + { + model = "H721"; + vendor = "Dual-Q"; + } + ]; + }; + edimax_ra21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-edimax_ra21s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-edimax_ra21s-initramfs-kernel.bin"; + sha256 = "cc395fa99b34189c8fc24b3652b5dc8f6cb5c810f19f42fda336e3a76d870147"; + sha256_unsigned = "cc395fa99b34189c8fc24b3652b5dc8f6cb5c810f19f42fda336e3a76d870147"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"; + sha256 = "bdf0a4d8558fd0a9f5d0b2b491486c449013b18bcee2fb611b9dd4eb4c43d7ff"; + sha256_unsigned = "bdf0a4d8558fd0a9f5d0b2b491486c449013b18bcee2fb611b9dd4eb4c43d7ff"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin"; + sha256 = "f84041b287ae85209fb02556d7ca014f5ffe4129652a33c9547b447fb925ab12"; + sha256_unsigned = "a8622b05ffec5e758556418363e96d3f6c605c48efc5a10a187319f19e218c41"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ra21s" + ]; + titles = [ + { + model = "RA21S"; + vendor = "Edimax"; + } + { + model = "Gemini RA21S"; + vendor = "Edimax"; + } + ]; + }; + edimax_re23s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-edimax_re23s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-edimax_re23s-initramfs-kernel.bin"; + sha256 = "4da37b77a2d20a6d68c989b0c984d510665bd98d4b1f64e04a12ce6951cb8da3"; + sha256_unsigned = "4da37b77a2d20a6d68c989b0c984d510665bd98d4b1f64e04a12ce6951cb8da3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-edimax_re23s-squashfs-sysupgrade.bin"; + sha256 = "a35f18c431345870d300d8c70412ad679996b026cd54bfac6a10eb2713372b75"; + sha256_unsigned = "fe0ea55a4046b8b311f4611b6893348f9fefb23c5aeca7583283025caf78d29f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-edimax_re23s-squashfs-factory.bin"; + sha256 = "b341922ccf91ac23bf9909174ef296ad2e35ed36accc59610800ecf3b957086f"; + sha256_unsigned = "b341922ccf91ac23bf9909174ef296ad2e35ed36accc59610800ecf3b957086f"; + type = "factory"; + } + ]; + supported_devices = [ + "edimax,re23s" + ]; + titles = [ + { + model = "RE23S"; + vendor = "Edimax"; + } + { + model = "Gemini RE23S"; + vendor = "Edimax"; + } + ]; + }; + edimax_rg21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-edimax_rg21s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-edimax_rg21s-initramfs-kernel.bin"; + sha256 = "5616ce06875d21b42cab29ff2dd47967908acbff8faea5978fbfa37bb396e6fa"; + sha256_unsigned = "5616ce06875d21b42cab29ff2dd47967908acbff8faea5978fbfa37bb396e6fa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-edimax_rg21s-squashfs-sysupgrade.bin"; + sha256 = "f991a5c774b8b3f159e868b51d33d660f8ef33a4a6f4d7ae1cf0bf01bd2f4ef9"; + sha256_unsigned = "633e43e260966bd86b3f3fa7a4b4fc5f42ddeb121287c40d5e2f6f23ce9dfb3c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-edimax_rg21s-squashfs-factory.bin"; + sha256 = "99e9026d334c2963e1b0643e5dfbb0f86260eac909f9850e3fce3bfff0c11977"; + sha256_unsigned = "99e9026d334c2963e1b0643e5dfbb0f86260eac909f9850e3fce3bfff0c11977"; + type = "factory"; + } + ]; + supported_devices = [ + "edimax,rg21s" + ]; + titles = [ + { + model = "Gemini AC2600 RG21S"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1167ghbk2-s-initramfs-kernel.bin"; + sha256 = "6465fc519e84693bc2842d9b5a515e276913d077ff09f46bbdf627e7910ec716"; + sha256_unsigned = "6465fc519e84693bc2842d9b5a515e276913d077ff09f46bbdf627e7910ec716"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "2b690539d7b2079cb772ac8a5bb2171b700ce8a2726d643d2fc83a24170a4e91"; + sha256_unsigned = "c73cbc307880f67f273d9295a8ee1021283bb0db275c1d35e842616b6d0be375"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "dda58e254d488d2cb200f063259b9c41c4ba3ef1a73006935efcc28b40cec8b7"; + sha256_unsigned = "dda58e254d488d2cb200f063259b9c41c4ba3ef1a73006935efcc28b40cec8b7"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + model = "WRC-1167GHBK2-S"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gs2-b = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1167gs2-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1167gs2-b-initramfs-kernel.bin"; + sha256 = "4f07291a072b898de6cee6c155401e7831f3f24fcb5dc6f1f2e941b1b1d3b193"; + sha256_unsigned = "4f07291a072b898de6cee6c155401e7831f3f24fcb5dc6f1f2e941b1b1d3b193"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-sysupgrade.bin"; + sha256 = "30567686d023e2bcc86f24a610b27214e45563539718167bc16a2ddd4af1f55c"; + sha256_unsigned = "13987642437988dbd5fd688b65a89018bdf272eb6196367a2a9d96560c2ed393"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-factory.bin"; + sha256 = "c1b3be3bef88d8214a576a6dff53bbcb7ef6fd23707f3a186079b115b39b303b"; + sha256_unsigned = "c1b3be3bef88d8214a576a6dff53bbcb7ef6fd23707f3a186079b115b39b303b"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gs2-b" + ]; + titles = [ + { + model = "WRC-1167GS2-B"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1167gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1167gst2-initramfs-kernel.bin"; + sha256 = "073513c5fd6d90b8cb1ef41d1c30cc0b33b006ad7c82543b8f4ea8f7746065e4"; + sha256_unsigned = "073513c5fd6d90b8cb1ef41d1c30cc0b33b006ad7c82543b8f4ea8f7746065e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1167gst2-squashfs-sysupgrade.bin"; + sha256 = "4d25f24e914084fe51f5c691e51fb76a3a4010c325718723a0dcd3d2e2e2d4f1"; + sha256_unsigned = "0d04a969fe09e56cd2ce9cead55cfbaec21988e2bdb30c7cb28cc1d61a12da83"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1167gst2-squashfs-factory.bin"; + sha256 = "b5bbc5dce71422bbe2afcf2bc1c4ef957098db7cd3fd41566a2339c8e37ee767"; + sha256_unsigned = "b5bbc5dce71422bbe2afcf2bc1c4ef957098db7cd3fd41566a2339c8e37ee767"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gst2" + ]; + titles = [ + { + model = "WRC-1167GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gs = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1750gs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1750gs-initramfs-kernel.bin"; + sha256 = "dae72e74536539a629e2e3f78704b26891f46c5be31362f8f4f68a8da557624d"; + sha256_unsigned = "dae72e74536539a629e2e3f78704b26891f46c5be31362f8f4f68a8da557624d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1750gs-squashfs-sysupgrade.bin"; + sha256 = "8a7d57364e6e47cd89f553014246286bdfcce05883c446918c62d06383d449a7"; + sha256_unsigned = "421e03cd529361995b296f5b6f558af631aa4a1916f7c26a86d941abf36b54db"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1750gs-squashfs-factory.bin"; + sha256 = "d2fb2f2494b3d5b92a230209c8d517d8e019afa2510026b13f29476a4e716cbe"; + sha256_unsigned = "d2fb2f2494b3d5b92a230209c8d517d8e019afa2510026b13f29476a4e716cbe"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gs" + ]; + titles = [ + { + model = "WRC-1750GS"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1750gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1750gst2-initramfs-kernel.bin"; + sha256 = "0a92d2b21c627b1dec7ac62a0c43db2f3ca7334d42538f386c779991147cb5fa"; + sha256_unsigned = "0a92d2b21c627b1dec7ac62a0c43db2f3ca7334d42538f386c779991147cb5fa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1750gst2-squashfs-sysupgrade.bin"; + sha256 = "f46c33b9cb20abe41a68921b7fb0b0b1b605a9c9bc4b1a7334bde0b14e7bc43c"; + sha256_unsigned = "b650a844fc15c9f47511b492bf874da87fbf10d41d40c8ceea6f446df475677d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1750gst2-squashfs-factory.bin"; + sha256 = "684438d0c57beb14d83d3a271721a7aa72a1faf16b3f2c915e11b758a1ea9cd2"; + sha256_unsigned = "684438d0c57beb14d83d3a271721a7aa72a1faf16b3f2c915e11b758a1ea9cd2"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gst2" + ]; + titles = [ + { + model = "WRC-1750GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gsv = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1750gsv"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1750gsv-initramfs-kernel.bin"; + sha256 = "46d7c72a05eafc2e4babdb2827fab43eb80b1dc0dd9f9863867ef2c411c232fd"; + sha256_unsigned = "46d7c72a05eafc2e4babdb2827fab43eb80b1dc0dd9f9863867ef2c411c232fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1750gsv-squashfs-sysupgrade.bin"; + sha256 = "bc6f0dd626fc0defd4d1bcd7bd8502596aba7c51b23c85e39316072874f759eb"; + sha256_unsigned = "c2d39d682e88abfc1d77ebc3ee0364932f6fc3de3e2e2304089c0bfc0a9ab08d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1750gsv-squashfs-factory.bin"; + sha256 = "465c47c99198575d296d7ce433ca67951863e0f9edff01a5acf04faffc53c553"; + sha256_unsigned = "465c47c99198575d296d7ce433ca67951863e0f9edff01a5acf04faffc53c553"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gsv" + ]; + titles = [ + { + model = "WRC-1750GSV"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1900gst-initramfs-kernel.bin"; + sha256 = "32ca486e9ecde0df2f33ffc588cfdf88a208f444c5fcf7649db43c19fd4f949e"; + sha256_unsigned = "32ca486e9ecde0df2f33ffc588cfdf88a208f444c5fcf7649db43c19fd4f949e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "75dffd44308ade50f9d8299fe30c52b4da5e151acf42e56c054e884a5fba9aec"; + sha256_unsigned = "6981a4a41f4fcc793e42a50d6814644da313e6bc5d83e9e220f71ef9e9645c93"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "1a6cb654f2c294fe2914e588a5bc7ebe622b2e8f522f0318fde1bf8ade44dea2"; + sha256_unsigned = "1a6cb654f2c294fe2914e588a5bc7ebe622b2e8f522f0318fde1bf8ade44dea2"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + model = "WRC-1900GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533ghbk-i = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-2533ghbk-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-2533ghbk-i-initramfs-kernel.bin"; + sha256 = "eb2b49f85f7dabb82f368344be97a19acfcd65397b72594bbb92b7edb080cf26"; + sha256_unsigned = "eb2b49f85f7dabb82f368344be97a19acfcd65397b72594bbb92b7edb080cf26"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-sysupgrade.bin"; + sha256 = "d391e293bfe35c034c7b2040d53df74c654e03c2f427b0ab54d57ee1afbac13d"; + sha256_unsigned = "8dc8956ce1ed0ab5a0415e509e7f2f6e3cf6db03a0f4023c8203a016e5ae3fbb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-factory.bin"; + sha256 = "e70ed7babf82aa2ddb510307a34a9e2f4c3c74e314c2daf01601e97bd2245253"; + sha256_unsigned = "e70ed7babf82aa2ddb510307a34a9e2f4c3c74e314c2daf01601e97bd2245253"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533ghbk-i" + ]; + titles = [ + { + model = "WRC-2533GHBK-I"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gs2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-2533gs2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-2533gs2-initramfs-kernel.bin"; + sha256 = "0f852964afcc0316263f1747fde9463bfb910289da702c61dfd881226e9d610b"; + sha256_unsigned = "0f852964afcc0316263f1747fde9463bfb910289da702c61dfd881226e9d610b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-2533gs2-squashfs-sysupgrade.bin"; + sha256 = "39f0b6128b4820085449935369288e74396d90b98272be2f4b8210454192db83"; + sha256_unsigned = "7990e928645a7425d1971badcc5ce228460b2543c1c817162d72f3aad6110650"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-2533gs2-squashfs-factory.bin"; + sha256 = "f79cc185c640a1f44c7d1bba3db4dd23722038b937c677ac0ec77e3c3d7831c6"; + sha256_unsigned = "f79cc185c640a1f44c7d1bba3db4dd23722038b937c677ac0ec77e3c3d7831c6"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gs2" + ]; + titles = [ + { + model = "WRC-2533GS2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-2533gst-initramfs-kernel.bin"; + sha256 = "8d2828ac4b7d0dcd43c48c34d50f14c184b17cb3ee0f86512fc4a51087d501f2"; + sha256_unsigned = "8d2828ac4b7d0dcd43c48c34d50f14c184b17cb3ee0f86512fc4a51087d501f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "1ac04a6c0c4992c356b5c186d147947ecbb45aec4a56e109a0b55932985954da"; + sha256_unsigned = "14dc5a7a7aa2637d9cb5ff3f23ba530e037c5e3376f9d2e0ef085bc7e98dc657"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "0b185a996e252e9354f9ed1e8bfceeeb34ec60f30aeb5d425311ccf9f9712900"; + sha256_unsigned = "0b185a996e252e9354f9ed1e8bfceeeb34ec60f30aeb5d425311ccf9f9712900"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + model = "WRC-2533GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-2533gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-2533gst2-initramfs-kernel.bin"; + sha256 = "d764be6c0c9101cb80b8a6464e8c36118bb56921b0058ebbc10767e78ce8f0f5"; + sha256_unsigned = "d764be6c0c9101cb80b8a6464e8c36118bb56921b0058ebbc10767e78ce8f0f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-2533gst2-squashfs-sysupgrade.bin"; + sha256 = "305f30171ea4a6da644ca03ded962d8bd589d7774bd3885bdc96cb7385bc96ca"; + sha256_unsigned = "35f6ced52a95e0a6e57cc080364351ac4e2f4004ae68c38fc93889efc5eb13ea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-elecom_wrc-2533gst2-squashfs-factory.bin"; + sha256 = "6cf7ff6a3906033a4f58d64192a74c4e7e27c481ab7f1d5f53dbacd7a55c7277"; + sha256_unsigned = "6cf7ff6a3906033a4f58d64192a74c4e7e27c481ab7f1d5f53dbacd7a55c7277"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst2" + ]; + titles = [ + { + model = "WRC-2533GST2"; + vendor = "ELECOM"; + } + ]; + }; + firefly_firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-firefly_firewrt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-firefly_firewrt-initramfs-kernel.bin"; + sha256 = "c91fc973f0fe7638ce69751d0aa16951e558ab6fde46f0befd5d8d3b384ccdfb"; + sha256_unsigned = "c91fc973f0fe7638ce69751d0aa16951e558ab6fde46f0befd5d8d3b384ccdfb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-firefly_firewrt-squashfs-sysupgrade.bin"; + sha256 = "8a63b8b6a6fb07b198bfd62f600397894325e540006e18f1ff479236850d4762"; + sha256_unsigned = "64419e44cb6a0f91354489c3e9b9c53fee6939651cad20042eee5cfab8345d77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "firefly,firewrt" + "firewrt" + ]; + titles = [ + { + model = "FireWRT"; + vendor = "Firefly"; + } + ]; + }; + gehua_ghl-r-001 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-gehua_ghl-r-001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-gehua_ghl-r-001-initramfs-kernel.bin"; + sha256 = "dd9ca1fc826725585a022aab3e31d3039a966cced9875ef5a29ed5dd146cadbf"; + sha256_unsigned = "dd9ca1fc826725585a022aab3e31d3039a966cced9875ef5a29ed5dd146cadbf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-gehua_ghl-r-001-squashfs-sysupgrade.bin"; + sha256 = "f341c1d5d2a691ea4ce871e99263752abfdb17e2f6a6f1373b823493494f8af9"; + sha256_unsigned = "e6d242f8bf136f05b95e96b5da808b3d12228bc1e5fdfdd2935f21ad70ae33b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gehua,ghl-r-001" + ]; + titles = [ + { + model = "GHL-R-001"; + vendor = "GeHua"; + } + ]; + }; + glinet_gl-mt1300 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-glinet_gl-mt1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-glinet_gl-mt1300-initramfs-kernel.bin"; + sha256 = "9e16c4679664a8c139e3bae9c768db1a51ffc03e4931895db3282b27cf34d180"; + sha256_unsigned = "9e16c4679664a8c139e3bae9c768db1a51ffc03e4931895db3282b27cf34d180"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-glinet_gl-mt1300-squashfs-sysupgrade.bin"; + sha256 = "4be7d449b8c8801c8a459f815950a1399847fc02b8dcef77eb91ae253a0eb56b"; + sha256_unsigned = "18c9746c49c8f41af08d726a8313dff43e4fc823b83c7de190daee456efaebc2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt1300" + ]; + titles = [ + { + model = "GL-MT1300"; + vendor = "GL.iNet"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-gnubee_gb-pc1-initramfs-kernel.bin"; + sha256 = "40ec784cbb13110200ab6bbbcd2261a426c3a480af748de341b0628ddb816e03"; + sha256_unsigned = "40ec784cbb13110200ab6bbbcd2261a426c3a480af748de341b0628ddb816e03"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "7cc4f6dd54eb9f0c1e618ea6c99d5cefa851bbae34e4f910a58a121c16d477f7"; + sha256_unsigned = "35357e3a7b597c54cc054b224b1686c05db4b3bee88be3819cb1ebbdbaf530a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + model = "Personal Cloud One"; + vendor = "GnuBee"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-gnubee_gb-pc2-initramfs-kernel.bin"; + sha256 = "b56ee8fed1ce9aee3b60f40b01861f3cb7b0b09bdd49996f0f120850bb645bd7"; + sha256_unsigned = "b56ee8fed1ce9aee3b60f40b01861f3cb7b0b09bdd49996f0f120850bb645bd7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "20f47b26648b76ce0509a3b6b452e7414b2ce3fde64e022b953578645d9b6e55"; + sha256_unsigned = "eeafb56e2e5a275f2112b5471f7ce9edd00332ad21e9bc762260c0184ae917e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + model = "Personal Cloud Two"; + vendor = "GnuBee"; + } + ]; + }; + hilink_hlk-7621a-evb = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-hilink_hlk-7621a-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-hilink_hlk-7621a-evb-initramfs-kernel.bin"; + sha256 = "99ed78d8dfa1f0cc3d671619356d7ee9040f8c9f0c75fdc97d487b646ca6aa50"; + sha256_unsigned = "99ed78d8dfa1f0cc3d671619356d7ee9040f8c9f0c75fdc97d487b646ca6aa50"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-hilink_hlk-7621a-evb-squashfs-sysupgrade.bin"; + sha256 = "710b1ad6c182639180feec6cb734948a9f35c4cc0d6f982a5fe5c350fb981a2f"; + sha256_unsigned = "c4054440734e0f22cee7b607fac4be9e966be431859aaf3f97dd33a08f779d0d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7621a-evb" + ]; + titles = [ + { + model = "HLK-7621A evaluation board"; + vendor = "HiLink"; + } + ]; + }; + hiwifi_hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-hiwifi_hc5962"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-hiwifi_hc5962-initramfs-kernel.bin"; + sha256 = "d3903f4fd3f3dae305b8e50add00d09eb616649384f6a57389b84eb2ed979b41"; + sha256_unsigned = "d3903f4fd3f3dae305b8e50add00d09eb616649384f6a57389b84eb2ed979b41"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-hiwifi_hc5962-squashfs-sysupgrade.bin"; + sha256 = "4db8ea0b37da76a9ea1d60ab185e583dd917b18322cfff3ffa97416d6efe90c8"; + sha256_unsigned = "2acf6a38db0b36eb4e9f1b1d1627b17f25a7fe3db6b3a3fde2dba13c8108aa91"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-hiwifi_hc5962-squashfs-factory.bin"; + sha256 = "7dc3211829a6d402ecf0944fe34226f7cf0a7a5142b821c66efcfee5456eca52"; + sha256_unsigned = "7dc3211829a6d402ecf0944fe34226f7cf0a7a5142b821c66efcfee5456eca52"; + type = "factory"; + } + ]; + supported_devices = [ + "hiwifi,hc5962" + ]; + titles = [ + { + model = "HC5962"; + vendor = "HiWiFi"; + } + ]; + }; + humax_e10 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-humax_e10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-humax_e10-initramfs-kernel.bin"; + sha256 = "21fbf26b0b8b4701950800ade1fa37497a84225181626d2cf433ed77ac1a5708"; + sha256_unsigned = "21fbf26b0b8b4701950800ade1fa37497a84225181626d2cf433ed77ac1a5708"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-humax_e10-squashfs-sysupgrade.bin"; + sha256 = "75fa15eafd662c033ba494a5261b109e6628eb22da59b12675d180b78887c828"; + sha256_unsigned = "cfd98b5c69c92ed307c72436ead6b7a5619c003f403cf15b3b3c48fe705e9b64"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-humax_e10-squashfs-factory.bin"; + sha256 = "5a33f6d173e09a194c2b19e6e40cbbce22f8a54c0a5136f885b6e7276dbc307a"; + sha256_unsigned = "5a33f6d173e09a194c2b19e6e40cbbce22f8a54c0a5136f885b6e7276dbc307a"; + type = "factory"; + } + ]; + supported_devices = [ + "humax,e10" + ]; + titles = [ + { + model = "E10"; + vendor = "HUMAX"; + } + { + model = "QUANTUM E10"; + vendor = "HUMAX"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wn-ax1167gr-initramfs-kernel.bin"; + sha256 = "d547927ccc23d975a9ef8c09d1ad9e770b43e6cbc54765e920440edf8987e548"; + sha256_unsigned = "d547927ccc23d975a9ef8c09d1ad9e770b43e6cbc54765e920440edf8987e548"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "89383c56ff423b22aaa6096c982e3cfe53ddc423de9a2d660f7c383008d028e4"; + sha256_unsigned = "eaf621c8d6006d8017bd0fa0282921a6d2b9354c5c527ca9bdc7bbbfe8534ea8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + model = "WN-AX1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax1167gr2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-iodata_wn-ax1167gr2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wn-ax1167gr2-initramfs-kernel.bin"; + sha256 = "6a30f6c26397435b902cc0fa1807ac0485221544d4697783135503c18a7e97ef"; + sha256_unsigned = "6a30f6c26397435b902cc0fa1807ac0485221544d4697783135503c18a7e97ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wn-ax1167gr2-squashfs-sysupgrade.bin"; + sha256 = "f497a2a72174fca88e0bf72d4aac6dbdfc9585a1f2e0a469076aa7f72b27ff6f"; + sha256_unsigned = "50d82120f9922f4ba61128034041a965019217bfbbff0a5fced8480d3ba56db5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr2" + ]; + titles = [ + { + model = "WN-AX1167GR2"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-iodata_wn-ax2033gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wn-ax2033gr-initramfs-kernel.bin"; + sha256 = "527b80aaebcd83a55501840b3b217d3b3428329af625da5ac0d2e4cadb613afd"; + sha256_unsigned = "527b80aaebcd83a55501840b3b217d3b3428329af625da5ac0d2e4cadb613afd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wn-ax2033gr-squashfs-sysupgrade.bin"; + sha256 = "083fb214cf8d67b735d845a5ec68427650de220c53919a46d0a56d887a210267"; + sha256_unsigned = "32148266198a65daf1b77b01362aa13a73dea4c625443337fc43ee0281bde1d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax2033gr" + ]; + titles = [ + { + model = "WN-AX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1167r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-iodata_wn-dx1167r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wn-dx1167r-initramfs-kernel.bin"; + sha256 = "a2646906c148cb0aff405a16349946501cade79f17cca4b2c8191900ab477e62"; + sha256_unsigned = "a2646906c148cb0aff405a16349946501cade79f17cca4b2c8191900ab477e62"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wn-dx1167r-squashfs-sysupgrade.bin"; + sha256 = "cb1ff6171f8000efb58c7449e7dd6df83ea971c2b86fc37727d2e7ddd46184d0"; + sha256_unsigned = "14f4e59fe25782c3b4e8a3f3255b8338e24c771e22016700a01c8bec7b853a71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-dx1167r" + ]; + titles = [ + { + model = "WN-DX1167R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1200gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-iodata_wn-dx1200gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wn-dx1200gr-initramfs-kernel.bin"; + sha256 = "205c4f9b3fce974b95289063726ce3ef181b63c1536901ad96811b3ff1d35d7e"; + sha256_unsigned = "205c4f9b3fce974b95289063726ce3ef181b63c1536901ad96811b3ff1d35d7e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wn-dx1200gr-squashfs-sysupgrade.bin"; + sha256 = "e011d62a2d157efbdefab8ec95dc148b560d510103c7f42208034356fc51bd29"; + sha256_unsigned = "45415b66b522e6be55c60f200e6641da97ec471de6530b01e0a777c9cbe98187"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-dx1200gr" + ]; + titles = [ + { + model = "WN-DX1200GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-iodata_wn-dx2033gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wn-dx2033gr-initramfs-kernel.bin"; + sha256 = "48d2a1dab94f88bdc7826151b544befc34b2ac02616c95db249c94d25a6f5cc7"; + sha256_unsigned = "48d2a1dab94f88bdc7826151b544befc34b2ac02616c95db249c94d25a6f5cc7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wn-dx2033gr-squashfs-sysupgrade.bin"; + sha256 = "43317f108043cfa46bd467de7611c4a37c04b9d94184eec5696e3cbac21c1eb2"; + sha256_unsigned = "c3d5d9361c76a9138d141a735cc1b9992e3fa6feb20baad687eca04ab5c21b07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-dx2033gr" + ]; + titles = [ + { + model = "WN-DX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wn-gx300gr-initramfs-kernel.bin"; + sha256 = "3b809a6549124537b679a9d8f8ca810263c5700ee728e83f274b7f25dd6114ac"; + sha256_unsigned = "3b809a6549124537b679a9d8f8ca810263c5700ee728e83f274b7f25dd6114ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "03995dad83efca3b982354d3e5886f0dc0b4709a3a6512f6efdd7d0f2bf40164"; + sha256_unsigned = "3f759d17782771dadb58738c47395b05cd2da74d89f6df9c13715b29569aaa7b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + model = "WN-GX300GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wnpr2600g = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-iodata_wnpr2600g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wnpr2600g-initramfs-kernel.bin"; + sha256 = "383c28ae945951bd81c50897bb1b97c1fe814520e2935a0c40cefc5442a20100"; + sha256_unsigned = "383c28ae945951bd81c50897bb1b97c1fe814520e2935a0c40cefc5442a20100"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wnpr2600g-squashfs-sysupgrade.bin"; + sha256 = "bd86fd953898c1f3be9412dd7257b48a5e5a16379ebee4dab6dac9267f8299f1"; + sha256_unsigned = "5c8ba6ca358c14b46a250a3017ca1cbd8d80dadb178fa2b5058ed54126ca6289"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iodata_wnpr2600g-squashfs-factory.bin"; + sha256 = "aafbe9e30e09c9b7ed73fb499098b4759520814855a3215289343a5f0a8bda5d"; + sha256_unsigned = "aafbe9e30e09c9b7ed73fb499098b4759520814855a3215289343a5f0a8bda5d"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wnpr2600g" + ]; + titles = [ + { + model = "WNPR2600G"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a3002mesh = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-iptime_a3002mesh"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_a3002mesh-initramfs-kernel.bin"; + sha256 = "bb7a395026e4c5be6eec5d2d345a7f25f79cf37c1565d5b6fee7388fb8afd6d6"; + sha256_unsigned = "bb7a395026e4c5be6eec5d2d345a7f25f79cf37c1565d5b6fee7388fb8afd6d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_a3002mesh-squashfs-sysupgrade.bin"; + sha256 = "647833a09b6e4a6b6ab7409623a811b64769c563a947be9e3d77fc3049162a7d"; + sha256_unsigned = "c6b720b007f38976977ebf7cde4f076d5e31283b7faddf3e0369c96a22236965"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3002mesh" + ]; + titles = [ + { + model = "A3002MESH"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a3004ns-dual = { + device_packages = [ + "kmod-usb3" + "kmod-mt76x2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-iptime_a3004ns-dual"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_a3004ns-dual-initramfs-kernel.bin"; + sha256 = "66d29a08905b77eb6a49616c7b4169714c4ef66a9ff89358441358967f21e4ff"; + sha256_unsigned = "66d29a08905b77eb6a49616c7b4169714c4ef66a9ff89358441358967f21e4ff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_a3004ns-dual-squashfs-sysupgrade.bin"; + sha256 = "9c6270c3b48a7371558c90ede9907f611010820872a648770bf81364b020909a"; + sha256_unsigned = "596e8981963cf82cbeca8f7f6a41cbe593f06a0fb5d217079d6a23c3db28b79c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3004ns-dual" + ]; + titles = [ + { + model = "A3004NS-dual"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a3004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-iptime_a3004t"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_a3004t-initramfs-kernel.bin"; + sha256 = "bc6e5da0335365a79b0619d91d8a69d06b8e48fb5bd77c6e7d77e1ad79670e05"; + sha256_unsigned = "bc6e5da0335365a79b0619d91d8a69d06b8e48fb5bd77c6e7d77e1ad79670e05"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_a3004t-squashfs-sysupgrade.bin"; + sha256 = "fcff16f60d8ea12bc90c3e40b583990943361e39e69ad8b80164daabc73cc474"; + sha256_unsigned = "f3dee76e4c26a3a4a545016fcca8fd77bb7e2db07b75ff21f7cc4688aa367909"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3004t" + ]; + titles = [ + { + model = "A3004T"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a6004ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-iptime_a6004ns-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_a6004ns-m-initramfs-kernel.bin"; + sha256 = "82431abf21477a9494af696c65f5250346d967f79177b8eeac415d91afdc7bde"; + sha256_unsigned = "82431abf21477a9494af696c65f5250346d967f79177b8eeac415d91afdc7bde"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_a6004ns-m-squashfs-sysupgrade.bin"; + sha256 = "269a0c90d941430771a05b560d14d931f91886ce3003b5c614bbdc46b6f47e87"; + sha256_unsigned = "ebc5d341aa821751f758b0f7a54ad7fd950607e3854603b6f45b326055ea8966"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a6004ns-m" + ]; + titles = [ + { + model = "A6004NS-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a6ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-iptime_a6ns-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_a6ns-m-initramfs-kernel.bin"; + sha256 = "f2cad79f1b4d2cabf95ee7687f39c2d5a9f8d691a32db113afe5bcc58f9df7d9"; + sha256_unsigned = "f2cad79f1b4d2cabf95ee7687f39c2d5a9f8d691a32db113afe5bcc58f9df7d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_a6ns-m-squashfs-sysupgrade.bin"; + sha256 = "4fabd0a4abb2b32582bfe209514191f4d32665c0732f4d21042ea805ebd6366d"; + sha256_unsigned = "d2ea9afbf7eb001bb430ebb889da115c4f8b2b652c2884095e57fb61ae520bd8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a6ns-m" + ]; + titles = [ + { + model = "A6ns-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a8004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-iptime_a8004t"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_a8004t-initramfs-kernel.bin"; + sha256 = "6f5ead82a0eeb90bec5393c97a8017e04dd504fd4048b92e7a0823209e5f246a"; + sha256_unsigned = "6f5ead82a0eeb90bec5393c97a8017e04dd504fd4048b92e7a0823209e5f246a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_a8004t-squashfs-sysupgrade.bin"; + sha256 = "477dd4dee65bc9a045f95c9452a197a674078da635ee0a33ec27188d0ba3f026"; + sha256_unsigned = "15a0403ed27bd63ca4c00009b95064941714a709894be92276af53cfa31220e4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a8004t" + ]; + titles = [ + { + model = "A8004T"; + vendor = "ipTIME"; + } + ]; + }; + iptime_ax2004m = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-iptime_ax2004m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_ax2004m-initramfs-kernel.bin"; + sha256 = "8ef5dd019957b9873b9c1ece26e81b81b564a43db1b8d8dde8d260559fba767a"; + sha256_unsigned = "8ef5dd019957b9873b9c1ece26e81b81b564a43db1b8d8dde8d260559fba767a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_ax2004m-squashfs-sysupgrade.bin"; + sha256 = "74f741525d6fb31d7296ed0cdd17827051b796c07ae5ba3903b01e2ca8734aad"; + sha256_unsigned = "08232af63f63476574783c8a042ef90c5cbb97e8a4c683ff0240d8042913e8fb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_ax2004m-squashfs-recovery.bin"; + sha256 = "231023cb52c49bcadfb7335f755d3330ef22e7434173eff432499f7b45cad67d"; + sha256_unsigned = "231023cb52c49bcadfb7335f755d3330ef22e7434173eff432499f7b45cad67d"; + type = "recovery"; + } + ]; + supported_devices = [ + "iptime,ax2004m" + ]; + titles = [ + { + model = "AX2004M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_t5004 = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-iptime_t5004"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_t5004-initramfs-kernel.bin"; + sha256 = "d52d1d73a85c77760cf3bd0d9bee487c5b2a9bd3c5e0d6b5eb48de19d417812e"; + sha256_unsigned = "d52d1d73a85c77760cf3bd0d9bee487c5b2a9bd3c5e0d6b5eb48de19d417812e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-iptime_t5004-squashfs-sysupgrade.bin"; + sha256 = "970813b82834667626c359e6261b73fbbaae72149a2b026fa1744aaa22e1187b"; + sha256_unsigned = "df7737d814bddcf29d49229c07ee26786b15cde3e818630c86a84f4d928adf4c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,t5004" + ]; + titles = [ + { + model = "T5004"; + vendor = "ipTIME"; + } + ]; + }; + jcg_jhr-ac876m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-jcg_jhr-ac876m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-jcg_jhr-ac876m-initramfs-kernel.bin"; + sha256 = "24441b7231c6c5d4a68da74b98975e78d4161d60d6331fe83ab384b45170e447"; + sha256_unsigned = "24441b7231c6c5d4a68da74b98975e78d4161d60d6331fe83ab384b45170e447"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-jcg_jhr-ac876m-squashfs-sysupgrade.bin"; + sha256 = "ec84808eb4d3d47bfe41f02cbfa60f91c64f1d9d276319c8f898474d863e323c"; + sha256_unsigned = "1d91ac8df0ec7e8148f8bb518d6bb502548fae15b9ec5107968323df0895ada3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-jcg_jhr-ac876m-squashfs-factory.bin"; + sha256 = "c694d6a598cb0a573b8de864db2584c64845ea4cda2fe6b4072a7b4fc122b55f"; + sha256_unsigned = "c694d6a598cb0a573b8de864db2584c64845ea4cda2fe6b4072a7b4fc122b55f"; + type = "factory"; + } + ]; + supported_devices = [ + "jcg,jhr-ac876m" + ]; + titles = [ + { + model = "JHR-AC876M"; + vendor = "JCG"; + } + ]; + }; + jcg_q20 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-jcg_q20"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-jcg_q20-initramfs-kernel.bin"; + sha256 = "ad765309d5f8529d21346ad0a39e4e467ff981f520712f31b55ecfb45a315a1c"; + sha256_unsigned = "ad765309d5f8529d21346ad0a39e4e467ff981f520712f31b55ecfb45a315a1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-jcg_q20-squashfs-sysupgrade.bin"; + sha256 = "1fabd372a83ee0d9d5cdf0e511d5f3bccab9aac52cf77e6aec6483b74fae8916"; + sha256_unsigned = "ee62b35391b0091aef511f33429d9a568d81b85b3605b76d32dff7cdba18619a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-jcg_q20-squashfs-factory.bin"; + sha256 = "b3777073827b67bd27ca26ed297457cd8de19064aa5afc17cefbe337054e0163"; + sha256_unsigned = "b3777073827b67bd27ca26ed297457cd8de19064aa5afc17cefbe337054e0163"; + type = "factory"; + } + ]; + supported_devices = [ + "jcg,q20" + ]; + titles = [ + { + model = "Q20"; + vendor = "JCG"; + } + ]; + }; + jcg_y2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-jcg_y2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-jcg_y2-initramfs-kernel.bin"; + sha256 = "70111b994736903542daf8c4a8fbc08ca1943e9a9ab02afff482d2b43f275ea0"; + sha256_unsigned = "70111b994736903542daf8c4a8fbc08ca1943e9a9ab02afff482d2b43f275ea0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-jcg_y2-squashfs-sysupgrade.bin"; + sha256 = "1f54c5f900670d2213b22237ae9a22b2c1e8bdaf41e6df606d7ea92939032a84"; + sha256_unsigned = "e7864ce273689181ca701fb921500017150632ad167a4c5ab65d96e03b98df7f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-jcg_y2-squashfs-factory.bin"; + sha256 = "fb729a47e9878cd517ccaf69743a2f62d61c8c96a1561af2ae64988201356661"; + sha256_unsigned = "fb729a47e9878cd517ccaf69743a2f62d61c8c96a1561af2ae64988201356661"; + type = "factory"; + } + ]; + supported_devices = [ + "jcg,y2" + ]; + titles = [ + { + model = "Y2"; + vendor = "JCG"; + } + ]; + }; + lenovo_newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-lenovo_newifi-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-lenovo_newifi-d1-initramfs-kernel.bin"; + sha256 = "c286f1524df042296eaf16832278d08ebc8b34a0c6eff01b025fd92b842a4343"; + sha256_unsigned = "c286f1524df042296eaf16832278d08ebc8b34a0c6eff01b025fd92b842a4343"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-lenovo_newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "8b370dd323282d03f9cd7799924fabdd134bb0e922dc595d5a13caf8df0653ac"; + sha256_unsigned = "32b383d88ab6a53622b021983483f7654a82e842e1db11c1179180acbe3e4f8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-d1" + "newifi-d1" + ]; + titles = [ + { + model = "D1"; + vendor = "Newifi"; + } + ]; + }; + linksys_e5600 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-linksys_e5600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_e5600-initramfs-kernel.bin"; + sha256 = "2b128c652eeffda3c0e45105e445a5968dfa11df1bf3b6e1ef987b97439fef07"; + sha256_unsigned = "2b128c652eeffda3c0e45105e445a5968dfa11df1bf3b6e1ef987b97439fef07"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_e5600-squashfs-sysupgrade.bin"; + sha256 = "538d93da1c47fcc06eef72a0f1e95ea164ff47adb4c75890e04423c4ef0aff8e"; + sha256_unsigned = "17bf219a16e4b6a5dd4cb53847f0fc0926f19e1fe6b931acd863799274033008"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_e5600-squashfs-factory.bin"; + sha256 = "7ec662effbf5d6d17a561b13f2c5f8c585672cf6406c372858d7b10a007c1971"; + sha256_unsigned = "7ec662effbf5d6d17a561b13f2c5f8c585672cf6406c372858d7b10a007c1971"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,e5600" + ]; + titles = [ + { + model = "E5600"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6350-v4 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-linksys_ea6350-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea6350-v4-initramfs-kernel.bin"; + sha256 = "30409dd5073d7fb1de7fc9495b7fa7319b418f2287198a57804c5236d37f2214"; + sha256_unsigned = "30409dd5073d7fb1de7fc9495b7fa7319b418f2287198a57804c5236d37f2214"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea6350-v4-squashfs-sysupgrade.bin"; + sha256 = "80c11bfdee2dd7cd6db71a3e9af38344d00ec75cdd680ae09fc84d45a8f2c6d6"; + sha256_unsigned = "4064765f18a08434c99ac30792b7a20e2938e33be56ebeef7d28b4162c6d3a3a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea6350-v4-squashfs-factory.bin"; + sha256 = "5720229f6da5de6a8fc264918e5831263bad53fc155938c888dad56bc7c0053b"; + sha256_unsigned = "5720229f6da5de6a8fc264918e5831263bad53fc155938c888dad56bc7c0053b"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea6350-v4" + ]; + titles = [ + { + model = "EA6350"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-linksys_ea7300-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea7300-v1-initramfs-kernel.bin"; + sha256 = "fea80f088ad7f398946c360cc0e9e40bda90febbaa535b4a651e38c0b16298e3"; + sha256_unsigned = "fea80f088ad7f398946c360cc0e9e40bda90febbaa535b4a651e38c0b16298e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea7300-v1-squashfs-sysupgrade.bin"; + sha256 = "e3608e3063ebfebf065a25d32037cb93e844e35424f33c7ac9c713813cbafec8"; + sha256_unsigned = "d88caf895ade8fc74e4741cf21dc81e02833864dfbe7f7616aba03b259c1e2b4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea7300-v1-squashfs-factory.bin"; + sha256 = "c3d87e0abc4e14f0524a649e454220503a73ac748889dad8e114bd0dbe6235ac"; + sha256_unsigned = "c3d87e0abc4e14f0524a649e454220503a73ac748889dad8e114bd0dbe6235ac"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7300-v1" + ]; + titles = [ + { + model = "EA7300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-linksys_ea7300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea7300-v2-initramfs-kernel.bin"; + sha256 = "dded6548a969816cfce69d2bb808d936a1b6c17bff7b71ce23b7e62ea89f5965"; + sha256_unsigned = "dded6548a969816cfce69d2bb808d936a1b6c17bff7b71ce23b7e62ea89f5965"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea7300-v2-squashfs-sysupgrade.bin"; + sha256 = "3ff09b1d3aa5bb40e40d27cd26a49fe263ac9ce2d0e395c04d1d0ba70459569e"; + sha256_unsigned = "3e6b806ee5c9da1b7e7706b5624b7f3cc6dafcd62bd09c993c181d960b2ac410"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea7300-v2-squashfs-factory.bin"; + sha256 = "1c0389a2f36b5e90b96ff63669f875d1fd3f22a32e3c5dc90b5062fdfb7a33db"; + sha256_unsigned = "1c0389a2f36b5e90b96ff63669f875d1fd3f22a32e3c5dc90b5062fdfb7a33db"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7300-v2" + ]; + titles = [ + { + model = "EA7300"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7500-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-linksys_ea7500-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea7500-v2-initramfs-kernel.bin"; + sha256 = "015f2d7748e2f2301ae81cf04aaf3b3a6ddb192feb7d75efac6f5e441cfff987"; + sha256_unsigned = "015f2d7748e2f2301ae81cf04aaf3b3a6ddb192feb7d75efac6f5e441cfff987"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea7500-v2-squashfs-sysupgrade.bin"; + sha256 = "c46bb95824de07d6d088488b02014c7abaea1566db2c0203557fcd82549513fc"; + sha256_unsigned = "ec812fd52f1a5bc0c7170ba4f1a4c76e222e90a555c8f7ae3aed72852655bc31"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea7500-v2-squashfs-factory.bin"; + sha256 = "17c4da8e4062309833052a1874d6ee9d46dc06248185363d3df794346ba86808"; + sha256_unsigned = "17c4da8e4062309833052a1874d6ee9d46dc06248185363d3df794346ba86808"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7500-v2" + ]; + titles = [ + { + model = "EA7500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-linksys_ea8100-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea8100-v1-initramfs-kernel.bin"; + sha256 = "ac8a25f975cd8436c44cd32bd119feba1d9e42fe3dd02e6243fcd8a75dc1e646"; + sha256_unsigned = "ac8a25f975cd8436c44cd32bd119feba1d9e42fe3dd02e6243fcd8a75dc1e646"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea8100-v1-squashfs-sysupgrade.bin"; + sha256 = "19442e8318fa7fc11a469a7ed7f471eefd859ad2551dcda93d9665e6d38e455a"; + sha256_unsigned = "e73b69c57b2eae7ea59b6f2d06fc040988911fdb3df188af985ed7caad55d0f3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea8100-v1-squashfs-factory.bin"; + sha256 = "bf8393fa89f72860a612719955287260908d75eb6e8aa745f587d6f7317f43e1"; + sha256_unsigned = "bf8393fa89f72860a612719955287260908d75eb6e8aa745f587d6f7317f43e1"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8100-v1" + ]; + titles = [ + { + model = "EA8100"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-linksys_ea8100-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea8100-v2-initramfs-kernel.bin"; + sha256 = "4e173b56f3cde88b715d7fbf86cbb672d321306fcb30911ca8651439fb348814"; + sha256_unsigned = "4e173b56f3cde88b715d7fbf86cbb672d321306fcb30911ca8651439fb348814"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea8100-v2-squashfs-sysupgrade.bin"; + sha256 = "b0dba729370d8f24a5af01d08a81667ea11d443e813f5a2d106d842071c88173"; + sha256_unsigned = "7bac0bae99570c8c442537c825c5c4d4ff270b03492fe496a92c571528e851fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_ea8100-v2-squashfs-factory.bin"; + sha256 = "b712bac879ad2ec5297d00604c1594dd44883459b5fabb8df9640f07ae946ee2"; + sha256_unsigned = "b712bac879ad2ec5297d00604c1594dd44883459b5fabb8df9640f07ae946ee2"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8100-v2" + ]; + titles = [ + { + model = "EA8100"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_re6500 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-linksys_re6500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_re6500-initramfs-kernel.bin"; + sha256 = "6c0ab2b75fffecc280922294b8afc834dde2b755057f9c599ae5a4efbca4fd13"; + sha256_unsigned = "6c0ab2b75fffecc280922294b8afc834dde2b755057f9c599ae5a4efbca4fd13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-linksys_re6500-squashfs-sysupgrade.bin"; + sha256 = "797dc726f9c8174f7a8712026e45e4a9da7444966da91b6c591ec318bd713057"; + sha256_unsigned = "2e37bedbd685b6746392a347cf9621cce5ca0c5d87ea2570842f1458c776b511"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,re6500" + "re6500" + ]; + titles = [ + { + model = "RE6500"; + vendor = "Linksys"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-mediatek_ap-mt7621a-v60-initramfs-kernel.bin"; + sha256 = "4a7c9b4dc7b33d23dfd348614bb2b41a8918bdb2ef35200cd2f9baa1dc59f275"; + sha256_unsigned = "4a7c9b4dc7b33d23dfd348614bb2b41a8918bdb2ef35200cd2f9baa1dc59f275"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "c787220eecb313efac50f58083f5539a922a16865d657a0dbd353621ef49db61"; + sha256_unsigned = "363ba6c9c460bb948afd906b4eeba318b56f04860c18f670f5949929a0c5cce6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + model = "AP-MT7621A-V60 EVB"; + vendor = "Mediatek"; + } + ]; + }; + mediatek_mt7621-eval-board = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-mediatek_mt7621-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-mediatek_mt7621-eval-board-initramfs-kernel.bin"; + sha256 = "70f4894fa9f7e7d1bc25054d6a2703a79411d7b951887df7d52939b4a871b04e"; + sha256_unsigned = "70f4894fa9f7e7d1bc25054d6a2703a79411d7b951887df7d52939b4a871b04e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-mediatek_mt7621-eval-board-squashfs-sysupgrade.bin"; + sha256 = "fcbc38d0edc678f4128847c4078635db4b9a3a50561f3453bd8189f8c526dec1"; + sha256_unsigned = "63a346f65d1ec6cfc2e0bf2a5c7f822838ddaa2325aba40ddf5026f90b4ca418"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7621-eval-board" + "mt7621" + ]; + titles = [ + { + model = "MT7621 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mikrotik_routerboard-750gr3 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-mikrotik_routerboard-750gr3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-mikrotik_routerboard-750gr3-initramfs-kernel.bin"; + sha256 = "a098139bfa509035af2a183066caaad8e98c0976ed7f7662415937ada8bef762"; + sha256_unsigned = "a098139bfa509035af2a183066caaad8e98c0976ed7f7662415937ada8bef762"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-mikrotik_routerboard-750gr3-squashfs-sysupgrade.bin"; + sha256 = "43bba63cc165f5fe3a974689ed0b31c7e0defe44b0ce066edf38a5da2b0d9441"; + sha256_unsigned = "c67c8bf810739fd897dcda2084adc43b06e63c5f852ab9aeabaabc61fadd1d7f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-750gr3" + "mikrotik,rb750gr3" + ]; + titles = [ + { + model = "RouterBOARD 750Gr3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-760igs = { + device_packages = [ + "kmod-usb3" + "kmod-sfp" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-mikrotik_routerboard-760igs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin"; + sha256 = "93925c696e8290a7bd1c13a80fffd8e6cb8721d7fe7afd95c5e0e90bd7823d48"; + sha256_unsigned = "93925c696e8290a7bd1c13a80fffd8e6cb8721d7fe7afd95c5e0e90bd7823d48"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-mikrotik_routerboard-760igs-squashfs-sysupgrade.bin"; + sha256 = "9390a6b24083b600c6331051f15c64156797b297425851c239cb29fb0aff4e83"; + sha256_unsigned = "8edcbca2cf7792a4eac46533afdb6c8ff3a1262e6c46c8badc8e048e0ffb94b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-760igs" + ]; + titles = [ + { + model = "RouterBOARD 760iGS"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m11g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-mikrotik_routerboard-m11g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-mikrotik_routerboard-m11g-initramfs-kernel.bin"; + sha256 = "c9ab8b2e24648e480c6f765c99b898c7ca23d4020c693f0d4a335940ffa965e8"; + sha256_unsigned = "c9ab8b2e24648e480c6f765c99b898c7ca23d4020c693f0d4a335940ffa965e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-mikrotik_routerboard-m11g-squashfs-sysupgrade.bin"; + sha256 = "574ace5ce3b9ee0fba26ef89ce45044b95542da52268445a7f1abd88263c8490"; + sha256_unsigned = "24c2b2809e362859761016950236cc8bc78bb0f6f8ad73b6e712016e1acff205"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m11g" + "mikrotik,rbm11g" + ]; + titles = [ + { + model = "RouterBOARD M11G"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m33g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-mikrotik_routerboard-m33g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-mikrotik_routerboard-m33g-initramfs-kernel.bin"; + sha256 = "88dee6b88c6c231338933efda49701777da5b77b331089d5b96787722b3e3c8f"; + sha256_unsigned = "88dee6b88c6c231338933efda49701777da5b77b331089d5b96787722b3e3c8f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-mikrotik_routerboard-m33g-squashfs-sysupgrade.bin"; + sha256 = "936f68176344a831197e2c908e8261b03e83df4e5e8f00286ab1160714e8146c"; + sha256_unsigned = "5e0aa040a7c6933b1f850a3e8111ee30abdceddd83b3e83675c0e77f75df32ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m33g" + "mikrotik,rbm33g" + ]; + titles = [ + { + model = "RouterBOARD M33G"; + vendor = "MikroTik"; + } + ]; + }; + mqmaker_witi = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-mqmaker_witi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-mqmaker_witi-initramfs-kernel.bin"; + sha256 = "98ce34e4bf6a9727d3f9db719b861cb83ad03de235bd72c4c002bb588f373d7e"; + sha256_unsigned = "98ce34e4bf6a9727d3f9db719b861cb83ad03de235bd72c4c002bb588f373d7e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-mqmaker_witi-squashfs-sysupgrade.bin"; + sha256 = "86d6b6b7943b9d3fcb70dcba929dcbd13306dacdfec4059ffeb2858f3125f9fd"; + sha256_unsigned = "e16e5c8c18dc32bc2ae54bebabf59eb30baf46af0230e4daea53c38501b0889b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi" + "witi" + "mqmaker,witi-256m" + "mqmaker,witi-512m" + ]; + titles = [ + { + model = "WiTi"; + vendor = "MQmaker"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-mtc_wr1201-initramfs-kernel.bin"; + sha256 = "a9426a28adfa5070872707540c3f32d0a5cb342c4e6fca843e56fd952b1c5917"; + sha256_unsigned = "a9426a28adfa5070872707540c3f32d0a5cb342c4e6fca843e56fd952b1c5917"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "d72d0afaf32b6caf3933ce0b8efd2e8f7eb93d6e0293275b6c1ea4d123d45243"; + sha256_unsigned = "bb541cc3580be0059eda0c744493c50de3641cf2fcfafbdfe662ba3478c0496e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + model = "Wireless Router WR1201"; + vendor = "MTC"; + } + ]; + }; + mts_wg430223 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "uencrypt" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-mts_wg430223"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-mts_wg430223-initramfs-kernel.bin"; + sha256 = "2a93db5d0cdd2c7de684cbbb4afcca4ca97e7723ccdf0936d68da647a6e98a56"; + sha256_unsigned = "2a93db5d0cdd2c7de684cbbb4afcca4ca97e7723ccdf0936d68da647a6e98a56"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-mts_wg430223-squashfs-sysupgrade.bin"; + sha256 = "2ae4c6c47103a5470a9155d98f625c506825141da5352a5989aa35d83503d021"; + sha256_unsigned = "a57a44c4d618c1d63e0623fb338c47670c84ad4cbfee17fa241bef82ab6712f1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-mts_wg430223-squashfs-factory.trx"; + sha256 = "d4d841515050c6bfdca2bbe4f542a0decb1c8722c74a190425b26c13a5a5ec74"; + sha256_unsigned = "d4d841515050c6bfdca2bbe4f542a0decb1c8722c74a190425b26c13a5a5ec74"; + type = "factory"; + } + ]; + supported_devices = [ + "mts,wg430223" + ]; + titles = [ + { + model = "WG430223"; + vendor = "MTS"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_ex6150-initramfs-kernel.bin"; + sha256 = "669a5fcd6a5307f86939d3e4f72ad0f95bdd5b8b3a9277a7804ce3d4d2123d06"; + sha256_unsigned = "669a5fcd6a5307f86939d3e4f72ad0f95bdd5b8b3a9277a7804ce3d4d2123d06"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "f9645c4d84d95aa4271fd0827aad72bd3efae971520ae8d081c095f159e6ccf7"; + sha256_unsigned = "73540cbf90368fb6aec2128a5e285f4d76a5df8388f6be83ae40e41e644cad31"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "0e795d5301f821b8d639a71661dc8021331e36b90100091246bb817436e47760"; + sha256_unsigned = "0e795d5301f821b8d639a71661dc8021331e36b90100091246bb817436e47760"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + model = "EX6150"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-netgear_r6220"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6220-initramfs-kernel.bin"; + sha256 = "3f377613a9df41e9f516fc93874cb6d77ae5b8c22038614cf030ddf16470e169"; + sha256_unsigned = "3f377613a9df41e9f516fc93874cb6d77ae5b8c22038614cf030ddf16470e169"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6220-squashfs-kernel.bin"; + sha256 = "38f6c959b8a0767840eca7054d0b029699eee3abd21d0580efc2dc47ac66c569"; + sha256_unsigned = "38f6c959b8a0767840eca7054d0b029699eee3abd21d0580efc2dc47ac66c569"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6220-squashfs-rootfs.bin"; + sha256 = "0a55a7f744a9464ea2c0701bf56c69aab92d14541b58f1606f7b324b5c9659fc"; + sha256_unsigned = "0a55a7f744a9464ea2c0701bf56c69aab92d14541b58f1606f7b324b5c9659fc"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin"; + sha256 = "7f6991089e744f2e87b45dc9ac57944e5365540695934c796d770ba84beb5158"; + sha256_unsigned = "a3b621f0d8a1180c09ff04dae502a0b219587cfda1361ec60492a56d72a6be2a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6220-squashfs-factory.img"; + sha256 = "0d028de67756ac3cc4b562cd16c5dbc5a646ef6f9ca76737c97e8b4ed318a15b"; + sha256_unsigned = "0d028de67756ac3cc4b562cd16c5dbc5a646ef6f9ca76737c97e8b4ed318a15b"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6220" + "r6220" + ]; + titles = [ + { + model = "R6220"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6260 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-netgear_r6260"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6260-initramfs-kernel.bin"; + sha256 = "52e464bdb2082fa445d15746b3dc7bdf49fd91e0c10bdc5a07d41ccdbc6809ae"; + sha256_unsigned = "52e464bdb2082fa445d15746b3dc7bdf49fd91e0c10bdc5a07d41ccdbc6809ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6260-squashfs-kernel.bin"; + sha256 = "53a9b79f7c56efc40d1077eb38ca855c7da3094ab44758ed0a382371a6a2deef"; + sha256_unsigned = "53a9b79f7c56efc40d1077eb38ca855c7da3094ab44758ed0a382371a6a2deef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin"; + sha256 = "97450e5df517a834fad4ab2432edcd762552332d0096ac9087b25eefdb62808f"; + sha256_unsigned = "f6f28408594be7d71faa2f0fc15c3f7bb89a3a927d6bf89ad66c372985ee4133"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6260-squashfs-rootfs.bin"; + sha256 = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + sha256_unsigned = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6260-squashfs-factory.img"; + sha256 = "66b93e15646bf89aae7ec1d8355734fd517e5d84eab3ec3d5c4bdd3e40bf20c4"; + sha256_unsigned = "66b93e15646bf89aae7ec1d8355734fd517e5d84eab3ec3d5c4bdd3e40bf20c4"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6260" + ]; + titles = [ + { + model = "R6260"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6350-initramfs-kernel.bin"; + sha256 = "fdb7790afb7b16c53a50b5fa224e56fcca8206da6a81caa1978671335c255600"; + sha256_unsigned = "fdb7790afb7b16c53a50b5fa224e56fcca8206da6a81caa1978671335c255600"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "2c7a68b4d4325649d427f390fc588379ec4c294d86e566106e04264e33816a55"; + sha256_unsigned = "2c7a68b4d4325649d427f390fc588379ec4c294d86e566106e04264e33816a55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "e0ee7f7050005a18b56040bcc0166de74c481f3994e29bd5bf654041a7543c08"; + sha256_unsigned = "e0ee7f7050005a18b56040bcc0166de74c481f3994e29bd5bf654041a7543c08"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "f79e90cbfb47361442b76d270f45c02711b2381073d2cb537073f44e217a365f"; + sha256_unsigned = "0d2651e410cdbc906d2f15ab42af352346a168d4a9a6089c0490c33c7d7cc85e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + sha256_unsigned = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + model = "R6350"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6700-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-netgear_r6700-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6700-v2-initramfs-kernel.bin"; + sha256 = "63aa6d343d3713f804980495bf800f6154f60daec6c2f07d2ced8e2d43bae437"; + sha256_unsigned = "63aa6d343d3713f804980495bf800f6154f60daec6c2f07d2ced8e2d43bae437"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6700-v2-squashfs-kernel.bin"; + sha256 = "8da25787621b59b7ebad912ff7e4317723049e25b7041f3413e83964081688cf"; + sha256_unsigned = "8da25787621b59b7ebad912ff7e4317723049e25b7041f3413e83964081688cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6700-v2-squashfs-sysupgrade.bin"; + sha256 = "fa5fb94c22df657ae2952a87c83f8e00df9262854d2a4dd5b31bc10393d33e9b"; + sha256_unsigned = "026b948f0a0861fccb69726938fa11a37bb6caaf6fa65e38e6b206186a4bb8b3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6700-v2-squashfs-factory.img"; + sha256 = "8b5c4b2ef4e2d5f2d017cb9bf205c388de2a25854c2c211956bbbb2173384490"; + sha256_unsigned = "8b5c4b2ef4e2d5f2d017cb9bf205c388de2a25854c2c211956bbbb2173384490"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6700-v2-squashfs-rootfs.bin"; + sha256 = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + sha256_unsigned = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6700-v2" + ]; + titles = [ + { + model = "R6700"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2400"; + variant = "v1"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2100"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6800 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-netgear_r6800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6800-initramfs-kernel.bin"; + sha256 = "5687da7a2c1900c9f6c161d346f167adc2c4211ad6d5fd4b0ce17ef8470432f4"; + sha256_unsigned = "5687da7a2c1900c9f6c161d346f167adc2c4211ad6d5fd4b0ce17ef8470432f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6800-squashfs-kernel.bin"; + sha256 = "dc75abb8e55c018279cacd6bee23ed93b2f9a0f2652686fc121cf4dc5e653472"; + sha256_unsigned = "dc75abb8e55c018279cacd6bee23ed93b2f9a0f2652686fc121cf4dc5e653472"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6800-squashfs-sysupgrade.bin"; + sha256 = "bd3f01fbbe426e7bb6b7fc8da0d4e7a9cd01810bdc31bacc32d56c494d4ba1c8"; + sha256_unsigned = "4aeed08ae43e5612f000bb2fe2530eef4df71192258a1beb2146cf64e8aae273"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6800-squashfs-factory.img"; + sha256 = "ff134704b84fe0384a2964d227699b3d3ba5a4887338fbde6b7658eafcb7c1bc"; + sha256_unsigned = "ff134704b84fe0384a2964d227699b3d3ba5a4887338fbde6b7658eafcb7c1bc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6800-squashfs-rootfs.bin"; + sha256 = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + sha256_unsigned = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6800" + ]; + titles = [ + { + model = "R6800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6850 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-netgear_r6850"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6850-initramfs-kernel.bin"; + sha256 = "74c5b1cae947935d324f191bf695911636aaa3599a238d766b44f1f8262e419e"; + sha256_unsigned = "74c5b1cae947935d324f191bf695911636aaa3599a238d766b44f1f8262e419e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6850-squashfs-kernel.bin"; + sha256 = "34b5e9375131f499930aba9770b5ba4462ed95da21cccc326eb457ebd14a568d"; + sha256_unsigned = "34b5e9375131f499930aba9770b5ba4462ed95da21cccc326eb457ebd14a568d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6850-squashfs-sysupgrade.bin"; + sha256 = "2bc88a1c7a192237a236530ae68db9d9915e19d50f750378aef80fcca92f8696"; + sha256_unsigned = "35a1b24285695198811fa98a2c3f3ba212506d782a7e6a1f144263e2473dd275"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6850-squashfs-factory.img"; + sha256 = "3d559a245237a546d78db5190e0ffdaf4885bb324a7798d7a8706bb814528b49"; + sha256_unsigned = "3d559a245237a546d78db5190e0ffdaf4885bb324a7798d7a8706bb814528b49"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6850-squashfs-rootfs.bin"; + sha256 = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + sha256_unsigned = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6850" + ]; + titles = [ + { + model = "R6850"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6900-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-netgear_r6900-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6900-v2-initramfs-kernel.bin"; + sha256 = "fbeb65627d08e18e2161b43b9dd3960017aef3cd042fa8a32f699545cf2c1b8a"; + sha256_unsigned = "fbeb65627d08e18e2161b43b9dd3960017aef3cd042fa8a32f699545cf2c1b8a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6900-v2-squashfs-kernel.bin"; + sha256 = "6c5548c402fe88581b8b4fd45500cf7a359003a6967dc8f57710d8fa84049745"; + sha256_unsigned = "6c5548c402fe88581b8b4fd45500cf7a359003a6967dc8f57710d8fa84049745"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6900-v2-squashfs-sysupgrade.bin"; + sha256 = "74c4082f9c3df18bc17faeb2569462f7bd67a5b978b0f5b03340cef742889b57"; + sha256_unsigned = "871925116fe5e034aa8e8482d7960231336f94b22c9661296a342681506bdac5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6900-v2-squashfs-rootfs.bin"; + sha256 = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + sha256_unsigned = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r6900-v2-squashfs-factory.img"; + sha256 = "fe9ab9881f80403425c12d6abfb5363734678016000d970f8eb9da250d4e2ff7"; + sha256_unsigned = "fe9ab9881f80403425c12d6abfb5363734678016000d970f8eb9da250d4e2ff7"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6900-v2" + ]; + titles = [ + { + model = "R6900"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7200 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-netgear_r7200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r7200-initramfs-kernel.bin"; + sha256 = "393457bd3c45535f04401be6a57ca23d460d4aa38f2d260ee81216df91ea24b2"; + sha256_unsigned = "393457bd3c45535f04401be6a57ca23d460d4aa38f2d260ee81216df91ea24b2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r7200-squashfs-kernel.bin"; + sha256 = "007324328bc59934a95a08aab70712c5395eb2418bd000429b29867ef9438f17"; + sha256_unsigned = "007324328bc59934a95a08aab70712c5395eb2418bd000429b29867ef9438f17"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r7200-squashfs-sysupgrade.bin"; + sha256 = "de6946a9d2c4b1cbaabf2d73d8648191eaed6ae75610bab64515ba1e31a74e7a"; + sha256_unsigned = "f3535601d55ad8b87c7b6dd16905a9cf544ef549e5e584ae715bcdabaaa2484e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r7200-squashfs-rootfs.bin"; + sha256 = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + sha256_unsigned = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r7200-squashfs-factory.img"; + sha256 = "7ffd25e89b3cdeb0b6198b503177c752500dfb3678705d30d7d0af92a6e5c4e9"; + sha256_unsigned = "7ffd25e89b3cdeb0b6198b503177c752500dfb3678705d30d7d0af92a6e5c4e9"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7200" + ]; + titles = [ + { + model = "R7200"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7450 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-netgear_r7450"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r7450-initramfs-kernel.bin"; + sha256 = "2a56527af1491319d0267a9d0c6d8f5895fe113e61f0b02c4c27bcf1daa5dec7"; + sha256_unsigned = "2a56527af1491319d0267a9d0c6d8f5895fe113e61f0b02c4c27bcf1daa5dec7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r7450-squashfs-kernel.bin"; + sha256 = "23423211e4bbe3ea8093d67bac580f6168b489956fbfa7b9273ba565d08084d6"; + sha256_unsigned = "23423211e4bbe3ea8093d67bac580f6168b489956fbfa7b9273ba565d08084d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r7450-squashfs-sysupgrade.bin"; + sha256 = "7db0c1d1174aa4213b80363a2b5f7ec6b955b1669d0364cdb45f2afdf9dbec11"; + sha256_unsigned = "91dd40884eba93cd6aae775344e1e30bb38c44973d09bf301ce13103b90d8a44"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r7450-squashfs-factory.img"; + sha256 = "674a951ea98d33b78207afd1c08e161f76f0f8ad989d663d29c1fb64159fd5ca"; + sha256_unsigned = "674a951ea98d33b78207afd1c08e161f76f0f8ad989d663d29c1fb64159fd5ca"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_r7450-squashfs-rootfs.bin"; + sha256 = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + sha256_unsigned = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r7450" + ]; + titles = [ + { + model = "R7450"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac104 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-netgear_wac104"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_wac104-initramfs-kernel.bin"; + sha256 = "4a6edbffb562c3c554ed60f02633a16a390c19ba0031d310e4e4cd16a4dd6fc7"; + sha256_unsigned = "4a6edbffb562c3c554ed60f02633a16a390c19ba0031d310e4e4cd16a4dd6fc7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_wac104-squashfs-kernel.bin"; + sha256 = "9621419767b7b8795e81aabcbd93996db057b0baaa239a3d77dd08cb82f754ac"; + sha256_unsigned = "9621419767b7b8795e81aabcbd93996db057b0baaa239a3d77dd08cb82f754ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_wac104-squashfs-sysupgrade.bin"; + sha256 = "2128443a8d7351ef4327b6c41039c30b3d245c99b5228356cf900640019facdd"; + sha256_unsigned = "a6bcac3a52a58def92c1aac234ebda5ffc8a6272956ad3c5d74ac0d073f2a6df"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_wac104-squashfs-rootfs.bin"; + sha256 = "0a55a7f744a9464ea2c0701bf56c69aab92d14541b58f1606f7b324b5c9659fc"; + sha256_unsigned = "0a55a7f744a9464ea2c0701bf56c69aab92d14541b58f1606f7b324b5c9659fc"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_wac104-squashfs-factory.img"; + sha256 = "600afacc7c3f669d37cd810fc2e25259ea7983152b8122939e66da8924352538"; + sha256_unsigned = "600afacc7c3f669d37cd810fc2e25259ea7983152b8122939e66da8924352538"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wac104" + ]; + titles = [ + { + model = "WAC104"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac124 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-netgear_wac124"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_wac124-initramfs-kernel.bin"; + sha256 = "6528b2cbacf5c569350f38103846adc85d69a06e40f3fdb4b9cefc131ea882f5"; + sha256_unsigned = "6528b2cbacf5c569350f38103846adc85d69a06e40f3fdb4b9cefc131ea882f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_wac124-squashfs-kernel.bin"; + sha256 = "dc9620c2e4820dc589200b7656f2c4ed4918bdaad7436e2bb7fd6444e0d6c389"; + sha256_unsigned = "dc9620c2e4820dc589200b7656f2c4ed4918bdaad7436e2bb7fd6444e0d6c389"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_wac124-squashfs-sysupgrade.bin"; + sha256 = "1c12c456cb1760c1df1754688336de0d2157c82d8252f8b2d45a7ab71dfb014b"; + sha256_unsigned = "ef1a75eafc4f33e313f6e8731f513c7ce2b8fd8ef3e052f584e78221fa927082"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_wac124-squashfs-rootfs.bin"; + sha256 = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + sha256_unsigned = "634e4016f2a5645dd18e78f90766fc380dbf745173db73e37233139f7a22ddb4"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_wac124-squashfs-factory.img"; + sha256 = "b9260abd3b33c95468ebb6b86d1ba3c1a570e9f269c1fd70fa100d35ed92b1b8"; + sha256_unsigned = "b9260abd3b33c95468ebb6b86d1ba3c1a570e9f269c1fd70fa100d35ed92b1b8"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wac124" + ]; + titles = [ + { + model = "WAC124"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wax202 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-netgear_wax202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_wax202-initramfs-kernel.bin"; + sha256 = "f7838685faa4de93eb2a5d21447d652e17dcccef236c953326a22b01cd4a395f"; + sha256_unsigned = "f7838685faa4de93eb2a5d21447d652e17dcccef236c953326a22b01cd4a395f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_wax202-squashfs-sysupgrade.bin"; + sha256 = "d1062b566cc275ad6a3b280bddb0d4a063abe399a062d3f473d7f602a27a3a46"; + sha256_unsigned = "222b01c49d50d87fbcf27ec8f567c4744b667b55d5283bfb029cea0495a69f79"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_wax202-squashfs-factory.img"; + sha256 = "9491f487e508537e735332a846b3025ab4c32b1ef84f010315b14491942f6869"; + sha256_unsigned = "9491f487e508537e735332a846b3025ab4c32b1ef84f010315b14491942f6869"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wax202" + ]; + titles = [ + { + model = "WAX202"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-netgear_wndr3700-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_wndr3700-v5-initramfs-kernel.bin"; + sha256 = "f5db36d7432618487ea926f0d36bcc53de9ee7010f6fee5a4e525b75b0adfc4c"; + sha256_unsigned = "f5db36d7432618487ea926f0d36bcc53de9ee7010f6fee5a4e525b75b0adfc4c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_wndr3700-v5-squashfs-sysupgrade.bin"; + sha256 = "af7220964e155296aef02165d94843616df5c93ae392138498bc031556bc5b26"; + sha256_unsigned = "c25317e7bac8ac3699a96c88eb4473f6bf0771a1862c5794b7c7e7e4f401c943"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netgear_wndr3700-v5-squashfs-factory.img"; + sha256 = "eea6b78694587353ff67e78cc965148b7023f910f7b96d8393cc27f5bdc03df5"; + sha256_unsigned = "eea6b78694587353ff67e78cc965148b7023f910f7b96d8393cc27f5bdc03df5"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v5" + "wndr3700v5" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v5"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-netis_wf2881"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-netis_wf2881-initramfs-kernel.bin"; + sha256 = "215f72532d28ee3095f2f00b0a19c489ebae29af2e64df49bc4b9c6b78891e26"; + sha256_unsigned = "215f72532d28ee3095f2f00b0a19c489ebae29af2e64df49bc4b9c6b78891e26"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netis_wf2881-squashfs-sysupgrade.bin"; + sha256 = "26cd4ab26a2b22a6dcf10d92e007438285887bd000f6b816631bf00efd83e3a7"; + sha256_unsigned = "0b47645b1505a2c78617e7031c715a89e7ab83711f44d945a4ae9d087b4c1158"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-netis_wf2881-squashfs-factory.bin"; + sha256 = "a73c02def4f30b3b39b528082caf4f4910b5feaa10901a573c3c1f5f2ef97af2"; + sha256_unsigned = "a73c02def4f30b3b39b528082caf4f4910b5feaa10901a573c3c1f5f2ef97af2"; + type = "factory"; + } + ]; + supported_devices = [ + "netis,wf2881" + ]; + titles = [ + { + model = "WF2881"; + vendor = "NETIS"; + } + ]; + }; + oraybox_x3a = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-oraybox_x3a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-oraybox_x3a-initramfs-kernel.bin"; + sha256 = "3e4ff5b5ad1c61e5b6a35df65720e22600ee578ed4db23e9f9bafa367f128ab2"; + sha256_unsigned = "3e4ff5b5ad1c61e5b6a35df65720e22600ee578ed4db23e9f9bafa367f128ab2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-oraybox_x3a-squashfs-sysupgrade.bin"; + sha256 = "250d4910b923b0f170b986f3b1bfa0e0e14931eafd2a1eff6090ecea85328d3e"; + sha256_unsigned = "ba7b90cf699e36a87d4dbd29c30439e3031d583451c6df410cb98e304e96d101"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "oraybox,x3a" + ]; + titles = [ + { + model = "X3A"; + vendor = "OrayBox"; + } + ]; + }; + phicomm_k2p = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-phicomm_k2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-phicomm_k2p-initramfs-kernel.bin"; + sha256 = "7e57f8bdd8277e5a3d634a4bb4529ffd62b97dce7e6e93838e868b1e018159c0"; + sha256_unsigned = "7e57f8bdd8277e5a3d634a4bb4529ffd62b97dce7e6e93838e868b1e018159c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"; + sha256 = "7e86930ff5132ccffc46088edd7f0dd110289ed4e25862422fc30587c5f88ed1"; + sha256_unsigned = "4dbd6761e0434e6e8837aa374b00150e469e2b2185ffaf8a1d7a242dabc6a2a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2p" + "k2p" + ]; + titles = [ + { + model = "K2P"; + vendor = "Phicomm"; + } + { + model = "KE 2P"; + vendor = "Phicomm"; + } + ]; + }; + planex_vr500 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-planex_vr500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-planex_vr500-initramfs-kernel.bin"; + sha256 = "f5118a2933bc21abd4c2981da14547a33a83ab663721f4ad798a759d6f09f9d8"; + sha256_unsigned = "f5118a2933bc21abd4c2981da14547a33a83ab663721f4ad798a759d6f09f9d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-planex_vr500-squashfs-sysupgrade.bin"; + sha256 = "89aacfd88d55e7690342888da87150dfb579782cd13cd26358a1dbb95e6ab3c6"; + sha256_unsigned = "e49c9bdbf682731fecde82d47cf03958c6a1718d81c6866c2a63577db0b680a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,vr500" + "vr500" + ]; + titles = [ + { + model = "VR500"; + vendor = "Planex"; + } + ]; + }; + raisecom_msg1500-x-00 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-raisecom_msg1500-x-00"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-raisecom_msg1500-x-00-initramfs-kernel.bin"; + sha256 = "ed22d1336c9f4f674d6dc051777779bbf2f39e4a1af5243d61935f38e3b55cde"; + sha256_unsigned = "ed22d1336c9f4f674d6dc051777779bbf2f39e4a1af5243d61935f38e3b55cde"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-raisecom_msg1500-x-00-squashfs-sysupgrade.bin"; + sha256 = "f044476cf4a5e3d9dea8864f80ee6a24521a36deabe9e1d248084a54aff65b45"; + sha256_unsigned = "383da62ea5c6baca8ec294cfcab04652d79821710aa1a9b2f2dfa51baea63e78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raisecom,msg1500-x-00" + ]; + titles = [ + { + model = "MSG1500"; + variant = "X.00"; + vendor = "RAISECOM"; + } + ]; + }; + renkforce_ws-wn530hp3-a = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-renkforce_ws-wn530hp3-a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-renkforce_ws-wn530hp3-a-initramfs-kernel.bin"; + sha256 = "b2223b503d56afa60c9ceeefd1879e968c23421b896666e96fcc673e0710742a"; + sha256_unsigned = "b2223b503d56afa60c9ceeefd1879e968c23421b896666e96fcc673e0710742a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-renkforce_ws-wn530hp3-a-squashfs-sysupgrade.bin"; + sha256 = "58e9695cdda06765f0c2234b8f9e6dbfcee787a2b75609749937c8714c618519"; + sha256_unsigned = "cedcc7110e2a47e43f0ec654c6a8ef9e9a7823d166c90b2202c8bd9593430b54"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "renkforce,ws-wn530hp3-a" + ]; + titles = [ + { + model = "WS-WN530HP3-A"; + vendor = "Renkforce"; + } + ]; + }; + samknows_whitebox-v8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-samknows_whitebox-v8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-samknows_whitebox-v8-initramfs-kernel.bin"; + sha256 = "625a14cb7d5cb4d86519f03277cb3dc5fcc4a89b8fa8b6cdb4d574b942792b71"; + sha256_unsigned = "625a14cb7d5cb4d86519f03277cb3dc5fcc4a89b8fa8b6cdb4d574b942792b71"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-samknows_whitebox-v8-squashfs-sysupgrade.bin"; + sha256 = "7851384b5e829848332bc7a07fcc12fcdce0f8491bf366ef62e2540512f9e898"; + sha256_unsigned = "ebcfaf3ef65ec380f22a8b0269ca26330151c45cc2d077d2e199b64a235ff7f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samknows,whitebox-v8" + "sk-wb8" + ]; + titles = [ + { + model = "Whitebox 8"; + vendor = "SamKnows"; + } + ]; + }; + sercomm_na502 = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-sercomm_na502"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-sercomm_na502-initramfs-kernel.bin"; + sha256 = "bd37ed646af60e0d8271aff9dab88f9b13f1cfc7938815480a1aab585934ea91"; + sha256_unsigned = "bd37ed646af60e0d8271aff9dab88f9b13f1cfc7938815480a1aab585934ea91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-sercomm_na502-squashfs-sysupgrade.bin"; + sha256 = "9c796ff56449762b8792bdb41558387e178f3a433424e2f2f0b702251673ba3a"; + sha256_unsigned = "8ab80f4bea043199ea695be62dfa6c12d31002c9fc1d8e2e29adae8758dc5fb9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,na502" + ]; + titles = [ + { + model = "NA502"; + vendor = "SERCOMM"; + } + ]; + }; + sercomm_na502s = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-serial" + "kmod-usb-serial-xr_usb_serial_common" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-sercomm_na502s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-sercomm_na502s-initramfs-kernel.bin"; + sha256 = "f4a428832be4badf91c2d86b3611b599ead6b0664e01c5d1151568dc589cdc91"; + sha256_unsigned = "f4a428832be4badf91c2d86b3611b599ead6b0664e01c5d1151568dc589cdc91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-sercomm_na502s-squashfs-sysupgrade.bin"; + sha256 = "4b2c21551b1ee1d7753ccdc9686adb2caf3bd8d0d78e3475235e8c5206189c0d"; + sha256_unsigned = "ad6b961321c119d9fc0a0b0c90c63c927bdea5e6a20c0c23d8c6c154ec393190"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,na502s" + ]; + titles = [ + { + model = "NA502S"; + vendor = "SERCOMM"; + } + ]; + }; + storylink_sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-storylink_sap-g3200u3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-storylink_sap-g3200u3-initramfs-kernel.bin"; + sha256 = "c2f59e37c429e0ff34953358ffb7ac35c4306e5720a849faea7fc40332590ecb"; + sha256_unsigned = "c2f59e37c429e0ff34953358ffb7ac35c4306e5720a849faea7fc40332590ecb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-storylink_sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "6043908005a0ecc23295e66bd4ffcc3df2d1e8d490eedbf3dd6879f01afe4d41"; + sha256_unsigned = "a055a984fc6edcdf941f1efedf37a28805e22058782afc7debf277fc4dca6bdb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "storylink,sap-g3200u3" + "sap-g3200u3" + ]; + titles = [ + { + model = "SAP-G3200U3"; + vendor = "STORYLiNK"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-telco-electronics_x1-initramfs-kernel.bin"; + sha256 = "b1d8a8f0410a7d7b75dfdcf0e428e6d4b39892646da1bfa9a3c62e018567906f"; + sha256_unsigned = "b1d8a8f0410a7d7b75dfdcf0e428e6d4b39892646da1bfa9a3c62e018567906f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "abf1fec62d3fbd222bacb7b579035f252cbf2a456b31ddeb4fc84f28ad198d2d"; + sha256_unsigned = "b509e0aa39650aba517d8f813ca5708dd10ae54b6bf312be37f2fe2cfc4467ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + model = "X1"; + vendor = "Telco Electronics"; + } + ]; + }; + tenbay_t-mb5eu-v01 = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-tenbay_t-mb5eu-v01"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-tenbay_t-mb5eu-v01-initramfs-kernel.bin"; + sha256 = "1e36219e5221c913c02fc522097acab2ab88e5d9cce607d774f4c35278887c88"; + sha256_unsigned = "1e36219e5221c913c02fc522097acab2ab88e5d9cce607d774f4c35278887c88"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tenbay_t-mb5eu-v01-squashfs-sysupgrade.bin"; + sha256 = "cc6c5a8d0dead27e5c50ba03b05ab5c9534fac982fb66c24afebf02bc6762c11"; + sha256_unsigned = "45b7ecf185e3ef3b6404d11efa58bbf0f36d6c51d5c86b81be3c681cbb6dee44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tenbay,t-mb5eu-v01" + "mt7621-dm2-t-mb5eu-v01-nor" + ]; + titles = [ + { + model = "T-MB5EU-V01"; + vendor = "Tenbay"; + } + ]; + }; + thunder_timecloud = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-thunder_timecloud"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-thunder_timecloud-initramfs-kernel.bin"; + sha256 = "459af338349a95b063c10962c776ba9693cb7dacae348876162cc88b071ac4b8"; + sha256_unsigned = "459af338349a95b063c10962c776ba9693cb7dacae348876162cc88b071ac4b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-thunder_timecloud-squashfs-sysupgrade.bin"; + sha256 = "2b9bd2bbf0b8c5fe57b61a548ec93c20c0fdb54c89d222664e3d5e4a155cd16f"; + sha256_unsigned = "69fb164b3480628f9a0b548e59aae3f3669bc5e1e3b8d7b05b8b57675633c6a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "thunder,timecloud" + "timecloud" + ]; + titles = [ + { + model = "Timecloud"; + vendor = "Thunder"; + } + ]; + }; + totolink_a7000r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-totolink_a7000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-totolink_a7000r-initramfs-kernel.bin"; + sha256 = "7401d5ee03d7d0afe28c6e1e530cb52ad5ef1fc870c72f0a11bb48cc7c0b47ed"; + sha256_unsigned = "7401d5ee03d7d0afe28c6e1e530cb52ad5ef1fc870c72f0a11bb48cc7c0b47ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-totolink_a7000r-squashfs-sysupgrade.bin"; + sha256 = "3454200be9bd833080ceb585931fd6cb82043f3483a5c53a68e48303ab839537"; + sha256_unsigned = "687c0830f8fb22d5b017cabfc1eb41b4cc67b64058352a8240992d075fbc6b4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a7000r" + ]; + titles = [ + { + model = "A7000R"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_x5000r = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-totolink_x5000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-totolink_x5000r-initramfs-kernel.bin"; + sha256 = "e46b27172dd270dd980a1b2e5659b53611df6be766ad42b35d196ac5cb565103"; + sha256_unsigned = "e46b27172dd270dd980a1b2e5659b53611df6be766ad42b35d196ac5cb565103"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-totolink_x5000r-squashfs-sysupgrade.bin"; + sha256 = "eaba0f4d60d9989de82bdd3d767911ed51b7447fee0bf062ff9ca906ebdddb29"; + sha256_unsigned = "4de1af18b07c9b6539c198ef151450b4ccabe0b91cd39bf72c4c5402d37bcda4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,x5000r" + ]; + titles = [ + { + model = "X5000R"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-a6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-tplink_archer-a6-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_archer-a6-v3-initramfs-kernel.bin"; + sha256 = "20953d0a9184afcb1895e98c812c557c904af8f225e6ee4fe2c10575288129be"; + sha256_unsigned = "20953d0a9184afcb1895e98c812c557c904af8f225e6ee4fe2c10575288129be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_archer-a6-v3-squashfs-sysupgrade.bin"; + sha256 = "fc49bd4e782e9db9f7196d5adf7c6f7bd82df9da6768c46b0ee65651ad515d40"; + sha256_unsigned = "d30d2f2419ba920ed379cf055ac90379d24472bb635dc1f841b5f70b17bba57b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_archer-a6-v3-squashfs-factory.bin"; + sha256 = "e8b1b2d1f24a4aa98d58978d94c113b8bdb336fc7b380d82894215abe7d1deb5"; + sha256_unsigned = "e8b1b2d1f24a4aa98d58978d94c113b8bdb336fc7b380d82894215abe7d1deb5"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a6-v3" + ]; + titles = [ + { + model = "Archer A6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-tplink_archer-c6-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_archer-c6-v3-initramfs-kernel.bin"; + sha256 = "db0790b51fd80f9c94e5e3d21d7d23f0d4462cb2677909725cf6ae24f6bb947b"; + sha256_unsigned = "db0790b51fd80f9c94e5e3d21d7d23f0d4462cb2677909725cf6ae24f6bb947b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_archer-c6-v3-squashfs-sysupgrade.bin"; + sha256 = "660e1ba47092813463f4f7b25f54adb8606988f497d451d704e9e293927660dd"; + sha256_unsigned = "29e26285c63467845602b65b0a8000f236e39c39d2bd6e50c86c66db33a5ef23"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_archer-c6-v3-squashfs-factory.bin"; + sha256 = "8184589debb77835343a69f87d5b5d0cbcd2c45662906b38d1560f3a9ed262d5"; + sha256_unsigned = "8184589debb77835343a69f87d5b5d0cbcd2c45662906b38d1560f3a9ed262d5"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v3" + ]; + titles = [ + { + model = "Archer C6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6u-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-tplink_archer-c6u-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_archer-c6u-v1-initramfs-kernel.bin"; + sha256 = "08f26436cd6052d8b69b6351acf96014910e5e0d7372f00f4b2d16796d3b3c2e"; + sha256_unsigned = "08f26436cd6052d8b69b6351acf96014910e5e0d7372f00f4b2d16796d3b3c2e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_archer-c6u-v1-squashfs-factory.bin"; + sha256 = "e2dd03c04f51d27c4973dd6e3a7fced28c92a831a7b5de039bf7554c5115dd5a"; + sha256_unsigned = "e2dd03c04f51d27c4973dd6e3a7fced28c92a831a7b5de039bf7554c5115dd5a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_archer-c6u-v1-squashfs-sysupgrade.bin"; + sha256 = "6e936d39fb94d1800ac4c8030becd5a93a2cadda0a859739c364588e67f075c7"; + sha256_unsigned = "a0a9a66f4a54a7e2a9e531b0671b31943f567fe92f7d0ed682084b03ebe62782"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6u-v1" + ]; + titles = [ + { + model = "Archer C6U"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap235-wall-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-tplink_eap235-wall-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_eap235-wall-v1-initramfs-kernel.bin"; + sha256 = "dce3c533c465c235dae192b8c9a2986cbcfd54828f7a998b07ecd70936fcf934"; + sha256_unsigned = "dce3c533c465c235dae192b8c9a2986cbcfd54828f7a998b07ecd70936fcf934"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_eap235-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "bdc7476b5404c75180a217b38b4026a990be11d8f47ca14ab42d49d22b0f880f"; + sha256_unsigned = "6db17d91b4b430cfa2c2c2c480c8cf8134a1f20a4b3a221587bfdd67376180ec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_eap235-wall-v1-squashfs-factory.bin"; + sha256 = "6001e4eded90826c9da97bed0e78d2ab9510ed8fbc292ccb7d7342d050298075"; + sha256_unsigned = "6001e4eded90826c9da97bed0e78d2ab9510ed8fbc292ccb7d7342d050298075"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap235-wall-v1" + ]; + titles = [ + { + model = "EAP235-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap615-wall-v1 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-tplink_eap615-wall-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_eap615-wall-v1-initramfs-kernel.bin"; + sha256 = "1a0aa5c46e940c3d4d4197da4f4470610ed73e413b7a9002f91c75b6fef81c31"; + sha256_unsigned = "1a0aa5c46e940c3d4d4197da4f4470610ed73e413b7a9002f91c75b6fef81c31"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_eap615-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "4911c52b41f5ad6dc3e324c4ba777f04546602d917279ba0097c1e5bcac365a2"; + sha256_unsigned = "2653d53aaf8712f9015fd89566a852352b4915809933b3f22089586a0c429093"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_eap615-wall-v1-squashfs-factory.bin"; + sha256 = "facba2df5a6fcabe87c47447ab7217db32db45fb663cd760d26c5f6f983a9ee5"; + sha256_unsigned = "facba2df5a6fcabe87c47447ab7217db32db45fb663cd760d26c5f6f983a9ee5"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap615-wall-v1" + ]; + titles = [ + { + model = "EAP615-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-tplink_re350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_re350-v1-initramfs-kernel.bin"; + sha256 = "09b2aaa99828fda1302947da90cf10239b4e23b2f85d9b275684f8a0a7460c64"; + sha256_unsigned = "09b2aaa99828fda1302947da90cf10239b4e23b2f85d9b275684f8a0a7460c64"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350-v1" + "re350-v1" + ]; + titles = [ + { + model = "RE350"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re500-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-tplink_re500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_re500-v1-initramfs-kernel.bin"; + sha256 = "968a06e7dac99ed8a503a6995a8e666ec85d5e7a6127616b4f4ee572eafcfc1d"; + sha256_unsigned = "968a06e7dac99ed8a503a6995a8e666ec85d5e7a6127616b4f4ee572eafcfc1d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_re500-v1-squashfs-sysupgrade.bin"; + sha256 = "d5167eaa0790ad51bb38841b4051f4a740ecaa487109d194b823c7e2ddaf583a"; + sha256_unsigned = "a0ba1981a474e8432087bf115ff2aac34ff0891e35a84968c934730c890d2182"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_re500-v1-squashfs-factory.bin"; + sha256 = "e9c0f800762c7f80b32cda155de5859e072cab106f255a759a6bb92a6dd6faa4"; + sha256_unsigned = "e9c0f800762c7f80b32cda155de5859e072cab106f255a759a6bb92a6dd6faa4"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re500-v1" + ]; + titles = [ + { + model = "RE500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-tplink_re650-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_re650-v1-initramfs-kernel.bin"; + sha256 = "45d42a3cd6ce6e93077b24a6bbc0ebea1d53721ab92f077c1d27e8d28361f97e"; + sha256_unsigned = "45d42a3cd6ce6e93077b24a6bbc0ebea1d53721ab92f077c1d27e8d28361f97e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_re650-v1-squashfs-sysupgrade.bin"; + sha256 = "ee4045a40ffda6195ec9efcec486d505323c24dd4fda107d55c2750d4e0d1571"; + sha256_unsigned = "a0d63d694441bfed88d1322ea65638e1accada74a860dc0994eaf7573336ece2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_re650-v1-squashfs-factory.bin"; + sha256 = "6d1a718108a8b2c350c880824aa0c5e2e0de68014e57225967777094c7e4e19e"; + sha256_unsigned = "6d1a718108a8b2c350c880824aa0c5e2e0de68014e57225967777094c7e4e19e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re650-v1" + ]; + titles = [ + { + model = "RE650"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-tplink_re650-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_re650-v2-initramfs-kernel.bin"; + sha256 = "ce9b061a2361a83866ad73ce483cdd333a1629a3226aa6c8229591a0000a5711"; + sha256_unsigned = "ce9b061a2361a83866ad73ce483cdd333a1629a3226aa6c8229591a0000a5711"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_re650-v2-squashfs-sysupgrade.bin"; + sha256 = "977af8cc4b785b23cbced7fbbb6f1ba625be58c74242bcae832e1552d353b927"; + sha256_unsigned = "b8ddef2ddca51cc0568390320cc3b3463b8e0073f3aa92d033758eff25e7c26e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_re650-v2-squashfs-factory.bin"; + sha256 = "c20e629c9b84afa3fee3f30d71a6c2272d56596321c61ac55218cae4f6f76243"; + sha256_unsigned = "c20e629c9b84afa3fee3f30d71a6c2272d56596321c61ac55218cae4f6f76243"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re650-v2" + ]; + titles = [ + { + model = "RE650"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8631p-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-tplink_tl-wpa8631p-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_tl-wpa8631p-v3-initramfs-kernel.bin"; + sha256 = "c0fb30bd35766133ae1b0578c4d906956c149d6f5fb7005ef890ef5bc4e219f5"; + sha256_unsigned = "c0fb30bd35766133ae1b0578c4d906956c149d6f5fb7005ef890ef5bc4e219f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_tl-wpa8631p-v3-squashfs-sysupgrade.bin"; + sha256 = "494844057649e47def12be926edcb70bb82ab9299c1c8da1397bbb48ac79abe0"; + sha256_unsigned = "4ca02f016915053f369a9a67887dbb505b1ca6b2f9bed9edbd30c23159a6e291"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-tplink_tl-wpa8631p-v3-squashfs-factory.bin"; + sha256 = "c899df53c1fd61998b57b80e39d5a1f9aaead104790202b4a176cfd22c6f5d75"; + sha256_unsigned = "c899df53c1fd61998b57b80e39d5a1f9aaead104790202b4a176cfd22c6f5d75"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8631p-v3" + ]; + titles = [ + { + model = "TL-WPA8631P"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_edgerouter-x = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-ubnt_edgerouter-x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-ubnt_edgerouter-x-initramfs-kernel.bin"; + sha256 = "33909f262f7a6d8cd7a77d3d1cce8778c110897481f646102feded64888f4af2"; + sha256_unsigned = "33909f262f7a6d8cd7a77d3d1cce8778c110897481f646102feded64888f4af2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"; + sha256 = "15d53e259476fca397a6e94295e697fa0d1d4647b3a90eb379c2cc5f7cec8bbc"; + sha256_unsigned = "c693b7fb93ce73396f5ee6585a19b35db4804ef4a938fe220e2fecd6c53a90be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x" + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + model = "EdgeRouter X"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-x-sfp = { + device_packages = [ + "-wpad-basic-wolfssl" + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-sfp" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-ubnt_edgerouter-x-sfp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-ubnt_edgerouter-x-sfp-initramfs-kernel.bin"; + sha256 = "e1d6b5b56a8f63479c3ea32f1bd1af9d18ce8de01ce59fd0f5d3aff840a7f303"; + sha256_unsigned = "e1d6b5b56a8f63479c3ea32f1bd1af9d18ce8de01ce59fd0f5d3aff840a7f303"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"; + sha256 = "bce2195b7c350319b396724a5842542802c4529b0312b696383d686ada50d27c"; + sha256_unsigned = "f1e9c7043da515d82869fcc6c8c7d0a3fccaf854fe94fbdac33ba5c3e614b6d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x-sfp" + "ubnt-erx-sfp" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + model = "EdgeRouter X SFP"; + vendor = "Ubiquiti"; + } + { + model = "EdgePoint R6"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lite = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-ubnt_unifi-6-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-ubnt_unifi-6-lite-initramfs-kernel.bin"; + sha256 = "e243251474bc5274fa183337b2c8d3a55199589f82c6c1f23689544b927458d3"; + sha256_unsigned = "e243251474bc5274fa183337b2c8d3a55199589f82c6c1f23689544b927458d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-ubnt_unifi-6-lite-squashfs-sysupgrade.bin"; + sha256 = "8fc274ba206e065003edabe6869c16e634da9fc916d7064ad4fac4fc8ff63972"; + sha256_unsigned = "81a27ef0341eec71e87ecc66bebda55c046f94519cb7bdd0f1bc464ead0f82d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lite" + ]; + titles = [ + { + model = "UniFi 6 Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-flexhd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-ubnt_unifi-flexhd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-ubnt_unifi-flexhd-initramfs-kernel.bin"; + sha256 = "4487060ebfca1fd10919ad08c1d24aa43fc805c807e79bfdc1a258c013448eb2"; + sha256_unsigned = "4487060ebfca1fd10919ad08c1d24aa43fc805c807e79bfdc1a258c013448eb2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-ubnt_unifi-flexhd-squashfs-sysupgrade.bin"; + sha256 = "12092e3eeeceec6defcc538df8155d8998ba7014940ee7762061b948771439c0"; + sha256_unsigned = "e77c894936cbb692e54ccead5e0504ce860f920673a2d6752cef4ca123b3a1db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-flexhd" + ]; + titles = [ + { + model = "UniFi FlexHD"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-nanohd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-ubnt_unifi-nanohd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-ubnt_unifi-nanohd-initramfs-kernel.bin"; + sha256 = "7b117c82d4802f94b677540d3d4081ef505bcf8176d31f93fb0bc7b6131d42f7"; + sha256_unsigned = "7b117c82d4802f94b677540d3d4081ef505bcf8176d31f93fb0bc7b6131d42f7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-ubnt_unifi-nanohd-squashfs-sysupgrade.bin"; + sha256 = "4649d34eaa72e87ef17d0f11aa768e438d3f2a9a93a7787f42a58775d6f5d5b2"; + sha256_unsigned = "cb21f8fa833334c70e4964c836b079db26069475acfdb0b82a251db1b61a4b42"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-nanohd" + ]; + titles = [ + { + model = "UniFi nanoHD"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_usw-flex = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-ubnt_usw-flex"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-ubnt_usw-flex-initramfs-kernel.bin"; + sha256 = "c8de3e67e51b7290bc9cc3ed2879965c25f528ff85a02dfdf2a8c68af972e161"; + sha256_unsigned = "c8de3e67e51b7290bc9cc3ed2879965c25f528ff85a02dfdf2a8c68af972e161"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-ubnt_usw-flex-squashfs-sysupgrade.bin"; + sha256 = "dc0576eb9c46165a2338ecd951b2a98cd2f98fd025a7cf342b46360eb3b56896"; + sha256_unsigned = "328584080e74ff1686a94343d2efe1bc6cdf2c5260fc81d07730a34a45c2e190"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,usw-flex" + ]; + titles = [ + { + model = "UniFi Switch Flex"; + vendor = "Ubiquiti"; + } + ]; + }; + unielec_u7621-01-16m = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-unielec_u7621-01-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-unielec_u7621-01-16m-initramfs-kernel.bin"; + sha256 = "89e950d2485da80036a5928eeadc727b450d9cb037aec1fe08b1a24f9a9a2907"; + sha256_unsigned = "89e950d2485da80036a5928eeadc727b450d9cb037aec1fe08b1a24f9a9a2907"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-unielec_u7621-01-16m-squashfs-sysupgrade.bin"; + sha256 = "642e3b30dcc4fae85a70a5db7f9a0a907ea2d1baebb865c5054a41604cb9b8db"; + sha256_unsigned = "9760153219ee657abb2bebc9963b99701ac76b4c2a083abc3acdbf57bcb5ddd6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-01-16m" + ]; + titles = [ + { + model = "U7621-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-unielec_u7621-06-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-unielec_u7621-06-16m-initramfs-kernel.bin"; + sha256 = "69291750aa75bad902082b060c3d3a851401db5376a3fcbdc26f63e7bba4197d"; + sha256_unsigned = "69291750aa75bad902082b060c3d3a851401db5376a3fcbdc26f63e7bba4197d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-unielec_u7621-06-16m-squashfs-sysupgrade.bin"; + sha256 = "20590d00eb721231f7fde415ccf9cd7b6a25d9f3827bdd200c5eb3447ae9d3ad"; + sha256_unsigned = "69f8fa6d962132c6eedd1a37b591e3f34994378d006767c96b090b51165baa2a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-16m" + "u7621-06-256M-16M" + "unielec,u7621-06-256m-16m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-64m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-unielec_u7621-06-64m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-unielec_u7621-06-64m-initramfs-kernel.bin"; + sha256 = "7922a85a9b02d4200348d4148b098747de6bb4d1904b920a504e02fd1f9412ca"; + sha256_unsigned = "7922a85a9b02d4200348d4148b098747de6bb4d1904b920a504e02fd1f9412ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-unielec_u7621-06-64m-squashfs-sysupgrade.bin"; + sha256 = "d893dfd41692172e9e9401cb8244f508e844379c9bfa45d54cd871c8810b98af"; + sha256_unsigned = "7263331f966a84fa509f03412ed746d55c4726eabcffa102cb23440be7c1feeb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-64m" + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "64M"; + vendor = "UniElec"; + } + ]; + }; + wavlink_wl-wn531a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-wavlink_wl-wn531a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-wavlink_wl-wn531a6-initramfs-kernel.bin"; + sha256 = "7c4d0f0797e2940a251ea084e33e08d055499c88a1b7356d14288b4a48e09d97"; + sha256_unsigned = "7c4d0f0797e2940a251ea084e33e08d055499c88a1b7356d14288b4a48e09d97"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-wavlink_wl-wn531a6-squashfs-sysupgrade.bin"; + sha256 = "fd79e40defb966fadca5a895802bda52865a488b541a1de9ae9f4057cebffae6"; + sha256_unsigned = "4becaa29c96f39c58b430e5b09e5797f02a3650cfe7412aa85984a6e5bc81914"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a6" + ]; + titles = [ + { + model = "WL-WN531A6"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn533a8 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-wavlink_wl-wn533a8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-wavlink_wl-wn533a8-initramfs-WN533A8-kernel.bin"; + sha256 = "0d5b22d9313fd4beb1746403788266142ea403ee2bc1694630b0838f214bc3a8"; + sha256_unsigned = "0d5b22d9313fd4beb1746403788266142ea403ee2bc1694630b0838f214bc3a8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-wavlink_wl-wn533a8-squashfs-sysupgrade.bin"; + sha256 = "0be311b39e932ed327b629325d67ea1eab4c7977959bf7d621ce3bf35b3ffa3f"; + sha256_unsigned = "8ecc74daaccd329e3634fd18dd079e19aacee3d7a798562d859c22b2e302ac2f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn533a8" + ]; + titles = [ + { + model = "WL-WN533A8"; + vendor = "Wavlink"; + } + ]; + }; + wevo_11acnas = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-wevo_11acnas"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-wevo_11acnas-initramfs-kernel.bin"; + sha256 = "fcda851424dd6e27d008b4470d1d3f116bb0756ae48938be86d1bfa3da10d0da"; + sha256_unsigned = "fcda851424dd6e27d008b4470d1d3f116bb0756ae48938be86d1bfa3da10d0da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-wevo_11acnas-squashfs-sysupgrade.bin"; + sha256 = "aca60d5d22c7441e948f548fee7cc2651dd51ec56ced31cb940a0ff03d5e2436"; + sha256_unsigned = "c93de73d08495a932347700d34e5898cf7ef58f025818d47c43c3b2e96d19bbe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,11acnas" + "11acnas" + ]; + titles = [ + { + model = "11AC NAS Router"; + vendor = "WeVO"; + } + ]; + }; + wevo_w2914ns-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-wevo_w2914ns-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-wevo_w2914ns-v2-initramfs-kernel.bin"; + sha256 = "042dfd52007bdec994a4c572ede06d8baf5a08881fbc2f0519e803921b662e32"; + sha256_unsigned = "042dfd52007bdec994a4c572ede06d8baf5a08881fbc2f0519e803921b662e32"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-wevo_w2914ns-v2-squashfs-sysupgrade.bin"; + sha256 = "f6535079a48a9a581624592fc0ed12931e782373f085dba9403ce6b1de055b8a"; + sha256_unsigned = "ac28be8a1f99813c33db9cd02430ff296210ecc983fcbe5eff02cc45fe9f442b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,w2914ns-v2" + "w2914nsv2" + ]; + titles = [ + { + model = "W2914NS"; + variant = "v2"; + vendor = "WeVO"; + } + ]; + }; + winstars_ws-wn583a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-winstars_ws-wn583a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-winstars_ws-wn583a6-initramfs-WN583A6-kernel.bin"; + sha256 = "db86a021d49980d5d2fa3963feec02c0efbfdbc5402d7d296cb05f4d6c78e312"; + sha256_unsigned = "db86a021d49980d5d2fa3963feec02c0efbfdbc5402d7d296cb05f4d6c78e312"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-winstars_ws-wn583a6-squashfs-sysupgrade.bin"; + sha256 = "d6b5c9767f6cb8e03f3ff2796982161a0c2fef496f3d9e8f64f46a5ca804029d"; + sha256_unsigned = "2bcd8bc757019c8b1e8dc37081262fcab4c1302d8e76cc32ac1f97fe095c1daf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winstars,ws-wn583a6" + ]; + titles = [ + { + model = "WS-WN583A6"; + vendor = "Winstars"; + } + { + model = "AC2100"; + vendor = "Gemeita"; + } + ]; + }; + xiaomi_mi-router-3-pro = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-3-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-3-pro-initramfs-kernel.bin"; + sha256 = "19afd036470b9711aab82c6cc5bd2b89750eb31a6de1e9b353f81c9ebe7697a8"; + sha256_unsigned = "19afd036470b9711aab82c6cc5bd2b89750eb31a6de1e9b353f81c9ebe7697a8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-sysupgrade.bin"; + sha256 = "446059a22cb92293f611a673c513d481fd4d8095bfff736dc2e3133faf08843c"; + sha256_unsigned = "eda2a865832bfd32fe402cfc72ee24ae2a46c36bcccc2b8276da367adfbe64e0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-factory.bin"; + sha256 = "66f6a5a784a630a3beca84edb11fd18df85063e6b7d3544483ce42b46676c4de"; + sha256_unsigned = "66f6a5a784a630a3beca84edb11fd18df85063e6b7d3544483ce42b46676c4de"; + type = "factory"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3-pro" + "xiaomi,mir3p" + ]; + titles = [ + { + model = "Mi Router 3 Pro"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-3g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-3g-initramfs-kernel.bin"; + sha256 = "57e00bf1d334b8ee49bfc0ae5e14efe0c129ede2e6e5a06476de7400d2ae4028"; + sha256_unsigned = "57e00bf1d334b8ee49bfc0ae5e14efe0c129ede2e6e5a06476de7400d2ae4028"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-3g-squashfs-kernel1.bin"; + sha256 = "6ae29ea159071c07a134d571833035f6b28858b1f8f4abc943ccaeb696568507"; + sha256_unsigned = "6ae29ea159071c07a134d571833035f6b28858b1f8f4abc943ccaeb696568507"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-3g-squashfs-sysupgrade.bin"; + sha256 = "bd1ff5cf31e20b7dbff1827f74afc26a8d998d00425c535355f776c8fe1e2013"; + sha256_unsigned = "d15e473656c958759043d9d4c028d0fd8fc62872eabf6fe2eb5417329ec9dc35"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-3g-squashfs-rootfs0.bin"; + sha256 = "572f17ebe1af95d15585e5df4b765be8c68c9f9dec18f8d0a87d63a975481b8e"; + sha256_unsigned = "572f17ebe1af95d15585e5df4b765be8c68c9f9dec18f8d0a87d63a975481b8e"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g" + "R3G" + "mir3g" + "xiaomi,mir3g" + ]; + titles = [ + { + model = "Mi Router 3G"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-3g-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-3g-v2-initramfs-kernel.bin"; + sha256 = "1842c7fa2591a8948cbf39d70b70614052632c08f0cbd6c2651f45b670818774"; + sha256_unsigned = "1842c7fa2591a8948cbf39d70b70614052632c08f0cbd6c2651f45b670818774"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-3g-v2-squashfs-sysupgrade.bin"; + sha256 = "d36b0e18014dadea481a24b9f2e70fbca1c658c9b7d80b8323adb5de46bb6907"; + sha256_unsigned = "aeb9954ebd6a7185cbe64cee33a2cc9bb544be828a94a278d4f0cea75398fbeb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g-v2" + "xiaomi,mir3g-v2" + ]; + titles = [ + { + model = "Mi Router 3G"; + variant = "v2"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-4-initramfs-kernel.bin"; + sha256 = "b52b7d2a23fd03d0ac677c178499e2b5a8701acadd63376154c56a033d71b1d9"; + sha256_unsigned = "b52b7d2a23fd03d0ac677c178499e2b5a8701acadd63376154c56a033d71b1d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-4-squashfs-kernel1.bin"; + sha256 = "b79c78257cd658529496f7c256c535babdc848f30cb166b0be64c3d1d191c1ad"; + sha256_unsigned = "b79c78257cd658529496f7c256c535babdc848f30cb166b0be64c3d1d191c1ad"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-4-squashfs-sysupgrade.bin"; + sha256 = "36315b825a30dbf3c66705e4acb4c9ec337df37482b3dd980414222bf11462cb"; + sha256_unsigned = "e675c61e7d955a80236afba5c83fa6e308f08c6f15672def450b7f91290b0d43"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-4-squashfs-rootfs0.bin"; + sha256 = "06420e6dd396c2055d67391818eee1f6a7a28082675a1479870a1ebb33c437ea"; + sha256_unsigned = "06420e6dd396c2055d67391818eee1f6a7a28082675a1479870a1ebb33c437ea"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4" + ]; + titles = [ + { + model = "Mi Router 4"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-gigabit = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-4a-gigabit"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-4a-gigabit-initramfs-kernel.bin"; + sha256 = "6c7ab4502663c627b48f289db9a82b3ff80449f181d690d82ed0328894f07de6"; + sha256_unsigned = "6c7ab4502663c627b48f289db9a82b3ff80449f181d690d82ed0328894f07de6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin"; + sha256 = "74367865b34275a5f2b03d3a87305af7483baac4e289cf54a1d8c5125f0748e7"; + sha256_unsigned = "dc3a35ae574ba378bbf3be8fccc7326d2543c729cb8f79099c55675192d3d7cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-gigabit" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "Gigabit Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-ac2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-ac2100-initramfs-kernel.bin"; + sha256 = "da85f601c5621072e4e556a16be63d69095acd313eddf5be8ca0b39e4e6f7c4c"; + sha256_unsigned = "da85f601c5621072e4e556a16be63d69095acd313eddf5be8ca0b39e4e6f7c4c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "b4d78ca9ca968e3d1f5a522068295b3389ba38767421a40f3a43d124d458ec29"; + sha256_unsigned = "b4d78ca9ca968e3d1f5a522068295b3389ba38767421a40f3a43d124d458ec29"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "9a8d59adcd1d9913865abe2a9a756574c516ddf629a9a1841a097abdc3d92f2c"; + sha256_unsigned = "66fe3d1b4c7a5bf8d447f0c55c87658443062531476012ddd5906e62a4121c1e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "a741b3e4f844766aff3fd67785f4d356b4ae1a83ab025f0483426cc4f5795941"; + sha256_unsigned = "a741b3e4f844766aff3fd67785f4d356b4ae1a83ab025f0483426cc4f5795941"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-ac2100" + ]; + titles = [ + { + model = "Mi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6606 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-cr6606"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-cr6606-initramfs-kernel.bin"; + sha256 = "4def17cb2236d6d00e8a2e47bc75abb312c868d59736822202c8bd3d14aef0ea"; + sha256_unsigned = "4def17cb2236d6d00e8a2e47bc75abb312c868d59736822202c8bd3d14aef0ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-sysupgrade.bin"; + sha256 = "d5c286742b9ffbc3bf9a6fa790dd250a6097cea45cc908a3df351f4810d9aeef"; + sha256_unsigned = "f13ed4671b92c936f9df7088463bddb25b35165fada7b58cea74ee04194c1fe3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-firmware.bin"; + sha256 = "a4bd62a7878021ce776d94076e1e151db47e70e4834b9486f73f96dae6d247f1"; + sha256_unsigned = "a4bd62a7878021ce776d94076e1e151db47e70e4834b9486f73f96dae6d247f1"; + type = "firmware"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6606" + ]; + titles = [ + { + model = "Mi Router CR6606"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6608 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-cr6608"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-cr6608-initramfs-kernel.bin"; + sha256 = "e9288a2aff1b7803fdefa76d00d02760475daf4170a743ce3828d2a388d3c695"; + sha256_unsigned = "e9288a2aff1b7803fdefa76d00d02760475daf4170a743ce3828d2a388d3c695"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-cr6608-squashfs-sysupgrade.bin"; + sha256 = "680651f05fe696f7ae07a94bd2c71dafc426e1def58267161f2ab885371f65f3"; + sha256_unsigned = "53415b98b9b63017a9638225c6e751b6148e30633af3e70f9cd80857e4614dce"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-cr6608-squashfs-firmware.bin"; + sha256 = "c6a28d20cafbff78c16cd22a6e4507633f74cf41e9a783fe6ef3e1550f68026d"; + sha256_unsigned = "c6a28d20cafbff78c16cd22a6e4507633f74cf41e9a783fe6ef3e1550f68026d"; + type = "firmware"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6608" + ]; + titles = [ + { + model = "Mi Router CR6608"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6609 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-cr6609"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-cr6609-initramfs-kernel.bin"; + sha256 = "baf6219eedb71c95e7e43151b35b8116d30f8f05cc01c33d24eee4b31e9032b4"; + sha256_unsigned = "baf6219eedb71c95e7e43151b35b8116d30f8f05cc01c33d24eee4b31e9032b4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-cr6609-squashfs-sysupgrade.bin"; + sha256 = "f8efc2f03f56ebbf2051446e5a72029c706d99cf18d7e885ba6d1a154cb321c4"; + sha256_unsigned = "4da23e6a4a45048248ca76dfeeae0cc1c2489cb38e701bfe8d0b482e961003f1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_mi-router-cr6609-squashfs-firmware.bin"; + sha256 = "cf03d884ff1b458227ff472f2813453a6005fd23288923a67f507aa677e0ec02"; + sha256_unsigned = "cf03d884ff1b458227ff472f2813453a6005fd23288923a67f507aa677e0ec02"; + type = "firmware"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6609" + ]; + titles = [ + { + model = "Mi Router CR6609"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-xiaomi_redmi-router-ac2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_redmi-router-ac2100-initramfs-kernel.bin"; + sha256 = "f8813b3686619d8dccb63726846e726f37147dd979789bdb29c8f77167c9c739"; + sha256_unsigned = "f8813b3686619d8dccb63726846e726f37147dd979789bdb29c8f77167c9c739"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "efb28ed7e790355599da4f9de11f6f49f588d6aff84cc8d10aab07ef821a0070"; + sha256_unsigned = "efb28ed7e790355599da4f9de11f6f49f588d6aff84cc8d10aab07ef821a0070"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "32116fecd5cd7ca3495ff2a1d055dfe702565a43464e1d81ce0f3ee08a79fe2c"; + sha256_unsigned = "5e92fb2326b4329a374791e1eac0b9e9e8d9457eb41136ce4ed2f843795849cf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "a741b3e4f844766aff3fd67785f4d356b4ae1a83ab025f0483426cc4f5795941"; + sha256_unsigned = "a741b3e4f844766aff3fd67785f4d356b4ae1a83ab025f0483426cc4f5795941"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ac2100" + ]; + titles = [ + { + model = "Redmi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaoyu_xy-c5 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-xiaoyu_xy-c5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaoyu_xy-c5-initramfs-kernel.bin"; + sha256 = "81a583896e672fceeb0104eca44e26363db0628954d3fed237c74251aaaced32"; + sha256_unsigned = "81a583896e672fceeb0104eca44e26363db0628954d3fed237c74251aaaced32"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xiaoyu_xy-c5-squashfs-sysupgrade.bin"; + sha256 = "46e8861fe38f30638b209932d85f8195bfb0cf1a64a3518eee0be0ad6a33b30d"; + sha256_unsigned = "c84e5b5846cac5ae6049e99c14cbb3426477ad86c4a9ae846a40dbe214a53927"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaoyu,xy-c5" + ]; + titles = [ + { + model = "XY-C5"; + vendor = "XiaoYu"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-xzwifi_creativebox-v1-initramfs-kernel.bin"; + sha256 = "20b9caa00703932b0d71b7e2f99f6565c2d1814181661c7af575e00306c8edcd"; + sha256_unsigned = "20b9caa00703932b0d71b7e2f99f6565c2d1814181661c7af575e00306c8edcd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "85cca360b81515fa6ba36d80908ec3c72bd9dd39e889deeec136504030da3a21"; + sha256_unsigned = "e8f5601e044d4bfd6f60e218d64e5803854ffc7b86e5fb6c29a82c35c80aada1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + model = "v1"; + vendor = "CreativeBox"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-youhua_wr1200js-initramfs-kernel.bin"; + sha256 = "e94430f2f72d6a2c83d6668322b998e7b415e546441b3f6ba622ff8df8550d97"; + sha256_unsigned = "e94430f2f72d6a2c83d6668322b998e7b415e546441b3f6ba622ff8df8550d97"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "b008d9e385deae2a52f996bed7128bb5f023d5ecce256d3d9d249bdeabc913a4"; + sha256_unsigned = "b3094b4cd659c0bed2284b86e0f02ea01fae3f69855fef822c86d5e625fe647f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + model = "WR1200JS"; + vendor = "YouHua"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-youku_yk-l2-initramfs-kernel.bin"; + sha256 = "836e24868fc3819617121d44d4bb1dd98c76b507fa3e43943a49dbb611d199d2"; + sha256_unsigned = "836e24868fc3819617121d44d4bb1dd98c76b507fa3e43943a49dbb611d199d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "570d557ef608691d4f73032cf1eee9f12b8e237b2ea11d80e06ccbbfdb48fc18"; + sha256_unsigned = "214c6efac8b36c8c3f3f0e0bcfaa3a82a96e8a32d143bb87a505a8f3ab1c9cec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + model = "YK-L2"; + vendor = "Youku"; + } + ]; + }; + yuncore_ax820 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-yuncore_ax820"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-yuncore_ax820-initramfs-kernel.bin"; + sha256 = "add507efc5e653c26c59ab67a24c54d18ab6210f0a362559ac164e497421b121"; + sha256_unsigned = "add507efc5e653c26c59ab67a24c54d18ab6210f0a362559ac164e497421b121"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-yuncore_ax820-squashfs-sysupgrade.bin"; + sha256 = "a6cc1d9ce1cf6100e4edbb812941fb453ce2d8993751249b200b7b8094b146f5"; + sha256_unsigned = "293fd7e4f24f45f9af3fb6250df91cafc76e53a69d5c9d8af5cef234b43af1fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,ax820" + ]; + titles = [ + { + model = "AX820"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-we1326"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-we1326-initramfs-kernel.bin"; + sha256 = "88e9773a5de447e992c245241a196c2e6677c4015cc190693a8ef896a1fbcb60"; + sha256_unsigned = "88e9773a5de447e992c245241a196c2e6677c4015cc190693a8ef896a1fbcb60"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "7bde370500a14602479af5d6dd72cab9913bbebc8a04b3338d0c190a33401ce9"; + sha256_unsigned = "77b7e3a7428a6ed931c897d9e496d25f432fe63ed12459814e595a70933835f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1326" + "zbt-we1326" + ]; + titles = [ + { + model = "ZBT-WE1326"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-we3526-initramfs-kernel.bin"; + sha256 = "da36fc24a47e17fecc751ea80b16ec08aa722cbbc8b7e5bbcfe1827a359ef359"; + sha256_unsigned = "da36fc24a47e17fecc751ea80b16ec08aa722cbbc8b7e5bbcfe1827a359ef359"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "f9b57ea0671f6009b86752540eb3da96bea310179d1cf27f700183cf042477a1"; + sha256_unsigned = "b5e61574b60f15b6dd173a234f5bca570c0eece85b46171fb1b5b7867a758eba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + model = "ZBT-WE3526"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1602-16m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-wg1602-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-wg1602-16m-initramfs-kernel.bin"; + sha256 = "2572e0b0a15180dabc125b02d5c31e116f719bf13224547a24ffc46705bc3b72"; + sha256_unsigned = "2572e0b0a15180dabc125b02d5c31e116f719bf13224547a24ffc46705bc3b72"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-wg1602-16m-squashfs-sysupgrade.bin"; + sha256 = "4990e56c1a127fb4aeb581ed330b5ad6bc466b56eb42c40e19f96e298c7ad7e8"; + sha256_unsigned = "e78891eb0cc5f8e84a381cc190c1288b0c934f9e1617ccb3974c53d24afa2472"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1602-16m" + ]; + titles = [ + { + model = "ZBT-WG1602"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1608-16m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-wg1608-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-wg1608-16m-initramfs-kernel.bin"; + sha256 = "85fa20a08f0da399a2b5f0e1b5dac5b89e5a4f37a6c1e7273a18ea9d0024baa5"; + sha256_unsigned = "85fa20a08f0da399a2b5f0e1b5dac5b89e5a4f37a6c1e7273a18ea9d0024baa5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-wg1608-16m-squashfs-sysupgrade.bin"; + sha256 = "bd9d3786f18424d41ac28f076a11fc506d26abb0f46501fd5ef819aba2d964cf"; + sha256_unsigned = "962dd2f72e04d93b6cd11ee7cea613fa831a056422724796c995c42706c3a663"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1608-16m" + ]; + titles = [ + { + model = "ZBT-WG1608"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg2626 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-wg2626"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-wg2626-initramfs-kernel.bin"; + sha256 = "18621f8a9502b4a71a104fa6f82c7560db2498f8cd767100520e60c70c32a6e6"; + sha256_unsigned = "18621f8a9502b4a71a104fa6f82c7560db2498f8cd767100520e60c70c32a6e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "b99c9d4f5504f045351611bc523d106fbc62c22f237d573ef11cb3da6c8d5103"; + sha256_unsigned = "98d928220f90cd7b695d75805e8addfaf52702bc24a724f7650f21ffbb0a775e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg2626" + "zbt-wg2626" + ]; + titles = [ + { + model = "ZBT-WG2626"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-wg3526-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-wg3526-16m-initramfs-kernel.bin"; + sha256 = "5643277986ddd21785397aae9540240032e254c3a09b1862e67c5d93b03abe49"; + sha256_unsigned = "5643277986ddd21785397aae9540240032e254c3a09b1862e67c5d93b03abe49"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-wg3526-16m-squashfs-sysupgrade.bin"; + sha256 = "613f1434fd23e358fcb622001436617ea970aee7e397bf15fa93cc47304babbe"; + sha256_unsigned = "0571a05d69a0c5b6e763d478e2ad5c10b6449c142140f706a3ea734cf1ed7e37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-16m" + "zbt-wg3526" + "zbt-wg3526-16M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-32m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-wg3526-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-wg3526-32m-initramfs-kernel.bin"; + sha256 = "0a43aeb730d7bbba01fb720c31c3078b3d8c740b1d1472176d2afa2d12c07a4a"; + sha256_unsigned = "0a43aeb730d7bbba01fb720c31c3078b3d8c740b1d1472176d2afa2d12c07a4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-zbtlink_zbt-wg3526-32m-squashfs-sysupgrade.bin"; + sha256 = "2d6dbce8eb0aeddd645e06246cb90575234ed9292b6a9379c862da0dc4f20b0f"; + sha256_unsigned = "3b77878bc00d553a635fed8144156229d43c9bab9abe7c83e13f0413d1039bb9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-32m" + "ac1200pro" + "zbt-wg3526-32M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zio_freezio = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-zio_freezio"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-zio_freezio-initramfs-kernel.bin"; + sha256 = "9d346818f94b39a4be67ba2d5ffecabe84fc05d0ddd4f3c93ea52cb4d1506632"; + sha256_unsigned = "9d346818f94b39a4be67ba2d5ffecabe84fc05d0ddd4f3c93ea52cb4d1506632"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-zio_freezio-squashfs-sysupgrade.bin"; + sha256 = "d8ab399c52743064179e072b91ec63c16d068103f1832b9a88d37a731b91d7d0"; + sha256_unsigned = "cff76bd47517fe8e722fd43e6e7f372ccff0fbd66ce722bc2c76b4e892c9927b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zio,freezio" + ]; + titles = [ + { + model = "FREEZIO"; + vendor = "ZIO"; + } + ]; + }; + zyxel_nr7101 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "uboot-envtools" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-zyxel_nr7101"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-zyxel_nr7101-initramfs-recovery.bin"; + sha256 = "8269a6696bbdd61c4d0bd885721dd5116d98e2124ef221751019819bae2b6058"; + sha256_unsigned = "8269a6696bbdd61c4d0bd885721dd5116d98e2124ef221751019819bae2b6058"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-zyxel_nr7101-squashfs-sysupgrade.bin"; + sha256 = "0852aba7c62debc184bbea983d622a9de650d523b66f1fd2989f8cf360172310"; + sha256_unsigned = "58b4395b78fa2b86a78bc0feb829074aae28a8b1fb517ec9df755106e3401f8f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nr7101" + ]; + titles = [ + { + model = "NR7101"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wap6805 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7621-qtn-rgmii" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt7621-zyxel_wap6805"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt7621-zyxel_wap6805-initramfs-kernel.bin"; + sha256 = "ecc028e849b2277d94052cf227b6ebbf12e34b75743e44d9feb348c1e9a95212"; + sha256_unsigned = "ecc028e849b2277d94052cf227b6ebbf12e34b75743e44d9feb348c1e9a95212"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt7621-zyxel_wap6805-squashfs-sysupgrade.bin"; + sha256 = "9d34895c4dc4d738702aa71ae30ffa953f75fa2af7eab6620c5ab75aa7938df1"; + sha256_unsigned = "50c89ac127fb01b4ccaef61808be2744ce0d7da653d1e9700f65a4198ec108d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wap6805" + ]; + titles = [ + { + model = "WAP6805"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "ramips/mt7621"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-mt7603" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-alfa-network_awusfree1-initramfs-kernel.bin"; + sha256 = "81fb19bc856948306a7d71fb5d9c7e427c0eb5ae3ea4c1bccd72e2a6b388ca8e"; + sha256_unsigned = "81fb19bc856948306a7d71fb5d9c7e427c0eb5ae3ea4c1bccd72e2a6b388ca8e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "2ad707c7c17214b8d7af1ebb98e15c1de93a6a2db4c0b279343be0106a2397ec"; + sha256_unsigned = "86591dadbb832e2698e248b7c10252ddca9a661445b6c2603fb6c6b8e0bd1d64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + "awusfree1" + ]; + titles = [ + { + model = "AWUSFREE1"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rt-ac1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-asus_rt-ac1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-asus_rt-ac1200-initramfs-kernel.bin"; + sha256 = "208745aa8e0452f6b74059674bdf61cc25153925f57995a78fa7e9b9211b58df"; + sha256_unsigned = "208745aa8e0452f6b74059674bdf61cc25153925f57995a78fa7e9b9211b58df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-asus_rt-ac1200-squashfs-sysupgrade.bin"; + sha256 = "1f1252e6f574f924d05ffb9dd8d4d1f3321312b66dd4464fc5477827ed289f9b"; + sha256_unsigned = "9144b6dace95f3edab771b1b7215cbe3c00b2b675617f7e83367349672400bfb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac1200" + ]; + titles = [ + { + model = "RT-AC1200"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac1200-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-asus_rt-ac1200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-asus_rt-ac1200-v2-initramfs-kernel.bin"; + sha256 = "5fe4085a312cac4a27294b8aa616b2be274c707851d86d3480be9b4b0d924610"; + sha256_unsigned = "5fe4085a312cac4a27294b8aa616b2be274c707851d86d3480be9b4b0d924610"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-asus_rt-ac1200-v2-squashfs-sysupgrade.bin"; + sha256 = "d51536c9de6fcfe5dc6cc4a0b550e98be1b87af20e312f959d75556f8bb326b7"; + sha256_unsigned = "a47d6c5430af4282b1542b149c9d951b575ed882fa294f27724fe42206d0c861"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-asus_rt-ac1200-v2-squashfs-factory.bin"; + sha256 = "b1ee065d7d159f03783578554a52c71959b738f5788500677ff52b29276493a3"; + sha256_unsigned = "b1ee065d7d159f03783578554a52c71959b738f5788500677ff52b29276493a3"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ac1200-v2" + ]; + titles = [ + { + model = "RT-AC1200"; + variant = "V2"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n10p-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-asus_rt-n10p-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-asus_rt-n10p-v3-initramfs-kernel.bin"; + sha256 = "acb2fc49810268f8a9cf4d9f91447d637f212d381977e3da05ef090c97cf4697"; + sha256_unsigned = "acb2fc49810268f8a9cf4d9f91447d637f212d381977e3da05ef090c97cf4697"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-asus_rt-n10p-v3-squashfs-sysupgrade.bin"; + sha256 = "e3f173b9ad5c19b293b2926e68cbd6c54e4a5e681930b98260d6a200de9182ef"; + sha256_unsigned = "2c12d0e0e4611ab3299e109cead7bb5142c2795aea1cd59e2e08addaf4b0edc1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v3" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "V3"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n11p-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-asus_rt-n11p-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-asus_rt-n11p-b1-initramfs-kernel.bin"; + sha256 = "2a3bc09e7f49e1173be13e142dd9364995ea0d127c197aa2bc9d9efc81e99562"; + sha256_unsigned = "2a3bc09e7f49e1173be13e142dd9364995ea0d127c197aa2bc9d9efc81e99562"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-asus_rt-n11p-b1-squashfs-sysupgrade.bin"; + sha256 = "380c6672847cd86bc0aff5850f5495470ee551c015be11d9da3dd2cf85048a27"; + sha256_unsigned = "dfc3adaef694deed441250ef699c2d21f81112e954cbb593fdb0b52ef6ca22b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n11p-b1" + ]; + titles = [ + { + model = "RT-N11P"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12-vp-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-asus_rt-n12-vp-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-asus_rt-n12-vp-b1-initramfs-kernel.bin"; + sha256 = "ca61ad94dc2807d2dca465df54270018d4ab764573e9c4d5ad83b19f88a59d1f"; + sha256_unsigned = "ca61ad94dc2807d2dca465df54270018d4ab764573e9c4d5ad83b19f88a59d1f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-asus_rt-n12-vp-b1-squashfs-sysupgrade.bin"; + sha256 = "856619d9e50c13c16d4bd9aff9642eea452177d4d8c713ec7f28f185dbba884e"; + sha256_unsigned = "acae36f330d77d7c34050ecb8688cdf38d03d414d8c8777bb9012725209eb978"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n12-vp-b1" + ]; + titles = [ + { + model = "RT-N12 VP"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + buffalo_wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-buffalo_wcr-1166ds"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-buffalo_wcr-1166ds-initramfs-kernel.bin"; + sha256 = "47c94225751fa968fa35928a5a77fed06b14f0cce4a3c1c2000dde3d4daca18b"; + sha256_unsigned = "47c94225751fa968fa35928a5a77fed06b14f0cce4a3c1c2000dde3d4daca18b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-factory.bin"; + sha256 = "768b375c06e506948a7eab123c380159482f7580a94c15e339c21aa5d40dcca7"; + sha256_unsigned = "983cf8e23d451836913c31caf3d9ca325e0dea36bccf564fae0f715c24fec2b2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "725c6653ca8da265868061f9390f0e60b656eb42a34c89f98d1704469c759983"; + sha256_unsigned = "983cf8e23d451836913c31caf3d9ca325e0dea36bccf564fae0f715c24fec2b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wcr-1166ds" + "wcr-1166ds" + ]; + titles = [ + { + model = "WCR-1166DS"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr758ac-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-comfast_cf-wr758ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-comfast_cf-wr758ac-v1-initramfs-kernel.bin"; + sha256 = "e10afa1859bf614519b20e3fa6c07e0a0b7708830e0c17ef75134e296e79da97"; + sha256_unsigned = "e10afa1859bf614519b20e3fa6c07e0a0b7708830e0c17ef75134e296e79da97"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-comfast_cf-wr758ac-v1-squashfs-sysupgrade.bin"; + sha256 = "ced6cf8b9a500110531cbf6a0c9c291aed81c9ff4f25c2fdb178f296e88fde67"; + sha256_unsigned = "549a0c7083b84d30365404f00979fea285b9a8d87d16ff2d88855801fd7129f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr758ac-v1" + "joowin,jw-wr758ac-v1" + ]; + titles = [ + { + model = "CF-WR758AC"; + variant = "V1"; + vendor = "COMFAST"; + } + { + model = "JW-WR758AC"; + variant = "V1"; + vendor = "Joowin"; + } + ]; + }; + comfast_cf-wr758ac-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-comfast_cf-wr758ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-comfast_cf-wr758ac-v2-initramfs-kernel.bin"; + sha256 = "f119a02b7becc9bf6835fa6d0f4abeb56ed75843d9ab7a41c1a8c0f0f0e2a49c"; + sha256_unsigned = "f119a02b7becc9bf6835fa6d0f4abeb56ed75843d9ab7a41c1a8c0f0f0e2a49c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-comfast_cf-wr758ac-v2-squashfs-sysupgrade.bin"; + sha256 = "661627a64909403f18413851aab4fcc2c160aa63df35c76dba6b4b2188456ed7"; + sha256_unsigned = "fcd2488d0e4ea341c77e9d0f669ec74169406a3bd6ce7df39a2596995dd9bc35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr758ac-v2" + "joowin,jw-wr758ac-v2" + ]; + titles = [ + { + model = "CF-WR758AC"; + variant = "V2"; + vendor = "COMFAST"; + } + { + model = "JW-WR758AC"; + variant = "V2"; + vendor = "Joowin"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-cudy_wr1000-initramfs-kernel.bin"; + sha256 = "1c83bb4bed31074abe6ef7fcf4d5e1c9976536154e073f66eb604c71929bea8a"; + sha256_unsigned = "1c83bb4bed31074abe6ef7fcf4d5e1c9976536154e073f66eb604c71929bea8a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "89d2769b4ab6792e4b89e15125da82b237be120a1037306753e39ff98addad8a"; + sha256_unsigned = "fd2fdf3e0ab157276a4c61ada3e9d9186304d890eef2d0212498da8b0b112383"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "18f9e0fb27e037153cd893bcce484d118a4fa56f1dc36bed7f922e0e227c7143"; + sha256_unsigned = "18f9e0fb27e037153cd893bcce484d118a4fa56f1dc36bed7f922e0e227c7143"; + type = "factory"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + model = "WR1000"; + vendor = "Cudy"; + } + ]; + }; + d-team_pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-d-team_pbr-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-d-team_pbr-d1-initramfs-kernel.bin"; + sha256 = "99aed1d55bdbd36612e7dba50837ba495ae2a7bf131e4f0fc3afe22de1107685"; + sha256_unsigned = "99aed1d55bdbd36612e7dba50837ba495ae2a7bf131e4f0fc3afe22de1107685"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-d-team_pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "65a154c2925e13887ea4037e08e6c6ac2aacd0fc3415a5af02d0f7109c6cdd48"; + sha256_unsigned = "5c748b795a4c92ffba9a037e7df2e19924307b395c9f5ffea04e6bf466e675ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,pbr-d1" + "pbr-d1" + ]; + titles = [ + { + model = "PBR-D1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dap-1325-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-dlink_dap-1325-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-dlink_dap-1325-a1-initramfs-kernel.bin"; + sha256 = "164d9dbf27d27ad9cd9e73250b7a84b101939af76f116e6302a8c93ea661fb7b"; + sha256_unsigned = "164d9dbf27d27ad9cd9e73250b7a84b101939af76f116e6302a8c93ea661fb7b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-dlink_dap-1325-a1-squashfs-sysupgrade.bin"; + sha256 = "54656db8ff4406e6e121ecfcc4aa556a0ec95947c669f628cee3e8b686194f90"; + sha256_unsigned = "0225abd45d35ba08b30c0a1f76389f353f492c1fa62418d457234a5337f7fa83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1325-a1" + ]; + titles = [ + { + model = "DAP-1325 A1"; + vendor = "D-Link"; + } + ]; + }; + duzun_dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-duzun_dm06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-duzun_dm06-initramfs-kernel.bin"; + sha256 = "8e3a335e14ae8d5f2a509c419f9bf44b4137e35f5e986cc611cc76d3feda6fa1"; + sha256_unsigned = "8e3a335e14ae8d5f2a509c419f9bf44b4137e35f5e986cc611cc76d3feda6fa1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-duzun_dm06-squashfs-sysupgrade.bin"; + sha256 = "fe86c973d3ca23d281a8929a95552f44836b2bef8cfcfc6a4da45d6f0bb38be4"; + sha256_unsigned = "1ce0a9ae01a6bf5765873a9eb6743bba6ca5850e8ab6f78f9f97c986bd40f4a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "duzun,dm06" + "duzun-dm06" + ]; + titles = [ + { + model = "DM06"; + vendor = "DuZun"; + } + ]; + }; + elecom_wrc-1167fs = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-elecom_wrc-1167fs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-elecom_wrc-1167fs-initramfs-kernel.bin"; + sha256 = "bc962935927495a5bd0cd3694e04549d5f6d89cdd1cbb43f75085784e0c3e2ac"; + sha256_unsigned = "bc962935927495a5bd0cd3694e04549d5f6d89cdd1cbb43f75085784e0c3e2ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-elecom_wrc-1167fs-squashfs-sysupgrade.bin"; + sha256 = "caf0e452f5e7babcc90f9b10b8c8b2346baa94736620d86d4e3930e9155249c3"; + sha256_unsigned = "6110ab5dc916855eca578c71bdf23ad4683d4f2fdcf40b0a7a9c2a6c8c924052"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-elecom_wrc-1167fs-squashfs-factory.bin"; + sha256 = "91aa133c7cb36ed59327d12cf1c53c6b5ad78a60c6843976a2042fb93b4b02d6"; + sha256_unsigned = "91aa133c7cb36ed59327d12cf1c53c6b5ad78a60c6843976a2042fb93b4b02d6"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167fs" + ]; + titles = [ + { + model = "WRC-1167FS"; + vendor = "ELECOM"; + } + ]; + }; + glinet_gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-glinet_gl-mt300n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-glinet_gl-mt300n-v2-initramfs-kernel.bin"; + sha256 = "f366278af015d09fb98ce26a2e89b7784bd17728539ff419a78bd10a0a6c86ed"; + sha256_unsigned = "f366278af015d09fb98ce26a2e89b7784bd17728539ff419a78bd10a0a6c86ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "e17a12e52033b02b63a47d5fe51a343bd085bd61c25edc12c2a6cb807276210a"; + sha256_unsigned = "aae7e8da2c0b436d13349441b3fff44ea71cfea1a1d1fe78360b8ea6bffd9e6e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n-v2" + "gl-mt300n-v2" + ]; + titles = [ + { + model = "GL-MT300N"; + variant = "V2"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_microuter-n300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-glinet_microuter-n300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-glinet_microuter-n300-initramfs-kernel.bin"; + sha256 = "44ac8536da39a7a8a11518b8578f8b7b795a6383d5233484bd981e234ea83193"; + sha256_unsigned = "44ac8536da39a7a8a11518b8578f8b7b795a6383d5233484bd981e234ea83193"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-glinet_microuter-n300-squashfs-sysupgrade.bin"; + sha256 = "8593b4fae180817e733b499afe5f090ff368c562ec48a0fdf1cef2e3c3ba7d55"; + sha256_unsigned = "2afc8f80e63266016d568605c5a3bca92d352b7b642388dfe8225c4152c27c36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,microuter-n300" + "microuter-n300" + ]; + titles = [ + { + model = "microuter-N300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-glinet_vixmini-initramfs-kernel.bin"; + sha256 = "15fdb3f3c40e3c3f758e5c0687e21290c0a17d63078f2ba59b733e692fa08099"; + sha256_unsigned = "15fdb3f3c40e3c3f758e5c0687e21290c0a17d63078f2ba59b733e692fa08099"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "7bb21a4e9acc168ccb4dfc61720dfc9bd0644505a8fbf9b1d3a9786d08700358"; + sha256_unsigned = "c4fba0adc129f6949473f554f2d5e42b12dba0a4416abbdbbec3c006e18509a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + model = "VIXMINI"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_wifi-pineapple-mk7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-hak5_wifi-pineapple-mk7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-hak5_wifi-pineapple-mk7-initramfs-kernel.bin"; + sha256 = "6caf1c820970c62be2998feb202f5de31a6e8e27e4d6cdfdeb35503c74b1ea9a"; + sha256_unsigned = "6caf1c820970c62be2998feb202f5de31a6e8e27e4d6cdfdeb35503c74b1ea9a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-hak5_wifi-pineapple-mk7-squashfs-sysupgrade.bin"; + sha256 = "97fb6d3cb360e7e3ed10693a1ac4df56915341460e7448e5c2c679e905927779"; + sha256_unsigned = "dbf798769dfe3a576e55031c6c42535273f117ce18c5334e59ba4d638e2fb73e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-mk7" + "wifi-pineapple-mk7" + ]; + titles = [ + { + model = "WiFi Pineapple Mark 7"; + vendor = "Hak5"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-hilink_hlk-7628n-initramfs-kernel.bin"; + sha256 = "c9c3de40e70276798514df8cb78a65674e3a8bcf07205d40f172677bfda7b5f4"; + sha256_unsigned = "c9c3de40e70276798514df8cb78a65674e3a8bcf07205d40f172677bfda7b5f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "e8d5299b8ea678ac9bf6d16b3647e2ccf24890626cafaa4647d6afb434427645"; + sha256_unsigned = "f6ae00e317cc8bbcfdc29631a0be2a07d1dd7765bcb4500a6f3e0e76a1d17f98"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + model = "HLK-7628N"; + vendor = "HILINK"; + } + ]; + }; + hilink_hlk-7688a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-hilink_hlk-7688a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-hilink_hlk-7688a-initramfs-kernel.bin"; + sha256 = "88e510c900e516c1254ba10d10028a24b7a598bb8f9603461e85d0d0b8e46dff"; + sha256_unsigned = "88e510c900e516c1254ba10d10028a24b7a598bb8f9603461e85d0d0b8e46dff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-hilink_hlk-7688a-squashfs-sysupgrade.bin"; + sha256 = "33ce36a21038c020ddc308956dc7627628d7c1573d5bad7c858d1113b8c79e9b"; + sha256_unsigned = "86c39017b2f53ef602e436e421fdd2edba5e791fc36c771428e10df69b40f93d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7688a" + ]; + titles = [ + { + model = "HLK-7688A"; + vendor = "Hi-Link"; + } + ]; + }; + hiwifi_hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-hiwifi_hc5661a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-hiwifi_hc5661a-initramfs-kernel.bin"; + sha256 = "f521638c20ce4d5ee9989e9e14f875ed0a1f79eef749d19a714d70cb5d1965cb"; + sha256_unsigned = "f521638c20ce4d5ee9989e9e14f875ed0a1f79eef749d19a714d70cb5d1965cb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-hiwifi_hc5661a-squashfs-sysupgrade.bin"; + sha256 = "1925964f2590ab1abd91b78264265b6c38b092f26717a99c6c8a76c13a4af768"; + sha256_unsigned = "6afc06b900584f0491a126cb8e31f70892657aba6c14adfd52a246fb9990e548"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5661a" + "hc5661a" + ]; + titles = [ + { + model = "HC5661A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761a = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-hiwifi_hc5761a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-hiwifi_hc5761a-initramfs-kernel.bin"; + sha256 = "58245dfe4421ebe0765c43bc8c0e14ebff89b1dfadcb5a25f56d6fbed75a4b29"; + sha256_unsigned = "58245dfe4421ebe0765c43bc8c0e14ebff89b1dfadcb5a25f56d6fbed75a4b29"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-hiwifi_hc5761a-squashfs-sysupgrade.bin"; + sha256 = "6dd620224da2ed3edc0dd1ada49881bd784c432a4db239fbe9a576bde769e033"; + sha256_unsigned = "75ac4ac4d0718bad741d4544b0b7b7360ee3410a3eeb28f1d1631f5c212c29d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5761a" + ]; + titles = [ + { + model = "HC5761A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-hiwifi_hc5861b-initramfs-kernel.bin"; + sha256 = "0f932bb96005fc9d78f1cf823b7c5fdf908861bdbdf09b26af4ae97e544bece0"; + sha256_unsigned = "0f932bb96005fc9d78f1cf823b7c5fdf908861bdbdf09b26af4ae97e544bece0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "973ada8ae23c8a327ad146d9cb10d7a8a39885b6cdbcdf23766459476a14d4fb"; + sha256_unsigned = "5683463080fadab25692dc39802d485971a4e2f73556cb370008f55d3dadffb3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + model = "HC5861B"; + vendor = "HiWiFi"; + } + ]; + }; + iptime_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-iptime_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-iptime_a3-initramfs-kernel.bin"; + sha256 = "ee17bd5684aab6e787e7d761c54da182158bd9c3c95a64729b1560a2a92c2096"; + sha256_unsigned = "ee17bd5684aab6e787e7d761c54da182158bd9c3c95a64729b1560a2a92c2096"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-iptime_a3-squashfs-sysupgrade.bin"; + sha256 = "fb829ed72f29cc751e039e9ef9ce8759d2e973277b6c103bc730adbd780072d3"; + sha256_unsigned = "03de61748c068d531ee63db5693948ae6d0f4d01f5f4195e6ac1a4307bad1090"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a604m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-iptime_a604m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-iptime_a604m-initramfs-kernel.bin"; + sha256 = "06dc7ae9a5ea43476d7e695e573cff7e13e19682e34dd953c185b0e18931b44d"; + sha256_unsigned = "06dc7ae9a5ea43476d7e695e573cff7e13e19682e34dd953c185b0e18931b44d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-iptime_a604m-squashfs-sysupgrade.bin"; + sha256 = "52ab3f9b02cc75aec90b4e3e668747af754def0dcf0def70f8e774c7ee7833ea"; + sha256_unsigned = "0bad6cfa9069b733a781e4f9eef11dbaccfe2bd0e7b746920d2aaeefd617d9c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a604m" + ]; + titles = [ + { + model = "A604M"; + vendor = "ipTIME"; + } + ]; + }; + jotale_js76x8-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-jotale_js76x8-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-jotale_js76x8-16m-initramfs-kernel.bin"; + sha256 = "5beebeff7cc52248b9a2f067bf2e35d5778225678bb9d7ec2226d10bd861e01a"; + sha256_unsigned = "5beebeff7cc52248b9a2f067bf2e35d5778225678bb9d7ec2226d10bd861e01a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-jotale_js76x8-16m-squashfs-sysupgrade.bin"; + sha256 = "a2bceda14b89fc280fc771a5d841d2fb6a72ba4aa4c7734e520797416c0292cf"; + sha256_unsigned = "e65350993dbf07fcb146c91266002e319f834cbc39ec4176d8fbec8a46da09e4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-16m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "16M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-jotale_js76x8-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-jotale_js76x8-32m-initramfs-kernel.bin"; + sha256 = "d31108aeef91d43c960b543a078742278e5600deb56e10d68ea10c67a9c2a2eb"; + sha256_unsigned = "d31108aeef91d43c960b543a078742278e5600deb56e10d68ea10c67a9c2a2eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-jotale_js76x8-32m-squashfs-sysupgrade.bin"; + sha256 = "a7aec1d161c20a2a66b6c8557c7e38b12e4a1be7f55b082c6fc651ea199932ec"; + sha256_unsigned = "7649ad526705826ea5d1cd4f9e06ca95b0874e9fd61edc9e7bd65ab4016f7379"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-32m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "32M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-jotale_js76x8-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-jotale_js76x8-8m-initramfs-kernel.bin"; + sha256 = "5366fb5de4853e24c40e117e950b86b0c468c84cbda06ca46672b2dd634fa039"; + sha256_unsigned = "5366fb5de4853e24c40e117e950b86b0c468c84cbda06ca46672b2dd634fa039"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-jotale_js76x8-8m-squashfs-sysupgrade.bin"; + sha256 = "55ba42821374276b391383db343a7f2989bcef26a527a80daba868662c324df0"; + sha256_unsigned = "165f6937d62bb1be188138f30ac32ca742bf1f2c906bc624c819d342d9b1cd2c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-8m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "8M"; + vendor = "Jotale"; + } + ]; + }; + mediatek_linkit-smart-7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-mediatek_linkit-smart-7688"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-mediatek_linkit-smart-7688-initramfs-kernel.bin"; + sha256 = "255313c70fa3d0e1451d30ff71ac9a94446e48337f3cd736012e76799a218546"; + sha256_unsigned = "255313c70fa3d0e1451d30ff71ac9a94446e48337f3cd736012e76799a218546"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-mediatek_linkit-smart-7688-squashfs-sysupgrade.bin"; + sha256 = "ae746465dcfeeb0511460aac9d1a32c54beba2bf7fabe133d9bfd3de27b7333b"; + sha256_unsigned = "bbb86a2786887a0a2d6da181c5cbff955b10be87b2e95dc59a822c06bdce2ad8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,linkit-smart-7688" + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + model = "LinkIt Smart 7688"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7628an-eval-board = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-mediatek_mt7628an-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-mediatek_mt7628an-eval-board-initramfs-kernel.bin"; + sha256 = "9ce8630fb37aafe797c526982050e092f89040cc1be91edf64a193c37cc91f86"; + sha256_unsigned = "9ce8630fb37aafe797c526982050e092f89040cc1be91edf64a193c37cc91f86"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-mediatek_mt7628an-eval-board-squashfs-sysupgrade.bin"; + sha256 = "5b6548a834b36196b342eb873f427f20ed75c9c815b0789b43f7c265b528cdb0"; + sha256_unsigned = "3c82d5e786357b111a01547e78c277d9af5dd6b12282892a9478793da550cd6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7628an-eval-board" + "mt7628" + ]; + titles = [ + { + model = "MT7628 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercury_mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-mercury_mac1200r-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-mercury_mac1200r-v2-initramfs-kernel.bin"; + sha256 = "ae5a96c53564b35cdb47a9606eb37baad30cda5e970a71dd56dc04e3663cdca5"; + sha256_unsigned = "ae5a96c53564b35cdb47a9606eb37baad30cda5e970a71dd56dc04e3663cdca5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-mercury_mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "1a83f0e644351d0610d88a9ced6b30cff27ba8111c8916d92dff3f8ee11869f8"; + sha256_unsigned = "455597e55392deb5e37d7f291a51c4102f6890664bc41e1e31ac09607f839e2a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mercury,mac1200r-v2" + "mac1200rv2" + ]; + titles = [ + { + model = "MAC1200R"; + variant = "v2.0"; + vendor = "Mercury"; + } + ]; + }; + minew_g1-c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-cp210x" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-minew_g1-c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-minew_g1-c-initramfs-kernel.bin"; + sha256 = "d147a70dd07dceba8f0111a508367c4eb39936a3af6485802b1d0724a9bfe3fa"; + sha256_unsigned = "d147a70dd07dceba8f0111a508367c4eb39936a3af6485802b1d0724a9bfe3fa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-minew_g1-c-squashfs-sysupgrade.bin"; + sha256 = "59b776a801d9b2082255ed318157b0677ec4641e9aac1b7b18d8758ad02dbcfd"; + sha256_unsigned = "1328d428828bc4e3e8f381e2da22d79b9e5077b305b54251068bcf4c53fba0f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "minew,g1-c" + "minew-g1c" + ]; + titles = [ + { + model = "G1-C"; + vendor = "Minew"; + } + ]; + }; + motorola_mwr03 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-motorola_mwr03"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-motorola_mwr03-initramfs-kernel.bin"; + sha256 = "0377ab18b0dbc09aeabf1873333a612b11b94b703833a5413df0c2bc2b937c1e"; + sha256_unsigned = "0377ab18b0dbc09aeabf1873333a612b11b94b703833a5413df0c2bc2b937c1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-motorola_mwr03-squashfs-sysupgrade.bin"; + sha256 = "51488060db970b79fe0879f675554df66b0123a29319c4fa13920986fc087c01"; + sha256_unsigned = "8c726db4c5a166d90aa5350566d3cfa81f282dd98d2f8ca599980faaba624745"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "motorola,mwr03" + ]; + titles = [ + { + model = "MWR03"; + vendor = "Motorola"; + } + ]; + }; + netgear_r6020 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-netgear_r6020"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-netgear_r6020-initramfs-kernel.bin"; + sha256 = "f46ceea700ab10c795d1ef566a29f2b014ce69795bee58501d048dcd8f5f3d79"; + sha256_unsigned = "f46ceea700ab10c795d1ef566a29f2b014ce69795bee58501d048dcd8f5f3d79"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-netgear_r6020-squashfs-sysupgrade.bin"; + sha256 = "a1268ee2a83a4eea3a22de19db88ced188a4dd1c521735e8b8571f063fa1b3ba"; + sha256_unsigned = "af51aafe663db85d625f0dcced6a2c9809cbd4c26c85259a9df4021be5cf1452"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-netgear_r6020-squashfs-factory.img"; + sha256 = "e0864863d751ca9059ea958b7b94be745e9c028b86167ee7cc8faea634da7ad4"; + sha256_unsigned = "e0864863d751ca9059ea958b7b94be745e9c028b86167ee7cc8faea634da7ad4"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6020" + ]; + titles = [ + { + model = "R6020"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6080 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-netgear_r6080"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-netgear_r6080-initramfs-kernel.bin"; + sha256 = "9e8834ef7dcc882d194d58a050470cc896b46eb625088ffd8b99d2f431ee5522"; + sha256_unsigned = "9e8834ef7dcc882d194d58a050470cc896b46eb625088ffd8b99d2f431ee5522"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-netgear_r6080-squashfs-sysupgrade.bin"; + sha256 = "0a3fcf9a0a971ba51b7558460d584a854dc509ee5d386d6db780d20ef567b1ea"; + sha256_unsigned = "f6c5c6c030495520ec9f71cec3da6d27cfebb7693ea0503d0eae25c216378c33"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-netgear_r6080-squashfs-factory.img"; + sha256 = "0c56d484600d64204752e2842b29c5cd7c21e96deee502bb6b4a1a121ebf73ce"; + sha256_unsigned = "0c56d484600d64204752e2842b29c5cd7c21e96deee502bb6b4a1a121ebf73ce"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6080" + ]; + titles = [ + { + model = "R6080"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-netgear_r6120-initramfs-kernel.bin"; + sha256 = "4a73d47fec2f0e7adbb84c03e799d7deda27bb4298c878c72e9041d34c78b97b"; + sha256_unsigned = "4a73d47fec2f0e7adbb84c03e799d7deda27bb4298c878c72e9041d34c78b97b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "4fb0dae6335b03ed648908ace3b7068b07189233ae3396a74b8fa0eef3d18d4e"; + sha256_unsigned = "4fb0dae6335b03ed648908ace3b7068b07189233ae3396a74b8fa0eef3d18d4e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "6fe45f7c1719b82ee27e021c2ec084e7140644cb323f0dbca4ec6fb96a0125ff"; + sha256_unsigned = "7f04ee432f415088ed7c6f67e229d8b8df773777f8d1377c43695d6b5171c3fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + model = "R6120"; + vendor = "NETGEAR"; + } + ]; + }; + onion_omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-onion_omega2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-onion_omega2-initramfs-kernel.bin"; + sha256 = "0002eb1c29bb6ea92e90af18a6de64e1654efb7fdbdb7025c4666f6a3bda1c96"; + sha256_unsigned = "0002eb1c29bb6ea92e90af18a6de64e1654efb7fdbdb7025c4666f6a3bda1c96"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-onion_omega2-squashfs-sysupgrade.bin"; + sha256 = "ce544c399ea9683b1a12dc7e43c258d4990b420665ef7748f52386f4fc099272"; + sha256_unsigned = "82ae7b38b29814995b46bc3fd384adf2f41e067f95f471a84aa522b101d29b08"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2" + "omega2" + ]; + titles = [ + { + model = "Omega2"; + vendor = "Onion"; + } + ]; + }; + onion_omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-onion_omega2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-onion_omega2p-initramfs-kernel.bin"; + sha256 = "8eb05108687f67567750a4944bb9e7f603ba7fc501b2257458cc75067d92e4aa"; + sha256_unsigned = "8eb05108687f67567750a4944bb9e7f603ba7fc501b2257458cc75067d92e4aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-onion_omega2p-squashfs-sysupgrade.bin"; + sha256 = "9cecaef453aebef7c8536ccc2aade0677c963276d862b95da82eaeec16c84bbb"; + sha256_unsigned = "dfc7a24e4aeb378ea1729124f009cf645c6c2122f699f27f6f9046513a209553"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2p" + "omega2p" + ]; + titles = [ + { + model = "Omega2+"; + vendor = "Onion"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-rakwireless_rak633-initramfs-kernel.bin"; + sha256 = "a1482f6f60a6588f998c074f256debb77221efb1e394c5299db1ff9c302cfd5b"; + sha256_unsigned = "a1482f6f60a6588f998c074f256debb77221efb1e394c5299db1ff9c302cfd5b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "4d8a38d55e28d4743cf60218cb5a02448dcabb3b2252487e3cdaba18e3020fde"; + sha256_unsigned = "289772501765a2af3dd84adb793f98e6dea1e901936cb8e116513d536d66e4ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + model = "RAK633"; + vendor = "Rakwireless"; + } + ]; + }; + ravpower_rp-wd009 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-i2c-mt7628" + "ravpower-mcu" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-ravpower_rp-wd009"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-ravpower_rp-wd009-initramfs-kernel.bin"; + sha256 = "f2974d06e6ff95c1c3df51d608b4f200aa8bdaa84443c7b6563eebed7aa4e8b8"; + sha256_unsigned = "f2974d06e6ff95c1c3df51d608b4f200aa8bdaa84443c7b6563eebed7aa4e8b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-ravpower_rp-wd009-squashfs-sysupgrade.bin"; + sha256 = "07b467bd33d06b630bb4877b96d2a677dbf3071a6e0f4f00bd790ddd4d32efb4"; + sha256_unsigned = "b2dc0c9cb972b505bf5c8094d2f29ab71880f1abaf131ae4f47477ce65c9ffa5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-ravpower_rp-wd009-squashfs-factory.bin"; + sha256 = "9ac12ff64a14ee89ea07e1651c57bcdf206de0b7f67965a432b91a5ba0f08d85"; + sha256_unsigned = "9ac12ff64a14ee89ea07e1651c57bcdf206de0b7f67965a432b91a5ba0f08d85"; + type = "factory"; + } + ]; + supported_devices = [ + "ravpower,rp-wd009" + ]; + titles = [ + { + model = "RP-WD009"; + vendor = "RAVPower"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-skylab_skw92a-initramfs-kernel.bin"; + sha256 = "0a06cd2544b2ef1da226041c6242fb0372a5ef7bc1713ecedbf0b7ca11935237"; + sha256_unsigned = "0a06cd2544b2ef1da226041c6242fb0372a5ef7bc1713ecedbf0b7ca11935237"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "56eac90efc2d9834bd0a79b5196887ec926f742ac00b240b8521a7dd85f63120"; + sha256_unsigned = "eefa7b90eaf758f54a943df2ba4a6c6be09bcadbb727990601daa633ba0b9935"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + model = "SKW92A"; + vendor = "Skylab"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tama_w06-initramfs-kernel.bin"; + sha256 = "6c363b42a9143e63cdb03c9d492519f4a3004eb41211b4406d407e10543c9faf"; + sha256_unsigned = "6c363b42a9143e63cdb03c9d492519f4a3004eb41211b4406d407e10543c9faf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "61524c341d82f08ab3511e5e0cb2b98f91175814f721c9166c8b902d62c29eb9"; + sha256_unsigned = "a09778283706c0a19980d0f4a33adb48cb4bba80b426bd48ec294ee2ab7cf1ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + model = "W06"; + vendor = "Tama"; + } + ]; + }; + totolink_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-totolink_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-totolink_a3-initramfs-kernel.bin"; + sha256 = "3bd960fc8ca74c4bbe7baa0dd8821dddbe1b484baeec5fa569320f2fe771f047"; + sha256_unsigned = "3bd960fc8ca74c4bbe7baa0dd8821dddbe1b484baeec5fa569320f2fe771f047"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-totolink_a3-squashfs-sysupgrade.bin"; + sha256 = "6a35b2f2930cbff7d3c62d6dc0a00fb201a885a604d9ad09d21f7c973565bdb9"; + sha256_unsigned = "f4dc93d1e78c199bcbe159091212423e9b0c4f50a52a92dfdcf20728c1c29fb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-totolink_lr1200-initramfs-kernel.bin"; + sha256 = "67aa51eb16b4cc0491d28c580a38eba878747f68169c37478f11a2d124ad974d"; + sha256_unsigned = "67aa51eb16b4cc0491d28c580a38eba878747f68169c37478f11a2d124ad974d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "65a7fe60d0d769d5698c3292a3d8c26cbadf8e9f41d01235a86ad4301598558a"; + sha256_unsigned = "67c50125194f56d6bac743957b4fc5557aa09a37eedc7f99b3b23d2aee8b86e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + model = "LR1200"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_archer-c20-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_archer-c20-v4-initramfs-kernel.bin"; + sha256 = "dd670849a6770641603374aa4b9d80789f8903b0e0865ddfc47a315a81268e04"; + sha256_unsigned = "dd670849a6770641603374aa4b9d80789f8903b0e0865ddfc47a315a81268e04"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_archer-c20-v4-squashfs-sysupgrade.bin"; + sha256 = "fe07c4446c850b453fcf08c17c74949ff66dbb1a6db5820d352a48e7d2ba53cc"; + sha256_unsigned = "363a35a45c35e53829dd6705a20beb9e758cd2ed3edc7afd898ac50569992e38"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_archer-c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "eac4084652230853bfc519ea304e7269ab0289d8cc31ef46762f9ac5b808c254"; + sha256_unsigned = "eac4084652230853bfc519ea304e7269ab0289d8cc31ef46762f9ac5b808c254"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v4" + "tplink,c20-v4" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v5 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_archer-c20-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_archer-c20-v5-initramfs-kernel.bin"; + sha256 = "7a6eee03cf3e61667527d14263bf39d0b17dc70b9943a9e9f52722318f5d6840"; + sha256_unsigned = "7a6eee03cf3e61667527d14263bf39d0b17dc70b9943a9e9f52722318f5d6840"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_archer-c20-v5-squashfs-sysupgrade.bin"; + sha256 = "5217a48a44e12f595d767baaf6dce972cdc2677913e4d62ae1d4b094eaeb74c4"; + sha256_unsigned = "e6f9c92bbd7a755e8b6456cb410af219087f633a34f7a5329700acc153f6f4d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v5" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_archer-c50-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_archer-c50-v3-initramfs-kernel.bin"; + sha256 = "c911b80c1d958b100de55bb73119db5bf9ffdf91d9140f5fdd7916a3b8a5d0d4"; + sha256_unsigned = "c911b80c1d958b100de55bb73119db5bf9ffdf91d9140f5fdd7916a3b8a5d0d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_archer-c50-v3-squashfs-sysupgrade.bin"; + sha256 = "6442348c177a30ce07f59135be41026e07cf5cf2b56e200734b4dbe6babcc325"; + sha256_unsigned = "9bc7db34895d9745515d6b42103bece71b905c425c2cb7498ca5c6688ed405ba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_archer-c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "00df952bcea162b0942cb9c5a5c60bbc5c4b871fbd798cea80ab52083ced86a9"; + sha256_unsigned = "00df952bcea162b0942cb9c5a5c60bbc5c4b871fbd798cea80ab52083ced86a9"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v3" + "tplink,c50-v3" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_archer-c50-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_archer-c50-v4-initramfs-kernel.bin"; + sha256 = "46c4679e90d3da671ccbaed8ab951dea8a635c2db1619b354f1d965117007668"; + sha256_unsigned = "46c4679e90d3da671ccbaed8ab951dea8a635c2db1619b354f1d965117007668"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_archer-c50-v4-squashfs-sysupgrade.bin"; + sha256 = "ae9fb0fda160d48b6acfce38abb9d1c9b7ebe31d5675858391ae7d4da305364a"; + sha256_unsigned = "a6476e8c2447e2fe5d5731fbe28a567393d7803b8a223e14225821a902ebedb0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v4" + "tplink,c50-v4" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_re200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re200-v2-initramfs-kernel.bin"; + sha256 = "dccea079c8e22d06f7c2627bdb1089a9f7d6ff682e402a35ccec6d6d37c9946b"; + sha256_unsigned = "dccea079c8e22d06f7c2627bdb1089a9f7d6ff682e402a35ccec6d6d37c9946b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re200-v2-squashfs-sysupgrade.bin"; + sha256 = "49bd1cf0fc323238a513fa0a0fbd438452d1ad3b9cc2d06d56d1722b06aca29d"; + sha256_unsigned = "04257f3e92f61261d0bdd22f936f80501591be1dd1dfc8a2dad707ea95c68d7f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re200-v2-squashfs-factory.bin"; + sha256 = "810636047efe6e59ce5fc1d346fad642aca843c5047f683d7569438d03c24e54"; + sha256_unsigned = "810636047efe6e59ce5fc1d346fad642aca843c5047f683d7569438d03c24e54"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v2" + ]; + titles = [ + { + model = "RE200"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v3 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_re200-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re200-v3-initramfs-kernel.bin"; + sha256 = "0b183f6505422305439145fe602d7c9748322341e4dc137ffcfbc2917c83ab06"; + sha256_unsigned = "0b183f6505422305439145fe602d7c9748322341e4dc137ffcfbc2917c83ab06"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re200-v3-squashfs-factory.bin"; + sha256 = "bdca78feab88d5727d56a567908e59b38c5465502df6909cb633abcf5b7c5e72"; + sha256_unsigned = "bdca78feab88d5727d56a567908e59b38c5465502df6909cb633abcf5b7c5e72"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re200-v3-squashfs-sysupgrade.bin"; + sha256 = "c0dea889d6ae32e4eabceceee633c0669a3cdce14edfa035cfaf8766f85301dc"; + sha256_unsigned = "c02316a2b962ed0fd6573da4dc558f612c304aae4e12ba9a4485a7ee1935a43b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re200-v3" + ]; + titles = [ + { + model = "RE200"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_re200-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re200-v4-initramfs-kernel.bin"; + sha256 = "35f389bab2a957b7bd49eca00e901ff4962745ef9e4aec88f80495cce83db2fd"; + sha256_unsigned = "35f389bab2a957b7bd49eca00e901ff4962745ef9e4aec88f80495cce83db2fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re200-v4-squashfs-sysupgrade.bin"; + sha256 = "69607c3573c92e5d0f57d38acfb375461030153fb852b39fe0c4f708ada27ca6"; + sha256_unsigned = "b9197d8c5ebebca71feb8454f6475f311cc738a250b7f07201a20b624605b9e7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re200-v4-squashfs-factory.bin"; + sha256 = "97697258e25f3de9eec7c07c06a9d9f47ed916dde138348c05655de42f596ec0"; + sha256_unsigned = "97697258e25f3de9eec7c07c06a9d9f47ed916dde138348c05655de42f596ec0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v4" + ]; + titles = [ + { + model = "RE200"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re220-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_re220-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re220-v2-initramfs-kernel.bin"; + sha256 = "d4eff85008356f4c68ec82cdb434e1b6840e4aa2aa204b74032ff24200920646"; + sha256_unsigned = "d4eff85008356f4c68ec82cdb434e1b6840e4aa2aa204b74032ff24200920646"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re220-v2-squashfs-sysupgrade.bin"; + sha256 = "6240aca9d6571bb6d87a53c44298e65c6a31f64edfa0711cccf06a0edc657775"; + sha256_unsigned = "b3b665f4100164f93df3dcfe8e7982d640b93c7910351d65f916663d4f7bc584"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re220-v2-squashfs-factory.bin"; + sha256 = "167eefb5450258ee350016a4517af03d53420803253217454938518c4cd3bda5"; + sha256_unsigned = "167eefb5450258ee350016a4517af03d53420803253217454938518c4cd3bda5"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re220-v2" + ]; + titles = [ + { + model = "RE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_re305-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re305-v1-initramfs-kernel.bin"; + sha256 = "54055b848ba09cbad2b811be595668fcfbe7861ccaf28b7fcc02b7e379427b5f"; + sha256_unsigned = "54055b848ba09cbad2b811be595668fcfbe7861ccaf28b7fcc02b7e379427b5f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re305-v1-squashfs-factory.bin"; + sha256 = "f27c1989be4ce99ae35129adcd8d3ae0eec1ca2a6703b485cd530b71661bbffc"; + sha256_unsigned = "f27c1989be4ce99ae35129adcd8d3ae0eec1ca2a6703b485cd530b71661bbffc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re305-v1-squashfs-sysupgrade.bin"; + sha256 = "b92e5da2b6491292786e9623c1948cf22d2e06a26598ac90ebeea28db7014d0d"; + sha256_unsigned = "b091814df9f7d891c80e235212012e3053626f0239691865be1826b8755ed4cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re305-v1" + ]; + titles = [ + { + model = "RE305"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_re305-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re305-v3-initramfs-kernel.bin"; + sha256 = "d804309a972d1645890c1de608633e83d105c1d935d4838b30d3e020312fe520"; + sha256_unsigned = "d804309a972d1645890c1de608633e83d105c1d935d4838b30d3e020312fe520"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re305-v3-squashfs-sysupgrade.bin"; + sha256 = "f5ee533c866ef5d218c8d6dfd768fffcb44931f100fbd794a47374e0f65ad020"; + sha256_unsigned = "d0e85e4b520d8162d3f3ac22acc8ec492063654b1a73169beaf5ee57c9a8b42f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_re305-v3-squashfs-factory.bin"; + sha256 = "8c895eb72f3a41f232d36008029c629812f2bec78218130cf957186a60a60658"; + sha256_unsigned = "8c895eb72f3a41f232d36008029c629812f2bec78218130cf957186a60a60658"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re305-v3" + ]; + titles = [ + { + model = "RE305"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-mr3020-v3-initramfs-kernel.bin"; + sha256 = "0e233f59b5dd823cd7c619606611f8f22914afa2b0d2c6a8d48ace5a894e44e8"; + sha256_unsigned = "0e233f59b5dd823cd7c619606611f8f22914afa2b0d2c6a8d48ace5a894e44e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "a3de3f28c14eccdb867ce667b91f99b211c5f872378439ec6690e3409a274917"; + sha256_unsigned = "782881c56bb2fe767d6708e21e2d65e8c0f6afffe1dddf5d0f780b27bc38339c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "f1864ad885ae985801d9239d1b63235c56d6d77c4b0c55ce23fdd5d81536dc88"; + sha256_unsigned = "f1864ad885ae985801d9239d1b63235c56d6d77c4b0c55ce23fdd5d81536dc88"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + model = "TL-MR3020"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-mr3420-v5-initramfs-kernel.bin"; + sha256 = "e266838bbf9e16c4805ddb13ee0bb69e8acbafcd1ae539564d9f1b03726ff88b"; + sha256_unsigned = "e266838bbf9e16c4805ddb13ee0bb69e8acbafcd1ae539564d9f1b03726ff88b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "6995fdaef72ff8ccdcd0be79c4cd42faf837801c9f86a0131f0a4138317332ba"; + sha256_unsigned = "a2355f00ba15cb7a6a23b37aba9bbb53d878887ede7b5423aa056c49c3f786e0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "00c83086124a684f4a4c118bb1186c1d5f372bc8455d46fc646f62244c7d8f69"; + sha256_unsigned = "00c83086124a684f4a4c118bb1186c1d5f372bc8455d46fc646f62244c7d8f69"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + model = "TL-MR3420"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-mr6400-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-mr6400-v4-initramfs-kernel.bin"; + sha256 = "f9661c338140333cabeb072baa853df3786d7d8c0dffdef770710bfbe98f3a70"; + sha256_unsigned = "f9661c338140333cabeb072baa853df3786d7d8c0dffdef770710bfbe98f3a70"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-sysupgrade.bin"; + sha256 = "37bb03f39f4068c072f1a17d171ee919234465580411123a3d61198f9476d2de"; + sha256_unsigned = "6d0fd96d5e40c938ea7604c912545dc1a5a364a18c6750faef37556a68ca9368"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-tftp-recovery.bin"; + sha256 = "17d90a803900a5851b92f7b9a15a6b9318f9271781716ddcb82792cdbaff4dec"; + sha256_unsigned = "17d90a803900a5851b92f7b9a15a6b9318f9271781716ddcb82792cdbaff4dec"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v4" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-mr6400-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-mr6400-v5-initramfs-kernel.bin"; + sha256 = "e55df173bbd8b226fdb4e007948f264f50685d6fe4f6d6bac0259672e12e233f"; + sha256_unsigned = "e55df173bbd8b226fdb4e007948f264f50685d6fe4f6d6bac0259672e12e233f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-sysupgrade.bin"; + sha256 = "3c80c3a546956b0955afd4034063328ec8b2a0fee9d57fcd2146d574df078363"; + sha256_unsigned = "1307cc1d481420521875650c55f0c11dfe6a0f75e36d183c10ea4817474b0506"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-tftp-recovery.bin"; + sha256 = "7ce38b3ee1e4d3684a9bf3c2a2fa4fd65fffbd978729290badebf5233a2b938b"; + sha256_unsigned = "7ce38b3ee1e4d3684a9bf3c2a2fa4fd65fffbd978729290badebf5233a2b938b"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v5" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wa801nd-v5-initramfs-kernel.bin"; + sha256 = "c3aa410a6d85940a66b0e7161957d7e79f10fdbf507af3bc09f6c55898b189c6"; + sha256_unsigned = "c3aa410a6d85940a66b0e7161957d7e79f10fdbf507af3bc09f6c55898b189c6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "0c3f73d416407448ab5d11d843f3688de7ae3c85f24256753ea31648a96a6356"; + sha256_unsigned = "0398b5b34258107f7d7856181e1677a4f11b5aae1a2179cf3b9d862e35b70482"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "b34dea6345a82a4e9a04a2a7fec6559d9d3fe68e8bf2d8519162d9dd39c0b7d3"; + sha256_unsigned = "b34dea6345a82a4e9a04a2a7fec6559d9d3fe68e8bf2d8519162d9dd39c0b7d3"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + model = "TL-WA801ND"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr802n-v4-initramfs-kernel.bin"; + sha256 = "bcdc77acdd93e7956c238fac9bae98533c5082748d5f94f730b4b5d8b89437be"; + sha256_unsigned = "bcdc77acdd93e7956c238fac9bae98533c5082748d5f94f730b4b5d8b89437be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "e5153d56d5b4c40279d5dd17d2d37e08de37775aa6a97828165b45b5fde78912"; + sha256_unsigned = "2a454335b26045c98dab7d3a8e5d6501c960ec3d055e8647910f73d6d2103df0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "83b28bf5ba8eed7755afd2681a94eb71db04d1bf0b2f1f629c66b5c0f5b1ad44"; + sha256_unsigned = "83b28bf5ba8eed7755afd2681a94eb71db04d1bf0b2f1f629c66b5c0f5b1ad44"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + model = "TL-WR802N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr840n-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr840n-v4-initramfs-kernel.bin"; + sha256 = "5205d6d2a48bd00096576ae6ade5b1f3513d5f13f13f97ae73d0bbb51173a025"; + sha256_unsigned = "5205d6d2a48bd00096576ae6ade5b1f3513d5f13f13f97ae73d0bbb51173a025"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "6c26986d88142899f5092800d96d7ff1912368d249959782e4acfea9f9340a79"; + sha256_unsigned = "62688eb694a2a93d2da53918efeee129de729d64a5087cb50240f8af2008a064"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "f786aac8b56e6a1e3bed2710e1049decef9ba4fbbce3b7ae40c4f0dbb87356f0"; + sha256_unsigned = "f786aac8b56e6a1e3bed2710e1049decef9ba4fbbce3b7ae40c4f0dbb87356f0"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr840n-v4" + "tl-wr840n-v4" + ]; + titles = [ + { + model = "TL-WR840N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr841n-v13"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr841n-v13-initramfs-kernel.bin"; + sha256 = "5acb20ee2f7ade640940ee61eabcab6f1077f60a991d4772a3b699f368486bff"; + sha256_unsigned = "5acb20ee2f7ade640940ee61eabcab6f1077f60a991d4772a3b699f368486bff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "f30c53e26ee6234be6b073d7d4e0b6213995dbc7769657e39e5e1d5254a99ef6"; + sha256_unsigned = "cb5864fcc74ca1559fb628721a7f7943f87121dd95e252a327a604a7bc1681b2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "bfeb3a14900e83e95988fdf40ab571d2ddbfcd329d2f4970d019bcdd53df5cda"; + sha256_unsigned = "bfeb3a14900e83e95988fdf40ab571d2ddbfcd329d2f4970d019bcdd53df5cda"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr841n-v13" + "tl-wr841n-v13" + ]; + titles = [ + { + model = "TL-WR841N"; + variant = "v13"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr842n-v5-initramfs-kernel.bin"; + sha256 = "9a291650fb4d91ac25bbdf7bb486126747cb702beb54b68793480713bbbaf975"; + sha256_unsigned = "9a291650fb4d91ac25bbdf7bb486126747cb702beb54b68793480713bbbaf975"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "8dd7c8b4595f113cab9a619f9785014f5df0db828069daff03355251fd52a987"; + sha256_unsigned = "40210c588ae1615bb0f4d53fe0fab64eb38a96d9aa7fec24a3f28d13c9b353ea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "cd89b99dcecbf190d4eddfce3c4fd5973b7956f730f4d6c0c33c96689f86c7bb"; + sha256_unsigned = "cd89b99dcecbf190d4eddfce3c4fd5973b7956f730f4d6c0c33c96689f86c7bb"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr850n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr850n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr850n-v2-initramfs-kernel.bin"; + sha256 = "ac58d53e2534e1e4af1e6e9d0e34fa0b859eca8b106832e379835678b0189282"; + sha256_unsigned = "ac58d53e2534e1e4af1e6e9d0e34fa0b859eca8b106832e379835678b0189282"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-sysupgrade.bin"; + sha256 = "b44f1fd4ffc95b4499e1563c0bd41195f5471399f23d6e9291a04995b5cd2647"; + sha256_unsigned = "29d95f5a75de110d6784e26e5cc6ac79e9e801d952ea1511341e67dee9ee1470"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-tftp-recovery.bin"; + sha256 = "59561576c267d26cd680eb76c31b2dace0198ac912f59ed01823125e57b79cee"; + sha256_unsigned = "59561576c267d26cd680eb76c31b2dace0198ac912f59ed01823125e57b79cee"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr850n-v2" + ]; + titles = [ + { + model = "TL-WR850N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr902ac-v3-initramfs-kernel.bin"; + sha256 = "00d4edaf3842a95b717d605b402de1b4b07a4f622ec63c3aaa29e07776e155ad"; + sha256_unsigned = "00d4edaf3842a95b717d605b402de1b4b07a4f622ec63c3aaa29e07776e155ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "caad6c48f4f8a2769af33d24105654178bd97b790a1c05787059e4274024b3d4"; + sha256_unsigned = "c10dfa4730fdbfc0429d29fa49984e5b65a999589db605f9dfa53d87e01926d3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "b7bcccd0fce14a55643a41271d75543945da5a2ca008a74117ecd9b50c206b61"; + sha256_unsigned = "b7bcccd0fce14a55643a41271d75543945da5a2ca008a74117ecd9b50c206b61"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + unielec_u7628-01-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-unielec_u7628-01-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-unielec_u7628-01-16m-initramfs-kernel.bin"; + sha256 = "90df88d6364cfe801017414b0919c7c72758134c0ed1ff5c757cca14bc9bf333"; + sha256_unsigned = "90df88d6364cfe801017414b0919c7c72758134c0ed1ff5c757cca14bc9bf333"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-unielec_u7628-01-16m-squashfs-sysupgrade.bin"; + sha256 = "94cd0e70f49b1e23ed3ed22dace2bb76e6c7fbcd13c776804b3da969d215dae7"; + sha256_unsigned = "78555a3e0b5bdf23a7757130494c59d1fbb8fc6636fbb67f12e7638c10d4cc5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7628-01-16m" + "u7628-01-128M-16M" + "unielec,u7628-01-128m-16m" + ]; + titles = [ + { + model = "U7628-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + vocore_vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-vocore_vocore2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-vocore_vocore2-initramfs-kernel.bin"; + sha256 = "6bf9ce72db59167c6ef27b5310d6170eff26b92abd7399ad77a199f70b9d40a0"; + sha256_unsigned = "6bf9ce72db59167c6ef27b5310d6170eff26b92abd7399ad77a199f70b9d40a0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-vocore_vocore2-squashfs-sysupgrade.bin"; + sha256 = "0a976bd43bb487dd8c0920a0df3129bfc70b79b37625162e83570a35ac63977e"; + sha256_unsigned = "3993e13ce91d98075cf9184a7d47d35e8ba546470b52851bdb2836cf09fb26f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore2" + "vocore2" + ]; + titles = [ + { + model = "VoCore2"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore2-lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-vocore_vocore2-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-vocore_vocore2-lite-initramfs-kernel.bin"; + sha256 = "7ee48a1ac740a26d5748721f9e08506254d1df49e39726a1f9cbb2209d0c6742"; + sha256_unsigned = "7ee48a1ac740a26d5748721f9e08506254d1df49e39726a1f9cbb2209d0c6742"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-vocore_vocore2-lite-squashfs-sysupgrade.bin"; + sha256 = "ea5bf45b4b7cae34b5bde3544b9cc699d38a693a8565865c5dfa1b55aac45c3a"; + sha256_unsigned = "e293988c0df1d1f9cc481377212b4896de1e8876b1b62cea8021f4dc01da860f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore2-lite" + "vocore2lite" + ]; + titles = [ + { + model = "VoCore2-Lite"; + vendor = "VoCore"; + } + ]; + }; + wavlink_wl-wn531a3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn531a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn531a3-initramfs-kernel.bin"; + sha256 = "6691bda55eac46ab1ff95edf7e1a027d96ac231f468e4d9bfb93619917456d39"; + sha256_unsigned = "6691bda55eac46ab1ff95edf7e1a027d96ac231f468e4d9bfb93619917456d39"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn531a3-squashfs-sysupgrade.bin"; + sha256 = "70f80a13ba89968ced2bde0f3533669f15c3f063f02ba0a667642a696bf6199c"; + sha256_unsigned = "c338be8c05164120a626000854604e0cf34e51204b3b3a21b27bc4778625e965"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a3" + "wl-wn531a3" + ]; + titles = [ + { + model = "WL-WN531A3"; + vendor = "Wavlink"; + } + { + model = "QUANTUM D4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn570ha1-initramfs-kernel.bin"; + sha256 = "6e5abb8a2c224228a95afe15149d629290da17963e70b607bc33fb4fdd17d33c"; + sha256_unsigned = "6e5abb8a2c224228a95afe15149d629290da17963e70b607bc33fb4fdd17d33c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "f3f045c8e59cb7eabad336b59335ab2195bd48a0eac5ce9696ae5dc9b0e58658"; + sha256_unsigned = "69295dc27226f8a41ebae88c59d51f415378558b48b7d07a1ae6237ba2668d15"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + model = "WL-WN570HA1"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn575a3-initramfs-kernel.bin"; + sha256 = "677c1680a7a5245bb9a9e999240b37b4e3a6e7d6904651ae1cd9988981b260c6"; + sha256_unsigned = "677c1680a7a5245bb9a9e999240b37b4e3a6e7d6904651ae1cd9988981b260c6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "66d5c1e70894a0e2ad21515549361e1d98cec0e7a06c3d7bcfb54cfec1b399ff"; + sha256_unsigned = "e46fad1acb0a66e6fa3c76f9bd3a138361382c6de028e118ef8d234e0295c2bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + model = "WL-WN575A3"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn576a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn576a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn576a2-initramfs-kernel.bin"; + sha256 = "09f3e5e2f040638d1a04d93d6db88cdd5d396000c9bc7edf5c2ff81eac9c44e8"; + sha256_unsigned = "09f3e5e2f040638d1a04d93d6db88cdd5d396000c9bc7edf5c2ff81eac9c44e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn576a2-squashfs-sysupgrade.bin"; + sha256 = "bc657e80b10e85f7f474a6e13cdbd8a5f29ec4e9df22b19b00c03c091ed2eef3"; + sha256_unsigned = "a21aef36648b6d36a80dc51f6f58a299e628088c5ea1a51f100da21a1c7d3455"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn576a2" + ]; + titles = [ + { + model = "WL-WN576A2"; + vendor = "Wavlink"; + } + { + model = "SWV 733 B1"; + vendor = "Silvercrest"; + } + ]; + }; + wavlink_wl-wn577a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn577a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn577a2-initramfs-kernel.bin"; + sha256 = "ebd571f02214b4b7c3d63bd3e0cd5226a38242b83a407aa1017327f61a4d3f0a"; + sha256_unsigned = "ebd571f02214b4b7c3d63bd3e0cd5226a38242b83a407aa1017327f61a4d3f0a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn577a2-squashfs-sysupgrade.bin"; + sha256 = "66fb74e5a2a88b066cddcbb08c788a3b0aad240ef99e08badc3aa80f3e3f5c4a"; + sha256_unsigned = "1790d945e7aec30cbe48a8b2e23498a90b52b12027d4256f91364a91c22e0f1a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn577a2" + ]; + titles = [ + { + model = "WL-WN577A2"; + vendor = "Wavlink"; + } + { + model = "WLR-755"; + vendor = "Maginon"; + } + ]; + }; + wavlink_wl-wn578a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn578a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn578a2-initramfs-kernel.bin"; + sha256 = "52b8328224b29ea7aff96d0e8c932babf959b8a8d8d2e91dccd52f714de9b3ff"; + sha256_unsigned = "52b8328224b29ea7aff96d0e8c932babf959b8a8d8d2e91dccd52f714de9b3ff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wavlink_wl-wn578a2-squashfs-sysupgrade.bin"; + sha256 = "46a253eb1f008ff4e79d17c2044d0486bcb21f90503fcc5e964ccfa9702bdccd"; + sha256_unsigned = "621eb3c8c8046707ea4958a523c87f86006cd5652bdd2e8a188b466deee7cec0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn578a2" + ]; + titles = [ + { + model = "WL-WN578A2"; + vendor = "Wavlink"; + } + { + model = "SWV 733 A2"; + vendor = "SilverCrest"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-widora_neo-16m-initramfs-kernel.bin"; + sha256 = "2f0c763a52147737a5b6cc12175bc7a604346652a9dfa3c430490cf6cc91857c"; + sha256_unsigned = "2f0c763a52147737a5b6cc12175bc7a604346652a9dfa3c430490cf6cc91857c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "0582deaa95b5e05ebb00087af22c9848437acc93b6558b30d8025126840ccc03"; + sha256_unsigned = "8619118cf255d927d20f2b50f757e15a8a2fa53da7f8cd315602b341ea39c031"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "16M"; + vendor = "Widora"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-widora_neo-32m-initramfs-kernel.bin"; + sha256 = "a683bf563e2227df03f507e0f52089d22cf5a4f8e8f04e99d3f301ab3990cd03"; + sha256_unsigned = "a683bf563e2227df03f507e0f52089d22cf5a4f8e8f04e99d3f301ab3990cd03"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "7985318f4bc18f61f87e30941a79d7e0b776712ad15df1d9591b6248222792b1"; + sha256_unsigned = "73df5c7ccdf6eaf219d41677af84e984909b368e821b5c3c4b5767e192c04588"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "32M"; + vendor = "Widora"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wiznet_wizfi630s-initramfs-kernel.bin"; + sha256 = "05ea0868e883638d2f9f13fd1330ad4619fa2684baee6f6c3431f1a852092730"; + sha256_unsigned = "05ea0868e883638d2f9f13fd1330ad4619fa2684baee6f6c3431f1a852092730"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "0b6580da3692b9d0ac35e771f9fb55af7cc5e0e831a7fd4d162cff9db4ea7d25"; + sha256_unsigned = "1bf9cac3266feeec6f79cd2b81b8550a8ba7f1be9ed57b7b6ed2643e1b5ace23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + model = "WizFi630S"; + vendor = "WIZnet"; + } + ]; + }; + wrtnode_wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-wrtnode_wrtnode2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wrtnode_wrtnode2p-initramfs-kernel.bin"; + sha256 = "a760350f2e54d5bd2e9ab2b7d566c6c94dc760f47828d12e14294bbab469b5c1"; + sha256_unsigned = "a760350f2e54d5bd2e9ab2b7d566c6c94dc760f47828d12e14294bbab469b5c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "5c51db31575f75e6be33a50492ac9d709f85d982f21187fe2f86cb9aff548948"; + sha256_unsigned = "19acdf0c3cae79879742b62b83d97ff2d1254ce5290e7efd7f4c81339ec50df7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2p" + "wrtnode2p" + ]; + titles = [ + { + model = "WRTnode 2P"; + vendor = "WRTnode"; + } + ]; + }; + wrtnode_wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-wrtnode_wrtnode2r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wrtnode_wrtnode2r-initramfs-kernel.bin"; + sha256 = "b6daee263d2636bb1e7a1085d50df82244914d13eee3966f3bbee31235d760a5"; + sha256_unsigned = "b6daee263d2636bb1e7a1085d50df82244914d13eee3966f3bbee31235d760a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-wrtnode_wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "453af9d09c804e52738e20a5a4dc3c5178b69af77fddac1ff9e8814a1fbf8cc4"; + sha256_unsigned = "6be9740f385fddc50e2af463c4d219b2b34ae45e1a19ad8ca52f8cb05c8a7ecc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2r" + "wrtnode2r" + ]; + titles = [ + { + model = "WRTnode 2R"; + vendor = "WRTnode"; + } + ]; + }; + xiaomi_mi-router-4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-xiaomi_mi-router-4a-100m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-xiaomi_mi-router-4a-100m-initramfs-kernel.bin"; + sha256 = "45f5dc43317983c76199d95fff67253802eea19411ef9324b3e1d86d0ef2fd2a"; + sha256_unsigned = "45f5dc43317983c76199d95fff67253802eea19411ef9324b3e1d86d0ef2fd2a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin"; + sha256 = "ae3e2b9a696541be55301b9e2ff7f84cbc151e252219a37c0d92728afe8fb978"; + sha256_unsigned = "d84dba8b65642600627e54ce14256ee2dbcb29e3911f4928f220f60e2d832a4c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m" + "xiaomi,mir4a-100m" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-100m-intl = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl-squashfs-sysupgrade.bin"; + sha256 = "49163755ec21191a59575eadf2ca3af42b9cad59e62fe1c6b43759a8146c3575"; + sha256_unsigned = "2d21427c1df9f057e344cfb5625ff3f4866f0e167c1fee9483bba36b50186e76"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl-initramfs-kernel.bin"; + sha256 = "aa656195d45a07fad94e239e87255dfcaeb32aaedfaae7acfe27708caae760c4"; + sha256_unsigned = "aa656195d45a07fad94e239e87255dfcaeb32aaedfaae7acfe27708caae760c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m-intl" + "xiaomi,mir4a-100m-intl" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M International Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-xiaomi_mi-router-4c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-xiaomi_mi-router-4c-squashfs-sysupgrade.bin"; + sha256 = "d9aa699fd7445eadff02796db4774e467076b3fe463b1dd35950b285b8f781b3"; + sha256_unsigned = "2d8addf3515aa706bf4670ed55cfc1ec0c06801c6cdefcdcd0096186b5b73a04"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-xiaomi_mi-router-4c-initramfs-kernel.bin"; + sha256 = "fc6ceb3c032f2c38659a78a4578a7e20c92d6fd9aa887cf294a557228ce613f5"; + sha256_unsigned = "fc6ceb3c032f2c38659a78a4578a7e20c92d6fd9aa887cf294a557228ce613f5"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4c" + ]; + titles = [ + { + model = "Mi Router 4C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-3c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-xiaomi_miwifi-3c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-xiaomi_miwifi-3c-squashfs-sysupgrade.bin"; + sha256 = "775ec363a255f6e9fca5a01eb49ce3ff067df5bfc7926bafd1e66ca0c91844cc"; + sha256_unsigned = "dc7036ea30cafc2b29f200d71d6e26fad5adb892b599490e61d4372260dccb7a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-xiaomi_miwifi-3c-initramfs-kernel.bin"; + sha256 = "47527c9f1a060b319807e0e9774bca48f94861761293144b564217823e7fa306"; + sha256_unsigned = "47527c9f1a060b319807e0e9774bca48f94861761293144b564217823e7fa306"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-3c" + ]; + titles = [ + { + model = "MiWiFi 3C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-nano = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-xiaomi_miwifi-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-xiaomi_miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "7ab80a1dac421597bf8088126d6e178d242011dfb6281f4d5d5d0457fd9686f9"; + sha256_unsigned = "62b340bbf984d75e32b186fc26c3bbd9cdbb7d7fb7dbf624873ad6c1c0c64987"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-xiaomi_miwifi-nano-initramfs-kernel.bin"; + sha256 = "bf904a2afad2619d1a76be2c7dfb06997de78ccf2b3341301bf35e7861f28992"; + sha256_unsigned = "bf904a2afad2619d1a76be2c7dfb06997de78ccf2b3341301bf35e7861f28992"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-nano" + "miwifi-nano" + ]; + titles = [ + { + model = "MiWiFi Nano"; + vendor = "Xiaomi"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "fdabc6ee0491a21d82fbfed3ca11c33fa53cc915374f8af1ad2e02cf06ebaebd"; + sha256_unsigned = "b65e5e67051b03d5f04a2649f7360ad4dba06b2059878a5e2e2653b86f2038db"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-zbtlink_zbt-we1226-initramfs-kernel.bin"; + sha256 = "18068cc8341f196a6528d6f1211a2b8905451abc700f3f3bc017ff7947281645"; + sha256_unsigned = "18068cc8341f196a6528d6f1211a2b8905451abc700f3f3bc017ff7947281645"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + model = "ZBT-WE1226"; + vendor = "Zbtlink"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "cbf71857505652810b800610e6f11450024d836a0448727b83768bf1357ccfde"; + sha256_unsigned = "934c76f22554fb41f127149378212993373f709806fe4fef04aa7f0e9e805adb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "31acf3f077649dd4f2f44a0fa22b8461d559a0d93b430082fe64cd42ee1855ab"; + sha256_unsigned = "31acf3f077649dd4f2f44a0fa22b8461d559a0d93b430082fe64cd42ee1855ab"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-mt76x8-zyxel_keenetic-extra-ii-initramfs-kernel.bin"; + sha256 = "70f6bea5e46d85b78c7e4eb72b60f222802046403482c0df93cc98ea9dcddfd9"; + sha256_unsigned = "70f6bea5e46d85b78c7e4eb72b60f222802046403482c0df93cc98ea9dcddfd9"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + model = "Keenetic Extra II"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "ramips/mt76x8"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + belkin_f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt288x-belkin_f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt288x-belkin_f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "8e3189b79dc081097259be4e58d0c4690403486e2f6834cbf98c99d1c2db21fd"; + sha256_unsigned = "3ca5faf57d125b17a5250f4cce58bcaea843b81e33018ad0d0bbd5c716fb7357"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v1" + "f5d8235-v1" + ]; + titles = [ + { + model = "F5D8235"; + variant = "V1"; + vendor = "Belkin"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "ramips/rt288x"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "7links_px-4885-8m" = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-7links_px-4885-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-7links_px-4885-8m-squashfs-sysupgrade.bin"; + sha256 = "257e94f97e6808a15fd5b206550588b40f15de02085502ebdce056d3f8d9f516"; + sha256_unsigned = "698309ee4ef0cf9bd9290d59780006d8ee718e65ea2276efe590546b088f0b03"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-7links_px-4885-8m-initramfs-kernel.bin"; + sha256 = "6f5e3313800ab8f1ac6766b801c2b15c5ba97b646648e5f7b1e843cae36563df"; + sha256_unsigned = "6f5e3313800ab8f1ac6766b801c2b15c5ba97b646648e5f7b1e843cae36563df"; + type = "kernel"; + } + ]; + supported_devices = [ + "7links,px-4885-8m" + "px-4885-8M" + ]; + titles = [ + { + model = "PX-4885"; + variant = "8M"; + vendor = "7Links"; + } + ]; + }; + "8devices_carambola" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-8devices_carambola"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-8devices_carambola-squashfs-sysupgrade.bin"; + sha256 = "14a3d66f6699ddad7b1ea35ed789f1c8d33e244c7ae1a83d4acea4358572da28"; + sha256_unsigned = "6c0d90405abfd9dcbd276cfc06bffb718dfcca4490b9ff9625cf8554178c590d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-8devices_carambola-initramfs-kernel.bin"; + sha256 = "05df9c6b8663b26ea53dc42d3a26a1604ba9b7131e314c1e64d086a30edcfdf9"; + sha256_unsigned = "05df9c6b8663b26ea53dc42d3a26a1604ba9b7131e314c1e64d086a30edcfdf9"; + type = "kernel"; + } + ]; + supported_devices = [ + "8devices,carambola" + "carambola" + ]; + titles = [ + { + model = "Carambola"; + vendor = "8devices"; + } + ]; + }; + accton_wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-accton_wr6202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-accton_wr6202-squashfs-sysupgrade.bin"; + sha256 = "d54e5c94c259e4a6a89e5bc6bccebf7e9638d50a025647125d162db5b7bd35fb"; + sha256_unsigned = "80f3495019e0e3b100462751d76dfd05212952361b123dac0a58d90f87350119"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-accton_wr6202-initramfs-kernel.bin"; + sha256 = "60fc86e7b9a717c12e1cc462a26cebc4b6eead85e6b1ed5668c5b98a6d64d383"; + sha256_unsigned = "60fc86e7b9a717c12e1cc462a26cebc4b6eead85e6b1ed5668c5b98a6d64d383"; + type = "kernel"; + } + ]; + supported_devices = [ + "accton,wr6202" + "wr6202" + ]; + titles = [ + { + model = "WR6202"; + vendor = "Accton"; + } + ]; + }; + alfa-network_w502u = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-alfa-network_w502u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-alfa-network_w502u-initramfs-kernel.bin"; + sha256 = "1da1831935ad9e5a65ab3d40440b516918acf7e4d2342faf3071c137f701a905"; + sha256_unsigned = "1da1831935ad9e5a65ab3d40440b516918acf7e4d2342faf3071c137f701a905"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-alfa-network_w502u-squashfs-sysupgrade.bin"; + sha256 = "d74e9a5a435ce000d68c35f28587483fdf94714380d6b97b7961d5964ba5210d"; + sha256_unsigned = "9b54f0ef6b5e96bb809ab2a136df6d35608be4aaec24a06858f5d56e2616da36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,w502u" + "w502u" + ]; + titles = [ + { + model = "Networks W502U"; + vendor = "ALFA"; + } + ]; + }; + allnet_all0256n-8m = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-allnet_all0256n-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-allnet_all0256n-8m-initramfs-kernel.bin"; + sha256 = "fadab3562e81a1867760d4a8ba78986745363310d20227a4c3ad8964b50b3053"; + sha256_unsigned = "fadab3562e81a1867760d4a8ba78986745363310d20227a4c3ad8964b50b3053"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-allnet_all0256n-8m-squashfs-sysupgrade.bin"; + sha256 = "232d83afd6fa51c3052840966833512a23cc08ff667acaa0672e8e1ef76877c9"; + sha256_unsigned = "8bcb42d52d1f7a2b51dee85ad1a4009db13bda18049911a1210749b52ea8ead5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all0256n-8m" + "all0256n-8M" + ]; + titles = [ + { + model = "ALL0256N"; + variant = "8M"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5002 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-allnet_all5002"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-allnet_all5002-initramfs-kernel.bin"; + sha256 = "15ee15e82cf8a2f081cf8bccac02ae09ff8252c900e11602180bc80774222be7"; + sha256_unsigned = "15ee15e82cf8a2f081cf8bccac02ae09ff8252c900e11602180bc80774222be7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-allnet_all5002-squashfs-sysupgrade.bin"; + sha256 = "0e03ce72167ff53692fb63d6bb3230a7dbb87ad997b09baa6517c44918151bd7"; + sha256_unsigned = "f9fb5e8832890329f9192c990b2be74ed4806afa295e165e5d64d58654072b00"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all5002" + "all5002" + ]; + titles = [ + { + model = "ALL5002"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5003 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-allnet_all5003"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-allnet_all5003-squashfs-sysupgrade.bin"; + sha256 = "3b5ead9e1173ae8b6f7bbaad240cac6cdb067176268430624f23d32307df4a1b"; + sha256_unsigned = "bac5bd593735cd3f59551a9be6f838f155970773523293c8ee37b52c2fde0a5e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-allnet_all5003-initramfs-kernel.bin"; + sha256 = "c5086320f838729053e9360166b31543b51375629482dc28264f6680d6d36aad"; + sha256_unsigned = "c5086320f838729053e9360166b31543b51375629482dc28264f6680d6d36aad"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all5003" + "all5003" + ]; + titles = [ + { + model = "ALL5003"; + vendor = "Allnet"; + } + ]; + }; + alphanetworks_asl26555-16m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-alphanetworks_asl26555-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-alphanetworks_asl26555-16m-initramfs-kernel.bin"; + sha256 = "93e7b802daf2fd251c28a6a2f5b4e137fbbf7015433909074287750c22642c77"; + sha256_unsigned = "93e7b802daf2fd251c28a6a2f5b4e137fbbf7015433909074287750c22642c77"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-alphanetworks_asl26555-16m-squashfs-sysupgrade.bin"; + sha256 = "67ba8c5fd21b40125911ce0520e99eccda44767f1ef0280f334a2eb69e56f1bd"; + sha256_unsigned = "d5c99f9ca8909100139b014a5b68198262dd1b50d91238e7996ec2218d2462bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-16m" + "asl26555" + "asl26555-16M" + ]; + titles = [ + { + model = "ASL26555"; + variant = "16M"; + vendor = "Alpha"; + } + ]; + }; + alphanetworks_asl26555-8m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-alphanetworks_asl26555-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-alphanetworks_asl26555-8m-initramfs-kernel.bin"; + sha256 = "358e194dab4716ef8c7d0144d1f6f63e1e1f3fcabdad44d10c4a60d2ba1d15ed"; + sha256_unsigned = "358e194dab4716ef8c7d0144d1f6f63e1e1f3fcabdad44d10c4a60d2ba1d15ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-alphanetworks_asl26555-8m-squashfs-sysupgrade.bin"; + sha256 = "5e2819451a8312fc24cfc528394924f529ccd4bf93d8102f0308a1705349aa60"; + sha256_unsigned = "a9f5e82ae7d439eb7dc27ba6b0d3b5819659f0ac8cb2fcf3d670c9ffe1f1d8bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-8m" + "asl26555" + "asl26555-8M" + ]; + titles = [ + { + model = "ASL26555"; + vendor = "Alpha"; + } + ]; + }; + arcwireless_freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-arcwireless_freestation5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-arcwireless_freestation5-initramfs-kernel.bin"; + sha256 = "bff44086e6bd3e598f2aa8261552b59a33e97f232edcb7eac2eec9d2ebc1c171"; + sha256_unsigned = "bff44086e6bd3e598f2aa8261552b59a33e97f232edcb7eac2eec9d2ebc1c171"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-arcwireless_freestation5-squashfs-sysupgrade.bin"; + sha256 = "0dca3f6253725416c29972fe56c50f3bf2990d135521279445884ecd2d6adf58"; + sha256_unsigned = "158148807ecf4adca7e86110d26e34150ca242d72c4bf903ba05ce0ffa649546"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcwireless,freestation5" + "freestation5" + ]; + titles = [ + { + model = "FreeStation"; + vendor = "ARC Wireless"; + } + ]; + }; + argus_atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-argus_atp-52b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-argus_atp-52b-squashfs-sysupgrade.bin"; + sha256 = "812e32d673cd9dbfa87c97051599acf6d203b0c81f69c05b2b8a1d4195f748c2"; + sha256_unsigned = "5ea4e790be7eb4a3008de601d2fa7ba3c5e6e62a797057a7923ade938f75a76e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-argus_atp-52b-initramfs-kernel.bin"; + sha256 = "9f1d4b94607b89640ff91450deb29650fe1eff60f0ea1755b43c34a7ac23b716"; + sha256_unsigned = "9f1d4b94607b89640ff91450deb29650fe1eff60f0ea1755b43c34a7ac23b716"; + type = "kernel"; + } + ]; + supported_devices = [ + "argus,atp-52b" + "atp-52b" + ]; + titles = [ + { + model = "ATP-52B"; + vendor = "Argus"; + } + ]; + }; + asiarf_awm002-evb-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-asiarf_awm002-evb-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-asiarf_awm002-evb-8m-initramfs-kernel.bin"; + sha256 = "e5b4c82ac7b7ad62e78ede8c59905d551dfccfd17ca0ef36d03ba09da0c1c739"; + sha256_unsigned = "e5b4c82ac7b7ad62e78ede8c59905d551dfccfd17ca0ef36d03ba09da0c1c739"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-asiarf_awm002-evb-8m-squashfs-sysupgrade.bin"; + sha256 = "f758caa504bdcc95b96f9413970d27b50cce2fba6b0400858749e2c9fbefcfcd"; + sha256_unsigned = "fecfcca2696777429f599363514ab43303fc746a49bf4ba3d61cfebba03856dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,awm002-evb-8m" + "awm002-evb-8M" + ]; + titles = [ + { + model = "AWM002-EVB/AWM003-EVB"; + variant = "8M"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-asus_rt-n13u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-asus_rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "487d77ca4d56e58bfdd298ee39dac2227568503e73807bb20598e40bcd99ce57"; + sha256_unsigned = "a57f5245b2df01f199763790d75579eb60b14ae202bb90bdd7d6378e70d93cb1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-asus_rt-n13u-initramfs-kernel.bin"; + sha256 = "036d133ad9e6106e86c303476c313014492b771ce5a3a3fd81cede434aa251ed"; + sha256_unsigned = "036d133ad9e6106e86c303476c313014492b771ce5a3a3fd81cede434aa251ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n13u" + "rt-n13u" + ]; + titles = [ + { + model = "RT-N13U"; + vendor = "Asus"; + } + ]; + }; + aximcom_mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-aximcom_mr-102n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-aximcom_mr-102n-initramfs-kernel.bin"; + sha256 = "bd855348073c524f29858365a7c4b8215e1fd3b88414f1b7ae4ae3383f804166"; + sha256_unsigned = "bd855348073c524f29858365a7c4b8215e1fd3b88414f1b7ae4ae3383f804166"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-aximcom_mr-102n-squashfs-sysupgrade.bin"; + sha256 = "2fa0b1b0a718d478335b4f2353ba3eb13595b00c55d301d0a9462607e9db97cb"; + sha256_unsigned = "bd19aa5562dc577386f9a5dfecfcf312bc1aa3d196bf34908cddb27a20b2aa47"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aximcom,mr-102n" + "mr-102n" + ]; + titles = [ + { + model = "MR-102N"; + vendor = "AXIMCom"; + } + ]; + }; + aztech_hw550-3g = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-aztech_hw550-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-aztech_hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "131b33127406ebc852b2ccb14ecb284c742bfe8f3aaeee0707ecc1dee7179050"; + sha256_unsigned = "c78713566415361ba2c7ba0afc00a73d872b647ff4b4d8735aa325e41bb22a2d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-aztech_hw550-3g-initramfs-kernel.bin"; + sha256 = "6861362ce22bb4c3f4754a81cb895a8151a9a329eb8265ca80c13fd83788f072"; + sha256_unsigned = "6861362ce22bb4c3f4754a81cb895a8151a9a329eb8265ca80c13fd83788f072"; + type = "kernel"; + } + ]; + supported_devices = [ + "aztech,hw550-3g" + "hw550-3g" + ]; + titles = [ + { + model = "HW550-3G"; + vendor = "Aztech"; + } + { + model = "ALL0239-3G"; + vendor = "Allnet"; + } + ]; + }; + belkin_f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-belkin_f5d8235-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-belkin_f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "d108235d82b34719bf06bd526a6f151423c76de0e3361a11caf98f1809d0f664"; + sha256_unsigned = "2f824530db7d7dfe698eab60fe9bcd98eb2b7cef92dd1ad6d52673de01a8696e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-belkin_f5d8235-v2-initramfs-kernel.bin"; + sha256 = "834a907b15d6dcb775d2f2e2649a67f0d41d12d210bcd10a234cf45f34ec30b7"; + sha256_unsigned = "834a907b15d6dcb775d2f2e2649a67f0d41d12d210bcd10a234cf45f34ec30b7"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v2" + "f5d8235-v2" + ]; + titles = [ + { + model = "F5D8235"; + variant = "v2"; + vendor = "Belkin"; + } + ]; + }; + belkin_f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-belkin_f7c027"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-belkin_f7c027-squashfs-sysupgrade.bin"; + sha256 = "f8d8cdec7365c03099418a6a4b0542415c0ed21807638a78c302b77ecf897528"; + sha256_unsigned = "de3eb82f2293d145721bfeb5fd8ccbc32029c614758e0f65dc42348ad3383968"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-belkin_f7c027-initramfs-kernel.bin"; + sha256 = "a11dbefd34cba5faa922669bd4ed1d3f48325b6b8b98ebf77f4cb9ccb4e473da"; + sha256_unsigned = "a11dbefd34cba5faa922669bd4ed1d3f48325b6b8b98ebf77f4cb9ccb4e473da"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f7c027" + "f7c027" + ]; + titles = [ + { + model = "F7C027"; + vendor = "Belkin"; + } + ]; + }; + dlink_dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-dlink_dap-1350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-dlink_dap-1350-squashfs-factory.bin"; + sha256 = "5e150ee7e6bb90a6a68ae59528fb7da92973d7642c6964d1bac665852ce4cac8"; + sha256_unsigned = "5e150ee7e6bb90a6a68ae59528fb7da92973d7642c6964d1bac665852ce4cac8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-dlink_dap-1350-squashfs-factory-NA.bin"; + sha256 = "b244dbeb9d039c7ac5f9f456d26ba72f7847e651c72f759a32462279777c1cb8"; + sha256_unsigned = "b244dbeb9d039c7ac5f9f456d26ba72f7847e651c72f759a32462279777c1cb8"; + type = "factory-NA"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-dlink_dap-1350-initramfs-kernel.bin"; + sha256 = "36b77749f67cd6f7dd37af558cac012d08764791675dcb81a55389b31023acee"; + sha256_unsigned = "36b77749f67cd6f7dd37af558cac012d08764791675dcb81a55389b31023acee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-dlink_dap-1350-squashfs-sysupgrade.bin"; + sha256 = "bc5e430fce0002bbab96072a808ec7473e1f44a9eb25da7ed4b1ee63cf32972d"; + sha256_unsigned = "96954d2489bb3324fbcc93bf0dce2f73b7774099d16bdf9677392780638a6731"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1350" + "dap-1350" + ]; + titles = [ + { + model = "DAP-1350"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-300-b7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-dlink_dir-300-b7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-dlink_dir-300-b7-squashfs-sysupgrade.bin"; + sha256 = "bd982f62a10900faf2c6065e21faf920a3c9e146daad77668cf2821e1da9cb5f"; + sha256_unsigned = "ceddc97a9436fbcf47e096ed4f9d1ef11bb3c6fb4b52291e255dd1dc2e591cc7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-dlink_dir-300-b7-initramfs-kernel.bin"; + sha256 = "5a513bd6005d42f7d5a6381aaa1f8004dddad2c79ffead2d3519779de61a6dcf"; + sha256_unsigned = "5a513bd6005d42f7d5a6381aaa1f8004dddad2c79ffead2d3519779de61a6dcf"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-300-b7" + "dir-300-b7" + ]; + titles = [ + { + model = "DIR-300"; + variant = "B7"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-dlink_dir-320-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-dlink_dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "a96669c9cba412cf90efbb749a054865ad483f571d38c245f92643043a4929a9"; + sha256_unsigned = "3eb92eb5fb696ed1aeea6b1e2577148de1b95e01f534edbdb0d16689e5f0f5ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-dlink_dir-320-b1-initramfs-kernel.bin"; + sha256 = "0be54bd5c384ddcd703f033e1d0808aed27ad060e1f39d42a10e39b33f30d0b3"; + sha256_unsigned = "0be54bd5c384ddcd703f033e1d0808aed27ad060e1f39d42a10e39b33f30d0b3"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-320-b1" + "dir-320-b1" + ]; + titles = [ + { + model = "DIR-320"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-dlink_dir-620-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-dlink_dir-620-a1-initramfs-kernel.bin"; + sha256 = "a004f563e10ce120b452b925581f6dfa0582e192572ff15d580bec0253e5250d"; + sha256_unsigned = "a004f563e10ce120b452b925581f6dfa0582e192572ff15d580bec0253e5250d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-dlink_dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "285b37c10b87124631516866e2c458f819021eadd5bf5cb89708c8f0241f68f4"; + sha256_unsigned = "82691322e66a92959e2de0eb417172a8418f12a7f4f6d4dd5adbc3edf622df73"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-620-a1" + "dir-620-a1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-dlink_dir-620-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-dlink_dir-620-d1-initramfs-kernel.bin"; + sha256 = "69ca3a2278a1c6e45e02d95952e9b953c45170946ed8cfc83f3df3976d355bf8"; + sha256_unsigned = "69ca3a2278a1c6e45e02d95952e9b953c45170946ed8cfc83f3df3976d355bf8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-dlink_dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "1524f2d54948e1906d93c922317fbed2caf350cd9829619432bdc6e26b7d94d9"; + sha256_unsigned = "40eb9dd5c58dbcbafe1e15be36598177bb28b9aac964b04ee73a407063841a07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-620-d1" + "dir-620-d1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial-option" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-dlink_dwr-512-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-dlink_dwr-512-b-initramfs-kernel.bin"; + sha256 = "8a2721eb8d1aa88912e7ef258f6755bfbb0bde5d5a95fd0b88596175771e35c0"; + sha256_unsigned = "8a2721eb8d1aa88912e7ef258f6755bfbb0bde5d5a95fd0b88596175771e35c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-dlink_dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "4c4660b8676b64cc5f05696954a04e0a289ed59cb2b19253d02edf6f0d63d434"; + sha256_unsigned = "225930e34ddb2711de252b35f30e4390b990e342357903b0bb4897b9cf0d4bf0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-dlink_dwr-512-b-squashfs-factory.bin"; + sha256 = "96ef9822795cc6188c733b4cc78169463ae526626f0a51eb03d14c768173a9be"; + sha256_unsigned = "96ef9822795cc6188c733b4cc78169463ae526626f0a51eb03d14c768173a9be"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-512-b" + "dwr-512-b" + ]; + titles = [ + { + model = "DWR-512"; + variant = "B"; + vendor = "D-Link"; + } + ]; + }; + easyacc_wizard-8800 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-easyacc_wizard-8800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-easyacc_wizard-8800-initramfs-kernel.bin"; + sha256 = "3f8e119b01031379956f6cd627db97e5b4c50fb6a5acd5e062483d462b20fac2"; + sha256_unsigned = "3f8e119b01031379956f6cd627db97e5b4c50fb6a5acd5e062483d462b20fac2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-easyacc_wizard-8800-squashfs-sysupgrade.bin"; + sha256 = "c522f9b809cd0844df20a28ad9e8d0f4545bef4d3bd2fac09c25811e5a80377c"; + sha256_unsigned = "fa9fdde1b58210bf5ecd13f3e71ff04ebf6796c8d4e5d05841e332faf6f8451f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "easyacc,wizard-8800" + "wizard8800" + ]; + titles = [ + { + model = "WIZARD 8800"; + vendor = "EasyAcc"; + } + ]; + }; + fon_fonera-20n = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-fon_fonera-20n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-fon_fonera-20n-initramfs-kernel.bin"; + sha256 = "081792fa4bf6d40eebf07e4ea1d5d7145533366a7790962e4f13a528e3332276"; + sha256_unsigned = "081792fa4bf6d40eebf07e4ea1d5d7145533366a7790962e4f13a528e3332276"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-fon_fonera-20n-squashfs-factory.bin"; + sha256 = "439848e09841bf5f56d38d72713fcb2ac5d221d79c52413dfd61d094d73968f6"; + sha256_unsigned = "439848e09841bf5f56d38d72713fcb2ac5d221d79c52413dfd61d094d73968f6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-fon_fonera-20n-squashfs-sysupgrade.bin"; + sha256 = "df663a58419cea213a725e5974b64c8c6734349acc6d6547b34cc47747f97f93"; + sha256_unsigned = "9ab6a7f5ffcfdc6fa8d07c6c2aa95c87a0dddd6bddc9951a7543f0f692711c91"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fon,fonera-20n" + "fonera20n" + ]; + titles = [ + { + model = "Fonera 2.0N"; + vendor = "Fon"; + } + ]; + }; + hame_mpr-a2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-hame_mpr-a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-hame_mpr-a2-initramfs-kernel.bin"; + sha256 = "894a80c3944b3935cee89c7dcba4c8a7f95b01d649f61fc7525442190a7aa307"; + sha256_unsigned = "894a80c3944b3935cee89c7dcba4c8a7f95b01d649f61fc7525442190a7aa307"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-hame_mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "584c48b4a520c243c6fb920987caa6270ba3ed05c1458f3469b753d427c91fe4"; + sha256_unsigned = "93cb48217a81557dd01e1ed0b556c4f2f30257a91d08bf09c8043b999cabf0ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hame,mpr-a2" + "mpr-a2" + ]; + titles = [ + { + model = "MPR"; + variant = "A2"; + vendor = "HAME"; + } + ]; + }; + hauppauge_broadway = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-hauppauge_broadway"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-hauppauge_broadway-initramfs-kernel.bin"; + sha256 = "2dd1a68367229869535485d4a81fa0463b5c3d1ab412e57041691a58b60ec20d"; + sha256_unsigned = "2dd1a68367229869535485d4a81fa0463b5c3d1ab412e57041691a58b60ec20d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-hauppauge_broadway-squashfs-sysupgrade.bin"; + sha256 = "682c74cfa1bab3e9bf8bec54bc598569844520849d2002a983d777647ccf2d0e"; + sha256_unsigned = "b5f5ac54dc67f265c48ce4c4f22f5e26b9c64decc148c803f9506bf37cec88c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hauppauge,broadway" + "broadway" + ]; + titles = [ + { + model = "Broadway"; + vendor = "Hauppauge"; + } + ]; + }; + huawei_hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-huawei_hg255d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-huawei_hg255d-squashfs-sysupgrade.bin"; + sha256 = "05246f07d39747a37d4a61d11a6f5f8c379a85e2b83f39c40710d1dfa00fb10c"; + sha256_unsigned = "5fc0cb1df0d30726dc2ae57265e1f54a21da19dff752e6c1995bd551db4a43b3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-huawei_hg255d-initramfs-kernel.bin"; + sha256 = "e46a1cdce82a001e0f02035ac07d524e45706caf6b70c3f6f91c3c5b1a4264b2"; + sha256_unsigned = "e46a1cdce82a001e0f02035ac07d524e45706caf6b70c3f6f91c3c5b1a4264b2"; + type = "kernel"; + } + ]; + supported_devices = [ + "huawei,hg255d" + "hg255d" + ]; + titles = [ + { + model = "HG255D"; + vendor = "HuaWei"; + } + ]; + }; + intenso_memory2move = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-intenso_memory2move"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-intenso_memory2move-squashfs-sysupgrade.bin"; + sha256 = "9fbd3a3e8cbdcb2db682361d9a8790e83b40604458b805052e303ec0e400b1ef"; + sha256_unsigned = "78294f2e3f9576d40f7213b73de62d47c1b64c3293807a816089636386679516"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-intenso_memory2move-initramfs-kernel.bin"; + sha256 = "0d370c1f40f988e2ace4fd93f42632df3498fc755c76f3addd362e89f3a967c4"; + sha256_unsigned = "0d370c1f40f988e2ace4fd93f42632df3498fc755c76f3addd362e89f3a967c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "intenso,memory2move" + "m2m" + ]; + titles = [ + { + model = "Memory 2 Move"; + vendor = "Intenso"; + } + ]; + }; + mofinetwork_mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-mofinetwork_mofi3500-3gn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-mofinetwork_mofi3500-3gn-initramfs-kernel.bin"; + sha256 = "4a903b600e6624859456292b35adc6c651cdc0c91c733de1236fa8239069945b"; + sha256_unsigned = "4a903b600e6624859456292b35adc6c651cdc0c91c733de1236fa8239069945b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-mofinetwork_mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "5463d6f39c6fee2892425a23086e1009ecf082b086e96d7592cf0b5ffc8b44cf"; + sha256_unsigned = "ac11fd6474de63fd6ed381b27a32630985ab28825ea64359f71916489aeccdc5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mofinetwork,mofi3500-3gn" + "mofi3500-3gn" + ]; + titles = [ + { + model = "MOFI3500-3GN"; + vendor = "MoFi Network"; + } + ]; + }; + nexaira_bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-nexaira_bc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-nexaira_bc2-squashfs-sysupgrade.bin"; + sha256 = "b993a7570950662de221cde7ff1bbe48040241bf729c045cad22777089c1a4a3"; + sha256_unsigned = "3e2455e4c2071f744d94095354ba7e423ae3fb70de80e8ea0127a9f14e24dad1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-nexaira_bc2-initramfs-kernel.bin"; + sha256 = "4666b9cb9ea19c5363996ccd964b3c8332b90e161c31beef3f995528e60479c1"; + sha256_unsigned = "4666b9cb9ea19c5363996ccd964b3c8332b90e161c31beef3f995528e60479c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexaira,bc2" + "bc2" + ]; + titles = [ + { + model = "BC2"; + vendor = "NexAira"; + } + ]; + }; + nexx_wt1520-8m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-nexx_wt1520-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-nexx_wt1520-8m-initramfs-kernel.bin"; + sha256 = "9fb95dd14fdb9b8d2251d68f61ae879d641bdb7a019da42da9bbe69ba20b6768"; + sha256_unsigned = "9fb95dd14fdb9b8d2251d68f61ae879d641bdb7a019da42da9bbe69ba20b6768"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-nexx_wt1520-8m-squashfs-sysupgrade.bin"; + sha256 = "82c5e3c7e850c167dd004857af2f91517216c68ae83c93a62276f06616c300d1"; + sha256_unsigned = "c1fe5f2ab6f60f013feaabc7bc25e2d63af3f656cdf7179ad926fd8ad70e12e1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-nexx_wt1520-8m-squashfs-factory.bin"; + sha256 = "579919e6f55134628da7d86aa05465b92121af2754646508ce27e70e647cbaef"; + sha256_unsigned = "579919e6f55134628da7d86aa05465b92121af2754646508ce27e70e647cbaef"; + type = "factory"; + } + ]; + supported_devices = [ + "nexx,wt1520-8m" + "wt1520-8M" + ]; + titles = [ + { + model = "WT1520"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + nixcore_x1-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-nixcore_x1-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-nixcore_x1-16m-initramfs-kernel.bin"; + sha256 = "5fc093192343ac3ca0e5fc83a0e96fcae2ab4efa5b8ac064349929fb5bc11959"; + sha256_unsigned = "5fc093192343ac3ca0e5fc83a0e96fcae2ab4efa5b8ac064349929fb5bc11959"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-nixcore_x1-16m-squashfs-sysupgrade.bin"; + sha256 = "6633691a9dae990b77f0d4cd805b7775de47348eb84f4e0223609d0c199d9642"; + sha256_unsigned = "14b869473170964b2c5c4535997430a397ce65ed1ba2ec2437f638b0e8166349"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore,x1-16m" + "nixcore-x1" + "nixcore-x1-16M" + ]; + titles = [ + { + model = "X1"; + variant = "16M"; + vendor = "Nixcore"; + } + ]; + }; + nixcore_x1-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-nixcore_x1-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-nixcore_x1-8m-initramfs-kernel.bin"; + sha256 = "fc5960e4741e5be7eda3697250d701ce088ceba4fa845b04d3bb523aa64f1d64"; + sha256_unsigned = "fc5960e4741e5be7eda3697250d701ce088ceba4fa845b04d3bb523aa64f1d64"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-nixcore_x1-8m-squashfs-sysupgrade.bin"; + sha256 = "53780c2e2fd51f9b7567bb87700a128f501842ef0e215ba4d9071f4eaa643f08"; + sha256_unsigned = "8f8dbbac252b5269e8c926ce7f05ccb215265a3cd06e4a4e9378a59b80398f80"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore,x1-8m" + "nixcore-x1" + "nixcore-x1-8M" + ]; + titles = [ + { + model = "X1"; + variant = "8M"; + vendor = "Nixcore"; + } + ]; + }; + olimex_rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-olimex_rt5350f-olinuxino"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-olimex_rt5350f-olinuxino-initramfs-kernel.bin"; + sha256 = "aeb78c2a4731c871c17c8d5af5c8b05587c2b56ed3f99697c6c12ad544edbedb"; + sha256_unsigned = "aeb78c2a4731c871c17c8d5af5c8b05587c2b56ed3f99697c6c12ad544edbedb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-olimex_rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "fe50f986056705de8dd5f47ca313fadc0f6b09dd857fc6d998372fd9d80cc0f1"; + sha256_unsigned = "240cf2dfd7c9f611fef57a6691b207f715e227ccd9c40a13137f5b03f7b1a65f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino" + "rt5350f-olinuxino" + ]; + titles = [ + { + model = "RT5350F-OLinuXino"; + vendor = "OLIMEX"; + } + ]; + }; + olimex_rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-olimex_rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-olimex_rt5350f-olinuxino-evb-initramfs-kernel.bin"; + sha256 = "731c5dfb726a50616ec6bdc85f6cb8234d08cb63e8a3459f33c17478180b39eb"; + sha256_unsigned = "731c5dfb726a50616ec6bdc85f6cb8234d08cb63e8a3459f33c17478180b39eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-olimex_rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "b7a19b2a3986aa2ad529ba683a6f6e803b8bcc3aa53b8a5728947305555442e4"; + sha256_unsigned = "11b025401b00ef88c116e4ea1d5190453ef1ffafa4bb9cffe093197f4582675d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino-evb" + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + model = "RT5350F-OLinuXino-EVB"; + vendor = "OLIMEX"; + } + ]; + }; + omnima_miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-omnima_miniembplug"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-omnima_miniembplug-initramfs-kernel.bin"; + sha256 = "6a50652aec1b75abeaf1a45c0e6b410f3e0b7a62b4b3844ce3dc1d789e1f955e"; + sha256_unsigned = "6a50652aec1b75abeaf1a45c0e6b410f3e0b7a62b4b3844ce3dc1d789e1f955e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-omnima_miniembplug-squashfs-sysupgrade.bin"; + sha256 = "6288f69edb94258c79fdf9a3553e4af7c05bbbf50e1e725bffd51580b28f2c08"; + sha256_unsigned = "a85bd07637079afc423947fe4a49175d7474b3f2cda0103e914c77df4d076aeb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,miniembplug" + "miniembplug" + ]; + titles = [ + { + model = "MiniEMBPlug"; + vendor = "Omnima"; + } + ]; + }; + omnima_miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-omnima_miniembwifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-omnima_miniembwifi-initramfs-kernel.bin"; + sha256 = "ea98bfbf9b3de30cb1178448612cfc526c56f68dc4862a642261e2f19d38211a"; + sha256_unsigned = "ea98bfbf9b3de30cb1178448612cfc526c56f68dc4862a642261e2f19d38211a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-omnima_miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "2affcca8804c89c60bc7c8616ddfb58d9be325e9941054ab204fd97956340218"; + sha256_unsigned = "f7e9e887ed2637c7e8c177988e47abe6ee4b3b4b179e4a3fecd225ec32710f95"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,miniembwifi" + "miniembwifi" + ]; + titles = [ + { + model = "MiniEMBWiFi"; + vendor = "Omnima"; + } + ]; + }; + planex_mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-planex_mzk-wdpr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-planex_mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "02b5637e178fc4f01c9675737ae43becd5aad3ac7cac16aa77d7ea445a137010"; + sha256_unsigned = "4513d0af29e1b8cf4fac814e1b6326d2976614be4e9ec0180879d6a4bf2bac1e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-planex_mzk-wdpr-initramfs-kernel.bin"; + sha256 = "ab1cb23b128d5f917ef882def1ef5d49ecf8312837f63b7ca11c0c50b55c7992"; + sha256_unsigned = "ab1cb23b128d5f917ef882def1ef5d49ecf8312837f63b7ca11c0c50b55c7992"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-wdpr" + "mzk-wdpr" + ]; + titles = [ + { + model = "MZK-WDPR"; + vendor = "Planex"; + } + ]; + }; + poray_ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-poray_ip2202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-poray_ip2202-initramfs-kernel.bin"; + sha256 = "df90972cada1e4a96dab4b0cb69eef4f7ef599332dfe3a8af06592ab17c56346"; + sha256_unsigned = "df90972cada1e4a96dab4b0cb69eef4f7ef599332dfe3a8af06592ab17c56346"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-poray_ip2202-squashfs-sysupgrade.bin"; + sha256 = "97f3647f1da98360eab3bf89e8b8e1a93a5c5d8c0756309942e697cc2a8d1966"; + sha256_unsigned = "466c500dc309bb32a470a5f77ba53df50daa1ff1a21dfa3924e24584abdcadfb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,ip2202" + "ip2202" + ]; + titles = [ + { + model = "IP2202"; + vendor = "Poray"; + } + ]; + }; + poray_m4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-poray_m4-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-poray_m4-8m-initramfs-kernel.bin"; + sha256 = "07fc2cd41e084289ae06b0bb7e9169243bbd91b443e82f7a188fc8b42ed04b1d"; + sha256_unsigned = "07fc2cd41e084289ae06b0bb7e9169243bbd91b443e82f7a188fc8b42ed04b1d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-poray_m4-8m-squashfs-factory.bin"; + sha256 = "0431785436572615af5d2c82a84d863af5da9e3b87fc4243f5ef023db2fdbdd7"; + sha256_unsigned = "0431785436572615af5d2c82a84d863af5da9e3b87fc4243f5ef023db2fdbdd7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-poray_m4-8m-squashfs-sysupgrade.bin"; + sha256 = "f5fccfb13088272c6fccedd7a67adc34d563296bb7c8587b3621a4202cead47e"; + sha256_unsigned = "733ed59f41dea7796f9c1c64963df4961ec2bf7d4451a36d5de1d65cc5169fa6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,m4-8m" + "m4-8M" + ]; + titles = [ + { + model = "M4"; + variant = "8M"; + vendor = "Poray"; + } + ]; + }; + poray_x5 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-poray_x5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-poray_x5-squashfs-sysupgrade.bin"; + sha256 = "e056c4ce51d063493f8f52c52327ee05c743ce35250b0f5d19e2d1656c82cf82"; + sha256_unsigned = "34d4eb58ae1abd43ed9d972b35dc5191938398865ccc8cdd1eecb5d085d496fe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-poray_x5-initramfs-kernel.bin"; + sha256 = "4329e125aed2f6ac0142cbc014fd5cb68d999e7ba772169253987bc6c6ec089b"; + sha256_unsigned = "4329e125aed2f6ac0142cbc014fd5cb68d999e7ba772169253987bc6c6ec089b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-poray_x5-squashfs-factory.bin"; + sha256 = "6f205a14d784c2a5cb66cc3156386ff165dd6f790bc73d6568e43b89e1238c03"; + sha256_unsigned = "6f205a14d784c2a5cb66cc3156386ff165dd6f790bc73d6568e43b89e1238c03"; + type = "factory"; + } + ]; + supported_devices = [ + "poray,x5" + "x5" + ]; + titles = [ + { + model = "X5/X6"; + vendor = "Poray"; + } + ]; + }; + poray_x8 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-poray_x8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-poray_x8-squashfs-sysupgrade.bin"; + sha256 = "9b8fbd2bc967d33b6470e7963a366b982f23c8d2782130b1c3b97fe9fb941d92"; + sha256_unsigned = "64053f43a57df1129ca2a5367a96b153e76c9e099c45bc068ffb8104d4466f17"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-poray_x8-initramfs-kernel.bin"; + sha256 = "e2dbb3b521ccb75239222fe66798f06ad649891eaacc22fa79edd5d921644176"; + sha256_unsigned = "e2dbb3b521ccb75239222fe66798f06ad649891eaacc22fa79edd5d921644176"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-poray_x8-squashfs-factory.bin"; + sha256 = "5b4594cf42cdeb4d0ccdfd4f70e042bcd8436f5267464a72ff78c24bdf2d809a"; + sha256_unsigned = "5b4594cf42cdeb4d0ccdfd4f70e042bcd8436f5267464a72ff78c24bdf2d809a"; + type = "factory"; + } + ]; + supported_devices = [ + "poray,x8" + "x8" + ]; + titles = [ + { + model = "X8"; + vendor = "Poray"; + } + ]; + }; + prolink_pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-prolink_pwh2004"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-prolink_pwh2004-squashfs-sysupgrade.bin"; + sha256 = "b7b118a1013a948192f06af1c0bd018b99ab2da7950dd7523ef9d404727c5eec"; + sha256_unsigned = "b7c7bc127c89cecf571faad1d9f2c91135e070e7b3072e81a54ce0c19d6bf081"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-prolink_pwh2004-initramfs-kernel.bin"; + sha256 = "e34df1b2a87d67b5e7ed4de917c17478a84b2162714aac644aaa91953553398a"; + sha256_unsigned = "e34df1b2a87d67b5e7ed4de917c17478a84b2162714aac644aaa91953553398a"; + type = "kernel"; + } + ]; + supported_devices = [ + "prolink,pwh2004" + "pwh2004" + ]; + titles = [ + { + model = "PWH2004"; + vendor = "Prolink"; + } + ]; + }; + teltonika_rut5xx = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-teltonika_rut5xx"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-teltonika_rut5xx-initramfs-kernel.bin"; + sha256 = "7bd2327ee17adc68eaa414e4e0cd1b0b15da22ce662d653b378e15807ec8d218"; + sha256_unsigned = "7bd2327ee17adc68eaa414e4e0cd1b0b15da22ce662d653b378e15807ec8d218"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-teltonika_rut5xx-squashfs-sysupgrade.bin"; + sha256 = "0fbf342bffd4bc7b6fb9a1473da6eb000d83bdd89e6b95f032a099861c9b41a7"; + sha256_unsigned = "9853bd78557c436745474b7bee02dad9b3f0052fa85973faa735eee9d06e5f12"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rut5xx" + "rut5xx" + ]; + titles = [ + { + model = "RUT5XX"; + vendor = "Teltonika"; + } + ]; + }; + trendnet_tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-trendnet_tew-714tru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-trendnet_tew-714tru-initramfs-kernel.bin"; + sha256 = "18bf26d51a80e27d9a90a6d819f368d58f6e1ac55cc4632f655e5d1fe344a09e"; + sha256_unsigned = "18bf26d51a80e27d9a90a6d819f368d58f6e1ac55cc4632f655e5d1fe344a09e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-trendnet_tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "027670d312cb274c2c25ac4528c02c7028c187c5865665b54ff8e8ddbd7a44f7"; + sha256_unsigned = "fc3db33993790aa0225e3a97d3d1ae89f46b6bb947ccecd51de2d720c9434a3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-714tru" + "tew-714tru" + ]; + titles = [ + { + model = "TEW-714TRU"; + vendor = "TRENDnet"; + } + ]; + }; + unbranded_wr512-3gn-8m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-unbranded_wr512-3gn-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-unbranded_wr512-3gn-8m-squashfs-sysupgrade.bin"; + sha256 = "aaee133d1a0370d60b8f71fabf1ed6adc282764d8b53c6d662dc7d2442402ac8"; + sha256_unsigned = "4728507249e3de1ee3abefc340c5e8c98b6588033e258291574f3e172822dc6c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-unbranded_wr512-3gn-8m-initramfs-kernel.bin"; + sha256 = "5c5703a44e3ec2f66fd01a26c02427c8f042d2f7ca450b106eebcab6f4e1527c"; + sha256_unsigned = "5c5703a44e3ec2f66fd01a26c02427c8f042d2f7ca450b106eebcab6f4e1527c"; + type = "kernel"; + } + ]; + supported_devices = [ + "unbranded,wr512-3gn-8m" + "wr512-3gn-8M" + ]; + titles = [ + { + model = "WR512-3GN"; + variant = "8M"; + vendor = "Unbranded"; + } + ]; + }; + upvel_ur-336un = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-upvel_ur-336un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-upvel_ur-336un-squashfs-sysupgrade.bin"; + sha256 = "dfd2864ab2ef633d243aabc8f5e3343bee2037cc1b9f0caba4780aa868ba2871"; + sha256_unsigned = "d5270697fb9dfba7f3e478093f2325e227979ad7569be8a3788cd392c4bb69ea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-upvel_ur-336un-initramfs-kernel.bin"; + sha256 = "caa558d854a58d187594fee3351df2f19a0df6655bf6c9a75645ed5ca1700cee"; + sha256_unsigned = "caa558d854a58d187594fee3351df2f19a0df6655bf6c9a75645ed5ca1700cee"; + type = "kernel"; + } + ]; + supported_devices = [ + "upvel,ur-336un" + "ur-336un" + ]; + titles = [ + { + model = "UR-336UN"; + vendor = "UPVEL"; + } + ]; + }; + vocore_vocore-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-vocore_vocore-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-vocore_vocore-16m-squashfs-sysupgrade.bin"; + sha256 = "1c90c4923d2e79ac4b70ef300fcb6a21f0924c333d989477b8fc9a658d6b90ad"; + sha256_unsigned = "f5fcbb13d689062a600ae31388f3f959b57ae65d4243ca5c5c56b888b79a85b3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-vocore_vocore-16m-initramfs-kernel.bin"; + sha256 = "285daea217cf69a32c2ff7f6447eeebf89c96422420f4d735df771a7d617418d"; + sha256_unsigned = "285daea217cf69a32c2ff7f6447eeebf89c96422420f4d735df771a7d617418d"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore-16m" + "vocore" + "vocore-16M" + ]; + titles = [ + { + model = "VoCore"; + variant = "16M"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-vocore_vocore-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-vocore_vocore-8m-squashfs-sysupgrade.bin"; + sha256 = "e6a270e2c28cc5151f24f5635fd31a20549fbd47aaede6e4f219fecd9faeea13"; + sha256_unsigned = "06ca4119fab197baf90862a060b03c025d49b5ef2f8d74bab4ba59953b17c37e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-vocore_vocore-8m-initramfs-kernel.bin"; + sha256 = "121ff79159137e1b87bdd045f22e19f8878dbb504eaf39291f18fd73944bb8fa"; + sha256_unsigned = "121ff79159137e1b87bdd045f22e19f8878dbb504eaf39291f18fd73944bb8fa"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore-8m" + "vocore" + "vocore-8M" + ]; + titles = [ + { + model = "VoCore"; + variant = "8M"; + vendor = "VoCore"; + } + ]; + }; + wansview_ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-wansview_ncs601w"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-wansview_ncs601w-initramfs-kernel.bin"; + sha256 = "c884693aa255f334d7ffeac4c2b6e9d14b5dcb65b14f0f28f0e133249f6d7580"; + sha256_unsigned = "c884693aa255f334d7ffeac4c2b6e9d14b5dcb65b14f0f28f0e133249f6d7580"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-wansview_ncs601w-squashfs-sysupgrade.bin"; + sha256 = "2d8f53c8264edafff988e4c464fde2cab22240100cebabd971a2de68b8642e4e"; + sha256_unsigned = "9e6c9ea6173dfebc59c5c6e4e0036974ab76a4042de88b0909eb10350df7e225"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wansview,ncs601w" + "ncs601w" + ]; + titles = [ + { + model = "NCS601W"; + vendor = "Wansview"; + } + ]; + }; + wiznet_wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-wiznet_wizfi630a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-wiznet_wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "08b5a6185e79179fe358146cadd86eb56ab69c39a32f573d29b95f723585ae47"; + sha256_unsigned = "b77315d452f74ed4273fed80880db64a8597ee67a404aa4126ac84b3cd04582d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-wiznet_wizfi630a-initramfs-kernel.bin"; + sha256 = "ac6cde88f15eb7f9b20df4656c728bed4ea974395709f062855291fb614cd893"; + sha256_unsigned = "ac6cde88f15eb7f9b20df4656c728bed4ea974395709f062855291fb614cd893"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630a" + "wizfi630a" + ]; + titles = [ + { + model = "WizFi630A"; + vendor = "WIZnet"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "c136d90fbb0e707196ad7559f3bfe38dfb6a97924a4719e6f4c16215020420f1"; + sha256_unsigned = "abff80b4386d68f691e4080510776d182399ce49032d39a994922a3ff026a1ea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-zorlik_zl5900v2-initramfs-kernel.bin"; + sha256 = "a26ce7ca4721e2ee72c093cc7a8f8a3cc758bebd0e4b5efd304f08ed239b1ea3"; + sha256_unsigned = "a26ce7ca4721e2ee72c093cc7a8f8a3cc758bebd0e4b5efd304f08ed239b1ea3"; + type = "kernel"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + model = "ZL5900V2"; + vendor = "Zorlik"; + } + ]; + }; + zte_mf283plus = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-zte_mf283plus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-zte_mf283plus-initramfs-kernel.bin"; + sha256 = "625d7efa2207097141c14d4e347aae869c3026a3fcdee6c3cc1fc11313a7a571"; + sha256_unsigned = "625d7efa2207097141c14d4e347aae869c3026a3fcdee6c3cc1fc11313a7a571"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin"; + sha256 = "a4e96b381d9e4dac63a2a3c5c97c2745e2653000714af672ba97770a81be8585"; + sha256_unsigned = "95c85bdd926de621547099df4a167f05818a67e2db05b8c37d5f2cd19d571877"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf283plus" + ]; + titles = [ + { + model = "MF283+"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-zyxel_keenetic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-zyxel_keenetic-squashfs-sysupgrade.bin"; + sha256 = "f53e8ef3471b5d3e9ebc0ce5e1e9830e69f8e2603de34ce4ab0d00953209d037"; + sha256_unsigned = "9fbc89269c682c15188b069b87d1fe783f23e2b6a2f9a89b3bb13d2a26815564"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-zyxel_keenetic-initramfs-kernel.bin"; + sha256 = "294825ffa71923d4777e0bfdbcfce64662c705b1b24de303d7c443545718a9ce"; + sha256_unsigned = "294825ffa71923d4777e0bfdbcfce64662c705b1b24de303d7c443545718a9ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic" + "kn" + ]; + titles = [ + { + model = "Keenetic"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-lite-b = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-zyxel_keenetic-lite-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-zyxel_keenetic-lite-b-squashfs-sysupgrade.bin"; + sha256 = "68a5b50ecf242456c5c1c99e23604b3e289a01f641ac5a0ccc99f716340ab142"; + sha256_unsigned = "7acd503a96363fbe11477b8b22dfba38510339ff683bbe1ee951ac5c3289ff3f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-zyxel_keenetic-lite-b-initramfs-kernel.bin"; + sha256 = "9c6232d4e8a1073ff9512539e30c0e66b6abf4e644de3ee2eae54c2e8b371d72"; + sha256_unsigned = "9c6232d4e8a1073ff9512539e30c0e66b6abf4e644de3ee2eae54c2e8b371d72"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-lite-b" + ]; + titles = [ + { + model = "Keenetic Lite"; + variant = "B"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg-419n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt305x-zyxel_nbg-419n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt305x-zyxel_nbg-419n-v2-squashfs-sysupgrade.bin"; + sha256 = "eb6057a3da721d627be03e7562666e92dbf2bcc8a4650cd2194072b1eba14234"; + sha256_unsigned = "9a5f9256ba4f475263531fb148eb8e9f20f3f973c1fbcebecbc3019f90eedd3b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-ramips-rt305x-zyxel_nbg-419n-v2-initramfs-kernel.bin"; + sha256 = "69b658ff0e075bccf057fc583696c49e5e5127e74a14f15053d4001ba9fbb5da"; + sha256_unsigned = "69b658ff0e075bccf057fc583696c49e5e5127e74a14f15053d4001ba9fbb5da"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg-419n-v2" + "nbg-419n2" + ]; + titles = [ + { + model = "NBG-419N"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "ramips/rt305x"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-n56u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt3883-asus_rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-asus_rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "bda2ccb378e82ae8757677134331a1724a8735e007b71b254b1a0b74de4d8da9"; + sha256_unsigned = "6455e03e99cfa8bdb99df587ad67d488e2a4ee7b086480788292849bc3a8f09f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u" + "rt-n56u" + ]; + titles = [ + { + model = "RT-N56U"; + vendor = "Asus"; + } + ]; + }; + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "238c186be7e22172105f62b9c1d9f4681e6ef4b0fbe25d23b8e8f4a2df595072"; + sha256_unsigned = "81c187b73cdc8ac1626329fbb6f4cbea95e8ef644a49ba977f056342b3626a9c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + model = "F9K1109"; + variant = "Version 1.0"; + vendor = "Belkin"; + } + ]; + }; + dlink_dir-645 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt3883-dlink_dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-dlink_dir-645-squashfs-factory.bin"; + sha256 = "7fffe09782870c3b55f62c2fe0ae4b5521c81bfbcfb10e28af75599e9ec98c36"; + sha256_unsigned = "7fffe09782870c3b55f62c2fe0ae4b5521c81bfbcfb10e28af75599e9ec98c36"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-dlink_dir-645-squashfs-sysupgrade.bin"; + sha256 = "947e61d970569114a04bf4571518eb4613a413acc3b5c57cc2120c7eff39387b"; + sha256_unsigned = "a0bc36d03e64b32db68028e741c93ca1eb52010f0566d4791131e2c685a48e01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-645" + "dir-645" + ]; + titles = [ + { + model = "DIR-645"; + vendor = "D-Link"; + } + ]; + }; + edimax_br-6475nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt3883-edimax_br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-edimax_br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "351cba5656ed5e116b4b2dbbe15893eccb5f4953d332ec9bec5273c668c8b233"; + sha256_unsigned = "774fb6b0753c5eb598a822d7297f3685fa993a2608acc130684021a6feaf201d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6475nd" + "br-6475nd" + ]; + titles = [ + { + model = "BR-6475nD"; + vendor = "Edimax"; + } + ]; + }; + engenius_esr600h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt3883-engenius_esr600h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-engenius_esr600h-squashfs-factory.dlf"; + sha256 = "8acabe379120abf171e93c4f3540c232fa4c4683632a16bed6c42330f9ee69d0"; + sha256_unsigned = "8acabe379120abf171e93c4f3540c232fa4c4683632a16bed6c42330f9ee69d0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-engenius_esr600h-squashfs-sysupgrade.bin"; + sha256 = "08ce1e85bbf1d01fae3cbd88d829e0d8f65616bb4530455bfb77e77a188fbc24"; + sha256_unsigned = "4e658d78f7bf1f67cedf95321fb782fcd034286a2017f8578d6d5591dcfe89b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,esr600h" + ]; + titles = [ + { + model = "ESR600H"; + vendor = "EnGenius"; + } + ]; + }; + loewe_wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt3883-loewe_wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-loewe_wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "8b9bc58b3460f6eb86c6f35f6591be7a0a71f1818dc38eea1ef5e84e991d7d92"; + sha256_unsigned = "cc9e051b6a80a0c8bf72690dcaeb6eece9df922d495aa893e466f473192e6ec1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "loewe,wmdr-143n" + "wmdr-143n" + ]; + titles = [ + { + model = "WMDR-143N"; + vendor = "Loewe"; + } + ]; + }; + omnima_hpm = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt3883-omnima_hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-omnima_hpm-squashfs-sysupgrade.bin"; + sha256 = "fbed961f72121e7a5b7915c453f2ada27731bfcbc858c54d685dbc71783562c4"; + sha256_unsigned = "83f839968068913980824fca6aae25e9a3b16a098593159aac28517a815c011f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,hpm" + "hpm" + ]; + titles = [ + { + model = "HPM"; + vendor = "Omnima"; + } + ]; + }; + samsung_cy-swr1100 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt3883-samsung_cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-samsung_cy-swr1100-squashfs-factory.bin"; + sha256 = "6c3a7dec8b071664a7c548d10dd8a1d11689fd16845ddebf9e17ff0a1402b9f1"; + sha256_unsigned = "6c3a7dec8b071664a7c548d10dd8a1d11689fd16845ddebf9e17ff0a1402b9f1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-samsung_cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "7fc5756247e9f404d35b75fd6de107ca0c70e73c4d75e79b39116332fbd35855"; + sha256_unsigned = "1d3e30ed52d06c7de7835b42b2827d9530b96dfacdc5ab600419a5556b51731e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samsung,cy-swr1100" + "cy-swr1100" + ]; + titles = [ + { + model = "CY-SWR1100"; + vendor = "Samsung"; + } + ]; + }; + sitecom_wlr-6000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.1-ramips-rt3883-sitecom_wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-sitecom_wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "356e10b8980a542b896d1221560e2c25b37cbb06463013b881d227207ac10e79"; + sha256_unsigned = "a8541609bac5cbf894488f73e1525ff9b37361c3abb69a5c99f0556f40004e2d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-sitecom_wlr-6000-squashfs-factory.dlf"; + sha256 = "e6538eb9babb178e027915459fde157dfc1e99de941d35558300a13d9b2ae545"; + sha256_unsigned = "e6538eb9babb178e027915459fde157dfc1e99de941d35558300a13d9b2ae545"; + type = "factory"; + } + ]; + supported_devices = [ + "sitecom,wlr-6000" + "wlr-6000" + ]; + titles = [ + { + model = "WLR-6000"; + vendor = "Sitecom"; + } + ]; + }; + trendnet_tew-691gr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt3883-trendnet_tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-trendnet_tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "bb11c7a2a32c1b3a985489a9577fd92146c3f964976b36436db7c9ac36077cb5"; + sha256_unsigned = "d59367a2b4155f87455331a2322ad983fe5bbfda6b096d2916190089456c79d5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-trendnet_tew-691gr-squashfs-factory.bin"; + sha256 = "049aaba4a63ef2e9133ca8eb34ad76a88126c82de8b2fceb7de79e885cd6d9c3"; + sha256_unsigned = "049aaba4a63ef2e9133ca8eb34ad76a88126c82de8b2fceb7de79e885cd6d9c3"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-691gr" + "tew-691gr" + ]; + titles = [ + { + model = "TEW-691GR"; + vendor = "TRENDnet"; + } + ]; + }; + trendnet_tew-692gr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-ramips-rt3883-trendnet_tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-trendnet_tew-692gr-squashfs-factory.bin"; + sha256 = "383aa5155078f8aea392d28116ec41a0391c6ef5702ee970842cec7255df9f99"; + sha256_unsigned = "383aa5155078f8aea392d28116ec41a0391c6ef5702ee970842cec7255df9f99"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-ramips-rt3883-trendnet_tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "655b6bf53bf513bd31656ca7fc5b1defe2eab295de4a47c3111ca7f75412d80c"; + sha256_unsigned = "0e78bdf0dda7e0bc4f42078c6cf63b8cc3d49068cde9fc9e75fbc72665c43f2e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-692gr" + "tew-692gr" + ]; + titles = [ + { + model = "TEW-692GR"; + vendor = "TRENDnet"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "ramips/rt3883"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + realtek = { + rtl838x = { + arch_packages = "mips_4kec"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + allnet_all-sg8208m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-allnet_all-sg8208m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-allnet_all-sg8208m-initramfs-kernel.bin"; + sha256 = "2fb10aa604fab9bf53f0f46767eb30fdc75645db4bedd2d70479936f1b6a48af"; + sha256_unsigned = "2fb10aa604fab9bf53f0f46767eb30fdc75645db4bedd2d70479936f1b6a48af"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-allnet_all-sg8208m-squashfs-sysupgrade.bin"; + sha256 = "b15ac3576f04ae8dc0bec20403b205796555a9749ec895faa4c6f292840d7a53"; + sha256_unsigned = "9a1cf04e3d4f2e5981f5298310e08cfc0083a6b9428637fa73072bd5c852e07c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all-sg8208m" + ]; + titles = [ + { + model = "ALL-SG8208M"; + vendor = "ALLNET"; + } + ]; + }; + d-link_dgs-1210-10p = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-d-link_dgs-1210-10p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-d-link_dgs-1210-10p-initramfs-kernel.bin"; + sha256 = "54fea7ea2ad4d59a3ec377eafca2d22c5696abc46a012cfaa583f4515c1de230"; + sha256_unsigned = "54fea7ea2ad4d59a3ec377eafca2d22c5696abc46a012cfaa583f4515c1de230"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-d-link_dgs-1210-10p-squashfs-sysupgrade.bin"; + sha256 = "cd5d9b4b19f4fdca33302ee45a75207983d50b806060b8fc0a2db1207c1c1603"; + sha256_unsigned = "8971857a7ebb739c0c1340d5597680e25fb0efb12f8cb0f5ba84a4ad50f68db2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-d-link_dgs-1210-10p-squashfs-factory_image1.bin"; + sha256 = "68253285268ad45a5c64886b42b4857bb11282dd38e92926c8bb4de032f2813c"; + sha256_unsigned = "68253285268ad45a5c64886b42b4857bb11282dd38e92926c8bb4de032f2813c"; + type = "factory_image1"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-10p" + ]; + titles = [ + { + model = "DGS-1210-10P"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-16 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-d-link_dgs-1210-16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-d-link_dgs-1210-16-initramfs-kernel.bin"; + sha256 = "8acffdc513cf8d9fc627dfac4018b13dc60036826c479d49a44f403ff2a1468e"; + sha256_unsigned = "8acffdc513cf8d9fc627dfac4018b13dc60036826c479d49a44f403ff2a1468e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-d-link_dgs-1210-16-squashfs-sysupgrade.bin"; + sha256 = "77f14085f9f1350b104e7b3e251307866fa630458ef75937a79ed20de8da1303"; + sha256_unsigned = "f8c8633f22c83b6c3a9a524373c3e0825e518f457974a3d886f5bca4fe434806"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-d-link_dgs-1210-16-squashfs-factory_image1.bin"; + sha256 = "245281fc4551c76b6e131d4d8679ccd4d0a124e206a83adbe1cfaff61f10fb11"; + sha256_unsigned = "245281fc4551c76b6e131d4d8679ccd4d0a124e206a83adbe1cfaff61f10fb11"; + type = "factory_image1"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-16" + ]; + titles = [ + { + model = "DGS-1210-16"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-28 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-d-link_dgs-1210-28"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-d-link_dgs-1210-28-initramfs-kernel.bin"; + sha256 = "13e22b7abbdb07fa2c0c6c9c11b6c3782945c4431db431fbf0b7e9503d50edca"; + sha256_unsigned = "13e22b7abbdb07fa2c0c6c9c11b6c3782945c4431db431fbf0b7e9503d50edca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-d-link_dgs-1210-28-squashfs-sysupgrade.bin"; + sha256 = "da2c7ea205f26d7b21a3f42b888f7a20b70bc7fbce85ec9e5011e284e2226bff"; + sha256_unsigned = "4ade2ff2fb494fdc38bf24db03f446fcf9a193e4c1b2f1220b4d0a1de99ea953"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-d-link_dgs-1210-28-squashfs-factory_image1.bin"; + sha256 = "470b876bea2275ea4651c44013aa2c72811ef199155345877c8ff1c255dc1bb4"; + sha256_unsigned = "470b876bea2275ea4651c44013aa2c72811ef199155345877c8ff1c255dc1bb4"; + type = "factory_image1"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-28" + ]; + titles = [ + { + model = "DGS-1210-28"; + vendor = "D-Link"; + } + ]; + }; + inaba_aml2-17gp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-inaba_aml2-17gp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-inaba_aml2-17gp-initramfs-kernel.bin"; + sha256 = "d641dc860668caa74cae5b014fae179fdbad362549279433735b26ac36ef0cfd"; + sha256_unsigned = "d641dc860668caa74cae5b014fae179fdbad362549279433735b26ac36ef0cfd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-inaba_aml2-17gp-squashfs-sysupgrade.bin"; + sha256 = "74c782323cba305c19b6025ea099563c6b817fd69e18745fa27a89801f779ea5"; + sha256_unsigned = "206bc58b94269e75233790ef0292c5793abbeabd7d611c066e79074ea3d094c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "inaba,aml2-17gp" + ]; + titles = [ + { + model = "Abaniact AML2-17GP"; + vendor = "INABA"; + } + ]; + }; + iodata_bsh-g24mb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-iodata_bsh-g24mb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-iodata_bsh-g24mb-initramfs-kernel.bin"; + sha256 = "0eb05ec51dd12e697f182768332aba42e025c1abfbd51ff80791af4082b36b5a"; + sha256_unsigned = "0eb05ec51dd12e697f182768332aba42e025c1abfbd51ff80791af4082b36b5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-iodata_bsh-g24mb-squashfs-sysupgrade.bin"; + sha256 = "4f67d04dd750aa8c31b10fd6ee270dfccc2d8b66f9afa8fbaa743a38b7197d60"; + sha256_unsigned = "9d06877fc84f45c235ab89a9110580bfac170e20a8f4a9c642ba3b7ef3c9678b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,bsh-g24mb" + ]; + titles = [ + { + model = "BSH-G24MB"; + vendor = "I-O DATA"; + } + ]; + }; + netgear_gs108t-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-netgear_gs108t-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-netgear_gs108t-v3-squashfs-sysupgrade.bin"; + sha256 = "871bbb0a0f140f87e9a7801172ff102da95d3b4f7f0894a06785099423d384f8"; + sha256_unsigned = "04497c9f81a36b6d7a27e3d96a4842ba4b93e197b6832e84b0fcc3bd337de6a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-netgear_gs108t-v3-initramfs-kernel.bin"; + sha256 = "05f958dfce61c6908c3d8c3280bbdabb9fe8e0060c20ddcc1500bd990991b127"; + sha256_unsigned = "05f958dfce61c6908c3d8c3280bbdabb9fe8e0060c20ddcc1500bd990991b127"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs108t-v3" + ]; + titles = [ + { + model = "GS108T"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs110tpp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-netgear_gs110tpp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-netgear_gs110tpp-v1-squashfs-sysupgrade.bin"; + sha256 = "01142572248e19a7efb1fe916234b39426293c7ed142b94140f612f555b5a2de"; + sha256_unsigned = "c14edd1d501051ae61ecab425f9e0b121266b5541a7ac23bc4fc1274fd25af12"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-netgear_gs110tpp-v1-initramfs-kernel.bin"; + sha256 = "e685e3d9ccad02b8de8ac7ffa6428dad66bd02bafe5a9c57e77c51f027d0a67e"; + sha256_unsigned = "e685e3d9ccad02b8de8ac7ffa6428dad66bd02bafe5a9c57e77c51f027d0a67e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs110tpp-v1" + ]; + titles = [ + { + model = "GS110TPP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs308t-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-netgear_gs308t-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-netgear_gs308t-v1-squashfs-sysupgrade.bin"; + sha256 = "f240a840fcbe5921c1db7c70de17e73d0d9aff9ee2656d45ae04eaad62db3c60"; + sha256_unsigned = "e2ca12bc9ed4bb29c9d35745cb2786e989876b38075316e0114a04aa5dbc6137"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-netgear_gs308t-v1-initramfs-kernel.bin"; + sha256 = "81be424c9c5dc127c9f15e6bb587facd05f86734201948cb062f0c38f41d30c3"; + sha256_unsigned = "81be424c9c5dc127c9f15e6bb587facd05f86734201948cb062f0c38f41d30c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs308t-v1" + ]; + titles = [ + { + model = "GS308T"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs310tp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-netgear_gs310tp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-netgear_gs310tp-v1-squashfs-sysupgrade.bin"; + sha256 = "66570c393fbfd68ccfa6b27a9ad07127e7ca9bfd16076e559bba121f2639f282"; + sha256_unsigned = "708da6828d8cc1dd208494f7175f840ec049fe2c8e0f69dfab440148da4ce82d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-netgear_gs310tp-v1-initramfs-kernel.bin"; + sha256 = "4c159b54dca11beb1059bc6bd954b9a99f12e05655f42985fbd5566ee6856152"; + sha256_unsigned = "4c159b54dca11beb1059bc6bd954b9a99f12e05655f42985fbd5566ee6856152"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs310tp-v1" + ]; + titles = [ + { + model = "GS310TP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + panasonic_m8eg-pn28080k = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-panasonic_m8eg-pn28080k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-panasonic_m8eg-pn28080k-initramfs-kernel.bin"; + sha256 = "cdb58ccd724b3fba4626493e3a1f9d0f08a9179603d95de92ad000ad21acc3e0"; + sha256_unsigned = "cdb58ccd724b3fba4626493e3a1f9d0f08a9179603d95de92ad000ad21acc3e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-panasonic_m8eg-pn28080k-squashfs-sysupgrade.bin"; + sha256 = "4b32da168cb445e61078783e1dbf6458ac6153bcd87b903ad0b30bff6263c033"; + sha256_unsigned = "952a1e26b9fcb08d724d72fd9083f862956832bdefdc8035c77513dc9d9bce91"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "panasonic,m8eg-pn28080k" + ]; + titles = [ + { + model = "Switch-M8eG"; + variant = "PN28080K"; + vendor = "Panasonic"; + } + ]; + }; + zyxel_gs1900-10hp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-10hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-10hp-initramfs-kernel.bin"; + sha256 = "7ebc9ef72448701ef3cbe1d44798964bf4c83cd6b983b529fd7cdfde77820a86"; + sha256_unsigned = "7ebc9ef72448701ef3cbe1d44798964bf4c83cd6b983b529fd7cdfde77820a86"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-10hp-squashfs-sysupgrade.bin"; + sha256 = "c874b938dc3887d966e37312bbc20cedb5b4b7a59d5ff260ba10f3ec11708b8f"; + sha256_unsigned = "eaf30a4f792aa58808c3eb8f09f35feaeb1e594654fce3d53f6eb9e0863743ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-10hp" + ]; + titles = [ + { + model = "GS1900-10HP"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-16 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-16-initramfs-kernel.bin"; + sha256 = "8f4564647f88e65e8fc0f46a7b818e34a62fd664e665c3bc2ce1981c2e8aeca5"; + sha256_unsigned = "8f4564647f88e65e8fc0f46a7b818e34a62fd664e665c3bc2ce1981c2e8aeca5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-16-squashfs-sysupgrade.bin"; + sha256 = "4f7243c75e97b594925284995da5607955e5b3009b94b5b5dfc214204c9d740a"; + sha256_unsigned = "30f21693efb0949c2c2e4d832b3b81ca4db83b99d94f4dee0a82db2521740eee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-16" + ]; + titles = [ + { + model = "GS1900-16"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-24-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-24-v1-initramfs-kernel.bin"; + sha256 = "0848ec4bf0f4c36b7a5945f22cab3a8a5664c22537360d3cf4737ee0a7a31d80"; + sha256_unsigned = "0848ec4bf0f4c36b7a5945f22cab3a8a5664c22537360d3cf4737ee0a7a31d80"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-24-v1-squashfs-sysupgrade.bin"; + sha256 = "189ce4a3af781e1fd009220b590650cfa5f29e5853abe20f5cfe30829abff649"; + sha256_unsigned = "80889bcfd695809a28ec211a396856815464e4682bf3750349c73b71f1bfafbe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24-v1" + ]; + titles = [ + { + model = "GS1900-24"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24e = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-24e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-24e-initramfs-kernel.bin"; + sha256 = "378171b22ed2acef3a20a3df61a7526816fd47abbdcef2ca602f165bafd556dc"; + sha256_unsigned = "378171b22ed2acef3a20a3df61a7526816fd47abbdcef2ca602f165bafd556dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-24e-squashfs-sysupgrade.bin"; + sha256 = "2b8bfe264a3043bdbb1c40b1a1abec1a2e3c178e87ff4add9d48cbb118092ee3"; + sha256_unsigned = "7f06d54463dfde2d694797271b53dc95783dde35db77a6824f9dde9534fd58c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24e" + ]; + titles = [ + { + model = "GS1900-24E"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24hp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-24hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-24hp-v1-initramfs-kernel.bin"; + sha256 = "835d76224c35e92195566261602642383e7e6f557a5125088d9c559aa77f42bd"; + sha256_unsigned = "835d76224c35e92195566261602642383e7e6f557a5125088d9c559aa77f42bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-24hp-v1-squashfs-sysupgrade.bin"; + sha256 = "cd53388a48a63f29f26396793f326bcc5eaa04a29742661748856eb8f053b41e"; + sha256_unsigned = "be33383d76f74385b99c6f7d53bead70fbd050c8caebd4d5c905daf5fea021fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24hp-v1" + ]; + titles = [ + { + model = "GS1900-24HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24hp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-24hp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-24hp-v2-initramfs-kernel.bin"; + sha256 = "a056f36ff49416b015dcadcaee1529add6ec339df3e5481e4cb0f49dd8662891"; + sha256_unsigned = "a056f36ff49416b015dcadcaee1529add6ec339df3e5481e4cb0f49dd8662891"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-24hp-v2-squashfs-sysupgrade.bin"; + sha256 = "6c834dbd012b2d54b551aea2a765e4a3439abbf5f119c80d64488849ac587937"; + sha256_unsigned = "c542980845b5dfc19942aaf16064f22ca9629e7559ab3f169cb1af2cef666cab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24hp-v2" + ]; + titles = [ + { + model = "GS1900-24HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-8-initramfs-kernel.bin"; + sha256 = "7302c2792862826cef5eeaa62a67b7a041132a706165e59c4ffad1e5392892d2"; + sha256_unsigned = "7302c2792862826cef5eeaa62a67b7a041132a706165e59c4ffad1e5392892d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-8-squashfs-sysupgrade.bin"; + sha256 = "aafd95e909d7151ba15e7b0766bab78becd2986939dde41d00c84a2048db27d1"; + sha256_unsigned = "dd227f853d09f4802286a9309d0e062d3e4b98ec61dcdc538ba10e55a189bbbd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8" + ]; + titles = [ + { + model = "GS1900-8"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-8hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-8hp-v1-initramfs-kernel.bin"; + sha256 = "1a0dba59cd0ccfd061ac92b6fe808bcf70b4b348da7864a2200a62401a018c77"; + sha256_unsigned = "1a0dba59cd0ccfd061ac92b6fe808bcf70b4b348da7864a2200a62401a018c77"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-8hp-v1-squashfs-sysupgrade.bin"; + sha256 = "26ee354220f797544ffcb33795cc6d60e25fe9626bb7dfa512056fceda098221"; + sha256_unsigned = "748d865b286de8a640ff4e54477dedf750bf6a1209ff54f3f6da9056a33d84ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v1" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v2 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-8hp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-8hp-v2-initramfs-kernel.bin"; + sha256 = "856048f7f31484cdac45bb6400c97fe19489b1377c8a79aefc9e05368d813f68"; + sha256_unsigned = "856048f7f31484cdac45bb6400c97fe19489b1377c8a79aefc9e05368d813f68"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl838x-zyxel_gs1900-8hp-v2-squashfs-sysupgrade.bin"; + sha256 = "601ca4d42ec95989f4ab4b25e15590e61ab68405026935753e720a90bc05cc8e"; + sha256_unsigned = "8d010f7d9df1b74cd5e93240012d216b6125a87a76ec7e851f32a68455fca4ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v2" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "realtek/rtl838x"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + rtl839x = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + zyxel_gs1900-48 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl839x-zyxel_gs1900-48"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl839x-zyxel_gs1900-48-squashfs-sysupgrade.bin"; + sha256 = "16675d9787aee0df1adc672875cc9c0f903e66c985981b66e9febd3ef0dba307"; + sha256_unsigned = "5926cdeb65e51c1afea33b8a5ab21aa707e09432b3a6f158e9e38de7e8efa3de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl839x-zyxel_gs1900-48-initramfs-kernel.bin"; + sha256 = "df10e56311d8dc443813696989c30478f87e8eb3afb3257eb1d6cec8f69265f6"; + sha256_unsigned = "df10e56311d8dc443813696989c30478f87e8eb3afb3257eb1d6cec8f69265f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-48" + ]; + titles = [ + { + model = "GS1900-48"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "realtek/rtl839x"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + rtl930x = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + zyxel_xgs1250-12 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-realtek-rtl930x-zyxel_xgs1250-12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-realtek-rtl930x-zyxel_xgs1250-12-squashfs-sysupgrade.bin"; + sha256 = "38548835673f170e9de7e77f37078de26e16f753419887d0b928c80e740d2b35"; + sha256_unsigned = "d4bdeec20fff70af3e50b614d3c99ad9b92ac0f4069dd6d5eb10abfa99e79064"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.1-realtek-rtl930x-zyxel_xgs1250-12-initramfs-kernel.bin"; + sha256 = "794093325aaf43e838fa601e916d2a7b0e7d92284f11c805252bdc10449ddff2"; + sha256_unsigned = "794093325aaf43e838fa601e916d2a7b0e7d92284f11c805252bdc10449ddff2"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,xgs1250-12" + ]; + titles = [ + { + model = "XGS1250-12"; + vendor = "Zyxel"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "realtek/rtl930x"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + rockchip = { + armv8 = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-r2s = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.1-rockchip-armv8-friendlyarm_nanopi-r2s"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-rockchip-armv8-friendlyarm_nanopi-r2s-ext4-sysupgrade.img.gz"; + sha256 = "885b704e348b83a4ab4b5caa1fc44181990aea17e39d3344dc25c23f16321c83"; + sha256_unsigned = "dae925ff46c63f96427f2385cfd4ecea6630ece4891039323f30b4437e643ddf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-rockchip-armv8-friendlyarm_nanopi-r2s-squashfs-sysupgrade.img.gz"; + sha256 = "143c6f2f19f32aa8bbd2780ab68082e45c3084d516a022515e1202114592b8c7"; + sha256_unsigned = "a3a441221b00fc7ef9ca1d5249c7d768e25238bcd56da5a2f2b1530fef9a83db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r2s" + ]; + titles = [ + { + model = "NanoPi R2S"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r4s = { + device_packages = [ + "kmod-r8169" + ]; + image_prefix = "openwrt-22.03.1-rockchip-armv8-friendlyarm_nanopi-r4s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-rockchip-armv8-friendlyarm_nanopi-r4s-squashfs-sysupgrade.img.gz"; + sha256 = "607328420fc248ce51f5d6f1f8a4a1d276cd0de9e5eca762f6e3c6fced7fe4d1"; + sha256_unsigned = "74d0a9cb97e68ee4eb643282e789a3585b8e7d7690dc67ab9c20951583ca9e39"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-rockchip-armv8-friendlyarm_nanopi-r4s-ext4-sysupgrade.img.gz"; + sha256 = "eaccb601c97aa319ab0c34603fb3dda90c5952965d0f0728708d041981bffe4d"; + sha256_unsigned = "9e5674196f4b7965b4a0186fe20fe713a3c095a63ce540136cd636d6e501352f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r4s" + ]; + titles = [ + { + model = "NanoPi R4S"; + variant = "4GB LPDDR4"; + vendor = "FriendlyARM"; + } + ]; + }; + pine64_rockpro64 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-rockchip-armv8-pine64_rockpro64"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-rockchip-armv8-pine64_rockpro64-squashfs-sysupgrade.img.gz"; + sha256 = "ca6ce66b647ec2ed8d55c6d7d5f9e05e4db20b9e9f42dafc9e31dfbe18b13f68"; + sha256_unsigned = "c048e9b2753b00997db62589249bc21686e34bc9c470e83fadb9d91a94eaa092"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-rockchip-armv8-pine64_rockpro64-ext4-sysupgrade.img.gz"; + sha256 = "247b1013ce391089083287bdd8498bc8ac02f158ac854286944e0a75bb3a36b3"; + sha256_unsigned = "37a48924dabc37107f5daf342c56008d4db1048b9c42bdfe8d3f70cd176f1d71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pine64,rockpro64" + ]; + titles = [ + { + model = "RockPro64"; + vendor = "Pine64"; + } + ]; + }; + radxa_rock-pi-4a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-rockchip-armv8-radxa_rock-pi-4a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-rockchip-armv8-radxa_rock-pi-4a-squashfs-sysupgrade.img.gz"; + sha256 = "0855ad6171b71cead652e1b7118ca6ce47cf6962148b5491e3e0573016f39909"; + sha256_unsigned = "956db52986d3e785327a1d087f17aa14ec8643efc09e87290e28c1af7098b1ab"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-rockchip-armv8-radxa_rock-pi-4a-ext4-sysupgrade.img.gz"; + sha256 = "3aa9cd096701a15e2790014d6698b148e795789610e11d392d967fb0c0f8ee0b"; + sha256_unsigned = "b0070e77d53795ed5e3bb5f59a7975dbb58a61be562d84f497a3fc52e6184985"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "radxa,rockpi4a" + "radxa,rockpi4" + ]; + titles = [ + { + model = "ROCK Pi 4A"; + vendor = "Radxa"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "rockchip/armv8"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "aed21fda2929c6941f6b0a9fdc86fad4902c9181a3f04cff69dc29f40ebd0790"; + sha256_unsigned = "44b4086f77bb838b9b9be322c736a6881104884f1c95b529b4a160c6c3247398"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "2de35fe989cfd9401a4c13ff9821a8407b5b9864dae78f03027e340bbb66f003"; + sha256_unsigned = "c3bd9b9f6d1ddb8430c9a3224ead497a5f03ef58d4f5ac605993b727c82a0b2e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + model = "NanoPi NEO Plus2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa53-friendlyarm_nanopi-neo2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa53-friendlyarm_nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "8994b5454e9d66f40d004503a37632dee8bded41e9810675865c2d8e17d8e4c5"; + sha256_unsigned = "0061ab906df19b38c99f2a1ca61bb16cde2918a01fcdf0a6f900350e5f1f8f52"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa53-friendlyarm_nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "35affdded077179164075024977bda7b144dfc75656c1848406a82ba998617bc"; + sha256_unsigned = "a8dc1bce9e13942f6b41c6ed7fd4d919a860e10d37b17669cf034bfbe0744afe"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + model = "NanoPi NEO2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1s-h5 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5-ext4-sdcard.img.gz"; + sha256 = "5e3e0e2bb25a07331c4b2baeff79485cf2fa63fae19d94789491dfae53e71481"; + sha256_unsigned = "9be54445076f6c7c0c1f5063bef757b2725f76a0977d0ebd8a4421e206014477"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5-squashfs-sdcard.img.gz"; + sha256 = "ab774b09fcbbbb74faa30caefaf2d1d4513e3115c1ed20d6f5a7c44d74542d3b"; + sha256_unsigned = "25aaaea574430bd5bd1aa0a146cec558597dfaf120152807c147be3f02d46ce1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-r1s-h5" + ]; + titles = [ + { + model = "Nanopi R1S H5"; + vendor = "FriendlyARM"; + } + ]; + }; + libretech_all-h3-cc-h5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa53-libretech_all-h3-cc-h5"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa53-libretech_all-h3-cc-h5-ext4-sdcard.img.gz"; + sha256 = "0cf5ae472f8a3f775006e78d074f788b78d30df1129b2175b837913332354155"; + sha256_unsigned = "c3bc42e69788d2fd125ea077a6d445833fd0a7ff2d2029942b7721b60f3d7542"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa53-libretech_all-h3-cc-h5-squashfs-sdcard.img.gz"; + sha256 = "bae5918f9795e75a1b5d01a538fe902b0abd1156f455685b55d3afbd1c14bd4e"; + sha256_unsigned = "3a51845aefb74d04183b9b7ade752fdad63a3bfeee9303899b39643689f2edd4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "libretech,all-h3-cc-h5" + ]; + titles = [ + { + model = "ALL-H3-CC"; + variant = "H5"; + vendor = "Libre Computer"; + } + ]; + }; + olimex_a64-olinuxino = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa53-olimex_a64-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa53-olimex_a64-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "d53913da98c5977e0cdbe02e417622d2c702423263b199a4f4a820f5eb6f107e"; + sha256_unsigned = "3a424c5683de10aac8cdfa300e7fb91c1d78d54a6c2a6f25e72315c1d39fcf39"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa53-olimex_a64-olinuxino-ext4-sdcard.img.gz"; + sha256 = "c2903a3495efc2213027c8fda7e3a8104eefab98af9c861fc9a20a3760f58f36"; + sha256_unsigned = "482efcba92b729fb0c5af60a20c793a80ec3e86ffb7c684898f2436114ef42ef"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino" + ]; + titles = [ + { + model = "A64-Olinuxino"; + vendor = "Olimex"; + } + ]; + }; + olimex_a64-olinuxino-emmc = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa53-olimex_a64-olinuxino-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa53-olimex_a64-olinuxino-emmc-ext4-sdcard.img.gz"; + sha256 = "af874ad3264f6474f8a6fc0c0bcab94b50ae927c19dfeb1fe5ce8ac9efab9871"; + sha256_unsigned = "d6d42c0aed0d8b3436f176264d945b528504595522f7fedaf79e265c6da02047"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa53-olimex_a64-olinuxino-emmc-squashfs-sdcard.img.gz"; + sha256 = "b13f77a8579fab8319032336409c256496b7bc4024c96332588e90322bebaf43"; + sha256_unsigned = "c83432349ed990ab57cb15a7f046aa647cac4bdc0f31ae7b3328f9640e3caa71"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino-emmc" + ]; + titles = [ + { + model = "A64-Olinuxino"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + pine64_pine64-plus = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa53-pine64_pine64-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa53-pine64_pine64-plus-ext4-sdcard.img.gz"; + sha256 = "32cc22aa2119416f2ac5ce45c7f3cc6149797e51a9c6177e78d4a5659c130adf"; + sha256_unsigned = "24042df9dc1b9937ac3a983e667cb524a84d14390a448fffdb471bff20b4939e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa53-pine64_pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "2c44cdd23c9884c772df13d2e02d43c24a30a364765adeef503373312d8bd2a1"; + sha256_unsigned = "56731318bb07cd8efbbc0a12505d67eb66597b290543b0393ccbd1a38bff4aee"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + model = "Pine64+"; + vendor = "Pine64"; + } + ]; + }; + pine64_sopine-baseboard = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa53-pine64_sopine-baseboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa53-pine64_sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "2738b864cc6459a0818cb898dcb24c78db8f6e20baefc010826b5a620b5a57ba"; + sha256_unsigned = "4b7982515fcd92f6032af5ca4dcfcf1b23ae049ecedf9233f7aa3c7691b9db0c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa53-pine64_sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "37c759c831d2dffc4df62ad6484614a82984c3bf52f05d615534cf781cee5849"; + sha256_unsigned = "e89a0efba4355e86ed55e8d482df7df3f4f64aee296c1708945dccc01d9a0dad"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + model = "SoPine"; + vendor = "Pine64"; + } + ]; + }; + xunlong_orangepi-one-plus = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa53-xunlong_orangepi-one-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa53-xunlong_orangepi-one-plus-squashfs-sdcard.img.gz"; + sha256 = "a9e162292ebca90ee50cb933ee75b5bc3517bbabb352f884d9dd54a50885e088"; + sha256_unsigned = "91e6575fbcc85ca3f56fc6ca037a39d57b6ac15908f902cd390919ca25e63ac6"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa53-xunlong_orangepi-one-plus-ext4-sdcard.img.gz"; + sha256 = "8c5ae23bb0df5d2a80a89188519f904a81b56396ee5d02eac414ebf0cb968623"; + sha256_unsigned = "9355eb43c7fe8ba1341d9214d24c4fd9a1a81ee7c3f03ad79ff158df4fb7d00b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one-plus" + ]; + titles = [ + { + model = "Orange Pi One Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa53-xunlong_orangepi-pc2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa53-xunlong_orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "ca98f7b3ec4c9bd31821b63764d2a169de045df2f4758703d0dc0bf28000db53"; + sha256_unsigned = "2c6f8fdab68875e78d9d4cf12efbbaf4e0a89767b7e8b6dbbdcfb4617ae4a1f5"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa53-xunlong_orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "9ee9324257625113a3546c5ff624c99e534b5b1a7c72e7f19d50acda3774fc0a"; + sha256_unsigned = "fa464e16be56feaedbd761e055e270804a95495a8293c5ff95f2bf2260038bfa"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + model = "Orange Pi PC 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa53-xunlong_orangepi-zero-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa53-xunlong_orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "7e2308511a180e9851f0f416bfd678598388a9454cd29592a403378c93d6dc41"; + sha256_unsigned = "ee522a0bf7c76d0daaa7a146cd28bc085f5acd3b2e1044b4a37e235c4c6e0c89"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa53-xunlong_orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "5a8be9c144965f56bfd602b81849e7e2b4804624d699a824d84b09d1d4ab6ab2"; + sha256_unsigned = "e5deb079b8c833b2cffc28add8fe3485831333bc794c45b1629af86d08b1ceb5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + model = "Orange Pi Zero Plus"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "sunxi/cortexa53"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_cubieboard2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-cubietech_cubieboard2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-cubietech_cubieboard2-ext4-sdcard.img.gz"; + sha256 = "476404c1c8f92ec929b5b2683d3f4048139906249038cfb0483fc313a71bf710"; + sha256_unsigned = "a28174f35720f6369cf9b11e075dcd10e40667665e97055294c90afcb3bd06ca"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-cubietech_cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "2d0cf86db7721ae2dfdb0d6dc7ffbd5e178cb0c811186b131ac5558d3a19b85b"; + sha256_unsigned = "3768a9409194db27218cd78610e1cc619de057b11fc56cc97d31e50c4370b5b4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + model = "Cubieboard2"; + vendor = "Cubietech"; + } + ]; + }; + cubietech_cubietruck = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-cubietech_cubietruck"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-cubietech_cubietruck-squashfs-sdcard.img.gz"; + sha256 = "100e35ee4e27c1f5e381fdcb876d4b7a637a53298f8805a771b7e28da1bc71b0"; + sha256_unsigned = "ae635f82fd34fc5720ef722c0cb86edba85b290045eaa5842ddb9297cbe83720"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-cubietech_cubietruck-ext4-sdcard.img.gz"; + sha256 = "763985415b04376568cec4e67da6a93636974915dda5e738a615183c03935d13"; + sha256_unsigned = "56e3a20d8b216d96698e1eb7f24646bc20ebdca23d4e47f30e8f6fe94a24aa8e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + model = "Cubietruck"; + vendor = "Cubietech"; + } + ]; + }; + friendlyarm_nanopi-m1-plus = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-friendlyarm_nanopi-m1-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "730c58a7de9ec264bda11fd0ec128442d14804c5747d9a74cc0a7d9f95f95257"; + sha256_unsigned = "d79d92234358aa52ea5cfdcb71eecf18ad3b716aac50dc79e160b882e4bdae5c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "7b6325737e70412ca6d50e8b4ec0d63995949710b18f2caa0f8b56446b5396c2"; + sha256_unsigned = "c3d2fa153856ea966e04ffb1224c5cf2c274e04e13beac57f49d24d4b318066f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + model = "NanoPi M1 Plus"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-friendlyarm_nanopi-neo"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-friendlyarm_nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "3702d5591242953a650f41f4544fa50001bca563aa63e3abbf2b28013fb36c35"; + sha256_unsigned = "59a9b1b9f954cdaee3901a57ddcebdc8dccca4d09ba84aa50fc872e39985165d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-friendlyarm_nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "d3f9fe78abb392a10c93ed96046eb7be637632af006b4c43f41b931545660bf0"; + sha256_unsigned = "ab326b531a4b2193062696ee9dbadca2cd71048698a084b37e7188121f0bb7ee"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + model = "NanoPi NEO"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo-air = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-friendlyarm_nanopi-neo-air"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-friendlyarm_nanopi-neo-air-squashfs-sdcard.img.gz"; + sha256 = "d8b73045a6225d4ea8382e236cdece35f6c77b8b5df78f4417c1ff36146b2f7a"; + sha256_unsigned = "e0031a89755b9a7b2ea849f5ca2b21b8ae2baaa4fc37cf8d45c3b825a78ba2c4"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-friendlyarm_nanopi-neo-air-ext4-sdcard.img.gz"; + sha256 = "06586bc4d30e990fc6eb73f42b541f39b180037b047d986887ab225d75430c27"; + sha256_unsigned = "3480c825e27ebd6e961c0573b09bd46cbf1908619d79fcefa295a1e088af6c77"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo-air" + ]; + titles = [ + { + model = "NanoPi NEO Air"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1 = { + device_packages = [ + "kmod-usb-net-rtl8152" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-friendlyarm_nanopi-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-friendlyarm_nanopi-r1-squashfs-sdcard.img.gz"; + sha256 = "088d816880392ee53ec1caf7235bf48992ad17a5278ff479d8894206fb24e820"; + sha256_unsigned = "7c213ec3f6ceeee1b08e8ad3c33a8ae294b5a2d54b2bc00d587276e7a68a93db"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-friendlyarm_nanopi-r1-ext4-sdcard.img.gz"; + sha256 = "1c832d4142ed0ae2ac627a225ac517728762a7f3d775eaaf3aa3068cc90605b6"; + sha256_unsigned = "a4a3405eb9a1b85081096e3b21b50d710287c7a885a1b4e90df9e2bed0b78a0e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r1" + ]; + titles = [ + { + model = "NanoPi R1"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_zeropi = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-friendlyarm_zeropi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-friendlyarm_zeropi-ext4-sdcard.img.gz"; + sha256 = "aa9d6c027f92efd9451692e04fd67065c1c1b19de0ac9ae4f179b49a5aea91b3"; + sha256_unsigned = "cedee549ffe9419baf2ea2439044e36b38ce19e3506917f0625141650dc2613c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-friendlyarm_zeropi-squashfs-sdcard.img.gz"; + sha256 = "463b4a7bafa68e57cd0cdfeee2852ec91c8ea1a1be21eda766f4cdc3513b3f5d"; + sha256_unsigned = "88588d9f30e950ef2a7c900669ab1872e20a79d3d4fa046c2d1d01a6431e2ba9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,zeropi" + ]; + titles = [ + { + model = "ZeroPi"; + vendor = "FriendlyARM"; + } + ]; + }; + lamobo_lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-lamobo_lamobo-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-lamobo_lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "7d1530d7e5d6485a96f4ecaa2f6b4849fb3709cff9ff8910babbf44d5e4a5da5"; + sha256_unsigned = "eeabf04f8c180efc5a2b84b7408f9764182a2dc06ee0e5c336e879e6627a01e1"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-lamobo_lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "c6f169c771a2655fac877e8c2b9c47131d1cb66fdad560ac39ded1a5f43976a4"; + sha256_unsigned = "02ebad6e0945b64537ad5b86d113b46f3aa2517f8572787fcf68f2ee592d5224"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + model = "Lamobo R1"; + vendor = "Lamobo"; + } + { + model = "BPi-R1"; + vendor = "Bananapi"; + } + ]; + }; + lemaker_bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-lemaker_bananapi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-lemaker_bananapi-squashfs-sdcard.img.gz"; + sha256 = "aa057400527b26254725f9c1f23f83e752c1ebfa2f734aa6d5a16f15f15e5623"; + sha256_unsigned = "47756e10305a93c0f813432ebc51df52dfbbf87b778ea8ee854a5e6c9c68adf6"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-lemaker_bananapi-ext4-sdcard.img.gz"; + sha256 = "7a2d16a6e6e3d37f3e78f18568b06d2cbbca830e6cdee761b039f82cedd6ee46"; + sha256_unsigned = "b768e91272eb0163823a78674e6950734591625791cef71cff59d133e14edd73"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + model = "Banana Pi"; + vendor = "LeMaker"; + } + ]; + }; + lemaker_bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-lemaker_bananapro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-lemaker_bananapro-ext4-sdcard.img.gz"; + sha256 = "607fef62896b8841d05008474a37d58a25386bea61847a3b67cf1ea31ce34825"; + sha256_unsigned = "a3447577cbd94c03b1ca842b7591a00f669b22e8e0e080f0bcb5a9eb5efa7f25"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-lemaker_bananapro-squashfs-sdcard.img.gz"; + sha256 = "4dc56511250886d5c4343bdc10ac4dbed46e8cefdad5094b9cf19bca9488a09f"; + sha256_unsigned = "84d7f668a8020645ac8362a9f4b9da7562719ebb803085925b78e0d11c490b9f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + model = "Banana Pro"; + vendor = "LeMaker"; + } + ]; + }; + linksprite_pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-linksprite_pcduino3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-linksprite_pcduino3-squashfs-sdcard.img.gz"; + sha256 = "bef63950c6fbb6e5d8d838dbd641b74c0555a20d5b117b7a653150188d252433"; + sha256_unsigned = "30071a6ce452beb9a20ecd547768c5d0b5616ef3530b5201955b9cd0dca789eb"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-linksprite_pcduino3-ext4-sdcard.img.gz"; + sha256 = "ead4ddf3bb4f66de188289f5cda6027c424f52e024533cc51220e3223c6891e0"; + sha256_unsigned = "52570a67b244bcf6116b17d0af959ccc6a2a1e9640e9a12fc6603de2e3f8492f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + model = "pcDuino3"; + vendor = "LinkSprite"; + } + ]; + }; + linksprite_pcduino3-nano = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-linksprite_pcduino3-nano"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-linksprite_pcduino3-nano-ext4-sdcard.img.gz"; + sha256 = "17989c676d2d2e7fd9eadb1bdb67f2e2294f4477f11c2723311de4d3c1358f97"; + sha256_unsigned = "b759c4c05718a0401eeab77f1e0d16024891d588451b25ef85c1ae247363d759"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-linksprite_pcduino3-nano-squashfs-sdcard.img.gz"; + sha256 = "7987aef3ffc10e27728c3a79b57443613235d6ed8919ccf825a4d3e6512c10c9"; + sha256_unsigned = "b4b8a108108c901f1fc32ef78a03abaa7537de01e5a54f201eca73c242f07878"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3-nano" + ]; + titles = [ + { + model = "pcDuino3 Nano"; + vendor = "LinkSprite"; + } + ]; + }; + mele_m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-mele_m9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-mele_m9-squashfs-sdcard.img.gz"; + sha256 = "04cd50c7f231ea3be6d4068c28e04af714bf856a34cbb24af090a549f9e3f3b3"; + sha256_unsigned = "65153f163444d7393722306d4adee5a1e4bef59356e3829c22a6aaa8def6ac22"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-mele_m9-ext4-sdcard.img.gz"; + sha256 = "bf4628a1c9457283500c690644dd03486b3f3a135592face61d58bf7c18906a9"; + sha256_unsigned = "9ddc840a7948f821d61bfc3bfac1753e5129a79a5cd35273e0aa14c77fc8038c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + model = "M9"; + vendor = "Mele"; + } + ]; + }; + olimex_a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-olimex_a20-olinuxino-lime"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-olimex_a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "47aa013f76f5d61dd24d222c37d9ab456213e52f4014fc8ff4ad3ed36e158c60"; + sha256_unsigned = "af902d8125abcdefc12e9bd5775cb2730bea6051984c52b38295affb3e0ebb9e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-olimex_a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "9afb034cdf4f542f4ae1defc3f3dfb8a899bc444e0ef45a907333b0312205443"; + sha256_unsigned = "9c6c3c20b49ca44f9cfbd550f995520962f0fe07e9958be05a21f9d2132e4b8b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-olimex_a20-olinuxino-lime2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-olimex_a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "97b05d8edefe6420f4e81b3c4cc088b6ce82fc75c99511962a69f92840fb7737"; + sha256_unsigned = "606edbc4e80a93ce3841556dce81468f50cb91b5cd3811d848cd7931fcf74e2e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-olimex_a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "6233ee417bd738d4ff87f640d9483942127a026c4a3e3c706b378ab3d14e4a36"; + sha256_unsigned = "f9bec31ac3fad3e67e104c8b069adf545d489b4bd2dc9adb5929bde43bfc730f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "02fdf6c9e580e46e401c4b51158023adc71516f78d1eb2fcaee09263fbc8eed7"; + sha256_unsigned = "eda0bbc1cefd5dd2b836afad74ac6e6d2a12745aeb110e0968832b1071003363"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "a816e294d4af1001f1f33b13bca5aa7f7bab089e575c5c9621ab6cc1643b8aba"; + sha256_unsigned = "b3791eddc0f461862f24ddbd6b8a64abfb080bf7885de3e169446f6c1354abc3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-olimex_a20-olinuxino-micro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-olimex_a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "d6b08a26c097a2337d2e7d4ba8f30400cef17990c1b150cc0f13f1adea71cffe"; + sha256_unsigned = "3d76145b2b7f90e0fcd1cd6c1dc3c22aab27b5ef1cbf7a0db468bbed4bb20dea"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-olimex_a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "0f35556939fd8f294dcd270373fd3acfbb5e0e8552612cccdad811dc09898952"; + sha256_unsigned = "14783b01c125fd3a35b14c4cb9394565a21f26507acccd6872bf2830b657eae0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + model = "A20-OLinuXino-MICRO"; + vendor = "Olimex"; + } + ]; + }; + sinovoip_bananapi-m2-berry = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-sinovoip_bananapi-m2-berry"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-sinovoip_bananapi-m2-berry-squashfs-sdcard.img.gz"; + sha256 = "842f597038eb98fabea9e1b77d3762049186271b611f2741dbd11de78d901e42"; + sha256_unsigned = "109f1c30dd5e2671e049d8f200bf61e6a9d9f0744e323cc4a32d0e4b9d65a229"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-sinovoip_bananapi-m2-berry-ext4-sdcard.img.gz"; + sha256 = "ed0ceb46cbcb2bbbb68ad3f00920654d08e0079b7dc843bf04fdfaa360e7a269"; + sha256_unsigned = "46d5b6c02364bee9f7cd336a0d1037dd7c90a1a2165880efdd12411562454303"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-berry" + ]; + titles = [ + { + model = "Banana Pi M2 Berry"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-plus = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-sinovoip_bananapi-m2-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-sinovoip_bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "27598fe024aee3c23dcc0be0fa7a22c7fa64f2c3421aad3d7a212bb4ee31d413"; + sha256_unsigned = "6789328bcf1d7fa527bb6bb902b1621d613b6f00fb39a07bff2b9e0334863bd5"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-sinovoip_bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "94f027540971dc83c67ee932e0f6e999bd6d80cc83565a88ee1c82417e86b5bb"; + sha256_unsigned = "ae136852a70271c940ba6015bf8fb1912928982804f34e6da4465c62d63cb1cf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + model = "Banana Pi M2+"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-ultra = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-sinovoip_bananapi-m2-ultra"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-squashfs-sdcard.img.gz"; + sha256 = "4f4549c7f60d3e41a74ae8570250abf073ca8047bf26c1f6c132c55d19cff234"; + sha256_unsigned = "a07803e64bf91804470eb8020a483c909e66d591f4b6d6a261dfe908275d1d93"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-ext4-sdcard.img.gz"; + sha256 = "38ba66722b7719870110acef3f6f233201bee8b591e2847a5d6b2ae226ff3bc5"; + sha256_unsigned = "51d405223272ab1a2214933c559b34b5a5c191cd4593c8b9502c7b3e7f2248db"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-ultra" + ]; + titles = [ + { + model = "Banana Pi M2 Ultra"; + vendor = "Sinovoip"; + } + ]; + }; + xunlong_orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "af6cbc1a60cbe7d35463fd86add45310f778340ffc826b8223ee626a335a3146"; + sha256_unsigned = "c2e057958b9b0da6412d24d660d789470f32133f99b3df4c4facb6d43ba6a758"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-2-ext4-sdcard.img.gz"; + sha256 = "bbb7cd0ea0d74acabc9036d3493aff83bceb27b510757f49ade4671f83dbb656"; + sha256_unsigned = "ebf127b5536e6976c6e639ecb22dc6952ed36f004449a65cef45fe4556cf3016"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + model = "Orange Pi 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "03a197a847d42e2e6fe3ea4ac8db15ac866c5e98962929543b69378977067592"; + sha256_unsigned = "cb608c8fcaa43a5c07931ba9624b2c2e35d7ebd05bd6d27a35237d06e64438c4"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-one-ext4-sdcard.img.gz"; + sha256 = "3dfe306a4370fc846c2a8b526571d1179945da580f2145e085412138ec164525"; + sha256_unsigned = "f8d9360ef8b2d47ff8f599337eed0e4e6aa8fff883b91890267ee456258031ce"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + model = "Orange Pi One"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc = { + device_packages = [ + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-pc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "fa581b4238b887a8c97ef043ce11a353512e5a940eb105bf075ab8fe05e9fd1f"; + sha256_unsigned = "4535cbe8bfb1858e4700f06ae0cb5b96efbebc060dc820fc63f0d3473758473a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "a01c1ecae13265a18c3a70ae1c807a0fdb4ab9d62e441df9bcc10abee6e7641a"; + sha256_unsigned = "f6be00276b986162694840fa6540c72b3abf4df7a55978d1ec1d5028ed2f2354"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + model = "Orange Pi PC"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc-plus = { + device_packages = [ + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-pc-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "ef01b6a5bb10b85b017ce653e758beb1645df438e2a3bc7fa07d7be9bee52373"; + sha256_unsigned = "93f9367633a923d27b868168d5427db7e65f3829a9831b45b346ac7c4c8767ff"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "44af4d32eff89e14e6b315fbe69ef6b15ce9b0020ffb438f5752538474a2a084"; + sha256_unsigned = "79fac66d9a059f65315d31156db19c75b0431954e091353e3a1678cd2051e909"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + model = "Orange Pi PC Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "6e34c5d4666bef58a86377ceba8ae734c37da4f441ea8916d7b158d2caba1f7a"; + sha256_unsigned = "5b88de534f1887e345f9063ebd2ee70eec4e7fab39fb78018e5ad4b72d3ce72f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "c4128318334f6c95a15bd4ea5b7a33004e97c3f639e24b57247bebffd17fcc6a"; + sha256_unsigned = "2b740fc2f19af6456b956c1b93e28e4e70d92c4a8660744f490fe20ff03133d8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + model = "Orange Pi Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-r1 = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "cfb41729b6f4c39d94806b3c70d3f1ac4dc7fffac06af4d7520e162d343e9d5e"; + sha256_unsigned = "a36cd19e6b706c0b2545fae136ed5d3f7f647c7b877b4a28cb18d85a70f242a9"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "9a0f024db417218d7c87d28eeb1872a8607823fccd54bcc0b55097ca43174eb0"; + sha256_unsigned = "1535114b031573f4db84143802b193f8217bf6dee596e6eeb3e9c493db6f68cf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + model = "Orange Pi R1"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-zero"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "9ee19c21ca7e09f2743ee16bf9ccc60154e4bf830eebcf65a8a4e2a46e0fae20"; + sha256_unsigned = "5cb5418ab7dde143250f252dcfc708a10bf7b4b970361bdfc881fed1b0f1f54f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa7-xunlong_orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "9fc1d132ab8e2e9c1dcc3eeaa7ee95ae5928f46ec6e92cb4a2bffd225099cccb"; + sha256_unsigned = "78a5fe64a53f0ef8f032d45667929636b7169485b988f802c9ffe6626c2f7240"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + model = "Orange Pi Zero"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "sunxi/cortexa7"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_a10-cubieboard = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa8-cubietech_a10-cubieboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "75e75a27c3c4bf30a57c8e705173fca08d33f14600a1ca2bfb242c4b15bc853b"; + sha256_unsigned = "514063abd84cd141180aab58e5c54a0d9e4c2912bbdf205d45168a47a9b516b4"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa8-cubietech_a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "bf8fa79693f257f32396cf69c2824d8856785291e44de2ef1a44be9035aa59b0"; + sha256_unsigned = "06c0e3112408e322b637f2f7a3af7775cdc2169ed79c736d61362e8caff0ea1c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + model = "Cubieboard"; + vendor = "Cubietech"; + } + ]; + }; + linksprite_a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa8-linksprite_a10-pcduino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa8-linksprite_a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "12d01793e4c67be02546089a8951046eeeb5d3c945dc7962697de74015c17a1a"; + sha256_unsigned = "0ea26a99463667eabdb246e1f8428b7d58dc94eeed8655eb8c8001a347c19d68"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa8-linksprite_a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "632c096386c8b460839cbe9fe5c4ad097a49cc63b4deca182db4559c28f89575"; + sha256_unsigned = "6d5ab836416a9fe60c08278ff8f2b6ecf586724b807723e6b20507937a012224"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + model = "pcDuino"; + vendor = "LinkSprite"; + } + ]; + }; + marsboard_a10-marsboard = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa8-marsboard_a10-marsboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa8-marsboard_a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "c588a7247b962ce8db62b645f161a6aef93a0528a30acfff1e729e36cd459ce2"; + sha256_unsigned = "71198766b593afbfec8ba628d8429e1a297f19d3935a8b5397b9d831ec75bbeb"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa8-marsboard_a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "78ea30dc46809754251d42e49e6b87111156b26a4ced1ce4682eafeaac2c4407"; + sha256_unsigned = "790106222cf90345e6b2b826b06491cccbf3afe01051f530a3ab7d8911d766f1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + model = "MarsBoard A10"; + vendor = "HAOYU Electronics"; + } + ]; + }; + olimex_a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa8-olimex_a10-olinuxino-lime"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa8-olimex_a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "0d5a1f193a7f5959eee0a8c6bd88a426bc5ef44959471dcb912aa3842e9d4e47"; + sha256_unsigned = "f0ec6c066536f0931f5fd51f7c7bcb49eacdd784b8dd7434f2eb1e1df1707eab"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa8-olimex_a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "e5a0216777508ca65f3403edbe9b5313271b2b95ed20fe5ea1701ef6591444ce"; + sha256_unsigned = "d7ddc2ee7e47e7df9fff3d8341c8fca1fe19a65c8773dd7536e68ac6cf22408e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + model = "A10-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa8-olimex_a13-olimex-som"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa8-olimex_a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "b7cf9ff113d1ea51170a64fcbf22752d3a6787d3541110a501267d75d255623d"; + sha256_unsigned = "c3ee90a9009282510147795137fb2ac9e9461a1cb3d52780df5290b894b7ef57"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa8-olimex_a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "bc95a77b4ab09e954cdd0f558a893be473d715dfcda640c4fdaa4b1b88257f37"; + sha256_unsigned = "2da7aef1c18ee5f9a317cb336cef0342a74fc0c6b9ab755a3c1ecb1721923d41"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-SOM"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.1-sunxi-cortexa8-olimex_a13-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-sunxi-cortexa8-olimex_a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "11898f0394324e4ef84646bced0a36f396f0137ef2b29051fd201f3bc5143e39"; + sha256_unsigned = "164f4b71f51cfd23c06ad692bee752274da62f1d2d8cf14faebd7d7b20ff37fa"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-sunxi-cortexa8-olimex_a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "3e0060b8fa150e89a0759ae5bf303e305c08b4e308ed98ac1a10b22a57e2a830"; + sha256_unsigned = "6349d2b4adce9957645a93dc276a8293487be528fb6463a35ea5f95c2f316ba8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-OLinuXino"; + vendor = "Olimex"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "sunxi/cortexa8"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.1-tegra-compulab_trimslice"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "7dc33c53e565eb19975995db511d99bc7d12fbbb0ff338cdb0b34b25e3fa8227"; + sha256_unsigned = "ba72cbb20e6c35e167464b4d14b225c65cfdd82e6e3f8e34bd7e70a9c9ea96e7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "3f196b6bd60ea821c7916edb184c87f482ac5db3acf8ba4cb11afe6abe981f66"; + sha256_unsigned = "834cdd7ec23aa360d768fe727fa8da74d3a3ba7ceb5c7efd5af518b82b311bba"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + model = "TrimSlice"; + vendor = "CompuLab"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "tegra/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + x86 = { + "64" = { + arch_packages = "x86_64"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-amazon-ena" + "kmod-amd-xgbe" + "kmod-bnx2" + "kmod-e1000e" + "kmod-e1000" + "kmod-forcedeth" + "kmod-fs-vfat" + "kmod-igb" + "kmod-igc" + "kmod-ixgbe" + "kmod-r8169" + "kmod-tg3" + ]; + image_prefix = "openwrt-22.03.1-x86-64-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-x86-64-generic-ext4-combined-efi.img.gz"; + sha256 = "465473ca04a2a8c60bd044b341471d0f76c5e68c51b89eb6a3358f8871c8fcfa"; + sha256_unsigned = "eb40022912d31e40c181044454ec851ea58f892ab7147af49db0808bca9c6d57"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-x86-64-generic-squashfs-combined.img.gz"; + sha256 = "ae8953dff3f68ce74f30d8070fcc24d3e46e20ac0277d9f4e9430c1d770f827a"; + sha256_unsigned = "59ca57bd1da3f79263f7fa2913ef5e12d87140c5ede8c669833f660b735bffb4"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-x86-64-generic-ext4-rootfs.img.gz"; + sha256 = "8c7ef8465cf69691c8bfb013405a29009fa970bc12a8e0d445cc2c3f790b6d6b"; + sha256_unsigned = "8c7ef8465cf69691c8bfb013405a29009fa970bc12a8e0d445cc2c3f790b6d6b"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-x86-64-generic-squashfs-rootfs.img.gz"; + sha256 = "38bfa12671dc00bf0ceeeb0ee53d4ebf264b8f9c7c5ff1cb64c9df58b1ba502c"; + sha256_unsigned = "38bfa12671dc00bf0ceeeb0ee53d4ebf264b8f9c7c5ff1cb64c9df58b1ba502c"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-x86-64-generic-ext4-combined.img.gz"; + sha256 = "4c15d9763f80159541171a5086e48c3fd2dfe69859f4c5cf37ecd66838fcaa33"; + sha256_unsigned = "f90979b6fcd0a540df803bd4473beddb1fcb3c7a923695bd9c1fbe6da663b72e"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-x86-64-generic-squashfs-combined-efi.img.gz"; + sha256 = "51a47f1ea078c2e3cf142898d9c5896f0fb0648584fd9ec177e0e3060ab0eb78"; + sha256_unsigned = "23dc0f0b1fea5ca345632c1583e898a33108a3a8fd50169bf862957ec39df16d"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/64"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "x86/64"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + generic = { + arch_packages = "i386_pentium4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + "kmod-fs-vfat" + ]; + image_prefix = "openwrt-22.03.1-x86-generic-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-x86-generic-generic-squashfs-rootfs.img.gz"; + sha256 = "c115744c98c64fcacddc6a18241b9ef717785736559b42ea76dd4dfa6be89dea"; + sha256_unsigned = "c115744c98c64fcacddc6a18241b9ef717785736559b42ea76dd4dfa6be89dea"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-x86-generic-generic-ext4-combined-efi.img.gz"; + sha256 = "5c68527bdd927954b9f4faa0e3a6fc97edae9a6d104334c136f3f0b1e761bc41"; + sha256_unsigned = "f2d04bcde348b85413a0626613755a860bee848ff19419b04b1d2f9259d13eef"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-x86-generic-generic-ext4-combined.img.gz"; + sha256 = "e02fc45a0cb41c487eadeefc562aff488ac10f34a41c7ce227872478dbfb0ddc"; + sha256_unsigned = "33712c51370f7c85c451112ea3c55d328681bf305e766149567a3f652ddd25bf"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-x86-generic-generic-squashfs-combined-efi.img.gz"; + sha256 = "68425d9da97de5056d6d518dce6e4fc1feaef00fb5ace6bd2a5fc1c000ef8a18"; + sha256_unsigned = "c0e6f6325f181ed86f0e18ebdb71bac382829b43db785ba5e9c25d0b07fdf498"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-x86-generic-generic-ext4-rootfs.img.gz"; + sha256 = "a30e9a1f7bc91b206d2e66e708adaa1015a6334c963b0a58f59a4038430e7a0e"; + sha256_unsigned = "a30e9a1f7bc91b206d2e66e708adaa1015a6334c963b0a58f59a4038430e7a0e"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-x86-generic-generic-squashfs-combined.img.gz"; + sha256 = "4ee0df419437121a908af12cfbb2f9e8bff16bb3b59a6ce08fe16a6f5b6df768"; + sha256_unsigned = "cedba44522314d24305cfcb7b1109f4c0cbd5d404b98daf6f1e1a3ba9e26fce7"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "x86/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + geode = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-ecb" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.1-x86-geode-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-x86-geode-generic-squashfs-rootfs.img.gz"; + sha256 = "01c4b6bc3e400d64ba6ce54844d6675ac106221d1297108fb9b2b4983ff02c0e"; + sha256_unsigned = "01c4b6bc3e400d64ba6ce54844d6675ac106221d1297108fb9b2b4983ff02c0e"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-x86-geode-generic-ext4-rootfs.img.gz"; + sha256 = "ec7d16861ac1a108d39464c1d7e7d74d98b9f69c8065456cd4299a2c2c77b30a"; + sha256_unsigned = "ec7d16861ac1a108d39464c1d7e7d74d98b9f69c8065456cd4299a2c2c77b30a"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-x86-geode-generic-squashfs-combined.img.gz"; + sha256 = "21e56c78964ac76d81e44acdfb213d72d26fd7171c6d302a4ad3998f1eda07e4"; + sha256_unsigned = "079f853b9a9067ffd76f3f6e695447b1358b72dc2de97a72de4e5ecc7eb7604d"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-x86-geode-generic-squashfs-combined-efi.img.gz"; + sha256 = "ae989db9807b4dbbdaab7b5b5afc23cbfbcfc1706207f2a1cb4fc3f8ec252875"; + sha256_unsigned = "f9842b099b9ef036da284710941f7f73541a77c28b362690fe4cf2032bb55276"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-x86-geode-generic-ext4-combined-efi.img.gz"; + sha256 = "bab295161aef98af9a6db3896cd2b6c2b242bb728c429bcd93df973cc9c40503"; + sha256_unsigned = "d2bf8a578c597cf9f8f7565d0453f2eb98f9cae52321a7791714af0555f7a587"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-x86-geode-generic-ext4-combined.img.gz"; + sha256 = "94240846e4534faf8b3a5c6e8f76d5c2aabf99c530649ceb9b06c59317951434"; + sha256_unsigned = "b3da4202449d5cb90edfc3ec8cdfbf5f68756fc41c5a74dc927ee9d1ab8ebd13"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/Geode"; + vendor = "Generic"; + } + ]; + }; + geos = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-ecb" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + "br2684ctl" + "flashrom" + "kmod-hwmon-lm90" + "kmod-mppe" + "kmod-pppoa" + "kmod-usb-ohci-pci" + "linux-atm" + "ppp-mod-pppoa" + "pppdump" + "pppstats" + "soloscli" + "tc" + ]; + image_prefix = "openwrt-22.03.1-x86-geode-geos"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-x86-geode-geos-squashfs-combined.img.gz"; + sha256 = "ed6b0e6633e7d1447494ec6144e4a6522d7a6033fc942c27405623c784d4665b"; + sha256_unsigned = "0c43a8958912986a1ebd442d30955ad612fe2074f13f2d56b5687ef29426e313"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-x86-geode-geos-ext4-rootfs.img.gz"; + sha256 = "9cbdd74c024cd2b5dd9b73a73802de60addd4b8a494c3764928203596377bd53"; + sha256_unsigned = "9cbdd74c024cd2b5dd9b73a73802de60addd4b8a494c3764928203596377bd53"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-x86-geode-geos-squashfs-rootfs.img.gz"; + sha256 = "1a1cf15836175e2102a93bf867196d28c17c9c81e7e9bb82f5a6fe1b4d685a30"; + sha256_unsigned = "1a1cf15836175e2102a93bf867196d28c17c9c81e7e9bb82f5a6fe1b4d685a30"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-x86-geode-geos-ext4-combined.img.gz"; + sha256 = "439545917362f97281fece5b3d57095c0630c32ed2352ff05f5960a586d251a6"; + sha256_unsigned = "db5dde8df8b04a41524fdc471b5d9d85140c9f937269f44c50c91b407029cf24"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-x86-geode-geos-squashfs-combined-efi.img.gz"; + sha256 = "37de600a1c009f6c1cf55bc5266306a6ed34a92076622afe5608940a23857ff7"; + sha256_unsigned = "c113a3f5a36e35501f576eb053e5aad73b7d9086f296de7d900d11ef247fea24"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-x86-geode-geos-ext4-combined-efi.img.gz"; + sha256 = "595360bfe4daaba578610199cf28e64cc363346a4352a2dc62491f3d4f66f60f"; + sha256_unsigned = "1c4ad0b7255f3d762bcb796418d873801d743ae5891879cc40276e86bbf9ff53"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "Geos"; + vendor = "Traverse Technologies"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "x86/geode"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + legacy = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-22.03.1-x86-legacy-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.1-x86-legacy-generic-ext4-rootfs.img.gz"; + sha256 = "253edc4d35b8da15e4dfc4f18e9b1dd8c69f2f8b24bf587d4f57fae23ae3ea47"; + sha256_unsigned = "253edc4d35b8da15e4dfc4f18e9b1dd8c69f2f8b24bf587d4f57fae23ae3ea47"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-x86-legacy-generic-ext4-combined-efi.img.gz"; + sha256 = "42c91bfae57227aa9ca76c90d0268345f71c4cee34bb46b34ca91fb1f0853527"; + sha256_unsigned = "69d46d699da21ce171d17a1137e2c3cdf29711f8ea66e825e31ead153f91fcb5"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.1-x86-legacy-generic-ext4-combined.img.gz"; + sha256 = "9d1432d77895ad9c97cde0dabd7812cf3eac428eaa9980b93cc032f89502cf7c"; + sha256_unsigned = "03c45d5c091f647d4ef3d344fd1db604ff8521b7271dcf0d68e613b3499303ef"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-x86-legacy-generic-squashfs-rootfs.img.gz"; + sha256 = "84f74044229ecc8744ae5ecc1ea88e230ab7424fdbf1ef32f1d21bbea4608d11"; + sha256_unsigned = "84f74044229ecc8744ae5ecc1ea88e230ab7424fdbf1ef32f1d21bbea4608d11"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-x86-legacy-generic-squashfs-combined.img.gz"; + sha256 = "459c266ada805681a28876faa4474c5edd4a1c8fd3c8e12455b085584547b184"; + sha256_unsigned = "b5ab846867a9627caf2eec88d92269931912b3f696d2b8518dba6c0ca2d77aae"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-x86-legacy-generic-squashfs-combined-efi.img.gz"; + sha256 = "872e8116f75817c2a65632c42957f38bfdae81ee1880dd3747e42e48629cc87a"; + sha256_unsigned = "f8650bdc8132ecfdedc121bb240f453db56f0f9a935cf6f825bb76f6d8133d00"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/legacy"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "x86/legacy"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-msdos" + "kmod-nft-offload" + "kmod-usb-storage" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "90e2790929533e7a679770bcfd773e175ad34b98d577bdc2e9b385b0ed62824d"; + sha256_unsigned = "90e2790929533e7a679770bcfd773e175ad34b98d577bdc2e9b385b0ed62824d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "avnet,zynq-zed" + ]; + titles = [ + { + model = "ZedBoard"; + vendor = "Avnet"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "e2fce8ff591927bb7e7e15cd580abf9a3995c59807273e7913e5974f9485a252"; + sha256_unsigned = "e2fce8ff591927bb7e7e15cd580abf9a3995c59807273e7913e5974f9485a252"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo" + ]; + titles = [ + { + model = "Zybo"; + vendor = "Digilent"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.1-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "46c417696dbc97edc07722d0084dd04495e437395eca3e0ff1367ff9a8e2ddcc"; + sha256_unsigned = "46c417696dbc97edc07722d0084dd04495e437395eca3e0ff1367ff9a8e2ddcc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo-z7" + ]; + titles = [ + { + model = "Zybo Z7"; + vendor = "Digilent"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-22.03.1-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.1-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "4d7a356efec3f0e1afbaee478b2f752bee33a3a5b144966f2dbde73414425af9"; + sha256_unsigned = "4d7a356efec3f0e1afbaee478b2f752bee33a3a5b144966f2dbde73414425af9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xlnx,zynq-zc702" + ]; + titles = [ + { + model = "ZC702"; + vendor = "Xilinx"; + } + ]; + }; + }; + source_date_epoch = 1665185696; + target = "zynq/generic"; + version_code = "r19777-2853b6d652"; + version_number = "22.03.1"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/22.03.2.nix b/cached-profiles/22.03.2.nix new file mode 100644 index 00000000..a19f4531 --- /dev/null +++ b/cached-profiles/22.03.2.nix @@ -0,0 +1,53794 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.2-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-apm821xx-nand-meraki_mr24-initramfs-kernel.bin"; + sha256 = "ef49640c6b42775ffe9b3e9a64a33be8b984b1b059ac3284c6633b79309a8551"; + sha256_unsigned = "ef49640c6b42775ffe9b3e9a64a33be8b984b1b059ac3284c6633b79309a8551"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "cc2a3533b613d780b9bcc2d010d3f014b9295bb74754da161bf6c36e07eb50bc"; + sha256_unsigned = "5f81a867ff0b150a1789eeaffdded102a4e355b937d6911466bade8053a5163c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + model = "MR24"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.2-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "175da09f9c0e2402030992ed963e1b403d4734a6e39c6a1cc116038dc9827820"; + sha256_unsigned = "51494cf4f83d45ab640260fbb8527aa7476c629aa65438eb3d939b77b20feb2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-apm821xx-nand-meraki_mx60-initramfs-kernel.bin"; + sha256 = "cc1bb9fb3b32f249f5a1c0867ad922e253ef4829df9a5f3f96e570e3ccf61f80"; + sha256_unsigned = "cc1bb9fb3b32f249f5a1c0867ad922e253ef4829df9a5f3f96e570e3ccf61f80"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mx60" + ]; + titles = [ + { + model = "MX60"; + vendor = "Cisco Meraki"; + } + { + model = "MX60W"; + vendor = "Cisco Meraki"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.2-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "f59b908d773fd950a96d9dac59a69cff0ccdd7fb74c6edaaceb568e648a6fa7c"; + sha256_unsigned = "f59b908d773fd950a96d9dac59a69cff0ccdd7fb74c6edaaceb568e648a6fa7c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-apm821xx-nand-netgear_wndap620-initramfs-kernel.bin"; + sha256 = "5e40d0fcf10716137cbace909d13a49bd8201c5ae3417f24650c74f35181096c"; + sha256_unsigned = "5e40d0fcf10716137cbace909d13a49bd8201c5ae3417f24650c74f35181096c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "a566bf3c8b01e235689823d8876801fe6b6646cad4eae72e684ef6a6b026ea80"; + sha256_unsigned = "d52c3fd92c1beafd2bd05aa6a5f39eb137de820026aaf9e1a8cf6a7fce66ea34"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + model = "WNDAP620 (Premium Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.2-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-apm821xx-nand-netgear_wndap660-initramfs-kernel.bin"; + sha256 = "c54e60aebf7a709b06ff9d989ce2253f6ffd2f21dd603883e6ed11afa44f200f"; + sha256_unsigned = "c54e60aebf7a709b06ff9d989ce2253f6ffd2f21dd603883e6ed11afa44f200f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "969ffa9794518344128b71709c29b565f795176996ae63d6f3fd71bbb0a975f6"; + sha256_unsigned = "d8d19692d6388af955040d597e814d7c7f18072c20a0a15d35153e1f77f6c676"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "77787bd6c6fdaf1f9c7a176b5b93389cdd0eb2e9efe7791911dceb222ebc4ac0"; + sha256_unsigned = "77787bd6c6fdaf1f9c7a176b5b93389cdd0eb2e9efe7791911dceb222ebc4ac0"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + model = "WNDAP660 (Dual Radio Dual Band Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-hwmon-drivetemp" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.2-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-apm821xx-nand-netgear_wndr4700-initramfs-kernel.bin"; + sha256 = "6b9be7aae96334f9594bb4e38e8c061293bb9ef47ac8fdbe39caeeb16694c89c"; + sha256_unsigned = "6b9be7aae96334f9594bb4e38e8c061293bb9ef47ac8fdbe39caeeb16694c89c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "d50209b9e139420bec0f10c74a76b0563b56ab639b02718d70149276920d90ff"; + sha256_unsigned = "c83d9fd695dfd86a4041f38df23e84b422fdf1a2514d2388e51dc5d8b1de1905"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.2-apm821xx-nand-netgear_wndr4700-device-tree.dtb"; + sha256 = "aa18d8cdd02530c3628c9d121be7bca9fe3a496662b8949b784b953210f68c4e"; + sha256_unsigned = "aa18d8cdd02530c3628c9d121be7bca9fe3a496662b8949b784b953210f68c4e"; + type = "device-tree.dtb"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "9cee81f21c024b461ecd1106252296a70bf5088cd7f88857b7e2dbe6512cf9d3"; + sha256_unsigned = "9cee81f21c024b461ecd1106252296a70bf5088cd7f88857b7e2dbe6512cf9d3"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + model = "Centria N900 WNDR4700"; + vendor = "NETGEAR"; + } + { + model = "Centria N900 WNDR4720"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "apm821xx/nand"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "badblocks" + "base-files" + "block-mount" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "e2fsprogs" + "f2fsck" + "fdisk" + "fstools" + "kmod-dm" + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-md-mod" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mkf2fs" + "mtd" + "netifd" + "opkg" + "partx-utils" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "c4e807e0061a9ef5c1c3a7980d1798e6efcc45c1aa38e501e4fc67691dd6c05c"; + sha256_unsigned = "c3f51818b18e9cd43ac937f93f06813ec76cc85f589e15a303a282e602c6e844"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-apm821xx-sata-wd_mybooklive-initramfs-kernel.bin"; + sha256 = "5d3ae259062e9b46f60f08ea9505069f812bf9d0769a6a5952874799056fd377"; + sha256_unsigned = "5d3ae259062e9b46f60f08ea9505069f812bf9d0769a6a5952874799056fd377"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "13a819e1c7503b44f010473fecd4308be4a7ead8d76be473c064d1605190958e"; + sha256_unsigned = "06a123a11727a01857a0e569cf3a3fbdf8f3749b8ae4aa33df8befcdb240d36f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "9d98e7704a7ea9609f502adaacbd5ea3bd9572d03018e9c97df0d28f2b762a1f"; + sha256_unsigned = "9d98e7704a7ea9609f502adaacbd5ea3bd9572d03018e9c97df0d28f2b762a1f"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "ec6ac01f49fdaa83faa5cc7ea8c624d7946582839fd05211989d507e6e2dd998"; + sha256_unsigned = "ec6ac01f49fdaa83faa5cc7ea8c624d7946582839fd05211989d507e6e2dd998"; + type = "factory"; + } + { + name = "openwrt-22.03.2-apm821xx-sata-wd_mybooklive-apollo3g.dtb"; + sha256 = "0fcf713933f1e35437e4a2d72c66ffe3d4e2267b35e505ca75f85af86116466d"; + sha256_unsigned = "0fcf713933f1e35437e4a2d72c66ffe3d4e2267b35e505ca75f85af86116466d"; + type = "apollo3g.dtb"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + model = "My Book Live"; + vendor = "Western Digital"; + } + { + model = "My Book Live Duo"; + vendor = "Western Digital"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "apm821xx/sata"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + archs38 = { + generic = { + arch_packages = "arc_archs"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim_hs = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-archs38-generic-nsim_hs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-archs38-generic-nsim_hs-initramfs.elf"; + sha256 = "f3b5fadefa1ef4f6d378d440a239ff8f2930f77eb331b9d261f6ef2598f9dc71"; + sha256_unsigned = "f3b5fadefa1ef4f6d378d440a239ff8f2930f77eb331b9d261f6ef2598f9dc71"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim,hs" + ]; + titles = [ + { + model = "nSIM HS"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "archs38/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + atmel_at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9263ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9263ek-ubifs-root.ubi"; + sha256 = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + sha256_unsigned = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9263ek-squashfs-root.ubi"; + sha256 = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + sha256_unsigned = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9263ek-ext4-root.ubi"; + sha256 = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + sha256_unsigned = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9263ek" + ]; + titles = [ + { + model = "AT91SAM9263-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g15ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g15ek-squashfs-root.ubi"; + sha256 = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + sha256_unsigned = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g15ek-ext4-root.ubi"; + sha256 = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + sha256_unsigned = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g15ek-ubifs-root.ubi"; + sha256 = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + sha256_unsigned = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g15ek" + ]; + titles = [ + { + model = "AT91SAM9G15-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g20ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g20ek-ext4-root.ubi"; + sha256 = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + sha256_unsigned = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g20ek-ubifs-root.ubi"; + sha256 = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + sha256_unsigned = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g20ek-squashfs-root.ubi"; + sha256 = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + sha256_unsigned = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek-2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g20ek-2mmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g20ek-2mmc-squashfs-root.ubi"; + sha256 = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + sha256_unsigned = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g20ek-2mmc-ext4-root.ubi"; + sha256 = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + sha256_unsigned = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g20ek-2mmc-ubifs-root.ubi"; + sha256 = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + sha256_unsigned = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek_2mmc" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + variant = "2MMC"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g25ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g25ek-ubifs-root.ubi"; + sha256 = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + sha256_unsigned = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g25ek-squashfs-root.ubi"; + sha256 = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + sha256_unsigned = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g25ek-ext4-root.ubi"; + sha256 = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + sha256_unsigned = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g25ek" + ]; + titles = [ + { + model = "AT91SAM9G25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g35ek-squashfs-root.ubi"; + sha256 = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + sha256_unsigned = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g35ek-ext4-root.ubi"; + sha256 = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + sha256_unsigned = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9g35ek-ubifs-root.ubi"; + sha256 = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + sha256_unsigned = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g35ek" + ]; + titles = [ + { + model = "AT91SAM9G35-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9m10g45ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + sha256_unsigned = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + sha256_unsigned = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9m10g45ek-ext4-root.ubi"; + sha256 = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + sha256_unsigned = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9m10g45ek" + ]; + titles = [ + { + model = "AT91SAM9M10G45-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9x25ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9x25ek-ext4-sdcard.img.gz"; + sha256 = "e8a62f37056c3d8318290602810d856d017b2cb354b5b7800f94d07484e0d40b"; + sha256_unsigned = "e8a62f37056c3d8318290602810d856d017b2cb354b5b7800f94d07484e0d40b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9x25ek-ext4-root.ubi"; + sha256 = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + sha256_unsigned = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9x25ek-squashfs-root.ubi"; + sha256 = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + sha256_unsigned = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9x25ek-ubifs-root.ubi"; + sha256 = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + sha256_unsigned = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x25ek" + ]; + titles = [ + { + model = "AT91SAM9X25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9x35ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9x35ek-ext4-root.ubi"; + sha256 = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + sha256_unsigned = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9x35ek-ubifs-root.ubi"; + sha256 = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + sha256_unsigned = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9x35ek-squashfs-root.ubi"; + sha256 = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + sha256_unsigned = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-atmel_at91sam9x35ek-ext4-sdcard.img.gz"; + sha256 = "788ebcfb614b0a7be06956fc0adb52c3284b6ad7540de5927a0c0f2a34732bf8"; + sha256_unsigned = "788ebcfb614b0a7be06956fc0adb52c3284b6ad7540de5927a0c0f2a34732bf8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,at91sam9x35ek" + ]; + titles = [ + { + model = "AT91SAM9X35-EK"; + vendor = "Atmel"; + } + ]; + }; + calamp_lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-calamp_lmu5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-calamp_lmu5000-squashfs-factory.bin"; + sha256 = "16652c832c08fb74a1ac61535312606e2ace98ed2a94fabf10e5b155a026374d"; + sha256_unsigned = "16652c832c08fb74a1ac61535312606e2ace98ed2a94fabf10e5b155a026374d"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-calamp_lmu5000-ubifs-factory.bin"; + sha256 = "7e0013c90598a2a95eecabc42d9d41e422a8968c2d2ea8a2737b18da95b84169"; + sha256_unsigned = "7e0013c90598a2a95eecabc42d9d41e422a8968c2d2ea8a2737b18da95b84169"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-calamp_lmu5000-ext4-factory.bin"; + sha256 = "2ac64350ce521d77bfc3a59977838e1b72c0fcf2df505a43aff2900ca6d6cd4c"; + sha256_unsigned = "2ac64350ce521d77bfc3a59977838e1b72c0fcf2df505a43aff2900ca6d6cd4c"; + type = "factory"; + } + ]; + supported_devices = [ + "calamp,lmu5000" + ]; + titles = [ + { + model = "LMU5000"; + vendor = "CalAmp"; + } + ]; + }; + calao_tny-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-calao_tny-a9260"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-calao_tny-a9260-ubifs-factory.bin"; + sha256 = "8544f2e888721743d305510908d8a6989db18914df33ba5478fd4971f3956bf3"; + sha256_unsigned = "8544f2e888721743d305510908d8a6989db18914df33ba5478fd4971f3956bf3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-calao_tny-a9260-squashfs-factory.bin"; + sha256 = "c385ef7e578fcd06d22d963c9c1eaf628c089a46d030f6b44505ed13d4e7552b"; + sha256_unsigned = "c385ef7e578fcd06d22d963c9c1eaf628c089a46d030f6b44505ed13d4e7552b"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-calao_tny-a9260-ext4-factory.bin"; + sha256 = "b17de50fdba13dd03dbdcb24d1e27f5549593cfe49f262d52660499981f212da"; + sha256_unsigned = "b17de50fdba13dd03dbdcb24d1e27f5549593cfe49f262d52660499981f212da"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9260" + ]; + titles = [ + { + model = "TNY A9260"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-calao_tny-a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-calao_tny-a9263-squashfs-factory.bin"; + sha256 = "35a4391e79b31777fb7a3a64df08ec98609b9f6407db07d0c11e3c82b418e229"; + sha256_unsigned = "35a4391e79b31777fb7a3a64df08ec98609b9f6407db07d0c11e3c82b418e229"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-calao_tny-a9263-ubifs-factory.bin"; + sha256 = "21e8a3e3a7c8e0266e4123d8be9d79fb6d4b1e74ee1cba3ae6d02afdfa3776d9"; + sha256_unsigned = "21e8a3e3a7c8e0266e4123d8be9d79fb6d4b1e74ee1cba3ae6d02afdfa3776d9"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-calao_tny-a9263-ext4-factory.bin"; + sha256 = "596d5750e9e653619beac6985056565e770272a60e7da0b41fab1269665a0d3e"; + sha256_unsigned = "596d5750e9e653619beac6985056565e770272a60e7da0b41fab1269665a0d3e"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,tny-a9263" + ]; + titles = [ + { + model = "TNY A9263"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-calao_tny-a9g20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-calao_tny-a9g20-squashfs-factory.bin"; + sha256 = "3024bb350c85a6391d2746a87dbe9af3794610f5daa75a0c1bc364f8f38afa23"; + sha256_unsigned = "3024bb350c85a6391d2746a87dbe9af3794610f5daa75a0c1bc364f8f38afa23"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-calao_tny-a9g20-ext4-factory.bin"; + sha256 = "d846da0856b7563a30a8fb0f6c0e0615c926b39ed942babe11f893cb798d814b"; + sha256_unsigned = "d846da0856b7563a30a8fb0f6c0e0615c926b39ed942babe11f893cb798d814b"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-calao_tny-a9g20-ubifs-factory.bin"; + sha256 = "a8014f8c9fb95859de9c2b9f5338469b7cd0bd4432d851d90532513c310d95bf"; + sha256_unsigned = "a8014f8c9fb95859de9c2b9f5338469b7cd0bd4432d851d90532513c310d95bf"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9g20" + ]; + titles = [ + { + model = "TNY A9G20"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-calao_usb-a9260"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-calao_usb-a9260-ext4-factory.bin"; + sha256 = "d6ab964b553ba641302520330ddd8038d0f26546d04b1264126bdbf0ff5a5c0e"; + sha256_unsigned = "d6ab964b553ba641302520330ddd8038d0f26546d04b1264126bdbf0ff5a5c0e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-calao_usb-a9260-squashfs-factory.bin"; + sha256 = "d13088a3ddab55861dc1020432048f5be4ac3cb1d055df1002caa43519baa232"; + sha256_unsigned = "d13088a3ddab55861dc1020432048f5be4ac3cb1d055df1002caa43519baa232"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-calao_usb-a9260-ubifs-factory.bin"; + sha256 = "8b4f273925618defca3691c72918431485d83143e772692bfb30e30a3b8843fe"; + sha256_unsigned = "8b4f273925618defca3691c72918431485d83143e772692bfb30e30a3b8843fe"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9260" + ]; + titles = [ + { + model = "USB A9260"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-calao_usb-a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-calao_usb-a9263-squashfs-factory.bin"; + sha256 = "2fa6a5fe3944debad326ac523feae2d0a1072d66c11cbf4e0ec275fd19a5f357"; + sha256_unsigned = "2fa6a5fe3944debad326ac523feae2d0a1072d66c11cbf4e0ec275fd19a5f357"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-calao_usb-a9263-ubifs-factory.bin"; + sha256 = "08197d3bf418d89eaade1509f1b6e67dd46dfa2656794fe6e9bed91f2897ebb4"; + sha256_unsigned = "08197d3bf418d89eaade1509f1b6e67dd46dfa2656794fe6e9bed91f2897ebb4"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-calao_usb-a9263-ext4-factory.bin"; + sha256 = "2fd75d4343941ebd04c122f47025907501b55899e962b05ce44326fa405242f4"; + sha256_unsigned = "2fd75d4343941ebd04c122f47025907501b55899e962b05ce44326fa405242f4"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,usb-a9263" + ]; + titles = [ + { + model = "USB A9263"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-calao_usb-a9g20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-calao_usb-a9g20-ubifs-factory.bin"; + sha256 = "efb83ea0e87f35c3443067e35fa7511227442c2008a2d153f2999d611aa63945"; + sha256_unsigned = "efb83ea0e87f35c3443067e35fa7511227442c2008a2d153f2999d611aa63945"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-calao_usb-a9g20-ext4-factory.bin"; + sha256 = "380d23e2595326f25dd1effbe3cae6f2d1aa7f46a78ed65e30485fd65db59e86"; + sha256_unsigned = "380d23e2595326f25dd1effbe3cae6f2d1aa7f46a78ed65e30485fd65db59e86"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-calao_usb-a9g20-squashfs-factory.bin"; + sha256 = "68b7c95bf3ec2c85b9f2864ced57ba811b3e5416f529030bea75ed51746b5386"; + sha256_unsigned = "68b7c95bf3ec2c85b9f2864ced57ba811b3e5416f529030bea75ed51746b5386"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9g20" + ]; + titles = [ + { + model = "USB A9G20"; + vendor = "Calao"; + } + ]; + }; + egnite_ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-egnite_ethernut5"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-egnite_ethernut5-ubifs-root.ubi"; + sha256 = "e79cf8c6a01106bd49f0c030bd73b20ee7555df106504078ac3fd9ce62918478"; + sha256_unsigned = "e79cf8c6a01106bd49f0c030bd73b20ee7555df106504078ac3fd9ce62918478"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-egnite_ethernut5-ext4-root.ubi"; + sha256 = "d4759ce7ffe5596b1c111fcff8ada5c8ea50eee67539cacd90d4fb0a2dbaf5b3"; + sha256_unsigned = "d4759ce7ffe5596b1c111fcff8ada5c8ea50eee67539cacd90d4fb0a2dbaf5b3"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-egnite_ethernut5-squashfs-root.ubi"; + sha256 = "6fbbbad9a1ae1d2b2e8d0140a1aa45aed276243c312dcfa2f311f46254fd238d"; + sha256_unsigned = "6fbbbad9a1ae1d2b2e8d0140a1aa45aed276243c312dcfa2f311f46254fd238d"; + type = "root"; + } + ]; + supported_devices = [ + "egnite,ethernut5" + ]; + titles = [ + { + model = "Ethernut 5"; + vendor = "egnite"; + } + ]; + }; + laird_wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-laird_wb45n"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-laird_wb45n-ubifs-root.ubi"; + sha256 = "ff88c29f2fb5060ec409b5a8bd80a00e58b1a7bf3581cc628b71514638c8a655"; + sha256_unsigned = "ff88c29f2fb5060ec409b5a8bd80a00e58b1a7bf3581cc628b71514638c8a655"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-laird_wb45n-ext4-root.ubi"; + sha256 = "c0ea5c051475a6c6b9fe74d24678c374047e540c091f67d286aefa23ae7ca179"; + sha256_unsigned = "c0ea5c051475a6c6b9fe74d24678c374047e540c091f67d286aefa23ae7ca179"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-laird_wb45n-squashfs-root.ubi"; + sha256 = "e8ee61c46e5f7359d8591d5b21cdce5286662fc240764b740bddbc65e82a4588"; + sha256_unsigned = "e8ee61c46e5f7359d8591d5b21cdce5286662fc240764b740bddbc65e82a4588"; + type = "root"; + } + ]; + supported_devices = [ + "laird,wb45n" + ]; + titles = [ + { + model = "WB45N"; + vendor = "Laird"; + } + ]; + }; + microchip_sam9x60ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sam9x-microchip_sam9x60ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sam9x-microchip_sam9x60ek-squashfs-root.ubi"; + sha256 = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + sha256_unsigned = "48c24f6a09412e16e85d67c4b1fe6574473adf8ac66851b7acc2c49c02036003"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sam9x-microchip_sam9x60ek-ubifs-root.ubi"; + sha256 = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + sha256_unsigned = "9fc4dc9f9b728edd06f838e4dc4d0a9c802f1cc82998ee6e2d14d5cfd8281a90"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-microchip_sam9x60ek-ext4-root.ubi"; + sha256 = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + sha256_unsigned = "a0951f41ce42c197f634bf3c7f5f41962f19ac9b45c904930ffe2249147f5e74"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sam9x-microchip_sam9x60ek-ext4-sdcard.img.gz"; + sha256 = "28e3bcc1846aa43ff767141550c5eaa4de62fc0629de1d7c0ac637e5263d77bc"; + sha256_unsigned = "28e3bcc1846aa43ff767141550c5eaa4de62fc0629de1d7c0ac637e5263d77bc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "microchip,sam9x60ek" + ]; + titles = [ + { + model = "SAM9X60-EK"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "at91/sam9x"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama5d2-icp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sama5-microchip_sama5d2-icp"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d2-icp-ext4-root.ubi"; + sha256 = "45d143ce3458167912467735ccce03a28fefd4e76b5f4bfae19a374e22c9e5a3"; + sha256_unsigned = "45d143ce3458167912467735ccce03a28fefd4e76b5f4bfae19a374e22c9e5a3"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d2-icp-ubifs-root.ubi"; + sha256 = "aca92babbb3294e55acf46ea202b26532dbe80c4edd4120030d9daa357a113d1"; + sha256_unsigned = "aca92babbb3294e55acf46ea202b26532dbe80c4edd4120030d9daa357a113d1"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d2-icp-squashfs-root.ubi"; + sha256 = "fe6bf774a49da9b806f13e76996bc2eaaa6def26373cea5c776083050673b9cc"; + sha256_unsigned = "fe6bf774a49da9b806f13e76996bc2eaaa6def26373cea5c776083050673b9cc"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d2-icp-ext4-sdcard.img.gz"; + sha256 = "421160d819c8eeeb93ff76ef727fabb2cb156dd01b752279fda0dc6eeaa92a39"; + sha256_unsigned = "421160d819c8eeeb93ff76ef727fabb2cb156dd01b752279fda0dc6eeaa92a39"; + type = "sdcard"; + } + ]; + supported_devices = [ + "microchip,sama5d2-icp" + ]; + titles = [ + { + model = "SAMA5D2 ICP"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-ptc-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sama5-microchip_sama5d2-ptc-ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d2-ptc-ek-ext4-root.ubi"; + sha256 = "45d143ce3458167912467735ccce03a28fefd4e76b5f4bfae19a374e22c9e5a3"; + sha256_unsigned = "45d143ce3458167912467735ccce03a28fefd4e76b5f4bfae19a374e22c9e5a3"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d2-ptc-ek-ubifs-root.ubi"; + sha256 = "aca92babbb3294e55acf46ea202b26532dbe80c4edd4120030d9daa357a113d1"; + sha256_unsigned = "aca92babbb3294e55acf46ea202b26532dbe80c4edd4120030d9daa357a113d1"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d2-ptc-ek-squashfs-root.ubi"; + sha256 = "fe6bf774a49da9b806f13e76996bc2eaaa6def26373cea5c776083050673b9cc"; + sha256_unsigned = "fe6bf774a49da9b806f13e76996bc2eaaa6def26373cea5c776083050673b9cc"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d2-ptc-ek-ext4-sdcard.img.gz"; + sha256 = "664d7a686336426bea6e3e2d4f3bba17c1786c4d257203d544eb094a9b6e1b24"; + sha256_unsigned = "664d7a686336426bea6e3e2d4f3bba17c1786c4d257203d544eb094a9b6e1b24"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d2-ptc_ek" + ]; + titles = [ + { + model = "SAMA5D2 PTC Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sama5-microchip_sama5d2-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d2-xplained-ubifs-root.ubi"; + sha256 = "aca92babbb3294e55acf46ea202b26532dbe80c4edd4120030d9daa357a113d1"; + sha256_unsigned = "aca92babbb3294e55acf46ea202b26532dbe80c4edd4120030d9daa357a113d1"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d2-xplained-squashfs-root.ubi"; + sha256 = "fe6bf774a49da9b806f13e76996bc2eaaa6def26373cea5c776083050673b9cc"; + sha256_unsigned = "fe6bf774a49da9b806f13e76996bc2eaaa6def26373cea5c776083050673b9cc"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d2-xplained-ext4-sdcard.img.gz"; + sha256 = "2ca8f95cfe1cc85ff004ff655ef8d7939f0483b0c6636e33bc883c869116e299"; + sha256_unsigned = "2ca8f95cfe1cc85ff004ff655ef8d7939f0483b0c6636e33bc883c869116e299"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d2-xplained-ext4-root.ubi"; + sha256 = "45d143ce3458167912467735ccce03a28fefd4e76b5f4bfae19a374e22c9e5a3"; + sha256_unsigned = "45d143ce3458167912467735ccce03a28fefd4e76b5f4bfae19a374e22c9e5a3"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-xplained" + ]; + titles = [ + { + model = "SAMA5D2 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-som1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sama5-microchip_sama5d27-som1-ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d27-som1-ek-squashfs-root.ubi"; + sha256 = "fe6bf774a49da9b806f13e76996bc2eaaa6def26373cea5c776083050673b9cc"; + sha256_unsigned = "fe6bf774a49da9b806f13e76996bc2eaaa6def26373cea5c776083050673b9cc"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d27-som1-ek-ext4-sdcard.img.gz"; + sha256 = "f17bd22b0f74039cb5f51ab4d19f08e37219ebcb3fd1d629e08fd843065a0813"; + sha256_unsigned = "f17bd22b0f74039cb5f51ab4d19f08e37219ebcb3fd1d629e08fd843065a0813"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d27-som1-ek-ext4-root.ubi"; + sha256 = "45d143ce3458167912467735ccce03a28fefd4e76b5f4bfae19a374e22c9e5a3"; + sha256_unsigned = "45d143ce3458167912467735ccce03a28fefd4e76b5f4bfae19a374e22c9e5a3"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d27-som1-ek-ubifs-root.ubi"; + sha256 = "aca92babbb3294e55acf46ea202b26532dbe80c4edd4120030d9daa357a113d1"; + sha256_unsigned = "aca92babbb3294e55acf46ea202b26532dbe80c4edd4120030d9daa357a113d1"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d27-som1-ek" + ]; + titles = [ + { + model = "SAMA5D27 SOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-wlsom1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sama5-microchip_sama5d27-wlsom1-ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d27-wlsom1-ek-ext4-root.ubi"; + sha256 = "45d143ce3458167912467735ccce03a28fefd4e76b5f4bfae19a374e22c9e5a3"; + sha256_unsigned = "45d143ce3458167912467735ccce03a28fefd4e76b5f4bfae19a374e22c9e5a3"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d27-wlsom1-ek-ubifs-root.ubi"; + sha256 = "aca92babbb3294e55acf46ea202b26532dbe80c4edd4120030d9daa357a113d1"; + sha256_unsigned = "aca92babbb3294e55acf46ea202b26532dbe80c4edd4120030d9daa357a113d1"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d27-wlsom1-ek-ext4-sdcard.img.gz"; + sha256 = "1558c40658c40947dc5efa88bbfba268d0fcc06c784095ed10ed8c5a796f28c2"; + sha256_unsigned = "1558c40658c40947dc5efa88bbfba268d0fcc06c784095ed10ed8c5a796f28c2"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d27-wlsom1-ek-squashfs-root.ubi"; + sha256 = "fe6bf774a49da9b806f13e76996bc2eaaa6def26373cea5c776083050673b9cc"; + sha256_unsigned = "fe6bf774a49da9b806f13e76996bc2eaaa6def26373cea5c776083050673b9cc"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama5d27-wlsom1-ek" + ]; + titles = [ + { + model = "SAMA5D27 WSOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d3-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sama5-microchip_sama5d3-xplained"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d3-xplained-ext4-root.ubi"; + sha256 = "45d143ce3458167912467735ccce03a28fefd4e76b5f4bfae19a374e22c9e5a3"; + sha256_unsigned = "45d143ce3458167912467735ccce03a28fefd4e76b5f4bfae19a374e22c9e5a3"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d3-xplained-ext4-sdcard.img.gz"; + sha256 = "367be012df63aaa21313e6224f97370bf250cecf832ade8cef651d9318ebdba9"; + sha256_unsigned = "367be012df63aaa21313e6224f97370bf250cecf832ade8cef651d9318ebdba9"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d3-xplained-ubifs-root.ubi"; + sha256 = "aca92babbb3294e55acf46ea202b26532dbe80c4edd4120030d9daa357a113d1"; + sha256_unsigned = "aca92babbb3294e55acf46ea202b26532dbe80c4edd4120030d9daa357a113d1"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d3-xplained-squashfs-root.ubi"; + sha256 = "fe6bf774a49da9b806f13e76996bc2eaaa6def26373cea5c776083050673b9cc"; + sha256_unsigned = "fe6bf774a49da9b806f13e76996bc2eaaa6def26373cea5c776083050673b9cc"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d3-xplained" + ]; + titles = [ + { + model = "SAMA5D3 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d4-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sama5-microchip_sama5d4-xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d4-xplained-squashfs-root.ubi"; + sha256 = "cbbe0d3f85eb756d497e93272359ac7c99a1d18592f67f31e0cac7adad9c34f1"; + sha256_unsigned = "cbbe0d3f85eb756d497e93272359ac7c99a1d18592f67f31e0cac7adad9c34f1"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d4-xplained-ext4-root.ubi"; + sha256 = "b2ab1866fc85afdafb14098714a3bcc6c1bea63a7e24b196e1a749e73621d5d2"; + sha256_unsigned = "b2ab1866fc85afdafb14098714a3bcc6c1bea63a7e24b196e1a749e73621d5d2"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d4-xplained-ubifs-root.ubi"; + sha256 = "718b4553fbe9ddcd38f8cb661cb4898c77bfe9dd98a4c33dcecaf3fcff36520e"; + sha256_unsigned = "718b4553fbe9ddcd38f8cb661cb4898c77bfe9dd98a4c33dcecaf3fcff36520e"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sama5-microchip_sama5d4-xplained-ext4-sdcard.img.gz"; + sha256 = "619598eb0c906cff095222510b4f192b7f378a211777428915963c83eb4538d1"; + sha256_unsigned = "619598eb0c906cff095222510b4f192b7f378a211777428915963c83eb4538d1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d4-xplained" + ]; + titles = [ + { + model = "SAMA5D4 Xplained"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "at91/sama5"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + sama7 = { + arch_packages = "arm_cortex-a7_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama7g5-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-at91-sama7-microchip_sama7g5-ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sama7-microchip_sama7g5-ek-ext4-root.ubi"; + sha256 = "a2ddb57939bd688923cbeff869e861d6177d9ec55b476c8a97afbc725f704367"; + sha256_unsigned = "a2ddb57939bd688923cbeff869e861d6177d9ec55b476c8a97afbc725f704367"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-at91-sama7-microchip_sama7g5-ek-ubifs-root.ubi"; + sha256 = "83a681de3d2a630f769736105cb2e319a620912e653f7522878a9058f05fbfbd"; + sha256_unsigned = "83a681de3d2a630f769736105cb2e319a620912e653f7522878a9058f05fbfbd"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-at91-sama7-microchip_sama7g5-ek-ext4-sdcard.img.gz"; + sha256 = "8ac31470c1520dcb5c20ef23aafb3b172036d4ff22fbe3a94d18f9eed5db9853"; + sha256_unsigned = "8ac31470c1520dcb5c20ef23aafb3b172036d4ff22fbe3a94d18f9eed5db9853"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-at91-sama7-microchip_sama7g5-ek-squashfs-root.ubi"; + sha256 = "c9cbe72ad860fd663f6bc1ee7a2a2bb5ed632bc7aefb02198b10ce0439c22e63"; + sha256_unsigned = "c9cbe72ad860fd663f6bc1ee7a2a2bb5ed632bc7aefb02198b10ce0439c22e63"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama7g5ek" + ]; + titles = [ + { + model = "SAMA7G5-EK"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "at91/sama7"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath5k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "b7a748e0f6d9f87471f9a1ba3c069c922e4bcf56b090175010f6cb42e7169ddc"; + sha256_unsigned = "b7a748e0f6d9f87471f9a1ba3c069c922e4bcf56b090175010f6cb42e7169ddc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath25-generic-kernel.elf"; + sha256 = "3a3da3025583ba0d380b7d8ea0d4c2160312be6f4627f8907f85ecbeac907c34"; + sha256_unsigned = "3a3da3025583ba0d380b7d8ea0d4c2160312be6f4627f8907f85ecbeac907c34"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath25-generic-squashfs-rootfs.bin"; + sha256 = "0a759cd0b7baf1eceddead6fd639a7966defa8409af463a351bc26c5048a5d1e"; + sha256_unsigned = "0a759cd0b7baf1eceddead6fd639a7966defa8409af463a351bc26c5048a5d1e"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath25-generic-kernel.gz"; + sha256 = "200b0da053845fbf160bb0c5874863d159dc6e46d7527ebe54acbeb8992b49b1"; + sha256_unsigned = "200b0da053845fbf160bb0c5874863d159dc6e46d7527ebe54acbeb8992b49b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath25-generic-kernel.lzma"; + sha256 = "31a9cfbf0ac6d4d34a8e5a63e1c906dfab4075a947e4a9c54677033d15e94dcf"; + sha256_unsigned = "31a9cfbf0ac6d4d34a8e5a63e1c906dfab4075a947e4a9c54677033d15e94dcf"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Generic AR2xxx board"; + vendor = "Atheros"; + } + ]; + }; + ubnt_picostation-2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath25-ubnt_picostation-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath25-ubnt_picostation-2-squashfs-sysupgrade.bin"; + sha256 = "04d8dba18c50767814ab24a9b6ec189ba3c97a981802ef190cb506a3582835b0"; + sha256_unsigned = "04d8dba18c50767814ab24a9b6ec189ba3c97a981802ef190cb506a3582835b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-2" + ]; + titles = [ + { + model = "Picostation 2 (XS2-8)"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "ath25/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-8dev_carambola2-initramfs-kernel.bin"; + sha256 = "b8c45cfeb59830d97ad67a903baa7a7c57d2e551c8bf3e96c0bb876ca0bc94cd"; + sha256_unsigned = "b8c45cfeb59830d97ad67a903baa7a7c57d2e551c8bf3e96c0bb876ca0bc94cd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "1623193ffa9072597855830ab1ac90a76f1ff359a179d23f2ba4fe54ec95a5f1"; + sha256_unsigned = "3c660d6016a15540f111e08c9f311cbb0a468b07a71328502128ddf52da090fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + model = "Carambola2"; + vendor = "8devices"; + } + ]; + }; + "8dev_lima" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-8dev_lima"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-8dev_lima-initramfs-kernel.bin"; + sha256 = "5d9bf56e3fb15934952572e4269f0512b1fb3cbc8b5813c5acb8e569598753f4"; + sha256_unsigned = "5d9bf56e3fb15934952572e4269f0512b1fb3cbc8b5813c5acb8e569598753f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-8dev_lima-squashfs-sysupgrade.bin"; + sha256 = "072b9aea15defde874901b266c0e0b30a79a32673a3ff3ce01d7053a603b2aeb"; + sha256_unsigned = "7c61e8ec572475ef6e67aa3ae79223e679378147ce56be1b1563b74ec3392539"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,lima" + "lima" + ]; + titles = [ + { + model = "Lima"; + vendor = "8devices"; + } + ]; + }; + adtran_bsap1800-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-adtran_bsap1800-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-adtran_bsap1800-v2-initramfs-kernel.bin"; + sha256 = "89022c088ff32caa9cbdd757d1df4478c6e817954b10d39b3e267cee7f54d024"; + sha256_unsigned = "89022c088ff32caa9cbdd757d1df4478c6e817954b10d39b3e267cee7f54d024"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-adtran_bsap1800-v2-squashfs-kernel.bin"; + sha256 = "9f9a257d8717b51431b6b6e57df2eacc9ee16764d4f83ca25124b0a2952d9e72"; + sha256_unsigned = "9f9a257d8717b51431b6b6e57df2eacc9ee16764d4f83ca25124b0a2952d9e72"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-adtran_bsap1800-v2-squashfs-rootfs.bin"; + sha256 = "07f9c7377aba752def0d7200d663acf7535f0bd1d4bb873ec687c07f3344a8cc"; + sha256_unsigned = "07f9c7377aba752def0d7200d663acf7535f0bd1d4bb873ec687c07f3344a8cc"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-adtran_bsap1800-v2-squashfs-sysupgrade.bin"; + sha256 = "efcf4259c7ab98803bc62758f189aba15e061871c56378da05362ac4cc113d38"; + sha256_unsigned = "3929547784b0908bae31287287c6955842f47756bccf953bfc5f815e15d1c140"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adtran,bsap1800-v2" + ]; + titles = [ + { + model = "BSAP-1800"; + variant = "v2"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + adtran_bsap1840 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-adtran_bsap1840"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-adtran_bsap1840-initramfs-kernel.bin"; + sha256 = "768d7dc6df20cde421096391e1a1343c5a4068023f7a3d8cfe1a2edf1aa2893a"; + sha256_unsigned = "768d7dc6df20cde421096391e1a1343c5a4068023f7a3d8cfe1a2edf1aa2893a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-adtran_bsap1840-squashfs-kernel.bin"; + sha256 = "d9a9d8279f6be9836ece2037f8792728cee18e336865cb03afa734573ef361d3"; + sha256_unsigned = "d9a9d8279f6be9836ece2037f8792728cee18e336865cb03afa734573ef361d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-adtran_bsap1840-squashfs-rootfs.bin"; + sha256 = "07f9c7377aba752def0d7200d663acf7535f0bd1d4bb873ec687c07f3344a8cc"; + sha256_unsigned = "07f9c7377aba752def0d7200d663acf7535f0bd1d4bb873ec687c07f3344a8cc"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-adtran_bsap1840-squashfs-sysupgrade.bin"; + sha256 = "9d3dc949111a96a320a747e3c8134f09e4321c3e4e14016aad2014e31897b130"; + sha256_unsigned = "6a5dbf6022e7230939ba993bac5c4da7b4627f04d1d3e5e8fbdaf0738ad07576"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adtran,bsap1840" + ]; + titles = [ + { + model = "BSAP-1840"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + airtight_c-75 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-airtight_c-75"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-airtight_c-75-initramfs-kernel.bin"; + sha256 = "b72e259b8724b885dcf7e41d1b456d52374e7335e3567c739e669d0c03ea14ab"; + sha256_unsigned = "b72e259b8724b885dcf7e41d1b456d52374e7335e3567c739e669d0c03ea14ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-airtight_c-75-squashfs-sysupgrade.bin"; + sha256 = "f89a5fd6262526be31a861cd6a187664f064303727c49e0663f1d99f5dbc0063"; + sha256_unsigned = "8c430c2a2cb3a63b6e41041e211da07b7c38210fbdf05e7f6dad9a5b93a0d91f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "airtight,c-75" + ]; + titles = [ + { + model = "C-75"; + vendor = "AirTight Networks"; + } + { + model = "C-75"; + vendor = "Mojo Networks"; + } + { + model = "AP320"; + vendor = "WatchGuard"; + } + ]; + }; + alfa-network_ap121f = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-alfa-network_ap121f"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-alfa-network_ap121f-initramfs-kernel.bin"; + sha256 = "0f91e5a28bf859340f289ebe147624c94674bd770d480b9096cd50d281663dd0"; + sha256_unsigned = "0f91e5a28bf859340f289ebe147624c94674bd770d480b9096cd50d281663dd0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-alfa-network_ap121f-squashfs-sysupgrade.bin"; + sha256 = "28646a5d73d97b7b3b71e8972cfcd441aedc994aa87a321784fc6ab622212a08"; + sha256_unsigned = "0a49cba72b790a90b80c270b19baf2b6866f438e40ba08c840146a615ded15f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap121f" + "ap121f" + ]; + titles = [ + { + model = "AP121F"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_ap121fe = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-gadget-eth" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-alfa-network_ap121fe"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-alfa-network_ap121fe-initramfs-kernel.bin"; + sha256 = "25d9bb64092598e766bd7a7059ed2652f37e9924ed7608a00af46cc4afebe595"; + sha256_unsigned = "25d9bb64092598e766bd7a7059ed2652f37e9924ed7608a00af46cc4afebe595"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-alfa-network_ap121fe-squashfs-sysupgrade.bin"; + sha256 = "d3e1a262e1d88385453eb4d91e889d64f08089ecdbe06a7d0ba833404378c091"; + sha256_unsigned = "241f858130ec4984413904b43fde7aab3a626b105d002595ea4f9b458233b19f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap121fe" + ]; + titles = [ + { + model = "AP121FE"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n2q = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-gpio-pcf857x" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-alfa-network_n2q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-alfa-network_n2q-initramfs-kernel.bin"; + sha256 = "7c5634bb9727ca5fb54b3e46fe37053cbe68ad98e0eff9a0c37370dd17a477d1"; + sha256_unsigned = "7c5634bb9727ca5fb54b3e46fe37053cbe68ad98e0eff9a0c37370dd17a477d1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-alfa-network_n2q-squashfs-sysupgrade.bin"; + sha256 = "32b28a467a1753a28a1ec6b4c5a2f64b8a4e1a97598b54a3e851460b989d4238"; + sha256_unsigned = "8cd6285a3d8c89cd886fde45e615a0a35966d147e3af0391409fa05be828e9e4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,n2q" + ]; + titles = [ + { + model = "N2Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n5q = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-alfa-network_n5q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-alfa-network_n5q-initramfs-kernel.bin"; + sha256 = "63be71ca30e9b88064ffbea3d2d7cfa871bb691d6388747ddaaa65218069d62f"; + sha256_unsigned = "63be71ca30e9b88064ffbea3d2d7cfa871bb691d6388747ddaaa65218069d62f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-alfa-network_n5q-squashfs-sysupgrade.bin"; + sha256 = "e9b0f008cbb43f685e10e3d8ed423750e279369989e33e1a8ede9edd2013f60c"; + sha256_unsigned = "73f01701b48b0b733b4dd109ec0854f31be643b2e4591c29342b19f35e4c51dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,n5q" + "n5q" + ]; + titles = [ + { + model = "N5Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_pi-wifi4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-alfa-network_pi-wifi4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-alfa-network_pi-wifi4-initramfs-kernel.bin"; + sha256 = "d2be9934cbdfb610ee74395c6e71bf25425c27a09d0d656a4c9688c8aa302bf0"; + sha256_unsigned = "d2be9934cbdfb610ee74395c6e71bf25425c27a09d0d656a4c9688c8aa302bf0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-alfa-network_pi-wifi4-squashfs-sysupgrade.bin"; + sha256 = "4cc9833e941dd7ea9043a92e379366dc900caf8d55e4905978aded2f50aedab8"; + sha256_unsigned = "daf6fc0e4a5f73f7aabfb2d15ae999e509b971bb3802fabc0a291bcf97815a6d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,pi-wifi4" + ]; + titles = [ + { + model = "Pi-WiFi4"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-alfa-network_r36a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-alfa-network_r36a-initramfs-kernel.bin"; + sha256 = "348a1d6b67ea13d40b857d12257f71cb46cb58548c94aca39094273b638763a2"; + sha256_unsigned = "348a1d6b67ea13d40b857d12257f71cb46cb58548c94aca39094273b638763a2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-alfa-network_r36a-squashfs-sysupgrade.bin"; + sha256 = "57eedc8396bba5a7a898e47ed0f5500610b9b23edb4d16a4b0139534a629f5d6"; + sha256_unsigned = "4caf99420158f35199f0c7b74076bcd24ecabfabce71b07f6abcb0c32ec4696f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36a" + "r36a" + ]; + titles = [ + { + model = "R36A"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-2hq = { + device_packages = [ + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-alfa-network_tube-2hq"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-alfa-network_tube-2hq-initramfs-kernel.bin"; + sha256 = "f087cea062196bc99d6b838ad3fdd8573ab3c5cb44493850d42fc795555576a1"; + sha256_unsigned = "f087cea062196bc99d6b838ad3fdd8573ab3c5cb44493850d42fc795555576a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-alfa-network_tube-2hq-squashfs-sysupgrade.bin"; + sha256 = "85b60a244bdb39b6d6335ced7efc29cc5751933d8009a5ed4cf42987003dfbb0"; + sha256_unsigned = "33f5da569ee05a98219d3a6c7904f159b26bbe9fc9bc6cdf0fce155fe7354c1e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,tube-2hq" + "tube-2hq" + ]; + titles = [ + { + model = "Tube-2HQ"; + vendor = "ALFA Network"; + } + ]; + }; + allnet_all-wap02860ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-allnet_all-wap02860ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-allnet_all-wap02860ac-initramfs-kernel.bin"; + sha256 = "496b159a39e7e86770b570a2b070643cf2497422125ae8c63aa53848c231d754"; + sha256_unsigned = "496b159a39e7e86770b570a2b070643cf2497422125ae8c63aa53848c231d754"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-allnet_all-wap02860ac-squashfs-sysupgrade.bin"; + sha256 = "11e546236e3ee0ec628fdde589b9cddba95380da690c764373e8a3ff293efb0e"; + sha256_unsigned = "96ef99938bfb99e5f99f2732df1c376b80be3f5577113d9a932ad35b93dc4f2d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-allnet_all-wap02860ac-squashfs-factory.bin"; + sha256 = "26d60c37e9c6d798b1b24897cee24d3ec5ab7b296ea5e9d78f41aa3a05a6d2f6"; + sha256_unsigned = "26d60c37e9c6d798b1b24897cee24d3ec5ab7b296ea5e9d78f41aa3a05a6d2f6"; + type = "factory"; + } + ]; + supported_devices = [ + "allnet,all-wap02860ac" + ]; + titles = [ + { + model = "ALL-WAP02860AC"; + vendor = "ALLNET"; + } + ]; + }; + araknis_an-300-ap-i-n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-araknis_an-300-ap-i-n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-araknis_an-300-ap-i-n-initramfs-kernel.bin"; + sha256 = "67d1837abf5e2dbe0a10fb583c401f5cd01c1cc9f36a0560a9b530d21563a2a2"; + sha256_unsigned = "67d1837abf5e2dbe0a10fb583c401f5cd01c1cc9f36a0560a9b530d21563a2a2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-araknis_an-300-ap-i-n-squashfs-sysupgrade.bin"; + sha256 = "81689bfff3a692f3779abfd8e3b05c8593dd088c8d5b1e88cc9898d5835ea0ea"; + sha256_unsigned = "639f707ae857dba1ce55379e98c228ceae61688c38b00ce08c9a424734f4ebe5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-araknis_an-300-ap-i-n-squashfs-factory.bin"; + sha256 = "7baebe6815cb71d6c8d0f23fd10ff322e941254eb10239597f8b128280ee49a4"; + sha256_unsigned = "7baebe6815cb71d6c8d0f23fd10ff322e941254eb10239597f8b128280ee49a4"; + type = "factory"; + } + ]; + supported_devices = [ + "araknis,an-300-ap-i-n" + ]; + titles = [ + { + model = "AN-300-AP-I-N"; + vendor = "Araknis"; + } + ]; + }; + araknis_an-500-ap-i-ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-araknis_an-500-ap-i-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-araknis_an-500-ap-i-ac-initramfs-kernel.bin"; + sha256 = "cb691219e3084d7da74a8a5485db940b49a460223405dc8c8f37f971c977ae2c"; + sha256_unsigned = "cb691219e3084d7da74a8a5485db940b49a460223405dc8c8f37f971c977ae2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-araknis_an-500-ap-i-ac-squashfs-factory.bin"; + sha256 = "d7bf188d3c89b81c20cb6ffb429ab164869dd1040cb30e18b98eb79486b0e9d3"; + sha256_unsigned = "d7bf188d3c89b81c20cb6ffb429ab164869dd1040cb30e18b98eb79486b0e9d3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-araknis_an-500-ap-i-ac-squashfs-sysupgrade.bin"; + sha256 = "423e3902cd772c0f6ebb9f3ad295ed4b96cdacf38e486bdb83615c664119edcc"; + sha256_unsigned = "925510eabc506962aa226544c5e79d42b4a3ea37473a172b59307dc71bdf4ce2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "araknis,an-500-ap-i-ac" + ]; + titles = [ + { + model = "AN-500-AP-I-AC"; + vendor = "Araknis"; + } + ]; + }; + araknis_an-700-ap-i-ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-araknis_an-700-ap-i-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-araknis_an-700-ap-i-ac-initramfs-kernel.bin"; + sha256 = "a54b12a83303cdfd7b8ace77f8671c97255fab9989b24dd270c1777c467553b8"; + sha256_unsigned = "a54b12a83303cdfd7b8ace77f8671c97255fab9989b24dd270c1777c467553b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-araknis_an-700-ap-i-ac-squashfs-sysupgrade.bin"; + sha256 = "27b038751022d77026569797245154c839d871ee91a5bd2d6550058644642155"; + sha256_unsigned = "6d5db4518bec2916e61832273204955f78d3cd188ebe4b939dd085f9f474cfbc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-araknis_an-700-ap-i-ac-squashfs-factory.bin"; + sha256 = "6d55a6001391830b4844cfc41f0f8ecaab0f67f4d44f95b8b56825b92a129e76"; + sha256_unsigned = "6d55a6001391830b4844cfc41f0f8ecaab0f67f4d44f95b8b56825b92a129e76"; + type = "factory"; + } + ]; + supported_devices = [ + "araknis,an-700-ap-i-ac" + ]; + titles = [ + { + model = "AN-700-AP-I-AC"; + vendor = "Araknis"; + } + ]; + }; + arduino_yun = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "block-mount" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-arduino_yun"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-arduino_yun-initramfs-kernel.bin"; + sha256 = "b36e325dd0fd84ec31925d212da5aa0a79fc465e81d0583918cd9f1f7b5525f0"; + sha256_unsigned = "b36e325dd0fd84ec31925d212da5aa0a79fc465e81d0583918cd9f1f7b5525f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-arduino_yun-squashfs-sysupgrade.bin"; + sha256 = "8c80180f2fa33e247be2230fbcb38775e353053dabedc95354bae6f6053e51ee"; + sha256_unsigned = "ec10a3f9e22c1c66424270d994acec1cbd200a566d315a52c891725f34de4b3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arduino,yun" + "arduino-yun" + ]; + titles = [ + { + model = "Yun"; + vendor = "Arduino"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-aruba_ap-105-initramfs-kernel.bin"; + sha256 = "173fc85924025ccb5dbe2b5ba14fe7ac5cb6490c289ae6eded54af07d4b4db37"; + sha256_unsigned = "173fc85924025ccb5dbe2b5ba14fe7ac5cb6490c289ae6eded54af07d4b4db37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "7f853293cef6c37e7938f6ca260e2480ea73b0ece0701c876e6902f31b658b91"; + sha256_unsigned = "5fb1bd070f8767f264e9f833e6a69b36cb6f172a64f13cf07dcd5736e39017d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + model = "AP-105"; + vendor = "Aruba"; + } + ]; + }; + asus_rp-ac66 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-asus_rp-ac66"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-asus_rp-ac66-initramfs-kernel.bin"; + sha256 = "d575a6a13edab338de4397113aa91dff3fcdd872d29bdf117be405af3364fff4"; + sha256_unsigned = "d575a6a13edab338de4397113aa91dff3fcdd872d29bdf117be405af3364fff4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-asus_rp-ac66-squashfs-sysupgrade.bin"; + sha256 = "09e8d91b339a6502541d8d28e434ace454498da89e923cc545529ff97247a231"; + sha256_unsigned = "4035d18ae7e66227a88fe325524f97e2790b1314644e51780a2898b4e359550b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-asus_rp-ac66-squashfs-factory.bin"; + sha256 = "b546906b1f562aa23b97b6b539e49288f4394a1c8c2a20d4047a951a0646bb59"; + sha256_unsigned = "b546906b1f562aa23b97b6b539e49288f4394a1c8c2a20d4047a951a0646bb59"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rp-ac66" + ]; + titles = [ + { + model = "RP-AC66"; + vendor = "ASUS"; + } + ]; + }; + atheros_db120 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-atheros_db120"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-atheros_db120-initramfs-kernel.bin"; + sha256 = "27775fee1806cb4fa6859f0d20c92f295389e94e5f8bc6150755189a806bbe80"; + sha256_unsigned = "27775fee1806cb4fa6859f0d20c92f295389e94e5f8bc6150755189a806bbe80"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-atheros_db120-squashfs-sysupgrade.bin"; + sha256 = "733a396ead5da35e506f0af34fc4d9f770f308e31ffb7c6dda2338994340b4a4"; + sha256_unsigned = "50be2d616865129c009be5a01176c756ee5238055c7e064a55eb18f76fcf513e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-atheros_db120-squashfs-factory.bin"; + sha256 = "6eb709480d0ffb69aadc2b673abda52b7cdd171aae42422ee3c1ee6795c6cff5"; + sha256_unsigned = "6eb709480d0ffb69aadc2b673abda52b7cdd171aae42422ee3c1ee6795c6cff5"; + type = "factory"; + } + ]; + supported_devices = [ + "atheros,db120" + "db120" + ]; + titles = [ + { + model = "DB120"; + vendor = "Atheros"; + } + ]; + }; + avm_fritz1750e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-avm_fritz1750e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-avm_fritz1750e-initramfs-kernel.bin"; + sha256 = "660a8427b53a70d2883f2f9afd79ded34df703236124c1c2ac15f41a2d9a5c4a"; + sha256_unsigned = "660a8427b53a70d2883f2f9afd79ded34df703236124c1c2ac15f41a2d9a5c4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin"; + sha256 = "9666f21b90208367b40e5631c1e5ed86a5ba4928bec540f9730bc684f38629a1"; + sha256_unsigned = "3b5931f2e7a166b6ab8064eaf0f4d2ce2ce21f2407a59d43cd5d27fdf061a325"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz1750e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 1750E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-avm_fritz300e-initramfs-kernel.bin"; + sha256 = "81b85d9e42fed50d26e58fadbea1e4f977617c4c41bf3c8cbb1acf311cc12f28"; + sha256_unsigned = "81b85d9e42fed50d26e58fadbea1e4f977617c4c41bf3c8cbb1acf311cc12f28"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "11ff11f55d54e8219296ff30a3474d4ba4b5f993c7fa01a600c3a020459e9160"; + sha256_unsigned = "b74113649f4b0c9e767382708307f0c892abf0748f1bb90c820883ed2a264553"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 300E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-avm_fritz4020-initramfs-kernel.bin"; + sha256 = "4f81ccb25af149114c7c7f61ee970724b7eaa5d541a10e000aaf2d610a7e526c"; + sha256_unsigned = "4f81ccb25af149114c7c7f61ee970724b7eaa5d541a10e000aaf2d610a7e526c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "169f006a13d1602ae650ce5e4be29e28c9cdf5f9a44fcc49e8f0782614177a3f"; + sha256_unsigned = "2f60cbebae39a0b1a0ec8d73b2f277c74711570a2727efae13e867bcf9f53440"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + model = "FRITZ!Box 4020"; + vendor = "AVM"; + } + ]; + }; + avm_fritz450e = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-avm_fritz450e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-avm_fritz450e-initramfs-kernel.bin"; + sha256 = "060522d8b57a2dcda05f3fa4f6d20969fbd07c01fb54e467172b3969b558c214"; + sha256_unsigned = "060522d8b57a2dcda05f3fa4f6d20969fbd07c01fb54e467172b3969b558c214"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-avm_fritz450e-squashfs-sysupgrade.bin"; + sha256 = "b05f6e3e95b3904a43d7ef96c423114f5e6a65ff0a3b70da96a6a53a77b3769b"; + sha256_unsigned = "fe5a71658096b3c686d55676918df4820de99d31cb54e88c8da2bbe2a330d57e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz450e" + "fritz450e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 450E"; + vendor = "AVM"; + } + ]; + }; + avm_fritzdvbc = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-avm_fritzdvbc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-avm_fritzdvbc-initramfs-kernel.bin"; + sha256 = "3bb0e97c6819e065c369c25074d8ce4f5d9089a680fca20729c704bf311bce3b"; + sha256_unsigned = "3bb0e97c6819e065c369c25074d8ce4f5d9089a680fca20729c704bf311bce3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-avm_fritzdvbc-squashfs-sysupgrade.bin"; + sha256 = "eed6cc8fa4e1c62822cffffa9dca02580c963d65b02e72067564618c183ff1c8"; + sha256_unsigned = "dd26c5647d043daa3259db2b4f5c05381e286cfa172f495b9910075c98a5be25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzdvbc" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater DVB-C"; + vendor = "AVM"; + } + ]; + }; + belkin_f9j1108-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-belkin_f9j1108-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-belkin_f9j1108-v2-initramfs-kernel.bin"; + sha256 = "7575c6a6ff16753394f67c63cb1726748f55f98605c5d4e01bbc0504ccd16b9d"; + sha256_unsigned = "7575c6a6ff16753394f67c63cb1726748f55f98605c5d4e01bbc0504ccd16b9d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-belkin_f9j1108-v2-squashfs-sysupgrade.bin"; + sha256 = "a7361de53da1a724f4361ca70c414a4e7feb036880300e3afe3b5218d654c58f"; + sha256_unsigned = "cbe3c38551379395cacf8372fb7c9975c81c162e7b6cfcc23b44ee35d5d085a7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-belkin_f9j1108-v2-squashfs-factory.bin"; + sha256 = "f270314ba0883f445e11878bb3f62d2ca6b5a1c818c29de94279d48c2431bc8a"; + sha256_unsigned = "f270314ba0883f445e11878bb3f62d2ca6b5a1c818c29de94279d48c2431bc8a"; + type = "factory"; + } + ]; + supported_devices = [ + "belkin,f9j1108-v2" + ]; + titles = [ + { + model = "F9J1108 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + belkin_f9k1115-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-belkin_f9k1115-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-belkin_f9k1115-v2-initramfs-kernel.bin"; + sha256 = "03a46be6151cef14d0d3d3c628c81949fb13803ab4158990b548faf52040c1b9"; + sha256_unsigned = "03a46be6151cef14d0d3d3c628c81949fb13803ab4158990b548faf52040c1b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-belkin_f9k1115-v2-squashfs-factory.bin"; + sha256 = "901c72cc3c410b11b91bcf1baef9356f67d77598c9c2352975f28412515e5c26"; + sha256_unsigned = "901c72cc3c410b11b91bcf1baef9356f67d77598c9c2352975f28412515e5c26"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-belkin_f9k1115-v2-squashfs-sysupgrade.bin"; + sha256 = "a49d8eeda5e8b3943deeea7ad25897b547cf2e7775839b59fb2babb53bc1aa0e"; + sha256_unsigned = "3741689b23861c70baf2c3f0d3373e476af4b2a2db06b84250a47132e384871e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1115-v2" + ]; + titles = [ + { + model = "F9K1115 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_bhr-4grv-initramfs-kernel.bin"; + sha256 = "bc374d9e162bdca83e1177352e9ed52bbe7facd23978e572b770950949f44d0d"; + sha256_unsigned = "bc374d9e162bdca83e1177352e9ed52bbe7facd23978e572b770950949f44d0d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "e60726df871071d26e1878961c01a3889406dd8c14b978eddd3c70a5c1e14f99"; + sha256_unsigned = "625eb0e49f9f1e4d3e6c96d411eeb7d7f5573f1bf14a338235e12f5b272f3bb3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "820421179268b9cbb66ae579afdc2225e0ead4c301a932a5b6d6d4ed3507061c"; + sha256_unsigned = "820421179268b9cbb66ae579afdc2225e0ead4c301a932a5b6d6d4ed3507061c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "31e5bf4c8fe0b9e20d1fefc9a0ace1d3ff0f83109a5fb8d55f6f3ee1683ca645"; + sha256_unsigned = "31e5bf4c8fe0b9e20d1fefc9a0ace1d3ff0f83109a5fb8d55f6f3ee1683ca645"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "BHR-4GRV"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_bhr-4grv2-initramfs-kernel.bin"; + sha256 = "caa0c85f089a3e25c0260f0bedca3be1c1d2ff9a40d7139229e2027e85f41f61"; + sha256_unsigned = "caa0c85f089a3e25c0260f0bedca3be1c1d2ff9a40d7139229e2027e85f41f61"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "2c8dc97eeb8893816fde6fe5ab2d546553c91dc2ce19a6d9a1f78376bd4f4a1a"; + sha256_unsigned = "287efc7dc12c055008d5004f2d7f7a081d6a443df729c62e09fdfd9af7ba4137"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + model = "BHR-4GRV2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-buffalo_wzr-600dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-600dhp-initramfs-kernel.bin"; + sha256 = "a4ea06e03b10de5f12fdb6016f1d88f3f75541b710ca2c36a27a9db226e146b6"; + sha256_unsigned = "a4ea06e03b10de5f12fdb6016f1d88f3f75541b710ca2c36a27a9db226e146b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-600dhp-squashfs-factory.bin"; + sha256 = "eeefd7c3cb935a54f3402f963244b09d90f4fa8c02dfc1badeed93a73b6b71b0"; + sha256_unsigned = "eeefd7c3cb935a54f3402f963244b09d90f4fa8c02dfc1badeed93a73b6b71b0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "ca5a5bca01323d89015dddc9ad1d056591e0da0f796345ab67b3a296de59f135"; + sha256_unsigned = "65f19e8e1e17a877c6416fadc9f43b2e85e353e2dff97dc361f036f0c2c295d1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-600dhp-squashfs-tftp.bin"; + sha256 = "c5d3db73b89d3ea3c480a944a3440074d39ab6fefd9438c5717a73e241a4eb71"; + sha256_unsigned = "c5d3db73b89d3ea3c480a944a3440074d39ab6fefd9438c5717a73e241a4eb71"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-ag300h-initramfs-kernel.bin"; + sha256 = "fce83cd1580d8de1c9e3056e7e8a5207981579477410db1a359555c6a9005c48"; + sha256_unsigned = "fce83cd1580d8de1c9e3056e7e8a5207981579477410db1a359555c6a9005c48"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "2f806bc48ed64bb579f372d038c626d345e233a1e1cd39651e6ced621a1b773c"; + sha256_unsigned = "2f806bc48ed64bb579f372d038c626d345e233a1e1cd39651e6ced621a1b773c"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "880a3cb62d91b61f6c819bad02ce2f7d269bea0d7559512dc2bf0a8d8d1bd2ed"; + sha256_unsigned = "4fafa50a79a0dfecdf35e75580c999808f46983c711e4f1b78358d4ecde78cf6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "7d4852670d5aeafd2af895f1402336145f81d53f0abeadbf330fefe9c6d980df"; + sha256_unsigned = "7d4852670d5aeafd2af895f1402336145f81d53f0abeadbf330fefe9c6d980df"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-HP-AG300H"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-rb = { + device_packages = [ + "kmod-gpio-cascade" + "kmod-mux-gpio" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g300nh-rb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g300nh-rb-initramfs-kernel.bin"; + sha256 = "57aef1ab6148b15c2c8b7522ab9f657cf9e944a45bc5ca7d3b7f1c0f4623d205"; + sha256_unsigned = "57aef1ab6148b15c2c8b7522ab9f657cf9e944a45bc5ca7d3b7f1c0f4623d205"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-sysupgrade.bin"; + sha256 = "6afa60040f405fad42af269eaeb03b1873a0565d92963fa8e6dcb6d6c3ef2f23"; + sha256_unsigned = "c1ded03fe3419e9c3c7e17218f9bde46f6cedb22b4bd26420e24e59af1dc048f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-factory.bin"; + sha256 = "0de01c8b6bf579baf58a91e5088c1e87fbf9a49bd0d9da41df1bffad72ef3c39"; + sha256_unsigned = "0de01c8b6bf579baf58a91e5088c1e87fbf9a49bd0d9da41df1bffad72ef3c39"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-tftp.bin"; + sha256 = "b238252ebc5e682dfa933aefff7e22b2230802a4fc91daf5c9daf2cba9091a5e"; + sha256_unsigned = "b238252ebc5e682dfa933aefff7e22b2230802a4fc91daf5c9daf2cba9091a5e"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-rb" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366RB switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-s = { + device_packages = [ + "kmod-gpio-cascade" + "kmod-mux-gpio" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g300nh-s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g300nh-s-initramfs-kernel.bin"; + sha256 = "71926af9e12fa7a7298654349a92f6caf0f47cc1de639b41eca4b55bbf3a4496"; + sha256_unsigned = "71926af9e12fa7a7298654349a92f6caf0f47cc1de639b41eca4b55bbf3a4496"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-sysupgrade.bin"; + sha256 = "6b0a91a1f274fc7acca474ce057b84635dae6a37e7e2cfbd0508cbe80d1951a6"; + sha256_unsigned = "889321fe310223d2c96dced43afeefd8a57f946487b2c2ec79c6df36ba5ba1e8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-factory.bin"; + sha256 = "943b483fb7de4ff4ac07e97600230a8313163cd976f4e4f7b91a5601f6310079"; + sha256_unsigned = "943b483fb7de4ff4ac07e97600230a8313163cd976f4e4f7b91a5601f6310079"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-tftp.bin"; + sha256 = "3a4badb0ea42fdc1fc22bc5e1d7b66fbe9aca37fac5a76a0528b7f0743c15409"; + sha256_unsigned = "3a4badb0ea42fdc1fc22bc5e1d7b66fbe9aca37fac5a76a0528b7f0743c15409"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-s" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366S switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g302h-a1a0-initramfs-kernel.bin"; + sha256 = "2951180c9987e03535a7d325dfed78fdb11ee58811a361d05de61a446e28d5a5"; + sha256_unsigned = "2951180c9987e03535a7d325dfed78fdb11ee58811a361d05de61a446e28d5a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "0fbd8dc0e77ada22cdb7230a5aea593703ebd8506fde9693f970aa77d2966b73"; + sha256_unsigned = "c6e460b13567489a0d0b0883f543533759aae86958ba325caceb7445d0613724"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "4ca08a3eb088d95bb454eb104c6cd9bcaf82f91d597ebe351299a849c0b8a4cb"; + sha256_unsigned = "4ca08a3eb088d95bb454eb104c6cd9bcaf82f91d597ebe351299a849c0b8a4cb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "c973795134bbff8d94f87522640b42dfccf7e78a0cfe5ff7388b48eec49d941f"; + sha256_unsigned = "c973795134bbff8d94f87522640b42dfccf7e78a0cfe5ff7388b48eec49d941f"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + model = "WZR-HP-G302H"; + variant = "A1A0"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g450h-initramfs-kernel.bin"; + sha256 = "8aab34bcf3721fdd1ca3ef499803f496f6296f79a596015fc3bcfec1b8c857b3"; + sha256_unsigned = "8aab34bcf3721fdd1ca3ef499803f496f6296f79a596015fc3bcfec1b8c857b3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "c8bf104270eb110abbe951ae6540290e8a45e266cad83816c83d9c426aeff50f"; + sha256_unsigned = "c8bf104270eb110abbe951ae6540290e8a45e266cad83816c83d9c426aeff50f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "c57b0f02a96ed03be1811a36608fc9a1ff8341db253e934ba083c8ab11539d9c"; + sha256_unsigned = "2228c6a81b705a1a916c4d06445cb0108bf2130303eeae304a72da2d87a11477"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "b1405177ddcfdfc5b0caebcba8653f8b168002de98e547b0e4d61a04d902bec0"; + sha256_unsigned = "b1405177ddcfdfc5b0caebcba8653f8b168002de98e547b0e4d61a04d902bec0"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "WZR-HP-G450H/WZR-450HP"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-e110n-v2-initramfs-kernel.bin"; + sha256 = "842346dd08fa6c5c5f6490671fbc3109aaa5a17fefc4ef69582efdc942e0fd03"; + sha256_unsigned = "842346dd08fa6c5c5f6490671fbc3109aaa5a17fefc4ef69582efdc942e0fd03"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "73c90974be18701b3d6e85d0e31f0b08eb7bed6ba4c807ab0ea256587c87d821"; + sha256_unsigned = "90347f67201bdfb10287e30591cf877d3d3c300a049e9328a4c3798c1e1439ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + model = "CF-E110N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-e120a-v3-initramfs-kernel.bin"; + sha256 = "615eaf7396a998399019101c6eda493b0bf228636fd8e23951e76ae59a6f77a7"; + sha256_unsigned = "615eaf7396a998399019101c6eda493b0bf228636fd8e23951e76ae59a6f77a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "ead9f838ecb1eb62f4a2726405dff3741901bc70d8d3f88aff524a762407b37f"; + sha256_unsigned = "f1d5589fc60462331e531f1044b34e689695a6f981a37e0b810537f8a106f1cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + model = "CF-E120A"; + variant = "v3"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e130n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-comfast_cf-e130n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-e130n-v2-initramfs-kernel.bin"; + sha256 = "65eee906cd881c80528460b0e40856ca41957bcbb20cc08447c6ba8dbbd0f0b8"; + sha256_unsigned = "65eee906cd881c80528460b0e40856ca41957bcbb20cc08447c6ba8dbbd0f0b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-e130n-v2-squashfs-sysupgrade.bin"; + sha256 = "4cd37ddde33e1c289ab7ce96ee3ef5e83534d717fcf44c5bedd7cc2a5ac2ced8"; + sha256_unsigned = "72453411ba7cbe989e6fd397a2545fa8fa2aceec4d52d6274aae457b5647229f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e130n-v2" + ]; + titles = [ + { + model = "CF-E130N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e313ac = { + device_packages = [ + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-comfast_cf-e313ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-e313ac-initramfs-kernel.bin"; + sha256 = "bac90d97f42a0770cff72f3989349c44b019f3ac892a5d016f089775330445bc"; + sha256_unsigned = "bac90d97f42a0770cff72f3989349c44b019f3ac892a5d016f089775330445bc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-e313ac-squashfs-sysupgrade.bin"; + sha256 = "c14a34d9fa7b61b878aa0e552ffebdcd310f307fe13a912ac6cdddafa799d101"; + sha256_unsigned = "0cc1e665ee1f3701e897c8c62cadf4bd416d040fe1640d2b9d49c3b751b62b62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e313ac" + ]; + titles = [ + { + model = "CF-E313AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e314n-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-comfast_cf-e314n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-e314n-v2-initramfs-kernel.bin"; + sha256 = "ffb8bac035112749f503431e67aa50d1c8a6c33416e6fb6c9886acf82974f6c9"; + sha256_unsigned = "ffb8bac035112749f503431e67aa50d1c8a6c33416e6fb6c9886acf82974f6c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-e314n-v2-squashfs-sysupgrade.bin"; + sha256 = "8f3941ae74e323188602b635f5420a915d1cb003897903c081d59c51d8464b2b"; + sha256_unsigned = "cc3ca3ead58894556bf19f0c9590c83f22b337d99e1bbc403c7b465589fa08d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e314n-v2" + ]; + titles = [ + { + model = "CF-E314N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e375ac = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-comfast_cf-e375ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-e375ac-initramfs-kernel.bin"; + sha256 = "27369e7a68ec971eae8b1c64c801604d241eed07c04d495c4fb5dcc64aab4758"; + sha256_unsigned = "27369e7a68ec971eae8b1c64c801604d241eed07c04d495c4fb5dcc64aab4758"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-e375ac-squashfs-sysupgrade.bin"; + sha256 = "b46c2b530ff726ca3eb9108dd3210f511cfa45bff402cf8cd389a9c0113e812b"; + sha256_unsigned = "2cbba41d5b26d667a271120bc26e1cbc03aeece4f94b14858c5602c93e9da5b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e375ac" + ]; + titles = [ + { + model = "CF-E375AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-e5-initramfs-kernel.bin"; + sha256 = "96a25ef890b63d3bbd6b68d9cccbe806b87e9fa7f85b998c7a7be86a552656b3"; + sha256_unsigned = "96a25ef890b63d3bbd6b68d9cccbe806b87e9fa7f85b998c7a7be86a552656b3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "16d9c111cad2c1edb13814524da968ffec0600d8302a6d381659b7e4927038c1"; + sha256_unsigned = "75fb5afcab03f2018bd7f1ba9d6f9fa8dce6429d1462661dc94b3c5dae49c556"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + model = "CF-E5/E7"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e560ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-comfast_cf-e560ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-e560ac-initramfs-kernel.bin"; + sha256 = "b4089c2f8d5ce82ae669fd3c2a8fd42e6d73342949e55488d560acd8224fd213"; + sha256_unsigned = "b4089c2f8d5ce82ae669fd3c2a8fd42e6d73342949e55488d560acd8224fd213"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-e560ac-squashfs-sysupgrade.bin"; + sha256 = "36e2f25476c13895935dcef03053e31851ac2b6d1fbc64b41f99488e1c2d97fb"; + sha256_unsigned = "4c347c6d1f688861b8ae6b5641499935fa5477b5a0a86e9e5c6bd3d0abee7674"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e560ac" + ]; + titles = [ + { + model = "CF-E560AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-ew72 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-comfast_cf-ew72"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-ew72-initramfs-kernel.bin"; + sha256 = "4634aac51ebe4b0b9608dda6e45529fffa655d4c150e8d8d84dce51d14569032"; + sha256_unsigned = "4634aac51ebe4b0b9608dda6e45529fffa655d4c150e8d8d84dce51d14569032"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-ew72-squashfs-sysupgrade.bin"; + sha256 = "060530b8c269fdf94bdb20adf622c45c9b88dc85b014745d74e37ff03a75608f"; + sha256_unsigned = "9551785eb8c4409c44578cd2815f6845c48880e8f82408bcc9aa1cf1d80c51c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-ew72" + ]; + titles = [ + { + model = "CF-EW72"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-comfast_cf-wr650ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-wr650ac-v1-initramfs-kernel.bin"; + sha256 = "7baa7571029b8f72cac41bac297f8479711952c627dc75d1055f34ffa173ebc9"; + sha256_unsigned = "7baa7571029b8f72cac41bac297f8479711952c627dc75d1055f34ffa173ebc9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-wr650ac-v1-squashfs-sysupgrade.bin"; + sha256 = "43bd81b39ec0cfb71fc3af3698b7b65dc52769f7f4c61ca248173eb025f762f8"; + sha256_unsigned = "bc805b4763ec6b2d80d1d59d19ea25a6520ae6862f6176ffbee52a1ef991097c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v1" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-comfast_cf-wr650ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-wr650ac-v2-initramfs-kernel.bin"; + sha256 = "4d1f57c9236c2564fb46287a3919aaa1e7735b4a7559ef4d2ed2f9ebf626abed"; + sha256_unsigned = "4d1f57c9236c2564fb46287a3919aaa1e7735b4a7559ef4d2ed2f9ebf626abed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-wr650ac-v2-squashfs-sysupgrade.bin"; + sha256 = "3a5c57ab230118030c7d529984d4f7d3a12d3d13593c09d59511bcf4116ca145"; + sha256_unsigned = "0671b9d4fd0531994e43c005303d3c3637124ce30b835ca93259ecdc3684ea5b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v2" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr752ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-comfast_cf-wr752ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-wr752ac-v1-initramfs-kernel.bin"; + sha256 = "8c73a73ca767bbf6ff4a7823d2cb32134be5d63de5a771a69c1fe09e8530f20e"; + sha256_unsigned = "8c73a73ca767bbf6ff4a7823d2cb32134be5d63de5a771a69c1fe09e8530f20e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-comfast_cf-wr752ac-v1-squashfs-sysupgrade.bin"; + sha256 = "1b14a0f1d676aac90b61f4635f41e6b409e355359372cbfe1b99e008401ba38c"; + sha256_unsigned = "3707269071d29a2a84ef2f039d248fce1e367e579364c60a406555ed1ea55a5c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr752ac-v1" + ]; + titles = [ + { + model = "CF-WR752AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + compex_wpj344-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-compex_wpj344-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-compex_wpj344-16m-initramfs-kernel.bin"; + sha256 = "43f95b889c23992a9e322051f3f10f1ec0426eeba1430a8003a8564d366b3631"; + sha256_unsigned = "43f95b889c23992a9e322051f3f10f1ec0426eeba1430a8003a8564d366b3631"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-compex_wpj344-16m-squashfs-sysupgrade.bin"; + sha256 = "62357445462083c571d8f8fcd6b213ebeae57f965430f2a5db3669fa37c6a0c0"; + sha256_unsigned = "a424b48b8e260f30efca58d2e8b4940e0531ec442c8f84c50edaaf12587cec2c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-compex_wpj344-16m-squashfs-cpximg-6a08.bin"; + sha256 = "ab46d756b2f097359886256e3320fc356e96c70a1ae0c074018b84e40b968dc6"; + sha256_unsigned = "ab46d756b2f097359886256e3320fc356e96c70a1ae0c074018b84e40b968dc6"; + type = "cpximg-6a08"; + } + ]; + supported_devices = [ + "compex,wpj344-16m" + "wpj344" + ]; + titles = [ + { + model = "WPJ344"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj531-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-compex_wpj531-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-compex_wpj531-16m-initramfs-kernel.bin"; + sha256 = "04e5a887db678d721eb06b67b0ee17bac565247a7e20de64452c99e6442ff720"; + sha256_unsigned = "04e5a887db678d721eb06b67b0ee17bac565247a7e20de64452c99e6442ff720"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-compex_wpj531-16m-squashfs-sysupgrade.bin"; + sha256 = "13b6f9aa5226298a03aaef6f4f8268b30a6d0a83f43e8efe9e132365080ce10b"; + sha256_unsigned = "f70446bba1e151c4598d21c777781cda3c9ea0958db2985a8ae7eda604a6b4ba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a04.bin"; + sha256 = "a32ac0700918167cd15db4d38ace25755bf7f37b30fa50b5916cd2d4a0aeb44f"; + sha256_unsigned = "a32ac0700918167cd15db4d38ace25755bf7f37b30fa50b5916cd2d4a0aeb44f"; + type = "cpximg-7a04"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a03.bin"; + sha256 = "e1ca5248937e31ca3540ba9390513fc4f5e4f1eacf517fd7dcd6937c7f5a4092"; + sha256_unsigned = "e1ca5248937e31ca3540ba9390513fc4f5e4f1eacf517fd7dcd6937c7f5a4092"; + type = "cpximg-7a03"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a06.bin"; + sha256 = "a32ac0700918167cd15db4d38ace25755bf7f37b30fa50b5916cd2d4a0aeb44f"; + sha256_unsigned = "a32ac0700918167cd15db4d38ace25755bf7f37b30fa50b5916cd2d4a0aeb44f"; + type = "cpximg-7a06"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a07.bin"; + sha256 = "a32ac0700918167cd15db4d38ace25755bf7f37b30fa50b5916cd2d4a0aeb44f"; + sha256_unsigned = "a32ac0700918167cd15db4d38ace25755bf7f37b30fa50b5916cd2d4a0aeb44f"; + type = "cpximg-7a07"; + } + ]; + supported_devices = [ + "compex,wpj531-16m" + "wpj531" + ]; + titles = [ + { + model = "WPJ531"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj558-16m = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-compex_wpj558-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-compex_wpj558-16m-initramfs-kernel.bin"; + sha256 = "2a9f3cdb38373a9585f4c7926a19eacfd397f84de2fa6e867380a1334db426fb"; + sha256_unsigned = "2a9f3cdb38373a9585f4c7926a19eacfd397f84de2fa6e867380a1334db426fb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-compex_wpj558-16m-squashfs-sysupgrade.bin"; + sha256 = "65b957fb8469571abad1e12557f970f1652b2542d0974cb9c1532b623ee9775f"; + sha256_unsigned = "c7c392de4e1ca27c1019e00767a79bc20e863b7d703c03fd92c1f0d66fc38f72"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-compex_wpj558-16m-squashfs-cpximg-6a07.bin"; + sha256 = "e17245e6a3c50c28b458b99d51c0bf85b0c0d2e322f6af7cb1dbf1e56c07587f"; + sha256_unsigned = "e17245e6a3c50c28b458b99d51c0bf85b0c0d2e322f6af7cb1dbf1e56c07587f"; + type = "cpximg-6a07"; + } + ]; + supported_devices = [ + "compex,wpj558-16m" + "wpj558" + ]; + titles = [ + { + model = "WPJ558"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj563 = { + device_packages = [ + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-compex_wpj563"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-compex_wpj563-initramfs-kernel.bin"; + sha256 = "ea95fee5a4cc51729552162ee0405ad95fecf84fffcbd440d782c5d4847437a1"; + sha256_unsigned = "ea95fee5a4cc51729552162ee0405ad95fecf84fffcbd440d782c5d4847437a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-compex_wpj563-squashfs-sysupgrade.bin"; + sha256 = "f1142b0fe2ed6cef0507fcd894676c3019c7a856695653191503c6ea118c6893"; + sha256_unsigned = "2ce7850f8c7388aa9c05e048073b12b198ca1e51b75308d6e48a9ea3db2a586a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-compex_wpj563-squashfs-cpximg-7a02.bin"; + sha256 = "872aa65d41993a92cc69f633650c597544489ed56ba2e244b746a88369d8f083"; + sha256_unsigned = "872aa65d41993a92cc69f633650c597544489ed56ba2e244b746a88369d8f083"; + type = "cpximg-7a02"; + } + ]; + supported_devices = [ + "compex,wpj563" + "wpj563" + ]; + titles = [ + { + model = "WPJ563"; + vendor = "Compex"; + } + ]; + }; + devolo_dlan-pro-1200plus-ac = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-devolo_dlan-pro-1200plus-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-devolo_dlan-pro-1200plus-ac-initramfs-kernel.bin"; + sha256 = "41196ec7364525e61b5e56287f4d738b58e6a41204baffcf1263b800c72ca73e"; + sha256_unsigned = "41196ec7364525e61b5e56287f4d738b58e6a41204baffcf1263b800c72ca73e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-devolo_dlan-pro-1200plus-ac-squashfs-sysupgrade.bin"; + sha256 = "75afcab5f0af8188d22aaeec339b1a7cc9ae4b07f5833d05497384e1858f210d"; + sha256_unsigned = "fd48a23dcba76766e12686c3e847b127df15463e76344bb119e7df4b20a62a6d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dlan-pro-1200plus-ac" + ]; + titles = [ + { + model = "dLAN pro 1200+ WiFi ac"; + vendor = "Devolo"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-devolo_dvl1200e-initramfs-kernel.bin"; + sha256 = "1076537e770eba16f71e43494a24c4f8cacf18e6d4ea64073281e4c7a8da09ae"; + sha256_unsigned = "1076537e770eba16f71e43494a24c4f8cacf18e6d4ea64073281e4c7a8da09ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "45ad71581857cd2216fb177cb036524fe583dcaeaef44b31eb5b67b3f642f628"; + sha256_unsigned = "d427c0b21d9b8cca60892ce86931eead0825e831805d5648af4c8058ba4d8aa0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + model = "WiFi pro 1200e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-devolo_dvl1200i-initramfs-kernel.bin"; + sha256 = "da10b290c901586f6cabfc04453ba14de3e5034b23f79ff4305973e7c8f10c9f"; + sha256_unsigned = "da10b290c901586f6cabfc04453ba14de3e5034b23f79ff4305973e7c8f10c9f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "20d1b22622b2cc027d67a324c1082a3d226998c6d2b1c084487ed31dcd97c190"; + sha256_unsigned = "82a5c50ba47228e62e4b0f0b2a66fd9e73e9b3af67d13688ab95b5ffcabc53d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + model = "WiFi pro 1200i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-devolo_dvl1750c-initramfs-kernel.bin"; + sha256 = "9e45ff33eee1eb8e72783287cd8173be43d0bb70c155310dabef6fd088ac45d2"; + sha256_unsigned = "9e45ff33eee1eb8e72783287cd8173be43d0bb70c155310dabef6fd088ac45d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "dd117b125047eb7f84eec32deb9a6a38a408d7fb66ae010edfc6ccb8e74bf039"; + sha256_unsigned = "ca6e870b5feed4fee37bccfff831ee585a7b14dd011d66bdd0e381cb24b96a71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + model = "WiFi pro 1750c"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-devolo_dvl1750e-initramfs-kernel.bin"; + sha256 = "dc238f03cfc4538ad7272426f46a598f3d1ed8db2c62910e156661bbecbdea3d"; + sha256_unsigned = "dc238f03cfc4538ad7272426f46a598f3d1ed8db2c62910e156661bbecbdea3d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "6151b236dd58612fd28718b06a5b4f9940fece51165444ca85abe22cabc80bff"; + sha256_unsigned = "7517b96180f873cf26b9708990ee14410f40803c023f06514e6c8839f6842c1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + model = "WiFi pro 1750e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-devolo_dvl1750i-initramfs-kernel.bin"; + sha256 = "e594b2ee01eeb4f22f111a861730d90e0f8ecabc7fbb1cb9618cf64b5ab35b21"; + sha256_unsigned = "e594b2ee01eeb4f22f111a861730d90e0f8ecabc7fbb1cb9618cf64b5ab35b21"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "0b7119a9e8c6b43d0839d8bd6ce69753c0c0d1f97cf95f6ed779c0dc52baeafb"; + sha256_unsigned = "4b99f54c300548996b7d18d063d1e9276cd2d3757f5b8ab914542b5a818163b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + model = "WiFi pro 1750i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-devolo_dvl1750x-initramfs-kernel.bin"; + sha256 = "d8112f9c90c516c039370aed9fc1e60de12763808f7d0bf360af9787670b3651"; + sha256_unsigned = "d8112f9c90c516c039370aed9fc1e60de12763808f7d0bf360af9787670b3651"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "5b9c79545e01b48691f3d5eecaeaef1e898d08b4e6d7bb468903b6647675ed5b"; + sha256_unsigned = "f27661bb8ab59eeec68a16da08e5ce2018506c0d686b959884b1438d05d3f7fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + model = "WiFi pro 1750x"; + vendor = "devolo"; + } + ]; + }; + devolo_magic-2-wifi = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-devolo_magic-2-wifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-devolo_magic-2-wifi-initramfs-kernel.bin"; + sha256 = "9c581b04a3f12fd3afbe84175358de9f1b5d4a23894b321bc8fd1496d0e3186e"; + sha256_unsigned = "9c581b04a3f12fd3afbe84175358de9f1b5d4a23894b321bc8fd1496d0e3186e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-devolo_magic-2-wifi-squashfs-sysupgrade.bin"; + sha256 = "99a4b3aa40c9e6e62b7efd0708dd50892fb8514f46c74672d6b46e4c19945327"; + sha256_unsigned = "07f6e378bd277dfaf538670a3f5cdba09801692c98eb8cded953b1e204072ff7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi" + ]; + titles = [ + { + model = "Magic 2 WiFi"; + vendor = "Devolo"; + } + ]; + }; + dlink_dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dap-1330-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-1330-a1-initramfs-kernel.bin"; + sha256 = "9e3889f87feeb0e972211d9af8739980857c991e6009ad55aa4f2c96441ee37e"; + sha256_unsigned = "9e3889f87feeb0e972211d9af8739980857c991e6009ad55aa4f2c96441ee37e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "d5393d6f1a4dc7028fa50735447682fcb12cfcf499eed8401a1ca10a36bc8f83"; + sha256_unsigned = "b68a57c6d1b0e07b43fa279584c2e3fa7e7352ce862836fe6dce58555d2621e9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-1330-a1-squashfs-factory.bin"; + sha256 = "8232f7849fa33e1a56e70f26173e76a5c600c24a7895cf1b8c04f196ee8a49bb"; + sha256_unsigned = "8232f7849fa33e1a56e70f26173e76a5c600c24a7895cf1b8c04f196ee8a49bb"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1330-a1" + "dap-1330-a1" + ]; + titles = [ + { + model = "DAP-1330"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-1365-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dap-1365-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-1365-a1-initramfs-kernel.bin"; + sha256 = "73b409548cd30806c477ec26e717083b64c4ebe8f2035d60891ed39d50b488ec"; + sha256_unsigned = "73b409548cd30806c477ec26e717083b64c4ebe8f2035d60891ed39d50b488ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-1365-a1-squashfs-sysupgrade.bin"; + sha256 = "ee4feaa73174306fb90017b9803d12a9983b73339f6cec8d97741806ba4e6a94"; + sha256_unsigned = "783291624c16b158808cfd4126e89e2e629ab39bd56755558bdcbd7fab675ba6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-1365-a1-squashfs-factory.bin"; + sha256 = "86569fa95599aed91d2cc17c4337c6a0d2e23f0003cde54c2a7d42d1615bc320"; + sha256_unsigned = "86569fa95599aed91d2cc17c4337c6a0d2e23f0003cde54c2a7d42d1615bc320"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1365-a1" + ]; + titles = [ + { + model = "DAP-1365"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2230-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dap-2230-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-2230-a1-initramfs-kernel.bin"; + sha256 = "dc05ba4ac4dd2c4eaa7e2bf3210d1b9678184598bee3174cf4722f565454bb74"; + sha256_unsigned = "dc05ba4ac4dd2c4eaa7e2bf3210d1b9678184598bee3174cf4722f565454bb74"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-2230-a1-squashfs-sysupgrade.bin"; + sha256 = "56cad1afd56ca9567df8f0d7120656e1346672e2e649b4c357f3d58c10275136"; + sha256_unsigned = "fb60b002a8d0fcfd5fa3f89ff21714e76e9312f3268772f81e6624dba867a3ed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-2230-a1-squashfs-factory.img"; + sha256 = "49e3ea63974def0c78ca1484d61f5319040d0c149a5d3cbd74a9a444b7cff628"; + sha256_unsigned = "49e3ea63974def0c78ca1484d61f5319040d0c149a5d3cbd74a9a444b7cff628"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2230-a1" + ]; + titles = [ + { + model = "DAP-2230"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2660-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dap-2660-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-2660-a1-initramfs-kernel.bin"; + sha256 = "68631237a9cfb396d012e22c1a3797f001c62dc2ce59514a2322351ecf0cc766"; + sha256_unsigned = "68631237a9cfb396d012e22c1a3797f001c62dc2ce59514a2322351ecf0cc766"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "42e9c06bb09c45c4d9427b8d88ff6a2e7bdf6c23ab520082c29ed3dbeaf15e28"; + sha256_unsigned = "f5b73276a3ce0b0b4a0a6819d0b54abe6084eceed7b3cebcceddf7ea4d789500"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-2660-a1-squashfs-factory.img"; + sha256 = "92649d681bf2d709954d5e6d1e17717f1ad47d446b4c362d98611336032abe5e"; + sha256_unsigned = "92649d681bf2d709954d5e6d1e17717f1ad47d446b4c362d98611336032abe5e"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2660-a1" + ]; + titles = [ + { + model = "DAP-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2680-a1 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dap-2680-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-2680-a1-initramfs-kernel.bin"; + sha256 = "270ea7e8b59cac5e9e46b4026df45b137312610a47d8506a187297fbb2c1d78a"; + sha256_unsigned = "270ea7e8b59cac5e9e46b4026df45b137312610a47d8506a187297fbb2c1d78a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-2680-a1-squashfs-sysupgrade.bin"; + sha256 = "8bf69833f379eb150696f9177a6ed74babbcd1fb8a2395da63e846ebbdd18a61"; + sha256_unsigned = "cd7491e0f45a89fc1c276be75ec182b6ee305520d5028aa5ea13da3301489b49"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-2680-a1-squashfs-factory.img"; + sha256 = "7553f3cd814b030aaf29bc2cfd859a3cb70fe1a31fe5e2baef84598dcb912275"; + sha256_unsigned = "7553f3cd814b030aaf29bc2cfd859a3cb70fe1a31fe5e2baef84598dcb912275"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2680-a1" + ]; + titles = [ + { + model = "DAP-2680"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dap-2695-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-2695-a1-initramfs-kernel.bin"; + sha256 = "36ab93b15b7d2204172eb778a958767e2cd4cc05568cff9b8d011dd24fde1651"; + sha256_unsigned = "36ab93b15b7d2204172eb778a958767e2cd4cc05568cff9b8d011dd24fde1651"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "674d341fd0a7a92f5d03a9919269929c2e09b96ebc623785502f3ea78276d640"; + sha256_unsigned = "44452ab314ed493802fbbae122ac49ff89ab6370c52905ae17ce63742ac2b180"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-2695-a1-squashfs-factory.img"; + sha256 = "98efafdbeb3ee144d5ad7133b23ead636c7b8f8fd84976cbb77f8f4baa4711b3"; + sha256_unsigned = "98efafdbeb3ee144d5ad7133b23ead636c7b8f8fd84976cbb77f8f4baa4711b3"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2695-a1" + "dap-2695-a1" + ]; + titles = [ + { + model = "DAP-2695"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3320-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dap-3320-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-3320-a1-initramfs-kernel.bin"; + sha256 = "67caf58ffaaf287ade60769b18591eaead16420e7e83f750fe7fe52fb82fb06d"; + sha256_unsigned = "67caf58ffaaf287ade60769b18591eaead16420e7e83f750fe7fe52fb82fb06d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-3320-a1-squashfs-sysupgrade.bin"; + sha256 = "349a9b64cbec41ac9ab51ea5f3ff932e43f8615315a4f50049fb895a54ce3e67"; + sha256_unsigned = "e2d59ba265fa3f1d336b88e183b80312dfd62ff3f6aa028a8e38d19531347501"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-3320-a1-squashfs-factory.img"; + sha256 = "30ed5e71000eea98010d669ce3735f2cd0dbc2e66596e24c164431ccc44e0eed"; + sha256_unsigned = "30ed5e71000eea98010d669ce3735f2cd0dbc2e66596e24c164431ccc44e0eed"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-3320-a1" + ]; + titles = [ + { + model = "DAP-3320"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3662-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dap-3662-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-3662-a1-initramfs-kernel.bin"; + sha256 = "3c54f5eb867072b43616cc50b0305929007956f38d2f1c1cb4cfb1ac10315551"; + sha256_unsigned = "3c54f5eb867072b43616cc50b0305929007956f38d2f1c1cb4cfb1ac10315551"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-3662-a1-squashfs-sysupgrade.bin"; + sha256 = "0171b431fa578a54b6da86c8943fadd5923f31deccb5154f86a30d7a71ac0167"; + sha256_unsigned = "2f2f0a7f7140147e155b7a5a6adca03614e9998df713fab9e585fd01547c3c2c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dap-3662-a1-squashfs-factory.img"; + sha256 = "5bddf3bebd786eb6faa2ff0d59e76b4c61afb270a47208f2942a36ff27fc48e3"; + sha256_unsigned = "5bddf3bebd786eb6faa2ff0d59e76b4c61afb270a47208f2942a36ff27fc48e3"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-3662-a1" + ]; + titles = [ + { + model = "DAP-3662"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dch-g020-a1 = { + device_packages = [ + "kmod-gpio-pca953x" + "kmod-i2c-gpio" + "kmod-usb2" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dch-g020-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dch-g020-a1-initramfs-kernel.bin"; + sha256 = "2231051f40598d7b6e596dde6522542ad08b4f0307d13e8f0fea697bb7163415"; + sha256_unsigned = "2231051f40598d7b6e596dde6522542ad08b4f0307d13e8f0fea697bb7163415"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dch-g020-a1-squashfs-sysupgrade.bin"; + sha256 = "a0ab87855f37df094f3be753e602c629deb88a0a97fb57e10586da4b6b72965c"; + sha256_unsigned = "e7e95a229c64592c207d2b175c991989e849b88ceac2407512d83ad7adcc6bae"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dch-g020-a1-squashfs-factory.bin"; + sha256 = "1344f7d486552fce2c39a653fc7696355775be045a177921a3732030b56491bf"; + sha256_unsigned = "1344f7d486552fce2c39a653fc7696355775be045a177921a3732030b56491bf"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dch-g020-a1" + ]; + titles = [ + { + model = "DCH-G020"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-505 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dir-505"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-505-initramfs-kernel.bin"; + sha256 = "62ec8e9eb61cd48841fe2a69f01616c4e251d8ccbfa600a055f7b079fb7d8039"; + sha256_unsigned = "62ec8e9eb61cd48841fe2a69f01616c4e251d8ccbfa600a055f7b079fb7d8039"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-505-squashfs-sysupgrade.bin"; + sha256 = "a1c860103167fe9c3060c94c0bd022bd398c965c4de00c89ea1e1dd44b925197"; + sha256_unsigned = "94a372ddbfc9faa3f2066758773675f74795ba8a8d112f079f4d7b0ef0117569"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-505" + "dir-505-a1" + ]; + titles = [ + { + model = "DIR-505"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-825-b1-initramfs-kernel.bin"; + sha256 = "6330fc333c1e1bf13a3bdc50cd57d45bcbef7ab546e20b4cff23070e54650bba"; + sha256_unsigned = "6330fc333c1e1bf13a3bdc50cd57d45bcbef7ab546e20b4cff23070e54650bba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "8dff7cf29db0f8dfd9f3e7eb03b42e75168a6b4746bb90564a8f31ea4d045991"; + sha256_unsigned = "2a5d1854fc82cf99f19dc1deb719ba4d16f96423130835a48ef2dd19f818c9ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + "dir-825-b1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-825-c1-initramfs-kernel.bin"; + sha256 = "4330920dd3248d19ce2fdab03182cbb49196c60bed597980d440e2080942284f"; + sha256_unsigned = "4330920dd3248d19ce2fdab03182cbb49196c60bed597980d440e2080942284f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "a0a488a7dd6f8afc02f3191905115fd535bbb9be4f36a763d3fc40bf93126101"; + sha256_unsigned = "bb55dd54c8f46b3bb2df70d052c7791e865aa68999c1bc5fdbebdddd72f3343e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "1dfca3a43b8a7f9614218cbbe6f5d5c9ff7b619b774a790ccf58565c74c2c1d5"; + sha256_unsigned = "1dfca3a43b8a7f9614218cbbe6f5d5c9ff7b619b774a790ccf58565c74c2c1d5"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-835-a1-initramfs-kernel.bin"; + sha256 = "0660f2969c20334dff1bc305327e51ab467c399eefb78e777b3587e85343a579"; + sha256_unsigned = "0660f2969c20334dff1bc305327e51ab467c399eefb78e777b3587e85343a579"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "a73cfbcb6aab17bd1bf54156b7c205d356c9d15c6acee22c4f1e1a43f08aa14f"; + sha256_unsigned = "c188144f791b52cd9f3f16e8ae23940a23d3d53859689e881735939b564b70a3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "1d88d2c9230c165c8f78a6a6ed9ff8f8e48b1ffff9472b27370d21381ce82576"; + sha256_unsigned = "1d88d2c9230c165c8f78a6a6ed9ff8f8e48b1ffff9472b27370d21381ce82576"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + model = "DIR-835"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dir-842-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-842-c1-initramfs-kernel.bin"; + sha256 = "7f6a45a8349d591f2c61c2fb989504edcdf3d9f28ee98585b907d2803096e883"; + sha256_unsigned = "7f6a45a8349d591f2c61c2fb989504edcdf3d9f28ee98585b907d2803096e883"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-842-c1-squashfs-sysupgrade.bin"; + sha256 = "f6bf2dbf36439b6f32cfd4b06c40f85caafc8fb17e6573364ea223e0db2d15b5"; + sha256_unsigned = "69b58959fb65d648c79dcadec5a8b94a9f50da27361df09b43c3f3a644a3d369"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-842-c1-squashfs-factory.bin"; + sha256 = "d7c8d0ad76df1ec6c68eeb461a3e842705299bdacf7c40533c82c33fd90dce4f"; + sha256_unsigned = "d7c8d0ad76df1ec6c68eeb461a3e842705299bdacf7c40533c82c33fd90dce4f"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-842-c1" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dir-842-c2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-842-c2-initramfs-kernel.bin"; + sha256 = "5a6d7e09fc5a104eee8ab28ac957e93cd4323affea153413ee0b9b313052161f"; + sha256_unsigned = "5a6d7e09fc5a104eee8ab28ac957e93cd4323affea153413ee0b9b313052161f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-842-c2-squashfs-sysupgrade.bin"; + sha256 = "cc8c2834b6cc07531a6e30542a5c012d83773ef78efd9c0ba41e1e12a45195ca"; + sha256_unsigned = "1495db8588b776366c02fa74d2a81445281431edfc78941efe5cfeddd25e919c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-842-c2-squashfs-factory.bin"; + sha256 = "61adf5e2e89269df442562a06dc27bb003010c219c402e7aacdf59084e98648c"; + sha256_unsigned = "61adf5e2e89269df442562a06dc27bb003010c219c402e7aacdf59084e98648c"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-842-c2" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dir-842-c3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-842-c3-initramfs-kernel.bin"; + sha256 = "b2832b433710cf343d3759586e52213d89e028bbcbc536bcc7446644ffabad80"; + sha256_unsigned = "b2832b433710cf343d3759586e52213d89e028bbcbc536bcc7446644ffabad80"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-842-c3-squashfs-sysupgrade.bin"; + sha256 = "048312d0413586448b12ec07c4a97c0a36c9908028a664ced477cd5ae7c0e98e"; + sha256_unsigned = "e4e79dad8bfb4c7c4a498e3e9919aae568af125d92a6095850bbb88786e1832c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-842-c3-squashfs-factory.bin"; + sha256 = "3bcf12c88802449ac925c4582f680f0212d74645ddcc26f90eef63d46b2691fc"; + sha256_unsigned = "3bcf12c88802449ac925c4582f680f0212d74645ddcc26f90eef63d46b2691fc"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-842-c3" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-859-a1-initramfs-kernel.bin"; + sha256 = "e66d536e0917cc8cd7a03af38ea583b0adf2766ded0db5b359228d82d98f21cd"; + sha256_unsigned = "e66d536e0917cc8cd7a03af38ea583b0adf2766ded0db5b359228d82d98f21cd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "a0ffc63332dfb35ea7b0023b2a710fcda9deeadaff9af966543c17c1899df543"; + sha256_unsigned = "a0ffc63332dfb35ea7b0023b2a710fcda9deeadaff9af966543c17c1899df543"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "5db0534152eae8543089c83058261dbb9883a48e63eaae465de7835cd8b65539"; + sha256_unsigned = "a40033e5ad388f06bbb319aa8dcfd128d3e2b84927d9264f2534eec1e32720bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + model = "DIR-859"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-elecom_wrc-1750ghbk2-i-initramfs-kernel.bin"; + sha256 = "efb871c6cd0b72b8d3fb363451a4954ddc63297f9005379063914aa81f21cff9"; + sha256_unsigned = "efb871c6cd0b72b8d3fb363451a4954ddc63297f9005379063914aa81f21cff9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "7c99efa166d5a0c7b5b86fc4be1ceb939801da61001d42e303c0a832e059c1c4"; + sha256_unsigned = "b9715d78e8012211276004b9468c55a79527aa6bd6c2328958336879a2c815fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + model = "WRC-1750GHBK2-I/C"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-elecom_wrc-300ghbk2-i-initramfs-kernel.bin"; + sha256 = "74c712392ae5f7caf19efe671b866a6f7f7813b9f96a4f0fcf495f4a41c25e2d"; + sha256_unsigned = "74c712392ae5f7caf19efe671b866a6f7f7813b9f96a4f0fcf495f4a41c25e2d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "2b2910af24c22f47247c81de528148ff5aeb9e054c7fb147ddf2937f9914ad2e"; + sha256_unsigned = "5b0e4b1bfdfd02f3ecf4d40d4c2a6f97acc84f9e0300d2adeccc4cfde71dfc7c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + model = "WRC-300GHBK2-I"; + vendor = "ELECOM"; + } + ]; + }; + embeddedwireless_balin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-embeddedwireless_balin"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-embeddedwireless_balin-initramfs-kernel.bin"; + sha256 = "dfed5a72ff615516a7cc77a581ddb757bdc93bc3e5cde0789d373c1041ef6d72"; + sha256_unsigned = "dfed5a72ff615516a7cc77a581ddb757bdc93bc3e5cde0789d373c1041ef6d72"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-embeddedwireless_balin-squashfs-sysupgrade.bin"; + sha256 = "c69b2e59de157928f5c70ef3c202d6f2b905a1df0a3df77fcca4c334d816cd99"; + sha256_unsigned = "6573c3f7c0adeea4b4970b7a4b9aa24d5bbc9aaee815881efdba8f18c0c4187e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "embeddedwireless,balin" + ]; + titles = [ + { + model = "Balin"; + vendor = "Embedded Wireless"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-embeddedwireless_dorin-initramfs-kernel.bin"; + sha256 = "d42d630ed81c6038bb9075fa3ff7c1605535f8e08f367afb6c0592a57264e14d"; + sha256_unsigned = "d42d630ed81c6038bb9075fa3ff7c1605535f8e08f367afb6c0592a57264e14d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "90959d7a8e3d14478c65b4c486ba19ebd7cce16aace98bfcb0265bf44932394f"; + sha256_unsigned = "b6fa43bc1c87e9d8dc58976dd947c731f3981554331088614106457bb54aa988"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + model = "Dorin"; + vendor = "Embedded Wireless"; + } + ]; + }; + engenius_eap1200h = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-engenius_eap1200h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_eap1200h-initramfs-kernel.bin"; + sha256 = "313abf423d0e0aa76c72a871de02373ae37eb0b41633868d5cce8abd5799f27d"; + sha256_unsigned = "313abf423d0e0aa76c72a871de02373ae37eb0b41633868d5cce8abd5799f27d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_eap1200h-squashfs-sysupgrade.bin"; + sha256 = "e0866d79c6bab700e90859090f9c8857590ef25b344d891d952d311aa71dc4b5"; + sha256_unsigned = "45a9a3065aea9e425828548427c0938cda95c76b88c3f57154fceb761d340935"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_eap1200h-squashfs-factory.bin"; + sha256 = "c92453d9f610d287c86594c74449570afd10cbb60361b5a9777463585434a910"; + sha256_unsigned = "c92453d9f610d287c86594c74449570afd10cbb60361b5a9777463585434a910"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap1200h" + ]; + titles = [ + { + model = "EAP1200H"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap300-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-engenius_eap300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_eap300-v2-initramfs-kernel.bin"; + sha256 = "cd275aca48f44b20f45797810c5226b14b35c465d127ce65f9b15331ebad7d31"; + sha256_unsigned = "cd275aca48f44b20f45797810c5226b14b35c465d127ce65f9b15331ebad7d31"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_eap300-v2-squashfs-sysupgrade.bin"; + sha256 = "5a546cf67124288213f21ae5b79056d9d22b12ea1d8c23ab180cf57b5fe81bf9"; + sha256_unsigned = "aef5b58eb2bfdbbdd6eeaf3498498d3b2be780ec5b85a60ef09ffbec5194ec5e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_eap300-v2-squashfs-factory.bin"; + sha256 = "47acd6dbe7d32cf8bce7b2ecbe841c89838f00ae539d8127cb3b1be1a0a6709a"; + sha256_unsigned = "47acd6dbe7d32cf8bce7b2ecbe841c89838f00ae539d8127cb3b1be1a0a6709a"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap300-v2" + ]; + titles = [ + { + model = "EAP300"; + variant = "v2"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap600 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-engenius_eap600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_eap600-initramfs-kernel.bin"; + sha256 = "e2d92a1e623480de56c76cb0a6e09f738c32a09fafe683650b1a7a6fa375a882"; + sha256_unsigned = "e2d92a1e623480de56c76cb0a6e09f738c32a09fafe683650b1a7a6fa375a882"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_eap600-squashfs-sysupgrade.bin"; + sha256 = "ac64e40f4b0181e5986cab9aac02ad49fe5d6343a2c37d0b53e6a927d966ae77"; + sha256_unsigned = "a3c63f7f1d870604229d5a8f79316cf8907eb09158bbfc5c0bbf5a82dcc80c19"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_eap600-squashfs-factory.bin"; + sha256 = "f03d825433595720f105e19d4127c7e1db274622472582265153b986ad615080"; + sha256_unsigned = "f03d825433595720f105e19d4127c7e1db274622472582265153b986ad615080"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap600" + ]; + titles = [ + { + model = "EAP600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1200 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-engenius_ecb1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_ecb1200-initramfs-kernel.bin"; + sha256 = "a18f3089054a02d68d3d8c6a461782a46293dbafc4ad36df024a416b61b88945"; + sha256_unsigned = "a18f3089054a02d68d3d8c6a461782a46293dbafc4ad36df024a416b61b88945"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_ecb1200-squashfs-factory.bin"; + sha256 = "d15bf3df0875b0b716052a6b1191c73f38cf2c9db8ea80a033e27579e0dca8fe"; + sha256_unsigned = "d15bf3df0875b0b716052a6b1191c73f38cf2c9db8ea80a033e27579e0dca8fe"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_ecb1200-squashfs-sysupgrade.bin"; + sha256 = "6e870153e8e41508415436bf2442b217faa6b42243db044a2e96b32d8889322c"; + sha256_unsigned = "5d129b2d7a39000460b9cdf83ad96f1936bbc6047230fff9dd8f9460d647069f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1200" + ]; + titles = [ + { + model = "ECB1200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_ecb1750-initramfs-kernel.bin"; + sha256 = "0dd7e0165bc3c9a112e675677082648bfde6630e569a0aa0d3ca2f261487803c"; + sha256_unsigned = "0dd7e0165bc3c9a112e675677082648bfde6630e569a0aa0d3ca2f261487803c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_ecb1750-squashfs-factory.bin"; + sha256 = "2d1fb105ab778972dfe9390908cbecfba4e13be29005cff51ab53f4011e6ccc5"; + sha256_unsigned = "2d1fb105ab778972dfe9390908cbecfba4e13be29005cff51ab53f4011e6ccc5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "7dbd1880e928be688f5d7e34a7dd77718af5b567b7d301d32840cc836f3a642e"; + sha256_unsigned = "4d6844d005839653134140c33d5a7d0ec22eba9794153cbf6802048b50af7e24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + model = "ECB1750"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb600 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-engenius_ecb600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_ecb600-initramfs-kernel.bin"; + sha256 = "167ce468af6f9f37d2a4274e9ee4558eafd87cf1463dbf282320cdba37110b3b"; + sha256_unsigned = "167ce468af6f9f37d2a4274e9ee4558eafd87cf1463dbf282320cdba37110b3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_ecb600-squashfs-sysupgrade.bin"; + sha256 = "2f90a7ae10e89cdc40b0c20fb2c75dba649115800998703de2d2c10a27121d96"; + sha256_unsigned = "6ae0c44fc2d0845c01291f5a7aa0ba76849bf387d0a5f70988685bd1cdcfe9cf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_ecb600-squashfs-factory.bin"; + sha256 = "db2768430bfa23c14a19e027360592efcc8fac67b9d9498c5612ca8052061b45"; + sha256_unsigned = "db2768430bfa23c14a19e027360592efcc8fac67b9d9498c5612ca8052061b45"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ecb600" + ]; + titles = [ + { + model = "ECB600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens202ext-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-engenius_ens202ext-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_ens202ext-v1-initramfs-kernel.bin"; + sha256 = "e30adaf4bc8aa43ff0c3716019532f945194eec13205354a394f8c45939a55bf"; + sha256_unsigned = "e30adaf4bc8aa43ff0c3716019532f945194eec13205354a394f8c45939a55bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_ens202ext-v1-squashfs-sysupgrade.bin"; + sha256 = "4c6a89997dff8593ef84a7d34bef1fe5c568b82a12a9a65727901bd16b6a2a6b"; + sha256_unsigned = "b654e54e076eef6dd2842f5fe68a62810c1dd80ab26a209535ff5d14f8ea92e6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_ens202ext-v1-squashfs-factory.bin"; + sha256 = "d9bbeac16368ded3ee3103dd04caf314302019f34072cdb928037b65402b3599"; + sha256_unsigned = "d9bbeac16368ded3ee3103dd04caf314302019f34072cdb928037b65402b3599"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ens202ext-v1" + ]; + titles = [ + { + model = "ENS202EXT"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enstationac-v1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-engenius_enstationac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_enstationac-v1-initramfs-kernel.bin"; + sha256 = "74f1c7090412e0bb5d3b541278f3c4c9401e6fe4d1e361e7cb27cc0b157813b9"; + sha256_unsigned = "74f1c7090412e0bb5d3b541278f3c4c9401e6fe4d1e361e7cb27cc0b157813b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_enstationac-v1-squashfs-sysupgrade.bin"; + sha256 = "5ef4ba7b2865dceefb7b8b8287f812312ec4fb7ab55ccbd030a63ac24538be92"; + sha256_unsigned = "e28664b0429229d5c126290e04279228a362aa0af81b5234d88a913ba8d2d258"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_enstationac-v1-squashfs-factory.bin"; + sha256 = "5a792d920ad422787f9f37f24fd47c18ed69792835bc2245065c66640d578af2"; + sha256_unsigned = "5a792d920ad422787f9f37f24fd47c18ed69792835bc2245065c66640d578af2"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,enstationac-v1" + ]; + titles = [ + { + model = "EnStationAC"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_epg5000-initramfs-kernel.bin"; + sha256 = "7de69476adf2092c63c25cc7d29d1d7c5c8ac97ab3ab61cee9633f81d25ac87c"; + sha256_unsigned = "7de69476adf2092c63c25cc7d29d1d7c5c8ac97ab3ab61cee9633f81d25ac87c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "ca50b352557710ec1120603a749d5d4e9a3981403051ce4a12e01703bf1814a2"; + sha256_unsigned = "d4ac95488cc7067238c99ec208dc947d9e9558cd5b23d658aead244ac8f025db"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "353320b4102fe2f2adcd5f9a4c28f1c378fd2d5a057fb96152ced4c78a78af6b"; + sha256_unsigned = "353320b4102fe2f2adcd5f9a4c28f1c378fd2d5a057fb96152ced4c78a78af6b"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + model = "EPG5000"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_ews511ap-initramfs-kernel.bin"; + sha256 = "639766afa3595fddbb32d3291d10e1740fb3e3f5c927973a4e6b30597c698b70"; + sha256_unsigned = "639766afa3595fddbb32d3291d10e1740fb3e3f5c927973a4e6b30597c698b70"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "dc233c80a59aee4dd79261c56adf3997a3c9251ca04d4cbdc099a2118d8ba1c3"; + sha256_unsigned = "f2ccc670be0e5effb46fb53e82c8813dc3d791f936f9900a5a7cf7cb5fff3c9e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + model = "EWS511AP"; + vendor = "EnGenius"; + } + ]; + }; + enterasys_ws-ap3705i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-enterasys_ws-ap3705i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-enterasys_ws-ap3705i-initramfs-kernel.bin"; + sha256 = "feeb20cb3c0a1d2aec0e81c4b26775fbc097b502eccf754889da9f09940a4fa9"; + sha256_unsigned = "feeb20cb3c0a1d2aec0e81c4b26775fbc097b502eccf754889da9f09940a4fa9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-enterasys_ws-ap3705i-squashfs-sysupgrade.bin"; + sha256 = "1b59acf216243cbf905a5068199342527413af615a00a36c880e3ed183652963"; + sha256_unsigned = "4028631cbe59a757b931998ca2585049db69ab1ee97515f4d50d0e7a29b7e6a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3705i" + ]; + titles = [ + { + model = "WS-AP3705i"; + vendor = "Enterasys"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-etactica_eg200-initramfs-kernel.bin"; + sha256 = "fef7de3de9943cec43c6abc8dd7b597bedef5a0bd72471d8e65dc3d1e4285dad"; + sha256_unsigned = "fef7de3de9943cec43c6abc8dd7b597bedef5a0bd72471d8e65dc3d1e4285dad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "d74d9334446a97e6df59979abfc59e5a5194026981668fa5eeeaf4fd9e07adcf"; + sha256_unsigned = "09617a7da741f1ca888720d63da978b347ce9bdade101ac501c5b916a5fe546b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + model = "EG200"; + vendor = "eTactica"; + } + ]; + }; + extreme-networks_ws-ap3805i = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-extreme-networks_ws-ap3805i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-extreme-networks_ws-ap3805i-initramfs-kernel.bin"; + sha256 = "966e826e6405746e00feb4584d266956a1af5e3e21ae3773d92551224f6d8ba7"; + sha256_unsigned = "966e826e6405746e00feb4584d266956a1af5e3e21ae3773d92551224f6d8ba7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-extreme-networks_ws-ap3805i-squashfs-sysupgrade.bin"; + sha256 = "85554f6bb2acbed24f21bd1c4f78027deb6e27977e907e8f105bb19b9892a688"; + sha256_unsigned = "3d5219df8267c7471f4861ddef473739e56abf3c29cd2f4df6b536cb94afa2af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "extreme-networks,ws-ap3805i" + ]; + titles = [ + { + model = "WS-AP3805i"; + vendor = "Extreme Networks"; + } + ]; + }; + glinet_6408 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-glinet_6408"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_6408-initramfs-kernel.bin"; + sha256 = "a1830461253775dee612d3c864fa25e7dcc6cbe5484308b0a11bd86ecd0aa969"; + sha256_unsigned = "a1830461253775dee612d3c864fa25e7dcc6cbe5484308b0a11bd86ecd0aa969"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_6408-squashfs-sysupgrade.bin"; + sha256 = "b07cd2053faa18343397a82cfbfbbbccbff12ac3696ac5967533eb425bfe871e"; + sha256_unsigned = "f854cfcc1740a15cbcb3d49165eef8a2bb0595dbf4ec7ae4035eeff5961b0f64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,6408" + "gl-inet" + ]; + titles = [ + { + model = "6408"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_6416 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-glinet_6416"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_6416-initramfs-kernel.bin"; + sha256 = "74d5b7ca1b0ae4f82c1ffff3e8e9598be01cae1e12489c30ce303aa4b1abd3ed"; + sha256_unsigned = "74d5b7ca1b0ae4f82c1ffff3e8e9598be01cae1e12489c30ce303aa4b1abd3ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_6416-squashfs-sysupgrade.bin"; + sha256 = "609581e70c3e2631afbb4315334541db7e5a6a68e4b71a868060d0e8b06997a1"; + sha256_unsigned = "759154f748a5e4ae77d82d556e303404f49314258de74f34c7d87d39772ffd64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,6416" + "gl-inet" + ]; + titles = [ + { + model = "6416"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_gl-ar150-initramfs-kernel.bin"; + sha256 = "d200c55b81945a285271b22a28070068d689e40a9b5c4daf359d515a38a69b23"; + sha256_unsigned = "d200c55b81945a285271b22a28070068d689e40a9b5c4daf359d515a38a69b23"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "bc7a260eff19f56da62461719c656f286349993a7d387666879b15837d193ad6"; + sha256_unsigned = "89827d49066ddfa91a10adfe1221f4dae1446ebef5f5d42c8131e830cda3b65c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + model = "GL-AR150"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_gl-ar300m-lite-initramfs-kernel.bin"; + sha256 = "548f3635bd01489e486efbbaba4151eaba7a647f306e21ba3e1e1073f3d31f02"; + sha256_unsigned = "548f3635bd01489e486efbbaba4151eaba7a647f306e21ba3e1e1073f3d31f02"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "d7c4c008a9eb28b825cf926acd28f1b8359fc07420e2d9585e337e1909ea1232"; + sha256_unsigned = "56fdd894201afe542fd27d303e8a49340518f5569821ac3ede9e2951a2be8593"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "Lite"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m16 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-glinet_gl-ar300m16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_gl-ar300m16-initramfs-kernel.bin"; + sha256 = "591b2582b9a5e01835eb91e68b0c9fa211dec281d5e36285940293d7bb753ec5"; + sha256_unsigned = "591b2582b9a5e01835eb91e68b0c9fa211dec281d5e36285940293d7bb753ec5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin"; + sha256 = "1ee588c1e3a0bafde9b997128073db6339760605900699721fabc9ec62a68a4c"; + sha256_unsigned = "8d3360c0b0aa0aee6c4546781d840abb7ff37d45d2e4759d931b268a6c6d4d2b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m16" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M16"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-glinet_gl-ar750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_gl-ar750-initramfs-kernel.bin"; + sha256 = "326ed2694f8e6013d4eddee27110f5ddd48a4efe5863a19cf23d52b07770da0d"; + sha256_unsigned = "326ed2694f8e6013d4eddee27110f5ddd48a4efe5863a19cf23d52b07770da0d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "a83ff0c647307b4a0c39231cde8e1fd262e0e16c39e08d5b0b85b57dd30a11b1"; + sha256_unsigned = "ea215bba269fbb4351ff64d1ec8ebdcd19840ddeb172d3fcf33091ab1243a0a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar750" + "gl-ar750" + ]; + titles = [ + { + model = "GL-AR750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mifi = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-glinet_gl-mifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_gl-mifi-initramfs-kernel.bin"; + sha256 = "bc0f3b8b31e13b32e9293f8970a4eedca2b5e866fcb1a580ffd21f8ccda381a1"; + sha256_unsigned = "bc0f3b8b31e13b32e9293f8970a4eedca2b5e866fcb1a580ffd21f8ccda381a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "58e37c191adddfdb10d0dd4fd648ddb734dc9c7d0c6b52bc690cda5491e0991f"; + sha256_unsigned = "06444a0f62c6b9bb63cbcaf5ea91414d384ee5c736a387ba300253509f9f5a19"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mifi" + "gl-mifi" + ]; + titles = [ + { + model = "GL-MiFi"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-usb150 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-glinet_gl-usb150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_gl-usb150-initramfs-kernel.bin"; + sha256 = "a3fd6a58f56da40ed5b1e3dd1b23bbed2167fba296b9610de6d52eed8252d5c5"; + sha256_unsigned = "a3fd6a58f56da40ed5b1e3dd1b23bbed2167fba296b9610de6d52eed8252d5c5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "805d6e59c5cb059d158ae0cf87bb94f9c7f20f3da60385efbadbe3cbc28f7a74"; + sha256_unsigned = "24ef485d5f81b4518ef25c0f996db77e0938efeb8187d7e1be11b65beb72da39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-usb150" + "gl-usb150" + ]; + titles = [ + { + model = "GL-USB150"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-x300b = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-glinet_gl-x300b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_gl-x300b-initramfs-kernel.bin"; + sha256 = "c4c2bab9b3fed725364f2d7a8f3dce021eb958af842c5f1e1c1f7f0527b10432"; + sha256_unsigned = "c4c2bab9b3fed725364f2d7a8f3dce021eb958af842c5f1e1c1f7f0527b10432"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_gl-x300b-squashfs-sysupgrade.bin"; + sha256 = "dc0faa4647bf5531f2b43bdf01c3eee45832be226a68ced675fa1f21ffc82e5c"; + sha256_unsigned = "2019acd96856ec410bb045a0bf7621491fc21a09cb6ef20d60bed776f40cab8f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x300b" + ]; + titles = [ + { + model = "GL-X300B"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_gl-x750-initramfs-kernel.bin"; + sha256 = "f414e01ebea296680a478a1bf080fc82d09ef9585207c75d334dcc49d6d4843c"; + sha256_unsigned = "f414e01ebea296680a478a1bf080fc82d09ef9585207c75d334dcc49d6d4843c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "695c164a17bc064a72217d4373df263bde5079e4bffe0185fcabf90a066c8f8c"; + sha256_unsigned = "8504ad8eb2c95c4c81c40e4429a1d99816cbb637d53fcf32495fcd1ac22df378"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + model = "GL-X750"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_lan-turtle = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-hak5_lan-turtle"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-hak5_lan-turtle-initramfs-kernel.bin"; + sha256 = "dba6c9ed030228c7b858b3ca1b111cac0760f13a855da3af32d5f7333cafd9b7"; + sha256_unsigned = "dba6c9ed030228c7b858b3ca1b111cac0760f13a855da3af32d5f7333cafd9b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-hak5_lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "4bc7cba4521777a676cf93e6d3a4ee06e52191457fb3d83601945366b3ef5334"; + sha256_unsigned = "9f0d24cee8b7ef3484eef792628c0b2e6dd5558e8b4a5e492cb13c1639d45f83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,lan-turtle" + "lan-turtle" + ]; + titles = [ + { + model = "LAN Turtle"; + vendor = "Hak5"; + } + ]; + }; + hak5_packet-squirrel = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-hak5_packet-squirrel"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-hak5_packet-squirrel-initramfs-kernel.bin"; + sha256 = "4acad2a79008a9dd749d98855ba8455e3fc890153e4fac2a93e6d304ce1e52cf"; + sha256_unsigned = "4acad2a79008a9dd749d98855ba8455e3fc890153e4fac2a93e6d304ce1e52cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-hak5_packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "66d8b1eef833e91965145d7174b23364a0eb2aec9daa3d755188715b1f61d3fd"; + sha256_unsigned = "7a8d0912c58169c32bdc2eae15974f4d002d2d3ad26f00a9d3e035ca4db56f27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,packet-squirrel" + "packet-squirrel" + ]; + titles = [ + { + model = "Packet Squirrel"; + vendor = "Hak5"; + } + ]; + }; + hak5_wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-hak5_wifi-pineapple-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-hak5_wifi-pineapple-nano-initramfs-kernel.bin"; + sha256 = "f147dfcc70c1e9ab8511a4cc3a485e9211c1159079a13a26ed0d4022788e60b4"; + sha256_unsigned = "f147dfcc70c1e9ab8511a4cc3a485e9211c1159079a13a26ed0d4022788e60b4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-hak5_wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "97d78c86fabcdc77c667120527f1ed3eeec7fe4bb1bf1b75a5437d428a4e3e4d"; + sha256_unsigned = "ff077f989cdecb56134ad13f34a1e54ca2ce1ebd5caf4dddc8dc1a2a32d2a126"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-nano" + "wifi-pineapple-nano" + ]; + titles = [ + { + model = "WiFi Pineapple NANO"; + vendor = "Hak5"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-iodata_etg3-r-initramfs-kernel.bin"; + sha256 = "a98a1c8d7225af327b1b9cdd7375c147dc639595b9ac0ed3967770b324f37bc4"; + sha256_unsigned = "a98a1c8d7225af327b1b9cdd7375c147dc639595b9ac0ed3967770b324f37bc4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "9b9922df94b7cb26faf8c03c7f3a3b7a8eb30bf5589a874ba1495b763bbc0971"; + sha256_unsigned = "60d966ad7078f471bcc398a6af0079fad0462744721012e2e7e1a62a4ac53eeb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + model = "ETG3-R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-iodata_wn-ac1167dgr-initramfs-kernel.bin"; + sha256 = "5656aa7d095d8543d4b8377d49970dfb8de2e090b021623e268cf5951bca705c"; + sha256_unsigned = "5656aa7d095d8543d4b8377d49970dfb8de2e090b021623e268cf5951bca705c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "f829426902726aaf971cd749c5ccaefc4e9d153ba2805612736089e0ea46dc37"; + sha256_unsigned = "22d23d52ae1536f7fab52dd11eacf32feaa19e778b31e77db004efb12e024a32"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "097dde081fa88cea0618526c93bf21dcfe24bba47adf4ec2b32e99d34f73ecfd"; + sha256_unsigned = "097dde081fa88cea0618526c93bf21dcfe24bba47adf4ec2b32e99d34f73ecfd"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + model = "WN-AC1167DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-iodata_wn-ac1600dgr-initramfs-kernel.bin"; + sha256 = "03bb1cbdc32822e64287dc017037634592d396ee837dd9b98af50929fe82ff50"; + sha256_unsigned = "03bb1cbdc32822e64287dc017037634592d396ee837dd9b98af50929fe82ff50"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "aacf5e203bcf4aed6e66c7cbcaaad7736d21cdf32e7ab8bb275ea6324d96d52a"; + sha256_unsigned = "4efb72bab61dbeece83cf36a1785dcba8fa6b202fdfcbd9925fa875dd8caad48"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "6c1a920fc154ef1159774f4955645e0815e222eea3922df77b3aa87e7a912496"; + sha256_unsigned = "6c1a920fc154ef1159774f4955645e0815e222eea3922df77b3aa87e7a912496"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + model = "WN-AC1600DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-iodata_wn-ac1600dgr2-initramfs-kernel.bin"; + sha256 = "878f9f2c5d0654dfbb507310b6c505eb616d1b4476aa478731e69754120913de"; + sha256_unsigned = "878f9f2c5d0654dfbb507310b6c505eb616d1b4476aa478731e69754120913de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-iodata_wn-ac1600dgr2-squashfs-dgr2-dgr3-factory.bin"; + sha256 = "2e1449daed0982cef566060688bfaf7851e2afa23f1520293794588de0830674"; + sha256_unsigned = "2e1449daed0982cef566060688bfaf7851e2afa23f1520293794588de0830674"; + type = "dgr2-dgr3-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "d40fed2636e27276afa38309da8fff7b02c057cad3c6930e236c30885385dec7"; + sha256_unsigned = "ff04e6d574fb955bea0673c874d1a343791be5b4446b3b01f5283a4b30e0e8b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + model = "WN-AC1600DGR2/DGR3"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-iodata_wn-ag300dgr-initramfs-kernel.bin"; + sha256 = "2a63362611412bca0145a56b0c6e01b27f61b940c49f34f68ba7c126df02e5f1"; + sha256_unsigned = "2a63362611412bca0145a56b0c6e01b27f61b940c49f34f68ba7c126df02e5f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "9a60725b2ae7bf4b9eb598c5efa982cf2dc0cf59be1d6873ef6ff7b26d62a0cf"; + sha256_unsigned = "ec331a808a4437ffa6d10732b1a5e2d2a0c8cad5f3e377d8ca6ddfb1fcf8cc95"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "37537a97ff286785f56f3f80d1a0cacbac7a44f6c2d020127009e1d2ac9d0ff7"; + sha256_unsigned = "37537a97ff286785f56f3f80d1a0cacbac7a44f6c2d020127009e1d2ac9d0ff7"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + model = "WN-AG300DGR"; + vendor = "I-O DATA"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-jjplus_ja76pf2-initramfs-kernel.bin"; + sha256 = "04eae411b8dc8b746b796b098976a5785426762d16e1f6869f7ca2588cf898db"; + sha256_unsigned = "04eae411b8dc8b746b796b098976a5785426762d16e1f6869f7ca2588cf898db"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "80e400b90aa42bcfed80915cad5f068753726084cf69583a803de0455f0a7601"; + sha256_unsigned = "a5554d84a92037d3007762897c2bd378d1627559251477e2bf85830bb281e7de"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-jjplus_ja76pf2-squashfs-firmware.bin"; + sha256 = "0006189e5d338e5fc5c280396b91992e48986d02b69c1d53b70adcd19c0bef6d"; + sha256_unsigned = "0006189e5d338e5fc5c280396b91992e48986d02b69c1d53b70adcd19c0bef6d"; + type = "firmware"; + } + { + name = "openwrt-22.03.2-ath79-generic-jjplus_ja76pf2-loader.bin"; + sha256 = "f44e3ef22d497a85627ac58a3ed8a650a2d7bf8522a34007adcb9120115a3890"; + sha256_unsigned = "f44e3ef22d497a85627ac58a3ed8a650a2d7bf8522a34007adcb9120115a3890"; + type = "loader.bin"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + ]; + titles = [ + { + model = "JA76PF2"; + vendor = "jjPlus"; + } + ]; + }; + jjplus_jwap230 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-jjplus_jwap230"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-jjplus_jwap230-initramfs-kernel.bin"; + sha256 = "abbcc4c67ea0d9880ee090c13d9f51fd364e329afaf627b5c6f77e32bec28a37"; + sha256_unsigned = "abbcc4c67ea0d9880ee090c13d9f51fd364e329afaf627b5c6f77e32bec28a37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-jjplus_jwap230-squashfs-sysupgrade.bin"; + sha256 = "d346a8183879b35dc179d7efc78191f1c340eca81c62f88e832492f1efd742db"; + sha256_unsigned = "0518eeae5f1932859766ba50d8060ecee9ede1c4fb6aa1ee5bb6ed381319be4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jjplus,jwap230" + ]; + titles = [ + { + model = "JWAP230"; + vendor = "jjPlus"; + } + ]; + }; + joyit_jt-or750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-joyit_jt-or750i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-joyit_jt-or750i-initramfs-kernel.bin"; + sha256 = "4efe98349fdfc2a1ceeca06865824d3ddd9104f61510d6e59049c0618d914d17"; + sha256_unsigned = "4efe98349fdfc2a1ceeca06865824d3ddd9104f61510d6e59049c0618d914d17"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-joyit_jt-or750i-squashfs-sysupgrade.bin"; + sha256 = "5e21aecaeb5ec1cd8f3bd0418d3717ab3bbba2588a7224e272dbfb172c6a8d67"; + sha256_unsigned = "aa7f780f223df8189fc8f6e0c2bf20d7dbb8c3fe85c8f436ce7d6169c8fe8566"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "joyit,jt-or750i" + ]; + titles = [ + { + model = "JT-OR750i"; + vendor = "Joy-IT"; + } + ]; + }; + letv_lba-047-ch = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-letv_lba-047-ch"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-letv_lba-047-ch-initramfs-kernel.bin"; + sha256 = "1f28a7f1a18a52455572a6d33dd41c22fc21528e0f2380c6524a503321149472"; + sha256_unsigned = "1f28a7f1a18a52455572a6d33dd41c22fc21528e0f2380c6524a503321149472"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-letv_lba-047-ch-squashfs-sysupgrade.bin"; + sha256 = "574148565bf3184ec7d4b1e935e887abb935430fd41d95f2086cc7e3a939f517"; + sha256_unsigned = "426729b03750f244448a5c4cbd7a7db9fd47c574a53f912c48664dfe1e8a235c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-letv_lba-047-ch-squashfs-factory.bin"; + sha256 = "d3df7af6126ee9bb66d120e988d87c3979760771f69fa8ad102a0edb4c6d2e33"; + sha256_unsigned = "d3df7af6126ee9bb66d120e988d87c3979760771f69fa8ad102a0edb4c6d2e33"; + type = "factory"; + } + ]; + supported_devices = [ + "letv,lba-047-ch" + ]; + titles = [ + { + model = "LBA-047-CH"; + vendor = "Letv"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-librerouter_librerouter-v1-initramfs-kernel.bin"; + sha256 = "1755c6045ea5c48012d0b11738ab7f40a3216d324c4c214fa26675e4d022553a"; + sha256_unsigned = "1755c6045ea5c48012d0b11738ab7f40a3216d324c4c214fa26675e4d022553a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "f671f240cca8efcf4a7a10585332d6cab610debfc881d44c1c53cff32a2f6cc6"; + sha256_unsigned = "6c9b63bda443bf7a1cd496f0b0b21017e5d478554ff6a06321e68f131a2e1fa4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + model = "LibreRouter"; + variant = "v1"; + vendor = "Librerouter"; + } + ]; + }; + meraki_mr12 = { + device_packages = [ + "kmod-owl-loader" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-meraki_mr12"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-meraki_mr12-initramfs-kernel.bin"; + sha256 = "88bd1e20fb80fcc0276cb18bf5e9513dfa87c052520669166cf81dccab1a4a76"; + sha256_unsigned = "88bd1e20fb80fcc0276cb18bf5e9513dfa87c052520669166cf81dccab1a4a76"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-meraki_mr12-squashfs-sysupgrade.bin"; + sha256 = "963aab6a179715d84ad1f6c588dddc182561e8e0990ebb9dd871f157bafe361c"; + sha256_unsigned = "47f3d06749c8b0970f344a9e77049e644b5f6e8343fec348d9a5390ff7341b33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr12" + "mr12" + ]; + titles = [ + { + model = "MR12"; + vendor = "Meraki"; + } + ]; + }; + meraki_mr16 = { + device_packages = [ + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-meraki_mr16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-meraki_mr16-initramfs-kernel.bin"; + sha256 = "a516a2995c92a1eee3afd03d0744044fd0208cf89361955cd4ed487efc1dfeb3"; + sha256_unsigned = "a516a2995c92a1eee3afd03d0744044fd0208cf89361955cd4ed487efc1dfeb3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-meraki_mr16-squashfs-sysupgrade.bin"; + sha256 = "8b1ca33f5c2d6253485935febe64c771c24bc8066b3f57f1dd263efa541fea65"; + sha256_unsigned = "fc2f1a7d0b25f49223d9fc80465378ae45c4a61d2098fa9e78e0983d28bdb651"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr16" + "mr16" + ]; + titles = [ + { + model = "MR16"; + vendor = "Meraki"; + } + ]; + }; + mercury_mw4530r-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-mercury_mw4530r-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-mercury_mw4530r-v1-initramfs-kernel.bin"; + sha256 = "3e3c6ff98d7a3d86f50beddc76a313816800f9c33106a1376a85933e8c9af394"; + sha256_unsigned = "3e3c6ff98d7a3d86f50beddc76a313816800f9c33106a1376a85933e8c9af394"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-mercury_mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "73033834933d566f6455118a46be2bbc3b6579eea9f593715a06142585e3a69b"; + sha256_unsigned = "c76ece03298e9527db643f2acbbb2faf157f33aa1322c0f275a305a0a730dc46"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-mercury_mw4530r-v1-squashfs-factory.bin"; + sha256 = "b539af978fa2ef9b3b7bdde73c2a0a24e57c06e3b226227f764bd0bce3b61fdf"; + sha256_unsigned = "b539af978fa2ef9b3b7bdde73c2a0a24e57c06e3b226227f764bd0bce3b61fdf"; + type = "factory"; + } + ]; + supported_devices = [ + "mercury,mw4530r-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "MW4530R"; + variant = "v1"; + vendor = "Mercury"; + } + ]; + }; + nec_wf1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-nec_wf1200cr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-nec_wf1200cr-initramfs-kernel.bin"; + sha256 = "de583cee193114fa2646bfcb31e93ce2f74d4e366797bcf3a0c5f61b2156a98e"; + sha256_unsigned = "de583cee193114fa2646bfcb31e93ce2f74d4e366797bcf3a0c5f61b2156a98e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-nec_wf1200cr-squashfs-sysupgrade.bin"; + sha256 = "ab26637aff83c177a9923993be62e7308b0d84b8065aa792661b775eae1fa9bf"; + sha256_unsigned = "70d0dc97ebdfaed1e599679650d20e7a7d903ba1805c4d6eebaf97202f39f90b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-nec_wf1200cr-squashfs-factory.bin"; + sha256 = "dee7b91281af4d562c440217ed8b7331542b07ccc41418c8ed6ef14e140a9043"; + sha256_unsigned = "dee7b91281af4d562c440217ed8b7331542b07ccc41418c8ed6ef14e140a9043"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wf1200cr" + ]; + titles = [ + { + model = "Aterm WF1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-nec_wg1200cr-initramfs-kernel.bin"; + sha256 = "162a1da73b24b2703a4d5ca861d8e6cf409341fa60db1f363b677c34ab28ad64"; + sha256_unsigned = "162a1da73b24b2703a4d5ca861d8e6cf409341fa60db1f363b677c34ab28ad64"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "0e112abc643be42ff61091725b38d41edb24c51a2d2b8bbea89f09947559e1e3"; + sha256_unsigned = "64a6bf2ea65da42a97d12224bd85846acf0064add08c810ebf037ca574489644"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "d5999e6c52e480cd18de2185e5814605fdda87252e829212218ff1d6ad150ec5"; + sha256_unsigned = "d5999e6c52e480cd18de2185e5814605fdda87252e829212218ff1d6ad150ec5"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + model = "Aterm WG1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-full-htt" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-nec_wg800hp-initramfs-kernel.bin"; + sha256 = "770ceb32152eba5f2150fa555e03e739d4ad135c543189f928822ea9b9999d42"; + sha256_unsigned = "770ceb32152eba5f2150fa555e03e739d4ad135c543189f928822ea9b9999d42"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "2beffbbd2b54893ab1596345fb5f41996f6c7db1b82515ae8470db4f481909eb"; + sha256_unsigned = "85b7721067597d2c0412e4a22819917d09a0b64a7c58520aab2a94f2b3efe052"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "f044c84288e4891cf560eb782b4d2bc5bfc43d26b968e7d916461b1dc356fde3"; + sha256_unsigned = "f044c84288e4891cf560eb782b4d2bc5bfc43d26b968e7d916461b1dc356fde3"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + model = "Aterm WG800HP"; + vendor = "NEC"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_ex6400-initramfs-kernel.bin"; + sha256 = "f59d62387d667bcc096afd1a91218ec017e550c163fc08403877b7b0509a788a"; + sha256_unsigned = "f59d62387d667bcc096afd1a91218ec017e550c163fc08403877b7b0509a788a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "49aac0df663536e46d3fcb47233796ceb32487998191a3e6fb782058ee59acad"; + sha256_unsigned = "789db1f8ba4ec09a2288043720d40faeeef7474f01b8f7f4289f34ccca577531"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "29c0b5681a93c9607bc93f12550d8c760cb08714dd65af6b5a65fcc886fa549d"; + sha256_unsigned = "29c0b5681a93c9607bc93f12550d8c760cb08714dd65af6b5a65fcc886fa549d"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + model = "EX6400"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_ex7300-initramfs-kernel.bin"; + sha256 = "f769181123e641e412b730254b96f19733ad2b11dfffa96d71ba2ba8865cafd4"; + sha256_unsigned = "f769181123e641e412b730254b96f19733ad2b11dfffa96d71ba2ba8865cafd4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "a3eb07a0bac10ec9e533958a0e86d957aca6aa8aa0c5462e3efea4b7879bf727"; + sha256_unsigned = "cb34c9fe9746b871c4be54ec5dc70f017c8d94cda7483d85078e839fa0e9060f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "f2598da0a2f41119b76f6cfde263369f78070efcb431a691d9fb9e71016623f4"; + sha256_unsigned = "f2598da0a2f41119b76f6cfde263369f78070efcb431a691d9fb9e71016623f4"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + model = "EX7300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-netgear_ex7300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_ex7300-v2-initramfs-kernel.bin"; + sha256 = "31c4344e16a5f83eaa8fc84c9ae2608b08e8449e79499195011a3515cff54745"; + sha256_unsigned = "31c4344e16a5f83eaa8fc84c9ae2608b08e8449e79499195011a3515cff54745"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_ex7300-v2-squashfs-sysupgrade.bin"; + sha256 = "53f66d7a28551a39402ffae8de8ee44b0d6d6cb5ade4aa6c59d2597a3f1e43b4"; + sha256_unsigned = "6e0fbd71f5920a0ff6ef0d73befa46b10eb4f8fac77129126d5bbb83782a9423"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_ex7300-v2-squashfs-factory.img"; + sha256 = "0b72a81c1ebfe1c555855246f40635d039b5b851414f572c08b91a6486cd8eff"; + sha256_unsigned = "0b72a81c1ebfe1c555855246f40635d039b5b851414f572c08b91a6486cd8eff"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex7300-v2" + ]; + titles = [ + { + model = "EX7300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap360 = { + device_packages = [ + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-netgear_wndap360"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndap360-initramfs-kernel.bin"; + sha256 = "c16055be368487571cc40452cf6fc91997c77e258b2510ec4c2301cfe081bb4a"; + sha256_unsigned = "c16055be368487571cc40452cf6fc91997c77e258b2510ec4c2301cfe081bb4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndap360-squashfs-sysupgrade.bin"; + sha256 = "6b27266596d5a62fff92a5b7ea6c93f8db7c8c2c24368a70fcc4b0eea484878b"; + sha256_unsigned = "2fc1d5b97c8b28b66147e1abf378f8b027c808dec48663205bd657e7bf74af1f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap360" + ]; + titles = [ + { + model = "WNDAP360"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndr3700-initramfs-kernel.bin"; + sha256 = "a1f23b669d455291f6f5ebf83a1b0878aca16b8603ae58c4e68d758e809bd57b"; + sha256_unsigned = "a1f23b669d455291f6f5ebf83a1b0878aca16b8603ae58c4e68d758e809bd57b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "f4c65b92f93a999dfd4a14c36626ba0de3acd6622888ee2db102ca03050c382d"; + sha256_unsigned = "4e6557b0d9ec715d5c3da1b2ccd1779beb0010c5b7c5204041c87573f9030771"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "a4d249627b9e518ef32483d20f3fa2c3ca99683e7902a5ab53de84352ae19822"; + sha256_unsigned = "a4d249627b9e518ef32483d20f3fa2c3ca99683e7902a5ab53de84352ae19822"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "25c4d330cfdbd2da6b53bfd3d5c697ffcb47f0870c51c82d6c5439411ee2cf12"; + sha256_unsigned = "25c4d330cfdbd2da6b53bfd3d5c697ffcb47f0870c51c82d6c5439411ee2cf12"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-netgear_wndr3700-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndr3700-v2-initramfs-kernel.bin"; + sha256 = "a8e9fd8a310a0fc7985700a76c83ca18e300820c6234810e684d6eb2a6def4c6"; + sha256_unsigned = "a8e9fd8a310a0fc7985700a76c83ca18e300820c6234810e684d6eb2a6def4c6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndr3700-v2-squashfs-sysupgrade.bin"; + sha256 = "edea9d417911f2bf95e1a951986723f7c1e72801177b21728de54013a21fc035"; + sha256_unsigned = "d35233285d6e41de3e1323b63bfbd678cd6e48e47efeef0247c7503d46d04a2b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndr3700-v2-squashfs-factory.img"; + sha256 = "409960e8ad099b30167e6aad7bab7c59f159c61b1b9005433f2aa596f560bf37"; + sha256_unsigned = "409960e8ad099b30167e6aad7bab7c59f159c61b1b9005433f2aa596f560bf37"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v2" + "wndr3700" + "netgear,wndr3700v2" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndr3800-initramfs-kernel.bin"; + sha256 = "f29c5db6828e34da1f7f49903f8bbdf77842e61d3f64ace0ba3e9b7a0cbac0e5"; + sha256_unsigned = "f29c5db6828e34da1f7f49903f8bbdf77842e61d3f64ace0ba3e9b7a0cbac0e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "1d179c885df7df555c025c8cd4cf6f6218a0c9fdcafb92903c28810724cd9a00"; + sha256_unsigned = "d9fc2fa577b201dded6acc749deca41fc6210ca2d2c0e5a3d07b63e83e462720"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "fd703f649b3b659f41f4644ae16911967e26e8cfdcc53fd2b021333267c748a1"; + sha256_unsigned = "fd703f649b3b659f41f4644ae16911967e26e8cfdcc53fd2b021333267c748a1"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800ch = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-netgear_wndr3800ch"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndr3800ch-initramfs-kernel.bin"; + sha256 = "7d62ab1a48ba97fe710f9c5bd97ba2b9578af2e288ff4580b49d519e1be95e18"; + sha256_unsigned = "7d62ab1a48ba97fe710f9c5bd97ba2b9578af2e288ff4580b49d519e1be95e18"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndr3800ch-squashfs-factory.img"; + sha256 = "4cb2833ec55593f02047acde627c3611944f0be6752fadcdb2969e164407233f"; + sha256_unsigned = "4cb2833ec55593f02047acde627c3611944f0be6752fadcdb2969e164407233f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "68d1d5e37fdbcd17bbc257bfe769aa848f06569041213d080b65bb96fd503f6c"; + sha256_unsigned = "fc846d83fb682b820cc782c5cda113d4d7d3e351c2f14c98169f5b87b5c66857"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3800ch" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800CH"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-netgear_wndrmac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndrmac-v1-initramfs-kernel.bin"; + sha256 = "44c10c2a2d71a186b9f4d445d3caba17edc42bb7983ea9c8fbf85d9c0e58f6be"; + sha256_unsigned = "44c10c2a2d71a186b9f4d445d3caba17edc42bb7983ea9c8fbf85d9c0e58f6be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndrmac-v1-squashfs-sysupgrade.bin"; + sha256 = "ebad6cdabb845cfb915a9552c443bcaa7be82878e02102ae6310abd46cee25ff"; + sha256_unsigned = "a928bfab65e7b05190875bc577cb606d1d28e18457246599b8e09abaf1e78432"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndrmac-v1-squashfs-factory.img"; + sha256 = "981f45ff3c53117a9873ed6426c08406d7151cf76c7dabb0e2c3e164ee2dbfe3"; + sha256_unsigned = "981f45ff3c53117a9873ed6426c08406d7151cf76c7dabb0e2c3e164ee2dbfe3"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v1" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-netgear_wndrmac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndrmac-v2-initramfs-kernel.bin"; + sha256 = "e1df38cb0dc69646293c822a1c0ab6fead6066ccb6f91a01f253e3f48952ce70"; + sha256_unsigned = "e1df38cb0dc69646293c822a1c0ab6fead6066ccb6f91a01f253e3f48952ce70"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndrmac-v2-squashfs-sysupgrade.bin"; + sha256 = "19d53b525248232f96929f8aca7495c445ada1d5ad87509bb4b1fd1b683a8c29"; + sha256_unsigned = "ce7a5cccdfbe423f7118f095f61aa1b1ebf9b5305511b4318c430c7ba27c5f25"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wndrmac-v2-squashfs-factory.img"; + sha256 = "10bfbec3ef1066f3bbfad23d64ba69f5c2fe5eb7dd6472c20998b0348cab9369"; + sha256_unsigned = "10bfbec3ef1066f3bbfad23d64ba69f5c2fe5eb7dd6472c20998b0348cab9369"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v2" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-netgear_wnr2200-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wnr2200-16m-initramfs-kernel.bin"; + sha256 = "d5ee4885f2cceeabdbf9a7a6ffa1f5af0cc9af6810a9d18779c0b1261a5ccea0"; + sha256_unsigned = "d5ee4885f2cceeabdbf9a7a6ffa1f5af0cc9af6810a9d18779c0b1261a5ccea0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"; + sha256 = "63c51803b077f7f6cfa6d299d120b640dfd3e6d136aab1d21ef7fc6cdb4baa81"; + sha256_unsigned = "8c4d7734966b60f18456715bf469225cf41110119bc0f91c3aa7089254eb28d7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img"; + sha256 = "2bc28ddbc35336d787d1e20530208ae858f0f845e62d89884a0d3ec86b32c1b3"; + sha256_unsigned = "2bc28ddbc35336d787d1e20530208ae858f0f845e62d89884a0d3ec86b32c1b3"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wnr2200-16m" + ]; + titles = [ + { + model = "WNR2200"; + variant = "16M"; + vendor = "NETGEAR"; + } + { + model = "WNR2200"; + variant = "CN/RU"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-netgear_wnr2200-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wnr2200-8m-initramfs-kernel.bin"; + sha256 = "fac4111ab0bfd7af850a2573bcf76b380f6fdee125302c6e01cc77c9000fe599"; + sha256_unsigned = "fac4111ab0bfd7af850a2573bcf76b380f6fdee125302c6e01cc77c9000fe599"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wnr2200-8m-squashfs-sysupgrade.bin"; + sha256 = "df24c2282242a37fc92ca4540535b5924a6364dce42c6110bde2ef6186c0f7e1"; + sha256_unsigned = "13a7ca7b81514e71f650a4558c262a6bce9b7b53dbd175586d28661b4e3d8d20"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wnr2200-8m-squashfs-factory-NA.img"; + sha256 = "0a568bc09f161bf2fa28e5d628c0ca3a8fb704d0c7d823209011665fd3033398"; + sha256_unsigned = "0a568bc09f161bf2fa28e5d628c0ca3a8fb704d0c7d823209011665fd3033398"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-netgear_wnr2200-8m-squashfs-factory.img"; + sha256 = "63bbf842b167306a521ac6f62092c1575639a336f949fd74b0df9e7e0a02763d"; + sha256_unsigned = "63bbf842b167306a521ac6f62092c1575639a336f949fd74b0df9e7e0a02763d"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wnr2200-8m" + "wnr2200" + ]; + titles = [ + { + model = "WNR2200"; + variant = "8M"; + vendor = "NETGEAR"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ocedo_koala-initramfs-kernel.bin"; + sha256 = "6ca98293cbe9b7ce683309ec081a23ef6acb8155f8e80959347e06e9917923cd"; + sha256_unsigned = "6ca98293cbe9b7ce683309ec081a23ef6acb8155f8e80959347e06e9917923cd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "e82f733d25f59e8d2304573b752d50e2a395ab08097c6111b341908ab95d042c"; + sha256_unsigned = "6ff1dff2b0606eccbb76d05251e00b47b4663bd0a1275f11c586006bf12af06d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + model = "Koala"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ocedo_raccoon-initramfs-kernel.bin"; + sha256 = "4dd915c2115e8265b4e75e1db3ae0f410aff2acc5d15e3e65a16f9324c52ff63"; + sha256_unsigned = "4dd915c2115e8265b4e75e1db3ae0f410aff2acc5d15e3e65a16f9324c52ff63"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "c37426d176bba757b8f8b4cab473cbd7bf2ba197c4ad2e95c6d6a2e30088a1fb"; + sha256_unsigned = "129130f366f89eb8805640c2ae5ec12ba8a001d279dec0b8534f7a387eaffa05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + model = "Raccoon"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ocedo_ursus-initramfs-kernel.bin"; + sha256 = "d78d7f0fa6a858ede57cc2de454d1030cd5a8fc51b423779ab4ec1d844376914"; + sha256_unsigned = "d78d7f0fa6a858ede57cc2de454d1030cd5a8fc51b423779ab4ec1d844376914"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "6cfb43c5e52fa8f717f4df9e06ed42e3979f39a206dcd36e05e3221b751a83a7"; + sha256_unsigned = "24eae4f4b22790245b921b70198331427d246abc8ddb74089be22b0e75cde273"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + model = "Ursus"; + vendor = "Ocedo"; + } + ]; + }; + onion_omega = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-onion_omega"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-onion_omega-initramfs-kernel.bin"; + sha256 = "fb379e7245bea5a93d934bf536ae0fa826347206f7a35030ae2e754aea5f5270"; + sha256_unsigned = "fb379e7245bea5a93d934bf536ae0fa826347206f7a35030ae2e754aea5f5270"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-onion_omega-squashfs-sysupgrade.bin"; + sha256 = "e491f041b9aacbd26451423c1ef276952d95ee0d5afb93c7ddea062804f00eb9"; + sha256_unsigned = "c2962db2feb499138e4737c2c3351f027189a54bd18b52a8bbe2768d2de76e63"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-onion_omega-squashfs-factory.bin"; + sha256 = "5da8e8cea93718f600d89f51b9ed6c0dd0ec08eb83b2c3edbfc85574dd9067a1"; + sha256_unsigned = "5da8e8cea93718f600d89f51b9ed6c0dd0ec08eb83b2c3edbfc85574dd9067a1"; + type = "factory"; + } + ]; + supported_devices = [ + "onion,omega" + "onion-omega" + ]; + titles = [ + { + model = "Omega"; + vendor = "Onion"; + } + ]; + }; + openmesh_a40 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_a40"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_a40-initramfs-kernel.bin"; + sha256 = "3c24262d1397557f07daf2b642db95382eb285c59220a31f1a79f769bf3c06f4"; + sha256_unsigned = "3c24262d1397557f07daf2b642db95382eb285c59220a31f1a79f769bf3c06f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_a40-squashfs-sysupgrade.bin"; + sha256 = "fec9e6bbcce194f48d7cc0e928aace52bbdf30a748103c8c7ae17a9fd4a1f40a"; + sha256_unsigned = "1022ab2226f8697e743673ab0fb6fa90c4bc44004f29200f9c8ad642c132620a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a40" + "a40" + ]; + titles = [ + { + model = "A40"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a60 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_a60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_a60-initramfs-kernel.bin"; + sha256 = "b8c811061bbbbd7640e4aa519b47211051984683a1dfefa61d48b1ad539c507d"; + sha256_unsigned = "b8c811061bbbbd7640e4aa519b47211051984683a1dfefa61d48b1ad539c507d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_a60-squashfs-sysupgrade.bin"; + sha256 = "edbd950982cf11a2a6c611dddd50e94d60ce46e6760dce150ed6dd3457354b79"; + sha256_unsigned = "00bde37124a960a31a5209f1fe382f9a6382f9fcd6045d76392ba12a75334d1b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a60" + "a60" + ]; + titles = [ + { + model = "A60"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_mr1750-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_mr1750-v1-initramfs-kernel.bin"; + sha256 = "8065fd0369945efe121f2ccf671eb6476dd33d85a88e8f01e10f4c3a9bea2cff"; + sha256_unsigned = "8065fd0369945efe121f2ccf671eb6476dd33d85a88e8f01e10f4c3a9bea2cff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_mr1750-v1-squashfs-sysupgrade.bin"; + sha256 = "e87ad3382c4bb64ffe04eb0d2f6561ef448eb5ca4b8065cb82dc9ee5873950ff"; + sha256_unsigned = "ff65952df7c2955dd6df51e24cda38c83ccd05fb810cdb25da1784031033f27d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v1" + "mr1750" + ]; + titles = [ + { + model = "MR1750"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_mr1750-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_mr1750-v2-initramfs-kernel.bin"; + sha256 = "c896a25f1fec420a63da3733502cdde9621096c69ef72b9f79d115dffc690504"; + sha256_unsigned = "c896a25f1fec420a63da3733502cdde9621096c69ef72b9f79d115dffc690504"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_mr1750-v2-squashfs-sysupgrade.bin"; + sha256 = "deb509d016e0a0177a7faf36038055e7a026402003614168a443ed69a39c11e1"; + sha256_unsigned = "6c9ce662ddff8fd980266ebd3f179ff84454d99d7f27f09faa9476d3dec6683d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v2" + "mr1750v2" + ]; + titles = [ + { + model = "MR1750"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_mr600-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_mr600-v1-initramfs-kernel.bin"; + sha256 = "22776606245b7925dbf9856d2504c2e94489766e09ea39b8cdf3fc9f154cddc2"; + sha256_unsigned = "22776606245b7925dbf9856d2504c2e94489766e09ea39b8cdf3fc9f154cddc2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_mr600-v1-squashfs-sysupgrade.bin"; + sha256 = "5d66c9c478b262777d22c4bbd706f201309cf545ddb12873512dc7e6ab15c757"; + sha256_unsigned = "d3242f93d5dc0e24dada500e0c120bf22d0b62f0febf6b64ad2f06a517d9e556"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr600-v1" + "mr600" + ]; + titles = [ + { + model = "MR600"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_mr600-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_mr600-v2-initramfs-kernel.bin"; + sha256 = "0cb421a219ec28f6964f2b69979bee02af5832b9c52ad20df812bf98d782d209"; + sha256_unsigned = "0cb421a219ec28f6964f2b69979bee02af5832b9c52ad20df812bf98d782d209"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_mr600-v2-squashfs-sysupgrade.bin"; + sha256 = "5dc3d88c00903a26caee355801f77afc98651c2ae803fc059d546671b3afc876"; + sha256_unsigned = "718e62ab3f336f81243ef07b30693f16e6e42c67d2453fe8f0ced29bf06c4f78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr600-v2" + "mr600v2" + ]; + titles = [ + { + model = "MR600"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_mr900-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_mr900-v1-initramfs-kernel.bin"; + sha256 = "d3c5c058c10494c8618395b3aa1558be04bdb6ee1bdc6e0032d6e3b96619dc89"; + sha256_unsigned = "d3c5c058c10494c8618395b3aa1558be04bdb6ee1bdc6e0032d6e3b96619dc89"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_mr900-v1-squashfs-sysupgrade.bin"; + sha256 = "c15c6f48ccd860a460313c9edd63fd422779932b5691f7704a8bd7c1f97737ac"; + sha256_unsigned = "a05f7aac4673f1c45472b7007c63a1453f9e7c12d2d9fe263dec9b68ab7e6bd6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr900-v1" + "mr900" + ]; + titles = [ + { + model = "MR900"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_mr900-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_mr900-v2-initramfs-kernel.bin"; + sha256 = "ed1f8db4a293156286d784df1c8b791d10ca9bf8e17c900d0075d5546bd706bd"; + sha256_unsigned = "ed1f8db4a293156286d784df1c8b791d10ca9bf8e17c900d0075d5546bd706bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_mr900-v2-squashfs-sysupgrade.bin"; + sha256 = "a63d394b82f62f820fea232d32cd0b84fcceae241907e33a9c783568cc62e205"; + sha256_unsigned = "0f0d316018e7f5ce9153069fde3f8b844500193f53a30b469a86b9b9b579291b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr900-v2" + "mr900v2" + ]; + titles = [ + { + model = "MR900"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_om2p-hs-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om2p-hs-v1-initramfs-kernel.bin"; + sha256 = "fefe9b9b5dce723653e187ea0a315b835414188c00452b372d7124e10f1be85b"; + sha256_unsigned = "fefe9b9b5dce723653e187ea0a315b835414188c00452b372d7124e10f1be85b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om2p-hs-v1-squashfs-sysupgrade.bin"; + sha256 = "f031e009bc9864d33266820c4668491a9869610a04348c05fa4b82229f441a18"; + sha256_unsigned = "8ba3853148e5c173d91c3261db66d8d8eb62976fbb449607be2cc69682df852d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v1" + "om2p-hs" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_om2p-hs-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om2p-hs-v2-initramfs-kernel.bin"; + sha256 = "fe1eaf561862c73901b1992ed0d0134782d6f898d6a3c9dda2bce3cfb69b3cd1"; + sha256_unsigned = "fe1eaf561862c73901b1992ed0d0134782d6f898d6a3c9dda2bce3cfb69b3cd1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om2p-hs-v2-squashfs-sysupgrade.bin"; + sha256 = "a9aa34262f9a7348c138fdb4722d2693945046306026d8089abf7345e5101976"; + sha256_unsigned = "81f83c6354b2b11fcb141ad259ee5ae2573ee84f94ecbfb5daccd1fd6ceda1d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v2" + "om2p-hsv2" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v3 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_om2p-hs-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om2p-hs-v3-initramfs-kernel.bin"; + sha256 = "4ab75e9b63c9b7054c11974c6336f2cadcc856ca38c842cc8c3997e4f95bb36b"; + sha256_unsigned = "4ab75e9b63c9b7054c11974c6336f2cadcc856ca38c842cc8c3997e4f95bb36b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om2p-hs-v3-squashfs-sysupgrade.bin"; + sha256 = "556f33f04e5344584cf7d7a3acbf628a75d928e62fd8bd098f20bc45c3d1c3d3"; + sha256_unsigned = "4ff4076c0c8a12c752d31ec3c512c7fb26ce37f0df345a1f3db2388aa299f968"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v3" + "om2p-hsv3" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v3"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_om2p-hs-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om2p-hs-v4-initramfs-kernel.bin"; + sha256 = "8b5383eaf3af61909d7574cf0406f70e1c3889d0b19cf1f94b68b5074f82b5e5"; + sha256_unsigned = "8b5383eaf3af61909d7574cf0406f70e1c3889d0b19cf1f94b68b5074f82b5e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om2p-hs-v4-squashfs-sysupgrade.bin"; + sha256 = "08ad5d731c25ef70e82b3ade4b54161053d05fa95504bf7072fff84d6fd8b9af"; + sha256_unsigned = "2a5b5f07e65859954eacf0ca8d6db94a2171d0c820342ce48243cb83c38ceae6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v4" + "om2p-hsv4" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-lc = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_om2p-lc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om2p-lc-initramfs-kernel.bin"; + sha256 = "1d79da461e4e2e658bed115b1379adf1d2fb0ccd2a05d5d79e62bbf578d9016a"; + sha256_unsigned = "1d79da461e4e2e658bed115b1379adf1d2fb0ccd2a05d5d79e62bbf578d9016a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om2p-lc-squashfs-sysupgrade.bin"; + sha256 = "29ffe3b31d8c16264493ceec817fe9ddc6b49e1f0a6c8f7dd94e9599565f88d5"; + sha256_unsigned = "caa6c5a0f9e899b13da78cdb78334c7ed33f82b6bbbd2543369d70f210ff8499"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-lc" + "om2p-lc" + ]; + titles = [ + { + model = "OM2P-LC"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_om2p-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om2p-v1-initramfs-kernel.bin"; + sha256 = "918d03e27d0401dcafa56b97d976e18cafd32adef40e75ccd63cbaa44172041a"; + sha256_unsigned = "918d03e27d0401dcafa56b97d976e18cafd32adef40e75ccd63cbaa44172041a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om2p-v1-squashfs-sysupgrade.bin"; + sha256 = "0f971ed424252e0be6dceac66d076e4c8b0338d05bf62dcb694e84d014015423"; + sha256_unsigned = "72edfcd0f0a7509c2811df8bd59da33e17c20566a1dd6f4402cb45788e097520"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-v1" + "om2p" + ]; + titles = [ + { + model = "OM2P"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_om2p-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om2p-v2-initramfs-kernel.bin"; + sha256 = "6d3e498ecf99b2916b7a7471a252175e13941f0eb353e03bf3d9075f4eb48d0a"; + sha256_unsigned = "6d3e498ecf99b2916b7a7471a252175e13941f0eb353e03bf3d9075f4eb48d0a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om2p-v2-squashfs-sysupgrade.bin"; + sha256 = "b97fe35e108ee1a94ce9ccbec6b57e5ccff15b2dc4abb7970c3ffd81a84757bf"; + sha256_unsigned = "8f12604fd605aabb055d7473d75daaaaba56d30ae6b1d8f04e913af4433948eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-v2" + "om2pv2" + ]; + titles = [ + { + model = "OM2P"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_om2p-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om2p-v4-initramfs-kernel.bin"; + sha256 = "e63c81cab8bff923b4ce9c142e4e9edb61fe06ad138da5a1f99a62730b80c6d8"; + sha256_unsigned = "e63c81cab8bff923b4ce9c142e4e9edb61fe06ad138da5a1f99a62730b80c6d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om2p-v4-squashfs-sysupgrade.bin"; + sha256 = "5fe770a4915df4f3722666fc03210779472706624e9d3e0ac7d78848744c3dfd"; + sha256_unsigned = "e30718990ac0cf15fd8a18e1315bdf57e540d99f1df7163dc4c608174b8a2ad1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-v4" + "om2pv4" + ]; + titles = [ + { + model = "OM2P"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_om5p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om5p-initramfs-kernel.bin"; + sha256 = "64863e64678577772c71d2a46a57c0a278c62064f05b0efd7364481a36bf9561"; + sha256_unsigned = "64863e64678577772c71d2a46a57c0a278c62064f05b0efd7364481a36bf9561"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om5p-squashfs-sysupgrade.bin"; + sha256 = "cf1115242dd7a853096a445db450d33efb3917bf3aa7b19423b97ef8bdb2c6ff"; + sha256_unsigned = "61f0d5a6fd581d1dcffd3dbc4d17e41eba4d60ad8bbedcbef4e094cf0beacdb0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p" + "om5p" + ]; + titles = [ + { + model = "OM5P"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_om5p-ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om5p-ac-v1-initramfs-kernel.bin"; + sha256 = "1a396d9ebf65b27e16500d1fb42cb720a65eb86544afa9818feec7df2f27795d"; + sha256_unsigned = "1a396d9ebf65b27e16500d1fb42cb720a65eb86544afa9818feec7df2f27795d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om5p-ac-v1-squashfs-sysupgrade.bin"; + sha256 = "8b66f5b2f8b9e39ad69b21a956b72ed4080596925584c49782199af3714213fa"; + sha256_unsigned = "1e4a20a7685e3775bb1cceacdc6a3783e2e413bcc548d524bf7d6c61d3678349"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v1" + "om5p-ac" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om5p-ac-v2-initramfs-kernel.bin"; + sha256 = "60430b45a8461ca269154975780330519d79c5fdca64d2fe1f4d49ba62fa23c9"; + sha256_unsigned = "60430b45a8461ca269154975780330519d79c5fdca64d2fe1f4d49ba62fa23c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "bbe726aa6c4d5dbd945074a4fae319b4b119534a6a80dc21cc608923d3fd9e88"; + sha256_unsigned = "3c0714393fccd099375d63809afb105530818d1f14befe83a2dfa7ac3bbb8860"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-an = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-openmesh_om5p-an"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om5p-an-initramfs-kernel.bin"; + sha256 = "4382eb8fb9e9aa628dd6ead23a570f1a18bd8589acc7d1c0e3fe5aa47fbb6440"; + sha256_unsigned = "4382eb8fb9e9aa628dd6ead23a570f1a18bd8589acc7d1c0e3fe5aa47fbb6440"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-openmesh_om5p-an-squashfs-sysupgrade.bin"; + sha256 = "2e921e15ba90c5542976109bc11cdf0faa980f1ff10a57d040c33c22c0cc973f"; + sha256_unsigned = "d442b2fc7339c9116fb1e0ae6d0652f8369230f734de118fc79b2c333fc370a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-an" + "om5p-an" + ]; + titles = [ + { + model = "OM5P-AN"; + vendor = "OpenMesh"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-pcs_cap324-initramfs-kernel.bin"; + sha256 = "7ec63264288af14c372d4b2a4fab3d18072876494e01c5958b2ec629a5bd9893"; + sha256_unsigned = "7ec63264288af14c372d4b2a4fab3d18072876494e01c5958b2ec629a5bd9893"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "94ae97fef81067b2c637937fec4bfabc99db3aaa5ea4c8f6eeb4bce8d3c07c36"; + sha256_unsigned = "0d0990a8c20c5d43cacee3c9a5937a1bf4e5a52397dda724c447ba88f17250bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + model = "CAP324"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-pcs_cr3000-initramfs-kernel.bin"; + sha256 = "8d1606a2ac54884ff2115b9c5293bcea76563007a5e0021d692f1662472248b4"; + sha256_unsigned = "8d1606a2ac54884ff2115b9c5293bcea76563007a5e0021d692f1662472248b4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "77a24f80925a60984325e847c5e683aab4212bb0ecf87f9ffcd95946abe9de68"; + sha256_unsigned = "80aa1de4e43d9ed419084a940b92c3350b98078e67ae4fe7a1cf5b6ea88a7d46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + model = "CR3000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-pcs_cr5000-initramfs-kernel.bin"; + sha256 = "e8313e80edfec77328507970bebba832b79a1cee461813d912a20df203c4133e"; + sha256_unsigned = "e8313e80edfec77328507970bebba832b79a1cee461813d912a20df203c4133e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "4532fb59de45d30811744f52c71cc75d711664fa85dc74b22cd2a9e4347b7cd0"; + sha256_unsigned = "039e8a722612b8625941ccc5e0a708a7e645247b370f5119d2b76832989bffef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + model = "CR5000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-phicomm_k2t-initramfs-kernel.bin"; + sha256 = "0476f7586b9062856869477a05144429f60d96d1f553e1303ab2c3efe608aba9"; + sha256_unsigned = "0476f7586b9062856869477a05144429f60d96d1f553e1303ab2c3efe608aba9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "8fa4dfdaafd0a5e7db5c2cd06f60204b0be36598a3defa2a7db882d39ece4e70"; + sha256_unsigned = "bea20858b00da3f088642724445471a74774fc25d32ee34e42d952f8ce8ce1e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + model = "K2T"; + vendor = "Phicomm"; + } + ]; + }; + pisen_ts-d084 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-pisen_ts-d084"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-pisen_ts-d084-initramfs-kernel.bin"; + sha256 = "9dc31b3afbe4955a144d5989897157c61c87c8e7d7ea4f087c16ff5bd33ef7a6"; + sha256_unsigned = "9dc31b3afbe4955a144d5989897157c61c87c8e7d7ea4f087c16ff5bd33ef7a6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-pisen_ts-d084-squashfs-sysupgrade.bin"; + sha256 = "71594fa83d4295810b198642e09e4dee7a091d66baec29a1d997322b63de0e59"; + sha256_unsigned = "b2e44dbf728d5cf6cb0aaf78f1e5ed805e07a564509c2ae8d7aab64f0ea6928b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-pisen_ts-d084-squashfs-factory.bin"; + sha256 = "b245e301e8298fce2375f876f7b636a3eed95d954f77c974b2d7bbd58f350681"; + sha256_unsigned = "b245e301e8298fce2375f876f7b636a3eed95d954f77c974b2d7bbd58f350681"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,ts-d084" + ]; + titles = [ + { + model = "TS-D084"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmb001n = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-pisen_wmb001n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-pisen_wmb001n-initramfs-kernel.bin"; + sha256 = "bcaf513ab4ea58f748b580762c04f6a5f32b0486144cb4d118a673dd11c77a6c"; + sha256_unsigned = "bcaf513ab4ea58f748b580762c04f6a5f32b0486144cb4d118a673dd11c77a6c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-pisen_wmb001n-squashfs-sysupgrade.bin"; + sha256 = "62f9431737739bc7241b14b501f0a922cd9f491794bae91038d08236f8395f5b"; + sha256_unsigned = "3796129ee9e432681edd588e21105c06e94dea1e178faecd90cbd42a8e503624"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-pisen_wmb001n-squashfs-factory.bin"; + sha256 = "8ac2bef34fc07ba2733d2e671aecb52e0fd28393a4403de8fc6c62b86597e3b5"; + sha256_unsigned = "3796129ee9e432681edd588e21105c06e94dea1e178faecd90cbd42a8e503624"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,wmb001n" + ]; + titles = [ + { + model = "WMB001N"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-pisen_wmm003n-initramfs-kernel.bin"; + sha256 = "9b5c76dd05d5545ec7c673b11943d0290356f24a8029b1dfda3a25fcfbc6ef6d"; + sha256_unsigned = "9b5c76dd05d5545ec7c673b11943d0290356f24a8029b1dfda3a25fcfbc6ef6d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "ae2036de21c7e83e765969e3051f38bb74a6849bcf2ba1106e15390648abde8a"; + sha256_unsigned = "efea26aae2b438bdec14a95d3ced1f7ff2109b96de43dde74e02c0d52ccc0690"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "b82b0d088e2d0164e212576eb7537a82c6fd7df5eb41a0585b887e4ac896e67b"; + sha256_unsigned = "b82b0d088e2d0164e212576eb7537a82c6fd7df5eb41a0585b887e4ac896e67b"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + model = "Cloud Easy Power (WMM003N)"; + vendor = "PISEN"; + } + ]; + }; + plasmacloud_pa300 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-plasmacloud_pa300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-plasmacloud_pa300-initramfs-kernel.bin"; + sha256 = "e743cb4af2ee7ff499ddf557fbeb0a4b83d2e03505675042a187e28cda890207"; + sha256_unsigned = "e743cb4af2ee7ff499ddf557fbeb0a4b83d2e03505675042a187e28cda890207"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-plasmacloud_pa300-squashfs-sysupgrade.bin"; + sha256 = "82138ef5957bfa038c8920a6e2e28e959701b6872bd342f56ce5dcface7099c4"; + sha256_unsigned = "7d3001b58a2c8b04bc105d266c9c266927b50c250071d09c73141059b0506c11"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-plasmacloud_pa300-squashfs-factory.bin"; + sha256 = "2d606dac305ea53c22a75a1a318d032b7e97388b737ee3b996df722bf2922c10"; + sha256_unsigned = "2d606dac305ea53c22a75a1a318d032b7e97388b737ee3b996df722bf2922c10"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa300" + ]; + titles = [ + { + model = "PA300"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa300e = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-plasmacloud_pa300e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-plasmacloud_pa300e-initramfs-kernel.bin"; + sha256 = "dd72105ec8800942c23e9c38cbf18c5dc868d6c1650dd4b7d13c29a44f00f845"; + sha256_unsigned = "dd72105ec8800942c23e9c38cbf18c5dc868d6c1650dd4b7d13c29a44f00f845"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-plasmacloud_pa300e-squashfs-sysupgrade.bin"; + sha256 = "54eab7d58dc9729b6247c461fe705b549a127976f75ab4ae2faccd322e271d80"; + sha256_unsigned = "ca6dba22c543fbc257e6ff28fbfa81951341dcf0fee64462b6f8bed51f1d1082"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-plasmacloud_pa300e-squashfs-factory.bin"; + sha256 = "e7aaa2a2db64e0323d1ecb91b337568893ba27c67965d78a8c6323fb07c1292d"; + sha256_unsigned = "e7aaa2a2db64e0323d1ecb91b337568893ba27c67965d78a8c6323fb07c1292d"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa300e" + ]; + titles = [ + { + model = "PA300E"; + vendor = "Plasma Cloud"; + } + ]; + }; + qca_ap143-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-qca_ap143-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-qca_ap143-16m-initramfs-kernel.bin"; + sha256 = "f51815af9831227642b20517d91f4f4299cfe8dad2ed344b75b13f00651f6985"; + sha256_unsigned = "f51815af9831227642b20517d91f4f4299cfe8dad2ed344b75b13f00651f6985"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qca_ap143-16m-squashfs-sysupgrade.bin"; + sha256 = "55b90e72d13d8cb33fe308c60a621825fc31575584b6cf4578603438caff82b1"; + sha256_unsigned = "ef51e81900d45bee174405c246f9455f6a2c5f7846f3a11685682a779a896804"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qca_ap143-16m-squashfs-factory.bin"; + sha256 = "9ecc7a2166a96c1faee16afdd1cc8e5e5019ac464a29f1f6c09e856d53cc6194"; + sha256_unsigned = "9ecc7a2166a96c1faee16afdd1cc8e5e5019ac464a29f1f6c09e856d53cc6194"; + type = "factory"; + } + ]; + supported_devices = [ + "qca,ap143-16m" + "ap143" + ]; + titles = [ + { + model = "AP143"; + variant = "(16M)"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qca_ap143-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-qca_ap143-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-qca_ap143-8m-initramfs-kernel.bin"; + sha256 = "9a3cca81e862f30f1d96616918931336aa5274f1b603242a4e2669519fb38b13"; + sha256_unsigned = "9a3cca81e862f30f1d96616918931336aa5274f1b603242a4e2669519fb38b13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qca_ap143-8m-squashfs-sysupgrade.bin"; + sha256 = "f1c6c57bf48c336a4a9002e5adecb406758ff53934e0599057b2dc10975b23fe"; + sha256_unsigned = "1e51d1c59d653a8b9b11d71a1ddeea7df2ca048dcb851d3be5626bd67d6bb926"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qca_ap143-8m-squashfs-factory.bin"; + sha256 = "d4212f64f30f0df4ab371701717e75ac34648e537459d0f0d3755fafcc89b7b9"; + sha256_unsigned = "d4212f64f30f0df4ab371701717e75ac34648e537459d0f0d3755fafcc89b7b9"; + type = "factory"; + } + ]; + supported_devices = [ + "qca,ap143-8m" + "ap143" + ]; + titles = [ + { + model = "AP143"; + variant = "(8M)"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qihoo_c301 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-qihoo_c301"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-qihoo_c301-initramfs-kernel.bin"; + sha256 = "86b250c9edff8760eb5f43c6f78de333cf86269810f46dcc16b9d939cec4c822"; + sha256_unsigned = "86b250c9edff8760eb5f43c6f78de333cf86269810f46dcc16b9d939cec4c822"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qihoo_c301-squashfs-sysupgrade.bin"; + sha256 = "7efae1142c22f39ba185166e1524bed6ca02304fc53b07796445dd261e33a8d3"; + sha256_unsigned = "8cc342b0d049b54360fecb894cea19eab3c8de2d60ee8e007886e72b00d94ad2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qihoo_c301-squashfs-factory.bin"; + sha256 = "dd5dbac886890279976c8695d8eb0a8aceefc3a5759c4da52259c14fb2e50465"; + sha256_unsigned = "dd5dbac886890279976c8695d8eb0a8aceefc3a5759c4da52259c14fb2e50465"; + type = "factory"; + } + ]; + supported_devices = [ + "qihoo,c301" + "qihoo-c301" + ]; + titles = [ + { + model = "C301"; + vendor = "Qihoo"; + } + ]; + }; + qxwlan_e1700ac-v2-16m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-qxwlan_e1700ac-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e1700ac-v2-16m-initramfs-kernel.bin"; + sha256 = "55668eb64acdbca4800dd016598942b33890cf68b3827ae4b0e1408d2b4bff65"; + sha256_unsigned = "55668eb64acdbca4800dd016598942b33890cf68b3827ae4b0e1408d2b4bff65"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e1700ac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "6a8e7b9a2c5671e7d30b7c7a60b78a4703fd27a5f11aeef84af2b5293e45ce7f"; + sha256_unsigned = "43798ad6520bfd6a1ad8ceabda20b38acb5c1ae89ea394ffbbbe820586b7068a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-16m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e1700ac-v2-8m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-qxwlan_e1700ac-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e1700ac-v2-8m-initramfs-kernel.bin"; + sha256 = "742943159ccae16ff3f707fb36c818541619cdaea565d379fba7c023c62860e3"; + sha256_unsigned = "742943159ccae16ff3f707fb36c818541619cdaea565d379fba7c023c62860e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e1700ac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "ec3c0868b5dd363cf2f3c2cd0af57bc27438394570df6a3ee581d20682474f0a"; + sha256_unsigned = "1233cbe7bcaf89e30a88dd1af0a0f1e6825b3744ed164353c23000543e94b350"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-8m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-qxwlan_e558-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e558-v2-16m-initramfs-kernel.bin"; + sha256 = "d55323ffb25b057908781c43e7edb42df1e8717bc3429b5e9de36759445f780d"; + sha256_unsigned = "d55323ffb25b057908781c43e7edb42df1e8717bc3429b5e9de36759445f780d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e558-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "ab067b99b6060b97ca2e5811b303781e0d33b4c22b6000d9f4dae1fb2f7cdd4e"; + sha256_unsigned = "f2c5df6c0062d77feee8653c5cb78486faeda80f832a4c694b3e2b7a406db2be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-16m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-qxwlan_e558-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e558-v2-8m-initramfs-kernel.bin"; + sha256 = "7fd179d61ce932c7bbefc15efb4b00739fecb68d834fe6fd5785a786acbd0ac3"; + sha256_unsigned = "7fd179d61ce932c7bbefc15efb4b00739fecb68d834fe6fd5785a786acbd0ac3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e558-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "f8ced1407cb5d5d8963619ba897f8ea858f86e0c30b07cc3d51357d98a010037"; + sha256_unsigned = "262aae46925391d922e25985bbb5dea1d85904de6ac74b54f5b905d2e9a04685"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-8m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-qxwlan_e600g-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e600g-v2-16m-initramfs-kernel.bin"; + sha256 = "019332a1901bbc9224aebd77accc70c2634005e96faf6beb5e1fc7d7e4325eed"; + sha256_unsigned = "019332a1901bbc9224aebd77accc70c2634005e96faf6beb5e1fc7d7e4325eed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e600g-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "02289c14046e5e1c6d200c3ccf507e2c1b7b51fbc4fcb34e1be0b5288f88e2e3"; + sha256_unsigned = "367977eb9b9f299686bd10455f5d1fe7d616303f5830b072ad468b56663566dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-16m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-qxwlan_e600g-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e600g-v2-8m-initramfs-kernel.bin"; + sha256 = "4757576449855c7f4d04e86859601895822679989107e9a2ba4f8fad9a319d7a"; + sha256_unsigned = "4757576449855c7f4d04e86859601895822679989107e9a2ba4f8fad9a319d7a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e600g-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "532f7d2eb8d6a6524c20ee8f6803175ced716bfd5ab6c3ea72c6bed928b89b18"; + sha256_unsigned = "b3739d1899cbdb9508d0c1ca6d512e5a5b042ef0b9112a13b943467a129648dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-8m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-16m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-qxwlan_e600gac-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e600gac-v2-16m-initramfs-kernel.bin"; + sha256 = "0e843c2010fe93ceb0607e65a74a305a5f4cfbe887f7787dc0ae34e8dfd44294"; + sha256_unsigned = "0e843c2010fe93ceb0607e65a74a305a5f4cfbe887f7787dc0ae34e8dfd44294"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e600gac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "9a756704296297616b8ecc3bf04adb04aab867da71bea4f1a7ba17d3bf457481"; + sha256_unsigned = "e63ba36efd973ca7958f1488cad26fda3352a25d8b3b1494bb706ca4856a8ab3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-16m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-8m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-qxwlan_e600gac-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e600gac-v2-8m-initramfs-kernel.bin"; + sha256 = "5b4c41121383dfa9a68cc9f6ec18d937c5085ca458af633546e98dbb8deedc57"; + sha256_unsigned = "5b4c41121383dfa9a68cc9f6ec18d937c5085ca458af633546e98dbb8deedc57"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e600gac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "1f3c979c6062bfe7470302aac5bfe3c3c1afcf447871b614239c7abab7c9b7f9"; + sha256_unsigned = "ca45e84a5a3c6d21cdc9f218b0a9bd10b718ff6a47a7c59fd11bcf39145f63ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-8m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-qxwlan_e750a-v4-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e750a-v4-16m-initramfs-kernel.bin"; + sha256 = "c822e2d252ee11950cefd9c000c0397399af6ce0c2a51d9968cab2a53e00c276"; + sha256_unsigned = "c822e2d252ee11950cefd9c000c0397399af6ce0c2a51d9968cab2a53e00c276"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e750a-v4-16m-squashfs-sysupgrade.bin"; + sha256 = "619325c35c510d1de3e13888aeb5528331bf6c61392758914980c81ad419b7ef"; + sha256_unsigned = "fa8d3aa5bfbe8f461c54309d63fff994488f632aec478f015a8efbdc4d61c7e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-16m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-qxwlan_e750a-v4-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e750a-v4-8m-initramfs-kernel.bin"; + sha256 = "4ad970bad848d1a39a8e86b2bbf9f7dd930cf508706283cafa2a8372e1c3d32e"; + sha256_unsigned = "4ad970bad848d1a39a8e86b2bbf9f7dd930cf508706283cafa2a8372e1c3d32e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e750a-v4-8m-squashfs-sysupgrade.bin"; + sha256 = "cd5d05d298a768a293d168272ed30ad058dbcad005f124edb037c4159798c195"; + sha256_unsigned = "504e20da7465cddcffcca5a711a9d53ab7f05de90983b85d65614323570fccca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-8m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-qxwlan_e750g-v8-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e750g-v8-16m-initramfs-kernel.bin"; + sha256 = "89e10b32e3d91079a649fac8e50e4e75c7f3bad879256e0165ce60a629cca746"; + sha256_unsigned = "89e10b32e3d91079a649fac8e50e4e75c7f3bad879256e0165ce60a629cca746"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e750g-v8-16m-squashfs-sysupgrade.bin"; + sha256 = "2a0251ea280a866ffdd6302b4b33a36782b7f91e9e85e60d8f743b37379684dc"; + sha256_unsigned = "601d72ca32f7001d8a82661fd8328114278f131b463f77b0e6a69a023bd0aa34"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-16m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-qxwlan_e750g-v8-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e750g-v8-8m-initramfs-kernel.bin"; + sha256 = "e0a6685bb5d216650d080ff2edd71fc56f38879cc4872ca78e5e22923a8d21c1"; + sha256_unsigned = "e0a6685bb5d216650d080ff2edd71fc56f38879cc4872ca78e5e22923a8d21c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-qxwlan_e750g-v8-8m-squashfs-sysupgrade.bin"; + sha256 = "8526c3abd8212b5c101fcaaf9741c1bb3980a2974251bf4fbb28d8d336278f9b"; + sha256_unsigned = "278bbebeafb7e9bd115aa3da485db2890822883f2e5cfee5b77d339efc0e5275"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-8m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-rosinson_wr818-initramfs-kernel.bin"; + sha256 = "1dc86d318c86d98c3dc8d50c9e2cdb5c1135b3ae5b2c1151e97d10934baebe2a"; + sha256_unsigned = "1dc86d318c86d98c3dc8d50c9e2cdb5c1135b3ae5b2c1151e97d10934baebe2a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "e3e6fd335ad411b01b132b2b7e4c981cf4425204078b83509e9e646fe33a96da"; + sha256_unsigned = "e5540f73058c4c8dff77e6cff4d2cd8f4645e9dcc8516a46b826b5771055252d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + model = "WR818"; + vendor = "Rosinson"; + } + ]; + }; + samsung_wam250 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-samsung_wam250"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-samsung_wam250-initramfs-kernel.bin"; + sha256 = "7e8a58390acdbc1501ba0e094abf08c811ef2270adde7bb60f42667d0a72d51f"; + sha256_unsigned = "7e8a58390acdbc1501ba0e094abf08c811ef2270adde7bb60f42667d0a72d51f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-samsung_wam250-squashfs-sysupgrade.bin"; + sha256 = "13dbcdf5b8f14432623b3d5e91fc4dc9af7c55e3503f89e6398cc8fdfb3ba4f9"; + sha256_unsigned = "5d12935d820ed3cea9774f331280d527452c021b285c8da663ce28bc9205d3cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samsung,wam250" + "wam250" + ]; + titles = [ + { + model = "WAM250"; + vendor = "Samsung"; + } + ]; + }; + siemens_ws-ap3610 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-siemens_ws-ap3610"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-siemens_ws-ap3610-initramfs-kernel.bin"; + sha256 = "6917d0fe2382cb7fae3322e55ddac6d257e5c111d5943d6a1a4468c9e4e2fee8"; + sha256_unsigned = "6917d0fe2382cb7fae3322e55ddac6d257e5c111d5943d6a1a4468c9e4e2fee8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-siemens_ws-ap3610-squashfs-sysupgrade.bin"; + sha256 = "e90d3424f74abd944383bc295a5a1e2a8b3901244734e5960a98b7d5399fda51"; + sha256_unsigned = "707aa74fd244f0c51b393b0cf27fe3ceb83340a9ed21e15b4be12af7f878921a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,ws-ap3610" + ]; + titles = [ + { + model = "WS-AP3610"; + vendor = "Siemens"; + } + ]; + }; + sitecom_wlr-7100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-sitecom_wlr-7100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-sitecom_wlr-7100-initramfs-kernel.bin"; + sha256 = "812c37f1a80ebe64022ae28065d6b591e485b034e1acd71a08285d3380fc0357"; + sha256_unsigned = "812c37f1a80ebe64022ae28065d6b591e485b034e1acd71a08285d3380fc0357"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-sitecom_wlr-7100-squashfs-sysupgrade.bin"; + sha256 = "b735cb493722fefb227586bc1802b0d4f5179b297970eb6463f6d7a3a4e03ca7"; + sha256_unsigned = "98843f5a065dcc3f5c503753dc434d5f3057ddbcc3ab7b215f74f7c80fc9b37c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-sitecom_wlr-7100-squashfs-factory.dlf"; + sha256 = "6506320ef64e6a9c1af6a05d503b32065daafcc805012ad845faccf9d73eaf05"; + sha256_unsigned = "6506320ef64e6a9c1af6a05d503b32065daafcc805012ad845faccf9d73eaf05"; + type = "factory"; + } + ]; + supported_devices = [ + "sitecom,wlr-7100" + ]; + titles = [ + { + model = "WLR-7100"; + vendor = "Sitecom"; + } + ]; + }; + sitecom_wlr-8100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-sitecom_wlr-8100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-sitecom_wlr-8100-initramfs-kernel.bin"; + sha256 = "f1922b8c13a20e310e9b3f6bb1a66f77108fe4cbbacac21a9b2fe016f92ebd37"; + sha256_unsigned = "f1922b8c13a20e310e9b3f6bb1a66f77108fe4cbbacac21a9b2fe016f92ebd37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-sitecom_wlr-8100-squashfs-sysupgrade.bin"; + sha256 = "cb91de837d5cea074f7a89801ede9f3267077175ec5cc52f7d21050d878dee6f"; + sha256_unsigned = "da20ef156a73122b9f433d86735aeb44197530c7d20a7398aee8bb212ee33bd6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-sitecom_wlr-8100-squashfs-factory.dlf"; + sha256 = "401d8f63e49c4c6492cbc6239ca087e56eeb48d5f3cf07407a652068efe09c87"; + sha256_unsigned = "401d8f63e49c4c6492cbc6239ca087e56eeb48d5f3cf07407a652068efe09c87"; + type = "factory"; + } + ]; + supported_devices = [ + "sitecom,wlr-8100" + "wlr8100" + ]; + titles = [ + { + model = "WLR-8100"; + vendor = "Sitecom"; + } + { + model = "X8 AC1750"; + vendor = "Sitecom"; + } + ]; + }; + sophos_ap100 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-sophos_ap100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-sophos_ap100-initramfs-kernel.bin"; + sha256 = "7e4b12fcbba33387d260cd59119e02f6cfa527eee1c2bac56db363d3f0305f63"; + sha256_unsigned = "7e4b12fcbba33387d260cd59119e02f6cfa527eee1c2bac56db363d3f0305f63"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-sophos_ap100-squashfs-sysupgrade.bin"; + sha256 = "483595fb7f4d4ab52865cb3b3d5308310b47ca9ceab5126becc37ad26912d26d"; + sha256_unsigned = "0da42e8177b2c8bff387ba6b903912985f6a96c8679a72ca7db038ac6a891d1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap100" + ]; + titles = [ + { + model = "AP100"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap100c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-sophos_ap100c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-sophos_ap100c-initramfs-kernel.bin"; + sha256 = "efb2fba951a3a8ab6cb68f1861c7db9f3dcdd80d15876b5d1cd18be664bfa4da"; + sha256_unsigned = "efb2fba951a3a8ab6cb68f1861c7db9f3dcdd80d15876b5d1cd18be664bfa4da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-sophos_ap100c-squashfs-sysupgrade.bin"; + sha256 = "81e2fb9c39eb3c604552adb8a8c3834aeb296a45adcbd169b12a8a99c704d36c"; + sha256_unsigned = "6d1152bbfeb9e41356b8c85e7b596d6f7955d976de1ad5f3fa44139fac4184c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap100c" + ]; + titles = [ + { + model = "AP100C"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap55 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-sophos_ap55"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-sophos_ap55-initramfs-kernel.bin"; + sha256 = "eccf89e6e2f76126ecbf102aa74af6a8b93334dd46363c4d2bc941640820b2bf"; + sha256_unsigned = "eccf89e6e2f76126ecbf102aa74af6a8b93334dd46363c4d2bc941640820b2bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-sophos_ap55-squashfs-sysupgrade.bin"; + sha256 = "d08523f13285f4a777d1835634136a33e6d3fb513c7df7b4fc7b9780aa1de508"; + sha256_unsigned = "a14de3aaadcc315f1feba14b36ca52a7cc4a7f805e51785b07b1a03c5ba72f87"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap55" + ]; + titles = [ + { + model = "AP55"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap55c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-sophos_ap55c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-sophos_ap55c-initramfs-kernel.bin"; + sha256 = "d6f7d878ace4cc60835c55098db3a25042d0baca4c2bc33f2918641dfe20972a"; + sha256_unsigned = "d6f7d878ace4cc60835c55098db3a25042d0baca4c2bc33f2918641dfe20972a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-sophos_ap55c-squashfs-sysupgrade.bin"; + sha256 = "afb2376d68c6f3e651e3414aa08d473e8aace5c9d3108f3dbffc7d216d09bd54"; + sha256_unsigned = "6f8eec78ba58ed165eb920ea03febda8ba1f095270a23465333300aff5bc1533"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap55c" + ]; + titles = [ + { + model = "AP55C"; + vendor = "Sophos"; + } + ]; + }; + telco_t1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-telco_t1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-telco_t1-initramfs-kernel.bin"; + sha256 = "d5f798561e0466df709bb8bee324b35e07ebb2438144dbd3efd73f5a1f663742"; + sha256_unsigned = "d5f798561e0466df709bb8bee324b35e07ebb2438144dbd3efd73f5a1f663742"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-telco_t1-squashfs-sysupgrade.bin"; + sha256 = "9be513b400f2d1313bbbc61d32e437e61a93c76cbbebb841f1d0f87524424f43"; + sha256_unsigned = "ef0331acac7e83b81f779119466492896301fb75584d1c8a2d6bb2c852f146df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco,t1" + "telco_electronics,tel-t1" + ]; + titles = [ + { + model = "T1"; + vendor = "Telco"; + } + ]; + }; + teltonika_rut230-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-teltonika_rut230-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-teltonika_rut230-v1-initramfs-kernel.bin"; + sha256 = "a81add3cfa381643db69f1d6d6b0dd1c3d16ef69255985f9f845a4b0b72c38a9"; + sha256_unsigned = "a81add3cfa381643db69f1d6d6b0dd1c3d16ef69255985f9f845a4b0b72c38a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-teltonika_rut230-v1-squashfs-sysupgrade.bin"; + sha256 = "f92f8268f61295e397a2bce1d3210ca7dd2931b64e156ccec54f23910eb5aa3d"; + sha256_unsigned = "0fbaaeb1f31573409e1a21d39318a73e89bf71ff704071a9ba4f9190273a7037"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-teltonika_rut230-v1-squashfs-factory.bin"; + sha256 = "279ec2cf7f556e02d818e3f6af27540df9cba69b77d63408d0901ddfc8c64db2"; + sha256_unsigned = "279ec2cf7f556e02d818e3f6af27540df9cba69b77d63408d0901ddfc8c64db2"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut230-v1" + ]; + titles = [ + { + model = "RUT230"; + variant = "v1"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-teltonika_rut955"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-teltonika_rut955-initramfs-kernel.bin"; + sha256 = "4438a7a46cb8651f8c8c5ce1eb8211619301397e6063af192a001fb17dde91ae"; + sha256_unsigned = "4438a7a46cb8651f8c8c5ce1eb8211619301397e6063af192a001fb17dde91ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-teltonika_rut955-squashfs-sysupgrade.bin"; + sha256 = "f7f6cb3dccd2496a65d7d36a95887303472c0ff1ab7fec56ff9df65128beb80a"; + sha256_unsigned = "7cc8bf333ed0fe081bd9c797dc48e27f0289521d61753a1e2bc17cc65fdd1277"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-teltonika_rut955-squashfs-factory.bin"; + sha256 = "db12aa7c1fe2c9ae95481e536dc44833f472ef4bdd268418b963405be454be40"; + sha256_unsigned = "db12aa7c1fe2c9ae95481e536dc44833f472ef4bdd268418b963405be454be40"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut955" + ]; + titles = [ + { + model = "RUT955"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955-h7v3c0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-teltonika_rut955-h7v3c0"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-teltonika_rut955-h7v3c0-initramfs-kernel.bin"; + sha256 = "c43e80b450603f8ebc10d8374369afd339f3da0962993a2c37c8a602e6279507"; + sha256_unsigned = "c43e80b450603f8ebc10d8374369afd339f3da0962993a2c37c8a602e6279507"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-teltonika_rut955-h7v3c0-squashfs-sysupgrade.bin"; + sha256 = "92f50f4fb2d2746d206ec8451eb62e8641bdf12ba679f47ea6ae89099743bc71"; + sha256_unsigned = "c336fdbcfaa2f1f6642a7701c212c06a4d09861fd20d4d092d64f0f4abce2693"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-teltonika_rut955-h7v3c0-squashfs-factory.bin"; + sha256 = "49c02f5b21a4c6eeeefef89c7dd778b0d1f14d8049d7f200cc369649d16f6ff2"; + sha256_unsigned = "49c02f5b21a4c6eeeefef89c7dd778b0d1f14d8049d7f200cc369649d16f6ff2"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut955-h7v3c0" + ]; + titles = [ + { + model = "RUT955"; + variant = "H7V3C0"; + vendor = "Teltonika"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-a7-v5-initramfs-kernel.bin"; + sha256 = "98d8569e4dbb070ad553ec04b16ed13eb3ba79688296ced42d6527102bc92aef"; + sha256_unsigned = "98d8569e4dbb070ad553ec04b16ed13eb3ba79688296ced42d6527102bc92aef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "d79cbac19c908132a5299b2eaf8f1218c1de1b0b999d0008cd3b82bb6b7e90b8"; + sha256_unsigned = "aa9a51221a96b7b0c9b38a02372cfc88f185162fd25ecd996ebf1b63c8ce8976"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "ce0bfab79550885cb7ced388caaaa9bd454852bf1f9c34789abc498eb6c74df6"; + sha256_unsigned = "ce0bfab79550885cb7ced388caaaa9bd454852bf1f9c34789abc498eb6c74df6"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + model = "Archer A7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-a9-v6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-a9-v6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-a9-v6-initramfs-kernel.bin"; + sha256 = "d09961c41ed9099a465b5b12d5a4bed5ce644a1a6a09301b478ae9ffa8c371c1"; + sha256_unsigned = "d09961c41ed9099a465b5b12d5a4bed5ce644a1a6a09301b478ae9ffa8c371c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-a9-v6-squashfs-sysupgrade.bin"; + sha256 = "5f03cdf5f86ceae1936ec1323bc912b29e462fae2098a561308d005d96cd7847"; + sha256_unsigned = "e25aa58795a8072baf80149696e71adbb7cafaa7ea88df12bf6f65db9d8ebbf0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-a9-v6-squashfs-factory.bin"; + sha256 = "b218b37e124b24a410e54c78aca1bc35aede2a32607ad2d985d3b463f7466ce4"; + sha256_unsigned = "b218b37e124b24a410e54c78aca1bc35aede2a32607ad2d985d3b463f7466ce4"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a9-v6" + ]; + titles = [ + { + model = "Archer A9"; + variant = "v6"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c2-v3-initramfs-kernel.bin"; + sha256 = "4ca1b5ff652977bc0420625a9ee174c67c78972b7ecd8a764327cb73be5a3a4a"; + sha256_unsigned = "4ca1b5ff652977bc0420625a9ee174c67c78972b7ecd8a764327cb73be5a3a4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "16f52e4d65e81f7d131e1b95fbc2b925e875da86ff965f561ad1b8f981566688"; + sha256_unsigned = "6333abe223611e0431fe7c3f278146cae1851bf8f14ba17ac8a63730b7f8300b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "c41f7e4a7408b7defd03eabd69c1db7aa343049f2cf3a53cfd4b26472918817a"; + sha256_unsigned = "c41f7e4a7408b7defd03eabd69c1db7aa343049f2cf3a53cfd4b26472918817a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c25-v1-initramfs-kernel.bin"; + sha256 = "e073470747172966c56413dcd25a1f3cae1e6f77c1f56f151bb1ba709b586e1d"; + sha256_unsigned = "e073470747172966c56413dcd25a1f3cae1e6f77c1f56f151bb1ba709b586e1d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "4a1c4be0b4d82aaa2c04136da5dd40abd18b9dc914bd480da608a852168f3384"; + sha256_unsigned = "4a1c4be0b4d82aaa2c04136da5dd40abd18b9dc914bd480da608a852168f3384"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "94b242ce5cac28bf53c32b91bb47fedce0d23bc4bad0e20a6b89330a3773533e"; + sha256_unsigned = "fb4f3430a926c7f5a3f56bb64496857821adad9fce62e1762ce142f4110918f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + model = "Archer C25"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c5-v1-initramfs-kernel.bin"; + sha256 = "845d4da45af19812daa72dc41b7bbb4f433e03e3dabd3f1c20f2d309e6c35f3e"; + sha256_unsigned = "845d4da45af19812daa72dc41b7bbb4f433e03e3dabd3f1c20f2d309e6c35f3e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "c029cc7fd7d8f5d05c02386c9587c31ecd6bb1b413e6684f448bb463171db32b"; + sha256_unsigned = "866ada786aa692d00c722edb5fafc60551db242bbc8844cb3b4b747fd503a990"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "84d0b97a46e281cf55316c95afda9af3260f92546b695539d1d2d79bfbd9d321"; + sha256_unsigned = "84d0b97a46e281cf55316c95afda9af3260f92546b695539d1d2d79bfbd9d321"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + model = "Archer C5"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c58-v1-initramfs-kernel.bin"; + sha256 = "14f3c2cb0a56ddba3df5366a44cbc7b4edfdb0b424ba86a145ddf0730469d05c"; + sha256_unsigned = "14f3c2cb0a56ddba3df5366a44cbc7b4edfdb0b424ba86a145ddf0730469d05c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "16f1b7de9ecbe50ea2b51553a4c3da2c3a3c9a01997999935f125962e17bbc26"; + sha256_unsigned = "d72fc04aab126e420d07329639511708191f5735d1a6cab3429adb0d5314c92f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "e8614714a2f6b1a476a9c3b3d2261ea881b52b76cbdaa9e7e3164bb3ffd1408f"; + sha256_unsigned = "e8614714a2f6b1a476a9c3b3d2261ea881b52b76cbdaa9e7e3164bb3ffd1408f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + model = "Archer C58"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c59-v1-initramfs-kernel.bin"; + sha256 = "c783a923cc00f49454024602117535edcf564a73e2cc32b1f9223de0ac8ea11a"; + sha256_unsigned = "c783a923cc00f49454024602117535edcf564a73e2cc32b1f9223de0ac8ea11a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "4e394883e9f0e5859ec2ebc58fd3e3d4e7493934f88f4554aeedd357008ce8aa"; + sha256_unsigned = "4e394883e9f0e5859ec2ebc58fd3e3d4e7493934f88f4554aeedd357008ce8aa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "a29d861105237bc132b181738b37924e9d30fab6f3e91bd380bb066c9db92554"; + sha256_unsigned = "c475a20a23419c2947f37452e21cbabbaab5b12b25367ca56249644743d4d75d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-c59-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c59-v2-initramfs-kernel.bin"; + sha256 = "2cca31a3a11955843c943a9d03b4ccc3c3401dab4cb9c457680255eb3f5c8041"; + sha256_unsigned = "2cca31a3a11955843c943a9d03b4ccc3c3401dab4cb9c457680255eb3f5c8041"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin"; + sha256 = "304ddc380649280c756854a6ff3b7ec4ea14c270bc663d76ec60b1da67dd5525"; + sha256_unsigned = "304ddc380649280c756854a6ff3b7ec4ea14c270bc663d76ec60b1da67dd5525"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "38d1f207431b2e1e1ee2663bb324b904cedc3d834507cc570973189d9138a17e"; + sha256_unsigned = "1030bea97bf73c936c076579fa07dd46b3c1217903a0dcd383541d82c6742d43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v2" + "archer-c59-v2" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c6-v2-initramfs-kernel.bin"; + sha256 = "e1769633343982602ba7ffa4f662b64972420bc4d5de2c58de9e20e912fec17b"; + sha256_unsigned = "e1769633343982602ba7ffa4f662b64972420bc4d5de2c58de9e20e912fec17b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "e95f8c85bc6df0c66fa9ce0b794bbe813d9d43d1f3eff5e4c366db9b904c5b9e"; + sha256_unsigned = "598700deb29b3fe3e347be6c21f3524d5bfec55e51fa0010d016604ddb7355b8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "5df50b9106bcdb6426e4708741993369fa1756a90c3df871abac1fa4a73a1505"; + sha256_unsigned = "5df50b9106bcdb6426e4708741993369fa1756a90c3df871abac1fa4a73a1505"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (EU/RU/JP)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2-us = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-c6-v2-us"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c6-v2-us-initramfs-kernel.bin"; + sha256 = "24e2add5bf3a73f979fa2bed36e7f30d04f87a6f4e285146a56342c32803daf2"; + sha256_unsigned = "24e2add5bf3a73f979fa2bed36e7f30d04f87a6f4e285146a56342c32803daf2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin"; + sha256 = "be65f443fb35da08580a6cfc9474260fb8d26decc6e2f1e3b253792fa77b5863"; + sha256_unsigned = "f36e2e984c179960b2f54089d6cf0250c8687b4268e02e4af168f5202353d71f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"; + sha256 = "9c26f108c060ee0855c0c425833ac7fd859770ca83452b44f5dd756bf3d2281b"; + sha256_unsigned = "9c26f108c060ee0855c0c425833ac7fd859770ca83452b44f5dd756bf3d2281b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2-us" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (US)"; + vendor = "TP-Link"; + } + { + model = "Archer A6"; + variant = "v2 (US/TW)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c60-v1-initramfs-kernel.bin"; + sha256 = "4fb7568156ce619747413248493d1856d83c8fa5b26d0434ad2c969b19f5be65"; + sha256_unsigned = "4fb7568156ce619747413248493d1856d83c8fa5b26d0434ad2c969b19f5be65"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "f6ff26ed99db2771ae7bc2b411269abfcd1e087840b5bd73f397e2c0ba078bf8"; + sha256_unsigned = "25b47aa7ed949ee392692b158b7d8d1f8600c06d81a3a8afef6c2c02c70da2e0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "47da94e2484aa12b9a49bb973fb04032170f169876f721c1e87b6fbd05a16cca"; + sha256_unsigned = "47da94e2484aa12b9a49bb973fb04032170f169876f721c1e87b6fbd05a16cca"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c60-v2-initramfs-kernel.bin"; + sha256 = "2e4a2a5e3b0583ba42452eb97e309c9f823e94da71e278db520a7005d526b327"; + sha256_unsigned = "2e4a2a5e3b0583ba42452eb97e309c9f823e94da71e278db520a7005d526b327"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "c82901a1bd28e3b4d6797f3427a676b53eaaf48c77aece545a8775541e1ee174"; + sha256_unsigned = "707aa2601d367499ae4f46889d88677c167f49af7ea0c154fda757d3d2c214e4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "00e911891b3642ac0d794b33df22181ac6271c445e48112719d4599297ceefc0"; + sha256_unsigned = "00e911891b3642ac0d794b33df22181ac6271c445e48112719d4599297ceefc0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c60-v3-initramfs-kernel.bin"; + sha256 = "58968141af504222e205ea5af7b20fa73180082be5870ac9fdfced24d636c06a"; + sha256_unsigned = "58968141af504222e205ea5af7b20fa73180082be5870ac9fdfced24d636c06a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "b09f73c4ccd3ba2abc6e19cfbf30e5058797a3055b8494ac922a5d3bdf1589cd"; + sha256_unsigned = "816b41c682403fdec7dd081e7a512f1d5606c89e872a2c59508767df4f5fa050"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "15eba5cc6f77e0cad61d7028902550603bb5a6f8f44fe0b259be8e998fc51cb0"; + sha256_unsigned = "15eba5cc6f77e0cad61d7028902550603bb5a6f8f44fe0b259be8e998fc51cb0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v1-initramfs-kernel.bin"; + sha256 = "c85d345ca58bf162ffe0aeb7db1410737bed418b6686ba1c7a4e0684489c1d36"; + sha256_unsigned = "c85d345ca58bf162ffe0aeb7db1410737bed418b6686ba1c7a4e0684489c1d36"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "31d40db2433a3a3f163ad9ee6d6381294123cc9dfb4443c6b157ad22bb57e224"; + sha256_unsigned = "bfde5fbff608ca50866948925cc7e393f326324bcbc92cb52fffe65c79220376"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "229449ed5bd0a2f8100873f1f30e359715bc2eaf084e08216a01f337b241614c"; + sha256_unsigned = "229449ed5bd0a2f8100873f1f30e359715bc2eaf084e08216a01f337b241614c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v2-initramfs-kernel.bin"; + sha256 = "8cf84c0900fa1872dbc66ee1764305adbaaffe081642f7bf6b60820093bed976"; + sha256_unsigned = "8cf84c0900fa1872dbc66ee1764305adbaaffe081642f7bf6b60820093bed976"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "7e0837d8bd0a4117b1b046da612da1f3ff335175031f32c52c96db741821c522"; + sha256_unsigned = "9c584bac94a47409cba74c01daadd1d3f657b72edb21b3014b87c618c9181534"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "7a4c7153d5a5df0143454f6d9776bb6c02fd2c4f7cd1432e21859b33ec4cad15"; + sha256_unsigned = "7a4c7153d5a5df0143454f6d9776bb6c02fd2c4f7cd1432e21859b33ec4cad15"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "ae55282360fc2f8ff70f8f46454a69be03230a06fcceed03029dbe14ea22495f"; + sha256_unsigned = "ae55282360fc2f8ff70f8f46454a69be03230a06fcceed03029dbe14ea22495f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "95b52992457fa25474642d784c4d441415a41140c4bf5bbf56ef9a6776871b9e"; + sha256_unsigned = "95b52992457fa25474642d784c4d441415a41140c4bf5bbf56ef9a6776871b9e"; + type = "factory-eu"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v4-initramfs-kernel.bin"; + sha256 = "24da75372ead83995ca1328ccfa935db4a9835c49c4afc2280368fff20f612ff"; + sha256_unsigned = "24da75372ead83995ca1328ccfa935db4a9835c49c4afc2280368fff20f612ff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "c456eae503a5beb3c7ab4a1c4e3f078af0869451e4e67369ab7528d93d942580"; + sha256_unsigned = "6d0015aea7c6efcb9422656f0c8199fda73574a2a634218fe3e0018ee8485e08"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "6c3367f11b8af192042dfe059b16b3f0e3f989909730c3263794b8587a9f622d"; + sha256_unsigned = "6c3367f11b8af192042dfe059b16b3f0e3f989909730c3263794b8587a9f622d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v5-initramfs-kernel.bin"; + sha256 = "6e6bdf0bda2ade095bd4ca5a08cfd90b0410654f32502bf3a884026f3aeb107c"; + sha256_unsigned = "6e6bdf0bda2ade095bd4ca5a08cfd90b0410654f32502bf3a884026f3aeb107c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "6d86f503d3c8616b7b49bd3a7a5da231bb2a5213a016dcfbf016b41d0b2f144d"; + sha256_unsigned = "4ea0d59c953b53aee34f92a56e75b32dd2be6c43fb2867f1a166cb65a280acd2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "889f6bbdd8102bfe8be43f3cd37a5b96cfa22f8c8d1bad5d0fbeb9e1ba562dad"; + sha256_unsigned = "889f6bbdd8102bfe8be43f3cd37a5b96cfa22f8c8d1bad5d0fbeb9e1ba562dad"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-d50-v1-initramfs-kernel.bin"; + sha256 = "0c99108e399c51b7aed129fd6810b4c120d781cbcc223b720d2fa6806273a0b0"; + sha256_unsigned = "0c99108e399c51b7aed129fd6810b4c120d781cbcc223b720d2fa6806273a0b0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "24d1c015f6b0168010ee78b26f6d5fa79187a063bca9dff91eefd5fa970c2e59"; + sha256_unsigned = "25152a4bfa3a7c4e60cbcb6f7e05e1598c2bd1b2460c57b9a33a4dd7525a32f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + model = "Archer D50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-d7-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-d7-v1-initramfs-kernel.bin"; + sha256 = "721b3cfc77379565b529c03127f6f78c43022e0934088a2d5c4d976e4b6a37be"; + sha256_unsigned = "721b3cfc77379565b529c03127f6f78c43022e0934088a2d5c4d976e4b6a37be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-d7-v1-squashfs-sysupgrade.bin"; + sha256 = "2864843fda667a0260345f619dbd940d3cd8e7d63f34e7d552111de04607601d"; + sha256_unsigned = "9f961b0bf8460112bee155d319834ce176b6e6919c6572f13cbcb22873e3ea2e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7-v1" + ]; + titles = [ + { + model = "Archer D7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7b-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_archer-d7b-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-d7b-v1-initramfs-kernel.bin"; + sha256 = "f228e15986bf08fe6e03d9b21b7483c1499db243c081fdaf78357595bcdb4a32"; + sha256_unsigned = "f228e15986bf08fe6e03d9b21b7483c1499db243c081fdaf78357595bcdb4a32"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_archer-d7b-v1-squashfs-sysupgrade.bin"; + sha256 = "4af002f3b68580ac271f451a0907403b634d7c7b0845f518bde6233e9dd7a88d"; + sha256_unsigned = "42413ced1882f807216afe75387d520804650922330072aac4880a169fa0bb4d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7b-v1" + ]; + titles = [ + { + model = "Archer D7b"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_cpe210-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe210-v1-initramfs-kernel.bin"; + sha256 = "2b6d63662cf239aac0515db29dd4c0f564987cc5416b11866e6cbf693b72744a"; + sha256_unsigned = "2b6d63662cf239aac0515db29dd4c0f564987cc5416b11866e6cbf693b72744a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe210-v1-squashfs-sysupgrade.bin"; + sha256 = "4e6e112f617e35458e4f64e3522eb43a0756a16c99b99df162ff69b4a08a31d9"; + sha256_unsigned = "6b178c9c5cc7277c555c8fc2e111c48c2f6e8c2da472b77d88d53e8c7b8102f2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe210-v1-squashfs-factory.bin"; + sha256 = "334afce38a7eb8157e86ac5b182605693bf38de74630121933a988bc0378d2fd"; + sha256_unsigned = "334afce38a7eb8157e86ac5b182605693bf38de74630121933a988bc0378d2fd"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v1" + "cpe210" + ]; + titles = [ + { + model = "CPE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe210-v2-initramfs-kernel.bin"; + sha256 = "ec6e7cae3920e5814e2f050998813bcb6e03b781efb98bbe9ae4e8acdace5184"; + sha256_unsigned = "ec6e7cae3920e5814e2f050998813bcb6e03b781efb98bbe9ae4e8acdace5184"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "4a214c4aee6f688d2b9b9475f790c18e002e52ee8e030f030c787380d138b74d"; + sha256_unsigned = "4a214c4aee6f688d2b9b9475f790c18e002e52ee8e030f030c787380d138b74d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "70ca869f3602cc89f7cec2b2b72b74ab53ad187ac4594ac469af1d7a2898a23c"; + sha256_unsigned = "967beb2eb31f2634ade16571d267a4ed1ed5f3700ce08c0b976bf1a2028e70af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + model = "CPE210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe210-v3-initramfs-kernel.bin"; + sha256 = "b4bf168b332f0846594931e9c34e634e574db9f6b360d1d043842478fb5eb3cf"; + sha256_unsigned = "b4bf168b332f0846594931e9c34e634e574db9f6b360d1d043842478fb5eb3cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "5763addd0026aa651402a18bcc055fffaddf9e277e0625a88d5568826d4f12bc"; + sha256_unsigned = "5ccfc3e70de72e5045752e5acf9a1c4d97a35bfe10b8307b4bde162221bd7d52"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "2fbfd568efca549db97a378bd48e9b922a4e0b5e60311173e718c9c74c1518ad"; + sha256_unsigned = "2fbfd568efca549db97a378bd48e9b922a4e0b5e60311173e718c9c74c1518ad"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + model = "CPE210"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_cpe220-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe220-v2-initramfs-kernel.bin"; + sha256 = "15af90be339e411c53b45a8b7959bdc9e65b5c08a85358f0f2a82da5a6d6db9c"; + sha256_unsigned = "15af90be339e411c53b45a8b7959bdc9e65b5c08a85358f0f2a82da5a6d6db9c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe220-v2-squashfs-factory.bin"; + sha256 = "f021f8d920b8b5f762aa2988b2dfa9257ef08b4791307a6a9c7dcad14f2811a5"; + sha256_unsigned = "f021f8d920b8b5f762aa2988b2dfa9257ef08b4791307a6a9c7dcad14f2811a5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe220-v2-squashfs-sysupgrade.bin"; + sha256 = "67b0609ee3d20bdf024fb48af08bcd727f7d4834120f21e497ee3d22be125540"; + sha256_unsigned = "310f410a1460f7a74059f432db8bd34b1fd366396407c9833f5aac1446e1cf40"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe220-v2" + ]; + titles = [ + { + model = "CPE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe220-v3-initramfs-kernel.bin"; + sha256 = "9f740536263f9e51f21438dfe21f26608d48796b6d409ff4f73d3837ed79bd91"; + sha256_unsigned = "9f740536263f9e51f21438dfe21f26608d48796b6d409ff4f73d3837ed79bd91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "4907d44ed64e0022af7112407dd286dbd012ad8b1d397c18c3cae9ca4166217f"; + sha256_unsigned = "4907d44ed64e0022af7112407dd286dbd012ad8b1d397c18c3cae9ca4166217f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "6706b079f06c4b75b8dfbf6db2bccbbdf7d7c948652a13b0318890c74b772ddc"; + sha256_unsigned = "f6b46ee9d394d1801bc83ddc6a8b14ace60c118401eaffe555795b44dc2cd971"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + model = "CPE220"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_cpe510-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe510-v1-initramfs-kernel.bin"; + sha256 = "f5638631c98b28bdc55c33354c77a1dbbccfbbe9a562da21204a22a16e380fb3"; + sha256_unsigned = "f5638631c98b28bdc55c33354c77a1dbbccfbbe9a562da21204a22a16e380fb3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe510-v1-squashfs-factory.bin"; + sha256 = "80317efdda4e57a0f62802dfc267980bfb3c63e87a2bb69c43d9a7b370d81c42"; + sha256_unsigned = "80317efdda4e57a0f62802dfc267980bfb3c63e87a2bb69c43d9a7b370d81c42"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe510-v1-squashfs-sysupgrade.bin"; + sha256 = "4452e05f216f1c92b9b33f9d2c3af80c68e3e921d5d6fb29d29daf5644903d84"; + sha256_unsigned = "dbe85aea4b2a03cb8d7a80bc5a8c7c2076b16703d5696e9606c28fc46cd817d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe510-v1" + "cpe510" + ]; + titles = [ + { + model = "CPE510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_cpe510-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe510-v2-initramfs-kernel.bin"; + sha256 = "4123e7f57d2fc7e0b2139e06b0d6aa184391cdf630adeabb45696abe56f3bfde"; + sha256_unsigned = "4123e7f57d2fc7e0b2139e06b0d6aa184391cdf630adeabb45696abe56f3bfde"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe510-v2-squashfs-factory.bin"; + sha256 = "8c05f22da0015dffca674f9f976a2679018d3631a32a07de18ec78cfc2fa72bb"; + sha256_unsigned = "8c05f22da0015dffca674f9f976a2679018d3631a32a07de18ec78cfc2fa72bb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "721b72625bf65f6177dc6742a9f596a6b2faee3ff33d060e26f83a273e2d647c"; + sha256_unsigned = "52fac9cd51cf6e02aeef46a9c09330b20d06c67a7a387350ea647c0471921363"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe510-v2" + "cpe510-v2" + ]; + titles = [ + { + model = "CPE510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_cpe510-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe510-v3-initramfs-kernel.bin"; + sha256 = "b0eab0223c79b39168feb01ca5b1fe23ed69844f3d722a722557d8a08b9def69"; + sha256_unsigned = "b0eab0223c79b39168feb01ca5b1fe23ed69844f3d722a722557d8a08b9def69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe510-v3-squashfs-sysupgrade.bin"; + sha256 = "e0a18aa3b01328eef0a0a799892cffd2fdd3cc398c2a1ab02800b3d281680c79"; + sha256_unsigned = "44129e0b6ef0c2f1f93d4be8f7222170eae26f19d32e6f50a4aff326a5e05623"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe510-v3-squashfs-factory.bin"; + sha256 = "d59a031fa7f98fb532b2db64c353dc5877527d5245249689fbe94c9279a3259e"; + sha256_unsigned = "d59a031fa7f98fb532b2db64c353dc5877527d5245249689fbe94c9279a3259e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe510-v3" + ]; + titles = [ + { + model = "CPE510"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_cpe610-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe610-v1-initramfs-kernel.bin"; + sha256 = "916ededc693053620aa1a62045a2a7784cb7d3afe86d394497b4ce0378bf1e5a"; + sha256_unsigned = "916ededc693053620aa1a62045a2a7784cb7d3afe86d394497b4ce0378bf1e5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe610-v1-squashfs-factory.bin"; + sha256 = "9a439710f660d66d9d81119e41cca27a5a45ceac7f5e91f13b4c9dab0a84b65c"; + sha256_unsigned = "9a439710f660d66d9d81119e41cca27a5a45ceac7f5e91f13b4c9dab0a84b65c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe610-v1-squashfs-sysupgrade.bin"; + sha256 = "5d5d11c67d053cac8ccef740e3596f497c0a1c1bae8e7200f82355c28e0d444a"; + sha256_unsigned = "c228c9aefe57e355ad8b2ffed0adb92509495e0a49bebf126d8bb16031603106"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe610-v1" + ]; + titles = [ + { + model = "CPE610"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_cpe610-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe610-v2-initramfs-kernel.bin"; + sha256 = "d266ea1245503f620700a249a1e40667077c1c011dcd8a5adf36674c083a22d7"; + sha256_unsigned = "d266ea1245503f620700a249a1e40667077c1c011dcd8a5adf36674c083a22d7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe610-v2-squashfs-factory.bin"; + sha256 = "8553c93834961583a505ffd48cf1919f259660011f0706a0d304ec4955b9eae7"; + sha256_unsigned = "8553c93834961583a505ffd48cf1919f259660011f0706a0d304ec4955b9eae7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe610-v2-squashfs-sysupgrade.bin"; + sha256 = "12c6141e7e397525e5ec5f03122cbbf428ea1deb173a619c6ce50e0083a7e612"; + sha256_unsigned = "765de9156a8dcbfb20589b283d21c25769203aa2d298f5a1f31d8a6ea325d396"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe610-v2" + ]; + titles = [ + { + model = "CPE610"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe710-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_cpe710-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe710-v1-initramfs-kernel.bin"; + sha256 = "80c9a79181c4d9224232ce057b989dd0aad2ff549d05d2f9828004470f45ddac"; + sha256_unsigned = "80c9a79181c4d9224232ce057b989dd0aad2ff549d05d2f9828004470f45ddac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe710-v1-squashfs-factory.bin"; + sha256 = "2dc4542d9cb3e017c0bfbb416a71139c9af415477a948f114681366fbb1cfed1"; + sha256_unsigned = "2dc4542d9cb3e017c0bfbb416a71139c9af415477a948f114681366fbb1cfed1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_cpe710-v1-squashfs-sysupgrade.bin"; + sha256 = "d1e20768ded87c0302af232f616871ed05780ee9b0fc2c5d900f9e7454bf2cf8"; + sha256_unsigned = "387fa2808872ddc56243b7aaf77ed510c4753a3e89a83199717c8a0bdecf477a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe710-v1" + ]; + titles = [ + { + model = "CPE710"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_deco-m4r-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_deco-m4r-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_deco-m4r-v1-initramfs-kernel.bin"; + sha256 = "bf4e020c11a5fec46df00ed8b0434f789edc0473c9e3fab55460de290d79c0ea"; + sha256_unsigned = "bf4e020c11a5fec46df00ed8b0434f789edc0473c9e3fab55460de290d79c0ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_deco-m4r-v1-squashfs-sysupgrade.bin"; + sha256 = "aee7540dfc54b128d0f49452b97a275b5824359aa0fb583393a5ace9976de4b9"; + sha256_unsigned = "a5361e4173d9a3927ac9630b445ee63535a9e2bf869409c55f456860753f0101"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_deco-m4r-v1-squashfs-factory.bin"; + sha256 = "ffdcd6313342a1e977f4e0de6642208d16e1327f0425cd44f1813f20f0a8f3b3"; + sha256_unsigned = "ffdcd6313342a1e977f4e0de6642208d16e1327f0425cd44f1813f20f0a8f3b3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,deco-m4r-v1" + "deco-m4r-v1" + ]; + titles = [ + { + model = "Deco M4R"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-outdoor-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_eap225-outdoor-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap225-outdoor-v1-initramfs-kernel.bin"; + sha256 = "b2561d3c1958cd22345d024e0973846b19839391a21945a68bf6628bba37c453"; + sha256_unsigned = "b2561d3c1958cd22345d024e0973846b19839391a21945a68bf6628bba37c453"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap225-outdoor-v1-squashfs-sysupgrade.bin"; + sha256 = "959736829d20e99ece1acdf9aae2d58bd258fd39e7404e7a9810d6836a5d94ed"; + sha256_unsigned = "c2977c660310cfeda583749456c6a14d68eb1a8c1ff01082e6472743fa982f06"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap225-outdoor-v1-squashfs-factory.bin"; + sha256 = "d2e627e5938590100368e95643efcf4a756c0a78bb7e22de3d6c35f834cb5d42"; + sha256_unsigned = "d2e627e5938590100368e95643efcf4a756c0a78bb7e22de3d6c35f834cb5d42"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap225-outdoor-v1" + ]; + titles = [ + { + model = "EAP225-Outdoor"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_eap225-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap225-v1-initramfs-kernel.bin"; + sha256 = "044bd833c27d01d11db1cb2d54b3f8ce27b165a600e9f61e6bf060620993b9a9"; + sha256_unsigned = "044bd833c27d01d11db1cb2d54b3f8ce27b165a600e9f61e6bf060620993b9a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap225-v1-squashfs-sysupgrade.bin"; + sha256 = "efa2349f88e6261be045bb634bfd5f2ab93f19aa98a593316c7a4e0525b9181c"; + sha256_unsigned = "90eb7343f3b1188a22d591ebefd6d9eee15a614cb709effee2cd6d8725daabab"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap225-v1-squashfs-factory.bin"; + sha256 = "42ce72e5928fa84b2a1437e5d20e15ecef138fa6ea13687d97ba4f5e906fcd50"; + sha256_unsigned = "42ce72e5928fa84b2a1437e5d20e15ecef138fa6ea13687d97ba4f5e906fcd50"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap225-v1" + ]; + titles = [ + { + model = "EAP225"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_eap225-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap225-v3-initramfs-kernel.bin"; + sha256 = "5cc36937c0a5e529795197b1530be9ba05f978233a041ca92f7a0182aebca06c"; + sha256_unsigned = "5cc36937c0a5e529795197b1530be9ba05f978233a041ca92f7a0182aebca06c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap225-v3-squashfs-sysupgrade.bin"; + sha256 = "0c3f5f14e44b0eb9cccef7379fbf94ad34a1a61429f8ad5db125fe38fc1c996a"; + sha256_unsigned = "1b5d7d847ef7ee14fb7f9e0944d79aa639f2ffe28be7847f9be154ba281e546c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap225-v3-squashfs-factory.bin"; + sha256 = "d22f0f2f459dc5ffcfd50ec8cf6f655001fdc718ee96b409b94c267a1fb6caf2"; + sha256_unsigned = "d22f0f2f459dc5ffcfd50ec8cf6f655001fdc718ee96b409b94c267a1fb6caf2"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap225-v3" + ]; + titles = [ + { + model = "EAP225"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-wall-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_eap225-wall-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap225-wall-v2-initramfs-kernel.bin"; + sha256 = "124d4ea5b4e1d39f1d93240bc06ee1d6e2e34d8757d2a8669b25337b3de9e298"; + sha256_unsigned = "124d4ea5b4e1d39f1d93240bc06ee1d6e2e34d8757d2a8669b25337b3de9e298"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap225-wall-v2-squashfs-sysupgrade.bin"; + sha256 = "d5e522f2498e3ef090eb0dbcac60ea1dbe9622531f685eb0ab7913dd340b8928"; + sha256_unsigned = "0d5f62c0ebb3741f3f2b91bdfab92332ebff525c567157bf1dceea01b1785a45"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap225-wall-v2-squashfs-factory.bin"; + sha256 = "f887e893f2d6e5746d31bc97c3f734ef137c742f3d617231c358444377ccf50b"; + sha256_unsigned = "f887e893f2d6e5746d31bc97c3f734ef137c742f3d617231c358444377ccf50b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap225-wall-v2" + ]; + titles = [ + { + model = "EAP225-Wall"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_eap245-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap245-v1-initramfs-kernel.bin"; + sha256 = "ba5757129ae5bbce76343e449c32f5febed0fa9b795aebf99def277fd6d5c29c"; + sha256_unsigned = "ba5757129ae5bbce76343e449c32f5febed0fa9b795aebf99def277fd6d5c29c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap245-v1-squashfs-factory.bin"; + sha256 = "2f65233d5f57ea4b023706d53eff17a5aa67c86dda0408e27ebd8ff7998a6d98"; + sha256_unsigned = "2f65233d5f57ea4b023706d53eff17a5aa67c86dda0408e27ebd8ff7998a6d98"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap245-v1-squashfs-sysupgrade.bin"; + sha256 = "76193f35e95841d4f5c9fcde5d3b42928d72373fcccfceed35842f4c7959d369"; + sha256_unsigned = "135c8df1e5e4b5b7c50c3aba221cfa749fab8f906e2df5db3dd9e6d30863cb7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap245-v1" + ]; + titles = [ + { + model = "EAP245"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_eap245-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap245-v3-initramfs-kernel.bin"; + sha256 = "26fee229ffc2e0139a17ed1df563d5837d94b1d334c1ef6a8d12fc29b04f1a80"; + sha256_unsigned = "26fee229ffc2e0139a17ed1df563d5837d94b1d334c1ef6a8d12fc29b04f1a80"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap245-v3-squashfs-sysupgrade.bin"; + sha256 = "2080568ecccd6bbb17272dc829b40fd128ee51f50b8945631ec85724edfd90e9"; + sha256_unsigned = "cb972d4c32f1581f929aa6067c1f8882d12eaf26295a0620d221bf8a7dcd1baa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_eap245-v3-squashfs-factory.bin"; + sha256 = "c819f9926ea46e8e017209be67fa68374fd0898ed9e199ba78e2b27c0b08b7ba"; + sha256_unsigned = "c819f9926ea46e8e017209be67fa68374fd0898ed9e199ba78e2b27c0b08b7ba"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap245-v3" + ]; + titles = [ + { + model = "EAP245"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_re350k-v1-initramfs-kernel.bin"; + sha256 = "a5cd56f9ef3ee45af0cb39c318c0c4f3240e6f561048c0ab2124e0c988065271"; + sha256_unsigned = "a5cd56f9ef3ee45af0cb39c318c0c4f3240e6f561048c0ab2124e0c988065271"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "954cb6ed2744d9c790fe5053424ce26f39bc8e3a25db471814d484ab69bfda73"; + sha256_unsigned = "ac69dafa2766d46981e6ed29f4d330ea6a157385767c77f407e9168b9e3581b1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "2410942496e4076f59c32b19cbfef444ffc2f62bccbc5ea8c968ef63ea862a25"; + sha256_unsigned = "2410942496e4076f59c32b19cbfef444ffc2f62bccbc5ea8c968ef63ea862a25"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + model = "RE350K"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re355-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_re355-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_re355-v1-initramfs-kernel.bin"; + sha256 = "c43fa9b3018a9ae24f32521e0c94edc7b1aed672af3e4870129b01cdf04f6ac0"; + sha256_unsigned = "c43fa9b3018a9ae24f32521e0c94edc7b1aed672af3e4870129b01cdf04f6ac0"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re355-v1" + "re355" + ]; + titles = [ + { + model = "RE355"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_re450-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_re450-v1-initramfs-kernel.bin"; + sha256 = "6d38650d6d64c98931211cd3189ba32152de1e66ac5bc272e3e7ca703d1049a7"; + sha256_unsigned = "6d38650d6d64c98931211cd3189ba32152de1e66ac5bc272e3e7ca703d1049a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v1" + "re450" + ]; + titles = [ + { + model = "RE450"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_re450-v2-initramfs-kernel.bin"; + sha256 = "d231637f4ff6053904f13a9a44279812cf5352557f5c66a3a7ed2d76a2a1deca"; + sha256_unsigned = "d231637f4ff6053904f13a9a44279812cf5352557f5c66a3a7ed2d76a2a1deca"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + model = "RE450"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_re450-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_re450-v3-initramfs-kernel.bin"; + sha256 = "f2a6aab4ac0f8261aaddae67368f1d0d221d7f560fc4aa46efd3a0cfdb0d8a34"; + sha256_unsigned = "f2a6aab4ac0f8261aaddae67368f1d0d221d7f560fc4aa46efd3a0cfdb0d8a34"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_re450-v3-squashfs-sysupgrade.bin"; + sha256 = "1bc3037ef425d650c0810dfa87b17dcfb60415916c6184fd875f7274291a9c28"; + sha256_unsigned = "716e3796307b4bac8e24216731fa5fbd5afc42f012671d8eb2f0a921e5bc19d2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_re450-v3-squashfs-factory.bin"; + sha256 = "4b0606bf15a33b85939288e343dbfc6a393fce658cf50dc2f9bcdc457ace916d"; + sha256_unsigned = "4b0606bf15a33b85939288e343dbfc6a393fce658cf50dc2f9bcdc457ace916d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re450-v3" + ]; + titles = [ + { + model = "RE450"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re455-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_re455-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_re455-v1-initramfs-kernel.bin"; + sha256 = "5a5b43171826b310ebc64eed5d1b4acf8a276da2fef15bbe4c0cf26c4aad5ee6"; + sha256_unsigned = "5a5b43171826b310ebc64eed5d1b4acf8a276da2fef15bbe4c0cf26c4aad5ee6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_re455-v1-squashfs-sysupgrade.bin"; + sha256 = "44ed0e31bce4805fa154de3c95be274dc56d1dc6fe17eda186e2299546ff597e"; + sha256_unsigned = "8b1db9bc166491f21f143788f2c6db6f060809e3ab4776ea232c62396b5b8708"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_re455-v1-squashfs-factory.bin"; + sha256 = "42fc05e1e2479cb4635bb3cd74eb82f957e977a727a8fcc1cb56c181dc0aa968"; + sha256_unsigned = "42fc05e1e2479cb4635bb3cd74eb82f957e977a727a8fcc1cb56c181dc0aa968"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re455-v1" + ]; + titles = [ + { + model = "RE455"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-mr6400-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-mr6400-v1-initramfs-kernel.bin"; + sha256 = "745fd5ad17df048df26f5526ef6a16072c28d77f7f7aa72a6e51b23e658f5af0"; + sha256_unsigned = "745fd5ad17df048df26f5526ef6a16072c28d77f7f7aa72a6e51b23e658f5af0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "5d30a9ae94925eecd2ebe1e0fff5e5d1a87033d19e52417bf92a513e018db1cb"; + sha256_unsigned = "ab7d4af623f0c247d1efab8df10d81a4a6f8766d71aaec50519c5a37f7a795b7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "0da643ddfdec119d9d008b7431e9c0227fcb463b952272ab313bfec1b3f12415"; + sha256_unsigned = "0da643ddfdec119d9d008b7431e9c0227fcb463b952272ab313bfec1b3f12415"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v1" + "tl-mr6400" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa1201-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wa1201-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wa1201-v2-initramfs-kernel.bin"; + sha256 = "f4d1aea1fed96a2e9a432f01843b325a3b60328ea052b5c771ba66a97bd92b18"; + sha256_unsigned = "f4d1aea1fed96a2e9a432f01843b325a3b60328ea052b5c771ba66a97bd92b18"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wa1201-v2-squashfs-sysupgrade.bin"; + sha256 = "a0047679d0b786f5f0a8c004e804e18228ff00bba041a898b96fbcd01cb04c2c"; + sha256_unsigned = "690499a26f0e2148e2b8219b5d1f3b3e404493bf7aa58006b79866b1bd41654b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wa1201-v2-squashfs-factory.bin"; + sha256 = "2725cce083338df615981e0d8759f49c99f2d46e0fa5809ec7998d070b1dc175"; + sha256_unsigned = "2725cce083338df615981e0d8759f49c99f2d46e0fa5809ec7998d070b1dc175"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wa1201-v2" + ]; + titles = [ + { + model = "TL-WA1201"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr3500-v1-initramfs-kernel.bin"; + sha256 = "cffb9de0adbf06cd1d00ff2459dc64a0a46146a1e7a5069502f9647af2dbf2e3"; + sha256_unsigned = "cffb9de0adbf06cd1d00ff2459dc64a0a46146a1e7a5069502f9647af2dbf2e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "d4c22f6943491eb724c077e861f08a6c1df1398c3ebfae23536b4d0d53b409ca"; + sha256_unsigned = "d47f06098267523121828cf9c047bf6bc5e9e762a6786a188a401a31acf77e86"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "ec1eec5743eca222ab4342117aa827632b8feef53fd404379c5697d6b8c37b52"; + sha256_unsigned = "ec1eec5743eca222ab4342117aa827632b8feef53fd404379c5697d6b8c37b52"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + model = "TL-WDR3500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr3600-v1-initramfs-kernel.bin"; + sha256 = "6d7803092dd5f6105f87dc4710536730f582ced3bcc7e2368c5f59769afadd08"; + sha256_unsigned = "6d7803092dd5f6105f87dc4710536730f582ced3bcc7e2368c5f59769afadd08"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "2ccf0d3ea32215a5309e83eebe05a08eba7afcfd46dd979ca008b5bf35fdc4d3"; + sha256_unsigned = "a3a088c4a33a1c109fcedcc4fdd99ac686bf1b584e04c0c6bf26e55c352e9432"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "3bf5a2d60a097faa22db05128938ffc3f0c44d776b1a2da382d8d48bb5573e6c"; + sha256_unsigned = "3bf5a2d60a097faa22db05128938ffc3f0c44d776b1a2da382d8d48bb5573e6c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR3600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr4300-v1-initramfs-kernel.bin"; + sha256 = "d9193308fd8b0daffe38d27a9b7c8486b464d051abf28b10ebee984ac543e75d"; + sha256_unsigned = "d9193308fd8b0daffe38d27a9b7c8486b464d051abf28b10ebee984ac543e75d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "1b3574049637e600555bc035738c64678d263c49ec980e0767409746c8aa68d8"; + sha256_unsigned = "e280684bbf0fa803a7668d24c3ddb4e6e2dde134ec3ffa7c0f2931ce00e57779"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "e5205eaccd546513f32068020d0fe8764a79838b4c487051e517214e2e8efe98"; + sha256_unsigned = "e5205eaccd546513f32068020d0fe8764a79838b4c487051e517214e2e8efe98"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr4300-v1-il-initramfs-kernel.bin"; + sha256 = "ebae1699be5460f192b0873b9ea171e2577a2d057f3a5dd3a9580ef3117ec1cb"; + sha256_unsigned = "ebae1699be5460f192b0873b9ea171e2577a2d057f3a5dd3a9580ef3117ec1cb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "9b95815b89cdb2d2d543874e35d34111ff4a95dbcd38ee2099498c482176ea00"; + sha256_unsigned = "2e47f57957459f2684ce0e9bedbd2b659299ffd324cbe73ebbff81f27c02d3f0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "0deed1072a2144e1a0c23b5b1344366027795a42de0c774919b63b47031c4e45"; + sha256_unsigned = "0deed1072a2144e1a0c23b5b1344366027795a42de0c774919b63b47031c4e45"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1 (IL)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr4310-v1-initramfs-kernel.bin"; + sha256 = "2523e753f50ba607e9d5ff69bf78c374779b3a1ebc0a4241b7867a97ca4057ac"; + sha256_unsigned = "2523e753f50ba607e9d5ff69bf78c374779b3a1ebc0a4241b7867a97ca4057ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "cf454851870760a47412f2c0c46df674b95a8cc85db8815f14f2a7a7f290e6f3"; + sha256_unsigned = "43807386dc837a268b2b1f6db5b7263b688b28793745d1b2f8aa87c346acdd9d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "e28adf4cd52098db705ead4394268b6e474b909cf27b7d1b451181b7ca7bb7b0"; + sha256_unsigned = "e28adf4cd52098db705ead4394268b6e474b909cf27b7d1b451181b7ca7bb7b0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4310"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr4900-v2-initramfs-kernel.bin"; + sha256 = "eb7af2be0892811e0e12e32083f85d316ed708997e2b73f0298701591f91d657"; + sha256_unsigned = "eb7af2be0892811e0e12e32083f85d316ed708997e2b73f0298701591f91d657"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "7c0cbe33997c463ac6abdfe4130616977e0ae059d9298092812ecfd3f8d0430b"; + sha256_unsigned = "521dd9e9b0068e31d3d4bb6d91eca4de4d8018c982cc6ba950bd0443548f3898"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "be1edea545f31fb64dcd22bc891c3e79824963f1cabd0a2beed7ddc14e16ae75"; + sha256_unsigned = "be1edea545f31fb64dcd22bc891c3e79824963f1cabd0a2beed7ddc14e16ae75"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr7500-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr7500-v3-initramfs-kernel.bin"; + sha256 = "6b6ed05c50865170a92f24f636323cde3e2881f5798acbf2d422f8db88eff83e"; + sha256_unsigned = "6b6ed05c50865170a92f24f636323cde3e2881f5798acbf2d422f8db88eff83e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "b0c6c273eb5d0ff331e2f489042b84fee8b1847f0567bdbe31f15066d6f5c2ae"; + sha256_unsigned = "e9becce9d10b3b6c2474b212382dbe25fcc1dc94c3900c0441b97d73112d4af3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "1f8501bffc751d92c5bfe98a32faf7f8e266fac0d35cc7c3fe3a85af1f37061f"; + sha256_unsigned = "1f8501bffc751d92c5bfe98a32faf7f8e266fac0d35cc7c3fe3a85af1f37061f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr7500-v3" + "archer-c7" + ]; + titles = [ + { + model = "TL-WDR7500"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wpa8630-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wpa8630-v1-initramfs-kernel.bin"; + sha256 = "413a57926dbf5a048c1a0a08a4217791f6760267662a65bc8be722c0bdfe2983"; + sha256_unsigned = "413a57926dbf5a048c1a0a08a4217791f6760267662a65bc8be722c0bdfe2983"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "8ed3bc7e891d5c7a450495366b631fe92a3587bfff467dafce34ab2140b38445"; + sha256_unsigned = "10991ebda4e98743e9ebffddff8579bff04dea94e02ad05797907fa003158cfd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "052334d75db27257775112b1e16d5d6b709f6fcb3181f7b2cd36bc6abe3ceda7"; + sha256_unsigned = "052334d75db27257775112b1e16d5d6b709f6fcb3181f7b2cd36bc6abe3ceda7"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630-v1" + "tl-wpa8630" + ]; + titles = [ + { + model = "TL-WPA8630"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043n-v5-initramfs-kernel.bin"; + sha256 = "791ab7614ff5cb78cb78ba542e2895cb7895fe1ad56d978000377b4d4daa58f6"; + sha256_unsigned = "791ab7614ff5cb78cb78ba542e2895cb7895fe1ad56d978000377b4d4daa58f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "9a87ad3c5454a74e7281df488b19bb22a325fa80d72a454be54385557e998e72"; + sha256_unsigned = "240b5ec48b4bfc8fdbb47d9890dd56e5531837e22cbab73806486f3e1bf5b412"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "d771e907fdabfab5c71ebed4c216f5836ed96f0dbbab6a844cfa732e8d1fe4c8"; + sha256_unsigned = "d771e907fdabfab5c71ebed4c216f5836ed96f0dbbab6a844cfa732e8d1fe4c8"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + model = "TL-WR1043N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043nd-v1-initramfs-kernel.bin"; + sha256 = "d1367ddf451f17689fcefb6840cf4e8b8a9a47abbd80b47979eff19c68410c6c"; + sha256_unsigned = "d1367ddf451f17689fcefb6840cf4e8b8a9a47abbd80b47979eff19c68410c6c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "9100382cc5ac9b170636ba205a40805ab7894cf1c8c0c1191b4dd08e6597a1b8"; + sha256_unsigned = "6abfd191d1bdd5e97b02f27e787f6e5a9b628db0f51d88087ceabace186de860"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "c005a051b62dab562165e925bb3759b3fda1952848511a54f206ec70140300e3"; + sha256_unsigned = "c005a051b62dab562165e925bb3759b3fda1952848511a54f206ec70140300e3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043nd-v2-initramfs-kernel.bin"; + sha256 = "7f195e44c8025bdbd65c1a3adf7dece70dc807675643c04c9b34f2186a6c52c8"; + sha256_unsigned = "7f195e44c8025bdbd65c1a3adf7dece70dc807675643c04c9b34f2186a6c52c8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "55ab9864846c384b2b520e02f340542d3d76321c67f683f4fc75f191f7f3e99a"; + sha256_unsigned = "1485d73b318d68e3d0e8e4a69863e1a4aac36747736e97d2ed4a10c41588369d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "1be70c896cab654873c832050840cf4cef2a6c516c9694c2c0f016f622af6541"; + sha256_unsigned = "1be70c896cab654873c832050840cf4cef2a6c516c9694c2c0f016f622af6541"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043nd-v3-initramfs-kernel.bin"; + sha256 = "01d0d1e07aa5582828c07f644b5e785df9ba454f6ba380e723f8a42b15246750"; + sha256_unsigned = "01d0d1e07aa5582828c07f644b5e785df9ba454f6ba380e723f8a42b15246750"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "aa3b83c401a1cd653f91dd17c3b6e87ecfa1665f35b46dde84c473ab541b1f8f"; + sha256_unsigned = "f44add08db117e69129f79a6f2b79fa8c895a7383512ca16432b0da53155f4d7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "2aa634b4f142c9a046bea9ccdd56c2bae684d688dd1616398f86bf76b450fae9"; + sha256_unsigned = "2aa634b4f142c9a046bea9ccdd56c2bae684d688dd1616398f86bf76b450fae9"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043nd-v4-initramfs-kernel.bin"; + sha256 = "3bfac9057134c0139c3c52f87ec20f9decc6fc99093af070c47dba713ce9236f"; + sha256_unsigned = "3bfac9057134c0139c3c52f87ec20f9decc6fc99093af070c47dba713ce9236f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "8201b89589e44379bae9a8b6616c1dede1d06de4b61874832b554c79b379ef8b"; + sha256_unsigned = "9388c9bc3ea692fed24e2c8a826f55b5991cc96606c3edaa40675312864bee6e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "c7a1ec63af7ff4caadf6926e7a6d4db6e44066d3082617b4873f76913ee2058b"; + sha256_unsigned = "c7a1ec63af7ff4caadf6926e7a6d4db6e44066d3082617b4873f76913ee2058b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1045nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1045nd-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1045nd-v2-initramfs-kernel.bin"; + sha256 = "0de376572995d44ab3099fe23bd7088e988685e97545ff87bfd91ea5b11de66d"; + sha256_unsigned = "0de376572995d44ab3099fe23bd7088e988685e97545ff87bfd91ea5b11de66d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-sysupgrade.bin"; + sha256 = "ab394d3804d5467a2e272bc81a0cb90175190a025e96df99bf34cb72b5f80c1b"; + sha256_unsigned = "31cb91c027a598b5b8a4d81fc75709a50ea137f752f2b1215d36f8f895fa0562"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-factory.bin"; + sha256 = "0a52f7e7bcbdf9b34b92d6c47a99b02f04c322fe94bd31bd4b2542caa45d4d2f"; + sha256_unsigned = "0a52f7e7bcbdf9b34b92d6c47a99b02f04c322fe94bd31bd4b2542caa45d4d2f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1045nd-v2" + ]; + titles = [ + { + model = "TL-WR1045ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr2543-v1-initramfs-kernel.bin"; + sha256 = "922bbe91901a6814b94c6e7033f8238d45fd3fe679b692c14927e410ebfd6d76"; + sha256_unsigned = "922bbe91901a6814b94c6e7033f8238d45fd3fe679b692c14927e410ebfd6d76"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "7079032028d30fed36ae8a395c1f5a4aa6e61fa0583f6b1ad39794d0d8031427"; + sha256_unsigned = "b3ba9c7bf9887a379968f6dcd6cf71d4edd2a9aee46788dfc0e89110d04a76eb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "b125e9e0b2966d4553ac17b4d620c7758589ffc4a2081af63639f8b757e4170f"; + sha256_unsigned = "b125e9e0b2966d4553ac17b4d620c7758589ffc4a2081af63639f8b757e4170f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + model = "TL-WR2543N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr710n-v1-initramfs-kernel.bin"; + sha256 = "ff83b70acd62854bd29ae37593c21988e8c2affd2fe9afc9f320cda228588e32"; + sha256_unsigned = "ff83b70acd62854bd29ae37593c21988e8c2affd2fe9afc9f320cda228588e32"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "0d49358146f9a9745c067c3c62f5df85d426509d97fb6b53d722d1d25a090621"; + sha256_unsigned = "9139675089c7376f39ccd25e091f1c1a75f81a60bc875098dabb2c13f0bb7403"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "6b59c339ff8bdb056d151309f35c8c1b8f93bb6e259efcd0dfff925c23ce97c5"; + sha256_unsigned = "6b59c339ff8bdb056d151309f35c8c1b8f93bb6e259efcd0dfff925c23ce97c5"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr710n-v2.1-initramfs-kernel.bin"; + sha256 = "1523d33d6e44cee3556d16320c9fffbff960fe4e07a43237da51ebe9d843acfe"; + sha256_unsigned = "1523d33d6e44cee3556d16320c9fffbff960fe4e07a43237da51ebe9d843acfe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "11ac71c948cfd3bc1f54c578dfb5a148b4e2f948f6eff0d8d0b57d4b572a9ae7"; + sha256_unsigned = "594cd75c05423e669e1785f515f8a2219769721eb49903b3532912666a619497"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "cb4a4a2bea0783c5157dc3b5c4ee1433eeddd5d72ce87cf354b3f11d5bf169c1"; + sha256_unsigned = "cb4a4a2bea0783c5157dc3b5c4ee1433eeddd5d72ce87cf354b3f11d5bf169c1"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v2.1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr810n-v1-initramfs-kernel.bin"; + sha256 = "750670a58eafea61276b6742edb3ee16f51c561ff071f1f47ddb1c8633a7b188"; + sha256_unsigned = "750670a58eafea61276b6742edb3ee16f51c561ff071f1f47ddb1c8633a7b188"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "6a0b8b0982da41bce55835f077e7ff886446ccf763b815781b153628962afdb2"; + sha256_unsigned = "81883752b4f8043b4561a21d9183f1ca98bf682835a8442e7a17aa4a41b5abc9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "66821502f6f57ffcec9a7449c4d8fc814a2e98e7ee5c44071414c4dcf6d81346"; + sha256_unsigned = "66821502f6f57ffcec9a7449c4d8fc814a2e98e7ee5c44071414c4dcf6d81346"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr810n-v2-initramfs-kernel.bin"; + sha256 = "e3686d08e5aaca9b62111c1a9ad4fb6f167d5ba0ddfdf8f0ae899ad95f0efa88"; + sha256_unsigned = "e3686d08e5aaca9b62111c1a9ad4fb6f167d5ba0ddfdf8f0ae899ad95f0efa88"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "322f6f61d4e096cd025ebadc3d15682643ae867e73196f3719952cdca343d954"; + sha256_unsigned = "f7ffaba7acb371c16f46494478219b61dc529e04100dc8bd7b5c45c54c683d77"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "a3ef1f052a5a27892b21bd408f4aa1f0cc84eab29ee159d4150a88378494290b"; + sha256_unsigned = "a3ef1f052a5a27892b21bd408f4aa1f0cc84eab29ee159d4150a88378494290b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841hp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr841hp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr841hp-v2-initramfs-kernel.bin"; + sha256 = "4f4f080c1c98bcd61376ca4456d7a5b73a26666bba71786724d1bef9132047b1"; + sha256_unsigned = "4f4f080c1c98bcd61376ca4456d7a5b73a26666bba71786724d1bef9132047b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr841hp-v2-squashfs-sysupgrade.bin"; + sha256 = "c00061b6a9ca3fc51bdbc7d7eb61da65faecffaba433b2e963351e0d268f070e"; + sha256_unsigned = "cc2d8a4abdf8831df5018fa5723abb16263379e6c9f9345912a4e4a565cac0ee"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr841hp-v2-squashfs-factory.bin"; + sha256 = "0fd31e52305206525d7918298c09840910606e0d889602ba2cc6dacefefea62a"; + sha256_unsigned = "0fd31e52305206525d7918298c09840910606e0d889602ba2cc6dacefefea62a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr841hp-v2" + ]; + titles = [ + { + model = "TL-WR841HP"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841hp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr841hp-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr841hp-v3-initramfs-kernel.bin"; + sha256 = "e757e1531d8859dff58f52e813d70c055b2b3e439a31ccac77e21076e107f4c8"; + sha256_unsigned = "e757e1531d8859dff58f52e813d70c055b2b3e439a31ccac77e21076e107f4c8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr841hp-v3-squashfs-sysupgrade.bin"; + sha256 = "855aa16cac2ae0c3468f40888d1842f8a2b10e66b3ccb8a66031e0c143b99681"; + sha256_unsigned = "d3d01aea9312ffef19113765ea9cf0a75acf00ba82686b5875a0942b750daf71"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr841hp-v3-squashfs-factory.bin"; + sha256 = "63d1465a4c8828232e603250a9723a281733ac152ba51189e4c85e51becf4187"; + sha256_unsigned = "63d1465a4c8828232e603250a9723a281733ac152ba51189e4c85e51becf4187"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr841hp-v3" + ]; + titles = [ + { + model = "TL-WR841HP"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr842n-v1-initramfs-kernel.bin"; + sha256 = "d745168fb803a5f869e4e98389d6aba5389aa25d8ff40958e3b32d5d00b17bc3"; + sha256_unsigned = "d745168fb803a5f869e4e98389d6aba5389aa25d8ff40958e3b32d5d00b17bc3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "a9ca612a99e67f367b6c8f763d4b2e5afb7fc4aa4b167247fb091b9548bb5003"; + sha256_unsigned = "30fc4c6db6afbf97966ccf5c7a66d89004c2c05bc4a8f316d8a71c8ae32d8c8c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "714cbe6b86bdb863ce310459f39634c8f8540aa3a36b3b166a04b41325432e6b"; + sha256_unsigned = "714cbe6b86bdb863ce310459f39634c8f8540aa3a36b3b166a04b41325432e6b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr842n-v2-initramfs-kernel.bin"; + sha256 = "37612930a071571c07da317d7d2e0ffce12eafba6f64962e04a657c4195128bb"; + sha256_unsigned = "37612930a071571c07da317d7d2e0ffce12eafba6f64962e04a657c4195128bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "7c6154d182d3dea75e5e334ae0f3992f92796930ae40d223d25342e0aac5c256"; + sha256_unsigned = "6c0296df280652247ac3e437306e4f5eae08b4e2b0bd823d8355dbd125dd4351"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "32992eddc153ecd5463bc571f58487fc4a3200336249479cab6727f626210640"; + sha256_unsigned = "32992eddc153ecd5463bc571f58487fc4a3200336249479cab6727f626210640"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr842n-v3-initramfs-kernel.bin"; + sha256 = "2e24ee2089412879b08e38a894a66994006a952e4cef153ec61df98393954e40"; + sha256_unsigned = "2e24ee2089412879b08e38a894a66994006a952e4cef153ec61df98393954e40"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "0850c8b3188649addafc4ac5c982ee408466d0aa654c5f442a30b449a69c49f1"; + sha256_unsigned = "08aa14045b1c87a7ff702640860d5c1c7a50fd933b0aad9cb34901ba6d66b37f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "289c5f6152d8a509a63ee8c17fadc04a0fb5cd9b1a84432e45c626519725bdcd"; + sha256_unsigned = "289c5f6152d8a509a63ee8c17fadc04a0fb5cd9b1a84432e45c626519725bdcd"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr902ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr902ac-v1-initramfs-kernel.bin"; + sha256 = "8381076a4657c1e54187a63cd34aedd970bfd54ae512923bdf107191081202ab"; + sha256_unsigned = "8381076a4657c1e54187a63cd34aedd970bfd54ae512923bdf107191081202ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "0355d31f94e2479c4653fbdec0a1a7984769730349cf5252610bb48276849deb"; + sha256_unsigned = "1cf772ea8e0994a4e0392def0cfe15b1d5700580187fe14996e0529614008564"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "a585dff4d0378d7114d9b125a4d2512f2c1be208778e0c99541ee71ba849375b"; + sha256_unsigned = "a585dff4d0378d7114d9b125a4d2512f2c1be208778e0c99541ee71ba849375b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v1" + "tl-wr902ac-v1" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr941hp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_tl-wr941hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr941hp-v1-initramfs-kernel.bin"; + sha256 = "d64e8ca0c0b52e2433dfc5210d42091a9534a867f5989bf908d1fcde500c6ada"; + sha256_unsigned = "d64e8ca0c0b52e2433dfc5210d42091a9534a867f5989bf908d1fcde500c6ada"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr941hp-v1-squashfs-sysupgrade.bin"; + sha256 = "72e425c758658cbadfaf5ef62ae533124dbef311106a5df01612837e31dacd5c"; + sha256_unsigned = "35ef69ec269459f46d92d28cd70d0a7967880bc7e7da45f76a0580246cf63c65"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_tl-wr941hp-v1-squashfs-factory.bin"; + sha256 = "50720c7bd5fa864f62058367e44e02a7cab049c729ad60513ed6ea2de9199f81"; + sha256_unsigned = "50720c7bd5fa864f62058367e44e02a7cab049c729ad60513ed6ea2de9199f81"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr941hp-v1" + ]; + titles = [ + { + model = "TL-WR941HP"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_wbs210-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_wbs210-v1-initramfs-kernel.bin"; + sha256 = "1da87e2aaf9aa6ee4c9addf485d0055e7e7c3d1bbdfa5b25786ecdf9072c98d4"; + sha256_unsigned = "1da87e2aaf9aa6ee4c9addf485d0055e7e7c3d1bbdfa5b25786ecdf9072c98d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_wbs210-v1-squashfs-factory.bin"; + sha256 = "9185095331caeedb7e3b63b319009425be601da6792545912bc0bf595534b710"; + sha256_unsigned = "9185095331caeedb7e3b63b319009425be601da6792545912bc0bf595534b710"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "3f05aafc211e2c8832f4e25cc52582cb9fe22093b91a27d058ccb8e800046d63"; + sha256_unsigned = "5833381c273844047b001f0126c2ab6506a776cb6fa1b074bf15ccd431a8d9be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs210-v1" + "wbs210" + ]; + titles = [ + { + model = "WBS210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_wbs210-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_wbs210-v2-initramfs-kernel.bin"; + sha256 = "5c7b87c1daf365d828cee63d25ee7f22746ba023212c294033dd894e3db9153c"; + sha256_unsigned = "5c7b87c1daf365d828cee63d25ee7f22746ba023212c294033dd894e3db9153c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_wbs210-v2-squashfs-factory.bin"; + sha256 = "83b76d3cdb4172f5159667b7a6d417a78157f3d385eda438da4d368cc529cdb5"; + sha256_unsigned = "83b76d3cdb4172f5159667b7a6d417a78157f3d385eda438da4d368cc529cdb5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_wbs210-v2-squashfs-sysupgrade.bin"; + sha256 = "b32969c690b78e00baf187d9c5731e56928adf6f136600d0c50ff9cb2fbcb6ea"; + sha256_unsigned = "0d2985ae69b925681f9e07a75f1710317ff3a3e4d96e493b15031073b5fe81ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs210-v2" + ]; + titles = [ + { + model = "WBS210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_wbs510-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_wbs510-v1-initramfs-kernel.bin"; + sha256 = "d3247a569456cf9af3b8edac3085d88f1bebb89d47bf588f03334786486380e6"; + sha256_unsigned = "d3247a569456cf9af3b8edac3085d88f1bebb89d47bf588f03334786486380e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_wbs510-v1-squashfs-factory.bin"; + sha256 = "3c61811a2b64bf4ed7f4d27e12e2e197f3d8ccea25c461793180096b30089f12"; + sha256_unsigned = "3c61811a2b64bf4ed7f4d27e12e2e197f3d8ccea25c461793180096b30089f12"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "aca6fe5960cd50679e1e28c8b19537ff98089bbea63e74d0197b92c7de539fd6"; + sha256_unsigned = "a09939698a8a5517878d1c657fdacad8a52dc92e5825881b8351502c5c63121b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs510-v1" + "wbs510" + ]; + titles = [ + { + model = "WBS510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-tplink_wbs510-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_wbs510-v2-initramfs-kernel.bin"; + sha256 = "ed3d2203b49b0d585703c73dbf57a63746707804328b7ff74356014af4a69715"; + sha256_unsigned = "ed3d2203b49b0d585703c73dbf57a63746707804328b7ff74356014af4a69715"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_wbs510-v2-squashfs-sysupgrade.bin"; + sha256 = "7bc426a2b1722148144703d44ae50e3d69b5cdcf62ad97199d0d80b6dc5683ef"; + sha256_unsigned = "3e8df295138e2f9aebef04a31c7ad2f524e1b4d035adbf839586f611badbff83"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-tplink_wbs510-v2-squashfs-factory.bin"; + sha256 = "0ea93c76f4ab5f4c4dcc43c2b5d4ae2e417d22c70233c9d63df16eef07ff30de"; + sha256_unsigned = "0ea93c76f4ab5f4c4dcc43c2b5d4ae2e417d22c70233c9d63df16eef07ff30de"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,wbs510-v2" + ]; + titles = [ + { + model = "WBS510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-823dru = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-trendnet_tew-823dru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-trendnet_tew-823dru-initramfs-kernel.bin"; + sha256 = "5020a0cf665ac6895d8f8d1f92f80e51bc1ca4b2b7355b89c961b879c55573c3"; + sha256_unsigned = "5020a0cf665ac6895d8f8d1f92f80e51bc1ca4b2b7355b89c961b879c55573c3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-trendnet_tew-823dru-squashfs-sysupgrade.bin"; + sha256 = "e049e29110d9158e030fa8c6cba909cf417bf16fa56d57652b6c5b5b071c9921"; + sha256_unsigned = "bd4ac73e689cb39cc27fe77a37fa5132f5f405e5b6b95d0911df69632177fe33"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-trendnet_tew-823dru-squashfs-factory.bin"; + sha256 = "0db07742d290ba78c8c9cee5b163657f070b1fd44d2830d0a92a8c354ea5c003"; + sha256_unsigned = "0db07742d290ba78c8c9cee5b163657f070b1fd44d2830d0a92a8c354ea5c003"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-823dru" + "tew-823dru" + ]; + titles = [ + { + model = "TEW-823DRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + ubnt_aircube-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_aircube-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_aircube-ac-initramfs-kernel.bin"; + sha256 = "5ab3ef68b42c7dd88d2327dcfb873f760b66747874e0693e4acaeff20ceb7207"; + sha256_unsigned = "5ab3ef68b42c7dd88d2327dcfb873f760b66747874e0693e4acaeff20ceb7207"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_aircube-ac-squashfs-sysupgrade.bin"; + sha256 = "1427a4cddfa7f8857dbf5cf9c5242e054214ba490dc9ba750eca956fb5a0f500"; + sha256_unsigned = "eef83edda42f4130b8c81edf55f7ef8f620c6a321b010bb3f7eeb9f9e5de4111"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_aircube-ac-squashfs-factory.bin"; + sha256 = "3b6f41075e6d0bb2d8bbd6b7c086ddc4994217ce51bccecea2fea5056be10aed"; + sha256_unsigned = "3b6f41075e6d0bb2d8bbd6b7c086ddc4994217ce51bccecea2fea5056be10aed"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,aircube-ac" + ]; + titles = [ + { + model = "airCube AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_aircube-isp = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_aircube-isp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_aircube-isp-initramfs-kernel.bin"; + sha256 = "b95419840a57aacf9c66a1cc19c108869e1c4c1dc2941d3b92bef222d8f60358"; + sha256_unsigned = "b95419840a57aacf9c66a1cc19c108869e1c4c1dc2941d3b92bef222d8f60358"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_aircube-isp-squashfs-sysupgrade.bin"; + sha256 = "4f146f125b69691d85c94e83a3e23f6c99e98d6a7d4affc4ee695723a2a55739"; + sha256_unsigned = "19549cb170d57c73c2983298df592db359ac4e96c091558bfa2d16a4518675b5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_aircube-isp-squashfs-factory.bin"; + sha256 = "009e3d8afb1119fc0c6e6fed436894f1818a6d0b0f48dbfbe6055e47dc1b3f86"; + sha256_unsigned = "009e3d8afb1119fc0c6e6fed436894f1818a6d0b0f48dbfbe6055e47dc1b3f86"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,aircube-isp" + "ubnt,acb-isp" + ]; + titles = [ + { + model = "airCube ISP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_bullet-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_bullet-ac-initramfs-kernel.bin"; + sha256 = "bd7774bc03eac93c7b5a1eb2723a472868f8380cbd7a2feb361797c0c0aa5610"; + sha256_unsigned = "bd7774bc03eac93c7b5a1eb2723a472868f8380cbd7a2feb361797c0c0aa5610"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_bullet-ac-squashfs-sysupgrade.bin"; + sha256 = "dc68e46486751b3ba701e693736fd00888727542d1d9f721ac2c99c8dbda30fe"; + sha256_unsigned = "9feabbe8e5ee7e4e84ea4924d756d4b6af08e42e76bb822a9604812f352178e3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_bullet-ac-squashfs-factory.bin"; + sha256 = "86a2868b885a4d199e1b5c980181945f93ccd036c9c507cc6a80058b3e7691e5"; + sha256_unsigned = "86a2868b885a4d199e1b5c980181945f93ccd036c9c507cc6a80058b3e7691e5"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-ac" + ]; + titles = [ + { + model = "Bullet AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_bullet-m-xw-initramfs-kernel.bin"; + sha256 = "578467c9ee3c1fb997820ccf4c9a92363031f1c7c7efac83f2814fec715638cf"; + sha256_unsigned = "578467c9ee3c1fb997820ccf4c9a92363031f1c7c7efac83f2814fec715638cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "9192122fe59af81d21b246dacda4a47cba5ec37a39cfd7970cc500c0feaf1e5b"; + sha256_unsigned = "40c1a9e47d43c3e58c91d8d2cc357a4e7949eca4113e906c56f42ec22fc19c80"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "38a611e826427fe3e4be43bfd5a3ad96e5aa4c94d75e54e6c18e5921299c1a08"; + sha256_unsigned = "38a611e826427fe3e4be43bfd5a3ad96e5aa4c94d75e54e6c18e5921299c1a08"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-5xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_edgeswitch-5xp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_edgeswitch-5xp-initramfs-kernel.bin"; + sha256 = "1f157905c90e6c65608483ca4faafcc06a818105c9c27ea3aa9b816183992e13"; + sha256_unsigned = "1f157905c90e6c65608483ca4faafcc06a818105c9c27ea3aa9b816183992e13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_edgeswitch-5xp-squashfs-sysupgrade.bin"; + sha256 = "644604035ef44e95baa6043e70770ad679296c6ab982f9da62049eeba8b9791d"; + sha256_unsigned = "9ae3fc2b2dcb0314cdf1915c90472949bc397a0e070d562eeb01d32a08009379"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_edgeswitch-5xp-squashfs-factory.bin"; + sha256 = "293e0c49b176cb33cbcafec635fa8e4098e54be6ee6774d8bf897bdf88c9a79d"; + sha256_unsigned = "293e0c49b176cb33cbcafec635fa8e4098e54be6ee6774d8bf897bdf88c9a79d"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-5xp" + ]; + titles = [ + { + model = "EdgeSwitch 5XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-8xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-switch-bcm53xx-mdio" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_edgeswitch-8xp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_edgeswitch-8xp-initramfs-kernel.bin"; + sha256 = "30bafe106e0ee0fe9527a203468576dc2d2f0af2de3ba68dcbaac6dd960d2db9"; + sha256_unsigned = "30bafe106e0ee0fe9527a203468576dc2d2f0af2de3ba68dcbaac6dd960d2db9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_edgeswitch-8xp-squashfs-sysupgrade.bin"; + sha256 = "757406e2f4e1774b4fb9475b8137a6835831048d721e35f79dc3d727861bc674"; + sha256_unsigned = "e779c57a571a5eeaf138e628c055f9a0b40cd12eddf641d426a0725c8fd30115"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_edgeswitch-8xp-squashfs-factory.bin"; + sha256 = "becf70744ec34cc2b93e98189981dbfe1c8ea41d0077ef75a1f437b85b5aeae8"; + sha256_unsigned = "becf70744ec34cc2b93e98189981dbfe1c8ea41d0077ef75a1f437b85b5aeae8"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-8xp" + ]; + titles = [ + { + model = "EdgeSwitch 8XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_lap-120-initramfs-kernel.bin"; + sha256 = "f0ab827c4343e799f9a4a7981d64e7b2613d8386f884159962153fe3e037376b"; + sha256_unsigned = "f0ab827c4343e799f9a4a7981d64e7b2613d8386f884159962153fe3e037376b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "c4cb2fc323af33c2a962bbb65a721a77655b3a810be46f2c1e533645e203ce38"; + sha256_unsigned = "c4cb2fc323af33c2a962bbb65a721a77655b3a810be46f2c1e533645e203ce38"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "4b9b1d5c639cbab4d41c41abb9e7b538959d914eb9c3bc697be93c7a7541b635"; + sha256_unsigned = "99e0fdf714d6a4ae1c7f1dbd96c6874c1f63df925714f5969c92e50d0cdaf494"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + model = "LiteAP ac (LAP-120)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_litebeam-ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_litebeam-ac-gen2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_litebeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "7c545be803d7850cecd704e113c30bf954f1004e1921bc218f05cbf2fbd7bee8"; + sha256_unsigned = "7c545be803d7850cecd704e113c30bf954f1004e1921bc218f05cbf2fbd7bee8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "a2f31cbdf8e5a8d1d011004f984ac499ece4237fc2f2d74d5831226b2feec33e"; + sha256_unsigned = "bdce4e5343ef03d636b1f283ce41149258748cdd79d53675724efc36b92fac3b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-factory.bin"; + sha256 = "31d2c749ca2f9041d4e227a5a7637113e5595ca6ad253a07ebdb219445b47868"; + sha256_unsigned = "31d2c749ca2f9041d4e227a5a7637113e5595ca6ad253a07ebdb219445b47868"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,litebeam-ac-gen2" + ]; + titles = [ + { + model = "LiteBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanobeam-ac-initramfs-kernel.bin"; + sha256 = "1f176fae092ed9eb35c18c598e88080d29e4ce291116ea765a77bc2b3181b138"; + sha256_unsigned = "1f176fae092ed9eb35c18c598e88080d29e4ce291116ea765a77bc2b3181b138"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "0b158f69791fb4be2b9f7c7c560793269debbebaf193a18b142da2571c09a43a"; + sha256_unsigned = "d7817b917a03ad19dcea994fdabdfc06defd8e285f73e3234a6be6dd2d7781b3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "a830349676091cd833dc57878a9e6e69940e1aef28e06c056a06594f62851706"; + sha256_unsigned = "a830349676091cd833dc57878a9e6e69940e1aef28e06c056a06594f62851706"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-gen2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_nanobeam-ac-gen2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanobeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "91bab4d2eb5617bc24d77dfb3c384d5801450173808821eba353eac4da3fd138"; + sha256_unsigned = "91bab4d2eb5617bc24d77dfb3c384d5801450173808821eba353eac4da3fd138"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "b8ad1857a1b8a65f1682d69622732933a9a47cc516207267a2ed2313569ad8a7"; + sha256_unsigned = "0a6d79e6b193cb2a9675620552059cb7c60e3d395a5b3de3fc9e9104d21b99b4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-factory.bin"; + sha256 = "67abc2854c3ce5d927017055df6c9442051e7c93d94fc5ef6b478a2282673bda"; + sha256_unsigned = "67abc2854c3ce5d927017055df6c9442051e7c93d94fc5ef6b478a2282673bda"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-gen2" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-xc = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_nanobeam-ac-xc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanobeam-ac-xc-initramfs-kernel.bin"; + sha256 = "1bb63c593e82593fa93e55a5b3f50a3ee8a49019698b8af9aaf8b1f3fba8331d"; + sha256_unsigned = "1bb63c593e82593fa93e55a5b3f50a3ee8a49019698b8af9aaf8b1f3fba8331d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanobeam-ac-xc-squashfs-sysupgrade.bin"; + sha256 = "bf77e03bef674ac1c1e04aca42506a973e55ef6dcdc2810e4eb3fe610635ac03"; + sha256_unsigned = "64421b743c5beb5ffbe930d05b14890709609e66f54fdc051e7e276c186f736a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanobeam-ac-xc-squashfs-factory.bin"; + sha256 = "190a2e1caccee715280cba2b4dac52f4ab78d276b1a32868f68f62179699ddd9"; + sha256_unsigned = "190a2e1caccee715280cba2b4dac52f4ab78d276b1a32868f68f62179699ddd9"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-xc" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1 (XC)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-m5-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_nanobeam-m5-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanobeam-m5-xw-initramfs-kernel.bin"; + sha256 = "11aad2109d73b57481dab2b07fdc2ef463f0ee404ba92041b559ad020a9678a3"; + sha256_unsigned = "11aad2109d73b57481dab2b07fdc2ef463f0ee404ba92041b559ad020a9678a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanobeam-m5-xw-squashfs-factory.bin"; + sha256 = "fce7ea0d65708f9e5e755e1f90ef068a141762ecc3b9374d3a9133d7cb61521c"; + sha256_unsigned = "fce7ea0d65708f9e5e755e1f90ef068a141762ecc3b9374d3a9133d7cb61521c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanobeam-m5-xw-squashfs-sysupgrade.bin"; + sha256 = "6ccdccbe56f8042bfef77c0d2da4bd2423eb38255cf6e6e9c0b9494b885e3852"; + sha256_unsigned = "4db53e706db0f6fcba4d6ca908fe3d8403724dae8d9030c4587c255affbdefaa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-m5-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "NanoBeam M5"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanostation-ac-initramfs-kernel.bin"; + sha256 = "5602219294e259f92d4e4c5dfa37b761707b1621ef3abce93c4d9c60ef8b990f"; + sha256_unsigned = "5602219294e259f92d4e4c5dfa37b761707b1621ef3abce93c4d9c60ef8b990f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "f0c184d1226eb31fbbf8782f926ae027a3bdac29086f7cb62e0cd16436a9bc1a"; + sha256_unsigned = "ea2644196e5c28b30529a51ea6809b280bc6b07a54678f593cba06b0f6713892"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "65379f37480696e531cc66fc66d75d7ae0fae0103ff32f916b4a3a72a6575f7d"; + sha256_unsigned = "65379f37480696e531cc66fc66d75d7ae0fae0103ff32f916b4a3a72a6575f7d"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + model = "Nanostation AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanostation-ac-loco-initramfs-kernel.bin"; + sha256 = "08c8021cc81f631394781c30312849a07edad232a15bdfa80f756d31769dec4e"; + sha256_unsigned = "08c8021cc81f631394781c30312849a07edad232a15bdfa80f756d31769dec4e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "5991954327f0d9b81852a976dcf4fefef66794c2c7507259d65de0c0eb8e6acd"; + sha256_unsigned = "29b29cec712f945d3919b3bd615ab573737a3aee9823c1eddfe52f36b3c899e7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "caba00bdf863476c429b6802a13c63fbe9896a6603e415d25672c5f12dcddb64"; + sha256_unsigned = "caba00bdf863476c429b6802a13c63fbe9896a6603e415d25672c5f12dcddb64"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + model = "Nanostation AC loco"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanostation-loco-m-xw-initramfs-kernel.bin"; + sha256 = "07c0328f5cf09590a5df17a1523d5edd48c7cdcffbe27b4ca1dbb4a16beb15f2"; + sha256_unsigned = "07c0328f5cf09590a5df17a1523d5edd48c7cdcffbe27b4ca1dbb4a16beb15f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "39c113a5aa2067b27123fed3b4e6e4415c338a10f28813da7848a70ecd02f3ec"; + sha256_unsigned = "39c113a5aa2067b27123fed3b4e6e4415c338a10f28813da7848a70ecd02f3ec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "11db685f00492ec391fea4fe6c14a4ce365f4c20313cbff291102541463318e7"; + sha256_unsigned = "bd725031cd7a48b4d687f3939e5b55c468b1fa9685ddcf6deb72681c6d34da15"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanostation-m-xw-initramfs-kernel.bin"; + sha256 = "0196bd8aec2cef6400b0d072ee65e89e616a532632d319cb84d4fe190d057ed5"; + sha256_unsigned = "0196bd8aec2cef6400b0d072ee65e89e616a532632d319cb84d4fe190d057ed5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "987e1f4769462444a2197c1ac48c846451eb61f3e91fa8e42514593f8c12f79a"; + sha256_unsigned = "170c7855a347e5f63b221eae3a11b92a8b7666724d3b4e2f45060522705bb61c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "14d6bb111a56fb0e97875f1fb37fbd9dcae8a3d37fa4000619e55343a6cdbc10"; + sha256_unsigned = "14d6bb111a56fb0e97875f1fb37fbd9dcae8a3d37fa4000619e55343a6cdbc10"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-500 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_powerbeam-5ac-500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_powerbeam-5ac-500-initramfs-kernel.bin"; + sha256 = "f959a160b18ff78a8daf16a16fc3b63a8fdc0cb4f1115feee1271fcb2c7e44a7"; + sha256_unsigned = "f959a160b18ff78a8daf16a16fc3b63a8fdc0cb4f1115feee1271fcb2c7e44a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-sysupgrade.bin"; + sha256 = "c94ba8094e26c84d4a0e9c799f62e1f8ccfd86d4a6e8970145155b3650354d8f"; + sha256_unsigned = "0225920c3672e7f50f2b601ea42257dce90268fa51606f9ded286b5f2296c1a1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-factory.bin"; + sha256 = "51b8a136e534d1ca95cb9d059865ff35bb126d3d49c1f573a9b026b5124956c8"; + sha256_unsigned = "51b8a136e534d1ca95cb9d059865ff35bb126d3d49c1f573a9b026b5124956c8"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-500" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "500"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_powerbeam-5ac-gen2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_powerbeam-5ac-gen2-initramfs-kernel.bin"; + sha256 = "811706d8cc77265f1e8a65ee1c4f5b0740fdd6b4e41cc835d755b8964970a83b"; + sha256_unsigned = "811706d8cc77265f1e8a65ee1c4f5b0740fdd6b4e41cc835d755b8964970a83b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "a93b4e41ffc12b14d1b227e1e6f9bf1d570fda197d88782761b053ac9ba8f54a"; + sha256_unsigned = "c2c100f2003b69a6163c5d191469adcc40b15fcfa8da8e11617f184cdcda27cd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-factory.bin"; + sha256 = "ddfc83a00ca4328eb2521eb14c109a79697485ec75333d6313d73dd561a9a46e"; + sha256_unsigned = "ddfc83a00ca4328eb2521eb14c109a79697485ec75333d6313d73dd561a9a46e"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-gen2" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-m2-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_powerbeam-m2-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_powerbeam-m2-xw-initramfs-kernel.bin"; + sha256 = "b8f1a51d8cfccaedf4e9ca57e26bd2960ab034af1b69ca9a6f0718ca815a9e4b"; + sha256_unsigned = "b8f1a51d8cfccaedf4e9ca57e26bd2960ab034af1b69ca9a6f0718ca815a9e4b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_powerbeam-m2-xw-squashfs-factory.bin"; + sha256 = "19ee19b4e2b3e5870f75f71124c95d661dbc99023cd72f72b55ac3f3324db0f6"; + sha256_unsigned = "19ee19b4e2b3e5870f75f71124c95d661dbc99023cd72f72b55ac3f3324db0f6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_powerbeam-m2-xw-squashfs-sysupgrade.bin"; + sha256 = "72f03aa35fc7c02d0f84d98c0e6c043001197ab987d36304a016a5302a546967"; + sha256_unsigned = "636582bf73c36aade1f49903ea892778e5490db08f2aa3b9aa6ddcf7d7c95d61"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-m2-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "PowerBeam M2"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-m5-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_powerbeam-m5-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_powerbeam-m5-xw-initramfs-kernel.bin"; + sha256 = "59d84f1b161df8019c55ca66fcffaef97e757ab2665df4f907672cddd21a29ea"; + sha256_unsigned = "59d84f1b161df8019c55ca66fcffaef97e757ab2665df4f907672cddd21a29ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_powerbeam-m5-xw-squashfs-factory.bin"; + sha256 = "50c97d41b3c0b199c70684dc56da76e3994d32eda74cedb40b16824049d822ac"; + sha256_unsigned = "50c97d41b3c0b199c70684dc56da76e3994d32eda74cedb40b16824049d822ac"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_powerbeam-m5-xw-squashfs-sysupgrade.bin"; + sha256 = "add2cf8be63099571c0b72c4330c6e00a4d435c4bfc4973323d7006200cd668d"; + sha256_unsigned = "9c6567e55d28b0b4b17ddf0056e982105137313b7dc248551a55ceb265c77a98"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-m5-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "PowerBeam M5"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-5ac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_rocket-5ac-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_rocket-5ac-lite-initramfs-kernel.bin"; + sha256 = "4bf259e2094660a897841fef0f00405287a93b11fb522d178ce216a4ac83c9f4"; + sha256_unsigned = "4bf259e2094660a897841fef0f00405287a93b11fb522d178ce216a4ac83c9f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_rocket-5ac-lite-squashfs-sysupgrade.bin"; + sha256 = "70d2d121ef775c9a9c602a2c8c5d0e54557670f1b5f2f0ffd07e0e2e993dee08"; + sha256_unsigned = "e61b1115f7cbd841ab58bb2ffd0c9d4a06015f2ba1327d024e4a41e50e16e5bb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_rocket-5ac-lite-squashfs-factory.bin"; + sha256 = "cfbcdf77c8931a68ba3f8826d85abe2d34b93ad142d2492b9693170980f6c2ce"; + sha256_unsigned = "cfbcdf77c8931a68ba3f8826d85abe2d34b93ad142d2492b9693170980f6c2ce"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,rocket-5ac-lite" + ]; + titles = [ + { + model = "Rocket 5AC"; + variant = "Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_routerstation-initramfs-kernel.bin"; + sha256 = "7276f17357003bbaeddd6c1130b18615fdf190a20388c7e146b4d255cc6cbcca"; + sha256_unsigned = "7276f17357003bbaeddd6c1130b18615fdf190a20388c7e146b4d255cc6cbcca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "2e8d4263f50b3a4ba0141bcb10db50e922f56a6036dbc8f11bb886d872035a05"; + sha256_unsigned = "1750712e5b51737ebd4bf362faa8f95ef342b0202bde2af5bdb436cecfc4171c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "bb04242cc0d16d36f87bc5ca18edd731ebe9176c646f4f35200d0195dd4c5d29"; + sha256_unsigned = "bb04242cc0d16d36f87bc5ca18edd731ebe9176c646f4f35200d0195dd4c5d29"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + ]; + titles = [ + { + model = "RouterStation"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_routerstation-pro-initramfs-kernel.bin"; + sha256 = "f49858836d3e383d49f4a2448cee925bb29dba32828b0019a1da9fbcd558d1ba"; + sha256_unsigned = "f49858836d3e383d49f4a2448cee925bb29dba32828b0019a1da9fbcd558d1ba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "bcdcb3ed1603355cdfeae8f657bd4ad4389ea85deb1a8e4907d6512a02aba3d8"; + sha256_unsigned = "7403bcf06698680fdedf65e3bbb42506fc2827e950377dc7daf2a10e85286997"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "ebb9962146c97967c7c2ea745bc80df7fe7f917c5d61c56b9f27f77c6d02bd2e"; + sha256_unsigned = "ebb9962146c97967c7c2ea745bc80df7fe7f917c5d61c56b9f27f77c6d02bd2e"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + ]; + titles = [ + { + model = "RouterStation Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifi-initramfs-kernel.bin"; + sha256 = "781e8969f113f7850d989a09e158a63ca432fcafadab477b09f97706db4dcf6a"; + sha256_unsigned = "781e8969f113f7850d989a09e158a63ca432fcafadab477b09f97706db4dcf6a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "67ac6a34eafd58f44c3e144e605387ccb0d0ff417ca4303a59199ecd5d59cc23"; + sha256_unsigned = "67ac6a34eafd58f44c3e144e605387ccb0d0ff417ca4303a59199ecd5d59cc23"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "dcc82df26dd1ac36d5be3c27abfaf7590ce67a937a93df11cc795ce8b7ff3809"; + sha256_unsigned = "ad4d7810b9a812fb71b26c3de52958f1d6a0712e6c4cb3087895bf2fa541300d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + model = "UniFi AP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-outdoor-plus = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_unifi-ap-outdoor-plus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifi-ap-outdoor-plus-initramfs-kernel.bin"; + sha256 = "9387872c2bd27a1a9d6bd665184331b5b835ffb24eb3979171487622fe7fef7a"; + sha256_unsigned = "9387872c2bd27a1a9d6bd665184331b5b835ffb24eb3979171487622fe7fef7a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "01d8eddd6a7fd46e76036831a838d4d5d1ed934c35056a096150961c327b0266"; + sha256_unsigned = "123a5662c819d20204eb83c0ef470ee4353015cdbf453b6043d921fd570dccb8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-factory.bin"; + sha256 = "2559922221c7297ac2abd0d73265bdebf13d45971cdbdb99190a67d8d68e149f"; + sha256_unsigned = "123a5662c819d20204eb83c0ef470ee4353015cdbf453b6043d921fd570dccb8"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-outdoor-plus" + "unifi-outdoor-plus" + ]; + titles = [ + { + model = "UniFi AP Outdoor+"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-pro = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_unifi-ap-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifi-ap-pro-initramfs-kernel.bin"; + sha256 = "943bde720a2d442b7e8eae521b198561834be0c07ee68fed857c0919cdcf6250"; + sha256_unsigned = "943bde720a2d442b7e8eae521b198561834be0c07ee68fed857c0919cdcf6250"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifi-ap-pro-squashfs-sysupgrade.bin"; + sha256 = "64488610718fafa486b2972900725cac4a73eb647728327af468f82a9043a794"; + sha256_unsigned = "e16b01920c0f0e22e78a061b788618e0ffd092e8df498f2c14cea249f0ac3a56"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifi-ap-pro-squashfs-factory.bin"; + sha256 = "276e4306a3082113f29b958cd340d6688fd56f514bf8fc81e5b9bfceff2ef907"; + sha256_unsigned = "e16b01920c0f0e22e78a061b788618e0ffd092e8df498f2c14cea249f0ac3a56"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-pro" + "uap-pro" + ]; + titles = [ + { + model = "UniFi AP Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifiac-lite-initramfs-kernel.bin"; + sha256 = "3100102032c2021e6753832a0a4a35d8f4b5b9f79c6235662ea39527be36dc4b"; + sha256_unsigned = "3100102032c2021e6753832a0a4a35d8f4b5b9f79c6235662ea39527be36dc4b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "0de40329ad1f4ac076a4aa0c3ab71b8c3befc74c481c52b496da368763fd802b"; + sha256_unsigned = "7eef7b10fef950780654b485aacd9b3d1c69d5f64ceb0fb72e7baaae2cdae059"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifiac-lr-initramfs-kernel.bin"; + sha256 = "dfccb0bd464cb40e888a47f71d6f8b26b3c355c6fc5c5e16b94fa47d714b8773"; + sha256_unsigned = "dfccb0bd464cb40e888a47f71d6f8b26b3c355c6fc5c5e16b94fa47d714b8773"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "80b9d017ad119999f7f4842247b33ad124706e225c6d8c8cf51feac61a6d48b5"; + sha256_unsigned = "70b98932003eb950d0de223faa118e4b9d8da06c55a8d1c71a246a6e31b82dfd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC LR"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifiac-mesh-initramfs-kernel.bin"; + sha256 = "67f7206d7c404106ba67f44b6a441fc13e5859f56b21666e13c3467e327df9a2"; + sha256_unsigned = "67f7206d7c404106ba67f44b6a441fc13e5859f56b21666e13c3467e327df9a2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "f019360f6de8b21a5383554a44a0c61954a2e36672efa5e8b903a89d6f915fc4"; + sha256_unsigned = "bd7f49f4ff2376259219faa68aa76fc86ef204f010e1803601eb790ca98d5bd9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Mesh"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifiac-mesh-pro-initramfs-kernel.bin"; + sha256 = "f0e97edf723ccc6ed3c1ba71dc5739df1c2ead602b56f059959f16b4bf0557dc"; + sha256_unsigned = "f0e97edf723ccc6ed3c1ba71dc5739df1c2ead602b56f059959f16b4bf0557dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "dd8967d6df1b3e1ac4e4b64aa14768cf5c056675c3c0da4485f23d3129133cbd"; + sha256_unsigned = "f6a2f490485c69db9ded05a64ed5fbb2954659899d8cefdc097423953131d778"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Mesh Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifiac-pro-initramfs-kernel.bin"; + sha256 = "bd15b21f24f26520516f0bf4c289ebbd9052d51e02a9277f1b28f6086da2e701"; + sha256_unsigned = "bd15b21f24f26520516f0bf4c289ebbd9052d51e02a9277f1b28f6086da2e701"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "2550955f99bf66b82b31c9cfb2f7d99b5694603f2049763f8a5ec15aae91b590"; + sha256_unsigned = "763eae8133f503d3e52345ffede3433f8798b41abda783be569a0ed4d80faf6e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + wallys_dr531 = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-wallys_dr531"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-wallys_dr531-initramfs-kernel.bin"; + sha256 = "a20d9354b5c1070baf07f9f296ebf6cf6a27c47ad4c9e8e19ac05f19350abadb"; + sha256_unsigned = "a20d9354b5c1070baf07f9f296ebf6cf6a27c47ad4c9e8e19ac05f19350abadb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-wallys_dr531-squashfs-sysupgrade.bin"; + sha256 = "06800a21860bbbf88785e8cfa1f591426d63155a9ea247412e17efe36bce6baa"; + sha256_unsigned = "5fe42c26a2e7b2327f780d469a305f6f01c6ef20ecffb8c2c9faa01262a8fd03"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wallys,dr531" + "dr531" + ]; + titles = [ + { + model = "DR531"; + vendor = "Wallys"; + } + ]; + }; + wd_mynet-n600 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-wd_mynet-n600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-wd_mynet-n600-initramfs-kernel.bin"; + sha256 = "d3d03c396a281df4a24bca93715ad1fd67f2806136d18bbe1503cfab61b340a9"; + sha256_unsigned = "d3d03c396a281df4a24bca93715ad1fd67f2806136d18bbe1503cfab61b340a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-wd_mynet-n600-squashfs-sysupgrade.bin"; + sha256 = "c60b001a6c09c740d50b862fed56c18bd6712ac86e63ff094da4e93192fefa60"; + sha256_unsigned = "d47d8bd281c57b6f85b9f3e8a0eed8fdbfa80f072edb61d875a6cb17150717da"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-wd_mynet-n600-squashfs-factory.bin"; + sha256 = "863b5d257567eedcaf430dcb70410c32fe9067ce0d88c983293d72272e8154dd"; + sha256_unsigned = "863b5d257567eedcaf430dcb70410c32fe9067ce0d88c983293d72272e8154dd"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mynet-n600" + "mynet-n600" + ]; + titles = [ + { + model = "My Net N600"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-wd_mynet-n750-initramfs-kernel.bin"; + sha256 = "a2e74c2c11f4d1601bcda986ba4dc94bf80cf425691c6c23938d2962b06d8707"; + sha256_unsigned = "a2e74c2c11f4d1601bcda986ba4dc94bf80cf425691c6c23938d2962b06d8707"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "f518f99fda9e5b438e449834e9c29cc9bf3716a44fc2a55dfb40725f5a375e11"; + sha256_unsigned = "ad74b2850ee5cb952bcf6e698e2b2aa90b13fa8c6729bf4bedc2d972a6bfd7be"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "0275c84c5329f453a69d895a103e72618d33094f75fa541818e3c2dda182b7a8"; + sha256_unsigned = "0275c84c5329f453a69d895a103e72618d33094f75fa541818e3c2dda182b7a8"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + model = "My Net N750"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-wd_mynet-wifi-rangeextender-initramfs-kernel.bin"; + sha256 = "0f90dc25c635bb3dc8c060946d139ab1aed21b2435bebe03e20ed080a6df1ef4"; + sha256_unsigned = "0f90dc25c635bb3dc8c060946d139ab1aed21b2435bebe03e20ed080a6df1ef4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "58d693a4001787bfabb3207d09de3b24cc4fd320b73cd34ba66dca5531771399"; + sha256_unsigned = "3445c5bd20e8273e11f7947c475a8b93e9b2f398fd8fd6106fa7182bff1a31d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + model = "My Net Wi-Fi Range Extender"; + vendor = "Western Digital"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-winchannel_wb2000-initramfs-kernel.bin"; + sha256 = "be9e910449b62cdee11c04534a4e677bdb06e46ad0df44f182c169cccc1b57c5"; + sha256_unsigned = "be9e910449b62cdee11c04534a4e677bdb06e46ad0df44f182c169cccc1b57c5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "e1a121eefc50c1fdf1a96013cf1722861a6cb4fdcc4705660e23fb3660196d85"; + sha256_unsigned = "7fa7c407b02682aa6bfc545edd6366aa066d5cfe2936c61b55825a9171421ca5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + model = "WB2000"; + vendor = "Winchannel"; + } + ]; + }; + xiaomi_aiot-ac2350 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-xiaomi_aiot-ac2350"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-xiaomi_aiot-ac2350-initramfs-kernel.bin"; + sha256 = "98da451011d106e7b0fba58ba6ca6563bf556c6dc8cd8f957526cf56c9a78197"; + sha256_unsigned = "98da451011d106e7b0fba58ba6ca6563bf556c6dc8cd8f957526cf56c9a78197"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-xiaomi_aiot-ac2350-squashfs-sysupgrade.bin"; + sha256 = "37b8e7560269c0926151105c70ccfa3e7f97b7dce50fe9c83a4a71be18daae8c"; + sha256_unsigned = "072cbf0d368b67de58c9583e19707b881c3b1ad383e03acf335d5c8db15f2e9e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,aiot-ac2350" + ]; + titles = [ + { + model = "AIoT AC2350"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-xiaomi_mi-router-4q-initramfs-kernel.bin"; + sha256 = "8129b6278e1355e7cf8abda0c181f8dd204f349fef0659df086f87f68c62ea24"; + sha256_unsigned = "8129b6278e1355e7cf8abda0c181f8dd204f349fef0659df086f87f68c62ea24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "df2f6e6738d3cec33f176a824fabd4754c59808d15534dbeda90cca173fe62bd"; + sha256_unsigned = "fe796c2cb79da615706772ada6758a5a436504a0a1c00451151de6d3b89629a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + model = "Mi Router 4Q"; + vendor = "Xiaomi"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-yuncore_a770-initramfs-kernel.bin"; + sha256 = "e612edc29d881b2257e00ac640d88ee83a31d6a86d774fe24bfc303585f6bdd1"; + sha256_unsigned = "e612edc29d881b2257e00ac640d88ee83a31d6a86d774fe24bfc303585f6bdd1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "378da629758a0ae1ba3c97caf7d69d97c5fdcd1aa2228b52661beadfdb3b703a"; + sha256_unsigned = "885b09b2d60fa27d477105a3d934c63b8df82523fccdbeffee83cee02594ea3d"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "cb047ed53b6340464b9c70f05f71a4d00c827dbb2881c1c14652b40987271058"; + sha256_unsigned = "885b09b2d60fa27d477105a3d934c63b8df82523fccdbeffee83cee02594ea3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + model = "A770"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-yuncore_a782-initramfs-kernel.bin"; + sha256 = "2fb90700e4bc0cbf147b0ff607bfbbe12912e1592db0474d6f6d2fa416fc65c1"; + sha256_unsigned = "2fb90700e4bc0cbf147b0ff607bfbbe12912e1592db0474d6f6d2fa416fc65c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "c5aaeab8e53fb198c17a66df3503595917fbc6b8d80c0ce2bd17f4380670167e"; + sha256_unsigned = "720bef61ad09cc2eb5f6e9d91cb6c01e92b09c465c115fd2ffd01178e3f61958"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "3f6041e5f015221696e3c1eaaf2fb140c2f388b040b62ac530506883ebcd8e6a"; + sha256_unsigned = "720bef61ad09cc2eb5f6e9d91cb6c01e92b09c465c115fd2ffd01178e3f61958"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + model = "A782"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a930 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-generic-yuncore_a930"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-yuncore_a930-initramfs-kernel.bin"; + sha256 = "489ce7520d5b2359969189ea65f96690813f5814f2dd39f6077d4683f1271481"; + sha256_unsigned = "489ce7520d5b2359969189ea65f96690813f5814f2dd39f6077d4683f1271481"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-yuncore_a930-squashfs-sysupgrade.bin"; + sha256 = "10b70bd00863a6ce1993cb9d9c85931de57986079b4e1008acfa0a427278bed9"; + sha256_unsigned = "c44ce1a79aa230fa531b097afcfc4584ac3a6b9d639909c166a971f36ca509a1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-yuncore_a930-squashfs-tftp.bin"; + sha256 = "6c2b13b31885d02b4a85008ae8d6b002368dfee279791faa65ba6a8a452b5ab4"; + sha256_unsigned = "c44ce1a79aa230fa531b097afcfc4584ac3a6b9d639909c166a971f36ca509a1"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a930" + ]; + titles = [ + { + model = "A930"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-yuncore_xd3200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-yuncore_xd3200-initramfs-kernel.bin"; + sha256 = "76e2011bc74531759ff647772dab70458de8e336fe4516d41da687287b1f68ee"; + sha256_unsigned = "76e2011bc74531759ff647772dab70458de8e336fe4516d41da687287b1f68ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-yuncore_xd3200-squashfs-tftp.bin"; + sha256 = "5f8473ef31d5d9d73bdadf2979bceded74e776bbf8e610b0976b5125e1650361"; + sha256_unsigned = "946319fd8fdf98d5d0a82b80a963babadaf4fa11bf3e1c3bea3792f84123151b"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-yuncore_xd3200-squashfs-sysupgrade.bin"; + sha256 = "6e11aa7becf3f5e51aa17f00f14261692eca590cd34347ff6168567c48ed8fc7"; + sha256_unsigned = "946319fd8fdf98d5d0a82b80a963babadaf4fa11bf3e1c3bea3792f84123151b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,xd3200" + ]; + titles = [ + { + model = "XD3200"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-yuncore_xd4200-initramfs-kernel.bin"; + sha256 = "ad5459a630c61470b66123fd1c9b2a49e63b0dc1fd245d070d386f33ad1b0608"; + sha256_unsigned = "ad5459a630c61470b66123fd1c9b2a49e63b0dc1fd245d070d386f33ad1b0608"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "1a45a859fa759e5c91a5cfde08fe80df8074b1cd654e32468b05ed33b32de933"; + sha256_unsigned = "c819f919672909b32c9eef3ca69fe5b30c6b50c117e742ceaf4a61901e4846f2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "caf70c2ad929f69b766d78f0f8aaee14add5d5a63363456677af8c9321703a8b"; + sha256_unsigned = "c819f919672909b32c9eef3ca69fe5b30c6b50c117e742ceaf4a61901e4846f2"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + model = "XD4200"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-zbtlink_zbt-wd323-initramfs-kernel.bin"; + sha256 = "d1ee9d52408073e83488c5eb8e4f4be18106c5388139fb2577eb3a1de32bde10"; + sha256_unsigned = "d1ee9d52408073e83488c5eb8e4f4be18106c5388139fb2577eb3a1de32bde10"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "3dc1ca5da29a689f03e3c4f25ed1ec65d43a72086f84acd3a6375a6c672f897d"; + sha256_unsigned = "6c210f5b8b436a6addcb948e938a34b76b5d6667e1580b0fe07a1ba02dfa55c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + model = "WD323"; + vendor = "ZBT"; + } + ]; + }; + ziking_cpe46b = { + device_packages = [ + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-ziking_cpe46b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-ziking_cpe46b-initramfs-kernel.bin"; + sha256 = "1cd941cb25a5b77b8dbe64ca0896992f1eb07f3509d2db576f5ec8c08c814625"; + sha256_unsigned = "1cd941cb25a5b77b8dbe64ca0896992f1eb07f3509d2db576f5ec8c08c814625"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-ziking_cpe46b-squashfs-sysupgrade.bin"; + sha256 = "8bac193d2379ab8a97842a709c4d7fb596c9bd98e525b5685c02c568f4485d5e"; + sha256_unsigned = "bce14aa5d3a03453917ea30588243c2881d250e5216af56989b981ff86c92e9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ziking,cpe46b" + ]; + titles = [ + { + model = "CPE46B"; + vendor = "ZiKing"; + } + ]; + }; + zyxel_nbg6616 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-generic-zyxel_nbg6616"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-generic-zyxel_nbg6616-initramfs-kernel.bin"; + sha256 = "ffd6a3786c076f1c5b33b03158447bf121260d7404c450b5f8b0e895a3e69a16"; + sha256_unsigned = "ffd6a3786c076f1c5b33b03158447bf121260d7404c450b5f8b0e895a3e69a16"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-zyxel_nbg6616-squashfs-sysupgrade.bin"; + sha256 = "9ba41f3b2b6127ade14d9932cb3d4317a5e0fa5e8545344efb011787e275b537"; + sha256_unsigned = "496745234b4a76f1d44f1e02ec64503db4bebcb4ec85d1d88985cfdc0c142bcf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-generic-zyxel_nbg6616-squashfs-factory.bin"; + sha256 = "451adefa18c0d483aea3ea4648e688a2502b10a5536dd0bedb819f2094eacc40"; + sha256_unsigned = "451adefa18c0d483aea3ea4648e688a2502b10a5536dd0bedb819f2094eacc40"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6616" + "nbg6616" + ]; + titles = [ + { + model = "NBG6616"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "ath79/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_routerboard-951ui-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-951ui-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-951ui-2nd-initramfs-kernel.bin"; + sha256 = "98b414cb8d4a19b19a451d99745a7a08c7b4d69c5ba2ad5396e8a3d2380a2ec6"; + sha256_unsigned = "98b414cb8d4a19b19a451d99745a7a08c7b4d69c5ba2ad5396e8a3d2380a2ec6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-951ui-2nd-squashfs-sysupgrade.bin"; + sha256 = "1e9a0fe9f8f7d440f84e24e3c6684b03b607c91b68eb3a1bcb59c28b5c503533"; + sha256_unsigned = "c2f14b3a17667de5da9d071018d98e37eb813da2c15a8808fcadeac2a79f7591"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-951ui-2nd" + "rb-951ui-2nd" + ]; + titles = [ + { + model = "RouterBOARD 951Ui-2nD (hAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-952ui-5ac2nd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-squashfs-sysupgrade.bin"; + sha256 = "4e6c056e0a882a9f124d34b6e6c9544012e36ab16e60fc4402c2f0bcc1bb29d4"; + sha256_unsigned = "0123ec2fadb9f42a2b8857ecbb2f12b27ddc9b968e5a335300bb1d09fe8e1039"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-initramfs-kernel.bin"; + sha256 = "de578e7a43811cf5b7d9d2a277f8ea4cfc76d9c7e5a4673838b1827f684f7256"; + sha256_unsigned = "de578e7a43811cf5b7d9d2a277f8ea4cfc76d9c7e5a4673838b1827f684f7256"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-952ui-5ac2nd" + "rb-952ui-5ac2nd" + ]; + titles = [ + { + model = "RouterBOARD 952Ui-5ac2nD (hAP ac lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-962uigs-5hact2hnt = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-sfp" + ]; + image_prefix = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt-squashfs-sysupgrade.bin"; + sha256 = "774f4ca6f28c04db5a8f75e86fa17dffcc31701ca28ec666ebecc37959261be6"; + sha256_unsigned = "88c02f0f3ecbf9996a125993ec773cc997e7880e928fc5a60547f78bc6c901c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt-initramfs-kernel.bin"; + sha256 = "9c27bfc7e2c4e83ed530266750c0be5d117dbb38be00813b02ff3a5e2f343cb8"; + sha256_unsigned = "9c27bfc7e2c4e83ed530266750c0be5d117dbb38be00813b02ff3a5e2f343cb8"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-962uigs-5hact2hnt" + "rb-962uigs-5hact2hnt" + ]; + titles = [ + { + model = "RouterBOARD 962UiGS-5HacT2HnT (hAP ac)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-lhg-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-squashfs-sysupgrade.bin"; + sha256 = "41907b4450d859531e6c475840bfb87deaf71ebdb3bddd58f423bdd58a109403"; + sha256_unsigned = "20566dbbd61c22f5448ac214bedde3f649c7d1f692362199c06ffebccdf5c462"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-initramfs-kernel.bin"; + sha256 = "4d9e461249b3fc03a0d54148810d1cd1ad8b1564d4b6fdacc7845c1203e26d72"; + sha256_unsigned = "4d9e461249b3fc03a0d54148810d1cd1ad8b1564d4b6fdacc7845c1203e26d72"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-2nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 2nD (LHG 2)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-5nd = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-lhg-5nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-lhg-5nd-squashfs-sysupgrade.bin"; + sha256 = "69e4d10c595be5aa3569bcdcc6988733173bb66ece05d1afad6a07e0541e459f"; + sha256_unsigned = "a296a43aa190f68a9c9c7610d8e1c687919a254723ad546407d031678285171d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-lhg-5nd-initramfs-kernel.bin"; + sha256 = "f4996ec8e4bc53dcf39f9569c458f5862897a6c0bc753777a3c0ce7d3f2a3c90"; + sha256_unsigned = "f4996ec8e4bc53dcf39f9569c458f5862897a6c0bc753777a3c0ce7d3f2a3c90"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-5nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 5nD (LHG 5)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-map-2nd = { + device_packages = [ + "kmod-usb2" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-map-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-map-2nd-initramfs-kernel.bin"; + sha256 = "b6f98c24ad1ac16d4f637a1355d7931933ceac164c4b71ec22c771010fa6c15b"; + sha256_unsigned = "b6f98c24ad1ac16d4f637a1355d7931933ceac164c4b71ec22c771010fa6c15b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-map-2nd-squashfs-sysupgrade.bin"; + sha256 = "3393b80cccb5ae5c2242791cd06f5b67a5c746a8f802d154f4cea20fe45324b6"; + sha256_unsigned = "65c61f9f3e26e2b36f6b506ca9ff51f811619eb84424427819bedd668195dbf4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-map-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAP-2nD (mAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-mapl-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-mapl-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-squashfs-sysupgrade.bin"; + sha256 = "a7438b5a801fb940d61c0dfd84b7facf51eac530528346fc8716daac8722e7fb"; + sha256_unsigned = "016c54522d141ecd6827751b57668395ab084bac9e57fb74b81ff8ee3a9fa0cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-initramfs-kernel.bin"; + sha256 = "2a51cbee816b155e633593146a13d8bfd07918e742017037757ea3906b46e71f"; + sha256_unsigned = "2a51cbee816b155e633593146a13d8bfd07918e742017037757ea3906b46e71f"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-mapl-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAPL-2nD (mAP lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-wap-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-wap-2nd-initramfs-kernel.bin"; + sha256 = "91375315e4179487610477654464af7f735652d3b0507e9cbd946d6ae9fa953f"; + sha256_unsigned = "91375315e4179487610477654464af7f735652d3b0507e9cbd946d6ae9fa953f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-wap-2nd-squashfs-sysupgrade.bin"; + sha256 = "8fe0d3d1851c835ad6015e9b90a8e5531d015846db97b75d1be5c04f299663cd"; + sha256_unsigned = "fecae11994da0bf6f2c464de27bcf1dc53299839ea6a07957d2efe716adf6f85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAP-2nD (wAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-g-5hact2hnd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-initramfs-kernel.bin"; + sha256 = "bc70371d9f4ca78ed3cdb703d599fea8adf74bb927f8582198ca8f4ffdcea737"; + sha256_unsigned = "bc70371d9f4ca78ed3cdb703d599fea8adf74bb927f8582198ca8f4ffdcea737"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-squashfs-sysupgrade.bin"; + sha256 = "cd55b1d17e548e87c5c18f69deba20a2335aa78ebd9a353cb501da614c699ff0"; + sha256_unsigned = "aa418304e43a42b3f90b7ba4396ab6c87a23af9f20d5f2b8155f38af8945187c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-g-5hact2hnd" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + model = "RouterBOARD wAP G-5HacT2HnD (wAP AC)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wapr-2nd = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-wapr-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-initramfs-kernel.bin"; + sha256 = "c1fe0b44bdc2d36e667ac0f156c0fe2b34208001a3989d90fb62e9d9cac539c1"; + sha256_unsigned = "c1fe0b44bdc2d36e667ac0f156c0fe2b34208001a3989d90fb62e9d9cac539c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-squashfs-sysupgrade.bin"; + sha256 = "e9f49e3565c6a7f3961592669a740e6642e816af9ef1431793cf6cdc18c7071b"; + sha256_unsigned = "7fffade32748113c104e27a70054956e49a01499df5e11e03a999e26f57d29b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wapr-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAPR-2nD (wAP R)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "ath79/mikrotik"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_rambutan" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-8dev_rambutan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-8dev_rambutan-squashfs-factory.bin"; + sha256 = "c8b54a1aabd5ee0d744e9ebd1f8c1a21ab43ebe40e88873ec9e0744e8a671e24"; + sha256_unsigned = "c8b54a1aabd5ee0d744e9ebd1f8c1a21ab43ebe40e88873ec9e0744e8a671e24"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-8dev_rambutan-initramfs-kernel.bin"; + sha256 = "a83101ab688564e44bac31bfdc288ed0698d1aaf7349eb23aaf3e18ccc2ebb70"; + sha256_unsigned = "a83101ab688564e44bac31bfdc288ed0698d1aaf7349eb23aaf3e18ccc2ebb70"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-8dev_rambutan-squashfs-sysupgrade.tar"; + sha256 = "81a428bc1b44641d022b0bceda3bf7d0e2f8045cd4d19674397ecfec8929b06b"; + sha256_unsigned = "1926a0153f6b27ef9ff3c862c78f8a9d755d581ad261250bf090b9fb2e942043"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,rambutan" + ]; + titles = [ + { + model = "Rambutan"; + vendor = "8devices"; + } + ]; + }; + aerohive_hiveap-121 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-aerohive_hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-aerohive_hiveap-121-squashfs-sysupgrade.bin"; + sha256 = "547955da2e98739622d1d40cb94a6ff6e70d5632e9e5ba9f97f2c69b54de54b2"; + sha256_unsigned = "c0c4c8b44fc2596b580860d90ab3ef01042edfbdcc2fd86e5106be1f68fcdfdc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-aerohive_hiveap-121-initramfs-kernel.bin"; + sha256 = "3ad6ed0f15fe02c789b21aeeb925398dca8575a871530562902b020eeaa9f92d"; + sha256_unsigned = "3ad6ed0f15fe02c789b21aeeb925398dca8575a871530562902b020eeaa9f92d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin"; + sha256 = "7ffed99b67840c171ca6e86e247d854ebfe9fafc4d6e0ce9f7fa8c42e36ee63b"; + sha256_unsigned = "7ffed99b67840c171ca6e86e247d854ebfe9fafc4d6e0ce9f7fa8c42e36ee63b"; + type = "factory"; + } + ]; + supported_devices = [ + "aerohive,hiveap-121" + "hiveap-121" + ]; + titles = [ + { + model = "HiveAP 121"; + vendor = "Aerohive"; + } + ]; + }; + domywifi_dw33d = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-domywifi_dw33d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-domywifi_dw33d-squashfs-factory.bin"; + sha256 = "b2d4e0aaf66213a454f992e10b7c1cd3551144bbb7bd8b572352b44b577f684c"; + sha256_unsigned = "b2d4e0aaf66213a454f992e10b7c1cd3551144bbb7bd8b572352b44b577f684c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-domywifi_dw33d-initramfs-kernel.bin"; + sha256 = "41d421cc8b00ddfab7136ba57dec4a56722a63ab4a97ca265af166f5b6df8b95"; + sha256_unsigned = "41d421cc8b00ddfab7136ba57dec4a56722a63ab4a97ca265af166f5b6df8b95"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-domywifi_dw33d-squashfs-sysupgrade.bin"; + sha256 = "71b339d9efa90fd38c512853c98feb188e29414bb8b2c04cf57abecc46cd8968"; + sha256_unsigned = "b1b1eb7ef8a649972d8501dd618a0b499744268abefee16a8ccaca390c041427"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "domywifi,dw33d" + ]; + titles = [ + { + model = "DW33D"; + vendor = "DomyWifi"; + } + ]; + }; + dongwon_dw02-412h-128m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-dongwon_dw02-412h-128m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-dongwon_dw02-412h-128m-squashfs-sysupgrade.bin"; + sha256 = "481ada3389501e6eb0b972d244de2ffe47130933fd7c6bc9b9d9c29fb0ad2270"; + sha256_unsigned = "0a688bd254e45e601494e7490b0f276aa25748f359f2a2419db914eba3e299c0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-dongwon_dw02-412h-128m-initramfs-kernel.bin"; + sha256 = "6dd5222c85fce54dc9591273bdc0b602d8c8873d4c55970eefba6575dbef974d"; + sha256_unsigned = "6dd5222c85fce54dc9591273bdc0b602d8c8873d4c55970eefba6575dbef974d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-dongwon_dw02-412h-128m-squashfs-factory.img"; + sha256 = "390e3d6902d0900ea39ace489adc26f5b6928d73eb289b74ce5ce64eafb95630"; + sha256_unsigned = "390e3d6902d0900ea39ace489adc26f5b6928d73eb289b74ce5ce64eafb95630"; + type = "factory"; + } + ]; + supported_devices = [ + "dongwon,dw02-412h-128m" + ]; + titles = [ + { + model = "DW02-412H"; + variant = "(128M)"; + vendor = "Dongwon T&I"; + } + { + model = "GiGA WiFi home"; + variant = "(128M)"; + vendor = "KT"; + } + ]; + }; + dongwon_dw02-412h-64m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-dongwon_dw02-412h-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-dongwon_dw02-412h-64m-squashfs-factory.img"; + sha256 = "c58dc871faef24d986af804d52baf451aacca784a04b5aca9a79462cc935bc62"; + sha256_unsigned = "c58dc871faef24d986af804d52baf451aacca784a04b5aca9a79462cc935bc62"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-dongwon_dw02-412h-64m-squashfs-sysupgrade.bin"; + sha256 = "a46aa80ab7eae7906e171f10cd9fc4f8224fe7abebe57f77c0a5c275fb83a5a8"; + sha256_unsigned = "366db6347ae3df87bc3f6195f4087a506a1d2fb43948e9333d115b1163df3219"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-dongwon_dw02-412h-64m-initramfs-kernel.bin"; + sha256 = "34c056c1e2af2fdd1c091f1cba93ce5a242180f18d7d00ca0234e62ff7f5f3a9"; + sha256_unsigned = "34c056c1e2af2fdd1c091f1cba93ce5a242180f18d7d00ca0234e62ff7f5f3a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "dongwon,dw02-412h-64m" + ]; + titles = [ + { + model = "DW02-412H"; + variant = "(64M)"; + vendor = "Dongwon T&I"; + } + { + model = "GiGA WiFi home"; + variant = "(64M)"; + vendor = "KT"; + } + ]; + }; + glinet_gl-ar300m-nand = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-glinet_gl-ar300m-nand"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-glinet_gl-ar300m-nand-initramfs-kernel.bin"; + sha256 = "60cbcfb503b98269ac134fd9a7a84da94d4d793b9dcee918f33fe89e2416198b"; + sha256_unsigned = "60cbcfb503b98269ac134fd9a7a84da94d4d793b9dcee918f33fe89e2416198b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-glinet_gl-ar300m-nand-squashfs-factory.img"; + sha256 = "5bb99df0af51192ac5b098db64976940fa353056d553c0e421045bd02b8b14db"; + sha256_unsigned = "5bb99df0af51192ac5b098db64976940fa353056d553c0e421045bd02b8b14db"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin"; + sha256 = "0a60696ac9681308feb29d1be380fbd02fafb020d930c0e1bcbf69aa78a18bd1"; + sha256_unsigned = "5430153382d161f05ad8451581e956ddb1e24eeda1c4943af36296a1c6ee91db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nand" + "glinet,gl-ar300m-nor" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-nor = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-glinet_gl-ar300m-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-glinet_gl-ar300m-nor-initramfs-kernel.bin"; + sha256 = "b25221062b8d08fac193c898d4428043fedc328ad4267c1c691bde03ef23c446"; + sha256_unsigned = "b25221062b8d08fac193c898d4428043fedc328ad4267c1c691bde03ef23c446"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade.bin"; + sha256 = "cb0a4451c01e03fdcc93667c180e796cc5a0b25e0ce7800e1491b4a8ac149567"; + sha256_unsigned = "215264da282f20fa3dec924b84d2e7283c844025c68edfc918334ac4abe86256"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nor" + "glinet,gl-ar300m-nand" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-glinet_gl-ar750s-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-glinet_gl-ar750s-nor-initramfs-kernel.bin"; + sha256 = "c040484fae788f7e718195e3828dfca0e6aef8b7f9f82e7e662df76060d3edfc"; + sha256_unsigned = "c040484fae788f7e718195e3828dfca0e6aef8b7f9f82e7e662df76060d3edfc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-glinet_gl-ar750s-nor-squashfs-sysupgrade.bin"; + sha256 = "66efb8a4c0abdb04f256925976751a3dac0dbeadb62e58e1038d3f045ad42377"; + sha256_unsigned = "b419263da992ad244eb826f5fe761a01cea61c34b868cca312e39dab11226ef6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor" + "gl-ar750s" + "glinet,gl-ar750s" + "glinet,gl-ar750s-nor-nand" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor-nand = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-glinet_gl-ar750s-nor-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-sysupgrade.bin"; + sha256 = "94fe10aacd26dd83041dce808d6934e2cc2d48b7c98af8857be5229d58d89c53"; + sha256_unsigned = "f0909b15f2c21d5661304428f6343ac77de8cd8069ed7dd4f854afe353166699"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-glinet_gl-ar750s-nor-nand-initramfs-kernel.bin"; + sha256 = "664543b6273e4673366106ac6422a71c93becfe8eb6bd3a8d0689fce5377dc60"; + sha256_unsigned = "664543b6273e4673366106ac6422a71c93becfe8eb6bd3a8d0689fce5377dc60"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor-nand" + "glinet,gl-ar750s-nor" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR/NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-e750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-glinet_gl-e750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-glinet_gl-e750-squashfs-sysupgrade.bin"; + sha256 = "075d252665651ec89521dc4fa2e2c717e999294c54d5148e743d056fd8090d5a"; + sha256_unsigned = "0668014dcfd4f57b930f984e6834794459e3bb6ff73a8d2bb9034700c59c6725"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-glinet_gl-e750-squashfs-factory.img"; + sha256 = "2bb51430740ce0425b8721f4345e106dc11c9d7764fa33b344257b2ff66cd375"; + sha256_unsigned = "2bb51430740ce0425b8721f4345e106dc11c9d7764fa33b344257b2ff66cd375"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-glinet_gl-e750-initramfs-kernel.bin"; + sha256 = "17fb6bdcc1680f63a8a03af97afbaf8004db0a95806542ac712d3a98c46db8a7"; + sha256_unsigned = "17fb6bdcc1680f63a8a03af97afbaf8004db0a95806542ac712d3a98c46db8a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-e750" + "gl-e750" + ]; + titles = [ + { + model = "GL-E750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-xe300 = { + device_packages = [ + "kmod-usb2" + "block-mount" + "kmod-usb-serial-ch341" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-glinet_gl-xe300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-glinet_gl-xe300-squashfs-factory.img"; + sha256 = "bb60f4342239cd91ae398f1f354224da690a1300d005819fd1a57dede3d4787f"; + sha256_unsigned = "bb60f4342239cd91ae398f1f354224da690a1300d005819fd1a57dede3d4787f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-glinet_gl-xe300-squashfs-sysupgrade.bin"; + sha256 = "2aaa35b4bb5b8152529ea4220817570c0632d3360e3bfc427034750cf361d845"; + sha256_unsigned = "2a4e2db9a36356d7a94ec464c12380f20d5d04f15b0940786552ecd39ea3cbaf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-glinet_gl-xe300-initramfs-kernel.bin"; + sha256 = "7a56e74287995d225ce06d648963493a53aee6f3e8ef52fcfeffd1053cd91ccd"; + sha256_unsigned = "7a56e74287995d225ce06d648963493a53aee6f3e8ef52fcfeffd1053cd91ccd"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-xe300" + ]; + titles = [ + { + model = "GL-XE300"; + vendor = "GL.iNet"; + } + ]; + }; + netgear_r6100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-netgear_r6100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_r6100-squashfs-factory.img"; + sha256 = "6aa6bc30efa7c778aab1b45094879fefe418685799665cd913db5cbb3aca3c29"; + sha256_unsigned = "6aa6bc30efa7c778aab1b45094879fefe418685799665cd913db5cbb3aca3c29"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_r6100-squashfs-sysupgrade.bin"; + sha256 = "1997efa20f358b5f32d810cbd8dffc36b24366a33a200392f7450a65e2b926e6"; + sha256_unsigned = "5ca6c5e6307ff463af11665431829c088fe6e70442c36b6bc40043acee80baa2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_r6100-initramfs-kernel.bin"; + sha256 = "705f6e8c55da30908c88f1c0644188fd7fe30b0f065e3c8fdc44bbeb16137b38"; + sha256_unsigned = "705f6e8c55da30908c88f1c0644188fd7fe30b0f065e3c8fdc44bbeb16137b38"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6100" + ]; + titles = [ + { + model = "R6100"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-netgear_wndr3700-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr3700-v4-squashfs-factory.img"; + sha256 = "548f35738b1cc59457c36be59faf6e224f6755d986750ea764dd2c81f3603b5f"; + sha256_unsigned = "548f35738b1cc59457c36be59faf6e224f6755d986750ea764dd2c81f3603b5f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr3700-v4-squashfs-sysupgrade.bin"; + sha256 = "0c38a6f10f28df4b624bf0f1c13413303df6a96422bf4b3d21a58298f1b89e5e"; + sha256_unsigned = "2ef144b0f478180ff2675310cae88be0d20722a737428148683a5d8f865e4c67"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr3700-v4-initramfs-kernel.bin"; + sha256 = "d35f7b85336312c144fde8bee7671278d4229ed5959cb8901dacd038ffa17310"; + sha256_unsigned = "d35f7b85336312c144fde8bee7671278d4229ed5959cb8901dacd038ffa17310"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v4" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v4"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-netgear_wndr4300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr4300-initramfs-kernel.bin"; + sha256 = "c26ce5a61d9bc90bf91d91a97d536792efef718027828aea746b86b914a59557"; + sha256_unsigned = "c26ce5a61d9bc90bf91d91a97d536792efef718027828aea746b86b914a59557"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr4300-squashfs-sysupgrade.bin"; + sha256 = "808860fe6de946d9ebc92029f2fe07ae701111dce0b6db509c0baf86cd49fb85"; + sha256_unsigned = "48089b8ff844ae9cbea27b819f1a5e8a9364c7d819113e8379275109585606a7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr4300-squashfs-factory.img"; + sha256 = "1200f2ce3b3c26a000b488a907cb8761ca07567f1840ae8cce182ee3d8b5846e"; + sha256_unsigned = "1200f2ce3b3c26a000b488a907cb8761ca07567f1840ae8cce182ee3d8b5846e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300" + ]; + titles = [ + { + model = "WNDR4300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-netgear_wndr4300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr4300-v2-initramfs-kernel.bin"; + sha256 = "c87a402e5c99d808896138cb73339ab7034c3a5e5aceba3c4ea0a8bbe776ddb4"; + sha256_unsigned = "c87a402e5c99d808896138cb73339ab7034c3a5e5aceba3c4ea0a8bbe776ddb4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr4300-v2-squashfs-factory.img"; + sha256 = "2cd8072f65fbc54602b2fd4e92baa9b9f63114ed5cb4c2b8fc141b0f1fce8389"; + sha256_unsigned = "2cd8072f65fbc54602b2fd4e92baa9b9f63114ed5cb4c2b8fc141b0f1fce8389"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr4300-v2-squashfs-sysupgrade.bin"; + sha256 = "b9cb4a26040f35be2c2c4d5b45429e1b5d1c7323cde0d36ddb6c7c9ae97d06bb"; + sha256_unsigned = "f08c33ae62da6fea4e369f52de15d1758ff8d0bd7a8fb5dc66be3ecfe0978f5d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300-v2" + ]; + titles = [ + { + model = "WNDR4300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300sw = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-netgear_wndr4300sw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr4300sw-squashfs-factory.img"; + sha256 = "89b74b836b8ab4c27b582026adfcc73d9c6e12c03bfd5ddd56fc39317747211e"; + sha256_unsigned = "89b74b836b8ab4c27b582026adfcc73d9c6e12c03bfd5ddd56fc39317747211e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr4300sw-squashfs-sysupgrade.bin"; + sha256 = "f292cf5909f7ee99ac64f1bb859a3b331211402f38a623b892ea2cf06152c450"; + sha256_unsigned = "0d7eb0ef0e1f50c279eab35a774e75afcc8242f3fd1e9f336782c65cace06e7d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr4300sw-initramfs-kernel.bin"; + sha256 = "6f56e3296dce2bd049f2a9958b0dd3baf35ff7f9de68575a86c67cd05460a3a2"; + sha256_unsigned = "6f56e3296dce2bd049f2a9958b0dd3baf35ff7f9de68575a86c67cd05460a3a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300sw" + ]; + titles = [ + { + model = "WNDR4300SW"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300tn = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-netgear_wndr4300tn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr4300tn-squashfs-sysupgrade.bin"; + sha256 = "71e9a0a1a474c62559ab915ffb74c0e105cde41159ac5cf364618a791d980a4c"; + sha256_unsigned = "647cadd4689e4b5bcdf75fcce9501aaf5d697cdd13a92975c26e31d09d65a2ff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr4300tn-initramfs-kernel.bin"; + sha256 = "f814a025d6e08580ba6732dbc4a1c7ab258d192d75decfe39e842f1274a6c13b"; + sha256_unsigned = "f814a025d6e08580ba6732dbc4a1c7ab258d192d75decfe39e842f1274a6c13b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr4300tn-squashfs-factory.img"; + sha256 = "0a9b2a8a81c9f0e00efccb55709e3c23cf04f8e4727c9126d64918648472cc24"; + sha256_unsigned = "0a9b2a8a81c9f0e00efccb55709e3c23cf04f8e4727c9126d64918648472cc24"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300tn" + ]; + titles = [ + { + model = "WNDR4300TN"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-netgear_wndr4500-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr4500-v3-initramfs-kernel.bin"; + sha256 = "a2d1d43cefe1366f26a278bd3688b350412ff9a1a2574f63693d32c44dfcf2af"; + sha256_unsigned = "a2d1d43cefe1366f26a278bd3688b350412ff9a1a2574f63693d32c44dfcf2af"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr4500-v3-squashfs-factory.img"; + sha256 = "f3b758f4e3577d52e44fcdc3c291eb6a6894c2284a40a4247915c83bbb2ce4ff"; + sha256_unsigned = "f3b758f4e3577d52e44fcdc3c291eb6a6894c2284a40a4247915c83bbb2ce4ff"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-netgear_wndr4500-v3-squashfs-sysupgrade.bin"; + sha256 = "07e5d6f9531600330b97f2c6a40db77060873e6eb33ac23e600e3d015f1219c6"; + sha256_unsigned = "094ba35c0c21cb74fd4b0a1c057add6283b9ed9f052bc88fd7acd6a579d166c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4500-v3" + ]; + titles = [ + { + model = "WNDR4500"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + zte_mf281 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-rndis" + "kmod-usb-acm" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-zte_mf281"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-zte_mf281-squashfs-sysupgrade.bin"; + sha256 = "abbc29f80146bd2ca2b8bb83ccd4c7fdaf422dad8ece5f51653a5e9daca1a925"; + sha256_unsigned = "97144474cb15ca4ebcc6261f1cb5b8c0cf5cb90563ba332e5216d4ddbf204b03"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-zte_mf281-squashfs-factory.bin"; + sha256 = "fb3d9c9c82862f809ebf286139822f451b0a8c27882adfa44b7045d3174cb5e3"; + sha256_unsigned = "fb3d9c9c82862f809ebf286139822f451b0a8c27882adfa44b7045d3174cb5e3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-zte_mf281-initramfs-kernel.bin"; + sha256 = "a1204068862d9fc34e7e07bec301fdfc71428b290488c5589d312e4854c3faf8"; + sha256_unsigned = "a1204068862d9fc34e7e07bec301fdfc71428b290488c5589d312e4854c3faf8"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf281" + ]; + titles = [ + { + model = "MF281"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-zte_mf286"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-zte_mf286-initramfs-kernel.bin"; + sha256 = "d9b5f2206481b3d61ecdc162284943a6a460de3e86471814bd61d945632b8d41"; + sha256_unsigned = "d9b5f2206481b3d61ecdc162284943a6a460de3e86471814bd61d945632b8d41"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-zte_mf286-squashfs-sysupgrade.bin"; + sha256 = "5e16076578782413c11277d2c4e6cd2e28263148559b107a21c61b1c492b6ac1"; + sha256_unsigned = "6fc2c3b27e6b9a6f2d07abadaa7fc2d300d2da3645372452d20ce93c967577f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf286" + ]; + titles = [ + { + model = "MF286"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286a = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-zte_mf286a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-zte_mf286a-squashfs-sysupgrade.bin"; + sha256 = "6d5158018f3da736601f4db046b81ac1c19a4d4509c4b4745c7e3bb6fd5cc468"; + sha256_unsigned = "1ed3edcda07e2b500a6a2efbace04a9451d53f2f5ef45d6267bdb32a19539a5c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-zte_mf286a-initramfs-kernel.bin"; + sha256 = "4e44beaa28cfb16ceebaa71e7cc312d6830d916ef149585672a86dea3c3218cb"; + sha256_unsigned = "4e44beaa28cfb16ceebaa71e7cc312d6830d916ef149585672a86dea3c3218cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286a" + ]; + titles = [ + { + model = "MF286A"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286r = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-rndis" + "kmod-usb-acm" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-zte_mf286r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-zte_mf286r-squashfs-sysupgrade.bin"; + sha256 = "357ca5121f1f1c105322dc71d14275b4c5eef2c0432213834d8b265b5f70454c"; + sha256_unsigned = "6ed0847e04b2e0afd0a07706347c7b57104b928ce4c6785be272aa7bcd6265af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-zte_mf286r-initramfs-kernel.bin"; + sha256 = "de469e576e5b1872b978e09f4d5d93ea6ab3d3835af9e0e40db5f07d5696d14d"; + sha256_unsigned = "de469e576e5b1872b978e09f4d5d93ea6ab3d3835af9e0e40db5f07d5696d14d"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286r" + ]; + titles = [ + { + model = "MF286R"; + vendor = "ZTE"; + } + ]; + }; + zyxel_emg2926_q10a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-zyxel_emg2926_q10a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-zyxel_emg2926_q10a-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "a5027e900d4ec01082d41a6ce806d71b2e1c2402c1b84b973a23172a45630b91"; + sha256_unsigned = "a5027e900d4ec01082d41a6ce806d71b2e1c2402c1b84b973a23172a45630b91"; + type = "sysupgrade-4M-Kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-zyxel_emg2926_q10a-squashfs-sysupgrade.tar"; + sha256 = "5502bbc69a45ae08383de04425661b2a3576019525e00476db803af2b0f569c0"; + sha256_unsigned = "896e245b1ce21b3027219d736b7d43ceb353a3ba2c391930bacf3cc7b7af0d96"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-zyxel_emg2926_q10a-initramfs-kernel.bin"; + sha256 = "5d455c1873a8a47c59ee736c8bd80c2caa85172dffbaa4aa1b180536b482c22f"; + sha256_unsigned = "5d455c1873a8a47c59ee736c8bd80c2caa85172dffbaa4aa1b180536b482c22f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-zyxel_emg2926_q10a-squashfs-factory.bin"; + sha256 = "f4a32298cc8e9fb0504d435618a3c42ab75063bcdcbde807d5f5e0c2c6e87ac8"; + sha256_unsigned = "f4a32298cc8e9fb0504d435618a3c42ab75063bcdcbde807d5f5e0c2c6e87ac8"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,emg2926,q10a" + ]; + titles = [ + { + model = "EMG2926-Q10A"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg6716 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-nand-zyxel_nbg6716"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-zyxel_nbg6716-squashfs-factory.bin"; + sha256 = "17aedbee8d310934c02585dd6be24d60d428b2307b377141338766f712d56ed8"; + sha256_unsigned = "17aedbee8d310934c02585dd6be24d60d428b2307b377141338766f712d56ed8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-nand-zyxel_nbg6716-initramfs-kernel.bin"; + sha256 = "11cce2d588ac7a87597747aac377475e70724ead3dfdb6e25284d11d7062d8e4"; + sha256_unsigned = "11cce2d588ac7a87597747aac377475e70724ead3dfdb6e25284d11d7062d8e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "62f9f574745ab3ac777581fae9c49c0dafa77d7837d40ffea1fd3fd5a980cea2"; + sha256_unsigned = "62f9f574745ab3ac777581fae9c49c0dafa77d7837d40ffea1fd3fd5a980cea2"; + type = "sysupgrade-4M-Kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade.tar"; + sha256 = "2b88c7a75233055d2683263a3e4c37fb15e2a7abe5a5544a470ccd0437ab4700"; + sha256_unsigned = "6052bcb835eadc7b7453874d958b11fca70b27087777df9ef5934b9938feff6c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6716" + ]; + titles = [ + { + model = "NBG6716"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "ath79/nand"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + engenius_eap350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-tiny-engenius_eap350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-tiny-engenius_eap350-v1-initramfs-kernel.bin"; + sha256 = "ca48c8c90a99983b69b37dcbe3d50df39fbe63446eff6a6f8ba8df87681e3a48"; + sha256_unsigned = "ca48c8c90a99983b69b37dcbe3d50df39fbe63446eff6a6f8ba8df87681e3a48"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap350-v1" + ]; + titles = [ + { + model = "EAP350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ath79-tiny-engenius_ecb350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-tiny-engenius_ecb350-v1-initramfs-kernel.bin"; + sha256 = "4543abf9939f7e65084c857eb44f7c092e7233c04597592a9cef15a7e28c6abb"; + sha256_unsigned = "4543abf9939f7e65084c857eb44f7c092e7233c04597592a9cef15a7e28c6abb"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb350-v1" + ]; + titles = [ + { + model = "ECB350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enh202-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-tiny-engenius_enh202-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-tiny-engenius_enh202-v1-initramfs-kernel.bin"; + sha256 = "a94ff8814049dddf4020629224be032fa0458614728facbb7f01fce8e4984494"; + sha256_unsigned = "a94ff8814049dddf4020629224be032fa0458614728facbb7f01fce8e4984494"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enh202-v1" + ]; + titles = [ + { + model = "ENH202"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.2-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-tiny-pqi_air-pen-initramfs-kernel.bin"; + sha256 = "27d505ec4a6ba809301c38fdf611dfe7823ff26a1e63dccdb81d4e640bc01784"; + sha256_unsigned = "27d505ec4a6ba809301c38fdf611dfe7823ff26a1e63dccdb81d4e640bc01784"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "6936f58a32fb3bd39797fe385dd949dfda4cdd561f344ec53b24cebd360c1621"; + sha256_unsigned = "c2a22e6487cc9aa38d0da35b72980d650a15ff2aaad4041abfd82d7ad9bccd36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + model = "Air-Pen"; + vendor = "PQI"; + } + ]; + }; + tplink_tl-wpa8630p-v2-int = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-tiny-tplink_tl-wpa8630p-v2-int"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-tiny-tplink_tl-wpa8630p-v2-int-initramfs-kernel.bin"; + sha256 = "038c9edff9c7c2aad653d0c527980e607751f825ca95a3c7bda336d458583053"; + sha256_unsigned = "038c9edff9c7c2aad653d0c527980e607751f825ca95a3c7bda336d458583053"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2-int" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2 (Int.)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.0-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-initramfs-kernel.bin"; + sha256 = "e067e02aa6e427b9d873612826aa3827127633faf072b33cf2319b158a3c176c"; + sha256_unsigned = "e067e02aa6e427b9d873612826aa3827127633faf072b33cf2319b158a3c176c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.0-eu" + "tplink,tl-wpa8630p-v2-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.0 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.1-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-initramfs-kernel.bin"; + sha256 = "4d5fb26d55215593bdb303ded48cf2e0fb1fecf0f942c5598af01e86629a62b7"; + sha256_unsigned = "4d5fb26d55215593bdb303ded48cf2e0fb1fecf0f942c5598af01e86629a62b7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.1-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.1 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ath79-tiny-ubnt_airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "688b230148b27c3b3b8858cda58baeadf4ee072b4ea4b6082f064b22cdfd2b7f"; + sha256_unsigned = "688b230148b27c3b3b8858cda58baeadf4ee072b4ea4b6082f064b22cdfd2b7f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_airrouter-initramfs-kernel.bin"; + sha256 = "368a74407840a67c0ec50ce1c05713f03f4635ca1e62a528a337a3cc16249a29"; + sha256_unsigned = "368a74407840a67c0ec50ce1c05713f03f4635ca1e62a528a337a3cc16249a29"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "e77e5607ae047f92003aee595fde61d7c853c754efae454103a34e9b397c4f6f"; + sha256_unsigned = "7a2abd41467fae2ba0a4805ba6e9b52c4f07edb31c7d42b4d93361482db1022d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + model = "AirRouter"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7240 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-tiny-ubnt_bullet-m-ar7240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_bullet-m-ar7240-squashfs-factory.bin"; + sha256 = "442fde6463b012f752e1490e7886db2929ebc2f443c2ba8819a192685bdb960d"; + sha256_unsigned = "442fde6463b012f752e1490e7886db2929ebc2f443c2ba8819a192685bdb960d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_bullet-m-ar7240-initramfs-kernel.bin"; + sha256 = "202e750f4aa91b45cf521b592054852a863a74aacef11f9db328af483189631f"; + sha256_unsigned = "202e750f4aa91b45cf521b592054852a863a74aacef11f9db328af483189631f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_bullet-m-ar7240-squashfs-sysupgrade.bin"; + sha256 = "4983af7769eb5e9df5ac7a3667559483891884f6a75102a7e0cd078b406ea2a0"; + sha256_unsigned = "9ab17f4c53203f72ce81f5d34daf1fa23cc17e7fc49ca6fee15048783f347847"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7240" + "bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7240)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7241 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-tiny-ubnt_bullet-m-ar7241"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_bullet-m-ar7241-initramfs-kernel.bin"; + sha256 = "33660500a2a5c87735108899cd38bc3670ac705f54ec7b60cbdca801a2d7d0cc"; + sha256_unsigned = "33660500a2a5c87735108899cd38bc3670ac705f54ec7b60cbdca801a2d7d0cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_bullet-m-ar7241-squashfs-sysupgrade.bin"; + sha256 = "1cef55c1c1f45a60ad61ff3dde904809b094c65cd0fcc55caeffe8cf3368053c"; + sha256_unsigned = "5180fce5051c3e5b0b9c34b7b8df95b7b05a512679acc8224bd8d3e3c0067512"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_bullet-m-ar7241-squashfs-factory.bin"; + sha256 = "b4866fa34650c78ec54fe5b5dafab64f9c313c0da82f1a3da558048ad90ad5b5"; + sha256_unsigned = "b4866fa34650c78ec54fe5b5dafab64f9c313c0da82f1a3da558048ad90ad5b5"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7241" + "bullet-m" + "ubnt,bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7241)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-tiny-ubnt_nanobridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_nanobridge-m-squashfs-factory.bin"; + sha256 = "02e27182f9874c35e3887cd1ec1740649828ea85202fe78251fbebae84b1cd7f"; + sha256_unsigned = "02e27182f9874c35e3887cd1ec1740649828ea85202fe78251fbebae84b1cd7f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_nanobridge-m-initramfs-kernel.bin"; + sha256 = "cdda0fe0ff2222ed2e848775f7762d8174fc1f5d881fc5bfed904e8e5807634d"; + sha256_unsigned = "cdda0fe0ff2222ed2e848775f7762d8174fc1f5d881fc5bfed904e8e5807634d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_nanobridge-m-squashfs-sysupgrade.bin"; + sha256 = "f56f34621f07c92f4a6825639d3d9d778927a9506ac9be3f8dc0f42564f39e97"; + sha256_unsigned = "7894b9fd012a12c55dad1c45ffa3cedcc56bca3483d0cd139b91fee9c7aeca63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobridge-m" + "bullet-m" + ]; + titles = [ + { + model = "NanoBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-tiny-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "a4b4b3be8e380b946f2f098d4bb609cda44345b6954eb2555c15fb47f41517ed"; + sha256_unsigned = "40b897f78a988a237fbc9d8aa6fa936d18eb351388685ef8df403025fafcc608"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "8ded4c9dc4199667f9eb2fe5c5b1d1e97cfe6ba63827daf97a57c221b6e2da9b"; + sha256_unsigned = "8ded4c9dc4199667f9eb2fe5c5b1d1e97cfe6ba63827daf97a57c221b6e2da9b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_nanostation-loco-m-initramfs-kernel.bin"; + sha256 = "f8e30187e41cbdabfbaaf8967ac478c7302a8ed40df931929c3c090a061af157"; + sha256_unsigned = "f8e30187e41cbdabfbaaf8967ac478c7302a8ed40df931929c3c090a061af157"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-tiny-ubnt_nanostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "c9ee392a59897d5e89667a9b9148a28883872f116132df93d3c4d09041c3a641"; + sha256_unsigned = "35dd4dd72ffbe7482d24525a4ac032e1548c3a07bf62118c37d89e1163fd7d06"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "d4dc63e376a2f8924259a6f512d151532b2bbb6a1db1f6c9227e8d3882e7b56c"; + sha256_unsigned = "d4dc63e376a2f8924259a6f512d151532b2bbb6a1db1f6c9227e8d3882e7b56c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_nanostation-m-initramfs-kernel.bin"; + sha256 = "c16c39e9b27326729f55401cfbb6df3b54b35a5836315404f70231a42ef10c1d"; + sha256_unsigned = "c16c39e9b27326729f55401cfbb6df3b54b35a5836315404f70231a42ef10c1d"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-tiny-ubnt_picostation-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_picostation-m-initramfs-kernel.bin"; + sha256 = "f383dd2d60b3841404ffdedd03cf8a7be10c6419b0314f958456d648fe5cd37d"; + sha256_unsigned = "f383dd2d60b3841404ffdedd03cf8a7be10c6419b0314f958456d648fe5cd37d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "c8eb69039c8ed8f948e386c3f2fcf52b0baa5625ae3ea9f6c1bd0a69882894ad"; + sha256_unsigned = "2fb483bf1fcabd32670137be93802e6a8512361009731658364a106bb4b69c4f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "50eb7f0a269127ffe047063dd730caf50c981e639a329834ab86df30b6a53d18"; + sha256_unsigned = "50eb7f0a269127ffe047063dd730caf50c981e639a329834ab86df30b6a53d18"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + model = "Picostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-tiny-ubnt_powerbridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_powerbridge-m-squashfs-sysupgrade.bin"; + sha256 = "92039666b13567c8a1868a129b68604db95bf46d6a6c133c5de0ccced6d6aa23"; + sha256_unsigned = "6048a7d8bbabdf2f794b1de8d3af8b3aeb560c0d5d1af4a9e20ca0f11e6b128d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_powerbridge-m-initramfs-kernel.bin"; + sha256 = "7a06c3f07d4479f2f9791115d51cf8b07834810e7446fa0724c759ac4fc176c6"; + sha256_unsigned = "7a06c3f07d4479f2f9791115d51cf8b07834810e7446fa0724c759ac4fc176c6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_powerbridge-m-squashfs-factory.bin"; + sha256 = "bc8e77d8cf163f470e6f19a380df918a3b5eb37f26aa4cd6126fe4ccf2602ce1"; + sha256_unsigned = "bc8e77d8cf163f470e6f19a380df918a3b5eb37f26aa4cd6126fe4ccf2602ce1"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbridge-m" + "bullet-m" + ]; + titles = [ + { + model = "PowerBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ath79-tiny-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "fb15e3e14b2f15013eea3dcb613733463495ff84e7b82614e2e1690914d6eaa6"; + sha256_unsigned = "fb15e3e14b2f15013eea3dcb613733463495ff84e7b82614e2e1690914d6eaa6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_rocket-m-initramfs-kernel.bin"; + sha256 = "7fa49b8d5834d07483e092d6e91e27777c400523ae2e4d0cb2b6397208cdf97f"; + sha256_unsigned = "7fa49b8d5834d07483e092d6e91e27777c400523ae2e4d0cb2b6397208cdf97f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ath79-tiny-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "c0bd2f76e82db6839ae01d265449c15332c8a15394b4fe3a16052e18fdd8e938"; + sha256_unsigned = "ad271156ec17ad108514c7b0994318acf50286b6d8910fe55d8aacfd48b5f727"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + model = "Rocket M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "ath79/tiny"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + bcm27xx = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-zero-w" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm27xx-bcm2708-rpi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-bcm27xx-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "2570644ea247e0ff884c617f16354e7250e78be40ec7fa318c60609ad43be73c"; + sha256_unsigned = "ba2ed746b48aa1a7d19658338a59347fd685bd69b2750cef8de1f4f446c9682f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm27xx-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "cd526d3ee3b518907670a9ed302cc0d1042eeded5f370eadb98f23999c91d5ba"; + sha256_unsigned = "cd526d3ee3b518907670a9ed302cc0d1042eeded5f370eadb98f23999c91d5ba"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm27xx-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "ef1878cd89f08cfd174495a93890f7ae92fdcf2fb43e7c63c3c05a24ff47dcaf"; + sha256_unsigned = "354cc916ab65e2b33e21d531434ea19071fc79866b08fd74305d2ad8d50f867c"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-bcm27xx-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "1e3fe423fd2f0a70548ba421cc0149588b6638a3a263b9d292c25a0634058cf6"; + sha256_unsigned = "1e3fe423fd2f0a70548ba421cc0149588b6638a3a263b9d292c25a0634058cf6"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + model = "B/B+/CM/Zero/ZeroW"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "bcm27xx/bcm2708"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm27xx-bcm2709-rpi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-bcm27xx-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "a99e251865ac8e4063dbfe45a3569806bb16b020657211821d13b6846e53dfaa"; + sha256_unsigned = "a99e251865ac8e4063dbfe45a3569806bb16b020657211821d13b6846e53dfaa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm27xx-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "792449e98ef8360aa9e73bc3c424a65a04fc07bdd98960251397f5109656aa72"; + sha256_unsigned = "e38739641fda8fa2c5f24394b3eb9a036cc4e687a9d409528554d06442033e37"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-bcm27xx-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "5ac1db040ed8fac1f4f88d3c9773219280bb29a8a43de09c671d5d703791a571"; + sha256_unsigned = "39574c32fd42ea983905b3d6bba68cfd2bd743bac41240b21819ce275c8cc2b4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm27xx-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "ca64cddb46b8c97da32b8b5bf7518188b5cce90a8acba65758a022066527f8d4"; + sha256_unsigned = "ca64cddb46b8c97da32b8b5bf7518188b5cce90a8acba65758a022066527f8d4"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "2B/2B 1.2"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "3B/3B+/3CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "4B/400/4CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "bcm27xx/bcm2709"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm27xx-bcm2710-rpi-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm27xx-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "b682a9130e3daf5630c74d95cf93dcd477573dedec494f1c7b8aab84a97b482d"; + sha256_unsigned = "b682a9130e3daf5630c74d95cf93dcd477573dedec494f1c7b8aab84a97b482d"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "1a4c5f7db99a316765859dccb8ff24081a0c7f4199a0fe63792e458c763cb336"; + sha256_unsigned = "1a4c5f7db99a316765859dccb8ff24081a0c7f4199a0fe63792e458c763cb336"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-bcm27xx-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "4a03edc4f301d69e96104980d990cd34e6537a633bba30a178b15deac9a42a4f"; + sha256_unsigned = "9663be8a1211154319aad3bbd4eff784535d56a24902eb2bef1dde6e622a2b9e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm27xx-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "445daf0f106642eae3332ee5a15b52002cc4880230e958046644ca3668e2069c"; + sha256_unsigned = "fc808091c97d502939270fe4a210d6e9b133b5199bda38e33370af8eadc5c19e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + model = "3B/3B+/3CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + { + model = "2B-1.2"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "bcm27xx/bcm2710"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + bcm2711 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-4 = { + device_packages = [ + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "kmod-usb-net-lan78xx" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm27xx-bcm2711-rpi-4"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-bcm27xx-bcm2711-rpi-4-ext4-sysupgrade.img.gz"; + sha256 = "0e9656f725625a8b8306401de94001b2863d5639a551a7d78e15b296963dfa24"; + sha256_unsigned = "95ac1a5a12036d844b42602c597b1319e22c084c3a424551298b5039d8f01257"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz"; + sha256 = "96df5341885390039bd494599f23d64b8ac0e5c2e23087cbb6ba23be110ac4bb"; + sha256_unsigned = "96df5341885390039bd494599f23d64b8ac0e5c2e23087cbb6ba23be110ac4bb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz"; + sha256 = "3115efdbb6dfdd8b8ac076ddad0814ed531f629c5f2ec89906269c417856448f"; + sha256_unsigned = "c16b8e05f5d82a705f5effb14441f78bdb26e735dbca53a4293c8ce49015f2bd"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz"; + sha256 = "ae978b0a0c87e3bfed6c4444fac4584cd7cb84756a9b2c92098f7fe5b55b437c"; + sha256_unsigned = "ae978b0a0c87e3bfed6c4444fac4584cd7cb84756a9b2c92098f7fe5b55b437c"; + type = "factory"; + } + ]; + supported_devices = [ + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "4B/400/4CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "bcm27xx/bcm2711"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + bcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + linksys_e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-generic-linksys_e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-generic-linksys_e3000-v1-squashfs.bin"; + sha256 = "d1f546809d4073c5c2fc27609f58980db2bd569e33a1b9330ddfe204b311e412"; + sha256_unsigned = "d1f546809d4073c5c2fc27609f58980db2bd569e33a1b9330ddfe204b311e412"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3000-v1" + ]; + titles = [ + { + model = "E3000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + "linksys_wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-generic-linksys_wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-generic-linksys_wrt300n-v1.1-squashfs.bin"; + sha256 = "39812baa5b03683284190dfc7ec006fd251783c27f03da521503790c125b2542"; + sha256_unsigned = "39812baa5b03683284190dfc7ec006fd251783c27f03da521503790c125b2542"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1.1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-generic-linksys_wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-generic-linksys_wrt310n-v1-squashfs.bin"; + sha256 = "5418dc39c61178315de95431a2512abcb300f2bda46f196653c4482b56d7a11a"; + sha256_unsigned = "5418dc39c61178315de95431a2512abcb300f2bda46f196653c4482b56d7a11a"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v1" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-generic-linksys_wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-generic-linksys_wrt350n-v1-squashfs.bin"; + sha256 = "5a9080926b20f8cae5bd67aee83db1667e89ca8fc49bc0cc204d8bf488de63c6"; + sha256_unsigned = "5a9080926b20f8cae5bd67aee83db1667e89ca8fc49bc0cc204d8bf488de63c6"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt350n-v1" + ]; + titles = [ + { + model = "WRT350N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-generic-linksys_wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-generic-linksys_wrt610n-v1-squashfs.bin"; + sha256 = "d51f53a459537f5b2ddf07ff8b67997c1a6557f6e0b26860bac516bbb2f91f59"; + sha256_unsigned = "d51f53a459537f5b2ddf07ff8b67997c1a6557f6e0b26860bac516bbb2f91f59"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v1" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-generic-linksys_wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-generic-linksys_wrt610n-v2-squashfs.bin"; + sha256 = "01122f526d1369a88af49039e82590e0276bdf456e350589338777bb0ef5a930"; + sha256_unsigned = "01122f526d1369a88af49039e82590e0276bdf456e350589338777bb0ef5a930"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v2" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-generic-standard-squashfs.trx"; + sha256 = "56b52a80ab134e7efc922fda923f2db2c7bef23cd4864fb5c14c546e0f005306"; + sha256_unsigned = "56b52a80ab134e7efc922fda923f2db2c7bef23cd4864fb5c14c546e0f005306"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "bcm47xx/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-300g-squashfs.trx"; + sha256 = "dc9faeb07865589a789e43e28f403fbf1fb4868a7e06c07c9c88051b055ca197"; + sha256_unsigned = "dc9faeb07865589a789e43e28f403fbf1fb4868a7e06c07c9c88051b055ca197"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-300g" + ]; + titles = [ + { + model = "WL-300g"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-320gp-squashfs.trx"; + sha256 = "04cdcaaea4f276920e2f94bf47f82e1ac0132379ed990662e7f55a4bc72aeb26"; + sha256_unsigned = "04cdcaaea4f276920e2f94bf47f82e1ac0132379ed990662e7f55a4bc72aeb26"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-320gp" + ]; + titles = [ + { + model = "WL-320gP"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-330ge-squashfs.trx"; + sha256 = "e8c3b520d7c1fb4ff7ea7d2f839335ca52c1c042a7cb95bd2e57a3bdce4adbd0"; + sha256_unsigned = "e8c3b520d7c1fb4ff7ea7d2f839335ca52c1c042a7cb95bd2e57a3bdce4adbd0"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-330ge" + ]; + titles = [ + { + model = "WL-330gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-500gd-squashfs.trx"; + sha256 = "d903da9b5bd6e96c5aaefb0f463186b26573c77332d626d2ec81a336518ecdd0"; + sha256_unsigned = "d903da9b5bd6e96c5aaefb0f463186b26573c77332d626d2ec81a336518ecdd0"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gd" + ]; + titles = [ + { + model = "WL-500g Deluxe"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-500gp-v1-squashfs.trx"; + sha256 = "fff6276648fd20dd8a3131f1f92230218ec3110258aefcaa79496c116559952f"; + sha256_unsigned = "fff6276648fd20dd8a3131f1f92230218ec3110258aefcaa79496c116559952f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v1" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx"; + sha256 = "98bc47f7c8a6a45d546d3180491a83abbf155691d04916499c08578d64cf7c6e"; + sha256_unsigned = "98bc47f7c8a6a45d546d3180491a83abbf155691d04916499c08578d64cf7c6e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v2" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-500w-squashfs.trx"; + sha256 = "3f74723860832c494b9ebeaaf012f8d16aab7e4d06757bf2f6908d7d09ea1ec2"; + sha256_unsigned = "3f74723860832c494b9ebeaaf012f8d16aab7e4d06757bf2f6908d7d09ea1ec2"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500w" + ]; + titles = [ + { + model = "WL-500W"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-520gu-squashfs.trx"; + sha256 = "d104233e1cc0ee245e5f0998ec47cfd88757852fabf457920d70898941c2683f"; + sha256_unsigned = "d104233e1cc0ee245e5f0998ec47cfd88757852fabf457920d70898941c2683f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-520gu" + ]; + titles = [ + { + model = "WL-520gU"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-550ge-squashfs.trx"; + sha256 = "5decc48f2ba2c2148c7ace4136ca3d3bff31f3a2154edf292b1b7830f1247175"; + sha256_unsigned = "5decc48f2ba2c2148c7ace4136ca3d3bff31f3a2154edf292b1b7830f1247175"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-550ge" + ]; + titles = [ + { + model = "WL-550gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-asus_wl-hdd25-squashfs.trx"; + sha256 = "a630234b576ab5f05e6586ddd3895841da4aa5f2ea2e6cbfabfd4ee12f099ff2"; + sha256_unsigned = "a630234b576ab5f05e6586ddd3895841da4aa5f2ea2e6cbfabfd4ee12f099ff2"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-hdd25" + ]; + titles = [ + { + model = "WL-HDD25"; + vendor = "ASUS"; + } + ]; + }; + dlink_dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-dlink_dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-dlink_dwl-3150-squashfs.bin"; + sha256 = "1753e5b74d71d7c4c62123db69110c42f2220f6388f75fbb0aafec663bac4517"; + sha256_unsigned = "1753e5b74d71d7c4c62123db69110c42f2220f6388f75fbb0aafec663bac4517"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dwl-3150" + ]; + titles = [ + { + model = "DWL-3150"; + vendor = "D-Link"; + } + ]; + }; + edimax_ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-edimax_ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-edimax_ps1208-mfg-squashfs.bin"; + sha256 = "d3fedac832e4c7eda51e395f58db6cc1ffba2823e142a8c8bb2d7f5607dbf0ae"; + sha256_unsigned = "d3fedac832e4c7eda51e395f58db6cc1ffba2823e142a8c8bb2d7f5607dbf0ae"; + type = "bin"; + } + ]; + supported_devices = [ + "edimax,ps1208-mfg" + ]; + titles = [ + { + model = "PS-1208MFg"; + vendor = "Edimax"; + } + ]; + }; + huawei_e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-huawei_e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-huawei_e970-squashfs.bin"; + sha256 = "ce1948c09364e89791abd8575fdaf443b62369346ce54528695b63cf963d413f"; + sha256_unsigned = "ce1948c09364e89791abd8575fdaf443b62369346ce54528695b63cf963d413f"; + type = "bin"; + } + ]; + supported_devices = [ + "huawei,e970" + ]; + titles = [ + { + model = "E970"; + vendor = "Huawei"; + } + ]; + }; + linksys_wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt150n-squashfs.bin"; + sha256 = "775b731814b4a4d402268cb142bfc7d3195c7bb804587fcf0b939d61606017bd"; + sha256_unsigned = "775b731814b4a4d402268cb142bfc7d3195c7bb804587fcf0b939d61606017bd"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt150n" + ]; + titles = [ + { + model = "WRT150N"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt160n-v1-squashfs.bin"; + sha256 = "53386a30c44b02b1979a9499f90f911227141b9a2db6210525388762cb5f7c9e"; + sha256_unsigned = "53386a30c44b02b1979a9499f90f911227141b9a2db6210525388762cb5f7c9e"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt160n-v1" + ]; + titles = [ + { + model = "WRT160N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.trx"; + sha256 = "02d5c95ab47683e325cdb007c0d79937e2924c2c2a6851585e4d36568297a1a8"; + sha256_unsigned = "02d5c95ab47683e325cdb007c0d79937e2924c2c2a6851585e4d36568297a1a8"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.bin"; + sha256 = "1c04e9d9ea57ae367ea150939ef736c874fca858ccbb3b3320b9c44e5bc9d676"; + sha256_unsigned = "1c04e9d9ea57ae367ea150939ef736c874fca858ccbb3b3320b9c44e5bc9d676"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt54g-squashfs.bin"; + sha256 = "b2312b1b7fba15add8331815a09d144b56c1e3b355db5f859f9e3dfd4307ba41"; + sha256_unsigned = "b2312b1b7fba15add8331815a09d144b56c1e3b355db5f859f9e3dfd4307ba41"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g" + ]; + titles = [ + { + model = "WRT54G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt54g3g-squashfs.bin"; + sha256 = "444d3c57cd0548bfcc7e7ee6ddd038f83d3562ab474c3998a3f5bb1d08015541"; + sha256_unsigned = "444d3c57cd0548bfcc7e7ee6ddd038f83d3562ab474c3998a3f5bb1d08015541"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g" + ]; + titles = [ + { + model = "WRT54G3G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt54g3g-em-squashfs.bin"; + sha256 = "7681a85696d18afc63dfd514f8274d7e3d00988a407a29289d1dc3f653e8c082"; + sha256_unsigned = "7681a85696d18afc63dfd514f8274d7e3d00988a407a29289d1dc3f653e8c082"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g-em" + ]; + titles = [ + { + model = "WRT54G3G-EM"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.bin"; + sha256 = "526d5e6cc0a7d8de145738cc31689d75e7639b7bbd6694eb3e6a420bbf51afc8"; + sha256_unsigned = "526d5e6cc0a7d8de145738cc31689d75e7639b7bbd6694eb3e6a420bbf51afc8"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "5f4e335c1f161d53d9e6d5e34d47347e0024d93ab3a283db5b85754f9686ffa3"; + sha256_unsigned = "5f4e335c1f161d53d9e6d5e34d47347e0024d93ab3a283db5b85754f9686ffa3"; + type = "noheader"; + } + ]; + supported_devices = [ + "linksys,wrt54g3gv2-vf" + ]; + titles = [ + { + model = "WRT54G3GV2-VF"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt54gs-squashfs.bin"; + sha256 = "324ae83f557b663f21e73eb514cfa27e71aaf24d660cb458df2be5d143a1aee6"; + sha256_unsigned = "324ae83f557b663f21e73eb514cfa27e71aaf24d660cb458df2be5d143a1aee6"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v1/v2/v3"; + vendor = "Linksys"; + } + { + model = "WRT54G-TM"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrt54gs-v4-squashfs.bin"; + sha256 = "1a4089c6fb0a1d01d3c1dd6d0e5018c2782547cd928fb4144605db7d6be0dec8"; + sha256_unsigned = "1a4089c6fb0a1d01d3c1dd6d0e5018c2782547cd928fb4144605db7d6be0dec8"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs-v4" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-linksys_wrtsl54gs-squashfs.bin"; + sha256 = "008cf8bdb3c8ecff561fa1ebb61fabc02c6660a2fe22372e67dcd871baf8c753"; + sha256_unsigned = "008cf8bdb3c8ecff561fa1ebb61fabc02c6660a2fe22372e67dcd871baf8c753"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrtsl54gs" + ]; + titles = [ + { + model = "WRTSL54GS"; + vendor = "Linksys"; + } + ]; + }; + motorola_wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-motorola_wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-motorola_wa840g-squashfs.bin"; + sha256 = "b01e1a86ba603b31f5d59c266e385e97c7fd3ca1c0c4dbf40d489836ec5dca23"; + sha256_unsigned = "b01e1a86ba603b31f5d59c266e385e97c7fd3ca1c0c4dbf40d489836ec5dca23"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wa840g" + ]; + titles = [ + { + model = "WA840G"; + vendor = "Motorola"; + } + ]; + }; + motorola_we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-motorola_we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-motorola_we800g-squashfs.bin"; + sha256 = "742db5acdd1b5045d971be1b16adca0075a2bd3e6950820145ae2a05604f2f46"; + sha256_unsigned = "742db5acdd1b5045d971be1b16adca0075a2bd3e6950820145ae2a05604f2f46"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,we800g" + ]; + titles = [ + { + model = "WE800G"; + vendor = "Motorola"; + } + ]; + }; + motorola_wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-motorola_wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-motorola_wr850g-squashfs.bin"; + sha256 = "02a564f080ab09d67f2ee8c75524064669026bb0b975f68fff7e97c61975c43b"; + sha256_unsigned = "02a564f080ab09d67f2ee8c75524064669026bb0b975f68fff7e97c61975c43b"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wr850g" + ]; + titles = [ + { + model = "WR850G"; + vendor = "Motorola"; + } + ]; + }; + netgear_wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-netgear_wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-netgear_wgr614-v8-squashfs.chk"; + sha256 = "321832eadca82d6dadbbae5188d62857414669168789ea500a3d8fb6b57a592c"; + sha256_unsigned = "321832eadca82d6dadbbae5188d62857414669168789ea500a3d8fb6b57a592c"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v8" + ]; + titles = [ + { + model = "WGR614"; + variant = "v8"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-netgear_wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-netgear_wgt634u-squashfs.bin"; + sha256 = "59f98b551d6358a134a54d797ee482994a023dd96c780b155de76b36e3426d5b"; + sha256_unsigned = "59f98b551d6358a134a54d797ee482994a023dd96c780b155de76b36e3426d5b"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,wgt634u" + ]; + titles = [ + { + model = "WGT634U"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-netgear_wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-netgear_wndr3300-v1-squashfs.chk"; + sha256 = "e8f6e9c56302eaf7896131b16146ae8acdf37e91200e34def06603bab4ac1905"; + sha256_unsigned = "e8f6e9c56302eaf7896131b16146ae8acdf37e91200e34def06603bab4ac1905"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3300-v1" + ]; + titles = [ + { + model = "WNDR3300"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-netgear_wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-netgear_wnr834b-v2-squashfs.chk"; + sha256 = "35efc48c37d7dc6267ff37390ec3b290c3189aae9dab9f0744c7f560f732213a"; + sha256_unsigned = "35efc48c37d7dc6267ff37390ec3b290c3189aae9dab9f0744c7f560f732213a"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr834b-v2" + ]; + titles = [ + { + model = "WNR834B"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-standard-squashfs.trx"; + sha256 = "f1dca3d04a115ab131d804d014653f31c84b03b46f3a637543eae719b5f86c87"; + sha256_unsigned = "f1dca3d04a115ab131d804d014653f31c84b03b46f3a637543eae719b5f86c87"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "b39b731c0d0fde9857ba5d871d61af2da9dc0dca56bb64be9e1b7d4e57ec3dc9"; + sha256_unsigned = "b39b731c0d0fde9857ba5d871d61af2da9dc0dca56bb64be9e1b7d4e57ec3dc9"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-gz" + ]; + titles = [ + { + model = "Image with gzipped kernel"; + vendor = "Generic"; + } + ]; + }; + usrobotics_usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-legacy-usrobotics_usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-legacy-usrobotics_usr5461-squashfs.bin"; + sha256 = "b9a3fc7dddeeb7807ca0c4ef53a31de512632971d74d604e2279c66fb8630387"; + sha256_unsigned = "b9a3fc7dddeeb7807ca0c4ef53a31de512632971d74d604e2279c66fb8630387"; + type = "bin"; + } + ]; + supported_devices = [ + "usrobotics,usr5461" + ]; + titles = [ + { + model = "USR5461"; + vendor = "US Robotics"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "bcm47xx/legacy"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-ac53u-squashfs.trx"; + sha256 = "5056d5c9408cdbd882cbb98789454d2e86bd1cdafa15013ee4c317bf17526dba"; + sha256_unsigned = "5056d5c9408cdbd882cbb98789454d2e86bd1cdafa15013ee4c317bf17526dba"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac53u" + ]; + titles = [ + { + model = "RT-AC53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n10-squashfs.trx"; + sha256 = "82444f6cf9eff64048f19b885d9425f6a11bd325e803108a17cd4aaa5a520ff7"; + sha256_unsigned = "82444f6cf9eff64048f19b885d9425f6a11bd325e803108a17cd4aaa5a520ff7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10" + ]; + titles = [ + { + model = "RT-N10"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n10p-squashfs.trx"; + sha256 = "3d781eaafb53bbafbfca8dbafaf7559ec08b1e6eb0493391c859b63b8fdf4dd4"; + sha256_unsigned = "3d781eaafb53bbafbfca8dbafaf7559ec08b1e6eb0493391c859b63b8fdf4dd4"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n10p-v2-squashfs.trx"; + sha256 = "83ae7fb53f97f4fbc00144142b9b1965ae31ff6fb787688baa414ca74882b9cf"; + sha256_unsigned = "83ae7fb53f97f4fbc00144142b9b1965ae31ff6fb787688baa414ca74882b9cf"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v2" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n10u-squashfs.trx"; + sha256 = "f1b979f4dabc6c43c5bdb6287a0bb35fde54bfc6b408b21348ab01d58c3e7405"; + sha256_unsigned = "f1b979f4dabc6c43c5bdb6287a0bb35fde54bfc6b408b21348ab01d58c3e7405"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "A"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n10u-b-squashfs.trx"; + sha256 = "f1b979f4dabc6c43c5bdb6287a0bb35fde54bfc6b408b21348ab01d58c3e7405"; + sha256_unsigned = "f1b979f4dabc6c43c5bdb6287a0bb35fde54bfc6b408b21348ab01d58c3e7405"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u-b" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "B"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n12-squashfs.trx"; + sha256 = "0f8cac0133086556c9bd4c417e4c21eb0c3aba65b0f602439b2344cf2effa2c9"; + sha256_unsigned = "0f8cac0133086556c9bd4c417e4c21eb0c3aba65b0f602439b2344cf2effa2c9"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12" + ]; + titles = [ + { + model = "RT-N12"; + variant = "A1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n12-b1-squashfs.trx"; + sha256 = "2d930432f4fb62b159db6860ccd64409537922bc7195e0aeb9aa6fb26aeacd3f"; + sha256_unsigned = "2d930432f4fb62b159db6860ccd64409537922bc7195e0aeb9aa6fb26aeacd3f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-b1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n12-c1-squashfs.trx"; + sha256 = "f326973a94216daac810f760c630085db87f5f3a9419f942993da2f76446dc3e"; + sha256_unsigned = "f326973a94216daac810f760c630085db87f5f3a9419f942993da2f76446dc3e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-c1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "C1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n12-d1-squashfs.trx"; + sha256 = "8728637a46354885cf652b46271d33213f2f726c95bb4bfda437406f29a25153"; + sha256_unsigned = "8728637a46354885cf652b46271d33213f2f726c95bb4bfda437406f29a25153"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-d1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "D1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n12hp-squashfs.trx"; + sha256 = "9c445cc66e3c30995d81b2d5e16a40af1080124d03016f73c9f0e00cde9731c7"; + sha256_unsigned = "9c445cc66e3c30995d81b2d5e16a40af1080124d03016f73c9f0e00cde9731c7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12hp" + ]; + titles = [ + { + model = "RT-N12HP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n14uhp-squashfs.trx"; + sha256 = "dfdda791fe479f3b07cfc56d3ad698a778f4614b52002cdcbf4dcbe5a62a4bff"; + sha256_unsigned = "dfdda791fe479f3b07cfc56d3ad698a778f4614b52002cdcbf4dcbe5a62a4bff"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n14uhp" + ]; + titles = [ + { + model = "RT-N14UHP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n15u-squashfs.trx"; + sha256 = "07128f4f477a0cf2e0d210530a8597d1589d5ad2175b82f9c18a83b9313f08b4"; + sha256_unsigned = "07128f4f477a0cf2e0d210530a8597d1589d5ad2175b82f9c18a83b9313f08b4"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n15u" + ]; + titles = [ + { + model = "RT-N15U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n16-squashfs.trx"; + sha256 = "9beb461e43dc0d0e81ba9d249f19199a3d63945000f46c5a19c5f8094c1c06a5"; + sha256_unsigned = "9beb461e43dc0d0e81ba9d249f19199a3d63945000f46c5a19c5f8094c1c06a5"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n16" + ]; + titles = [ + { + model = "RT-N16"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n53-squashfs.trx"; + sha256 = "38c4562112f6069c96e207b3f12e1e4f1908da652aaa20d47805e4dbabb0bab4"; + sha256_unsigned = "38c4562112f6069c96e207b3f12e1e4f1908da652aaa20d47805e4dbabb0bab4"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n53" + ]; + titles = [ + { + model = "RT-N53"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n66u-squashfs.trx"; + sha256 = "d4189a3d89435776eb1214f372177af71f2390682d8bbe51f74d39fa1072cf62"; + sha256_unsigned = "d4189a3d89435776eb1214f372177af71f2390682d8bbe51f74d39fa1072cf62"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66u" + ]; + titles = [ + { + model = "RT-N66U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-asus_rt-n66w-squashfs.trx"; + sha256 = "d4189a3d89435776eb1214f372177af71f2390682d8bbe51f74d39fa1072cf62"; + sha256_unsigned = "d4189a3d89435776eb1214f372177af71f2390682d8bbe51f74d39fa1072cf62"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66w" + ]; + titles = [ + { + model = "RT-N66W"; + vendor = "ASUS"; + } + ]; + }; + linksys_e1000 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e1000-squashfs.bin"; + sha256 = "244e5b64ba23835534e7f593d3e757be4c1d139b174e2ea11129c97fbeb23fad"; + sha256_unsigned = "244e5b64ba23835534e7f593d3e757be4c1d139b174e2ea11129c97fbeb23fad"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1000" + ]; + titles = [ + { + model = "E1000"; + variant = "v1/v2/v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e1200-v1-squashfs.bin"; + sha256 = "09abfa4b0ecd10ac557e6f03f5a5fac8b7442d90c0010ab4e1cf62d6828998e7"; + sha256_unsigned = "09abfa4b0ecd10ac557e6f03f5a5fac8b7442d90c0010ab4e1cf62d6828998e7"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v1" + ]; + titles = [ + { + model = "E1200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e1200-v2-squashfs.bin"; + sha256 = "de291eda867b7ba223d64cfa3fce0e520e682c4110e7001863dcea10ef394da8"; + sha256_unsigned = "de291eda867b7ba223d64cfa3fce0e520e682c4110e7001863dcea10ef394da8"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v2" + ]; + titles = [ + { + model = "E1200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e1500-v1-squashfs.bin"; + sha256 = "b6e8f08a23cb0d5fe4b93d2455996795de5b92e392aeb409ad95c97ce9f2e28c"; + sha256_unsigned = "b6e8f08a23cb0d5fe4b93d2455996795de5b92e392aeb409ad95c97ce9f2e28c"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1500-v1" + ]; + titles = [ + { + model = "E1500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e1550-v1-squashfs.bin"; + sha256 = "286260f6483e480d5ed084e8c63569596d8ff51b5f40433b51f7c2d23d59cb55"; + sha256_unsigned = "286260f6483e480d5ed084e8c63569596d8ff51b5f40433b51f7c2d23d59cb55"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1550-v1" + ]; + titles = [ + { + model = "E1550"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e2000-v1-squashfs.bin"; + sha256 = "dc073ea69d3839a63047dd025b1e27362aa4046e4d2f604308c1df3057392694"; + sha256_unsigned = "dc073ea69d3839a63047dd025b1e27362aa4046e4d2f604308c1df3057392694"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2000-v1" + ]; + titles = [ + { + model = "E2000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e2500-v1-squashfs.bin"; + sha256 = "e01e263a53502489833e5931d414696c29bd5e97071946126dc0a9f4f6c322a9"; + sha256_unsigned = "e01e263a53502489833e5931d414696c29bd5e97071946126dc0a9f4f6c322a9"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v1" + ]; + titles = [ + { + model = "E2500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e2500-v2-squashfs.bin"; + sha256 = "0eb31d35aa8ce02a186bc38f043114a9d4ec9c1f679727545016a2e91e908903"; + sha256_unsigned = "0eb31d35aa8ce02a186bc38f043114a9d4ec9c1f679727545016a2e91e908903"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2" + ]; + titles = [ + { + model = "E2500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + "linksys_e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e2500-v2.1-squashfs.bin"; + sha256 = "e83d84462915242a5035a1b7b738d642ab1436851197021c28a5386264ecd448"; + sha256_unsigned = "e83d84462915242a5035a1b7b738d642ab1436851197021c28a5386264ecd448"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2.1" + ]; + titles = [ + { + model = "E2500"; + variant = "v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e2500-v3-squashfs.bin"; + sha256 = "0a882edfbf67dae52e219dcf92e5f16daa78b1304a1770eec9bd1fed6cc6a8e4"; + sha256_unsigned = "0a882edfbf67dae52e219dcf92e5f16daa78b1304a1770eec9bd1fed6cc6a8e4"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v3" + ]; + titles = [ + { + model = "E2500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e3200-v1-squashfs.bin"; + sha256 = "632c28ca3ede37329a1e8ee84a44e246f7b6f3d38b1ad749cdf5da1fc23cebd9"; + sha256_unsigned = "632c28ca3ede37329a1e8ee84a44e246f7b6f3d38b1ad749cdf5da1fc23cebd9"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3200-v1" + ]; + titles = [ + { + model = "E3200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e4200-v1-squashfs.bin"; + sha256 = "0764d58a72b8532aae6a4d697ce0089516bd2f664d77bb0364b05cf38a4aabae"; + sha256_unsigned = "0764d58a72b8532aae6a4d697ce0089516bd2f664d77bb0364b05cf38a4aabae"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e4200-v1" + ]; + titles = [ + { + model = "E4200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-linksys_e900-v1-squashfs.bin"; + sha256 = "0a473275c8b4183f5cbd5e6969d05f2e4fe989705d84c6d287d6f0ebf44a60f0"; + sha256_unsigned = "0a473275c8b4183f5cbd5e6969d05f2e4fe989705d84c6d287d6f0ebf44a60f0"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e900-v1" + ]; + titles = [ + { + model = "E900"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-linksys_wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-linksys_wrt310n-v2-squashfs.bin"; + sha256 = "851a922f1b07e50fde62165e6382a5b10197442ed0a08198936d646637f96b49"; + sha256_unsigned = "851a922f1b07e50fde62165e6382a5b10197442ed0a08198936d646637f96b49"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v2" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-linksys_wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-linksys_wrt320n-v1-squashfs.bin"; + sha256 = "8861b6c8acb116de221c3dd9963700844ccec52ab343d077ca07cd050013570e"; + sha256_unsigned = "8861b6c8acb116de221c3dd9963700844ccec52ab343d077ca07cd050013570e"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt320n-v1" + ]; + titles = [ + { + model = "WRT320N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-netgear_r6200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-netgear_r6200-v1-squashfs.chk"; + sha256 = "ae8cc107a81ac6a881788817c2f95c12851f9f91384e9a57d945cabb838acfc8"; + sha256_unsigned = "ae8cc107a81ac6a881788817c2f95c12851f9f91384e9a57d945cabb838acfc8"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6200-v1" + ]; + titles = [ + { + model = "R6200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wgr614-v10-squashfs.chk"; + sha256 = "f96048c1d9718e1e289bc0973d81e2045f6408d5775db587a6acfb23cc628fb5"; + sha256_unsigned = "f96048c1d9718e1e289bc0973d81e2045f6408d5775db587a6acfb23cc628fb5"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wgr614-v10-na-squashfs.chk"; + sha256 = "6b0b9a64658df158e62f80e7953cf607357d0915b417fdd27b4e14e467d1e203"; + sha256_unsigned = "6b0b9a64658df158e62f80e7953cf607357d0915b417fdd27b4e14e467d1e203"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10-na" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wn2500rp-v1-squashfs.chk"; + sha256 = "e26b8c3d03116cca61103c7b17f67f53df8c55c4a72d8389cfdb9a0ca6deed5d"; + sha256_unsigned = "e26b8c3d03116cca61103c7b17f67f53df8c55c4a72d8389cfdb9a0ca6deed5d"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn2500rp-v1" + ]; + titles = [ + { + model = "WN2500RP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wn3000rp-squashfs.chk"; + sha256 = "030ffc9297e3df886adf64c7bbb54653d13925f84cd80bca94050e23b6eb47a0"; + sha256_unsigned = "030ffc9297e3df886adf64c7bbb54653d13925f84cd80bca94050e23b6eb47a0"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn3000rp" + ]; + titles = [ + { + model = "WN3000RP"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wndr3400-v1-squashfs.chk"; + sha256 = "796267a0fe1f7b4937d78c09ca7c472a114e815fa45c03ec1455f9f3190865c8"; + sha256_unsigned = "796267a0fe1f7b4937d78c09ca7c472a114e815fa45c03ec1455f9f3190865c8"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v1" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wndr3400-v2-squashfs.chk"; + sha256 = "88b872aeb874d4f750c79b78c1534deeb1a95f59f83310e0ec5b46cdd3319f95"; + sha256_unsigned = "88b872aeb874d4f750c79b78c1534deeb1a95f59f83310e0ec5b46cdd3319f95"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v2" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wndr3400-v3-squashfs.chk"; + sha256 = "e1fcc97f5d69cf7ff767c343ebe7f4c80652426b87e384185a3365649eadf21f"; + sha256_unsigned = "e1fcc97f5d69cf7ff767c343ebe7f4c80652426b87e384185a3365649eadf21f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v3" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wndr3700-v3-squashfs.chk"; + sha256 = "0462bebefdd132c5be583d66765ae017de935ec842f64c9dcaae528370098805"; + sha256_unsigned = "0462bebefdd132c5be583d66765ae017de935ec842f64c9dcaae528370098805"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v3" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wndr4000-squashfs.chk"; + sha256 = "64cfb714de2638096c9410c62239b6aae5cf3e1dd4f3bfb983109b9720a55041"; + sha256_unsigned = "64cfb714de2638096c9410c62239b6aae5cf3e1dd4f3bfb983109b9720a55041"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr4000" + ]; + titles = [ + { + model = "WNDR4000"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wnr1000-v3-squashfs.chk"; + sha256 = "b83a430d1120bb90da810b23446655f40b02122f261f56616c3500a89e20010e"; + sha256_unsigned = "b83a430d1120bb90da810b23446655f40b02122f261f56616c3500a89e20010e"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr1000-v3" + ]; + titles = [ + { + model = "WNR1000"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2000v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wnr2000v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wnr2000v2-squashfs.chk"; + sha256 = "be904845a3039d8ee14554e154defe1bafb4a14bfdc0a6c003c0b04a397d1004"; + sha256_unsigned = "be904845a3039d8ee14554e154defe1bafb4a14bfdc0a6c003c0b04a397d1004"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr2000v2" + ]; + titles = [ + { + model = "WNR2000"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wnr3500-v2-squashfs.chk"; + sha256 = "305a19aab0ed578bfa96d80523838e572a07c94ce9964ac0879b99898cae1c3c"; + sha256_unsigned = "305a19aab0ed578bfa96d80523838e572a07c94ce9964ac0879b99898cae1c3c"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500-v2" + ]; + titles = [ + { + model = "WNR3500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wnr3500l-v1-squashfs.chk"; + sha256 = "abd72aa094c0fc17d9c0b5223dabdd9d3ac22dc7c525bb63bec7b28f1970298e"; + sha256_unsigned = "abd72aa094c0fc17d9c0b5223dabdd9d3ac22dc7c525bb63bec7b28f1970298e"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (ROW)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wnr3500l-v1-na-squashfs.chk"; + sha256 = "aa6b1ec6e4de1d04319dd17f3d96ce9d22c7346c7a9ac05cd7628a3db6de317b"; + sha256_unsigned = "aa6b1ec6e4de1d04319dd17f3d96ce9d22c7346c7a9ac05cd7628a3db6de317b"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1-na" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-netgear_wnr3500l-v2-squashfs.chk"; + sha256 = "11bd295555ed4d54972f6312faf069dc64dd873e75da5a0f2a473644eeed1d87"; + sha256_unsigned = "11bd295555ed4d54972f6312faf069dc64dd873e75da5a0f2a473644eeed1d87"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v2" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "01c56c6fed435a06f6b68e2580d8a3fdddf3714d5b5b0e77f2e325804297d927"; + sha256_unsigned = "01c56c6fed435a06f6b68e2580d8a3fdddf3714d5b5b0e77f2e325804297d927"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "02a306805b81da4ba6ec5603a5d244ff32ad25cc05ffd9b7aa87b385c3dd9774"; + sha256_unsigned = "02a306805b81da4ba6ec5603a5d244ff32ad25cc05ffd9b7aa87b385c3dd9774"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-nodictionarylzma" + ]; + titles = [ + { + model = "Image with LZMA compressed kernel matching CFE decompressor"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "bcm47xx/mips74k"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + bcm4908 = { + generic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm4908img" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "fdt-utils" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_gt-ac5300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm4908-generic-asus_gt-ac5300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm4908-generic-asus_gt-ac5300-squashfs.bin"; + sha256 = "adadf98f1622d31be0cf9fcd017f4fe22b8a7e24e795c9c920e8758047e72a3a"; + sha256_unsigned = "adadf98f1622d31be0cf9fcd017f4fe22b8a7e24e795c9c920e8758047e72a3a"; + type = "bin"; + } + ]; + supported_devices = [ + "asus,gt-ac5300" + ]; + titles = [ + { + model = "GT-AC5300"; + vendor = "Asus"; + } + ]; + }; + netgear_r8000p = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm4908-generic-netgear_r8000p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm4908-generic-netgear_r8000p-squashfs.bin"; + sha256 = "f0ef8d8d33ec7621b1f6e320368e0eb026707ca267bf2431a0e141cbc79d0023"; + sha256_unsigned = "f0ef8d8d33ec7621b1f6e320368e0eb026707ca267bf2431a0e141cbc79d0023"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,r8000p" + ]; + titles = [ + { + model = "R8000P"; + vendor = "Netgear"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "bcm4908/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "osafeloader" + "oseama" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac56u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-asus_rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-asus_rt-ac56u-squashfs.trx"; + sha256 = "6f6e6584a08622be094c0a379c2b026a8ef32d5bda3bbc1edc151bb1c5cb1ac0"; + sha256_unsigned = "6f6e6584a08622be094c0a379c2b026a8ef32d5bda3bbc1edc151bb1c5cb1ac0"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac56u" + ]; + titles = [ + { + model = "RT-AC56U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-asus_rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-asus_rt-ac68u-squashfs.trx"; + sha256 = "ce2b7dd3a08b9c43fe7188538f97bc628e3d1c96332b6697581ff7845429e421"; + sha256_unsigned = "ce2b7dd3a08b9c43fe7188538f97bc628e3d1c96332b6697581ff7845429e421"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac68u" + ]; + titles = [ + { + model = "RT-AC68U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-asus_rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-asus_rt-ac87u-squashfs.trx"; + sha256 = "cb64383ad73c444134f9ae4d27bc2fc5ef64c499e0c35847a35f060c94ba786c"; + sha256_unsigned = "cb64383ad73c444134f9ae4d27bc2fc5ef64c499e0c35847a35f060c94ba786c"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac87u" + ]; + titles = [ + { + model = "RT-AC87U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac88u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-asus_rt-ac88u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-asus_rt-ac88u-squashfs.trx"; + sha256 = "a4f4b53ad395ab27a940e6b93cf7d643cb90aaf01dc91b9c86e6d65e4cfc43f0"; + sha256_unsigned = "a4f4b53ad395ab27a940e6b93cf7d643cb90aaf01dc91b9c86e6d65e4cfc43f0"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac88u" + ]; + titles = [ + { + model = "RT-AC88U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-asus_rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-asus_rt-n18u-squashfs.trx"; + sha256 = "843cc52fe9a90e3d08e97b8422def5173a67b812edd4427ded30846f1357df88"; + sha256_unsigned = "843cc52fe9a90e3d08e97b8422def5173a67b812edd4427ded30846f1357df88"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n18u" + ]; + titles = [ + { + model = "RT-N18U"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-buffalo_wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-buffalo_wxr-1900dhp-squashfs.trx"; + sha256 = "9598e7e16a6917805327f38dbacd2bf20fc9b0fd1ce38740b1d7b704107c8650"; + sha256_unsigned = "9598e7e16a6917805327f38dbacd2bf20fc9b0fd1ce38740b1d7b704107c8650"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wxr-1900dhp" + ]; + titles = [ + { + model = "WXR-1900DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-1750dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-buffalo_wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-buffalo_wzr-1750dhp-squashfs.trx"; + sha256 = "093968496b72a8d93c750e20436e381868403c9abbe34fa870d0a8af7a2e7cdc"; + sha256_unsigned = "093968496b72a8d93c750e20436e381868403c9abbe34fa870d0a8af7a2e7cdc"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-1750dhp" + ]; + titles = [ + { + model = "WZR-1750DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-buffalo_wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-buffalo_wzr-600dhp2-squashfs.trx"; + sha256 = "3888d2ffc97c06dec5afe341b8f602c7dc86b1169f500b0c82aa5e0297bab827"; + sha256_unsigned = "3888d2ffc97c06dec5afe341b8f602c7dc86b1169f500b0c82aa5e0297bab827"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp2" + ]; + titles = [ + { + model = "WZR-600DHP2"; + vendor = "Buffalo"; + } + ]; + }; + dlink_dir-885l = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-dlink_dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-dlink_dir-885l-squashfs.bin"; + sha256 = "40492379425482acb1ff00394c92db3f301f536d6b216a8c03769640ee937c7a"; + sha256_unsigned = "40492379425482acb1ff00394c92db3f301f536d6b216a8c03769640ee937c7a"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dir-885l" + ]; + titles = [ + { + model = "DIR-885L"; + vendor = "D-Link"; + } + ]; + }; + linksys_ea6300-v1 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-linksys_ea6300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-linksys_ea6300-v1-squashfs.trx"; + sha256 = "4b37fcd174dbd9e595d4b4df143fd22cb37e66e91c9416aae1242cf8362bab0c"; + sha256_unsigned = "4b37fcd174dbd9e595d4b4df143fd22cb37e66e91c9416aae1242cf8362bab0c"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6300-v1" + ]; + titles = [ + { + model = "EA6300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6500-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-linksys_ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-linksys_ea6500-v2-squashfs.trx"; + sha256 = "3a2b2acdd12cc391520d07e57fa5cc06766fd6b56ed26ee10cfed9157104da0e"; + sha256_unsigned = "3a2b2acdd12cc391520d07e57fa5cc06766fd6b56ed26ee10cfed9157104da0e"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6500-v2" + ]; + titles = [ + { + model = "EA6500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9200 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-linksys_ea9200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-linksys_ea9200-squashfs.trx"; + sha256 = "a3e6cff0b604f56f8a062e9e74e2b5eb487e626647fff0f7937c1503c30dd675"; + sha256_unsigned = "a3e6cff0b604f56f8a062e9e74e2b5eb487e626647fff0f7937c1503c30dd675"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9200" + ]; + titles = [ + { + model = "EA9200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9500 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-linksys_ea9500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-linksys_ea9500-squashfs.trx"; + sha256 = "2d4093e60f3f68b29ac621d56471f99abafe559c48ea44d2fb7e5370c1860895"; + sha256_unsigned = "2d4093e60f3f68b29ac621d56471f99abafe559c48ea44d2fb7e5370c1860895"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9500" + ]; + titles = [ + { + model = "EA9500"; + vendor = "Linksys"; + } + ]; + }; + luxul_abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-luxul_abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-luxul_abr-4500-squashfs.lxl"; + sha256 = "bc7de7d123e2706bd2ea41a9096dcfa5cc36104528173323480d3a1441ce0339"; + sha256_unsigned = "bc7de7d123e2706bd2ea41a9096dcfa5cc36104528173323480d3a1441ce0339"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,abr-4500" + ]; + titles = [ + { + model = "ABR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xap-1610 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-luxul_xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-luxul_xap-1610-squashfs.lxl"; + sha256 = "d9febf6224beb3a5d18ecc076d7a45e886c2516173d593a5b656c0b7a738408b"; + sha256_unsigned = "d9febf6224beb3a5d18ecc076d7a45e886c2516173d593a5b656c0b7a738408b"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xap-1610" + ]; + titles = [ + { + model = "XAP-1610"; + vendor = "Luxul"; + } + ]; + }; + luxul_xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-luxul_xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-luxul_xbr-4500-squashfs.lxl"; + sha256 = "2d0a9ebbecf900360e7404ff71d04841f23d28928cf94a5071405979746cd6a1"; + sha256_unsigned = "2d0a9ebbecf900360e7404ff71d04841f23d28928cf94a5071405979746cd6a1"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xbr-4500" + ]; + titles = [ + { + model = "XBR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xwr-3150 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-luxul_xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-luxul_xwr-3150-squashfs.lxl"; + sha256 = "a17abf04248d30a52ca10d16c8f3995bb43888687d80ce061b5863867b45b1fa"; + sha256_unsigned = "a17abf04248d30a52ca10d16c8f3995bb43888687d80ce061b5863867b45b1fa"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xwr-3150" + ]; + titles = [ + { + model = "XWR-3150"; + vendor = "Luxul"; + } + ]; + }; + meraki_mr32 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-i2c-bcm-iproc" + "kmod-eeprom-at24" + "kmod-leds-pwm" + "kmod-hwmon-ina2xx" + "kmod-bluetooth" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-meraki_mr32"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-meraki_mr32-squashfs.sysupgrade.bin"; + sha256 = "66141ed080c1d4a14030b677dea2eb6edde97dc9d3f65274eb1cbf3c868a1fd0"; + sha256_unsigned = "27e86350603568868f3a395dc2ba27d6436049bca58ec638f0bbd4d91c0cda4d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-meraki_mr32-squashfs.trx"; + sha256 = "16bed409492fa25c80a44dbb6efa28698ab46a6b9acf7fce5d49b526f2cfae44"; + sha256_unsigned = "16bed409492fa25c80a44dbb6efa28698ab46a6b9acf7fce5d49b526f2cfae44"; + type = "trx"; + } + ]; + supported_devices = [ + "meraki,mr32" + ]; + titles = [ + { + model = "MR32"; + vendor = "Meraki"; + } + ]; + }; + netgear_r6250 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-netgear_r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-netgear_r6250-squashfs.chk"; + sha256 = "1bdbedac6905e1c595efd431090c2063bbb8ef4df49867beae0f726ef80cd00a"; + sha256_unsigned = "1bdbedac6905e1c595efd431090c2063bbb8ef4df49867beae0f726ef80cd00a"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6250" + ]; + titles = [ + { + model = "R6250"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6300-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-netgear_r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-netgear_r6300-v2-squashfs.chk"; + sha256 = "91f9fbcd2fc2f6e0f516d2920044bef81f1e9a606c919adddc907bbbd3482f99"; + sha256_unsigned = "91f9fbcd2fc2f6e0f516d2920044bef81f1e9a606c919adddc907bbbd3482f99"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6300-v2" + ]; + titles = [ + { + model = "R6300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-netgear_r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-netgear_r7000-squashfs.chk"; + sha256 = "6b66c8d56ed4447f4985a674f64e214edfd5628cefb8a015f95a40c568b80de8"; + sha256_unsigned = "6b66c8d56ed4447f4985a674f64e214edfd5628cefb8a015f95a40c568b80de8"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7000" + ]; + titles = [ + { + model = "R7000"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7900 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-netgear_r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-netgear_r7900-squashfs.chk"; + sha256 = "b2df257a8b5b08f9f1033fa5f563b72e6ba47790085b12f482086fd15a4edd0b"; + sha256_unsigned = "b2df257a8b5b08f9f1033fa5f563b72e6ba47790085b12f482086fd15a4edd0b"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7900" + ]; + titles = [ + { + model = "R7900"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r8000 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-netgear_r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-netgear_r8000-squashfs.chk"; + sha256 = "4d467d621e1d473533b4c9e992c74c2e60db0199c8eaf573842e06c65c081c6b"; + sha256_unsigned = "4d467d621e1d473533b4c9e992c74c2e60db0199c8eaf573842e06c65c081c6b"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r8000" + ]; + titles = [ + { + model = "R8000"; + vendor = "NETGEAR"; + } + ]; + }; + phicomm_k3 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-phicomm_k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-phicomm_k3-squashfs.trx"; + sha256 = "c827eecfdedf9279a47c196a8a2b82b097d955666bfabe67dc97c1d7c902df34"; + sha256_unsigned = "c827eecfdedf9279a47c196a8a2b82b097d955666bfabe67dc97c1d7c902df34"; + type = "trx"; + } + ]; + supported_devices = [ + "phicomm,k3" + ]; + titles = [ + { + model = "K3"; + vendor = "PHICOMM"; + } + ]; + }; + smartrg_sr400ac = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-smartrg_sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-smartrg_sr400ac-squashfs.trx"; + sha256 = "46f47b205a92c392acf869b412923c51be88f8f7d6e0a80279734b123850984c"; + sha256_unsigned = "46f47b205a92c392acf869b412923c51be88f8f7d6e0a80279734b123850984c"; + type = "trx"; + } + ]; + supported_devices = [ + "smartrg,sr400ac" + ]; + titles = [ + { + model = "SR400ac"; + vendor = "SmartRG"; + } + ]; + }; + tenda_ac9 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm53xx-generic-tenda_ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm53xx-generic-tenda_ac9-squashfs.trx"; + sha256 = "6692cedbf8959863f65169afc9a66269f1ec53fc159d01fa6b53eacf9d228670"; + sha256_unsigned = "6692cedbf8959863f65169afc9a66269f1ec53fc159d01fa6b53eacf9d228670"; + type = "trx"; + } + ]; + supported_devices = [ + "tenda,ac9" + ]; + titles = [ + { + model = "AC9"; + vendor = "Tenda"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "bcm53xx/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + bcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "ef9860f813a7377328999d913b1a0a34d252324f7035b27fa14d130f0bd918e7"; + sha256_unsigned = "ef9860f813a7377328999d913b1a0a34d252324f7035b27fa14d130f0bd918e7"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-adb_a4001n-squashfs-cfe.bin"; + sha256 = "4f1fec9d2d9fb6c662322740f1f087eae73d66b9b55127f461a3a1ec87b3aba4"; + sha256_unsigned = "4f1fec9d2d9fb6c662322740f1f087eae73d66b9b55127f461a3a1ec87b3aba4"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "b8b8ac44be41cd09b95cb8c5f18199ad4297ed331aa5efa5580b0e575a2e7638"; + sha256_unsigned = "b8b8ac44be41cd09b95cb8c5f18199ad4297ed331aa5efa5580b0e575a2e7638"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "bd680ecca9738a0c412ef01dd320d5fbf1e2184b2b41e449eb45cee79adb8c31"; + sha256_unsigned = "bd680ecca9738a0c412ef01dd320d5fbf1e2184b2b41e449eb45cee79adb8c31"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-adb_av4202n-squashfs-cfe.bin"; + sha256 = "ed5df4f09c7a44baa2aba0df4ad762a33bf18bfa846a76526a26679dff03d6bb"; + sha256_unsigned = "ed5df4f09c7a44baa2aba0df4ad762a33bf18bfa846a76526a26679dff03d6bb"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "ef7f7f72b5ef3146e8cfd5143c40dc5a846bb9d408f75266584210c69a02b268"; + sha256_unsigned = "ef7f7f72b5ef3146e8cfd5143c40dc5a846bb9d408f75266584210c69a02b268"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "4ded392a9e69e462a97e7a7e81bbbbcf99930383fe44c463bff2d82c42db0a27"; + sha256_unsigned = "4ded392a9e69e462a97e7a7e81bbbbcf99930383fe44c463bff2d82c42db0a27"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "658181ecd409b2341f36b8c212c6ae39310b61681d1996590e9f3ede9565043b"; + sha256_unsigned = "658181ecd409b2341f36b8c212c6ae39310b61681d1996590e9f3ede9565043b"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "aa56d6c292adc484ac355866d62016f2040ba9f5991a483fc538a8cf0d8bd876"; + sha256_unsigned = "aa56d6c292adc484ac355866d62016f2040ba9f5991a483fc538a8cf0d8bd876"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "c0ca4af041d320b030bb26983a5255330ba75261208428f22a540c1920d99590"; + sha256_unsigned = "c0ca4af041d320b030bb26983a5255330ba75261208428f22a540c1920d99590"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "665d13dbf39fe2566ce69930b61b26eebd5bfdb7ef6c2e4922eee8811e77a9cb"; + sha256_unsigned = "665d13dbf39fe2566ce69930b61b26eebd5bfdb7ef6c2e4922eee8811e77a9cb"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "354de81466513b886543cc618d702856c6575a3bac8ed67579e43b3334627590"; + sha256_unsigned = "354de81466513b886543cc618d702856c6575a3bac8ed67579e43b3334627590"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "665d13dbf39fe2566ce69930b61b26eebd5bfdb7ef6c2e4922eee8811e77a9cb"; + sha256_unsigned = "665d13dbf39fe2566ce69930b61b26eebd5bfdb7ef6c2e4922eee8811e77a9cb"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "3e94de6f78080ffe26cdbe5a1f6b843c760eeb357a3dfa1964c5755708885edd"; + sha256_unsigned = "3e94de6f78080ffe26cdbe5a1f6b843c760eeb357a3dfa1964c5755708885edd"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "3e94de6f78080ffe26cdbe5a1f6b843c760eeb357a3dfa1964c5755708885edd"; + sha256_unsigned = "3e94de6f78080ffe26cdbe5a1f6b843c760eeb357a3dfa1964c5755708885edd"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "b5ff75e4591a169b95c094de9653ef8998696369b6bc66cf0b53bbba7e055120"; + sha256_unsigned = "b5ff75e4591a169b95c094de9653ef8998696369b6bc66cf0b53bbba7e055120"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "a5d3e65d15875005ecb4504626a6cef09dd4f5e5e8c2441a6346fce6617a9df2"; + sha256_unsigned = "a5d3e65d15875005ecb4504626a6cef09dd4f5e5e8c2441a6346fce6617a9df2"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "32a4981cb0ac9c416291a8a1af38b981465ff9249ad5e77887f2ce3d56ca506c"; + sha256_unsigned = "32a4981cb0ac9c416291a8a1af38b981465ff9249ad5e77887f2ce3d56ca506c"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "9190a5d80af55295b734eea13f3d56767b1b972a88ee2f2131ca775b0322ba7f"; + sha256_unsigned = "9190a5d80af55295b734eea13f3d56767b1b972a88ee2f2131ca775b0322ba7f"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "31c6b087072a113c204c7db6cde0f1797eef5286bef708de6fe49724399f92d6"; + sha256_unsigned = "31c6b087072a113c204c7db6cde0f1797eef5286bef708de6fe49724399f92d6"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "8fe0ed3009389b6db69b1b4ecc201963cf7fc189780197789c79f02edb9d599a"; + sha256_unsigned = "8fe0ed3009389b6db69b1b4ecc201963cf7fc189780197789c79f02edb9d599a"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "1b63448aee6d279d4be7bf736384202b3a6fb1344b157ae0c754ade3c34aabd4"; + sha256_unsigned = "1b63448aee6d279d4be7bf736384202b3a6fb1344b157ae0c754ade3c34aabd4"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "e8c1b1ecb4ebbace25735368b138e911d136ca6438ca2aaf3c1a1b815eb31bda"; + sha256_unsigned = "e8c1b1ecb4ebbace25735368b138e911d136ca6438ca2aaf3c1a1b815eb31bda"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "8f807a782368e7f4c212986ab0704470c86f018c580b61ed139e0a1d8ed553a9"; + sha256_unsigned = "8f807a782368e7f4c212986ab0704470c86f018c580b61ed139e0a1d8ed553a9"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "7e8e9bbb472baa992533672fa9c9da8d2b0e437ecd9c97b17cbc1d024a62e3f1"; + sha256_unsigned = "7e8e9bbb472baa992533672fa9c9da8d2b0e437ecd9c97b17cbc1d024a62e3f1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "956376e150dbb8400fe8da686fae2ee240ae208a03d33774a553515f84725766"; + sha256_unsigned = "956376e150dbb8400fe8da686fae2ee240ae208a03d33774a553515f84725766"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "a409750e874f85d98706a2b658339330511cca79b9a7a72559cdb87079a7c936"; + sha256_unsigned = "a409750e874f85d98706a2b658339330511cca79b9a7a72559cdb87079a7c936"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "aa291491456fb0b552c7cff51c76c94bd40d031d4bd28acba17ee873ef1b5c4f"; + sha256_unsigned = "aa291491456fb0b552c7cff51c76c94bd40d031d4bd28acba17ee873ef1b5c4f"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "f09316cd3247ba273c2c43e7ff82846379a249a612cdacba798c9a0a492c29a3"; + sha256_unsigned = "f09316cd3247ba273c2c43e7ff82846379a249a612cdacba798c9a0a492c29a3"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "9141fc08c7a35a55d80f52e3d825003df1dbf27dd5cf28d55259706b4d9c9be3"; + sha256_unsigned = "9141fc08c7a35a55d80f52e3d825003df1dbf27dd5cf28d55259706b4d9c9be3"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "852918dad26aeb3b4037d77b52cd530971063dc7a69a208bce94b4ef7b273cd1"; + sha256_unsigned = "852918dad26aeb3b4037d77b52cd530971063dc7a69a208bce94b4ef7b273cd1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "e5ae058113424d9e301159983698833ae2fe4bed53df093d07cfa84485c257b9"; + sha256_unsigned = "e5ae058113424d9e301159983698833ae2fe4bed53df093d07cfa84485c257b9"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "f49ba9277a99e2e4e766233db7e4fb0a6860bfa8dfbcd6dd695a834586a34225"; + sha256_unsigned = "f49ba9277a99e2e4e766233db7e4fb0a6860bfa8dfbcd6dd695a834586a34225"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "0a5708cbb5765a5c34e679f0ad679fae832c4fb3100cb73e7ec6f0c99aa21fa0"; + sha256_unsigned = "0a5708cbb5765a5c34e679f0ad679fae832c4fb3100cb73e7ec6f0c99aa21fa0"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "238c0b690d830a3c9aa282038f9d99d8bf2b629f9cb1873caadb123f7805daa0"; + sha256_unsigned = "238c0b690d830a3c9aa282038f9d99d8bf2b629f9cb1873caadb123f7805daa0"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "442c437391b383e752bc045fb165a06cf600da875657731bac94c1a303a991c1"; + sha256_unsigned = "442c437391b383e752bc045fb165a06cf600da875657731bac94c1a303a991c1"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "5f8afc0ef4832733a42edfb56adc57fa5e7b643218c339da0aa8ba6c14584735"; + sha256_unsigned = "5f8afc0ef4832733a42edfb56adc57fa5e7b643218c339da0aa8ba6c14584735"; + type = "cfe-EU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "f81dfc79727da308afee01b05cd8994ebedfe896b62333949d1ca57385257763"; + sha256_unsigned = "f81dfc79727da308afee01b05cd8994ebedfe896b62333949d1ca57385257763"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "f81dfc79727da308afee01b05cd8994ebedfe896b62333949d1ca57385257763"; + sha256_unsigned = "f81dfc79727da308afee01b05cd8994ebedfe896b62333949d1ca57385257763"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "6a4da47f26893239a198deea5cf46de60acf2aa255d6c3cc0c5f472396bf3a14"; + sha256_unsigned = "6a4da47f26893239a198deea5cf46de60acf2aa255d6c3cc0c5f472396bf3a14"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "958b019b391e85da9a225c1e85ff76dfaded5ba6fceb8d528e8a129e2c03f237"; + sha256_unsigned = "958b019b391e85da9a225c1e85ff76dfaded5ba6fceb8d528e8a129e2c03f237"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "601537daf53be7da0c87e4b978a3d84888cf20c6e00d59173590955074557831"; + sha256_unsigned = "601537daf53be7da0c87e4b978a3d84888cf20c6e00d59173590955074557831"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "0f07771584a97b8479e32ce0834b6d6a7db156f049752cd20e7b230f4746f3f6"; + sha256_unsigned = "0f07771584a97b8479e32ce0834b6d6a7db156f049752cd20e7b230f4746f3f6"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "b53074933ae0cd7f4537edb0f55109470689b3b9cb1781f21524b56639efa612"; + sha256_unsigned = "b53074933ae0cd7f4537edb0f55109470689b3b9cb1781f21524b56639efa612"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "16c0a355055660e26af26168a573dd45e7c71ae6d9a93dfcf61cd30371aafdbd"; + sha256_unsigned = "16c0a355055660e26af26168a573dd45e7c71ae6d9a93dfcf61cd30371aafdbd"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "3576d97270103f76af24ab66fefbd045ea4b1e65eabc212a8c0f300ac8e19cf1"; + sha256_unsigned = "3576d97270103f76af24ab66fefbd045ea4b1e65eabc212a8c0f300ac8e19cf1"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "9fcd441be64b83949b0de3e1c598e0acebb7ae1309f59d1d2830f538ebcb5ff8"; + sha256_unsigned = "9fcd441be64b83949b0de3e1c598e0acebb7ae1309f59d1d2830f538ebcb5ff8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "70ca2642620b64b0eb7b7c96d09c10fcafdf6455537457004f70fca4456681f8"; + sha256_unsigned = "70ca2642620b64b0eb7b7c96d09c10fcafdf6455537457004f70fca4456681f8"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "8d715693e2f19678f7e5f446462cc753ca46c6640dff71e5fefadc16fe0cf578"; + sha256_unsigned = "8d715693e2f19678f7e5f446462cc753ca46c6640dff71e5fefadc16fe0cf578"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "ba0b180523bf4186a78a542653a88072280f4c39f709f6b22e898914656c9a39"; + sha256_unsigned = "ba0b180523bf4186a78a542653a88072280f4c39f709f6b22e898914656c9a39"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "65b307189b1a59be8480a6b70b6e6930ad0b5b3bfa9fbf824e460ba05622b8f1"; + sha256_unsigned = "65b307189b1a59be8480a6b70b6e6930ad0b5b3bfa9fbf824e460ba05622b8f1"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "79c8dde4a026fc04ce69f1f5e4de785f1ce4e5cc08d35b43af8155ff40c8bbbb"; + sha256_unsigned = "79c8dde4a026fc04ce69f1f5e4de785f1ce4e5cc08d35b43af8155ff40c8bbbb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "4d0a21e0e37ce93df5c45fc557df6706ca93049716dfbeb2613ba52d1856ad9f"; + sha256_unsigned = "4d0a21e0e37ce93df5c45fc557df6706ca93049716dfbeb2613ba52d1856ad9f"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-netgear_evg2000-squashfs-factory.chk"; + sha256 = "ea003d42b2c93d8d94f344142e6bab9115259593794b29883aea4197e42efa80"; + sha256_unsigned = "ea003d42b2c93d8d94f344142e6bab9115259593794b29883aea4197e42efa80"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "434be6c73d39bde09367a2a6120924ec7e08d9b07aafd3e1852b9c16209384e3"; + sha256_unsigned = "434be6c73d39bde09367a2a6120924ec7e08d9b07aafd3e1852b9c16209384e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "45f221779ed7f9ff8b117f1814499d03b47325bd0ac043ab28118aa775d9bf76"; + sha256_unsigned = "45f221779ed7f9ff8b117f1814499d03b47325bd0ac043ab28118aa775d9bf76"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "fa43c3317aaa247f2f236e502ecbb488b47db6995a6bb5aa11187e785445344b"; + sha256_unsigned = "fa43c3317aaa247f2f236e502ecbb488b47db6995a6bb5aa11187e785445344b"; + type = "cfe"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "a8ab66725a110856b81f08efc38ba5bd95b8200f7b038aa2366a95a129aebb7e"; + sha256_unsigned = "a8ab66725a110856b81f08efc38ba5bd95b8200f7b038aa2366a95a129aebb7e"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "ef184c0514feeb43757fdc9a8ed7b3d8680ed9e0fea756c8b817d9b2371bed4f"; + sha256_unsigned = "ef184c0514feeb43757fdc9a8ed7b3d8680ed9e0fea756c8b817d9b2371bed4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "3c5886fca8b6cfce6ec9c47b0ecfb07c27d9b35ef6eb1f112f3192fcd6af275f"; + sha256_unsigned = "3c5886fca8b6cfce6ec9c47b0ecfb07c27d9b35ef6eb1f112f3192fcd6af275f"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "d91c46046daf1beeb0a8ae7d2df4b0d91ca362f737f7521195b4b40a7bc01462"; + sha256_unsigned = "d91c46046daf1beeb0a8ae7d2df4b0d91ca362f737f7521195b4b40a7bc01462"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "c152bd56ae92b51cbcbf39b59dacaf3f65e561c1737e229dd55d68688fd10c48"; + sha256_unsigned = "c152bd56ae92b51cbcbf39b59dacaf3f65e561c1737e229dd55d68688fd10c48"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "7cb47ee48033ab6cc77fe6f46ac0e36ae7256b683dd147bacbc83c1507c0c430"; + sha256_unsigned = "7cb47ee48033ab6cc77fe6f46ac0e36ae7256b683dd147bacbc83c1507c0c430"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "e5879b94ea9520b0a208cf3a66e1cbe7f9293caa007be2bf0368969ee3cf91de"; + sha256_unsigned = "e5879b94ea9520b0a208cf3a66e1cbe7f9293caa007be2bf0368969ee3cf91de"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "e17b1bbb98a61391f7bbfdf01d23360502e58cf9c4be4ae61735df0f67ea2d3f"; + sha256_unsigned = "e17b1bbb98a61391f7bbfdf01d23360502e58cf9c4be4ae61735df0f67ea2d3f"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "df01b27be9f2534e97311f2086b08158ef38df7b911afd918b26604b1b033ffe"; + sha256_unsigned = "df01b27be9f2534e97311f2086b08158ef38df7b911afd918b26604b1b033ffe"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "1251bd5465e0d458d1f36e05af584d8fe5a0dd5cf00afa9023a31f4d0a228d28"; + sha256_unsigned = "1251bd5465e0d458d1f36e05af584d8fe5a0dd5cf00afa9023a31f4d0a228d28"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "de29cefd244ec05cc4d235f77c7572a4484a8030877d0d152b708d0734602b42"; + sha256_unsigned = "de29cefd244ec05cc4d235f77c7572a4484a8030877d0d152b708d0734602b42"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "7ed696adec99f5671d02eb1bb7c8b716359610fe27c0b39e04d9674a3bafda00"; + sha256_unsigned = "7ed696adec99f5671d02eb1bb7c8b716359610fe27c0b39e04d9674a3bafda00"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "1e3319ef760924955365ce0fe069512a9d2bda3b80b73ce3d74dae9bd2f6f72c"; + sha256_unsigned = "1e3319ef760924955365ce0fe069512a9d2bda3b80b73ce3d74dae9bd2f6f72c"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-sky_sr102-squashfs-cfe.bin"; + sha256 = "9551c5a80eb6808936582af3e7dff1cacf16a42146fc2a5e2eae301a89882246"; + sha256_unsigned = "9551c5a80eb6808936582af3e7dff1cacf16a42146fc2a5e2eae301a89882246"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "0d4e19b1adf556848841aa43ecf11cc36bb9db15dd234fa0a66af036b09de894"; + sha256_unsigned = "0d4e19b1adf556848841aa43ecf11cc36bb9db15dd234fa0a66af036b09de894"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "7a2720dc165810abe9ce511d2df7f9b4cdaa3eaf531fdef21342c6978cfb0ab7"; + sha256_unsigned = "7a2720dc165810abe9ce511d2df7f9b4cdaa3eaf531fdef21342c6978cfb0ab7"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "42c6b8c36335f7e155f63000c2d239de6c7fd94119836d750e53753a260d6f99"; + sha256_unsigned = "42c6b8c36335f7e155f63000c2d239de6c7fd94119836d750e53753a260d6f99"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "98ccec58aa30b7b502b5b95161f73a4bc21f01a9e65bca79e8c66672f8ccdd56"; + sha256_unsigned = "98ccec58aa30b7b502b5b95161f73a4bc21f01a9e65bca79e8c66672f8ccdd56"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "03da1a33e4605cbe299b15c2bd71257365db0ca2e1a0d7c7645deea223bd42b2"; + sha256_unsigned = "03da1a33e4605cbe299b15c2bd71257365db0ca2e1a0d7c7645deea223bd42b2"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "8e47982b60e1402ea71510b25a7427cbf7ef808bdb931049c6fbec343b226a51"; + sha256_unsigned = "8e47982b60e1402ea71510b25a7427cbf7ef808bdb931049c6fbec343b226a51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-generic-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-generic-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "db8496f84006e2b97fe734096022d9bf94fc925db85cb0a55653dc154f4a0059"; + sha256_unsigned = "db8496f84006e2b97fe734096022d9bf94fc925db85cb0a55653dc154f4a0059"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "bcm63xx/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "1a1c4727aa89f8f787a9fdfb349f82fbac328cae400c5ce65d7933e67d33cca8"; + sha256_unsigned = "1a1c4727aa89f8f787a9fdfb349f82fbac328cae400c5ce65d7933e67d33cca8"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-adb_a4001n-squashfs-cfe.bin"; + sha256 = "2cc2942a179a5c2760c362ab855c5c79d42d4a1b5cf036bcd7511ffa6327ef19"; + sha256_unsigned = "2cc2942a179a5c2760c362ab855c5c79d42d4a1b5cf036bcd7511ffa6327ef19"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "07c1a8c61e6c645009c89a83cd37548a3483d72a138a30885115a23f8e5562d4"; + sha256_unsigned = "07c1a8c61e6c645009c89a83cd37548a3483d72a138a30885115a23f8e5562d4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "82e7f692c642c26fb0b72ee11c3a388da0fb8678742d2bc08127900cb72da4fc"; + sha256_unsigned = "82e7f692c642c26fb0b72ee11c3a388da0fb8678742d2bc08127900cb72da4fc"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-adb_av4202n-squashfs-cfe.bin"; + sha256 = "c12172342e2527c15bb7045343a409ffc9ca67c396e1277819e5ef6d1cc4c2f2"; + sha256_unsigned = "c12172342e2527c15bb7045343a409ffc9ca67c396e1277819e5ef6d1cc4c2f2"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "f9bab391eb3fd32ba440c8e6817b2df914f0f44bf6ce879a97f68e341e5c429a"; + sha256_unsigned = "f9bab391eb3fd32ba440c8e6817b2df914f0f44bf6ce879a97f68e341e5c429a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "0e96bbcbc9447b00c0ffa3259e004b0cd1770485fd8c452cee0b081e29e1621b"; + sha256_unsigned = "0e96bbcbc9447b00c0ffa3259e004b0cd1770485fd8c452cee0b081e29e1621b"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "76ba71cf5841884ed92b27209106c669541e8d92e28861a06fcd2dbeca69e221"; + sha256_unsigned = "76ba71cf5841884ed92b27209106c669541e8d92e28861a06fcd2dbeca69e221"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "516cef8c5b80a6ca1949afb00900a33c6c2f2449a6233dd3fbc9ab0f0db3d3f4"; + sha256_unsigned = "516cef8c5b80a6ca1949afb00900a33c6c2f2449a6233dd3fbc9ab0f0db3d3f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "7bde4c2f13feb08e9661dc2fa545f68a3c63d40014033d13577231b3b5023137"; + sha256_unsigned = "7bde4c2f13feb08e9661dc2fa545f68a3c63d40014033d13577231b3b5023137"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "260baf97fcbb9aab729061ca7ea9dfd8b39bf548e55e79c06cd4c9ea98e2750c"; + sha256_unsigned = "260baf97fcbb9aab729061ca7ea9dfd8b39bf548e55e79c06cd4c9ea98e2750c"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "260baf97fcbb9aab729061ca7ea9dfd8b39bf548e55e79c06cd4c9ea98e2750c"; + sha256_unsigned = "260baf97fcbb9aab729061ca7ea9dfd8b39bf548e55e79c06cd4c9ea98e2750c"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "29a53e6b7d24da815bbe9983540cfc6ce27c99a9867780bba38071da800bc3cc"; + sha256_unsigned = "29a53e6b7d24da815bbe9983540cfc6ce27c99a9867780bba38071da800bc3cc"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "11b15c99c226a9ccc92ea47490becdaacd51242749d7055589fc737074b7dc72"; + sha256_unsigned = "11b15c99c226a9ccc92ea47490becdaacd51242749d7055589fc737074b7dc72"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "11b15c99c226a9ccc92ea47490becdaacd51242749d7055589fc737074b7dc72"; + sha256_unsigned = "11b15c99c226a9ccc92ea47490becdaacd51242749d7055589fc737074b7dc72"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "b82eeb874435782e23034f1a50031b90257a1ff37bf422dbb51d85360e258180"; + sha256_unsigned = "b82eeb874435782e23034f1a50031b90257a1ff37bf422dbb51d85360e258180"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "c3879dc7ee7ca403f0b83fe2ceaa27ace664fd815c277e95f375c7bd2caf5eab"; + sha256_unsigned = "c3879dc7ee7ca403f0b83fe2ceaa27ace664fd815c277e95f375c7bd2caf5eab"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "6d02dc64be10048c6b998ba34ac71dbd0f8b944ce0ba9aea787a2aa94794c42e"; + sha256_unsigned = "6d02dc64be10048c6b998ba34ac71dbd0f8b944ce0ba9aea787a2aa94794c42e"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "f6fd79030cefe005d4712ad17ac473304855f8ba9372e6432585e887b3cf5aa1"; + sha256_unsigned = "f6fd79030cefe005d4712ad17ac473304855f8ba9372e6432585e887b3cf5aa1"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "98001cc6b9e28ede65519bddc554bca174d9b66c61730abc21f0c58087ea8ade"; + sha256_unsigned = "98001cc6b9e28ede65519bddc554bca174d9b66c61730abc21f0c58087ea8ade"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "75b9f0e4c0dbfd26afbff0928a95dd94d07c6068b2781c6a149bafb8d4090d89"; + sha256_unsigned = "75b9f0e4c0dbfd26afbff0928a95dd94d07c6068b2781c6a149bafb8d4090d89"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "e8b945423bdb938b80f39d95a777604e0247da5b996cca2f9c420681486a98d0"; + sha256_unsigned = "e8b945423bdb938b80f39d95a777604e0247da5b996cca2f9c420681486a98d0"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "3006c03df69192f2682c5b888c46ed7c082485a0a1b781cfbe419b94a2cdb84c"; + sha256_unsigned = "3006c03df69192f2682c5b888c46ed7c082485a0a1b781cfbe419b94a2cdb84c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "4f868d60d1bf6eea0599fd575d3e387f4895e971b4b91a5424a4361b31aebf30"; + sha256_unsigned = "4f868d60d1bf6eea0599fd575d3e387f4895e971b4b91a5424a4361b31aebf30"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "f9da7bd36d6015c5db79127c94967f1f792e71089ff94e3671327fa1ceadb09c"; + sha256_unsigned = "f9da7bd36d6015c5db79127c94967f1f792e71089ff94e3671327fa1ceadb09c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "fa76fe80e163dd23230900281f6180718008d235326c43f726b55771c2d5bc01"; + sha256_unsigned = "fa76fe80e163dd23230900281f6180718008d235326c43f726b55771c2d5bc01"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "5bc0f822bf70e83817237bdc69b5fea787743d3d3f2b1412c07330bada6601ed"; + sha256_unsigned = "5bc0f822bf70e83817237bdc69b5fea787743d3d3f2b1412c07330bada6601ed"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "a454eecee90b524a77e9211a3aefdc232ee10ca8b9d3f8a8e4c8a73f09981c7c"; + sha256_unsigned = "a454eecee90b524a77e9211a3aefdc232ee10ca8b9d3f8a8e4c8a73f09981c7c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "7557dd74cd16a499ee49abf2204aea09b3898c8adb33e1ff2334b932cfb4b1e8"; + sha256_unsigned = "7557dd74cd16a499ee49abf2204aea09b3898c8adb33e1ff2334b932cfb4b1e8"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vg-8050 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-comtrend_vg-8050"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-comtrend_vg-8050-squashfs-sysupgrade.bin"; + sha256 = "6fb8b68d02151cf5bec0fa86003aebb9410ab7cb50d7ab71109b3dd8437e2b5c"; + sha256_unsigned = "08a99ed5aed49621c1aa69a031e2f1d0c002f184e732300abab1393503062ae7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-comtrend_vg-8050-squashfs-cfe.bin"; + sha256 = "60cfb34b283570ffa1ab1d65072288e677b7e14984705ce3b020ea1b3180a760"; + sha256_unsigned = "60cfb34b283570ffa1ab1d65072288e677b7e14984705ce3b020ea1b3180a760"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vg-8050" + ]; + titles = [ + { + model = "VG-8050"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "016a5685f54cd2dda2b2555509a9fb7dade12e75b2fc558479dfdc0ff57f68ed"; + sha256_unsigned = "016a5685f54cd2dda2b2555509a9fb7dade12e75b2fc558479dfdc0ff57f68ed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "edd852d34403e50af7f4b01a9cde81a57e03d342d4bc70f0141f862d64e72227"; + sha256_unsigned = "edd852d34403e50af7f4b01a9cde81a57e03d342d4bc70f0141f862d64e72227"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "678345edb764f940208095de5e5d718c137bbce1df17b2c7d9fe619dd53a36ea"; + sha256_unsigned = "678345edb764f940208095de5e5d718c137bbce1df17b2c7d9fe619dd53a36ea"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "31afd2bec72f8bb011e63278946b1a65bacf53370ae1735171fe643219753611"; + sha256_unsigned = "31afd2bec72f8bb011e63278946b1a65bacf53370ae1735171fe643219753611"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3032u = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-comtrend_vr-3032u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-comtrend_vr-3032u-squashfs-sysupgrade.bin"; + sha256 = "026d4e78347341cce12d5e153296192f859b8257e44e70368204994f3ae0929a"; + sha256_unsigned = "b7391bb1aaaa2e8cefa03d6d483867453f0ad48247303c924ca86daef3f0b5dc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-comtrend_vr-3032u-squashfs-cfe.bin"; + sha256 = "e54452dbd9d106632fcc16dadee09722527120e310a6215ceecb12f8528d350e"; + sha256_unsigned = "e54452dbd9d106632fcc16dadee09722527120e310a6215ceecb12f8528d350e"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3032u" + ]; + titles = [ + { + model = "VR-3032u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "62a02f3a1f18f0e4641e60d732027626e0faa6ecda49985f30df26e325e0d129"; + sha256_unsigned = "62a02f3a1f18f0e4641e60d732027626e0faa6ecda49985f30df26e325e0d129"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "6cd51080a8780c1d407c317d32b3045b7be90d39ab6bc4270f866962f6bcb1af"; + sha256_unsigned = "6cd51080a8780c1d407c317d32b3045b7be90d39ab6bc4270f866962f6bcb1af"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "b3d98fc8ee6cc5e97b5087d081d6740ba37f7b386f9f148ba3f533ede6a80f61"; + sha256_unsigned = "b3d98fc8ee6cc5e97b5087d081d6740ba37f7b386f9f148ba3f533ede6a80f61"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "f3a054cc98f47d63ff99332ab01632ba4c24eb295e00a50124a20aa37a007208"; + sha256_unsigned = "f3a054cc98f47d63ff99332ab01632ba4c24eb295e00a50124a20aa37a007208"; + type = "cfe-AU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "8a84e8ae61c4a24c846ed492c58c60f38d7e197b9b70d0e894b1824da5fc59e0"; + sha256_unsigned = "8a84e8ae61c4a24c846ed492c58c60f38d7e197b9b70d0e894b1824da5fc59e0"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "8a84e8ae61c4a24c846ed492c58c60f38d7e197b9b70d0e894b1824da5fc59e0"; + sha256_unsigned = "8a84e8ae61c4a24c846ed492c58c60f38d7e197b9b70d0e894b1824da5fc59e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "3f7a5491e6c61b2cb02dd9303c8550a855db348e572a089a9afa4dc94aad7d70"; + sha256_unsigned = "3f7a5491e6c61b2cb02dd9303c8550a855db348e572a089a9afa4dc94aad7d70"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "55ee436c1c79dabef303f793ef22b76fdf9152b3362a463fab4f41290e024249"; + sha256_unsigned = "55ee436c1c79dabef303f793ef22b76fdf9152b3362a463fab4f41290e024249"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "fad7bc7c98910b9baa28ca95e59be644f7dc5b0d86082ae41080c9826279aea8"; + sha256_unsigned = "fad7bc7c98910b9baa28ca95e59be644f7dc5b0d86082ae41080c9826279aea8"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "7568d2a8120bb628910b436c1b0f26c84a39aa13476271aa2417ed32e41cb3bb"; + sha256_unsigned = "7568d2a8120bb628910b436c1b0f26c84a39aa13476271aa2417ed32e41cb3bb"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "c61640184ffb57ccaba56b2b41948a051d66a09ecbf2251c8497116613edb41b"; + sha256_unsigned = "c61640184ffb57ccaba56b2b41948a051d66a09ecbf2251c8497116613edb41b"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "79eb5a882614f31bf87d515e7becfcb161642e737b5d8f98e408961b1f39b27a"; + sha256_unsigned = "79eb5a882614f31bf87d515e7becfcb161642e737b5d8f98e408961b1f39b27a"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "e82e2b37b5f9d77ae1f22845bfaa9355ce7e61237d3ecba3fd1dc0621d1c0c54"; + sha256_unsigned = "e82e2b37b5f9d77ae1f22845bfaa9355ce7e61237d3ecba3fd1dc0621d1c0c54"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "6413bf8550db3fc57dc945915c4ba297a1728653ef08247d857672be7895b2a9"; + sha256_unsigned = "6413bf8550db3fc57dc945915c4ba297a1728653ef08247d857672be7895b2a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "7bbfb9a80a344da9c41474f95c44cb6154ff7c26b9e6db089fcfaad871779466"; + sha256_unsigned = "7bbfb9a80a344da9c41474f95c44cb6154ff7c26b9e6db089fcfaad871779466"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + huawei_hg253s-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-huawei_hg253s-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-huawei_hg253s-v2-squashfs-sysupgrade.bin"; + sha256 = "cca3ba9164f585adfbaf4c92c6bfac1be14651bfbee627b769d4a84e45253e90"; + sha256_unsigned = "c88abae7fcdbb60e9caa263ef0d7c45e02f129153b1c8799efc69c205ba3f4bd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-huawei_hg253s-v2-squashfs-flash.bin"; + sha256 = "8d869ff4ddebb3b72db01790ed16b48caf69cc49343aa109e097ea87d50606bc"; + sha256_unsigned = "8d869ff4ddebb3b72db01790ed16b48caf69cc49343aa109e097ea87d50606bc"; + type = "flash"; + } + ]; + supported_devices = [ + "huawei,hg253s-v2" + ]; + titles = [ + { + model = "HG253s"; + variant = "v2"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "02f8ebcd8663719e2ebab0eda0c7cd6761eeece814806a32b8349f5f55f13416"; + sha256_unsigned = "02f8ebcd8663719e2ebab0eda0c7cd6761eeece814806a32b8349f5f55f13416"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "4a4de1949d03e071f79192e904555c7770648cfddb28bbb83b288a0d2bebb0d5"; + sha256_unsigned = "4a4de1949d03e071f79192e904555c7770648cfddb28bbb83b288a0d2bebb0d5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "086ae115c64a7f2b874cecf227a8db5a0182a087fca4e021f38e10efce59b0e8"; + sha256_unsigned = "086ae115c64a7f2b874cecf227a8db5a0182a087fca4e021f38e10efce59b0e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3700-v2 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-netgear_dgnd3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-sysupgrade.bin"; + sha256 = "63a349d5773db7331bb607f1d7223105879d309e1ae27c94e3b415e3841fd14f"; + sha256_unsigned = "5b5a1bb6b823b858bd910e5158e99409f4b54780336ac23c7cf97af6384e1192"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-cfe.bin"; + sha256 = "ab325842b649ff107e20799dbc11c76483a8f148f06a431073db03866dccb3f4"; + sha256_unsigned = "ab325842b649ff107e20799dbc11c76483a8f148f06a431073db03866dccb3f4"; + type = "cfe"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v2" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "bb779c95fc2e66fbfa70bb402ec0a1f2b40a941ba721e6a131a0ee913c2013b8"; + sha256_unsigned = "bb779c95fc2e66fbfa70bb402ec0a1f2b40a941ba721e6a131a0ee913c2013b8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "66aa29cd7c35b9af644c20730d96a2f48bd7cf84a4029be6b56088eb6bfb5018"; + sha256_unsigned = "66aa29cd7c35b9af644c20730d96a2f48bd7cf84a4029be6b56088eb6bfb5018"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-netgear_evg2000-squashfs-factory.chk"; + sha256 = "584464fb15bb46ca87aea37d230389ac77202b7dcb51f98296ea5e759d500fa7"; + sha256_unsigned = "584464fb15bb46ca87aea37d230389ac77202b7dcb51f98296ea5e759d500fa7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "d96a28a58daab0f211a08ec8e266aab8752ccc8e4779d6e7e92bad5eeb1bf324"; + sha256_unsigned = "d96a28a58daab0f211a08ec8e266aab8752ccc8e4779d6e7e92bad5eeb1bf324"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "c0173c1a658617d072cd5eaf7907b066a9fc9bd6a5e72b23840b15f0db063f52"; + sha256_unsigned = "c0173c1a658617d072cd5eaf7907b066a9fc9bd6a5e72b23840b15f0db063f52"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "f9b2cf376933b3682053d92acc6535b184f7845555d6b404cc92326b29ce0652"; + sha256_unsigned = "f9b2cf376933b3682053d92acc6535b184f7845555d6b404cc92326b29ce0652"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "057afe219afbdb71068241e9c039b439d6c1491627f2dfa4bd62ecd7f0ec3b8e"; + sha256_unsigned = "057afe219afbdb71068241e9c039b439d6c1491627f2dfa4bd62ecd7f0ec3b8e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "0e4cba9559d7984ef7054ef9bde75ade67b0a6c20ba0cea7eb753a0b9545a7db"; + sha256_unsigned = "0e4cba9559d7984ef7054ef9bde75ade67b0a6c20ba0cea7eb753a0b9545a7db"; + type = "cfe"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "09220e312551f6614d02c4be82db1a3fdf25b915ca81fc4c7d8b84f3ec9f7483"; + sha256_unsigned = "09220e312551f6614d02c4be82db1a3fdf25b915ca81fc4c7d8b84f3ec9f7483"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "4bc54a7986efadfc74882f7c71483c5fab12c7774976618ad100a40e568aab38"; + sha256_unsigned = "4bc54a7986efadfc74882f7c71483c5fab12c7774976618ad100a40e568aab38"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "37fd27cc505cf6729b231ec5148985b3882d8a94b65908ddbb47a5f9cfa7f8c8"; + sha256_unsigned = "37fd27cc505cf6729b231ec5148985b3882d8a94b65908ddbb47a5f9cfa7f8c8"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "bfad56f2dd902e42ce881e04a6e308a7cb75419a768887815fadb048bf78c1ba"; + sha256_unsigned = "bfad56f2dd902e42ce881e04a6e308a7cb75419a768887815fadb048bf78c1ba"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "ac7c02535c4fcbbada8fc6886b9ec1b9d5745ea55caf8eae02898608fedae546"; + sha256_unsigned = "ac7c02535c4fcbbada8fc6886b9ec1b9d5745ea55caf8eae02898608fedae546"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "cf0a3d782ab294861293cd00dd83d7e5eb5e58cf586d1389dde7dd39029ecf5a"; + sha256_unsigned = "cf0a3d782ab294861293cd00dd83d7e5eb5e58cf586d1389dde7dd39029ecf5a"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "82a611042511714fd62e222e53f4c10b102230a9d577ca3de08f377f7d33c2cb"; + sha256_unsigned = "82a611042511714fd62e222e53f4c10b102230a9d577ca3de08f377f7d33c2cb"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-sercomm_ad1018"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-sercomm_ad1018-squashfs-factory.img"; + sha256 = "55fbbc9519ec0332ed396ef28b3e9d50587b8acff4d1844d4bb19195cb51338b"; + sha256_unsigned = "55fbbc9519ec0332ed396ef28b3e9d50587b8acff4d1844d4bb19195cb51338b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-sercomm_ad1018-squashfs-sysupgrade.bin"; + sha256 = "975af467932a141571040506c35fc5491588c395e4ca3fd163b2ae1ecfc570ea"; + sha256_unsigned = "d5640ff2c2b41a7b73abec167e3f4b39196ad498c498efd773abd7b093959f8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,ad1018" + ]; + titles = [ + { + model = "AD1018"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "60cf8145342cc6e602ed0ec55059720f812c18cf7ff14cd7a7df9d258ba59a41"; + sha256_unsigned = "60cf8145342cc6e602ed0ec55059720f812c18cf7ff14cd7a7df9d258ba59a41"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-lowi = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-sercomm_h500-s-lowi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-sysupgrade.bin"; + sha256 = "b48b1f8afed57f50c35a30d6e00ee42288935f2fa5850d63ed629155c7c77428"; + sha256_unsigned = "b3c66f3608f33120f14d8ad87a079da8f221a0f70db33f0e6ec0a9b364ab3927"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-factory.img"; + sha256 = "14d07d5222652026259a75e2d1b54b33b6e151409e404090ff6a0b50018dd7a1"; + sha256_unsigned = "14d07d5222652026259a75e2d1b54b33b6e151409e404090ff6a0b50018dd7a1"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,h500-s-lowi" + ]; + titles = [ + { + model = "H500-s"; + variant = "lowi"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-vfes = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-sercomm_h500-s-vfes"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-sysupgrade.bin"; + sha256 = "2aeeb1204d719c1900f30c4053c739ca07c3d2102601526f64238056a2caa8f5"; + sha256_unsigned = "13459dd9ba2e788605af773124fe61c6d684db64f39dda0e176ee5b014bbfeea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-factory.img"; + sha256 = "acaaf60d0a6d37e920e2e7719850d57d767264a69e2ee871a59b729a863a9062"; + sha256_unsigned = "acaaf60d0a6d37e920e2e7719850d57d767264a69e2ee871a59b729a863a9062"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,h500-s-vfes" + ]; + titles = [ + { + model = "H500-s"; + variant = "vfes"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "b286ddd9690ce9ca05f2d94868c6c478e25111478eb4b3d2d0f5318c68b7057f"; + sha256_unsigned = "b286ddd9690ce9ca05f2d94868c6c478e25111478eb4b3d2d0f5318c68b7057f"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "232e7dc52a35f1c1fedf34dbf799dc31eb62ee532c87510fa78a960dcebdb56f"; + sha256_unsigned = "232e7dc52a35f1c1fedf34dbf799dc31eb62ee532c87510fa78a960dcebdb56f"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "d398e23d2604b831fef2585f675edd96a436df81c3b5da5500f7af2cab5f2bb5"; + sha256_unsigned = "d398e23d2604b831fef2585f675edd96a436df81c3b5da5500f7af2cab5f2bb5"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-sky_sr102-squashfs-cfe.bin"; + sha256 = "06f9268e9de6a297c6dc0d13dee0038c8d4ee43f77acd93761acae3792317f59"; + sha256_unsigned = "06f9268e9de6a297c6dc0d13dee0038c8d4ee43f77acd93761acae3792317f59"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "a06937581bd20cdda985e050ab04f5f5d7f6782905dafb9d6d5f154086efb103"; + sha256_unsigned = "a06937581bd20cdda985e050ab04f5f5d7f6782905dafb9d6d5f154086efb103"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "e95e1c790b1c869718c6d58659ec692b101d2d21f47ac023fa3997ab3a21f626"; + sha256_unsigned = "e95e1c790b1c869718c6d58659ec692b101d2d21f47ac023fa3997ab3a21f626"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "0afdab7110519ecd6a04ae44a4e514845ab9a88be9234b842ea690bf846e910f"; + sha256_unsigned = "0afdab7110519ecd6a04ae44a4e514845ab9a88be9234b842ea690bf846e910f"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "236423f62ce9d231c7ee9edb5531dc9c8a16d446bcd7f05c0d6e0083728a829a"; + sha256_unsigned = "236423f62ce9d231c7ee9edb5531dc9c8a16d446bcd7f05c0d6e0083728a829a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "714a1509096c289a0ae9404573a86d54ef09a3bed7f7fcb7127361b52d551847"; + sha256_unsigned = "714a1509096c289a0ae9404573a86d54ef09a3bed7f7fcb7127361b52d551847"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "2f34c8dafbdc546c7262d73950e7dd5516684b9b409efdf30b2b890bdf6513ba"; + sha256_unsigned = "2f34c8dafbdc546c7262d73950e7dd5516684b9b409efdf30b2b890bdf6513ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-bcm63xx-smp-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-bcm63xx-smp-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "0f00949b6780ba974d9271c807433b38cc8efedec5f96c2aac6f8baeec5c7045"; + sha256_unsigned = "0f00949b6780ba974d9271c807433b38cc8efedec5f96c2aac6f8baeec5c7045"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "bcm63xx/smp"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.2-gemini-dlink_dir-685"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "c47547dd896a6e7c8253eeae36cb96d1d06b050e7be62aac7c758f28604bb99b"; + sha256_unsigned = "c47547dd896a6e7c8253eeae36cb96d1d06b050e7be62aac7c758f28604bb99b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "827d24a2295c22124b0bf7c885a41db6c1ae98ec8bb74258f81f53bd8813a5bb"; + sha256_unsigned = "27750c5423e75a65ac98b5194835f6ba8394c62802d17e0819a59e830ff0cb46"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-gemini-dlink_dir-685-ext4-factory.bin"; + sha256 = "5205481e513230617d03aa33ee68203b387e8ae957d8fbd0c60e10492babe09a"; + sha256_unsigned = "5205481e513230617d03aa33ee68203b387e8ae957d8fbd0c60e10492babe09a"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-gemini-dlink_dir-685-ext4-sysupgrade.bin"; + sha256 = "954dc539114900ee971469ce04f1aa9ed370357bbd4282aad98cfb33b9fbb39f"; + sha256_unsigned = "5a067f501c1e83eeed2eb9bca67350cb9a9df520c24a2d77b8deb3150a3867c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + model = "DIR-685 Xtreme N Storage Router"; + vendor = "D-Link"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.2-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "26b97a75544b9b1b51540797992ba4b030530b3ac7532d7cb042262138d8777c"; + sha256_unsigned = "26b97a75544b9b1b51540797992ba4b030530b3ac7532d7cb042262138d8777c"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + model = "DNS-313 1-Bay Network Storage Enclosure"; + vendor = "D-Link"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-22.03.2-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "7d4e5a9197e7cb9a26a806b85a869e894e8215b1aa7fc33d9ba24d74077c74e1"; + sha256_unsigned = "7d4e5a9197e7cb9a26a806b85a869e894e8215b1aa7fc33d9ba24d74077c74e1"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + model = "Square One SQ201"; + vendor = "ITian"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.2-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "6ec40e5f2075401549271850adba43c4ac89229baffb725d16520a87a801accf"; + sha256_unsigned = "6ec40e5f2075401549271850adba43c4ac89229baffb725d16520a87a801accf"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + model = "NAS IB-4220-B"; + vendor = "Raidsonic"; + } + ]; + }; + storlink_sl93512r = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.2-gemini-storlink_sl93512r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-gemini-storlink_sl93512r-squashfs-factory.bin"; + sha256 = "e200b05dbb0bf3aa5f168179401676b458092c9277c1236243ad960974808368"; + sha256_unsigned = "e200b05dbb0bf3aa5f168179401676b458092c9277c1236243ad960974808368"; + type = "factory"; + } + ]; + supported_devices = [ + "storlink,sl93512r" + ]; + titles = [ + { + model = "SL93512r"; + vendor = "StorLink"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "gemini/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + imx = { + cortexa9 = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + solidrun_cubox-i = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.2-imx-cortexa9-solidrun_cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-imx-cortexa9-solidrun_cubox-i-squashfs-combined.bin"; + sha256 = "c344ee59cad3c5b22428346c7b9370fd83a475039321c2f7173e1bee91a074d3"; + sha256_unsigned = "c344ee59cad3c5b22428346c7b9370fd83a475039321c2f7173e1bee91a074d3"; + type = "combined"; + } + ]; + supported_devices = [ + "solidrun,cubox-i" + ]; + titles = [ + { + model = "CuBox-i"; + vendor = "SolidRun"; + } + ]; + }; + toradex_apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-22.03.2-imx-cortexa9-toradex_apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-imx-cortexa9-toradex_apalis-squashfs.sysupgrade.bin"; + sha256 = "504753d2ee22218c6ee3bf129223eefe33303924da6f1c51244696c6f0b10251"; + sha256_unsigned = "ef112318bd37aad1fe64262d639efd3958f514fd5b29d0dbba6450a26d560b41"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.2-imx-cortexa9-toradex_apalis-recovery.scr"; + sha256 = "7b944c38705950b981adac3044aa7823ae91c1be2c3719fe0b1732171d221176"; + sha256_unsigned = "7b944c38705950b981adac3044aa7823ae91c1be2c3719fe0b1732171d221176"; + type = "recovery.scr"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-imx-cortexa9-toradex_apalis-squashfs.combined.bin"; + sha256 = "a7d3fcbd65d1d9205f4b667c6c196269841ae848df7b26f281b45ba47f0b913c"; + sha256_unsigned = "a7d3fcbd65d1d9205f4b667c6c196269841ae848df7b26f281b45ba47f0b913c"; + type = "combined"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + model = "Apalis family"; + vendor = "Toradex"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-22.03.2-imx-cortexa9-gateworks_ventana-large"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-imx-cortexa9-gateworks_ventana-large-squashfs-nand.ubi"; + sha256 = "f6471e1d8f913c4904a3bc037166f1ef27afdb7a4f72ab42583e09d43571e54a"; + sha256_unsigned = "f6471e1d8f913c4904a3bc037166f1ef27afdb7a4f72ab42583e09d43571e54a"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-imx-cortexa9-gateworks_ventana-squashfs-nand.ubi"; + sha256 = "75457633d41bcbb0bf096789e24caa14faf6e8357f58767399834b230f98b0bc"; + sha256_unsigned = "75457633d41bcbb0bf096789e24caa14faf6e8357f58767399834b230f98b0bc"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-imx-cortexa9-gateworks_ventana-squashfs-bootfs.tar.gz"; + sha256 = "f6ccbc3070b6ca2dc68bf14b2b2368d57e701c4950ba7e7891f730773d66e6b5"; + sha256_unsigned = "f6ccbc3070b6ca2dc68bf14b2b2368d57e701c4950ba7e7891f730773d66e6b5"; + type = "bootfs"; + } + ]; + supported_devices = [ + "gateworks,ventana-large" + ]; + titles = [ + { + model = "Ventana family"; + variant = "large NAND flash"; + vendor = "Gateworks"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "imx/cortexa9"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-board-qca4019" + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_habanero-dvk" = { + device_packages = [ + "ipq-wifi-8dev_habanero-dvk" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-8dev_habanero-dvk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-8dev_habanero-dvk-squashfs-sysupgrade.bin"; + sha256 = "e982fe81776102ab07ea8c0da1e667866d3e52a672c5101f37afa75b5975dda4"; + sha256_unsigned = "eb90c2d89b5bac36dfb7ec8f1eea5a7b57031b15dd5d3e9ef345bacba9f3322f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-8dev_habanero-dvk-initramfs-fit-uImage.itb"; + sha256 = "f2a7aea9c66b842b50f3f3ef175d544566cc9bf3f50b0c227bf46d6788ea3428"; + sha256_unsigned = "f2a7aea9c66b842b50f3f3ef175d544566cc9bf3f50b0c227bf46d6788ea3428"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,habanero-dvk" + ]; + titles = [ + { + model = "Habanero DVK"; + vendor = "8devices"; + } + ]; + }; + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "83fdb1f72672d2c8b70042a7ad9cd9684daef1ac65309ce7f08d3222f7b5ce59"; + sha256_unsigned = "83fdb1f72672d2c8b70042a7ad9cd9684daef1ac65309ce7f08d3222f7b5ce59"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "52a5e87c22591af44048a307b6cae037cf45bd95b15f34acedb055afffd9cbf7"; + sha256_unsigned = "64f90e285e50ea137126756ac1dc6346ebc72059a8b89f8fa05cf4c7ca32e5cd"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-8dev_jalapeno-initramfs-fit-uImage.itb"; + sha256 = "a4d9ee41a9c07a1e4c993809018146842bc30b046035ad2f3c34ff0ae006782e"; + sha256_unsigned = "a4d9ee41a9c07a1e4c993809018146842bc30b046035ad2f3c34ff0ae006782e"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + model = "Jalapeno"; + vendor = "8devices"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "b7e5511e5b1f9216b8de890259b11e3e851da63dfc8028203466ffc2f14630b3"; + sha256_unsigned = "72434179dd38c9063237aa24a7ca015d1fbdb02dac4b6a44eabefd0c556051a0"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "a7c95a0eff7f47eada74adb9b5357028c76b6c21919c3bf8cb2603152926b844"; + sha256_unsigned = "a7c95a0eff7f47eada74adb9b5357028c76b6c21919c3bf8cb2603152926b844"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-alfa-network_ap120c-ac-initramfs-fit-uImage.itb"; + sha256 = "6b4ed7660db4af7823ccdd0dd3f23d2b422b51a85a740d83d0e90cf13b464fb7"; + sha256_unsigned = "6b4ed7660db4af7823ccdd0dd3f23d2b422b51a85a740d83d0e90cf13b464fb7"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + model = "AP120C-AC"; + vendor = "ALFA Network"; + } + ]; + }; + aruba_ap-303 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-aruba_ap-303"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-aruba_ap-303-initramfs-fit-uImage.itb"; + sha256 = "5ab6d358c678a9e86e433eea132c2fa47a4ca6f3bb1bdfb3b418b2d10ccb7775"; + sha256_unsigned = "5ab6d358c678a9e86e433eea132c2fa47a4ca6f3bb1bdfb3b418b2d10ccb7775"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-aruba_ap-303-squashfs-sysupgrade.bin"; + sha256 = "32ea9296d05c73f55ca07e62bf1535ea881feb83ad6c55cc7b1226ac88c73d11"; + sha256_unsigned = "d07184584fe6abea4e80f0b5c877c281bea6ed130a8da7ec443bd6ced2b1f33c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-303" + ]; + titles = [ + { + model = "AP-303"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-303h = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-aruba_ap-303h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-aruba_ap-303h-initramfs-fit-uImage.itb"; + sha256 = "848fe4b6fdbbef43cd93dca22e51920d4c010b7bbf3ff925ca80acbd9d7b7f39"; + sha256_unsigned = "848fe4b6fdbbef43cd93dca22e51920d4c010b7bbf3ff925ca80acbd9d7b7f39"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-aruba_ap-303h-squashfs-sysupgrade.bin"; + sha256 = "5de19f2ef0324768997c94ebb0906fd80e1a271322f5499c2d0cc0c5990a3d1b"; + sha256_unsigned = "6f591a64bba16c5e0942b9f9694e709f188bf21ed5b526646bad23f4589cd964"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-303h" + ]; + titles = [ + { + model = "AP-303H"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-365 = { + device_packages = [ + "kmod-hwmon-ad7418" + "ipq-wifi-aruba_ap-365" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-aruba_ap-365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-aruba_ap-365-squashfs-sysupgrade.bin"; + sha256 = "070d4323de13a316da480096a050f8bfdb3be444978ac11d66e65dc4d816445f"; + sha256_unsigned = "ec165a588c3843f6c44f65b7d276c07f75613f98eba25f7abba321a3447ffab5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-aruba_ap-365-initramfs-fit-uImage.itb"; + sha256 = "f494658470511727f72afd81370cd478ea7d60601a200b5240adbbf9e7b01e64"; + sha256_unsigned = "f494658470511727f72afd81370cd478ea7d60601a200b5240adbbf9e7b01e64"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-365" + ]; + titles = [ + { + model = "AP-365"; + vendor = "Aruba"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-asus_map-ac2200-initramfs-fit-uImage.itb"; + sha256 = "96d36822e8fc9ca65644a56150f25ba7d17525ed78b95d292e5607d33fab8db8"; + sha256_unsigned = "96d36822e8fc9ca65644a56150f25ba7d17525ed78b95d292e5607d33fab8db8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "73772dea2a9b080ecd6d87a3b546b7bf85a48082ba1b85ba806e53960b881b54"; + sha256_unsigned = "e2c19d3d082b7b91913df5d5524bfde968828d1768039ea9d7f8ea7e6cd8346f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + model = "Lyra (MAP-AC2200)"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac42u = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-asus_rt-ac42u" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-asus_rt-ac42u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-asus_rt-ac42u-initramfs-fit-uImage.itb"; + sha256 = "06733a5496307cca3c05085d8fe05b3cf3a76ddd2a485e9a8a0ba59b5762c229"; + sha256_unsigned = "06733a5496307cca3c05085d8fe05b3cf3a76ddd2a485e9a8a0ba59b5762c229"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-asus_rt-ac42u-squashfs-sysupgrade.bin"; + sha256 = "95c6a6fb62fcbe6c98532a52ecfa8d1987d7c42b256d955920471785eea753b8"; + sha256_unsigned = "2a2fcc72dec4073bd11125376e9798be8dbe9701f705a77111c0eec4ca82707d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac42u" + ]; + titles = [ + { + model = "RT-AC42U"; + vendor = "ASUS"; + } + { + model = "RT-ACRH17"; + vendor = "ASUS"; + } + { + model = "RT-AC2200"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "88ffa0bbf41e0b62586737403acba4aa73cebff278a8c95ea64505ce92015f1c"; + sha256_unsigned = "3d267c97ffa33d12366a177408c2618fb3dd1aea7713e866c7b2cabf73d17c1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-asus_rt-ac58u-initramfs-fit-uImage.itb"; + sha256 = "e6698426c71b966bca509a0a41061377dd8fe719718ac70b371424562b1db1e2"; + sha256_unsigned = "e6698426c71b966bca509a0a41061377dd8fe719718ac70b371424562b1db1e2"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + model = "RT-AC58U"; + vendor = "ASUS"; + } + { + model = "RT-ACRH13"; + vendor = "ASUS"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "e1a50a4beed98602edbd87434b7fad5cdf423eb5e164b746af1b08a02d295c97"; + sha256_unsigned = "cc547716d4f2db294051b93df5777b0961363e2bbe68437d63c4f11605481375"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-avm_fritzbox-4040-initramfs-fit-uImage.itb"; + sha256 = "b72954ffde4825e85eab6b0a4c88697279c0b0ef1fa0cc7770dbd1d429393865"; + sha256_unsigned = "b72954ffde4825e85eab6b0a4c88697279c0b0ef1fa0cc7770dbd1d429393865"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "0ee8c3d1481a04b64370e00111ebc04393ea5622ebcc4d41b442bcf3a57df6d7"; + sha256_unsigned = "0ee8c3d1481a04b64370e00111ebc04393ea5622ebcc4d41b442bcf3a57df6d7"; + type = "eva"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + model = "FRITZ!Box 4040"; + vendor = "AVM"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-avm_fritzbox-7530-initramfs-fit-uImage.itb"; + sha256 = "fe3b64bd277c4450532dea264dca6c568cad6a6b2f2e44325f02cc65dc4c4230"; + sha256_unsigned = "fe3b64bd277c4450532dea264dca6c568cad6a6b2f2e44325f02cc65dc4c4230"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "d7a568448e8817f94820eba19b56e67c97336034b22480e5f7231b1f0005e36d"; + sha256_unsigned = "376e3a94987fc2b36c7df040abb1ffe92bd14321b16b97ad9dd844e424746ac2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + model = "FRITZ!Box 7530"; + vendor = "AVM"; + } + { + model = "FRITZ!Box 7520"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-avm_fritzrepeater-1200-initramfs-fit-uImage.itb"; + sha256 = "ed257bdee9d734b0b8f3b7e96217cf57134dcf3ba63a862d750de7511894ac73"; + sha256_unsigned = "ed257bdee9d734b0b8f3b7e96217cf57134dcf3ba63a862d750de7511894ac73"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "c508287f8e338f9e3dd02b76684fbddf6c68351629db1fa7eac9fcdcfc9431fb"; + sha256_unsigned = "a2ea0790715fdd9599b9b786117feedf0ac6d421e7a4a7a19945e283d965b46e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + model = "FRITZ!Repeater 1200"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-avm_fritzrepeater-3000-initramfs-fit-uImage.itb"; + sha256 = "b9033aec94767501db91c1b1900cd0f4303e3027773947216376919926e0dc7a"; + sha256_unsigned = "b9033aec94767501db91c1b1900cd0f4303e3027773947216376919926e0dc7a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "efea0b47a45947968eedbb39f9bd6ee2509f8e00b893d935c1d4af88c364b555"; + sha256_unsigned = "6a468c95a39539bfc7b2ba95e42cc1940c8ac55ccc9a64ecd65532e73a63c872"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + model = "FRITZ!Repeater 3000"; + vendor = "AVM"; + } + ]; + }; + buffalo_wtr-m2133hp = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-buffalo_wtr-m2133hp" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-buffalo_wtr-m2133hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-buffalo_wtr-m2133hp-initramfs-fit-uImage.itb"; + sha256 = "18d79c93cb1f98c5f6a0438f43ee3d5896a3c7c1f7e9cb911645c1275cab38f9"; + sha256_unsigned = "18d79c93cb1f98c5f6a0438f43ee3d5896a3c7c1f7e9cb911645c1275cab38f9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-sysupgrade.bin"; + sha256 = "8f23ba19a112d7a01934fed32f4cc9b5ea8720a92b5185af26784170598b3644"; + sha256_unsigned = "49a2f0ce8c2c8cca0273b6a64d73e828fea3af7b210f6d80e68b2f46ba4b3b44"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-factory.ubi"; + sha256 = "40012c5f80aa247cce2706b50dae0de1b4430f54ff95dc299a4e6667b6b5b4b5"; + sha256_unsigned = "40012c5f80aa247cce2706b50dae0de1b4430f54ff95dc299a4e6667b6b5b4b5"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "buffalo,wtr-m2133hp" + ]; + titles = [ + { + model = "WTR-M2133HP"; + vendor = "Buffalo"; + } + ]; + }; + cellc_rtl30vw = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-cellc_rtl30vw" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-cellc_rtl30vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-factory.bin"; + sha256 = "0addc3b7547d240253e142bf1aad8e34f2f0fb32e446553231eefb78355e9893"; + sha256_unsigned = "0addc3b7547d240253e142bf1aad8e34f2f0fb32e446553231eefb78355e9893"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-cellc_rtl30vw-initramfs-fit-zImage.itb"; + sha256 = "443362b1e8523b430257be8720e5f4d563af5d84a93967ad06688f309f607455"; + sha256_unsigned = "443362b1e8523b430257be8720e5f4d563af5d84a93967ad06688f309f607455"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-sysupgrade.bin"; + sha256 = "2ef6fbac263bd06ff2c2474507870c497d82e39e83943813ca5e94911df2329c"; + sha256_unsigned = "d10cc23cd90e8d95b2f39359a56373ab6245a9c005258b7fb5875d87f2f46e48"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "cellc,rtl30vw" + ]; + titles = [ + { + model = "RTL30VW"; + vendor = "Cell C"; + } + ]; + }; + cilab_meshpoint-one = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-iio-bmp280-i2c" + "kmod-hwmon-ina2xx" + "kmod-rtc-pcf2127" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-cilab_meshpoint-one"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-cilab_meshpoint-one-initramfs-fit-uImage.itb"; + sha256 = "e09b1714277a29598e018025d9d6cf929c03fee37f8187e06218a6b4fb37e7b7"; + sha256_unsigned = "e09b1714277a29598e018025d9d6cf929c03fee37f8187e06218a6b4fb37e7b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-factory.ubi"; + sha256 = "e6d18600f977067a1d753596e5d0a46955b1bba27f4b69b6680dd9b0ed8be1ed"; + sha256_unsigned = "e6d18600f977067a1d753596e5d0a46955b1bba27f4b69b6680dd9b0ed8be1ed"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-sysupgrade.bin"; + sha256 = "359488fd172e43cc1407d63d3346d7f6e43970081fda04d289858d6d6ad69e41"; + sha256_unsigned = "d12d0a1dfceea0a3dae4ef3bcc44f6ceaa0e4175a75f4d95e1557e55ea7ffb66"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "cilab,meshpoint-one" + ]; + titles = [ + { + model = "MeshPoint.One"; + vendor = "Crisis Innovation Lab"; + } + ]; + }; + compex_wpj419 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-compex_wpj419"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-compex_wpj419-squashfs-nand-sysupgrade.bin"; + sha256 = "7cf1b322e9eda1b59f76c3e7aac0f999adc39f1625d798a755dd239729d48149"; + sha256_unsigned = "93087898bad5a6020e10c1fa5e3f76f2ce918e1910b1bb69fefc72740aa3e91a"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-compex_wpj419-initramfs-fit-uImage.itb"; + sha256 = "210ecae46f480acc6823018da842c44bd0451e446bfb6add4ca9da70b8572fc8"; + sha256_unsigned = "210ecae46f480acc6823018da842c44bd0451e446bfb6add4ca9da70b8572fc8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-compex_wpj419-squashfs-nand-factory.ubi"; + sha256 = "10f70e54d65ee3180fc110a625f1b6fc36cc07522c75213f16e2c5f580874406"; + sha256_unsigned = "10f70e54d65ee3180fc110a625f1b6fc36cc07522c75213f16e2c5f580874406"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "compex,wpj419" + ]; + titles = [ + { + model = "WPJ419"; + vendor = "Compex"; + } + ]; + }; + dlink_dap-2610 = { + device_packages = [ + "ipq-wifi-dlink_dap2610" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-dlink_dap-2610"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-dlink_dap-2610-initramfs-fit-uImage.itb"; + sha256 = "203318bc6dc9868495272cc3cee48c54f018049fb2d72e4338a3c2de349c5d73"; + sha256_unsigned = "203318bc6dc9868495272cc3cee48c54f018049fb2d72e4338a3c2de349c5d73"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-dlink_dap-2610-squashfs-factory.bin"; + sha256 = "a45e7e6398af975f7a4bf8030fd449b4655b5577c784a00fac84aa35dcd081f1"; + sha256_unsigned = "a45e7e6398af975f7a4bf8030fd449b4655b5577c784a00fac84aa35dcd081f1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-dlink_dap-2610-squashfs-sysupgrade.bin"; + sha256 = "5318d781104f7917ab210db8cd059114523cd4b34acc1de472729b7fd8e41e15"; + sha256_unsigned = "53b63b8592f64f74dff69c38c4699906aaeed5db753121b8ecd5c57eb7920e01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2610" + ]; + titles = [ + { + model = "DAP-2610"; + vendor = "D-Link"; + } + ]; + }; + edgecore_ecw5211 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-edgecore_ecw5211"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-edgecore_ecw5211-initramfs-fit-uImage.itb"; + sha256 = "4585c8979b5ce1220a8cfbf23a990802483a71b45131a98e6114e1735123b75d"; + sha256_unsigned = "4585c8979b5ce1220a8cfbf23a990802483a71b45131a98e6114e1735123b75d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-factory.ubi"; + sha256 = "cef613b295c232dbe29db26fca614c9663e6a01ec993eb28e8800367cf217983"; + sha256_unsigned = "cef613b295c232dbe29db26fca614c9663e6a01ec993eb28e8800367cf217983"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-sysupgrade.bin"; + sha256 = "c03d461afa1116d8850b0371d4b873fac373088b5b1753f21578d559b7d174c0"; + sha256_unsigned = "db151bf35df6c2a7663fc277c7c424a9a3e59d535187b13b6b165cc1d7b74620"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "edgecore,ecw5211" + ]; + titles = [ + { + model = "ECW5211"; + vendor = "Edgecore"; + } + ]; + }; + edgecore_oap100 = { + device_packages = [ + "ipq-wifi-edgecore_oap100" + "kmod-usb-acm" + "kmod-usb-net" + "kmod-usb-net-cdc-qmi" + "uqmi" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-edgecore_oap100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-edgecore_oap100-squashfs-nand-sysupgrade.bin"; + sha256 = "39de15e0af9f6b44fd6e91cc26c8f6ce4097f1f3f1d39845f1674114da1d47eb"; + sha256_unsigned = "34dc09d37eeaa1db547d6af4675b1330d9704e5671d68b836e21be4abac3b549"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-edgecore_oap100-initramfs-fit-uImage.itb"; + sha256 = "abe65189677ebf403deaadc8531dc9d737218f28f7fc8870c7fa9b5208543a7b"; + sha256_unsigned = "abe65189677ebf403deaadc8531dc9d737218f28f7fc8870c7fa9b5208543a7b"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,oap100" + ]; + titles = [ + { + model = "OAP100"; + vendor = "Edgecore"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "157de80acd641becad27c0b06519ca25c1d205f4f33c50f356927e40019a91a0"; + sha256_unsigned = "ce2bf022f4fab30f674251bfcdcfdc29c27e43aaaef573247d866619b51cf147"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-engenius_eap1300-initramfs-fit-uImage.itb"; + sha256 = "fd913e4a9d4b4b8fa47e3d6e2603ca502056ff0235974be55a2dc2845fc0dc2e"; + sha256_unsigned = "fd913e4a9d4b4b8fa47e3d6e2603ca502056ff0235974be55a2dc2845fc0dc2e"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + model = "EAP1300"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-engenius_eap2200" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-engenius_eap2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-engenius_eap2200-squashfs-nand-sysupgrade.bin"; + sha256 = "1bbbd66cf0c91328e286dd099fbb62ff6d894a12cfc7dd41825388d65acb5e35"; + sha256_unsigned = "105eb7969b2135f196d3dcc7ce7453732d2577727dde22cf51125d9aaf30bfb3"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-engenius_eap2200-initramfs-fit-uImage.itb"; + sha256 = "2831005bd07e30db1e74f723bd529f1ef4eea745fb6e36f8d82ba39cfad103fc"; + sha256_unsigned = "2831005bd07e30db1e74f723bd529f1ef4eea745fb6e36f8d82ba39cfad103fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-engenius_eap2200-squashfs-nand-factory.ubi"; + sha256 = "c9f43dc4f4cc603c3dba2664474544b12e620c3cd8f37eb6fb87521995bc5b4a"; + sha256_unsigned = "c9f43dc4f4cc603c3dba2664474544b12e620c3cd8f37eb6fb87521995bc5b4a"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "engenius,eap2200" + ]; + titles = [ + { + model = "EAP2200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emd1 = { + device_packages = [ + "ipq-wifi-engenius_emd1" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-engenius_emd1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-engenius_emd1-squashfs-sysupgrade.bin"; + sha256 = "13571df65e559b7b82c7e9f8a48182c0387784678f8521ac74d9190baaaac8d6"; + sha256_unsigned = "64fcc4d8ee3ca69596970a85e9e56e7327da9db64dfc2f3421c36b4d04a88c03"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-engenius_emd1-initramfs-fit-uImage.itb"; + sha256 = "a484764385faecd0b2c57d091246dd181d9ce68398aa6e67edc5060c0a5859c0"; + sha256_unsigned = "a484764385faecd0b2c57d091246dd181d9ce68398aa6e67edc5060c0a5859c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-engenius_emd1-squashfs-factory.bin"; + sha256 = "7c5e97768c09e0fb849cb80323559233c814602fa15daa92469ecd170f4c17d2"; + sha256_unsigned = "7c5e97768c09e0fb849cb80323559233c814602fa15daa92469ecd170f4c17d2"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,emd1" + ]; + titles = [ + { + model = "EMD1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-engenius_ens620ext-initramfs-fit-uImage.itb"; + sha256 = "e73fd61c9c0ede981819048f5174488efc4ba38420624e03a2e29783194a5efb"; + sha256_unsigned = "e73fd61c9c0ede981819048f5174488efc4ba38420624e03a2e29783194a5efb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "07b4e0ccfa3c4a34fb8a3b859d9df71cc2514e2bd70711f73516c01c6de7ee7a"; + sha256_unsigned = "07b4e0ccfa3c4a34fb8a3b859d9df71cc2514e2bd70711f73516c01c6de7ee7a"; + type = "factory_30"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "cce296adaefc6c16156eb35a8446c1e73aea8a2cb304161b8c8bd90db4efb5ad"; + sha256_unsigned = "cce296adaefc6c16156eb35a8446c1e73aea8a2cb304161b8c8bd90db4efb5ad"; + type = "factory_35"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "a845a2cea8129e6f7d9c241bc162d496b670b5527ddac664192b2c182dbbfefd"; + sha256_unsigned = "7986a6679b78cba380ea146baaf504dbd42b88aef961af0533ebd99bae89821b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + model = "ENS620EXT"; + vendor = "EnGenius"; + } + ]; + }; + ezviz_cs-w3-wd1200g-eup = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "ipq-wifi-ezviz_cs-w3-wd1200g-eup" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-initramfs-fit-uImage.itb"; + sha256 = "398965c69438d99057dae64d891a6b31d69bedd63f88e2e3dd45d06d0f5aad9d"; + sha256_unsigned = "398965c69438d99057dae64d891a6b31d69bedd63f88e2e3dd45d06d0f5aad9d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-squashfs-sysupgrade.bin"; + sha256 = "a8df360c7927a2fa9e458878047a394b9419c0b331c43d584dc36fc29b313f9e"; + sha256_unsigned = "2a5c4290e498f2c4f6c7f9c47b4449f086599da414d42041d88f07e8ed79ed30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ezviz,cs-w3-wd1200g-eup" + ]; + titles = [ + { + model = "CS-W3-WD1200G"; + variant = "EUP"; + vendor = "EZVIZ"; + } + ]; + }; + glinet_gl-ap1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-ap1300" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-glinet_gl-ap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-sysupgrade.bin"; + sha256 = "e3ffa2ea7e2e6521278996f3228b3d0763e93e25be82003000b91cfffc402f1d"; + sha256_unsigned = "f7f1c45db1f0c5dace9f2988241cc3fe374919924eb5bcc0b27e8edbd3043561"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-glinet_gl-ap1300-initramfs-fit-uImage.itb"; + sha256 = "3fd291c1b2a9aa29abf7eea5d96c23bc4d08d866d1f7a73ef0661b1ded763e96"; + sha256_unsigned = "3fd291c1b2a9aa29abf7eea5d96c23bc4d08d866d1f7a73ef0661b1ded763e96"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-factory.ubi"; + sha256 = "0aa3b6defbd56a955f66d31c7623082acdbb59a3af297ac50adab5b796880337"; + sha256_unsigned = "0aa3b6defbd56a955f66d31c7623082acdbb59a3af297ac50adab5b796880337"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "glinet,gl-ap1300" + ]; + titles = [ + { + model = "GL-AP1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-zImage.itb"; + sha256 = "1b0d5100031921b53b0331236cd83a5e53658fa5bdf6398e4b0016277aa7d1d9"; + sha256_unsigned = "1b0d5100031921b53b0331236cd83a5e53658fa5bdf6398e4b0016277aa7d1d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "84d0b1d26160a0405296f90f808a64ccd9519487bd691dfff1265c0a8d9c825e"; + sha256_unsigned = "470b9d122127ea7b921bf99984ffeef4c429c574bffe2ba9ee088a40a1ce41e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + model = "GL-B1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-glinet_gl-b2200" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + "mkf2fs" + "e2fsprogs" + "kmod-fs-f2fs" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-glinet_gl-b2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-glinet_gl-b2200-squashfs-sysupgrade.bin"; + sha256 = "67bc616a06577b7792dd2b87cfcb8b1780654f4556c81b64565bee71632d4b5f"; + sha256_unsigned = "af5640282be1e5d9ba35f685a9f011cd6a8d98a2a6121688eb18d54b7d66e551"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-glinet_gl-b2200-initramfs-recovery.itb"; + sha256 = "9c36dae7f31661bef439354b0955acbacf9c2cf931c8e743e461b673c6f2a34b"; + sha256_unsigned = "9c36dae7f31661bef439354b0955acbacf9c2cf931c8e743e461b673c6f2a34b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-glinet_gl-b2200-squashfs-emmc.img.gz"; + sha256 = "12179f4342579620b3a91bb6b3f39397c8c1a59ee73759e74ce84debe3dee08f"; + sha256_unsigned = "1e26a44cec8f9dffe3ffd4f557a0b5c1d18553926bf7a65a30a339004c9d4bbd"; + type = "emmc"; + } + ]; + supported_devices = [ + "glinet,gl-b2200" + ]; + titles = [ + { + model = "GL-B2200"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-s1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-s1300" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-glinet_gl-s1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-glinet_gl-s1300-initramfs-fit-zImage.itb"; + sha256 = "f198d65b3add97212a8fa2c17dd7cec83b9f2c0ee1a76803004c1e040a11e20e"; + sha256_unsigned = "f198d65b3add97212a8fa2c17dd7cec83b9f2c0ee1a76803004c1e040a11e20e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-glinet_gl-s1300-squashfs-sysupgrade.bin"; + sha256 = "63c0042e669d92ca67c86d6f53bf08c0e7f2784a813ae14e9f63ee08aea85e03"; + sha256_unsigned = "6b5490c2948c489c07019a0965ed69318e36626a429012367f19e5dacd41a011"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-s1300" + ]; + titles = [ + { + model = "GL-S1300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "2b8071b9ea06f59e7339f8e481a3ad314eac444a23c23cb4127ec2a9592fe64b"; + sha256_unsigned = "180ab1be4691c2b449ed197e7a2f43b8a0c8473ec674cf0abf8913313516f875"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "afe2355ef9a9b2a782db01f78b3d6c63df3d38cfe1e12cfe5c3df1b7c808fc00"; + sha256_unsigned = "afe2355ef9a9b2a782db01f78b3d6c63df3d38cfe1e12cfe5c3df1b7c808fc00"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-linksys_ea6350v3-initramfs-fit-zImage.itb"; + sha256 = "7c97eb89e1a517fad5dd1874e8cf3c51733977f9871fc0d798c68df1d8400bfa"; + sha256_unsigned = "7c97eb89e1a517fad5dd1874e8cf3c51733977f9871fc0d798c68df1d8400bfa"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + model = "EA6350"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "d536953004e4eb4ff426d00df11e8544af9b8e3a8d82df65ab5856881da8c131"; + sha256_unsigned = "d536953004e4eb4ff426d00df11e8544af9b8e3a8d82df65ab5856881da8c131"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "6cc8c7a482dd3a9bef284793889f1001253218f08729f0903beab413963c94ad"; + sha256_unsigned = "1418352930d048c9c25586d3d2fa30a50d652348bc2ae7504d3b7782453d3c9e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-linksys_ea8300-initramfs-fit-zImage.itb"; + sha256 = "ff4af113d87eb46385153dd83a7de1a1b6b4b4c167138452fe017b9a3d0b2adf"; + sha256_unsigned = "ff4af113d87eb46385153dd83a7de1a1b6b4b4c167138452fe017b9a3d0b2adf"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + model = "EA8300"; + vendor = "Linksys"; + } + ]; + }; + linksys_mr8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_mr8300-v0" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-linksys_mr8300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-linksys_mr8300-initramfs-fit-zImage.itb"; + sha256 = "d95209dc71698defdaa84d6570d499aaf139f7ac1e732cb728c5f263cf413fcb"; + sha256_unsigned = "d95209dc71698defdaa84d6570d499aaf139f7ac1e732cb728c5f263cf413fcb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-linksys_mr8300-squashfs-factory.bin"; + sha256 = "c2deffb07d55ff51da44ca3687af45bbb9c4a7208ce35e87534ca8ac7d7e90f1"; + sha256_unsigned = "c2deffb07d55ff51da44ca3687af45bbb9c4a7208ce35e87534ca8ac7d7e90f1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-linksys_mr8300-squashfs-sysupgrade.bin"; + sha256 = "1e3f530632aa4412f96dade28ced791e9324f67dd554bcf5727a99fda0f1fe58"; + sha256_unsigned = "d56f715b6cc9360de11fef9d2e64a926830bea051d2c9ae79b3309e9157fa307"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,mr8300" + ]; + titles = [ + { + model = "MR8300"; + vendor = "Linksys"; + } + ]; + }; + luma_wrtq-329acn = { + device_packages = [ + "ipq-wifi-luma_wrtq-329acn" + "kmod-ath3k" + "kmod-eeprom-at24" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-luma_wrtq-329acn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-luma_wrtq-329acn-initramfs-fit-uImage.itb"; + sha256 = "1b5115faff2ff55b6abfd86a1a06380be52c885fa29204732ce1e6d1e7dfe471"; + sha256_unsigned = "1b5115faff2ff55b6abfd86a1a06380be52c885fa29204732ce1e6d1e7dfe471"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-luma_wrtq-329acn-squashfs-sysupgrade.bin"; + sha256 = "2d3bb41e3d63c4e960a61cb747c006f3e56a589255ede68155b2b6833431fc8f"; + sha256_unsigned = "9f6d30fef3e3a5d51410cb352708b2f67fe95c751b9ae9755c92dc9db6a34dd1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "luma,wrtq-329acn" + ]; + titles = [ + { + model = "WRTQ-329ACN"; + vendor = "Luma Home"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "558a4836f7225af86db7c097d3960c752c148ad583b20b7a2c68c877482bb0d5"; + sha256_unsigned = "a211f6c286f5227c29b365ad9a5ef4e9191cf7de88233d4ea87713f79e1d5335"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb"; + sha256 = "a5615811415346ad9399a2ac9fbb0f2579a66e34da6326f019ff1b82af3dbac6"; + sha256_unsigned = "a5615811415346ad9399a2ac9fbb0f2579a66e34da6326f019ff1b82af3dbac6"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + model = "MR33"; + vendor = "Cisco Meraki"; + } + ]; + }; + mobipromo_cm520-79f = { + device_packages = [ + "ipq-wifi-mobipromo_cm520-79f" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-mobipromo_cm520-79f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-sysupgrade.bin"; + sha256 = "c90ad82ed0e427eef0e9131004f773fcc190d415a76c5d2c07cfcb20a4ef51d2"; + sha256_unsigned = "7039a1dc814dccf7725bc880b0be31c746c31c2debc52b57e4bdae2bbcb373e1"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-mobipromo_cm520-79f-initramfs-fit-zImage.itb"; + sha256 = "335b5fc802242c638a80991fa822f46a95375e7205307ef2b427fe8cf0ddc4ca"; + sha256_unsigned = "335b5fc802242c638a80991fa822f46a95375e7205307ef2b427fe8cf0ddc4ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-factory.ubi"; + sha256 = "78f0bd712572e9e8f4f0aa0d6d2bed4804421507e971c04102be945e4900d977"; + sha256_unsigned = "78f0bd712572e9e8f4f0aa0d6d2bed4804421507e971c04102be945e4900d977"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "mobipromo,cm520-79f" + ]; + titles = [ + { + model = "CM520-79F"; + vendor = "MobiPromo"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_ex6100v2-initramfs-fit-zImage.itb"; + sha256 = "3e312d801d7946aa05bf343433ebff9999085d90adbee40132b45ee4581d4e3f"; + sha256_unsigned = "3e312d801d7946aa05bf343433ebff9999085d90adbee40132b45ee4581d4e3f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "f0287b365cb9d850ca3bab8720d39fdb799233ad03429b4b85c12ab24f9e69d2"; + sha256_unsigned = "0c63a23196cd43ed0c899bfad82e9f99c12bb1fa097ad2c1bb5a3d22fdcc2b31"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "9608a6cb558f1a4aa9659257f7c0b401f94343d10ec6e964fc4a452b4f91bea4"; + sha256_unsigned = "9608a6cb558f1a4aa9659257f7c0b401f94343d10ec6e964fc4a452b4f91bea4"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + model = "EX6100"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_ex6150v2-initramfs-fit-zImage.itb"; + sha256 = "e8e5157d38d5af3568c3780821957f89bb9f290f967731d7eb6611de8d338a41"; + sha256_unsigned = "e8e5157d38d5af3568c3780821957f89bb9f290f967731d7eb6611de8d338a41"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "098dfbe3b0397df66f696ed23dd62c09a7e1219f2a04f62cc6e971977f6af27c"; + sha256_unsigned = "098dfbe3b0397df66f696ed23dd62c09a7e1219f2a04f62cc6e971977f6af27c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "66f55ea74ded948f113c115812a9ff44666707945f44a8850e2f2683b20629aa"; + sha256_unsigned = "db268281e791a534c94b9a345f07025e5b25a1151eea0f11f1d487780b3f3201"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + model = "EX6150"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_rbr50 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-netgear_rbr50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_rbr50-squashfs-factory.img"; + sha256 = "3e9b1275269ee8b8f44eefd19d94deffb9bb80c8bec30ea16a4aa4543d3dce2d"; + sha256_unsigned = "3e9b1275269ee8b8f44eefd19d94deffb9bb80c8bec30ea16a4aa4543d3dce2d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_rbr50-squashfs-sysupgrade.bin"; + sha256 = "269fb739e136850b0c53bafc449a5e9607a7920383bf2eade82c9963fdae1281"; + sha256_unsigned = "719316fe24e6ac61839c751975d79ef5cdf79e4273160ccd94a3731f119991aa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_rbr50-initramfs-fit-zImage.itb"; + sha256 = "73669df5945fb46efe76e1bbbb6d8cb8a871e08f51c680ec0ff11beaaa10326d"; + sha256_unsigned = "73669df5945fb46efe76e1bbbb6d8cb8a871e08f51c680ec0ff11beaaa10326d"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,rbr50" + ]; + titles = [ + { + model = "RBR50"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_rbs50 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-netgear_rbs50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_rbs50-squashfs-sysupgrade.bin"; + sha256 = "d1d696846250bd5ba0eefba106cd9cb67b8cfb4a34577a34dc76b6dc7ba3cf12"; + sha256_unsigned = "044b6e9c9df3923d69667ee0a8c2041cd8b17bd958a21f0c837a3a0b45d913ed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_rbs50-squashfs-factory.img"; + sha256 = "dfee8732a75db9b92f617ec6fe4fd2aba13378610a05258922866b641bed42bc"; + sha256_unsigned = "dfee8732a75db9b92f617ec6fe4fd2aba13378610a05258922866b641bed42bc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_rbs50-initramfs-fit-zImage.itb"; + sha256 = "62a8f51e2852a3ea44df7df9d8989d9bae5bbf0c107bfeec1ca40529e224230b"; + sha256_unsigned = "62a8f51e2852a3ea44df7df9d8989d9bae5bbf0c107bfeec1ca40529e224230b"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,rbs50" + ]; + titles = [ + { + model = "RBS50"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_srr60 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-netgear_srr60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_srr60-initramfs-fit-zImage.itb"; + sha256 = "f3a83df1e06eb420b7b2f8f8415859ea7c96a4911a0818bd8006b39de0f7757b"; + sha256_unsigned = "f3a83df1e06eb420b7b2f8f8415859ea7c96a4911a0818bd8006b39de0f7757b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_srr60-squashfs-factory.img"; + sha256 = "797d52667df1a6c232d5257c92b9a8ceef09277160c9a5673fe7148689dac59f"; + sha256_unsigned = "797d52667df1a6c232d5257c92b9a8ceef09277160c9a5673fe7148689dac59f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_srr60-squashfs-sysupgrade.bin"; + sha256 = "6e3dd7f3ed912ab4be64e204b1131f211def2dc94c4192f4ac4db70990145e4b"; + sha256_unsigned = "2f224afa7eed646837a2ac8fe3f6eaefb34d63953aaa1136ee8102bab88e3e59"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,srr60" + ]; + titles = [ + { + model = "SRR60"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_srs60 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-netgear_srs60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_srs60-initramfs-fit-zImage.itb"; + sha256 = "d1112060a140415b09492049194372bf7e34a75ab930ebfce3e867b64e53aaa7"; + sha256_unsigned = "d1112060a140415b09492049194372bf7e34a75ab930ebfce3e867b64e53aaa7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_srs60-squashfs-sysupgrade.bin"; + sha256 = "5b1cc0945f4613ccc4bc7c93921439f7351ba23b2f8ebad69ae5560e24955923"; + sha256_unsigned = "93f04dbbdcfba5060891179c3bbec8c7de8cac6c469faa07c81aa50c1b442097"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_srs60-squashfs-factory.img"; + sha256 = "7db42f21a743f479b4806754715b4f5731796f46c7f94e9f2f68825dbea83482"; + sha256_unsigned = "7db42f21a743f479b4806754715b4f5731796f46c7f94e9f2f68825dbea83482"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,srs60" + ]; + titles = [ + { + model = "SRS60"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac510 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-netgear_wac510"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_wac510-initramfs-fit-uImage.itb"; + sha256 = "a6cd23f22e2cd14d84c655983e61245b195b9411c0394d442f81fc05e0f66d0d"; + sha256_unsigned = "a6cd23f22e2cd14d84c655983e61245b195b9411c0394d442f81fc05e0f66d0d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_wac510-squashfs-nand-factory.ubi"; + sha256 = "ef87d610f67e839c85edf947be6e3adc1640dfbb1aeda5c9f936e6e9449c2279"; + sha256_unsigned = "ef87d610f67e839c85edf947be6e3adc1640dfbb1aeda5c9f936e6e9449c2279"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_wac510-squashfs-nand-sysupgrade.bin"; + sha256 = "898bb046da71b3f13d24cdc45022e790fcb05b994693dcf82b1643ffbcea88c4"; + sha256_unsigned = "2416cb8e2f9e609cc1776397cb6f7b2cefcc184978641a15a2ada54d6decae8a"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-netgear_wac510-squashfs-nand-factory.tar"; + sha256 = "debc437e4b468870c6962b5a3ec29305fc85425deaa23a5b6d05c301370aa481"; + sha256_unsigned = "debc437e4b468870c6962b5a3ec29305fc85425deaa23a5b6d05c301370aa481"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "netgear,wac510" + ]; + titles = [ + { + model = "WAC510"; + vendor = "Netgear"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "3d8559997927385d631ad4bc551ec78800c9f419bb2a1c4c9fa3449b5080ec33"; + sha256_unsigned = "ebe3a180e7ae7db95db76322b54e6b46decdc385cb425097296d9db623257bae"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "0d49fe238dd4cd7aaf9c1ab6590b85422549cd276d598c803843beaa6a160cda"; + sha256_unsigned = "0d49fe238dd4cd7aaf9c1ab6590b85422549cd276d598c803843beaa6a160cda"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-openmesh_a42-initramfs-fit-uImage.itb"; + sha256 = "4c7b3dfa7763a669be7364602eb220deab96e942f7b82e371939f461a4267969"; + sha256_unsigned = "4c7b3dfa7763a669be7364602eb220deab96e942f7b82e371939f461a4267969"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + model = "A42"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "07ae9d47cab33f8f39f8ddb675305b1dc3ce6def18e3005b426afc89b7f82bae"; + sha256_unsigned = "09540463612ad010a5d6e302cc1309dec2ccd21d12c10bc70e00e18e358d36ab"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "22af80ef269955e683347b202b49763f7cdf6baa67e5a949ab7e0b33ebe9f16c"; + sha256_unsigned = "22af80ef269955e683347b202b49763f7cdf6baa67e5a949ab7e0b33ebe9f16c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-openmesh_a62-initramfs-fit-uImage.itb"; + sha256 = "ae3d5a24526c7e003cd8b4668f432f24151ac7c18e4696e88b75e5dbe85e9f4c"; + sha256_unsigned = "ae3d5a24526c7e003cd8b4668f432f24151ac7c18e4696e88b75e5dbe85e9f4c"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + model = "A62"; + vendor = "OpenMesh"; + } + ]; + }; + p2w_r619ac-128m = { + device_packages = [ + "ipq-wifi-p2w_r619ac" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-p2w_r619ac-128m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-p2w_r619ac-128m-squashfs-nand-sysupgrade.bin"; + sha256 = "698f72997a1201627983cf4e18776d39ed0df9b483a2f1ee1f9a6f647555c285"; + sha256_unsigned = "490bf3c7a7dae489deff1322e7506b83555d4cc7babf0d955bdd94241c336a11"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-p2w_r619ac-128m-squashfs-nand-factory.ubi"; + sha256 = "c7c849b5eb1055603cb552149a5083cf4573558a80212e0aa4d0fd0a4729695f"; + sha256_unsigned = "c7c849b5eb1055603cb552149a5083cf4573558a80212e0aa4d0fd0a4729695f"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-p2w_r619ac-128m-initramfs-fit-zImage.itb"; + sha256 = "b58ecb6f56cbccf0dc4050070493a702cff357dea414333518d651989cd0eb04"; + sha256_unsigned = "b58ecb6f56cbccf0dc4050070493a702cff357dea414333518d651989cd0eb04"; + type = "kernel"; + } + ]; + supported_devices = [ + "p2w,r619ac-128m" + ]; + titles = [ + { + model = "R619AC"; + variant = "128M NAND"; + vendor = "P&W"; + } + ]; + }; + p2w_r619ac-64m = { + device_packages = [ + "ipq-wifi-p2w_r619ac" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-p2w_r619ac-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-factory.bin"; + sha256 = "df2a5b23e032d3ddbe615bf441aaa349729b2115c999eaf93b788343fa8c22b3"; + sha256_unsigned = "df2a5b23e032d3ddbe615bf441aaa349729b2115c999eaf93b788343fa8c22b3"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-factory.ubi"; + sha256 = "532f55035b779283460c7771cf23dce3003a86cf3f89d2dd9e96bae15d280158"; + sha256_unsigned = "532f55035b779283460c7771cf23dce3003a86cf3f89d2dd9e96bae15d280158"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-p2w_r619ac-64m-initramfs-fit-zImage.itb"; + sha256 = "89f8faeadf523eae15e5dc4d144065874ee7d537834d1fb27b9b018e69f30041"; + sha256_unsigned = "89f8faeadf523eae15e5dc4d144065874ee7d537834d1fb27b9b018e69f30041"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-sysupgrade.bin"; + sha256 = "352e6d19f3f5ef10780650ca8b970d67dd6172cc9b20c9881866a0d727bcad84"; + sha256_unsigned = "5cf38ec03b279b93f0b80b82456c638605720ad323baed80771bec9d1c54b812"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "p2w,r619ac-64m" + ]; + titles = [ + { + model = "R619AC"; + variant = "64M NAND"; + vendor = "P&W"; + } + ]; + }; + plasmacloud_pa1200 = { + device_packages = [ + "ipq-wifi-plasmacloud_pa1200" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-plasmacloud_pa1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-plasmacloud_pa1200-squashfs-sysupgrade.bin"; + sha256 = "c17854a81c513ae98999e5ce97666e3961aefa303ea5b50ac467526ead0715c3"; + sha256_unsigned = "a7feb17e8f2b9fcaf5b2a158197b10f7d6a3c9e46c22818efac5b09adc81cc33"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-plasmacloud_pa1200-squashfs-factory.bin"; + sha256 = "17fe0bf0e5623af00e63ff92237aa678a541c66e1a32026a0cde60dd56d011f0"; + sha256_unsigned = "17fe0bf0e5623af00e63ff92237aa678a541c66e1a32026a0cde60dd56d011f0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-plasmacloud_pa1200-initramfs-fit-uImage.itb"; + sha256 = "b0db61cac20c40e2a03108c7216512de6ca2202a30b90bd505dc9aaa38ad5b55"; + sha256_unsigned = "b0db61cac20c40e2a03108c7216512de6ca2202a30b90bd505dc9aaa38ad5b55"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa1200" + ]; + titles = [ + { + model = "PA1200"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-plasmacloud_pa2200" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-plasmacloud_pa2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-plasmacloud_pa2200-squashfs-factory.bin"; + sha256 = "b86bd5c6612a2e17f51d3ec50596ca4ed28fcfd234821c63d79b8f0966d3ae6b"; + sha256_unsigned = "b86bd5c6612a2e17f51d3ec50596ca4ed28fcfd234821c63d79b8f0966d3ae6b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-plasmacloud_pa2200-initramfs-fit-uImage.itb"; + sha256 = "c280c32e046af0bbe569a851cce3b0847b4162decabb556d7a91d0be0049fd9f"; + sha256_unsigned = "c280c32e046af0bbe569a851cce3b0847b4162decabb556d7a91d0be0049fd9f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-plasmacloud_pa2200-squashfs-sysupgrade.bin"; + sha256 = "d1d20880d5b7223cb4e4b2d94f4fd61b47663b799c910ad0a70d1cbc388f003a"; + sha256_unsigned = "ad844153944d94b83c86366ad9d83cdb46928ba6b04ce3e91179681fb7ab120e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plasmacloud,pa2200" + ]; + titles = [ + { + model = "PA2200"; + vendor = "Plasma Cloud"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac-c2" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-qxwlan_e2600ac-c2-initramfs-fit-uImage.itb"; + sha256 = "26863ee20ea76277d981fbcf18f6d84e55bf39f11847ac3bc6fd363854ffe430"; + sha256_unsigned = "26863ee20ea76277d981fbcf18f6d84e55bf39f11847ac3bc6fd363854ffe430"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "bc205f32008ab845fdfc58e5d3ad2aaa6c52c31804611980b3e073a567bca1e1"; + sha256_unsigned = "018a2c405e2b7c8b1d2055c727d1a205bac9eced2cb2a4c9b9e7db603b4e1345"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "ea34a7f52b8ef2dfca022f490464f9c195a934c99c5488bf3ad47485fb6c8f5c"; + sha256_unsigned = "ea34a7f52b8ef2dfca022f490464f9c195a934c99c5488bf3ad47485fb6c8f5c"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C2"; + vendor = "Qxwlan"; + } + ]; + }; + teltonika_rutx10 = { + device_packages = [ + "ipq-wifi-teltonika_rutx" + "kmod-bluetooth" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-teltonika_rutx10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-teltonika_rutx10-squashfs-nand-sysupgrade.bin"; + sha256 = "89cd5c66cfa347b2092d0c1a8930cbbf3ec448e64d6102e3c0bef83cee1b6edf"; + sha256_unsigned = "4b133525cad05ce8f4f7ffeeec514786333361d29e07dbe36c0aa314a66e089c"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-teltonika_rutx10-initramfs-fit-uImage.itb"; + sha256 = "d8be989a976bd37041664104e999ae7260a107df65c7f6c2183683880127b7f2"; + sha256_unsigned = "d8be989a976bd37041664104e999ae7260a107df65c7f6c2183683880127b7f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-teltonika_rutx10-squashfs-nand-factory.ubi"; + sha256 = "176bbf494e3e2e8c58351dd039a73b263f80e79ecacf64a2477e27400f7bb29f"; + sha256_unsigned = "176bbf494e3e2e8c58351dd039a73b263f80e79ecacf64a2477e27400f7bb29f"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "teltonika,rutx10" + ]; + titles = [ + { + model = "RUTX10"; + vendor = "Teltonika"; + } + ]; + }; + zte_mf286d = { + device_packages = [ + "ipq-wifi-zte_mf286d" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-zte_mf286d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-zte_mf286d-squashfs-sysupgrade.bin"; + sha256 = "f645c63f52f1cf6282701f8f63b294601d96bbeb4484978d3f400019f932e315"; + sha256_unsigned = "3ffea1ed2222d3fd995a6ca9e8fd572ff9aac1dedc8d689fafecbc7add9a373f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-zte_mf286d-initramfs-fit-zImage.itb"; + sha256 = "25d91e5a5934e4ab913c987e716428dd47def1c0448d3ecd6b04fe14fd57c4ff"; + sha256_unsigned = "25d91e5a5934e4ab913c987e716428dd47def1c0448d3ecd6b04fe14fd57c4ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286d" + ]; + titles = [ + { + model = "MF286D"; + vendor = "ZTE"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "8e4e1d54196cec09eda403d8f597dec1094b5216aa782dfc6ee81b0ce36aebf4"; + sha256_unsigned = "b7b4a9eb07a766fc94ec2c10aa892735d85aa8d480d50344ba1b68edfd50a80d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-zyxel_nbg6617-initramfs-fit-uImage.itb"; + sha256 = "0fd54b9cad64a0b12e70ef6abe264ceddd44f5a399bee242170b2da1ceb6944c"; + sha256_unsigned = "0fd54b9cad64a0b12e70ef6abe264ceddd44f5a399bee242170b2da1ceb6944c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "b70d17ff9776eecf6e926292bc307a9ebfdec453a523b861a28121fa9111b289"; + sha256_unsigned = "b70d17ff9776eecf6e926292bc307a9ebfdec453a523b861a28121fa9111b289"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + model = "NBG6617"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-generic-zyxel_wre6606-initramfs-fit-uImage.itb"; + sha256 = "d635e74e03b8f49b8a645525931287881d391df061fed815bef0f0a511a80223"; + sha256_unsigned = "d635e74e03b8f49b8a645525931287881d391df061fed815bef0f0a511a80223"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "4d86a669dacdaf687efc1aed38c843217e4b64ebca7f018f083ddba85ecafb69"; + sha256_unsigned = "93a8def778f3116d136ad502f6d8754897416a6733872c0ee74667e8510ecdef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + model = "WRE6606"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "ipq40xx/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + mikrotik = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_cap-ac = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-mikrotik-mikrotik_cap-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-mikrotik-mikrotik_cap-ac-initramfs-kernel.bin"; + sha256 = "f616ae3fed82f62dbb3f1ef94bf558ac060ed9bfcdc92488c78f5caaf6bd695d"; + sha256_unsigned = "f616ae3fed82f62dbb3f1ef94bf558ac060ed9bfcdc92488c78f5caaf6bd695d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-mikrotik-mikrotik_cap-ac-squashfs-sysupgrade.bin"; + sha256 = "3053a5ce6a49e58caf8d02f2607169425c7c49fbd42bb75c9f64319e9ee4094a"; + sha256_unsigned = "121fda28028c92f0d268a00fedf7b6fcd3e4743fb9c7d6ec98d40b4b61d7302e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,cap-ac" + ]; + titles = [ + { + model = "cAP ac"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_hap-ac2 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-mikrotik-mikrotik_hap-ac2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-mikrotik-mikrotik_hap-ac2-initramfs-kernel.bin"; + sha256 = "6d1e0188975a06952be054595fc0f007350e90415d69aa2e1e60c74afa1d3437"; + sha256_unsigned = "6d1e0188975a06952be054595fc0f007350e90415d69aa2e1e60c74afa1d3437"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-mikrotik-mikrotik_hap-ac2-squashfs-sysupgrade.bin"; + sha256 = "19a5997abb2413ab4faf00312acc2a1d245b80000defeca86ae5c1f0208cae01"; + sha256_unsigned = "fe3bc0c12a4f6b6698412733c9ab701ed1fa9bf1b99dd535b2d675b5f765e99e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac2" + ]; + titles = [ + { + model = "hAP ac2"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_hap-ac3 = { + device_packages = [ + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-mikrotik-mikrotik_hap-ac3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-mikrotik-mikrotik_hap-ac3-initramfs-kernel.bin"; + sha256 = "cf0c90f8837f975e7ca33e99abacff4f2322570ea0191191c012bd83f480ab70"; + sha256_unsigned = "cf0c90f8837f975e7ca33e99abacff4f2322570ea0191191c012bd83f480ab70"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-mikrotik-mikrotik_hap-ac3-squashfs-nand-sysupgrade.bin"; + sha256 = "beae151670338b264a9ceb0b8675505b3e2b1e47fd5fed0eec5ff0203f5cccb8"; + sha256_unsigned = "f2dcc8240504af36f8fecae2dc874ffb2d9f01ec5b69aa7a9dc961298cbdd545"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac3" + ]; + titles = [ + { + model = "hAP ac3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_lhgg-60ad = { + device_packages = [ + "-kmod-ath10k-ct" + "-ath10k-firmware-qca4019-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-mikrotik-mikrotik_lhgg-60ad"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-mikrotik-mikrotik_lhgg-60ad-initramfs-kernel.bin"; + sha256 = "a74c98e81ab8ae218e5dcd8af6771163b78b56b5c14835ce71727eea0c424851"; + sha256_unsigned = "a74c98e81ab8ae218e5dcd8af6771163b78b56b5c14835ce71727eea0c424851"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-mikrotik-mikrotik_lhgg-60ad-squashfs-sysupgrade.bin"; + sha256 = "c12bdf72b7cb6efc7e12daf22748195244cbe522b775b47a91f5ea430d47e674"; + sha256_unsigned = "2d06c9541bc8ee6ec69d79e6b642f5bd1af07ccbfb56c926ef08caa5fb289de4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,lhgg-60ad" + ]; + titles = [ + { + model = "Wireless Wire Dish LHGG-60ad"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_sxtsq-5-ac = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-initramfs-kernel.bin"; + sha256 = "5da13da2a203888bca899e8df95508012748d5a86f31c27ee80c156734195c11"; + sha256_unsigned = "5da13da2a203888bca899e8df95508012748d5a86f31c27ee80c156734195c11"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-squashfs-sysupgrade.bin"; + sha256 = "f8f4e7f57c8e702b0c210da7bce88e387d54373f1a106dec4e00ffb13fbdc9f8"; + sha256_unsigned = "ee7541e44d0f1ff7e705ccbb33d53669f811b854aeaf18d1bc2c1795ebddf1d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,sxtsq-5-ac" + ]; + titles = [ + { + model = "SXTsq 5 ac (RBSXTsqG-5acD)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "ipq40xx/mikrotik"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-phy-qcom-ipq806x-usb" + "kmod-usb-dwc3-qcom" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + arris_tr4400-v2 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-arris_tr4400-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-arris_tr4400-v2-initramfs-uImage"; + sha256 = "7a91981ef9d8a38454c4894538f157055a9708089c54c1ab5654cc387b12268c"; + sha256_unsigned = "7a91981ef9d8a38454c4894538f157055a9708089c54c1ab5654cc387b12268c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-arris_tr4400-v2-squashfs-sysupgrade.bin"; + sha256 = "21eb4bf53298c8d0a5433e2ad6bafddd37019dc086404139c2ac1dad55a6f85b"; + sha256_unsigned = "37a3b2fe8869259fc2e72e614d7fa65430b324731a3b1b11c3076973922c743f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arris,tr4400-v2" + ]; + titles = [ + { + model = "TR4400"; + variant = "v2"; + vendor = "Arris"; + } + ]; + }; + askey_rt4230w-rev6 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-askey_rt4230w-rev6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-askey_rt4230w-rev6-initramfs-uImage"; + sha256 = "df8da75438c143ab3b01832c61d2fc0928743ac274b0581b068837a637a4508a"; + sha256_unsigned = "df8da75438c143ab3b01832c61d2fc0928743ac274b0581b068837a637a4508a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-askey_rt4230w-rev6-squashfs-sysupgrade.bin"; + sha256 = "44078aeb07c8003fac9b94d369d579cdf2c359ff6ec738aac0b0fac8cc55d5d6"; + sha256_unsigned = "a79481f882d3b517735268b81573cdaa5261f13a254ff8024199ee1ac16eeeee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "askey,rt4230w-rev6" + ]; + titles = [ + { + model = "RT4230W"; + variant = "REV6"; + vendor = "Askey"; + } + ]; + }; + asrock_g10 = { + device_packages = [ + "kmod-i2c-gpio" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-asrock_g10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-asrock_g10-initramfs-fit-uImage.itb"; + sha256 = "b5006d0fb89abb81b54e3a93b7f01e000f65d081872b9f583e572d5767eff33d"; + sha256_unsigned = "b5006d0fb89abb81b54e3a93b7f01e000f65d081872b9f583e572d5767eff33d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-asrock_g10-squashfs-nand-factory.bin"; + sha256 = "dc5636bc6dbd8bb0f03f8079c7519f9dd6f27d2284ee8cc5477ff3bd05f582fb"; + sha256_unsigned = "dc5636bc6dbd8bb0f03f8079c7519f9dd6f27d2284ee8cc5477ff3bd05f582fb"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-asrock_g10-squashfs-nand-sysupgrade.bin"; + sha256 = "de01d145a02318158b6022971ab255f765201b081e9ad826db755a5b317e8075"; + sha256_unsigned = "37e18e20cb814119142558d85aa433c6fa7dc2463bb4bb01bf42a3226d22d878"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "asrock,g10" + ]; + titles = [ + { + model = "G10"; + vendor = "ASRock"; + } + ]; + }; + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-buffalo_wxr-2533dhp-initramfs-uImage"; + sha256 = "4c661b08c0fe7ad62c30e8986d210ae44a4c23fc575ddf7837e242e5c4f64cad"; + sha256_unsigned = "4c661b08c0fe7ad62c30e8986d210ae44a4c23fc575ddf7837e242e5c4f64cad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "2ec02e33eac37178ab0a8f0114366ee7468c133ca2fba46f2f7ad6ab8d295f80"; + sha256_unsigned = "b5e630a40dd1e91021fea269ae34d3f57027e1e32783504595959bbba7254542"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + model = "WXR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-compex_wpq864-initramfs-fit-uImage.itb"; + sha256 = "432111c970b199caa58d663cff88ed7c02427271b24e2e2b8465363a35ada325"; + sha256_unsigned = "432111c970b199caa58d663cff88ed7c02427271b24e2e2b8465363a35ada325"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "8a22b3ffd6ea6434b1a5a53c38839e4f50337ab87f27095fd411c66a84fcb509"; + sha256_unsigned = "8a22b3ffd6ea6434b1a5a53c38839e4f50337ab87f27095fd411c66a84fcb509"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "9d1e89bd5c4ffb23406da7f63f20a72a3db3b9d82948de42eeb72f2c4a53f0e7"; + sha256_unsigned = "1ffed319e7530ed6696088849722b0d96752ab838a6157ea92c9b8c1e922da36"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + model = "WPQ864"; + vendor = "Compex"; + } + ]; + }; + edgecore_ecw5410 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-edgecore_ecw5410" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-edgecore_ecw5410"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-edgecore_ecw5410-initramfs-fit-uImage.itb"; + sha256 = "e42917e0c7fd249de25f7cb6c014ddedfd55bd342bf3c50fc1995854b05a5989"; + sha256_unsigned = "e42917e0c7fd249de25f7cb6c014ddedfd55bd342bf3c50fc1995854b05a5989"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-edgecore_ecw5410-squashfs-nand-sysupgrade.bin"; + sha256 = "d9d00518c9d1d7f984153b3cce18ea4d3b2e8ccd8e4dac3b7165378d6f231ea4"; + sha256_unsigned = "e76616b9f032a0f01fe875b56d23817ac10d125ec00ea4fc5bc535f730760c0d"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-edgecore_ecw5410-squashfs-nand-factory.bin"; + sha256 = "ba5e8f9caca8b59e5b2e9da741ba175badf9aac8366e366f2980ea685b5c7890"; + sha256_unsigned = "ba5e8f9caca8b59e5b2e9da741ba175badf9aac8366e366f2980ea685b5c7890"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "edgecore,ecw5410" + ]; + titles = [ + { + model = "ECW5410"; + vendor = "Edgecore"; + } + ]; + }; + linksys_ea7500-v1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-linksys_ea7500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-linksys_ea7500-v1-initramfs-uImage"; + sha256 = "bd635d4ac0cb77c10e551280cea96ea21fc4cf68685d12f3bb2c8e30dbb68ca6"; + sha256_unsigned = "bd635d4ac0cb77c10e551280cea96ea21fc4cf68685d12f3bb2c8e30dbb68ca6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-linksys_ea7500-v1-squashfs-sysupgrade.bin"; + sha256 = "a7b20cf726d3de64ebe417b6e1d68f29e2ec2cdc0cc3abf19d48b06e46db8b03"; + sha256_unsigned = "4508cb9defaf144c92211052bc4c9eeb45b8d2a2f613bfe967d8bc9fa7401c6d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-linksys_ea7500-v1-squashfs-factory.bin"; + sha256 = "d98c6e330d344acc10603a1d52bdd68ed902010fb976103492d4afd5acebd2d9"; + sha256_unsigned = "d98c6e330d344acc10603a1d52bdd68ed902010fb976103492d4afd5acebd2d9"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7500-v1" + ]; + titles = [ + { + model = "EA7500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-linksys_ea8500-initramfs-uImage"; + sha256 = "5c2f15d39736067a2efceb376efd0b9b3c0382a2bf9a1587823576c947b859e9"; + sha256_unsigned = "5c2f15d39736067a2efceb376efd0b9b3c0382a2bf9a1587823576c947b859e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "c7afc6a9d9d38f9ad9905cc00cbab7c5dc30496877ad6c151853cb02178c655e"; + sha256_unsigned = "03f6f6da16900ec9a17654f9fa6e1a9613a906c159e2924e738741113df0616d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "92e54ce4c288dbeed00e399eff003a8827a7b0d871c333cc670ceeece1d4dab3"; + sha256_unsigned = "92e54ce4c288dbeed00e399eff003a8827a7b0d871c333cc670ceeece1d4dab3"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + model = "EA8500"; + vendor = "Linksys"; + } + ]; + }; + meraki_mr42 = { + device_packages = [ + "-swconfig" + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-phy-qcom-ipq806x-usb" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "-uboot-envtools" + "ath10k-firmware-qca9887-ct" + "ath10k-firmware-qca99x0-ct" + "kmod-eeprom-at24" + "kmod-hwmon-ina2xx" + "kmod-leds-tlc591xx" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-meraki_mr42"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-meraki_mr42-initramfs-fit-uImage.itb"; + sha256 = "3b7b9568d716d4441aff72e765f88942645c88fd6cec99adcf55f7ff70ab2381"; + sha256_unsigned = "3b7b9568d716d4441aff72e765f88942645c88fd6cec99adcf55f7ff70ab2381"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-meraki_mr42-squashfs-sysupgrade.bin"; + sha256 = "8024e0dab1d233879b01ea9ca5259b8e9884c287ca5036d4e0244cb11e0e795f"; + sha256_unsigned = "8be1fd375a387a2303446fe4074cf1a7eaa665a03af0c189bb9e2c0215ac7411"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr42" + ]; + titles = [ + { + model = "MR42"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mr52 = { + device_packages = [ + "-swconfig" + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-phy-qcom-ipq806x-usb" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "-uboot-envtools" + "ath10k-firmware-qca9887-ct" + "ath10k-firmware-qca9984-ct" + "kmod-eeprom-at24" + "kmod-hwmon-ina2xx" + "kmod-leds-tlc591xx" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-meraki_mr52"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-meraki_mr52-initramfs-fit-uImage.itb"; + sha256 = "015f6aae4155252b320d28111b4f4534b9d3adeefa59955c1a201ca684cb495a"; + sha256_unsigned = "015f6aae4155252b320d28111b4f4534b9d3adeefa59955c1a201ca684cb495a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-meraki_mr52-squashfs-sysupgrade.bin"; + sha256 = "417cddc78ef047641ce7bf6bbb88982b8fd1507b88b77c49045597e9ded03db1"; + sha256_unsigned = "551bc95bac6f6f32db54c679418d6d899b3894388c393db7d5bed76b21398095"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr52" + ]; + titles = [ + { + model = "MR52"; + vendor = "Cisco Meraki"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-nec_wg2600hp-initramfs-uImage"; + sha256 = "f33281553a3b81dbe90b7631f68548a1adb50ab488dafe50eaa006e9cbd398d9"; + sha256_unsigned = "f33281553a3b81dbe90b7631f68548a1adb50ab488dafe50eaa006e9cbd398d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "2e7de890d54dc159fdbf8079a30723417f0d0661281ddef0d58d9d0f677876c9"; + sha256_unsigned = "170915dfe3be565734c833b4b1f1e50e20e6c8cbd35b93169a8f5d4f02579f8d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + model = "Aterm WG2600HP"; + vendor = "NEC"; + } + ]; + }; + nec_wg2600hp3 = { + device_packages = [ + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-usb-phy-qcom-dwc3" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "ath10k-firmware-qca9984-ct" + "ipq-wifi-nec_wg2600hp3" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-nec_wg2600hp3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-nec_wg2600hp3-initramfs-uImage"; + sha256 = "5b1c7538d9c8a52c69a2f6b6cac5af520f5428ea034d3b163015b8117f7768d5"; + sha256_unsigned = "5b1c7538d9c8a52c69a2f6b6cac5af520f5428ea034d3b163015b8117f7768d5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-nec_wg2600hp3-squashfs-sysupgrade.bin"; + sha256 = "aba93e6458121f2a24af7f69502024ced2ef792d380cbca8dfb013913e0d5c34"; + sha256_unsigned = "d30e5c5cb72a0eb0b3eb365d7221fdbe97de6d527ed756c7a652e0a199dbf62d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp3" + ]; + titles = [ + { + model = "Aterm WG2600HP3"; + vendor = "NEC Platforms"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-netgear_d7800-initramfs-uImage"; + sha256 = "7419c1f8c9a936bd41aae8d8c5a908e8df8fc170f5cb4622f1d3dcbe24a497ac"; + sha256_unsigned = "7419c1f8c9a936bd41aae8d8c5a908e8df8fc170f5cb4622f1d3dcbe24a497ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "1d2a62fb6216b3df37ef0f99a0167a7c809a2da335221ebf11c9d25f6a90ec1c"; + sha256_unsigned = "57e99ac6bdc080b92930596e36f3bc57bcb47e0b63a48c19e95f72da07616e7f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "fdce04db2b535cab863ed05ab04078ac2ae2cc99af5276e449a7d3b68e4d205a"; + sha256_unsigned = "fdce04db2b535cab863ed05ab04078ac2ae2cc99af5276e449a7d3b68e4d205a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + model = "Nighthawk X4 D7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-netgear_r7500-initramfs-uImage"; + sha256 = "e5c39770fa9756ea609dfc5f3b1bc9860524ec1195d5f0842293db6306656387"; + sha256_unsigned = "e5c39770fa9756ea609dfc5f3b1bc9860524ec1195d5f0842293db6306656387"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "14b30eadb4fc3c492334134cfbc93fa72f7300f0bb54d9815c50c10121365b8d"; + sha256_unsigned = "37ca086709daa6b8e5355cfe691a968fe18284c3d26992b8378991838448d4e5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "5ba13369a19eea69e65fb7833ab834649838ad9c396cbcc94df7cc94f8d26b06"; + sha256_unsigned = "5ba13369a19eea69e65fb7833ab834649838ad9c396cbcc94df7cc94f8d26b06"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-netgear_r7500v2-initramfs-uImage"; + sha256 = "4c42d13a77334c27eca34758c6782caa894636fed938e7ba850e30faf8ca054f"; + sha256_unsigned = "4c42d13a77334c27eca34758c6782caa894636fed938e7ba850e30faf8ca054f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "a7e0f452277a306edcc221dce897623b37c038a9144b7bb003d96e9ce30fcfab"; + sha256_unsigned = "b83f4771cd0121d8bb96ced5889b66621a867a9482372a3939912412e4d0643c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "cbd1f61bed103a67218993f7871d379a10f3a7abdbc9930c556c73a4ba30ef90"; + sha256_unsigned = "cbd1f61bed103a67218993f7871d379a10f3a7abdbc9930c556c73a4ba30ef90"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ramoops" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-netgear_r7800-initramfs-uImage"; + sha256 = "e35d758dd2a0301deeefdc86950a6b96ef3c408e0cef5ffc174018e4faaaaf07"; + sha256_unsigned = "e35d758dd2a0301deeefdc86950a6b96ef3c408e0cef5ffc174018e4faaaaf07"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "353b837e4cbaada95d17c50d566b91945fa564d098b602b69e66ae47bb6de072"; + sha256_unsigned = "fc95e4c3e415285ae2219948f9c354a30bf01e688546392f69e9c622ee44fa64"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "7ae006fb0835c7005b42d86e03ee890cd8184cb10925090f668c7a1f5f146487"; + sha256_unsigned = "7ae006fb0835c7005b42d86e03ee890cd8184cb10925090f668c7a1f5f146487"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + model = "Nighthawk X4S R7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_xr500 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ramoops" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-netgear_xr500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-netgear_xr500-initramfs-uImage"; + sha256 = "4a9f9b5bec24fdd12b8cc171e57c2b8951746d850c007fc92260e6946b41b2da"; + sha256_unsigned = "4a9f9b5bec24fdd12b8cc171e57c2b8951746d850c007fc92260e6946b41b2da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-netgear_xr500-squashfs-factory.img"; + sha256 = "724c56600f9f0b64d55337c6a71084a703303c39e24301ac43fb7549a5c8c18f"; + sha256_unsigned = "724c56600f9f0b64d55337c6a71084a703303c39e24301ac43fb7549a5c8c18f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-netgear_xr500-squashfs-sysupgrade.bin"; + sha256 = "cbcc48de4a1f1947198f419369820f7b0143ef39f31b9ef3647737b369ca89f9"; + sha256_unsigned = "464da37acce5b8d90927ba13fba5d81e0de6504b7665a15b2441f33a39f76294"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,xr500" + ]; + titles = [ + { + model = "Nighthawk XR500"; + vendor = "NETGEAR"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-qcom_ipq8064-ap148-initramfs-fit-uImage.itb"; + sha256 = "bf62a1bb54c1c7e1c175b9223606587cac8caf9d057ae822c0f4a57cab259be7"; + sha256_unsigned = "bf62a1bb54c1c7e1c175b9223606587cac8caf9d057ae822c0f4a57cab259be7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "f128ebcfa60f7e8c7bcd30274337ff29371bb7d394a8a3c6458149d3a49cda15"; + sha256_unsigned = "f128ebcfa60f7e8c7bcd30274337ff29371bb7d394a8a3c6458149d3a49cda15"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "ee9d5a774a7dcad46b425590750e4df53e0f2b015b3c35a5427b17a5dd76f67e"; + sha256_unsigned = "fd442d3b1a4f013db68fbbdbeff7d08931e69cfd9a859a3d72ace51fa5cef0f2"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "standard"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-qcom_ipq8064-ap148-legacy-initramfs-uImage"; + sha256 = "016e561b516624cf1968380e305833fc7ba68b6f4cd9ac31a209f93b931456c9"; + sha256_unsigned = "016e561b516624cf1968380e305833fc7ba68b6f4cd9ac31a209f93b931456c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "ae33ac4a2ca99e01e01384616be4b676d0f37849313bfab23e5bbf8c74bbdb90"; + sha256_unsigned = "b7d22db00b949299dbbf358cafe6d0271dbd23604dd0ad899c5731abc0d42e8d"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "eb26963ae4037112b210c2ba24c6e6dcf442f989f797380711b5abbdee731f47"; + sha256_unsigned = "eb26963ae4037112b210c2ba24c6e6dcf442f989f797380711b5abbdee731f47"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "legacy"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-qcom_ipq8064-ap161-initramfs-fit-uImage.itb"; + sha256 = "6adb1277de1b06c67ba624223700c9014c65ccda41b932299e1a157215e59c16"; + sha256_unsigned = "6adb1277de1b06c67ba624223700c9014c65ccda41b932299e1a157215e59c16"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "912d907f5c9bd4d47499e871b1eb0d461305a5141f6d10e1a4778c9476815a80"; + sha256_unsigned = "912d907f5c9bd4d47499e871b1eb0d461305a5141f6d10e1a4778c9476815a80"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "85020bfdd3f320f9be9b295e41224dc599fafe17c27d8f92caab67e1f5bc5139"; + sha256_unsigned = "48cd1137bb811b11a2a137b453edfb99b0cbc3ca747eff4cb03d3a8b7e0060fa"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + model = "AP161"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-db149 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-qcom_ipq8064-db149"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-qcom_ipq8064-db149-initramfs-fit-uImage.itb"; + sha256 = "a81c5a3f12ae199d556e9765e10124b85abca7d6ad8e295019eb59bf44b9ddc6"; + sha256_unsigned = "a81c5a3f12ae199d556e9765e10124b85abca7d6ad8e295019eb59bf44b9ddc6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-qcom_ipq8064-db149-squashfs-sysupgrade.bin"; + sha256 = "31cc1dba066dfc021d1f0619c72be5edac965a2bdc7c5bdef727d6c9945d024f"; + sha256_unsigned = "c3cf6f85486cfc019e40adfcc178bfcbed6928c39c8f8ded90ecd0f963dfe4ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-db149" + ]; + titles = [ + { + model = "DB149"; + vendor = "Qualcomm"; + } + ]; + }; + tplink_ad7200 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-tplink_ad7200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-tplink_ad7200-initramfs-uImage"; + sha256 = "4b4d33162ce10aacba8c46108be18564b88609b2cda1a2b6fcf6449eb20bca04"; + sha256_unsigned = "4b4d33162ce10aacba8c46108be18564b88609b2cda1a2b6fcf6449eb20bca04"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-tplink_ad7200-squashfs-factory.bin"; + sha256 = "1c86efe8e6a36dacacc730947659736eae872759ad167f3cea82a3e45a58b3dc"; + sha256_unsigned = "1c86efe8e6a36dacacc730947659736eae872759ad167f3cea82a3e45a58b3dc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-tplink_ad7200-squashfs-sysupgrade.bin"; + sha256 = "0928dc4ff83526b1a33fb20f47ef913b5cbd4c692d061a1a56cbc41e463260a7"; + sha256_unsigned = "9780d0bb8390b82e009d080435f2f4cb50c192258f1e540a44da5358c6880682"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,ad7200" + ]; + titles = [ + { + model = "AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + { + model = "Talon AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-tplink_c2600-initramfs-uImage"; + sha256 = "69c6ec1a51f487fbcd2c67b4ab130013c78db31f8ec82fce0bd6bf890eed5832"; + sha256_unsigned = "69c6ec1a51f487fbcd2c67b4ab130013c78db31f8ec82fce0bd6bf890eed5832"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "4d51b26dcf6984e1fb745f01c9cc83b5eb3f9a3b0716c3ac94ac9c1634c77904"; + sha256_unsigned = "a66dfe8c366fc820dbfaff0511554c141ff06a9b9c543a5841a7755f06c718d2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "848a53d68fb49c6f5f8547e2cb57b6bf1368c4bc2e3294069a28b8b8ebf6fe73"; + sha256_unsigned = "848a53d68fb49c6f5f8547e2cb57b6bf1368c4bc2e3294069a28b8b8ebf6fe73"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + model = "Archer C2600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-tplink_vr2600v-initramfs-uImage"; + sha256 = "28acb1c204b75ed619b7faa5ec9e70ca057b02591ff1a6f223e4de298a3cf38e"; + sha256_unsigned = "28acb1c204b75ed619b7faa5ec9e70ca057b02591ff1a6f223e4de298a3cf38e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "6f90349b74b818909a0314ef5d4f2acca8126cd893cac5b10775dc6efc1e63b4"; + sha256_unsigned = "46c2e3bbe1e91cf3ef5149ae9012434a763393f9055c7bd889f9571487f31e3f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + model = "Archer VR2600v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_unifi-ac-hd = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-ubnt_unifi-ac-hd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-ubnt_unifi-ac-hd-squashfs-sysupgrade.bin"; + sha256 = "62cbc6645fe1767a280ca0b733657503d29ee9a0f9637a815d2adaad0cb03f27"; + sha256_unsigned = "a3b1494270c2af16fd11fe980c4f29dbae6a21ed68e623f76dd61c913ba81825"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-ubnt_unifi-ac-hd-initramfs-fit-uImage.itb"; + sha256 = "6aebbdd36c2a4e2a61d2c0ba4c422a607f816dc08a96b87697789b118e343c7a"; + sha256_unsigned = "6aebbdd36c2a4e2a61d2c0ba4c422a607f816dc08a96b87697789b118e343c7a"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-ac-hd" + ]; + titles = [ + { + model = "UniFi AC HD"; + vendor = "Ubiquiti"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.2-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ipq806x-generic-zyxel_nbg6817-initramfs-uImage"; + sha256 = "3b26be83cf0e0a79ac49b62dd701402a7d494320196ebadc8921827cced5744e"; + sha256_unsigned = "3b26be83cf0e0a79ac49b62dd701402a7d494320196ebadc8921827cced5744e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "7cdf7b55f508b381b7a9b67466df4b9b9b34889d62c29e7049702beca34e22d6"; + sha256_unsigned = "7cdf7b55f508b381b7a9b67466df4b9b9b34889d62c29e7049702beca34e22d6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "e67b382d9605ede8599328b4b4e6ffc414bebdf7354fe84d975cdbcdfdb438c1"; + sha256_unsigned = "94f38bd847e8e79ad51f25a4d61ce58df9dce37e288d9b78af3e0c4056c80fb8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + model = "NBG6817"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "ipq806x/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + checkpoint_l-50 = { + device_packages = [ + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-mvsdio" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-checkpoint_l-50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-checkpoint_l-50-squashfs-sysupgrade.bin"; + sha256 = "0abe5172fb36d5cba6acd3cf97f3eb148b3bdd84788c7edb84191a74690c00de"; + sha256_unsigned = "716e803c02cb38c72dc898e31ceff43ac527fd30d5addf12e83da035d5cab968"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-checkpoint_l-50-initramfs-uImage"; + sha256 = "0de896499a6e6154324247e805a5a4dda223d70fb65f20710d5a4053270e97e6"; + sha256_unsigned = "0de896499a6e6154324247e805a5a4dda223d70fb65f20710d5a4053270e97e6"; + type = "kernel"; + } + ]; + supported_devices = [ + "checkpoint,l-50" + ]; + titles = [ + { + model = "L-50"; + vendor = "Check Point"; + } + ]; + }; + cisco_on100 = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-cisco_on100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "be6b05f6e669644153af6ff8a0db4339adc8c6ce0ed1316c09ff2bc271426118"; + sha256_unsigned = "be6b05f6e669644153af6ff8a0db4339adc8c6ce0ed1316c09ff2bc271426118"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-cisco_on100-initramfs-uImage"; + sha256 = "fb87cd312ce364f4b14cc06e987907459894bac034290068adf0ad3736b12fff"; + sha256_unsigned = "fb87cd312ce364f4b14cc06e987907459894bac034290068adf0ad3736b12fff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "b2715c008e929b7dce172358b33e8c221e02f96e97c4a1f1c7b6cc1bde69c447"; + sha256_unsigned = "743fe4a6ec370f08a110219242c8fc027d889605aaf6022fb7d03d3e72f9e2fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cisco,on100" + "on100" + ]; + titles = [ + { + model = "ON100"; + vendor = "Cisco Systems"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "316e2e94ee7f8faba0844503e6be29ce57032c89c3811d9ca47bb8bd79e02b30"; + sha256_unsigned = "aea453cec2e86cae71a8b55e74d91578ddb4cd79d61b0177e6cebe0acf547563"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "ec710f8d7b2b0d68e16def03601345e2917925a81f2f65bef3799b4ce3339d16"; + sha256_unsigned = "ec710f8d7b2b0d68e16def03601345e2917925a81f2f65bef3799b4ce3339d16"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-cloudengines_pogoe02-initramfs-uImage"; + sha256 = "ad7dddafa1fced74208dbf9e3e5c974bde5a96f9c551f05ced38ad881ca0cd3c"; + sha256_unsigned = "ad7dddafa1fced74208dbf9e3e5c974bde5a96f9c551f05ced38ad881ca0cd3c"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + model = "Pogoplug E02"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-mvsdio" + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "3099305248f3317105238a3ba2622a5703a5001dde2c1f04babd983a643e512d"; + sha256_unsigned = "d38463cb3b3470392398820590a00e03c6a72d589e0139d01de418688d15652f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "d6b0e5ea86d6a5c83b0461fd07c0e7c19855c3f7700a2f85557c5d8b97c23e3c"; + sha256_unsigned = "d6b0e5ea86d6a5c83b0461fd07c0e7c19855c3f7700a2f85557c5d8b97c23e3c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-cloudengines_pogoplugv4-initramfs-uImage"; + sha256 = "3632528fad69f33ff64a0f4aecf7bfc40b08832455acf57714affe0c57f5fd7c"; + sha256_unsigned = "3632528fad69f33ff64a0f4aecf7bfc40b08832455acf57714affe0c57f5fd7c"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + model = "Pogoplug V4"; + vendor = "Cloud Engines"; + } + ]; + }; + ctera_c200-v1 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-ctera_c200-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-ctera_c200-v1-initramfs-factory.firm"; + sha256 = "413ffaae826579e5c27c0ee906cebcc6ef3448c431ca672345834008992f5360"; + sha256_unsigned = "413ffaae826579e5c27c0ee906cebcc6ef3448c431ca672345834008992f5360"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-ctera_c200-v1-squashfs-sysupgrade.bin"; + sha256 = "1def7fa9284cedaf90d0d96cbe552fef15ac75ea0582a9c8e7b4f2cf2e8d8b5e"; + sha256_unsigned = "4e132fcbcd5964c870ff58c01797912381bdd2a71d76a56e26110c45ba0c4c13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ctera,c200-v1" + ]; + titles = [ + { + model = "C200"; + variant = "V1"; + vendor = "Ctera"; + } + ]; + }; + endian_4i-edge-200 = { + device_packages = [ + "kmod-ath9k" + "kmod-mvsdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-endian_4i-edge-200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-endian_4i-edge-200-initramfs-uImage"; + sha256 = "8da27df10023ac93f76a569fd98f4ee757c47bd5b08d7be190fd17ac344e0bb7"; + sha256_unsigned = "8da27df10023ac93f76a569fd98f4ee757c47bd5b08d7be190fd17ac344e0bb7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-endian_4i-edge-200-squashfs-sysupgrade.bin"; + sha256 = "8ba7d4bb12111579b5e819f7d1ff190c95dc60b696eed3204f9516e8202106f7"; + sha256_unsigned = "55f8d3b6b1741dc4886442725b26c136238c66a55d7d893614ad49e4d523795f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "endian,4i-edge-200" + ]; + titles = [ + { + model = "4i Edge 200"; + vendor = "Endian"; + } + { + model = "UTM Mini Firewall"; + vendor = "Endian"; + } + ]; + }; + globalscale_sheevaplug = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-globalscale_sheevaplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-globalscale_sheevaplug-squashfs-factory.bin"; + sha256 = "c88e67f532ec00e5458b7447e52d777c9b525cfd08b04fc132681ee31f6aa12a"; + sha256_unsigned = "c88e67f532ec00e5458b7447e52d777c9b525cfd08b04fc132681ee31f6aa12a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-globalscale_sheevaplug-initramfs-uImage"; + sha256 = "65ecb92e9435f71d593381e2783f0a35757a9cab0e5b3c71522dc9c5a50e3393"; + sha256_unsigned = "65ecb92e9435f71d593381e2783f0a35757a9cab0e5b3c71522dc9c5a50e3393"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-globalscale_sheevaplug-squashfs-sysupgrade.bin"; + sha256 = "7fe3da16ca3e6ddc6c3856dba6bdcedd9613a447f97df6b7de6802a77adf7812"; + sha256_unsigned = "1d4d71056d55401eb8f15c6c7183e0417c7974b3bc8860e001a9dfc1688048a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,sheevaplug" + ]; + titles = [ + { + model = "Sheevaplug"; + vendor = "Globalscale"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "5ac46a40dca697da1d043879d053854d5f889605b4dd5e365fcd4372c79660df"; + sha256_unsigned = "5ac46a40dca697da1d043879d053854d5f889605b4dd5e365fcd4372c79660df"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-iom_iconnect-1.1-initramfs-uImage"; + sha256 = "5ab519639a74499e2144ca1c59e42a319c2a34aa5adab49a12db177ccce7a946"; + sha256_unsigned = "5ab519639a74499e2144ca1c59e42a319c2a34aa5adab49a12db177ccce7a946"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "0cfdbc2ef0e4297de4da9a5ca661329cb560263ac86f97f503a41f153c18eac8"; + sha256_unsigned = "390898b1cd062b6ab13a14e09fc4b29aee015d86d7b0734b670ed984fed127ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + model = "Iconnect"; + vendor = "Iomega"; + } + ]; + }; + iom_ix2-200 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-iom_ix2-200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-iom_ix2-200-squashfs-factory.bin"; + sha256 = "acdbe4a5f9c87c2297831f1e7428563f697c74410392e02184d6d4e613843d6b"; + sha256_unsigned = "acdbe4a5f9c87c2297831f1e7428563f697c74410392e02184d6d4e613843d6b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-iom_ix2-200-initramfs-uImage"; + sha256 = "8f2d107f826182ccd2c25c6823631a339227f88694c6b35206c5b05e73eda225"; + sha256_unsigned = "8f2d107f826182ccd2c25c6823631a339227f88694c6b35206c5b05e73eda225"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-iom_ix2-200-squashfs-sysupgrade.bin"; + sha256 = "2ba42a5273a9c541e18c5a862f0cfb90b624d1847576d60fd511cc4ff36c6854"; + sha256_unsigned = "8049494a2fe9c6bcfd75834c980e00c31218ab1ba5fdecb53ef04a0bcbd28df4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,ix2-200" + ]; + titles = [ + { + model = "StorCenter ix2-200"; + vendor = "Iomega"; + } + ]; + }; + iptime_nas1 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-gpio-pca953x" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-iptime_nas1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-iptime_nas1-initramfs-uImage"; + sha256 = "3b5abd4f23bea6550db750b95915dda39bdaa2aa91a6ff5f3a8e506d7941e99f"; + sha256_unsigned = "3b5abd4f23bea6550db750b95915dda39bdaa2aa91a6ff5f3a8e506d7941e99f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-iptime_nas1-squashfs-sysupgrade.bin"; + sha256 = "22b91c6d621ece969c31ad15181e3a46c4bc4eeafee51b483bf1250ceb2c98b4"; + sha256_unsigned = "7fa0359b86dd1d6a77b0d980ccf4ab114ac9476abb7850c243eb2df1342db254"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,nas1" + ]; + titles = [ + { + model = "NAS1"; + vendor = "ipTIME"; + } + ]; + }; + linksys_e4200-v2 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-linksys_e4200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-linksys_e4200-v2-initramfs-uImage"; + sha256 = "9182a60118e29ff5da6ad17296461d53d06a19d40fb903aba426bc7d9f89a6d5"; + sha256_unsigned = "9182a60118e29ff5da6ad17296461d53d06a19d40fb903aba426bc7d9f89a6d5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-linksys_e4200-v2-squashfs-sysupgrade.bin"; + sha256 = "6f35e276d5f7185ec041c34943aca378c4db0166a3b97998f12e3f5896e47729"; + sha256_unsigned = "a809b0a404939d5969c6b535ab87588f07df87f4b66cbceb8f4da7117f5f99ee"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-linksys_e4200-v2-squashfs-factory.bin"; + sha256 = "7c420a128314bb93172bf885320683e6dcf7e67d782e7931c62b22861df4e05f"; + sha256_unsigned = "7c420a128314bb93172bf885320683e6dcf7e67d782e7931c62b22861df4e05f"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,e4200-v2" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "E4200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea3500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-linksys_ea3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-linksys_ea3500-squashfs-sysupgrade.bin"; + sha256 = "3fb472a07f3879c9e17bc4d0906c3b047ee952c2f52c1307249330a34c232760"; + sha256_unsigned = "7211b191b76a455d98b4f20d9095a27fc0eda5d7e60901317258072e6fd0b207"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-linksys_ea3500-squashfs-factory.bin"; + sha256 = "17cc3f9fea0b815f420bee89b19ed05d4d8cad0359aa0adbe49aca0c5325a16e"; + sha256_unsigned = "17cc3f9fea0b815f420bee89b19ed05d4d8cad0359aa0adbe49aca0c5325a16e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-linksys_ea3500-initramfs-uImage"; + sha256 = "3af0beda8d172ddab64b927c844884d751bb6ba0cb22defb872867005ec43bce"; + sha256_unsigned = "3af0beda8d172ddab64b927c844884d751bb6ba0cb22defb872867005ec43bce"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea3500" + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + model = "EA3500"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea4500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-linksys_ea4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-linksys_ea4500-squashfs-sysupgrade.bin"; + sha256 = "1aeb9cddf0df4f8f88071fb0ef96dcfb233bc0452226b2a2fe7392c1e220fd18"; + sha256_unsigned = "50da1661ffa78abecc5108a3251178572631d3b77a57a8a0889146234531d4ef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-linksys_ea4500-squashfs-factory.bin"; + sha256 = "d18aca4bc295edb1795a0ec64b26caa6807ff110e8422d635c6806b1275d2247"; + sha256_unsigned = "d18aca4bc295edb1795a0ec64b26caa6807ff110e8422d635c6806b1275d2247"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-linksys_ea4500-initramfs-uImage"; + sha256 = "bce69789bbf223c8a2dd2e12da0171eb7ee8bfa64568bc6e7f4d65b7b55305e3"; + sha256_unsigned = "bce69789bbf223c8a2dd2e12da0171eb7ee8bfa64568bc6e7f4d65b7b55305e3"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea4500" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "EA4500"; + vendor = "Linksys"; + } + ]; + }; + netgear_readynas-duo-v2 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-g762" + "kmod-rtc-rs5c372a" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-netgear_readynas-duo-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-netgear_readynas-duo-v2-squashfs-sysupgrade.bin"; + sha256 = "a1d161c54f8ed61e04e6d80507095cb5cf63293ea63a39d35fc11de5ec49a6dc"; + sha256_unsigned = "bb33b055c6ce94694adb5aace3331fa4e4545ea3c8daa092c445831840dd8048"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-netgear_readynas-duo-v2-initramfs-uImage"; + sha256 = "02f9e558af1dce19cd5a5640971d30b7cafc649be45f584cee674d0d76f51b94"; + sha256_unsigned = "02f9e558af1dce19cd5a5640971d30b7cafc649be45f584cee674d0d76f51b94"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,readynas-duo-v2" + ]; + titles = [ + { + model = "ReadyNAS Duo"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "6f44eacee604e4d25e255da5bd493019639e90b5791bdb66838b1cbc202cce5e"; + sha256_unsigned = "deccd676799d56b3843625c11e04a3f9a0bd096cc55ff33d2a6284703a608301"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "d4409af22e5667a321ab8780be8cd83e04b580ac8cdd03f81792b1e7256ded26"; + sha256_unsigned = "d4409af22e5667a321ab8780be8cd83e04b580ac8cdd03f81792b1e7256ded26"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-raidsonic_ib-nas62x0-initramfs-uImage"; + sha256 = "602a7e493740b44a12054de3fd1be88b630ba558da98e642aabeb30eb38aa520"; + sha256_unsigned = "602a7e493740b44a12054de3fd1be88b630ba558da98e642aabeb30eb38aa520"; + type = "kernel"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + model = "ICY BOX IB-NAS62x0"; + vendor = "RaidSonic"; + } + ]; + }; + seagate_blackarmor-nas220 = { + device_packages = [ + "kmod-hwmon-adt7475" + "kmod-fs-ext4" + "kmod-ata-marvell-sata" + "mdadm" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-seagate_blackarmor-nas220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-seagate_blackarmor-nas220-squashfs-sysupgrade.bin"; + sha256 = "f6726788786588e799280cf125634b714f1d13f712cef58172dd8401adb6f714"; + sha256_unsigned = "f4faf075887fe3a09952a0ef2979c9dce22afdcc3f96af08d835f6589ee818cf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-seagate_blackarmor-nas220-squashfs-factory.bin"; + sha256 = "9563820ad77f107d82737b806f9d240247c192025f311cc82d30be7f4dba3c14"; + sha256_unsigned = "9563820ad77f107d82737b806f9d240247c192025f311cc82d30be7f4dba3c14"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-seagate_blackarmor-nas220-initramfs-uImage"; + sha256 = "5ba669ddc32db452c1e0eff71e30e6074bae8b0ec5744b206167cf1d4755956d"; + sha256_unsigned = "5ba669ddc32db452c1e0eff71e30e6074bae8b0ec5744b206167cf1d4755956d"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,blackarmor-nas220" + ]; + titles = [ + { + model = "Blackarmor NAS220"; + vendor = "Seagate"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "c7a71f408ddda201a6db5ee8f78d9572ba1c76641a02a964e886deafa647dd7c"; + sha256_unsigned = "c7a71f408ddda201a6db5ee8f78d9572ba1c76641a02a964e886deafa647dd7c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "7c5d46ed9ae0d84e424ba648ad156b279ff94fbbde5df2ebc36e8f2edbf82d7b"; + sha256_unsigned = "5afd65b047d20cd8d835538667145221d36363110cb2bfabf59d0e6f0c1439fe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-seagate_dockstar-initramfs-uImage"; + sha256 = "8f46b8ccc2e3b2af914aa4236b374660eafe7fe0314fe1688a962f1d25fe5174"; + sha256_unsigned = "8f46b8ccc2e3b2af914aa4236b374660eafe7fe0314fe1688a962f1d25fe5174"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + model = "FreeAgent Dockstar"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "bc63ad90023a26311b2f0a92d4628c59b715123159d9ebe922d8cd0356622ab7"; + sha256_unsigned = "c22658128ec4432537a28a03b3e7b81e3d40056cd70e824b3c7a845cceaa08b7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "1e42ac3e0dfbb7dd722fa2aff9496df8c34088993137a859ec4000418e663dfd"; + sha256_unsigned = "1e42ac3e0dfbb7dd722fa2aff9496df8c34088993137a859ec4000418e663dfd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-seagate_goflexhome-initramfs-uImage"; + sha256 = "954dba0813173d2a12195e9aa605cb693cec8a820e1059395d00f959982281df"; + sha256_unsigned = "954dba0813173d2a12195e9aa605cb693cec8a820e1059395d00f959982281df"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + model = "GoFlexHome"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-seagate_goflexnet-initramfs-uImage"; + sha256 = "d0b58c7909ee265e92f61da2f65256e6fcac9a4606b725fd738c998d99e931cc"; + sha256_unsigned = "d0b58c7909ee265e92f61da2f65256e6fcac9a4606b725fd738c998d99e931cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "8d7f41df85ebbdb47a7e7a65ce40bc476b7e4180fa500e1445225e2d4a2fd93a"; + sha256_unsigned = "8d7f41df85ebbdb47a7e7a65ce40bc476b7e4180fa500e1445225e2d4a2fd93a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "43af3d73cfa6130e58e8fc53f4eb026a13636ee81647f7151d5d8ee70135dd77"; + sha256_unsigned = "9b6eb5fdfa6053032ecee1ad77bb7810003da806f277690bc706f1981aab1810"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + model = "GoFlexNet"; + vendor = "Seagate"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-r8169" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "051def283f2800569dc1d26fa28ea30fe09e7394f60e009732499c804978a542"; + sha256_unsigned = "cde525149e73e68512b6be99efccd396ad9046a84619a0ffefade373bf80f4b5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "53c4aa17aa64545457f5dea4229d1e81e85f0a75bf58ce288b39fc1d526396ff"; + sha256_unsigned = "53c4aa17aa64545457f5dea4229d1e81e85f0a75bf58ce288b39fc1d526396ff"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-zyxel_nsa310b-initramfs-uImage"; + sha256 = "a453b2cf25ac8c6a9818ccb33554f74dc8942faee0280b9a0bb7b4ef2341dd3f"; + sha256_unsigned = "a453b2cf25ac8c6a9818ccb33554f74dc8942faee0280b9a0bb7b4ef2341dd3f"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + "nsa310b" + ]; + titles = [ + { + model = "NSA310b"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa310s = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-zyxel_nsa310s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-zyxel_nsa310s-squashfs-sysupgrade.bin"; + sha256 = "5264073792b5b569f69fbc1ecc72ec4e3825f1c5d0690ca813774895daed283b"; + sha256_unsigned = "6f0e23244cffb679cc09a835a5b348eb4d5d70acb6fda88b1950ccbe83c389e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-zyxel_nsa310s-initramfs-uImage"; + sha256 = "82876bbc92c6b49a94f29b94672d43445189fd9729fc1ca0f7c7e8491ce4d563"; + sha256_unsigned = "82876bbc92c6b49a94f29b94672d43445189fd9729fc1ca0f7c7e8491ce4d563"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-zyxel_nsa310s-squashfs-factory.bin"; + sha256 = "875c8a2c41d8f8c2b5e0853a93713483fffb4a4033fc018f6386f4210eff845a"; + sha256_unsigned = "875c8a2c41d8f8c2b5e0853a93713483fffb4a4033fc018f6386f4210eff845a"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa310s" + ]; + titles = [ + { + model = "NSA310S"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "2f8bf6592941c1a26980b2d4fc6536880492576770c473bfe78f438896678b65"; + sha256_unsigned = "c6682e697194b9abad62e961ec9cd892939d1a4b725f9aa9d719e90b6db265a6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "87798972fbeeae887e276a489ad278a908db5d39b2cae7feaa874f75ad3523c2"; + sha256_unsigned = "87798972fbeeae887e276a489ad278a908db5d39b2cae7feaa874f75ad3523c2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-kirkwood-zyxel_nsa325-initramfs-uImage"; + sha256 = "0ef422617fd7992cab8ae1ca8d4ab37b355f808f395f80eb854034b0a0166eb0"; + sha256_unsigned = "0ef422617fd7992cab8ae1ca8d4ab37b355f808f395f80eb854034b0a0166eb0"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + "nsa325" + ]; + titles = [ + { + model = "NSA325"; + variant = "v1/v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "kirkwood/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + lantiq = { + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ltq-atm-vr9" + "kmod-ltq-deu-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-vdsl-vr9-mei" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "ltq-vdsl-app" + "ltq-vdsl-vr9-vectoring-fw-installer" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoa" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "26d005cc73937819211069d753e00d58dba4f17a4091ed7ba067f2767a028fdc"; + sha256_unsigned = "57a38bd934521da6e026029cb81c80b20770bd65f61bf2585836b0b69e7c4f3b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-alphanetworks_asl56026-initramfs-kernel.bin"; + sha256 = "b52c8ca5aded6889781ce067d77437841d17d2c5b16bb0570a8e1393e9cef8f8"; + sha256_unsigned = "b52c8ca5aded6889781ce067d77437841d17d2c5b16bb0570a8e1393e9cef8f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + model = "ASL56026"; + vendor = "Alpha"; + } + { + model = "ECI VDSL Modem V-2FUb/I"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "a580fb47b70f388271ec323e3ed953e7c6969f27ff304a8f09eb06f6d626dce4"; + sha256_unsigned = "0ad71334ba871ce85a33b2088520a8cd5df9cce2309057465c3437a68ff23f02"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-arcadyan_vg3503j-initramfs-kernel.bin"; + sha256 = "78f75fba69ba09acdc12f42a4fcaaa893426f56d01a1b49e53fdb744193d6579"; + sha256_unsigned = "78f75fba69ba09acdc12f42a4fcaaa893426f56d01a1b49e53fdb744193d6579"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + model = "ECI VDSL Modem V-2FUb/R"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-arcadyan_vgv7510kw22-brn-initramfs-kernel.bin"; + sha256 = "885cc9a675bb51104887e0065ac22335682c7abee7a35b71527cc3287469fa34"; + sha256_unsigned = "885cc9a675bb51104887e0065ac22335682c7abee7a35b71527cc3287469fa34"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "BRN"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-arcadyan_vgv7510kw22-nor-initramfs-kernel.bin"; + sha256 = "c8bcfeaef1633ac680243643d3778d41993543b597cf0510392180204addf8b5"; + sha256_unsigned = "c8bcfeaef1633ac680243643d3778d41993543b597cf0510392180204addf8b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "4cca88d9a2d366924c3d183f46b23e8a1da22215dc717d72ee0157280d6c0ca6"; + sha256_unsigned = "84dbd8b20148a2cfba9b4d90269dec46c2fb835be6c51d682c723fbbd7d2bffc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "NOR"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-arcadyan_vgv7519-brn-initramfs-kernel.bin"; + sha256 = "ad9ba59301d43d6964f2ed1bec245a5cc80d23251afebd0ba3166cff42142c0f"; + sha256_unsigned = "ad9ba59301d43d6964f2ed1bec245a5cc80d23251afebd0ba3166cff42142c0f"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + model = "VGV7519"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "BRN"; + vendor = "KPN"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-arcadyan_vgv7519-nor-initramfs-kernel.bin"; + sha256 = "126e4285bc580e89a9f3efc2587e7b93da2efe7f8e1b39c2c726281d8b129c4a"; + sha256_unsigned = "126e4285bc580e89a9f3efc2587e7b93da2efe7f8e1b39c2c726281d8b129c4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "3bae3da91f1c50887bdb1c054aab885fe7ad6ccd14b1554c07ea6b322a76b59c"; + sha256_unsigned = "8155dc86c34a971f5d60af2b80c91290152b1012f7d5f2c487f57c6e5f2fafe9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + model = "VGV7519"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "NOR"; + vendor = "KPN"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "54bbde88d77576b0d186483834efe4db8bbfd5b2e510467cee22476da96d2aef"; + sha256_unsigned = "54bbde88d77576b0d186483834efe4db8bbfd5b2e510467cee22476da96d2aef"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "a31758b5141bb69b7c5b2f5569edefb8679d242ebfb359fe562c997e8cf88b17"; + sha256_unsigned = "27b816d85a7d8c36a26395b3c17f8efdfdf08e34ac2b03f9af53c61c15b24498"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "65100b4d6bca1ccbb7ac04a172c469ea134ac64ff325d4bab617c84e96635a66"; + sha256_unsigned = "65100b4d6bca1ccbb7ac04a172c469ea134ac64ff325d4bab617c84e96635a66"; + type = "eva-filesystem"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz3370-rev2-hynix-initramfs-kernel.bin"; + sha256 = "1154c6202567ed967a3802a7e5987da7a4ff78810d9d1b5de814ce4aaf922618"; + sha256_unsigned = "1154c6202567ed967a3802a7e5987da7a4ff78810d9d1b5de814ce4aaf922618"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Hynix NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "528336cdbf514840e8d18287b1c31fd10deb2999b752dbb63526d0b61a00fed6"; + sha256_unsigned = "528336cdbf514840e8d18287b1c31fd10deb2999b752dbb63526d0b61a00fed6"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "65100b4d6bca1ccbb7ac04a172c469ea134ac64ff325d4bab617c84e96635a66"; + sha256_unsigned = "65100b4d6bca1ccbb7ac04a172c469ea134ac64ff325d4bab617c84e96635a66"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "3b4d2e8a9c16e8c6ae23fe5ca77b191d14042e5fa2852f97f9c7cd193813c94b"; + sha256_unsigned = "1569525cbdcc53b873234c8db02e59013e4d2c8bad1db9d4970fdd6810f6f27b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz3370-rev2-micron-initramfs-kernel.bin"; + sha256 = "fcc2436a14cf975045b08e93559b8dd61b7b9ceafb9d4255ddee054d99992ebe"; + sha256_unsigned = "fcc2436a14cf975045b08e93559b8dd61b7b9ceafb9d4255ddee054d99992ebe"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Micron NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3390 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-avm_fritz3390"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz3390-squashfs-sysupgrade.bin"; + sha256 = "3b5177e06619f1b4ad786f660a56b955b6ee4f182e7a5997fc9a2313bd892c38"; + sha256_unsigned = "93d1bb7587de48053c01c4ed64ad3fab03bb19fdaa533d5c3ac14b55d549a831"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz3390-initramfs-kernel.bin"; + sha256 = "80615613156ceda0dc6f8a5e059bb67446aff9fc3b3955e8cd3e113afc6c5042"; + sha256_unsigned = "80615613156ceda0dc6f8a5e059bb67446aff9fc3b3955e8cd3e113afc6c5042"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz3390" + ]; + titles = [ + { + model = "FRITZ!Box 3390"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360-v2 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-avm_fritz7360-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz7360-v2-initramfs-kernel.bin"; + sha256 = "c11261c5a72745da9a8757c0766b37e5c0974d2c69f6df843906f5e575b005de"; + sha256_unsigned = "c11261c5a72745da9a8757c0766b37e5c0974d2c69f6df843906f5e575b005de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz7360-v2-squashfs-sysupgrade.bin"; + sha256 = "01c3017990d17247574cc437121c77cdd3be46f86fbe8e8253a0ed050c479628"; + sha256_unsigned = "408a080ac9c6d28458144954654bd3fa8939e054bc84f01b38e20dca49c8a057"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360-v2" + ]; + titles = [ + { + model = "FRITZ!Box 7360"; + variant = "v2"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "cb06c7010c835dabc1f5458c428e181459338fae228744abcb183f92b93fdb74"; + sha256_unsigned = "1ba9a324c9189496935982861eb9ae454031cf7157e84143856bd7655b8089e6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz7360sl-initramfs-kernel.bin"; + sha256 = "73ee242694f17df9e65deb67c9ba4c030b1478f8dce4463fc3e91bda384ab92b"; + sha256_unsigned = "73ee242694f17df9e65deb67c9ba4c030b1478f8dce4463fc3e91bda384ab92b"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + model = "FRITZ!Box 7360 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz7362sl-initramfs-kernel.bin"; + sha256 = "a00e01478f3be65e8000dd09acde5e49011bed8df045808f8ec46d1dae581939"; + sha256_unsigned = "a00e01478f3be65e8000dd09acde5e49011bed8df045808f8ec46d1dae581939"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "220449ff2397369285b0c6fba8c3d5da17e798fd99526348ebab4c6b2d7fb697"; + sha256_unsigned = "bdcf41fcd777c1adf9ca0b2298a46ac8ca965fc9c7f40ff9ecf278b5c1d40e74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + model = "FRITZ!Box 7362 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin"; + sha256 = "7dbd7225e758c0ec2ea6c1f7b101bb67dee82ffb68a0e9ccf92e980efbac2cb8"; + sha256_unsigned = "7dbd7225e758c0ec2ea6c1f7b101bb67dee82ffb68a0e9ccf92e980efbac2cb8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "28686c3077782fad3dee118078af5f898ea5c1391a12473405e63a8e47e70b77"; + sha256_unsigned = "9ef8f72edb1cfdb301342f02b14b765e6b0d58d176fae6d31eeb1129a8c3f036"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + model = "FRITZ!Box 7412"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7430 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-avm_fritz7430"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz7430-squashfs-sysupgrade.bin"; + sha256 = "39ae92b7722c2af99e6ce5f79a89c071821ad24242bb430acde74107c41122cc"; + sha256_unsigned = "6e240b71db614006201049b69fcae6ad800f85e31458e3658621ea9a0bc80f70"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin"; + sha256 = "f161392d134a58d03955f4e2f44020243e0a14c53e0737b569f82c0024688686"; + sha256_unsigned = "f161392d134a58d03955f4e2f44020243e0a14c53e0737b569f82c0024688686"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7430" + ]; + titles = [ + { + model = "FRITZ!Box 7430"; + vendor = "AVM"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "7abf0a4bc10ccab02de222530979037eabe18d9531e3343ad2d23dd43c6760d8"; + sha256_unsigned = "575afe64c197610c02ab1366590a976db29e73d5eb3b6f8c89f5b8889e54b160"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-bt_homehub-v5a-initramfs-kernel.bin"; + sha256 = "9904edf8fa0bfb580c5587a6e2341a8ca9106027b1628ab3250ef92cab897540"; + sha256_unsigned = "9904edf8fa0bfb580c5587a6e2341a8ca9106027b1628ab3250ef92cab897540"; + type = "kernel"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + model = "Home Hub 5"; + variant = "Type A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "561c3c2ddb3bda907e229aefe7b328512ac414eee899e52a9f89ecb170a6d00c"; + sha256_unsigned = "029ec75b05ddec49672b20e1ad1016943ef68fb7eb5e2d89a9f9475f8041d087"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-buffalo_wbmr-300hpd-initramfs-kernel.bin"; + sha256 = "0412e25a0062dc72d65ead45d0a1309a2168ca7edab3f1dae8fdcbc36d0e0d21"; + sha256_unsigned = "0412e25a0062dc72d65ead45d0a1309a2168ca7edab3f1dae8fdcbc36d0e0d21"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + model = "WBMR-300HPD"; + vendor = "Buffalo"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "7e4058f5bc30616e67db23f52a1b623cbf4fe3397dc2cacf8ee902ab84d69f10"; + sha256_unsigned = "7e4058f5bc30616e67db23f52a1b623cbf4fe3397dc2cacf8ee902ab84d69f10"; + type = "fullimage"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "cb534f08576ee015a36603aca92d8d60bfc7433d012a59f0a124ec12c58c01c3"; + sha256_unsigned = "e750ff1f0571be577b53449dbfb43ef94de108677146092496880a2f6e79e2c3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-lantiq_easy80920-nand-initramfs-kernel.bin"; + sha256 = "f682e6e6b5c6330187b0efacda4143f104cb04f99b2d6603b5f5a37bc2291c75"; + sha256_unsigned = "f682e6e6b5c6330187b0efacda4143f104cb04f99b2d6603b5f5a37bc2291c75"; + type = "kernel"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NAND"; + vendor = "Lantiq"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-lantiq_easy80920-nor-initramfs-kernel.bin"; + sha256 = "cd7d79e79150ec56f95df7e052922e1c302eb7b80ea09e164b783681d9bfc1d4"; + sha256_unsigned = "cd7d79e79150ec56f95df7e052922e1c302eb7b80ea09e164b783681d9bfc1d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "5fd861f8040405e665e3b210e748942bade81da45b59a91ea0ae2d3f4ba5eb11"; + sha256_unsigned = "796db9c477185ff0609293429fd2fe1ee9cc96b8098dee11a8127e554e3e8790"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NOR"; + vendor = "Lantiq"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-netgear_dm200-initramfs-kernel.bin"; + sha256 = "47929fe059a65481feaf1b5841b9a3b6612a89568879dbe90b2789f32b55301d"; + sha256_unsigned = "47929fe059a65481feaf1b5841b9a3b6612a89568879dbe90b2789f32b55301d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "fea726a569991ee93db23f5bfa0dabaf51fca7f942f3f5ad5cdb68690c18e4a9"; + sha256_unsigned = "d7b504f9006dd1c119c3ebb3166794850af10a4c0212b353486bdabce0624d8c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "ed74097a8b2077f8d8ebac264147b50629cadf88b4749acb847985f243f0ff5e"; + sha256_unsigned = "d7b504f9006dd1c119c3ebb3166794850af10a4c0212b353486bdabce0624d8c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + model = "DM200"; + vendor = "NETGEAR"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "5de3d67fe378f87544d986a44e3cd8d93f4a16a691affa66f577e0cc6304a26e"; + sha256_unsigned = "1ebc32a38e36839d962455d02ed232bb1101063556f02aa8d4e298cf9de335d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-tplink_tdw8970-initramfs-kernel.bin"; + sha256 = "9d0c78a60e28dce449d4026b8f7572ab86901bca1d6eb47599bc52b743903206"; + sha256_unsigned = "9d0c78a60e28dce449d4026b8f7572ab86901bca1d6eb47599bc52b743903206"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + model = "TD-W8970"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-tplink_tdw8980-initramfs-kernel.bin"; + sha256 = "f22ae31edb44035a87bebc91b958e71d173773f84d61b88e15b450f6546d5100"; + sha256_unsigned = "f22ae31edb44035a87bebc91b958e71d173773f84d61b88e15b450f6546d5100"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "6fc6d7d19dc86ee24bfbef402b9f6727fab8c05e4349a0fb304ba85c859c2c98"; + sha256_unsigned = "8f0921c02b175804239ace50a538e654bc3888ea1f70fbf3967c5207daa9387c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + model = "TD-W8980"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "38909346c8cc55eb96bfc3617555d24361c4adb2ba26f6b57c1b2a2a89620975"; + sha256_unsigned = "1cf280b1af3c33ea48f9eb88d49f1554dc46dee28e0286ebb0e12059b36ad87e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-tplink_vr200-initramfs-kernel.bin"; + sha256 = "d8dd735fcb7da83964f1c68085184684c8165ea29b855819da2a7f93c9a7b5b0"; + sha256_unsigned = "d8dd735fcb7da83964f1c68085184684c8165ea29b855819da2a7f93c9a7b5b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + model = "Archer VR200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "fa0ff897201ab3683d018c976694c66c4f16f45d20ac6b6683faffcfc3507030"; + sha256_unsigned = "cf89a020fffb70dc604ae74fa31bd070f95d5a66f48719e43f2916d1db805eab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-tplink_vr200v-initramfs-kernel.bin"; + sha256 = "c47078b8cf6147b5545a2bf02cefe7a8319d2b57bf5585ec8dfc2dba9469ded9"; + sha256_unsigned = "c47078b8cf6147b5545a2bf02cefe7a8319d2b57bf5585ec8dfc2dba9469ded9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + model = "Archer VR200v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xrx200-zyxel_p-2812hnu-f1-initramfs-kernel.bin"; + sha256 = "7eb864fba47b018b780fce3c9ea6f8d23c3eea41c1d05a3702b6455bd98ee8d0"; + sha256_unsigned = "7eb864fba47b018b780fce3c9ea6f8d23c3eea41c1d05a3702b6455bd98ee8d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "6fccdea2e9df97adcd778b6005954d589e816ede973da64d55598a621047780a"; + sha256_unsigned = "44cc5cc9d7ff2f4fb7c8739d16766b3fbd815741b6de46476da96d014a47decb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + model = "P-2812HNU"; + variant = "F1"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "lantiq/xrx200"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "5e52c24153564667dc48d4d339474bf89fe2806727282157c4562a17fd6e6a98"; + sha256_unsigned = "97924c3ac0c6ddc224a9916b947e44b593d94ee3887d49a596cca3dd5a09cf07"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-arcadyan_arv4510pw-initramfs-kernel.bin"; + sha256 = "b3cbfd12f087f1f06e893de29d3a45a8004cdf60c58ba4cce739d96f9fa82ff4"; + sha256_unsigned = "b3cbfd12f087f1f06e893de29d3a45a8004cdf60c58ba4cce739d96f9fa82ff4"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + model = "ARV4510PW"; + vendor = "Arcadyan"; + } + { + model = "BeWan iBox v1.0"; + vendor = "Wippies"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-arcadyan_arv7506pw11-initramfs-kernel.bin"; + sha256 = "e121ebf0215ec22561f490df22a2ba896ebe4437a78ccebaf601c9d48499f749"; + sha256_unsigned = "e121ebf0215ec22561f490df22a2ba896ebe4437a78ccebaf601c9d48499f749"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "0e94d5e052e6364c64dd8c428bed3c859aadc4e5ad5ff75e38d311fa6f1459ab"; + sha256_unsigned = "9814edf3266792583c06ce906d6bc1947539462838b223938b1214e9b3c97b6c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + model = "ARV7506PW11"; + vendor = "Arcadyan"; + } + { + model = "IAD 4421"; + vendor = "Alice/O2"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "3936b29f307722f1c3f07b3871a45b8bd1718578f5bb3d97cacdfa8dab732e2f"; + sha256_unsigned = "8b641066dfc9c6da4264469743c8d831255b67f3f0d1c8704b781c3630bc7b8d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-arcadyan_arv7510pw22-initramfs-kernel.bin"; + sha256 = "cf3e6d806bd08abc96c4932ae8337ad2dca05b0ab82eeec90b5dd8d3869c95e5"; + sha256_unsigned = "cf3e6d806bd08abc96c4932ae8337ad2dca05b0ab82eeec90b5dd8d3869c95e5"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + model = "ARV7510PW22"; + vendor = "Arcadyan"; + } + { + model = "ARV7510PW22"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "58ff0e46498d157752dbdb4ebd06ac7797b2f2733005413e4cc953a750f1a122"; + sha256_unsigned = "0ee1149a03059f1ba23dc9575f506f4aaaffd7e806d3e202708c388af6dfde41"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-arcadyan_arv7518pw-initramfs-kernel.bin"; + sha256 = "8941cecda049933a595a2e7123ebb3031d6356487897c4ee3272f2a09658b9be"; + sha256_unsigned = "8941cecda049933a595a2e7123ebb3031d6356487897c4ee3272f2a09658b9be"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + model = "ARV7518PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7518PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-arcadyan_arv7519pw-initramfs-kernel.bin"; + sha256 = "75b0fc87c6cb5fb9bfd7ce8d82c5ae1ff2a880a190aa0802b3ceccdb0c8aff85"; + sha256_unsigned = "75b0fc87c6cb5fb9bfd7ce8d82c5ae1ff2a880a190aa0802b3ceccdb0c8aff85"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "9807c398e6dcf28c321138113336eb2e895d8c21bf6b8f35f47610a65608b0b1"; + sha256_unsigned = "186e2f57f59e6f915ac7e2ee20ffcd827ceb1cddc7586da437f733deaa397f81"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + model = "ARV7519PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7519PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-arcadyan_arv752dpw-initramfs-kernel.bin"; + sha256 = "79c710cec3935be06b7e5d39c03017d40ca245ceebaed775922f6b2fc02c52cf"; + sha256_unsigned = "79c710cec3935be06b7e5d39c03017d40ca245ceebaed775922f6b2fc02c52cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "451db57551146db59dd30d6356643acd840fb353408735cc7af04300e40bb5cd"; + sha256_unsigned = "9eebdb5272053eb68b326ed47b8a2df106aa060179cb7a10848ba7c46e253a1b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + model = "ARV752DPW"; + vendor = "Arcadyan"; + } + { + model = "Easybox 802"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-arcadyan_arv752dpw22-initramfs-kernel.bin"; + sha256 = "dd293f2c9bea8e264f9c38aec7c3f6fea57bf517269165861e4692b18accb360"; + sha256_unsigned = "dd293f2c9bea8e264f9c38aec7c3f6fea57bf517269165861e4692b18accb360"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "969f00a028fecaf9c3de3b9d0588254a42d55b1eb96c8fe4e1cc407a82ee45e0"; + sha256_unsigned = "d12caeb4c75b454b8f782a12b7ab45db5ec267397d1345fa236b642fb90ca630"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + model = "ARV752DPW22"; + vendor = "Arcadyan"; + } + { + model = "Easybox 803"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-arcadyan_arv8539pw22-initramfs-kernel.bin"; + sha256 = "d64fb33729231ccf441701c855765a96256224dd00eed2bcd6476074b52919c0"; + sha256_unsigned = "d64fb33729231ccf441701c855765a96256224dd00eed2bcd6476074b52919c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "f413f0baf44ed658c5a1f2904c7a9cbf8f2c61137945741fe28441b9a1aa4dbb"; + sha256_unsigned = "b03c99ad1e077112ed5bf4610ba24feda8e25e9f9ce6898a5864a5061bcc14dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + model = "ARV8539PW22"; + vendor = "Arcadyan"; + } + { + model = "Speedport W504V Typ A"; + vendor = "Telekom"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "70680e9666307413f011037562e3d6aa89054aa1597a315a2fe2073edb3b7651"; + sha256_unsigned = "5483d6e596d4fa2f2846698f07ea523792614dff1df3c1ca3b7b9d47a4142a90"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-audiocodes_mp-252-initramfs-kernel.bin"; + sha256 = "76c6250598c43dd7890ecfbd63653368f8727a0ddcb0befde0c299d438ecf67b"; + sha256_unsigned = "76c6250598c43dd7890ecfbd63653368f8727a0ddcb0befde0c299d438ecf67b"; + type = "kernel"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + model = "MediaPack MP-252"; + vendor = "AudioCodes"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-avm_fritz7312-initramfs-kernel.bin"; + sha256 = "91cd7c07934723fa55a1be03c12fd2be896a5e6b2761e67c2a7d4599658d534a"; + sha256_unsigned = "91cd7c07934723fa55a1be03c12fd2be896a5e6b2761e67c2a7d4599658d534a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "47194824de9575afb8c4516963539b43014de76e4ab54b8d679c7407c387ea3a"; + sha256_unsigned = "78e5746b1a1ff965704749b5343d6fe47f0f04a6ed44426337f81ed8c08675d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + model = "FRITZ!Box 7312"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "58778f934c91fdacf30d7c0ec3d622965bea0117e8c67d47ee9ab424ee1723c5"; + sha256_unsigned = "9a3b7ef88716942f2674b6a066f0c0ebb2df9abb112bcdbb7c7d7d3f498583a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-avm_fritz7320-initramfs-kernel.bin"; + sha256 = "5c1fdc4745bab71f254b4a7b1d41fb27deb793991e01e231c6e47a258f78bfc0"; + sha256_unsigned = "5c1fdc4745bab71f254b4a7b1d41fb27deb793991e01e231c6e47a258f78bfc0"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + model = "FRITZ!Box 7320"; + vendor = "AVM"; + } + { + model = "HomeServer"; + vendor = "1&1"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-buffalo_wbmr-hp-g300h-a-initramfs-kernel.bin"; + sha256 = "4c7290e06e121c85462b5f6e04824bcde7096e19777b7b3093567fccd0d729ba"; + sha256_unsigned = "4c7290e06e121c85462b5f6e04824bcde7096e19777b7b3093567fccd0d729ba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "2034b83764fc08bf2eded5c91408e7b2d16dafa97df906f07c736f1a363248ab"; + sha256_unsigned = "566603ff9a63c5966cd460eb2860c377fb39b8dbf438606630f3f9797f0407c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "A"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-buffalo_wbmr-hp-g300h-b-initramfs-kernel.bin"; + sha256 = "4c7290e06e121c85462b5f6e04824bcde7096e19777b7b3093567fccd0d729ba"; + sha256_unsigned = "4c7290e06e121c85462b5f6e04824bcde7096e19777b7b3093567fccd0d729ba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "b43d2c261cd8d75f5f1650d63819ef512c2907b10f05518adb69e970ef307dde"; + sha256_unsigned = "977c314d227daca121c8c139ba284c8fe2cb3c181414444446a13939fc455ba4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "B"; + vendor = "Buffalo"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-netgear_dgn3500-initramfs-kernel.bin"; + sha256 = "53fde88a8c1a75e27e0bb34b5c2a469706a9938f67d34867ed3d7c61e45cf106"; + sha256_unsigned = "53fde88a8c1a75e27e0bb34b5c2a469706a9938f67d34867ed3d7c61e45cf106"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "1bbdabfc1ac4eadd89f8dc5c389c3c8a3f8c554bacf14b61ee8f5238b9918a93"; + sha256_unsigned = "cbe3ccd2e263f562105251ce525739842edee8df2324cdcaa2e4083d76478247"; + type = "sysupgrade-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "a9690d1227b023cad148adf42c0245b6c1abe2065e25fdca3b0015745024dfca"; + sha256_unsigned = "a9690d1227b023cad148adf42c0245b6c1abe2065e25fdca3b0015745024dfca"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "72afef9a62e46ac2ae6c4bc4d686b474748af11f93a55ccc165b52ae3001cb37"; + sha256_unsigned = "72afef9a62e46ac2ae6c4bc4d686b474748af11f93a55ccc165b52ae3001cb37"; + type = "factory-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "35734fa5cde4be265007915814fee09b5199bfa33c12af61e7e1c19d58c60a8d"; + sha256_unsigned = "72def029780ccf47b738369c4ae3af99e28404ee98cd7686f6cd9c7cc1118a22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + model = "DGN3500"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-netgear_dgn3500b-initramfs-kernel.bin"; + sha256 = "03d0775ce4859f5da5920ff992afb9dd101a95cce9186616abe56eafa308eadf"; + sha256_unsigned = "03d0775ce4859f5da5920ff992afb9dd101a95cce9186616abe56eafa308eadf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "58bef814bc4d0076909446fe6b23e59e0cbf1f76a75ff7f639db8d806fbd0985"; + sha256_unsigned = "58bef814bc4d0076909446fe6b23e59e0cbf1f76a75ff7f639db8d806fbd0985"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "51450d3c1696748058d9563f75bd7feb6e6bffda8764617047570ee916219294"; + sha256_unsigned = "10a344f1a73d3ff3e3ebbf0fed515a7c2f4f5f3249ef9fac8b0e0f7fe28df6c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + model = "DGN3500B"; + vendor = "NETGEAR"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "6fa84742d233c93241add8e306459c2773a62d31439c9d8865c305c977a728f9"; + sha256_unsigned = "b4a6dd1b2ea16e9fa4f961e3be61ff222b3a0085bccd97d4d4c9a817f5901618"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-siemens_gigaset-sx76x-initramfs-kernel.bin"; + sha256 = "62862964020b50b252761a978006dcfaa22096d4af04f050f25cb80caaaf53cf"; + sha256_unsigned = "62862964020b50b252761a978006dcfaa22096d4af04f050f25cb80caaaf53cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + model = "Gigaset sx76x"; + vendor = "Siemens"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "1c2c4e20cb1b76cebedceb8d3a6fbffd3e5b063d8d6b1caba7a145194a8ce554"; + sha256_unsigned = "e1da67e6e1dde99024424ea6db1ada8e4dfc97415065216d0676265bdb2be508"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-zte_h201l-initramfs-kernel.bin"; + sha256 = "7f0d8490df948e0f1848fff3a6121b5b78b2d3843359a5222f96bef2373b8dd1"; + sha256_unsigned = "7f0d8490df948e0f1848fff3a6121b5b78b2d3843359a5222f96bef2373b8dd1"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + model = "H201L"; + vendor = "ZTE"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "8f24ea4bc4c4277883314894109237a2f645bdd1473060774d7e44a070216c1b"; + sha256_unsigned = "dad37d5285a641ce5bae0a0cc55b6ab1051ff7e16620584415c1738ff6c007e5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-lantiq-xway-zyxel_p-2601hn-initramfs-kernel.bin"; + sha256 = "b3c9c3bcb2a0252d2e9669d95c9ef31dd8f5f37f8786f59c07df83999dda4332"; + sha256_unsigned = "b3c9c3bcb2a0252d2e9669d95c9ef31dd8f5f37f8786f59c07df83999dda4332"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + model = "P-2601HN"; + variant = "F1/F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "lantiq/xway"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1021a-iot-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-layerscape-armv7-fsl_ls1021a-iot-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sysupgrade.bin"; + sha256 = "86b973288864e2d85bb7a40462d7bd0fcf6204bca75ef9dae56fd433b7d705db"; + sha256_unsigned = "280927b23f6b4c7f835dd53c18d555793c7a6b164d6f4a9cde96172158145659"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sdcard.img.gz"; + sha256 = "89834ccf8542d5ecfd9855fc641e1fc26b0cbaaa5593a3681440aa2625b99a3d"; + sha256_unsigned = "89834ccf8542d5ecfd9855fc641e1fc26b0cbaaa5593a3681440aa2625b99a3d"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "LS1021A-IoT"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr = { + device_packages = [ + "layerscape-rcw" + ]; + image_prefix = "openwrt-22.03.2-layerscape-armv7-fsl_ls1021a-twr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv7-fsl_ls1021a-twr-squashfs-firmware.bin"; + sha256 = "c3f614a3854171168a6317ff50e33c7a2a894d0b1fef404e14625949f309db7b"; + sha256_unsigned = "c3f614a3854171168a6317ff50e33c7a2a894d0b1fef404e14625949f309db7b"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv7-fsl_ls1021a-twr-squashfs-sysupgrade.bin"; + sha256 = "f6c28ce66d8afd2bd1f4cc14e1b9404e3b267bbaa27b146b553514051168d581"; + sha256_unsigned = "85b26ea948f7713d38baeffa3c6451297b7381e1683c11a2336e452223d3e755"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-layerscape-armv7-fsl_ls1021a-twr-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sysupgrade.bin"; + sha256 = "c48f1a94d7921f71071e93350160ca22cac41bb82507da9c1d730673d6e7b7a7"; + sha256_unsigned = "ca27bedf535905ed4577f631d15343184ec74b487d17a272900de397a2f8c399"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sdcard.img.gz"; + sha256 = "6ba509c27c7008594aa4a3bf639460005e1dc054e27a010578a738390af45b3d"; + sha256_unsigned = "6ba509c27c7008594aa4a3bf639460005e1dc054e27a010578a738390af45b3d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr-sdboot" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "layerscape/armv7"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1012a-frdm = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frdm" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1012a-frdm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-sysupgrade.bin"; + sha256 = "8a044bb0bfb628b765b78cf8e5d82e998ff7a40bcaa473b62ecf37c91171de50"; + sha256_unsigned = "fd0c0854a006d4a08e97928ce78d3b6174d39af6cf702bb496434915d5bac5b5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-firmware.bin"; + sha256 = "b57dd2a221f8e2cb12a71b54ee07713f182146d903f1c519f5a527e92627d1a2"; + sha256_unsigned = "b57dd2a221f8e2cb12a71b54ee07713f182146d903f1c519f5a527e92627d1a2"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frdm" + ]; + titles = [ + { + model = "FRDM-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-frwy-sdboot = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frwy-sdboot" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "1bfd56415361a51e40c3bcf227da12d39672ad0417593f2611da69f447ebb200"; + sha256_unsigned = "1bfd56415361a51e40c3bcf227da12d39672ad0417593f2611da69f447ebb200"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-firmware.bin"; + sha256 = "84abd2150bfe6b0ba0ed1ac150631e5804aa3325c937dfa5ec866e1768b0e6b6"; + sha256_unsigned = "84abd2150bfe6b0ba0ed1ac150631e5804aa3325c937dfa5ec866e1768b0e6b6"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "ca91e9eedf353ca562cec5f253f5527d98ce8fdfea108736d2070484ed2d59ee"; + sha256_unsigned = "50fe036aa559ec5b24efeb6a9517f855bd0f93ac7fbdd6068e4208d020523ea3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-rdb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-rdb" + "kmod-hwmon-ina2xx" + "kmod-iio-fxas21002c-i2c" + "kmod-iio-fxos8700-i2c" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1012a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-firmware.bin"; + sha256 = "ad86b4dedf6ab38c334d60dc411ba9cbcf41359b9e283e8ecfdf6de217072a80"; + sha256_unsigned = "ad86b4dedf6ab38c334d60dc411ba9cbcf41359b9e283e8ecfdf6de217072a80"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-sysupgrade.bin"; + sha256 = "6fa9176222d228d9d63b28be98bac48b9cc4515c51fcd4f02ea5eb9928eda44e"; + sha256_unsigned = "f7677345b2110a671ab04c0a89123ccfe0d7d91ba2d7b30a9d7bbc4930f0b0d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-rdb" + ]; + titles = [ + { + model = "LS1012A-RDB"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1043a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-sysupgrade.bin"; + sha256 = "059f122d3ad142544d228b75984f87a5332fa97a6ebfe3a9c5f325245e73536f"; + sha256_unsigned = "def7ffee9c74633c153801e45ae50e72071d9aee7bdc178cce37ad15de29b239"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-firmware.bin"; + sha256 = "5f392f0fcb3c68a35efd520dadd05e4b6b5392f03f0b9b017079bc29a1807850"; + sha256_unsigned = "5f392f0fcb3c68a35efd520dadd05e4b6b5392f03f0b9b017079bc29a1807850"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "bd41565a6201212aeffc86e0d24b355d1c3fc4c6086bf5402304aff5a820da6b"; + sha256_unsigned = "bd41565a6201212aeffc86e0d24b355d1c3fc4c6086bf5402304aff5a820da6b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "07787b30160c79d37598b32aa18050ed103efd99bae6d931274de5cb915abe05"; + sha256_unsigned = "dfe6befd21aca8cedb5f5a5caf03a739f5fbc1cbd63caee0221ed0943f80e5dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy" + ]; + image_prefix = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1046a-frwy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-firmware.bin"; + sha256 = "108007911f72b349677a477b755d927213fea76dc0031b4feb6ed6bdb06ac21d"; + sha256_unsigned = "108007911f72b349677a477b755d927213fea76dc0031b4feb6ed6bdb06ac21d"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-sysupgrade.bin"; + sha256 = "754eef3160f21a9e4745e65d74e92ebb779fc38c273db45b6f2534260f6b7080"; + sha256_unsigned = "1157628de226e0858e6e1a22581ede83839d145d161c9c292b4da9712fa7a778"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy-sdboot" + ]; + image_prefix = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "d0cb2dec3792f0929829357f1e59fa784cdd6613e87e3dd9adace2fa29835ce6"; + sha256_unsigned = "3015b466f2c7fe21c1bfc7c1b4e0359752c080a6a3f1289343b045df076fdbe8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "7fdf079b334cf4312b207d685f3f5b1f9e254d0afe685f538d9bf3e9a4b163c5"; + sha256_unsigned = "7fdf079b334cf4312b207d685f3f5b1f9e254d0afe685f538d9bf3e9a4b163c5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1046a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-firmware.bin"; + sha256 = "54fef777b1f998ca7d17be50410b9fd26d7d52b80d745b21d8979d2afe386b08"; + sha256_unsigned = "54fef777b1f998ca7d17be50410b9fd26d7d52b80d745b21d8979d2afe386b08"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-sysupgrade.bin"; + sha256 = "b7f8e623f7cb05bc964c722666068a9a1ee1d14ba4cb43de49c3993e6febc120"; + sha256_unsigned = "48a4c3ff4f289e875015880b56b884670d138d7a35631876768682ddf3d9fc6c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "ba9e60fe2eb50cfeaa637d37cee3b8c98df8c7465cec01458da6409fc3b1d833"; + sha256_unsigned = "ba9e60fe2eb50cfeaa637d37cee3b8c98df8c7465cec01458da6409fc3b1d833"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "859ed31965fcd966107a5798a7e68dc757898b21b5138d4fc85cfe7d6daea085"; + sha256_unsigned = "8709a9b2e92e461aa4dabfe463f6f426f3b725dc5b21962018d5c82131c60293"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-firmware.bin"; + sha256 = "be4cf42d71ce3bd6af7eae648f94f2d274fca12ec2fca8c0cc9862562477a027"; + sha256_unsigned = "be4cf42d71ce3bd6af7eae648f94f2d274fca12ec2fca8c0cc9862562477a027"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "f20fe885f394de1db332c4da4dc967e742ee42921e84b272ed755c12001ab40c"; + sha256_unsigned = "52c893e13ebac063216dbdd8569f2ea8df3af128e9054982c3ece719e53ff467"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb-sdboot" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "cfe3c36f9554e99c2355aa1233e723dfccd046a05c88b293108bac62a06cf08c"; + sha256_unsigned = "cfe3c36f9554e99c2355aa1233e723dfccd046a05c88b293108bac62a06cf08c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "3f292959bc7a446375a654a427224c43a7aa5f0cedde0df34d2a4149a34a93dd"; + sha256_unsigned = "be716c73c654a651b1476244270dc63b7dcd2ae348283f758c612289b201d69c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls2088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls2088a-rdb" + "restool" + "kmod-ahci-qoriq" + ]; + image_prefix = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls2088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "5a55f521b3e8c744056075da9045bb549ef65dc68353916badcf41f90b6a48c2"; + sha256_unsigned = "d9eabaf72d118303ed7dd4d5aca8cee726b74ebb4dc9ed5ed06f042d5663183e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-firmware.bin"; + sha256 = "5cef5cee4e268aae945156bc2759ba861acba3421f0c2188b24cd5742af8b1b3"; + sha256_unsigned = "5cef5cee4e268aae945156bc2759ba861acba3421f0c2188b24cd5742af8b1b3"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls2088a-rdb" + ]; + titles = [ + { + model = "LS2088ARDB"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb" + "restool" + ]; + image_prefix = "openwrt-22.03.2-layerscape-armv8_64b-fsl_lx2160a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-firmware.bin"; + sha256 = "7b671e4470214055ef47a28d7b3b1a4932b851fa0f08976e3f7fa0edb76f7570"; + sha256_unsigned = "7b671e4470214055ef47a28d7b3b1a4932b851fa0f08976e3f7fa0edb76f7570"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-sysupgrade.bin"; + sha256 = "7a2137a7f0f64b3dcb538641c315fe2319461ef087976678e5f6d400b49fd406"; + sha256_unsigned = "2009f6137d9440b16ce6e0b6519a9f33918ddf3de212099371b7948f49700d6a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb-sdboot" + "restool" + ]; + image_prefix = "openwrt-22.03.2-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "d277f89824d3a9de7ea06c5b440c1d160f7b1d6d3151d2691fb7fd71e7e8955c"; + sha256_unsigned = "916ba03c8005c777860b5215e5916cfd26eb585876d915d461671968880b09e6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "dcd6cbe0668e1f859b144b4e1acef9806747c8a4096adfde62b27f392b2b92c9"; + sha256_unsigned = "dcd6cbe0668e1f859b144b4e1acef9806747c8a4096adfde62b27f392b2b92c9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb-sdboot" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + traverse_ls1043 = { + device_packages = [ + "layerscape-fman" + "uboot-envtools" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-22.03.2-layerscape-armv8_64b-traverse_ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-traverse_ls1043-ubifs-sysupgrade.bin"; + sha256 = "c8128b9e435a32033e05d01ebbc1cab4759d625a214bdad0052931d3b43e95ce"; + sha256_unsigned = "cbea619a08db386c2a7d189a0f577a11d59a26bfcd035c2e8e11a5d193988faa"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-layerscape-armv8_64b-traverse_ls1043-ubifs-root"; + sha256 = "f80465b810796f145c1c8ff3dccdd724c5c3781e2db8f5a45e806157069908a3"; + sha256_unsigned = "f80465b810796f145c1c8ff3dccdd724c5c3781e2db8f5a45e806157069908a3"; + type = "root"; + } + ]; + supported_devices = [ + "traverse,ls1043s" + "traverse,ls1043v" + ]; + titles = [ + { + model = "LS1043 Boards"; + vendor = "Traverse"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "layerscape/armv8_64b"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-mt7615-firmware" + "kmod-mt7615e" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + bananapi_bpi-r64 = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + "e2fsprogs" + "mkf2fs" + "f2fsck" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7622-bananapi_bpi-r64"; + images = [ + { + name = "openwrt-22.03.2-mediatek-mt7622-bananapi_bpi-r64-emmc-bl31-uboot.fip"; + sha256 = "2e393e9c6207ed54e14eaead4fb56d79533d0f3380fcce5c07375bd3e11829dc"; + sha256_unsigned = "2e393e9c6207ed54e14eaead4fb56d79533d0f3380fcce5c07375bd3e11829dc"; + type = "emmc-bl31-uboot.fip"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-bananapi_bpi-r64-squashfs-sysupgrade.itb"; + sha256 = "607d4ec934c71eb2512d6377bb49fd09417af494679bb39c51632fe0851535a5"; + sha256_unsigned = "ced7412217353d0f50217869d544dff5cc023f5582864e00bf05ce5f115412d6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7622-bananapi_bpi-r64-initramfs-recovery.itb"; + sha256 = "24122244dcf8d1d32569ed09a641af4bdc3df8e271b51067279448448bfd3151"; + sha256_unsigned = "24122244dcf8d1d32569ed09a641af4bdc3df8e271b51067279448448bfd3151"; + type = "kernel"; + } + { + name = "openwrt-22.03.2-mediatek-mt7622-bananapi_bpi-r64-snand-bl31-uboot.fip"; + sha256 = "03b8ba21cc8210f1343a0e6a28a50bf95c03b36d721efdbccf851f1df9c95945"; + sha256_unsigned = "03b8ba21cc8210f1343a0e6a28a50bf95c03b36d721efdbccf851f1df9c95945"; + type = "snand-bl31-uboot.fip"; + } + { + name = "openwrt-22.03.2-mediatek-mt7622-bananapi_bpi-r64-snand-preloader.bin"; + sha256 = "c481b68e82a909e6a5921dd75df8c21a09df92d98b568aab826236ba6fcfd40a"; + sha256_unsigned = "c481b68e82a909e6a5921dd75df8c21a09df92d98b568aab826236ba6fcfd40a"; + type = "snand-preloader.bin"; + } + { + name = "openwrt-22.03.2-mediatek-mt7622-bananapi_bpi-r64-sdcard.img.gz"; + sha256 = "1a36f35c2676e532d94c6b47a4f05ffa887f416d8a75dafdf140e113442dc0de"; + sha256_unsigned = "1a36f35c2676e532d94c6b47a4f05ffa887f416d8a75dafdf140e113442dc0de"; + type = "sdcard.img.gz"; + } + { + name = "openwrt-22.03.2-mediatek-mt7622-bananapi_bpi-r64-emmc-preloader.bin"; + sha256 = "707f185a8bd1e2a41e5509946345362de69e8d65cdee2db92c89e1a3d465e39a"; + sha256_unsigned = "707f185a8bd1e2a41e5509946345362de69e8d65cdee2db92c89e1a3d465e39a"; + type = "emmc-preloader.bin"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "BPi-R64"; + vendor = "Bananapi"; + } + ]; + }; + buffalo_wsr-2533dhp2 = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7622-buffalo_wsr-2533dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-factory.bin"; + sha256 = "d9962c68328252a7ca5807ab030898c2a9b519a3563df3d4f3ae60a913bb348e"; + sha256_unsigned = "d9962c68328252a7ca5807ab030898c2a9b519a3563df3d4f3ae60a913bb348e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-sysupgrade.bin"; + sha256 = "aaa93057cd81ac79224d99b77268e7da9f0308bb0f0cab2a7c13959e04ffc981"; + sha256_unsigned = "fa3f2ad7b46f0b7da289332c37a8f5b6e8d62bd2a309fa367aee0f8604e045fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7622-buffalo_wsr-2533dhp2-initramfs-kernel.bin"; + sha256 = "39fb7160108222acf73be95ece522fc25925471357e294d7d8b97efb0659e8d8"; + sha256_unsigned = "39fb7160108222acf73be95ece522fc25925471357e294d7d8b97efb0659e8d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-factory-uboot.bin"; + sha256 = "0f4201f780b61ffd4280a49503fbf3f7326a0ad7ad4de22ee97faca0d4e8eaed"; + sha256_unsigned = "0f4201f780b61ffd4280a49503fbf3f7326a0ad7ad4de22ee97faca0d4e8eaed"; + type = "factory-uboot"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhp2" + ]; + titles = [ + { + model = "WSR-2533DHP2"; + vendor = "Buffalo"; + } + ]; + }; + elecom_wrc-2533gent = { + device_packages = [ + "kmod-btmtkuart" + "kmod-usb3" + "swconfig" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7622-elecom_wrc-2533gent"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7622-elecom_wrc-2533gent-initramfs-kernel.bin"; + sha256 = "16e051d141d78e46d93fcc124881d479addf5d3daea571a2571e016140f35e40"; + sha256_unsigned = "16e051d141d78e46d93fcc124881d479addf5d3daea571a2571e016140f35e40"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-elecom_wrc-2533gent-squashfs-sysupgrade.bin"; + sha256 = "6fbe192c4bef0f1d443025c8b035213eb28627c6be7798104011c95cc2ad25e1"; + sha256_unsigned = "019ab9e919ea2d6c9a03461ae34f66fed024ef8b78298381a73ae8398fa807b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gent" + ]; + titles = [ + { + model = "WRC-2533GENT"; + vendor = "Elecom"; + } + ]; + }; + linksys_e8450 = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7622-linksys_e8450"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-linksys_e8450-squashfs-sysupgrade.bin"; + sha256 = "bc5dd57075ded5b3d1df1704fbe3c5b3412868ed2be508afea1e0ffe1b49f508"; + sha256_unsigned = "43e0f5ade4613059f4ce673fa9b1481c5715fd53846590a351ca834b2c1eed77"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7622-linksys_e8450-initramfs-kernel.bin"; + sha256 = "25d02266c4cdfff28ff3c2f4497d5c8a8c76ffe8e4a95617cd1506ff41291aad"; + sha256_unsigned = "25d02266c4cdfff28ff3c2f4497d5c8a8c76ffe8e4a95617cd1506ff41291aad"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e8450" + ]; + titles = [ + { + model = "E8450"; + vendor = "Linksys"; + } + { + model = "RT3200"; + vendor = "Belkin"; + } + ]; + }; + linksys_e8450-ubi = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7622-linksys_e8450-ubi"; + images = [ + { + name = "openwrt-22.03.2-mediatek-mt7622-linksys_e8450-ubi-preloader.bin"; + sha256 = "1c9364010d8c4c0c8fae9915bf35958f78c99383337d7df51ad2ecf9866c3da1"; + sha256_unsigned = "1c9364010d8c4c0c8fae9915bf35958f78c99383337d7df51ad2ecf9866c3da1"; + type = "preloader.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb"; + sha256 = "a9a94dbfa573155cd925f984e2b538aef36dbc4247a221c4ad8484a1a8bf3876"; + sha256_unsigned = "ad0665c91822e7265437c4d9b2131ab68af3ad166e41fa3cf440949295f78160"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.2-mediatek-mt7622-linksys_e8450-ubi-bl31-uboot.fip"; + sha256 = "cc0cfa09c6e14f171c14c7a06b75f73044fcedfbf9d588f86e7486592054077e"; + sha256_unsigned = "cc0cfa09c6e14f171c14c7a06b75f73044fcedfbf9d588f86e7486592054077e"; + type = "bl31-uboot.fip"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery.itb"; + sha256 = "a2303445ace6851b58cacf442082fc69a2088733e9e2311512dcb4a0f4810968"; + sha256_unsigned = "a2303445ace6851b58cacf442082fc69a2088733e9e2311512dcb4a0f4810968"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e8450-ubi" + ]; + titles = [ + { + model = "E8450"; + variant = "UBI"; + vendor = "Linksys"; + } + { + model = "RT3200"; + variant = "UBI"; + vendor = "Belkin"; + } + ]; + }; + mediatek_mt7622-rfb1 = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7622-mediatek_mt7622-rfb1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-mediatek_mt7622-rfb1-squashfs-sysupgrade.bin"; + sha256 = "6346e1b665d8c15199b0eb057579078520b962946190294fcea388a70da290fa"; + sha256_unsigned = "9560d9531c520c68689e26e56e4db6eb7f5fb9f7d71dc0b653498b464aa06153"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7622-mediatek_mt7622-rfb1-initramfs-kernel.bin"; + sha256 = "861522ce052e4ff362730bfe220e85e8f70dc8d460f75987d054adcdc4f4978c"; + sha256_unsigned = "861522ce052e4ff362730bfe220e85e8f70dc8d460f75987d054adcdc4f4978c"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7622-rfb1-ubi = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7622-mediatek_mt7622-rfb1-ubi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-squashfs-factory.bin"; + sha256 = "bb1479b79e91e4ee7b5c113b3d803534580e7c9660ae2dedef825ab12042002b"; + sha256_unsigned = "bb1479b79e91e4ee7b5c113b3d803534580e7c9660ae2dedef825ab12042002b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-initramfs-kernel.bin"; + sha256 = "fb08ceef0ec57f4a3d8da05d7e3b2aa32d413972ea9bdae0f7d5394b7fb573ee"; + sha256_unsigned = "fb08ceef0ec57f4a3d8da05d7e3b2aa32d413972ea9bdae0f7d5394b7fb573ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-squashfs-sysupgrade.bin"; + sha256 = "11d8ef7b786f00308be74846f05768b42dd66af9bb9428fd83271edd6a1a44b9"; + sha256_unsigned = "8cae31eb5b5fd4a79cb30d18b7024b7f7e3cf80e7925f04b12ecb8e58c9daf84"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1-ubi" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP (UBI)"; + vendor = "MediaTek"; + } + ]; + }; + ruijie_rg-ew3200gx-pro = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7622-ruijie_rg-ew3200gx-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7622-ruijie_rg-ew3200gx-pro-initramfs-kernel.bin"; + sha256 = "6b3840689698470a1fc608443b9f4586205d16df43deefe310cf53ca50450d45"; + sha256_unsigned = "6b3840689698470a1fc608443b9f4586205d16df43deefe310cf53ca50450d45"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-ruijie_rg-ew3200gx-pro-squashfs-sysupgrade.bin"; + sha256 = "a94271f2c54d06d33a5a2e3d7647c5e28fee7f6b8a75518bc50d2f52d64528ed"; + sha256_unsigned = "610203c030c70b4f3a990fbf05911bd674399ec61760e390bb616830b2a2547d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ruijie,rg-ew3200gx-pro" + ]; + titles = [ + { + model = "RG-EW3200GX PRO"; + vendor = "Ruijie"; + } + ]; + }; + totolink_a8000ru = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7622-totolink_a8000ru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7622-totolink_a8000ru-initramfs-kernel.bin"; + sha256 = "ea7302cc4d39d9b406185cd1da0f64809ef419e0fdc0b79a40bbfa97f8f8b277"; + sha256_unsigned = "ea7302cc4d39d9b406185cd1da0f64809ef419e0fdc0b79a40bbfa97f8f8b277"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-totolink_a8000ru-squashfs-sysupgrade.bin"; + sha256 = "784f9d05346d48fcc0ebc88011aa29805d44042b31b38f6c29c5a389832b43a0"; + sha256_unsigned = "2c121f76499d795107a85adee43dfdb3a8d7267d82dd4b7a025324d404ed826c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a8000ru" + ]; + titles = [ + { + model = "A8000RU"; + vendor = "TOTOLINK"; + } + ]; + }; + ubnt_unifi-6-lr-v1 = { + device_packages = [ + "kmod-mt7915e" + "kmod-leds-ubnt-ledbar" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7622-ubnt_unifi-6-lr-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-ubnt_unifi-6-lr-v1-squashfs-sysupgrade.bin"; + sha256 = "225a032c1479549148f7385b8f576ef0662adf089d8f819134a3ee0bd805fb26"; + sha256_unsigned = "74bb7c8a6b334d1e6734217920cac4d34efae624b536d481c851acf4bd77b748"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7622-ubnt_unifi-6-lr-v1-initramfs-kernel.bin"; + sha256 = "db2e9efd6327d4b6118af7d3a442d41936311a2d8d5584ad3540c154c4d45e41"; + sha256_unsigned = "db2e9efd6327d4b6118af7d3a442d41936311a2d8d5584ad3540c154c4d45e41"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v1" + "ubnt,unifi-6-lr" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v1-ubootmod = { + device_packages = [ + "kmod-mt7915e" + "kmod-leds-ubnt-ledbar" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod"; + images = [ + { + name = "openwrt-22.03.2-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-bl31-uboot.fip"; + sha256 = "30322912b369eaa48e0bb145b9254f48459f7e429b97336d215f023dd4f51c6f"; + sha256_unsigned = "30322912b369eaa48e0bb145b9254f48459f7e429b97336d215f023dd4f51c6f"; + type = "bl31-uboot.fip"; + } + { + name = "openwrt-22.03.2-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-preloader.bin"; + sha256 = "851bca521a94b0afa3bf875f455417ac9fee6dbd5d79ea03468254bf369d1e95"; + sha256_unsigned = "851bca521a94b0afa3bf875f455417ac9fee6dbd5d79ea03468254bf369d1e95"; + type = "preloader.bin"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-initramfs-recovery.itb"; + sha256 = "529cf72c36fc06e82d9f9eba553eb9e25679c459e2fe82ce1291b22432cf7a97"; + sha256_unsigned = "529cf72c36fc06e82d9f9eba553eb9e25679c459e2fe82ce1291b22432cf7a97"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "5ded34698357434f083a314a9b71e720881c8a903bb731bfe3712910fced5343"; + sha256_unsigned = "a939e41c32fd53cd37f3ed831cd200ad910241d023632519101613d6a36f7ab8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v1-ubootmod" + "ubnt,unifi-6-lr-ubootmod" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v1 U-Boot mod"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v2 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7622-ubnt_unifi-6-lr-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7622-ubnt_unifi-6-lr-v2-initramfs-kernel.bin"; + sha256 = "7b3f4f2c4dce999d2a204f485307cae9117e4658582bfdfb79370eca1e7c78c7"; + sha256_unsigned = "7b3f4f2c4dce999d2a204f485307cae9117e4658582bfdfb79370eca1e7c78c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-ubnt_unifi-6-lr-v2-squashfs-sysupgrade.bin"; + sha256 = "5ee05a039c36fbdbca2770a96487d76ebcbe39eecf81dcbaefb88fa11468fb60"; + sha256_unsigned = "eb3e845e4be920e32aa0ae6753e2cb689b487c039148a0e16247cf5e62d9120f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v2" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v2-ubootmod = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-initramfs-recovery.itb"; + sha256 = "55fe1c1a69aecebe8636aa9aedc0f8b2e61a667be1c85a80e06a0dae105ede17"; + sha256_unsigned = "55fe1c1a69aecebe8636aa9aedc0f8b2e61a667be1c85a80e06a0dae105ede17"; + type = "kernel"; + } + { + name = "openwrt-22.03.2-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-preloader.bin"; + sha256 = "851bca521a94b0afa3bf875f455417ac9fee6dbd5d79ea03468254bf369d1e95"; + sha256_unsigned = "851bca521a94b0afa3bf875f455417ac9fee6dbd5d79ea03468254bf369d1e95"; + type = "preloader.bin"; + } + { + name = "openwrt-22.03.2-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-bl31-uboot.fip"; + sha256 = "30322912b369eaa48e0bb145b9254f48459f7e429b97336d215f023dd4f51c6f"; + sha256_unsigned = "30322912b369eaa48e0bb145b9254f48459f7e429b97336d215f023dd4f51c6f"; + type = "bl31-uboot.fip"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "85a6e9bf2c150e83f0222f85b81c16042393fd2aa2be3cf1332255ae1907f5c7"; + sha256_unsigned = "75ba1af6a8d1f6688241631110c6a75c5cc8f6ba7505c1d4b9421c901e0c05b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v2-ubootmod" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v2 U-Boot mod"; + vendor = "Ubiquiti"; + } + ]; + }; + xiaomi_redmi-router-ax6s = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7622-xiaomi_redmi-router-ax6s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-sysupgrade.bin"; + sha256 = "8dfde236c4c280b78d9debbbece156fb4f8c59fcd5bed2c7ded2be880606a5f5"; + sha256_unsigned = "a9384fe678675c005732941e2d682ac1d6f169a73c63a5d2adf30861fd208028"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7622-xiaomi_redmi-router-ax6s-initramfs-recovery.itb"; + sha256 = "92255bc893824dffeb9c48fb23069606f3328fd760bfcd6b1244a8088b48827b"; + sha256_unsigned = "92255bc893824dffeb9c48fb23069606f3328fd760bfcd6b1244a8088b48827b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-factory.bin"; + sha256 = "1cb16b0dd2b618de32c2870b6dc5f6b6f80362c7ea7edc1594c29f94d5ca72d8"; + sha256_unsigned = "1cb16b0dd2b618de32c2870b6dc5f6b6f80362c7ea7edc1594c29f94d5ca72d8"; + type = "factory"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ax6s" + ]; + titles = [ + { + model = "Redmi Router AX6S"; + vendor = "Xiaomi"; + } + { + model = "Router AX3200"; + vendor = "Xiaomi"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "mediatek/mt7622"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + bananapi_bpi-r2 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-usb3" + "kmod-ata-ahci" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7623-bananapi_bpi-r2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7623-bananapi_bpi-r2-initramfs-recovery.itb"; + sha256 = "8f7f211a3aebf2a9c834c1db28115e39be9fe20292258077ad577519cfa588cc"; + sha256_unsigned = "8f7f211a3aebf2a9c834c1db28115e39be9fe20292258077ad577519cfa588cc"; + type = "kernel"; + } + { + name = "openwrt-22.03.2-mediatek-mt7623-bananapi_bpi-r2-u-boot.bin"; + sha256 = "072633b43c6c1b5e1c1b586782472f9a85bc92ad6bddfd01c030117aa075b34b"; + sha256_unsigned = "072633b43c6c1b5e1c1b586782472f9a85bc92ad6bddfd01c030117aa075b34b"; + type = "u-boot.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7623-bananapi_bpi-r2-squashfs-sysupgrade.itb"; + sha256 = "00c9e26613185766692cb8739c8e39723d0c5ec946b81ecec203adc6874e2aef"; + sha256_unsigned = "ba0aabb0baacc3cdcc9288b9211f3d02f52011f04bde3dcb2ed211aba992fa4a"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.2-mediatek-mt7623-bananapi_bpi-r2-preloader.bin"; + sha256 = "33d6abe872e557e5d960b1a7f2a394ca297ee6bf02da8f7383d2fbf599460261"; + sha256_unsigned = "33d6abe872e557e5d960b1a7f2a394ca297ee6bf02da8f7383d2fbf599460261"; + type = "preloader.bin"; + } + { + name = "openwrt-22.03.2-mediatek-mt7623-bananapi_bpi-r2-sdcard.img.gz"; + sha256 = "11df61e7ca6ba86a7a0e7ccba5315e9ec8258ffadae33fef4427233b22f81faf"; + sha256_unsigned = "11df61e7ca6ba86a7a0e7ccba5315e9ec8258ffadae33fef4427233b22f81faf"; + type = "sdcard.img.gz"; + } + ]; + supported_devices = [ + "bananapi,bpi-r2" + ]; + titles = [ + { + model = "BPi-R2"; + vendor = "Bananapi"; + } + ]; + }; + unielec_u7623-02 = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7623-unielec_u7623-02"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7623-unielec_u7623-02-initramfs-recovery.itb"; + sha256 = "73298152741dbfa4893022d19e5651a4ecf37847b1ed7d0bec7f900b6dc17adb"; + sha256_unsigned = "73298152741dbfa4893022d19e5651a4ecf37847b1ed7d0bec7f900b6dc17adb"; + type = "kernel"; + } + { + name = "openwrt-22.03.2-mediatek-mt7623-unielec_u7623-02-scatter.txt"; + sha256 = "cf56820123c98949a8a48baa39b04a1212b9f8c57c4030eaa5fa6c1107d3a100"; + sha256_unsigned = "cf56820123c98949a8a48baa39b04a1212b9f8c57c4030eaa5fa6c1107d3a100"; + type = "scatter.txt"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7623-unielec_u7623-02-squashfs-sysupgrade.itb"; + sha256 = "fdf4cd144c98e31237a1d734f6f137550d294eb6aac4789761ab5cd24922f220"; + sha256_unsigned = "2c1ac12ffebf3eb3b8ad9c4abd2906eef34b14170e83dee78ed5d3deac4737c3"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.2-mediatek-mt7623-unielec_u7623-02-u-boot.bin"; + sha256 = "329f55e6f04197fbc0ba92011867c12be806f1c20b54175ec38f8192fd72c9fb"; + sha256_unsigned = "329f55e6f04197fbc0ba92011867c12be806f1c20b54175ec38f8192fd72c9fb"; + type = "u-boot.bin"; + } + { + name = "openwrt-22.03.2-mediatek-mt7623-unielec_u7623-02-emmc.img.gz"; + sha256 = "af806ae88193b3ed4a9a006284528259588e0ba9ce03e469b61a0eb6bcd38555"; + sha256_unsigned = "2068fac9cf5d5672c596baa8672fb52bba0bdb206d6328da8cb2c76b3af4c610"; + type = "emmc.img.gz"; + } + ]; + supported_devices = [ + "unielec,u7623-02" + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7623-02-emmc-512m-legacy = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-initramfs-kernel.bin"; + sha256 = "969702ee138fe54c310e1ced2b441562ecfc523e274bd16ab588c3b99006023e"; + sha256_unsigned = "969702ee138fe54c310e1ced2b441562ecfc523e274bd16ab588c3b99006023e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-squashfs-sysupgrade.bin.gz"; + sha256 = "28a99993424b8aa95f1c1249bd935a6e3f86cb58cbc3bbecb4a809415bb92621"; + sha256_unsigned = "b9f0929ebbdb6d6d6a8d72d6dae47b3ec507a329f6b44152a296b27cc8cb7ab9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + variant = "eMMC/512MiB RAM (legacy image)"; + vendor = "UniElec"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "mediatek/mt7623"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + mt7629 = { + arch_packages = "arm_cortex-a7"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + mediatek_mt7629-rfb = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.2-mediatek-mt7629-mediatek_mt7629-rfb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mediatek-mt7629-mediatek_mt7629-rfb-squashfs-sysupgrade.bin"; + sha256 = "6c47ea772e094feeac5d8628ead77bd2c18f829840171c81369cd23e5cb7308d"; + sha256_unsigned = "afb0273cdd8c197d19f75e521dbc8705462944e7a8c5c9b9eba24b09c7b720fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mediatek-mt7629-mediatek_mt7629-rfb-initramfs-kernel.bin"; + sha256 = "11e9299b0fd35eaea945199fb2b0c1652b015dbac1a0657e9020c0c227ccf630"; + sha256_unsigned = "11e9299b0fd35eaea945199fb2b0c1652b015dbac1a0657e9020c0c227ccf630"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7629-rfb" + ]; + titles = [ + { + model = "MT7629 rfb AP"; + vendor = "MediaTek"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "mediatek/mt7629"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + mpc85xx = { + p1010 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + sophos_red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mpc85xx-p1010-sophos_red-15w-rev1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mpc85xx-p1010-sophos_red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "0c6a885e9cb07690173a1d9549337e9c49b2028ea5158a307549d3650fc8f2d0"; + sha256_unsigned = "85deb12199a3f9460ec5d04370440eb13c1f8ce936412a32b806a05c44eb4f11"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mpc85xx-p1010-sophos_red-15w-rev1-initramfs-kernel.bin"; + sha256 = "97b859ccefc362cb50a89db44eb189f2e86770512835c8a81c8bf205f7303b16"; + sha256_unsigned = "97b859ccefc362cb50a89db44eb189f2e86770512835c8a81c8bf205f7303b16"; + type = "kernel"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + model = "RED 15w"; + variant = "Rev.1"; + vendor = "Sophos"; + } + ]; + }; + tplink_tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mpc85xx-p1010-tplink_tl-wdr4900-v1"; + images = [ + { + name = "openwrt-22.03.2-mpc85xx-p1010-tplink_tl-wdr4900-v1-fdt.bin"; + sha256 = "06d8b4186f532e6209e959787d8ea479b03aa87f83f4bb1b68022994da8525ae"; + sha256_unsigned = "06d8b4186f532e6209e959787d8ea479b03aa87f83f4bb1b68022994da8525ae"; + type = "fdt.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "063c7e59379417fa2beeefd4a286c52b1fe4da3b60efeca7f1457d767c5a9a29"; + sha256_unsigned = "063c7e59379417fa2beeefd4a286c52b1fe4da3b60efeca7f1457d767c5a9a29"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "cd67f178510786612a859aa3729c0649d4b13bd8621e15a961e43319a792851f"; + sha256_unsigned = "93bdab9c84c539277a796a53e14ef8d443865d5c9ef88bb103c4487824bb393b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v1" + "tl-wdr4900-v1" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "mpc85xx/p1010"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aerohive_hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-hwmon-lm70" + ]; + image_prefix = "openwrt-22.03.2-mpc85xx-p1020-aerohive_hiveap-330"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin"; + sha256 = "9fc9f602aae3eb0fa6b80619b110969b22050b230468ed81f80d87278c26bd94"; + sha256_unsigned = "9fc9f602aae3eb0fa6b80619b110969b22050b230468ed81f80d87278c26bd94"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mpc85xx-p1020-aerohive_hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "18ce900b674f3c3cc74bf644eaa607d3a7a59bdedc18ef525c6290903d44a708"; + sha256_unsigned = "ff3ebb06829a0b6da607f94cbb7755a3317bc288cc7ea38964c15498ed022634"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + model = "HiveAP-330"; + vendor = "Aerohive"; + } + { + model = "HiveAP-350"; + vendor = "Aerohive"; + } + ]; + }; + enterasys_ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mpc85xx-p1020-enterasys_ws-ap3710i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mpc85xx-p1020-enterasys_ws-ap3710i-initramfs-kernel.bin"; + sha256 = "859411756811276da89f6b53a86c8c1a3b594a49a72af4f164e98d1b02c7a4d6"; + sha256_unsigned = "859411756811276da89f6b53a86c8c1a3b594a49a72af4f164e98d1b02c7a4d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "6811e06594c767b0d4f575748491e7d7b001758abde18b9cffa1598f1a7cb305"; + sha256_unsigned = "a851dcff4eaffaf73669879391a4e7982674ec89e35603d7051430dafd662203"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + model = "WS-AP3710i"; + vendor = "Enterasys"; + } + ]; + }; + extreme-networks_ws-ap3825i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.2-mpc85xx-p1020-extreme-networks_ws-ap3825i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mpc85xx-p1020-extreme-networks_ws-ap3825i-initramfs-kernel.bin"; + sha256 = "db34d5dbcf88020253e952f069834c94eb9b286ced8041491b27713c2d4e646f"; + sha256_unsigned = "db34d5dbcf88020253e952f069834c94eb9b286ced8041491b27713c2d4e646f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mpc85xx-p1020-extreme-networks_ws-ap3825i-squashfs-sysupgrade.bin"; + sha256 = "e82243f19bbaa0d925f83029f446107a7f4630410ca8f42f4cff1437f62c0d86"; + sha256_unsigned = "88f4d7804a1b0a44065195b8b37578afb763507ee6ba9c19f651561a9ea53a39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "extreme-networks,ws-ap3825i" + ]; + titles = [ + { + model = "WS-AP3825i"; + vendor = "Extreme Networks"; + } + ]; + }; + ocedo_panda = { + device_packages = [ + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-22.03.2-mpc85xx-p1020-ocedo_panda"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mpc85xx-p1020-ocedo_panda-initramfs-kernel.bin"; + sha256 = "8730e8e3bd8b89da4b12b2bb42d0063a71653050e5f0a53c1203433fa59fbf90"; + sha256_unsigned = "8730e8e3bd8b89da4b12b2bb42d0063a71653050e5f0a53c1203433fa59fbf90"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mpc85xx-p1020-ocedo_panda-squashfs-fdt.bin"; + sha256 = "1aa2b03bc147048f98006bafc3d6ee0ef3f118fa7b35d5b6f4d937b9d0153efc"; + sha256_unsigned = "1aa2b03bc147048f98006bafc3d6ee0ef3f118fa7b35d5b6f4d937b9d0153efc"; + type = "fdt"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mpc85xx-p1020-ocedo_panda-squashfs-sysupgrade.bin"; + sha256 = "3c9ddcdd50b47b9612263b01314cc4e049b9e2c1ed2ebe8277600267fa0ae47e"; + sha256_unsigned = "be8f597a4f244ff8fcb746e46043666822c0fd765c3238437b02a42e629d7079"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + model = "Panda"; + vendor = "OCEDO"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "mpc85xx/p1020"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + freescale_p2020rdb = { + device_packages = [ + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.2-mpc85xx-p2020-freescale_p2020rdb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mpc85xx-p2020-freescale_p2020rdb-initramfs-kernel.bin"; + sha256 = "c119dabfe4d5c2f30573227975f9c04b26de5cca0b7951ccb0745782c866bcda"; + sha256_unsigned = "c119dabfe4d5c2f30573227975f9c04b26de5cca0b7951ccb0745782c866bcda"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mpc85xx-p2020-freescale_p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "c7e85bef0e0f2406e45983569eaaafafaa41881b7460f6a96a6a35580bead762"; + sha256_unsigned = "05d082e7eb31528f7f46c28341ddc33b39adc18a64c673e7a72483a27dc3dba0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + model = "P2020RDB"; + vendor = "Freescale"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "mpc85xx/p2020"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + glinet_gl-mv1000 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa53-glinet_gl-mv1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa53-glinet_gl-mv1000-squashfs-sdcard.img.gz"; + sha256 = "c4f27f1d80c3623f59894b6e6a5fd5d3d28fdfe927b1e637114e8570e4ff8b7f"; + sha256_unsigned = "88b0496afaecbf8a25d3978edb3a97079326634d099dabde16933cfbf2a82ec0"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa53-glinet_gl-mv1000-initramfs-kernel.bin"; + sha256 = "2f1e0b871a315a7dd01dfe8b2f535e354efb11df0bfe17268dc5797d41224a53"; + sha256_unsigned = "2f1e0b871a315a7dd01dfe8b2f535e354efb11df0bfe17268dc5797d41224a53"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-mvebu-cortexa53-glinet_gl-mv1000-ext4-sdcard.img.gz"; + sha256 = "af0aa46bdcd62a333c13b3f3fb0394eeecbd02b480cdadb81b70521570fb1c5e"; + sha256_unsigned = "6e41e8fd8113f3b350d2815fbad5b8517b14e836379582c3acf4c1ea42961d72"; + type = "sdcard"; + } + ]; + supported_devices = [ + "glinet,gl-mv1000" + ]; + titles = [ + { + model = "GL-MV1000"; + vendor = "GL.iNet"; + } + ]; + }; + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "1c87b58d4e449390f1c0c2117b01608da126c8bd6a11b63f448d4fcc47b984f9"; + sha256_unsigned = "d4242598e5c29a3f0f16bce0f141d96f43ad12bfddab8b3a76bde852a31c5333"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-initramfs-kernel.bin"; + sha256 = "2f1e0b871a315a7dd01dfe8b2f535e354efb11df0bfe17268dc5797d41224a53"; + sha256_unsigned = "2f1e0b871a315a7dd01dfe8b2f535e354efb11df0bfe17268dc5797d41224a53"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "5722dd6abfe1975ee8855eb605a4a83a6dd4b06087af06969f81f10c58ababc9"; + sha256_unsigned = "d6208e7e6c70468ac532e67e255ebe2f3a25fa42f8abe468552e45c0af040fb8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "5c295e21faf3c6daf21d3f58150d95919d222c316180c0a23080f8fcb9ae2ad2"; + sha256_unsigned = "a78c43827cbbe6088f711e5cd746356cadf96a571d920229f3e9e2770bae984a"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-emmc-initramfs-kernel.bin"; + sha256 = "2f1e0b871a315a7dd01dfe8b2f535e354efb11df0bfe17268dc5797d41224a53"; + sha256_unsigned = "2f1e0b871a315a7dd01dfe8b2f535e354efb11df0bfe17268dc5797d41224a53"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "aa784c131566d3fc7d5008c4fd655b658bb2cdcccf0ee4873d62fb84a9e65d7e"; + sha256_unsigned = "96797a3e530e210d20a691dfe971354c7a72e5b7100ffb60eb28fe0aaee07d20"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-ultra = { + device_packages = [ + "kmod-i2c-pxa" + "kmod-rtc-pcf8563" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-ultra"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz"; + sha256 = "d55d2b939d7504e3f56038f7b2ee477eb018aecf37bccc2aa2986695a7b2fb25"; + sha256_unsigned = "90831e052db51b982949cb464f51c7caef698c2c0b40ca4e3ee74e1ca2574b77"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-ultra-ext4-sdcard.img.gz"; + sha256 = "6c36c5855d661684e53a3a869e4bc6cf80efb1264a56a634c2ef2d4f408b5534"; + sha256_unsigned = "290455e9fce8af963785b9e96e44ae1291a72f2808173fd8020df26638be2313"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-ultra-initramfs-kernel.bin"; + sha256 = "2f1e0b871a315a7dd01dfe8b2f535e354efb11df0bfe17268dc5797d41224a53"; + sha256_unsigned = "2f1e0b871a315a7dd01dfe8b2f535e354efb11df0bfe17268dc5797d41224a53"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-ultra" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Ultra"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-v7-initramfs-kernel.bin"; + sha256 = "2f1e0b871a315a7dd01dfe8b2f535e354efb11df0bfe17268dc5797d41224a53"; + sha256_unsigned = "2f1e0b871a315a7dd01dfe8b2f535e354efb11df0bfe17268dc5797d41224a53"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "ddfcaeb0461c48711df5867dd0289880585a3744f8a8a4bdf4a1007e4ca42bbf"; + sha256_unsigned = "9356266f80b614e1c2f4667147d6d8d9d349d58e9ceef54ca7d3063e7a46675f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "bd54a7ed1bb4c735af39d98c9e01b8aed3011525d28fc92c5d504ae7f3392725"; + sha256_unsigned = "654bdc7010171dfa98f3e71243b43be3510d471d0e745d11cbbd4b3651941d6a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "009649c5ffe82db7286bafca43584bdf1947965b36f17fdf23516532638aecb1"; + sha256_unsigned = "15ef9508f62f73f773cf2997346055783e417886c042ea1d2fb63176a9916d4b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "dfccaff1ac0e8fcd045022f6e36e611156a91d62d7b9e22590cc353b95d9eb67"; + sha256_unsigned = "4e9599327c066750e7bc29b07103e4fac8e0dff8b2ce2dc9b4ead459e57884d8"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa53-globalscale_espressobin-v7-emmc-initramfs-kernel.bin"; + sha256 = "2f1e0b871a315a7dd01dfe8b2f535e354efb11df0bfe17268dc5797d41224a53"; + sha256_unsigned = "2f1e0b871a315a7dd01dfe8b2f535e354efb11df0bfe17268dc5797d41224a53"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "f80781342bd694cdd75664489b1070b65e4cf730c095c0b5f23c579739d7e3b4"; + sha256_unsigned = "dd1af4ab8b17011816a4b436570618ded6660ddecbc92903e4403b4ffb07cd81"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa53-marvell_armada-3720-db-initramfs-kernel.bin"; + sha256 = "2f1e0b871a315a7dd01dfe8b2f535e354efb11df0bfe17268dc5797d41224a53"; + sha256_unsigned = "2f1e0b871a315a7dd01dfe8b2f535e354efb11df0bfe17268dc5797d41224a53"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "9d6f1bdbd093814dbf890a601a8249c2179b98f2fc2c29d51cad64ea27e0ea2c"; + sha256_unsigned = "aeb571b30b2257a6a9e6c1c4824c1889b85901e630a2ea1709e59758494e6009"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + model = "Armada 3720 Development Board (DB-88F3720-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + methode_udpu = { + device_packages = [ + "f2fs-tools" + "fdisk" + "kmod-i2c-pxa" + "kmod-hwmon-lm75" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa53-methode_udpu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa53-methode_udpu-initramfs.itb"; + sha256 = "828fcb58365c07cf581d06f48f9e0a0bb0e67caea8eab8dad22625737b5361c2"; + sha256_unsigned = "828fcb58365c07cf581d06f48f9e0a0bb0e67caea8eab8dad22625737b5361c2"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-mvebu-cortexa53-methode_udpu-firmware.tgz"; + sha256 = "be100b9f2aa9e0cf7f065d5d36816a1ce4fb43589b84bf59d9d49e5b8faf81c5"; + sha256_unsigned = "01aeadf9aca6ad87fa928b964beb3c6e273cf87524d207391aae8dafb8d66b4e"; + type = "firmware"; + } + ]; + supported_devices = [ + "methode,udpu" + ]; + titles = [ + { + model = "micro-DPU (uDPU)"; + vendor = "Methode"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "mvebu/cortexa53"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + globalscale_mochabin = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa72-globalscale_mochabin"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-mvebu-cortexa72-globalscale_mochabin-ext4-sdcard.img.gz"; + sha256 = "cd72ef406d959f3e368550530f6ca75b6ed9065c01e3ca4ea489f5ddee305647"; + sha256_unsigned = "aa51b3d9a52ca3c78f1821410bbab9d7ee7bc330b84ef68e581a946e3a4a00bb"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa72-globalscale_mochabin-squashfs-sdcard.img.gz"; + sha256 = "7622e802e61d7f5a57f7e3c78ac62b81ed44d57576964a79ed54264cc8956380"; + sha256_unsigned = "b0ec65e03f47d768d5864efd251e83a6aa8c9afa5b4a74ba348f6c1e3b7993c3"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa72-globalscale_mochabin-initramfs-kernel.bin"; + sha256 = "8f32f07258d0ae8df1aa84b20dfb90814c5dc4b4f3ef12731d5cb2708170bf6f"; + sha256_unsigned = "8f32f07258d0ae8df1aa84b20dfb90814c5dc4b4f3ef12731d5cb2708170bf6f"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,mochabin" + ]; + titles = [ + { + model = "MOCHAbin"; + vendor = "Globalscale"; + } + ]; + }; + iei_puzzle-m901 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa72-iei_puzzle-m901"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa72-iei_puzzle-m901-initramfs-kernel.bin"; + sha256 = "8f32f07258d0ae8df1aa84b20dfb90814c5dc4b4f3ef12731d5cb2708170bf6f"; + sha256_unsigned = "8f32f07258d0ae8df1aa84b20dfb90814c5dc4b4f3ef12731d5cb2708170bf6f"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-mvebu-cortexa72-iei_puzzle-m901-ext4-sdcard.img.gz"; + sha256 = "ebf80d1a90396b26c39f13aab8f1551dbac3ab48b020b3a4969d9a2d38aece2b"; + sha256_unsigned = "fb4ec124871086ebbde8ea39b4a455e1227610c10d932c5cad06ed39a6f28cee"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa72-iei_puzzle-m901-squashfs-sdcard.img.gz"; + sha256 = "6694f62032cade7eacd5f19254024dd98f3beaac3f90cbbe6946fd35601a87cd"; + sha256_unsigned = "666f68dbff0323fe4b5958b6e700c5e12f9a5e64eb60945595abebd473499abc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "iei,puzzle-m901" + ]; + titles = [ + { + model = "Puzzle-M901"; + vendor = "iEi"; + } + ]; + }; + iei_puzzle-m902 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa72-iei_puzzle-m902"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa72-iei_puzzle-m902-initramfs-kernel.bin"; + sha256 = "8f32f07258d0ae8df1aa84b20dfb90814c5dc4b4f3ef12731d5cb2708170bf6f"; + sha256_unsigned = "8f32f07258d0ae8df1aa84b20dfb90814c5dc4b4f3ef12731d5cb2708170bf6f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa72-iei_puzzle-m902-squashfs-sdcard.img.gz"; + sha256 = "88f983e63d32e245b2ecaa4fc4499ce8954b91519a90ad692ce34755367b57f2"; + sha256_unsigned = "86ead9cab419858c5d01c4c663c671b322cbd40a32dee2026c0da80b6c3dd950"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-mvebu-cortexa72-iei_puzzle-m902-ext4-sdcard.img.gz"; + sha256 = "f4b9e1f96d402c495e134be703d9513b4bbf354e2de4b37eaf2344c1890d2dd7"; + sha256_unsigned = "849d3c8d14ffde6caf2246c01c7e08253edb1a1b4dcd83b5f6591e8c3cc47fbf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "iei,puzzle-m902" + ]; + titles = [ + { + model = "Puzzle-M902"; + vendor = "iEi"; + } + ]; + }; + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa72-marvell_armada7040-db-initramfs-kernel.bin"; + sha256 = "8f32f07258d0ae8df1aa84b20dfb90814c5dc4b4f3ef12731d5cb2708170bf6f"; + sha256_unsigned = "8f32f07258d0ae8df1aa84b20dfb90814c5dc4b4f3ef12731d5cb2708170bf6f"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "b088a27a5b8130d81b1a8aeba033874f51c389840d47c506860e6a19c9becde4"; + sha256_unsigned = "6815faa75db38c1baa4f6d45b2395c4d3e6c7362ac0dfe47ff4c443704802642"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "359773ff3e7e8b762d2aa7a4573c44dd1cbfda7013b3bdeb0f8423fab1e9e9e7"; + sha256_unsigned = "933daf2681fc838fb5f1f096cdbe99651c1d68854d353ebcdcc8539d13eb50e3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + model = "Armada 7040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa72-marvell_armada8040-db-initramfs-kernel.bin"; + sha256 = "8f32f07258d0ae8df1aa84b20dfb90814c5dc4b4f3ef12731d5cb2708170bf6f"; + sha256_unsigned = "8f32f07258d0ae8df1aa84b20dfb90814c5dc4b4f3ef12731d5cb2708170bf6f"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "b23438a1f486dea7c32225419d8ba3625d5cfb943db7113e19504df307b78103"; + sha256_unsigned = "79c1b2af0f86f5f5a7ac306df87a1aaa45888012735730775b946fe52148f828"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "9d3fe41713e738c59b5df65303c9b829d6114af63fdc45222aa425bb04ab952b"; + sha256_unsigned = "e9103487272716772b59450959f0ed5a015ec0ceb567a19980649128f78fd136"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + model = "Armada 8040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_macchiatobin-doubleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa72-marvell_macchiatobin-doubleshot"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa72-marvell_macchiatobin-doubleshot-initramfs-kernel.bin"; + sha256 = "8f32f07258d0ae8df1aa84b20dfb90814c5dc4b4f3ef12731d5cb2708170bf6f"; + sha256_unsigned = "8f32f07258d0ae8df1aa84b20dfb90814c5dc4b4f3ef12731d5cb2708170bf6f"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-mvebu-cortexa72-marvell_macchiatobin-doubleshot-ext4-sdcard.img.gz"; + sha256 = "627c76fb513af9c9047efbbee29db63c95e10f07d8c40f0ac8301b646b32a4ac"; + sha256_unsigned = "df2e481e728927e7fe001473b3c4abc57ed141853f87c78e58cecb4f461c0124"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa72-marvell_macchiatobin-doubleshot-squashfs-sdcard.img.gz"; + sha256 = "55c568eb8e497cb54d2e0ae96608f12336c80ee3b6ea535af087b7cf0379ec20"; + sha256_unsigned = "c2cd63041d1e249f9c60d29571bb723eda953e703f1f76cb0d4ab0c313ac4da1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-doubleshot" + "marvell,armada8040-mcbin" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + ]; + }; + marvell_macchiatobin-singleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa72-marvell_macchiatobin-singleshot"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-mvebu-cortexa72-marvell_macchiatobin-singleshot-ext4-sdcard.img.gz"; + sha256 = "fdcbd0228c26eb3aba6df8f96012d71d7ef35bb8d861d92c0c4f1b9f09a805bc"; + sha256_unsigned = "d61225ba520567e454babf090763f47d6d72c9b1a795cc6f169a3ac4eac49458"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa72-marvell_macchiatobin-singleshot-initramfs-kernel.bin"; + sha256 = "8f32f07258d0ae8df1aa84b20dfb90814c5dc4b4f3ef12731d5cb2708170bf6f"; + sha256_unsigned = "8f32f07258d0ae8df1aa84b20dfb90814c5dc4b4f3ef12731d5cb2708170bf6f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa72-marvell_macchiatobin-singleshot-squashfs-sdcard.img.gz"; + sha256 = "5a8f84a181cbd1901f36628cebb9a51268f1690639239bccbbdc64dcb2ae991b"; + sha256_unsigned = "1ad8891a524a0ae470c1fbc492d68fa6c3dae1b6646537dd99ddc969b6d4186a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-singleshot" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "mvebu/cortexa72"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + buffalo_ls421de = { + device_packages = [ + "kmod-rtc-rs5c372a" + "kmod-hwmon-gpiofan" + "kmod-hwmon-drivetemp" + "kmod-usb3" + "kmod-linkstation-poweroff" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-mod" + "kmod-fs-xfs" + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-buffalo_ls421de"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-buffalo_ls421de-initramfs-kernel.bin"; + sha256 = "93fb430ac7cde87d32f224cb9722ce2eab26c71aab1d856b72f56f33006bb8e3"; + sha256_unsigned = "93fb430ac7cde87d32f224cb9722ce2eab26c71aab1d856b72f56f33006bb8e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-buffalo_ls421de-squashfs-sysupgrade.bin"; + sha256 = "2de9efeb61fb30be685d928aa6e9b87ab6719b057db13d7f21aa5db206f9dbc1"; + sha256_unsigned = "faf075228f0403e55b1c228691a531dcf9d0ef1d0c2fe22f541f93d0f41d75fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,ls421de" + ]; + titles = [ + { + model = "LinkStation LS421DE"; + vendor = "Buffalo"; + } + ]; + }; + ctera_c200-v2 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-hwmon-nct7802" + "kmod-rtc-s35390a" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-ctera_c200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-ctera_c200-v2-initramfs-factory.firm"; + sha256 = "4126d593324d7e6970e8544a6da97f76ede176f2ee43f69976a0d17d8f9a1c60"; + sha256_unsigned = "4126d593324d7e6970e8544a6da97f76ede176f2ee43f69976a0d17d8f9a1c60"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-ctera_c200-v2-squashfs-sysupgrade.bin"; + sha256 = "909f6f7c40349a389335d31234093c5b4e738b07b62bd817b3cb81e86b7aef75"; + sha256_unsigned = "d0f455dcd979eb41bfab699d26d95b3da579ad3be3a2aad38ccf8256c66c7a81"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ctera,c200-v2" + ]; + titles = [ + { + model = "C200"; + variant = "V2"; + vendor = "Ctera"; + } + ]; + }; + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic-wolfssl" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-mux-pca954x" + "kmod-leds-turris-omnia" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-cznic_turris-omnia-initramfs-kernel.bin"; + sha256 = "4184c67c61694afc08f61f06cdce357cb3082bc2113366c1a9c48a63e4477c74"; + sha256_unsigned = "4184c67c61694afc08f61f06cdce357cb3082bc2113366c1a9c48a63e4477c74"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-22.03.2-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "88b326ef8dda328736a3eef070cb32afa2c653c774495c6ec72466fd42407db7"; + sha256_unsigned = "88b326ef8dda328736a3eef070cb32afa2c653c774495c6ec72466fd42407db7"; + type = "omnia-medkit-openwrt-22"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "053a3583cec1128b662f070c442aa44ce5be32b22066b2644194299c3ae57f61"; + sha256_unsigned = "e1b7273b0e514ec4b0c3780279d8b9bea8ffc1f4d6df1b28eb9739044bf28738"; + type = "openwrt-22"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + model = "Turris Omnia"; + vendor = "CZ.NIC"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-globalscale_mirabox-initramfs-kernel.bin"; + sha256 = "a49251381c5b4716757368175f4472480f86e0318dd49a285b14a147687ae223"; + sha256_unsigned = "a49251381c5b4716757368175f4472480f86e0318dd49a285b14a147687ae223"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "90bc42eb07bb3a00fa203fd81c8e09bf1e4a449bbc515db8aac091719f4ef214"; + sha256_unsigned = "f2da37f47edc931bf3fb366330e3f61d4439c64939ee60980d0ddc00e56674e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + model = "Mirabox"; + vendor = "Globalscale"; + } + ]; + }; + iptime_nas1dual = { + device_packages = [ + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-iptime_nas1dual"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-iptime_nas1dual-initramfs-kernel.bin"; + sha256 = "b12627bb657390a612214b00ada575402af7d19e214715f1e58ba706139ab42b"; + sha256_unsigned = "b12627bb657390a612214b00ada575402af7d19e214715f1e58ba706139ab42b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-iptime_nas1dual-squashfs-sysupgrade.bin"; + sha256 = "cdd4b30037c92b3799b1fea54d81b10d9cd45d4f52bfdb8563f24ccf267fd06d"; + sha256_unsigned = "edfd6ec39b56b930b4acab94e4b83e2c28dc731202e8364c6d087600c133a5a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,nas1dual" + ]; + titles = [ + { + model = "NAS1dual"; + vendor = "ipTIME"; + } + ]; + }; + kobol_helios4 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-kobol_helios4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-kobol_helios4-initramfs-kernel.bin"; + sha256 = "1d214f8b8fe65ca2677b67a6bec1ce85aac0b070050ea9e5ad8805b7f2a46745"; + sha256_unsigned = "1d214f8b8fe65ca2677b67a6bec1ce85aac0b070050ea9e5ad8805b7f2a46745"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-kobol_helios4-squashfs-sdcard.img.gz"; + sha256 = "54f587e9103702ec387f5a2b74a0e827228a434ba526bcb0fb8d1ac339a0a271"; + sha256_unsigned = "b870e754f98af301ba643778d4826c6d5a22a06e2decd0c93aa143e30a10f178"; + type = "sdcard"; + } + ]; + supported_devices = [ + "kobol,helios4" + ]; + titles = [ + { + model = "Helios4"; + vendor = "Kobol"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt1200ac-initramfs-kernel.bin"; + sha256 = "244f8816c9159a9bdfb3d33f385e87ee7c72c382083590044f3c5eceea4925e2"; + sha256_unsigned = "244f8816c9159a9bdfb3d33f385e87ee7c72c382083590044f3c5eceea4925e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "da5e344c6f9e615ce382165dbb678d6be5ec7bef0ef50a17b6332b3e1c5e1fbb"; + sha256_unsigned = "da5e344c6f9e615ce382165dbb678d6be5ec7bef0ef50a17b6332b3e1c5e1fbb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "030c169cd84d367c18a8c823817a566ae64bc42d70013de33b2e04ee622fcd6d"; + sha256_unsigned = "26873236a27dcee271ebcf16a89df89ff2a0bdd51260727f4a52d226b99bb035"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1200ac" + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + model = "WRT1200AC"; + vendor = "Linksys"; + } + { + model = "Caiman"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v1 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt1900ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt1900ac-v1-initramfs-kernel.bin"; + sha256 = "f2a89e9f12298874d42c71dacc235f42b9fa39bd0d17880bf89bf22c7698fefb"; + sha256_unsigned = "f2a89e9f12298874d42c71dacc235f42b9fa39bd0d17880bf89bf22c7698fefb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-sysupgrade.bin"; + sha256 = "1ced8e6cb3ea1243fae6bf5db032ef58a19b04afd71d2e37c3d19899d87853c2"; + sha256_unsigned = "b56b6af6eea01f2bb1adf33dc80332955a8e4f164e903bf27ef5b652e798dfd5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-factory.img"; + sha256 = "515188c583abaaef4823d5de9335b15a0233a6c55ab529ad6c2e27020ddc130c"; + sha256_unsigned = "515188c583abaaef4823d5de9335b15a0233a6c55ab529ad6c2e27020ddc130c"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v1" + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "Mamba"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v2 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt1900ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt1900ac-v2-initramfs-kernel.bin"; + sha256 = "6bb0f74236ead43220e507c7380ea75aa3554ac8c801ef2fe77b8351437a11b9"; + sha256_unsigned = "6bb0f74236ead43220e507c7380ea75aa3554ac8c801ef2fe77b8351437a11b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-sysupgrade.bin"; + sha256 = "1923a74969726baa6611ce16ee201f244c0db4798ed55189a461a725a08feaab"; + sha256_unsigned = "9e39b8141b0629a6dd4be8fab8d68ecf90ea97f78bbc7c54ad4f9149ab46bc9c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-factory.img"; + sha256 = "431d2137e6c59ec3bf29f7c384498b800522bda5ef7f364812680c3242f80c06"; + sha256_unsigned = "431d2137e6c59ec3bf29f7c384498b800522bda5ef7f364812680c3242f80c06"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v2" + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Cobra"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt1900acs-initramfs-kernel.bin"; + sha256 = "6891403e3b64334e3d93c2ddf4442be22922d6ff5e112bb0fd11df038bf25848"; + sha256_unsigned = "6891403e3b64334e3d93c2ddf4442be22922d6ff5e112bb0fd11df038bf25848"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "cb4e862a1d1d1d9f638401c7e2a4018026f29b02ae5156a27143f40a36fd07fa"; + sha256_unsigned = "cb4e862a1d1d1d9f638401c7e2a4018026f29b02ae5156a27143f40a36fd07fa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "d7391d0473440062f4e0d7f3968337916ffe89d8ee803459ca1b100c3009aed5"; + sha256_unsigned = "5f91df44486ac4d47975dd057c991f9970a5d5e816ca714161465485fdeebd25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1900acs" + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + model = "WRT1900ACS"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "WRT1900ACS"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Shelby"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt3200acm-initramfs-kernel.bin"; + sha256 = "ea18d0e8f8c0a3af1eb5f7046b711dede2f3db74be27d3997472d770d7205b4c"; + sha256_unsigned = "ea18d0e8f8c0a3af1eb5f7046b711dede2f3db74be27d3997472d770d7205b4c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "344a05ec25274d00f2afc56eda738e116f47133b838b23b73523a6e5135e8417"; + sha256_unsigned = "344a05ec25274d00f2afc56eda738e116f47133b838b23b73523a6e5135e8417"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "f9c2e5bd05051dcef631f472370f8ed1d52a1e691d184b5850f8930e22e1fb5b"; + sha256_unsigned = "c2050063fe273837ad24809767f1dc516c35242833d46ab9850769250195b767"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt3200acm" + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + model = "WRT3200ACM"; + vendor = "Linksys"; + } + { + model = "Rango"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-wolfssl" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt32x-initramfs-kernel.bin"; + sha256 = "f6ccec087973233fa94dab9d6f461c7a7f249fc3c9927c8716951e7774967c22"; + sha256_unsigned = "f6ccec087973233fa94dab9d6f461c7a7f249fc3c9927c8716951e7774967c22"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "dccfc3873c1e4809aeed467ffb87db7b6ac20d036f581c3c4f929aa6a94a73b6"; + sha256_unsigned = "dccfc3873c1e4809aeed467ffb87db7b6ac20d036f581c3c4f929aa6a94a73b6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "6a3080a0637d944b81e051294804b48152ae0fa9298cc65f42ba9d3a09a0523d"; + sha256_unsigned = "608c50efc455a8873e79e5ae957cb7f8dd4afa5e4a90f8de49c993da621a4085"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt32x" + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + model = "WRT32X"; + vendor = "Linksys"; + } + { + model = "Venom"; + vendor = "Linksys"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-marvell_a370-db-initramfs-kernel.bin"; + sha256 = "0857428993ba9969b628f8d2f125f6f0b4764adcd91638e58ade5389d3e3444b"; + sha256_unsigned = "0857428993ba9969b628f8d2f125f6f0b4764adcd91638e58ade5389d3e3444b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "80f969f52614380ad863b4294bba1d92e56fb395361ccf99561d8e8af4825db2"; + sha256_unsigned = "8aaf185ff70139a4ab345ee377b98e9cd39df08af36926471843bb13cbd5df56"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + model = "Armada 370 Development Board (DB-88F6710-BP-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-marvell_a370-rd-initramfs-kernel.bin"; + sha256 = "5082ac926fab81cb9d0db1895230a15d8325a03bb9b0ef96322d17f349ca4786"; + sha256_unsigned = "5082ac926fab81cb9d0db1895230a15d8325a03bb9b0ef96322d17f349ca4786"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "a438312ba688dd0d3c0659b202f1636e64a5cf008998dfa606eb35ecdd31a693"; + sha256_unsigned = "2cec43cdb8d57fe818d8744ac23cc83efd0205040d6857f5a5ef77309e412771"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + model = "Armada 370 RD (RD-88F6710-A1)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-marvell_a385-db-ap-initramfs-kernel.bin"; + sha256 = "07a9522e8d6e2b00eca5c0477a603278f35b6b09d5cb4d5ac6d6808f90805c3d"; + sha256_unsigned = "07a9522e8d6e2b00eca5c0477a603278f35b6b09d5cb4d5ac6d6808f90805c3d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "059c639b264e9dd73bfecec0af3b37ca253fa6fb69a34bc1dca30beb11f1c122"; + sha256_unsigned = "80e61d7ae6f252b03f6a9bc419d1a7baa8ad9e5ef7ba96f83f3faf242947675a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "89659df67460651daa882fe9b5954e018f3652d7d6f5267532d7e5156699b8f2"; + sha256_unsigned = "89659df67460651daa882fe9b5954e018f3652d7d6f5267532d7e5156699b8f2"; + type = "factory"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + model = "Armada 385 Development Board AP (DB-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-marvell_a388-rd-initramfs-kernel.bin"; + sha256 = "b05e6725b5c21411879a623a2c7a42c0bece35b87dd26427633b08333adb0846"; + sha256_unsigned = "b05e6725b5c21411879a623a2c7a42c0bece35b87dd26427633b08333adb0846"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "0bedbca0947c0ba43b0ab98ac4adf1f443fa6d010650070f0f76d76ab2c0ce36"; + sha256_unsigned = "0bedbca0947c0ba43b0ab98ac4adf1f443fa6d010650070f0f76d76ab2c0ce36"; + type = "firmware"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + model = "Armada 388 RD (RD-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-marvell_axp-db-initramfs-kernel.bin"; + sha256 = "e5faf6c0d0382e2d5c7c82ce5bd1b21afa40d5a0733d2dd0c5e087cb724c8097"; + sha256_unsigned = "e5faf6c0d0382e2d5c7c82ce5bd1b21afa40d5a0733d2dd0c5e087cb724c8097"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "e7caa9d4db107e77fd1d8e3d67c52f285260c4f55ebd84213087be1f8a9be02e"; + sha256_unsigned = "a510d91509e67514ff8e4538071c1bc3628880eb5a3473ef92cb6ba78d402b8d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + model = "Armada XP Development Board (DB-78460-BP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-marvell_axp-gp-initramfs-kernel.bin"; + sha256 = "77cc9a3c65790e7c04a13c88b6a3cdca5453e721109b2121c19d7a4a0969d022"; + sha256_unsigned = "77cc9a3c65790e7c04a13c88b6a3cdca5453e721109b2121c19d7a4a0969d022"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "9f1520fe241d36768e0cff254f97d87d79a070bf8de2d54018fb4228f15e921e"; + sha256_unsigned = "ab6252f07d5946547c5e6293d4d89ad3d586d85e40444a89f9946d5108d2f2b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + model = "Armada Armada XP GP (DB-MV784MP-GP)"; + vendor = "Marvell"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-plathome_openblocks-ax3-4-initramfs-kernel.bin"; + sha256 = "fb9aa330ddca618052f0d192cfb2f0a44b4d93f8dfba5d4d79b74f010b91eb2b"; + sha256_unsigned = "fb9aa330ddca618052f0d192cfb2f0a44b4d93f8dfba5d4d79b74f010b91eb2b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "38dbd6f831731b9ee0ab3887dcced2f699e43230887ad6939fd3367e427db7e2"; + sha256_unsigned = "e7cf3160fbb4022f230c011d83cad7061734532f1140a0c9ddcbc5d51e1253e7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "6ddc5c91ec4d789abbe9d5e1052d731e89cdfc17053ef5b31d56603194d006bf"; + sha256_unsigned = "6ddc5c91ec4d789abbe9d5e1052d731e89cdfc17053ef5b31d56603194d006bf"; + type = "factory"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + model = "OpenBlocks AX3"; + variant = "4 ports"; + vendor = "Plat'Home"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-solidrun_clearfog-base-a1-initramfs-kernel.bin"; + sha256 = "1d214f8b8fe65ca2677b67a6bec1ce85aac0b070050ea9e5ad8805b7f2a46745"; + sha256_unsigned = "1d214f8b8fe65ca2677b67a6bec1ce85aac0b070050ea9e5ad8805b7f2a46745"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "c55ce882c0175c14b7c0f52db19947d75e6e4c20d58dbe641f9a037175d33c0b"; + sha256_unsigned = "022239e737ba73250ab563589ec1bebff6e1730ac2f8a7fd78da4e6a264708c0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + model = "ClearFog Base"; + vendor = "SolidRun"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.2-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-solidrun_clearfog-pro-a1-initramfs-kernel.bin"; + sha256 = "1d214f8b8fe65ca2677b67a6bec1ce85aac0b070050ea9e5ad8805b7f2a46745"; + sha256_unsigned = "1d214f8b8fe65ca2677b67a6bec1ce85aac0b070050ea9e5ad8805b7f2a46745"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "2adecf5885724068e35f4f5b95548a54fadc446ba183b7558f77ef0f23bad615"; + sha256_unsigned = "6803fe2b8efbfdbf12ec53d0187cba289ec0b05303bef81af529fa7b8c655472"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + model = "ClearFog Pro"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "mvebu/cortexa9"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-octeon-generic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-octeon-generic-initramfs-kernel.bin"; + sha256 = "37ed2ccec4d109301bd97266065299dba3a274c45a6356074697849b41f53f65"; + sha256_unsigned = "37ed2ccec4d109301bd97266065299dba3a274c45a6356074697849b41f53f65"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Octeon"; + vendor = "Generic"; + } + ]; + }; + itus_shield-router = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-octeon-itus_shield-router"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-octeon-itus_shield-router-squashfs-sysupgrade.tar"; + sha256 = "67028948bacac0ad0c79acce7479104e0abd8c749547b4db74f7dcea086f09ba"; + sha256_unsigned = "5eb28ff700ec8afdf4a0fe2fc278f5005cb17e57a10791f5188d414e37f6cfaf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-octeon-itus_shield-router-initramfs-kernel.bin"; + sha256 = "ad5c901e9a71580af1604eca16a90cd943b0a84001ed4eb6e3993093fd276367"; + sha256_unsigned = "ad5c901e9a71580af1604eca16a90cd943b0a84001ed4eb6e3993093fd276367"; + type = "kernel"; + } + ]; + supported_devices = [ + "itus,shield-router" + ]; + titles = [ + { + model = "Shield Router"; + vendor = "Itus Networks"; + } + ]; + }; + ubnt_edgerouter = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-octeon-ubnt_edgerouter"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-octeon-ubnt_edgerouter-initramfs-kernel.bin"; + sha256 = "ea4ff5923242ee43ced2068aa02a8c15ae8e739d940bff5f4acb7d540748a054"; + sha256_unsigned = "ea4ff5923242ee43ced2068aa02a8c15ae8e739d940bff5f4acb7d540748a054"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-octeon-ubnt_edgerouter-squashfs-sysupgrade.tar"; + sha256 = "51bc5d884ac9248ec869b0d595a6f128c7c60f9e0c0f7b84ff1a62f880d05874"; + sha256_unsigned = "51bc5d884ac9248ec869b0d595a6f128c7c60f9e0c0f7b84ff1a62f880d05874"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter" + "er" + ]; + titles = [ + { + model = "EdgeRouter"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-4 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.2-octeon-ubnt_edgerouter-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-octeon-ubnt_edgerouter-4-squashfs-sysupgrade.tar"; + sha256 = "9cc2b4f59cfde0628439051e1d154130b902948efdacee6b35f748c193665796"; + sha256_unsigned = "9cc2b4f59cfde0628439051e1d154130b902948efdacee6b35f748c193665796"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-octeon-ubnt_edgerouter-4-initramfs-kernel.bin"; + sha256 = "e536c87c35a87d7a774818894142635cd6a257bee9ae7efd9966ffd2bf40e275"; + sha256_unsigned = "e536c87c35a87d7a774818894142635cd6a257bee9ae7efd9966ffd2bf40e275"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-4" + ]; + titles = [ + { + model = "EdgeRouter 4"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-6p = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.2-octeon-ubnt_edgerouter-6p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-octeon-ubnt_edgerouter-6p-initramfs-kernel.bin"; + sha256 = "ff9f9965bcd59e7082f0329dd78b25f5d0a3c8d4b1e051e3ac2a59ec3639b542"; + sha256_unsigned = "ff9f9965bcd59e7082f0329dd78b25f5d0a3c8d4b1e051e3ac2a59ec3639b542"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-octeon-ubnt_edgerouter-6p-squashfs-sysupgrade.tar"; + sha256 = "991f937c76c2a27dbeeb3366b828f723c419bcf39ed6332ff07564714073897f"; + sha256_unsigned = "991f937c76c2a27dbeeb3366b828f723c419bcf39ed6332ff07564714073897f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-6p" + ]; + titles = [ + { + model = "EdgeRouter 6P"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-lite = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-octeon-ubnt_edgerouter-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-octeon-ubnt_edgerouter-lite-initramfs-kernel.bin"; + sha256 = "acd0d76d87bd60a7e1860036703b85a7465b0c2155082bd5c7ae78a3259895ef"; + sha256_unsigned = "acd0d76d87bd60a7e1860036703b85a7465b0c2155082bd5c7ae78a3259895ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-octeon-ubnt_edgerouter-lite-squashfs-sysupgrade.tar"; + sha256 = "e20fa412ee89fddb87a853db259acfa9e8f99e9cb330473953c8485c985f6d1a"; + sha256_unsigned = "e20fa412ee89fddb87a853db259acfa9e8f99e9cb330473953c8485c985f6d1a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-lite" + "erlite" + ]; + titles = [ + { + model = "EdgeRouter Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "octeon/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "e574497db220e4149e55db21b90c39403afe1dbf4c57227961cfe0355c029c92"; + sha256_unsigned = "9d2bb471a51dac3dc0d210252ed5d22523f65cdbbe964fd45bc26526b2eba492"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "098fd5a5451f2115078aae420d0db250b7aaef51affcf0a8193a68bb0e19f5ff"; + sha256_unsigned = "f70437b8c81320e162d48bfc421dcae3ea498077bc777a4f8bfd4686bc3ed6fd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + model = "AM335x BeagleBone Black"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-omap-ti_am335x-evm"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "c174443f97158f9f7d934bca11b97563cc82f378cf6efdd89f0f2aeeb124ea4d"; + sha256_unsigned = "e0b74a122b561671f58f2bd2539a0379aca006602c8361c912466d8c13db1d5c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "0dbb4ed3629637e450d6ccb096ee6bf0d7113f57ad18ce02a20085a5e9bd874e"; + sha256_unsigned = "a109774e711c85774a6f994136db6500be5aa0eab8cb54f773ad6463ecb1ce8f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + model = "AM335x EVM"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-22.03.2-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "c132e89459b4b14facc64d44c3f582487d069756393434ca2b00ac6a76238da6"; + sha256_unsigned = "4d1df0ff5473714b1f08b2692f8061788f2733c202bf289871537cf003f562ae"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "8a2583458e4a04ff595f34b04333f178abb5cb9bdf76b3d2e5e75742aa176ef5"; + sha256_unsigned = "50d39eff2933bd8df386cc3a439baa7520e027ef3cf12b786eaea854c22c1f1f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + model = "OMAP3 TI beagleboard"; + vendor = "BeagleBoard.org"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-22.03.2-omap-ti_omap4-panda"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "963d65e168efa14f2b3743a0e2ad9fb9d827ba1c395967840c28b4fe273ffc05"; + sha256_unsigned = "067eceef12c35d4c268e58205d4040836830e9bf8e7ad02410b0ad704634eb53"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "ab6688e95dc33911b2e69d76ddf504c27c9e15d7050575baf3ad4498bb828c85"; + sha256_unsigned = "b98e864228fb58e08280beb7014a92188ca30bf97a68e3325035a05d92e9a970"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + model = "OMAP4 TI pandaboard"; + vendor = "PandaBoard.org"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "omap/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "fdisk" + "fstools" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mtd" + "netifd" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-oxnas-ox820-akitio_mycloud-initramfs-uImage"; + sha256 = "e20e825de31650cea9243e3ab21c16a58fbdfdcb4eefe08b5fdbd93518272ee3"; + sha256_unsigned = "e20e825de31650cea9243e3ab21c16a58fbdfdcb4eefe08b5fdbd93518272ee3"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "28f64053dfa0dbf7151fa338af03a42e434bf8134214e29bae115974abfe36a4"; + sha256_unsigned = "28f64053dfa0dbf7151fa338af03a42e434bf8134214e29bae115974abfe36a4"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "79b845f15dea37105c5d1e12a2cac590f3507757a1e1faa65d55aedb3b8a073a"; + sha256_unsigned = "a5348ecb3f10fe4d532c1099461f906d1da949740a626359933e4263520261c5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "e8654dd10bb524ca720e7c029c133d1a861913a84b3277ba9716e182bbc375f1"; + sha256_unsigned = "e8654dd10bb524ca720e7c029c133d1a861913a84b3277ba9716e182bbc375f1"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "dfd3d34ad6a8c1ed51edf162c544d10b49d268561abfb045819d1da5b0c36351"; + sha256_unsigned = "2e05af0c70396bf7d5d0cecca5f3207e6a3a795c9608eb9bde88f67968a6d8ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + model = "MyCloud Mini"; + vendor = "Akitio"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + ]; + image_prefix = "openwrt-22.03.2-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-oxnas-ox820-cloudengines_pogoplug-series-3-initramfs-uImage"; + sha256 = "6af17a5e3d8a37516c93e46f757dd8e1a01f985a66c16d06de0681155be33a79"; + sha256_unsigned = "6af17a5e3d8a37516c93e46f757dd8e1a01f985a66c16d06de0681155be33a79"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "6ec7f7c958abe2a72b647c96a9c88eab8c39f053a6b048c2cd61faf4a85544af"; + sha256_unsigned = "6ec7f7c958abe2a72b647c96a9c88eab8c39f053a6b048c2cd61faf4a85544af"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "c5ecf35f8dfb6498427dabebc0ccca1212c026864b676da7cdbd6b1d12189754"; + sha256_unsigned = "e2a8c06f293607db1f7205e5556b9fdad5cb2b9cd558cc881e7a851f784fdbea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "90dc59479452dcce7ff56f25e03dc8b5cd126a3b0421e7ea797c194c729784d6"; + sha256_unsigned = "90dc59479452dcce7ff56f25e03dc8b5cd126a3b0421e7ea797c194c729784d6"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "4cea9044e32021588580320195b415ae434302b762240cbc4bd941c0af907639"; + sha256_unsigned = "4dba6751f0faca5cdf943ea72de9b4caab0faa5ca9958798facbba6eb62f8674"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + model = "PogoPlug Series V3 (without mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-oxnas-ox820-cloudengines_pogoplugpro-initramfs-uImage"; + sha256 = "fb93f9c819f86498dc9e56f1e7b8f1833a9c2cc1d17fdd8848dba20a3746e29c"; + sha256_unsigned = "fb93f9c819f86498dc9e56f1e7b8f1833a9c2cc1d17fdd8848dba20a3746e29c"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "35ac3f3e4f09451ff9887e3e94deac69bfd45476e917d529e723bfce1c13f7cf"; + sha256_unsigned = "35ac3f3e4f09451ff9887e3e94deac69bfd45476e917d529e723bfce1c13f7cf"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "13948b9632d17b99ba94b078126b31296bcc58861456c18e6c8fb518a5dc8598"; + sha256_unsigned = "45fcbc7b40ee0620f022eb0f8ea856459a9b8c8a70f155108b1d1e8ed7cc2fad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "77226bbc5c25721a625f3a49ca96ca97b5547dfba205ee5a13cf9fb2f464ab09"; + sha256_unsigned = "77226bbc5c25721a625f3a49ca96ca97b5547dfba205ee5a13cf9fb2f464ab09"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "bb3f2fc26690c91efd0d167e6be95481582209b38aaaa90be30f74e1092a3276"; + sha256_unsigned = "b2878d62380692bdaac7864bdc795705c71cdf2945f3a000f042c83440914bb3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + model = "PogoPlug Pro (with mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-oxnas-ox820-mitrastar_stg-212-initramfs-uImage"; + sha256 = "559ca6d5d9088ca13653626dcffad025e5a79308cf86ad151890093b3913cfc7"; + sha256_unsigned = "559ca6d5d9088ca13653626dcffad025e5a79308cf86ad151890093b3913cfc7"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "53e1c025b95c0ab62273dfe66bcef7450f7868356fd5d8b644e846b50394e959"; + sha256_unsigned = "53e1c025b95c0ab62273dfe66bcef7450f7868356fd5d8b644e846b50394e959"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "dca83d50d270c857023ec7924d6f3e00b2312ec1b6b8f64ff33ff4c1462fbd02"; + sha256_unsigned = "1557754d8b453d4ede8065c5eccd7d03148ff0c7272566b6b9dc9e892fb239c7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "f5dc944c57503ad6fcd3b31f8778f817174c379538a60392e73f30f8e36a5c0b"; + sha256_unsigned = "f5dc944c57503ad6fcd3b31f8778f817174c379538a60392e73f30f8e36a5c0b"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "86786f5211aa2afd4c45f3977756c386758939ed8893e4dd87cc38b7b7ad50c1"; + sha256_unsigned = "f09bbf35537bb65fcf07b8f59de2b492f0ba4c3a62b44b9a7aa0d336ec5ffdbd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + model = "STG-212"; + vendor = "MitraStar"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-ata-oxnas-sata" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-22.03.2-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-oxnas-ox820-shuttle_kd20-initramfs-uImage"; + sha256 = "a0b09256abaf871a0e35382f19a9bf6b9cbed82107f98063e747f0da86bb6641"; + sha256_unsigned = "a0b09256abaf871a0e35382f19a9bf6b9cbed82107f98063e747f0da86bb6641"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "f8b8f4f6a50249ad0c4ecd61cc2f1a8ffa68b576b16ad9e955ecfa1a6decd5d4"; + sha256_unsigned = "f8b8f4f6a50249ad0c4ecd61cc2f1a8ffa68b576b16ad9e955ecfa1a6decd5d4"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.2-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "04de98b584301193e22984a5d41dbc0ee62530c1f5839961524b68c44cc8b4c2"; + sha256_unsigned = "d6d0eabd71f442fbe30d2d507a9c354fccf8261fbf31e7dec2f4e07ab0945791"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "d6a6bdbd95a89fac0403337b782a56589c24f0ebbe96f7f1dc0613b51f2253e5"; + sha256_unsigned = "d6a6bdbd95a89fac0403337b782a56589c24f0ebbe96f7f1dc0613b51f2253e5"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "d515dba2a011732db95adc920159a36daadfa070ed28aa3f20ea69994232a74a"; + sha256_unsigned = "f5b80d7c5041d5667978976282ca6bc8ed11e40de5e7a05ef893d69e26f89ecd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + model = "KD20"; + vendor = "Shuttle"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "oxnas/ox820"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + img_creator-ci40 = { + device_packages = [ + "kmod-tpm-i2c-infineon" + "kmod-ca8210" + "wpan-tools" + ]; + image_prefix = "openwrt-22.03.2-pistachio-img_creator-ci40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-pistachio-img_creator-ci40-squashfs-sysupgrade.tar"; + sha256 = "88f3c829be76d065c1f3f6b5f21d8e8ffbcb4f6f61211d672a13825aeb039da6"; + sha256_unsigned = "88f3c829be76d065c1f3f6b5f21d8e8ffbcb4f6f61211d672a13825aeb039da6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-pistachio-img_creator-ci40-squashfs-factory.ubi"; + sha256 = "32fe86209edc59a8c8a2ffd1fa59d2136fe8d740e6472f6f44add1104669b4f3"; + sha256_unsigned = "32fe86209edc59a8c8a2ffd1fa59d2136fe8d740e6472f6f44add1104669b4f3"; + type = "factory"; + } + ]; + supported_devices = [ + "img,creator-ci40" + ]; + titles = [ + { + model = "Creator Ci40 (VL-62899)"; + vendor = "Imagination Technologies"; + } + { + model = "Marduk board"; + vendor = "Imagination Technologies"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "pistachio/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aigale_ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-aigale_ai-br100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-aigale_ai-br100-squashfs-sysupgrade.bin"; + sha256 = "7097f514b149a4ef65033264fe0416e573141bfff90732669ef31641c344bc23"; + sha256_unsigned = "e0c9ada5ff7ca83548515c77af72ce03d8fc3faa53350a7df3a0a12ef7fdadf1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-aigale_ai-br100-initramfs-kernel.bin"; + sha256 = "db0aa44e36686a7b1e571357b33db8f7af532b60edfdaa6c0d730c7d53507e27"; + sha256_unsigned = "db0aa44e36686a7b1e571357b33db8f7af532b60edfdaa6c0d730c7d53507e27"; + type = "kernel"; + } + ]; + supported_devices = [ + "aigale,ai-br100" + "ai-br100" + ]; + titles = [ + { + model = "Ai-BR100"; + vendor = "Aigale"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-alfa-network_ac1200rm-initramfs-kernel.bin"; + sha256 = "6a2b83d297389cbbfd74d63ac8a61434f0b1a25b7d33140b1a00be3d03c5a2c5"; + sha256_unsigned = "6a2b83d297389cbbfd74d63ac8a61434f0b1a25b7d33140b1a00be3d03c5a2c5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "61b9ca97cca029401926a353e8d56cf25fb3f2f7f3fa04489109c020cbfa544b"; + sha256_unsigned = "652815abcb16c447c01d7abfa49c9c344afaf18cbe83db5b89e373265f8c0451"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + "ac1200rm" + ]; + titles = [ + { + model = "AC1200RM"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-alfa-network_r36m-e4g-initramfs-kernel.bin"; + sha256 = "148f83e927751bc1ea992b6e09f951e308c869f95415a2656ffb0b451f142c9a"; + sha256_unsigned = "148f83e927751bc1ea992b6e09f951e308c869f95415a2656ffb0b451f142c9a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "f9fbf1837c2e4ec14832c634aafa126e8db0a8c46eaabcbc0dee450561852539"; + sha256_unsigned = "9b775a87c32a0acd34fea23d219409ae7b963bcfab10b739659ed306d9555f38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + "r36m-e4g" + ]; + titles = [ + { + model = "R36M-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "fb6332a7293a869d54a82794e7fec3a7fe5e1a31ae21e17ac053bb7e100548d7"; + sha256_unsigned = "aa7646f2bb5342fd236c240e6c6286e5369c74bf1bfb7e8a28cb7fd76fd40bf6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-alfa-network_tube-e4g-initramfs-kernel.bin"; + sha256 = "c7f71f157a9b5f88fb8ba0f2561ec5383d8ffaa837a7d7d76b94c2efd642c454"; + sha256_unsigned = "c7f71f157a9b5f88fb8ba0f2561ec5383d8ffaa837a7d7d76b94c2efd642c454"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + "tube-e4g" + ]; + titles = [ + { + model = "Tube-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-asus_rp-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-asus_rp-n53-squashfs-sysupgrade.bin"; + sha256 = "bc891a4f0dd2dccd380f71dc9d484f0b5a9980ee3005ce04fe0c60568477f66b"; + sha256_unsigned = "b9f40ec789e55a2121fb59f905aac549b5794846ee732234a200b94d48c45ec0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-asus_rp-n53-initramfs-kernel.bin"; + sha256 = "1a9cd0824ba1f650718cd53a4c11b31b9bb5212142d652cb9210a4c2d4e9c84e"; + sha256_unsigned = "1a9cd0824ba1f650718cd53a4c11b31b9bb5212142d652cb9210a4c2d4e9c84e"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rp-n53" + "rp-n53" + ]; + titles = [ + { + model = "RP-N53"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-asus_rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-asus_rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "750f7010c6ca4a08e78ad8128cc03e3b9605b972fec68dfea45e3c965aa3c7f1"; + sha256_unsigned = "2c200e0f034c5ff8af0385a9c45da429bb70143df5789fdd26093c4441dff456"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-asus_rt-ac51u-initramfs-kernel.bin"; + sha256 = "6563fe9663184b03f2e79f6a673b4b81183fa0a2d2f6f2d19c5673c4e71b1c30"; + sha256_unsigned = "6563fe9663184b03f2e79f6a673b4b81183fa0a2d2f6f2d19c5673c4e71b1c30"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac51u" + "rt-ac51u" + ]; + titles = [ + { + model = "RT-AC51U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac54u = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-asus_rt-ac54u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-asus_rt-ac54u-squashfs-sysupgrade.bin"; + sha256 = "cc00ba3ac40bafa77dd755efb7b003373bc43047f94020016fa2171a4f3e0d17"; + sha256_unsigned = "ee7adae20065059ddf626c533deffd4dd14cac23a54af30d6f2bdc89e8f21d85"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-asus_rt-ac54u-initramfs-kernel.bin"; + sha256 = "b0ac4def3d39561f2d801d040be73083114e04a26a969ed4a299cc7451bbef4c"; + sha256_unsigned = "b0ac4def3d39561f2d801d040be73083114e04a26a969ed4a299cc7451bbef4c"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac54u" + ]; + titles = [ + { + model = "RT-AC54U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-asus_rt-n12p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-asus_rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "f3523ea0be6721368ef70ba82f2d819e3660e8cee704a3d579cba224e3a6659b"; + sha256_unsigned = "5f1013fb8a705a34426c995ae81be96d321a42750a29212595da66cd8cb01ef0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-asus_rt-n12p-initramfs-kernel.bin"; + sha256 = "0c6eda83b6e59158a324f8a1e0d0366da335c2f7d4b8c6f0ef27dfa044e0e210"; + sha256_unsigned = "0c6eda83b6e59158a324f8a1e0d0366da335c2f7d4b8c6f0ef27dfa044e0e210"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n12p" + "rt-n12p" + ]; + titles = [ + { + model = "RT-N11P/RT-N12+/RT-N12Eb1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-asus_rt-n14u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-asus_rt-n14u-initramfs-kernel.bin"; + sha256 = "0cd1d14212bfa4d9d152f1aa2c560b270439555549cc02c97ba6cc98278b3e7a"; + sha256_unsigned = "0cd1d14212bfa4d9d152f1aa2c560b270439555549cc02c97ba6cc98278b3e7a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-asus_rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "75920201ca5f4af22dc935dc44a4169c1c2b307b08544dd63ee81950e3b4e6d6"; + sha256_unsigned = "83f55d7fe61ad19c90754ea28c44097f53ad889177ff080e09d38683dab11d7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n14u" + "rt-n14u" + ]; + titles = [ + { + model = "RT-N14u"; + vendor = "Asus"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-bdcom_wap2100-sk-initramfs-kernel.bin"; + sha256 = "8c067010a46eb80dbfbab13dc39943a081d231d1e9381dec87198460abb3509a"; + sha256_unsigned = "8c067010a46eb80dbfbab13dc39943a081d231d1e9381dec87198460abb3509a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "72b9cc60f2456c902bbb517f176d34d3d37d7d6c4a4a8ef98b51955860f4240a"; + sha256_unsigned = "050c6180e55151800ca6cc7daed95fd43dffb6f9371e368ff957735c2b9886c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + model = "WAP2100-SK (ZTE ZXECS EBG3130)"; + vendor = "BDCOM"; + } + ]; + }; + buffalo_whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-buffalo_whr-1166d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-buffalo_whr-1166d-initramfs-kernel.bin"; + sha256 = "2ab1ad71b41912affb1d47f4572ab57228dab6c33da547fa70c3c9b68532ed8a"; + sha256_unsigned = "2ab1ad71b41912affb1d47f4572ab57228dab6c33da547fa70c3c9b68532ed8a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-buffalo_whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "43cd6c2b215be4784019cceebcb56cf7b179c3cad125fbc4fe11203acafc2daf"; + sha256_unsigned = "3f0db60f44cacc9d0b9c8a296451e49fbf0397dd76c9aa053f5ca0a050478292"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-1166d" + "whr-1166d" + ]; + titles = [ + { + model = "WHR-1166D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-buffalo_whr-300hp2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-buffalo_whr-300hp2-initramfs-kernel.bin"; + sha256 = "3bc2ed0cc1728526c20277f8da14e3cb6cd4cf839da1c5898a28fb8268dd6690"; + sha256_unsigned = "3bc2ed0cc1728526c20277f8da14e3cb6cd4cf839da1c5898a28fb8268dd6690"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-buffalo_whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "f3541e0c0506c69e7f2b4168349c4d1eadd0381997837e297998930d9b3346d4"; + sha256_unsigned = "baf956eb2c7711d8ba5fd8e6760526520c346c825f199938ede98b24409e3c63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-300hp2" + "whr-300hp2" + ]; + titles = [ + { + model = "WHR-300HP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-buffalo_whr-600d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-buffalo_whr-600d-squashfs-sysupgrade.bin"; + sha256 = "6e6ad6312d4e3a7fe49dbb7713af2a8d1d6bfcdc8645e945a3cec9e98ee6cda8"; + sha256_unsigned = "4c9a37875adf048e675ce4eca7295b3aa604857a8a15ebb6f0f6b7632dac5189"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-buffalo_whr-600d-initramfs-kernel.bin"; + sha256 = "9c077fda04feb7a2bf08e0c143d2b8df03670ede1205c231648380497a8e317f"; + sha256_unsigned = "9c077fda04feb7a2bf08e0c143d2b8df03670ede1205c231648380497a8e317f"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-600d" + "whr-600d" + ]; + titles = [ + { + model = "WHR-600D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-buffalo_wmr-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-buffalo_wmr-300-squashfs-sysupgrade.bin"; + sha256 = "09bb3762f565c9c9f46b79f8ebd15986bab540f1df1252a14be2ebc8fd101011"; + sha256_unsigned = "83f739e81d79f7ffca228813e747d4e5d2ae7aa4b54e69f30a86dbe2413c6002"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-buffalo_wmr-300-initramfs-kernel.bin"; + sha256 = "753c07a0d19ac1e079801e706bdf59911b0ecc0d26423be961ce3453e24974cc"; + sha256_unsigned = "753c07a0d19ac1e079801e706bdf59911b0ecc0d26423be961ce3453e24974cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wmr-300" + "wmr-300" + ]; + titles = [ + { + model = "WMR-300"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-comfast_cf-wr800n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-comfast_cf-wr800n-initramfs-kernel.bin"; + sha256 = "13e5bf857d429f85b014badb58f7cfe24a4b69febd7478152cc8ee1d0fd95207"; + sha256_unsigned = "13e5bf857d429f85b014badb58f7cfe24a4b69febd7478152cc8ee1d0fd95207"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-comfast_cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "e6d30b3f1f97c3232c728de22e5dd89196997acc7410dc449d8e74e79fd599fb"; + sha256_unsigned = "7201da491395cc5e14cea1fa7556d713b8752f42f413cde519bd3d5bcbaeb284"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr800n" + "cf-wr800n" + ]; + titles = [ + { + model = "CF-WR800N"; + vendor = "Comfast"; + } + ]; + }; + dlink_dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-dlink_dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dch-m225-squashfs-factory.bin"; + sha256 = "468d288e55810f50175778890608b2af55efc3e0d2249cd724d5aee3bb9e5e09"; + sha256_unsigned = "468d288e55810f50175778890608b2af55efc3e0d2249cd724d5aee3bb9e5e09"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dch-m225-squashfs-sysupgrade.bin"; + sha256 = "d7e67a754593b72bd0c4e92872557c31385c0c867a680cb7926548c02fc7d060"; + sha256_unsigned = "79818c25f711797d67a0ddaf40d5990a5c6e57e8adba3b2fe52f4b7ff7c87b37"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dch-m225-initramfs-kernel.bin"; + sha256 = "512fce1d8473c7760482a9d16a9bdd446bc8a9226ae722d5915a8b3b34957134"; + sha256_unsigned = "512fce1d8473c7760482a9d16a9bdd446bc8a9226ae722d5915a8b3b34957134"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dch-m225" + "dch-m225" + ]; + titles = [ + { + model = "DCH-M225"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "786f79767267da33d7a155ac3babf775b790257454188df76279555e410defc7"; + sha256_unsigned = "b4bd1d173cdf9a5c95d7cf508d14be1ae77e934854b77cfa4bf5203e5e1e3dde"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "b6988beff1632e2fee999eddd7b1fad3f3bb74bdd3d81ac9f46639dc4cb10160"; + sha256_unsigned = "b6988beff1632e2fee999eddd7b1fad3f3bb74bdd3d81ac9f46639dc4cb10160"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dir-510l-initramfs-kernel.bin"; + sha256 = "7a038bbb56e642c85d014f97e4a8c9bf62f916d5df85744acb1dff2329ae3373"; + sha256_unsigned = "7a038bbb56e642c85d014f97e4a8c9bf62f916d5df85744acb1dff2329ae3373"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + model = "DIR-510L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-dlink_dir-810l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dir-810l-initramfs-kernel.bin"; + sha256 = "758d627e4fea8d66089aac7a465ea5fb4740a491e09e7ce27433eba7a4257f6d"; + sha256_unsigned = "758d627e4fea8d66089aac7a465ea5fb4740a491e09e7ce27433eba7a4257f6d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dir-810l-squashfs-sysupgrade.bin"; + sha256 = "a7c4d4d4c6ba09e742331dee708dcb8d396d6f5bd1679983d29e4ea0821d09f0"; + sha256_unsigned = "8aa92b8e50d0bcfe1280864e6510aaca8084983079a4b8c84af1a7d05b649a2a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-810l" + "dir-810l" + ]; + titles = [ + { + model = "DIR-810L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "7f6f2a57ce47f3a53a5b54fef1189e418a3de17ec7885e361f9d554582760d38"; + sha256_unsigned = "c53b87d9745f12d302dfd5384bbb3ff4dec2ee09d6e0b79669fe2cda8988ae7d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "a4b22707bab5da8c90bf0f0c0d98015118cf4d7883f859a09bc592a02833e9af"; + sha256_unsigned = "a4b22707bab5da8c90bf0f0c0d98015118cf4d7883f859a09bc592a02833e9af"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-116-a1-initramfs-kernel.bin"; + sha256 = "eb99fa52168d117698badd99e46144aa0785e97c8c3be4f46264d487d8b81c2a"; + sha256_unsigned = "eb99fa52168d117698badd99e46144aa0785e97c8c3be4f46264d487d8b81c2a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + model = "DWR-116"; + variant = "A1/A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-118-a1-initramfs-kernel.bin"; + sha256 = "467750132ae0bf2df41a3c3ad225d555a261955a3ef9c7e8f99705204923e668"; + sha256_unsigned = "467750132ae0bf2df41a3c3ad225d555a261955a3ef9c7e8f99705204923e668"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "dc6f8ab29782eacf05564ae7a8fdaed37fcb0b5711f28f69663dbc3b4a451143"; + sha256_unsigned = "dc6f8ab29782eacf05564ae7a8fdaed37fcb0b5711f28f69663dbc3b4a451143"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "b12a43372d2a5f3bab8303953f6293d90657b98d7f0264678db020edcc1e32a8"; + sha256_unsigned = "78c703551c283b83ff9691192c2aeb49a30c144971cc34242e7119ab6060e25e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "68f06829fa17a70da634b3e4fd9c8b9d86ccd11b5603ae250220189145fad791"; + sha256_unsigned = "aa246837ca09ed17e431be5964ce57233660ef073b5e376f399d29e460806d71"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-118-a2-initramfs-kernel.bin"; + sha256 = "2b039244809a39086e98f6415f5c98a865ed5c67a5d5d15c4740598c87b07597"; + sha256_unsigned = "2b039244809a39086e98f6415f5c98a865ed5c67a5d5d15c4740598c87b07597"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "64c43f6cb8bdf03890800609e2a038f76db16b3639613a540f25a21b314edc4b"; + sha256_unsigned = "64c43f6cb8bdf03890800609e2a038f76db16b3639613a540f25a21b314edc4b"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-921-c1-initramfs-kernel.bin"; + sha256 = "e58df5de341f0c47f1e262532c9c869c01efe94556ffcf7212da777e2b5ba661"; + sha256_unsigned = "e58df5de341f0c47f1e262532c9c869c01efe94556ffcf7212da777e2b5ba661"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "5395dfa1e72faf6f87edeab88c69e5c4e4492d42151e4b8a661d493fe78f7a8b"; + sha256_unsigned = "feee4c661f7fe8439a87bcc9409499abaedeb05a689626731a0cb8c252436d1e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "3fb51795d2ee46f58999a77838e0e9689ea2ac346e31ad4db8a17a60d9f030d1"; + sha256_unsigned = "3fb51795d2ee46f58999a77838e0e9689ea2ac346e31ad4db8a17a60d9f030d1"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "83d933e168bd2c856be2a38b36db1486450ad4b83ac8fe20d32370bfdee5cbba"; + sha256_unsigned = "893a3c6ca8ceb8c3e99a64ed77afcfd77f94093c1195f89bc2d2221115c759e9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "8690e579daa39a110d717800e8a89dc338aca9c542f7974904fd2ea3faf6d449"; + sha256_unsigned = "8690e579daa39a110d717800e8a89dc338aca9c542f7974904fd2ea3faf6d449"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-921-c3-initramfs-kernel.bin"; + sha256 = "e58df5de341f0c47f1e262532c9c869c01efe94556ffcf7212da777e2b5ba661"; + sha256_unsigned = "e58df5de341f0c47f1e262532c9c869c01efe94556ffcf7212da777e2b5ba661"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-922-e2-initramfs-kernel.bin"; + sha256 = "d0c93dc3986738ce9a590c859a391af319b4350b4a1b54582be254d328c9f2e1"; + sha256_unsigned = "d0c93dc3986738ce9a590c859a391af319b4350b4a1b54582be254d328c9f2e1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "89d582cd34ed2903181a37dc6fc58fc3321d341a827d80264d4f2ba31b660330"; + sha256_unsigned = "89d582cd34ed2903181a37dc6fc58fc3321d341a827d80264d4f2ba31b660330"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "484b495a1f2db5c1249ef8adcb5055e2a0baed7a0cae96544ac4aa0f6ee4c217"; + sha256_unsigned = "a20a3cc45cbceb7bf431f4be59ae41ceaedf136c2cc2fc047db4a16ba5c7e046"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + model = "DWR-922"; + variant = "E2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-960 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-960"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-960-initramfs-kernel.bin"; + sha256 = "b1ff3aea0e044e80315af076a7038b0bd3190e98940f6a1078811ddf506f2130"; + sha256_unsigned = "b1ff3aea0e044e80315af076a7038b0bd3190e98940f6a1078811ddf506f2130"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-960-squashfs-sysupgrade.bin"; + sha256 = "a7e334f17dcabf9d08ed5e79cac4d34d6ff96d4eb92abd66b3fedf33c130f42d"; + sha256_unsigned = "33ade7afe1bbfbee9a8e8262904c007f242ec11619569263432162cb2eaa7e73"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-960-squashfs-factory.bin"; + sha256 = "85d42a60363f5cfa997992d7849f6c4dbc3c5ee80d5dd262c365a5c257d5194c"; + sha256_unsigned = "85d42a60363f5cfa997992d7849f6c4dbc3c5ee80d5dd262c365a5c257d5194c"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-960" + ]; + titles = [ + { + model = "DWR-960"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-961-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-961-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-961-a1-squashfs-sysupgrade.bin"; + sha256 = "293f95cfe59745752e6bfdbee25976bfc64df5a80e9a4bb2f94376c91bc9cf50"; + sha256_unsigned = "9d3e83c6c72b2d1eebd4a98afe29dd357a155f2f37b6075623bd230a7b234733"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-961-a1-squashfs-factory.bin"; + sha256 = "f371971cbbb0a42bce1d98c39d2c98f4c99f1e45cd4bdff53881ed23b5baa9fc"; + sha256_unsigned = "f371971cbbb0a42bce1d98c39d2c98f4c99f1e45cd4bdff53881ed23b5baa9fc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-dlink_dwr-961-a1-initramfs-kernel.bin"; + sha256 = "ca6c898fad599f2cd8f53f3dc3d5ec181487296cf001beb44e8e58d9a5031332"; + sha256_unsigned = "ca6c898fad599f2cd8f53f3dc3d5ec181487296cf001beb44e8e58d9a5031332"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-961-a1" + ]; + titles = [ + { + model = "DWR-961"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + domywifi_dm202 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-domywifi_dm202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-domywifi_dm202-initramfs-kernel.bin"; + sha256 = "70f446696ed028911d716f359da35cf721332bbc950038a6530c7fb2e4e5c153"; + sha256_unsigned = "70f446696ed028911d716f359da35cf721332bbc950038a6530c7fb2e4e5c153"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-domywifi_dm202-squashfs-sysupgrade.bin"; + sha256 = "ca05f7e28d72f5eea0224fcea2169b116acbc6218627e23879bda78908d147a9"; + sha256_unsigned = "68f8dfdcf35a37a9375e904e5e3dfd597349cb0c1a43e13cdfb85ce435dfd875"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "domywifi,dm202" + ]; + titles = [ + { + model = "DM202"; + vendor = "DomyWifi"; + } + ]; + }; + domywifi_dm203 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-domywifi_dm203"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-domywifi_dm203-squashfs-sysupgrade.bin"; + sha256 = "3027aa445205a6b2f4bc5127e0e2b33133c749492c8cc0ac7bb399957f4bebb5"; + sha256_unsigned = "19e27c968305b9337251dd6a12db76b800a684a49a2bd20e59f7364b032af066"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-domywifi_dm203-initramfs-kernel.bin"; + sha256 = "93fd2f97ba6dfe8be396ac7a54ad996a4d3618df7c67e0fe948f36ff1909f08a"; + sha256_unsigned = "93fd2f97ba6dfe8be396ac7a54ad996a4d3618df7c67e0fe948f36ff1909f08a"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dm203" + ]; + titles = [ + { + model = "DM203"; + vendor = "DomyWifi"; + } + ]; + }; + domywifi_dw22d = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-domywifi_dw22d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-domywifi_dw22d-squashfs-sysupgrade.bin"; + sha256 = "49f4ac694a8a56977005b19f3f5ae812e350a077f442a52efcad3fe03b6dc4c8"; + sha256_unsigned = "764eaac304e98dc46c33ddabfb337c344b08036e59f4abf86b7beeabc0bc3a4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-domywifi_dw22d-initramfs-kernel.bin"; + sha256 = "3a4e531cf52c6985673281f7adfd05e7ffff3074aff411ca3498a99b05849c45"; + sha256_unsigned = "3a4e531cf52c6985673281f7adfd05e7ffff3074aff411ca3498a99b05849c45"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dw22d" + ]; + titles = [ + { + model = "DW22D"; + vendor = "DomyWifi"; + } + ]; + }; + dovado_tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-dovado_tiny-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-dovado_tiny-ac-initramfs-kernel.bin"; + sha256 = "a59e961d7ad096cef63320417f3b962cec7223b55fc745c5ad99d1273869c804"; + sha256_unsigned = "a59e961d7ad096cef63320417f3b962cec7223b55fc745c5ad99d1273869c804"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-dovado_tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "e68cbad605161443b6cda061a7647560dae288682986b687ba7949323f6ccb61"; + sha256_unsigned = "7faa6df9a2e56212bb01542ae7b0d963edc4196d6da8d3f12711e06f6961a9eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dovado,tiny-ac" + "tiny-ac" + ]; + titles = [ + { + model = "Tiny AC"; + vendor = "Dovado"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-edimax_br-6478ac-v2-initramfs-kernel.bin"; + sha256 = "d6d8eae8baad0607c45ace64dad0f2ad4099524c13c9585614e99787af29a189"; + sha256_unsigned = "d6d8eae8baad0607c45ace64dad0f2ad4099524c13c9585614e99787af29a189"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "50fbfd446172780bccaa6011acecf1066f3b29126f01cf97578eb524d861e81c"; + sha256_unsigned = "e872fdd74f52ab49b47532973f76697f5c805492ef1169708094aa1830c40541"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + model = "BR-6478AC"; + variant = "V2"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7476rpc = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-edimax_ew-7476rpc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-edimax_ew-7476rpc-squashfs-sysupgrade.bin"; + sha256 = "7a095515768f47c6bb3aa63564ddf98f829907f52b129a3a4a885f71b028c768"; + sha256_unsigned = "5e8e002ea291e1ff5ad233fc6a43e7b1d90e7e8d46c7bc21e27cfe571f9bbc5d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-edimax_ew-7476rpc-initramfs-kernel.bin"; + sha256 = "c6a49b374c5efa16cec3b92c76a7e03f8592f0f37cf6df39b69bcb209df12870"; + sha256_unsigned = "c6a49b374c5efa16cec3b92c76a7e03f8592f0f37cf6df39b69bcb209df12870"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7476rpc" + ]; + titles = [ + { + model = "EW-7476RPC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478ac = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-edimax_ew-7478ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-edimax_ew-7478ac-squashfs-sysupgrade.bin"; + sha256 = "48c36e4eeb4f6bab52d1feb2d2fd3557ea93050f97ad401ab9081d179e4d0e2b"; + sha256_unsigned = "1a5b1349dc936b055c49ea2ca1a31e402ea166a51c392f4dcd06ec8564e5eea0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-edimax_ew-7478ac-initramfs-kernel.bin"; + sha256 = "f92b58ca0fec2121435dcc3b47a2cf26760adf2d5c9a77effae8e24bca234f76"; + sha256_unsigned = "f92b58ca0fec2121435dcc3b47a2cf26760adf2d5c9a77effae8e24bca234f76"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478ac" + ]; + titles = [ + { + model = "EW-7478AC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478apc = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-edimax_ew-7478apc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-edimax_ew-7478apc-initramfs-kernel.bin"; + sha256 = "c99ef37f7cf79750a07787655f28121fa20319e2f80caaf0bf812baaeeb3f3ef"; + sha256_unsigned = "c99ef37f7cf79750a07787655f28121fa20319e2f80caaf0bf812baaeeb3f3ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-edimax_ew-7478apc-squashfs-sysupgrade.bin"; + sha256 = "832efe1de15acea739266fdc8b25a2d1046638caf662efb221de7c1d277f171b"; + sha256_unsigned = "61b7d74dd099c029da5ae252e398db68bb2fcc30b6bb64ce133a993bf9d1102f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7478apc" + ]; + titles = [ + { + model = "EW-7478APC"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-elecom_wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-elecom_wrh-300cr-squashfs-factory.bin"; + sha256 = "2a1eaee278d76b21fdca677f4d0a1014ae78563146b6fcdbd69fc8e9647f1bcd"; + sha256_unsigned = "2a1eaee278d76b21fdca677f4d0a1014ae78563146b6fcdbd69fc8e9647f1bcd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-elecom_wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "be17823adfa3e8fe165ba4f4bf9a2035fe52a0fbbe193818b569b7917f6fe76f"; + sha256_unsigned = "1da1fa6a77434df2283073a6d9cab84227316be5b845cab200910c658b063103"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-elecom_wrh-300cr-initramfs-kernel.bin"; + sha256 = "5d97d78c6c41b9646a06b29803274abffe5f532569927b6339fc6a7fd4eaa386"; + sha256_unsigned = "5d97d78c6c41b9646a06b29803274abffe5f532569927b6339fc6a7fd4eaa386"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrh-300cr" + "wrh-300cr" + ]; + titles = [ + { + model = "WRH-300CR"; + vendor = "Elecom"; + } + ]; + }; + engenius_esr600 = { + device_packages = [ + "kmod-rt2800-pci" + "kmod-usb-storage" + "kmod-usb-ohci" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-engenius_esr600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-engenius_esr600-initramfs-kernel.bin"; + sha256 = "608a1dab2bf5a00160ae78390ae61923bde271e8df16cb6a0ad5f4fb4fb0633e"; + sha256_unsigned = "608a1dab2bf5a00160ae78390ae61923bde271e8df16cb6a0ad5f4fb4fb0633e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-engenius_esr600-squashfs-sysupgrade.bin"; + sha256 = "34a2bc0cdcbfd20073b53c35ec5ca92a5aa21fbff5c105481820e20747004bea"; + sha256_unsigned = "e7f94cf0a2b777300c1a3c013e8d7866d562af40279528f59579f53c8cef2e0f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-engenius_esr600-squashfs-factory.dlf"; + sha256 = "bacd1fc1220b868a1c3c7c283ec986bea3fc6f405ea0b7fab9ada50b4323c49d"; + sha256_unsigned = "bacd1fc1220b868a1c3c7c283ec986bea3fc6f405ea0b7fab9ada50b4323c49d"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,esr600" + ]; + titles = [ + { + model = "ESR600"; + vendor = "EnGenius"; + } + ]; + }; + fon_fon2601 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-fon_fon2601"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-fon_fon2601-squashfs-sysupgrade.bin"; + sha256 = "e5c3c7d2b9f37962ac6e17d788f19e13926e93978c04c33faf929ef044b68439"; + sha256_unsigned = "b6968ea57e567155bfa2d038ee6d25d9839e900f9b2446db837350259557b0bc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-fon_fon2601-initramfs-kernel.bin"; + sha256 = "565e927c814b7cc5ee7456a10ee2260ff08e5c7161b5a44fb177d33f6021301a"; + sha256_unsigned = "565e927c814b7cc5ee7456a10ee2260ff08e5c7161b5a44fb177d33f6021301a"; + type = "kernel"; + } + ]; + supported_devices = [ + "fon,fon2601" + ]; + titles = [ + { + model = "FON2601"; + vendor = "Fon"; + } + ]; + }; + glinet_gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-glinet_gl-mt300a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "dbbccab48a1fb04734c75edda9ed85d1cbe11bec21c6d0553ee6d8680827a4f7"; + sha256_unsigned = "66f61f344ba5e8d4327eb10da0b40434d358f044c75315afbf4d1158ec4b41c0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-glinet_gl-mt300a-initramfs-kernel.bin"; + sha256 = "e1313420d32f2037fe95543420bb45cc91df3ff7a3aa324763c3baf2e7f910e8"; + sha256_unsigned = "e1313420d32f2037fe95543420bb45cc91df3ff7a3aa324763c3baf2e7f910e8"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300a" + "gl-mt300a" + ]; + titles = [ + { + model = "GL-MT300A"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-glinet_gl-mt300n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-glinet_gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "da76d1694a9040e90b5da336e001f4939f963b15088e6d903d24ce2c2cd4e694"; + sha256_unsigned = "c7c9a4a733b9393e1b5e4a0f9afb9f435ef01e22964eaafc737eadb8363ee8f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-glinet_gl-mt300n-initramfs-kernel.bin"; + sha256 = "ebe31ce1a22b6612ce817bffe0e9780dc37c6e429ec52f312a3a57e8a41ed4f2"; + sha256_unsigned = "ebe31ce1a22b6612ce817bffe0e9780dc37c6e429ec52f312a3a57e8a41ed4f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n" + "gl-mt300n" + ]; + titles = [ + { + model = "GL-MT300N"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-glinet_gl-mt750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-glinet_gl-mt750-initramfs-kernel.bin"; + sha256 = "4bc81208c133cd87ee7478866552c16e207bcf8372c9f5bbfcfa0e7adb50f585"; + sha256_unsigned = "4bc81208c133cd87ee7478866552c16e207bcf8372c9f5bbfcfa0e7adb50f585"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "9806873b2ad8e640b9cf859e538a66c0895f48df853f7bc831d2a03f6b28762f"; + sha256_unsigned = "13bb4504e8f4123c1e142fd504b9b772f4cce3924d5a4eea485427acb42ae371"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt750" + "gl-mt750" + ]; + titles = [ + { + model = "GL-MT750"; + vendor = "GL.iNet"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "0aeb13af02e0e768ef430f4ecdbd6b6cdb6f0184c681799e90275f5b14f88e58"; + sha256_unsigned = "64b138c520a45b05be7d44bdb66f51eef475120a9ee8687bcb039339085b52ed"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-head-weblink_hdrm200-initramfs-kernel.bin"; + sha256 = "e6a964fe55f230e78efaab460c8d0922643a18e51e228fd52830a40e47c83c28"; + sha256_unsigned = "e6a964fe55f230e78efaab460c8d0922643a18e51e228fd52830a40e47c83c28"; + type = "kernel"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + model = "HDRM2000"; + vendor = "Head Weblink"; + } + ]; + }; + hiwifi_hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-hiwifi_hc5661"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"; + sha256 = "af1909c7b712eb9d415d5f5592f951a301640784291a62f79b4904b8ba0a8615"; + sha256_unsigned = "46ffcd9ead4d670cf52453010507e6cce26b011b047eff0543d1311042b69ff2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-hiwifi_hc5661-initramfs-kernel.bin"; + sha256 = "efb998fb13941e825f3b5d68b9225ded2afbe6d2d2266a4cba223689f2532440"; + sha256_unsigned = "efb998fb13941e825f3b5d68b9225ded2afbe6d2d2266a4cba223689f2532440"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5661" + "hc5661" + ]; + titles = [ + { + model = "HC5661"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-hiwifi_hc5761"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-hiwifi_hc5761-initramfs-kernel.bin"; + sha256 = "16e36bc131065455cc3d0297de5706a9084806f33418e55a4ed0e42ce64284ec"; + sha256_unsigned = "16e36bc131065455cc3d0297de5706a9084806f33418e55a4ed0e42ce64284ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"; + sha256 = "17c6c11990ccb8e6b391f194c95adef030e9825ab1de297d238e395b02920b7b"; + sha256_unsigned = "2136f676e4ebc8c35e917c57eb935e61c0f6d5f461c57fc738d3d7d889c50890"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5761" + "hc5761" + ]; + titles = [ + { + model = "HC5761"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-hiwifi_hc5861"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-hiwifi_hc5861-initramfs-kernel.bin"; + sha256 = "3fccd2c8c7dfbfb7f648b56ad43e1ba9229d57f3bcc3a8e96167607c27704889"; + sha256_unsigned = "3fccd2c8c7dfbfb7f648b56ad43e1ba9229d57f3bcc3a8e96167607c27704889"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"; + sha256 = "c4f255be71a64d69ad93214ff1dee319dc102d0fe2b1e83d51e24449f070fa1e"; + sha256_unsigned = "9f61b9cd9e7570dc0ca696815b1c514e2cc78371fa33d4d0803493131ba07476"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861" + "hc5861" + ]; + titles = [ + { + model = "HC5861"; + vendor = "HiWiFi"; + } + ]; + }; + hnet_c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-hnet_c108"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-hnet_c108-initramfs-kernel.bin"; + sha256 = "fc0538adb1d84f974f736fa82be22e0e8db58577a395dc3a7a9ae3e9f064fef0"; + sha256_unsigned = "fc0538adb1d84f974f736fa82be22e0e8db58577a395dc3a7a9ae3e9f064fef0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-hnet_c108-squashfs-sysupgrade.bin"; + sha256 = "ff30453160f6548fca4326bd2fd06cc7c7697c1f5af0f9c80aa29f50b0ba090c"; + sha256_unsigned = "c88bc91debb7383452e55bd61c1becb28b86c1cb90a8fec593d1baa24a571026"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hnet,c108" + "c108" + ]; + titles = [ + { + model = "C108"; + vendor = "HNET"; + } + ]; + }; + hootoo_ht-tm05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-hootoo_ht-tm05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-hootoo_ht-tm05-squashfs-sysupgrade.bin"; + sha256 = "b02880308e94537cc7537cd263fc5a40962873c9912bc53079257ca5f6aadd3c"; + sha256_unsigned = "5975116c4ee15da9734b65cddb3c285f28e7557496e79b9652bcd4b87f820510"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-hootoo_ht-tm05-squashfs-rootfs.bin"; + sha256 = "a10a31d8800a2df7ca3d3711533b104f691ebe1e553258f75d9b524763e2f30d"; + sha256_unsigned = "a10a31d8800a2df7ca3d3711533b104f691ebe1e553258f75d9b524763e2f30d"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-hootoo_ht-tm05-squashfs-kernel.bin"; + sha256 = "418afe7faf6fe0d010e6777784a74520454d4997b09a2c39d889d527685b6870"; + sha256_unsigned = "418afe7faf6fe0d010e6777784a74520454d4997b09a2c39d889d527685b6870"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-hootoo_ht-tm05-initramfs-kernel.bin"; + sha256 = "445c3e03bc1b5aa3df5628f9f8333a8f8ad14ef754147f3868040c2e292d5085"; + sha256_unsigned = "445c3e03bc1b5aa3df5628f9f8333a8f8ad14ef754147f3868040c2e292d5085"; + type = "kernel"; + } + ]; + supported_devices = [ + "hootoo,ht-tm05" + ]; + titles = [ + { + model = "HT-TM05"; + vendor = "HooToo"; + } + ]; + }; + humax_e2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-humax_e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-humax_e2-squashfs-sysupgrade.bin"; + sha256 = "4dd1ff57676c32cb734332a88187c237e28fbc5b36995bd3c7dc86b4e71d52eb"; + sha256_unsigned = "ea338b0802219ad3d7659bfee818c8854169796641f6c8804f40a893b2ce40bc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-humax_e2-initramfs-kernel.bin"; + sha256 = "dd48d65f4940e742146843852b2c6fbc26311d2f4793471f79c5bbb42efe2345"; + sha256_unsigned = "dd48d65f4940e742146843852b2c6fbc26311d2f4793471f79c5bbb42efe2345"; + type = "kernel"; + } + ]; + supported_devices = [ + "humax,e2" + ]; + titles = [ + { + model = "E2"; + vendor = "HUMAX"; + } + { + model = "QUANTUM E2"; + vendor = "HUMAX"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "4fc93f335c6da0b2227600e86bf91fb1ba9f9af793e0a0e571cb6aa91d192d3a"; + sha256_unsigned = "4fc93f335c6da0b2227600e86bf91fb1ba9f9af793e0a0e571cb6aa91d192d3a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-iodata_wn-ac1167gr-initramfs-kernel.bin"; + sha256 = "b0eb685dcb841bfe2a761916be2284bbc4e5599e20904c633191bee1cf5060ca"; + sha256_unsigned = "b0eb685dcb841bfe2a761916be2284bbc4e5599e20904c633191bee1cf5060ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "85f08886ed9461da60244f345ea831b694718dbd765f224d25338cc9c2cbc11c"; + sha256_unsigned = "d6d15ab4cb834ba51251b552543c657f26ab9df39a8eaf99c3c73f00a26204b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + model = "WN-AC1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-iodata_wn-ac733gr3-initramfs-kernel.bin"; + sha256 = "a738c7ba4bf0c0054e3de38bffb717e24517cb12ac29ac9d9dd236fcb23776ea"; + sha256_unsigned = "a738c7ba4bf0c0054e3de38bffb717e24517cb12ac29ac9d9dd236fcb23776ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "8953d323673a1c310977c01c739a239bb2c4496d78529a80cc887be555346555"; + sha256_unsigned = "1eb3cf0de8e5fcea9afa19d0d1c6b8418fd6fcd1e5b1d0e2df84d1f66747d05d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "6546030d0e6431db0cee6f54f8e21423630e7a51600f9d3fa01b0d96026c8173"; + sha256_unsigned = "6546030d0e6431db0cee6f54f8e21423630e7a51600f9d3fa01b0d96026c8173"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + model = "WN-AC733GR3"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a1004ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-iptime_a1004ns"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-iptime_a1004ns-initramfs-kernel.bin"; + sha256 = "892c0cdc4adbf360c1f4b4065c06cee10c07ae7f07bb503f3a81587f892bab60"; + sha256_unsigned = "892c0cdc4adbf360c1f4b4065c06cee10c07ae7f07bb503f3a81587f892bab60"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-iptime_a1004ns-squashfs-sysupgrade.bin"; + sha256 = "8082cb77a69915a18b7d6731322d427ce27b5327ffc6dc89ac5a7d4d9b39819a"; + sha256_unsigned = "2adbb23a6c230248c922f8eb51fdf63a67a49802ce64addae684f244d3edb950"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a1004ns" + ]; + titles = [ + { + model = "A1004ns"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a104ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-iptime_a104ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-iptime_a104ns-squashfs-sysupgrade.bin"; + sha256 = "7b5c3995887699849b267085cd6ce846412cdf8a4010eafedc5340b10f285cf7"; + sha256_unsigned = "88799e7c9506179d60abb7162116650476efd874786cb26801e02cc842f67cc2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-iptime_a104ns-initramfs-kernel.bin"; + sha256 = "9bab20051e37a98a2c433679b22a37810df5c7318eec4305783edaeea5f296a7"; + sha256_unsigned = "9bab20051e37a98a2c433679b22a37810df5c7318eec4305783edaeea5f296a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a104ns" + ]; + titles = [ + { + model = "A104ns"; + vendor = "ipTIME"; + } + ]; + }; + kimax_u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-kimax_u25awf-h1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-kimax_u25awf-h1-initramfs-kernel.bin"; + sha256 = "6f3b9b68fc42bb959048da7b5086e60057646ca218206a0884d244fc0da7d189"; + sha256_unsigned = "6f3b9b68fc42bb959048da7b5086e60057646ca218206a0884d244fc0da7d189"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-kimax_u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "59ca7e14ac74f6e975ce9268e6cdd1d68aa85393a282343a2b0c1034baaa81e2"; + sha256_unsigned = "bd81be764a745535028f7403f9caa1c3a1c35c998e648311c467af7fe1b5b7b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u25awf-h1" + "u25awf-h1" + ]; + titles = [ + { + model = "U25AWF"; + variant = "H1"; + vendor = "Kimax"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "39f7d7f6507ef929faf4d84be2d63fcf583c8b4ad0994ad47a55082356320fc7"; + sha256_unsigned = "f6c62ac82e81f5391e02ea6489e5efcb101ef729a18d393be6bba32608d59486"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-kimax_u35wf-initramfs-kernel.bin"; + sha256 = "d630d89a9db6ec48785c763dc0603e9eb48d1dbd12a7f16db23f540440cac416"; + sha256_unsigned = "d630d89a9db6ec48785c763dc0603e9eb48d1dbd12a7f16db23f540440cac416"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + model = "U35WF"; + vendor = "Kimax"; + } + ]; + }; + kingston_mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-kingston_mlw221"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-kingston_mlw221-initramfs-kernel.bin"; + sha256 = "58db9f2b648cc7610505c1ff9e4933be0e17583cd14c97029d98fe3f19e166f6"; + sha256_unsigned = "58db9f2b648cc7610505c1ff9e4933be0e17583cd14c97029d98fe3f19e166f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-kingston_mlw221-squashfs-sysupgrade.bin"; + sha256 = "82a136c132655f2d31f0b9d7995a86f99f8d2b54fdaac244d5c533d0a642f10b"; + sha256_unsigned = "e15b50b87745183e7b06730d5a6aa374493e42a1dcf5c821ac09c400da06880c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlw221" + "mlw221" + ]; + titles = [ + { + model = "MLW221"; + vendor = "Kingston"; + } + ]; + }; + kingston_mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-kingston_mlwg2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-kingston_mlwg2-initramfs-kernel.bin"; + sha256 = "d35115b8d7b7e3fae0aaf82fef5c708256f5bfb43265409d939c553bab5faa7f"; + sha256_unsigned = "d35115b8d7b7e3fae0aaf82fef5c708256f5bfb43265409d939c553bab5faa7f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-kingston_mlwg2-squashfs-sysupgrade.bin"; + sha256 = "5462112923084c5da600eda9ef23b59ee0f447ee20a609ba88b074327123cfa9"; + sha256_unsigned = "7684b1dabeb35a20c3f2378447238f6d42c063f1a4b1bf2dcc8981622437a7e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlwg2" + "mlwg2" + ]; + titles = [ + { + model = "MLWG2"; + vendor = "Kingston"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "c4c16ec226d34760c3ce63c2d79665da7ad2cf47d58e723a9badbe4447d51420"; + sha256_unsigned = "9a77b5852d3472561770bf2dfcd4ccf089abffb706a430171bb57f2597e1b1fa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-lava_lr-25g001-initramfs-kernel.bin"; + sha256 = "e690cada43f828fd9b932540e049cbe55a2144eeaa4bc61ea7eff370d99e001f"; + sha256_unsigned = "e690cada43f828fd9b932540e049cbe55a2144eeaa4bc61ea7eff370d99e001f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "84d1157ff5d1de463aafa0b946339ed718f5f4b4e4815c208822f51ea815f04d"; + sha256_unsigned = "84d1157ff5d1de463aafa0b946339ed718f5f4b4e4815c208822f51ea815f04d"; + type = "factory"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + model = "LR-25G001"; + vendor = "LAVA"; + } + ]; + }; + lb-link_bl-w1200 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-lb-link_bl-w1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-lb-link_bl-w1200-squashfs-sysupgrade.bin"; + sha256 = "33b2008e13ba0e676c73d4d4ffb7940fd0eb902c63f7a1396405bb8f71086322"; + sha256_unsigned = "76c82fac7a7bd0557f4fd88b9fdf4cd78bf69eccdf709f5a689b92754639fb60"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-lb-link_bl-w1200-initramfs-kernel.bin"; + sha256 = "78507f64696941c27b4f83b3b96c98c4c1ff101742fb832f1e142e66b465a957"; + sha256_unsigned = "78507f64696941c27b4f83b3b96c98c4c1ff101742fb832f1e142e66b465a957"; + type = "kernel"; + } + ]; + supported_devices = [ + "lb-link,bl-w1200" + ]; + titles = [ + { + model = "BL-W1200"; + vendor = "LB-Link"; + } + ]; + }; + lenovo_newifi-y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-lenovo_newifi-y1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-lenovo_newifi-y1-initramfs-kernel.bin"; + sha256 = "d75a1b712eb89912e39188e5ef9560f2ce206fbefc2b15bcefb28d984b33d469"; + sha256_unsigned = "d75a1b712eb89912e39188e5ef9560f2ce206fbefc2b15bcefb28d984b33d469"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"; + sha256 = "374f6ad1bcc0b67e4d8c55c3db69835d74a7fa67f52456419ef655553920a53b"; + sha256_unsigned = "fe07da11b3c40fbfdc29fcae35ad75d37b3cb97bc5de9c9377385c554115637b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1" + "y1" + ]; + titles = [ + { + model = "Y1"; + vendor = "Lenovo"; + } + ]; + }; + lenovo_newifi-y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-lenovo_newifi-y1s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-lenovo_newifi-y1s-initramfs-kernel.bin"; + sha256 = "910ec35f28ab1749a888809521026360f5f2c74e3303b1e99c749fda1744bf91"; + sha256_unsigned = "910ec35f28ab1749a888809521026360f5f2c74e3303b1e99c749fda1744bf91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"; + sha256 = "d28bd5e84d3f34e8bfcf49bb7055eb213fca05f621f78f8d015c47b3dbe302a0"; + sha256_unsigned = "af3b369554c76ede2fd756e826541ecc9018405544428abb5e6c6adeb379b592"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1s" + "y1s" + ]; + titles = [ + { + model = "Y1S"; + vendor = "Lenovo"; + } + ]; + }; + linksys_e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-linksys_e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-linksys_e1700-squashfs-sysupgrade.bin"; + sha256 = "978d37cf9959d90adb454a09c7eb34557a91b63dcf9a5410d25d46b82bcc2e37"; + sha256_unsigned = "a2cf688b1320590e96ab7fd535792fde8d34a14a7a8fec246ebcf285c997bdd4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-linksys_e1700-initramfs-kernel.bin"; + sha256 = "7d0e178e71947d68a95d1b34b650deb56c51a61a41805af6026fa91d752d45b1"; + sha256_unsigned = "7d0e178e71947d68a95d1b34b650deb56c51a61a41805af6026fa91d752d45b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-linksys_e1700-squashfs-factory.bin"; + sha256 = "b817a9d5b55b7d7645160c2abd5cf9702c6f4532e9be049b753c40d4eb4d86c5"; + sha256_unsigned = "b817a9d5b55b7d7645160c2abd5cf9702c6f4532e9be049b753c40d4eb4d86c5"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,e1700" + "e1700" + ]; + titles = [ + { + model = "E1700"; + vendor = "Linksys"; + } + ]; + }; + microduino_microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-microduino_microwrt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-microduino_microwrt-initramfs-kernel.bin"; + sha256 = "d2e76a8cbd09f52d5fa1c3eb08f2be36788679fd684907b7a720fe460906d474"; + sha256_unsigned = "d2e76a8cbd09f52d5fa1c3eb08f2be36788679fd684907b7a720fe460906d474"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-microduino_microwrt-squashfs-sysupgrade.bin"; + sha256 = "56cb59ab0c4bd345dee5b0eaefaed479240f1c24d09c68492e363bda5198c955"; + sha256_unsigned = "d908ce0d901b39f9f20a44662ff404cf54aa6473760642403143f8ff15282a7d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "microduino,microwrt" + "microwrt" + ]; + titles = [ + { + model = "MicroWRT"; + vendor = "Microduino"; + } + ]; + }; + netgear_ex3700 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-netgear_ex3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-netgear_ex3700-squashfs-factory.chk"; + sha256 = "5006f946c2e61389dc4882ca288fe7907ae1469e047f349ae29da46f33af070e"; + sha256_unsigned = "5006f946c2e61389dc4882ca288fe7907ae1469e047f349ae29da46f33af070e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-netgear_ex3700-squashfs-sysupgrade.bin"; + sha256 = "ed0be8dc97836873dfc88ef49ea3dda4c0571fcdbc08ef931794b5e3dba9a757"; + sha256_unsigned = "c7d6e11922cc7605867ac21012cf05b131a2c15383ebbe5d2e08f66da4904d28"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-netgear_ex3700-initramfs-kernel.bin"; + sha256 = "f5a652c0693e378f12e8b66810cab14b3167d47012b91547af78330ceb171147"; + sha256_unsigned = "f5a652c0693e378f12e8b66810cab14b3167d47012b91547af78330ceb171147"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex3700" + "ex3700" + ]; + titles = [ + { + model = "EX3700/EX3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6120 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-netgear_ex6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-netgear_ex6120-squashfs-sysupgrade.bin"; + sha256 = "1030a0cbac77a0259e27779da4914295e92662e767c187c95c708ab9c8f5e601"; + sha256_unsigned = "ebf0e2b76b7403528435527fd1c3267687f4125192e41faa0e5332cf3f7d727f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-netgear_ex6120-initramfs-kernel.bin"; + sha256 = "4a86a6558ccd79a48424673ef4b8a08da449d95b8af211a8c55e58b70150b870"; + sha256_unsigned = "4a86a6558ccd79a48424673ef4b8a08da449d95b8af211a8c55e58b70150b870"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-netgear_ex6120-squashfs-factory.chk"; + sha256 = "20627d3db5ba82b5dab502a319b5144ace22d27f622e7e106eda4d832234d832"; + sha256_unsigned = "20627d3db5ba82b5dab502a319b5144ace22d27f622e7e106eda4d832234d832"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6120" + ]; + titles = [ + { + model = "EX6120"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6130 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-netgear_ex6130"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-netgear_ex6130-squashfs-sysupgrade.bin"; + sha256 = "07173fd43902c218ffdbbcf6efa24474945de922518c4cca8f36a2f1525e5a01"; + sha256_unsigned = "cba1879360d9348dc81c8dff74b898050e67e98cae8957578c0d964e3697ccab"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-netgear_ex6130-squashfs-factory.chk"; + sha256 = "0d8704e0f882d4dbb1015cb78cdee227dfc777f4b789e4e9f42596f55e3137c7"; + sha256_unsigned = "0d8704e0f882d4dbb1015cb78cdee227dfc777f4b789e4e9f42596f55e3137c7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-netgear_ex6130-initramfs-kernel.bin"; + sha256 = "0023592f31c138b832b48322582b023ece90a7994da5e8623bf8cfe7fb160944"; + sha256_unsigned = "0023592f31c138b832b48322582b023ece90a7994da5e8623bf8cfe7fb160944"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6130" + ]; + titles = [ + { + model = "EX6130"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-netgear_wn3000rp-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-netgear_wn3000rp-v3-initramfs-kernel.bin"; + sha256 = "acd441e075be29555cc53b742ef31c8e66a27662d352fe6029e9a7f02228823d"; + sha256_unsigned = "acd441e075be29555cc53b742ef31c8e66a27662d352fe6029e9a7f02228823d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-netgear_wn3000rp-v3-squashfs-factory.bin"; + sha256 = "2c852b015eb2a75f80726fdca0867b2bb9d4fe67428ecd8cae862ec61dfb2ea6"; + sha256_unsigned = "2c852b015eb2a75f80726fdca0867b2bb9d4fe67428ecd8cae862ec61dfb2ea6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-netgear_wn3000rp-v3-squashfs-sysupgrade.bin"; + sha256 = "e350ea4c293ccf0cb19ba36f5405210550d9a676c2b848c7bb2f84b310ee3eb6"; + sha256_unsigned = "157e61a9638630971ccccdd0355f2c954841118e30c585b228daf02f7811113a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wn3000rp-v3" + "wn3000rpv3" + ]; + titles = [ + { + model = "WN3000RP"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3100rp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-netgear_wn3100rp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-netgear_wn3100rp-v2-initramfs-kernel.bin"; + sha256 = "58afa15dc88c3e8287ffaaccbb620db71a0c297436a340869e16b320b9f9b91a"; + sha256_unsigned = "58afa15dc88c3e8287ffaaccbb620db71a0c297436a340869e16b320b9f9b91a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-netgear_wn3100rp-v2-squashfs-factory.bin"; + sha256 = "8255fbe4b4addf29f28ce1cd319a8a3652bda11ab4602cd4896c86859b58f646"; + sha256_unsigned = "8255fbe4b4addf29f28ce1cd319a8a3652bda11ab4602cd4896c86859b58f646"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-netgear_wn3100rp-v2-squashfs-sysupgrade.bin"; + sha256 = "06373a139efdf86b56bde3177e66deead6025757849f701af21d86eb663fbcff"; + sha256_unsigned = "eb04cbeae66e0023e8b8dd6f08db0febd68a8c0ad18da85dd98335c24138f3e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wn3100rp-v2" + ]; + titles = [ + { + model = "WN3100RP"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2770 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-netis_wf2770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-netis_wf2770-squashfs-sysupgrade.bin"; + sha256 = "bf30d273614420f6519f6e074cd31a6bf6fab3c61c9c43da7789581f4e058982"; + sha256_unsigned = "fa4cf596f5556a11618dac411e81f659fe278651242a69c08da24aa05a0868d9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-netis_wf2770-initramfs-kernel.bin"; + sha256 = "213535447748815f8df99559a4b20df69b1eb247942361303ffc75bacfd090bf"; + sha256_unsigned = "213535447748815f8df99559a4b20df69b1eb247942361303ffc75bacfd090bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "netis,wf2770" + ]; + titles = [ + { + model = "WF2770"; + vendor = "NETIS"; + } + ]; + }; + nexx_wt3020-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-nexx_wt3020-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-nexx_wt3020-8m-squashfs-factory.bin"; + sha256 = "611a029c2a00b45105f71ca9d770e075d4aca4b1c788136f700357ed7e0ed2fc"; + sha256_unsigned = "611a029c2a00b45105f71ca9d770e075d4aca4b1c788136f700357ed7e0ed2fc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-nexx_wt3020-8m-initramfs-kernel.bin"; + sha256 = "d76e051bd76379c8a2d3c2b7a4f0c1a50ba6ad49b3cd464fdb9669c5bbf1f2da"; + sha256_unsigned = "d76e051bd76379c8a2d3c2b7a4f0c1a50ba6ad49b3cd464fdb9669c5bbf1f2da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-nexx_wt3020-8m-squashfs-sysupgrade.bin"; + sha256 = "8f56c38dfb9bb953ccacb8ea4bb30e0d062a6a0cd6af1bd54e8b533f7b0ea47b"; + sha256_unsigned = "c883313875bf34b5fb75ee427ec4244ca93243798327d42657f29bf21b1715a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexx,wt3020-8m" + "wt3020" + "wt3020-8M" + ]; + titles = [ + { + model = "WT3020"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + ohyeah_oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-ohyeah_oy-0001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-ohyeah_oy-0001-squashfs-sysupgrade.bin"; + sha256 = "d02983ba2df0335ecd9d59f5e401cf60955b6a2717f1bf131242a980a6282030"; + sha256_unsigned = "1206bc082c5d11020fde3f01ab6f0b35b743dfe9739420b19de0febd28fa9fa9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-ohyeah_oy-0001-initramfs-kernel.bin"; + sha256 = "2163a2405c41c0afcf9a6547770edd7977e6630e26d688ddf17ee9479cfec04f"; + sha256_unsigned = "2163a2405c41c0afcf9a6547770edd7977e6630e26d688ddf17ee9479cfec04f"; + type = "kernel"; + } + ]; + supported_devices = [ + "ohyeah,oy-0001" + "oy-0001" + ]; + titles = [ + { + model = "OY-0001"; + vendor = "Oh Yeah"; + } + ]; + }; + "phicomm_k2-v22.4" = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-phicomm_k2-v22.4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-phicomm_k2-v22.4-initramfs-kernel.bin"; + sha256 = "20572ff091043d1ae873351048de6bd9c680fbc0fe0bb565ce5d47fce9d852c9"; + sha256_unsigned = "20572ff091043d1ae873351048de6bd9c680fbc0fe0bb565ce5d47fce9d852c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-phicomm_k2-v22.4-squashfs-sysupgrade.bin"; + sha256 = "de5a1a94aff5b7232de2d1961929c126e8f605a154c2b46845c5df0b0ef559da"; + sha256_unsigned = "aec6fc6437c83ff5a5fd08bab4670a2c0a598ebe6a3202d04141697abb58061a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2-v22.4" + "psg1218" + "psg1218a" + "phicomm,psg1218a" + ]; + titles = [ + { + model = "K2"; + variant = "v22.4 or older"; + vendor = "Phicomm"; + } + ]; + }; + "phicomm_k2-v22.5" = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-phicomm_k2-v22.5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-phicomm_k2-v22.5-squashfs-sysupgrade.bin"; + sha256 = "c9e05a28996043596ba69813856c00353efd01faebb02f80dceb8892ce6442b4"; + sha256_unsigned = "5cce31e00488c28207cdba1c9ff5aaeb4e52466283eae4f309de18b6183174a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-phicomm_k2-v22.5-initramfs-kernel.bin"; + sha256 = "909da2412b56f9399448192a5272c72136cb591087948bb88768a5915f1e8df4"; + sha256_unsigned = "909da2412b56f9399448192a5272c72136cb591087948bb88768a5915f1e8df4"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2-v22.5" + ]; + titles = [ + { + model = "K2"; + variant = "v22.5 or newer"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-phicomm_k2g-initramfs-kernel.bin"; + sha256 = "1c57634e8d2350ecb88a0c01865d121cefbbe6acfb2d70974218e14d2417b168"; + sha256_unsigned = "1c57634e8d2350ecb88a0c01865d121cefbbe6acfb2d70974218e14d2417b168"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "b8ca2138e020eb557b622382f39af85dab04c4c5bf5c1a6a9599be50d22075a9"; + sha256_unsigned = "b62d9922fe0f736620033acf6d514a6739e9c00e6612e4aa67e3d260b579bf89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + model = "K2G"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-phicomm_psg1208"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-phicomm_psg1208-initramfs-kernel.bin"; + sha256 = "cc37d8bd2355a3819328160d861a2299db7912308337098223aef0ffbc0d4b7d"; + sha256_unsigned = "cc37d8bd2355a3819328160d861a2299db7912308337098223aef0ffbc0d4b7d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-phicomm_psg1208-squashfs-sysupgrade.bin"; + sha256 = "8657eb6c9ab9e0c7b0fbe6e97bee32b773096483cad706ec37c3c8b44ff30e88"; + sha256_unsigned = "e378e70c6778a5f4bc973f185a21d54baf0f451f7cdb950abce2804c352388eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,psg1208" + "psg1208" + ]; + titles = [ + { + model = "PSG1208"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-phicomm_psg1218b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-phicomm_psg1218b-initramfs-kernel.bin"; + sha256 = "b0fa0310b1314a64f2b55b52dfaeeba89cca325e7f5e8e21415c36f5d40136e0"; + sha256_unsigned = "b0fa0310b1314a64f2b55b52dfaeeba89cca325e7f5e8e21415c36f5d40136e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-phicomm_psg1218b-squashfs-sysupgrade.bin"; + sha256 = "fffb69a6935c4298062af6e13b51f690374748995a7ea7199fcd894f7cbdeb1f"; + sha256_unsigned = "ac14e1705c11998220e7fadb8d76271c0fe2a98776758fba6da0845736310e23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,psg1218b" + "psg1218" + "psg1218b" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Bx"; + vendor = "Phicomm"; + } + ]; + }; + planex_cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-planex_cs-qr10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-planex_cs-qr10-initramfs-kernel.bin"; + sha256 = "c83a69b8a50062f01b0b8d0adbe90eb3444f564cc18a462c1deb4dade1e150ec"; + sha256_unsigned = "c83a69b8a50062f01b0b8d0adbe90eb3444f564cc18a462c1deb4dade1e150ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-planex_cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "c1b888e2558c91495e71c9a02cd15f6015fc9f1873520f627a8b404da1bd01ca"; + sha256_unsigned = "4d3d5e57a0756277c04b858fae915f2702bf143ef1f7ee26f2f3a14d81dde71d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,cs-qr10" + "cs-qr10" + ]; + titles = [ + { + model = "CS-QR10"; + vendor = "Planex"; + } + ]; + }; + planex_db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-planex_db-wrt01"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-planex_db-wrt01-initramfs-kernel.bin"; + sha256 = "48deac61cdd8a797f33aa3136ae810e6115df4367e3d74f8080bcfcc81b42a4b"; + sha256_unsigned = "48deac61cdd8a797f33aa3136ae810e6115df4367e3d74f8080bcfcc81b42a4b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-planex_db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "705a8b22f35dddcb8e460eef609d7801b3ff9a51f6829cb9cd40d25d2bccf38f"; + sha256_unsigned = "f1289a5f6ecdf96dd396f7e5e4a9150dca2a12f0cc0be586c05dddfa4fa0074d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,db-wrt01" + "db-wrt01" + ]; + titles = [ + { + model = "DB-WRT01"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-planex_mzk-750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-planex_mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "2e24536d42fc44714f7d223cc605d568a3fb13376ae376dfd1bd30e03a2a2166"; + sha256_unsigned = "be51ea7ecf4280b65909e69b9f051fb76b76f5aa8db377417a7ff10e96146645"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-planex_mzk-750dhp-initramfs-kernel.bin"; + sha256 = "a354e85a22237401bc34c8cb8261914e4f4efd4dc02a8adfd1b8742c4f30fd99"; + sha256_unsigned = "a354e85a22237401bc34c8cb8261914e4f4efd4dc02a8adfd1b8742c4f30fd99"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-750dhp" + "mzk-750dhp" + ]; + titles = [ + { + model = "MZK-750DHP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-planex_mzk-ex300np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-planex_mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "a2f8b8234a1f42cbd7380f9ceb9bb3b27e8b115375aec1ccb4cf45d9fa2a4b2b"; + sha256_unsigned = "ee9bd8df68561aca1f649427130276e490f2e012c378e6a2adc577f01bd0991f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-planex_mzk-ex300np-initramfs-kernel.bin"; + sha256 = "8e4d5f6f069f5e0b01f14fa9e0062cb64f2f3839cb548e0026d91fe3be7e27e1"; + sha256_unsigned = "8e4d5f6f069f5e0b01f14fa9e0062cb64f2f3839cb548e0026d91fe3be7e27e1"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex300np" + "mzk-ex300np" + ]; + titles = [ + { + model = "MZK-EX300NP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-planex_mzk-ex750np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-planex_mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "64a29a9bf2dc333144a2922d6648500388f3a13ea5b3b7c583194c1a75425e1e"; + sha256_unsigned = "93ff32c0554ef07e7195f65c08fa5939de9fb3dbd7027cc5c03f6d38617a64f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-planex_mzk-ex750np-initramfs-kernel.bin"; + sha256 = "ac68afae129dfc36413edfa56a4bd91b18242c3f67d6488318080fcf86d74257"; + sha256_unsigned = "ac68afae129dfc36413edfa56a4bd91b18242c3f67d6488318080fcf86d74257"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex750np" + "mzk-ex750np" + ]; + titles = [ + { + model = "MZK-EX750NP"; + vendor = "Planex"; + } + ]; + }; + ralink_mt7620a-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-ralink_mt7620a-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-ralink_mt7620a-evb-initramfs-kernel.bin"; + sha256 = "ed4b41d331332f0fc7b4001cfca74aa9edf5ce032dc7d63ee46dd33115f4dbac"; + sha256_unsigned = "ed4b41d331332f0fc7b4001cfca74aa9edf5ce032dc7d63ee46dd33115f4dbac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-ralink_mt7620a-evb-squashfs-sysupgrade.bin"; + sha256 = "67a79121261e0487d73fa0c8bc3b89fe87692a8d00340d64d36d68e3f86c0663"; + sha256_unsigned = "78d334c707aeeeb7c8dcae4e1cf7c84d9b3bcf2542beac77eeaa82c3bc173461"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-evb" + ]; + titles = [ + { + model = "MT7620a EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7530-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-ralink_mt7620a-mt7530-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-ralink_mt7620a-mt7530-evb-squashfs-sysupgrade.bin"; + sha256 = "eb22181a37704cf3f2ad6ce6dcab9dd1d5da62b9cb8ae6201615065a735c0077"; + sha256_unsigned = "3c12f844ce479ea7e894721303c7a8d7483775c55985e75126a56c3a2fb57c38"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-ralink_mt7620a-mt7530-evb-initramfs-kernel.bin"; + sha256 = "5bf70e407283643b9618211083b33f3ab66213bbee0f6e51f7db1cd5f3de61bb"; + sha256_unsigned = "5bf70e407283643b9618211083b33f3ab66213bbee0f6e51f7db1cd5f3de61bb"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7530-evb" + "mt7620a_mt7530" + ]; + titles = [ + { + model = "MT7620a + MT7530 EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7610e-evb = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-ralink_mt7620a-mt7610e-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-ralink_mt7620a-mt7610e-evb-initramfs-kernel.bin"; + sha256 = "a96b97da637113e0e802fa2469e7ad57f735359f7f64cc0848ac6f2b4bc86bb9"; + sha256_unsigned = "a96b97da637113e0e802fa2469e7ad57f735359f7f64cc0848ac6f2b4bc86bb9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-ralink_mt7620a-mt7610e-evb-squashfs-sysupgrade.bin"; + sha256 = "202ac7a9e64eaf5a095b722bb89ef7090aba2d1b906fbc1e40877a0c54e7b11a"; + sha256_unsigned = "cb99396d6baee3cfef2729167a838c9e75504dadcd2142072c8306431acb5487"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7610e-evb" + "mt7620a_mt7610e" + ]; + titles = [ + { + model = "MT7620a + MT7610e EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-v22sg-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-ralink_mt7620a-v22sg-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-ralink_mt7620a-v22sg-evb-initramfs-kernel.bin"; + sha256 = "2c7a2529711c9b71e14ecc789be76268c512c12b24f219638426d2f6bad1d76e"; + sha256_unsigned = "2c7a2529711c9b71e14ecc789be76268c512c12b24f219638426d2f6bad1d76e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-ralink_mt7620a-v22sg-evb-squashfs-sysupgrade.bin"; + sha256 = "baee7df8d79d1460bd43b33c4abca564cedda0edffa8745e06f0288b6be3ca6f"; + sha256_unsigned = "1311ffdbaa3d595721ce293fece5643cd09b57b1a1a0f8ad64bcb04bb82186a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-v22sg-evb" + "mt7620a_v22sg" + ]; + titles = [ + { + model = "MT7620a V22SG"; + vendor = "MediaTek"; + } + ]; + }; + ravpower_rp-wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-ravpower_rp-wd03"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-ravpower_rp-wd03-initramfs-kernel.bin"; + sha256 = "758118b783a82bd293f9f5ff26ead1aca816dfbb53524a44c80e692068970c0f"; + sha256_unsigned = "758118b783a82bd293f9f5ff26ead1aca816dfbb53524a44c80e692068970c0f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-ravpower_rp-wd03-squashfs-kernel.bin"; + sha256 = "418afe7faf6fe0d010e6777784a74520454d4997b09a2c39d889d527685b6870"; + sha256_unsigned = "418afe7faf6fe0d010e6777784a74520454d4997b09a2c39d889d527685b6870"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-ravpower_rp-wd03-squashfs-rootfs.bin"; + sha256 = "b89ade9b22126930b493d30c5d1d895d9e6b7fadec0c0dcb6f656f09c9a4451a"; + sha256_unsigned = "b89ade9b22126930b493d30c5d1d895d9e6b7fadec0c0dcb6f656f09c9a4451a"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-ravpower_rp-wd03-squashfs-sysupgrade.bin"; + sha256 = "56b8c5fc8075f8e4c88a27a15422b015899cb2f406f43f0a73acf487c02323d1"; + sha256_unsigned = "70bacffc686b258435ec5af29c03836d2340d9710d3cddf47db257c09c2d1a43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,rp-wd03" + "ravpower,wd03" + ]; + titles = [ + { + model = "RP-WD03"; + vendor = "RAVPower"; + } + ]; + }; + sanlinking_d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-sanlinking_d240"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-sanlinking_d240-initramfs-kernel.bin"; + sha256 = "dd2dc24bf8007a93539cc29febc997623f1cb80ace8ab4ebb35fc0f4c36ecfed"; + sha256_unsigned = "dd2dc24bf8007a93539cc29febc997623f1cb80ace8ab4ebb35fc0f4c36ecfed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-sanlinking_d240-squashfs-sysupgrade.bin"; + sha256 = "99fc277a28737400077c3a508c07043e7f6feaf56e25bffe83f49791484b2441"; + sha256_unsigned = "75d52e0e8e68993c45fe9de454e38bfa8a73b76a790364bbb807615baff824df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sanlinking,d240" + "d240" + ]; + titles = [ + { + model = "D240"; + vendor = "Sanlinking Technologies"; + } + ]; + }; + sercomm_na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-sercomm_na930"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-sercomm_na930-initramfs-kernel.bin"; + sha256 = "dd315d5fe00394df48b1992ab36e0a0897724347e41853eb2ce8a714602acc78"; + sha256_unsigned = "dd315d5fe00394df48b1992ab36e0a0897724347e41853eb2ce8a714602acc78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-sercomm_na930-squashfs-sysupgrade.bin"; + sha256 = "29b9ef6f0f8cb92a902efbfeeb40a3f3d8c7d527c105b35f26861554d60f3f03"; + sha256_unsigned = "9356954d1617f16e4d488a9cda4c578a0ae47d6f57add9fc9fd51f22e810f1ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,na930" + "na930" + ]; + titles = [ + { + model = "NA930"; + vendor = "Sercomm"; + } + ]; + }; + sitecom_wlr-4100-v1-002 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-sitecom_wlr-4100-v1-002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-factory.dlf"; + sha256 = "6cdb61759787a360cbf26f501532f421d62fd4fd4e29ab38ca60926d024ba83f"; + sha256_unsigned = "6cdb61759787a360cbf26f501532f421d62fd4fd4e29ab38ca60926d024ba83f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-sysupgrade.bin"; + sha256 = "dbbc120c608c44c57aa7533c377047b5c0da2ef4dc6cf20d2cd852b7a2d2dc77"; + sha256_unsigned = "0608c6612a6b76a0408b425528419fc47c433edb6172f91e1a3a805388394bcb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-sitecom_wlr-4100-v1-002-initramfs-kernel.bin"; + sha256 = "00ea67762d8c4248171b3b3615883cd21bc2583066c938be1e9f3c7cfe8bc759"; + sha256_unsigned = "00ea67762d8c4248171b3b3615883cd21bc2583066c938be1e9f3c7cfe8bc759"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-4100-v1-002" + ]; + titles = [ + { + model = "WLR-4100"; + variant = "v1 002"; + vendor = "Sitecom"; + } + ]; + }; + tplink_archer-c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-tplink_archer-c2-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_archer-c2-v1-initramfs-kernel.bin"; + sha256 = "0cafe0a7873921046dbb65c5eabd881dcf8ffa2761ef989445da2027ed48f400"; + sha256_unsigned = "0cafe0a7873921046dbb65c5eabd881dcf8ffa2761ef989445da2027ed48f400"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_archer-c2-v1-squashfs-sysupgrade.bin"; + sha256 = "61e636adbf260e9aa0cd2d0ee922705bf0dbb00ff8be431bb6d10c0ad059e26d"; + sha256_unsigned = "02e7e4945cd319166a436dbcd68bb23fe3fc5f2f6a538a8fee6ffd47d5fb8f08"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v1" + "tplink,c2-v1" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-tplink_archer-c20-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_archer-c20-v1-squashfs-sysupgrade.bin"; + sha256 = "cb39a811efc958968bcd06a54a9fd3857c435edf9fc44eb4f21edb4e8cedac9f"; + sha256_unsigned = "775fc9fa62554f32cbd3034d4947d4d0910fc24f7732e3b03fc2409fdafaf00e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_archer-c20-v1-initramfs-kernel.bin"; + sha256 = "196238f20f14c09cf005bd7c8dd7f7e59a698241782ed0adae620049c83497eb"; + sha256_unsigned = "196238f20f14c09cf005bd7c8dd7f7e59a698241782ed0adae620049c83497eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v1" + "tplink,c20-v1" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-tplink_archer-c20i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_archer-c20i-initramfs-kernel.bin"; + sha256 = "62af04411966c635743361adf8fa3e20335d745d4e909f63e2f8a3ce39fb370a"; + sha256_unsigned = "62af04411966c635743361adf8fa3e20335d745d4e909f63e2f8a3ce39fb370a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_archer-c20i-squashfs-sysupgrade.bin"; + sha256 = "3e6700b5ac3b46d645fc0310cfb1501ec006adb81d655e34c59c471c7488f3aa"; + sha256_unsigned = "1fd0ee2a6d8f520547dc99598c0a1bd28d4fe218345d8577082172fdd4402483"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_archer-c20i-squashfs-factory.bin"; + sha256 = "9cd65561efeb34576a98846588f2f2ef5e6d5c5601c6fc878733292ae13aabd4"; + sha256_unsigned = "9cd65561efeb34576a98846588f2f2ef5e6d5c5601c6fc878733292ae13aabd4"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c20i" + "c20i" + ]; + titles = [ + { + model = "Archer C20i"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-tplink_archer-c50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_archer-c50-v1-squashfs-sysupgrade.bin"; + sha256 = "cf7b3d1e1e334032c398882110ef3d45a03d144285268815c1e60d458cf1c2eb"; + sha256_unsigned = "152ab8d6395f0d5fb331b4e2f847e6b1fce81131a02712c48a17a8301d5fa040"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-us.bin"; + sha256 = "69186a6f5d5001c72f277a636d0c15fb24b71b48f9cc393a2b6701386cd2e249"; + sha256_unsigned = "69186a6f5d5001c72f277a636d0c15fb24b71b48f9cc393a2b6701386cd2e249"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-eu.bin"; + sha256 = "da339fc0b5d0c4a2f30a74c54412820c20e4496c9cba242b231066f5a0abe7b4"; + sha256_unsigned = "da339fc0b5d0c4a2f30a74c54412820c20e4496c9cba242b231066f5a0abe7b4"; + type = "factory-eu"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_archer-c50-v1-initramfs-kernel.bin"; + sha256 = "3fc66097506833f44e4b22783741a3c73d59903a4bf5abfe263d4adb2788eb96"; + sha256_unsigned = "3fc66097506833f44e4b22783741a3c73d59903a4bf5abfe263d4adb2788eb96"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v1" + "c50" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-mr200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-tplink_archer-mr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin"; + sha256 = "0999416d950ca23f2b839f92bbcab65a2f4525f087a80fe38fef03098a8bda37"; + sha256_unsigned = "75cf33c1ad7657ec220737fa27ed6f00e7df10499cb2a2b22267d5327003e9f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_archer-mr200-initramfs-kernel.bin"; + sha256 = "62bf701636e9a624063c222cab126498d5664f41e680f123163ac487e41cddb1"; + sha256_unsigned = "62bf701636e9a624063c222cab126498d5664f41e680f123163ac487e41cddb1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-mr200" + "mr200" + ]; + titles = [ + { + model = "Archer MR200"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-tplink_re200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_re200-v1-squashfs-sysupgrade.bin"; + sha256 = "ff7f00928c2b41da1457b2a3a55a425cd64c64cef77d2a49139f31cb1e887d94"; + sha256_unsigned = "64897f30c96e32c5d28ddb77fe09c49ecc717d4aa4c22f778a6aa198e0178238"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_re200-v1-squashfs-factory.bin"; + sha256 = "ddccad72c4957bc11f9390e8b8a0fe6818d6a268e04931cc7e1076939c776a72"; + sha256_unsigned = "ddccad72c4957bc11f9390e8b8a0fe6818d6a268e04931cc7e1076939c776a72"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_re200-v1-initramfs-kernel.bin"; + sha256 = "3857f51c6a74e56d8ea69bc6d0a5f3f4b628bc5362964ed3095a8b98e3e5f7ef"; + sha256_unsigned = "3857f51c6a74e56d8ea69bc6d0a5f3f4b628bc5362964ed3095a8b98e3e5f7ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v1" + ]; + titles = [ + { + model = "RE200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re210-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-tplink_re210-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_re210-v1-initramfs-kernel.bin"; + sha256 = "f8ee7fe3fb1a90ab7a917fd96b1343024ec4931a66ceeaae733db29d47548ad2"; + sha256_unsigned = "f8ee7fe3fb1a90ab7a917fd96b1343024ec4931a66ceeaae733db29d47548ad2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_re210-v1-squashfs-sysupgrade.bin"; + sha256 = "f1ba2307e8cc8978de3f31c2ea3c59069b927292f3d54abf5b8ac2a7b67357cd"; + sha256_unsigned = "b2233e2c50bffcb233d15f8ff9a47050ad3369448d66e2cfe7be89d10c6c8d58"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-tplink_re210-v1-squashfs-factory.bin"; + sha256 = "400c48941d59207cc3b990ae243e9718a76790912d32f64199edd6d3b76eb464"; + sha256_unsigned = "400c48941d59207cc3b990ae243e9718a76790912d32f64199edd6d3b76eb464"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re210-v1" + ]; + titles = [ + { + model = "RE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-810dr = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-trendnet_tew-810dr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-trendnet_tew-810dr-initramfs-kernel.bin"; + sha256 = "4df62066967fa8b22d74e40ced0eecb2e29a81b3fab65a3bcc286d9c4a444f3f"; + sha256_unsigned = "4df62066967fa8b22d74e40ced0eecb2e29a81b3fab65a3bcc286d9c4a444f3f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-trendnet_tew-810dr-squashfs-sysupgrade.bin"; + sha256 = "8e6b53baa4a21159df673c99f705b81e4ed59d38ff53e196b77d7f192a9d36ff"; + sha256_unsigned = "eab5c765aee4c057942f69099ccac1a8aaf37598a607825f26fcb2c049ced3db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-810dr" + ]; + titles = [ + { + model = "TEW-810DR"; + vendor = "TRENDnet"; + } + ]; + }; + wavlink_wl-wn530hg4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-wavlink_wl-wn530hg4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-wavlink_wl-wn530hg4-initramfs-kernel.bin"; + sha256 = "c9afdabf4353561dac232bef83072a8a05a8499d6fc19fe06282ff7285c6c4b1"; + sha256_unsigned = "c9afdabf4353561dac232bef83072a8a05a8499d6fc19fe06282ff7285c6c4b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-wavlink_wl-wn530hg4-squashfs-sysupgrade.bin"; + sha256 = "4e41ad2ca906d417af05a38d566221ed6ce49dc18805faa5214a53df055aaf9f"; + sha256_unsigned = "c121f19598804f7faba684cc9f68c5ac8e000e455c28180f999aa15d992ffa59"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn530hg4" + ]; + titles = [ + { + model = "WL-WN530HG4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn535k1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-wavlink_wl-wn535k1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-wavlink_wl-wn535k1-initramfs-WN535K1-kernel.bin"; + sha256 = "578e8ff9e2fe9c3a81d0db7746347c0f7085fae36dfe0475414a304d0047e8ec"; + sha256_unsigned = "578e8ff9e2fe9c3a81d0db7746347c0f7085fae36dfe0475414a304d0047e8ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-wavlink_wl-wn535k1-squashfs-sysupgrade.bin"; + sha256 = "b9ad15725ec6eaab0a6d43767ffd5fefc09922c89c10cfa2eb012f03e0b4f6c3"; + sha256_unsigned = "cc4199e209d1e6c344e86a3d81af4a0e1c45a41cc5c812c3726fb55ac0d875b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn535k1" + ]; + titles = [ + { + model = "WL-WN535K1"; + vendor = "Wavlink"; + } + { + model = "TAL-WMESH1"; + vendor = "Talius"; + } + ]; + }; + wavlink_wl-wn579x3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-wavlink_wl-wn579x3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-wavlink_wl-wn579x3-initramfs-kernel.bin"; + sha256 = "d0fec53d17db2242586e7164e66919a645eaa792119067e8db1446985cfa25e8"; + sha256_unsigned = "d0fec53d17db2242586e7164e66919a645eaa792119067e8db1446985cfa25e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-wavlink_wl-wn579x3-squashfs-sysupgrade.bin"; + sha256 = "53290e7eaa9c4e80e86002148deb5e4be9075e2ddf2084d0b9dc9e7400848a8b"; + sha256_unsigned = "f1ab0954637a278f05937fbc0232aa13ca8c5174af7255de666fca87c1f5ee3a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn579x3" + ]; + titles = [ + { + model = "WL-WN579X3"; + vendor = "Wavlink"; + } + ]; + }; + wevo_air-duo = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-wevo_air-duo"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-wevo_air-duo-initramfs.upload"; + sha256 = "be5a405087350feaca0f59a20dc5557c2c15595ceefa90b37977ea1c1cde85e3"; + sha256_unsigned = "be5a405087350feaca0f59a20dc5557c2c15595ceefa90b37977ea1c1cde85e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-wevo_air-duo-squashfs-sysupgrade.bin"; + sha256 = "ebe39f555b176edd2f5e78eaaa891329c08b618b170cad0fa8608ae65dadfcef"; + sha256_unsigned = "e6a993dc6105a90926ee7377b41af4e72f30a9eb313f430f7152fec8c7dd8d31"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,air-duo" + ]; + titles = [ + { + model = "AIR DUO"; + vendor = "WeVO"; + } + ]; + }; + wrtnode_wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-wrtnode_wrtnode"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-wrtnode_wrtnode-squashfs-sysupgrade.bin"; + sha256 = "a8f030ffddc25e71a681d146855169f9d6aa5cae348dab3a6a05872374cdc8f4"; + sha256_unsigned = "cb85444be6fd6bfdc15fa5466e172e360980b78d80cbb3300a4943c3864896e9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-wrtnode_wrtnode-initramfs-kernel.bin"; + sha256 = "0e90d127d6d7bdedf34b4b1737a0d384765aa1a8ca562e52213e069e8d5c5d22"; + sha256_unsigned = "0e90d127d6d7bdedf34b4b1737a0d384765aa1a8ca562e52213e069e8d5c5d22"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode" + "wrtnode" + ]; + titles = [ + { + model = "WRTNode"; + vendor = "WRTNode"; + } + ]; + }; + xiaomi_miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-xiaomi_miwifi-mini"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-xiaomi_miwifi-mini-initramfs-kernel.bin"; + sha256 = "4f25c153dadb9fffef630ebb752807a89258ad72a912e6e40e68e220e8846eeb"; + sha256_unsigned = "4f25c153dadb9fffef630ebb752807a89258ad72a912e6e40e68e220e8846eeb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "05f54cd28e5ca7b54b39401d4b2d345ebcd71c48e7cb867dce215e9e17b77ee7"; + sha256_unsigned = "7224d203e31511617f4cb5336bff9ac88c82fd49a0d86235431f25ee61f612ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-mini" + "miwifi-mini" + ]; + titles = [ + { + model = "MiWiFi Mini"; + vendor = "Xiaomi"; + } + ]; + }; + youku_yk-l1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-youku_yk-l1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-youku_yk-l1-squashfs-sysupgrade.bin"; + sha256 = "f9e95d1472478fde2a53b26596ee8223becbcc3b2505e8aa406ada8dd47f6686"; + sha256_unsigned = "a7cc97a12cb3660f86795449406b061acc797b9b01d174b8a3f8f25d4be62a45"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-youku_yk-l1-initramfs-kernel.bin"; + sha256 = "c396b24c5290d8dbb049c06a7c66865ae0c350a1480d823f13602b3ea3eaec6a"; + sha256_unsigned = "c396b24c5290d8dbb049c06a7c66865ae0c350a1480d823f13602b3ea3eaec6a"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l1" + "youku-yk1" + "youku,yk1" + ]; + titles = [ + { + model = "YK-L1"; + vendor = "Youku"; + } + ]; + }; + youku_yk-l1c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-youku_yk-l1c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-youku_yk-l1c-squashfs-sysupgrade.bin"; + sha256 = "4b8f98a14c961850953c99dcc8344ea4606d92455ee22e3853bf05de2f82c149"; + sha256_unsigned = "67252c4b0456008818dee9bd4063ca7a28a977aad37303d408ce097efd468686"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-youku_yk-l1c-initramfs-kernel.bin"; + sha256 = "6750219a7dec63edc72dd517cf7d345c51fe24a82d52dd3e499f07fd40aa5418"; + sha256_unsigned = "6750219a7dec63edc72dd517cf7d345c51fe24a82d52dd3e499f07fd40aa5418"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l1c" + ]; + titles = [ + { + model = "YK-L1c"; + vendor = "Youku"; + } + ]; + }; + yukai_bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-yukai_bocco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-yukai_bocco-initramfs-kernel.bin"; + sha256 = "0c5d1872715e8b9f023ca75167ede99972944caf1523f385f8b5a016acdc417e"; + sha256_unsigned = "0c5d1872715e8b9f023ca75167ede99972944caf1523f385f8b5a016acdc417e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-yukai_bocco-squashfs-sysupgrade.bin"; + sha256 = "26574182a16b94a51e3035781ef72ed1e24b56462cb8e61b3b80d9ecaad9df97"; + sha256_unsigned = "e3dfb42ee575f485df9a73851e3be66b60fc71752e6d2e8b7a594e5b69315f21"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yukai,bocco" + "bocco" + ]; + titles = [ + { + model = "BOCCO"; + vendor = "YUKAI Engineering"; + } + ]; + }; + zbtlink_zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-ape522ii"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-ape522ii-initramfs-kernel.bin"; + sha256 = "7588f966232eeb45579bb25e96ceb087936422425d1d5045a4e9d06ed8fc3916"; + sha256_unsigned = "7588f966232eeb45579bb25e96ceb087936422425d1d5045a4e9d06ed8fc3916"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "38d7b249d764b8be0e1c9935318a0c9eaaccc4108a15fabee88755a3ff50ca4b"; + sha256_unsigned = "a1521c54ebea46b09850a1c97cd7e660652a343719e43cde9005a0c7a66c2f73"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-ape522ii" + "zbt-ape522ii" + ]; + titles = [ + { + model = "ZBT-APE522II"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-cpe102"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-cpe102-initramfs-kernel.bin"; + sha256 = "117da01af67801adecc4d5441bfaab1b793c10fdf7876d613fc834b042fd6e35"; + sha256_unsigned = "117da01af67801adecc4d5441bfaab1b793c10fdf7876d613fc834b042fd6e35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "af8a60275251da6b19592ba7cf300e290f9e46ebd1d98ddf112461ca1d3dfc84"; + sha256_unsigned = "3844b0ec1d2bb377917bc178e63fe788a67e167bc473146b7969f593f1eb0b5c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-cpe102" + "zbt-cpe102" + ]; + titles = [ + { + model = "ZBT-CPE102"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-wa05"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-wa05-initramfs-kernel.bin"; + sha256 = "fc8580180fb6318e993fbf41a5285136099f6d541c6781dd5a22d01c58f94398"; + sha256_unsigned = "fc8580180fb6318e993fbf41a5285136099f6d541c6781dd5a22d01c58f94398"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "ecba2ed1b43ca32468bec83734af13a7ede9d334602512ac1c8d054df913c89d"; + sha256_unsigned = "4e82f49ca37d23072849b184e67908cddff8dfc897bd2619ad1535573497c268"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wa05" + "zbt-wa05" + ]; + titles = [ + { + model = "ZBT-WA05"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we1026-5g-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-initramfs-kernel.bin"; + sha256 = "68010452fcf05a115909855c9a567e05f1974f55e676bbc2c6c6592eb9a9eeeb"; + sha256_unsigned = "68010452fcf05a115909855c9a567e05f1974f55e676bbc2c6c6592eb9a9eeeb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "5830f357a771df387a37697ec14413ed2d0e9dc49d43a61dab53fa160e194d82"; + sha256_unsigned = "4d06b1e10f4b77543511c63524e928c2f86b793b6e54cc39bd9d5eb4431da7fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-5g-16m" + "we1026-5g-16m" + "zbtlink,we1026-5g-16m" + ]; + titles = [ + { + model = "ZBT-WE1026-5G"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-h-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we1026-h-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we1026-h-32m-initramfs-kernel.bin"; + sha256 = "adf603c8a17b159bd8e31ef27a2b5789963affa1ef3eb087b4f5d81ab47bdba8"; + sha256_unsigned = "adf603c8a17b159bd8e31ef27a2b5789963affa1ef3eb087b4f5d81ab47bdba8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we1026-h-32m-squashfs-sysupgrade.bin"; + sha256 = "e761ee9660e2785b70c51b25e8668a6db5184b1e93a3ff41d2ad572fb5289add"; + sha256_unsigned = "21b544b02d1a938c79d893872fad53bcc62b76273171c95d35a99ea97fb6fd61"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-h-32m" + ]; + titles = [ + { + model = "ZBT-WE1026-H"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we2026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "53db4b503a18e1cba2b8390e16ac55701dc6519612aab8e15c0a60f841ade0e5"; + sha256_unsigned = "3ce149570a4cb204dcd691ebddb509dd5cb8c82ba94b7a65b32dd2874c633d4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we2026-initramfs-kernel.bin"; + sha256 = "2ea90a6227bd49053084c86662914c1579f4072057815d1016d9cff5b28bade1"; + sha256_unsigned = "2ea90a6227bd49053084c86662914c1579f4072057815d1016d9cff5b28bade1"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we2026" + "zbt-we2026" + ]; + titles = [ + { + model = "ZBT-WE2026"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we826-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we826-16m-initramfs-kernel.bin"; + sha256 = "6e36f9d7690c8fae727e4c49fb37f3dc743d49db6d58161fc2c75212bd5cc13c"; + sha256_unsigned = "6e36f9d7690c8fae727e4c49fb37f3dc743d49db6d58161fc2c75212bd5cc13c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin"; + sha256 = "fbdae987efe50a6430647ae49869af11cc3c993c924af38b2c8289da225eb536"; + sha256_unsigned = "3bf0372d960d66d4f1c253a1ecb447ec9776634ce8b75afa4234adda89d45347"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-16m" + "zbt-we826" + "zbt-we826-16M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-32m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we826-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we826-32m-initramfs-kernel.bin"; + sha256 = "f5572504b2b60634657cd92a03f99242ccd44627bdb1934dc255bf65b52e2192"; + sha256_unsigned = "f5572504b2b60634657cd92a03f99242ccd44627bdb1934dc255bf65b52e2192"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we826-32m-squashfs-sysupgrade.bin"; + sha256 = "d6397c01e866ec99a0d396e779d280a586edd99a657f2cd3582e9bea0b292cde"; + sha256_unsigned = "b5d6f56e827bbdc35f61f189f628a79564dd501cdba1ff4a1822bd4fa12ef86b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-32m" + "zbt-we826-32M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "f88e566dfc47328a1c9bf0b9bdc2045e9b6dc3f1b74fb9191564f4502ad84653"; + sha256_unsigned = "ae23207893e29980845ca172eafbe93549cb05e0b7e8dc8d1d42907834d69898"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-we826-e-initramfs-kernel.bin"; + sha256 = "357762ccdf26c37ad3441ba563eea3aec71baa9f949937519fe2cda315a4fe6d"; + sha256_unsigned = "357762ccdf26c37ad3441ba563eea3aec71baa9f949937519fe2cda315a4fe6d"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + model = "ZBT-WE826-E"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-wr8305rt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "72d9a813c2bb519f1408064b74f3600307bb2266fa9faa8a9331146920c438ca"; + sha256_unsigned = "eb2ddd4966d287cf58e5347908ddb6a7fdd902071c3da1cb94856b662beabc88"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-zbtlink_zbt-wr8305rt-initramfs-kernel.bin"; + sha256 = "39ab4ab4b8725446bf134f4c08cb2882df197ea4dac72bcec429628c27a3d7b9"; + sha256_unsigned = "39ab4ab4b8725446bf134f4c08cb2882df197ea4dac72bcec429628c27a3d7b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wr8305rt" + "zbt-wr8305rt" + ]; + titles = [ + { + model = "ZBT-WR8305RT"; + vendor = "Zbtlink"; + } + ]; + }; + zte_q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-zte_q7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zte_q7-squashfs-sysupgrade.bin"; + sha256 = "2374fd6ef18dd3c6e9532c060c0b993f3ac91be03bebb66de63b0dc31306fe18"; + sha256_unsigned = "388d514c310769de25ef4930135e3e591cbd3f7e814cc82cb33da1a6d4e15734"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-zte_q7-initramfs-kernel.bin"; + sha256 = "41f6e75446b35fb3d933ef0ddf39bcf8ec4506e8f247620305924678ea7a6ae8"; + sha256_unsigned = "41f6e75446b35fb3d933ef0ddf39bcf8ec4506e8f247620305924678ea7a6ae8"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,q7" + "zte-q7" + ]; + titles = [ + { + model = "Q7"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic-omni = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-zyxel_keenetic-omni"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zyxel_keenetic-omni-squashfs-factory.bin"; + sha256 = "d1d4e1e00644a36263dfa3c50f0e6f988d60ec6d538bf32d833705f3f9370bc8"; + sha256_unsigned = "d1d4e1e00644a36263dfa3c50f0e6f988d60ec6d538bf32d833705f3f9370bc8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-zyxel_keenetic-omni-initramfs-kernel.bin"; + sha256 = "a497875f8945b4e0d3ebb78e382756415c82286005164254303e12d8a09071a1"; + sha256_unsigned = "a497875f8945b4e0d3ebb78e382756415c82286005164254303e12d8a09071a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zyxel_keenetic-omni-squashfs-sysupgrade.bin"; + sha256 = "f2918b74a608bb1b179fcc3103405d3fe25fd4b5df39c9af888f24377ffc678a"; + sha256_unsigned = "58468f1b0f06911c1c8463ca39ab62078093bfeaeb0b7f02e247379c1ed72b3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni" + "kn_rc" + ]; + titles = [ + { + model = "Keenetic Omni"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-omni-ii = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-zyxel_keenetic-omni-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-factory.bin"; + sha256 = "4223b6e133e291a3ab43a88792f5b6035db3f74fce0f8e8c9ba5c7d60f3c6510"; + sha256_unsigned = "4223b6e133e291a3ab43a88792f5b6035db3f74fce0f8e8c9ba5c7d60f3c6510"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-zyxel_keenetic-omni-ii-initramfs-kernel.bin"; + sha256 = "963ff5a7143d9bc7a884c6abc18bb81cc38b46e020f035f61305ed483d18cd96"; + sha256_unsigned = "963ff5a7143d9bc7a884c6abc18bb81cc38b46e020f035f61305ed483d18cd96"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-sysupgrade.bin"; + sha256 = "5969943b4bc4e585103d7c9acfeab7c9d0f44b9f18803539da48fc3dfba19f00"; + sha256_unsigned = "dbf7371689fd8af372f955e33b76813d74ed7301936bb9fa2b88c0e53258894e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni-ii" + "kn_rf" + ]; + titles = [ + { + model = "Keenetic Omni II"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-viva = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7620-zyxel_keenetic-viva"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zyxel_keenetic-viva-squashfs-factory.bin"; + sha256 = "77531edd66069a53a594b4d1c04234d0c05ba04f0fc6e3f7d985ded58c86d618"; + sha256_unsigned = "77531edd66069a53a594b4d1c04234d0c05ba04f0fc6e3f7d985ded58c86d618"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7620-zyxel_keenetic-viva-squashfs-sysupgrade.bin"; + sha256 = "6148caa5fc0f8bfa6e80ca94085b2c73c42aa4a3a2ca472fb34ecaa8516290a8"; + sha256_unsigned = "5f049e9c0305e054b02cac6ba47faf461beb822f1e966320cf71e5804bea6aa6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7620-zyxel_keenetic-viva-initramfs-kernel.bin"; + sha256 = "ca8dd212fe05095a36e56ae4d2a9c2cadc7083ca889c77a438baee643bdf6b69"; + sha256_unsigned = "ca8dd212fe05095a36e56ae4d2a9c2cadc7083ca889c77a438baee643bdf6b69"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-viva" + "kng_rc" + ]; + titles = [ + { + model = "Keenetic Viva"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "ramips/mt7620"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + adslr_g7 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-adslr_g7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-adslr_g7-initramfs-kernel.bin"; + sha256 = "8481a1a4718aeb54c168f4320fefde11ee97a88915a3512caf401c76aa3852cc"; + sha256_unsigned = "8481a1a4718aeb54c168f4320fefde11ee97a88915a3512caf401c76aa3852cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin"; + sha256 = "da17dad34b0377757596dc394889f66c094981d9c3cdfed65f23e2068e400b46"; + sha256_unsigned = "ab3a2cf735a27881663e53be8814126e1d621872ed757d24087349d5e3b62822"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adslr,g7" + ]; + titles = [ + { + model = "G7"; + vendor = "ADSLR"; + } + ]; + }; + afoundry_ew1200 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-afoundry_ew1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-afoundry_ew1200-initramfs-kernel.bin"; + sha256 = "dc21b6e56e536c4df49ef761d4d7736df6012cebc6c3873acec8ab0bda939474"; + sha256_unsigned = "dc21b6e56e536c4df49ef761d4d7736df6012cebc6c3873acec8ab0bda939474"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin"; + sha256 = "fc86720db6a58a0377ee08b3aa9c7e5890fabfb48796b91fc17168faf86c0aa8"; + sha256_unsigned = "0f78ff46222643b76ad64f4b94567aecc142c0fc02234c44a789cb92ccca424c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "afoundry,ew1200" + "ew1200" + ]; + titles = [ + { + model = "EW1200"; + vendor = "AFOUNDRY"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-alfa-network_quad-e4g-initramfs-kernel.bin"; + sha256 = "8f1d94e8b30e1155b0c68af33ce0270480fde4dcd0018d29e6e8b9db73254c0c"; + sha256_unsigned = "8f1d94e8b30e1155b0c68af33ce0270480fde4dcd0018d29e6e8b9db73254c0c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "f14fbd1d7a858b28ab08a8336c085e68365c1c64613e5ae1fb20eb906f5f5225"; + sha256_unsigned = "2ee3d51ac4a14dd385a4fbd5c6a5b8e6e6f1fe9b3616952031516756f3a0a608"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + "quad-e4g" + ]; + titles = [ + { + model = "Quad-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + ampedwireless_ally-00x19k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-ampedwireless_ally-00x19k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-ampedwireless_ally-00x19k-initramfs-kernel.bin"; + sha256 = "a98b2429ffbbc32074c760e5b2ed7cad15d2414f21ca43f1a4e07420767bb876"; + sha256_unsigned = "a98b2429ffbbc32074c760e5b2ed7cad15d2414f21ca43f1a4e07420767bb876"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-ampedwireless_ally-00x19k-squashfs-sysupgrade.bin"; + sha256 = "9f59d1215de5bcd2d07b4701a297b947b1f508bab378fef6357f8c01b5781b7b"; + sha256_unsigned = "3f849f2b45e98830210990a4c3a7141f3ff7c8676558343579b19624eedddf5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ampedwireless,ally-00x19k" + ]; + titles = [ + { + model = "ALLY-00X19K"; + vendor = "Amped Wireless"; + } + ]; + }; + ampedwireless_ally-r1900k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-ampedwireless_ally-r1900k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-ampedwireless_ally-r1900k-initramfs-kernel.bin"; + sha256 = "87649252eb95993d50acccc274ab5371ea3b9f9e92a6c07036b2633605871402"; + sha256_unsigned = "87649252eb95993d50acccc274ab5371ea3b9f9e92a6c07036b2633605871402"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-ampedwireless_ally-r1900k-squashfs-sysupgrade.bin"; + sha256 = "76b1b2ba023a38b41665f65bb4666caa9303da26e7d67c4b6c442e399367375e"; + sha256_unsigned = "39ae3d612a39b70967fcdbed497f22a3a962a17b81a3ec72370cfc7fa47a18ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ampedwireless,ally-r1900k" + ]; + titles = [ + { + model = "ALLY-R1900K"; + vendor = "Amped Wireless"; + } + ]; + }; + asiarf_ap7621-001 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-asiarf_ap7621-001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-asiarf_ap7621-001-initramfs-kernel.bin"; + sha256 = "6f299c6db08df9412cfa38ae8f91c3b82ced91088e8200115519ed8c4332760a"; + sha256_unsigned = "6f299c6db08df9412cfa38ae8f91c3b82ced91088e8200115519ed8c4332760a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-asiarf_ap7621-001-squashfs-sysupgrade.bin"; + sha256 = "5370235d9e9c88169aa0835eff9faf43b5b00c6063b74a65179b82a5700c694e"; + sha256_unsigned = "fa4519ef9aef4ad6589ac3265ad91fe67466258ab5f510f53bc86481052cc90a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,ap7621-001" + ]; + titles = [ + { + model = "AP7621-001"; + vendor = "AsiaRF"; + } + ]; + }; + asiarf_ap7621-nv1 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-asiarf_ap7621-nv1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-asiarf_ap7621-nv1-initramfs-kernel.bin"; + sha256 = "3263049bd1974c83e1e7501f1d083f27850dbaadb57fda7138ff4abb4482bc62"; + sha256_unsigned = "3263049bd1974c83e1e7501f1d083f27850dbaadb57fda7138ff4abb4482bc62"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-asiarf_ap7621-nv1-squashfs-sysupgrade.bin"; + sha256 = "0128e74128b376ee501b81ea25aab5145896ff6bc0580f9153aa5ace32101ecb"; + sha256_unsigned = "1e78b4e99e94e178f50ddecb13057f4f4bb65d39a645bdb50cac1c354d32f745"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,ap7621-nv1" + ]; + titles = [ + { + model = "AP7621-NV1"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-asus_rt-ac57u-initramfs-kernel.bin"; + sha256 = "7681d914f3a740ae88bb66a2e2b4e9f96bb4843b804746c54bc6a5c961673b6b"; + sha256_unsigned = "7681d914f3a740ae88bb66a2e2b4e9f96bb4843b804746c54bc6a5c961673b6b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "e37ab1b6e1f1c16e5cef0f8c182495aa587f9e7f520aac4c26a63857b601dde2"; + sha256_unsigned = "8b800fe42199f90d768adf5c43d58d48c37fa3187f7e89e55bf3dbbb4a6bfa68"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + model = "RT-AC57U"; + vendor = "ASUS"; + } + { + model = "RT-AC1200GU"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac65p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-asus_rt-ac65p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-asus_rt-ac65p-initramfs-kernel.bin"; + sha256 = "def5f5160e42e9774650bd4580b251b2095171a28ba057728f580b13a63af1fd"; + sha256_unsigned = "def5f5160e42e9774650bd4580b251b2095171a28ba057728f580b13a63af1fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-asus_rt-ac65p-squashfs-sysupgrade.bin"; + sha256 = "a84d83783c7be7a65298ac5cf7fa0f799bca3bd773210150e103ea15eee07a25"; + sha256_unsigned = "ca573e6f11a9f50b84d90dd8aa8bba103cb2c2ce6d77ee8b27a8b7f491d7caca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin"; + sha256 = "00d74bf9e808ccfcc2ec11b05343151c5299166688c752673a66176210da45ca"; + sha256_unsigned = "00d74bf9e808ccfcc2ec11b05343151c5299166688c752673a66176210da45ca"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ac65p" + ]; + titles = [ + { + model = "RT-AC65P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac85p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-asus_rt-ac85p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-asus_rt-ac85p-initramfs-kernel.bin"; + sha256 = "95f33fa99d0ff3fedcbdbaeab616dcd17850f5d0b1179ca0fac010f0bfccc0d6"; + sha256_unsigned = "95f33fa99d0ff3fedcbdbaeab616dcd17850f5d0b1179ca0fac010f0bfccc0d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-asus_rt-ac85p-squashfs-sysupgrade.bin"; + sha256 = "ae46c05e8b801d3248e794b18a8e8dca79ac09ef6654059f02290c0647ee2534"; + sha256_unsigned = "fbfdf534aa15270937b04845b02db704d00070b539495bfc757e74b477614b19"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-asus_rt-ac85p-squashfs-factory.bin"; + sha256 = "f6cf7b0097379ccbf760482baa526e464b963ff5ab19cf4b514470ebda9bf3ea"; + sha256_unsigned = "f6cf7b0097379ccbf760482baa526e464b963ff5ab19cf4b514470ebda9bf3ea"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ac85p" + ]; + titles = [ + { + model = "RT-AC85P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ax53u = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-asus_rt-ax53u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-asus_rt-ax53u-initramfs-kernel.bin"; + sha256 = "79346fb535520f685c9f29ebf3791e80408384eaa6d6c24195dc11ce68db2b91"; + sha256_unsigned = "79346fb535520f685c9f29ebf3791e80408384eaa6d6c24195dc11ce68db2b91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-asus_rt-ax53u-squashfs-sysupgrade.bin"; + sha256 = "1ef76a07000a34fcc84540e3d619a49cc613063b82aa74208b96491f5343fe2e"; + sha256_unsigned = "1600416a000ba0681e48943898d91c216ca362e3ec5e9b9d6e39fbceeb2a477d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-asus_rt-ax53u-squashfs-factory.bin"; + sha256 = "015d4d23a798f627c646fe99c4c81088cab476ac56a9a714ad413aad33ba9e9a"; + sha256_unsigned = "015d4d23a798f627c646fe99c4c81088cab476ac56a9a714ad413aad33ba9e9a"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ax53u" + ]; + titles = [ + { + model = "RT-AX53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n56u-b1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-asus_rt-n56u-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-asus_rt-n56u-b1-initramfs-kernel.bin"; + sha256 = "b8261e8542c41a76a7fa2ceeff53055e123ad76bd0b528b7d4341159168294b6"; + sha256_unsigned = "b8261e8542c41a76a7fa2ceeff53055e123ad76bd0b528b7d4341159168294b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-asus_rt-n56u-b1-squashfs-sysupgrade.bin"; + sha256 = "b2eff776792708162ce645f3c11bcaa05776fa6ce51875d958dd661e965b54be"; + sha256_unsigned = "96cabed23192084edf5f584eb333ea837161b012b139244969fcb4ca422deb9e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u-b1" + ]; + titles = [ + { + model = "RT-N56U"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + beeline_smartbox-flash = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "uencrypt" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-beeline_smartbox-flash"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-beeline_smartbox-flash-initramfs-kernel.bin"; + sha256 = "31b3c7f94116529cb9dc39320767d51b40f0b1d108892c536be931f2e2dce7d5"; + sha256_unsigned = "31b3c7f94116529cb9dc39320767d51b40f0b1d108892c536be931f2e2dce7d5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-beeline_smartbox-flash-squashfs-sysupgrade.bin"; + sha256 = "34a124d5c76374addf7e760cf247e209306ea3bc17874acc801e43f152eda7d3"; + sha256_unsigned = "65e80f2db108788840385b37e8d0ca347fbb968d93217e35c17e4997ed80c8e4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-beeline_smartbox-flash-squashfs-factory.trx"; + sha256 = "7436ed66d4883c50b3dcd7e6cfd9b20a28c9129dabd34b4fc4f2b82bdbe000b2"; + sha256_unsigned = "7436ed66d4883c50b3dcd7e6cfd9b20a28c9129dabd34b4fc4f2b82bdbe000b2"; + type = "factory"; + } + ]; + supported_devices = [ + "beeline,smartbox-flash" + ]; + titles = [ + { + model = "SmartBox Flash"; + vendor = "Beeline"; + } + ]; + }; + bolt_arion = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-bolt_arion"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-bolt_arion-initramfs-kernel.bin"; + sha256 = "7d85ad8a40511ac0ab2e321b781f86af2c6395e83da0a4bf66d7554bcba1212f"; + sha256_unsigned = "7d85ad8a40511ac0ab2e321b781f86af2c6395e83da0a4bf66d7554bcba1212f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-bolt_arion-squashfs-sysupgrade.bin"; + sha256 = "55ae07f1f376d4b39ddb2753424b73c43509f2e443eaba4c0d6b24c3aaf5e6c8"; + sha256_unsigned = "6f338a9774f9a970ebc9a3aa32815cac25404699ede927a65b1602e0ec95c016"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bolt,arion" + ]; + titles = [ + { + model = "Arion"; + vendor = "BOLT"; + } + ]; + }; + buffalo_wsr-1166dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-buffalo_wsr-1166dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-buffalo_wsr-1166dhp-initramfs-kernel.bin"; + sha256 = "a68d9681a75ab4e3f1e4632bc5e2ae2acac91bad9bac7b94834f72c759feff27"; + sha256_unsigned = "a68d9681a75ab4e3f1e4632bc5e2ae2acac91bad9bac7b94834f72c759feff27"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-buffalo_wsr-1166dhp-squashfs-sysupgrade.bin"; + sha256 = "52c6c72eea6c40580e989c89655636351cf513ab18f6415517624d3de74eeedb"; + sha256_unsigned = "66ab12aaa0b215a1fa13c6b6e73fdd35c27809b7437b074a9bf411311f5a344e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-1166dhp" + "wsr-1166" + ]; + titles = [ + { + model = "WSR-1166DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-2533dhpl = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-buffalo_wsr-2533dhpl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-buffalo_wsr-2533dhpl-initramfs-kernel.bin"; + sha256 = "41739237628b292f9bb7bbf87003802783a9fd0b1a543cd34835ffd38e186377"; + sha256_unsigned = "41739237628b292f9bb7bbf87003802783a9fd0b1a543cd34835ffd38e186377"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin"; + sha256 = "7ebae6a18a92092f0c2a3fb202df92d61cd52e77c58bcc4abaa13ae6cbc015b2"; + sha256_unsigned = "1b896f101559951342bae233fbe821852fe60fad17451d58f424f9cc5a607431"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhpl" + ]; + titles = [ + { + model = "WSR-2533DHPL"; + vendor = "Buffalo"; + } + { + model = "WSR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-600dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-buffalo_wsr-600dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-buffalo_wsr-600dhp-initramfs-kernel.bin"; + sha256 = "3be8f03a2d219606b2731c25a9e8ac849f530afb18e37566de78038586e7f697"; + sha256_unsigned = "3be8f03a2d219606b2731c25a9e8ac849f530afb18e37566de78038586e7f697"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-buffalo_wsr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "8285ab41c34a525895eff431e786246de4744ab6b511d77b2550a6fd72b77b0d"; + sha256_unsigned = "789a9bafd63c1bd1ee7d344ffa12135187fc8bbef13fe4b8ddb0f8fbb87e3731"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-600dhp" + "wsr-600" + ]; + titles = [ + { + model = "WSR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1300 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-cudy_wr1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-cudy_wr1300-initramfs-kernel.bin"; + sha256 = "cd449c973034a5baabf3fb5c685be2077f2ae7f6dc58cc47571dbf727a393add"; + sha256_unsigned = "cd449c973034a5baabf3fb5c685be2077f2ae7f6dc58cc47571dbf727a393add"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-cudy_wr1300-squashfs-sysupgrade.bin"; + sha256 = "0c8017071d993184c855b2145f9ea4dafbc2476d7d0ad0758dbbb0da95599877"; + sha256_unsigned = "92d2768bbcaee15f399be061cf0edc50275d85337fc451e975983d0ef6c03354"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr1300" + ]; + titles = [ + { + model = "WR1300"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-cudy_wr2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-cudy_wr2100-initramfs-kernel.bin"; + sha256 = "41ce876fdca5f8398e250ef459f6b06719efc319db66953e0c94da990f5ae17a"; + sha256_unsigned = "41ce876fdca5f8398e250ef459f6b06719efc319db66953e0c94da990f5ae17a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-cudy_wr2100-squashfs-sysupgrade.bin"; + sha256 = "959747916d0a273c931bb8a6017eb61a027835b9bb94ba3c557549ffb042eb27"; + sha256_unsigned = "6957be42b7304ce6175280c19f56986bc948e7fe023702cb6132eae6a51f5669"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr2100" + ]; + titles = [ + { + model = "WR2100"; + vendor = "Cudy"; + } + ]; + }; + cudy_x6 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-cudy_x6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-cudy_x6-initramfs-kernel.bin"; + sha256 = "1ede3df8584ca7d54d108f883751d19001b4160a2a6b3c5b463f497ff680c80a"; + sha256_unsigned = "1ede3df8584ca7d54d108f883751d19001b4160a2a6b3c5b463f497ff680c80a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-cudy_x6-squashfs-sysupgrade.bin"; + sha256 = "5faad719cee614076f94cb3daeef041295188af351a0cf681eab6574a5a76bef"; + sha256_unsigned = "ce2e9803e718eefcd57f33703c3eebc89a5c734687d96d053f30d3d8f603fbf8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,x6" + ]; + titles = [ + { + model = "X6"; + vendor = "Cudy"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-d-team_newifi-d2-initramfs-kernel.bin"; + sha256 = "9638db7c808b7ff9ead1d0deb7e52747536119340fba58c728478fde01776a84"; + sha256_unsigned = "9638db7c808b7ff9ead1d0deb7e52747536119340fba58c728478fde01776a84"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "67042e6d8d7ffbe2e9de026cf2b2f5a6cd7dc2b05ecbf637092d2e2607aeee9f"; + sha256_unsigned = "72abb0d5bb5d175ce4b3dc95c9aa5dfc98723ee831b4e2ebd07cbba01bcd1c33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + model = "D2"; + vendor = "Newifi"; + } + ]; + }; + d-team_pbr-m1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-d-team_pbr-m1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-d-team_pbr-m1-initramfs-kernel.bin"; + sha256 = "1b79b2201354eb4156fb860310e7a34f8a2c44fd038ffe71b3928ef6ef970bdf"; + sha256_unsigned = "1b79b2201354eb4156fb860310e7a34f8a2c44fd038ffe71b3928ef6ef970bdf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-d-team_pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "4ed5cb8420c818c4f571057d280aded997d5eb1e07b58f5214d83ee134168eb8"; + sha256_unsigned = "06dfd50f634ae8c146fcef513982bef29cdd2b80a393632855246e30b5305a7b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,pbr-m1" + "pbr-m1" + ]; + titles = [ + { + model = "PBR-M1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dir-1960-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-dlink_dir-1960-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-1960-a1-initramfs-kernel.bin"; + sha256 = "193af9bbfa526cb8588e93168ea238342b73a40e2f4311565e42f48e03bb18a4"; + sha256_unsigned = "193af9bbfa526cb8588e93168ea238342b73a40e2f4311565e42f48e03bb18a4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-1960-a1-squashfs-sysupgrade.bin"; + sha256 = "aeb557ca46ff246a0dacffc6f99aa585ee3d23683956d4fd7932315f7aeb5ff7"; + sha256_unsigned = "739614d69f9e01de6edf75214ad8b83070893ff198e4592f2fcd0e397774edf5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-1960-a1-squashfs-factory.bin"; + sha256 = "a2a0e1091a08846a289453c4b19dd336cee4e2638ed434519fba1f06e1c5ffc8"; + sha256_unsigned = "a2a0e1091a08846a289453c4b19dd336cee4e2638ed434519fba1f06e1c5ffc8"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-1960-a1" + ]; + titles = [ + { + model = "DIR-1960"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2640-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-dlink_dir-2640-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-2640-a1-initramfs-kernel.bin"; + sha256 = "b3e9129eb01a2c829f7171e5ff2de84fa9de88a3cab03a2fed6c67e9efd4ad1b"; + sha256_unsigned = "b3e9129eb01a2c829f7171e5ff2de84fa9de88a3cab03a2fed6c67e9efd4ad1b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-2640-a1-squashfs-sysupgrade.bin"; + sha256 = "61ccd814615a53c93c567f427e574a032e54fb91bc20d8ed9b06f4173c63ed82"; + sha256_unsigned = "646853a9a99aa01eb5d7463ccfc86b9385fe4f65c96ab9ff304586ee6da1dc6b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-2640-a1-squashfs-factory.bin"; + sha256 = "fefb5a5d5000c8bd52b6356ba77f98c107a461327a13dda7c498fcbea1c3e3a7"; + sha256_unsigned = "fefb5a5d5000c8bd52b6356ba77f98c107a461327a13dda7c498fcbea1c3e3a7"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-2640-a1" + ]; + titles = [ + { + model = "DIR-2640"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2660-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-dlink_dir-2660-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-2660-a1-initramfs-kernel.bin"; + sha256 = "bf1916a67eb1f6cdc600aa6e7898a653793bf9d417597062c6d1c97ce917a81c"; + sha256_unsigned = "bf1916a67eb1f6cdc600aa6e7898a653793bf9d417597062c6d1c97ce917a81c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "f21d4ccefc46d160e3471ffab6c3cf50ad24ed0073483bcb67ae9b7199bfc950"; + sha256_unsigned = "d645687c509692929adc9ef2dde92e4e6f4fe41c31f58512693561e7912d77fd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-2660-a1-squashfs-factory.bin"; + sha256 = "90ae85583015c5308ee19d6bf7c3dbfbc309310c092e8238ce49c5d161ac42c9"; + sha256_unsigned = "90ae85583015c5308ee19d6bf7c3dbfbc309310c092e8238ce49c5d161ac42c9"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-2660-a1" + ]; + titles = [ + { + model = "DIR-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-853-a3 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-dlink_dir-853-a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-853-a3-initramfs-kernel.bin"; + sha256 = "69ff9932f51aea939f75ccc89eb553a8eada710c71f9cc6b7876ee62a624baa4"; + sha256_unsigned = "69ff9932f51aea939f75ccc89eb553a8eada710c71f9cc6b7876ee62a624baa4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-853-a3-squashfs-sysupgrade.bin"; + sha256 = "6f672ea4e5f2e357de2b08cac0b25e960ac0606b44a5ebd44e7578668ff91eac"; + sha256_unsigned = "fa306dedbb35b8f4d04bd9fa2e7fdbffe041cb0ff9ee426c596db104af26e2d4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-853-a3-squashfs-factory.bin"; + sha256 = "4af9a5bb7bd2d0042bfbd5571781c93de2ec5442122e0e5f9c890e6d803fe103"; + sha256_unsigned = "4af9a5bb7bd2d0042bfbd5571781c93de2ec5442122e0e5f9c890e6d803fe103"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-853-a3" + ]; + titles = [ + { + model = "DIR-853"; + variant = "A3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-853-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-dlink_dir-853-r1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-853-r1-initramfs-kernel.bin"; + sha256 = "80f3d94ba30031cdc7478803f53b7b536fd853d7b5897f1f90a3a17308063c55"; + sha256_unsigned = "80f3d94ba30031cdc7478803f53b7b536fd853d7b5897f1f90a3a17308063c55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-853-r1-squashfs-sysupgrade.bin"; + sha256 = "1a9d20c9cb216bec5e057282dc33be4f0bdb339eae7928ed5aa091d800483846"; + sha256_unsigned = "47b826bbd54156d01aefc274be345c4064c8a37e7870416bb9378fec00868cc1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-853-r1" + ]; + titles = [ + { + model = "DIR-853"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-dlink_dir-860l-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-860l-b1-initramfs-kernel.bin"; + sha256 = "7f3857e9adf2100fbcb424508ba62800aafcc37d4cb8aef9087450d55988fd5e"; + sha256_unsigned = "7f3857e9adf2100fbcb424508ba62800aafcc37d4cb8aef9087450d55988fd5e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "5fb4b4aab7c0192bef8147a2d658a57521791d0792d5a9fa43ac6be0c494080c"; + sha256_unsigned = "36fec60dc6951e5ef2f1b925a4cb785c927dbde207b45729e98eb0edeb72cbd5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-860l-b1-squashfs-factory.bin"; + sha256 = "c332d9f5e847d397014af00e86762b067bde73cc429ba496b6dc07ee3a01ff5f"; + sha256_unsigned = "c332d9f5e847d397014af00e86762b067bde73cc429ba496b6dc07ee3a01ff5f"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-860l-b1" + "dir-860l-b1" + ]; + titles = [ + { + model = "DIR-860L"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-867-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-dlink_dir-867-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-867-a1-initramfs-kernel.bin"; + sha256 = "075d4190f32ccf73710f6c17b3313461eb46d0b476ed828501dbb1bc6e19e88b"; + sha256_unsigned = "075d4190f32ccf73710f6c17b3313461eb46d0b476ed828501dbb1bc6e19e88b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-867-a1-squashfs-factory.bin"; + sha256 = "be39722fde3c3cc6ca236539af5a51099b09a267ba7c180c1043c70de9c12c90"; + sha256_unsigned = "be39722fde3c3cc6ca236539af5a51099b09a267ba7c180c1043c70de9c12c90"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-867-a1-squashfs-sysupgrade.bin"; + sha256 = "d307d6770f88bb3ca412608e776d245f293ce4adbcb79c4bb200e930bf15f66a"; + sha256_unsigned = "204770fadbb24ca0eada61e3590942f66b3775a03c07893b536db1b3ae516d35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-867-a1" + ]; + titles = [ + { + model = "DIR-867"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-dlink_dir-878-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-878-a1-initramfs-kernel.bin"; + sha256 = "e018f57f8202deba82bc4f717d8992be6ff69f7347ccf8a03327dd82d9ab39ed"; + sha256_unsigned = "e018f57f8202deba82bc4f717d8992be6ff69f7347ccf8a03327dd82d9ab39ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-878-a1-squashfs-factory.bin"; + sha256 = "f23576f6bcf2b5a056daf81cbc76f790728dcdaa27694ff166bd6e74366bff03"; + sha256_unsigned = "f23576f6bcf2b5a056daf81cbc76f790728dcdaa27694ff166bd6e74366bff03"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-878-a1-squashfs-sysupgrade.bin"; + sha256 = "ef8e2c7b93e125822b6e86c5f836d44d93e0b0034f0305ff3cc16b3c96359ed9"; + sha256_unsigned = "fa1f87b21e554750aea56e6ba0e8f845249efe3d0c7db055ff5ce5d41fdf271e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-878-a1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-dlink_dir-878-r1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-878-r1-initramfs-kernel.bin"; + sha256 = "f7f955e2842821ea24eca62080a0f89ccecc0847818008f66fb28abf2d0b50ab"; + sha256_unsigned = "f7f955e2842821ea24eca62080a0f89ccecc0847818008f66fb28abf2d0b50ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-878-r1-squashfs-sysupgrade.bin"; + sha256 = "dcf8981883073f844bb0e35f76e73da62776165125ebbee51265f8e7b0c43242"; + sha256_unsigned = "f7644a98eef41c88c5233a921615e63e96dcace9142879ed28f55a12f6f2e30a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-878-r1-squashfs-factory.bin"; + sha256 = "47240556dea7d43dac509b3d84013f138424b552b6d6bfe8b45d2724f2a024a1"; + sha256_unsigned = "47240556dea7d43dac509b3d84013f138424b552b6d6bfe8b45d2724f2a024a1"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-878-r1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-dlink_dir-882-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-882-a1-initramfs-kernel.bin"; + sha256 = "394582975a44ebbb5c58fb65249ceafde049a3fd1ddb0e3f547de845319d9824"; + sha256_unsigned = "394582975a44ebbb5c58fb65249ceafde049a3fd1ddb0e3f547de845319d9824"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-882-a1-squashfs-sysupgrade.bin"; + sha256 = "b506de1f3d64a92310f5cb617b4945d5bdafff20a8307f0d28f8b8524673536b"; + sha256_unsigned = "95b1e09c3a47b10b89e7015c1cb5ccd92b7b33f7df6f418ecb716980030cdeb1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-882-a1-squashfs-factory.bin"; + sha256 = "fa5cc71b5b5ec22a522448607f98b5eab193f3c1412d40128142ab2ccd81ba6e"; + sha256_unsigned = "fa5cc71b5b5ec22a522448607f98b5eab193f3c1412d40128142ab2ccd81ba6e"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-882-a1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-dlink_dir-882-r1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-882-r1-initramfs-kernel.bin"; + sha256 = "2a61b8f52ff8f00d810c4e4b2f65359bd4be7773eea7ea9a878390cc49c77eb2"; + sha256_unsigned = "2a61b8f52ff8f00d810c4e4b2f65359bd4be7773eea7ea9a878390cc49c77eb2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-882-r1-squashfs-sysupgrade.bin"; + sha256 = "5845975077f1c9dbae730aaacbe2c316664b1cb974b889505c7b079964bc0cf7"; + sha256_unsigned = "24dd38048c9121a6f2bfafe4b2d750e0f281cc4851df7b6ed5d61f15be1116ba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dlink_dir-882-r1-squashfs-factory.bin"; + sha256 = "1702ae0783a939835e1473b24d0fd969de647b249da790747a8f2ea6f5b45846"; + sha256_unsigned = "1702ae0783a939835e1473b24d0fd969de647b249da790747a8f2ea6f5b45846"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-882-r1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dual-q_h721 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-dual-q_h721"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-dual-q_h721-initramfs-kernel.bin"; + sha256 = "7aa5a16fc0438095e0d7c02d0eb544d60472e79295a08d3a57894223a3f607e8"; + sha256_unsigned = "7aa5a16fc0438095e0d7c02d0eb544d60472e79295a08d3a57894223a3f607e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-dual-q_h721-squashfs-sysupgrade.bin"; + sha256 = "b417753f4186b61e71fccf929a34f00fb2ae97f73be03e9aaa4f36f1e744a315"; + sha256_unsigned = "d36a4842b24dafc60a90dd80e281755fc7b495fff2bc06239c9fb7bcd5f24d41"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dual-q,h721" + ]; + titles = [ + { + model = "H721"; + vendor = "Dual-Q"; + } + ]; + }; + edimax_ra21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-edimax_ra21s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-edimax_ra21s-initramfs-kernel.bin"; + sha256 = "9a8e8c72617c3aea58c1b299d6084ffb1ad153e0666f46c7daf926c0e7233b78"; + sha256_unsigned = "9a8e8c72617c3aea58c1b299d6084ffb1ad153e0666f46c7daf926c0e7233b78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin"; + sha256 = "490592fece5e6047550bd8d4d213106a9c835d74862dbfb5b045bf5d47a974e4"; + sha256_unsigned = "ae4de90e89f22849ce564a4429686ed2ac946c3dbeefa0d0957c2c6b4b388394"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"; + sha256 = "ee8ecccead3521d669001708a308ce5fac9c044ae176d2fc6580fe73b619eb6c"; + sha256_unsigned = "ee8ecccead3521d669001708a308ce5fac9c044ae176d2fc6580fe73b619eb6c"; + type = "factory"; + } + ]; + supported_devices = [ + "edimax,ra21s" + ]; + titles = [ + { + model = "RA21S"; + vendor = "Edimax"; + } + { + model = "Gemini RA21S"; + vendor = "Edimax"; + } + ]; + }; + edimax_re23s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-edimax_re23s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-edimax_re23s-initramfs-kernel.bin"; + sha256 = "8880bf4fbcfdda2fbb7a95d10f4807e2e0a2a00142415f6774fcd416ffc4396f"; + sha256_unsigned = "8880bf4fbcfdda2fbb7a95d10f4807e2e0a2a00142415f6774fcd416ffc4396f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-edimax_re23s-squashfs-sysupgrade.bin"; + sha256 = "3225fc321768ec16c948834b4d3d9761ba8d2598233c077ff862f5ccc1ba5ec8"; + sha256_unsigned = "75393ae32d300120504c6d9e2237365ea6af05f31bd1bdf3c37c7f781cbc9195"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-edimax_re23s-squashfs-factory.bin"; + sha256 = "f9bb35e144b662ffcf14d5269fd68003bb5be3a82beae7a6008d129fcfa81c50"; + sha256_unsigned = "f9bb35e144b662ffcf14d5269fd68003bb5be3a82beae7a6008d129fcfa81c50"; + type = "factory"; + } + ]; + supported_devices = [ + "edimax,re23s" + ]; + titles = [ + { + model = "RE23S"; + vendor = "Edimax"; + } + { + model = "Gemini RE23S"; + vendor = "Edimax"; + } + ]; + }; + edimax_rg21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-edimax_rg21s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-edimax_rg21s-initramfs-kernel.bin"; + sha256 = "91e0c004145b152b5738ffb20add23819b6a7e3f9b10c00c8c3b12384b852b6b"; + sha256_unsigned = "91e0c004145b152b5738ffb20add23819b6a7e3f9b10c00c8c3b12384b852b6b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-edimax_rg21s-squashfs-sysupgrade.bin"; + sha256 = "ecaa7535e127429f0aa76f409064256cfd3ab978e76af5643c4a2b95a065269c"; + sha256_unsigned = "44fcfa479e07207282a664cd6e0e274501e4704c7e4cf867d3c9e4678dd7845e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-edimax_rg21s-squashfs-factory.bin"; + sha256 = "921e0824dbd4726c09c6bac135df2d5d6fa9cda780580a73f92fd98a0d103ead"; + sha256_unsigned = "921e0824dbd4726c09c6bac135df2d5d6fa9cda780580a73f92fd98a0d103ead"; + type = "factory"; + } + ]; + supported_devices = [ + "edimax,rg21s" + ]; + titles = [ + { + model = "Gemini AC2600 RG21S"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1167ghbk2-s-initramfs-kernel.bin"; + sha256 = "a3c3c70fcbfc78d1b23ba482ed8b1ef06d5d0625874379e5cbdc19e93d77f61f"; + sha256_unsigned = "a3c3c70fcbfc78d1b23ba482ed8b1ef06d5d0625874379e5cbdc19e93d77f61f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "5b5120aeb132c5c75c3f04e20832038c2b1e234b33cc51a600199b6750b2ac1b"; + sha256_unsigned = "01e35795991833cf26b8d660c8b2dc2a3eb301a379dd7bceba37c1e1022bb554"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "1379cb63ad6f3d81482857fd4986bcf3288372b685686c73dd1d9598572c670a"; + sha256_unsigned = "1379cb63ad6f3d81482857fd4986bcf3288372b685686c73dd1d9598572c670a"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + model = "WRC-1167GHBK2-S"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gs2-b = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1167gs2-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1167gs2-b-initramfs-kernel.bin"; + sha256 = "e20976e1de436907de747c8beb94daea72e608ffd083ffae59e9497b2267c642"; + sha256_unsigned = "e20976e1de436907de747c8beb94daea72e608ffd083ffae59e9497b2267c642"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-sysupgrade.bin"; + sha256 = "8ea23d9b0e57af51f503877371a5c4f0d1ce49fd34f18e1ae3fbf417b1b2d384"; + sha256_unsigned = "d4c4e049d592926a7cf5742cb37423d273df3f7d8ee1261090a3a10d7f703445"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-factory.bin"; + sha256 = "b5754e2254ba7db9e59b7a39a1d29b3d0efd154883dc230c46833c5515ac9186"; + sha256_unsigned = "b5754e2254ba7db9e59b7a39a1d29b3d0efd154883dc230c46833c5515ac9186"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gs2-b" + ]; + titles = [ + { + model = "WRC-1167GS2-B"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1167gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1167gst2-initramfs-kernel.bin"; + sha256 = "19693ceec5242869651d2af4c4b7efdc73b4c887a4cf533e12f02653850f49eb"; + sha256_unsigned = "19693ceec5242869651d2af4c4b7efdc73b4c887a4cf533e12f02653850f49eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1167gst2-squashfs-sysupgrade.bin"; + sha256 = "5d07c32852100f4c55cbbe28779912bdfb41d1ef4f1c575cafd4296f3055fa2f"; + sha256_unsigned = "1fa868ce08a1dc42a16d95a252e75309e8ab3ba064af518bd321c5bb3bcd0b27"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1167gst2-squashfs-factory.bin"; + sha256 = "94e8202d68ff53b1b4e777bad38c7062304d1aac730c6d6480bafbca9613e816"; + sha256_unsigned = "94e8202d68ff53b1b4e777bad38c7062304d1aac730c6d6480bafbca9613e816"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gst2" + ]; + titles = [ + { + model = "WRC-1167GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gs = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1750gs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1750gs-initramfs-kernel.bin"; + sha256 = "da086c55045ed8de7b509d0e54db72eabd8fd02ea660ca2da32691b5641abd49"; + sha256_unsigned = "da086c55045ed8de7b509d0e54db72eabd8fd02ea660ca2da32691b5641abd49"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1750gs-squashfs-sysupgrade.bin"; + sha256 = "62d2c9931ca2af7734ba0aa126058f847d50e9b1a755253a656353b3adc3b065"; + sha256_unsigned = "e52a7821ef149bc0111580974699c8416e692b3e7b2761e5281d411dd3a446b9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1750gs-squashfs-factory.bin"; + sha256 = "c9232c1391ee533b3b8d6e4173ab82ab2f88258760b1581e84c82b452276ba59"; + sha256_unsigned = "c9232c1391ee533b3b8d6e4173ab82ab2f88258760b1581e84c82b452276ba59"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gs" + ]; + titles = [ + { + model = "WRC-1750GS"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1750gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1750gst2-initramfs-kernel.bin"; + sha256 = "7ab55b26d1a4d2249270377c57e0584a6631b69e16dd1793d9363a8d32211c07"; + sha256_unsigned = "7ab55b26d1a4d2249270377c57e0584a6631b69e16dd1793d9363a8d32211c07"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1750gst2-squashfs-sysupgrade.bin"; + sha256 = "52645164f5a99d0ea55b0234823ca8050aa4f8f7df44d8c45d63cfc1d1c47dbd"; + sha256_unsigned = "84e88532b2b94e887bba2d368033b5e128e50b225311037a9993e716dba9213e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1750gst2-squashfs-factory.bin"; + sha256 = "000b49678da5b40fc73986293afcc3d9f379a9c50d97d24cb6e76374aa176894"; + sha256_unsigned = "000b49678da5b40fc73986293afcc3d9f379a9c50d97d24cb6e76374aa176894"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gst2" + ]; + titles = [ + { + model = "WRC-1750GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gsv = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1750gsv"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1750gsv-initramfs-kernel.bin"; + sha256 = "8550a28ccf60278450285359eb1210f8b7d15166d66d8117312e41aea8fb1dda"; + sha256_unsigned = "8550a28ccf60278450285359eb1210f8b7d15166d66d8117312e41aea8fb1dda"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1750gsv-squashfs-sysupgrade.bin"; + sha256 = "5f35a46b5c99603e39395af196f551ce13f9674fb8e045775f19610bfface69c"; + sha256_unsigned = "cc456ebbeb608328ea82476227e58cacc49caa64755f0031898cf6da0903592d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1750gsv-squashfs-factory.bin"; + sha256 = "0b17b215c5e872ffe65e46a0bac2ae8d0e783ded034c1ba359ed3e8e84d36f4d"; + sha256_unsigned = "0b17b215c5e872ffe65e46a0bac2ae8d0e783ded034c1ba359ed3e8e84d36f4d"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gsv" + ]; + titles = [ + { + model = "WRC-1750GSV"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1900gst-initramfs-kernel.bin"; + sha256 = "a04493e5b5a61d630053036fe955bf6cbaedceb20a2b9c726f809d05f2645eeb"; + sha256_unsigned = "a04493e5b5a61d630053036fe955bf6cbaedceb20a2b9c726f809d05f2645eeb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "4264e4188c0d240f04b433834bee64f9d08b009da9b631bf987d2dfa3cdb4e35"; + sha256_unsigned = "9713821d1d962a79747e0b6777fdf96aae3c95ceff5882b2e655a89434373efc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "817f2fb49da472d017e4d9377b970ed32aa41b49bec5e878b90bfa03b3cb0cfe"; + sha256_unsigned = "817f2fb49da472d017e4d9377b970ed32aa41b49bec5e878b90bfa03b3cb0cfe"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + model = "WRC-1900GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533ghbk-i = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-2533ghbk-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-2533ghbk-i-initramfs-kernel.bin"; + sha256 = "f61a5829d2dee2f5a79285a86499ebf32b2534e18f8988c5742d8a61b6dadfaa"; + sha256_unsigned = "f61a5829d2dee2f5a79285a86499ebf32b2534e18f8988c5742d8a61b6dadfaa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-sysupgrade.bin"; + sha256 = "d8231c7e888fc9e66d0ee72459c8fe1b45003b6f98e8b00ddbfed7ec31711d31"; + sha256_unsigned = "cdcc9bcaf1983da9f66000886e6736c68dc437e1ec63d4552ee4b5f6597e1875"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-factory.bin"; + sha256 = "e6d7eac6999817ee9e2121230b9361d5256ab965e50863628a9e215512a78fc9"; + sha256_unsigned = "e6d7eac6999817ee9e2121230b9361d5256ab965e50863628a9e215512a78fc9"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533ghbk-i" + ]; + titles = [ + { + model = "WRC-2533GHBK-I"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gs2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-2533gs2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-2533gs2-initramfs-kernel.bin"; + sha256 = "462403f165e12d583b9ef6fdcbf7464972581fe102ccabb61bdceaba5ba01897"; + sha256_unsigned = "462403f165e12d583b9ef6fdcbf7464972581fe102ccabb61bdceaba5ba01897"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-2533gs2-squashfs-factory.bin"; + sha256 = "1dfb8dc1c4235640fa8c483f2443b6bc0494aa7a58644556c47fa2679b7bec34"; + sha256_unsigned = "1dfb8dc1c4235640fa8c483f2443b6bc0494aa7a58644556c47fa2679b7bec34"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-2533gs2-squashfs-sysupgrade.bin"; + sha256 = "6137882f38d28fdd87a95e82b53f9fe5c6379d541e67872ba2ed742a7b406345"; + sha256_unsigned = "763b125d33c2d5af85e1595075a8d95c18a8db1e4dc5773bf7fe637629484d60"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gs2" + ]; + titles = [ + { + model = "WRC-2533GS2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-2533gst-initramfs-kernel.bin"; + sha256 = "b550f40ec24a3e29e978499bc837a8083c312e8b00d42d5140e4971423063706"; + sha256_unsigned = "b550f40ec24a3e29e978499bc837a8083c312e8b00d42d5140e4971423063706"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "5d6efbd03abfa3dadb4383e2219e2fa7dc6571d1c087a83ed5e1e9e6e6f39d4e"; + sha256_unsigned = "2fbe55703c4e7d2f1f56a08827683dc4b37584e9502a60d95cf10b4246044ee1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "84c45fc772904aac1ded041c8e4ca94e02e7d47cedf8c2d575cc56cb6e0e40ce"; + sha256_unsigned = "84c45fc772904aac1ded041c8e4ca94e02e7d47cedf8c2d575cc56cb6e0e40ce"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + model = "WRC-2533GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-2533gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-2533gst2-initramfs-kernel.bin"; + sha256 = "dc57f391eb97f4b28f9bb0ab5356d50d781e6bbfeedbbeeabf8c3d46e289ea25"; + sha256_unsigned = "dc57f391eb97f4b28f9bb0ab5356d50d781e6bbfeedbbeeabf8c3d46e289ea25"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-2533gst2-squashfs-factory.bin"; + sha256 = "b44416cf98b1dcf1dcb0127c5db1cc48ddadb9f3e3117b6fa6dbd93adebb212b"; + sha256_unsigned = "b44416cf98b1dcf1dcb0127c5db1cc48ddadb9f3e3117b6fa6dbd93adebb212b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-elecom_wrc-2533gst2-squashfs-sysupgrade.bin"; + sha256 = "f5b971a0afe0131e88f34613b75d66a769a589ab5ef84d4d62534cf905c20b74"; + sha256_unsigned = "34cd96b3df4bc79d8894cfd248711100b315d0eea3182c6c05e72b021d3aeee7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst2" + ]; + titles = [ + { + model = "WRC-2533GST2"; + vendor = "ELECOM"; + } + ]; + }; + firefly_firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-firefly_firewrt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-firefly_firewrt-initramfs-kernel.bin"; + sha256 = "0e55cca4f0772c2c79bfa38f6ef7f7e208e0a909055e7a26b8457ace4ec65c25"; + sha256_unsigned = "0e55cca4f0772c2c79bfa38f6ef7f7e208e0a909055e7a26b8457ace4ec65c25"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-firefly_firewrt-squashfs-sysupgrade.bin"; + sha256 = "7d294c96b3c0239f0ec84a294ab70169a6083dcb5fbb76707e094a8b04313964"; + sha256_unsigned = "adbff77d8e6cae2fb226afbd030151468c1d9fb5a7e5dca100d2bc641055917b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "firefly,firewrt" + "firewrt" + ]; + titles = [ + { + model = "FireWRT"; + vendor = "Firefly"; + } + ]; + }; + gehua_ghl-r-001 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-gehua_ghl-r-001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-gehua_ghl-r-001-initramfs-kernel.bin"; + sha256 = "f95eefd42e534cb789a856d6fae7a73effcdb0d2cba7f6407c375e5dfa2d2dfa"; + sha256_unsigned = "f95eefd42e534cb789a856d6fae7a73effcdb0d2cba7f6407c375e5dfa2d2dfa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-gehua_ghl-r-001-squashfs-sysupgrade.bin"; + sha256 = "c332668c49b9c0fedf4ecb885cb199fb4703568807d6c5ddef3e0b1b6e29e8cb"; + sha256_unsigned = "07af65a8d5f5703b80218884bb756c2b3be6b20b76c34f7a8d7102a55fd41470"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gehua,ghl-r-001" + ]; + titles = [ + { + model = "GHL-R-001"; + vendor = "GeHua"; + } + ]; + }; + glinet_gl-mt1300 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-glinet_gl-mt1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-glinet_gl-mt1300-initramfs-kernel.bin"; + sha256 = "79f13342807b87936165e924a6c6cb94cc90e49c6c083dbeb6aad18d8a069901"; + sha256_unsigned = "79f13342807b87936165e924a6c6cb94cc90e49c6c083dbeb6aad18d8a069901"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-glinet_gl-mt1300-squashfs-sysupgrade.bin"; + sha256 = "d6676c9d51480112c9e9c2bd07afa552dcc9ca19d81f8132a59eccc16e435487"; + sha256_unsigned = "7cdceaad5b923ba77066cb2b5774682197f8c6bed5396275c7c1e1b12db34a9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt1300" + ]; + titles = [ + { + model = "GL-MT1300"; + vendor = "GL.iNet"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-gnubee_gb-pc1-initramfs-kernel.bin"; + sha256 = "2ecad4ba122e506b9b75c02cc19aca7d630fbf5b66697cb8804615888b331809"; + sha256_unsigned = "2ecad4ba122e506b9b75c02cc19aca7d630fbf5b66697cb8804615888b331809"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "40a618cc31b0786aac3c9474329924ad9602945d1ac350cc1426ca93f96b4184"; + sha256_unsigned = "4fd9a9545dc4b508c19ae933195a6ee5c624a8c52b43cd075f748d8be9b4ecf5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + model = "Personal Cloud One"; + vendor = "GnuBee"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-gnubee_gb-pc2-initramfs-kernel.bin"; + sha256 = "1ebac0fbd1aed739f9f6d2633375f32da1bbb55f79621e31efe72cdfffba78d0"; + sha256_unsigned = "1ebac0fbd1aed739f9f6d2633375f32da1bbb55f79621e31efe72cdfffba78d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "1bc339237095c1b9d00595ae8a6ce279523544567f3cd00c44762d5c39970272"; + sha256_unsigned = "fe3b88b74c16b20fc1acf57355b65810014c9a3e920bd78e395c7df66d470840"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + model = "Personal Cloud Two"; + vendor = "GnuBee"; + } + ]; + }; + hilink_hlk-7621a-evb = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-hilink_hlk-7621a-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-hilink_hlk-7621a-evb-initramfs-kernel.bin"; + sha256 = "b4d9a3a37f07273b773a009a5e31510f765f1f3dacd091c1db443dfea9901324"; + sha256_unsigned = "b4d9a3a37f07273b773a009a5e31510f765f1f3dacd091c1db443dfea9901324"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-hilink_hlk-7621a-evb-squashfs-sysupgrade.bin"; + sha256 = "9f829105122c4101748c3a4c4c536b6cdbc3a9166327152d57e9530a6529e7b6"; + sha256_unsigned = "dce1dc50042726e4837e4c40e7a69228cdd778a9044c352ca74b62fd1a9a05d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7621a-evb" + ]; + titles = [ + { + model = "HLK-7621A evaluation board"; + vendor = "HiLink"; + } + ]; + }; + hiwifi_hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-hiwifi_hc5962"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-hiwifi_hc5962-initramfs-kernel.bin"; + sha256 = "8ed91574c5c0836f74ef376cc1835c8eb9495c215f1976283a3174b7e5daf6ad"; + sha256_unsigned = "8ed91574c5c0836f74ef376cc1835c8eb9495c215f1976283a3174b7e5daf6ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-hiwifi_hc5962-squashfs-sysupgrade.bin"; + sha256 = "da95176cdccaec067ce051cfeaec47b66e387f506fc28f69843fd726dd578d19"; + sha256_unsigned = "ccb2300d7c7b770b40c7b5796b98990c481935f9ceaf2df845910b3278af227a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-hiwifi_hc5962-squashfs-factory.bin"; + sha256 = "6587347b461bfcacd5dbe993fde46f29b32cbc073252a1bd407d3c4ea002060e"; + sha256_unsigned = "6587347b461bfcacd5dbe993fde46f29b32cbc073252a1bd407d3c4ea002060e"; + type = "factory"; + } + ]; + supported_devices = [ + "hiwifi,hc5962" + ]; + titles = [ + { + model = "HC5962"; + vendor = "HiWiFi"; + } + ]; + }; + humax_e10 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-humax_e10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-humax_e10-initramfs-kernel.bin"; + sha256 = "64c8028d8e539d61503ff9d5de34368f0052958019699cd47b43694e5ea591a3"; + sha256_unsigned = "64c8028d8e539d61503ff9d5de34368f0052958019699cd47b43694e5ea591a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-humax_e10-squashfs-factory.bin"; + sha256 = "a224930810aa873aa98d9a1b2373cf1440655c2a31107ea49c12e87cad5777db"; + sha256_unsigned = "a224930810aa873aa98d9a1b2373cf1440655c2a31107ea49c12e87cad5777db"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-humax_e10-squashfs-sysupgrade.bin"; + sha256 = "a01e5201dbeab74a4359e511d2b55632fecf6ac5f0ab0f908bd01bee6b56aa5d"; + sha256_unsigned = "1b47966a2b8a19c14e67f99a2935f37c7b4427b0c2422e94739f4bc1803d1da1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "humax,e10" + ]; + titles = [ + { + model = "E10"; + vendor = "HUMAX"; + } + { + model = "QUANTUM E10"; + vendor = "HUMAX"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wn-ax1167gr-initramfs-kernel.bin"; + sha256 = "c530aedba5e045644b7eba8702ce21d3583f537590073d817d122ad9c450530f"; + sha256_unsigned = "c530aedba5e045644b7eba8702ce21d3583f537590073d817d122ad9c450530f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "304c88f5e58438b56fa920b245dbf795b591c50e9360ddc0333197001a76b438"; + sha256_unsigned = "c2c758d5e73d2fbc817fedbbc4e87ccf060e40788c19da71e522aa50d8ba6c66"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + model = "WN-AX1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax1167gr2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-iodata_wn-ax1167gr2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wn-ax1167gr2-initramfs-kernel.bin"; + sha256 = "310f1b7261f680208d1672751a5a0aca2728a8f61d9bb385448df4184db2130c"; + sha256_unsigned = "310f1b7261f680208d1672751a5a0aca2728a8f61d9bb385448df4184db2130c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wn-ax1167gr2-squashfs-sysupgrade.bin"; + sha256 = "172535004009a4a786e8d49e2fc052d7c7face190d603bc3755345db0ef01b32"; + sha256_unsigned = "ddf702e538089f952e4a04df6d58064c6739ce7fdee8d5731b6f3f94775f9428"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr2" + ]; + titles = [ + { + model = "WN-AX1167GR2"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-iodata_wn-ax2033gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wn-ax2033gr-initramfs-kernel.bin"; + sha256 = "fdf684345642f7a2616d035683348c26b58d217aaa8f5c6dd2cf00cbec7905f6"; + sha256_unsigned = "fdf684345642f7a2616d035683348c26b58d217aaa8f5c6dd2cf00cbec7905f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wn-ax2033gr-squashfs-sysupgrade.bin"; + sha256 = "44eb44665c00644ce32a153581afcc9dfbbb724ea798e9572e10c628688d93b2"; + sha256_unsigned = "5bc02a4d1701fa2df14cb1d1eeb42f0a9a943fdf48b54bdb8dff0fc87dfe9bf9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax2033gr" + ]; + titles = [ + { + model = "WN-AX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1167r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-iodata_wn-dx1167r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wn-dx1167r-initramfs-kernel.bin"; + sha256 = "a8bd5268213421331b2218dcea81c017ede376d1086d9df44ac166162a3e9826"; + sha256_unsigned = "a8bd5268213421331b2218dcea81c017ede376d1086d9df44ac166162a3e9826"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wn-dx1167r-squashfs-sysupgrade.bin"; + sha256 = "b46a4ae4432db0d34d89ee9aa79ad60d81d5b945fb8a5998ecf4a0020353dc00"; + sha256_unsigned = "108d36979ef5c6fa566938237298c67d13e06645324f85fdb9094c06f53aa5d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-dx1167r" + ]; + titles = [ + { + model = "WN-DX1167R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1200gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-iodata_wn-dx1200gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wn-dx1200gr-initramfs-kernel.bin"; + sha256 = "3a1cb99d8f7f586630beaaff0bca08ac09dfef81cabcf1eb0e9dd519d875ab84"; + sha256_unsigned = "3a1cb99d8f7f586630beaaff0bca08ac09dfef81cabcf1eb0e9dd519d875ab84"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wn-dx1200gr-squashfs-sysupgrade.bin"; + sha256 = "3efdf5544b4833071d8df7de5d7f19c0a5bd104684de4630409dec078e5b6e67"; + sha256_unsigned = "5e6bfc52f1e3dfd66f53dc928127009dbd29e79c6bbcc2585d260a17e7519b47"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-dx1200gr" + ]; + titles = [ + { + model = "WN-DX1200GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-iodata_wn-dx2033gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wn-dx2033gr-initramfs-kernel.bin"; + sha256 = "9f2969275d718a1a74dfa7e248ca342002f2dde7abff4d8117dbd425ca327cf8"; + sha256_unsigned = "9f2969275d718a1a74dfa7e248ca342002f2dde7abff4d8117dbd425ca327cf8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wn-dx2033gr-squashfs-sysupgrade.bin"; + sha256 = "e11fe46c43eab7379679d6d1d457b7af6cf1a0e36d204cfc9c2d3d59f9612817"; + sha256_unsigned = "372342ef552bd60a268810206b7c763fac39cd768bc0309dfa836a3e47793205"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-dx2033gr" + ]; + titles = [ + { + model = "WN-DX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wn-gx300gr-initramfs-kernel.bin"; + sha256 = "deb6966e9be892c9c7d4edaa9604e5b3155ab5729cdbe19286d7ab04b0daa933"; + sha256_unsigned = "deb6966e9be892c9c7d4edaa9604e5b3155ab5729cdbe19286d7ab04b0daa933"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "b22b1cfb6c4a33226d93b9bf1a5ccd79e9b0d569595b758208718d8b26a960dc"; + sha256_unsigned = "dabf251434d17d93c414c3179188566d85e7757a1e942d6dc4f721c5580c7975"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + model = "WN-GX300GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wnpr2600g = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-iodata_wnpr2600g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wnpr2600g-initramfs-kernel.bin"; + sha256 = "1b8fa9ec93f7b6bb81bfb2d6de65bbfa6a11c38f09cd0f5ae7a5da541867a75c"; + sha256_unsigned = "1b8fa9ec93f7b6bb81bfb2d6de65bbfa6a11c38f09cd0f5ae7a5da541867a75c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wnpr2600g-squashfs-sysupgrade.bin"; + sha256 = "f4e664b9bb2772e470c369e000fe8dc1dd5207de56833055bb8b50823bcc07b0"; + sha256_unsigned = "95134fd348d229f763744c3e232e5513e23df3ce37ea5d1b98e6d2d3a55dfcb1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iodata_wnpr2600g-squashfs-factory.bin"; + sha256 = "fd16dfcabae26572dd8131c1be39aedfe0a72598ebbd0bce82464c5d6b01ad8b"; + sha256_unsigned = "fd16dfcabae26572dd8131c1be39aedfe0a72598ebbd0bce82464c5d6b01ad8b"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wnpr2600g" + ]; + titles = [ + { + model = "WNPR2600G"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a3002mesh = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-iptime_a3002mesh"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_a3002mesh-initramfs-kernel.bin"; + sha256 = "75f8db5f7a94aef3497a60fb05179b76a625b7948db6aea3b1aaf13b5ace5bbf"; + sha256_unsigned = "75f8db5f7a94aef3497a60fb05179b76a625b7948db6aea3b1aaf13b5ace5bbf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_a3002mesh-squashfs-sysupgrade.bin"; + sha256 = "992292005d35d0b199967e4edfe8596ae8df1c5970be592ca73699e6ee6e9d31"; + sha256_unsigned = "688637d5c87e11e1d70b214fc3b4a5aaa4c9012b635f772cda24e7d99ee417f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3002mesh" + ]; + titles = [ + { + model = "A3002MESH"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a3004ns-dual = { + device_packages = [ + "kmod-usb3" + "kmod-mt76x2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-iptime_a3004ns-dual"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_a3004ns-dual-initramfs-kernel.bin"; + sha256 = "6246be89d1294cd517b93a1392cfca7f1bd89839cd4f98cfd64d4d48fcc27d10"; + sha256_unsigned = "6246be89d1294cd517b93a1392cfca7f1bd89839cd4f98cfd64d4d48fcc27d10"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_a3004ns-dual-squashfs-sysupgrade.bin"; + sha256 = "7a79e1c0df0de6f30d3cb0cffb4c6f6980e49317efe4ccfcebaf8e33e4aaf732"; + sha256_unsigned = "c43fca17973286504f6104462d579b1096760c53c4af3bd8839c5813d1816ef5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3004ns-dual" + ]; + titles = [ + { + model = "A3004NS-dual"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a3004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-iptime_a3004t"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_a3004t-initramfs-kernel.bin"; + sha256 = "f89aa245ab3cdc373cc5df11cfcb2bffb7fc385e7602ec17d61a27928813d3d0"; + sha256_unsigned = "f89aa245ab3cdc373cc5df11cfcb2bffb7fc385e7602ec17d61a27928813d3d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_a3004t-squashfs-sysupgrade.bin"; + sha256 = "f7ece687723b37ccec4b6202e060d055b1c1fd9055c735a6f0b8f566aad9a2f9"; + sha256_unsigned = "7eb68f486706b9247e4dc7adfee35010bacb6396d5b71d6bc1414be0a1048125"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3004t" + ]; + titles = [ + { + model = "A3004T"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a6004ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-iptime_a6004ns-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_a6004ns-m-initramfs-kernel.bin"; + sha256 = "1ddec550fbc0159ed525e9438e03a046b0de70c09db09437073a6ca9c5dba62b"; + sha256_unsigned = "1ddec550fbc0159ed525e9438e03a046b0de70c09db09437073a6ca9c5dba62b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_a6004ns-m-squashfs-sysupgrade.bin"; + sha256 = "a02392700c5e1e741ec0d6e1cd9e9bb8a23000b5a7a0d249046ca2d5a708bcd9"; + sha256_unsigned = "703584f8cd58791d76f33aca8f5ee25f8cd810e89b3ce2b912256261ee9ffb0b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a6004ns-m" + ]; + titles = [ + { + model = "A6004NS-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a6ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-iptime_a6ns-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_a6ns-m-initramfs-kernel.bin"; + sha256 = "daa957b9937902622b92c2600e1d51692edc149fd46afa875d6f5cf6fc72651f"; + sha256_unsigned = "daa957b9937902622b92c2600e1d51692edc149fd46afa875d6f5cf6fc72651f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_a6ns-m-squashfs-sysupgrade.bin"; + sha256 = "c36c837ce27d66b22383017a0b25334972710d9a186b78b1f7fd500eb1a2f6b1"; + sha256_unsigned = "faf07d35729cb7d1bf816f18472d2596f89c6c81186191440586ea48efef8385"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a6ns-m" + ]; + titles = [ + { + model = "A6ns-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a8004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-iptime_a8004t"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_a8004t-initramfs-kernel.bin"; + sha256 = "16e5d390c49ee5286b1970f0207ad6043ec98dca2f668457e70c97d4b67b2aa9"; + sha256_unsigned = "16e5d390c49ee5286b1970f0207ad6043ec98dca2f668457e70c97d4b67b2aa9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_a8004t-squashfs-sysupgrade.bin"; + sha256 = "29ae9fbd14cf0e1c652a412262fd04cb5da185597e900d6c77aa3132101e6e7c"; + sha256_unsigned = "67d58bcc67d6881024cf163c3d7213ff6e4e249b322768a0f085afbab8e405da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a8004t" + ]; + titles = [ + { + model = "A8004T"; + vendor = "ipTIME"; + } + ]; + }; + iptime_ax2004m = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-iptime_ax2004m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_ax2004m-initramfs-kernel.bin"; + sha256 = "36ad175d6d537ecba6dafa063bd91e3379c48b597bad183d17d7765e89a32aac"; + sha256_unsigned = "36ad175d6d537ecba6dafa063bd91e3379c48b597bad183d17d7765e89a32aac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_ax2004m-squashfs-sysupgrade.bin"; + sha256 = "b2f97df7df01ba443b4ca2a96a5d013e1ca5704407ffa980a4b910b2934b09cf"; + sha256_unsigned = "2921200856e6dc6f6d1f9f45af7e4c9721a538a39f0928c174d3a43ea2f249cd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_ax2004m-squashfs-recovery.bin"; + sha256 = "5df5e53ca8d003ee171ae6678d26b3fdd92ae1de91291010e8858ea250657c39"; + sha256_unsigned = "5df5e53ca8d003ee171ae6678d26b3fdd92ae1de91291010e8858ea250657c39"; + type = "recovery"; + } + ]; + supported_devices = [ + "iptime,ax2004m" + ]; + titles = [ + { + model = "AX2004M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_t5004 = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-iptime_t5004"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_t5004-initramfs-kernel.bin"; + sha256 = "e907294b950ca36e92fa83a998c601814e7ce110e8c6a671c5fa303c3fe47ef3"; + sha256_unsigned = "e907294b950ca36e92fa83a998c601814e7ce110e8c6a671c5fa303c3fe47ef3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-iptime_t5004-squashfs-sysupgrade.bin"; + sha256 = "8ce7c83ecd00b72615d0599619f99fdb58a18aee32726c8ce83ad054b9659b65"; + sha256_unsigned = "3a3741f900e32f49f861a22553d993b51514eafd6afdbdec31ef3bc8362059ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,t5004" + ]; + titles = [ + { + model = "T5004"; + vendor = "ipTIME"; + } + ]; + }; + jcg_jhr-ac876m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-jcg_jhr-ac876m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-jcg_jhr-ac876m-initramfs-kernel.bin"; + sha256 = "566e19e8090694f3f474d0160cfc2bdba2e00e164c8f404fc39d279912310038"; + sha256_unsigned = "566e19e8090694f3f474d0160cfc2bdba2e00e164c8f404fc39d279912310038"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-jcg_jhr-ac876m-squashfs-sysupgrade.bin"; + sha256 = "fb6b5bb78a4507c0090340196a4d6aed48a7b59244e7ffa77e9db86739989be3"; + sha256_unsigned = "4cf00f44bae2919bbdcecfcee461091fa0077ecd3a60bfba386e1d89ba3bae40"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-jcg_jhr-ac876m-squashfs-factory.bin"; + sha256 = "3458d7729821d7644857e2d5f65dd646eb4a878cd854bbf6dca18629294a11f0"; + sha256_unsigned = "3458d7729821d7644857e2d5f65dd646eb4a878cd854bbf6dca18629294a11f0"; + type = "factory"; + } + ]; + supported_devices = [ + "jcg,jhr-ac876m" + ]; + titles = [ + { + model = "JHR-AC876M"; + vendor = "JCG"; + } + ]; + }; + jcg_q20 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-jcg_q20"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-jcg_q20-initramfs-kernel.bin"; + sha256 = "38f415b0e17f092da247106536359118a01e27ac2a8821a32f8e4265b3ecac91"; + sha256_unsigned = "38f415b0e17f092da247106536359118a01e27ac2a8821a32f8e4265b3ecac91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-jcg_q20-squashfs-sysupgrade.bin"; + sha256 = "affe65bf60116495c10dcf028a453d932a39d1b7e0d2a489c56765fdff0d3753"; + sha256_unsigned = "de7cd7c6bbe5a36799ec8c2257b0fce46ca5fe04b15eb10f509c70f08e398e23"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-jcg_q20-squashfs-factory.bin"; + sha256 = "b67659eb01d48089e0731ddc4f765f8cef0e9fe518669bd68121b815576abb33"; + sha256_unsigned = "b67659eb01d48089e0731ddc4f765f8cef0e9fe518669bd68121b815576abb33"; + type = "factory"; + } + ]; + supported_devices = [ + "jcg,q20" + ]; + titles = [ + { + model = "Q20"; + vendor = "JCG"; + } + ]; + }; + jcg_y2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-jcg_y2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-jcg_y2-initramfs-kernel.bin"; + sha256 = "fd881c641f78481072cdbfc37a0ee0160a0cc4e656916e958f3c239256a2deb2"; + sha256_unsigned = "fd881c641f78481072cdbfc37a0ee0160a0cc4e656916e958f3c239256a2deb2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-jcg_y2-squashfs-sysupgrade.bin"; + sha256 = "ee5607241d7c30bb1e9fa82c6cdf1b688a7b8f65cc1b4c685253eea4b332f0e9"; + sha256_unsigned = "98debc3732de0409e1ff0bc47aab6201d59877dba5b137008f10e2aad62c4c8c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-jcg_y2-squashfs-factory.bin"; + sha256 = "2cd3e4e65ea009ba77ecda5fbdf20223319a4b55ec20475bf519466f06c7c253"; + sha256_unsigned = "2cd3e4e65ea009ba77ecda5fbdf20223319a4b55ec20475bf519466f06c7c253"; + type = "factory"; + } + ]; + supported_devices = [ + "jcg,y2" + ]; + titles = [ + { + model = "Y2"; + vendor = "JCG"; + } + ]; + }; + lenovo_newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-lenovo_newifi-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-lenovo_newifi-d1-initramfs-kernel.bin"; + sha256 = "0fc60cbed0ded7e57c84b064b02df61bafeadb85cd86df2a97c4fcdbb5c3196f"; + sha256_unsigned = "0fc60cbed0ded7e57c84b064b02df61bafeadb85cd86df2a97c4fcdbb5c3196f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-lenovo_newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "8f21f7a7b8e25c7c0f7389ce5c878dfc18e193018999ff76769fcd40fc46c161"; + sha256_unsigned = "ff2cbb52d9aed78996830816e2a22c988da39c6fad2416de37c54b2cf8d66dd3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-d1" + "newifi-d1" + ]; + titles = [ + { + model = "D1"; + vendor = "Newifi"; + } + ]; + }; + linksys_e5600 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-linksys_e5600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_e5600-initramfs-kernel.bin"; + sha256 = "2ed16811536beb2df0d13943d7987316e29ffe1f45d19dbbbf854364d58dd001"; + sha256_unsigned = "2ed16811536beb2df0d13943d7987316e29ffe1f45d19dbbbf854364d58dd001"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_e5600-squashfs-sysupgrade.bin"; + sha256 = "a3cd69a6457c5c3b7c18395cd04f4db903d6b460ef850864d9864cc22959dc22"; + sha256_unsigned = "705ad28f4224b7c4e8d47c864f2fcc47a0af08c9f3b093489ba560784b3dbe6d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_e5600-squashfs-factory.bin"; + sha256 = "b0baf8a8858c037813432f82a9a02bb89420ef96630528cba500982b3bcbaa14"; + sha256_unsigned = "b0baf8a8858c037813432f82a9a02bb89420ef96630528cba500982b3bcbaa14"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,e5600" + ]; + titles = [ + { + model = "E5600"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6350-v4 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-linksys_ea6350-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea6350-v4-initramfs-kernel.bin"; + sha256 = "3886d1af52fab7033f6c9f013a8101b2884a0f2967558d78fbfd7c4d2547ba12"; + sha256_unsigned = "3886d1af52fab7033f6c9f013a8101b2884a0f2967558d78fbfd7c4d2547ba12"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea6350-v4-squashfs-sysupgrade.bin"; + sha256 = "3e5e0f863bb942da97137497ff25590bd47c7ce2189ac705168b8b5081933037"; + sha256_unsigned = "aef6eaeed5328e6a578aafb7369d1df4e60dfbd14b28300f29f3652110fe5682"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea6350-v4-squashfs-factory.bin"; + sha256 = "0730d8b11855fa6ee2786e30253de6eeb5e170ee5b16b6a3dedf390133f92adb"; + sha256_unsigned = "0730d8b11855fa6ee2786e30253de6eeb5e170ee5b16b6a3dedf390133f92adb"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea6350-v4" + ]; + titles = [ + { + model = "EA6350"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-linksys_ea7300-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea7300-v1-initramfs-kernel.bin"; + sha256 = "7064b81bde075cda4f24d42efede78917ba296f1209068c96167541e457d44da"; + sha256_unsigned = "7064b81bde075cda4f24d42efede78917ba296f1209068c96167541e457d44da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea7300-v1-squashfs-sysupgrade.bin"; + sha256 = "08a75be42b8684a5c3b8cc6e352c7e8638a176bfdfd61d986f6e22245b39df74"; + sha256_unsigned = "8307ebf817dab288228838ea8e73bf26a8605521d3ac737be15c04a30d17d728"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea7300-v1-squashfs-factory.bin"; + sha256 = "cdc9de1045de512a796c4e6bfa7de62c16b3a13a1ef069fae624ad5ca5f0315d"; + sha256_unsigned = "cdc9de1045de512a796c4e6bfa7de62c16b3a13a1ef069fae624ad5ca5f0315d"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7300-v1" + ]; + titles = [ + { + model = "EA7300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-linksys_ea7300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea7300-v2-initramfs-kernel.bin"; + sha256 = "47e4a127d880dc88c4cdf0964ad5bfac3421fc407e15bf968a5f09daa7443f4a"; + sha256_unsigned = "47e4a127d880dc88c4cdf0964ad5bfac3421fc407e15bf968a5f09daa7443f4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea7300-v2-squashfs-sysupgrade.bin"; + sha256 = "46abb6615ac7c6130b2205d0415ce2ca2deaf12e7cda7721e16832bb915542cd"; + sha256_unsigned = "36a68e6e1ce6093bcce5165c0e000fa9de27536ccc63bc405d7ffae74f81926e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea7300-v2-squashfs-factory.bin"; + sha256 = "0a75d1d2406e13349bc7edab648b290e9dcf7a4164f68aa648e6b9227637b729"; + sha256_unsigned = "0a75d1d2406e13349bc7edab648b290e9dcf7a4164f68aa648e6b9227637b729"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7300-v2" + ]; + titles = [ + { + model = "EA7300"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7500-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-linksys_ea7500-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea7500-v2-initramfs-kernel.bin"; + sha256 = "463004e2d57e10fcdf0d1ffbcadb72a9b8aa5627cf5b16171f6725f9ab0f06ad"; + sha256_unsigned = "463004e2d57e10fcdf0d1ffbcadb72a9b8aa5627cf5b16171f6725f9ab0f06ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea7500-v2-squashfs-sysupgrade.bin"; + sha256 = "f1f34ec11ad48bb35ecb6641e48eb06a94b2157767ebba443c1b49e2fb7bf102"; + sha256_unsigned = "b8969f0266112aafdc49a014d53545fe31782372438450576146196b62bf8e97"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea7500-v2-squashfs-factory.bin"; + sha256 = "8b8a70b642fac17cab8c3dd22b04fe3188263615efa0611f29d9f00b8e21ce2d"; + sha256_unsigned = "8b8a70b642fac17cab8c3dd22b04fe3188263615efa0611f29d9f00b8e21ce2d"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7500-v2" + ]; + titles = [ + { + model = "EA7500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-linksys_ea8100-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea8100-v1-initramfs-kernel.bin"; + sha256 = "8fcfff513a4403c2b96e880f1f131797cb617056fb4f06b4f98ad4f99ac40371"; + sha256_unsigned = "8fcfff513a4403c2b96e880f1f131797cb617056fb4f06b4f98ad4f99ac40371"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea8100-v1-squashfs-sysupgrade.bin"; + sha256 = "c4acef67a04ee6b73a16e6509ad3adda750299879ae1e9f2c473e9322ab90e97"; + sha256_unsigned = "4ddc7bf7a9a27e8a3b8f52469ab55c2d2928a251cd129a41dd2f6558f257e5d4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea8100-v1-squashfs-factory.bin"; + sha256 = "74b94575fd35c3f05cb2afec47c484614a0cc66fe95fb37f3597a41bc8c4d242"; + sha256_unsigned = "74b94575fd35c3f05cb2afec47c484614a0cc66fe95fb37f3597a41bc8c4d242"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8100-v1" + ]; + titles = [ + { + model = "EA8100"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-linksys_ea8100-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea8100-v2-initramfs-kernel.bin"; + sha256 = "30daad57feadd21f081c642c0292634794a3b5af3230ea2183e18bbb7865473a"; + sha256_unsigned = "30daad57feadd21f081c642c0292634794a3b5af3230ea2183e18bbb7865473a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea8100-v2-squashfs-sysupgrade.bin"; + sha256 = "c6ed6aa1f5ac5ccb464d2fe46463cc63f01cc20558490ee031c3996806b2606f"; + sha256_unsigned = "a78b7f9138fdd78df20c3a9811c92e3405202ddbde9482ebaac8fe5a7398b96b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_ea8100-v2-squashfs-factory.bin"; + sha256 = "48b27d76e24ee82bd84ac85bfc466c7119c39ea26ed904b2c2da8f1e6cdc2022"; + sha256_unsigned = "48b27d76e24ee82bd84ac85bfc466c7119c39ea26ed904b2c2da8f1e6cdc2022"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8100-v2" + ]; + titles = [ + { + model = "EA8100"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_re6500 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-linksys_re6500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_re6500-initramfs-kernel.bin"; + sha256 = "d452288a3ad51319b6513dfb0237c4fa7b00bd61339cc33dac685a63a07bc3c7"; + sha256_unsigned = "d452288a3ad51319b6513dfb0237c4fa7b00bd61339cc33dac685a63a07bc3c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-linksys_re6500-squashfs-sysupgrade.bin"; + sha256 = "04bb61994330a6d7d7cd3c00e53269d67e3bf1844d79019fe2e912f8d1de49b5"; + sha256_unsigned = "cb0682427a5fbe9a8a2a8f99b7a6a415dab0f353149b31271aac48f98a27ad8a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,re6500" + "re6500" + ]; + titles = [ + { + model = "RE6500"; + vendor = "Linksys"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-mediatek_ap-mt7621a-v60-initramfs-kernel.bin"; + sha256 = "2ea5473f46b031c3049932cc4204bc423aac4c0889d37e32b656869fb1f072bb"; + sha256_unsigned = "2ea5473f46b031c3049932cc4204bc423aac4c0889d37e32b656869fb1f072bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "b4727deb434d57bb2396f4857cb295026968d4c0d367087430d42709ce6e698a"; + sha256_unsigned = "e1be2bf738272d29e75e1e902cd9b1a533d24241bfa1c12437cbb8cdcafc43ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + model = "AP-MT7621A-V60 EVB"; + vendor = "Mediatek"; + } + ]; + }; + mediatek_mt7621-eval-board = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-mediatek_mt7621-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-mediatek_mt7621-eval-board-initramfs-kernel.bin"; + sha256 = "8dd31b1937cd8255b0456972c41bb2e8b4332cf2c3baaf2d7a73e1262c2c4759"; + sha256_unsigned = "8dd31b1937cd8255b0456972c41bb2e8b4332cf2c3baaf2d7a73e1262c2c4759"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-mediatek_mt7621-eval-board-squashfs-sysupgrade.bin"; + sha256 = "d77dee5448d54d6d393585087aa4301d2c39e6c09638b33446dc0e5e8c52a10c"; + sha256_unsigned = "49f9869b301432f10f5888558984b56ef74cd7458262ed23042ac991d336273d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7621-eval-board" + "mt7621" + ]; + titles = [ + { + model = "MT7621 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mikrotik_routerboard-750gr3 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-mikrotik_routerboard-750gr3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-mikrotik_routerboard-750gr3-initramfs-kernel.bin"; + sha256 = "00f923a3a194ef9e6d5c5d6d688a3c6424a3b17ee6b07aa19cefb591b6231550"; + sha256_unsigned = "00f923a3a194ef9e6d5c5d6d688a3c6424a3b17ee6b07aa19cefb591b6231550"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-mikrotik_routerboard-750gr3-squashfs-sysupgrade.bin"; + sha256 = "370009a1fa9bd9f0b3349af5b070949d3184c4708633106dd7219ff4b8023a4c"; + sha256_unsigned = "6c224d86cd551a2d4ce04a150cd757f91e8a8ffe23729941390b27e289dc1d55"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-750gr3" + "mikrotik,rb750gr3" + ]; + titles = [ + { + model = "RouterBOARD 750Gr3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-760igs = { + device_packages = [ + "kmod-usb3" + "kmod-sfp" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-mikrotik_routerboard-760igs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin"; + sha256 = "b516c140d3d391b1d91f7362ab459ce016e6f230ee3ef00b25c79145c8a17aa2"; + sha256_unsigned = "b516c140d3d391b1d91f7362ab459ce016e6f230ee3ef00b25c79145c8a17aa2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-mikrotik_routerboard-760igs-squashfs-sysupgrade.bin"; + sha256 = "1e3ee58ec6daac581a9d6391e306679c9e2b58cb84057b18faf5f1902cb3bbe5"; + sha256_unsigned = "97c3bb02973687a1d0949c3f1ff7bf4d646b9bb2d8681243bb3400888db36130"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-760igs" + ]; + titles = [ + { + model = "RouterBOARD 760iGS"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m11g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-mikrotik_routerboard-m11g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-mikrotik_routerboard-m11g-initramfs-kernel.bin"; + sha256 = "7130907840a775e22ca80dc5450a29cc269d26cd167741bc327d72b4850c954e"; + sha256_unsigned = "7130907840a775e22ca80dc5450a29cc269d26cd167741bc327d72b4850c954e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-mikrotik_routerboard-m11g-squashfs-sysupgrade.bin"; + sha256 = "9e73605e459ac6d58213af92d44d1c6c0a1ba6c04d9486cde36bb80ce3db1a36"; + sha256_unsigned = "e1b950a2aa46c3f04d148d5a8aab3354392d0e755fbb53851e2e12a832ae28ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m11g" + "mikrotik,rbm11g" + ]; + titles = [ + { + model = "RouterBOARD M11G"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m33g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-mikrotik_routerboard-m33g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-mikrotik_routerboard-m33g-initramfs-kernel.bin"; + sha256 = "19a520f970c6445ecb088bc49a17040f03c557545826213f7afe9ea2d6adc2b5"; + sha256_unsigned = "19a520f970c6445ecb088bc49a17040f03c557545826213f7afe9ea2d6adc2b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-mikrotik_routerboard-m33g-squashfs-sysupgrade.bin"; + sha256 = "bd8c27031ba5fc7044ebd203e716686f304f458b187b1511e79e0fa89cbfae5c"; + sha256_unsigned = "34210c4a0503dd8a402555ce9f90e65c708e350261aa140a518383acc99c5204"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m33g" + "mikrotik,rbm33g" + ]; + titles = [ + { + model = "RouterBOARD M33G"; + vendor = "MikroTik"; + } + ]; + }; + mqmaker_witi = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-mqmaker_witi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-mqmaker_witi-initramfs-kernel.bin"; + sha256 = "31db0c2c98b7827e169f0211bc92f73fed7019c55d3415cc38d4632c309562e7"; + sha256_unsigned = "31db0c2c98b7827e169f0211bc92f73fed7019c55d3415cc38d4632c309562e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-mqmaker_witi-squashfs-sysupgrade.bin"; + sha256 = "a4b0cc93fda5ebb27a9135ffefe467adf12948ece1de2a65e4959b3abf2179cb"; + sha256_unsigned = "fc65d147881ebabdc36d7cdcdec385298f1d9f60f54645e048b093768c93433b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi" + "witi" + "mqmaker,witi-256m" + "mqmaker,witi-512m" + ]; + titles = [ + { + model = "WiTi"; + vendor = "MQmaker"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-mtc_wr1201-initramfs-kernel.bin"; + sha256 = "985af5370bd7086c3c86c0f637ec621382dc674336abc1def17672aa0a4abcdb"; + sha256_unsigned = "985af5370bd7086c3c86c0f637ec621382dc674336abc1def17672aa0a4abcdb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "b6ac2f15485d7ac2c7989f2f75a3ae16f4578099a079992154572d09f8ad09ab"; + sha256_unsigned = "9cc3c2aea4ac027f6166c074d25b56a6313547ff1644e82d51851cc7890f29bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + model = "Wireless Router WR1201"; + vendor = "MTC"; + } + ]; + }; + mts_wg430223 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "uencrypt" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-mts_wg430223"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-mts_wg430223-initramfs-kernel.bin"; + sha256 = "d3385deffff2675495d7b819d604730abb2b734a2733be4159f4dfc36400800c"; + sha256_unsigned = "d3385deffff2675495d7b819d604730abb2b734a2733be4159f4dfc36400800c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-mts_wg430223-squashfs-sysupgrade.bin"; + sha256 = "af1ee8c7a5c1b57856e91084c078c716b28ca6f4b6ac0b836d62593fcbe9d1b6"; + sha256_unsigned = "1a97bd563fa4a93ef162a3280cc1fd7c237bb2dabca2aea4f11b16565e810d05"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-mts_wg430223-squashfs-factory.trx"; + sha256 = "694bcd7c314676545caa9b781df4155d450efe6b7360fa24caeeb6655232c6ae"; + sha256_unsigned = "694bcd7c314676545caa9b781df4155d450efe6b7360fa24caeeb6655232c6ae"; + type = "factory"; + } + ]; + supported_devices = [ + "mts,wg430223" + ]; + titles = [ + { + model = "WG430223"; + vendor = "MTS"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_ex6150-initramfs-kernel.bin"; + sha256 = "da53c40720c79bd20556b8244cd24ae4eeeb61c0bd14d50941d5e13ab468b7db"; + sha256_unsigned = "da53c40720c79bd20556b8244cd24ae4eeeb61c0bd14d50941d5e13ab468b7db"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "1ca0894003e8ef1be56bf9aab865e5a6eaaeea705059152c032f55e9c358d827"; + sha256_unsigned = "3205384caf8547b3d2eb06086d4bc4f16253f4eab530c3bf6eefed1f1a6ea873"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "85ec7b745f4ed8fc73063dd1f2af1296284954956dcef341c70aa66d8ce438e1"; + sha256_unsigned = "85ec7b745f4ed8fc73063dd1f2af1296284954956dcef341c70aa66d8ce438e1"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + model = "EX6150"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-netgear_r6220"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6220-initramfs-kernel.bin"; + sha256 = "754b1d99cc6f3795500488f2b93490ce52a786db3377d135b3798f0c6966981d"; + sha256_unsigned = "754b1d99cc6f3795500488f2b93490ce52a786db3377d135b3798f0c6966981d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6220-squashfs-kernel.bin"; + sha256 = "f56e428b24b618dfc6de26ae19a9e634d8c3b9086265b451bb868b1dacab6ac6"; + sha256_unsigned = "f56e428b24b618dfc6de26ae19a9e634d8c3b9086265b451bb868b1dacab6ac6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin"; + sha256 = "90f04ea1f8682597ad097f756a8dbb6451c0c6aed72aa8aff423c9d85e633676"; + sha256_unsigned = "fb1e8499aee539586701184822be18d2a1e9b7b910a1c351fefa8b7b81145228"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6220-squashfs-rootfs.bin"; + sha256 = "f4521dc0a9dd004293b88b02c1624f11cc0be21c560ba9efc77c7e15a50d8430"; + sha256_unsigned = "f4521dc0a9dd004293b88b02c1624f11cc0be21c560ba9efc77c7e15a50d8430"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6220-squashfs-factory.img"; + sha256 = "1f58d5a3b06cf8888dead678dd52b233b06cbfc7dfce361b1cdd1ded6e6a08e4"; + sha256_unsigned = "1f58d5a3b06cf8888dead678dd52b233b06cbfc7dfce361b1cdd1ded6e6a08e4"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6220" + "r6220" + ]; + titles = [ + { + model = "R6220"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6260 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-netgear_r6260"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6260-initramfs-kernel.bin"; + sha256 = "b0187b4434bdc8c237f51ceb5e83a89d026f0c6c1a900c34bee5f0b913fa4625"; + sha256_unsigned = "b0187b4434bdc8c237f51ceb5e83a89d026f0c6c1a900c34bee5f0b913fa4625"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6260-squashfs-kernel.bin"; + sha256 = "a7c9f2d15496bd2d2eb0b4b2493a93c2a473afe97617681c51fe6e637d40f7cc"; + sha256_unsigned = "a7c9f2d15496bd2d2eb0b4b2493a93c2a473afe97617681c51fe6e637d40f7cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin"; + sha256 = "cc76d131075da8678c7a4dafe2858e3aac3a1420febd61462f838cc9a2db0924"; + sha256_unsigned = "1839eaeac56a145d6e704b41ef15865ea801a2c986d54f5ca6449bf0895c375f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6260-squashfs-rootfs.bin"; + sha256 = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + sha256_unsigned = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6260-squashfs-factory.img"; + sha256 = "7cd6f4ef42b2a13f146489ead0ecdcd3c519bcc090fd15e4d5f96ce025381bee"; + sha256_unsigned = "7cd6f4ef42b2a13f146489ead0ecdcd3c519bcc090fd15e4d5f96ce025381bee"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6260" + ]; + titles = [ + { + model = "R6260"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6350-initramfs-kernel.bin"; + sha256 = "986838380ad2954c7966d3a5aec33e4da7f65ca20447f11accc1cf030d685012"; + sha256_unsigned = "986838380ad2954c7966d3a5aec33e4da7f65ca20447f11accc1cf030d685012"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "ca500adfb00286a55a08521b53fe9b08f18d6cf21141a48527bd054da951b5d9"; + sha256_unsigned = "ca500adfb00286a55a08521b53fe9b08f18d6cf21141a48527bd054da951b5d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "a7c4c956c1ad074063ed58e59b69a0341643cf1100277cfefb0566ef7beaf30e"; + sha256_unsigned = "7937bc7e78f18d470c42907dec8cda1f80a3cd10a172f122d23523b555bd11e2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + sha256_unsigned = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "cc6b2e43f3121fdf232799310c757e02b86fae382ca0429f21fb13dabed1b1a9"; + sha256_unsigned = "cc6b2e43f3121fdf232799310c757e02b86fae382ca0429f21fb13dabed1b1a9"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + model = "R6350"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6700-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-netgear_r6700-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6700-v2-initramfs-kernel.bin"; + sha256 = "c159c393967e628e0c050ebf174d9ab05ee820480aca5ee7b838ec466b84cb15"; + sha256_unsigned = "c159c393967e628e0c050ebf174d9ab05ee820480aca5ee7b838ec466b84cb15"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6700-v2-squashfs-sysupgrade.bin"; + sha256 = "31eba2311b7993f30c406ed5e7199cf0ee562d92a998652bdd27af09a9a68cb4"; + sha256_unsigned = "1b2ab9c9ef47f6e9f4838b14c53fae4a7ee2d7eefcffb8ab7c9ab9df1f648bee"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6700-v2-squashfs-kernel.bin"; + sha256 = "58f9b9471100a12697bfd61d8300492376d57eb35be8b62513f2dd6745c37942"; + sha256_unsigned = "58f9b9471100a12697bfd61d8300492376d57eb35be8b62513f2dd6745c37942"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6700-v2-squashfs-factory.img"; + sha256 = "f5e25961afbcd78be5b67c66979ac94edc47052be0616b448b38d5e00e1f89df"; + sha256_unsigned = "f5e25961afbcd78be5b67c66979ac94edc47052be0616b448b38d5e00e1f89df"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6700-v2-squashfs-rootfs.bin"; + sha256 = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + sha256_unsigned = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6700-v2" + ]; + titles = [ + { + model = "R6700"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2400"; + variant = "v1"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2100"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6800 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-netgear_r6800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6800-initramfs-kernel.bin"; + sha256 = "0e4880f9b9cf8f970b602e79c37c50b976ce9712f24940b64d9f693583e452bf"; + sha256_unsigned = "0e4880f9b9cf8f970b602e79c37c50b976ce9712f24940b64d9f693583e452bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6800-squashfs-kernel.bin"; + sha256 = "cefe173d99b48d5de0b4bfda2dd7efca154b2cb975757590fb6a0fbb6bb7284a"; + sha256_unsigned = "cefe173d99b48d5de0b4bfda2dd7efca154b2cb975757590fb6a0fbb6bb7284a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6800-squashfs-sysupgrade.bin"; + sha256 = "cf0c6cce87feddd58efeba9dc93b6ce9b720a70bf3c5392355f7ee12e00a0fe5"; + sha256_unsigned = "3dc695a7598bf7e590348e485064010f1a64311f5ff9a14d411670536f1c8f16"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6800-squashfs-factory.img"; + sha256 = "b4f7c8261a4cfc78609eebf76fce7c1fbd15adb7914d076f99b4f4d3b5e92141"; + sha256_unsigned = "b4f7c8261a4cfc78609eebf76fce7c1fbd15adb7914d076f99b4f4d3b5e92141"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6800-squashfs-rootfs.bin"; + sha256 = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + sha256_unsigned = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6800" + ]; + titles = [ + { + model = "R6800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6850 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-netgear_r6850"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6850-initramfs-kernel.bin"; + sha256 = "5b5072dbdf1804c7eadf5ffe4b8af1f24277fb5ff241fe8266abf2df077e5151"; + sha256_unsigned = "5b5072dbdf1804c7eadf5ffe4b8af1f24277fb5ff241fe8266abf2df077e5151"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6850-squashfs-kernel.bin"; + sha256 = "b64cec3be6e5779c4d61433a24cfb8ce79c17b2bd22f0043bad0680d17398d22"; + sha256_unsigned = "b64cec3be6e5779c4d61433a24cfb8ce79c17b2bd22f0043bad0680d17398d22"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6850-squashfs-sysupgrade.bin"; + sha256 = "e63b2800f0388f623b696089aaff9cd3e70fb42527caeb72eaa1222e608f0041"; + sha256_unsigned = "f9bab16463b8969bcaac76bf68744ecfa2d5a6f3f471de462d56d89fa1e43245"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6850-squashfs-rootfs.bin"; + sha256 = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + sha256_unsigned = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6850-squashfs-factory.img"; + sha256 = "47ea9467e926b3d9f7543637a57fd8c23014ef8f88e657fc953e5389b61ebc54"; + sha256_unsigned = "47ea9467e926b3d9f7543637a57fd8c23014ef8f88e657fc953e5389b61ebc54"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6850" + ]; + titles = [ + { + model = "R6850"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6900-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-netgear_r6900-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6900-v2-initramfs-kernel.bin"; + sha256 = "6433ee7dca4a8de27606584963b0d83a615200034c3667d193a0f451357113ba"; + sha256_unsigned = "6433ee7dca4a8de27606584963b0d83a615200034c3667d193a0f451357113ba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6900-v2-squashfs-kernel.bin"; + sha256 = "a24d453a191279104184839f05e61318c0219fb9efbb3d41dea37cb8af495759"; + sha256_unsigned = "a24d453a191279104184839f05e61318c0219fb9efbb3d41dea37cb8af495759"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6900-v2-squashfs-sysupgrade.bin"; + sha256 = "317d14ed403e21af5aeabc9bfa542ebfccb8254052986efdca7b712aab02620c"; + sha256_unsigned = "49ad72ad130ef5cab1f9e578fda2e23ee5ec356eb9c99f980f9f0bab06129fd1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6900-v2-squashfs-factory.img"; + sha256 = "fa56beb0ad29fa8f2eb3414636cf405b6787bd2f95df0b7d507bd7c803898f98"; + sha256_unsigned = "fa56beb0ad29fa8f2eb3414636cf405b6787bd2f95df0b7d507bd7c803898f98"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r6900-v2-squashfs-rootfs.bin"; + sha256 = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + sha256_unsigned = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6900-v2" + ]; + titles = [ + { + model = "R6900"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7200 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-netgear_r7200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r7200-initramfs-kernel.bin"; + sha256 = "78ccd31b64b8f60ede7121ed2bc371b43488a7c7b0718dbc1a07bab5b3ff847f"; + sha256_unsigned = "78ccd31b64b8f60ede7121ed2bc371b43488a7c7b0718dbc1a07bab5b3ff847f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r7200-squashfs-kernel.bin"; + sha256 = "7cb08028c46d678959c45f65f3a76e1981f1ff2acef0f53effea1053c534842a"; + sha256_unsigned = "7cb08028c46d678959c45f65f3a76e1981f1ff2acef0f53effea1053c534842a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r7200-squashfs-sysupgrade.bin"; + sha256 = "841e9a9f224d84ed067a9b2c605ca8fdbaf37447007401714ff525b4572da1a9"; + sha256_unsigned = "a128683bbec33e016cb67c61166634701dc6c8d04bbaeae852a55c8a913859d8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r7200-squashfs-rootfs.bin"; + sha256 = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + sha256_unsigned = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r7200-squashfs-factory.img"; + sha256 = "d918f875a1008e730ce4f3c267f0315e6e5a799f3987a63027a17e3b752f0e8a"; + sha256_unsigned = "d918f875a1008e730ce4f3c267f0315e6e5a799f3987a63027a17e3b752f0e8a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7200" + ]; + titles = [ + { + model = "R7200"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7450 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-netgear_r7450"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r7450-initramfs-kernel.bin"; + sha256 = "de4f85213cad33750a22f5fe5aa89f6629ea94d2886aa5034dd6b5b1edc43047"; + sha256_unsigned = "de4f85213cad33750a22f5fe5aa89f6629ea94d2886aa5034dd6b5b1edc43047"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r7450-squashfs-kernel.bin"; + sha256 = "513e9cb0eac80830fc82ba013d772c27175ee187a1a37611542b3a9438f1d38b"; + sha256_unsigned = "513e9cb0eac80830fc82ba013d772c27175ee187a1a37611542b3a9438f1d38b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r7450-squashfs-sysupgrade.bin"; + sha256 = "fdca3045c35581f3a547b3afbff5f846227185e75b410bdce82b3785b173abc0"; + sha256_unsigned = "a19e585bd992278c8fdfb5397d33e255c289dd09732556434b8038ae549bba8d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r7450-squashfs-rootfs.bin"; + sha256 = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + sha256_unsigned = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_r7450-squashfs-factory.img"; + sha256 = "0f826c3d48a6a02df9dd2f894fd37cc1fd085363d9b6122ab70282e178a4aa53"; + sha256_unsigned = "0f826c3d48a6a02df9dd2f894fd37cc1fd085363d9b6122ab70282e178a4aa53"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7450" + ]; + titles = [ + { + model = "R7450"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac104 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-netgear_wac104"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_wac104-initramfs-kernel.bin"; + sha256 = "09f4b150510a868f2585acd3d94344d6cfa81fa1e08a9d123b5beb5b1a9def84"; + sha256_unsigned = "09f4b150510a868f2585acd3d94344d6cfa81fa1e08a9d123b5beb5b1a9def84"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_wac104-squashfs-kernel.bin"; + sha256 = "1a6ff9001818f55404d18bc3bf2ff2f1bb6105cb3ea99c51b059dca726c26ff5"; + sha256_unsigned = "1a6ff9001818f55404d18bc3bf2ff2f1bb6105cb3ea99c51b059dca726c26ff5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_wac104-squashfs-sysupgrade.bin"; + sha256 = "1b738581fb9132f01a713f2da4b4b35d17c844d0bd3ec961937c65b5a4754139"; + sha256_unsigned = "30a28747aa655d9ddf74296e5bf76296560e3f48bb426fa9862f736f2d69804c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_wac104-squashfs-rootfs.bin"; + sha256 = "f4521dc0a9dd004293b88b02c1624f11cc0be21c560ba9efc77c7e15a50d8430"; + sha256_unsigned = "f4521dc0a9dd004293b88b02c1624f11cc0be21c560ba9efc77c7e15a50d8430"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_wac104-squashfs-factory.img"; + sha256 = "0c0cb6f5ee6304ea1573cb16711d74f8fd8a513899b7093170f2a4c1288b7bca"; + sha256_unsigned = "0c0cb6f5ee6304ea1573cb16711d74f8fd8a513899b7093170f2a4c1288b7bca"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wac104" + ]; + titles = [ + { + model = "WAC104"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac124 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-netgear_wac124"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_wac124-initramfs-kernel.bin"; + sha256 = "417eda274fd3d03aeb79b2d0d39c7d51019cc7c3fef1b96714396046a9e83750"; + sha256_unsigned = "417eda274fd3d03aeb79b2d0d39c7d51019cc7c3fef1b96714396046a9e83750"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_wac124-squashfs-sysupgrade.bin"; + sha256 = "f4e368ee8a3578ea2ee185c401f89d021e477b8e3a44c1305978e23809cf6d69"; + sha256_unsigned = "a09768c63b2be24917fd3c47077203d53acfb6ec00fe1d8ef3938729dc9c6f89"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_wac124-squashfs-kernel.bin"; + sha256 = "694c1043d58e8089006cd7f65bfd9d8569a73be3110ce6c34ab201a359314a84"; + sha256_unsigned = "694c1043d58e8089006cd7f65bfd9d8569a73be3110ce6c34ab201a359314a84"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_wac124-squashfs-rootfs.bin"; + sha256 = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + sha256_unsigned = "81a4107b140f01ee8f1471cfbd892a49992c6e37a8975e0860aead5fa8a01d70"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_wac124-squashfs-factory.img"; + sha256 = "dff2e7a6a763a65bba337ddd9d6820edd2aa4e4a36dc9dfab29c7d1d63903f3f"; + sha256_unsigned = "dff2e7a6a763a65bba337ddd9d6820edd2aa4e4a36dc9dfab29c7d1d63903f3f"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wac124" + ]; + titles = [ + { + model = "WAC124"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wax202 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-netgear_wax202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_wax202-initramfs-kernel.bin"; + sha256 = "5c16a591845091100845147281fad948fa9c1575cb0af664b00afe4da7e90e19"; + sha256_unsigned = "5c16a591845091100845147281fad948fa9c1575cb0af664b00afe4da7e90e19"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_wax202-squashfs-sysupgrade.bin"; + sha256 = "c994d70b29dc44e6fe2f78347faf16a820dc6935b5fce13310116ae88ce27df9"; + sha256_unsigned = "888de28f2f2fb7a76c62ef24050c90767232ac879e7f835f36cd58c1bf0f03b5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_wax202-squashfs-factory.img"; + sha256 = "649bc54d072e66cd123b3e66145d230f58c0e955c6959942c1a2b2c10760675a"; + sha256_unsigned = "649bc54d072e66cd123b3e66145d230f58c0e955c6959942c1a2b2c10760675a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wax202" + ]; + titles = [ + { + model = "WAX202"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-netgear_wndr3700-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_wndr3700-v5-initramfs-kernel.bin"; + sha256 = "116e3af99255ce49f16dc95acfc90a8e149f7a660934c258c4913f31e11d7868"; + sha256_unsigned = "116e3af99255ce49f16dc95acfc90a8e149f7a660934c258c4913f31e11d7868"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_wndr3700-v5-squashfs-factory.img"; + sha256 = "e347df8a27f4c34aba26e774b27e983b9cfba0fc9aed099282af6bcdfc2c6eb7"; + sha256_unsigned = "e347df8a27f4c34aba26e774b27e983b9cfba0fc9aed099282af6bcdfc2c6eb7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netgear_wndr3700-v5-squashfs-sysupgrade.bin"; + sha256 = "5f83a956a43a84eab943b15cc925dc88bf6be498b6136dd42469eb0f28f7f9c2"; + sha256_unsigned = "5f3be9d318370a9258a5d4467b1808cf3d6c39d5226444d7e84d99616c830d90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v5" + "wndr3700v5" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v5"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-netis_wf2881"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-netis_wf2881-initramfs-kernel.bin"; + sha256 = "71a2d04f9f8f2d4b95e809234c7be34bfb59a50e359313cdb4e8c37d783d103d"; + sha256_unsigned = "71a2d04f9f8f2d4b95e809234c7be34bfb59a50e359313cdb4e8c37d783d103d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netis_wf2881-squashfs-sysupgrade.bin"; + sha256 = "1c2b0c23af336a1b07f2b945ccf839132ae2bf9144be4463bc1b1548b536c4f0"; + sha256_unsigned = "cc846f5281f00ac9c8d33593d6f3e8232e87617e10b8d2c259949a3ddf53abfd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-netis_wf2881-squashfs-factory.bin"; + sha256 = "0ddb3cc55c07e7d234d50ae49dedc279d460bb80123cb0b07c6402f37170ece4"; + sha256_unsigned = "0ddb3cc55c07e7d234d50ae49dedc279d460bb80123cb0b07c6402f37170ece4"; + type = "factory"; + } + ]; + supported_devices = [ + "netis,wf2881" + ]; + titles = [ + { + model = "WF2881"; + vendor = "NETIS"; + } + ]; + }; + oraybox_x3a = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-oraybox_x3a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-oraybox_x3a-initramfs-kernel.bin"; + sha256 = "b61791ed375b5e595066af7d8e5301f395eec895b1dd1d7192b7be19f9bc8556"; + sha256_unsigned = "b61791ed375b5e595066af7d8e5301f395eec895b1dd1d7192b7be19f9bc8556"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-oraybox_x3a-squashfs-sysupgrade.bin"; + sha256 = "f08d3a8cace2a20a0aab19e229f3a4c589f504601a6ff879dc7b8f59b0299861"; + sha256_unsigned = "b005bf429b21502560c5ed25682822e5394f2df214bf99672d4d71fd2b0b9896"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "oraybox,x3a" + ]; + titles = [ + { + model = "X3A"; + vendor = "OrayBox"; + } + ]; + }; + phicomm_k2p = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-phicomm_k2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-phicomm_k2p-initramfs-kernel.bin"; + sha256 = "bb8c1fa1c9a772656add58951aa0c7725a38536234debc0b19b2a82206dfff24"; + sha256_unsigned = "bb8c1fa1c9a772656add58951aa0c7725a38536234debc0b19b2a82206dfff24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"; + sha256 = "4ae97f0d53d45c2aa8e545d99c94c84ceebdf9fe55bb7051b3269e3043c0f899"; + sha256_unsigned = "1f2699421c54416c412b041fc54dac5d4e54122f59de30e3538b585a4c4d4f86"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2p" + "k2p" + ]; + titles = [ + { + model = "K2P"; + vendor = "Phicomm"; + } + { + model = "KE 2P"; + vendor = "Phicomm"; + } + ]; + }; + planex_vr500 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-planex_vr500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-planex_vr500-initramfs-kernel.bin"; + sha256 = "d5c111659ad48c50f55a471f6487ade8bc7f2d86b4390e1fd0a31a688c7d2f5a"; + sha256_unsigned = "d5c111659ad48c50f55a471f6487ade8bc7f2d86b4390e1fd0a31a688c7d2f5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-planex_vr500-squashfs-sysupgrade.bin"; + sha256 = "a30a38b3e0e4951b67f0c90d99ac15b82769339a3da6d5a1665f8e318cede109"; + sha256_unsigned = "fd254c654c7a455cecf0da47b805a75acb381e76bda601f080365e4053e1d601"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,vr500" + "vr500" + ]; + titles = [ + { + model = "VR500"; + vendor = "Planex"; + } + ]; + }; + raisecom_msg1500-x-00 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-raisecom_msg1500-x-00"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-raisecom_msg1500-x-00-initramfs-kernel.bin"; + sha256 = "15c88490c347ee12ab6460863a4e3f41d2e0374423b8abe1a6c0003c1ea10332"; + sha256_unsigned = "15c88490c347ee12ab6460863a4e3f41d2e0374423b8abe1a6c0003c1ea10332"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-raisecom_msg1500-x-00-squashfs-sysupgrade.bin"; + sha256 = "9a62fc0d795589d91fc566d2fced74f17da21f2b30b109df76afde5814f5a9a4"; + sha256_unsigned = "77b0cfa94d023026a3c4740877e3cf7ebb3e51a5550ae6e6245dab864d0ccf47"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raisecom,msg1500-x-00" + ]; + titles = [ + { + model = "MSG1500"; + variant = "X.00"; + vendor = "RAISECOM"; + } + ]; + }; + renkforce_ws-wn530hp3-a = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-renkforce_ws-wn530hp3-a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-renkforce_ws-wn530hp3-a-initramfs-kernel.bin"; + sha256 = "0ddc2efa424dbadc2b627105d89dc4c33cb166cad6c5e510b2f933e9e449fc4a"; + sha256_unsigned = "0ddc2efa424dbadc2b627105d89dc4c33cb166cad6c5e510b2f933e9e449fc4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-renkforce_ws-wn530hp3-a-squashfs-sysupgrade.bin"; + sha256 = "4549f87952c9691adfa509cdbb7d6c40173bcc4a9d2d6016f8cedc9db8b2bb83"; + sha256_unsigned = "a54ef2eda47b58a6d2b534aef98a1571c0c99f2fab8c973cdf70f089517508f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "renkforce,ws-wn530hp3-a" + ]; + titles = [ + { + model = "WS-WN530HP3-A"; + vendor = "Renkforce"; + } + ]; + }; + samknows_whitebox-v8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-samknows_whitebox-v8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-samknows_whitebox-v8-initramfs-kernel.bin"; + sha256 = "2d4f264ae45ba6dfeccd485dd0b1d38cda21180445db693240e98009c1f68f82"; + sha256_unsigned = "2d4f264ae45ba6dfeccd485dd0b1d38cda21180445db693240e98009c1f68f82"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-samknows_whitebox-v8-squashfs-sysupgrade.bin"; + sha256 = "ae1b16356e282e1be50d11b1828b0ff6c1427e75a2dc679c8734fe68e89b3c92"; + sha256_unsigned = "3517cb33cfdcd5c959c342db007602513570bb67caa112b676e2e8854ae29954"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samknows,whitebox-v8" + "sk-wb8" + ]; + titles = [ + { + model = "Whitebox 8"; + vendor = "SamKnows"; + } + ]; + }; + sercomm_na502 = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-sercomm_na502"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-sercomm_na502-initramfs-kernel.bin"; + sha256 = "dd9134fb663f3c9326e5902f2c059e15ba1d0448b0983417e53447c552855915"; + sha256_unsigned = "dd9134fb663f3c9326e5902f2c059e15ba1d0448b0983417e53447c552855915"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-sercomm_na502-squashfs-sysupgrade.bin"; + sha256 = "c37dd8a59f9dfaaa896bbd921b56264d25bd57a8eb6153ccfb177e0e3fa93f4b"; + sha256_unsigned = "a6b1a3f9c2dd38ed3f23fa6567ee19f17c92caad3f4ce24b00b125b8826b5462"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,na502" + ]; + titles = [ + { + model = "NA502"; + vendor = "SERCOMM"; + } + ]; + }; + sercomm_na502s = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-serial" + "kmod-usb-serial-xr_usb_serial_common" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-sercomm_na502s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-sercomm_na502s-initramfs-kernel.bin"; + sha256 = "38835c8d5fdca15e6b5c96f751a7d8a5218fa27760d388aa7f8e58179d1f3c1c"; + sha256_unsigned = "38835c8d5fdca15e6b5c96f751a7d8a5218fa27760d388aa7f8e58179d1f3c1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-sercomm_na502s-squashfs-sysupgrade.bin"; + sha256 = "4468bffedacc60d3184cb71ccc08845e776bbf2974f187b71a12f8c12cf231d7"; + sha256_unsigned = "7581373347189c84a4c265bb683595d90e82a48cfdfb15006c6334fd2d5f3c38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,na502s" + ]; + titles = [ + { + model = "NA502S"; + vendor = "SERCOMM"; + } + ]; + }; + storylink_sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-storylink_sap-g3200u3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-storylink_sap-g3200u3-initramfs-kernel.bin"; + sha256 = "cdb8e7b667247cd6afe09cb1234a7e6a4647a6e69cba8b886d801a6299ddc742"; + sha256_unsigned = "cdb8e7b667247cd6afe09cb1234a7e6a4647a6e69cba8b886d801a6299ddc742"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-storylink_sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "6b52cd704c7993ccaaac85fdd14a335f16630a1b14fa51e1d8a76ba1561a0711"; + sha256_unsigned = "249290232589c285c4232bf17654e1af30b00927156b9d4ad1204536c80bf85c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "storylink,sap-g3200u3" + "sap-g3200u3" + ]; + titles = [ + { + model = "SAP-G3200U3"; + vendor = "STORYLiNK"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-telco-electronics_x1-initramfs-kernel.bin"; + sha256 = "acaa3af5c0de16bb6add10e0c67214eb6d46b76d8bffe0cec5856dc1ab6aac5f"; + sha256_unsigned = "acaa3af5c0de16bb6add10e0c67214eb6d46b76d8bffe0cec5856dc1ab6aac5f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "cb8e595e3cf7ce2c0948d2aba6d9dc4c8e8ce42163cb61556b3c156d211fb6f4"; + sha256_unsigned = "6cb62c296492deb80a600ecddc0c0c6ad7290aea58e7f6a8140a455871e0c4d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + model = "X1"; + vendor = "Telco Electronics"; + } + ]; + }; + tenbay_t-mb5eu-v01 = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-tenbay_t-mb5eu-v01"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-tenbay_t-mb5eu-v01-initramfs-kernel.bin"; + sha256 = "0b334bcbac0c19dc536b4228c0ce956398021fcdbcb100eb6b53d36f9c342069"; + sha256_unsigned = "0b334bcbac0c19dc536b4228c0ce956398021fcdbcb100eb6b53d36f9c342069"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tenbay_t-mb5eu-v01-squashfs-sysupgrade.bin"; + sha256 = "651a8220cb13bc36d03251e01e23b6c3e349e17c7ec0d4cbbdef327cdee9b423"; + sha256_unsigned = "a4d3c4806452060366bfb6c7ac8a47d3dadce7c69eb7ef6a8049d11fb91102d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tenbay,t-mb5eu-v01" + "mt7621-dm2-t-mb5eu-v01-nor" + ]; + titles = [ + { + model = "T-MB5EU-V01"; + vendor = "Tenbay"; + } + ]; + }; + thunder_timecloud = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-thunder_timecloud"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-thunder_timecloud-initramfs-kernel.bin"; + sha256 = "73bfbe74882e9e9195d94a8bee88ded64992919839a1f0f6c6262f3ab603aba0"; + sha256_unsigned = "73bfbe74882e9e9195d94a8bee88ded64992919839a1f0f6c6262f3ab603aba0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-thunder_timecloud-squashfs-sysupgrade.bin"; + sha256 = "108a0e54463fb6d4321bd8840ca95fe8b3c89f1f83ccf70bb63d8bda12ded641"; + sha256_unsigned = "fa7dfdec7dcbc7d452246adc7c1d0f3c395a590d72133df16628baead4e2b59a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "thunder,timecloud" + "timecloud" + ]; + titles = [ + { + model = "Timecloud"; + vendor = "Thunder"; + } + ]; + }; + totolink_a7000r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-totolink_a7000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-totolink_a7000r-initramfs-kernel.bin"; + sha256 = "5d333657137a809992ce74b3907aa75cdda5ecb877926d392f3248d4f6186129"; + sha256_unsigned = "5d333657137a809992ce74b3907aa75cdda5ecb877926d392f3248d4f6186129"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-totolink_a7000r-squashfs-sysupgrade.bin"; + sha256 = "0c2376c0ceb420c733f61f5227c7f522078266fe135c2125049b1b6e79e8bc2e"; + sha256_unsigned = "eb008a3816d2a6d73ce4288d2a5f3b335930d0651b75e316fb704e06443540b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a7000r" + ]; + titles = [ + { + model = "A7000R"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_x5000r = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-totolink_x5000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-totolink_x5000r-initramfs-kernel.bin"; + sha256 = "44322449c42258053f82dd821f8337f55b2ad4b9d84e3715c39f9626a58e1de8"; + sha256_unsigned = "44322449c42258053f82dd821f8337f55b2ad4b9d84e3715c39f9626a58e1de8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-totolink_x5000r-squashfs-sysupgrade.bin"; + sha256 = "e98ee15588b0b5b297b487b79791b0219f5ecfe2676c1f19ff38319c562037f7"; + sha256_unsigned = "d2e8889bc6ecb4f2ae5c8620f0a119d6a75fba0603b1cdb1e0f435a5e2bea9e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,x5000r" + ]; + titles = [ + { + model = "X5000R"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-a6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-tplink_archer-a6-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_archer-a6-v3-initramfs-kernel.bin"; + sha256 = "935c1a4abbcca55523d7a6367f82f8302d0a29f7dfcafa3e378fabb64feb3af6"; + sha256_unsigned = "935c1a4abbcca55523d7a6367f82f8302d0a29f7dfcafa3e378fabb64feb3af6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_archer-a6-v3-squashfs-sysupgrade.bin"; + sha256 = "befe047ca81343b548885436744bd2106a9b4a543c80eb5da2ee274cc3f8cd37"; + sha256_unsigned = "c6f891890e28576c1ba948892b83806bfd90f914c33e2d35caecbd342fb4e625"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_archer-a6-v3-squashfs-factory.bin"; + sha256 = "f1e9383b8d55ea3b6fd68d29cce60695095ab5819bb48ab771c45e8510627285"; + sha256_unsigned = "f1e9383b8d55ea3b6fd68d29cce60695095ab5819bb48ab771c45e8510627285"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a6-v3" + ]; + titles = [ + { + model = "Archer A6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-tplink_archer-c6-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_archer-c6-v3-initramfs-kernel.bin"; + sha256 = "b2d1fb23fae064d21f10d6913c439ac50d6be575a5d2c7b01a71d78f36864f64"; + sha256_unsigned = "b2d1fb23fae064d21f10d6913c439ac50d6be575a5d2c7b01a71d78f36864f64"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_archer-c6-v3-squashfs-sysupgrade.bin"; + sha256 = "d8a641dfed125659750d4e531abf983b495f792569158bc988153c3b1305687e"; + sha256_unsigned = "a76d26ecc73d1781f4844e568150dc09c46ec6ae51ddc2e464e284bb9f177435"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_archer-c6-v3-squashfs-factory.bin"; + sha256 = "aa433ce244ef9f16eb6ca30ed51b7462201965f58dffbd176306574d6d1c8dcb"; + sha256_unsigned = "aa433ce244ef9f16eb6ca30ed51b7462201965f58dffbd176306574d6d1c8dcb"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v3" + ]; + titles = [ + { + model = "Archer C6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6u-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-tplink_archer-c6u-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_archer-c6u-v1-initramfs-kernel.bin"; + sha256 = "006f8b9e13c04dc3ec414b255f0bde7934ba88f844a2c82ca26e382d253c6b31"; + sha256_unsigned = "006f8b9e13c04dc3ec414b255f0bde7934ba88f844a2c82ca26e382d253c6b31"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_archer-c6u-v1-squashfs-sysupgrade.bin"; + sha256 = "54ceba651b9c9f3fabe1f531f764fc287b0640db135b21f479169bc333c174c2"; + sha256_unsigned = "d1dcf6197e8f103a0ce28696dc8149e5d9ebd6bbbb5f56ef1061b913fa8b9e26"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_archer-c6u-v1-squashfs-factory.bin"; + sha256 = "acf383a212f8975d78be951f4b220ef9c3aa4bfe9ceae1adb5798720ebcf977a"; + sha256_unsigned = "acf383a212f8975d78be951f4b220ef9c3aa4bfe9ceae1adb5798720ebcf977a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6u-v1" + ]; + titles = [ + { + model = "Archer C6U"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap235-wall-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-tplink_eap235-wall-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_eap235-wall-v1-initramfs-kernel.bin"; + sha256 = "8b6ebc52b200cc645312fc718702eaab354f1befc6336bce1840b5867aaa902d"; + sha256_unsigned = "8b6ebc52b200cc645312fc718702eaab354f1befc6336bce1840b5867aaa902d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_eap235-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "823c848bfbb60538bdd0aa8f820b67a7ad3bf23586cc7b9777f673a2df54efa5"; + sha256_unsigned = "992140f760137de9326fbc1c450a470b3d1c0d3d8ec4241195e3e93b567df97c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_eap235-wall-v1-squashfs-factory.bin"; + sha256 = "455244b76d67aa35ad67d4fa05b4b26329a393a122031ccf8c88702e8b7e5d77"; + sha256_unsigned = "455244b76d67aa35ad67d4fa05b4b26329a393a122031ccf8c88702e8b7e5d77"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap235-wall-v1" + ]; + titles = [ + { + model = "EAP235-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap615-wall-v1 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-tplink_eap615-wall-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_eap615-wall-v1-initramfs-kernel.bin"; + sha256 = "3600492e1515bc9061bbcda6360d76c6a8b3449e7fcf9909937973426106b11a"; + sha256_unsigned = "3600492e1515bc9061bbcda6360d76c6a8b3449e7fcf9909937973426106b11a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_eap615-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "b835952f7948f06e85743ea961dc8500bbba1c34e424cd468cc733691879f4dd"; + sha256_unsigned = "79174932f53af9bd4602acd6f0c049d83f11164becdc0a2c58a93966011435d8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_eap615-wall-v1-squashfs-factory.bin"; + sha256 = "a3e9f775f58817cf264a659b8193cfa30a7e1ddf3f0a2e2240ddd84457649466"; + sha256_unsigned = "a3e9f775f58817cf264a659b8193cfa30a7e1ddf3f0a2e2240ddd84457649466"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap615-wall-v1" + ]; + titles = [ + { + model = "EAP615-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-tplink_re350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_re350-v1-initramfs-kernel.bin"; + sha256 = "f1da4f7cb96ed139b27cc62b03181cf84c70bd159aa364f3c02a4497312bfa9e"; + sha256_unsigned = "f1da4f7cb96ed139b27cc62b03181cf84c70bd159aa364f3c02a4497312bfa9e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350-v1" + "re350-v1" + ]; + titles = [ + { + model = "RE350"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re500-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-tplink_re500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_re500-v1-initramfs-kernel.bin"; + sha256 = "93d620e3d3af90f226f4e86732f514d1d45f3f801399e5fb817c9fbd5257404e"; + sha256_unsigned = "93d620e3d3af90f226f4e86732f514d1d45f3f801399e5fb817c9fbd5257404e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_re500-v1-squashfs-sysupgrade.bin"; + sha256 = "b491f6bde5c9a919c4c28e252813fb2066b9ac6b3c46b632372d751b54ce89d6"; + sha256_unsigned = "c4773fb0265e04719a62918be49f6aa85f75793cbe5a3615c54523cf685e6fbe"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_re500-v1-squashfs-factory.bin"; + sha256 = "58718f1e72ade1583318a8e160535c3bead93fa396a94fecd8cb4d78be6c6934"; + sha256_unsigned = "58718f1e72ade1583318a8e160535c3bead93fa396a94fecd8cb4d78be6c6934"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re500-v1" + ]; + titles = [ + { + model = "RE500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-tplink_re650-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_re650-v1-initramfs-kernel.bin"; + sha256 = "808a9e7e1804399de55fcd47c3f54ce8a5a05d6337f541ffed092327399a322f"; + sha256_unsigned = "808a9e7e1804399de55fcd47c3f54ce8a5a05d6337f541ffed092327399a322f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_re650-v1-squashfs-factory.bin"; + sha256 = "74b90a30afb1a13561840ff700df3d3d6768ada4a80bfe3102389cc563d265f6"; + sha256_unsigned = "74b90a30afb1a13561840ff700df3d3d6768ada4a80bfe3102389cc563d265f6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_re650-v1-squashfs-sysupgrade.bin"; + sha256 = "7580ef499103b043a273bf94ade478ce322991bc889ef7ae488547b6488892c4"; + sha256_unsigned = "8068b731546d741f5257e25dabd0900bf6c025735344460ee92eefd85014cef0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re650-v1" + ]; + titles = [ + { + model = "RE650"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-tplink_re650-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_re650-v2-initramfs-kernel.bin"; + sha256 = "18bd6d07162ee5bdbf5f133c5873b31dc1c316efbe78b73085074323cafd5e8e"; + sha256_unsigned = "18bd6d07162ee5bdbf5f133c5873b31dc1c316efbe78b73085074323cafd5e8e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_re650-v2-squashfs-sysupgrade.bin"; + sha256 = "81821595c1554636f076a822594b2a81c8a756c01d1e2909afff5ed816eeea8b"; + sha256_unsigned = "e4733893391661584f47c2d17e2be75f11fa8154a9c39e277a56212247f30a73"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_re650-v2-squashfs-factory.bin"; + sha256 = "79435a1aa55f2c92e72998a54e39ea28b70866fa9a3bb06bc199c24af3122b0f"; + sha256_unsigned = "79435a1aa55f2c92e72998a54e39ea28b70866fa9a3bb06bc199c24af3122b0f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re650-v2" + ]; + titles = [ + { + model = "RE650"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8631p-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-tplink_tl-wpa8631p-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_tl-wpa8631p-v3-initramfs-kernel.bin"; + sha256 = "653fa5245ae14fa6778218895f01d3e2879aead25b7aaed794a8e168b646354d"; + sha256_unsigned = "653fa5245ae14fa6778218895f01d3e2879aead25b7aaed794a8e168b646354d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_tl-wpa8631p-v3-squashfs-factory.bin"; + sha256 = "764a3ae04a54a4b0aea5bb66c2d7de1290cba9f66b67ec9f0e34731f8c22160e"; + sha256_unsigned = "764a3ae04a54a4b0aea5bb66c2d7de1290cba9f66b67ec9f0e34731f8c22160e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-tplink_tl-wpa8631p-v3-squashfs-sysupgrade.bin"; + sha256 = "0994f265b932b991c32e24cd4cdb08e719afc32ab54c2d1cbbfdc6663496499f"; + sha256_unsigned = "51505fe3d72fa178d70e3dfb366804cc45f33bc4395752fc0cb5851d8f7afa80"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8631p-v3" + ]; + titles = [ + { + model = "TL-WPA8631P"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_edgerouter-x = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-ubnt_edgerouter-x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-ubnt_edgerouter-x-initramfs-kernel.bin"; + sha256 = "ced175fbb3bcbf7b204bfc48cc5590d9a225eb79944339731b88c9a8f36d0cc7"; + sha256_unsigned = "ced175fbb3bcbf7b204bfc48cc5590d9a225eb79944339731b88c9a8f36d0cc7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"; + sha256 = "9dfa35424318d45ccdd8f29d8510eb7bf171c97b89e4323c0ae1d44a64b09529"; + sha256_unsigned = "5ed9ef2ea1e33d0b7de2c8d17eb9a2796218a0eb5d09c554f5ea18f5b99c0f38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x" + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + model = "EdgeRouter X"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-x-sfp = { + device_packages = [ + "-wpad-basic-wolfssl" + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-sfp" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-ubnt_edgerouter-x-sfp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-ubnt_edgerouter-x-sfp-initramfs-kernel.bin"; + sha256 = "15e1c433b0a4175192f9e95cc3a596dcfd01fbd9f59e276b62362b6dd12326eb"; + sha256_unsigned = "15e1c433b0a4175192f9e95cc3a596dcfd01fbd9f59e276b62362b6dd12326eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"; + sha256 = "bd8cd0c86103da8fb8248e1256ca9df739d000350fd41efe56e45ad8d961a9a1"; + sha256_unsigned = "9ca42e1defb9dddad541921051dd9651ea574ed14dce5232700eda7ffac7f53a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x-sfp" + "ubnt-erx-sfp" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + model = "EdgeRouter X SFP"; + vendor = "Ubiquiti"; + } + { + model = "EdgePoint R6"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lite = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-ubnt_unifi-6-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-ubnt_unifi-6-lite-initramfs-kernel.bin"; + sha256 = "905f70a28bd4019a950d4a6b53687235426b4516047b408222e15e519073152f"; + sha256_unsigned = "905f70a28bd4019a950d4a6b53687235426b4516047b408222e15e519073152f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-ubnt_unifi-6-lite-squashfs-sysupgrade.bin"; + sha256 = "2bb096a6a3e26ab4adf8e54c573b297fd0408951c4495910c8dc7c99d184131b"; + sha256_unsigned = "7295f75a6fe2a63c3d2bfce220fd654b365aeb316ac9c33ae111b878d4601519"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lite" + ]; + titles = [ + { + model = "UniFi 6 Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-flexhd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-ubnt_unifi-flexhd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-ubnt_unifi-flexhd-initramfs-kernel.bin"; + sha256 = "ec22a631029688a3690f99133e17bb6179fa74c1971d46f0a1c15f13068ff6cc"; + sha256_unsigned = "ec22a631029688a3690f99133e17bb6179fa74c1971d46f0a1c15f13068ff6cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-ubnt_unifi-flexhd-squashfs-sysupgrade.bin"; + sha256 = "3b4070160585540393ccac50a450916a6dd624f0a7015f9772e95e8ea2272b9d"; + sha256_unsigned = "93135c46e5fa183d28deca84cc8d10dc22a206abd6258730ff4bf7823750821a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-flexhd" + ]; + titles = [ + { + model = "UniFi FlexHD"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-nanohd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-ubnt_unifi-nanohd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-ubnt_unifi-nanohd-initramfs-kernel.bin"; + sha256 = "e79ef090725ec76f12905b519d5fcb9a3779e94e4448e25ae34985273204748c"; + sha256_unsigned = "e79ef090725ec76f12905b519d5fcb9a3779e94e4448e25ae34985273204748c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-ubnt_unifi-nanohd-squashfs-sysupgrade.bin"; + sha256 = "274787836d292377826f87d2588cf676cdb994e0d51ea031bea7a625d1373652"; + sha256_unsigned = "b63d3bf8169cfcb90a7d23156c03b6e7f43c4fefd931e41ad36c0620c7c6d602"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-nanohd" + ]; + titles = [ + { + model = "UniFi nanoHD"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_usw-flex = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-ubnt_usw-flex"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-ubnt_usw-flex-initramfs-kernel.bin"; + sha256 = "5bb7c2ee238239cdc280709c2a6de3fd8e783efb534062ce1acc7950e3f9b21b"; + sha256_unsigned = "5bb7c2ee238239cdc280709c2a6de3fd8e783efb534062ce1acc7950e3f9b21b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-ubnt_usw-flex-squashfs-sysupgrade.bin"; + sha256 = "01fa8eab51b1d323d2721f155ab0978efb2909ccfcbd5c4f1f6501db9c6b35cb"; + sha256_unsigned = "e9cedee99466c7c5bab8714c74fddb996e5f1a1cf077c37b2e2d7e75e7a314f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,usw-flex" + ]; + titles = [ + { + model = "UniFi Switch Flex"; + vendor = "Ubiquiti"; + } + ]; + }; + unielec_u7621-01-16m = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-unielec_u7621-01-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-unielec_u7621-01-16m-initramfs-kernel.bin"; + sha256 = "ca1b90e768837c776f9e898543b70b99bcab1dbf351612fa32cb5ec786d07801"; + sha256_unsigned = "ca1b90e768837c776f9e898543b70b99bcab1dbf351612fa32cb5ec786d07801"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-unielec_u7621-01-16m-squashfs-sysupgrade.bin"; + sha256 = "749bbb57e46024a4baf1d7101dce3078e79b1b98ddf6be5af5824927ada86e6f"; + sha256_unsigned = "a4c5a676f01582e264ed25f8c81ea5c24a00818301bd2ab0f2a9c6a02a5d0b1f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-01-16m" + ]; + titles = [ + { + model = "U7621-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-unielec_u7621-06-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-unielec_u7621-06-16m-initramfs-kernel.bin"; + sha256 = "c43513a581a7bdac45b80c1c738b04abbd3248830ea721033bff8188264d813c"; + sha256_unsigned = "c43513a581a7bdac45b80c1c738b04abbd3248830ea721033bff8188264d813c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-unielec_u7621-06-16m-squashfs-sysupgrade.bin"; + sha256 = "984c88e29d1c796edea6d420cf326e97cae3ccb1ea2e67dfffc39d491107c9b1"; + sha256_unsigned = "f9e22baa4853fd708df65ba563268eb661ddf5a9bb720a979714924cbf8dad5f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-16m" + "u7621-06-256M-16M" + "unielec,u7621-06-256m-16m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-64m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-unielec_u7621-06-64m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-unielec_u7621-06-64m-initramfs-kernel.bin"; + sha256 = "de62acf0f79ca49432dee5449bd58a7626c64aa3f5771bb71400fc4a24f3e2b0"; + sha256_unsigned = "de62acf0f79ca49432dee5449bd58a7626c64aa3f5771bb71400fc4a24f3e2b0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-unielec_u7621-06-64m-squashfs-sysupgrade.bin"; + sha256 = "4567be2187efedc89c47488b38727f1d315181e8a0a285fb115224de8d319014"; + sha256_unsigned = "bc290bb8e3cb5b7a7f7245127579b4c9452c1914aa70a553dfdc0a909aad6df0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-64m" + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "64M"; + vendor = "UniElec"; + } + ]; + }; + wavlink_wl-wn531a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-wavlink_wl-wn531a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-wavlink_wl-wn531a6-initramfs-kernel.bin"; + sha256 = "07a37e7627a7060495478601be2cdbf724deccfb7942a029cbcdcce20b4ea5e3"; + sha256_unsigned = "07a37e7627a7060495478601be2cdbf724deccfb7942a029cbcdcce20b4ea5e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-wavlink_wl-wn531a6-squashfs-sysupgrade.bin"; + sha256 = "97ab2e28112542eea1a2a276e391933dbc6ef5956aca25d5c040af46af24a253"; + sha256_unsigned = "e807d3450e936244ee6704a23b5af5985158d471474999602ac1ca0c4abac4a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a6" + ]; + titles = [ + { + model = "WL-WN531A6"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn533a8 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-wavlink_wl-wn533a8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-wavlink_wl-wn533a8-initramfs-WN533A8-kernel.bin"; + sha256 = "c00cf14c94a5e4cbeab0397e4fa9d3a6b7705ef7adef28954ec92c2e9d1aab27"; + sha256_unsigned = "c00cf14c94a5e4cbeab0397e4fa9d3a6b7705ef7adef28954ec92c2e9d1aab27"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-wavlink_wl-wn533a8-squashfs-sysupgrade.bin"; + sha256 = "f13b977e8f92b17e4ff9393ffa166205659715e4ecb1d7559690af7d5c289881"; + sha256_unsigned = "127e9bebf1213f965d7154aca4b7947810b3d6a7ba9c10e1a42007536eec2f18"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn533a8" + ]; + titles = [ + { + model = "WL-WN533A8"; + vendor = "Wavlink"; + } + ]; + }; + wevo_11acnas = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-wevo_11acnas"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-wevo_11acnas-initramfs-kernel.bin"; + sha256 = "6f5888caca800ce2d3f6427e03724d757274fac54b2c0fc228b1830f41aa4ed8"; + sha256_unsigned = "6f5888caca800ce2d3f6427e03724d757274fac54b2c0fc228b1830f41aa4ed8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-wevo_11acnas-squashfs-sysupgrade.bin"; + sha256 = "4ed60e1603100aaffaaf5829450da62d8110a69ac0a78eb6229e0b91679839c5"; + sha256_unsigned = "19704d08f9e47312b193f60ae373a9398ceba6813a3f37d381d466b9244b685c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,11acnas" + "11acnas" + ]; + titles = [ + { + model = "11AC NAS Router"; + vendor = "WeVO"; + } + ]; + }; + wevo_w2914ns-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-wevo_w2914ns-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-wevo_w2914ns-v2-initramfs-kernel.bin"; + sha256 = "cb303798f4adb549a9dc262aa00a1e10049ebb484f3af79420573755cba2baa9"; + sha256_unsigned = "cb303798f4adb549a9dc262aa00a1e10049ebb484f3af79420573755cba2baa9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-wevo_w2914ns-v2-squashfs-sysupgrade.bin"; + sha256 = "c3baa5dbfc4cc69b8f13d9db8c862a45eee9550018f4a2dcc002d0fe54d85594"; + sha256_unsigned = "4d1e3b8b1772b0887b071b459d500a13441d531256f10a9e76b85c17e6c83319"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,w2914ns-v2" + "w2914nsv2" + ]; + titles = [ + { + model = "W2914NS"; + variant = "v2"; + vendor = "WeVO"; + } + ]; + }; + winstars_ws-wn583a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-winstars_ws-wn583a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-winstars_ws-wn583a6-initramfs-WN583A6-kernel.bin"; + sha256 = "7a1a2259c736b4a9ef45e0116a9269d8df8788520f435e02d17c1df7f678ce9f"; + sha256_unsigned = "7a1a2259c736b4a9ef45e0116a9269d8df8788520f435e02d17c1df7f678ce9f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-winstars_ws-wn583a6-squashfs-sysupgrade.bin"; + sha256 = "425b8040dfa4bc1c1db2beade7a90aaca2b70d7798c983da5e49df2f015a902b"; + sha256_unsigned = "8bfe191df8e9769aac5c3e988e2d1c36fe8e9eb0fec80eba52ad4c58d7075d46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winstars,ws-wn583a6" + ]; + titles = [ + { + model = "WS-WN583A6"; + vendor = "Winstars"; + } + { + model = "AC2100"; + vendor = "Gemeita"; + } + ]; + }; + xiaomi_mi-router-3-pro = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-3-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-3-pro-initramfs-kernel.bin"; + sha256 = "08b27df2370e621e58b1217908d8132c473ae4b841ef28be98c426a6dd018f10"; + sha256_unsigned = "08b27df2370e621e58b1217908d8132c473ae4b841ef28be98c426a6dd018f10"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-sysupgrade.bin"; + sha256 = "cdba57bcf3ed22c6de925821962704d58109977a1ff74e31f6120a66987481d3"; + sha256_unsigned = "a3a9338b4fdd3e41d3ab1b50e4da355c3be9c487663f8de09b08d9d9edb105f8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-factory.bin"; + sha256 = "99643365a4609626fa5a17909324a2cc4d67ea6a120804b2e6e0ddbc01ec5619"; + sha256_unsigned = "99643365a4609626fa5a17909324a2cc4d67ea6a120804b2e6e0ddbc01ec5619"; + type = "factory"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3-pro" + "xiaomi,mir3p" + ]; + titles = [ + { + model = "Mi Router 3 Pro"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-3g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-3g-initramfs-kernel.bin"; + sha256 = "cf4bf1eff54b356a00e06045b8f41f1732520bcc3a45caabebbad78eade6c4b1"; + sha256_unsigned = "cf4bf1eff54b356a00e06045b8f41f1732520bcc3a45caabebbad78eade6c4b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-3g-squashfs-kernel1.bin"; + sha256 = "903136f6b258d5b2100c42e9f58e65810085d95fad7c410852e46901370777e7"; + sha256_unsigned = "903136f6b258d5b2100c42e9f58e65810085d95fad7c410852e46901370777e7"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-3g-squashfs-sysupgrade.bin"; + sha256 = "39570a1e3cd9ee17a2f63e4676f63aad89d6a4f81d2267eaa3f7bf052dad8fed"; + sha256_unsigned = "e738f1c35fdbda6cb1a6e95e8a9048d943cd979475c6c03b85e53defe3a5dc18"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-3g-squashfs-rootfs0.bin"; + sha256 = "b896c2480e2eff1ecb7fe16cd7ba0e24265af8565446164e98e9b859cd647adf"; + sha256_unsigned = "b896c2480e2eff1ecb7fe16cd7ba0e24265af8565446164e98e9b859cd647adf"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g" + "R3G" + "mir3g" + "xiaomi,mir3g" + ]; + titles = [ + { + model = "Mi Router 3G"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-3g-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-3g-v2-initramfs-kernel.bin"; + sha256 = "4a206920858fec5ca994c523e4a26b5a4083dab8bf0c8a2ed320a0b7e56c6b8a"; + sha256_unsigned = "4a206920858fec5ca994c523e4a26b5a4083dab8bf0c8a2ed320a0b7e56c6b8a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-3g-v2-squashfs-sysupgrade.bin"; + sha256 = "78ab06d231722abeb97bb73e0141c720be3af81735a0d11086f230d5dba31f05"; + sha256_unsigned = "f032f7527535af85fb9114a4eb4342fa0e9c5cf4ba93c8b4d765feadc5bb2238"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g-v2" + "xiaomi,mir3g-v2" + ]; + titles = [ + { + model = "Mi Router 3G"; + variant = "v2"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-4-initramfs-kernel.bin"; + sha256 = "00abedd8fea55911b065c92b93788c34775a90ad66c4152c04f8de40631e7dfc"; + sha256_unsigned = "00abedd8fea55911b065c92b93788c34775a90ad66c4152c04f8de40631e7dfc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-4-squashfs-kernel1.bin"; + sha256 = "6210a998272aad43f6ddc5f3c5e1b5090afc61454cded16b5328490e0784f70f"; + sha256_unsigned = "6210a998272aad43f6ddc5f3c5e1b5090afc61454cded16b5328490e0784f70f"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-4-squashfs-sysupgrade.bin"; + sha256 = "e2a4fa10ae85466ea6d7a45215319c6a7f90b640add9876af93b1097b4e2b6c8"; + sha256_unsigned = "f8fa8afc26c4d6a3a025dbd36b490dfd000c89d19e5c02749b93bd5af96c79c9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-4-squashfs-rootfs0.bin"; + sha256 = "7d5fcb358fd41c7f715809c9db115f2c476c048477a3a8318ce1732c6bde1c7f"; + sha256_unsigned = "7d5fcb358fd41c7f715809c9db115f2c476c048477a3a8318ce1732c6bde1c7f"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4" + ]; + titles = [ + { + model = "Mi Router 4"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-gigabit = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-4a-gigabit"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-4a-gigabit-initramfs-kernel.bin"; + sha256 = "8e639b11ab9e0fd49af2a3ec543cb9f6acfcc5c3e7418d501936ed360c9a1120"; + sha256_unsigned = "8e639b11ab9e0fd49af2a3ec543cb9f6acfcc5c3e7418d501936ed360c9a1120"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin"; + sha256 = "f1335aeeb1114645a2bdc332e3115cf6afa094dea85bd35fdcf4e2876071f83d"; + sha256_unsigned = "60bfc2a62f2bba9554e0e588248d2d32713e946f203ff266a11562a89ad04306"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-gigabit" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "Gigabit Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-ac2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-ac2100-initramfs-kernel.bin"; + sha256 = "15827e5901e9b7678eae5928be2aa7b61670281fd11f2493ae2805bf0ab0ef58"; + sha256_unsigned = "15827e5901e9b7678eae5928be2aa7b61670281fd11f2493ae2805bf0ab0ef58"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "b2a5c47444e1c71973fbeb74fe23f0a044f23eb4e1ffc31c2b08e6122c026468"; + sha256_unsigned = "b2a5c47444e1c71973fbeb74fe23f0a044f23eb4e1ffc31c2b08e6122c026468"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "0dcc63c164c274673a6f07fe8c8fbaaa46cbbd7ea15d38288ca56da939d176d7"; + sha256_unsigned = "c1d359153db94fbed8896875198d1c3f053ac08199859b19d4dc2f745bcb57b5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "0458dd9b3972e859ebb5251bdf350fc5e4cbd7590477e034fd1b260e4cf7bdf9"; + sha256_unsigned = "0458dd9b3972e859ebb5251bdf350fc5e4cbd7590477e034fd1b260e4cf7bdf9"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-ac2100" + ]; + titles = [ + { + model = "Mi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6606 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-cr6606"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-cr6606-initramfs-kernel.bin"; + sha256 = "ef61f88d058cd5add9af423135873dc2693cae53768774fabb289a19199a0e96"; + sha256_unsigned = "ef61f88d058cd5add9af423135873dc2693cae53768774fabb289a19199a0e96"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-sysupgrade.bin"; + sha256 = "db21850dfe1bac823f411967dcc326693b9d3c92b8718a40ce68cb8d5455c98d"; + sha256_unsigned = "9223813a4e57530ba5a75697f72b6281ee5286fcdaabde05ac5358d00c7cda62"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-firmware.bin"; + sha256 = "afb6573bdde9c0222a026c26b578fa4c413ee156c737ad906a96a7d555e596c8"; + sha256_unsigned = "afb6573bdde9c0222a026c26b578fa4c413ee156c737ad906a96a7d555e596c8"; + type = "firmware"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6606" + ]; + titles = [ + { + model = "Mi Router CR6606"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6608 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-cr6608"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-cr6608-initramfs-kernel.bin"; + sha256 = "19daa8663215296f9170258dba46608acbffb874b1654c46370a2d39d2cee149"; + sha256_unsigned = "19daa8663215296f9170258dba46608acbffb874b1654c46370a2d39d2cee149"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-cr6608-squashfs-sysupgrade.bin"; + sha256 = "b874a0efabf19e75e5fd23ec3316fe15846a2cfbe3c825154dec556c691abab7"; + sha256_unsigned = "72174dbdfa497298aacc9db1cfae6195d4cbb56547afbaad2d3991263790edec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-cr6608-squashfs-firmware.bin"; + sha256 = "306b286602e4df7dac4789e0614c0cf8403453e93e6af419d5fc13966c88ad9e"; + sha256_unsigned = "306b286602e4df7dac4789e0614c0cf8403453e93e6af419d5fc13966c88ad9e"; + type = "firmware"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6608" + ]; + titles = [ + { + model = "Mi Router CR6608"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6609 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-cr6609"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-cr6609-initramfs-kernel.bin"; + sha256 = "ba1bfc377d4fb3f39c79b426ab35835790b953b3127a2d7d5a818762a4d17fab"; + sha256_unsigned = "ba1bfc377d4fb3f39c79b426ab35835790b953b3127a2d7d5a818762a4d17fab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-cr6609-squashfs-sysupgrade.bin"; + sha256 = "b06df2531d26fc7e6e191019eca77afcb3f68af259e0fc2eab5ea515416c95d7"; + sha256_unsigned = "ed73ccd36d2be552a6781bb95f15fa54efc8935d98e58a611c0a19c4b11dc696"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_mi-router-cr6609-squashfs-firmware.bin"; + sha256 = "1365bdc6a8b7338c120057c9536b9bb75c45589beb029b71a0422c4d4c109c04"; + sha256_unsigned = "1365bdc6a8b7338c120057c9536b9bb75c45589beb029b71a0422c4d4c109c04"; + type = "firmware"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6609" + ]; + titles = [ + { + model = "Mi Router CR6609"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-xiaomi_redmi-router-ac2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_redmi-router-ac2100-initramfs-kernel.bin"; + sha256 = "30a55ab4eb45c86391e9f42d33e5c25153225cf97852db2b0fc190e48b785bc7"; + sha256_unsigned = "30a55ab4eb45c86391e9f42d33e5c25153225cf97852db2b0fc190e48b785bc7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "ccccb4570a4ddcc3547f49854c4571a9b90cb92cf3718e9f9a99624f18474efc"; + sha256_unsigned = "ccccb4570a4ddcc3547f49854c4571a9b90cb92cf3718e9f9a99624f18474efc"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "fae0a87b181a37582230f2f15039d966246b4797cc7b406421a7dbc283a26c65"; + sha256_unsigned = "2cb5feefccdbe920f4bd5137b93f3ef1b5d7b78de41b722ccb575a39df2dcc9a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "0458dd9b3972e859ebb5251bdf350fc5e4cbd7590477e034fd1b260e4cf7bdf9"; + sha256_unsigned = "0458dd9b3972e859ebb5251bdf350fc5e4cbd7590477e034fd1b260e4cf7bdf9"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ac2100" + ]; + titles = [ + { + model = "Redmi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaoyu_xy-c5 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-xiaoyu_xy-c5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaoyu_xy-c5-initramfs-kernel.bin"; + sha256 = "687b5f3f82efaace3b5de16853cd2b2fc43df86635062d88546e16495bddb86e"; + sha256_unsigned = "687b5f3f82efaace3b5de16853cd2b2fc43df86635062d88546e16495bddb86e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xiaoyu_xy-c5-squashfs-sysupgrade.bin"; + sha256 = "700c3a68e9479e3f67cd7ed270d8e21b55d6acf631cfa7a262ebac985f8d8a52"; + sha256_unsigned = "91eeed252411551a86f97f3b59fc052e2b8becbf473984a202e7d39bf6a0cce1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaoyu,xy-c5" + ]; + titles = [ + { + model = "XY-C5"; + vendor = "XiaoYu"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-xzwifi_creativebox-v1-initramfs-kernel.bin"; + sha256 = "dc78619355323bd1bebb2201dde75e2af994e1078a9b2a3824f8896bc7240317"; + sha256_unsigned = "dc78619355323bd1bebb2201dde75e2af994e1078a9b2a3824f8896bc7240317"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "38de6f6e58667c65905f60fc5c6d35d6d1783720d266827ed7cf3182146bb752"; + sha256_unsigned = "590af4b87caa3f17699f0e93428e0501efdcff539f303dc22a68068b5fde6a18"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + model = "v1"; + vendor = "CreativeBox"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-youhua_wr1200js-initramfs-kernel.bin"; + sha256 = "ae069529739d28738ff6f1a509913fc1f1ebcd0e02a04a6c6c5d690c085b25c9"; + sha256_unsigned = "ae069529739d28738ff6f1a509913fc1f1ebcd0e02a04a6c6c5d690c085b25c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "cf76c7ef0ca50aa12dfcc8ad21467f04ab943cee862078c4876e7e1271149568"; + sha256_unsigned = "c57a27cca48035cd291fd44675bca138a09424c5439f5254bcbc54169f7bf170"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + model = "WR1200JS"; + vendor = "YouHua"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-youku_yk-l2-initramfs-kernel.bin"; + sha256 = "c3ef8a36a2fd98c9e23789f13652a497fb86bb77d8eabae027a6578dbe8b6308"; + sha256_unsigned = "c3ef8a36a2fd98c9e23789f13652a497fb86bb77d8eabae027a6578dbe8b6308"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "739a8b561714707f1a515b6efe54049e88e6305f96ed78566cfc9b6ed23769f2"; + sha256_unsigned = "02f2da81b3e301ed09ebb47bec18db70511a3acc71991cd521a7e262e21a2316"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + model = "YK-L2"; + vendor = "Youku"; + } + ]; + }; + yuncore_ax820 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-yuncore_ax820"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-yuncore_ax820-initramfs-kernel.bin"; + sha256 = "24d94c4153d9cead174a764ef165bfe9431cfe90948af53fd5d094959d28378d"; + sha256_unsigned = "24d94c4153d9cead174a764ef165bfe9431cfe90948af53fd5d094959d28378d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-yuncore_ax820-squashfs-sysupgrade.bin"; + sha256 = "0fe779f6d781e4c15304246aa0bbb63892d67c5cad8c9181a3942c3d995645e7"; + sha256_unsigned = "0e113248d73191c4de437f5ea30b0dbad7fd84d5e778b160d8c1727e6142a0e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,ax820" + ]; + titles = [ + { + model = "AX820"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-we1326"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-we1326-initramfs-kernel.bin"; + sha256 = "f1276706919ea2a5c4639d8210324d580cb788ae873f0f42666c3167ef76496c"; + sha256_unsigned = "f1276706919ea2a5c4639d8210324d580cb788ae873f0f42666c3167ef76496c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "790362fc062e591a52130e96a29e526b68fd3ee6ad93743a3ab23b321ec4d862"; + sha256_unsigned = "639940e210ca0638763e151c432f28b8a593fc8cf9753e98d807dd106c2deced"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1326" + "zbt-we1326" + ]; + titles = [ + { + model = "ZBT-WE1326"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-we3526-initramfs-kernel.bin"; + sha256 = "9f3e6f9d2b0e93c68def0356aabce05dd6cf464992c70d2268302fcaaff7321f"; + sha256_unsigned = "9f3e6f9d2b0e93c68def0356aabce05dd6cf464992c70d2268302fcaaff7321f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "0eda40c283a9106f370923774f25c66cf617a37f61f23e4ff84c2629abfaf37f"; + sha256_unsigned = "82a4414190d1529274ed398c81437203fe4fa04135ccdb4247247542bbda7d62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + model = "ZBT-WE3526"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1602-16m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-wg1602-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-wg1602-16m-initramfs-kernel.bin"; + sha256 = "64166ab9d6cbd2c7d0a3c6726cf1529d8c29d2505e104f55bcc0d1b22c37a405"; + sha256_unsigned = "64166ab9d6cbd2c7d0a3c6726cf1529d8c29d2505e104f55bcc0d1b22c37a405"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-wg1602-16m-squashfs-sysupgrade.bin"; + sha256 = "3d737eef1ecbda0e3ef1898631edee045e568e5e5e36f169666a1996c2910639"; + sha256_unsigned = "490c6e9a2a32db8f5b8788924524a9da932173f430d3d78b78d86d84d8547466"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1602-16m" + ]; + titles = [ + { + model = "ZBT-WG1602"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1608-16m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-wg1608-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-wg1608-16m-initramfs-kernel.bin"; + sha256 = "38dba17a5b213e0f9fbf72dfc512631735a26c6eece54c0a18a9a662a1818ed1"; + sha256_unsigned = "38dba17a5b213e0f9fbf72dfc512631735a26c6eece54c0a18a9a662a1818ed1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-wg1608-16m-squashfs-sysupgrade.bin"; + sha256 = "e2b8b4a0859dda5138f096d8238604e9235f03bfa6089f04c2ab219bc287e7fd"; + sha256_unsigned = "f66dea54f66d71b7362714cbb4d366f24789a05ce203d358627b450e958207ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1608-16m" + ]; + titles = [ + { + model = "ZBT-WG1608"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg2626 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-wg2626"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-wg2626-initramfs-kernel.bin"; + sha256 = "651ed8c6354cbf0b1e0417ee609716e0f80465336d38aa986032cf24747fd1e0"; + sha256_unsigned = "651ed8c6354cbf0b1e0417ee609716e0f80465336d38aa986032cf24747fd1e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "6af5fad84416e529c42003bdaf40a9183f36d6a284ed54e938e585ceabb6b8ba"; + sha256_unsigned = "c5a2a6a6e9dd100395b99e17e1a66fbd4ee66959185340548a264e792bdeaff8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg2626" + "zbt-wg2626" + ]; + titles = [ + { + model = "ZBT-WG2626"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-wg3526-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-wg3526-16m-initramfs-kernel.bin"; + sha256 = "a892ed37f6bdec2cf6caaa8dd7283538a700dfed822b52c6c450bc77d700e19b"; + sha256_unsigned = "a892ed37f6bdec2cf6caaa8dd7283538a700dfed822b52c6c450bc77d700e19b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-wg3526-16m-squashfs-sysupgrade.bin"; + sha256 = "5e720305fade6ac1df446858ad4f6e72768057e817be2bb69dea12815560fdbd"; + sha256_unsigned = "69a8597b1f6099daebf1a0ac22e793448a978659b340c8bd433d158c0e646048"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-16m" + "zbt-wg3526" + "zbt-wg3526-16M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-32m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-wg3526-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-wg3526-32m-initramfs-kernel.bin"; + sha256 = "7bb12f77d6aa0870b4826c2602f3f8947478b572d0d5a65f59cc9a4cb81b342b"; + sha256_unsigned = "7bb12f77d6aa0870b4826c2602f3f8947478b572d0d5a65f59cc9a4cb81b342b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-zbtlink_zbt-wg3526-32m-squashfs-sysupgrade.bin"; + sha256 = "61024b1dc0d029d196e91a362726025b8d5569db7bebb0cc3c5cc7faabde04a7"; + sha256_unsigned = "f5177e2439df1cf06e70b454eeb8ef1f226d29ae4d7a26e61ba04c017c657cc2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-32m" + "ac1200pro" + "zbt-wg3526-32M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zio_freezio = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-zio_freezio"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-zio_freezio-initramfs-kernel.bin"; + sha256 = "954360ae4930f41d37e430e66884867f5d41df1f918441529201b0d47392b421"; + sha256_unsigned = "954360ae4930f41d37e430e66884867f5d41df1f918441529201b0d47392b421"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-zio_freezio-squashfs-sysupgrade.bin"; + sha256 = "ffe8ecc316814c57732b2f18dfa250dae939691dd7c341efb99c9b27015a37ea"; + sha256_unsigned = "d9d4b90178d1b202837c0a21c90c474174774170506656168d3c43c06abe1e72"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zio,freezio" + ]; + titles = [ + { + model = "FREEZIO"; + vendor = "ZIO"; + } + ]; + }; + zyxel_nr7101 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "uboot-envtools" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-zyxel_nr7101"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-zyxel_nr7101-initramfs-recovery.bin"; + sha256 = "b8d87286ebe74894268b107b68307e2e65e1017727beb45b94042374767d836f"; + sha256_unsigned = "b8d87286ebe74894268b107b68307e2e65e1017727beb45b94042374767d836f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-zyxel_nr7101-squashfs-sysupgrade.bin"; + sha256 = "b9d4d85a4124e1750fb6c4f89fc83716b63c372e2e39b47171971c5aa0574ef2"; + sha256_unsigned = "4b73370306aa3dd63c93594f392a058b78fbfad42cffe09c5f8e92d77f3d27b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nr7101" + ]; + titles = [ + { + model = "NR7101"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nwa50ax = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + "zyxel-bootconfig" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-zyxel_nwa50ax"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-zyxel_nwa50ax-initramfs-kernel.bin"; + sha256 = "b58c2179fb7bd0d155a64bdae1fdcdb47e7b76a0fa5566b3c1efe8b0597c86e2"; + sha256_unsigned = "b58c2179fb7bd0d155a64bdae1fdcdb47e7b76a0fa5566b3c1efe8b0597c86e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-zyxel_nwa50ax-squashfs-sysupgrade.bin"; + sha256 = "e22d4315b73958d2c0e7e19bf840ddb4a9e27c65aa658f68bc7f3e9519a2a03b"; + sha256_unsigned = "a26f2e69f1aec514e663247a579a5920b1d2ab915a6ef350ab600adf50443a07"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-zyxel_nwa50ax-squashfs-ramboot-factory.bin"; + sha256 = "6f4843e5e991d8868225feff7d594e91a7cbf2261121edd88b7efec3c37b8966"; + sha256_unsigned = "6f4843e5e991d8868225feff7d594e91a7cbf2261121edd88b7efec3c37b8966"; + type = "ramboot-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-zyxel_nwa50ax-squashfs-factory.bin"; + sha256 = "972e88983f4aa37dcecaa54c3e2ac93a29988055988949a31a370ef54d50ae78"; + sha256_unsigned = "972e88983f4aa37dcecaa54c3e2ac93a29988055988949a31a370ef54d50ae78"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nwa50ax" + ]; + titles = [ + { + model = "NWA50AX"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nwa55axe = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + "zyxel-bootconfig" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-zyxel_nwa55axe"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-zyxel_nwa55axe-initramfs-kernel.bin"; + sha256 = "ca4a611d7092f4e3582e890e3c8ab3a650837ac815de3d889d4e70a7356c0f52"; + sha256_unsigned = "ca4a611d7092f4e3582e890e3c8ab3a650837ac815de3d889d4e70a7356c0f52"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-zyxel_nwa55axe-squashfs-sysupgrade.bin"; + sha256 = "a80f1201d92c260e1f011855c14cf4c297362322531a95a031561efc1bb4829f"; + sha256_unsigned = "05f5b09467a0b7f32752249a133e9e2cf0e099bf2afb0726e1e4964c0e632f6e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-zyxel_nwa55axe-squashfs-factory.bin"; + sha256 = "62f2aff13b4d40a8964e74fcc22d367100dacfc50ec84f4ce691be993c4dd2c3"; + sha256_unsigned = "62f2aff13b4d40a8964e74fcc22d367100dacfc50ec84f4ce691be993c4dd2c3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-zyxel_nwa55axe-squashfs-ramboot-factory.bin"; + sha256 = "33b47454ca3220395d1d5ee026a4b4a4a40b7aae901aefd76d2267a14f232090"; + sha256_unsigned = "33b47454ca3220395d1d5ee026a4b4a4a40b7aae901aefd76d2267a14f232090"; + type = "ramboot-factory"; + } + ]; + supported_devices = [ + "zyxel,nwa55axe" + ]; + titles = [ + { + model = "NWA55AXE"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wap6805 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7621-qtn-rgmii" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt7621-zyxel_wap6805"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt7621-zyxel_wap6805-initramfs-kernel.bin"; + sha256 = "006936d1f4f71e39f35fb9a11ab7906d891d3281b1c86195764172bc70eed547"; + sha256_unsigned = "006936d1f4f71e39f35fb9a11ab7906d891d3281b1c86195764172bc70eed547"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt7621-zyxel_wap6805-squashfs-sysupgrade.bin"; + sha256 = "e3457049a0f1f48096dd52714ffb0063177dab192a1ab7f6ef47878bd4c840b6"; + sha256_unsigned = "36a71359b64658f615873b8576b31375b6c114d0e4e65f0c0a841d5c163815d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wap6805" + ]; + titles = [ + { + model = "WAP6805"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "ramips/mt7621"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-mt7603" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-alfa-network_awusfree1-initramfs-kernel.bin"; + sha256 = "fb1d458675b355b75c794dc40b476d5cb639a1878cb583e3fe69f3e75c387e52"; + sha256_unsigned = "fb1d458675b355b75c794dc40b476d5cb639a1878cb583e3fe69f3e75c387e52"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "a8b7029b82d73e13ecd67ed3ef7edecff17e0ffb83dee3c442da8e44288f2fa8"; + sha256_unsigned = "05a07292ce7c07da1bf0a95e825a7ca7b5ba3def8c53557ab285b46627dbfb20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + "awusfree1" + ]; + titles = [ + { + model = "AWUSFREE1"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rt-ac1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-asus_rt-ac1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-asus_rt-ac1200-initramfs-kernel.bin"; + sha256 = "2a4f86c68626fbe3e1b1bcbe320069daf3b57a9bcfc861ed82f9e4b5fd839586"; + sha256_unsigned = "2a4f86c68626fbe3e1b1bcbe320069daf3b57a9bcfc861ed82f9e4b5fd839586"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-asus_rt-ac1200-squashfs-sysupgrade.bin"; + sha256 = "f20f7b89d1dd18c390b217f9dd11af9adaf2665cf6e5f1505c25a85aaffcc5cb"; + sha256_unsigned = "06c52c162c394c12d97e2b4166f3cff0df90ff869c90f0904ccb86a2dc22c6b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac1200" + ]; + titles = [ + { + model = "RT-AC1200"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac1200-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-asus_rt-ac1200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-asus_rt-ac1200-v2-initramfs-kernel.bin"; + sha256 = "7bd10b64e9ed88fe76776b7ebe8289e2d5adeca70d6643c44a98cf2f18f63c4a"; + sha256_unsigned = "7bd10b64e9ed88fe76776b7ebe8289e2d5adeca70d6643c44a98cf2f18f63c4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-asus_rt-ac1200-v2-squashfs-sysupgrade.bin"; + sha256 = "3e4f9f5107fc0eace4fe76d6c943ff467b8ee64f1e2e334fec4f9f88f2c86bf6"; + sha256_unsigned = "ac3472c9b8ee6619cff39b4a64ebc1a902f0e4fe10433490b578a730a0665404"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-asus_rt-ac1200-v2-squashfs-factory.bin"; + sha256 = "eb1ec6e76c606a6954b1f58dd90d8bc88502c9f765f59c825381dbdb542e1697"; + sha256_unsigned = "eb1ec6e76c606a6954b1f58dd90d8bc88502c9f765f59c825381dbdb542e1697"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ac1200-v2" + ]; + titles = [ + { + model = "RT-AC1200"; + variant = "V2"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n10p-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-asus_rt-n10p-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-asus_rt-n10p-v3-initramfs-kernel.bin"; + sha256 = "3612931b045905d0b0269382b444c7ba511f03f9fdf24e5a1277eb06898279b1"; + sha256_unsigned = "3612931b045905d0b0269382b444c7ba511f03f9fdf24e5a1277eb06898279b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-asus_rt-n10p-v3-squashfs-sysupgrade.bin"; + sha256 = "2671da4e8c2b186b284a2b9a5a3c0e836ab3c60f109d1b2e4629d0c185ac58dd"; + sha256_unsigned = "5f25ec9263281106e1e2f0dd0b48da16e8ba248e622692573b7d37a929b948fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v3" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "V3"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n11p-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-asus_rt-n11p-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-asus_rt-n11p-b1-initramfs-kernel.bin"; + sha256 = "cbf39cd17cc92fa62d90ba473e57142fad04a3fa08b56f641db3cbd4c18acc44"; + sha256_unsigned = "cbf39cd17cc92fa62d90ba473e57142fad04a3fa08b56f641db3cbd4c18acc44"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-asus_rt-n11p-b1-squashfs-sysupgrade.bin"; + sha256 = "bf7d7a57201b69911d23c718a37640bc81efa3a33d42ed839698496caa254cf9"; + sha256_unsigned = "97bb84ba5eac96a82444c3af7626760d68b4b534b8a48ecf8fcf6c33b521cc17"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n11p-b1" + ]; + titles = [ + { + model = "RT-N11P"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12-vp-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-asus_rt-n12-vp-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-asus_rt-n12-vp-b1-initramfs-kernel.bin"; + sha256 = "0c4e4da7e1c26c980e1dc15641fe5c2ef33c89e186c85bbea3e099cebd6e622f"; + sha256_unsigned = "0c4e4da7e1c26c980e1dc15641fe5c2ef33c89e186c85bbea3e099cebd6e622f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-asus_rt-n12-vp-b1-squashfs-sysupgrade.bin"; + sha256 = "a006c19fd3f7a8bc5a940fea0af172f63ce026d2f1d56280a36bfae94d23bfdb"; + sha256_unsigned = "73c82fc14be01aeb9119c0ba32cfc21bb5528e3e8f8706d1a0fe2b78ab4850fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n12-vp-b1" + ]; + titles = [ + { + model = "RT-N12 VP"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + buffalo_wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-buffalo_wcr-1166ds"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-buffalo_wcr-1166ds-initramfs-kernel.bin"; + sha256 = "5d09dfd69edd82a01eae7e768d7ceb852dae7d8348f3553f39c6aa321561a887"; + sha256_unsigned = "5d09dfd69edd82a01eae7e768d7ceb852dae7d8348f3553f39c6aa321561a887"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "6033a6c2723d581f1e8eb03ac5b7f6870afa53e5de9badacc64dfc06eca4ea23"; + sha256_unsigned = "88616ff70df0784b3d61c8e3457c28524c46aa57b551eef2989ebac5dce18874"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-factory.bin"; + sha256 = "4a5026157f0338fb4673e481161b4aa3c6492fd4681630a4370b8888948a15bc"; + sha256_unsigned = "88616ff70df0784b3d61c8e3457c28524c46aa57b551eef2989ebac5dce18874"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wcr-1166ds" + "wcr-1166ds" + ]; + titles = [ + { + model = "WCR-1166DS"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr758ac-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-comfast_cf-wr758ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-comfast_cf-wr758ac-v1-initramfs-kernel.bin"; + sha256 = "2ebb6f69f53d6631a7bef4365c827e86384c4358337e12ddfbe0dc5e38410e5d"; + sha256_unsigned = "2ebb6f69f53d6631a7bef4365c827e86384c4358337e12ddfbe0dc5e38410e5d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-comfast_cf-wr758ac-v1-squashfs-sysupgrade.bin"; + sha256 = "13aea3c1b3ebb13cdb1426b7cc8df34c820405aadaf3506a3084f6b34a651818"; + sha256_unsigned = "cfd103089f51f50d0a4189942e451720f1680fa9c1a32c3c7fc571e74c39ddee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr758ac-v1" + "joowin,jw-wr758ac-v1" + ]; + titles = [ + { + model = "CF-WR758AC"; + variant = "V1"; + vendor = "COMFAST"; + } + { + model = "JW-WR758AC"; + variant = "V1"; + vendor = "Joowin"; + } + ]; + }; + comfast_cf-wr758ac-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-comfast_cf-wr758ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-comfast_cf-wr758ac-v2-initramfs-kernel.bin"; + sha256 = "f98827b80c3fb0617fb1a9b77961d369f0eeea6e9446e12ad49895d9beb93ac9"; + sha256_unsigned = "f98827b80c3fb0617fb1a9b77961d369f0eeea6e9446e12ad49895d9beb93ac9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-comfast_cf-wr758ac-v2-squashfs-sysupgrade.bin"; + sha256 = "0250a688c2b665958fa16350a6d11a751f86767f1039cb23b596b7617863f497"; + sha256_unsigned = "c538f343effae4f31d5b65cf926fe29f998e73c1649f4e5e240fd3dd8ff4f0c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr758ac-v2" + "joowin,jw-wr758ac-v2" + ]; + titles = [ + { + model = "CF-WR758AC"; + variant = "V2"; + vendor = "COMFAST"; + } + { + model = "JW-WR758AC"; + variant = "V2"; + vendor = "Joowin"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-cudy_wr1000-initramfs-kernel.bin"; + sha256 = "0170ed9133b468b81da32cad539ec20df5e908d73875f44b32eef7b47639caf1"; + sha256_unsigned = "0170ed9133b468b81da32cad539ec20df5e908d73875f44b32eef7b47639caf1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "c7c4524ba557cd0347dba969ae942720676072925ed136cdf30cf1e4f3b39cd8"; + sha256_unsigned = "c7c4524ba557cd0347dba969ae942720676072925ed136cdf30cf1e4f3b39cd8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "298de06dc57ffedb3b56af0728c1152f180a4188542fcd779a4d9da92360a61d"; + sha256_unsigned = "74ae844a2b50a6887f19be986f532632558123b217b8d225c082015d0258d3ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + model = "WR1000"; + vendor = "Cudy"; + } + ]; + }; + d-team_pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-d-team_pbr-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-d-team_pbr-d1-initramfs-kernel.bin"; + sha256 = "ca6c7e63f28db6db2e51dd76cc9e989b81e77e22a2cf8e9d1f9ad28d08b8e8b8"; + sha256_unsigned = "ca6c7e63f28db6db2e51dd76cc9e989b81e77e22a2cf8e9d1f9ad28d08b8e8b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-d-team_pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "bef1432b5c13e2b61bb6d67259a9e5e3aa73863ebac6d4329d34da9c174c2393"; + sha256_unsigned = "427fb4a409eeb1d9caa20c996e133367108e6fdde24958be9d256b8d0ce1fa25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,pbr-d1" + "pbr-d1" + ]; + titles = [ + { + model = "PBR-D1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dap-1325-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-dlink_dap-1325-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-dlink_dap-1325-a1-initramfs-kernel.bin"; + sha256 = "faa5e7e2cd60a2bde49198b0e23d9b59764d56599eb3b14fb3c7a5905974a560"; + sha256_unsigned = "faa5e7e2cd60a2bde49198b0e23d9b59764d56599eb3b14fb3c7a5905974a560"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-dlink_dap-1325-a1-squashfs-sysupgrade.bin"; + sha256 = "6927313c3ba338c7211dcfc8b783bbcca9d53e6acf2c26d07c760f0492be57f7"; + sha256_unsigned = "25f739cadb29aa757931b32f6df2a1fa0cbad7ae533c2d95aaa2f11334f4df13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1325-a1" + ]; + titles = [ + { + model = "DAP-1325 A1"; + vendor = "D-Link"; + } + ]; + }; + duzun_dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-duzun_dm06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-duzun_dm06-initramfs-kernel.bin"; + sha256 = "9620955ff212c7bea8ea545590ef586aaaa5bcc0415ddd523ec9f40b79e4b740"; + sha256_unsigned = "9620955ff212c7bea8ea545590ef586aaaa5bcc0415ddd523ec9f40b79e4b740"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-duzun_dm06-squashfs-sysupgrade.bin"; + sha256 = "d7d859972f0b470292f232c0a80c1690c9efb9e2f7419234951740eeee84e702"; + sha256_unsigned = "df592fa2eab6b8e930a932c1ee86cdf13a48b050e7748def4078f8c24d9d4352"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "duzun,dm06" + "duzun-dm06" + ]; + titles = [ + { + model = "DM06"; + vendor = "DuZun"; + } + ]; + }; + elecom_wrc-1167fs = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-elecom_wrc-1167fs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-elecom_wrc-1167fs-initramfs-kernel.bin"; + sha256 = "6f3a1e18230a3b4cd719f7a9721a9aed00b38d8568afef2f3b54102a9a9120bb"; + sha256_unsigned = "6f3a1e18230a3b4cd719f7a9721a9aed00b38d8568afef2f3b54102a9a9120bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-elecom_wrc-1167fs-squashfs-sysupgrade.bin"; + sha256 = "2717bc4f641d6f9af3fbdb6cfa2ddc95c9fdf8725573f2de110a276ed86c903f"; + sha256_unsigned = "d1d156e6365df4656d9486cb4431b9b82442efd64b872abfe0a71cd7bbfdbbb5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-elecom_wrc-1167fs-squashfs-factory.bin"; + sha256 = "59c92be24145d7e4d02d7dbee54e457b46c82b54d33d58ca0e82070ee5445535"; + sha256_unsigned = "59c92be24145d7e4d02d7dbee54e457b46c82b54d33d58ca0e82070ee5445535"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167fs" + ]; + titles = [ + { + model = "WRC-1167FS"; + vendor = "ELECOM"; + } + ]; + }; + glinet_gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-glinet_gl-mt300n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-glinet_gl-mt300n-v2-initramfs-kernel.bin"; + sha256 = "34a075c94b7b45eaf6fa23f5db872cc9f3be99502bc3e639611ac54615da0f66"; + sha256_unsigned = "34a075c94b7b45eaf6fa23f5db872cc9f3be99502bc3e639611ac54615da0f66"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "406695bff21debb3f9bf9cd8090b2cfd953f639e47e15ba0709f10bc356e900a"; + sha256_unsigned = "e57a87cd1346a65cde624d29717eb916f76993e1e1397ef5f7d1f488d54e728a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n-v2" + "gl-mt300n-v2" + ]; + titles = [ + { + model = "GL-MT300N"; + variant = "V2"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_microuter-n300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-glinet_microuter-n300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-glinet_microuter-n300-initramfs-kernel.bin"; + sha256 = "8160d78b3890966f70a0db7c0a1d925b729ae3d2ce2e65a6f43fe6563d17ce87"; + sha256_unsigned = "8160d78b3890966f70a0db7c0a1d925b729ae3d2ce2e65a6f43fe6563d17ce87"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-glinet_microuter-n300-squashfs-sysupgrade.bin"; + sha256 = "7b1a23d6161bee8c95384319565a768c2cb84bf4201cafe6302eefa86f0c965a"; + sha256_unsigned = "8526222b61825ba4b23d4eecf43f9e9b69cb9045cbfcbde3a3385f96f394c0a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,microuter-n300" + "microuter-n300" + ]; + titles = [ + { + model = "microuter-N300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-glinet_vixmini-initramfs-kernel.bin"; + sha256 = "c1bc7fcc17fff45ac0ec69ad14915c885f0773a7822afd65f8ee7e55ffb7c16a"; + sha256_unsigned = "c1bc7fcc17fff45ac0ec69ad14915c885f0773a7822afd65f8ee7e55ffb7c16a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "48b863b2162d6c86cfbf9d220309001e26e480dd69134c17421b4d73654cdef6"; + sha256_unsigned = "fc50378450378337d85c24c10af6c9aab76088f975303283fd4a87162bd239b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + model = "VIXMINI"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_wifi-pineapple-mk7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-hak5_wifi-pineapple-mk7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-hak5_wifi-pineapple-mk7-initramfs-kernel.bin"; + sha256 = "90575f7f0368b4215ed95970488ebee8c21c68c449e41d911ffd9eec6498059d"; + sha256_unsigned = "90575f7f0368b4215ed95970488ebee8c21c68c449e41d911ffd9eec6498059d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-hak5_wifi-pineapple-mk7-squashfs-sysupgrade.bin"; + sha256 = "da48b5e2db0a691fcb99ed7d906a2b83e6d14dadaebe052a8f5c7d7c28d2bc4a"; + sha256_unsigned = "0266f2ea742a52f5066254fedb38ecdcb8257dfb0980402f02ec01e79376d9a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-mk7" + "wifi-pineapple-mk7" + ]; + titles = [ + { + model = "WiFi Pineapple Mark 7"; + vendor = "Hak5"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-hilink_hlk-7628n-initramfs-kernel.bin"; + sha256 = "1bb95fa5cc985f3fa1f9d75621f1abd0dfb8a58c2d5f1ff3824bad5ee98ada1e"; + sha256_unsigned = "1bb95fa5cc985f3fa1f9d75621f1abd0dfb8a58c2d5f1ff3824bad5ee98ada1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "e9bad52f9962d85409543a521eb5d0ee889a6b1ec57c0457afbeec66aee6ec95"; + sha256_unsigned = "276d09035956fbda92e005a7691d5c0aa29cc6faa963e14a0810395718cb834f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + model = "HLK-7628N"; + vendor = "HILINK"; + } + ]; + }; + hilink_hlk-7688a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-hilink_hlk-7688a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-hilink_hlk-7688a-initramfs-kernel.bin"; + sha256 = "e1a8c004b36ca00ada766f019077f2f545f3031429325239c955ab5d9ec3e4b7"; + sha256_unsigned = "e1a8c004b36ca00ada766f019077f2f545f3031429325239c955ab5d9ec3e4b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-hilink_hlk-7688a-squashfs-sysupgrade.bin"; + sha256 = "8ee3db1a368e6d9f3d1985254c47772412751a15bfc5290552550d2b97a31fb3"; + sha256_unsigned = "09feda5d64975b011b15f0e1726db7f9ec073d32ceb89fed194c362b78f27364"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7688a" + ]; + titles = [ + { + model = "HLK-7688A"; + vendor = "Hi-Link"; + } + ]; + }; + hiwifi_hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-hiwifi_hc5661a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-hiwifi_hc5661a-initramfs-kernel.bin"; + sha256 = "f7720814f23aa116ba43548b3b8cbd66dfa58c2208a506d07346b965045d4a50"; + sha256_unsigned = "f7720814f23aa116ba43548b3b8cbd66dfa58c2208a506d07346b965045d4a50"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-hiwifi_hc5661a-squashfs-sysupgrade.bin"; + sha256 = "84c261ef66a3b9e8fbf310a739abd197a3ebfda8d903ad8cd773e7d793a5c7c5"; + sha256_unsigned = "27aa9da3ac72db32f67ce2dfd2d09e79fd4c0c11d3a85e2e33dd0b4d48c8640e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5661a" + "hc5661a" + ]; + titles = [ + { + model = "HC5661A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761a = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-hiwifi_hc5761a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-hiwifi_hc5761a-initramfs-kernel.bin"; + sha256 = "cac854431a2ac8dedc19adbecd935a40c2bcbdc44c92b32449ee493e67b83f9b"; + sha256_unsigned = "cac854431a2ac8dedc19adbecd935a40c2bcbdc44c92b32449ee493e67b83f9b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-hiwifi_hc5761a-squashfs-sysupgrade.bin"; + sha256 = "c6b0d3e35beeaf61245c3eb67bd2a20dc88f2010f16769ad64be430200f4500c"; + sha256_unsigned = "072209baf335a4a48d3401f6bced85f7c291e94e67069ece70d2412021719432"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5761a" + ]; + titles = [ + { + model = "HC5761A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-hiwifi_hc5861b-initramfs-kernel.bin"; + sha256 = "9a52602c3f808b2508b4e467db3411c912dc6705427501fe7fe185b69662f03c"; + sha256_unsigned = "9a52602c3f808b2508b4e467db3411c912dc6705427501fe7fe185b69662f03c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "2e7b8c943d76b771076c877f1ad70083273b9c1ba7b3e6079aff47345b66431d"; + sha256_unsigned = "4f1ab550cf4016b6f80e4cfa8fad9409030631ea5db176d20ab7253949da113f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + model = "HC5861B"; + vendor = "HiWiFi"; + } + ]; + }; + iptime_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-iptime_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-iptime_a3-initramfs-kernel.bin"; + sha256 = "0de481693304efbba9baa3c19a0b37ba3f2c3faca78787a288bb5d314b71b4bd"; + sha256_unsigned = "0de481693304efbba9baa3c19a0b37ba3f2c3faca78787a288bb5d314b71b4bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-iptime_a3-squashfs-sysupgrade.bin"; + sha256 = "ca23dcc61d8f80632887ed54f537eb006020d90b514303779f1449a1991424c4"; + sha256_unsigned = "79a258cbbad0f625b347845c477ad545abfbf74cf6cc4447de2b44cfc7dedfc8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a604m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-iptime_a604m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-iptime_a604m-initramfs-kernel.bin"; + sha256 = "90b651dfdd761cb82c269536409c5c9f68bb5c5e18e1526caa6751fa5a2dac08"; + sha256_unsigned = "90b651dfdd761cb82c269536409c5c9f68bb5c5e18e1526caa6751fa5a2dac08"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-iptime_a604m-squashfs-sysupgrade.bin"; + sha256 = "9ca83d7c5ff76ff7a72317a80bdf5448c04697b877b2b179aacce3063aadc1d7"; + sha256_unsigned = "66ab35bb546d2e204c4276a5825541a780b606fd5962d93dee39e8d31fd921fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a604m" + ]; + titles = [ + { + model = "A604M"; + vendor = "ipTIME"; + } + ]; + }; + jotale_js76x8-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-jotale_js76x8-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-jotale_js76x8-16m-initramfs-kernel.bin"; + sha256 = "7914d9dccdb4f5f8c7985891f2299919f8de0b1d931cbcbca197c0243dd2d499"; + sha256_unsigned = "7914d9dccdb4f5f8c7985891f2299919f8de0b1d931cbcbca197c0243dd2d499"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-jotale_js76x8-16m-squashfs-sysupgrade.bin"; + sha256 = "a1d64383ebe7182eb5ac23bf932e83ed587b17def2a4ca4e855f5ad4f51b6af7"; + sha256_unsigned = "73c8e4e2c213e6068fe9269b5338edba13fc6902720917d21fadb7a0e9600687"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-16m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "16M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-jotale_js76x8-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-jotale_js76x8-32m-initramfs-kernel.bin"; + sha256 = "da8133d714a1e95fbf779f6be9babcf9bd8b95a20c2509eef76e59b04aed68a2"; + sha256_unsigned = "da8133d714a1e95fbf779f6be9babcf9bd8b95a20c2509eef76e59b04aed68a2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-jotale_js76x8-32m-squashfs-sysupgrade.bin"; + sha256 = "cc339e2f1f444825efc2b12fd575e8614d3c34d42a63919a824a44edbe5a7bd5"; + sha256_unsigned = "347d5625a06c808d3a3ff4c7eed005b8c1e42e4714103b9ecdf7cda5da98ce48"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-32m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "32M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-jotale_js76x8-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-jotale_js76x8-8m-initramfs-kernel.bin"; + sha256 = "0cfd0a805e532e64fcd1c7d5f24a4e4c12a77c32b06d43d23b6a0c7a6cc0ca1a"; + sha256_unsigned = "0cfd0a805e532e64fcd1c7d5f24a4e4c12a77c32b06d43d23b6a0c7a6cc0ca1a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-jotale_js76x8-8m-squashfs-sysupgrade.bin"; + sha256 = "bfeb13dd56a5374356fb40f1ffdd5c294cae31a7a98d5f4892d5522d57fbab4b"; + sha256_unsigned = "742736455e615ed727a6d60a0fd40b8bc0be32a7eadc42da4905b10c6991ac97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-8m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "8M"; + vendor = "Jotale"; + } + ]; + }; + mediatek_linkit-smart-7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-mediatek_linkit-smart-7688"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-mediatek_linkit-smart-7688-initramfs-kernel.bin"; + sha256 = "5cc16dd4a63dd81904cd5b8825b5eebcc048cf8b38e087a53908e2a6a917332c"; + sha256_unsigned = "5cc16dd4a63dd81904cd5b8825b5eebcc048cf8b38e087a53908e2a6a917332c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-mediatek_linkit-smart-7688-squashfs-sysupgrade.bin"; + sha256 = "e3d87d0a7b7bbd294ea57b40903891a5669eafc7b85d3ebe46768c6babdf6c7d"; + sha256_unsigned = "ff88e9f4b08342352460b6fe0f248bf12d444dd52dd4c6431332b15995282113"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,linkit-smart-7688" + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + model = "LinkIt Smart 7688"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7628an-eval-board = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-mediatek_mt7628an-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-mediatek_mt7628an-eval-board-initramfs-kernel.bin"; + sha256 = "05850e8168720d22e05d23e4161282f0f14148e39afce7e263164767144b8e1e"; + sha256_unsigned = "05850e8168720d22e05d23e4161282f0f14148e39afce7e263164767144b8e1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-mediatek_mt7628an-eval-board-squashfs-sysupgrade.bin"; + sha256 = "b07749ec128f47aa5d58b70dd93af4ffe022e6856f16ced9d1320e6ea35b3735"; + sha256_unsigned = "bbfdee5ec8f0fa78077e6992d025572d51fc52e25d13036acb203c7d603961a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7628an-eval-board" + "mt7628" + ]; + titles = [ + { + model = "MT7628 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercury_mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-mercury_mac1200r-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-mercury_mac1200r-v2-initramfs-kernel.bin"; + sha256 = "232f81811b010cff7cddd469bc7e03e03100b76d945da75bdc1071f07df93d1a"; + sha256_unsigned = "232f81811b010cff7cddd469bc7e03e03100b76d945da75bdc1071f07df93d1a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-mercury_mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "dde56e6b1d8172c2b4c084a658a7a7764f5f766eafeab82883150c7829aa00f8"; + sha256_unsigned = "454736002e55a6e8b7d804be11a8598502e5b492a6b8c824cb403d7ec7308c78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mercury,mac1200r-v2" + "mac1200rv2" + ]; + titles = [ + { + model = "MAC1200R"; + variant = "v2.0"; + vendor = "Mercury"; + } + ]; + }; + minew_g1-c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-cp210x" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-minew_g1-c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-minew_g1-c-initramfs-kernel.bin"; + sha256 = "7eb494a59233cdd37599ff895e807b3001538e42a0e9ced3c48d2c1bc4c289c3"; + sha256_unsigned = "7eb494a59233cdd37599ff895e807b3001538e42a0e9ced3c48d2c1bc4c289c3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-minew_g1-c-squashfs-sysupgrade.bin"; + sha256 = "f518f5c5c2b1774893cd5bb4190579ceec65333616bcbe5f89aec961e0062ecb"; + sha256_unsigned = "a2623f831b60dc65be2f939d6eaf33ec2c9c41b7654e9ac561ee7af33b01ff8d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "minew,g1-c" + "minew-g1c" + ]; + titles = [ + { + model = "G1-C"; + vendor = "Minew"; + } + ]; + }; + motorola_mwr03 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-motorola_mwr03"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-motorola_mwr03-initramfs-kernel.bin"; + sha256 = "71b1582ca32e53da0071b5e088c5447e3b6ea7ea9d93c0a520cdd0f4fc80cfbc"; + sha256_unsigned = "71b1582ca32e53da0071b5e088c5447e3b6ea7ea9d93c0a520cdd0f4fc80cfbc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-motorola_mwr03-squashfs-sysupgrade.bin"; + sha256 = "7c7db704d46fc8063963104ce75a771d525dcf29dfa35cc6c3b230572c2134af"; + sha256_unsigned = "db43f992787701f24b77c87d8d7c125181514111c10ba8ec9b6f2b73f1ed3acd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "motorola,mwr03" + ]; + titles = [ + { + model = "MWR03"; + vendor = "Motorola"; + } + ]; + }; + netgear_r6020 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-netgear_r6020"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-netgear_r6020-initramfs-kernel.bin"; + sha256 = "a29b6e41e0cc1febb1d5b30ea7db74a84ba458929cea9e4929f519e670a67ddf"; + sha256_unsigned = "a29b6e41e0cc1febb1d5b30ea7db74a84ba458929cea9e4929f519e670a67ddf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-netgear_r6020-squashfs-factory.img"; + sha256 = "d876d4c0775deb9c2d25fb2f012676fc1ba6aa17013953fd5eaf59dde704537a"; + sha256_unsigned = "d876d4c0775deb9c2d25fb2f012676fc1ba6aa17013953fd5eaf59dde704537a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-netgear_r6020-squashfs-sysupgrade.bin"; + sha256 = "5cb0a4af0688a97099906c8c14201dfae2417b277994757ba0121c96b73b2981"; + sha256_unsigned = "8d225bcc0ed66f9509a63171509c5618c2299eb14d27c1e3aa7971cf08a1bdb2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6020" + ]; + titles = [ + { + model = "R6020"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6080 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-netgear_r6080"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-netgear_r6080-initramfs-kernel.bin"; + sha256 = "af1250d11a057d7d31c16c2ed01dcc18fe3b43e27e820fa283487e5a3edef01f"; + sha256_unsigned = "af1250d11a057d7d31c16c2ed01dcc18fe3b43e27e820fa283487e5a3edef01f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-netgear_r6080-squashfs-sysupgrade.bin"; + sha256 = "76eae7405f0333776602d4919480cbda7521341dbf726143b2108305eb298694"; + sha256_unsigned = "85c0b9b584fcc5337e0f053141409ea2d021d2878b2e2db3382584e623353264"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-netgear_r6080-squashfs-factory.img"; + sha256 = "b39a994f1dae18c4d2b8aac50e72e454960afc3d535748b96850fa86ee657192"; + sha256_unsigned = "b39a994f1dae18c4d2b8aac50e72e454960afc3d535748b96850fa86ee657192"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6080" + ]; + titles = [ + { + model = "R6080"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-netgear_r6120-initramfs-kernel.bin"; + sha256 = "c6a7e6ab220fd2723763f8f6bb1b2e2defb2a0f1721e6a277e06eeebd44a2564"; + sha256_unsigned = "c6a7e6ab220fd2723763f8f6bb1b2e2defb2a0f1721e6a277e06eeebd44a2564"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "e82dde26946937b09fbe20b4611b3b9658ec41af2e331a9c602a517211ca5361"; + sha256_unsigned = "e82dde26946937b09fbe20b4611b3b9658ec41af2e331a9c602a517211ca5361"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "a33064a9d40fdfe2dd453f1fbc3dea0fde83f862f701eb583ebdde7c230ea928"; + sha256_unsigned = "f9082d59a3d5ff6b9b0610c82cd4ce44ac69212dec71a56030ac1cc01db178b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + model = "R6120"; + vendor = "NETGEAR"; + } + ]; + }; + onion_omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-onion_omega2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-onion_omega2-initramfs-kernel.bin"; + sha256 = "355c5475acc1b79f39e73c6794770c8396b0ecdb4d1a086b31bef424c3c4c97f"; + sha256_unsigned = "355c5475acc1b79f39e73c6794770c8396b0ecdb4d1a086b31bef424c3c4c97f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-onion_omega2-squashfs-sysupgrade.bin"; + sha256 = "e078a27861935b4849ee10250acba1e1e4c59cff0491058267ba4419ded5c12b"; + sha256_unsigned = "8e6fdb6f68a92f7784d9c2f4d828df95ac9d9f4694692613927afc70dfe749fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2" + "omega2" + ]; + titles = [ + { + model = "Omega2"; + vendor = "Onion"; + } + ]; + }; + onion_omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-onion_omega2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-onion_omega2p-initramfs-kernel.bin"; + sha256 = "d584b455ea73c607ce5cf1679e62af79ba5ad5bffac65d84dfa05f3224dff9af"; + sha256_unsigned = "d584b455ea73c607ce5cf1679e62af79ba5ad5bffac65d84dfa05f3224dff9af"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-onion_omega2p-squashfs-sysupgrade.bin"; + sha256 = "23699eb520126c0a46cd87dda124e30f31841c541d1fdcd65ee0c767f4590ae1"; + sha256_unsigned = "c2f855b98c352c99feb826f165e481d52d6320fd1b99282785ff3e29a9de38f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2p" + "omega2p" + ]; + titles = [ + { + model = "Omega2+"; + vendor = "Onion"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-rakwireless_rak633-initramfs-kernel.bin"; + sha256 = "ab42198aaf3aefd9f0aa9114d7bf330166adebcd4433c2750564a04b09c2bc72"; + sha256_unsigned = "ab42198aaf3aefd9f0aa9114d7bf330166adebcd4433c2750564a04b09c2bc72"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "7ee94c1547593caadbd5e23e49809ea67114ef22e01b05c89b9f4045ea7c631e"; + sha256_unsigned = "34f407c91ba2f29912a329d640fb4fe633bd204367751a5c18cbd614a86b729d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + model = "RAK633"; + vendor = "Rakwireless"; + } + ]; + }; + ravpower_rp-wd009 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-i2c-mt7628" + "ravpower-mcu" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-ravpower_rp-wd009"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-ravpower_rp-wd009-initramfs-kernel.bin"; + sha256 = "42c5e03f55508eface778c8d974993c844b3a6484763ad7a62daefa3954a6274"; + sha256_unsigned = "42c5e03f55508eface778c8d974993c844b3a6484763ad7a62daefa3954a6274"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-ravpower_rp-wd009-squashfs-sysupgrade.bin"; + sha256 = "9dba1ab8d0a1bd4ca69ad4bf562182188706e0380595720d7fed6fc63b2df8aa"; + sha256_unsigned = "989666377a68bcb373d151bd6212d3c2a7a8852ee89d763b4c07f81e510bf593"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-ravpower_rp-wd009-squashfs-factory.bin"; + sha256 = "839630a72c6d0c41b355b0979804f8914912e4fee8f5a6e46143207fc8b1ec92"; + sha256_unsigned = "839630a72c6d0c41b355b0979804f8914912e4fee8f5a6e46143207fc8b1ec92"; + type = "factory"; + } + ]; + supported_devices = [ + "ravpower,rp-wd009" + ]; + titles = [ + { + model = "RP-WD009"; + vendor = "RAVPower"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-skylab_skw92a-initramfs-kernel.bin"; + sha256 = "96365b5d724b6fee377d23a87e68936d5ef2cfaa616518b962a4254baca64711"; + sha256_unsigned = "96365b5d724b6fee377d23a87e68936d5ef2cfaa616518b962a4254baca64711"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "768cdb9008336ffb05ef4009721c7c1a5296678b78b35b4ee10bef2ec1a9d55e"; + sha256_unsigned = "4ae5d663da78c383d9e58710621f508be645805808d08c299a67f6e8e71b6161"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + model = "SKW92A"; + vendor = "Skylab"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tama_w06-initramfs-kernel.bin"; + sha256 = "285e7d117ff0e68adf59ab531173d8265951c2022715949526506936de842ff9"; + sha256_unsigned = "285e7d117ff0e68adf59ab531173d8265951c2022715949526506936de842ff9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "83739424c0db53018817fe3db61425bdc5ca15929fb3240127bac9aef14f3f42"; + sha256_unsigned = "5cab5069f9402b82eddaa5c3a56332cdacd088b8f4dcf9b6face24a1652c7983"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + model = "W06"; + vendor = "Tama"; + } + ]; + }; + totolink_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-totolink_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-totolink_a3-initramfs-kernel.bin"; + sha256 = "07e6375ac3c19d9ce971fe44a95104a94d7bf687b00c1826fd76112bb4efac51"; + sha256_unsigned = "07e6375ac3c19d9ce971fe44a95104a94d7bf687b00c1826fd76112bb4efac51"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-totolink_a3-squashfs-sysupgrade.bin"; + sha256 = "d57b69ed2fd4661b200a30dcea6fa6c1741d6ce63a0c3fffd16eb8a9e772453e"; + sha256_unsigned = "2b9b62f7019b40a98787e353f00a88d01fc4670b8e8ee4f09fa43b5a4a5fd2d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-totolink_lr1200-initramfs-kernel.bin"; + sha256 = "fa45a9224e3ef11c3c19b509e824790f2fcd7a417c0007745081246efb2db1e8"; + sha256_unsigned = "fa45a9224e3ef11c3c19b509e824790f2fcd7a417c0007745081246efb2db1e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "30923cd6c18bf5cc52fa109f2884600c8835311b0e9272407a52046a03a5fc7c"; + sha256_unsigned = "f181b9708b7e39042c6a73fcdd4686ecae9e30ba4c90023be3648b7e8f057677"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + model = "LR1200"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_archer-c20-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_archer-c20-v4-initramfs-kernel.bin"; + sha256 = "50068a2642b527470b4166d591736e3886e6e9576102b6b1444388c3a10dad2a"; + sha256_unsigned = "50068a2642b527470b4166d591736e3886e6e9576102b6b1444388c3a10dad2a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_archer-c20-v4-squashfs-sysupgrade.bin"; + sha256 = "e0ea881f1dc51de1f01505a44cf89e00b100238d4a13cdd007e81143d9e8773f"; + sha256_unsigned = "55a67d314cb4967073ac1806d3335f1a2a632dfdf39402b55d61bc88f5a11414"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_archer-c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "f60761a8e8e88c50694963220999a27ac4f39b15a01b54f10d500ab5a20939fe"; + sha256_unsigned = "f60761a8e8e88c50694963220999a27ac4f39b15a01b54f10d500ab5a20939fe"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v4" + "tplink,c20-v4" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v5 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_archer-c20-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_archer-c20-v5-initramfs-kernel.bin"; + sha256 = "ebcf87103545c3f7ef0c0c4cf807bf960c4861c5ad85ec0f7090b7b89d31faeb"; + sha256_unsigned = "ebcf87103545c3f7ef0c0c4cf807bf960c4861c5ad85ec0f7090b7b89d31faeb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_archer-c20-v5-squashfs-sysupgrade.bin"; + sha256 = "7f35d9698c7c02d60bc981c6b932fdfed2e4fff50975dc523c451b4193e0f075"; + sha256_unsigned = "5d73364e6b04c1301157900f471397761b5606495707ca99b9cfee7cb1d3911a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v5" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_archer-c50-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_archer-c50-v3-initramfs-kernel.bin"; + sha256 = "62168ef1698693100e86d02a11f4ac24371db268e339075fa32905bea99a8f91"; + sha256_unsigned = "62168ef1698693100e86d02a11f4ac24371db268e339075fa32905bea99a8f91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_archer-c50-v3-squashfs-sysupgrade.bin"; + sha256 = "fe15bd10744fb405facd1b84588cb2f26128f11c7bcbeb048d1ee3937af86b15"; + sha256_unsigned = "0bf6af127329989ec20e7f84322bc74e5d32c63e4e067da8a7e8975cf0301264"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_archer-c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "46f83d88d4bab512f959e30c26e6f2f55c08c7d772715fbf2c7d353b473646b2"; + sha256_unsigned = "46f83d88d4bab512f959e30c26e6f2f55c08c7d772715fbf2c7d353b473646b2"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v3" + "tplink,c50-v3" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_archer-c50-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_archer-c50-v4-initramfs-kernel.bin"; + sha256 = "0cbc1d57ca343f371a449533d1305ea3d4209c8a69d811774eb3f6f49e308cf5"; + sha256_unsigned = "0cbc1d57ca343f371a449533d1305ea3d4209c8a69d811774eb3f6f49e308cf5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_archer-c50-v4-squashfs-sysupgrade.bin"; + sha256 = "546a0e12cbcb61b51092f89b752df57b0dd35a384dfd1d829ce057c6b4436453"; + sha256_unsigned = "6805ab62ff33c3dc0ed2f901d3fa026c05ee797bfab44d4c671f07c13aadbdab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v4" + "tplink,c50-v4" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_re200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re200-v2-initramfs-kernel.bin"; + sha256 = "8e2896f3f65a586f6e2a9622bc1b29e8a5da09f3a43275fe2e062465351e72f6"; + sha256_unsigned = "8e2896f3f65a586f6e2a9622bc1b29e8a5da09f3a43275fe2e062465351e72f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re200-v2-squashfs-sysupgrade.bin"; + sha256 = "02898ea4971a6964a7f4eaadd8f65c7105e68d58abdc71d3fc1051f64574d95d"; + sha256_unsigned = "bf3e27f0fbc67b8ebf5b52d5ccd10df0c91ca191a0e984357498d1c6073f5540"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re200-v2-squashfs-factory.bin"; + sha256 = "36f09101e51ff6a200905f060352d9c1294866b63a209c2a29909f137e40adca"; + sha256_unsigned = "36f09101e51ff6a200905f060352d9c1294866b63a209c2a29909f137e40adca"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v2" + ]; + titles = [ + { + model = "RE200"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v3 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_re200-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re200-v3-initramfs-kernel.bin"; + sha256 = "18f8f1fe878060b8e6ceaa69be1f943014ac81814653ad070433c8e1335ec07d"; + sha256_unsigned = "18f8f1fe878060b8e6ceaa69be1f943014ac81814653ad070433c8e1335ec07d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re200-v3-squashfs-sysupgrade.bin"; + sha256 = "dfc71c39b2f6182bc9f6359c0430f4420c5c7ec3870eba243196986290e26853"; + sha256_unsigned = "feaaf345694b165a7d907956434f37f5639600a3af01957227fc449fe669e146"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re200-v3-squashfs-factory.bin"; + sha256 = "89442695216e52470640432cffd1fd89380089ac4b51ae588edc244501e8bc24"; + sha256_unsigned = "89442695216e52470640432cffd1fd89380089ac4b51ae588edc244501e8bc24"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v3" + ]; + titles = [ + { + model = "RE200"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_re200-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re200-v4-initramfs-kernel.bin"; + sha256 = "99b76b5f659f5fbc88e2627cd9ff2fc870a673e72f0abd9fee246aa0e9c2e336"; + sha256_unsigned = "99b76b5f659f5fbc88e2627cd9ff2fc870a673e72f0abd9fee246aa0e9c2e336"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re200-v4-squashfs-sysupgrade.bin"; + sha256 = "376ece91c4d57152329427ea5168cd067319bd38d793c0258d3dd68358a17d32"; + sha256_unsigned = "b07737fcb1cdb28978f125b6047c3d874cf3e137340449b33f21686cc225f2e1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re200-v4-squashfs-factory.bin"; + sha256 = "d3c1df2ec041b7292cd2a8d22793db005a506f5cc43f5d7826a3b8ed8ca22887"; + sha256_unsigned = "d3c1df2ec041b7292cd2a8d22793db005a506f5cc43f5d7826a3b8ed8ca22887"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v4" + ]; + titles = [ + { + model = "RE200"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re220-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_re220-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re220-v2-initramfs-kernel.bin"; + sha256 = "633a6f0174964b226b6dc5adfdd01fedab93a065f1cec291274d8d71e323cf3f"; + sha256_unsigned = "633a6f0174964b226b6dc5adfdd01fedab93a065f1cec291274d8d71e323cf3f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re220-v2-squashfs-sysupgrade.bin"; + sha256 = "5bf634faa677a394d75115bd64b96ee2392ff18a91e6a8b73f42f97ebbc0159d"; + sha256_unsigned = "60e317464309ebdcee78097f53ed53db7bf90240f6d009cb58470e62640b69dd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re220-v2-squashfs-factory.bin"; + sha256 = "c8b35c45652fa07a615d06a99926a555c4317732f197807a9529e67fb32c07e0"; + sha256_unsigned = "c8b35c45652fa07a615d06a99926a555c4317732f197807a9529e67fb32c07e0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re220-v2" + ]; + titles = [ + { + model = "RE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_re305-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re305-v1-initramfs-kernel.bin"; + sha256 = "6b01aacd21b88fb1ff80e1a99d9b4144f9df8ede06ca8f641ed76d89ee1e93bd"; + sha256_unsigned = "6b01aacd21b88fb1ff80e1a99d9b4144f9df8ede06ca8f641ed76d89ee1e93bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re305-v1-squashfs-sysupgrade.bin"; + sha256 = "e8faff680438f71339ea003872bc389f7ec8d63186c1074fd516ce0b5548d267"; + sha256_unsigned = "650685576db3c973d9b28f4a68f10a9e65708614a646a8c4a69dbade5cbbc146"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re305-v1-squashfs-factory.bin"; + sha256 = "3623703ffb430ed6c40eca1c9fa421ba3d4f5b7dc8c83329fa019e0c6afbbd59"; + sha256_unsigned = "3623703ffb430ed6c40eca1c9fa421ba3d4f5b7dc8c83329fa019e0c6afbbd59"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re305-v1" + ]; + titles = [ + { + model = "RE305"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_re305-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re305-v3-initramfs-kernel.bin"; + sha256 = "39b14d61ab97ff439fa7a1dd832ccd74189525f589e4514e98de5c015b971773"; + sha256_unsigned = "39b14d61ab97ff439fa7a1dd832ccd74189525f589e4514e98de5c015b971773"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re305-v3-squashfs-factory.bin"; + sha256 = "30417bb41d6eaa1c35d23a7673efbc10b66afd7389d999ba847e2bf811d567ba"; + sha256_unsigned = "30417bb41d6eaa1c35d23a7673efbc10b66afd7389d999ba847e2bf811d567ba"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_re305-v3-squashfs-sysupgrade.bin"; + sha256 = "fe4735a76a6e0108fe2cc2de28986f4cd9a4d073a418c26c2a53e9c1bdff7433"; + sha256_unsigned = "9b39a66eb4306bb79eda290fd3bf6f36a5ea7ae431f2e70aa68c880d724f6cb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re305-v3" + ]; + titles = [ + { + model = "RE305"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-mr3020-v3-initramfs-kernel.bin"; + sha256 = "e2b981da245c44504d78b2b346b4885d525caa5802e56bdd39a69f353f1d1e97"; + sha256_unsigned = "e2b981da245c44504d78b2b346b4885d525caa5802e56bdd39a69f353f1d1e97"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "91c929f18d8a25a3507dd9af36598921301968c17dbd142e58b66ad90cdf32db"; + sha256_unsigned = "0f26edef2d3194b61aee8506bbe5a98f772a4e241f0d177a5ef4e5808a245f7c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "836a3b7a3d0960ba338784703afdeb191d5433acda72f5e5f60ea7f8c7a81636"; + sha256_unsigned = "836a3b7a3d0960ba338784703afdeb191d5433acda72f5e5f60ea7f8c7a81636"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + model = "TL-MR3020"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-mr3420-v5-initramfs-kernel.bin"; + sha256 = "6cc0842306092b1ce9b73d9ccc344385a31826fbf38c8541317a0fedb949ffad"; + sha256_unsigned = "6cc0842306092b1ce9b73d9ccc344385a31826fbf38c8541317a0fedb949ffad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "ec7d719705e388ed7ede1d57b8d72bdd299027f21518a03614e7e844868fe40e"; + sha256_unsigned = "4d359b91ff927d8d80fcbc08520483ff4c567efafaed4768db5396512d249e15"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "034e458460b2c7b9a728d5fba93868d8b3130d59ee01c25599b5262ffb6074b9"; + sha256_unsigned = "034e458460b2c7b9a728d5fba93868d8b3130d59ee01c25599b5262ffb6074b9"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + model = "TL-MR3420"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-mr6400-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-mr6400-v4-initramfs-kernel.bin"; + sha256 = "7cb94ac8530137a81e7cbb3785c380d48c0f56a23f5e4f034807efc8fd3c798e"; + sha256_unsigned = "7cb94ac8530137a81e7cbb3785c380d48c0f56a23f5e4f034807efc8fd3c798e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-sysupgrade.bin"; + sha256 = "5c67f640693c9cf6b380a26ea4fed4531b47d8fa41a18bdb6a8afc425121a1cb"; + sha256_unsigned = "6ebf6d25db73b1ea4adf7d4437ec453c8865aeed3792d50a413f4c9392857f51"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-tftp-recovery.bin"; + sha256 = "752129bd9163daf1c97f8311115706d47f00f15d0bc3d8d0fa622b26726afb78"; + sha256_unsigned = "752129bd9163daf1c97f8311115706d47f00f15d0bc3d8d0fa622b26726afb78"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v4" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-mr6400-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-mr6400-v5-initramfs-kernel.bin"; + sha256 = "a25f17942535d1de5059760cf0e5e8c59215f5326bb8b8799cc433a1391442e5"; + sha256_unsigned = "a25f17942535d1de5059760cf0e5e8c59215f5326bb8b8799cc433a1391442e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-sysupgrade.bin"; + sha256 = "d19726a5a5bb921bf9e83c8052bcbba14df026c4d1e6b570ea784193e075bbc9"; + sha256_unsigned = "7f427cc1094fb6fa409a6be4ef95a9690f9a2c24b6f2257bca9f3a0c3c0deb2b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-tftp-recovery.bin"; + sha256 = "f812cd4c5912ac5fbd0b5d1fb9fc2ed429393f3bb29857a3d97ac6f7cd8b7131"; + sha256_unsigned = "f812cd4c5912ac5fbd0b5d1fb9fc2ed429393f3bb29857a3d97ac6f7cd8b7131"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v5" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wa801nd-v5-initramfs-kernel.bin"; + sha256 = "1bef55895a641c23458bd1074628e3dd2506ab7c7c7970a7c8c17cc5d429503f"; + sha256_unsigned = "1bef55895a641c23458bd1074628e3dd2506ab7c7c7970a7c8c17cc5d429503f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "0be4030de44dc741b70bf5ffab662e9c7d236af622634c5864aab225a42e66f9"; + sha256_unsigned = "ab18dbdb58587fc09295b632ad455af1eb26c1c7280955e753b7e626c1d85b2c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "f62cdbc48fb00745faab96010b45b3e35f5ae4758c99bb6ad05adf91ca6cdcd8"; + sha256_unsigned = "f62cdbc48fb00745faab96010b45b3e35f5ae4758c99bb6ad05adf91ca6cdcd8"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + model = "TL-WA801ND"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr802n-v4-initramfs-kernel.bin"; + sha256 = "8214161119675d443bf1346f4de4b2dc919339d93583b25796c6208724c6e0bf"; + sha256_unsigned = "8214161119675d443bf1346f4de4b2dc919339d93583b25796c6208724c6e0bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "d53f8e4ff8f951391ea4307407ac94d12ca311521fe40f58a4ae45863e20cb5d"; + sha256_unsigned = "5b512efbb446dc76a057e0ad43a9b9fce96a5dd7862b3477b1d6c85685a65a4a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "2f93aac55b48e998dcfdacdda96431ef632dbc5eebb03034f10d3e248fadba10"; + sha256_unsigned = "2f93aac55b48e998dcfdacdda96431ef632dbc5eebb03034f10d3e248fadba10"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + model = "TL-WR802N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr840n-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr840n-v4-initramfs-kernel.bin"; + sha256 = "34c4f7b2e5173e3f01011bbecc4e25c22bedf97d86b81887a105dc83c1e30a2c"; + sha256_unsigned = "34c4f7b2e5173e3f01011bbecc4e25c22bedf97d86b81887a105dc83c1e30a2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "b79fd5c6804b4981bb587eba09f7b9905cad5ac73eebedbd05910dded666a360"; + sha256_unsigned = "6c8e8c2635ac818226082034665b7509b8874c7294b0143c1ff620921f3148b5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "a09cd2a5a20a64cfa854a16772ff637a85d6fa444ef411c91f6130b49fc6d61a"; + sha256_unsigned = "a09cd2a5a20a64cfa854a16772ff637a85d6fa444ef411c91f6130b49fc6d61a"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr840n-v4" + "tl-wr840n-v4" + ]; + titles = [ + { + model = "TL-WR840N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr841n-v13"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr841n-v13-initramfs-kernel.bin"; + sha256 = "6f5eb4d8a8a6a93c6bfb21111fac75926ff30c34073f69ec6743b60d8b9f0a9b"; + sha256_unsigned = "6f5eb4d8a8a6a93c6bfb21111fac75926ff30c34073f69ec6743b60d8b9f0a9b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "1c2c47667672d26af41b12ca6a37707aef61f856e1928f1627258c60dc89bda4"; + sha256_unsigned = "2faa8e52668f7942cbebe836cb6162e4dea2548ef3af10978e8fd4e68622c604"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "47a37091f155c33e543f99f298c3717ab10024f85c2a439c3db273cc9f802cb2"; + sha256_unsigned = "47a37091f155c33e543f99f298c3717ab10024f85c2a439c3db273cc9f802cb2"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr841n-v13" + "tl-wr841n-v13" + ]; + titles = [ + { + model = "TL-WR841N"; + variant = "v13"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr842n-v5-initramfs-kernel.bin"; + sha256 = "07c4d2e8196caa090191dd2c24db202e2b80f46826b9e439cad4c9ac7d7cbf0a"; + sha256_unsigned = "07c4d2e8196caa090191dd2c24db202e2b80f46826b9e439cad4c9ac7d7cbf0a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "731071e2ce65da1eb8e569b6c4884198c53a3a3b1e8f876f34f88d16d3267445"; + sha256_unsigned = "c50144467e491629fb2f15e533455cd4d624a80165842b2d05304637bed2d524"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "c0303935717e0994e7f5d62a12bb69ee43eb36ea0d1a5bc31a7bf6a604d432b2"; + sha256_unsigned = "c0303935717e0994e7f5d62a12bb69ee43eb36ea0d1a5bc31a7bf6a604d432b2"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr850n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr850n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr850n-v2-initramfs-kernel.bin"; + sha256 = "80309cbd331d1cfc1da281d25665e057f437553f2854634e71a2df1656d3b555"; + sha256_unsigned = "80309cbd331d1cfc1da281d25665e057f437553f2854634e71a2df1656d3b555"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-sysupgrade.bin"; + sha256 = "a973ec4b721fb5c74cd49629127c7a989ac13a21345cf78243fef71b6d664b50"; + sha256_unsigned = "65d5dbbf529d9b60f81b8602ea82b111ecf730c5a49915831b2a8013bfa0474e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-tftp-recovery.bin"; + sha256 = "00fc4fe3ec47d4903f0b6249df75255a6c730f1f6e867fa09e1f878e3496d7d6"; + sha256_unsigned = "00fc4fe3ec47d4903f0b6249df75255a6c730f1f6e867fa09e1f878e3496d7d6"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr850n-v2" + ]; + titles = [ + { + model = "TL-WR850N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr902ac-v3-initramfs-kernel.bin"; + sha256 = "ad7b5557cb317e1cad113f5426353bc800a5b4ce178524341679196661508963"; + sha256_unsigned = "ad7b5557cb317e1cad113f5426353bc800a5b4ce178524341679196661508963"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "cd011370b4cf50584dac14c424dbc9737cd131cf8a5df581f976931332d7fc11"; + sha256_unsigned = "062816291e45221a017cacf05aeee85dde9db3e52e9c7c80db009ff18b925bea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "63a2ad8ad508261058693367e48c111508a102733deb4e3afb343b3ce5a9722a"; + sha256_unsigned = "63a2ad8ad508261058693367e48c111508a102733deb4e3afb343b3ce5a9722a"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + unielec_u7628-01-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-unielec_u7628-01-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-unielec_u7628-01-16m-initramfs-kernel.bin"; + sha256 = "8bb4fd84ec7930f1881f09f41e4a91dae9652f197e0fff257473a64f4cf0363c"; + sha256_unsigned = "8bb4fd84ec7930f1881f09f41e4a91dae9652f197e0fff257473a64f4cf0363c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-unielec_u7628-01-16m-squashfs-sysupgrade.bin"; + sha256 = "a11b6e2c500abaf4d1cc8ff887f8319d10b04cbd58b22806fc8df5b2ba054fcd"; + sha256_unsigned = "43645a71fcfc8734edb1a5d773264409d96824eb993a77af1a429f6e1cfb0baf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7628-01-16m" + "u7628-01-128M-16M" + "unielec,u7628-01-128m-16m" + ]; + titles = [ + { + model = "U7628-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + vocore_vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-vocore_vocore2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-vocore_vocore2-initramfs-kernel.bin"; + sha256 = "43e5b5dc0eb4abcda3e070316835af54d8076bbfcf144e61d6bb3b80f2c27c4b"; + sha256_unsigned = "43e5b5dc0eb4abcda3e070316835af54d8076bbfcf144e61d6bb3b80f2c27c4b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-vocore_vocore2-squashfs-sysupgrade.bin"; + sha256 = "b10a3426a48b8f06297da0c18576a88932612da88846f31f15f0e670e902305e"; + sha256_unsigned = "54eb7b21b01f4d8b51eb8f5fd008d94da5e45eaf317153fb4ef7c63f5d1bb03b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore2" + "vocore2" + ]; + titles = [ + { + model = "VoCore2"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore2-lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-vocore_vocore2-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-vocore_vocore2-lite-initramfs-kernel.bin"; + sha256 = "52ad7dc4cc3123542e2b6d00181da6bfd237408cd4f3ddf0cce3ca46dd2947ad"; + sha256_unsigned = "52ad7dc4cc3123542e2b6d00181da6bfd237408cd4f3ddf0cce3ca46dd2947ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-vocore_vocore2-lite-squashfs-sysupgrade.bin"; + sha256 = "117efa9000ae78a0936119d4cc0fb74dcacd7122a6fecf90535abd130e79be8f"; + sha256_unsigned = "36b615f293e05805605d351bfeff3364a75c5191be8a146d5411898ba62a1278"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore2-lite" + "vocore2lite" + ]; + titles = [ + { + model = "VoCore2-Lite"; + vendor = "VoCore"; + } + ]; + }; + wavlink_wl-wn531a3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn531a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn531a3-initramfs-kernel.bin"; + sha256 = "97bf8bc2ada40aa8d26cf6471add8c26ad98c6465623a440bf0d8c195893e69b"; + sha256_unsigned = "97bf8bc2ada40aa8d26cf6471add8c26ad98c6465623a440bf0d8c195893e69b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn531a3-squashfs-sysupgrade.bin"; + sha256 = "fc6e26cf266c896b4fd5d0ecc3a4aed0a8be95f1620cd1405aa7a7d858b8c9dc"; + sha256_unsigned = "eeee42558aa4e0544950245d034ba2d5547968907fd014204c236ade96253023"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a3" + "wl-wn531a3" + ]; + titles = [ + { + model = "WL-WN531A3"; + vendor = "Wavlink"; + } + { + model = "QUANTUM D4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn570ha1-initramfs-kernel.bin"; + sha256 = "ab4f452f9a7151f5d19603cbd035fb616c567018ff3690f4f426b239d796a0ba"; + sha256_unsigned = "ab4f452f9a7151f5d19603cbd035fb616c567018ff3690f4f426b239d796a0ba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "e71a72931e3cb138be2e1aa57b91b6529e5ac5b30f5e2471ba14cba53989029a"; + sha256_unsigned = "7a6977a0b39ea55ef197847cd7a4b02b38c8b683b397423bead5a5feb7d8adfe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + model = "WL-WN570HA1"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn575a3-initramfs-kernel.bin"; + sha256 = "5efc2303debda6e376480192264206243a30f1311b605a18da1ec11a1c156637"; + sha256_unsigned = "5efc2303debda6e376480192264206243a30f1311b605a18da1ec11a1c156637"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "7ba53bb1779e0b89bf8812ec08aca26b898acf56767ba06b104da0f2cac1a247"; + sha256_unsigned = "d54bf803079222490920b50e804096dde7a120092ce59cfe29c2c106b2957e54"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + model = "WL-WN575A3"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn576a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn576a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn576a2-initramfs-kernel.bin"; + sha256 = "878248ee076eccda49ae7bd295b37d3a4472e125fe73efa3dd4f768ea6a0b60c"; + sha256_unsigned = "878248ee076eccda49ae7bd295b37d3a4472e125fe73efa3dd4f768ea6a0b60c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn576a2-squashfs-sysupgrade.bin"; + sha256 = "f0dc1830efbe582ee111d332c9ce359caeba0ddfd413ded541ca88c38e014067"; + sha256_unsigned = "98bb1ffa58b8ed08a6f0c6ebcee5d14070fe29fc5c231c4a42d39f433863f8da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn576a2" + ]; + titles = [ + { + model = "WL-WN576A2"; + vendor = "Wavlink"; + } + { + model = "SWV 733 B1"; + vendor = "Silvercrest"; + } + ]; + }; + wavlink_wl-wn577a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn577a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn577a2-initramfs-kernel.bin"; + sha256 = "6fb5e34a2114d6e19704d5ddf872b51e2764577c8b32fae7c88f15c59877c3ce"; + sha256_unsigned = "6fb5e34a2114d6e19704d5ddf872b51e2764577c8b32fae7c88f15c59877c3ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn577a2-squashfs-sysupgrade.bin"; + sha256 = "a9ec1a643acf8e52e4aac16b6ba3cd271d58cc312f581f37d26c973e0f57e24e"; + sha256_unsigned = "c962e9f8f70d7b9017c6f985daedd9e5fda9a6f4acbc9614d41f68edb7cde2db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn577a2" + ]; + titles = [ + { + model = "WL-WN577A2"; + vendor = "Wavlink"; + } + { + model = "WLR-755"; + vendor = "Maginon"; + } + ]; + }; + wavlink_wl-wn578a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn578a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn578a2-initramfs-kernel.bin"; + sha256 = "965c8f1a2678774c6ff84b9be6cc638306830b2b7f69d90e6ba8f35bc76447ea"; + sha256_unsigned = "965c8f1a2678774c6ff84b9be6cc638306830b2b7f69d90e6ba8f35bc76447ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wavlink_wl-wn578a2-squashfs-sysupgrade.bin"; + sha256 = "58c151b69d2068d2774853c101764fc8ae04723a837f9187195602b0f22860e9"; + sha256_unsigned = "354d2f7488cf5bf3a2451a1abd9725de075a692cc22076b219ad15d46d49b95e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn578a2" + ]; + titles = [ + { + model = "WL-WN578A2"; + vendor = "Wavlink"; + } + { + model = "SWV 733 A2"; + vendor = "SilverCrest"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-widora_neo-16m-initramfs-kernel.bin"; + sha256 = "b34bb7739d6693b67b3852bf22be55a87b3970a2884e9c0570b0743137e09ef5"; + sha256_unsigned = "b34bb7739d6693b67b3852bf22be55a87b3970a2884e9c0570b0743137e09ef5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "5178d2bf5f233fc7bbcfac4b4b0ec64bf46d2f666054e7edc9af024527a2dd05"; + sha256_unsigned = "c9477e5ed6dd8198346d435424fd682b2a618d4e9dc851f6102c5f4aaf6a5bc7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "16M"; + vendor = "Widora"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-widora_neo-32m-initramfs-kernel.bin"; + sha256 = "5266f2e915b4fd2c03ce47b046b9aeb852a20ed9a47e2ff8ddb35cbffb64a9ef"; + sha256_unsigned = "5266f2e915b4fd2c03ce47b046b9aeb852a20ed9a47e2ff8ddb35cbffb64a9ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "ef198e141c6f36e90b01dcda312182d610f0ad5e9267fe6f3fc13edd2f1b4384"; + sha256_unsigned = "8d986d462ed565d7f9a01de667c7a65a283687ff35c496f565236f73e89793bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "32M"; + vendor = "Widora"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wiznet_wizfi630s-initramfs-kernel.bin"; + sha256 = "babdc41042244537d934209de7a329876520ce211bfc424718267c09d59cd17a"; + sha256_unsigned = "babdc41042244537d934209de7a329876520ce211bfc424718267c09d59cd17a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "4887e3ee62466f2503f939ad333d91452f3d925daef3c87e71e540a11283920e"; + sha256_unsigned = "734daba087c50318553aca3d154d101d24b997f9141cb8d56a30ad6542af6126"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + model = "WizFi630S"; + vendor = "WIZnet"; + } + ]; + }; + wrtnode_wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-wrtnode_wrtnode2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wrtnode_wrtnode2p-initramfs-kernel.bin"; + sha256 = "7958678010d1ce2eed422840b94c84d6a3ebda7fb1050c1ce88892d1ad41f791"; + sha256_unsigned = "7958678010d1ce2eed422840b94c84d6a3ebda7fb1050c1ce88892d1ad41f791"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "e68e8a0139d2840f66feccc86f75498ff4f65f4b0678525ee9b8198cc2c7f99b"; + sha256_unsigned = "b50477b79b5e194dbcef0732235abf6188a024266ea4a0230a0227f5735c5f59"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2p" + "wrtnode2p" + ]; + titles = [ + { + model = "WRTnode 2P"; + vendor = "WRTnode"; + } + ]; + }; + wrtnode_wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-wrtnode_wrtnode2r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wrtnode_wrtnode2r-initramfs-kernel.bin"; + sha256 = "10ebcd3b6760c7d6a6e3f12cb6f56c367a59fad57b27ac7489f40303d291ee48"; + sha256_unsigned = "10ebcd3b6760c7d6a6e3f12cb6f56c367a59fad57b27ac7489f40303d291ee48"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-wrtnode_wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "f057d74e94b327ca932198d7d7baeed8c5e3db81e9995d67436b03f73d8b76cb"; + sha256_unsigned = "9035a5e2fcf2b529746eff134c961f2c575dcd3d862a15cd7f24efa0865a493c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2r" + "wrtnode2r" + ]; + titles = [ + { + model = "WRTnode 2R"; + vendor = "WRTnode"; + } + ]; + }; + xiaomi_mi-router-4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-xiaomi_mi-router-4a-100m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-xiaomi_mi-router-4a-100m-initramfs-kernel.bin"; + sha256 = "d0540e72b6cf6eef6612091034d9c3edebed565a79ca394a0ef9491d1505e15a"; + sha256_unsigned = "d0540e72b6cf6eef6612091034d9c3edebed565a79ca394a0ef9491d1505e15a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin"; + sha256 = "8c34d6c631b768a43b14877e6cf6a2f265647433277bbdec8bf5f61079fcd1fe"; + sha256_unsigned = "3620f8ab780b0b9ecb26a95e4a38305e67a74ee48dfc9ec5c143bffb2de8e979"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m" + "xiaomi,mir4a-100m" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-100m-intl = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl-initramfs-kernel.bin"; + sha256 = "46c88dd7a87a7170793db9047c0e55700f5d9da8816ce5314180e766ad77fd4d"; + sha256_unsigned = "46c88dd7a87a7170793db9047c0e55700f5d9da8816ce5314180e766ad77fd4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl-squashfs-sysupgrade.bin"; + sha256 = "be69936bb77e020bce1bd0a232b2bfa95c5f15523370df25747bf9d80a19955b"; + sha256_unsigned = "dfb96536fbb6600f5099fc10862d262699cacb52e64af876eaf3c4bf7530e453"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m-intl" + "xiaomi,mir4a-100m-intl" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M International Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-xiaomi_mi-router-4c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-xiaomi_mi-router-4c-initramfs-kernel.bin"; + sha256 = "a6b16ba43af216d8c1c7a95a06ef4c24c8075cd07639ff4708c8dbea7a85a74f"; + sha256_unsigned = "a6b16ba43af216d8c1c7a95a06ef4c24c8075cd07639ff4708c8dbea7a85a74f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-xiaomi_mi-router-4c-squashfs-sysupgrade.bin"; + sha256 = "6c6134134d2a753a625a8657bb04c03aaeec10ac5858949e275bb820ae0abf11"; + sha256_unsigned = "d7b8e36eebb3d19f4c10a392ee394004cf34da0045821d5a4db47e2330231c92"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4c" + ]; + titles = [ + { + model = "Mi Router 4C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-3c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-xiaomi_miwifi-3c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-xiaomi_miwifi-3c-initramfs-kernel.bin"; + sha256 = "d18988296c40fbc87bbeb5a239a6536075169d60ee4eaddaddc16eb5dc393df6"; + sha256_unsigned = "d18988296c40fbc87bbeb5a239a6536075169d60ee4eaddaddc16eb5dc393df6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-xiaomi_miwifi-3c-squashfs-sysupgrade.bin"; + sha256 = "495d39825eac6189667c0ade66302e7af0b70ee61cc8cd19bd58a4a8e5a9fb02"; + sha256_unsigned = "e6a7a9ab3bb2a5b2e8db2f0cfc021b0a7a5fab53b09591860615f2a8aea850be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-3c" + ]; + titles = [ + { + model = "MiWiFi 3C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-nano = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-xiaomi_miwifi-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-xiaomi_miwifi-nano-initramfs-kernel.bin"; + sha256 = "5abc993ee1889126442b5a3a051bd2b8650395e5c570967135883c7bca98515f"; + sha256_unsigned = "5abc993ee1889126442b5a3a051bd2b8650395e5c570967135883c7bca98515f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-xiaomi_miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "a5bed4c6cbdd37102bbbc1ced244f8cb8273c767c946491271d7899a3bb781c3"; + sha256_unsigned = "a9e06fe4c726778f8937acf214e857bc5d1d66d52768946d6b13f1df4c1b7474"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-nano" + "miwifi-nano" + ]; + titles = [ + { + model = "MiWiFi Nano"; + vendor = "Xiaomi"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-zbtlink_zbt-we1226-initramfs-kernel.bin"; + sha256 = "9af1367433a13cdf0e4401d5dfcb00dc21dd1878259ec90cf343c70c7ee2b4b0"; + sha256_unsigned = "9af1367433a13cdf0e4401d5dfcb00dc21dd1878259ec90cf343c70c7ee2b4b0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "5e9adb9fb0aeee93624c2eae5bdf1fabae2be647365bd4c720774f1fb2cdc02d"; + sha256_unsigned = "285346046f03b3a7b3a4f9c9b240c6e2cffc0d52bba34f4ab51c17c09ce4556c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + model = "ZBT-WE1226"; + vendor = "Zbtlink"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-mt76x8-zyxel_keenetic-extra-ii-initramfs-kernel.bin"; + sha256 = "8a31802aeb9aed4d5d09da34a055d2de10e19c911f936fe66ffbb7d9652d29a5"; + sha256_unsigned = "8a31802aeb9aed4d5d09da34a055d2de10e19c911f936fe66ffbb7d9652d29a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "0f545a8f6e967ad66d20279725af45c6d652c69e5e5c32626783da424e3fd26a"; + sha256_unsigned = "5718ee36d4b3a5be2d09eff9096c3240c1d0a2c10751522d87b4a7f299a50d1c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "ca0e242a4a1e50711360f5b5c3f169db0c3205e8f0cd57464d85dcfad9e96d55"; + sha256_unsigned = "ca0e242a4a1e50711360f5b5c3f169db0c3205e8f0cd57464d85dcfad9e96d55"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + model = "Keenetic Extra II"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "ramips/mt76x8"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + belkin_f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt288x-belkin_f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt288x-belkin_f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "7e83435ab558a00a71522bc8cb8bbe86eeac22defe6ef3ca30058547eaaf5194"; + sha256_unsigned = "4d93468ee34c2f906e5d911788780e6cac734a46d38845c6c0c03c20f6f0b87c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v1" + "f5d8235-v1" + ]; + titles = [ + { + model = "F5D8235"; + variant = "V1"; + vendor = "Belkin"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "ramips/rt288x"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "7links_px-4885-8m" = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-7links_px-4885-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-7links_px-4885-8m-initramfs-kernel.bin"; + sha256 = "32bb7430cee0a065adb8d496f10453b3f562b798b6a65cca192727505f8b295e"; + sha256_unsigned = "32bb7430cee0a065adb8d496f10453b3f562b798b6a65cca192727505f8b295e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-7links_px-4885-8m-squashfs-sysupgrade.bin"; + sha256 = "c8aab795376370b6feafd4e95c32036a18eb8596881ddb20d1a964d8bfb813ca"; + sha256_unsigned = "e35c805b1bd87e2ceed3310c15050afe49e11b4424a2a5dd2ec29b193a7ec286"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "7links,px-4885-8m" + "px-4885-8M" + ]; + titles = [ + { + model = "PX-4885"; + variant = "8M"; + vendor = "7Links"; + } + ]; + }; + "8devices_carambola" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-8devices_carambola"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-8devices_carambola-initramfs-kernel.bin"; + sha256 = "ba402bea532d2e8aa677c45600c9361ee9c7feb456fdc12fec3fff7c48fe936c"; + sha256_unsigned = "ba402bea532d2e8aa677c45600c9361ee9c7feb456fdc12fec3fff7c48fe936c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-8devices_carambola-squashfs-sysupgrade.bin"; + sha256 = "a660e83702fc5ff34d74e34625ef733997f59563060f1c58fa58aa7af0e54c52"; + sha256_unsigned = "dac06ab72aba24cfe5535f05b428e966f6f17bad31bcffd1c9b00f8c64aa15a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8devices,carambola" + "carambola" + ]; + titles = [ + { + model = "Carambola"; + vendor = "8devices"; + } + ]; + }; + accton_wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-accton_wr6202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-accton_wr6202-squashfs-sysupgrade.bin"; + sha256 = "9db4f1c68a50fce88118a2101326dcbbd3d182e40584b3fb6e73d4987e2f2825"; + sha256_unsigned = "afe3bfdac0e53ea0e2c101d938ccc16c9b12214cac480b45919b1202c5d6c144"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-accton_wr6202-initramfs-kernel.bin"; + sha256 = "0e2c67fa30ba270ff3971065c6eb1e4f4d7184376a52f51491bb1402db19efea"; + sha256_unsigned = "0e2c67fa30ba270ff3971065c6eb1e4f4d7184376a52f51491bb1402db19efea"; + type = "kernel"; + } + ]; + supported_devices = [ + "accton,wr6202" + "wr6202" + ]; + titles = [ + { + model = "WR6202"; + vendor = "Accton"; + } + ]; + }; + alfa-network_w502u = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-alfa-network_w502u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-alfa-network_w502u-initramfs-kernel.bin"; + sha256 = "358e8d84e6b6d2c6e33398d75162e153f46822994cd7fc8991329b8b962dad49"; + sha256_unsigned = "358e8d84e6b6d2c6e33398d75162e153f46822994cd7fc8991329b8b962dad49"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-alfa-network_w502u-squashfs-sysupgrade.bin"; + sha256 = "15a6f8d325dcf119a830e955ab84535e07e5bb90de00c3ee9f1618d1707dd929"; + sha256_unsigned = "5e751c9571edef7ab8cf2c6b89daff265656c244ee558aaf26d86b97d3c1aa8c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,w502u" + "w502u" + ]; + titles = [ + { + model = "Networks W502U"; + vendor = "ALFA"; + } + ]; + }; + allnet_all0256n-8m = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-allnet_all0256n-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-allnet_all0256n-8m-squashfs-sysupgrade.bin"; + sha256 = "421f61c615dd4e1a5286a6758661e066a0451734f57760120eecaa20e4fe2d4e"; + sha256_unsigned = "33d83dc5118ea60941175db6d1bc5ba4ba6f0354831718e4178ddbcaa1685dcb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-allnet_all0256n-8m-initramfs-kernel.bin"; + sha256 = "2c87022f11a1aac4a948a2ebf69c7f5a1d038b22743e138a492d08e12699b644"; + sha256_unsigned = "2c87022f11a1aac4a948a2ebf69c7f5a1d038b22743e138a492d08e12699b644"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all0256n-8m" + "all0256n-8M" + ]; + titles = [ + { + model = "ALL0256N"; + variant = "8M"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5002 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-allnet_all5002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-allnet_all5002-squashfs-sysupgrade.bin"; + sha256 = "2de43b6f48a722f2eb5efd9d1162f42224988f335a5159cfda1040d4635e59cf"; + sha256_unsigned = "a81d44fc96efa46ed5bae56f496ba1abac25ded7b563988401e1071318acb588"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-allnet_all5002-initramfs-kernel.bin"; + sha256 = "2c2a4ec3770fbc5b37edfd120ed8adc0bc516e690dd71e4ca399acc2134f6efa"; + sha256_unsigned = "2c2a4ec3770fbc5b37edfd120ed8adc0bc516e690dd71e4ca399acc2134f6efa"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all5002" + "all5002" + ]; + titles = [ + { + model = "ALL5002"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5003 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-allnet_all5003"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-allnet_all5003-initramfs-kernel.bin"; + sha256 = "73413d0bee171a47d6c562c1871b8e443f94ab68eb13b3e430803a17731ae337"; + sha256_unsigned = "73413d0bee171a47d6c562c1871b8e443f94ab68eb13b3e430803a17731ae337"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-allnet_all5003-squashfs-sysupgrade.bin"; + sha256 = "f49d6bbecaecf2a6c18f03dc9a21bf3662b809677741c25d7bdef07667b2e68b"; + sha256_unsigned = "bef655e41347c2c5c00278a39cd83e804c02c647e976bb75c6e9b64ce3c66bae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all5003" + "all5003" + ]; + titles = [ + { + model = "ALL5003"; + vendor = "Allnet"; + } + ]; + }; + alphanetworks_asl26555-16m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-alphanetworks_asl26555-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-alphanetworks_asl26555-16m-initramfs-kernel.bin"; + sha256 = "858387ef2f1f401d754908492d01b372cb234d695a2408dc604a3c8b770a7c69"; + sha256_unsigned = "858387ef2f1f401d754908492d01b372cb234d695a2408dc604a3c8b770a7c69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-alphanetworks_asl26555-16m-squashfs-sysupgrade.bin"; + sha256 = "bad0de673b9252e3047918f2ab2ce1c73cdb46935e7f166c7651732cf9b03340"; + sha256_unsigned = "1b971e0888dc039d1133f586f966e11260dc3eb599d7ffad3cbfa2191c5a4943"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-16m" + "asl26555" + "asl26555-16M" + ]; + titles = [ + { + model = "ASL26555"; + variant = "16M"; + vendor = "Alpha"; + } + ]; + }; + alphanetworks_asl26555-8m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-alphanetworks_asl26555-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-alphanetworks_asl26555-8m-initramfs-kernel.bin"; + sha256 = "501ad33891355cdd4df79928fb72ba396f5d2dc56a14e3d59a858d98f534aed6"; + sha256_unsigned = "501ad33891355cdd4df79928fb72ba396f5d2dc56a14e3d59a858d98f534aed6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-alphanetworks_asl26555-8m-squashfs-sysupgrade.bin"; + sha256 = "da996e8f602e1f6f937da0e3f9323c195d12c6cdfe0d08c722ddc883c301cde9"; + sha256_unsigned = "dd05537ed784873b689394547d1216fe58357177fb35a9ec907ed4f34d6e8c38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-8m" + "asl26555" + "asl26555-8M" + ]; + titles = [ + { + model = "ASL26555"; + vendor = "Alpha"; + } + ]; + }; + arcwireless_freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-arcwireless_freestation5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-arcwireless_freestation5-squashfs-sysupgrade.bin"; + sha256 = "2bb5074853c0aafda7374ec2669693a87f1f3e9241fdd2d09bc38caf9cb50025"; + sha256_unsigned = "0f5b0ae1fbefcc824d691f419c86f28cc8f2cf6cef4af91240c733e280444785"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-arcwireless_freestation5-initramfs-kernel.bin"; + sha256 = "d5e3f593439ff3da385f5495d781609739a02f761df96c43a9020e8928fe97a0"; + sha256_unsigned = "d5e3f593439ff3da385f5495d781609739a02f761df96c43a9020e8928fe97a0"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcwireless,freestation5" + "freestation5" + ]; + titles = [ + { + model = "FreeStation"; + vendor = "ARC Wireless"; + } + ]; + }; + argus_atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-argus_atp-52b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-argus_atp-52b-initramfs-kernel.bin"; + sha256 = "89a2cae63ab079c1aae796302d74ed711c89b383c2af150457ff8f254bfab162"; + sha256_unsigned = "89a2cae63ab079c1aae796302d74ed711c89b383c2af150457ff8f254bfab162"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-argus_atp-52b-squashfs-sysupgrade.bin"; + sha256 = "871fe064d21bf4a0e1b30558bf7606ac635ec0ec3c2161e531931a67dfec76c8"; + sha256_unsigned = "ce59e7b06aa86c7747eb05579833be6d0c237cd5ab147ac630d25d3862c2c7f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "argus,atp-52b" + "atp-52b" + ]; + titles = [ + { + model = "ATP-52B"; + vendor = "Argus"; + } + ]; + }; + asiarf_awm002-evb-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-asiarf_awm002-evb-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-asiarf_awm002-evb-8m-initramfs-kernel.bin"; + sha256 = "dc3844f1e9b97b94fb5ee40eb510551211ed30c9e4ebe7377d44dd0e20ceaa6e"; + sha256_unsigned = "dc3844f1e9b97b94fb5ee40eb510551211ed30c9e4ebe7377d44dd0e20ceaa6e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-asiarf_awm002-evb-8m-squashfs-sysupgrade.bin"; + sha256 = "904d4a92631dc5ec536613b5c355be358e09faf5dfd10f0055473bffd03cbdb5"; + sha256_unsigned = "4c90756469b74f2b1927972bb05e18789a7068c6b50537ca9a22287c4cb9bb70"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,awm002-evb-8m" + "awm002-evb-8M" + ]; + titles = [ + { + model = "AWM002-EVB/AWM003-EVB"; + variant = "8M"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-asus_rt-n13u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-asus_rt-n13u-initramfs-kernel.bin"; + sha256 = "33a797290987f35057ef16e8cc1ab60bd10df3ced0ec6af08d2dfef35f7a43d9"; + sha256_unsigned = "33a797290987f35057ef16e8cc1ab60bd10df3ced0ec6af08d2dfef35f7a43d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-asus_rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "3b95e99db7c11398a895d9a319e8b3fcc49c03e447800e90da49343893c13420"; + sha256_unsigned = "81d2104e6783fd08860815e3373fd2f328a30ee3f716a3400bf640febcb05a82"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n13u" + "rt-n13u" + ]; + titles = [ + { + model = "RT-N13U"; + vendor = "Asus"; + } + ]; + }; + aximcom_mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-aximcom_mr-102n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-aximcom_mr-102n-squashfs-sysupgrade.bin"; + sha256 = "4bb53537965cea143fa630c7a41d3f00c0907d07b6ef79a696be0f7c599ac7cd"; + sha256_unsigned = "7018559d8e58ae2bc4827cf728d200bc4d72fc2acfa5ded1e6512256a220c6c1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-aximcom_mr-102n-initramfs-kernel.bin"; + sha256 = "fd7aea551057fdec44001e198bf99889237f569a8bc8a5a73bd1974d1ad6194b"; + sha256_unsigned = "fd7aea551057fdec44001e198bf99889237f569a8bc8a5a73bd1974d1ad6194b"; + type = "kernel"; + } + ]; + supported_devices = [ + "aximcom,mr-102n" + "mr-102n" + ]; + titles = [ + { + model = "MR-102N"; + vendor = "AXIMCom"; + } + ]; + }; + aztech_hw550-3g = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-aztech_hw550-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-aztech_hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "2efa00a62a78f52230b95fd370a980905f7857f9fd89a4d97634472ec58995d6"; + sha256_unsigned = "17b73cc5338197534fbff8014a9cd11c9bd85b5f9eecb65f8f79b17fa670e343"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-aztech_hw550-3g-initramfs-kernel.bin"; + sha256 = "d630f62d507229691770f33224dd5a393c6f882ac5fceacc36e66be99177602a"; + sha256_unsigned = "d630f62d507229691770f33224dd5a393c6f882ac5fceacc36e66be99177602a"; + type = "kernel"; + } + ]; + supported_devices = [ + "aztech,hw550-3g" + "hw550-3g" + ]; + titles = [ + { + model = "HW550-3G"; + vendor = "Aztech"; + } + { + model = "ALL0239-3G"; + vendor = "Allnet"; + } + ]; + }; + belkin_f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-belkin_f5d8235-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-belkin_f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "da002bb450a30c2175ad44b2cf9dc07c34efbd9ea07437e125d330ad2584e13e"; + sha256_unsigned = "134d06fa346bca8c0277868cd19108b44124680048b090fb701e0eb5d2ff5db7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-belkin_f5d8235-v2-initramfs-kernel.bin"; + sha256 = "0fe0c3d39c0653299d6ce4ef97ad6f465cb5d9e8a1f4f02741cb546bf6c5d3f1"; + sha256_unsigned = "0fe0c3d39c0653299d6ce4ef97ad6f465cb5d9e8a1f4f02741cb546bf6c5d3f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v2" + "f5d8235-v2" + ]; + titles = [ + { + model = "F5D8235"; + variant = "v2"; + vendor = "Belkin"; + } + ]; + }; + belkin_f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-belkin_f7c027"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-belkin_f7c027-squashfs-sysupgrade.bin"; + sha256 = "3bf5bb263419d07ba762d8d209508cf536da02a193bcabb7f721f9eafe23e2f0"; + sha256_unsigned = "3237236dbc2f7e8608b7347f134232c9e0a4e54b01c02476fe7a96c1ecb9b11b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-belkin_f7c027-initramfs-kernel.bin"; + sha256 = "c0f3890d16ee82be0197d5ad821f92d47db83d5572819a8231b15f68a2bdcbdd"; + sha256_unsigned = "c0f3890d16ee82be0197d5ad821f92d47db83d5572819a8231b15f68a2bdcbdd"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f7c027" + "f7c027" + ]; + titles = [ + { + model = "F7C027"; + vendor = "Belkin"; + } + ]; + }; + dlink_dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-dlink_dap-1350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-dlink_dap-1350-squashfs-sysupgrade.bin"; + sha256 = "be32a8a14fa423751fcf6ab03497b2fa9f576e4d657a1dcdc9ec38c1a510645c"; + sha256_unsigned = "66083a13446dfc27b53147f96699996cbcda6d2eb2a6548df994915061ff5d44"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-dlink_dap-1350-initramfs-kernel.bin"; + sha256 = "a59758430f82c91ac2e8cc49b9ef2fc0a591aa29537c1006a2df0186817705d5"; + sha256_unsigned = "a59758430f82c91ac2e8cc49b9ef2fc0a591aa29537c1006a2df0186817705d5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-dlink_dap-1350-squashfs-factory-NA.bin"; + sha256 = "50406dc6c57e9cce5cbe57c75ccdf3f1eeb737256297b0d4e42114998649dbae"; + sha256_unsigned = "50406dc6c57e9cce5cbe57c75ccdf3f1eeb737256297b0d4e42114998649dbae"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-dlink_dap-1350-squashfs-factory.bin"; + sha256 = "936186b45676534f3c536e9fe624cad914229d1ad9f929df661bf84f6ae05a6a"; + sha256_unsigned = "936186b45676534f3c536e9fe624cad914229d1ad9f929df661bf84f6ae05a6a"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1350" + "dap-1350" + ]; + titles = [ + { + model = "DAP-1350"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-300-b7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-dlink_dir-300-b7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-dlink_dir-300-b7-initramfs-kernel.bin"; + sha256 = "8c1a07eb5484b20072682a2e0c78ddbb17bc671bfcc637398fdda6bac7e2eb17"; + sha256_unsigned = "8c1a07eb5484b20072682a2e0c78ddbb17bc671bfcc637398fdda6bac7e2eb17"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-dlink_dir-300-b7-squashfs-sysupgrade.bin"; + sha256 = "3cd47ce044400292db16fd44f7220ebe856748d2442d67cdb17db339015ece31"; + sha256_unsigned = "a42272b26b86c4e0653c9c3fd7c454ae3baf540c9ad8bf0734bb33977db00973"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-300-b7" + "dir-300-b7" + ]; + titles = [ + { + model = "DIR-300"; + variant = "B7"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-dlink_dir-320-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-dlink_dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "40c5fe70ba9f3945a208f848ca6447700a74f403a6778f746b626534c83b2d2d"; + sha256_unsigned = "c14f8686d8d80985a7cb45cd89aee448a08d9bf378ca4246647faf9194a331de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-dlink_dir-320-b1-initramfs-kernel.bin"; + sha256 = "3b1377c70c42dac7390ea849d8f5f2c053e31ab0f73258b5964cc30089ed5dc9"; + sha256_unsigned = "3b1377c70c42dac7390ea849d8f5f2c053e31ab0f73258b5964cc30089ed5dc9"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-320-b1" + "dir-320-b1" + ]; + titles = [ + { + model = "DIR-320"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-dlink_dir-620-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-dlink_dir-620-a1-initramfs-kernel.bin"; + sha256 = "183154b8f3812618c62c04610ae6f94da3254a8ba298794a9ea7f81efed184c1"; + sha256_unsigned = "183154b8f3812618c62c04610ae6f94da3254a8ba298794a9ea7f81efed184c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-dlink_dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "8b7406446c8f52acb7a49bc77d9f006022f08010d422aab897452f3daade6f69"; + sha256_unsigned = "1d6fe6ac739e49769d2bc293a9b6cb10bb10043616e0170127d13a1d778afcee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-620-a1" + "dir-620-a1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-dlink_dir-620-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-dlink_dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "023a39c39deaf897a9b7d38c56f09cc4dffcfc2b2e7f6f148e72a08931c5c431"; + sha256_unsigned = "d31b1c521238f0a73b160694a83d173f1b9f681ac5eeff05fdd04a90f67ef42b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-dlink_dir-620-d1-initramfs-kernel.bin"; + sha256 = "0fc5cbe4bf2a8d6fa333b7ca44035263847a73face082f2dcf6a2ab6ca8aee2a"; + sha256_unsigned = "0fc5cbe4bf2a8d6fa333b7ca44035263847a73face082f2dcf6a2ab6ca8aee2a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-620-d1" + "dir-620-d1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial-option" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-dlink_dwr-512-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-dlink_dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "767c91a1165ae472fb100fe120477d9a4219005800a1b2fd9fd1ba223820a4b2"; + sha256_unsigned = "08aed02e2913b634738f8b37cab904a76f478a2d0bec5fc5c5bf51b1378c8455"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-dlink_dwr-512-b-initramfs-kernel.bin"; + sha256 = "22ec170b47352b7a3fe02153449ee28adf42390bbed8e587b66f6af88b126165"; + sha256_unsigned = "22ec170b47352b7a3fe02153449ee28adf42390bbed8e587b66f6af88b126165"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-dlink_dwr-512-b-squashfs-factory.bin"; + sha256 = "9cb27318e693312d01d72414ef7719c4e68c8c1442628b5e394bb2232c73f485"; + sha256_unsigned = "9cb27318e693312d01d72414ef7719c4e68c8c1442628b5e394bb2232c73f485"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-512-b" + "dwr-512-b" + ]; + titles = [ + { + model = "DWR-512"; + variant = "B"; + vendor = "D-Link"; + } + ]; + }; + easyacc_wizard-8800 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-easyacc_wizard-8800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-easyacc_wizard-8800-squashfs-sysupgrade.bin"; + sha256 = "dac461841bc4c6c1cc05a9fd625362825196a9b21190d1b819c8840b2272d429"; + sha256_unsigned = "729784166bf44879d5d505e02e9c25d562164b8f2fc266275f480bac5e2272e0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-easyacc_wizard-8800-initramfs-kernel.bin"; + sha256 = "28d0354b7788b8978f0a3448b8ad518ce560516771c4b0023a5ff8ad7f1993bb"; + sha256_unsigned = "28d0354b7788b8978f0a3448b8ad518ce560516771c4b0023a5ff8ad7f1993bb"; + type = "kernel"; + } + ]; + supported_devices = [ + "easyacc,wizard-8800" + "wizard8800" + ]; + titles = [ + { + model = "WIZARD 8800"; + vendor = "EasyAcc"; + } + ]; + }; + fon_fonera-20n = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-fon_fonera-20n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-fon_fonera-20n-initramfs-kernel.bin"; + sha256 = "8136b4f8839a30814384794c0f162e6c509597681b8c37ac12ce22d30d5535ee"; + sha256_unsigned = "8136b4f8839a30814384794c0f162e6c509597681b8c37ac12ce22d30d5535ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-fon_fonera-20n-squashfs-factory.bin"; + sha256 = "6b8145c3a267668f4bc6c240f2d6414bf7d6f869f8432dd7e8417407a1ae1c13"; + sha256_unsigned = "6b8145c3a267668f4bc6c240f2d6414bf7d6f869f8432dd7e8417407a1ae1c13"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-fon_fonera-20n-squashfs-sysupgrade.bin"; + sha256 = "dcf9a3e7afd5d989c4813a940de1251fc5d5dd821c54ade136b142ef0c682c03"; + sha256_unsigned = "8cb883c091fe074428faafb911aa42c811ed5c9bf21fb01f54f8256831600378"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fon,fonera-20n" + "fonera20n" + ]; + titles = [ + { + model = "Fonera 2.0N"; + vendor = "Fon"; + } + ]; + }; + hame_mpr-a2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-hame_mpr-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-hame_mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "6f6014a5e1a36a0508dcece37cc2986efcf5eea6c4085ad318cf0e659510933c"; + sha256_unsigned = "da75b6600dd60df0dfcb10e4aec39177a2e20d2fb610cb495265680cf4f653ae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-hame_mpr-a2-initramfs-kernel.bin"; + sha256 = "f6d2f32d639599a469fb6400875c070d6672144565cbee715edb9b246dad6cbf"; + sha256_unsigned = "f6d2f32d639599a469fb6400875c070d6672144565cbee715edb9b246dad6cbf"; + type = "kernel"; + } + ]; + supported_devices = [ + "hame,mpr-a2" + "mpr-a2" + ]; + titles = [ + { + model = "MPR"; + variant = "A2"; + vendor = "HAME"; + } + ]; + }; + hauppauge_broadway = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-hauppauge_broadway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-hauppauge_broadway-squashfs-sysupgrade.bin"; + sha256 = "31f1b4cd53ff1b62d55b978388c7f5fc6e63cc068007f1f4bff27cc727733e8d"; + sha256_unsigned = "a4f29082b60deed2b63cea2e10214cd0092fa15c7c9d7443b6530628fccba435"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-hauppauge_broadway-initramfs-kernel.bin"; + sha256 = "93abcc7d7cecaa9392183d2e3275e72520ef800f87ca167ff20a77c3283e3947"; + sha256_unsigned = "93abcc7d7cecaa9392183d2e3275e72520ef800f87ca167ff20a77c3283e3947"; + type = "kernel"; + } + ]; + supported_devices = [ + "hauppauge,broadway" + "broadway" + ]; + titles = [ + { + model = "Broadway"; + vendor = "Hauppauge"; + } + ]; + }; + huawei_hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-huawei_hg255d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-huawei_hg255d-initramfs-kernel.bin"; + sha256 = "724a464ecbcc35511bdefc6afe06f0350f3e68089195d8c99d6f5b8dc676905f"; + sha256_unsigned = "724a464ecbcc35511bdefc6afe06f0350f3e68089195d8c99d6f5b8dc676905f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-huawei_hg255d-squashfs-sysupgrade.bin"; + sha256 = "238fbca9b0d4d9ee0b6e4cb3885fcceeb8b33785dc015b462bcc2650cdf4427a"; + sha256_unsigned = "3e6aefc0541a7f079f88a6594df7e9db5740110451dc1c5145b55b40b4b2c4a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg255d" + "hg255d" + ]; + titles = [ + { + model = "HG255D"; + vendor = "HuaWei"; + } + ]; + }; + intenso_memory2move = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-intenso_memory2move"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-intenso_memory2move-initramfs-kernel.bin"; + sha256 = "9065e2898247847871acc64d21739a5988b2d4c47738f0de7934056ce4ed6b75"; + sha256_unsigned = "9065e2898247847871acc64d21739a5988b2d4c47738f0de7934056ce4ed6b75"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-intenso_memory2move-squashfs-sysupgrade.bin"; + sha256 = "d3214e792f5cc62fca2024f74a6b1622d34fa18622ee1bb3d5a1ada59bedf89e"; + sha256_unsigned = "40c77a337039e23e756761cfafce5bf9e4b4a9979deea5271a5b248be73027ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "intenso,memory2move" + "m2m" + ]; + titles = [ + { + model = "Memory 2 Move"; + vendor = "Intenso"; + } + ]; + }; + mofinetwork_mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-mofinetwork_mofi3500-3gn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-mofinetwork_mofi3500-3gn-initramfs-kernel.bin"; + sha256 = "80cc374a72f630965a3db43e03472171585de4f07a0825f5a2c679a184f8d77b"; + sha256_unsigned = "80cc374a72f630965a3db43e03472171585de4f07a0825f5a2c679a184f8d77b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-mofinetwork_mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "2e8c762f884c9a3cdf626fa86d932cc1321bb4408829257fe772781b6a88c427"; + sha256_unsigned = "59c3df8d3ef4c24961914394365410abf57dff018fb29075d586b14ff2ec1a2f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mofinetwork,mofi3500-3gn" + "mofi3500-3gn" + ]; + titles = [ + { + model = "MOFI3500-3GN"; + vendor = "MoFi Network"; + } + ]; + }; + nexaira_bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-nexaira_bc2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-nexaira_bc2-initramfs-kernel.bin"; + sha256 = "131a869169032c5a76c3657b6b69640b839f944ede3000bf62771c1453c8ef57"; + sha256_unsigned = "131a869169032c5a76c3657b6b69640b839f944ede3000bf62771c1453c8ef57"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-nexaira_bc2-squashfs-sysupgrade.bin"; + sha256 = "0e82e2b7c101edef6854855b40413feb954f2aa3f82f1caa273a45c203ce9d39"; + sha256_unsigned = "2c86090754d4ed016ae5b1f6a49926e9fe202de4ef3b6b4e9cd68e95414b62dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexaira,bc2" + "bc2" + ]; + titles = [ + { + model = "BC2"; + vendor = "NexAira"; + } + ]; + }; + nexx_wt1520-8m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-nexx_wt1520-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-nexx_wt1520-8m-initramfs-kernel.bin"; + sha256 = "df8f3ef76636e0445150cfbcc53697010baee669e21b09902ff16372c85db2f9"; + sha256_unsigned = "df8f3ef76636e0445150cfbcc53697010baee669e21b09902ff16372c85db2f9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-nexx_wt1520-8m-squashfs-factory.bin"; + sha256 = "b1116cfc20c90e512839102ebe4c1a88b0e1f725e6c19cb41ca06e38e838ebb1"; + sha256_unsigned = "b1116cfc20c90e512839102ebe4c1a88b0e1f725e6c19cb41ca06e38e838ebb1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-nexx_wt1520-8m-squashfs-sysupgrade.bin"; + sha256 = "57cf234b5f2472614e41b56301996ed10d2aece497e242c539d63897668ac20a"; + sha256_unsigned = "4eea82f8dd77f77e8dea57f0eee0f86e29e25849bb0073c224c1ed517bdc4d64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexx,wt1520-8m" + "wt1520-8M" + ]; + titles = [ + { + model = "WT1520"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + nixcore_x1-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-nixcore_x1-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-nixcore_x1-16m-squashfs-sysupgrade.bin"; + sha256 = "3483cb024390cd542af19bc1b2e2ee917c779b8b2fd6f8474af52f5e6be55dd6"; + sha256_unsigned = "4f9c3154fa851263282a271097e07915e87540c8f3dcf17d5a15dee56d7e3e23"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-nixcore_x1-16m-initramfs-kernel.bin"; + sha256 = "cd055a624cddcfc92da40aa994ca534622f6903269299333d6ecc56095dba7d1"; + sha256_unsigned = "cd055a624cddcfc92da40aa994ca534622f6903269299333d6ecc56095dba7d1"; + type = "kernel"; + } + ]; + supported_devices = [ + "nixcore,x1-16m" + "nixcore-x1" + "nixcore-x1-16M" + ]; + titles = [ + { + model = "X1"; + variant = "16M"; + vendor = "Nixcore"; + } + ]; + }; + nixcore_x1-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-nixcore_x1-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-nixcore_x1-8m-initramfs-kernel.bin"; + sha256 = "75b1d575b0e62cf4217ac0b299a045ca0cf8c98f4b24c3676954f86ab062a116"; + sha256_unsigned = "75b1d575b0e62cf4217ac0b299a045ca0cf8c98f4b24c3676954f86ab062a116"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-nixcore_x1-8m-squashfs-sysupgrade.bin"; + sha256 = "577f85a1514c3fd587aa4ceb09af3f51ae20b074a6a86ff2343d4f333d46be08"; + sha256_unsigned = "6c7fee174a42789d25f2a1948a332d451dd4dc94b96e7170f11645c709a89299"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore,x1-8m" + "nixcore-x1" + "nixcore-x1-8M" + ]; + titles = [ + { + model = "X1"; + variant = "8M"; + vendor = "Nixcore"; + } + ]; + }; + olimex_rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-olimex_rt5350f-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-olimex_rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "5ff18e299f150f6bef169e2b169ca76b66a91c17206cc8f6e18d34b644b0f13d"; + sha256_unsigned = "fe12171f29c96b24bdcbb8d5b9bcf801bddb617728e4e1ef54e50a47e0a57998"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-olimex_rt5350f-olinuxino-initramfs-kernel.bin"; + sha256 = "df5e1d38bb8709630094f0da0bef860cbbfb9219790f681a5f48f367a2dcecca"; + sha256_unsigned = "df5e1d38bb8709630094f0da0bef860cbbfb9219790f681a5f48f367a2dcecca"; + type = "kernel"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino" + "rt5350f-olinuxino" + ]; + titles = [ + { + model = "RT5350F-OLinuXino"; + vendor = "OLIMEX"; + } + ]; + }; + olimex_rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-olimex_rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-olimex_rt5350f-olinuxino-evb-initramfs-kernel.bin"; + sha256 = "b27b2e0704faf95b8413d6ff49d3b5fd1b5a59eb34479a0fde2a32f41e09ae6e"; + sha256_unsigned = "b27b2e0704faf95b8413d6ff49d3b5fd1b5a59eb34479a0fde2a32f41e09ae6e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-olimex_rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "408c4b868de2867c39962fc02bf849d0d34e692b92bd02ec5fa6d9d2312b1527"; + sha256_unsigned = "7522d1f2b0ae0bed5dcd456afb721d0b508515886be425e2d759d0fcec79cb94"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino-evb" + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + model = "RT5350F-OLinuXino-EVB"; + vendor = "OLIMEX"; + } + ]; + }; + omnima_miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-omnima_miniembplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-omnima_miniembplug-squashfs-sysupgrade.bin"; + sha256 = "be56c766dd942430c5d19e966ce35218b23fa6b61e898008df1e15b2e887489d"; + sha256_unsigned = "c80ee11a12a846d9bce9bd80943c07834f8fd3371c16d1f4e8c69d9c0d20bb7d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-omnima_miniembplug-initramfs-kernel.bin"; + sha256 = "6250b3566083ae43a493e8df0a2402b293190c90779f5cd70efaf6b09184f6ab"; + sha256_unsigned = "6250b3566083ae43a493e8df0a2402b293190c90779f5cd70efaf6b09184f6ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "omnima,miniembplug" + "miniembplug" + ]; + titles = [ + { + model = "MiniEMBPlug"; + vendor = "Omnima"; + } + ]; + }; + omnima_miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-omnima_miniembwifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-omnima_miniembwifi-initramfs-kernel.bin"; + sha256 = "bbf61d35d9498102d2a43b5f20df6cb5fa5395ec40f832651f96ef096289eb3a"; + sha256_unsigned = "bbf61d35d9498102d2a43b5f20df6cb5fa5395ec40f832651f96ef096289eb3a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-omnima_miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "7989007053a3f5f9674bd3099356261ba1fed2d24ac41c1e8df7fdb8f89ff8bd"; + sha256_unsigned = "823d3bb4ee2633252e346b0c3e7dba7a6a836f0659e4391e5f50def104ba353d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,miniembwifi" + "miniembwifi" + ]; + titles = [ + { + model = "MiniEMBWiFi"; + vendor = "Omnima"; + } + ]; + }; + planex_mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-planex_mzk-wdpr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-planex_mzk-wdpr-initramfs-kernel.bin"; + sha256 = "f220d86420ac491fdde174205bffc153ce079975cfa4659a964110bd8376de82"; + sha256_unsigned = "f220d86420ac491fdde174205bffc153ce079975cfa4659a964110bd8376de82"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-planex_mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "526f06f131b11c36f0b4e5ab7dcc98e8aeb806861bfcddf2eabf3e2e409e39c9"; + sha256_unsigned = "eb69bf88c7826e227464bfde4e117ad985fd0223c43fccc997bb60af9a06abcc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-wdpr" + "mzk-wdpr" + ]; + titles = [ + { + model = "MZK-WDPR"; + vendor = "Planex"; + } + ]; + }; + poray_ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-poray_ip2202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-poray_ip2202-initramfs-kernel.bin"; + sha256 = "f0165c5935ea5338cc3a3c55a0135d8957023d7fdc3cee276fa33bc8fb567575"; + sha256_unsigned = "f0165c5935ea5338cc3a3c55a0135d8957023d7fdc3cee276fa33bc8fb567575"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-poray_ip2202-squashfs-sysupgrade.bin"; + sha256 = "3394553d374ea6fc26cffaed98f1396e679f6dbaf12fe4c6c12ab43af3e9f28c"; + sha256_unsigned = "ee25eb2992d8762ef2f69591b070e11be17a2acc415c408d2bb592b016d4b874"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,ip2202" + "ip2202" + ]; + titles = [ + { + model = "IP2202"; + vendor = "Poray"; + } + ]; + }; + poray_m4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-poray_m4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-poray_m4-8m-squashfs-factory.bin"; + sha256 = "209e2aa942c0e897595c400eea2b86edd11f927df304d979a835cb777256b00d"; + sha256_unsigned = "209e2aa942c0e897595c400eea2b86edd11f927df304d979a835cb777256b00d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-poray_m4-8m-squashfs-sysupgrade.bin"; + sha256 = "abe621d644c30c4845804797a9f900dd800de8ee54bf10351c063ed55e663069"; + sha256_unsigned = "303553536536e12de5e53bde0259214c81a1d4da50ca5b838c663d6aed6208f1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-poray_m4-8m-initramfs-kernel.bin"; + sha256 = "c5516433a32ff0f6e87518917b35601e3f61afc957ca9268103fe627571162a2"; + sha256_unsigned = "c5516433a32ff0f6e87518917b35601e3f61afc957ca9268103fe627571162a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,m4-8m" + "m4-8M" + ]; + titles = [ + { + model = "M4"; + variant = "8M"; + vendor = "Poray"; + } + ]; + }; + poray_x5 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-poray_x5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-poray_x5-squashfs-factory.bin"; + sha256 = "3759101a3c0994fd690d30af55225c6cec66838ed6ddceedb6e15469ac668ee7"; + sha256_unsigned = "3759101a3c0994fd690d30af55225c6cec66838ed6ddceedb6e15469ac668ee7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-poray_x5-squashfs-sysupgrade.bin"; + sha256 = "db3154d54d06862162c4848d10022a7e710ec18c29cf12ce1ef276980dc3558a"; + sha256_unsigned = "442b07392f1b3b42488a31678fafec9bd1c52e51f3c5090aec98b1b2a72cb043"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-poray_x5-initramfs-kernel.bin"; + sha256 = "021ec145c6cffd2f6aef443e121ffc5646b5cbe759137e6f2f0b0cf35df18b79"; + sha256_unsigned = "021ec145c6cffd2f6aef443e121ffc5646b5cbe759137e6f2f0b0cf35df18b79"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,x5" + "x5" + ]; + titles = [ + { + model = "X5/X6"; + vendor = "Poray"; + } + ]; + }; + poray_x8 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-poray_x8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-poray_x8-squashfs-factory.bin"; + sha256 = "035c960827339290290f1d94b2d20c088e5729c747009885e95ec1b7169847f4"; + sha256_unsigned = "035c960827339290290f1d94b2d20c088e5729c747009885e95ec1b7169847f4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-poray_x8-initramfs-kernel.bin"; + sha256 = "ee4f3390092bd46dc5f82737aa5a5487d42038f796d3081fbf9c897b737f342f"; + sha256_unsigned = "ee4f3390092bd46dc5f82737aa5a5487d42038f796d3081fbf9c897b737f342f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-poray_x8-squashfs-sysupgrade.bin"; + sha256 = "2bfba81d857919fd385d53e95dfbfb931d13e979d0250b3514d172fa90ca7cf5"; + sha256_unsigned = "35287afc7e4b57a4541c303f7e9f5ad6b257d385a8f0c612e2c93307f0c33054"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,x8" + "x8" + ]; + titles = [ + { + model = "X8"; + vendor = "Poray"; + } + ]; + }; + prolink_pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-prolink_pwh2004"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-prolink_pwh2004-initramfs-kernel.bin"; + sha256 = "16ab77ffa23b7ac972e1921b36579fd82f12db0f60dafabbd031f18a3c7255c3"; + sha256_unsigned = "16ab77ffa23b7ac972e1921b36579fd82f12db0f60dafabbd031f18a3c7255c3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-prolink_pwh2004-squashfs-sysupgrade.bin"; + sha256 = "1ca6fcb0680346ae696e59957242337ab4d331d48008e6d035317837122aa5da"; + sha256_unsigned = "3368e182fb137ca54881a67aa4e21fc927cf8492d5b363cc7dda0997bf5b56c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "prolink,pwh2004" + "pwh2004" + ]; + titles = [ + { + model = "PWH2004"; + vendor = "Prolink"; + } + ]; + }; + teltonika_rut5xx = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-teltonika_rut5xx"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-teltonika_rut5xx-initramfs-kernel.bin"; + sha256 = "f4009bc14e468d41ab40250415e0d5aa4f3e418f22c773151f05fb675fbd0e06"; + sha256_unsigned = "f4009bc14e468d41ab40250415e0d5aa4f3e418f22c773151f05fb675fbd0e06"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-teltonika_rut5xx-squashfs-sysupgrade.bin"; + sha256 = "05b14081b08d354597a3408a51ea0a1deeae89d3748501f7c3f724af6026e554"; + sha256_unsigned = "7e1ed38f4b891ec80babba6ba1e482267fc826219782f4149282917c1e138337"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rut5xx" + "rut5xx" + ]; + titles = [ + { + model = "RUT5XX"; + vendor = "Teltonika"; + } + ]; + }; + trendnet_tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-trendnet_tew-714tru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-trendnet_tew-714tru-initramfs-kernel.bin"; + sha256 = "0b7953d0560db1e696ee900f719fea8754fbdec8b58f14bedacdb72d564510d7"; + sha256_unsigned = "0b7953d0560db1e696ee900f719fea8754fbdec8b58f14bedacdb72d564510d7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-trendnet_tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "f7ab7c5432d0a7a5b38bfa830ed8a0fe7c4b5f3b6cfa49444cfd8712938a8f35"; + sha256_unsigned = "f11a178e85a8f900b500b9df958511a23fa10f0cf79981c5ba10a9c747d5200e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-714tru" + "tew-714tru" + ]; + titles = [ + { + model = "TEW-714TRU"; + vendor = "TRENDnet"; + } + ]; + }; + unbranded_wr512-3gn-8m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-unbranded_wr512-3gn-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-unbranded_wr512-3gn-8m-squashfs-sysupgrade.bin"; + sha256 = "5d7e3634c39e164d8eeb8decc87fe268c9297f04dc12b31d5935c9d8b92c7c92"; + sha256_unsigned = "8422f0e82f912dbbd67ef6b4fda918cc8d75b6283ad8e48c795f2da4c7f82569"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-unbranded_wr512-3gn-8m-initramfs-kernel.bin"; + sha256 = "9c500bc888ddf287264912f6a8b799b954c2cfecc286bca07ea361e688f4942c"; + sha256_unsigned = "9c500bc888ddf287264912f6a8b799b954c2cfecc286bca07ea361e688f4942c"; + type = "kernel"; + } + ]; + supported_devices = [ + "unbranded,wr512-3gn-8m" + "wr512-3gn-8M" + ]; + titles = [ + { + model = "WR512-3GN"; + variant = "8M"; + vendor = "Unbranded"; + } + ]; + }; + upvel_ur-336un = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-upvel_ur-336un"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-upvel_ur-336un-initramfs-kernel.bin"; + sha256 = "b15abfa6a6ce4d46f7d6fa85732360901cc6d14339aa50f7f78b31c7d001fa22"; + sha256_unsigned = "b15abfa6a6ce4d46f7d6fa85732360901cc6d14339aa50f7f78b31c7d001fa22"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-upvel_ur-336un-squashfs-sysupgrade.bin"; + sha256 = "dbc99b70ad8e499660cd0a8325f732a05c695431bb3e5b1bdbf7e67b55bcf581"; + sha256_unsigned = "bd031ac173d2844fe9f474808978711fff225967fa390640ac4c8f61f0253c5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "upvel,ur-336un" + "ur-336un" + ]; + titles = [ + { + model = "UR-336UN"; + vendor = "UPVEL"; + } + ]; + }; + vocore_vocore-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-vocore_vocore-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-vocore_vocore-16m-initramfs-kernel.bin"; + sha256 = "4e6a90c18d7889bd9065cf6141d5fb98dc89053c9a29d05daed8d94f5ed5964b"; + sha256_unsigned = "4e6a90c18d7889bd9065cf6141d5fb98dc89053c9a29d05daed8d94f5ed5964b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-vocore_vocore-16m-squashfs-sysupgrade.bin"; + sha256 = "3e2f7959c10d9ce502ab0efdcc00a93ecea6937d874bd29859e6a0e240705bb8"; + sha256_unsigned = "150f63c2baf37ecc2994778aa4b70482b4b6e7ce04fc57dc7da3b954974ec069"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore-16m" + "vocore" + "vocore-16M" + ]; + titles = [ + { + model = "VoCore"; + variant = "16M"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-vocore_vocore-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-vocore_vocore-8m-initramfs-kernel.bin"; + sha256 = "dfaa4ac4aa88e5e6c3e065ce8cc99f3d1e587685de914b0d5dd4e94956938c35"; + sha256_unsigned = "dfaa4ac4aa88e5e6c3e065ce8cc99f3d1e587685de914b0d5dd4e94956938c35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-vocore_vocore-8m-squashfs-sysupgrade.bin"; + sha256 = "e22199e41c0dc6fcf4ae6af4c10ceabfdc05725dd40a218b5c954535425ad3f9"; + sha256_unsigned = "8363eb3076d9320ecdc4138bcfbce24638bc10b83c4cc03d4326a23a9f50bd0b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore-8m" + "vocore" + "vocore-8M" + ]; + titles = [ + { + model = "VoCore"; + variant = "8M"; + vendor = "VoCore"; + } + ]; + }; + wansview_ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-wansview_ncs601w"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-wansview_ncs601w-initramfs-kernel.bin"; + sha256 = "fc2da0cc208b9e743fe41cddb65a2cdb00eec44977edecb03210afe99bdf2857"; + sha256_unsigned = "fc2da0cc208b9e743fe41cddb65a2cdb00eec44977edecb03210afe99bdf2857"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-wansview_ncs601w-squashfs-sysupgrade.bin"; + sha256 = "af136012c646715562f0dffe5c2e07e6de9270db83b6d503ade47d290d246323"; + sha256_unsigned = "3379bfed5141187c45411996df440182f06c48156c4f7bb1c7fbc720894ec201"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wansview,ncs601w" + "ncs601w" + ]; + titles = [ + { + model = "NCS601W"; + vendor = "Wansview"; + } + ]; + }; + wiznet_wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-wiznet_wizfi630a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-wiznet_wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "432adaa81981b03ddaadfba3fabc5680c79a45ac7e7c34e770f146c6b9aa6b41"; + sha256_unsigned = "45ba9c94c3d79b60bc9a625002a325fe6f5ccfa143309576519a2506789b77c7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-wiznet_wizfi630a-initramfs-kernel.bin"; + sha256 = "7fcd66f0806e249a16494986f763b3db10d7c683e8bbe9da4a69d40ef03872b8"; + sha256_unsigned = "7fcd66f0806e249a16494986f763b3db10d7c683e8bbe9da4a69d40ef03872b8"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630a" + "wizfi630a" + ]; + titles = [ + { + model = "WizFi630A"; + vendor = "WIZnet"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-zorlik_zl5900v2-initramfs-kernel.bin"; + sha256 = "447e28943dd566f5d94d4da1120ed580ed6c42ae62235ccd98e85c607abe00a9"; + sha256_unsigned = "447e28943dd566f5d94d4da1120ed580ed6c42ae62235ccd98e85c607abe00a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "540387c78cf69e557af60c42d26847927891757ba48ea9ba7be6613ad5e75dc1"; + sha256_unsigned = "ba85660a1c36ab4884e128b3112deed17df4beab3c2571b1487a54a68c4c6c0c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + model = "ZL5900V2"; + vendor = "Zorlik"; + } + ]; + }; + zte_mf283plus = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-zte_mf283plus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-zte_mf283plus-initramfs-kernel.bin"; + sha256 = "527a6e8e82ee3d65a2f4c1c944564cd80eef17563880e2fd146f02f1a45f9f36"; + sha256_unsigned = "527a6e8e82ee3d65a2f4c1c944564cd80eef17563880e2fd146f02f1a45f9f36"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin"; + sha256 = "728d5e90904255d3d3a51291ca87e805dc7b2ba838881af3c47b1051e18cb5c2"; + sha256_unsigned = "b6853a4e3819fe8d0355bbb1726b769627147823452b45736fbc674cbf1917eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf283plus" + ]; + titles = [ + { + model = "MF283+"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-zyxel_keenetic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-zyxel_keenetic-squashfs-sysupgrade.bin"; + sha256 = "b16ac265c137ea3b468db89fafa7b0388f89327ce0f0262ca0461317caaea27c"; + sha256_unsigned = "0773d1887d4f515f0a520f8c02ba596c2b8ad3597250c3e18478753fe10e6776"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-zyxel_keenetic-initramfs-kernel.bin"; + sha256 = "287a115681f0abf3b9bd17b8ce7403291064171e6c59754a8ad9ac37fbadc8fc"; + sha256_unsigned = "287a115681f0abf3b9bd17b8ce7403291064171e6c59754a8ad9ac37fbadc8fc"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic" + "kn" + ]; + titles = [ + { + model = "Keenetic"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-lite-b = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-zyxel_keenetic-lite-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-zyxel_keenetic-lite-b-squashfs-sysupgrade.bin"; + sha256 = "f961ae5154f8fa98c65f3ff39f4baf017188e47bab4441ea7c237e113fa0bc68"; + sha256_unsigned = "0e9c7403af6747685bf5ad635508940a534bfac864aedddac98bd767fb870bab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-zyxel_keenetic-lite-b-initramfs-kernel.bin"; + sha256 = "02a264a75dfb43f4097da8d910d7e9da31546a211a9ed234f190a480e9973682"; + sha256_unsigned = "02a264a75dfb43f4097da8d910d7e9da31546a211a9ed234f190a480e9973682"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-lite-b" + ]; + titles = [ + { + model = "Keenetic Lite"; + variant = "B"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg-419n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt305x-zyxel_nbg-419n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt305x-zyxel_nbg-419n-v2-squashfs-sysupgrade.bin"; + sha256 = "6d87f0e50ea4e2f5dd2f175d897def93689c33855a1d39c54c2ecf25002aa344"; + sha256_unsigned = "7be551cb0f9c9191541d4aa99acfcbc34a0bfe4d91ab51b9e1e3cfe79b10af3b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-ramips-rt305x-zyxel_nbg-419n-v2-initramfs-kernel.bin"; + sha256 = "c163c7804ad85ac80aa0dc64ae541ae1c97de56a14bd3aba91a13db99a54f499"; + sha256_unsigned = "c163c7804ad85ac80aa0dc64ae541ae1c97de56a14bd3aba91a13db99a54f499"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg-419n-v2" + "nbg-419n2" + ]; + titles = [ + { + model = "NBG-419N"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "ramips/rt305x"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-n56u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt3883-asus_rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-asus_rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "e1db1d8631441ce65a6315ad249abb4455677eff49ff537066a6058d68d747f6"; + sha256_unsigned = "41a869843a26142826714a0f1869d77fab17323f63e4150532f7e33641710a1d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u" + "rt-n56u" + ]; + titles = [ + { + model = "RT-N56U"; + vendor = "Asus"; + } + ]; + }; + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "d00fd8f7f3fcc85956d4107cee5ffa8f4c97142b07658a7b3d54b8ab299bbf84"; + sha256_unsigned = "04ac174e207306a3bd9959b27ee5426ae5aed585c08a37f5477d25461c933b2c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + model = "F9K1109"; + variant = "Version 1.0"; + vendor = "Belkin"; + } + ]; + }; + dlink_dir-645 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt3883-dlink_dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-dlink_dir-645-squashfs-factory.bin"; + sha256 = "469633be1c49114dc2762f6baecdf837267db6d1b5d04a8dca221d9db368d8ff"; + sha256_unsigned = "469633be1c49114dc2762f6baecdf837267db6d1b5d04a8dca221d9db368d8ff"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-dlink_dir-645-squashfs-sysupgrade.bin"; + sha256 = "1603d6e888dc49a8bb80ca046bafa072d506aa091ed1ebf70b2bce0dc504d24c"; + sha256_unsigned = "02a58c1b00149079ced05a9911d90c0959018b5f2841517160902a4788034866"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-645" + "dir-645" + ]; + titles = [ + { + model = "DIR-645"; + vendor = "D-Link"; + } + ]; + }; + edimax_br-6475nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt3883-edimax_br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-edimax_br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "ecb5b88c9b7f866e56e49d600e533df1390e10f392eb966bac32b93a56214699"; + sha256_unsigned = "77289ee1ad6cb3d9466002a616dc72785990553aa7fc3c20bca8397e7a61ada1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6475nd" + "br-6475nd" + ]; + titles = [ + { + model = "BR-6475nD"; + vendor = "Edimax"; + } + ]; + }; + engenius_esr600h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt3883-engenius_esr600h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-engenius_esr600h-squashfs-factory.dlf"; + sha256 = "b6c2ee272a3eb27d179f3c640b2e6e7e1481fbf8360c1fe855bf20b781d90f02"; + sha256_unsigned = "b6c2ee272a3eb27d179f3c640b2e6e7e1481fbf8360c1fe855bf20b781d90f02"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-engenius_esr600h-squashfs-sysupgrade.bin"; + sha256 = "a1788efcd9fcae04f45996bdda0bf196367224bd96df15ac7286ebb014128ebf"; + sha256_unsigned = "d4d535fbf1b241b14c2fa6974a20be903fed05c1814bb1011fe7c8420581bf7a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,esr600h" + ]; + titles = [ + { + model = "ESR600H"; + vendor = "EnGenius"; + } + ]; + }; + loewe_wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt3883-loewe_wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-loewe_wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "5f232ff90585c172639da24f3e28117ad88fa410f587adb246a2a272c6e111b8"; + sha256_unsigned = "df94a85915f6a495c0577f23343b21b4b1ce971cb473d3731dc68925fdef338b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "loewe,wmdr-143n" + "wmdr-143n" + ]; + titles = [ + { + model = "WMDR-143N"; + vendor = "Loewe"; + } + ]; + }; + omnima_hpm = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt3883-omnima_hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-omnima_hpm-squashfs-sysupgrade.bin"; + sha256 = "eee533672e662c942976d177d431b9c373e70b54e3232f80169cdba77c0e1618"; + sha256_unsigned = "35f18322adf75b31bdc44db09e39c5c688ae5e3ea7c2a326f002a80ab16ece40"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,hpm" + "hpm" + ]; + titles = [ + { + model = "HPM"; + vendor = "Omnima"; + } + ]; + }; + samsung_cy-swr1100 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt3883-samsung_cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-samsung_cy-swr1100-squashfs-factory.bin"; + sha256 = "28d72866f3dad42f5c87a9f0b3b4efe6d161b32a9224d45d4b39c7291efa828c"; + sha256_unsigned = "28d72866f3dad42f5c87a9f0b3b4efe6d161b32a9224d45d4b39c7291efa828c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-samsung_cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "eccecfe35c0e4e8e822842a0ed4d870384da58b3cc95945eab7cd41fc3652e35"; + sha256_unsigned = "0d0edf92a0dd5260de5ad38249fccfd483b8a34b579fbc4212af134a86209072"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samsung,cy-swr1100" + "cy-swr1100" + ]; + titles = [ + { + model = "CY-SWR1100"; + vendor = "Samsung"; + } + ]; + }; + sitecom_wlr-6000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.2-ramips-rt3883-sitecom_wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-sitecom_wlr-6000-squashfs-factory.dlf"; + sha256 = "57c8e950798df620785e712e2e702329de6da070f9904165127321190da6fe66"; + sha256_unsigned = "57c8e950798df620785e712e2e702329de6da070f9904165127321190da6fe66"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-sitecom_wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "d29c771a940b584546dc139cf3615d629d66c1259fcba0d6eb8ab2678e831556"; + sha256_unsigned = "e01ca07b6dcba05e7f43b05f9826654508055f0c33471ae5ead143be172afa78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-6000" + "wlr-6000" + ]; + titles = [ + { + model = "WLR-6000"; + vendor = "Sitecom"; + } + ]; + }; + trendnet_tew-691gr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt3883-trendnet_tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-trendnet_tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "429c375d31fb3e74edf7a5ef4d6fcd6a0434bb24b1a5172a78fd89d2d780e6e5"; + sha256_unsigned = "3ea8efd68a4b757282011cfe2699437e79cad607de1742082a7ca504bed07e47"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-trendnet_tew-691gr-squashfs-factory.bin"; + sha256 = "08a7e4dca1dc5e0906c04f30f781d8fce6e4dddebeb1baad55340634670c94f6"; + sha256_unsigned = "08a7e4dca1dc5e0906c04f30f781d8fce6e4dddebeb1baad55340634670c94f6"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-691gr" + "tew-691gr" + ]; + titles = [ + { + model = "TEW-691GR"; + vendor = "TRENDnet"; + } + ]; + }; + trendnet_tew-692gr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-ramips-rt3883-trendnet_tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-trendnet_tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "7e1265d6948908c96bc9e6a7a99f2b40e24623c419bb2dc35ad5ee6a69fae3a0"; + sha256_unsigned = "df5e441f09aa541d2215fd46a06d6d88cf60ee86347a84125cddbc93488d2f1a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-ramips-rt3883-trendnet_tew-692gr-squashfs-factory.bin"; + sha256 = "7b1bfebf765d83f75798a06a6df6e987b864c1e0956421303124e95aca21d37c"; + sha256_unsigned = "7b1bfebf765d83f75798a06a6df6e987b864c1e0956421303124e95aca21d37c"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-692gr" + "tew-692gr" + ]; + titles = [ + { + model = "TEW-692GR"; + vendor = "TRENDnet"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "ramips/rt3883"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + realtek = { + rtl838x = { + arch_packages = "mips_4kec"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + allnet_all-sg8208m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-allnet_all-sg8208m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-allnet_all-sg8208m-initramfs-kernel.bin"; + sha256 = "18795211e47c327730bfa7b753265fa4adb7bb2a4c8ff537eda18ffca09dc25f"; + sha256_unsigned = "18795211e47c327730bfa7b753265fa4adb7bb2a4c8ff537eda18ffca09dc25f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-allnet_all-sg8208m-squashfs-sysupgrade.bin"; + sha256 = "a50609f37c71eff922705737fcfa12e4ac26fb63d14e2308e1391bada22fa282"; + sha256_unsigned = "8052dbd5243efb5f1d5a48b9ac8f8e46ca3af3f42d55b7d51473164166397754"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all-sg8208m" + ]; + titles = [ + { + model = "ALL-SG8208M"; + vendor = "ALLNET"; + } + ]; + }; + d-link_dgs-1210-10p = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-d-link_dgs-1210-10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-d-link_dgs-1210-10p-squashfs-factory_image1.bin"; + sha256 = "37dc786a04e62e44bc59c83de94ac7e37cc30302139687ce76ebf147e7f298bd"; + sha256_unsigned = "37dc786a04e62e44bc59c83de94ac7e37cc30302139687ce76ebf147e7f298bd"; + type = "factory_image1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-d-link_dgs-1210-10p-squashfs-sysupgrade.bin"; + sha256 = "8c1ee8b1d0a6c64935ff7cf52e6e1d96d5851887dd066fba08b164c53edd14f3"; + sha256_unsigned = "2875d573e3a51bd9bc223a68857716a063a991b62e6195ae834979c6d65438a3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-d-link_dgs-1210-10p-initramfs-kernel.bin"; + sha256 = "88f4aa15106cac01f68af677e6b24ce07f9f4e31c934e0b10249d6436f4d3433"; + sha256_unsigned = "88f4aa15106cac01f68af677e6b24ce07f9f4e31c934e0b10249d6436f4d3433"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-10p" + ]; + titles = [ + { + model = "DGS-1210-10P"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-16 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-d-link_dgs-1210-16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-d-link_dgs-1210-16-squashfs-sysupgrade.bin"; + sha256 = "8eec19f45dde60047c604bef739f4e42cc8c284cecca8cfbf2f217521325ace7"; + sha256_unsigned = "bec32b589dc4297448a1bdd13ceb75e9002f614677d8d93e2a68649789207395"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-d-link_dgs-1210-16-squashfs-factory_image1.bin"; + sha256 = "1679c282a98425362f5bcda4757cc30b92de3a4e275721f8ecc1fa3e213e763c"; + sha256_unsigned = "1679c282a98425362f5bcda4757cc30b92de3a4e275721f8ecc1fa3e213e763c"; + type = "factory_image1"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-d-link_dgs-1210-16-initramfs-kernel.bin"; + sha256 = "c50d79eb9f0e0410799e6f94c88471dcdfc6fee5b7648fba3df2e3781776743b"; + sha256_unsigned = "c50d79eb9f0e0410799e6f94c88471dcdfc6fee5b7648fba3df2e3781776743b"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-16" + ]; + titles = [ + { + model = "DGS-1210-16"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-28 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-d-link_dgs-1210-28"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-d-link_dgs-1210-28-initramfs-kernel.bin"; + sha256 = "5f2ca17ac03f88bfdfefab0f7c5c78348b3de3ce5ef6e0f5cc87f96dfa3ad621"; + sha256_unsigned = "5f2ca17ac03f88bfdfefab0f7c5c78348b3de3ce5ef6e0f5cc87f96dfa3ad621"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-d-link_dgs-1210-28-squashfs-factory_image1.bin"; + sha256 = "3f9556fa72351ea85c154f5677feff32e026fc3b82b7e6c7e5d44957a0989d51"; + sha256_unsigned = "3f9556fa72351ea85c154f5677feff32e026fc3b82b7e6c7e5d44957a0989d51"; + type = "factory_image1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-d-link_dgs-1210-28-squashfs-sysupgrade.bin"; + sha256 = "8cf7088131be0935b5f94bea6ea8d6a1539641d0001b7d88de9c86db49c6a5fb"; + sha256_unsigned = "ec72b7de8849821be89cabd51d285133120e8a4a59aaa42f31405d746efa43ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-28" + ]; + titles = [ + { + model = "DGS-1210-28"; + vendor = "D-Link"; + } + ]; + }; + inaba_aml2-17gp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-inaba_aml2-17gp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-inaba_aml2-17gp-initramfs-kernel.bin"; + sha256 = "271496567842bd56c5c48fafdd0c1185f4c03c7197ebdd1fb59bd2df1d976d7a"; + sha256_unsigned = "271496567842bd56c5c48fafdd0c1185f4c03c7197ebdd1fb59bd2df1d976d7a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-inaba_aml2-17gp-squashfs-sysupgrade.bin"; + sha256 = "3ea5ca9792708be99b350c0b01307da363eee6e50219854f65724f67f0533f74"; + sha256_unsigned = "058fe6b4d70c166a26342520e0e37fad0b8c627da16af40275ba852b22ccad4b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "inaba,aml2-17gp" + ]; + titles = [ + { + model = "Abaniact AML2-17GP"; + vendor = "INABA"; + } + ]; + }; + iodata_bsh-g24mb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-iodata_bsh-g24mb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-iodata_bsh-g24mb-squashfs-sysupgrade.bin"; + sha256 = "ee58ae9ef98e160ae0829c9e0397fde6c03155946d997e0969a139a47b042298"; + sha256_unsigned = "6ee789816fd703f66267baaeea8fd416f005e85262337f17b087b6a94bc55965"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-iodata_bsh-g24mb-initramfs-kernel.bin"; + sha256 = "36acfeb61c54e14d1fc0f577019b2afcaead6a6d9c64901380aff4e046003bc4"; + sha256_unsigned = "36acfeb61c54e14d1fc0f577019b2afcaead6a6d9c64901380aff4e046003bc4"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,bsh-g24mb" + ]; + titles = [ + { + model = "BSH-G24MB"; + vendor = "I-O DATA"; + } + ]; + }; + netgear_gs108t-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-netgear_gs108t-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-netgear_gs108t-v3-initramfs-kernel.bin"; + sha256 = "1ab60ad8925dbfb4ea8aa0111963e9f54f7a728d2f2ec1b20b58ba928f2dd3bd"; + sha256_unsigned = "1ab60ad8925dbfb4ea8aa0111963e9f54f7a728d2f2ec1b20b58ba928f2dd3bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-netgear_gs108t-v3-squashfs-sysupgrade.bin"; + sha256 = "b94a7032b846a72e28536e7700afbf4541223a60849af1ee13ff3f977c316122"; + sha256_unsigned = "91183a60bd43d303dc934701a49d083e911562d46dbe374e637233f15439cac5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs108t-v3" + ]; + titles = [ + { + model = "GS108T"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs110tpp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-netgear_gs110tpp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-netgear_gs110tpp-v1-initramfs-kernel.bin"; + sha256 = "ef352da9ed340ab079e38a8bad030024f572771a8b5f3c7ee8e33614201ca935"; + sha256_unsigned = "ef352da9ed340ab079e38a8bad030024f572771a8b5f3c7ee8e33614201ca935"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-netgear_gs110tpp-v1-squashfs-sysupgrade.bin"; + sha256 = "d7f2483b5d1382ef682f5c1a4df68014efe99b1ef28b202d02819a59f89caae6"; + sha256_unsigned = "211461bfe1d0ab6d2c6b37b7d6328d63f3b5c82ec5e163d455650fd73df77616"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs110tpp-v1" + ]; + titles = [ + { + model = "GS110TPP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs308t-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-netgear_gs308t-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-netgear_gs308t-v1-initramfs-kernel.bin"; + sha256 = "5cb6a8e0d1e8d11a4b2c5fc0fc29500be846b0197da018f6c2b5a900ed2ad012"; + sha256_unsigned = "5cb6a8e0d1e8d11a4b2c5fc0fc29500be846b0197da018f6c2b5a900ed2ad012"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-netgear_gs308t-v1-squashfs-sysupgrade.bin"; + sha256 = "ffd24fca8725adaefaec730fc3b3ac6eb747a3b27892c9b86127b03149937218"; + sha256_unsigned = "afd8ed217873749cfe5b89952c9413dae5c3c52984fd96e4001c5de8ea8681a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs308t-v1" + ]; + titles = [ + { + model = "GS308T"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs310tp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-netgear_gs310tp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-netgear_gs310tp-v1-squashfs-sysupgrade.bin"; + sha256 = "3796623afcd0142ff124e7c7988b993a0dd51550e08bc08ea65d16dfeb79eff4"; + sha256_unsigned = "9fe835f691812143b9f763f7d4f342f3aa9fd0965b60a053ac6a207835ff3517"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-netgear_gs310tp-v1-initramfs-kernel.bin"; + sha256 = "f65eba88d390f6af25dd4f03820a9fc4674e8d31e13db16ec68a3163c779a515"; + sha256_unsigned = "f65eba88d390f6af25dd4f03820a9fc4674e8d31e13db16ec68a3163c779a515"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs310tp-v1" + ]; + titles = [ + { + model = "GS310TP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + panasonic_m8eg-pn28080k = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-panasonic_m8eg-pn28080k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-panasonic_m8eg-pn28080k-squashfs-sysupgrade.bin"; + sha256 = "d973b6272757cd72dfab73b7e2c5527bc14174245a0b66fb39c4a5d6f1bc6cb5"; + sha256_unsigned = "76f4cacb431d961e471a82da543289037c66807eb66d1b7fb96734cad831f509"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-panasonic_m8eg-pn28080k-initramfs-kernel.bin"; + sha256 = "352f39fba3da90115895cf60337bcf857131d85424a4f5748862f49cf0b58ca7"; + sha256_unsigned = "352f39fba3da90115895cf60337bcf857131d85424a4f5748862f49cf0b58ca7"; + type = "kernel"; + } + ]; + supported_devices = [ + "panasonic,m8eg-pn28080k" + ]; + titles = [ + { + model = "Switch-M8eG"; + variant = "PN28080K"; + vendor = "Panasonic"; + } + ]; + }; + zyxel_gs1900-10hp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-10hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-10hp-squashfs-sysupgrade.bin"; + sha256 = "473627868e97d39fa2e2eb82ded73b3214241d6897f2c8d7263f1684d6af2c8d"; + sha256_unsigned = "529fe2463721d9e5e213e7e8f35ffd30a82431f06ef5381b5e6e3ae11dfb6cdb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-10hp-initramfs-kernel.bin"; + sha256 = "a40fbca2fed7746d801eb767abbe6d14008f8266df64750e23d1e7658bfbaca5"; + sha256_unsigned = "a40fbca2fed7746d801eb767abbe6d14008f8266df64750e23d1e7658bfbaca5"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-10hp" + ]; + titles = [ + { + model = "GS1900-10HP"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-16 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-16-squashfs-sysupgrade.bin"; + sha256 = "a2bb8a0ecee084f7d70d8cdfe1c8f78f68067cf3105d73b1e47a4109732b679a"; + sha256_unsigned = "e6741a18628d445b5160d5df68e799fef0da86033380605137234a18205c3246"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-16-initramfs-kernel.bin"; + sha256 = "c148f0a33b83fdd1982e09b8848093c1dbae4d21e62bb7aa3bc8aab1ec9f83b1"; + sha256_unsigned = "c148f0a33b83fdd1982e09b8848093c1dbae4d21e62bb7aa3bc8aab1ec9f83b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-16" + ]; + titles = [ + { + model = "GS1900-16"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-24-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-24-v1-initramfs-kernel.bin"; + sha256 = "3b978cf132fdec70d1013f9d60219f8e561d395bcaee494ed36945a5d148fd7c"; + sha256_unsigned = "3b978cf132fdec70d1013f9d60219f8e561d395bcaee494ed36945a5d148fd7c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-24-v1-squashfs-sysupgrade.bin"; + sha256 = "9c167d20690cebea45088293a3df0045108946bb46f5fce8db7c659d8ae37314"; + sha256_unsigned = "0942c9efab469e303a441ca7edb7567b65e309b90a3af0e146ef18ad3f88d822"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24-v1" + ]; + titles = [ + { + model = "GS1900-24"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24e = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-24e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-24e-squashfs-sysupgrade.bin"; + sha256 = "aff101637170d0fcdb0c0ce9e80a3ea55cc131ddd785d3cab33c72bb95b6e431"; + sha256_unsigned = "3571f39ff906a5c2761ed939148d56a33d01ea32b0f4c1e4513861d102ecc62e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-24e-initramfs-kernel.bin"; + sha256 = "5ca184cbb7b2b52cd91ec595ea46e5908ee545e3141629d62439cfbd4bef8812"; + sha256_unsigned = "5ca184cbb7b2b52cd91ec595ea46e5908ee545e3141629d62439cfbd4bef8812"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24e" + ]; + titles = [ + { + model = "GS1900-24E"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24hp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-24hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-24hp-v1-initramfs-kernel.bin"; + sha256 = "61d9b7dac92f7b7adb73072ebc5d29781edd4014de67f14f1ba53bff7ba3f355"; + sha256_unsigned = "61d9b7dac92f7b7adb73072ebc5d29781edd4014de67f14f1ba53bff7ba3f355"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-24hp-v1-squashfs-sysupgrade.bin"; + sha256 = "f595595d8ba25b22de6e0fe7b4828c3f6a332a52e216b0ff44562b512b28c91d"; + sha256_unsigned = "91c67fe0d988863587e50a01d9e52d56ad0a8cd74ff6264b441e30dad6ac9002"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24hp-v1" + ]; + titles = [ + { + model = "GS1900-24HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24hp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-24hp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-24hp-v2-squashfs-sysupgrade.bin"; + sha256 = "dadc7ab3362e4190fc98c29a86d0a2fa9895c90db3cf455e4ca35d94790d9d47"; + sha256_unsigned = "d1b63ea2158aa5647e545940371c88fa40344caac7fe1d18c01234d818691b26"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-24hp-v2-initramfs-kernel.bin"; + sha256 = "6f026d30acb9f44c2a1f24d248e594c5083c28f43a5dcbef1111df3f79e9a34d"; + sha256_unsigned = "6f026d30acb9f44c2a1f24d248e594c5083c28f43a5dcbef1111df3f79e9a34d"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24hp-v2" + ]; + titles = [ + { + model = "GS1900-24HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-8-squashfs-sysupgrade.bin"; + sha256 = "2d1b59c2d296c70ce751ea32c6d43cdcaa292b2008c51be90cd29d4c942c1ebc"; + sha256_unsigned = "c1e8056700a2e1f7056e2d0abd722757591992d6da98b7de515581348607eada"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-8-initramfs-kernel.bin"; + sha256 = "d303bb61e0d9cbf7f9891937cbe40280a5983dea26abc7afcaef61baf8c12801"; + sha256_unsigned = "d303bb61e0d9cbf7f9891937cbe40280a5983dea26abc7afcaef61baf8c12801"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8" + ]; + titles = [ + { + model = "GS1900-8"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-8hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-8hp-v1-initramfs-kernel.bin"; + sha256 = "db73bc95f18dbbe36140fecfb373386fc1b2256900b1a620b41ae84dd91237d7"; + sha256_unsigned = "db73bc95f18dbbe36140fecfb373386fc1b2256900b1a620b41ae84dd91237d7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-8hp-v1-squashfs-sysupgrade.bin"; + sha256 = "53ebe24de959cc4701417ebdc0c25d9106045bd12d88624d3c5dad27a2038820"; + sha256_unsigned = "8ea353b514a2a6b311397b89ce6337c462d4b1093448a024ce1610d914db1833"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v1" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v2 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-8hp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-8hp-v2-initramfs-kernel.bin"; + sha256 = "f7995a962a814abdb59893d82f54be9b8bda7fb1820d2b989c4b11f2148715b0"; + sha256_unsigned = "f7995a962a814abdb59893d82f54be9b8bda7fb1820d2b989c4b11f2148715b0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl838x-zyxel_gs1900-8hp-v2-squashfs-sysupgrade.bin"; + sha256 = "1250d193ab6f6a0f97f5b50e273afb39b29ecc77fb5e2674969adf424b3e98ef"; + sha256_unsigned = "f887093e7361af9ef95d9051b593ec47ca7b1755fcf04c5298e203a1e0660b0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v2" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "realtek/rtl838x"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + rtl839x = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + zyxel_gs1900-48 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl839x-zyxel_gs1900-48"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl839x-zyxel_gs1900-48-squashfs-sysupgrade.bin"; + sha256 = "d8e021da031a506d297b98bf603edd6779ac285bdade0022bbfbfa0a3db88cbb"; + sha256_unsigned = "19603f368525acc9aa740f4f0d618b0bf8097afa3a22d567fe0227df6eab0b7e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl839x-zyxel_gs1900-48-initramfs-kernel.bin"; + sha256 = "13148e48e2f502a9ca00ff108f0ae52b431332ae9d6b91d73066b315f3803d56"; + sha256_unsigned = "13148e48e2f502a9ca00ff108f0ae52b431332ae9d6b91d73066b315f3803d56"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-48" + ]; + titles = [ + { + model = "GS1900-48"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "realtek/rtl839x"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + rtl930x = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + zyxel_xgs1250-12 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-realtek-rtl930x-zyxel_xgs1250-12"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.2-realtek-rtl930x-zyxel_xgs1250-12-initramfs-kernel.bin"; + sha256 = "aaf2cb77419e4985b305a0408e8857e9b689721f3029af7f4b2d2204870f958c"; + sha256_unsigned = "aaf2cb77419e4985b305a0408e8857e9b689721f3029af7f4b2d2204870f958c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-realtek-rtl930x-zyxel_xgs1250-12-squashfs-sysupgrade.bin"; + sha256 = "bf23db0915b193f55dd4c82f66fb26738de364cc93e231ba6b473148579674a4"; + sha256_unsigned = "a57f265de5718d3b15f346ca689a104012a38799a8729a384663f179f0a0e5c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,xgs1250-12" + ]; + titles = [ + { + model = "XGS1250-12"; + vendor = "Zyxel"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "realtek/rtl930x"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + rockchip = { + armv8 = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-r2s = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.2-rockchip-armv8-friendlyarm_nanopi-r2s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-rockchip-armv8-friendlyarm_nanopi-r2s-squashfs-sysupgrade.img.gz"; + sha256 = "e073bfca6da87e9e2c97dd03c8371738ce1011d06aec72911ef1f6496f5cdadc"; + sha256_unsigned = "843eb7c82a89404b67d968971646c89234db8e4dbfe29dee995c7962756072cb"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-rockchip-armv8-friendlyarm_nanopi-r2s-ext4-sysupgrade.img.gz"; + sha256 = "567fbe3564e96c4bff4f257b131a77acbd360c5e1189ae1bdd22642227d73f25"; + sha256_unsigned = "443093847a37b01dc1e45b1afa6b9f9c845c1fe24e6411cb1a6afdfb3d735ed9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r2s" + ]; + titles = [ + { + model = "NanoPi R2S"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r4s = { + device_packages = [ + "kmod-r8169" + ]; + image_prefix = "openwrt-22.03.2-rockchip-armv8-friendlyarm_nanopi-r4s"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-rockchip-armv8-friendlyarm_nanopi-r4s-ext4-sysupgrade.img.gz"; + sha256 = "de257467f13b9e5c17e72ce5e94505f0442a14250a3c54352b2d7a2526b0f9de"; + sha256_unsigned = "387d18209d37553bf43cad99acae38ae78291aacfb301a904b0ee13460a73c71"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-rockchip-armv8-friendlyarm_nanopi-r4s-squashfs-sysupgrade.img.gz"; + sha256 = "f9fe0f4ee6ad1393cffca908013ecad1b2c2b4865f0ae211b7da20d6e99ba944"; + sha256_unsigned = "07457138dcdc0bc7ff88e70a03b7c1cc3cc54e197b66de852d99f2bd49c12a6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r4s" + ]; + titles = [ + { + model = "NanoPi R4S"; + variant = "4GB LPDDR4"; + vendor = "FriendlyARM"; + } + ]; + }; + pine64_rockpro64 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-rockchip-armv8-pine64_rockpro64"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-rockchip-armv8-pine64_rockpro64-squashfs-sysupgrade.img.gz"; + sha256 = "95ebd7f33b00eb7a91ee0fa1d76d7708098d0511ab6cc190a175b01e228c7443"; + sha256_unsigned = "e8e1e894cacea6017b2f979430558148f44f9b33c7292b777004e16bce334851"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-rockchip-armv8-pine64_rockpro64-ext4-sysupgrade.img.gz"; + sha256 = "894e2c71ee5be3b17e5c595d20310afe8fb2298a72b4124342b5051deffd6382"; + sha256_unsigned = "98fe6473a3cf7bf419a780bc52db13318536b4dd3b949ea8599e9ed98366fef3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pine64,rockpro64" + ]; + titles = [ + { + model = "RockPro64"; + vendor = "Pine64"; + } + ]; + }; + radxa_rock-pi-4a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-rockchip-armv8-radxa_rock-pi-4a"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-rockchip-armv8-radxa_rock-pi-4a-ext4-sysupgrade.img.gz"; + sha256 = "195d2bc3f77ed79bef2a01e1073b45b1434052c6c35aa866f8785d6cb73838b4"; + sha256_unsigned = "81c0b21cac6d0bc692cb474eb1759fa5da39fc21506fc8cf61526bdc78e68d84"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-rockchip-armv8-radxa_rock-pi-4a-squashfs-sysupgrade.img.gz"; + sha256 = "a75ceb1bc95c9bcb0649d04bb68b2f6bc89e8d6da9036023bfde2b7e791fa2d0"; + sha256_unsigned = "e4c2daa62a10cd1bb307452a701d6e00db4815318fe398bf8aaed5a5d2990048"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "radxa,rockpi4a" + "radxa,rockpi4" + ]; + titles = [ + { + model = "ROCK Pi 4A"; + vendor = "Radxa"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "rockchip/armv8"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "8595fc1dfc0a979fee0f9f47ce24c1b8d1eb11d43d546a19719105c8befb82b8"; + sha256_unsigned = "5f3c39d5b0db12d1c2dd3ab57a5260c50e967c998c13b60c3041e234becfcf9f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "0f4ba4ab68a4a5265e9c05fd37feab0852dae04519b62041cfc37a3c89282713"; + sha256_unsigned = "ef03786f451a5df275be7d2d08013788562ec8e68d012af75e4f9ca02afd6bcb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + model = "NanoPi NEO Plus2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa53-friendlyarm_nanopi-neo2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa53-friendlyarm_nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "5a56a82820a120342942d3145828c72e41fe93b0fb27c87eadb431c7452bda25"; + sha256_unsigned = "7c0f76782f1f12e1a4d0b904dff28a4352a680851122d8bcd106e6eb056d6ace"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa53-friendlyarm_nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "4e7d721829e30bea6cb833903a85ad5f71a7a8c9f5d837f6ad91f11c8b992447"; + sha256_unsigned = "42321a684efd485a645b072feaff8c838898cdf52300cdc303ab1fa52807c152"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + model = "NanoPi NEO2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1s-h5 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5-squashfs-sdcard.img.gz"; + sha256 = "532f7d345fd7629d4f7b33370797f4661b5da57956d52da29551e0e4227f645c"; + sha256_unsigned = "23cce041ca4e02d4cc0800449d8f3ba7eeac4a1f10a049ae945d6c7863d36add"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5-ext4-sdcard.img.gz"; + sha256 = "8b926bc302d33f76eb88dbe475d2e69906ed1a55684005d4e420596520fde4d2"; + sha256_unsigned = "66f81ccdc3291485147f9aa91789a21daedc274865eb9e74eab22592333be864"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-r1s-h5" + ]; + titles = [ + { + model = "Nanopi R1S H5"; + vendor = "FriendlyARM"; + } + ]; + }; + libretech_all-h3-cc-h5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa53-libretech_all-h3-cc-h5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa53-libretech_all-h3-cc-h5-squashfs-sdcard.img.gz"; + sha256 = "463edbaafa97ac1741f66ac55681c2f2fe2a6ec549ec3cfab97d1690e9b09f5d"; + sha256_unsigned = "44a73717904ce8ca29a29f2b1902dbea42da0a15d49627e5b9a3ae0a1de812f3"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa53-libretech_all-h3-cc-h5-ext4-sdcard.img.gz"; + sha256 = "55697cb4fe4f6757af737e51b712a925b51b5cb806302d61df1bfcf97c2d8061"; + sha256_unsigned = "c23a8b8de581e0f85333e8ac8096fb02d6e280c8beeb79281957f3938420cbd1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "libretech,all-h3-cc-h5" + ]; + titles = [ + { + model = "ALL-H3-CC"; + variant = "H5"; + vendor = "Libre Computer"; + } + ]; + }; + olimex_a64-olinuxino = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa53-olimex_a64-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa53-olimex_a64-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "ebe59c70bb29001b2cf7c87a37a661c26bed99c05ec77a51d43ee7fdee05c51a"; + sha256_unsigned = "e2bb8310a7c6b9b7c27494e1f5d68caf43aa90a104d2c7eede550d8ccf088fa4"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa53-olimex_a64-olinuxino-ext4-sdcard.img.gz"; + sha256 = "b9198190c897dda6eb24c72f98d75820e040ea0fa01b008d64af18a498d336f3"; + sha256_unsigned = "0fcf0f3c75fbd87815150134464fb9643ddd6fd892576d4aa87dc5090eb0b12b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino" + ]; + titles = [ + { + model = "A64-Olinuxino"; + vendor = "Olimex"; + } + ]; + }; + olimex_a64-olinuxino-emmc = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa53-olimex_a64-olinuxino-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa53-olimex_a64-olinuxino-emmc-squashfs-sdcard.img.gz"; + sha256 = "a0b0e8a0cb77d073a5bf96e279d7431acdadc5f6fd3061372f55e42f3d9bc8e6"; + sha256_unsigned = "cdc531c3dfa2195c66cd20713f2b1b68ff4be8955f66595db755def9045b8324"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa53-olimex_a64-olinuxino-emmc-ext4-sdcard.img.gz"; + sha256 = "7e68a04c438b95085997b9bd3129b35f825424676944e9afd8427d8183780d88"; + sha256_unsigned = "149810eb21328f7ae4c9c15bfe29440ece07ae29ca1c5ec5e58f97f13660556d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino-emmc" + ]; + titles = [ + { + model = "A64-Olinuxino"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + pine64_pine64-plus = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa53-pine64_pine64-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa53-pine64_pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "172deeaba106b37230b15dd3c172019b920a2cd7edc042d4d50816728ad1958d"; + sha256_unsigned = "1c63c7ffc8b7ee0e387bcf4dd6933617c7f1b87b06d09456af7a24eb35f021f9"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa53-pine64_pine64-plus-ext4-sdcard.img.gz"; + sha256 = "11b6316ed62357ae3c837afcedcecf30c1964fda699897361933c2b9fc194665"; + sha256_unsigned = "872a57db2fd879b14e1341651c7d7b2b2b6f5118d378d4043d3d443615e2f4a9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + model = "Pine64+"; + vendor = "Pine64"; + } + ]; + }; + pine64_sopine-baseboard = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa53-pine64_sopine-baseboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa53-pine64_sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "6d3ba91ebca4acc70291a9b7024f2b38455882bc5998e7b094e832286d62a4ad"; + sha256_unsigned = "b5a15365ed8e740b3dd8f41efd35fbe72a818a5abfd673a0266d62f96089f51d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa53-pine64_sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "f8b57faad626d1ac966939d037690c4959707268257300dc3cfb65bb1a64c972"; + sha256_unsigned = "6abe07863b2fe685ea268c2b2d6f28424eae4d5e21896ae4e14c6dbfae912419"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + model = "SoPine"; + vendor = "Pine64"; + } + ]; + }; + xunlong_orangepi-one-plus = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa53-xunlong_orangepi-one-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa53-xunlong_orangepi-one-plus-squashfs-sdcard.img.gz"; + sha256 = "1f2b2348c8a3c8e6199ce9bbbd3fa7857c843867972a7cde8f6cc2cf9fa60ac6"; + sha256_unsigned = "1bcfff0193dfff31db4148f9f0951ce3590a1c7777d1ee9d9a7a8c54c32ecac6"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa53-xunlong_orangepi-one-plus-ext4-sdcard.img.gz"; + sha256 = "bc259363994d555f36cbcd7ee64bc5a2f97039e42451d297c9e08b032ea83128"; + sha256_unsigned = "797d9f9c81d7939e2122093deab366b5c7303276c3d3fdd3c2e19df1196877fa"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one-plus" + ]; + titles = [ + { + model = "Orange Pi One Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa53-xunlong_orangepi-pc2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa53-xunlong_orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "f3e64d3c205b40ee593d8c19e43a6ac1ba4dc8acc2183565f88c47b223ca6147"; + sha256_unsigned = "f072cbf767bb82ebcf6b7ea0b9bb6bca730260414ba8073b5171c8621cb2950c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa53-xunlong_orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "a02487e22c266a6df5e3f8690de9649085f75180eb9e4e9156d39028e6246345"; + sha256_unsigned = "4d146593a1c124ef2fb7e3e33c494e1659fc1f985e0403977fdf492bbf12d36d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + model = "Orange Pi PC 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa53-xunlong_orangepi-zero-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa53-xunlong_orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "88a20c696b2b52245f5fe2a97297d7675156f77e8de44fbe905571da1935b143"; + sha256_unsigned = "badb15e4caa28698137d78abcf6007c8196fab0ab212790340309c764dc16f7b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa53-xunlong_orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "af89d6e39312b85536061baedded76211b06f64ce309f8f4e9ae6bb34eedd8b1"; + sha256_unsigned = "ee48c33dedad7caa56340a5e27a91fc001b3dda076f72d74846104816645875b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + model = "Orange Pi Zero Plus"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "sunxi/cortexa53"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_cubieboard2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-cubietech_cubieboard2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-cubietech_cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "03411da1e752031890e5bae33950cc3efbf79f24ed1a459cda9039ca648cea0b"; + sha256_unsigned = "cdac76e6fca32c519de5f542cfea512b64f89fc121e755929724c3ccade80920"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-cubietech_cubieboard2-ext4-sdcard.img.gz"; + sha256 = "5dc7d603fb40b392791fc1022bca487d2da36040d364cce4905cba6eddb2788e"; + sha256_unsigned = "f283bf590e571c5baf773b22a40b68c2e3b1e6a22f6fdde21ce7cf7277af40a5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + model = "Cubieboard2"; + vendor = "Cubietech"; + } + ]; + }; + cubietech_cubietruck = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-cubietech_cubietruck"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-cubietech_cubietruck-ext4-sdcard.img.gz"; + sha256 = "9f1557bcaa2e27d0c33ec1ffc1757b4fa1505d2f69eaa02bc1a0a2579c77cacc"; + sha256_unsigned = "f57506da05f416b64988bcf3841f54cd509f152368cac7f2b56720c62e53f39e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-cubietech_cubietruck-squashfs-sdcard.img.gz"; + sha256 = "0fcda3a3d2e763fbf35a62d25252f7095e6c060285067e8047f6ffec92470d92"; + sha256_unsigned = "84aa4aea63bfd7c4a28730bcbaf2147c9fdfdced5ddbc24ba22efd068fec3e8e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + model = "Cubietruck"; + vendor = "Cubietech"; + } + ]; + }; + friendlyarm_nanopi-m1-plus = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-friendlyarm_nanopi-m1-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "3046e1b0c18831c7f2588ebfb521a1e76b0e11f328d0aae554f27d6cdd2145e0"; + sha256_unsigned = "77ce8693fe2c81b4c4d6cf99f6a90a34f5323569926ccc2d6f046c395179698d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "f10ee5a9dc69ef51c24f13407d39d32a4f4505589cf296e156a7567d1352fffe"; + sha256_unsigned = "83a5c1e5a07ee6ac19840d8dcda86b880bf11631a7159ddce9e1e77cef82cb07"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + model = "NanoPi M1 Plus"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-friendlyarm_nanopi-neo"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-friendlyarm_nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "c1241b801da7853cd541e22e4277bce24137c07422f1c80fee74fdfc3e82e2eb"; + sha256_unsigned = "dc217e6c85fe69748b1f1530850ef3e44e21086449923b2801e060e9cf5b4ec3"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-friendlyarm_nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "b56386142bbb78d12a17c91be9a60b9449ef3a3ef7ba72bcb722ef091e20199a"; + sha256_unsigned = "d3023153ced78fd1b074dd9e0b9e325ce94ff95ee4a19e0d58c8dad4c8200ad5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + model = "NanoPi NEO"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo-air = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-friendlyarm_nanopi-neo-air"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-friendlyarm_nanopi-neo-air-ext4-sdcard.img.gz"; + sha256 = "f9369acb31f83182c943b0fe28144c3226e0c0307a3e9b36fb8bcf13edc8f502"; + sha256_unsigned = "cdbe9ae6c4f3259cd6b262837c9d34b71d2fe9dd2cbcfc4b60d43b326e6124ff"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-friendlyarm_nanopi-neo-air-squashfs-sdcard.img.gz"; + sha256 = "707a0e416b57178d6034a12241d3259ff0c2d0b27de34a6ff54e0da1a0ed077e"; + sha256_unsigned = "423e1817c524c67e0b107e32f1f7b92f1c32a5aeb95f9cc8d5835b5782b4c8f1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo-air" + ]; + titles = [ + { + model = "NanoPi NEO Air"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1 = { + device_packages = [ + "kmod-usb-net-rtl8152" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-friendlyarm_nanopi-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-friendlyarm_nanopi-r1-squashfs-sdcard.img.gz"; + sha256 = "0450a0afb13d37d637aa7df512d2e7c9193481bae90f1e03173ab484b4a1634f"; + sha256_unsigned = "4752fc80a46faa4e5e76819e2b722ab304099efcdc0c4a2dee6ae9641c473708"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-friendlyarm_nanopi-r1-ext4-sdcard.img.gz"; + sha256 = "f87b8ec603837738fed409788e75f3ba5cfcf6c43a17357bdf572584863d07e9"; + sha256_unsigned = "c8f279def0d178524e99acf38aa856736ab5f128d353fe26d523d140a438d725"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r1" + ]; + titles = [ + { + model = "NanoPi R1"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_zeropi = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-friendlyarm_zeropi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-friendlyarm_zeropi-squashfs-sdcard.img.gz"; + sha256 = "509d4c3f5daaae66d184ce08f2f973d903e972c36e73a6bac3f625cc58c0cd10"; + sha256_unsigned = "9d40159e05968224a6ef23044cfe9f1527a84cff2eac2435fedff1dfcb4ad76b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-friendlyarm_zeropi-ext4-sdcard.img.gz"; + sha256 = "dc5d75da654d443f0b1e1f0b54ec1b242dbb15e4b7def1ae922afe6ec5cea244"; + sha256_unsigned = "5912a60faae3a0c1fb915a5b06a3d2151cb076a99d9da41f4751661ac1566ef2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,zeropi" + ]; + titles = [ + { + model = "ZeroPi"; + vendor = "FriendlyARM"; + } + ]; + }; + lamobo_lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-lamobo_lamobo-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-lamobo_lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "784d20d518456a0de0fd3d955e979fe75f2ab7b7bd5e2995659e066c76d8a66d"; + sha256_unsigned = "39ac2f600164743578cb4ce89481333cd85ad27ef7d289d534cc11fb2934c5f2"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-lamobo_lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "130098aa92c1df524f7288e20b0854eef1640cbaaeef1c931162f6596f12a6cf"; + sha256_unsigned = "1d12fb259c5eda58f5865dea2a36a1972d1013efef77c30853f365ca17a4b418"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + model = "Lamobo R1"; + vendor = "Lamobo"; + } + { + model = "BPi-R1"; + vendor = "Bananapi"; + } + ]; + }; + lemaker_bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-lemaker_bananapi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-lemaker_bananapi-ext4-sdcard.img.gz"; + sha256 = "dd050de52885fb8994fdeb98dccdfb4ae9988f88556b6fb3ab66ae33337d7fa8"; + sha256_unsigned = "6aab5b92cab9e5c48ec25ed0c4b5725f1245455e597b8a4df757a5799d9168ef"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-lemaker_bananapi-squashfs-sdcard.img.gz"; + sha256 = "045eb9b111e9d8335c0993ac58ac77f8343a4c3b2be4a3ec32a734ce09c1e795"; + sha256_unsigned = "a334af6d89cc79b5c9f24274f9fe3a5ba3a2c36224baf71bba0eec54d1afb48d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + model = "Banana Pi"; + vendor = "LeMaker"; + } + ]; + }; + lemaker_bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-lemaker_bananapro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-lemaker_bananapro-squashfs-sdcard.img.gz"; + sha256 = "dc396943e71b385eb97e740788fb3d18955f42880748f818cbc96da59cf1995a"; + sha256_unsigned = "6638aac20e4f209c211fb6f6090e0b2eafc637fa1848d1d1ed60890ff1faf6d0"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-lemaker_bananapro-ext4-sdcard.img.gz"; + sha256 = "c80181daca4c7e26c165b382defd44369fd3d83ddf205b0722d743c8d2aa2acb"; + sha256_unsigned = "88488744abe939c3b33f65a331548206fcae9a9cd57d1f69e908dac4f661bdc5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + model = "Banana Pro"; + vendor = "LeMaker"; + } + ]; + }; + linksprite_pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-linksprite_pcduino3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-linksprite_pcduino3-squashfs-sdcard.img.gz"; + sha256 = "f16701df6799b5d9a3e3bcf94f5741ae346540420dc0152caf5cdf2207adca4a"; + sha256_unsigned = "bfe4d82817a84e66af555c1a183cfb2d29bfe3d4155e8200fb7aa6b8f902b0d6"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-linksprite_pcduino3-ext4-sdcard.img.gz"; + sha256 = "80a27ad2bc54b544086938a54309c20070ca690c95ecd421a77a1f89990cffc7"; + sha256_unsigned = "34a01cac59096725c1882dea1a966dc96d5db396cc603a5a25cb9b1b0b0e2917"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + model = "pcDuino3"; + vendor = "LinkSprite"; + } + ]; + }; + linksprite_pcduino3-nano = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-linksprite_pcduino3-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-linksprite_pcduino3-nano-squashfs-sdcard.img.gz"; + sha256 = "c10d5f6435d1e871795857e232a1dbc31affcf5eaddbe46536d1594c64ab8386"; + sha256_unsigned = "8c334ea08a1894bd5236e28f6889d2770c50b6e4b5a021b2fcdc086c22042685"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-linksprite_pcduino3-nano-ext4-sdcard.img.gz"; + sha256 = "ac7fb5d32d3286ce8c7796f7290bdeebe94cfd87c36840d51d8848005cf21ecd"; + sha256_unsigned = "e4e85a29f96df7d89d6bec05a8b882dfaac4ea3285a4f25e521b644f7b534a5e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3-nano" + ]; + titles = [ + { + model = "pcDuino3 Nano"; + vendor = "LinkSprite"; + } + ]; + }; + mele_m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-mele_m9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-mele_m9-squashfs-sdcard.img.gz"; + sha256 = "cf10a4882c76da82b7728a74b40bcaea810d91e06101c9b9e53bd0476e542844"; + sha256_unsigned = "b2b8cdb3fc1dfa00460b6fd7046276f62857a98251309363fe082127eb1b94cd"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-mele_m9-ext4-sdcard.img.gz"; + sha256 = "43b5fe2cf3e858f78b55dc3b3df11bf88bc0250e54b3cae8aaaa803a62b05567"; + sha256_unsigned = "edea8d8b8b6b6d2de8842a22552bea28c9497bedb4d758a1b1bead444138a34d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + model = "M9"; + vendor = "Mele"; + } + ]; + }; + olimex_a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-olimex_a20-olinuxino-lime"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-olimex_a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "67e09787c41e0b60ba67bb6b2d1e0a8fa48e6113fc896d888eabf7c649a94086"; + sha256_unsigned = "3137f4fc1108f153462630b57b82eec91e39f7bc3a0a24d3b66675f3476aa35f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-olimex_a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "907652d8e52a2c75f03d5030009de25bdd5a7890cddb4f8fd0e05a8a1bc8ac51"; + sha256_unsigned = "d20d311a9f70d5a833da2fb14973ae14681a531300803408dd0927b255b86f58"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-olimex_a20-olinuxino-lime2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-olimex_a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "fdb9a1fb386a5984712de2a9eac3ca826b5f67ed72826f4f305f93dae63ffdd1"; + sha256_unsigned = "ab63f73e089fbf26453432474a4cc838e39399f20747488f08f54e6e86c1e232"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-olimex_a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "b54561209842b9952ec3855cf6366bcf3d2ec00905ce103378b03332dfb4c2e2"; + sha256_unsigned = "20d21f73a2f3289e062ad713a8d10f33a93ec7acf2bd38dc5440cd67546fea32"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "899e8de4f4fe40a58aa42de6a9de66c22b3683add5968ad0fc9bfd84fa35e1ef"; + sha256_unsigned = "59e1957e8047f7c6e3055dd2bb5f7fa2de1c3b3e72e373500b5a4fbccb42299c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "4d9533d0d2501e308a406942f585e64ab6f26cdd63ee18f3bcc9cc6c8270b952"; + sha256_unsigned = "1a1f893335b35deed0d18efa3dda4b25895736fe107b5714dc5afa7d530fd689"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-olimex_a20-olinuxino-micro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-olimex_a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "0f87ca1c76ab9d56e5c7fec3b836b05bb0fee8e5dbb59cdd2a962b8b91fba660"; + sha256_unsigned = "0c2428fae68af0d07b88f6f9a5f0d06f1a498826298f41affb20edefb97971ce"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-olimex_a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "dfb353849d3469366a56715ffbd85d53cfd4165e52d7693d0764f642dbc13f7b"; + sha256_unsigned = "f9de06cf94d5b0a1eb2f62f8384bc9d7898a4a4812e55bc169fd15a22c859cad"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + model = "A20-OLinuXino-MICRO"; + vendor = "Olimex"; + } + ]; + }; + sinovoip_bananapi-m2-berry = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-sinovoip_bananapi-m2-berry"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-sinovoip_bananapi-m2-berry-ext4-sdcard.img.gz"; + sha256 = "0aebcafb40481199783e484e51e5b1b8569e95895c7c67341a8047fd7c3d8c04"; + sha256_unsigned = "7bfdee196a1866fb6a6d78b460f669872b2a03f3c2383b194957be2da50a07ed"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-sinovoip_bananapi-m2-berry-squashfs-sdcard.img.gz"; + sha256 = "c9573b6b2ec475f900d52125674511ba082bbdfb47eaa8e0f15ac07672fe45b8"; + sha256_unsigned = "023cb73b2cd00ad9b06110ab6aac27cafc58c0d709d2674de3a42717a224ce26"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-berry" + ]; + titles = [ + { + model = "Banana Pi M2 Berry"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-plus = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-sinovoip_bananapi-m2-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-sinovoip_bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "5cd106fe83d406112c7d331395edf87c1e284f0a6a2f0d44bce02de60cc77d2d"; + sha256_unsigned = "a79fd437a7c271ad49b4b2fc6c8b1d45052983221266133b4d9639cee744ab44"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-sinovoip_bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "1deffcc72760ef56ee8a2932b17f048735fc91526c908d0ebfdb6157f86945db"; + sha256_unsigned = "63e3a32320908f9abca07d110285a696257d0dd1d3672bb4e64e38f37e65ed48"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + model = "Banana Pi M2+"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-ultra = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-sinovoip_bananapi-m2-ultra"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-squashfs-sdcard.img.gz"; + sha256 = "6e82972413d750773106b13182f68724e7bf5f96a86dbfc2207564bb1902680c"; + sha256_unsigned = "b6e55595a3e970cda8f3247b55f835f11cbbc4ae7e8c7b2f5c817dc7da93a5ce"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-ext4-sdcard.img.gz"; + sha256 = "719e168669d5d6e428e5c3c25a7890e00c3721c5b0bbd7fc7ff2bfe927b18fbb"; + sha256_unsigned = "d9b6669ad7d900b9d8658f34e48e739901116ffcd87de156d325d0c738428dd3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-ultra" + ]; + titles = [ + { + model = "Banana Pi M2 Ultra"; + vendor = "Sinovoip"; + } + ]; + }; + xunlong_orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-2-ext4-sdcard.img.gz"; + sha256 = "cfd6f1b2c4af6bb6a7c424c7b5670cd5bb0dbe6eb5471b261bf0316a03ab6cd2"; + sha256_unsigned = "499fcfa9a6f2f80bd3d41b5319ed0f4b9148c10f9417545e2bece347d4a849ef"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "4e20cd87030b5fff72857ef6fb572c23a47f58ff77eafcc8afa8e1e9057c781f"; + sha256_unsigned = "36d8d035769230f85bc19a886c043ba486a3df1508cb11ac7c991096fea9b083"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + model = "Orange Pi 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "e38c22745a1381ed3cff32d7add20961b4d63f463e64c122094cd435c0df707b"; + sha256_unsigned = "fb05cef1a83a6549eddf018a471a35a600856ca410b9037eae510fafd2ac9180"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-one-ext4-sdcard.img.gz"; + sha256 = "172ae28b52cba49fd6187a258c08b8cbc9be5c7b7e02fe5bcdb45f2a01264f6e"; + sha256_unsigned = "389dfa5ffde6898d207cba4e40122d789792cb53846a3d4c5535d3810e2e0451"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + model = "Orange Pi One"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc = { + device_packages = [ + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-pc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "57ee49f5228d789530b7968698154a5fbc8a0dddd6549928cf4fff5efa324743"; + sha256_unsigned = "d3d015613116ff7d8f0218d6aefee81ceb5f709bf1fe35e759f1467b0ab89b29"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "7f23baf3f0e8baacee717dbd04f5d9c041ddf46ad89b1270301f3e2f6584fa41"; + sha256_unsigned = "19a78929a4caaf1108572d7f03005d14695f0ea3fc415c43742ecbd13a212fb5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + model = "Orange Pi PC"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc-plus = { + device_packages = [ + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-pc-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "a6eec0e094c3aee7e295401d99b09a00225268d6ed7b473dbd114b553f1a9d01"; + sha256_unsigned = "6b589e28b2d44cf27ff2b6bda109bac416d2fc70e3567311100e76af8c1779ad"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "d28b4a0a5f8bb388a26d4798abe7ad6f286854b081f3d6c00c189261291e58dc"; + sha256_unsigned = "8341b55a1d2be43230cb409edb511be1cd1a2c78489738e83452fadde5a266a3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + model = "Orange Pi PC Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "0894d354b1e04fe5bb459a20a88ca15fbda547a8181c936122e96809a4b7c390"; + sha256_unsigned = "19a9fad6e93f1b30b396e5d810d2a3d4e7417cbfff756a87b34015335b603665"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "df2b139a05e8b4e1335bccc3763a360cefbf64795e71c0e62d4d8763b1415b24"; + sha256_unsigned = "9534efe19acbc69cc426ac0ada196ebe7378fb264d81a9c6559f7d1235480601"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + model = "Orange Pi Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-r1 = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "85525798a9e45c2ebd1177b3e33d1e561565269399cef0b97e808615416e4d1f"; + sha256_unsigned = "67fa95ae8494400388c14fe02dc5abd667c43dfc22c621cca622353a54c319c8"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "ff7cb1f3da63dd244f6a87a97e628ce85487dbe098713494ca898a53e893beab"; + sha256_unsigned = "44590c8db5d65dbef5b072bbe5817005cdea47baf41f9ea5dad46db245d4a600"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + model = "Orange Pi R1"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-zero"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "57faa5138f45dc1ece98e7a190527fe76d32ab21ade781869926f06936e0411a"; + sha256_unsigned = "16b308a66b04fdfc91fc5afe6f8c4bf49582063cce90586d4e48b3dcaf9eeaef"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa7-xunlong_orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "7adb73e9a04a19b426a38d3ad4d95382d6fe2b2d0d4fcfe9e1da3e72ae134233"; + sha256_unsigned = "1df100745150337fdb2708d30b296cf5b673a293136cfdfd1f9dc94dfd31b748"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + model = "Orange Pi Zero"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "sunxi/cortexa7"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_a10-cubieboard = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa8-cubietech_a10-cubieboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "94b5ecbfbc0b3b56276e5146b899eafa2ac5dc2d08733d6705af9f144f39f554"; + sha256_unsigned = "c2b313b9940e072c11459942aa4fb24812ed8d00db2e13cc7f473df664eec782"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa8-cubietech_a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "31ad797f97e0bb56343949e5dac868c737fe5588da917bec6cffa5710e36d70c"; + sha256_unsigned = "bcc7b8cb2911993c7beaa2435a1ec1597c92c88d7673427f0e217ca5518d151b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + model = "Cubieboard"; + vendor = "Cubietech"; + } + ]; + }; + linksprite_a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa8-linksprite_a10-pcduino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa8-linksprite_a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "8c0e0a9a0cf7b188ed41b72c0e660bd329f33097b7c2f82ffb76b39ce822a0b5"; + sha256_unsigned = "3997552b3b669a63ba7363326c07e2251b080a39400b80687018a1f6388cf32f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa8-linksprite_a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "caa61f387d6a9edb485bad14a8fc2cbb08008319139b73e6418134b87ce76494"; + sha256_unsigned = "1c614619960ff297915b41ce13cc53b5f60997fa7674f766906fe598de83e02b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + model = "pcDuino"; + vendor = "LinkSprite"; + } + ]; + }; + marsboard_a10-marsboard = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "sound-soc-sunxi" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa8-marsboard_a10-marsboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa8-marsboard_a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "09ed622d9fee18e482beef8340319441a01a39a76dbbb3559c78cf8e98e06ccf"; + sha256_unsigned = "4a625e5bbf1d4a3b057692cb1c1b0160a41599d33e63428376880f0c6fc33ef6"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa8-marsboard_a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "65de57289056af4de11b983c438db067cf1b594ac7c6efbaf917dc8aadaecd3f"; + sha256_unsigned = "862f990c4a2a1151fac04e9932d86e8a5093e62988787d227176d8d9be57f316"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + model = "MarsBoard A10"; + vendor = "HAOYU Electronics"; + } + ]; + }; + olimex_a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa8-olimex_a10-olinuxino-lime"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa8-olimex_a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "38bd744eac3982e67c3be39823898b94ab6f7513637130f1476386f310034b06"; + sha256_unsigned = "11285348d6b1f4ae17b98c428975774b4d75c9331adc7283794b774cb6edc0af"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa8-olimex_a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "fe227b287e52ba429c9140803df5c6caeebcd3050c99b17c1f1e413e17a26df8"; + sha256_unsigned = "748e811756d75cc323d850a749c2a1ea0e7a3ada1618e37507965b62d94eedaf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + model = "A10-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa8-olimex_a13-olimex-som"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa8-olimex_a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "8eb801b37ca3e7ce00d7ba523f1a254fffd66af1ac174633809fa9206c70b3a8"; + sha256_unsigned = "2d840ebfdfa070e1ce02d6c13f06b3ad1a2505189984e4fafc90b447227c7855"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa8-olimex_a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "acdfa2b37dc5d58f20c33a8a5427486d9ce30747d09c1c0d6d4e30840ebfba32"; + sha256_unsigned = "aae50588b3ad3120f88bd0fd374f2824496d9beb2e66090c67f20e8bfbb64f2c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-SOM"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.2-sunxi-cortexa8-olimex_a13-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-sunxi-cortexa8-olimex_a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "8a99f8489765b623898bda38584f17776fc2fe2c238dc5ab1e6b2a395eac79dd"; + sha256_unsigned = "54820fc059cd9a6071d01aa254d9990792436a156fecc3780f001363b0ec3615"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-sunxi-cortexa8-olimex_a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "37649a3082a5a69b559bc47481b086d3dd1c828519b1ecc42c91784e01d233ca"; + sha256_unsigned = "d24b9d9e3276e9e32f21627e2465decf19b729d8787ee19491fa7f916ed55cec"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-OLinuXino"; + vendor = "Olimex"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "sunxi/cortexa8"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.2-tegra-compulab_trimslice"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "70d585808b9ede7eeabfe4fdf534b08bc07bd45fe8f2d0b8c4f76f005a7cad8d"; + sha256_unsigned = "563914d8c9289e4a1fce39d0352d080da4de6ead493cc3e795e65d9c0a0bfe56"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "e965784da429f6dcaa7846253144663d91207ec81ad9b3451843251b5dcab19c"; + sha256_unsigned = "f183ab79d80efdd0c837403f10de97fd947f9582069a22e27c2c10530afe9c1d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + model = "TrimSlice"; + vendor = "CompuLab"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "tegra/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + x86 = { + "64" = { + arch_packages = "x86_64"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-amazon-ena" + "kmod-amd-xgbe" + "kmod-bnx2" + "kmod-e1000e" + "kmod-e1000" + "kmod-forcedeth" + "kmod-fs-vfat" + "kmod-igb" + "kmod-igc" + "kmod-ixgbe" + "kmod-r8169" + "kmod-tg3" + ]; + image_prefix = "openwrt-22.03.2-x86-64-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-x86-64-generic-ext4-combined.img.gz"; + sha256 = "d5c93fe92ab722d12942d864ad33bd2f428f61f16734e64eb778b401e8ad3a62"; + sha256_unsigned = "4b8cd196a1453cfb75b5292e6ddac6fc6a95855d7b6408a6147ca402ad596df1"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-x86-64-generic-ext4-rootfs.img.gz"; + sha256 = "e8d170956597ce8a5887d943887743c71da735dc8bad08c3ad90e2ec6b2595b6"; + sha256_unsigned = "e8d170956597ce8a5887d943887743c71da735dc8bad08c3ad90e2ec6b2595b6"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-x86-64-generic-squashfs-combined-efi.img.gz"; + sha256 = "a9e53fa5b60ce0e4d8ccd6ab93cfe59a41c91fae830d73dedd1e742f9163774c"; + sha256_unsigned = "0d229b8964492d6abd4f9621280fd72fcbbca31fefd0b4c8383b00a8591e053e"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-x86-64-generic-squashfs-combined.img.gz"; + sha256 = "3b0b4b34ebbfedb2eedd22747727362d54d0de8ec110f1bf6da40338106915af"; + sha256_unsigned = "5fda97aa68a2caaeb8039876c68237b1148fbb3505f4561ac294e09c2e456784"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-x86-64-generic-ext4-combined-efi.img.gz"; + sha256 = "e94da64bf897e005447fffcb8bf3e7700c5169e00ada7d1571dacd0382ecd710"; + sha256_unsigned = "907c41e58070e7611baa58743e8b9c83ce655cf078e02d26321c04e03eff45bb"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-x86-64-generic-squashfs-rootfs.img.gz"; + sha256 = "80201052b7da7dff3ba1709cd39faef01ef6cb34b4226de71c4e6c775304dbb9"; + sha256_unsigned = "80201052b7da7dff3ba1709cd39faef01ef6cb34b4226de71c4e6c775304dbb9"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/64"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "x86/64"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + generic = { + arch_packages = "i386_pentium4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + "kmod-fs-vfat" + ]; + image_prefix = "openwrt-22.03.2-x86-generic-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-x86-generic-generic-ext4-combined.img.gz"; + sha256 = "8b1803788f2142b75732cdb3b8c995f704e87350e6cb71df8050cb8f6c86c9f2"; + sha256_unsigned = "ec1d9f67bc428c773f3615cf2ecde8bd4a934f8c456512a0cd865338e2661605"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-x86-generic-generic-squashfs-combined-efi.img.gz"; + sha256 = "adb64c67746add6d573a2cbd29ed40166326dba43cb60c707e50996ff3e7cae4"; + sha256_unsigned = "2667040b3839831bb7f242b0a35eda969c918050746f098b18e0cda57b538c53"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-x86-generic-generic-ext4-combined-efi.img.gz"; + sha256 = "a365fe3c2050503d13fa0d86a1623a0bc6e8b4f7df6d8d294dcda0bc3baabe03"; + sha256_unsigned = "bfba27e12e8abab4c9d8dd7a2812210d17931ebe2a5b331da6b53caf0a21acc6"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-x86-generic-generic-squashfs-rootfs.img.gz"; + sha256 = "a164a34565eccdacc232fd636d6aea20e1cc8d1c75053d951a8810f8becb7c39"; + sha256_unsigned = "a164a34565eccdacc232fd636d6aea20e1cc8d1c75053d951a8810f8becb7c39"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-x86-generic-generic-squashfs-combined.img.gz"; + sha256 = "04b2b02c7ccfe0712957004c7e5a95840c5ae13eb7e82c844853a1d6de28ec64"; + sha256_unsigned = "e4e5debf52029268d3ccda4a7f64cbdc0b641469790eaea6a1f995ce454ba725"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-x86-generic-generic-ext4-rootfs.img.gz"; + sha256 = "92825068af91952c66bbb6b137149d0f0b065fa644558e50294a117ee6b5df2c"; + sha256_unsigned = "92825068af91952c66bbb6b137149d0f0b065fa644558e50294a117ee6b5df2c"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "x86/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + geode = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-ecb" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.2-x86-geode-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-x86-geode-generic-ext4-rootfs.img.gz"; + sha256 = "c27499e9ee7da9bd2da94e5132f0cb912f578d3bca41aa9467e04226eb124581"; + sha256_unsigned = "c27499e9ee7da9bd2da94e5132f0cb912f578d3bca41aa9467e04226eb124581"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-x86-geode-generic-ext4-combined.img.gz"; + sha256 = "68f16917b105057d56b3c29fa305639f6dd30ee0fdb24ad23194a28a5947ca49"; + sha256_unsigned = "ab7fd042f0df3a49b0343c96c33a6c155475bc4aeb889d8b2a1bad59ae7db54f"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-x86-geode-generic-ext4-combined-efi.img.gz"; + sha256 = "e0f648aca6eb73b3266b8127400c6b63dcf99aa049ab631ed131c20a3735bf69"; + sha256_unsigned = "e47ec7f81482520d56d69a488dca8b41849afc2f33fa9545b79ab3ef8bded9c2"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-x86-geode-generic-squashfs-rootfs.img.gz"; + sha256 = "e2b0c0e5d8e7eb4923869d2bf986381ec6105a984c850b8ed4383899dc97f6dc"; + sha256_unsigned = "e2b0c0e5d8e7eb4923869d2bf986381ec6105a984c850b8ed4383899dc97f6dc"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-x86-geode-generic-squashfs-combined.img.gz"; + sha256 = "3e26bcf01bcf7a0041469a9dd97190e9619e23f1fde70f6e9c693ddcf4ef0f72"; + sha256_unsigned = "54be5e304ef1ae6b4d310c2b1650bb5b469dc69f043347a50f06f313ed483365"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-x86-geode-generic-squashfs-combined-efi.img.gz"; + sha256 = "52fe381679d0d2d58f9b04889ec4febed6ccb63709a170fee4b27fa757f51c95"; + sha256_unsigned = "54c5936794d7cb541bd3bcb422708cc9c54ea6f391de0eb449b167a1faee3805"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/Geode"; + vendor = "Generic"; + } + ]; + }; + geos = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-ecb" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + "br2684ctl" + "flashrom" + "kmod-hwmon-lm90" + "kmod-mppe" + "kmod-pppoa" + "kmod-usb-ohci-pci" + "linux-atm" + "ppp-mod-pppoa" + "pppdump" + "pppstats" + "soloscli" + "tc" + ]; + image_prefix = "openwrt-22.03.2-x86-geode-geos"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-x86-geode-geos-ext4-rootfs.img.gz"; + sha256 = "c2e6cf38bdb5a10ab2a23abe2438cf33dda23783e47dff82d632d2be1904d3d3"; + sha256_unsigned = "c2e6cf38bdb5a10ab2a23abe2438cf33dda23783e47dff82d632d2be1904d3d3"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-x86-geode-geos-ext4-combined.img.gz"; + sha256 = "b74e578286b5295924a339cc1c3faab63e1c206564a43dddd7da306a55e2e6a3"; + sha256_unsigned = "d691880fbe24fc27d554f95c41e8b44739bb63e5b525b1ccda3bfee95e8fa3de"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-x86-geode-geos-ext4-combined-efi.img.gz"; + sha256 = "b2ed44f93ef345f6e5fa883aa95de765b36e44fdd1fbe37e351f0645ea9a35d4"; + sha256_unsigned = "b3fc27271a9eb24600d7603a9ae2a8c1cb1af2927ae959f99329f584d24ececa"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-x86-geode-geos-squashfs-rootfs.img.gz"; + sha256 = "7a6edcdf82bc4b5708ea6e022ffeee689aec2291835d6a276647bdbf887c3849"; + sha256_unsigned = "7a6edcdf82bc4b5708ea6e022ffeee689aec2291835d6a276647bdbf887c3849"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-x86-geode-geos-squashfs-combined.img.gz"; + sha256 = "7afc3f94a57ded28d0f1bc6975ccc76086828b8dd78b902d73a0fb9778e86213"; + sha256_unsigned = "4e965d22f7ad426dc90ac7d9783df1a338d29c9a30936ed1d3dfa94d2d20b88c"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-x86-geode-geos-squashfs-combined-efi.img.gz"; + sha256 = "ce3d29778e3956966db788cd51645611638fc51fb5421db41089b8423a27026a"; + sha256_unsigned = "00c3c3b1598cc1b9573780bc33b6afbd70b37c9e991af1bd6071b4d01451a32a"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "Geos"; + vendor = "Traverse Technologies"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "x86/geode"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + legacy = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-22.03.2-x86-legacy-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.2-x86-legacy-generic-ext4-rootfs.img.gz"; + sha256 = "de46ccaa6482b10c5574209b9509d7d37bae46baf56cc95cfb67857706c4daa3"; + sha256_unsigned = "de46ccaa6482b10c5574209b9509d7d37bae46baf56cc95cfb67857706c4daa3"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-x86-legacy-generic-ext4-combined-efi.img.gz"; + sha256 = "e63cfdf9eeed14ec1e04e6d0f632614a01fb3457b39cc143ee795dcbdfd880fc"; + sha256_unsigned = "a000b0b1f1d7d298dba3a54cf117fe0e44321f043bf1d543f384d4769f7085e1"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.2-x86-legacy-generic-ext4-combined.img.gz"; + sha256 = "7e1752bf7c0be8fd6f37ed41af8c8efac4a0839d714d7b2714cec8f81f7c9598"; + sha256_unsigned = "0a46e7dda443bd609b3ef2a77fcfbcd89b902be097c364b8dec6f3fc0b6347d9"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-x86-legacy-generic-squashfs-rootfs.img.gz"; + sha256 = "c6c51978309320591ac7f1d61838a9be3161b467844a964d5da7d11f69a83ff9"; + sha256_unsigned = "c6c51978309320591ac7f1d61838a9be3161b467844a964d5da7d11f69a83ff9"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-x86-legacy-generic-squashfs-combined-efi.img.gz"; + sha256 = "9c37a0bb0f41b788d193066edf2c3144949700a17bce653fa81dc6e27ca2dd0b"; + sha256_unsigned = "c0685c97e3685388d4625cd36ea8be46111800e571e3a5b60915018f36ad55e6"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-x86-legacy-generic-squashfs-combined.img.gz"; + sha256 = "77fb5afbbba1a28d9f965bda713accecf3f5acedd5576b30492055ad83f7e572"; + sha256_unsigned = "ec364a81d88ca6400cee65b4041bdea0684ccd4eff555d5a57e1744fb7ae36ea"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/legacy"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "x86/legacy"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-msdos" + "kmod-nft-offload" + "kmod-usb-storage" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "d32638794c9a245a4fb5505bced86e1efd647cade7e74c76f74d72e4eb345fe2"; + sha256_unsigned = "d32638794c9a245a4fb5505bced86e1efd647cade7e74c76f74d72e4eb345fe2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "avnet,zynq-zed" + ]; + titles = [ + { + model = "ZedBoard"; + vendor = "Avnet"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "d0ed25ad190dd06e315a301bafe497e3bdd92463b68a5e89139abf44bb83fe05"; + sha256_unsigned = "d0ed25ad190dd06e315a301bafe497e3bdd92463b68a5e89139abf44bb83fe05"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo" + ]; + titles = [ + { + model = "Zybo"; + vendor = "Digilent"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.2-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "c26c507fa40081ef18c3642fccffdf29e230dba0bde29d113c6a378dfeeffaf9"; + sha256_unsigned = "c26c507fa40081ef18c3642fccffdf29e230dba0bde29d113c6a378dfeeffaf9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo-z7" + ]; + titles = [ + { + model = "Zybo Z7"; + vendor = "Digilent"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-22.03.2-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.2-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "dcdf29ae080fa52a232fa985975b1175085e3162586e02c2b107d6e39c20e36d"; + sha256_unsigned = "dcdf29ae080fa52a232fa985975b1175085e3162586e02c2b107d6e39c20e36d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xlnx,zynq-zc702" + ]; + titles = [ + { + model = "ZC702"; + vendor = "Xilinx"; + } + ]; + }; + }; + source_date_epoch = 1665787481; + target = "zynq/generic"; + version_code = "r19803-9a599fee93"; + version_number = "22.03.2"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/22.03.3.nix b/cached-profiles/22.03.3.nix new file mode 100644 index 00000000..39e8ed95 --- /dev/null +++ b/cached-profiles/22.03.3.nix @@ -0,0 +1,53605 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.3-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "89a4c91d84ed5c34d0cc013ed79ddc6479d0e3e3af020d28bcba6242e7e08314"; + sha256_unsigned = "e9344d802d15fa0da7f0319fd01823f06d0de89ce59a895927b9d58a15707ad4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-apm821xx-nand-meraki_mr24-initramfs-kernel.bin"; + sha256 = "0e6bf1448e3b3d32eb5fbdb21b09cab2c30c11ffc5086978efe5a1ed05ee7b64"; + sha256_unsigned = "0e6bf1448e3b3d32eb5fbdb21b09cab2c30c11ffc5086978efe5a1ed05ee7b64"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + model = "MR24"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.3-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "4c7ad488d2f56344b82adbc6217d88210c10c72430ff4b104e49b2fc6512062e"; + sha256_unsigned = "14b208573040f43119b80068a9939797eccca47252d5aa5936f18a239ee0bfe3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-apm821xx-nand-meraki_mx60-initramfs-kernel.bin"; + sha256 = "091ad34f0fa68ca5de9528a5112510239d343d38467f371d7cebe2323363ba81"; + sha256_unsigned = "091ad34f0fa68ca5de9528a5112510239d343d38467f371d7cebe2323363ba81"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mx60" + ]; + titles = [ + { + model = "MX60"; + vendor = "Cisco Meraki"; + } + { + model = "MX60W"; + vendor = "Cisco Meraki"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.3-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "4928601ad85ae345776e9940762eba4d2c488febe8ac709dac263138022e8bf3"; + sha256_unsigned = "0ec24500346f87ca47ea26c336db6f2c8b417209f786d188bf19467fb652eb72"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-apm821xx-nand-netgear_wndap620-initramfs-kernel.bin"; + sha256 = "ff56e4ae1a9fd4f525eb656bc7102c90ade3c72b3d2b37f6d32959beb078a332"; + sha256_unsigned = "ff56e4ae1a9fd4f525eb656bc7102c90ade3c72b3d2b37f6d32959beb078a332"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "9a2628e8c92317039041bd1d680cc8b72de1c6899a9e9c32f5db15d1ec242a42"; + sha256_unsigned = "9a2628e8c92317039041bd1d680cc8b72de1c6899a9e9c32f5db15d1ec242a42"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + model = "WNDAP620 (Premium Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.3-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-apm821xx-nand-netgear_wndap660-initramfs-kernel.bin"; + sha256 = "ac066fb2e7f36817f176c9daaa7f42b39df475b45bda7f4a7db1f0da342fd6c7"; + sha256_unsigned = "ac066fb2e7f36817f176c9daaa7f42b39df475b45bda7f4a7db1f0da342fd6c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "42bec8421ca4ffb0d074a4694db606bf0b39b2720882b219d1f4316c8cdc354e"; + sha256_unsigned = "b815ad92ff7f9772909f8ecd39c4ef973baf5e3d0ce98a5db35bad0161ffe2a6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "1bfb78319766c730c302d1fc1319ce8f9e59e4d34161ba409f36e49b06b9b022"; + sha256_unsigned = "1bfb78319766c730c302d1fc1319ce8f9e59e4d34161ba409f36e49b06b9b022"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + model = "WNDAP660 (Dual Radio Dual Band Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-hwmon-drivetemp" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.3-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "394130e5c83e561af001d9e5741026c266c42eb4614999e4c5b157ed638d976d"; + sha256_unsigned = "fc7f6923c8192466e041152e44b9bd327abdf51830d09f0f47198312638dc8b1"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.3-apm821xx-nand-netgear_wndr4700-device-tree.dtb"; + sha256 = "4755e35f1cb0cf0d5477b5fe531a7f26b3ba584b93b87d4c92994d9ec22e91aa"; + sha256_unsigned = "4755e35f1cb0cf0d5477b5fe531a7f26b3ba584b93b87d4c92994d9ec22e91aa"; + type = "device-tree.dtb"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-apm821xx-nand-netgear_wndr4700-initramfs-kernel.bin"; + sha256 = "a5b07d9b90a77484f55f6a77a4261f9ff2e05ea1dbcd57c82cc8e4aed2f749bf"; + sha256_unsigned = "a5b07d9b90a77484f55f6a77a4261f9ff2e05ea1dbcd57c82cc8e4aed2f749bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "0ab9438238aeecf6ff35ca2eeb915155decba5ab8498b95fa54125ac11cb5422"; + sha256_unsigned = "0ab9438238aeecf6ff35ca2eeb915155decba5ab8498b95fa54125ac11cb5422"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + model = "Centria N900 WNDR4700"; + vendor = "NETGEAR"; + } + { + model = "Centria N900 WNDR4720"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "apm821xx/nand"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "badblocks" + "base-files" + "block-mount" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "e2fsprogs" + "f2fsck" + "fdisk" + "fstools" + "kmod-dm" + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-md-mod" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mkf2fs" + "mtd" + "netifd" + "opkg" + "partx-utils" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "dcd5d8b8a8927c192add782b7876ab3d801ebec7bca8c717642961ec6f2dc1e5"; + sha256_unsigned = "dcd5d8b8a8927c192add782b7876ab3d801ebec7bca8c717642961ec6f2dc1e5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "c54b487269e272bf751346077d33595d343bba0bf049daa2e97555ecc74c5aee"; + sha256_unsigned = "6ba5f4b49e4fa5d1b752e50c60a554e386327d1919dd816ad43d6647461c3422"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.3-apm821xx-sata-wd_mybooklive-apollo3g.dtb"; + sha256 = "0fcf713933f1e35437e4a2d72c66ffe3d4e2267b35e505ca75f85af86116466d"; + sha256_unsigned = "0fcf713933f1e35437e4a2d72c66ffe3d4e2267b35e505ca75f85af86116466d"; + type = "apollo3g.dtb"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "96104bbe0bb24d2f91d87c0b456af78eb213e8f684996c5b4b4f3d68acd79ec7"; + sha256_unsigned = "96104bbe0bb24d2f91d87c0b456af78eb213e8f684996c5b4b4f3d68acd79ec7"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "028acc9392f7fdb9e2b277b7f3f1671d759022d20d9a3976681ce0262300889f"; + sha256_unsigned = "810e85e8019b00ca23f949a682f5ba071045fd61bde780a84daee3f871259bfd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-apm821xx-sata-wd_mybooklive-initramfs-kernel.bin"; + sha256 = "d844f2597e1a37d8d4c7febdc1ceb509c7d501ecfd300c49770125128251947a"; + sha256_unsigned = "d844f2597e1a37d8d4c7febdc1ceb509c7d501ecfd300c49770125128251947a"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + model = "My Book Live"; + vendor = "Western Digital"; + } + { + model = "My Book Live Duo"; + vendor = "Western Digital"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "apm821xx/sata"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + archs38 = { + generic = { + arch_packages = "arc_archs"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim_hs = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-archs38-generic-nsim_hs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-archs38-generic-nsim_hs-initramfs.elf"; + sha256 = "e9a536964c8bec7b607d3b3eacb4c5946dd3014d1d69c45db15d2cb1d13fb92b"; + sha256_unsigned = "e9a536964c8bec7b607d3b3eacb4c5946dd3014d1d69c45db15d2cb1d13fb92b"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim,hs" + ]; + titles = [ + { + model = "nSIM HS"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "archs38/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + atmel_at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9263ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9263ek-squashfs-root.ubi"; + sha256 = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + sha256_unsigned = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9263ek-ubifs-root.ubi"; + sha256 = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + sha256_unsigned = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9263ek-ext4-root.ubi"; + sha256 = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + sha256_unsigned = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9263ek" + ]; + titles = [ + { + model = "AT91SAM9263-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g15ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g15ek-ext4-root.ubi"; + sha256 = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + sha256_unsigned = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g15ek-squashfs-root.ubi"; + sha256 = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + sha256_unsigned = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g15ek-ubifs-root.ubi"; + sha256 = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + sha256_unsigned = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g15ek" + ]; + titles = [ + { + model = "AT91SAM9G15-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g20ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g20ek-squashfs-root.ubi"; + sha256 = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + sha256_unsigned = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g20ek-ubifs-root.ubi"; + sha256 = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + sha256_unsigned = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g20ek-ext4-root.ubi"; + sha256 = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + sha256_unsigned = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek-2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g20ek-2mmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g20ek-2mmc-ext4-root.ubi"; + sha256 = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + sha256_unsigned = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g20ek-2mmc-ubifs-root.ubi"; + sha256 = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + sha256_unsigned = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g20ek-2mmc-squashfs-root.ubi"; + sha256 = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + sha256_unsigned = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek_2mmc" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + variant = "2MMC"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g25ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g25ek-ubifs-root.ubi"; + sha256 = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + sha256_unsigned = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g25ek-ext4-root.ubi"; + sha256 = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + sha256_unsigned = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g25ek-squashfs-root.ubi"; + sha256 = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + sha256_unsigned = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g25ek" + ]; + titles = [ + { + model = "AT91SAM9G25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g35ek-squashfs-root.ubi"; + sha256 = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + sha256_unsigned = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g35ek-ext4-root.ubi"; + sha256 = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + sha256_unsigned = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9g35ek-ubifs-root.ubi"; + sha256 = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + sha256_unsigned = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g35ek" + ]; + titles = [ + { + model = "AT91SAM9G35-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9m10g45ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + sha256_unsigned = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9m10g45ek-ext4-root.ubi"; + sha256 = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + sha256_unsigned = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + sha256_unsigned = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9m10g45ek" + ]; + titles = [ + { + model = "AT91SAM9M10G45-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9x25ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9x25ek-ext4-sdcard.img.gz"; + sha256 = "92eff8ac25cd278d4532b5c74964ded9aaffc4a3fb96416d60934b5fa6e87e7e"; + sha256_unsigned = "92eff8ac25cd278d4532b5c74964ded9aaffc4a3fb96416d60934b5fa6e87e7e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9x25ek-ext4-root.ubi"; + sha256 = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + sha256_unsigned = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9x25ek-squashfs-root.ubi"; + sha256 = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + sha256_unsigned = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9x25ek-ubifs-root.ubi"; + sha256 = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + sha256_unsigned = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x25ek" + ]; + titles = [ + { + model = "AT91SAM9X25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9x35ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9x35ek-ext4-root.ubi"; + sha256 = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + sha256_unsigned = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9x35ek-ext4-sdcard.img.gz"; + sha256 = "692f4e4884703782fbb5f2973ec4cfab9e27a7b12173b4af7efcbaac851bbc23"; + sha256_unsigned = "692f4e4884703782fbb5f2973ec4cfab9e27a7b12173b4af7efcbaac851bbc23"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9x35ek-squashfs-root.ubi"; + sha256 = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + sha256_unsigned = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-atmel_at91sam9x35ek-ubifs-root.ubi"; + sha256 = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + sha256_unsigned = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x35ek" + ]; + titles = [ + { + model = "AT91SAM9X35-EK"; + vendor = "Atmel"; + } + ]; + }; + calamp_lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-calamp_lmu5000"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-calamp_lmu5000-ubifs-factory.bin"; + sha256 = "56c6c23b56b0a7611b413483d23a23d00beda71bd83f30e2b1001eb76885d75c"; + sha256_unsigned = "56c6c23b56b0a7611b413483d23a23d00beda71bd83f30e2b1001eb76885d75c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-calamp_lmu5000-squashfs-factory.bin"; + sha256 = "f751d2fce86dfbd53ed3d865b7f0f92d34db44ef0564f9399444e69a28f6a937"; + sha256_unsigned = "f751d2fce86dfbd53ed3d865b7f0f92d34db44ef0564f9399444e69a28f6a937"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-calamp_lmu5000-ext4-factory.bin"; + sha256 = "fb1da2327566cc1582b03680fbbcaf590f8fa41c58cf89d1e97952d5790aae07"; + sha256_unsigned = "fb1da2327566cc1582b03680fbbcaf590f8fa41c58cf89d1e97952d5790aae07"; + type = "factory"; + } + ]; + supported_devices = [ + "calamp,lmu5000" + ]; + titles = [ + { + model = "LMU5000"; + vendor = "CalAmp"; + } + ]; + }; + calao_tny-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-calao_tny-a9260"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-calao_tny-a9260-ubifs-factory.bin"; + sha256 = "7b857af7f601a244345a2540631e19dc430e4ad44368af630f96249f976d7811"; + sha256_unsigned = "7b857af7f601a244345a2540631e19dc430e4ad44368af630f96249f976d7811"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-calao_tny-a9260-squashfs-factory.bin"; + sha256 = "63358da9cf5f00227769a16f5d5faa709152f19f4d4a765e490d7374f9ee3c43"; + sha256_unsigned = "63358da9cf5f00227769a16f5d5faa709152f19f4d4a765e490d7374f9ee3c43"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-calao_tny-a9260-ext4-factory.bin"; + sha256 = "c9c611454d610999754a70f4dbe63f86f239babc39f46c5c504b6558aa609ff9"; + sha256_unsigned = "c9c611454d610999754a70f4dbe63f86f239babc39f46c5c504b6558aa609ff9"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9260" + ]; + titles = [ + { + model = "TNY A9260"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-calao_tny-a9263"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-calao_tny-a9263-ext4-factory.bin"; + sha256 = "c23e92bc663a86eabd8c349cc382c93282206d99da6fa8d9f58f0c8fe593d90c"; + sha256_unsigned = "c23e92bc663a86eabd8c349cc382c93282206d99da6fa8d9f58f0c8fe593d90c"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-calao_tny-a9263-ubifs-factory.bin"; + sha256 = "081f3b4078cb2c5fec6ee4cf65e125a9b7f4ac3dc8ecddb842696cc8214e718b"; + sha256_unsigned = "081f3b4078cb2c5fec6ee4cf65e125a9b7f4ac3dc8ecddb842696cc8214e718b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-calao_tny-a9263-squashfs-factory.bin"; + sha256 = "e21a948c5381812b936722a522ea0c8a909f75733e8be1d67487a0e47fd918bb"; + sha256_unsigned = "e21a948c5381812b936722a522ea0c8a909f75733e8be1d67487a0e47fd918bb"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,tny-a9263" + ]; + titles = [ + { + model = "TNY A9263"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-calao_tny-a9g20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-calao_tny-a9g20-squashfs-factory.bin"; + sha256 = "47f761363414d1427db734773bee0d5c50da21ac05fe7651af784cafb9f44e2b"; + sha256_unsigned = "47f761363414d1427db734773bee0d5c50da21ac05fe7651af784cafb9f44e2b"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-calao_tny-a9g20-ext4-factory.bin"; + sha256 = "aab44940771e5177b7f3b1004d7b549bab4d6ae045501359d8ecfd2008926e05"; + sha256_unsigned = "aab44940771e5177b7f3b1004d7b549bab4d6ae045501359d8ecfd2008926e05"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-calao_tny-a9g20-ubifs-factory.bin"; + sha256 = "56c866f072a6c971580495cbf49bf0de74a06fba944618f46500be0dd24c85ba"; + sha256_unsigned = "56c866f072a6c971580495cbf49bf0de74a06fba944618f46500be0dd24c85ba"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9g20" + ]; + titles = [ + { + model = "TNY A9G20"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-calao_usb-a9260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-calao_usb-a9260-squashfs-factory.bin"; + sha256 = "3e2c1ea18e1a9b4305bfd744e57d7aba2e2215f5d50691ed77090b802b179a5d"; + sha256_unsigned = "3e2c1ea18e1a9b4305bfd744e57d7aba2e2215f5d50691ed77090b802b179a5d"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-calao_usb-a9260-ubifs-factory.bin"; + sha256 = "be872ee6dd918bc5cbdef612d54ae25072cbc777487fdbc203b1808ea77232b1"; + sha256_unsigned = "be872ee6dd918bc5cbdef612d54ae25072cbc777487fdbc203b1808ea77232b1"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-calao_usb-a9260-ext4-factory.bin"; + sha256 = "3cbf094dbc5990c7e5a93be48938082b065b226c914352a8307a6a8e5913eda5"; + sha256_unsigned = "3cbf094dbc5990c7e5a93be48938082b065b226c914352a8307a6a8e5913eda5"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9260" + ]; + titles = [ + { + model = "USB A9260"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-calao_usb-a9263"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-calao_usb-a9263-ext4-factory.bin"; + sha256 = "8322e4e7f2037ac2d7eadf6ff6285eef1bb35c024fa31804d31c257bd6a6369a"; + sha256_unsigned = "8322e4e7f2037ac2d7eadf6ff6285eef1bb35c024fa31804d31c257bd6a6369a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-calao_usb-a9263-squashfs-factory.bin"; + sha256 = "4ee77d54db85e9e459cd56b17d01fc15edf8a2c722f12f0321e583228f0c3f95"; + sha256_unsigned = "4ee77d54db85e9e459cd56b17d01fc15edf8a2c722f12f0321e583228f0c3f95"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-calao_usb-a9263-ubifs-factory.bin"; + sha256 = "9129e13016a8118901f61092b335f90cd0364716f4952379ef0df1d460a251c0"; + sha256_unsigned = "9129e13016a8118901f61092b335f90cd0364716f4952379ef0df1d460a251c0"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,usb-a9263" + ]; + titles = [ + { + model = "USB A9263"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-calao_usb-a9g20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-calao_usb-a9g20-squashfs-factory.bin"; + sha256 = "488af5c819e2c40e252bb3b8bbc8f1a9679863d46a84e4acec0e4914fe91d911"; + sha256_unsigned = "488af5c819e2c40e252bb3b8bbc8f1a9679863d46a84e4acec0e4914fe91d911"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-calao_usb-a9g20-ext4-factory.bin"; + sha256 = "3c356508f87cfb15729d825a8390bca63374b7fc9479db16556a6d5b01a4843e"; + sha256_unsigned = "3c356508f87cfb15729d825a8390bca63374b7fc9479db16556a6d5b01a4843e"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-calao_usb-a9g20-ubifs-factory.bin"; + sha256 = "7d1e4b12af7f8e56a6a4bec68cb124b45ed30e2aa4d4c04d5c357ea0ef66a2e6"; + sha256_unsigned = "7d1e4b12af7f8e56a6a4bec68cb124b45ed30e2aa4d4c04d5c357ea0ef66a2e6"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9g20" + ]; + titles = [ + { + model = "USB A9G20"; + vendor = "Calao"; + } + ]; + }; + egnite_ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-egnite_ethernut5"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-egnite_ethernut5-ubifs-root.ubi"; + sha256 = "ea60322e62248aa9a65e3440f8c1762f7d2615b25f38cba0592db55337a5204b"; + sha256_unsigned = "ea60322e62248aa9a65e3440f8c1762f7d2615b25f38cba0592db55337a5204b"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-egnite_ethernut5-ext4-root.ubi"; + sha256 = "2836b839092a337d6a3b35aa4b19e69b5e7676148e7ae78baba2e8a63a9c29ec"; + sha256_unsigned = "2836b839092a337d6a3b35aa4b19e69b5e7676148e7ae78baba2e8a63a9c29ec"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-egnite_ethernut5-squashfs-root.ubi"; + sha256 = "fc04d8084c5c3c7d827e4f1580723ba37eae63ddc38ec4f54e444c6bc0e49880"; + sha256_unsigned = "fc04d8084c5c3c7d827e4f1580723ba37eae63ddc38ec4f54e444c6bc0e49880"; + type = "root"; + } + ]; + supported_devices = [ + "egnite,ethernut5" + ]; + titles = [ + { + model = "Ethernut 5"; + vendor = "egnite"; + } + ]; + }; + laird_wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-laird_wb45n"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-laird_wb45n-ext4-root.ubi"; + sha256 = "a88156c77ff610fcdbff4afcd379a21b36bb4aec99012c57a0208790f02b88b5"; + sha256_unsigned = "a88156c77ff610fcdbff4afcd379a21b36bb4aec99012c57a0208790f02b88b5"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-laird_wb45n-squashfs-root.ubi"; + sha256 = "aa71178ac347ee5324dad0863c6c44b90b3913c53cd53beffa44ac12488279a6"; + sha256_unsigned = "aa71178ac347ee5324dad0863c6c44b90b3913c53cd53beffa44ac12488279a6"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-laird_wb45n-ubifs-root.ubi"; + sha256 = "da9d5e5f7286444466b5ca9b7d38adc3b184eec44afe20d651a334a8d9c64a30"; + sha256_unsigned = "da9d5e5f7286444466b5ca9b7d38adc3b184eec44afe20d651a334a8d9c64a30"; + type = "root"; + } + ]; + supported_devices = [ + "laird,wb45n" + ]; + titles = [ + { + model = "WB45N"; + vendor = "Laird"; + } + ]; + }; + microchip_sam9x60ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sam9x-microchip_sam9x60ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sam9x-microchip_sam9x60ek-squashfs-root.ubi"; + sha256 = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + sha256_unsigned = "20ee8a5cdfd490802b586f232e7cbf6adb91941135a3acb80e731604e2df74da"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sam9x-microchip_sam9x60ek-ubifs-root.ubi"; + sha256 = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + sha256_unsigned = "71119634785d2da9fd6a69b19827623ab2f0426dfa54bf56202f0b2d8563eead"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-microchip_sam9x60ek-ext4-sdcard.img.gz"; + sha256 = "9e9e280dc62fac83ce3744cee6f47c3a5a08394356f802b74d697d05fadf8882"; + sha256_unsigned = "9e9e280dc62fac83ce3744cee6f47c3a5a08394356f802b74d697d05fadf8882"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sam9x-microchip_sam9x60ek-ext4-root.ubi"; + sha256 = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + sha256_unsigned = "3374383c4b7547f1a6e4be56bbd0b1e426f1ad9c99541b9e71276fe7962ff799"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sam9x60ek" + ]; + titles = [ + { + model = "SAM9X60-EK"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "at91/sam9x"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama5d2-icp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sama5-microchip_sama5d2-icp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d2-icp-squashfs-root.ubi"; + sha256 = "a8fbcdb05c177d19dec8d5ae03d223f79141a209b00a01e0548529e9f591dfb5"; + sha256_unsigned = "a8fbcdb05c177d19dec8d5ae03d223f79141a209b00a01e0548529e9f591dfb5"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d2-icp-ext4-sdcard.img.gz"; + sha256 = "fe1f612dfa23f8b704a7733df51ffba10be54463e69746385677685caee4ea6e"; + sha256_unsigned = "fe1f612dfa23f8b704a7733df51ffba10be54463e69746385677685caee4ea6e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d2-icp-ext4-root.ubi"; + sha256 = "8593ef3b79a8bd3e080980501ee3ae1f38eaf752ea614e9d7f46f0f7b9b66bab"; + sha256_unsigned = "8593ef3b79a8bd3e080980501ee3ae1f38eaf752ea614e9d7f46f0f7b9b66bab"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d2-icp-ubifs-root.ubi"; + sha256 = "a0654628678be0a3a215ff896de3ab7e93018f2c9197d5de469c99fcac307c63"; + sha256_unsigned = "a0654628678be0a3a215ff896de3ab7e93018f2c9197d5de469c99fcac307c63"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama5d2-icp" + ]; + titles = [ + { + model = "SAMA5D2 ICP"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-ptc-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sama5-microchip_sama5d2-ptc-ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d2-ptc-ek-ubifs-root.ubi"; + sha256 = "a0654628678be0a3a215ff896de3ab7e93018f2c9197d5de469c99fcac307c63"; + sha256_unsigned = "a0654628678be0a3a215ff896de3ab7e93018f2c9197d5de469c99fcac307c63"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d2-ptc-ek-ext4-root.ubi"; + sha256 = "8593ef3b79a8bd3e080980501ee3ae1f38eaf752ea614e9d7f46f0f7b9b66bab"; + sha256_unsigned = "8593ef3b79a8bd3e080980501ee3ae1f38eaf752ea614e9d7f46f0f7b9b66bab"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d2-ptc-ek-ext4-sdcard.img.gz"; + sha256 = "2fdb87e3179f5c5fc9400f0093b885cfd7d2d617e55766088a01fba86447712b"; + sha256_unsigned = "2fdb87e3179f5c5fc9400f0093b885cfd7d2d617e55766088a01fba86447712b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d2-ptc-ek-squashfs-root.ubi"; + sha256 = "a8fbcdb05c177d19dec8d5ae03d223f79141a209b00a01e0548529e9f591dfb5"; + sha256_unsigned = "a8fbcdb05c177d19dec8d5ae03d223f79141a209b00a01e0548529e9f591dfb5"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-ptc_ek" + ]; + titles = [ + { + model = "SAMA5D2 PTC Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sama5-microchip_sama5d2-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d2-xplained-ubifs-root.ubi"; + sha256 = "a0654628678be0a3a215ff896de3ab7e93018f2c9197d5de469c99fcac307c63"; + sha256_unsigned = "a0654628678be0a3a215ff896de3ab7e93018f2c9197d5de469c99fcac307c63"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d2-xplained-ext4-sdcard.img.gz"; + sha256 = "654f61e66794874842325660127f57a7f9da9183dd9885e74bb1645c19769af3"; + sha256_unsigned = "654f61e66794874842325660127f57a7f9da9183dd9885e74bb1645c19769af3"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d2-xplained-squashfs-root.ubi"; + sha256 = "a8fbcdb05c177d19dec8d5ae03d223f79141a209b00a01e0548529e9f591dfb5"; + sha256_unsigned = "a8fbcdb05c177d19dec8d5ae03d223f79141a209b00a01e0548529e9f591dfb5"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d2-xplained-ext4-root.ubi"; + sha256 = "8593ef3b79a8bd3e080980501ee3ae1f38eaf752ea614e9d7f46f0f7b9b66bab"; + sha256_unsigned = "8593ef3b79a8bd3e080980501ee3ae1f38eaf752ea614e9d7f46f0f7b9b66bab"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-xplained" + ]; + titles = [ + { + model = "SAMA5D2 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-som1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sama5-microchip_sama5d27-som1-ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d27-som1-ek-ext4-root.ubi"; + sha256 = "8593ef3b79a8bd3e080980501ee3ae1f38eaf752ea614e9d7f46f0f7b9b66bab"; + sha256_unsigned = "8593ef3b79a8bd3e080980501ee3ae1f38eaf752ea614e9d7f46f0f7b9b66bab"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d27-som1-ek-squashfs-root.ubi"; + sha256 = "a8fbcdb05c177d19dec8d5ae03d223f79141a209b00a01e0548529e9f591dfb5"; + sha256_unsigned = "a8fbcdb05c177d19dec8d5ae03d223f79141a209b00a01e0548529e9f591dfb5"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d27-som1-ek-ubifs-root.ubi"; + sha256 = "a0654628678be0a3a215ff896de3ab7e93018f2c9197d5de469c99fcac307c63"; + sha256_unsigned = "a0654628678be0a3a215ff896de3ab7e93018f2c9197d5de469c99fcac307c63"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d27-som1-ek-ext4-sdcard.img.gz"; + sha256 = "f4deec50656373d3aab120c864ff9a8542f9b3a098e15fcd5ee6ffd530d5acaf"; + sha256_unsigned = "f4deec50656373d3aab120c864ff9a8542f9b3a098e15fcd5ee6ffd530d5acaf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d27-som1-ek" + ]; + titles = [ + { + model = "SAMA5D27 SOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-wlsom1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sama5-microchip_sama5d27-wlsom1-ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d27-wlsom1-ek-ext4-sdcard.img.gz"; + sha256 = "7ded5eedd170a0e79a8577792db1e49ddc3e8ee651ce35537125f3f2e10ec889"; + sha256_unsigned = "7ded5eedd170a0e79a8577792db1e49ddc3e8ee651ce35537125f3f2e10ec889"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d27-wlsom1-ek-ubifs-root.ubi"; + sha256 = "a0654628678be0a3a215ff896de3ab7e93018f2c9197d5de469c99fcac307c63"; + sha256_unsigned = "a0654628678be0a3a215ff896de3ab7e93018f2c9197d5de469c99fcac307c63"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d27-wlsom1-ek-ext4-root.ubi"; + sha256 = "8593ef3b79a8bd3e080980501ee3ae1f38eaf752ea614e9d7f46f0f7b9b66bab"; + sha256_unsigned = "8593ef3b79a8bd3e080980501ee3ae1f38eaf752ea614e9d7f46f0f7b9b66bab"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d27-wlsom1-ek-squashfs-root.ubi"; + sha256 = "a8fbcdb05c177d19dec8d5ae03d223f79141a209b00a01e0548529e9f591dfb5"; + sha256_unsigned = "a8fbcdb05c177d19dec8d5ae03d223f79141a209b00a01e0548529e9f591dfb5"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama5d27-wlsom1-ek" + ]; + titles = [ + { + model = "SAMA5D27 WSOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d3-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sama5-microchip_sama5d3-xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d3-xplained-squashfs-root.ubi"; + sha256 = "a8fbcdb05c177d19dec8d5ae03d223f79141a209b00a01e0548529e9f591dfb5"; + sha256_unsigned = "a8fbcdb05c177d19dec8d5ae03d223f79141a209b00a01e0548529e9f591dfb5"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d3-xplained-ext4-sdcard.img.gz"; + sha256 = "e2b8c11364b5a4fc44a19f2a1f762064930205c5858992c8ed1355902848845d"; + sha256_unsigned = "e2b8c11364b5a4fc44a19f2a1f762064930205c5858992c8ed1355902848845d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d3-xplained-ext4-root.ubi"; + sha256 = "8593ef3b79a8bd3e080980501ee3ae1f38eaf752ea614e9d7f46f0f7b9b66bab"; + sha256_unsigned = "8593ef3b79a8bd3e080980501ee3ae1f38eaf752ea614e9d7f46f0f7b9b66bab"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d3-xplained-ubifs-root.ubi"; + sha256 = "a0654628678be0a3a215ff896de3ab7e93018f2c9197d5de469c99fcac307c63"; + sha256_unsigned = "a0654628678be0a3a215ff896de3ab7e93018f2c9197d5de469c99fcac307c63"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d3-xplained" + ]; + titles = [ + { + model = "SAMA5D3 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d4-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sama5-microchip_sama5d4-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d4-xplained-ubifs-root.ubi"; + sha256 = "d834f5be3eb29f93f19b5214a634c4500ca28a284d475f8ba5b2939dfdf9943d"; + sha256_unsigned = "d834f5be3eb29f93f19b5214a634c4500ca28a284d475f8ba5b2939dfdf9943d"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d4-xplained-ext4-sdcard.img.gz"; + sha256 = "7366bf1d1ef36621d5e1d63ad52328beb342b909d6aefe554cd30a0cf3bd31ea"; + sha256_unsigned = "7366bf1d1ef36621d5e1d63ad52328beb342b909d6aefe554cd30a0cf3bd31ea"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d4-xplained-squashfs-root.ubi"; + sha256 = "a6d74e13c1addcf6e48c4337cd1038db1fa1650e8c93bbccc3e5ed8a6d74afe3"; + sha256_unsigned = "a6d74e13c1addcf6e48c4337cd1038db1fa1650e8c93bbccc3e5ed8a6d74afe3"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sama5-microchip_sama5d4-xplained-ext4-root.ubi"; + sha256 = "92cccb0429e730b1a73a6f8f937023d997557a15b445e504628f62ad7deddd2b"; + sha256_unsigned = "92cccb0429e730b1a73a6f8f937023d997557a15b445e504628f62ad7deddd2b"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d4-xplained" + ]; + titles = [ + { + model = "SAMA5D4 Xplained"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "at91/sama5"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + sama7 = { + arch_packages = "arm_cortex-a7_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama7g5-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-at91-sama7-microchip_sama7g5-ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sama7-microchip_sama7g5-ek-ext4-root.ubi"; + sha256 = "40e4857083d21caa0c0d50e9d9426deba333177f99e3541a5e70a0387c1ebde6"; + sha256_unsigned = "40e4857083d21caa0c0d50e9d9426deba333177f99e3541a5e70a0387c1ebde6"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-at91-sama7-microchip_sama7g5-ek-ext4-sdcard.img.gz"; + sha256 = "41d35acf39af012eb1513eacf9b09cdf860e68b146a57d77fdbeea462170b3dd"; + sha256_unsigned = "41d35acf39af012eb1513eacf9b09cdf860e68b146a57d77fdbeea462170b3dd"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-at91-sama7-microchip_sama7g5-ek-squashfs-root.ubi"; + sha256 = "22037118446a12380f709d5ef22e66f3f0e55e26ec6b0a1de3867f91a1b41c65"; + sha256_unsigned = "22037118446a12380f709d5ef22e66f3f0e55e26ec6b0a1de3867f91a1b41c65"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-at91-sama7-microchip_sama7g5-ek-ubifs-root.ubi"; + sha256 = "39b80e8b436ad23e7aa9325d83160671af6db11a6863b113b1400ed94101e0c9"; + sha256_unsigned = "39b80e8b436ad23e7aa9325d83160671af6db11a6863b113b1400ed94101e0c9"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama7g5ek" + ]; + titles = [ + { + model = "SAMA7G5-EK"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "at91/sama7"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath5k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath25-generic-squashfs-rootfs.bin"; + sha256 = "d06c33bce3300e33228766035443a42ba3277b46df61207622b7d7e4af30a410"; + sha256_unsigned = "d06c33bce3300e33228766035443a42ba3277b46df61207622b7d7e4af30a410"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath25-generic-kernel.gz"; + sha256 = "07cf43b66c9c837ea5584d966bc4c3f1ed71b3185155f54389d791c0a267d61d"; + sha256_unsigned = "07cf43b66c9c837ea5584d966bc4c3f1ed71b3185155f54389d791c0a267d61d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath25-generic-kernel.lzma"; + sha256 = "fdd3998360415a7633c624a0c9b9ae68a1f5ea9ce84edcf069911abcb59a3c47"; + sha256_unsigned = "fdd3998360415a7633c624a0c9b9ae68a1f5ea9ce84edcf069911abcb59a3c47"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath25-generic-kernel.elf"; + sha256 = "06c643dd697aad4a2c0e8a8d33f14a669f0cc776be4b7488e9f14f5b27670e91"; + sha256_unsigned = "06c643dd697aad4a2c0e8a8d33f14a669f0cc776be4b7488e9f14f5b27670e91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "aa1c3ae9035d538dec392cea207b32228a6409c92ed51461d1d0aa679ccd73ac"; + sha256_unsigned = "aa1c3ae9035d538dec392cea207b32228a6409c92ed51461d1d0aa679ccd73ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Generic AR2xxx board"; + vendor = "Atheros"; + } + ]; + }; + ubnt_picostation-2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath25-ubnt_picostation-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath25-ubnt_picostation-2-squashfs-sysupgrade.bin"; + sha256 = "0abb1333bb70f126be89ca735abb93b850898a14d49e25373924838a58cc7c02"; + sha256_unsigned = "0abb1333bb70f126be89ca735abb93b850898a14d49e25373924838a58cc7c02"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-2" + ]; + titles = [ + { + model = "Picostation 2 (XS2-8)"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "ath25/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-8dev_carambola2-initramfs-kernel.bin"; + sha256 = "a93da93fd7601566519c1a236dae87020b6c747862add085f37659b38b569488"; + sha256_unsigned = "a93da93fd7601566519c1a236dae87020b6c747862add085f37659b38b569488"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "138450edc9a69d24ae122967c4b991f9af99c6cf85279767e612c4a3f8bfce30"; + sha256_unsigned = "9a91e8f052459fe6ce8f4ff31fbbcbf01f32926320f04cb83b05e6ea1ac4b826"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + model = "Carambola2"; + vendor = "8devices"; + } + ]; + }; + "8dev_lima" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-8dev_lima"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-8dev_lima-initramfs-kernel.bin"; + sha256 = "fb7d1621404010c650fd951612360663fb68f936df5efbfe54aa97e4ce7795c7"; + sha256_unsigned = "fb7d1621404010c650fd951612360663fb68f936df5efbfe54aa97e4ce7795c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-8dev_lima-squashfs-sysupgrade.bin"; + sha256 = "08dd03435b3bb9cec77e89263e8803c3e3b5bc4c77c2088eeb33ad1f08466a28"; + sha256_unsigned = "95e5dac6ca09a2c0aeab3adf1d297b1025a75b99dd43b1a7f02de53e99015296"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,lima" + "lima" + ]; + titles = [ + { + model = "Lima"; + vendor = "8devices"; + } + ]; + }; + adtran_bsap1800-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-adtran_bsap1800-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-adtran_bsap1800-v2-squashfs-sysupgrade.bin"; + sha256 = "7659e2db2d4284f0bd3fb4287b04cabc1822f2e4964edad16a4226bce97174af"; + sha256_unsigned = "aa9dbbfb3e888d488b31730be4977d71793833661e59ac9fcaf2c530a0d85a2e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-adtran_bsap1800-v2-squashfs-rootfs.bin"; + sha256 = "0dda9306057348cf946ae63030e4daeb2fced8ea6b026a6891ec2789a9c6f95e"; + sha256_unsigned = "0dda9306057348cf946ae63030e4daeb2fced8ea6b026a6891ec2789a9c6f95e"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-adtran_bsap1800-v2-initramfs-kernel.bin"; + sha256 = "5cf29c5c4e7ce6a1fddbaee69d9b84b6c53f71bfd06b8f6c7e0430a42968a223"; + sha256_unsigned = "5cf29c5c4e7ce6a1fddbaee69d9b84b6c53f71bfd06b8f6c7e0430a42968a223"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-adtran_bsap1800-v2-squashfs-kernel.bin"; + sha256 = "b285deb4852a03f2653bbf1d884a97d4ded2e0d486a2fbe15e1199b8544fe133"; + sha256_unsigned = "b285deb4852a03f2653bbf1d884a97d4ded2e0d486a2fbe15e1199b8544fe133"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1800-v2" + ]; + titles = [ + { + model = "BSAP-1800"; + variant = "v2"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + adtran_bsap1840 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-adtran_bsap1840"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-adtran_bsap1840-squashfs-kernel.bin"; + sha256 = "6545c61facc8228eb337397d46df0b9535c585b562169944e4bc8fb6c8311f68"; + sha256_unsigned = "6545c61facc8228eb337397d46df0b9535c585b562169944e4bc8fb6c8311f68"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-adtran_bsap1840-initramfs-kernel.bin"; + sha256 = "4e3278e049e5238987a356a4d137d72378b59aca2110b7e3633bd6d43d4721cf"; + sha256_unsigned = "4e3278e049e5238987a356a4d137d72378b59aca2110b7e3633bd6d43d4721cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-adtran_bsap1840-squashfs-rootfs.bin"; + sha256 = "0dda9306057348cf946ae63030e4daeb2fced8ea6b026a6891ec2789a9c6f95e"; + sha256_unsigned = "0dda9306057348cf946ae63030e4daeb2fced8ea6b026a6891ec2789a9c6f95e"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-adtran_bsap1840-squashfs-sysupgrade.bin"; + sha256 = "163e44ff5595c96a72bf1dece45141b9ead5f293fce167479ff6fa3618f6b56a"; + sha256_unsigned = "7f8f896368b10533cac9c28aa3ea908189d8078ff51c429b8751f65771208e8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adtran,bsap1840" + ]; + titles = [ + { + model = "BSAP-1840"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + airtight_c-75 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-airtight_c-75"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-airtight_c-75-initramfs-kernel.bin"; + sha256 = "0875f356206d9b93b497e77ba1a42c74a9c2a77c386d58ca72e1ef14a232b2cc"; + sha256_unsigned = "0875f356206d9b93b497e77ba1a42c74a9c2a77c386d58ca72e1ef14a232b2cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-airtight_c-75-squashfs-sysupgrade.bin"; + sha256 = "dcab809ea28c2452dd6e2c5b746ce5b4d169360f08c3c848c8cde59fc91280f4"; + sha256_unsigned = "aca6175fa5f66ca2220822919bf7ad7089b7c3c2479ca068b3672b577562b4ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "airtight,c-75" + ]; + titles = [ + { + model = "C-75"; + vendor = "AirTight Networks"; + } + { + model = "C-75"; + vendor = "Mojo Networks"; + } + { + model = "AP320"; + vendor = "WatchGuard"; + } + ]; + }; + alfa-network_ap121f = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-alfa-network_ap121f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-alfa-network_ap121f-squashfs-sysupgrade.bin"; + sha256 = "aeafb993c2974541eb983a18aace9afa9c96dc654d515411e82849aa6dc14e9d"; + sha256_unsigned = "c8f34aab7830d269ed3503a2fedf2caedd37001c81b1cc54a8e19b65c8a26200"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-alfa-network_ap121f-initramfs-kernel.bin"; + sha256 = "26c9474c39bf207dcab33159695b334375b0c1747f3a4a03c7a9427c599f1ec1"; + sha256_unsigned = "26c9474c39bf207dcab33159695b334375b0c1747f3a4a03c7a9427c599f1ec1"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121f" + "ap121f" + ]; + titles = [ + { + model = "AP121F"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_ap121fe = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-gadget-eth" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-alfa-network_ap121fe"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-alfa-network_ap121fe-initramfs-kernel.bin"; + sha256 = "893528d2d3f4198c8cf3f5ffb145b720966b502747b52c6063dd1ec264fcd8b8"; + sha256_unsigned = "893528d2d3f4198c8cf3f5ffb145b720966b502747b52c6063dd1ec264fcd8b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-alfa-network_ap121fe-squashfs-sysupgrade.bin"; + sha256 = "67847b8f8a8a9e9469a956f3649a205359c9e9a7d270b4d07b8d5705d638debc"; + sha256_unsigned = "709532187f1aadee90a5cd6a721785e604ec49d996f98f0b701c6c1c3c12bb71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap121fe" + ]; + titles = [ + { + model = "AP121FE"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n2q = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-gpio-pcf857x" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-alfa-network_n2q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-alfa-network_n2q-squashfs-sysupgrade.bin"; + sha256 = "18c2077d1a308aee247a65b1016186e21744e189d4a3b74116ab4d400a8ab91f"; + sha256_unsigned = "edaf7cb0ff993908d38ae92aab342c15e9573b163359713ab28052d8da3f3f0c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-alfa-network_n2q-initramfs-kernel.bin"; + sha256 = "3ac1e372c80a7650365e4e46a36ebd0618d70ae37ea709547fbb1190fb41fd90"; + sha256_unsigned = "3ac1e372c80a7650365e4e46a36ebd0618d70ae37ea709547fbb1190fb41fd90"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n2q" + ]; + titles = [ + { + model = "N2Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n5q = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-alfa-network_n5q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-alfa-network_n5q-squashfs-sysupgrade.bin"; + sha256 = "fe732b86b2e78f2e8ed81ae8d342d3da31dbdbaaa7b7558e1b2e72936cf7f82c"; + sha256_unsigned = "993f689c7cc5c0b42851a26f8b6bd21c699cd6353f693bf79a54aef78dc22ac4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-alfa-network_n5q-initramfs-kernel.bin"; + sha256 = "bb5d061145a4fd8d98a4f70afed3293a5a071d3e383d2f95125f4f702e668996"; + sha256_unsigned = "bb5d061145a4fd8d98a4f70afed3293a5a071d3e383d2f95125f4f702e668996"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n5q" + "n5q" + ]; + titles = [ + { + model = "N5Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_pi-wifi4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-alfa-network_pi-wifi4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-alfa-network_pi-wifi4-initramfs-kernel.bin"; + sha256 = "e7f7b755d6fea4f10622807b14f3ff6378806346e90d03939d4fcffe9c097e5c"; + sha256_unsigned = "e7f7b755d6fea4f10622807b14f3ff6378806346e90d03939d4fcffe9c097e5c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-alfa-network_pi-wifi4-squashfs-sysupgrade.bin"; + sha256 = "b477ce13ec92ad472643910d513b61ed9f56b1e4e86c5659267926a596e9fd9c"; + sha256_unsigned = "09deba9e2ee28cae10bf56c659edb7ebdd60c0619e61590d36d1bad1e699a005"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,pi-wifi4" + ]; + titles = [ + { + model = "Pi-WiFi4"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-alfa-network_r36a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-alfa-network_r36a-squashfs-sysupgrade.bin"; + sha256 = "09e501238af808bfe3b5daf97b17e2602903bca20dacbb30fff472bbe7c50bcd"; + sha256_unsigned = "ecaa8e624aa1cc7461c92159084c7473a7d654e22be9603eadb0ffe917f011a0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-alfa-network_r36a-initramfs-kernel.bin"; + sha256 = "508edd720728e6f6a1ac57798801d0b99ca37c3b481a4df526a1441567c66505"; + sha256_unsigned = "508edd720728e6f6a1ac57798801d0b99ca37c3b481a4df526a1441567c66505"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36a" + "r36a" + ]; + titles = [ + { + model = "R36A"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-2hq = { + device_packages = [ + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-alfa-network_tube-2hq"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-alfa-network_tube-2hq-squashfs-sysupgrade.bin"; + sha256 = "17f419d8132871e9d87f61b903a484d8bb7c950b2e46fe5116ee9db37b5240db"; + sha256_unsigned = "220aadc7ffb07ef4d9424169106c0395e32bfd55e5f51f9ddb8470f02f67ab98"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-alfa-network_tube-2hq-initramfs-kernel.bin"; + sha256 = "2bfe72994e0b717a9f58ff26bdc3eb9996c46a6f35f7df7e545fde56e40c6ead"; + sha256_unsigned = "2bfe72994e0b717a9f58ff26bdc3eb9996c46a6f35f7df7e545fde56e40c6ead"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,tube-2hq" + "tube-2hq" + ]; + titles = [ + { + model = "Tube-2HQ"; + vendor = "ALFA Network"; + } + ]; + }; + allnet_all-wap02860ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-allnet_all-wap02860ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-allnet_all-wap02860ac-squashfs-sysupgrade.bin"; + sha256 = "853e986c58bc5e98cd9503a92f6987247a6aeaa9949b21e3c414c38ac506243e"; + sha256_unsigned = "7db1c4f80ea8b13ce18099a097da9e55e22f738f869a0d3ea19f1301b14a8701"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-allnet_all-wap02860ac-initramfs-kernel.bin"; + sha256 = "32d4f8b9bb25a0391e6df26067c35963394d1d430382678f6d8727ac69e54746"; + sha256_unsigned = "32d4f8b9bb25a0391e6df26067c35963394d1d430382678f6d8727ac69e54746"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-allnet_all-wap02860ac-squashfs-factory.bin"; + sha256 = "85a3510faa0243d84920c713e55b289e515d07279eb8af91881eedf684fe561f"; + sha256_unsigned = "85a3510faa0243d84920c713e55b289e515d07279eb8af91881eedf684fe561f"; + type = "factory"; + } + ]; + supported_devices = [ + "allnet,all-wap02860ac" + ]; + titles = [ + { + model = "ALL-WAP02860AC"; + vendor = "ALLNET"; + } + ]; + }; + araknis_an-300-ap-i-n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-araknis_an-300-ap-i-n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-araknis_an-300-ap-i-n-squashfs-factory.bin"; + sha256 = "52c8e31f8bc6a59f47fa516d212b40e73b2ad845077929026a11df2fc10a64a1"; + sha256_unsigned = "52c8e31f8bc6a59f47fa516d212b40e73b2ad845077929026a11df2fc10a64a1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-araknis_an-300-ap-i-n-initramfs-kernel.bin"; + sha256 = "e928d07ef5cce5e1e0777f290c7250e04ffde7977d18984eac49cd43dbbea2f4"; + sha256_unsigned = "e928d07ef5cce5e1e0777f290c7250e04ffde7977d18984eac49cd43dbbea2f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-araknis_an-300-ap-i-n-squashfs-sysupgrade.bin"; + sha256 = "ea1c1c109654e9614c204e9fd0fb4c14162b94556f5cf43af705ecf81e81324e"; + sha256_unsigned = "0a35ce9224dac40dcbb5634c75c7858f459c2e349ba0f742bda4c2bb1335f849"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "araknis,an-300-ap-i-n" + ]; + titles = [ + { + model = "AN-300-AP-I-N"; + vendor = "Araknis"; + } + ]; + }; + araknis_an-500-ap-i-ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-araknis_an-500-ap-i-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-araknis_an-500-ap-i-ac-initramfs-kernel.bin"; + sha256 = "31a8026d8f4fc6bc6429132365bfbf094ebfe01f5512e5a0c76ca1e97af55bf8"; + sha256_unsigned = "31a8026d8f4fc6bc6429132365bfbf094ebfe01f5512e5a0c76ca1e97af55bf8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-araknis_an-500-ap-i-ac-squashfs-sysupgrade.bin"; + sha256 = "15a527ec120feb232eda5b235bbe69f4f194e5002331fc7b9b8ce09db4cc7131"; + sha256_unsigned = "311b36bf0908adf72bd799d0d85569490c479ca36d6e0b929eabd83c8baf7ac6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-araknis_an-500-ap-i-ac-squashfs-factory.bin"; + sha256 = "b6980b69328005ab39557b91bb614c66d5f6ebe33e41c06ecd39060e063c9f7c"; + sha256_unsigned = "b6980b69328005ab39557b91bb614c66d5f6ebe33e41c06ecd39060e063c9f7c"; + type = "factory"; + } + ]; + supported_devices = [ + "araknis,an-500-ap-i-ac" + ]; + titles = [ + { + model = "AN-500-AP-I-AC"; + vendor = "Araknis"; + } + ]; + }; + araknis_an-700-ap-i-ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-araknis_an-700-ap-i-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-araknis_an-700-ap-i-ac-squashfs-factory.bin"; + sha256 = "d27e9dab971d15f3984cff1a0b7545409de889767bd6f1920c679974f4e4ec9e"; + sha256_unsigned = "d27e9dab971d15f3984cff1a0b7545409de889767bd6f1920c679974f4e4ec9e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-araknis_an-700-ap-i-ac-initramfs-kernel.bin"; + sha256 = "fa855f72977251a9730dc6bc06e80d36d6c398071f2aa68af3546d4af2f96218"; + sha256_unsigned = "fa855f72977251a9730dc6bc06e80d36d6c398071f2aa68af3546d4af2f96218"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-araknis_an-700-ap-i-ac-squashfs-sysupgrade.bin"; + sha256 = "48a9ae6a4e85e1b274a28ac4bed9b05b0b9369c23dc31ee433a673fd712285c9"; + sha256_unsigned = "89605a16a6022bdaa230e8c11be97ad95973d49f109b5bfcdf174a613d90b7cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "araknis,an-700-ap-i-ac" + ]; + titles = [ + { + model = "AN-700-AP-I-AC"; + vendor = "Araknis"; + } + ]; + }; + arduino_yun = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "block-mount" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-arduino_yun"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-arduino_yun-initramfs-kernel.bin"; + sha256 = "11dab6281c03c02f83643e9242f705016f28c0c142144c41524c7ade27fdd0ae"; + sha256_unsigned = "11dab6281c03c02f83643e9242f705016f28c0c142144c41524c7ade27fdd0ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-arduino_yun-squashfs-sysupgrade.bin"; + sha256 = "50e26398734a2e536e14f4b11f798de65c1b4070c73e97d35ee3ff5f56c104fb"; + sha256_unsigned = "9c69e7242b69b6b6acabd83b6cd74ca263e428ef612a05e31bc379d4587f1cbd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arduino,yun" + "arduino-yun" + ]; + titles = [ + { + model = "Yun"; + vendor = "Arduino"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "3fd56c939f34d6520d173099418a8a9113076a50e2401bbec5d4f4ea5ec941ad"; + sha256_unsigned = "967a610ee44d6bd5b629d52a53d47ae64de644dd35971419dcb042c4e54d4a48"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-aruba_ap-105-initramfs-kernel.bin"; + sha256 = "0e82a089a477741053e84d229f2c7b835835b816c6a3d2454d222e6f9b643d91"; + sha256_unsigned = "0e82a089a477741053e84d229f2c7b835835b816c6a3d2454d222e6f9b643d91"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + model = "AP-105"; + vendor = "Aruba"; + } + ]; + }; + asus_rp-ac66 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-asus_rp-ac66"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-asus_rp-ac66-initramfs-kernel.bin"; + sha256 = "c3a535b4e6967aec6533ca97f1a4690caa3b30ad8cb69a13856d3c3010a616c3"; + sha256_unsigned = "c3a535b4e6967aec6533ca97f1a4690caa3b30ad8cb69a13856d3c3010a616c3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-asus_rp-ac66-squashfs-factory.bin"; + sha256 = "65d7f0592df58a532b7974c2c9208525d7ed0f8ac29909700fb8ab30945382db"; + sha256_unsigned = "65d7f0592df58a532b7974c2c9208525d7ed0f8ac29909700fb8ab30945382db"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-asus_rp-ac66-squashfs-sysupgrade.bin"; + sha256 = "dda9eca54f81b52c5426109fb4c2cadb341fabab17bd2fe6b5c33e39feb1150d"; + sha256_unsigned = "91a87df5f226ba3cfab0dad9e6cd77d16d4abfe8067dd7395df118e499bfd3a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rp-ac66" + ]; + titles = [ + { + model = "RP-AC66"; + vendor = "ASUS"; + } + ]; + }; + atheros_db120 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-atheros_db120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-atheros_db120-squashfs-sysupgrade.bin"; + sha256 = "39acb3a71c3b1c97537ad1f6125497e2b354090aee5c4a4ba69b8c2d57545124"; + sha256_unsigned = "47a4da3ea6b2a69a5a44c7dd53f2ce3205100387fd705bcdd78309a6f7073407"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-atheros_db120-squashfs-factory.bin"; + sha256 = "4e5fd7c702f575255e98b2699c209a5ae70ed1ef464ff4bf54c0f30fc72a0a52"; + sha256_unsigned = "4e5fd7c702f575255e98b2699c209a5ae70ed1ef464ff4bf54c0f30fc72a0a52"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-atheros_db120-initramfs-kernel.bin"; + sha256 = "0f5d7226a596b9e433ffab6e22ef76b29faf8bb4ccf0ac365574b1d4923a30cc"; + sha256_unsigned = "0f5d7226a596b9e433ffab6e22ef76b29faf8bb4ccf0ac365574b1d4923a30cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "atheros,db120" + "db120" + ]; + titles = [ + { + model = "DB120"; + vendor = "Atheros"; + } + ]; + }; + avm_fritz1750e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-avm_fritz1750e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-avm_fritz1750e-initramfs-kernel.bin"; + sha256 = "ac13e89b16bb69a76cbd3ca76795f18d983514f3db381f6e80d40fbc3b860302"; + sha256_unsigned = "ac13e89b16bb69a76cbd3ca76795f18d983514f3db381f6e80d40fbc3b860302"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin"; + sha256 = "a4b1fe13a4ac42dee50707fedb82b6826bae90a7821aec7d903e7e046a8280ab"; + sha256_unsigned = "9e6a6c7c17a033ff3dbe1ef1d0d532622d5ae8435fc41424404e15040e7ee439"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz1750e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 1750E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "d76423a4b606777390fdcde125f6c9a1cf329e6562f06346151d7593a4076982"; + sha256_unsigned = "ed060acf3076334f13bad57ba023272cb5a3dd818c9a9658546757fd44c3c7f6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-avm_fritz300e-initramfs-kernel.bin"; + sha256 = "aeb8b3524358466f3f7c38004d9a5cccc606944ac982b34dfced2576b7bea8a0"; + sha256_unsigned = "aeb8b3524358466f3f7c38004d9a5cccc606944ac982b34dfced2576b7bea8a0"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 300E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-avm_fritz4020-initramfs-kernel.bin"; + sha256 = "fdcf25d13ab5dcbd6416d2440d18b6e00851fa04f3cb343055fef6016465e8aa"; + sha256_unsigned = "fdcf25d13ab5dcbd6416d2440d18b6e00851fa04f3cb343055fef6016465e8aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "84f40872c9bcab158683c6b4211fb1e29ca3f0541fcfc7c7fe59c97254005901"; + sha256_unsigned = "4cd7f587406902a86ab9d9c55112d2617926796271a2ded653b10b36c761ef57"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + model = "FRITZ!Box 4020"; + vendor = "AVM"; + } + ]; + }; + avm_fritz450e = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-avm_fritz450e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-avm_fritz450e-squashfs-sysupgrade.bin"; + sha256 = "e63630c3371cd40ec761b9982f7e0ba47f548a9dc01fa075ebad0c6f8cd76313"; + sha256_unsigned = "97707e5bc84de5f5a49ba621f88ae6882caae1d6e6ceadc7a7ef9c56c7588105"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-avm_fritz450e-initramfs-kernel.bin"; + sha256 = "b6d2f25cb97a4ccafeeacb1fcde6b41b4b2556eb94205a0f51c68eadf0a16d64"; + sha256_unsigned = "b6d2f25cb97a4ccafeeacb1fcde6b41b4b2556eb94205a0f51c68eadf0a16d64"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz450e" + "fritz450e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 450E"; + vendor = "AVM"; + } + ]; + }; + avm_fritzdvbc = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-avm_fritzdvbc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-avm_fritzdvbc-squashfs-sysupgrade.bin"; + sha256 = "ceb906785a4bd604ed4fe41a0a7d2699dfa19a830a68363085c33e5c2b68ec60"; + sha256_unsigned = "d934c2293001b7bdade3d251a36b66134a413703a234dfb43e7daca9dc73ae14"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-avm_fritzdvbc-initramfs-kernel.bin"; + sha256 = "1043b8442b827c8ad016663bea3334cc8f2a9ce04be2d3a334a088be34b399ec"; + sha256_unsigned = "1043b8442b827c8ad016663bea3334cc8f2a9ce04be2d3a334a088be34b399ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzdvbc" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater DVB-C"; + vendor = "AVM"; + } + ]; + }; + belkin_f9j1108-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-belkin_f9j1108-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-belkin_f9j1108-v2-initramfs-kernel.bin"; + sha256 = "257a07efb79ca0e2de746fad42e800c8a15382d6e48d8efcfe8296ad12bcb69f"; + sha256_unsigned = "257a07efb79ca0e2de746fad42e800c8a15382d6e48d8efcfe8296ad12bcb69f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-belkin_f9j1108-v2-squashfs-sysupgrade.bin"; + sha256 = "8509a830963b7e2a05507579d282d9dd5dc2807efc4f803f62d5ea216f48fc91"; + sha256_unsigned = "f6e9d7879b633946ce13ab43b833c42741681b2d2420774023b29317af9f5ad6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-belkin_f9j1108-v2-squashfs-factory.bin"; + sha256 = "12af82d85f665a49ac8d4e0a6ea7ababdbccf849b9eebd4a2cb00cdd445be361"; + sha256_unsigned = "12af82d85f665a49ac8d4e0a6ea7ababdbccf849b9eebd4a2cb00cdd445be361"; + type = "factory"; + } + ]; + supported_devices = [ + "belkin,f9j1108-v2" + ]; + titles = [ + { + model = "F9J1108 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + belkin_f9k1115-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-belkin_f9k1115-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-belkin_f9k1115-v2-initramfs-kernel.bin"; + sha256 = "56fdba8c559e39a294b78f8164b420fb10a1c568a63ba1dac620a6e336d4c569"; + sha256_unsigned = "56fdba8c559e39a294b78f8164b420fb10a1c568a63ba1dac620a6e336d4c569"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-belkin_f9k1115-v2-squashfs-sysupgrade.bin"; + sha256 = "8be438ebb06702fe05fbda52fccfe5e04788fc608008a89216e5a1ca9ab77642"; + sha256_unsigned = "72f197adecb21696d10cc6b2a72b57a420a4d5006726379b4408eb40e03803b7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-belkin_f9k1115-v2-squashfs-factory.bin"; + sha256 = "046f59b1555d10451d06cf1af3a627538fe407a8f97947ba78a35610d3ac8266"; + sha256_unsigned = "046f59b1555d10451d06cf1af3a627538fe407a8f97947ba78a35610d3ac8266"; + type = "factory"; + } + ]; + supported_devices = [ + "belkin,f9k1115-v2" + ]; + titles = [ + { + model = "F9K1115 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "523b10e99eb7e0485f033eb18b17a74ca6283b90f02cc225e2c5b2764e6428f8"; + sha256_unsigned = "6e3bc6ac86c4e9fb462df3f574e575e1878bc8e360b473d71ca7635421aa56df"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "c7eaf8bb2fe9443cab2236e475aa3875024d06c19bbc155cf8477f81d6d5d9c2"; + sha256_unsigned = "c7eaf8bb2fe9443cab2236e475aa3875024d06c19bbc155cf8477f81d6d5d9c2"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "c433c20a5b21288d74a610ca2a0fff00bd09adc4dcb5ca0adcd13195709aad8b"; + sha256_unsigned = "c433c20a5b21288d74a610ca2a0fff00bd09adc4dcb5ca0adcd13195709aad8b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_bhr-4grv-initramfs-kernel.bin"; + sha256 = "b2454f7065a099e6862ed73bc6a1d57c394ff5c73aff6ce9cec95b35d074eb52"; + sha256_unsigned = "b2454f7065a099e6862ed73bc6a1d57c394ff5c73aff6ce9cec95b35d074eb52"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "BHR-4GRV"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_bhr-4grv2-initramfs-kernel.bin"; + sha256 = "0a3e1d985c971aa9e25c7cfe88e3b06b697ddc43c6c4d6a3d66ec7871314e61d"; + sha256_unsigned = "0a3e1d985c971aa9e25c7cfe88e3b06b697ddc43c6c4d6a3d66ec7871314e61d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "4010af343f184f016e8b240e6d77b16146ab6cda30b2ad3f038b2d047e578f7c"; + sha256_unsigned = "2b91a59a551251fa1db786a3cc7d3176151a7cb065c5a6ae0f4179bef5504080"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + model = "BHR-4GRV2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-buffalo_wzr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-600dhp-squashfs-tftp.bin"; + sha256 = "7d88274bf9a5d8cc2d8cd8f28ee694fcef38fa5a640698206894d13b9b97e8f5"; + sha256_unsigned = "7d88274bf9a5d8cc2d8cd8f28ee694fcef38fa5a640698206894d13b9b97e8f5"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-600dhp-squashfs-factory.bin"; + sha256 = "580a3971c28f4c47c4ad50b1676fe5e63dc4cdbb7932462840d206b2fa160630"; + sha256_unsigned = "580a3971c28f4c47c4ad50b1676fe5e63dc4cdbb7932462840d206b2fa160630"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "e0920e3726d814315cbd6bcd2452f8a879c73c8e0d08e0dba5e5bcfd428944a7"; + sha256_unsigned = "2e794ae9f3d72f04f8b7d49097683e619ab1d50b0a935a2f64d90112cb128b7c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-600dhp-initramfs-kernel.bin"; + sha256 = "03ebb77b324df0dfcf63f259b89ba24bbad7a373985294a65fa7569cb4d4d451"; + sha256_unsigned = "03ebb77b324df0dfcf63f259b89ba24bbad7a373985294a65fa7569cb4d4d451"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "0bcac619da3024b260d763a7c7cf6b5a8f62b9aebf7a4cc86eb10041995a3f2f"; + sha256_unsigned = "0bcac619da3024b260d763a7c7cf6b5a8f62b9aebf7a4cc86eb10041995a3f2f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "fd3549737ada8465d10889da9d0faaebfecd5b11f42459af880d5848aa33ddd3"; + sha256_unsigned = "fd3549737ada8465d10889da9d0faaebfecd5b11f42459af880d5848aa33ddd3"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-ag300h-initramfs-kernel.bin"; + sha256 = "3498255284fdca96de909d6e5ac60b6bf16a414236d044f5bd5576a981ba03af"; + sha256_unsigned = "3498255284fdca96de909d6e5ac60b6bf16a414236d044f5bd5576a981ba03af"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "b4c33ed27e0e11f1726bdcaa670d68d15c92f5a70a4644c910f7345f190ba159"; + sha256_unsigned = "27b5b900c1afedab8cf1ac4fc0846a292406ef5116a8075b22aa9e6beafdc69a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-HP-AG300H"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-rb = { + device_packages = [ + "kmod-gpio-cascade" + "kmod-mux-gpio" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g300nh-rb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g300nh-rb-initramfs-kernel.bin"; + sha256 = "1f1c7195d5890a517089dc4e677dbdd04558b8e9b4300ba202a30de7e122f678"; + sha256_unsigned = "1f1c7195d5890a517089dc4e677dbdd04558b8e9b4300ba202a30de7e122f678"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-sysupgrade.bin"; + sha256 = "db71aa5cbc31c8ec1182520ea6c9ff0a8fd4c19f3c15a7aa0d4906957e0581ad"; + sha256_unsigned = "a5d52fa1c8a27de7f46ab41c1029d34962bced250d8efd775d6eadaee6d91b90"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-tftp.bin"; + sha256 = "c44434e4c1ad3684b758987692d39107c97e798b800d3a68cb1e450abe4960f2"; + sha256_unsigned = "c44434e4c1ad3684b758987692d39107c97e798b800d3a68cb1e450abe4960f2"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-factory.bin"; + sha256 = "e888805054d05e07bcc140ed82d93ed9246d367a8ccb7a95c88ccd7365f6d34b"; + sha256_unsigned = "e888805054d05e07bcc140ed82d93ed9246d367a8ccb7a95c88ccd7365f6d34b"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-rb" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366RB switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-s = { + device_packages = [ + "kmod-gpio-cascade" + "kmod-mux-gpio" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g300nh-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-factory.bin"; + sha256 = "c4e706985ba2a9c5bb6c06c48d6156a2732fac0da75dd7bcf88b460bc6def4dd"; + sha256_unsigned = "c4e706985ba2a9c5bb6c06c48d6156a2732fac0da75dd7bcf88b460bc6def4dd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-sysupgrade.bin"; + sha256 = "80b89e63f21c821a155e38a7048dda65625a2702d60c7f1848993be56f544906"; + sha256_unsigned = "f815dfa222c75bf92804fe31a6ab40d0982fddb7119cddd054e81e43455390be"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g300nh-s-initramfs-kernel.bin"; + sha256 = "546b5ed0a64b03fb2d7123659a13d0f26e035bf3247d3d33a033750a36997904"; + sha256_unsigned = "546b5ed0a64b03fb2d7123659a13d0f26e035bf3247d3d33a033750a36997904"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-tftp.bin"; + sha256 = "441fd88453ea161c5e95eed15f7f1bee58c306cd68f3d7f31b5ed01eb04e0b1d"; + sha256_unsigned = "441fd88453ea161c5e95eed15f7f1bee58c306cd68f3d7f31b5ed01eb04e0b1d"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-s" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366S switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "219efd5914c0cc49f7fb1ee30e049246ec59cd119a7bd96c07de939a4dc14c93"; + sha256_unsigned = "0bb3454286c79d7d66e213ec5f7fcf97296abad16c08e0f799a5e2e8c43add69"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g302h-a1a0-initramfs-kernel.bin"; + sha256 = "add0f773fea24d553b8bfb57a02a1f609ae2e1244bdc1ee7da37d64230160ade"; + sha256_unsigned = "add0f773fea24d553b8bfb57a02a1f609ae2e1244bdc1ee7da37d64230160ade"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "a7de32630a607ad02cce3a2ad5e38806a3bd6e41880ba2973140347692dcfe47"; + sha256_unsigned = "a7de32630a607ad02cce3a2ad5e38806a3bd6e41880ba2973140347692dcfe47"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "3699b75d25a8d8ef29fa75e3a45c9f4e05c347c5f2482725bc3eac2911a26ffe"; + sha256_unsigned = "3699b75d25a8d8ef29fa75e3a45c9f4e05c347c5f2482725bc3eac2911a26ffe"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + model = "WZR-HP-G302H"; + variant = "A1A0"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "9c09c19b5502573e1b35bf62348e2b6b6f9ff90b74c83a51020262e2193bc1f7"; + sha256_unsigned = "9c09c19b5502573e1b35bf62348e2b6b6f9ff90b74c83a51020262e2193bc1f7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "369a22973e72641284638949aa3ed7b219fa20db7af4da7c316ccf2d344d770a"; + sha256_unsigned = "d887fa226af942a96ca6cfbcf12cf3fe25bb56e2b83452025c62e022e31fa758"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g450h-initramfs-kernel.bin"; + sha256 = "9f7226d4e7a826b01ac314115b0123db62ed387c3a5ab09ae8caed4ea699f63f"; + sha256_unsigned = "9f7226d4e7a826b01ac314115b0123db62ed387c3a5ab09ae8caed4ea699f63f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "813163a9a3596b190d01b72150f3e67bd410028b19e5073e832a124a46e0e35d"; + sha256_unsigned = "813163a9a3596b190d01b72150f3e67bd410028b19e5073e832a124a46e0e35d"; + type = "tftp"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "WZR-HP-G450H/WZR-450HP"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "ce1d6b31af7064de6599b09a9680e8e3ac2fbbdce452bb652afeab1e1130a7ce"; + sha256_unsigned = "e9f1082b2c8feef4dd6724fe89dcba046e46d35cf5420b7f1f0afb7b17fa5e1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-e110n-v2-initramfs-kernel.bin"; + sha256 = "bea6f30ff2e3a82e69afa92489610bcac6f1197c89df7c909ea40ea6063eb010"; + sha256_unsigned = "bea6f30ff2e3a82e69afa92489610bcac6f1197c89df7c909ea40ea6063eb010"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + model = "CF-E110N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-e120a-v3-initramfs-kernel.bin"; + sha256 = "e12c64e9c4298f8dc9072ac09aca3a523bb846b3fff2918502d2fe6c9f2c7d86"; + sha256_unsigned = "e12c64e9c4298f8dc9072ac09aca3a523bb846b3fff2918502d2fe6c9f2c7d86"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "7aff705ace1fdd7b11d03e3ed6b492851a02fa08cac3482a70eb01e5a63f85a3"; + sha256_unsigned = "65949c083e8b05a04d4dc0de3b36abbaab5b818ad48ca04b4d03b3e2edacadc0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + model = "CF-E120A"; + variant = "v3"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e130n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-comfast_cf-e130n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-e130n-v2-squashfs-sysupgrade.bin"; + sha256 = "ae1e38a3324d8672d9df09ed887dbb1408877e9f61c3fe4cca7c027ae1ae6c94"; + sha256_unsigned = "87a5bae58118a4c54db8197a7333b296e7e135871ed5815d9639d5d691c0473d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-e130n-v2-initramfs-kernel.bin"; + sha256 = "db23ae69d375257eb0d437a987bb6458c42ffdccd3bf7080bccd43dfe76499fd"; + sha256_unsigned = "db23ae69d375257eb0d437a987bb6458c42ffdccd3bf7080bccd43dfe76499fd"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e130n-v2" + ]; + titles = [ + { + model = "CF-E130N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e313ac = { + device_packages = [ + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-comfast_cf-e313ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-e313ac-initramfs-kernel.bin"; + sha256 = "b93f78d0c4559585659e00f3c49f3c52edec25c38839ae0bd604a76a3d66f2ab"; + sha256_unsigned = "b93f78d0c4559585659e00f3c49f3c52edec25c38839ae0bd604a76a3d66f2ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-e313ac-squashfs-sysupgrade.bin"; + sha256 = "da6c133267a584719acb737ec803ee9f7bcf0aa7952f465eb773b0f0bd464fa4"; + sha256_unsigned = "26c220c84db601c724c07b0e1fb04d3b707774a0d65021723ccd945886bdbb57"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e313ac" + ]; + titles = [ + { + model = "CF-E313AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e314n-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-comfast_cf-e314n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-e314n-v2-initramfs-kernel.bin"; + sha256 = "e05799ad6623488d1830c18e876e94a15a8755574a5016f2cac75eeb8dfa432d"; + sha256_unsigned = "e05799ad6623488d1830c18e876e94a15a8755574a5016f2cac75eeb8dfa432d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-e314n-v2-squashfs-sysupgrade.bin"; + sha256 = "8ea289f2665004f7eb03d00f5d98eb7a99c906d43f52b7ae3682f543cf4515a4"; + sha256_unsigned = "b82c0f5118d70b0d9fe8404fe7e91cdd47a8060486c6e683af5ac81ed2b7ff86"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e314n-v2" + ]; + titles = [ + { + model = "CF-E314N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e375ac = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-comfast_cf-e375ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-e375ac-squashfs-sysupgrade.bin"; + sha256 = "2af2a3b650caddc589bb96b414a733a73f59730025c7b288272953d16546b9cb"; + sha256_unsigned = "e6ce9c4ab12d3337b3545aa2d30cd7803488b5429f0b1a9c914b44933860cb1e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-e375ac-initramfs-kernel.bin"; + sha256 = "a24c3c92d6d64bdfbefff58effc4a54bb1d73136bc1f09f78c4dd33597950a77"; + sha256_unsigned = "a24c3c92d6d64bdfbefff58effc4a54bb1d73136bc1f09f78c4dd33597950a77"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e375ac" + ]; + titles = [ + { + model = "CF-E375AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-e5-initramfs-kernel.bin"; + sha256 = "82a8d2f4f8b1f1aa7675adf0d6524104b4baaf044a46dc2e2b3570f1cbe02144"; + sha256_unsigned = "82a8d2f4f8b1f1aa7675adf0d6524104b4baaf044a46dc2e2b3570f1cbe02144"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "94cd09aafc650793095f8b80b341e2e615dd6f03ed163a63c4c6391b7a92421e"; + sha256_unsigned = "e2cdce18468a8564b96c5fe25d48ee770e6f31bd704595773a1bb8a2b9af6d20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + model = "CF-E5/E7"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e560ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-comfast_cf-e560ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-e560ac-squashfs-sysupgrade.bin"; + sha256 = "7a6f4ca0ae7a52f7bd1362096900605113e42f12448d34f03983e80bb3984b4a"; + sha256_unsigned = "280ff6560fcc0457c042c0f1f5c64096733a304607457de45151d2cbe27cfa0b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-e560ac-initramfs-kernel.bin"; + sha256 = "abf094078477c03372911b39e6f13ff5663fd6ed57c9709a4bc047ed5d564bac"; + sha256_unsigned = "abf094078477c03372911b39e6f13ff5663fd6ed57c9709a4bc047ed5d564bac"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e560ac" + ]; + titles = [ + { + model = "CF-E560AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-ew72 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-comfast_cf-ew72"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-ew72-initramfs-kernel.bin"; + sha256 = "3b26c8025d821076c36848f769dbb7edec0fff2033f8127f97260deb157d7bba"; + sha256_unsigned = "3b26c8025d821076c36848f769dbb7edec0fff2033f8127f97260deb157d7bba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-ew72-squashfs-sysupgrade.bin"; + sha256 = "8657451647048c62771330bea2e0ff206a2188d55f7533d967a39e27c311fef3"; + sha256_unsigned = "03ea0c7eb5eba7d1749814a69b890e7ede407034e30de9a65aaffce09e634e68"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-ew72" + ]; + titles = [ + { + model = "CF-EW72"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-comfast_cf-wr650ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-wr650ac-v1-squashfs-sysupgrade.bin"; + sha256 = "4f8dd9ca5cb64871de5dc342b95f2ef55084a51162d1296a031cd915f816daff"; + sha256_unsigned = "1c8c9903c333127577413210b925e2bb7b7383f9d31522686fb58132cefa2e2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-wr650ac-v1-initramfs-kernel.bin"; + sha256 = "5d0a7b72ef7a3ee63eee051e645e103376a0b805f9ceee9eac887861566eaea6"; + sha256_unsigned = "5d0a7b72ef7a3ee63eee051e645e103376a0b805f9ceee9eac887861566eaea6"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v1" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-comfast_cf-wr650ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-wr650ac-v2-initramfs-kernel.bin"; + sha256 = "5799f9065302e40eaec8e91afe1b8328b32a5dd14c19fee299ee2699ae037cec"; + sha256_unsigned = "5799f9065302e40eaec8e91afe1b8328b32a5dd14c19fee299ee2699ae037cec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-wr650ac-v2-squashfs-sysupgrade.bin"; + sha256 = "975ae961812f93c2558ff29fcd73ea47e849aa9fb6a2b70c02eceef03d87cec5"; + sha256_unsigned = "f4622ca2f08d829a31ae08e1246f77bc84629231ef2d87d1cd31c473cf7341c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v2" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr752ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-comfast_cf-wr752ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-wr752ac-v1-squashfs-sysupgrade.bin"; + sha256 = "ee57ed67298c00a5f026474318ec88a585be2efebb19d6f63724b57dc8be05ad"; + sha256_unsigned = "2d4f9b056cca6bad689dbe5f4cf5a87807babdca5806bfab936201f2eef20528"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-comfast_cf-wr752ac-v1-initramfs-kernel.bin"; + sha256 = "e874bfa0de62b67196af0f4589fdd29292f0578c9660eb8a9d3cf7d118bd1416"; + sha256_unsigned = "e874bfa0de62b67196af0f4589fdd29292f0578c9660eb8a9d3cf7d118bd1416"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr752ac-v1" + ]; + titles = [ + { + model = "CF-WR752AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + compex_wpj344-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-compex_wpj344-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-compex_wpj344-16m-squashfs-cpximg-6a08.bin"; + sha256 = "ef6590dfb7452ab697ed82222f7713e764ef4c2da12560867f2e73e8235cbdd2"; + sha256_unsigned = "ef6590dfb7452ab697ed82222f7713e764ef4c2da12560867f2e73e8235cbdd2"; + type = "cpximg-6a08"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-compex_wpj344-16m-squashfs-sysupgrade.bin"; + sha256 = "e212b91bba432f773f095b09a96a60c9bdb71c1ced67289b48ecca9f34968dee"; + sha256_unsigned = "a41bfada0532419563ff5e0fa2cafeb9c401acd6737854a73cdad718d0687473"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-compex_wpj344-16m-initramfs-kernel.bin"; + sha256 = "7eb77befeed99d46ee6d5f6d2575c5e324735ed344953f569505138b79f68645"; + sha256_unsigned = "7eb77befeed99d46ee6d5f6d2575c5e324735ed344953f569505138b79f68645"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj344-16m" + "wpj344" + ]; + titles = [ + { + model = "WPJ344"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj531-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-compex_wpj531-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-compex_wpj531-16m-initramfs-kernel.bin"; + sha256 = "9d7d91102dd5dd409d3b41a3c7191bfedd3339e4524eda0581f2e85aa09277c6"; + sha256_unsigned = "9d7d91102dd5dd409d3b41a3c7191bfedd3339e4524eda0581f2e85aa09277c6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a07.bin"; + sha256 = "90fd48b0324c7143b08935a8f8cb73c149a631394d4c379d3b6bf63c224fda38"; + sha256_unsigned = "90fd48b0324c7143b08935a8f8cb73c149a631394d4c379d3b6bf63c224fda38"; + type = "cpximg-7a07"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a06.bin"; + sha256 = "90fd48b0324c7143b08935a8f8cb73c149a631394d4c379d3b6bf63c224fda38"; + sha256_unsigned = "90fd48b0324c7143b08935a8f8cb73c149a631394d4c379d3b6bf63c224fda38"; + type = "cpximg-7a06"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-compex_wpj531-16m-squashfs-sysupgrade.bin"; + sha256 = "4b4eec072523e916b967a57a2db44461c6a3c483d92f79f7bccc006a70e0d2ac"; + sha256_unsigned = "7563faa69b95541c15cf3bfb0f7e0d80992f0a08711b87007fea487d05013491"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a04.bin"; + sha256 = "90fd48b0324c7143b08935a8f8cb73c149a631394d4c379d3b6bf63c224fda38"; + sha256_unsigned = "90fd48b0324c7143b08935a8f8cb73c149a631394d4c379d3b6bf63c224fda38"; + type = "cpximg-7a04"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a03.bin"; + sha256 = "2ceb43fd55edc82087db321d5366813d2936ef09d22bac19feca987d392023a9"; + sha256_unsigned = "2ceb43fd55edc82087db321d5366813d2936ef09d22bac19feca987d392023a9"; + type = "cpximg-7a03"; + } + ]; + supported_devices = [ + "compex,wpj531-16m" + "wpj531" + ]; + titles = [ + { + model = "WPJ531"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj558-16m = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-compex_wpj558-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-compex_wpj558-16m-initramfs-kernel.bin"; + sha256 = "ad13d38a7898620d7f709c8da0392eb52442f823b24b582ac254f5e52902f818"; + sha256_unsigned = "ad13d38a7898620d7f709c8da0392eb52442f823b24b582ac254f5e52902f818"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-compex_wpj558-16m-squashfs-cpximg-6a07.bin"; + sha256 = "f569143c3b3e1b8d0846352169ab9d19ffcef4b6134930fcbf3ac41f0fd9cb5b"; + sha256_unsigned = "f569143c3b3e1b8d0846352169ab9d19ffcef4b6134930fcbf3ac41f0fd9cb5b"; + type = "cpximg-6a07"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-compex_wpj558-16m-squashfs-sysupgrade.bin"; + sha256 = "8895a08d93284c2cd9e5337c63ffb5bb9cd70fa3f3a848dbcd9430a8ea4e8fa0"; + sha256_unsigned = "670e56535d92df06ae2cf5e8daa838dae3175e3facbdb9ae7e8892d50106869e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj558-16m" + "wpj558" + ]; + titles = [ + { + model = "WPJ558"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj563 = { + device_packages = [ + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-compex_wpj563"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-compex_wpj563-squashfs-sysupgrade.bin"; + sha256 = "f15b1d1a9ab81f13aa1bd8c0d2881289d82572e497dd8150e421d6e7adfa938c"; + sha256_unsigned = "2e2b5d87d5b23076f14c37a33a2b137b8db7d7114bf9d6a781ba9e2966a1041d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-compex_wpj563-initramfs-kernel.bin"; + sha256 = "17e6922f0dccc03ba6e5466941ab76580bbab8096d6ddcaaeb5e335b0d3464b8"; + sha256_unsigned = "17e6922f0dccc03ba6e5466941ab76580bbab8096d6ddcaaeb5e335b0d3464b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-compex_wpj563-squashfs-cpximg-7a02.bin"; + sha256 = "a4983a214d702a9b9359b3b324ca17d74e6adddbd63540a0f511c91a9be1a571"; + sha256_unsigned = "a4983a214d702a9b9359b3b324ca17d74e6adddbd63540a0f511c91a9be1a571"; + type = "cpximg-7a02"; + } + ]; + supported_devices = [ + "compex,wpj563" + "wpj563" + ]; + titles = [ + { + model = "WPJ563"; + vendor = "Compex"; + } + ]; + }; + devolo_dlan-pro-1200plus-ac = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-devolo_dlan-pro-1200plus-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-devolo_dlan-pro-1200plus-ac-initramfs-kernel.bin"; + sha256 = "041313e818d044a714e8fc25b3715edaee73d6c19fa813ce5f91efd4224a5db4"; + sha256_unsigned = "041313e818d044a714e8fc25b3715edaee73d6c19fa813ce5f91efd4224a5db4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-devolo_dlan-pro-1200plus-ac-squashfs-sysupgrade.bin"; + sha256 = "afcde4386683930f4d2fdb37770ceb041759ea2c8dbf1aa5ba02afcc1746fee1"; + sha256_unsigned = "279742144e3d94de1b93362015e8e9e19a1a13579064c8ef7ecb57df54127fb8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dlan-pro-1200plus-ac" + ]; + titles = [ + { + model = "dLAN pro 1200+ WiFi ac"; + vendor = "Devolo"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-devolo_dvl1200e-initramfs-kernel.bin"; + sha256 = "6dc3149c687e4ef8e5653751952dd2e102abd2bef0783040cde62d642e023d50"; + sha256_unsigned = "6dc3149c687e4ef8e5653751952dd2e102abd2bef0783040cde62d642e023d50"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "c7c2fd059ef725f32bad75ec4b3d332ccff2f882df86f1419707e2d41499ff88"; + sha256_unsigned = "c04014ffe66e782bfc292e76a5fcbad9de59fc6bde6d8db969a3350227f8a8fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + model = "WiFi pro 1200e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "e857a3ab1124d1b94b695c01a89e979169209ccbc1334c1b2750c92d8db2e66c"; + sha256_unsigned = "e6562c8e708a79fcecc7a3c40a5402e9eceaca8a0ac1562924a21124f23d1452"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-devolo_dvl1200i-initramfs-kernel.bin"; + sha256 = "2e69280f0729ca5c5377e8d8bed14e24e8f8e4bddfcdbd644ed1d8b01e005097"; + sha256_unsigned = "2e69280f0729ca5c5377e8d8bed14e24e8f8e4bddfcdbd644ed1d8b01e005097"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + model = "WiFi pro 1200i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-devolo_dvl1750c-initramfs-kernel.bin"; + sha256 = "836a0ab51df63f060561117940a50fd89caa7cf3ce2a84f0f7d15cc41e452a9b"; + sha256_unsigned = "836a0ab51df63f060561117940a50fd89caa7cf3ce2a84f0f7d15cc41e452a9b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "bb2dcb742763eaea03779dd6ffc3505af48eee4f523ac79a45ee91e79b624d6d"; + sha256_unsigned = "5e39cc0f0e7322ae4f388e15bc710d6dfb2c5fafeb06e0263bc12713dbf65651"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + model = "WiFi pro 1750c"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "154001c013b8ed88a35a4e4637893cd08a1d3fddb761afeb00bf8edf9820c018"; + sha256_unsigned = "70f0e81053fc6fda993113f748ecd8ae1666d27435d506d214b86acf47739bbe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-devolo_dvl1750e-initramfs-kernel.bin"; + sha256 = "47a74c3012b47aab9e0a257a24f861f4ce430d9074c7ab26a8a5dfa76ca36d29"; + sha256_unsigned = "47a74c3012b47aab9e0a257a24f861f4ce430d9074c7ab26a8a5dfa76ca36d29"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + model = "WiFi pro 1750e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-devolo_dvl1750i-initramfs-kernel.bin"; + sha256 = "66aec1e7eefb004009746262dce7b06feaa9a8800a1ad1c9ed5d42cd33359b26"; + sha256_unsigned = "66aec1e7eefb004009746262dce7b06feaa9a8800a1ad1c9ed5d42cd33359b26"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "4a94c382b00e79a46a83391c6c1a9bcf6788e369462509c05a5b8244f652a4c4"; + sha256_unsigned = "2ff82e751647cf7af096928d7f5e9d64c7e150894d03f8102a8116dac5332f4e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + model = "WiFi pro 1750i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "be473951fd4aa4aee8a54ad6bee3d2160060f0539ceafe4a37bf55d990e8d9dd"; + sha256_unsigned = "aa6ffceef4260c831addff716aaa47b4a085a64647f6c90be0b28c867a61b007"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-devolo_dvl1750x-initramfs-kernel.bin"; + sha256 = "785e5f22f781dec06dc86d4481c4dc12a031c91ef34f79ba805234e0f2fbfde0"; + sha256_unsigned = "785e5f22f781dec06dc86d4481c4dc12a031c91ef34f79ba805234e0f2fbfde0"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + model = "WiFi pro 1750x"; + vendor = "devolo"; + } + ]; + }; + devolo_magic-2-wifi = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-devolo_magic-2-wifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-devolo_magic-2-wifi-initramfs-kernel.bin"; + sha256 = "6b8a8e2aa27b02026b981486ccdf7999e74b59682186863071957298feb6ee50"; + sha256_unsigned = "6b8a8e2aa27b02026b981486ccdf7999e74b59682186863071957298feb6ee50"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-devolo_magic-2-wifi-squashfs-sysupgrade.bin"; + sha256 = "a5f3ecc8d19801713bec70f35e86d39f184ddd2d7730da205a5ad06e1497168f"; + sha256_unsigned = "a6900f78aebff1b5c7c5f0bce95bfb1e081c6285319b350664be49aa62dca7aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi" + ]; + titles = [ + { + model = "Magic 2 WiFi"; + vendor = "Devolo"; + } + ]; + }; + dlink_dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dap-1330-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-1330-a1-squashfs-factory.bin"; + sha256 = "295df61a6c76a3945c5e26cd8a39c17baf660fadb025c87bb21ea8bbbcc04d2b"; + sha256_unsigned = "295df61a6c76a3945c5e26cd8a39c17baf660fadb025c87bb21ea8bbbcc04d2b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "56d4f91a88c164fdf717a17dd968b29cff43a70836cb3e15e8eda066da1b4fab"; + sha256_unsigned = "f72f15e912eb99bac7ef3a1799e4ac394c324c6cf05923e679c1a314c9a33c03"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-1330-a1-initramfs-kernel.bin"; + sha256 = "0db4380ce8f88e1410666468d25b297ea28f522333e9c01bfde59463dcee604e"; + sha256_unsigned = "0db4380ce8f88e1410666468d25b297ea28f522333e9c01bfde59463dcee604e"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-1330-a1" + "dap-1330-a1" + ]; + titles = [ + { + model = "DAP-1330"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-1365-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dap-1365-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-1365-a1-initramfs-kernel.bin"; + sha256 = "8989f703a3fbe2eb456fd0671bab21daaf366b5b6366f1425fef013a50d5e1e6"; + sha256_unsigned = "8989f703a3fbe2eb456fd0671bab21daaf366b5b6366f1425fef013a50d5e1e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-1365-a1-squashfs-sysupgrade.bin"; + sha256 = "96843c769833ec26a27de342bcef4cd447905c3aea96be3316d0eae1973f5d1f"; + sha256_unsigned = "13439be8786145248408f14fda228a342c832bcbcd33d348ec609bbc6988e8ef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-1365-a1-squashfs-factory.bin"; + sha256 = "15d955be472dede807acc324cba6450077a8419f7583aa9e871cd600adc762e9"; + sha256_unsigned = "15d955be472dede807acc324cba6450077a8419f7583aa9e871cd600adc762e9"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1365-a1" + ]; + titles = [ + { + model = "DAP-1365"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2230-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dap-2230-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-2230-a1-initramfs-kernel.bin"; + sha256 = "e043677380db7c1ab5c44a4ffa61ab33e99a426554492808c079f3fbc10670c2"; + sha256_unsigned = "e043677380db7c1ab5c44a4ffa61ab33e99a426554492808c079f3fbc10670c2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-2230-a1-squashfs-factory.img"; + sha256 = "80d85b39a35be875177e4a5d47572e20d42e704d026c886a45f64f1d087999eb"; + sha256_unsigned = "80d85b39a35be875177e4a5d47572e20d42e704d026c886a45f64f1d087999eb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-2230-a1-squashfs-sysupgrade.bin"; + sha256 = "738ff1f63e3ceba585bfb2172f57179257db0fb88d896255535b209daf494074"; + sha256_unsigned = "b568d216f4233dcb5e47fb8f146eff8bfd0748d56000e1f6447fc6db3e00413a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2230-a1" + ]; + titles = [ + { + model = "DAP-2230"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2660-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dap-2660-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-2660-a1-initramfs-kernel.bin"; + sha256 = "7935e18dcbcc87c2778507a5e3e0b65c56dc536a0102a945d5a9188c056b3bfd"; + sha256_unsigned = "7935e18dcbcc87c2778507a5e3e0b65c56dc536a0102a945d5a9188c056b3bfd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "3af049808f82637821b3af19f81ebd51c2447d256d539b6b87fd70ff3a8db54f"; + sha256_unsigned = "8cfccf6e9c2104566cdf7f0b97da94d77a3af96ab44f8362f395a1a4c322e904"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-2660-a1-squashfs-factory.img"; + sha256 = "2e07dad3cb6ccbd74ad2c212095f6711cec99e3d25063a1e9f20d8da2e133d3b"; + sha256_unsigned = "2e07dad3cb6ccbd74ad2c212095f6711cec99e3d25063a1e9f20d8da2e133d3b"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2660-a1" + ]; + titles = [ + { + model = "DAP-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2680-a1 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dap-2680-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-2680-a1-initramfs-kernel.bin"; + sha256 = "b4c87c5affe5095384088bab93dc0c7db4ee6695a9a409e186f74f50693eaf3d"; + sha256_unsigned = "b4c87c5affe5095384088bab93dc0c7db4ee6695a9a409e186f74f50693eaf3d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-2680-a1-squashfs-factory.img"; + sha256 = "5df82141fbcafaeda6db390133d0735e6cf5519723732529084d35c217ca3633"; + sha256_unsigned = "5df82141fbcafaeda6db390133d0735e6cf5519723732529084d35c217ca3633"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-2680-a1-squashfs-sysupgrade.bin"; + sha256 = "879adafb68abc6c884f63f7e229f280a9a4718944ac14df0d7944ea7a90a400d"; + sha256_unsigned = "895f714d1312328464803fe2ffea55998f8306cf039eb0ee635f6697ef50907a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2680-a1" + ]; + titles = [ + { + model = "DAP-2680"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dap-2695-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "43aa6634c94b7e742e11d8c0a1378d1aadea2e0387992fa8a7a65ae8bf45c699"; + sha256_unsigned = "b17405f9cba228a0304c5a7b127b1f27b7b2d17d411a29fcbc20f657063b4d47"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-2695-a1-initramfs-kernel.bin"; + sha256 = "092f58294ab124a8291372ce4c771e6bc6a104131d8de9ceee5342c20958ed03"; + sha256_unsigned = "092f58294ab124a8291372ce4c771e6bc6a104131d8de9ceee5342c20958ed03"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-2695-a1-squashfs-factory.img"; + sha256 = "b68e1fa25c796c8d0fec10e36d2e26525fc4b072d530f1852032debc1555ca19"; + sha256_unsigned = "b68e1fa25c796c8d0fec10e36d2e26525fc4b072d530f1852032debc1555ca19"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2695-a1" + "dap-2695-a1" + ]; + titles = [ + { + model = "DAP-2695"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3320-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dap-3320-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-3320-a1-squashfs-factory.img"; + sha256 = "cc57c48540423f1f09e120140d8ed48f847b470d353d97bfb9a66cd7b87105d5"; + sha256_unsigned = "cc57c48540423f1f09e120140d8ed48f847b470d353d97bfb9a66cd7b87105d5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-3320-a1-initramfs-kernel.bin"; + sha256 = "3841be27eb11b1145b7cd08e471f626e8068105e9ad8e406de7e227869de5d90"; + sha256_unsigned = "3841be27eb11b1145b7cd08e471f626e8068105e9ad8e406de7e227869de5d90"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-3320-a1-squashfs-sysupgrade.bin"; + sha256 = "abde219afb12e22bce9d4e72c3ac83c80de6f67fa5069d131c53a886dd7bb488"; + sha256_unsigned = "f913a5b6b6de911815447350216c474ae1d8f02cdb359d072e38abbf35db3f12"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-3320-a1" + ]; + titles = [ + { + model = "DAP-3320"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3662-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dap-3662-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-3662-a1-squashfs-sysupgrade.bin"; + sha256 = "2aacae7c5cadf3edeaee61aad670c5626ba27612c81cac5aeb2a9190be05a963"; + sha256_unsigned = "55d4453a3d96f700c9eaea2b28614866df9aea2672d6e0c9e17ee95e613002ae"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-3662-a1-squashfs-factory.img"; + sha256 = "ea669d17ea5caf6547463f9557950ad8d2b75da023ead8d16acc38275a26d905"; + sha256_unsigned = "ea669d17ea5caf6547463f9557950ad8d2b75da023ead8d16acc38275a26d905"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dap-3662-a1-initramfs-kernel.bin"; + sha256 = "e2a2a5fa712a7dc1747a903828b4717c1dd9de39b5d02bd67b68b24cf315c78f"; + sha256_unsigned = "e2a2a5fa712a7dc1747a903828b4717c1dd9de39b5d02bd67b68b24cf315c78f"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-3662-a1" + ]; + titles = [ + { + model = "DAP-3662"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dch-g020-a1 = { + device_packages = [ + "kmod-gpio-pca953x" + "kmod-i2c-gpio" + "kmod-usb2" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dch-g020-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dch-g020-a1-initramfs-kernel.bin"; + sha256 = "c81cb460b05d9f30ca212d29dfe373f090c59f883be0ab9d89dbf39e389fabe2"; + sha256_unsigned = "c81cb460b05d9f30ca212d29dfe373f090c59f883be0ab9d89dbf39e389fabe2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dch-g020-a1-squashfs-sysupgrade.bin"; + sha256 = "ada36e65be2aded84e5bd22dd321e5ef0480374febd38dfc9f11018d5b53f0d6"; + sha256_unsigned = "b6a65dc26a9e435e0db8b5a5c7f77ec23f1154dcf05c06ea0f70b002d3f68c90"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dch-g020-a1-squashfs-factory.bin"; + sha256 = "b4d6e65b72d0d161888f3d814df327730ea1cc8976b609d4050c1f33a816b786"; + sha256_unsigned = "b4d6e65b72d0d161888f3d814df327730ea1cc8976b609d4050c1f33a816b786"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dch-g020-a1" + ]; + titles = [ + { + model = "DCH-G020"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-505 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dir-505"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-505-squashfs-sysupgrade.bin"; + sha256 = "eca7199c7e7e5884ce8e040fbe7cb60390a3b484c17f1602698106fd808b205c"; + sha256_unsigned = "6c03331cac5da2cab1d298528c2353ea4bf7e9d82c63277fae276eecd9f720e8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-505-initramfs-kernel.bin"; + sha256 = "fc2c86b7bb280b27f4486e99502575e85755f379e6e4d2f0774f7ac57d735a14"; + sha256_unsigned = "fc2c86b7bb280b27f4486e99502575e85755f379e6e4d2f0774f7ac57d735a14"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-505" + "dir-505-a1" + ]; + titles = [ + { + model = "DIR-505"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "9dd360344a5e5d2af9c965ea59dbe88cf0db6b460b53b751f25d55f2debf4694"; + sha256_unsigned = "24588070603bfbe460d5d08d2a8e5f4c4aff52c092661b97609d7c97f24c5d6d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-825-b1-initramfs-kernel.bin"; + sha256 = "b8951bd9b0b53dc0059534f74d9e32a5fc22f1d6ad5ad23b9d88bc03a50f1cf8"; + sha256_unsigned = "b8951bd9b0b53dc0059534f74d9e32a5fc22f1d6ad5ad23b9d88bc03a50f1cf8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-825-b1-squashfs-factory.bin"; + sha256 = "ce914245a93d01a4d529d2c3f6d5d08272e8cef9e887a2f9802a6971c7df327a"; + sha256_unsigned = "ce914245a93d01a4d529d2c3f6d5d08272e8cef9e887a2f9802a6971c7df327a"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "1f9c1ef8fca9e8fd7c758ec992b6505bf97d0ba83e4bd91a58875a6b2e5591e8"; + sha256_unsigned = "1f9c1ef8fca9e8fd7c758ec992b6505bf97d0ba83e4bd91a58875a6b2e5591e8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "3478e6c38fc9ecbeadd0fc32a4bc335afd9a1117b765fab301a9fc64a0509f75"; + sha256_unsigned = "b5a5bcdfb151c6ae7d9b0c053da9e9d2b33d1a68015d8a8ebf402fd575492903"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-825-c1-initramfs-kernel.bin"; + sha256 = "2f584786bfafa93c8561f016334f401be29321c5c1ffd55c605168fdab1c6deb"; + sha256_unsigned = "2f584786bfafa93c8561f016334f401be29321c5c1ffd55c605168fdab1c6deb"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "a5f388064884f61bfebe513d39ffeafa4f90c6599759548681e82f5383317c6c"; + sha256_unsigned = "a5f388064884f61bfebe513d39ffeafa4f90c6599759548681e82f5383317c6c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-835-a1-initramfs-kernel.bin"; + sha256 = "c885be3b68317d947e370a0f8e4a472ed73f4e397453e094793a878f579d497e"; + sha256_unsigned = "c885be3b68317d947e370a0f8e4a472ed73f4e397453e094793a878f579d497e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "e3632bb5e92dcdf07eb989246c46b9c84570e586c000092badd1084032fc6a5a"; + sha256_unsigned = "d6c47b5498c5cc912107b68351bdf00e3e5070abe1517782eff930abe20c63d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + model = "DIR-835"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dir-842-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-842-c1-squashfs-sysupgrade.bin"; + sha256 = "76c75e8eff3b9574b8ae5ee21493efeacc909a6db63b7142473f3e737434dc02"; + sha256_unsigned = "65ff3ed234b8f68e4688af3125245f15a64ba76a77568dffe67e521d147edba7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-842-c1-initramfs-kernel.bin"; + sha256 = "7ae10f21adb7c01d97e52f3144596512663351cb8700a5825d72d89ac9372a3b"; + sha256_unsigned = "7ae10f21adb7c01d97e52f3144596512663351cb8700a5825d72d89ac9372a3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-842-c1-squashfs-factory.bin"; + sha256 = "704b7803ad0fa6f5fa87cbbd34a7ef660b3ac355b9a22e289274858c900a73bd"; + sha256_unsigned = "704b7803ad0fa6f5fa87cbbd34a7ef660b3ac355b9a22e289274858c900a73bd"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-842-c1" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dir-842-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-842-c2-squashfs-factory.bin"; + sha256 = "0824eeed1796fcc17bdb00e21fc9bc2291e61315e8a5c3ee4a8486b52b9a30c4"; + sha256_unsigned = "0824eeed1796fcc17bdb00e21fc9bc2291e61315e8a5c3ee4a8486b52b9a30c4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-842-c2-squashfs-sysupgrade.bin"; + sha256 = "4ef20f6c0bf3f19172483b56b78aa7339d6eaec1a6f660c0f80a9bbb3259e756"; + sha256_unsigned = "3cf87e408470b5f2138ec8b2a6e867bf0308cb1e98da723afb9b3cebe57463db"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-842-c2-initramfs-kernel.bin"; + sha256 = "bd0f424117bf5be88ec36b7bb105cb46de5bfc6b98212fe767fd1971e748f52a"; + sha256_unsigned = "bd0f424117bf5be88ec36b7bb105cb46de5bfc6b98212fe767fd1971e748f52a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c2" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dir-842-c3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-842-c3-initramfs-kernel.bin"; + sha256 = "9ea98875b2f52ba7c3ee35ae05bd217394017f2df48fd8cda5cf8aacb29dd6a3"; + sha256_unsigned = "9ea98875b2f52ba7c3ee35ae05bd217394017f2df48fd8cda5cf8aacb29dd6a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-842-c3-squashfs-sysupgrade.bin"; + sha256 = "a7ebdf658b30af6823aac65682dbb84d17232689f077cc0e91555815fcdab868"; + sha256_unsigned = "595e9480cde62d91a55d729adac02cacfa735598c6b5f02aac6d7cbc9e3371b5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-842-c3-squashfs-factory.bin"; + sha256 = "020913157faac2e6c29210d090154bb898b6d8e32cd3aa08ff968f7491e9000c"; + sha256_unsigned = "020913157faac2e6c29210d090154bb898b6d8e32cd3aa08ff968f7491e9000c"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-842-c3" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "19208c2fcbd372c4e263ae6be535e507bac69051c2b6d4d69fbbf8601507f7ea"; + sha256_unsigned = "6824f19676fd75f29acfca2c57a8870992d0429c75769192dc12d4848046e32e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-859-a1-initramfs-kernel.bin"; + sha256 = "6da64a4eba92397c3959f5dd4e132646aedbaf005964a127667a642d6b88459f"; + sha256_unsigned = "6da64a4eba92397c3959f5dd4e132646aedbaf005964a127667a642d6b88459f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "e37e23fa41541176428cb6b7c638492d2e7dbe7c3082651da88b48358bc0e1ef"; + sha256_unsigned = "e37e23fa41541176428cb6b7c638492d2e7dbe7c3082651da88b48358bc0e1ef"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + model = "DIR-859"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "75bf6067b2ee07f88eb0b51363ea5c1f5b934fb66eb93b941f66e6c673e55897"; + sha256_unsigned = "01ece0fa69252c75314394c6554130d31fb2bb6f4a87fc4b991af1c42837cc5d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-elecom_wrc-1750ghbk2-i-initramfs-kernel.bin"; + sha256 = "b82ec0f4fca03f114f7cf083c86c3770b2b273d4146ece4b55e65b873d5a223c"; + sha256_unsigned = "b82ec0f4fca03f114f7cf083c86c3770b2b273d4146ece4b55e65b873d5a223c"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + model = "WRC-1750GHBK2-I/C"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-elecom_wrc-300ghbk2-i-initramfs-kernel.bin"; + sha256 = "aee7f2bdafe7c9afc14ba2ce2c7ac4cabde64492849e87b3ac45b822d80340b6"; + sha256_unsigned = "aee7f2bdafe7c9afc14ba2ce2c7ac4cabde64492849e87b3ac45b822d80340b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "0e808ca5b174be3f80c9446dbe67d7105862a89f9e22940774a020b07b852c9f"; + sha256_unsigned = "e5fa718a64fc0d98613db19facd51cd5c233ce9023d460f3f569c7236a28fc45"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + model = "WRC-300GHBK2-I"; + vendor = "ELECOM"; + } + ]; + }; + embeddedwireless_balin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-embeddedwireless_balin"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-embeddedwireless_balin-initramfs-kernel.bin"; + sha256 = "b62d8af91aff9ef1ecbc1f85abd420f8a0b8f1958631d800b29e7e701d63dc1d"; + sha256_unsigned = "b62d8af91aff9ef1ecbc1f85abd420f8a0b8f1958631d800b29e7e701d63dc1d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-embeddedwireless_balin-squashfs-sysupgrade.bin"; + sha256 = "a8b14c2aa211523ae4fb1b4ff51c9f257e0a001767f8679a48ca0164a662813a"; + sha256_unsigned = "ecf71a63fddf508a324b224f2e9cf5bc49ad50ba645c59187dd070e598e44bb4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "embeddedwireless,balin" + ]; + titles = [ + { + model = "Balin"; + vendor = "Embedded Wireless"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-embeddedwireless_dorin-initramfs-kernel.bin"; + sha256 = "49a9fc540ef537a12a5e081bce32c00dea9450f024595e33aa2db7509b5df574"; + sha256_unsigned = "49a9fc540ef537a12a5e081bce32c00dea9450f024595e33aa2db7509b5df574"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "72cf5318b44dab1fae1bfad639f5536e973fd757493ad91b36b13475003418e0"; + sha256_unsigned = "9b7081b7064ab91ce260e85db20cca6996d5a7d0a0c445bed3e3a419b7714ce5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + model = "Dorin"; + vendor = "Embedded Wireless"; + } + ]; + }; + engenius_eap1200h = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-engenius_eap1200h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_eap1200h-squashfs-factory.bin"; + sha256 = "e4a404dbd8216e17d51dea142e1ebbfcf2af31416afff4491a69cd8ec6ebd34b"; + sha256_unsigned = "e4a404dbd8216e17d51dea142e1ebbfcf2af31416afff4491a69cd8ec6ebd34b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_eap1200h-squashfs-sysupgrade.bin"; + sha256 = "5c89c72998b7f6acdae538eaaafb5e99f28819fdad771ff987ec11147c12bc8e"; + sha256_unsigned = "d2cf9f47ece91ef10319161dad14ff32176eb18b99d7cc421af0142e1c40666b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_eap1200h-initramfs-kernel.bin"; + sha256 = "534b62c0929b40627f0d24ad4afcbffafe253a89166f38053365f9059d3ae535"; + sha256_unsigned = "534b62c0929b40627f0d24ad4afcbffafe253a89166f38053365f9059d3ae535"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap1200h" + ]; + titles = [ + { + model = "EAP1200H"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap300-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-engenius_eap300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_eap300-v2-squashfs-sysupgrade.bin"; + sha256 = "34ae28305fd900817aeb9e2614703ec2d9bd4aba816551c0aaf95550c196a0e2"; + sha256_unsigned = "80713305e8dc473f63865092ead7cf40d19dc2b3aae32ca7d87e679773bb7754"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_eap300-v2-squashfs-factory.bin"; + sha256 = "a235dcf4bce46e15cb90088a479397d04c07719ca24fdcfff98a86247765cf1d"; + sha256_unsigned = "a235dcf4bce46e15cb90088a479397d04c07719ca24fdcfff98a86247765cf1d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_eap300-v2-initramfs-kernel.bin"; + sha256 = "9fc6285a3131d7db3f56ebb335898d0017c17d6a29f075e7701c986fea4bb250"; + sha256_unsigned = "9fc6285a3131d7db3f56ebb335898d0017c17d6a29f075e7701c986fea4bb250"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap300-v2" + ]; + titles = [ + { + model = "EAP300"; + variant = "v2"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap600 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-engenius_eap600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_eap600-squashfs-factory.bin"; + sha256 = "a3b1b211680be965c0759f7126425c2ac7297a061376f0c4e271c28156962c98"; + sha256_unsigned = "a3b1b211680be965c0759f7126425c2ac7297a061376f0c4e271c28156962c98"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_eap600-initramfs-kernel.bin"; + sha256 = "fc7e7c6c738a18123836c56bc2d1ff366ce68d2d20e1d7cf9279ca49135c1c37"; + sha256_unsigned = "fc7e7c6c738a18123836c56bc2d1ff366ce68d2d20e1d7cf9279ca49135c1c37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_eap600-squashfs-sysupgrade.bin"; + sha256 = "97ed0af8e20a97d28c5e6896194e91008dc9667b7e0e169bf1fede30a1b2596b"; + sha256_unsigned = "e848bbd51811e82066de874da54e46fe8cd9d63e3ad0c5b27b549251b9f369b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap600" + ]; + titles = [ + { + model = "EAP600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1200 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-engenius_ecb1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_ecb1200-squashfs-sysupgrade.bin"; + sha256 = "b5dfca1270c9ebe9b98ef4a5ba484e04ea96c6fb84960c7a02cb74353ffab25a"; + sha256_unsigned = "5cd1893822b5c492faaaa342f76b2e8be2d02e48bba13d80b522240532d37ea0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_ecb1200-initramfs-kernel.bin"; + sha256 = "73b0d68fc557643ff6dba4de70823c9b9cf880e60c4685a745d9487716a37c36"; + sha256_unsigned = "73b0d68fc557643ff6dba4de70823c9b9cf880e60c4685a745d9487716a37c36"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_ecb1200-squashfs-factory.bin"; + sha256 = "e754fda0afdc7c2b8d7a149806b4bb774ef67458621009ebcb6ca18968b5632e"; + sha256_unsigned = "e754fda0afdc7c2b8d7a149806b4bb774ef67458621009ebcb6ca18968b5632e"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ecb1200" + ]; + titles = [ + { + model = "ECB1200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_ecb1750-squashfs-factory.bin"; + sha256 = "65d026396418cee4b11d1f04aa000cc8d7ec80ffab35a04263cf973da3b79825"; + sha256_unsigned = "65d026396418cee4b11d1f04aa000cc8d7ec80ffab35a04263cf973da3b79825"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "6cf776c707d0b60a9153c5bb8c054662b08e66e19207bbc9d27a7b956e814869"; + sha256_unsigned = "9d2aebe43db9e9e16d4438cf27d351b7f0fb15b06eb05d800d159bc71b1db302"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_ecb1750-initramfs-kernel.bin"; + sha256 = "f8d8dec2155a452e5bb9076983f84c5d11bb2a7f2fa876ec725054bf1cb8d59e"; + sha256_unsigned = "f8d8dec2155a452e5bb9076983f84c5d11bb2a7f2fa876ec725054bf1cb8d59e"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + model = "ECB1750"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb600 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-engenius_ecb600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_ecb600-squashfs-sysupgrade.bin"; + sha256 = "e9b0485dc3e6620f8297db132a4c6d0f964da23be39d19136628b007c2c97fae"; + sha256_unsigned = "d684b9385ccaaf5fd0e1b6bf22099679f6ec4d434adbbf7d6d7c2b8ebdc434c1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_ecb600-squashfs-factory.bin"; + sha256 = "e85133837f102302f2b45d454fe2ab4657574667da89a0781934f4ff681f2936"; + sha256_unsigned = "e85133837f102302f2b45d454fe2ab4657574667da89a0781934f4ff681f2936"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_ecb600-initramfs-kernel.bin"; + sha256 = "3879f996575b597e533b262f05a8f8f9afb9d266bf5cf83a195cbcb372877c5d"; + sha256_unsigned = "3879f996575b597e533b262f05a8f8f9afb9d266bf5cf83a195cbcb372877c5d"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb600" + ]; + titles = [ + { + model = "ECB600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens202ext-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-engenius_ens202ext-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_ens202ext-v1-squashfs-factory.bin"; + sha256 = "42412e0480c1e2eb896a4136b2769cd7d5f4437a7b9b62ef4009dee35b0db60e"; + sha256_unsigned = "42412e0480c1e2eb896a4136b2769cd7d5f4437a7b9b62ef4009dee35b0db60e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_ens202ext-v1-initramfs-kernel.bin"; + sha256 = "f3c6285e2bebd2d51de6c7ad731710a4f62fe02128405c425674f37301055f00"; + sha256_unsigned = "f3c6285e2bebd2d51de6c7ad731710a4f62fe02128405c425674f37301055f00"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_ens202ext-v1-squashfs-sysupgrade.bin"; + sha256 = "9cbf9b79571871fc3f6b7cc4564c2d9f639ba2a6e049dfe8c0b4552208d25bcb"; + sha256_unsigned = "6f7fe12f90dc952c1d8fdd873e502d7c20f2a055daef8a6a83da55abb61f3cdd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ens202ext-v1" + ]; + titles = [ + { + model = "ENS202EXT"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enstationac-v1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-engenius_enstationac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_enstationac-v1-squashfs-sysupgrade.bin"; + sha256 = "0e2a80a590c13784f43f2a2723507582c6ca631f6a3f9db363c0ec3a45aa7ba7"; + sha256_unsigned = "5217b18d7d002929dfa6ae7d5d05995439a3c315b1e204e755c7a08127945393"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_enstationac-v1-squashfs-factory.bin"; + sha256 = "251326848c00dbd3d6f61354d0c2b48181e4671e6d5a5f1b9bc968ff7083b267"; + sha256_unsigned = "251326848c00dbd3d6f61354d0c2b48181e4671e6d5a5f1b9bc968ff7083b267"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_enstationac-v1-initramfs-kernel.bin"; + sha256 = "7bf1a2049b4900cf2876d395f7cf33aeb324befc7b52e9126e3512b8346d0523"; + sha256_unsigned = "7bf1a2049b4900cf2876d395f7cf33aeb324befc7b52e9126e3512b8346d0523"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enstationac-v1" + ]; + titles = [ + { + model = "EnStationAC"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_epg5000-initramfs-kernel.bin"; + sha256 = "1c2c3ca9c187919ecae6ccabe9bc107b8becade77566b9a37a949fd55c300a06"; + sha256_unsigned = "1c2c3ca9c187919ecae6ccabe9bc107b8becade77566b9a37a949fd55c300a06"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "9c3c241511953cd81e3a00976784d8b6cfa463a73a4c2370663a928baa8d65c2"; + sha256_unsigned = "2a86d9ddcd2e380009b85befc1a716d3854c396162a5abad5e6d2ced2df1c53e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "f2d5aa90b7a2ee464579dec2f315a8773dcb972a8f41eab792ed224333a8b6a2"; + sha256_unsigned = "f2d5aa90b7a2ee464579dec2f315a8773dcb972a8f41eab792ed224333a8b6a2"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + model = "EPG5000"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_ews511ap-initramfs-kernel.bin"; + sha256 = "3e14137206f4862a4b49a77917cf65f885493fab48cee62befd62608a1ead298"; + sha256_unsigned = "3e14137206f4862a4b49a77917cf65f885493fab48cee62befd62608a1ead298"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "d740046ce63104a76dc1ece47e81d89befe89e3f801759268bcdb75e3fe31ef7"; + sha256_unsigned = "e1d22068a0e2d793acd5e5d4a183db4b1796ebfb00d8508f3dd0366c80f0593b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + model = "EWS511AP"; + vendor = "EnGenius"; + } + ]; + }; + enterasys_ws-ap3705i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-enterasys_ws-ap3705i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-enterasys_ws-ap3705i-squashfs-sysupgrade.bin"; + sha256 = "cd601c77e2ac8c23e4cccdeaa82ca1a8495f0d8eb91871e48bd0412a478202a1"; + sha256_unsigned = "edd04b3cea8da56f05f515492244b050be7b349ac7d5f7880196ffb0e966f222"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-enterasys_ws-ap3705i-initramfs-kernel.bin"; + sha256 = "e4c1cdb9b21e7c178432fe7daf4b3591b1beba6622b593977ed455fcc095d52c"; + sha256_unsigned = "e4c1cdb9b21e7c178432fe7daf4b3591b1beba6622b593977ed455fcc095d52c"; + type = "kernel"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3705i" + ]; + titles = [ + { + model = "WS-AP3705i"; + vendor = "Enterasys"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "756a4d79ba98eb7351cb5ae239010ebc5c85f1d7386b40defb9235f96fb3ce75"; + sha256_unsigned = "27a5e82243ea118b018c4bc6ddd52c8ae96a8e36edff6f1f19fd3d4dd2322182"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-etactica_eg200-initramfs-kernel.bin"; + sha256 = "af882bf0344ef9f98b17cf1df0560768092692112a9bc7497db258d34ae2309b"; + sha256_unsigned = "af882bf0344ef9f98b17cf1df0560768092692112a9bc7497db258d34ae2309b"; + type = "kernel"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + model = "EG200"; + vendor = "eTactica"; + } + ]; + }; + extreme-networks_ws-ap3805i = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-extreme-networks_ws-ap3805i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-extreme-networks_ws-ap3805i-initramfs-kernel.bin"; + sha256 = "25ff4c3eeffa3ad4ad34b6253007f686b3a09e608ab559a11622e11ce570fc9c"; + sha256_unsigned = "25ff4c3eeffa3ad4ad34b6253007f686b3a09e608ab559a11622e11ce570fc9c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-extreme-networks_ws-ap3805i-squashfs-sysupgrade.bin"; + sha256 = "c1721a9ba85bf28bb56f88c209a2679c2af643de2645852cf83ff20c0eed5e89"; + sha256_unsigned = "c54de134189d5da476a28b8f5adf1eec28f4125b85d0d27a34544ed6c433fb68"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "extreme-networks,ws-ap3805i" + ]; + titles = [ + { + model = "WS-AP3805i"; + vendor = "Extreme Networks"; + } + ]; + }; + glinet_6408 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-glinet_6408"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_6408-initramfs-kernel.bin"; + sha256 = "c7e7ec6f37feb17dab338f1def7251e9ce6bb0d2dbd9089371c5b45f32ee61e4"; + sha256_unsigned = "c7e7ec6f37feb17dab338f1def7251e9ce6bb0d2dbd9089371c5b45f32ee61e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_6408-squashfs-sysupgrade.bin"; + sha256 = "d333f6eea5e39463831bc54e7e8732db06e98fea2d25e69d11c01ef6d521096e"; + sha256_unsigned = "5f4a275886b575c91ae07853fdb95e1b1d0a1640c61a0010c156c7e2a48b319b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,6408" + "gl-inet" + ]; + titles = [ + { + model = "6408"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_6416 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-glinet_6416"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_6416-initramfs-kernel.bin"; + sha256 = "0079c6a1634ba24797ca0877736ea7c7933ede73c6d7cd7473b29d632eeec817"; + sha256_unsigned = "0079c6a1634ba24797ca0877736ea7c7933ede73c6d7cd7473b29d632eeec817"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_6416-squashfs-sysupgrade.bin"; + sha256 = "bac80c3b389f42d548fd5f227d175afa3b7014d988116f0707a339cc1d545365"; + sha256_unsigned = "7e256a341fc475de3475b0db2e1bc71bf0db480610e63b6d86d4d1b458b90311"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,6416" + "gl-inet" + ]; + titles = [ + { + model = "6416"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "9fa30c5a72cf6c8ef52848481e494243a16d3ec49eed0c4787b16bcf45b2153a"; + sha256_unsigned = "e624da0e2fb9eeee724dd8dcfede2ab55795a2c166c24a4b1bfed5c2f7774b97"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_gl-ar150-initramfs-kernel.bin"; + sha256 = "e12d3a837b54fbde76b88b1e64af6c9f7e4b882c1724ad341cc26da2aef2d0eb"; + sha256_unsigned = "e12d3a837b54fbde76b88b1e64af6c9f7e4b882c1724ad341cc26da2aef2d0eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + model = "GL-AR150"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "ecabe4a05166c9f066ebc4d1b90e91f22bef1d455172ff029515b091bae7cd7c"; + sha256_unsigned = "3a1dde5420c7db6923c8fe47a90ce19a891c526fefdb45d45738d3f334772640"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_gl-ar300m-lite-initramfs-kernel.bin"; + sha256 = "b4402aa388c66ecd2cb3e36f41421841807ad09fde84472212ff21fab0bea5a5"; + sha256_unsigned = "b4402aa388c66ecd2cb3e36f41421841807ad09fde84472212ff21fab0bea5a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "Lite"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m16 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-glinet_gl-ar300m16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin"; + sha256 = "fb19e8b0fc06dad6bdc665a991d4850c7932a45e4ae7f186028b7a8b4a443e62"; + sha256_unsigned = "42471ce0a4621b718ffe7ab6eb0e89f21ba5ab3dddf282e57f0ee7be9bf2003a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_gl-ar300m16-initramfs-kernel.bin"; + sha256 = "ffdaba9013c83e418da29f37bb9991935e7b89afa73022158bf1afc7fa9e5708"; + sha256_unsigned = "ffdaba9013c83e418da29f37bb9991935e7b89afa73022158bf1afc7fa9e5708"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m16" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M16"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-glinet_gl-ar750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_gl-ar750-initramfs-kernel.bin"; + sha256 = "3f1814ef396767a0c8ba16d3ea3b1f35e1f78eb165192c0433b67b9ffee4e119"; + sha256_unsigned = "3f1814ef396767a0c8ba16d3ea3b1f35e1f78eb165192c0433b67b9ffee4e119"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "1f35c97b6d98636b95ee237d1b514cdb6b2342dddbe9f1d7eda5aebd8a8b2879"; + sha256_unsigned = "72354d21b07487d5e24563a5ca3a412c8b1cb0710bd6c3aec8680e69564bb3f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar750" + "gl-ar750" + ]; + titles = [ + { + model = "GL-AR750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mifi = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-glinet_gl-mifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "2e0b95b98c6286409b85dcf9bb6ef8c5886e984da8551731dc142058a79e8d99"; + sha256_unsigned = "922dea53635e3e1d34edd48cbbc9d58bc97959082760b77a374e67ad2bd049c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_gl-mifi-initramfs-kernel.bin"; + sha256 = "aac706d5079a54788a3e1668278ffe3f9aebce3677f5ea06677faa1067aea2a2"; + sha256_unsigned = "aac706d5079a54788a3e1668278ffe3f9aebce3677f5ea06677faa1067aea2a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mifi" + "gl-mifi" + ]; + titles = [ + { + model = "GL-MiFi"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-usb150 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-glinet_gl-usb150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_gl-usb150-initramfs-kernel.bin"; + sha256 = "3d6fea8a3d0c3de15347b7c64431f58f851e1b3f85e292c137d8c0f5bcfdd265"; + sha256_unsigned = "3d6fea8a3d0c3de15347b7c64431f58f851e1b3f85e292c137d8c0f5bcfdd265"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "7f3643433409a54c47ea35f4d984090cdd9dcd54c88a14588e15c2cd33918813"; + sha256_unsigned = "ff69f626bd893c1168ff14003cd4c01ad89169655aced652809eddc384ac9ec3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-usb150" + "gl-usb150" + ]; + titles = [ + { + model = "GL-USB150"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-x300b = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-glinet_gl-x300b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_gl-x300b-squashfs-sysupgrade.bin"; + sha256 = "7a7e693db65a0995c0a1fcd06951c5d303902d8ead87707274396d0d72cc84ba"; + sha256_unsigned = "7b4f0f3f5039feaf6dee8d2a524842a898894d4fcc6f20d09d5cb14dcdff7b20"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_gl-x300b-initramfs-kernel.bin"; + sha256 = "92121cab795017b6e2680f65222648e81077c8352f1af9fe2cec07ef76814337"; + sha256_unsigned = "92121cab795017b6e2680f65222648e81077c8352f1af9fe2cec07ef76814337"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-x300b" + ]; + titles = [ + { + model = "GL-X300B"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "a843d6b900ac29880e38004d5eb87b11c9e38559c5b79ea989b3a947d82a8564"; + sha256_unsigned = "8c9e422cb7b3e9e8b86c5bd6374df13b3d2f7fe6109fe7f91dc2fbb312eb3729"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-glinet_gl-x750-initramfs-kernel.bin"; + sha256 = "c89a3cf1925c89c5e55988b7964bb3606d653845aa56e84f174f423e28c45298"; + sha256_unsigned = "c89a3cf1925c89c5e55988b7964bb3606d653845aa56e84f174f423e28c45298"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + model = "GL-X750"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_lan-turtle = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-hak5_lan-turtle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-hak5_lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "3266f7e6ba852bfe83c27b62e900058c34ef534dc982d19081fcc3377e40fdcd"; + sha256_unsigned = "bc80c4de0eac89e62c8092de2fa99623cca1d2402923ad92618a996f0f6b7293"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-hak5_lan-turtle-initramfs-kernel.bin"; + sha256 = "7e99a3e5ea8ce6b6dd31342d091fc446ad02d1173b02b94b0322c4cbe67b756b"; + sha256_unsigned = "7e99a3e5ea8ce6b6dd31342d091fc446ad02d1173b02b94b0322c4cbe67b756b"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,lan-turtle" + "lan-turtle" + ]; + titles = [ + { + model = "LAN Turtle"; + vendor = "Hak5"; + } + ]; + }; + hak5_packet-squirrel = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-hak5_packet-squirrel"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-hak5_packet-squirrel-initramfs-kernel.bin"; + sha256 = "781b4c7b151c95bfe2d63a6e24e7bb1447fa12be904ace1f3d0ec0ed14ff62be"; + sha256_unsigned = "781b4c7b151c95bfe2d63a6e24e7bb1447fa12be904ace1f3d0ec0ed14ff62be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-hak5_packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "00f0f9017d97f02475539fac27b50df2f1166ac44ee5dded032403697cbd378c"; + sha256_unsigned = "66e53d435e7b72e811df25d125f56f52bf813fa3ba866548e0b5b1197f243cb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,packet-squirrel" + "packet-squirrel" + ]; + titles = [ + { + model = "Packet Squirrel"; + vendor = "Hak5"; + } + ]; + }; + hak5_wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-hak5_wifi-pineapple-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-hak5_wifi-pineapple-nano-initramfs-kernel.bin"; + sha256 = "01dc923a96d864b7ade413a64c877d56f7170bf916fd225e0fa35a4dea6f5e24"; + sha256_unsigned = "01dc923a96d864b7ade413a64c877d56f7170bf916fd225e0fa35a4dea6f5e24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-hak5_wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "18a5d9c41a2f18b72f622942c5e876f15f2df823a85aa366e392bc128725febe"; + sha256_unsigned = "2e69571886bc61dcc98f5b3485683e8acd6fdb3a1411d039ca90c676f2826045"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-nano" + "wifi-pineapple-nano" + ]; + titles = [ + { + model = "WiFi Pineapple NANO"; + vendor = "Hak5"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-iodata_etg3-r-initramfs-kernel.bin"; + sha256 = "beb36d9dc6278d6d29bf6722dd385c1aa430b08028f27363caeaa479b0455af6"; + sha256_unsigned = "beb36d9dc6278d6d29bf6722dd385c1aa430b08028f27363caeaa479b0455af6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "89d5051ed6422fcb92e8c8af9fb4b23afd8a07e1318c7d5aebcc7175921a85fd"; + sha256_unsigned = "8e63fc4a13863eb086188eae9bd2117bf07fbbb2cf4041bb7f483ac49585ebde"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + model = "ETG3-R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "4c0c54f605cb316da500bbdb2ee58052d633d8bab187d3d1f089c399b70d0ba3"; + sha256_unsigned = "4c0c54f605cb316da500bbdb2ee58052d633d8bab187d3d1f089c399b70d0ba3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "64406870994f0131d196a3b2c453deab59e286da17b38534e0420bbd349aecaa"; + sha256_unsigned = "5e1a47b3b2a205a822fc89e4234ae45d4b9a24b0e6cc118f287a68e4c7799d53"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-iodata_wn-ac1167dgr-initramfs-kernel.bin"; + sha256 = "ee565e87fe570a1828333dbd6dc1bb8fc21fc416117c82a4ec8bcde978d55073"; + sha256_unsigned = "ee565e87fe570a1828333dbd6dc1bb8fc21fc416117c82a4ec8bcde978d55073"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + model = "WN-AC1167DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "b1c512ba63fd55e70ff326ae715a22750270f373793d8cc74bae0224f51f60b8"; + sha256_unsigned = "b1c512ba63fd55e70ff326ae715a22750270f373793d8cc74bae0224f51f60b8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "4eb68ca8b6f723b5b56b588af755225f3fcdf196d413a6d41957a88d4a28523d"; + sha256_unsigned = "4c8642224af1493e737c97b70012ba26f4a85ac25d065daa52d4e7fc8d8adcdc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-iodata_wn-ac1600dgr-initramfs-kernel.bin"; + sha256 = "9c686f98a6a008e0689444bbacab312bd24d1b142a284014340d83ea123a7c71"; + sha256_unsigned = "9c686f98a6a008e0689444bbacab312bd24d1b142a284014340d83ea123a7c71"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + model = "WN-AC1600DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "bf796b013e3126496d53819bc4777d0c26bdecc2a79bb556c1ce3b9c957d7a00"; + sha256_unsigned = "84afecadc46716573ca2a8ef2c291c305ec7db27ea64a292b2b2111810233bad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-iodata_wn-ac1600dgr2-initramfs-kernel.bin"; + sha256 = "67c8d2f4322ade29c16938dd18f83f6b653487723d35a730a15302680f904dd1"; + sha256_unsigned = "67c8d2f4322ade29c16938dd18f83f6b653487723d35a730a15302680f904dd1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-iodata_wn-ac1600dgr2-squashfs-dgr2-dgr3-factory.bin"; + sha256 = "a4d0f6809774f6facf523d280a0948ef5622d1dadb03c736de2870149de70d2d"; + sha256_unsigned = "a4d0f6809774f6facf523d280a0948ef5622d1dadb03c736de2870149de70d2d"; + type = "dgr2-dgr3-factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + model = "WN-AC1600DGR2/DGR3"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-iodata_wn-ag300dgr-initramfs-kernel.bin"; + sha256 = "49365ee692209e688f3465b94a5bbae3744be681db54a6a494131532f156d7fa"; + sha256_unsigned = "49365ee692209e688f3465b94a5bbae3744be681db54a6a494131532f156d7fa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "d2624dfb4c4a61855e09e5344d90729919ba2fbac93a8b467b9e798c528adef1"; + sha256_unsigned = "39fd26faa1204b90130afa9cd28f44140b94eb9732ec7a9e942a519a84d9f802"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "651846fb69d3cbef707a29b1b5cb5b5a653f81010a44c9d4bf3ed3f62208c467"; + sha256_unsigned = "651846fb69d3cbef707a29b1b5cb5b5a653f81010a44c9d4bf3ed3f62208c467"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + model = "WN-AG300DGR"; + vendor = "I-O DATA"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-jjplus_ja76pf2"; + images = [ + { + name = "openwrt-22.03.3-ath79-generic-jjplus_ja76pf2-loader.bin"; + sha256 = "f44e3ef22d497a85627ac58a3ed8a650a2d7bf8522a34007adcb9120115a3890"; + sha256_unsigned = "f44e3ef22d497a85627ac58a3ed8a650a2d7bf8522a34007adcb9120115a3890"; + type = "loader.bin"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-jjplus_ja76pf2-initramfs-kernel.bin"; + sha256 = "a1287fc30a4b5c078f29fe9fb61500185f28af27d0003da0a4b1e7325982ad65"; + sha256_unsigned = "a1287fc30a4b5c078f29fe9fb61500185f28af27d0003da0a4b1e7325982ad65"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-jjplus_ja76pf2-squashfs-firmware.bin"; + sha256 = "32190d1403e92b0fb9c0ea37bf542ec22765c89e2c9e37ffc1a6f4d7d95812bb"; + sha256_unsigned = "32190d1403e92b0fb9c0ea37bf542ec22765c89e2c9e37ffc1a6f4d7d95812bb"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "b850949674cb4e4724722cf89ec34ca5bc025e8e188bd7715771a422e16231bb"; + sha256_unsigned = "6cde0370b11e481925be5f078f74c0eeab26906a76811b6af6e97669a1127ce1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + ]; + titles = [ + { + model = "JA76PF2"; + vendor = "jjPlus"; + } + ]; + }; + jjplus_jwap230 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-jjplus_jwap230"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-jjplus_jwap230-initramfs-kernel.bin"; + sha256 = "9e7f62fcf9dab278afa805a5d8f23316716bfde46d10da5cfa650f0fda102a88"; + sha256_unsigned = "9e7f62fcf9dab278afa805a5d8f23316716bfde46d10da5cfa650f0fda102a88"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-jjplus_jwap230-squashfs-sysupgrade.bin"; + sha256 = "895ad25565828bac1043fbf42c0090b8bdc34b1d8383b6b1ed673dc6f109f64b"; + sha256_unsigned = "bdbb912fa8f30925e801d80377f5a1df7f36c6b1d0c1909569dd4784cf1846f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jjplus,jwap230" + ]; + titles = [ + { + model = "JWAP230"; + vendor = "jjPlus"; + } + ]; + }; + joyit_jt-or750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-joyit_jt-or750i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-joyit_jt-or750i-initramfs-kernel.bin"; + sha256 = "5d9bdf733f2748310aff2028d6bf625e0263b132b35697448d43365e8b46bcd9"; + sha256_unsigned = "5d9bdf733f2748310aff2028d6bf625e0263b132b35697448d43365e8b46bcd9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-joyit_jt-or750i-squashfs-sysupgrade.bin"; + sha256 = "156bd87b072a24666e9c1cc7f00223ef9e989e0034aa9dce123a9ef353fe2578"; + sha256_unsigned = "e8249541f4e426cf9b93f217ffad3bdef8484f0270b024e8980f841261b0d61a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "joyit,jt-or750i" + ]; + titles = [ + { + model = "JT-OR750i"; + vendor = "Joy-IT"; + } + ]; + }; + letv_lba-047-ch = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-letv_lba-047-ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-letv_lba-047-ch-squashfs-factory.bin"; + sha256 = "f8f055348729052518adfb3e1fb21228821f49e4a6c434067f09c6ba85123349"; + sha256_unsigned = "f8f055348729052518adfb3e1fb21228821f49e4a6c434067f09c6ba85123349"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-letv_lba-047-ch-squashfs-sysupgrade.bin"; + sha256 = "f92b955763edf1622602030634fb7e3b5eaeba2192cb7634399f0709fe666527"; + sha256_unsigned = "6f7e9670c634ede26b0bcef7c872d3f73bc53ac43bf0969b8708b5420d61cdad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-letv_lba-047-ch-initramfs-kernel.bin"; + sha256 = "a128d2495b8234fa0a4777c392304d82d9ddccd3fa85f33d190387ba5e2fb956"; + sha256_unsigned = "a128d2495b8234fa0a4777c392304d82d9ddccd3fa85f33d190387ba5e2fb956"; + type = "kernel"; + } + ]; + supported_devices = [ + "letv,lba-047-ch" + ]; + titles = [ + { + model = "LBA-047-CH"; + vendor = "Letv"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-librerouter_librerouter-v1-initramfs-kernel.bin"; + sha256 = "0d499bf5672bae4a428f4e964f3ebdf8523dbde5834bf51f73db6e160bcab01f"; + sha256_unsigned = "0d499bf5672bae4a428f4e964f3ebdf8523dbde5834bf51f73db6e160bcab01f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "9677743e2b406a9cc8d2e4b6c13a86e61ef7bdf3c851b0e426583ed0030c4a46"; + sha256_unsigned = "dc2db953d6ba3bdb4f5039be20a6d78e543e828e4fdd46509a782dd480076293"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + model = "LibreRouter"; + variant = "v1"; + vendor = "Librerouter"; + } + ]; + }; + meraki_mr12 = { + device_packages = [ + "kmod-owl-loader" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-meraki_mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-meraki_mr12-squashfs-sysupgrade.bin"; + sha256 = "4d0302713046f37bd88d29e9848daa502363804da25cdbe7ba74697ec3e6bf9c"; + sha256_unsigned = "a76364e1432fe9d15e954e838fc807d31417d2338cc2be739e0623e966cd3cad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-meraki_mr12-initramfs-kernel.bin"; + sha256 = "aee0369395b3d1512779f8231618082fd628f7e104c0e50a8f87fcd0cef35b92"; + sha256_unsigned = "aee0369395b3d1512779f8231618082fd628f7e104c0e50a8f87fcd0cef35b92"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr12" + "mr12" + ]; + titles = [ + { + model = "MR12"; + vendor = "Meraki"; + } + ]; + }; + meraki_mr16 = { + device_packages = [ + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-meraki_mr16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-meraki_mr16-squashfs-sysupgrade.bin"; + sha256 = "a56847b44ef2d18c0dffe7ede7f58d3511a3b92737af0baf57128c124ec362b5"; + sha256_unsigned = "607e140139631947277a27406d9d311533951f111c4fb704b665e4ba2f64d636"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-meraki_mr16-initramfs-kernel.bin"; + sha256 = "da3427eefabeb0bba581bb718d63065c40b32657df5a8acf3c81789c9abe52c7"; + sha256_unsigned = "da3427eefabeb0bba581bb718d63065c40b32657df5a8acf3c81789c9abe52c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr16" + "mr16" + ]; + titles = [ + { + model = "MR16"; + vendor = "Meraki"; + } + ]; + }; + mercury_mw4530r-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-mercury_mw4530r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-mercury_mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "4d354fa408ded60e0650f5de1cf463e047852baeb2e6eb7acbc44046ed4e8ffb"; + sha256_unsigned = "205ddb799d16136fe2f3cdb74fa2c918c66b1acf8453e49032e76a58bfd152ae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-mercury_mw4530r-v1-initramfs-kernel.bin"; + sha256 = "6170e904f34097af616ecf0591e3396032bdac8a713008336534d687f9444da5"; + sha256_unsigned = "6170e904f34097af616ecf0591e3396032bdac8a713008336534d687f9444da5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-mercury_mw4530r-v1-squashfs-factory.bin"; + sha256 = "ded05de39503d33321da4e5f1aaf6f380d1361f1abe4787db1c21f41edbfa50d"; + sha256_unsigned = "ded05de39503d33321da4e5f1aaf6f380d1361f1abe4787db1c21f41edbfa50d"; + type = "factory"; + } + ]; + supported_devices = [ + "mercury,mw4530r-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "MW4530R"; + variant = "v1"; + vendor = "Mercury"; + } + ]; + }; + nec_wf1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-nec_wf1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-nec_wf1200cr-squashfs-factory.bin"; + sha256 = "d0bd73bba2fa810761de0f2263ff135c968aca476a92e219abb772fdacc5ba6f"; + sha256_unsigned = "d0bd73bba2fa810761de0f2263ff135c968aca476a92e219abb772fdacc5ba6f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-nec_wf1200cr-initramfs-kernel.bin"; + sha256 = "23e7747fb802d2344ef389f531743d56b038bea1239cdf87ba86a7a0d8fbaf16"; + sha256_unsigned = "23e7747fb802d2344ef389f531743d56b038bea1239cdf87ba86a7a0d8fbaf16"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-nec_wf1200cr-squashfs-sysupgrade.bin"; + sha256 = "b247931b37023a4e129972bc923ac25fa4310257a56fc872e6ee986cacaccc09"; + sha256_unsigned = "d48d0b209ec04f95d6663947e667bb90c0d13354afb41529456e17e1c2431188"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wf1200cr" + ]; + titles = [ + { + model = "Aterm WF1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "41ffd9c305d514f15f4754c091737c2e7bff4ac22e95c441c27367dbcdd3c6ae"; + sha256_unsigned = "e479f081b435900cc92ab888fdf00aca719ed324a97de513d938a3c55db277f4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "6c4c78e7032bad2d260b15470d6d2fe276c376d797b4e9301a771d480d613b38"; + sha256_unsigned = "6c4c78e7032bad2d260b15470d6d2fe276c376d797b4e9301a771d480d613b38"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-nec_wg1200cr-initramfs-kernel.bin"; + sha256 = "8d0040c28f486f8d53b731f0e34cbe5669ce0ac0a01cbcaec565efe275a9ea6c"; + sha256_unsigned = "8d0040c28f486f8d53b731f0e34cbe5669ce0ac0a01cbcaec565efe275a9ea6c"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + model = "Aterm WG1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-full-htt" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "c74c19c5216383a5efb8ef37374e64dcb68de0c87d9ce58acb725cab803a1241"; + sha256_unsigned = "c74c19c5216383a5efb8ef37374e64dcb68de0c87d9ce58acb725cab803a1241"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "5cb0266bb9273ed289542d91c6f97d2d90e75bd3cbee7e4dac84b90004a8e7d0"; + sha256_unsigned = "1032b44a71b9930ae09a0ba48e40d2c5cace8ae0219e42c5e92b3ac84903a662"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-nec_wg800hp-initramfs-kernel.bin"; + sha256 = "c8ab70e079641fea7979f9a312920e4c279a4bd239acb3cc8b285a0a68cb96a6"; + sha256_unsigned = "c8ab70e079641fea7979f9a312920e4c279a4bd239acb3cc8b285a0a68cb96a6"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + model = "Aterm WG800HP"; + vendor = "NEC"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "312d9cc2fd6564fcf9d52aff83a22763b5353898d135b93aea357dc4a82901e3"; + sha256_unsigned = "312d9cc2fd6564fcf9d52aff83a22763b5353898d135b93aea357dc4a82901e3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_ex6400-initramfs-kernel.bin"; + sha256 = "341e6007b662743866a576bde61d1dde1c7ed5e110bc4db718139910f16c2041"; + sha256_unsigned = "341e6007b662743866a576bde61d1dde1c7ed5e110bc4db718139910f16c2041"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "9d3627c89af1241f6e5d65eca529d53a9eeac2721b2110e95f6d2d300d08dc30"; + sha256_unsigned = "3a0eed5fe713d8fbf20d0316646ff73b87bac25358cc5430be76835aba2975f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + model = "EX6400"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "ff479dfdbcadb84909c0bc204df76adb4dc160c9d64bf6abc8d6730c5cb61312"; + sha256_unsigned = "a68590f6cbf75fff64a3c3ee6ff91b7a3340366fdae2486cb422251a346ca7a7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "ed5cbe3dd6f71044da9440469571593d3410ad15c06fc4bc7bda38c1eec42f9c"; + sha256_unsigned = "ed5cbe3dd6f71044da9440469571593d3410ad15c06fc4bc7bda38c1eec42f9c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_ex7300-initramfs-kernel.bin"; + sha256 = "704ea5f58f400921a2ca9d954e2b9eaba80bc27bbe09d249ce672fa0750c622c"; + sha256_unsigned = "704ea5f58f400921a2ca9d954e2b9eaba80bc27bbe09d249ce672fa0750c622c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + model = "EX7300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-netgear_ex7300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_ex7300-v2-squashfs-factory.img"; + sha256 = "b3ab02f6d2ac74857000458c280eab384ab5b4522b30dabf7d6d5df4fc57eafb"; + sha256_unsigned = "b3ab02f6d2ac74857000458c280eab384ab5b4522b30dabf7d6d5df4fc57eafb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_ex7300-v2-initramfs-kernel.bin"; + sha256 = "c92535d49cceb123b86b4475f98b86d4d5330ff490834cab1e26886e1410269a"; + sha256_unsigned = "c92535d49cceb123b86b4475f98b86d4d5330ff490834cab1e26886e1410269a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_ex7300-v2-squashfs-sysupgrade.bin"; + sha256 = "eb848f110fea31411b8b550796f9935ca5bbcded2a08777852ae794854ae4cb0"; + sha256_unsigned = "3353ac7828636ad3f50791ed6827473114e227b8a15c3e2ee3849fd76679a7f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex7300-v2" + ]; + titles = [ + { + model = "EX7300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap360 = { + device_packages = [ + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-netgear_wndap360"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndap360-initramfs-kernel.bin"; + sha256 = "2200160e6d45495ec45a56a9f4812c67b6a5c9857eb5532eced4c2c32d099b5e"; + sha256_unsigned = "2200160e6d45495ec45a56a9f4812c67b6a5c9857eb5532eced4c2c32d099b5e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndap360-squashfs-sysupgrade.bin"; + sha256 = "ad7630146d70a6e31b2a71540d3a70fa4f2137297a53f37fdc12272cb67963bb"; + sha256_unsigned = "d0dfe4924f7ad87ecf179eb3ea4dd18d0e6e1b52f1d2aa1e05336ca43ca647b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap360" + ]; + titles = [ + { + model = "WNDAP360"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "fe7f6df0c1ac3fa659c389ab8b36d4143a2e7524acfc478ed47d93c228ab46c0"; + sha256_unsigned = "8dd6a43162b972bfb4b503999f618bada2d34d1e87fca85d28b3e9cc630d0f87"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndr3700-initramfs-kernel.bin"; + sha256 = "2f0c1a61018bfe6e460023d00005814b826359eb9ef32ea6d8283678fe3465ad"; + sha256_unsigned = "2f0c1a61018bfe6e460023d00005814b826359eb9ef32ea6d8283678fe3465ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "f8be51c0ceb7b331633e92bcceb2bfa04015665b024f4b28b294e95ab0f5f382"; + sha256_unsigned = "f8be51c0ceb7b331633e92bcceb2bfa04015665b024f4b28b294e95ab0f5f382"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "61f6c44e4d0c6a82190a0d013be43539891c323a7400d43dca16701373087801"; + sha256_unsigned = "61f6c44e4d0c6a82190a0d013be43539891c323a7400d43dca16701373087801"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-netgear_wndr3700-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndr3700-v2-initramfs-kernel.bin"; + sha256 = "40d738cf77c5ab6e436069b16efc0c61d594514d1818c8e404a44686ae591019"; + sha256_unsigned = "40d738cf77c5ab6e436069b16efc0c61d594514d1818c8e404a44686ae591019"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndr3700-v2-squashfs-sysupgrade.bin"; + sha256 = "c33cb0202c663ff574313c0c842e689f6843b532f34aaf4cd43152a496e6d988"; + sha256_unsigned = "26905e63fe0fa493856151a1e4729440ccc1d07df6da5f46be200f98fd72678b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndr3700-v2-squashfs-factory.img"; + sha256 = "ec294c217bf68c7dce960b9527fb2051376bb62ddf900bbfc4c28ff16b21c2e8"; + sha256_unsigned = "ec294c217bf68c7dce960b9527fb2051376bb62ddf900bbfc4c28ff16b21c2e8"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v2" + "wndr3700" + "netgear,wndr3700v2" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "2063e7d101c047eebe0f54546d288b4ea2160fc2fbbd8ac0f6800cf0b2141e21"; + sha256_unsigned = "2063e7d101c047eebe0f54546d288b4ea2160fc2fbbd8ac0f6800cf0b2141e21"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndr3800-initramfs-kernel.bin"; + sha256 = "f7afcb6e384275b578853f6174d300168b45fab15b23e09919a449970e825238"; + sha256_unsigned = "f7afcb6e384275b578853f6174d300168b45fab15b23e09919a449970e825238"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "4712b7a2ebd39722feaf1f8c971d7cf47d3205ea9d55bd70d8e909409706f374"; + sha256_unsigned = "0494d94f78c2c1a37377add9cc260735148e34856ecdcc920c3422978f5124d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800ch = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-netgear_wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndr3800ch-squashfs-factory.img"; + sha256 = "6dd0fdfdf8dc8de6caa13f8a46e5741360ea9a02809ce870343882674d40bbb1"; + sha256_unsigned = "6dd0fdfdf8dc8de6caa13f8a46e5741360ea9a02809ce870343882674d40bbb1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "58c8d867ea56d1f29ed9ce5d9c3398210ed01f4c5b847dbf13ec40566807db5e"; + sha256_unsigned = "571fadba4663a50cc80acfb537bd35591e100d2bab6597f1331cffbc0b4b67f1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndr3800ch-initramfs-kernel.bin"; + sha256 = "5709add907339b424470b36d12b50c7735159eb769ab7e4a79a26ed4ac869a3c"; + sha256_unsigned = "5709add907339b424470b36d12b50c7735159eb769ab7e4a79a26ed4ac869a3c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3800ch" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800CH"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-netgear_wndrmac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndrmac-v1-squashfs-factory.img"; + sha256 = "9a55d879d9488e39d6ef643d7b44b9ed1d16176d2b4f44de342525c21ae7a727"; + sha256_unsigned = "9a55d879d9488e39d6ef643d7b44b9ed1d16176d2b4f44de342525c21ae7a727"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndrmac-v1-squashfs-sysupgrade.bin"; + sha256 = "02c01bc96cebbcc1588da26b2b8510eaa82f62846c9076c8674e38b294aa9b4d"; + sha256_unsigned = "1fbc644e480ab6f4cd81abff993099d7cd74146b288bb2e1571008520910cf10"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndrmac-v1-initramfs-kernel.bin"; + sha256 = "87b7ccba3b87fe6aaa34ad7078a1ed60cd5fd53638fe9555ffd081d1145c2316"; + sha256_unsigned = "87b7ccba3b87fe6aaa34ad7078a1ed60cd5fd53638fe9555ffd081d1145c2316"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v1" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-netgear_wndrmac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndrmac-v2-initramfs-kernel.bin"; + sha256 = "357f1f483bc94ea927c188bc9948b300646ab5ba45f7c62ac5ee31faf91c942f"; + sha256_unsigned = "357f1f483bc94ea927c188bc9948b300646ab5ba45f7c62ac5ee31faf91c942f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndrmac-v2-squashfs-factory.img"; + sha256 = "f73caaadbbe9f4c727c3ceec27f0d79606a87a55079425d565aa6881c4817ccd"; + sha256_unsigned = "f73caaadbbe9f4c727c3ceec27f0d79606a87a55079425d565aa6881c4817ccd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wndrmac-v2-squashfs-sysupgrade.bin"; + sha256 = "4f9c10bf16cf556a2d6e5dff9241a73c30fecb51e7043e46ad2394910a9eee29"; + sha256_unsigned = "9a5df3c78a93c3cbb5dd63d302df295dde3526e2e6baa1460934096abd0c9621"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v2" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-netgear_wnr2200-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img"; + sha256 = "1cdf42fb0afcc675f11ee8ed86cb9f6905f151b379319ce96e9eb03da2f779a3"; + sha256_unsigned = "1cdf42fb0afcc675f11ee8ed86cb9f6905f151b379319ce96e9eb03da2f779a3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wnr2200-16m-initramfs-kernel.bin"; + sha256 = "c4fb8d54bef6cea8b13adf0cee465559688738492773bc3289b275b104b1298d"; + sha256_unsigned = "c4fb8d54bef6cea8b13adf0cee465559688738492773bc3289b275b104b1298d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"; + sha256 = "924d3e01193959ba228c2dcfd01a023d93db535909b2511ef0042ad4260cafa1"; + sha256_unsigned = "f06f7b51c2d76b76220eeb019fd3d6533af36cff0efbb5c5bc5df559ecc5a11f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wnr2200-16m" + ]; + titles = [ + { + model = "WNR2200"; + variant = "16M"; + vendor = "NETGEAR"; + } + { + model = "WNR2200"; + variant = "CN/RU"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-netgear_wnr2200-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wnr2200-8m-squashfs-factory.img"; + sha256 = "35bc22730a33b5f8dc1d3c05e93c20252bff2f3257ad415afc3e09ccee4d8b1f"; + sha256_unsigned = "35bc22730a33b5f8dc1d3c05e93c20252bff2f3257ad415afc3e09ccee4d8b1f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wnr2200-8m-squashfs-factory-NA.img"; + sha256 = "4359ac1040e7c00601183bec13b115509b34dac4a9ee672540ad51d5b50f324a"; + sha256_unsigned = "4359ac1040e7c00601183bec13b115509b34dac4a9ee672540ad51d5b50f324a"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wnr2200-8m-squashfs-sysupgrade.bin"; + sha256 = "bb21935557f735d2453a48d72703cd70a5d3e7a1f799346f58e694e14041bdea"; + sha256_unsigned = "3331a22a9247963728a327e23a632f8fac6078b34a530764fc2533bbd4f60752"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-netgear_wnr2200-8m-initramfs-kernel.bin"; + sha256 = "1db3c1b62df3fcba86159b6f972b18824d27ac7120aeb42576dbb36fe3d31879"; + sha256_unsigned = "1db3c1b62df3fcba86159b6f972b18824d27ac7120aeb42576dbb36fe3d31879"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wnr2200-8m" + "wnr2200" + ]; + titles = [ + { + model = "WNR2200"; + variant = "8M"; + vendor = "NETGEAR"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ocedo_koala-initramfs-kernel.bin"; + sha256 = "e2bbefc8852beb5b7c2291d5528683ceb467710d8c3c1125076a2c49c5ce6eb5"; + sha256_unsigned = "e2bbefc8852beb5b7c2291d5528683ceb467710d8c3c1125076a2c49c5ce6eb5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "8358dbba5a4a85de8e7e3faa3a1732c8a57aec8722230ad730de7b9216b49349"; + sha256_unsigned = "7d05f1bf1caf36f8bb3912380e4a6da50d465172436eb6d15f4ca778a9939c7e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + model = "Koala"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "c4a9fbd60dc95ece68efe36ae55972c8d304138f4d38d444ae9b135e26f302a7"; + sha256_unsigned = "9cdfeca686250da79bf776bb50ee437554f542599ea6827f21cf5aca14914a8c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ocedo_raccoon-initramfs-kernel.bin"; + sha256 = "fc42c52bac513d728145ff1e69a58f53420c3e681d534478db93a4ab064e010c"; + sha256_unsigned = "fc42c52bac513d728145ff1e69a58f53420c3e681d534478db93a4ab064e010c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + model = "Raccoon"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "fcadbbbe8e2dfe11fb65e225b20c0f12f6f6fd2d6fe9c118d8c3baae70ad7404"; + sha256_unsigned = "d7a4183058f264d30102e79b9fff0266e43e8593100486ca295b88151becea43"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ocedo_ursus-initramfs-kernel.bin"; + sha256 = "5219d1204bd50ee5d4e30521e63368ae32f3a5f9c501a132471e0b253af84144"; + sha256_unsigned = "5219d1204bd50ee5d4e30521e63368ae32f3a5f9c501a132471e0b253af84144"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + model = "Ursus"; + vendor = "Ocedo"; + } + ]; + }; + onion_omega = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-onion_omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-onion_omega-squashfs-factory.bin"; + sha256 = "1a50fb7a6d2df39570eaf97d82ced2f63928adcacee1e923fb6923c6337f59ea"; + sha256_unsigned = "1a50fb7a6d2df39570eaf97d82ced2f63928adcacee1e923fb6923c6337f59ea"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-onion_omega-squashfs-sysupgrade.bin"; + sha256 = "6c8c2287ba214d8041a3669c5a70c6b8c854b14939c93cfb7276a3b8c6bbf71a"; + sha256_unsigned = "97fbc49bbd755863d1cde2f92f1ac93590bc7fac43123dcf67b3ef647a172ac1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-onion_omega-initramfs-kernel.bin"; + sha256 = "179ee130595c4903ac86135e087e4b3af6c428c7a0bb789e67576dd0a45090d0"; + sha256_unsigned = "179ee130595c4903ac86135e087e4b3af6c428c7a0bb789e67576dd0a45090d0"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega" + "onion-omega" + ]; + titles = [ + { + model = "Omega"; + vendor = "Onion"; + } + ]; + }; + openmesh_a40 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_a40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_a40-squashfs-sysupgrade.bin"; + sha256 = "98777244ce7616b9c3038b9b6c1ec2f8d30e0ee6cd5187ce59c00d09aef1e1aa"; + sha256_unsigned = "a859985a5ad5ac98549643e01660046369dcdab18b217ab0edaf915b031cc7d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_a40-initramfs-kernel.bin"; + sha256 = "80d8ac173ba385705e61bc0c8312c3bb84694802500b84afec878054c858e3d8"; + sha256_unsigned = "80d8ac173ba385705e61bc0c8312c3bb84694802500b84afec878054c858e3d8"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a40" + "a40" + ]; + titles = [ + { + model = "A40"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a60 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_a60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_a60-squashfs-sysupgrade.bin"; + sha256 = "523e05c19f2d02aa1b2b081cf092de694d4033a024d6d2be5391641046f51ec4"; + sha256_unsigned = "46c8806cc8f85249d50f48688deb87cddd1bdcd1c691acfcacd80fe85ca9744e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_a60-initramfs-kernel.bin"; + sha256 = "26a8b48093d927eaa7240122eb869c852e619d55c4c1ba620ff21491da6ce0d7"; + sha256_unsigned = "26a8b48093d927eaa7240122eb869c852e619d55c4c1ba620ff21491da6ce0d7"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a60" + "a60" + ]; + titles = [ + { + model = "A60"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_mr1750-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_mr1750-v1-initramfs-kernel.bin"; + sha256 = "3b6082d0bb62d71992d8b6b1ba2c003edc24e82176a2a6f8de33340eddcdeea5"; + sha256_unsigned = "3b6082d0bb62d71992d8b6b1ba2c003edc24e82176a2a6f8de33340eddcdeea5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_mr1750-v1-squashfs-sysupgrade.bin"; + sha256 = "c53cab6d0dc0475c852e93fe462c1bcdad02ec7a1c85fccdb70a240305e7a109"; + sha256_unsigned = "839bca00ce39f7373905851c86dac133c81e8d3eb62b66ccd43e51b98f5e6f42"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v1" + "mr1750" + ]; + titles = [ + { + model = "MR1750"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_mr1750-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_mr1750-v2-squashfs-sysupgrade.bin"; + sha256 = "c8c5c70a302420b38cca43fa9508cb350b4682deabd993868bb008217fc45f40"; + sha256_unsigned = "56ad2ef91685d006ff2b94342e7669997fe7c15faded520d3bb1120b2341f5ae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_mr1750-v2-initramfs-kernel.bin"; + sha256 = "548335a4a6564ede6c6135c961007b2a6e44582d9c6cf8d781a0e05503983ca3"; + sha256_unsigned = "548335a4a6564ede6c6135c961007b2a6e44582d9c6cf8d781a0e05503983ca3"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v2" + "mr1750v2" + ]; + titles = [ + { + model = "MR1750"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_mr600-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_mr600-v1-initramfs-kernel.bin"; + sha256 = "98077225ba056c081db7e61d11e4ec1854c39dd1999ee471c1bff714f8c89c55"; + sha256_unsigned = "98077225ba056c081db7e61d11e4ec1854c39dd1999ee471c1bff714f8c89c55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_mr600-v1-squashfs-sysupgrade.bin"; + sha256 = "8fe7d21c03f5244f1a803862a0d424468186c710294b3bf547370fb32ec90480"; + sha256_unsigned = "2252bc3f4c0c88edd6c0293f6ada7d53c31218b29011580e3fd535f4b0fdb92a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr600-v1" + "mr600" + ]; + titles = [ + { + model = "MR600"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_mr600-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_mr600-v2-squashfs-sysupgrade.bin"; + sha256 = "1b76934064d6f4036b813101b6e7e9cc22f13bc7257c66537ccf7dedc6eeaa87"; + sha256_unsigned = "7d5772a14c5a90eac178e044954026a17830dbda9615da86cbeb0e74fc7ed008"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_mr600-v2-initramfs-kernel.bin"; + sha256 = "91e006f0143f30f05b6401a157fd1bafc581a045fef590fe24dc2b586b1025aa"; + sha256_unsigned = "91e006f0143f30f05b6401a157fd1bafc581a045fef590fe24dc2b586b1025aa"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v2" + "mr600v2" + ]; + titles = [ + { + model = "MR600"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_mr900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_mr900-v1-squashfs-sysupgrade.bin"; + sha256 = "cc5bcc5d94364abf6d70b8cf7b08fc4e697c4d2772f5b30d893e5c6bd472c18b"; + sha256_unsigned = "f417cb3d84bbc0d3b95c8a8be0cbb1adb7ed515963633a04298c4d044f1e002f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_mr900-v1-initramfs-kernel.bin"; + sha256 = "2e51c6868da789e48426ed918a2e0d20284e52088aa98b5fec41f14902d00d0e"; + sha256_unsigned = "2e51c6868da789e48426ed918a2e0d20284e52088aa98b5fec41f14902d00d0e"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v1" + "mr900" + ]; + titles = [ + { + model = "MR900"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_mr900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_mr900-v2-squashfs-sysupgrade.bin"; + sha256 = "2fa3b03025126ecee405ebaa7b20118edfce1c772295ab18ca2f1760ce583a60"; + sha256_unsigned = "097b37b15326a839a560944bbd7dc9ca1b607f81912c754fe11c3e4e8ae0d768"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_mr900-v2-initramfs-kernel.bin"; + sha256 = "84e7843b6926f4d1087a9d83ccdf38a2263099954b853eb87df21377a89e5830"; + sha256_unsigned = "84e7843b6926f4d1087a9d83ccdf38a2263099954b853eb87df21377a89e5830"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v2" + "mr900v2" + ]; + titles = [ + { + model = "MR900"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_om2p-hs-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om2p-hs-v1-initramfs-kernel.bin"; + sha256 = "f99ec565711d6d2dee7d75d04b2bb26788ba4f216faa89831ca736047b478430"; + sha256_unsigned = "f99ec565711d6d2dee7d75d04b2bb26788ba4f216faa89831ca736047b478430"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om2p-hs-v1-squashfs-sysupgrade.bin"; + sha256 = "39cf5c0f7a1358c503e274b53ba7652f5cf42f0051178daae89ea874677c59ab"; + sha256_unsigned = "bec2566a790277bade8b74ab6636f5057af94260c03dd2bcbd110825f4d8ca59"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v1" + "om2p-hs" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_om2p-hs-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om2p-hs-v2-initramfs-kernel.bin"; + sha256 = "2868c24091495b6a9ac2750da312ceaa79acaa8520638fc3e93aabc4e8a461f3"; + sha256_unsigned = "2868c24091495b6a9ac2750da312ceaa79acaa8520638fc3e93aabc4e8a461f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om2p-hs-v2-squashfs-sysupgrade.bin"; + sha256 = "735fdf1a3007d0b96d5b15e1c7a1b1a8a2aa155cd3080c9f2943339d1e00cfa7"; + sha256_unsigned = "9a82f801b4a09334daa10b75b2f78f95e53e6ef6135a1b6bf805e3e95be7a52d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v2" + "om2p-hsv2" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v3 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_om2p-hs-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om2p-hs-v3-squashfs-sysupgrade.bin"; + sha256 = "231cd51856b2942470dd55b7f767f3a9a56085e773e3fc59e887e0865a3e1918"; + sha256_unsigned = "c05776188931d226c2a03282dd8eae25efa721fdb810c3820581ab42a3712f17"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om2p-hs-v3-initramfs-kernel.bin"; + sha256 = "946c4fe45eceda15c1733da97a57a374d0811e8fbb466c7c60c57ceb3132c392"; + sha256_unsigned = "946c4fe45eceda15c1733da97a57a374d0811e8fbb466c7c60c57ceb3132c392"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v3" + "om2p-hsv3" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v3"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_om2p-hs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om2p-hs-v4-squashfs-sysupgrade.bin"; + sha256 = "be0b72fb3cc55030dbc31cc879bc835204e4466995ac39b0bc088508a437685a"; + sha256_unsigned = "12835a826c7589b2ae9313e07138fe38c14261e990825b9111a3023be9017594"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om2p-hs-v4-initramfs-kernel.bin"; + sha256 = "4375ebba8337ac5c2e6fae38d3186531801d061ac46f996bdf48833787ee6f01"; + sha256_unsigned = "4375ebba8337ac5c2e6fae38d3186531801d061ac46f996bdf48833787ee6f01"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v4" + "om2p-hsv4" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-lc = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_om2p-lc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om2p-lc-initramfs-kernel.bin"; + sha256 = "c00004b5620f045e7c836050c27828c1355c510bc570fde81054bc34c785116b"; + sha256_unsigned = "c00004b5620f045e7c836050c27828c1355c510bc570fde81054bc34c785116b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om2p-lc-squashfs-sysupgrade.bin"; + sha256 = "83da6bfb023954bc0b413ba1ce8a1385c91a0804cba839a0c64b378395e57c65"; + sha256_unsigned = "bfab6a425fa7bef8b53ff13563b4ffd80f7004d1f3ae4e9c9767899a53529278"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-lc" + "om2p-lc" + ]; + titles = [ + { + model = "OM2P-LC"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_om2p-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om2p-v1-initramfs-kernel.bin"; + sha256 = "260c05367a31999b806e1aced0a81da726c26fabefd5e33afe7145af9033a469"; + sha256_unsigned = "260c05367a31999b806e1aced0a81da726c26fabefd5e33afe7145af9033a469"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om2p-v1-squashfs-sysupgrade.bin"; + sha256 = "f3da3a956c64dd669367b75c70086e0bd5b90b2590b31ff4abdd73040a26ac72"; + sha256_unsigned = "d48f6a58528dbced33139310230965d15b3f3c9063831efa67cc0e4569f197b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-v1" + "om2p" + ]; + titles = [ + { + model = "OM2P"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_om2p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om2p-v2-squashfs-sysupgrade.bin"; + sha256 = "83db1539c9fb17eab0c27f2f5798c99a89ce43764e40251385379219d9ef6704"; + sha256_unsigned = "294b650618c974b1af63f26efba67370229098edf64c5eb094fa7f408bdf0ddc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om2p-v2-initramfs-kernel.bin"; + sha256 = "89dade7cf1631e4192ae23579f16d38dcf32577e3cd1c6f2052b6908bd94a693"; + sha256_unsigned = "89dade7cf1631e4192ae23579f16d38dcf32577e3cd1c6f2052b6908bd94a693"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v2" + "om2pv2" + ]; + titles = [ + { + model = "OM2P"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_om2p-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om2p-v4-squashfs-sysupgrade.bin"; + sha256 = "710515b79a14de1efa82a78a66715913269549141dfccbab522e8103b8ff2191"; + sha256_unsigned = "a976afe3a6d43c84094d25c53503a93cb18baf4f1843ddf36c39150cd6cc3e90"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om2p-v4-initramfs-kernel.bin"; + sha256 = "bd9bf725c2f8b121492b2f5f7e18739979413bcea93517aa30a353c27f36a410"; + sha256_unsigned = "bd9bf725c2f8b121492b2f5f7e18739979413bcea93517aa30a353c27f36a410"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v4" + "om2pv4" + ]; + titles = [ + { + model = "OM2P"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_om5p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om5p-initramfs-kernel.bin"; + sha256 = "80b7bb8e7934bb9acd1c1bd798946784c2279cb210b99c958aca1e0ed85bf971"; + sha256_unsigned = "80b7bb8e7934bb9acd1c1bd798946784c2279cb210b99c958aca1e0ed85bf971"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om5p-squashfs-sysupgrade.bin"; + sha256 = "95f93ecf6a94f861da48663a7f3e34ea2c8d6cb8e4560026b776f0cd936af4e4"; + sha256_unsigned = "bbb26951b55c0315b8d715ce6569f83bbb312c9a2f52af1ea0e2e419c287fe48"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p" + "om5p" + ]; + titles = [ + { + model = "OM5P"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_om5p-ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om5p-ac-v1-initramfs-kernel.bin"; + sha256 = "db56a09012db925d2cf20abfaf2319a694d08d3030f7ee5cf6ea8a12ad44c7e3"; + sha256_unsigned = "db56a09012db925d2cf20abfaf2319a694d08d3030f7ee5cf6ea8a12ad44c7e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om5p-ac-v1-squashfs-sysupgrade.bin"; + sha256 = "8cb52cc3a731bd288d28377472cbc2c75276f6f068e0c40b0e9192dbe7c4c8b7"; + sha256_unsigned = "8222ba94ec7d5f4762593d2c00217aff50c35060bc79809ad82b675a27419478"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v1" + "om5p-ac" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "9a00e20a5d7f5c7eae56e6c62e90bacc2a1bfdc5d1ba72b3247d789a881f1348"; + sha256_unsigned = "a1737bf6b19a132b1834ea11861cd048484983312483fb68d7db72e25bfae40c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om5p-ac-v2-initramfs-kernel.bin"; + sha256 = "810369e7767a85579f8cd5deb6e6b43e9d7fe020943d6605c6b317e00ecc8cc2"; + sha256_unsigned = "810369e7767a85579f8cd5deb6e6b43e9d7fe020943d6605c6b317e00ecc8cc2"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-an = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-openmesh_om5p-an"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om5p-an-squashfs-sysupgrade.bin"; + sha256 = "5f05955d959f7156a848b89bd66db7f514da1c99f1f7a7cf5e8eefa24f1860a7"; + sha256_unsigned = "e11458eb5e9c8677d23054ac45a6711a8bc05232edb0101e5fed7bfa52f74588"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-openmesh_om5p-an-initramfs-kernel.bin"; + sha256 = "2cc67c63094a5d0c980a5c700d8cde89b090c255a37b785bad358e8f8a29bb67"; + sha256_unsigned = "2cc67c63094a5d0c980a5c700d8cde89b090c255a37b785bad358e8f8a29bb67"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p-an" + "om5p-an" + ]; + titles = [ + { + model = "OM5P-AN"; + vendor = "OpenMesh"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-pcs_cap324-initramfs-kernel.bin"; + sha256 = "7e09cda26f7c74eb8d51ae65c3c043c2c1286a23781a4c33885617e1e62b346c"; + sha256_unsigned = "7e09cda26f7c74eb8d51ae65c3c043c2c1286a23781a4c33885617e1e62b346c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "23877f382902eadc5a75c909207f5297a5eafb08df655c6d8cda714683b8206c"; + sha256_unsigned = "1650588e39e425abf91b439097f61894ea6496a793a33b0d05fb58e7ba3211f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + model = "CAP324"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-pcs_cr3000-initramfs-kernel.bin"; + sha256 = "34061c9e70d227516d9500479bfb7f384579aab18cfbdbe5b9fc106cca2b24fe"; + sha256_unsigned = "34061c9e70d227516d9500479bfb7f384579aab18cfbdbe5b9fc106cca2b24fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "0e5ef951e5309ada22044140e16fd901f2f4c5e97d6d6ae5f32fd5f4a942febc"; + sha256_unsigned = "651dbb7b446511432ad772e9f51e415cf75b454eec718b1d9b54ecad4c6acab3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + model = "CR3000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "ec77c1adde993e01efb86457110fec9a82a7f30ff1d8746a161c5275a560ab40"; + sha256_unsigned = "0830ac502f8cd4a62524d8019cdf9af620305dab07cdc8e68209763bb43176dc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-pcs_cr5000-initramfs-kernel.bin"; + sha256 = "f3714b7b9a1746343bb1852b345f832f8f3591c50902bbbec2bdd32df1ac2363"; + sha256_unsigned = "f3714b7b9a1746343bb1852b345f832f8f3591c50902bbbec2bdd32df1ac2363"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + model = "CR5000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-phicomm_k2t-initramfs-kernel.bin"; + sha256 = "77161b0b02f229e6cfcc78a5a7b1b5246e3881d13d8506e8d5548aafa1f70ac7"; + sha256_unsigned = "77161b0b02f229e6cfcc78a5a7b1b5246e3881d13d8506e8d5548aafa1f70ac7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "ddd6bd812affa6e14d9238087e8200da06304bbd0e9e74004cbb4a4867194c75"; + sha256_unsigned = "5674d8ee4f7abf7d54782ee623ff4574b2012828ffc48eeaf9791d2d5f7bd4eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + model = "K2T"; + vendor = "Phicomm"; + } + ]; + }; + pisen_ts-d084 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-pisen_ts-d084"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-pisen_ts-d084-squashfs-sysupgrade.bin"; + sha256 = "f6ce2a9fce3976e7e0150659a3de569daf9e3e2fcb4eecd350c66c9c947cb109"; + sha256_unsigned = "caec9297fbe0d0fc93440511e3091e7cf1b45cb1b2cb64d7dfcff23f6adf9f1a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-pisen_ts-d084-squashfs-factory.bin"; + sha256 = "f71884777df33a89b9bb5ccff31d7fe1837c63a998604733d4a52be5125e71af"; + sha256_unsigned = "f71884777df33a89b9bb5ccff31d7fe1837c63a998604733d4a52be5125e71af"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-pisen_ts-d084-initramfs-kernel.bin"; + sha256 = "1e7924c4f2fead1e8ede52bae8f9b50a9a68dc08bf61e86d2dcac408953359b9"; + sha256_unsigned = "1e7924c4f2fead1e8ede52bae8f9b50a9a68dc08bf61e86d2dcac408953359b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "pisen,ts-d084" + ]; + titles = [ + { + model = "TS-D084"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmb001n = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-pisen_wmb001n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-pisen_wmb001n-initramfs-kernel.bin"; + sha256 = "0ad3c4c7a4fc61d8c3967dfc53d7c0fffd180092e78a4ca0af41c17ff275dc72"; + sha256_unsigned = "0ad3c4c7a4fc61d8c3967dfc53d7c0fffd180092e78a4ca0af41c17ff275dc72"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-pisen_wmb001n-squashfs-factory.bin"; + sha256 = "8976691140273a7dc2a6659296b7ce82515058b4fd67b3340955591b79c55f06"; + sha256_unsigned = "642f26e8b9cdd46bd2e2f7e6cde9f88592f84b80f8e1dee4de0ec3fe7bb14fc4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-pisen_wmb001n-squashfs-sysupgrade.bin"; + sha256 = "92020d4b2b166ed10656da86e9030d39ddc3a01cb8a34924fa46a48b5e0dbf32"; + sha256_unsigned = "642f26e8b9cdd46bd2e2f7e6cde9f88592f84b80f8e1dee4de0ec3fe7bb14fc4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,wmb001n" + ]; + titles = [ + { + model = "WMB001N"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "5f4f220a19769d520b57249743c8ebb9f7423ac876b3e615f77131e139eb958f"; + sha256_unsigned = "db4994f8ae2f1c111210d679f44ffc51d9ff074120b8d071890f3deafc018d7c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-pisen_wmm003n-initramfs-kernel.bin"; + sha256 = "e3c7f823b45f7129373851afd63776fa70df45d0b35c52dc30776ede97fb9ad9"; + sha256_unsigned = "e3c7f823b45f7129373851afd63776fa70df45d0b35c52dc30776ede97fb9ad9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "25f02b584bbefa74f83e1d582913eabf3d2352d5aed1a54f539adf7fe97e6b41"; + sha256_unsigned = "25f02b584bbefa74f83e1d582913eabf3d2352d5aed1a54f539adf7fe97e6b41"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + model = "Cloud Easy Power (WMM003N)"; + vendor = "PISEN"; + } + ]; + }; + plasmacloud_pa300 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-plasmacloud_pa300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-plasmacloud_pa300-initramfs-kernel.bin"; + sha256 = "aa88660034286cfa6233d667952376f3f50ab037e21e6e6ebc0c466d0d3f582c"; + sha256_unsigned = "aa88660034286cfa6233d667952376f3f50ab037e21e6e6ebc0c466d0d3f582c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-plasmacloud_pa300-squashfs-sysupgrade.bin"; + sha256 = "5e1776f47f8e0ab8ebe986364fe4e1bb9b6db25815ae5407afbd3d8872f5e65f"; + sha256_unsigned = "8b1448652c622c2d4f2926ea31a3eb5ff69ac3b69dc9b2788bc1fa8422f777e6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-plasmacloud_pa300-squashfs-factory.bin"; + sha256 = "ca86d128a1bb27e47b162264a9b22f8a3e553938ce60cc5822a07a7787f0e572"; + sha256_unsigned = "ca86d128a1bb27e47b162264a9b22f8a3e553938ce60cc5822a07a7787f0e572"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa300" + ]; + titles = [ + { + model = "PA300"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa300e = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-plasmacloud_pa300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-plasmacloud_pa300e-squashfs-sysupgrade.bin"; + sha256 = "3b7cd255830d1f4d4ed8062bb17806650be7f62cbae9e81b9199a1cd0df9c17a"; + sha256_unsigned = "4958456567813d760f30b37e266a5c4de140d55bfab820abe07f631722616df8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-plasmacloud_pa300e-initramfs-kernel.bin"; + sha256 = "f2c0886cd574eef0e20e43baa7ad873027bc95113e35780fe77b68b4699cf29f"; + sha256_unsigned = "f2c0886cd574eef0e20e43baa7ad873027bc95113e35780fe77b68b4699cf29f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-plasmacloud_pa300e-squashfs-factory.bin"; + sha256 = "6fee1db80be4abbebc511415bc0a9591d09e47ccd81be17bb4096f993f9df05b"; + sha256_unsigned = "6fee1db80be4abbebc511415bc0a9591d09e47ccd81be17bb4096f993f9df05b"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa300e" + ]; + titles = [ + { + model = "PA300E"; + vendor = "Plasma Cloud"; + } + ]; + }; + qca_ap143-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-qca_ap143-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qca_ap143-16m-squashfs-sysupgrade.bin"; + sha256 = "834849d9479e520585350b0e38b8ecff9dee1da1f7e36633a34091cc99b58b30"; + sha256_unsigned = "840aa253dce97b076c819e2eccd4cd66ed747a7208d959dfeaaff1b7588bcb7a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qca_ap143-16m-squashfs-factory.bin"; + sha256 = "747b5898544b87a7602ed5b39e388e2c67aa7584873b1eeff22a28d81a050114"; + sha256_unsigned = "747b5898544b87a7602ed5b39e388e2c67aa7584873b1eeff22a28d81a050114"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-qca_ap143-16m-initramfs-kernel.bin"; + sha256 = "7a489f84bb8ec2ce7bd851b001ac859a62f902392662d327028d069c5c3e4b5c"; + sha256_unsigned = "7a489f84bb8ec2ce7bd851b001ac859a62f902392662d327028d069c5c3e4b5c"; + type = "kernel"; + } + ]; + supported_devices = [ + "qca,ap143-16m" + "ap143" + ]; + titles = [ + { + model = "AP143"; + variant = "(16M)"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qca_ap143-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-qca_ap143-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qca_ap143-8m-squashfs-factory.bin"; + sha256 = "0f7714aed751249a0a9a97120444b62924335868a0871ae6825d0583eb1a8b05"; + sha256_unsigned = "0f7714aed751249a0a9a97120444b62924335868a0871ae6825d0583eb1a8b05"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qca_ap143-8m-squashfs-sysupgrade.bin"; + sha256 = "9a25d06827b55d4873081e2f36498acec75a4b732836c144232ca9b095804de7"; + sha256_unsigned = "0e53b63aff5eeea1dd30b4c9d48dccaa7ec13ca95f0bcbc94b24fbbd1110ed1c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-qca_ap143-8m-initramfs-kernel.bin"; + sha256 = "bdc1c9668b38e08a96348d40584529183fd0366fbce570616d4c48df7f53ad95"; + sha256_unsigned = "bdc1c9668b38e08a96348d40584529183fd0366fbce570616d4c48df7f53ad95"; + type = "kernel"; + } + ]; + supported_devices = [ + "qca,ap143-8m" + "ap143" + ]; + titles = [ + { + model = "AP143"; + variant = "(8M)"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qihoo_c301 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-qihoo_c301"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qihoo_c301-squashfs-sysupgrade.bin"; + sha256 = "a61f68387ab5f7bed14480e3e1d73ae5d6596b5eb62c6e649ec5fc141edf2037"; + sha256_unsigned = "4d4a4fe1c324d72644c9bf1161e2187a63a92434c93bb501d4ec7d714bf0d1b5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-qihoo_c301-initramfs-kernel.bin"; + sha256 = "71d2a83f9c4f322304706df19dad9f834b5acd8ad8cda0d0a54e7d8a3c87e833"; + sha256_unsigned = "71d2a83f9c4f322304706df19dad9f834b5acd8ad8cda0d0a54e7d8a3c87e833"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qihoo_c301-squashfs-factory.bin"; + sha256 = "485344cb560eb7abf81e753d6d087576fc7cb9d1c7e9356571dec5f9cea1ff72"; + sha256_unsigned = "485344cb560eb7abf81e753d6d087576fc7cb9d1c7e9356571dec5f9cea1ff72"; + type = "factory"; + } + ]; + supported_devices = [ + "qihoo,c301" + "qihoo-c301" + ]; + titles = [ + { + model = "C301"; + vendor = "Qihoo"; + } + ]; + }; + qxwlan_e1700ac-v2-16m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-qxwlan_e1700ac-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e1700ac-v2-16m-initramfs-kernel.bin"; + sha256 = "4c92860062f9901fe70e9c9c000f734489b24f64cfccce1050a6bfcc5744677a"; + sha256_unsigned = "4c92860062f9901fe70e9c9c000f734489b24f64cfccce1050a6bfcc5744677a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e1700ac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "a2ae96b6a3b1d0be3e12b4f3bcaa938d05fe533e00a1bdc088c7245a8769a7f6"; + sha256_unsigned = "169819878dd1e98700fec862ff42b1f17a18ff529086568edfa9b3f123173c76"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-16m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e1700ac-v2-8m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-qxwlan_e1700ac-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e1700ac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "bbc3b6c810838e411dd19374e163e523fddceb4a1694ac17449bbc5b3b262bf0"; + sha256_unsigned = "d0c87dff438bf558b4e6136e8ed81a4cc9054b340d10d1cf961c710683fe873c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e1700ac-v2-8m-initramfs-kernel.bin"; + sha256 = "13bade130f041de31fc5f79dd18816453ea3de2736a8ee0db3b5f992bb1fd829"; + sha256_unsigned = "13bade130f041de31fc5f79dd18816453ea3de2736a8ee0db3b5f992bb1fd829"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-8m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-qxwlan_e558-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e558-v2-16m-initramfs-kernel.bin"; + sha256 = "01aafa8a16586047710554848d5318e2a3c599232c141ae96c49a5932fd1c369"; + sha256_unsigned = "01aafa8a16586047710554848d5318e2a3c599232c141ae96c49a5932fd1c369"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e558-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "65ad8204b63c824dd09c69ff5560d637c26049835c6e8372c2a11ba9169abf70"; + sha256_unsigned = "af03debcafbba42138070c7d1272051ff121a3e88d79ecaa53a9d40dd0dcfe36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-16m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-qxwlan_e558-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e558-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "ef078ea8d4c37e6bb0bdfeae57f629ad1ca73223fb188ae65b0c41cbd9202a14"; + sha256_unsigned = "66c7e107eababc2feb5918df2bd9fa2f758f0fcd1a47151891d8ca0ae2bdfcbb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e558-v2-8m-initramfs-kernel.bin"; + sha256 = "0274ee70c5c2a667998e28da543249f46b6e58751424ebf660e19405dd9d0779"; + sha256_unsigned = "0274ee70c5c2a667998e28da543249f46b6e58751424ebf660e19405dd9d0779"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-8m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-qxwlan_e600g-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e600g-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "738f8c3816287213326c9b26e3a2709b3a0cb0f768802184e4754cf4fb26f22b"; + sha256_unsigned = "3d2765cb2ceb1814cb33e3908320fbface7dfc3477b5c14d6fe308d1c46301c0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e600g-v2-16m-initramfs-kernel.bin"; + sha256 = "5f2f260e8455f3bfcaf5be55b0c09a8f02001fa68fdcbf8747c56f36dbf0110b"; + sha256_unsigned = "5f2f260e8455f3bfcaf5be55b0c09a8f02001fa68fdcbf8747c56f36dbf0110b"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-16m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-qxwlan_e600g-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e600g-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "037b1642f4277c1e91805c22dcb0aed794d484d4c7a330e5439661ceaafa1251"; + sha256_unsigned = "829166521a376d0381c1bc13c9e8ea9aaf9661a57b9d3c0ea863bce55a5f721a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e600g-v2-8m-initramfs-kernel.bin"; + sha256 = "e0b067120092c2709f427066a2ea9c5a19e69bbab7166b7e5d71a4aea17fb0e5"; + sha256_unsigned = "e0b067120092c2709f427066a2ea9c5a19e69bbab7166b7e5d71a4aea17fb0e5"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-8m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-16m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-qxwlan_e600gac-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e600gac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "0a18fa0d7624761e3908bf69c9007354b444d77adbdf1af1f6ac354684369b0d"; + sha256_unsigned = "3744ef236f4b69b27b66622d367902d6c01f1c90f36082d5734f14010aa90046"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e600gac-v2-16m-initramfs-kernel.bin"; + sha256 = "625b996f4a97d129954fb8ac27829d6385f2b3a56e28940b166df6354a545fa3"; + sha256_unsigned = "625b996f4a97d129954fb8ac27829d6385f2b3a56e28940b166df6354a545fa3"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-16m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-8m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-qxwlan_e600gac-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e600gac-v2-8m-initramfs-kernel.bin"; + sha256 = "d21f0aeb52b4973df44864b0b39692521dd34268bfc8862be053e907727bcaf3"; + sha256_unsigned = "d21f0aeb52b4973df44864b0b39692521dd34268bfc8862be053e907727bcaf3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e600gac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "c4d7df96fda08f3acd18f4dbd5e10f017c7fbd681ba06f5b0b291f841f6f3fcb"; + sha256_unsigned = "dc6c7da8af3a1e6aaa2e6821b2725815fa85b856ab8c4b27e71f53db9caecb1a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-8m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-qxwlan_e750a-v4-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e750a-v4-16m-squashfs-sysupgrade.bin"; + sha256 = "525a313d7a1f59e965c4f518064e2921785fcd5a62ac95f9b501709fe855a1bb"; + sha256_unsigned = "60c0fcd9de50a89ef8f8de5d95d8f25081a9193e1e9e0077197b8287e986402e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e750a-v4-16m-initramfs-kernel.bin"; + sha256 = "c365dc6e1b876f76f0be9c87624624fad9f737ed427ac99b2ba53f5f2dd80ba6"; + sha256_unsigned = "c365dc6e1b876f76f0be9c87624624fad9f737ed427ac99b2ba53f5f2dd80ba6"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-16m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-qxwlan_e750a-v4-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e750a-v4-8m-initramfs-kernel.bin"; + sha256 = "184c899ae38db6c3113d482156ac8ee2bcbb28e784db6e9993c8cf30303e7451"; + sha256_unsigned = "184c899ae38db6c3113d482156ac8ee2bcbb28e784db6e9993c8cf30303e7451"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e750a-v4-8m-squashfs-sysupgrade.bin"; + sha256 = "3f3a3bba7712f98a17a23b17fd9b53859eb3faaeda8a75a084c3308f1d797bbe"; + sha256_unsigned = "961db6ff3c321c8ec78cfe5c8f6916e0b9701e62af3aa729bcad3c88176d8ace"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-8m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-qxwlan_e750g-v8-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e750g-v8-16m-initramfs-kernel.bin"; + sha256 = "8a5040dd1397e4e01f47bf317a47d381db4db632e92552a8266bf09714ed3f52"; + sha256_unsigned = "8a5040dd1397e4e01f47bf317a47d381db4db632e92552a8266bf09714ed3f52"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e750g-v8-16m-squashfs-sysupgrade.bin"; + sha256 = "91fe415796a0404c8fab71a6b574ced4bd99f16f0f444365ec5b0f828ec65141"; + sha256_unsigned = "3c669df0ffa8bf851c5473833cb2636925373640a260f977a94b860d52b668c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-16m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-qxwlan_e750g-v8-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e750g-v8-8m-initramfs-kernel.bin"; + sha256 = "837f91a970448e75f8ebe34e416fbf43ed6fe8441ff0b081631e654b2b5c0be0"; + sha256_unsigned = "837f91a970448e75f8ebe34e416fbf43ed6fe8441ff0b081631e654b2b5c0be0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-qxwlan_e750g-v8-8m-squashfs-sysupgrade.bin"; + sha256 = "8d0dab8498a4a8ba4d63f5af476a6a0e4a2aaba4982fc3dd912e6119b934f187"; + sha256_unsigned = "88573b552c22cc594eec88ba1e71a1b0e7921625c82602cbf8995c0c635ce45b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-8m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-rosinson_wr818-initramfs-kernel.bin"; + sha256 = "bcfd597c4a5d0d6dcc40ef4ea6b749e9f5db43e8f8e41d6eb4f27c6268957638"; + sha256_unsigned = "bcfd597c4a5d0d6dcc40ef4ea6b749e9f5db43e8f8e41d6eb4f27c6268957638"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "e7f1011dcc360f66ec9a2317d81db1465731e7245a390dfa756909de672b24d8"; + sha256_unsigned = "0964c932796809d89ead32fa42a06105e1f9bb69adde07c81ca8c983806b10f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + model = "WR818"; + vendor = "Rosinson"; + } + ]; + }; + ruckus_zf7321 = { + device_packages = [ + "-swconfig" + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ruckus_zf7321"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ruckus_zf7321-squashfs-sysupgrade.bin"; + sha256 = "24f828a40559a844656ba565d9b2e0a2376cd6c7d6832c68dd1220d6eabef824"; + sha256_unsigned = "e0518d72b2e070461e5cf8b59d485d75c138d30c4387105eacdfbeaf223e70bb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ruckus_zf7321-initramfs-kernel.bin"; + sha256 = "d6b92b553f3329e09eaa5ac794c0d1a9a3af30f844cdcb47e7fe58d2149eddb1"; + sha256_unsigned = "d6b92b553f3329e09eaa5ac794c0d1a9a3af30f844cdcb47e7fe58d2149eddb1"; + type = "kernel"; + } + ]; + supported_devices = [ + "ruckus,zf7321" + ]; + titles = [ + { + model = "ZoneFlex 7321[-U]"; + vendor = "Ruckus"; + } + ]; + }; + ruckus_zf7372 = { + device_packages = [ + "-swconfig" + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ruckus_zf7372"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ruckus_zf7372-initramfs-kernel.bin"; + sha256 = "67e4e3e2b3f258aacfbc89a88aa5a01c5f2212f82eb5abec53d010fbf8ee4625"; + sha256_unsigned = "67e4e3e2b3f258aacfbc89a88aa5a01c5f2212f82eb5abec53d010fbf8ee4625"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ruckus_zf7372-squashfs-sysupgrade.bin"; + sha256 = "f86a94b6381492ad5ba23a3db84f51f7d73d5df8d5f06c2d8ee6e58e604c54bb"; + sha256_unsigned = "7532b3033cea2a03c79dc3ddb8cb3b80bf460fae6cf58b11fb432655bc8ebeee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ruckus,zf7372" + ]; + titles = [ + { + model = "ZoneFlex 7352/7372[-E/-U]"; + vendor = "Ruckus"; + } + ]; + }; + samsung_wam250 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-samsung_wam250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-samsung_wam250-squashfs-sysupgrade.bin"; + sha256 = "a5594f1ae82582680ae7de0831cad72e34478e6a29ceca70983af4bb3e709ba1"; + sha256_unsigned = "1020d676dfc13cc53d1fec5e20dfc06712427ba94436398cc279bdbb8f66f16e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-samsung_wam250-initramfs-kernel.bin"; + sha256 = "058a3cec81b42209449dcb4a90ecb5f6377059b3a47e5fcf70e6549e0d9f938d"; + sha256_unsigned = "058a3cec81b42209449dcb4a90ecb5f6377059b3a47e5fcf70e6549e0d9f938d"; + type = "kernel"; + } + ]; + supported_devices = [ + "samsung,wam250" + "wam250" + ]; + titles = [ + { + model = "WAM250"; + vendor = "Samsung"; + } + ]; + }; + siemens_ws-ap3610 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-siemens_ws-ap3610"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-siemens_ws-ap3610-initramfs-kernel.bin"; + sha256 = "2caf820a523fc23a97838cf5e3cdc02c99422a8ae8d75609da9d37152bef4405"; + sha256_unsigned = "2caf820a523fc23a97838cf5e3cdc02c99422a8ae8d75609da9d37152bef4405"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-siemens_ws-ap3610-squashfs-sysupgrade.bin"; + sha256 = "49d2fb7864af801dd1f57fbd79a1fe2c20d995218ede3ac0a2d428fa734470c8"; + sha256_unsigned = "baf6113dda386e64e15b5fa07b75b07b8f632442b33026ef477845f84d0d589d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,ws-ap3610" + ]; + titles = [ + { + model = "WS-AP3610"; + vendor = "Siemens"; + } + ]; + }; + sitecom_wlr-7100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-sitecom_wlr-7100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-sitecom_wlr-7100-squashfs-sysupgrade.bin"; + sha256 = "ace46466724277b92f3648b611296972c2cc3237361765818ae51fd9406ed751"; + sha256_unsigned = "8c14bc7e48cb0224341961726e11601147f175056b7c84131a33195411ff0876"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-sitecom_wlr-7100-squashfs-factory.dlf"; + sha256 = "d1d7e1fc06b4cfaafab89351e518a35c71045ecf018284042bde8bc559aca9bf"; + sha256_unsigned = "d1d7e1fc06b4cfaafab89351e518a35c71045ecf018284042bde8bc559aca9bf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-sitecom_wlr-7100-initramfs-kernel.bin"; + sha256 = "329b2c4d3c7d5dd93096961d1b24c16092a0c5115940a8d2fa5a64fe739735f9"; + sha256_unsigned = "329b2c4d3c7d5dd93096961d1b24c16092a0c5115940a8d2fa5a64fe739735f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-7100" + ]; + titles = [ + { + model = "WLR-7100"; + vendor = "Sitecom"; + } + ]; + }; + sitecom_wlr-8100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-sitecom_wlr-8100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-sitecom_wlr-8100-squashfs-sysupgrade.bin"; + sha256 = "2c30c5837901d68854b0a1a60f7c10408d49b992551ec9e2e6d23f23a328c06e"; + sha256_unsigned = "80b6b8fee3aec90d32f98e6fff8a39cab8483917ad362a75abe23561a04c8d4e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-sitecom_wlr-8100-squashfs-factory.dlf"; + sha256 = "a4c3eb311ef739bd258271841f67554c29f86dd2da45b7cc9ab9db4faf409804"; + sha256_unsigned = "a4c3eb311ef739bd258271841f67554c29f86dd2da45b7cc9ab9db4faf409804"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-sitecom_wlr-8100-initramfs-kernel.bin"; + sha256 = "6ac745d19776761acc5ab57ca28910e0cceb054d1642506342a3aef0063ac2cd"; + sha256_unsigned = "6ac745d19776761acc5ab57ca28910e0cceb054d1642506342a3aef0063ac2cd"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-8100" + "wlr8100" + ]; + titles = [ + { + model = "WLR-8100"; + vendor = "Sitecom"; + } + { + model = "X8 AC1750"; + vendor = "Sitecom"; + } + ]; + }; + sophos_ap100 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-sophos_ap100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-sophos_ap100-initramfs-kernel.bin"; + sha256 = "a66cb01b7e8d6668ef605e8d8d05bc7f22bffaabe906c5493fc7199b0caa4c28"; + sha256_unsigned = "a66cb01b7e8d6668ef605e8d8d05bc7f22bffaabe906c5493fc7199b0caa4c28"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-sophos_ap100-squashfs-sysupgrade.bin"; + sha256 = "566721df5308f4deabf1daa8b9c78e5a970f358a1c39a7535b31c4e0692019c1"; + sha256_unsigned = "4e9e410faf6310c3ee45d6048d8d5f9960c3e86cda65a8555c27c95dda099e4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap100" + ]; + titles = [ + { + model = "AP100"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap100c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-sophos_ap100c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-sophos_ap100c-initramfs-kernel.bin"; + sha256 = "2b1d048578a95aa131da9d6b1261c75ed915da0fa20af869d827bc6a25780b78"; + sha256_unsigned = "2b1d048578a95aa131da9d6b1261c75ed915da0fa20af869d827bc6a25780b78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-sophos_ap100c-squashfs-sysupgrade.bin"; + sha256 = "32674874ebbeeb489c9d1b96ebe208c8eeace5224cf339a2652b305772c215fe"; + sha256_unsigned = "411aa81a3538afd6539bd91dc0cd4642b96dd7bf49bfaf68156af4640271034e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap100c" + ]; + titles = [ + { + model = "AP100C"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap55 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-sophos_ap55"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-sophos_ap55-initramfs-kernel.bin"; + sha256 = "9974eba77190f4e0bd890266cbf8b7a1828495aef875b806cddf112dd59bb326"; + sha256_unsigned = "9974eba77190f4e0bd890266cbf8b7a1828495aef875b806cddf112dd59bb326"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-sophos_ap55-squashfs-sysupgrade.bin"; + sha256 = "630258071fdfd36a4e6d3ed87e1a61677f934f3d5fc11212504483f8be6877e2"; + sha256_unsigned = "e05744ba188776be71d26efdae79a5d01ccac0cfa64a506bd2fe40764249570f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap55" + ]; + titles = [ + { + model = "AP55"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap55c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-sophos_ap55c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-sophos_ap55c-initramfs-kernel.bin"; + sha256 = "eff933e0023a30dfe056edfbe37d80e646eb8740851cb43412fea8221907e69d"; + sha256_unsigned = "eff933e0023a30dfe056edfbe37d80e646eb8740851cb43412fea8221907e69d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-sophos_ap55c-squashfs-sysupgrade.bin"; + sha256 = "8ecbe9a99428fd37a07516f9d71a8e849d550399f3acd245455b2752ca891b66"; + sha256_unsigned = "506825db436afebed7203fe98af6597aeceed87a17b0c70b6acf8eef78c3951d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap55c" + ]; + titles = [ + { + model = "AP55C"; + vendor = "Sophos"; + } + ]; + }; + telco_t1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-telco_t1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-telco_t1-squashfs-sysupgrade.bin"; + sha256 = "d266c6d75640d1ac31ad5c8cc7292b9e873ae8c55787af8b4d3bf60aa8c8fc82"; + sha256_unsigned = "a8dfc792e418da6b4d09f544005268ec2fa2a7b41b292e540f9ca1d93c9cfc0e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-telco_t1-initramfs-kernel.bin"; + sha256 = "6e6518b0ed6fe25c9aebf53490591e03f967192d3f920349fb4e1dd0a257ef96"; + sha256_unsigned = "6e6518b0ed6fe25c9aebf53490591e03f967192d3f920349fb4e1dd0a257ef96"; + type = "kernel"; + } + ]; + supported_devices = [ + "telco,t1" + "telco_electronics,tel-t1" + ]; + titles = [ + { + model = "T1"; + vendor = "Telco"; + } + ]; + }; + teltonika_rut230-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-teltonika_rut230-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-teltonika_rut230-v1-squashfs-sysupgrade.bin"; + sha256 = "629d70048f3d0961ff753bba677469fa4ba31e4d2d2d0d8becc7ffcd37b7c4ac"; + sha256_unsigned = "3db5c60cab1d9f094ff1ff98c82e8cbeffa1b5b7d8753a055034fbf9ea5e583e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-teltonika_rut230-v1-squashfs-factory.bin"; + sha256 = "6ff80745864ec1352d93f2c7efe396cdd2ae9ae1d55325fdedc2359a4e2f8c8c"; + sha256_unsigned = "6ff80745864ec1352d93f2c7efe396cdd2ae9ae1d55325fdedc2359a4e2f8c8c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-teltonika_rut230-v1-initramfs-kernel.bin"; + sha256 = "2c9c0b53cc4a9d1ec644fd2eea47a214795f129d611d002562549cbb6643a4f6"; + sha256_unsigned = "2c9c0b53cc4a9d1ec644fd2eea47a214795f129d611d002562549cbb6643a4f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut230-v1" + ]; + titles = [ + { + model = "RUT230"; + variant = "v1"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-teltonika_rut955"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-teltonika_rut955-initramfs-kernel.bin"; + sha256 = "8388c51d7be0f7be4d8910173761dd8618b9e3969228a919e380bb11d0e37cca"; + sha256_unsigned = "8388c51d7be0f7be4d8910173761dd8618b9e3969228a919e380bb11d0e37cca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-teltonika_rut955-squashfs-sysupgrade.bin"; + sha256 = "08e980486096c72b34e127bdf4533153234ae875881e350373ca2c144310c79f"; + sha256_unsigned = "1e0230387dcbb76178dec9244d271aa2a3a186fe9339aa1c75f0d73dc14a5fe5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-teltonika_rut955-squashfs-factory.bin"; + sha256 = "4b238ce3273d243aface48642a125aad26249b3bcd3dfc9f62bdbfbdd70be0e4"; + sha256_unsigned = "4b238ce3273d243aface48642a125aad26249b3bcd3dfc9f62bdbfbdd70be0e4"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut955" + ]; + titles = [ + { + model = "RUT955"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955-h7v3c0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-teltonika_rut955-h7v3c0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-teltonika_rut955-h7v3c0-squashfs-factory.bin"; + sha256 = "e5f8e21fffdf42f957a70fa46b9266c32ebde5c2080b70d65922c5817381cd22"; + sha256_unsigned = "e5f8e21fffdf42f957a70fa46b9266c32ebde5c2080b70d65922c5817381cd22"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-teltonika_rut955-h7v3c0-squashfs-sysupgrade.bin"; + sha256 = "9317b6dfd739f7ec7e66b31f55227f3dcbd1f07db8b3143a9107b9f739b6b66d"; + sha256_unsigned = "3e54774f88325a4a0ff7bd25ef655ae1e11312bb8d4f113815e0d9c32d2a926a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-teltonika_rut955-h7v3c0-initramfs-kernel.bin"; + sha256 = "63887823454f2f4b2c8a7a6c4d1d8f64eb8007ac534d2da56b787edbf5d5e494"; + sha256_unsigned = "63887823454f2f4b2c8a7a6c4d1d8f64eb8007ac534d2da56b787edbf5d5e494"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut955-h7v3c0" + ]; + titles = [ + { + model = "RUT955"; + variant = "H7V3C0"; + vendor = "Teltonika"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "c95218e709e39604ef8b5628ea6dc55e7057f9f7fa26922d6ab4212a2f39235d"; + sha256_unsigned = "f97bb92e2d7c420204c6a3b98343d9a1201c40bccd8b4f494b0fd86ae5a4ed5f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "eb54e4aabb031b9736bb67451b5255edb3aec8b91b0c9e51d30517484a5c20bd"; + sha256_unsigned = "eb54e4aabb031b9736bb67451b5255edb3aec8b91b0c9e51d30517484a5c20bd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-a7-v5-initramfs-kernel.bin"; + sha256 = "cad0f8e26b2d535086fcde21bdf60b055bf8480d96f9549eb3cd313b9868ce86"; + sha256_unsigned = "cad0f8e26b2d535086fcde21bdf60b055bf8480d96f9549eb3cd313b9868ce86"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + model = "Archer A7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-a9-v6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-a9-v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-a9-v6-squashfs-sysupgrade.bin"; + sha256 = "a8de921ddcf0f32d307c4fd99efb51dce736735dd2e34821e6a4e8c834d1244b"; + sha256_unsigned = "b289f33bf97cb7a773e3e1ba00dd3c4e6d789738552a17bcd6dd4a29345fb028"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-a9-v6-initramfs-kernel.bin"; + sha256 = "19b4d609a3bd56808c5687c34a8fffb6a5c33bcbd93522dd6b036d6ec7301165"; + sha256_unsigned = "19b4d609a3bd56808c5687c34a8fffb6a5c33bcbd93522dd6b036d6ec7301165"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-a9-v6-squashfs-factory.bin"; + sha256 = "bfe403cb6bc3f8be94d3d431a850a9d22e9ebdcc6c802720113ff0c35e416a89"; + sha256_unsigned = "bfe403cb6bc3f8be94d3d431a850a9d22e9ebdcc6c802720113ff0c35e416a89"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a9-v6" + ]; + titles = [ + { + model = "Archer A9"; + variant = "v6"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c2-v3-initramfs-kernel.bin"; + sha256 = "237c56cce45442488870383f58c8384ab324ea95d11e2c1acdc6977615e01c98"; + sha256_unsigned = "237c56cce45442488870383f58c8384ab324ea95d11e2c1acdc6977615e01c98"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "6350bc4855f73baf060adafb04d927543d179b19374e2861bc57ac12b2779cfa"; + sha256_unsigned = "6350bc4855f73baf060adafb04d927543d179b19374e2861bc57ac12b2779cfa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "07207c1937b40987bbbba5ae51ba898ce9972ec1e2f95b8141d15e2c79eebb8c"; + sha256_unsigned = "408a0031a464d11628e52bf4fb3bfd35ae19e8ea26540a1a85d6bc71130248c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c25-v1-initramfs-kernel.bin"; + sha256 = "69b803ed0c125f95a633fb58522f39bbd62724643089cd8551050ac160a1cc73"; + sha256_unsigned = "69b803ed0c125f95a633fb58522f39bbd62724643089cd8551050ac160a1cc73"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "0b1f4b2202a2e469deb0bc8aac982664f045acd62c3bb88e234fc7393657124f"; + sha256_unsigned = "0b1f4b2202a2e469deb0bc8aac982664f045acd62c3bb88e234fc7393657124f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "aa46d1d85f5d7011b0bfffc164ba4d5d27e163db8972518517a2dc0ced30088d"; + sha256_unsigned = "bc1eebfb63b1c2bde63c04255b9c9f87fb9b0b0e30eaf5246f4390ec64605543"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + model = "Archer C25"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c5-v1-initramfs-kernel.bin"; + sha256 = "4d9ccb3a6217e680d4b8abc0496cfb9a39e5f2e5e0ba127349b5ede64162a404"; + sha256_unsigned = "4d9ccb3a6217e680d4b8abc0496cfb9a39e5f2e5e0ba127349b5ede64162a404"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "3084678060c7269566f25a1377167cbeaaf5ad38cdc89ec30cefa69741d11783"; + sha256_unsigned = "3084678060c7269566f25a1377167cbeaaf5ad38cdc89ec30cefa69741d11783"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "6cd7e1e3b287367e355595586f58d2cccce29494e1e5cc5f4819028ad5a14767"; + sha256_unsigned = "6106523ee5d2d712e899c6888091f558dacc92ba87a92770f704f94ff497766a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + model = "Archer C5"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "5d11a4882ee83b54700b919b0a99be7494d171fcf3aefb3ce56f596b199c3b0e"; + sha256_unsigned = "5d11a4882ee83b54700b919b0a99be7494d171fcf3aefb3ce56f596b199c3b0e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c58-v1-initramfs-kernel.bin"; + sha256 = "f0c0eaf318f0fdaead08dca13c33d7642b1a6adbd09734e9f37ef133923b7b3f"; + sha256_unsigned = "f0c0eaf318f0fdaead08dca13c33d7642b1a6adbd09734e9f37ef133923b7b3f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "dd52a60d7a738e5e4d1720541653efdd2f6aafe0a719738ac1e8bf3950ec3f0c"; + sha256_unsigned = "7c94b3ad804bb6610a938a7e0d07425de1853ab13e7aa610aa08921e1a607bdd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + model = "Archer C58"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "2f5b043f7f8212df7f69c22f5bb2847387bff58060a1f3d27d809dc9c97a669b"; + sha256_unsigned = "0531557c6c6d1c27bb229538530b75be5c1cd09fdf04b1f3ec2ea79d855a1ed1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c59-v1-initramfs-kernel.bin"; + sha256 = "1d276713ac9a1b4b4a591992d72d4151cca077093bcc8cd5be84abe611c708e5"; + sha256_unsigned = "1d276713ac9a1b4b4a591992d72d4151cca077093bcc8cd5be84abe611c708e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "2bd8318eb7268216dfeb5d86fd465aec185d0d4afcdfaca4d2dc20f72c2894eb"; + sha256_unsigned = "2bd8318eb7268216dfeb5d86fd465aec185d0d4afcdfaca4d2dc20f72c2894eb"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin"; + sha256 = "22469f7134d412982076b91c52ca786645fae24d3b100d4acd00004e4d5fbf1e"; + sha256_unsigned = "22469f7134d412982076b91c52ca786645fae24d3b100d4acd00004e4d5fbf1e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c59-v2-initramfs-kernel.bin"; + sha256 = "6e5bb68a2912201c1a33800ee3b07f7c720717d4d4a8594dbdd29d379fc6207e"; + sha256_unsigned = "6e5bb68a2912201c1a33800ee3b07f7c720717d4d4a8594dbdd29d379fc6207e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "cc3d31ebda1c7712377b70cf3d9ed1a1936cd5183829d9d644066de5f810a43a"; + sha256_unsigned = "0f1d59b57655dc0afb1d15159148df41c2a587e340ca772df5921872b717f93a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v2" + "archer-c59-v2" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "82f01fdb027ce3cfa77b1292148d88de263ca79c3720e729b3a12123601ddf5f"; + sha256_unsigned = "fbba1f420b4bf0ad842b79a9d4a7bd87c4fcce476eac74f2d939f5b5c6833493"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "ebc3e4c5a8f40ff1064f2a1bea1552425dcb0cacf8ec846602f2be87289c08e4"; + sha256_unsigned = "ebc3e4c5a8f40ff1064f2a1bea1552425dcb0cacf8ec846602f2be87289c08e4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c6-v2-initramfs-kernel.bin"; + sha256 = "3f28eaec4438784d55a5a494f5c47bfa3bd5b20414549a0628e0d74d4864ad36"; + sha256_unsigned = "3f28eaec4438784d55a5a494f5c47bfa3bd5b20414549a0628e0d74d4864ad36"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (EU/RU/JP)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2-us = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-c6-v2-us"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"; + sha256 = "0b17eb7ed3d349c6802f8971c1b237c36fa500d38e5ce8341dc69510c9215903"; + sha256_unsigned = "0b17eb7ed3d349c6802f8971c1b237c36fa500d38e5ce8341dc69510c9215903"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c6-v2-us-initramfs-kernel.bin"; + sha256 = "2fb49f7c3e6d45a742267bb77678cef60f26030725d1afb2c49726894872ce60"; + sha256_unsigned = "2fb49f7c3e6d45a742267bb77678cef60f26030725d1afb2c49726894872ce60"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin"; + sha256 = "2220acc081bdaae3e1efbe625dbc7653794bef84dcb92ac2f08697efccebf1c2"; + sha256_unsigned = "635547ab8af22cedd89cb6ab2fa964ce21cfe60cb3889e1287b5e346d14f8f98"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2-us" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (US)"; + vendor = "TP-Link"; + } + { + model = "Archer A6"; + variant = "v2 (US/TW)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "0d0234020fd676273b96d053b3d921d844c8bd4cb8ee70aab09ecf113cdf8818"; + sha256_unsigned = "5c5e78e0b7ebdb47990f5d65a8f1eea5ef0d2557c2a1fa86fdc0ea7c08d2a736"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "75aabc74929af2020a099075736f5c3ec31766934329cd45c7e0fdf7a72f5aa9"; + sha256_unsigned = "75aabc74929af2020a099075736f5c3ec31766934329cd45c7e0fdf7a72f5aa9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c60-v1-initramfs-kernel.bin"; + sha256 = "973a24618e62fbb89e08e528daab54ac826b643bd874770ba9de20ced6488e0d"; + sha256_unsigned = "973a24618e62fbb89e08e528daab54ac826b643bd874770ba9de20ced6488e0d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c60-v2-initramfs-kernel.bin"; + sha256 = "336278cff94b29d1bc9868d6ff8dcca58cc1f92df0c1835f1c806342573cbfb4"; + sha256_unsigned = "336278cff94b29d1bc9868d6ff8dcca58cc1f92df0c1835f1c806342573cbfb4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "dd51d684b68337844c9e349c9b3b2030303cfdd22abdbba34cacc3adbb8d428b"; + sha256_unsigned = "c5e95b7b4ceb60e195cbc5c064a60970c1c7f88b934162ba01c0283e29dd2f23"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "63fd082186fcbf4fcc2d794b9f2d19ab94584ea52341720214f4f1a0eda340d7"; + sha256_unsigned = "63fd082186fcbf4fcc2d794b9f2d19ab94584ea52341720214f4f1a0eda340d7"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "704dadb4f3cfde741464c4530b37022477fd70b94ddfe3fb54900cc1ce3290fa"; + sha256_unsigned = "446136c564384a8c2dbde986119bfa671980d9b279d00c67a931d69deca1162f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c60-v3-initramfs-kernel.bin"; + sha256 = "8a3f87b48cfe70fe7ab73f1545b360fd6740088c71779b6d403c94d64ff7634c"; + sha256_unsigned = "8a3f87b48cfe70fe7ab73f1545b360fd6740088c71779b6d403c94d64ff7634c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "39b8325506013aa5002bdf35808fdd139e70820f32531c9244c65b51e598b4dc"; + sha256_unsigned = "39b8325506013aa5002bdf35808fdd139e70820f32531c9244c65b51e598b4dc"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v1-initramfs-kernel.bin"; + sha256 = "f64c64bb6e35e8e34baf5c399a0b72b303ec29a33675551a041122dce6628103"; + sha256_unsigned = "f64c64bb6e35e8e34baf5c399a0b72b303ec29a33675551a041122dce6628103"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "a1452fdf6d0af01c7e9e74abbfc8d1c7004bc041acf5a40e59f186937b2b9b70"; + sha256_unsigned = "a1452fdf6d0af01c7e9e74abbfc8d1c7004bc041acf5a40e59f186937b2b9b70"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "101639a7537edbf8a7dc87ebce44ffb3eaac21cf0ce0defd259fd89d8ba5b847"; + sha256_unsigned = "776f3c4865dbb5fbbe7c1e61c88a3c6137d80dfef1b32deb5ba8bd5e5f2cc7ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v2-initramfs-kernel.bin"; + sha256 = "9b62ebb2313a22426d93c4dfa6203579d64f9f44f2430dfba87594c9dfa2d0d6"; + sha256_unsigned = "9b62ebb2313a22426d93c4dfa6203579d64f9f44f2430dfba87594c9dfa2d0d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "a74e06b3635561e744786fe1bd03c979e0b9651dbcf6daef27f4657469d9a6f6"; + sha256_unsigned = "a74e06b3635561e744786fe1bd03c979e0b9651dbcf6daef27f4657469d9a6f6"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "787e2c5ad9af2f38e6146ed25537620bc244a8df693534b8d10f61d73ea6c2af"; + sha256_unsigned = "08c610fa0ac018d43c0aa3f3fbeac4f1e6a9f91aa6c530ca252b036671ecb6d1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "dccda5b0131b0c0bf9ee38ab32d6e4f0bb5e4b6f15dbe9b3f3ff842ba0796bd7"; + sha256_unsigned = "dccda5b0131b0c0bf9ee38ab32d6e4f0bb5e4b6f15dbe9b3f3ff842ba0796bd7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "513281ab015d5261e088e89ed4d050b7ec26c4c375ee1e6942165d8399adeef2"; + sha256_unsigned = "513281ab015d5261e088e89ed4d050b7ec26c4c375ee1e6942165d8399adeef2"; + type = "factory-eu"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "fd604905c6e5eec24f31d5c64edb5dae55990d501e7d1a236837c07d8238ffe5"; + sha256_unsigned = "fd604905c6e5eec24f31d5c64edb5dae55990d501e7d1a236837c07d8238ffe5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "a616d731ebfd1981fd8c2ba17c1223e25267f88c47d2627692e29a9e01fbc787"; + sha256_unsigned = "bac2ce0a0c8ea7a58addd1ca58b49973e6f6178615d7a738dd9490949a9ea446"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v4-initramfs-kernel.bin"; + sha256 = "5b887aa8ed2865b4428b62f67a4cf676590b7656bc6d1914b2596b2bcc059598"; + sha256_unsigned = "5b887aa8ed2865b4428b62f67a4cf676590b7656bc6d1914b2596b2bcc059598"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "71aa7b4a503dd8df157127166062fa5830162975536cddd2686b1d6fb6d9abbc"; + sha256_unsigned = "71aa7b4a503dd8df157127166062fa5830162975536cddd2686b1d6fb6d9abbc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v5-initramfs-kernel.bin"; + sha256 = "26e4e511b17ec4532d1fa2d991dbda09da1a73f7d785c85f77fbeaa5bc9d8d82"; + sha256_unsigned = "26e4e511b17ec4532d1fa2d991dbda09da1a73f7d785c85f77fbeaa5bc9d8d82"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "9bc458bb68b1f2456ad11f67e498ab520135b5fdedea7bd706459bbfa81d3d3a"; + sha256_unsigned = "7fa0e57c0a9c06dbe5a522953a1ca41b797489a210bf6217f04721f597c0e928"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-d50-v1-initramfs-kernel.bin"; + sha256 = "353033e33874a6bdbe252a8ea089669c0bd6826741b2dd7ecbc164398f4ee426"; + sha256_unsigned = "353033e33874a6bdbe252a8ea089669c0bd6826741b2dd7ecbc164398f4ee426"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "dadb75b2ad8d92d469fa740fdf89d4dc8445cb8f6bda12eec6b1a29ffb2832ad"; + sha256_unsigned = "7efb70f618a77fceff007e8418231265a52cb54820eba45ba64fddf38931b3c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + model = "Archer D50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-d7-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-d7-v1-initramfs-kernel.bin"; + sha256 = "7a4e2731ed5ecc34a73bddb1f894b780b54e34470da86acf96a5025ef356d3f2"; + sha256_unsigned = "7a4e2731ed5ecc34a73bddb1f894b780b54e34470da86acf96a5025ef356d3f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-d7-v1-squashfs-sysupgrade.bin"; + sha256 = "70f581ed9ba8e85eadfa497c86c507e7f85730549ab721a46fa3118060f4eb3f"; + sha256_unsigned = "3e1724d48fdac541fad9bbb46b56002a86f30479dee29e6cc06d98bd4c56fa1d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7-v1" + ]; + titles = [ + { + model = "Archer D7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7b-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_archer-d7b-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-d7b-v1-squashfs-sysupgrade.bin"; + sha256 = "9d6bda10cbf1c1b6889ce9ceb0bc92a161149183750870a861ba687cad074389"; + sha256_unsigned = "32b6e8b38aa617d6bc69d49bb2d63a32c722e1c2c484ff2e9a5d35b84e040c01"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_archer-d7b-v1-initramfs-kernel.bin"; + sha256 = "a6382568ee959d50b45653369821c8cbcdc1211610391b2820c219a143dd2fdf"; + sha256_unsigned = "a6382568ee959d50b45653369821c8cbcdc1211610391b2820c219a143dd2fdf"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d7b-v1" + ]; + titles = [ + { + model = "Archer D7b"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_cpe210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe210-v1-squashfs-sysupgrade.bin"; + sha256 = "371cf83099398f76d7684c9f68f6f58d5ef9547ebdbbfc489b482501e5783e8d"; + sha256_unsigned = "2750ecffcdc097b71f9a01958b2121de6f91d3bafc2a997e08346f999c95e4d7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe210-v1-squashfs-factory.bin"; + sha256 = "52f9298d513de0393572703591b02a354ab644b8bfb36579ad88b01e743624ea"; + sha256_unsigned = "52f9298d513de0393572703591b02a354ab644b8bfb36579ad88b01e743624ea"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe210-v1-initramfs-kernel.bin"; + sha256 = "ee74df296f93e0336af09df41a5dce5e6029b8bd27357a272919419b31e60300"; + sha256_unsigned = "ee74df296f93e0336af09df41a5dce5e6029b8bd27357a272919419b31e60300"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v1" + "cpe210" + ]; + titles = [ + { + model = "CPE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "a7147b5ecb12f675c794f20b42e5e4a9770074fb38e6347b4e8ec405c3364f47"; + sha256_unsigned = "03fd3b2a950d4a6e6c8609c0af77c2472d7c2d70fd70871896c32d048db3a1f7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "12373f2413c8bf0ebea6438be90a67fa8fc18afe95002eaf6da099b580c41d4e"; + sha256_unsigned = "12373f2413c8bf0ebea6438be90a67fa8fc18afe95002eaf6da099b580c41d4e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe210-v2-initramfs-kernel.bin"; + sha256 = "dc49b62285608b7d7792ea4542422ea8d5888eedc542893d70cea62184bf78d8"; + sha256_unsigned = "dc49b62285608b7d7792ea4542422ea8d5888eedc542893d70cea62184bf78d8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + model = "CPE210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "8aea25da25499f2457938e1171baa664ad3dafd8dc55eb2a846cdb6db656c0f2"; + sha256_unsigned = "8aea25da25499f2457938e1171baa664ad3dafd8dc55eb2a846cdb6db656c0f2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "12a92befcdc52982ade6bc72a884761ef8bb3d69d664fbe4f245bca47031eecb"; + sha256_unsigned = "aee4f6dbfc7ffc6573d47d59eb4ca99ad790f836ec0fc94189eda9800f68c3ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe210-v3-initramfs-kernel.bin"; + sha256 = "d74c9fd68669dbc7917b427c50b2c44b935692bfb61cb3c1100fc0990626e18b"; + sha256_unsigned = "d74c9fd68669dbc7917b427c50b2c44b935692bfb61cb3c1100fc0990626e18b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + model = "CPE210"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_cpe220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe220-v2-squashfs-sysupgrade.bin"; + sha256 = "0bbeede8d23ae5650375c48dfb4b3ab0d56d0892f419b9ad1b112db2f330f9bc"; + sha256_unsigned = "47f49075feeca1e01635dd3438103f9e5a25e47e0b0364633d8198d149c1324a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe220-v2-initramfs-kernel.bin"; + sha256 = "19f51bedbbd78525b61834811eba9d1124eda0c95c1b2c9fb2ec10a24b5a8785"; + sha256_unsigned = "19f51bedbbd78525b61834811eba9d1124eda0c95c1b2c9fb2ec10a24b5a8785"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe220-v2-squashfs-factory.bin"; + sha256 = "8f75fc883b236650dc341260855dc0488d154161bc967d3ddacf449ad204a56a"; + sha256_unsigned = "8f75fc883b236650dc341260855dc0488d154161bc967d3ddacf449ad204a56a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe220-v2" + ]; + titles = [ + { + model = "CPE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "eee2abe9c9a40a1bbca2038bdefbe6e186cf6bf40618f189df2106a236c505cc"; + sha256_unsigned = "d8d91b1720afc360a48392068d6a3bb10d73ff2a985cc84eba81e661b7447d76"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "3e642054f898787934d7ef78f1d374630f84fd3af797790ce160e2f88b126e6b"; + sha256_unsigned = "3e642054f898787934d7ef78f1d374630f84fd3af797790ce160e2f88b126e6b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe220-v3-initramfs-kernel.bin"; + sha256 = "27fdc586697a8448c41dfb38d5d447858da78d1c0a2d31bb5b220a943da0c074"; + sha256_unsigned = "27fdc586697a8448c41dfb38d5d447858da78d1c0a2d31bb5b220a943da0c074"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + model = "CPE220"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_cpe510-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe510-v1-initramfs-kernel.bin"; + sha256 = "f6b64af4d14f72d5806cce8cedc54d2a8dcc323ad777b0ee315e11221cf50dbb"; + sha256_unsigned = "f6b64af4d14f72d5806cce8cedc54d2a8dcc323ad777b0ee315e11221cf50dbb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe510-v1-squashfs-factory.bin"; + sha256 = "409ffa660025a875577fc4268e7c552934c593c6cdec1720f50255f73cb9d8c0"; + sha256_unsigned = "409ffa660025a875577fc4268e7c552934c593c6cdec1720f50255f73cb9d8c0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe510-v1-squashfs-sysupgrade.bin"; + sha256 = "647ac0b690314505759ec0c1d8349ed13351a2aa8ea14c292fb3682a841778a6"; + sha256_unsigned = "55ac51217036812e86e65666cad60f4706cdf3e28a8458df054563ba2b901c24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe510-v1" + "cpe510" + ]; + titles = [ + { + model = "CPE510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "25449cfa71408b22ce8861dc1b5c371a5b602d2f9f865198cf71baf75824af0a"; + sha256_unsigned = "60124c00e6fb92351173005a2c225f1a1bae089625fe0b14caeee638181af7c8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe510-v2-squashfs-factory.bin"; + sha256 = "70c235b6b6e379128f6d125507aae2dd54ddab320f3edeff4ce6edccb5cab539"; + sha256_unsigned = "70c235b6b6e379128f6d125507aae2dd54ddab320f3edeff4ce6edccb5cab539"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe510-v2-initramfs-kernel.bin"; + sha256 = "e86227a92865444df9bf81a8b8d8624fb702e804bc56a629549e3344ac6798b8"; + sha256_unsigned = "e86227a92865444df9bf81a8b8d8624fb702e804bc56a629549e3344ac6798b8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v2" + "cpe510-v2" + ]; + titles = [ + { + model = "CPE510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_cpe510-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe510-v3-squashfs-sysupgrade.bin"; + sha256 = "7556feaa818a8241786cdc8311d2303b93c4a39137c304deb8fe106fe2d20daa"; + sha256_unsigned = "b0668dacac9a217ac39959be74a8e64016be98bb3c7d8ada9d8560e2739f28a8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe510-v3-squashfs-factory.bin"; + sha256 = "aaec4ba55ea187b202487dbad68ef5faec3b5a692b9b5c4bf7ea0112f58ec019"; + sha256_unsigned = "aaec4ba55ea187b202487dbad68ef5faec3b5a692b9b5c4bf7ea0112f58ec019"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe510-v3-initramfs-kernel.bin"; + sha256 = "c49fdf96206d9a3d5e75699c2431642b52caa846a67d929f647317bfd82be1f2"; + sha256_unsigned = "c49fdf96206d9a3d5e75699c2431642b52caa846a67d929f647317bfd82be1f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v3" + ]; + titles = [ + { + model = "CPE510"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_cpe610-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe610-v1-initramfs-kernel.bin"; + sha256 = "127c07fa2ca525faf4e4895331096a4b6203dfee7e682f02a6e341403fc21578"; + sha256_unsigned = "127c07fa2ca525faf4e4895331096a4b6203dfee7e682f02a6e341403fc21578"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe610-v1-squashfs-factory.bin"; + sha256 = "96602a426c221b03363076cde7b5125c47453288c52e038fc0f780b4854b1e15"; + sha256_unsigned = "96602a426c221b03363076cde7b5125c47453288c52e038fc0f780b4854b1e15"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe610-v1-squashfs-sysupgrade.bin"; + sha256 = "e546ebdbf274499671a38b443a44f0b049e9f6e5a58809d55563a19019bea4f4"; + sha256_unsigned = "f4605601a1768ad860314f726c1c4bc330adef9036ded5647c646566940b1426"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe610-v1" + ]; + titles = [ + { + model = "CPE610"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_cpe610-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe610-v2-squashfs-factory.bin"; + sha256 = "86b8a8f52561120ecbae6036c8a1dac1e1d61d26e62a0e7691580fa81e07af5b"; + sha256_unsigned = "86b8a8f52561120ecbae6036c8a1dac1e1d61d26e62a0e7691580fa81e07af5b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe610-v2-initramfs-kernel.bin"; + sha256 = "4777c50d33e90842ca6a507c13a578f2af65187cce0e0fe8897839eb322ec0cd"; + sha256_unsigned = "4777c50d33e90842ca6a507c13a578f2af65187cce0e0fe8897839eb322ec0cd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe610-v2-squashfs-sysupgrade.bin"; + sha256 = "50f2530741edea3c15e61e55eef04c3b674014d01a36da08642426b29507f055"; + sha256_unsigned = "37af0428ef44989ccfab8d28cafaa4a9dab7f033a1e7459c8aacadeafb077bce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe610-v2" + ]; + titles = [ + { + model = "CPE610"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe710-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_cpe710-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe710-v1-squashfs-sysupgrade.bin"; + sha256 = "d51ebe6a2d9d34afde90930d462c101f6e7484ab9f51792e2569c2de4f6ec226"; + sha256_unsigned = "507a6b9ad76e03e13d9416388fa31fa2db2973c2ae22ead7f736f9d37a76b1e0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe710-v1-squashfs-factory.bin"; + sha256 = "846ef7f660501b9bfb136849d5ac3562cf7f5efb414ec7a22e47fddaf5241f14"; + sha256_unsigned = "846ef7f660501b9bfb136849d5ac3562cf7f5efb414ec7a22e47fddaf5241f14"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_cpe710-v1-initramfs-kernel.bin"; + sha256 = "2148a972eadf1fb4511c72fd734227e3378a7f6fd49024ca64c80c02e90205c0"; + sha256_unsigned = "2148a972eadf1fb4511c72fd734227e3378a7f6fd49024ca64c80c02e90205c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe710-v1" + ]; + titles = [ + { + model = "CPE710"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_deco-m4r-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_deco-m4r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_deco-m4r-v1-squashfs-sysupgrade.bin"; + sha256 = "3f1e20768ea75424146bbfc74a3e30ef94300c4f99229595b96660009849cf66"; + sha256_unsigned = "25789c2297de9419b2c224409bf2d0a2b5c6f94c37e26f3037e71ad3f3b63a3b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_deco-m4r-v1-initramfs-kernel.bin"; + sha256 = "96bdf3bcf5ecddb8266872548775c5a368b96806af113e33751a1bccdcb50ed7"; + sha256_unsigned = "96bdf3bcf5ecddb8266872548775c5a368b96806af113e33751a1bccdcb50ed7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_deco-m4r-v1-squashfs-factory.bin"; + sha256 = "a855535518373a3e46f93434120063caf02c1312649ba74ec50530b850aa0c91"; + sha256_unsigned = "a855535518373a3e46f93434120063caf02c1312649ba74ec50530b850aa0c91"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,deco-m4r-v1" + "deco-m4r-v1" + ]; + titles = [ + { + model = "Deco M4R"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-outdoor-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_eap225-outdoor-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap225-outdoor-v1-initramfs-kernel.bin"; + sha256 = "8082e74d7eeefa892df007b393e2d3d9e7645f463c78b599e070a90b894993b9"; + sha256_unsigned = "8082e74d7eeefa892df007b393e2d3d9e7645f463c78b599e070a90b894993b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap225-outdoor-v1-squashfs-sysupgrade.bin"; + sha256 = "bcc0a4d12333c87fc61efc95e31d4167d03430bca52b5355220630200644f38a"; + sha256_unsigned = "bae0c91ab84d6f192063dde5bc1ea91f7bfc081bab49bbc829b22fde1c073417"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap225-outdoor-v1-squashfs-factory.bin"; + sha256 = "ab74e09863c97c61850f0ecb0ece1bcd3221661e71d3185e89537574584eb301"; + sha256_unsigned = "ab74e09863c97c61850f0ecb0ece1bcd3221661e71d3185e89537574584eb301"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap225-outdoor-v1" + ]; + titles = [ + { + model = "EAP225-Outdoor"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_eap225-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap225-v1-squashfs-sysupgrade.bin"; + sha256 = "c3b86ca6d11b1d267d817ee471e1341f041bb9aecc4dffd692eebd1621a1a7df"; + sha256_unsigned = "f712b08c5e51942bcff842f268f5591db3b957bc15e0e3d8e09356acf238faca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap225-v1-initramfs-kernel.bin"; + sha256 = "1fdb5f74b1f8203a1b6951c9caae12b26eb591479085bf28a4dfada122ec4bd0"; + sha256_unsigned = "1fdb5f74b1f8203a1b6951c9caae12b26eb591479085bf28a4dfada122ec4bd0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap225-v1-squashfs-factory.bin"; + sha256 = "3610f217a74f0d0b0969bdaeedb01431548ed28f0ee9de877f1849ffd02ccd96"; + sha256_unsigned = "3610f217a74f0d0b0969bdaeedb01431548ed28f0ee9de877f1849ffd02ccd96"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap225-v1" + ]; + titles = [ + { + model = "EAP225"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_eap225-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap225-v3-squashfs-sysupgrade.bin"; + sha256 = "150cab719ecb022cf5c7e206ab12b4324b5641ca31ca73fc39f5cabda8566b54"; + sha256_unsigned = "ed78dc4196c03b376dcb4c8333f8f5e7dc0f015558c7725db9825e0955c24a8f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap225-v3-squashfs-factory.bin"; + sha256 = "65fad711f9d91486f3b7a359be279a1c4c6a67509154433a9751f61e9f7ff29c"; + sha256_unsigned = "65fad711f9d91486f3b7a359be279a1c4c6a67509154433a9751f61e9f7ff29c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap225-v3-initramfs-kernel.bin"; + sha256 = "bfa16a265759b1eb975fa385c0f72657dffa1945bfe6dd2a8b2d5ecd50bb973a"; + sha256_unsigned = "bfa16a265759b1eb975fa385c0f72657dffa1945bfe6dd2a8b2d5ecd50bb973a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-v3" + ]; + titles = [ + { + model = "EAP225"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-wall-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_eap225-wall-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap225-wall-v2-initramfs-kernel.bin"; + sha256 = "289fed9f8edfd05f9d64c7f5f67050a0b36e2aaac1047e8009d53673615797ee"; + sha256_unsigned = "289fed9f8edfd05f9d64c7f5f67050a0b36e2aaac1047e8009d53673615797ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap225-wall-v2-squashfs-factory.bin"; + sha256 = "9b446e1425cbb5233c7cc1ce88a317c4bbe4a30cd0f6fa5b27deb23896d86179"; + sha256_unsigned = "9b446e1425cbb5233c7cc1ce88a317c4bbe4a30cd0f6fa5b27deb23896d86179"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap225-wall-v2-squashfs-sysupgrade.bin"; + sha256 = "1f04a6929985ada60c5df336186c59d86a3742e39b82c2473ecda66a69f634d9"; + sha256_unsigned = "0c96587522ae24ed5bda9b043b5e01be5e81a6aa46629813c095f297c1aa1c85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap225-wall-v2" + ]; + titles = [ + { + model = "EAP225-Wall"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_eap245-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap245-v1-squashfs-factory.bin"; + sha256 = "e3aeed1c0dbba4c71e22a6c8b9bebd2a1a01a3174aa06fc9a492fac4e3117102"; + sha256_unsigned = "e3aeed1c0dbba4c71e22a6c8b9bebd2a1a01a3174aa06fc9a492fac4e3117102"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap245-v1-initramfs-kernel.bin"; + sha256 = "eba6d736186c0c5d7c1a1af23e292d836226ce16a9bc3f41404c0b73c73f42c9"; + sha256_unsigned = "eba6d736186c0c5d7c1a1af23e292d836226ce16a9bc3f41404c0b73c73f42c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap245-v1-squashfs-sysupgrade.bin"; + sha256 = "eec938d6300cd8474061b412afe9b9840c4c36252c722c21e4b46d7841b58e72"; + sha256_unsigned = "470cc383309f62c426c395cf1a5706828cfb99dc7f2a679a61ef4eb5cffb9d4d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap245-v1" + ]; + titles = [ + { + model = "EAP245"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_eap245-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap245-v3-squashfs-sysupgrade.bin"; + sha256 = "73b05d74442efe6ef1d63ff62a0ff55ba6dd07c1df38d4b772e2a27473120e73"; + sha256_unsigned = "92c6ba48d1f39ee7dcd5b4c493ebe785a2cb9adbdbf038f52ffe84b5c6f3aa02"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap245-v3-squashfs-factory.bin"; + sha256 = "0a950f0a8e3a7b32ffd5c296b923cc96a766eefb02165d8e67025fb7059c2e35"; + sha256_unsigned = "0a950f0a8e3a7b32ffd5c296b923cc96a766eefb02165d8e67025fb7059c2e35"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_eap245-v3-initramfs-kernel.bin"; + sha256 = "882aab718b4b83e2dbeaf55d5dd51311a3cfa7b93f622a69e3e6f7d3e4a6d149"; + sha256_unsigned = "882aab718b4b83e2dbeaf55d5dd51311a3cfa7b93f622a69e3e6f7d3e4a6d149"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap245-v3" + ]; + titles = [ + { + model = "EAP245"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "b960cf8657334d08bf5cf82aa1f8b96f7a9b16e595a94b9fa056ac5a6344bc9b"; + sha256_unsigned = "b960cf8657334d08bf5cf82aa1f8b96f7a9b16e595a94b9fa056ac5a6344bc9b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "cfaccea1078a319f7f7b364bb1c55855024c1aacfba023509c4191714f51d70c"; + sha256_unsigned = "a60016c69e5434024398131f57cdb5011df6181cfbe566be607a676da5278d04"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_re350k-v1-initramfs-kernel.bin"; + sha256 = "60112ee4c8ca4fc8fe01ca9dada4c570c4e53b6bca5f80ec35453df05433cabf"; + sha256_unsigned = "60112ee4c8ca4fc8fe01ca9dada4c570c4e53b6bca5f80ec35453df05433cabf"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + model = "RE350K"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re355-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_re355-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_re355-v1-initramfs-kernel.bin"; + sha256 = "6971494b633128cc43d2d8b8b4596461b1ed902b571449a33b60c356a184cf31"; + sha256_unsigned = "6971494b633128cc43d2d8b8b4596461b1ed902b571449a33b60c356a184cf31"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re355-v1" + "re355" + ]; + titles = [ + { + model = "RE355"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_re450-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_re450-v1-initramfs-kernel.bin"; + sha256 = "8fb48f5217595a60eb29dcce552221ce8aeddc5c312bcb9b68422840922986ab"; + sha256_unsigned = "8fb48f5217595a60eb29dcce552221ce8aeddc5c312bcb9b68422840922986ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v1" + "re450" + ]; + titles = [ + { + model = "RE450"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_re450-v2-initramfs-kernel.bin"; + sha256 = "4abb99e373d6b47f8fc7b5621adb2252cf973da7cc46c8e4162aeff5fcb0557a"; + sha256_unsigned = "4abb99e373d6b47f8fc7b5621adb2252cf973da7cc46c8e4162aeff5fcb0557a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + model = "RE450"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_re450-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_re450-v3-initramfs-kernel.bin"; + sha256 = "09da15b6725beaea2620e6c427830c796157e0ae721afc051aa33280c43be4a7"; + sha256_unsigned = "09da15b6725beaea2620e6c427830c796157e0ae721afc051aa33280c43be4a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_re450-v3-squashfs-factory.bin"; + sha256 = "0b004c4c3dbbeaa06ed68ed64f4ad35a62f6cb8174f3cd75bcd7aa00144c4f57"; + sha256_unsigned = "0b004c4c3dbbeaa06ed68ed64f4ad35a62f6cb8174f3cd75bcd7aa00144c4f57"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_re450-v3-squashfs-sysupgrade.bin"; + sha256 = "f592c31bc68728bd0b3f81fa6e82da14453a132d4354cea04e50ec6c81ea0cf0"; + sha256_unsigned = "431710c3e4669d42ab612caaae21ae2bf9f01bad1a8369d7b1776d30dcb43118"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re450-v3" + ]; + titles = [ + { + model = "RE450"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re455-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_re455-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_re455-v1-initramfs-kernel.bin"; + sha256 = "168cbb9b1529236a633b5416b4d3cc08eb0373d4e02fb04c40851105e11a2315"; + sha256_unsigned = "168cbb9b1529236a633b5416b4d3cc08eb0373d4e02fb04c40851105e11a2315"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_re455-v1-squashfs-factory.bin"; + sha256 = "01e3f903e9cd90b812fe497ca2b7688ff99abb6abdcbebfd5c5e7642317c0fed"; + sha256_unsigned = "01e3f903e9cd90b812fe497ca2b7688ff99abb6abdcbebfd5c5e7642317c0fed"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_re455-v1-squashfs-sysupgrade.bin"; + sha256 = "fd5a9611db0417d30961a09a52613e8c3dc8a4695bd1021df38e2ab7f1a210c5"; + sha256_unsigned = "cff2f8e42752885770e1271a489845ad2ab4188a35161db351a3295b9531174c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re455-v1" + ]; + titles = [ + { + model = "RE455"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-mr6400-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-mr6400-v1-initramfs-kernel.bin"; + sha256 = "5658b29824bbc97dff6b189d694eaeada031f7e35383b91e48389216beb2f8f1"; + sha256_unsigned = "5658b29824bbc97dff6b189d694eaeada031f7e35383b91e48389216beb2f8f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "0602a9038cf3e9633faf648463d8c336b298c5adbe4b4c7c78ed24c08e32bd8f"; + sha256_unsigned = "004ea52f27e5224c39daf820091eeb860c88120e2752fbbf820e32bbacb4d5eb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "f260f2f4cf7b66644e6ee2677d16fca4c6f91baeb4ea5db67b7d18a1bf3dac3d"; + sha256_unsigned = "f260f2f4cf7b66644e6ee2677d16fca4c6f91baeb4ea5db67b7d18a1bf3dac3d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v1" + "tl-mr6400" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa1201-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wa1201-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wa1201-v2-squashfs-sysupgrade.bin"; + sha256 = "325780117f58e7f9a8208f147173a1a87a1560a62d60ca0a5f8e3fdeca26098f"; + sha256_unsigned = "ca87f54592cd545b816b14a893ea03222b878ccebdb0dcd03cec8e9ef9feba47"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wa1201-v2-initramfs-kernel.bin"; + sha256 = "7e24a161894cf591e6863bf3bdb516182f547c674ff237be8b0f7d77e229622e"; + sha256_unsigned = "7e24a161894cf591e6863bf3bdb516182f547c674ff237be8b0f7d77e229622e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wa1201-v2-squashfs-factory.bin"; + sha256 = "2b880ad605ccdfa60e3e3494574762c87a2c19af343129c8075d0e5a516fc7d1"; + sha256_unsigned = "2b880ad605ccdfa60e3e3494574762c87a2c19af343129c8075d0e5a516fc7d1"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wa1201-v2" + ]; + titles = [ + { + model = "TL-WA1201"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr3500-v1-initramfs-kernel.bin"; + sha256 = "a91d8356117634dbcd1fcffb95f6af7def22a31767f3772998dabc1a2363e30f"; + sha256_unsigned = "a91d8356117634dbcd1fcffb95f6af7def22a31767f3772998dabc1a2363e30f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "44da37da9392533fa4937ddf2f3661f6554732aeced1072ce06f513954b81e22"; + sha256_unsigned = "bf04151c82d992a975debe0f758f705185827a23922f095ff0cb568ef13ab070"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "b83d5ea8844d87a1cd989a26bd2f2e0c53b279129175a3c796e874c5fa625fbb"; + sha256_unsigned = "b83d5ea8844d87a1cd989a26bd2f2e0c53b279129175a3c796e874c5fa625fbb"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + model = "TL-WDR3500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "93d1bdfb6df7fe655cb9aa8938c140a5e9bac8a86c1909467b384f5dff5e4131"; + sha256_unsigned = "7804c4536e701eb7572b2487086306a5fb03b57999cfd04c1b616914dea8bb6c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "69bd847ab533bfc5a4ab334d89fb54fff36b1b320aa5b11a065132e7a023985d"; + sha256_unsigned = "69bd847ab533bfc5a4ab334d89fb54fff36b1b320aa5b11a065132e7a023985d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr3600-v1-initramfs-kernel.bin"; + sha256 = "27a15806c0537123864b754696ea427b3442a2e54e49da3b6a31066b39200ce8"; + sha256_unsigned = "27a15806c0537123864b754696ea427b3442a2e54e49da3b6a31066b39200ce8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR3600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr4300-v1-initramfs-kernel.bin"; + sha256 = "d23ac7af88ead1b84d689e9c0e2430d0ad24ee0d3a4ca6fb116434a8c94789ca"; + sha256_unsigned = "d23ac7af88ead1b84d689e9c0e2430d0ad24ee0d3a4ca6fb116434a8c94789ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "ad54e7a35d1616a663810005c043a46ab2298f2c4b80376ff799d0e18081a8de"; + sha256_unsigned = "ad54e7a35d1616a663810005c043a46ab2298f2c4b80376ff799d0e18081a8de"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "11cc06581869657ae6f1a90c94d781cd702018dc0d1f851025496680ef8c5732"; + sha256_unsigned = "56e4d30f8755870e585a2bbc9ce0b766ef1f8ac657789224fb578be4d103c4e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr4300-v1-il-initramfs-kernel.bin"; + sha256 = "3011cd2ea9f507a9f75038691fbfdc4acaa60d040db1da5f211a9d8847cde144"; + sha256_unsigned = "3011cd2ea9f507a9f75038691fbfdc4acaa60d040db1da5f211a9d8847cde144"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "d3dd8d134058716025c0775aa135d010adc82c1acf1a733e491dde93cb5f6423"; + sha256_unsigned = "d3dd8d134058716025c0775aa135d010adc82c1acf1a733e491dde93cb5f6423"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "3fb455361a76f22d7b044ea538fd2f670764dcf1f92ba4ec4c88f342ec41af5c"; + sha256_unsigned = "76b3db0084ec00e7d8d87250f3322e7ab9e06467a7e54ce52498d9f67a622d03"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1 (IL)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "af3d6d865228176d37fb5241b4e419e6e95639ad831dcbd701f6c4d18a767c98"; + sha256_unsigned = "af3d6d865228176d37fb5241b4e419e6e95639ad831dcbd701f6c4d18a767c98"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr4310-v1-initramfs-kernel.bin"; + sha256 = "2636c9966ce8e97d978773e0fca2c71cd43b270362d459d75319da206dea69e7"; + sha256_unsigned = "2636c9966ce8e97d978773e0fca2c71cd43b270362d459d75319da206dea69e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "7f7a9aa09362015483e04508ace1add2be66dcea18ff626c4ce2c04189ad6d14"; + sha256_unsigned = "d62fc9d610e5be85222a04cc1ce570f9c0acb871f612ff39bfa59f661a9bcf77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4310"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "bbc3a8c6f658f6f0d6fc5c8a1e2c17ac6f55487b91e76c1bfe97fe7c78a31a55"; + sha256_unsigned = "bbc3a8c6f658f6f0d6fc5c8a1e2c17ac6f55487b91e76c1bfe97fe7c78a31a55"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr4900-v2-initramfs-kernel.bin"; + sha256 = "25a6b97744b11cde0ca601b58aeed6c31b43b31274e0d0751814b254de25f82c"; + sha256_unsigned = "25a6b97744b11cde0ca601b58aeed6c31b43b31274e0d0751814b254de25f82c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "459da30f79911a9fdb849d4ba96d598a4950c1d20be561c7c083af318e7e532a"; + sha256_unsigned = "61afedd0f07cda79d0da912b35f4644c39778156236e468c3bd08f094bbe057a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr7500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "6807d2e72a93a0476b4b989047abd65bff1e99dd8fd9656f99ce508a5999944e"; + sha256_unsigned = "6807d2e72a93a0476b4b989047abd65bff1e99dd8fd9656f99ce508a5999944e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "bab6e433b97b4afae532baf0ab6a15018c49dbdfffcc454c578392302fb73930"; + sha256_unsigned = "33b55a6f84897b250a4aaba5b2ec1016ef672b20e0fe0cfdc0bcfabc79624e97"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wdr7500-v3-initramfs-kernel.bin"; + sha256 = "7d9bd9f4f822343c19946f9406b292597e29a1dac39c801d454b229c7d174c50"; + sha256_unsigned = "7d9bd9f4f822343c19946f9406b292597e29a1dac39c801d454b229c7d174c50"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr7500-v3" + "archer-c7" + ]; + titles = [ + { + model = "TL-WDR7500"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wpa8630-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wpa8630-v1-initramfs-kernel.bin"; + sha256 = "6605c7af7768c3cf618a6b891ba5c865a8a3b750d1030fac033ec70493d1ca7e"; + sha256_unsigned = "6605c7af7768c3cf618a6b891ba5c865a8a3b750d1030fac033ec70493d1ca7e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "0ae3f6a7a827e764e23b74ec25cfd967fd3d757cf752c9dd17f694b3b894976b"; + sha256_unsigned = "2afce1c3e6c5117797534b39d174455d341966b69b8c7d8bd70b15a9044093aa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "14bb717bd47e279cd05d53cfecb6742a985e299140a1b2b4ae46d68dc2ac1c4d"; + sha256_unsigned = "14bb717bd47e279cd05d53cfecb6742a985e299140a1b2b4ae46d68dc2ac1c4d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630-v1" + "tl-wpa8630" + ]; + titles = [ + { + model = "TL-WPA8630"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043n-v5-initramfs-kernel.bin"; + sha256 = "175ff33dbc628a443daec80ce0cc8a03882d6d15d7f70904d4d110cfc8886875"; + sha256_unsigned = "175ff33dbc628a443daec80ce0cc8a03882d6d15d7f70904d4d110cfc8886875"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "df43bc8fe9f4e82bff3b32e0c44deae5aa07796a4cd7285eccba5a1af7c684a4"; + sha256_unsigned = "d7893c6da4b0b001f9d1e44e8458b8bfb3f31d08dfb999744b65b2efd1029179"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "6a56992a68f87e3d176a6be2acaea10375cd211267407a224fb3fcaa7e402e8f"; + sha256_unsigned = "6a56992a68f87e3d176a6be2acaea10375cd211267407a224fb3fcaa7e402e8f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + model = "TL-WR1043N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "f0f90d4f93b119f1f4280447518c9ce5664c3b4da12b1ebd0ca238526b081831"; + sha256_unsigned = "96424c28966243bb2532b0f0724020b58f9c9be2b9b7efcbb1b6b9c3d4d9926f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "b86de23be501151bd8b491202337d253cfb6a56e52b221c016d1f3f98569abe5"; + sha256_unsigned = "b86de23be501151bd8b491202337d253cfb6a56e52b221c016d1f3f98569abe5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043nd-v1-initramfs-kernel.bin"; + sha256 = "ca67665b6c1a66dcbb53907e8b6601006390ec353207d20666dfba1bf69c2c45"; + sha256_unsigned = "ca67665b6c1a66dcbb53907e8b6601006390ec353207d20666dfba1bf69c2c45"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "1291763564885c68b86dd77178c603b8a664fc11f577fff484bd36a422061a45"; + sha256_unsigned = "1291763564885c68b86dd77178c603b8a664fc11f577fff484bd36a422061a45"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "f4af5e3a82534dfdf6fb22acad10e89dfb3c109e173cc114ec10121c0365f371"; + sha256_unsigned = "c101a3d887467e3c652930c3e691e13c4ca4698dbe9bcec87b795be2db45088f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043nd-v2-initramfs-kernel.bin"; + sha256 = "0ee4fb268fb90cc34b3893f33a048a9f80a76bdc59254632f7cffe6395573de6"; + sha256_unsigned = "0ee4fb268fb90cc34b3893f33a048a9f80a76bdc59254632f7cffe6395573de6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "080b814b59c74ef0959322a66e26672782b2e796584a7bbcbc0e8ce5a62c2734"; + sha256_unsigned = "b94aec05bc1828cf890e2308e150f5f5fcd8ff92a91033cf1fe20c8b394a550e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "be3eeedf8c51a53db6d3199614237d2cd149c150106af00744f99ad0f2122dbc"; + sha256_unsigned = "be3eeedf8c51a53db6d3199614237d2cd149c150106af00744f99ad0f2122dbc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043nd-v3-initramfs-kernel.bin"; + sha256 = "fdc24eda034a5c2ec72784e0829e227ec0cc042d5fef88d014608ee1575e2521"; + sha256_unsigned = "fdc24eda034a5c2ec72784e0829e227ec0cc042d5fef88d014608ee1575e2521"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043nd-v4-initramfs-kernel.bin"; + sha256 = "5a48394a8c352d2095612f4f59173465ad5f9afc6a545c366619259239f2b842"; + sha256_unsigned = "5a48394a8c352d2095612f4f59173465ad5f9afc6a545c366619259239f2b842"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "b1a833b7a2497c1cb06bc06cd8c7c87023e0da5741bc6954b2009f3091520aae"; + sha256_unsigned = "b1a833b7a2497c1cb06bc06cd8c7c87023e0da5741bc6954b2009f3091520aae"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "6c3762b24c768cc583f8970ed3800b4fe2ce72a494981d07f29a73fe2119cb1f"; + sha256_unsigned = "450ab963db867717011ed03d0bb767d51b2b2820ef81513a3e72f8721ca6f110"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1045nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1045nd-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1045nd-v2-initramfs-kernel.bin"; + sha256 = "938ac5b000ddfa4f8af8256627031b36585fc92bcdeb7065a2ecb4f80bab930e"; + sha256_unsigned = "938ac5b000ddfa4f8af8256627031b36585fc92bcdeb7065a2ecb4f80bab930e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-factory.bin"; + sha256 = "6896fb59454c90726f35c64f46f15145d0bb7e49f98af48edff4688af47e5f3e"; + sha256_unsigned = "6896fb59454c90726f35c64f46f15145d0bb7e49f98af48edff4688af47e5f3e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-sysupgrade.bin"; + sha256 = "d273987b810d7242b17bb149a32dd2e1436e5255c67058142d2e5054035746cb"; + sha256_unsigned = "f28de7152df4c37c729fe6b5d86f72114e83a3257be8af644e1c16d05d74d68a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1045nd-v2" + ]; + titles = [ + { + model = "TL-WR1045ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr2543-v1-initramfs-kernel.bin"; + sha256 = "89ccb6df3f23e3745cd040f0fbb61524eea0254cb829579d283ef3c61378bbff"; + sha256_unsigned = "89ccb6df3f23e3745cd040f0fbb61524eea0254cb829579d283ef3c61378bbff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "5110e540047ea0e4aace2f9af7a3a7241eb7b4701830bdb8d341ca004e31d9db"; + sha256_unsigned = "5110e540047ea0e4aace2f9af7a3a7241eb7b4701830bdb8d341ca004e31d9db"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "3eac5fd719d53ef30b620f3d3d9842d75bfb55b41b95c792d8c28028a606a8cd"; + sha256_unsigned = "4880eea4ca0ab7e4f59586d220234269d7a014b1168f70e22439a14db4523931"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + model = "TL-WR2543N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "d15d0b9e352e41c088f9e12a0c73a7be3882452d3897a6e3d2dfa9b3c6dccccb"; + sha256_unsigned = "d15d0b9e352e41c088f9e12a0c73a7be3882452d3897a6e3d2dfa9b3c6dccccb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "19a065e8fd93fba960fbdee98aeafc694323fdefa002a9f7959b97de56dcc12f"; + sha256_unsigned = "7a38770376a4fef90e1ee959a669bc14de3995b23634bb0fe2b49de81026112b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr710n-v1-initramfs-kernel.bin"; + sha256 = "72d755d39335a83b71c383fe3804ff3d62dd82a235b1f3b3483894a2f6598450"; + sha256_unsigned = "72d755d39335a83b71c383fe3804ff3d62dd82a235b1f3b3483894a2f6598450"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "d93eaab7904e993d32842af022b1aa64b3e598a33f7a53eeb81235045f8aef82"; + sha256_unsigned = "d93eaab7904e993d32842af022b1aa64b3e598a33f7a53eeb81235045f8aef82"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "999fb8d15ada72f8777fb03506ee41623af305882ae1c1b88c38aafaf1bbb3a0"; + sha256_unsigned = "7a1a73b273d974395f5fe7115f8883789a7e1f257925f022f878c93ae5468e95"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr710n-v2.1-initramfs-kernel.bin"; + sha256 = "6c4c53665b98aada46a7963de12b3c91fa37090bfe5d1786187ac0f9330a4387"; + sha256_unsigned = "6c4c53665b98aada46a7963de12b3c91fa37090bfe5d1786187ac0f9330a4387"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v2.1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "75a3ba2685d0f7f2ab9f2f472f0ce03a6ca2228c6154ad81b0e61da7b4db1354"; + sha256_unsigned = "75a3ba2685d0f7f2ab9f2f472f0ce03a6ca2228c6154ad81b0e61da7b4db1354"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "ad3ce30361a19fe319c5512f5fef12a53dd12616265fc73412fcfab33a10b32b"; + sha256_unsigned = "9df665e0bc467886bea181ead216bfe754f49fc4b8cca5eac05afbd1abcdbc80"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr810n-v1-initramfs-kernel.bin"; + sha256 = "f776c215e593867f972f29aff84d3cf2c9a82dc8cd645a56bd56cda0e8448c6d"; + sha256_unsigned = "f776c215e593867f972f29aff84d3cf2c9a82dc8cd645a56bd56cda0e8448c6d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "3f92019aa470c5508418a04da199f5efe6ebd1a0ab1a9df1518d5f22d29591f7"; + sha256_unsigned = "d41a367d5a1d34e785da6ef61b0bd6e6d83a71279535cf692077f7d3cab65818"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr810n-v2-initramfs-kernel.bin"; + sha256 = "313e6a56b56cbd4f023a65a63e07b41ab5d1979635e4cf5de166b6f3002f9947"; + sha256_unsigned = "313e6a56b56cbd4f023a65a63e07b41ab5d1979635e4cf5de166b6f3002f9947"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "ff3c4e763d058691bb3681337c7dcfd1aeb9868a5358f7d78208f4415757b830"; + sha256_unsigned = "ff3c4e763d058691bb3681337c7dcfd1aeb9868a5358f7d78208f4415757b830"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841hp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr841hp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr841hp-v2-squashfs-factory.bin"; + sha256 = "8f2a5076316624b4a6e552619cfa5a95da3aa644fb0d096d32c293f7b08b3aad"; + sha256_unsigned = "8f2a5076316624b4a6e552619cfa5a95da3aa644fb0d096d32c293f7b08b3aad"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr841hp-v2-squashfs-sysupgrade.bin"; + sha256 = "e457eba083b2a20d801da0c37ca5dce656549e0fa790c18ea88c2f2d5f019200"; + sha256_unsigned = "7b1c9554f0e5952c6dbbded7f84aeaf2e76a53b74591b831c9f9939412f56fe8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr841hp-v2-initramfs-kernel.bin"; + sha256 = "7f0e462d3b7a4bef4200d3941ba2e8c5ee9274f88f718c0ce3c25f082f1447e3"; + sha256_unsigned = "7f0e462d3b7a4bef4200d3941ba2e8c5ee9274f88f718c0ce3c25f082f1447e3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr841hp-v2" + ]; + titles = [ + { + model = "TL-WR841HP"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841hp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr841hp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr841hp-v3-squashfs-factory.bin"; + sha256 = "aee57a688e4a05b868ef3bfdb78f48b43886bb260b0ace0814943c65c9ed00d2"; + sha256_unsigned = "aee57a688e4a05b868ef3bfdb78f48b43886bb260b0ace0814943c65c9ed00d2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr841hp-v3-squashfs-sysupgrade.bin"; + sha256 = "d62d8df640326e284e8d9a4fe6a20fdd8c28fbdaf5d767080b5d8df60e4fac76"; + sha256_unsigned = "50dcd9aaea7f3c2d60f6e9c2f9122455b15cbf7d21194f2fd00f6409eac7e997"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr841hp-v3-initramfs-kernel.bin"; + sha256 = "f1d19624f15d471d43eee80024ab2ea87434d733162991d2a9ec417817d794fd"; + sha256_unsigned = "f1d19624f15d471d43eee80024ab2ea87434d733162991d2a9ec417817d794fd"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr841hp-v3" + ]; + titles = [ + { + model = "TL-WR841HP"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "945800cf494c444e5c56be629d106da12685f2611c5906efb5bd0a76a67c10f7"; + sha256_unsigned = "dec38040cb81605b815ddafc3104a50fb2715de97f11b7006d14a15198f0da03"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "17c8a1439d875033392223e11034b3403a69ec7e5fdbf2dd58bd51919563721b"; + sha256_unsigned = "17c8a1439d875033392223e11034b3403a69ec7e5fdbf2dd58bd51919563721b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr842n-v1-initramfs-kernel.bin"; + sha256 = "ac1275f5619913b91a51b4a4dbbe3ee541a3f72632c8b281877e6b3ad0b96789"; + sha256_unsigned = "ac1275f5619913b91a51b4a4dbbe3ee541a3f72632c8b281877e6b3ad0b96789"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "5fae51e99c94d944a64397d5e399e30fde3f564851f005b73d36a0a5b2bf34cb"; + sha256_unsigned = "5fae51e99c94d944a64397d5e399e30fde3f564851f005b73d36a0a5b2bf34cb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr842n-v2-initramfs-kernel.bin"; + sha256 = "b47080b03eb64e9a3f735f2a5bd6d56ccb843c65943c24876601b6ecb80fdf64"; + sha256_unsigned = "b47080b03eb64e9a3f735f2a5bd6d56ccb843c65943c24876601b6ecb80fdf64"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "70c5ada751ac39944b51e72eaa25e7ece0d4548acfc2422b3b0606f5c743af1b"; + sha256_unsigned = "3ed4b5ce904243daf7b20df61fda0ca720898c2a440b6615bbbc40630a89064e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr842n-v3-initramfs-kernel.bin"; + sha256 = "293f000c656ff6f8b43b519751bc7d121714eaa33d38e5e0122e09b0c6ae4760"; + sha256_unsigned = "293f000c656ff6f8b43b519751bc7d121714eaa33d38e5e0122e09b0c6ae4760"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "a1eab930bf50d3f3aad6c0906545aba15394adad968001e5241d73ec2e05de19"; + sha256_unsigned = "a1eab930bf50d3f3aad6c0906545aba15394adad968001e5241d73ec2e05de19"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "c1fb22d9b4e7c544967cfea368b104c5c8c22e2b5880552c6f0c121b25a3b610"; + sha256_unsigned = "3d9db9e8d7707e023a428c7e86867a3f75f3f2f8cdb7bbc62b7aeef63405a82e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr902ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr902ac-v1-initramfs-kernel.bin"; + sha256 = "cf641d8baa3f7f1e55bb87f577ac75b56a8dd7b240ceb74325ae5cbb4d723301"; + sha256_unsigned = "cf641d8baa3f7f1e55bb87f577ac75b56a8dd7b240ceb74325ae5cbb4d723301"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "0974559439264959391b710642018e5e79ae7bd9368dcc8e687b711e378f3bf8"; + sha256_unsigned = "0974559439264959391b710642018e5e79ae7bd9368dcc8e687b711e378f3bf8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "85b3b25637c4d0b5f921effa197dbafa667851cd6c2f862214259a028e1ffa48"; + sha256_unsigned = "77138211b68ed3ffbdc618123206b02741d8f14d8467065d90e6c1ed952503bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v1" + "tl-wr902ac-v1" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr941hp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_tl-wr941hp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr941hp-v1-squashfs-sysupgrade.bin"; + sha256 = "30cd609b4fe71d2bbda2559d9d99fe9980778848d313782b8357f5767b12b39b"; + sha256_unsigned = "8a48eb466be1aaebb4423bc8c4ebe59e7bfa6c1ccd706d57b72f774c5517734c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr941hp-v1-initramfs-kernel.bin"; + sha256 = "b4dca49278c16d55f950d67a8bfb92dda7b7d3af820b3aaf027ca8b015ac7649"; + sha256_unsigned = "b4dca49278c16d55f950d67a8bfb92dda7b7d3af820b3aaf027ca8b015ac7649"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_tl-wr941hp-v1-squashfs-factory.bin"; + sha256 = "e1807f4ef7d5ceb0fae878586ff48be817dbf5da0e7dd9b35841abac4dffa03c"; + sha256_unsigned = "e1807f4ef7d5ceb0fae878586ff48be817dbf5da0e7dd9b35841abac4dffa03c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr941hp-v1" + ]; + titles = [ + { + model = "TL-WR941HP"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_wbs210-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_wbs210-v1-initramfs-kernel.bin"; + sha256 = "2e13e48c95ee70886d9d6ca5bd2ac819b842a890961c5d8aa6a3e380efa39501"; + sha256_unsigned = "2e13e48c95ee70886d9d6ca5bd2ac819b842a890961c5d8aa6a3e380efa39501"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_wbs210-v1-squashfs-factory.bin"; + sha256 = "bb72b782752f9fc49c0f01cdf7cbdb4fb7450af35fc3456b84a231500796a03b"; + sha256_unsigned = "bb72b782752f9fc49c0f01cdf7cbdb4fb7450af35fc3456b84a231500796a03b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "a141b79e0e839820579f6b2f58a12c96410f8d3e7ffd495a5046686e44900686"; + sha256_unsigned = "b19cf0cd575647c6e183e52d48fece621bfc3fd1825b1eb5da080559198b0ba9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs210-v1" + "wbs210" + ]; + titles = [ + { + model = "WBS210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_wbs210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_wbs210-v2-squashfs-sysupgrade.bin"; + sha256 = "968472d028eb6ff17d7b92a2ef3bb98af328c31362b4aa1ed50f1137eb73cb51"; + sha256_unsigned = "43944d211f66c937cb4cec39124fdff431f5a4a802c225674c4df646aad43591"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_wbs210-v2-squashfs-factory.bin"; + sha256 = "2449a29865345cecad6ba8627755103fd72441b5eb2a0c2e1ac2dfe6d5df88ab"; + sha256_unsigned = "2449a29865345cecad6ba8627755103fd72441b5eb2a0c2e1ac2dfe6d5df88ab"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_wbs210-v2-initramfs-kernel.bin"; + sha256 = "e30b39de6e785596016d75abd78d615f6b967ed50e0f3e2e6614f0301db70137"; + sha256_unsigned = "e30b39de6e785596016d75abd78d615f6b967ed50e0f3e2e6614f0301db70137"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v2" + ]; + titles = [ + { + model = "WBS210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_wbs510-v1-squashfs-factory.bin"; + sha256 = "8ef974f19a9a8aea9b4abfb61b7f10f34ea5d05cafc94248d867dcf1a2f3aafb"; + sha256_unsigned = "8ef974f19a9a8aea9b4abfb61b7f10f34ea5d05cafc94248d867dcf1a2f3aafb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "45e98389223425855c29640e98ed6a11d98479d2bd5029311541d11ab379e803"; + sha256_unsigned = "863d8cfc9fa237b7cd463aceb1f68602f4fbcde7132890c34e5671f1449d5628"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_wbs510-v1-initramfs-kernel.bin"; + sha256 = "e581da189962971d5726a314433379e5131c815b38dd290e7a850ce868f21fc5"; + sha256_unsigned = "e581da189962971d5726a314433379e5131c815b38dd290e7a850ce868f21fc5"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs510-v1" + "wbs510" + ]; + titles = [ + { + model = "WBS510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-tplink_wbs510-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_wbs510-v2-initramfs-kernel.bin"; + sha256 = "8283aef88bb48cd462ae127db6bdf38980fd547e5de19fee7dc1f18265e6905c"; + sha256_unsigned = "8283aef88bb48cd462ae127db6bdf38980fd547e5de19fee7dc1f18265e6905c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_wbs510-v2-squashfs-factory.bin"; + sha256 = "f4c865c30be9ab5d7d5a05de958d528d8b757a05a8a6c2b65f88b886a833cb5b"; + sha256_unsigned = "f4c865c30be9ab5d7d5a05de958d528d8b757a05a8a6c2b65f88b886a833cb5b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-tplink_wbs510-v2-squashfs-sysupgrade.bin"; + sha256 = "99d86529b38f80630705418899f606aec2438ecc16b96a895d1eb3520b78f018"; + sha256_unsigned = "dd6a3c74006b80059ebdd8a7eb4f7b19020f431f867aff4d2d33552699420445"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs510-v2" + ]; + titles = [ + { + model = "WBS510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-673gru = { + device_packages = [ + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-owl-loader" + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-trendnet_tew-673gru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-trendnet_tew-673gru-initramfs-kernel.bin"; + sha256 = "a0f08020fd7a964d9106ba6594f91cb4c572123333f1e82a8399a11608675848"; + sha256_unsigned = "a0f08020fd7a964d9106ba6594f91cb4c572123333f1e82a8399a11608675848"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-trendnet_tew-673gru-squashfs-sysupgrade.bin"; + sha256 = "6dcc7eabee073cc1d30c0ad81a8b8377f71a32a9de8d514921961990919bdbe4"; + sha256_unsigned = "f7fa96664ff5310ecef9210ae6e158e00180c14232e27d0bcc3eb8c71d7b67b8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-trendnet_tew-673gru-squashfs-factory.bin"; + sha256 = "8ec450cd8006bae07ed7bce1a3191d2613ac22e9bdcd04ab8fa28e3c099ff38d"; + sha256_unsigned = "8ec450cd8006bae07ed7bce1a3191d2613ac22e9bdcd04ab8fa28e3c099ff38d"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-673gru" + ]; + titles = [ + { + model = "TEW-673GRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + trendnet_tew-823dru = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-trendnet_tew-823dru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-trendnet_tew-823dru-squashfs-sysupgrade.bin"; + sha256 = "d36425b4648f25e89fc855cbe82df378c2ecafad1fa53e784f0b6e1109538293"; + sha256_unsigned = "9da4258f76069e320880ee7bf10e9326edc8d0e646d3986a2b26474614242795"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-trendnet_tew-823dru-initramfs-kernel.bin"; + sha256 = "b6762ae627ccfa7096d8abeeb88c9aae48eb10caacfa7b358de8684c104b7a35"; + sha256_unsigned = "b6762ae627ccfa7096d8abeeb88c9aae48eb10caacfa7b358de8684c104b7a35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-trendnet_tew-823dru-squashfs-factory.bin"; + sha256 = "4ed537ba24094f71e283c3e3422ba73c66c817e72e7b3c73604dc788d86e1fca"; + sha256_unsigned = "4ed537ba24094f71e283c3e3422ba73c66c817e72e7b3c73604dc788d86e1fca"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-823dru" + "tew-823dru" + ]; + titles = [ + { + model = "TEW-823DRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + ubnt_aircube-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_aircube-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_aircube-ac-squashfs-sysupgrade.bin"; + sha256 = "725df9f7ef24dfabe680da2661bed51f8b6ef3a5f4e6f185e34d684ec39a0f1b"; + sha256_unsigned = "36f9f0a71d5bf6d72e37b9f8061e62745b0ec58072e147c02c6c0655112491e8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_aircube-ac-initramfs-kernel.bin"; + sha256 = "e35cc61c8ea0b0d930eb745181fede07d03d0a13e8df7282097579a2636b15b6"; + sha256_unsigned = "e35cc61c8ea0b0d930eb745181fede07d03d0a13e8df7282097579a2636b15b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_aircube-ac-squashfs-factory.bin"; + sha256 = "e5e8469af7d87f2f693379bf26806356c1444d9a1c4ad70f7560b09bbb7d70d9"; + sha256_unsigned = "e5e8469af7d87f2f693379bf26806356c1444d9a1c4ad70f7560b09bbb7d70d9"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,aircube-ac" + ]; + titles = [ + { + model = "airCube AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_aircube-isp = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_aircube-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_aircube-isp-squashfs-factory.bin"; + sha256 = "d4a86e534a387c58057b34e603c1b3761c555b7560a18bbed06764f6dd5607ed"; + sha256_unsigned = "d4a86e534a387c58057b34e603c1b3761c555b7560a18bbed06764f6dd5607ed"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_aircube-isp-initramfs-kernel.bin"; + sha256 = "73f5c0f678493b2ad808f2476138a32bd076d804eb5ffe23cca7b7f861f91b5e"; + sha256_unsigned = "73f5c0f678493b2ad808f2476138a32bd076d804eb5ffe23cca7b7f861f91b5e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_aircube-isp-squashfs-sysupgrade.bin"; + sha256 = "179101bc57b934151790d3b4421db7b18d5fefcf19573e01ffa3acadcbe4c3b2"; + sha256_unsigned = "13ec2ffaf5c1e99d82ccf4f718cfa30450ad6b7ef8d9b4566fcce4b954c65145"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,aircube-isp" + "ubnt,acb-isp" + ]; + titles = [ + { + model = "airCube ISP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_bullet-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_bullet-ac-squashfs-factory.bin"; + sha256 = "31a59e7dbc4a27191165cb3769153f0e7d5dfd52dbbfe540a94f0a1f75e1db5a"; + sha256_unsigned = "31a59e7dbc4a27191165cb3769153f0e7d5dfd52dbbfe540a94f0a1f75e1db5a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_bullet-ac-squashfs-sysupgrade.bin"; + sha256 = "ce7d2bda792079adc196a6bf903b25aa9d10d31ccfc8612ff6d5baf5069bf8e5"; + sha256_unsigned = "f7e56b89dea1da5f68b44c2e5a1d22db0ef7e8089bda694b0147a735b73853b8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_bullet-ac-initramfs-kernel.bin"; + sha256 = "a1b2ec0b7e59ac9b6a1204746550a1bbe007b1aee97792b37cf0059021c769fd"; + sha256_unsigned = "a1b2ec0b7e59ac9b6a1204746550a1bbe007b1aee97792b37cf0059021c769fd"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-ac" + ]; + titles = [ + { + model = "Bullet AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_bullet-m-xw-initramfs-kernel.bin"; + sha256 = "620c18dab82c6d1724babe6c529eafa41eb0c88faebd82fd0ef5803335425577"; + sha256_unsigned = "620c18dab82c6d1724babe6c529eafa41eb0c88faebd82fd0ef5803335425577"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "2d9794324724b531090136147abf332f1861abfbe69c27743141962d6ecf72d3"; + sha256_unsigned = "2d9794324724b531090136147abf332f1861abfbe69c27743141962d6ecf72d3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "27905a7cdb91a9e7b14f606c896d001dde7c2b32107bcc870de9499587b394d1"; + sha256_unsigned = "ed0587b543636bdafa1d305b2ecc706a4dab2969f21d08140816157d41a7bd88"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-5xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_edgeswitch-5xp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_edgeswitch-5xp-initramfs-kernel.bin"; + sha256 = "4ad6e4dcfa0886c2d7a4606b68bb927ceea2532cf8d0239ae18ae3e838295b46"; + sha256_unsigned = "4ad6e4dcfa0886c2d7a4606b68bb927ceea2532cf8d0239ae18ae3e838295b46"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_edgeswitch-5xp-squashfs-sysupgrade.bin"; + sha256 = "e1ee3f123a928689c643ac16deff3f42562220a7b1412e1b4a35bd8fdeb7a724"; + sha256_unsigned = "c3df16cd377a1497b1df9f15e30133cc6755c2a6f4440cd660bbe3768d4e7806"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_edgeswitch-5xp-squashfs-factory.bin"; + sha256 = "f60ee1001138b5822a7ec43a3c962b81ea75665cd954f9b351bae99fc757f24e"; + sha256_unsigned = "f60ee1001138b5822a7ec43a3c962b81ea75665cd954f9b351bae99fc757f24e"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-5xp" + ]; + titles = [ + { + model = "EdgeSwitch 5XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "83c411bdab5d28044cfc155a33ebb81edbf529596a8f31cf8b866a2d10664978"; + sha256_unsigned = "195b01633cf2610554648ed36a699b49f5f5b15864f2b4692060c8a0fb228963"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "d8db61d94c966291b0db70d53bba04fe9ee40f19c82d8865562e4aa4d0da9cbf"; + sha256_unsigned = "d8db61d94c966291b0db70d53bba04fe9ee40f19c82d8865562e4aa4d0da9cbf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_lap-120-initramfs-kernel.bin"; + sha256 = "86e5c9c46eee10d7b3f2684a51329c52fb6bbba5713d73d0c47ccabb63482cc2"; + sha256_unsigned = "86e5c9c46eee10d7b3f2684a51329c52fb6bbba5713d73d0c47ccabb63482cc2"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + model = "LiteAP ac (LAP-120)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_litebeam-ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_litebeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-factory.bin"; + sha256 = "81276521fef33bc0757400fbf0e4fbb7f7fcaf897fa8f4ff153d57505a1a79ed"; + sha256_unsigned = "81276521fef33bc0757400fbf0e4fbb7f7fcaf897fa8f4ff153d57505a1a79ed"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "485d097935d2fed0b35e30b36dd4bcc5553e111b3d29e1cd382378a5b0b71041"; + sha256_unsigned = "4160b33c1dfda04f842d7c016822cec6d0c52fa19a519c2fb91c0c0d5f8f51f0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_litebeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "0f59fdc928082c2666a47f55a2ac859e9090b1b9d76437b2ca665ee31ec9e9a0"; + sha256_unsigned = "0f59fdc928082c2666a47f55a2ac859e9090b1b9d76437b2ca665ee31ec9e9a0"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,litebeam-ac-gen2" + ]; + titles = [ + { + model = "LiteBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "3d2dbbf05f55e6ba6d988c0b8bfc965db6dfbf12158473d8fbc7d1407012a38b"; + sha256_unsigned = "d4f4d5a3e637e6cf280061da6893dee8341ba78a45cf29c2cac41c0bde3d9987"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanobeam-ac-initramfs-kernel.bin"; + sha256 = "e2c3c2187ceebe4611361f7d15b3ae16e2737603772dffcfe6337729603d3f0a"; + sha256_unsigned = "e2c3c2187ceebe4611361f7d15b3ae16e2737603772dffcfe6337729603d3f0a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "6385b8f2de5bf9633a7f3ee94cb49fb5a368c1c88b80c42491f35608166de26e"; + sha256_unsigned = "6385b8f2de5bf9633a7f3ee94cb49fb5a368c1c88b80c42491f35608166de26e"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-gen2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_nanobeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "0e9fa17c2f8ede22e3cc48c2a9ccb1a6debe6661db082b9bc24fa8c4907f7d3e"; + sha256_unsigned = "04e1dd1da3bedf48b312e71f1388009806cd91730cd423a92d52060068cf2c98"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-factory.bin"; + sha256 = "a99433ad299fd9d82741661577edaa897614bde2aeedb9a6daa499bbbf7202a8"; + sha256_unsigned = "a99433ad299fd9d82741661577edaa897614bde2aeedb9a6daa499bbbf7202a8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanobeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "a9bd8a06def26f629d854214aeaf139daff88d4a60307cba5d47e0bdd4fed522"; + sha256_unsigned = "a9bd8a06def26f629d854214aeaf139daff88d4a60307cba5d47e0bdd4fed522"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-gen2" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-xc = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_nanobeam-ac-xc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanobeam-ac-xc-initramfs-kernel.bin"; + sha256 = "95fe7740e01c21862904ef05177b40593e68a41c97a71172206d7ff0af24a516"; + sha256_unsigned = "95fe7740e01c21862904ef05177b40593e68a41c97a71172206d7ff0af24a516"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanobeam-ac-xc-squashfs-factory.bin"; + sha256 = "2d8f7106eba09333da157f867cbfc3b9ec95c9c06c5e9ccbf371ed58fdf59696"; + sha256_unsigned = "2d8f7106eba09333da157f867cbfc3b9ec95c9c06c5e9ccbf371ed58fdf59696"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanobeam-ac-xc-squashfs-sysupgrade.bin"; + sha256 = "fde8260ea0a1101051552316b7401f9f9984b06a56638bc0095a376c9447b276"; + sha256_unsigned = "1835101ec691b64cba9c69f5a851f6954750ade473d2493f276e0bf92c17e189"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-xc" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1 (XC)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-m5-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_nanobeam-m5-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanobeam-m5-xw-squashfs-factory.bin"; + sha256 = "e84764333e6e46a6f9fef8b71a9c7bc2f6dd43b0d7cc460abdb70207c49f4f48"; + sha256_unsigned = "e84764333e6e46a6f9fef8b71a9c7bc2f6dd43b0d7cc460abdb70207c49f4f48"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanobeam-m5-xw-initramfs-kernel.bin"; + sha256 = "35b8701a146b723a91a6d25772e1807d5845af60366e5527b6d80cf3ce6e1802"; + sha256_unsigned = "35b8701a146b723a91a6d25772e1807d5845af60366e5527b6d80cf3ce6e1802"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanobeam-m5-xw-squashfs-sysupgrade.bin"; + sha256 = "819ec51a06c1f8b68c43f2a6adf581016937e2f59db6513794549c99d8491503"; + sha256_unsigned = "9b600901c05be86100bdd4b97bf3057dd123596f4e0535804f0a1c2721c63ba0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-m5-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "NanoBeam M5"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "3d8dfd5e611743ef91356063102ff5a23b200ca62afd2054c10a8049dd3f8d2a"; + sha256_unsigned = "3d8dfd5e611743ef91356063102ff5a23b200ca62afd2054c10a8049dd3f8d2a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanostation-ac-initramfs-kernel.bin"; + sha256 = "62b7ec68a32ac1b3502558e93a402022fdef436fe07fffa5034d56b35ab53df6"; + sha256_unsigned = "62b7ec68a32ac1b3502558e93a402022fdef436fe07fffa5034d56b35ab53df6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "ad93157a00df18c36ac0d86d5c347ad8c34554782be33dda5ce365be3288427f"; + sha256_unsigned = "08c4547879fecf5998af85971b52471de9ed1a914f5587feb46c608238362f2c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + model = "Nanostation AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "02467a5f6c3e26d66af226ad0948305be25766deab8d80acff73a1ec5c63defd"; + sha256_unsigned = "40e6c5bea85a243db23fe65851af156a703c64736cdb86bca7f10cf8c7db9af2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanostation-ac-loco-initramfs-kernel.bin"; + sha256 = "be190fe3fdc4de40a3dce4aadbf1baf7a43dd26e2ec4e073d049d0efd8303a67"; + sha256_unsigned = "be190fe3fdc4de40a3dce4aadbf1baf7a43dd26e2ec4e073d049d0efd8303a67"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "b5a37b5d6ee4e45218b5718b878da4165875453e250b90ff278641fe64f377bc"; + sha256_unsigned = "b5a37b5d6ee4e45218b5718b878da4165875453e250b90ff278641fe64f377bc"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + model = "Nanostation AC loco"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanostation-loco-m-xw-initramfs-kernel.bin"; + sha256 = "142dbe76949006125c05ff02de0ebbc0da82603ec13bc05248515d0f76dd3426"; + sha256_unsigned = "142dbe76949006125c05ff02de0ebbc0da82603ec13bc05248515d0f76dd3426"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "7501f7e4bf53eba0f10fea2d90afbffaefc159b18c87dbbe22b53cc1495d92f5"; + sha256_unsigned = "7501f7e4bf53eba0f10fea2d90afbffaefc159b18c87dbbe22b53cc1495d92f5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "7f270cf93e7190391950f9cd94a936eb4ded239934653677554889877ede457e"; + sha256_unsigned = "2fc15397cf1f4b8fa77fb5121e9d3e8b03181263c25f5bdb72cefb408a131756"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanostation-m-xw-initramfs-kernel.bin"; + sha256 = "e28de4442098a99da094ece17b8a31bb5d5b4b5c79748c64118325c3761312d0"; + sha256_unsigned = "e28de4442098a99da094ece17b8a31bb5d5b4b5c79748c64118325c3761312d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "6bbaae36dfdc15d6d8d765fe2436625541ffdc34a223aea450db7ca201b4da00"; + sha256_unsigned = "6bbaae36dfdc15d6d8d765fe2436625541ffdc34a223aea450db7ca201b4da00"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "6ec79b746bb89861ed478dd953e291a160a3ed4e1071c62cbb4387a3b463a42d"; + sha256_unsigned = "04fa3e63a384f2ec3ea91b017e21bb962224bbeda41de92f9c15198866bfa6f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-500 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_powerbeam-5ac-500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-sysupgrade.bin"; + sha256 = "04d3c82bca1ec976dbb6cb717f74bd1a36f0aa5d439947807a369d293ca137bb"; + sha256_unsigned = "48559ee7da19bbdf9959b479c68787d729c087c569aeb679d873081cee92b4a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_powerbeam-5ac-500-initramfs-kernel.bin"; + sha256 = "d83c84464aa4c7dfaaaed75e1b997aa54f897d9e6ed4d98b49ab51d3afc2ce4d"; + sha256_unsigned = "d83c84464aa4c7dfaaaed75e1b997aa54f897d9e6ed4d98b49ab51d3afc2ce4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-factory.bin"; + sha256 = "c8458c574bf0f7511510be0176b58692a5406a8fa5f0bebfd3d0f7a4be1a073c"; + sha256_unsigned = "c8458c574bf0f7511510be0176b58692a5406a8fa5f0bebfd3d0f7a4be1a073c"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-500" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "500"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_powerbeam-5ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "989f1be668d0c2f270c867d37f65cd484ef554b6cef0969228aa68281f468be1"; + sha256_unsigned = "cce406efe23ff5b2e05bb7594544b84fdf0ed63c9531fcfde3e0df7f586a0aed"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_powerbeam-5ac-gen2-initramfs-kernel.bin"; + sha256 = "0c521b0f757ca49203de9dc006942a8fb820309c904497262099c73c0d070d88"; + sha256_unsigned = "0c521b0f757ca49203de9dc006942a8fb820309c904497262099c73c0d070d88"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-factory.bin"; + sha256 = "af7390cf20618aadb38d2db3b60fdad18b585da287a9def8aa59478aed43b4ab"; + sha256_unsigned = "af7390cf20618aadb38d2db3b60fdad18b585da287a9def8aa59478aed43b4ab"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-gen2" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-m2-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_powerbeam-m2-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_powerbeam-m2-xw-initramfs-kernel.bin"; + sha256 = "c708ad6e78bc672e0ec018562a6b6095af0789a3a5160274a2a20182e5e48fd7"; + sha256_unsigned = "c708ad6e78bc672e0ec018562a6b6095af0789a3a5160274a2a20182e5e48fd7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_powerbeam-m2-xw-squashfs-sysupgrade.bin"; + sha256 = "35097a2b547bf24f282924cb6b6de70fcf3c2c631827d9b99ede4b734b89e1fa"; + sha256_unsigned = "b8153de4a5a15d2a616d9312f7df83ba7df57301ca783fa6ed5bbff79aabed53"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_powerbeam-m2-xw-squashfs-factory.bin"; + sha256 = "38547b9dbf222876e93434a6b2224c00e94b05eabdcd3f6b7d9477877de898e0"; + sha256_unsigned = "38547b9dbf222876e93434a6b2224c00e94b05eabdcd3f6b7d9477877de898e0"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-m2-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "PowerBeam M2"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-m5-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_powerbeam-m5-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_powerbeam-m5-xw-squashfs-factory.bin"; + sha256 = "ed95fcc6ab0dad96e6d07c090ad968c163669c335e2ddce3851a8113b8f125ac"; + sha256_unsigned = "ed95fcc6ab0dad96e6d07c090ad968c163669c335e2ddce3851a8113b8f125ac"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_powerbeam-m5-xw-squashfs-sysupgrade.bin"; + sha256 = "31f1e122499fb2eb1d76864dbacd423e8abc6b0f0eeb9210897de4f4293806f5"; + sha256_unsigned = "8ee8cb70984fe43893adb4b82dbbb20d8b4133736c2e9c733fd74b68bbba72f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_powerbeam-m5-xw-initramfs-kernel.bin"; + sha256 = "781a616c974e49cffd1af0b63464c70f4366207650c966c21357647d48e636fa"; + sha256_unsigned = "781a616c974e49cffd1af0b63464c70f4366207650c966c21357647d48e636fa"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-m5-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "PowerBeam M5"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-5ac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_rocket-5ac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_rocket-5ac-lite-squashfs-sysupgrade.bin"; + sha256 = "f6d8573aaaab9c136d341b5c8ce9f0b84ab1da2aa84110387546416fccdb5326"; + sha256_unsigned = "7ff0c93b3a3da10ea24c9a5d7701f731bbdfa5ea7033debb217db9054f87e6b2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_rocket-5ac-lite-squashfs-factory.bin"; + sha256 = "cc341bb7e9b7e80820d9a7fb339d0bccf0943a91547b05cc45c7eaf605537398"; + sha256_unsigned = "cc341bb7e9b7e80820d9a7fb339d0bccf0943a91547b05cc45c7eaf605537398"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_rocket-5ac-lite-initramfs-kernel.bin"; + sha256 = "90b2720e35e150475f3aad6bfeffbc30033604c0c1cf9d8fe329a5e10b75034d"; + sha256_unsigned = "90b2720e35e150475f3aad6bfeffbc30033604c0c1cf9d8fe329a5e10b75034d"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,rocket-5ac-lite" + ]; + titles = [ + { + model = "Rocket 5AC"; + variant = "Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "676455e16977c73112bac6b94dfaf7f73c37b4ccc9a8ef35ff7252870886fe57"; + sha256_unsigned = "676455e16977c73112bac6b94dfaf7f73c37b4ccc9a8ef35ff7252870886fe57"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "07d4a7855e5cbe2ef78edc48faedbbf7a20244364557f16ecf6527fb7b6afacf"; + sha256_unsigned = "fa672c88257f9db3602fef7bdc8e46edb78b22c67c9162e5a6794fe5b3bdfbd8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_routerstation-initramfs-kernel.bin"; + sha256 = "4e0438badc722d3fbec5597125e6c07f9f651d3c88077fe444d38908d74888a5"; + sha256_unsigned = "4e0438badc722d3fbec5597125e6c07f9f651d3c88077fe444d38908d74888a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + ]; + titles = [ + { + model = "RouterStation"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_routerstation-pro-initramfs-kernel.bin"; + sha256 = "081356955c7917049871c0772735ea2fe3416938b3adc96580d8cb8a8b002472"; + sha256_unsigned = "081356955c7917049871c0772735ea2fe3416938b3adc96580d8cb8a8b002472"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "e6bd0c03786a1e150c86beb881454f67da3c734bfa623bb606ebabff20306932"; + sha256_unsigned = "67531807bf7365952a51a4a52db62c07a73016f1c0bf9d0bc10c919b559167d7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "f8276a2447df4d90bc977ff014f730c17e359d908c8b749dc6adbb4653d03164"; + sha256_unsigned = "f8276a2447df4d90bc977ff014f730c17e359d908c8b749dc6adbb4653d03164"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + ]; + titles = [ + { + model = "RouterStation Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifi-initramfs-kernel.bin"; + sha256 = "5f5859fd71311667afe5a346d39e01a7fdc71c1822f98ccd477845a2b7f139ce"; + sha256_unsigned = "5f5859fd71311667afe5a346d39e01a7fdc71c1822f98ccd477845a2b7f139ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "ffcc3ff1398a1162b30dcd03491ee260d607f46a8458866fbe5d7ceb641ed7ad"; + sha256_unsigned = "b0b76a74c6c0b8c666d16dc63b9815787ff984a54b983fea719286a7de9ce425"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "06e631f33726d39df7c5e89f3c6e62daf0529448f60dc4e5c864725b9d03c182"; + sha256_unsigned = "06e631f33726d39df7c5e89f3c6e62daf0529448f60dc4e5c864725b9d03c182"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + model = "UniFi AP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-outdoor-plus = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_unifi-ap-outdoor-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "22b1e0f89225f358604911d1dc2df470968ad60061b76bc7a1f03a3ed5bd85c5"; + sha256_unsigned = "da23a69f1afbad1e96c3e419f25b206052ddc7fe2e6281e354f20905137f9e81"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-factory.bin"; + sha256 = "bc2ed2d91a6bb74a146396e7e3f4633d035d82eaeff2b0719f38e2ebd31d8f5c"; + sha256_unsigned = "da23a69f1afbad1e96c3e419f25b206052ddc7fe2e6281e354f20905137f9e81"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifi-ap-outdoor-plus-initramfs-kernel.bin"; + sha256 = "1956342bffe2a5cc4f874cde7469e8e509823222f5b6743f04006b5de37b7bd0"; + sha256_unsigned = "1956342bffe2a5cc4f874cde7469e8e509823222f5b6743f04006b5de37b7bd0"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-outdoor-plus" + "unifi-outdoor-plus" + ]; + titles = [ + { + model = "UniFi AP Outdoor+"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-pro = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_unifi-ap-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifi-ap-pro-squashfs-sysupgrade.bin"; + sha256 = "a36386bc0ee1c005af1f50509a679e2c37a17106542f9a4d2d420b3f23f3ba62"; + sha256_unsigned = "b0df054bc731b6ba1cd74a996787a6e3b2278547b6852740c03274d4afc09b23"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifi-ap-pro-squashfs-factory.bin"; + sha256 = "8b005c26f44139492e85ec3c2d3148e1a542c76d7675ae6fe94d16662c0100c7"; + sha256_unsigned = "b0df054bc731b6ba1cd74a996787a6e3b2278547b6852740c03274d4afc09b23"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifi-ap-pro-initramfs-kernel.bin"; + sha256 = "99182f2050196e40436ca2f7d874d1b096f9edce1115e487e4cdd730b45bc913"; + sha256_unsigned = "99182f2050196e40436ca2f7d874d1b096f9edce1115e487e4cdd730b45bc913"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-pro" + "uap-pro" + ]; + titles = [ + { + model = "UniFi AP Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifiac-lite-initramfs-kernel.bin"; + sha256 = "5365c2115250a85ddcc1670a3133137a5e3d2ce3b0b782d0ce6615afbdbc18dc"; + sha256_unsigned = "5365c2115250a85ddcc1670a3133137a5e3d2ce3b0b782d0ce6615afbdbc18dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "5d94a65cd1184f700aae49cf4647ca00087217b8982a9bd6336b26125e9d9410"; + sha256_unsigned = "1f96d4986d696504520ca24d5807564346cf2f2533e79a21f4e883e5458ab34d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifiac-lr-initramfs-kernel.bin"; + sha256 = "261f4c6d228507d876b2f1a2570ec54a6d292ed957cd6a4420ada3735fbc0590"; + sha256_unsigned = "261f4c6d228507d876b2f1a2570ec54a6d292ed957cd6a4420ada3735fbc0590"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "5ab942330bf9b4a1db677bbcb9968dd4e34116825ae95d7f3ae6f0b358d5df4c"; + sha256_unsigned = "c5997eced6166a554144378081746902c64883918835773dfa243f2348faa98f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC LR"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifiac-mesh-initramfs-kernel.bin"; + sha256 = "d7264d7adeb852685efde58c0753db8e44ed74e5479d7e405d27259959c48520"; + sha256_unsigned = "d7264d7adeb852685efde58c0753db8e44ed74e5479d7e405d27259959c48520"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "c7c969108f6c03f383e6e711fcb5ac372e9713cfb3a96e31e83d64ffb3e86ca2"; + sha256_unsigned = "f8ebf7ea1f6ccc2539e2a379b677332c4d8ac96614f794bb1401582f6e246541"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Mesh"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "7738736d19529e7c2b74d72451ef92e2a71f5fc3a001a795fa0ce1b3ff420036"; + sha256_unsigned = "2c2a60930dbb601285821e3b17a6287e0c7ac8467f62eb681d8bb57ca4920860"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifiac-mesh-pro-initramfs-kernel.bin"; + sha256 = "b68c23254a4156cb69fffd3666d2a019edbfa37f496e3102b3fcf7c82cb09121"; + sha256_unsigned = "b68c23254a4156cb69fffd3666d2a019edbfa37f496e3102b3fcf7c82cb09121"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Mesh Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "ec60a42f84f4bfc79056c0421ffd3d90f58e9742654420f52a74621cbaa20320"; + sha256_unsigned = "38f6925355db9b56153a309ffc84b359435d2ef97469aa2820f30e1a9b2c9a69"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ubnt_unifiac-pro-initramfs-kernel.bin"; + sha256 = "e172a8ce4a84b8c9e2840ae74dc62c81dac6507324ed8ecf7a4746404cf20040"; + sha256_unsigned = "e172a8ce4a84b8c9e2840ae74dc62c81dac6507324ed8ecf7a4746404cf20040"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + wallys_dr531 = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-wallys_dr531"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-wallys_dr531-initramfs-kernel.bin"; + sha256 = "7b18c8b0077165ec64233ec8456b79fb476c01744cca14e83cac219fcf1ddff6"; + sha256_unsigned = "7b18c8b0077165ec64233ec8456b79fb476c01744cca14e83cac219fcf1ddff6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-wallys_dr531-squashfs-sysupgrade.bin"; + sha256 = "7c8d938231549380bc7878f2a063b57482e2e7facb67290fec552afc3b444331"; + sha256_unsigned = "699fa5ca63b23ec956271290c30be494d2478f61ad30f97321d8e91272d6cc2e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wallys,dr531" + "dr531" + ]; + titles = [ + { + model = "DR531"; + vendor = "Wallys"; + } + ]; + }; + wd_mynet-n600 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-wd_mynet-n600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-wd_mynet-n600-squashfs-sysupgrade.bin"; + sha256 = "221e1a5811b76042fcb02ea51a1b711de6b031bc834242f04227f2e4f8af3266"; + sha256_unsigned = "866abafb6063fbd6e88bc57219a8b622b6be3f5603e89ba7d90e14276f061ae4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-wd_mynet-n600-initramfs-kernel.bin"; + sha256 = "0dfcd76f7f80ded0c817ac4fdd5b0d6b75d894659118ffce362dfffad3b44b24"; + sha256_unsigned = "0dfcd76f7f80ded0c817ac4fdd5b0d6b75d894659118ffce362dfffad3b44b24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-wd_mynet-n600-squashfs-factory.bin"; + sha256 = "df632786133474b8f8ff7db7e2a4eca8672fa231cd243d90ff95f11515b2e988"; + sha256_unsigned = "df632786133474b8f8ff7db7e2a4eca8672fa231cd243d90ff95f11515b2e988"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mynet-n600" + "mynet-n600" + ]; + titles = [ + { + model = "My Net N600"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "472a0f18546c6704d432161bfab4ddaa9e1ac3539f72ddbc937b080ed0ed89c6"; + sha256_unsigned = "0b0e8ac05100961f63b395cfdcd5963ba11dbc8d8634f3d8444a527c2a80b559"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-wd_mynet-n750-initramfs-kernel.bin"; + sha256 = "da823b0e554030570095e602fc72e760da605ef8da9cdcf017444338c4722840"; + sha256_unsigned = "da823b0e554030570095e602fc72e760da605ef8da9cdcf017444338c4722840"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "cf538c25583dbbfa2ccf91ebf54304636a9d830bb372bdbacbf636e5f017bf96"; + sha256_unsigned = "cf538c25583dbbfa2ccf91ebf54304636a9d830bb372bdbacbf636e5f017bf96"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + model = "My Net N750"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "1d4f59ffabf5a1ceab85ed0954563c22ae2bba08ef145bad72fba4bc05cb61c1"; + sha256_unsigned = "52ffcd82df5a345f516bb2b78082e8626a7a3876563e2dbe210f9b868c13c7d0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-wd_mynet-wifi-rangeextender-initramfs-kernel.bin"; + sha256 = "f96e084366446e0b4eb1e930b5838b2decea1eae4ac69d14704bfdae39518efa"; + sha256_unsigned = "f96e084366446e0b4eb1e930b5838b2decea1eae4ac69d14704bfdae39518efa"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + model = "My Net Wi-Fi Range Extender"; + vendor = "Western Digital"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-winchannel_wb2000-initramfs-kernel.bin"; + sha256 = "a7ddcc2fbfb11a6d30c20c877d3d77500b203d75e2df537bde7bfec53aad8594"; + sha256_unsigned = "a7ddcc2fbfb11a6d30c20c877d3d77500b203d75e2df537bde7bfec53aad8594"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "3126128115a45232df1d7210ead975eff98eb83915bea18cc0a0a543243f166e"; + sha256_unsigned = "6fc4f366e8723c7603e9252f5ba4a39c176a1a4c8fb352940e9c7f41bf656ee1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + model = "WB2000"; + vendor = "Winchannel"; + } + ]; + }; + xiaomi_aiot-ac2350 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-xiaomi_aiot-ac2350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-xiaomi_aiot-ac2350-squashfs-sysupgrade.bin"; + sha256 = "18aa376af90b0675c6a1ba65ece01834e744c921c377f980149b4fb9d945e42f"; + sha256_unsigned = "c8db5a674bb938234aa6e6c0061ad19f8d3a9b536b0cfc758c13a6ea1309be97"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-xiaomi_aiot-ac2350-initramfs-kernel.bin"; + sha256 = "c7f36d317fb3bf130be1f8dfd5e2e01afce3f3cf0fd47849644e7f44b044b23e"; + sha256_unsigned = "c7f36d317fb3bf130be1f8dfd5e2e01afce3f3cf0fd47849644e7f44b044b23e"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,aiot-ac2350" + ]; + titles = [ + { + model = "AIoT AC2350"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-xiaomi_mi-router-4q-initramfs-kernel.bin"; + sha256 = "192dc0a9e7e962af4813db67f5ae4dbf61a82586c429fb0306f3b75fc459cd60"; + sha256_unsigned = "192dc0a9e7e962af4813db67f5ae4dbf61a82586c429fb0306f3b75fc459cd60"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "0eb940ea032a404954dab85772f373e22d1b4d767bdcb7d9f26a7cccbfbc5485"; + sha256_unsigned = "3482f0386510d8621ba6f7c4f30a7424880d90bec4d63e5a9b972f9d5dd1861c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + model = "Mi Router 4Q"; + vendor = "Xiaomi"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-yuncore_a770-initramfs-kernel.bin"; + sha256 = "81087d581982b79f04800a6ad0ca3719dbdd8e896acfcc4af79e76cca0e2ee19"; + sha256_unsigned = "81087d581982b79f04800a6ad0ca3719dbdd8e896acfcc4af79e76cca0e2ee19"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "4faf6cc2cbd969bb8e7ba135c49c5fd17a6b5987adc002b655f1c8e6be4a9cbc"; + sha256_unsigned = "8a4e515eb5bba6a34775afa5f92818e5346a6759250f828a1ea2512200d131c7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "675d4fcd5324f3c85c6c3ce996cf5d322118729cfaa8bc36b9597497e9daa4d8"; + sha256_unsigned = "8a4e515eb5bba6a34775afa5f92818e5346a6759250f828a1ea2512200d131c7"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + model = "A770"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "bcbd9d473ac3f05366a422a0d177efcb5c322eecea384dd083965d0536d94fe7"; + sha256_unsigned = "0399e6228e5ed62b104a6078dc6dc7ed98f351d4f2acd254f036a5cdcc8ecbe8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "673ffdcf651011a0089904cabe0f90cda41696d2f5b46ba76cbdf0fe67475e2b"; + sha256_unsigned = "0399e6228e5ed62b104a6078dc6dc7ed98f351d4f2acd254f036a5cdcc8ecbe8"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-yuncore_a782-initramfs-kernel.bin"; + sha256 = "e671e759565a389b02de7e37f4d0fbec7992aa1c0f4131b766390c257e80d356"; + sha256_unsigned = "e671e759565a389b02de7e37f4d0fbec7992aa1c0f4131b766390c257e80d356"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + model = "A782"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a930 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-generic-yuncore_a930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-yuncore_a930-squashfs-sysupgrade.bin"; + sha256 = "30aa1891ded94118bb6a25059af0fe71e6990c36bb192be104af310ae87e849f"; + sha256_unsigned = "367034b58bb1168c901bd656e7144139afded6d4e11fde127d2254477ddd29b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-yuncore_a930-initramfs-kernel.bin"; + sha256 = "1281bd26fd33b613c0ef55ddc1159b39cd89333cc5a5c78b53347d23b3825c2e"; + sha256_unsigned = "1281bd26fd33b613c0ef55ddc1159b39cd89333cc5a5c78b53347d23b3825c2e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-yuncore_a930-squashfs-tftp.bin"; + sha256 = "e8f979afe859394c5fd9cb99f842c6f5687380f6af50777d26037451c900d635"; + sha256_unsigned = "367034b58bb1168c901bd656e7144139afded6d4e11fde127d2254477ddd29b0"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a930" + ]; + titles = [ + { + model = "A930"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-yuncore_xd3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-yuncore_xd3200-squashfs-tftp.bin"; + sha256 = "560201a600e422dcb26f82c4ce2fafd6d6f821284d5e7a6c9de5a0d6ca879efd"; + sha256_unsigned = "0411ad36738e5be2fb3e0d21efe492e1bca0608f9ea835dcd28c8bdacb8371e3"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-yuncore_xd3200-squashfs-sysupgrade.bin"; + sha256 = "a8d23c63ce8e46851c1265d438f89f162dbf6180093f657f28f834c38316e562"; + sha256_unsigned = "0411ad36738e5be2fb3e0d21efe492e1bca0608f9ea835dcd28c8bdacb8371e3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-yuncore_xd3200-initramfs-kernel.bin"; + sha256 = "42017654f13850c9f67bd2f59af720777e1fc6d1b9f1960f87cfc919b316ad76"; + sha256_unsigned = "42017654f13850c9f67bd2f59af720777e1fc6d1b9f1960f87cfc919b316ad76"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,xd3200" + ]; + titles = [ + { + model = "XD3200"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-yuncore_xd4200-initramfs-kernel.bin"; + sha256 = "7ebb22136afa46fc6e0f0d692a09f9caf553ecc67d136c2b4744e79cb26d6662"; + sha256_unsigned = "7ebb22136afa46fc6e0f0d692a09f9caf553ecc67d136c2b4744e79cb26d6662"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "85db78f9093d9c440e180005bc02ce621c713b1d09bb5efb106ad1b56b0fdf8f"; + sha256_unsigned = "7d9a9003b2a81ea181a77d55113ef9ef84fe41a5c3da2204bac53b39c0f01db4"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "83fd6cacad3e626baaac67bf601e054da0cb3cc5cc3ed0a365ea52d5569815f2"; + sha256_unsigned = "7d9a9003b2a81ea181a77d55113ef9ef84fe41a5c3da2204bac53b39c0f01db4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + model = "XD4200"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "96349ee71bbbe0531a7d9f83c3440e89fc58309eb606ff1b344fd2a85d845b7c"; + sha256_unsigned = "6dd058b42e15e46c4457a0ad7ef6468ccf618c5a85c1d96efb546773470be139"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-zbtlink_zbt-wd323-initramfs-kernel.bin"; + sha256 = "0408d99b66256ea7e76b602e3410eab74b523a03ce676737befcdffc705afd7a"; + sha256_unsigned = "0408d99b66256ea7e76b602e3410eab74b523a03ce676737befcdffc705afd7a"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + model = "WD323"; + vendor = "ZBT"; + } + ]; + }; + ziking_cpe46b = { + device_packages = [ + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-ziking_cpe46b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-ziking_cpe46b-squashfs-sysupgrade.bin"; + sha256 = "70607760a38e73add68f3493f6d3671e9e81150486c2144c96486e113dde2f99"; + sha256_unsigned = "980552cee40e5f75ee9a5ea3781fc8d1b18aea024feeee8e9f7e8cd933e5f9a0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-ziking_cpe46b-initramfs-kernel.bin"; + sha256 = "48432babcd70939438c7b8d226e2007384f6c34a51f7eb35b28e02eb0c348081"; + sha256_unsigned = "48432babcd70939438c7b8d226e2007384f6c34a51f7eb35b28e02eb0c348081"; + type = "kernel"; + } + ]; + supported_devices = [ + "ziking,cpe46b" + ]; + titles = [ + { + model = "CPE46B"; + vendor = "ZiKing"; + } + ]; + }; + zyxel_nbg6616 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-generic-zyxel_nbg6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-zyxel_nbg6616-squashfs-factory.bin"; + sha256 = "876dd7afcf371a6ed52c807b0ab88fbab452c7c619aa76f0078d450806a04649"; + sha256_unsigned = "876dd7afcf371a6ed52c807b0ab88fbab452c7c619aa76f0078d450806a04649"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-generic-zyxel_nbg6616-initramfs-kernel.bin"; + sha256 = "f461d6c27770eb4ebc0dd558546662cd90a02087047e59b2a892e0465efc04d1"; + sha256_unsigned = "f461d6c27770eb4ebc0dd558546662cd90a02087047e59b2a892e0465efc04d1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-generic-zyxel_nbg6616-squashfs-sysupgrade.bin"; + sha256 = "648fce6e120024f17d36d8ef64defa3e0581795b567be5b20dff5e15c1ec2c32"; + sha256_unsigned = "777a32d5975db84eea9c160f7c008d5d2090b7b64679f0149118ab9f7d9f1289"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6616" + "nbg6616" + ]; + titles = [ + { + model = "NBG6616"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "ath79/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_routerboard-951ui-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-951ui-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-951ui-2nd-initramfs-kernel.bin"; + sha256 = "40c42b4a6ebce29e1e92603589dfa3668c8529873a1346eb5aa26485f45a3f36"; + sha256_unsigned = "40c42b4a6ebce29e1e92603589dfa3668c8529873a1346eb5aa26485f45a3f36"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-951ui-2nd-squashfs-sysupgrade.bin"; + sha256 = "659e85347f3ee0a368fba9471aec40413e6558049171650a6700c8d34a43cca7"; + sha256_unsigned = "256cf09442fa7e68329bbc78b4989520480d196d1f4435bacd388cf4bac616b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-951ui-2nd" + "rb-951ui-2nd" + ]; + titles = [ + { + model = "RouterBOARD 951Ui-2nD (hAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-952ui-5ac2nd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-initramfs-kernel.bin"; + sha256 = "d5c2bc27b2fd224548f1dc71c888d2d88add74ba6d02673e5c0ff46ae66b34d5"; + sha256_unsigned = "d5c2bc27b2fd224548f1dc71c888d2d88add74ba6d02673e5c0ff46ae66b34d5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-squashfs-sysupgrade.bin"; + sha256 = "2c6dacf2e348ffe4a6ad2df7cd0b1261d603074c924681cb77e146b8ab95a0d1"; + sha256_unsigned = "25abab87418a9de9d292028d773b5c81e88c162dc0981b8962b40724387b0ab2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-952ui-5ac2nd" + "rb-952ui-5ac2nd" + ]; + titles = [ + { + model = "RouterBOARD 952Ui-5ac2nD (hAP ac lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-962uigs-5hact2hnt = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-sfp" + ]; + image_prefix = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt-squashfs-sysupgrade.bin"; + sha256 = "6c44a7a0d2a8bbaa9718e3cfb66ff1423cd162ceafdd1d1ed144f3eef7571dda"; + sha256_unsigned = "d0da66d4a0aed80292c7c353095c110c717405c489384aea079dba762c4291dc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt-initramfs-kernel.bin"; + sha256 = "ceaacdb8623e3ed044b232283957e283bc2810dc38d12a061666001f93a7df7c"; + sha256_unsigned = "ceaacdb8623e3ed044b232283957e283bc2810dc38d12a061666001f93a7df7c"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-962uigs-5hact2hnt" + "rb-962uigs-5hact2hnt" + ]; + titles = [ + { + model = "RouterBOARD 962UiGS-5HacT2HnT (hAP ac)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-lhg-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-initramfs-kernel.bin"; + sha256 = "a48f3ad3a79211019f5064e844676e27792dbf54304252391312a514595b4884"; + sha256_unsigned = "a48f3ad3a79211019f5064e844676e27792dbf54304252391312a514595b4884"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-squashfs-sysupgrade.bin"; + sha256 = "3720dcb8c6e72545af894f70f8aa7a0146ce9e447c3bd9736c879f1f894aa72d"; + sha256_unsigned = "97ead2a7331b8d289ee1d794751620e8a355af47948542fa96c820afc8902ceb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-2nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 2nD (LHG 2)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-5nd = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-lhg-5nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-lhg-5nd-squashfs-sysupgrade.bin"; + sha256 = "fe0e61db84e06021078e6914184c36d00911563063313388a29653c4c0172d94"; + sha256_unsigned = "237af97fa1fa0a1a3b2b7f079dda300c364c07a80ed4662222b528fbe58bc3d7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-lhg-5nd-initramfs-kernel.bin"; + sha256 = "e7768623088a971bde6e4d18f70a9b98b24893bb4605c595fa1371187adb157e"; + sha256_unsigned = "e7768623088a971bde6e4d18f70a9b98b24893bb4605c595fa1371187adb157e"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-5nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 5nD (LHG 5)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-map-2nd = { + device_packages = [ + "kmod-usb2" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-map-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-map-2nd-initramfs-kernel.bin"; + sha256 = "6ef63387363a3a5c0ca3f783fa32e7ba17674b9f7f9dd92359f4b7b73f02fa02"; + sha256_unsigned = "6ef63387363a3a5c0ca3f783fa32e7ba17674b9f7f9dd92359f4b7b73f02fa02"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-map-2nd-squashfs-sysupgrade.bin"; + sha256 = "c0c4c85fd9b13518061c98b9b3988a9ffcdfa9e4d002f29c111e56e2b51dd0e3"; + sha256_unsigned = "fde0198bd9fc3440e9fc3fa89f55c9b0ba8085cbf8cc7b7cdcae38322a5cd44d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-map-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAP-2nD (mAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-mapl-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-mapl-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-initramfs-kernel.bin"; + sha256 = "f850d21c76305a33b0d8c555a6d4f9a3756751950bf4311853edd7a246c10d45"; + sha256_unsigned = "f850d21c76305a33b0d8c555a6d4f9a3756751950bf4311853edd7a246c10d45"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-squashfs-sysupgrade.bin"; + sha256 = "faf9cb3c6e62bdd87c3412f8a7e3161446a3842572136c3d4aeec3fac8457b2a"; + sha256_unsigned = "98fdcc5a7fea278b46a8c41aaab84d98b2abd774d3d2fd6572cac875b1914aea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-mapl-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAPL-2nD (mAP lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-wap-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-wap-2nd-initramfs-kernel.bin"; + sha256 = "1ba03ec28897d4830df75c69f90acf5c571f84adfac4cc0f78ea31674e05732d"; + sha256_unsigned = "1ba03ec28897d4830df75c69f90acf5c571f84adfac4cc0f78ea31674e05732d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-wap-2nd-squashfs-sysupgrade.bin"; + sha256 = "a2984e9578a27c025dab6d0008debe6c822639e3238c9eb5528347ace783149c"; + sha256_unsigned = "64dd40d4df6b70feb5358764d6afd2f575005ead874efddafeae8e991233530c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAP-2nD (wAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-g-5hact2hnd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-initramfs-kernel.bin"; + sha256 = "40ce02f5036d9ebb9164764e3543fa40dd988c4272c1c65ee6a5ec865fc70988"; + sha256_unsigned = "40ce02f5036d9ebb9164764e3543fa40dd988c4272c1c65ee6a5ec865fc70988"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-squashfs-sysupgrade.bin"; + sha256 = "fc8af960df436dc0cdab9112d39838b99d05e53de03bca8429fd3630bef65145"; + sha256_unsigned = "80d0c1b291fae776d057a5432970b6f1d1b19a6ab052d4a95fccc8a329d65efa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-g-5hact2hnd" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + model = "RouterBOARD wAP G-5HacT2HnD (wAP AC)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wapr-2nd = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-wapr-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-squashfs-sysupgrade.bin"; + sha256 = "6b5fb6def1264719bf92b5ccaa82ac0a8cdf02098c00a73449c7d26b892d7f21"; + sha256_unsigned = "58ce0622cf58b46b487aa051397918a1248a143ad65bf2240fcca7e1c3a2e675"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-initramfs-kernel.bin"; + sha256 = "3fc8bba2a18df72487070fe98cf4a894e52a5392ff41bbd97f527040ed75b22a"; + sha256_unsigned = "3fc8bba2a18df72487070fe98cf4a894e52a5392ff41bbd97f527040ed75b22a"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wapr-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAPR-2nD (wAP R)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "ath79/mikrotik"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_rambutan" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-8dev_rambutan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-8dev_rambutan-squashfs-factory.bin"; + sha256 = "8043c6d431026c070455ec8b74296e449a972e2447604eaddf3ee52f06050e43"; + sha256_unsigned = "8043c6d431026c070455ec8b74296e449a972e2447604eaddf3ee52f06050e43"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-8dev_rambutan-squashfs-sysupgrade.tar"; + sha256 = "48446a5d84d23447b7e2aedc8a2324ec148ab4cbf74cb705d6603661658c9008"; + sha256_unsigned = "fb4af5ceac6317d676db0505d6d81b3fd8a0ea5fa88d86aefd8af65dfb2c8c12"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-8dev_rambutan-initramfs-kernel.bin"; + sha256 = "37a7283eee716118aa0d658e1960161da082c42dd29dc73480baec6b0f1f1a12"; + sha256_unsigned = "37a7283eee716118aa0d658e1960161da082c42dd29dc73480baec6b0f1f1a12"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,rambutan" + ]; + titles = [ + { + model = "Rambutan"; + vendor = "8devices"; + } + ]; + }; + aerohive_hiveap-121 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-aerohive_hiveap-121"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-aerohive_hiveap-121-initramfs-kernel.bin"; + sha256 = "5b6c86a1399b674ed1a7d4207479e73c13455552f4475d4c93f6e2b972cb9ace"; + sha256_unsigned = "5b6c86a1399b674ed1a7d4207479e73c13455552f4475d4c93f6e2b972cb9ace"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-aerohive_hiveap-121-squashfs-sysupgrade.bin"; + sha256 = "7fb9a044107a5c2d88b02d06cbf67a924910549e8fe29cf77d86931f453fe84d"; + sha256_unsigned = "63593ba4c0a00920b24a49ae227407bd758ffaa237e0e4f697a2910963dc0c4f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin"; + sha256 = "0437762ee3f33fac079b87db3c069900932bbc37697be8a2daff384b95da4368"; + sha256_unsigned = "0437762ee3f33fac079b87db3c069900932bbc37697be8a2daff384b95da4368"; + type = "factory"; + } + ]; + supported_devices = [ + "aerohive,hiveap-121" + "hiveap-121" + ]; + titles = [ + { + model = "HiveAP 121"; + vendor = "Aerohive"; + } + ]; + }; + domywifi_dw33d = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-domywifi_dw33d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-domywifi_dw33d-initramfs-kernel.bin"; + sha256 = "596184bf72814e8538259daa44566050a1f8a8e6cc819a494eb261028b30abcf"; + sha256_unsigned = "596184bf72814e8538259daa44566050a1f8a8e6cc819a494eb261028b30abcf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-domywifi_dw33d-squashfs-sysupgrade.bin"; + sha256 = "20abfcb68ea091756425b4695d867b6597fd67735f014bf1a50aaac2bcdc803a"; + sha256_unsigned = "bbde3a3b8e2517c2b33cfea656905bdee8f8d3f83311e4ba11d0551604e43100"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-domywifi_dw33d-squashfs-factory.bin"; + sha256 = "c8d30fb8aa70e3ee8bf7b1cd4b8a67242585770da5f266e81ecdf7c4a26ec9c3"; + sha256_unsigned = "c8d30fb8aa70e3ee8bf7b1cd4b8a67242585770da5f266e81ecdf7c4a26ec9c3"; + type = "factory"; + } + ]; + supported_devices = [ + "domywifi,dw33d" + ]; + titles = [ + { + model = "DW33D"; + vendor = "DomyWifi"; + } + ]; + }; + dongwon_dw02-412h-128m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-dongwon_dw02-412h-128m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-dongwon_dw02-412h-128m-squashfs-factory.img"; + sha256 = "7cb10b175703434a21a0155496eb989e6b775c0459143ba7392b82c09326c6d1"; + sha256_unsigned = "7cb10b175703434a21a0155496eb989e6b775c0459143ba7392b82c09326c6d1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-dongwon_dw02-412h-128m-initramfs-kernel.bin"; + sha256 = "3310c5c93bcd761d9b10a43b7734cc734c80d214ad374b26adcb6cf4686dcb85"; + sha256_unsigned = "3310c5c93bcd761d9b10a43b7734cc734c80d214ad374b26adcb6cf4686dcb85"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-dongwon_dw02-412h-128m-squashfs-sysupgrade.bin"; + sha256 = "43bac5a30c970f65534a1337c5ef78a23cbb4f0694ba4be01d714e292bfc1580"; + sha256_unsigned = "4ac5a14852cbac60e2306525b1efc832cc880f14d344874e51efa7b71b53788a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dongwon,dw02-412h-128m" + ]; + titles = [ + { + model = "DW02-412H"; + variant = "(128M)"; + vendor = "Dongwon T&I"; + } + { + model = "GiGA WiFi home"; + variant = "(128M)"; + vendor = "KT"; + } + ]; + }; + dongwon_dw02-412h-64m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-dongwon_dw02-412h-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-dongwon_dw02-412h-64m-squashfs-factory.img"; + sha256 = "f527613545af0bfadf2f23012f0976cd5d1b4e2972ba9fb6390204d66a940e98"; + sha256_unsigned = "f527613545af0bfadf2f23012f0976cd5d1b4e2972ba9fb6390204d66a940e98"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-dongwon_dw02-412h-64m-squashfs-sysupgrade.bin"; + sha256 = "bdee95fe71d7137c5d5cb6aea2d059e748917e31f1531527278e09a9e6982383"; + sha256_unsigned = "9487546150520cfa9350ca6760680b5490896e6aaf73fe5f5144273f89b547df"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-dongwon_dw02-412h-64m-initramfs-kernel.bin"; + sha256 = "9ade69e1e4ec32ed75a94ae728a14767e17dcd8b5d14a60dea0b52206b97d2ff"; + sha256_unsigned = "9ade69e1e4ec32ed75a94ae728a14767e17dcd8b5d14a60dea0b52206b97d2ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "dongwon,dw02-412h-64m" + ]; + titles = [ + { + model = "DW02-412H"; + variant = "(64M)"; + vendor = "Dongwon T&I"; + } + { + model = "GiGA WiFi home"; + variant = "(64M)"; + vendor = "KT"; + } + ]; + }; + glinet_gl-ar300m-nand = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-glinet_gl-ar300m-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin"; + sha256 = "323ff9d2f02a0b1f2aac309395b6003a6766803ce92a0797f3ac7cb46d7b2299"; + sha256_unsigned = "befb87fedb5d3100277e0768492f571753a29525f12c9e8767d482805fbbe3f5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-glinet_gl-ar300m-nand-initramfs-kernel.bin"; + sha256 = "fb7f1b52eb74f16ac4554d4a86d99283a0bebc200e58c5c535ccbf33e5f5823c"; + sha256_unsigned = "fb7f1b52eb74f16ac4554d4a86d99283a0bebc200e58c5c535ccbf33e5f5823c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-glinet_gl-ar300m-nand-squashfs-factory.img"; + sha256 = "6eed3e29da6567570b1f92ac9c84b23a5e730d2fee1e079cba312abbf1f6a9dc"; + sha256_unsigned = "6eed3e29da6567570b1f92ac9c84b23a5e730d2fee1e079cba312abbf1f6a9dc"; + type = "factory"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nand" + "glinet,gl-ar300m-nor" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-nor = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-glinet_gl-ar300m-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-glinet_gl-ar300m-nor-initramfs-kernel.bin"; + sha256 = "37008cc0eb7c952530d718c66b0efd73f9f8e202dd921b815ad748917c58b4ee"; + sha256_unsigned = "37008cc0eb7c952530d718c66b0efd73f9f8e202dd921b815ad748917c58b4ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade.bin"; + sha256 = "68a1600854f0a3dc2c1669d82126d178279a6293ea5240cf1e6d4a5a76d3dd73"; + sha256_unsigned = "aab0a9b4d6a1333a672515c6e06c6c96b86a18d3de286e0abee2f744c7d6512b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nor" + "glinet,gl-ar300m-nand" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-glinet_gl-ar750s-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-glinet_gl-ar750s-nor-squashfs-sysupgrade.bin"; + sha256 = "0540fb16978b3441bf7325374a64838a7f13fefc04d344e6edd3d7bc029197f2"; + sha256_unsigned = "8159e5b1653515224591a2161310fa95b864e56a31b9652573fb49dd1e31f7ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-glinet_gl-ar750s-nor-initramfs-kernel.bin"; + sha256 = "da812a41ccde7fec706b50e05d4e52656f1a7b0810c2da5cba1a88eea0450379"; + sha256_unsigned = "da812a41ccde7fec706b50e05d4e52656f1a7b0810c2da5cba1a88eea0450379"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor" + "gl-ar750s" + "glinet,gl-ar750s" + "glinet,gl-ar750s-nor-nand" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor-nand = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-glinet_gl-ar750s-nor-nand"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-glinet_gl-ar750s-nor-nand-initramfs-kernel.bin"; + sha256 = "92a8962febb50621ee64f243fe1cb8697d73a9bd0ed2e32e4405a5b3f82300ed"; + sha256_unsigned = "92a8962febb50621ee64f243fe1cb8697d73a9bd0ed2e32e4405a5b3f82300ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-sysupgrade.bin"; + sha256 = "d904a651ac8975b6636b7a5891671685a91fa2bce09aa0145bc98f023ab9ac83"; + sha256_unsigned = "e59a378f09d04d1aec7fa0aaa090d0fd69a5adedac03cf4d4c035049d985bc28"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor-nand" + "glinet,gl-ar750s-nor" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR/NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-e750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-glinet_gl-e750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-glinet_gl-e750-squashfs-sysupgrade.bin"; + sha256 = "65a5219ea74d73852f7c3b8652284b4e29a2788fb987421df6761a6aff000699"; + sha256_unsigned = "e3dff57dcc03f6b2718eb86959deee6f605caf4a83a9b8d988c4c40d4a3dd58c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-glinet_gl-e750-initramfs-kernel.bin"; + sha256 = "9e9c85d6a71a3d6397b298e3b39fd74c64463c91ea7d7da2d10b240a99c2ad6c"; + sha256_unsigned = "9e9c85d6a71a3d6397b298e3b39fd74c64463c91ea7d7da2d10b240a99c2ad6c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-glinet_gl-e750-squashfs-factory.img"; + sha256 = "374d761eb7db975fbfcf36c1fbcb4df45355069d2cf80050678260556288d044"; + sha256_unsigned = "374d761eb7db975fbfcf36c1fbcb4df45355069d2cf80050678260556288d044"; + type = "factory"; + } + ]; + supported_devices = [ + "glinet,gl-e750" + "gl-e750" + ]; + titles = [ + { + model = "GL-E750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-xe300 = { + device_packages = [ + "kmod-usb2" + "block-mount" + "kmod-usb-serial-ch341" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-glinet_gl-xe300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-glinet_gl-xe300-initramfs-kernel.bin"; + sha256 = "b9f870e742001504dee851f053bd7adf8c6095c0e28296e45c2813a2132210e8"; + sha256_unsigned = "b9f870e742001504dee851f053bd7adf8c6095c0e28296e45c2813a2132210e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-glinet_gl-xe300-squashfs-factory.img"; + sha256 = "3b097339f79a06ba2b3e6e67d179d3fe0bb52e775523d61ec7c0c811887a6111"; + sha256_unsigned = "3b097339f79a06ba2b3e6e67d179d3fe0bb52e775523d61ec7c0c811887a6111"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-glinet_gl-xe300-squashfs-sysupgrade.bin"; + sha256 = "596e43c124fe74ec275821e20a05098ea2f2c3704c32f7bb85b504c6155570d7"; + sha256_unsigned = "7d12c8581d7fb29be0fc631e8ed1c1692c2a9ddfd9097725565777a6aa107ee7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-xe300" + ]; + titles = [ + { + model = "GL-XE300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea4500-v3 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-linksys_ea4500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-linksys_ea4500-v3-squashfs-factory.img"; + sha256 = "c1c5952d9f66f5a81c233d772a6a8c3acc50e303837b0532b5086f65a453647c"; + sha256_unsigned = "c1c5952d9f66f5a81c233d772a6a8c3acc50e303837b0532b5086f65a453647c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-linksys_ea4500-v3-squashfs-sysupgrade.bin"; + sha256 = "b347e6099290a12c128abd33c741a0fd5e693fd83379bb0a3545fca4662ae0a9"; + sha256_unsigned = "c24bbf24835d6c1a3bf35fed6df091edecb679cfadfb2b789a73f8429fbc39b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-linksys_ea4500-v3-initramfs-kernel.bin"; + sha256 = "cb1b660406a4f1e38cc8dc597233e89fd5b170649645cc70230ec84d6507cf70"; + sha256_unsigned = "cb1b660406a4f1e38cc8dc597233e89fd5b170649645cc70230ec84d6507cf70"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea4500-v3" + ]; + titles = [ + { + model = "EA4500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-netgear_r6100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_r6100-initramfs-kernel.bin"; + sha256 = "e73f3a5f237e739835789b48fb66a3aae766beefdd1ef1b2caaba7c194416295"; + sha256_unsigned = "e73f3a5f237e739835789b48fb66a3aae766beefdd1ef1b2caaba7c194416295"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_r6100-squashfs-sysupgrade.bin"; + sha256 = "9d9c6f98606932b78ff5c348e5712217c1f57c1de830fc9cff2585d857d82c78"; + sha256_unsigned = "f93d79b55629a247001951b5517dcbf7697768940f26779909b11b2661f59b9f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_r6100-squashfs-factory.img"; + sha256 = "27b6bfa4a4bb9945c873069b9a4b640f2360dca5a723771e7efe1b0d2fbe9982"; + sha256_unsigned = "27b6bfa4a4bb9945c873069b9a4b640f2360dca5a723771e7efe1b0d2fbe9982"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6100" + ]; + titles = [ + { + model = "R6100"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-netgear_wndr3700-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr3700-v4-squashfs-factory.img"; + sha256 = "9b8734816c29a140f7841991c685cf8fb686b61f216d25fe332d12e81d18a5a5"; + sha256_unsigned = "9b8734816c29a140f7841991c685cf8fb686b61f216d25fe332d12e81d18a5a5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr3700-v4-initramfs-kernel.bin"; + sha256 = "f656632870e04285dae46adb97b6970a646ce3de02bdea21b419fd28ca6eabe3"; + sha256_unsigned = "f656632870e04285dae46adb97b6970a646ce3de02bdea21b419fd28ca6eabe3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr3700-v4-squashfs-sysupgrade.bin"; + sha256 = "359d562b6faf9cf01561943a2bf3636ffe9cb4d7388dab8edb702e7d210a0b73"; + sha256_unsigned = "5474663dfc7fd49e3d146cefa401f18a1c1cfda2779d07c94b50a8c8bd1ff008"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v4" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v4"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-netgear_wndr4300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr4300-squashfs-factory.img"; + sha256 = "6aa4481cf603f985df5dd0362cbd09da4a36185c458482d458e9a25cab7a1aae"; + sha256_unsigned = "6aa4481cf603f985df5dd0362cbd09da4a36185c458482d458e9a25cab7a1aae"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr4300-initramfs-kernel.bin"; + sha256 = "ea7a3d1b9dccfd0ff9a866a355e46082e970ae754bd6f2a128e9bffc7a9df5ac"; + sha256_unsigned = "ea7a3d1b9dccfd0ff9a866a355e46082e970ae754bd6f2a128e9bffc7a9df5ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr4300-squashfs-sysupgrade.bin"; + sha256 = "60eb990972f1edecf84c6a126cab7ceb46ce770e2ddabdda88cff4fa6e836ba5"; + sha256_unsigned = "07abe5e46c079643ef099b7f0a9fe2789f5e853d67fc3126643265fb5c00898f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300" + ]; + titles = [ + { + model = "WNDR4300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-netgear_wndr4300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr4300-v2-initramfs-kernel.bin"; + sha256 = "1c1a5299ff8cca47c4acc17a330e5f7b2faf77da721f817642a76425587885b7"; + sha256_unsigned = "1c1a5299ff8cca47c4acc17a330e5f7b2faf77da721f817642a76425587885b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr4300-v2-squashfs-factory.img"; + sha256 = "0ae0f08a1b445703295f6a05a42cf0bec1ac896d9cb6501662d0d3b43aa78ff1"; + sha256_unsigned = "0ae0f08a1b445703295f6a05a42cf0bec1ac896d9cb6501662d0d3b43aa78ff1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr4300-v2-squashfs-sysupgrade.bin"; + sha256 = "7ace47f77be6e8fab03b7e1cceee9d38bc5fc15f8894706c03fefc1b6dfc70c6"; + sha256_unsigned = "ffc212fbdadbb33f4f6754bf10ec1489011618c5ea9f28692a30934f0d21ed70"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300-v2" + ]; + titles = [ + { + model = "WNDR4300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300sw = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-netgear_wndr4300sw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr4300sw-squashfs-sysupgrade.bin"; + sha256 = "d168c47fd6029d0b8f9e6f3b040f4e3816797da46ee706973a2a09001ecbb794"; + sha256_unsigned = "e91e79f6481774e849f720d58bfa6f13f02b6927e570cd0ae0a92c45805df499"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr4300sw-initramfs-kernel.bin"; + sha256 = "9458a8f2dacbe6fa351bba9491baace8337d0a99b945b3c1dd6c8f76816346b7"; + sha256_unsigned = "9458a8f2dacbe6fa351bba9491baace8337d0a99b945b3c1dd6c8f76816346b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr4300sw-squashfs-factory.img"; + sha256 = "604f592c190c32d7e3b9bb92d542e7b2a59d75cc94adc4f5efe5970c848138ab"; + sha256_unsigned = "604f592c190c32d7e3b9bb92d542e7b2a59d75cc94adc4f5efe5970c848138ab"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300sw" + ]; + titles = [ + { + model = "WNDR4300SW"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300tn = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-netgear_wndr4300tn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr4300tn-initramfs-kernel.bin"; + sha256 = "24c8881646a8777792e3942c16f45bb6ba49b280518e1b878a1911c3ef5b03e3"; + sha256_unsigned = "24c8881646a8777792e3942c16f45bb6ba49b280518e1b878a1911c3ef5b03e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr4300tn-squashfs-sysupgrade.bin"; + sha256 = "d6fe5cfa521f9aab49df07738722ce4a46ac34d73d3a5d5a1c15a1f4dd78ac97"; + sha256_unsigned = "25a9e91575e308936b6f63318415c91351c2d9b224d2e8a1f7afd482749a13cf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr4300tn-squashfs-factory.img"; + sha256 = "6fff2cd6093f0fd216f20395bc9a817c634b4a44896c84eff1fd3af99f07cec3"; + sha256_unsigned = "6fff2cd6093f0fd216f20395bc9a817c634b4a44896c84eff1fd3af99f07cec3"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300tn" + ]; + titles = [ + { + model = "WNDR4300TN"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-netgear_wndr4500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr4500-v3-squashfs-factory.img"; + sha256 = "6476cdd0e22d010acbaae552ca120396c58115f5915096b2901902490d75ed57"; + sha256_unsigned = "6476cdd0e22d010acbaae552ca120396c58115f5915096b2901902490d75ed57"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr4500-v3-initramfs-kernel.bin"; + sha256 = "9fe4019d3699dee20978bc1646d77b2d737e1cd419811ce114af4be33873f24b"; + sha256_unsigned = "9fe4019d3699dee20978bc1646d77b2d737e1cd419811ce114af4be33873f24b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-netgear_wndr4500-v3-squashfs-sysupgrade.bin"; + sha256 = "b3d288c422fd06fdb3a5c98d15ac8691871cc9e1983be27a43ef424be3e6d1b9"; + sha256_unsigned = "1ab79fcabb7a876835be0d6e059aa9d5d3707f1fc311b03a5222e9f780fce2e2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4500-v3" + ]; + titles = [ + { + model = "WNDR4500"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + zte_mf281 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-rndis" + "kmod-usb-acm" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-zte_mf281"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-zte_mf281-squashfs-factory.bin"; + sha256 = "b5a660d65a9f1733b824fd9fb067336e0fe0ca93687b54ac349b74ac712a784c"; + sha256_unsigned = "b5a660d65a9f1733b824fd9fb067336e0fe0ca93687b54ac349b74ac712a784c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-zte_mf281-initramfs-kernel.bin"; + sha256 = "c424a8d3aa4239a18d648ea03fb91bdaab85166106f3d8499a7f3606dcaf9b6b"; + sha256_unsigned = "c424a8d3aa4239a18d648ea03fb91bdaab85166106f3d8499a7f3606dcaf9b6b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-zte_mf281-squashfs-sysupgrade.bin"; + sha256 = "1b3b2468d1f78b8c6d7298d0196bde189bbdbb6f218b6b2acd57461834112a11"; + sha256_unsigned = "2c49ae25d8af819bb106d2a4cb6def97e6f29d68d8d82fc700353d21cf708b23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf281" + ]; + titles = [ + { + model = "MF281"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-zte_mf286"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-zte_mf286-initramfs-kernel.bin"; + sha256 = "a369eb4bafbfd70cd8d8437e1c37c7cd036f3b8f920ab6feebf01974c6586033"; + sha256_unsigned = "a369eb4bafbfd70cd8d8437e1c37c7cd036f3b8f920ab6feebf01974c6586033"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-zte_mf286-squashfs-sysupgrade.bin"; + sha256 = "0498bc81cc619249554402a6fab57cfe4921931a85250d4cdce8eeb66c4baac9"; + sha256_unsigned = "deaf205e3433f9fd9d0809b03327bc0180b5ae3568a91058e8493e5c4254297b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf286" + ]; + titles = [ + { + model = "MF286"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286a = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-zte_mf286a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-zte_mf286a-squashfs-sysupgrade.bin"; + sha256 = "9e51c1ac3eef301cfa24f335967227d10418662e241ed58ab24fcdacabaa438d"; + sha256_unsigned = "6a0924a8c44ff17bfd9babca5773774d8b26462bff4feca602ac85d9b0fa5005"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-zte_mf286a-initramfs-kernel.bin"; + sha256 = "1a95444e09c285e900f03f632946dd3f19e654b27193b3ca98670e5a115b2f02"; + sha256_unsigned = "1a95444e09c285e900f03f632946dd3f19e654b27193b3ca98670e5a115b2f02"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286a" + ]; + titles = [ + { + model = "MF286A"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286r = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-rndis" + "kmod-usb-acm" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-zte_mf286r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-zte_mf286r-squashfs-sysupgrade.bin"; + sha256 = "f764fd3f50f96578c89934c40c5a3f970015ea6425dd27ddf74c5df05b8832a3"; + sha256_unsigned = "72233a5d6390a9e863ee6871026c54a92f053171d2443bc18402d8d7af0a4490"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-zte_mf286r-initramfs-kernel.bin"; + sha256 = "2308e39e303c8df333b73d97dbc1517c94abf9ff45d81f2a64796d217d93a17e"; + sha256_unsigned = "2308e39e303c8df333b73d97dbc1517c94abf9ff45d81f2a64796d217d93a17e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286r" + ]; + titles = [ + { + model = "MF286R"; + vendor = "ZTE"; + } + ]; + }; + zyxel_emg2926_q10a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-zyxel_emg2926_q10a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-zyxel_emg2926_q10a-initramfs-kernel.bin"; + sha256 = "d42988b55fd048cd8a83fb266c6ec1bf17e7adfea2e4043a20eb9543036c010f"; + sha256_unsigned = "d42988b55fd048cd8a83fb266c6ec1bf17e7adfea2e4043a20eb9543036c010f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-zyxel_emg2926_q10a-squashfs-sysupgrade.tar"; + sha256 = "fccac331ce610bd55864fb43fb74536d501ffa72de07eff28b90defac32a8d93"; + sha256_unsigned = "49a0fcf38e9c510553b456e224adbbc92421f4bebd8f2ec0cb8d421492ab093b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-zyxel_emg2926_q10a-squashfs-factory.bin"; + sha256 = "da6881879dc1f173df0550dc900825a2ffc93601d0355916f67806bb12859728"; + sha256_unsigned = "da6881879dc1f173df0550dc900825a2ffc93601d0355916f67806bb12859728"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-zyxel_emg2926_q10a-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "15d24bdfa2e0d16ae641327db0ac8ebbeeb0f5a310ed91e3c2eeedd64b60234c"; + sha256_unsigned = "15d24bdfa2e0d16ae641327db0ac8ebbeeb0f5a310ed91e3c2eeedd64b60234c"; + type = "sysupgrade-4M-Kernel"; + } + ]; + supported_devices = [ + "zyxel,emg2926,q10a" + ]; + titles = [ + { + model = "EMG2926-Q10A"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg6716 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-nand-zyxel_nbg6716"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "35a361cfaff48f9337148d122afdd2a26ae31ae2c830ceb6f90e4f0d648673a1"; + sha256_unsigned = "35a361cfaff48f9337148d122afdd2a26ae31ae2c830ceb6f90e4f0d648673a1"; + type = "sysupgrade-4M-Kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade.tar"; + sha256 = "f7eebea998870271d6e86a10a8080396ec97d0ce52fc3cc1ef03538872126aa5"; + sha256_unsigned = "064049a568a081d788bc4a1ef477a87c20b7e9131e2f9202f0b49b04554db4c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-nand-zyxel_nbg6716-initramfs-kernel.bin"; + sha256 = "4e9b698281045a4b4ccc4521a730e3d7d4141f1581de645323dfd515520544d2"; + sha256_unsigned = "4e9b698281045a4b4ccc4521a730e3d7d4141f1581de645323dfd515520544d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-nand-zyxel_nbg6716-squashfs-factory.bin"; + sha256 = "cfeaf3d299cfd4fd9eaea335b58346d1a2ebb0d88c440d9710aba12ccfc75637"; + sha256_unsigned = "cfeaf3d299cfd4fd9eaea335b58346d1a2ebb0d88c440d9710aba12ccfc75637"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6716" + ]; + titles = [ + { + model = "NBG6716"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "ath79/nand"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + engenius_eap350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-tiny-engenius_eap350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-tiny-engenius_eap350-v1-initramfs-kernel.bin"; + sha256 = "89af301952612b26d14571592d035678f1ab8660ea3e44d93560f1599bfab63d"; + sha256_unsigned = "89af301952612b26d14571592d035678f1ab8660ea3e44d93560f1599bfab63d"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap350-v1" + ]; + titles = [ + { + model = "EAP350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ath79-tiny-engenius_ecb350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-tiny-engenius_ecb350-v1-initramfs-kernel.bin"; + sha256 = "13847bb99d31ca0c093f27ff8eb9a849479e53359277b8e6ad195b66cffef099"; + sha256_unsigned = "13847bb99d31ca0c093f27ff8eb9a849479e53359277b8e6ad195b66cffef099"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb350-v1" + ]; + titles = [ + { + model = "ECB350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enh202-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-tiny-engenius_enh202-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-tiny-engenius_enh202-v1-initramfs-kernel.bin"; + sha256 = "36909c9b2272e41573f48101bab1b4e69319c136b150b614169224709ee08b4d"; + sha256_unsigned = "36909c9b2272e41573f48101bab1b4e69319c136b150b614169224709ee08b4d"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enh202-v1" + ]; + titles = [ + { + model = "ENH202"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.3-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "b3dc09d99bd6d04c30052fa0290a2560705ed32052afc5da41ed71645ea868bb"; + sha256_unsigned = "9297b3d6f982692dcc5fb7b6cbbf2357623930dcb9fd80114cecbd33dc24f317"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-tiny-pqi_air-pen-initramfs-kernel.bin"; + sha256 = "864d9b9ee40e3c95d9d09d63e5a590c30dc273d0bb6199c6b79e7fee7445c3f3"; + sha256_unsigned = "864d9b9ee40e3c95d9d09d63e5a590c30dc273d0bb6199c6b79e7fee7445c3f3"; + type = "kernel"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + model = "Air-Pen"; + vendor = "PQI"; + } + ]; + }; + tplink_tl-wpa8630p-v2-int = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-tiny-tplink_tl-wpa8630p-v2-int"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-tiny-tplink_tl-wpa8630p-v2-int-initramfs-kernel.bin"; + sha256 = "f58dadac867d005839f971fc51378dcafe803498aaeab8d03b158c6042b4be44"; + sha256_unsigned = "f58dadac867d005839f971fc51378dcafe803498aaeab8d03b158c6042b4be44"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2-int" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2 (Int.)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.0-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-tiny-tplink_tl-wpa8630p-v2.0-eu-initramfs-kernel.bin"; + sha256 = "bfde5b030ad1cf101a76e819f954e95b0513e684505d5be49192836c54ab7330"; + sha256_unsigned = "bfde5b030ad1cf101a76e819f954e95b0513e684505d5be49192836c54ab7330"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.0-eu" + "tplink,tl-wpa8630p-v2-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.0 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wpa8630p-v2.1-eu" = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-tiny-tplink_tl-wpa8630p-v2.1-eu-initramfs-kernel.bin"; + sha256 = "1b4b93c013e4d5beeef56598fe96fc45dcbcd4c3382ae87ce171c7a6a8a531b3"; + sha256_unsigned = "1b4b93c013e4d5beeef56598fe96fc45dcbcd4c3382ae87ce171c7a6a8a531b3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630p-v2.1-eu" + ]; + titles = [ + { + model = "TL-WPA8630P"; + variant = "v2.1 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ath79-tiny-ubnt_airrouter"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_airrouter-initramfs-kernel.bin"; + sha256 = "6193b382f8d749d521f8cfc9d83386f26233a9ae1ebaa84bec31847b8de01fb9"; + sha256_unsigned = "6193b382f8d749d521f8cfc9d83386f26233a9ae1ebaa84bec31847b8de01fb9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "8aaf5e65e6faedef5c61fa789fae115b62e239d3c226599d70d15f004ac16270"; + sha256_unsigned = "2ca9419b8eb7f107591d2538040e6f3550f5b121e89883bf626dd4ad3e2e7308"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "c8beb65cd243abf16e8ffe6c7e0e6159ea010d95600ccac54f739d391e6bf920"; + sha256_unsigned = "c8beb65cd243abf16e8ffe6c7e0e6159ea010d95600ccac54f739d391e6bf920"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + model = "AirRouter"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7240 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-tiny-ubnt_bullet-m-ar7240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_bullet-m-ar7240-squashfs-factory.bin"; + sha256 = "1ee13495963e6b9350ef3f96280c32126e36d962db0f22f8c689c81d7e74904c"; + sha256_unsigned = "1ee13495963e6b9350ef3f96280c32126e36d962db0f22f8c689c81d7e74904c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_bullet-m-ar7240-initramfs-kernel.bin"; + sha256 = "0c61ebf8c0b4b878b4604a77101992765fde2a69e5278b1e5de7898165973f8a"; + sha256_unsigned = "0c61ebf8c0b4b878b4604a77101992765fde2a69e5278b1e5de7898165973f8a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_bullet-m-ar7240-squashfs-sysupgrade.bin"; + sha256 = "a12839be1559e4766299ed5388ec0db3bb27945a1c9dd7fcb598f381fd6ae954"; + sha256_unsigned = "43a2faaebab8d7c2a3945ea21dd2107d58e0655d045485168ea132a6268f2d51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7240" + "bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7240)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7241 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-tiny-ubnt_bullet-m-ar7241"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_bullet-m-ar7241-squashfs-factory.bin"; + sha256 = "0df8dbacdc6b82851b9e0a9f12e4c576787e90397579e4f85a03f5d717333a29"; + sha256_unsigned = "0df8dbacdc6b82851b9e0a9f12e4c576787e90397579e4f85a03f5d717333a29"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_bullet-m-ar7241-initramfs-kernel.bin"; + sha256 = "4901f0161e3c7dd1b04691e5cf26d5960a2e46be15202bdaf79b8b47110a81ef"; + sha256_unsigned = "4901f0161e3c7dd1b04691e5cf26d5960a2e46be15202bdaf79b8b47110a81ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_bullet-m-ar7241-squashfs-sysupgrade.bin"; + sha256 = "e9e266ddd98a5e01f75afd10f8f5ac3d2c6a8b2e67d0438f0faa728c4938ec76"; + sha256_unsigned = "de538a08f9ed5b261eaafeaac42315fc979f9ccb0cd384f0b1aed01f870a10db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7241" + "bullet-m" + "ubnt,bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7241)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-tiny-ubnt_nanobridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_nanobridge-m-squashfs-factory.bin"; + sha256 = "287b674ff24fa0823f37a7ccf4d833dcc5df99ea98407a10ccb5b9820fa92e89"; + sha256_unsigned = "287b674ff24fa0823f37a7ccf4d833dcc5df99ea98407a10ccb5b9820fa92e89"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_nanobridge-m-squashfs-sysupgrade.bin"; + sha256 = "41c04503f8066949b81aca40480f1b82944e04d80ed58c3c5ef028c8f4103474"; + sha256_unsigned = "f331905161df4bd0f5c34cc0cdbe83d25df59d0b5e08b8dcaf93edc81166c897"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_nanobridge-m-initramfs-kernel.bin"; + sha256 = "f31f5d6c3c3579cbc1254d8b6b328f9043ce909f73f20885c143b2daac2e6c7f"; + sha256_unsigned = "f31f5d6c3c3579cbc1254d8b6b328f9043ce909f73f20885c143b2daac2e6c7f"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobridge-m" + "bullet-m" + ]; + titles = [ + { + model = "NanoBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-tiny-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "1b40a69a39b86c0316538c30cdd918127855b4016b052d563875740b0a5ece7a"; + sha256_unsigned = "1b40a69a39b86c0316538c30cdd918127855b4016b052d563875740b0a5ece7a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_nanostation-loco-m-initramfs-kernel.bin"; + sha256 = "da2e3d50623a50bb3de5487b3a2a312d6a911c0ec94e98ac027d3b95d7d509db"; + sha256_unsigned = "da2e3d50623a50bb3de5487b3a2a312d6a911c0ec94e98ac027d3b95d7d509db"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "bd1b5b6c5297dc8581938aa4d0ba9702679c13799ed692f8c2916c736072f303"; + sha256_unsigned = "beb323fd00c4397c0002181de8bf94a9cd37219135af7cca3a7119193a0b8c38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-tiny-ubnt_nanostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "0c5f84b5d2eee2ead83d35e87e4c4591570bd56521315abbdb650386348931ec"; + sha256_unsigned = "48b8154509b665a9abb4310bc6b2d35dea8b7e5a380e08b6bf6e6cfbf5e7ec4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_nanostation-m-initramfs-kernel.bin"; + sha256 = "d36b98987a475f83c9298c704363a2a089778f74a0ad92b5a7288aaa2cf1ba1c"; + sha256_unsigned = "d36b98987a475f83c9298c704363a2a089778f74a0ad92b5a7288aaa2cf1ba1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "74ee9aaced7cea47b464c5e05ad3fc8cb46939244fb408e6986ae32022f79ebf"; + sha256_unsigned = "74ee9aaced7cea47b464c5e05ad3fc8cb46939244fb408e6986ae32022f79ebf"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-tiny-ubnt_picostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "a668e4b13efb9e8a3cebf798d95ddcfc3d966ee6daedaa276e3059e3e2b36be9"; + sha256_unsigned = "6a62331c22679b968a8d078ae7e79006751e477731eb3101d1379cf01ab15501"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_picostation-m-initramfs-kernel.bin"; + sha256 = "fc47225641fe2cb7f88daa251f61588ff48517de84355eb0ed97d2046a79bc70"; + sha256_unsigned = "fc47225641fe2cb7f88daa251f61588ff48517de84355eb0ed97d2046a79bc70"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "b34057a07777eedf5bd8adc2cc6df843ad2a1f9009125ad3bc2483bd859b34f2"; + sha256_unsigned = "b34057a07777eedf5bd8adc2cc6df843ad2a1f9009125ad3bc2483bd859b34f2"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + model = "Picostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-tiny-ubnt_powerbridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_powerbridge-m-squashfs-sysupgrade.bin"; + sha256 = "c197cc901311ca35f4f4e754871e455761c934f1445ba01d5e117feeecb59872"; + sha256_unsigned = "9750aa932a8c46453f64f4fbd19f072039900a68fe795ce9a1744d501b043b8e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_powerbridge-m-squashfs-factory.bin"; + sha256 = "144690fc4cdae2ab7b6a349f0f5cf72cd7125c40bc7aa4767c72f29f94ce5fa5"; + sha256_unsigned = "144690fc4cdae2ab7b6a349f0f5cf72cd7125c40bc7aa4767c72f29f94ce5fa5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_powerbridge-m-initramfs-kernel.bin"; + sha256 = "20c5a6da4ba0066b6aec72ceedd2d152f96c3cbc9e76c6b51045aa113eaa2421"; + sha256_unsigned = "20c5a6da4ba0066b6aec72ceedd2d152f96c3cbc9e76c6b51045aa113eaa2421"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbridge-m" + "bullet-m" + ]; + titles = [ + { + model = "PowerBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ath79-tiny-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "3013b59dcbedec9cbe73065fba0fc2333c9ab9ab508dc972ad2adf212b51c9bd"; + sha256_unsigned = "3013b59dcbedec9cbe73065fba0fc2333c9ab9ab508dc972ad2adf212b51c9bd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "5e9cf2b1fbbf8ada1713a1dbc55d37dc8a044ac7ca05969ae8681f4b2e011b0b"; + sha256_unsigned = "f1203c1caed0810762b689f8ab7f715c6a277fd6c1f69cfafee8660f7400e3cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ath79-tiny-ubnt_rocket-m-initramfs-kernel.bin"; + sha256 = "a4fead2f78ad65b79cd89c4dbbceea8e62624dfc7851a8df31c6214435fa7273"; + sha256_unsigned = "a4fead2f78ad65b79cd89c4dbbceea8e62624dfc7851a8df31c6214435fa7273"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + model = "Rocket M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "ath79/tiny"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + bcm27xx = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-zero-w" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm27xx-bcm2708-rpi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm27xx-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "e56565da04daffe99b870a5c899d76e01f080df29d12fde58023946a2cb6a029"; + sha256_unsigned = "44328e91efafbcaad02e3701513d98a0c86995edf3ed1c77b2e77eda17860c7a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm27xx-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "f69d3514d448a02166cc9e277a7925f48394c1137d7e0a1a8aa579d8eab40d16"; + sha256_unsigned = "f69d3514d448a02166cc9e277a7925f48394c1137d7e0a1a8aa579d8eab40d16"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-bcm27xx-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "d93dba97a1b50dcb8f2da1b3c044bd0c2148996bf0ccc8a748e8c8723e52dd9f"; + sha256_unsigned = "d93dba97a1b50dcb8f2da1b3c044bd0c2148996bf0ccc8a748e8c8723e52dd9f"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-bcm27xx-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "2743b6f69a418a10d3217edfb43f6a181e7fa435fd830c75d8d4f1386f1344c5"; + sha256_unsigned = "7b27f1526f871970828e7fc66579f623742a1adb3f4742fa72eb8be048e67d70"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + model = "B/B+/CM/Zero/ZeroW"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "bcm27xx/bcm2708"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm27xx-bcm2709-rpi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-bcm27xx-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "c871275f85a26dd12dad8ebaa35828e6e5178a405c7689351108e20e4115b93d"; + sha256_unsigned = "c871275f85a26dd12dad8ebaa35828e6e5178a405c7689351108e20e4115b93d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm27xx-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "c87a430613e723b770d6e0c10aae7203564b5b7516926e5fe37c535a5e74892c"; + sha256_unsigned = "c87a430613e723b770d6e0c10aae7203564b5b7516926e5fe37c535a5e74892c"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-bcm27xx-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "be6fb6c5a9d607c471c96cbc558ed267f00146d7ed25802d5b6c23021c68f44f"; + sha256_unsigned = "3592642462674c43e0b22d39883c09fac52034d67b6093a7368101a4e6c02622"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm27xx-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "e019269e7e802a070be62d30f88b139a78d0d65f17374f5ea5b92e9f6caf8adf"; + sha256_unsigned = "b35cde5a59f9ed224081febb26672ab014ed3f4972a49d69b4b8be42a3745a5a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "2B/2B 1.2"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "3B/3B+/3CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "4B/400/4CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "bcm27xx/bcm2709"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm27xx-bcm2710-rpi-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm27xx-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "487289278eaaeb9ed71172195e091ee4e45816585c9c572cd019fd9fd06683df"; + sha256_unsigned = "afc2ecd9b076c9cc6561425d56bffcdb98b8eb30a81eb82a6c24c191ff99cb91"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "3ba3cd2366e1c0e72f4a53eb8717cf8d84796a1578e8bd8e495bcfc192bad3bb"; + sha256_unsigned = "3ba3cd2366e1c0e72f4a53eb8717cf8d84796a1578e8bd8e495bcfc192bad3bb"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-bcm27xx-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "05bff8f035b300c8d0c11e06c9e73008e16dc3c624ec7f8f64221c513e8a7e5e"; + sha256_unsigned = "e710800fa91f8ef35a4782e785bea5223cc904627e933c2272500dcccd94588d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm27xx-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "4c826821e5fe6eb463fd54e82ffa685854fa8f2230d3b3e071a394f8e55b4fd6"; + sha256_unsigned = "4c826821e5fe6eb463fd54e82ffa685854fa8f2230d3b3e071a394f8e55b4fd6"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + model = "3B/3B+/3CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + { + model = "2B-1.2"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "bcm27xx/bcm2710"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + bcm2711 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-4 = { + device_packages = [ + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "kmod-usb-net-lan78xx" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm27xx-bcm2711-rpi-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz"; + sha256 = "3ea2e315213ab8efbec72172ee11bca0bff498b6528144e8024ce3e3e327b5c3"; + sha256_unsigned = "6e268729d7ba89403baaaf3017e65b01e239c37d3b3d30025db15cea066fd0fc"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz"; + sha256 = "3975e11728686b3ba9b7fc7b01136bb1e338c35e1df645b64e5fa5ba51ec9810"; + sha256_unsigned = "3975e11728686b3ba9b7fc7b01136bb1e338c35e1df645b64e5fa5ba51ec9810"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-bcm27xx-bcm2711-rpi-4-ext4-sysupgrade.img.gz"; + sha256 = "406b0661d2f0ac8f78bed7d12cc39ebfb1504f2598dc5d7ce1238f1d84ac55a6"; + sha256_unsigned = "6a6d1ea7d1362b190a0e94f709c6c59e9cad96096c0a1762737847f465d0f189"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz"; + sha256 = "d373325ef633daed0f8b20b0475f2d0fbeaed13f1a091f26cadbeb6643d66293"; + sha256_unsigned = "d373325ef633daed0f8b20b0475f2d0fbeaed13f1a091f26cadbeb6643d66293"; + type = "factory"; + } + ]; + supported_devices = [ + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "4B/400/4CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "bcm27xx/bcm2711"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + bcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + linksys_e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-generic-linksys_e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-generic-linksys_e3000-v1-squashfs.bin"; + sha256 = "f8ef85c494057e52c5ff6daef5318b1f7281f275877f7f935126736a87020c96"; + sha256_unsigned = "f8ef85c494057e52c5ff6daef5318b1f7281f275877f7f935126736a87020c96"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3000-v1" + ]; + titles = [ + { + model = "E3000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + "linksys_wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-generic-linksys_wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-generic-linksys_wrt300n-v1.1-squashfs.bin"; + sha256 = "ff096f361895d36341dbb2af5a095ed1c0f702285d4bbea1950662687046a838"; + sha256_unsigned = "ff096f361895d36341dbb2af5a095ed1c0f702285d4bbea1950662687046a838"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1.1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-generic-linksys_wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-generic-linksys_wrt310n-v1-squashfs.bin"; + sha256 = "a53212e0598d43c946df3c7d5887b7e99ad04d0a4894d41b1cd4af60a269d35f"; + sha256_unsigned = "a53212e0598d43c946df3c7d5887b7e99ad04d0a4894d41b1cd4af60a269d35f"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v1" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-generic-linksys_wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-generic-linksys_wrt350n-v1-squashfs.bin"; + sha256 = "e9532f5cce0b33a3167f4f6b7baeafa8ac39adb0452b957bdf32b01996cbe7ae"; + sha256_unsigned = "e9532f5cce0b33a3167f4f6b7baeafa8ac39adb0452b957bdf32b01996cbe7ae"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt350n-v1" + ]; + titles = [ + { + model = "WRT350N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-generic-linksys_wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-generic-linksys_wrt610n-v1-squashfs.bin"; + sha256 = "964d75474b9293401d328136656fb5a3f0e65ba6182c294fdfb8cbb37c37b45c"; + sha256_unsigned = "964d75474b9293401d328136656fb5a3f0e65ba6182c294fdfb8cbb37c37b45c"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v1" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-generic-linksys_wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-generic-linksys_wrt610n-v2-squashfs.bin"; + sha256 = "2d4e1dce06213903d9e69e421fc72628a9ada71fb7444e00c0361ec98ead9241"; + sha256_unsigned = "2d4e1dce06213903d9e69e421fc72628a9ada71fb7444e00c0361ec98ead9241"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v2" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-generic-standard-squashfs.trx"; + sha256 = "0760ab71ca4111456b160bca1ecdf2bdd3b7912cef45a0378cbed278b15461c9"; + sha256_unsigned = "0760ab71ca4111456b160bca1ecdf2bdd3b7912cef45a0378cbed278b15461c9"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "bcm47xx/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-300g-squashfs.trx"; + sha256 = "c3625f018ecb79a59cdbb3928416d38055d9d9028e58d91825cdf63ec48a2aec"; + sha256_unsigned = "c3625f018ecb79a59cdbb3928416d38055d9d9028e58d91825cdf63ec48a2aec"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-300g" + ]; + titles = [ + { + model = "WL-300g"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-320gp-squashfs.trx"; + sha256 = "968920cc2fe9c19878e1ea5296c69e364aa43824cf0972f930828bc8f373d64f"; + sha256_unsigned = "968920cc2fe9c19878e1ea5296c69e364aa43824cf0972f930828bc8f373d64f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-320gp" + ]; + titles = [ + { + model = "WL-320gP"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-330ge-squashfs.trx"; + sha256 = "e04b6b447e08b25aad8142bd09aa34b6c57f838591f3ace5d964dbc3fb7fe275"; + sha256_unsigned = "e04b6b447e08b25aad8142bd09aa34b6c57f838591f3ace5d964dbc3fb7fe275"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-330ge" + ]; + titles = [ + { + model = "WL-330gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-500gd-squashfs.trx"; + sha256 = "9ec670719062f682f8ba76675b69ba79641e94300fe3938a058d844f25aa491a"; + sha256_unsigned = "9ec670719062f682f8ba76675b69ba79641e94300fe3938a058d844f25aa491a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gd" + ]; + titles = [ + { + model = "WL-500g Deluxe"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-500gp-v1-squashfs.trx"; + sha256 = "5dabbea66151fbbb40230a244cd73cdf0076d6ba2974e42f15985591ac296fb3"; + sha256_unsigned = "5dabbea66151fbbb40230a244cd73cdf0076d6ba2974e42f15985591ac296fb3"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v1" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx"; + sha256 = "6e317cf2b4d7f733f386ace48c8a8d7efdbfe1045f04378b56b8a981fe2400c0"; + sha256_unsigned = "6e317cf2b4d7f733f386ace48c8a8d7efdbfe1045f04378b56b8a981fe2400c0"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v2" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-500w-squashfs.trx"; + sha256 = "391fd350c96ebcabb73054c59965a82e221b70041139c235976cfb7690ea8fd8"; + sha256_unsigned = "391fd350c96ebcabb73054c59965a82e221b70041139c235976cfb7690ea8fd8"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500w" + ]; + titles = [ + { + model = "WL-500W"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-520gu-squashfs.trx"; + sha256 = "5a483e46fd0cb7b0dac8482c4dc69e1f4ce72bcd921941958974c9bd1dd5ff59"; + sha256_unsigned = "5a483e46fd0cb7b0dac8482c4dc69e1f4ce72bcd921941958974c9bd1dd5ff59"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-520gu" + ]; + titles = [ + { + model = "WL-520gU"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-550ge-squashfs.trx"; + sha256 = "0eda5ede4ad55e171f41487a960fc2808976e4e67f2875eb35a3d9aa3024a83d"; + sha256_unsigned = "0eda5ede4ad55e171f41487a960fc2808976e4e67f2875eb35a3d9aa3024a83d"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-550ge" + ]; + titles = [ + { + model = "WL-550gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-asus_wl-hdd25-squashfs.trx"; + sha256 = "8cc38c2f69af6ef6340b1d880663fd996913c359f3007c4a39ba433171b6c61e"; + sha256_unsigned = "8cc38c2f69af6ef6340b1d880663fd996913c359f3007c4a39ba433171b6c61e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-hdd25" + ]; + titles = [ + { + model = "WL-HDD25"; + vendor = "ASUS"; + } + ]; + }; + dlink_dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-dlink_dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-dlink_dwl-3150-squashfs.bin"; + sha256 = "a373d422eb1e5b707dbfa717e10c69b167fbc90661d167dd9186669379082ba2"; + sha256_unsigned = "a373d422eb1e5b707dbfa717e10c69b167fbc90661d167dd9186669379082ba2"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dwl-3150" + ]; + titles = [ + { + model = "DWL-3150"; + vendor = "D-Link"; + } + ]; + }; + edimax_ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-edimax_ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-edimax_ps1208-mfg-squashfs.bin"; + sha256 = "9e7e0eb4d69ddfcc13efe89b234ba699a789e3b52f03810d0be208e0e346e5f4"; + sha256_unsigned = "9e7e0eb4d69ddfcc13efe89b234ba699a789e3b52f03810d0be208e0e346e5f4"; + type = "bin"; + } + ]; + supported_devices = [ + "edimax,ps1208-mfg" + ]; + titles = [ + { + model = "PS-1208MFg"; + vendor = "Edimax"; + } + ]; + }; + huawei_e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-huawei_e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-huawei_e970-squashfs.bin"; + sha256 = "b178f993c23deff91ed8aba648f662b0311dd73779a0f73a7a088bae91a673e8"; + sha256_unsigned = "b178f993c23deff91ed8aba648f662b0311dd73779a0f73a7a088bae91a673e8"; + type = "bin"; + } + ]; + supported_devices = [ + "huawei,e970" + ]; + titles = [ + { + model = "E970"; + vendor = "Huawei"; + } + ]; + }; + linksys_wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt150n-squashfs.bin"; + sha256 = "1c7a3b16e2df67f3889c1b4df069c7af90b027e13b9be82695903c4daac441e8"; + sha256_unsigned = "1c7a3b16e2df67f3889c1b4df069c7af90b027e13b9be82695903c4daac441e8"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt150n" + ]; + titles = [ + { + model = "WRT150N"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt160n-v1-squashfs.bin"; + sha256 = "02204b1414974094244fcdafd5602b096ade1fc4a2b6c53122c2f50d05627c44"; + sha256_unsigned = "02204b1414974094244fcdafd5602b096ade1fc4a2b6c53122c2f50d05627c44"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt160n-v1" + ]; + titles = [ + { + model = "WRT160N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.bin"; + sha256 = "bbede8694ba5f460e860ab3ccd17f578a439f2c86ab249616a610d4985546071"; + sha256_unsigned = "bbede8694ba5f460e860ab3ccd17f578a439f2c86ab249616a610d4985546071"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.trx"; + sha256 = "223f9c52f2035468b0924df4703168091b0278adee482214c28bbe353883ec5b"; + sha256_unsigned = "223f9c52f2035468b0924df4703168091b0278adee482214c28bbe353883ec5b"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt54g-squashfs.bin"; + sha256 = "dab4c01dcf91dc4e92cb249918d92d22c1f8c8bb2fefcdd4ddd0b860ea3060d3"; + sha256_unsigned = "dab4c01dcf91dc4e92cb249918d92d22c1f8c8bb2fefcdd4ddd0b860ea3060d3"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g" + ]; + titles = [ + { + model = "WRT54G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt54g3g-squashfs.bin"; + sha256 = "6918753eac6adda4910ceae330ed7bcaf59ee622061bc2fd37323d36d1851792"; + sha256_unsigned = "6918753eac6adda4910ceae330ed7bcaf59ee622061bc2fd37323d36d1851792"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g" + ]; + titles = [ + { + model = "WRT54G3G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt54g3g-em-squashfs.bin"; + sha256 = "595292c486ce25c0cae54237fa4740c442fe2a0f688625b6fbb6b7f15a3a758b"; + sha256_unsigned = "595292c486ce25c0cae54237fa4740c442fe2a0f688625b6fbb6b7f15a3a758b"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g-em" + ]; + titles = [ + { + model = "WRT54G3G-EM"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "dd3d72124cd9c5c750ed50bb7fa057e54248e8584e9ef1b036177beec86e1c6f"; + sha256_unsigned = "dd3d72124cd9c5c750ed50bb7fa057e54248e8584e9ef1b036177beec86e1c6f"; + type = "noheader"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.bin"; + sha256 = "733735cd07d0ac331591fe09428c96162114cc07fb4df0e9f87c6ff407efeaaf"; + sha256_unsigned = "733735cd07d0ac331591fe09428c96162114cc07fb4df0e9f87c6ff407efeaaf"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3gv2-vf" + ]; + titles = [ + { + model = "WRT54G3GV2-VF"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt54gs-squashfs.bin"; + sha256 = "deea310259b0e3e136308208a384aae1256fa57e983d128bf9baff443b3eec4c"; + sha256_unsigned = "deea310259b0e3e136308208a384aae1256fa57e983d128bf9baff443b3eec4c"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v1/v2/v3"; + vendor = "Linksys"; + } + { + model = "WRT54G-TM"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrt54gs-v4-squashfs.bin"; + sha256 = "82319d6e3b6ce1077f7311a8694dd9024149f656edbcc2b06c6ca3334f4aab77"; + sha256_unsigned = "82319d6e3b6ce1077f7311a8694dd9024149f656edbcc2b06c6ca3334f4aab77"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs-v4" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-linksys_wrtsl54gs-squashfs.bin"; + sha256 = "ae7f2a8b48f6288050e0134a46c3b9b52c2b9c9f78d3f6172f79a228b7906426"; + sha256_unsigned = "ae7f2a8b48f6288050e0134a46c3b9b52c2b9c9f78d3f6172f79a228b7906426"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrtsl54gs" + ]; + titles = [ + { + model = "WRTSL54GS"; + vendor = "Linksys"; + } + ]; + }; + motorola_wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-motorola_wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-motorola_wa840g-squashfs.bin"; + sha256 = "53fdb6491078c1e504e04a78e505454f9ca30a45ed699eb738481c7f69eae668"; + sha256_unsigned = "53fdb6491078c1e504e04a78e505454f9ca30a45ed699eb738481c7f69eae668"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wa840g" + ]; + titles = [ + { + model = "WA840G"; + vendor = "Motorola"; + } + ]; + }; + motorola_we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-motorola_we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-motorola_we800g-squashfs.bin"; + sha256 = "e8d7a5076d832d2cebfd77ced8b6e39fed5b18862adc3864f8bc881ab2086782"; + sha256_unsigned = "e8d7a5076d832d2cebfd77ced8b6e39fed5b18862adc3864f8bc881ab2086782"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,we800g" + ]; + titles = [ + { + model = "WE800G"; + vendor = "Motorola"; + } + ]; + }; + motorola_wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-motorola_wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-motorola_wr850g-squashfs.bin"; + sha256 = "8c97fbe64a225d3096e8f2eecac17dd124ca4b9ea25382e07bfa6b38990e8490"; + sha256_unsigned = "8c97fbe64a225d3096e8f2eecac17dd124ca4b9ea25382e07bfa6b38990e8490"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wr850g" + ]; + titles = [ + { + model = "WR850G"; + vendor = "Motorola"; + } + ]; + }; + netgear_wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-netgear_wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-netgear_wgr614-v8-squashfs.chk"; + sha256 = "7ade0643786234882e32310e189bfed9b0e0e206133e100c219469b18ee13551"; + sha256_unsigned = "7ade0643786234882e32310e189bfed9b0e0e206133e100c219469b18ee13551"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v8" + ]; + titles = [ + { + model = "WGR614"; + variant = "v8"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-netgear_wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-netgear_wgt634u-squashfs.bin"; + sha256 = "271c2fd5a3f974cc8c05e8a65d983e9356d7f858ae9ecc1bfcc37737e2b2876f"; + sha256_unsigned = "271c2fd5a3f974cc8c05e8a65d983e9356d7f858ae9ecc1bfcc37737e2b2876f"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,wgt634u" + ]; + titles = [ + { + model = "WGT634U"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-netgear_wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-netgear_wndr3300-v1-squashfs.chk"; + sha256 = "24e7a311caa267eb6196e27f10c1605a25bd46c602197a1359d356ae12735467"; + sha256_unsigned = "24e7a311caa267eb6196e27f10c1605a25bd46c602197a1359d356ae12735467"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3300-v1" + ]; + titles = [ + { + model = "WNDR3300"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-netgear_wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-netgear_wnr834b-v2-squashfs.chk"; + sha256 = "ebe64049c18bc44b4da1c73dd4413e38a449b306e66eeb7cddb776a06a8ea1f9"; + sha256_unsigned = "ebe64049c18bc44b4da1c73dd4413e38a449b306e66eeb7cddb776a06a8ea1f9"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr834b-v2" + ]; + titles = [ + { + model = "WNR834B"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-standard-squashfs.trx"; + sha256 = "d5c5c59e88cf3acc76c8998554e06e79f0cb1717a602bb7e768ed320d746a140"; + sha256_unsigned = "d5c5c59e88cf3acc76c8998554e06e79f0cb1717a602bb7e768ed320d746a140"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "71193d494a083b426c5fc2b19e417fa6fdfdd15d027ac9607125f6f482557283"; + sha256_unsigned = "71193d494a083b426c5fc2b19e417fa6fdfdd15d027ac9607125f6f482557283"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-gz" + ]; + titles = [ + { + model = "Image with gzipped kernel"; + vendor = "Generic"; + } + ]; + }; + usrobotics_usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-legacy-usrobotics_usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-legacy-usrobotics_usr5461-squashfs.bin"; + sha256 = "bd37266badcdab5b02779a3ba7950dabc225f9834d1fbbc3888b23bf43d8cbdb"; + sha256_unsigned = "bd37266badcdab5b02779a3ba7950dabc225f9834d1fbbc3888b23bf43d8cbdb"; + type = "bin"; + } + ]; + supported_devices = [ + "usrobotics,usr5461" + ]; + titles = [ + { + model = "USR5461"; + vendor = "US Robotics"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "bcm47xx/legacy"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-ac53u-squashfs.trx"; + sha256 = "9c1b2ddc782ff25c3ed399eb6a494382e3fcc6fdc77171393890d4259e55db45"; + sha256_unsigned = "9c1b2ddc782ff25c3ed399eb6a494382e3fcc6fdc77171393890d4259e55db45"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac53u" + ]; + titles = [ + { + model = "RT-AC53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n10-squashfs.trx"; + sha256 = "86938fe3c5e50ce92c05ecc631ce9680039f8c0e8b16ae76076e1c173d6f7e71"; + sha256_unsigned = "86938fe3c5e50ce92c05ecc631ce9680039f8c0e8b16ae76076e1c173d6f7e71"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10" + ]; + titles = [ + { + model = "RT-N10"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n10p-squashfs.trx"; + sha256 = "bb4f53466e5e3cccb39557004bb3c7ff168a1862613923cb028284b4ce02d51b"; + sha256_unsigned = "bb4f53466e5e3cccb39557004bb3c7ff168a1862613923cb028284b4ce02d51b"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n10p-v2-squashfs.trx"; + sha256 = "7b55273db56bd2f18c31dd135556a265ee2f5aead957a367612674b73b41b2b3"; + sha256_unsigned = "7b55273db56bd2f18c31dd135556a265ee2f5aead957a367612674b73b41b2b3"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v2" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n10u-squashfs.trx"; + sha256 = "ca33fe6e01239ba435c042038af9cbc0464bce819311310489cc5e1d719f28df"; + sha256_unsigned = "ca33fe6e01239ba435c042038af9cbc0464bce819311310489cc5e1d719f28df"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "A"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n10u-b-squashfs.trx"; + sha256 = "ca33fe6e01239ba435c042038af9cbc0464bce819311310489cc5e1d719f28df"; + sha256_unsigned = "ca33fe6e01239ba435c042038af9cbc0464bce819311310489cc5e1d719f28df"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u-b" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "B"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n12-squashfs.trx"; + sha256 = "c6a863428a6690440d301c6e313f546467178ad4fa955fcc529d53c841546e50"; + sha256_unsigned = "c6a863428a6690440d301c6e313f546467178ad4fa955fcc529d53c841546e50"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12" + ]; + titles = [ + { + model = "RT-N12"; + variant = "A1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n12-b1-squashfs.trx"; + sha256 = "541f32ba78223a06e3bdd318596628dcec893737db4b4a8a482e7a0bbd3fdd86"; + sha256_unsigned = "541f32ba78223a06e3bdd318596628dcec893737db4b4a8a482e7a0bbd3fdd86"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-b1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n12-c1-squashfs.trx"; + sha256 = "def6b26d84e9d53be3897905604b2436cd7600c7fc3f6d42becf1efa295f4e7f"; + sha256_unsigned = "def6b26d84e9d53be3897905604b2436cd7600c7fc3f6d42becf1efa295f4e7f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-c1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "C1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n12-d1-squashfs.trx"; + sha256 = "53bbdd041d1ad096ed3c36cd86d720eeb7d8b2eee972452f57a4db6f28066c60"; + sha256_unsigned = "53bbdd041d1ad096ed3c36cd86d720eeb7d8b2eee972452f57a4db6f28066c60"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-d1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "D1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n12hp-squashfs.trx"; + sha256 = "4493ad2502602ef0bf1c41e9c0288575fcdaa019d4c26fe0f0d7b9abf05cdcd8"; + sha256_unsigned = "4493ad2502602ef0bf1c41e9c0288575fcdaa019d4c26fe0f0d7b9abf05cdcd8"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12hp" + ]; + titles = [ + { + model = "RT-N12HP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n14uhp-squashfs.trx"; + sha256 = "2700c14de3c42671f0c95d952f9641c6010d56d57b6ea069d460ad89696216d7"; + sha256_unsigned = "2700c14de3c42671f0c95d952f9641c6010d56d57b6ea069d460ad89696216d7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n14uhp" + ]; + titles = [ + { + model = "RT-N14UHP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n15u-squashfs.trx"; + sha256 = "a6687eacae2dd2f7a91353984c9c38899f8abcdeb01be8cb2145bb15d56a9788"; + sha256_unsigned = "a6687eacae2dd2f7a91353984c9c38899f8abcdeb01be8cb2145bb15d56a9788"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n15u" + ]; + titles = [ + { + model = "RT-N15U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n16-squashfs.trx"; + sha256 = "0bcfe1ab1a48e780063d1f216226e373a290476e17770d589905ac55bbacd1e3"; + sha256_unsigned = "0bcfe1ab1a48e780063d1f216226e373a290476e17770d589905ac55bbacd1e3"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n16" + ]; + titles = [ + { + model = "RT-N16"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n53-squashfs.trx"; + sha256 = "7db6dd850a0e11ecbdd468f5b930fb8822d6f294d8a8fb43a25a147100023360"; + sha256_unsigned = "7db6dd850a0e11ecbdd468f5b930fb8822d6f294d8a8fb43a25a147100023360"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n53" + ]; + titles = [ + { + model = "RT-N53"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n66u-squashfs.trx"; + sha256 = "9a65d16ad01263ce7f63020a87be0039c88b37d897f7800e83b7977078e309e7"; + sha256_unsigned = "9a65d16ad01263ce7f63020a87be0039c88b37d897f7800e83b7977078e309e7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66u" + ]; + titles = [ + { + model = "RT-N66U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-asus_rt-n66w-squashfs.trx"; + sha256 = "9a65d16ad01263ce7f63020a87be0039c88b37d897f7800e83b7977078e309e7"; + sha256_unsigned = "9a65d16ad01263ce7f63020a87be0039c88b37d897f7800e83b7977078e309e7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66w" + ]; + titles = [ + { + model = "RT-N66W"; + vendor = "ASUS"; + } + ]; + }; + linksys_e1000 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e1000-squashfs.bin"; + sha256 = "3b1f6003d79a7822dce487774e5194302b21cbec2ec2ffa32f232af6a8d78245"; + sha256_unsigned = "3b1f6003d79a7822dce487774e5194302b21cbec2ec2ffa32f232af6a8d78245"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1000" + ]; + titles = [ + { + model = "E1000"; + variant = "v1/v2/v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e1200-v1-squashfs.bin"; + sha256 = "affb5dcb2b061e4b9fa063a2a42c4b4441704e05248f5e979f2a9eaf3e6e7ceb"; + sha256_unsigned = "affb5dcb2b061e4b9fa063a2a42c4b4441704e05248f5e979f2a9eaf3e6e7ceb"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v1" + ]; + titles = [ + { + model = "E1200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e1200-v2-squashfs.bin"; + sha256 = "98981437f641e92510decca279c8e1a9e402b4bd4cf211ef2b12c075dcecd772"; + sha256_unsigned = "98981437f641e92510decca279c8e1a9e402b4bd4cf211ef2b12c075dcecd772"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v2" + ]; + titles = [ + { + model = "E1200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e1500-v1-squashfs.bin"; + sha256 = "654b37e237d85cf938a402b2cd2dbc2689cc28be230dd44d899a8cc67a84b8a7"; + sha256_unsigned = "654b37e237d85cf938a402b2cd2dbc2689cc28be230dd44d899a8cc67a84b8a7"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1500-v1" + ]; + titles = [ + { + model = "E1500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e1550-v1-squashfs.bin"; + sha256 = "d0ac318656708bc35ffbe077487b49eacb290154631014e9e2dc94c70318f117"; + sha256_unsigned = "d0ac318656708bc35ffbe077487b49eacb290154631014e9e2dc94c70318f117"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1550-v1" + ]; + titles = [ + { + model = "E1550"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e2000-v1-squashfs.bin"; + sha256 = "d8f0e2acda90ea5a7dd6709fa098c70f55c265ed5761998991178c1ffa8b2fb7"; + sha256_unsigned = "d8f0e2acda90ea5a7dd6709fa098c70f55c265ed5761998991178c1ffa8b2fb7"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2000-v1" + ]; + titles = [ + { + model = "E2000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e2500-v1-squashfs.bin"; + sha256 = "44f1d251017444a2c13773999d9ef5c3e9d8f62b4259936961003367109618aa"; + sha256_unsigned = "44f1d251017444a2c13773999d9ef5c3e9d8f62b4259936961003367109618aa"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v1" + ]; + titles = [ + { + model = "E2500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e2500-v2-squashfs.bin"; + sha256 = "26f0d655dbce963504a0ce194f0a40bd47343722c40d4e6997e4217ba72961bd"; + sha256_unsigned = "26f0d655dbce963504a0ce194f0a40bd47343722c40d4e6997e4217ba72961bd"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2" + ]; + titles = [ + { + model = "E2500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + "linksys_e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e2500-v2.1-squashfs.bin"; + sha256 = "3fc9399646fb0de8afb25bb113e052c3b40fde017948307b2544d15b67fac9d8"; + sha256_unsigned = "3fc9399646fb0de8afb25bb113e052c3b40fde017948307b2544d15b67fac9d8"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2.1" + ]; + titles = [ + { + model = "E2500"; + variant = "v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e2500-v3-squashfs.bin"; + sha256 = "fd5806e4087767c30acc7a522093dd9dd38e38af867b841e6ee543f5de970be4"; + sha256_unsigned = "fd5806e4087767c30acc7a522093dd9dd38e38af867b841e6ee543f5de970be4"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v3" + ]; + titles = [ + { + model = "E2500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e3200-v1-squashfs.bin"; + sha256 = "8efb0a768881264e1284cc5d418682644ce45d2664f862f198323d40e41c78ea"; + sha256_unsigned = "8efb0a768881264e1284cc5d418682644ce45d2664f862f198323d40e41c78ea"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3200-v1" + ]; + titles = [ + { + model = "E3200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e4200-v1-squashfs.bin"; + sha256 = "de4a19571e2d18bd2f8028181b9031b2af9fd5a842d4e3010b5af516c40f2611"; + sha256_unsigned = "de4a19571e2d18bd2f8028181b9031b2af9fd5a842d4e3010b5af516c40f2611"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e4200-v1" + ]; + titles = [ + { + model = "E4200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-linksys_e900-v1-squashfs.bin"; + sha256 = "a63160bef2208fcfa4250ab0f1debb6924857620806afcae3da201fd83552db6"; + sha256_unsigned = "a63160bef2208fcfa4250ab0f1debb6924857620806afcae3da201fd83552db6"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e900-v1" + ]; + titles = [ + { + model = "E900"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-linksys_wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-linksys_wrt310n-v2-squashfs.bin"; + sha256 = "e4790e65db1659ddc7dabb4f0e6f6923a6cda6e76945add9760e8a21a7290698"; + sha256_unsigned = "e4790e65db1659ddc7dabb4f0e6f6923a6cda6e76945add9760e8a21a7290698"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v2" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-linksys_wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-linksys_wrt320n-v1-squashfs.bin"; + sha256 = "a362e4e42fa083314925b38a8bb544f71651f164d9edc159a63e23b400b00f25"; + sha256_unsigned = "a362e4e42fa083314925b38a8bb544f71651f164d9edc159a63e23b400b00f25"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt320n-v1" + ]; + titles = [ + { + model = "WRT320N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-netgear_r6200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-netgear_r6200-v1-squashfs.chk"; + sha256 = "c85dc40e416e0da7b1c28a0616e19bc65f21997f388f8ccf99b92e89ff9b56bd"; + sha256_unsigned = "c85dc40e416e0da7b1c28a0616e19bc65f21997f388f8ccf99b92e89ff9b56bd"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6200-v1" + ]; + titles = [ + { + model = "R6200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wgr614-v10-squashfs.chk"; + sha256 = "785b28aa60adc69dfc3e419862c836c208835a79f57e758ca3f9072f6108657d"; + sha256_unsigned = "785b28aa60adc69dfc3e419862c836c208835a79f57e758ca3f9072f6108657d"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wgr614-v10-na-squashfs.chk"; + sha256 = "f013a7ea044b82209684079f5fafcf23c2fbbe6deff4c1e514150b917a0f1a71"; + sha256_unsigned = "f013a7ea044b82209684079f5fafcf23c2fbbe6deff4c1e514150b917a0f1a71"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10-na" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wn2500rp-v1-squashfs.chk"; + sha256 = "8aa9712da9387bb29bf13e84d79020fde58b9586c16aa187a5f6992c4bf43b53"; + sha256_unsigned = "8aa9712da9387bb29bf13e84d79020fde58b9586c16aa187a5f6992c4bf43b53"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn2500rp-v1" + ]; + titles = [ + { + model = "WN2500RP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wn3000rp-squashfs.chk"; + sha256 = "a2a8d461e4b7d11b86d1e54a6bfd6f7a02d49655438a527f49a0c8db4f54bd62"; + sha256_unsigned = "a2a8d461e4b7d11b86d1e54a6bfd6f7a02d49655438a527f49a0c8db4f54bd62"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn3000rp" + ]; + titles = [ + { + model = "WN3000RP"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wndr3400-v1-squashfs.chk"; + sha256 = "4f4505b3730a772a804d429ceadc0a43911ba0ea15fcd1584f939bf382950f8f"; + sha256_unsigned = "4f4505b3730a772a804d429ceadc0a43911ba0ea15fcd1584f939bf382950f8f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v1" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wndr3400-v2-squashfs.chk"; + sha256 = "6817ad1b35f366b258ff0f2f578ad033386bd6a6c59a3da3c3af63b4785a2f80"; + sha256_unsigned = "6817ad1b35f366b258ff0f2f578ad033386bd6a6c59a3da3c3af63b4785a2f80"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v2" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wndr3400-v3-squashfs.chk"; + sha256 = "dceba19ab2a79076fae3b4a2b22dc4be7f7a170cd635252a6d786210ac1db3ee"; + sha256_unsigned = "dceba19ab2a79076fae3b4a2b22dc4be7f7a170cd635252a6d786210ac1db3ee"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v3" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wndr3700-v3-squashfs.chk"; + sha256 = "59d6f9538d17ac1a7292eb76beb5f2e38171fe21d2150280a0e5260972520089"; + sha256_unsigned = "59d6f9538d17ac1a7292eb76beb5f2e38171fe21d2150280a0e5260972520089"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v3" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wndr4000-squashfs.chk"; + sha256 = "f706d795fa63be60584497a96a53695434dee255f99a5969057131af3cf3784d"; + sha256_unsigned = "f706d795fa63be60584497a96a53695434dee255f99a5969057131af3cf3784d"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr4000" + ]; + titles = [ + { + model = "WNDR4000"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wnr1000-v3-squashfs.chk"; + sha256 = "0bbf98a1a7a1a108e2dd28410e204e599e326b5f308ab6d492481035ef92e4ec"; + sha256_unsigned = "0bbf98a1a7a1a108e2dd28410e204e599e326b5f308ab6d492481035ef92e4ec"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr1000-v3" + ]; + titles = [ + { + model = "WNR1000"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2000v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wnr2000v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wnr2000v2-squashfs.chk"; + sha256 = "12eeb5533ade21a6da571dd661380bd578cf1de68a1e5f8e78de4714b188d506"; + sha256_unsigned = "12eeb5533ade21a6da571dd661380bd578cf1de68a1e5f8e78de4714b188d506"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr2000v2" + ]; + titles = [ + { + model = "WNR2000"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wnr3500-v2-squashfs.chk"; + sha256 = "3d7241061bd82a3f6036334355e925322f94c433490d0564d8cf5b840948b992"; + sha256_unsigned = "3d7241061bd82a3f6036334355e925322f94c433490d0564d8cf5b840948b992"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500-v2" + ]; + titles = [ + { + model = "WNR3500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wnr3500l-v1-squashfs.chk"; + sha256 = "62ea7abaf7b0f9d45ead5e228cea6ae6772cf098cc6d6eab97ef7b57196c8bf7"; + sha256_unsigned = "62ea7abaf7b0f9d45ead5e228cea6ae6772cf098cc6d6eab97ef7b57196c8bf7"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (ROW)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wnr3500l-v1-na-squashfs.chk"; + sha256 = "39a548d0883ddce64b7933005e1b7a8f44950cce2b0aec8e0fb3106d2fd8588e"; + sha256_unsigned = "39a548d0883ddce64b7933005e1b7a8f44950cce2b0aec8e0fb3106d2fd8588e"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1-na" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-netgear_wnr3500l-v2-squashfs.chk"; + sha256 = "e437539e3bda240ede4a4da91f9fabbf376e1be5bb0d6e5d181c800fee11895f"; + sha256_unsigned = "e437539e3bda240ede4a4da91f9fabbf376e1be5bb0d6e5d181c800fee11895f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v2" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "db3699c9cd43e6a620822c2c4b775a9048bcdb01411ccfe0d5b8851be958c93e"; + sha256_unsigned = "db3699c9cd43e6a620822c2c4b775a9048bcdb01411ccfe0d5b8851be958c93e"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "424e473ac74fb2135d72c03f8195e90da9f41df62e154515dd8e1b1487dc510d"; + sha256_unsigned = "424e473ac74fb2135d72c03f8195e90da9f41df62e154515dd8e1b1487dc510d"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-nodictionarylzma" + ]; + titles = [ + { + model = "Image with LZMA compressed kernel matching CFE decompressor"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "bcm47xx/mips74k"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + bcm4908 = { + generic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm4908img" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "fdt-utils" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_gt-ac5300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm4908-generic-asus_gt-ac5300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm4908-generic-asus_gt-ac5300-squashfs.bin"; + sha256 = "d83e1dffa6caad0c0758df72f9dbd35c57d0313a175b7070255d56e93b83aabd"; + sha256_unsigned = "d83e1dffa6caad0c0758df72f9dbd35c57d0313a175b7070255d56e93b83aabd"; + type = "bin"; + } + ]; + supported_devices = [ + "asus,gt-ac5300" + ]; + titles = [ + { + model = "GT-AC5300"; + vendor = "Asus"; + } + ]; + }; + netgear_r8000p = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm4908-generic-netgear_r8000p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm4908-generic-netgear_r8000p-squashfs.bin"; + sha256 = "3762a958924580394da620260fe3236dbc12df4b2ddc473a1954e5f27cb042f5"; + sha256_unsigned = "3762a958924580394da620260fe3236dbc12df4b2ddc473a1954e5f27cb042f5"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,r8000p" + ]; + titles = [ + { + model = "R8000P"; + vendor = "Netgear"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "bcm4908/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "osafeloader" + "oseama" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac56u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-asus_rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-asus_rt-ac56u-squashfs.trx"; + sha256 = "dc6befa61f450a635c67ce3350f072fc3e3e20869bfe967f5b45979dcc9d115e"; + sha256_unsigned = "dc6befa61f450a635c67ce3350f072fc3e3e20869bfe967f5b45979dcc9d115e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac56u" + ]; + titles = [ + { + model = "RT-AC56U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-asus_rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-asus_rt-ac68u-squashfs.trx"; + sha256 = "602239028bc41af5e8fe25fbd817742f621287614fca2602c86c726bda3eeed6"; + sha256_unsigned = "602239028bc41af5e8fe25fbd817742f621287614fca2602c86c726bda3eeed6"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac68u" + ]; + titles = [ + { + model = "RT-AC68U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-asus_rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-asus_rt-ac87u-squashfs.trx"; + sha256 = "e8caf61b1759a655d5392d910ec133097e30031164679eb6813b9618ff33ce56"; + sha256_unsigned = "e8caf61b1759a655d5392d910ec133097e30031164679eb6813b9618ff33ce56"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac87u" + ]; + titles = [ + { + model = "RT-AC87U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac88u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-asus_rt-ac88u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-asus_rt-ac88u-squashfs.trx"; + sha256 = "2d49d12f9e175db0593b7f842425c131172a27f0eacf4d47893cad1dcd411809"; + sha256_unsigned = "2d49d12f9e175db0593b7f842425c131172a27f0eacf4d47893cad1dcd411809"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac88u" + ]; + titles = [ + { + model = "RT-AC88U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-asus_rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-asus_rt-n18u-squashfs.trx"; + sha256 = "809ffcc406f5267f22c80777ac852be031063454b3d567e96e6b4bf287d12aa8"; + sha256_unsigned = "809ffcc406f5267f22c80777ac852be031063454b3d567e96e6b4bf287d12aa8"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n18u" + ]; + titles = [ + { + model = "RT-N18U"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-buffalo_wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-buffalo_wxr-1900dhp-squashfs.trx"; + sha256 = "9ae61f7a82e8eff98bf0eaaa3ec5e5e7029bf0ca177fbaccc615fb67af2f6847"; + sha256_unsigned = "9ae61f7a82e8eff98bf0eaaa3ec5e5e7029bf0ca177fbaccc615fb67af2f6847"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wxr-1900dhp" + ]; + titles = [ + { + model = "WXR-1900DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-1750dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-buffalo_wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-buffalo_wzr-1750dhp-squashfs.trx"; + sha256 = "cbec88a4746b1fbe93da19a8c3e3de556d622cf3e6d3a9153efc4df60e492429"; + sha256_unsigned = "cbec88a4746b1fbe93da19a8c3e3de556d622cf3e6d3a9153efc4df60e492429"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-1750dhp" + ]; + titles = [ + { + model = "WZR-1750DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-buffalo_wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-buffalo_wzr-600dhp2-squashfs.trx"; + sha256 = "adf215b7ab491c57c0fbce2644d0665bd9f94a9032c5e0d928e9bb81b7e87992"; + sha256_unsigned = "adf215b7ab491c57c0fbce2644d0665bd9f94a9032c5e0d928e9bb81b7e87992"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp2" + ]; + titles = [ + { + model = "WZR-600DHP2"; + vendor = "Buffalo"; + } + ]; + }; + dlink_dir-885l = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-dlink_dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-dlink_dir-885l-squashfs.bin"; + sha256 = "6609727b780affb6bf4a2181890559aad80674831351d3fe8d038b5afc4c78d2"; + sha256_unsigned = "6609727b780affb6bf4a2181890559aad80674831351d3fe8d038b5afc4c78d2"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dir-885l" + ]; + titles = [ + { + model = "DIR-885L"; + vendor = "D-Link"; + } + ]; + }; + linksys_ea6300-v1 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-linksys_ea6300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-linksys_ea6300-v1-squashfs.trx"; + sha256 = "e5d6f5434a345ba8da0c5b1ad4678ffab2f5c0668807bacc80761f1a40d259df"; + sha256_unsigned = "e5d6f5434a345ba8da0c5b1ad4678ffab2f5c0668807bacc80761f1a40d259df"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6300-v1" + ]; + titles = [ + { + model = "EA6300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6500-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-linksys_ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-linksys_ea6500-v2-squashfs.trx"; + sha256 = "73cd8076d5e4564101aabaf52bdccbf195bc92c04b6f1dbf6fc4ce1c52141629"; + sha256_unsigned = "73cd8076d5e4564101aabaf52bdccbf195bc92c04b6f1dbf6fc4ce1c52141629"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6500-v2" + ]; + titles = [ + { + model = "EA6500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9200 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-linksys_ea9200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-linksys_ea9200-squashfs.trx"; + sha256 = "a14d5d801b1b9d56a588e2b5e5b5bd4555bb63128ece2b9dbbe1642cf4bdbd93"; + sha256_unsigned = "a14d5d801b1b9d56a588e2b5e5b5bd4555bb63128ece2b9dbbe1642cf4bdbd93"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9200" + ]; + titles = [ + { + model = "EA9200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9500 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-linksys_ea9500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-linksys_ea9500-squashfs.trx"; + sha256 = "44fe6335ecba55830940c212ddc3ae7bbfeefff35c5ec0c308587203bb66402a"; + sha256_unsigned = "44fe6335ecba55830940c212ddc3ae7bbfeefff35c5ec0c308587203bb66402a"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9500" + ]; + titles = [ + { + model = "EA9500"; + vendor = "Linksys"; + } + ]; + }; + luxul_abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-luxul_abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-luxul_abr-4500-squashfs.lxl"; + sha256 = "6fde5a404b6cdee3ea67d457dc90fe2648516c04797167e0c54d5f278d933148"; + sha256_unsigned = "6fde5a404b6cdee3ea67d457dc90fe2648516c04797167e0c54d5f278d933148"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,abr-4500" + ]; + titles = [ + { + model = "ABR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xap-1610 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-luxul_xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-luxul_xap-1610-squashfs.lxl"; + sha256 = "c65434f41a5e1d7d8d714c7a6785a12cecdfb2507fa342afcfa558e49f1ec062"; + sha256_unsigned = "c65434f41a5e1d7d8d714c7a6785a12cecdfb2507fa342afcfa558e49f1ec062"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xap-1610" + ]; + titles = [ + { + model = "XAP-1610"; + vendor = "Luxul"; + } + ]; + }; + luxul_xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-luxul_xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-luxul_xbr-4500-squashfs.lxl"; + sha256 = "a9b6856d0aed45ef95c618ec0e3ffb5849ae38b5d7f954fb5056c33ef071629c"; + sha256_unsigned = "a9b6856d0aed45ef95c618ec0e3ffb5849ae38b5d7f954fb5056c33ef071629c"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xbr-4500" + ]; + titles = [ + { + model = "XBR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xwr-3150 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-luxul_xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-luxul_xwr-3150-squashfs.lxl"; + sha256 = "6cec2681576df2c61c0b19cd10b765b721a559c080bea4ff8aa0c29286d7b6d7"; + sha256_unsigned = "6cec2681576df2c61c0b19cd10b765b721a559c080bea4ff8aa0c29286d7b6d7"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xwr-3150" + ]; + titles = [ + { + model = "XWR-3150"; + vendor = "Luxul"; + } + ]; + }; + meraki_mr32 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-i2c-bcm-iproc" + "kmod-eeprom-at24" + "kmod-leds-pwm" + "kmod-hwmon-ina2xx" + "kmod-bluetooth" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-meraki_mr32"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-meraki_mr32-squashfs.sysupgrade.bin"; + sha256 = "87a5fbcafde285b6552d80558d3258f2218d756b74bc0620a48b2f3863a9ecd6"; + sha256_unsigned = "966bb4d5cc1938d1d16a2ed81f549db5998195baa1f68d60349ee51199141571"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-meraki_mr32-squashfs.trx"; + sha256 = "274a21a9cf0722f9c2497294e1ca98280082115490894aa8fef3b2c5d5ce1bb4"; + sha256_unsigned = "274a21a9cf0722f9c2497294e1ca98280082115490894aa8fef3b2c5d5ce1bb4"; + type = "trx"; + } + ]; + supported_devices = [ + "meraki,mr32" + ]; + titles = [ + { + model = "MR32"; + vendor = "Meraki"; + } + ]; + }; + netgear_r6250 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-netgear_r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-netgear_r6250-squashfs.chk"; + sha256 = "0c99bee6e18cbf487986e136cde67d56884bff5b2ff9ceab2f155ebef665c9f0"; + sha256_unsigned = "0c99bee6e18cbf487986e136cde67d56884bff5b2ff9ceab2f155ebef665c9f0"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6250" + ]; + titles = [ + { + model = "R6250"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6300-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-netgear_r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-netgear_r6300-v2-squashfs.chk"; + sha256 = "78363b224cf66b03c40cf9e0aa10870a45a78aaa304576beef738cd4157370c6"; + sha256_unsigned = "78363b224cf66b03c40cf9e0aa10870a45a78aaa304576beef738cd4157370c6"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6300-v2" + ]; + titles = [ + { + model = "R6300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-netgear_r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-netgear_r7000-squashfs.chk"; + sha256 = "816da52b89f6d6e2e01f5677ba57294dc9cc1c2006465648dea0689d21675ebb"; + sha256_unsigned = "816da52b89f6d6e2e01f5677ba57294dc9cc1c2006465648dea0689d21675ebb"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7000" + ]; + titles = [ + { + model = "R7000"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7900 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-netgear_r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-netgear_r7900-squashfs.chk"; + sha256 = "95a769300f5a978561d34a6ca6ed3bf56cdc97b3d23d57d6f6d30b0b962a2cca"; + sha256_unsigned = "95a769300f5a978561d34a6ca6ed3bf56cdc97b3d23d57d6f6d30b0b962a2cca"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7900" + ]; + titles = [ + { + model = "R7900"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r8000 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-netgear_r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-netgear_r8000-squashfs.chk"; + sha256 = "30f92dfc5697dc9cfa527b428b3e1d31d07b45b9a31b5655b79285bc0cec45ed"; + sha256_unsigned = "30f92dfc5697dc9cfa527b428b3e1d31d07b45b9a31b5655b79285bc0cec45ed"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r8000" + ]; + titles = [ + { + model = "R8000"; + vendor = "NETGEAR"; + } + ]; + }; + phicomm_k3 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-phicomm_k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-phicomm_k3-squashfs.trx"; + sha256 = "1be4028e7517d849ddff90ad86fc10e5d2ee6088a46bd2f69c1fa0ca9d019cc0"; + sha256_unsigned = "1be4028e7517d849ddff90ad86fc10e5d2ee6088a46bd2f69c1fa0ca9d019cc0"; + type = "trx"; + } + ]; + supported_devices = [ + "phicomm,k3" + ]; + titles = [ + { + model = "K3"; + vendor = "PHICOMM"; + } + ]; + }; + smartrg_sr400ac = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-smartrg_sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-smartrg_sr400ac-squashfs.trx"; + sha256 = "32c5cf1780f501024b3a17d0c1c8c4cc93c7c47c7a6eba8f8f2869fa26f546d6"; + sha256_unsigned = "32c5cf1780f501024b3a17d0c1c8c4cc93c7c47c7a6eba8f8f2869fa26f546d6"; + type = "trx"; + } + ]; + supported_devices = [ + "smartrg,sr400ac" + ]; + titles = [ + { + model = "SR400ac"; + vendor = "SmartRG"; + } + ]; + }; + tenda_ac9 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm53xx-generic-tenda_ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm53xx-generic-tenda_ac9-squashfs.trx"; + sha256 = "4bf6ad70d461962036989220af40d24162e0c194960c578a9b4bbfb048f7d400"; + sha256_unsigned = "4bf6ad70d461962036989220af40d24162e0c194960c578a9b4bbfb048f7d400"; + type = "trx"; + } + ]; + supported_devices = [ + "tenda,ac9" + ]; + titles = [ + { + model = "AC9"; + vendor = "Tenda"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "bcm53xx/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + bcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "16b2379864ed4da6852c12e2bf2fa2a62cd3b1634e11b8754143e74bc9696ff4"; + sha256_unsigned = "16b2379864ed4da6852c12e2bf2fa2a62cd3b1634e11b8754143e74bc9696ff4"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-adb_a4001n-squashfs-cfe.bin"; + sha256 = "ac86f50efe2fc823d6411460bcd99b0d7b7eb1be73c668dd2a97251dff874869"; + sha256_unsigned = "ac86f50efe2fc823d6411460bcd99b0d7b7eb1be73c668dd2a97251dff874869"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "8ca1a8deda7e11445604fc01ccf0470a375183a6cebc8123baa54a9d0eb744de"; + sha256_unsigned = "8ca1a8deda7e11445604fc01ccf0470a375183a6cebc8123baa54a9d0eb744de"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "121d94d1f6597e77e8bc745baddc7df0ebc4dfec2713fc02c4b9a36cfad91b65"; + sha256_unsigned = "121d94d1f6597e77e8bc745baddc7df0ebc4dfec2713fc02c4b9a36cfad91b65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-adb_av4202n-squashfs-cfe.bin"; + sha256 = "02dd3839381838a464c3c6db591588250e5398b26cd82c39eb51002b2a7c7216"; + sha256_unsigned = "02dd3839381838a464c3c6db591588250e5398b26cd82c39eb51002b2a7c7216"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "78ed28440786f3468950193f408cd48b0cd6350cef2916a5a006e6dc3ec53278"; + sha256_unsigned = "78ed28440786f3468950193f408cd48b0cd6350cef2916a5a006e6dc3ec53278"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "0763effb37b4f2458a8adef68bef8999887d35ec4edce0f307c9926090d14514"; + sha256_unsigned = "0763effb37b4f2458a8adef68bef8999887d35ec4edce0f307c9926090d14514"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "073db49883b78ac86f6a529ee29aceae6ef9f984bd423dd0a6a02c1ecf5ed1e6"; + sha256_unsigned = "073db49883b78ac86f6a529ee29aceae6ef9f984bd423dd0a6a02c1ecf5ed1e6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "19fef6a068a9a2b0b5f1853340f64411c1a5909315c8130d74cf8e52bc2932e8"; + sha256_unsigned = "19fef6a068a9a2b0b5f1853340f64411c1a5909315c8130d74cf8e52bc2932e8"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "ca05f39904f1f5890d385fc76b2a6f47b56e9b6dcc04f54f884aa660cf1e497a"; + sha256_unsigned = "ca05f39904f1f5890d385fc76b2a6f47b56e9b6dcc04f54f884aa660cf1e497a"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "5aee5b6433e02ce053abb66476236edbe0f0fb8134dbb790aafa32aa1af3ae5f"; + sha256_unsigned = "5aee5b6433e02ce053abb66476236edbe0f0fb8134dbb790aafa32aa1af3ae5f"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "9f4abda7b92f15cc830cc9546331dd994c69b337bd807099622a13b00fe5edaa"; + sha256_unsigned = "9f4abda7b92f15cc830cc9546331dd994c69b337bd807099622a13b00fe5edaa"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "5aee5b6433e02ce053abb66476236edbe0f0fb8134dbb790aafa32aa1af3ae5f"; + sha256_unsigned = "5aee5b6433e02ce053abb66476236edbe0f0fb8134dbb790aafa32aa1af3ae5f"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "2d98f810cb3636778640456769ba686cf181cb5544725280a1e242436afdaa42"; + sha256_unsigned = "2d98f810cb3636778640456769ba686cf181cb5544725280a1e242436afdaa42"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "ec81b5edd0c19a39d60b7ac7fca26f67447fb7d5e65e7b8b7a6551856eff7252"; + sha256_unsigned = "ec81b5edd0c19a39d60b7ac7fca26f67447fb7d5e65e7b8b7a6551856eff7252"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "ec81b5edd0c19a39d60b7ac7fca26f67447fb7d5e65e7b8b7a6551856eff7252"; + sha256_unsigned = "ec81b5edd0c19a39d60b7ac7fca26f67447fb7d5e65e7b8b7a6551856eff7252"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "11df7372fe67a1015e55f7badfc5ec1f7468311852ec2ea14a357412b372b91b"; + sha256_unsigned = "11df7372fe67a1015e55f7badfc5ec1f7468311852ec2ea14a357412b372b91b"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "bd9b9ed4e4a72c08a9649239eb286ca8a8f133ae3ecf121bf6431c11770a6da6"; + sha256_unsigned = "bd9b9ed4e4a72c08a9649239eb286ca8a8f133ae3ecf121bf6431c11770a6da6"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "74fa8215d2bed30e599b53d62043f1541202c0dcbdf90b0f4267468a8de50c36"; + sha256_unsigned = "74fa8215d2bed30e599b53d62043f1541202c0dcbdf90b0f4267468a8de50c36"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "cffe8212bfa5cdaad7303bd756776daa8aa2e2a303709ed894f305663dada4ea"; + sha256_unsigned = "cffe8212bfa5cdaad7303bd756776daa8aa2e2a303709ed894f305663dada4ea"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "ac5c1e65845e539eb0a5165b9f18082c81c9ad19be79d6c7b4ff947d6f84bd0f"; + sha256_unsigned = "ac5c1e65845e539eb0a5165b9f18082c81c9ad19be79d6c7b4ff947d6f84bd0f"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "6e67ad2f9e55616fdbd8f59ec38f60d0c1d7e5fc3e6b49f1e37406993d524db8"; + sha256_unsigned = "6e67ad2f9e55616fdbd8f59ec38f60d0c1d7e5fc3e6b49f1e37406993d524db8"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "2ac0ce0f76c250714f0055edf4004518b439b3595c7490beb5d379864c92e168"; + sha256_unsigned = "2ac0ce0f76c250714f0055edf4004518b439b3595c7490beb5d379864c92e168"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "4a96cb03fa606b3ad3cd57f3b0faca87bdf1019064b4ac1fe314f3d355eec9ae"; + sha256_unsigned = "4a96cb03fa606b3ad3cd57f3b0faca87bdf1019064b4ac1fe314f3d355eec9ae"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "90321b08d4b54fbd2c05d9a1a41e9cbb3cbce01237b13c8d470f623eb1fea05b"; + sha256_unsigned = "90321b08d4b54fbd2c05d9a1a41e9cbb3cbce01237b13c8d470f623eb1fea05b"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "e15be8aa8600a0861a595efe5d9490158cd89a7b2d6dab32ed429650620d6ab8"; + sha256_unsigned = "e15be8aa8600a0861a595efe5d9490158cd89a7b2d6dab32ed429650620d6ab8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "4e735d70ee063b3b7aa33a992c31aaa96de90bc91a102a4086fe1949c1001574"; + sha256_unsigned = "4e735d70ee063b3b7aa33a992c31aaa96de90bc91a102a4086fe1949c1001574"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "809759085cbefdb3889d70d10516aeb383712c46c2934a542d2d61b2b4928226"; + sha256_unsigned = "809759085cbefdb3889d70d10516aeb383712c46c2934a542d2d61b2b4928226"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "0f67a686e6133059e1e3a5d5c7e92906f9585e2395d4abc3f13f49387c7cea7e"; + sha256_unsigned = "0f67a686e6133059e1e3a5d5c7e92906f9585e2395d4abc3f13f49387c7cea7e"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "827cd2129cdf1c904866f88efceb5431ce1e28e64728baa8f40c2fd1b8fbb30f"; + sha256_unsigned = "827cd2129cdf1c904866f88efceb5431ce1e28e64728baa8f40c2fd1b8fbb30f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "2a6fb363064ff7396e0e8ab53a2094d0179b751861cde62b94aef4f2eb3546d0"; + sha256_unsigned = "2a6fb363064ff7396e0e8ab53a2094d0179b751861cde62b94aef4f2eb3546d0"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "6faeb1770e47837a9fe2e9804287a7db6a0c3017c3ae3527808dcfbb9ea33426"; + sha256_unsigned = "6faeb1770e47837a9fe2e9804287a7db6a0c3017c3ae3527808dcfbb9ea33426"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "8884d999109cd28d7488f207f0279d42d1900de49681c465defad5098eaae50a"; + sha256_unsigned = "8884d999109cd28d7488f207f0279d42d1900de49681c465defad5098eaae50a"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "fab698f3b0a3ce1f1bc839a31320c3f68b6dad9412e6d03b1db1a63a9a074a12"; + sha256_unsigned = "fab698f3b0a3ce1f1bc839a31320c3f68b6dad9412e6d03b1db1a63a9a074a12"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "079d4286c4a2c9e58c20fb19207b6b028d78430a8d6b24810a62862daf0a8ba0"; + sha256_unsigned = "079d4286c4a2c9e58c20fb19207b6b028d78430a8d6b24810a62862daf0a8ba0"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "daba272ecfb2791f9fa3baa123d4c05daa6cbf6dca8e1874f23bacd647e770f1"; + sha256_unsigned = "daba272ecfb2791f9fa3baa123d4c05daa6cbf6dca8e1874f23bacd647e770f1"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "abe2c47a90580f07ceead33f282f3743c2a87cc34631ac1131388a7e657cd1fe"; + sha256_unsigned = "abe2c47a90580f07ceead33f282f3743c2a87cc34631ac1131388a7e657cd1fe"; + type = "cfe-EU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "503dd4b94281002742bda9308ae4d97b3e205965c68943001c8a83476d2d76cf"; + sha256_unsigned = "503dd4b94281002742bda9308ae4d97b3e205965c68943001c8a83476d2d76cf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "503dd4b94281002742bda9308ae4d97b3e205965c68943001c8a83476d2d76cf"; + sha256_unsigned = "503dd4b94281002742bda9308ae4d97b3e205965c68943001c8a83476d2d76cf"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "485d7b6db8c2ca415a6e1185dffc969043a8ce299660ce27a1fb7e6d05916266"; + sha256_unsigned = "485d7b6db8c2ca415a6e1185dffc969043a8ce299660ce27a1fb7e6d05916266"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "b0267681804312dd50c8ddedc6e2a45f72212eb40c3e9dc6a3d4688fd43164af"; + sha256_unsigned = "b0267681804312dd50c8ddedc6e2a45f72212eb40c3e9dc6a3d4688fd43164af"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "b258d25ee7e313e74bc04adfb0e3448260875b521e2b15cfeaf2def14da8e6f4"; + sha256_unsigned = "b258d25ee7e313e74bc04adfb0e3448260875b521e2b15cfeaf2def14da8e6f4"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "6943f3a4e622e5af572674a49d1bde0aa1f29e0ce0014c0375da23ada4e4408f"; + sha256_unsigned = "6943f3a4e622e5af572674a49d1bde0aa1f29e0ce0014c0375da23ada4e4408f"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "1de3aeb4a95f8b8dbaaec380935b9efe0a8bbcb529e5e9069ce16ba76adc7615"; + sha256_unsigned = "1de3aeb4a95f8b8dbaaec380935b9efe0a8bbcb529e5e9069ce16ba76adc7615"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "cd84ad7e4ac77262c0b622522bf85fc875798f5389cb44c2d78fef6947aa2f9e"; + sha256_unsigned = "cd84ad7e4ac77262c0b622522bf85fc875798f5389cb44c2d78fef6947aa2f9e"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "85f692c359d65d35a6e909ea23198ab835daee7708926b33b05146e6b3ed2178"; + sha256_unsigned = "85f692c359d65d35a6e909ea23198ab835daee7708926b33b05146e6b3ed2178"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "6937d91ff4128b872df3b160be9469001ae9ae98ceb51a2698dc71f7db0d4a64"; + sha256_unsigned = "6937d91ff4128b872df3b160be9469001ae9ae98ceb51a2698dc71f7db0d4a64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "669d65fefd81048be46f35bfd022207116e5da818a0668937608f54456952b2d"; + sha256_unsigned = "669d65fefd81048be46f35bfd022207116e5da818a0668937608f54456952b2d"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "6da79db96c092ea2cdccb274e87e257e10b838ef912fed11e016700716a78842"; + sha256_unsigned = "6da79db96c092ea2cdccb274e87e257e10b838ef912fed11e016700716a78842"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "6309db5f24a239b7b81e999dc49aaa5e3b38ac14d6dd18ae4de8bdbcd387294e"; + sha256_unsigned = "6309db5f24a239b7b81e999dc49aaa5e3b38ac14d6dd18ae4de8bdbcd387294e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "166f724955097a07256046ae81dabf837ac0887e60a384b424a3d53ecfc88cca"; + sha256_unsigned = "166f724955097a07256046ae81dabf837ac0887e60a384b424a3d53ecfc88cca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "4080f7490be1d8c8b60dabd0b1ce9b96e0ff3f94fcccfe856a25990cd0fc0c2a"; + sha256_unsigned = "4080f7490be1d8c8b60dabd0b1ce9b96e0ff3f94fcccfe856a25990cd0fc0c2a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "e085721ca83b34f72a2a82c457f76c55e3828776dcbd61fdde7827e3689e64df"; + sha256_unsigned = "e085721ca83b34f72a2a82c457f76c55e3828776dcbd61fdde7827e3689e64df"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "c9d4e4da09c02131817a77b03f9ce84d8af9bb640b802d008c8c92a22c47e7fb"; + sha256_unsigned = "c9d4e4da09c02131817a77b03f9ce84d8af9bb640b802d008c8c92a22c47e7fb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-netgear_evg2000-squashfs-factory.chk"; + sha256 = "07b02a1a412c8c269e90fe4c85f2f957d78f695de58cea52a1c3779f1350737e"; + sha256_unsigned = "07b02a1a412c8c269e90fe4c85f2f957d78f695de58cea52a1c3779f1350737e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "7282ca409e1ea96046d1f1b5071240076122b9cc653a40ef3cdeea5f797342af"; + sha256_unsigned = "7282ca409e1ea96046d1f1b5071240076122b9cc653a40ef3cdeea5f797342af"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "762f5c643406c44dce10599b0ef9ce7d5ef1339e897b549c8840831e4fdc78f1"; + sha256_unsigned = "762f5c643406c44dce10599b0ef9ce7d5ef1339e897b549c8840831e4fdc78f1"; + type = "cfe"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "319bfbe320e121a7e824c4d0e63107d5611b3c0296588207eb108442713bc693"; + sha256_unsigned = "319bfbe320e121a7e824c4d0e63107d5611b3c0296588207eb108442713bc693"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "5565b6c1d603b9ed30d21ba0d311a92fe1a98fcb446ee78b34110a518617ebfc"; + sha256_unsigned = "5565b6c1d603b9ed30d21ba0d311a92fe1a98fcb446ee78b34110a518617ebfc"; + type = "cfe"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "c3e5ae5aa3153ade23511af501d72f5f74de59a14679c0e05d627e7e343bf5ba"; + sha256_unsigned = "c3e5ae5aa3153ade23511af501d72f5f74de59a14679c0e05d627e7e343bf5ba"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "2d269f859e380c6d51f60900ab96f7518a345e39fdaa5b409d3b7889d150b9b6"; + sha256_unsigned = "2d269f859e380c6d51f60900ab96f7518a345e39fdaa5b409d3b7889d150b9b6"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "a723c19aa4375f29112ec7d3fb97c7de588a5054e473eae89192398f5243889f"; + sha256_unsigned = "a723c19aa4375f29112ec7d3fb97c7de588a5054e473eae89192398f5243889f"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "a21f94cfa78c96a161f670816118dc9236901754a6b78d4be97edf2fcc771fbf"; + sha256_unsigned = "a21f94cfa78c96a161f670816118dc9236901754a6b78d4be97edf2fcc771fbf"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "7045ad4ce74430b3934723c62148427727f2a7abf6457eaafa186b7490f0ddbc"; + sha256_unsigned = "7045ad4ce74430b3934723c62148427727f2a7abf6457eaafa186b7490f0ddbc"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "352815d33e665e4f8577b0f44e9b29675e5f0c9f256059bacab8db7cb73f8159"; + sha256_unsigned = "352815d33e665e4f8577b0f44e9b29675e5f0c9f256059bacab8db7cb73f8159"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "4c0c668d023e30f2177d83e46bcd9731400dbfac67e922a30306fa9b0030285c"; + sha256_unsigned = "4c0c668d023e30f2177d83e46bcd9731400dbfac67e922a30306fa9b0030285c"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "99c2d180dc5540cdf4eb590248c3c6f8c8a244bcd2278b50c37f02056df956df"; + sha256_unsigned = "99c2d180dc5540cdf4eb590248c3c6f8c8a244bcd2278b50c37f02056df956df"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "b75f1f2e6749f7af22c739a49ec25549812affbc993c0ecdd43d48ff0f121bde"; + sha256_unsigned = "b75f1f2e6749f7af22c739a49ec25549812affbc993c0ecdd43d48ff0f121bde"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "99338304e7797e85ce3a5be203a2e6083e86f8fe9677a128ca40108089e31f6c"; + sha256_unsigned = "99338304e7797e85ce3a5be203a2e6083e86f8fe9677a128ca40108089e31f6c"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "ec295d17b7d12b91749ed3d4b6966901a8b9841780fe8a3ac94a9ad55cdb7d95"; + sha256_unsigned = "ec295d17b7d12b91749ed3d4b6966901a8b9841780fe8a3ac94a9ad55cdb7d95"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-sky_sr102-squashfs-cfe.bin"; + sha256 = "bc28a51036b367404566195ad50afab8990860b102cb401c09a4baf3d704d705"; + sha256_unsigned = "bc28a51036b367404566195ad50afab8990860b102cb401c09a4baf3d704d705"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "84567dd3cf0e804c43dcbdf4fcd4a8dcf314c37d115146e38db25b6c93c9e5bc"; + sha256_unsigned = "84567dd3cf0e804c43dcbdf4fcd4a8dcf314c37d115146e38db25b6c93c9e5bc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "d449e7802ad4fe48c51c56fb3eea3a369060f94783d3b25144e778db4678b3af"; + sha256_unsigned = "d449e7802ad4fe48c51c56fb3eea3a369060f94783d3b25144e778db4678b3af"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "8b3a6a4fc2b0c19d1df7a571703d688b56ff7e0dd93c719f15fd1de4a9f35805"; + sha256_unsigned = "8b3a6a4fc2b0c19d1df7a571703d688b56ff7e0dd93c719f15fd1de4a9f35805"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "c9a4a5bc2fffb79b2dd46eaf0f5c8301b5d354c9fea705b9361e67a2e5a55273"; + sha256_unsigned = "c9a4a5bc2fffb79b2dd46eaf0f5c8301b5d354c9fea705b9361e67a2e5a55273"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "1e5a34b172b6494d31e85664bac2e557942e9b8355ece0bcdf34a808297a02cf"; + sha256_unsigned = "1e5a34b172b6494d31e85664bac2e557942e9b8355ece0bcdf34a808297a02cf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "da948bcb03a79f560ba9a495f451a0227081d5ef975a90d8b21017c630cb6299"; + sha256_unsigned = "da948bcb03a79f560ba9a495f451a0227081d5ef975a90d8b21017c630cb6299"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-generic-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-generic-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "122f69b6a8d6e3d709910518eae6c66953efcb5f5ff2ca8b42048fa8eed20346"; + sha256_unsigned = "122f69b6a8d6e3d709910518eae6c66953efcb5f5ff2ca8b42048fa8eed20346"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "bcm63xx/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "705d0cd4dc276413420d91b8847bed8a81697844e3b3e680f21593b792cf4fb0"; + sha256_unsigned = "705d0cd4dc276413420d91b8847bed8a81697844e3b3e680f21593b792cf4fb0"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-adb_a4001n-squashfs-cfe.bin"; + sha256 = "5eda6936737f1aabd9460a3b74242e141e77f9c5578e21d7c061f6c611696819"; + sha256_unsigned = "5eda6936737f1aabd9460a3b74242e141e77f9c5578e21d7c061f6c611696819"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "f8f9410bba040768f2d66baf269786b7c6c08a33faf007152df5fce6f70df9ae"; + sha256_unsigned = "f8f9410bba040768f2d66baf269786b7c6c08a33faf007152df5fce6f70df9ae"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "d90ba36deb1c6b16dd3a00e0a46ecc718136d4006d3130d9637ea616fdefdbcd"; + sha256_unsigned = "d90ba36deb1c6b16dd3a00e0a46ecc718136d4006d3130d9637ea616fdefdbcd"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-adb_av4202n-squashfs-cfe.bin"; + sha256 = "9f1945d91f56d00c4f08c4565852b669eca94fc560fad920c2c753368318d2e4"; + sha256_unsigned = "9f1945d91f56d00c4f08c4565852b669eca94fc560fad920c2c753368318d2e4"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "cfd62759ab85fc82b895813e3472ec21ce01b687444750350ba8f6c4107b43d2"; + sha256_unsigned = "cfd62759ab85fc82b895813e3472ec21ce01b687444750350ba8f6c4107b43d2"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "3bc520ed1c3a06409ce80a6988187b4be1e07279843ea03eaac75b730b030fd8"; + sha256_unsigned = "3bc520ed1c3a06409ce80a6988187b4be1e07279843ea03eaac75b730b030fd8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "18014c54c87e134072452e4fa9c33cbc4ec8e21564df0679fe645145927ecfc6"; + sha256_unsigned = "18014c54c87e134072452e4fa9c33cbc4ec8e21564df0679fe645145927ecfc6"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "a196f06918e0c6fe492b590af1484285601a4c31273f0df822109114e9365521"; + sha256_unsigned = "a196f06918e0c6fe492b590af1484285601a4c31273f0df822109114e9365521"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "3374b55628b4ea1656b31e2fa21405a66b2a80e024a1ff3cb1803366d78afa0f"; + sha256_unsigned = "3374b55628b4ea1656b31e2fa21405a66b2a80e024a1ff3cb1803366d78afa0f"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "3415ce5306ddd2614ee3294532e7c86033a50842d3e7c45c27a7d0846db91442"; + sha256_unsigned = "3415ce5306ddd2614ee3294532e7c86033a50842d3e7c45c27a7d0846db91442"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "fe54f38c64e22bea5216f85b1bead18015201c60d34996c067719aebf89081f7"; + sha256_unsigned = "fe54f38c64e22bea5216f85b1bead18015201c60d34996c067719aebf89081f7"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "3415ce5306ddd2614ee3294532e7c86033a50842d3e7c45c27a7d0846db91442"; + sha256_unsigned = "3415ce5306ddd2614ee3294532e7c86033a50842d3e7c45c27a7d0846db91442"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "aef2f10ca5372bb18a1847b96bd91ee4d62a56e1cb494a83da00457f0c7cf766"; + sha256_unsigned = "aef2f10ca5372bb18a1847b96bd91ee4d62a56e1cb494a83da00457f0c7cf766"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "aef2f10ca5372bb18a1847b96bd91ee4d62a56e1cb494a83da00457f0c7cf766"; + sha256_unsigned = "aef2f10ca5372bb18a1847b96bd91ee4d62a56e1cb494a83da00457f0c7cf766"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "0a205bd55c0dc7b822888e086b917e2c4957767916d9c0f708b05620e7f353cd"; + sha256_unsigned = "0a205bd55c0dc7b822888e086b917e2c4957767916d9c0f708b05620e7f353cd"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "e4d9f68b29145c4d360455f638da685f8b54d561bd9ba9c76c6bd0ce05129e43"; + sha256_unsigned = "e4d9f68b29145c4d360455f638da685f8b54d561bd9ba9c76c6bd0ce05129e43"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "3840a2b0f445008d849ab536fe09e38f9d889ec12fdaca7ecee1c2782806d68c"; + sha256_unsigned = "3840a2b0f445008d849ab536fe09e38f9d889ec12fdaca7ecee1c2782806d68c"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "9844ca50b7fbbc8d935b6db754c3c84244f999f3b9ff1d4782847b386954de0c"; + sha256_unsigned = "9844ca50b7fbbc8d935b6db754c3c84244f999f3b9ff1d4782847b386954de0c"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "091dd1cf3d3f1aaccd5865ab55fcade465e0de45cc267c72c63fa3521982bd9b"; + sha256_unsigned = "091dd1cf3d3f1aaccd5865ab55fcade465e0de45cc267c72c63fa3521982bd9b"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "1b95b87247f982c50475ae7ca3a29cbddb957b876d2151b94a3a433beffb0803"; + sha256_unsigned = "1b95b87247f982c50475ae7ca3a29cbddb957b876d2151b94a3a433beffb0803"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "446ff5f926f7e0977596800a1418f3b3061b7d7bfd0e3a0b090886a0466bf98d"; + sha256_unsigned = "446ff5f926f7e0977596800a1418f3b3061b7d7bfd0e3a0b090886a0466bf98d"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "26121a2421ccb4aad14f0a9e9fe6b2a59b502e56765f7fe012e91c748f281ce0"; + sha256_unsigned = "26121a2421ccb4aad14f0a9e9fe6b2a59b502e56765f7fe012e91c748f281ce0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "b5cdad220153122fe7941ecb3f738d37fb83a90803380b9d950a136ebda99599"; + sha256_unsigned = "b5cdad220153122fe7941ecb3f738d37fb83a90803380b9d950a136ebda99599"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "01c423ab950a9393db787e24c346cb39d4eb07ba2bd94ac9271d5de9abdac027"; + sha256_unsigned = "01c423ab950a9393db787e24c346cb39d4eb07ba2bd94ac9271d5de9abdac027"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "ee40f6e96ffaa9195554cd297b851b2516a8851ac3a21651ab57a77573e76e94"; + sha256_unsigned = "ee40f6e96ffaa9195554cd297b851b2516a8851ac3a21651ab57a77573e76e94"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "369caf9b3899c8a5e2f3d74aa33e0fd7ebbbae658512e3009d71a0fb761a9172"; + sha256_unsigned = "369caf9b3899c8a5e2f3d74aa33e0fd7ebbbae658512e3009d71a0fb761a9172"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "fb393b708d8caf86ab7d9f0bf3cdb8d254660c08338d6b950eedf3e9f9a38a4a"; + sha256_unsigned = "fb393b708d8caf86ab7d9f0bf3cdb8d254660c08338d6b950eedf3e9f9a38a4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "b2c13970d1ea44792aa4e60f3983a00cdb34ebc97bc8dc5c675de1a953f717c1"; + sha256_unsigned = "b2c13970d1ea44792aa4e60f3983a00cdb34ebc97bc8dc5c675de1a953f717c1"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vg-8050 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-comtrend_vg-8050"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-comtrend_vg-8050-squashfs-cfe.bin"; + sha256 = "d95b63703e5f8b0f05cf0b5313a28391bb458ebbeedf0ee332248eb59285498f"; + sha256_unsigned = "d95b63703e5f8b0f05cf0b5313a28391bb458ebbeedf0ee332248eb59285498f"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-comtrend_vg-8050-squashfs-sysupgrade.bin"; + sha256 = "03980ae255167216dbcdd6185639a236b30b1664cd479ecb7632e355e8dd0ed9"; + sha256_unsigned = "7cc1d4877a8ac653de273ba2476504dc2584daa349aacaee33d698fafc09b9a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vg-8050" + ]; + titles = [ + { + model = "VG-8050"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "a37497cfa4df4350263b78e9b75f98385c06fed8f25d0a4161dc4d8fe25ba865"; + sha256_unsigned = "a37497cfa4df4350263b78e9b75f98385c06fed8f25d0a4161dc4d8fe25ba865"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "c4c649c729cd284b323d85ee5c52a595d810fedd81d6b311ba58c8a31c007923"; + sha256_unsigned = "c4c649c729cd284b323d85ee5c52a595d810fedd81d6b311ba58c8a31c007923"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "b031c0242ece47b477849fc16e0beea1ee0b33c561abd98706d7594ed9c93293"; + sha256_unsigned = "b031c0242ece47b477849fc16e0beea1ee0b33c561abd98706d7594ed9c93293"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "6136cc9d1718d62c7fe7f0f496a7a0a542db1ae241fa7d5dcaaa5481c55684e4"; + sha256_unsigned = "6136cc9d1718d62c7fe7f0f496a7a0a542db1ae241fa7d5dcaaa5481c55684e4"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3032u = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-comtrend_vr-3032u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-comtrend_vr-3032u-squashfs-sysupgrade.bin"; + sha256 = "3141d4f52df5156d397e8cc6f6000472336b1083fbdbbcbd8f9db72afca26d91"; + sha256_unsigned = "39f749717807b08d10b1186b89ab2662ee86a9239856a58f0821c1c32d199e70"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-comtrend_vr-3032u-squashfs-cfe.bin"; + sha256 = "1a371c47923266003d635f6055d264ba58e4a9cd53e36006d21359ebed7bd667"; + sha256_unsigned = "1a371c47923266003d635f6055d264ba58e4a9cd53e36006d21359ebed7bd667"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3032u" + ]; + titles = [ + { + model = "VR-3032u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "fb7b1e7fd6dc8194d2c9ad68e787ce748374042b4ee6736acb1a43d0d6e0f827"; + sha256_unsigned = "fb7b1e7fd6dc8194d2c9ad68e787ce748374042b4ee6736acb1a43d0d6e0f827"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "5eef3376064e0c76d4600ea1d8abcd1af15b0b35e8e9d9b02b0eda88a23912c4"; + sha256_unsigned = "5eef3376064e0c76d4600ea1d8abcd1af15b0b35e8e9d9b02b0eda88a23912c4"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "bc265160c696f796afd9b29691b219169e046b0db4d63203f7d104ad90ac4853"; + sha256_unsigned = "bc265160c696f796afd9b29691b219169e046b0db4d63203f7d104ad90ac4853"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "3a4791aa894393f81a3d3fd8c9d2b597050ef679011c9f32acbe67490f0916f5"; + sha256_unsigned = "3a4791aa894393f81a3d3fd8c9d2b597050ef679011c9f32acbe67490f0916f5"; + type = "cfe-AU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "bf7bf824a959f14fa61451897bc87f37388c3b39b2202d602c838eb6c1de64d1"; + sha256_unsigned = "bf7bf824a959f14fa61451897bc87f37388c3b39b2202d602c838eb6c1de64d1"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "bf7bf824a959f14fa61451897bc87f37388c3b39b2202d602c838eb6c1de64d1"; + sha256_unsigned = "bf7bf824a959f14fa61451897bc87f37388c3b39b2202d602c838eb6c1de64d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "1eae46eed25cc2f92bf4325cfd4dfad279ea1b3eb589be3a4793bf5c65c4adb3"; + sha256_unsigned = "1eae46eed25cc2f92bf4325cfd4dfad279ea1b3eb589be3a4793bf5c65c4adb3"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "24b57a9ef383f9077cdbec7668dca0ba35ac063a6e6e3fbf455453b3c8a4b9a2"; + sha256_unsigned = "24b57a9ef383f9077cdbec7668dca0ba35ac063a6e6e3fbf455453b3c8a4b9a2"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "fa514f6d9896fd752a377106f07f5820efeb61d7f39ddf8fe4418d9488feb629"; + sha256_unsigned = "fa514f6d9896fd752a377106f07f5820efeb61d7f39ddf8fe4418d9488feb629"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "395ede50ddb2a4b9a07f60bf2b9d4d8b4d906eb4da691ce4e052dcacb359b172"; + sha256_unsigned = "395ede50ddb2a4b9a07f60bf2b9d4d8b4d906eb4da691ce4e052dcacb359b172"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "ea3a78cfd4c0fee116a4e77b8752df8614838b8a8dd71536f48773807d0d8cf0"; + sha256_unsigned = "ea3a78cfd4c0fee116a4e77b8752df8614838b8a8dd71536f48773807d0d8cf0"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "c07545a670f1082a9e4718b75007376618d3b63054cf34e2479a2c27d48fc0d9"; + sha256_unsigned = "c07545a670f1082a9e4718b75007376618d3b63054cf34e2479a2c27d48fc0d9"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "2a49b9fea15b7ce926d2120913cbb1deec917184e3e0f701692f5719af1e8409"; + sha256_unsigned = "2a49b9fea15b7ce926d2120913cbb1deec917184e3e0f701692f5719af1e8409"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "c4d91700497d0a3ab9287f9df68db47db16899614dcd8b60f278e90a17c3a83b"; + sha256_unsigned = "c4d91700497d0a3ab9287f9df68db47db16899614dcd8b60f278e90a17c3a83b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "2055c0e47cca46b1a7ab8e7c7d8df2a5c55e59ea59360bc633a55bc1b641d55d"; + sha256_unsigned = "2055c0e47cca46b1a7ab8e7c7d8df2a5c55e59ea59360bc633a55bc1b641d55d"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + huawei_hg253s-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-huawei_hg253s-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-huawei_hg253s-v2-squashfs-flash.bin"; + sha256 = "b476d7f5dbedd4607dd490f20159ea4a9c72c4ee8dab890300167dfb47e8c953"; + sha256_unsigned = "b476d7f5dbedd4607dd490f20159ea4a9c72c4ee8dab890300167dfb47e8c953"; + type = "flash"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-huawei_hg253s-v2-squashfs-sysupgrade.bin"; + sha256 = "463986c7060e3891d2660afd1a639f33ebe42bcabf9b8e47cd09d72577490497"; + sha256_unsigned = "cf32c96b29ca969f80cc9fa3838be8c7d23bc79a459b4682e149e870e6f5c6ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg253s-v2" + ]; + titles = [ + { + model = "HG253s"; + variant = "v2"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "fb78bcc00c879878d2ef173b67b389dd753488515fb5ed2d6b1ce3f2512ac1b1"; + sha256_unsigned = "fb78bcc00c879878d2ef173b67b389dd753488515fb5ed2d6b1ce3f2512ac1b1"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "c67416782291499f76ddb493b601f0854dd7ebfe00a63bf14e5bd15c0a2d5c9f"; + sha256_unsigned = "c67416782291499f76ddb493b601f0854dd7ebfe00a63bf14e5bd15c0a2d5c9f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "d0a196e573e2c7d5b248acbbdbc7f9cfb239d39e636cf7bfc96daa23a5283f89"; + sha256_unsigned = "d0a196e573e2c7d5b248acbbdbc7f9cfb239d39e636cf7bfc96daa23a5283f89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3700-v2 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-netgear_dgnd3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-sysupgrade.bin"; + sha256 = "146a0f2f869dbbc67877834259f75179cb99df1c93213f74ce15a1f9a418f978"; + sha256_unsigned = "ec6ba95e67f878e9a8986564f7fd9d54d47f341df8c03ebd8b94c84ca3f838eb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-cfe.bin"; + sha256 = "99ec6c9e896b4d5187dd06e7c2ff0b22b23d8656f6875fcf4182e99a22e1b4db"; + sha256_unsigned = "99ec6c9e896b4d5187dd06e7c2ff0b22b23d8656f6875fcf4182e99a22e1b4db"; + type = "cfe"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v2" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "3c9720ace1c61d852f12d5f46cee1e3d6965c2c96ae790938923ca642e904dc9"; + sha256_unsigned = "3c9720ace1c61d852f12d5f46cee1e3d6965c2c96ae790938923ca642e904dc9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "fdb061648cc2014634fc951da06783661897e9453abf118bbd54272ce52e1d60"; + sha256_unsigned = "fdb061648cc2014634fc951da06783661897e9453abf118bbd54272ce52e1d60"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "b850cad28d59b5c4837c3ab4a94ac9b8c4667c008f57936022ccd448370e6127"; + sha256_unsigned = "b850cad28d59b5c4837c3ab4a94ac9b8c4667c008f57936022ccd448370e6127"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-netgear_evg2000-squashfs-factory.chk"; + sha256 = "75dfd4749fb756218bf4428a87eed80cb194f50afb2db751efcd0ea923781ddf"; + sha256_unsigned = "75dfd4749fb756218bf4428a87eed80cb194f50afb2db751efcd0ea923781ddf"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "7065ad06c4008322644a3b205d0141fffe80eba198496a91b06c57caa618cb51"; + sha256_unsigned = "7065ad06c4008322644a3b205d0141fffe80eba198496a91b06c57caa618cb51"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "55d6b1fba1f0620f8569a41ef806daad943cf036d6968e52582b2e722fa9b7c7"; + sha256_unsigned = "55d6b1fba1f0620f8569a41ef806daad943cf036d6968e52582b2e722fa9b7c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "2a156da1b3408c802a18b01e8cd21e4773ad67d4d0ae15997bbb80f6447c5270"; + sha256_unsigned = "2a156da1b3408c802a18b01e8cd21e4773ad67d4d0ae15997bbb80f6447c5270"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "eef2013f2a4e41633f06b1079cf7ed492f12da90aa6cf8a334a2f85508820bec"; + sha256_unsigned = "eef2013f2a4e41633f06b1079cf7ed492f12da90aa6cf8a334a2f85508820bec"; + type = "cfe"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "098d0e5e546c024a5d15353826ff548943ac55c2231e5619adc2c4a67f68a4c4"; + sha256_unsigned = "098d0e5e546c024a5d15353826ff548943ac55c2231e5619adc2c4a67f68a4c4"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "c88e723e5a6f97c1389e995e1ce16a066fd00210bcd4ed8fa6a5e97f26f9e6f5"; + sha256_unsigned = "c88e723e5a6f97c1389e995e1ce16a066fd00210bcd4ed8fa6a5e97f26f9e6f5"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "6f41d90bcf3d69ea4e215ee9ebbb139a86cabb4b951580d65018282a64ee51b6"; + sha256_unsigned = "6f41d90bcf3d69ea4e215ee9ebbb139a86cabb4b951580d65018282a64ee51b6"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "0f0c7030d095a2e1054231f3f9edaa192a3e78177855935b68d258937fe4df4d"; + sha256_unsigned = "0f0c7030d095a2e1054231f3f9edaa192a3e78177855935b68d258937fe4df4d"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "c224002ff7c3fb3e7705aa8220f5c587df0aef5068eb7fcaa4f8a68d3d8bdacb"; + sha256_unsigned = "c224002ff7c3fb3e7705aa8220f5c587df0aef5068eb7fcaa4f8a68d3d8bdacb"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "8b14cfd82f312fcf3870b1b5dfe377c8a0bf38399c0eb7511f5a627f6a947754"; + sha256_unsigned = "8b14cfd82f312fcf3870b1b5dfe377c8a0bf38399c0eb7511f5a627f6a947754"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "4071ebf1292788f8f216bf9e339284d147914cbf1809db76bb7d8272f3ce1290"; + sha256_unsigned = "4071ebf1292788f8f216bf9e339284d147914cbf1809db76bb7d8272f3ce1290"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-sercomm_ad1018"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-sercomm_ad1018-squashfs-sysupgrade.bin"; + sha256 = "e8ee2888070b537350b02baf196a5a537f435cde2abc72f879bb5d7e4cf2e572"; + sha256_unsigned = "729c4bfe6c37b6251a1f3c118dc64458139648f26f919bc14cf95eabd5662967"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-sercomm_ad1018-squashfs-factory.img"; + sha256 = "619c1232a16a3ff6628718b276bb79ce40aa73fc9300abf03ae345def2a22998"; + sha256_unsigned = "619c1232a16a3ff6628718b276bb79ce40aa73fc9300abf03ae345def2a22998"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,ad1018" + ]; + titles = [ + { + model = "AD1018"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "1bd663eae302779385193d88c68c73519f6bc138a86a49049c9f2a95f037f7dd"; + sha256_unsigned = "1bd663eae302779385193d88c68c73519f6bc138a86a49049c9f2a95f037f7dd"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-lowi = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-sercomm_h500-s-lowi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-factory.img"; + sha256 = "f71a01a44fdb9df484b96606af9fe16e4e874b06cc3705969360d8841556c453"; + sha256_unsigned = "f71a01a44fdb9df484b96606af9fe16e4e874b06cc3705969360d8841556c453"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-sysupgrade.bin"; + sha256 = "b72e009ee05d75a676367d3da0297575464c1dfaed90c1d3c03350e09cfc8f17"; + sha256_unsigned = "11120b12d7da834e85cdb4537db7d3f37c18c4d57533c45c7ae9da7eb3f1c3d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-lowi" + ]; + titles = [ + { + model = "H500-s"; + variant = "lowi"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-vfes = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-sercomm_h500-s-vfes"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-sysupgrade.bin"; + sha256 = "539c528c121880e2947408fe7f5be193c8db8e9db013f410ee665aec16bcaf85"; + sha256_unsigned = "8bff2a74fc9bbb5b1871de99c2f09eeac703d1d107cf6448ab2929bd60bb0afd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-factory.img"; + sha256 = "919b4b56ae75f086751ed689f51d86c7ebb89908a34b39e1e6429ac84f529055"; + sha256_unsigned = "919b4b56ae75f086751ed689f51d86c7ebb89908a34b39e1e6429ac84f529055"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,h500-s-vfes" + ]; + titles = [ + { + model = "H500-s"; + variant = "vfes"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "5a6b116b98636adbba423beae54718f7dd760514ebc8b8eb7f51258900bfd3d3"; + sha256_unsigned = "5a6b116b98636adbba423beae54718f7dd760514ebc8b8eb7f51258900bfd3d3"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "88e68c23112ded35485e2b150d52904ac840cd1df0185fee4a0f78b0fb175d5d"; + sha256_unsigned = "88e68c23112ded35485e2b150d52904ac840cd1df0185fee4a0f78b0fb175d5d"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "089db7c07db49c1024f456dd532460ec6edea5d87f77c7e002fceb12dcb02e9c"; + sha256_unsigned = "089db7c07db49c1024f456dd532460ec6edea5d87f77c7e002fceb12dcb02e9c"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-sky_sr102-squashfs-cfe.bin"; + sha256 = "0f777ccd096ac3bf55d9a030066884f077d89cef295daf79feb6dd9fda80788e"; + sha256_unsigned = "0f777ccd096ac3bf55d9a030066884f077d89cef295daf79feb6dd9fda80788e"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "53aab273da730ef6fb2d5dd97bd92d66f2d8fdaf63146cdd037aec7476614227"; + sha256_unsigned = "53aab273da730ef6fb2d5dd97bd92d66f2d8fdaf63146cdd037aec7476614227"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "ae85842390aa668527efe1fc8bff8f3ca1b82f891da7324635eb706649774f74"; + sha256_unsigned = "ae85842390aa668527efe1fc8bff8f3ca1b82f891da7324635eb706649774f74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "569cfee2e9883a4a34522e8a80ecb9068f6270ba9569e4166bbdf161c9712711"; + sha256_unsigned = "569cfee2e9883a4a34522e8a80ecb9068f6270ba9569e4166bbdf161c9712711"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "3f3a08d73b61b2e29d00b0c4c9a7a5967071d227cd907dab910fec6e2125590d"; + sha256_unsigned = "3f3a08d73b61b2e29d00b0c4c9a7a5967071d227cd907dab910fec6e2125590d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "e441b91371817d443582974bcc4e43816def0cc3f617f2dd2fd181c1f884bf9e"; + sha256_unsigned = "e441b91371817d443582974bcc4e43816def0cc3f617f2dd2fd181c1f884bf9e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "f2487875675e6516b9d6218857eec17d3f06e772f389ff8fd92aa8e8ac08c927"; + sha256_unsigned = "f2487875675e6516b9d6218857eec17d3f06e772f389ff8fd92aa8e8ac08c927"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-bcm63xx-smp-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-bcm63xx-smp-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "1f33fe48865ee1b7ac60dcf42940a6d953eb1b42afff704726133000d45e1b24"; + sha256_unsigned = "1f33fe48865ee1b7ac60dcf42940a6d953eb1b42afff704726133000d45e1b24"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "bcm63xx/smp"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.3-gemini-dlink_dir-685"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-gemini-dlink_dir-685-ext4-factory.bin"; + sha256 = "d973a4f4ce91c7dcc26dcb407e954e60ea4f7577da7eafbffa6038dc644eff15"; + sha256_unsigned = "d973a4f4ce91c7dcc26dcb407e954e60ea4f7577da7eafbffa6038dc644eff15"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-gemini-dlink_dir-685-ext4-sysupgrade.bin"; + sha256 = "bb42f8ec22784a8c4a6555a607dbf4e75ddf8988a8b522893df6be76aa175c28"; + sha256_unsigned = "192a4727ce336446837ee6b57f8d53e1c9ad72f722812990bb875bb3b63d2f7f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "498b5c69caf52f49ba1f4396cbc4433a89397790df20151649e73b6681855c77"; + sha256_unsigned = "498b5c69caf52f49ba1f4396cbc4433a89397790df20151649e73b6681855c77"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "99e5e6c879523a62fe45546e68cdb0876607b71357d232a7d5f026030a047ee1"; + sha256_unsigned = "9613b2d10450fe92f3042c05fb2d76225f7921d66f7d3b5a7effd4b50f225f3b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + model = "DIR-685 Xtreme N Storage Router"; + vendor = "D-Link"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.3-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "e578ed74ef210e4135de67b43ab3033517503fc14e14d95fc78fc32d0942fb41"; + sha256_unsigned = "e578ed74ef210e4135de67b43ab3033517503fc14e14d95fc78fc32d0942fb41"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + model = "DNS-313 1-Bay Network Storage Enclosure"; + vendor = "D-Link"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-22.03.3-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "342392a4109ceb56f56c7565e41ac8e2e5fedb3ed277c686c37bd83f0863bfb2"; + sha256_unsigned = "342392a4109ceb56f56c7565e41ac8e2e5fedb3ed277c686c37bd83f0863bfb2"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + model = "Square One SQ201"; + vendor = "ITian"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.3-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "fd49ca09fa2428c9a52967566e13971d3e5df1430256826442cb2e82c507950e"; + sha256_unsigned = "fd49ca09fa2428c9a52967566e13971d3e5df1430256826442cb2e82c507950e"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + model = "NAS IB-4220-B"; + vendor = "Raidsonic"; + } + ]; + }; + storlink_sl93512r = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.3-gemini-storlink_sl93512r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-gemini-storlink_sl93512r-squashfs-factory.bin"; + sha256 = "f64de5ae6ecc372d2182ae18adbf32a42f2075feb0a5ff8e4a0ca7fe3b1593fd"; + sha256_unsigned = "f64de5ae6ecc372d2182ae18adbf32a42f2075feb0a5ff8e4a0ca7fe3b1593fd"; + type = "factory"; + } + ]; + supported_devices = [ + "storlink,sl93512r" + ]; + titles = [ + { + model = "SL93512r"; + vendor = "StorLink"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "gemini/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + imx = { + cortexa9 = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + solidrun_cubox-i = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.3-imx-cortexa9-solidrun_cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-imx-cortexa9-solidrun_cubox-i-squashfs-combined.bin"; + sha256 = "723de5e81f003b71d1c2eb1bb689607c1f1e52c30f7497d7f772d69d3a8dce52"; + sha256_unsigned = "723de5e81f003b71d1c2eb1bb689607c1f1e52c30f7497d7f772d69d3a8dce52"; + type = "combined"; + } + ]; + supported_devices = [ + "solidrun,cubox-i" + ]; + titles = [ + { + model = "CuBox-i"; + vendor = "SolidRun"; + } + ]; + }; + toradex_apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-22.03.3-imx-cortexa9-toradex_apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-imx-cortexa9-toradex_apalis-squashfs.sysupgrade.bin"; + sha256 = "41d283577e5721c914f57e14bf646c5b1af000a3f1aaf466a6f19f7cf2a127d8"; + sha256_unsigned = "27f493c32192a9ba8cff6e95d27a292ba485b9a30bccc014dec053dfabb6f596"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.3-imx-cortexa9-toradex_apalis-recovery.scr"; + sha256 = "dd729b2b5813e965a2d760f3491e987ce944984358c9aae6dfe9c74cd7755b9e"; + sha256_unsigned = "dd729b2b5813e965a2d760f3491e987ce944984358c9aae6dfe9c74cd7755b9e"; + type = "recovery.scr"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-imx-cortexa9-toradex_apalis-squashfs.combined.bin"; + sha256 = "2c2d5cc59368ad7421dab868de8e7f11ca92925db6983c8cfa78c4aad538a7c4"; + sha256_unsigned = "2c2d5cc59368ad7421dab868de8e7f11ca92925db6983c8cfa78c4aad538a7c4"; + type = "combined"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + model = "Apalis family"; + vendor = "Toradex"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-22.03.3-imx-cortexa9-gateworks_ventana"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-imx-cortexa9-gateworks_ventana-squashfs-bootfs.tar.gz"; + sha256 = "44d5c0f8c2a59c4e5ff2fc6d357e8aa3caf812686d83979980d0bcc250fe5fc5"; + sha256_unsigned = "44d5c0f8c2a59c4e5ff2fc6d357e8aa3caf812686d83979980d0bcc250fe5fc5"; + type = "bootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-imx-cortexa9-gateworks_ventana-squashfs-nand.ubi"; + sha256 = "54306fb8a8bf5729ffd1f0d8bbd9b669c2feb66cd5dfcecd5f839bd1159fd80b"; + sha256_unsigned = "54306fb8a8bf5729ffd1f0d8bbd9b669c2feb66cd5dfcecd5f839bd1159fd80b"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-imx-cortexa9-gateworks_ventana-large-squashfs-nand.ubi"; + sha256 = "b62a6f7cbb7fbe7227ca2a4625ff233abb4cac9c0cbb7ab5850656103b0e02ce"; + sha256_unsigned = "b62a6f7cbb7fbe7227ca2a4625ff233abb4cac9c0cbb7ab5850656103b0e02ce"; + type = "nand"; + } + ]; + supported_devices = [ + "gateworks,ventana" + ]; + titles = [ + { + model = "Ventana family"; + variant = "normal NAND flash"; + vendor = "Gateworks"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "imx/cortexa9"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-board-qca4019" + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_habanero-dvk" = { + device_packages = [ + "ipq-wifi-8dev_habanero-dvk" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-8dev_habanero-dvk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-8dev_habanero-dvk-initramfs-fit-uImage.itb"; + sha256 = "a6418897b726cd802b323e08ce777fdbf7b9d90ed0c3a3c21765a7cc5070e62b"; + sha256_unsigned = "a6418897b726cd802b323e08ce777fdbf7b9d90ed0c3a3c21765a7cc5070e62b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-8dev_habanero-dvk-squashfs-sysupgrade.bin"; + sha256 = "f90004257183aa6d9bfd1a2a7bc5a3b233d19266e13ad6cc88ab1b36ae2317b6"; + sha256_unsigned = "a489d0323ca466a6438eef6c11d4ce663bfdd5c8c372d9b8d966854fda395a2a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,habanero-dvk" + ]; + titles = [ + { + model = "Habanero DVK"; + vendor = "8devices"; + } + ]; + }; + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "53cdc3c1eea36742e45975d6d37937cbc9f4912fa5c22b9174ad0c8c07ed0e25"; + sha256_unsigned = "53cdc3c1eea36742e45975d6d37937cbc9f4912fa5c22b9174ad0c8c07ed0e25"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "92e21c32436a6a986ddb15474cf572f4cb1df6ad4786934721e20e6166ccd917"; + sha256_unsigned = "93bb560db3fe2b7170f3901c7d725bda57d19130199b324330c43d02d79a2f26"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-8dev_jalapeno-initramfs-fit-uImage.itb"; + sha256 = "7011e458f1239d71c3ca14fdd9f23dc7e75cff21f680322ef8449778b2ae4df3"; + sha256_unsigned = "7011e458f1239d71c3ca14fdd9f23dc7e75cff21f680322ef8449778b2ae4df3"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + model = "Jalapeno"; + vendor = "8devices"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-alfa-network_ap120c-ac-initramfs-fit-uImage.itb"; + sha256 = "887eb1608417814deb5e8c88beee19f58797997f616642ff46d034f38af2c404"; + sha256_unsigned = "887eb1608417814deb5e8c88beee19f58797997f616642ff46d034f38af2c404"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "bb4a0cb821aa9524045313b557f992d0fc8e4c9666a09f1d57fd3138cc1fa0f5"; + sha256_unsigned = "6ccde9c3b251de1cd35d2d750f6cc9afa79be6f944c0dbc01e7c801dfbf15978"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "d454319e87b4ca2315bac0955795ac25890c42d177c27aaf877c6e06d6138a13"; + sha256_unsigned = "d454319e87b4ca2315bac0955795ac25890c42d177c27aaf877c6e06d6138a13"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + model = "AP120C-AC"; + vendor = "ALFA Network"; + } + ]; + }; + aruba_ap-303 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-aruba_ap-303"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-aruba_ap-303-squashfs-sysupgrade.bin"; + sha256 = "3e321790f3d56a736245d6971652d6d76b76cefbaa878ddc412491f993223f02"; + sha256_unsigned = "21fbe6927e72b601cfcbbf400c2497e2bfdfe14cef01535551403f5bc73cd9e9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-aruba_ap-303-initramfs-fit-uImage.itb"; + sha256 = "4b7908b5591e1de5a080c972ca91f3e5caea883e24f96e6ccfb1e7cf27c5cd7b"; + sha256_unsigned = "4b7908b5591e1de5a080c972ca91f3e5caea883e24f96e6ccfb1e7cf27c5cd7b"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-303" + ]; + titles = [ + { + model = "AP-303"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-303h = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-aruba_ap-303h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-aruba_ap-303h-squashfs-sysupgrade.bin"; + sha256 = "6efa16248c62fd54c233e8240ffe2724445b6d07bd1ff05ed860c5f37076b3cb"; + sha256_unsigned = "442aae0117573100c334d4a4de266e97c725138d2fc904364b51b68b06f50a19"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-aruba_ap-303h-initramfs-fit-uImage.itb"; + sha256 = "e5504a94d4fa1bd8163e780e618362c531026c07e7b5c394e4fa918b119f8770"; + sha256_unsigned = "e5504a94d4fa1bd8163e780e618362c531026c07e7b5c394e4fa918b119f8770"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-303h" + ]; + titles = [ + { + model = "AP-303H"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-365 = { + device_packages = [ + "kmod-hwmon-ad7418" + "ipq-wifi-aruba_ap-365" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-aruba_ap-365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-aruba_ap-365-squashfs-sysupgrade.bin"; + sha256 = "4a6348938b94506e75403e46b568279a36ba28c360cca407b1806e2709ee4396"; + sha256_unsigned = "814db7bc818792901c88976c2947e7878e2bac3d64549ca51321b5c3983507f8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-aruba_ap-365-initramfs-fit-uImage.itb"; + sha256 = "5f19d2c98d44a990d26c2739dda19ab5bc31a5ec702f6984af1665e5a463daa9"; + sha256_unsigned = "5f19d2c98d44a990d26c2739dda19ab5bc31a5ec702f6984af1665e5a463daa9"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-365" + ]; + titles = [ + { + model = "AP-365"; + vendor = "Aruba"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-asus_map-ac2200-initramfs-fit-uImage.itb"; + sha256 = "76810eaef79fbf3a26b51fb971db708d1877a82944a75099a242c8fe2f721d05"; + sha256_unsigned = "76810eaef79fbf3a26b51fb971db708d1877a82944a75099a242c8fe2f721d05"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "4182adfc8ed24bd611e51d65f05c2f4b2be2a85124886a3a0a1008b601e5445e"; + sha256_unsigned = "3e5569a6d06c9e02e88c45415afd6cb1c3e41c8ac500bc5134da34f69b4bcdca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + model = "Lyra (MAP-AC2200)"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac42u = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-asus_rt-ac42u" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-asus_rt-ac42u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-asus_rt-ac42u-squashfs-sysupgrade.bin"; + sha256 = "134ac89f0537d7e2317cb146dfc51292b2ff486bcfbf50e70dc88fc538004e70"; + sha256_unsigned = "1a5270705baa3451dabc315d90561959f0b2b481174d61488aea3d2eb4a0c248"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-asus_rt-ac42u-initramfs-fit-uImage.itb"; + sha256 = "7f5f233d77536f98fee8d14d3309e8ff7fd0350b3b2d006e0b949a60215e1c11"; + sha256_unsigned = "7f5f233d77536f98fee8d14d3309e8ff7fd0350b3b2d006e0b949a60215e1c11"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac42u" + ]; + titles = [ + { + model = "RT-AC42U"; + vendor = "ASUS"; + } + { + model = "RT-ACRH17"; + vendor = "ASUS"; + } + { + model = "RT-AC2200"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "3916a0515147a624817b61b263b3d7f6c92bb1997c24883ef372f4bc96c81452"; + sha256_unsigned = "c889bf723b5dbacfa65f6d8de444eebf8214155ca27ce6de2ddef842a5cbb071"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-asus_rt-ac58u-initramfs-fit-uImage.itb"; + sha256 = "dc22f00cbe94f6771c22bc15fdd424645121db9c2a60092545a496461063a21b"; + sha256_unsigned = "dc22f00cbe94f6771c22bc15fdd424645121db9c2a60092545a496461063a21b"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + model = "RT-AC58U"; + vendor = "ASUS"; + } + { + model = "RT-ACRH13"; + vendor = "ASUS"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "67b870bc27438337fdc09e2c70a43765c9cd9a074b1cf6044d4281360ec64245"; + sha256_unsigned = "67b870bc27438337fdc09e2c70a43765c9cd9a074b1cf6044d4281360ec64245"; + type = "eva"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "310bca4d318183802b9cd899fb2f526bc2534733d4a671ea35d81524cfe6b417"; + sha256_unsigned = "93a0d08631e253a3ae1d4261d0d297bac08d25bf75c0d64cab065c821a706b43"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-avm_fritzbox-4040-initramfs-fit-uImage.itb"; + sha256 = "e393970499c3e6b318801513dbbd2ed01580215196d87143b07fb2e91f74b15c"; + sha256_unsigned = "e393970499c3e6b318801513dbbd2ed01580215196d87143b07fb2e91f74b15c"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + model = "FRITZ!Box 4040"; + vendor = "AVM"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "cf92a9f1ac5048b1fbf90f448db7da25f18f43fd2d752df3c79afc66ee59bbd4"; + sha256_unsigned = "12bff69286b624ec9cc01c5c2a3d8d88ab711d96c79e65bc726d2ded499aafb8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-avm_fritzbox-7530-initramfs-fit-uImage.itb"; + sha256 = "f13bf8d783f0cbfb64a5564b9651b11642afc83a34062ac3e0aa140f98b6fb05"; + sha256_unsigned = "f13bf8d783f0cbfb64a5564b9651b11642afc83a34062ac3e0aa140f98b6fb05"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + model = "FRITZ!Box 7530"; + vendor = "AVM"; + } + { + model = "FRITZ!Box 7520"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-avm_fritzrepeater-1200-initramfs-fit-uImage.itb"; + sha256 = "999eb8737ee989bf08681393487eb779b6cfd3d5f5298a6ae0117bd7689ee140"; + sha256_unsigned = "999eb8737ee989bf08681393487eb779b6cfd3d5f5298a6ae0117bd7689ee140"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "517e5f6d696204dc8c01114046861c3beb81d2829d69f3d41cb60e02de9d0bfa"; + sha256_unsigned = "de2958a7c01919212da238a95252fc6edcd76d3d4712ffa69583aac34b17a4ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + model = "FRITZ!Repeater 1200"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-avm_fritzrepeater-3000-initramfs-fit-uImage.itb"; + sha256 = "ae8910ef17c52593273246c0e056e0e34f994e83780efc2ba429d1ed3fa9b698"; + sha256_unsigned = "ae8910ef17c52593273246c0e056e0e34f994e83780efc2ba429d1ed3fa9b698"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "80c89bcbbd46ca08d411855c27b7c529e3e777e1af35664f94ca108916a71d7d"; + sha256_unsigned = "7777117ed075e3d47a8da6ef17558ed2f66d88270a75fee980b673ef1d709bbc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + model = "FRITZ!Repeater 3000"; + vendor = "AVM"; + } + ]; + }; + buffalo_wtr-m2133hp = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-buffalo_wtr-m2133hp" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-buffalo_wtr-m2133hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-buffalo_wtr-m2133hp-initramfs-fit-uImage.itb"; + sha256 = "6a3748237852c411350849c50f474ab9935a4350f195816023ddd60530ef7f20"; + sha256_unsigned = "6a3748237852c411350849c50f474ab9935a4350f195816023ddd60530ef7f20"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-factory.ubi"; + sha256 = "cd3c235ad886c17f632747c95e96f688217e2bd8d2cf85ba89dd5d2e2f3ccd11"; + sha256_unsigned = "cd3c235ad886c17f632747c95e96f688217e2bd8d2cf85ba89dd5d2e2f3ccd11"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-sysupgrade.bin"; + sha256 = "aba782fe6bce3a26a1e74dab9aa113f0e11a925d9b0eb8de01428ad49a25cfcf"; + sha256_unsigned = "40195e28e6669ecff5347c451544c33092a9615bc664aaf0eedd9e25984c34c2"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wtr-m2133hp" + ]; + titles = [ + { + model = "WTR-M2133HP"; + vendor = "Buffalo"; + } + ]; + }; + cellc_rtl30vw = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-cellc_rtl30vw" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-cellc_rtl30vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-sysupgrade.bin"; + sha256 = "af9306049586e93beb6f6c002dbd2ab24fe4d82b26ac0e9b95087f90bf1f146f"; + sha256_unsigned = "bc2ba8a00c37760db9229e3bbcd2ce687d02204bff0d1dce3db422e532ea843d"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-cellc_rtl30vw-initramfs-fit-zImage.itb"; + sha256 = "0f9542ac2244578975df331bfa2a11dccdd60e37de118376f0ba69e1b1eb69d2"; + sha256_unsigned = "0f9542ac2244578975df331bfa2a11dccdd60e37de118376f0ba69e1b1eb69d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-factory.bin"; + sha256 = "8eb7bc9f77466f06e3fa14659468d395715cb4a54e0c507704a99c7d4b38c963"; + sha256_unsigned = "8eb7bc9f77466f06e3fa14659468d395715cb4a54e0c507704a99c7d4b38c963"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "cellc,rtl30vw" + ]; + titles = [ + { + model = "RTL30VW"; + vendor = "Cell C"; + } + ]; + }; + cilab_meshpoint-one = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-iio-bmp280-i2c" + "kmod-hwmon-ina2xx" + "kmod-rtc-pcf2127" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-cilab_meshpoint-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-sysupgrade.bin"; + sha256 = "d3f447408679df6ba8ab5088d64fda0eb5d3a3cd67760bf7ee73e73991341297"; + sha256_unsigned = "fb5545463e1d914b48650b4f816dee3de438b2c44daaa5c68868aef0b64b0153"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-cilab_meshpoint-one-initramfs-fit-uImage.itb"; + sha256 = "85e5a4aad19819517245bb63a85ce607861d2e015736677e059d3d2a8201c49a"; + sha256_unsigned = "85e5a4aad19819517245bb63a85ce607861d2e015736677e059d3d2a8201c49a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-factory.ubi"; + sha256 = "29a303eb1019ea8b91794202d8ba44406c2f36f97e962f7307f0310a88c88db7"; + sha256_unsigned = "29a303eb1019ea8b91794202d8ba44406c2f36f97e962f7307f0310a88c88db7"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "cilab,meshpoint-one" + ]; + titles = [ + { + model = "MeshPoint.One"; + vendor = "Crisis Innovation Lab"; + } + ]; + }; + compex_wpj419 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-compex_wpj419"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-compex_wpj419-initramfs-fit-uImage.itb"; + sha256 = "b611ae2a23b7762a3bd2634d9f61ea3795e0ee9302322e348a18f9b663166065"; + sha256_unsigned = "b611ae2a23b7762a3bd2634d9f61ea3795e0ee9302322e348a18f9b663166065"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-compex_wpj419-squashfs-nand-sysupgrade.bin"; + sha256 = "d8d97887a85b88312f17490b888b483e13f14c37998e5760e4fb9548e77cba93"; + sha256_unsigned = "3595c6e680a87ea27c113e10ff587d31df044ace153b35e287494fd12e9c5ba7"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-compex_wpj419-squashfs-nand-factory.ubi"; + sha256 = "7d7e5bfb7fe9c573c8334222012d18b3644aaa29686ac810cd887fb6fc337c54"; + sha256_unsigned = "7d7e5bfb7fe9c573c8334222012d18b3644aaa29686ac810cd887fb6fc337c54"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "compex,wpj419" + ]; + titles = [ + { + model = "WPJ419"; + vendor = "Compex"; + } + ]; + }; + dlink_dap-2610 = { + device_packages = [ + "ipq-wifi-dlink_dap2610" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-dlink_dap-2610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-dlink_dap-2610-squashfs-sysupgrade.bin"; + sha256 = "93cabe93103597cbb852eb6ca68f0dd82f71a67239c1638977513eda94c38f32"; + sha256_unsigned = "0e2e1736e018b508ed39714c52e3b8ef493d78d2d391ab83123a3f8b8660f2bb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-dlink_dap-2610-squashfs-factory.bin"; + sha256 = "032e5a7d3f9c838967696bf9a1689f7140d7576824fab042e98d605cd589d993"; + sha256_unsigned = "032e5a7d3f9c838967696bf9a1689f7140d7576824fab042e98d605cd589d993"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-dlink_dap-2610-initramfs-fit-uImage.itb"; + sha256 = "689d1a6b887e02c1bbddff7305b9bae52bc2b152856c0334429303f4f36f9ac4"; + sha256_unsigned = "689d1a6b887e02c1bbddff7305b9bae52bc2b152856c0334429303f4f36f9ac4"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2610" + ]; + titles = [ + { + model = "DAP-2610"; + vendor = "D-Link"; + } + ]; + }; + edgecore_ecw5211 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-edgecore_ecw5211"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-sysupgrade.bin"; + sha256 = "9cdadf92ce296bf00158096a6b0d31355ead9b7c0407a1ef21146c964f146509"; + sha256_unsigned = "43e5b85952fdf7b03c67d05d6b87262db5bf1d2f53ec12c5747abf68317148b5"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-factory.ubi"; + sha256 = "f3e5d921dca04471469eee64baea662476dc448e3b41a56056042eb614567bda"; + sha256_unsigned = "f3e5d921dca04471469eee64baea662476dc448e3b41a56056042eb614567bda"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-edgecore_ecw5211-initramfs-fit-uImage.itb"; + sha256 = "4ee4da2d2c4b586489ee6e09c93c3148e1433be5ee210e6e44f5733786320137"; + sha256_unsigned = "4ee4da2d2c4b586489ee6e09c93c3148e1433be5ee210e6e44f5733786320137"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,ecw5211" + ]; + titles = [ + { + model = "ECW5211"; + vendor = "Edgecore"; + } + ]; + }; + edgecore_oap100 = { + device_packages = [ + "ipq-wifi-edgecore_oap100" + "kmod-usb-acm" + "kmod-usb-net" + "kmod-usb-net-cdc-qmi" + "uqmi" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-edgecore_oap100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-edgecore_oap100-initramfs-fit-uImage.itb"; + sha256 = "2b34199c6d30ab239ab684867d8958ab334e17814b3f3b51a9273862c62ec2d8"; + sha256_unsigned = "2b34199c6d30ab239ab684867d8958ab334e17814b3f3b51a9273862c62ec2d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-edgecore_oap100-squashfs-nand-sysupgrade.bin"; + sha256 = "b2a02af518a738ffda7adb286711b52a2f4c908ce188d890f3456594ad20e957"; + sha256_unsigned = "b2c8bd3670cac10042e5fa850bbc0b935ad22048567f7990e148f3e1239dc526"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "edgecore,oap100" + ]; + titles = [ + { + model = "OAP100"; + vendor = "Edgecore"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "15c20899df94bbd2ffdbdc670292abec978dfb9533ad3fff1494d0350845ae20"; + sha256_unsigned = "affb7a5ba97e71d69967709b1fa132b00a308e0e42b979bad152aebc95984dfd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-engenius_eap1300-initramfs-fit-uImage.itb"; + sha256 = "45f5306120a71a56273dd26393431c782b601d316e220390abb2caca4af74426"; + sha256_unsigned = "45f5306120a71a56273dd26393431c782b601d316e220390abb2caca4af74426"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + model = "EAP1300"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-engenius_eap2200" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-engenius_eap2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-engenius_eap2200-squashfs-nand-sysupgrade.bin"; + sha256 = "c33fd32fdc12fbdb54cecc8c12ee30ab77be4707f18ca30c022bb52edaac7086"; + sha256_unsigned = "ffab8e2b0299814adc3e6dd15d6db56556b140152f8b4d7908dd008ec0faeb61"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-engenius_eap2200-squashfs-nand-factory.ubi"; + sha256 = "7de059eea275cc534b6d8ae60b573d798c299fc018c9c0db8dce155ba2d546ad"; + sha256_unsigned = "7de059eea275cc534b6d8ae60b573d798c299fc018c9c0db8dce155ba2d546ad"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-engenius_eap2200-initramfs-fit-uImage.itb"; + sha256 = "406767c1572c10b30f4fc0df89f5a8a1ce175aee32ef2694b431001135b477c1"; + sha256_unsigned = "406767c1572c10b30f4fc0df89f5a8a1ce175aee32ef2694b431001135b477c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap2200" + ]; + titles = [ + { + model = "EAP2200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emd1 = { + device_packages = [ + "ipq-wifi-engenius_emd1" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-engenius_emd1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-engenius_emd1-initramfs-fit-uImage.itb"; + sha256 = "53a3eb81b06a5dd52624104dc04caaf2a558a61d2899e8ceb187b207f95888d8"; + sha256_unsigned = "53a3eb81b06a5dd52624104dc04caaf2a558a61d2899e8ceb187b207f95888d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-engenius_emd1-squashfs-factory.bin"; + sha256 = "0e1e227fb5073e96057601949a72ba3c845b49503dadab0a51e91a12f9c72e10"; + sha256_unsigned = "0e1e227fb5073e96057601949a72ba3c845b49503dadab0a51e91a12f9c72e10"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-engenius_emd1-squashfs-sysupgrade.bin"; + sha256 = "9a9f1021bd4353b0934a5fb3cfd7648142c373d91bb9e358302dc8003b3eafc7"; + sha256_unsigned = "952743af5192189de0fdb382af88af4acd0622a894bb471cb3077fbff70a07a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,emd1" + ]; + titles = [ + { + model = "EMD1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "1c9db4356632a25cbb55686a37ff18958caa3695236e2679fb5972c509e7a6e6"; + sha256_unsigned = "1c9db4356632a25cbb55686a37ff18958caa3695236e2679fb5972c509e7a6e6"; + type = "factory_35"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "444b88e77a8714fb79f62275a8fac3097c326e3b6df3203d50f5e5ab03c5b152"; + sha256_unsigned = "444b88e77a8714fb79f62275a8fac3097c326e3b6df3203d50f5e5ab03c5b152"; + type = "factory_30"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "34a1b81c31ef83c834f383135324cdf014a44c4e4a0023cbe730816467906cdb"; + sha256_unsigned = "018eb9133e12e1648b746b4292be808191b1173e6dbc600b9a485f1f9fc62ceb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-engenius_ens620ext-initramfs-fit-uImage.itb"; + sha256 = "c951adc77ab6a628dcbbd29b2b1f2b0c128be62a5e3f7e504579348065025fa5"; + sha256_unsigned = "c951adc77ab6a628dcbbd29b2b1f2b0c128be62a5e3f7e504579348065025fa5"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + model = "ENS620EXT"; + vendor = "EnGenius"; + } + ]; + }; + ezviz_cs-w3-wd1200g-eup = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "ipq-wifi-ezviz_cs-w3-wd1200g-eup" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-initramfs-fit-uImage.itb"; + sha256 = "169f1371d148290c685ea93d27d50f3e6fbe3a253b194f1ceb3b0b99407be119"; + sha256_unsigned = "169f1371d148290c685ea93d27d50f3e6fbe3a253b194f1ceb3b0b99407be119"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-squashfs-sysupgrade.bin"; + sha256 = "815719a00077500075392d04f5d44bbf3110f0a6ca368f7746624f10c803ad13"; + sha256_unsigned = "5876674573f83e772d8e40e07ed003aadd82937ded3cbe503595e15d15ef19de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ezviz,cs-w3-wd1200g-eup" + ]; + titles = [ + { + model = "CS-W3-WD1200G"; + variant = "EUP"; + vendor = "EZVIZ"; + } + ]; + }; + glinet_gl-ap1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-ap1300" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-glinet_gl-ap1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-glinet_gl-ap1300-initramfs-fit-uImage.itb"; + sha256 = "1f67bb07b0990c12fd81521348690c6b5476d6c8f0e395cd5396bc7b5be7a289"; + sha256_unsigned = "1f67bb07b0990c12fd81521348690c6b5476d6c8f0e395cd5396bc7b5be7a289"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-factory.ubi"; + sha256 = "7ec7f1f1d84d95dc214632d2e0f5a72a4ebef8849c5c2e3d9ad380cd368a5501"; + sha256_unsigned = "7ec7f1f1d84d95dc214632d2e0f5a72a4ebef8849c5c2e3d9ad380cd368a5501"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-sysupgrade.bin"; + sha256 = "dbe35c0be8620343d756c2794594f526a38ec31783f5d35f41f1261396377d32"; + sha256_unsigned = "d262b390a2406d200ebba0d370de2470c9af4db770fae9a8a9523b205de10ba0"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ap1300" + ]; + titles = [ + { + model = "GL-AP1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "b22498e9b6067799e1904cf55c1ae401fdffaa8852805d952cdb4ec10102f6b4"; + sha256_unsigned = "60dfeb6f140133f7a6bdcde6fbf218428ae72f1d8ccd5fbc5457e4b76007e672"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-zImage.itb"; + sha256 = "eb95c2f730303d0bafbf9c7c2a0bf9d467232bc4ebe373c7cf6b66f90e7ccdae"; + sha256_unsigned = "eb95c2f730303d0bafbf9c7c2a0bf9d467232bc4ebe373c7cf6b66f90e7ccdae"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + model = "GL-B1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-glinet_gl-b2200" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + "mkf2fs" + "e2fsprogs" + "kmod-fs-f2fs" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-glinet_gl-b2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-glinet_gl-b2200-squashfs-emmc.img.gz"; + sha256 = "2bdbaa27114b6325b7edb29032fc1e9fb1e919e4012536e775791eba678d0b83"; + sha256_unsigned = "8fb5aaf849aacbc829e6504d0036c1aadd369c706ea522692f4254b86610015f"; + type = "emmc"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-glinet_gl-b2200-initramfs-recovery.itb"; + sha256 = "270e2190d5b2a04143872dcd33d6cc6f985f46af0bdbfc0c750b1aba867faa2c"; + sha256_unsigned = "270e2190d5b2a04143872dcd33d6cc6f985f46af0bdbfc0c750b1aba867faa2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-glinet_gl-b2200-squashfs-sysupgrade.bin"; + sha256 = "b6a9918f8c97f70edde5ed8ced0f701da5d6e789b977309f9918eed6a67e1f30"; + sha256_unsigned = "c1481789bd9da3111d30965fc5326d5858fbc8d3dfc9758ba54056217b9c49fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b2200" + ]; + titles = [ + { + model = "GL-B2200"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-s1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-s1300" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-glinet_gl-s1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-glinet_gl-s1300-squashfs-sysupgrade.bin"; + sha256 = "b921e6db8416c778378c9fa5c26a2bdd4d2f8a411324b5ed84a2e3daf9115adb"; + sha256_unsigned = "6b286d6c62ad345c2b4a7689323f1f5b09b412499acd4809a29e6ef97ef0c9d8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-glinet_gl-s1300-initramfs-fit-zImage.itb"; + sha256 = "9fb32efdf788ab0a6e34103619539663d97035e728bb1d4806bb5e021ab8fa38"; + sha256_unsigned = "9fb32efdf788ab0a6e34103619539663d97035e728bb1d4806bb5e021ab8fa38"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-s1300" + ]; + titles = [ + { + model = "GL-S1300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "3b8a32ff42440d7ab7374cfcf592200683690028e52a069d2700db4d0ca30064"; + sha256_unsigned = "3b8a32ff42440d7ab7374cfcf592200683690028e52a069d2700db4d0ca30064"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "e73038b72076e1077e518b77e97f55d46ebd2a3d71664fb91e1cc5cc632a2772"; + sha256_unsigned = "0a4eb6e8e30ae747204a763bc4d0422cbb2aba56788863dc624bd89ea810cc2c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-linksys_ea6350v3-initramfs-fit-zImage.itb"; + sha256 = "3f9666f538819b856a79d152a9bdd88731171a0130268e7b872895440d8d8f83"; + sha256_unsigned = "3f9666f538819b856a79d152a9bdd88731171a0130268e7b872895440d8d8f83"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + model = "EA6350"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "0f76ab92abc2765b74f951f083070eecef173ffa9a6ac8db9bf9fc215e240f79"; + sha256_unsigned = "0f76ab92abc2765b74f951f083070eecef173ffa9a6ac8db9bf9fc215e240f79"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "3a28f408fb0e79a3a87aa1d20a871b2eca6c7f2014726385efc1f94f39cf57f0"; + sha256_unsigned = "9e236327ab25e462afb2284f631e76b317e7bd5d73491c8ff3f48fe53ecbd199"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-linksys_ea8300-initramfs-fit-zImage.itb"; + sha256 = "d77d14878aea92eb870caed72cb620f37e4a68aec195397a0a47c74177e62014"; + sha256_unsigned = "d77d14878aea92eb870caed72cb620f37e4a68aec195397a0a47c74177e62014"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + model = "EA8300"; + vendor = "Linksys"; + } + ]; + }; + linksys_mr8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_mr8300-v0" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-linksys_mr8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-linksys_mr8300-squashfs-sysupgrade.bin"; + sha256 = "f2d55da46fe09b37d1c94f1ab61823029fe55770e8b39beaa984d3d7379791b3"; + sha256_unsigned = "d1a98a379c064a2a0495789fac9cdacf7ac940990000bdad15e5f586e325a4a0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-linksys_mr8300-squashfs-factory.bin"; + sha256 = "102216e7e9e76ef7cebb08fd11d3318917b773058e4ebb630fae8dd362801816"; + sha256_unsigned = "102216e7e9e76ef7cebb08fd11d3318917b773058e4ebb630fae8dd362801816"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-linksys_mr8300-initramfs-fit-zImage.itb"; + sha256 = "9473503b492833769d67ee847e8608e62178778b28ce2ac880f98726c2b34ddc"; + sha256_unsigned = "9473503b492833769d67ee847e8608e62178778b28ce2ac880f98726c2b34ddc"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,mr8300" + ]; + titles = [ + { + model = "MR8300"; + vendor = "Linksys"; + } + ]; + }; + luma_wrtq-329acn = { + device_packages = [ + "ipq-wifi-luma_wrtq-329acn" + "kmod-ath3k" + "kmod-eeprom-at24" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-luma_wrtq-329acn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-luma_wrtq-329acn-initramfs-fit-uImage.itb"; + sha256 = "e84f11fb621074983b469bdc66fef24ae77c7b7f4785b2365a6f7ed719e3db6f"; + sha256_unsigned = "e84f11fb621074983b469bdc66fef24ae77c7b7f4785b2365a6f7ed719e3db6f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-luma_wrtq-329acn-squashfs-sysupgrade.bin"; + sha256 = "410c40cf30c1cdb22ac96e201abab31f81874ba6eb9c1d21dc89d5472be267f8"; + sha256_unsigned = "4faee489ab2d298d23baa3e4cbcae4d04c223436513a7a027f5707b63e63dfc2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "luma,wrtq-329acn" + ]; + titles = [ + { + model = "WRTQ-329ACN"; + vendor = "Luma Home"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb"; + sha256 = "63b4d834766a412a0f8afd97fbfae429d0cb6dd55cbf80dce29832fc8f69e64b"; + sha256_unsigned = "63b4d834766a412a0f8afd97fbfae429d0cb6dd55cbf80dce29832fc8f69e64b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "aa0e801e1940177ebcdfdc09141599ff1843865be9f6dff3437d22e0a633d9e4"; + sha256_unsigned = "53d8601a5fe394da114b75cec1ebeb4f8ae3f7f43ecdd9b40792015edf7d4d04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + model = "MR33"; + vendor = "Cisco Meraki"; + } + ]; + }; + mobipromo_cm520-79f = { + device_packages = [ + "ipq-wifi-mobipromo_cm520-79f" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-mobipromo_cm520-79f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-factory.ubi"; + sha256 = "3439e0ca6e6ceaf37a7948d21ccbfe29a5049b5becd6f85ea34e2a0161b18288"; + sha256_unsigned = "3439e0ca6e6ceaf37a7948d21ccbfe29a5049b5becd6f85ea34e2a0161b18288"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-mobipromo_cm520-79f-initramfs-fit-zImage.itb"; + sha256 = "3fc8ac8ffff9d83a580ff582d05cc6ac5e6b3464bb0d09593317d0374aa4ca5e"; + sha256_unsigned = "3fc8ac8ffff9d83a580ff582d05cc6ac5e6b3464bb0d09593317d0374aa4ca5e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-sysupgrade.bin"; + sha256 = "c2e7df2dc81f995505d8d3daa7c6b317429637fcc5e969332a76a02e860f0ee0"; + sha256_unsigned = "9a944901084b4060153cb5907482891c4fc1b9171a534bfc8cf67de4264cece4"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "mobipromo,cm520-79f" + ]; + titles = [ + { + model = "CM520-79F"; + vendor = "MobiPromo"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "e31287e32382c8a12037397b7e92273d9ac505df6987cb8d6b41ebc1673cdd53"; + sha256_unsigned = "e31287e32382c8a12037397b7e92273d9ac505df6987cb8d6b41ebc1673cdd53"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_ex6100v2-initramfs-fit-zImage.itb"; + sha256 = "3629d2168a5343799ef3ffb16a7dd22118cf7a8c32efd2538d6f6d1012034b4c"; + sha256_unsigned = "3629d2168a5343799ef3ffb16a7dd22118cf7a8c32efd2538d6f6d1012034b4c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "b212a71fffc57c8b04df5fd72b3f129dba2bd6908ef4de3ae509e6be7dbacda2"; + sha256_unsigned = "eae2dcd42d3e29c9ae06c2c2ff33e8134e4ec39dbb12105cd7db531416b72972"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + model = "EX6100"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_ex6150v2-initramfs-fit-zImage.itb"; + sha256 = "3ab0f16dfe7ebca0d2acd8231a1c56701558e258444a0a893ae8078610ec46c0"; + sha256_unsigned = "3ab0f16dfe7ebca0d2acd8231a1c56701558e258444a0a893ae8078610ec46c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "59d0b7e4bc400d2869df3f2b8665b060862135835ceda8dadf9fad1b883baa7f"; + sha256_unsigned = "9f85e6fb11b26fe9aa8892345784d97fe1d6e5b4c71105ae1728ee4176ae9a2f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "10e32cea31989dbbd08ffc00ac7c03d57213457f605584e3b7f0de044bcf0b1d"; + sha256_unsigned = "10e32cea31989dbbd08ffc00ac7c03d57213457f605584e3b7f0de044bcf0b1d"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + model = "EX6150"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_rbr50 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-netgear_rbr50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_rbr50-squashfs-sysupgrade.bin"; + sha256 = "a81b0c789f2f27b91aae8ae50ef4c2c3ee3bb5c76eae59c3289b088386365ad7"; + sha256_unsigned = "ed1221ef74c5b61c8b3f495047bda4d78dabf879f0cef396868a06326b3315e1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_rbr50-squashfs-factory.img"; + sha256 = "124c137f60ff970350162f38070fc62c4bc0a28d67647baed32c85209cba5ffa"; + sha256_unsigned = "124c137f60ff970350162f38070fc62c4bc0a28d67647baed32c85209cba5ffa"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_rbr50-initramfs-fit-zImage.itb"; + sha256 = "8badc515815c1cf9c3268a3f1f6bf7a1c8b4a81a59508632f442afe1d24bcb46"; + sha256_unsigned = "8badc515815c1cf9c3268a3f1f6bf7a1c8b4a81a59508632f442afe1d24bcb46"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,rbr50" + ]; + titles = [ + { + model = "RBR50"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_rbs50 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-netgear_rbs50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_rbs50-squashfs-sysupgrade.bin"; + sha256 = "7432c3f8da258ea4c1329dbb74cae28ba10ea8049f5ecc3902329d269eb3e6bc"; + sha256_unsigned = "514c958340f47796cf55e7251a67663bfc1bab98f843253c5921be988d386105"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_rbs50-squashfs-factory.img"; + sha256 = "5152ed86c71ff9e048d68c65905600095f14fcb9e57cac70a3f03809e2f3376a"; + sha256_unsigned = "5152ed86c71ff9e048d68c65905600095f14fcb9e57cac70a3f03809e2f3376a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_rbs50-initramfs-fit-zImage.itb"; + sha256 = "09b094d0b0f731910406797febf969d554c351d60804d9c7aef68e6a3be9f189"; + sha256_unsigned = "09b094d0b0f731910406797febf969d554c351d60804d9c7aef68e6a3be9f189"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,rbs50" + ]; + titles = [ + { + model = "RBS50"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_srr60 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-netgear_srr60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_srr60-squashfs-sysupgrade.bin"; + sha256 = "bfd9c8edb86a40006d992f4aa9af9c09c0fd1b23ee603ad5bee0e3e29f08be3c"; + sha256_unsigned = "89f1d69cb12ae988f149d3099032145a4645f3c75a70fb72d6957d8879b5c644"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_srr60-initramfs-fit-zImage.itb"; + sha256 = "7275fb5f40d51abf5b03ebf408296e7fb0f96190e04c95ff4cc7565757eb3163"; + sha256_unsigned = "7275fb5f40d51abf5b03ebf408296e7fb0f96190e04c95ff4cc7565757eb3163"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_srr60-squashfs-factory.img"; + sha256 = "1964634fec9e025669447d9a1611c0fa51c30cfd82bdaa940478b7cbdb290102"; + sha256_unsigned = "1964634fec9e025669447d9a1611c0fa51c30cfd82bdaa940478b7cbdb290102"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,srr60" + ]; + titles = [ + { + model = "SRR60"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_srs60 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-netgear_srs60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_srs60-initramfs-fit-zImage.itb"; + sha256 = "cc03c26cf7ba2b0310cb91735fcff268faa3484d886ec09b33408ccfda5a39fb"; + sha256_unsigned = "cc03c26cf7ba2b0310cb91735fcff268faa3484d886ec09b33408ccfda5a39fb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_srs60-squashfs-factory.img"; + sha256 = "b1a583bda1d58dfe50977e4e6c082374e9c64ec38dc7cb94475f302c5b855a7c"; + sha256_unsigned = "b1a583bda1d58dfe50977e4e6c082374e9c64ec38dc7cb94475f302c5b855a7c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_srs60-squashfs-sysupgrade.bin"; + sha256 = "eb7a2950aa3a32d87761c3d3db0293c8260b3e73426937fb56d0632c44422348"; + sha256_unsigned = "776cfa43ee6d5938e83c4d8bb4e96ca8e9c0eb3252d1395023e270e7670c4f67"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,srs60" + ]; + titles = [ + { + model = "SRS60"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac510 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-netgear_wac510"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_wac510-squashfs-nand-factory.ubi"; + sha256 = "5d0d5d6617d94ab18c9c76c9dd5d746ad173491a8509143f0fb199f370539b67"; + sha256_unsigned = "5d0d5d6617d94ab18c9c76c9dd5d746ad173491a8509143f0fb199f370539b67"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_wac510-squashfs-nand-factory.tar"; + sha256 = "fcc3bf88169cce78604904366a32f4eb7502115e5d476bae209fc3fdb0ded5a8"; + sha256_unsigned = "fcc3bf88169cce78604904366a32f4eb7502115e5d476bae209fc3fdb0ded5a8"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_wac510-squashfs-nand-sysupgrade.bin"; + sha256 = "7b9385006929f45c62d5b74b45c7ba3863b82e12d12189165b128f7cbefc4971"; + sha256_unsigned = "043760cca2f891c26d091b11b28a3af868408b7f60be0010144603a85fbc2beb"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-netgear_wac510-initramfs-fit-uImage.itb"; + sha256 = "29101a69d7f24ddfc5228fc2a745a2af7ba29cdaf3a63ba02a3ccd94d9e23fc3"; + sha256_unsigned = "29101a69d7f24ddfc5228fc2a745a2af7ba29cdaf3a63ba02a3ccd94d9e23fc3"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wac510" + ]; + titles = [ + { + model = "WAC510"; + vendor = "Netgear"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "fc1a08e520b3da201ff74e3508fe1f99ed60d45114e9c054e219a47df33b8f1d"; + sha256_unsigned = "8da114ef9247359c7a142a6dc63b9c779501dcc946bac1a1a647602e446f78f0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-openmesh_a42-initramfs-fit-uImage.itb"; + sha256 = "a01a6c1112d452ed7fd45556ebbcc1142352b3d8806a446172e7b8a2545529f2"; + sha256_unsigned = "a01a6c1112d452ed7fd45556ebbcc1142352b3d8806a446172e7b8a2545529f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "dc487d1e1c90502966d0540b907f194ed49c1d7886b2a53229398a26c44c537a"; + sha256_unsigned = "dc487d1e1c90502966d0540b907f194ed49c1d7886b2a53229398a26c44c537a"; + type = "factory"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + model = "A42"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "c0687f89b30dbe0689bebfb5b04c9b5290b0c872bc0e9e1b539f1d5058f3b18a"; + sha256_unsigned = "dc0f6701759345b119f54fccdaa57df0420e88e0b724d86a8fe54c900c31e6c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-openmesh_a62-initramfs-fit-uImage.itb"; + sha256 = "e7357675dd0e7f435d859bb0c653e1dd3a21e581e33efb64a7c1c756f0aacada"; + sha256_unsigned = "e7357675dd0e7f435d859bb0c653e1dd3a21e581e33efb64a7c1c756f0aacada"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "5a4fe6547f97f81599e63ddd5bf44b69aca84efab435a2a29cf92c1d32435f61"; + sha256_unsigned = "5a4fe6547f97f81599e63ddd5bf44b69aca84efab435a2a29cf92c1d32435f61"; + type = "factory"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + model = "A62"; + vendor = "OpenMesh"; + } + ]; + }; + p2w_r619ac-128m = { + device_packages = [ + "ipq-wifi-p2w_r619ac" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-p2w_r619ac-128m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-p2w_r619ac-128m-squashfs-nand-sysupgrade.bin"; + sha256 = "eb30639da0279df4d1d0881b966ea5d38fa8f3f619b0c1135c8edfbb674bdf0a"; + sha256_unsigned = "cd1b295a762ade538da6ee173d65d87370718c4fcb3576a81cb74d99be100d15"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-p2w_r619ac-128m-squashfs-nand-factory.ubi"; + sha256 = "69886a12b83d9898a7388e93b65f12709199814668fcf2859da3dd3ec0ea54d4"; + sha256_unsigned = "69886a12b83d9898a7388e93b65f12709199814668fcf2859da3dd3ec0ea54d4"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-p2w_r619ac-128m-initramfs-fit-zImage.itb"; + sha256 = "26f9b4769ff6facccb279767e01b8c675ad3080fee83ed9550ceadfd75ea670e"; + sha256_unsigned = "26f9b4769ff6facccb279767e01b8c675ad3080fee83ed9550ceadfd75ea670e"; + type = "kernel"; + } + ]; + supported_devices = [ + "p2w,r619ac-128m" + ]; + titles = [ + { + model = "R619AC"; + variant = "128M NAND"; + vendor = "P&W"; + } + ]; + }; + p2w_r619ac-64m = { + device_packages = [ + "ipq-wifi-p2w_r619ac" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-p2w_r619ac-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-factory.bin"; + sha256 = "a8dc58e95af4bdd88656f5c6ff96e0a2a3194dae0c262e56ef7eaec506e3c812"; + sha256_unsigned = "a8dc58e95af4bdd88656f5c6ff96e0a2a3194dae0c262e56ef7eaec506e3c812"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-p2w_r619ac-64m-initramfs-fit-zImage.itb"; + sha256 = "acbee3d1407e6572967dc9ed69f6a6ce2903efafb9fc1a4d300a25a60151a7cc"; + sha256_unsigned = "acbee3d1407e6572967dc9ed69f6a6ce2903efafb9fc1a4d300a25a60151a7cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-factory.ubi"; + sha256 = "0464d23c78fefb71451a031ac0dc9a5b3c75b0e57a472dff355801b3f4a2d3ca"; + sha256_unsigned = "0464d23c78fefb71451a031ac0dc9a5b3c75b0e57a472dff355801b3f4a2d3ca"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-sysupgrade.bin"; + sha256 = "882ccf9c24e9a9adf094198451ce70e660c8ce7fa9259d1380bc68240caeb370"; + sha256_unsigned = "f6046ed7c1da85b4d17f0894374b8069facf5d39e31e6637328586e041f1d326"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "p2w,r619ac-64m" + ]; + titles = [ + { + model = "R619AC"; + variant = "64M NAND"; + vendor = "P&W"; + } + ]; + }; + plasmacloud_pa1200 = { + device_packages = [ + "ipq-wifi-plasmacloud_pa1200" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-plasmacloud_pa1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-plasmacloud_pa1200-squashfs-factory.bin"; + sha256 = "228bb4c075fe243df44f7dfc3d27dc15d26eb66e3177d4643369f5c2777e963f"; + sha256_unsigned = "228bb4c075fe243df44f7dfc3d27dc15d26eb66e3177d4643369f5c2777e963f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-plasmacloud_pa1200-squashfs-sysupgrade.bin"; + sha256 = "a6f63452f1196f00132aa7195c573105c5f4a6defb50a0d1d560baded2460f04"; + sha256_unsigned = "5c0d90b7abc9bf436d44bd5e6492ca3e881254082d9af692840f05d65fce27cf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-plasmacloud_pa1200-initramfs-fit-uImage.itb"; + sha256 = "3c2e34bb8dd943282e3b704f34d434d50e30c5d5ce6c4379c0bc88077cf167ef"; + sha256_unsigned = "3c2e34bb8dd943282e3b704f34d434d50e30c5d5ce6c4379c0bc88077cf167ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa1200" + ]; + titles = [ + { + model = "PA1200"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-plasmacloud_pa2200" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-plasmacloud_pa2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-plasmacloud_pa2200-squashfs-sysupgrade.bin"; + sha256 = "70954255e368df8a32a651d5cb0fbb3cd20e91c92639d5ad4de915f3deb72b3c"; + sha256_unsigned = "075f3b0611376b04021190946b47238b72cd9b1967e08a1660a62de82de8b019"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-plasmacloud_pa2200-squashfs-factory.bin"; + sha256 = "0f520c8a46e7199d82335373c90bd3ed129cf60763b6fec37bfdf80edbf8701c"; + sha256_unsigned = "0f520c8a46e7199d82335373c90bd3ed129cf60763b6fec37bfdf80edbf8701c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-plasmacloud_pa2200-initramfs-fit-uImage.itb"; + sha256 = "d4281a0fe820589801043071fef06b6077c6cba58be71cfbb3a8dd2b12960bb7"; + sha256_unsigned = "d4281a0fe820589801043071fef06b6077c6cba58be71cfbb3a8dd2b12960bb7"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa2200" + ]; + titles = [ + { + model = "PA2200"; + vendor = "Plasma Cloud"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac-c2" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-qxwlan_e2600ac-c2-initramfs-fit-uImage.itb"; + sha256 = "6a320b8474af53ddd73a66a845dd51a1633ee26542ee19e36d058d05d7ddb18c"; + sha256_unsigned = "6a320b8474af53ddd73a66a845dd51a1633ee26542ee19e36d058d05d7ddb18c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "d87dde170c9bd9019d1271f8a531b4938faa1a5928892b127bdc5a524c89f95b"; + sha256_unsigned = "d87dde170c9bd9019d1271f8a531b4938faa1a5928892b127bdc5a524c89f95b"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "be26bdb0aeeecb021c7376dfbdd972026de6646cbe250e060510e978d3ee6503"; + sha256_unsigned = "21ce72254361587b861e4b6914c78fae780a839e6226bb75daf73665f0909267"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C2"; + vendor = "Qxwlan"; + } + ]; + }; + teltonika_rutx10 = { + device_packages = [ + "ipq-wifi-teltonika_rutx" + "kmod-bluetooth" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-teltonika_rutx10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-teltonika_rutx10-squashfs-nand-sysupgrade.bin"; + sha256 = "c877181df9f0f42ffdf2fb9c47e6c1bd662a787490cc75424c271a7f8b990b50"; + sha256_unsigned = "2d074591b188408f06b56e8c3237f66e070679a13e7bc86d8016c76e2ca981d9"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-teltonika_rutx10-squashfs-nand-factory.ubi"; + sha256 = "56f974cb1f3960556f19dcdd8fa2158a4fde8884fd6881a78cbe82541369335c"; + sha256_unsigned = "56f974cb1f3960556f19dcdd8fa2158a4fde8884fd6881a78cbe82541369335c"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-teltonika_rutx10-initramfs-fit-uImage.itb"; + sha256 = "3d45626258c76858840fc5df940c852d42d755ce7dab6fec0dc9225cf9f57b2c"; + sha256_unsigned = "3d45626258c76858840fc5df940c852d42d755ce7dab6fec0dc9225cf9f57b2c"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rutx10" + ]; + titles = [ + { + model = "RUTX10"; + vendor = "Teltonika"; + } + ]; + }; + zte_mf286d = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-zte_mf286d" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-zte_mf286d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-zte_mf286d-squashfs-sysupgrade.bin"; + sha256 = "267d75700a1ce19496649e28ac926d6321c12e11b7ed998aa977db425b33ddf8"; + sha256_unsigned = "0e948671a8c102bbf393e0fa13c93a0f150ff81419f920d843e54bf9f5b819af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-zte_mf286d-initramfs-fit-zImage.itb"; + sha256 = "cc81cebcd3e38d7be44ae5b0b75dd4c0702fd84da5e4da8edef091607450ac5f"; + sha256_unsigned = "cc81cebcd3e38d7be44ae5b0b75dd4c0702fd84da5e4da8edef091607450ac5f"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286d" + ]; + titles = [ + { + model = "MF286D"; + vendor = "ZTE"; + } + ]; + }; + zte_mf289f = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-zte_mf289f" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-zte_mf289f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-zte_mf289f-squashfs-sysupgrade.bin"; + sha256 = "e5b4d659a687d3a64959c3a96ad784918f5a2991d51c1f96bcae75a2b6951d06"; + sha256_unsigned = "ef9a23d6f822f269c23b27599c400039ea95688fb7ae7fe94e5e0b3337f5de6d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-zte_mf289f-initramfs-fit-zImage.itb"; + sha256 = "ea5bdd6d4b246ddc20ad90da2f9bb678f4a8b13c7e270adcada25aa7d2c596e4"; + sha256_unsigned = "ea5bdd6d4b246ddc20ad90da2f9bb678f4a8b13c7e270adcada25aa7d2c596e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf289f" + ]; + titles = [ + { + model = "MF289F"; + vendor = "ZTE"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "0e3a9eabc7636361f9143c40b38ccdeb6410c5d72176eb1674be21f3739128ef"; + sha256_unsigned = "0e3a9eabc7636361f9143c40b38ccdeb6410c5d72176eb1674be21f3739128ef"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-zyxel_nbg6617-initramfs-fit-uImage.itb"; + sha256 = "b1a27cc9923e5694eeabd590d3c50868bbe617dcde94b5137369eefd8e15736e"; + sha256_unsigned = "b1a27cc9923e5694eeabd590d3c50868bbe617dcde94b5137369eefd8e15736e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "d1cfb667b3471a5f080e6906dd9746b8afe4e76ce36deea0dfab64f7d26c5225"; + sha256_unsigned = "962070e702c85c9d35950f833c3b5116da0af0cb431ff14c0a313dcf81de35bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + model = "NBG6617"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-generic-zyxel_wre6606-initramfs-fit-uImage.itb"; + sha256 = "39067ba93f3dbf03ff1f002ec87191df26d240562041ed499d1b89db03c92dda"; + sha256_unsigned = "39067ba93f3dbf03ff1f002ec87191df26d240562041ed499d1b89db03c92dda"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "b5ec93de2f7dee364389f6f73e43e484bc8d81ad670b9674cc72ad05f865ef91"; + sha256_unsigned = "7812c4d28eecf60505927a90f6b42f4c4a860da49962bfc0592790b4fd9c5505"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + model = "WRE6606"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "ipq40xx/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + mikrotik = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_cap-ac = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-mikrotik-mikrotik_cap-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-mikrotik-mikrotik_cap-ac-initramfs-kernel.bin"; + sha256 = "cd1ed9ef7c9ca043fd0bdb1925fa90017e8066e291611b3de3b7df9d97414484"; + sha256_unsigned = "cd1ed9ef7c9ca043fd0bdb1925fa90017e8066e291611b3de3b7df9d97414484"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-mikrotik-mikrotik_cap-ac-squashfs-sysupgrade.bin"; + sha256 = "8efe762ef5efea57668f1d930d10ee4ae483e0b6e7a72350471fd98080b8515c"; + sha256_unsigned = "1e7e4a820c3ffa86d692730404d412f2812f1cdd0b67c71fd3385ae64434aa71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,cap-ac" + ]; + titles = [ + { + model = "cAP ac"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_hap-ac2 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-mikrotik-mikrotik_hap-ac2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-mikrotik-mikrotik_hap-ac2-squashfs-sysupgrade.bin"; + sha256 = "0bd9b3cda42500cdebc89f3d2a41874ece5b007e17d525f61c7b9a0456dac737"; + sha256_unsigned = "03b9431ceda3b24af75429e51d3f422764ddafe0960ef4fe7bc26f09f16c136e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-mikrotik-mikrotik_hap-ac2-initramfs-kernel.bin"; + sha256 = "e92ce3a4e0d562b45c87eb5dbbd63af7f9fb43023a90f4a881f29908e6b78cd6"; + sha256_unsigned = "e92ce3a4e0d562b45c87eb5dbbd63af7f9fb43023a90f4a881f29908e6b78cd6"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac2" + ]; + titles = [ + { + model = "hAP ac2"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_hap-ac3 = { + device_packages = [ + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-mikrotik-mikrotik_hap-ac3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-mikrotik-mikrotik_hap-ac3-squashfs-nand-sysupgrade.bin"; + sha256 = "6c2024446c3a6b4488f538fac3ee904cbe53ed6573725aa4931dc35e07d3f15b"; + sha256_unsigned = "32d9aa920de2ef766fc3ae505db81917b9101d23a00699f2627a415ab9523e9b"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-mikrotik-mikrotik_hap-ac3-initramfs-kernel.bin"; + sha256 = "fd1e108820b2f87a13f791c2bfeea4241c96df6eaca5c0b9e90ac1201b7e0c9c"; + sha256_unsigned = "fd1e108820b2f87a13f791c2bfeea4241c96df6eaca5c0b9e90ac1201b7e0c9c"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac3" + ]; + titles = [ + { + model = "hAP ac3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_lhgg-60ad = { + device_packages = [ + "-kmod-ath10k-ct" + "-ath10k-firmware-qca4019-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-mikrotik-mikrotik_lhgg-60ad"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-mikrotik-mikrotik_lhgg-60ad-squashfs-sysupgrade.bin"; + sha256 = "849d986006ad2caa34f703022e3e54ca3d01fd165d47d483030aafd459e444ac"; + sha256_unsigned = "668ee2f274ac244c41b254cb528cfe8930013ed18d8c1aedecc2ba59b00ff4f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-mikrotik-mikrotik_lhgg-60ad-initramfs-kernel.bin"; + sha256 = "ff8a345b6299ba6bf0043e333b51d8dcf6faad97e34b279e0b0a0a42de045fe7"; + sha256_unsigned = "ff8a345b6299ba6bf0043e333b51d8dcf6faad97e34b279e0b0a0a42de045fe7"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,lhgg-60ad" + ]; + titles = [ + { + model = "Wireless Wire Dish LHGG-60ad"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_sxtsq-5-ac = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-initramfs-kernel.bin"; + sha256 = "2c9114be05bfbb932056d47aa30ec10754c6b638f58e646a46da9bf354745a5b"; + sha256_unsigned = "2c9114be05bfbb932056d47aa30ec10754c6b638f58e646a46da9bf354745a5b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-squashfs-sysupgrade.bin"; + sha256 = "5354fc7511d2b57a41b36c7101a2a500b9939011df828d68aadb119cac843ba2"; + sha256_unsigned = "7d6a2efd843f69c04e7c2f2a8d640beaf5622fd3c07de5bea171637c9732c421"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,sxtsq-5-ac" + ]; + titles = [ + { + model = "SXTsq 5 ac (RBSXTsqG-5acD)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "ipq40xx/mikrotik"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-phy-qcom-ipq806x-usb" + "kmod-usb-dwc3-qcom" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + arris_tr4400-v2 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-arris_tr4400-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-arris_tr4400-v2-initramfs-uImage"; + sha256 = "7973124020ac5489a441e2d2b2f0243385f37880ad6f2cb0a2b89a9bd1384343"; + sha256_unsigned = "7973124020ac5489a441e2d2b2f0243385f37880ad6f2cb0a2b89a9bd1384343"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-arris_tr4400-v2-squashfs-sysupgrade.bin"; + sha256 = "33f0bc5ae33bc7ff5b95f4b74bc21a62d021e1431f80458fe22c03096244e0dd"; + sha256_unsigned = "0cd58e6e364a9d3a3aa63bba4f608ad61886b9b9db979d4e5b773c517e093395"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arris,tr4400-v2" + ]; + titles = [ + { + model = "TR4400"; + variant = "v2"; + vendor = "Arris"; + } + ]; + }; + askey_rt4230w-rev6 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-askey_rt4230w-rev6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-askey_rt4230w-rev6-squashfs-sysupgrade.bin"; + sha256 = "5dac2e118e9c29630eb2a14f1d644aabec673e0220f20caefc6492dc69974e31"; + sha256_unsigned = "596e90a4b9ff5c5d76efebb51daa85fad4393e517b8c291b00da3300c59b6696"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-askey_rt4230w-rev6-initramfs-uImage"; + sha256 = "2e60f69b9bfe123732aba8d3657281478c03acfd6dae9e90903f9d36ee8ea04a"; + sha256_unsigned = "2e60f69b9bfe123732aba8d3657281478c03acfd6dae9e90903f9d36ee8ea04a"; + type = "kernel"; + } + ]; + supported_devices = [ + "askey,rt4230w-rev6" + ]; + titles = [ + { + model = "RT4230W"; + variant = "REV6"; + vendor = "Askey"; + } + ]; + }; + asrock_g10 = { + device_packages = [ + "kmod-i2c-gpio" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-asrock_g10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-asrock_g10-squashfs-nand-sysupgrade.bin"; + sha256 = "126147a5cd2608b03ba6a69be99d0bea027852e6b70acc2df33104ebfa8e37b3"; + sha256_unsigned = "065ae72e441cbc40c360ad465901f7ca1af3ede12c8087c6707c0deb98182bbc"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-asrock_g10-squashfs-nand-factory.bin"; + sha256 = "2f7d322d8a0792ecfbd3f8f21e173d63bfbaddf261140655573a1ee1f14fec00"; + sha256_unsigned = "2f7d322d8a0792ecfbd3f8f21e173d63bfbaddf261140655573a1ee1f14fec00"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-asrock_g10-initramfs-fit-uImage.itb"; + sha256 = "8451c1006b381fb68403d9538a1a7a085ba66b51caf05ca78c67827067700b81"; + sha256_unsigned = "8451c1006b381fb68403d9538a1a7a085ba66b51caf05ca78c67827067700b81"; + type = "kernel"; + } + ]; + supported_devices = [ + "asrock,g10" + ]; + titles = [ + { + model = "G10"; + vendor = "ASRock"; + } + ]; + }; + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "a397d4177a54549c33090a974cac8c4649cf3284808867d8065091af2f5ec03e"; + sha256_unsigned = "345a21d3d82a1ea62c899f31f98ba214af393e0eb9b89d11e1c70d21877fec38"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-buffalo_wxr-2533dhp-initramfs-uImage"; + sha256 = "80bdeaacb38fe07682cf6784ba0037754bdf8d92804a35fe54584b3e2ba8d924"; + sha256_unsigned = "80bdeaacb38fe07682cf6784ba0037754bdf8d92804a35fe54584b3e2ba8d924"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + model = "WXR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "3af1908b26b2f9dd8f82666a5fec55c8e6cf5ec88b0b3b41824c6cb4a0623a49"; + sha256_unsigned = "52444e71ff78f17ded84e024899d0b3284157688827810db3c4d9dd70f644013"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "84d3a3064173406f67101c176c28a437db355873d5c5f11a7bac4f9d08acf003"; + sha256_unsigned = "84d3a3064173406f67101c176c28a437db355873d5c5f11a7bac4f9d08acf003"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-compex_wpq864-initramfs-fit-uImage.itb"; + sha256 = "216badf126c7fb8489dc2c68531602c6b54a2735c1ac4b718bb48ab8d00696f3"; + sha256_unsigned = "216badf126c7fb8489dc2c68531602c6b54a2735c1ac4b718bb48ab8d00696f3"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + model = "WPQ864"; + vendor = "Compex"; + } + ]; + }; + edgecore_ecw5410 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-edgecore_ecw5410" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-edgecore_ecw5410"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-edgecore_ecw5410-squashfs-nand-sysupgrade.bin"; + sha256 = "552c2c9cfe1de9505bb1e016bd227990f38f7084df11e6ab96bffc3f41561fcf"; + sha256_unsigned = "29dda5916c1cbd581d5671d9ebc287bd794e17fbe9192cdd584036272bdf9114"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-edgecore_ecw5410-squashfs-nand-factory.bin"; + sha256 = "b22fac5cdac18b0420d78e3b27d5558f93641f110a44a02088da73d492d0d685"; + sha256_unsigned = "b22fac5cdac18b0420d78e3b27d5558f93641f110a44a02088da73d492d0d685"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-edgecore_ecw5410-initramfs-fit-uImage.itb"; + sha256 = "f81571d22d074b23805d9b3e33c861a6e6e03c70c21be22c9a02a3bb04ea96da"; + sha256_unsigned = "f81571d22d074b23805d9b3e33c861a6e6e03c70c21be22c9a02a3bb04ea96da"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,ecw5410" + ]; + titles = [ + { + model = "ECW5410"; + vendor = "Edgecore"; + } + ]; + }; + linksys_ea7500-v1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-linksys_ea7500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-linksys_ea7500-v1-squashfs-factory.bin"; + sha256 = "08de7271b2185f171198bef01be4adf8458a4af15677a13b679a842cc1c45996"; + sha256_unsigned = "08de7271b2185f171198bef01be4adf8458a4af15677a13b679a842cc1c45996"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-linksys_ea7500-v1-squashfs-sysupgrade.bin"; + sha256 = "69c1c36360244ce4515a79f7e023f2e8540218c0a2e10778c7c9ad26d411a162"; + sha256_unsigned = "c1de606f99ad58f09521b23d79ce12f23967e8fad185055e9a97649715a48543"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-linksys_ea7500-v1-initramfs-uImage"; + sha256 = "892c86417b906811ff85f4e88a7fc2c8e23f447b3d3c9e848c3908303ca9856e"; + sha256_unsigned = "892c86417b906811ff85f4e88a7fc2c8e23f447b3d3c9e848c3908303ca9856e"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7500-v1" + ]; + titles = [ + { + model = "EA7500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "8b96656e56cce4025093d2cc6ee14149af35fc2fed0d38fc8849bf055fb9a963"; + sha256_unsigned = "8b96656e56cce4025093d2cc6ee14149af35fc2fed0d38fc8849bf055fb9a963"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-linksys_ea8500-initramfs-uImage"; + sha256 = "c965d35f46bdbf0478a8811d603af00576ae490222cb2a31e63a41e8a7daf191"; + sha256_unsigned = "c965d35f46bdbf0478a8811d603af00576ae490222cb2a31e63a41e8a7daf191"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "242fa1651502ae65036d8aba1efed3d87819d56276b898e583de50bba747de08"; + sha256_unsigned = "78e6d952ebf525d48aec7a4d3eb2f79c17830aa302e41ff11db0d29c9f30a33e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + model = "EA8500"; + vendor = "Linksys"; + } + ]; + }; + meraki_mr42 = { + device_packages = [ + "-swconfig" + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-phy-qcom-ipq806x-usb" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "-uboot-envtools" + "ath10k-firmware-qca9887-ct" + "ath10k-firmware-qca99x0-ct" + "kmod-eeprom-at24" + "kmod-hwmon-ina2xx" + "kmod-leds-tlc591xx" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-meraki_mr42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-meraki_mr42-squashfs-sysupgrade.bin"; + sha256 = "f13b7d88568944a76f0014e911e20d2d7a8e50bf16dff0c953dedba04c851cad"; + sha256_unsigned = "a561836833d06aeec51d010b12c197812579b902c313d94eeadb90f3b7f994d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-meraki_mr42-initramfs-fit-uImage.itb"; + sha256 = "91125f584f9d6039d1423049466a2df3259f6ffa6fce59f00670ba0c9726bdce"; + sha256_unsigned = "91125f584f9d6039d1423049466a2df3259f6ffa6fce59f00670ba0c9726bdce"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr42" + ]; + titles = [ + { + model = "MR42"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mr52 = { + device_packages = [ + "-swconfig" + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-phy-qcom-ipq806x-usb" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "-uboot-envtools" + "ath10k-firmware-qca9887-ct" + "ath10k-firmware-qca9984-ct" + "kmod-eeprom-at24" + "kmod-hwmon-ina2xx" + "kmod-leds-tlc591xx" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-meraki_mr52"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-meraki_mr52-squashfs-sysupgrade.bin"; + sha256 = "67f007cd96c9acf9e67be2b885dff6fe9751178ad69f4292fc4e6253ca650f62"; + sha256_unsigned = "c5376230b038b584e4794627c391281561b3cc8f1c56611c15cfd345c9bbe826"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-meraki_mr52-initramfs-fit-uImage.itb"; + sha256 = "1cd9ac02a5c8da32921cceddd760d94a78f4216b3227fb83306d7a6375fbb182"; + sha256_unsigned = "1cd9ac02a5c8da32921cceddd760d94a78f4216b3227fb83306d7a6375fbb182"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr52" + ]; + titles = [ + { + model = "MR52"; + vendor = "Cisco Meraki"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-nec_wg2600hp-initramfs-uImage"; + sha256 = "2ed8ddea0e2dd728fc46467476a370bcea8c187b70472f6a8413607f33962ac2"; + sha256_unsigned = "2ed8ddea0e2dd728fc46467476a370bcea8c187b70472f6a8413607f33962ac2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "338920a77be9dae8c55ed527d83a48ca28ce4084ad37509582dc1108a45569fb"; + sha256_unsigned = "0f2778437820a532ce2dcfd9ab9014186ea53d8dd93d2bd58a23f852415631cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + model = "Aterm WG2600HP"; + vendor = "NEC"; + } + ]; + }; + nec_wg2600hp3 = { + device_packages = [ + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-usb-phy-qcom-dwc3" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "ath10k-firmware-qca9984-ct" + "ipq-wifi-nec_wg2600hp3" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-nec_wg2600hp3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-nec_wg2600hp3-squashfs-sysupgrade.bin"; + sha256 = "db57c7b2fdfb6e2dd27e630744309c44e574e8fb32ec258f09c3cd16606fe891"; + sha256_unsigned = "7ebd576be604cf8e1447a29e6373212e451320b04c34f2534dcd7d8fa9963e76"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-nec_wg2600hp3-initramfs-uImage"; + sha256 = "985e0d966a7a282bbdadf0438e50786774c32a23f39d0c891e93fa87ac33170c"; + sha256_unsigned = "985e0d966a7a282bbdadf0438e50786774c32a23f39d0c891e93fa87ac33170c"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg2600hp3" + ]; + titles = [ + { + model = "Aterm WG2600HP3"; + vendor = "NEC Platforms"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-netgear_d7800-initramfs-uImage"; + sha256 = "87038a990fa10b9f69300e29f908e49fab922667a64d6bba2283f562bbce799f"; + sha256_unsigned = "87038a990fa10b9f69300e29f908e49fab922667a64d6bba2283f562bbce799f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "c0c30f81c5a9f62c1e614f0c55dabba5a6b2a62f87c95747af4310343098cee3"; + sha256_unsigned = "c0c30f81c5a9f62c1e614f0c55dabba5a6b2a62f87c95747af4310343098cee3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "c1ca259b607b0e99cbeb4cd004bc47bd19263a35902f88175027de5324aa233e"; + sha256_unsigned = "a72e141af21e24d71fde92414a9415a07eff7ffe0534624a5d5103891c269d33"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + model = "Nighthawk X4 D7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-netgear_r7500-initramfs-uImage"; + sha256 = "335b5154cbdafe96768c70459f2980cc55f631c09f929fd270b97f91d4810c03"; + sha256_unsigned = "335b5154cbdafe96768c70459f2980cc55f631c09f929fd270b97f91d4810c03"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "94c64c568e92907aeb1e6429ad33826a9d8ba3b56051bff36ccefc5920cc083b"; + sha256_unsigned = "94c64c568e92907aeb1e6429ad33826a9d8ba3b56051bff36ccefc5920cc083b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "ae909ba0fb6d044c12af1a613a7992c6957ad0f93ab0947eafc3f959057ef059"; + sha256_unsigned = "8d10cb163056a0c15b7f2a274c767926ff6b7d7e204d6e38c9e9647dd4c085ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-netgear_r7500v2-initramfs-uImage"; + sha256 = "7bce6bc1a652ee23f18145fe62047ed294ae62218ef95142289ffe4849696c07"; + sha256_unsigned = "7bce6bc1a652ee23f18145fe62047ed294ae62218ef95142289ffe4849696c07"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "ce99476311e4592a6e063d4b005d90ced6452d53c02d13eca8511b2fe38ec7e9"; + sha256_unsigned = "14a8c2b078072d1691c25fe2d1a2aee07055fb85f2dbf67be49af242455730d9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "f4cfd3c2ad500b07bf2fb1922abfdc97a4280e9ab88229205cf031334e450c90"; + sha256_unsigned = "f4cfd3c2ad500b07bf2fb1922abfdc97a4280e9ab88229205cf031334e450c90"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ramoops" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "02b7cd81086b65c860d6a65d248d2d6c904a4618136b898f899ea03e1c21b80e"; + sha256_unsigned = "66d092b2234cdec1086f276a9152a80db987c0fc078e73ec2d42b620c683f91a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-netgear_r7800-initramfs-uImage"; + sha256 = "59a8d59adfef655d021a9065844d639815da3e469148764713e3d219f735d97a"; + sha256_unsigned = "59a8d59adfef655d021a9065844d639815da3e469148764713e3d219f735d97a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "dc0832dcf49de40da269aa8e203787a9d80602deb973ad0add0ff2ee3e1c12c3"; + sha256_unsigned = "dc0832dcf49de40da269aa8e203787a9d80602deb973ad0add0ff2ee3e1c12c3"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + model = "Nighthawk X4S R7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_xr500 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ramoops" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-netgear_xr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-netgear_xr500-squashfs-factory.img"; + sha256 = "0260a81d5ad824cc6d9de1b9b25e96a3d884fae3306bd6044e8427ff4ebac795"; + sha256_unsigned = "0260a81d5ad824cc6d9de1b9b25e96a3d884fae3306bd6044e8427ff4ebac795"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-netgear_xr500-squashfs-sysupgrade.bin"; + sha256 = "683eda83cd3eb573f478834ae09cfd0b9edba2423f19c7d8725208ea33b65801"; + sha256_unsigned = "c27ae548bf2d0509ac32dfcb36890492ad3e7f076e12b410b91a5feaf8e9c34f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-netgear_xr500-initramfs-uImage"; + sha256 = "42044a88c98ab9e9ff3d3691ad36459094051ecf0dd3aad1c6c52e1e0d2688b8"; + sha256_unsigned = "42044a88c98ab9e9ff3d3691ad36459094051ecf0dd3aad1c6c52e1e0d2688b8"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,xr500" + ]; + titles = [ + { + model = "Nighthawk XR500"; + vendor = "NETGEAR"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "f1856925e0d379fe1db5036767f21263599c2a152bb8e835401096206633a5e4"; + sha256_unsigned = "5c07b4ea317505341ba54f04b41898eeab72b9c9c0ec316e188a858063ecd480"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-qcom_ipq8064-ap148-initramfs-fit-uImage.itb"; + sha256 = "698b3cbe826f7e5a6ac7e4aead8e8adfb45ac37e4bea65095532e3df70eb322d"; + sha256_unsigned = "698b3cbe826f7e5a6ac7e4aead8e8adfb45ac37e4bea65095532e3df70eb322d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "1163a782e6b9cad423433bc704aa5a483a4f1655146d0b5dd299b0c7a2e2d8b4"; + sha256_unsigned = "1163a782e6b9cad423433bc704aa5a483a4f1655146d0b5dd299b0c7a2e2d8b4"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "standard"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-qcom_ipq8064-ap148-legacy-initramfs-uImage"; + sha256 = "948763aa230064d9449abb62c4669018f53fd611730271a699ebf59f979b6172"; + sha256_unsigned = "948763aa230064d9449abb62c4669018f53fd611730271a699ebf59f979b6172"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "3c77bc2d0cf1532c7e05044d1a57bbe40071eff47c4ab5eb35f088e9e221c281"; + sha256_unsigned = "3c77bc2d0cf1532c7e05044d1a57bbe40071eff47c4ab5eb35f088e9e221c281"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "edf961903ca08d61ec40c098b813c407a21e2812bfc62dfc9e9869551856e842"; + sha256_unsigned = "cf62633a468815850ba215e064a554fa186269780a14e01d75e521b9e8cf1af0"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "legacy"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "95ff7e8d071e626d40711faf050d0a5e6efffd8f87cd4794542e40e23265eced"; + sha256_unsigned = "f488c09e2a1d3f5c86145a465e9f360635a3a38ae9c05fa3439bdfb324a568fa"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "36dc885cfbe7e3eda81f9077a6bb00f24f816fcfa3c52aec16c7efbedae902de"; + sha256_unsigned = "36dc885cfbe7e3eda81f9077a6bb00f24f816fcfa3c52aec16c7efbedae902de"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-qcom_ipq8064-ap161-initramfs-fit-uImage.itb"; + sha256 = "ff3d68edb1bb7f51074df7eb7e2babe38c1c1a4a7dacc0282729aa76ebbb0c6e"; + sha256_unsigned = "ff3d68edb1bb7f51074df7eb7e2babe38c1c1a4a7dacc0282729aa76ebbb0c6e"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + model = "AP161"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-db149 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-qcom_ipq8064-db149"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-qcom_ipq8064-db149-squashfs-sysupgrade.bin"; + sha256 = "fe245361b7868624d11a27cfc9549ee7e8299117aa01a8598f8e1cd25dcd7d54"; + sha256_unsigned = "a3e37f3088054474cec32f0fc4e709ffd6d82bc10072d013de0e8428b3eeed91"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-qcom_ipq8064-db149-initramfs-fit-uImage.itb"; + sha256 = "1d851044282de1662fa0a0bc4091b3cbf5d169654b64b479e961573a15fb8fbf"; + sha256_unsigned = "1d851044282de1662fa0a0bc4091b3cbf5d169654b64b479e961573a15fb8fbf"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-db149" + ]; + titles = [ + { + model = "DB149"; + vendor = "Qualcomm"; + } + ]; + }; + tplink_ad7200 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-tplink_ad7200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-tplink_ad7200-squashfs-sysupgrade.bin"; + sha256 = "ba2f78881d7005c94bd6cd069ad7b4a58486b2c16edd1a407fcf5f1a7ec29e7d"; + sha256_unsigned = "4edecf0c4845245edd23af85393a34010ac215f36a7b097d0e6f2292837830aa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-tplink_ad7200-squashfs-factory.bin"; + sha256 = "18441d05ff76d2118c77de168d0b4f03e306100161a1bb89dad0434b54d93c37"; + sha256_unsigned = "18441d05ff76d2118c77de168d0b4f03e306100161a1bb89dad0434b54d93c37"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-tplink_ad7200-initramfs-uImage"; + sha256 = "0f642b27b0db60e308ee304839d7f897cd39924d3314a2281cc52ce16ea0f88e"; + sha256_unsigned = "0f642b27b0db60e308ee304839d7f897cd39924d3314a2281cc52ce16ea0f88e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,ad7200" + ]; + titles = [ + { + model = "AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + { + model = "Talon AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "7bd5aa0332cd24daa51f7827ca4a68577054051e06ba97a6ba082cf3b250ff80"; + sha256_unsigned = "7bd5aa0332cd24daa51f7827ca4a68577054051e06ba97a6ba082cf3b250ff80"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-tplink_c2600-initramfs-uImage"; + sha256 = "e97093d998aa51a92a5ee5735c41f62ac5b12f1f83dfac88f4e24606ed1129bf"; + sha256_unsigned = "e97093d998aa51a92a5ee5735c41f62ac5b12f1f83dfac88f4e24606ed1129bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "692c171ece92986b56b4014fc161e9a228b55814bdf79c282f10d1ae5afc355c"; + sha256_unsigned = "166fa3f5eeb194a961db7c90e10e866abf8b463f7a94a551bf4f52e1e3988192"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + model = "Archer C2600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-tplink_vr2600v-initramfs-uImage"; + sha256 = "214bbb8b04174d9b2bab630ba021694e4af76091006c80567060d1d05689cdb8"; + sha256_unsigned = "214bbb8b04174d9b2bab630ba021694e4af76091006c80567060d1d05689cdb8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "be1dea8721fe1fc1ddf47d5e0d31535cf6c2ddb28ac42b6be6c085daeff3deb9"; + sha256_unsigned = "8dae8bcb26746f3df7cb368416ad9ed46e054bd6fe3cb3146457d5a16f5988b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + model = "Archer VR2600v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_unifi-ac-hd = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-ubnt_unifi-ac-hd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-ubnt_unifi-ac-hd-squashfs-sysupgrade.bin"; + sha256 = "90441916766c15ca94d5cdd3724fda14e8bb77d514db4787eeae9042fcd4678a"; + sha256_unsigned = "c3b5d6ce6c0b0322cb45dacf56dbc97862c50b46ab6407727381830cc6991c87"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-ubnt_unifi-ac-hd-initramfs-fit-uImage.itb"; + sha256 = "a5ac156562151a0f7141cf6abf1caabd52d5694fbfd4592c942393b3122dda38"; + sha256_unsigned = "a5ac156562151a0f7141cf6abf1caabd52d5694fbfd4592c942393b3122dda38"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-ac-hd" + ]; + titles = [ + { + model = "UniFi AC HD"; + vendor = "Ubiquiti"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.3-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "3d56d6aa74302549940b9240798709dda7271151d1d93e57affbc1100b66b348"; + sha256_unsigned = "c38adad6a036b3d95a2e63692c1da02bab55b6e0c629e29bebccb342adb7f123"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "415eedcc7d16cdc4f007af3e89eba16d1574e5a32f811abc8f09c19d6809a39a"; + sha256_unsigned = "415eedcc7d16cdc4f007af3e89eba16d1574e5a32f811abc8f09c19d6809a39a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ipq806x-generic-zyxel_nbg6817-initramfs-uImage"; + sha256 = "7e98ad56684ae99a63fa076e57712eb74e512dfaf6437b43e90a94a243062123"; + sha256_unsigned = "7e98ad56684ae99a63fa076e57712eb74e512dfaf6437b43e90a94a243062123"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + model = "NBG6817"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "ipq806x/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + checkpoint_l-50 = { + device_packages = [ + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-mvsdio" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-checkpoint_l-50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-checkpoint_l-50-squashfs-sysupgrade.bin"; + sha256 = "f027f3ea17b1d0634a01fd6b4f46d0a098ca5288ee0f14fa08bc2e49b4f0be18"; + sha256_unsigned = "f14a422cbbbf9f56ded1f393a5dabdfba992add62e032cb088fd93b9eafdcaa4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-checkpoint_l-50-initramfs-uImage"; + sha256 = "8172f616dddbada49813c5cf9a97d0381c091b7c0daf4eb74631fcbcb920de1b"; + sha256_unsigned = "8172f616dddbada49813c5cf9a97d0381c091b7c0daf4eb74631fcbcb920de1b"; + type = "kernel"; + } + ]; + supported_devices = [ + "checkpoint,l-50" + ]; + titles = [ + { + model = "L-50"; + vendor = "Check Point"; + } + ]; + }; + cisco_on100 = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-cisco_on100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "8d181959ae36921b1be4610e1b000b29bd0a01ea0638944344e7e087e6db96a6"; + sha256_unsigned = "df1b543852d58fc197f50a21b8b493cd00d095c88baedc3de762cd0d35b9cbed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "5787582c9ba40cd3fcb97b501442793e26799f442f9d529ccdcccf188d2f6011"; + sha256_unsigned = "5787582c9ba40cd3fcb97b501442793e26799f442f9d529ccdcccf188d2f6011"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-cisco_on100-initramfs-uImage"; + sha256 = "1885de847877399d65f77b48d6b9d2bd1998cb3a2b8f36679e52b4e87ec50216"; + sha256_unsigned = "1885de847877399d65f77b48d6b9d2bd1998cb3a2b8f36679e52b4e87ec50216"; + type = "kernel"; + } + ]; + supported_devices = [ + "cisco,on100" + "on100" + ]; + titles = [ + { + model = "ON100"; + vendor = "Cisco Systems"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "18ab2cdb53f3ce996f8f7a0391f654ebab130b7cf7181df49283fb68faa19466"; + sha256_unsigned = "1a6f29fcca2784e6c7b9b63739232a31916468964dd943ca6c23fbd5a21d8417"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "9400b573e2809a9d3e3facdfbe4ed2efed1aab24de9ca461b1d4b7904c90e4a7"; + sha256_unsigned = "9400b573e2809a9d3e3facdfbe4ed2efed1aab24de9ca461b1d4b7904c90e4a7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-cloudengines_pogoe02-initramfs-uImage"; + sha256 = "0d0e04a8154ff38eb9717bc21c688be9c7a1aea443be2c776804d7e6e8367b55"; + sha256_unsigned = "0d0e04a8154ff38eb9717bc21c688be9c7a1aea443be2c776804d7e6e8367b55"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + model = "Pogoplug E02"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-mvsdio" + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-cloudengines_pogoplugv4-initramfs-uImage"; + sha256 = "df39698e928778d93c5f77d92d5de1d009198a11487ff1c481fc4963ce9b994a"; + sha256_unsigned = "df39698e928778d93c5f77d92d5de1d009198a11487ff1c481fc4963ce9b994a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "ed1aa00fc93e520a7b52c8b72b1be7625d571fa8d914d627335acd4db3f7baa6"; + sha256_unsigned = "ed1aa00fc93e520a7b52c8b72b1be7625d571fa8d914d627335acd4db3f7baa6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "4fd3a16167bb340feb7c71123520e2f86580b84fa4518a76de545db5a720f0b8"; + sha256_unsigned = "080e30873f4dd517427b0c7ec777460c7af377e4bf5380ee1c20f597d76b8edf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + model = "Pogoplug V4"; + vendor = "Cloud Engines"; + } + ]; + }; + ctera_c200-v1 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-ctera_c200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-ctera_c200-v1-squashfs-sysupgrade.bin"; + sha256 = "5fb71bfb00c4f58e502efd69011574a44d5867edb186a82dc30c5c5fde23cf83"; + sha256_unsigned = "6fe9295b0e673bec16e6edb3a4acafd5410812ee2f41c99165cf869a6400d08a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-ctera_c200-v1-initramfs-factory.firm"; + sha256 = "57c13227ff41e1e22c5cc9daf71719cf193c6e3360c96aeece9dacecaf7f11ba"; + sha256_unsigned = "57c13227ff41e1e22c5cc9daf71719cf193c6e3360c96aeece9dacecaf7f11ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "ctera,c200-v1" + ]; + titles = [ + { + model = "C200"; + variant = "V1"; + vendor = "Ctera"; + } + ]; + }; + endian_4i-edge-200 = { + device_packages = [ + "kmod-ath9k" + "kmod-mvsdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-endian_4i-edge-200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-endian_4i-edge-200-squashfs-sysupgrade.bin"; + sha256 = "48c404fb52134e6fa5351e8873dba8afe32a6a9f78a03bfdaa0a39afe0b49d1d"; + sha256_unsigned = "38fc9a77aefac03b71f929277247c9d97b4ed9187fb454488d88a92fafffecf6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-endian_4i-edge-200-initramfs-uImage"; + sha256 = "27b1e0902370674206e88d4b170e434ebf75ca90de521c2fadfb33af5d2cd062"; + sha256_unsigned = "27b1e0902370674206e88d4b170e434ebf75ca90de521c2fadfb33af5d2cd062"; + type = "kernel"; + } + ]; + supported_devices = [ + "endian,4i-edge-200" + ]; + titles = [ + { + model = "4i Edge 200"; + vendor = "Endian"; + } + { + model = "UTM Mini Firewall"; + vendor = "Endian"; + } + ]; + }; + globalscale_sheevaplug = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-globalscale_sheevaplug"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-globalscale_sheevaplug-initramfs-uImage"; + sha256 = "ec3567ab43fef1a928bd8f8e5c473372c3e191a50e9264108da57ef1e2fea18a"; + sha256_unsigned = "ec3567ab43fef1a928bd8f8e5c473372c3e191a50e9264108da57ef1e2fea18a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-globalscale_sheevaplug-squashfs-factory.bin"; + sha256 = "e17e7408ff9e9c8d5e97c8a76b097f11fd1bbfd07e3f42c15099c7c31b74af7f"; + sha256_unsigned = "e17e7408ff9e9c8d5e97c8a76b097f11fd1bbfd07e3f42c15099c7c31b74af7f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-globalscale_sheevaplug-squashfs-sysupgrade.bin"; + sha256 = "dcb0a9a0c7692d045004cee536a0a2c30af9cad2b2f735e9c9d04d9926b9a584"; + sha256_unsigned = "850ffc9f08186344eabe51c0ff48094f84bd6c203a4e65ffed18890ed9476098"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,sheevaplug" + ]; + titles = [ + { + model = "Sheevaplug"; + vendor = "Globalscale"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "51f5efe7a39c5e076a564f0caf64184253e23bd3f5a011041f66ea1d7452e9d8"; + sha256_unsigned = "51f5efe7a39c5e076a564f0caf64184253e23bd3f5a011041f66ea1d7452e9d8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-iom_iconnect-1.1-initramfs-uImage"; + sha256 = "1b05a9e509d430382f8a6090bc5776f6c87abc594d46bbef74e66d3d6ea5a32f"; + sha256_unsigned = "1b05a9e509d430382f8a6090bc5776f6c87abc594d46bbef74e66d3d6ea5a32f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "207a281f5f85450ddc95c04bc8061f164d14cedcab75c266ccfc69169222642e"; + sha256_unsigned = "51ee7f6ac701509e786255f55f81ed6446f228d3c9549f1261e0eadeb2e04abd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + model = "Iconnect"; + vendor = "Iomega"; + } + ]; + }; + iom_ix2-200 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-iom_ix2-200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-iom_ix2-200-squashfs-factory.bin"; + sha256 = "afb6e778362b62e2e43aeb58ae9708a6ef54cd779a9aa807ea913530c8b4bd04"; + sha256_unsigned = "afb6e778362b62e2e43aeb58ae9708a6ef54cd779a9aa807ea913530c8b4bd04"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-iom_ix2-200-squashfs-sysupgrade.bin"; + sha256 = "4ae4a0edb1cf7f2747367510d8ca7c3d66e42e69003178920a12f661cbadeb43"; + sha256_unsigned = "2161a6030faec1db0bf3a76fa0f3a983e1b25c76a4f1fb444b1b6caf7484b655"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-iom_ix2-200-initramfs-uImage"; + sha256 = "688170f4ed455edc9f87196a81ef3a64305e8ccc048511c5f318fa8efd24d928"; + sha256_unsigned = "688170f4ed455edc9f87196a81ef3a64305e8ccc048511c5f318fa8efd24d928"; + type = "kernel"; + } + ]; + supported_devices = [ + "iom,ix2-200" + ]; + titles = [ + { + model = "StorCenter ix2-200"; + vendor = "Iomega"; + } + ]; + }; + iptime_nas1 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-gpio-pca953x" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-iptime_nas1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-iptime_nas1-initramfs-uImage"; + sha256 = "c013bc4ceff668843783ad71d562fa11cdc157e37989e447d2a3568382ac6ff0"; + sha256_unsigned = "c013bc4ceff668843783ad71d562fa11cdc157e37989e447d2a3568382ac6ff0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-iptime_nas1-squashfs-sysupgrade.bin"; + sha256 = "f2eae7fb6d417830467e1e06ac77d8ca2f0fe4ccfc3d3a0384538a4fd5ab341c"; + sha256_unsigned = "6ac6dfe21c3b1e060493e3db0bab473bb6ad943d0cb9ce73214e78ca560cec76"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,nas1" + ]; + titles = [ + { + model = "NAS1"; + vendor = "ipTIME"; + } + ]; + }; + linksys_e4200-v2 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-linksys_e4200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-linksys_e4200-v2-initramfs-uImage"; + sha256 = "cc4cf548628c0068ff5863922923cb908e2eba7332309c209dad9c2bbf3e0bba"; + sha256_unsigned = "cc4cf548628c0068ff5863922923cb908e2eba7332309c209dad9c2bbf3e0bba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-linksys_e4200-v2-squashfs-factory.bin"; + sha256 = "9a52f0a935406f6bb0b040c4876ff1e219ae8e7f75648bcfec0ce19d3faa7da1"; + sha256_unsigned = "9a52f0a935406f6bb0b040c4876ff1e219ae8e7f75648bcfec0ce19d3faa7da1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-linksys_e4200-v2-squashfs-sysupgrade.bin"; + sha256 = "d999abefa2143ea59aecc449aa27041fef70a85708ea717e5466bf775056ef90"; + sha256_unsigned = "dc848d241ae45d3d2df8efdc76d130cdd24025c45636f5008e34e08b12a2fedb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e4200-v2" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "E4200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea3500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-linksys_ea3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-linksys_ea3500-squashfs-factory.bin"; + sha256 = "b448c76bdde5839bead78ee3ef6b37d1dceaa627e6b9cc65a039b0b97d4ea21b"; + sha256_unsigned = "b448c76bdde5839bead78ee3ef6b37d1dceaa627e6b9cc65a039b0b97d4ea21b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-linksys_ea3500-squashfs-sysupgrade.bin"; + sha256 = "a7d99bfde3370aa775a41e56239071790f1062773148afd0278911377e85ded7"; + sha256_unsigned = "13d1e25f232a81f85b0b35bb238dcb59a7e6cf1a1e971f004c0048d79d9df7c3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-linksys_ea3500-initramfs-uImage"; + sha256 = "e16f65e1b16a7a5221198db1acccbbd34eca06ad893b39553d49ae35c691f745"; + sha256_unsigned = "e16f65e1b16a7a5221198db1acccbbd34eca06ad893b39553d49ae35c691f745"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea3500" + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + model = "EA3500"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea4500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-linksys_ea4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-linksys_ea4500-squashfs-sysupgrade.bin"; + sha256 = "bd0caefae7c44a8eeefe224eb6cf79dee0e728b726f9d0c76af3cbe513047e4d"; + sha256_unsigned = "ef3eeddfa37d8af94df977cd9959dc3fd247878874c37b2212c65984c8cc8c02"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-linksys_ea4500-squashfs-factory.bin"; + sha256 = "80ededb08d6f13957c6b63eaf8cd2cc5d97e1465d24e3f63bbc47966cde665ab"; + sha256_unsigned = "80ededb08d6f13957c6b63eaf8cd2cc5d97e1465d24e3f63bbc47966cde665ab"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-linksys_ea4500-initramfs-uImage"; + sha256 = "7cfaa9a0d5eaaeb7350ef5cdfad1dc1115d07c4849d21d9292017dfb2c325b8c"; + sha256_unsigned = "7cfaa9a0d5eaaeb7350ef5cdfad1dc1115d07c4849d21d9292017dfb2c325b8c"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea4500" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "EA4500"; + vendor = "Linksys"; + } + ]; + }; + netgear_readynas-duo-v2 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-g762" + "kmod-rtc-rs5c372a" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-netgear_readynas-duo-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-netgear_readynas-duo-v2-initramfs-uImage"; + sha256 = "f022cfacb79e496256c6778aae004af0c7ae235fedec7b4b45b1a3edfb32d365"; + sha256_unsigned = "f022cfacb79e496256c6778aae004af0c7ae235fedec7b4b45b1a3edfb32d365"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-netgear_readynas-duo-v2-squashfs-sysupgrade.bin"; + sha256 = "5e5d8d00d0f0d22d0d99e2809404b0a4d3b5f789c6371f848eaee4999ad6c3f7"; + sha256_unsigned = "f7efa9d9422bd9ee223efa3fd692b3a51c015c575c49b8a26d3ce05e26171294"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,readynas-duo-v2" + ]; + titles = [ + { + model = "ReadyNAS Duo"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "201bee40548822bc47ba44372f4c4307c2233ad42c5248c2e7b1f4c223c3cd0b"; + sha256_unsigned = "da5807a77e767618a5aa6297c7d6d34c95251eb4d3c35c8a350aeb03f600f424"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "a0ee2676a58fd95b6f532a50f84dd71fed9a532ddfc65d10edd9f030276bbc02"; + sha256_unsigned = "a0ee2676a58fd95b6f532a50f84dd71fed9a532ddfc65d10edd9f030276bbc02"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-raidsonic_ib-nas62x0-initramfs-uImage"; + sha256 = "6115cbb15b326c1410e3aa2fd041ca499bdb45a87681ecd9dd426bd47c2aba54"; + sha256_unsigned = "6115cbb15b326c1410e3aa2fd041ca499bdb45a87681ecd9dd426bd47c2aba54"; + type = "kernel"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + model = "ICY BOX IB-NAS62x0"; + vendor = "RaidSonic"; + } + ]; + }; + seagate_blackarmor-nas220 = { + device_packages = [ + "kmod-hwmon-adt7475" + "kmod-fs-ext4" + "kmod-ata-marvell-sata" + "mdadm" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-seagate_blackarmor-nas220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-seagate_blackarmor-nas220-squashfs-factory.bin"; + sha256 = "5ece2023733d485b4d812dd7b49462ce58281f1887783eeeee0966e1bd7ed3ec"; + sha256_unsigned = "5ece2023733d485b4d812dd7b49462ce58281f1887783eeeee0966e1bd7ed3ec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-seagate_blackarmor-nas220-squashfs-sysupgrade.bin"; + sha256 = "b571baff98203228cd8f08ab4ac708d5fc60e4a602e9c72b5dfc912a42c66c47"; + sha256_unsigned = "462ce614e03c9f928723624e50adefbf36686ab5f70ea94559f731f19c60e370"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-seagate_blackarmor-nas220-initramfs-uImage"; + sha256 = "7d40bae0d9471e896c6f5ba91e184e0b68162e27afff93b418ae9d0ce02831cb"; + sha256_unsigned = "7d40bae0d9471e896c6f5ba91e184e0b68162e27afff93b418ae9d0ce02831cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,blackarmor-nas220" + ]; + titles = [ + { + model = "Blackarmor NAS220"; + vendor = "Seagate"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "0d64e271cc5072b37c3410302f3ac4fffccee369112b98cfacf40b0f5827f1c0"; + sha256_unsigned = "0d64e271cc5072b37c3410302f3ac4fffccee369112b98cfacf40b0f5827f1c0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "fe31e8a8c4ed5407959cde05e187c7e72d64daab738f43ce1de181c907902f82"; + sha256_unsigned = "303a90e18f1fa3c2441b162e41cbae130729f031958eb559d3c3a587aded0a7a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-seagate_dockstar-initramfs-uImage"; + sha256 = "25227b1231104e7b4e5234a3ede22103fec68ff77bbf68e73b74fa04eab5f8a7"; + sha256_unsigned = "25227b1231104e7b4e5234a3ede22103fec68ff77bbf68e73b74fa04eab5f8a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + model = "FreeAgent Dockstar"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-seagate_goflexhome-initramfs-uImage"; + sha256 = "c20c446715dde66f3c3783fd0aa19ef527b13ac07e60ac1883abc71ad6244475"; + sha256_unsigned = "c20c446715dde66f3c3783fd0aa19ef527b13ac07e60ac1883abc71ad6244475"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "7ed4141a475154d645b7e21bf43aeb781cb397d90485d7c68016bc0f3eae5531"; + sha256_unsigned = "e56f86d7f17ac3d6f9bcbf6d033f1b7d39a5911bf03bf099fbe9c79329aeb05e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "fe3e05d5a4b0a445922d7b6a2430430ab97f19befe652a873160f5df3bfc5672"; + sha256_unsigned = "fe3e05d5a4b0a445922d7b6a2430430ab97f19befe652a873160f5df3bfc5672"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + model = "GoFlexHome"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-seagate_goflexnet-initramfs-uImage"; + sha256 = "394992d9b9295ae39e6fd7487949ac238250c98597f00430b75b59d3d91e85fe"; + sha256_unsigned = "394992d9b9295ae39e6fd7487949ac238250c98597f00430b75b59d3d91e85fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "9d0c1471e37c7cd82e89d3b8bd14e0c43831da5cf00fcd05c8d4145e73e58802"; + sha256_unsigned = "9d0c1471e37c7cd82e89d3b8bd14e0c43831da5cf00fcd05c8d4145e73e58802"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "b09a1060c9412779c9f6cdd521f427a8e815d0642841c911baee1cf61b231d87"; + sha256_unsigned = "94297dbf592a8bc8fb4a39003abc7a1f656113b5fa0d19c1272c51fb6edfa0b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + model = "GoFlexNet"; + vendor = "Seagate"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-r8169" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-zyxel_nsa310b-initramfs-uImage"; + sha256 = "5bc034bffe2409dbde93970c7b01c42a16f65fc3b0e3b8198b7a78ce8d2b6064"; + sha256_unsigned = "5bc034bffe2409dbde93970c7b01c42a16f65fc3b0e3b8198b7a78ce8d2b6064"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "acf9e92cedca9b6d47db03e514efc640f7d33c01624f52a0c53e538f7db141ab"; + sha256_unsigned = "acf9e92cedca9b6d47db03e514efc640f7d33c01624f52a0c53e538f7db141ab"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "6421d549ad35bfa38da139a26b2634f4ebebe47980fba136bef0e3b422b3f655"; + sha256_unsigned = "415e8f2f0b1c3aa5f4ce4193e397a93c79151a572d38f2eec55f65860811095a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + "nsa310b" + ]; + titles = [ + { + model = "NSA310b"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa310s = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-zyxel_nsa310s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-zyxel_nsa310s-squashfs-factory.bin"; + sha256 = "1e57ceb5ea54637663e759b15bd412074bfc6b27d2bf1618f0cfd73bc3b47e25"; + sha256_unsigned = "1e57ceb5ea54637663e759b15bd412074bfc6b27d2bf1618f0cfd73bc3b47e25"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-zyxel_nsa310s-squashfs-sysupgrade.bin"; + sha256 = "c0717e767ede75d4b2284e82aff643bbd73c2bca5ca7ee712db2fd19133d1ec2"; + sha256_unsigned = "89a44c70e19bff235ce326ab8c77634631be0cab6b86b597ccee2608db71c87a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-zyxel_nsa310s-initramfs-uImage"; + sha256 = "5d036244f889148f37dbb055eba0308ecd49973fc1fa59812cf0d0c7cccb7660"; + sha256_unsigned = "5d036244f889148f37dbb055eba0308ecd49973fc1fa59812cf0d0c7cccb7660"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310s" + ]; + titles = [ + { + model = "NSA310S"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-kirkwood-zyxel_nsa325-initramfs-uImage"; + sha256 = "6f9239f79e9a42bb42283eda7f15f815b3e237fee237a95ccf8695905c73f512"; + sha256_unsigned = "6f9239f79e9a42bb42283eda7f15f815b3e237fee237a95ccf8695905c73f512"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "e3e897d7618a98473bf327f1248717a8758bd41efaeeb77f47b30b4218a92cf7"; + sha256_unsigned = "d46e20f0b0bb12c133e013f810c3a0c00b32f7de65192b56682756b54f29fde0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "279aa3531d4f6b6ab1c113af1ee2f5b04650b5bf785e0a4558dd35afe26a4a9f"; + sha256_unsigned = "279aa3531d4f6b6ab1c113af1ee2f5b04650b5bf785e0a4558dd35afe26a4a9f"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + "nsa325" + ]; + titles = [ + { + model = "NSA325"; + variant = "v1/v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "kirkwood/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + lantiq = { + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ltq-atm-vr9" + "kmod-ltq-deu-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-vdsl-vr9-mei" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "ltq-vdsl-app" + "ltq-vdsl-vr9-vectoring-fw-installer" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoa" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-alphanetworks_asl56026-initramfs-kernel.bin"; + sha256 = "b283553fce6d4e891f677c718c175a3c2afe04f305d9b458bbbdab4149e04823"; + sha256_unsigned = "b283553fce6d4e891f677c718c175a3c2afe04f305d9b458bbbdab4149e04823"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "ac0c5344f8900a9d3117126dbed94b7208afdff7d043b8920bbc08ff3ca37be8"; + sha256_unsigned = "b7277b9cd6fdc038a8e89ef46fbaebb5c4e8d888db1fcaa477739eb72a9f57a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + model = "ASL56026"; + vendor = "Alpha"; + } + { + model = "ECI VDSL Modem V-2FUb/I"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "82070066b8662749510935571d394e98a9b5755cd24ad703e867a9b515d30b21"; + sha256_unsigned = "06b06155be6a470db5374ddf1f9179e1b8cf10022c5cc8c70494c1a4e2a03f8f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-arcadyan_vg3503j-initramfs-kernel.bin"; + sha256 = "a8def1e5dfd1d8d84bb7f13a3281abf13e8c2f2d448286f9d531a2343b0c3112"; + sha256_unsigned = "a8def1e5dfd1d8d84bb7f13a3281abf13e8c2f2d448286f9d531a2343b0c3112"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + model = "ECI VDSL Modem V-2FUb/R"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-arcadyan_vgv7510kw22-brn-initramfs-kernel.bin"; + sha256 = "fc219881ee4e26a353f4edd641655ad401863676fb27e67770931bb4fca81dc9"; + sha256_unsigned = "fc219881ee4e26a353f4edd641655ad401863676fb27e67770931bb4fca81dc9"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "BRN"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "418a63aa279531a9d7084e8310b156a85b541c3cfaf9cca1dbd8f114f2d570d6"; + sha256_unsigned = "7ead6e49d920826c2be919f3e562888bb1debab08816b6137c3f9553e46fec53"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-arcadyan_vgv7510kw22-nor-initramfs-kernel.bin"; + sha256 = "c24182624b97ce3f20036282c4b6c5f76f9f51819985cf5fd1ed158d982bde03"; + sha256_unsigned = "c24182624b97ce3f20036282c4b6c5f76f9f51819985cf5fd1ed158d982bde03"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "NOR"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-arcadyan_vgv7519-brn-initramfs-kernel.bin"; + sha256 = "7de007a05800ad2626e25d23157073a2d67851396e352c6b9328a3b1ecb12001"; + sha256_unsigned = "7de007a05800ad2626e25d23157073a2d67851396e352c6b9328a3b1ecb12001"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + model = "VGV7519"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "BRN"; + vendor = "KPN"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "3d6b239905dda13fde6d5904eaedfa2ccab1a001a314237b7ba319ac6ad205f6"; + sha256_unsigned = "dab820d641a12fd5596907ba1915383e06072061a7fe3cfc06e5752784a38c43"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-arcadyan_vgv7519-nor-initramfs-kernel.bin"; + sha256 = "f352d0ed9b408cd5f2a7f90cf5f7445a33fb6d72c7f0f92f8ac2952814cb14cd"; + sha256_unsigned = "f352d0ed9b408cd5f2a7f90cf5f7445a33fb6d72c7f0f92f8ac2952814cb14cd"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + model = "VGV7519"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "NOR"; + vendor = "KPN"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "6b78fe3f8653fbf16c74b7233c7d2ad908dfad61e61095648cca075342cf848f"; + sha256_unsigned = "6b78fe3f8653fbf16c74b7233c7d2ad908dfad61e61095648cca075342cf848f"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "50b420c303b2378da7aac03371e4e2d313217e1a5bc44e96d61e9a9ea97d8b69"; + sha256_unsigned = "9a604a73aa435471c1f78baae8540f15d9174341b60eefb1e40f3fe1854cac4c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz3370-rev2-hynix-initramfs-kernel.bin"; + sha256 = "660301e1c78e455ebef824c9c3b2ad1a6594704df796ad6e077da2078865519b"; + sha256_unsigned = "660301e1c78e455ebef824c9c3b2ad1a6594704df796ad6e077da2078865519b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "163378a1048902345644e40473e24ece49d8eae9c63178f6d8e474c99d17f6a0"; + sha256_unsigned = "163378a1048902345644e40473e24ece49d8eae9c63178f6d8e474c99d17f6a0"; + type = "eva-filesystem"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Hynix NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz3370-rev2-micron-initramfs-kernel.bin"; + sha256 = "85174e5d32bbf2d1d76c609e48ea36f1b412176deb3951c36cee3433919728a5"; + sha256_unsigned = "85174e5d32bbf2d1d76c609e48ea36f1b412176deb3951c36cee3433919728a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "5f57a11effff009dd4341988223bde79fb4eccfa6409929fe06e218b29ddb05b"; + sha256_unsigned = "57f3edea1a36c3b86b1f30d5098085da6ca002508969a49d3254b8ea5143f728"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "163378a1048902345644e40473e24ece49d8eae9c63178f6d8e474c99d17f6a0"; + sha256_unsigned = "163378a1048902345644e40473e24ece49d8eae9c63178f6d8e474c99d17f6a0"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "30646b99098acb7f5f30931c076f30f76178466bad54b33c608282944f524f18"; + sha256_unsigned = "30646b99098acb7f5f30931c076f30f76178466bad54b33c608282944f524f18"; + type = "eva-kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Micron NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3390 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-avm_fritz3390"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz3390-squashfs-sysupgrade.bin"; + sha256 = "3f3fa27582cb643e2db98296169ae79bdbab22a7c59132faea21d240e407dcdd"; + sha256_unsigned = "922821f120406423064d35f6c3e078e58a6d9912276c38e3bf2d1d3d1d513b02"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz3390-initramfs-kernel.bin"; + sha256 = "6cc7b42ae48ef8b7a126ada669c142855918cad26f211ee2e8b851e44f3575f6"; + sha256_unsigned = "6cc7b42ae48ef8b7a126ada669c142855918cad26f211ee2e8b851e44f3575f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz3390" + ]; + titles = [ + { + model = "FRITZ!Box 3390"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360-v2 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-avm_fritz7360-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz7360-v2-squashfs-sysupgrade.bin"; + sha256 = "ef5eed3f57752cc6d0473d9966cf5114fc31ea800ef2a5de7c5def44e57e47f1"; + sha256_unsigned = "375a5dc7e67b4b0c20d23f7da6e12599639fc523f303839ba91982a9ced3ed05"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz7360-v2-initramfs-kernel.bin"; + sha256 = "ff77572db23c941d1b7180971136f675903198a8e6ddd0dadebcfd791d1467c4"; + sha256_unsigned = "ff77572db23c941d1b7180971136f675903198a8e6ddd0dadebcfd791d1467c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7360-v2" + ]; + titles = [ + { + model = "FRITZ!Box 7360"; + variant = "v2"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz7360sl-initramfs-kernel.bin"; + sha256 = "7789fceb34c30a6a86a529a8ef3ee4946df17ab7e69a04653178b9935b061005"; + sha256_unsigned = "7789fceb34c30a6a86a529a8ef3ee4946df17ab7e69a04653178b9935b061005"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "c81f09db137dc660d6619694d9e58b2d839410ea292c42f95583870dbaa86f88"; + sha256_unsigned = "cbfa0b505a21df3ce37520f4f0143bf69fdf22cfbcdcabe09d3444313ab9515d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + model = "FRITZ!Box 7360 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "a1ca8a90d86aad5f376bfa42e9b47b9098acf8555d05b2ed52f81c9efc5918d4"; + sha256_unsigned = "bc0d8137d150e91dfd5bec39d169146ab52cf6c5040fb53af5e8555b8039933d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz7362sl-initramfs-kernel.bin"; + sha256 = "5eeb8144f258bc49a89731b3a4670d4fbe56c50a7206a2157521b66c45d8a81a"; + sha256_unsigned = "5eeb8144f258bc49a89731b3a4670d4fbe56c50a7206a2157521b66c45d8a81a"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + model = "FRITZ!Box 7362 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "06f5619090c14fb21760e634adf4385692b25768ef856ed62ad799c3d25df2af"; + sha256_unsigned = "25e3a0c6da61c086d497c86c094a876af441df48c27afa2d3a48295a221d7ca5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin"; + sha256 = "b570c454c128c21065c7249139f0e1996ab836028f9dfff6595034ecd112e6ff"; + sha256_unsigned = "b570c454c128c21065c7249139f0e1996ab836028f9dfff6595034ecd112e6ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + model = "FRITZ!Box 7412"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7430 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-usb-dwc2" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-avm_fritz7430"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz7430-squashfs-sysupgrade.bin"; + sha256 = "87a72ee01e885770f1e01370ac80deaf9e07b6e6dfb2046999eded3af1715bc7"; + sha256_unsigned = "35249bc02074a2bb9d7aafe7b6a643fbb012d7ec2dcfd28ff5d862520099edb8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin"; + sha256 = "82f6f5f63a50424bcb8f451032339fcfb68d69a554ebaab81d92fec471a59474"; + sha256_unsigned = "82f6f5f63a50424bcb8f451032339fcfb68d69a554ebaab81d92fec471a59474"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7430" + ]; + titles = [ + { + model = "FRITZ!Box 7430"; + vendor = "AVM"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-bt_homehub-v5a-initramfs-kernel.bin"; + sha256 = "8a4c65363d3c6c0a13e599059b32526f8caba593f25152b6cca5f57f28f8bb82"; + sha256_unsigned = "8a4c65363d3c6c0a13e599059b32526f8caba593f25152b6cca5f57f28f8bb82"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "7f3cde9acf5f2a0ea2453dee24fb124b952014b72b83341f487a788db3eca359"; + sha256_unsigned = "0162fcbb39f91ffecae1fd3811cd555fe7569e29825a64794e75e4f230b8b0a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + model = "Home Hub 5"; + variant = "Type A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "eb0bbe94d3b04b59762048278be72a841e581bbfee0638f6b1ec4a2c54e163f2"; + sha256_unsigned = "04e3651e0721a3b5681957e7917aa9e352f78ec6b3c80b5c8b63b6b7b4c2fff4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-buffalo_wbmr-300hpd-initramfs-kernel.bin"; + sha256 = "e7815e32bdcbe89120674b764ebb05c6a1e2f60b0a5f1ceca01b79f593beb51b"; + sha256_unsigned = "e7815e32bdcbe89120674b764ebb05c6a1e2f60b0a5f1ceca01b79f593beb51b"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + model = "WBMR-300HPD"; + vendor = "Buffalo"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-lantiq_easy80920-nand-initramfs-kernel.bin"; + sha256 = "043cbca05f4896ac656ce963376ffd58e10805d375f0bfd56f1c925aa07c4595"; + sha256_unsigned = "043cbca05f4896ac656ce963376ffd58e10805d375f0bfd56f1c925aa07c4595"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "84969399487328814430f1f335bc1e4a00521f0eeacfebfc274c158b684bbe62"; + sha256_unsigned = "84969399487328814430f1f335bc1e4a00521f0eeacfebfc274c158b684bbe62"; + type = "fullimage"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "88d32751aaa4a0389d833b9f8274ec63ab0fefb842a0990869b570ece4d25562"; + sha256_unsigned = "bc220e98c8eb12e1c00a410241358d74002f5044e7866188e3bc45313d44e681"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NAND"; + vendor = "Lantiq"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "2916fe2c77747fc20c100e93cf82b0b2941dd4a1ee67005c9defbd984ae02054"; + sha256_unsigned = "1d8d3c0567f9216e1324133921fdc42b149f8776d248f75e99f48b003786687a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-lantiq_easy80920-nor-initramfs-kernel.bin"; + sha256 = "6e9915ce2664f7bc2a0ad7d8cf3e92de2caaff5472e15c2fa36fdedc3432d9d9"; + sha256_unsigned = "6e9915ce2664f7bc2a0ad7d8cf3e92de2caaff5472e15c2fa36fdedc3432d9d9"; + type = "kernel"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NOR"; + vendor = "Lantiq"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "dbd4e0d14b76de5af062b21f8556a826766091da630d1a0527d1c662b69d6e60"; + sha256_unsigned = "b6a09af4edbb5b7d9c8fe394ca0b5aedb4033125498bce5f4b7bf1d357687784"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "4412c401c60e16a79159dc54ba55775ac143a4403756fdda421a11f562a5b503"; + sha256_unsigned = "b6a09af4edbb5b7d9c8fe394ca0b5aedb4033125498bce5f4b7bf1d357687784"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-netgear_dm200-initramfs-kernel.bin"; + sha256 = "ebb7170148db20189c389394f8debc797a6bfed06b2f3469bc3e57ddaffb3366"; + sha256_unsigned = "ebb7170148db20189c389394f8debc797a6bfed06b2f3469bc3e57ddaffb3366"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + model = "DM200"; + vendor = "NETGEAR"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "363226912a684a37bb45bf4737bd6fd1a4382da0667482da0a26431d00b75d08"; + sha256_unsigned = "44fa650626b3daf3720d8c29b9dd4c711c83c577ce4a546e15fa818cbda65a76"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-tplink_tdw8970-initramfs-kernel.bin"; + sha256 = "742f8bf7baeabc24f44d719e5ef4af6fa096a5d80605941637fba32154c16f40"; + sha256_unsigned = "742f8bf7baeabc24f44d719e5ef4af6fa096a5d80605941637fba32154c16f40"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + model = "TD-W8970"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "10ada631b3f50ebb76da9defc8f76724b20767743f2b0a9e0803f8f58801b316"; + sha256_unsigned = "9e729c5035cc8703aaa9484d005e72b78bdb1aaf7c2494fa074ec42f41e143a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-tplink_tdw8980-initramfs-kernel.bin"; + sha256 = "ebd8b805a00a3487a0a7acc4536dcb30d3f51f1478bbfede56bf785e5fb36025"; + sha256_unsigned = "ebd8b805a00a3487a0a7acc4536dcb30d3f51f1478bbfede56bf785e5fb36025"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + model = "TD-W8980"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-tplink_vr200-initramfs-kernel.bin"; + sha256 = "81bfeef9ed2e0be18903645c1239eded3105324ac00cd24b05863298f3c01cf3"; + sha256_unsigned = "81bfeef9ed2e0be18903645c1239eded3105324ac00cd24b05863298f3c01cf3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "5ab6302dfe82a32fa4db88d80f6bf8fd21564f0f59c90179fc7b3860ce993355"; + sha256_unsigned = "d02b93a467851bf488b3bd5a32534f0ce18f9d9baacc39b484e549310fc1b64d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + model = "Archer VR200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "843248b606fd068e5ce45b02951a522a8e2a53480be505cbb05d8cf8f2d42a4d"; + sha256_unsigned = "fdeb67c995695ae968b805d8952119c90ccdd936bfdb7764fa52198f938249af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-tplink_vr200v-initramfs-kernel.bin"; + sha256 = "e078c0643b8f8bd306fdc667784bea7dec52457fd2a36b2c9feb918be769cd09"; + sha256_unsigned = "e078c0643b8f8bd306fdc667784bea7dec52457fd2a36b2c9feb918be769cd09"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + model = "Archer VR200v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "896ff5ac26967173b55781afc4af353d8856dbd0641aedbb2d226caa64758464"; + sha256_unsigned = "3c7e7436044cc0aeb150ef4d46475a40711bfb5cf6df3fbbe152c069db0022a6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xrx200-zyxel_p-2812hnu-f1-initramfs-kernel.bin"; + sha256 = "70fa4f3a55b2d1ee282f67dd65290f7f56eebaccd65b73b9f57215a7d08753d1"; + sha256_unsigned = "70fa4f3a55b2d1ee282f67dd65290f7f56eebaccd65b73b9f57215a7d08753d1"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + model = "P-2812HNU"; + variant = "F1"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "lantiq/xrx200"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "96280456ff71d3881baf1048b48e4e054726c236da31e1d4c13f764c5b786cb0"; + sha256_unsigned = "6b3c5279dbcb544ec21e8ea550e03fe0f9255f9534f45562fd42d5fdbdc8e77f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-arcadyan_arv4510pw-initramfs-kernel.bin"; + sha256 = "c7c5f7cfb85781c51a71fa2aeec1347799f8745c5dad827fb2de317a9ff51998"; + sha256_unsigned = "c7c5f7cfb85781c51a71fa2aeec1347799f8745c5dad827fb2de317a9ff51998"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + model = "ARV4510PW"; + vendor = "Arcadyan"; + } + { + model = "BeWan iBox v1.0"; + vendor = "Wippies"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "0bb8230fd0e9b714f21ff8afdb339fd16420767f11b113b9e93ef67fdcb923cf"; + sha256_unsigned = "f39bee41457b565f25f5ff5b0a31be1679996c542076009a19fc7e9a013ea7c5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-arcadyan_arv7506pw11-initramfs-kernel.bin"; + sha256 = "fb973aaaa48b57dc7e589470e7e8f4d4dde477c0160c900fb26f82cca67596a7"; + sha256_unsigned = "fb973aaaa48b57dc7e589470e7e8f4d4dde477c0160c900fb26f82cca67596a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + model = "ARV7506PW11"; + vendor = "Arcadyan"; + } + { + model = "IAD 4421"; + vendor = "Alice/O2"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "8057078dacb768ac80d7f2f217cff169553fa37f1d2b2afab0b7ffebcef025c7"; + sha256_unsigned = "52f07a411510860999480212c36fba05b1f01a2acb18009a5b2f01c10c412b92"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-arcadyan_arv7510pw22-initramfs-kernel.bin"; + sha256 = "23189bb858b8a84519af634343025e8dbd926721f72209958d2a02232e83f831"; + sha256_unsigned = "23189bb858b8a84519af634343025e8dbd926721f72209958d2a02232e83f831"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + model = "ARV7510PW22"; + vendor = "Arcadyan"; + } + { + model = "ARV7510PW22"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-arcadyan_arv7518pw-initramfs-kernel.bin"; + sha256 = "40aac635587f8a3157f366680f9ebaeb5ae26dcccc366e81f6c9fd13c7746617"; + sha256_unsigned = "40aac635587f8a3157f366680f9ebaeb5ae26dcccc366e81f6c9fd13c7746617"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "ac097368560975a5f68e0165d2ca75454ef7e80d63688ee7d7d8fff97ec597b5"; + sha256_unsigned = "feff054ab5d4a379a730fd9b763bd32c94ed3942fda485b4f45e2a357dffc1a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + model = "ARV7518PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7518PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "20c6a3951b236e792777af0fa5d57048ea333103cfaee3b5211fe3b72c2ade1f"; + sha256_unsigned = "7eb98bfb857d56ca14a0417f78ba3342e580fc1942975cc38dce007605c36956"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-arcadyan_arv7519pw-initramfs-kernel.bin"; + sha256 = "11fa21465cd12686abeaa09009b173bef2eb636e2406bdc9fbdd4131c98a104b"; + sha256_unsigned = "11fa21465cd12686abeaa09009b173bef2eb636e2406bdc9fbdd4131c98a104b"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + model = "ARV7519PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7519PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-arcadyan_arv752dpw-initramfs-kernel.bin"; + sha256 = "5bff0b953ae0cfbd3d070c4da173a1b7784634e1ca17457e8d8ecc9adfe871dd"; + sha256_unsigned = "5bff0b953ae0cfbd3d070c4da173a1b7784634e1ca17457e8d8ecc9adfe871dd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "e2694ea1edc926b103328b8abd4fba2009111025138f3d733806c63fb5bef4f7"; + sha256_unsigned = "cc7f3f8ebb253c870cddca24eb04fa8075fdc0d065a5390742435915ea1596e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + model = "ARV752DPW"; + vendor = "Arcadyan"; + } + { + model = "Easybox 802"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "21627018c1858a07f38e29d74aa0f405053ffd83f560cd0e0ff55db330db0b41"; + sha256_unsigned = "f849ee3876a07376ff08a09f529fb4c952a80572829036599e34c9d1e1b48280"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-arcadyan_arv752dpw22-initramfs-kernel.bin"; + sha256 = "43b9d6f36d77d03364a46ea79d499bacf59872fc426e5ec0196eed2395eecc42"; + sha256_unsigned = "43b9d6f36d77d03364a46ea79d499bacf59872fc426e5ec0196eed2395eecc42"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + model = "ARV752DPW22"; + vendor = "Arcadyan"; + } + { + model = "Easybox 803"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-arcadyan_arv8539pw22-initramfs-kernel.bin"; + sha256 = "dd40e534568b3e81a9a131ed1c6b32678438cd0e8919346d1300995b2738248a"; + sha256_unsigned = "dd40e534568b3e81a9a131ed1c6b32678438cd0e8919346d1300995b2738248a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "6f67eeb447a8b0ede26a789d6a73ec317079049d7be926b6e87ad92b96acc03c"; + sha256_unsigned = "8b01f4cd793f2874cae40cf549943f9bd9299deac4b167f9d2c15df63be0b11a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + model = "ARV8539PW22"; + vendor = "Arcadyan"; + } + { + model = "Speedport W504V Typ A"; + vendor = "Telekom"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-audiocodes_mp-252-initramfs-kernel.bin"; + sha256 = "bc66c8e0163a31a2125608c110c3a16164c15f0cc5d42be41e1c6162ab8f220f"; + sha256_unsigned = "bc66c8e0163a31a2125608c110c3a16164c15f0cc5d42be41e1c6162ab8f220f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "b005059d72f0ecf13156a4d5f904eaaec73fddcffceccbd018512b25376a1d88"; + sha256_unsigned = "087e9aff1078031ac7c3b66b71dfcfc0b561cdff273936a3b5c62a01790cc434"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + model = "MediaPack MP-252"; + vendor = "AudioCodes"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-avm_fritz7312-initramfs-kernel.bin"; + sha256 = "50b044db40023ced020aceea998ad9d5e44fbbc9a5e07bbe9932a253617143b4"; + sha256_unsigned = "50b044db40023ced020aceea998ad9d5e44fbbc9a5e07bbe9932a253617143b4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "219470355ecbd57cb6d15525fb38661793ccdde8ab2fd24b2351477002cf52fd"; + sha256_unsigned = "469644bc5406560182ae005c3ea03db0161e3bfd5005c9ad99e42e737613b713"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + model = "FRITZ!Box 7312"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-avm_fritz7320-initramfs-kernel.bin"; + sha256 = "214f2bc18566e930581ab3a92132b7f9d8f767257ad5b7114a5cf8aa3ecfa290"; + sha256_unsigned = "214f2bc18566e930581ab3a92132b7f9d8f767257ad5b7114a5cf8aa3ecfa290"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "d9b25634f61f4cea6e737d2634a690fe036050917a1d8e9091ec6ee55dea2920"; + sha256_unsigned = "179ea44d9c23fac5826094f45696263605d44c52348b7caf0b01f132eb6fc095"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + model = "FRITZ!Box 7320"; + vendor = "AVM"; + } + { + model = "HomeServer"; + vendor = "1&1"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "3692ecadcc97f1e39c11d3b025c67c13297b90717d7db6434105978e60e10aa1"; + sha256_unsigned = "aa525966fbbd1d701b2acd19d6b7447a2cb914b23ccbaa4b25f88ccb55f51ff1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-buffalo_wbmr-hp-g300h-a-initramfs-kernel.bin"; + sha256 = "4a70f312fdd194aed46897de198a0bab4310a70daa6401e97a5c3b0ef0515c2b"; + sha256_unsigned = "4a70f312fdd194aed46897de198a0bab4310a70daa6401e97a5c3b0ef0515c2b"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "A"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "b98ea58b70991bcf7e5fb09bba43a6fc0ca1b285a503d1c8348860df7b189b7c"; + sha256_unsigned = "12df71068740481fc3a819a0db6633655d7c75fcb4e29ebfec38d786ec2e93d9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-buffalo_wbmr-hp-g300h-b-initramfs-kernel.bin"; + sha256 = "4a70f312fdd194aed46897de198a0bab4310a70daa6401e97a5c3b0ef0515c2b"; + sha256_unsigned = "4a70f312fdd194aed46897de198a0bab4310a70daa6401e97a5c3b0ef0515c2b"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "B"; + vendor = "Buffalo"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "9be8accf9925fde8eff40966b6a21294bd93303ea1e6732b8e21b2b1402b5e40"; + sha256_unsigned = "bc3de2f42d3921c86b709b5d744b4485cafeed953244d4bc7053e84d8f6a7038"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "56b6272a906981db0c2bb92542e9776b9cf63f9df547fa6625af46b1fd89b59e"; + sha256_unsigned = "8f43caf9619d782072d20d80dfdf2b0bfb8453082e8a3aa1f6a915a1b2348a92"; + type = "sysupgrade-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "2083e00d5c533dc197dc24bcd1e9f8983ebc3721c621cea91989f1aacdd82256"; + sha256_unsigned = "2083e00d5c533dc197dc24bcd1e9f8983ebc3721c621cea91989f1aacdd82256"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-netgear_dgn3500-initramfs-kernel.bin"; + sha256 = "33379626376f94ece30311f9c8d20f945c31c72aa37afe7a1a44db7cd3853455"; + sha256_unsigned = "33379626376f94ece30311f9c8d20f945c31c72aa37afe7a1a44db7cd3853455"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "0bcd6f1f2da29b1dbe06bbf11e867e10238c435741225d972b7e4ba6cff37ed8"; + sha256_unsigned = "0bcd6f1f2da29b1dbe06bbf11e867e10238c435741225d972b7e4ba6cff37ed8"; + type = "factory-na"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + model = "DGN3500"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-netgear_dgn3500b-initramfs-kernel.bin"; + sha256 = "b20e3537cf36854c1bac6d5d7347dd476bab060bb862089739ada7405be326ac"; + sha256_unsigned = "b20e3537cf36854c1bac6d5d7347dd476bab060bb862089739ada7405be326ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "e584188db12d292254d453de6de506f667e6084f55317f1a0f5a098ce20b568c"; + sha256_unsigned = "116edb12f0fc31824b8771bc8cb84b4714afda450cb9e8e82550ce0b1938aeff"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "38fe105862cece64c8913d6cc0aa28aeaa3e1be4734a680fe9765e17b8f29592"; + sha256_unsigned = "38fe105862cece64c8913d6cc0aa28aeaa3e1be4734a680fe9765e17b8f29592"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + model = "DGN3500B"; + vendor = "NETGEAR"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-siemens_gigaset-sx76x-initramfs-kernel.bin"; + sha256 = "98464424c96c93d6297d18bfaf7a71088d925a61609143e8384d2e5bd052818c"; + sha256_unsigned = "98464424c96c93d6297d18bfaf7a71088d925a61609143e8384d2e5bd052818c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "108de7d83fea7136c863299851c12f26418998ffa2e4f1456bc52b11477ff47c"; + sha256_unsigned = "09e17cf66ff79fa2f46096617133f2033e67f92c64271132ce612bd18b6b5cc8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + model = "Gigaset sx76x"; + vendor = "Siemens"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-zte_h201l-initramfs-kernel.bin"; + sha256 = "abc7b60faa1c25427cc3964749033360b03a0611d0cd41471e4a3e2c3110bda5"; + sha256_unsigned = "abc7b60faa1c25427cc3964749033360b03a0611d0cd41471e4a3e2c3110bda5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "a41e4450b977ef60c699aa44b7bcf4afdb54407638b047f5f3735f0ac57ddd40"; + sha256_unsigned = "2eae752c55e0c1b0186e287bfe57807fa394dffa253f1f96f25011abfae16915"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + model = "H201L"; + vendor = "ZTE"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-lantiq-xway-zyxel_p-2601hn-initramfs-kernel.bin"; + sha256 = "6c5488edcb5cf5ea7abbf5de135160d0073bb4cb6b95bd89ea99b1c995cfc7bb"; + sha256_unsigned = "6c5488edcb5cf5ea7abbf5de135160d0073bb4cb6b95bd89ea99b1c995cfc7bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "1588199cfc9071048f2acd2428a3f030a9d9de0680dbc2965531bd90317dd821"; + sha256_unsigned = "1cac179ec31525581ac3d32f368d8f64f31d24a916c946acb98e05330ee2200b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + model = "P-2601HN"; + variant = "F1/F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "lantiq/xway"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1021a-iot-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-layerscape-armv7-fsl_ls1021a-iot-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sdcard.img.gz"; + sha256 = "a62f34dd2bd32af2703507f3911ee1548b69abb733265d5130c1f927d729de62"; + sha256_unsigned = "a62f34dd2bd32af2703507f3911ee1548b69abb733265d5130c1f927d729de62"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sysupgrade.bin"; + sha256 = "dda68024b243d4615a16f7b315d1c6d87b674b7faece4745bce69c797bd77a98"; + sha256_unsigned = "633ce5af1f04413f11270e2b119a6db8d4bdbb19d540038801cdd4403fc44a90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "LS1021A-IoT"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr = { + device_packages = [ + "layerscape-rcw" + ]; + image_prefix = "openwrt-22.03.3-layerscape-armv7-fsl_ls1021a-twr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv7-fsl_ls1021a-twr-squashfs-firmware.bin"; + sha256 = "8507be6bd43dab2a7c9798e97582e250b931e386aee72ff6840652d58c623bc7"; + sha256_unsigned = "8507be6bd43dab2a7c9798e97582e250b931e386aee72ff6840652d58c623bc7"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv7-fsl_ls1021a-twr-squashfs-sysupgrade.bin"; + sha256 = "3d48a691c068a63ebfc88e3af29e435b52eb47b664dd68d40a58ca7f820ec1ed"; + sha256_unsigned = "ed38b370ec2b6a9847810146f31d08a7e407ae4fc247eec92a884cdaa8f6100b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-layerscape-armv7-fsl_ls1021a-twr-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sysupgrade.bin"; + sha256 = "63fb67c27b59cab9e1249b051f3fe31da75db23c2f7ada74de22c7eaaf4e1258"; + sha256_unsigned = "f2c0ca3444b0d6d1a2f98c0ee1393ef78c0107e750b740c4847aa036efa60b6d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sdcard.img.gz"; + sha256 = "e90eab2a4a66411b20ba476f516f4586b2c9067c17a0add95e4f541ee3b8441b"; + sha256_unsigned = "e90eab2a4a66411b20ba476f516f4586b2c9067c17a0add95e4f541ee3b8441b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr-sdboot" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "layerscape/armv7"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1012a-frdm = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frdm" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1012a-frdm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-firmware.bin"; + sha256 = "b1355c5f0441cb11305e61d92c1113e47ef6fa06fb95ae668e138ca90cbe298c"; + sha256_unsigned = "b1355c5f0441cb11305e61d92c1113e47ef6fa06fb95ae668e138ca90cbe298c"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-sysupgrade.bin"; + sha256 = "4b7982d503e5b92eaa1367cc8ed82fa97cec4c1c30a29e3d738ac867934fc057"; + sha256_unsigned = "68cd11d7c51453e487c3f7127c0663065898554838e5ac4de69670d423f43529"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frdm" + ]; + titles = [ + { + model = "FRDM-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-frwy-sdboot = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frwy-sdboot" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "b84f1e82277093a78c7a6e0dc5db32665be36e4b6887dbc38377f943ac4d7381"; + sha256_unsigned = "b84f1e82277093a78c7a6e0dc5db32665be36e4b6887dbc38377f943ac4d7381"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "c2bdffdfc78dd8b48c530ae666a27781bad983ee67d1272a5dd782ee04e74081"; + sha256_unsigned = "b26ea1af449743fbea458182186cadd3cfb22f26e59948be4ac61256fce12092"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-firmware.bin"; + sha256 = "c8d66852866081006dc35a020732fcd01a237b00b633576b72655ae22b34e163"; + sha256_unsigned = "c8d66852866081006dc35a020732fcd01a237b00b633576b72655ae22b34e163"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-rdb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-rdb" + "kmod-hwmon-ina2xx" + "kmod-iio-fxas21002c-i2c" + "kmod-iio-fxos8700-i2c" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1012a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-sysupgrade.bin"; + sha256 = "de559c233657c5f04148e655c62b33080a2e229a00c2b2634c261047f21488d7"; + sha256_unsigned = "b6437e81723d41f1480f7cdf4cd5819e47040b45150f9b01642faf4e757a424e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-firmware.bin"; + sha256 = "e841fad181982ed21f1537d2102da58c3d4fdd6905a242bf340aa97588168244"; + sha256_unsigned = "e841fad181982ed21f1537d2102da58c3d4fdd6905a242bf340aa97588168244"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-rdb" + ]; + titles = [ + { + model = "LS1012A-RDB"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1043a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-sysupgrade.bin"; + sha256 = "f205656743400af994c4f2587a5db4dcd969cbbe85c2c5ff0c3fe98e68895512"; + sha256_unsigned = "8d74dc60b8a4d0073615b052b5b25274f2a86250d6251ada477de1fffcc10957"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-firmware.bin"; + sha256 = "18fd361ba5738ffbc0f97ec90088e7c3953ecf03194f5c3e119f72a50654cc52"; + sha256_unsigned = "18fd361ba5738ffbc0f97ec90088e7c3953ecf03194f5c3e119f72a50654cc52"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "4172155d3423034811e62337e79fbe340744e1aacbd1792f21cce19c42f41b74"; + sha256_unsigned = "4172155d3423034811e62337e79fbe340744e1aacbd1792f21cce19c42f41b74"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "d511e2a4d71cfc434576e5bf0c3dafca37e41779df6fc0440e57ae5659ffb7b8"; + sha256_unsigned = "c79dac16f5555f53d82f98c595501d61bc6e8f3a3ba4bcbb024702f18707b820"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy" + ]; + image_prefix = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1046a-frwy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-firmware.bin"; + sha256 = "bcd7ff984068595c7f1f9eb0b5ca26658ead891ddd972ef8f876286bdef1d0eb"; + sha256_unsigned = "bcd7ff984068595c7f1f9eb0b5ca26658ead891ddd972ef8f876286bdef1d0eb"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-sysupgrade.bin"; + sha256 = "b30bebe784acf270147752b534eae5358ae4dc9b706e67de6d85c9fb4d76b32c"; + sha256_unsigned = "8ac5b942ab5e35e510970d312530742a4efe7e218e4d9700609746eb68207d20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy-sdboot" + ]; + image_prefix = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "6205837dd9c4171477a5c5d40ed8d619f3eb8cda8adcc55406e64160c58821da"; + sha256_unsigned = "023db0cf22a13b3728630eb9aa286f5826acd8f5ea1a2d5f74a938814dc8e0d9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "32a4882a574c9d577297777c34f7d04f4be9cd8ef1f03b197fec13622dc3fa67"; + sha256_unsigned = "32a4882a574c9d577297777c34f7d04f4be9cd8ef1f03b197fec13622dc3fa67"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1046a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-firmware.bin"; + sha256 = "b310f77c7874f2f1d4c6f06bd5472892324a639e7411bf5ebb6674fde096e324"; + sha256_unsigned = "b310f77c7874f2f1d4c6f06bd5472892324a639e7411bf5ebb6674fde096e324"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-sysupgrade.bin"; + sha256 = "bb84a25109073bb41e5c7a7e2e64a81ccc61dd788647953f2647b269a0241e21"; + sha256_unsigned = "69a1c4a504d4a9b4b3b01b4f9938fb59a6801459f34f12f066e6ab62d812cfe8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "4cacc02e7e3fe5ca5097ed71439a146c23dca9e46d87eaae1ac12c84ff999321"; + sha256_unsigned = "6333abec32483d1e7f2d6a34f9a7bb1414b3900b258c38f854313ef9882988c6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "b6e1cb22012de65bb9f3b21e3a300cf91d7a8d932bb485654c7e656557d0438b"; + sha256_unsigned = "b6e1cb22012de65bb9f3b21e3a300cf91d7a8d932bb485654c7e656557d0438b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "248b26326dd85c40fe425978ba0a424878dfbad3f4844a9757bf7af015e90b15"; + sha256_unsigned = "21f23800f4600f071f2ebf8612be248c45019762898d8436f158dbbfca1daf03"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-firmware.bin"; + sha256 = "df32a7b5bc1a744a877fb4beccfe8ed707005f0c4a662e759dd4221819df0f35"; + sha256_unsigned = "df32a7b5bc1a744a877fb4beccfe8ed707005f0c4a662e759dd4221819df0f35"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb-sdboot" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "026e0f77cf7b817dd3cb91e3eeb4af48e0c36cc73ca5aa2bf5f74faaf3212c22"; + sha256_unsigned = "6a24c48e5806ffb4ea9f7fe64d1e7e6f72337c231a90b6df985ae132529604a1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "d9e3805d0090ba92e90321e9ec530390093cc5467b4ad77f953f0f2968b747fe"; + sha256_unsigned = "d9e3805d0090ba92e90321e9ec530390093cc5467b4ad77f953f0f2968b747fe"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls2088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls2088a-rdb" + "restool" + "kmod-ahci-qoriq" + ]; + image_prefix = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls2088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "d5709b2b718a1505b5c26980d9a22e15c55cb8062681ab1bd57def21d5e1abce"; + sha256_unsigned = "4bc3401400b422f9fbda130b5d3f03253948fdd82bfc6b854bcf2ba8c1cfcf25"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-firmware.bin"; + sha256 = "4ede7cb26e7be9262c3054ce45bbc0a53e2496f99fd610b56226ee778d20a29c"; + sha256_unsigned = "4ede7cb26e7be9262c3054ce45bbc0a53e2496f99fd610b56226ee778d20a29c"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls2088a-rdb" + ]; + titles = [ + { + model = "LS2088ARDB"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb" + "restool" + ]; + image_prefix = "openwrt-22.03.3-layerscape-armv8_64b-fsl_lx2160a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-firmware.bin"; + sha256 = "2c61949a4cf584872604d844af68044deff539b83bdd86d67f97e4e7c8861a71"; + sha256_unsigned = "2c61949a4cf584872604d844af68044deff539b83bdd86d67f97e4e7c8861a71"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-sysupgrade.bin"; + sha256 = "63b9e447909c6279dfe587960e22bf661356005f8f3501ce4daa4ca2920ef26e"; + sha256_unsigned = "bdd0c60a6b397e7728f2c99ab9055bc05d7124a5f51bcca9a1904db1e1736a1b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb-sdboot" + "restool" + ]; + image_prefix = "openwrt-22.03.3-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "5eae88b5c8abcb7cc72f48a4af8041096831a42f3e0b543b5350e9f94f6b2509"; + sha256_unsigned = "5eae88b5c8abcb7cc72f48a4af8041096831a42f3e0b543b5350e9f94f6b2509"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "3e66de9ec8c409a8833c01052606c3133ea643c4b69c14987e6585d7235b7907"; + sha256_unsigned = "6f22d83906d0a292d0ea89e12c64f217a0af9d972ce0a731f85ebc935b601284"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb-sdboot" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + traverse_ls1043 = { + device_packages = [ + "layerscape-fman" + "uboot-envtools" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-22.03.3-layerscape-armv8_64b-traverse_ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-traverse_ls1043-ubifs-root"; + sha256 = "036b8e21eeb169f6e15f59b1f5188e722c52ea2cfff2238fc2f78de8a10dd48d"; + sha256_unsigned = "036b8e21eeb169f6e15f59b1f5188e722c52ea2cfff2238fc2f78de8a10dd48d"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-layerscape-armv8_64b-traverse_ls1043-ubifs-sysupgrade.bin"; + sha256 = "b3ffe70de877078587b53bc18f2a256a35d0d9b46f6596d496465288473b43f3"; + sha256_unsigned = "0cda2db668e479ddaec88e0e2b1d8ed7720e4fbf6e27578453f16b55e81b947f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "traverse,ls1043s" + "traverse,ls1043v" + ]; + titles = [ + { + model = "LS1043 Boards"; + vendor = "Traverse"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "layerscape/armv8_64b"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-mt7615-firmware" + "kmod-mt7615e" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + bananapi_bpi-r64 = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + "e2fsprogs" + "mkf2fs" + "f2fsck" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7622-bananapi_bpi-r64"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-bananapi_bpi-r64-squashfs-sysupgrade.itb"; + sha256 = "c839192dee839597616eca41b799d5c41eed5faebbc561e12e8daa2dbe332c5e"; + sha256_unsigned = "b878d1c97871e8b5b8c7ca2ae161796b3d5bc7ea49f77b14973ca4571fd0da5a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7622-bananapi_bpi-r64-initramfs-recovery.itb"; + sha256 = "15f45f9620eb4ae1e791105a35febc4e6242f9b8b4be3e08bf94d72e15e32bfe"; + sha256_unsigned = "15f45f9620eb4ae1e791105a35febc4e6242f9b8b4be3e08bf94d72e15e32bfe"; + type = "kernel"; + } + { + name = "openwrt-22.03.3-mediatek-mt7622-bananapi_bpi-r64-sdcard.img.gz"; + sha256 = "4dd535837e651ac9ad592d5bb3222f1a410d318a41b6bc773627fdd166b9cb7a"; + sha256_unsigned = "4dd535837e651ac9ad592d5bb3222f1a410d318a41b6bc773627fdd166b9cb7a"; + type = "sdcard.img.gz"; + } + { + name = "openwrt-22.03.3-mediatek-mt7622-bananapi_bpi-r64-emmc-preloader.bin"; + sha256 = "3ce13a43c2e7bf14b1ca14c12e6892f137ec1c6c4929cac9fa2ecff37d781d3f"; + sha256_unsigned = "3ce13a43c2e7bf14b1ca14c12e6892f137ec1c6c4929cac9fa2ecff37d781d3f"; + type = "emmc-preloader.bin"; + } + { + name = "openwrt-22.03.3-mediatek-mt7622-bananapi_bpi-r64-emmc-bl31-uboot.fip"; + sha256 = "eb514c2b8bf63d96e3f405ebc962ba936d3224ae7cdc4c44d333e1c216cbf1c1"; + sha256_unsigned = "eb514c2b8bf63d96e3f405ebc962ba936d3224ae7cdc4c44d333e1c216cbf1c1"; + type = "emmc-bl31-uboot.fip"; + } + { + name = "openwrt-22.03.3-mediatek-mt7622-bananapi_bpi-r64-snand-preloader.bin"; + sha256 = "2b0475ccf3852f60891fc83b24b8ac3b843dab669f22ed085fb9f0122f35f44a"; + sha256_unsigned = "2b0475ccf3852f60891fc83b24b8ac3b843dab669f22ed085fb9f0122f35f44a"; + type = "snand-preloader.bin"; + } + { + name = "openwrt-22.03.3-mediatek-mt7622-bananapi_bpi-r64-snand-bl31-uboot.fip"; + sha256 = "7efb78ca2795ce31354102d504e360b152f1079fe1a3f958449ca73d02915abc"; + sha256_unsigned = "7efb78ca2795ce31354102d504e360b152f1079fe1a3f958449ca73d02915abc"; + type = "snand-bl31-uboot.fip"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "BPi-R64"; + vendor = "Bananapi"; + } + ]; + }; + buffalo_wsr-2533dhp2 = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7622-buffalo_wsr-2533dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-sysupgrade.bin"; + sha256 = "8147385bec99be4e42c483c70309f56d4bc986e014a424227b1c98365525c166"; + sha256_unsigned = "a28870e01890856e41afd409744bee3ce4370de49400f94bee6d39fe922298a0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7622-buffalo_wsr-2533dhp2-initramfs-kernel.bin"; + sha256 = "a3991f2d621ec373d8ccb7fac5640b3f07efb794c0380665e87f2e4edc446dc9"; + sha256_unsigned = "a3991f2d621ec373d8ccb7fac5640b3f07efb794c0380665e87f2e4edc446dc9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-factory-uboot.bin"; + sha256 = "b6e4c10fd98a3b293c8209112deb75147af0ca1214eb7d9ad4c3183ba05f591f"; + sha256_unsigned = "b6e4c10fd98a3b293c8209112deb75147af0ca1214eb7d9ad4c3183ba05f591f"; + type = "factory-uboot"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-factory.bin"; + sha256 = "4b4f86f61394dfaadcdfbcd4720eb0fc38a6469b32561555f7bf8c9c90d00281"; + sha256_unsigned = "4b4f86f61394dfaadcdfbcd4720eb0fc38a6469b32561555f7bf8c9c90d00281"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhp2" + ]; + titles = [ + { + model = "WSR-2533DHP2"; + vendor = "Buffalo"; + } + ]; + }; + elecom_wrc-2533gent = { + device_packages = [ + "kmod-btmtkuart" + "kmod-usb3" + "swconfig" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7622-elecom_wrc-2533gent"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7622-elecom_wrc-2533gent-initramfs-kernel.bin"; + sha256 = "d01dffdbf70db0e68820c9e2cf196dc3120ca13670f9356572205dd1e924ada2"; + sha256_unsigned = "d01dffdbf70db0e68820c9e2cf196dc3120ca13670f9356572205dd1e924ada2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-elecom_wrc-2533gent-squashfs-sysupgrade.bin"; + sha256 = "c81a5103de487e8b3a9c5d96778f0e72e893467fea19d56172ca1ac745b1240e"; + sha256_unsigned = "4087f6a3ff339f3156be31433a6cd43a7aba1141e75a7167128f76a975d14497"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gent" + ]; + titles = [ + { + model = "WRC-2533GENT"; + vendor = "Elecom"; + } + ]; + }; + linksys_e8450 = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7622-linksys_e8450"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7622-linksys_e8450-initramfs-kernel.bin"; + sha256 = "6a294cce7171684ee552fcc22c0de99b7a8a92572071d33aa524f4c55ae7087a"; + sha256_unsigned = "6a294cce7171684ee552fcc22c0de99b7a8a92572071d33aa524f4c55ae7087a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-linksys_e8450-squashfs-sysupgrade.bin"; + sha256 = "e5513955d4c6c38cac8b8207ab6c54fd37409b29b223b091102ad958b37ed4c1"; + sha256_unsigned = "6a132555acf67ac02653e0c3ab93fbb84444b06591ca8d697f909754c5220430"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e8450" + ]; + titles = [ + { + model = "E8450"; + vendor = "Linksys"; + } + { + model = "RT3200"; + vendor = "Belkin"; + } + ]; + }; + linksys_e8450-ubi = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7622-linksys_e8450-ubi"; + images = [ + { + name = "openwrt-22.03.3-mediatek-mt7622-linksys_e8450-ubi-bl31-uboot.fip"; + sha256 = "a83592640f79db84e8b46d7ee60ed2a0c9f11d9f82c8551fdc867b8f9400d2a1"; + sha256_unsigned = "a83592640f79db84e8b46d7ee60ed2a0c9f11d9f82c8551fdc867b8f9400d2a1"; + type = "bl31-uboot.fip"; + } + { + name = "openwrt-22.03.3-mediatek-mt7622-linksys_e8450-ubi-preloader.bin"; + sha256 = "572f4d850d139159915912d51236c4d5ce2a8b2579a103c48914e623f61beb44"; + sha256_unsigned = "572f4d850d139159915912d51236c4d5ce2a8b2579a103c48914e623f61beb44"; + type = "preloader.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb"; + sha256 = "856a3d331df48468f690f9619050f29274a1450d36400108319aef79a2a7c9e4"; + sha256_unsigned = "ddce555ebd1aa512b6ecdea5094c82a1c48a256c61bac09e1b1635fad41401af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery.itb"; + sha256 = "f76c2267f43320d7c4a9c8129cae4988401a9d2b638fbf8afe1bf30315a3941c"; + sha256_unsigned = "f76c2267f43320d7c4a9c8129cae4988401a9d2b638fbf8afe1bf30315a3941c"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e8450-ubi" + ]; + titles = [ + { + model = "E8450"; + variant = "UBI"; + vendor = "Linksys"; + } + { + model = "RT3200"; + variant = "UBI"; + vendor = "Belkin"; + } + ]; + }; + mediatek_mt7622-rfb1 = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7622-mediatek_mt7622-rfb1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-mediatek_mt7622-rfb1-squashfs-sysupgrade.bin"; + sha256 = "f1948f7e1ffc9eb63e41966051282a61bc0fbdc09e9999b1c0a2c023471aedee"; + sha256_unsigned = "435fa03186ec21d33a9298206b855fda4d858873748aec63ed8c07a686eaaf1e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7622-mediatek_mt7622-rfb1-initramfs-kernel.bin"; + sha256 = "cde7752320dad6d529d7b46d47970d5fd9e436821f1babd67ac802bcaa4ee1f9"; + sha256_unsigned = "cde7752320dad6d529d7b46d47970d5fd9e436821f1babd67ac802bcaa4ee1f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7622-rfb1-ubi = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7622-mediatek_mt7622-rfb1-ubi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-squashfs-factory.bin"; + sha256 = "a0c6793ac1f87509c575fd785e23e6ae3c38e16b51245fb271a5c1d4ac88f986"; + sha256_unsigned = "a0c6793ac1f87509c575fd785e23e6ae3c38e16b51245fb271a5c1d4ac88f986"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-initramfs-kernel.bin"; + sha256 = "40c421aaebd31cc8f5546c01680beff5d8370c5e6fc0a72f78fc7ce3d028c12a"; + sha256_unsigned = "40c421aaebd31cc8f5546c01680beff5d8370c5e6fc0a72f78fc7ce3d028c12a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-squashfs-sysupgrade.bin"; + sha256 = "58ae3e1ccc45d714e66bad0393aefd76ba220ce83fd084708d36a18d8f1b5d62"; + sha256_unsigned = "7505fd95b4a090d0bf135c8c5ce2147057abc17f9b7284f9fd7e19b452ae7856"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1-ubi" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP (UBI)"; + vendor = "MediaTek"; + } + ]; + }; + ruijie_rg-ew3200gx-pro = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7622-ruijie_rg-ew3200gx-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-ruijie_rg-ew3200gx-pro-squashfs-sysupgrade.bin"; + sha256 = "0ba8c0c303ee683c837e7cd57e049b9cd3f6202779f422a6b78385b2606d8304"; + sha256_unsigned = "062b221470f967603128ecb4b7c2a1f23d55c329f8a49874dde4cd3773b463de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7622-ruijie_rg-ew3200gx-pro-initramfs-kernel.bin"; + sha256 = "28a3e05f5c99907fe7791bb0486d4a2fd34dce62b94104a699f343968ee1629b"; + sha256_unsigned = "28a3e05f5c99907fe7791bb0486d4a2fd34dce62b94104a699f343968ee1629b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ruijie,rg-ew3200gx-pro" + ]; + titles = [ + { + model = "RG-EW3200GX PRO"; + vendor = "Ruijie"; + } + ]; + }; + totolink_a8000ru = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7622-totolink_a8000ru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-totolink_a8000ru-squashfs-sysupgrade.bin"; + sha256 = "dba10bbe3ebc3b749fa7b814cb3a10b97e4977bb442db940728987d045e4a56c"; + sha256_unsigned = "ad385c2652384321e378ac3dfabfec8493a9cee8d6fe2a1040c268eba1612a58"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7622-totolink_a8000ru-initramfs-kernel.bin"; + sha256 = "4043d81d7a1618f9d8694cd56591a334d5d0875c083e1039c99968b843c75155"; + sha256_unsigned = "4043d81d7a1618f9d8694cd56591a334d5d0875c083e1039c99968b843c75155"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,a8000ru" + ]; + titles = [ + { + model = "A8000RU"; + vendor = "TOTOLINK"; + } + ]; + }; + ubnt_unifi-6-lr-v1 = { + device_packages = [ + "kmod-mt7915e" + "kmod-leds-ubnt-ledbar" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7622-ubnt_unifi-6-lr-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7622-ubnt_unifi-6-lr-v1-initramfs-kernel.bin"; + sha256 = "30b1365971d94eb91b2fa6fa76b9dfaf8f28bddc7e62786fbffb756923813524"; + sha256_unsigned = "30b1365971d94eb91b2fa6fa76b9dfaf8f28bddc7e62786fbffb756923813524"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-ubnt_unifi-6-lr-v1-squashfs-sysupgrade.bin"; + sha256 = "575c4a30cab0dbf37f3c33f2c99cdf501187bab39f79bfb1ba25857a142f868a"; + sha256_unsigned = "02e1ebebe7a791aa1c2a428e8a1f69a6fc4e88ed483f63ce0b6acbe5143fccee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v1" + "ubnt,unifi-6-lr" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v1-ubootmod = { + device_packages = [ + "kmod-mt7915e" + "kmod-leds-ubnt-ledbar" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "27ed06c453e8a97805fde3d85c0a333644256524a985b6644eeba87e9b758230"; + sha256_unsigned = "57d6f14350fdc837d1799764ec1f7393338125ceeb439be1ab1eef14c564f19d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-initramfs-recovery.itb"; + sha256 = "3268f82022d057c4e08c6c2b9bca8189cb6ada7950e1608edcd4263afb547f30"; + sha256_unsigned = "3268f82022d057c4e08c6c2b9bca8189cb6ada7950e1608edcd4263afb547f30"; + type = "kernel"; + } + { + name = "openwrt-22.03.3-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-bl31-uboot.fip"; + sha256 = "c75846772f984057864c6b2a3a63845f1f104c833bc754b7ff197cd97728de98"; + sha256_unsigned = "c75846772f984057864c6b2a3a63845f1f104c833bc754b7ff197cd97728de98"; + type = "bl31-uboot.fip"; + } + { + name = "openwrt-22.03.3-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-preloader.bin"; + sha256 = "342046e5c8fe8e516e04e653243176c74a51ca3ef023479a7f247e161f49bfbe"; + sha256_unsigned = "342046e5c8fe8e516e04e653243176c74a51ca3ef023479a7f247e161f49bfbe"; + type = "preloader.bin"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v1-ubootmod" + "ubnt,unifi-6-lr-ubootmod" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v1 U-Boot mod"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v2 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7622-ubnt_unifi-6-lr-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7622-ubnt_unifi-6-lr-v2-initramfs-kernel.bin"; + sha256 = "26990f682209f9146703554b118cea87cc0d9f0ef722ce3b80f406ea9b8baa0a"; + sha256_unsigned = "26990f682209f9146703554b118cea87cc0d9f0ef722ce3b80f406ea9b8baa0a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-ubnt_unifi-6-lr-v2-squashfs-sysupgrade.bin"; + sha256 = "d5473f0cb4cf4f274e488ec9cf010bdddb7eba2a93ab39a7f4ebdcd97f9ddf2a"; + sha256_unsigned = "72c098b645ce31f1e249e2bbb7275b100ea5b9ce29128cc037472ab875f05072"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v2" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v2-ubootmod = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod"; + images = [ + { + name = "openwrt-22.03.3-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-bl31-uboot.fip"; + sha256 = "c75846772f984057864c6b2a3a63845f1f104c833bc754b7ff197cd97728de98"; + sha256_unsigned = "c75846772f984057864c6b2a3a63845f1f104c833bc754b7ff197cd97728de98"; + type = "bl31-uboot.fip"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "b9dc230bd0d3c6295099b48a3e1a52e29a5bb968e29c66004000780fce74738c"; + sha256_unsigned = "a144385a85129f01d3f6c3cab0b8f0d0eced99b01fab7e22f6bab67a45a898f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-initramfs-recovery.itb"; + sha256 = "452992b88888848a060203607fa09c696ebfaceb6846283a408b2bd37e18c0e8"; + sha256_unsigned = "452992b88888848a060203607fa09c696ebfaceb6846283a408b2bd37e18c0e8"; + type = "kernel"; + } + { + name = "openwrt-22.03.3-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-preloader.bin"; + sha256 = "342046e5c8fe8e516e04e653243176c74a51ca3ef023479a7f247e161f49bfbe"; + sha256_unsigned = "342046e5c8fe8e516e04e653243176c74a51ca3ef023479a7f247e161f49bfbe"; + type = "preloader.bin"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v2-ubootmod" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v2 U-Boot mod"; + vendor = "Ubiquiti"; + } + ]; + }; + xiaomi_redmi-router-ax6s = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7622-xiaomi_redmi-router-ax6s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-factory.bin"; + sha256 = "e594e27278fde6707fbc917257342e006c4d7090894e9017ece2684250b88608"; + sha256_unsigned = "e594e27278fde6707fbc917257342e006c4d7090894e9017ece2684250b88608"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7622-xiaomi_redmi-router-ax6s-initramfs-recovery.itb"; + sha256 = "b562e85d1e8cf2def25103f17e08d4ba88eb58e92e1b77139a7bef12d2ef4bef"; + sha256_unsigned = "b562e85d1e8cf2def25103f17e08d4ba88eb58e92e1b77139a7bef12d2ef4bef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-sysupgrade.bin"; + sha256 = "b073c57d01f347f8dbf099877612f780f8cfaa0e6781c4ed744401c8e504b423"; + sha256_unsigned = "3f5ef584b78b52c6d255f58df48fe0803d24b9877979d5f67b3254c51ced6cb3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ax6s" + ]; + titles = [ + { + model = "Redmi Router AX6S"; + vendor = "Xiaomi"; + } + { + model = "Router AX3200"; + vendor = "Xiaomi"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "mediatek/mt7622"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + bananapi_bpi-r2 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-usb3" + "kmod-ata-ahci" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7623-bananapi_bpi-r2"; + images = [ + { + name = "openwrt-22.03.3-mediatek-mt7623-bananapi_bpi-r2-preloader.bin"; + sha256 = "33d6abe872e557e5d960b1a7f2a394ca297ee6bf02da8f7383d2fbf599460261"; + sha256_unsigned = "33d6abe872e557e5d960b1a7f2a394ca297ee6bf02da8f7383d2fbf599460261"; + type = "preloader.bin"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7623-bananapi_bpi-r2-initramfs-recovery.itb"; + sha256 = "1c7320d5e35c9a124314f31d50b8239266e8a4e61777ce3e40296f34e971f122"; + sha256_unsigned = "1c7320d5e35c9a124314f31d50b8239266e8a4e61777ce3e40296f34e971f122"; + type = "kernel"; + } + { + name = "openwrt-22.03.3-mediatek-mt7623-bananapi_bpi-r2-sdcard.img.gz"; + sha256 = "97c754589e3c3b3c2b125e2e0f6e46357a83526e79df0e5c2929bd4fdbd6e190"; + sha256_unsigned = "97c754589e3c3b3c2b125e2e0f6e46357a83526e79df0e5c2929bd4fdbd6e190"; + type = "sdcard.img.gz"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7623-bananapi_bpi-r2-squashfs-sysupgrade.itb"; + sha256 = "4fb0c331eb3a2feedc68dc10e657dfd7ecc142bae4bb06d409151e960825aee1"; + sha256_unsigned = "95a960dc5c082ae141ba954c2f608459b9c6a7aecdea5cc33a89ed9b82f26a96"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.3-mediatek-mt7623-bananapi_bpi-r2-u-boot.bin"; + sha256 = "5ab6e1c321368d339f1d6aa42a3adba32065ba5f3dd6e3f87f8a070275347f80"; + sha256_unsigned = "5ab6e1c321368d339f1d6aa42a3adba32065ba5f3dd6e3f87f8a070275347f80"; + type = "u-boot.bin"; + } + ]; + supported_devices = [ + "bananapi,bpi-r2" + ]; + titles = [ + { + model = "BPi-R2"; + vendor = "Bananapi"; + } + ]; + }; + unielec_u7623-02 = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7623-unielec_u7623-02"; + images = [ + { + name = "openwrt-22.03.3-mediatek-mt7623-unielec_u7623-02-emmc.img.gz"; + sha256 = "f8df6b5ae8e2039ee1ef4a3d63f3bbb1ee505771c300e0e33b244dba6e945d70"; + sha256_unsigned = "957acbd99a04128d74091a9882edae6f8d3adc2e098f89f57f6969cc1dccb8bf"; + type = "emmc.img.gz"; + } + { + name = "openwrt-22.03.3-mediatek-mt7623-unielec_u7623-02-u-boot.bin"; + sha256 = "e4290927f6e15c014d6208b5630b5766b09071e97125632e2283ec7cca8aa031"; + sha256_unsigned = "e4290927f6e15c014d6208b5630b5766b09071e97125632e2283ec7cca8aa031"; + type = "u-boot.bin"; + } + { + name = "openwrt-22.03.3-mediatek-mt7623-unielec_u7623-02-scatter.txt"; + sha256 = "b1459c04d012e34c2913c6d4c2d33a1760e46a29d6663a25dd837bc7567dbb5d"; + sha256_unsigned = "b1459c04d012e34c2913c6d4c2d33a1760e46a29d6663a25dd837bc7567dbb5d"; + type = "scatter.txt"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7623-unielec_u7623-02-initramfs-recovery.itb"; + sha256 = "d30a8f5feecaf53c37d58b5590aa44480af5012b5ba64b06a36f0df5908c5b91"; + sha256_unsigned = "d30a8f5feecaf53c37d58b5590aa44480af5012b5ba64b06a36f0df5908c5b91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7623-unielec_u7623-02-squashfs-sysupgrade.itb"; + sha256 = "d0461602cd88a88dc08246333059c79cfed1180d436f6cee1546f6b282ce044e"; + sha256_unsigned = "60d1870eeea7680e43a1c994b88abb80dca0f348a9cc2bcfb763453e144218eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7623-02" + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7623-02-emmc-512m-legacy = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-squashfs-sysupgrade.bin.gz"; + sha256 = "d1201f7162ef21994a40cc665e6c1c61ff5d0573ef65cfaeeb476b7cf921451b"; + sha256_unsigned = "76229db4ac61edd985423bddd261f8893bf5d4d4af7fd511de83a30d89001f9e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-initramfs-kernel.bin"; + sha256 = "f48a8b4d34213592af56997398f086b4f18d9194d0cada2e7def4cc7aac445d7"; + sha256_unsigned = "f48a8b4d34213592af56997398f086b4f18d9194d0cada2e7def4cc7aac445d7"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + variant = "eMMC/512MiB RAM (legacy image)"; + vendor = "UniElec"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "mediatek/mt7623"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + mt7629 = { + arch_packages = "arm_cortex-a7"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + mediatek_mt7629-rfb = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.3-mediatek-mt7629-mediatek_mt7629-rfb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mediatek-mt7629-mediatek_mt7629-rfb-initramfs-kernel.bin"; + sha256 = "b439b404d9a7a1297d3faadce25b6d8d262582aac0bf0a1253d113763575dd01"; + sha256_unsigned = "b439b404d9a7a1297d3faadce25b6d8d262582aac0bf0a1253d113763575dd01"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mediatek-mt7629-mediatek_mt7629-rfb-squashfs-sysupgrade.bin"; + sha256 = "0ceb787b0b102a54ec749cf34833f36afa59b7c4e0d88f5457e8823f1b1d71f5"; + sha256_unsigned = "e019ded37a605fa74af0b5e04943590011743d4ed95989a735083472d70bdeba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7629-rfb" + ]; + titles = [ + { + model = "MT7629 rfb AP"; + vendor = "MediaTek"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "mediatek/mt7629"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + mpc85xx = { + p1010 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + sophos_red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mpc85xx-p1010-sophos_red-15w-rev1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mpc85xx-p1010-sophos_red-15w-rev1-initramfs-kernel.bin"; + sha256 = "88a92a9f786bb3dd36d05e51ea2d251f0573a3d18f96abe6705d8b41a7827434"; + sha256_unsigned = "88a92a9f786bb3dd36d05e51ea2d251f0573a3d18f96abe6705d8b41a7827434"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mpc85xx-p1010-sophos_red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "0d2bbf595f4b3d432925891184fa916a7754ac25fa14dc4d135ed0e1104bc80e"; + sha256_unsigned = "3f26364906ba0f06c46a6d59ed640d6bdddc78be4ac282684fb592e5c90323e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + model = "RED 15w"; + variant = "Rev.1"; + vendor = "Sophos"; + } + ]; + }; + tplink_tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mpc85xx-p1010-tplink_tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "fff1e43f85483fcd28413297b8fbecfe38722189d06e65f1c731d2e5b987b60d"; + sha256_unsigned = "13cebb27b082f5b0666c05e6377fc762053ac7cf0bfd2ea0c6ac4e3ac56de53a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "1b97497664bafc028fe04b867136ef76d9963831b88edf4fc9a6330ec017b38d"; + sha256_unsigned = "1b97497664bafc028fe04b867136ef76d9963831b88edf4fc9a6330ec017b38d"; + type = "factory"; + } + { + name = "openwrt-22.03.3-mpc85xx-p1010-tplink_tl-wdr4900-v1-fdt.bin"; + sha256 = "06d8b4186f532e6209e959787d8ea479b03aa87f83f4bb1b68022994da8525ae"; + sha256_unsigned = "06d8b4186f532e6209e959787d8ea479b03aa87f83f4bb1b68022994da8525ae"; + type = "fdt.bin"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v1" + "tl-wdr4900-v1" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "mpc85xx/p1010"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aerohive_hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-hwmon-lm70" + ]; + image_prefix = "openwrt-22.03.3-mpc85xx-p1020-aerohive_hiveap-330"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mpc85xx-p1020-aerohive_hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "a7dae5e111d7573a639649c10d0c5516692ff2c689b50d80806a3d3d0d14e999"; + sha256_unsigned = "267133f5530b1561e566f99e478fe538c796189d02bb97683b1f25c39ef418df"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin"; + sha256 = "11fb36bbcfaebe010cb7dab871bbb633b84f672230f522205fabec53812f6354"; + sha256_unsigned = "11fb36bbcfaebe010cb7dab871bbb633b84f672230f522205fabec53812f6354"; + type = "kernel"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + model = "HiveAP-330"; + vendor = "Aerohive"; + } + { + model = "HiveAP-350"; + vendor = "Aerohive"; + } + ]; + }; + enterasys_ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mpc85xx-p1020-enterasys_ws-ap3710i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mpc85xx-p1020-enterasys_ws-ap3710i-initramfs-kernel.bin"; + sha256 = "ef61a2507af3a15399a56789cd18318cd1034acbafbb8a372290077a194d8807"; + sha256_unsigned = "ef61a2507af3a15399a56789cd18318cd1034acbafbb8a372290077a194d8807"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "8b25092de6ce9ca184075b17ab996247352c080c14ae0f60f028efc29f1bea7a"; + sha256_unsigned = "23f436ee2aaf92907a743045f8269da3766b8deb299b0324d0059681662f9d66"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + model = "WS-AP3710i"; + vendor = "Enterasys"; + } + ]; + }; + extreme-networks_ws-ap3825i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.3-mpc85xx-p1020-extreme-networks_ws-ap3825i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mpc85xx-p1020-extreme-networks_ws-ap3825i-initramfs-kernel.bin"; + sha256 = "2625e6ade454b7534301fc21ea7a2c824e1e539185b34619c1de848659290fea"; + sha256_unsigned = "2625e6ade454b7534301fc21ea7a2c824e1e539185b34619c1de848659290fea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mpc85xx-p1020-extreme-networks_ws-ap3825i-squashfs-sysupgrade.bin"; + sha256 = "f44237d5dd41c39df3d4d6f544655da6d03747e00f14442c42c2ec5e723f461c"; + sha256_unsigned = "9ab81b9dc9ee8aba6e59b87ec552f1279a294b86ea49e842ea1451488ba5ad9f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "extreme-networks,ws-ap3825i" + ]; + titles = [ + { + model = "WS-AP3825i"; + vendor = "Extreme Networks"; + } + ]; + }; + ocedo_panda = { + device_packages = [ + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-22.03.3-mpc85xx-p1020-ocedo_panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mpc85xx-p1020-ocedo_panda-squashfs-fdt.bin"; + sha256 = "1aa2b03bc147048f98006bafc3d6ee0ef3f118fa7b35d5b6f4d937b9d0153efc"; + sha256_unsigned = "1aa2b03bc147048f98006bafc3d6ee0ef3f118fa7b35d5b6f4d937b9d0153efc"; + type = "fdt"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mpc85xx-p1020-ocedo_panda-squashfs-sysupgrade.bin"; + sha256 = "f11af3426569736251a7d6ecc6f9504de5205ca9c6e3287a3e6e1992c10386c5"; + sha256_unsigned = "a0e028b5fe76117f3a596e9fdf22a126eab0920eed1bcb183929b9ba372e1805"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mpc85xx-p1020-ocedo_panda-initramfs-kernel.bin"; + sha256 = "6a4f74f2a78b4d3d5b12b8e5e3d885f012a8f405b2b735df2fc9b421982ea7e9"; + sha256_unsigned = "6a4f74f2a78b4d3d5b12b8e5e3d885f012a8f405b2b735df2fc9b421982ea7e9"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + model = "Panda"; + vendor = "OCEDO"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "mpc85xx/p1020"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + freescale_p2020rdb = { + device_packages = [ + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.3-mpc85xx-p2020-freescale_p2020rdb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mpc85xx-p2020-freescale_p2020rdb-initramfs-kernel.bin"; + sha256 = "e2ca07c44b96a19186d8dbd8b31d9b61e4e4881df1a4ea89461fabfabf5364c2"; + sha256_unsigned = "e2ca07c44b96a19186d8dbd8b31d9b61e4e4881df1a4ea89461fabfabf5364c2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mpc85xx-p2020-freescale_p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "36b5f1bb3b23fe9a18ad21618087cfb306660cb66881c08d90b37c4f8a957112"; + sha256_unsigned = "67643d5e997e121af5afdb4939dddcf66586eabdea1bf2d6aec1e8296055f46a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + model = "P2020RDB"; + vendor = "Freescale"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "mpc85xx/p2020"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + glinet_gl-mv1000 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa53-glinet_gl-mv1000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa53-glinet_gl-mv1000-initramfs-kernel.bin"; + sha256 = "85d1a8e8dbb588dd465dd0efa9d85a842a041f3686d5daeeafa855465c8066c1"; + sha256_unsigned = "85d1a8e8dbb588dd465dd0efa9d85a842a041f3686d5daeeafa855465c8066c1"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-mvebu-cortexa53-glinet_gl-mv1000-ext4-sdcard.img.gz"; + sha256 = "1f9f40e2009a00d125001e015adf5dc2f62bacd30b134a7410e8728d4fa011c8"; + sha256_unsigned = "f7c49f8a9e038facf0cb3d24f965aa5c93392ea3815d623e81a5b92ea2bdc532"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa53-glinet_gl-mv1000-squashfs-sdcard.img.gz"; + sha256 = "101469edc9b002d6c6b4797d79447917f7fe721eb7026a76c3794cf68b4c65fa"; + sha256_unsigned = "7f8004cf3aaf0df3cf9e48c5191e1ceab4ed9d22af9d1715ad7006e3a7f7fd4a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "glinet,gl-mv1000" + ]; + titles = [ + { + model = "GL-MV1000"; + vendor = "GL.iNet"; + } + ]; + }; + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "7179c909c966805162bc6f976a79ff895a5dcb965ac46ff7dc1bdfb5fc22bbf2"; + sha256_unsigned = "caa70847c7f8b9d4c72d713bf1379a555ea18d0301e6b0e8dedf3eb94d7b689a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "973bb5a69c753490bb5d3c05be9c72a0d4b259452e547668e744c65964c3a628"; + sha256_unsigned = "4af07686f34ee3b5a2d1c0052d2027da5eb1daf7f3d30475f83254d68de2b296"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-initramfs-kernel.bin"; + sha256 = "85d1a8e8dbb588dd465dd0efa9d85a842a041f3686d5daeeafa855465c8066c1"; + sha256_unsigned = "85d1a8e8dbb588dd465dd0efa9d85a842a041f3686d5daeeafa855465c8066c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-emmc-initramfs-kernel.bin"; + sha256 = "85d1a8e8dbb588dd465dd0efa9d85a842a041f3686d5daeeafa855465c8066c1"; + sha256_unsigned = "85d1a8e8dbb588dd465dd0efa9d85a842a041f3686d5daeeafa855465c8066c1"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "61d6563b796e090d54915fb601f0c0bdf2c125a5275b7ecfbf827d264d4ee6b8"; + sha256_unsigned = "cde45f9ed5a4412625946732cedb1e247dffc0ec46b8937e921675c3cd87b5cc"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "b7a21c74857de2307002790f65496d0d40015ae6f0fc1f3e6a2f9aafe8963aca"; + sha256_unsigned = "e839598a918dc7272cc1573596a438f14bd84d229bb772773ad1b9d6a3b60bb2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-ultra = { + device_packages = [ + "kmod-i2c-pxa" + "kmod-rtc-pcf8563" + ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-ultra"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-ultra-initramfs-kernel.bin"; + sha256 = "85d1a8e8dbb588dd465dd0efa9d85a842a041f3686d5daeeafa855465c8066c1"; + sha256_unsigned = "85d1a8e8dbb588dd465dd0efa9d85a842a041f3686d5daeeafa855465c8066c1"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-ultra-ext4-sdcard.img.gz"; + sha256 = "eccb4dd1272f356839e2c1ceef46401c57f6710ca537694449b24ad043d457b0"; + sha256_unsigned = "36743f15aca2c012f748408c4bcf7d0bdf9a9f016956aff13edd0408e22fe172"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz"; + sha256 = "de254adf756631fc8871360e545cfb4dc847f43beea0a49424c715ebfa361186"; + sha256_unsigned = "d7d2260ec21742c0cd8097c0ff5b792ce8bc361c8e635fede9bf23a16b52a999"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-ultra" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Ultra"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "cb3a39f0e3f388a04f489efeedb90c09f61423295812191a93d538f5fd828d15"; + sha256_unsigned = "8ea981ee668905e025d392e4a7a5dc8d4f584dcc479efc3b5c64d5098c9d940b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "6ed5b31a60424429955498dbd24ff78e32b6b74c51112a647210e1c985b5f917"; + sha256_unsigned = "af3e3c1c8711708a1a1ce9a70d61961e7b05684cfd841c21407562a5efc0e3e2"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-v7-initramfs-kernel.bin"; + sha256 = "85d1a8e8dbb588dd465dd0efa9d85a842a041f3686d5daeeafa855465c8066c1"; + sha256_unsigned = "85d1a8e8dbb588dd465dd0efa9d85a842a041f3686d5daeeafa855465c8066c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "a87f284a0f9a3639980cd28354af35f79a90f75a2c1ea90895625637106c4bd9"; + sha256_unsigned = "8165611e5b7b66d3c6d5bb070ac98553b730e6af6e376108287d8cad66cd2a72"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "dd96c7e8e1deb6ad50b9f9b28229be54c72203e57ab9b36da49006b3bd52a330"; + sha256_unsigned = "6c00da98da44035576021fa1db02048e3b9c509119c80b8f98745d8e9774e697"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa53-globalscale_espressobin-v7-emmc-initramfs-kernel.bin"; + sha256 = "85d1a8e8dbb588dd465dd0efa9d85a842a041f3686d5daeeafa855465c8066c1"; + sha256_unsigned = "85d1a8e8dbb588dd465dd0efa9d85a842a041f3686d5daeeafa855465c8066c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa53-marvell_armada-3720-db-initramfs-kernel.bin"; + sha256 = "85d1a8e8dbb588dd465dd0efa9d85a842a041f3686d5daeeafa855465c8066c1"; + sha256_unsigned = "85d1a8e8dbb588dd465dd0efa9d85a842a041f3686d5daeeafa855465c8066c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "8e5f6f930bed2242c83e9e55f68d5d79b3ddb03c4997d362adc72440d022834a"; + sha256_unsigned = "57ccb99c528420a9a82af22b5457218d5061e4af99dbf88651a14591f08dc553"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "b3375fd6b6f0b4366a4ceb36cab59120c494bc0952b55bb1f6b5d685aca7da34"; + sha256_unsigned = "c61a3872a520d4089e52bd7235e3f6887619efe344fa854462b458fcbdf693c2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + model = "Armada 3720 Development Board (DB-88F3720-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + methode_udpu = { + device_packages = [ + "f2fs-tools" + "fdisk" + "kmod-i2c-pxa" + "kmod-hwmon-lm75" + ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa53-methode_udpu"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-mvebu-cortexa53-methode_udpu-firmware.tgz"; + sha256 = "e654ad2526ad298ed034fa2dee5593ca9ac6dc247c02ba781bd5771a04ab748d"; + sha256_unsigned = "2b5e2ea601b02e49979e5daec24c7b8c4031e314e09429e37cffc0ab093bafa0"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa53-methode_udpu-initramfs.itb"; + sha256 = "d665aae0d03a08c363cf766eae38f7be00e7d2dbb81081f4c975bb181a4d98fc"; + sha256_unsigned = "d665aae0d03a08c363cf766eae38f7be00e7d2dbb81081f4c975bb181a4d98fc"; + type = "kernel"; + } + ]; + supported_devices = [ + "methode,udpu" + ]; + titles = [ + { + model = "micro-DPU (uDPU)"; + vendor = "Methode"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "mvebu/cortexa53"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + globalscale_mochabin = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa72-globalscale_mochabin"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-mvebu-cortexa72-globalscale_mochabin-ext4-sdcard.img.gz"; + sha256 = "89b345e74927ea425dcbf53eaf00827d7e4a5b24ef40270d66f1d3d4b3a4734d"; + sha256_unsigned = "36345c32abc40c92256e381d9ff8282d88e40b0e04c477a46c2a81776f5f09a4"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa72-globalscale_mochabin-squashfs-sdcard.img.gz"; + sha256 = "c0df0a53b24331a2439b1bcee4adedf270bd3814034cae9b944d8c0116a91665"; + sha256_unsigned = "c1e80e6bbce48dff4e96ab0663f4eba8cb5ba2b70d83cbbf14906008b95a5ce1"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa72-globalscale_mochabin-initramfs-kernel.bin"; + sha256 = "d62203a41b2ec13554a472f76f11ba2a5c1c7317c8be1113d15afc054f70284d"; + sha256_unsigned = "d62203a41b2ec13554a472f76f11ba2a5c1c7317c8be1113d15afc054f70284d"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,mochabin" + ]; + titles = [ + { + model = "MOCHAbin"; + vendor = "Globalscale"; + } + ]; + }; + iei_puzzle-m901 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa72-iei_puzzle-m901"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa72-iei_puzzle-m901-initramfs-kernel.bin"; + sha256 = "d62203a41b2ec13554a472f76f11ba2a5c1c7317c8be1113d15afc054f70284d"; + sha256_unsigned = "d62203a41b2ec13554a472f76f11ba2a5c1c7317c8be1113d15afc054f70284d"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-mvebu-cortexa72-iei_puzzle-m901-ext4-sdcard.img.gz"; + sha256 = "a68eea7fe9d64213fae64d00077cc819292b349dc5da4a87ff5fe469058d3806"; + sha256_unsigned = "ed61afb3e5b857765cfd019f2a3bb1da86dd1a621f4d7af8ff7bb29f77dfaaae"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa72-iei_puzzle-m901-squashfs-sdcard.img.gz"; + sha256 = "5604b272f6e10a1d2741b44988160e89e9412e85bb40bc1ead0abbddfb555554"; + sha256_unsigned = "0b1a95887a8b17f5760e473b8e581e9f7b7adfd4263ea6dfbade02e3f3f4d235"; + type = "sdcard"; + } + ]; + supported_devices = [ + "iei,puzzle-m901" + ]; + titles = [ + { + model = "Puzzle-M901"; + vendor = "iEi"; + } + ]; + }; + iei_puzzle-m902 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa72-iei_puzzle-m902"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa72-iei_puzzle-m902-initramfs-kernel.bin"; + sha256 = "d62203a41b2ec13554a472f76f11ba2a5c1c7317c8be1113d15afc054f70284d"; + sha256_unsigned = "d62203a41b2ec13554a472f76f11ba2a5c1c7317c8be1113d15afc054f70284d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa72-iei_puzzle-m902-squashfs-sdcard.img.gz"; + sha256 = "546947178aa54d946b308a12186aa465e14942dc142516a47179a0a0a710dc77"; + sha256_unsigned = "403f07720c84a3df20adabb92e8315ae0bf6cb793ca40d0c11713d4f16ba09b7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-mvebu-cortexa72-iei_puzzle-m902-ext4-sdcard.img.gz"; + sha256 = "23a4b8eea51a6e38d3c657db769e611c3a4d123655e58f2e522264ec2f3c155c"; + sha256_unsigned = "2574a95c91ed66662f88527e3a35f8b08db1aa655c88fd25a82cd9c533034835"; + type = "sdcard"; + } + ]; + supported_devices = [ + "iei,puzzle-m902" + ]; + titles = [ + { + model = "Puzzle-M902"; + vendor = "iEi"; + } + ]; + }; + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa72-marvell_armada7040-db-initramfs-kernel.bin"; + sha256 = "d62203a41b2ec13554a472f76f11ba2a5c1c7317c8be1113d15afc054f70284d"; + sha256_unsigned = "d62203a41b2ec13554a472f76f11ba2a5c1c7317c8be1113d15afc054f70284d"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "217c84cfc3fe1928152b73427c591b9791add9a1def117ec78267cfa13c69893"; + sha256_unsigned = "7b5583ea4e846e795f5880b28d09c310b0e9ace9888aa3f3ce37f1aff03fc3fa"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "13e6f74355e369a192950b5ffe0dad816e1a4c7915b9ca2b11589cf97edcf66e"; + sha256_unsigned = "f9530b73f5915cd2ebff747d64183600cf52ffc7cb966c49bba7e3edc5e38ace"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + model = "Armada 7040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "42a479256b8e9006c67fdaeb8bfb0c9b12426b68cf114783d0c379cb1050e1aa"; + sha256_unsigned = "8efb72b91c6bbbf341c9a083d3d5b18a137f03e06cb8055b47ded14c73a73deb"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa72-marvell_armada8040-db-initramfs-kernel.bin"; + sha256 = "d62203a41b2ec13554a472f76f11ba2a5c1c7317c8be1113d15afc054f70284d"; + sha256_unsigned = "d62203a41b2ec13554a472f76f11ba2a5c1c7317c8be1113d15afc054f70284d"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "6f0b66f26a3000e0b50138534d565f8fe6432063d9b751caace5eb747047edb2"; + sha256_unsigned = "42b2c4f5484dd9d46934c285477ca119960107f5cfd41a612c6b65b97ceca901"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + model = "Armada 8040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_macchiatobin-doubleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa72-marvell_macchiatobin-doubleshot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa72-marvell_macchiatobin-doubleshot-squashfs-sdcard.img.gz"; + sha256 = "408544a0d4abe43a00106f6967a333e72090520bd3de91ccf2a8f2e46bde4090"; + sha256_unsigned = "92af4b5890bf6cd8c400886136276cbe2eb653635a300371a4d4a1eb8832df9c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-mvebu-cortexa72-marvell_macchiatobin-doubleshot-ext4-sdcard.img.gz"; + sha256 = "9bb0d54584f0e161fbd119e3a99f8ad0b0d44c7dc3fa8f3804ada6d2ec7ccb19"; + sha256_unsigned = "6a624e55719e4a61c02d4389bca86f1cf1ebf8458d45556bc83ebdcef145bea2"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa72-marvell_macchiatobin-doubleshot-initramfs-kernel.bin"; + sha256 = "d62203a41b2ec13554a472f76f11ba2a5c1c7317c8be1113d15afc054f70284d"; + sha256_unsigned = "d62203a41b2ec13554a472f76f11ba2a5c1c7317c8be1113d15afc054f70284d"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-doubleshot" + "marvell,armada8040-mcbin" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + ]; + }; + marvell_macchiatobin-singleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa72-marvell_macchiatobin-singleshot"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-mvebu-cortexa72-marvell_macchiatobin-singleshot-ext4-sdcard.img.gz"; + sha256 = "6bd8ae5e9101995086c4e4afe72b139bc3979fd22380eab1f09d2bbf11a93c5c"; + sha256_unsigned = "907975358252a21a6c88412ddc393722524b0272237574598b48d9653f673c4d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa72-marvell_macchiatobin-singleshot-squashfs-sdcard.img.gz"; + sha256 = "4cbe35e3fc2d1d9131cbe862472bdc24be0ae3e0a4bcb705a74e4bbfb9592f4d"; + sha256_unsigned = "36ffc298395c9b015c7d836a0001c136f3de7c04247b3fca453a5a1acb6bd95c"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa72-marvell_macchiatobin-singleshot-initramfs-kernel.bin"; + sha256 = "d62203a41b2ec13554a472f76f11ba2a5c1c7317c8be1113d15afc054f70284d"; + sha256_unsigned = "d62203a41b2ec13554a472f76f11ba2a5c1c7317c8be1113d15afc054f70284d"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-singleshot" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "mvebu/cortexa72"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + buffalo_ls421de = { + device_packages = [ + "kmod-rtc-rs5c372a" + "kmod-hwmon-gpiofan" + "kmod-hwmon-drivetemp" + "kmod-usb3" + "kmod-linkstation-poweroff" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-mod" + "kmod-fs-xfs" + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa9-buffalo_ls421de"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-buffalo_ls421de-squashfs-sysupgrade.bin"; + sha256 = "7fc7e055cc0670c1b80b19352de10d95bd99d91934a932e5b6d39b617237bbc6"; + sha256_unsigned = "f98d623b776e9641da593e11636d28599c6c80eb1937ac56a654a68a72364925"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-buffalo_ls421de-initramfs-kernel.bin"; + sha256 = "be5e4f4255bd3faf3355d9f26aa9eeff841b9a875865fa3ef0784c54b2a06f60"; + sha256_unsigned = "be5e4f4255bd3faf3355d9f26aa9eeff841b9a875865fa3ef0784c54b2a06f60"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,ls421de" + ]; + titles = [ + { + model = "LinkStation LS421DE"; + vendor = "Buffalo"; + } + ]; + }; + ctera_c200-v2 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-hwmon-nct7802" + "kmod-rtc-s35390a" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa9-ctera_c200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-ctera_c200-v2-initramfs-factory.firm"; + sha256 = "73cc6185c617a82786c65a603321518c05c6ca61d20345d2cb5a4121365e980d"; + sha256_unsigned = "73cc6185c617a82786c65a603321518c05c6ca61d20345d2cb5a4121365e980d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-ctera_c200-v2-squashfs-sysupgrade.bin"; + sha256 = "7350b5b13484d3ca060c1c8b0b18ea55c6d83ea1bf7b4a9a8df8d550c745bc55"; + sha256_unsigned = "3c63ca4b38bdc0e04a9e47acc9745c795d58da7804e490c25f65eed25f16227e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ctera,c200-v2" + ]; + titles = [ + { + model = "C200"; + variant = "V2"; + vendor = "Ctera"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-globalscale_mirabox-initramfs-kernel.bin"; + sha256 = "464ca40f73c0bbdf60571fc5584a84e5f022752f50e86b4b2f093a0a00cc1a56"; + sha256_unsigned = "464ca40f73c0bbdf60571fc5584a84e5f022752f50e86b4b2f093a0a00cc1a56"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "fdc867d01b77993919965815b5cea722aa786f8ddcbc051a3905b91d6985ea63"; + sha256_unsigned = "bb75626702ee9ca1267afbe343fe3c770b5f910d34afa5e4b23cb902603dd44c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + model = "Mirabox"; + vendor = "Globalscale"; + } + ]; + }; + iptime_nas1dual = { + device_packages = [ + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa9-iptime_nas1dual"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-iptime_nas1dual-squashfs-sysupgrade.bin"; + sha256 = "e2317ef475f0cdf60924c2f0c50bb302bc03622369846fdcf11b23d2b8176026"; + sha256_unsigned = "491f53b82ee81d7f9309e7d42161edfdee270ed4101df88a76bc552a672e9aba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-iptime_nas1dual-initramfs-kernel.bin"; + sha256 = "b48384139e0f77cf5bd5176938073d9f5a36e9f3fad432c2394ab38dd1784869"; + sha256_unsigned = "b48384139e0f77cf5bd5176938073d9f5a36e9f3fad432c2394ab38dd1784869"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,nas1dual" + ]; + titles = [ + { + model = "NAS1dual"; + vendor = "ipTIME"; + } + ]; + }; + kobol_helios4 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa9-kobol_helios4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-kobol_helios4-initramfs-kernel.bin"; + sha256 = "c44d38bedd34127a642dafe6e7d208363473215136db9c9fd803b3b5f8e07301"; + sha256_unsigned = "c44d38bedd34127a642dafe6e7d208363473215136db9c9fd803b3b5f8e07301"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-kobol_helios4-squashfs-sdcard.img.gz"; + sha256 = "e615f4cae5d0a2113a46669764b9d0d08b0877ac7a64ced64780b4d661cede35"; + sha256_unsigned = "0e2413bd12b3b6d827c433285b6fdc2a2d0c3c8b2a98a25be9c68f963f87e05b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "kobol,helios4" + ]; + titles = [ + { + model = "Helios4"; + vendor = "Kobol"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-marvell_a370-db-initramfs-kernel.bin"; + sha256 = "bbef56effa16e32d14cc4d0909091686ecf304c0d44c6d788711d23bbad90681"; + sha256_unsigned = "bbef56effa16e32d14cc4d0909091686ecf304c0d44c6d788711d23bbad90681"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "96e402d9557ce0674a798b4c05bc23aadf05037ea7a6eff29e830c75492956cf"; + sha256_unsigned = "08dddf9bdbe355e5bf206687ba44fd8d6a575fa92d4a7b704f6c127bdb4148ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + model = "Armada 370 Development Board (DB-88F6710-BP-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "fc7b7fd21ead33297f2aa3f56f1d79491c108ee7dc826dd8cf0eaf844c03fce5"; + sha256_unsigned = "0112695dac9fb9280bc71291e7e1aad4601b01f8e3e626e1ac1d47a972f66261"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-marvell_a370-rd-initramfs-kernel.bin"; + sha256 = "fd330584288916a2bafc08d3bad910e3c5045d2f1644bd8a282c4dc6778d996f"; + sha256_unsigned = "fd330584288916a2bafc08d3bad910e3c5045d2f1644bd8a282c4dc6778d996f"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + model = "Armada 370 RD (RD-88F6710-A1)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-marvell_a385-db-ap-initramfs-kernel.bin"; + sha256 = "d138b9dd2ac477f79997b2005507be6fca37a25cf7c5cd671443e35b1099fccf"; + sha256_unsigned = "d138b9dd2ac477f79997b2005507be6fca37a25cf7c5cd671443e35b1099fccf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "fc7c389163fe3faf0cc7742c055ffb215f78b7e0597dfa3d6a3d48d388837e86"; + sha256_unsigned = "fc7c389163fe3faf0cc7742c055ffb215f78b7e0597dfa3d6a3d48d388837e86"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "504cdbd2b29ad5abdbbec0560dc4279f2bffc1469da0fd78587d49a974f5df58"; + sha256_unsigned = "4ad561001e67cca6d9df9b24be8239a392c708b9d5daf07c20ea70d1034687d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + model = "Armada 385 Development Board AP (DB-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "dabd816c1e4dece78a6c12c431f9dfc31c7a1e39adf2eeb1003cabf53344a409"; + sha256_unsigned = "dabd816c1e4dece78a6c12c431f9dfc31c7a1e39adf2eeb1003cabf53344a409"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-marvell_a388-rd-initramfs-kernel.bin"; + sha256 = "356fd6183269b2697f81f7292c7741284518c665791cf1f7d1c1ca7311708516"; + sha256_unsigned = "356fd6183269b2697f81f7292c7741284518c665791cf1f7d1c1ca7311708516"; + type = "kernel"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + model = "Armada 388 RD (RD-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "277186e75c1bee345d4adb5e302e4122d0e99072325da8732bff9b97e257c49f"; + sha256_unsigned = "a519567996dede9fd1ad394d366fd1ed20a51def0fc0790edee961f2b4da73fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-marvell_axp-db-initramfs-kernel.bin"; + sha256 = "357b3dbe27e157ebf3bfdd71f78447322cd58535d966bd04b07ced58e95448c2"; + sha256_unsigned = "357b3dbe27e157ebf3bfdd71f78447322cd58535d966bd04b07ced58e95448c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + model = "Armada XP Development Board (DB-78460-BP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-marvell_axp-gp-initramfs-kernel.bin"; + sha256 = "2cf73e595e305b9b86a8624524efa9357e95195501c25743922d630d74b8c905"; + sha256_unsigned = "2cf73e595e305b9b86a8624524efa9357e95195501c25743922d630d74b8c905"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "cbdf10770cc32c6a1032b5f63dc6bc94258b04b040d24cf2232e36bd3e5ff519"; + sha256_unsigned = "a5d757271325e6dbacfee1dbb06160499b1162884fd8f075aae91d54abcd2a09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + model = "Armada Armada XP GP (DB-MV784MP-GP)"; + vendor = "Marvell"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "5231bfa187cdd02b07c0d04d97c0c03c1dd764e24a9f2e4b201fb8c4e527d90f"; + sha256_unsigned = "2e6ee63eb05e12b336d467ea4637d585dda574df0a38fcb223ba00959928a975"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "ec101f50bb2459e35fdf3b8a1264270b0dd6a22cb601f872878cdf91ac318801"; + sha256_unsigned = "ec101f50bb2459e35fdf3b8a1264270b0dd6a22cb601f872878cdf91ac318801"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-plathome_openblocks-ax3-4-initramfs-kernel.bin"; + sha256 = "0d53c20113bb9b2b73b53a21ffdf480c0aff4ed0398eb5d9a2c8945059a63c94"; + sha256_unsigned = "0d53c20113bb9b2b73b53a21ffdf480c0aff4ed0398eb5d9a2c8945059a63c94"; + type = "kernel"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + model = "OpenBlocks AX3"; + variant = "4 ports"; + vendor = "Plat'Home"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.3-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "e4be7a5a6895979439e4f0a893fd4514b453a40d79bbc59203cffaf642bb707f"; + sha256_unsigned = "7b3af3b699497133a1d138789759f4f2d8ecd4104e9e208048693a922c1e29d5"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-mvebu-cortexa9-solidrun_clearfog-base-a1-initramfs-kernel.bin"; + sha256 = "c44d38bedd34127a642dafe6e7d208363473215136db9c9fd803b3b5f8e07301"; + sha256_unsigned = "c44d38bedd34127a642dafe6e7d208363473215136db9c9fd803b3b5f8e07301"; + type = "kernel"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + model = "ClearFog Base"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "mvebu/cortexa9"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-octeon-generic-generic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-octeon-generic-generic-initramfs-kernel.bin"; + sha256 = "600017a1486d3f563115beba9567a06e499642e62b016eb7660194b9e9ff3f77"; + sha256_unsigned = "600017a1486d3f563115beba9567a06e499642e62b016eb7660194b9e9ff3f77"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Octeon"; + vendor = "Generic"; + } + ]; + }; + itus_shield-router = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-octeon-generic-itus_shield-router"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-octeon-generic-itus_shield-router-initramfs-kernel.bin"; + sha256 = "ba2cd829c5e6fac1eaecbb35131762a274075b6aa8c9faaf6e1b2f773ae82652"; + sha256_unsigned = "ba2cd829c5e6fac1eaecbb35131762a274075b6aa8c9faaf6e1b2f773ae82652"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-octeon-generic-itus_shield-router-squashfs-sysupgrade.tar"; + sha256 = "180fa0d1a7365691e041721973b79a0946ed2af5b2e117c5238d5d9751fad5ce"; + sha256_unsigned = "6c7133e166990c6b5670f76d7db4bba4c227719423ff1adc698c185cfebe0ea7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "itus,shield-router" + ]; + titles = [ + { + model = "Shield Router"; + vendor = "Itus Networks"; + } + ]; + }; + ubnt_edgerouter = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-octeon-generic-ubnt_edgerouter"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-octeon-generic-ubnt_edgerouter-initramfs-kernel.bin"; + sha256 = "71772af8c3e13c1ba0c0d106d0e9d3815be3dba7b99d7a0cf02759080f380572"; + sha256_unsigned = "71772af8c3e13c1ba0c0d106d0e9d3815be3dba7b99d7a0cf02759080f380572"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-octeon-generic-ubnt_edgerouter-squashfs-sysupgrade.tar"; + sha256 = "5e6b3dd702c545b3f458034a24389a0c518f3c47092531f03b9a37a06c9914ee"; + sha256_unsigned = "5e6b3dd702c545b3f458034a24389a0c518f3c47092531f03b9a37a06c9914ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter" + "er" + ]; + titles = [ + { + model = "EdgeRouter"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-4 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.3-octeon-generic-ubnt_edgerouter-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-octeon-generic-ubnt_edgerouter-4-squashfs-sysupgrade.tar"; + sha256 = "230b7532aaa1277f9cce1da46409da3d3399af9b4c29fa94c13ca7983783982c"; + sha256_unsigned = "230b7532aaa1277f9cce1da46409da3d3399af9b4c29fa94c13ca7983783982c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-octeon-generic-ubnt_edgerouter-4-initramfs-kernel.bin"; + sha256 = "a3dc104e831fff6975c7739251fe9ee682d35379b6ccb4a6bda504b9abe16715"; + sha256_unsigned = "a3dc104e831fff6975c7739251fe9ee682d35379b6ccb4a6bda504b9abe16715"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-4" + ]; + titles = [ + { + model = "EdgeRouter 4"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-6p = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.3-octeon-generic-ubnt_edgerouter-6p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-octeon-generic-ubnt_edgerouter-6p-initramfs-kernel.bin"; + sha256 = "32181ddca36bb32e49ebf94c995d1d390899e2ce93f3547278ca73f9ce567e23"; + sha256_unsigned = "32181ddca36bb32e49ebf94c995d1d390899e2ce93f3547278ca73f9ce567e23"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-octeon-generic-ubnt_edgerouter-6p-squashfs-sysupgrade.tar"; + sha256 = "ae8ed2af72bf81a2437bf92809d4b56284e938d559c86c7c41d8638fb41f6fbd"; + sha256_unsigned = "ae8ed2af72bf81a2437bf92809d4b56284e938d559c86c7c41d8638fb41f6fbd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-6p" + ]; + titles = [ + { + model = "EdgeRouter 6P"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-lite = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-octeon-generic-ubnt_edgerouter-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-octeon-generic-ubnt_edgerouter-lite-initramfs-kernel.bin"; + sha256 = "13692d73b64ae89d3c729b685806d2094496dd9f444004be11ccd5f4d76544bc"; + sha256_unsigned = "13692d73b64ae89d3c729b685806d2094496dd9f444004be11ccd5f4d76544bc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-octeon-generic-ubnt_edgerouter-lite-squashfs-sysupgrade.tar"; + sha256 = "4179fa12d7b2a8d00d4c16e702e890ac2c6c9c729cdec5d81bffb671090a690f"; + sha256_unsigned = "4179fa12d7b2a8d00d4c16e702e890ac2c6c9c729cdec5d81bffb671090a690f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-lite" + "erlite" + ]; + titles = [ + { + model = "EdgeRouter Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "octeon/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "7cc98dc3c69bb163604d056b13f4e39ac57aa34281cd518c1f6f3421bc500232"; + sha256_unsigned = "fa3be75dd9d98fa2d9637add015c31b182d8b99c720a744b636960108d50cc56"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "b19b1769d8aeb1672a31c1fc2f7584f974d776d8793afc314406182a3e31691b"; + sha256_unsigned = "59c2e90e3ed878dc5e7902f19fea6fa996ca51d1f2c825de9574b97f0de414f3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + model = "AM335x BeagleBone Black"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-omap-ti_am335x-evm"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "5480d7728ffc9a91dd5707862fdbe104c4a10da625047ed97ded45bd262d59e9"; + sha256_unsigned = "b655394531c2b9271d171226a364139531675dfbe5954137dc13cfad41f91da4"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "26df51c073aaac4ef7112202e81ff7e191745a209f6cd6f45dd8965e0c100a69"; + sha256_unsigned = "753ae95913e1a21acaa1ddab6384923942ad98620f1a1f4a73190d831901dbc8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + model = "AM335x EVM"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-22.03.3-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "6c9737b8a10bf3868ce2fe5e7ebf82c789e6ad01bc9fa7a9bc563ffdf0af06cd"; + sha256_unsigned = "97cb8eb8e3928aae3480f3f7e3764db0c6dc57b7c44771bbb2b6ab889a432cdc"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "d20ac9ce6579b7b477ced3f74fc48cb082a6c3c1e12bb4a2d4e8ef7e71e42d5d"; + sha256_unsigned = "0e0a224a5ecf3f86bf1e2b3687ee62fc57ba0ec1517dbeaf47e35650ec332310"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + model = "OMAP3 TI beagleboard"; + vendor = "BeagleBoard.org"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-22.03.3-omap-ti_omap4-panda"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "a59328878d728b5261fc8a54fca950f3c49267ae05cb2dfcccafbacfe8ef47dc"; + sha256_unsigned = "f9a6b40f287aafbf46d19eccb7dce3479f7fcc374b9d8ce47d07932c4e0dbea3"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "43ac042ae3a8d2e749bc50016845d1b702f45ef6e5d8181c159469fa0243baae"; + sha256_unsigned = "e1aa27aac4c59a9a9dc87f781c271916a03bb37da941b3b0fa79a7acd29c8f8f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + model = "OMAP4 TI pandaboard"; + vendor = "PandaBoard.org"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "omap/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "fdisk" + "fstools" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mtd" + "netifd" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "c36f514243cabb01f99b6adc8b764c4463a899b9b084cb9681c1ce563606f466"; + sha256_unsigned = "c36f514243cabb01f99b6adc8b764c4463a899b9b084cb9681c1ce563606f466"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "afb1099e24d71de1f49fc2fecc262444be285122fcd7cbd745ce561f23f40b66"; + sha256_unsigned = "85fb288578b3339f00ac71504af5779c70bd8e915f3c45bdf5bf986b721805d7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "cf9a56544920bd3c145c5bd12de3f130e3117f2b4e72a2ccd86c91675b2db3f3"; + sha256_unsigned = "2c97d4bf230f39c5898695d20d13655affa716bf89f3b5ff6fa1fb2c841ac820"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-oxnas-ox820-akitio_mycloud-initramfs-uImage"; + sha256 = "9125936e97f0df0ce5d16a7aaa9ff79d71b778bb9013748ba9803430763f1af4"; + sha256_unsigned = "9125936e97f0df0ce5d16a7aaa9ff79d71b778bb9013748ba9803430763f1af4"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "0ddb2889295945851ef189620a3b85b1666f9f406369d0d19969af587ce4220e"; + sha256_unsigned = "0ddb2889295945851ef189620a3b85b1666f9f406369d0d19969af587ce4220e"; + type = "ubinized"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + model = "MyCloud Mini"; + vendor = "Akitio"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + ]; + image_prefix = "openwrt-22.03.3-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "c995f10df422b835909c7cf1fd43ca114b26dadbb68d5eec0ec555c8ff212a24"; + sha256_unsigned = "c995f10df422b835909c7cf1fd43ca114b26dadbb68d5eec0ec555c8ff212a24"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-oxnas-ox820-cloudengines_pogoplug-series-3-initramfs-uImage"; + sha256 = "c9a502459264e80c2c32f87fa5928b9fe575d7faf91bc42f27721ff6b4060a92"; + sha256_unsigned = "c9a502459264e80c2c32f87fa5928b9fe575d7faf91bc42f27721ff6b4060a92"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "8758dee6a97498ebfde3c18d3f14d98fd966baafc90337377f1ee364f5061c66"; + sha256_unsigned = "12312e9cbe82255a70e57bac1470c1a402c7ff3a7e726e7ebbb968d40b0c93a2"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "9bd0b1ff412cd20f856ca910bc38817751ee1ac3b12e0747665a7d4314854239"; + sha256_unsigned = "9bd0b1ff412cd20f856ca910bc38817751ee1ac3b12e0747665a7d4314854239"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "35588456400d69308c191b2489e8233302c7a41c5ecf92452831366733acc66c"; + sha256_unsigned = "e63289d96334138d34cedc8b7d1dfcf90af6c67e2a70848bc4ac926f25e87ec4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + model = "PogoPlug Series V3 (without mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-oxnas-ox820-cloudengines_pogoplugpro-initramfs-uImage"; + sha256 = "acae3e3ed5079c01e29f1203564a4b75bfa5c32fdc5e30db3ff496bc80fb6b2c"; + sha256_unsigned = "acae3e3ed5079c01e29f1203564a4b75bfa5c32fdc5e30db3ff496bc80fb6b2c"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "562c522a8ee383f739c5d1b76488ed955f4bdd3aaeefed9477bdff24539256f9"; + sha256_unsigned = "562c522a8ee383f739c5d1b76488ed955f4bdd3aaeefed9477bdff24539256f9"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "88f47d3c93dd72213359fdc345d8842be4565f24b99fa3350cbb013f6017fee7"; + sha256_unsigned = "afaa171b3ef7959aac221b0bf4c0b5ee9b15592794109fc25337bceac9e118d8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "9899a6f90a9030ca140a51bbb7b020e53ef61b3d626ef04cd3f823ef74d7bd0b"; + sha256_unsigned = "9899a6f90a9030ca140a51bbb7b020e53ef61b3d626ef04cd3f823ef74d7bd0b"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "304125d16dbe821e87148eaf42daae944208e81b9b14d955d49c322c99adb829"; + sha256_unsigned = "5d2e8c334f5da192daa419ba8dbc242fbaefbfe8ffb28ce02afd5e3b13067d32"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + model = "PogoPlug Pro (with mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "8d4b4dbf6a5af20256fcb98f3c004d8669eff62614a62dc894bd7ebc0460e615"; + sha256_unsigned = "fefec3c8bf3e1ef931c6d72f08b4ab76ba4308accf702a83df9e6d46c32652ce"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-oxnas-ox820-mitrastar_stg-212-initramfs-uImage"; + sha256 = "6dba6d973dcccf9b1a0bd4c4638d7c5f8973bb34ee1a1778ac77286ccdeb2bb4"; + sha256_unsigned = "6dba6d973dcccf9b1a0bd4c4638d7c5f8973bb34ee1a1778ac77286ccdeb2bb4"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "18c4e612f373a464b9a4a6e5b6d3701a1988ba7a2d195d7c61767f415f44eed1"; + sha256_unsigned = "18c4e612f373a464b9a4a6e5b6d3701a1988ba7a2d195d7c61767f415f44eed1"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "c5205d036813c563cb219d2b1a27346641e3712383b25228232e83f034a498c8"; + sha256_unsigned = "c5205d036813c563cb219d2b1a27346641e3712383b25228232e83f034a498c8"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "0e30bb8cd0cecd2c04b9a003a8539304c0152edd1f56714f57d3c6d18d51c20e"; + sha256_unsigned = "f248c6cc04c1c48793517040ad2b0d5a9a03ac94884f9f1fdbf34dc4222abcaf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + model = "STG-212"; + vendor = "MitraStar"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-ata-oxnas-sata" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-22.03.3-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-oxnas-ox820-shuttle_kd20-initramfs-uImage"; + sha256 = "cfc3a080f72c80386d3fed8c9607dba5fd1fd6850a77ae252d42001a21cfe0d4"; + sha256_unsigned = "cfc3a080f72c80386d3fed8c9607dba5fd1fd6850a77ae252d42001a21cfe0d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "e8f9162ede7dd146fdcdd78bf19af3e0777196149ebbad141763e0e45c33757e"; + sha256_unsigned = "d99016b88ec3af353a2c81ac852f159e25193614eee84545cea89597bdc4c79c"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "98ca7a995553286cf8083bf828aed91ecffd3925567a32bcd7eb3431023c9468"; + sha256_unsigned = "cd3f7eca4379feb717df07ebec70626fffcf8929dbc63664bc718422215b3b55"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "d57b2a14f631859e581998e223f18af9104954b434cd3eaa8317dd3088337f02"; + sha256_unsigned = "d57b2a14f631859e581998e223f18af9104954b434cd3eaa8317dd3088337f02"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.3-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "c609e5e6e14eb1b1c1e7295049c54afb02350d37ff9dba3b7581dbdce7c37291"; + sha256_unsigned = "c609e5e6e14eb1b1c1e7295049c54afb02350d37ff9dba3b7581dbdce7c37291"; + type = "ubinized"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + model = "KD20"; + vendor = "Shuttle"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "oxnas/ox820"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + img_creator-ci40 = { + device_packages = [ + "kmod-tpm-i2c-infineon" + "kmod-ca8210" + "wpan-tools" + ]; + image_prefix = "openwrt-22.03.3-pistachio-img_creator-ci40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-pistachio-img_creator-ci40-squashfs-factory.ubi"; + sha256 = "3a0f8e5331fa8de7d02bdd8055142cc6ffd93296c1129756ea0defb4dc9e4b7b"; + sha256_unsigned = "3a0f8e5331fa8de7d02bdd8055142cc6ffd93296c1129756ea0defb4dc9e4b7b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-pistachio-img_creator-ci40-squashfs-sysupgrade.tar"; + sha256 = "8b945e01677fb96ca0ca10f35d699f83f267b0b596844a60b2a647817587709f"; + sha256_unsigned = "8b945e01677fb96ca0ca10f35d699f83f267b0b596844a60b2a647817587709f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "img,creator-ci40" + ]; + titles = [ + { + model = "Creator Ci40 (VL-62899)"; + vendor = "Imagination Technologies"; + } + { + model = "Marduk board"; + vendor = "Imagination Technologies"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "pistachio/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aigale_ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-aigale_ai-br100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-aigale_ai-br100-squashfs-sysupgrade.bin"; + sha256 = "0e2b7b164ec0b212f4b69f3383135153f11ec98233dc48d51c5b1a1f6972dd8e"; + sha256_unsigned = "26a3225dcb253844fa16669f2177dd9b3486c735f7d9fe7bcdb9c5dbb44555cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-aigale_ai-br100-initramfs-kernel.bin"; + sha256 = "a7827412afbb04ba58a8b130492effeee4f40c135fc013da0c97fe1acf141a74"; + sha256_unsigned = "a7827412afbb04ba58a8b130492effeee4f40c135fc013da0c97fe1acf141a74"; + type = "kernel"; + } + ]; + supported_devices = [ + "aigale,ai-br100" + "ai-br100" + ]; + titles = [ + { + model = "Ai-BR100"; + vendor = "Aigale"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-alfa-network_ac1200rm-initramfs-kernel.bin"; + sha256 = "739e029b8b8966f6b47c3b5ee3af5f0ebcf16fe5c8f6bd242b93433461f104b2"; + sha256_unsigned = "739e029b8b8966f6b47c3b5ee3af5f0ebcf16fe5c8f6bd242b93433461f104b2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "90ddcb5ad7f4aa303b1adf55b2c346f879e31b4c257a811ef282d077225954a8"; + sha256_unsigned = "dad1c931bb6c6a7a15586e58a70f80719c4cc4efef5488db00285b93a1c116a6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + "ac1200rm" + ]; + titles = [ + { + model = "AC1200RM"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-alfa-network_r36m-e4g-initramfs-kernel.bin"; + sha256 = "226bb3dd3be9403b09f92e88c2d70c685328f2c4da9678606f42aa9f57e42d2d"; + sha256_unsigned = "226bb3dd3be9403b09f92e88c2d70c685328f2c4da9678606f42aa9f57e42d2d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "9e22da9f86d67c57f1b0a89ae4170911ac809bfaa42bc54ee8c02fcb1d00c8ee"; + sha256_unsigned = "69b235a345fbb73d55e088d473ceab7ba32c3a1f08e639a573677124b1fe8a46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + "r36m-e4g" + ]; + titles = [ + { + model = "R36M-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "a63625bce994ef21626ede0b67cb2a66720c246124e4cf82b4f6d371dc0878fd"; + sha256_unsigned = "024ae57409e38cd4057f19014aebbc8273e50763a19b4f7ffa9e5c1b67555194"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-alfa-network_tube-e4g-initramfs-kernel.bin"; + sha256 = "9731e0749aa6a5ebd3bfd3966185258618bcf854ad80100b1d59fb33638ae6bd"; + sha256_unsigned = "9731e0749aa6a5ebd3bfd3966185258618bcf854ad80100b1d59fb33638ae6bd"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + "tube-e4g" + ]; + titles = [ + { + model = "Tube-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-asus_rp-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-asus_rp-n53-squashfs-sysupgrade.bin"; + sha256 = "8abb98184e1d3c0047e2c77d38914bb730d982f9fea1543ffb8986eab12969b2"; + sha256_unsigned = "8d02792457eefc72955d9841a835e20f8367c1fe5fb02e8d25b65edc245c4177"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-asus_rp-n53-initramfs-kernel.bin"; + sha256 = "bbba6e9bf340cbfbb880d046df8054534553c33f5f1189470fa85149e16617d4"; + sha256_unsigned = "bbba6e9bf340cbfbb880d046df8054534553c33f5f1189470fa85149e16617d4"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rp-n53" + "rp-n53" + ]; + titles = [ + { + model = "RP-N53"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-asus_rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-asus_rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "eb31b3bd44da1fb339dca2d567250deae6360eb7ee5239015a361a0ec16a7b5e"; + sha256_unsigned = "0c1fab15070db7767a03f0d9b5559dcfb767220914780da68f77d331fd08f356"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-asus_rt-ac51u-initramfs-kernel.bin"; + sha256 = "0fb24af3bd7029d5965529f35fdfad8ee7543d777010fe3ccf710fb1bf8f4cdb"; + sha256_unsigned = "0fb24af3bd7029d5965529f35fdfad8ee7543d777010fe3ccf710fb1bf8f4cdb"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac51u" + "rt-ac51u" + ]; + titles = [ + { + model = "RT-AC51U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac54u = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-asus_rt-ac54u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-asus_rt-ac54u-squashfs-sysupgrade.bin"; + sha256 = "bb4189b78781db572f601bb2443287efdf25ec2f7a88b9400650ce286a18c9da"; + sha256_unsigned = "a62efcedcba058ebe9cebe973c0dd414967ed4c249dc6142d1bb514bbe1ad4ea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-asus_rt-ac54u-initramfs-kernel.bin"; + sha256 = "10c569ed3b136cc726adce467e8eec0a1bbed8cbec0af7b8346e8a3867032a0a"; + sha256_unsigned = "10c569ed3b136cc726adce467e8eec0a1bbed8cbec0af7b8346e8a3867032a0a"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac54u" + ]; + titles = [ + { + model = "RT-AC54U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-asus_rt-n12p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-asus_rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "9b34113258cf9ca309aa41de9971cfad5c68b7fd3ec50647ba92ec1aad2dc46a"; + sha256_unsigned = "f551e7d4842335c3fc7f7edddd5fe7cf500e930a14e85932e255db29538bfd98"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-asus_rt-n12p-initramfs-kernel.bin"; + sha256 = "3577f467d930186737c74de5f150f0760d2237f97ae01cdc3cd1c2daaf00774f"; + sha256_unsigned = "3577f467d930186737c74de5f150f0760d2237f97ae01cdc3cd1c2daaf00774f"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n12p" + "rt-n12p" + ]; + titles = [ + { + model = "RT-N11P/RT-N12+/RT-N12Eb1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-asus_rt-n14u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-asus_rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "f90bda4ff1bf8d6b6e8f0348b7edb96af9aa9e4818e11782fa886a48c66d45c6"; + sha256_unsigned = "305eef309da71e696bbafee2d501c11aa5aea1588433628bf9f7a7098b5648f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-asus_rt-n14u-initramfs-kernel.bin"; + sha256 = "bf42548cd3de1eacc534e044875c1e8c24d801f8793b3c7c36466aa6b7291649"; + sha256_unsigned = "bf42548cd3de1eacc534e044875c1e8c24d801f8793b3c7c36466aa6b7291649"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n14u" + "rt-n14u" + ]; + titles = [ + { + model = "RT-N14u"; + vendor = "Asus"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-bdcom_wap2100-sk-initramfs-kernel.bin"; + sha256 = "33fbcf6beba23985b39794fe600f20e4ac906f8a40379d7609c060c4140f7cde"; + sha256_unsigned = "33fbcf6beba23985b39794fe600f20e4ac906f8a40379d7609c060c4140f7cde"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "4fcfd4d89f064997d52534f93955c568ce78db80675e0b46741647113a5250d3"; + sha256_unsigned = "5331e03425885655b438b1e92079b3ce061d19bff11ba5e0d1a07ff6c6ef2270"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + model = "WAP2100-SK (ZTE ZXECS EBG3130)"; + vendor = "BDCOM"; + } + ]; + }; + buffalo_whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-buffalo_whr-1166d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-buffalo_whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "98d6aa8762d12c1aae9113e76c5f35842b673d7fa1ba189e4cd081f4fdd5fc4d"; + sha256_unsigned = "44153e5855632f09860ca5ddbecac8fa0d89f6446d864880d4fdb221e2ddb738"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-buffalo_whr-1166d-initramfs-kernel.bin"; + sha256 = "0438d2ff43374d643372cf2466426d8ae39d1f979c98cf5b573eade805ee3c1d"; + sha256_unsigned = "0438d2ff43374d643372cf2466426d8ae39d1f979c98cf5b573eade805ee3c1d"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-1166d" + "whr-1166d" + ]; + titles = [ + { + model = "WHR-1166D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-buffalo_whr-300hp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-buffalo_whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "91088128657a318cab1b8eb9e33b2e99f2ae4a4b5e2bede99e438d74eea527e5"; + sha256_unsigned = "9d1e3895475d0aeea6c64d9528b36780d02c6ff332b268741ab9c60d87155344"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-buffalo_whr-300hp2-initramfs-kernel.bin"; + sha256 = "ae199e77e0c28f21fa301f7640f9990cb4bb99d975d2133186cbc3dc34c54df5"; + sha256_unsigned = "ae199e77e0c28f21fa301f7640f9990cb4bb99d975d2133186cbc3dc34c54df5"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-300hp2" + "whr-300hp2" + ]; + titles = [ + { + model = "WHR-300HP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-buffalo_whr-600d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-buffalo_whr-600d-initramfs-kernel.bin"; + sha256 = "5aed5c78715d7979335ebde8e24fcfeee89ebc04c7063c3d270546d63c80a4ce"; + sha256_unsigned = "5aed5c78715d7979335ebde8e24fcfeee89ebc04c7063c3d270546d63c80a4ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-buffalo_whr-600d-squashfs-sysupgrade.bin"; + sha256 = "0f98142feb80d35760296784be5d12453a99f8fc7d28e98b7aa2420fb1b58e44"; + sha256_unsigned = "4ca84a5ad19630f426a03e35ffda82f99531ceef4a48a7774e9a252c116c961e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-600d" + "whr-600d" + ]; + titles = [ + { + model = "WHR-600D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-buffalo_wmr-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-buffalo_wmr-300-squashfs-sysupgrade.bin"; + sha256 = "f81aef5855fff696b73252758a99e4402013f6d9161969d36a31107d5e2d0956"; + sha256_unsigned = "5456daad9c56dbf3d0ec5ed5e8626ec09fd56413e2df151fdcbcf10968e74f3b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-buffalo_wmr-300-initramfs-kernel.bin"; + sha256 = "5afcf9885eb8f8d489624abe7851c00c406455911288fac44423fa7d57f1436e"; + sha256_unsigned = "5afcf9885eb8f8d489624abe7851c00c406455911288fac44423fa7d57f1436e"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wmr-300" + "wmr-300" + ]; + titles = [ + { + model = "WMR-300"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-comfast_cf-wr800n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-comfast_cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "e6c400f32320f7bd04965ca75dcc86394827f8ccb2808c619f96b37910fba16e"; + sha256_unsigned = "f64ce80f241db2f26b3ea91b36fda6342acb60b3f34c79348c5c8190dac96338"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-comfast_cf-wr800n-initramfs-kernel.bin"; + sha256 = "2b6f438757d02052c69128ff23ad5fb8f02d92fbafb5d28ef5bae0eda85f3032"; + sha256_unsigned = "2b6f438757d02052c69128ff23ad5fb8f02d92fbafb5d28ef5bae0eda85f3032"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr800n" + "cf-wr800n" + ]; + titles = [ + { + model = "CF-WR800N"; + vendor = "Comfast"; + } + ]; + }; + dlink_dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-dlink_dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dch-m225-squashfs-factory.bin"; + sha256 = "2ada4d36cfd90b79c22eb99c3c8c8aa99752341c686f821aaad1be0888aeaa29"; + sha256_unsigned = "2ada4d36cfd90b79c22eb99c3c8c8aa99752341c686f821aaad1be0888aeaa29"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dch-m225-squashfs-sysupgrade.bin"; + sha256 = "a9957fce9e5efbf72a02ce9800a0a7bd11505c3f1f7e208ee43240d0e5723f17"; + sha256_unsigned = "5393c0fbab609eb449ddd5f21176fb094434423c6f91a2253095ce1df4a813c1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dch-m225-initramfs-kernel.bin"; + sha256 = "754a4ee3f33ca635dd2c42a4ddd65a5b382fc4aa148c5f219f3ed751f89f6df1"; + sha256_unsigned = "754a4ee3f33ca635dd2c42a4ddd65a5b382fc4aa148c5f219f3ed751f89f6df1"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dch-m225" + "dch-m225" + ]; + titles = [ + { + model = "DCH-M225"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "007117a0186c7534b6818cf9b4e3067f086a29c364fc4907746b104b2ed8eb7c"; + sha256_unsigned = "ccc16958e04b5321d96fb2d90385f6e40a90f6818e06d5bb32a3bd94edb8d80f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "dd729cd2d2e0d8f73eadca78d3c4b3d0c9658d01f34393bb1d60f74dcfb49fc2"; + sha256_unsigned = "dd729cd2d2e0d8f73eadca78d3c4b3d0c9658d01f34393bb1d60f74dcfb49fc2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dir-510l-initramfs-kernel.bin"; + sha256 = "593928338d71caec51b04b9d5b8d919125e00b2f193938f1c6158b02267d8655"; + sha256_unsigned = "593928338d71caec51b04b9d5b8d919125e00b2f193938f1c6158b02267d8655"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + model = "DIR-510L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-dlink_dir-810l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dir-810l-initramfs-kernel.bin"; + sha256 = "0e8012c2df3c457ed4618220bda8bab76c9a99dc93287601fb4db23cbe9dc57e"; + sha256_unsigned = "0e8012c2df3c457ed4618220bda8bab76c9a99dc93287601fb4db23cbe9dc57e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dir-810l-squashfs-sysupgrade.bin"; + sha256 = "404489d6ee65b3872bab59bafbbaeb11b821c6c5d8282457fe121e46f8ab3f0b"; + sha256_unsigned = "b76639ee04d8f73579be5f772729318af992ba1112295e667997666d3cc9fb95"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-810l" + "dir-810l" + ]; + titles = [ + { + model = "DIR-810L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-116-a1-initramfs-kernel.bin"; + sha256 = "d0c259d9149208d9b5345b0691763bccb403c6f9edad69ccbd9120cc9df7a438"; + sha256_unsigned = "d0c259d9149208d9b5345b0691763bccb403c6f9edad69ccbd9120cc9df7a438"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "3107eee29db10d704c918a75fb1bff8a91b10d1233a8a4ad14e0377405f4012a"; + sha256_unsigned = "3107eee29db10d704c918a75fb1bff8a91b10d1233a8a4ad14e0377405f4012a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "f7492df1ec66b3bd0c7667d9a7625cdba2dc93cc874ef0dc8199e9a7b03c3c91"; + sha256_unsigned = "9ded186c3da36f81d6f7ca6e1afbd1a1833cfb2aa40c185801d9046336d260bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + model = "DWR-116"; + variant = "A1/A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "4d2f0c6a9610351cdde89b9ffb8fd1c6416277955d80a23a4b13f38b4967d950"; + sha256_unsigned = "6d0bbd25c7eb34b5b6c45b4fc8c48a8812c40f9d48c21f7c78b5cd01ce4df753"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "5f002c00508d0610e1a32043a830fea10e26c28ec82dcc23aa7f18bf1127c5f0"; + sha256_unsigned = "5f002c00508d0610e1a32043a830fea10e26c28ec82dcc23aa7f18bf1127c5f0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-118-a1-initramfs-kernel.bin"; + sha256 = "4c84a1b2ef0f01777e5110ed8649168b902265aa218268ef4bfd3dfcc7e1ae0e"; + sha256_unsigned = "4c84a1b2ef0f01777e5110ed8649168b902265aa218268ef4bfd3dfcc7e1ae0e"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-118-a2-initramfs-kernel.bin"; + sha256 = "3574275364780e308718c358cf75d3d4a52d4f4fc8a27d417e707fdf7dbaad78"; + sha256_unsigned = "3574275364780e308718c358cf75d3d4a52d4f4fc8a27d417e707fdf7dbaad78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "c11aa32bbfb7bf93e2376902b3aac5be788d82a17d664aec35b3d885c2cff8f1"; + sha256_unsigned = "c11aa32bbfb7bf93e2376902b3aac5be788d82a17d664aec35b3d885c2cff8f1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "2ef45402c9fb1a9e2c59168a17503942743f1dac6729770bddfb95bc9ee64aab"; + sha256_unsigned = "06b501dfd4c4a232e7f6c6ccd7bf6f7212b7534905833fa5e227c7102851f764"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "86a75e11500858ad2ae5606d0f9997c046a1ce77cc20378c98eb431c1233f7c4"; + sha256_unsigned = "2c80bc5d7360c0675844531ab31957404187c9c11dc9ab2b022e621309d4e0c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-921-c1-initramfs-kernel.bin"; + sha256 = "3eacd7514b2846f18b6100c3886f4563760a46ac6d5a3c9b3e2d317f7295e5ac"; + sha256_unsigned = "3eacd7514b2846f18b6100c3886f4563760a46ac6d5a3c9b3e2d317f7295e5ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "d38cf14b24d807dc3230c37f949f2d7a3d1454988f7414fcc39784c077196fda"; + sha256_unsigned = "d38cf14b24d807dc3230c37f949f2d7a3d1454988f7414fcc39784c077196fda"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-921-c3-initramfs-kernel.bin"; + sha256 = "3eacd7514b2846f18b6100c3886f4563760a46ac6d5a3c9b3e2d317f7295e5ac"; + sha256_unsigned = "3eacd7514b2846f18b6100c3886f4563760a46ac6d5a3c9b3e2d317f7295e5ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "03032ed0d749db3f6ba06474fb858125326beed70b0433e0b4d243ba185750f2"; + sha256_unsigned = "8d9df41c15e8dfa68cbb42cd2d74aaf81404fbf3355e712e937fda9776ac41dd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "6e701e03dcaec33013ba1a5e9881f09a4cc5fe0b997edf317296758a2dd5240b"; + sha256_unsigned = "6e701e03dcaec33013ba1a5e9881f09a4cc5fe0b997edf317296758a2dd5240b"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "90de3f0c7bdb8962a6308e9430637e68c0d4f1d80ec5b202ba0698df420f2f73"; + sha256_unsigned = "90de3f0c7bdb8962a6308e9430637e68c0d4f1d80ec5b202ba0698df420f2f73"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "f0d1e623f5c5b9de3fadd50990d7fc83def6590361bb30f2a33057b1e8548f6f"; + sha256_unsigned = "8c3633842184f46819a1272b044c20a54eefa2bc4dd8cb822d5a558c224f8fd8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-922-e2-initramfs-kernel.bin"; + sha256 = "53cd0594dfdbe1824165b7c5e5dbceacff1009e218507703afb7476424be7cf1"; + sha256_unsigned = "53cd0594dfdbe1824165b7c5e5dbceacff1009e218507703afb7476424be7cf1"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + model = "DWR-922"; + variant = "E2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-960 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-960"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-960-squashfs-sysupgrade.bin"; + sha256 = "fab3219847e90655f192d0ae1e797c4b8bdf40b836082b38af02fe6a93294d14"; + sha256_unsigned = "5494c4fa4a4b8f9e45904c7d2a349a6ff56c71bf4c3ad80c4cf343c7dc118467"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-960-squashfs-factory.bin"; + sha256 = "4b3367becb3277dbbf537042ddfbc6b90fbc1a8faf31d47e3fab4b2fcaa11ece"; + sha256_unsigned = "4b3367becb3277dbbf537042ddfbc6b90fbc1a8faf31d47e3fab4b2fcaa11ece"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-960-initramfs-kernel.bin"; + sha256 = "787aeb0eeaf19c41d8d8ae3b0881445f57c0d4f71049a0c557a85b06c4372b8e"; + sha256_unsigned = "787aeb0eeaf19c41d8d8ae3b0881445f57c0d4f71049a0c557a85b06c4372b8e"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-960" + ]; + titles = [ + { + model = "DWR-960"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-961-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-961-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-961-a1-initramfs-kernel.bin"; + sha256 = "716ede36fa535ccd822e90e8acd845103a1e35703ed335f99ffbc1baf0375cf2"; + sha256_unsigned = "716ede36fa535ccd822e90e8acd845103a1e35703ed335f99ffbc1baf0375cf2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-961-a1-squashfs-sysupgrade.bin"; + sha256 = "519a6fe87df461063296e78f4384ec1d48020933c3c703f49fa265eac7061828"; + sha256_unsigned = "c326e07702082035c7b28b7ea262c760b4fcee7dc4730cbf6ca03de5e654ed91"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dlink_dwr-961-a1-squashfs-factory.bin"; + sha256 = "5ffad057d04739b279e32f48f5283dec4a9caf57bc6f55eccd82f23682ec547b"; + sha256_unsigned = "5ffad057d04739b279e32f48f5283dec4a9caf57bc6f55eccd82f23682ec547b"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-961-a1" + ]; + titles = [ + { + model = "DWR-961"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + domywifi_dm202 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-domywifi_dm202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-domywifi_dm202-squashfs-sysupgrade.bin"; + sha256 = "d6bd60be57cec7ef3ec8c7973f972e20ba83513185a67c625420a94717436351"; + sha256_unsigned = "1ecf912db31afafa58e33ce42c4364db94d899d2f3f45dde8ec1462bdff3e50d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-domywifi_dm202-initramfs-kernel.bin"; + sha256 = "c1d5d0e7f819160d1d13a752b1286a19ccd91cf819a3f65a8267de5570d614e4"; + sha256_unsigned = "c1d5d0e7f819160d1d13a752b1286a19ccd91cf819a3f65a8267de5570d614e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dm202" + ]; + titles = [ + { + model = "DM202"; + vendor = "DomyWifi"; + } + ]; + }; + domywifi_dm203 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-domywifi_dm203"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-domywifi_dm203-squashfs-sysupgrade.bin"; + sha256 = "e074dee1ddcdef0e3e2baefa3f8e86c8208fe3e2044f601045297a38500f9f70"; + sha256_unsigned = "cf7d45ff8726e0661725ab52810f2087c45ab6077479e3076311a51cbaf4e855"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-domywifi_dm203-initramfs-kernel.bin"; + sha256 = "412645f8b174ae36ad298a57a23a40fe1c02274d2549d8d450ea6d2b4ffda8bd"; + sha256_unsigned = "412645f8b174ae36ad298a57a23a40fe1c02274d2549d8d450ea6d2b4ffda8bd"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dm203" + ]; + titles = [ + { + model = "DM203"; + vendor = "DomyWifi"; + } + ]; + }; + domywifi_dw22d = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-domywifi_dw22d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-domywifi_dw22d-initramfs-kernel.bin"; + sha256 = "bc203cd5160b2567ec1c96fea57e9eceecd3ee67f7a0faf493984381b3293fe9"; + sha256_unsigned = "bc203cd5160b2567ec1c96fea57e9eceecd3ee67f7a0faf493984381b3293fe9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-domywifi_dw22d-squashfs-sysupgrade.bin"; + sha256 = "9796cc03e6b82472e50b285c0ffacd209f2479eaf9751b0f00690e93c4c366f2"; + sha256_unsigned = "268fa626f2f009fee29a759a8a2fbb00b701d8b141f6c6c24b4c7bdb6dd86020"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "domywifi,dw22d" + ]; + titles = [ + { + model = "DW22D"; + vendor = "DomyWifi"; + } + ]; + }; + dovado_tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-dovado_tiny-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-dovado_tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "7f30a1b381034df9ef36ce43e8f83db09dd88c6a77b09ecd720f0356c9d4fe7c"; + sha256_unsigned = "6d86b84c12f2cad80b1134f47cbe8868dae6ca0944ed8fc08be4fd486eda0a43"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-dovado_tiny-ac-initramfs-kernel.bin"; + sha256 = "7e861380acbc6c46dc324627026cb17f26f2808ed540d2c8cb39a0e89b044670"; + sha256_unsigned = "7e861380acbc6c46dc324627026cb17f26f2808ed540d2c8cb39a0e89b044670"; + type = "kernel"; + } + ]; + supported_devices = [ + "dovado,tiny-ac" + "tiny-ac" + ]; + titles = [ + { + model = "Tiny AC"; + vendor = "Dovado"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-edimax_br-6478ac-v2-initramfs-kernel.bin"; + sha256 = "6e4ce09c1763b93235f79541131fd25191d984cb3fda54dddc1c8e4d535a8c90"; + sha256_unsigned = "6e4ce09c1763b93235f79541131fd25191d984cb3fda54dddc1c8e4d535a8c90"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "200c3a23f5ad2187e8368ab877833698e3a23cc17c854b0f59b3d405e16e4b43"; + sha256_unsigned = "fa172ca9c54825fbe4f2f35726153116359864561778d38a08426dd725c65a44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + model = "BR-6478AC"; + variant = "V2"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7476rpc = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-edimax_ew-7476rpc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-edimax_ew-7476rpc-squashfs-sysupgrade.bin"; + sha256 = "919882fc92b7b44005de3e42e408c84230d7754425129567a847b37de7666eeb"; + sha256_unsigned = "b3ee576b8e116bca8452d1f1739facf8af4578341c3468b3c04108675611a86e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-edimax_ew-7476rpc-initramfs-kernel.bin"; + sha256 = "5f2e63962f88348d5422877188cfa4ef3bd077eeeaa44653e70a0d9620eef0b6"; + sha256_unsigned = "5f2e63962f88348d5422877188cfa4ef3bd077eeeaa44653e70a0d9620eef0b6"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7476rpc" + ]; + titles = [ + { + model = "EW-7476RPC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478ac = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-edimax_ew-7478ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-edimax_ew-7478ac-squashfs-sysupgrade.bin"; + sha256 = "36b6e999d7ce0c663825e5aa338bbd37d9c6beab7c04b6994cc2a1b07472e847"; + sha256_unsigned = "d031e20e37f361a6e215058d359c41a02ede1ffcbf025c492c9c206298919dda"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-edimax_ew-7478ac-initramfs-kernel.bin"; + sha256 = "baf12bdda6f3f99b8fb87c5ad220ca9b59404ddf6a0dbc036b4093e38bee795d"; + sha256_unsigned = "baf12bdda6f3f99b8fb87c5ad220ca9b59404ddf6a0dbc036b4093e38bee795d"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478ac" + ]; + titles = [ + { + model = "EW-7478AC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478apc = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-edimax_ew-7478apc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-edimax_ew-7478apc-squashfs-sysupgrade.bin"; + sha256 = "bf72f9dc0f175e40613fa1c06a4618dbee3c4e6d057fb7b71370e19857120f27"; + sha256_unsigned = "110ecea1ab7da9c6dcb1f8eda23a5fb750acf8ca01aa10e95d9efd722b7674b6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-edimax_ew-7478apc-initramfs-kernel.bin"; + sha256 = "7b7256deb3b161875c104c3912631c225d99ead3c6dc1544c883eb3b2d8da1e8"; + sha256_unsigned = "7b7256deb3b161875c104c3912631c225d99ead3c6dc1544c883eb3b2d8da1e8"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478apc" + ]; + titles = [ + { + model = "EW-7478APC"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-elecom_wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-elecom_wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "7d39136ccafcaf7274091302acafee25817f06d92399dea65c747b1c495d9480"; + sha256_unsigned = "774fdcfdf04e7622bbe9787d818c82d20e4ab6cc43d7e7072d743e9042d2aae4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-elecom_wrh-300cr-initramfs-kernel.bin"; + sha256 = "67f17732be9483bc1821faa3275cdb642d4780e420a3b3ca8048db1880abecae"; + sha256_unsigned = "67f17732be9483bc1821faa3275cdb642d4780e420a3b3ca8048db1880abecae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-elecom_wrh-300cr-squashfs-factory.bin"; + sha256 = "ac4fd43afe9a6b7cb1ff3e66494ccb7c95967dfdf98b3a8bb779b026c06ceee0"; + sha256_unsigned = "ac4fd43afe9a6b7cb1ff3e66494ccb7c95967dfdf98b3a8bb779b026c06ceee0"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrh-300cr" + "wrh-300cr" + ]; + titles = [ + { + model = "WRH-300CR"; + vendor = "Elecom"; + } + ]; + }; + engenius_esr600 = { + device_packages = [ + "kmod-rt2800-pci" + "kmod-usb-storage" + "kmod-usb-ohci" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-engenius_esr600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-engenius_esr600-squashfs-factory.dlf"; + sha256 = "950ae109d34273021b79b38cdbc7aaa8debdfec41a20d9d4d909c46405112547"; + sha256_unsigned = "950ae109d34273021b79b38cdbc7aaa8debdfec41a20d9d4d909c46405112547"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-engenius_esr600-initramfs-kernel.bin"; + sha256 = "ba18ccd205a32d8bb051cb4a1ea6d759a91c3800f712e57d6daa79c987ad4aed"; + sha256_unsigned = "ba18ccd205a32d8bb051cb4a1ea6d759a91c3800f712e57d6daa79c987ad4aed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-engenius_esr600-squashfs-sysupgrade.bin"; + sha256 = "a34a9fe916e7f8df9aa8c2941896d265e3aac2c2b87c0456a9677805a342cf23"; + sha256_unsigned = "89c5c7abe247a79c6d309c9a322a882ded57a85f6bdc52b48b69793965a88a52"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,esr600" + ]; + titles = [ + { + model = "ESR600"; + vendor = "EnGenius"; + } + ]; + }; + fon_fon2601 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-fon_fon2601"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-fon_fon2601-squashfs-sysupgrade.bin"; + sha256 = "1f27a43b99efbfca951ec1b454368faf334122c892a65e12a91dd84571928f25"; + sha256_unsigned = "8b276aadbe4f00986b6edde4d2ca259839b43f926ba629987d5a2e54f0d154e6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-fon_fon2601-initramfs-kernel.bin"; + sha256 = "79d1b77e4d75d1d43832f0c0aec60608e6e2d69642bf28ee3d4ccc4d14b643fd"; + sha256_unsigned = "79d1b77e4d75d1d43832f0c0aec60608e6e2d69642bf28ee3d4ccc4d14b643fd"; + type = "kernel"; + } + ]; + supported_devices = [ + "fon,fon2601" + ]; + titles = [ + { + model = "FON2601"; + vendor = "Fon"; + } + ]; + }; + glinet_gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-glinet_gl-mt300a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "aecb2fa3c863ab1a03920badb0c6ed13154047aabceced86d06f56d796f125e8"; + sha256_unsigned = "f8d8fd08d0ef972ab2cec16816046a20b1a03376c6c2b745a56bd72aecca61a5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-glinet_gl-mt300a-initramfs-kernel.bin"; + sha256 = "f8d82e8cc0f3be3e0d57cc667c724b64c0da9c0ce7b293b8efa67b4a48c4e7fb"; + sha256_unsigned = "f8d82e8cc0f3be3e0d57cc667c724b64c0da9c0ce7b293b8efa67b4a48c4e7fb"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300a" + "gl-mt300a" + ]; + titles = [ + { + model = "GL-MT300A"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-glinet_gl-mt300n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-glinet_gl-mt300n-initramfs-kernel.bin"; + sha256 = "d0b342ab262c725ded57d939d6981ac97b5352b7df20efa454a2e1f6998b52c7"; + sha256_unsigned = "d0b342ab262c725ded57d939d6981ac97b5352b7df20efa454a2e1f6998b52c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-glinet_gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "9d0cbdcb27857b1806b469f02a58acc216fdc81a9e64a56fb4cc26358c7e539f"; + sha256_unsigned = "a83c07cedfef2306480a3320cf38e54372dc674432fd23c72ddccec7d18fbe3a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n" + "gl-mt300n" + ]; + titles = [ + { + model = "GL-MT300N"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-glinet_gl-mt750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-glinet_gl-mt750-initramfs-kernel.bin"; + sha256 = "7e2b89041c0cbfe47a91ca62b010c74fccc0b0fc5ab594dac13cef62a97c5db8"; + sha256_unsigned = "7e2b89041c0cbfe47a91ca62b010c74fccc0b0fc5ab594dac13cef62a97c5db8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "4daa486d504345f844976f57ccd4b05a3f76a3bb8858bd8ab9b1c17f81a9963b"; + sha256_unsigned = "9763d8a096dfca834640ae7146fb9411187f3f4ed1f6cbbb013e980ee2afc3ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt750" + "gl-mt750" + ]; + titles = [ + { + model = "GL-MT750"; + vendor = "GL.iNet"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "a8fba3adf1f56b91044ed9eaeb9f9f612e321ab10d73b774da6c1a805bff6345"; + sha256_unsigned = "c8547424d4863bd3d182893539b455cd21613f1c601e5e664596f6c50217ce67"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-head-weblink_hdrm200-initramfs-kernel.bin"; + sha256 = "111b2927a885fb66e63155c70395018c95ed365a0d2baa4c887a67c794fd6fae"; + sha256_unsigned = "111b2927a885fb66e63155c70395018c95ed365a0d2baa4c887a67c794fd6fae"; + type = "kernel"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + model = "HDRM2000"; + vendor = "Head Weblink"; + } + ]; + }; + hiwifi_hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-hiwifi_hc5661"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"; + sha256 = "70e0a2e859a53588961f138a14fa0f3bf84041c5a00e61704df1befb450e5d16"; + sha256_unsigned = "4f24b3cd7aa33b1589cd2e760ca388af68196c081f5edef2027d9b05493dc9c2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-hiwifi_hc5661-initramfs-kernel.bin"; + sha256 = "e1bf256aca6c35708e5b23990e6e37c4a13dc02c63dc07d64fb8167a108d7ced"; + sha256_unsigned = "e1bf256aca6c35708e5b23990e6e37c4a13dc02c63dc07d64fb8167a108d7ced"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5661" + "hc5661" + ]; + titles = [ + { + model = "HC5661"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-hiwifi_hc5761"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"; + sha256 = "94d42aa37fcd00d63ba8b17c06d99454d7b1e16ac33e1f18d58acd18d868d431"; + sha256_unsigned = "8320b30e5b0cdff5d895d561229b35fa6e485f8d8bd590a30f69c9ec7c7ce027"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-hiwifi_hc5761-initramfs-kernel.bin"; + sha256 = "9804b131c3a8f40f288199864e8131425faec2ef5d1313873bef81560d92b20d"; + sha256_unsigned = "9804b131c3a8f40f288199864e8131425faec2ef5d1313873bef81560d92b20d"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5761" + "hc5761" + ]; + titles = [ + { + model = "HC5761"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-hiwifi_hc5861"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"; + sha256 = "c81f2d3ed5f4847620f66a4944cfd41a5abfa677fe2c086e6786ab1848bf7daf"; + sha256_unsigned = "4ee65ed71bd5d66931614684c38964a3d3bd85937e26083435b971825b7c2a3a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-hiwifi_hc5861-initramfs-kernel.bin"; + sha256 = "ecb35914117d36a433aa715bc08665ea43a3c1280df165fe1219ea81fbbc964e"; + sha256_unsigned = "ecb35914117d36a433aa715bc08665ea43a3c1280df165fe1219ea81fbbc964e"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861" + "hc5861" + ]; + titles = [ + { + model = "HC5861"; + vendor = "HiWiFi"; + } + ]; + }; + hnet_c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-hnet_c108"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-hnet_c108-squashfs-sysupgrade.bin"; + sha256 = "fc11c80536941e023e730f1ab37262727a823989e15bc12896fc255dd65417c9"; + sha256_unsigned = "16c69bac23d8bd01f8bdea54c1fad510e2ec2ee3d2604c3e3b8af7584233ae62"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-hnet_c108-initramfs-kernel.bin"; + sha256 = "9fd801df01ba382374e027a99c2dd6718b343b6e9ad8a7106dfec653915d4fd7"; + sha256_unsigned = "9fd801df01ba382374e027a99c2dd6718b343b6e9ad8a7106dfec653915d4fd7"; + type = "kernel"; + } + ]; + supported_devices = [ + "hnet,c108" + "c108" + ]; + titles = [ + { + model = "C108"; + vendor = "HNET"; + } + ]; + }; + hootoo_ht-tm05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-hootoo_ht-tm05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-hootoo_ht-tm05-squashfs-rootfs.bin"; + sha256 = "e436ed1aa7f32112b79daefdcf2fd9f944fecaeefb23021b183930c770807e38"; + sha256_unsigned = "e436ed1aa7f32112b79daefdcf2fd9f944fecaeefb23021b183930c770807e38"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-hootoo_ht-tm05-squashfs-kernel.bin"; + sha256 = "b4673e1e9a9b7ffb0925773a9404ce5ee6cfdcbc77a767acb6b6fde3514bde89"; + sha256_unsigned = "b4673e1e9a9b7ffb0925773a9404ce5ee6cfdcbc77a767acb6b6fde3514bde89"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-hootoo_ht-tm05-initramfs-kernel.bin"; + sha256 = "028550ca0ce66cd776f8d54da302de4f0a0fa890dd00cbf1dd5732b12cd1ae35"; + sha256_unsigned = "028550ca0ce66cd776f8d54da302de4f0a0fa890dd00cbf1dd5732b12cd1ae35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-hootoo_ht-tm05-squashfs-sysupgrade.bin"; + sha256 = "d70e41581f056eb0187495ea77ed44e1ec1abcd9b5a076aa172636db079aff3c"; + sha256_unsigned = "e0de093c90b296834b6e815612ba1a303f96f19b56be8c041e8f4ef77946f4da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hootoo,ht-tm05" + ]; + titles = [ + { + model = "HT-TM05"; + vendor = "HooToo"; + } + ]; + }; + humax_e2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-humax_e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-humax_e2-squashfs-sysupgrade.bin"; + sha256 = "d4e96a0c7ba759738a4d04e4cbe3a069b5c4cb0f2edc9618d559c385fc731323"; + sha256_unsigned = "1854948bd24cb679d4d48cbc617a6fd6c595b47786bac26aa9bbc9ed8e8117d0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-humax_e2-initramfs-kernel.bin"; + sha256 = "ca9fc6f4b20e371b98a867752932e59549dcb05f47bd408d2cf4a90deaaab484"; + sha256_unsigned = "ca9fc6f4b20e371b98a867752932e59549dcb05f47bd408d2cf4a90deaaab484"; + type = "kernel"; + } + ]; + supported_devices = [ + "humax,e2" + ]; + titles = [ + { + model = "E2"; + vendor = "HUMAX"; + } + { + model = "QUANTUM E2"; + vendor = "HUMAX"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-iodata_wn-ac1167gr-initramfs-kernel.bin"; + sha256 = "8b3b89a8db86b1ca76eb1783458be1d654ee8ad18b194f4e4fd0b3767422eb09"; + sha256_unsigned = "8b3b89a8db86b1ca76eb1783458be1d654ee8ad18b194f4e4fd0b3767422eb09"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "07de1a026e05255c9ff627e233c18181336802bea939bcb87a946e72b81faf0a"; + sha256_unsigned = "07de1a026e05255c9ff627e233c18181336802bea939bcb87a946e72b81faf0a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "71321c2b21f11976fcee66e17486b324985ce9eb83005042b7d97400681975f7"; + sha256_unsigned = "84c3061846e5ee384f54f30ca166576fdce796ed003f2c7afa91f67d4c90a8ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + model = "WN-AC1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "5fe8df5e03e8b1ef6446c4241125719424277576d507a75f7df59dcc3f7d3c0e"; + sha256_unsigned = "8a9360eb2692371ba071d8c6a9a81a5a27636e3773c4febc3d1ff7b0dfa3a61b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-iodata_wn-ac733gr3-initramfs-kernel.bin"; + sha256 = "9175199746e110953b21f6b3d988be29cc406793f744af6c2aeb92e7daf4d921"; + sha256_unsigned = "9175199746e110953b21f6b3d988be29cc406793f744af6c2aeb92e7daf4d921"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "4c1cfe7b208ee6699a3bc62288cd9247bb2e2da8fd04dd913436a60915eca44a"; + sha256_unsigned = "4c1cfe7b208ee6699a3bc62288cd9247bb2e2da8fd04dd913436a60915eca44a"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + model = "WN-AC733GR3"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a1004ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-iptime_a1004ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-iptime_a1004ns-squashfs-sysupgrade.bin"; + sha256 = "432935b58ebe2fd10c158325e2faa7afcf81124753b6f7d15b94cb7714f40e1e"; + sha256_unsigned = "df5b7c48845a72299c6674cec9de8c434a5abb23da74f0e676f1d2511d338ba8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-iptime_a1004ns-initramfs-kernel.bin"; + sha256 = "ce43edfc48dd412958bd7527a045ec1d1c27a9557ba9ce52aaaacc6a556ffb4c"; + sha256_unsigned = "ce43edfc48dd412958bd7527a045ec1d1c27a9557ba9ce52aaaacc6a556ffb4c"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a1004ns" + ]; + titles = [ + { + model = "A1004ns"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a104ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-iptime_a104ns"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-iptime_a104ns-initramfs-kernel.bin"; + sha256 = "0544b53ab21b98790ddcd9ed47f016420f84ba3c8281723fe9039ac77f902044"; + sha256_unsigned = "0544b53ab21b98790ddcd9ed47f016420f84ba3c8281723fe9039ac77f902044"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-iptime_a104ns-squashfs-sysupgrade.bin"; + sha256 = "853bf34d30e28e36c6185dfa381dfbeb57dd35ccacdd14595de5a85a30de1150"; + sha256_unsigned = "d4f7bde38d258e6f72ad1bfd626a1e45ecba7dcfbfb48fb6cbe104b0ac739093"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a104ns" + ]; + titles = [ + { + model = "A104ns"; + vendor = "ipTIME"; + } + ]; + }; + kimax_u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-kimax_u25awf-h1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-kimax_u25awf-h1-initramfs-kernel.bin"; + sha256 = "d1ac0a347f74f8f1b033752cfeef9b1f186245da5f621cc0f65313ba6b3534e8"; + sha256_unsigned = "d1ac0a347f74f8f1b033752cfeef9b1f186245da5f621cc0f65313ba6b3534e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-kimax_u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "9a7ec19316c070e998726aaebb686e668a87cb4c5aa4129664a58d5e36873fbb"; + sha256_unsigned = "3c6b07d43714b55c58b075f850a1822c1721a359280730b9b62162ce7b26ce5d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u25awf-h1" + "u25awf-h1" + ]; + titles = [ + { + model = "U25AWF"; + variant = "H1"; + vendor = "Kimax"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "e674f8f4908f65d346564beafd3c68ce720b4b0637a365b4d069df7462e092f6"; + sha256_unsigned = "83fe76ca27b4e3791489afefb00351e1cfe9099a4b0b63cdbb202859aa0e0da5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-kimax_u35wf-initramfs-kernel.bin"; + sha256 = "bace0090059cb953897829a3ae5bb0a024606cbd2b752196c5eabad212ce7c44"; + sha256_unsigned = "bace0090059cb953897829a3ae5bb0a024606cbd2b752196c5eabad212ce7c44"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + model = "U35WF"; + vendor = "Kimax"; + } + ]; + }; + kingston_mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-kingston_mlw221"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-kingston_mlw221-initramfs-kernel.bin"; + sha256 = "84162497e4f95cf04e005de5df1526628c07997b76a02055a8947c53b4cbf9c6"; + sha256_unsigned = "84162497e4f95cf04e005de5df1526628c07997b76a02055a8947c53b4cbf9c6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-kingston_mlw221-squashfs-sysupgrade.bin"; + sha256 = "5327702e8bae49a83a84474d86007e2c4e4dd3de1fe6587ddffe688e86ed83c8"; + sha256_unsigned = "8217911678555fa0c07f64292890acbf99b7f57b0433f5c8e42a71114ed75360"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlw221" + "mlw221" + ]; + titles = [ + { + model = "MLW221"; + vendor = "Kingston"; + } + ]; + }; + kingston_mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-kingston_mlwg2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-kingston_mlwg2-initramfs-kernel.bin"; + sha256 = "3d42c9a7ae048f4a75a301e4c59dffca17e3b59d8dd7ade3042cf0666ce526d9"; + sha256_unsigned = "3d42c9a7ae048f4a75a301e4c59dffca17e3b59d8dd7ade3042cf0666ce526d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-kingston_mlwg2-squashfs-sysupgrade.bin"; + sha256 = "204c33e939f6f39fa25553c1052dd630a1d054fbd6a98f5df725b0eee4647d7e"; + sha256_unsigned = "d2c949a9d8566b049be76a255a18a744b5cf6243b18f9d82b24bdc040007c258"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlwg2" + "mlwg2" + ]; + titles = [ + { + model = "MLWG2"; + vendor = "Kingston"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-lava_lr-25g001-initramfs-kernel.bin"; + sha256 = "f1fcb5546e65b260ec9f7ebb53db328b56f1824aea2711876583db8505cf2392"; + sha256_unsigned = "f1fcb5546e65b260ec9f7ebb53db328b56f1824aea2711876583db8505cf2392"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "5f942bccb87ac6e174886dae5c36aab397939c45f8fbf7da0fb7abad692c8313"; + sha256_unsigned = "5f942bccb87ac6e174886dae5c36aab397939c45f8fbf7da0fb7abad692c8313"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "8e0093218eb7813202ec82134df2ee1fea3703782c441c6b6f659eb5082b6c34"; + sha256_unsigned = "f03fa2c587e164ae88d7ff062c666cc62dcfc83bc2fe19a76c4ce711b667a96c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + model = "LR-25G001"; + vendor = "LAVA"; + } + ]; + }; + lb-link_bl-w1200 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-lb-link_bl-w1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-lb-link_bl-w1200-initramfs-kernel.bin"; + sha256 = "f1f577b933bac645308e4f70364ef6418047c88e192ae84bca8f999ef4ff1adb"; + sha256_unsigned = "f1f577b933bac645308e4f70364ef6418047c88e192ae84bca8f999ef4ff1adb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-lb-link_bl-w1200-squashfs-sysupgrade.bin"; + sha256 = "4dc2e4f47909640194adb3a7266148d2da7e34dddc2037c96784bc35f7665dd7"; + sha256_unsigned = "0473e526c0fdd1a1ac9e0d69d3a355a71480e04ac1a8916c68026e20c6f44c49"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lb-link,bl-w1200" + ]; + titles = [ + { + model = "BL-W1200"; + vendor = "LB-Link"; + } + ]; + }; + lenovo_newifi-y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-lenovo_newifi-y1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-lenovo_newifi-y1-initramfs-kernel.bin"; + sha256 = "0f2c237bf6be3796e0507bfd7d6ae613893fb46196a25dda8dad08155c0c1d9b"; + sha256_unsigned = "0f2c237bf6be3796e0507bfd7d6ae613893fb46196a25dda8dad08155c0c1d9b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"; + sha256 = "87520decdce1b0e2400c4e6edbb016a2c634ebd8a1a6d3691b7dfe03293d8e93"; + sha256_unsigned = "6ae0715032606bc6f01abda5f5a4ce0c1f85a0321515128d454b05e02cabe391"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1" + "y1" + ]; + titles = [ + { + model = "Y1"; + vendor = "Lenovo"; + } + ]; + }; + lenovo_newifi-y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-lenovo_newifi-y1s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"; + sha256 = "56977841745f164a79aa7f8c76aeb73a3606f5dfe0715c6a7938be203eb5f41e"; + sha256_unsigned = "3933a91d2b2722fc214440abf16d45bd073ad3def44657312dd86457c55f158e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-lenovo_newifi-y1s-initramfs-kernel.bin"; + sha256 = "8b86eb087eaf90f7f25935892bfa698d57af602e34610d8ad9e0447d78e1f4d3"; + sha256_unsigned = "8b86eb087eaf90f7f25935892bfa698d57af602e34610d8ad9e0447d78e1f4d3"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1s" + "y1s" + ]; + titles = [ + { + model = "Y1S"; + vendor = "Lenovo"; + } + ]; + }; + linksys_e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-linksys_e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-linksys_e1700-squashfs-sysupgrade.bin"; + sha256 = "59fabbd23c07c12e23c893d89ed1c71e1e8f073f0e6a232016628a7c1c72d965"; + sha256_unsigned = "2cc6a0ab4a54690ab61867960591871c55f1ce300cddb568204bec9da0882321"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-linksys_e1700-initramfs-kernel.bin"; + sha256 = "3ff2e126fd05dec0fafcebb1be3bb11c577625d7e968171287e3b58d79b22929"; + sha256_unsigned = "3ff2e126fd05dec0fafcebb1be3bb11c577625d7e968171287e3b58d79b22929"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-linksys_e1700-squashfs-factory.bin"; + sha256 = "fd1a67d2e0e28b3ae2fac8863eab704588766063b55a63f562da4fc406256f27"; + sha256_unsigned = "fd1a67d2e0e28b3ae2fac8863eab704588766063b55a63f562da4fc406256f27"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,e1700" + "e1700" + ]; + titles = [ + { + model = "E1700"; + vendor = "Linksys"; + } + ]; + }; + microduino_microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-microduino_microwrt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-microduino_microwrt-initramfs-kernel.bin"; + sha256 = "51f4a8d4ec286dd899f094359e249b3739a78598814b7df020ec071252ec9c88"; + sha256_unsigned = "51f4a8d4ec286dd899f094359e249b3739a78598814b7df020ec071252ec9c88"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-microduino_microwrt-squashfs-sysupgrade.bin"; + sha256 = "42295a1c2c0fa92d6edc611f4571fffed1621ab1abcb52413a420ca2fb04647e"; + sha256_unsigned = "e17cbeaada93ec92a68451c5a4405051c408e63437ae13c8a47eb55fbc24d90e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "microduino,microwrt" + "microwrt" + ]; + titles = [ + { + model = "MicroWRT"; + vendor = "Microduino"; + } + ]; + }; + netgear_ex3700 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-netgear_ex3700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-netgear_ex3700-initramfs-kernel.bin"; + sha256 = "f7609cc486e7fe78ab0327537d8502a17a6cf21ffe462ca2496bf2fb22d7752a"; + sha256_unsigned = "f7609cc486e7fe78ab0327537d8502a17a6cf21ffe462ca2496bf2fb22d7752a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-netgear_ex3700-squashfs-sysupgrade.bin"; + sha256 = "9b65e656c055e7ed52e2fdb2f61c08ed929b3fd2c7f75e98e3581a5ff38933e7"; + sha256_unsigned = "62a215e329e14daeb787d6c8099ef419e523564db83bdb51a8d9301a4778b247"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-netgear_ex3700-squashfs-factory.chk"; + sha256 = "841f603884f39433d89d5249d4bdfd5591d13ca22f477c3978345063d992b490"; + sha256_unsigned = "841f603884f39433d89d5249d4bdfd5591d13ca22f477c3978345063d992b490"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex3700" + "ex3700" + ]; + titles = [ + { + model = "EX3700/EX3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6120 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-netgear_ex6120"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-netgear_ex6120-initramfs-kernel.bin"; + sha256 = "c277c40e43c971a77747a8dba46f10ff4a8e6364ee1be942263c1443206412a4"; + sha256_unsigned = "c277c40e43c971a77747a8dba46f10ff4a8e6364ee1be942263c1443206412a4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-netgear_ex6120-squashfs-factory.chk"; + sha256 = "e16b80e797629fa151ac73dc0bbf1357d462d2238fee3e3c266202dcf419418e"; + sha256_unsigned = "e16b80e797629fa151ac73dc0bbf1357d462d2238fee3e3c266202dcf419418e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-netgear_ex6120-squashfs-sysupgrade.bin"; + sha256 = "d7c9ad708b003d412dbd01d5867d56f10fbce72edb853616aab817b7ec824fd3"; + sha256_unsigned = "19cda029c22e15cd4e47304add048bc2f8860d0a9014e8d1b12f187e13b9b7dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6120" + ]; + titles = [ + { + model = "EX6120"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6130 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-netgear_ex6130"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-netgear_ex6130-squashfs-sysupgrade.bin"; + sha256 = "dc6704dbf4a070653f65107fc43be9a11155b34edddf92b2cd88965a6899e09e"; + sha256_unsigned = "3a3157b7bf7d89692d1bc7cb82096b8b461e8e6da590fe1c42cef47d6d265c27"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-netgear_ex6130-squashfs-factory.chk"; + sha256 = "b013a4848b6ee80125ae5bbc27b632367e5e3f076a1f0c3bb968f25db4c6122a"; + sha256_unsigned = "b013a4848b6ee80125ae5bbc27b632367e5e3f076a1f0c3bb968f25db4c6122a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-netgear_ex6130-initramfs-kernel.bin"; + sha256 = "be726c852bbcda2d9dd0c2d4517660d6e19c862f50118df21fce25225edd94f5"; + sha256_unsigned = "be726c852bbcda2d9dd0c2d4517660d6e19c862f50118df21fce25225edd94f5"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6130" + ]; + titles = [ + { + model = "EX6130"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-netgear_wn3000rp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-netgear_wn3000rp-v3-squashfs-factory.bin"; + sha256 = "3a52bbb4306493d3d06c2d53efbb6722ada38d6c2778e2e548a538cadabccd5e"; + sha256_unsigned = "3a52bbb4306493d3d06c2d53efbb6722ada38d6c2778e2e548a538cadabccd5e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-netgear_wn3000rp-v3-squashfs-sysupgrade.bin"; + sha256 = "593a41098d119f496fdc7a55244385822a964e514932bc9190aa324d0ecd1edb"; + sha256_unsigned = "e6437d69ccd02061f8a221cf5fcbfb4b77631742e78e5678429b70489f8cc160"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-netgear_wn3000rp-v3-initramfs-kernel.bin"; + sha256 = "2ce59085d7bdf29c458effefde09a1b18798df4d3ae7bbca6088cf7d37c9c216"; + sha256_unsigned = "2ce59085d7bdf29c458effefde09a1b18798df4d3ae7bbca6088cf7d37c9c216"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wn3000rp-v3" + "wn3000rpv3" + ]; + titles = [ + { + model = "WN3000RP"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3100rp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-netgear_wn3100rp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-netgear_wn3100rp-v2-squashfs-factory.bin"; + sha256 = "98b3bc5530791934d665af9ff7bc7007c51742a1853618bc15035d54b2115755"; + sha256_unsigned = "98b3bc5530791934d665af9ff7bc7007c51742a1853618bc15035d54b2115755"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-netgear_wn3100rp-v2-initramfs-kernel.bin"; + sha256 = "8e59892dc197af222f3dbf81303664cce03be3ba463bed2a888ab2d24a3c081c"; + sha256_unsigned = "8e59892dc197af222f3dbf81303664cce03be3ba463bed2a888ab2d24a3c081c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-netgear_wn3100rp-v2-squashfs-sysupgrade.bin"; + sha256 = "d4dbf13b4b17737550a73c6e8efaf8aaa6cdf793072fe5ecd5bb43b23ff2fe15"; + sha256_unsigned = "2265b3717353dcf5aeed460742bf207b2d789515029df2f995f38243a33ffe29"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wn3100rp-v2" + ]; + titles = [ + { + model = "WN3100RP"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2770 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-netis_wf2770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-netis_wf2770-squashfs-sysupgrade.bin"; + sha256 = "ac1d24fd78077385aaf51dd7ac0cc6f6b086214dd027b3e314317a1b1c0637d7"; + sha256_unsigned = "a855beab4ab5b9ed242783a13f320aa0494eb624fe3be360fc4d1390f56ee8e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-netis_wf2770-initramfs-kernel.bin"; + sha256 = "29db10fb3663fbaec0bc17d6aa25010d16bbc48aa6ff48733733f70bc33cd10e"; + sha256_unsigned = "29db10fb3663fbaec0bc17d6aa25010d16bbc48aa6ff48733733f70bc33cd10e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netis,wf2770" + ]; + titles = [ + { + model = "WF2770"; + vendor = "NETIS"; + } + ]; + }; + nexx_wt3020-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-nexx_wt3020-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-nexx_wt3020-8m-squashfs-factory.bin"; + sha256 = "f92db4edebbb46f8a8f87b504d34bac3c0d78bfe5c9958c1e77ce4e9abc82afd"; + sha256_unsigned = "f92db4edebbb46f8a8f87b504d34bac3c0d78bfe5c9958c1e77ce4e9abc82afd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-nexx_wt3020-8m-initramfs-kernel.bin"; + sha256 = "487132f6a51d419511dcccbb1eb3cdd499e61408f011e38f0fddb73b3642df19"; + sha256_unsigned = "487132f6a51d419511dcccbb1eb3cdd499e61408f011e38f0fddb73b3642df19"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-nexx_wt3020-8m-squashfs-sysupgrade.bin"; + sha256 = "c1eb1132fecacee6adf3081cd9ace7d1f19ee8ebf6fda951f37bdd1f466fa1ce"; + sha256_unsigned = "e8970cbaacfafd80486db25537f203deb2941899b1c66a641893150153b0d27a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexx,wt3020-8m" + "wt3020" + "wt3020-8M" + ]; + titles = [ + { + model = "WT3020"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + ohyeah_oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-ohyeah_oy-0001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-ohyeah_oy-0001-squashfs-sysupgrade.bin"; + sha256 = "6c487247a32ad65673e5077a98de977aafaba9b8a6c1c0c042d0855c0cb7d2e7"; + sha256_unsigned = "75a94c965cca14b30e7a8e85ff43c1b4fa7cba9abc296c91c6e0ac7b8d285d61"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-ohyeah_oy-0001-initramfs-kernel.bin"; + sha256 = "860c19f6dd3b59fcd62666606448d6cc84b100aeaf5345a9c7199ac3c7863d78"; + sha256_unsigned = "860c19f6dd3b59fcd62666606448d6cc84b100aeaf5345a9c7199ac3c7863d78"; + type = "kernel"; + } + ]; + supported_devices = [ + "ohyeah,oy-0001" + "oy-0001" + ]; + titles = [ + { + model = "OY-0001"; + vendor = "Oh Yeah"; + } + ]; + }; + "phicomm_k2-v22.4" = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-phicomm_k2-v22.4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-phicomm_k2-v22.4-squashfs-sysupgrade.bin"; + sha256 = "b07511d40e004091e0d5553bdca54cc4f10384b5cf4f05ca6bac9b44b8d0545f"; + sha256_unsigned = "9de41f9b8022232f7a097f9ce3e61309db04e955370eb60ce25b34fede2ee26c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-phicomm_k2-v22.4-initramfs-kernel.bin"; + sha256 = "9194d6755be726801c24654b61ab1a134e9a40bca53bd683c781f84d2f77d058"; + sha256_unsigned = "9194d6755be726801c24654b61ab1a134e9a40bca53bd683c781f84d2f77d058"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2-v22.4" + "psg1218" + "psg1218a" + "phicomm,psg1218a" + ]; + titles = [ + { + model = "K2"; + variant = "v22.4 or older"; + vendor = "Phicomm"; + } + ]; + }; + "phicomm_k2-v22.5" = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-phicomm_k2-v22.5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-phicomm_k2-v22.5-squashfs-sysupgrade.bin"; + sha256 = "290f29e930e79e82fa9297623ced7d82842eb5296676eab8698504b626058cee"; + sha256_unsigned = "0a7e911c233ee2b253446be535c23aa6b28bf6229a1d073f00ba0682fb91df0a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-phicomm_k2-v22.5-initramfs-kernel.bin"; + sha256 = "789fc33fda0d244d38fbdf060bd087f6283203c72277218ba3287d387ddd6ea9"; + sha256_unsigned = "789fc33fda0d244d38fbdf060bd087f6283203c72277218ba3287d387ddd6ea9"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2-v22.5" + ]; + titles = [ + { + model = "K2"; + variant = "v22.5 or newer"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-phicomm_k2g-initramfs-kernel.bin"; + sha256 = "750ee0977754a4025a2849a5ce1fb3c4b35748e07a324e2e7ab176e9c7016f66"; + sha256_unsigned = "750ee0977754a4025a2849a5ce1fb3c4b35748e07a324e2e7ab176e9c7016f66"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "78eaea7db25df5e03ca793da063209539ef2e2964d39bd27af0b3bbe13ecdeeb"; + sha256_unsigned = "ba058bc8f9dc8eee13cdc38019fd241ff3802580e35a71ee17ad1b3886abe4bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + model = "K2G"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-phicomm_psg1208"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-phicomm_psg1208-squashfs-sysupgrade.bin"; + sha256 = "adf899fcb279da6cb7a4d1a348759314c33047783db1710c0ad5713d62508028"; + sha256_unsigned = "8fdaf18f0731635ed407c1929dff6e8ee50f59e7b5f64fadd9af00a523372b9a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-phicomm_psg1208-initramfs-kernel.bin"; + sha256 = "7982ea04ec1933092076400e049c010fcc476f199594513a6f2e80650ed22bca"; + sha256_unsigned = "7982ea04ec1933092076400e049c010fcc476f199594513a6f2e80650ed22bca"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1208" + "psg1208" + ]; + titles = [ + { + model = "PSG1208"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-phicomm_psg1218b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-phicomm_psg1218b-initramfs-kernel.bin"; + sha256 = "2d7d2d22bc63c2f3aed66683a77aa9bf5fb9ac17056f1d2f800ac2bfa4be64e0"; + sha256_unsigned = "2d7d2d22bc63c2f3aed66683a77aa9bf5fb9ac17056f1d2f800ac2bfa4be64e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-phicomm_psg1218b-squashfs-sysupgrade.bin"; + sha256 = "3a82dead350766dafa95f08ffcb80b0eb4dce42592c8be9b0d4fb823bb6354ae"; + sha256_unsigned = "c1a10d2123fb358050f4b8c80583eee0f51272d97097f3ba0829579ce275cea6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,psg1218b" + "psg1218" + "psg1218b" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Bx"; + vendor = "Phicomm"; + } + ]; + }; + planex_cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-planex_cs-qr10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-planex_cs-qr10-initramfs-kernel.bin"; + sha256 = "c5bf67d22b3b227d99517fd30ecfe52b105304098ca86e7d1b42a54c5ae1e83c"; + sha256_unsigned = "c5bf67d22b3b227d99517fd30ecfe52b105304098ca86e7d1b42a54c5ae1e83c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-planex_cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "6f81ced80199b09de35ca3689a8492768becb850a72ab35f670c321111192f93"; + sha256_unsigned = "34ec4a75d24d27579504beea95313d94745b4ecb6bb54144022d2be07d9970f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,cs-qr10" + "cs-qr10" + ]; + titles = [ + { + model = "CS-QR10"; + vendor = "Planex"; + } + ]; + }; + planex_db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-planex_db-wrt01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-planex_db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "d953ff3d06204df84ba3cf9a317480dd2f595a72507a598bd40cbd0143adf9b0"; + sha256_unsigned = "0865e6e1b0c9253806ed1ef722c919b171f05f48ac5bbf3f6f4f4345917ee038"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-planex_db-wrt01-initramfs-kernel.bin"; + sha256 = "bb9ff36723cfa837a366abcf6b66f34748d22b542c5afd472c4d451eb40fd7a2"; + sha256_unsigned = "bb9ff36723cfa837a366abcf6b66f34748d22b542c5afd472c4d451eb40fd7a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,db-wrt01" + "db-wrt01" + ]; + titles = [ + { + model = "DB-WRT01"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-planex_mzk-750dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-planex_mzk-750dhp-initramfs-kernel.bin"; + sha256 = "a148bcf8e7557eda45e262e9756a4d2a03ca982c55e26e800a3efcdac5780406"; + sha256_unsigned = "a148bcf8e7557eda45e262e9756a4d2a03ca982c55e26e800a3efcdac5780406"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-planex_mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "f461580144d3bc09d2d2d84eadbe7e55c853cbd5ca7120eeb872097a8dd1b3a5"; + sha256_unsigned = "2619a244d26e0eabc9160e41c8ac8bc5142b7474b4f25daca3890e9e52b9c31c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-750dhp" + "mzk-750dhp" + ]; + titles = [ + { + model = "MZK-750DHP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-planex_mzk-ex300np"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-planex_mzk-ex300np-initramfs-kernel.bin"; + sha256 = "9a0825ae9120fc2eccb6864ff284c02ed908d7d5f868f19d8f8204fe491d8556"; + sha256_unsigned = "9a0825ae9120fc2eccb6864ff284c02ed908d7d5f868f19d8f8204fe491d8556"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-planex_mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "52699ebe00e9a85cccd7c47f539924774dcc7b615f22e91d74fa21c71a94b9fb"; + sha256_unsigned = "e43f0cf61ed7bc564b900c7cc44d50c63efc94dbf0e33a5dfecbb9088714f4fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-ex300np" + "mzk-ex300np" + ]; + titles = [ + { + model = "MZK-EX300NP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-planex_mzk-ex750np"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-planex_mzk-ex750np-initramfs-kernel.bin"; + sha256 = "bb530a2f56666cea039e7278d53548069a208a4a1f1698dd695f13edfa3e637e"; + sha256_unsigned = "bb530a2f56666cea039e7278d53548069a208a4a1f1698dd695f13edfa3e637e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-planex_mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "399f0a7756989a90818d1318084144be5a8d217fe7b2499fd5843efa1dc7a4db"; + sha256_unsigned = "3cb57bb1b2479389a3e7bb170e8c0cef9dc3070db0be0a34442b5e408b01bce3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-ex750np" + "mzk-ex750np" + ]; + titles = [ + { + model = "MZK-EX750NP"; + vendor = "Planex"; + } + ]; + }; + ralink_mt7620a-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-ralink_mt7620a-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-ralink_mt7620a-evb-initramfs-kernel.bin"; + sha256 = "3bd2cb3def74fc94ca165e660b787123086c9e10fe7a325a18e02fd15e77de6e"; + sha256_unsigned = "3bd2cb3def74fc94ca165e660b787123086c9e10fe7a325a18e02fd15e77de6e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-ralink_mt7620a-evb-squashfs-sysupgrade.bin"; + sha256 = "29dea3204fd9db35061feb7a7e06db2b73045dda25b8f645536cfb8915d7d5d0"; + sha256_unsigned = "9738e7b8ee3c94f2129074436c13420fc6ab1cc6b97a0345f1ea1bb4ff5bbd12"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-evb" + ]; + titles = [ + { + model = "MT7620a EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7530-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-ralink_mt7620a-mt7530-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-ralink_mt7620a-mt7530-evb-initramfs-kernel.bin"; + sha256 = "6b56914bf9c3ccf9e031875b04ecf2fead51972aa90f7ffbb129edf05a7f7883"; + sha256_unsigned = "6b56914bf9c3ccf9e031875b04ecf2fead51972aa90f7ffbb129edf05a7f7883"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-ralink_mt7620a-mt7530-evb-squashfs-sysupgrade.bin"; + sha256 = "cdb3551b08ef073eb3be3a399b361834beb4021b96b034656f2c4f497814f504"; + sha256_unsigned = "fcb0dac8afd15da70a9070ce07f00ad171ef74bef67d257fb279990e3db4e199"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7530-evb" + "mt7620a_mt7530" + ]; + titles = [ + { + model = "MT7620a + MT7530 EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7610e-evb = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-ralink_mt7620a-mt7610e-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-ralink_mt7620a-mt7610e-evb-squashfs-sysupgrade.bin"; + sha256 = "6442dc54b8f0e4170e2a9154ce5415da215b5064d3ceed00156141d9eeaba6d8"; + sha256_unsigned = "376243cfe8b48915f0b2c0b4ab1ab97545bcece09ebf59ddfa3f42ca7fec2c19"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-ralink_mt7620a-mt7610e-evb-initramfs-kernel.bin"; + sha256 = "ac21887c439de1adfba795e65ce2074d26659e2b197b7e303b240d27b89213b5"; + sha256_unsigned = "ac21887c439de1adfba795e65ce2074d26659e2b197b7e303b240d27b89213b5"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7610e-evb" + "mt7620a_mt7610e" + ]; + titles = [ + { + model = "MT7620a + MT7610e EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-v22sg-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-ralink_mt7620a-v22sg-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-ralink_mt7620a-v22sg-evb-squashfs-sysupgrade.bin"; + sha256 = "7029fd0e8174a912f841efbbb23c7fcda13ebde91499364d81862f31c13a6a7f"; + sha256_unsigned = "3d005837973aceeac1d42384251b1cf090b6a5b55f9c7e07ded4ce43482f1232"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-ralink_mt7620a-v22sg-evb-initramfs-kernel.bin"; + sha256 = "3933f65e3760bf71611cdb8f73a76004c0b5909e1647de62af00b70f5b557884"; + sha256_unsigned = "3933f65e3760bf71611cdb8f73a76004c0b5909e1647de62af00b70f5b557884"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-v22sg-evb" + "mt7620a_v22sg" + ]; + titles = [ + { + model = "MT7620a V22SG"; + vendor = "MediaTek"; + } + ]; + }; + ravpower_rp-wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-ravpower_rp-wd03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-ravpower_rp-wd03-squashfs-sysupgrade.bin"; + sha256 = "3372b75121f171e58d3b3fca327701b7980688cdc99f22eee7e3cb1ba5cae835"; + sha256_unsigned = "95f7fe26f8405c243e2884582e8fe3693da1c5157e6f55551babd1b04874798d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-ravpower_rp-wd03-squashfs-rootfs.bin"; + sha256 = "dda02d10cc8e95f53cd0eb5668fe706fe62277ad00bcad699d839f7870988979"; + sha256_unsigned = "dda02d10cc8e95f53cd0eb5668fe706fe62277ad00bcad699d839f7870988979"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-ravpower_rp-wd03-squashfs-kernel.bin"; + sha256 = "b4673e1e9a9b7ffb0925773a9404ce5ee6cfdcbc77a767acb6b6fde3514bde89"; + sha256_unsigned = "b4673e1e9a9b7ffb0925773a9404ce5ee6cfdcbc77a767acb6b6fde3514bde89"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-ravpower_rp-wd03-initramfs-kernel.bin"; + sha256 = "2a505c1ad7e9c89cbc32a9f3422a1dafcbf3b9701a9c015c1abf94f9d5556056"; + sha256_unsigned = "2a505c1ad7e9c89cbc32a9f3422a1dafcbf3b9701a9c015c1abf94f9d5556056"; + type = "kernel"; + } + ]; + supported_devices = [ + "ravpower,rp-wd03" + "ravpower,wd03" + ]; + titles = [ + { + model = "RP-WD03"; + vendor = "RAVPower"; + } + ]; + }; + sanlinking_d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-sanlinking_d240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-sanlinking_d240-squashfs-sysupgrade.bin"; + sha256 = "bacf5a29be8e33fa2d4ffef94e7239713ca181022fcba5faf7ac60090d058bce"; + sha256_unsigned = "b2a5aa6d70c205414fb2d9b3a437965e61c0ffc10c976c8840d6897f0a0a0b1a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-sanlinking_d240-initramfs-kernel.bin"; + sha256 = "f719e423cf5ac8903fcebfeca01e1088960f7a39a38173739a0718b4305af1b9"; + sha256_unsigned = "f719e423cf5ac8903fcebfeca01e1088960f7a39a38173739a0718b4305af1b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "sanlinking,d240" + "d240" + ]; + titles = [ + { + model = "D240"; + vendor = "Sanlinking Technologies"; + } + ]; + }; + sercomm_na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-sercomm_na930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-sercomm_na930-squashfs-sysupgrade.bin"; + sha256 = "c6cfe3fa873af57e06749b1b7178d2162b2543a54b23bac3bbccd30f19e268e4"; + sha256_unsigned = "fa52715ce196ec885726f4eaa9a2b09a52eb871ab169fe07c6579bac9a76d130"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-sercomm_na930-initramfs-kernel.bin"; + sha256 = "59010eebc481293a1b0b0ac82c6fb7fa0e273fca586afd5fff945b4d0f576ee7"; + sha256_unsigned = "59010eebc481293a1b0b0ac82c6fb7fa0e273fca586afd5fff945b4d0f576ee7"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na930" + "na930" + ]; + titles = [ + { + model = "NA930"; + vendor = "Sercomm"; + } + ]; + }; + sitecom_wlr-4100-v1-002 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-sitecom_wlr-4100-v1-002"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-sitecom_wlr-4100-v1-002-initramfs-kernel.bin"; + sha256 = "75f4d7eec15d71b828fcd7b8cad6326639ffd7bc5bb36aaa0899ec8cfb5a375f"; + sha256_unsigned = "75f4d7eec15d71b828fcd7b8cad6326639ffd7bc5bb36aaa0899ec8cfb5a375f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-factory.dlf"; + sha256 = "0b1dc9878542d0016bc70b2d2d247811aca75de54d0b7db0ca7956000e98db1b"; + sha256_unsigned = "0b1dc9878542d0016bc70b2d2d247811aca75de54d0b7db0ca7956000e98db1b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-sysupgrade.bin"; + sha256 = "b064f0e4774487683084969588bec23ec2616812123336b5e19cbeec0cb22bc7"; + sha256_unsigned = "1636a5bdb263abdc46f33fc4e99d4bc7d4325cf9bfb5469dce1c97548b1f3430"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-4100-v1-002" + ]; + titles = [ + { + model = "WLR-4100"; + variant = "v1 002"; + vendor = "Sitecom"; + } + ]; + }; + tplink_archer-c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-tplink_archer-c2-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_archer-c2-v1-initramfs-kernel.bin"; + sha256 = "63e7f632a0c7c734bdb1f79a5f13dd11c03ca24196c5fc10e8ddf4252b1ee98c"; + sha256_unsigned = "63e7f632a0c7c734bdb1f79a5f13dd11c03ca24196c5fc10e8ddf4252b1ee98c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_archer-c2-v1-squashfs-sysupgrade.bin"; + sha256 = "1fe8dd0677412d6fd8ad4f61472becfe38bffabc5a26c6c272c168253bd96635"; + sha256_unsigned = "29710e02a04e68a321366e5d0fff941834d0a4831357b50e65a945843bee6ec6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v1" + "tplink,c2-v1" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-tplink_archer-c20-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_archer-c20-v1-squashfs-sysupgrade.bin"; + sha256 = "e9335a95cfa0a7a1e57fd8af292928d79882dd581cdc140f4dfe0531f37e93d0"; + sha256_unsigned = "c1105bfe8d2273ff7736e4eef0809d5c1dc7cde0f898709b24791d0c5519d043"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_archer-c20-v1-initramfs-kernel.bin"; + sha256 = "70ac06c24b81f797fc1d17e140675c1b33330982f7c4ced8c6c1555f2ab66a04"; + sha256_unsigned = "70ac06c24b81f797fc1d17e140675c1b33330982f7c4ced8c6c1555f2ab66a04"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v1" + "tplink,c20-v1" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-tplink_archer-c20i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_archer-c20i-squashfs-factory.bin"; + sha256 = "b86a8d91814c0e884d53e42ee78b6d72894a3a9432aed8439a16659330249155"; + sha256_unsigned = "b86a8d91814c0e884d53e42ee78b6d72894a3a9432aed8439a16659330249155"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_archer-c20i-initramfs-kernel.bin"; + sha256 = "8b6551172a986309af6a647bb2fe0b69163ef33e825dcaaed0b59d30577e0c61"; + sha256_unsigned = "8b6551172a986309af6a647bb2fe0b69163ef33e825dcaaed0b59d30577e0c61"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_archer-c20i-squashfs-sysupgrade.bin"; + sha256 = "36b90a7687701e3e9165b78e1174c00c6b8aee9d564baf546edcde81a9a8c649"; + sha256_unsigned = "586cb1caf21934e42b213bf5dd2c94fcded323a7066fd22443914455e0bda022"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20i" + "c20i" + ]; + titles = [ + { + model = "Archer C20i"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-tplink_archer-c50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-eu.bin"; + sha256 = "8b9b54fff388f6b3924fa6e9d99c9ac14ae5fdbb2556cec8a952a69ef54306fe"; + sha256_unsigned = "8b9b54fff388f6b3924fa6e9d99c9ac14ae5fdbb2556cec8a952a69ef54306fe"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_archer-c50-v1-squashfs-sysupgrade.bin"; + sha256 = "07c4aecd107a3704f07ca3c83e1b51f534fb45ebaca0c18150cfacca706e0953"; + sha256_unsigned = "321eacd312c0e5a4d8f8c9fd8cd58df8ee5321c8f7e0f272cc02d9c9eac2bc11"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-us.bin"; + sha256 = "a4a93c2c6820e7d83381140606aef425c53c405d6f52a7d8a691bc44a108a415"; + sha256_unsigned = "a4a93c2c6820e7d83381140606aef425c53c405d6f52a7d8a691bc44a108a415"; + type = "factory-us"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_archer-c50-v1-initramfs-kernel.bin"; + sha256 = "272297d745c7441a54c7ace3dde57186ca2ec55d0cb4712e93c8420d05cbdbb2"; + sha256_unsigned = "272297d745c7441a54c7ace3dde57186ca2ec55d0cb4712e93c8420d05cbdbb2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v1" + "c50" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-mr200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-tplink_archer-mr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin"; + sha256 = "166300136636b334feb4da234a2901fefa08b61ccd72d6f884c079b858cf80ca"; + sha256_unsigned = "3134631b4833d841489666844eda4ab4f0aa04d05d31008314d6784878ea1727"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_archer-mr200-initramfs-kernel.bin"; + sha256 = "7e6ebfc6ec3322a4b62978deeccec3e660707c0654d799464e38a60173103f88"; + sha256_unsigned = "7e6ebfc6ec3322a4b62978deeccec3e660707c0654d799464e38a60173103f88"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-mr200" + "mr200" + ]; + titles = [ + { + model = "Archer MR200"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-tplink_re200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_re200-v1-squashfs-factory.bin"; + sha256 = "eb6ef96dc0093dd328f73c3783a3211a00b3015cba90cf5448652688bd1f0b8e"; + sha256_unsigned = "eb6ef96dc0093dd328f73c3783a3211a00b3015cba90cf5448652688bd1f0b8e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_re200-v1-initramfs-kernel.bin"; + sha256 = "37b4c466f147cde4360e997de6f16933a4b35ddd14be8045ca7d1667a7e655ba"; + sha256_unsigned = "37b4c466f147cde4360e997de6f16933a4b35ddd14be8045ca7d1667a7e655ba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_re200-v1-squashfs-sysupgrade.bin"; + sha256 = "3ba0a41309dfd6430c8a993f5805612943613104be828aeec19fe7702073d332"; + sha256_unsigned = "922f16983ac921a3d1d0b9b6a759f24019c15e9f57cf78f693e75406d5b4dd7d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re200-v1" + ]; + titles = [ + { + model = "RE200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re210-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-tplink_re210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_re210-v1-squashfs-sysupgrade.bin"; + sha256 = "e4c63044a8750577a8e71f26ad5ec24a6ec0a06dd097f15ecbd07c88490ce5eb"; + sha256_unsigned = "c7dc034415e659f3358d1c60079c63f18543d9d95021b61635f0a7e913c7a20f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_re210-v1-squashfs-factory.bin"; + sha256 = "9daa4e791914f93df9f4d33dfd1bf3dd08370c4c76417829368074e7a04da613"; + sha256_unsigned = "9daa4e791914f93df9f4d33dfd1bf3dd08370c4c76417829368074e7a04da613"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-tplink_re210-v1-initramfs-kernel.bin"; + sha256 = "d32186fdf27d5321a3cf6be9056456338386e136f026003988ef5a601f4dbeab"; + sha256_unsigned = "d32186fdf27d5321a3cf6be9056456338386e136f026003988ef5a601f4dbeab"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re210-v1" + ]; + titles = [ + { + model = "RE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-810dr = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-trendnet_tew-810dr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-trendnet_tew-810dr-initramfs-kernel.bin"; + sha256 = "862c2d0655efe88b3267d76a6d0656ea3e24bd1f3db3e6df40f2c4776cc632ff"; + sha256_unsigned = "862c2d0655efe88b3267d76a6d0656ea3e24bd1f3db3e6df40f2c4776cc632ff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-trendnet_tew-810dr-squashfs-sysupgrade.bin"; + sha256 = "064e3d97505f671aac0bd55cd36296d1149eb4780837e31560fee5b7f286eb87"; + sha256_unsigned = "f46bf88303bb5362e75eb1ce241b2f72ce5446fea823bec29e1fa270f7a5fef4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-810dr" + ]; + titles = [ + { + model = "TEW-810DR"; + vendor = "TRENDnet"; + } + ]; + }; + wavlink_wl-wn530hg4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-wavlink_wl-wn530hg4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-wavlink_wl-wn530hg4-squashfs-sysupgrade.bin"; + sha256 = "979833d3a32aebbffafc032a2695ad7eeb8b6a2a4e73d5017a7bcc1f485c5805"; + sha256_unsigned = "cb0b95d29fd18b9cd230633f475a76840554b53d83b53ccb7aff0994a1f26ac8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-wavlink_wl-wn530hg4-initramfs-kernel.bin"; + sha256 = "5165987d5c10c2433c9456ae018dd18f06ede945211dd1f723355772c4766d15"; + sha256_unsigned = "5165987d5c10c2433c9456ae018dd18f06ede945211dd1f723355772c4766d15"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn530hg4" + ]; + titles = [ + { + model = "WL-WN530HG4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn535k1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-wavlink_wl-wn535k1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-wavlink_wl-wn535k1-initramfs-WN535K1-kernel.bin"; + sha256 = "d7b11cb8f4ec1be758bbe182b1cca810088ba03a4b0d044da11d0049f84a353c"; + sha256_unsigned = "d7b11cb8f4ec1be758bbe182b1cca810088ba03a4b0d044da11d0049f84a353c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-wavlink_wl-wn535k1-squashfs-sysupgrade.bin"; + sha256 = "799a4c5c35876bf640482ee0cd8436514617a922a1e0499d32ccd5bfe067c4de"; + sha256_unsigned = "082a050c8746d4b2516821c8e92610765df28bbe09954cd12ac1b02dd1d17c70"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn535k1" + ]; + titles = [ + { + model = "WL-WN535K1"; + vendor = "Wavlink"; + } + { + model = "TAL-WMESH1"; + vendor = "Talius"; + } + ]; + }; + wavlink_wl-wn579x3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-wavlink_wl-wn579x3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-wavlink_wl-wn579x3-squashfs-sysupgrade.bin"; + sha256 = "a5142a01c9959a813bf6fe8c37dbcd7bc99622f44f67dad4228b3f3a06a3998b"; + sha256_unsigned = "8f3f57257e4d3322374c957c856d8044d0d4574e3e1fe1b93d3d5a268149fdd4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-wavlink_wl-wn579x3-initramfs-kernel.bin"; + sha256 = "6c5ef6d96786f4803ed66f683afaaa383ef9bed8ca4e9502847bbee646fcf3ce"; + sha256_unsigned = "6c5ef6d96786f4803ed66f683afaaa383ef9bed8ca4e9502847bbee646fcf3ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn579x3" + ]; + titles = [ + { + model = "WL-WN579X3"; + vendor = "Wavlink"; + } + ]; + }; + wevo_air-duo = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-wevo_air-duo"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-wevo_air-duo-initramfs.upload"; + sha256 = "0587c962f68c52af00af9de8c18ae946c44240c2e763bf7e5c9f1479bc1a8b8e"; + sha256_unsigned = "0587c962f68c52af00af9de8c18ae946c44240c2e763bf7e5c9f1479bc1a8b8e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-wevo_air-duo-squashfs-sysupgrade.bin"; + sha256 = "f6751cfa75be5cecdc4b0f2ecb188cbc66df408e35ea507adcb77d2b3906de1c"; + sha256_unsigned = "e1841f18b26bcbcf45e08e3fa41fed1187a4f53e76be7474e6cbc84ac3a74ebc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,air-duo" + ]; + titles = [ + { + model = "AIR DUO"; + vendor = "WeVO"; + } + ]; + }; + wrtnode_wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-wrtnode_wrtnode"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-wrtnode_wrtnode-initramfs-kernel.bin"; + sha256 = "f1daa99e99e683b989f6899cb4f4718048fa27df8928c23cc5fb9b58a3928106"; + sha256_unsigned = "f1daa99e99e683b989f6899cb4f4718048fa27df8928c23cc5fb9b58a3928106"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-wrtnode_wrtnode-squashfs-sysupgrade.bin"; + sha256 = "4e2cf0e5c49ba4cf7b05f4b8fe028722f3fe9bf01ee1e9e4bc3bd0fb357d4729"; + sha256_unsigned = "968714c0501b10c14cb426164d88b19ca81964086aa321dd5717972f9ceefb7d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode" + "wrtnode" + ]; + titles = [ + { + model = "WRTNode"; + vendor = "WRTNode"; + } + ]; + }; + xiaomi_miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-xiaomi_miwifi-mini"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-xiaomi_miwifi-mini-initramfs-kernel.bin"; + sha256 = "be98e8e51baccf2692409b5d51d427aafc92f8981ef7564a5f057d53efb3acaf"; + sha256_unsigned = "be98e8e51baccf2692409b5d51d427aafc92f8981ef7564a5f057d53efb3acaf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "10fe3204e9fb76ef39463a55cd305970efc95dc561bc15e5b59d9baa6a2bb8f3"; + sha256_unsigned = "6279ad7f9a77d45641e15e8d0524f4f6d6cb1c968841e61b80a5be7d084f65af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-mini" + "miwifi-mini" + ]; + titles = [ + { + model = "MiWiFi Mini"; + vendor = "Xiaomi"; + } + ]; + }; + youku_yk-l1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-youku_yk-l1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-youku_yk-l1-initramfs-kernel.bin"; + sha256 = "b3a818abf4104b48209640b1bdabd55af0feb5ba7d429e7a8f43c56d56a2790e"; + sha256_unsigned = "b3a818abf4104b48209640b1bdabd55af0feb5ba7d429e7a8f43c56d56a2790e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-youku_yk-l1-squashfs-sysupgrade.bin"; + sha256 = "68a0eb27fea45215a66e768c5d510f97363716ff91cb5ab668c7173e8ae2de2a"; + sha256_unsigned = "f61bcbed3f09eb941d0d62c8279c1ff8e0ea958a039d7082e2098c23393894af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l1" + "youku-yk1" + "youku,yk1" + ]; + titles = [ + { + model = "YK-L1"; + vendor = "Youku"; + } + ]; + }; + youku_yk-l1c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-youku_yk-l1c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-youku_yk-l1c-squashfs-sysupgrade.bin"; + sha256 = "357922562f727acdc9578d1ef6593a85a5daa930134c8dfef99264ab9364e8e8"; + sha256_unsigned = "c54778bf4a55a4062597f641b689c99fc8a3a40ac5908038bfadd4d34e0d13af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-youku_yk-l1c-initramfs-kernel.bin"; + sha256 = "ef3118f10d388184b5b9e015761c97841623822c975e9e822c262a09337c8f54"; + sha256_unsigned = "ef3118f10d388184b5b9e015761c97841623822c975e9e822c262a09337c8f54"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l1c" + ]; + titles = [ + { + model = "YK-L1c"; + vendor = "Youku"; + } + ]; + }; + yukai_bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-yukai_bocco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-yukai_bocco-initramfs-kernel.bin"; + sha256 = "1e89fa66bb4a765a8c716f95ebea61c86b73d54b999eaf7cb3e3fe66e2155572"; + sha256_unsigned = "1e89fa66bb4a765a8c716f95ebea61c86b73d54b999eaf7cb3e3fe66e2155572"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-yukai_bocco-squashfs-sysupgrade.bin"; + sha256 = "537ab6e96c5c8b9eeb95737898048eb6f9544f2f9f5b7f22a3d26b43cf6fcd4e"; + sha256_unsigned = "a96348199ca0eb56ab0178de39b4b421a8ab2f8c9630ddd5a7fe777affb8835a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yukai,bocco" + "bocco" + ]; + titles = [ + { + model = "BOCCO"; + vendor = "YUKAI Engineering"; + } + ]; + }; + zbtlink_zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-ape522ii"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-ape522ii-initramfs-kernel.bin"; + sha256 = "74f86a74f2f63cafa7f498eb23be28696e65fdd9842ecc6f84e36bb9ca434f8e"; + sha256_unsigned = "74f86a74f2f63cafa7f498eb23be28696e65fdd9842ecc6f84e36bb9ca434f8e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "438babf8a733bc3967cceca2572922912d1b1b22fe974baa9ec85ebb79082187"; + sha256_unsigned = "8ce82b26199d7366602df6145a59bfe0bd9312e5924ca66f18c84b68059e6c89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-ape522ii" + "zbt-ape522ii" + ]; + titles = [ + { + model = "ZBT-APE522II"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-cpe102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "722711d303ca9694b15c9445cab6a432469c61ea6367c10166ace351d4234e70"; + sha256_unsigned = "5ed7cd7378219573e87e36576b5ad31bfbd63d76a23feec6a9d4d373d2d8d73f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-cpe102-initramfs-kernel.bin"; + sha256 = "597b0f54e83e757f3f20e37918796fe6ae8be1384a6889643b83c0c9d1febb71"; + sha256_unsigned = "597b0f54e83e757f3f20e37918796fe6ae8be1384a6889643b83c0c9d1febb71"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-cpe102" + "zbt-cpe102" + ]; + titles = [ + { + model = "ZBT-CPE102"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-wa05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "e3f33bbfe0efe7ccd4a1ca5eebaa4d941bf67b5bd76c9966ebd52122ad936a19"; + sha256_unsigned = "d9454ff585042d5951231d11d927588f837e94e3e7f83e2cbe4baa9c5f8d3480"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-wa05-initramfs-kernel.bin"; + sha256 = "c57867bfb441098b9bd25feca3bcd753101ee455e4d43153565b2e24252f0cd9"; + sha256_unsigned = "c57867bfb441098b9bd25feca3bcd753101ee455e4d43153565b2e24252f0cd9"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wa05" + "zbt-wa05" + ]; + titles = [ + { + model = "ZBT-WA05"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we1026-5g-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "43b0d83cabeecbb4b5ac5df41a36c4dc8dd7a6c84b1afb9ecb5892508b5ed9a0"; + sha256_unsigned = "d8f75acdaa895d54a6e188d877e4b4a7175617872c38af6797bccb0df34dd3e6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-initramfs-kernel.bin"; + sha256 = "d3b053b78e9756506c42dbbb8b1c99de6b8cab7a35157d9e5f06b69da7616700"; + sha256_unsigned = "d3b053b78e9756506c42dbbb8b1c99de6b8cab7a35157d9e5f06b69da7616700"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-5g-16m" + "we1026-5g-16m" + "zbtlink,we1026-5g-16m" + ]; + titles = [ + { + model = "ZBT-WE1026-5G"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-h-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we1026-h-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we1026-h-32m-initramfs-kernel.bin"; + sha256 = "5977f0728cde708ac871f5da3b92706d73b512310c575b5727b768c581fe9bbe"; + sha256_unsigned = "5977f0728cde708ac871f5da3b92706d73b512310c575b5727b768c581fe9bbe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we1026-h-32m-squashfs-sysupgrade.bin"; + sha256 = "b2935b9c5ddb003b7e338e39473c8fbb19b448610730615a66e33debe7c277e2"; + sha256_unsigned = "34333549ec62913a927de8672e873529be8ada9ca0acc26f7f340837ec935a2d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-h-32m" + ]; + titles = [ + { + model = "ZBT-WE1026-H"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we2026"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we2026-initramfs-kernel.bin"; + sha256 = "5b907031030ae13810244d6c67902d89f14e76f374e57a97789aaa632e3a5f5d"; + sha256_unsigned = "5b907031030ae13810244d6c67902d89f14e76f374e57a97789aaa632e3a5f5d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "1a532f478059ac6249f816385a583ccd06cbd8cac1e15414f1ae140672c15883"; + sha256_unsigned = "513f62795421f8e901790bcdb94a5e23343f822c7973a091a975bef523dc18f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we2026" + "zbt-we2026" + ]; + titles = [ + { + model = "ZBT-WE2026"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we826-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin"; + sha256 = "854cc433a8f6d6fc316955f5179fcdbbbde7f566dce5d71eab43188faab95e9f"; + sha256_unsigned = "f584f5fc5abc897740f3932553f5ffa4647d16658a898febcc1c4d0ea8b03399"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we826-16m-initramfs-kernel.bin"; + sha256 = "9a33ef762a291f167ba6701c318955d5357add929d2dc817e498cbd2019efcc2"; + sha256_unsigned = "9a33ef762a291f167ba6701c318955d5357add929d2dc817e498cbd2019efcc2"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-16m" + "zbt-we826" + "zbt-we826-16M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-32m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we826-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we826-32m-squashfs-sysupgrade.bin"; + sha256 = "03348931c721ef261bd7a04554f2f38b8b0d792b089cedfddb7e9a1a2e352d16"; + sha256_unsigned = "f93d91904e8ccb6984b8cf557dab15d718f73ef368ff13af0aabec1bc55a9a97"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we826-32m-initramfs-kernel.bin"; + sha256 = "91508f587efd0a3aeda198d264123e6f7f7c18c491fb965ab0e2f10a23ef86fc"; + sha256_unsigned = "91508f587efd0a3aeda198d264123e6f7f7c18c491fb965ab0e2f10a23ef86fc"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-32m" + "zbt-we826-32M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we826-e-initramfs-kernel.bin"; + sha256 = "c01dd9b7110c2b75bb640e6f3693adcafe17f670084af6485e8b7587b4294540"; + sha256_unsigned = "c01dd9b7110c2b75bb640e6f3693adcafe17f670084af6485e8b7587b4294540"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "9fb88bd0cbe4a67cc7dcff5c524e41320181e160048f9997b4ad637d8163e35f"; + sha256_unsigned = "f8122d15042dde9f94d84d023e1c898ba666b3389a2cc983fc83a8fec93d8cd9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + model = "ZBT-WE826-E"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-wr8305rt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "626ca0fca46cfd96bd8944329e16b475d0418809a2782be495cbd5bf45020d61"; + sha256_unsigned = "d7233654b6d4aa9d802ad024734ec97aece54f8bcb6be4584b41d48f4efc5568"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-zbtlink_zbt-wr8305rt-initramfs-kernel.bin"; + sha256 = "8fcbdbec1713fa908d5172f5d7cae086b22896d3288f9e1a9eec77642350bbf7"; + sha256_unsigned = "8fcbdbec1713fa908d5172f5d7cae086b22896d3288f9e1a9eec77642350bbf7"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wr8305rt" + "zbt-wr8305rt" + ]; + titles = [ + { + model = "ZBT-WR8305RT"; + vendor = "Zbtlink"; + } + ]; + }; + zte_q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-zte_q7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-zte_q7-initramfs-kernel.bin"; + sha256 = "8e3fc2f2a6fc88d991cf7932d655d659da0ee8697af392a34641b40675cb4fb9"; + sha256_unsigned = "8e3fc2f2a6fc88d991cf7932d655d659da0ee8697af392a34641b40675cb4fb9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zte_q7-squashfs-sysupgrade.bin"; + sha256 = "f94670cbf45f3a757f1183f5ba55e130861972b3c528b46df085d0371d6a63f2"; + sha256_unsigned = "cda1e2c7b860166ab73cab5179943d5400d16415af5faaa5ffc64ed7665e9fbb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,q7" + "zte-q7" + ]; + titles = [ + { + model = "Q7"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic-omni = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-zyxel_keenetic-omni"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zyxel_keenetic-omni-squashfs-factory.bin"; + sha256 = "bd6d2db3d0851b2c832f433ad369b3ade1a29e46cbf4303501d0ab68b3b727e8"; + sha256_unsigned = "bd6d2db3d0851b2c832f433ad369b3ade1a29e46cbf4303501d0ab68b3b727e8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-zyxel_keenetic-omni-initramfs-kernel.bin"; + sha256 = "017ce54c74115669938ab8b7861bce00b74a41182ce5b7b59e8784c13407af9d"; + sha256_unsigned = "017ce54c74115669938ab8b7861bce00b74a41182ce5b7b59e8784c13407af9d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zyxel_keenetic-omni-squashfs-sysupgrade.bin"; + sha256 = "9f9e209b756c586f846994688d83093e906aa2cc01dd3af7d5c98ffcd2042e26"; + sha256_unsigned = "51a827a24dc0b36621b929e82b97ce6f6d76bbe32dd57fd293514c7ea3443e83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni" + "kn_rc" + ]; + titles = [ + { + model = "Keenetic Omni"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-omni-ii = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-zyxel_keenetic-omni-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-factory.bin"; + sha256 = "db8c23281096dfc735d09a69a054b8bfe80c73bc54eae362a2e715e39bea6037"; + sha256_unsigned = "db8c23281096dfc735d09a69a054b8bfe80c73bc54eae362a2e715e39bea6037"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-sysupgrade.bin"; + sha256 = "507bde98c4027ebd6c1eab0fe98620aa0848a4efafe80447869d9786bb1bfee8"; + sha256_unsigned = "56e416ed03317916d440b4aa2521b96a8a20dd6909647cd62608c8c6e4e4823b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-zyxel_keenetic-omni-ii-initramfs-kernel.bin"; + sha256 = "6481bb7edc2a5e03b8f6241ca9cf0d308866e70b0c2eb70ffc915378b1bfbd19"; + sha256_unsigned = "6481bb7edc2a5e03b8f6241ca9cf0d308866e70b0c2eb70ffc915378b1bfbd19"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni-ii" + "kn_rf" + ]; + titles = [ + { + model = "Keenetic Omni II"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-viva = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7620-zyxel_keenetic-viva"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zyxel_keenetic-viva-squashfs-sysupgrade.bin"; + sha256 = "6d5a8d3ad02c8f3aa63975a81f6f574391b181aaf9384a9298d3da21bda946f6"; + sha256_unsigned = "13233d9fb5a81d6ed587c6845f25b1fe487743b6158dc0d135961f65c702e363"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7620-zyxel_keenetic-viva-squashfs-factory.bin"; + sha256 = "2b007482719c0f9fc13ca992de43012051c8f940e72b005eccc5b7d73ce3fc0c"; + sha256_unsigned = "2b007482719c0f9fc13ca992de43012051c8f940e72b005eccc5b7d73ce3fc0c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7620-zyxel_keenetic-viva-initramfs-kernel.bin"; + sha256 = "005ab920d963e8b7a8a22b77e4ecd0ff343b175426fa777530dcbb7b75fc4bb0"; + sha256_unsigned = "005ab920d963e8b7a8a22b77e4ecd0ff343b175426fa777530dcbb7b75fc4bb0"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-viva" + "kng_rc" + ]; + titles = [ + { + model = "Keenetic Viva"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "ramips/mt7620"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + adslr_g7 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-adslr_g7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin"; + sha256 = "057914addad9d2d93c738204a4133189ef5df864274c2aba8b1ae1cc6e184b4e"; + sha256_unsigned = "3506eecb8d073cd386a140b6d14cd82ce5cca8955d35d5c2b81f4a41cd526688"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-adslr_g7-initramfs-kernel.bin"; + sha256 = "3a0f706c1caabf8b5acabfa0759b0cf728855e095233c4d48ec544e5ab38f093"; + sha256_unsigned = "3a0f706c1caabf8b5acabfa0759b0cf728855e095233c4d48ec544e5ab38f093"; + type = "kernel"; + } + ]; + supported_devices = [ + "adslr,g7" + ]; + titles = [ + { + model = "G7"; + vendor = "ADSLR"; + } + ]; + }; + afoundry_ew1200 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-afoundry_ew1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin"; + sha256 = "7433f94d75bcfc09502e94d1d6b8129c436cfe5a1415f45a075ca4d9dd82cdab"; + sha256_unsigned = "665531eb8c6411dc435e7f4669e62dd262da8a3666172facf666ff2e9e4f80c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-afoundry_ew1200-initramfs-kernel.bin"; + sha256 = "b07974b51cef7c499043f3e0a1447c6ff31ebca2393ac8ab334d2fef9202470b"; + sha256_unsigned = "b07974b51cef7c499043f3e0a1447c6ff31ebca2393ac8ab334d2fef9202470b"; + type = "kernel"; + } + ]; + supported_devices = [ + "afoundry,ew1200" + "ew1200" + ]; + titles = [ + { + model = "EW1200"; + vendor = "AFOUNDRY"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-alfa-network_quad-e4g-initramfs-kernel.bin"; + sha256 = "3c3fc400ac99b3ffe28a23074740857a3913238d76a57fb687ed1ab18b66ee96"; + sha256_unsigned = "3c3fc400ac99b3ffe28a23074740857a3913238d76a57fb687ed1ab18b66ee96"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "143cc970845f78eeb73b61090ca4c3ada636e464eb8fdd6d583a660e464e2a98"; + sha256_unsigned = "bee0398102af876ab7151e990405f24f968911c557677a076de0be05a5f53580"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + "quad-e4g" + ]; + titles = [ + { + model = "Quad-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + ampedwireless_ally-00x19k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-ampedwireless_ally-00x19k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-ampedwireless_ally-00x19k-initramfs-kernel.bin"; + sha256 = "abf10b8c1a0bec2b731843503137b7d2a3d8363d1fcefab19ffce59388ef5494"; + sha256_unsigned = "abf10b8c1a0bec2b731843503137b7d2a3d8363d1fcefab19ffce59388ef5494"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-ampedwireless_ally-00x19k-squashfs-sysupgrade.bin"; + sha256 = "f0b5832a57f810da13080430e6d1bed86354ca2a411c493bd0710d615c44c984"; + sha256_unsigned = "988ca453e40f11b8b2722789d23af48b47d1b4b3bef20db25717ae576af20893"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ampedwireless,ally-00x19k" + ]; + titles = [ + { + model = "ALLY-00X19K"; + vendor = "Amped Wireless"; + } + ]; + }; + ampedwireless_ally-r1900k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-ampedwireless_ally-r1900k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-ampedwireless_ally-r1900k-initramfs-kernel.bin"; + sha256 = "4e8cdd1012625b38e5d83988668d10fe25c2325f3757988871b577502cea8ce1"; + sha256_unsigned = "4e8cdd1012625b38e5d83988668d10fe25c2325f3757988871b577502cea8ce1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-ampedwireless_ally-r1900k-squashfs-sysupgrade.bin"; + sha256 = "c4309cbf57c71138fe701a1bce5682bfad1c1b4b97c87e1d26bffb324e3f5fd2"; + sha256_unsigned = "07337b65c9d173f707d948e15c9562ebdfa76e6372ae5587f3d11e237500795c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ampedwireless,ally-r1900k" + ]; + titles = [ + { + model = "ALLY-R1900K"; + vendor = "Amped Wireless"; + } + ]; + }; + asiarf_ap7621-001 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-asiarf_ap7621-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-asiarf_ap7621-001-squashfs-sysupgrade.bin"; + sha256 = "3d11b8cc8269317dc97ac1896f08b100014d80c25b17fd1d86699d80bf5e4adf"; + sha256_unsigned = "3afdca68693163e9b0a56c2f624a634dd69542cd632e9f6b559d2526f38fcd25"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-asiarf_ap7621-001-initramfs-kernel.bin"; + sha256 = "8179e4d09bfd4dcc3700580dd030d559fbb392c049314144c4fb975be096597e"; + sha256_unsigned = "8179e4d09bfd4dcc3700580dd030d559fbb392c049314144c4fb975be096597e"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,ap7621-001" + ]; + titles = [ + { + model = "AP7621-001"; + vendor = "AsiaRF"; + } + ]; + }; + asiarf_ap7621-nv1 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-asiarf_ap7621-nv1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-asiarf_ap7621-nv1-initramfs-kernel.bin"; + sha256 = "030000b4edd443b17adcc235e0cc48cc4f993f9f042bd123fb3ed138461a4062"; + sha256_unsigned = "030000b4edd443b17adcc235e0cc48cc4f993f9f042bd123fb3ed138461a4062"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-asiarf_ap7621-nv1-squashfs-sysupgrade.bin"; + sha256 = "1b7d68f6c95e6819276b9a8c360f6129dfba82f3f34e22204532492a279dbd3a"; + sha256_unsigned = "5d665c03441bd22d4325d99cafd3729a15f7eb2ec89699b6ead8f23722184a18"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,ap7621-nv1" + ]; + titles = [ + { + model = "AP7621-NV1"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "bc0823ddebd46f2ff84e1a6b2a4294aea415b9d698a52845fdde90c329a72966"; + sha256_unsigned = "92ac33baa6ce2ca3aa4082e656032a7ada45e6422bd5609201c04aef674c1e32"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-asus_rt-ac57u-initramfs-kernel.bin"; + sha256 = "91785968a93d9ca2d65fc60fcd2054683a4f73797ebc64f1e073f7b15abea749"; + sha256_unsigned = "91785968a93d9ca2d65fc60fcd2054683a4f73797ebc64f1e073f7b15abea749"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + model = "RT-AC57U"; + vendor = "ASUS"; + } + { + model = "RT-AC1200GU"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac65p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-asus_rt-ac65p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin"; + sha256 = "90490bd899894afea1cda8c617a03d537e597f9d5c75341b84945503e81bf321"; + sha256_unsigned = "90490bd899894afea1cda8c617a03d537e597f9d5c75341b84945503e81bf321"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-asus_rt-ac65p-initramfs-kernel.bin"; + sha256 = "7f5f6808201af9b8c247c3f9a6fb839bd477ae3e96077979c71e0a8521ce7547"; + sha256_unsigned = "7f5f6808201af9b8c247c3f9a6fb839bd477ae3e96077979c71e0a8521ce7547"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-asus_rt-ac65p-squashfs-sysupgrade.bin"; + sha256 = "8d82f4c56b6d5210f7391fef1b84deb0736e17ac863b7b4e46436aa09cf58956"; + sha256_unsigned = "26a9a14374365d19067d0a6a4737602e2da8eb9164f043b0213b241393ea53e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac65p" + ]; + titles = [ + { + model = "RT-AC65P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac85p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-asus_rt-ac85p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-asus_rt-ac85p-squashfs-sysupgrade.bin"; + sha256 = "50a2d5718967008c45dc78c44e1abcfff5331ff18f5f4c26dd4f9da1cf8d8b23"; + sha256_unsigned = "54c9cf8ccd2c2f09cc901a874471eb21605f68b75e1845fb324f48f817958916"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-asus_rt-ac85p-squashfs-factory.bin"; + sha256 = "930485653a1e89607b768bc7c74ba70517b1a7956251afaa07f2b1f3eb4b3608"; + sha256_unsigned = "930485653a1e89607b768bc7c74ba70517b1a7956251afaa07f2b1f3eb4b3608"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-asus_rt-ac85p-initramfs-kernel.bin"; + sha256 = "44f03c3207243ebaa68dd4c0c8337b7049d23f6c49ae3d0944ee340ef7ca178b"; + sha256_unsigned = "44f03c3207243ebaa68dd4c0c8337b7049d23f6c49ae3d0944ee340ef7ca178b"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac85p" + ]; + titles = [ + { + model = "RT-AC85P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ax53u = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-asus_rt-ax53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-asus_rt-ax53u-squashfs-factory.bin"; + sha256 = "c49b5e30555d297f8067dfe96e09cabf441a2b38122812ea69856676c5c6e24e"; + sha256_unsigned = "c49b5e30555d297f8067dfe96e09cabf441a2b38122812ea69856676c5c6e24e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-asus_rt-ax53u-initramfs-kernel.bin"; + sha256 = "28eba58e347ccbd7b9ef3b2187089a8968cc58a466a1dfa58c60cec3d1768823"; + sha256_unsigned = "28eba58e347ccbd7b9ef3b2187089a8968cc58a466a1dfa58c60cec3d1768823"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-asus_rt-ax53u-squashfs-sysupgrade.bin"; + sha256 = "8a7ce28bf39271cbca9561bea8789d5ea91b0b010f89c8d703a5468187cf88c2"; + sha256_unsigned = "84b10f847a4f102e694b76099183cae8130bcf1a0cd1af29edb760663e5c268b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ax53u" + ]; + titles = [ + { + model = "RT-AX53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n56u-b1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-asus_rt-n56u-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-asus_rt-n56u-b1-initramfs-kernel.bin"; + sha256 = "23f058530e42589213caa80a237fa20b684637ff57652bc44682dca15fb77076"; + sha256_unsigned = "23f058530e42589213caa80a237fa20b684637ff57652bc44682dca15fb77076"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-asus_rt-n56u-b1-squashfs-sysupgrade.bin"; + sha256 = "d6de8e2f7e5a244ae5671585f7466f7d2e44d7de2c8b2671ea6b06b4b1807fb9"; + sha256_unsigned = "93e41b3dd0e1f72af90a1612735c8a058896665e94fac89539fbc349b48dfd76"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u-b1" + ]; + titles = [ + { + model = "RT-N56U"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + beeline_smartbox-flash = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "uencrypt" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-beeline_smartbox-flash"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-beeline_smartbox-flash-initramfs-kernel.bin"; + sha256 = "5313727523011eb96e32138cabe096fceeb2783154033653209bddd5d7be89fb"; + sha256_unsigned = "5313727523011eb96e32138cabe096fceeb2783154033653209bddd5d7be89fb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-beeline_smartbox-flash-squashfs-sysupgrade.bin"; + sha256 = "9ebb4e3c836a2a3b77f1db837b7165285c227550f300eec88d7302ccbe883b20"; + sha256_unsigned = "9c56df22331082f5a3191893711bb759d9ed571d5175b83914178816e03dee01"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-beeline_smartbox-flash-squashfs-factory.trx"; + sha256 = "9d64834c1fc48be7cb24671fa5a7292e60c62d71a7ec14a0fd0afbac3052eb5e"; + sha256_unsigned = "9d64834c1fc48be7cb24671fa5a7292e60c62d71a7ec14a0fd0afbac3052eb5e"; + type = "factory"; + } + ]; + supported_devices = [ + "beeline,smartbox-flash" + ]; + titles = [ + { + model = "SmartBox Flash"; + vendor = "Beeline"; + } + ]; + }; + bolt_arion = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-bolt_arion"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-bolt_arion-squashfs-sysupgrade.bin"; + sha256 = "9fec5eb52eda27df9ff11533ba566ceb5664b2839b8c28ae6fa80b4e63154ffd"; + sha256_unsigned = "e30215a165ff8e63ec5337e82c92f6a1c9db797676c7e8eee58aba9094502a19"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-bolt_arion-initramfs-kernel.bin"; + sha256 = "edb0a2d4851d7892163f28123bc7e280294d4364fb33f8a87cf5d3189cd635a7"; + sha256_unsigned = "edb0a2d4851d7892163f28123bc7e280294d4364fb33f8a87cf5d3189cd635a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "bolt,arion" + ]; + titles = [ + { + model = "Arion"; + vendor = "BOLT"; + } + ]; + }; + buffalo_wsr-1166dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-buffalo_wsr-1166dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-buffalo_wsr-1166dhp-squashfs-sysupgrade.bin"; + sha256 = "9a0b1973d96dc318ade166bb2d6d71d858a450b3e3aa999e7658d6a3b9dbac3a"; + sha256_unsigned = "545b79772fba1b00da5ba4d69040ab45769907d1b73c93f56242fbbe6b6032c9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-buffalo_wsr-1166dhp-initramfs-kernel.bin"; + sha256 = "718141587f720d642b189ef5f51b413d554f8d9398e93a3c6e1f1e0e02f306f5"; + sha256_unsigned = "718141587f720d642b189ef5f51b413d554f8d9398e93a3c6e1f1e0e02f306f5"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-1166dhp" + "wsr-1166" + ]; + titles = [ + { + model = "WSR-1166DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-2533dhpl = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-buffalo_wsr-2533dhpl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin"; + sha256 = "acf15372d5dbebc52af45fa29ad8cf2c0bdb8c06fe551b521e62bb9a80f69257"; + sha256_unsigned = "165e9f3381c83ad465a91c33dde4b5fef44d037180c89d4fea93df8f2c0ae8e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-buffalo_wsr-2533dhpl-initramfs-kernel.bin"; + sha256 = "41a25374c6a8007a6c960695f541256e49da76309bc6352811f10b9e86fc8c45"; + sha256_unsigned = "41a25374c6a8007a6c960695f541256e49da76309bc6352811f10b9e86fc8c45"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhpl" + ]; + titles = [ + { + model = "WSR-2533DHPL"; + vendor = "Buffalo"; + } + { + model = "WSR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-600dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-buffalo_wsr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-buffalo_wsr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "bc08324bceceacf77f09f14bedd5b03f3fa1f31fd8978cd5c2df7c616e451850"; + sha256_unsigned = "175d3eb8ebbb424c9b5f473ece0df667b91afb997edae66da42139be600c07c0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-buffalo_wsr-600dhp-initramfs-kernel.bin"; + sha256 = "4794449520a560e39203fd871a18de836b2ed34482ec2acaa5ee75b99ee0efd5"; + sha256_unsigned = "4794449520a560e39203fd871a18de836b2ed34482ec2acaa5ee75b99ee0efd5"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-600dhp" + "wsr-600" + ]; + titles = [ + { + model = "WSR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1300 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-cudy_wr1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-cudy_wr1300-squashfs-sysupgrade.bin"; + sha256 = "a8a05614c2e5efec0d794ec3825a7a885849c18e0ba0f8028525c2ac57bc6e51"; + sha256_unsigned = "07d7a14a36197517e1c32f346973d517e5600c4e9fb7cff29cb776315471c92a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-cudy_wr1300-initramfs-kernel.bin"; + sha256 = "574858e7cb58550a59561ff27984645865bcb2e17bfa8989a37f2a424440cde9"; + sha256_unsigned = "574858e7cb58550a59561ff27984645865bcb2e17bfa8989a37f2a424440cde9"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr1300" + ]; + titles = [ + { + model = "WR1300"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-cudy_wr2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-cudy_wr2100-initramfs-kernel.bin"; + sha256 = "ad856a6b411e857d017cb2245c9865b1e4fd2d3917f67317f929a3c5056cf09a"; + sha256_unsigned = "ad856a6b411e857d017cb2245c9865b1e4fd2d3917f67317f929a3c5056cf09a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-cudy_wr2100-squashfs-sysupgrade.bin"; + sha256 = "2e2816d84dc1729b9628abf4f7a5fb1800b0b83469876c9abf03f93ea37ce70f"; + sha256_unsigned = "8ca90d2005248051f6a23cf96a2c6b87df16e0704e9fb0504ac2b945ee3901e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr2100" + ]; + titles = [ + { + model = "WR2100"; + vendor = "Cudy"; + } + ]; + }; + cudy_x6 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-cudy_x6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-cudy_x6-initramfs-kernel.bin"; + sha256 = "ff3656820707b4d3fcd5fe43a5c7d02f3e85843c32169b9ed3dac986b48aa530"; + sha256_unsigned = "ff3656820707b4d3fcd5fe43a5c7d02f3e85843c32169b9ed3dac986b48aa530"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-cudy_x6-squashfs-sysupgrade.bin"; + sha256 = "428dd030a889f96e79de0f8c9e635e55ba571c20db628fec3791fef705315302"; + sha256_unsigned = "8da4775ba80d9c1072cbac940298582f29f5c936af9cfd4cbadce29a3e2a34f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,x6" + ]; + titles = [ + { + model = "X6"; + vendor = "Cudy"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-d-team_newifi-d2-initramfs-kernel.bin"; + sha256 = "0ab5bb14c31d7c3397c753fdcdf829235776a8921d9c16e8d35af752dea00be3"; + sha256_unsigned = "0ab5bb14c31d7c3397c753fdcdf829235776a8921d9c16e8d35af752dea00be3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "20079fcc2200a7d1d775da70d0a1b31d28e8bc19dbe960539bdf7b277fe138a9"; + sha256_unsigned = "688c74124e8e93b3030838cf29ff4fbe62022cb96ed884b34b35d1890fb1ef6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + model = "D2"; + vendor = "Newifi"; + } + ]; + }; + d-team_pbr-m1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-d-team_pbr-m1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-d-team_pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "0d99d2e89210e8ebaf50a440307a2bc570058a84a9841df13bf70848216acd80"; + sha256_unsigned = "b678036e4365e1356011ecf8f47d108df3d4d1fbca6cd9ec0f9473173a2cd34b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-d-team_pbr-m1-initramfs-kernel.bin"; + sha256 = "4b889c8babf159ccd8e7854dcfc4a0ce662f83b2e1bd1ad6cc5ba109bdc6f2c2"; + sha256_unsigned = "4b889c8babf159ccd8e7854dcfc4a0ce662f83b2e1bd1ad6cc5ba109bdc6f2c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,pbr-m1" + "pbr-m1" + ]; + titles = [ + { + model = "PBR-M1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dir-1960-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-dlink_dir-1960-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-1960-a1-initramfs-kernel.bin"; + sha256 = "d6a5c3c5b8330d840be70113b263793076e5cd948c99a1f3bd48c95c07474d03"; + sha256_unsigned = "d6a5c3c5b8330d840be70113b263793076e5cd948c99a1f3bd48c95c07474d03"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-1960-a1-squashfs-factory.bin"; + sha256 = "ac4a05361149d9fe228e3fdec06ccc9021e847bd436730366910ec19c51234e8"; + sha256_unsigned = "ac4a05361149d9fe228e3fdec06ccc9021e847bd436730366910ec19c51234e8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-1960-a1-squashfs-sysupgrade.bin"; + sha256 = "b02eedfb8811c05396031386b635e7cb5d0ab7e388d1960149070e39502195dc"; + sha256_unsigned = "c5d682f7c576b27f5083600900d77b8acd117cc33683a6302ace9449cc80822a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-1960-a1" + ]; + titles = [ + { + model = "DIR-1960"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2640-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-dlink_dir-2640-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-2640-a1-squashfs-sysupgrade.bin"; + sha256 = "3edf52f417c4c88117cf17ac2521a5d3b8bb9fb492ee534b5d9da7523e0903fe"; + sha256_unsigned = "ac153b99f260cf63fadbecf5d077b0ce935fa496fec7ca6461acb90403e57375"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-2640-a1-initramfs-kernel.bin"; + sha256 = "54d83bd180a3ed247d8f3e11cf941c11186d1279b9805788807554df041ee1f0"; + sha256_unsigned = "54d83bd180a3ed247d8f3e11cf941c11186d1279b9805788807554df041ee1f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-2640-a1-squashfs-factory.bin"; + sha256 = "791cc609a75f0e51930c8200f4f68cf5ecc55450a956542e98b8c4e7354b0357"; + sha256_unsigned = "791cc609a75f0e51930c8200f4f68cf5ecc55450a956542e98b8c4e7354b0357"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-2640-a1" + ]; + titles = [ + { + model = "DIR-2640"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2660-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-dlink_dir-2660-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "d1b3b582c15ab7fc88dde14bc480b0bd3f28726ad52c65306ed6f6ff539282f5"; + sha256_unsigned = "fbd5a3d5abb7fa594ef75f62a3ebd7ca7a77595fe3bca99be72199ba7daeaf5b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-2660-a1-squashfs-factory.bin"; + sha256 = "7c6e41805b625edec3f502e854c8c7035525684064b416cf7d717a5ff80ff1f2"; + sha256_unsigned = "7c6e41805b625edec3f502e854c8c7035525684064b416cf7d717a5ff80ff1f2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-2660-a1-initramfs-kernel.bin"; + sha256 = "1a01659baa67007a8ede4fa11b5b1a1c225f78dfb6ee015cc1092c5a43599d38"; + sha256_unsigned = "1a01659baa67007a8ede4fa11b5b1a1c225f78dfb6ee015cc1092c5a43599d38"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-2660-a1" + ]; + titles = [ + { + model = "DIR-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-853-a3 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-dlink_dir-853-a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-853-a3-squashfs-sysupgrade.bin"; + sha256 = "8a1874d9e7737923aec792b23c5205a21e3992784cedca27e81665132dbd6ec9"; + sha256_unsigned = "20cbd4de6da47fd5d3e6bc13156a140ca8fe0485dbf25ca338c91aeb9a30dc5d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-853-a3-squashfs-factory.bin"; + sha256 = "602e29ae11cea12659e116a26b01d8a7334ebfd3b90f8daf097b05f908b93638"; + sha256_unsigned = "602e29ae11cea12659e116a26b01d8a7334ebfd3b90f8daf097b05f908b93638"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-853-a3-initramfs-kernel.bin"; + sha256 = "4ba07d06c4d67555ff08ba53b61ec7777a401384c83709fe9d0de20c4c528831"; + sha256_unsigned = "4ba07d06c4d67555ff08ba53b61ec7777a401384c83709fe9d0de20c4c528831"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-853-a3" + ]; + titles = [ + { + model = "DIR-853"; + variant = "A3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-853-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-dlink_dir-853-r1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-853-r1-initramfs-kernel.bin"; + sha256 = "71c63fb1e609da45f8cc2ab0f04f245f5832bce869c556972211e317a690a7bc"; + sha256_unsigned = "71c63fb1e609da45f8cc2ab0f04f245f5832bce869c556972211e317a690a7bc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-853-r1-squashfs-sysupgrade.bin"; + sha256 = "cae2bee1be17ccb54f1823cc40ce132b8fe0e268d8415efbca1b72d3182145df"; + sha256_unsigned = "1fe16deb4015ea718aa32f636e40303efd5df0cb2929f38118fe7fe629606c9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-853-r1" + ]; + titles = [ + { + model = "DIR-853"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-dlink_dir-860l-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-860l-b1-squashfs-factory.bin"; + sha256 = "1c448a9b9ad8cf3e4a24156ecd355a82d06bd1751a71480db0014a0761d54648"; + sha256_unsigned = "1c448a9b9ad8cf3e4a24156ecd355a82d06bd1751a71480db0014a0761d54648"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-860l-b1-initramfs-kernel.bin"; + sha256 = "53682577d32e9889af68c08fbc8f6f809da8b3a00cc6515c76fbc37584c6f58a"; + sha256_unsigned = "53682577d32e9889af68c08fbc8f6f809da8b3a00cc6515c76fbc37584c6f58a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "7dd2f757446e5cfa5abef801e2ded223676b197daa3c0b827e440a542d214e94"; + sha256_unsigned = "fa71677e57f7a9c49f91f520291989918497563164e521a3b0a698bc60775888"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-860l-b1" + "dir-860l-b1" + ]; + titles = [ + { + model = "DIR-860L"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-867-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-dlink_dir-867-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-867-a1-squashfs-sysupgrade.bin"; + sha256 = "067f53f596d07bad90e09723e40900525dcad67f2a7e02db9ff13bb1534f3f55"; + sha256_unsigned = "f4f92a1b50c845d931b8b2d5fcf7522d964ca7917f58f5e9bab44b7e9c1bfe6a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-867-a1-initramfs-kernel.bin"; + sha256 = "be1647df4b54f87d003020409fa8bcb03c198622e54a92f7aede9e4b9fda7428"; + sha256_unsigned = "be1647df4b54f87d003020409fa8bcb03c198622e54a92f7aede9e4b9fda7428"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-867-a1-squashfs-factory.bin"; + sha256 = "85a3c5fb4a5659942a522076237c2c1630239a86e1b9e29ebce1fee624862b0d"; + sha256_unsigned = "85a3c5fb4a5659942a522076237c2c1630239a86e1b9e29ebce1fee624862b0d"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-867-a1" + ]; + titles = [ + { + model = "DIR-867"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-dlink_dir-878-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-878-a1-squashfs-sysupgrade.bin"; + sha256 = "b60b607e2fb7a68aabb96b422b99f4af8fafc0328f2838ee76bfb76c276eba82"; + sha256_unsigned = "e7d2533aa25e6f0d6dbf24223af4be5fd90bcb2b9905829461bdcf4ce4d96ff8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-878-a1-initramfs-kernel.bin"; + sha256 = "0160cad2bf51c5dac74d59a57b6c39bca0281f66065ca5a143c921433e98711e"; + sha256_unsigned = "0160cad2bf51c5dac74d59a57b6c39bca0281f66065ca5a143c921433e98711e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-878-a1-squashfs-factory.bin"; + sha256 = "ba546e5077d3665f6a2c72dc31c8cb2453c7ecb0afd53f622be7f868582379a1"; + sha256_unsigned = "ba546e5077d3665f6a2c72dc31c8cb2453c7ecb0afd53f622be7f868582379a1"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-878-a1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-dlink_dir-878-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-878-r1-squashfs-factory.bin"; + sha256 = "a2ed75eaa21338bf4200904b120dd04e7101bc6b858efde393a0913085e77f26"; + sha256_unsigned = "a2ed75eaa21338bf4200904b120dd04e7101bc6b858efde393a0913085e77f26"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-878-r1-squashfs-sysupgrade.bin"; + sha256 = "96bf20172ca43157053cc587db0b5cb7b6673cb32a30e550c1215b15664f5d33"; + sha256_unsigned = "0ec9f1397d61d2cc26bef1e80af70117622e7ca457420d1b374f19ec47da7057"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-878-r1-initramfs-kernel.bin"; + sha256 = "05fa8ff063294ba13bc73fb78d2da1efe23473fa5bcd60ca0d55ff9b22bc2667"; + sha256_unsigned = "05fa8ff063294ba13bc73fb78d2da1efe23473fa5bcd60ca0d55ff9b22bc2667"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-878-r1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-dlink_dir-882-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-882-a1-initramfs-kernel.bin"; + sha256 = "479e54b991402c344d113268e4478e7625ee456295ccf35d3609101392c6bcb3"; + sha256_unsigned = "479e54b991402c344d113268e4478e7625ee456295ccf35d3609101392c6bcb3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-882-a1-squashfs-factory.bin"; + sha256 = "789deb4f9969989837d9bc89a78a31a4918f696c8f79434d054d7e8f3a086d7f"; + sha256_unsigned = "789deb4f9969989837d9bc89a78a31a4918f696c8f79434d054d7e8f3a086d7f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-882-a1-squashfs-sysupgrade.bin"; + sha256 = "870323a85a7bedb2df540b1cf39561e239d9849420035a1acbca1abae6c0f183"; + sha256_unsigned = "3d03aba0b5474e823f988e7adc26c6408dc761c907dc63138c711be1e30abfe9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-882-a1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-dlink_dir-882-r1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-882-r1-initramfs-kernel.bin"; + sha256 = "598a265a75658121480f7f444181182314902278ead08e82e1be83a44e3353ab"; + sha256_unsigned = "598a265a75658121480f7f444181182314902278ead08e82e1be83a44e3353ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-882-r1-squashfs-factory.bin"; + sha256 = "6bd0a146a0154c3893e5fa3527168771f169849c78822870fc2ba728110aebec"; + sha256_unsigned = "6bd0a146a0154c3893e5fa3527168771f169849c78822870fc2ba728110aebec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dlink_dir-882-r1-squashfs-sysupgrade.bin"; + sha256 = "b25c966cab1eda568e9c53122dfbae21626e89346df12b02b997763e9e4b4607"; + sha256_unsigned = "923e106f6d8e9cb03afd9902cd16088689835fc520277f3ef6023171a4aa25e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-882-r1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dual-q_h721 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-dual-q_h721"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-dual-q_h721-squashfs-sysupgrade.bin"; + sha256 = "16220ee4907e645a83c6d6e6aa5065d15ea0215b57807c4d3e5d5d657fe5ffa1"; + sha256_unsigned = "201e3881007438e3dc532653a7251dd17525036c82d453ec3db0e81b9d1113b5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-dual-q_h721-initramfs-kernel.bin"; + sha256 = "09f476eca7fd8253297c12180a6911b93aa1cbf6a8856c9ec71b158edca105fc"; + sha256_unsigned = "09f476eca7fd8253297c12180a6911b93aa1cbf6a8856c9ec71b158edca105fc"; + type = "kernel"; + } + ]; + supported_devices = [ + "dual-q,h721" + ]; + titles = [ + { + model = "H721"; + vendor = "Dual-Q"; + } + ]; + }; + edimax_ra21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-edimax_ra21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"; + sha256 = "2a89b57cff12b3bede8295b52633c02ff0241d23427b6c7237fa469d98b6aeab"; + sha256_unsigned = "2a89b57cff12b3bede8295b52633c02ff0241d23427b6c7237fa469d98b6aeab"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-edimax_ra21s-initramfs-kernel.bin"; + sha256 = "f9bd1bbfbeeea4247feaf6d6fd895a436fe84f47a6f179e73749dacf2802c354"; + sha256_unsigned = "f9bd1bbfbeeea4247feaf6d6fd895a436fe84f47a6f179e73749dacf2802c354"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin"; + sha256 = "70ee2318fc3e1d73d64b294592b9039c5aedb0a848f53a1b644b31fa7c6d77b4"; + sha256_unsigned = "4cac82d8f7492870a699cf7d56fc967f7af1dd788d3c932306924829c2285b53"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ra21s" + ]; + titles = [ + { + model = "RA21S"; + vendor = "Edimax"; + } + { + model = "Gemini RA21S"; + vendor = "Edimax"; + } + ]; + }; + edimax_re23s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-edimax_re23s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-edimax_re23s-squashfs-sysupgrade.bin"; + sha256 = "f0726135b54c423dd9ac74bbd278cbff8c6779f462bac111221c9f5ac3b48fbc"; + sha256_unsigned = "ab35fb49c295d5f061a4f79a81c005412f7d148edf6cabf15a4de974f8300745"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-edimax_re23s-initramfs-kernel.bin"; + sha256 = "756b1a1df8debe4e3f1b5ebe9c57491a6919722e022d8cc91186da74056230f8"; + sha256_unsigned = "756b1a1df8debe4e3f1b5ebe9c57491a6919722e022d8cc91186da74056230f8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-edimax_re23s-squashfs-factory.bin"; + sha256 = "7816eb964481f3e91e48c74397cd459a38a85f56cfc0eaaa422e69457e646080"; + sha256_unsigned = "7816eb964481f3e91e48c74397cd459a38a85f56cfc0eaaa422e69457e646080"; + type = "factory"; + } + ]; + supported_devices = [ + "edimax,re23s" + ]; + titles = [ + { + model = "RE23S"; + vendor = "Edimax"; + } + { + model = "Gemini RE23S"; + vendor = "Edimax"; + } + ]; + }; + edimax_rg21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-edimax_rg21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-edimax_rg21s-squashfs-factory.bin"; + sha256 = "08605a0174db754264b2b912d4137372b68706f425ff22bbc137bef8a2fe2888"; + sha256_unsigned = "08605a0174db754264b2b912d4137372b68706f425ff22bbc137bef8a2fe2888"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-edimax_rg21s-initramfs-kernel.bin"; + sha256 = "a460824b97c7df8ac1aa29e667cd56f3cdc199bd11348285d67ccd4468b91302"; + sha256_unsigned = "a460824b97c7df8ac1aa29e667cd56f3cdc199bd11348285d67ccd4468b91302"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-edimax_rg21s-squashfs-sysupgrade.bin"; + sha256 = "eeb4def66e5b31ea6fb712cf78f84df4156d6fa5ca78f39540ea012635a472c7"; + sha256_unsigned = "d6f152c7fc511581691178c2beaa599e9ae062e297513fcaf7535e1a11f135fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,rg21s" + ]; + titles = [ + { + model = "Gemini AC2600 RG21S"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "f6979b56e079bf3eea1e326e3a6d4c4ac28eafeb3b8d7655ec83386c09574251"; + sha256_unsigned = "234e91a968f72f33164f7a1028e41b683966a757916f8e315df28f2d0a10ba97"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "eb44c5e9ca48a3f22131c04ebc19c3a1def173b528b073481eee116871f55c70"; + sha256_unsigned = "eb44c5e9ca48a3f22131c04ebc19c3a1def173b528b073481eee116871f55c70"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1167ghbk2-s-initramfs-kernel.bin"; + sha256 = "bbc3acb79b0015a63f0088820873393a0716e544a19cff11597b5b72571b020b"; + sha256_unsigned = "bbc3acb79b0015a63f0088820873393a0716e544a19cff11597b5b72571b020b"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + model = "WRC-1167GHBK2-S"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gs2-b = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1167gs2-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1167gs2-b-initramfs-kernel.bin"; + sha256 = "d8cf7a39c0670dd78134bc39b941ed01b0a66310ec8acbd4ed839995403af1bf"; + sha256_unsigned = "d8cf7a39c0670dd78134bc39b941ed01b0a66310ec8acbd4ed839995403af1bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-factory.bin"; + sha256 = "01bc8a29bd664b7f0acbac6ceea7a81462318a0de363ef45b850a9541a14b251"; + sha256_unsigned = "01bc8a29bd664b7f0acbac6ceea7a81462318a0de363ef45b850a9541a14b251"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-sysupgrade.bin"; + sha256 = "c121b663c8c213023ce7dbabe0179bf44806cd3d431227571029e85884443a72"; + sha256_unsigned = "9d4a58d6fa9554c2ff978676a389f1190e40aca8e278b52fd2c94a76967e19bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gs2-b" + ]; + titles = [ + { + model = "WRC-1167GS2-B"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1167gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1167gst2-squashfs-factory.bin"; + sha256 = "1d4d97e915cd8e97d9022125a54277399c125b2301ba1a058f01bc06c976b9e2"; + sha256_unsigned = "1d4d97e915cd8e97d9022125a54277399c125b2301ba1a058f01bc06c976b9e2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1167gst2-squashfs-sysupgrade.bin"; + sha256 = "1593d8edcf18d661f90641cab648d06a780ca04b5427560f4e2297fce6b448f0"; + sha256_unsigned = "c284cd662bf8dcdfcecc5440b15ff2b1792a096188913af7e1d5bcc35f58d377"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1167gst2-initramfs-kernel.bin"; + sha256 = "a678f9581b6508adb828e401c3dfe3e512716a58a94d4705670245166d1dabf7"; + sha256_unsigned = "a678f9581b6508adb828e401c3dfe3e512716a58a94d4705670245166d1dabf7"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gst2" + ]; + titles = [ + { + model = "WRC-1167GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gs = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1750gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1750gs-squashfs-sysupgrade.bin"; + sha256 = "08f2d63d6399bad3f1c09d122e31baed4288d82ed1ebf4a9b17f13381d49dc67"; + sha256_unsigned = "ec4de566c6c998bb35fcdfa33cd508b320fd90c8e330393d227bb7d79bdd7753"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1750gs-squashfs-factory.bin"; + sha256 = "48c3685c25d4519492d8bd5fdeaaba55ec0efde60306160c1c7d2a6f5fca219c"; + sha256_unsigned = "48c3685c25d4519492d8bd5fdeaaba55ec0efde60306160c1c7d2a6f5fca219c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1750gs-initramfs-kernel.bin"; + sha256 = "6aceb1f97634f6c6eaa03d89ead08fd887c95f5665fe5c5c1e3af2853a0acb6d"; + sha256_unsigned = "6aceb1f97634f6c6eaa03d89ead08fd887c95f5665fe5c5c1e3af2853a0acb6d"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gs" + ]; + titles = [ + { + model = "WRC-1750GS"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1750gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1750gst2-initramfs-kernel.bin"; + sha256 = "cafc0c46c5843ec81b8e597684dab16458b29c44c7dc298ec3043199a651fb45"; + sha256_unsigned = "cafc0c46c5843ec81b8e597684dab16458b29c44c7dc298ec3043199a651fb45"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1750gst2-squashfs-factory.bin"; + sha256 = "cc6b52761c182be25e67f7c417d45a3d63d4f737dc402afb2c27f30140a11d95"; + sha256_unsigned = "cc6b52761c182be25e67f7c417d45a3d63d4f737dc402afb2c27f30140a11d95"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1750gst2-squashfs-sysupgrade.bin"; + sha256 = "38b2579b82cc01d6ff4308778213542ed0523aea8b83fc0fe445802269e6beba"; + sha256_unsigned = "4da38993509e0fc2ff398edc34e11c9503e6a5da23cbd07c2c73f6e20bf92a10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gst2" + ]; + titles = [ + { + model = "WRC-1750GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gsv = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1750gsv"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1750gsv-initramfs-kernel.bin"; + sha256 = "50db5b8e4a8465aad71bd9e794032c36c8bd1faa76ec4c34dc0fd5fd645264d3"; + sha256_unsigned = "50db5b8e4a8465aad71bd9e794032c36c8bd1faa76ec4c34dc0fd5fd645264d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1750gsv-squashfs-sysupgrade.bin"; + sha256 = "3a9d0db911961d0cf00c26e485e9e944150fd1c4c5430505e795cd905336a91e"; + sha256_unsigned = "7417f8962a9e15d2c594c54b7a94b293cf03b8e649ee2767d110fdc47b565775"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1750gsv-squashfs-factory.bin"; + sha256 = "b6ec4dd074daf261cb6e89a66021258b36d2f6cc9e205a0ddad191e600fb5ccf"; + sha256_unsigned = "b6ec4dd074daf261cb6e89a66021258b36d2f6cc9e205a0ddad191e600fb5ccf"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gsv" + ]; + titles = [ + { + model = "WRC-1750GSV"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1900gst-initramfs-kernel.bin"; + sha256 = "838d2d5c7dfbaa42bdd35d8d1624c91ad13a2e1e206b4f9acfe460be54d9c311"; + sha256_unsigned = "838d2d5c7dfbaa42bdd35d8d1624c91ad13a2e1e206b4f9acfe460be54d9c311"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "06073c518730294602133a0756117f27908d51199895bb805d60bb188e32cefd"; + sha256_unsigned = "3b9ee6267735ea522f46d5a67605db8e75f97e20855e5592c9e996b57b2059c2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "dfdae4d0822875cf0988a0c475e1a34b9dbad6f09e80b8c161157aab293898cb"; + sha256_unsigned = "dfdae4d0822875cf0988a0c475e1a34b9dbad6f09e80b8c161157aab293898cb"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + model = "WRC-1900GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533ghbk-i = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-2533ghbk-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-factory.bin"; + sha256 = "4949a83babf2051e50c4a6e049673b9bc25a73f46ee5e4d408ca7a9a418322f5"; + sha256_unsigned = "4949a83babf2051e50c4a6e049673b9bc25a73f46ee5e4d408ca7a9a418322f5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-2533ghbk-i-initramfs-kernel.bin"; + sha256 = "2bfd93716531f044a420cd12a800e1c9081a08a2ffd01ec147ccb0bef7f5386b"; + sha256_unsigned = "2bfd93716531f044a420cd12a800e1c9081a08a2ffd01ec147ccb0bef7f5386b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-sysupgrade.bin"; + sha256 = "aff232081fe516b111b8c54a87a158163c6c693512ccb7864d497f0078537827"; + sha256_unsigned = "7db48d6319dc4f36ed5f62b00dfdd357b5a55a45b787262c722df981b2e502de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533ghbk-i" + ]; + titles = [ + { + model = "WRC-2533GHBK-I"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gs2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-2533gs2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-2533gs2-squashfs-sysupgrade.bin"; + sha256 = "895cb0aa2e91ee91051edafd946a328dfdcafadf29683dcc29eb38d37ac1401a"; + sha256_unsigned = "008d5d1a6ae9019216bd62c25273d0457585f2a07bce186af64ad5233c2f2204"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-2533gs2-squashfs-factory.bin"; + sha256 = "41d5291031f1da9816a517735aa0f8e0b97160ae429cee8ad068493621bc8177"; + sha256_unsigned = "41d5291031f1da9816a517735aa0f8e0b97160ae429cee8ad068493621bc8177"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-2533gs2-initramfs-kernel.bin"; + sha256 = "6409a1da40585083ce58a17e40c812b46f42a5a86f835e2072609f79da465fb3"; + sha256_unsigned = "6409a1da40585083ce58a17e40c812b46f42a5a86f835e2072609f79da465fb3"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gs2" + ]; + titles = [ + { + model = "WRC-2533GS2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "ffbcd1f117529e6de67ae9be3534db034b5a54ff7b3568eb47325e194b220a93"; + sha256_unsigned = "ba362e1068fd8edd260af740823d5dd271eb3c7ec01bfa124442ced109b79561"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-2533gst-initramfs-kernel.bin"; + sha256 = "c80ec9c51a0b3113498264acd4d835d7ac4e76d73d4219f9ca399eee72ebab54"; + sha256_unsigned = "c80ec9c51a0b3113498264acd4d835d7ac4e76d73d4219f9ca399eee72ebab54"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "df425b05786ea16629178742376beff17bc27003ef92a8bb28534f7cec9aa66e"; + sha256_unsigned = "df425b05786ea16629178742376beff17bc27003ef92a8bb28534f7cec9aa66e"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + model = "WRC-2533GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-2533gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-2533gst2-initramfs-kernel.bin"; + sha256 = "6592643e6a34c9447ce80cef3e682ef6635b731abd1b26be3c2b4d65eba15db2"; + sha256_unsigned = "6592643e6a34c9447ce80cef3e682ef6635b731abd1b26be3c2b4d65eba15db2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-2533gst2-squashfs-factory.bin"; + sha256 = "d3558b30f41c3d30af7f28433c993d1c16b7169584c9b9f880f5d3bce0301347"; + sha256_unsigned = "d3558b30f41c3d30af7f28433c993d1c16b7169584c9b9f880f5d3bce0301347"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-elecom_wrc-2533gst2-squashfs-sysupgrade.bin"; + sha256 = "61cbe398412aafe44511bf6fbf34a9f4ba6fc9842cc3e0f865a3c120637d420a"; + sha256_unsigned = "958e0c8c80c5fdd4c7d063c59b1d4e46c4e6f5f016c69358a3dc2ab615fceacb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst2" + ]; + titles = [ + { + model = "WRC-2533GST2"; + vendor = "ELECOM"; + } + ]; + }; + firefly_firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-firefly_firewrt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-firefly_firewrt-initramfs-kernel.bin"; + sha256 = "ade94ba72d43aa54150ed843eaf46f26ddd0edbcfd230f7671bec59f04561bfc"; + sha256_unsigned = "ade94ba72d43aa54150ed843eaf46f26ddd0edbcfd230f7671bec59f04561bfc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-firefly_firewrt-squashfs-sysupgrade.bin"; + sha256 = "53d620f882061f85680926b1feb40cc86b9088771b21360bda52cec8f9970f5d"; + sha256_unsigned = "8071c88e108d7515ee4f09a8238430e1d87c899629bc003a9d3a54e656fc8d50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "firefly,firewrt" + "firewrt" + ]; + titles = [ + { + model = "FireWRT"; + vendor = "Firefly"; + } + ]; + }; + gehua_ghl-r-001 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-gehua_ghl-r-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-gehua_ghl-r-001-squashfs-sysupgrade.bin"; + sha256 = "687eac835deb4a124271942acc3ac64402b3956ae2ad8fefcd8fb359ca26be09"; + sha256_unsigned = "f4b3a1598c753546d5913702c935734f65a6da1d05a9acd6ca2b7091e9aee489"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-gehua_ghl-r-001-initramfs-kernel.bin"; + sha256 = "eaf7e940188bff79cefffda964be9210e7a09f559e72a157762bb6a969a19d76"; + sha256_unsigned = "eaf7e940188bff79cefffda964be9210e7a09f559e72a157762bb6a969a19d76"; + type = "kernel"; + } + ]; + supported_devices = [ + "gehua,ghl-r-001" + ]; + titles = [ + { + model = "GHL-R-001"; + vendor = "GeHua"; + } + ]; + }; + glinet_gl-mt1300 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-glinet_gl-mt1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-glinet_gl-mt1300-squashfs-sysupgrade.bin"; + sha256 = "a6645e9b748d62ee4eea2e3b7550cc16849c7cda2f82333cad741e1005c3e642"; + sha256_unsigned = "71eb7c0e69933fb8e1c94cbc1221235332e4559d328e8e397c62beaab862a0eb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-glinet_gl-mt1300-initramfs-kernel.bin"; + sha256 = "e0a8e5ed8bd2e09cd695f4ae6736fbaaf85b1bff509d967ed76afc37c1b35a12"; + sha256_unsigned = "e0a8e5ed8bd2e09cd695f4ae6736fbaaf85b1bff509d967ed76afc37c1b35a12"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt1300" + ]; + titles = [ + { + model = "GL-MT1300"; + vendor = "GL.iNet"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "df34e6c9e7216551b4a1326bc991102110b3a8a56c9cd7b6ab861c974f95ae43"; + sha256_unsigned = "0ed55b21e2958506898b5a4752a5f518f4bc9a3f87872cab06a622f40e1947b6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-gnubee_gb-pc1-initramfs-kernel.bin"; + sha256 = "712a9494a717466ab9f1c539ccde1b5e4940bf049fbd7cfdc519c5f9bbcfb4d2"; + sha256_unsigned = "712a9494a717466ab9f1c539ccde1b5e4940bf049fbd7cfdc519c5f9bbcfb4d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + model = "Personal Cloud One"; + vendor = "GnuBee"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-gnubee_gb-pc2-initramfs-kernel.bin"; + sha256 = "a17f5b52d6285c904923815c2c4f4e8cd5236f5c4969c5f3aa20f1b468e1d417"; + sha256_unsigned = "a17f5b52d6285c904923815c2c4f4e8cd5236f5c4969c5f3aa20f1b468e1d417"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "95a39e24bba6912fb91270e02d50fa51495da8abd922378ec724c348268dd28e"; + sha256_unsigned = "521515483a97a81f94a891211d53e8023c917d63906e1ad496cfa6b6d93e1337"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + model = "Personal Cloud Two"; + vendor = "GnuBee"; + } + ]; + }; + hilink_hlk-7621a-evb = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-hilink_hlk-7621a-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-hilink_hlk-7621a-evb-initramfs-kernel.bin"; + sha256 = "c78f5a8d87d5cbd7dd1a1165dc74d20107490f5c68c87305f97c1d9087b9ccf2"; + sha256_unsigned = "c78f5a8d87d5cbd7dd1a1165dc74d20107490f5c68c87305f97c1d9087b9ccf2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-hilink_hlk-7621a-evb-squashfs-sysupgrade.bin"; + sha256 = "36cb2851c241d848c14c93b7fd1d875a528d9eca057e4f3910bece8451dc482f"; + sha256_unsigned = "eed1b5debabbef5895ce2efa19c285a6e7912ac7b9fd739b480a38e47eba41d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7621a-evb" + ]; + titles = [ + { + model = "HLK-7621A evaluation board"; + vendor = "HiLink"; + } + ]; + }; + hiwifi_hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-hiwifi_hc5962"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-hiwifi_hc5962-squashfs-sysupgrade.bin"; + sha256 = "8d4570dcbea335108e9f512ee1686227f8fc20317c90ca825d5fc21436506fff"; + sha256_unsigned = "85aa143d8c6f7672d9c968d0362989d2d837536fdadf56595c672767741e5eba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-hiwifi_hc5962-initramfs-kernel.bin"; + sha256 = "1efb0375364195b342fef9927d42918631a49d99fe772cc3303e0424c1e9a898"; + sha256_unsigned = "1efb0375364195b342fef9927d42918631a49d99fe772cc3303e0424c1e9a898"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-hiwifi_hc5962-squashfs-factory.bin"; + sha256 = "fb399bff8124711f2bd721aa14a2ee8963e43fcb9a21e8fa4345b0a1f3c512bd"; + sha256_unsigned = "fb399bff8124711f2bd721aa14a2ee8963e43fcb9a21e8fa4345b0a1f3c512bd"; + type = "factory"; + } + ]; + supported_devices = [ + "hiwifi,hc5962" + ]; + titles = [ + { + model = "HC5962"; + vendor = "HiWiFi"; + } + ]; + }; + humax_e10 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-humax_e10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-humax_e10-initramfs-kernel.bin"; + sha256 = "cb674f0947b55b1384dcbedad92dd6d2e334d6f55e6cc7a7545c9337f55ade95"; + sha256_unsigned = "cb674f0947b55b1384dcbedad92dd6d2e334d6f55e6cc7a7545c9337f55ade95"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-humax_e10-squashfs-factory.bin"; + sha256 = "7e3aa18186d92f3d8a27eca0f3dcdc0409f5fe65e8db7a6193c2df5926c5f2d8"; + sha256_unsigned = "7e3aa18186d92f3d8a27eca0f3dcdc0409f5fe65e8db7a6193c2df5926c5f2d8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-humax_e10-squashfs-sysupgrade.bin"; + sha256 = "5b3b9d6c488ddfcba73e3cdf363430409a5ef5a538549825c9834a6a960b7815"; + sha256_unsigned = "970eef98c303c2bf1f20ec061003a6542a634b26d6570c37c987c836cfaee0c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "humax,e10" + ]; + titles = [ + { + model = "E10"; + vendor = "HUMAX"; + } + { + model = "QUANTUM E10"; + vendor = "HUMAX"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "3e37a831d7225a5429f23c94183b60c73c31bee7576b7b41f70b0ab2723b545e"; + sha256_unsigned = "7206cb3dcf9320f32fe166bcd87fafb69a66ad6f1b7d69278e8d0574617950a8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wn-ax1167gr-initramfs-kernel.bin"; + sha256 = "ced7e36c5e06a1b0bb84617c87e1c898716744511e5afd777a7f7a3a284a766e"; + sha256_unsigned = "ced7e36c5e06a1b0bb84617c87e1c898716744511e5afd777a7f7a3a284a766e"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + model = "WN-AX1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax1167gr2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-iodata_wn-ax1167gr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wn-ax1167gr2-squashfs-sysupgrade.bin"; + sha256 = "7bb6920ddf860229a64b978562073366525c7a2f7584990fc455a092a6f7ab1d"; + sha256_unsigned = "4d5d1bb01649f2fe2d95200619ba57f733010223be27b4651d543127f13cb38c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wn-ax1167gr2-initramfs-kernel.bin"; + sha256 = "bf3f0062f3bef995f22e74ee6066dde54ef6f40f9f2774b04599f790beba0dd1"; + sha256_unsigned = "bf3f0062f3bef995f22e74ee6066dde54ef6f40f9f2774b04599f790beba0dd1"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr2" + ]; + titles = [ + { + model = "WN-AX1167GR2"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-iodata_wn-ax2033gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wn-ax2033gr-squashfs-sysupgrade.bin"; + sha256 = "a00b62aae720a26e57f205c73f23dbfc9f4b44ed17d0591671736ec4d9373603"; + sha256_unsigned = "d6bb387048ee305cd822d50fca2739bb6bf31ff0457e611a2138b186ba026868"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wn-ax2033gr-initramfs-kernel.bin"; + sha256 = "c483cb49e29f1b804dd538b4f83574ae450bd1d9bf3e2ec5d7cfca8172c61fef"; + sha256_unsigned = "c483cb49e29f1b804dd538b4f83574ae450bd1d9bf3e2ec5d7cfca8172c61fef"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax2033gr" + ]; + titles = [ + { + model = "WN-AX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1167r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-iodata_wn-dx1167r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wn-dx1167r-squashfs-sysupgrade.bin"; + sha256 = "95f15dfb319d97d766cbb835b0b921e571a162ca3ac88134abf261923b2a5f1b"; + sha256_unsigned = "d7efc471b647e1b171929201146e0ea0d9c7365c29e800a14feb70f3f8347c3d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wn-dx1167r-initramfs-kernel.bin"; + sha256 = "3ed986c06ea7ac363b4dc0cda392768dd139f923eb5bcdc612221032ddda16ec"; + sha256_unsigned = "3ed986c06ea7ac363b4dc0cda392768dd139f923eb5bcdc612221032ddda16ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1167r" + ]; + titles = [ + { + model = "WN-DX1167R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1200gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-iodata_wn-dx1200gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wn-dx1200gr-initramfs-kernel.bin"; + sha256 = "41e1e187bfad9117265f15aa84fa607618fc9973ea162499bd3a0afe7702a29d"; + sha256_unsigned = "41e1e187bfad9117265f15aa84fa607618fc9973ea162499bd3a0afe7702a29d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wn-dx1200gr-squashfs-sysupgrade.bin"; + sha256 = "8c4ec62bf5630b1dd4d231d9b99e64428b8c6136d3f87dde92d271081e477b54"; + sha256_unsigned = "51334c29e236faaf7df064f7a5fb24b93ab2a89c93898bb94af156063a4a4c72"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-dx1200gr" + ]; + titles = [ + { + model = "WN-DX1200GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-iodata_wn-dx2033gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wn-dx2033gr-squashfs-sysupgrade.bin"; + sha256 = "35b4150cb2d8c0a88a671c1d6ec230fed8f11a91dedd2ae27eff7127bdf2b59a"; + sha256_unsigned = "df13ddcc109c23f11eb27b08978c33cef2f7500f1d0045214b0698d5f87ee38e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wn-dx2033gr-initramfs-kernel.bin"; + sha256 = "a7d1e0e0ada16d6fc66d77dea41267a4feaf45e1a4e1dd1e3ae236c8baf0259f"; + sha256_unsigned = "a7d1e0e0ada16d6fc66d77dea41267a4feaf45e1a4e1dd1e3ae236c8baf0259f"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx2033gr" + ]; + titles = [ + { + model = "WN-DX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "371fdaae124b002c7a41e1efd85aa5b95d3b598bfb38f169d171b739607fb242"; + sha256_unsigned = "f854a5458bd7fb8b0db36197ea8fa82f150923855b559fde749cfab3e10d550e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wn-gx300gr-initramfs-kernel.bin"; + sha256 = "5aff2c4a3ae43db25f1924fface0df2ca5510667c429c0dcd89e90d6a2f7a7aa"; + sha256_unsigned = "5aff2c4a3ae43db25f1924fface0df2ca5510667c429c0dcd89e90d6a2f7a7aa"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + model = "WN-GX300GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wnpr2600g = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-iodata_wnpr2600g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wnpr2600g-initramfs-kernel.bin"; + sha256 = "3e8e11153454723dc370d4cbb02f85d3d452b7d67e579d34e36b15e6c0601a28"; + sha256_unsigned = "3e8e11153454723dc370d4cbb02f85d3d452b7d67e579d34e36b15e6c0601a28"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wnpr2600g-squashfs-sysupgrade.bin"; + sha256 = "7a57c3b8dfa1c404f3b4b8783c76f993922dfda29e8542f820511c1270339c9d"; + sha256_unsigned = "161b76f4f17455b05c10a39d1b1faa59a6c3b01ead0c87eaf88c0852d686cb3d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iodata_wnpr2600g-squashfs-factory.bin"; + sha256 = "f217126945e906d7bb692f70f164fcfdcd5c9075cbc9a04500dc00f07a20d75e"; + sha256_unsigned = "f217126945e906d7bb692f70f164fcfdcd5c9075cbc9a04500dc00f07a20d75e"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wnpr2600g" + ]; + titles = [ + { + model = "WNPR2600G"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a3002mesh = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-iptime_a3002mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_a3002mesh-squashfs-sysupgrade.bin"; + sha256 = "d442d091f2338a8e2457d3b56b77d5c91c5a82200bb0369378a9b183426d8233"; + sha256_unsigned = "ec5ba70479ecf770177b322a690ddcb8dc3e6ce1c3fe048e2fca133dbb9037e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_a3002mesh-initramfs-kernel.bin"; + sha256 = "d39210d3dc7b67ac8cb1ea497277ae11ed15651b1d79ac2fe674f70736576b3d"; + sha256_unsigned = "d39210d3dc7b67ac8cb1ea497277ae11ed15651b1d79ac2fe674f70736576b3d"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3002mesh" + ]; + titles = [ + { + model = "A3002MESH"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a3004ns-dual = { + device_packages = [ + "kmod-usb3" + "kmod-mt76x2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-iptime_a3004ns-dual"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_a3004ns-dual-squashfs-sysupgrade.bin"; + sha256 = "1626fc398c76a7f4c711e1b6ccf2076fe1481b2479e489049aa69c60ce711f2f"; + sha256_unsigned = "7a49e98b9021bc74b7d0c5883ccfefa8cdccc656a5c8c873d6f043f7b1617ca9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_a3004ns-dual-initramfs-kernel.bin"; + sha256 = "0a2d6cc45bf54da65725427b86bf6e7d00579c8764f774767ace414e9f61f6c4"; + sha256_unsigned = "0a2d6cc45bf54da65725427b86bf6e7d00579c8764f774767ace414e9f61f6c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3004ns-dual" + ]; + titles = [ + { + model = "A3004NS-dual"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a3004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-iptime_a3004t"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_a3004t-initramfs-kernel.bin"; + sha256 = "aefb6801c1e02f054f3148811ca690642b628d4664d8f7087e26135378aafa54"; + sha256_unsigned = "aefb6801c1e02f054f3148811ca690642b628d4664d8f7087e26135378aafa54"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_a3004t-squashfs-sysupgrade.bin"; + sha256 = "b613a10177e7463b7ca1985b3ab71b11f14b5b64112a769de85bcddb8e72f92c"; + sha256_unsigned = "e2dd3021215dc3fb0e51a96a6f910bcd6dda95c0b1e75b292bb10d7c0e0a07db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3004t" + ]; + titles = [ + { + model = "A3004T"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a6004ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-iptime_a6004ns-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_a6004ns-m-squashfs-sysupgrade.bin"; + sha256 = "bb058a0e5bef545e3fc8739fb4cbf209c19dad0a64304d5eec3671d98747a87c"; + sha256_unsigned = "e130a61407a6f361a942abc0d731c36dc7d5deb18b3d7c4c5ed3f23beb5d4ede"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_a6004ns-m-initramfs-kernel.bin"; + sha256 = "878f8ac5120694a8c198613f75ec6b647c282de53fe88d76b9c3bc02ea90df88"; + sha256_unsigned = "878f8ac5120694a8c198613f75ec6b647c282de53fe88d76b9c3bc02ea90df88"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a6004ns-m" + ]; + titles = [ + { + model = "A6004NS-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a6ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-iptime_a6ns-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_a6ns-m-squashfs-sysupgrade.bin"; + sha256 = "152bfedea7e4e8750171d20b2348c5f14cc53b984af4489c8be132396965333f"; + sha256_unsigned = "b6f9fcb0f7867bea4dbb197c586ee5f0e5861ff6eecdaa42f39661eb5882a2b2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_a6ns-m-initramfs-kernel.bin"; + sha256 = "65cd5f33d9e854dee85639eebd75776acd5cf676ccd3ff0ceb5dc0159c82be88"; + sha256_unsigned = "65cd5f33d9e854dee85639eebd75776acd5cf676ccd3ff0ceb5dc0159c82be88"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a6ns-m" + ]; + titles = [ + { + model = "A6ns-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a8004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-iptime_a8004t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_a8004t-squashfs-sysupgrade.bin"; + sha256 = "5896b601099f8c5c04806f467b8cd771c74223e0b824d33380cd9c04ddfd125c"; + sha256_unsigned = "41834b3e917a4b513368f48e1d7efc3f53deedfeb2dd5243780abfe697e02eea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_a8004t-initramfs-kernel.bin"; + sha256 = "4a39c9ea2ce3f7462274b7ac01fb4b0c06f65f74f35d7da6710dfefabb0247c1"; + sha256_unsigned = "4a39c9ea2ce3f7462274b7ac01fb4b0c06f65f74f35d7da6710dfefabb0247c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a8004t" + ]; + titles = [ + { + model = "A8004T"; + vendor = "ipTIME"; + } + ]; + }; + iptime_ax2004m = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-iptime_ax2004m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_ax2004m-initramfs-kernel.bin"; + sha256 = "32e526dfca37b846a34b3a4f0c92e26712943d29267851d006797d82fe41c11c"; + sha256_unsigned = "32e526dfca37b846a34b3a4f0c92e26712943d29267851d006797d82fe41c11c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_ax2004m-squashfs-recovery.bin"; + sha256 = "8bc1b3a95fd88977c2143bf7cf32bd2463fb62a09c39539d75e246db12ef1309"; + sha256_unsigned = "8bc1b3a95fd88977c2143bf7cf32bd2463fb62a09c39539d75e246db12ef1309"; + type = "recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_ax2004m-squashfs-sysupgrade.bin"; + sha256 = "8032469d2bf9332f1b2bb2562c0b11942d8694b7aa479acbba0bd9a989cf7444"; + sha256_unsigned = "150628bec9a5168e972f810a039cab728f176e3cd89fe8dbf28a939dcb5905b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,ax2004m" + ]; + titles = [ + { + model = "AX2004M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_t5004 = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-iptime_t5004"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_t5004-squashfs-sysupgrade.bin"; + sha256 = "3c8e794bf94d4e4b7e05c934a2e075d514a27f5066dcb38fea08f4570d7faec2"; + sha256_unsigned = "48e4569d3b4919ed2d8b3b1a611dc71f4157e30014c7a8b99cb5d49e5584f7a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-iptime_t5004-initramfs-kernel.bin"; + sha256 = "8df6d04e8b347677b504d33b3ff63b4afb87ada0927b5eb12e5601742152bc27"; + sha256_unsigned = "8df6d04e8b347677b504d33b3ff63b4afb87ada0927b5eb12e5601742152bc27"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,t5004" + ]; + titles = [ + { + model = "T5004"; + vendor = "ipTIME"; + } + ]; + }; + jcg_jhr-ac876m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-jcg_jhr-ac876m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-jcg_jhr-ac876m-squashfs-sysupgrade.bin"; + sha256 = "5195819d46204f0b1ff6c3028c40964526ef54767309c45c79eb8e3f0a71ca74"; + sha256_unsigned = "6951aa9871d86fed59ce1c2239f8f219f3d6b168649ecebacd84c67049a8f2e1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-jcg_jhr-ac876m-squashfs-factory.bin"; + sha256 = "f7cf2163a1864333346885011cec99675a2d3c51ab8354f852a78524db48c6cd"; + sha256_unsigned = "f7cf2163a1864333346885011cec99675a2d3c51ab8354f852a78524db48c6cd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-jcg_jhr-ac876m-initramfs-kernel.bin"; + sha256 = "cf9a84a2a197ad2ea1339803d18ef1534065a436ec80aba4bc5a79bee2ab6f40"; + sha256_unsigned = "cf9a84a2a197ad2ea1339803d18ef1534065a436ec80aba4bc5a79bee2ab6f40"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,jhr-ac876m" + ]; + titles = [ + { + model = "JHR-AC876M"; + vendor = "JCG"; + } + ]; + }; + jcg_q20 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-jcg_q20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-jcg_q20-squashfs-sysupgrade.bin"; + sha256 = "a95b670dda5da68864146f5330cbc0b369192aad8c3a396be342c4e793f9e7e1"; + sha256_unsigned = "51fd6942182a03767d3c5814e94a94f02ad3ede96a3262886992772c48a0ad72"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-jcg_q20-squashfs-factory.bin"; + sha256 = "fc5e16ebdd80101ef80ec3baf88b394dcb4899233451493da3c8fa904d26b2ed"; + sha256_unsigned = "fc5e16ebdd80101ef80ec3baf88b394dcb4899233451493da3c8fa904d26b2ed"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-jcg_q20-initramfs-kernel.bin"; + sha256 = "acd002922134797c13f1ea7b14e3891d236a3874bc45267c543e4e0fc4692f42"; + sha256_unsigned = "acd002922134797c13f1ea7b14e3891d236a3874bc45267c543e4e0fc4692f42"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,q20" + ]; + titles = [ + { + model = "Q20"; + vendor = "JCG"; + } + ]; + }; + jcg_y2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-jcg_y2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-jcg_y2-squashfs-factory.bin"; + sha256 = "09c4e100f6dc8c86334c0c5ed52ab736139418fb0a9acccf71c4f6e1ece324ec"; + sha256_unsigned = "09c4e100f6dc8c86334c0c5ed52ab736139418fb0a9acccf71c4f6e1ece324ec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-jcg_y2-squashfs-sysupgrade.bin"; + sha256 = "11bfd2ec3a88a93835afdfa06bd7d1f99509eb3c80fbf06844e7ca8088a296b6"; + sha256_unsigned = "ccdcad4ad11892e9afd998b40903b21056caed773f8637048438f57568d2e263"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-jcg_y2-initramfs-kernel.bin"; + sha256 = "c926a43cea475d3a75ea85cfe387ad9d70ccc82997c7948861f985bafcca5a77"; + sha256_unsigned = "c926a43cea475d3a75ea85cfe387ad9d70ccc82997c7948861f985bafcca5a77"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,y2" + ]; + titles = [ + { + model = "Y2"; + vendor = "JCG"; + } + ]; + }; + lenovo_newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-lenovo_newifi-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-lenovo_newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "e68500cee9d2487f2a2c5477fd402ef86407de0b61fde60e5fff883ab1ff60fd"; + sha256_unsigned = "3d19692b909779222d96117360ad61c1a610c027d7a307e142bad7ac1214e577"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-lenovo_newifi-d1-initramfs-kernel.bin"; + sha256 = "ce8a4bce364043648b2528e63afbe487222b46002889b874e3fff0499132afcd"; + sha256_unsigned = "ce8a4bce364043648b2528e63afbe487222b46002889b874e3fff0499132afcd"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-d1" + "newifi-d1" + ]; + titles = [ + { + model = "D1"; + vendor = "Newifi"; + } + ]; + }; + linksys_e5600 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-linksys_e5600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_e5600-squashfs-sysupgrade.bin"; + sha256 = "d58368848e64486071ec8ee97b02ce87cef0307cf5de363749b2551d8ac559f9"; + sha256_unsigned = "63b9de4e530ac309344e40d30898577a32fc5c55b5ea22ea10876d95516520f6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_e5600-squashfs-factory.bin"; + sha256 = "8d4984b2c3e570069fca22631786265c19b6db9e5fe6618fcfaca8f86690592a"; + sha256_unsigned = "8d4984b2c3e570069fca22631786265c19b6db9e5fe6618fcfaca8f86690592a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_e5600-initramfs-kernel.bin"; + sha256 = "db9b610d60698120778c4a4073152a8c241c28fd55a5fe19f1303012c592fa63"; + sha256_unsigned = "db9b610d60698120778c4a4073152a8c241c28fd55a5fe19f1303012c592fa63"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e5600" + ]; + titles = [ + { + model = "E5600"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6350-v4 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-linksys_ea6350-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea6350-v4-squashfs-sysupgrade.bin"; + sha256 = "7a63a57e8c492b978477373a4bd3dbeff680e174a9afb7bbd316bae7783d50c1"; + sha256_unsigned = "b856febd7c9ac2e7c6cbdf563f0ef88934ddd3cba11503076ffbc769edd6a16e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea6350-v4-squashfs-factory.bin"; + sha256 = "35ba14ee130dc7ea185f419b6bcb49128bb1600a6945652b34d8be54ac535b15"; + sha256_unsigned = "35ba14ee130dc7ea185f419b6bcb49128bb1600a6945652b34d8be54ac535b15"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea6350-v4-initramfs-kernel.bin"; + sha256 = "44bae00ca1a1476286e97f04518780fe51f904b2adf29a57341db086328d1aa4"; + sha256_unsigned = "44bae00ca1a1476286e97f04518780fe51f904b2adf29a57341db086328d1aa4"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea6350-v4" + ]; + titles = [ + { + model = "EA6350"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-linksys_ea7300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea7300-v1-squashfs-factory.bin"; + sha256 = "55b3024010e96e400974d7bde2ce7f40f56aeb5dc4e434a75ca0d001f38be745"; + sha256_unsigned = "55b3024010e96e400974d7bde2ce7f40f56aeb5dc4e434a75ca0d001f38be745"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea7300-v1-squashfs-sysupgrade.bin"; + sha256 = "87bfed9157ca51ea18b522b7409bc8df5975940d75f20b99aaac9f997f3f236c"; + sha256_unsigned = "044ce70456cd7e3b8846087b77d00c913f92ef4e59e0eacdeefcae19b3178405"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea7300-v1-initramfs-kernel.bin"; + sha256 = "04350a2efed7c7cb7ad4c398a80b70c742b5a6d03db1add6e6fe53b7a5b4db56"; + sha256_unsigned = "04350a2efed7c7cb7ad4c398a80b70c742b5a6d03db1add6e6fe53b7a5b4db56"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7300-v1" + ]; + titles = [ + { + model = "EA7300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-linksys_ea7300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea7300-v2-squashfs-sysupgrade.bin"; + sha256 = "b981f9aafeed992fd5e3a2ecbd1d4d720bba04fab6970b64182926069bcce124"; + sha256_unsigned = "8b2674e6be9cd3b01d836d2e00b046171c13692d4a04fa5ae5f904a895409492"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea7300-v2-initramfs-kernel.bin"; + sha256 = "fb9b1a77086f4989bcf485ec84fc848c297b0292c74166c5af9635516c340de9"; + sha256_unsigned = "fb9b1a77086f4989bcf485ec84fc848c297b0292c74166c5af9635516c340de9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea7300-v2-squashfs-factory.bin"; + sha256 = "a40fb624abf849a03e6c3730a91eb9be882252fc3818860bc63452a40efcca83"; + sha256_unsigned = "a40fb624abf849a03e6c3730a91eb9be882252fc3818860bc63452a40efcca83"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7300-v2" + ]; + titles = [ + { + model = "EA7300"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7500-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-linksys_ea7500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea7500-v2-squashfs-sysupgrade.bin"; + sha256 = "c970913a70cf20ad769f37fb2b71d0984f0085a579816f0199c8c9368764d036"; + sha256_unsigned = "ef73d5fcb756e66049fb0ea57db55953b55944e35125af5e9e339e6ed991af1d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea7500-v2-squashfs-factory.bin"; + sha256 = "9589f4ec4d9d0cff3d0c5784bc3a3ee244d74bc9139ef11d0f1caebd1205f9c4"; + sha256_unsigned = "9589f4ec4d9d0cff3d0c5784bc3a3ee244d74bc9139ef11d0f1caebd1205f9c4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea7500-v2-initramfs-kernel.bin"; + sha256 = "4c49b1fe1476c80fcddf4e021eba9d74b187723cb7d37cf5f7651ec187e26ce0"; + sha256_unsigned = "4c49b1fe1476c80fcddf4e021eba9d74b187723cb7d37cf5f7651ec187e26ce0"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7500-v2" + ]; + titles = [ + { + model = "EA7500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-linksys_ea8100-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea8100-v1-squashfs-factory.bin"; + sha256 = "2051c359bab925813b4e8c6567e6e21cc4148e1d9b8af25f49d26fb34016984c"; + sha256_unsigned = "2051c359bab925813b4e8c6567e6e21cc4148e1d9b8af25f49d26fb34016984c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea8100-v1-squashfs-sysupgrade.bin"; + sha256 = "2ddfd901a8c41f503a5d7409f5b05807aeeb606005c123a9555a12e916a63edf"; + sha256_unsigned = "f25776ce5e3d9aaef34ea355053ffb71cdc0c2284893fb6d0378cb7a19d2bafd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea8100-v1-initramfs-kernel.bin"; + sha256 = "22a11af761e96b09ed9a70ababd6e57eab864e6930c0ee7b8a1a4635d43dae35"; + sha256_unsigned = "22a11af761e96b09ed9a70ababd6e57eab864e6930c0ee7b8a1a4635d43dae35"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8100-v1" + ]; + titles = [ + { + model = "EA8100"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-linksys_ea8100-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea8100-v2-squashfs-sysupgrade.bin"; + sha256 = "5eed4110887bb9eb6605b87e2ae45e5eeb5b807de75907edd95ea3119486827d"; + sha256_unsigned = "157cadff866f89eda217445a9fc5caf528bb0ac7d768376e3af99062fd2e1d9c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea8100-v2-initramfs-kernel.bin"; + sha256 = "4f3a301dcab42384f1c4897f7df299b3c0ab01ee4d9ad7c5756f34a1d1359835"; + sha256_unsigned = "4f3a301dcab42384f1c4897f7df299b3c0ab01ee4d9ad7c5756f34a1d1359835"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_ea8100-v2-squashfs-factory.bin"; + sha256 = "e05ea32b3a26d3ecbea01b87cda1da6b52a9c91ecc22faba4287083b1ec28c66"; + sha256_unsigned = "e05ea32b3a26d3ecbea01b87cda1da6b52a9c91ecc22faba4287083b1ec28c66"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea8100-v2" + ]; + titles = [ + { + model = "EA8100"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_re6500 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-linksys_re6500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_re6500-initramfs-kernel.bin"; + sha256 = "159c52c8bb7b2b4002ebf7693155a8fee5f5a906d2beec80d8bd6a7600818f2f"; + sha256_unsigned = "159c52c8bb7b2b4002ebf7693155a8fee5f5a906d2beec80d8bd6a7600818f2f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-linksys_re6500-squashfs-sysupgrade.bin"; + sha256 = "45cf557b23b0629d8fadf1696e25af813229212da0a7cf873747cacff8d364fd"; + sha256_unsigned = "2d2db936e4ed011d824a0459b4f839646aee21e507137da90e180a37944f8ee5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,re6500" + "re6500" + ]; + titles = [ + { + model = "RE6500"; + vendor = "Linksys"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "ffbdf85db75067272c14d20a0388788e9ade578ac8efd2c5353488804fb65ccd"; + sha256_unsigned = "d1b8ae8d51de296f3fb0adf6438305627404cffe056eea0bc8814f32d5d2e921"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-mediatek_ap-mt7621a-v60-initramfs-kernel.bin"; + sha256 = "1e8e96ea0b770c3708315a52dd2efb43f6f963e19ecb3e299f1d28a3c81928fb"; + sha256_unsigned = "1e8e96ea0b770c3708315a52dd2efb43f6f963e19ecb3e299f1d28a3c81928fb"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + model = "AP-MT7621A-V60 EVB"; + vendor = "Mediatek"; + } + ]; + }; + mediatek_mt7621-eval-board = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-mediatek_mt7621-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-mediatek_mt7621-eval-board-initramfs-kernel.bin"; + sha256 = "fea8c1d15fd6ecd6beb9300fae9a4d421b3f2f5eda89042cce65725e4434377e"; + sha256_unsigned = "fea8c1d15fd6ecd6beb9300fae9a4d421b3f2f5eda89042cce65725e4434377e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-mediatek_mt7621-eval-board-squashfs-sysupgrade.bin"; + sha256 = "c2665ba17da6ac7c1931c5e9c25519f8edc9bbe6c94c7b2aefbfcf5562c13335"; + sha256_unsigned = "9d3b5ddb54aeeb30c6bb63461a095fbc22e7313e4724a53e0de6f391df886302"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7621-eval-board" + "mt7621" + ]; + titles = [ + { + model = "MT7621 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mikrotik_routerboard-750gr3 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-mikrotik_routerboard-750gr3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-mikrotik_routerboard-750gr3-initramfs-kernel.bin"; + sha256 = "8c72f8830eae7d7260dae8a24d108c2a55c4c9850764583efa2581201b918173"; + sha256_unsigned = "8c72f8830eae7d7260dae8a24d108c2a55c4c9850764583efa2581201b918173"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-mikrotik_routerboard-750gr3-squashfs-sysupgrade.bin"; + sha256 = "dd1c494616606d2b022e251f0909611c89600942eef379ec11dd454100e51cff"; + sha256_unsigned = "77ce41a028ba1ec7158506ef1019293cc1adcd93a29b55f7f7e4f5d2b6820e41"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-750gr3" + "mikrotik,rb750gr3" + ]; + titles = [ + { + model = "RouterBOARD 750Gr3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-760igs = { + device_packages = [ + "kmod-usb3" + "kmod-sfp" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-mikrotik_routerboard-760igs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin"; + sha256 = "e4781637e05c149a1417122e657fa6734760aa8e0cc468f2af8894352a692a07"; + sha256_unsigned = "e4781637e05c149a1417122e657fa6734760aa8e0cc468f2af8894352a692a07"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-mikrotik_routerboard-760igs-squashfs-sysupgrade.bin"; + sha256 = "7ac0b781fc9899e50d3a6d1a2e0b45b3e7504b26b3807991fdaf9ca86d46a96e"; + sha256_unsigned = "2b1647a44eabf8bce03942130babc2da70dc7a364f0b7d94a76fd3f553e018a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-760igs" + ]; + titles = [ + { + model = "RouterBOARD 760iGS"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m11g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-mikrotik_routerboard-m11g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-mikrotik_routerboard-m11g-initramfs-kernel.bin"; + sha256 = "dadf446aa6121fd46e188bb80381f4e509ac5f74fdb2707a0fb3f9667d6496a3"; + sha256_unsigned = "dadf446aa6121fd46e188bb80381f4e509ac5f74fdb2707a0fb3f9667d6496a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-mikrotik_routerboard-m11g-squashfs-sysupgrade.bin"; + sha256 = "ae3025fa5b214cf0699b363c0c69cc4e078a9328ede80d86e182c0f57ac3e32a"; + sha256_unsigned = "4174a709368f70739fb8ce924cd3c2863b0dbcd3293f4057d08595e658167a30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m11g" + "mikrotik,rbm11g" + ]; + titles = [ + { + model = "RouterBOARD M11G"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m33g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-mikrotik_routerboard-m33g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-mikrotik_routerboard-m33g-squashfs-sysupgrade.bin"; + sha256 = "af45246974247955bfc4c7947be31c41f184e5171189031219fb922fb77a6fc4"; + sha256_unsigned = "385a4935d3ca230c76190d5d9bf84d872fdd87b1b39ff77d8ed27edaaa51b2b1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-mikrotik_routerboard-m33g-initramfs-kernel.bin"; + sha256 = "d4f87b8e4c860f4654429387dff00124d6aa5acd9025fc687ac75a4595d5d9dd"; + sha256_unsigned = "d4f87b8e4c860f4654429387dff00124d6aa5acd9025fc687ac75a4595d5d9dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m33g" + "mikrotik,rbm33g" + ]; + titles = [ + { + model = "RouterBOARD M33G"; + vendor = "MikroTik"; + } + ]; + }; + mqmaker_witi = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-mqmaker_witi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-mqmaker_witi-initramfs-kernel.bin"; + sha256 = "6d8e9d6629a9be38ef5bac7e394c10efe365bebfb5fa741a1f5e9d6f039c8d01"; + sha256_unsigned = "6d8e9d6629a9be38ef5bac7e394c10efe365bebfb5fa741a1f5e9d6f039c8d01"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-mqmaker_witi-squashfs-sysupgrade.bin"; + sha256 = "d6b6d56ce399e9a63b43341594f1e44c50be51629d250985998ac2d6293217a8"; + sha256_unsigned = "06c300831d49084e406c1a046dee2ffbff4b3ef2da8d5b0cd0263ff92ea54ccf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi" + "witi" + "mqmaker,witi-256m" + "mqmaker,witi-512m" + ]; + titles = [ + { + model = "WiTi"; + vendor = "MQmaker"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-mtc_wr1201-initramfs-kernel.bin"; + sha256 = "a0e278a17bc2fc5748d63fb5601a1c81e77e0aaa439bb8aa39bfffef68829b37"; + sha256_unsigned = "a0e278a17bc2fc5748d63fb5601a1c81e77e0aaa439bb8aa39bfffef68829b37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "6e89bda17193b7cfa3fd79d5ea769e33c25296b4d200a8436fe646a8ab621902"; + sha256_unsigned = "85efe921d9e9426692f9f82067fc65fa208fd1b22946779b0817b1e3d6ea9ec8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + model = "Wireless Router WR1201"; + vendor = "MTC"; + } + ]; + }; + mts_wg430223 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "uencrypt" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-mts_wg430223"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-mts_wg430223-initramfs-kernel.bin"; + sha256 = "17a90c59aaa7524be1bd8fef1cba47f8d8181e82ba1d4e7a93ba4421baf0aa64"; + sha256_unsigned = "17a90c59aaa7524be1bd8fef1cba47f8d8181e82ba1d4e7a93ba4421baf0aa64"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-mts_wg430223-squashfs-sysupgrade.bin"; + sha256 = "f829f34d084187194e5a5b52d9c01ba8c40bea03e02dd9a90b831d161d0461ad"; + sha256_unsigned = "9c4602861de4381caab7e28bb3580f2815997f8a043e6ed0b09e988563c4b286"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-mts_wg430223-squashfs-factory.trx"; + sha256 = "6d6cdf6890d6e917bf94061b948118970a5374c42b796151cc88f9399f4d2705"; + sha256_unsigned = "6d6cdf6890d6e917bf94061b948118970a5374c42b796151cc88f9399f4d2705"; + type = "factory"; + } + ]; + supported_devices = [ + "mts,wg430223" + ]; + titles = [ + { + model = "WG430223"; + vendor = "MTS"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "10951e70153bcd973ab49035677f6303a4323735fb16e714f5c7dca9ac477fa1"; + sha256_unsigned = "10951e70153bcd973ab49035677f6303a4323735fb16e714f5c7dca9ac477fa1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_ex6150-initramfs-kernel.bin"; + sha256 = "c980676bf36a3531ee06d62656f7f1507e71a6f4bce3b000336bbb94a79e1396"; + sha256_unsigned = "c980676bf36a3531ee06d62656f7f1507e71a6f4bce3b000336bbb94a79e1396"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "18e02f8fb33c3556a9f590bc3517e01cbb46d8506c1c82b2d7a9a58a4f604a65"; + sha256_unsigned = "6f6f5ecba0cc4b4db3a0e0ab3f24529610b504412bd1fbeb236fc09e434fa705"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + model = "EX6150"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-netgear_r6220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6220-squashfs-factory.img"; + sha256 = "bc9232c2c426830eb0b9c36b811e28189245ce6a2a64630e85d6b4e084a03d34"; + sha256_unsigned = "bc9232c2c426830eb0b9c36b811e28189245ce6a2a64630e85d6b4e084a03d34"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6220-squashfs-rootfs.bin"; + sha256 = "dc0bcda05b154c2b8b1d85cbde55be9bb2abffcc172ca69477d21aae7c098b79"; + sha256_unsigned = "dc0bcda05b154c2b8b1d85cbde55be9bb2abffcc172ca69477d21aae7c098b79"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6220-initramfs-kernel.bin"; + sha256 = "9fecb8e37d187d09ebade8d9ef179a208a60ae169c77fb8bf2b36f1942a32abd"; + sha256_unsigned = "9fecb8e37d187d09ebade8d9ef179a208a60ae169c77fb8bf2b36f1942a32abd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin"; + sha256 = "2caccb8c3b505aa330d8f05251ad425f6e12125a8308529c79428aad84e458c7"; + sha256_unsigned = "8b3375f6f6fb51a2859be19680e782e97b8ecdf075c952c6673b2d9706615198"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6220-squashfs-kernel.bin"; + sha256 = "9b6d15e8d3019188659dfce9381fadd644df213e80137ea9344eccbe9e6f1b85"; + sha256_unsigned = "9b6d15e8d3019188659dfce9381fadd644df213e80137ea9344eccbe9e6f1b85"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6220" + "r6220" + ]; + titles = [ + { + model = "R6220"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6260 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-netgear_r6260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin"; + sha256 = "9403bda2921086a2fb852550f0c4b5aa7f0a6c02c2b28494d52b4c0d411ce828"; + sha256_unsigned = "c219e3028745e77a7e2cf3b10cd92c326bbbd888fe7dde106f94be5c8560c60d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6260-squashfs-kernel.bin"; + sha256 = "24112915d90810297466a2d882f8a5847467be4b365ff3b058775b72d2ffdd16"; + sha256_unsigned = "24112915d90810297466a2d882f8a5847467be4b365ff3b058775b72d2ffdd16"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6260-squashfs-factory.img"; + sha256 = "bdc8fcaefa593285190a39d81a1a2097e0c509ff1659f1a2cb8416b66d303288"; + sha256_unsigned = "bdc8fcaefa593285190a39d81a1a2097e0c509ff1659f1a2cb8416b66d303288"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6260-squashfs-rootfs.bin"; + sha256 = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + sha256_unsigned = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6260-initramfs-kernel.bin"; + sha256 = "0c7e8a1ad6493ab5455a6aca86cea9673e5516b0043e66ff6fb2cb2b5716b1ff"; + sha256_unsigned = "0c7e8a1ad6493ab5455a6aca86cea9673e5516b0043e66ff6fb2cb2b5716b1ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6260" + ]; + titles = [ + { + model = "R6260"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6350-initramfs-kernel.bin"; + sha256 = "9a4773951e8b3e583957b2788d28b409fb6c083ea369207f65b512c19ba3d55e"; + sha256_unsigned = "9a4773951e8b3e583957b2788d28b409fb6c083ea369207f65b512c19ba3d55e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "06e3fd16b4dd41653d8c96be71dcb5c1983b527d28c3ead85091f9b7e508ca9c"; + sha256_unsigned = "06e3fd16b4dd41653d8c96be71dcb5c1983b527d28c3ead85091f9b7e508ca9c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "1de45064dc7f010ffd394485994d640d47b48306dbe976bfcebf4c0035beb0cb"; + sha256_unsigned = "d0155e8315207071aa424483650dfbbf26d8c994d37fda41fc842b2619d5d24d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "b501e59484a8704a3e226ea4c955ab9bcf99d49ecb4ad319a1b94e736c5b0f21"; + sha256_unsigned = "b501e59484a8704a3e226ea4c955ab9bcf99d49ecb4ad319a1b94e736c5b0f21"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + sha256_unsigned = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + model = "R6350"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6700-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-netgear_r6700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6700-v2-squashfs-rootfs.bin"; + sha256 = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + sha256_unsigned = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6700-v2-squashfs-factory.img"; + sha256 = "52e1cc8ebfd8a806a182bb20349536ce1eb63ecd5f066b37ba493af3a9f2baa5"; + sha256_unsigned = "52e1cc8ebfd8a806a182bb20349536ce1eb63ecd5f066b37ba493af3a9f2baa5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6700-v2-squashfs-sysupgrade.bin"; + sha256 = "096d9e8ab02abcb51d155eb36937d82c1b7fbb72c62acf6e0bbe407cbf68f3f0"; + sha256_unsigned = "d701a0228dbdf7dd4b9ee0ed6e1c69fa6f32b5fab5cea5afe371b791c557e5dc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6700-v2-initramfs-kernel.bin"; + sha256 = "e640658e70c1095dc06e5bd5c1ee37eef625e23fd98599f51ad5415b38036699"; + sha256_unsigned = "e640658e70c1095dc06e5bd5c1ee37eef625e23fd98599f51ad5415b38036699"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6700-v2-squashfs-kernel.bin"; + sha256 = "9e752f158da36ef1b9a75e2faa00bc8b3efe528f7d8631a9ee4ab33592d3a56e"; + sha256_unsigned = "9e752f158da36ef1b9a75e2faa00bc8b3efe528f7d8631a9ee4ab33592d3a56e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6700-v2" + ]; + titles = [ + { + model = "R6700"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2400"; + variant = "v1"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2100"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6800 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-netgear_r6800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6800-squashfs-rootfs.bin"; + sha256 = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + sha256_unsigned = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6800-initramfs-kernel.bin"; + sha256 = "b487f6f8210db168662e5316afd5b410d5a6272abe3c1078d6a6b81eb135b441"; + sha256_unsigned = "b487f6f8210db168662e5316afd5b410d5a6272abe3c1078d6a6b81eb135b441"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6800-squashfs-factory.img"; + sha256 = "47b2d084dea61f8cd920e037a62a6e6db752975882576c2283c4a60097fd542b"; + sha256_unsigned = "47b2d084dea61f8cd920e037a62a6e6db752975882576c2283c4a60097fd542b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6800-squashfs-sysupgrade.bin"; + sha256 = "84b4a368a6a396011dcf0508625e71a459c01df30cbfe80002ef4047fcf2c299"; + sha256_unsigned = "e5e89cf94cceae78ebe9f9f402c2bba83c32acc173a67c79dcc596f18e1980f2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6800-squashfs-kernel.bin"; + sha256 = "28476aa774cdca82810eb30d76b47588f769a2169a1a6ca7c700289ed0005fc8"; + sha256_unsigned = "28476aa774cdca82810eb30d76b47588f769a2169a1a6ca7c700289ed0005fc8"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6800" + ]; + titles = [ + { + model = "R6800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6850 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-netgear_r6850"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6850-squashfs-factory.img"; + sha256 = "607765deae865748afe46d73f92f7b3387a834816b49a55c3cbe534daa0cd80c"; + sha256_unsigned = "607765deae865748afe46d73f92f7b3387a834816b49a55c3cbe534daa0cd80c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6850-initramfs-kernel.bin"; + sha256 = "7bafd4b3a25b9c81f2c09fd9de1749645e97965d746d62d391ea6bae7f2d3334"; + sha256_unsigned = "7bafd4b3a25b9c81f2c09fd9de1749645e97965d746d62d391ea6bae7f2d3334"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6850-squashfs-rootfs.bin"; + sha256 = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + sha256_unsigned = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6850-squashfs-sysupgrade.bin"; + sha256 = "2b3865330f6c9b0f75c53c4a4b913daac2a1dfb0267f134c7a8de6360f73f993"; + sha256_unsigned = "eee3c43badac9fdb5e9ae7b4cf6abaecb24a6aa5a33b33c2629b8a7f174d798e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6850-squashfs-kernel.bin"; + sha256 = "cec6c966f4c16fba66b90e9a700393c97a81b2303fb0709b674d5a37fa15275c"; + sha256_unsigned = "cec6c966f4c16fba66b90e9a700393c97a81b2303fb0709b674d5a37fa15275c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6850" + ]; + titles = [ + { + model = "R6850"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6900-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-netgear_r6900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6900-v2-squashfs-rootfs.bin"; + sha256 = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + sha256_unsigned = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6900-v2-squashfs-factory.img"; + sha256 = "5500e3e56df4989ed2f3e8713b49cae2b75a068dd9950c3bd55e66a0e5c49fd4"; + sha256_unsigned = "5500e3e56df4989ed2f3e8713b49cae2b75a068dd9950c3bd55e66a0e5c49fd4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6900-v2-initramfs-kernel.bin"; + sha256 = "baa0eedb95ed02ae2837dac709e4110b88074c98d7a90acec11bf253d9da19fc"; + sha256_unsigned = "baa0eedb95ed02ae2837dac709e4110b88074c98d7a90acec11bf253d9da19fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6900-v2-squashfs-kernel.bin"; + sha256 = "8bffcb12f8937f4548764c1b1261ea532df7f8d9460bcb9a5658cae19133c982"; + sha256_unsigned = "8bffcb12f8937f4548764c1b1261ea532df7f8d9460bcb9a5658cae19133c982"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r6900-v2-squashfs-sysupgrade.bin"; + sha256 = "1d6e856444e760ad0999e579ef0fdb684104fbc8d0e164ed2b79a36309137c44"; + sha256_unsigned = "6054e9f558c52297aed489d23bec2dd5ef97af5284239f80e57b571b31359679"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6900-v2" + ]; + titles = [ + { + model = "R6900"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7200 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-netgear_r7200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r7200-initramfs-kernel.bin"; + sha256 = "01ae227d4eea3a3002d81df0deee934ca7a949e5b6c57d59923dfa9eaa78104c"; + sha256_unsigned = "01ae227d4eea3a3002d81df0deee934ca7a949e5b6c57d59923dfa9eaa78104c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r7200-squashfs-factory.img"; + sha256 = "049fb623c814f593e0bea3422d60125bfcfc347b259bdd58e71ace214d42f823"; + sha256_unsigned = "049fb623c814f593e0bea3422d60125bfcfc347b259bdd58e71ace214d42f823"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r7200-squashfs-kernel.bin"; + sha256 = "9fc9ff43663bd97fc4f3604dc8bcb7110066b03a2f8a74b8a574d0316ab0d979"; + sha256_unsigned = "9fc9ff43663bd97fc4f3604dc8bcb7110066b03a2f8a74b8a574d0316ab0d979"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r7200-squashfs-sysupgrade.bin"; + sha256 = "a519ef01421433633e0339256d1ba577df190436b0932a2dded747ad4b2d7dbe"; + sha256_unsigned = "5bdd7e7fba25a33a3b0b2fb42b917f71a0f382c1f110b3ba3e707b897e679f97"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r7200-squashfs-rootfs.bin"; + sha256 = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + sha256_unsigned = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r7200" + ]; + titles = [ + { + model = "R7200"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7450 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-netgear_r7450"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r7450-initramfs-kernel.bin"; + sha256 = "3ce1ccda8cd3f77d54e34a6717e0f4ba24142bc1fa1fd0c35a411d1383716496"; + sha256_unsigned = "3ce1ccda8cd3f77d54e34a6717e0f4ba24142bc1fa1fd0c35a411d1383716496"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r7450-squashfs-factory.img"; + sha256 = "7d1c4d8dabcbfa247f5c39b0c411e829d64becffc1b32c138fbd91ad75bc343a"; + sha256_unsigned = "7d1c4d8dabcbfa247f5c39b0c411e829d64becffc1b32c138fbd91ad75bc343a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r7450-squashfs-sysupgrade.bin"; + sha256 = "6ea22a2056c7d23aa1df3f3295597e6d120d84c502cd7fcb38735f7b741dd3da"; + sha256_unsigned = "6d5d70b4c2617c387173125abeec3fd72bb036530b478ab847af8d929fbbdfdf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r7450-squashfs-kernel.bin"; + sha256 = "9781a5beb7ab6457c88151f02ca9b3ce7b1ee72ce67dd00a1312501293e2e970"; + sha256_unsigned = "9781a5beb7ab6457c88151f02ca9b3ce7b1ee72ce67dd00a1312501293e2e970"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_r7450-squashfs-rootfs.bin"; + sha256 = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + sha256_unsigned = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r7450" + ]; + titles = [ + { + model = "R7450"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac104 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-netgear_wac104"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_wac104-squashfs-rootfs.bin"; + sha256 = "dc0bcda05b154c2b8b1d85cbde55be9bb2abffcc172ca69477d21aae7c098b79"; + sha256_unsigned = "dc0bcda05b154c2b8b1d85cbde55be9bb2abffcc172ca69477d21aae7c098b79"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_wac104-initramfs-kernel.bin"; + sha256 = "68fa35d3749f4d9019dcc1cc82bdd342342b19ca68ff278f4739280a2ea2357c"; + sha256_unsigned = "68fa35d3749f4d9019dcc1cc82bdd342342b19ca68ff278f4739280a2ea2357c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_wac104-squashfs-sysupgrade.bin"; + sha256 = "5f77f269a80ceff7d49e91b73c9d58f3901a1a3a6ec0aa8f280f84d5887bfb31"; + sha256_unsigned = "193a7d1c65c55ba7070775cf4b140f4bc1965e42286ae6c28ea2113f1a8bb5ae"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_wac104-squashfs-factory.img"; + sha256 = "cc1f4b0449f7e7a54e3adcbdcceb5f68a7f141c2297b93024dfd3c3fa60501de"; + sha256_unsigned = "cc1f4b0449f7e7a54e3adcbdcceb5f68a7f141c2297b93024dfd3c3fa60501de"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_wac104-squashfs-kernel.bin"; + sha256 = "a36224c86c7ac758f5148e16616fd88d670cc5fb4004485491b6924b9f71b22a"; + sha256_unsigned = "a36224c86c7ac758f5148e16616fd88d670cc5fb4004485491b6924b9f71b22a"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wac104" + ]; + titles = [ + { + model = "WAC104"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac124 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-netgear_wac124"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_wac124-squashfs-rootfs.bin"; + sha256 = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + sha256_unsigned = "c4411df3e6258f0067fa4404576fc93836fb848ae0ab4548c9e605691c2dfe79"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_wac124-squashfs-sysupgrade.bin"; + sha256 = "f7e6fcae97c6f33250f7feb0a66d31551bcbe4a724ad6433b134f63ed0d3b9eb"; + sha256_unsigned = "8164d958644341ede1de00a873ca66a32b55d41f1d881763b6b32dac7395c969"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_wac124-squashfs-factory.img"; + sha256 = "f99a23d44a3483fc078d4a7fdce352505d391d567d9861f397264ae35ba19963"; + sha256_unsigned = "f99a23d44a3483fc078d4a7fdce352505d391d567d9861f397264ae35ba19963"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_wac124-initramfs-kernel.bin"; + sha256 = "35bae118961cae9dc4b490f32c692644e3cd04daf7e1a04c782a6c29c35e065c"; + sha256_unsigned = "35bae118961cae9dc4b490f32c692644e3cd04daf7e1a04c782a6c29c35e065c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_wac124-squashfs-kernel.bin"; + sha256 = "a795036e8a7405a55a7d8298fa9e0725ef5bcab9c5ead44a48b42e779ffca5e2"; + sha256_unsigned = "a795036e8a7405a55a7d8298fa9e0725ef5bcab9c5ead44a48b42e779ffca5e2"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wac124" + ]; + titles = [ + { + model = "WAC124"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wax202 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-netgear_wax202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_wax202-initramfs-kernel.bin"; + sha256 = "7d36ed52215a8d0c4b5ad63658e01bcc6828c6eeab139bb278f6584d750d21da"; + sha256_unsigned = "7d36ed52215a8d0c4b5ad63658e01bcc6828c6eeab139bb278f6584d750d21da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_wax202-squashfs-factory.img"; + sha256 = "ef7a09e86d9509a57f259fc316ed3b3c90377b03c6cbf186e9134f51084c335c"; + sha256_unsigned = "ef7a09e86d9509a57f259fc316ed3b3c90377b03c6cbf186e9134f51084c335c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_wax202-squashfs-sysupgrade.bin"; + sha256 = "dc314c06b12ddfe02e32441cd1715f4a5f5a38293eeaa13a466d3cea2319ec52"; + sha256_unsigned = "59c6dc96daebf00577df1d9cb0b56d7d64106e98ccef7e2b5fbbef45ae860862"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wax202" + ]; + titles = [ + { + model = "WAX202"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-netgear_wndr3700-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_wndr3700-v5-squashfs-factory.img"; + sha256 = "e90dff68fedf1d643233241696fca492d4b49872656e117431887a44c45850ce"; + sha256_unsigned = "e90dff68fedf1d643233241696fca492d4b49872656e117431887a44c45850ce"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_wndr3700-v5-squashfs-sysupgrade.bin"; + sha256 = "43e7c42537b43a467160e9e7e77c64c6185cad60e4b77f8b75f1079de28c8f22"; + sha256_unsigned = "4c21109e3e729ab325025660b0ede297aacae5fce619dc3c8d38a9661b44d6b8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-netgear_wndr3700-v5-initramfs-kernel.bin"; + sha256 = "efc2667fde685f3951bc8749fa06ef1d17a0808eea565c9113827c8a8425247a"; + sha256_unsigned = "efc2667fde685f3951bc8749fa06ef1d17a0808eea565c9113827c8a8425247a"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v5" + "wndr3700v5" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v5"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-netis_wf2881"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netis_wf2881-squashfs-sysupgrade.bin"; + sha256 = "3eb0543616cffba5ff2925b3e282cdb18ae3bc8f90ad09847a14eafd5a4066d7"; + sha256_unsigned = "04c9987df1069922b1053561aa5ed1efcf4fc8ff91e99d4044c5af8dcba2633e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-netis_wf2881-squashfs-factory.bin"; + sha256 = "1523e223780de7a73e626fd8c7dbe203b6096331a5124c4b8ed74ae0131e7968"; + sha256_unsigned = "1523e223780de7a73e626fd8c7dbe203b6096331a5124c4b8ed74ae0131e7968"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-netis_wf2881-initramfs-kernel.bin"; + sha256 = "d5372aa3ea95e9cfdb00b1cd1ea29afa6bf68cb3249bab2545976a8a32d9279a"; + sha256_unsigned = "d5372aa3ea95e9cfdb00b1cd1ea29afa6bf68cb3249bab2545976a8a32d9279a"; + type = "kernel"; + } + ]; + supported_devices = [ + "netis,wf2881" + ]; + titles = [ + { + model = "WF2881"; + vendor = "NETIS"; + } + ]; + }; + oraybox_x3a = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-oraybox_x3a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-oraybox_x3a-squashfs-sysupgrade.bin"; + sha256 = "7c1fb8aecbb8281fe79814cba584d4a6e4954a1f607f1980ec72d5cbf132c3c5"; + sha256_unsigned = "0618187ee16d5e19778e0cfbf2db280abb5c45f8adf8853b9a1777ab3920a0c2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-oraybox_x3a-initramfs-kernel.bin"; + sha256 = "9c79328f0d603d23d342941694fe71dac3380e5fc3ae88982107bf76596a624e"; + sha256_unsigned = "9c79328f0d603d23d342941694fe71dac3380e5fc3ae88982107bf76596a624e"; + type = "kernel"; + } + ]; + supported_devices = [ + "oraybox,x3a" + ]; + titles = [ + { + model = "X3A"; + vendor = "OrayBox"; + } + ]; + }; + phicomm_k2p = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-phicomm_k2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-phicomm_k2p-initramfs-kernel.bin"; + sha256 = "ea6146f906c7d382c233162652b6f6c2ceefebb863bac39cf89d6e0433162638"; + sha256_unsigned = "ea6146f906c7d382c233162652b6f6c2ceefebb863bac39cf89d6e0433162638"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"; + sha256 = "5f2cd97be5be61e8591c3c6c5f9ec56d5141f7a4ab947eb91863eed7b43d71df"; + sha256_unsigned = "5c1f3f358fa18ab6ccb2af7515f03913e77bfe3d1d0fc153f7bf24acfab65a07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2p" + "k2p" + ]; + titles = [ + { + model = "K2P"; + vendor = "Phicomm"; + } + { + model = "KE 2P"; + vendor = "Phicomm"; + } + ]; + }; + planex_vr500 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-planex_vr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-planex_vr500-squashfs-sysupgrade.bin"; + sha256 = "110b8e15ae7a22e8fa2aedb5b38b0753f054f6246a9a54b1c870f22d80b584dc"; + sha256_unsigned = "af3834001665469483fd4996e7cfaf07efb75e453f2c3660db57a1c97c893da6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-planex_vr500-initramfs-kernel.bin"; + sha256 = "4929791c18e1c5b329f274c1d1e3e523f27cf63ba1c39725205a5a3ab051ba56"; + sha256_unsigned = "4929791c18e1c5b329f274c1d1e3e523f27cf63ba1c39725205a5a3ab051ba56"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,vr500" + "vr500" + ]; + titles = [ + { + model = "VR500"; + vendor = "Planex"; + } + ]; + }; + raisecom_msg1500-x-00 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-raisecom_msg1500-x-00"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-raisecom_msg1500-x-00-initramfs-kernel.bin"; + sha256 = "73f82ce30624766273d222072904bb7c3665ef372be352f54271c5504350dc6a"; + sha256_unsigned = "73f82ce30624766273d222072904bb7c3665ef372be352f54271c5504350dc6a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-raisecom_msg1500-x-00-squashfs-sysupgrade.bin"; + sha256 = "f64bf18e2abb884cea52d5d97b2db624b82b8a88ea84c7eead06cd8c3def8564"; + sha256_unsigned = "e9c7fde4f42f24c66ba7081da55ddf7e58af14e9bd32033bf448788691aecc31"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raisecom,msg1500-x-00" + ]; + titles = [ + { + model = "MSG1500"; + variant = "X.00"; + vendor = "RAISECOM"; + } + ]; + }; + renkforce_ws-wn530hp3-a = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-renkforce_ws-wn530hp3-a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-renkforce_ws-wn530hp3-a-initramfs-kernel.bin"; + sha256 = "07d156756def8fab335c4a6bae1eb532ed83c8b8e0881521f0998eda70a8b0df"; + sha256_unsigned = "07d156756def8fab335c4a6bae1eb532ed83c8b8e0881521f0998eda70a8b0df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-renkforce_ws-wn530hp3-a-squashfs-sysupgrade.bin"; + sha256 = "8a07710ce1fb0d99e83b6bc6c2925f30946442504a44072394f5e650d253331f"; + sha256_unsigned = "6d661beaef241b056edbbaf0d870ddc290ee334b95abf38d7b3687bdf95ea8d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "renkforce,ws-wn530hp3-a" + ]; + titles = [ + { + model = "WS-WN530HP3-A"; + vendor = "Renkforce"; + } + ]; + }; + samknows_whitebox-v8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-samknows_whitebox-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-samknows_whitebox-v8-squashfs-sysupgrade.bin"; + sha256 = "23dbe1a494a46ced3e9f867635b5409c8785543497f2c0baeb6d1e32d3f9a857"; + sha256_unsigned = "68ee050d10b28992d3cc03709f29ec55ac9cdec5697a4be24e3f61a26581bd9e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-samknows_whitebox-v8-initramfs-kernel.bin"; + sha256 = "92b7f0e6b67b7788ddfcdec3e38ee38ad1f8310b11d1284612b4dab89bc31d85"; + sha256_unsigned = "92b7f0e6b67b7788ddfcdec3e38ee38ad1f8310b11d1284612b4dab89bc31d85"; + type = "kernel"; + } + ]; + supported_devices = [ + "samknows,whitebox-v8" + "sk-wb8" + ]; + titles = [ + { + model = "Whitebox 8"; + vendor = "SamKnows"; + } + ]; + }; + sercomm_na502 = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-sercomm_na502"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-sercomm_na502-squashfs-sysupgrade.bin"; + sha256 = "722b4a705e8edaba3b6f8265b65eddb90a70dea53da464bfe278862e4382d86c"; + sha256_unsigned = "424fee5dd4f13069ef18aab961eb14e1967b660668148b44f017ce6fd9cd290f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-sercomm_na502-initramfs-kernel.bin"; + sha256 = "1e9077949133732fdd8a30dcc9eeac3af54b66ae86c00923cb3434ba662d49ed"; + sha256_unsigned = "1e9077949133732fdd8a30dcc9eeac3af54b66ae86c00923cb3434ba662d49ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na502" + ]; + titles = [ + { + model = "NA502"; + vendor = "SERCOMM"; + } + ]; + }; + sercomm_na502s = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-serial" + "kmod-usb-serial-xr_usb_serial_common" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-sercomm_na502s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-sercomm_na502s-squashfs-sysupgrade.bin"; + sha256 = "1ea8046fd95468015985dc25f7def3284b99a515d77d0a5df97803cb7600f4d4"; + sha256_unsigned = "7471b22f84ff03034f1d596d0fd30a019ee90e3219c7c810468b2b2545efcebf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-sercomm_na502s-initramfs-kernel.bin"; + sha256 = "41b83f262eaecf6aef38c514386d6ea7fcd29be48c197d4fc15406137ddb534d"; + sha256_unsigned = "41b83f262eaecf6aef38c514386d6ea7fcd29be48c197d4fc15406137ddb534d"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na502s" + ]; + titles = [ + { + model = "NA502S"; + vendor = "SERCOMM"; + } + ]; + }; + storylink_sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-storylink_sap-g3200u3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-storylink_sap-g3200u3-initramfs-kernel.bin"; + sha256 = "22a4417472fd5bf69c2bc3d5391f1534a945d29f5c14241c912125cd926fb3ef"; + sha256_unsigned = "22a4417472fd5bf69c2bc3d5391f1534a945d29f5c14241c912125cd926fb3ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-storylink_sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "b7927a322f506f42e69eb846954b33a43c100e2f52befe53ade8bc4900984f62"; + sha256_unsigned = "fa1965449adc2ccce1ba0afb59d9449067afe3bd15aa9ee990636877ce29e78a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "storylink,sap-g3200u3" + "sap-g3200u3" + ]; + titles = [ + { + model = "SAP-G3200U3"; + vendor = "STORYLiNK"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-telco-electronics_x1-initramfs-kernel.bin"; + sha256 = "60fcd94374b0a13dc61f4e46d231ddaf394d86b9ded9c07235af7a0bf0f3dd8c"; + sha256_unsigned = "60fcd94374b0a13dc61f4e46d231ddaf394d86b9ded9c07235af7a0bf0f3dd8c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "ae9d820e723741cf58ac5644c31f25e39e894471fde9b4de8d679c1f592fe566"; + sha256_unsigned = "fc95f5eb8ababee96b4eded977373e60ab35992b7a59488d99fa1d18e4f0a4e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + model = "X1"; + vendor = "Telco Electronics"; + } + ]; + }; + tenbay_t-mb5eu-v01 = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-tenbay_t-mb5eu-v01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tenbay_t-mb5eu-v01-squashfs-sysupgrade.bin"; + sha256 = "45b63b3e97b95c9a72bb3996239d5787586f1e0be4407222cc40cd7eb6e6deb9"; + sha256_unsigned = "e4aea3ecf293c1c2b2a1ee1c849ab0ecf1541f4de88ec69b0780cb6ddd7525ea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-tenbay_t-mb5eu-v01-initramfs-kernel.bin"; + sha256 = "cd6e4b17a62519cf5f90a81406a7234b783fdc64d70bcb34a720c127f13e01e0"; + sha256_unsigned = "cd6e4b17a62519cf5f90a81406a7234b783fdc64d70bcb34a720c127f13e01e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "tenbay,t-mb5eu-v01" + "mt7621-dm2-t-mb5eu-v01-nor" + ]; + titles = [ + { + model = "T-MB5EU-V01"; + vendor = "Tenbay"; + } + ]; + }; + thunder_timecloud = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-thunder_timecloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-thunder_timecloud-squashfs-sysupgrade.bin"; + sha256 = "27c854f4a91435e41c88f2f5d4b108c4c61be848e12c1cb57bee2bceb47aaa9a"; + sha256_unsigned = "0e8b8ed692a6bb3db01c76d698f90963faec9608e0626cb33aaa98e982e06543"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-thunder_timecloud-initramfs-kernel.bin"; + sha256 = "87a310790eca08ba989393cbe8d98a900d7e69060884676f98a9f835b4447cd2"; + sha256_unsigned = "87a310790eca08ba989393cbe8d98a900d7e69060884676f98a9f835b4447cd2"; + type = "kernel"; + } + ]; + supported_devices = [ + "thunder,timecloud" + "timecloud" + ]; + titles = [ + { + model = "Timecloud"; + vendor = "Thunder"; + } + ]; + }; + totolink_a7000r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-totolink_a7000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-totolink_a7000r-initramfs-kernel.bin"; + sha256 = "430dababee91f9a2815a815bed34a3665166c3d35918a5f867e6768dc36fed32"; + sha256_unsigned = "430dababee91f9a2815a815bed34a3665166c3d35918a5f867e6768dc36fed32"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-totolink_a7000r-squashfs-sysupgrade.bin"; + sha256 = "c887bd213a89f1c3da412dee284f860bd4fadb0a13bb33f121be717f3077e4cb"; + sha256_unsigned = "a606b178ed52d5f09db3a2a75a94dba38b207ef30873d187f2e44e0077337577"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a7000r" + ]; + titles = [ + { + model = "A7000R"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_x5000r = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-totolink_x5000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-totolink_x5000r-initramfs-kernel.bin"; + sha256 = "300616ded6904d5954125a1e795ce4f537cace7ac3bc23cccc47f61917481983"; + sha256_unsigned = "300616ded6904d5954125a1e795ce4f537cace7ac3bc23cccc47f61917481983"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-totolink_x5000r-squashfs-sysupgrade.bin"; + sha256 = "80e343aa867073a9caaad356c07d177fccb73134a997b7a405c87923c4a917b7"; + sha256_unsigned = "920937731b156abefde25f10c9b11e259e84380468c90c9cbc72a0c0745a7b53"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,x5000r" + ]; + titles = [ + { + model = "X5000R"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-a6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-tplink_archer-a6-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_archer-a6-v3-squashfs-sysupgrade.bin"; + sha256 = "ee7e0e101aa2336cd27992e4230e48d7fd712d9f6cb2014e2f0711e6abd99179"; + sha256_unsigned = "7b9bb68b48c0817e99f7f0ff878155adfb848932802e69268c74d495dad61ce3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_archer-a6-v3-initramfs-kernel.bin"; + sha256 = "8b41cf8bdb7785d8290db7eb53abe7dbf956ead75a50c49a42b79aba26fdaba9"; + sha256_unsigned = "8b41cf8bdb7785d8290db7eb53abe7dbf956ead75a50c49a42b79aba26fdaba9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_archer-a6-v3-squashfs-factory.bin"; + sha256 = "d501a3237074ec14f91816b8d2d002e438bf7bd18207f35b913e27dd35783b30"; + sha256_unsigned = "d501a3237074ec14f91816b8d2d002e438bf7bd18207f35b913e27dd35783b30"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a6-v3" + ]; + titles = [ + { + model = "Archer A6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-tplink_archer-c6-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_archer-c6-v3-squashfs-sysupgrade.bin"; + sha256 = "2cdc16493a5e8f4def5910bff75fff2a056c88d410ba39fbaab49239ea63864d"; + sha256_unsigned = "b72a9d91cf9364862c5fdb32a9dfa7ef4358e13ebcccdfab1a4d303720e8dddf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_archer-c6-v3-initramfs-kernel.bin"; + sha256 = "3e6d97aa4b224a1d974b811746e4f016b041ae181ecdd0a1ad12828512febe12"; + sha256_unsigned = "3e6d97aa4b224a1d974b811746e4f016b041ae181ecdd0a1ad12828512febe12"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_archer-c6-v3-squashfs-factory.bin"; + sha256 = "59f39bbf695acde6a5deb491c82c843e88e3ceb698218d8867ae5b7927073771"; + sha256_unsigned = "59f39bbf695acde6a5deb491c82c843e88e3ceb698218d8867ae5b7927073771"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v3" + ]; + titles = [ + { + model = "Archer C6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6u-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-tplink_archer-c6u-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_archer-c6u-v1-squashfs-sysupgrade.bin"; + sha256 = "50a2931916b093548b41a32ea589d4f16b3a1235f5548ba8da176dce0c9a6ce3"; + sha256_unsigned = "0110f7f6356fcb2681dd01ee00d9a9b4587732abc558efd4287ff7e33a3db65d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_archer-c6u-v1-squashfs-factory.bin"; + sha256 = "c6616d044019297fda47f403a47dac947678ac5d2bcba6cdba328019f57f980a"; + sha256_unsigned = "c6616d044019297fda47f403a47dac947678ac5d2bcba6cdba328019f57f980a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_archer-c6u-v1-initramfs-kernel.bin"; + sha256 = "36e68b2e725b2c0e8eb42074156f8fcf7d74856d59a391a8dcfb3e17d45c7df1"; + sha256_unsigned = "36e68b2e725b2c0e8eb42074156f8fcf7d74856d59a391a8dcfb3e17d45c7df1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6u-v1" + ]; + titles = [ + { + model = "Archer C6U"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap235-wall-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-tplink_eap235-wall-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_eap235-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "f61b8745b5efb9a9bc0344f2a2ee18e35a0b4b1ceb7f5d9b6123a9eafca37284"; + sha256_unsigned = "2243a495490f4c1193a7e3f8aa39d1bad8105e4264979333a87e5520713ef8e2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_eap235-wall-v1-initramfs-kernel.bin"; + sha256 = "1956ff1f222ab2dcf59ce034140876fe4f5fc51239f0d1976bd466d9531dacf0"; + sha256_unsigned = "1956ff1f222ab2dcf59ce034140876fe4f5fc51239f0d1976bd466d9531dacf0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_eap235-wall-v1-squashfs-factory.bin"; + sha256 = "6ece257bb1bb1a11c0dee60d4a9dcd27c78cc82d9b2f1cbea4d2b9e817d198e1"; + sha256_unsigned = "6ece257bb1bb1a11c0dee60d4a9dcd27c78cc82d9b2f1cbea4d2b9e817d198e1"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap235-wall-v1" + ]; + titles = [ + { + model = "EAP235-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap615-wall-v1 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-tplink_eap615-wall-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_eap615-wall-v1-initramfs-kernel.bin"; + sha256 = "f5b984a94b50069bdba1fb5539922e52f6fb4154f51d8a757f23737b8d41c54a"; + sha256_unsigned = "f5b984a94b50069bdba1fb5539922e52f6fb4154f51d8a757f23737b8d41c54a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_eap615-wall-v1-squashfs-factory.bin"; + sha256 = "da730ecab1c3f1fc8155366eae8d1f673c6e463c997b5e413e186f6000806354"; + sha256_unsigned = "da730ecab1c3f1fc8155366eae8d1f673c6e463c997b5e413e186f6000806354"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_eap615-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "ba7551f17b7f4b3641b5f1a54ca33fc69b6c9625869b249b9699ca63d2b26bcf"; + sha256_unsigned = "86c47698ddcc3b0a295345020260830cd03302d6ce130e763dddc2b6b6cb9f67"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap615-wall-v1" + ]; + titles = [ + { + model = "EAP615-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-tplink_re350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_re350-v1-initramfs-kernel.bin"; + sha256 = "5abb6add9cb3b9ef53c9d546bcbe2b4c0016155a83154014d30629cafef1ccce"; + sha256_unsigned = "5abb6add9cb3b9ef53c9d546bcbe2b4c0016155a83154014d30629cafef1ccce"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350-v1" + "re350-v1" + ]; + titles = [ + { + model = "RE350"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re500-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-tplink_re500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_re500-v1-squashfs-sysupgrade.bin"; + sha256 = "65158c01aae33003291c3b5009b9f06e2bf8339b31b23baad3f51c5b5f2fd624"; + sha256_unsigned = "5e543bef8e5cb3a4e804f2b942c4ef399c33c8de604f82e3ce81071d55ebc9cb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_re500-v1-squashfs-factory.bin"; + sha256 = "efa773def32c2e09c5c3cd37aa0852efb8a6b72773789f2f34ff1028204f800a"; + sha256_unsigned = "efa773def32c2e09c5c3cd37aa0852efb8a6b72773789f2f34ff1028204f800a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_re500-v1-initramfs-kernel.bin"; + sha256 = "8f3846eec0a357c18b98d9d9336f3e92db825ae5e3c6c367372c37ff18ab8c3b"; + sha256_unsigned = "8f3846eec0a357c18b98d9d9336f3e92db825ae5e3c6c367372c37ff18ab8c3b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re500-v1" + ]; + titles = [ + { + model = "RE500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-tplink_re650-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_re650-v1-initramfs-kernel.bin"; + sha256 = "2f2a3e1e20654500b99e4e8f265c4dbb4d2b9b07876fb6a04533f70eaf772ed4"; + sha256_unsigned = "2f2a3e1e20654500b99e4e8f265c4dbb4d2b9b07876fb6a04533f70eaf772ed4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_re650-v1-squashfs-sysupgrade.bin"; + sha256 = "79b116bf27fd611246fffb36499eda6c7c4182c9cd08d8d16164b9b843797695"; + sha256_unsigned = "261fb6ebb1310abae6e76099860cd2e0ecd624efe3fa013bd18eeb9eafc3fa1f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_re650-v1-squashfs-factory.bin"; + sha256 = "72b10741c07cdd4bbde5b99ad551c46f54190cd3137f4fc5d68bf830dfcb036c"; + sha256_unsigned = "72b10741c07cdd4bbde5b99ad551c46f54190cd3137f4fc5d68bf830dfcb036c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re650-v1" + ]; + titles = [ + { + model = "RE650"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-tplink_re650-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_re650-v2-squashfs-sysupgrade.bin"; + sha256 = "bb7c925fe0261f587fe9df6c3157bcbce097118b09b80987625e19b0cf0cca5d"; + sha256_unsigned = "e93b3530697fb21b93e7d2d4cb5a5ee65cbaff913e0115ea6d5d011144e73af4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_re650-v2-initramfs-kernel.bin"; + sha256 = "7485d9637b615a346b6c3f52bcc72bbff7af733c667432b9a1a29942dc76edee"; + sha256_unsigned = "7485d9637b615a346b6c3f52bcc72bbff7af733c667432b9a1a29942dc76edee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_re650-v2-squashfs-factory.bin"; + sha256 = "d6f05f6079854b6bb7901681f91ccac937cb73cbefe369e05bce8d0778e36280"; + sha256_unsigned = "d6f05f6079854b6bb7901681f91ccac937cb73cbefe369e05bce8d0778e36280"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re650-v2" + ]; + titles = [ + { + model = "RE650"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8631p-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-tplink_tl-wpa8631p-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_tl-wpa8631p-v3-squashfs-sysupgrade.bin"; + sha256 = "b2b67a4ef7e37ed1b4256142210dbb8902c48e31a0f897f5cb63a007c6f67018"; + sha256_unsigned = "8010f9ebd6f17b97fa634f815c22a699cbc43ff454ebc529ea2a3230bde28dd4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_tl-wpa8631p-v3-squashfs-factory.bin"; + sha256 = "a436766c863537e4d983bdd17c524eaa2c4192b939714d63aad2ed3099af0581"; + sha256_unsigned = "a436766c863537e4d983bdd17c524eaa2c4192b939714d63aad2ed3099af0581"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-tplink_tl-wpa8631p-v3-initramfs-kernel.bin"; + sha256 = "84bea42b71a82373ad319206e72dbe6ce180713962381cba4cde52a86cabcc7f"; + sha256_unsigned = "84bea42b71a82373ad319206e72dbe6ce180713962381cba4cde52a86cabcc7f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8631p-v3" + ]; + titles = [ + { + model = "TL-WPA8631P"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_edgerouter-x = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-ubnt_edgerouter-x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"; + sha256 = "ac80376ac3349fc3b3823cc8224e9351b8a5533117730af7b502d7d3d892c75e"; + sha256_unsigned = "70b846179a059bd87e6bddb6d5395d2eab03836f239d4499c87a2913b08cc3ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-ubnt_edgerouter-x-initramfs-kernel.bin"; + sha256 = "4301520dab85b5e2170bcef42a2b45f905b33193038939668d1f993d6f965796"; + sha256_unsigned = "4301520dab85b5e2170bcef42a2b45f905b33193038939668d1f993d6f965796"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x" + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + model = "EdgeRouter X"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-x-sfp = { + device_packages = [ + "-wpad-basic-wolfssl" + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-sfp" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-ubnt_edgerouter-x-sfp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-ubnt_edgerouter-x-sfp-initramfs-kernel.bin"; + sha256 = "11306b45f7804657d21576e77f437bb51510c65009496bcbade228f30fed19d6"; + sha256_unsigned = "11306b45f7804657d21576e77f437bb51510c65009496bcbade228f30fed19d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"; + sha256 = "0c648604c287b94160bed6b8039f3ced585002adca12c392439206ea1b98f877"; + sha256_unsigned = "89448bf03dc2b50decec7308e400a5b1931854f8090aca08d330c6c5a288c38b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x-sfp" + "ubnt-erx-sfp" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + model = "EdgeRouter X SFP"; + vendor = "Ubiquiti"; + } + { + model = "EdgePoint R6"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lite = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-ubnt_unifi-6-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-ubnt_unifi-6-lite-initramfs-kernel.bin"; + sha256 = "dc71c23befb6f9c4905e15c390aeb068aac9e916bf48917eba70db3fbe5ec606"; + sha256_unsigned = "dc71c23befb6f9c4905e15c390aeb068aac9e916bf48917eba70db3fbe5ec606"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-ubnt_unifi-6-lite-squashfs-sysupgrade.bin"; + sha256 = "f295fb8b19515d26fa1f33498fa9432b8e8d515ff919b7d9b0c571212aa99958"; + sha256_unsigned = "1244806267882009c51d1f026441ad4477dbc8f98efb4a724793ddabbc0ef444"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lite" + ]; + titles = [ + { + model = "UniFi 6 Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-flexhd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-ubnt_unifi-flexhd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-ubnt_unifi-flexhd-initramfs-kernel.bin"; + sha256 = "b15e3104fdd55075e874b887fe1054fc08ed1b2ea96b1778884e2c4bbfed9fac"; + sha256_unsigned = "b15e3104fdd55075e874b887fe1054fc08ed1b2ea96b1778884e2c4bbfed9fac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-ubnt_unifi-flexhd-squashfs-sysupgrade.bin"; + sha256 = "2e50d65c2fe7b8eab84e352374e812d4cbdb9d8234e8eb58ad8dab1fa2044375"; + sha256_unsigned = "59aa89f43c16c98545881d9ef100f8b8635e847d2da5ca43318ac5bcd6a497e9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-flexhd" + ]; + titles = [ + { + model = "UniFi FlexHD"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-nanohd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-ubnt_unifi-nanohd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-ubnt_unifi-nanohd-squashfs-sysupgrade.bin"; + sha256 = "83b1be02776565589c254580038591e69b7fb0a1bf198332797e2d7bc1f9fd55"; + sha256_unsigned = "87da6de78c38bfdf91d7238f61cd38b7332aced18835d73b2cbefad7f1ecd657"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-ubnt_unifi-nanohd-initramfs-kernel.bin"; + sha256 = "996a2dfc2c6103567f88f998fcc8cfb1ca7d21cf0badb380f99acaed1028cf48"; + sha256_unsigned = "996a2dfc2c6103567f88f998fcc8cfb1ca7d21cf0badb380f99acaed1028cf48"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-nanohd" + ]; + titles = [ + { + model = "UniFi nanoHD"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_usw-flex = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-ubnt_usw-flex"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-ubnt_usw-flex-initramfs-kernel.bin"; + sha256 = "6d3e52304fc16a7d31a2e0802a078281cdaea79a2948dfb6f5cce042bb39a615"; + sha256_unsigned = "6d3e52304fc16a7d31a2e0802a078281cdaea79a2948dfb6f5cce042bb39a615"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-ubnt_usw-flex-squashfs-sysupgrade.bin"; + sha256 = "34c927f94d486620a67d5ef0780fd7ab93cb897d1d6eb129fc777e808de70dab"; + sha256_unsigned = "098277cbb91a93392501307eb71a9ea1c38ec6deb5bc3e63f80eb45abd3f9153"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,usw-flex" + ]; + titles = [ + { + model = "UniFi Switch Flex"; + vendor = "Ubiquiti"; + } + ]; + }; + unielec_u7621-01-16m = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-unielec_u7621-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-unielec_u7621-01-16m-squashfs-sysupgrade.bin"; + sha256 = "32387795c1fa81ecc8d6b5e92d13b4c0182f26bc65e2651a2263ae356a8cd53a"; + sha256_unsigned = "9b5551f178fdcd68f88d5a6cdec9d8878b8906133a00768313cee1328738bfd6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-unielec_u7621-01-16m-initramfs-kernel.bin"; + sha256 = "2dd2eb5cce3e187f5366afa14ea95cf5929e19b7c73e5d9bb818198f73c35ebb"; + sha256_unsigned = "2dd2eb5cce3e187f5366afa14ea95cf5929e19b7c73e5d9bb818198f73c35ebb"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-01-16m" + ]; + titles = [ + { + model = "U7621-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-unielec_u7621-06-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-unielec_u7621-06-16m-initramfs-kernel.bin"; + sha256 = "4ff55e781240dae7b709b2e8896ce18f98a3bd94450a5ae1484efd4447ede8a1"; + sha256_unsigned = "4ff55e781240dae7b709b2e8896ce18f98a3bd94450a5ae1484efd4447ede8a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-unielec_u7621-06-16m-squashfs-sysupgrade.bin"; + sha256 = "fb05cc079672097a2cd208fbe565c209241cf305b08aaa0be36c0e1e23903bf7"; + sha256_unsigned = "0bda7229d69158a1bb2268cb2599b3e4d1a805597e4d7a2eaa25f6c2eaa16dc8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-16m" + "u7621-06-256M-16M" + "unielec,u7621-06-256m-16m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-64m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-unielec_u7621-06-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-unielec_u7621-06-64m-squashfs-sysupgrade.bin"; + sha256 = "ba9ac9b2e7b2ea20dbfb6444cbbda25c9e870a4e1928c930dee6f3e31f7221e4"; + sha256_unsigned = "9169d63ca0ed08526e7dd33475aaf5f2d9bdbff6be994f19b08dfcb1eba2561d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-unielec_u7621-06-64m-initramfs-kernel.bin"; + sha256 = "754f0e4e3191f4392d09443305f70494f0ecee940271bbaea817cb075ba96b7b"; + sha256_unsigned = "754f0e4e3191f4392d09443305f70494f0ecee940271bbaea817cb075ba96b7b"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-06-64m" + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "64M"; + vendor = "UniElec"; + } + ]; + }; + wavlink_wl-wn531a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-wavlink_wl-wn531a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-wavlink_wl-wn531a6-initramfs-kernel.bin"; + sha256 = "82285261ecfe7ad53cfe26800cceb0abe27b29d4d67d097f1ee663e1c936039f"; + sha256_unsigned = "82285261ecfe7ad53cfe26800cceb0abe27b29d4d67d097f1ee663e1c936039f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-wavlink_wl-wn531a6-squashfs-sysupgrade.bin"; + sha256 = "d9789871b9872af50090be43a8e7e2f615d413e21b152c3aea022e9f6b5ae73b"; + sha256_unsigned = "1de14c952af4f4acf154a5b1aa240abd5951d16ba079d3e505691d10470c2a3b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a6" + ]; + titles = [ + { + model = "WL-WN531A6"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn533a8 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-wavlink_wl-wn533a8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-wavlink_wl-wn533a8-squashfs-sysupgrade.bin"; + sha256 = "af5e634cbaaf0f516fd526161fa22dfca617ecfbe95862cfa6e52caff93e936b"; + sha256_unsigned = "9ac2e1a6ebaf41df661ca2552e73907414fd28f7fdf198a4488fe8516653d6b6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-wavlink_wl-wn533a8-initramfs-WN533A8-kernel.bin"; + sha256 = "72b4acd816536eda6ec65e064044b8549edef59977e552a8386e1ed004933231"; + sha256_unsigned = "72b4acd816536eda6ec65e064044b8549edef59977e552a8386e1ed004933231"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn533a8" + ]; + titles = [ + { + model = "WL-WN533A8"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_ws-wn572hp3-4g = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-net-rndis" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-wavlink_ws-wn572hp3-4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-wavlink_ws-wn572hp3-4g-squashfs-sysupgrade.bin"; + sha256 = "89be8f5e6622b75a214f3c456f4c63c97c02637bd0a7c066da49cf7d023674d2"; + sha256_unsigned = "1d498fb3f1924ff412f3ef61d6ed5eba85adb3c0d789bbbb7c3440ef5198e827"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-wavlink_ws-wn572hp3-4g-initramfs-kernel.bin"; + sha256 = "7b364b9a1232eb49124a55c8482abec059a49fed1b972fd82bb23d2d2ea60e3c"; + sha256_unsigned = "7b364b9a1232eb49124a55c8482abec059a49fed1b972fd82bb23d2d2ea60e3c"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,ws-wn572hp3-4g" + ]; + titles = [ + { + model = "WS-WN572HP3"; + variant = "4G"; + vendor = "Wavlink"; + } + ]; + }; + wevo_11acnas = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-wevo_11acnas"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-wevo_11acnas-initramfs-kernel.bin"; + sha256 = "e6d2a8cc3dcfbc383102e5569880afe01c4b86dbb38ccdc58e70e7a68b627f55"; + sha256_unsigned = "e6d2a8cc3dcfbc383102e5569880afe01c4b86dbb38ccdc58e70e7a68b627f55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-wevo_11acnas-squashfs-sysupgrade.bin"; + sha256 = "8de488ae7092de4377445808d027de9644b2b31ebb80bae0faf4b5bad3a54407"; + sha256_unsigned = "ced53b22467f136ef6cee6c298e75e767fec7ba13612113c76346b785b89a37f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,11acnas" + "11acnas" + ]; + titles = [ + { + model = "11AC NAS Router"; + vendor = "WeVO"; + } + ]; + }; + wevo_w2914ns-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-wevo_w2914ns-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-wevo_w2914ns-v2-squashfs-sysupgrade.bin"; + sha256 = "a031a5863556eb9eb198758d3868537c93961722659c263f530dbb4aa5f583ee"; + sha256_unsigned = "7ce148ffb2ef08e94b7d4cce5b2901ba92347aede752a0bf4bf7a87ea9748198"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-wevo_w2914ns-v2-initramfs-kernel.bin"; + sha256 = "dc7cd4a1be8eabe2d15e2e2755b6a8269b6ddb2971b20af78ae3f3c3c746e0ca"; + sha256_unsigned = "dc7cd4a1be8eabe2d15e2e2755b6a8269b6ddb2971b20af78ae3f3c3c746e0ca"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,w2914ns-v2" + "w2914nsv2" + ]; + titles = [ + { + model = "W2914NS"; + variant = "v2"; + vendor = "WeVO"; + } + ]; + }; + winstars_ws-wn583a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-winstars_ws-wn583a6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-winstars_ws-wn583a6-squashfs-sysupgrade.bin"; + sha256 = "221ffb7760e71e5b56dd064f71ccd74d3b5a7b9b93fa7b8dd4d213dac18fd6e4"; + sha256_unsigned = "78bd0dbb5eef0b63cfde7f8d1f6ba489b87e2e9e2819ba30e6d4a737177cdb91"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-winstars_ws-wn583a6-initramfs-WN583A6-kernel.bin"; + sha256 = "c3406cb9f1c41453cd0d2747b2e9aac6f33f771ddce30258d07fc820c1baf1ea"; + sha256_unsigned = "c3406cb9f1c41453cd0d2747b2e9aac6f33f771ddce30258d07fc820c1baf1ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "winstars,ws-wn583a6" + ]; + titles = [ + { + model = "WS-WN583A6"; + vendor = "Winstars"; + } + { + model = "AC2100"; + vendor = "Gemeita"; + } + ]; + }; + xiaomi_mi-router-3-pro = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-3-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-3-pro-initramfs-kernel.bin"; + sha256 = "d2507cd88754b0ba0cd2ccf40c1bd149aa079e0e08f3c81ef78617e21ab42b15"; + sha256_unsigned = "d2507cd88754b0ba0cd2ccf40c1bd149aa079e0e08f3c81ef78617e21ab42b15"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-factory.bin"; + sha256 = "6982fc9e7fd03f07cef16d4a237437ae9b52791c0f7bcb39465329a00b758441"; + sha256_unsigned = "6982fc9e7fd03f07cef16d4a237437ae9b52791c0f7bcb39465329a00b758441"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-sysupgrade.bin"; + sha256 = "c39a1c64cee83be2f258d6452ff14607707bb4c5b23bdf91531da63b8540bb86"; + sha256_unsigned = "ea79834aa91532263752fb673a20346d3af7503294cc7dc6c6a5f3f2355b3f15"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3-pro" + "xiaomi,mir3p" + ]; + titles = [ + { + model = "Mi Router 3 Pro"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-3g-squashfs-rootfs0.bin"; + sha256 = "ef546008f38432d03568e7e44a605307f29f8e982adfa32ed43ad99ac0327b45"; + sha256_unsigned = "ef546008f38432d03568e7e44a605307f29f8e982adfa32ed43ad99ac0327b45"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-3g-squashfs-kernel1.bin"; + sha256 = "c4ebea3ee670b91d268239d8dd724273ee0b08066b153df25e0ae0bf872f186e"; + sha256_unsigned = "c4ebea3ee670b91d268239d8dd724273ee0b08066b153df25e0ae0bf872f186e"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-3g-squashfs-sysupgrade.bin"; + sha256 = "e0696bd37f78e1a011a7abe0660fdea161bc95146f04945a2d2f0026acf25a27"; + sha256_unsigned = "e1b093f02ab885c8fad15715145fa67a2a32752dfb3ac098310736d5abbbf04a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-3g-initramfs-kernel.bin"; + sha256 = "12ca02046f8674834f6c7e544b592a29df0bda570d46a6841f8cf006a6971f30"; + sha256_unsigned = "12ca02046f8674834f6c7e544b592a29df0bda570d46a6841f8cf006a6971f30"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g" + "R3G" + "mir3g" + "xiaomi,mir3g" + ]; + titles = [ + { + model = "Mi Router 3G"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-3g-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-3g-v2-initramfs-kernel.bin"; + sha256 = "e7a8e50649574dd745cc4aa6b9af94d32bbb5a7290a4a3c28f4f342ce5965832"; + sha256_unsigned = "e7a8e50649574dd745cc4aa6b9af94d32bbb5a7290a4a3c28f4f342ce5965832"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-3g-v2-squashfs-sysupgrade.bin"; + sha256 = "085ffbd29a37db917b49ea850c4540edceb490c963159c3d60d3ea7d904deb54"; + sha256_unsigned = "e6377dcf529295755c51eecd5071facf85a080052a888a92b3a0bd3c7e0616f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g-v2" + "xiaomi,mir3g-v2" + ]; + titles = [ + { + model = "Mi Router 3G"; + variant = "v2"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-4-initramfs-kernel.bin"; + sha256 = "ba746942cba187995cf2db65d7fb3eb5047820b402b879cf73a4ed760b389839"; + sha256_unsigned = "ba746942cba187995cf2db65d7fb3eb5047820b402b879cf73a4ed760b389839"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-4-squashfs-sysupgrade.bin"; + sha256 = "89d5071f50f2a9783637327237a4cf73cc2f5e9acfb042a1f8b22ace5999bfd8"; + sha256_unsigned = "37c38112d42c8f40e8d1243d003c2d6e977eddf9f3681daa4cf28033402daddd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-4-squashfs-kernel1.bin"; + sha256 = "a8c63a0701287a15f258f26f4965bbcb8efb5d7a43627c087aa77ea0913f34cc"; + sha256_unsigned = "a8c63a0701287a15f258f26f4965bbcb8efb5d7a43627c087aa77ea0913f34cc"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-4-squashfs-rootfs0.bin"; + sha256 = "34a12bd12e076730464916d4e2d1498be12ebd209b6e6043c8fa234d7a56cffc"; + sha256_unsigned = "34a12bd12e076730464916d4e2d1498be12ebd209b6e6043c8fa234d7a56cffc"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4" + ]; + titles = [ + { + model = "Mi Router 4"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-gigabit = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-4a-gigabit"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin"; + sha256 = "0790c7fe3d155d96110960e4bcd3417d927511ced6171fec4e60f144a386e8d4"; + sha256_unsigned = "480281af0a6e324116aa0b5d1c10c6cf342e0b82843fc179e575404c3f8fa3da"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-4a-gigabit-initramfs-kernel.bin"; + sha256 = "e694b1c4239df3b26477e661a242c548e71d3b6e47a9b0e2d87c19fdcab2cb7d"; + sha256_unsigned = "e694b1c4239df3b26477e661a242c548e71d3b6e47a9b0e2d87c19fdcab2cb7d"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-gigabit" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "Gigabit Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-ac2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "4384e1b2813f3b13390db3bd256ff94f5dc801996ec5aac42bc21464cbefdaba"; + sha256_unsigned = "4384e1b2813f3b13390db3bd256ff94f5dc801996ec5aac42bc21464cbefdaba"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "91b49c3cae1a378d5e20efce78d2f31c56dfc2d5771d80a0cbe3fffabde80a98"; + sha256_unsigned = "4f72d9954a926e78e24c72924c16b011d0efa18861fa53b09b1d62e963de8f63"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "8b295548b0740821ce7a2db501db70d80ddbac3b692c71f74d1be4de1f7fa525"; + sha256_unsigned = "8b295548b0740821ce7a2db501db70d80ddbac3b692c71f74d1be4de1f7fa525"; + type = "rootfs0"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-ac2100-initramfs-kernel.bin"; + sha256 = "62b72f291c7fcdc7b62aa0ca3905d0e8fd9f3f106fc0ba48636e863253a7dca0"; + sha256_unsigned = "62b72f291c7fcdc7b62aa0ca3905d0e8fd9f3f106fc0ba48636e863253a7dca0"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-ac2100" + ]; + titles = [ + { + model = "Mi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6606 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-cr6606"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-sysupgrade.bin"; + sha256 = "a5147e53d1cfb60632e4cc9f7fc93e4af9e840451d359226640811bea453c93d"; + sha256_unsigned = "605742e54c1308c185afeea20c55e0094c21037ed7c14eeedb3aaf0443d7d319"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-firmware.bin"; + sha256 = "5c84602fd7d27e9958ab288a40aa70a5c0d3e8441cc8a95a700c68cc5e5378fc"; + sha256_unsigned = "5c84602fd7d27e9958ab288a40aa70a5c0d3e8441cc8a95a700c68cc5e5378fc"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-cr6606-initramfs-kernel.bin"; + sha256 = "e894ec213426867307e4a1b02d790d32cc3c6b1fc9c40c51782cd6b6d954097d"; + sha256_unsigned = "e894ec213426867307e4a1b02d790d32cc3c6b1fc9c40c51782cd6b6d954097d"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6606" + ]; + titles = [ + { + model = "Mi Router CR6606"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6608 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-cr6608"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-cr6608-squashfs-firmware.bin"; + sha256 = "2ea8ff4dec00ab13346c45b05682627aa40dc05a2829e4252f82faf3341aaecc"; + sha256_unsigned = "2ea8ff4dec00ab13346c45b05682627aa40dc05a2829e4252f82faf3341aaecc"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-cr6608-squashfs-sysupgrade.bin"; + sha256 = "d141d8421e97b77253d08c025e0daa4f333c5bb90b7909a71f86227435d21e03"; + sha256_unsigned = "cef63830686dda49d564cb22c4b299798d4ba601f31f286ada4f714d88e9c5ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-cr6608-initramfs-kernel.bin"; + sha256 = "8f8bda8b4c95994d39b8ac7c115d4926cdc1b213783014782acf2039ade50163"; + sha256_unsigned = "8f8bda8b4c95994d39b8ac7c115d4926cdc1b213783014782acf2039ade50163"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6608" + ]; + titles = [ + { + model = "Mi Router CR6608"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6609 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-cr6609"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-cr6609-squashfs-firmware.bin"; + sha256 = "9bc051dec08dde59d8df22425cded35ee78844598e4f6ce480db5962437c0ba3"; + sha256_unsigned = "9bc051dec08dde59d8df22425cded35ee78844598e4f6ce480db5962437c0ba3"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-cr6609-squashfs-sysupgrade.bin"; + sha256 = "3c3ebdf71f48f9f05866103d99f0bb10f14cf2744a3dd27f20c66731167aed10"; + sha256_unsigned = "1457f68c60d02c67bd5aa67ab621c2d9ffe51356624f73c9b2a80a2e7e6d9302"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_mi-router-cr6609-initramfs-kernel.bin"; + sha256 = "4593ed0e7b4854637391d39579de2413e0a3925908ac9b385570e8d6367247ae"; + sha256_unsigned = "4593ed0e7b4854637391d39579de2413e0a3925908ac9b385570e8d6367247ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6609" + ]; + titles = [ + { + model = "Mi Router CR6609"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-xiaomi_redmi-router-ac2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "8b295548b0740821ce7a2db501db70d80ddbac3b692c71f74d1be4de1f7fa525"; + sha256_unsigned = "8b295548b0740821ce7a2db501db70d80ddbac3b692c71f74d1be4de1f7fa525"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "8015533863927a1ca7f4b7b66bad45c3827ab46c982fdec3086deff1bbde9842"; + sha256_unsigned = "8015533863927a1ca7f4b7b66bad45c3827ab46c982fdec3086deff1bbde9842"; + type = "kernel1"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_redmi-router-ac2100-initramfs-kernel.bin"; + sha256 = "938895ad300c645abde6a4158321097c560a4fa1e0e812699619bdbcebedb2ce"; + sha256_unsigned = "938895ad300c645abde6a4158321097c560a4fa1e0e812699619bdbcebedb2ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "0f3a26a54ea167ecf15e81b50d69e1c90396c6b10d1d07432607a0ad13eb0ed7"; + sha256_unsigned = "4a4902dd48131a4406b21ace9f0e387fd2c20f91721cb9265affdb11980bf5c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ac2100" + ]; + titles = [ + { + model = "Redmi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaoyu_xy-c5 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-xiaoyu_xy-c5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaoyu_xy-c5-squashfs-sysupgrade.bin"; + sha256 = "a271b8322e03afab09dd9b0b3147729f1f7e729e1cfda9044952a639df1c5989"; + sha256_unsigned = "1ec21244ffc587e3b347a8f15255a9cbe74393c66c3d36cdab56778de470f030"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-xiaoyu_xy-c5-initramfs-kernel.bin"; + sha256 = "773de425b13479a2abd1469036148a0c8cf7fc22bb019677cacd96b63a31bebb"; + sha256_unsigned = "773de425b13479a2abd1469036148a0c8cf7fc22bb019677cacd96b63a31bebb"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaoyu,xy-c5" + ]; + titles = [ + { + model = "XY-C5"; + vendor = "XiaoYu"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "fdb54ca4c96158844458ea4b6891b5ada57c9b425499e0c20cae3e4e72b8f4ef"; + sha256_unsigned = "11e57f4e9e9acf8c90df604256766ab4f8506173f20eedb814a4ca5e78f8c474"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-xzwifi_creativebox-v1-initramfs-kernel.bin"; + sha256 = "100c162148dbff19fb628b699c7298a879c3a41ee7cb037a432f940af3f63f73"; + sha256_unsigned = "100c162148dbff19fb628b699c7298a879c3a41ee7cb037a432f940af3f63f73"; + type = "kernel"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + model = "v1"; + vendor = "CreativeBox"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-youhua_wr1200js-initramfs-kernel.bin"; + sha256 = "7e89b4756b071fe889c214753884e3eaa4facbb910324b0be7aa1762d0111a28"; + sha256_unsigned = "7e89b4756b071fe889c214753884e3eaa4facbb910324b0be7aa1762d0111a28"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "4bdae708c258b95567c209e3fd70f9789175416ed2f87a5fa7a6f4273e33ead0"; + sha256_unsigned = "d18b11c5241e218483cebc3cb0713f0395e24f5259c90e8fed0f46a3760d13cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + model = "WR1200JS"; + vendor = "YouHua"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-youku_yk-l2-initramfs-kernel.bin"; + sha256 = "3bd5205703fb388ec73a44db5e5a2eb00af66a72ea32ccc1c23601f5eced918e"; + sha256_unsigned = "3bd5205703fb388ec73a44db5e5a2eb00af66a72ea32ccc1c23601f5eced918e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "584c1e740c3e44aa799bef88108975986537a703997ef818b795e4dfe18ef166"; + sha256_unsigned = "9a2da95243812862988daef402c27891bad1448e80b913a5041fbc28423634de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + model = "YK-L2"; + vendor = "Youku"; + } + ]; + }; + yuncore_ax820 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-yuncore_ax820"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-yuncore_ax820-initramfs-kernel.bin"; + sha256 = "908593067e0739792e91c9342ddac92393089283cefdedef0d10c0f55f8c17eb"; + sha256_unsigned = "908593067e0739792e91c9342ddac92393089283cefdedef0d10c0f55f8c17eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-yuncore_ax820-squashfs-sysupgrade.bin"; + sha256 = "ccac5f180ad05f92e22a1f161c729db6a9fb93072a2298c39273926246021420"; + sha256_unsigned = "ed1e29f6aefeaaa47158e678831273728e9c89d3c31216e0d845be55d79ada84"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,ax820" + ]; + titles = [ + { + model = "AX820"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-we1326"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "3b78a53d70b4f02e96f1bfd48d5c5917a4542e54c8e81934fe43a66f94d8ea64"; + sha256_unsigned = "0974df1b76c4804c14186fd625ef4eb63afc95e78d878f1d06d9e01d8786032f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-we1326-initramfs-kernel.bin"; + sha256 = "aa6c0a927dd3ee5e0b7032a1c0e7259cd858f9357bedcdadff0f1f572e6fa15e"; + sha256_unsigned = "aa6c0a927dd3ee5e0b7032a1c0e7259cd858f9357bedcdadff0f1f572e6fa15e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1326" + "zbt-we1326" + ]; + titles = [ + { + model = "ZBT-WE1326"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "12a643b1728329b7d9c28cfd67861be7288fcf6079f657bc11e7ab2efd51f49f"; + sha256_unsigned = "56abea5e241d1103a78e46d91f9a7570ca77c49185de87ea448d65e651c11dae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-we3526-initramfs-kernel.bin"; + sha256 = "4b79bdd3eb2ced24dcb6804340615a78c743bfaa467f808f9f06f696aa192bfa"; + sha256_unsigned = "4b79bdd3eb2ced24dcb6804340615a78c743bfaa467f808f9f06f696aa192bfa"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + model = "ZBT-WE3526"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1602-16m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-wg1602-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-wg1602-16m-initramfs-kernel.bin"; + sha256 = "4605416222ce2162c68031068915cccccddd7c9a5541a70cca03036e1654e49c"; + sha256_unsigned = "4605416222ce2162c68031068915cccccddd7c9a5541a70cca03036e1654e49c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-wg1602-16m-squashfs-sysupgrade.bin"; + sha256 = "9529a68b5fc34da1a524055c37e231d5fee0bcd2a6c4640773e0bd42797e1cd6"; + sha256_unsigned = "45cc79bd6f6767be5272a0e0607fd08fba0e35fd7ffbeaec58eca00c7f076274"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1602-16m" + ]; + titles = [ + { + model = "ZBT-WG1602"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1608-16m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-wg1608-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-wg1608-16m-squashfs-sysupgrade.bin"; + sha256 = "618506352745572c179924c1284d21d56841bf9b2d5c98358f82b580b6535869"; + sha256_unsigned = "c73e75403fb48d5f91903a3012b27b8b8e429ace7627e7b4714b59390b18d2cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-wg1608-16m-initramfs-kernel.bin"; + sha256 = "17e03c553354a876d4e764526be1c2249f32988fa25efc240210ce225d3da7c6"; + sha256_unsigned = "17e03c553354a876d4e764526be1c2249f32988fa25efc240210ce225d3da7c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1608-16m" + ]; + titles = [ + { + model = "ZBT-WG1608"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg2626 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-wg2626"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-wg2626-initramfs-kernel.bin"; + sha256 = "f48ec469fa6713e55fac58a9ef34c568186c4bd7b81f782b2e5088a8785fd352"; + sha256_unsigned = "f48ec469fa6713e55fac58a9ef34c568186c4bd7b81f782b2e5088a8785fd352"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "b00f016f0035909155fd99b4158f61477e14b5e85504de9c5e9746750aa6b516"; + sha256_unsigned = "7fd2b03c93139026b21fb725abeaf2214cc9a8fc2d50e92a5065ba27aca3b9f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg2626" + "zbt-wg2626" + ]; + titles = [ + { + model = "ZBT-WG2626"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-wg3526-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-wg3526-16m-squashfs-sysupgrade.bin"; + sha256 = "9571cf55db491ff73558dacf3df12d4bb9d2c9819b2ace694ff55a87a86323e7"; + sha256_unsigned = "b9a27a5bce619d0ae5b5d3a896642a1059350e5f884053393e11604ff3d20cf2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-wg3526-16m-initramfs-kernel.bin"; + sha256 = "f2813560a0b7766940ffac84dd7531dcca9f035608f41779446e8fc075f4898b"; + sha256_unsigned = "f2813560a0b7766940ffac84dd7531dcca9f035608f41779446e8fc075f4898b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-16m" + "zbt-wg3526" + "zbt-wg3526-16M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-32m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-wg3526-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-wg3526-32m-initramfs-kernel.bin"; + sha256 = "672031c6a10f5fe19b6cdfa7a5c9b405dc070dc02541b1cbf3084d80b953f8d3"; + sha256_unsigned = "672031c6a10f5fe19b6cdfa7a5c9b405dc070dc02541b1cbf3084d80b953f8d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-zbtlink_zbt-wg3526-32m-squashfs-sysupgrade.bin"; + sha256 = "8e877f29b742852ca1b9c8dab6af93daf0117cd74d90c6a0484c158a337fc93f"; + sha256_unsigned = "f18fcd8ce1343598eea6f6a571c2cecdbc504542931726aae2a93df7f10e41a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-32m" + "ac1200pro" + "zbt-wg3526-32M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zio_freezio = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-zio_freezio"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-zio_freezio-initramfs-kernel.bin"; + sha256 = "8c9c70dbcd94393599de401154efa8c3eb789dd0a9ab87d7a38a0d1975f32f5f"; + sha256_unsigned = "8c9c70dbcd94393599de401154efa8c3eb789dd0a9ab87d7a38a0d1975f32f5f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-zio_freezio-squashfs-sysupgrade.bin"; + sha256 = "fa1ace675e23bb03b2054f2463911198f92b1fbe184d8a2205a1fa2f318aba6e"; + sha256_unsigned = "0287cc49db796790a1705e7ab77ca3db2c99bcde59872656686cc0bf000a5e62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zio,freezio" + ]; + titles = [ + { + model = "FREEZIO"; + vendor = "ZIO"; + } + ]; + }; + zyxel_nr7101 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "uboot-envtools" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-zyxel_nr7101"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-zyxel_nr7101-squashfs-sysupgrade.bin"; + sha256 = "3b8a2eea4210ee0e9ccd726f324706f8416874fbbdcb68bb8d63474cfdfa510e"; + sha256_unsigned = "360c33a156f184a24dcea7e53e4504ed1085d6d62b4c57ffa329ac526caae3cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-zyxel_nr7101-initramfs-recovery.bin"; + sha256 = "9430e4ea903c0b00949f8ccb800d391b0056547c65f17f4e48a1a708730f2aad"; + sha256_unsigned = "9430e4ea903c0b00949f8ccb800d391b0056547c65f17f4e48a1a708730f2aad"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nr7101" + ]; + titles = [ + { + model = "NR7101"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nwa50ax = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + "zyxel-bootconfig" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-zyxel_nwa50ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-zyxel_nwa50ax-squashfs-sysupgrade.bin"; + sha256 = "64362e13006eff68e0a2c55a102c619c287cd370e0b694a0f92d19b81cae0175"; + sha256_unsigned = "c9e0413b2e800cecc6ecbc8ebaeb3ccde29a29a9169123c03b9b63e3dad1a1bc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-zyxel_nwa50ax-squashfs-ramboot-factory.bin"; + sha256 = "7e4f0e16b3da678d10a4f88930aa282bc096f2b00295fbd42a10633b4b972329"; + sha256_unsigned = "7e4f0e16b3da678d10a4f88930aa282bc096f2b00295fbd42a10633b4b972329"; + type = "ramboot-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-zyxel_nwa50ax-initramfs-kernel.bin"; + sha256 = "487fbe585f5dc19ab9ffcd751fed1248d38ace67f568b8af55b96804a9cb5dc8"; + sha256_unsigned = "487fbe585f5dc19ab9ffcd751fed1248d38ace67f568b8af55b96804a9cb5dc8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-zyxel_nwa50ax-squashfs-factory.bin"; + sha256 = "25f50e5c7c4007f3d73cc7e5dae0ab6ce0371a2727338c57b3828b47631b2746"; + sha256_unsigned = "25f50e5c7c4007f3d73cc7e5dae0ab6ce0371a2727338c57b3828b47631b2746"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nwa50ax" + ]; + titles = [ + { + model = "NWA50AX"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nwa55axe = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + "zyxel-bootconfig" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-zyxel_nwa55axe"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-zyxel_nwa55axe-initramfs-kernel.bin"; + sha256 = "83157f9864b485d13c125f24cd662f23f8797c3e05ee9fd2cab569b016c2118d"; + sha256_unsigned = "83157f9864b485d13c125f24cd662f23f8797c3e05ee9fd2cab569b016c2118d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-zyxel_nwa55axe-squashfs-factory.bin"; + sha256 = "a90e163f340599aecc37602b460e6fe6850ab0fcf2172b434ebab78996bbd343"; + sha256_unsigned = "a90e163f340599aecc37602b460e6fe6850ab0fcf2172b434ebab78996bbd343"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-zyxel_nwa55axe-squashfs-sysupgrade.bin"; + sha256 = "144954c5720db973af517a66b6d428810ba384704748dd949ef3108bf99a492d"; + sha256_unsigned = "3d52ff39fc515f0b5651a25fb122ed7b3bf18e2ab3055cd34660ef8e87d02358"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-zyxel_nwa55axe-squashfs-ramboot-factory.bin"; + sha256 = "51bd3ae4a6dad547b4d7829947a4738d465398772164fac6c7f721c48ccfbbc4"; + sha256_unsigned = "51bd3ae4a6dad547b4d7829947a4738d465398772164fac6c7f721c48ccfbbc4"; + type = "ramboot-factory"; + } + ]; + supported_devices = [ + "zyxel,nwa55axe" + ]; + titles = [ + { + model = "NWA55AXE"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wap6805 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7621-qtn-rgmii" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt7621-zyxel_wap6805"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt7621-zyxel_wap6805-initramfs-kernel.bin"; + sha256 = "7666f34a381ec730e7e56ba890f271deb8e16f001cca5b278ac5c3a0569c6782"; + sha256_unsigned = "7666f34a381ec730e7e56ba890f271deb8e16f001cca5b278ac5c3a0569c6782"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt7621-zyxel_wap6805-squashfs-sysupgrade.bin"; + sha256 = "faabca731c4b1651cfd530d3c21a0eea09646c894f45b6facd6c6c8fec988403"; + sha256_unsigned = "c9b61890b86c5a2041e84acb7e56f53ef29623ef00f794fe67a9969b04b71cf2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wap6805" + ]; + titles = [ + { + model = "WAP6805"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "ramips/mt7621"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-mt7603" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "2a503b2ac027bade75ee5c29e28d44c45741f8eb64788a092a8718eff3521f62"; + sha256_unsigned = "1dc3ad379aa19faba7946324515e5347a00ef600da1e2fc0d9cbdd98c419c17b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-alfa-network_awusfree1-initramfs-kernel.bin"; + sha256 = "4e4c6d959abc39998aa99072d200a669695c536e76bd667086635932e3f6738a"; + sha256_unsigned = "4e4c6d959abc39998aa99072d200a669695c536e76bd667086635932e3f6738a"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + "awusfree1" + ]; + titles = [ + { + model = "AWUSFREE1"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rt-ac1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-asus_rt-ac1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-asus_rt-ac1200-initramfs-kernel.bin"; + sha256 = "0227ce3c3b2382246760723a43de3d49a8d51e67f654c82051456709daa3d7e0"; + sha256_unsigned = "0227ce3c3b2382246760723a43de3d49a8d51e67f654c82051456709daa3d7e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-asus_rt-ac1200-squashfs-sysupgrade.bin"; + sha256 = "922da2a79f701dd64c205e6610af9ad95596c01b4a56b1086d3f9a0b40371827"; + sha256_unsigned = "ed987e7297bd6f2b8710fc1880cc370c6e3c605a2a8002421ea536ed209abf60"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac1200" + ]; + titles = [ + { + model = "RT-AC1200"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac1200-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-asus_rt-ac1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-asus_rt-ac1200-v2-squashfs-sysupgrade.bin"; + sha256 = "040c6d81d7ffbd08b28629069b1b95862b74ce2d2b740c3f938a79c3b9a714ce"; + sha256_unsigned = "cf66ee7bbe28fc00ef649ef1d60c663e69406edbdabd21c7b858ecccc7495b7b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-asus_rt-ac1200-v2-initramfs-kernel.bin"; + sha256 = "b264694db671e5dd8c9dab3319916915f8ba64f0112c369a6413fd25ad012575"; + sha256_unsigned = "b264694db671e5dd8c9dab3319916915f8ba64f0112c369a6413fd25ad012575"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-asus_rt-ac1200-v2-squashfs-factory.bin"; + sha256 = "a8c0fbbf2f1e055c05029c8f288e3f5aeb66574555418c4b2eefa9019d576610"; + sha256_unsigned = "a8c0fbbf2f1e055c05029c8f288e3f5aeb66574555418c4b2eefa9019d576610"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ac1200-v2" + ]; + titles = [ + { + model = "RT-AC1200"; + variant = "V2"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n10p-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-asus_rt-n10p-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-asus_rt-n10p-v3-squashfs-sysupgrade.bin"; + sha256 = "06201211c19231d90524b34ada76c3b9c6e0c153bca9049808b3f76c34627fb6"; + sha256_unsigned = "35d4a37854ba8c52a3ed2a84f761a9c471d489f30cb0f767343aae50e7b76f18"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-asus_rt-n10p-v3-initramfs-kernel.bin"; + sha256 = "f6248f8774eeeffaf2eedf41972f6c56f14faca6662f7240e0cd32b6d10c33c5"; + sha256_unsigned = "f6248f8774eeeffaf2eedf41972f6c56f14faca6662f7240e0cd32b6d10c33c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v3" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "V3"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n11p-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-asus_rt-n11p-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-asus_rt-n11p-b1-initramfs-kernel.bin"; + sha256 = "47cc09edce761ee358793b6c6c7b61838ec7547795415c9b7c04fc5bb600d039"; + sha256_unsigned = "47cc09edce761ee358793b6c6c7b61838ec7547795415c9b7c04fc5bb600d039"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-asus_rt-n11p-b1-squashfs-sysupgrade.bin"; + sha256 = "0aa78f63f992e1a48769d52cdfdefdd0b0b50fc4c21b6c5f4a00107fd077713d"; + sha256_unsigned = "9d23f95c2f2f5ef67f63861c9532db13db76f7c7d41d8b02617f0bd61516ac83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n11p-b1" + ]; + titles = [ + { + model = "RT-N11P"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12-vp-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-asus_rt-n12-vp-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-asus_rt-n12-vp-b1-initramfs-kernel.bin"; + sha256 = "1d1876c32002891150d0f77bd41de69c43090896d89fd8143bca996690e0ea30"; + sha256_unsigned = "1d1876c32002891150d0f77bd41de69c43090896d89fd8143bca996690e0ea30"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-asus_rt-n12-vp-b1-squashfs-sysupgrade.bin"; + sha256 = "d580e19be24d217c2690300c46bf42bdb7fef7c1fb3f511f150eb39c0d53bc6b"; + sha256_unsigned = "723304ffda7ca914f94c19778be6f1b197b8443fdcb3ba7e2619ce5c80b98409"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n12-vp-b1" + ]; + titles = [ + { + model = "RT-N12 VP"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + buffalo_wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-buffalo_wcr-1166ds"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-factory.bin"; + sha256 = "7b14b1dfa86d69dd025ba9da5ad8875271f8630f96f1539f744945f1e1a8f037"; + sha256_unsigned = "e5eaf5013ea91df2507391323c898d83ccbb261e6151b15ecc2e81367d2656a2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "59f5e62320d7429097a1ef292bc04c17adc9f5af1cd949971f989abed1f1a50b"; + sha256_unsigned = "e5eaf5013ea91df2507391323c898d83ccbb261e6151b15ecc2e81367d2656a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-buffalo_wcr-1166ds-initramfs-kernel.bin"; + sha256 = "40e8f7610300867a81f4bc50335d4ca036f7b4c75f8658ecd607d04f6cf054a0"; + sha256_unsigned = "40e8f7610300867a81f4bc50335d4ca036f7b4c75f8658ecd607d04f6cf054a0"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wcr-1166ds" + "wcr-1166ds" + ]; + titles = [ + { + model = "WCR-1166DS"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr758ac-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-comfast_cf-wr758ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-comfast_cf-wr758ac-v1-squashfs-sysupgrade.bin"; + sha256 = "07da17f7d5b55156295f3e9d1a29fe1d71c59d9b8d87bc58aba47c45cb287cdf"; + sha256_unsigned = "bcd53888d23f9aa84dc3ae98ec1411ee227630c18c08cee61ccda1565d1a461a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-comfast_cf-wr758ac-v1-initramfs-kernel.bin"; + sha256 = "66c8f9602fa67a910577c3b1796143a3b76fb1984fb3c4c21a701cc251e86d65"; + sha256_unsigned = "66c8f9602fa67a910577c3b1796143a3b76fb1984fb3c4c21a701cc251e86d65"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr758ac-v1" + "joowin,jw-wr758ac-v1" + ]; + titles = [ + { + model = "CF-WR758AC"; + variant = "V1"; + vendor = "COMFAST"; + } + { + model = "JW-WR758AC"; + variant = "V1"; + vendor = "Joowin"; + } + ]; + }; + comfast_cf-wr758ac-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-comfast_cf-wr758ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-comfast_cf-wr758ac-v2-initramfs-kernel.bin"; + sha256 = "bfc4335d484b3c437a8597b3ac03e87f70d5c81391407bb721ca8096f3d2a67a"; + sha256_unsigned = "bfc4335d484b3c437a8597b3ac03e87f70d5c81391407bb721ca8096f3d2a67a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-comfast_cf-wr758ac-v2-squashfs-sysupgrade.bin"; + sha256 = "c93a9770e0a90adaed558492f6d38c6c3f45d8ec37d04d9af45fb1a51124dfb2"; + sha256_unsigned = "c1ddc3ab4c97cc9a535e5be4960f9dd08225c9a9b1f0badc14419c63cda6e74a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr758ac-v2" + "joowin,jw-wr758ac-v2" + ]; + titles = [ + { + model = "CF-WR758AC"; + variant = "V2"; + vendor = "COMFAST"; + } + { + model = "JW-WR758AC"; + variant = "V2"; + vendor = "Joowin"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-cudy_wr1000-initramfs-kernel.bin"; + sha256 = "aaa59ebacfe1ca14c8e0038ff1316c4ca003dda555e6ce2839befc91c0fbebc5"; + sha256_unsigned = "aaa59ebacfe1ca14c8e0038ff1316c4ca003dda555e6ce2839befc91c0fbebc5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "1b8eb828a7a8dcde43d63c4d8c2a641a0b1bf1c01ebaba6d386c22683b2308e4"; + sha256_unsigned = "06544c7ff454fa75c0a43f50c96c2a78d4d1a9f166d8fce736d9c8b8836c963f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "dc8182ab229bd1ad17dbfe019b71ab7205302fae561a61f92cbe5229d03e8459"; + sha256_unsigned = "dc8182ab229bd1ad17dbfe019b71ab7205302fae561a61f92cbe5229d03e8459"; + type = "factory"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + model = "WR1000"; + vendor = "Cudy"; + } + ]; + }; + d-team_pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-d-team_pbr-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-d-team_pbr-d1-initramfs-kernel.bin"; + sha256 = "5ce094df8d1f0af893295aece426792fdfb9ad9f38b14accc673d5bf3d6edb4f"; + sha256_unsigned = "5ce094df8d1f0af893295aece426792fdfb9ad9f38b14accc673d5bf3d6edb4f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-d-team_pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "705af53f3e5b84c6aae80a15ef0160365cfeb75daf6083fc2f15f6ac144771a3"; + sha256_unsigned = "7c3918a51a0316fe355c706255e7666dac4747dfb6c94c5e55dff34d6392b973"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,pbr-d1" + "pbr-d1" + ]; + titles = [ + { + model = "PBR-D1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dap-1325-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-dlink_dap-1325-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-dlink_dap-1325-a1-squashfs-sysupgrade.bin"; + sha256 = "e5a083dd9d9ac972b577038f5ab84d416e12fb6f8fb15367b47141255900202f"; + sha256_unsigned = "575937b4ea22cc0cae20fbe62b9e5844e10dcab0119df16537307912fe76479a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-dlink_dap-1325-a1-initramfs-kernel.bin"; + sha256 = "763732fa1e69ba500c57960ebedca14c50812790389ffc2bb664819d80d145de"; + sha256_unsigned = "763732fa1e69ba500c57960ebedca14c50812790389ffc2bb664819d80d145de"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-1325-a1" + ]; + titles = [ + { + model = "DAP-1325 A1"; + vendor = "D-Link"; + } + ]; + }; + duzun_dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-duzun_dm06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-duzun_dm06-initramfs-kernel.bin"; + sha256 = "c352991ffd5eed2c929060d7bc42509c368cb9012602aaca5df8e346d6fe70ef"; + sha256_unsigned = "c352991ffd5eed2c929060d7bc42509c368cb9012602aaca5df8e346d6fe70ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-duzun_dm06-squashfs-sysupgrade.bin"; + sha256 = "389e72a0bb06b154819a3d97663111df354af9d55d6747795410aa663a09c78b"; + sha256_unsigned = "26befd928b33b8d969dd1e54ae2e04f46d233f4accd302fd5e493fa5cb6e30f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "duzun,dm06" + "duzun-dm06" + ]; + titles = [ + { + model = "DM06"; + vendor = "DuZun"; + } + ]; + }; + elecom_wrc-1167fs = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-elecom_wrc-1167fs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-elecom_wrc-1167fs-squashfs-factory.bin"; + sha256 = "0acd2d09b60f1d7317244277052be697c4325e36d0923987a091188ca1fec4bc"; + sha256_unsigned = "0acd2d09b60f1d7317244277052be697c4325e36d0923987a091188ca1fec4bc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-elecom_wrc-1167fs-initramfs-kernel.bin"; + sha256 = "fc0dd4c94484cf8974c3d03199ae194b57f2ad635ff6a49ba6524f156646bd37"; + sha256_unsigned = "fc0dd4c94484cf8974c3d03199ae194b57f2ad635ff6a49ba6524f156646bd37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-elecom_wrc-1167fs-squashfs-sysupgrade.bin"; + sha256 = "0e46d94598b391102b39c690b8287b91340606f53b5031c3e9a56d5c40259eed"; + sha256_unsigned = "d943d4e6d90f1c88591ba6ea93cb6a61de3aaca234481f8388079a324bebe609"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167fs" + ]; + titles = [ + { + model = "WRC-1167FS"; + vendor = "ELECOM"; + } + ]; + }; + glinet_gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-glinet_gl-mt300n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "490b26cc54c2b2da25a62f70c06c09ff3735e092449557b1aeca7d2c7befca15"; + sha256_unsigned = "51f7502b29c0c3815264fb3e5d7aa788e52c01d521503c563d87effac73ae9a8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-glinet_gl-mt300n-v2-initramfs-kernel.bin"; + sha256 = "848eefa756546b15202c2da09bf9f2a8570f326089b7f16e821525de691bc1b9"; + sha256_unsigned = "848eefa756546b15202c2da09bf9f2a8570f326089b7f16e821525de691bc1b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n-v2" + "gl-mt300n-v2" + ]; + titles = [ + { + model = "GL-MT300N"; + variant = "V2"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_microuter-n300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-glinet_microuter-n300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-glinet_microuter-n300-squashfs-sysupgrade.bin"; + sha256 = "81c47c9209e6b4ad7788a0fb6ab7969a04ee499a113f868df33ef54a8a121404"; + sha256_unsigned = "6b6aa6185d460e8b407f498c6c8a488c05f39446ba20d3ea1e0e83621f091751"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-glinet_microuter-n300-initramfs-kernel.bin"; + sha256 = "120611a8e334ad19034c615547047ebe775a7cdb0b4d42fa367ea6465f64cd66"; + sha256_unsigned = "120611a8e334ad19034c615547047ebe775a7cdb0b4d42fa367ea6465f64cd66"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,microuter-n300" + "microuter-n300" + ]; + titles = [ + { + model = "microuter-N300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-glinet_vixmini-initramfs-kernel.bin"; + sha256 = "662684dbefa4eaaa2e06352e4a48dff075c70da18cc55b499aab32f3f76f0b55"; + sha256_unsigned = "662684dbefa4eaaa2e06352e4a48dff075c70da18cc55b499aab32f3f76f0b55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "a0dc01f6ddcc7363058d7dd46c5575dcd20b764b2a3b6cbffe1d6cd2b8a38736"; + sha256_unsigned = "ba459f5f263026834d1921e91d5042014480b0fbadd1b8859a7a477f420c88c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + model = "VIXMINI"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_wifi-pineapple-mk7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-hak5_wifi-pineapple-mk7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-hak5_wifi-pineapple-mk7-initramfs-kernel.bin"; + sha256 = "9e2bd999a20c338609054d3b10619cc1d61aaa1167420b2837e8b27f36fa9940"; + sha256_unsigned = "9e2bd999a20c338609054d3b10619cc1d61aaa1167420b2837e8b27f36fa9940"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-hak5_wifi-pineapple-mk7-squashfs-sysupgrade.bin"; + sha256 = "86554fb8197f1aaeb17076884db496623c7ef36cca1156fc85ce08a5d786d39a"; + sha256_unsigned = "2ca22427c640340fd76d1c87256b67eeda5fa0e7bca2f6c621f4aa83b05a2d24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-mk7" + "wifi-pineapple-mk7" + ]; + titles = [ + { + model = "WiFi Pineapple Mark 7"; + vendor = "Hak5"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "ed0730e1143a59a559cecf74f8e83d3c9f2d8a70eed6e6805021d5b7ae653bff"; + sha256_unsigned = "281a05f7d65d3b40585f97d22103d070356848683ee35f4cfa988d1627c7b377"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-hilink_hlk-7628n-initramfs-kernel.bin"; + sha256 = "8f1c6d0b338919be3d103a54e1539d4ad616135ea80f8303eb990b598c5cd988"; + sha256_unsigned = "8f1c6d0b338919be3d103a54e1539d4ad616135ea80f8303eb990b598c5cd988"; + type = "kernel"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + model = "HLK-7628N"; + vendor = "HILINK"; + } + ]; + }; + hilink_hlk-7688a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-hilink_hlk-7688a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-hilink_hlk-7688a-initramfs-kernel.bin"; + sha256 = "e8eaa6d75b72388c302130ec0df9eaffce501d38bf1e01081c3a955a4d4863c1"; + sha256_unsigned = "e8eaa6d75b72388c302130ec0df9eaffce501d38bf1e01081c3a955a4d4863c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-hilink_hlk-7688a-squashfs-sysupgrade.bin"; + sha256 = "2623bb68d08f12296aafb8de5ce87b08e170493ff0e646d364b7f01fd5085e75"; + sha256_unsigned = "e37eaa7c03a429c6a235c02d525fd5029a887a2538b5adca52e4b1754c66f69d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7688a" + ]; + titles = [ + { + model = "HLK-7688A"; + vendor = "Hi-Link"; + } + ]; + }; + hiwifi_hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-hiwifi_hc5661a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-hiwifi_hc5661a-initramfs-kernel.bin"; + sha256 = "9048c507d37fb622490658588abfd343ffc15ca7a4222f0b892aabbbe112a07f"; + sha256_unsigned = "9048c507d37fb622490658588abfd343ffc15ca7a4222f0b892aabbbe112a07f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-hiwifi_hc5661a-squashfs-sysupgrade.bin"; + sha256 = "d5b209346760c471bf0a295269b5fca3301ea66c8ea715e4eee84756864dd6c3"; + sha256_unsigned = "4a053c5b2c04d70869a5f588e5b9f8506be45d7f464bb3a6751391ff829ba63e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5661a" + "hc5661a" + ]; + titles = [ + { + model = "HC5661A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761a = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-hiwifi_hc5761a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-hiwifi_hc5761a-squashfs-sysupgrade.bin"; + sha256 = "50f580bb844740b62709a30013046424095080fa5ffca47b65fd61fe3453e098"; + sha256_unsigned = "6ffef4e49d091f8479402f9c023800145c9c66b6c1b4699c7fa5cd5eee91cd70"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-hiwifi_hc5761a-initramfs-kernel.bin"; + sha256 = "ae771f7f7f39cbcc1ff49f32edadc15fe90c3443db04a185a718f83cad7c38be"; + sha256_unsigned = "ae771f7f7f39cbcc1ff49f32edadc15fe90c3443db04a185a718f83cad7c38be"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5761a" + ]; + titles = [ + { + model = "HC5761A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "d89311bdecb35fe98ec67aed2134cc93f42ddf8ac4ee9a5d2dd57443e3d0bf4e"; + sha256_unsigned = "ec51c141e4426df4b5d91c0a3a3ae6c27b1afaa391483291d1988332c9c657a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-hiwifi_hc5861b-initramfs-kernel.bin"; + sha256 = "7608e46ee0eb240472d528bfe7cfd4bd5345429d7b7795cf5ef5e0aff5195ede"; + sha256_unsigned = "7608e46ee0eb240472d528bfe7cfd4bd5345429d7b7795cf5ef5e0aff5195ede"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + model = "HC5861B"; + vendor = "HiWiFi"; + } + ]; + }; + iptime_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-iptime_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-iptime_a3-initramfs-kernel.bin"; + sha256 = "5fe8b78f5fda1899a3845c105e72f7f04ca5f6584bc35bbb1da00d1b1e5300ee"; + sha256_unsigned = "5fe8b78f5fda1899a3845c105e72f7f04ca5f6584bc35bbb1da00d1b1e5300ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-iptime_a3-squashfs-sysupgrade.bin"; + sha256 = "227b78712926d2c9246f1daaefdb19b86ba8c9befc0b3b626e6909648676a36b"; + sha256_unsigned = "497eb48443a2e529e364a6d54718c1973767d5226f8809573e33e75ada64bf6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a604m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-iptime_a604m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-iptime_a604m-initramfs-kernel.bin"; + sha256 = "c1facb8f55b5c8a4d8913a1cff5642b4ecd5855f296879a2a48550e5315be838"; + sha256_unsigned = "c1facb8f55b5c8a4d8913a1cff5642b4ecd5855f296879a2a48550e5315be838"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-iptime_a604m-squashfs-sysupgrade.bin"; + sha256 = "b1e9c2f88a79382762c9937ceabbe1eacd09964cba7e057750d68fdf85729e2f"; + sha256_unsigned = "a2aefb6877beb20b9e623c398f553fc62c6f2a50600bb4813a83f4dd90800a72"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a604m" + ]; + titles = [ + { + model = "A604M"; + vendor = "ipTIME"; + } + ]; + }; + jotale_js76x8-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-jotale_js76x8-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-jotale_js76x8-16m-squashfs-sysupgrade.bin"; + sha256 = "8147b7e9a88fddb67d425901c48c6befd5d687b6e980e820980eca2aefec9adc"; + sha256_unsigned = "9bb0bdbbf00a7955531fc51512480dec3eecfde4ec8ffab909c66889046c4008"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-jotale_js76x8-16m-initramfs-kernel.bin"; + sha256 = "b636e6b5dee9a2a9f71f97af4d15dbf7af344415be2dcba5f4b0655ab5c03fd1"; + sha256_unsigned = "b636e6b5dee9a2a9f71f97af4d15dbf7af344415be2dcba5f4b0655ab5c03fd1"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-16m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "16M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-jotale_js76x8-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-jotale_js76x8-32m-squashfs-sysupgrade.bin"; + sha256 = "6547ac192a6350bbae5e6b745e18a9556f376a434c9b085335931187031907ac"; + sha256_unsigned = "55bdf08cf0c41f4c88237025ff341c76b3bcd354a731ff48e635154aab30cc37"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-jotale_js76x8-32m-initramfs-kernel.bin"; + sha256 = "dc68ec683a07f5fb4b18427811c2975c92f7ea4b97dd6d83b9ab3787d31a705d"; + sha256_unsigned = "dc68ec683a07f5fb4b18427811c2975c92f7ea4b97dd6d83b9ab3787d31a705d"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-32m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "32M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-jotale_js76x8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-jotale_js76x8-8m-squashfs-sysupgrade.bin"; + sha256 = "4b4722cd0febd60f0647cef75ab9d7314f96a03f3d635113976097a44a2d0239"; + sha256_unsigned = "30309cdddaece7cb771a4b097a8cad82430554e829f1dd67aedf06e5689ecfb1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-jotale_js76x8-8m-initramfs-kernel.bin"; + sha256 = "992d2dacc5c67c2478c7cf16f7e977f44f1af8b20b0f3c5e9d1d2dc4ffc039c2"; + sha256_unsigned = "992d2dacc5c67c2478c7cf16f7e977f44f1af8b20b0f3c5e9d1d2dc4ffc039c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-8m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "8M"; + vendor = "Jotale"; + } + ]; + }; + mediatek_linkit-smart-7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-mediatek_linkit-smart-7688"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-mediatek_linkit-smart-7688-initramfs-kernel.bin"; + sha256 = "52b4173b4481aabbdeb6b12d5c91b6cfb4a932aedca6d55506a6bcf1250eeec1"; + sha256_unsigned = "52b4173b4481aabbdeb6b12d5c91b6cfb4a932aedca6d55506a6bcf1250eeec1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-mediatek_linkit-smart-7688-squashfs-sysupgrade.bin"; + sha256 = "9a160609db52c24c58a44cdc91ddc4c3efd73a1eb14b39d381ae509019083d8a"; + sha256_unsigned = "4fce5b8e278cd105f9f367360ef28682a07efe3ae643d20bed79862a4aebf059"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,linkit-smart-7688" + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + model = "LinkIt Smart 7688"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7628an-eval-board = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-mediatek_mt7628an-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-mediatek_mt7628an-eval-board-initramfs-kernel.bin"; + sha256 = "a53b9d571ba856f5b951500b76d3116a3d11c77a78544db1a141e89f12ce31e7"; + sha256_unsigned = "a53b9d571ba856f5b951500b76d3116a3d11c77a78544db1a141e89f12ce31e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-mediatek_mt7628an-eval-board-squashfs-sysupgrade.bin"; + sha256 = "d6f2fe1b8d340f4c5ce62d474f33650ab86fda9009e111135bf2dfb36eab550c"; + sha256_unsigned = "00d0a38958b115c06975723666685ff9fe02bbc30292aa092845e0d70a5b8176"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7628an-eval-board" + "mt7628" + ]; + titles = [ + { + model = "MT7628 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercury_mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-mercury_mac1200r-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-mercury_mac1200r-v2-initramfs-kernel.bin"; + sha256 = "2a1f8178eddb902676d5e5a6355606e428c199e032080e82b2af88ff14eda62e"; + sha256_unsigned = "2a1f8178eddb902676d5e5a6355606e428c199e032080e82b2af88ff14eda62e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-mercury_mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "cf4d11278bad00e41d98224d5d4ccb395e6a03cfa7fd4de4b37f22c87642fb3d"; + sha256_unsigned = "d231d70402f2adcbca9f7a3e29103d455ee046a8fe5e56e7530e9060d538398a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mercury,mac1200r-v2" + "mac1200rv2" + ]; + titles = [ + { + model = "MAC1200R"; + variant = "v2.0"; + vendor = "Mercury"; + } + ]; + }; + minew_g1-c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-cp210x" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-minew_g1-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-minew_g1-c-squashfs-sysupgrade.bin"; + sha256 = "cf43926ad26c2f3615f47955b81d9b7fbb9f81ac9cadb249cf0acf24424373e6"; + sha256_unsigned = "4c0b9921f08002545a73224551b301b111eed26e6feab4764efa602afa159acc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-minew_g1-c-initramfs-kernel.bin"; + sha256 = "728b08478b0d0cd1c9ab7542cbb8f8bcae02ddb19b275396e4a9a702c26183f6"; + sha256_unsigned = "728b08478b0d0cd1c9ab7542cbb8f8bcae02ddb19b275396e4a9a702c26183f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "minew,g1-c" + "minew-g1c" + ]; + titles = [ + { + model = "G1-C"; + vendor = "Minew"; + } + ]; + }; + motorola_mwr03 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-motorola_mwr03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-motorola_mwr03-squashfs-sysupgrade.bin"; + sha256 = "1b666e2762604c6ed9bf1b7eac809e998dae584c2a9d4ffbc3017f1cbe02e3a3"; + sha256_unsigned = "197b0319be849660d505670caa360b10fce0ab5c0cf03b6e74af8ddcfd8cf0b5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-motorola_mwr03-initramfs-kernel.bin"; + sha256 = "304600641b6002def223c67fc688c2d30eed3ce3ce1ac1a1397b58d2d8a2b8bb"; + sha256_unsigned = "304600641b6002def223c67fc688c2d30eed3ce3ce1ac1a1397b58d2d8a2b8bb"; + type = "kernel"; + } + ]; + supported_devices = [ + "motorola,mwr03" + ]; + titles = [ + { + model = "MWR03"; + vendor = "Motorola"; + } + ]; + }; + netgear_r6020 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-netgear_r6020"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-netgear_r6020-initramfs-kernel.bin"; + sha256 = "97332fbb53c73853d3f6574a5a705d7ca8ea7ab061f25b260bbebc4b2144e9f0"; + sha256_unsigned = "97332fbb53c73853d3f6574a5a705d7ca8ea7ab061f25b260bbebc4b2144e9f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-netgear_r6020-squashfs-factory.img"; + sha256 = "f1d8eecf0e2da3b32621271a5713a2cc824d5c9162fb9872ab15e236c7170757"; + sha256_unsigned = "f1d8eecf0e2da3b32621271a5713a2cc824d5c9162fb9872ab15e236c7170757"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-netgear_r6020-squashfs-sysupgrade.bin"; + sha256 = "a723472f7a31cbcc2306da25b1d98115dc8d8dfdd20eb34f48df7e7c34a9a0ba"; + sha256_unsigned = "998edf9a1eb80333bcf1a3222ac0c377cae3b7e90cd36bddf0a734cd2e4cfe2a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6020" + ]; + titles = [ + { + model = "R6020"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6080 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-netgear_r6080"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-netgear_r6080-squashfs-factory.img"; + sha256 = "b5ecaaf978d1878f1b7b1988c0d603385037617153143ba7a780f0dd3a7a98e3"; + sha256_unsigned = "b5ecaaf978d1878f1b7b1988c0d603385037617153143ba7a780f0dd3a7a98e3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-netgear_r6080-squashfs-sysupgrade.bin"; + sha256 = "551d5e906f4cf6d89bafe2ab3394aff9691281c26a725a48f2b255d1a0b3215b"; + sha256_unsigned = "5e55a12952344de5537629fdc457db5eedd0bc0b3cd6100dc23d765955ba4521"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-netgear_r6080-initramfs-kernel.bin"; + sha256 = "af37532594fb19ae057ed574d22633632798a7112719e34fa68b74544a706466"; + sha256_unsigned = "af37532594fb19ae057ed574d22633632798a7112719e34fa68b74544a706466"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6080" + ]; + titles = [ + { + model = "R6080"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-netgear_r6120-initramfs-kernel.bin"; + sha256 = "5bb272150c82048fd857f2d5f298c554a231b86b1e6587b831417fffeea95ab5"; + sha256_unsigned = "5bb272150c82048fd857f2d5f298c554a231b86b1e6587b831417fffeea95ab5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "51e3b6b4a29df02621ad52b96a9ec7e403894d5029cb6587fe7e3360b1d8b54d"; + sha256_unsigned = "51e3b6b4a29df02621ad52b96a9ec7e403894d5029cb6587fe7e3360b1d8b54d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "9db82fbb9c1c7b467728a0210a391b7e857b1c9c1186d021d5b64d6b2b94bc22"; + sha256_unsigned = "672272307a097f414bf7a481f55ddf01b9d7e8d2157b22804a219a1c1e68c64b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + model = "R6120"; + vendor = "NETGEAR"; + } + ]; + }; + onion_omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-onion_omega2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-onion_omega2-initramfs-kernel.bin"; + sha256 = "c7b2d9df699665ce6105b1aa1639ba759b8cd2e8c049abc8eaa3bdcabf9f9a7b"; + sha256_unsigned = "c7b2d9df699665ce6105b1aa1639ba759b8cd2e8c049abc8eaa3bdcabf9f9a7b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-onion_omega2-squashfs-sysupgrade.bin"; + sha256 = "a2d47612529d063d8113db81b6ca81916dcba0af82e92fbbc8616a329d0fd1bc"; + sha256_unsigned = "7573f808557998baea16e38b36f2ccc5898593a10b9d9d3fbc271417634e91ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2" + "omega2" + ]; + titles = [ + { + model = "Omega2"; + vendor = "Onion"; + } + ]; + }; + onion_omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-onion_omega2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-onion_omega2p-initramfs-kernel.bin"; + sha256 = "cd0878563d2a05f7eb2be1f098a047e143b134619096cadd08669c67a411c68f"; + sha256_unsigned = "cd0878563d2a05f7eb2be1f098a047e143b134619096cadd08669c67a411c68f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-onion_omega2p-squashfs-sysupgrade.bin"; + sha256 = "1cde7448bf13ce008ce12c36d947613aa9aaa5e60625315ca872216e2c46bb0a"; + sha256_unsigned = "70fd9c400f2b84d1cbe873d2d495ae5f5fb2339936e79e4a18b457fa7f7057bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2p" + "omega2p" + ]; + titles = [ + { + model = "Omega2+"; + vendor = "Onion"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "b1fce7699bfc2ba3523fff9bb587882c3e8053bd24a9b926ee9898d34303b39a"; + sha256_unsigned = "25da93e1168bed9724ed6681f02f6bbc2fdc8ddcf0223fbe508fe286400a93d4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-rakwireless_rak633-initramfs-kernel.bin"; + sha256 = "baba4b65817c920499dd0b98d084ba6970b5e024b9a3c5ab5fa754fd66c4289e"; + sha256_unsigned = "baba4b65817c920499dd0b98d084ba6970b5e024b9a3c5ab5fa754fd66c4289e"; + type = "kernel"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + model = "RAK633"; + vendor = "Rakwireless"; + } + ]; + }; + ravpower_rp-wd009 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-i2c-mt7628" + "ravpower-mcu" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-ravpower_rp-wd009"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-ravpower_rp-wd009-squashfs-factory.bin"; + sha256 = "c51283653e5759aa0af506f0c7961c8afa4ebbe5fecaea8b153e4ff4376c045d"; + sha256_unsigned = "c51283653e5759aa0af506f0c7961c8afa4ebbe5fecaea8b153e4ff4376c045d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-ravpower_rp-wd009-initramfs-kernel.bin"; + sha256 = "74cb55b8b48abee6f9e5101242be9103bc86d8c81a1542acb76edbe028e7640e"; + sha256_unsigned = "74cb55b8b48abee6f9e5101242be9103bc86d8c81a1542acb76edbe028e7640e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-ravpower_rp-wd009-squashfs-sysupgrade.bin"; + sha256 = "2b823bfdaa5e31537051df0ea4c4d1ff42d7af549d40dc7343b37ab08ad8ae17"; + sha256_unsigned = "81a355762fdd31d25a34f1e8ac5ad1ac815d29dda1d4cc19eb83510e6a2d70f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,rp-wd009" + ]; + titles = [ + { + model = "RP-WD009"; + vendor = "RAVPower"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-skylab_skw92a-initramfs-kernel.bin"; + sha256 = "d41268d1d95a90cfab667cbeb250366c4389ee827b7bb242b1d8c54cde67d6b9"; + sha256_unsigned = "d41268d1d95a90cfab667cbeb250366c4389ee827b7bb242b1d8c54cde67d6b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "65fcfaa1bd4276e1d325e1764e6ec54ce346274bf5a1f8a2b949969ea0f0c941"; + sha256_unsigned = "135fd0b4ae6492da8d4a1ac0f40752d999faa85b008bb6d31d2544bd21170681"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + model = "SKW92A"; + vendor = "Skylab"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "6d3d0c1dc7501bf6ae6bd47698f06f42969b4cb2b804ccd17457f7589faf06f3"; + sha256_unsigned = "01681d370e3125ddb3f125e3406ac592c23684e11042f0e4d598e503a8e06fb2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tama_w06-initramfs-kernel.bin"; + sha256 = "04893e3439d4ba8ce7e96996723d44336a8444356bb5a5ee49766ffbbaa35db7"; + sha256_unsigned = "04893e3439d4ba8ce7e96996723d44336a8444356bb5a5ee49766ffbbaa35db7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + model = "W06"; + vendor = "Tama"; + } + ]; + }; + totolink_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-totolink_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-totolink_a3-initramfs-kernel.bin"; + sha256 = "579f7425ce3992865a1366bafa61ad0858bc557b294491b0918490ff5607b03b"; + sha256_unsigned = "579f7425ce3992865a1366bafa61ad0858bc557b294491b0918490ff5607b03b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-totolink_a3-squashfs-sysupgrade.bin"; + sha256 = "11ea603e5d5910cd316af08e0d32fd961565f21b39b85aade996a7904329a44f"; + sha256_unsigned = "0921c0c509f5e506ed557f7df2da324ecf96921b0c37393b6a606af045f59810"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-totolink_lr1200-initramfs-kernel.bin"; + sha256 = "d80016b8f275e8c76e4db0d498916b4d05f4b10628f98d9c5ea554198c541f5d"; + sha256_unsigned = "d80016b8f275e8c76e4db0d498916b4d05f4b10628f98d9c5ea554198c541f5d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "1daacbd210401b4b1659e390f984457c8ac44087ba2e3f25fb4915282a73d789"; + sha256_unsigned = "87fe019d6141b7a81d6402fe9721d5d791d8d32af05ca8cf1c5c2842e919ab0c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + model = "LR1200"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_archer-c20-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_archer-c20-v4-initramfs-kernel.bin"; + sha256 = "69aa1c3f34f9e1f0c4db89e4faa01fd4431d0c281d1d502cd3140e47819ab49a"; + sha256_unsigned = "69aa1c3f34f9e1f0c4db89e4faa01fd4431d0c281d1d502cd3140e47819ab49a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_archer-c20-v4-squashfs-sysupgrade.bin"; + sha256 = "c4cbeaf75e7ab1111c7a71156218c2faea129813eecceee5baa9f73bb9445de6"; + sha256_unsigned = "1c2c198e83c0d6267d9ea667ca4c7a479f3719b9ecec975dddec7f712ba3d087"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_archer-c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "a4859dd6b01e30120a37e9d4762a626938bce361119817761b7fd4d3c9385558"; + sha256_unsigned = "a4859dd6b01e30120a37e9d4762a626938bce361119817761b7fd4d3c9385558"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v4" + "tplink,c20-v4" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v5 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_archer-c20-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_archer-c20-v5-initramfs-kernel.bin"; + sha256 = "ceff26472ba325c540699bc16bb9752e8a18c5d6424444e5ebc3efdc953f22f6"; + sha256_unsigned = "ceff26472ba325c540699bc16bb9752e8a18c5d6424444e5ebc3efdc953f22f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_archer-c20-v5-squashfs-sysupgrade.bin"; + sha256 = "42bceda17f4dca9592c005fecbb9c919f008dfa53f8f914a0ff38cbd3a7b8620"; + sha256_unsigned = "a56c757855e6a9b965ed320b97ab4c0d1e4878fd445597edffa01122f60c26cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v5" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_archer-c50-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_archer-c50-v3-squashfs-sysupgrade.bin"; + sha256 = "1b8477f46f1d73ba9b81fc09bec27d213a2475e231fd531161b6839cdbc5dedc"; + sha256_unsigned = "cfd07cbdf2b292069cda64249125daea7b6b5db83cab4e6f54681ad498700d55"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_archer-c50-v3-initramfs-kernel.bin"; + sha256 = "e36bdb31021841c3db606d588fa36514e8b5b6502c630923bd907c9b6ca1ea2b"; + sha256_unsigned = "e36bdb31021841c3db606d588fa36514e8b5b6502c630923bd907c9b6ca1ea2b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_archer-c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "cce444dd127ed4d007421404d29b33056318c0e36bde1477b344301e41a41879"; + sha256_unsigned = "cce444dd127ed4d007421404d29b33056318c0e36bde1477b344301e41a41879"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v3" + "tplink,c50-v3" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_archer-c50-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_archer-c50-v4-initramfs-kernel.bin"; + sha256 = "505d6dc4002cdfb5a0805a326507673ab5e4f52440ac7b4aaf9a2826fc0d8930"; + sha256_unsigned = "505d6dc4002cdfb5a0805a326507673ab5e4f52440ac7b4aaf9a2826fc0d8930"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_archer-c50-v4-squashfs-sysupgrade.bin"; + sha256 = "9b0087d4dc77aa0a7d6b6dd9b90c2a498199280cd3b07be651b3daca17acce91"; + sha256_unsigned = "d7710205b0d2484f2e8ee5919f5099fcf74352dc22fc87b196a3944c56a12977"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v4" + "tplink,c50-v4" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_re200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re200-v2-squashfs-sysupgrade.bin"; + sha256 = "ab28e2ae0c37d3cd8d103e2b7c21358b0431b1476d4901359cba14e28a46ffcb"; + sha256_unsigned = "bd8cc6eb28ffa8fade4096d03e90d7891a492ad1c9cc9b2d82ee8b839a86096f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re200-v2-squashfs-factory.bin"; + sha256 = "4872e8787571bcaf84aeabd7ab81f9d06b4c1b78d85385968ef1d4b270235147"; + sha256_unsigned = "4872e8787571bcaf84aeabd7ab81f9d06b4c1b78d85385968ef1d4b270235147"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re200-v2-initramfs-kernel.bin"; + sha256 = "bace1fee77f991439b71121deaa39ebbb1a95d976a0aaa5522f854767b37265a"; + sha256_unsigned = "bace1fee77f991439b71121deaa39ebbb1a95d976a0aaa5522f854767b37265a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v2" + ]; + titles = [ + { + model = "RE200"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v3 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_re200-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re200-v3-initramfs-kernel.bin"; + sha256 = "147d00911906949f7d1901ce8606dff86fec4464ca6efeea05692a371e440972"; + sha256_unsigned = "147d00911906949f7d1901ce8606dff86fec4464ca6efeea05692a371e440972"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re200-v3-squashfs-sysupgrade.bin"; + sha256 = "76c152d8bf19fd7e7531386d3b243b5d645d7c0ae1ea51fa621d47a55dff53a0"; + sha256_unsigned = "7af51711acd94cf9f854407a4416da1bc75f5944bca41cac384b296306385786"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re200-v3-squashfs-factory.bin"; + sha256 = "5d1b0f5dfbc6633cc224e6242bcbaa71276b6e4a298f600d1bcaaf9d4c5ad88f"; + sha256_unsigned = "5d1b0f5dfbc6633cc224e6242bcbaa71276b6e4a298f600d1bcaaf9d4c5ad88f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v3" + ]; + titles = [ + { + model = "RE200"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_re200-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re200-v4-initramfs-kernel.bin"; + sha256 = "1e49e6eaeba4cb7a0fc5cd88d6e41eda536acf2d02faac86078f24652ba026c9"; + sha256_unsigned = "1e49e6eaeba4cb7a0fc5cd88d6e41eda536acf2d02faac86078f24652ba026c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re200-v4-squashfs-factory.bin"; + sha256 = "0ee956ad5c65333a7450919499c2fbad4cf4fb3593a80d503036b63a7c88bc07"; + sha256_unsigned = "0ee956ad5c65333a7450919499c2fbad4cf4fb3593a80d503036b63a7c88bc07"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re200-v4-squashfs-sysupgrade.bin"; + sha256 = "8e08bc0b87c3998ad0ac10d984cd65c976506172a6765f2a983487a682bf570e"; + sha256_unsigned = "beb3734d461def0d79b857b3e95dc22538f3613f601eb393afba588aacb5c57a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re200-v4" + ]; + titles = [ + { + model = "RE200"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re220-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_re220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re220-v2-squashfs-factory.bin"; + sha256 = "add1cc3e2dbd4f465b007f3d722bfef6e814781cd5c7cafcaa021cc890879bbd"; + sha256_unsigned = "add1cc3e2dbd4f465b007f3d722bfef6e814781cd5c7cafcaa021cc890879bbd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re220-v2-initramfs-kernel.bin"; + sha256 = "406f65eddf7993144a0585de6c2f117b4006ab5b10092c44b2761cbcd720d267"; + sha256_unsigned = "406f65eddf7993144a0585de6c2f117b4006ab5b10092c44b2761cbcd720d267"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re220-v2-squashfs-sysupgrade.bin"; + sha256 = "6c76139adeb1285823555aa292f39b832d8475ed5753151b5d2edbeb57738cd1"; + sha256_unsigned = "a24a02cf4d352fbd62da06b92c64763af63d451bcb8bd8ccbe3df72bdb58df41"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re220-v2" + ]; + titles = [ + { + model = "RE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_re305-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re305-v1-squashfs-factory.bin"; + sha256 = "46e3535cbf919508ed823402c04b9fced289acbec05c0a7f8d4c87e40ebbe161"; + sha256_unsigned = "46e3535cbf919508ed823402c04b9fced289acbec05c0a7f8d4c87e40ebbe161"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re305-v1-initramfs-kernel.bin"; + sha256 = "14c8867de65bc5173e0c0f34694d827c3c4662ab6f1a430da17354c98ebc3010"; + sha256_unsigned = "14c8867de65bc5173e0c0f34694d827c3c4662ab6f1a430da17354c98ebc3010"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re305-v1-squashfs-sysupgrade.bin"; + sha256 = "53202535161b7c0d99f2e28b75ffe98a8a5c5db3e4b034400c4ac7f998d99706"; + sha256_unsigned = "08e885c5b0c00ebf09fd6ef5d4edefd7c562cb18159c9e5ec1053fc601e6a29a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re305-v1" + ]; + titles = [ + { + model = "RE305"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_re305-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re305-v3-squashfs-factory.bin"; + sha256 = "6eb816f39d683a4912acec66c1fe87ffab7dee423ff4ef1f20a8ee682702c00c"; + sha256_unsigned = "6eb816f39d683a4912acec66c1fe87ffab7dee423ff4ef1f20a8ee682702c00c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re305-v3-initramfs-kernel.bin"; + sha256 = "ec51cb8fee8bf607630ffd2818ca1d2f0ba156bb4fb0582711743d27e4fe299d"; + sha256_unsigned = "ec51cb8fee8bf607630ffd2818ca1d2f0ba156bb4fb0582711743d27e4fe299d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_re305-v3-squashfs-sysupgrade.bin"; + sha256 = "de753a585359c9bbf2e79f6c35e730c5768d413c245b579215f327671bb57fef"; + sha256_unsigned = "c491764295c9411dbb1dc7b0ae0029a6ee4bf5d377328b4bae9082a0cc6b2f89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re305-v3" + ]; + titles = [ + { + model = "RE305"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "0a937b5e1ba8c217263403e0c7841517a33a774a902439c72237b1f2aec3ad18"; + sha256_unsigned = "0a937b5e1ba8c217263403e0c7841517a33a774a902439c72237b1f2aec3ad18"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-mr3020-v3-initramfs-kernel.bin"; + sha256 = "8319476af6cc47e31e075394ff52a28eeda2c23b1c69b60a41d642aa871b696b"; + sha256_unsigned = "8319476af6cc47e31e075394ff52a28eeda2c23b1c69b60a41d642aa871b696b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "b56f9601f96de57a6b8b2e1fcb5443a8c3dc51613a5ec302a4e0036c2989082d"; + sha256_unsigned = "5d79a685747d80664faafb7692298810c86e0f44d96b7ac13ba62e78c1619712"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + model = "TL-MR3020"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "910adda0fe687eef052ec80e33fbbdaeb12b8cae0f4dae98d36589e2fb7db596"; + sha256_unsigned = "910adda0fe687eef052ec80e33fbbdaeb12b8cae0f4dae98d36589e2fb7db596"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "2a7e13a44df81c439c952c81c9f09699ab1747dda9e076c9c1d623cd78378dd6"; + sha256_unsigned = "95c244045a17022c9632d51764167a5efdb9f4d4d3fb3f3134b8c3e0f5a9b494"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-mr3420-v5-initramfs-kernel.bin"; + sha256 = "12ac679cb0a41053a23c71667aec022bcffb2a716c859e06f12bdf8f037fe154"; + sha256_unsigned = "12ac679cb0a41053a23c71667aec022bcffb2a716c859e06f12bdf8f037fe154"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + model = "TL-MR3420"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-mr6400-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-mr6400-v4-initramfs-kernel.bin"; + sha256 = "ad0f707cbc1a2d9ccdd16c999da85a7be5a5c9e6cd5c8d69939dbd7ac74110dc"; + sha256_unsigned = "ad0f707cbc1a2d9ccdd16c999da85a7be5a5c9e6cd5c8d69939dbd7ac74110dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-tftp-recovery.bin"; + sha256 = "8127f6d0fd532fb20892b076329a3a4b6eea89248e7b04c0da2d8777fd22067f"; + sha256_unsigned = "8127f6d0fd532fb20892b076329a3a4b6eea89248e7b04c0da2d8777fd22067f"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-sysupgrade.bin"; + sha256 = "a6cc6c43fc5469615d1d48375de46fe61fcb24fee318d4a745fb904968abcd7a"; + sha256_unsigned = "52819b6bec71dae1cb0963afa8583e3bb823c4329ce498635f2851416f5dd4ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v4" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-mr6400-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-tftp-recovery.bin"; + sha256 = "f875edc88e8aecf6f6d6ced24889eec265f29102e2697d78b115c894acaac5da"; + sha256_unsigned = "f875edc88e8aecf6f6d6ced24889eec265f29102e2697d78b115c894acaac5da"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-sysupgrade.bin"; + sha256 = "bd88eccca2aff9429d4cceb083a054643af7731e2050865f5ccc78d6e5347ffb"; + sha256_unsigned = "0a1d19b51f5665c9dbfcfb7170b1127a410498cefac09cabebdf3642b4c64262"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-mr6400-v5-initramfs-kernel.bin"; + sha256 = "a304ab4084bff2b0e664d20c0930048acde35a5c3a4963dcc53be81e93ae32eb"; + sha256_unsigned = "a304ab4084bff2b0e664d20c0930048acde35a5c3a4963dcc53be81e93ae32eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v5" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wa801nd-v5-initramfs-kernel.bin"; + sha256 = "f64e0f145b3e949599e481fa073837fc3e08c1f52757175daacac1e06cdfefbb"; + sha256_unsigned = "f64e0f145b3e949599e481fa073837fc3e08c1f52757175daacac1e06cdfefbb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "e923f72365e37cfa3f63907541d9b9413d20cf2f4246aac3e0bf87b0063836b8"; + sha256_unsigned = "0835df7aa8c91a25ec6bc19809d8eb9625eaef94bcec1fc382c906f427e9f7e9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "19e2031d45b78fd6406a569b271d9b7590aa0064f3abdaf923761ecde080b544"; + sha256_unsigned = "19e2031d45b78fd6406a569b271d9b7590aa0064f3abdaf923761ecde080b544"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + model = "TL-WA801ND"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "f9ae5da5a78cf52fba3778b2c7bcb9165d3bf25b9445215c5670127a50c93150"; + sha256_unsigned = "9f0adbef7781ab926dd192a8f7eefa950201a197513a456cf683d65501991063"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "84a10d19cf21fa0911ff9b53bcf18918461a08687a5201f21958ac900eb877dc"; + sha256_unsigned = "84a10d19cf21fa0911ff9b53bcf18918461a08687a5201f21958ac900eb877dc"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr802n-v4-initramfs-kernel.bin"; + sha256 = "c07e2988eab0733cab5c0f8fa103496997b5beed207a1d75dc6ba1b1e4b53295"; + sha256_unsigned = "c07e2988eab0733cab5c0f8fa103496997b5beed207a1d75dc6ba1b1e4b53295"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + model = "TL-WR802N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr840n-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr840n-v4-initramfs-kernel.bin"; + sha256 = "9cadbea4bfa7b50feee6c61320387eabeffae1a1369430033f31356d7f047b58"; + sha256_unsigned = "9cadbea4bfa7b50feee6c61320387eabeffae1a1369430033f31356d7f047b58"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "8f9b0529074de5ea92f1115e9ad2bb74eb043fe7e9baf1297917ba52b25aa5d5"; + sha256_unsigned = "6d814a406fd82818168b42bede4d9e0bc4a82e6112ad9b12b08a4a8727eaaec4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "a14badf02637b8e378647b533c3a95087f90499e3641352c667c0d21e0fde730"; + sha256_unsigned = "a14badf02637b8e378647b533c3a95087f90499e3641352c667c0d21e0fde730"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr840n-v4" + "tl-wr840n-v4" + ]; + titles = [ + { + model = "TL-WR840N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr841n-v13"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr841n-v13-initramfs-kernel.bin"; + sha256 = "e76b0e415c195e3a64e2a85613adfcc1c2c8c9e42a8671352296ea23156d7246"; + sha256_unsigned = "e76b0e415c195e3a64e2a85613adfcc1c2c8c9e42a8671352296ea23156d7246"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "898e41f374e7255ba1b691f94742d0a1b2628ac9ab4b3e00bee6524d93e9121b"; + sha256_unsigned = "898e41f374e7255ba1b691f94742d0a1b2628ac9ab4b3e00bee6524d93e9121b"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "113cd30c44173e0750c5edb63711269037c69962086def33c4bf351f426076a4"; + sha256_unsigned = "d5262318e77c580ed89ebb7a90a13743d89437d8c9ebccfa682e193860c0b71f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr841n-v13" + "tl-wr841n-v13" + ]; + titles = [ + { + model = "TL-WR841N"; + variant = "v13"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr842n-v5-initramfs-kernel.bin"; + sha256 = "609968369bbbd2cba822f81606ab28e0619a221e44a2b8f99699f9f286ce874b"; + sha256_unsigned = "609968369bbbd2cba822f81606ab28e0619a221e44a2b8f99699f9f286ce874b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "31e51a4bb5345db8c31d6bacb171e28f1dd497bb696b546c076c5c000a30c673"; + sha256_unsigned = "31e51a4bb5345db8c31d6bacb171e28f1dd497bb696b546c076c5c000a30c673"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "f78154009c80b776ab8d474182788e3d17aefc6c8951174db001e5488b1919ed"; + sha256_unsigned = "f36590d6427a3c3ebd14facceff31596b246f9e5fc8fb57a1381a6b2518f1078"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr850n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr850n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr850n-v2-initramfs-kernel.bin"; + sha256 = "d1922f2eb7de6a51856f30bc9e3525b475a46e255d2305e010b36c7ffdac92ca"; + sha256_unsigned = "d1922f2eb7de6a51856f30bc9e3525b475a46e255d2305e010b36c7ffdac92ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-sysupgrade.bin"; + sha256 = "47e7370fe9f4e1baa626f8b26af4a7dfbcd37e46425bc9e051f94a3a74bfab6d"; + sha256_unsigned = "e420c30e0fed1a3f9676af1f8e36d1e3d24546538237ca67dde6432eab6aec97"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-tftp-recovery.bin"; + sha256 = "497e3d7c89f00f72cc4b9cc0c8bb348b4e5ee3d217ecbbc0bbfbfcc9fe420def"; + sha256_unsigned = "497e3d7c89f00f72cc4b9cc0c8bb348b4e5ee3d217ecbbc0bbfbfcc9fe420def"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr850n-v2" + ]; + titles = [ + { + model = "TL-WR850N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "323a4689727e3adc3dca9f18e3d53840f763dd2a2d57c81d82829ce876e910be"; + sha256_unsigned = "c3f1c127e2d3ca3099fbb22652aed2a36ff08cbc1d7375f8806a1174562f2bda"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr902ac-v3-initramfs-kernel.bin"; + sha256 = "6f4d2bc3ba636cac8c3b92839b9e39914aefc7f2d4a4ae45db44fd0e84aa6778"; + sha256_unsigned = "6f4d2bc3ba636cac8c3b92839b9e39914aefc7f2d4a4ae45db44fd0e84aa6778"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "cf8117515a52f5000b8726fc905a7faa18ae013eff4093780b483d05a4bbbc57"; + sha256_unsigned = "cf8117515a52f5000b8726fc905a7faa18ae013eff4093780b483d05a4bbbc57"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + unielec_u7628-01-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-unielec_u7628-01-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-unielec_u7628-01-16m-initramfs-kernel.bin"; + sha256 = "a111e582c16899bf7569330b42e37b155803999b77a86773e04019ffab38ca3f"; + sha256_unsigned = "a111e582c16899bf7569330b42e37b155803999b77a86773e04019ffab38ca3f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-unielec_u7628-01-16m-squashfs-sysupgrade.bin"; + sha256 = "95e051bf6d80f999540c66471ddf38475fe97fc2ce927b05d922a41e9bd22f86"; + sha256_unsigned = "10ead009ff6570785db93e5e16138147a8f6d221cba26f2aff29d4c7d7689c07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7628-01-16m" + "u7628-01-128M-16M" + "unielec,u7628-01-128m-16m" + ]; + titles = [ + { + model = "U7628-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + vocore_vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-vocore_vocore2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-vocore_vocore2-initramfs-kernel.bin"; + sha256 = "d3d3317a2b6149f5040ff1ef8c9f50c84612ba7dc965b60a890cfad5fdd2ccab"; + sha256_unsigned = "d3d3317a2b6149f5040ff1ef8c9f50c84612ba7dc965b60a890cfad5fdd2ccab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-vocore_vocore2-squashfs-sysupgrade.bin"; + sha256 = "37e7b5a6d1504cd82be4757f15037d502e0a370f19217728ec36310f819507f7"; + sha256_unsigned = "8c6611401801c2e53b8c7efd746e2095af61da4a45bf1732123e95ca4ef31fb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore2" + "vocore2" + ]; + titles = [ + { + model = "VoCore2"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore2-lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-vocore_vocore2-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-vocore_vocore2-lite-initramfs-kernel.bin"; + sha256 = "23a7edf319552c70ba6be7dede4f4fa03da12e78390e2a0f7c4314a6ae5bc4d4"; + sha256_unsigned = "23a7edf319552c70ba6be7dede4f4fa03da12e78390e2a0f7c4314a6ae5bc4d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-vocore_vocore2-lite-squashfs-sysupgrade.bin"; + sha256 = "86becdf960f137d3391fe03ccd52adb36e40e3222f48af89799141d9d2497cc8"; + sha256_unsigned = "67768af66a8d3697f075893f4f988e74f9d2a6d60d83296485b87c35fce0077d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore2-lite" + "vocore2lite" + ]; + titles = [ + { + model = "VoCore2-Lite"; + vendor = "VoCore"; + } + ]; + }; + wavlink_wl-wn531a3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn531a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn531a3-initramfs-kernel.bin"; + sha256 = "63fc335366f168172d1039990e864933871d372243189e0366933152ef6e2d48"; + sha256_unsigned = "63fc335366f168172d1039990e864933871d372243189e0366933152ef6e2d48"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn531a3-squashfs-sysupgrade.bin"; + sha256 = "79a233016cdfe256f3f1ba8e5667b673f9995472dbdd7b0dab67a37ca6b0ee43"; + sha256_unsigned = "10eb0bf24510f17414808b6b21cca71e31a8995dd8308a510fb9694b98d9b11e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a3" + "wl-wn531a3" + ]; + titles = [ + { + model = "WL-WN531A3"; + vendor = "Wavlink"; + } + { + model = "QUANTUM D4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn570ha1-initramfs-kernel.bin"; + sha256 = "9a3ae0423652b4014341343204133cbfddd904ab08adc4e297eaaef2b794783f"; + sha256_unsigned = "9a3ae0423652b4014341343204133cbfddd904ab08adc4e297eaaef2b794783f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "db8f936883de809173c61b167602d3600236d3b364bf9bf3a1f9f52f4a4491a0"; + sha256_unsigned = "68bd80d741cead06cbce1a7671df83e2548f0eef593e8c3ca06203d90c36779e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + model = "WL-WN570HA1"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "dd7cabbf1c3b24d4eb65307c3c2b5b1283d15140a082ee489058ca143286a47e"; + sha256_unsigned = "8e5cca6fd35d8da216afe1182b8086fbf848c99b2a78cf8e2a57eef6872a1fb2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn575a3-initramfs-kernel.bin"; + sha256 = "279d5e063eafab2380bea24190fa33bd869f5466cf5346179aa86a669eb9db60"; + sha256_unsigned = "279d5e063eafab2380bea24190fa33bd869f5466cf5346179aa86a669eb9db60"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + model = "WL-WN575A3"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn576a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn576a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn576a2-squashfs-sysupgrade.bin"; + sha256 = "3c74de6cfee72edcf3d8c919956fa7763374de290cdfc1c82d2123b6e972283a"; + sha256_unsigned = "ff7307f3138594c304047d68d7ad65dfcc14c1572078b8c7ed02c34c4e8d2381"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn576a2-initramfs-kernel.bin"; + sha256 = "3f8940fc82e59cf6e02faeb42e46388acf1483b66ccfe4ebd976c2f25bbe7475"; + sha256_unsigned = "3f8940fc82e59cf6e02faeb42e46388acf1483b66ccfe4ebd976c2f25bbe7475"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn576a2" + ]; + titles = [ + { + model = "WL-WN576A2"; + vendor = "Wavlink"; + } + { + model = "SWV 733 B1"; + vendor = "Silvercrest"; + } + ]; + }; + wavlink_wl-wn577a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn577a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn577a2-squashfs-sysupgrade.bin"; + sha256 = "8d9c7265bd59262a45c30c89ca67862a630cd79846724345e8c16db1cbe8cb88"; + sha256_unsigned = "8a81372f8c70a4db435b9beb96924106f9ece32c30ecb00be2de5ad2903028fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn577a2-initramfs-kernel.bin"; + sha256 = "2185466ba971d0c91769d287d0227318c767c3808ae4ce64d0aeafecb0b2921a"; + sha256_unsigned = "2185466ba971d0c91769d287d0227318c767c3808ae4ce64d0aeafecb0b2921a"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn577a2" + ]; + titles = [ + { + model = "WL-WN577A2"; + vendor = "Wavlink"; + } + { + model = "WLR-755"; + vendor = "Maginon"; + } + ]; + }; + wavlink_wl-wn578a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn578a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn578a2-squashfs-sysupgrade.bin"; + sha256 = "f4a8c3f2942beb0672f49e62ef17233f527d6c9e78dfdc686a4c2d1ff1cc09a6"; + sha256_unsigned = "cf99fd94e307de0a740fcea88132c0fad082174095651136903c54048b6834db"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wavlink_wl-wn578a2-initramfs-kernel.bin"; + sha256 = "141bb01c872ad35ad4eaa395113382bf217497353632612bfefc11db824c1d25"; + sha256_unsigned = "141bb01c872ad35ad4eaa395113382bf217497353632612bfefc11db824c1d25"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn578a2" + ]; + titles = [ + { + model = "WL-WN578A2"; + vendor = "Wavlink"; + } + { + model = "SWV 733 A2"; + vendor = "SilverCrest"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "5a5ec4470e30cc61c426e0516de8147a4b43469137c98999a9fb42b407c084ae"; + sha256_unsigned = "b215a60ef474d9b8db95f33a95ba5c0905c10b5fc9ada71fe9d26fb7461ba18c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-widora_neo-16m-initramfs-kernel.bin"; + sha256 = "b94735caba634260a56f47fe6716cab3e2ba5eff3b8dd58b7cb902fcbba242d4"; + sha256_unsigned = "b94735caba634260a56f47fe6716cab3e2ba5eff3b8dd58b7cb902fcbba242d4"; + type = "kernel"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "16M"; + vendor = "Widora"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "e8a0e8e2ccf3c0f8f1e3389ee61e47c6159b565f70c591f6ddcead6f472d5171"; + sha256_unsigned = "1f316994371a26743a3d97ca67afd163715b471dfabc898588c9dfcbc3397df0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-widora_neo-32m-initramfs-kernel.bin"; + sha256 = "6e9a076af66fccc869a02339d7517ca10dc6f915b644ad941c99c3604e7915c9"; + sha256_unsigned = "6e9a076af66fccc869a02339d7517ca10dc6f915b644ad941c99c3604e7915c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "32M"; + vendor = "Widora"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "b96b1fbd20e75c3e2643e39779000c86293eef50b0ea519a52979f8d7044b0a4"; + sha256_unsigned = "8467621a4eb2143ab3c3cd3db7afa6354213a584c07c3f44485169ed1310cafb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wiznet_wizfi630s-initramfs-kernel.bin"; + sha256 = "ec0a65ec202a2376a25da4174c89b07b22d40bd3fd234ba5acb0befd4ef6e2dc"; + sha256_unsigned = "ec0a65ec202a2376a25da4174c89b07b22d40bd3fd234ba5acb0befd4ef6e2dc"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + model = "WizFi630S"; + vendor = "WIZnet"; + } + ]; + }; + wrtnode_wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-wrtnode_wrtnode2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "00fa2d0ad5947076cd8a5ac99864021b97b8602d07020290199dae834f2abebb"; + sha256_unsigned = "c281e09027b8267ae0645c0512d673224e0eeda4d28f46f5716d7bac8952ffef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wrtnode_wrtnode2p-initramfs-kernel.bin"; + sha256 = "07a5586adacd83fb20d82939a864cfaea31690492101246bf417ecb6d891a5db"; + sha256_unsigned = "07a5586adacd83fb20d82939a864cfaea31690492101246bf417ecb6d891a5db"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2p" + "wrtnode2p" + ]; + titles = [ + { + model = "WRTnode 2P"; + vendor = "WRTnode"; + } + ]; + }; + wrtnode_wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-wrtnode_wrtnode2r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wrtnode_wrtnode2r-initramfs-kernel.bin"; + sha256 = "b7266446dc01fb4632a37eeba400e59c50474c9b0bb7db94f2dd4e225dc1a1a5"; + sha256_unsigned = "b7266446dc01fb4632a37eeba400e59c50474c9b0bb7db94f2dd4e225dc1a1a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-wrtnode_wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "258c6faa1705fba294819537d2a1b209dfd5ea84a2a8ba1943dc8d88e39d69e8"; + sha256_unsigned = "d48c3ffadba62eeb893886b21d6414a4b4118820251f6882ae708add47cce4b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2r" + "wrtnode2r" + ]; + titles = [ + { + model = "WRTnode 2R"; + vendor = "WRTnode"; + } + ]; + }; + xiaomi_mi-router-4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-xiaomi_mi-router-4a-100m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin"; + sha256 = "2977d423cbf5f00d13a1983af0dc3ed6aedad8c96a9fcfe764735ceeacd63e92"; + sha256_unsigned = "83a8d0792c2c1796f39e39d23b54e633a7d4580bb9d411d21521fac7f53459f5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-xiaomi_mi-router-4a-100m-initramfs-kernel.bin"; + sha256 = "aa5bfb54916cf408eef08efff68959b4054511f6540a7eb5ab87ff7478c67639"; + sha256_unsigned = "aa5bfb54916cf408eef08efff68959b4054511f6540a7eb5ab87ff7478c67639"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m" + "xiaomi,mir4a-100m" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-100m-intl = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl-squashfs-sysupgrade.bin"; + sha256 = "1716ba52ba72b445a0aa4f66f0687b37be227fd947dcd9b32a55aba691554b31"; + sha256_unsigned = "fd8640fdd18868c49bd3b6af1cfa7e051375f6dfe7ba93d71e77ed9725f6ad5f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl-initramfs-kernel.bin"; + sha256 = "f6c65f8442f6baf0011cb6360ec10d2bb6cfbb7e8c45dd904c06901fe1c0290d"; + sha256_unsigned = "f6c65f8442f6baf0011cb6360ec10d2bb6cfbb7e8c45dd904c06901fe1c0290d"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m-intl" + "xiaomi,mir4a-100m-intl" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M International Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-xiaomi_mi-router-4c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-xiaomi_mi-router-4c-initramfs-kernel.bin"; + sha256 = "64b9ba43922da6cac17f0c3c1427a12deacecca835153e3dc2a597747d6ee025"; + sha256_unsigned = "64b9ba43922da6cac17f0c3c1427a12deacecca835153e3dc2a597747d6ee025"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-xiaomi_mi-router-4c-squashfs-sysupgrade.bin"; + sha256 = "aaba6d343981ef25395ef2cf47e0896bb6d63a056760050e351db871f661adc0"; + sha256_unsigned = "de41c005e9276f7a0d550de6366629a76110d4dabbebee996ad381d141c480fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4c" + ]; + titles = [ + { + model = "Mi Router 4C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-3c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-xiaomi_miwifi-3c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-xiaomi_miwifi-3c-initramfs-kernel.bin"; + sha256 = "1e432750ce3d1e8cd865982778a782b00bc1f021d4554fe07a569d36d4789397"; + sha256_unsigned = "1e432750ce3d1e8cd865982778a782b00bc1f021d4554fe07a569d36d4789397"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-xiaomi_miwifi-3c-squashfs-sysupgrade.bin"; + sha256 = "582e9a427c1b72f414e38b20860f9ed374d8e01eadc928ab4689fc92a75d22fc"; + sha256_unsigned = "870612df57677f5e9375b05c25f5c9fe24ab33c8260bd6ce556aa8f8eda362b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-3c" + ]; + titles = [ + { + model = "MiWiFi 3C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-nano = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-xiaomi_miwifi-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-xiaomi_miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "a4ce1ed11a71407af611ce3b6396e800edb3c45127cd8965445515282d0c1874"; + sha256_unsigned = "dbfcaf7a8ba4f55daa2fcd87c8dff3b54433189a3a4ed2e4b1728d10c30662e0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-xiaomi_miwifi-nano-initramfs-kernel.bin"; + sha256 = "9c2179d5d343e76538b4ecf66b7cd126ae4ffba14cc5c79604a995174034f820"; + sha256_unsigned = "9c2179d5d343e76538b4ecf66b7cd126ae4ffba14cc5c79604a995174034f820"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-nano" + "miwifi-nano" + ]; + titles = [ + { + model = "MiWiFi Nano"; + vendor = "Xiaomi"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "7b43b03450ca230df5009d8d32f1f7fd8bbbb750de7d2fd2df0991afb3b1a344"; + sha256_unsigned = "6838aaabdb35ae7ebc0e0d117ea76f7eb8ab48cfec924a87f8b3fd45231d520f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-zbtlink_zbt-we1226-initramfs-kernel.bin"; + sha256 = "f5e8b698e5c5e8f50ea5de48f499befb34f0a7b4fc2508d1aafaac7421f1f545"; + sha256_unsigned = "f5e8b698e5c5e8f50ea5de48f499befb34f0a7b4fc2508d1aafaac7421f1f545"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + model = "ZBT-WE1226"; + vendor = "Zbtlink"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "63fcafd96c8c654772b226b7c2e14de3e76986039331ca5266dda024ee348aa2"; + sha256_unsigned = "b297e7913477c3034d5b5ff7e9931aa2c93b0efdc37f2c31f75624511c97fadd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "9f154bf27eca53385e4e562fd77422cfd967d3a78c8f92bdd39c3c2b54e594a2"; + sha256_unsigned = "9f154bf27eca53385e4e562fd77422cfd967d3a78c8f92bdd39c3c2b54e594a2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-mt76x8-zyxel_keenetic-extra-ii-initramfs-kernel.bin"; + sha256 = "69e0d9a922c33baa013c6332a2e417225e294474e3b0b9b267fa69e3b1979ffe"; + sha256_unsigned = "69e0d9a922c33baa013c6332a2e417225e294474e3b0b9b267fa69e3b1979ffe"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + model = "Keenetic Extra II"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "ramips/mt76x8"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + belkin_f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt288x-belkin_f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt288x-belkin_f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "68f474297ec493c5c3df4e895b9d1773dc0f74cf954c6dfad8d38d13e84c25fe"; + sha256_unsigned = "83f89972206253f57c9e6f79b68dc09f4489d89d7e904e1a6963caaaa89862b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v1" + "f5d8235-v1" + ]; + titles = [ + { + model = "F5D8235"; + variant = "V1"; + vendor = "Belkin"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "ramips/rt288x"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "7links_px-4885-8m" = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-7links_px-4885-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-7links_px-4885-8m-initramfs-kernel.bin"; + sha256 = "ef8c4f8940fd702577610b21539dd03e4c3288c8ef1aab0997ece2c643072399"; + sha256_unsigned = "ef8c4f8940fd702577610b21539dd03e4c3288c8ef1aab0997ece2c643072399"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-7links_px-4885-8m-squashfs-sysupgrade.bin"; + sha256 = "c51bc26b33f48a464443abaa5e0f610db67846a693eea6a1bcfb126309fb5c5a"; + sha256_unsigned = "fe341b2199b3ce114c3b8327fc758e7de7bb657520be543e720752b407a03110"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "7links,px-4885-8m" + "px-4885-8M" + ]; + titles = [ + { + model = "PX-4885"; + variant = "8M"; + vendor = "7Links"; + } + ]; + }; + "8devices_carambola" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-8devices_carambola"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-8devices_carambola-squashfs-sysupgrade.bin"; + sha256 = "ddfa1985cf3612f4ceec4c497eb9d7c9bacf5e59edc27772e9f83b2dee67a73c"; + sha256_unsigned = "385c6b01a3db3b1a877c9bf1296e9b94ec8fdd03e0045cf73dd0987795b85393"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-8devices_carambola-initramfs-kernel.bin"; + sha256 = "8ed5fbc4921a84a2430cc68cfedde8a7b26ae7e89f6acf9a895d029205c4543e"; + sha256_unsigned = "8ed5fbc4921a84a2430cc68cfedde8a7b26ae7e89f6acf9a895d029205c4543e"; + type = "kernel"; + } + ]; + supported_devices = [ + "8devices,carambola" + "carambola" + ]; + titles = [ + { + model = "Carambola"; + vendor = "8devices"; + } + ]; + }; + accton_wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-accton_wr6202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-accton_wr6202-squashfs-sysupgrade.bin"; + sha256 = "12baa585fd9c5ef2ba199506d56b327d3255ad9c201b4ec7ab5c39aa6f151e97"; + sha256_unsigned = "ec6c764d79ea53530a5307588b7a1f859dbcc0ec4916229f734382357cf19b67"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-accton_wr6202-initramfs-kernel.bin"; + sha256 = "9b441c273c2b40a3eda642339e2bef66781d60e1f1ecf5e11104f6d742bf6871"; + sha256_unsigned = "9b441c273c2b40a3eda642339e2bef66781d60e1f1ecf5e11104f6d742bf6871"; + type = "kernel"; + } + ]; + supported_devices = [ + "accton,wr6202" + "wr6202" + ]; + titles = [ + { + model = "WR6202"; + vendor = "Accton"; + } + ]; + }; + alfa-network_w502u = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-alfa-network_w502u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-alfa-network_w502u-squashfs-sysupgrade.bin"; + sha256 = "5d5403d19a8c8d8ce18ed707c4069ac4cd6bba9a82bc02d507a3ccf3ff728fd5"; + sha256_unsigned = "41f64ff9de17402fa373f5d6cd73ad4be93ce83bc5d25eca3c3e0e7aa600c4cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-alfa-network_w502u-initramfs-kernel.bin"; + sha256 = "b557ac71e2a9d8c9af5e16a844e4cd3d905898c1f03b315de820d9420a2c2dcd"; + sha256_unsigned = "b557ac71e2a9d8c9af5e16a844e4cd3d905898c1f03b315de820d9420a2c2dcd"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,w502u" + "w502u" + ]; + titles = [ + { + model = "Networks W502U"; + vendor = "ALFA"; + } + ]; + }; + allnet_all0256n-8m = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-allnet_all0256n-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-allnet_all0256n-8m-squashfs-sysupgrade.bin"; + sha256 = "314e5565d462269e796c33397ce5b0cf0008b6ed509ec7b7ae7c8b9f069dd8f2"; + sha256_unsigned = "2cc90e925bece546e9674dbed6c97d94ebf2da490a90e423246d156eedb95f73"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-allnet_all0256n-8m-initramfs-kernel.bin"; + sha256 = "0e894921dca408905ce275fb5894a773660376b83c709a03151e92db0cb56b0c"; + sha256_unsigned = "0e894921dca408905ce275fb5894a773660376b83c709a03151e92db0cb56b0c"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all0256n-8m" + "all0256n-8M" + ]; + titles = [ + { + model = "ALL0256N"; + variant = "8M"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5002 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-allnet_all5002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-allnet_all5002-squashfs-sysupgrade.bin"; + sha256 = "1fa33d6c463b5f0726e23ce4ff17658a1db05913cb5992b2c3bd359edd684854"; + sha256_unsigned = "39e70c236a4bcf26563c71f83bc5285973f38c376f5cb71d72263d0d383a37ae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-allnet_all5002-initramfs-kernel.bin"; + sha256 = "6bda372283f4a89ee779e9ee980aaab38d605b4481f7ddb10f6ab043c75ebf00"; + sha256_unsigned = "6bda372283f4a89ee779e9ee980aaab38d605b4481f7ddb10f6ab043c75ebf00"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all5002" + "all5002" + ]; + titles = [ + { + model = "ALL5002"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5003 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-allnet_all5003"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-allnet_all5003-initramfs-kernel.bin"; + sha256 = "8ad497059c0f160064da05f7f85922efa0c6106d2003c1aded4b51544208cbe0"; + sha256_unsigned = "8ad497059c0f160064da05f7f85922efa0c6106d2003c1aded4b51544208cbe0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-allnet_all5003-squashfs-sysupgrade.bin"; + sha256 = "a769677662369b45f2160ebc1e3cbfa5f0401040ba67217bee8a7ab51e8dd48c"; + sha256_unsigned = "0bb0b81d8629917e00c476554615b796d749ebaee7f24fd8c12a3ad9a146346b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all5003" + "all5003" + ]; + titles = [ + { + model = "ALL5003"; + vendor = "Allnet"; + } + ]; + }; + alphanetworks_asl26555-16m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-alphanetworks_asl26555-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-alphanetworks_asl26555-16m-squashfs-sysupgrade.bin"; + sha256 = "29e1d442ef7cbfc1c509605c1d6ed998b9dd4bcc542c9b5bba898007b2271278"; + sha256_unsigned = "0b9a3116ceae6830fd45bd1fe246f46039fe56cd34da51f8578060e1dda4301f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-alphanetworks_asl26555-16m-initramfs-kernel.bin"; + sha256 = "a2c5a6196baaee94ee0292f816064839724c58699da441a1e73d017c80e3841a"; + sha256_unsigned = "a2c5a6196baaee94ee0292f816064839724c58699da441a1e73d017c80e3841a"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-16m" + "asl26555" + "asl26555-16M" + ]; + titles = [ + { + model = "ASL26555"; + variant = "16M"; + vendor = "Alpha"; + } + ]; + }; + alphanetworks_asl26555-8m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-alphanetworks_asl26555-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-alphanetworks_asl26555-8m-squashfs-sysupgrade.bin"; + sha256 = "683f6ba13dcf9a8c39fe098e5730b9d29afee9f83075449eb86400454c765dd7"; + sha256_unsigned = "92c6eea9fba15422d225d54d135126dc5885ee39994ddd2689a0fcf17d216e4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-alphanetworks_asl26555-8m-initramfs-kernel.bin"; + sha256 = "1734201cc2780b5e0aff1fec3523e79a2f9a5535de101dfcda8eab3fcbba161c"; + sha256_unsigned = "1734201cc2780b5e0aff1fec3523e79a2f9a5535de101dfcda8eab3fcbba161c"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-8m" + "asl26555" + "asl26555-8M" + ]; + titles = [ + { + model = "ASL26555"; + vendor = "Alpha"; + } + ]; + }; + arcwireless_freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-arcwireless_freestation5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-arcwireless_freestation5-squashfs-sysupgrade.bin"; + sha256 = "f01f1e01cbc5843da5b05ea27305bedee3132a34ad40758271b86b8957ab9d07"; + sha256_unsigned = "0c2641fd5e2329b97cfefc3a6c2b4ee7070c5d38029bb4eac4f3f2cabf477a76"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-arcwireless_freestation5-initramfs-kernel.bin"; + sha256 = "92007bfc686a5e439cc379d990695a4302c4d4db33d259715090062b166a684e"; + sha256_unsigned = "92007bfc686a5e439cc379d990695a4302c4d4db33d259715090062b166a684e"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcwireless,freestation5" + "freestation5" + ]; + titles = [ + { + model = "FreeStation"; + vendor = "ARC Wireless"; + } + ]; + }; + argus_atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-argus_atp-52b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-argus_atp-52b-initramfs-kernel.bin"; + sha256 = "16cef068007750ef741bf9029a0249e4359a82214ed4057a8ae13a321d73c249"; + sha256_unsigned = "16cef068007750ef741bf9029a0249e4359a82214ed4057a8ae13a321d73c249"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-argus_atp-52b-squashfs-sysupgrade.bin"; + sha256 = "26f23126fa0743a6258c153f4c0a76b25e0bb3b355d2dbcdf5cb3f0a9b4b8c04"; + sha256_unsigned = "b97f7b985ff989d30f370a9a2ca4e1ff130f80eeda55b714ec52e503926037fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "argus,atp-52b" + "atp-52b" + ]; + titles = [ + { + model = "ATP-52B"; + vendor = "Argus"; + } + ]; + }; + asiarf_awm002-evb-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-asiarf_awm002-evb-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-asiarf_awm002-evb-8m-squashfs-sysupgrade.bin"; + sha256 = "ab1a86722fd04bfcf37cb6b9cb1f87ce18b2f03fd54d2316276888440b207868"; + sha256_unsigned = "075ed7b86236cebc5cd41033df91075805ae7de540c5cd5967313f46fd7aa75d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-asiarf_awm002-evb-8m-initramfs-kernel.bin"; + sha256 = "9422311e129d9687e14a676159d567dc8750793a1c14ff4d71b42cccf5706e59"; + sha256_unsigned = "9422311e129d9687e14a676159d567dc8750793a1c14ff4d71b42cccf5706e59"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,awm002-evb-8m" + "awm002-evb-8M" + ]; + titles = [ + { + model = "AWM002-EVB/AWM003-EVB"; + variant = "8M"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-asus_rt-n13u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-asus_rt-n13u-initramfs-kernel.bin"; + sha256 = "8b0de5cd242f8bd5f51c305bd5bf39ea38d3e72707fe7fdf8dc9e5c3c688dd9d"; + sha256_unsigned = "8b0de5cd242f8bd5f51c305bd5bf39ea38d3e72707fe7fdf8dc9e5c3c688dd9d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-asus_rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "29bc6ec7602c6b72d7bc96c5b5c9282273ffd931c197a1595e09f97c06e15211"; + sha256_unsigned = "be5010d91a5f5a1ec6a7a119641cbc31fcfb867b61f2ca683f75e483c927c21f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n13u" + "rt-n13u" + ]; + titles = [ + { + model = "RT-N13U"; + vendor = "Asus"; + } + ]; + }; + aximcom_mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-aximcom_mr-102n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-aximcom_mr-102n-squashfs-sysupgrade.bin"; + sha256 = "9c992a8a779896e5970421ff3f15288ec5f683d60fd4d809a0030496bc494d89"; + sha256_unsigned = "7dca3baf830d699fe346024c53b3f089aacc10d5c97ebaf11008ea56e2d8b718"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-aximcom_mr-102n-initramfs-kernel.bin"; + sha256 = "733bff92f61f8088c6772ff0e889161568f8d9f97dbbc21038ac60997e2bd648"; + sha256_unsigned = "733bff92f61f8088c6772ff0e889161568f8d9f97dbbc21038ac60997e2bd648"; + type = "kernel"; + } + ]; + supported_devices = [ + "aximcom,mr-102n" + "mr-102n" + ]; + titles = [ + { + model = "MR-102N"; + vendor = "AXIMCom"; + } + ]; + }; + aztech_hw550-3g = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-aztech_hw550-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-aztech_hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "0a9cb3c6ae9cb65683f5e5e927c7750595a3ff22644dbcf2c1671e3c30d432b5"; + sha256_unsigned = "9dfc9b58daa446b5bb9ff7cc223e3212327605495640f6e4fafa137245b39525"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-aztech_hw550-3g-initramfs-kernel.bin"; + sha256 = "7dfc4c7513ea6ab8700ac6d8ef6969dafeed22abe4cea9b5c8171f6936009d15"; + sha256_unsigned = "7dfc4c7513ea6ab8700ac6d8ef6969dafeed22abe4cea9b5c8171f6936009d15"; + type = "kernel"; + } + ]; + supported_devices = [ + "aztech,hw550-3g" + "hw550-3g" + ]; + titles = [ + { + model = "HW550-3G"; + vendor = "Aztech"; + } + { + model = "ALL0239-3G"; + vendor = "Allnet"; + } + ]; + }; + belkin_f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-belkin_f5d8235-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-belkin_f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "25c8eb3cda852a2c3463a4e84d117da74cfa3c1f05fb02012329e9013dda3059"; + sha256_unsigned = "b0207931cd119c5561d9a402c5b9dd31e694a89540f9b298c1c7a0bc79c2e63d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-belkin_f5d8235-v2-initramfs-kernel.bin"; + sha256 = "a21fd27943dbf1003857deb87fb25ba33fdf98ae9105fe05d5ae06ab46cf464b"; + sha256_unsigned = "a21fd27943dbf1003857deb87fb25ba33fdf98ae9105fe05d5ae06ab46cf464b"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v2" + "f5d8235-v2" + ]; + titles = [ + { + model = "F5D8235"; + variant = "v2"; + vendor = "Belkin"; + } + ]; + }; + belkin_f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-belkin_f7c027"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-belkin_f7c027-squashfs-sysupgrade.bin"; + sha256 = "518f037acb205d4847fd9bc4529a740e835b5170d3062982b9e6ba63ee057943"; + sha256_unsigned = "8900ab2a1c6eb8f8d59b650699dabd4936bbf077e74fd52ef28fb3a3c4636bd5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-belkin_f7c027-initramfs-kernel.bin"; + sha256 = "ab7e3cdc49d6b20ebbbee2219b55092e3bba47ad5a3af06ced3bd9e492e34022"; + sha256_unsigned = "ab7e3cdc49d6b20ebbbee2219b55092e3bba47ad5a3af06ced3bd9e492e34022"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f7c027" + "f7c027" + ]; + titles = [ + { + model = "F7C027"; + vendor = "Belkin"; + } + ]; + }; + dlink_dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-dlink_dap-1350"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-dlink_dap-1350-initramfs-kernel.bin"; + sha256 = "6a551a28b6f19bf3c098b733a5d78bcbd82d5844e5cf3c1a42f56f68ac5d93f2"; + sha256_unsigned = "6a551a28b6f19bf3c098b733a5d78bcbd82d5844e5cf3c1a42f56f68ac5d93f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-dlink_dap-1350-squashfs-sysupgrade.bin"; + sha256 = "98866d94a7cd9c2a297ddfefca00276159a06e978d38d8ef714942571ed13039"; + sha256_unsigned = "94d5c057bcadd4a5dab46c2ea2e9b024c142ac3b21ab33a31783a1aa2045dd8c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-dlink_dap-1350-squashfs-factory.bin"; + sha256 = "a84ade7c0ae0b867a1fefaf9f6b39ee7fa876fa61f6b3819a4ec66bf93b6d6b0"; + sha256_unsigned = "a84ade7c0ae0b867a1fefaf9f6b39ee7fa876fa61f6b3819a4ec66bf93b6d6b0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-dlink_dap-1350-squashfs-factory-NA.bin"; + sha256 = "c5e71cef23abf6ffc8e479192ee99b0f14aae6cd7202c0347e798a8d48b7100c"; + sha256_unsigned = "c5e71cef23abf6ffc8e479192ee99b0f14aae6cd7202c0347e798a8d48b7100c"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "dlink,dap-1350" + "dap-1350" + ]; + titles = [ + { + model = "DAP-1350"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-300-b7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-dlink_dir-300-b7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-dlink_dir-300-b7-initramfs-kernel.bin"; + sha256 = "fc7a045abc97f84073c4228c0f00b473f260b89a1c558fba7fc55533a70e9e7d"; + sha256_unsigned = "fc7a045abc97f84073c4228c0f00b473f260b89a1c558fba7fc55533a70e9e7d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-dlink_dir-300-b7-squashfs-sysupgrade.bin"; + sha256 = "4e995ebfad0cfd221de0b16c15d90679bb87da04e2cbe78cd04831cc13a26ec7"; + sha256_unsigned = "394fceec4da27cf48d17c53be39aeb9458fce264f9a2c3e8f00e208e8ec054cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-300-b7" + "dir-300-b7" + ]; + titles = [ + { + model = "DIR-300"; + variant = "B7"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-dlink_dir-320-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-dlink_dir-320-b1-initramfs-kernel.bin"; + sha256 = "51941381c5be08ff06628508ee4fee76631134870ecd80c29d4b67011099da54"; + sha256_unsigned = "51941381c5be08ff06628508ee4fee76631134870ecd80c29d4b67011099da54"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-dlink_dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "223dc205886650bb91ced71425166e0720a4075df5a22eeed4d4d2450c75b926"; + sha256_unsigned = "1d310d91f187f91665ddd8233ba2befd39245ecafcf83239d8ebe341f16a0611"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-320-b1" + "dir-320-b1" + ]; + titles = [ + { + model = "DIR-320"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-dlink_dir-620-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-dlink_dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "2232df25c8e7baecec9cbb191e63d392ff4c82ba72566c1e86b1fe941187a682"; + sha256_unsigned = "1b8c917267723585fada4cb40cebc8e68649d67ac9919f9223c0cc6d7f4ad52a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-dlink_dir-620-a1-initramfs-kernel.bin"; + sha256 = "04c0ea4e714c0ba9890a0e4a89779d3abac690f327a67e2ebf72a9ce2252992c"; + sha256_unsigned = "04c0ea4e714c0ba9890a0e4a89779d3abac690f327a67e2ebf72a9ce2252992c"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-620-a1" + "dir-620-a1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-dlink_dir-620-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-dlink_dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "0fb27a56cf7c0c4525b5b2fbc2df5f135986f1ecf72a96d2c2550101a0559635"; + sha256_unsigned = "cd85eb32e2babb2e1306c768b3ee73338a673edd01aa4b59ef09231aecdbfea4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-dlink_dir-620-d1-initramfs-kernel.bin"; + sha256 = "eb9c8b0d1c0110af7b7d14e5b50ef1839700ef85b2d31bfc335fd798debafc2f"; + sha256_unsigned = "eb9c8b0d1c0110af7b7d14e5b50ef1839700ef85b2d31bfc335fd798debafc2f"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-620-d1" + "dir-620-d1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial-option" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-dlink_dwr-512-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-dlink_dwr-512-b-initramfs-kernel.bin"; + sha256 = "9428e058066b31e34669cf02e4490a4810099370d99484415e758c4457f3f434"; + sha256_unsigned = "9428e058066b31e34669cf02e4490a4810099370d99484415e758c4457f3f434"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-dlink_dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "105d9ca284d2d4bf25d643618aac97dc111ebabcdcf37622150907d7db7724d4"; + sha256_unsigned = "d8438a740fd646a00a4ba9960a781a8ca90ad0539c2fb5b6db3931142fe42baf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-dlink_dwr-512-b-squashfs-factory.bin"; + sha256 = "9ddbb513509aa32a5edfc32955e16a8a3ab6a947c7e3d2648488d414461ded8e"; + sha256_unsigned = "9ddbb513509aa32a5edfc32955e16a8a3ab6a947c7e3d2648488d414461ded8e"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-512-b" + "dwr-512-b" + ]; + titles = [ + { + model = "DWR-512"; + variant = "B"; + vendor = "D-Link"; + } + ]; + }; + easyacc_wizard-8800 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-easyacc_wizard-8800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-easyacc_wizard-8800-initramfs-kernel.bin"; + sha256 = "0957ff48f4873337e7b18e7ed34c0f503971512a39bd6e8eba2cbcf03a97cb38"; + sha256_unsigned = "0957ff48f4873337e7b18e7ed34c0f503971512a39bd6e8eba2cbcf03a97cb38"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-easyacc_wizard-8800-squashfs-sysupgrade.bin"; + sha256 = "a0ec2d7ed076e641e5f8f2f347c53e0c0efa69dfe2925768bc6681824e34ec28"; + sha256_unsigned = "cb5af084cae6187864b4c301247439480ebc106994f783c04e6731e33a76310d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "easyacc,wizard-8800" + "wizard8800" + ]; + titles = [ + { + model = "WIZARD 8800"; + vendor = "EasyAcc"; + } + ]; + }; + fon_fonera-20n = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-fon_fonera-20n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-fon_fonera-20n-squashfs-sysupgrade.bin"; + sha256 = "787d52bf18dd35c6d4f1a4b38fb3e826384e5cdb5c8920ae8cc31bf32ba6eba2"; + sha256_unsigned = "03e0f2734cb29cde9aa21c0ce27bf418a6ad5c0b8096f86ebad6a919c9e604e2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-fon_fonera-20n-squashfs-factory.bin"; + sha256 = "9120123f1308c83b1a8940132577162cf448c94cec998fe0714439b1039c4fdc"; + sha256_unsigned = "9120123f1308c83b1a8940132577162cf448c94cec998fe0714439b1039c4fdc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-fon_fonera-20n-initramfs-kernel.bin"; + sha256 = "1d5307c7924a8150793ecc541b7bb3199eb3d6565dc0c87d6230a43d47c302e0"; + sha256_unsigned = "1d5307c7924a8150793ecc541b7bb3199eb3d6565dc0c87d6230a43d47c302e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "fon,fonera-20n" + "fonera20n" + ]; + titles = [ + { + model = "Fonera 2.0N"; + vendor = "Fon"; + } + ]; + }; + hame_mpr-a2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-hame_mpr-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-hame_mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "bf2a6d672b6c9b3d19de0e620d127e6567b2fde74f53d0cece577d2cf3277ac7"; + sha256_unsigned = "a8a3b50d6b900211368599d8edc6d38f82fc5d3a5e48f63c76f723c1ce115c4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-hame_mpr-a2-initramfs-kernel.bin"; + sha256 = "85b6bcbfa23f31ad64272a8180362832e6c0e226823076b85ea2804f240ecec5"; + sha256_unsigned = "85b6bcbfa23f31ad64272a8180362832e6c0e226823076b85ea2804f240ecec5"; + type = "kernel"; + } + ]; + supported_devices = [ + "hame,mpr-a2" + "mpr-a2" + ]; + titles = [ + { + model = "MPR"; + variant = "A2"; + vendor = "HAME"; + } + ]; + }; + hauppauge_broadway = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-hauppauge_broadway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-hauppauge_broadway-squashfs-sysupgrade.bin"; + sha256 = "e1014e3170ec5a77cd10f516524e92bdc7e035b12f7530a964717e0299817b7b"; + sha256_unsigned = "cb61d8e04a6d0e45cbdb19a417713a48836ba8574fa326af1c28b31d8377c088"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-hauppauge_broadway-initramfs-kernel.bin"; + sha256 = "551e68b136acdb26385c0dc44200525f900437efb585c975e6c935e9cde70000"; + sha256_unsigned = "551e68b136acdb26385c0dc44200525f900437efb585c975e6c935e9cde70000"; + type = "kernel"; + } + ]; + supported_devices = [ + "hauppauge,broadway" + "broadway" + ]; + titles = [ + { + model = "Broadway"; + vendor = "Hauppauge"; + } + ]; + }; + huawei_hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-huawei_hg255d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-huawei_hg255d-initramfs-kernel.bin"; + sha256 = "e1283c1a36d0b5a0fec0e291b92fdec28322ba59d363c797ed7ca589b96ed9e6"; + sha256_unsigned = "e1283c1a36d0b5a0fec0e291b92fdec28322ba59d363c797ed7ca589b96ed9e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-huawei_hg255d-squashfs-sysupgrade.bin"; + sha256 = "0e713afca844e9ff06d0b3a33346542ff29b8eea43068c0ae4d792804966838f"; + sha256_unsigned = "cb91f6f03002d6532ccc49de96d7510ba57fec524bdfe07483458dc7846a6d8f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg255d" + "hg255d" + ]; + titles = [ + { + model = "HG255D"; + vendor = "HuaWei"; + } + ]; + }; + intenso_memory2move = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-intenso_memory2move"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-intenso_memory2move-squashfs-sysupgrade.bin"; + sha256 = "58953ea775c82f684156a8bc6e2964a0275511dc9e98fc9444cf50fa79f95875"; + sha256_unsigned = "364a53339f2679ff91824532770eb33879c82bebe1506d6f0527ad16b0d278a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-intenso_memory2move-initramfs-kernel.bin"; + sha256 = "4cd427ad5a340229dfff68c5ac3a32792f6a4cfc5c8bb53528bba5518aa26cdf"; + sha256_unsigned = "4cd427ad5a340229dfff68c5ac3a32792f6a4cfc5c8bb53528bba5518aa26cdf"; + type = "kernel"; + } + ]; + supported_devices = [ + "intenso,memory2move" + "m2m" + ]; + titles = [ + { + model = "Memory 2 Move"; + vendor = "Intenso"; + } + ]; + }; + mofinetwork_mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-mofinetwork_mofi3500-3gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-mofinetwork_mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "2c0e4e9314acabdeb651e89398b6bb023ba7d87b7add5136c0b77e0061754044"; + sha256_unsigned = "5f6d759936e9f4066bba116d35a7517a4f70f58afb3da4f8ad8b0aa2a277938e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-mofinetwork_mofi3500-3gn-initramfs-kernel.bin"; + sha256 = "4a8f20b83796fad7f596a95c38bc6015a2b831d0538e5b9ddd4f5811efdb4699"; + sha256_unsigned = "4a8f20b83796fad7f596a95c38bc6015a2b831d0538e5b9ddd4f5811efdb4699"; + type = "kernel"; + } + ]; + supported_devices = [ + "mofinetwork,mofi3500-3gn" + "mofi3500-3gn" + ]; + titles = [ + { + model = "MOFI3500-3GN"; + vendor = "MoFi Network"; + } + ]; + }; + nexaira_bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-nexaira_bc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-nexaira_bc2-squashfs-sysupgrade.bin"; + sha256 = "6d750f2a997da32c9edf916c739a40b236e8577c757e3478725d61c68500abce"; + sha256_unsigned = "94ab214a62bdd234ae530f66a7e53acf8cd951fcd654555578a10249d863985d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-nexaira_bc2-initramfs-kernel.bin"; + sha256 = "f8e8aa017d750d4ff071d57db669c5d818a187a026a8cc566f1b1ca678c40792"; + sha256_unsigned = "f8e8aa017d750d4ff071d57db669c5d818a187a026a8cc566f1b1ca678c40792"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexaira,bc2" + "bc2" + ]; + titles = [ + { + model = "BC2"; + vendor = "NexAira"; + } + ]; + }; + nexx_wt1520-8m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-nexx_wt1520-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-nexx_wt1520-8m-initramfs-kernel.bin"; + sha256 = "18586949267ec05e79e4478eafa712fc0ef9a8ee9e52d0f8f7f424090a3ccc2b"; + sha256_unsigned = "18586949267ec05e79e4478eafa712fc0ef9a8ee9e52d0f8f7f424090a3ccc2b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-nexx_wt1520-8m-squashfs-factory.bin"; + sha256 = "d10f22c1298ed2f0662d023335aca85e4c6de37505653d7ed24c9ce91229987a"; + sha256_unsigned = "d10f22c1298ed2f0662d023335aca85e4c6de37505653d7ed24c9ce91229987a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-nexx_wt1520-8m-squashfs-sysupgrade.bin"; + sha256 = "c56302ad036186c8c198ce355bca3449e4ff8d1b0159dacf1cd9fc049a3e761d"; + sha256_unsigned = "4d23f22f6e1e5eade55e3a25d10271fecc25d1ecd18da82d4e12c7f6ef81facf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexx,wt1520-8m" + "wt1520-8M" + ]; + titles = [ + { + model = "WT1520"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + nixcore_x1-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-nixcore_x1-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-nixcore_x1-16m-initramfs-kernel.bin"; + sha256 = "47720eea8ac8815cb9e92b8dba6279e011ee11a15799ec43b09bf3e3800ad205"; + sha256_unsigned = "47720eea8ac8815cb9e92b8dba6279e011ee11a15799ec43b09bf3e3800ad205"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-nixcore_x1-16m-squashfs-sysupgrade.bin"; + sha256 = "2dac9d84e0dcbd6666d8b07ff796c1aee5c9267e72238601df7534825e2aa852"; + sha256_unsigned = "743333eb939fa879a6645cd220049b3d35334e778c6558bec7f10570a1e575a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore,x1-16m" + "nixcore-x1" + "nixcore-x1-16M" + ]; + titles = [ + { + model = "X1"; + variant = "16M"; + vendor = "Nixcore"; + } + ]; + }; + nixcore_x1-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-nixcore_x1-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-nixcore_x1-8m-squashfs-sysupgrade.bin"; + sha256 = "867c27697c87011a4c67cffc8253b65b1a1ddf4cab47363764190116d61a985e"; + sha256_unsigned = "24adaa5548d67de3fcb1ea77884fdb69100313f0204e621f9b7258a6299b6934"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-nixcore_x1-8m-initramfs-kernel.bin"; + sha256 = "42a34100ef6592115350b09572d05e689c508b026590a4dbab715c9c00d8f777"; + sha256_unsigned = "42a34100ef6592115350b09572d05e689c508b026590a4dbab715c9c00d8f777"; + type = "kernel"; + } + ]; + supported_devices = [ + "nixcore,x1-8m" + "nixcore-x1" + "nixcore-x1-8M" + ]; + titles = [ + { + model = "X1"; + variant = "8M"; + vendor = "Nixcore"; + } + ]; + }; + olimex_rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-olimex_rt5350f-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-olimex_rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "09b44b07cd2c1c6ed58825ebe156b2baf572d7514cd43c2898279cc9d0369afa"; + sha256_unsigned = "e4275802f048711d5b1118ed1af62552970021f595f65f947a02ebef24f90a5e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-olimex_rt5350f-olinuxino-initramfs-kernel.bin"; + sha256 = "0a7fcbe56502b005954905177382e8ea5c6afa9353cb8d94260f13b0386474d9"; + sha256_unsigned = "0a7fcbe56502b005954905177382e8ea5c6afa9353cb8d94260f13b0386474d9"; + type = "kernel"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino" + "rt5350f-olinuxino" + ]; + titles = [ + { + model = "RT5350F-OLinuXino"; + vendor = "OLIMEX"; + } + ]; + }; + olimex_rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-olimex_rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-olimex_rt5350f-olinuxino-evb-initramfs-kernel.bin"; + sha256 = "cf1cf9ad07495c8c27d61d1869a5843c7656e560c258119d14faa1266791ea08"; + sha256_unsigned = "cf1cf9ad07495c8c27d61d1869a5843c7656e560c258119d14faa1266791ea08"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-olimex_rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "7994accd5ad64cc6a0ffaf068b3332e62a0342e445e04e0c68f94bca1814f6b3"; + sha256_unsigned = "960eb3e6fd091894e17fff1bf556c09dfcd3b318b11dc79ef8b08d4bfa049dfe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino-evb" + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + model = "RT5350F-OLinuXino-EVB"; + vendor = "OLIMEX"; + } + ]; + }; + omnima_miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-omnima_miniembplug"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-omnima_miniembplug-initramfs-kernel.bin"; + sha256 = "a935882853df8cc481e866366057517436f6764c06caeb1efeb96436000f5a4e"; + sha256_unsigned = "a935882853df8cc481e866366057517436f6764c06caeb1efeb96436000f5a4e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-omnima_miniembplug-squashfs-sysupgrade.bin"; + sha256 = "7eb2bbdacba7c4ad02de32bf886b5f2b726dfe5194a80eab18c1288af4dab4eb"; + sha256_unsigned = "003f9e963ca8fdd22abd2eb3de06a4f474807934c7ba4e3ea8525f0336ab98bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,miniembplug" + "miniembplug" + ]; + titles = [ + { + model = "MiniEMBPlug"; + vendor = "Omnima"; + } + ]; + }; + omnima_miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-omnima_miniembwifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-omnima_miniembwifi-initramfs-kernel.bin"; + sha256 = "8d31b7f2d443be077cd2efe58d6848bcae9cdc1bd8537b36980bf808c48e3bcb"; + sha256_unsigned = "8d31b7f2d443be077cd2efe58d6848bcae9cdc1bd8537b36980bf808c48e3bcb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-omnima_miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "f02c7d51972613aff02d8634ccd36bba83948d4f697c7899fdddfa10c6ec4603"; + sha256_unsigned = "0f9b94b9929f579df307ed6220618b62b8a4e64237376d66aa3c35e04b1b3b82"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,miniembwifi" + "miniembwifi" + ]; + titles = [ + { + model = "MiniEMBWiFi"; + vendor = "Omnima"; + } + ]; + }; + planex_mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-planex_mzk-wdpr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-planex_mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "9ddfeb9f0a23305360b49e91a0038c8f417d9b9a1097aa1b7a049bae00dd4856"; + sha256_unsigned = "a40f1dd38b0eae28e9c74f5fc189463b152bcc0cdf70eb300291fba3525f0025"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-planex_mzk-wdpr-initramfs-kernel.bin"; + sha256 = "0eb9444e40e2003cf495ba2abc8992afef0c78ccb6c32bf17ceaf696b6374eb2"; + sha256_unsigned = "0eb9444e40e2003cf495ba2abc8992afef0c78ccb6c32bf17ceaf696b6374eb2"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-wdpr" + "mzk-wdpr" + ]; + titles = [ + { + model = "MZK-WDPR"; + vendor = "Planex"; + } + ]; + }; + poray_ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-poray_ip2202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-poray_ip2202-squashfs-sysupgrade.bin"; + sha256 = "d96303c98251639a219f440540510ad4e99bcac0d85a32f3921b603da37a35f4"; + sha256_unsigned = "0f05fbee5824d9c32a1a2fe399c6ef3280e04ea05d7a1b71b068448b164c7415"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-poray_ip2202-initramfs-kernel.bin"; + sha256 = "fa1b33f68f7f261f534d554eaf692b783914986de2a218ed88c59252f846c4a7"; + sha256_unsigned = "fa1b33f68f7f261f534d554eaf692b783914986de2a218ed88c59252f846c4a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,ip2202" + "ip2202" + ]; + titles = [ + { + model = "IP2202"; + vendor = "Poray"; + } + ]; + }; + poray_m4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-poray_m4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-poray_m4-8m-squashfs-sysupgrade.bin"; + sha256 = "4f6b6d1732840e938a675efa1317793ab3460e00a6c1aba35a7bbd65a4d77746"; + sha256_unsigned = "1d3a7db0c8ba24765ddb6f67977c119bfc1a60a17caed5fdac33631a9eb8e191"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-poray_m4-8m-squashfs-factory.bin"; + sha256 = "df6e3259f5cf79f685b69f72c3ebd1ca1b2fc73d73d9a96276d8f61974022118"; + sha256_unsigned = "df6e3259f5cf79f685b69f72c3ebd1ca1b2fc73d73d9a96276d8f61974022118"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-poray_m4-8m-initramfs-kernel.bin"; + sha256 = "94fd7b799249f6fb7d5307598b3e05049d629011e843fbfebf9a41dbc19fc95f"; + sha256_unsigned = "94fd7b799249f6fb7d5307598b3e05049d629011e843fbfebf9a41dbc19fc95f"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,m4-8m" + "m4-8M" + ]; + titles = [ + { + model = "M4"; + variant = "8M"; + vendor = "Poray"; + } + ]; + }; + poray_x5 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-poray_x5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-poray_x5-squashfs-factory.bin"; + sha256 = "fe1569ac3eaa39475bec3b3d3991ca29271dca0330799299a5823fecbdf96778"; + sha256_unsigned = "fe1569ac3eaa39475bec3b3d3991ca29271dca0330799299a5823fecbdf96778"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-poray_x5-squashfs-sysupgrade.bin"; + sha256 = "2f3b51708051aa86de082deaafacb22fa1ba261cb5cd07cfbe8a6382c4223473"; + sha256_unsigned = "af014594ca79a20b1f13a61b49da0cca8a5630b6e6cdedb1f51e1c878a337247"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-poray_x5-initramfs-kernel.bin"; + sha256 = "1ae4ca867bc731a32405623299c25e4a885e2c7ebb361bb80f240ca904253e42"; + sha256_unsigned = "1ae4ca867bc731a32405623299c25e4a885e2c7ebb361bb80f240ca904253e42"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,x5" + "x5" + ]; + titles = [ + { + model = "X5/X6"; + vendor = "Poray"; + } + ]; + }; + poray_x8 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-poray_x8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-poray_x8-squashfs-sysupgrade.bin"; + sha256 = "5b42bd7ba3ea025a47d74c835d4e2ff1b00d37181610108c9ccb6f1076f4fba5"; + sha256_unsigned = "7920e146738f53bee267051a108005b0a5bc7ef96174c97453b896bc752146ab"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-poray_x8-squashfs-factory.bin"; + sha256 = "35a32eda9b2b274722c0f74357944eb505d9f8b82eb9ede2d10686a028c44b3a"; + sha256_unsigned = "35a32eda9b2b274722c0f74357944eb505d9f8b82eb9ede2d10686a028c44b3a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-poray_x8-initramfs-kernel.bin"; + sha256 = "5c0763cf12495e226f3f3dc3e9545767fbb718b471038131d7af20d13bf353a6"; + sha256_unsigned = "5c0763cf12495e226f3f3dc3e9545767fbb718b471038131d7af20d13bf353a6"; + type = "kernel"; + } + ]; + supported_devices = [ + "poray,x8" + "x8" + ]; + titles = [ + { + model = "X8"; + vendor = "Poray"; + } + ]; + }; + prolink_pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-prolink_pwh2004"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-prolink_pwh2004-squashfs-sysupgrade.bin"; + sha256 = "9319139a9889af74bac53dde2845343919412aa60e67973c6a155c21de1395a2"; + sha256_unsigned = "ce3dbb242990761d6cb65837e346a1bbe9eddb4772595eb44392816d4b8541f3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-prolink_pwh2004-initramfs-kernel.bin"; + sha256 = "1792d8cb8e264384ee603e646b87210e3797548e883537ad2ce2799db8bbd089"; + sha256_unsigned = "1792d8cb8e264384ee603e646b87210e3797548e883537ad2ce2799db8bbd089"; + type = "kernel"; + } + ]; + supported_devices = [ + "prolink,pwh2004" + "pwh2004" + ]; + titles = [ + { + model = "PWH2004"; + vendor = "Prolink"; + } + ]; + }; + teltonika_rut5xx = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-teltonika_rut5xx"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-teltonika_rut5xx-initramfs-kernel.bin"; + sha256 = "27a8e778aea3afc25c0c734afa632eaba11aeb1acf55c0357c1ee65227e0c921"; + sha256_unsigned = "27a8e778aea3afc25c0c734afa632eaba11aeb1acf55c0357c1ee65227e0c921"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-teltonika_rut5xx-squashfs-sysupgrade.bin"; + sha256 = "375a67097451cc08ac97424e7646df4c42a150b8ad2fb8a8fd508d68a79a2d6d"; + sha256_unsigned = "75022478751afda9fe4927baa3772922c9a1b4f0d876b3b1eb942c2e728d9cae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rut5xx" + "rut5xx" + ]; + titles = [ + { + model = "RUT5XX"; + vendor = "Teltonika"; + } + ]; + }; + trendnet_tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-trendnet_tew-714tru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-trendnet_tew-714tru-initramfs-kernel.bin"; + sha256 = "e9f886c509d4f60152ccf0f2e73065390498371c2e96cf459169673fec667664"; + sha256_unsigned = "e9f886c509d4f60152ccf0f2e73065390498371c2e96cf459169673fec667664"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-trendnet_tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "e12cf9e51d65ef335c8739eedbb5add37d80926c2f8cf642df57d7666854caa6"; + sha256_unsigned = "c3e8b6206b995dd27484793005b780cd7154982e6e0a4374a9555c9b05230806"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-714tru" + "tew-714tru" + ]; + titles = [ + { + model = "TEW-714TRU"; + vendor = "TRENDnet"; + } + ]; + }; + unbranded_wr512-3gn-8m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-unbranded_wr512-3gn-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-unbranded_wr512-3gn-8m-squashfs-sysupgrade.bin"; + sha256 = "7c422f253dfe0b3b3c4daa0419e22ae6f1be212aa608b6d303ab1cd60067c5ea"; + sha256_unsigned = "a89067eedd3d39f918098d32bc89af132fcf02eea393ef5d7372b82564266abb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-unbranded_wr512-3gn-8m-initramfs-kernel.bin"; + sha256 = "3cae63645c0f10d042bd93bc1fbae97b0d11b75cc18616e263666761f49e1d05"; + sha256_unsigned = "3cae63645c0f10d042bd93bc1fbae97b0d11b75cc18616e263666761f49e1d05"; + type = "kernel"; + } + ]; + supported_devices = [ + "unbranded,wr512-3gn-8m" + "wr512-3gn-8M" + ]; + titles = [ + { + model = "WR512-3GN"; + variant = "8M"; + vendor = "Unbranded"; + } + ]; + }; + upvel_ur-336un = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-upvel_ur-336un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-upvel_ur-336un-squashfs-sysupgrade.bin"; + sha256 = "d5adedebdf243e3d714a276de77cdc49141b75a7b8d19b35a8b64986390f58b9"; + sha256_unsigned = "6e8699092d729b6a63587a8bce1ed2262f24e280e799bf9e8537ece849af458e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-upvel_ur-336un-initramfs-kernel.bin"; + sha256 = "d20e738a2b4fdb2fde2336b0e22be714b83e16991a0b201cb40d02d7914cbe14"; + sha256_unsigned = "d20e738a2b4fdb2fde2336b0e22be714b83e16991a0b201cb40d02d7914cbe14"; + type = "kernel"; + } + ]; + supported_devices = [ + "upvel,ur-336un" + "ur-336un" + ]; + titles = [ + { + model = "UR-336UN"; + vendor = "UPVEL"; + } + ]; + }; + vocore_vocore-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-vocore_vocore-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-vocore_vocore-16m-squashfs-sysupgrade.bin"; + sha256 = "e5bf4749edc4903437e0f92178fd2a5be84df3f84d9ef27370aa2c8c63bfa5d0"; + sha256_unsigned = "1638221cfde04fb1e05f6b1d84a7465cbc2db927d36815181aa509eb086e0535"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-vocore_vocore-16m-initramfs-kernel.bin"; + sha256 = "6cdd295b05dc75d2332722b1d2a3b46756c7f160d94a9d72f88e016398e524b2"; + sha256_unsigned = "6cdd295b05dc75d2332722b1d2a3b46756c7f160d94a9d72f88e016398e524b2"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore-16m" + "vocore" + "vocore-16M" + ]; + titles = [ + { + model = "VoCore"; + variant = "16M"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-vocore_vocore-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-vocore_vocore-8m-squashfs-sysupgrade.bin"; + sha256 = "ce82ba15b05471ba8b555be44ac5b7b2565c57f3fd26bfafef2bdc8a094fe3c4"; + sha256_unsigned = "da0b9572043138c4d60bf7b66abbe70d82a81e962d937fd66ac829af0b2afe9f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-vocore_vocore-8m-initramfs-kernel.bin"; + sha256 = "aa5ed84f4a159e3f8f07484ca996e0bbf0ac189c0dff734f7bab16efff25c05e"; + sha256_unsigned = "aa5ed84f4a159e3f8f07484ca996e0bbf0ac189c0dff734f7bab16efff25c05e"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore-8m" + "vocore" + "vocore-8M" + ]; + titles = [ + { + model = "VoCore"; + variant = "8M"; + vendor = "VoCore"; + } + ]; + }; + wansview_ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-wansview_ncs601w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-wansview_ncs601w-squashfs-sysupgrade.bin"; + sha256 = "825a0f8e1476ae90dbeec2e20ac9508ff389fe92573f43a9b11fbd5565aeb726"; + sha256_unsigned = "45168f989b87671cc49f8fae3d8f655d19637f5a98a6a15ba36fd58e4c2a0f38"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-wansview_ncs601w-initramfs-kernel.bin"; + sha256 = "fa7b300493562460dcd2b5f57778411985db7a7d14cc1c631d14b3bcf568d78f"; + sha256_unsigned = "fa7b300493562460dcd2b5f57778411985db7a7d14cc1c631d14b3bcf568d78f"; + type = "kernel"; + } + ]; + supported_devices = [ + "wansview,ncs601w" + "ncs601w" + ]; + titles = [ + { + model = "NCS601W"; + vendor = "Wansview"; + } + ]; + }; + wiznet_wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-wiznet_wizfi630a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-wiznet_wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "f10a7cf05d65308452eb2045ddb751249f4ff40e6fb5ea2332f8e6f1ae0cd411"; + sha256_unsigned = "dc7f598d14df5f621dc11f252122f1680401ed5b3550792de841d69a7db677b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-wiznet_wizfi630a-initramfs-kernel.bin"; + sha256 = "dd421b0ac2d3ae1290e8cdaa8f622ce242c48464d9e48c267ee443f778de2f38"; + sha256_unsigned = "dd421b0ac2d3ae1290e8cdaa8f622ce242c48464d9e48c267ee443f778de2f38"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630a" + "wizfi630a" + ]; + titles = [ + { + model = "WizFi630A"; + vendor = "WIZnet"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-zorlik_zl5900v2-initramfs-kernel.bin"; + sha256 = "408b171a7075d292a14cd2e6e5434eaa3696419af1155d6954d8ca9229e4dcb9"; + sha256_unsigned = "408b171a7075d292a14cd2e6e5434eaa3696419af1155d6954d8ca9229e4dcb9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "c4c18215f6ca49d40cebc3df9f978ad538df287dc68637f4f3d1d9cd8da445dd"; + sha256_unsigned = "31c2d71154a28e516f9a3a015ea5cdac2d1063be8e1cdb2e07831f5d28dec912"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + model = "ZL5900V2"; + vendor = "Zorlik"; + } + ]; + }; + zte_mf283plus = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-zte_mf283plus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-zte_mf283plus-initramfs-kernel.bin"; + sha256 = "c065ceb5f52ada7f5b1a7fa30ab01cf202b023ec8c1bf10b1654d7b3df9bf2dc"; + sha256_unsigned = "c065ceb5f52ada7f5b1a7fa30ab01cf202b023ec8c1bf10b1654d7b3df9bf2dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin"; + sha256 = "2d5c9cb5eaa5cb25ce887857074b1cbefec036535b357e4cffa24f6d01e9a767"; + sha256_unsigned = "ab50dcba27f238eaee47179ecf58e8e6235805c5e3690cd79e58ed3d17cf644d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf283plus" + ]; + titles = [ + { + model = "MF283+"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-zyxel_keenetic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-zyxel_keenetic-initramfs-kernel.bin"; + sha256 = "ce1d91fd42677be97cfd2f0e9bfd6eacd7c6af60dd45480715e1449a7d422871"; + sha256_unsigned = "ce1d91fd42677be97cfd2f0e9bfd6eacd7c6af60dd45480715e1449a7d422871"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-zyxel_keenetic-squashfs-sysupgrade.bin"; + sha256 = "08e1729cf1130abc4f0e1046ef74ea31e6de2e8f1dbc81c269f7ced6db23c510"; + sha256_unsigned = "3698b4aeae4dcdfa4c7ace433b098eba2ec83a02b0a3da1dd5e5c719eca08654"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic" + "kn" + ]; + titles = [ + { + model = "Keenetic"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-lite-b = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-zyxel_keenetic-lite-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-zyxel_keenetic-lite-b-initramfs-kernel.bin"; + sha256 = "a73c592344e0bb3c75702da806e6a6792b89815716d3829b59d84eb4abc6f9c7"; + sha256_unsigned = "a73c592344e0bb3c75702da806e6a6792b89815716d3829b59d84eb4abc6f9c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-zyxel_keenetic-lite-b-squashfs-sysupgrade.bin"; + sha256 = "c9b9639dee586e254fc22ca234cb53365eb1ee377ae8d5018413d8d0a24a1615"; + sha256_unsigned = "72b581f302b99ab3e26feec3726ec2c8a44ebfda6fe73f0752684a38f75f53ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-lite-b" + ]; + titles = [ + { + model = "Keenetic Lite"; + variant = "B"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg-419n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt305x-zyxel_nbg-419n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt305x-zyxel_nbg-419n-v2-squashfs-sysupgrade.bin"; + sha256 = "46b76a8e2278ae81bad8b5861b1b5997f6690aded39c6331226deb35e11aa5c7"; + sha256_unsigned = "b9ae1e39b1f6321eca55aec6773ad4a64d38c56f1c50869b803dc08b5392d627"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-ramips-rt305x-zyxel_nbg-419n-v2-initramfs-kernel.bin"; + sha256 = "e34b6108523788b416af9a71934e04ceef4f4b0a9f80ededb6c0da5068fc19af"; + sha256_unsigned = "e34b6108523788b416af9a71934e04ceef4f4b0a9f80ededb6c0da5068fc19af"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg-419n-v2" + "nbg-419n2" + ]; + titles = [ + { + model = "NBG-419N"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "ramips/rt305x"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-n56u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt3883-asus_rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-asus_rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "635ac4a3f7faf789bb2f7131c258dfef66bcfab0cd97c298a0486fa73c639ba3"; + sha256_unsigned = "691df4b8e9f534215babcb5a04a94f3bfe74db8542dea573226471dc396b1369"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u" + "rt-n56u" + ]; + titles = [ + { + model = "RT-N56U"; + vendor = "Asus"; + } + ]; + }; + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "9b9a358eabc7179e02bf34cef1e2951a4271c17e49535bda496e8796f6665c8b"; + sha256_unsigned = "611497623ad2d19dfb7ca10df3a06b107ba5fd7bbc50040c0b4ac62da8a6e214"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + model = "F9K1109"; + variant = "Version 1.0"; + vendor = "Belkin"; + } + ]; + }; + dlink_dir-645 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt3883-dlink_dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-dlink_dir-645-squashfs-sysupgrade.bin"; + sha256 = "e43f51a71ab7f7829ed25c4ea607581da0d0b8d27435be5c4ba97bf722ffa785"; + sha256_unsigned = "e7aead5974ab437f221a5d771b5a84ceeb8619b3aff5694087da9a9f57f13b55"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-dlink_dir-645-squashfs-factory.bin"; + sha256 = "f19c7246b82f1b65a95dd05e8849551fe6034a793e12a07eab89e3ff99e55ff2"; + sha256_unsigned = "f19c7246b82f1b65a95dd05e8849551fe6034a793e12a07eab89e3ff99e55ff2"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-645" + "dir-645" + ]; + titles = [ + { + model = "DIR-645"; + vendor = "D-Link"; + } + ]; + }; + edimax_br-6475nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt3883-edimax_br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-edimax_br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "f578dfc49f586c3c825814ad12df6d7c8891c6b7845fe056b808fce1acbe45a6"; + sha256_unsigned = "ef653f2b5ea1c5052b732773b3d7dd611acb906973b8d58230c0bc4ad6b4f9ff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6475nd" + "br-6475nd" + ]; + titles = [ + { + model = "BR-6475nD"; + vendor = "Edimax"; + } + ]; + }; + engenius_esr600h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt3883-engenius_esr600h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-engenius_esr600h-squashfs-sysupgrade.bin"; + sha256 = "fd98a04470d95c68da90e8409066cd062f9ac3b32e6ec45cedfea94f9acb780d"; + sha256_unsigned = "3ee8cd406a8aa2002623758de8298d89c9830e272af1628a6e6005ce3cd85082"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-engenius_esr600h-squashfs-factory.dlf"; + sha256 = "74c1f0c03e42007e14078d55b6997e4ae58b6a6051d5bd14bf18f4752fd47377"; + sha256_unsigned = "74c1f0c03e42007e14078d55b6997e4ae58b6a6051d5bd14bf18f4752fd47377"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,esr600h" + ]; + titles = [ + { + model = "ESR600H"; + vendor = "EnGenius"; + } + ]; + }; + loewe_wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt3883-loewe_wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-loewe_wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "0540770b40b14138536c87c8d2359dedade28c19ac0b1a84b75e58fbc3859a7b"; + sha256_unsigned = "37baecb80b5c5ba3246a23ef1b76faa6449af15a3adcc9ba0123613bb34fa6f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "loewe,wmdr-143n" + "wmdr-143n" + ]; + titles = [ + { + model = "WMDR-143N"; + vendor = "Loewe"; + } + ]; + }; + omnima_hpm = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt3883-omnima_hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-omnima_hpm-squashfs-sysupgrade.bin"; + sha256 = "51cb054d2e9695b60e42a7d56f57b45818dbe18fa60f24ea17f7bddd75aa1b6c"; + sha256_unsigned = "eb923ec15dbb7d31e9e03f14b4f26d6b6d75cc3599c1541a88462de474b2139e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,hpm" + "hpm" + ]; + titles = [ + { + model = "HPM"; + vendor = "Omnima"; + } + ]; + }; + samsung_cy-swr1100 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt3883-samsung_cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-samsung_cy-swr1100-squashfs-factory.bin"; + sha256 = "3dcd62766fc159ed12d2adebdd6efd09a065b0de358e3babec3603546f2de317"; + sha256_unsigned = "3dcd62766fc159ed12d2adebdd6efd09a065b0de358e3babec3603546f2de317"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-samsung_cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "c5f4a0aea24cdd9130b3e1173abc2bb928db5489bf8eafdeeabb7af9d4bd4de1"; + sha256_unsigned = "b8a194e9d65203fc338b8fda417276bc17571b9733defe185e10923843ab6c22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samsung,cy-swr1100" + "cy-swr1100" + ]; + titles = [ + { + model = "CY-SWR1100"; + vendor = "Samsung"; + } + ]; + }; + sitecom_wlr-6000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.3-ramips-rt3883-sitecom_wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-sitecom_wlr-6000-squashfs-factory.dlf"; + sha256 = "4cad26f1e19df2a950735d0175b3baed37625ac4010b1f6277ef4bf7bd5d8026"; + sha256_unsigned = "4cad26f1e19df2a950735d0175b3baed37625ac4010b1f6277ef4bf7bd5d8026"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-sitecom_wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "a526f22e618c8302544aa08c2089cb55359f4fcf968dc4e9041e66f34cda433a"; + sha256_unsigned = "23af7d292dcfd1d7e122c76007f2f82ee3e24c13e9606795309da1ebb90d9283"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-6000" + "wlr-6000" + ]; + titles = [ + { + model = "WLR-6000"; + vendor = "Sitecom"; + } + ]; + }; + trendnet_tew-691gr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt3883-trendnet_tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-trendnet_tew-691gr-squashfs-factory.bin"; + sha256 = "6571956d507996c3759095a2092730f62d01969b3bd52173740968fc291aeb60"; + sha256_unsigned = "6571956d507996c3759095a2092730f62d01969b3bd52173740968fc291aeb60"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-trendnet_tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "e30b77a8c6bea51fd62cb53f1e3f1893e78a1dc20afa2525584a72a2d90fe8b6"; + sha256_unsigned = "8b40e61bc1d1289f276951e96af61f0474da47c984c9e76f5488ae5555d1e2b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-691gr" + "tew-691gr" + ]; + titles = [ + { + model = "TEW-691GR"; + vendor = "TRENDnet"; + } + ]; + }; + trendnet_tew-692gr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-ramips-rt3883-trendnet_tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-trendnet_tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "041d2e74849f6559e274273560b5928bf7a7b614a9c019131b3325aeb3a2da81"; + sha256_unsigned = "b106eb75ab7eb6bde924c4c904eb6c92957fa565dc437b2264c03768aeb73353"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-ramips-rt3883-trendnet_tew-692gr-squashfs-factory.bin"; + sha256 = "3f6171a3ff0dedfed6a2e43589b64b32f83d385a827ca9590118b20dcb1841a9"; + sha256_unsigned = "3f6171a3ff0dedfed6a2e43589b64b32f83d385a827ca9590118b20dcb1841a9"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-692gr" + "tew-692gr" + ]; + titles = [ + { + model = "TEW-692GR"; + vendor = "TRENDnet"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "ramips/rt3883"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + realtek = { + rtl838x = { + arch_packages = "mips_4kec"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + allnet_all-sg8208m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-allnet_all-sg8208m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-allnet_all-sg8208m-initramfs-kernel.bin"; + sha256 = "c7be2b0cd994aeea96dc1ad1b0debc73a6ebefd99454b08b6d411f5af424eb87"; + sha256_unsigned = "c7be2b0cd994aeea96dc1ad1b0debc73a6ebefd99454b08b6d411f5af424eb87"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-allnet_all-sg8208m-squashfs-sysupgrade.bin"; + sha256 = "81cb5626d5172d4abd2942878b79e2a209642c20883edb35c344ad2c0599f32e"; + sha256_unsigned = "1b0b4d6fa020338af281b1f1881a238ee64924f2d985aca2a77f5ccb32d1f280"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all-sg8208m" + ]; + titles = [ + { + model = "ALL-SG8208M"; + vendor = "ALLNET"; + } + ]; + }; + d-link_dgs-1210-10p = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-d-link_dgs-1210-10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-d-link_dgs-1210-10p-squashfs-sysupgrade.bin"; + sha256 = "e67535c5a817c6bf21893988935f6e0952ceb5c92099027bc5eaaca4514c497a"; + sha256_unsigned = "54dda37249daa82836d7ec913d27660272e6f1d8c44945e4f29fe38d260590f4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-d-link_dgs-1210-10p-squashfs-factory_image1.bin"; + sha256 = "157dc3012b7c588b2e1547c6f3a3e00cc4fc03a48d868cdd86e5309675f5b1d9"; + sha256_unsigned = "157dc3012b7c588b2e1547c6f3a3e00cc4fc03a48d868cdd86e5309675f5b1d9"; + type = "factory_image1"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-d-link_dgs-1210-10p-initramfs-kernel.bin"; + sha256 = "a0e7d36124203e8cbffe6274044a74643715ebcb1aee25c6fb2171eaeb4064ee"; + sha256_unsigned = "a0e7d36124203e8cbffe6274044a74643715ebcb1aee25c6fb2171eaeb4064ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-10p" + ]; + titles = [ + { + model = "DGS-1210-10P"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-16 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-d-link_dgs-1210-16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-d-link_dgs-1210-16-initramfs-kernel.bin"; + sha256 = "d15acbb19bcfa641194fe769237f4f3b2f13bbf97660a06222d6678cccdd6bb1"; + sha256_unsigned = "d15acbb19bcfa641194fe769237f4f3b2f13bbf97660a06222d6678cccdd6bb1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-d-link_dgs-1210-16-squashfs-factory_image1.bin"; + sha256 = "7e4cbdffbc6e66f0ab752c1734148e21f077650e3c13d6bcbfe5220bc236ae55"; + sha256_unsigned = "7e4cbdffbc6e66f0ab752c1734148e21f077650e3c13d6bcbfe5220bc236ae55"; + type = "factory_image1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-d-link_dgs-1210-16-squashfs-sysupgrade.bin"; + sha256 = "465f49d487ac58b1dd45c183046b690b8d6bfbe9352ceed94d642c0c35d8611a"; + sha256_unsigned = "a1d392bb4efe92dd8ae943254100595e60fa1edfc0bbc462a3c28c555a6015f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-16" + ]; + titles = [ + { + model = "DGS-1210-16"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-28 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-d-link_dgs-1210-28"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-d-link_dgs-1210-28-squashfs-sysupgrade.bin"; + sha256 = "e97205773473a88649c3c8d100773cade35c1a31188b57f5709f7e75e3bfd850"; + sha256_unsigned = "e54f5ed1c338c5dba56b0da8f3c1ff9933bbda7610b2c9e1129644d1bbe35596"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-d-link_dgs-1210-28-squashfs-factory_image1.bin"; + sha256 = "62cfbe14bdbe1f047207569ee463898dde35b842623dc52e72e7adcfa8df14c3"; + sha256_unsigned = "62cfbe14bdbe1f047207569ee463898dde35b842623dc52e72e7adcfa8df14c3"; + type = "factory_image1"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-d-link_dgs-1210-28-initramfs-kernel.bin"; + sha256 = "74a7b8a7cecd844d1812c034eba47534ba7121fdb82d7e907f49a284e4002c27"; + sha256_unsigned = "74a7b8a7cecd844d1812c034eba47534ba7121fdb82d7e907f49a284e4002c27"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-28" + ]; + titles = [ + { + model = "DGS-1210-28"; + vendor = "D-Link"; + } + ]; + }; + inaba_aml2-17gp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-inaba_aml2-17gp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-inaba_aml2-17gp-initramfs-kernel.bin"; + sha256 = "b2e790bc3280c32dfcdca8a679ada78e61d9881165eecdc694911d0d4155689d"; + sha256_unsigned = "b2e790bc3280c32dfcdca8a679ada78e61d9881165eecdc694911d0d4155689d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-inaba_aml2-17gp-squashfs-sysupgrade.bin"; + sha256 = "4a073f141be2c1cdd3422c7c01c003ae7af9d6070c12b89f75b91d2aed32ec81"; + sha256_unsigned = "0e41c82bde7f7bbee93a6f221f7cbcfc1bdbb15493dfa5e5f7bfec569186a474"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "inaba,aml2-17gp" + ]; + titles = [ + { + model = "Abaniact AML2-17GP"; + vendor = "INABA"; + } + ]; + }; + iodata_bsh-g24mb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-iodata_bsh-g24mb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-iodata_bsh-g24mb-squashfs-sysupgrade.bin"; + sha256 = "ba929f309d2039e0215dcef5e5ca20909cce61849404f2225076ba940d073a2a"; + sha256_unsigned = "299840b5969b9cfe003110af01bb0c32ea68d970f07e3369549c2d8cfdb4d43c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-iodata_bsh-g24mb-initramfs-kernel.bin"; + sha256 = "13c2b32054cfc00c3d12730fba1c6c0344fe8f64b5b4a9700f6136236dfc9df9"; + sha256_unsigned = "13c2b32054cfc00c3d12730fba1c6c0344fe8f64b5b4a9700f6136236dfc9df9"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,bsh-g24mb" + ]; + titles = [ + { + model = "BSH-G24MB"; + vendor = "I-O DATA"; + } + ]; + }; + netgear_gs108t-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-netgear_gs108t-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-netgear_gs108t-v3-squashfs-sysupgrade.bin"; + sha256 = "f3a0c5b9e8b561b762b299e524fd14490e4b72cd0fceab2148dc7c71f650e05e"; + sha256_unsigned = "bbbfe55fa9af4b0636bf5f3f65d5fc6539f56cc312241d8d7daf5cfa8d73bbe0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-netgear_gs108t-v3-initramfs-kernel.bin"; + sha256 = "acc0a381f68f0703674a4cba63ec2592dfaaf8375e224b790ab69712d4f9e925"; + sha256_unsigned = "acc0a381f68f0703674a4cba63ec2592dfaaf8375e224b790ab69712d4f9e925"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs108t-v3" + ]; + titles = [ + { + model = "GS108T"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs110tpp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-netgear_gs110tpp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-netgear_gs110tpp-v1-initramfs-kernel.bin"; + sha256 = "af8f91416ac5d4ea6ab25988b1b0e3be7a02865f5a22767b755b56c29465138a"; + sha256_unsigned = "af8f91416ac5d4ea6ab25988b1b0e3be7a02865f5a22767b755b56c29465138a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-netgear_gs110tpp-v1-squashfs-sysupgrade.bin"; + sha256 = "c9dd81abddaff1fe7a6c915805b5a6221ba423cd9fcf6a683d265d13cf83a5c5"; + sha256_unsigned = "026c67e6b7182ab11e386621b0c93b8a1e56f8e7d3f3903ccbdb66a136ea326b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs110tpp-v1" + ]; + titles = [ + { + model = "GS110TPP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs308t-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-netgear_gs308t-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-netgear_gs308t-v1-initramfs-kernel.bin"; + sha256 = "d16171d81c55204d230b93574e4d85ed2c68624b7a7804e612ad9af67152ffc5"; + sha256_unsigned = "d16171d81c55204d230b93574e4d85ed2c68624b7a7804e612ad9af67152ffc5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-netgear_gs308t-v1-squashfs-sysupgrade.bin"; + sha256 = "2d85c6cfc3b8b23150888ac4f00ba8b90a9abbf155d23d1c5a92625bc54962c3"; + sha256_unsigned = "a42f820d2159690800701fe93449c307e76460d470de2e05ee10ccdf490fc1d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs308t-v1" + ]; + titles = [ + { + model = "GS308T"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs310tp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-netgear_gs310tp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-netgear_gs310tp-v1-initramfs-kernel.bin"; + sha256 = "075de5fed8a8f342da140e4ffcf4c2eaeb1d3463b6a4f6b9ccbb94b38646e80e"; + sha256_unsigned = "075de5fed8a8f342da140e4ffcf4c2eaeb1d3463b6a4f6b9ccbb94b38646e80e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-netgear_gs310tp-v1-squashfs-sysupgrade.bin"; + sha256 = "4a9f270160df0a932182e4c7fa4889b8867bff2c3c88831f019acc400970ad78"; + sha256_unsigned = "c9df3d7a58d4c2f60090b9a3c989b274b37e32cc09c57359c29661b89e57f3ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs310tp-v1" + ]; + titles = [ + { + model = "GS310TP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + panasonic_m8eg-pn28080k = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-panasonic_m8eg-pn28080k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-panasonic_m8eg-pn28080k-initramfs-kernel.bin"; + sha256 = "d8be55d4a5ac422f4647407e2c22a65be62a9b9ddd5bf4ebf43a73bb64c0cf81"; + sha256_unsigned = "d8be55d4a5ac422f4647407e2c22a65be62a9b9ddd5bf4ebf43a73bb64c0cf81"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-panasonic_m8eg-pn28080k-squashfs-sysupgrade.bin"; + sha256 = "2053e969a5b2495e76bba0d7838dd3bf08875d6b3d5e66149ceafa3ce6e6f9f2"; + sha256_unsigned = "26c96d7ebf102616011bf0a450e0cdace0c7aa98fee9c92b38952c9735cc9963"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "panasonic,m8eg-pn28080k" + ]; + titles = [ + { + model = "Switch-M8eG"; + variant = "PN28080K"; + vendor = "Panasonic"; + } + ]; + }; + zyxel_gs1900-10hp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-10hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-10hp-squashfs-sysupgrade.bin"; + sha256 = "db2e732701f41ea8b8850d305876f51972f518a453592a5ae0a65c5c2eab5748"; + sha256_unsigned = "348cd553404d782fdac29b91d02f6aa365c05a10b75b495a27893638b29e8d60"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-10hp-initramfs-kernel.bin"; + sha256 = "cc56503fd690953826b75fb957de7bc71647fa4bb694af3d9100209fb8919db4"; + sha256_unsigned = "cc56503fd690953826b75fb957de7bc71647fa4bb694af3d9100209fb8919db4"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-10hp" + ]; + titles = [ + { + model = "GS1900-10HP"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-16 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-16-squashfs-sysupgrade.bin"; + sha256 = "dd8b16c159bbde14c996af49a9ffbd6e08ce8ffa998d64896924bffb86a62781"; + sha256_unsigned = "435f49f289a77d11798b52929ee9a4a811ce40d2a39931817a93fcf2c6d59a5a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-16-initramfs-kernel.bin"; + sha256 = "18e27416678536fe880f7172417bd2feb177f674952e3399e1cca405ff8a0309"; + sha256_unsigned = "18e27416678536fe880f7172417bd2feb177f674952e3399e1cca405ff8a0309"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-16" + ]; + titles = [ + { + model = "GS1900-16"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-24-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-24-v1-initramfs-kernel.bin"; + sha256 = "402298c7a4ec31aae2acc8860984aa65d2e6173040ce96f45a7642d681104fac"; + sha256_unsigned = "402298c7a4ec31aae2acc8860984aa65d2e6173040ce96f45a7642d681104fac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-24-v1-squashfs-sysupgrade.bin"; + sha256 = "9982750b960e680191a827e45a416ced87944901063b6c07618d47c1962b9eba"; + sha256_unsigned = "f8b6f90ca7ef6364b4d7121c25ce33b8425e7aea0eafd4ec8f7845d78e78715c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24-v1" + ]; + titles = [ + { + model = "GS1900-24"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24e = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-24e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-24e-initramfs-kernel.bin"; + sha256 = "85c5520895276843f35775173469ad1f3fdde9398b16f6c7468cfb9a0bb25389"; + sha256_unsigned = "85c5520895276843f35775173469ad1f3fdde9398b16f6c7468cfb9a0bb25389"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-24e-squashfs-sysupgrade.bin"; + sha256 = "15f1ca22cce31cab8cb1fb32756cafba1f0aec9329bfe7c8b968795bb35d08c6"; + sha256_unsigned = "4953df51fa19f51e8a69465418835dd82ffa5962f26c11da2db12dbf87204d3f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24e" + ]; + titles = [ + { + model = "GS1900-24E"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24hp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-24hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-24hp-v1-initramfs-kernel.bin"; + sha256 = "fe0bf32346de874cf52b08b67106f2f5f2296536ca6fe105e01766a6c85c5757"; + sha256_unsigned = "fe0bf32346de874cf52b08b67106f2f5f2296536ca6fe105e01766a6c85c5757"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-24hp-v1-squashfs-sysupgrade.bin"; + sha256 = "b8cdabe8e438e500fc0017da7c2343fd0c35ddf8bd6dfd5a94480557a66f7f8a"; + sha256_unsigned = "bd14edd4e24fac9c0d95b0737de070f0f69344ad9c9bf6b7c4cfaf9b82373e42"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24hp-v1" + ]; + titles = [ + { + model = "GS1900-24HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24hp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-24hp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-24hp-v2-squashfs-sysupgrade.bin"; + sha256 = "b4de21cbb968f20b3048022ea975f4df5f6c0ba44ab2ba80bd214531f739876f"; + sha256_unsigned = "8793a74adc65a1c7a7b48cdc3e32d66d5dd7ff34bc16a08618d6bf0ddce20408"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-24hp-v2-initramfs-kernel.bin"; + sha256 = "7c002cefa69c7d7c524165ae5da6e11a663f099649d9c50f6556eb9eb1730323"; + sha256_unsigned = "7c002cefa69c7d7c524165ae5da6e11a663f099649d9c50f6556eb9eb1730323"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24hp-v2" + ]; + titles = [ + { + model = "GS1900-24HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-8-initramfs-kernel.bin"; + sha256 = "d1a4a3bbabe5099823fa19133b5eacb4d27113d23d3d228a43c8407d638c34b3"; + sha256_unsigned = "d1a4a3bbabe5099823fa19133b5eacb4d27113d23d3d228a43c8407d638c34b3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-8-squashfs-sysupgrade.bin"; + sha256 = "1631622a436966a31f3e9da0e72293b643dc160f205c9f9977ce3abde45c90ed"; + sha256_unsigned = "f34d6e16c26749df0f1ae8b191412f9a8bcd89d1fb8a96663993045f356f5e0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8" + ]; + titles = [ + { + model = "GS1900-8"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-8hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-8hp-v1-initramfs-kernel.bin"; + sha256 = "aee111890d137a13743172b92463322b24e1e8b1dca8f1cb499c525370b0e532"; + sha256_unsigned = "aee111890d137a13743172b92463322b24e1e8b1dca8f1cb499c525370b0e532"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-8hp-v1-squashfs-sysupgrade.bin"; + sha256 = "1f0986683d1c1d4d32af3cd5393367606d79ff3fda8e3e79c76485008fd996cc"; + sha256_unsigned = "7df99c45fc99ccbb986b18450736b2c07c2682376b49bc996cc7f1a21cb2054a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v1" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v2 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-8hp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-8hp-v2-initramfs-kernel.bin"; + sha256 = "6c5567bc19cb84c110868bd491cf974baaa2deddb35884fd980b61fa36d41d27"; + sha256_unsigned = "6c5567bc19cb84c110868bd491cf974baaa2deddb35884fd980b61fa36d41d27"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl838x-zyxel_gs1900-8hp-v2-squashfs-sysupgrade.bin"; + sha256 = "49449e3eed09552d0aa17c19618015b86ecce6d97f2d9d6ee58ae18e58f3d589"; + sha256_unsigned = "184d45b8be2ae355fbef418f5869d864bd8ac51502823606df1135b73f7e21c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v2" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "realtek/rtl838x"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + rtl839x = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + zyxel_gs1900-48 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl839x-zyxel_gs1900-48"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl839x-zyxel_gs1900-48-initramfs-kernel.bin"; + sha256 = "9a00b1b88048fc87c3edd9eab392fc4e0d542ae514914863448d77683deb25dc"; + sha256_unsigned = "9a00b1b88048fc87c3edd9eab392fc4e0d542ae514914863448d77683deb25dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl839x-zyxel_gs1900-48-squashfs-sysupgrade.bin"; + sha256 = "36b8bae5ab832cbce7be565180ec6c51d51bb0b525f1b0c14632fd832c554434"; + sha256_unsigned = "54aa998424f9c41fb63540cb2f3396dfc1c5aa54460fb383037969e0e21b2679"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-48" + ]; + titles = [ + { + model = "GS1900-48"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "realtek/rtl839x"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + rtl930x = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + zyxel_xgs1250-12 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-realtek-rtl930x-zyxel_xgs1250-12"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.3-realtek-rtl930x-zyxel_xgs1250-12-initramfs-kernel.bin"; + sha256 = "c439c78c94513cf55c7861c6aca510e9f3f3aa17ee6a63e81d59c84ae0f970c7"; + sha256_unsigned = "c439c78c94513cf55c7861c6aca510e9f3f3aa17ee6a63e81d59c84ae0f970c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-realtek-rtl930x-zyxel_xgs1250-12-squashfs-sysupgrade.bin"; + sha256 = "c2e88a35f4f6059949fb97130912c639c128ee16caeb3621c469c7469af3d517"; + sha256_unsigned = "6f7f6fb50bac1294d8cb6173c727218cef8e84f5c494a82b75633043c6500bd1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,xgs1250-12" + ]; + titles = [ + { + model = "XGS1250-12"; + vendor = "Zyxel"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "realtek/rtl930x"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + rockchip = { + armv8 = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-r2s = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.3-rockchip-armv8-friendlyarm_nanopi-r2s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-rockchip-armv8-friendlyarm_nanopi-r2s-squashfs-sysupgrade.img.gz"; + sha256 = "f9f814f01b4eced5fc92ce1111d3f18d12d529c0e1d8281f496666008dc25978"; + sha256_unsigned = "2e92fee08cfacb68302e1bafb14669c1bd54068890a52cb94121c9c6bb79a826"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-rockchip-armv8-friendlyarm_nanopi-r2s-ext4-sysupgrade.img.gz"; + sha256 = "749c7802fe440b36a92c056a7c17bd262eaeca11e71612f8bcfdcdd7c9e4842c"; + sha256_unsigned = "12beae5278a7aba95a488d9543d43771790b0c909bb16841035436f2ee4d5b85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r2s" + ]; + titles = [ + { + model = "NanoPi R2S"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r4s = { + device_packages = [ + "kmod-r8169" + ]; + image_prefix = "openwrt-22.03.3-rockchip-armv8-friendlyarm_nanopi-r4s"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-rockchip-armv8-friendlyarm_nanopi-r4s-ext4-sysupgrade.img.gz"; + sha256 = "ca0f368641841bd63961318be442045acfe46a272250e42c0b92f889c710867e"; + sha256_unsigned = "1eac910c34382ec95678df9395c5a3cb73c086809798c8fc5f0c7e9696a9d5dc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-rockchip-armv8-friendlyarm_nanopi-r4s-squashfs-sysupgrade.img.gz"; + sha256 = "75298a200d9cdf7963940430d6e7bcceb1a3708531c2085da9aac1d59b678172"; + sha256_unsigned = "09aa87fc8d4a3c3a3fa231320c44070f0a501886bdaa9b03f4559d34f2835189"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r4s" + ]; + titles = [ + { + model = "NanoPi R4S"; + variant = "4GB LPDDR4"; + vendor = "FriendlyARM"; + } + ]; + }; + pine64_rockpro64 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-rockchip-armv8-pine64_rockpro64"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-rockchip-armv8-pine64_rockpro64-ext4-sysupgrade.img.gz"; + sha256 = "6565ec9f724928ed02374286149d256fe49c9dde3c8f0f552131acca17b03d53"; + sha256_unsigned = "e3b6a983d3f5c204ef57a9feacb7a253c891678e118621bd085a7b3d913d33b4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-rockchip-armv8-pine64_rockpro64-squashfs-sysupgrade.img.gz"; + sha256 = "881ed988c83c8edc28a5cf3a0a8eea958b479cebab4183c1f6c9f2793e9a2290"; + sha256_unsigned = "82de6bf98260c5fb81434d18e3a653483cd97ad79c462966924ca3e634cbc253"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pine64,rockpro64" + ]; + titles = [ + { + model = "RockPro64"; + vendor = "Pine64"; + } + ]; + }; + radxa_rock-pi-4a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-rockchip-armv8-radxa_rock-pi-4a"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-rockchip-armv8-radxa_rock-pi-4a-ext4-sysupgrade.img.gz"; + sha256 = "5d1997de3c799358d0dd4e9dfcedfc9be6c769bfb4a167bce91a92d53ae2d379"; + sha256_unsigned = "84d003e39ec0dcf119abb70265f36cd15deb3284d1dec4b0e2a3f13ad3dbf4fd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-rockchip-armv8-radxa_rock-pi-4a-squashfs-sysupgrade.img.gz"; + sha256 = "959f94d3f58cb1d4842fae4c8070f61debcbb1ffb5a4a186bc10b5069a92a4eb"; + sha256_unsigned = "221c43a35a8bbe0e259442fabf67094e494939d11ea0765ef694158a183cbd8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "radxa,rockpi4a" + "radxa,rockpi4" + ]; + titles = [ + { + model = "ROCK Pi 4A"; + vendor = "Radxa"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "rockchip/armv8"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "17c31ecd3d80734ac7a1e7e664f0554ea6c2a48fd1b3853441c1d469ac23ce07"; + sha256_unsigned = "d7c8365dcd033052a096b0ff11ddcdc269eef9ba14e1f2d097a873d2aa058df3"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "b3ad4b37a3dae53f766d4a6ab5d571c91a3124b8ee170906e904095051c60d7d"; + sha256_unsigned = "39e19014fc877db626c4e9dc6445e7dd3cc5584f307dc738139e7c2319acea67"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + model = "NanoPi NEO Plus2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa53-friendlyarm_nanopi-neo2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa53-friendlyarm_nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "45cba9cc4d1d876a4b9dec52c8a07357905d141e589d4136cb30fe3e6c5fa8d4"; + sha256_unsigned = "b04e34579adf38055980bc8ad497e30dbc24e6daad6fbf0b176de2502c8be447"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa53-friendlyarm_nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "cae7236750e784b6abf641bb9dbdeffa07b1498df18d4885cff180b082a257f1"; + sha256_unsigned = "ac5fe3f9e0c9b5ee296e3704c698c915e7f748b871e526ca6075467c12b63bd4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + model = "NanoPi NEO2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1s-h5 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5-ext4-sdcard.img.gz"; + sha256 = "5eee117a9b377f65471863adc18841c0b3c6adfb74c943086ec327da5b788ca3"; + sha256_unsigned = "c75b63b0a72a94a6ba2147f0890323a352636e64550ce3601c2919046227f878"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5-squashfs-sdcard.img.gz"; + sha256 = "7a1cecd2f02e7fe21b7d0d0bd54128494d71b5d66eac36e0e90dfcfd987fdce6"; + sha256_unsigned = "1469bf2b8182fc9707d14a4d6f60c407d3e22fabf2b2b636c398d22ff838adf0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-r1s-h5" + ]; + titles = [ + { + model = "Nanopi R1S H5"; + vendor = "FriendlyARM"; + } + ]; + }; + libretech_all-h3-cc-h5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa53-libretech_all-h3-cc-h5"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa53-libretech_all-h3-cc-h5-ext4-sdcard.img.gz"; + sha256 = "c4629a7cbe8a3cd6213ebada75701de8eed25c73a31da661de0b2384e6d5abb2"; + sha256_unsigned = "6efaf379c0aaeb6d0cec4e3e386e8a06b3119d993a2b2586fde3e015d1da1a9c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa53-libretech_all-h3-cc-h5-squashfs-sdcard.img.gz"; + sha256 = "959e0fbdf2ce826f4d21d21e69e0ee8bda9ba3cecefb94ac02ba967f227df6f4"; + sha256_unsigned = "90e4389c0a9cf060e01faf4e5614d94387c2478e20618425bf7a564a08f2d0ec"; + type = "sdcard"; + } + ]; + supported_devices = [ + "libretech,all-h3-cc-h5" + ]; + titles = [ + { + model = "ALL-H3-CC"; + variant = "H5"; + vendor = "Libre Computer"; + } + ]; + }; + olimex_a64-olinuxino = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa53-olimex_a64-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa53-olimex_a64-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "2a288bcd86accbfc4848b3c6def93663dcaaeaeb8348f5eee5994070e7135c25"; + sha256_unsigned = "61c3744b251447eb9408ed45ca8ceb9954596115ee8abb82d858bedd8badb3a2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa53-olimex_a64-olinuxino-ext4-sdcard.img.gz"; + sha256 = "6f6731a0c0d362a27ee3202e173846687363a2941b521c12b19a293f6b747cd3"; + sha256_unsigned = "a0b608c344cb6a0afcab2b7f5dce7dcfbcbdf552da74a8c2e17f399d4e009b1f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino" + ]; + titles = [ + { + model = "A64-Olinuxino"; + vendor = "Olimex"; + } + ]; + }; + olimex_a64-olinuxino-emmc = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa53-olimex_a64-olinuxino-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa53-olimex_a64-olinuxino-emmc-squashfs-sdcard.img.gz"; + sha256 = "3a4c5430e2a59d9bea56a7f25e2bd0bcf82e0ef398b8cf39bdef0c32f336ec6d"; + sha256_unsigned = "4104527d1d69162793f69f918fa804de0fe2bbbf9001eec447a288c54c1eeb3a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa53-olimex_a64-olinuxino-emmc-ext4-sdcard.img.gz"; + sha256 = "c0fc62eff00a151bc37b32e893a3c63e1194c0d4664486e483621ed6a78f8e17"; + sha256_unsigned = "895df45c39785de923027895741ae834567588d0d3ba49e425ba16bdfcb5af51"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino-emmc" + ]; + titles = [ + { + model = "A64-Olinuxino"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + pine64_pine64-plus = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa53-pine64_pine64-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa53-pine64_pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "a6f6f7bb035f9ee6afd2e47353a2ecd2d03aa96fa7995fed17d04d5a46fd91e9"; + sha256_unsigned = "f1dcc796d1318e3b7d773c6d1e1e903efb6040935fdfa5a7e58a709a48e4805c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa53-pine64_pine64-plus-ext4-sdcard.img.gz"; + sha256 = "f3a76df0ff5e45ae8aba90385aeb8966f712049d80e8f9ccfaba5762d040aebd"; + sha256_unsigned = "056912e83c643f20f5ed856789e9109126aff734afaa4665778cc06cf8b1f783"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + model = "Pine64+"; + vendor = "Pine64"; + } + ]; + }; + pine64_sopine-baseboard = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa53-pine64_sopine-baseboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa53-pine64_sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "6baab90b6082e0e92951ed146b855f80ae9e4978cf1c189844a0ca47f4c7fc0c"; + sha256_unsigned = "2c1f116283de02ca3c4090eb26a318099fe34b616e5ab1864ee450b5993fe65d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa53-pine64_sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "017287f8261a34908d929d34797c3bb50f287ffa6329a9eaa68048101c25a016"; + sha256_unsigned = "793d0a603b9d5c342faed3f38475d53bd0ccdfe896f13be6a90a55a3bae49ab0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + model = "SoPine"; + vendor = "Pine64"; + } + ]; + }; + xunlong_orangepi-one-plus = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa53-xunlong_orangepi-one-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa53-xunlong_orangepi-one-plus-ext4-sdcard.img.gz"; + sha256 = "434fdf46f6316b684e7ace3521e35c5facee479f2f082a41cee53cd8c718366c"; + sha256_unsigned = "5c07aa6a9df887bb7315e8515aae9a8202792eee0cbaa3527471f15bcddbdeb2"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa53-xunlong_orangepi-one-plus-squashfs-sdcard.img.gz"; + sha256 = "c0a9bc2ec383fd8ca5f8005c7aaa121e348d87a5c520545e00a460be62bffe70"; + sha256_unsigned = "aa3d8ff98abe62e62a0f6c16a8bd355f4cd1805c884cda423fb57229e079cd22"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one-plus" + ]; + titles = [ + { + model = "Orange Pi One Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa53-xunlong_orangepi-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa53-xunlong_orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "65ffa2cac0d5aa46be2c00be64965f87c2113a5625dce2b647951e804d9fb6c8"; + sha256_unsigned = "8a9af52bfcf47985bb36a819188d287c33daf5a55782e049590e9c1ed681a50e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa53-xunlong_orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "8b04a5391c6c969d6309433c36835f4251f75edec8b751fd317131f482f392d7"; + sha256_unsigned = "27e57a7df382ce1d328f18844f681324cc3b809810574a24c6bbf81cb965b8fa"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + model = "Orange Pi PC 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa53-xunlong_orangepi-zero-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa53-xunlong_orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "15f0d52320946a673d2970f96f1fe5100d94b3db28ff6a254f76d976f09c279e"; + sha256_unsigned = "d32f09af83f2a9c545baf45da4e37f7b174eb09f5932a2002814f4657dc806a6"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa53-xunlong_orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "be2c94fe35f2bd2fb84fe6184c5c82f88f16eb9be2743a68d450cd8730dc2cd4"; + sha256_unsigned = "27261cc6f90acb74c6f09f77e66f01e0d7d87d52e857a68d09dc414c4f65c2f2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + model = "Orange Pi Zero Plus"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "sunxi/cortexa53"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_cubieboard2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-cubietech_cubieboard2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-cubietech_cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "a72b41d29dd3d434b50b71421bdc933623d19b36dd61f08c61398fab74e50835"; + sha256_unsigned = "a9db8a8ebfa2007685188f01109e0f59c03451cc1cc12ecd9c69508716dcb6a6"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-cubietech_cubieboard2-ext4-sdcard.img.gz"; + sha256 = "584998e9bb4a308778ab8d05c93a456bff0853cf5120b8e710fa6a3a87f513c3"; + sha256_unsigned = "526c177f1b27e3ba9b9a15feb2187ee8a48e0dc9b98da6ede6a15e575101b0b0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + model = "Cubieboard2"; + vendor = "Cubietech"; + } + ]; + }; + cubietech_cubietruck = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-cubietech_cubietruck"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-cubietech_cubietruck-ext4-sdcard.img.gz"; + sha256 = "bb22c1baf178fe179a08ba8cdfb033de0d11e9d3d7e8335355be99b9996f4426"; + sha256_unsigned = "e384dfc9ff7eecfa7036580ea928729f0288b6d7f2d4b8966db901d041851e90"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-cubietech_cubietruck-squashfs-sdcard.img.gz"; + sha256 = "d850498dee00e3899e2a07b8b0505cfbe460ce274c5d926bc42fc330d4882d5e"; + sha256_unsigned = "502ccb459efdcd3f03f9310b2001085dc6dcc0a1c1a5c65c35ab39954d155392"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + model = "Cubietruck"; + vendor = "Cubietech"; + } + ]; + }; + friendlyarm_nanopi-m1-plus = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-friendlyarm_nanopi-m1-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "3e2f1d20cefef68d02919cca029d9c7484c2852917cd3fcc40ff6f7394539f97"; + sha256_unsigned = "7f1d73f6900df17f874821735db84e2045d3d834708dd386e8a3933de2dd1f0f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "7d43b7ef8b07b53bc53b43f176f135723bc3ba871913242941e813d1fd4039ee"; + sha256_unsigned = "fdf1c7197e5bac7bd01c144689f89e7b8548c437c2e310ca4441bfb95e932ddd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + model = "NanoPi M1 Plus"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-friendlyarm_nanopi-neo"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-friendlyarm_nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "43884aca557de9aa3302d1dd3ca304d8473f14aba255fe059c5319add2912c67"; + sha256_unsigned = "e4b69bc683602aa9d1d7899676bf9fd23a8b3e223d110d4ff0243c4095383091"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-friendlyarm_nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "791563a3a7d241539c4fb01e2981cc9e9cd85bc65d39f9ddd904269e0bec2199"; + sha256_unsigned = "a016da3715ba140c817f291ebb94de5043cc5f01866e8771b46e3baf9ea64cc5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + model = "NanoPi NEO"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo-air = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-friendlyarm_nanopi-neo-air"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-friendlyarm_nanopi-neo-air-squashfs-sdcard.img.gz"; + sha256 = "5163ebd581b501692c6899dd346891a9d31759ade1d8375068b566455ca4775f"; + sha256_unsigned = "38b9932cf8471b16f835a518cb9ae3f872cb0ab3739ba771e775b357beddfc7c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-friendlyarm_nanopi-neo-air-ext4-sdcard.img.gz"; + sha256 = "37ae7e2d2fdaf7fb82d66eea775086ee29c2c649590c32bf5232a1f0bb610d03"; + sha256_unsigned = "44f1f6114aa5dbc4dd1664c608e8622cfb88a324c4850a9daca720b2fe1d13e7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo-air" + ]; + titles = [ + { + model = "NanoPi NEO Air"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1 = { + device_packages = [ + "kmod-usb-net-rtl8152" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-friendlyarm_nanopi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-friendlyarm_nanopi-r1-ext4-sdcard.img.gz"; + sha256 = "a178e75ae11e69cf8ff32875627503fbda8778d8efa2a8fa02e519cfd3fd09f1"; + sha256_unsigned = "7e3a21640447b44096e4d7bc3322e3774da9a91734b0ded74a4e8f03658e3bf3"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-friendlyarm_nanopi-r1-squashfs-sdcard.img.gz"; + sha256 = "389638be64ce1cec11359f6138e5ad5e115134d199e95f712f0fc21382840ec8"; + sha256_unsigned = "c4b4caa90f55c1e2bdf5aaae903608b8a3c0c625ce14225d0a8e58a688acdfeb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r1" + ]; + titles = [ + { + model = "NanoPi R1"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_zeropi = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-friendlyarm_zeropi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-friendlyarm_zeropi-ext4-sdcard.img.gz"; + sha256 = "a5b40ad3b015e8d1982e445d42ff8833d7d7f0f1b6dc34b882353643dca4b259"; + sha256_unsigned = "60695137775b4d5d7d3a2163c53702a7eb747226dfdc02ff3e11a2c60379e70b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-friendlyarm_zeropi-squashfs-sdcard.img.gz"; + sha256 = "fc580c505a33587ca521df5b807e25128558921e634704876bb3a4e3c9e63ba7"; + sha256_unsigned = "44ffb68a2bde53283417512ebe4580561b59ed0298a335416820d21a4315f551"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,zeropi" + ]; + titles = [ + { + model = "ZeroPi"; + vendor = "FriendlyARM"; + } + ]; + }; + lamobo_lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-lamobo_lamobo-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-lamobo_lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "36573680b14a2c8744826b0d4702d28a2e76cf3cdb1c0df111e7e8f077cbd24b"; + sha256_unsigned = "be82d8d9356c3fb117e550b6bf977b27d67840b62799f6e949a8a2a28a7fcdc9"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-lamobo_lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "cd0364869fee5eec0e4f40aeab953823de8de7a02933669f31e2c5b921b6f5da"; + sha256_unsigned = "76a567e58d38acf3ce87a4864f64b191b500d89d639b8cd6a5d72321b64c4fae"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + model = "Lamobo R1"; + vendor = "Lamobo"; + } + { + model = "BPi-R1"; + vendor = "Bananapi"; + } + ]; + }; + lemaker_bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-lemaker_bananapi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-lemaker_bananapi-ext4-sdcard.img.gz"; + sha256 = "89dce8e7e0d8140a1af33aed3c95dded2d0220eeb91f1dd2d8ac7c9902600c5c"; + sha256_unsigned = "c8bbe5c02c77d8b1f5bc59c28698c822143dc5607d4cc9f610d20e810089c776"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-lemaker_bananapi-squashfs-sdcard.img.gz"; + sha256 = "d8d24896ac3227d8e57a5ebda64944e0e3fd76e14d31f0f2d9829cd6f10745eb"; + sha256_unsigned = "28ebb24787dba5600739754b815408b7cea2cc509210d4ba67610151ed5f4093"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + model = "Banana Pi"; + vendor = "LeMaker"; + } + ]; + }; + lemaker_bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-lemaker_bananapro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-lemaker_bananapro-ext4-sdcard.img.gz"; + sha256 = "0433038ebe1c54a9d0e7f861934f563e7f51b96f0a402b1104aa595755ceefb8"; + sha256_unsigned = "431b1f46c5ce6b7b68d18f62e75dbdb25ebc711d168fa6e50bc56b37e626e4ab"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-lemaker_bananapro-squashfs-sdcard.img.gz"; + sha256 = "cdaa09da9530697dc1c2d131a731ccd967c5133840de90e25ee4d0d5701527e3"; + sha256_unsigned = "2b33dce77a62c7cc0edbedce59caa0775895f1afc4ff843f4eb013e0a32d17b6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + model = "Banana Pro"; + vendor = "LeMaker"; + } + ]; + }; + linksprite_pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-linksprite_pcduino3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-linksprite_pcduino3-squashfs-sdcard.img.gz"; + sha256 = "82070a7fc492417127ebc543b4159b390fe56272123d95d15ffa3c68d3b3bf49"; + sha256_unsigned = "995619d6220205a21347f748023a78c33b0ea09266558189acee6ed0b27bb27a"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-linksprite_pcduino3-ext4-sdcard.img.gz"; + sha256 = "6927929295ba269bf624e9761395f23b9afbd374331ed9eb00e20e1ef1f7fdd5"; + sha256_unsigned = "287b7389828d02c1cc3dead91a7d3ace556e162ec0c176a3d86dabd94616a9c4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + model = "pcDuino3"; + vendor = "LinkSprite"; + } + ]; + }; + linksprite_pcduino3-nano = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-linksprite_pcduino3-nano"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-linksprite_pcduino3-nano-ext4-sdcard.img.gz"; + sha256 = "e638be7909b5db7fc3134c576de32707cb04bd96b684820efb112a2a4eab6794"; + sha256_unsigned = "72dd13c89f4230845d5fc336a916d1393fc7975d5b6f7e9beec98bea4e9b68d6"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-linksprite_pcduino3-nano-squashfs-sdcard.img.gz"; + sha256 = "e1f297c4e33bd457ec6c3d5638fc589a4a82a6a2b896e2ec761deb4f09393b97"; + sha256_unsigned = "876fcf319b45ad83cd767ca4acb375393afa8b2ba99d14a7afa1f619fe2e9a37"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3-nano" + ]; + titles = [ + { + model = "pcDuino3 Nano"; + vendor = "LinkSprite"; + } + ]; + }; + mele_m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-mele_m9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-mele_m9-squashfs-sdcard.img.gz"; + sha256 = "b0d411db360813997fb4cade62948d220e5d1e7d0acc753cba7664b894367b05"; + sha256_unsigned = "e8297c5005e8686200eee369e485d4de8388a90a7ac127939979c83bf97621a8"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-mele_m9-ext4-sdcard.img.gz"; + sha256 = "5449ece0a497d5630b5a7f047199bd3562ccc72d6da10f4e488a687b34f37230"; + sha256_unsigned = "355ca0793697e20447a24a68110327fabe943990e0f0a3f868381a8c3427bf50"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + model = "M9"; + vendor = "Mele"; + } + ]; + }; + olimex_a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-olimex_a20-olinuxino-lime"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-olimex_a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "e1d204a0536d8d6b222d96d6a2c23cde366566dd9afa18792458df90c0e61b8d"; + sha256_unsigned = "9f0da69a8c5a97ac613b05ab66b99fce45c0d3e12822578d13c75a6703ff465c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-olimex_a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "e15dd35a3805d3c222442221daef337806e52c238f836913be681d8dcf9cb9af"; + sha256_unsigned = "ca91c8c6f9b3fa587524965b1442f2290221ba7910230f27be9cd8eaa394eb86"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-olimex_a20-olinuxino-lime2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-olimex_a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "1045c7aad7c131cea5845fa632340f03cd51f448236a6a7462de229a3a6b17b1"; + sha256_unsigned = "f0708559c57b0e31320a9d742de5a4468ce8e38ffe222bba15e7e539adc41a47"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-olimex_a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "d994ec41a47fef05264edc8ff91ba9889821ba8df11fc0a46f4e30e148df2216"; + sha256_unsigned = "3067d6b07f9d80d9c96e3b46b44a8821880376ca4327631633864d8a7ad36f76"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "1e91e40e34db8bf09b432f187e7892e415625128d8fb8e5da37c6cf177293b45"; + sha256_unsigned = "8372ea4bcea9572467e5e2e4c50b252ea56d7b36dfd440d36105953e8876a20e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "03dea1e894b20fca183c075cc6de25d447223551dc637281392490181a301cdc"; + sha256_unsigned = "c5ee1397242a7c48746d84350d37c80c1ea858fddc5488cfd58457e3f2866d7c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-olimex_a20-olinuxino-micro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-olimex_a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "22c62b8a710af2a8d6348eb076ea2ed16dfc697d79e21fe5d4deb76326c714e7"; + sha256_unsigned = "30d3b833ccdc110e9e1a2bace3002045ad472120549b54db4971ad9582b3bf8f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-olimex_a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "eeaaf41d81b880e645f5a97ae42a4a33e9cf12bfce116622b8c88415cdfdc98e"; + sha256_unsigned = "a06003f12a0879692ca3fa2aeef5dcda0d0571993a9f497bbc3c4f94837a5fc7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + model = "A20-OLinuXino-MICRO"; + vendor = "Olimex"; + } + ]; + }; + sinovoip_bananapi-m2-berry = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-sinovoip_bananapi-m2-berry"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-sinovoip_bananapi-m2-berry-ext4-sdcard.img.gz"; + sha256 = "813dacf1ba55eb4eb04ff1132e96214f8128cdd49a31cd165eec97b1ca1f0dd9"; + sha256_unsigned = "a81c2f51d92433b1078d99ad1e4d806aaa166c9e923d33fec16b98817ad451ca"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-sinovoip_bananapi-m2-berry-squashfs-sdcard.img.gz"; + sha256 = "bc7f9a0b4b500f51997117e79f53196ec7890ca01ec3994c85ff550a90f328aa"; + sha256_unsigned = "abc411777907697a9009ed4be436ff80bdf449adcb75de601abedef45db4b33e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-berry" + ]; + titles = [ + { + model = "Banana Pi M2 Berry"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-plus = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-sinovoip_bananapi-m2-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-sinovoip_bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "0d72e218692fb0bbf1e642bf79cf2d8ac44f204a496486fed0e253e2ef4b82d1"; + sha256_unsigned = "38e7c4c30d03693743d2b5c271d62d8d89e56640a2b075192ea7ffa38e7ca382"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-sinovoip_bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "eef2c9dc9a34b80545c3f291c8796bdba9cbb4d22c427cc937b7fcd920199374"; + sha256_unsigned = "860450b8ff74449409cfea9d6e76752ce93454d76cee47c16aabb7fc4f5f3510"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + model = "Banana Pi M2+"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-ultra = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-sinovoip_bananapi-m2-ultra"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-ext4-sdcard.img.gz"; + sha256 = "5b41b4e11423e562c6011640f9a7cd3bdd0a3d42b83430f7caa70a432e6cd82c"; + sha256_unsigned = "1351d6840f70fe60c55b014339330ce77190f062f5c420a08c624fc9529a242b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-squashfs-sdcard.img.gz"; + sha256 = "7ff296e3f28f0407c76697703b6aecdc907e7ad910b9d990f52622a69afd4d0f"; + sha256_unsigned = "c26bd7ed714c793a630962ca2a952e323914eb2ff741362f9db17e42ba48cc99"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-ultra" + ]; + titles = [ + { + model = "Banana Pi M2 Ultra"; + vendor = "Sinovoip"; + } + ]; + }; + xunlong_orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "4b4e466fe7c4c1c09677cd0e063e8fa40f1117b9f9a940ef03cdfbde26faeaf5"; + sha256_unsigned = "f4b2c144775f2707d94bc9d1731fcb6f8914ccab93ac017463b6a0b1569cf4f7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-2-ext4-sdcard.img.gz"; + sha256 = "b5203bcb553cf34c90a2fd58609246f474521239e567b23d8c7e53776c1df479"; + sha256_unsigned = "9dee1add238ed476aafed77c18552bb58b847b65bf6c5da9b94ec4f06846ddf2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + model = "Orange Pi 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "01e7324846c521ef113420156faaf703a2d7f5dae0bcf8ee1f76397f4f55e44a"; + sha256_unsigned = "d64966528624864ef2c6b381071a6e7b8c80b75afb4b86f35e2d9c2b63b124f1"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-one-ext4-sdcard.img.gz"; + sha256 = "565d5dc785a46492418fedf434528782df4c8dbbb067f8e44fe5fd99988318b9"; + sha256_unsigned = "bc525068d419ced863ff628e535c68a79d7f4d1ac86a0f509c38aa412bafd959"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + model = "Orange Pi One"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc = { + device_packages = [ + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-pc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "e4ea6f0fce2002d8bc9055dde1287abbe05bf41c90fa56ad44b1f43654e62f85"; + sha256_unsigned = "9e830eba1189f72d72ca35d5f1fa6edea78f4ee9b398529d6837b7a164f4285c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "083061c2efa9b59a9aae73d491fc0885f86e6e7e8dc73f2aaebcfe2bdc5cc93d"; + sha256_unsigned = "4b3759147d4a667a188bb9ad72f7f495acdbbee81f357e98e1eb2a8dc6d8efaa"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + model = "Orange Pi PC"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc-plus = { + device_packages = [ + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-pc-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "9ff81356a18b2f188fde5147c7aeeaf6a9e9a8ce290ccd0208e170782f33b23b"; + sha256_unsigned = "8f2f251320276b1abd92e4526824c7c3040888173b24fda4f15a5cc28f201a4f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "77901a7d702277d7acb29b6264054ad8ed8a8597639f3a943ade6606a4c11499"; + sha256_unsigned = "18360014c527e1391dcd56e1757b0c444254569c17da00c4a8d3de5ba7e304a5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + model = "Orange Pi PC Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "53ee08de18ae5cd12aae32e57942455dddac365bfcd4d876482d1763f65b2590"; + sha256_unsigned = "839384a281c30d056d7cf57ce2ef29c31b08867110fe6c48bde16d7a742a9f8f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "506c12b4cb1e185bd47302328c539a85bb60fc89ca09a2f7dada7347c09400a9"; + sha256_unsigned = "3ad3c5a960ee8c25c04baf1decd3050c74508c5bc284a418a73a14007b37a4c7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + model = "Orange Pi Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-r1 = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "ebb2a91b7190584cffbd15928f64441c006c0663d19302a92e267a0df885955e"; + sha256_unsigned = "2b32dcd1490e2b1f569a25775303fb67ac9f6c196bb3d0feb88ae2fadda86bb7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "2917f7e05acf53a9d94083cae2ca324b5cc9c294202537d0d6e4ed41b685e78a"; + sha256_unsigned = "984678b4db78a7281ac092749068d088bad52976f2c12a9b2bde5213f5602948"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + model = "Orange Pi R1"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-zero"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "38a05c2c82bfc3bf19e3195b9c56a8deb017ab814f8990963620786880b3f712"; + sha256_unsigned = "ee03fed6e84dd8fb5b685efdae5fb622e7666cea47bf2a93f4cdbf9d475a7e62"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa7-xunlong_orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "c10ad594806365f4aa7e5f33af86b7f9870915ba92f97b2a9e26837daeb3cd5a"; + sha256_unsigned = "e9477f82bb1e983a6ebd6ac500a208c042d35174553cc1e068c46a94dcacc456"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + model = "Orange Pi Zero"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "sunxi/cortexa7"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_a10-cubieboard = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa8-cubietech_a10-cubieboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa8-cubietech_a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "e990dcbb76d9f240447af8e0c90b1cede931c94656811e1c380c39774abfe1db"; + sha256_unsigned = "62f26357446c00d7e829ca9375bb3c0d86a74a2e8caf4173d83211bb8e7d1937"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "77dafe5d1c3a2ab87d543cb8d7bf4754d3975487c698472e5fcf6dd342d4a058"; + sha256_unsigned = "0c158c7a2acba3e4a91fb0087b5b7a86d0edc3ba73d3d61bea4106cfc1ce60fd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + model = "Cubieboard"; + vendor = "Cubietech"; + } + ]; + }; + linksprite_a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa8-linksprite_a10-pcduino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa8-linksprite_a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "136dd4f14be9a450793c160eb0f239606d4c38c5ac4183e6c0840ee2934ec65d"; + sha256_unsigned = "3761fd65fa107db76176952abe5c14e21aef7b93ef047cf611d8c288062030ad"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa8-linksprite_a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "b1972752f4b58891d42f0409fb07252f0c521ec61d9a94874dac9ea576742cf5"; + sha256_unsigned = "9f3bb123f1caa7adfac5a04d38427179fbb18f5ae665a7121e2563a51d971d43"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + model = "pcDuino"; + vendor = "LinkSprite"; + } + ]; + }; + marsboard_a10-marsboard = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-sound-core" + "kmod-sound-soc-sunxi" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa8-marsboard_a10-marsboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa8-marsboard_a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "b3dda0f19acdc6c162073c7d7d015e7c6e628ab148f0f2d13352206cf828d8a6"; + sha256_unsigned = "2eff0b2bcc132aa8762ac9bc25fb852ec538dbf91308630352082cd898434026"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa8-marsboard_a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "5ac5d8d5c733309665166942d6a5e4ccab77d98ec14259724acced488d67aea1"; + sha256_unsigned = "319152f9db43b639a0177a93649cea039f6ddfd2cb83ccb9756b763fd8f8a361"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + model = "MarsBoard A10"; + vendor = "HAOYU Electronics"; + } + ]; + }; + olimex_a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa8-olimex_a10-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa8-olimex_a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "2002035dc4aa46a71762b9a78bc6042eae3f0281b36ad64a189a9216d732c5e6"; + sha256_unsigned = "aacc43e534a5863da4456297f3bca93c41faba7ba7244d6a47a12bf96f005758"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa8-olimex_a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "3b18979b8344c7f63740d574ecb3ea4e493e5834a76150fa826375e4d0c24d7a"; + sha256_unsigned = "4a7c8daf3158051688d1266d07e1ab173df5bc8a0864dd790d46ff0366ff4cee"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + model = "A10-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa8-olimex_a13-olimex-som"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa8-olimex_a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "da0c7024197435e58dd2c1d9c00cd852c12d996e53fb1b6a0bd49f2241ffb106"; + sha256_unsigned = "db78739de0dce2eaa228afa57e2596b1542ff236e186d8a805f0f9b8ca7d8d61"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa8-olimex_a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "c063eaaecad1a2bb01cdcdd98fd7c6cdda82a853004d9554e239bd974c47cf6a"; + sha256_unsigned = "199960d165676acededdbf273710fbaa0ce839abca8ae39542ec96cb25f27c00"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-SOM"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.3-sunxi-cortexa8-olimex_a13-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-sunxi-cortexa8-olimex_a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "ce6d631bece9ec0f1cbd06332e27ff3a29be22d38492bbb15bfdd33f43d39d11"; + sha256_unsigned = "77afd6d1ff1961edd39a7cb1d1890dce5053439c1a871675462ced496941df9e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-sunxi-cortexa8-olimex_a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "c20dd54866f36b95be4f09374c4c119667c58caff0f73b3b49f91add807ca250"; + sha256_unsigned = "6eb8cbe1b149b8248a697226371499710245ca0200c7c0b8e5e089e5d144ed96"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-OLinuXino"; + vendor = "Olimex"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "sunxi/cortexa8"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.3-tegra-compulab_trimslice"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "097966f071007f01d5b312006f3cb79634c420341fd0d278102a01b1ce919a62"; + sha256_unsigned = "3e6736c69ee4a3f912a65d4ae6b14449553876314625ce6620d8fac9326e8e48"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "49452bdd4985212fdeb359c24c8f023848f13515653047dce078ffddb7438fbc"; + sha256_unsigned = "fe94252bd8dfe90900a874ec02f4de7e277b0f3d544bed4b555430b652bab265"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + model = "TrimSlice"; + vendor = "CompuLab"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "tegra/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + x86 = { + "64" = { + arch_packages = "x86_64"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-amazon-ena" + "kmod-amd-xgbe" + "kmod-bnx2" + "kmod-e1000e" + "kmod-e1000" + "kmod-forcedeth" + "kmod-fs-vfat" + "kmod-igb" + "kmod-igc" + "kmod-ixgbe" + "kmod-r8169" + "kmod-tg3" + ]; + image_prefix = "openwrt-22.03.3-x86-64-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-x86-64-generic-squashfs-combined-efi.img.gz"; + sha256 = "0da70578d298672b60b12410c77c742961321365480c9b300d8e358765d22e96"; + sha256_unsigned = "d132e9452f84cee4200ed788c2ea6b81db196b7866758065da3b5eb090a98ce9"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-x86-64-generic-ext4-combined-efi.img.gz"; + sha256 = "3db31fb34ef3c343ea012b0ab548db9f38bd2e529cd82121df78e516f6286bdb"; + sha256_unsigned = "4cd75828bc550be38c9a583cdb3012ae3eec2039ceeaedd02b6c261c7966754e"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-x86-64-generic-squashfs-rootfs.img.gz"; + sha256 = "ccf49c0a0eefacf43ba4df11439f8d006b9e706b49d1e50e3ef3ae3920e9e93b"; + sha256_unsigned = "ccf49c0a0eefacf43ba4df11439f8d006b9e706b49d1e50e3ef3ae3920e9e93b"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-x86-64-generic-squashfs-combined.img.gz"; + sha256 = "223e1ea8c96accfd29aef05f850f11ae1ab52c34eea43788c5d79ca3b00e6928"; + sha256_unsigned = "3dc58d7f544f64a92e2328b3fc6e84ca9cd2f950286343209b0d1190c52a71ba"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-x86-64-generic-ext4-rootfs.img.gz"; + sha256 = "7c8e106d4df83e199e64c3098dfca1c3a74fc711f82ab1f3f8e28e16094ba864"; + sha256_unsigned = "7c8e106d4df83e199e64c3098dfca1c3a74fc711f82ab1f3f8e28e16094ba864"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-x86-64-generic-ext4-combined.img.gz"; + sha256 = "8b57f9c2ddb1699ad79c5c422cfc3d8efb3e1b1d2a21d32cbe3fe77114650360"; + sha256_unsigned = "04cd262db865c7fdcbab46fb23c8046c429b142320bd320f8818e2c70ceec746"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/64"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "x86/64"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + generic = { + arch_packages = "i386_pentium4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + "kmod-fs-vfat" + ]; + image_prefix = "openwrt-22.03.3-x86-generic-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-x86-generic-generic-squashfs-combined-efi.img.gz"; + sha256 = "725fe8b47f4a23fb9a03766d803391d5bfd1a7312e8653534ebeaad5cab1a9c1"; + sha256_unsigned = "cb6ad52f16efade251eb6d7d19025c6a555a3fbf389c92b28fbe162626342506"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-x86-generic-generic-ext4-combined-efi.img.gz"; + sha256 = "4678d4372d683af2d02ebc670d8d9ac46129c0d555c7a61ba42bfaebabcea9bf"; + sha256_unsigned = "3554822b806f69ba7495ebdab8de31856c0468e55d4236b341481e41f19c11d0"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-x86-generic-generic-ext4-rootfs.img.gz"; + sha256 = "4ec9cec94d905705e15e7e9df79d82ebcaf390609bd4e61d1f7f55e107d54d4b"; + sha256_unsigned = "4ec9cec94d905705e15e7e9df79d82ebcaf390609bd4e61d1f7f55e107d54d4b"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-x86-generic-generic-squashfs-rootfs.img.gz"; + sha256 = "d3317a184498e57f8b59f641aaa1188db616b40e7cfba7bd96b7c345dfb2c6f3"; + sha256_unsigned = "d3317a184498e57f8b59f641aaa1188db616b40e7cfba7bd96b7c345dfb2c6f3"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-x86-generic-generic-ext4-combined.img.gz"; + sha256 = "7b14d7c977a188a3cd1f5352c283a8388f6667b42a2434fe7fbaa75d3e9bd5a9"; + sha256_unsigned = "e44e26227d3faaaaf2c9f4dbd4c43a9b84696fe63678e1fd75faa25f6c8daff2"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-x86-generic-generic-squashfs-combined.img.gz"; + sha256 = "ec4fed51c6db925681b66cdbed541e427c8bca12910699c907fdad37752c91ce"; + sha256_unsigned = "4b08d86dadd205e15ce5c93c0f86038a62447acf08afbc3d09cb701d03ae2247"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "x86/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + geode = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-ecb" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.3-x86-geode-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-x86-geode-generic-squashfs-combined-efi.img.gz"; + sha256 = "fced10b35409b27e6f55bcdf96845c69da0a16214390cfecd784afcc6f8590bd"; + sha256_unsigned = "65f2472aa70f961aeb712285ba92b06718290bb4faa1e5c4075f909280828cb4"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-x86-geode-generic-ext4-combined-efi.img.gz"; + sha256 = "0a44b3a80362d3270bd80341aa2aa38a2b561afc8798308ae88abe8cb7c0a49f"; + sha256_unsigned = "98cd9cbc56f835fa5fa770697b0aec865996a50150043b5ca96c13daaafdd5a4"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-x86-geode-generic-squashfs-rootfs.img.gz"; + sha256 = "869ec94698254eab47e65837b615f233e57d46b409abaf7a2b8334905633cbc7"; + sha256_unsigned = "869ec94698254eab47e65837b615f233e57d46b409abaf7a2b8334905633cbc7"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-x86-geode-generic-ext4-combined.img.gz"; + sha256 = "8fd86be0d7954073a7ec85dc47cc7862cba9dddf916ecd0b17ee9670d740e061"; + sha256_unsigned = "5ce9721a4e138cb9c1fcee5aed424b921d2610be8d0a5e7d8c2c8168507830d0"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-x86-geode-generic-ext4-rootfs.img.gz"; + sha256 = "d7eeec6b7f5df59e5af3842199743dd746d40564aaab7e18599714577769c27a"; + sha256_unsigned = "d7eeec6b7f5df59e5af3842199743dd746d40564aaab7e18599714577769c27a"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-x86-geode-generic-squashfs-combined.img.gz"; + sha256 = "9709708e788f2ea8c95d790ca04c570b9d8861579eba9870b9a49cc730128fa5"; + sha256_unsigned = "bdee5284b46e89b781946331af26587c4c84addd5a4c7d90506598c57cdd51e4"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/Geode"; + vendor = "Generic"; + } + ]; + }; + geos = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-ecb" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + "br2684ctl" + "flashrom" + "kmod-hwmon-lm90" + "kmod-mppe" + "kmod-pppoa" + "kmod-usb-ohci-pci" + "linux-atm" + "ppp-mod-pppoa" + "pppdump" + "pppstats" + "soloscli" + "tc" + ]; + image_prefix = "openwrt-22.03.3-x86-geode-geos"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.3-x86-geode-geos-ext4-combined-efi.img.gz"; + sha256 = "3022e7a6f09923051921bcacb3ac063177100f9b88e199cef9fced148252d5a5"; + sha256_unsigned = "2b3a2c089882db340e21d01cfcc7350056b403166b161b0f0668f98dcdc618ad"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-x86-geode-geos-squashfs-rootfs.img.gz"; + sha256 = "7ff769f5f30a3b1beb5583bb23586c3fb5493a7182fff22362d582d1cca5ffa4"; + sha256_unsigned = "7ff769f5f30a3b1beb5583bb23586c3fb5493a7182fff22362d582d1cca5ffa4"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-x86-geode-geos-ext4-rootfs.img.gz"; + sha256 = "d1918eb7b76a689768b0e6d2dba2740fbb889b48eec015bb12937d8d46126127"; + sha256_unsigned = "d1918eb7b76a689768b0e6d2dba2740fbb889b48eec015bb12937d8d46126127"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-x86-geode-geos-squashfs-combined-efi.img.gz"; + sha256 = "35b231ba0aaedff9361d4059f18f5be8153790d641f57807877486888e9dfca6"; + sha256_unsigned = "c0ddec644482c9293b007c83926c3ae10c678c8b7691f3a4f28a786825c78837"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-x86-geode-geos-ext4-combined.img.gz"; + sha256 = "51bb9b1010664b4e7ed2cce8995bd867ca8ba3c0e1797a3de637bfbc5aefa195"; + sha256_unsigned = "2283979e11706749506bb35c62500c1e067634bbd111ae3a454b856177bb02a7"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-x86-geode-geos-squashfs-combined.img.gz"; + sha256 = "da3709ad55ea1f7f0a6f90a1bec1eb8853c1bde5724c492f141ceca9682cff2e"; + sha256_unsigned = "21c498e054caf5f4131d485cb38350f9392d3d4fe2da84bedacb9303aff07199"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "Geos"; + vendor = "Traverse Technologies"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "x86/geode"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + legacy = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-22.03.3-x86-legacy-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-x86-legacy-generic-squashfs-combined-efi.img.gz"; + sha256 = "c4dddc2ad66ca702bc3ca4a401665d2d7c6a906acfa1812eef68616cdd51ba63"; + sha256_unsigned = "f03ada5bb28c8da0608420517caa45ffcd7f6ecad8899ae9a11bdb990febcdca"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-x86-legacy-generic-ext4-combined-efi.img.gz"; + sha256 = "b85feb150768d4c7d1de67c0a6a979e16cbbd63b9f057b00e1c9cb2df38ecda5"; + sha256_unsigned = "990f51296bce73cb1ccd807674f6785f18947e698365b7beb9d4dec3392e3f8f"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-x86-legacy-generic-ext4-combined.img.gz"; + sha256 = "cdfac358bf6b75810bcc589419cf6f592baba3bb87905d6a5bcc60198cb72468"; + sha256_unsigned = "e3fd779746bd164ca586dc44fe180792bccae46c9e44b24b79c2db98e26b1e04"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-x86-legacy-generic-squashfs-combined.img.gz"; + sha256 = "c0e9124bbb8b45a535d287074d4756bd0b299cfb2da1f0dc979dad9ff90e651d"; + sha256_unsigned = "1cf41002b1f74f4cd18211bef00456c2186bd4c5c2216bf62b7a7dee4d27a47e"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-x86-legacy-generic-squashfs-rootfs.img.gz"; + sha256 = "984832ccc1f6f401a58d52b805d30dbd3025395004ff7457c820018961b60628"; + sha256_unsigned = "984832ccc1f6f401a58d52b805d30dbd3025395004ff7457c820018961b60628"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.3-x86-legacy-generic-ext4-rootfs.img.gz"; + sha256 = "0575824b9c8d08b27b1d2a68569f91c87391028c7aba75ebdf18f13c0a643cc1"; + sha256_unsigned = "0575824b9c8d08b27b1d2a68569f91c87391028c7aba75ebdf18f13c0a643cc1"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/legacy"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "x86/legacy"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-msdos" + "kmod-nft-offload" + "kmod-usb-storage" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "1dedc9d61417a3ce59e4f6ea0a4db300860980817b800e38f943148dfb01f833"; + sha256_unsigned = "1dedc9d61417a3ce59e4f6ea0a4db300860980817b800e38f943148dfb01f833"; + type = "sdcard"; + } + ]; + supported_devices = [ + "avnet,zynq-zed" + ]; + titles = [ + { + model = "ZedBoard"; + vendor = "Avnet"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "a1034e3531b82704d656adc6aaa7fb1c5f5440cb3ef104de196e5c04df7b83d7"; + sha256_unsigned = "a1034e3531b82704d656adc6aaa7fb1c5f5440cb3ef104de196e5c04df7b83d7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo" + ]; + titles = [ + { + model = "Zybo"; + vendor = "Digilent"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.3-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "bf81a4e4c07e42c6e7420b4216b7f33d0c57820cd775f629fc6edeba9a625127"; + sha256_unsigned = "bf81a4e4c07e42c6e7420b4216b7f33d0c57820cd775f629fc6edeba9a625127"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo-z7" + ]; + titles = [ + { + model = "Zybo Z7"; + vendor = "Digilent"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-22.03.3-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.3-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "cc54e23d3a30a220e01bb9b6a1598e51136e559d616957305bf517003d8d58cd"; + sha256_unsigned = "cc54e23d3a30a220e01bb9b6a1598e51136e559d616957305bf517003d8d58cd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xlnx,zynq-zc702" + ]; + titles = [ + { + model = "ZC702"; + vendor = "Xilinx"; + } + ]; + }; + }; + source_date_epoch = 1672705461; + target = "zynq/generic"; + version_code = "r20028-43d71ad93e"; + version_number = "22.03.3"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/22.03.4.nix b/cached-profiles/22.03.4.nix new file mode 100644 index 00000000..dfcf93fd --- /dev/null +++ b/cached-profiles/22.03.4.nix @@ -0,0 +1,53686 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.4-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-apm821xx-nand-meraki_mr24-initramfs-kernel.bin"; + sha256 = "cfb40c37b4bf4f12eb5bb219eab111e9fc190107ade996c3f08162f650f8ba7f"; + sha256_unsigned = "cfb40c37b4bf4f12eb5bb219eab111e9fc190107ade996c3f08162f650f8ba7f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "accc4dfdf350e6016c0979c9ff35c8e16fc1e547ce16d7a311293269101fdab9"; + sha256_unsigned = "a3f908d6fa261fb9ab88b0e81cbe33c77b440e5c994311357222c0dede9c6cd8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + model = "MR24"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.4-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "6594854e9e0a7ae7358622796a2e66286f7170aff531a347e1753be67f3226fb"; + sha256_unsigned = "ae801a5872450f28879dddcc8964a2bf6ae7988be65b0786a3513ccc8ba57ef9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-apm821xx-nand-meraki_mx60-initramfs-kernel.bin"; + sha256 = "8e207c1da59635530557bee926ac04338e5df022b4c7925431f0d6b108937a9d"; + sha256_unsigned = "8e207c1da59635530557bee926ac04338e5df022b4c7925431f0d6b108937a9d"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mx60" + ]; + titles = [ + { + model = "MX60"; + vendor = "Cisco Meraki"; + } + { + model = "MX60W"; + vendor = "Cisco Meraki"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.4-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "e6b12e797f4bbd3d83fe71058024164cf01e0f0a3e301b96a26b2958d6064c92"; + sha256_unsigned = "ed46df2fa4c84a8457671755b5a05f0a8a62863e382811d4c57cacc2175d4f37"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-apm821xx-nand-netgear_wndap620-initramfs-kernel.bin"; + sha256 = "165973f9edcbd4000ee4d94af49312c4582fa6684d455514c507a23d718bbad9"; + sha256_unsigned = "165973f9edcbd4000ee4d94af49312c4582fa6684d455514c507a23d718bbad9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "46a67b6af0039eb4176b252440b2e282e6ed2a1597ec229d9c4d8fdc41518f1c"; + sha256_unsigned = "46a67b6af0039eb4176b252440b2e282e6ed2a1597ec229d9c4d8fdc41518f1c"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + model = "WNDAP620 (Premium Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.4-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "15838979121c81d42fc6c59cbecc27daa8e7f62b23e357e568b2703a32165f57"; + sha256_unsigned = "15838979121c81d42fc6c59cbecc27daa8e7f62b23e357e568b2703a32165f57"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "ba30043ec62fce0eb03c2b1240e03f737484007a405721584c523452b0ecd06f"; + sha256_unsigned = "518c4ec5834cb50f7d62e84b62a13a8af395058830cae2029ba5d884358a0675"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-apm821xx-nand-netgear_wndap660-initramfs-kernel.bin"; + sha256 = "6e45dcea5cc954f34d8f6a088521495c033a23cad3be08478e206324ffc70e08"; + sha256_unsigned = "6e45dcea5cc954f34d8f6a088521495c033a23cad3be08478e206324ffc70e08"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + model = "WNDAP660 (Dual Radio Dual Band Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-hwmon-drivetemp" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.4-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-apm821xx-nand-netgear_wndr4700-initramfs-kernel.bin"; + sha256 = "7a8d1c7678bea285b29e9d7c1044c84e61ad483b8b0b4e4b0cafce41672ed70a"; + sha256_unsigned = "7a8d1c7678bea285b29e9d7c1044c84e61ad483b8b0b4e4b0cafce41672ed70a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "88d3e0f58f6708f07de98ca873a23c665f92e9949a618798438441706fbf03df"; + sha256_unsigned = "88d3e0f58f6708f07de98ca873a23c665f92e9949a618798438441706fbf03df"; + type = "factory"; + } + { + name = "openwrt-22.03.4-apm821xx-nand-netgear_wndr4700-device-tree.dtb"; + sha256 = "5dfdce5418141d44a848858008fc35ef04a6c08f396872912c7fe7ca276c2745"; + sha256_unsigned = "5dfdce5418141d44a848858008fc35ef04a6c08f396872912c7fe7ca276c2745"; + type = "device-tree.dtb"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "cfab9155cf9dc65aa06ad114087aacaf672a91a8b6687343d6e9f60849ea9889"; + sha256_unsigned = "ab5bf7eef85fff9a7f9c9c65a5f7df4696df11da0dc047841c051c1adc3a81fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + model = "Centria N900 WNDR4700"; + vendor = "NETGEAR"; + } + { + model = "Centria N900 WNDR4720"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "apm821xx/nand"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "badblocks" + "base-files" + "block-mount" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "e2fsprogs" + "f2fsck" + "fdisk" + "fstools" + "kmod-dm" + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-md-mod" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mkf2fs" + "mtd" + "netifd" + "opkg" + "partx-utils" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "529f1d939956a9df703e9be1d76091c8b7d4a4b6c87df904a9658b2e4e365bbf"; + sha256_unsigned = "869c0c5a7fa99413f5dcc4d845fa0f2831a8db2634569ddd4904c3ef0cb28bde"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.4-apm821xx-sata-wd_mybooklive-apollo3g.dtb"; + sha256 = "0fcf713933f1e35437e4a2d72c66ffe3d4e2267b35e505ca75f85af86116466d"; + sha256_unsigned = "0fcf713933f1e35437e4a2d72c66ffe3d4e2267b35e505ca75f85af86116466d"; + type = "apollo3g.dtb"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "a9341f8afc1584fa406827eb84f2980d12aa4a910b27c3d366c7eb790a1caf73"; + sha256_unsigned = "a9341f8afc1584fa406827eb84f2980d12aa4a910b27c3d366c7eb790a1caf73"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-apm821xx-sata-wd_mybooklive-initramfs-kernel.bin"; + sha256 = "85429dc3356bf8df20bc026d38c896dcc610ab4a86d3fed47912317ea001c499"; + sha256_unsigned = "85429dc3356bf8df20bc026d38c896dcc610ab4a86d3fed47912317ea001c499"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "aefd5725ea3df30df49f5ff85d1587da321825f31c7335fd52e77d583605e0ae"; + sha256_unsigned = "3bb3b0118a704d28606872faae9457b712258746570110ba8c4c1bb886145844"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "2b4ade8f86e730e76e84101bbb7b68279e6d2b7855adcdb4847f2d609a261960"; + sha256_unsigned = "2b4ade8f86e730e76e84101bbb7b68279e6d2b7855adcdb4847f2d609a261960"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + model = "My Book Live"; + vendor = "Western Digital"; + } + { + model = "My Book Live Duo"; + vendor = "Western Digital"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "apm821xx/sata"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + archs38 = { + generic = { + arch_packages = "arc_archs"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim_hs = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-archs38-generic-nsim_hs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-archs38-generic-nsim_hs-initramfs.elf"; + sha256 = "20aa797fad779a5023a25fa0e0e700fc82cf129430e8057ce0fdfaa86f562798"; + sha256_unsigned = "20aa797fad779a5023a25fa0e0e700fc82cf129430e8057ce0fdfaa86f562798"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim,hs" + ]; + titles = [ + { + model = "nSIM HS"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "archs38/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + atmel_at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9263ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9263ek-ubifs-root.ubi"; + sha256 = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + sha256_unsigned = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9263ek-squashfs-root.ubi"; + sha256 = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + sha256_unsigned = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9263ek-ext4-root.ubi"; + sha256 = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + sha256_unsigned = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9263ek" + ]; + titles = [ + { + model = "AT91SAM9263-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g15ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g15ek-ubifs-root.ubi"; + sha256 = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + sha256_unsigned = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g15ek-ext4-root.ubi"; + sha256 = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + sha256_unsigned = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g15ek-squashfs-root.ubi"; + sha256 = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + sha256_unsigned = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g15ek" + ]; + titles = [ + { + model = "AT91SAM9G15-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g20ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g20ek-ext4-root.ubi"; + sha256 = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + sha256_unsigned = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g20ek-ubifs-root.ubi"; + sha256 = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + sha256_unsigned = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g20ek-squashfs-root.ubi"; + sha256 = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + sha256_unsigned = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek-2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g20ek-2mmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g20ek-2mmc-ext4-root.ubi"; + sha256 = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + sha256_unsigned = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g20ek-2mmc-squashfs-root.ubi"; + sha256 = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + sha256_unsigned = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g20ek-2mmc-ubifs-root.ubi"; + sha256 = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + sha256_unsigned = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek_2mmc" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + variant = "2MMC"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g25ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g25ek-squashfs-root.ubi"; + sha256 = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + sha256_unsigned = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g25ek-ubifs-root.ubi"; + sha256 = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + sha256_unsigned = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g25ek-ext4-root.ubi"; + sha256 = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + sha256_unsigned = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g25ek" + ]; + titles = [ + { + model = "AT91SAM9G25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g35ek-squashfs-root.ubi"; + sha256 = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + sha256_unsigned = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g35ek-ext4-root.ubi"; + sha256 = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + sha256_unsigned = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9g35ek-ubifs-root.ubi"; + sha256 = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + sha256_unsigned = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g35ek" + ]; + titles = [ + { + model = "AT91SAM9G35-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9m10g45ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + sha256_unsigned = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + sha256_unsigned = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9m10g45ek-ext4-root.ubi"; + sha256 = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + sha256_unsigned = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9m10g45ek" + ]; + titles = [ + { + model = "AT91SAM9M10G45-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9x25ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9x25ek-ubifs-root.ubi"; + sha256 = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + sha256_unsigned = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9x25ek-ext4-sdcard.img.gz"; + sha256 = "55b9a6de4cf0c88bb3c81ea005c4165c3977d747930455aab388aa816073afc8"; + sha256_unsigned = "55b9a6de4cf0c88bb3c81ea005c4165c3977d747930455aab388aa816073afc8"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9x25ek-ext4-root.ubi"; + sha256 = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + sha256_unsigned = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9x25ek-squashfs-root.ubi"; + sha256 = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + sha256_unsigned = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x25ek" + ]; + titles = [ + { + model = "AT91SAM9X25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9x35ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9x35ek-ext4-sdcard.img.gz"; + sha256 = "4610edb40fff212cf8adcfa0b98660cd5f9bdf1f040b59203af01b34895ff51c"; + sha256_unsigned = "4610edb40fff212cf8adcfa0b98660cd5f9bdf1f040b59203af01b34895ff51c"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9x35ek-ubifs-root.ubi"; + sha256 = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + sha256_unsigned = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9x35ek-ext4-root.ubi"; + sha256 = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + sha256_unsigned = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-atmel_at91sam9x35ek-squashfs-root.ubi"; + sha256 = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + sha256_unsigned = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x35ek" + ]; + titles = [ + { + model = "AT91SAM9X35-EK"; + vendor = "Atmel"; + } + ]; + }; + calamp_lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-calamp_lmu5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-calamp_lmu5000-squashfs-factory.bin"; + sha256 = "597659c2cc8755561c1ce794353f9f94fd32823c2c217ec8cae329d77cde8e42"; + sha256_unsigned = "597659c2cc8755561c1ce794353f9f94fd32823c2c217ec8cae329d77cde8e42"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-calamp_lmu5000-ext4-factory.bin"; + sha256 = "7b78f3af2407c35df80d865398a39da7a4f507d2042dc11f41a3f8e3892cbf36"; + sha256_unsigned = "7b78f3af2407c35df80d865398a39da7a4f507d2042dc11f41a3f8e3892cbf36"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-calamp_lmu5000-ubifs-factory.bin"; + sha256 = "715eed446ff163ac7a608dbf9a02c019f42d51a8f50c82d5e0cb1a412912d017"; + sha256_unsigned = "715eed446ff163ac7a608dbf9a02c019f42d51a8f50c82d5e0cb1a412912d017"; + type = "factory"; + } + ]; + supported_devices = [ + "calamp,lmu5000" + ]; + titles = [ + { + model = "LMU5000"; + vendor = "CalAmp"; + } + ]; + }; + calao_tny-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-calao_tny-a9260"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-calao_tny-a9260-ext4-factory.bin"; + sha256 = "67986efb041fe929320f9498eecd880e46847e765c0bf20d3028c4e4cff8a31b"; + sha256_unsigned = "67986efb041fe929320f9498eecd880e46847e765c0bf20d3028c4e4cff8a31b"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-calao_tny-a9260-ubifs-factory.bin"; + sha256 = "9fa55e63886ddb6170d786f3793e7a9f4263aa8fad6bd5052a70c3311da9b707"; + sha256_unsigned = "9fa55e63886ddb6170d786f3793e7a9f4263aa8fad6bd5052a70c3311da9b707"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-calao_tny-a9260-squashfs-factory.bin"; + sha256 = "9a824134a39faab50b9225121ae84dd9163496a0503332ef4c0d7fa41291c19a"; + sha256_unsigned = "9a824134a39faab50b9225121ae84dd9163496a0503332ef4c0d7fa41291c19a"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9260" + ]; + titles = [ + { + model = "TNY A9260"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-calao_tny-a9263"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-calao_tny-a9263-ext4-factory.bin"; + sha256 = "03e29f340bbe4301e9ad2bcf584809ae4428f42787a0ad0e9f8835925384955a"; + sha256_unsigned = "03e29f340bbe4301e9ad2bcf584809ae4428f42787a0ad0e9f8835925384955a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-calao_tny-a9263-squashfs-factory.bin"; + sha256 = "65d062f1c1b03e6459134c18e8189b402ab4a2b61bb9f685bbf6df6f7245bb53"; + sha256_unsigned = "65d062f1c1b03e6459134c18e8189b402ab4a2b61bb9f685bbf6df6f7245bb53"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-calao_tny-a9263-ubifs-factory.bin"; + sha256 = "9e13e51e91527b057c50479b50f331a01853259d643d22376fa4fa7681002ee4"; + sha256_unsigned = "9e13e51e91527b057c50479b50f331a01853259d643d22376fa4fa7681002ee4"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,tny-a9263" + ]; + titles = [ + { + model = "TNY A9263"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-calao_tny-a9g20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-calao_tny-a9g20-squashfs-factory.bin"; + sha256 = "316cffdd05a694ed97d735dfb9c03ca0598d517f972b047f2e7ce7e25429ee29"; + sha256_unsigned = "316cffdd05a694ed97d735dfb9c03ca0598d517f972b047f2e7ce7e25429ee29"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-calao_tny-a9g20-ext4-factory.bin"; + sha256 = "2fe94f50d24281f9805fcc58416682016e00b8f08989ef148efce0e1f818112a"; + sha256_unsigned = "2fe94f50d24281f9805fcc58416682016e00b8f08989ef148efce0e1f818112a"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-calao_tny-a9g20-ubifs-factory.bin"; + sha256 = "bfd26d9ba369ec7811d721c6c950f348750d070a3c053132ad12f785a0ed1b31"; + sha256_unsigned = "bfd26d9ba369ec7811d721c6c950f348750d070a3c053132ad12f785a0ed1b31"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9g20" + ]; + titles = [ + { + model = "TNY A9G20"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-calao_usb-a9260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-calao_usb-a9260-squashfs-factory.bin"; + sha256 = "abf1014963ce3ab34e892475aa12f0dac99f0d255c6be30c4cc46cce5281595d"; + sha256_unsigned = "abf1014963ce3ab34e892475aa12f0dac99f0d255c6be30c4cc46cce5281595d"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-calao_usb-a9260-ubifs-factory.bin"; + sha256 = "ff23de4cd661fb88170e247209923fb313fc3722fd5e823bfdda837e36b9bfa6"; + sha256_unsigned = "ff23de4cd661fb88170e247209923fb313fc3722fd5e823bfdda837e36b9bfa6"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-calao_usb-a9260-ext4-factory.bin"; + sha256 = "238922db3835173385c203e803213906fe91afe7200606a9138ac5999c5a6dee"; + sha256_unsigned = "238922db3835173385c203e803213906fe91afe7200606a9138ac5999c5a6dee"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9260" + ]; + titles = [ + { + model = "USB A9260"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-calao_usb-a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-calao_usb-a9263-squashfs-factory.bin"; + sha256 = "1462fbfb56952ca49d34b3215d82006eeeb67730e0032a2379bef7fcdc61dcf3"; + sha256_unsigned = "1462fbfb56952ca49d34b3215d82006eeeb67730e0032a2379bef7fcdc61dcf3"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-calao_usb-a9263-ubifs-factory.bin"; + sha256 = "a0d155b4a571c52af75dbedcce9c1046841f36a84a81d5df8117fe9b475eef80"; + sha256_unsigned = "a0d155b4a571c52af75dbedcce9c1046841f36a84a81d5df8117fe9b475eef80"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-calao_usb-a9263-ext4-factory.bin"; + sha256 = "e76de8de956da768dbb61b4473fd8d297a15505bb2e13e645ba869d31c1b8686"; + sha256_unsigned = "e76de8de956da768dbb61b4473fd8d297a15505bb2e13e645ba869d31c1b8686"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,usb-a9263" + ]; + titles = [ + { + model = "USB A9263"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-calao_usb-a9g20"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-calao_usb-a9g20-ext4-factory.bin"; + sha256 = "6d25e6ef54b0b4cc34fa9136049f52956f0995ef8a257644d0fbafb95026e567"; + sha256_unsigned = "6d25e6ef54b0b4cc34fa9136049f52956f0995ef8a257644d0fbafb95026e567"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-calao_usb-a9g20-ubifs-factory.bin"; + sha256 = "20749ba785f31151404353f8fdce765f9b4ed068fd55795f671207fba341b914"; + sha256_unsigned = "20749ba785f31151404353f8fdce765f9b4ed068fd55795f671207fba341b914"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-calao_usb-a9g20-squashfs-factory.bin"; + sha256 = "e9174130607f91f13b48a8687c71976be851ef108ae16413b69ad34d5e812e44"; + sha256_unsigned = "e9174130607f91f13b48a8687c71976be851ef108ae16413b69ad34d5e812e44"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9g20" + ]; + titles = [ + { + model = "USB A9G20"; + vendor = "Calao"; + } + ]; + }; + egnite_ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-egnite_ethernut5"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-egnite_ethernut5-ubifs-root.ubi"; + sha256 = "327c27b54ac392dcb7c1b843b27c7af5559c80ac940d2446666c2a716c2fd973"; + sha256_unsigned = "327c27b54ac392dcb7c1b843b27c7af5559c80ac940d2446666c2a716c2fd973"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-egnite_ethernut5-squashfs-root.ubi"; + sha256 = "7bed529cd59ec60cf09e06580c4fb153e9ea07e2a8c6c61ae248a6ae0f3b070e"; + sha256_unsigned = "7bed529cd59ec60cf09e06580c4fb153e9ea07e2a8c6c61ae248a6ae0f3b070e"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-egnite_ethernut5-ext4-root.ubi"; + sha256 = "b8bdc847fbd524cf2d62c5bd9c4b981b6646964ef9ef078131f8fffec52e8ef5"; + sha256_unsigned = "b8bdc847fbd524cf2d62c5bd9c4b981b6646964ef9ef078131f8fffec52e8ef5"; + type = "root"; + } + ]; + supported_devices = [ + "egnite,ethernut5" + ]; + titles = [ + { + model = "Ethernut 5"; + vendor = "egnite"; + } + ]; + }; + laird_wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-laird_wb45n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-laird_wb45n-squashfs-root.ubi"; + sha256 = "4e3973168b52dce3f93b2297cc83ef057dbe77f04cd55169f5c98724ff904937"; + sha256_unsigned = "4e3973168b52dce3f93b2297cc83ef057dbe77f04cd55169f5c98724ff904937"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-laird_wb45n-ubifs-root.ubi"; + sha256 = "b75432200e3710f632720001e6ce8f23b0c5b2aef8185fff0b6990deffea3134"; + sha256_unsigned = "b75432200e3710f632720001e6ce8f23b0c5b2aef8185fff0b6990deffea3134"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-laird_wb45n-ext4-root.ubi"; + sha256 = "2c58841496005bedb8539d20f221836adafb51e62036ae6eabd14ce17d6e4668"; + sha256_unsigned = "2c58841496005bedb8539d20f221836adafb51e62036ae6eabd14ce17d6e4668"; + type = "root"; + } + ]; + supported_devices = [ + "laird,wb45n" + ]; + titles = [ + { + model = "WB45N"; + vendor = "Laird"; + } + ]; + }; + microchip_sam9x60ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sam9x-microchip_sam9x60ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sam9x-microchip_sam9x60ek-squashfs-root.ubi"; + sha256 = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + sha256_unsigned = "02cc44419b211e964b310a068968b8217acc764968eb4ea4d824267ddd0d5ea9"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-microchip_sam9x60ek-ext4-root.ubi"; + sha256 = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + sha256_unsigned = "06b9e0f93d2e0f47d683cb074f8788f27a11ea0c4c87e794b8dc414cb5665877"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sam9x-microchip_sam9x60ek-ext4-sdcard.img.gz"; + sha256 = "c0f8cf98a569fa104ca2089de8029ddd52a94df91d6d6230c30a4bb5b0eeb39e"; + sha256_unsigned = "c0f8cf98a569fa104ca2089de8029ddd52a94df91d6d6230c30a4bb5b0eeb39e"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sam9x-microchip_sam9x60ek-ubifs-root.ubi"; + sha256 = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + sha256_unsigned = "dcbe1ad878f5723072ecf5e8524ff29267bf7349fe52490cd316fda5db126c21"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sam9x60ek" + ]; + titles = [ + { + model = "SAM9X60-EK"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "at91/sam9x"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama5d2-icp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sama5-microchip_sama5d2-icp"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d2-icp-ext4-sdcard.img.gz"; + sha256 = "68d9ff93a382f62e3f17b3dced66494a6e2723e59e3511d6e0c0824ce544fde2"; + sha256_unsigned = "68d9ff93a382f62e3f17b3dced66494a6e2723e59e3511d6e0c0824ce544fde2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d2-icp-ext4-root.ubi"; + sha256 = "845eadbc7d156f3e1cffb78c89208fc8b9b453626ad791dce7d483ea9120d3a3"; + sha256_unsigned = "845eadbc7d156f3e1cffb78c89208fc8b9b453626ad791dce7d483ea9120d3a3"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d2-icp-ubifs-root.ubi"; + sha256 = "0425a56331b9e9abef66981e29b7c5dacfc57b110ac6f3fdad3eaac81eeeec5b"; + sha256_unsigned = "0425a56331b9e9abef66981e29b7c5dacfc57b110ac6f3fdad3eaac81eeeec5b"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d2-icp-squashfs-root.ubi"; + sha256 = "26b303e77e6309c280be61ab5b4f924d42270ec048476a8444caa25a8627ca5b"; + sha256_unsigned = "26b303e77e6309c280be61ab5b4f924d42270ec048476a8444caa25a8627ca5b"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama5d2-icp" + ]; + titles = [ + { + model = "SAMA5D2 ICP"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-ptc-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sama5-microchip_sama5d2-ptc-ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d2-ptc-ek-ubifs-root.ubi"; + sha256 = "0425a56331b9e9abef66981e29b7c5dacfc57b110ac6f3fdad3eaac81eeeec5b"; + sha256_unsigned = "0425a56331b9e9abef66981e29b7c5dacfc57b110ac6f3fdad3eaac81eeeec5b"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d2-ptc-ek-squashfs-root.ubi"; + sha256 = "26b303e77e6309c280be61ab5b4f924d42270ec048476a8444caa25a8627ca5b"; + sha256_unsigned = "26b303e77e6309c280be61ab5b4f924d42270ec048476a8444caa25a8627ca5b"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d2-ptc-ek-ext4-root.ubi"; + sha256 = "845eadbc7d156f3e1cffb78c89208fc8b9b453626ad791dce7d483ea9120d3a3"; + sha256_unsigned = "845eadbc7d156f3e1cffb78c89208fc8b9b453626ad791dce7d483ea9120d3a3"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d2-ptc-ek-ext4-sdcard.img.gz"; + sha256 = "c36ad8a53275771705073948a9a91db5d757e3a2085045a7693a268137c6887a"; + sha256_unsigned = "c36ad8a53275771705073948a9a91db5d757e3a2085045a7693a268137c6887a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d2-ptc_ek" + ]; + titles = [ + { + model = "SAMA5D2 PTC Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sama5-microchip_sama5d2-xplained"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d2-xplained-ext4-root.ubi"; + sha256 = "845eadbc7d156f3e1cffb78c89208fc8b9b453626ad791dce7d483ea9120d3a3"; + sha256_unsigned = "845eadbc7d156f3e1cffb78c89208fc8b9b453626ad791dce7d483ea9120d3a3"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d2-xplained-ext4-sdcard.img.gz"; + sha256 = "205c31b29e8cc98cbf2e6836f4fe72b9d26026edfb772655baf70d08e9e1da53"; + sha256_unsigned = "205c31b29e8cc98cbf2e6836f4fe72b9d26026edfb772655baf70d08e9e1da53"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d2-xplained-ubifs-root.ubi"; + sha256 = "0425a56331b9e9abef66981e29b7c5dacfc57b110ac6f3fdad3eaac81eeeec5b"; + sha256_unsigned = "0425a56331b9e9abef66981e29b7c5dacfc57b110ac6f3fdad3eaac81eeeec5b"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d2-xplained-squashfs-root.ubi"; + sha256 = "26b303e77e6309c280be61ab5b4f924d42270ec048476a8444caa25a8627ca5b"; + sha256_unsigned = "26b303e77e6309c280be61ab5b4f924d42270ec048476a8444caa25a8627ca5b"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-xplained" + ]; + titles = [ + { + model = "SAMA5D2 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-som1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sama5-microchip_sama5d27-som1-ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d27-som1-ek-squashfs-root.ubi"; + sha256 = "26b303e77e6309c280be61ab5b4f924d42270ec048476a8444caa25a8627ca5b"; + sha256_unsigned = "26b303e77e6309c280be61ab5b4f924d42270ec048476a8444caa25a8627ca5b"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d27-som1-ek-ext4-root.ubi"; + sha256 = "845eadbc7d156f3e1cffb78c89208fc8b9b453626ad791dce7d483ea9120d3a3"; + sha256_unsigned = "845eadbc7d156f3e1cffb78c89208fc8b9b453626ad791dce7d483ea9120d3a3"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d27-som1-ek-ext4-sdcard.img.gz"; + sha256 = "26c96ac5da8b3de28f6f75328ed5dc23ba212809154d2ffd60c0b5b2a53f27f4"; + sha256_unsigned = "26c96ac5da8b3de28f6f75328ed5dc23ba212809154d2ffd60c0b5b2a53f27f4"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d27-som1-ek-ubifs-root.ubi"; + sha256 = "0425a56331b9e9abef66981e29b7c5dacfc57b110ac6f3fdad3eaac81eeeec5b"; + sha256_unsigned = "0425a56331b9e9abef66981e29b7c5dacfc57b110ac6f3fdad3eaac81eeeec5b"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d27-som1-ek" + ]; + titles = [ + { + model = "SAMA5D27 SOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-wlsom1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sama5-microchip_sama5d27-wlsom1-ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d27-wlsom1-ek-squashfs-root.ubi"; + sha256 = "26b303e77e6309c280be61ab5b4f924d42270ec048476a8444caa25a8627ca5b"; + sha256_unsigned = "26b303e77e6309c280be61ab5b4f924d42270ec048476a8444caa25a8627ca5b"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d27-wlsom1-ek-ext4-sdcard.img.gz"; + sha256 = "4bf62ecf87d1887c8f7410bbc1451c9d56e45d724ba1e3933ac8c2fd15241eea"; + sha256_unsigned = "4bf62ecf87d1887c8f7410bbc1451c9d56e45d724ba1e3933ac8c2fd15241eea"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d27-wlsom1-ek-ubifs-root.ubi"; + sha256 = "0425a56331b9e9abef66981e29b7c5dacfc57b110ac6f3fdad3eaac81eeeec5b"; + sha256_unsigned = "0425a56331b9e9abef66981e29b7c5dacfc57b110ac6f3fdad3eaac81eeeec5b"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d27-wlsom1-ek-ext4-root.ubi"; + sha256 = "845eadbc7d156f3e1cffb78c89208fc8b9b453626ad791dce7d483ea9120d3a3"; + sha256_unsigned = "845eadbc7d156f3e1cffb78c89208fc8b9b453626ad791dce7d483ea9120d3a3"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama5d27-wlsom1-ek" + ]; + titles = [ + { + model = "SAMA5D27 WSOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d3-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sama5-microchip_sama5d3-xplained"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d3-xplained-squashfs-root.ubi"; + sha256 = "26b303e77e6309c280be61ab5b4f924d42270ec048476a8444caa25a8627ca5b"; + sha256_unsigned = "26b303e77e6309c280be61ab5b4f924d42270ec048476a8444caa25a8627ca5b"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d3-xplained-ext4-root.ubi"; + sha256 = "845eadbc7d156f3e1cffb78c89208fc8b9b453626ad791dce7d483ea9120d3a3"; + sha256_unsigned = "845eadbc7d156f3e1cffb78c89208fc8b9b453626ad791dce7d483ea9120d3a3"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d3-xplained-ubifs-root.ubi"; + sha256 = "0425a56331b9e9abef66981e29b7c5dacfc57b110ac6f3fdad3eaac81eeeec5b"; + sha256_unsigned = "0425a56331b9e9abef66981e29b7c5dacfc57b110ac6f3fdad3eaac81eeeec5b"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d3-xplained-ext4-sdcard.img.gz"; + sha256 = "e102fcbec0cbfed564826b830707a680ef8a071addbc0b38c88db543f36b7ec3"; + sha256_unsigned = "e102fcbec0cbfed564826b830707a680ef8a071addbc0b38c88db543f36b7ec3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d3-xplained" + ]; + titles = [ + { + model = "SAMA5D3 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d4-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sama5-microchip_sama5d4-xplained"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d4-xplained-ext4-root.ubi"; + sha256 = "2bd9c2d1ad9d411723365f22624edae8ef81c865a6d67915823266b4ece8c69c"; + sha256_unsigned = "2bd9c2d1ad9d411723365f22624edae8ef81c865a6d67915823266b4ece8c69c"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d4-xplained-ext4-sdcard.img.gz"; + sha256 = "a17c1311b686b3de32e76f23d26472748d3110afba6e3bd0bfdbd0ce70f2af2b"; + sha256_unsigned = "a17c1311b686b3de32e76f23d26472748d3110afba6e3bd0bfdbd0ce70f2af2b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d4-xplained-squashfs-root.ubi"; + sha256 = "c3b42c0f48dc6ea5a74e124582198d267561dc339ecd696baba6db9d650438d6"; + sha256_unsigned = "c3b42c0f48dc6ea5a74e124582198d267561dc339ecd696baba6db9d650438d6"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sama5-microchip_sama5d4-xplained-ubifs-root.ubi"; + sha256 = "d376f3c86a73f84f744ff798731692aac56e284babaca62239902759e413c3e3"; + sha256_unsigned = "d376f3c86a73f84f744ff798731692aac56e284babaca62239902759e413c3e3"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d4-xplained" + ]; + titles = [ + { + model = "SAMA5D4 Xplained"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "at91/sama5"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + sama7 = { + arch_packages = "arm_cortex-a7_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama7g5-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-at91-sama7-microchip_sama7g5-ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sama7-microchip_sama7g5-ek-ext4-sdcard.img.gz"; + sha256 = "ae79329cd9047acec2eff67b6ef88912df15fe4497d1a3838ac6204e292cc775"; + sha256_unsigned = "ae79329cd9047acec2eff67b6ef88912df15fe4497d1a3838ac6204e292cc775"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-at91-sama7-microchip_sama7g5-ek-squashfs-root.ubi"; + sha256 = "1fb052cef6de8243e954d457c9f1ea86030b542d3ae72d7d751538d822f957a0"; + sha256_unsigned = "1fb052cef6de8243e954d457c9f1ea86030b542d3ae72d7d751538d822f957a0"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-at91-sama7-microchip_sama7g5-ek-ubifs-root.ubi"; + sha256 = "2ad13a7288f5d0dc9840de54fe9b13cee754f60810679650bf0ed6075c31728c"; + sha256_unsigned = "2ad13a7288f5d0dc9840de54fe9b13cee754f60810679650bf0ed6075c31728c"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-at91-sama7-microchip_sama7g5-ek-ext4-root.ubi"; + sha256 = "3efd528320a97391f3d8b0271c4fd4cc3e1909af10afe4ae894fc0c6ae2c7490"; + sha256_unsigned = "3efd528320a97391f3d8b0271c4fd4cc3e1909af10afe4ae894fc0c6ae2c7490"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama7g5ek" + ]; + titles = [ + { + model = "SAMA7G5-EK"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "at91/sama7"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath5k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "b16ae99488596799c603a4f286dbd741566099a5d028f3fc37c8aaf6f2fbc690"; + sha256_unsigned = "b16ae99488596799c603a4f286dbd741566099a5d028f3fc37c8aaf6f2fbc690"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath25-generic-kernel.lzma"; + sha256 = "86950d91b25b346cdc230614b1b612ee36b06afae52bac0b4c5270d7623dc37a"; + sha256_unsigned = "86950d91b25b346cdc230614b1b612ee36b06afae52bac0b4c5270d7623dc37a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath25-generic-kernel.elf"; + sha256 = "f879ca16051df5f35f541bc4037fda3e9e5100481d969ae31ea8aea224d58589"; + sha256_unsigned = "f879ca16051df5f35f541bc4037fda3e9e5100481d969ae31ea8aea224d58589"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath25-generic-squashfs-rootfs.bin"; + sha256 = "4347d2adf4c1686317fe7d5ad1ed895219db8ab2142aff470703058dbffd4f28"; + sha256_unsigned = "4347d2adf4c1686317fe7d5ad1ed895219db8ab2142aff470703058dbffd4f28"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath25-generic-kernel.gz"; + sha256 = "b38d60aafb5e42b0074e6c743fa3a6723b156181e440d674a5fae5c89ed27580"; + sha256_unsigned = "b38d60aafb5e42b0074e6c743fa3a6723b156181e440d674a5fae5c89ed27580"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Generic AR2xxx board"; + vendor = "Atheros"; + } + ]; + }; + ubnt_picostation-2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath25-ubnt_picostation-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath25-ubnt_picostation-2-squashfs-sysupgrade.bin"; + sha256 = "787494ade3c9afa2652bddacc0abb1be75b96c466c661605ee243f56436ccdbb"; + sha256_unsigned = "787494ade3c9afa2652bddacc0abb1be75b96c466c661605ee243f56436ccdbb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-2" + ]; + titles = [ + { + model = "Picostation 2 (XS2-8)"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "ath25/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "63763121a37af17b2449c93e2ebb233dbc9426683d041b11ace4e9938cfa4f06"; + sha256_unsigned = "9dd88d02de9714ecd59f9dd17a36e681a92f4de7be2a66d93fa8005f044a51b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-8dev_carambola2-initramfs-kernel.bin"; + sha256 = "caeafb127851220beb661fec4fd502f8f3507566cd209ca794651fca81b481ee"; + sha256_unsigned = "caeafb127851220beb661fec4fd502f8f3507566cd209ca794651fca81b481ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + model = "Carambola2"; + vendor = "8devices"; + } + ]; + }; + "8dev_lima" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-8dev_lima"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-8dev_lima-initramfs-kernel.bin"; + sha256 = "a7db1e2342be2fa3f1e42c3f02fac60d4c1b63e11a31da0d78f60a4b9cad5b5b"; + sha256_unsigned = "a7db1e2342be2fa3f1e42c3f02fac60d4c1b63e11a31da0d78f60a4b9cad5b5b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-8dev_lima-squashfs-sysupgrade.bin"; + sha256 = "cc2c9284adac6a3a390c2a38dcf51f120194a8f79185c28f6f37a160fe0216ae"; + sha256_unsigned = "4db822ab0b963008bf2d01ff3fde2cd082ff2ce006af4e6fcb531cd54c03169f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,lima" + "lima" + ]; + titles = [ + { + model = "Lima"; + vendor = "8devices"; + } + ]; + }; + adtran_bsap1800-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-adtran_bsap1800-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-adtran_bsap1800-v2-squashfs-kernel.bin"; + sha256 = "ca83477301870b2bef9afe6e680ed6b28256b95798cd8821c8bf35adbffe82bf"; + sha256_unsigned = "ca83477301870b2bef9afe6e680ed6b28256b95798cd8821c8bf35adbffe82bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-adtran_bsap1800-v2-squashfs-rootfs.bin"; + sha256 = "b4b796520e5a490da9f974cfe6c6265ab9543c9f5770dec9713099eda88bafd8"; + sha256_unsigned = "b4b796520e5a490da9f974cfe6c6265ab9543c9f5770dec9713099eda88bafd8"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-adtran_bsap1800-v2-squashfs-sysupgrade.bin"; + sha256 = "8156b5738850772ada63092a80984bd8a9bb7bf65d3e88ecc22a92c2023ee48a"; + sha256_unsigned = "f89128bdf2c50f6e1a5ca99b7686c497d6d856726eca06c6999f635f230fcbac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-adtran_bsap1800-v2-initramfs-kernel.bin"; + sha256 = "3fe3451d473ae4fc827c06c7ba8588907ea221ec8940ea5a1cbbb8081fbfd274"; + sha256_unsigned = "3fe3451d473ae4fc827c06c7ba8588907ea221ec8940ea5a1cbbb8081fbfd274"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1800-v2" + ]; + titles = [ + { + model = "BSAP-1800"; + variant = "v2"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + adtran_bsap1840 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-adtran_bsap1840"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-adtran_bsap1840-squashfs-sysupgrade.bin"; + sha256 = "ca27fc1f9efb24b104f8c02e3f96b020bfba421f4dff34766fb017cf7a5ca627"; + sha256_unsigned = "4a1652fd98e62bac7f91d4c6355f1255a9f34a389f09be22bf4702eaf3e6cc0f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-adtran_bsap1840-squashfs-kernel.bin"; + sha256 = "72755b47026386e0046f9d40349787e4a3b94233de0ad1803907c5687e8a068f"; + sha256_unsigned = "72755b47026386e0046f9d40349787e4a3b94233de0ad1803907c5687e8a068f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-adtran_bsap1840-squashfs-rootfs.bin"; + sha256 = "b4b796520e5a490da9f974cfe6c6265ab9543c9f5770dec9713099eda88bafd8"; + sha256_unsigned = "b4b796520e5a490da9f974cfe6c6265ab9543c9f5770dec9713099eda88bafd8"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-adtran_bsap1840-initramfs-kernel.bin"; + sha256 = "caed80fff5167aebf9c689d9728e8b6c4b4db0e2771760adae0aa5233be448e0"; + sha256_unsigned = "caed80fff5167aebf9c689d9728e8b6c4b4db0e2771760adae0aa5233be448e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1840" + ]; + titles = [ + { + model = "BSAP-1840"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + airtight_c-75 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-airtight_c-75"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-airtight_c-75-squashfs-sysupgrade.bin"; + sha256 = "29d5a51ac9dfd273da744201cac5f395ded248fb2662a4cc1a56ea21b168768f"; + sha256_unsigned = "89eb9d1b5a23a8ca22c0476ba545bd37d76bdc682030536bfb72d6650c68b029"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-airtight_c-75-initramfs-kernel.bin"; + sha256 = "4801432c9d6c4f27e502f4eb6cdcef445aaa3e6a659324c925ee467b4ee4df0e"; + sha256_unsigned = "4801432c9d6c4f27e502f4eb6cdcef445aaa3e6a659324c925ee467b4ee4df0e"; + type = "kernel"; + } + ]; + supported_devices = [ + "airtight,c-75" + ]; + titles = [ + { + model = "C-75"; + vendor = "AirTight Networks"; + } + { + model = "C-75"; + vendor = "Mojo Networks"; + } + { + model = "AP320"; + vendor = "WatchGuard"; + } + ]; + }; + alfa-network_ap121f = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-alfa-network_ap121f"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-alfa-network_ap121f-initramfs-kernel.bin"; + sha256 = "2d45977c6f3d5f8afe799859706236440913ee85172ee5ec0234a865b8f41c26"; + sha256_unsigned = "2d45977c6f3d5f8afe799859706236440913ee85172ee5ec0234a865b8f41c26"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-alfa-network_ap121f-squashfs-sysupgrade.bin"; + sha256 = "3ed33804c093b3ba41f241dd0b56ed5dc94cec56978b5df74e65701642c1d477"; + sha256_unsigned = "785bd2094b67658f7821419ee3efbbb75479720167226242a401d141e4a27c3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap121f" + "ap121f" + ]; + titles = [ + { + model = "AP121F"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_ap121fe = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-gadget-eth" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-alfa-network_ap121fe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-alfa-network_ap121fe-squashfs-sysupgrade.bin"; + sha256 = "c622b5ebcba867bf4e72be18499cac64471cc17bd0ad07a2e780ef4f2f9c17a3"; + sha256_unsigned = "10644c12bbfe86d3a85888a82ce2e5906a90ea41b4a00703c0720d5ef9b09212"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-alfa-network_ap121fe-initramfs-kernel.bin"; + sha256 = "a8c65ef747bc7a7ba7f09b7edfb0b948323988a7979259918b8985c0ad6f6122"; + sha256_unsigned = "a8c65ef747bc7a7ba7f09b7edfb0b948323988a7979259918b8985c0ad6f6122"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121fe" + ]; + titles = [ + { + model = "AP121FE"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n2q = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-gpio-pcf857x" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-alfa-network_n2q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-alfa-network_n2q-squashfs-sysupgrade.bin"; + sha256 = "99604c8d6d754be110b6755a62f20ceb8d4574afb8abf49cd06375b00b4abd81"; + sha256_unsigned = "605c20637ad964dfd1712c8dccaa4dbc3704910d340ecd41c767737604de9893"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-alfa-network_n2q-initramfs-kernel.bin"; + sha256 = "2d77eaaa51220631f1c7a105bd1930c0ea40d6861eb1a8cca572bcd818366157"; + sha256_unsigned = "2d77eaaa51220631f1c7a105bd1930c0ea40d6861eb1a8cca572bcd818366157"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n2q" + ]; + titles = [ + { + model = "N2Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n5q = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-alfa-network_n5q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-alfa-network_n5q-initramfs-kernel.bin"; + sha256 = "b1fa4a7507a95c15501b04f86ceb5203169842e45e6f47f3ada037c4b7ff9647"; + sha256_unsigned = "b1fa4a7507a95c15501b04f86ceb5203169842e45e6f47f3ada037c4b7ff9647"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-alfa-network_n5q-squashfs-sysupgrade.bin"; + sha256 = "fd354e3ea6ca66cc612f0f7415901bda79ae04c2b06e6e291ec941959f040e52"; + sha256_unsigned = "13fd31574776e34018acdb70de6bc9943e95bf853e5858b7ff05b038dc976db3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,n5q" + "n5q" + ]; + titles = [ + { + model = "N5Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_pi-wifi4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-alfa-network_pi-wifi4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-alfa-network_pi-wifi4-squashfs-sysupgrade.bin"; + sha256 = "1f15d068da2cf8128d6557d91e6948fca4645314da47761c023fd82c181d7427"; + sha256_unsigned = "68158cff13755ddef672f2199a6affc44af63636d7ca690725f1a48abc49ab0b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-alfa-network_pi-wifi4-initramfs-kernel.bin"; + sha256 = "9296af6fe6d5370a6662dbacb2bb366683e52d726e8f30e915bdd5c6ef3c2753"; + sha256_unsigned = "9296af6fe6d5370a6662dbacb2bb366683e52d726e8f30e915bdd5c6ef3c2753"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,pi-wifi4" + ]; + titles = [ + { + model = "Pi-WiFi4"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-alfa-network_r36a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-alfa-network_r36a-squashfs-sysupgrade.bin"; + sha256 = "6a8a2a89e3a78610868a1a5f60815358001fcff17a3f9c0a2cb93c46f0ce4e5e"; + sha256_unsigned = "90c511bedf91ce1b4faad4eb5a49e6b9b8b2a2f6304cb340fcf9562d408a6923"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-alfa-network_r36a-initramfs-kernel.bin"; + sha256 = "f50e42d27012af6eca059b377428fbe84cb7574b4c1a0d3a76d4f5710affe912"; + sha256_unsigned = "f50e42d27012af6eca059b377428fbe84cb7574b4c1a0d3a76d4f5710affe912"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36a" + "r36a" + ]; + titles = [ + { + model = "R36A"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-2hq = { + device_packages = [ + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-alfa-network_tube-2hq"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-alfa-network_tube-2hq-squashfs-sysupgrade.bin"; + sha256 = "06ca9ec5840bc652cdc00b9af2a468917865f414826a106575c5bcfca1235886"; + sha256_unsigned = "dfb6972cd2f2011937eea8de92b3a4d9d48379fac2a58281213793a5092e1a84"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-alfa-network_tube-2hq-initramfs-kernel.bin"; + sha256 = "627391ab7e75f8d859ac9140792c7b98a4dc4ad42a2d8e08e34d2ff5bfe06d67"; + sha256_unsigned = "627391ab7e75f8d859ac9140792c7b98a4dc4ad42a2d8e08e34d2ff5bfe06d67"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,tube-2hq" + "tube-2hq" + ]; + titles = [ + { + model = "Tube-2HQ"; + vendor = "ALFA Network"; + } + ]; + }; + allnet_all-wap02860ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-allnet_all-wap02860ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-allnet_all-wap02860ac-initramfs-kernel.bin"; + sha256 = "a831f7b1cba2e883650f07eaa285c2ca8da5f889d5a92f1463de02c22a30b822"; + sha256_unsigned = "a831f7b1cba2e883650f07eaa285c2ca8da5f889d5a92f1463de02c22a30b822"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-allnet_all-wap02860ac-squashfs-factory.bin"; + sha256 = "f36e25136fa32ff39855dfc4b595570b5dc84e14a7a2344ce037be1f2212d624"; + sha256_unsigned = "f36e25136fa32ff39855dfc4b595570b5dc84e14a7a2344ce037be1f2212d624"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-allnet_all-wap02860ac-squashfs-sysupgrade.bin"; + sha256 = "7c1350325e1ef391c2a5e42eee466c5dd0f39fc0b1895b5f63bfd96950110689"; + sha256_unsigned = "8b6a19892dff7e66b85d57fed3c0ec47cfe0b8b28a93fd4769b624816a5ba7b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all-wap02860ac" + ]; + titles = [ + { + model = "ALL-WAP02860AC"; + vendor = "ALLNET"; + } + ]; + }; + araknis_an-300-ap-i-n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-araknis_an-300-ap-i-n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-araknis_an-300-ap-i-n-squashfs-factory.bin"; + sha256 = "dbc843667d9040af689f3286d797f575e671c8872fced262558d52dfb49f6ac1"; + sha256_unsigned = "dbc843667d9040af689f3286d797f575e671c8872fced262558d52dfb49f6ac1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-araknis_an-300-ap-i-n-initramfs-kernel.bin"; + sha256 = "6143c50b05575f3fe1a9b16c320fe139b96ff4fe45110152932a8b05dcc49998"; + sha256_unsigned = "6143c50b05575f3fe1a9b16c320fe139b96ff4fe45110152932a8b05dcc49998"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-araknis_an-300-ap-i-n-squashfs-sysupgrade.bin"; + sha256 = "84049965774e5718755b0a694364e24cdbeb21cf887654f0a161bbc493743477"; + sha256_unsigned = "43576849cef6c9f1184d8ded59257cc91cb936a43672014c93f39629451ce093"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "araknis,an-300-ap-i-n" + ]; + titles = [ + { + model = "AN-300-AP-I-N"; + vendor = "Araknis"; + } + ]; + }; + araknis_an-500-ap-i-ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-araknis_an-500-ap-i-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-araknis_an-500-ap-i-ac-initramfs-kernel.bin"; + sha256 = "2117935be287f5973ef934cbc9b291fe51c82ea826045e091e6eeab84e7afac0"; + sha256_unsigned = "2117935be287f5973ef934cbc9b291fe51c82ea826045e091e6eeab84e7afac0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-araknis_an-500-ap-i-ac-squashfs-factory.bin"; + sha256 = "559481f8b2981e9e70ec406105694824567a7299c98d6ef32e9a62002285dbf9"; + sha256_unsigned = "559481f8b2981e9e70ec406105694824567a7299c98d6ef32e9a62002285dbf9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-araknis_an-500-ap-i-ac-squashfs-sysupgrade.bin"; + sha256 = "c6e04889c6b148f5ab7ba3474557c1500a223ecc319b0be5a3a4e32dc6101a85"; + sha256_unsigned = "a406d4d0fa5cc6c0077416b88275a979760958bba8e12c0ae672983d0ecb8563"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "araknis,an-500-ap-i-ac" + ]; + titles = [ + { + model = "AN-500-AP-I-AC"; + vendor = "Araknis"; + } + ]; + }; + araknis_an-700-ap-i-ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-araknis_an-700-ap-i-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-araknis_an-700-ap-i-ac-squashfs-sysupgrade.bin"; + sha256 = "a906be0352a0891da795fab2909eb6e62191c8ee7335cd96122822742522f812"; + sha256_unsigned = "894b902875687a93ee5277bfd8d0da56b251f1730d85a622babe6c6925a0e89e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-araknis_an-700-ap-i-ac-squashfs-factory.bin"; + sha256 = "e1b2e699de3d45ceb3160484907cc5f2366effc71fb6c27c08b5b4a2af2061ca"; + sha256_unsigned = "e1b2e699de3d45ceb3160484907cc5f2366effc71fb6c27c08b5b4a2af2061ca"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-araknis_an-700-ap-i-ac-initramfs-kernel.bin"; + sha256 = "3c1bb5eb9c441a1dc2fa7bfd5f5125729e0d385d289160ebccd0f093f7c337ce"; + sha256_unsigned = "3c1bb5eb9c441a1dc2fa7bfd5f5125729e0d385d289160ebccd0f093f7c337ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "araknis,an-700-ap-i-ac" + ]; + titles = [ + { + model = "AN-700-AP-I-AC"; + vendor = "Araknis"; + } + ]; + }; + arduino_yun = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "block-mount" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-arduino_yun"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-arduino_yun-initramfs-kernel.bin"; + sha256 = "6f819db6c7e58a98b8f2ce35d01072ca77a93af758e3fac623ecf69726d4287b"; + sha256_unsigned = "6f819db6c7e58a98b8f2ce35d01072ca77a93af758e3fac623ecf69726d4287b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-arduino_yun-squashfs-sysupgrade.bin"; + sha256 = "6bba43035e2db1541a576d64d0f89e2cab4fcbbb2931987dbeb3bb08f1b5757c"; + sha256_unsigned = "aad1682298f4a548c9d67408b331ae6cdbecf72c2916c3dd03a9f7314c09398e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arduino,yun" + "arduino-yun" + ]; + titles = [ + { + model = "Yun"; + vendor = "Arduino"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-aruba_ap-105-initramfs-kernel.bin"; + sha256 = "250e4bdf067cf91492a96f7a82dad8d2b0bb98629eae5189e72c6c7672400ef3"; + sha256_unsigned = "250e4bdf067cf91492a96f7a82dad8d2b0bb98629eae5189e72c6c7672400ef3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "e8f4f932c5138d4f9f9e418e8f743dbe427f69b0408203e9b9c090e420aeb6fd"; + sha256_unsigned = "af8413c8ab74dcf7ea60fd5a943d074193543be4a4b84ebb7544e2ebbece417c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + model = "AP-105"; + vendor = "Aruba"; + } + ]; + }; + asus_rp-ac66 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-asus_rp-ac66"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-asus_rp-ac66-squashfs-sysupgrade.bin"; + sha256 = "8145eaab71aeaac31a37606980b9af7477dc0874f71f95b95d23257a3b8e853d"; + sha256_unsigned = "d21356ce54be55022f1237be40924b34648d74b5201c6d178ae11ffb1edcc4d5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-asus_rp-ac66-squashfs-factory.bin"; + sha256 = "7d31c404fd19b8cdb4f348efdffc689b3463a83ef82a43348214377e979a1e2d"; + sha256_unsigned = "7d31c404fd19b8cdb4f348efdffc689b3463a83ef82a43348214377e979a1e2d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-asus_rp-ac66-initramfs-kernel.bin"; + sha256 = "0660fcea836b53023b9b4f9db5b58af416bd80afaf9521f871a34815a735a522"; + sha256_unsigned = "0660fcea836b53023b9b4f9db5b58af416bd80afaf9521f871a34815a735a522"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rp-ac66" + ]; + titles = [ + { + model = "RP-AC66"; + vendor = "ASUS"; + } + ]; + }; + atheros_db120 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-atheros_db120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-atheros_db120-squashfs-sysupgrade.bin"; + sha256 = "c9d9fb59af0c78b52db9144ee65b0f16c2441844a138cf56866c332709519bc0"; + sha256_unsigned = "78a04f371d29708d5e9a5690ee05f669aeca51d232cfc61c221fa597c2289d12"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-atheros_db120-initramfs-kernel.bin"; + sha256 = "85b896b2831ff8af42f9c90b062e1e4fc869a06531da41de6bf86889ec489183"; + sha256_unsigned = "85b896b2831ff8af42f9c90b062e1e4fc869a06531da41de6bf86889ec489183"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-atheros_db120-squashfs-factory.bin"; + sha256 = "38c3c92eb55e479a5d2a6d250a5a89913859129e7418d29c3e2dfea534b222b9"; + sha256_unsigned = "38c3c92eb55e479a5d2a6d250a5a89913859129e7418d29c3e2dfea534b222b9"; + type = "factory"; + } + ]; + supported_devices = [ + "atheros,db120" + "db120" + ]; + titles = [ + { + model = "DB120"; + vendor = "Atheros"; + } + ]; + }; + avm_fritz1750e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-avm_fritz1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin"; + sha256 = "ba46484e12886e1b86138ffcf2909453e2e2673995f460fdc09a6f55e32cdf06"; + sha256_unsigned = "a8cd8e78f69c5551fdb9d677040795abc975c33a895482c80e5fe6f1ddd2368c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-avm_fritz1750e-initramfs-kernel.bin"; + sha256 = "56d338f54ac031e834613bdd89fdd9f5b728ca029b6996427aee0429ea9be217"; + sha256_unsigned = "56d338f54ac031e834613bdd89fdd9f5b728ca029b6996427aee0429ea9be217"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz1750e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 1750E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "118e76fd6a19e4322d84e81e33a588c61bf84c0dc6de19f480fbfbac669dace7"; + sha256_unsigned = "082dba7d25af9aae0872f889b7cc021ef161d64bbd55978f0b8f3cc5cea5a067"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-avm_fritz300e-initramfs-kernel.bin"; + sha256 = "93e849a034b09e773e135e2248d1b9d617a35361dbcdbfa4b86932039aff2e9e"; + sha256_unsigned = "93e849a034b09e773e135e2248d1b9d617a35361dbcdbfa4b86932039aff2e9e"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 300E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "0923659ac9160acd62b6a55af9206c991b2f688b01829d69cdb1f7d8547ff7af"; + sha256_unsigned = "be455013fb4875896048ecd3bbb5facba180f490d0381c524c15f86bbe497679"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-avm_fritz4020-initramfs-kernel.bin"; + sha256 = "027bf5d939ede022bfb30bc7331068702393497437ca6b3a1549295c705d3757"; + sha256_unsigned = "027bf5d939ede022bfb30bc7331068702393497437ca6b3a1549295c705d3757"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + model = "FRITZ!Box 4020"; + vendor = "AVM"; + } + ]; + }; + avm_fritz450e = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-avm_fritz450e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-avm_fritz450e-squashfs-sysupgrade.bin"; + sha256 = "a4b7cb3df59bc8833f4677514faa01b116411152cf2da3dd3404a811c35fdc32"; + sha256_unsigned = "7018c5603b8f498ec6ca8d2e7b53799c0defaa88f8db4ff7221289cf7bc3cbe4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-avm_fritz450e-initramfs-kernel.bin"; + sha256 = "a1f88a8bbca2b5ff2cfa7d9b8422ee839e799975b5cdc865b129b51d17101e62"; + sha256_unsigned = "a1f88a8bbca2b5ff2cfa7d9b8422ee839e799975b5cdc865b129b51d17101e62"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz450e" + "fritz450e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 450E"; + vendor = "AVM"; + } + ]; + }; + avm_fritzdvbc = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-avm_fritzdvbc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-avm_fritzdvbc-initramfs-kernel.bin"; + sha256 = "e8cfcfedd0834d9d6cca96757d889ae736fc52d1392f0795766e4dd7e2274aa4"; + sha256_unsigned = "e8cfcfedd0834d9d6cca96757d889ae736fc52d1392f0795766e4dd7e2274aa4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-avm_fritzdvbc-squashfs-sysupgrade.bin"; + sha256 = "52fe4e27e16bda00cb96c60603bb75c42f95b3d73311829554c19ee0649a6804"; + sha256_unsigned = "3eb03bbe882db0e380084bf1c129c4fe5ee65fae3b379c38eca019d86c3c54b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzdvbc" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater DVB-C"; + vendor = "AVM"; + } + ]; + }; + belkin_f9j1108-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-belkin_f9j1108-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-belkin_f9j1108-v2-initramfs-kernel.bin"; + sha256 = "33369c373848446538a0b919482834bb80277b968d3030b867b2f417d5cc6114"; + sha256_unsigned = "33369c373848446538a0b919482834bb80277b968d3030b867b2f417d5cc6114"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-belkin_f9j1108-v2-squashfs-sysupgrade.bin"; + sha256 = "d1690601fa19b81f97c52f4be72484a71dc3af8762c55ae42d0ad0aa2a7254e2"; + sha256_unsigned = "b44874c29ab422f6c351816cbc60927ef858f09e0d7c219c3d8bcbbf7fed321b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-belkin_f9j1108-v2-squashfs-factory.bin"; + sha256 = "fd35a369c901ee7e6d5c6bdf8c5963ba776338511399a018deadf6f44ca78aa4"; + sha256_unsigned = "fd35a369c901ee7e6d5c6bdf8c5963ba776338511399a018deadf6f44ca78aa4"; + type = "factory"; + } + ]; + supported_devices = [ + "belkin,f9j1108-v2" + ]; + titles = [ + { + model = "F9J1108 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + belkin_f9k1115-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-belkin_f9k1115-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-belkin_f9k1115-v2-squashfs-factory.bin"; + sha256 = "27b5977de918105947ae02f91c7d0471b750c7676f6532afae7922eb16ef2617"; + sha256_unsigned = "27b5977de918105947ae02f91c7d0471b750c7676f6532afae7922eb16ef2617"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-belkin_f9k1115-v2-initramfs-kernel.bin"; + sha256 = "894ba5376928c650b1cd867d301743b6005a8a1a7306e12ca2dcad0fce06202a"; + sha256_unsigned = "894ba5376928c650b1cd867d301743b6005a8a1a7306e12ca2dcad0fce06202a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-belkin_f9k1115-v2-squashfs-sysupgrade.bin"; + sha256 = "b95b90a4d72126f4ae87665b31854253af56931422e75975e4c998f83aa4c46b"; + sha256_unsigned = "599f84a2e6651adff40c6eb7338c86d6ac7d5e98d5a4c94873092dbdf7a7a456"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1115-v2" + ]; + titles = [ + { + model = "F9K1115 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "2915e369858e86abc8ec96a091ac9cc7bb792c2fd558c8592e1d2f4baba3fc2b"; + sha256_unsigned = "2915e369858e86abc8ec96a091ac9cc7bb792c2fd558c8592e1d2f4baba3fc2b"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "423b1bde25277ab506f09eb1f479fc7a856a9dac9fafab380a586b9d5d4015c9"; + sha256_unsigned = "a738ee7d8afa4b7cc119cebeb2a5a0441c764fc215dc050fd310f641a0bda3b2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_bhr-4grv-initramfs-kernel.bin"; + sha256 = "6dd5639b0cd307f670301b58751ad0d190ea0ccb3086daef44d625246942dc97"; + sha256_unsigned = "6dd5639b0cd307f670301b58751ad0d190ea0ccb3086daef44d625246942dc97"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "86be27efa99e568698dbfb82de395e3288d29467b1539c1bc018c062d630495f"; + sha256_unsigned = "86be27efa99e568698dbfb82de395e3288d29467b1539c1bc018c062d630495f"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "BHR-4GRV"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "030934240c55a33ec446ee294dc44493d72e46601b9334a9709408c791f64595"; + sha256_unsigned = "0323547c024539b2530776457b0cd42e02106430f385385252f2f1769e1ca74a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_bhr-4grv2-initramfs-kernel.bin"; + sha256 = "24b8eb5943b2419bf806b6607cbe5829bf00ef12b42d5f3a3d5cba687c02e451"; + sha256_unsigned = "24b8eb5943b2419bf806b6607cbe5829bf00ef12b42d5f3a3d5cba687c02e451"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + model = "BHR-4GRV2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-buffalo_wzr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-600dhp-squashfs-tftp.bin"; + sha256 = "cc64219dd9f1b1ad5b17cc608639e9cecaf713c34d3caa03167f9ae3e17af294"; + sha256_unsigned = "cc64219dd9f1b1ad5b17cc608639e9cecaf713c34d3caa03167f9ae3e17af294"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "a6ff2bfe25d237871db959995f078c6523035a3738cd05dce2b33f380ce69fa1"; + sha256_unsigned = "d4f826d4ec45aac2c1385c2f8af21902dcc95db46f7d276abb27c3b7d16f0d95"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-600dhp-squashfs-factory.bin"; + sha256 = "c0ec6a051463458fbcb96b49df9c93dc9f9636db5ed7e4a171abb091c798d177"; + sha256_unsigned = "c0ec6a051463458fbcb96b49df9c93dc9f9636db5ed7e4a171abb091c798d177"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-600dhp-initramfs-kernel.bin"; + sha256 = "77b9a410c21f6667f60b42e57428de4eb621fdccddac61590ef28c82934245c5"; + sha256_unsigned = "77b9a410c21f6667f60b42e57428de4eb621fdccddac61590ef28c82934245c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "e83f214d44691175e69177dda9675bee59bc2dee0608e053b27c2f5797312e66"; + sha256_unsigned = "e83f214d44691175e69177dda9675bee59bc2dee0608e053b27c2f5797312e66"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "7919e6aad2296873a6cabc335fcdd1cc7ac3af4695a1ea36311246c0d03150b0"; + sha256_unsigned = "442639342151559d64ded9ba981c4d60fadb1aea5750e6f77e59e50c56e0397a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "f1f5fb78189d88264919cb76281492cb82040749cfdffe819580c04d5b1b1297"; + sha256_unsigned = "f1f5fb78189d88264919cb76281492cb82040749cfdffe819580c04d5b1b1297"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-ag300h-initramfs-kernel.bin"; + sha256 = "9b26609195844dfe0e81e70fb429b6916b1c496b5c31cccf745dad8df8500979"; + sha256_unsigned = "9b26609195844dfe0e81e70fb429b6916b1c496b5c31cccf745dad8df8500979"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-HP-AG300H"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-rb = { + device_packages = [ + "kmod-gpio-cascade" + "kmod-mux-gpio" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g300nh-rb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g300nh-rb-initramfs-kernel.bin"; + sha256 = "c2ce0f09027427391ab9af7159722d79d88014ae02b189b2387284eecad5b8fa"; + sha256_unsigned = "c2ce0f09027427391ab9af7159722d79d88014ae02b189b2387284eecad5b8fa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-factory.bin"; + sha256 = "4c9df72786806787c3a8883c6eee5a1b53a3776be26674b2d3b5c4d63d5eff78"; + sha256_unsigned = "4c9df72786806787c3a8883c6eee5a1b53a3776be26674b2d3b5c4d63d5eff78"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-tftp.bin"; + sha256 = "7ddf7d57d2787f0233915da002dcd30fa0171d071b1d3f3e91a207b95bc863e8"; + sha256_unsigned = "7ddf7d57d2787f0233915da002dcd30fa0171d071b1d3f3e91a207b95bc863e8"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-sysupgrade.bin"; + sha256 = "ed943abcb5e822b0d1a0b999e8e6613e3ff3d2c3e8caf891a546529d4b6c6a65"; + sha256_unsigned = "8f790fcc6b0a7c3d242782cd219c15a410d476d63297c9277c13a4c2ac2bcebb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-rb" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366RB switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-s = { + device_packages = [ + "kmod-gpio-cascade" + "kmod-mux-gpio" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g300nh-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-factory.bin"; + sha256 = "528bd9215117ab1942c4b6579acf87ff21b019aefd7d6d702654524b6d97d259"; + sha256_unsigned = "528bd9215117ab1942c4b6579acf87ff21b019aefd7d6d702654524b6d97d259"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-tftp.bin"; + sha256 = "35ef8463d50e5582305789d6806e914ccc02a099a85b0bdba2277618fda805f5"; + sha256_unsigned = "35ef8463d50e5582305789d6806e914ccc02a099a85b0bdba2277618fda805f5"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g300nh-s-initramfs-kernel.bin"; + sha256 = "bcefd9cc0e8f0f3a528bebb18f54b1c1bcf703764d7c83cbe9d0c29fdc714153"; + sha256_unsigned = "bcefd9cc0e8f0f3a528bebb18f54b1c1bcf703764d7c83cbe9d0c29fdc714153"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-sysupgrade.bin"; + sha256 = "12f546d1b91515a25f623bf0780857c2ff602e3e4b5c65edf40197e1f6232b5a"; + sha256_unsigned = "5eee4e3cde76b39dd45e4f21262b612c51dcebb3c604118eb33d91bd7e0cae89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-s" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366S switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "e55afa97da11b2e38a16e721331b0cf5725ccca84a5e736fa0d928c0f38bfb6f"; + sha256_unsigned = "1cfc2a270079e658fe67ce410bacd32c15bf77a4b2fa7df8e3dddd1dee811683"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "f6d809055ac3fc6bfb5294fcc6ba2d7d91a87456e4d2c86441804e90e3de54d5"; + sha256_unsigned = "f6d809055ac3fc6bfb5294fcc6ba2d7d91a87456e4d2c86441804e90e3de54d5"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "74304e9f7620c08834ebf6ab9696053836552a1dd0f388dbab0bdb0298b71a3a"; + sha256_unsigned = "74304e9f7620c08834ebf6ab9696053836552a1dd0f388dbab0bdb0298b71a3a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g302h-a1a0-initramfs-kernel.bin"; + sha256 = "4b6b948725da5695f6cd4c59b7a58e5c52fecd939f13762d38c1c3e01530da19"; + sha256_unsigned = "4b6b948725da5695f6cd4c59b7a58e5c52fecd939f13762d38c1c3e01530da19"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + model = "WZR-HP-G302H"; + variant = "A1A0"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g450h-initramfs-kernel.bin"; + sha256 = "0128cbb5fdfd4e7ad7fc4fcff71c64db2bacbd5112ccbd8ea5f9bbf25a86f7ca"; + sha256_unsigned = "0128cbb5fdfd4e7ad7fc4fcff71c64db2bacbd5112ccbd8ea5f9bbf25a86f7ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "33933a6746d5cdfe03c8cf85b9ac40e17879ebd76b9238d97ae023354e677e35"; + sha256_unsigned = "33933a6746d5cdfe03c8cf85b9ac40e17879ebd76b9238d97ae023354e677e35"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "a85c954eba468e6713c1b080352000b050fba6514f8dd7cdfceb042c27850534"; + sha256_unsigned = "16ea971e54ac3be4e0e2cb1b9fdc9d01d36b05f499b3cfb4b0fd4c68d29df7ad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "7cee783bb4842ab6ee8a6faf31199d2d840cf23c86daf659efa09387616d6496"; + sha256_unsigned = "7cee783bb4842ab6ee8a6faf31199d2d840cf23c86daf659efa09387616d6496"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "WZR-HP-G450H/WZR-450HP"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-e110n-v2-initramfs-kernel.bin"; + sha256 = "c8607b5106daa6ce77bc3eeb920bebf4dcebce2d070b615fed9ef7b7a491e4f4"; + sha256_unsigned = "c8607b5106daa6ce77bc3eeb920bebf4dcebce2d070b615fed9ef7b7a491e4f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "d578bad3a6f82bb4d59ab3f622b6ab533fd4013963f487abbc6f26bbd0212c94"; + sha256_unsigned = "daa5cf39d4862dfd5b4f13b506cecf5eb5c2f9afeb6c0ea4d0e7df7d52a69acf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + model = "CF-E110N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "5f47db1ed1c37184ef2a3a308e2ebb5dcc6c5ac37883eb9ccea91968e0f52d39"; + sha256_unsigned = "642bf3db16ed922bcc1e1b511650bee400bbe2cbe7f3e21af2c18eb1c6ce5454"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-e120a-v3-initramfs-kernel.bin"; + sha256 = "33558b000da437a0724af974a374e4060d06ccbf59f7ae8633e13880727a2c82"; + sha256_unsigned = "33558b000da437a0724af974a374e4060d06ccbf59f7ae8633e13880727a2c82"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + model = "CF-E120A"; + variant = "v3"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e130n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-comfast_cf-e130n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-e130n-v2-initramfs-kernel.bin"; + sha256 = "e7aa0e874ebbaf6ef5b7aa1e7933e22b9df9f5e93348853d5b0f9c382dcf8ba7"; + sha256_unsigned = "e7aa0e874ebbaf6ef5b7aa1e7933e22b9df9f5e93348853d5b0f9c382dcf8ba7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-e130n-v2-squashfs-sysupgrade.bin"; + sha256 = "fba0df39e12c40f3955356a39a8714e95f4f20011a6cb337934a65898124f395"; + sha256_unsigned = "925225257db767bc69d6eca9785c47333ecc377a14bade60ed67e8e96602f905"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e130n-v2" + ]; + titles = [ + { + model = "CF-E130N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e313ac = { + device_packages = [ + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-comfast_cf-e313ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-e313ac-squashfs-sysupgrade.bin"; + sha256 = "c1294e5b100af24b546733d72dc29149eea92faddf2f22ccdd8cbc76af419fd6"; + sha256_unsigned = "5e453c82e2f0c6ed26cf6b3b2f93f36b1d8a253296d1b35d1bbca88f6d57caf1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-e313ac-initramfs-kernel.bin"; + sha256 = "176d8ae1351d4c315545d942c7af770ecaf671b03aae989d962a352993598d1a"; + sha256_unsigned = "176d8ae1351d4c315545d942c7af770ecaf671b03aae989d962a352993598d1a"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e313ac" + ]; + titles = [ + { + model = "CF-E313AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e314n-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-comfast_cf-e314n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-e314n-v2-squashfs-sysupgrade.bin"; + sha256 = "70e3ab35207803605ed884921d23933e7544c0c25d14caaccf5f8234dbf2fd6c"; + sha256_unsigned = "335384e4dba3e3dc7032fa4c83a0519f2f27dfec3ff6d79239c4db1a5b2138e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-e314n-v2-initramfs-kernel.bin"; + sha256 = "ad581398a231ef7fc4888b05d24ea14c20f66a8069fd578b3211fdf2bad35043"; + sha256_unsigned = "ad581398a231ef7fc4888b05d24ea14c20f66a8069fd578b3211fdf2bad35043"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e314n-v2" + ]; + titles = [ + { + model = "CF-E314N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e375ac = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-comfast_cf-e375ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-e375ac-initramfs-kernel.bin"; + sha256 = "e7a2a0baeb0d64ceb599bed22e1ed0bd22a28648f00d3e34597ef7b762fcf311"; + sha256_unsigned = "e7a2a0baeb0d64ceb599bed22e1ed0bd22a28648f00d3e34597ef7b762fcf311"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-e375ac-squashfs-sysupgrade.bin"; + sha256 = "b017459d44a1e6e4ec5c3c81a1f669a0e2613e609deb9a18bd6bcd83ad2302e8"; + sha256_unsigned = "fdfe1865c4318ebf5e736f0d61b1a6d895704dece703fdf5bb68634a46d3222c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e375ac" + ]; + titles = [ + { + model = "CF-E375AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-e5-initramfs-kernel.bin"; + sha256 = "ea0b3515b23e93de38a44b51df2be69b9fabde68a5d6504f5e6799b8b5f968d4"; + sha256_unsigned = "ea0b3515b23e93de38a44b51df2be69b9fabde68a5d6504f5e6799b8b5f968d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "90794e86e9b70ecc0195b11ed0543ce7fe5566cd1539d6e3e94945eda8f19d9f"; + sha256_unsigned = "8c78074efbdc51c97bcc78e54e54381657d4df1b475fb03a512d7da99d48dc24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + model = "CF-E5/E7"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e560ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-comfast_cf-e560ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-e560ac-initramfs-kernel.bin"; + sha256 = "72ac60b3935de8090822571fe8aed50de77c35dcfb40dd1adba4048a938477d0"; + sha256_unsigned = "72ac60b3935de8090822571fe8aed50de77c35dcfb40dd1adba4048a938477d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-e560ac-squashfs-sysupgrade.bin"; + sha256 = "930f88503e1f602eff0e38d3c186fc71029f40b4089bd908fcc075735737a46b"; + sha256_unsigned = "69fe0b9d8b522de3fc70b0c2cd1162cbad15a841bd51e60c2595a5f1675c61a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e560ac" + ]; + titles = [ + { + model = "CF-E560AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-ew72 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-comfast_cf-ew72"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-ew72-initramfs-kernel.bin"; + sha256 = "9674462af2b1491a0d9922e649bdb186869c677f95b44dddf9bf16648920c59f"; + sha256_unsigned = "9674462af2b1491a0d9922e649bdb186869c677f95b44dddf9bf16648920c59f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-ew72-squashfs-sysupgrade.bin"; + sha256 = "7dab202b560d29365bba9a6fad36f997af77d27ae6689fd2c3070e2efad44d52"; + sha256_unsigned = "f2342176e2e0293bea496c84f45be1ef1d3b2616f72b7ba742f366f5e7fe38fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-ew72" + ]; + titles = [ + { + model = "CF-EW72"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-comfast_cf-wr650ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-wr650ac-v1-initramfs-kernel.bin"; + sha256 = "a366ae07e98772e8f40d992bb9dca409c6a2a9969a710dede96ca1f6116ec63d"; + sha256_unsigned = "a366ae07e98772e8f40d992bb9dca409c6a2a9969a710dede96ca1f6116ec63d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-wr650ac-v1-squashfs-sysupgrade.bin"; + sha256 = "7f32ca6c50f5a52be656f0f9960c0d0b18b961fa7384cd784fc5238c7e10a958"; + sha256_unsigned = "342a3693bae4662b2059f1da3751bcfd3c7c2d5d44329997a56b13da0db7ca38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v1" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-comfast_cf-wr650ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-wr650ac-v2-initramfs-kernel.bin"; + sha256 = "be676428d44530cec9a7bc1efd0c3f05ddcfddf31e03b3b54fbded5f4431eb62"; + sha256_unsigned = "be676428d44530cec9a7bc1efd0c3f05ddcfddf31e03b3b54fbded5f4431eb62"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-wr650ac-v2-squashfs-sysupgrade.bin"; + sha256 = "fc199d906258564221f7c828590e584817596b4a0bc1f8efd0dcb37b4dcaad6a"; + sha256_unsigned = "c495e7e927f1d1992191bbd994c94233ffa1bd7ee873bb1fdf93d671680e26d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v2" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr752ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-comfast_cf-wr752ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-wr752ac-v1-squashfs-sysupgrade.bin"; + sha256 = "6d09924bf742873b6d2bfa5798af166638fbbb373f78b840ace00e2db14a12bf"; + sha256_unsigned = "d04f2e732b388180e7b981f58947efbd022aabf0de8879169b394215eafe470d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-comfast_cf-wr752ac-v1-initramfs-kernel.bin"; + sha256 = "b878503b067b54a7034a066c6a05da41e0e161a4f5f032c8d0bfe21163f0d592"; + sha256_unsigned = "b878503b067b54a7034a066c6a05da41e0e161a4f5f032c8d0bfe21163f0d592"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr752ac-v1" + ]; + titles = [ + { + model = "CF-WR752AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + compex_wpj344-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-compex_wpj344-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-compex_wpj344-16m-initramfs-kernel.bin"; + sha256 = "11e63f6dda8c39c6ed8c8d50869029103d4cd19afe5f2d0347551c7b7ddda54b"; + sha256_unsigned = "11e63f6dda8c39c6ed8c8d50869029103d4cd19afe5f2d0347551c7b7ddda54b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-compex_wpj344-16m-squashfs-cpximg-6a08.bin"; + sha256 = "1ca7d6a54f963f6a7b1b918d3fea0c9f23127d3b93d0da0d725644770816fd0d"; + sha256_unsigned = "1ca7d6a54f963f6a7b1b918d3fea0c9f23127d3b93d0da0d725644770816fd0d"; + type = "cpximg-6a08"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-compex_wpj344-16m-squashfs-sysupgrade.bin"; + sha256 = "2cdb3dfcfcd07a4cbd9b278bf8f9f10194c8d7c5bf050ed44c3fbbff3a042473"; + sha256_unsigned = "539d2e40d2541ac86bc8eee90bad0d78d16f97cf691c82c3d727414802d5a054"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj344-16m" + "wpj344" + ]; + titles = [ + { + model = "WPJ344"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj531-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-compex_wpj531-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a04.bin"; + sha256 = "21f76d067fd9b111c038d541f9602a76a42b7ed234ea7b6af836bdf1e330ac98"; + sha256_unsigned = "21f76d067fd9b111c038d541f9602a76a42b7ed234ea7b6af836bdf1e330ac98"; + type = "cpximg-7a04"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-compex_wpj531-16m-squashfs-sysupgrade.bin"; + sha256 = "b3a0ed6a298d7d93dffd6dbe24f18d2a6f1f98acd2719377d70b73afe45ceb66"; + sha256_unsigned = "d4c31cc992c35c237c564295c518d28a0554c567c8e14fa2c488e01f04ad8c2a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a03.bin"; + sha256 = "0478c6d4de892d55f841edca4468ef3fb6363185a2c4563c85a251c1f1ce7120"; + sha256_unsigned = "0478c6d4de892d55f841edca4468ef3fb6363185a2c4563c85a251c1f1ce7120"; + type = "cpximg-7a03"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a07.bin"; + sha256 = "21f76d067fd9b111c038d541f9602a76a42b7ed234ea7b6af836bdf1e330ac98"; + sha256_unsigned = "21f76d067fd9b111c038d541f9602a76a42b7ed234ea7b6af836bdf1e330ac98"; + type = "cpximg-7a07"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a06.bin"; + sha256 = "21f76d067fd9b111c038d541f9602a76a42b7ed234ea7b6af836bdf1e330ac98"; + sha256_unsigned = "21f76d067fd9b111c038d541f9602a76a42b7ed234ea7b6af836bdf1e330ac98"; + type = "cpximg-7a06"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-compex_wpj531-16m-initramfs-kernel.bin"; + sha256 = "8dcfa467c453b17a82ab09d6d13b222c5c56836c5f058d8e3803ffbd36ec4727"; + sha256_unsigned = "8dcfa467c453b17a82ab09d6d13b222c5c56836c5f058d8e3803ffbd36ec4727"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj531-16m" + "wpj531" + ]; + titles = [ + { + model = "WPJ531"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj558-16m = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-compex_wpj558-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-compex_wpj558-16m-squashfs-sysupgrade.bin"; + sha256 = "e8d78d5c9df9efd666c63ce6c0a31ac1877dfff84f7aa3522261cec264c8f9a4"; + sha256_unsigned = "99f543b609966f5a6b98b114bd35cd653740e3cc1128224cbd0359fb519ce1b3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-compex_wpj558-16m-initramfs-kernel.bin"; + sha256 = "5d294c2cfc1bda0357c2a437912a91bb903cfa73e5838e5976fedfc6620e5682"; + sha256_unsigned = "5d294c2cfc1bda0357c2a437912a91bb903cfa73e5838e5976fedfc6620e5682"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-compex_wpj558-16m-squashfs-cpximg-6a07.bin"; + sha256 = "b841325324b1667672eef0cae68c45af502aef93569846c94f5bdb119d3c066f"; + sha256_unsigned = "b841325324b1667672eef0cae68c45af502aef93569846c94f5bdb119d3c066f"; + type = "cpximg-6a07"; + } + ]; + supported_devices = [ + "compex,wpj558-16m" + "wpj558" + ]; + titles = [ + { + model = "WPJ558"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj563 = { + device_packages = [ + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-compex_wpj563"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-compex_wpj563-squashfs-sysupgrade.bin"; + sha256 = "06c6e2efe06a0f2fdcb5f86c6dbe6c2efb8b629a55adc17c336f0b5657eae531"; + sha256_unsigned = "381a8ba546a01e2f5716ebc8fb0e64b938d749f15de52afe085d8e54fe0fa458"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-compex_wpj563-initramfs-kernel.bin"; + sha256 = "afd39d8b3a0dd2656e80d16a3d32669ffb0596c0e646094378516515892951ea"; + sha256_unsigned = "afd39d8b3a0dd2656e80d16a3d32669ffb0596c0e646094378516515892951ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-compex_wpj563-squashfs-cpximg-7a02.bin"; + sha256 = "a6762b08cd94122d46a0f43463bb79fcacc94b34040eb1d81849a2fa59b3fa55"; + sha256_unsigned = "a6762b08cd94122d46a0f43463bb79fcacc94b34040eb1d81849a2fa59b3fa55"; + type = "cpximg-7a02"; + } + ]; + supported_devices = [ + "compex,wpj563" + "wpj563" + ]; + titles = [ + { + model = "WPJ563"; + vendor = "Compex"; + } + ]; + }; + devolo_dlan-pro-1200plus-ac = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-devolo_dlan-pro-1200plus-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-devolo_dlan-pro-1200plus-ac-initramfs-kernel.bin"; + sha256 = "3ef7976890a8495e342962c8fbf2a19edfbee5b4652a48b0af99dd6499092954"; + sha256_unsigned = "3ef7976890a8495e342962c8fbf2a19edfbee5b4652a48b0af99dd6499092954"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-devolo_dlan-pro-1200plus-ac-squashfs-sysupgrade.bin"; + sha256 = "f2bd39c692fe6bb18d75d03f3b83317f4578296a9b216e4e2d386def1c07db00"; + sha256_unsigned = "b9dee0552518e3375c86537c30f64a58325d26a11f7db152b69e51e548dc6b4d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dlan-pro-1200plus-ac" + ]; + titles = [ + { + model = "dLAN pro 1200+ WiFi ac"; + vendor = "Devolo"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-devolo_dvl1200e-initramfs-kernel.bin"; + sha256 = "b86d9f2df99996545d3571093645195fae30fcfe61dccd9b6ca2547a0ab59f59"; + sha256_unsigned = "b86d9f2df99996545d3571093645195fae30fcfe61dccd9b6ca2547a0ab59f59"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "85e41ff6e96ebbe09a84d4010374b170785fbb5b46a3219babc60273c3ee5d0e"; + sha256_unsigned = "c6cf85bf187ae009c956d1c5061b976dba5e79ab54bd8e8fd5d44ebcab2ff9d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + model = "WiFi pro 1200e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "1528b32de4795f69e8e2f9353aba065318fa770a6627e8d6af7c79fc90c78cf8"; + sha256_unsigned = "5e2eab3ac2c42b1735da1f85033033870e433e6a2e2fec8d12c3335c1555c19e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-devolo_dvl1200i-initramfs-kernel.bin"; + sha256 = "0fe304f5363a0775b5aab2f209f89e8a2f2efd5f87be5a58c3d64a5b4a8f8587"; + sha256_unsigned = "0fe304f5363a0775b5aab2f209f89e8a2f2efd5f87be5a58c3d64a5b4a8f8587"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + model = "WiFi pro 1200i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "a5f24740901c9bca18182d829dfffad2d6bedf9e48e3315c367f23eff500c5ab"; + sha256_unsigned = "7fe9e77a9511af622da54a6391579f91f388700c1a7c294624704b3c8a4ec4c7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-devolo_dvl1750c-initramfs-kernel.bin"; + sha256 = "bd5c507f80c9273f5ec6cfb27fd5e014a231473c3ae1c4ce42d3ab6b22e00ce1"; + sha256_unsigned = "bd5c507f80c9273f5ec6cfb27fd5e014a231473c3ae1c4ce42d3ab6b22e00ce1"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + model = "WiFi pro 1750c"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "e35e28a92cc29ec9b40b607da96c7c5eca497d3d5cddc9b8457d27c4536f13ae"; + sha256_unsigned = "af2c4827d820f7bb388d26bde216cd10641db825520978c77de078f437e97af7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-devolo_dvl1750e-initramfs-kernel.bin"; + sha256 = "432139bafd378eb058f0d1d3534c7df964e2ba98527290aadcb04c7cd6116769"; + sha256_unsigned = "432139bafd378eb058f0d1d3534c7df964e2ba98527290aadcb04c7cd6116769"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + model = "WiFi pro 1750e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "5a1e6b312484bac7e26cb9fe0419e7e2c42485fa4730c806f1ddc49138346349"; + sha256_unsigned = "1410097366a91af3a82d66360942b30ca6283912af9842811e96eb5c26d7544a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-devolo_dvl1750i-initramfs-kernel.bin"; + sha256 = "c4d30af7c1738f80c96e19aff8fdfe3d8ec54ed1f5e39c18b3fef73620f39d81"; + sha256_unsigned = "c4d30af7c1738f80c96e19aff8fdfe3d8ec54ed1f5e39c18b3fef73620f39d81"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + model = "WiFi pro 1750i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-devolo_dvl1750x-initramfs-kernel.bin"; + sha256 = "c7100569e964ac7011f2f572188aae76e0f33470736d1f8e51e7abbcd1c87b2c"; + sha256_unsigned = "c7100569e964ac7011f2f572188aae76e0f33470736d1f8e51e7abbcd1c87b2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "afa62cc5a803652c873e758cd70c268229a91a912b767da35a5fa154582508ff"; + sha256_unsigned = "542925ca764252e82f36e4a5d144f32eb8d68acef77039a2ab84a0a17f7691da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + model = "WiFi pro 1750x"; + vendor = "devolo"; + } + ]; + }; + devolo_magic-2-wifi = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-devolo_magic-2-wifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-devolo_magic-2-wifi-initramfs-kernel.bin"; + sha256 = "9e2af0f2eceece275279ea8e4a3623a13db7f021b197fb1bbf8fd4f09a560e94"; + sha256_unsigned = "9e2af0f2eceece275279ea8e4a3623a13db7f021b197fb1bbf8fd4f09a560e94"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-devolo_magic-2-wifi-squashfs-sysupgrade.bin"; + sha256 = "396c68ad5b4421ad728033f1920e192e0e876beff668f8d272bc486ec78b86d5"; + sha256_unsigned = "d8c48ac3f6ff9b08d26f3bef9b70c26d4d5a291a1abf014d6b31a8aabf346e2b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi" + ]; + titles = [ + { + model = "Magic 2 WiFi"; + vendor = "Devolo"; + } + ]; + }; + dlink_dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dap-1330-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "c33c139bbbaf9a240240f9aa146e982037c9a766c540f862195339e54c5d433e"; + sha256_unsigned = "2b597454ed012bb58511fb98f4686791b8e213d55fb7a170e70f619444835681"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-1330-a1-squashfs-factory.bin"; + sha256 = "4905d65311a74f5a5c7600474886076d7f66445817e4f9064e4dcf10833d7dd6"; + sha256_unsigned = "4905d65311a74f5a5c7600474886076d7f66445817e4f9064e4dcf10833d7dd6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-1330-a1-initramfs-kernel.bin"; + sha256 = "b40d7139d481da27ef38af32d85c39df93260ce8bdbb9008b5bfdb1c585c51da"; + sha256_unsigned = "b40d7139d481da27ef38af32d85c39df93260ce8bdbb9008b5bfdb1c585c51da"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-1330-a1" + "dap-1330-a1" + ]; + titles = [ + { + model = "DAP-1330"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-1365-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dap-1365-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-1365-a1-squashfs-sysupgrade.bin"; + sha256 = "17187f72117d25acd0fb50f5d0e183ae6b3904dbc803578d17c7c3a15956634e"; + sha256_unsigned = "59bc3c07e5d25e57eb27679c2499bf92556081294c53c0f1d21e37af11878621"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-1365-a1-squashfs-factory.bin"; + sha256 = "7b14672585118a2841a261bb96f024b0ddeec30464e60900f1d77a3104b44c7c"; + sha256_unsigned = "7b14672585118a2841a261bb96f024b0ddeec30464e60900f1d77a3104b44c7c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-1365-a1-initramfs-kernel.bin"; + sha256 = "e9745c8828349e5ba0f04afd0535515ab1cffa3e9e9192ef1be6c46af01b0f24"; + sha256_unsigned = "e9745c8828349e5ba0f04afd0535515ab1cffa3e9e9192ef1be6c46af01b0f24"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-1365-a1" + ]; + titles = [ + { + model = "DAP-1365"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2230-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dap-2230-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-2230-a1-squashfs-factory.img"; + sha256 = "0211b0dd487f8f551d3292e2d4ea77e4945db0f8d93a0d0559ad2afa624ba311"; + sha256_unsigned = "0211b0dd487f8f551d3292e2d4ea77e4945db0f8d93a0d0559ad2afa624ba311"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-2230-a1-initramfs-kernel.bin"; + sha256 = "006eb083391710cde67c9afc086f453bf21808791163a02e762f73c6a3b2363e"; + sha256_unsigned = "006eb083391710cde67c9afc086f453bf21808791163a02e762f73c6a3b2363e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-2230-a1-squashfs-sysupgrade.bin"; + sha256 = "d819937b4b58275e3522658821e0089b0f32dc6b635d3f8374ced5442c425dc0"; + sha256_unsigned = "d4ac4a6875025848f42a42c47bf78d4c871188ede2c2cc4426a9b0f83c7dfae8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2230-a1" + ]; + titles = [ + { + model = "DAP-2230"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2660-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dap-2660-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "cd277e1fae348795761488a57c180e3e17f6830994e7bc51538991e5248ecee1"; + sha256_unsigned = "e76124acf028f1c9bda84aab71f15bed4ede410800e8242dbf577d21a53aa1e3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-2660-a1-initramfs-kernel.bin"; + sha256 = "435896681f8935eb3839380f606a14fb876837fb8997467af9da660d62516368"; + sha256_unsigned = "435896681f8935eb3839380f606a14fb876837fb8997467af9da660d62516368"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-2660-a1-squashfs-factory.img"; + sha256 = "1e88e1c2fef230d98ca41f99d10de2a7e888a2935fe3707d54cef5636c6df9e0"; + sha256_unsigned = "1e88e1c2fef230d98ca41f99d10de2a7e888a2935fe3707d54cef5636c6df9e0"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2660-a1" + ]; + titles = [ + { + model = "DAP-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2680-a1 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dap-2680-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-2680-a1-squashfs-sysupgrade.bin"; + sha256 = "eaca30cfdd2349ef529adfa92f968f4eb389ae2503685f06ac5fc99bc6f74fd7"; + sha256_unsigned = "905201c3760cafa99ebc4bd0904df60ca494ad74311f8762a13cf10283c75439"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-2680-a1-initramfs-kernel.bin"; + sha256 = "f0edb26d3ac3d88b3e92232a0ff4c6572bba8c2c1796978c9beb247a3dd3991d"; + sha256_unsigned = "f0edb26d3ac3d88b3e92232a0ff4c6572bba8c2c1796978c9beb247a3dd3991d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-2680-a1-squashfs-factory.img"; + sha256 = "2e4776dc4a14e435943c2ce3177646d83b30cdf338caff1a8dc477be0c7f1163"; + sha256_unsigned = "2e4776dc4a14e435943c2ce3177646d83b30cdf338caff1a8dc477be0c7f1163"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2680-a1" + ]; + titles = [ + { + model = "DAP-2680"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dap-2695-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "8ffbb815217765a63ce0ff72b2d212ac0a1f7b92a141659b6b515738345ec705"; + sha256_unsigned = "9839bae8937fe8dc1167c3f2e37dcd219cdd6da3e5224656a16a0689dfd71d63"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-2695-a1-squashfs-factory.img"; + sha256 = "1251126e7b778ca5ba1d86e299ca0c3ebbf0f7ef37aa42c58daeb067f29dad6d"; + sha256_unsigned = "1251126e7b778ca5ba1d86e299ca0c3ebbf0f7ef37aa42c58daeb067f29dad6d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-2695-a1-initramfs-kernel.bin"; + sha256 = "5d5a6140b0f253077d757e168f2524eb03a86504b4c2351594eb21ed5a3f3835"; + sha256_unsigned = "5d5a6140b0f253077d757e168f2524eb03a86504b4c2351594eb21ed5a3f3835"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2695-a1" + "dap-2695-a1" + ]; + titles = [ + { + model = "DAP-2695"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3320-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dap-3320-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-3320-a1-squashfs-sysupgrade.bin"; + sha256 = "cf4f080c74b5dec8bf927f19d8fafd59e15130a9495caf6b7b7cf169c6ebd596"; + sha256_unsigned = "4fdf581d045fb571aab71c84df0cb23b0147cef6e6affbdffd9fdf1578a1fb35"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-3320-a1-initramfs-kernel.bin"; + sha256 = "e3319dc82bd2d7297979bfb8ab3425ea0d2b6638b6ae721348e68f03b699dde8"; + sha256_unsigned = "e3319dc82bd2d7297979bfb8ab3425ea0d2b6638b6ae721348e68f03b699dde8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-3320-a1-squashfs-factory.img"; + sha256 = "2e11d4d65dd4fbdc04f063584dd5543ad64a3e23b5bd3c9261fd02cbc2065cdf"; + sha256_unsigned = "2e11d4d65dd4fbdc04f063584dd5543ad64a3e23b5bd3c9261fd02cbc2065cdf"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-3320-a1" + ]; + titles = [ + { + model = "DAP-3320"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3662-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dap-3662-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-3662-a1-squashfs-sysupgrade.bin"; + sha256 = "54165daf918446ce409aa7a7c254a7d2cdd8551f4b19cd567fb5d9d33d6ed540"; + sha256_unsigned = "2386a9f76095743fe552a858dcdd579d78c399e84266c8561f2c382820bee63c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-3662-a1-squashfs-factory.img"; + sha256 = "e0262195caf4cdeaa99941204ac05125c5651351e999e762e489ca6a8703bda9"; + sha256_unsigned = "e0262195caf4cdeaa99941204ac05125c5651351e999e762e489ca6a8703bda9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dap-3662-a1-initramfs-kernel.bin"; + sha256 = "21b3362926253564adb5b049c02c7291a23b2bb54727746b093a7bbe8f43704d"; + sha256_unsigned = "21b3362926253564adb5b049c02c7291a23b2bb54727746b093a7bbe8f43704d"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-3662-a1" + ]; + titles = [ + { + model = "DAP-3662"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dch-g020-a1 = { + device_packages = [ + "kmod-gpio-pca953x" + "kmod-i2c-gpio" + "kmod-usb2" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dch-g020-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dch-g020-a1-initramfs-kernel.bin"; + sha256 = "a12a99d67bc203102f54b801e1ed5a94a394839cdbbcb0ee588b1ac0a0a6dfe2"; + sha256_unsigned = "a12a99d67bc203102f54b801e1ed5a94a394839cdbbcb0ee588b1ac0a0a6dfe2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dch-g020-a1-squashfs-sysupgrade.bin"; + sha256 = "1917bc44f4a937017f4eb620ddfbab104ec90ee696214552deab7fa226cfeb09"; + sha256_unsigned = "0da1274ea9b9d1fd1d1438997e62e2436c7df99d159e44f9cfb43d892707fffd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dch-g020-a1-squashfs-factory.bin"; + sha256 = "0de8360484a2b48bf839437a7c2e927ab60c4579b9750ac2a84e65361c8a9f89"; + sha256_unsigned = "0de8360484a2b48bf839437a7c2e927ab60c4579b9750ac2a84e65361c8a9f89"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dch-g020-a1" + ]; + titles = [ + { + model = "DCH-G020"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-505 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dir-505"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-505-squashfs-sysupgrade.bin"; + sha256 = "c48b25da55bf42586348f0aa1b76221f5093fcfad58920b0f66e3fecd453bd0b"; + sha256_unsigned = "f68171105baec43e8b3e0ac410284205bf5eceb50b3e707cd91ddbce61afbcb6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-505-initramfs-kernel.bin"; + sha256 = "a77439d79db4b941eec3f9e747661b61c246c9cf5116d143df94483386c70253"; + sha256_unsigned = "a77439d79db4b941eec3f9e747661b61c246c9cf5116d143df94483386c70253"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-505" + "dir-505-a1" + ]; + titles = [ + { + model = "DIR-505"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-825-b1-initramfs-kernel.bin"; + sha256 = "fd1efa2ec24855305e330e6ee7c5d0558d3b9a9dd84282fc83fdf77d804e22d4"; + sha256_unsigned = "fd1efa2ec24855305e330e6ee7c5d0558d3b9a9dd84282fc83fdf77d804e22d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "fe4b0dd8a45b1a0bdd2b94b4abfb805e0947f2714d0d204e2759f4ee3cc06456"; + sha256_unsigned = "4bc2f9ffc26b5e933f0412614034d073788764d0f1ac68c3e3ee8e4565634cc4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-825-b1-squashfs-factory.bin"; + sha256 = "fae586544591530cd320eb27e55f4d46af76d4dce40dcc154c1e10ebbf1f0f7b"; + sha256_unsigned = "fae586544591530cd320eb27e55f4d46af76d4dce40dcc154c1e10ebbf1f0f7b"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "b148acb0ec22db7db120f1b831ae3d810b4ee2032ca2769d5048a31f35d90434"; + sha256_unsigned = "1eb1dca9d84a11dad272cb3406596ed5976bb4ed3029407d9fed7253ae23d862"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-825-c1-initramfs-kernel.bin"; + sha256 = "4b88fcb349055c1857583d2895f07755f0fcb8695f7eba8287070550d6340363"; + sha256_unsigned = "4b88fcb349055c1857583d2895f07755f0fcb8695f7eba8287070550d6340363"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "11460320d4bde531724c4abc55ab6b1b2183fe5d941208cb99029ac56021d78f"; + sha256_unsigned = "11460320d4bde531724c4abc55ab6b1b2183fe5d941208cb99029ac56021d78f"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "d5c09f619eb9da96a145d5e45340fc2ad1e9f6b70ef506789572c78fa26a1f3c"; + sha256_unsigned = "c91ef6dcf62f515afac08324e666bafeb3a518030350816eac445a5fc979436e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "d24ea7ec3f67de74034ba10423834d131b3dc7fe91fabb8a57c1233bd6f432ef"; + sha256_unsigned = "d24ea7ec3f67de74034ba10423834d131b3dc7fe91fabb8a57c1233bd6f432ef"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-835-a1-initramfs-kernel.bin"; + sha256 = "28026b5d6e339b1063d86da6a8fe9203ec1efc5c19a326a54bf5581133e3b146"; + sha256_unsigned = "28026b5d6e339b1063d86da6a8fe9203ec1efc5c19a326a54bf5581133e3b146"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + model = "DIR-835"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dir-842-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-842-c1-squashfs-factory.bin"; + sha256 = "9e0e212b45745bfd845053686026eaba3f5cac4d785456029ed1f2446b6cc611"; + sha256_unsigned = "9e0e212b45745bfd845053686026eaba3f5cac4d785456029ed1f2446b6cc611"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-842-c1-squashfs-sysupgrade.bin"; + sha256 = "7e9be36533844ce65eacf56bcd1e54dc3ff67d5738f1c2baa35bf0980e49c11f"; + sha256_unsigned = "50c437a150cb27308e4bd820d26c1c4afe0d82e433f32706eb00f63ad5a7f5df"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-842-c1-initramfs-kernel.bin"; + sha256 = "54a6216241f6ce08634293629012bfb9d6023b2c79a37139ad6634774dc889a5"; + sha256_unsigned = "54a6216241f6ce08634293629012bfb9d6023b2c79a37139ad6634774dc889a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c1" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dir-842-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-842-c2-squashfs-sysupgrade.bin"; + sha256 = "956e5264f8ccd4ec17508d793860c29c08b171a5db9e65c30f1c8565a70e687f"; + sha256_unsigned = "40e6514c82f9f685d74ed7173dbc110b914e8f72baf82a52a0d43555dca1dcfa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-842-c2-squashfs-factory.bin"; + sha256 = "490b7ffc98823d1277a6305df83f302f3b60362f35b903c53e0568bce1750475"; + sha256_unsigned = "490b7ffc98823d1277a6305df83f302f3b60362f35b903c53e0568bce1750475"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-842-c2-initramfs-kernel.bin"; + sha256 = "9f093f626bf7bcff412be90859897231505962c78c3ee215bcf0e58759f3dc54"; + sha256_unsigned = "9f093f626bf7bcff412be90859897231505962c78c3ee215bcf0e58759f3dc54"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c2" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dir-842-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-842-c3-squashfs-sysupgrade.bin"; + sha256 = "29824b7ed240e709ed607d2c6ab61fc19e168b7da09db6a0e5de440b8225e160"; + sha256_unsigned = "7eb0fb204194a09ecb12b1b38ea67638da42588a2d3c3582d6a5498206921603"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-842-c3-initramfs-kernel.bin"; + sha256 = "a9c036091d191c64d5607ec58fa98fd183d02f8317eaa4d0c8647fae39dcd963"; + sha256_unsigned = "a9c036091d191c64d5607ec58fa98fd183d02f8317eaa4d0c8647fae39dcd963"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-842-c3-squashfs-factory.bin"; + sha256 = "8dd64f1f2d29c335733f7933de56b558b610259eb8f56fd7bb0b36fbc891a5bd"; + sha256_unsigned = "8dd64f1f2d29c335733f7933de56b558b610259eb8f56fd7bb0b36fbc891a5bd"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-842-c3" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "a7388d70a82dca4d305a3bdf29520cddccf2d4e21a1dfcf6ac449160bc85e1a8"; + sha256_unsigned = "75552c9efbf197265e7007f3a95f8b227b3b8acf3ff3997325c991b985016a84"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "e0e852d5e0ce3865120e672c55e051b7c9445cbbce2149958b5937eaf39d38ed"; + sha256_unsigned = "e0e852d5e0ce3865120e672c55e051b7c9445cbbce2149958b5937eaf39d38ed"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-dlink_dir-859-a1-initramfs-kernel.bin"; + sha256 = "5360d8c41bf54520a92215bca9700125de216aac29b2a53fe98440e1b5df9af8"; + sha256_unsigned = "5360d8c41bf54520a92215bca9700125de216aac29b2a53fe98440e1b5df9af8"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + model = "DIR-859"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-elecom_wrc-1750ghbk2-i-initramfs-kernel.bin"; + sha256 = "ba9af4c646b587783bdc44f3d54ffee609364ccb54c5ed47370b236bad376342"; + sha256_unsigned = "ba9af4c646b587783bdc44f3d54ffee609364ccb54c5ed47370b236bad376342"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "7af08737fc1525fe363dad48c7fb6f11ef73953f2a5a02a26797028abdbd9dcc"; + sha256_unsigned = "051af55cf9feb426a1371557edd63ffd79a88f33cf08e0b892c989aa46449325"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + model = "WRC-1750GHBK2-I/C"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-elecom_wrc-300ghbk2-i-initramfs-kernel.bin"; + sha256 = "a4f09d691eb7e24f842bc48f91d1bc7fdaecd6607e26f99050fa6afa3f8a4108"; + sha256_unsigned = "a4f09d691eb7e24f842bc48f91d1bc7fdaecd6607e26f99050fa6afa3f8a4108"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "a9d87e2d811bf87f1ab0c65f01f6ad375bf775a38dc9eb0b6332879f9210d88a"; + sha256_unsigned = "ba89e1bfb7fdd9248675d51aca112ea090a89ac81d6ab1c8d6eee5f20fcf0fe1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + model = "WRC-300GHBK2-I"; + vendor = "ELECOM"; + } + ]; + }; + embeddedwireless_balin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-embeddedwireless_balin"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-embeddedwireless_balin-initramfs-kernel.bin"; + sha256 = "b1badbd269d103ae8e24ff72b350917794688748eb0e0be4ec1d767d8270fd81"; + sha256_unsigned = "b1badbd269d103ae8e24ff72b350917794688748eb0e0be4ec1d767d8270fd81"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-embeddedwireless_balin-squashfs-sysupgrade.bin"; + sha256 = "4a60cd71f68a8d431afbe7a124e57de4812088006c10a9a172062cae03c2bc01"; + sha256_unsigned = "3ef2698b437e9dafbb08b86239c77c7d34f56215bea6cfc5893c536de8c2d135"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "embeddedwireless,balin" + ]; + titles = [ + { + model = "Balin"; + vendor = "Embedded Wireless"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-embeddedwireless_dorin-initramfs-kernel.bin"; + sha256 = "b9bd7c00704a61351e26c5499747d23c60586c5ace452ba2cc4b6f00a983b926"; + sha256_unsigned = "b9bd7c00704a61351e26c5499747d23c60586c5ace452ba2cc4b6f00a983b926"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "a3fb2081e9b729bba5ad942cb46e3a0176ff5074f9b583fb62a5c8c1281631cd"; + sha256_unsigned = "2cb643192bdc312a6ab3c2ea03def0f7571e731e9b43b9e2b623104ab6e99088"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + model = "Dorin"; + vendor = "Embedded Wireless"; + } + ]; + }; + engenius_eap1200h = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-engenius_eap1200h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_eap1200h-squashfs-sysupgrade.bin"; + sha256 = "828d3bb67714d93ac3a4afff2ef05de20f37cf9cdab9d56866918c2fd3bad912"; + sha256_unsigned = "d20c9d40172e85921b2195bf896f125499f48e3028db4bf30bd3e39b8cc45e76"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_eap1200h-initramfs-kernel.bin"; + sha256 = "d54be5250e3783d89a869af8c34af11798375c5fcc46f664cc6022bf3a12c86d"; + sha256_unsigned = "d54be5250e3783d89a869af8c34af11798375c5fcc46f664cc6022bf3a12c86d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_eap1200h-squashfs-factory.bin"; + sha256 = "67f356312524ca7fca82067fc87d5068a61ab87249ad488758f2164599b3cb1f"; + sha256_unsigned = "67f356312524ca7fca82067fc87d5068a61ab87249ad488758f2164599b3cb1f"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap1200h" + ]; + titles = [ + { + model = "EAP1200H"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap300-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-engenius_eap300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_eap300-v2-squashfs-factory.bin"; + sha256 = "8255b10bb188862badc3c66ac42c79f46cfdbd1c1458f3a3ddae4398cf0eb105"; + sha256_unsigned = "8255b10bb188862badc3c66ac42c79f46cfdbd1c1458f3a3ddae4398cf0eb105"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_eap300-v2-squashfs-sysupgrade.bin"; + sha256 = "757b534d186543aaac30f2e97ff9c584521b0066598f81052bdc79c0c9b8842f"; + sha256_unsigned = "c1c2acdc73788ec1c7a609985304b5e9139dc31634841986d14d5fa847c53250"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_eap300-v2-initramfs-kernel.bin"; + sha256 = "b96fb2d1981e97e57373391ed1517b18a55656dbf1fe8734ee143503c890c061"; + sha256_unsigned = "b96fb2d1981e97e57373391ed1517b18a55656dbf1fe8734ee143503c890c061"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap300-v2" + ]; + titles = [ + { + model = "EAP300"; + variant = "v2"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap600 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-engenius_eap600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_eap600-squashfs-sysupgrade.bin"; + sha256 = "34bd6f54ca84809fcb425e82659efc8c132d16c2e4006ef21500df64f1b6e44d"; + sha256_unsigned = "cd1b706bb0a5048ccd0f6f7b79293c48977c4972e2943603db486e160c4233bf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_eap600-squashfs-factory.bin"; + sha256 = "98483a56e48be40710aa36173fff474e7e61850543d5da2ee9b84904adf68921"; + sha256_unsigned = "98483a56e48be40710aa36173fff474e7e61850543d5da2ee9b84904adf68921"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_eap600-initramfs-kernel.bin"; + sha256 = "a9b27b8b6d94a79bf2d833c9b560a7d3d9576366ded00b4c9374b39f718767b3"; + sha256_unsigned = "a9b27b8b6d94a79bf2d833c9b560a7d3d9576366ded00b4c9374b39f718767b3"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap600" + ]; + titles = [ + { + model = "EAP600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1200 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-engenius_ecb1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_ecb1200-squashfs-factory.bin"; + sha256 = "de4b039aa72df9e7bbb41a67707f9108eb6e13aadc540f9a744355bde847ed0b"; + sha256_unsigned = "de4b039aa72df9e7bbb41a67707f9108eb6e13aadc540f9a744355bde847ed0b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_ecb1200-initramfs-kernel.bin"; + sha256 = "e9055f6bb36f7c9690da17b03b05d91aff5db0bc507b7617b436aaab9cdbfea4"; + sha256_unsigned = "e9055f6bb36f7c9690da17b03b05d91aff5db0bc507b7617b436aaab9cdbfea4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_ecb1200-squashfs-sysupgrade.bin"; + sha256 = "6e983cac5f0f5d9703de7757a930fc39de5b528ff621392b0f2161b98042e65d"; + sha256_unsigned = "9764bcecb28424dcddaead59d4ec7c0eff3b84481cd98b254f80ded9e143f660"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1200" + ]; + titles = [ + { + model = "ECB1200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_ecb1750-squashfs-factory.bin"; + sha256 = "86b9a4358412853b1a0881383a0b9ad6638f933b2e7cc4222297b4231dc2734f"; + sha256_unsigned = "86b9a4358412853b1a0881383a0b9ad6638f933b2e7cc4222297b4231dc2734f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_ecb1750-initramfs-kernel.bin"; + sha256 = "fc5346c06a13fdfedff1a79c363ee2f1ce3162189d82e7cbfde6895db7031ca4"; + sha256_unsigned = "fc5346c06a13fdfedff1a79c363ee2f1ce3162189d82e7cbfde6895db7031ca4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "18f97aa97e95060f69965e7dfd6163a7e7e8f6a811d0419acc1615fc8d7eb8c7"; + sha256_unsigned = "c0e07f110c3466cc611bc7a747b512d55a17f5e2d93204e0445672bff3cfa12c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + model = "ECB1750"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb600 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-engenius_ecb600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_ecb600-squashfs-factory.bin"; + sha256 = "35b16ad6d90437ccfe2fdbd3405bc5940d6257baa5807ff8d5cbbb68e8806233"; + sha256_unsigned = "35b16ad6d90437ccfe2fdbd3405bc5940d6257baa5807ff8d5cbbb68e8806233"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_ecb600-squashfs-sysupgrade.bin"; + sha256 = "68db2dc0dbf9011046926a85871937aa3c0593345c9a33d6c0ae7baf5c80a97f"; + sha256_unsigned = "a535de2a80291a66a9eedb049509be0f49b7ef012425e0affba4f6eceff01e82"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_ecb600-initramfs-kernel.bin"; + sha256 = "ec70f6d192553e0d6d70d54959ccc0e9ca33be1b31f5999dbbf9a9aa8869d6af"; + sha256_unsigned = "ec70f6d192553e0d6d70d54959ccc0e9ca33be1b31f5999dbbf9a9aa8869d6af"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb600" + ]; + titles = [ + { + model = "ECB600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens202ext-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-engenius_ens202ext-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_ens202ext-v1-squashfs-factory.bin"; + sha256 = "f3ff8197f295c4092190ee94f9989d89fe68de0976beceef1e0383081ea47187"; + sha256_unsigned = "f3ff8197f295c4092190ee94f9989d89fe68de0976beceef1e0383081ea47187"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_ens202ext-v1-initramfs-kernel.bin"; + sha256 = "b74e4660639b7de04053f156da48ae6297661b7de5223973dc0db2d42103de23"; + sha256_unsigned = "b74e4660639b7de04053f156da48ae6297661b7de5223973dc0db2d42103de23"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_ens202ext-v1-squashfs-sysupgrade.bin"; + sha256 = "5eaceeb6ca6721fc474bef469e6620334aa8d39d85036f1a4672d9a4ae92723c"; + sha256_unsigned = "9d943767c013e3403d7f1e06778bafc9ab53127e1c5b4119f60cc653fe1adaef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ens202ext-v1" + ]; + titles = [ + { + model = "ENS202EXT"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enstationac-v1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-engenius_enstationac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_enstationac-v1-squashfs-sysupgrade.bin"; + sha256 = "ca2fd613dc9480b9a12a8b420ed49ed963349f1d5dd40ce7e52b806d70a84f11"; + sha256_unsigned = "4b430700ea4a8b11c613f2d7e930f49b275bb8530ef1ab1ebe735749b2cc2514"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_enstationac-v1-squashfs-factory.bin"; + sha256 = "1a760331fad7ac7e25698a0945534b7ac3ce88e0c5ef03e49e7ca17533eb9dba"; + sha256_unsigned = "1a760331fad7ac7e25698a0945534b7ac3ce88e0c5ef03e49e7ca17533eb9dba"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_enstationac-v1-initramfs-kernel.bin"; + sha256 = "48813a7c968435e85795386b1dc01268af8f853c7443d2541b5b35900c46456b"; + sha256_unsigned = "48813a7c968435e85795386b1dc01268af8f853c7443d2541b5b35900c46456b"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enstationac-v1" + ]; + titles = [ + { + model = "EnStationAC"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "61894007b303c3f87c20998978989101e21f58a7a3de62b5d5f5502b38e176bc"; + sha256_unsigned = "61894007b303c3f87c20998978989101e21f58a7a3de62b5d5f5502b38e176bc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "d0c91ebd0356a8b908e9db9f5f5d392fcc2e862aa63fc589119e85ae8b0a5891"; + sha256_unsigned = "24b79ca3b48703fa2fbce6bc3ea1344994b369246f6d8020fb252866254dde2b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_epg5000-initramfs-kernel.bin"; + sha256 = "8c12311e77d2c30f8c4357d28bf00612b5dcfc18923213aff32fae131327f4f1"; + sha256_unsigned = "8c12311e77d2c30f8c4357d28bf00612b5dcfc18923213aff32fae131327f4f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + model = "EPG5000"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_ews511ap-initramfs-kernel.bin"; + sha256 = "dd51d023482c4ddb83d18e5ef35eefea3202ac2974aad62031a77e5d5e063303"; + sha256_unsigned = "dd51d023482c4ddb83d18e5ef35eefea3202ac2974aad62031a77e5d5e063303"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "27d8e986f4005edc758b21b95b4d86aa1f90e1fb252909f5ac53e2416911ba8e"; + sha256_unsigned = "edc829c33f1866cf9ec6ebcf018c7d75c81c3c78d9e5fe07137619bd16fa9854"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + model = "EWS511AP"; + vendor = "EnGenius"; + } + ]; + }; + enterasys_ws-ap3705i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-enterasys_ws-ap3705i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-enterasys_ws-ap3705i-initramfs-kernel.bin"; + sha256 = "29bb0af0570fbb86464f0160cff11bec6e48b6ee5740fd42073c4be9e8fc7c4b"; + sha256_unsigned = "29bb0af0570fbb86464f0160cff11bec6e48b6ee5740fd42073c4be9e8fc7c4b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-enterasys_ws-ap3705i-squashfs-sysupgrade.bin"; + sha256 = "bf9c567d9e8b4081fe8ec7ede2ccc06d0a7eb3ce6151d7c23eaf878432a3ef72"; + sha256_unsigned = "9fb29b7945e0a0b98ada39455544cfd357ad7b65271c65fa74600d616b17fdf1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3705i" + ]; + titles = [ + { + model = "WS-AP3705i"; + vendor = "Enterasys"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-etactica_eg200-initramfs-kernel.bin"; + sha256 = "ca30504f9aa9340f3b6492c2f837e7878184700fab91d14e971036a50dfc87ab"; + sha256_unsigned = "ca30504f9aa9340f3b6492c2f837e7878184700fab91d14e971036a50dfc87ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "9df8d94674a85162cbcefb4c179598e5325824890a7f805dd817573682ffd6b5"; + sha256_unsigned = "c3c974a8e1525340b80e9f4615793bc78e7e7bc31b896b2e0815c03eee89f137"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + model = "EG200"; + vendor = "eTactica"; + } + ]; + }; + extreme-networks_ws-ap3805i = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-extreme-networks_ws-ap3805i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-extreme-networks_ws-ap3805i-initramfs-kernel.bin"; + sha256 = "8a9a3f4cc492e8cf75397ca46bd8db823a2419f66c98f1a8421162200c88530e"; + sha256_unsigned = "8a9a3f4cc492e8cf75397ca46bd8db823a2419f66c98f1a8421162200c88530e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-extreme-networks_ws-ap3805i-squashfs-sysupgrade.bin"; + sha256 = "42fc4029a2224cc1e0964c76743527315c9e418be049a68ca321a8a62929ebd5"; + sha256_unsigned = "377db77500597783734ff2cf5f7a349161acb37e95bd348482af60b3355e8612"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "extreme-networks,ws-ap3805i" + ]; + titles = [ + { + model = "WS-AP3805i"; + vendor = "Extreme Networks"; + } + ]; + }; + glinet_6408 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-glinet_6408"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_6408-initramfs-kernel.bin"; + sha256 = "6ff2d48c49b00726b306a319a8ae8c09cc6f2394154a26162b4b46a0e7ace700"; + sha256_unsigned = "6ff2d48c49b00726b306a319a8ae8c09cc6f2394154a26162b4b46a0e7ace700"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_6408-squashfs-sysupgrade.bin"; + sha256 = "afd4ee86294dca375907d08e3a6323a7af41c375ace2a786172a1345b29d031c"; + sha256_unsigned = "5e97b86ec8bdf485321a95bb0c42c2506ee00894d49f6402a90dac7ebd167fbf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,6408" + "gl-inet" + ]; + titles = [ + { + model = "6408"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_6416 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-glinet_6416"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_6416-initramfs-kernel.bin"; + sha256 = "a7b57b219840fe750cb6e513cf7d3b675c3620343fed2d1ec73c90cf0fe5db63"; + sha256_unsigned = "a7b57b219840fe750cb6e513cf7d3b675c3620343fed2d1ec73c90cf0fe5db63"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_6416-squashfs-sysupgrade.bin"; + sha256 = "dce527ad0074661410c599cbe825675b60f301780ff9d1f40cfae94f5f6ecf7e"; + sha256_unsigned = "f3a2b0d1b44915e8d78f3680e0c7eebf0be5de079e656b739956f04723332664"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,6416" + "gl-inet" + ]; + titles = [ + { + model = "6416"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "85493393f5390c0bc2945c9b4ecbf37a358325492a220e25c1e7d8431f3b3054"; + sha256_unsigned = "755e23e7deae9fc3de0c60f116ef302d9223d851eed426b511f39b4e23aaf96b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_gl-ar150-initramfs-kernel.bin"; + sha256 = "f95483a435694ad2d740bfb5f4d63fddbc2e1c7bef957ea289f07fd2ed55b28c"; + sha256_unsigned = "f95483a435694ad2d740bfb5f4d63fddbc2e1c7bef957ea289f07fd2ed55b28c"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + model = "GL-AR150"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "6ba2cbb679f12ea499c88302c5131c6ebf38c259ec6e0c33c6cc6232ac56e77d"; + sha256_unsigned = "38ff8149932a56566639bfbbed6f92df49f2f40aa1aa11ffe1d936dfe35fa29f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_gl-ar300m-lite-initramfs-kernel.bin"; + sha256 = "6923906e3aa74f4b54c214cd66581f5afefae862ac0d490e0915d6f26c469d50"; + sha256_unsigned = "6923906e3aa74f4b54c214cd66581f5afefae862ac0d490e0915d6f26c469d50"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "Lite"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m16 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-glinet_gl-ar300m16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_gl-ar300m16-initramfs-kernel.bin"; + sha256 = "8fc137752b9b21d904856a747390628d070380b69102ee3aabff122d3b646faa"; + sha256_unsigned = "8fc137752b9b21d904856a747390628d070380b69102ee3aabff122d3b646faa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin"; + sha256 = "7eb651c310ceece02242463fcdc1e09587192d8db9fa2e2e70e5331983151d88"; + sha256_unsigned = "cb2e94bf526119417e923fe4841336b74de1a29a09b9a4c0d1afa881da4ddfc7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m16" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M16"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-glinet_gl-ar750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "db8e2dab613f32ea3e201e90d2cef7f1dba23f87427181cf2d8c516526566dd0"; + sha256_unsigned = "12a84eb4b814b308075fd5d314dc245f8da811151aeddec14882f431b55f98d7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_gl-ar750-initramfs-kernel.bin"; + sha256 = "0df86858bc14c4203cd3d13b086b1fdc2bab77437f5c3c5ee25ddd6c7fe47315"; + sha256_unsigned = "0df86858bc14c4203cd3d13b086b1fdc2bab77437f5c3c5ee25ddd6c7fe47315"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750" + "gl-ar750" + ]; + titles = [ + { + model = "GL-AR750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mifi = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-glinet_gl-mifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_gl-mifi-initramfs-kernel.bin"; + sha256 = "dd28dd0808fd31f01424f764cd49778658e29a7dcd0baf63bad42cec89cbb04d"; + sha256_unsigned = "dd28dd0808fd31f01424f764cd49778658e29a7dcd0baf63bad42cec89cbb04d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "1ac9125afadbc727b7f75773c7d69cc6e91123ece59b4bcc2edb3eafa8710bf2"; + sha256_unsigned = "464fbe37fef44c1bbc849ce4cd37775d2ef8792829e13f9fc38003f8e02ef3f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mifi" + "gl-mifi" + ]; + titles = [ + { + model = "GL-MiFi"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-usb150 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-glinet_gl-usb150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_gl-usb150-initramfs-kernel.bin"; + sha256 = "8e40c8d82ed41a45ec864eac0d54ac88baaac661dcece49d18191452318eec07"; + sha256_unsigned = "8e40c8d82ed41a45ec864eac0d54ac88baaac661dcece49d18191452318eec07"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "ecbab50cc15d4eb157431d7b7233f5ce7f086757d035af28fffd4c5a6bb6c449"; + sha256_unsigned = "a5ca98846b52ca3cfa169a7a777aeee51712821fe2b64b82a7a129aebe83df1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-usb150" + "gl-usb150" + ]; + titles = [ + { + model = "GL-USB150"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-x300b = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-glinet_gl-x300b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_gl-x300b-initramfs-kernel.bin"; + sha256 = "c305566345d5bfee9ba5cd5558b00b4433580ff6ecacf3fd47f7f8bdcafcb2c7"; + sha256_unsigned = "c305566345d5bfee9ba5cd5558b00b4433580ff6ecacf3fd47f7f8bdcafcb2c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_gl-x300b-squashfs-sysupgrade.bin"; + sha256 = "de174472afd35bf69494b2aa0db6baae15976c5c0dc18d5566cccb7bf06291bc"; + sha256_unsigned = "80f4739b837536d3e09d648dc79732d661629e9202bd0acd005de4902499c809"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x300b" + ]; + titles = [ + { + model = "GL-X300B"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "3ab09aed77c2e49a403450ee8898b8dd2852e2a5768e50b694064a80fadfe3ee"; + sha256_unsigned = "e4b67cd1d6c2a14063814b1a55117872a74550bb5ea7b0291bbda59d67a83456"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-glinet_gl-x750-initramfs-kernel.bin"; + sha256 = "21cf642567c0ab39e4109a9e25df66e96ae6d6ec46a6acfffae0a0d538d5deff"; + sha256_unsigned = "21cf642567c0ab39e4109a9e25df66e96ae6d6ec46a6acfffae0a0d538d5deff"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + model = "GL-X750"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_lan-turtle = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-hak5_lan-turtle"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-hak5_lan-turtle-initramfs-kernel.bin"; + sha256 = "384b10f072461569a92fa43908d0109eeff6d720c0d4bd0e78d7c995f33093de"; + sha256_unsigned = "384b10f072461569a92fa43908d0109eeff6d720c0d4bd0e78d7c995f33093de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-hak5_lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "71a8a9119c8281f1b6a45616997c332f4dca65e3da703ffb417e010082c11264"; + sha256_unsigned = "189ec3c5a20b7126c72a2a910656841ad38318de5864bbb73b9146e95ec1dc1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,lan-turtle" + "lan-turtle" + ]; + titles = [ + { + model = "LAN Turtle"; + vendor = "Hak5"; + } + ]; + }; + hak5_packet-squirrel = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-hak5_packet-squirrel"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-hak5_packet-squirrel-initramfs-kernel.bin"; + sha256 = "c2318d2c92e1c735b5032b63c66978e7405ce074e0877c41d021ebbfae5ac138"; + sha256_unsigned = "c2318d2c92e1c735b5032b63c66978e7405ce074e0877c41d021ebbfae5ac138"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-hak5_packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "42daba8e321a39cfab5fcfaf21bd39c7e7097727a77c5c427d3fec6e58903f05"; + sha256_unsigned = "48206b0a5b75288e7a1f9e3213fe44f6d7099f5c33b846b305ca9c6c7a2e5427"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,packet-squirrel" + "packet-squirrel" + ]; + titles = [ + { + model = "Packet Squirrel"; + vendor = "Hak5"; + } + ]; + }; + hak5_wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-hak5_wifi-pineapple-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-hak5_wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "60343540921f945105d085a2fb49c9ef3823b0758455717893be52dd3555b0cd"; + sha256_unsigned = "7182af92b3855ea6ce1eda975a44c284c54a3d691e6e3da8ca38eb538867e2a0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-hak5_wifi-pineapple-nano-initramfs-kernel.bin"; + sha256 = "f376d8858fe3cfbad7e00baa3005a228ae982c42c4a11ed85616094d01cbd9e1"; + sha256_unsigned = "f376d8858fe3cfbad7e00baa3005a228ae982c42c4a11ed85616094d01cbd9e1"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-nano" + "wifi-pineapple-nano" + ]; + titles = [ + { + model = "WiFi Pineapple NANO"; + vendor = "Hak5"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "600096e875e73520954df2ff6e2c4afc7865f6d1514e5ce55cf01f532df1f9d4"; + sha256_unsigned = "2907365912045eb296002c64f70f025f561d9bb4bd2a654c03bfe9121c710d4e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-iodata_etg3-r-initramfs-kernel.bin"; + sha256 = "97bcd9d957114f4e92a2bbe180a62ec23b263e7327033714bfe20d853e1e218c"; + sha256_unsigned = "97bcd9d957114f4e92a2bbe180a62ec23b263e7327033714bfe20d853e1e218c"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + model = "ETG3-R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-iodata_wn-ac1167dgr-initramfs-kernel.bin"; + sha256 = "846a4c055fc5257521f022a3a2ffb1d8d00b1421c349a5b2bbf568e90d54cb87"; + sha256_unsigned = "846a4c055fc5257521f022a3a2ffb1d8d00b1421c349a5b2bbf568e90d54cb87"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "e21c2bd394859e537e6439a11f455ba195eb86bb7496e59e8c8091a26c3b9890"; + sha256_unsigned = "e21c2bd394859e537e6439a11f455ba195eb86bb7496e59e8c8091a26c3b9890"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "be773a539b0ff75fc71f219d3aa95e4a27c9612a41c9892abf42661a84d7ccea"; + sha256_unsigned = "7097169ee98fd873bd057e5fcecb1a82430d5239e8d5b583b8197fb74fc670e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + model = "WN-AC1167DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-iodata_wn-ac1600dgr-initramfs-kernel.bin"; + sha256 = "051a1d92fdc820a461b4509f7db5d9e9d9c33d34dca9190be0f744c3de8ccacc"; + sha256_unsigned = "051a1d92fdc820a461b4509f7db5d9e9d9c33d34dca9190be0f744c3de8ccacc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "703032a57df8a7a72c07e4944207452a8b5d9495d0c0bb051aed56d2a70d5ec0"; + sha256_unsigned = "0034d0fb9dd10f86dfb96cce883961e1e42cd4b8df74cdf6e73adc4500ac712d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "b5c7631bf5a9737739616259466e98bdda748ecc9a3b453a416ea368d9e56e88"; + sha256_unsigned = "b5c7631bf5a9737739616259466e98bdda748ecc9a3b453a416ea368d9e56e88"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + model = "WN-AC1600DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "6033084537bcd9ccfed11f31565e6dbaf2f9578074e40f8b5d0056c3edfe6d24"; + sha256_unsigned = "091a18c5c0abd915b068e627a8c4042014db9ae98897684b8ba0396ff6cece0a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-iodata_wn-ac1600dgr2-initramfs-kernel.bin"; + sha256 = "01975c79acf6d45a646bc260fe0df0d362b8b7a18ce84617561ec22acf7f4c74"; + sha256_unsigned = "01975c79acf6d45a646bc260fe0df0d362b8b7a18ce84617561ec22acf7f4c74"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-iodata_wn-ac1600dgr2-squashfs-dgr2-dgr3-factory.bin"; + sha256 = "791c151f12e9fba269a0394eb68b1b7d390805fb1554598cc5437f62563b4224"; + sha256_unsigned = "791c151f12e9fba269a0394eb68b1b7d390805fb1554598cc5437f62563b4224"; + type = "dgr2-dgr3-factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + model = "WN-AC1600DGR2/DGR3"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "16823a6aa7b0a2f9f9e02158a91660268a045bd13e690ffd9637b866a3d6ec10"; + sha256_unsigned = "16823a6aa7b0a2f9f9e02158a91660268a045bd13e690ffd9637b866a3d6ec10"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "f86383cfa4232b64e20b660da8ade8c74b64339ecb540819ef3059c0e2819ccc"; + sha256_unsigned = "242f706ef7cca10e4378d5944df8ee2d4abb599ddfe04acb263b21b4e20de5b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-iodata_wn-ag300dgr-initramfs-kernel.bin"; + sha256 = "89b51ba66ebf721246820f2536ab180a41abe686fa37ecd1f531efbba594525a"; + sha256_unsigned = "89b51ba66ebf721246820f2536ab180a41abe686fa37ecd1f531efbba594525a"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + model = "WN-AG300DGR"; + vendor = "I-O DATA"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-jjplus_ja76pf2-initramfs-kernel.bin"; + sha256 = "5e9363168e55fcb526923861f4dd24cdcfb8b5fa0b13ca5fc7d201489e137f93"; + sha256_unsigned = "5e9363168e55fcb526923861f4dd24cdcfb8b5fa0b13ca5fc7d201489e137f93"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "6652ace708f84dd35498e3d2e872cc3defacd1b98ddb859d8474c5b668945af3"; + sha256_unsigned = "5b95e7f861619f0dd5bab549d46d773ee7f94fbc1f441670978b417365de931b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-jjplus_ja76pf2-squashfs-firmware.bin"; + sha256 = "1bfc39e60e71bcec67cb7c6487fbb8834b56c47946d72be0dff2d5a810c706f8"; + sha256_unsigned = "1bfc39e60e71bcec67cb7c6487fbb8834b56c47946d72be0dff2d5a810c706f8"; + type = "firmware"; + } + { + name = "openwrt-22.03.4-ath79-generic-jjplus_ja76pf2-loader.bin"; + sha256 = "f44e3ef22d497a85627ac58a3ed8a650a2d7bf8522a34007adcb9120115a3890"; + sha256_unsigned = "f44e3ef22d497a85627ac58a3ed8a650a2d7bf8522a34007adcb9120115a3890"; + type = "loader.bin"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + ]; + titles = [ + { + model = "JA76PF2"; + vendor = "jjPlus"; + } + ]; + }; + jjplus_jwap230 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-jjplus_jwap230"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-jjplus_jwap230-squashfs-sysupgrade.bin"; + sha256 = "d3f6eafae114e567baf5b42260e1ea83776cc46735ede4103ac0e44d8db72025"; + sha256_unsigned = "deb791a4786f8ad8a69245e9485655eb17d8ea6e479c53d8ca93627d29b330fa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-jjplus_jwap230-initramfs-kernel.bin"; + sha256 = "94f82999b16cbbff125c18f790da554e7eadd12fa57068b807331164d8f02a8b"; + sha256_unsigned = "94f82999b16cbbff125c18f790da554e7eadd12fa57068b807331164d8f02a8b"; + type = "kernel"; + } + ]; + supported_devices = [ + "jjplus,jwap230" + ]; + titles = [ + { + model = "JWAP230"; + vendor = "jjPlus"; + } + ]; + }; + joyit_jt-or750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-joyit_jt-or750i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-joyit_jt-or750i-initramfs-kernel.bin"; + sha256 = "a88d147a1ad1a9ddd955876983d9887f89d6c04d0bc8b372feeae74eb5fad22f"; + sha256_unsigned = "a88d147a1ad1a9ddd955876983d9887f89d6c04d0bc8b372feeae74eb5fad22f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-joyit_jt-or750i-squashfs-sysupgrade.bin"; + sha256 = "25dbb855104ae8ce8a0670d39f4479177d41b7c0927efc233df54f570f543031"; + sha256_unsigned = "8ce57d6680c4e180aaa6e6592ef994456ee7e2024f39c19fa41047fa6ddb2071"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "joyit,jt-or750i" + ]; + titles = [ + { + model = "JT-OR750i"; + vendor = "Joy-IT"; + } + ]; + }; + letv_lba-047-ch = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-letv_lba-047-ch"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-letv_lba-047-ch-initramfs-kernel.bin"; + sha256 = "612725258378e0cf29f044a2b906aba7a85cd823176c96dee428224e0caaf436"; + sha256_unsigned = "612725258378e0cf29f044a2b906aba7a85cd823176c96dee428224e0caaf436"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-letv_lba-047-ch-squashfs-factory.bin"; + sha256 = "af4a770a41ff5869e8c21621e61e7352f393fd419a094e2006013660bbbdefa2"; + sha256_unsigned = "af4a770a41ff5869e8c21621e61e7352f393fd419a094e2006013660bbbdefa2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-letv_lba-047-ch-squashfs-sysupgrade.bin"; + sha256 = "cbe017de21d934cab86cab3010ae24e2d04323d0fa444991ab8a74157d98a596"; + sha256_unsigned = "a500db2c95849c8a471dc9197ce0ddc101eb49e67f260fc81a624599dbc7f62b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "letv,lba-047-ch" + ]; + titles = [ + { + model = "LBA-047-CH"; + vendor = "Letv"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-librerouter_librerouter-v1-initramfs-kernel.bin"; + sha256 = "6294de391e589128612ea3569f9cdddba21c57f0e25f705c1287f2370e699395"; + sha256_unsigned = "6294de391e589128612ea3569f9cdddba21c57f0e25f705c1287f2370e699395"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "4a4611c7c067e33b467f26ba4072decc4680f4035effa8f64cbfd0d9b6db13d4"; + sha256_unsigned = "170f7c77a472e53cffdc614aef96a8017e764e88b0c6ebe15ab3d2a5c28e5bd6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + model = "LibreRouter"; + variant = "v1"; + vendor = "Librerouter"; + } + ]; + }; + meraki_mr12 = { + device_packages = [ + "kmod-owl-loader" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-meraki_mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-meraki_mr12-squashfs-sysupgrade.bin"; + sha256 = "abc99b35619e705578956b2e467b0c8e1405508bc0a67be12d5f54c7017e11ad"; + sha256_unsigned = "cde1d467093b6beb0a0f46ed6f37610902eb60df54df77e1742376201912d5cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-meraki_mr12-initramfs-kernel.bin"; + sha256 = "8d2e270af172f562fcec988ec6c50bfc738199b916e65610168ba7814e0b4fd9"; + sha256_unsigned = "8d2e270af172f562fcec988ec6c50bfc738199b916e65610168ba7814e0b4fd9"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr12" + "mr12" + ]; + titles = [ + { + model = "MR12"; + vendor = "Meraki"; + } + ]; + }; + meraki_mr16 = { + device_packages = [ + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-meraki_mr16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-meraki_mr16-squashfs-sysupgrade.bin"; + sha256 = "cc218524f31d8e63e284d3dac45476778e474cae3ca7b4cc6644bf25a681bda1"; + sha256_unsigned = "da793bb13bde4e59ddd81b90690fcd258b343b2c7593c3e0717732ce7b525870"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-meraki_mr16-initramfs-kernel.bin"; + sha256 = "77a3bcd633ba0ca548b33714cb2212534b397b0c603fa017d2e5da72b04b0ad2"; + sha256_unsigned = "77a3bcd633ba0ca548b33714cb2212534b397b0c603fa017d2e5da72b04b0ad2"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr16" + "mr16" + ]; + titles = [ + { + model = "MR16"; + vendor = "Meraki"; + } + ]; + }; + mercury_mw4530r-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-mercury_mw4530r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-mercury_mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "0eeb397bee4297ab7c56c04c6b131ff8c9120c3762ad7ae07c841cd50c53eb1e"; + sha256_unsigned = "ffb0319c9c2f04af91500239ea0597605d6fd4aef22510ee07ee6f92560aa326"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-mercury_mw4530r-v1-initramfs-kernel.bin"; + sha256 = "1d7577a1da03811ed707c6830eb6b703f54658be99b90c11c992d957581d69a1"; + sha256_unsigned = "1d7577a1da03811ed707c6830eb6b703f54658be99b90c11c992d957581d69a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-mercury_mw4530r-v1-squashfs-factory.bin"; + sha256 = "64d1b95c40b317891b59c091d43f027ce89892ea9b05c778d9094ead15121bd7"; + sha256_unsigned = "64d1b95c40b317891b59c091d43f027ce89892ea9b05c778d9094ead15121bd7"; + type = "factory"; + } + ]; + supported_devices = [ + "mercury,mw4530r-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "MW4530R"; + variant = "v1"; + vendor = "Mercury"; + } + ]; + }; + nec_wf1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-nec_wf1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-nec_wf1200cr-squashfs-sysupgrade.bin"; + sha256 = "b775560c2a1f0153f0fa7da75a905ccb88c5ff815152377b43e3aaad4ab3fcff"; + sha256_unsigned = "d79b1f000a6ae2aec446d59be14da2f9bbddc484c5523e0722a9e5db3d8eacae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-nec_wf1200cr-initramfs-kernel.bin"; + sha256 = "a6208e6f440f5604a3d5f1fd2fcac252aac8100a771f2012b3fc329d8fdd1bb0"; + sha256_unsigned = "a6208e6f440f5604a3d5f1fd2fcac252aac8100a771f2012b3fc329d8fdd1bb0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-nec_wf1200cr-squashfs-factory.bin"; + sha256 = "6c65b7ea14975aaf5e965dc2ee0c6dbed599f8bc4986bb6ddb0eacb5f5ce76b1"; + sha256_unsigned = "6c65b7ea14975aaf5e965dc2ee0c6dbed599f8bc4986bb6ddb0eacb5f5ce76b1"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wf1200cr" + ]; + titles = [ + { + model = "Aterm WF1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "5af2968b7915467c4235ec294f915fa77b1c6e94a5c7632989f933e9a85f26a1"; + sha256_unsigned = "085aaedc20ac4a0f2516b3e8b29f70198d2a2c2676a1aa023c3c01e34f596b27"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-nec_wg1200cr-initramfs-kernel.bin"; + sha256 = "fa92a657b6ac91a5b6f89022c74453dd5247b7cde2e4835f110f082d530e469c"; + sha256_unsigned = "fa92a657b6ac91a5b6f89022c74453dd5247b7cde2e4835f110f082d530e469c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "a40f6d1f0e4d5d4d27fd3dd74732bd5f2484131d14a8a9ad29abbb83bed59b3a"; + sha256_unsigned = "a40f6d1f0e4d5d4d27fd3dd74732bd5f2484131d14a8a9ad29abbb83bed59b3a"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + model = "Aterm WG1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-full-htt" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "b659acfa69402b53146e9ceffaf835901333ac35970d2b11ea798453ff9e950a"; + sha256_unsigned = "a61abff27f7e64680521dbc07a0ff4914ea73d6aa6c9e9f9dd8469c78f4543bc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-nec_wg800hp-initramfs-kernel.bin"; + sha256 = "9442589a74d2e9e2be0c57401a25a7d6e5b6b72287eba5f2cd59cc39bacc67aa"; + sha256_unsigned = "9442589a74d2e9e2be0c57401a25a7d6e5b6b72287eba5f2cd59cc39bacc67aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "a0c430b6cc63d1a4dcaccb86ad9e747483f34176dcce438cfc5d435b6eb3bc07"; + sha256_unsigned = "a0c430b6cc63d1a4dcaccb86ad9e747483f34176dcce438cfc5d435b6eb3bc07"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + model = "Aterm WG800HP"; + vendor = "NEC"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_ex6400-initramfs-kernel.bin"; + sha256 = "7432e353102b812a8fd1e5158a85a95190254d64d0f1f7f3fddf10abc8048d87"; + sha256_unsigned = "7432e353102b812a8fd1e5158a85a95190254d64d0f1f7f3fddf10abc8048d87"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "de5005f20a843d8cbeff971043ec463c8d8f72ded79b9d9a947f29e4dca1af75"; + sha256_unsigned = "a01024d7101c9cd3c8ca732d55b641ad0e5e1037d3eec1290f5177deace48c89"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "b6aed421c24613e47a313ebb01aa23dea36db273ddd096b4a585a77e6e4da8d6"; + sha256_unsigned = "b6aed421c24613e47a313ebb01aa23dea36db273ddd096b4a585a77e6e4da8d6"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + model = "EX6400"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_ex7300-initramfs-kernel.bin"; + sha256 = "b42011c9f5777351b758aa3c5e770ca2be80fe96d7bfa142a0e7d303cc4d5438"; + sha256_unsigned = "b42011c9f5777351b758aa3c5e770ca2be80fe96d7bfa142a0e7d303cc4d5438"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "6ae93e8304590de2d667f95da7d4d43feef41f40d2c29e28654dedecd1be1182"; + sha256_unsigned = "68e7da98e494f043986a5d5d24ad3f3d5b70d61dad5096106b746211402b62d8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "353121ef21341f0d37bf0bcad8cb5bd487f21224bdab70c4433a2da69a94eecd"; + sha256_unsigned = "353121ef21341f0d37bf0bcad8cb5bd487f21224bdab70c4433a2da69a94eecd"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + model = "EX7300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-netgear_ex7300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_ex7300-v2-initramfs-kernel.bin"; + sha256 = "d23cfead853cbb7f85ca02bc1156cd9c2d695e9a939f8cdbb76a1ef91e41a715"; + sha256_unsigned = "d23cfead853cbb7f85ca02bc1156cd9c2d695e9a939f8cdbb76a1ef91e41a715"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_ex7300-v2-squashfs-sysupgrade.bin"; + sha256 = "61e2bc2a1cf29dc03f7fdd3835979c16281b41b9067adaa112e4d58c3c762250"; + sha256_unsigned = "5c2a94f7012a5b5227fe7697b6bb342513c8d8fcb433f3ceb1d562162adb1672"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_ex7300-v2-squashfs-factory.img"; + sha256 = "6548bebabe750bd55d58bbab43d41c98a326a4b123594e37d49b1b92e6ef7bf4"; + sha256_unsigned = "6548bebabe750bd55d58bbab43d41c98a326a4b123594e37d49b1b92e6ef7bf4"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex7300-v2" + ]; + titles = [ + { + model = "EX7300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap360 = { + device_packages = [ + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-netgear_wndap360"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndap360-squashfs-sysupgrade.bin"; + sha256 = "20a157f0370f3b7279a91f2dd370129b2740b896232f463153ce318ad87de457"; + sha256_unsigned = "b0fb33ec5575721bc8b4a47fe0c60c59d0e5ef0d9633cd804f030a18191671cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndap360-initramfs-kernel.bin"; + sha256 = "8f06c546b3d4c09b10b2586556e7dd41f6a08da3a5c1776a8f57ba9af00b8a8c"; + sha256_unsigned = "8f06c546b3d4c09b10b2586556e7dd41f6a08da3a5c1776a8f57ba9af00b8a8c"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndap360" + ]; + titles = [ + { + model = "WNDAP360"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndr3700-initramfs-kernel.bin"; + sha256 = "3da6ee858e742a37dae6c72324d3099b27c7ed744b6605131fbddea183e4dc53"; + sha256_unsigned = "3da6ee858e742a37dae6c72324d3099b27c7ed744b6605131fbddea183e4dc53"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "bf9746d8f1f53d85c141d38c501b10633ffa2feb08d69eb6022979658f9efc6d"; + sha256_unsigned = "bf9746d8f1f53d85c141d38c501b10633ffa2feb08d69eb6022979658f9efc6d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "6191a5c6a14d3454e4c8ce334c3184fd774aa7919033d07ae0d532b0d35935b4"; + sha256_unsigned = "ec21a3b3abd7cf0f55bb8387ab5bbf2221b13f6c845a25095d6c37d333d428e8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "505949fa26b80e13311917c1e59236b56110c2ae587fda11c08276eadf34a283"; + sha256_unsigned = "505949fa26b80e13311917c1e59236b56110c2ae587fda11c08276eadf34a283"; + type = "factory-NA"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-netgear_wndr3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndr3700-v2-squashfs-factory.img"; + sha256 = "580fcd7d6b32fb96ec6affe0d61a686fe19ad546b289ba6446a4f02d8f6448e7"; + sha256_unsigned = "580fcd7d6b32fb96ec6affe0d61a686fe19ad546b289ba6446a4f02d8f6448e7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndr3700-v2-squashfs-sysupgrade.bin"; + sha256 = "3e130fa0393ca79e02d90054775cc8da987d4e8dda9bdb5e450612605b604ee5"; + sha256_unsigned = "89882ea51cb48dd2c168e32f3d5f801818f9a6d81291fa4625715bd12edc35c5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndr3700-v2-initramfs-kernel.bin"; + sha256 = "49ecdb05a6e7f3b93d4e4af8be946cedfe90d605abc57aa0e54f4fd62ffb07fb"; + sha256_unsigned = "49ecdb05a6e7f3b93d4e4af8be946cedfe90d605abc57aa0e54f4fd62ffb07fb"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v2" + "wndr3700" + "netgear,wndr3700v2" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "2edacf41784e67f4f1db1201e1e8cd6983a77523e0a56208b9a06faf3c095a95"; + sha256_unsigned = "a9855c657803b65f55d637fbf5c1e9c8f8db2ddf95f554981faabadb9d950f9e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "76c0239a1518eecb4880506d9152a2d2e37342cc2bbbb14dcad34baf3b4fc7a2"; + sha256_unsigned = "76c0239a1518eecb4880506d9152a2d2e37342cc2bbbb14dcad34baf3b4fc7a2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndr3800-initramfs-kernel.bin"; + sha256 = "440c3c20777950b133d253a93ebe1d038f0a8b51d68ae3fcf89b261a5af3c9c6"; + sha256_unsigned = "440c3c20777950b133d253a93ebe1d038f0a8b51d68ae3fcf89b261a5af3c9c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800ch = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-netgear_wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndr3800ch-squashfs-factory.img"; + sha256 = "af919b0aa003d16275bbc48e9c5606e3c621e16a9ddc21d4e74f5715ffff6919"; + sha256_unsigned = "af919b0aa003d16275bbc48e9c5606e3c621e16a9ddc21d4e74f5715ffff6919"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "274298286ce82eed75677e2464b4ad883c3ac257a06f9061d40a0cdf4915b4ff"; + sha256_unsigned = "51c8b4b01f08592ffe3a0a16e15731ee3c3f00bbefd3ac5db59682daf5335e14"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndr3800ch-initramfs-kernel.bin"; + sha256 = "5fe34007566233841e68dad6ae375cc47e5afe5510fd54beca5e5dfeac0edb6a"; + sha256_unsigned = "5fe34007566233841e68dad6ae375cc47e5afe5510fd54beca5e5dfeac0edb6a"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3800ch" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800CH"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-netgear_wndrmac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndrmac-v1-initramfs-kernel.bin"; + sha256 = "e1e9a905ad9db9248777711b22c4335b5383e50f3f0a25becdae534c8b951444"; + sha256_unsigned = "e1e9a905ad9db9248777711b22c4335b5383e50f3f0a25becdae534c8b951444"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndrmac-v1-squashfs-factory.img"; + sha256 = "c3021c63bbb38419d8362a6461e231ad13fce31e4cf900264362fb3f13449db2"; + sha256_unsigned = "c3021c63bbb38419d8362a6461e231ad13fce31e4cf900264362fb3f13449db2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndrmac-v1-squashfs-sysupgrade.bin"; + sha256 = "824d9bcf8b74023457bab277876ce123d203c1bb082c3841d87b7e8a226113e3"; + sha256_unsigned = "d94f8bc74f3518e86ca66a1a6805a50bc8c4ee53ac50bc7e537137526ed9d264"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v1" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-netgear_wndrmac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndrmac-v2-squashfs-factory.img"; + sha256 = "7d9823a11c6d256cafec452e1973900cdf8a640d2ae8bb7e9967e76643f437c7"; + sha256_unsigned = "7d9823a11c6d256cafec452e1973900cdf8a640d2ae8bb7e9967e76643f437c7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndrmac-v2-squashfs-sysupgrade.bin"; + sha256 = "ba23eb9888579242dccac06800f47c8bab090f65bfd61444e7221ecd5a0c219e"; + sha256_unsigned = "7d688f84ecbb21d2a90256c2792ed86de0ee61ee733ec63cb402977112b2a91d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wndrmac-v2-initramfs-kernel.bin"; + sha256 = "aa87db83fd06f5531686decdf3e086eb28fbd8ec6555ea6cb7fb198af461c400"; + sha256_unsigned = "aa87db83fd06f5531686decdf3e086eb28fbd8ec6555ea6cb7fb198af461c400"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v2" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-netgear_wnr2200-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wnr2200-16m-initramfs-kernel.bin"; + sha256 = "6a983f940ebeadf70e417cd099e674c69c3b83f5bee49a1e02d7feeadf0e06ec"; + sha256_unsigned = "6a983f940ebeadf70e417cd099e674c69c3b83f5bee49a1e02d7feeadf0e06ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img"; + sha256 = "c6c4fb5b1e1ca3ab01d0e7233373a82e46bf164d5870ace0be4ae0bdb7c36304"; + sha256_unsigned = "c6c4fb5b1e1ca3ab01d0e7233373a82e46bf164d5870ace0be4ae0bdb7c36304"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"; + sha256 = "46b4eea25ea7707700c3ca7a3eedf1fdd1a0c83a33b48f93351334a2be1bca99"; + sha256_unsigned = "4a8092c5a40f225e2a0362c7178853e361ddea7cd762c2e71d0eb85b4f7aa681"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wnr2200-16m" + ]; + titles = [ + { + model = "WNR2200"; + variant = "16M"; + vendor = "NETGEAR"; + } + { + model = "WNR2200"; + variant = "CN/RU"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-netgear_wnr2200-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wnr2200-8m-squashfs-factory.img"; + sha256 = "73dbe28fba1324bdc33a6aa4cd343a819e8ca505c1ab34e4663d50b2f5a0ba6f"; + sha256_unsigned = "73dbe28fba1324bdc33a6aa4cd343a819e8ca505c1ab34e4663d50b2f5a0ba6f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wnr2200-8m-squashfs-factory-NA.img"; + sha256 = "76785f1d5e41c50030ade2ecae9f70a1d7dda4a4cc7e871a2ed134e8a1819d23"; + sha256_unsigned = "76785f1d5e41c50030ade2ecae9f70a1d7dda4a4cc7e871a2ed134e8a1819d23"; + type = "factory-NA"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wnr2200-8m-initramfs-kernel.bin"; + sha256 = "ddc03ba781e8389ce25cd4f9628b19e65d265dfa97f5828cf2ebc3902630a528"; + sha256_unsigned = "ddc03ba781e8389ce25cd4f9628b19e65d265dfa97f5828cf2ebc3902630a528"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-netgear_wnr2200-8m-squashfs-sysupgrade.bin"; + sha256 = "fca49f2f6bac9807c99526cc1563ea79e1b8c67d247ebf37d6f0ad42b6b81ad1"; + sha256_unsigned = "3d8ee391b27cc217415d16de904aa6ce2b24bbc62703a585c6ba3f7d90b48379"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wnr2200-8m" + "wnr2200" + ]; + titles = [ + { + model = "WNR2200"; + variant = "8M"; + vendor = "NETGEAR"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "f709f7ad9807c20fcc1e4fb333c0b20ea4a3ae3b3f823d8120115902c0dc46b6"; + sha256_unsigned = "86fbb8c7f44bc3465dc566114a13262a59c95a7a65f699278164464f4c67e633"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ocedo_koala-initramfs-kernel.bin"; + sha256 = "dab7006b9d9136f9c717d8061fcd3b879d01f1c623905ced23a9cba9216d14e6"; + sha256_unsigned = "dab7006b9d9136f9c717d8061fcd3b879d01f1c623905ced23a9cba9216d14e6"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + model = "Koala"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ocedo_raccoon-initramfs-kernel.bin"; + sha256 = "02d62088f866aee443c185210fd2a52a3d0704f450d39231c4577552f2497de5"; + sha256_unsigned = "02d62088f866aee443c185210fd2a52a3d0704f450d39231c4577552f2497de5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "6c8f35f23d7c072c815cc15e6472b004fe1f1d0492da9c5d90f7c542afb03d24"; + sha256_unsigned = "a03d4c331da502ce7d8cc5bedf45e3f6093339eb412757cc8cf250fb3ae6ebc3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + model = "Raccoon"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ocedo_ursus-initramfs-kernel.bin"; + sha256 = "ae8430afbaa9c467bc543da1a5a1279c23ca441f73d974b20b6dd7d397c663c2"; + sha256_unsigned = "ae8430afbaa9c467bc543da1a5a1279c23ca441f73d974b20b6dd7d397c663c2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "6bf91b5ee6a4645cc652c4684cded54c97017fc1dfb9117f2e057b08f9a59cd2"; + sha256_unsigned = "8cc2dd280d8d6d815772586d16ff5e6dd1cd060a21d6cfcb54468a3e2d8a1660"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + model = "Ursus"; + vendor = "Ocedo"; + } + ]; + }; + onion_omega = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-onion_omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-onion_omega-squashfs-sysupgrade.bin"; + sha256 = "5d94137ee52c96f705456a01d086f1cae06bb73343979aa5e1b9dd5fe3e1244b"; + sha256_unsigned = "0d9de68d25db8a1862d06ac3830a580cfc26f57438beca35ffc512c5b7c12508"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-onion_omega-initramfs-kernel.bin"; + sha256 = "6f3d2e82ba251d3f2fdd7a5d65e005dca02b231714732709e96d0ddf6af0f420"; + sha256_unsigned = "6f3d2e82ba251d3f2fdd7a5d65e005dca02b231714732709e96d0ddf6af0f420"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-onion_omega-squashfs-factory.bin"; + sha256 = "93d8e1f97d036a9524ed80395912865a626dd6fde39103b4616201b4d2fbeb57"; + sha256_unsigned = "93d8e1f97d036a9524ed80395912865a626dd6fde39103b4616201b4d2fbeb57"; + type = "factory"; + } + ]; + supported_devices = [ + "onion,omega" + "onion-omega" + ]; + titles = [ + { + model = "Omega"; + vendor = "Onion"; + } + ]; + }; + openmesh_a40 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_a40"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_a40-initramfs-kernel.bin"; + sha256 = "378cbe67b220acba21106566b8f55f84552525e563ed2c9e3734f88f9ff02f2f"; + sha256_unsigned = "378cbe67b220acba21106566b8f55f84552525e563ed2c9e3734f88f9ff02f2f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_a40-squashfs-sysupgrade.bin"; + sha256 = "0387cb19a2cb1b0c087b816255c0cd5bf141341033b809dc2bdcf27c9ee5f107"; + sha256_unsigned = "39ac35cffd94fcb7089f7a98f035507bbb3ec925a2e13763cb204c3768891b50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a40" + "a40" + ]; + titles = [ + { + model = "A40"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a60 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_a60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_a60-squashfs-sysupgrade.bin"; + sha256 = "ca4a8b037daacee7cbebb3c42bd0d0b6a43033e00d243e3eb89a20423bbea0d9"; + sha256_unsigned = "eafcc481c18f12cdd772c6debb94a6c6d71ce7eadbb9dc6dcd0dd47936eae7ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_a60-initramfs-kernel.bin"; + sha256 = "010090c0204aed134d8f60d701aed867a1ccb4c1f6d422b69fcb3fac76306e85"; + sha256_unsigned = "010090c0204aed134d8f60d701aed867a1ccb4c1f6d422b69fcb3fac76306e85"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a60" + "a60" + ]; + titles = [ + { + model = "A60"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_mr1750-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_mr1750-v1-squashfs-sysupgrade.bin"; + sha256 = "eb9ba5eee3e292d6b99380993b48acdcf4cd3672acb26f888d1ded5dbfdb3014"; + sha256_unsigned = "08bc9804a8b693cb742ca41476823db4516bd5dd66baa1ee640d58314eb48772"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_mr1750-v1-initramfs-kernel.bin"; + sha256 = "68b0bf6c4be1ce09b442bdfdf134f093b197045eaa201bed2121b269ad1e67b0"; + sha256_unsigned = "68b0bf6c4be1ce09b442bdfdf134f093b197045eaa201bed2121b269ad1e67b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v1" + "mr1750" + ]; + titles = [ + { + model = "MR1750"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_mr1750-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_mr1750-v2-squashfs-sysupgrade.bin"; + sha256 = "6c02a3ab81301aa0328aeb715ddf435c17b57950da92354ffc1e2e7af0b37856"; + sha256_unsigned = "56da1beaf885264188e5db83506c9b3c0cc113459e01a5fd48f9e309cde0d0a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_mr1750-v2-initramfs-kernel.bin"; + sha256 = "ffda619cd06df442e3180c2a26b8bd494446c9ef5ed0a2b0819e2234378ff99b"; + sha256_unsigned = "ffda619cd06df442e3180c2a26b8bd494446c9ef5ed0a2b0819e2234378ff99b"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v2" + "mr1750v2" + ]; + titles = [ + { + model = "MR1750"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_mr600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_mr600-v1-squashfs-sysupgrade.bin"; + sha256 = "98c9d177a18fa31f72ac243512876dd85ff5db46525bba679cc1bf4d6634aabc"; + sha256_unsigned = "440daa627ee333769b9f0b35cad8d86ae1a36c1837c143ec327b9b82de0e432c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_mr600-v1-initramfs-kernel.bin"; + sha256 = "6373e379d128e242c58cb1c9601706f1178f7661a1917604bfd7ccce69da11c7"; + sha256_unsigned = "6373e379d128e242c58cb1c9601706f1178f7661a1917604bfd7ccce69da11c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v1" + "mr600" + ]; + titles = [ + { + model = "MR600"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_mr600-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_mr600-v2-squashfs-sysupgrade.bin"; + sha256 = "4d53bff723bab9fd94e607503a2a8ff9bf67af34c427ae7bd9643fa1f2bad74c"; + sha256_unsigned = "14f419431782804c133f3d70d63c4e3e90aac0a8d36b7258166553792b274e00"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_mr600-v2-initramfs-kernel.bin"; + sha256 = "737d5313a88b25aa7a75f662cad8f47eb8f4c97c5d5e0ceb792aae487bd721f6"; + sha256_unsigned = "737d5313a88b25aa7a75f662cad8f47eb8f4c97c5d5e0ceb792aae487bd721f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v2" + "mr600v2" + ]; + titles = [ + { + model = "MR600"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_mr900-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_mr900-v1-initramfs-kernel.bin"; + sha256 = "70c0f5b96460bf5583a4777e446d82a54d37a10a8de307ceb616b1d2810be248"; + sha256_unsigned = "70c0f5b96460bf5583a4777e446d82a54d37a10a8de307ceb616b1d2810be248"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_mr900-v1-squashfs-sysupgrade.bin"; + sha256 = "0bdc19c11e2845de04e29339371eba0e1123b7febf49472b9084fde83ae89a46"; + sha256_unsigned = "c577afc57cbcea8bf36d8a0a977a0917d35458a6efddc748ebbc6eeada8686ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr900-v1" + "mr900" + ]; + titles = [ + { + model = "MR900"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_mr900-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_mr900-v2-initramfs-kernel.bin"; + sha256 = "02635253b1907327ba49782b3f07aa8c7916749d60ee9bd2aee8160ccaeb2713"; + sha256_unsigned = "02635253b1907327ba49782b3f07aa8c7916749d60ee9bd2aee8160ccaeb2713"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_mr900-v2-squashfs-sysupgrade.bin"; + sha256 = "2b423f19e0f9bb91a7b1f519aa50eba1aa2970e5dd900e70c66089b87b6f04b1"; + sha256_unsigned = "9d1aa6a6f1a8ff61146f972f7afb92bf74850cfab669da7d8b6bf45c95dfae0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr900-v2" + "mr900v2" + ]; + titles = [ + { + model = "MR900"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_om2p-hs-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om2p-hs-v1-squashfs-sysupgrade.bin"; + sha256 = "6e6bf13bd8539e2b857534aee217cc7d30fcc650a140c9993b3f34903b44ed14"; + sha256_unsigned = "5e27d350f61959152509c921e6d601bf1922989912a887c1d16bbff80e730240"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om2p-hs-v1-initramfs-kernel.bin"; + sha256 = "78c28307da9e2ab29f48c950e837448a2f7333c66562a342def1b97ae43305eb"; + sha256_unsigned = "78c28307da9e2ab29f48c950e837448a2f7333c66562a342def1b97ae43305eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v1" + "om2p-hs" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_om2p-hs-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om2p-hs-v2-squashfs-sysupgrade.bin"; + sha256 = "d2791caa4b64092d991da75eb20f7fb491cf0508bc7e4bc3bf9f07bbd72742d0"; + sha256_unsigned = "dbff6985f4148e178589c0bbf2c5632b150c04d9f622b78638fd6cf8c3ed26d9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om2p-hs-v2-initramfs-kernel.bin"; + sha256 = "59dc470bfdf4771b97c917f3841b99b089f5d8c8f6673b99ab3b2f5ad6879bb2"; + sha256_unsigned = "59dc470bfdf4771b97c917f3841b99b089f5d8c8f6673b99ab3b2f5ad6879bb2"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v2" + "om2p-hsv2" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v3 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_om2p-hs-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om2p-hs-v3-initramfs-kernel.bin"; + sha256 = "fba42cbab1c6c1d5a214484a34bf23e41fc2e4293587b5075f354ecd19985ef9"; + sha256_unsigned = "fba42cbab1c6c1d5a214484a34bf23e41fc2e4293587b5075f354ecd19985ef9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om2p-hs-v3-squashfs-sysupgrade.bin"; + sha256 = "6692bf38a47c656e0501c0a501687375b45938c3ca95f1f92304890bf50b8160"; + sha256_unsigned = "5d181f20506090eaaab5843b5965cb9601f87cc6704a2f38d3f1346cdc33adb2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v3" + "om2p-hsv3" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v3"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_om2p-hs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om2p-hs-v4-squashfs-sysupgrade.bin"; + sha256 = "1737c534214f82d9b2a0336db9a58e885fc6fe85401e6d63a9d107e52017a317"; + sha256_unsigned = "2f9d94b8758d4bb062936653ee2b4c408539824792676179eca386c08f484b64"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om2p-hs-v4-initramfs-kernel.bin"; + sha256 = "a666d7c66dc8635bb714c1868cd7f340929bb9ae7580f421fc8eff9ddfc4ba00"; + sha256_unsigned = "a666d7c66dc8635bb714c1868cd7f340929bb9ae7580f421fc8eff9ddfc4ba00"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v4" + "om2p-hsv4" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-lc = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_om2p-lc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om2p-lc-initramfs-kernel.bin"; + sha256 = "a0e868e7a573aeaff01b04b1c4484d8f5768bf9d77021861bd6b23d2ec18f284"; + sha256_unsigned = "a0e868e7a573aeaff01b04b1c4484d8f5768bf9d77021861bd6b23d2ec18f284"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om2p-lc-squashfs-sysupgrade.bin"; + sha256 = "c84d37526e1634027853d1ac15b524a59871ca594e4189a4e7739d5d18b970e3"; + sha256_unsigned = "369c3cb80f075652474d11e4e034a24db265d7a15999fc410ed3a88cb89930b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-lc" + "om2p-lc" + ]; + titles = [ + { + model = "OM2P-LC"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_om2p-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om2p-v1-squashfs-sysupgrade.bin"; + sha256 = "e09a9fcae2a1ad685c4ed2ffe6eb88db00978d17b4da2fe2a449ec4608ad9030"; + sha256_unsigned = "2f7ca6c1d7da640a04009ff2489297638d77c5b43d4ad8a1bffa5696df2da840"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om2p-v1-initramfs-kernel.bin"; + sha256 = "5ed44ae8fb679a8b5b69c35f2464297c1526cc8d95e3e2c00e66d1d50d3cf893"; + sha256_unsigned = "5ed44ae8fb679a8b5b69c35f2464297c1526cc8d95e3e2c00e66d1d50d3cf893"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v1" + "om2p" + ]; + titles = [ + { + model = "OM2P"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_om2p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om2p-v2-squashfs-sysupgrade.bin"; + sha256 = "b9b0ee166541dcf5298a5ad42f0a92e750c4ac902a2294f517f7f44813aba86d"; + sha256_unsigned = "e1a31d5f13d761b4549a6a4ab970e8cab31d8c6cd0e0c557561ff13c0edb6177"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om2p-v2-initramfs-kernel.bin"; + sha256 = "20cbc70f672c6d015541af37c28637c57b6507a874f644f647b80cf0a83602fa"; + sha256_unsigned = "20cbc70f672c6d015541af37c28637c57b6507a874f644f647b80cf0a83602fa"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v2" + "om2pv2" + ]; + titles = [ + { + model = "OM2P"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_om2p-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om2p-v4-squashfs-sysupgrade.bin"; + sha256 = "841376464679bc6b56fb218a2f950d8d5cfacddbabc24330c21209877ffadc81"; + sha256_unsigned = "9c6cc7c58549a20e16d4bdb4a9fbce60d3dd0b91e6edfb95b6d404f0465ff04f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om2p-v4-initramfs-kernel.bin"; + sha256 = "2f60d989cf325762bb89bcbf51f49274de584a916e43bb2b2c02d8a1cfd7391e"; + sha256_unsigned = "2f60d989cf325762bb89bcbf51f49274de584a916e43bb2b2c02d8a1cfd7391e"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v4" + "om2pv4" + ]; + titles = [ + { + model = "OM2P"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_om5p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om5p-initramfs-kernel.bin"; + sha256 = "e048a4d9842467ee7f8a49e977198a629088346b171e36011f2dd42d8aeecb36"; + sha256_unsigned = "e048a4d9842467ee7f8a49e977198a629088346b171e36011f2dd42d8aeecb36"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om5p-squashfs-sysupgrade.bin"; + sha256 = "34354af42e59fa21bc9ca21d5b6abf4d1ce4d689373e1c16e87665899779c1f6"; + sha256_unsigned = "48d6ed32a09edd44dc89a8b9cc8fd3da54d2c133838d20e93415d92ff290ec6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p" + "om5p" + ]; + titles = [ + { + model = "OM5P"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_om5p-ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om5p-ac-v1-squashfs-sysupgrade.bin"; + sha256 = "128afba533e0217b0cf362506ce1fb2d6199b4b23d40391f24dad47a9c251e73"; + sha256_unsigned = "7f321b156216b670a13a7f28945afe652f660b5824a7d9bc43971398f10371dd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om5p-ac-v1-initramfs-kernel.bin"; + sha256 = "38dc111e2821b293d64ca8cf48c058f001a98955baa20420e9f75fdb7cc2f4d1"; + sha256_unsigned = "38dc111e2821b293d64ca8cf48c058f001a98955baa20420e9f75fdb7cc2f4d1"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v1" + "om5p-ac" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "758476ced96ac4799466e5019757f8fcd26508d7ad585006b1582a8a2b376c95"; + sha256_unsigned = "c8537300227f2ac62e5a8598b01a374e5863bbe08763b6540eeb1361084c7907"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om5p-ac-v2-initramfs-kernel.bin"; + sha256 = "33279b1e90f0008783b28b08f7e39c0e205b1f94acb70396d6c97e810d791cd2"; + sha256_unsigned = "33279b1e90f0008783b28b08f7e39c0e205b1f94acb70396d6c97e810d791cd2"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-an = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-openmesh_om5p-an"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om5p-an-squashfs-sysupgrade.bin"; + sha256 = "b205bb425de23f315a2e4d4b44181d41a99ea341bf9d4a7f9f599893a5eb8e30"; + sha256_unsigned = "80e8a5f3db6d610b3de45798403f32128adcf10daa7ef57760e088185fd1df34"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-openmesh_om5p-an-initramfs-kernel.bin"; + sha256 = "e0683def995828e32e65f9b528a2a34bbb07e03c1c285052f8eb5042aa728634"; + sha256_unsigned = "e0683def995828e32e65f9b528a2a34bbb07e03c1c285052f8eb5042aa728634"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p-an" + "om5p-an" + ]; + titles = [ + { + model = "OM5P-AN"; + vendor = "OpenMesh"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-pcs_cap324-initramfs-kernel.bin"; + sha256 = "779726a97ea29cbab5c138578593f7251a52a03ef766612360f0d818c8510c9b"; + sha256_unsigned = "779726a97ea29cbab5c138578593f7251a52a03ef766612360f0d818c8510c9b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "1fa2910917659bc6a6567d851888fb88efb68bc246f3fedf03437133afdb2268"; + sha256_unsigned = "614cfa6021cf7de53f487993487617cb47d6f19612cb4b839cef5dfa36cc4bf9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + model = "CAP324"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-pcs_cr3000-initramfs-kernel.bin"; + sha256 = "921c658435e42da3ca27ebdceb2398dbe396dd188a2bbfc07a648fdbe4e5e49c"; + sha256_unsigned = "921c658435e42da3ca27ebdceb2398dbe396dd188a2bbfc07a648fdbe4e5e49c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "1a3ac549c72bafaf95e8eb232a2ed8f349f330dc774db116fb95eed05b925d4b"; + sha256_unsigned = "ceafe78e2e52d0939ad187c3b85d6231cd29de32af92d0d4a5c8faed66579f3f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + model = "CR3000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "debe23431e964af1f5db02075b35efa561dc3321cfcfadbc394d43a9cccb7828"; + sha256_unsigned = "8e5e90ed689b0184952455f2e12689398b7ff9f9d96f5cceff435a7d839a9c63"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-pcs_cr5000-initramfs-kernel.bin"; + sha256 = "928188106411059ff6751d646938fad129138d4be77fa9e93edb2cefd8d6c729"; + sha256_unsigned = "928188106411059ff6751d646938fad129138d4be77fa9e93edb2cefd8d6c729"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + model = "CR5000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "97788c9a6f1a5cfd6bf46939860ddd9ae138619f89a0fa6181b90d0924d25e6c"; + sha256_unsigned = "11e4809ce375e4e34befa5e52cf74f2956cb5927e4cc974076bad84088c35da4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-phicomm_k2t-initramfs-kernel.bin"; + sha256 = "f6bc3639ea3d669305bffabd136105638108912bb387cc59a510f9b99afa636c"; + sha256_unsigned = "f6bc3639ea3d669305bffabd136105638108912bb387cc59a510f9b99afa636c"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + model = "K2T"; + vendor = "Phicomm"; + } + ]; + }; + pisen_ts-d084 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-pisen_ts-d084"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-pisen_ts-d084-initramfs-kernel.bin"; + sha256 = "16e1f9a68fba441b7bb02484671912ef7445bca2b6fedcf5855e3d355e91c165"; + sha256_unsigned = "16e1f9a68fba441b7bb02484671912ef7445bca2b6fedcf5855e3d355e91c165"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-pisen_ts-d084-squashfs-sysupgrade.bin"; + sha256 = "ab18cd04d42aa608602ee151ccec0e972b57e879f1674753628cb816ff6cdba6"; + sha256_unsigned = "cdbd7ec7896b4b99632961776b627fb12719cee33fac383a069001dd32b45083"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-pisen_ts-d084-squashfs-factory.bin"; + sha256 = "ff0ce5d32b09e25b267c5ed45eb14abd22ade87b011e728f8127d03523253226"; + sha256_unsigned = "ff0ce5d32b09e25b267c5ed45eb14abd22ade87b011e728f8127d03523253226"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,ts-d084" + ]; + titles = [ + { + model = "TS-D084"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmb001n = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-pisen_wmb001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-pisen_wmb001n-squashfs-sysupgrade.bin"; + sha256 = "c07d927c1e582efb00cf64512385b0b205633b9bb240d4c0e29d1f0cb0b6b511"; + sha256_unsigned = "7d85bd2a3827e28a3111de6e50943d54f32ea067cc23056d6526c579952f9e53"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-pisen_wmb001n-squashfs-factory.bin"; + sha256 = "a2cd3e8cbd0b2a373eec2eb7c8ba2d2c7079a2b17e7aebe6557c1adf831f4e16"; + sha256_unsigned = "7d85bd2a3827e28a3111de6e50943d54f32ea067cc23056d6526c579952f9e53"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-pisen_wmb001n-initramfs-kernel.bin"; + sha256 = "90dee9d220a411b571f893c9aba63e56784bebe200c1d041e12aacfc2f7ffa33"; + sha256_unsigned = "90dee9d220a411b571f893c9aba63e56784bebe200c1d041e12aacfc2f7ffa33"; + type = "kernel"; + } + ]; + supported_devices = [ + "pisen,wmb001n" + ]; + titles = [ + { + model = "WMB001N"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "3f367d7dd9eb3237c2cfa3b1445bfb60f7de4201d28ed073be0035ab19d1caa3"; + sha256_unsigned = "38f87e2381115c574d83a2a995a52fd6a1165c646e5edcc3ef5c3934b9986331"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "17a6d8a41dabd83ca25812aec5af6cbfb1deb67cd4027e53ccc5498b677dfaaa"; + sha256_unsigned = "17a6d8a41dabd83ca25812aec5af6cbfb1deb67cd4027e53ccc5498b677dfaaa"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-pisen_wmm003n-initramfs-kernel.bin"; + sha256 = "565a18d4f816a93c4d1d475c3dabf8a254d533629dc2b4b2cf5e35247682d22b"; + sha256_unsigned = "565a18d4f816a93c4d1d475c3dabf8a254d533629dc2b4b2cf5e35247682d22b"; + type = "kernel"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + model = "Cloud Easy Power (WMM003N)"; + vendor = "PISEN"; + } + ]; + }; + plasmacloud_pa300 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-plasmacloud_pa300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-plasmacloud_pa300-initramfs-kernel.bin"; + sha256 = "b54acd747c10cc06482193e4e258cbdbc2362e440d72be6f1c406fd7e39f4756"; + sha256_unsigned = "b54acd747c10cc06482193e4e258cbdbc2362e440d72be6f1c406fd7e39f4756"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-plasmacloud_pa300-squashfs-factory.bin"; + sha256 = "59338287f939acfc680b81fba6e05ceeff9cb5fbfda0e6b782143fd80aea7e90"; + sha256_unsigned = "59338287f939acfc680b81fba6e05ceeff9cb5fbfda0e6b782143fd80aea7e90"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-plasmacloud_pa300-squashfs-sysupgrade.bin"; + sha256 = "3626926d6b58e65a71ca2bfa9ce77b5a123b8f8f0e90e21a216eedd7342d5731"; + sha256_unsigned = "b1a160e433bffc59768b0bf6f5db3185c7d5e65e9b04950bd135f58217d7763b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plasmacloud,pa300" + ]; + titles = [ + { + model = "PA300"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa300e = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-plasmacloud_pa300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-plasmacloud_pa300e-squashfs-sysupgrade.bin"; + sha256 = "602fa4e415945ee76b3d85f37869dc57d83bd1be61427d1363394413005cc527"; + sha256_unsigned = "91b3efa884f08992b71df63ad596bc185e7cab19ead9c80b3d22679221ec5c5e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-plasmacloud_pa300e-initramfs-kernel.bin"; + sha256 = "8fcf4a130e430b17aa1a86d6af2c16a0861e6ecab73939f5a064de29212cfeee"; + sha256_unsigned = "8fcf4a130e430b17aa1a86d6af2c16a0861e6ecab73939f5a064de29212cfeee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-plasmacloud_pa300e-squashfs-factory.bin"; + sha256 = "7d9c7bcc2c7130ef4ba19403211b04c34878053d0bffd106e341b5e0992bd1a1"; + sha256_unsigned = "7d9c7bcc2c7130ef4ba19403211b04c34878053d0bffd106e341b5e0992bd1a1"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa300e" + ]; + titles = [ + { + model = "PA300E"; + vendor = "Plasma Cloud"; + } + ]; + }; + qca_ap143-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-qca_ap143-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-qca_ap143-16m-initramfs-kernel.bin"; + sha256 = "0d2e5fc0eeec623f90af042aad757ca24f84922febcc8f663391924662b761a8"; + sha256_unsigned = "0d2e5fc0eeec623f90af042aad757ca24f84922febcc8f663391924662b761a8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qca_ap143-16m-squashfs-factory.bin"; + sha256 = "f15454ed81dad4312a00174a53d1e60929fb6b1739fc1e457b74218a5f4159a7"; + sha256_unsigned = "f15454ed81dad4312a00174a53d1e60929fb6b1739fc1e457b74218a5f4159a7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qca_ap143-16m-squashfs-sysupgrade.bin"; + sha256 = "314a034d94bb71ec011c2c42cb302a2f24f76d011986abc32a95d155a469cfb8"; + sha256_unsigned = "0678f154d61b7a67f1259967e215adbdd4b7df87993208ce88b5c34064e3f1e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qca,ap143-16m" + "ap143" + ]; + titles = [ + { + model = "AP143"; + variant = "(16M)"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qca_ap143-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-qca_ap143-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qca_ap143-8m-squashfs-sysupgrade.bin"; + sha256 = "941cada3e0c07b8db1e7132b8cb243bfa81c7ef38a67ff2ae2b155645d8a0b2e"; + sha256_unsigned = "ea57b36d2e9b077841d726d4d34994eea950fe1a088527980c08383b9cd02145"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-qca_ap143-8m-initramfs-kernel.bin"; + sha256 = "94d68bc1f924eecf03ff61eb889f46b9d4e97fb9cbcfcfa0a1bfe0709ff0015d"; + sha256_unsigned = "94d68bc1f924eecf03ff61eb889f46b9d4e97fb9cbcfcfa0a1bfe0709ff0015d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qca_ap143-8m-squashfs-factory.bin"; + sha256 = "9fe6c8cd921ca1e768101e8ddfa18201936ac17afb9c870880aaa19ae27225fd"; + sha256_unsigned = "9fe6c8cd921ca1e768101e8ddfa18201936ac17afb9c870880aaa19ae27225fd"; + type = "factory"; + } + ]; + supported_devices = [ + "qca,ap143-8m" + "ap143" + ]; + titles = [ + { + model = "AP143"; + variant = "(8M)"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qihoo_c301 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-qihoo_c301"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qihoo_c301-squashfs-factory.bin"; + sha256 = "d4718a7bd4c624cc57dfea2c1d4ec56b8d43887af0c21b4572352a661388c85a"; + sha256_unsigned = "d4718a7bd4c624cc57dfea2c1d4ec56b8d43887af0c21b4572352a661388c85a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qihoo_c301-squashfs-sysupgrade.bin"; + sha256 = "fffa711c00144cc751e4970da5366224c44fd5da8116c58aa5cb241f6701a1ca"; + sha256_unsigned = "5200d97bac4e377325683ea07a7fbb9e10155ae23e8b86ca33045438c2a19372"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-qihoo_c301-initramfs-kernel.bin"; + sha256 = "65efd16c6f3e30741adf26eb6eb6b78193e481359d00bef70f1da13c01f6992a"; + sha256_unsigned = "65efd16c6f3e30741adf26eb6eb6b78193e481359d00bef70f1da13c01f6992a"; + type = "kernel"; + } + ]; + supported_devices = [ + "qihoo,c301" + "qihoo-c301" + ]; + titles = [ + { + model = "C301"; + vendor = "Qihoo"; + } + ]; + }; + qxwlan_e1700ac-v2-16m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-qxwlan_e1700ac-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e1700ac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "4cdecf2d36380c1ddd337ad2dd76125d34d931c416f191ecb2beb9d687e5f8ee"; + sha256_unsigned = "3b53b12f1f07370932418f3c0168e4ee85dc0f39c7d7111d78575b3f42bbd4aa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e1700ac-v2-16m-initramfs-kernel.bin"; + sha256 = "9b5985cbd5d12d6d8d443971ad8c8589bac8a53ee009c4a95b82c284b355bac7"; + sha256_unsigned = "9b5985cbd5d12d6d8d443971ad8c8589bac8a53ee009c4a95b82c284b355bac7"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-16m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e1700ac-v2-8m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-qxwlan_e1700ac-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e1700ac-v2-8m-initramfs-kernel.bin"; + sha256 = "0a765dca551c765c82da3944776b41113e96000c81b4df030a86ef1a07304e99"; + sha256_unsigned = "0a765dca551c765c82da3944776b41113e96000c81b4df030a86ef1a07304e99"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e1700ac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "ad60a418d767f6fde4fac69b8a38dcbc7e203cff1d808d50909492ad1ab07b16"; + sha256_unsigned = "4951f36a1c3ffac17c615f515d7d6a3b179ded230d28b2b612efc84fe0952359"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-8m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-qxwlan_e558-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e558-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "17b502447e0be287167de6fffaee20e339647e5efc0973faca3359827f1f8a67"; + sha256_unsigned = "c7ab77b6ad04bffb6bd897910d05210cd30a16e57f5a2fe62c996fc691a57af7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e558-v2-16m-initramfs-kernel.bin"; + sha256 = "75c2a318811671adaf5aa5312c485438fe6bfe154c23bcdee64e8a5681f2ff66"; + sha256_unsigned = "75c2a318811671adaf5aa5312c485438fe6bfe154c23bcdee64e8a5681f2ff66"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-16m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-qxwlan_e558-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e558-v2-8m-initramfs-kernel.bin"; + sha256 = "2e1469b345e541b9c2b436242f786fd91c07a28ab54b0786a4c9894d51ae9120"; + sha256_unsigned = "2e1469b345e541b9c2b436242f786fd91c07a28ab54b0786a4c9894d51ae9120"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e558-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "72eeefbe676a74ad19a6474bb5f47f4be1a3c270ca72d246d3ceaf0854588fdd"; + sha256_unsigned = "f2daf95dc8ec5b8e740ce57ea86b1f6f2af24e5d5efeb3f2d31152530b447263"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-8m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-qxwlan_e600g-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e600g-v2-16m-initramfs-kernel.bin"; + sha256 = "1290a60d73e5b5f4484409ef55a5b1e88eaa9478a51b6962ad2256d0310304df"; + sha256_unsigned = "1290a60d73e5b5f4484409ef55a5b1e88eaa9478a51b6962ad2256d0310304df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e600g-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "0677862c0625b12c6fc8c99eded14b278b7401140c239eab7377e5c54b825020"; + sha256_unsigned = "94368351551812f0b1c69f149f31fbf4881ffb269cd9eb9c8ab237ac0baf801d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-16m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-qxwlan_e600g-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e600g-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "b9986659b564f3c51b35697510a3d448e7d3c3556f2867eaa463258a6d1a6488"; + sha256_unsigned = "44caca1bcc560dd55392bb605cbb1d2e4b901392b22007ac46beb049d9e1494e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e600g-v2-8m-initramfs-kernel.bin"; + sha256 = "21b21a60b4d49ee4f1f8ec30eeb78313f003b8a9f868ba2d235339cc0a8b18c8"; + sha256_unsigned = "21b21a60b4d49ee4f1f8ec30eeb78313f003b8a9f868ba2d235339cc0a8b18c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-8m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-16m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-qxwlan_e600gac-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e600gac-v2-16m-initramfs-kernel.bin"; + sha256 = "531592e7e5867dbbff168c1b432f0ae9b92bf07c4962f295c7e83c30c8e37241"; + sha256_unsigned = "531592e7e5867dbbff168c1b432f0ae9b92bf07c4962f295c7e83c30c8e37241"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e600gac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "d28ffa931f8cddbf32afbeaaacc403412c3c660a4044e1fe920d2da03208c2a6"; + sha256_unsigned = "dcab4f9dafbe0eaaeeb9877eed0d60806c5613919b0a382d734c2315cba3b7a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-16m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-8m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-qxwlan_e600gac-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e600gac-v2-8m-initramfs-kernel.bin"; + sha256 = "9f4dff383ab05925dd6b4deebf2d3d5d46d06531e1c6aeee97019be5837e5dff"; + sha256_unsigned = "9f4dff383ab05925dd6b4deebf2d3d5d46d06531e1c6aeee97019be5837e5dff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e600gac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "c034aabd2ff0ab358a692ab9aed6afd571265ef9e73c4ee0d156bcfdf4ed687c"; + sha256_unsigned = "ae1ed2b39779d2d7b91d3f4522f44dcf3ee6cbcef61a68adeb87cd7bf37922df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-8m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-qxwlan_e750a-v4-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e750a-v4-16m-squashfs-sysupgrade.bin"; + sha256 = "8aeed3feca8966a2f9b392ceb4a1697205a6d0f2b3d6f8db19955dcda3f31471"; + sha256_unsigned = "64f1da63108f9eb3610d7b98e5774c0a14b791aabb3657bd4b5bca8f2569feb3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e750a-v4-16m-initramfs-kernel.bin"; + sha256 = "bdaa8a0f8ee8c0954f3522d9aa3249e67c64086ca89d6eb51e79664800ce065a"; + sha256_unsigned = "bdaa8a0f8ee8c0954f3522d9aa3249e67c64086ca89d6eb51e79664800ce065a"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-16m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-qxwlan_e750a-v4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e750a-v4-8m-squashfs-sysupgrade.bin"; + sha256 = "dde75dff5d3819fb03be9ec8485fd7790fe80d97062d923b0d01580a4c755ac5"; + sha256_unsigned = "e52f6c395ce77918cbb695250603374d00f96b56841965eedeb473c9f104057e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e750a-v4-8m-initramfs-kernel.bin"; + sha256 = "7bc5042193dc15a464d8b27761e98736c01d056b7d752f134de6165fa69041ab"; + sha256_unsigned = "7bc5042193dc15a464d8b27761e98736c01d056b7d752f134de6165fa69041ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-8m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-qxwlan_e750g-v8-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e750g-v8-16m-initramfs-kernel.bin"; + sha256 = "23300b237cd587997c3e89766a0d63ce9e55b17ef198d44422a72805a2d23667"; + sha256_unsigned = "23300b237cd587997c3e89766a0d63ce9e55b17ef198d44422a72805a2d23667"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e750g-v8-16m-squashfs-sysupgrade.bin"; + sha256 = "38c6bbef7ae7e9a91ff2e76b62ad48171914a1e7702dc8030db81e815ed29904"; + sha256_unsigned = "1cdd9082cfa16cfbd40f7f34a7f984d78ddf185bf82076aee5dcd05821e385f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-16m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-qxwlan_e750g-v8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e750g-v8-8m-squashfs-sysupgrade.bin"; + sha256 = "61bb9eb54dfee52cf1ef5cb45a4ed548bbd86f09f07643c84f03e355d5266f09"; + sha256_unsigned = "a2ab8fc70bfc5704dc0e7c3e40feaae3a210eaae4456008587b7e06a43b8a778"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-qxwlan_e750g-v8-8m-initramfs-kernel.bin"; + sha256 = "c5a63915fa762796f5f6d6e5b6a5bb9944fe77cdfeec6d7fdab5a44e737b778f"; + sha256_unsigned = "c5a63915fa762796f5f6d6e5b6a5bb9944fe77cdfeec6d7fdab5a44e737b778f"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-8m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "078c375ed8dc4cb95d2a0901ee6b76991c8769fa7c5ffc1df5e19bc86e486e90"; + sha256_unsigned = "afab577edc13baf587fac63c24a50c2604bbe0e017ab50785968045d7ab1084d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-rosinson_wr818-initramfs-kernel.bin"; + sha256 = "9d16b91b05480ca6bf454e6e8ce99354ab25f50fb53406c2428252a33ec131de"; + sha256_unsigned = "9d16b91b05480ca6bf454e6e8ce99354ab25f50fb53406c2428252a33ec131de"; + type = "kernel"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + model = "WR818"; + vendor = "Rosinson"; + } + ]; + }; + ruckus_zf7321 = { + device_packages = [ + "-swconfig" + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ruckus_zf7321"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ruckus_zf7321-squashfs-sysupgrade.bin"; + sha256 = "c91aa87afbd0bf854906878ba1d2edb95b33ad167433113487ec8f148eb5f630"; + sha256_unsigned = "e42f8dc3c03728bb39555d4ffcfd0505fbec33f062b9df6e8ae12a257fd31fbd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ruckus_zf7321-initramfs-kernel.bin"; + sha256 = "c6b228e620cc73e1d631334132a9abb66e3dd4f89eb1331163f73c14354a9b74"; + sha256_unsigned = "c6b228e620cc73e1d631334132a9abb66e3dd4f89eb1331163f73c14354a9b74"; + type = "kernel"; + } + ]; + supported_devices = [ + "ruckus,zf7321" + ]; + titles = [ + { + model = "ZoneFlex 7321[-U]"; + vendor = "Ruckus"; + } + ]; + }; + ruckus_zf7372 = { + device_packages = [ + "-swconfig" + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ruckus_zf7372"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ruckus_zf7372-initramfs-kernel.bin"; + sha256 = "fb6082f12d4d5b7873c7e0aa0e20b06f5270e960b466bc64300535d52710b7e2"; + sha256_unsigned = "fb6082f12d4d5b7873c7e0aa0e20b06f5270e960b466bc64300535d52710b7e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ruckus_zf7372-squashfs-sysupgrade.bin"; + sha256 = "c6bf621e41e1ae8cbff78997e68f8e081aaf0260c7c65547d565b914175a466e"; + sha256_unsigned = "1dd22c556855ae9ffda4308b53bc150a6f62e653cd7a00966281df893d26b70d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ruckus,zf7372" + ]; + titles = [ + { + model = "ZoneFlex 7352/7372[-E/-U]"; + vendor = "Ruckus"; + } + ]; + }; + samsung_wam250 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-samsung_wam250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-samsung_wam250-squashfs-sysupgrade.bin"; + sha256 = "0f80773b676dc03fae8317eb3b3ea164c3eba33970a683aa21ed18392cc7d0b2"; + sha256_unsigned = "8e8039c7749e4c1ce5b66e08f59ad951b560108a541abe115a88644b2735228c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-samsung_wam250-initramfs-kernel.bin"; + sha256 = "a1a61054c553893d8323c4771060bfce42ba77cb47cc2571b6255885babf465d"; + sha256_unsigned = "a1a61054c553893d8323c4771060bfce42ba77cb47cc2571b6255885babf465d"; + type = "kernel"; + } + ]; + supported_devices = [ + "samsung,wam250" + "wam250" + ]; + titles = [ + { + model = "WAM250"; + vendor = "Samsung"; + } + ]; + }; + siemens_ws-ap3610 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-siemens_ws-ap3610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-siemens_ws-ap3610-squashfs-sysupgrade.bin"; + sha256 = "87f81993ead1b34a913fa22312e03e422842e509cb84176584113562e38a6aee"; + sha256_unsigned = "f8c151a9776287d4744129c39e98856d88f83643fad1a39dca31581d4644639c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-siemens_ws-ap3610-initramfs-kernel.bin"; + sha256 = "9125014c6ae81dfc7ace8da4d4c7e3a723bcbb02adcf093acf61b4df113838cf"; + sha256_unsigned = "9125014c6ae81dfc7ace8da4d4c7e3a723bcbb02adcf093acf61b4df113838cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,ws-ap3610" + ]; + titles = [ + { + model = "WS-AP3610"; + vendor = "Siemens"; + } + ]; + }; + sitecom_wlr-7100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-sitecom_wlr-7100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-sitecom_wlr-7100-initramfs-kernel.bin"; + sha256 = "383ed9b5830d10108bda7e0134c3e09971020095d2e8b958822f54e4b6bb86db"; + sha256_unsigned = "383ed9b5830d10108bda7e0134c3e09971020095d2e8b958822f54e4b6bb86db"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-sitecom_wlr-7100-squashfs-factory.dlf"; + sha256 = "ac59e5fa7bbef7e718af89eb3717489c4201885d123d146e0d8d2cbb541c83b9"; + sha256_unsigned = "ac59e5fa7bbef7e718af89eb3717489c4201885d123d146e0d8d2cbb541c83b9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-sitecom_wlr-7100-squashfs-sysupgrade.bin"; + sha256 = "bcd24a8128e584baf676ea9c8cfebdfde5827351747a639bc3a44c36721da22b"; + sha256_unsigned = "3d502bd1ec262d26121cb974452a26fa0a4560a7b7501aadeab5b08847f77d5d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-7100" + ]; + titles = [ + { + model = "WLR-7100"; + vendor = "Sitecom"; + } + ]; + }; + sitecom_wlr-8100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-sitecom_wlr-8100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-sitecom_wlr-8100-squashfs-factory.dlf"; + sha256 = "1d178e11688ed3ac087150fa27fda4b018ab206170fd16d1bc2e143a2d18e90f"; + sha256_unsigned = "1d178e11688ed3ac087150fa27fda4b018ab206170fd16d1bc2e143a2d18e90f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-sitecom_wlr-8100-squashfs-sysupgrade.bin"; + sha256 = "3fd04979e4195086733ba2543b93e54b6acc1bfc43a9f9bf9fb56e9d1ff3ee97"; + sha256_unsigned = "79b0c8fb48754f7562e33ffdd0a524f470b48f15abd36c88773199af0ba8fff5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-sitecom_wlr-8100-initramfs-kernel.bin"; + sha256 = "6f06e4c342c8b8ff7ea3aede38a99077a0977846b016bc2a555595050fef14ae"; + sha256_unsigned = "6f06e4c342c8b8ff7ea3aede38a99077a0977846b016bc2a555595050fef14ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-8100" + "wlr8100" + ]; + titles = [ + { + model = "WLR-8100"; + vendor = "Sitecom"; + } + { + model = "X8 AC1750"; + vendor = "Sitecom"; + } + ]; + }; + sophos_ap100 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-sophos_ap100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-sophos_ap100-squashfs-sysupgrade.bin"; + sha256 = "4380bd05d85db31a0a1eb7021473db1df3a1d9e6523b53a73918b463ab2712ee"; + sha256_unsigned = "dc3839f450da411475480cbac1c3fe1fe65cb52afa9ee10d08b039747dd12811"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-sophos_ap100-initramfs-kernel.bin"; + sha256 = "9ec104fd4bd4f6d5cb57c4056a3913b065f6d1f8bd339262f8736c35cd21848a"; + sha256_unsigned = "9ec104fd4bd4f6d5cb57c4056a3913b065f6d1f8bd339262f8736c35cd21848a"; + type = "kernel"; + } + ]; + supported_devices = [ + "sophos,ap100" + ]; + titles = [ + { + model = "AP100"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap100c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-sophos_ap100c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-sophos_ap100c-initramfs-kernel.bin"; + sha256 = "7f0a7f29e28acf00723df756ad841237d800f0da16c2ecebaa146af1f8ac957c"; + sha256_unsigned = "7f0a7f29e28acf00723df756ad841237d800f0da16c2ecebaa146af1f8ac957c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-sophos_ap100c-squashfs-sysupgrade.bin"; + sha256 = "97bca221d9d27a7473b850dbcf775108983689536490a43cc42c6bc89267a404"; + sha256_unsigned = "f77cf452f52e8b4c73e52db27c6fd42973c524d8b9583a25ddee87010000fb03"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap100c" + ]; + titles = [ + { + model = "AP100C"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap55 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-sophos_ap55"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-sophos_ap55-initramfs-kernel.bin"; + sha256 = "464ef15d3873258f02d77999032736e95680fa782f88d2fb3e7d277516a51529"; + sha256_unsigned = "464ef15d3873258f02d77999032736e95680fa782f88d2fb3e7d277516a51529"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-sophos_ap55-squashfs-sysupgrade.bin"; + sha256 = "23de13c039abaad2c6042726e5beefd4bbb02ebba2c3e8a0ce7663d0dc40abaf"; + sha256_unsigned = "99d04732e42c1eb5a4f883b9783e990aa91295b386423cae61aacfd3cf1f4465"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap55" + ]; + titles = [ + { + model = "AP55"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap55c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-sophos_ap55c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-sophos_ap55c-initramfs-kernel.bin"; + sha256 = "69d9131f8f859f8c4ef5ca48a633e447c9e0c3b26b7a672b672761e34800f0f7"; + sha256_unsigned = "69d9131f8f859f8c4ef5ca48a633e447c9e0c3b26b7a672b672761e34800f0f7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-sophos_ap55c-squashfs-sysupgrade.bin"; + sha256 = "42b848cd0c1474aa7557873368bbfd08427ac4a7b8139d667f501d088a782021"; + sha256_unsigned = "00cd5d63cd59bd73e6f7089d268b631418533edb23791b303651e435e4b64298"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap55c" + ]; + titles = [ + { + model = "AP55C"; + vendor = "Sophos"; + } + ]; + }; + telco_t1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-telco_t1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-telco_t1-initramfs-kernel.bin"; + sha256 = "563f7e6e5e0561c529220980cd93fe0f15a0b1ac47b4af18734eaac69b4ddcc3"; + sha256_unsigned = "563f7e6e5e0561c529220980cd93fe0f15a0b1ac47b4af18734eaac69b4ddcc3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-telco_t1-squashfs-sysupgrade.bin"; + sha256 = "e142894511a37e0ad381b5a35e7e732f516b97a3e7f2ff3b19490bede47766e9"; + sha256_unsigned = "eab1b1f7b4a3b052d0350418d893edef7d2d77fe23805c980acf9c0e6b81c4be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco,t1" + "telco_electronics,tel-t1" + ]; + titles = [ + { + model = "T1"; + vendor = "Telco"; + } + ]; + }; + teltonika_rut230-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-teltonika_rut230-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-teltonika_rut230-v1-squashfs-factory.bin"; + sha256 = "f2b3465d93d7ee9409cb7dc1cd829c06688e82b1f6e512d06e63865f63d0d02e"; + sha256_unsigned = "f2b3465d93d7ee9409cb7dc1cd829c06688e82b1f6e512d06e63865f63d0d02e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-teltonika_rut230-v1-initramfs-kernel.bin"; + sha256 = "4523fa840e6f8064806785594d3d2ccf928dde030e094941af1f7b71996c0332"; + sha256_unsigned = "4523fa840e6f8064806785594d3d2ccf928dde030e094941af1f7b71996c0332"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-teltonika_rut230-v1-squashfs-sysupgrade.bin"; + sha256 = "2d2b293aba31a259c8ab2c55aa8e6a732b9d5890220ba15a7e48cbceaf0dbd2c"; + sha256_unsigned = "754b100a72380dcb8aa4a236f6ae3d2f7f5d517df342bdebc9d42e40cc93daf4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rut230-v1" + ]; + titles = [ + { + model = "RUT230"; + variant = "v1"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-teltonika_rut955"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-teltonika_rut955-initramfs-kernel.bin"; + sha256 = "015cd8a6b2872ae070712a2ad6b4cf0fa00c99b4cef2f1b0517216a7a5d848fa"; + sha256_unsigned = "015cd8a6b2872ae070712a2ad6b4cf0fa00c99b4cef2f1b0517216a7a5d848fa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-teltonika_rut955-squashfs-sysupgrade.bin"; + sha256 = "16ff81a84f6cfd749b7e0d0a90d31afd98a6a04725de3d69eb361b2403fb02ab"; + sha256_unsigned = "2e4271550676818e7dea14052acb657574e1f52c6cc74804f4f792b0cfafbd86"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-teltonika_rut955-squashfs-factory.bin"; + sha256 = "142a567b59c376caab32e84063fbea5111252a4ed069ce3997e22c4b9be28e69"; + sha256_unsigned = "142a567b59c376caab32e84063fbea5111252a4ed069ce3997e22c4b9be28e69"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut955" + ]; + titles = [ + { + model = "RUT955"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955-h7v3c0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-teltonika_rut955-h7v3c0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-teltonika_rut955-h7v3c0-squashfs-sysupgrade.bin"; + sha256 = "6c66c2c943f6e6ad22073bd23ae76830ff1d1f33924ff80d856156acef624513"; + sha256_unsigned = "9306b3e3955048e7f492b784a2e423d617fdc7b8880339d4551d4d0c2df7e51d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-teltonika_rut955-h7v3c0-initramfs-kernel.bin"; + sha256 = "c6f807b778fc436aa102be5bb691350a562b7cb4aca681a93f31f2563bb08be4"; + sha256_unsigned = "c6f807b778fc436aa102be5bb691350a562b7cb4aca681a93f31f2563bb08be4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-teltonika_rut955-h7v3c0-squashfs-factory.bin"; + sha256 = "8f280fb14ba977642279ebab1fe1ad6656180d8d78a06faa3c399fdaa6df2465"; + sha256_unsigned = "8f280fb14ba977642279ebab1fe1ad6656180d8d78a06faa3c399fdaa6df2465"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut955-h7v3c0" + ]; + titles = [ + { + model = "RUT955"; + variant = "H7V3C0"; + vendor = "Teltonika"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "b5bffcda3003631e3e188bc62f591cdb1787578acfb4980201f956e48c853020"; + sha256_unsigned = "1cabec5343f9938b39d20a41d14fe88cf1bcd0647ea31a9adbea95813e862c1b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-a7-v5-initramfs-kernel.bin"; + sha256 = "0485372518679c3180c33b3612e4ae999e7b224a2d536fe0b9f68e7cba6863b4"; + sha256_unsigned = "0485372518679c3180c33b3612e4ae999e7b224a2d536fe0b9f68e7cba6863b4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "8ad744c1b4894ef4fe0a8668eea2ac82207b9d3dec8613f32efdb035be0b205b"; + sha256_unsigned = "8ad744c1b4894ef4fe0a8668eea2ac82207b9d3dec8613f32efdb035be0b205b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + model = "Archer A7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-a9-v6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-a9-v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-a9-v6-squashfs-sysupgrade.bin"; + sha256 = "9c47d33c3ba6fcf4c4932330cc6dabd9ff651af46de4c0c9a4aca897cd1c367d"; + sha256_unsigned = "a11aa5a81a1942e7ce60348fbe6747eaee2bafef7247c3e3d85da03534cc6325"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-a9-v6-initramfs-kernel.bin"; + sha256 = "959a5c0b1b10b88aa869c7ce92769948cc21469e587ac33121ba1a05f8f458ae"; + sha256_unsigned = "959a5c0b1b10b88aa869c7ce92769948cc21469e587ac33121ba1a05f8f458ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-a9-v6-squashfs-factory.bin"; + sha256 = "c4f06577a4c4a08b6c33384b8f404c68b9a762ab3034ba7c5165d4fbe85d375d"; + sha256_unsigned = "c4f06577a4c4a08b6c33384b8f404c68b9a762ab3034ba7c5165d4fbe85d375d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a9-v6" + ]; + titles = [ + { + model = "Archer A9"; + variant = "v6"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c2-v3-initramfs-kernel.bin"; + sha256 = "a989fc26b4f7ff822277d7c970c06eafa4faf6dda95bd11c401dc6bfa8faf7e2"; + sha256_unsigned = "a989fc26b4f7ff822277d7c970c06eafa4faf6dda95bd11c401dc6bfa8faf7e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "21e674e314fd7962cf1460a26e2068f33a7275048534ea4020640dfa57f2f215"; + sha256_unsigned = "21e674e314fd7962cf1460a26e2068f33a7275048534ea4020640dfa57f2f215"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "fb22343f1236db46d0b12555ed7de492f734eaf2e406d54969fbb8bd11111d25"; + sha256_unsigned = "fcc92d70ab377a5845c2d4a331dea7353671d9cecf4282f025d9f4909a0935c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "90e5650d7810a7a29281898266ba6cfacf09043a527071f72707a3a79cdc7d77"; + sha256_unsigned = "31fa0581733ddcbb5f057004479a1f10caeb5b9b3e01eb03b9e0147ed1d5e78a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "04d06de2d643e9b9572a46e03e64ede4c74eb697d6b88d6f71306cd1b51f09d8"; + sha256_unsigned = "04d06de2d643e9b9572a46e03e64ede4c74eb697d6b88d6f71306cd1b51f09d8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c25-v1-initramfs-kernel.bin"; + sha256 = "06deebeb9e5ffba58250d3e2b3ca366e661a50fe6b01b0d668c4f0bc1ca0875f"; + sha256_unsigned = "06deebeb9e5ffba58250d3e2b3ca366e661a50fe6b01b0d668c4f0bc1ca0875f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + model = "Archer C25"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "408c1828ba4ba3b7883456a2e44c52efe21884dc61b600bf3de45fa07333c9b5"; + sha256_unsigned = "408c1828ba4ba3b7883456a2e44c52efe21884dc61b600bf3de45fa07333c9b5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "c2933435c574312bd32dad47e0834e94c6eb57d8b892dee7e574dc963119efac"; + sha256_unsigned = "378dec1b9bcbf1eb1f040889eb75aa71f7fcf7e45abdb70921d6c77a5fde2996"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c5-v1-initramfs-kernel.bin"; + sha256 = "da2992d5c5e5bc39f088b403778c018980356615e57709fb893b0cb2f8a4a3ff"; + sha256_unsigned = "da2992d5c5e5bc39f088b403778c018980356615e57709fb893b0cb2f8a4a3ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + model = "Archer C5"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c58-v1-initramfs-kernel.bin"; + sha256 = "2ce7588595afb39b51837132d98c8900d6659481f0bda794d529540c97287309"; + sha256_unsigned = "2ce7588595afb39b51837132d98c8900d6659481f0bda794d529540c97287309"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "04b8f9f3dee35302bf8443bfc501d9fe9d51eda716e19012b22988485eabc9ec"; + sha256_unsigned = "04b8f9f3dee35302bf8443bfc501d9fe9d51eda716e19012b22988485eabc9ec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "b6b1746789fdbbc3c435e63e1206f199a3e3b76cc1cf7e36bd950b40df071d23"; + sha256_unsigned = "b68b6bee1f98f3f908ed109d225e96f1ec916dfabfc8094250022c9ee4634195"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + model = "Archer C58"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "8c740eb0a9a78b203313c60e77557f8e170b3ce00b62fa83ca601015e7c2d5d9"; + sha256_unsigned = "598123ff1274ee35dbf6114041ebae7c1a1a2840b14841cb2cc767ac5f036a78"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "6bac41dc1cf7045e842dfa56d43c7f95e011a8da7c62fba84f743b263c3df344"; + sha256_unsigned = "6bac41dc1cf7045e842dfa56d43c7f95e011a8da7c62fba84f743b263c3df344"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c59-v1-initramfs-kernel.bin"; + sha256 = "a72a25f121081dfb4a1f28154bb007d163b2f8c7b0fc2060beeae30556a02ceb"; + sha256_unsigned = "a72a25f121081dfb4a1f28154bb007d163b2f8c7b0fc2060beeae30556a02ceb"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin"; + sha256 = "2a3f5e4a79acaeeaaa184f0bcbca76ea3d6acf77c85d16862f61660436ef3697"; + sha256_unsigned = "2a3f5e4a79acaeeaaa184f0bcbca76ea3d6acf77c85d16862f61660436ef3697"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c59-v2-initramfs-kernel.bin"; + sha256 = "6de90eeb214cafd817902246d1d1c89f470de59ad50d4f3d0026a2a5b4c3dc1e"; + sha256_unsigned = "6de90eeb214cafd817902246d1d1c89f470de59ad50d4f3d0026a2a5b4c3dc1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "ec6e3be277c66a41cc4b2e526d75054815d9f435ebace7751f6dc4e0c01265d1"; + sha256_unsigned = "4ee1fb98995cb502f4997d056ae8f2a3734e85dc30404443b295958b6e16642d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v2" + "archer-c59-v2" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c6-v2-initramfs-kernel.bin"; + sha256 = "bc5970fe3f3e85a56f8de115b146b34ab81e5b07fb0c45f729b391d79a991a31"; + sha256_unsigned = "bc5970fe3f3e85a56f8de115b146b34ab81e5b07fb0c45f729b391d79a991a31"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "83220d6c87212c99a272534072d9e00b19232f4ac79a12c397f069983c820851"; + sha256_unsigned = "c72dacfae4f71fcd833e5282c44b2ad6d22dcdec217be12c3763c916eabda28a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "1980f51a202321e50ac99aa9c860b16a9410cb9619aea3b7d1ccd99701ffb8a7"; + sha256_unsigned = "1980f51a202321e50ac99aa9c860b16a9410cb9619aea3b7d1ccd99701ffb8a7"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (EU/RU/JP)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2-us = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-c6-v2-us"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin"; + sha256 = "bced24c36b3e489e5c12666cb2ab60e3479fb3c7bcbbea39551e6c199b1450d6"; + sha256_unsigned = "043523f9f0ca12a43f1ecce7dc089723b434a57c577834e17a71506efa3cb3d5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c6-v2-us-initramfs-kernel.bin"; + sha256 = "3c6cad26fc0c50e568f7b28c298c1397fa5b26d5a6069ea3504df2d07c424e5a"; + sha256_unsigned = "3c6cad26fc0c50e568f7b28c298c1397fa5b26d5a6069ea3504df2d07c424e5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"; + sha256 = "47dfd782116d8fe1181e7243bfa7f0ebcfd2f7102d82e219638378b9c6b9406a"; + sha256_unsigned = "47dfd782116d8fe1181e7243bfa7f0ebcfd2f7102d82e219638378b9c6b9406a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2-us" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (US)"; + vendor = "TP-Link"; + } + { + model = "Archer A6"; + variant = "v2 (US/TW)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "2c21e48ca3165ed93e627746e26f70593dbaedd0b6b1cf0e2b669fcd32af87e8"; + sha256_unsigned = "2c21e48ca3165ed93e627746e26f70593dbaedd0b6b1cf0e2b669fcd32af87e8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c60-v1-initramfs-kernel.bin"; + sha256 = "5f0e455f2941b82245f5c02e1b753533b3199b3f56fb935c87d42b564be351ac"; + sha256_unsigned = "5f0e455f2941b82245f5c02e1b753533b3199b3f56fb935c87d42b564be351ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "0d8eb527d5cc8f6f4e9acd8b016cd8f0a052abc3a54d2a781bff2e77043c18fe"; + sha256_unsigned = "2c3702d253c077070d8cb6ff548b152be68322ceab04508bef29d99bbbda587a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "2b266e464a619c2b255220a57f67aac6763f16dedc51c26084e9eb6da0a56399"; + sha256_unsigned = "a36895a11872361c233941995ef9faa90a9bcee6799ee42c3cc7f12ecf30075e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c60-v2-initramfs-kernel.bin"; + sha256 = "eaf11ca65893c744815eb5449ae518d01acc8d42b22ed81550c14774e0c20f8f"; + sha256_unsigned = "eaf11ca65893c744815eb5449ae518d01acc8d42b22ed81550c14774e0c20f8f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "90481c005c7dcd2f20d3b909e1a057fdcfadb9ec54b661db851668ddfb8c53a5"; + sha256_unsigned = "90481c005c7dcd2f20d3b909e1a057fdcfadb9ec54b661db851668ddfb8c53a5"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c60-v3-initramfs-kernel.bin"; + sha256 = "808b4075c2c6c3d2bda07247dbee89b6deb90b756b306f943bd6002f4047449c"; + sha256_unsigned = "808b4075c2c6c3d2bda07247dbee89b6deb90b756b306f943bd6002f4047449c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "711ef9cb63d06c7d5a21e549b57fb017f86d20e260391cae8b56f0fccec00e4b"; + sha256_unsigned = "711ef9cb63d06c7d5a21e549b57fb017f86d20e260391cae8b56f0fccec00e4b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "58afaa304fd9132cdaebcb07f946dca20a4699292607cfef2279782c046669f7"; + sha256_unsigned = "da16328c451477974b9eb10c28a67650b7325b3ab5d25c7e9322801c5d34c36c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "75ad50356858641ec3feaba46605415fe54e0ca4362b56ea2f0a67938d7df69c"; + sha256_unsigned = "5126704f732979be90c11eb80ed305e0ac5da02e693cd64d8cb50121b50416a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v1-initramfs-kernel.bin"; + sha256 = "090c231b537da2b5a33b650309f086b25a6b34d8a971449b9f369a0ceea593ad"; + sha256_unsigned = "090c231b537da2b5a33b650309f086b25a6b34d8a971449b9f369a0ceea593ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "ee1c674de66aa08833ede1083a879f2a6f00514f46aeb02d4494a76ea8e4f101"; + sha256_unsigned = "ee1c674de66aa08833ede1083a879f2a6f00514f46aeb02d4494a76ea8e4f101"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v2-initramfs-kernel.bin"; + sha256 = "ad1d108699a098dc388eb57f04810fad4aa778a67676ae16626e09ac29d52b66"; + sha256_unsigned = "ad1d108699a098dc388eb57f04810fad4aa778a67676ae16626e09ac29d52b66"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "b6bc792286e0065bdd904aafe3f559cb5c4b1b2a0082752db215a7e6244a0475"; + sha256_unsigned = "b6bc792286e0065bdd904aafe3f559cb5c4b1b2a0082752db215a7e6244a0475"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "26822956b88a43cec569fe96f085711fcf88f8ef024630a39bd021a4515b6a7d"; + sha256_unsigned = "26822956b88a43cec569fe96f085711fcf88f8ef024630a39bd021a4515b6a7d"; + type = "factory-us"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "5a77734488c521d87d8a3d6fbab5531ba85270f84edadffff023d4e68e7dca43"; + sha256_unsigned = "5a77734488c521d87d8a3d6fbab5531ba85270f84edadffff023d4e68e7dca43"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "234416bb37affb4c62d73470a9aec5e37649ec6304c36918962bfe5abf9ae2e7"; + sha256_unsigned = "37e863952faf012f6403562490e4931ab9499ea46eac128b20a0da7f128760aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "b6fc0d7d4118f870436090bb6747ac15c2b6bebbca0e41417b4001f83f22ff7d"; + sha256_unsigned = "b6fc0d7d4118f870436090bb6747ac15c2b6bebbca0e41417b4001f83f22ff7d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v4-initramfs-kernel.bin"; + sha256 = "d83e3c496bd5ad730e077812c2c3b1b229fcad07db6d9663a823e26e7a8409fe"; + sha256_unsigned = "d83e3c496bd5ad730e077812c2c3b1b229fcad07db6d9663a823e26e7a8409fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "7a23cae6ce9e7148662a9c177c2205f1e1f67c14276c8132141c4b5cb0f4126d"; + sha256_unsigned = "1f17ea3f691f07ce5f1f4fb26937f98e7650655eea30e6b0fae0c91125187321"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "7b1ba099298fa4f29637cd1838ddacfd872ca370ae842ede0d2620acd9a5c8bc"; + sha256_unsigned = "7b1ba099298fa4f29637cd1838ddacfd872ca370ae842ede0d2620acd9a5c8bc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "f6ae739bd2f8daa56ba71da2ad480cb4ec28d64b0b9029a2c4284769d3b59320"; + sha256_unsigned = "36d9da7b0b5d54359dad1c716a0014a8a3ceabc0f74557273199f8c026acfe34"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-c7-v5-initramfs-kernel.bin"; + sha256 = "e26fa508e9a3665308ca4013dabe2acacb407709369d87a4d55f570984c9806e"; + sha256_unsigned = "e26fa508e9a3665308ca4013dabe2acacb407709369d87a4d55f570984c9806e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-d50-v1-initramfs-kernel.bin"; + sha256 = "97001dc6b8b01d301acf19efd0558283a13d55d01e0aada188e3ba3528f76c3f"; + sha256_unsigned = "97001dc6b8b01d301acf19efd0558283a13d55d01e0aada188e3ba3528f76c3f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "f7e6d2f4e3b9be93539e251c9fd144dbbb6c9e098b4a2cd3b1364bdc234a2ab3"; + sha256_unsigned = "dd223d149fa56e32163f95d30b93d0e971916ad61e5cebf79be2ad0e38855ecf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + model = "Archer D50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-d7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-d7-v1-squashfs-sysupgrade.bin"; + sha256 = "69f30fd0c1dbc2c5f7d39461d7e71905eb9bc9ad6eb5cdc3faa14df008a39c77"; + sha256_unsigned = "ad8ddfa3c834bad472b30e99660f46355efdd7c2b8667f11ec4690954e0e8f98"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-d7-v1-initramfs-kernel.bin"; + sha256 = "587803de2d4352970a6ef7194e0eabdfa1c671fd4ab2317d1e3323cedad74e5d"; + sha256_unsigned = "587803de2d4352970a6ef7194e0eabdfa1c671fd4ab2317d1e3323cedad74e5d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d7-v1" + ]; + titles = [ + { + model = "Archer D7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7b-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_archer-d7b-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-d7b-v1-initramfs-kernel.bin"; + sha256 = "266b73363f6d7e641c35df3b44edb1d8fafb72bb91ea7499031c16a32194e566"; + sha256_unsigned = "266b73363f6d7e641c35df3b44edb1d8fafb72bb91ea7499031c16a32194e566"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_archer-d7b-v1-squashfs-sysupgrade.bin"; + sha256 = "306eb10156d766b8f498dc1f0811aa201268544ea8fce20339c824438cc021e6"; + sha256_unsigned = "b8582ebec037de44ac7c7aca3831455ae4e660af58827bbaf148424ac4121727"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7b-v1" + ]; + titles = [ + { + model = "Archer D7b"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_cpe210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe210-v1-squashfs-factory.bin"; + sha256 = "8b68923d5d425b39c1c791052e6ab77c8399f6c4dc654701f9d37282cb287b27"; + sha256_unsigned = "8b68923d5d425b39c1c791052e6ab77c8399f6c4dc654701f9d37282cb287b27"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe210-v1-initramfs-kernel.bin"; + sha256 = "109547684b02a341459a6e05308f044c61ac9cdd95cc7bf988b58a08bec317e6"; + sha256_unsigned = "109547684b02a341459a6e05308f044c61ac9cdd95cc7bf988b58a08bec317e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe210-v1-squashfs-sysupgrade.bin"; + sha256 = "bfdc5dc961568a1230ea1fc4e7c5a28de1850281f0f7e1fe84075882c0bd17d5"; + sha256_unsigned = "bdaacead1806efd5bbbed895a7410a7b5d32eca3cc36726c64971cf75129eb29"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v1" + "cpe210" + ]; + titles = [ + { + model = "CPE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe210-v2-initramfs-kernel.bin"; + sha256 = "d062f36630c42c83204cb5ccfb7bd881782d3cf407fa3c7cfad9f2dd40f91e24"; + sha256_unsigned = "d062f36630c42c83204cb5ccfb7bd881782d3cf407fa3c7cfad9f2dd40f91e24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "2bdd63a0332ddf55f219b99f850f4ed1be7b4e07eae8433297041dcce500c6c1"; + sha256_unsigned = "2af30f19f9922387f2513b3c3d09fee78064f57a3b9e12d0bcf933d01f58e720"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "38c96c70d1f142024accf315b5ab92e8c71a6e4c3752e1e730b505ba7fcb04ec"; + sha256_unsigned = "38c96c70d1f142024accf315b5ab92e8c71a6e4c3752e1e730b505ba7fcb04ec"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + model = "CPE210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "3806ee55474f83cf5cb25b320291582cc5f5ad421ae6ec9a0eb735706e5167c3"; + sha256_unsigned = "3806ee55474f83cf5cb25b320291582cc5f5ad421ae6ec9a0eb735706e5167c3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe210-v3-initramfs-kernel.bin"; + sha256 = "9911357f6c1267cb2c21914039e8436f1b8ce25602c87aaf755c6b373f14bb4a"; + sha256_unsigned = "9911357f6c1267cb2c21914039e8436f1b8ce25602c87aaf755c6b373f14bb4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "01468f3694b64ea81d401aca1e4c0045590e365ff144f15f3dfc033738d7e801"; + sha256_unsigned = "9af012df1f48df8d103063aaf55dd21b33f97da98c24a4aef36b8bd7f6904ab3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + model = "CPE210"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_cpe220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe220-v2-squashfs-factory.bin"; + sha256 = "76671cf11aa469bb70a045fa7e7ede3c758c4b471668c6089ea55f986798e2f0"; + sha256_unsigned = "76671cf11aa469bb70a045fa7e7ede3c758c4b471668c6089ea55f986798e2f0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe220-v2-squashfs-sysupgrade.bin"; + sha256 = "e001b89615c855837bbfa15849643a1592c6273d471060c55216ed44fe677601"; + sha256_unsigned = "29d33eb9d2a0ac1ce27a7258e3ff2994bcbd026080ae490e17aef04e9df97fab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe220-v2-initramfs-kernel.bin"; + sha256 = "562e00d935db8d3b71f173e525ab20f40695dcad17c89b48538fcbf8c421bbad"; + sha256_unsigned = "562e00d935db8d3b71f173e525ab20f40695dcad17c89b48538fcbf8c421bbad"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe220-v2" + ]; + titles = [ + { + model = "CPE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "ab7eb86d5555e43cc9bcba0b56bc931b81b5c794e1acb19e309347f9e3fa8e6a"; + sha256_unsigned = "1ab129273b947c7f80009768759c674bdf1cc4e2fd50aa4948922de97a9e0fb4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "79db62f2ba1f8f97689a04fe159f58dc60aaa4985c53c9b0629ead4026f57fbf"; + sha256_unsigned = "79db62f2ba1f8f97689a04fe159f58dc60aaa4985c53c9b0629ead4026f57fbf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe220-v3-initramfs-kernel.bin"; + sha256 = "cc9f94e34c135c88bc84e08a6bf3406a16f4f2ab78867dc19d46c66db6da09cf"; + sha256_unsigned = "cc9f94e34c135c88bc84e08a6bf3406a16f4f2ab78867dc19d46c66db6da09cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + model = "CPE220"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_cpe510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe510-v1-squashfs-sysupgrade.bin"; + sha256 = "26e7bc34752c1f9613f01c35036c1166471b137819fe44794da1168c5c4dde93"; + sha256_unsigned = "5c55e6fa53cd3cec22945d4766d6ce8110778f77b50850ee43c78376e39fddd2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe510-v1-initramfs-kernel.bin"; + sha256 = "50382c6fc119146714f751c81b48b4242de64398e80e5a7ed8ddd37609b8d0b5"; + sha256_unsigned = "50382c6fc119146714f751c81b48b4242de64398e80e5a7ed8ddd37609b8d0b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe510-v1-squashfs-factory.bin"; + sha256 = "9c0f548c414cb69d7971c398c82dcfe3d36539af0dc834fe760e01707b58f4af"; + sha256_unsigned = "9c0f548c414cb69d7971c398c82dcfe3d36539af0dc834fe760e01707b58f4af"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe510-v1" + "cpe510" + ]; + titles = [ + { + model = "CPE510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_cpe510-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe510-v2-initramfs-kernel.bin"; + sha256 = "d1857b47738908a8351a6a6aafecb8e2a7f5bf6aa60e6abcf6e55f2bef25d441"; + sha256_unsigned = "d1857b47738908a8351a6a6aafecb8e2a7f5bf6aa60e6abcf6e55f2bef25d441"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe510-v2-squashfs-factory.bin"; + sha256 = "101bf68db0937866e6f8a76a23c937ba65751488f2a5e70f687d0b2a8a076040"; + sha256_unsigned = "101bf68db0937866e6f8a76a23c937ba65751488f2a5e70f687d0b2a8a076040"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "1042cbc19a29a81b5477533fd79bff31a13ece74c785e25f61ee5036f3192ce4"; + sha256_unsigned = "4a6af0bdf045626858e466fe2263767c57b35da0193fa3e85c34fc794b1b519b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe510-v2" + "cpe510-v2" + ]; + titles = [ + { + model = "CPE510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_cpe510-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe510-v3-squashfs-sysupgrade.bin"; + sha256 = "75eaf385b4704a902de1fdf64f2738b30edd41f3e3af11d7c90e1020e028ec62"; + sha256_unsigned = "4e3162c3a0b3eafa5ea0202eb785cc2534f502de9e1ef7f26c1b679edb83eb52"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe510-v3-squashfs-factory.bin"; + sha256 = "73c09f1ee799b9e776e33945e956d35186e6e959d0e1cf76c32a3cdd4777be33"; + sha256_unsigned = "73c09f1ee799b9e776e33945e956d35186e6e959d0e1cf76c32a3cdd4777be33"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe510-v3-initramfs-kernel.bin"; + sha256 = "d5a852b61638a9fbda7808a78e371a6fa80f844b90541fea5a1cbe5c50250bbf"; + sha256_unsigned = "d5a852b61638a9fbda7808a78e371a6fa80f844b90541fea5a1cbe5c50250bbf"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v3" + ]; + titles = [ + { + model = "CPE510"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_cpe610-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe610-v1-squashfs-factory.bin"; + sha256 = "899951d6b630aec23b62b436d5bc01587f9b7d6d336586a5deb4e64d50ef7016"; + sha256_unsigned = "899951d6b630aec23b62b436d5bc01587f9b7d6d336586a5deb4e64d50ef7016"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe610-v1-initramfs-kernel.bin"; + sha256 = "557352456df220eedbe4b0b902529ba9651af543f072f0f6a162dc111feed973"; + sha256_unsigned = "557352456df220eedbe4b0b902529ba9651af543f072f0f6a162dc111feed973"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe610-v1-squashfs-sysupgrade.bin"; + sha256 = "30950b3d58691976998fd6fff2d5db3fbeda456564a8532d2d8637b13db93413"; + sha256_unsigned = "76f62b824996c4f76b25c363650edc6e026568a3534d1995e3559424437964ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe610-v1" + ]; + titles = [ + { + model = "CPE610"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_cpe610-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe610-v2-initramfs-kernel.bin"; + sha256 = "24c938e5a1ec9acc1c0ae8aee1d872264682461a0354d3f0fad4d42e35fe1925"; + sha256_unsigned = "24c938e5a1ec9acc1c0ae8aee1d872264682461a0354d3f0fad4d42e35fe1925"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe610-v2-squashfs-sysupgrade.bin"; + sha256 = "e17dffcfae8df7191ce82e345c1ed747bf4423d87f1fe10fc4d3263656c1507d"; + sha256_unsigned = "ff20819efbb177e7f9cecb699ac29bee62ba08cc396e8e07715b6823fb679e65"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe610-v2-squashfs-factory.bin"; + sha256 = "38ad0bcf647295342f42c893c98306de1577beaed765b29e65a3479dc8708b97"; + sha256_unsigned = "38ad0bcf647295342f42c893c98306de1577beaed765b29e65a3479dc8708b97"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe610-v2" + ]; + titles = [ + { + model = "CPE610"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe710-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_cpe710-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe710-v1-squashfs-factory.bin"; + sha256 = "f05c4d994e78106276c9ae81c96e7a9fea3b37206a95390b6f1095049f908b61"; + sha256_unsigned = "f05c4d994e78106276c9ae81c96e7a9fea3b37206a95390b6f1095049f908b61"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe710-v1-squashfs-sysupgrade.bin"; + sha256 = "3b7c3f9d6e84c6130e4891b61d9f0b81d80d6306773bc54b9e0e61ebfa15aeb2"; + sha256_unsigned = "d78aea5eba324f4348d8d81522c901e8bbd2aa2163f29877e0ebdcb8bd3a4281"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_cpe710-v1-initramfs-kernel.bin"; + sha256 = "13398c562053dc7cdf8bf0c9c7abc69d87673f427827a04eb8f59f5f6531bc10"; + sha256_unsigned = "13398c562053dc7cdf8bf0c9c7abc69d87673f427827a04eb8f59f5f6531bc10"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe710-v1" + ]; + titles = [ + { + model = "CPE710"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_deco-m4r-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_deco-m4r-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_deco-m4r-v1-initramfs-kernel.bin"; + sha256 = "806f8f95012e9fb03feca0877f655e53d764f9964a455de1f5e998005342b141"; + sha256_unsigned = "806f8f95012e9fb03feca0877f655e53d764f9964a455de1f5e998005342b141"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_deco-m4r-v1-squashfs-sysupgrade.bin"; + sha256 = "baa16eb7f220fd4ca0f0db808369ecfd8aeea163663c1a563417d2d1c9d31477"; + sha256_unsigned = "5cbdceb7524b640e432ea2d248797e461caa1df68e2f85e6ce57f8660f513ff1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_deco-m4r-v1-squashfs-factory.bin"; + sha256 = "e1edddd25ed90b1a7816c5ac0fa5cd2e286a1a8548170db1db065cf1731cf4da"; + sha256_unsigned = "e1edddd25ed90b1a7816c5ac0fa5cd2e286a1a8548170db1db065cf1731cf4da"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,deco-m4r-v1" + "deco-m4r-v1" + ]; + titles = [ + { + model = "Deco M4R"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-outdoor-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_eap225-outdoor-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap225-outdoor-v1-squashfs-factory.bin"; + sha256 = "88e0e4718700ebd67d815aa2957e1e7af2165f865b47f5e5de13b80885d65bb3"; + sha256_unsigned = "88e0e4718700ebd67d815aa2957e1e7af2165f865b47f5e5de13b80885d65bb3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap225-outdoor-v1-squashfs-sysupgrade.bin"; + sha256 = "f553e73f2d70971a6ea6ed194c2f4689de95449c0ab353b8127e235bec0945c4"; + sha256_unsigned = "3b17f3fc80d0c283c6edf87c78df882de59d3d451afcaaa88d350531e2373530"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap225-outdoor-v1-initramfs-kernel.bin"; + sha256 = "b3dc438f7f4fe1396ac7007da333ff12d8ff81dbcd15afad272712f5b136bbe6"; + sha256_unsigned = "b3dc438f7f4fe1396ac7007da333ff12d8ff81dbcd15afad272712f5b136bbe6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-outdoor-v1" + ]; + titles = [ + { + model = "EAP225-Outdoor"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_eap225-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap225-v1-squashfs-factory.bin"; + sha256 = "2fe6931fd5b93067b5f9bb3260b131bae5a17ef2902637452c1f43f751866f6d"; + sha256_unsigned = "2fe6931fd5b93067b5f9bb3260b131bae5a17ef2902637452c1f43f751866f6d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap225-v1-squashfs-sysupgrade.bin"; + sha256 = "59635dfecfa3cf70ee2a5f409eef7f6d7e827aad4cdf340313e0a52c483de500"; + sha256_unsigned = "201917f533224dcdf67abd68152254ed1b0a1ac90ba665df1fe95acdfec4d252"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap225-v1-initramfs-kernel.bin"; + sha256 = "6abc58c72f6c7ce3c35c54763e255cecc610db1c77cacb007f0d47368cec7aed"; + sha256_unsigned = "6abc58c72f6c7ce3c35c54763e255cecc610db1c77cacb007f0d47368cec7aed"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-v1" + ]; + titles = [ + { + model = "EAP225"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_eap225-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap225-v3-squashfs-factory.bin"; + sha256 = "46e7016faeff6a9d92f75002aa9de85d0d5830238153300406121f69291b148c"; + sha256_unsigned = "46e7016faeff6a9d92f75002aa9de85d0d5830238153300406121f69291b148c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap225-v3-initramfs-kernel.bin"; + sha256 = "5c38e723e347678b3dccaa7d26f7be0622fff16db023f3b9a07df1cc627bb93e"; + sha256_unsigned = "5c38e723e347678b3dccaa7d26f7be0622fff16db023f3b9a07df1cc627bb93e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap225-v3-squashfs-sysupgrade.bin"; + sha256 = "247907a550dd1a1b483a81fb194fdd8c01d9268f889544f2fa93b926fcc959f5"; + sha256_unsigned = "14f3479713fb2742f64fddb9e654b85cf052b48603569bf8ba5b0144fdff5d2f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap225-v3" + ]; + titles = [ + { + model = "EAP225"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-wall-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_eap225-wall-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap225-wall-v2-squashfs-factory.bin"; + sha256 = "d74b638977a2f35b8f2e796350a61be2f051d9f7e6f9981bdc58059eb5fa60ed"; + sha256_unsigned = "d74b638977a2f35b8f2e796350a61be2f051d9f7e6f9981bdc58059eb5fa60ed"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap225-wall-v2-squashfs-sysupgrade.bin"; + sha256 = "22cc19f74fb1bdda17f7f0a569263bd6429e1be0ef7625115bcbd632c4ce6ddb"; + sha256_unsigned = "7f97dea5df1611d71cb7506ff94159ff4f24c30f01b9378928a97879fc27b28c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap225-wall-v2-initramfs-kernel.bin"; + sha256 = "50dd9aeec6b2bfc7ea2d085a844a7e666476a5506facdb56e7234c111ead916a"; + sha256_unsigned = "50dd9aeec6b2bfc7ea2d085a844a7e666476a5506facdb56e7234c111ead916a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-wall-v2" + ]; + titles = [ + { + model = "EAP225-Wall"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_eap245-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap245-v1-squashfs-factory.bin"; + sha256 = "797bc4ce1b5ca81c769b5146a8b578c6c256e43e7f1ab1c1fa44e860ffa65250"; + sha256_unsigned = "797bc4ce1b5ca81c769b5146a8b578c6c256e43e7f1ab1c1fa44e860ffa65250"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap245-v1-squashfs-sysupgrade.bin"; + sha256 = "7faacbf147ed15e202341e012a6359fa4e149cf3bbe028d0249a2ce0d045d5f9"; + sha256_unsigned = "eb65af3ea7f0cc620dbc6beeef21f7ba392379a24c0ee82e8c80d540dbff0a78"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap245-v1-initramfs-kernel.bin"; + sha256 = "f0ec5adc50d190ebbb9a47d7983f2845baf45ac91f9a332cc4a8421fbaaa2a21"; + sha256_unsigned = "f0ec5adc50d190ebbb9a47d7983f2845baf45ac91f9a332cc4a8421fbaaa2a21"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap245-v1" + ]; + titles = [ + { + model = "EAP245"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_eap245-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap245-v3-squashfs-sysupgrade.bin"; + sha256 = "c3477b981e55d4644fad0c2584801ab2c9b65294373dd2de338282ee950f031a"; + sha256_unsigned = "8398bca0a7a78d931777cb234515a6062031c41bb355107fe698fb7d23b868ec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap245-v3-squashfs-factory.bin"; + sha256 = "157d8f032a988fb77edbb6a321db0cc7eaf5d621e573759e8f94e2510e76e36c"; + sha256_unsigned = "157d8f032a988fb77edbb6a321db0cc7eaf5d621e573759e8f94e2510e76e36c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_eap245-v3-initramfs-kernel.bin"; + sha256 = "7931969bf4cd98d221cd7630a4e1d5507815d7dc2eb831f091a689ce4999c1ac"; + sha256_unsigned = "7931969bf4cd98d221cd7630a4e1d5507815d7dc2eb831f091a689ce4999c1ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap245-v3" + ]; + titles = [ + { + model = "EAP245"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "635b228b2d86ab6878b0af8b68f53f93238d3639d883b0b54382c79b87635c9d"; + sha256_unsigned = "635b228b2d86ab6878b0af8b68f53f93238d3639d883b0b54382c79b87635c9d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "8db92b9a7c79ac06c6db80bc5e0640f1118c7c749a12b574b5005a628c704213"; + sha256_unsigned = "b987ac3064e438cd84435a99b24da141a7f08113a496b90b56d5a530b0cdf882"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_re350k-v1-initramfs-kernel.bin"; + sha256 = "b59c4aa49c03d1a157e73872b4f2d8a74f2243b4d8a4cf55dbeafb8156038692"; + sha256_unsigned = "b59c4aa49c03d1a157e73872b4f2d8a74f2243b4d8a4cf55dbeafb8156038692"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + model = "RE350K"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re355-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_re355-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_re355-v1-initramfs-kernel.bin"; + sha256 = "a9214226052502060a52053b62874470b0cfcd1f2bcf586159052d8e1f617716"; + sha256_unsigned = "a9214226052502060a52053b62874470b0cfcd1f2bcf586159052d8e1f617716"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re355-v1" + "re355" + ]; + titles = [ + { + model = "RE355"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_re450-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_re450-v1-initramfs-kernel.bin"; + sha256 = "c79588a69a4d1367d73f1dc7026585f1276de9df3895c7928dd884ac67cacb6e"; + sha256_unsigned = "c79588a69a4d1367d73f1dc7026585f1276de9df3895c7928dd884ac67cacb6e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v1" + "re450" + ]; + titles = [ + { + model = "RE450"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_re450-v2-initramfs-kernel.bin"; + sha256 = "2d7436ae96236445cb36a2e5e8b04bc1682e68f2d5cfef6b67788b099bd0bd08"; + sha256_unsigned = "2d7436ae96236445cb36a2e5e8b04bc1682e68f2d5cfef6b67788b099bd0bd08"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + model = "RE450"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_re450-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_re450-v3-initramfs-kernel.bin"; + sha256 = "00b89c096f9d5adc4d2c573c2824cf5e7d1850d64c184403e81292614017d385"; + sha256_unsigned = "00b89c096f9d5adc4d2c573c2824cf5e7d1850d64c184403e81292614017d385"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_re450-v3-squashfs-sysupgrade.bin"; + sha256 = "aca875736b1053b0b0bab48ca90a2e7f13eb83dc178152831f7ccc2e56ce4f66"; + sha256_unsigned = "b8543efcd9cb36cbc0d44502b8a17b5fcb82809a9d67615f5538fe5de6220071"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_re450-v3-squashfs-factory.bin"; + sha256 = "683b2a639d68e60bd7bafb00fadca0f768b0e7c5f29bccd1b5f8f4b4e3a7769d"; + sha256_unsigned = "683b2a639d68e60bd7bafb00fadca0f768b0e7c5f29bccd1b5f8f4b4e3a7769d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re450-v3" + ]; + titles = [ + { + model = "RE450"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re455-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_re455-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_re455-v1-initramfs-kernel.bin"; + sha256 = "d908d7d5bb5d5c3c88bee509afebf413311f8cf84e448788af6e59143d5ca3e7"; + sha256_unsigned = "d908d7d5bb5d5c3c88bee509afebf413311f8cf84e448788af6e59143d5ca3e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_re455-v1-squashfs-factory.bin"; + sha256 = "025ff34e3c2dfe3ec9e2d7e0963ed849d24a5c9c3cf72a1fcd3ba98a38e25ab5"; + sha256_unsigned = "025ff34e3c2dfe3ec9e2d7e0963ed849d24a5c9c3cf72a1fcd3ba98a38e25ab5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_re455-v1-squashfs-sysupgrade.bin"; + sha256 = "0fd45560d8def688da9b25f73714d67eae8c59916b71ec5f12ac2d508c3b3b02"; + sha256_unsigned = "a1a3de434acda0827915783f4565537094123811872dadee5df4fc5e165741c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re455-v1" + ]; + titles = [ + { + model = "RE455"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-mr6400-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-mr6400-v1-initramfs-kernel.bin"; + sha256 = "f986c5a72655fd26b5c18acc1675f3a58b1cde4425cc066b587ec9071c727982"; + sha256_unsigned = "f986c5a72655fd26b5c18acc1675f3a58b1cde4425cc066b587ec9071c727982"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "46a5d7c545fc6e0a75b4594fdbbc72ff5fbfbd4d7bb56f8a3bbabe1eb729a324"; + sha256_unsigned = "46a5d7c545fc6e0a75b4594fdbbc72ff5fbfbd4d7bb56f8a3bbabe1eb729a324"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "f5d97b1782ffdc7246495bed915ee6e72ead4fc538d730ebb4be8b760812d164"; + sha256_unsigned = "253e30e990ae9a9fa39ea43ce0459940829e1d1ba8b4570eb973742a091a8259"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v1" + "tl-mr6400" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa1201-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wa1201-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wa1201-v2-initramfs-kernel.bin"; + sha256 = "ea9e2744bd1cbe4e656129a179b261502d742a51203e35e5920eb2530186c74a"; + sha256_unsigned = "ea9e2744bd1cbe4e656129a179b261502d742a51203e35e5920eb2530186c74a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wa1201-v2-squashfs-factory.bin"; + sha256 = "9a1ecf93a7b3448b8a31a6bde8ae05982d7e1a61051803eb1dcde45524664d3c"; + sha256_unsigned = "9a1ecf93a7b3448b8a31a6bde8ae05982d7e1a61051803eb1dcde45524664d3c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wa1201-v2-squashfs-sysupgrade.bin"; + sha256 = "d08110887d465b6e93149df669c742db2ba7ff513d63341c07f1816a1d20041b"; + sha256_unsigned = "9ac8ff1ad38a666fa629d7eb5bccb40027d0b67b6ce83b1582cdd7986f94028e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wa1201-v2" + ]; + titles = [ + { + model = "TL-WA1201"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "ec957fdbdb81f6b9219d324f53bcb5c9ae96b72f33e1d84639d0378c47721051"; + sha256_unsigned = "ec957fdbdb81f6b9219d324f53bcb5c9ae96b72f33e1d84639d0378c47721051"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr3500-v1-initramfs-kernel.bin"; + sha256 = "cd41d962d175b8cffe2d5ef69502db6da7df0ea0504ff3bbab59919d62f24347"; + sha256_unsigned = "cd41d962d175b8cffe2d5ef69502db6da7df0ea0504ff3bbab59919d62f24347"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "a34377a5da1215fbb14fc4d6a109d54374339bdfbdf2fbabaf189e7e0b8960a7"; + sha256_unsigned = "69c952be6907c8df5ef3942affb32e6fa126046a2f53b382d2beac8cf2a876d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + model = "TL-WDR3500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "88d8de39a04bf2464293ef40fbd2c5bebd2b6acf08f7c550095795895ec76738"; + sha256_unsigned = "88d8de39a04bf2464293ef40fbd2c5bebd2b6acf08f7c550095795895ec76738"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "cc59b16991d5ffd2adfd82882e14a1d2e41cf9cce0b79a095dbc81ff9b217bcd"; + sha256_unsigned = "7ed1907b6a5871308e4708e877bedf225b5741c71bbca806af545e879e8a3d3f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr3600-v1-initramfs-kernel.bin"; + sha256 = "fdac611269647c07678faf2f277f572b257e9d9947a34534ec8eb2baf32aee23"; + sha256_unsigned = "fdac611269647c07678faf2f277f572b257e9d9947a34534ec8eb2baf32aee23"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR3600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "be141ac229916fd1ce1484c4de5a54bfbb8529ee82576b2b68cc108f77012cd3"; + sha256_unsigned = "be141ac229916fd1ce1484c4de5a54bfbb8529ee82576b2b68cc108f77012cd3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "5116ca0b91aeb5ea3949ba96050fae40ade5329af6d416abc83e130b08a17c75"; + sha256_unsigned = "c8ad5027e198302d7321483323ff86c7534d49144caed1f515559b244092aaf6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr4300-v1-initramfs-kernel.bin"; + sha256 = "9ddf27cf769483cf9de7a44d05a2ca4855e1acb3666395b39ff6cb77ebc5bc76"; + sha256_unsigned = "9ddf27cf769483cf9de7a44d05a2ca4855e1acb3666395b39ff6cb77ebc5bc76"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "429bad7e2fd66c5c9ff27df262956a541a14284bf67195d5073a3c6d040849f7"; + sha256_unsigned = "429bad7e2fd66c5c9ff27df262956a541a14284bf67195d5073a3c6d040849f7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "7cfc72d6ec2ae44efa226fe21a6e4a1d19eb13fc472cec666026899ffc225ecf"; + sha256_unsigned = "8c09d2140747547837a7b777a28c201c903f3027167b81035410e2dd61395304"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr4300-v1-il-initramfs-kernel.bin"; + sha256 = "0526d1fee00328a9d389f1746efff81edaef2912ebcc65fde92a8aa701eddb07"; + sha256_unsigned = "0526d1fee00328a9d389f1746efff81edaef2912ebcc65fde92a8aa701eddb07"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1 (IL)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "f78d25f3978cc580b73357aad6a9816cf09850dc0da527db2a51d19a2df3da44"; + sha256_unsigned = "f78d25f3978cc580b73357aad6a9816cf09850dc0da527db2a51d19a2df3da44"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "081a49657a2187845975c8a2a544dc575bb3766dcf12e945bfe35f6f3fbd7aa5"; + sha256_unsigned = "a2985f096dd9a2ff58dc6d79a349bad4fd319635d7864382d67b176bebb51898"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr4310-v1-initramfs-kernel.bin"; + sha256 = "d5646658f5c71a7ad8950bba33995122289da4e6fe4708edc3af239bd8f1b2d6"; + sha256_unsigned = "d5646658f5c71a7ad8950bba33995122289da4e6fe4708edc3af239bd8f1b2d6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4310"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "1c7ed7d82274c4588bd6f5ff03f93984b24fb6bc9e7bf2eb324453ab9af17606"; + sha256_unsigned = "bdef7122d97066aa771684637d497422cc072cfdf19afb41dc73894911e1d604"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr4900-v2-initramfs-kernel.bin"; + sha256 = "eeb03015b4fcacf88d905c05bf85321957658fb195105a173376fda14380f428"; + sha256_unsigned = "eeb03015b4fcacf88d905c05bf85321957658fb195105a173376fda14380f428"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "054ed74b7276b3975303b661fa304eed202fe7c67631e3db691287879e671171"; + sha256_unsigned = "054ed74b7276b3975303b661fa304eed202fe7c67631e3db691287879e671171"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr7500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "8013297c960773e8b42cec42e68bb3021029fade66c413b705acbccfa529c4b9"; + sha256_unsigned = "8013297c960773e8b42cec42e68bb3021029fade66c413b705acbccfa529c4b9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "afa50f13fc1e783dfa2dd997ad7369dc1381bbc784b90eef58b83ec2e0c6cb26"; + sha256_unsigned = "0e890a4998bb7c7dc0313db3f72e9141eea655da8b7469c2e44f9a3004c7dc75"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wdr7500-v3-initramfs-kernel.bin"; + sha256 = "5ac23772a21a6826040cfa81707441b0d5a9f79e1271956174acfd832df2243c"; + sha256_unsigned = "5ac23772a21a6826040cfa81707441b0d5a9f79e1271956174acfd832df2243c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr7500-v3" + "archer-c7" + ]; + titles = [ + { + model = "TL-WDR7500"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wpa8630-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "10f72505697cbd0b1173574a6cefe3bca93051bff71eab519d6d181eb6b159fd"; + sha256_unsigned = "d310f970554dcd54a5badd2fa6d889f403eeeef2877a225f8f59d12d78a10a45"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "e2b13776051824109fed9c7f93e36f30d34d2b5e2a44faae2e487b8fc8ed3e4e"; + sha256_unsigned = "e2b13776051824109fed9c7f93e36f30d34d2b5e2a44faae2e487b8fc8ed3e4e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wpa8630-v1-initramfs-kernel.bin"; + sha256 = "6617f8726bf0ff8b656691b9af38c83546844e46b457f0c19be6073b308d65df"; + sha256_unsigned = "6617f8726bf0ff8b656691b9af38c83546844e46b457f0c19be6073b308d65df"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630-v1" + "tl-wpa8630" + ]; + titles = [ + { + model = "TL-WPA8630"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "19592cf7695014fa88022fd2c87aef8bf4f82cea100ec56497826125fcef5acf"; + sha256_unsigned = "19592cf7695014fa88022fd2c87aef8bf4f82cea100ec56497826125fcef5acf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "2ac7dde330e7f20b24c7ed734fd230ba4e057cfb486aa16586c7eb719fa9927c"; + sha256_unsigned = "167d868c64520e8a7dcebf16ba1f51ed98574f959f66c7069b6c48e6b267a0d6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043n-v5-initramfs-kernel.bin"; + sha256 = "5b64e4d1cc3a570e8ee1aee4e2ffea3e482fb4dc468061e9be0b7d2bfa7bf135"; + sha256_unsigned = "5b64e4d1cc3a570e8ee1aee4e2ffea3e482fb4dc468061e9be0b7d2bfa7bf135"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + model = "TL-WR1043N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043nd-v1-initramfs-kernel.bin"; + sha256 = "953fe11e5b4a2aaf49c750ee35e7c64aec429fb6c44d8e4c60c18a91a0342e1e"; + sha256_unsigned = "953fe11e5b4a2aaf49c750ee35e7c64aec429fb6c44d8e4c60c18a91a0342e1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "3c7a998ca0f52fbc953d5f44fb116ca9defc9fbfa2b45ad4a2bf0861e37dbe72"; + sha256_unsigned = "855936327c04891cdf45eabcf98f70ea5d4c8377f758067accc4507dba22774a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "06866378e0620bd03dbe520d09c14166cc9819e03dcf9badab06800a54c0037f"; + sha256_unsigned = "06866378e0620bd03dbe520d09c14166cc9819e03dcf9badab06800a54c0037f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "e4783b4a90702d38bc33458ad84e727687037c22567a6de985ef802821b19c4d"; + sha256_unsigned = "e4783b4a90702d38bc33458ad84e727687037c22567a6de985ef802821b19c4d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "dc6c34741cea05d153c6ce90351397cc9804c90c181934dd5e71531b9f47febe"; + sha256_unsigned = "fa28b94d18c39782d711dd76b71ddfb3d8228b6b149bd40c0fd543d3f85d2451"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043nd-v2-initramfs-kernel.bin"; + sha256 = "55591c19fb79128bd25f08101c73db197ed42efc8ce4693d0f9f330f99d069b0"; + sha256_unsigned = "55591c19fb79128bd25f08101c73db197ed42efc8ce4693d0f9f330f99d069b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043nd-v3-initramfs-kernel.bin"; + sha256 = "53054af9a8c460d2857e34caf480cc5d4429900aed63b51f7d131a7ca2c74f25"; + sha256_unsigned = "53054af9a8c460d2857e34caf480cc5d4429900aed63b51f7d131a7ca2c74f25"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "585b815d54b4b698917a0c93aa76038015cec1c03b2af29ef228d8652e580e54"; + sha256_unsigned = "a917349bbc1a6369b6d16969a718a608611356ff7e4d75977a7257c311a92f12"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "18f0197d8605e86ba25ee6ed883f93fc81c5ec7e81906cda71b72dd4edf74c9f"; + sha256_unsigned = "18f0197d8605e86ba25ee6ed883f93fc81c5ec7e81906cda71b72dd4edf74c9f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043nd-v4-initramfs-kernel.bin"; + sha256 = "0cc60042aea109b28eb7f9398c452f1dff52df904cc725d421cdaf0512c90dc8"; + sha256_unsigned = "0cc60042aea109b28eb7f9398c452f1dff52df904cc725d421cdaf0512c90dc8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "e078052b1e17fc98ace2efac238b7a8794750cbb6cf9e21c8407f0436b607d19"; + sha256_unsigned = "3f95eb0f3c1c0e4b78b795363b4fc71aab17cff352c3258d886142425f72b7c8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "a3e2de59464f03441ae8b0d6a705a5fbefa6f19bd5d828a77d6484fa11ff8b10"; + sha256_unsigned = "a3e2de59464f03441ae8b0d6a705a5fbefa6f19bd5d828a77d6484fa11ff8b10"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1045nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1045nd-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1045nd-v2-initramfs-kernel.bin"; + sha256 = "91cc04f34460d8d5158b06be786f569a70e5c6f5b480e90310c33f2b0cfd8dca"; + sha256_unsigned = "91cc04f34460d8d5158b06be786f569a70e5c6f5b480e90310c33f2b0cfd8dca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-sysupgrade.bin"; + sha256 = "5f9373ba814cd8d5e2664a95d79e22ea18afd7139de89d1e75a5c361dd833f23"; + sha256_unsigned = "5f0911c7d1dfdf8837e61b48983a01fa2f8b720a409437b0e4a86bcd3d790476"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-factory.bin"; + sha256 = "66d3dbf2b76ee9f1527a2f29a3706749ff48b258185984a985bedd1549d2ef63"; + sha256_unsigned = "66d3dbf2b76ee9f1527a2f29a3706749ff48b258185984a985bedd1549d2ef63"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1045nd-v2" + ]; + titles = [ + { + model = "TL-WR1045ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "3501372c9780849c02b156e547a7e0a5005836b3fd6e12fd056a21da01afb8a3"; + sha256_unsigned = "3501372c9780849c02b156e547a7e0a5005836b3fd6e12fd056a21da01afb8a3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "6e843172826e542c1efc3670f30e3ac27b78763bac322a09b5948d8516134bdb"; + sha256_unsigned = "7df48b187f39dfbd6c8de00ec563ebe33774fdebc3356cfe720551f29db010dc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr2543-v1-initramfs-kernel.bin"; + sha256 = "4044a7f3b4dae210a33a7f8a96121d682b7f5779324642c2426a42f5e4972f42"; + sha256_unsigned = "4044a7f3b4dae210a33a7f8a96121d682b7f5779324642c2426a42f5e4972f42"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + model = "TL-WR2543N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "a34c81bf49cbecb67bc2131620ce2ed1390bc1fa8090c0468c04ea689927cd38"; + sha256_unsigned = "a34c81bf49cbecb67bc2131620ce2ed1390bc1fa8090c0468c04ea689927cd38"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "ee33d26c1481e85593d5a6ab36dcfec51b1bae83258b1473395039a4853286ed"; + sha256_unsigned = "72e1a21b228d4207aac8979323e2b72c8c2a28719077e20ee7fe3f8fe068bbf6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr710n-v1-initramfs-kernel.bin"; + sha256 = "8fec12aef6b2dfa2a83ce5c12f4978fc17446807ac4b9e35f11cf319731ced26"; + sha256_unsigned = "8fec12aef6b2dfa2a83ce5c12f4978fc17446807ac4b9e35f11cf319731ced26"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "c37456d4714af8ca9810ff38865e44abfb18164915bfa1ae2e9e5baf9ad4a0a7"; + sha256_unsigned = "578a077e28249dab322ca68caf098564d5463f1b9d2d7a9910cab0936414582b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "e7d74817c83212aace976282dfbe8f0c6cbc17e33d489d572d066f6e32e7fafe"; + sha256_unsigned = "e7d74817c83212aace976282dfbe8f0c6cbc17e33d489d572d066f6e32e7fafe"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr710n-v2.1-initramfs-kernel.bin"; + sha256 = "65ed5c8e4cd484e4df216797fabb69120f51b6a33c62d3a0157102e3b9400002"; + sha256_unsigned = "65ed5c8e4cd484e4df216797fabb69120f51b6a33c62d3a0157102e3b9400002"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v2.1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr810n-v1-initramfs-kernel.bin"; + sha256 = "52be96fad4dd9952d5ab0f658787a3e7d19f781fa6a3ac15ed1d9c77470e9532"; + sha256_unsigned = "52be96fad4dd9952d5ab0f658787a3e7d19f781fa6a3ac15ed1d9c77470e9532"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "152c214d757d2664a3cff71b32c61044bbdc659f411cd2204534c7a277271803"; + sha256_unsigned = "cfb0f12b40a74692343a9cbdafad95efd7204df713922ee1cbfe4a7847b28289"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "a4a34ccaed4203b8082b7cc4b604aa1f861b067b31ff48f1c82e3bf5efd81954"; + sha256_unsigned = "a4a34ccaed4203b8082b7cc4b604aa1f861b067b31ff48f1c82e3bf5efd81954"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr810n-v2-initramfs-kernel.bin"; + sha256 = "bb148c8ffd9a88580c55475dcd9b33ccac75c888178cd71a3cec2c1b68261cc2"; + sha256_unsigned = "bb148c8ffd9a88580c55475dcd9b33ccac75c888178cd71a3cec2c1b68261cc2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "aecbb2dd9458a6cb96673ba3689488316fe5d967b7c6dd2202ae9c7339afe736"; + sha256_unsigned = "cdbb3ec3621f67404e8b423c6c1328daeccb4002485f25e833f0c04f8de4f90b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "4a56eb3fa7655402180ff1f9533b32c90da502bd093118d444b322bac67d6b99"; + sha256_unsigned = "4a56eb3fa7655402180ff1f9533b32c90da502bd093118d444b322bac67d6b99"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841hp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr841hp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr841hp-v2-squashfs-factory.bin"; + sha256 = "b2c2bf11d1c2db90d04a5a4b1501f4daf4264364afd87c1ea943b8df5623de76"; + sha256_unsigned = "b2c2bf11d1c2db90d04a5a4b1501f4daf4264364afd87c1ea943b8df5623de76"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr841hp-v2-initramfs-kernel.bin"; + sha256 = "b4c6cc393160679ed9ab85bc1a7f9382dd0785d489ff092806b51e378e47e095"; + sha256_unsigned = "b4c6cc393160679ed9ab85bc1a7f9382dd0785d489ff092806b51e378e47e095"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr841hp-v2-squashfs-sysupgrade.bin"; + sha256 = "d25fbc8368d1d1dc130d024bf2e1e6ee0bc11930c14e35c4bceb904b63014fdb"; + sha256_unsigned = "c283e863663b10e8582fe7d493841874ebb40ea90fc238415fa8ef4605249674"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr841hp-v2" + ]; + titles = [ + { + model = "TL-WR841HP"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841hp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr841hp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr841hp-v3-squashfs-sysupgrade.bin"; + sha256 = "04f4c942872b51d26a14e1bc63514598f93ed029b59b6c50ddfe140403a1d532"; + sha256_unsigned = "fd803cb533fb09959fcc2c47b526698aad4582992defc8a5155d033f437f9e60"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr841hp-v3-initramfs-kernel.bin"; + sha256 = "b84d39611eccc6e5ddc9d845cdd46a877553fabe0868d9b1ac48c21336b8fb64"; + sha256_unsigned = "b84d39611eccc6e5ddc9d845cdd46a877553fabe0868d9b1ac48c21336b8fb64"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr841hp-v3-squashfs-factory.bin"; + sha256 = "25a6c89f40ccc16b356a51d4fe68d3fd62461136c54856283ac90062b213855c"; + sha256_unsigned = "25a6c89f40ccc16b356a51d4fe68d3fd62461136c54856283ac90062b213855c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr841hp-v3" + ]; + titles = [ + { + model = "TL-WR841HP"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr842n-v1-initramfs-kernel.bin"; + sha256 = "fe751c4093f8ec8149607783d21ffb55db1d9d52addb98e6ae3928446f5b97ae"; + sha256_unsigned = "fe751c4093f8ec8149607783d21ffb55db1d9d52addb98e6ae3928446f5b97ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "740d0e3e01e07c538052f55120cd954ebb1f7bd9985237f3d9c4f8856527c270"; + sha256_unsigned = "740d0e3e01e07c538052f55120cd954ebb1f7bd9985237f3d9c4f8856527c270"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "52ce8d5f3675f1761962801d5838bc05b145ef39896379ca80cbc6c1a31368c1"; + sha256_unsigned = "764f0618d954d628071ea96ba4d26ad68df1b5ad49490633efeda0748943102b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "893f1dc1066b667bb2b1153c73df969ea819c9c78cd2109f131e522dcbd4765b"; + sha256_unsigned = "893f1dc1066b667bb2b1153c73df969ea819c9c78cd2109f131e522dcbd4765b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "b8966cbad23c1d04402fbc9ec2640f1e141b90089e0311d187cec1dab2f50517"; + sha256_unsigned = "95d6e739be0816700e4c0b625e950853a525d107fef7cc78e1266405f950ced5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr842n-v2-initramfs-kernel.bin"; + sha256 = "c6c38e2ab46de9447e1acfa43881887508f603aea1bc0bc931c756948684e6cd"; + sha256_unsigned = "c6c38e2ab46de9447e1acfa43881887508f603aea1bc0bc931c756948684e6cd"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "a85dabff3b3ea694d391487da4db5ef7a44560e856d5ded62733bfa1d35e4357"; + sha256_unsigned = "a85dabff3b3ea694d391487da4db5ef7a44560e856d5ded62733bfa1d35e4357"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr842n-v3-initramfs-kernel.bin"; + sha256 = "5c5d6b216298f48ddaf8a20832ea51ef56b417ff2dad5076bcf602c9476354e7"; + sha256_unsigned = "5c5d6b216298f48ddaf8a20832ea51ef56b417ff2dad5076bcf602c9476354e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "e51c314435dda03578706ba3af04feb8f2706b01474c4a7ad396156a1ae2a3c8"; + sha256_unsigned = "e5789935c91f90f023e4f9d473977e312a12cb1a780e4d5c53b6e36e2a351d3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr902ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr902ac-v1-initramfs-kernel.bin"; + sha256 = "dbf4da1ad2511ae345c96b6936c960b76fdc29452660e5574835cca64d759af3"; + sha256_unsigned = "dbf4da1ad2511ae345c96b6936c960b76fdc29452660e5574835cca64d759af3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "ebc561bb0e9aaa393a4a2d025e3c34305b7e1f43b043fac7926cb68c5911efbb"; + sha256_unsigned = "ba274c1ecea2a28c55f34e006bf86a7029faae394b3868ab7830ab8b723486ad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "9cf8fc83c7d9572aaa5e43d58b4b88235b24b211a8b4acb7d2a0d85ab0da7afa"; + sha256_unsigned = "9cf8fc83c7d9572aaa5e43d58b4b88235b24b211a8b4acb7d2a0d85ab0da7afa"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v1" + "tl-wr902ac-v1" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr941hp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_tl-wr941hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr941hp-v1-initramfs-kernel.bin"; + sha256 = "a40b6c61eec7c7f30b39b1abf92e12979b7100dd87a30af3179f3cc7d6309df8"; + sha256_unsigned = "a40b6c61eec7c7f30b39b1abf92e12979b7100dd87a30af3179f3cc7d6309df8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr941hp-v1-squashfs-factory.bin"; + sha256 = "639b57732feed63c984bccb6811fe4ec0a12e266dd26e778e60d1a6d08f57658"; + sha256_unsigned = "639b57732feed63c984bccb6811fe4ec0a12e266dd26e778e60d1a6d08f57658"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_tl-wr941hp-v1-squashfs-sysupgrade.bin"; + sha256 = "446436780fd8c7433497d19e9bc9661ca9fe40a9621aa8e620b50085cfbe1099"; + sha256_unsigned = "81e44d5f329aef46f0bd73140ce90b9c325d01b64c7aeeb511aacc416b60cd0c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr941hp-v1" + ]; + titles = [ + { + model = "TL-WR941HP"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_wbs210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "81164b5e194ffb04e53ce1b002715b83d13de6595e9d25f5e652a1468bef9b64"; + sha256_unsigned = "95a6c79cebebf9c3ef7a5df9663f295aa6747165c7a7123afd3c3d36a1a582f5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_wbs210-v1-squashfs-factory.bin"; + sha256 = "fc814f9fe2d0c0b4d48d3ddcf39e37437cf15e575a3471eef7a5de0c55d2fe7c"; + sha256_unsigned = "fc814f9fe2d0c0b4d48d3ddcf39e37437cf15e575a3471eef7a5de0c55d2fe7c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_wbs210-v1-initramfs-kernel.bin"; + sha256 = "b6f3a865cbf1cc127b6a3e33cd4d9c9346f94e618f2da8d802d57b40740fd9de"; + sha256_unsigned = "b6f3a865cbf1cc127b6a3e33cd4d9c9346f94e618f2da8d802d57b40740fd9de"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v1" + "wbs210" + ]; + titles = [ + { + model = "WBS210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_wbs210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_wbs210-v2-squashfs-factory.bin"; + sha256 = "447094e6768a3a6ff8253c87b82677e35ecfc99719803a91fd04aff937f2407c"; + sha256_unsigned = "447094e6768a3a6ff8253c87b82677e35ecfc99719803a91fd04aff937f2407c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_wbs210-v2-squashfs-sysupgrade.bin"; + sha256 = "5d91401c4eef8f2f80a54e96745228ce02eb09f43b14bd97613872c41c23e0e5"; + sha256_unsigned = "f0b739e835d72be943dd9db7c5f743c5a36854f12bad4673f4fe87d9e3133717"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_wbs210-v2-initramfs-kernel.bin"; + sha256 = "4e3e8d6f7947b030895410f7b59f75ef5a56c515fbae80daccbf533be7c75a4c"; + sha256_unsigned = "4e3e8d6f7947b030895410f7b59f75ef5a56c515fbae80daccbf533be7c75a4c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v2" + ]; + titles = [ + { + model = "WBS210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "40b1845e3109279e2a8dc112e6409120943fa0676de8b79384eb6095b1ad048d"; + sha256_unsigned = "140be121063c7f8850708c502ab7269b7dd2db26eb747b8049c7602340475021"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_wbs510-v1-initramfs-kernel.bin"; + sha256 = "27775df6105c89cf9c4732db83e84323577f65646aa90999f4c6c24b191c651a"; + sha256_unsigned = "27775df6105c89cf9c4732db83e84323577f65646aa90999f4c6c24b191c651a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_wbs510-v1-squashfs-factory.bin"; + sha256 = "fcd6f5ad207d080f80180edd856046ce0d387eb53188aef223bfa74a920962d0"; + sha256_unsigned = "fcd6f5ad207d080f80180edd856046ce0d387eb53188aef223bfa74a920962d0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,wbs510-v1" + "wbs510" + ]; + titles = [ + { + model = "WBS510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-tplink_wbs510-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_wbs510-v2-initramfs-kernel.bin"; + sha256 = "f3eea517b75595db022f190492043136dbd1d730125b9fdef550918d6b121562"; + sha256_unsigned = "f3eea517b75595db022f190492043136dbd1d730125b9fdef550918d6b121562"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_wbs510-v2-squashfs-sysupgrade.bin"; + sha256 = "d6dda032da29da4e89e68d78285a734fbdd62c6f25008cc42415cb23e9337e65"; + sha256_unsigned = "ad1a3b6c55d8914f3129579137258f84602ae93e679e309834e1cf509dd7e002"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-tplink_wbs510-v2-squashfs-factory.bin"; + sha256 = "fe076fc4951bab4762801d51d41372fdc03ec5d534f60f4e81951631ec7b7352"; + sha256_unsigned = "fe076fc4951bab4762801d51d41372fdc03ec5d534f60f4e81951631ec7b7352"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,wbs510-v2" + ]; + titles = [ + { + model = "WBS510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-673gru = { + device_packages = [ + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-owl-loader" + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-trendnet_tew-673gru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-trendnet_tew-673gru-initramfs-kernel.bin"; + sha256 = "c6267c8755869c30f223f8439ad053c15a60027a3009ac41c61c141595472f4b"; + sha256_unsigned = "c6267c8755869c30f223f8439ad053c15a60027a3009ac41c61c141595472f4b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-trendnet_tew-673gru-squashfs-sysupgrade.bin"; + sha256 = "3f53f43f9dbb34abc7b171addba370befa0a454e6a574e573585ce5d41fb1821"; + sha256_unsigned = "8382c80d63bb3f3604987f29dbc04a8c1cd5f8697af1296c9cc7e631266a91b7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-trendnet_tew-673gru-squashfs-factory.bin"; + sha256 = "2620f383ff7debfe2bd633b39e8900780a860b8a869fe7d901ed581c3cc92a8e"; + sha256_unsigned = "2620f383ff7debfe2bd633b39e8900780a860b8a869fe7d901ed581c3cc92a8e"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-673gru" + ]; + titles = [ + { + model = "TEW-673GRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + trendnet_tew-823dru = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-trendnet_tew-823dru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-trendnet_tew-823dru-squashfs-sysupgrade.bin"; + sha256 = "19a6b1c2cc2cfc9690d67557907f878ce96d01f7b5d4be349066dc91e4c78771"; + sha256_unsigned = "0ad77d7c9a38a6a9bdc2718dd8af0722c312e0c16faeb25c8bc34393fcfd5938"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-trendnet_tew-823dru-initramfs-kernel.bin"; + sha256 = "cfaba1bae9c6632dea0061bff409782803143f6d78953a5476a199728491d1c7"; + sha256_unsigned = "cfaba1bae9c6632dea0061bff409782803143f6d78953a5476a199728491d1c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-trendnet_tew-823dru-squashfs-factory.bin"; + sha256 = "ce917f1adb9406515793b3db8c9b2f54a3d8be343c3aed1eb73ffa9791437f02"; + sha256_unsigned = "ce917f1adb9406515793b3db8c9b2f54a3d8be343c3aed1eb73ffa9791437f02"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-823dru" + "tew-823dru" + ]; + titles = [ + { + model = "TEW-823DRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + ubnt_aircube-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_aircube-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_aircube-ac-squashfs-sysupgrade.bin"; + sha256 = "997b4b5c968ea4a146583bffecae52053af268fe7fce6b641f0176747bd34eda"; + sha256_unsigned = "18719f401a4e07cd36ae3ea040fa29920c8b6d326336d36255d31569dd4355ed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_aircube-ac-squashfs-factory.bin"; + sha256 = "11f7219895a0539be3979b022370dd726e921c30fbdf8e91f7b1df7e75aef4e5"; + sha256_unsigned = "11f7219895a0539be3979b022370dd726e921c30fbdf8e91f7b1df7e75aef4e5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_aircube-ac-initramfs-kernel.bin"; + sha256 = "ed03988ef2e0a42f74047936ed66262b0f1f06e028f1a32f9bce8fe9cafbf2fb"; + sha256_unsigned = "ed03988ef2e0a42f74047936ed66262b0f1f06e028f1a32f9bce8fe9cafbf2fb"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,aircube-ac" + ]; + titles = [ + { + model = "airCube AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_aircube-isp = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_aircube-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_aircube-isp-squashfs-sysupgrade.bin"; + sha256 = "d41c90373e105d147c718f3091bc74a3e3c53bdf07692fb58194112eadc4d91b"; + sha256_unsigned = "8aa3497f57877fdb3b0d5c87cb49d364bf7f834123eeb8a2ca45d294bb83ec29"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_aircube-isp-initramfs-kernel.bin"; + sha256 = "914ecbeb7ac1e97b36a4e92b24151695f7918ed245f9e059f8782f7c15fdd6d4"; + sha256_unsigned = "914ecbeb7ac1e97b36a4e92b24151695f7918ed245f9e059f8782f7c15fdd6d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_aircube-isp-squashfs-factory.bin"; + sha256 = "cff4fb0b7d55d8aaf2e4127e9610805f660afedad22c93c1d75dec6e29e94f2a"; + sha256_unsigned = "cff4fb0b7d55d8aaf2e4127e9610805f660afedad22c93c1d75dec6e29e94f2a"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,aircube-isp" + "ubnt,acb-isp" + ]; + titles = [ + { + model = "airCube ISP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_bullet-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_bullet-ac-squashfs-sysupgrade.bin"; + sha256 = "a8658636ecb0a548777355fba3385945915e968016ea14c4a8dc7fe4dae69d69"; + sha256_unsigned = "543fdd3130d8029b83d969ec92fc7fc249a2a68fee9426f1297141bb66b13292"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_bullet-ac-squashfs-factory.bin"; + sha256 = "3f7d45fcc2b558e32419d1f10e8f92dcf1a6d8f0d03e42ba47c5bd74caebfe0a"; + sha256_unsigned = "3f7d45fcc2b558e32419d1f10e8f92dcf1a6d8f0d03e42ba47c5bd74caebfe0a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_bullet-ac-initramfs-kernel.bin"; + sha256 = "5ed0531d197f3d322e895d2f1bc15898d36b04c8753e69d4c0c150200dbe60a5"; + sha256_unsigned = "5ed0531d197f3d322e895d2f1bc15898d36b04c8753e69d4c0c150200dbe60a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-ac" + ]; + titles = [ + { + model = "Bullet AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "1badc3718f636e342e49d52488e77d5cb1475b34dd408ec46e2bc068782375d3"; + sha256_unsigned = "b96cebb522b74a0cf12a388e8ad42f74bcc9cc97f3d6ac798cf7a0cb470e2ff4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "4d4208bf78de031766bf812076d28a5fd54d2f9e3f0b3c64cc10fc711919648f"; + sha256_unsigned = "4d4208bf78de031766bf812076d28a5fd54d2f9e3f0b3c64cc10fc711919648f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_bullet-m-xw-initramfs-kernel.bin"; + sha256 = "809e9b33948a0c5f738b0420c123c11ce07a59da4b129a1b1b2e777deb04117a"; + sha256_unsigned = "809e9b33948a0c5f738b0420c123c11ce07a59da4b129a1b1b2e777deb04117a"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-5xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_edgeswitch-5xp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_edgeswitch-5xp-initramfs-kernel.bin"; + sha256 = "e47b9dd4933ba1919c98f0c2a3823a98351cbee000bf30671821ed5631a3210d"; + sha256_unsigned = "e47b9dd4933ba1919c98f0c2a3823a98351cbee000bf30671821ed5631a3210d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_edgeswitch-5xp-squashfs-sysupgrade.bin"; + sha256 = "258a1e6f3c710b09a1352d234596a3a77569f07de0e443cfa6687052f434435d"; + sha256_unsigned = "be183460f24c4fbd5370743d00ef7419216e57879c24b928a6e935ebfa8c23e2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_edgeswitch-5xp-squashfs-factory.bin"; + sha256 = "ad816250d6589b7ae23b270a08a31a4363eb7703b1dc76aaaae5edac7fc1a8d0"; + sha256_unsigned = "ad816250d6589b7ae23b270a08a31a4363eb7703b1dc76aaaae5edac7fc1a8d0"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-5xp" + ]; + titles = [ + { + model = "EdgeSwitch 5XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "02ee31a8c6da82f7f1cef2782490e527b9643a00b3e5e0922fd3af8f9bee89fd"; + sha256_unsigned = "02ee31a8c6da82f7f1cef2782490e527b9643a00b3e5e0922fd3af8f9bee89fd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "f25c8bb7104623abccdc66bfdb6e21544d9ec478562df1541ad4f8ce873f9c51"; + sha256_unsigned = "edec224ba6ba5018a653d4a62d396b8dc6d65adb984a8483260ace649e9db58a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_lap-120-initramfs-kernel.bin"; + sha256 = "27e3f4940de808d5910182b966ea33d68f384eea00bbd6fd2f6c57b415d5a38d"; + sha256_unsigned = "27e3f4940de808d5910182b966ea33d68f384eea00bbd6fd2f6c57b415d5a38d"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + model = "LiteAP ac (LAP-120)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_litebeam-ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_litebeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "d8be21007d9910e0962e810bb30b87d7ba8a4792390a2db14f23f2498dc67717"; + sha256_unsigned = "47bccf2cfa86d095b7e7df41255e842c75fb9e61990cf41631fdc3df65031b1b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_litebeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "ce692f0c76b60475f326a8163ce3b146840ab1788b237439b9251d5870fd76c6"; + sha256_unsigned = "ce692f0c76b60475f326a8163ce3b146840ab1788b237439b9251d5870fd76c6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-factory.bin"; + sha256 = "9e9c538a728c22d0631b822f8c4ddddb1c1fb848721a824e098a135fe398c144"; + sha256_unsigned = "9e9c538a728c22d0631b822f8c4ddddb1c1fb848721a824e098a135fe398c144"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,litebeam-ac-gen2" + ]; + titles = [ + { + model = "LiteBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanobeam-ac-initramfs-kernel.bin"; + sha256 = "329eb4db209bd3d789f252382012fd0af89bf8ee547286824f58dd49e4b303f1"; + sha256_unsigned = "329eb4db209bd3d789f252382012fd0af89bf8ee547286824f58dd49e4b303f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "7e9bc6519bc9d2b5c6262144e7825bdb0aaf75d25d497fcfe21b50e43c42d241"; + sha256_unsigned = "12415f37b02d162b112e9c845ef107a9d985269c627f02a66fc2c6bb125f1776"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "bdeda1ca0d353ab85d4aa8ce09a5ea85f97dfa72aaf00a2f873a6838dd3cc432"; + sha256_unsigned = "bdeda1ca0d353ab85d4aa8ce09a5ea85f97dfa72aaf00a2f873a6838dd3cc432"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-gen2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_nanobeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-factory.bin"; + sha256 = "2a7a88951cf3b4fb89014dd5d4dea7d9ea8036ca26a690df1dd6bd28d46a573c"; + sha256_unsigned = "2a7a88951cf3b4fb89014dd5d4dea7d9ea8036ca26a690df1dd6bd28d46a573c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanobeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "23504f1cb97bf373725daca4d255cd1041287c3e445fda222194b5e54c48466d"; + sha256_unsigned = "23504f1cb97bf373725daca4d255cd1041287c3e445fda222194b5e54c48466d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "064649b8bb073aecbce0265a75231c9f9f7879db4535a62eeee7771b28758af6"; + sha256_unsigned = "f3983868783efea4bd732eb3089ad81c657d64722c60dfbfe8bcd6919f82ab4c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-gen2" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-xc = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_nanobeam-ac-xc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanobeam-ac-xc-initramfs-kernel.bin"; + sha256 = "feb9667a1322b4ffdb5c2a3925a4c243efa42bfc9a35519928664f7113867da6"; + sha256_unsigned = "feb9667a1322b4ffdb5c2a3925a4c243efa42bfc9a35519928664f7113867da6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanobeam-ac-xc-squashfs-factory.bin"; + sha256 = "0b192d6da5d3fac33365b003b377ade4c28196d53c8592f2229d28b1e8d9f3bf"; + sha256_unsigned = "0b192d6da5d3fac33365b003b377ade4c28196d53c8592f2229d28b1e8d9f3bf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanobeam-ac-xc-squashfs-sysupgrade.bin"; + sha256 = "eabae99aa773844a28383d442d5631b715be677dfbe373f46706a8163a5ac586"; + sha256_unsigned = "4b1f2ccb9b662d6310ab53245e59dd50e98a95568308785983c0796aa4c37b4e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-xc" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1 (XC)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-m5-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_nanobeam-m5-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanobeam-m5-xw-squashfs-sysupgrade.bin"; + sha256 = "50da32f89f00f4100c80430a4d3ba9b3a7f961589ea9fc1a1d44f21706b4e225"; + sha256_unsigned = "0ed42539863cf3d50d63aaf8c75c93f2807d4cdeb0c184dd846685529e444390"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanobeam-m5-xw-initramfs-kernel.bin"; + sha256 = "e424d0cd21c9f3b31c49172e936f02f407d1e4d61795e032c090863f69cdb7b1"; + sha256_unsigned = "e424d0cd21c9f3b31c49172e936f02f407d1e4d61795e032c090863f69cdb7b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanobeam-m5-xw-squashfs-factory.bin"; + sha256 = "3d9731f0f978b643d97993559729e09029a0d5185600d93bd696bfcffb8b6f94"; + sha256_unsigned = "3d9731f0f978b643d97993559729e09029a0d5185600d93bd696bfcffb8b6f94"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-m5-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "NanoBeam M5"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "ee63ef1d2fb186eb295042004d2672d543cfef14ae51eee4dc96f1287ca7e4f8"; + sha256_unsigned = "67d0623fa87f510002871580d08c8e1e6721a9b97b65edb7c509094f9e9c6616"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanostation-ac-initramfs-kernel.bin"; + sha256 = "0f5fa7fbe3589b63784d12c326e624a08389da565cdb7482779691dab2399d45"; + sha256_unsigned = "0f5fa7fbe3589b63784d12c326e624a08389da565cdb7482779691dab2399d45"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "3d11b71ec0ce101c45aa0591444db8e42552386653e03eb902f1bc65f5db2409"; + sha256_unsigned = "3d11b71ec0ce101c45aa0591444db8e42552386653e03eb902f1bc65f5db2409"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + model = "Nanostation AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "e4ba7d02cde8fba72f1e04bd2a782ba17a393c513d9c5c664a64dcada1ff4a41"; + sha256_unsigned = "935634f4726fded9fcca963bbe363029243c171b32708250d475943900af294c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanostation-ac-loco-initramfs-kernel.bin"; + sha256 = "01efd1939d01045c5b28ebeacbdccd4577376f046c56a4c68517650b50fb5ea4"; + sha256_unsigned = "01efd1939d01045c5b28ebeacbdccd4577376f046c56a4c68517650b50fb5ea4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "318f8db291f6d2fdf4dfd8c6771c158831f557213a19964735a787b3154ab7f7"; + sha256_unsigned = "318f8db291f6d2fdf4dfd8c6771c158831f557213a19964735a787b3154ab7f7"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + model = "Nanostation AC loco"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "6d8faf8f6af1814cffedf14a7480e532bcf1f19b5b6778a5cc46e6e45f36f199"; + sha256_unsigned = "6d8faf8f6af1814cffedf14a7480e532bcf1f19b5b6778a5cc46e6e45f36f199"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanostation-loco-m-xw-initramfs-kernel.bin"; + sha256 = "793c3392f321b666206dcf00c957679006c618660569f86e96dae2d79beec703"; + sha256_unsigned = "793c3392f321b666206dcf00c957679006c618660569f86e96dae2d79beec703"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "cd0c8b50a35befa94c568fec59916400cb00273057f8701876da151a4690d13d"; + sha256_unsigned = "2f20d4106eff77b78b98b204b23c8e957dc8946c7e8dd771c3a1645e5e5ca735"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanostation-m-xw-initramfs-kernel.bin"; + sha256 = "6e5dff46454a4218f6b1b4682e9ea6bc48338636cace00791525da96ac64e7de"; + sha256_unsigned = "6e5dff46454a4218f6b1b4682e9ea6bc48338636cace00791525da96ac64e7de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "9a11188875826949e924544abc686f04436b9ad8b6ebef027b072409cfd37320"; + sha256_unsigned = "323b1eeec90fe397eeaedddc0d0453e5930e969d658f712b1ed0257e890980e4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "813ba11bce63d905a90da3d895396a83815602e29ba6fff82ca0cc4a95c2c214"; + sha256_unsigned = "813ba11bce63d905a90da3d895396a83815602e29ba6fff82ca0cc4a95c2c214"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-500 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_powerbeam-5ac-500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-factory.bin"; + sha256 = "6d6de08dfeb98c045d74663017fde9de42ba3309d957e705458f4188eeea7aa7"; + sha256_unsigned = "6d6de08dfeb98c045d74663017fde9de42ba3309d957e705458f4188eeea7aa7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_powerbeam-5ac-500-initramfs-kernel.bin"; + sha256 = "8455aec74f1c76308f7b9f39d36704009453729aeaaf90d65ad6c862062905f4"; + sha256_unsigned = "8455aec74f1c76308f7b9f39d36704009453729aeaaf90d65ad6c862062905f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-sysupgrade.bin"; + sha256 = "b6da657fa1b92ca496160015863cb193ed92f3de8e101ad019b2da0d0170289c"; + sha256_unsigned = "b18ebe96d991c5b390863a996c4f08bdd73f7bf44a6386bb3507f36f26766445"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-500" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "500"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_powerbeam-5ac-gen2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_powerbeam-5ac-gen2-initramfs-kernel.bin"; + sha256 = "4fd5cb53b4beda025a57c1b0bfdb04f825613cc8155de2093ea43955951c8a1e"; + sha256_unsigned = "4fd5cb53b4beda025a57c1b0bfdb04f825613cc8155de2093ea43955951c8a1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "d4dfea5f6e265eddf4b0aca6909c9a891ca83debd377246f35b1fa101cd93f86"; + sha256_unsigned = "2e9371ea3c191af656e686c33e5c6cee24c81d24000db5bba8a9c908bc552193"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-factory.bin"; + sha256 = "22a6f195b26f06830a037e4d6b8cbe35056514d90f7b35ae3c5d303f5d997703"; + sha256_unsigned = "22a6f195b26f06830a037e4d6b8cbe35056514d90f7b35ae3c5d303f5d997703"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-gen2" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-m2-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_powerbeam-m2-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_powerbeam-m2-xw-initramfs-kernel.bin"; + sha256 = "982e35f22027f0ea5cc18cd2c3ee7f84273a6c4e5e12e53e6e2dd4b2979635ad"; + sha256_unsigned = "982e35f22027f0ea5cc18cd2c3ee7f84273a6c4e5e12e53e6e2dd4b2979635ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_powerbeam-m2-xw-squashfs-sysupgrade.bin"; + sha256 = "45f06eeeba5a49d712ba2a7c15c147668e7bcf9ba80a48004a62df6bb19eeaff"; + sha256_unsigned = "a97ce315afcb6cc660690777590f55200a3fd39f2f0831831492cc0a20dbe13b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_powerbeam-m2-xw-squashfs-factory.bin"; + sha256 = "3cdf13a2acac8598765bce264e4c6508c9077dc08b6e08d73218177675323d53"; + sha256_unsigned = "3cdf13a2acac8598765bce264e4c6508c9077dc08b6e08d73218177675323d53"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-m2-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "PowerBeam M2"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-m5-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_powerbeam-m5-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_powerbeam-m5-xw-initramfs-kernel.bin"; + sha256 = "a69a3fef148a619a5837c9f3b4847cb6d1ef240708535f855bc00bd832cddcb4"; + sha256_unsigned = "a69a3fef148a619a5837c9f3b4847cb6d1ef240708535f855bc00bd832cddcb4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_powerbeam-m5-xw-squashfs-sysupgrade.bin"; + sha256 = "4947825515d1d4532db28541e0cb95b53fb63219be46dcc108a23578da06c037"; + sha256_unsigned = "de7839a92a578755b16f7edee83a8f31ef667d3d8c8527ae234ebd3053119317"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_powerbeam-m5-xw-squashfs-factory.bin"; + sha256 = "62b51d29df3b0a45ac8499e5c042db999e52489208fc56cc277b4d0d47ade1e5"; + sha256_unsigned = "62b51d29df3b0a45ac8499e5c042db999e52489208fc56cc277b4d0d47ade1e5"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-m5-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "PowerBeam M5"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-5ac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_rocket-5ac-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_rocket-5ac-lite-initramfs-kernel.bin"; + sha256 = "e90836713abdb224e48387d19b2bc9c6a8b36830b4344a28903ca83b284ed4be"; + sha256_unsigned = "e90836713abdb224e48387d19b2bc9c6a8b36830b4344a28903ca83b284ed4be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_rocket-5ac-lite-squashfs-factory.bin"; + sha256 = "8afa0ee9593d4af36e820b8aeee4cab1de10244068ab093222c1c3775513ff5b"; + sha256_unsigned = "8afa0ee9593d4af36e820b8aeee4cab1de10244068ab093222c1c3775513ff5b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_rocket-5ac-lite-squashfs-sysupgrade.bin"; + sha256 = "1671456d043e313af9a044d1c254aaf5d4fac6aa699c9935267b92ad1c4f46ef"; + sha256_unsigned = "826e6946519d88deb610ad7e99821e5f910b970bbe3dc11c41c2060b21e1591d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,rocket-5ac-lite" + ]; + titles = [ + { + model = "Rocket 5AC"; + variant = "Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_routerstation-initramfs-kernel.bin"; + sha256 = "d5c33588005d2f24bfe620649a5973fe141c4edfe2610fc544d20c095b007238"; + sha256_unsigned = "d5c33588005d2f24bfe620649a5973fe141c4edfe2610fc544d20c095b007238"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "df4b90b65d1ad2c86596eb4febce0aafeee474929306187e34a93de75b0de635"; + sha256_unsigned = "674b1e2c7104a12e0e0e241396e66d843873c93ecaa51ece5c155e5adf45a0ab"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "526bb726c19ea1675baa8735655e99778b9ecbf5e3b886b8b27677dbd09ab5bd"; + sha256_unsigned = "526bb726c19ea1675baa8735655e99778b9ecbf5e3b886b8b27677dbd09ab5bd"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + ]; + titles = [ + { + model = "RouterStation"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "0b3afa4574de5145bde790898b402b2a343e0b75f132ff478a2997e130799dc8"; + sha256_unsigned = "0b3afa4574de5145bde790898b402b2a343e0b75f132ff478a2997e130799dc8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "89d4ecc8812ac4492ac6b2e971bd3a900922955ea112cd81e25d2a8722f10d88"; + sha256_unsigned = "c1046332ca48918f434edba49332b12c4c84711ec5809cdbce60e2f11417ad3c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_routerstation-pro-initramfs-kernel.bin"; + sha256 = "73b489f8e86e754009b9e45ff7f22c7250669b250b60453e5a2e8bb170626130"; + sha256_unsigned = "73b489f8e86e754009b9e45ff7f22c7250669b250b60453e5a2e8bb170626130"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + ]; + titles = [ + { + model = "RouterStation Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "8290d1b12e831272593aac652d8ceec1da0c39af7e8f2cc4275108a9ba84336f"; + sha256_unsigned = "3783799270a30f1efe4aa97d2ec926e8f75c5c0808d67c2bca2e6882166912b8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "68961482ba522e04bb55951277df8ba6dc5fe4fb855d99fbede72accedd36d06"; + sha256_unsigned = "68961482ba522e04bb55951277df8ba6dc5fe4fb855d99fbede72accedd36d06"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifi-initramfs-kernel.bin"; + sha256 = "23a748bb9a75c8c838918d110675b76485b5ec53fb2cca19a5e3d022ab1de050"; + sha256_unsigned = "23a748bb9a75c8c838918d110675b76485b5ec53fb2cca19a5e3d022ab1de050"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + model = "UniFi AP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-outdoor-plus = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_unifi-ap-outdoor-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "311ed0d3d2a87d6b04f29be8b5ae4f11456c9453962e359794be38bec3094a93"; + sha256_unsigned = "936df691f4feb90baf99a12590d41789764d0174ae73cf3441c9f8cb2ee4bb27"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifi-ap-outdoor-plus-initramfs-kernel.bin"; + sha256 = "2186d24dc3433b58ee89594722c3c81b9472544ce9be40438aac4799bd3d9c14"; + sha256_unsigned = "2186d24dc3433b58ee89594722c3c81b9472544ce9be40438aac4799bd3d9c14"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-factory.bin"; + sha256 = "157db892a0b0625f440c319f1409d082cea96586c3ee679994577482c8999dfb"; + sha256_unsigned = "936df691f4feb90baf99a12590d41789764d0174ae73cf3441c9f8cb2ee4bb27"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-outdoor-plus" + "unifi-outdoor-plus" + ]; + titles = [ + { + model = "UniFi AP Outdoor+"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-pro = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_unifi-ap-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifi-ap-pro-initramfs-kernel.bin"; + sha256 = "0d667fd5b0a10d49d28105b1a58be65c4ab227dbd8267c44266f80b784001c3b"; + sha256_unsigned = "0d667fd5b0a10d49d28105b1a58be65c4ab227dbd8267c44266f80b784001c3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifi-ap-pro-squashfs-sysupgrade.bin"; + sha256 = "d0718c9d7685f768407658838f41c0710f3fcc1a9353b6ebacb74358be204f1c"; + sha256_unsigned = "3efc3f4a2eaf921f7b8715f267072b9665344f85a6e00d8b97af246e4a14de65"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifi-ap-pro-squashfs-factory.bin"; + sha256 = "6c5c0f3a4f3f407cbeb0ef1c202635d4a18fe7081697df088fe3fc54ee19a17f"; + sha256_unsigned = "3efc3f4a2eaf921f7b8715f267072b9665344f85a6e00d8b97af246e4a14de65"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-pro" + "uap-pro" + ]; + titles = [ + { + model = "UniFi AP Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "d0dbb470162cd8fd4a49b53c64bc9c62a2212d38d1128443230a3b98f28fe64d"; + sha256_unsigned = "a76eca460ae76973c061d3dc989ef6bff0ee9802c62416d11f60cae294a6aee6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifiac-lite-initramfs-kernel.bin"; + sha256 = "eca520c0943c9763814fed0ec792c95367608735e21f098d30f33ad218dddc2e"; + sha256_unsigned = "eca520c0943c9763814fed0ec792c95367608735e21f098d30f33ad218dddc2e"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "037b633ca728aae8bc8d2d56d270177279a0b674f02ec9d6446b6703a7e5662a"; + sha256_unsigned = "4d21bc7ebfc7c7c5c542bde771e6d00be32ab5642a9721ac9fe368404d8b4610"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifiac-lr-initramfs-kernel.bin"; + sha256 = "79386b62ddf88509ca7b9aa1ded31bb7b18ff3c9c1e7b2b22a2fda8f0a428733"; + sha256_unsigned = "79386b62ddf88509ca7b9aa1ded31bb7b18ff3c9c1e7b2b22a2fda8f0a428733"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC LR"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifiac-mesh-initramfs-kernel.bin"; + sha256 = "6c4b7be74bf29061698eafe67d8cba4e251dd84225dfb27f56745bbbb97b052e"; + sha256_unsigned = "6c4b7be74bf29061698eafe67d8cba4e251dd84225dfb27f56745bbbb97b052e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "8eb7acc01fb627c43b71ea0d10b20c2413418a552ea8e39e697e72d8f9ab6979"; + sha256_unsigned = "f1d168a0e08a5f70cf4ddf1b69c90a8c4151bada83c72b930d16b093f49d20f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Mesh"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifiac-mesh-pro-initramfs-kernel.bin"; + sha256 = "1f4611c006352f045d022d67614e80725ba8b266bb4d2b2d8892a7d2a8d11cc0"; + sha256_unsigned = "1f4611c006352f045d022d67614e80725ba8b266bb4d2b2d8892a7d2a8d11cc0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "df299d9d2bdb96042a147aa98d186c5c99dc44d3023c3890eaa08fdc3754420b"; + sha256_unsigned = "613dc5885605084f741ac3ca1a00e59ba7d4aba2a56cf8e0acb480647ebfa86e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Mesh Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "8332e6ba32a174da8438c64578445a627e4008a1a4d5319df67da34ce5c6d49a"; + sha256_unsigned = "9ea28443dff084add4ad52c604eef90f68490cceceb733a893eb17d8284b71f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ubnt_unifiac-pro-initramfs-kernel.bin"; + sha256 = "be129a441cee3700c285f6bcd4e9d37d80054757e0fa8b9706a6de47cdc61202"; + sha256_unsigned = "be129a441cee3700c285f6bcd4e9d37d80054757e0fa8b9706a6de47cdc61202"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + wallys_dr531 = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-wallys_dr531"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-wallys_dr531-squashfs-sysupgrade.bin"; + sha256 = "05dfffd5563619f156ce8878952699cc925a97074a72f5b179ca451f41bfa80e"; + sha256_unsigned = "c94e1e811eec7dcbb23326c71a643cf4cf8783219ecceead05c34d1772c26f74"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-wallys_dr531-initramfs-kernel.bin"; + sha256 = "ce3aea5179ba9a9980b19366b2e84f5b8cbfc44629d7e8bf027c20c5d8f34043"; + sha256_unsigned = "ce3aea5179ba9a9980b19366b2e84f5b8cbfc44629d7e8bf027c20c5d8f34043"; + type = "kernel"; + } + ]; + supported_devices = [ + "wallys,dr531" + "dr531" + ]; + titles = [ + { + model = "DR531"; + vendor = "Wallys"; + } + ]; + }; + wd_mynet-n600 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-wd_mynet-n600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-wd_mynet-n600-squashfs-sysupgrade.bin"; + sha256 = "e9774913f7d948ec755b3b23b45fd61926d508c2021caac49f35e5aae3a4e954"; + sha256_unsigned = "62874b94cf5e602eb810f18b1d646c59e627b48abb284034637aec60e0d321ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-wd_mynet-n600-initramfs-kernel.bin"; + sha256 = "c38fbfd3be0fa0984a1f0aec824c46f3275a8310af058cc3585b75bd86ca9f6a"; + sha256_unsigned = "c38fbfd3be0fa0984a1f0aec824c46f3275a8310af058cc3585b75bd86ca9f6a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-wd_mynet-n600-squashfs-factory.bin"; + sha256 = "c0566b180ff8b64be9ea63c9de80e8eb4dcdbaa21705e7733aa18d82f1cae443"; + sha256_unsigned = "c0566b180ff8b64be9ea63c9de80e8eb4dcdbaa21705e7733aa18d82f1cae443"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mynet-n600" + "mynet-n600" + ]; + titles = [ + { + model = "My Net N600"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-wd_mynet-n750-initramfs-kernel.bin"; + sha256 = "04119ca72921bb05d5daf6414dcb62dbaee7027a8a54158e8e68a6929ca8c34d"; + sha256_unsigned = "04119ca72921bb05d5daf6414dcb62dbaee7027a8a54158e8e68a6929ca8c34d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "7e2981ff43cd1716e097c7ef3036613fb915dfed18c7dff64ddaa6e082173cdd"; + sha256_unsigned = "7e2981ff43cd1716e097c7ef3036613fb915dfed18c7dff64ddaa6e082173cdd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "e4bee09547a5004cf499311a8ebd3d71aba36d65f4627b34248ac48bb5968a34"; + sha256_unsigned = "6ec34fab4b963727a2161cf511e1056dec65f1a629183d70c25a35a298537eb8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + model = "My Net N750"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-wd_mynet-wifi-rangeextender-initramfs-kernel.bin"; + sha256 = "b48fa465ed16e125beeb1edab7d016e018a9a7a3550e06c3ddc344c39f4786af"; + sha256_unsigned = "b48fa465ed16e125beeb1edab7d016e018a9a7a3550e06c3ddc344c39f4786af"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "9fbde0a4d51e32649aab59edcf15995fda25321469ea5a59954dffe4008fbd1c"; + sha256_unsigned = "962bbe8a1dc9feb04aa4157a4bc2849047896362a5015b071fe71564b1767da7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + model = "My Net Wi-Fi Range Extender"; + vendor = "Western Digital"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "1b8347a67f9bb5eb532fd690216c6829d1c29b8af168e9964e5740186696fb00"; + sha256_unsigned = "3ccf8d61afecfa0dcd651ebbc99b1a0a072d2c4ff64461324c7560acd67dcfc1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-winchannel_wb2000-initramfs-kernel.bin"; + sha256 = "64116aac067ca4730007db42464333eb8228704d54abdfe24aa60d7ddf454f09"; + sha256_unsigned = "64116aac067ca4730007db42464333eb8228704d54abdfe24aa60d7ddf454f09"; + type = "kernel"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + model = "WB2000"; + vendor = "Winchannel"; + } + ]; + }; + xiaomi_aiot-ac2350 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-xiaomi_aiot-ac2350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-xiaomi_aiot-ac2350-squashfs-sysupgrade.bin"; + sha256 = "535a51cc591659d5a7f036a68d34141f7e848a02810657b6bc6a8e3445302652"; + sha256_unsigned = "71cc7cf4499492c92a659b7ef749b26e08ba27a689c021e352026e15c8cec9df"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-xiaomi_aiot-ac2350-initramfs-kernel.bin"; + sha256 = "5448c54bfe13cb4b508a3f1be58ecf6763084aa5525748be771b5050d8b7e7b3"; + sha256_unsigned = "5448c54bfe13cb4b508a3f1be58ecf6763084aa5525748be771b5050d8b7e7b3"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,aiot-ac2350" + ]; + titles = [ + { + model = "AIoT AC2350"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "0c26826f714d4a12f5ef5f7b26876d8fdf301015a3316601c7bf0da73f375372"; + sha256_unsigned = "f5ff60ddfb83824af53278f741f1c90d0edfc51764a393fcbf36a8528910d725"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-xiaomi_mi-router-4q-initramfs-kernel.bin"; + sha256 = "560182bac513f57f6b88f4a90dc367b6247e64f663f7e5b65c52216fd64fd75c"; + sha256_unsigned = "560182bac513f57f6b88f4a90dc367b6247e64f663f7e5b65c52216fd64fd75c"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + model = "Mi Router 4Q"; + vendor = "Xiaomi"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "1b5d676bb7177c892266d4b0152b11fda32c4ca70749b2ac7e37dadbfc2338a4"; + sha256_unsigned = "19fd74d1600c1e46fe2968660e7da0dc242529bec0fa22e3a90a225688c6318e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-yuncore_a770-initramfs-kernel.bin"; + sha256 = "0c85b391bb84678c1795b652f96f50d000c137c496ddb9553a06a8230e5a8849"; + sha256_unsigned = "0c85b391bb84678c1795b652f96f50d000c137c496ddb9553a06a8230e5a8849"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "0a33e74bb8c6196354a50800f55ac633a9bf10a9bd3d15ba8f75dc6bb157ef3f"; + sha256_unsigned = "19fd74d1600c1e46fe2968660e7da0dc242529bec0fa22e3a90a225688c6318e"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + model = "A770"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-yuncore_a782-initramfs-kernel.bin"; + sha256 = "9630308a2773559b6b375c9ac8e055e66357ea66b67c356667297c04c74cf136"; + sha256_unsigned = "9630308a2773559b6b375c9ac8e055e66357ea66b67c356667297c04c74cf136"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "38a8e2bf9cccfc25d18521d2cea03cd9eddb220caf09ced052dd04f8b44d6c0a"; + sha256_unsigned = "51c1fc8918694805502cca9d9933facec36e503650b68c42ed81700c988de3aa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "a20471f58b3fb08cc8bb69fb4c8e8c9bc0a712e93efc4eb44bb1177df48b2105"; + sha256_unsigned = "51c1fc8918694805502cca9d9933facec36e503650b68c42ed81700c988de3aa"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + model = "A782"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a930 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-generic-yuncore_a930"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-yuncore_a930-initramfs-kernel.bin"; + sha256 = "c4d03b7a21da2736e5fea2eaa7b0f4cf972d91f49daa0af7f3f78ff6fab2dea0"; + sha256_unsigned = "c4d03b7a21da2736e5fea2eaa7b0f4cf972d91f49daa0af7f3f78ff6fab2dea0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-yuncore_a930-squashfs-sysupgrade.bin"; + sha256 = "73845a66af0b874c36abc7095ed80c74b9f4abf0dfe900c9923b745968efa156"; + sha256_unsigned = "771f98401df55711f93db3e890502b977e0e687f2a6a230254a00800cb3e96dd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-yuncore_a930-squashfs-tftp.bin"; + sha256 = "bbcc178933801add28730bbf102aa3b2f7c55d5ff0746d36cc3de4c14793ff42"; + sha256_unsigned = "771f98401df55711f93db3e890502b977e0e687f2a6a230254a00800cb3e96dd"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a930" + ]; + titles = [ + { + model = "A930"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-yuncore_xd3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-yuncore_xd3200-squashfs-sysupgrade.bin"; + sha256 = "4636eab2bc733f0f712f0b2d7b6405bf493fac79281c7a11f0da38df777730c1"; + sha256_unsigned = "007762b39accb9e82cc0db94692e0e8cd3ae78169803f320b0ce8ab7aa13976c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-yuncore_xd3200-initramfs-kernel.bin"; + sha256 = "b05d84442acdc601cf5924e3ec1760eedbf4e82ef18d0d5c6a90ca1d105b359a"; + sha256_unsigned = "b05d84442acdc601cf5924e3ec1760eedbf4e82ef18d0d5c6a90ca1d105b359a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-yuncore_xd3200-squashfs-tftp.bin"; + sha256 = "02dbfc5198527623bcd261e9bc7dd86133043333d9bcf70debd9644e6325fa8d"; + sha256_unsigned = "007762b39accb9e82cc0db94692e0e8cd3ae78169803f320b0ce8ab7aa13976c"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,xd3200" + ]; + titles = [ + { + model = "XD3200"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "103a22b27bcc70a5f023188498b2bbab7dd666e39133e33e30b938bf4cc8dd93"; + sha256_unsigned = "e65ebbb7b530a90a1828dfb4151047459c7d9ed9b98cba8cd9d32313935b3774"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "5fcf068cb5fffa6c47f54056d57275ffc29bb43670185293e110356f6474110a"; + sha256_unsigned = "e65ebbb7b530a90a1828dfb4151047459c7d9ed9b98cba8cd9d32313935b3774"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-yuncore_xd4200-initramfs-kernel.bin"; + sha256 = "22533f46eebf816d1404af3ef2a2bfb6023bdda3412b0ea88c2145bb41fefc5c"; + sha256_unsigned = "22533f46eebf816d1404af3ef2a2bfb6023bdda3412b0ea88c2145bb41fefc5c"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + model = "XD4200"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-zbtlink_zbt-wd323-initramfs-kernel.bin"; + sha256 = "2e9bb922a82655a8dceb93ba178d320400b8915f76a40ad3ad11cf5b3eab9a60"; + sha256_unsigned = "2e9bb922a82655a8dceb93ba178d320400b8915f76a40ad3ad11cf5b3eab9a60"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "ed8299608664d232d567bebdb25eac8f93c621df7311735c19902f384a05ff49"; + sha256_unsigned = "ac541e0690f288b24c868ffdc3f4094ba3c4e03cecfbf8285f64eb3fad6a8408"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + model = "WD323"; + vendor = "ZBT"; + } + ]; + }; + ziking_cpe46b = { + device_packages = [ + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-ziking_cpe46b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-ziking_cpe46b-initramfs-kernel.bin"; + sha256 = "42ff888abf636382c9ae76b57eaeec6b682163a2b35c6b72ea9e88e889ca9a4d"; + sha256_unsigned = "42ff888abf636382c9ae76b57eaeec6b682163a2b35c6b72ea9e88e889ca9a4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-ziking_cpe46b-squashfs-sysupgrade.bin"; + sha256 = "b972330b4a61966c1412978234c36d0ea4755e4998666578381baf8e098a4545"; + sha256_unsigned = "055fc11b9c73e6077c9d285bb05fc5cf2a4b8f8c91766366b130fa9ac6c432d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ziking,cpe46b" + ]; + titles = [ + { + model = "CPE46B"; + vendor = "ZiKing"; + } + ]; + }; + zyxel_nbg6616 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-generic-zyxel_nbg6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-zyxel_nbg6616-squashfs-sysupgrade.bin"; + sha256 = "b5cc3456111afedaac21c21ca8a1323b16d71e29717f4e25fd5f95ad00e507ef"; + sha256_unsigned = "92852772eb226cf8188dbe24c43c67f5ea2bb126fdde0b422e6ac908bfcaefaa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-generic-zyxel_nbg6616-squashfs-factory.bin"; + sha256 = "680e0c2b45d40a9779bc191a43aa946a3f0b6133ba84108ceaaf7c8a84905974"; + sha256_unsigned = "680e0c2b45d40a9779bc191a43aa946a3f0b6133ba84108ceaaf7c8a84905974"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-generic-zyxel_nbg6616-initramfs-kernel.bin"; + sha256 = "8287f0f8c97fbb7b4871a75c95b843dcb3e37f64bd940609b1ea30bc55836f4b"; + sha256_unsigned = "8287f0f8c97fbb7b4871a75c95b843dcb3e37f64bd940609b1ea30bc55836f4b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6616" + "nbg6616" + ]; + titles = [ + { + model = "NBG6616"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "ath79/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_routerboard-951ui-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-951ui-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-951ui-2nd-squashfs-sysupgrade.bin"; + sha256 = "f89e0a169a0f2f6e6e9677d72e4f5b84544dff264261749017ec53cdec258c22"; + sha256_unsigned = "1af7267395f3aacddc55d778851878644ab36a1630d3b70b4f02d20d26735894"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-951ui-2nd-initramfs-kernel.bin"; + sha256 = "f1805bf8b5803d3025c5f5aa22e282988fb79aef2b9735131a16a2d84c1106c3"; + sha256_unsigned = "f1805bf8b5803d3025c5f5aa22e282988fb79aef2b9735131a16a2d84c1106c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-951ui-2nd" + "rb-951ui-2nd" + ]; + titles = [ + { + model = "RouterBOARD 951Ui-2nD (hAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-952ui-5ac2nd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-initramfs-kernel.bin"; + sha256 = "cc4d13325ef01349b137bfdfe2356cde2d01f59bc7141875ed46e8f8fb059fb6"; + sha256_unsigned = "cc4d13325ef01349b137bfdfe2356cde2d01f59bc7141875ed46e8f8fb059fb6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-squashfs-sysupgrade.bin"; + sha256 = "31c9ff0093b7233f2f0e683c18adf6a3fed6cac1c6ad3b564eb33082809e9a19"; + sha256_unsigned = "26aaba45642818532eb2945ed820132473991d30fba16c0a0b8edec2963a871a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-952ui-5ac2nd" + "rb-952ui-5ac2nd" + ]; + titles = [ + { + model = "RouterBOARD 952Ui-5ac2nD (hAP ac lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-962uigs-5hact2hnt = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-sfp" + ]; + image_prefix = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt-squashfs-sysupgrade.bin"; + sha256 = "3249dc9fa52b8c1eac8e4a060dce30ed72bd153426159b2584a44bdffb6e60de"; + sha256_unsigned = "b0e8494029a55c7202878603dcb361b351e96a7f430d22f41e63b2e0a7cb338f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt-initramfs-kernel.bin"; + sha256 = "9fdb06920a93ecf7ba93530e7b411cfa7f74e605ba3712ca15990407ddd957f1"; + sha256_unsigned = "9fdb06920a93ecf7ba93530e7b411cfa7f74e605ba3712ca15990407ddd957f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-962uigs-5hact2hnt" + "rb-962uigs-5hact2hnt" + ]; + titles = [ + { + model = "RouterBOARD 962UiGS-5HacT2HnT (hAP ac)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-lhg-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-squashfs-sysupgrade.bin"; + sha256 = "a12e33e27aba6315cdc2c5d028f89cd22083522ac89065fe70169bfb5beb4e28"; + sha256_unsigned = "771634e61fd357ea701f15c26fb2dec3c4b6926fdd52c0b4c0a753f25d80ec32"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-initramfs-kernel.bin"; + sha256 = "12099eafe0f1a1baec5f7566e42dbe7a61e1c6aab012c17eb9dea298928e7cef"; + sha256_unsigned = "12099eafe0f1a1baec5f7566e42dbe7a61e1c6aab012c17eb9dea298928e7cef"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-2nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 2nD (LHG 2)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-5nd = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-lhg-5nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-lhg-5nd-initramfs-kernel.bin"; + sha256 = "8b42781b9691101c358e6024e4b85e46461469de9c08248454e455037e2e5949"; + sha256_unsigned = "8b42781b9691101c358e6024e4b85e46461469de9c08248454e455037e2e5949"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-lhg-5nd-squashfs-sysupgrade.bin"; + sha256 = "a8e6c194b6d7c6cecd0e2b4366cdb09b6c2eadc57572da763175c1802dee9ae7"; + sha256_unsigned = "44d96242a7ed873fa69c2b7ef8d5da843a9dd2fc540eae8afd70353a1ce1f725"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-5nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 5nD (LHG 5)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-map-2nd = { + device_packages = [ + "kmod-usb2" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-map-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-map-2nd-initramfs-kernel.bin"; + sha256 = "a40e3f90c8348975cf5f0feebdc50cd8ecfceea345684f4f2baf5b318fc499cf"; + sha256_unsigned = "a40e3f90c8348975cf5f0feebdc50cd8ecfceea345684f4f2baf5b318fc499cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-map-2nd-squashfs-sysupgrade.bin"; + sha256 = "e783bbad3773ad852aee2c51b35e65161851d2d72764e3eeb05bf10beda7b557"; + sha256_unsigned = "26d98610d9601ebc1ec43ac354083877d1820441a46950404f88e01ecf49b1cb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-map-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAP-2nD (mAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-mapl-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-mapl-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-initramfs-kernel.bin"; + sha256 = "b33e6692c644f3ac33331189c04bc64e15ccf0f81cc0774b01a1e600a4bf4eae"; + sha256_unsigned = "b33e6692c644f3ac33331189c04bc64e15ccf0f81cc0774b01a1e600a4bf4eae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-squashfs-sysupgrade.bin"; + sha256 = "f72c39d59cf6f2464e629339c3cdefa8ebab1d17ff14fc77496fb35733c074d4"; + sha256_unsigned = "568b0ae0f4be5f2c49353f609930c96ebaaa6951b187a67f45716ab24e928374"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-mapl-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAPL-2nD (mAP lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-wap-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-wap-2nd-squashfs-sysupgrade.bin"; + sha256 = "d0dca6059283b9e5fa9f41421bbc6a09937623d8161e7734f3a46bba607dbea0"; + sha256_unsigned = "116ed03bc7976c71bd48a313cf6e45041336dd8658309e124778a7c3779a8525"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-wap-2nd-initramfs-kernel.bin"; + sha256 = "066f16b99ef8f106c0956c3662e6c04dd8c9b0f6bf92027c1a89a65bafe9245b"; + sha256_unsigned = "066f16b99ef8f106c0956c3662e6c04dd8c9b0f6bf92027c1a89a65bafe9245b"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAP-2nD (wAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-g-5hact2hnd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-initramfs-kernel.bin"; + sha256 = "a25add57a3dd498bbb38de7a1a0d72806b953a034fc3c0686d3bd01edcbc26e3"; + sha256_unsigned = "a25add57a3dd498bbb38de7a1a0d72806b953a034fc3c0686d3bd01edcbc26e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-squashfs-sysupgrade.bin"; + sha256 = "94d6b0956af27be7980277df8094c5ea6428e1c8927615bfe29a635aadae1a59"; + sha256_unsigned = "9e3c27978ad3c99300959188ff84e0b4227830e92e74889484d3b3a8577fd1a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-g-5hact2hnd" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + model = "RouterBOARD wAP G-5HacT2HnD (wAP AC)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wapr-2nd = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-wapr-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-initramfs-kernel.bin"; + sha256 = "b07c16296ed7e0c3649762d9436f65cae346105c61e6323c2bb0b296a74edc2d"; + sha256_unsigned = "b07c16296ed7e0c3649762d9436f65cae346105c61e6323c2bb0b296a74edc2d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-squashfs-sysupgrade.bin"; + sha256 = "4df5bd02e2670d97d1d1a7e5feff9c923e1b9ed22d4ff518e948556e01129588"; + sha256_unsigned = "9beaf0c0a75d5ba222e9056b742f2c54cac55b1ff5d888a9683633bc645dade4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wapr-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAPR-2nD (wAP R)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "ath79/mikrotik"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_rambutan" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-8dev_rambutan"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-8dev_rambutan-initramfs-kernel.bin"; + sha256 = "3b85664d6d134717b3b5fdae807a8426a67abe3d92efaf5fc87c2a1ba8bf6bf6"; + sha256_unsigned = "3b85664d6d134717b3b5fdae807a8426a67abe3d92efaf5fc87c2a1ba8bf6bf6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-8dev_rambutan-squashfs-factory.bin"; + sha256 = "0d6255921055d14a679624baa232beb2e83a31a31de7c42f333e28bde1c08f03"; + sha256_unsigned = "0d6255921055d14a679624baa232beb2e83a31a31de7c42f333e28bde1c08f03"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-8dev_rambutan-squashfs-sysupgrade.tar"; + sha256 = "a34927a3a934bc84de915b9e94914b4fa19e9a5dedb5414453731959513311ad"; + sha256_unsigned = "3813daeb905fb69cf5c0bd853910a287e61e25698e69d24b8056efea765756bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,rambutan" + ]; + titles = [ + { + model = "Rambutan"; + vendor = "8devices"; + } + ]; + }; + aerohive_hiveap-121 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-aerohive_hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-aerohive_hiveap-121-squashfs-sysupgrade.bin"; + sha256 = "c2046add1b43841b0e67d1922f4217a60d04c4c00b0bc3beb792498d2d85e440"; + sha256_unsigned = "910a6bbae99952d3cc18b448e9bd53ee692e49503282ab0f359ba252d9c00b49"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin"; + sha256 = "e4afaa12ff3a07130a1b4acac922d56e0728a9ecdcbfd04c9453051f81d72290"; + sha256_unsigned = "e4afaa12ff3a07130a1b4acac922d56e0728a9ecdcbfd04c9453051f81d72290"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-aerohive_hiveap-121-initramfs-kernel.bin"; + sha256 = "8777c20bde28cf6475d65e3cc83759826a76519ad9de3ecc3cdca19c2afa3363"; + sha256_unsigned = "8777c20bde28cf6475d65e3cc83759826a76519ad9de3ecc3cdca19c2afa3363"; + type = "kernel"; + } + ]; + supported_devices = [ + "aerohive,hiveap-121" + "hiveap-121" + ]; + titles = [ + { + model = "HiveAP 121"; + vendor = "Aerohive"; + } + ]; + }; + domywifi_dw33d = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-domywifi_dw33d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-domywifi_dw33d-squashfs-factory.bin"; + sha256 = "c25dd3ea4cfdaf1d0f9dce3a0d599a2314254ef539863be10683c18b2ee8021b"; + sha256_unsigned = "c25dd3ea4cfdaf1d0f9dce3a0d599a2314254ef539863be10683c18b2ee8021b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-domywifi_dw33d-initramfs-kernel.bin"; + sha256 = "b39c806900f6f84eee06b30ae6b8cfff900c0fedff16b3f173836ac4ae0a25d2"; + sha256_unsigned = "b39c806900f6f84eee06b30ae6b8cfff900c0fedff16b3f173836ac4ae0a25d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-domywifi_dw33d-squashfs-sysupgrade.bin"; + sha256 = "6d0b8e5edea98fbad4ec1a737366989ff3e45bb2472888895ff860b7e6fbd318"; + sha256_unsigned = "cf7755e365e559cbaa907e25fef341ef469889b24de9fa9c63f22e9d15b3ffa0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "domywifi,dw33d" + ]; + titles = [ + { + model = "DW33D"; + vendor = "DomyWifi"; + } + ]; + }; + dongwon_dw02-412h-128m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-dongwon_dw02-412h-128m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-dongwon_dw02-412h-128m-initramfs-kernel.bin"; + sha256 = "4dffdb61e305c8f0698487801918243531b88144096700cb55e6af3ea540911f"; + sha256_unsigned = "4dffdb61e305c8f0698487801918243531b88144096700cb55e6af3ea540911f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-dongwon_dw02-412h-128m-squashfs-sysupgrade.bin"; + sha256 = "ad54300e02b59416f1f31519e92b06124133f16139606acebc0e7478a3e83e85"; + sha256_unsigned = "9b1e0e75e66dca2a7a6d8d1915fa5d52b71e021de80bd4cb8dd95c22bd42b9cf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-dongwon_dw02-412h-128m-squashfs-factory.img"; + sha256 = "f0ff1188fc841b7484fa3ede772208b60ef24f94d5fe9580c7725a09158ba801"; + sha256_unsigned = "f0ff1188fc841b7484fa3ede772208b60ef24f94d5fe9580c7725a09158ba801"; + type = "factory"; + } + ]; + supported_devices = [ + "dongwon,dw02-412h-128m" + ]; + titles = [ + { + model = "DW02-412H"; + variant = "(128M)"; + vendor = "Dongwon T&I"; + } + { + model = "GiGA WiFi home"; + variant = "(128M)"; + vendor = "KT"; + } + ]; + }; + dongwon_dw02-412h-64m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-dongwon_dw02-412h-64m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-dongwon_dw02-412h-64m-initramfs-kernel.bin"; + sha256 = "0074f7b4113f830055db3a237f7c32736d8c500edbfe843628ea10ed8d24983d"; + sha256_unsigned = "0074f7b4113f830055db3a237f7c32736d8c500edbfe843628ea10ed8d24983d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-dongwon_dw02-412h-64m-squashfs-sysupgrade.bin"; + sha256 = "4030ba1b9aa38c315445546030d8850e90ed41e3ce4872a9c573896a8bd18fd6"; + sha256_unsigned = "861746a6539e16d9ac428ab5643a484dcbf0bb91729314cdbc6a13e55668d499"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-dongwon_dw02-412h-64m-squashfs-factory.img"; + sha256 = "a61ef1d2907f13487ae967927e4a3686acd8da8a87ff65afad410aaca5a4a55b"; + sha256_unsigned = "a61ef1d2907f13487ae967927e4a3686acd8da8a87ff65afad410aaca5a4a55b"; + type = "factory"; + } + ]; + supported_devices = [ + "dongwon,dw02-412h-64m" + ]; + titles = [ + { + model = "DW02-412H"; + variant = "(64M)"; + vendor = "Dongwon T&I"; + } + { + model = "GiGA WiFi home"; + variant = "(64M)"; + vendor = "KT"; + } + ]; + }; + glinet_gl-ar300m-nand = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-glinet_gl-ar300m-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-glinet_gl-ar300m-nand-squashfs-factory.img"; + sha256 = "56e78e0debe2d631da0e51c11b7199589bffd31bfe3419dca547d66feb722faa"; + sha256_unsigned = "56e78e0debe2d631da0e51c11b7199589bffd31bfe3419dca547d66feb722faa"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-glinet_gl-ar300m-nand-initramfs-kernel.bin"; + sha256 = "219d2fc7ea22412976a589f91c1ae792d446d3fe895c890253cfa640218241d0"; + sha256_unsigned = "219d2fc7ea22412976a589f91c1ae792d446d3fe895c890253cfa640218241d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin"; + sha256 = "99094ba0b27285e62633922f3ace45deabbc1ad1a43e77ff1395cae0e5855217"; + sha256_unsigned = "eb00e8046a2ac34a7d403d8bc010d6827d934df5e77bb8d7cea7f7c9bf7d4190"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nand" + "glinet,gl-ar300m-nor" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-nor = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-glinet_gl-ar300m-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade.bin"; + sha256 = "a95b3c5fe6bb3990ab33fc6b5dbbd95b5e669507d2277f08ef967981fd9938d3"; + sha256_unsigned = "d59d74b199d58a66ee876c2093126585cb4520e7702434022be482ab9c88458f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-glinet_gl-ar300m-nor-initramfs-kernel.bin"; + sha256 = "d3ad6f1d46b853582e1ab20000e7b6a95dd1e9284fe61c3166018ac91c87f2a3"; + sha256_unsigned = "d3ad6f1d46b853582e1ab20000e7b6a95dd1e9284fe61c3166018ac91c87f2a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nor" + "glinet,gl-ar300m-nand" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-glinet_gl-ar750s-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-glinet_gl-ar750s-nor-initramfs-kernel.bin"; + sha256 = "56f50324e0d49f930f2cef9592e5fae4ae6bcbb9a86db25ae3cd43343cacfdd9"; + sha256_unsigned = "56f50324e0d49f930f2cef9592e5fae4ae6bcbb9a86db25ae3cd43343cacfdd9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-glinet_gl-ar750s-nor-squashfs-sysupgrade.bin"; + sha256 = "a25967b8db07d1978a84ef72acd25d863becc4828be7571aa8cdf94f76ed719b"; + sha256_unsigned = "0b6e46edf276fc9cf05e48a4470b7b9aceaed8c313d19c0e4b67cb9aaf3b7209"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor" + "gl-ar750s" + "glinet,gl-ar750s" + "glinet,gl-ar750s-nor-nand" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor-nand = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-glinet_gl-ar750s-nor-nand"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-glinet_gl-ar750s-nor-nand-initramfs-kernel.bin"; + sha256 = "3d0d3dd2c12ee21a4d578f45d9819623bb8a6307fce6c738f4a9edcd969ea3ee"; + sha256_unsigned = "3d0d3dd2c12ee21a4d578f45d9819623bb8a6307fce6c738f4a9edcd969ea3ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-sysupgrade.bin"; + sha256 = "928338bda5f65ae0c41171d2cf469777a5ce21c70337ff986a0a9745d251e00f"; + sha256_unsigned = "5164e85f52e436557e965fdaf7831aa86689d6bf70da98811a290b916fa5c530"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor-nand" + "glinet,gl-ar750s-nor" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR/NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-e750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-glinet_gl-e750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-glinet_gl-e750-initramfs-kernel.bin"; + sha256 = "09512b4f19c26de82da08f3c6306e11fc7053b810fab373f3084d6e53e44a46a"; + sha256_unsigned = "09512b4f19c26de82da08f3c6306e11fc7053b810fab373f3084d6e53e44a46a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-glinet_gl-e750-squashfs-sysupgrade.bin"; + sha256 = "26c0e8e690a77919bead4a1f4937d1661eda62d8be3ffa32e0524343fb478958"; + sha256_unsigned = "3bcc0583130dbabaa973b26575a3416a2e9408b551e0b177aa184ce05e2cb544"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-glinet_gl-e750-squashfs-factory.img"; + sha256 = "b91f21af5a309112b4293a79de2a0c180b1e08fd4cd38bfde25e6bbefc609cc9"; + sha256_unsigned = "b91f21af5a309112b4293a79de2a0c180b1e08fd4cd38bfde25e6bbefc609cc9"; + type = "factory"; + } + ]; + supported_devices = [ + "glinet,gl-e750" + "gl-e750" + ]; + titles = [ + { + model = "GL-E750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-xe300 = { + device_packages = [ + "kmod-usb2" + "block-mount" + "kmod-usb-serial-ch341" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-glinet_gl-xe300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-glinet_gl-xe300-squashfs-sysupgrade.bin"; + sha256 = "d3cce4d7bbf4b0c8a45cab0fb6485d0bab567cae21d672558e201beffca3017f"; + sha256_unsigned = "5954caa397668214d8458105c38649d98c7840263ce45bc141244dfb6ed65374"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-glinet_gl-xe300-initramfs-kernel.bin"; + sha256 = "346f3a52bc0bd394cb7cf187dcfdd37137b3d161ef8c86a5f6e96e21e51d4ae8"; + sha256_unsigned = "346f3a52bc0bd394cb7cf187dcfdd37137b3d161ef8c86a5f6e96e21e51d4ae8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-glinet_gl-xe300-squashfs-factory.img"; + sha256 = "e9bd067a4445e5acef6f0df9400b314caf0c5f926bf2249df69e969892775f32"; + sha256_unsigned = "e9bd067a4445e5acef6f0df9400b314caf0c5f926bf2249df69e969892775f32"; + type = "factory"; + } + ]; + supported_devices = [ + "glinet,gl-xe300" + ]; + titles = [ + { + model = "GL-XE300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea4500-v3 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-linksys_ea4500-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-linksys_ea4500-v3-initramfs-kernel.bin"; + sha256 = "641fd5b180b895f6768307012f93e5538cedef974ffbe97536be6d9bff340ea6"; + sha256_unsigned = "641fd5b180b895f6768307012f93e5538cedef974ffbe97536be6d9bff340ea6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-linksys_ea4500-v3-squashfs-sysupgrade.bin"; + sha256 = "fbb6d449acbe8ac3c11b4d45b0cf241f82873b2805fe40b1b0f9c0cf208cfa95"; + sha256_unsigned = "30e88aca8bbeb721bd2e8a863cb40b2a8511fd93a82eb555e9055dff52fd8aa4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-linksys_ea4500-v3-squashfs-factory.img"; + sha256 = "04012d7b3babd6d0e8c365fcdc0f226ef786474b4bc7d22504e5da31f651803c"; + sha256_unsigned = "04012d7b3babd6d0e8c365fcdc0f226ef786474b4bc7d22504e5da31f651803c"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea4500-v3" + ]; + titles = [ + { + model = "EA4500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-netgear_r6100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_r6100-squashfs-factory.img"; + sha256 = "8ef0ceccca17d8d1dc83ce0dbcb216a1a3b354de4a74291578a45764709789b3"; + sha256_unsigned = "8ef0ceccca17d8d1dc83ce0dbcb216a1a3b354de4a74291578a45764709789b3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_r6100-squashfs-sysupgrade.bin"; + sha256 = "66811bdf6c7237d5807d864d3f1cdcd481d34382ecc84f95e0082a933f0c6066"; + sha256_unsigned = "91464e5ce9d7faf1e2f49bc3acb545426b8346fabec10b2f708ea908638f819c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_r6100-initramfs-kernel.bin"; + sha256 = "0b64e494a4371eb8a9d7eae999ed9f3e1dcbb5aa096438eff8656deb789266ee"; + sha256_unsigned = "0b64e494a4371eb8a9d7eae999ed9f3e1dcbb5aa096438eff8656deb789266ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6100" + ]; + titles = [ + { + model = "R6100"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-netgear_wndr3700-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr3700-v4-squashfs-sysupgrade.bin"; + sha256 = "29d4ed86c9d2ed48af5fc3ed84c122098bf01f53119ff55390c47d8a6273dce1"; + sha256_unsigned = "3a1e2d48a8fe5b45e19111242de7c2e0b838a54ae88a97e083aae4ff38070af5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr3700-v4-squashfs-factory.img"; + sha256 = "8fbe40825f3947fd08f157c958f50d653093cd6c0bc0c402ee34dc1c906e82ab"; + sha256_unsigned = "8fbe40825f3947fd08f157c958f50d653093cd6c0bc0c402ee34dc1c906e82ab"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr3700-v4-initramfs-kernel.bin"; + sha256 = "a4dbc112ed746bb88bc4210442eb5dde07be7f921c9757e25edb32c8c1ef47f2"; + sha256_unsigned = "a4dbc112ed746bb88bc4210442eb5dde07be7f921c9757e25edb32c8c1ef47f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v4" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v4"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-netgear_wndr4300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr4300-squashfs-sysupgrade.bin"; + sha256 = "5f1570f12376fc86ac580d482e5fbe64fa1ffb51c203a438f4c837e19c229678"; + sha256_unsigned = "d0cba687e358cb94ec71343fbfa3c6ecd6411376b0d4e677bccdbb2bfcef1504"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr4300-initramfs-kernel.bin"; + sha256 = "fa75de678071fb813ed3e432cb718614b000a20e9f0b893165a755ec8a755cc1"; + sha256_unsigned = "fa75de678071fb813ed3e432cb718614b000a20e9f0b893165a755ec8a755cc1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr4300-squashfs-factory.img"; + sha256 = "b98a75fad0195cd1899931c2e4ff71fdd9759a0d2451f788448c0a99289513a4"; + sha256_unsigned = "b98a75fad0195cd1899931c2e4ff71fdd9759a0d2451f788448c0a99289513a4"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300" + ]; + titles = [ + { + model = "WNDR4300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-netgear_wndr4300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr4300-v2-squashfs-sysupgrade.bin"; + sha256 = "0a73b35de253539e6cc0e8f0a2b91b0654820d1961039d8464786318aa0a3168"; + sha256_unsigned = "74aacf84d71b02f8388fc6b6b04b5c5a44b9b0e2b59068f495d8cdadd5009c10"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr4300-v2-initramfs-kernel.bin"; + sha256 = "61a9c2226f92aea2a1f8dd123a46b0937d046e01f756b5bc14fe2937852a8dee"; + sha256_unsigned = "61a9c2226f92aea2a1f8dd123a46b0937d046e01f756b5bc14fe2937852a8dee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr4300-v2-squashfs-factory.img"; + sha256 = "4025dc259058a1abf4f4ce364c15a6d716fa51ae868bfc9394e2689b9f87d462"; + sha256_unsigned = "4025dc259058a1abf4f4ce364c15a6d716fa51ae868bfc9394e2689b9f87d462"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300-v2" + ]; + titles = [ + { + model = "WNDR4300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300sw = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-netgear_wndr4300sw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr4300sw-initramfs-kernel.bin"; + sha256 = "564ba45f739355253b645c570ec77ae330516af2ee2ce2fa1293d007c5e79d62"; + sha256_unsigned = "564ba45f739355253b645c570ec77ae330516af2ee2ce2fa1293d007c5e79d62"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr4300sw-squashfs-sysupgrade.bin"; + sha256 = "2a8a74fa15330f7f8bdf8e3d7d5fdd7cf7c0df91d5a052af5b63b1b8eb7f3175"; + sha256_unsigned = "a2cd305648ee7e587ab5c75a6a4f31a164cd4d09a5ad79b20b532d362ff3617f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr4300sw-squashfs-factory.img"; + sha256 = "0d84002cda371ed585967a2450370693645f822112064b8f8c2544ffe04c0e2d"; + sha256_unsigned = "0d84002cda371ed585967a2450370693645f822112064b8f8c2544ffe04c0e2d"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300sw" + ]; + titles = [ + { + model = "WNDR4300SW"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300tn = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-netgear_wndr4300tn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr4300tn-squashfs-sysupgrade.bin"; + sha256 = "8c2ee41a7f0e4cb25af3484419d0191ec485d2175a5611a735a271626e1284d4"; + sha256_unsigned = "54385f2e0f19135b5af0b41f2894871ec0694a9c84231fb4683630fa2aa00d5a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr4300tn-squashfs-factory.img"; + sha256 = "138e4a9f7e662987ec88a60de1a83be08f9bdb66e2d50b89eca4ec5e52578d25"; + sha256_unsigned = "138e4a9f7e662987ec88a60de1a83be08f9bdb66e2d50b89eca4ec5e52578d25"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr4300tn-initramfs-kernel.bin"; + sha256 = "275d816593b949b4ab000ad28bf4e285d0b4836aabad470362326ad91462711b"; + sha256_unsigned = "275d816593b949b4ab000ad28bf4e285d0b4836aabad470362326ad91462711b"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300tn" + ]; + titles = [ + { + model = "WNDR4300TN"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-netgear_wndr4500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr4500-v3-squashfs-factory.img"; + sha256 = "3565aabbaf471d1649c21c9d9ce99515683b40a72d1ee66c96004dabe5aacdc9"; + sha256_unsigned = "3565aabbaf471d1649c21c9d9ce99515683b40a72d1ee66c96004dabe5aacdc9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr4500-v3-initramfs-kernel.bin"; + sha256 = "5fba09b75fe103b1b0232bfdabdb9d7821be8af09af90b7ead13481607a96a2f"; + sha256_unsigned = "5fba09b75fe103b1b0232bfdabdb9d7821be8af09af90b7ead13481607a96a2f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-netgear_wndr4500-v3-squashfs-sysupgrade.bin"; + sha256 = "0ec454e4622b7dc50107e87061cf4cbbbf9c042600b6e9ab466f945788c81bee"; + sha256_unsigned = "ebaa9bde8d5befbbb1fa748ae753415d16e7c88bc7a0cca69a045e9a49a24f30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4500-v3" + ]; + titles = [ + { + model = "WNDR4500"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + zte_mf281 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-rndis" + "kmod-usb-acm" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-zte_mf281"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-zte_mf281-initramfs-kernel.bin"; + sha256 = "139d96ec98ce5477820b658b2ea11ea23a309a8de4885a68afcb010eaf1d173f"; + sha256_unsigned = "139d96ec98ce5477820b658b2ea11ea23a309a8de4885a68afcb010eaf1d173f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-zte_mf281-squashfs-factory.bin"; + sha256 = "e95470715a1658d7b0c7a6a162731d521e8fe1bb9f9b3c873422bb45d997824d"; + sha256_unsigned = "e95470715a1658d7b0c7a6a162731d521e8fe1bb9f9b3c873422bb45d997824d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-zte_mf281-squashfs-sysupgrade.bin"; + sha256 = "2270395df42ecf473b2bd452d7514af052930d353aa24c47afe639ab95bd8649"; + sha256_unsigned = "1fd56ecba3a8008ee15ad5d5d093fef41cde691d5e5b042a1cb73566a895de4d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf281" + ]; + titles = [ + { + model = "MF281"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-zte_mf286"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-zte_mf286-squashfs-sysupgrade.bin"; + sha256 = "249694add029587bb00c6ecd3feafbcaa7190acf1df8a3cc070ee0109a4ad70f"; + sha256_unsigned = "050c2de47d06bb4390b0df3dae02599a7abbb7c97744ef6906f655e422a9f370"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-zte_mf286-initramfs-kernel.bin"; + sha256 = "b5e25d9dda0a04b8800b7a2abf4fbae6a8b36a8ed4f25758da830d8daaf4fa1d"; + sha256_unsigned = "b5e25d9dda0a04b8800b7a2abf4fbae6a8b36a8ed4f25758da830d8daaf4fa1d"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286" + ]; + titles = [ + { + model = "MF286"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286a = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-zte_mf286a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-zte_mf286a-squashfs-sysupgrade.bin"; + sha256 = "c427b072578cee817c8d4cf3093f16a54a3158a7f6c555fe682d40edcaae7e2d"; + sha256_unsigned = "c00be97ed15f4f5ecaf06528f7c46bace7a9ce3baec495ff1573de2664382064"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-zte_mf286a-initramfs-kernel.bin"; + sha256 = "54253ab4bbac53f21c427477d74eddf6e242c68de7c4749536a1706ed8a62ae3"; + sha256_unsigned = "54253ab4bbac53f21c427477d74eddf6e242c68de7c4749536a1706ed8a62ae3"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286a" + ]; + titles = [ + { + model = "MF286A"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286r = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-rndis" + "kmod-usb-acm" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-zte_mf286r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-zte_mf286r-initramfs-kernel.bin"; + sha256 = "a70648c265c9bab34077be305910b1f016b366de127040f5cf99890f49913465"; + sha256_unsigned = "a70648c265c9bab34077be305910b1f016b366de127040f5cf99890f49913465"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-zte_mf286r-squashfs-sysupgrade.bin"; + sha256 = "882d8665d185eb7ea7d73a35b7d4f760002058b637b8f3f032b49fa67047a14c"; + sha256_unsigned = "bde7839ef12df05e7d550b139211941be2750276e8487df245ebf7481a90213d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf286r" + ]; + titles = [ + { + model = "MF286R"; + vendor = "ZTE"; + } + ]; + }; + zyxel_emg2926_q10a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-zyxel_emg2926_q10a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-zyxel_emg2926_q10a-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "2d2b8a0d99d0544790804ffbb03973911f5ba35aafdcc8034fdcb96608aa6853"; + sha256_unsigned = "2d2b8a0d99d0544790804ffbb03973911f5ba35aafdcc8034fdcb96608aa6853"; + type = "sysupgrade-4M-Kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-zyxel_emg2926_q10a-squashfs-factory.bin"; + sha256 = "3fabb637fb1a10886a826a8b36df25ea1e19677135d8ce81376cbc51505453e5"; + sha256_unsigned = "3fabb637fb1a10886a826a8b36df25ea1e19677135d8ce81376cbc51505453e5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-zyxel_emg2926_q10a-squashfs-sysupgrade.tar"; + sha256 = "67c33560e72903a968ac5dfc4ca4dbaeed408177dfbc475f00fc1d3996170c43"; + sha256_unsigned = "3abb90af0d599bb3e608090db6614530b6187795ca47358a13bf2f347eb1d3d3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-zyxel_emg2926_q10a-initramfs-kernel.bin"; + sha256 = "93bc07f2d3c73d7d8d40e62d662c5fea8ed00d7f6f3254e22199324265488b67"; + sha256_unsigned = "93bc07f2d3c73d7d8d40e62d662c5fea8ed00d7f6f3254e22199324265488b67"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,emg2926,q10a" + ]; + titles = [ + { + model = "EMG2926-Q10A"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg6716 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ath79-nand-zyxel_nbg6716"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "32adbe2b2acc7d6e0ba55741640225e9bc950b877b6c6f1dd926d899c7ec40ca"; + sha256_unsigned = "32adbe2b2acc7d6e0ba55741640225e9bc950b877b6c6f1dd926d899c7ec40ca"; + type = "sysupgrade-4M-Kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-nand-zyxel_nbg6716-initramfs-kernel.bin"; + sha256 = "ab77693f2dc94917d02d7f0274aa2a94b303a42f9fce4dc35905bbc05583b1f0"; + sha256_unsigned = "ab77693f2dc94917d02d7f0274aa2a94b303a42f9fce4dc35905bbc05583b1f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade.tar"; + sha256 = "c35069a6d80db8e0d36959a60715487f2fc08c6d4ce4cd0fae65cf311427491c"; + sha256_unsigned = "61c42527ff4db046323e3f1c332ba5bd2e5cb90a800791e5616e0396083770dd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-nand-zyxel_nbg6716-squashfs-factory.bin"; + sha256 = "26b5bf313af1bd4be9fca039b1c2e4fcfa1fb31cd89af85ee21177d5c61f5fad"; + sha256_unsigned = "26b5bf313af1bd4be9fca039b1c2e4fcfa1fb31cd89af85ee21177d5c61f5fad"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6716" + ]; + titles = [ + { + model = "NBG6716"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "ath79/nand"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + engenius_eap350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-tiny-engenius_eap350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-tiny-engenius_eap350-v1-initramfs-kernel.bin"; + sha256 = "6213949f5fdce40bc811ad3e30834b0f6a902af4cebf2311fe8ab732b24b2b14"; + sha256_unsigned = "6213949f5fdce40bc811ad3e30834b0f6a902af4cebf2311fe8ab732b24b2b14"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap350-v1" + ]; + titles = [ + { + model = "EAP350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ath79-tiny-engenius_ecb350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-tiny-engenius_ecb350-v1-initramfs-kernel.bin"; + sha256 = "e40f6d154a7db249cfdea9f58b08417cf6d0f9aeb3c39d67c77c1d1aeb51c47d"; + sha256_unsigned = "e40f6d154a7db249cfdea9f58b08417cf6d0f9aeb3c39d67c77c1d1aeb51c47d"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb350-v1" + ]; + titles = [ + { + model = "ECB350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enh202-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-tiny-engenius_enh202-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-tiny-engenius_enh202-v1-initramfs-kernel.bin"; + sha256 = "ee60590c0cda9eeb505bef5d96450f12e98a7be3d11543572390ed68ed3a7ea5"; + sha256_unsigned = "ee60590c0cda9eeb505bef5d96450f12e98a7be3d11543572390ed68ed3a7ea5"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enh202-v1" + ]; + titles = [ + { + model = "ENH202"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.4-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-tiny-pqi_air-pen-initramfs-kernel.bin"; + sha256 = "90ff880e5daac215075819895b8c634db697747fe90d9edcf9e46ab812ab8947"; + sha256_unsigned = "90ff880e5daac215075819895b8c634db697747fe90d9edcf9e46ab812ab8947"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "096d623a00cbda1b7d1fc75e0dc7c4f55a4a5fa34e4a2652e8894bb7c1f07492"; + sha256_unsigned = "9fb574f3cb128e55a17affd51b1d7d83861da509d3720a9faa3790e94e3e8778"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + model = "Air-Pen"; + vendor = "PQI"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ath79-tiny-ubnt_airrouter"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_airrouter-initramfs-kernel.bin"; + sha256 = "f521f40bcd7305945e8c4e1ca2a4d51bff617d6aa2de3e72fc6a08e562bcc615"; + sha256_unsigned = "f521f40bcd7305945e8c4e1ca2a4d51bff617d6aa2de3e72fc6a08e562bcc615"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "114b94f1289912a9d7892d793177ae015d35a7b2cc29d7763d621a67128d8fef"; + sha256_unsigned = "114b94f1289912a9d7892d793177ae015d35a7b2cc29d7763d621a67128d8fef"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "9c99a58b7ccabbd4a4ee0f6d8b70be1b57f96e354e05c919cc1071780ce5900c"; + sha256_unsigned = "a177ce19a05f77ce7dfbc933d147cfc260b84eab511174d077078f60ff28edf0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + model = "AirRouter"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7240 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-tiny-ubnt_bullet-m-ar7240"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_bullet-m-ar7240-initramfs-kernel.bin"; + sha256 = "77885e05c36206d9697b19fa21185c333614b284e3a6a3f81a29d229706cd6a9"; + sha256_unsigned = "77885e05c36206d9697b19fa21185c333614b284e3a6a3f81a29d229706cd6a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_bullet-m-ar7240-squashfs-factory.bin"; + sha256 = "c2c2231c0618dba03f85568cdc426cba59f235f87e652977d87e04ed74b0b362"; + sha256_unsigned = "c2c2231c0618dba03f85568cdc426cba59f235f87e652977d87e04ed74b0b362"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_bullet-m-ar7240-squashfs-sysupgrade.bin"; + sha256 = "941078b6f7e97acd99d726e021b809c4d614df33a039b59cb64b0fd9a7d72788"; + sha256_unsigned = "68cf19a5c0b8963227f885b3a19832d62ae2f4d86b54d0f8600046308aa93dec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7240" + "bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7240)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7241 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-tiny-ubnt_bullet-m-ar7241"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_bullet-m-ar7241-squashfs-factory.bin"; + sha256 = "42f7ffda5f69b2607c27c099b86e2889285ba034f5f8f5a685ea994b477661bd"; + sha256_unsigned = "42f7ffda5f69b2607c27c099b86e2889285ba034f5f8f5a685ea994b477661bd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_bullet-m-ar7241-squashfs-sysupgrade.bin"; + sha256 = "251fd39bb05ade4c23ec5540bc59086f8be6315039961b4a2786fa7f4be17219"; + sha256_unsigned = "3d3a59893fa941aae5388873c838a7e2209f4f0d439377c9ba563cf1f80cfea6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_bullet-m-ar7241-initramfs-kernel.bin"; + sha256 = "7ece0f095df69e28fb095031f87db49b2cd07be4be816c4738a9b31431b312de"; + sha256_unsigned = "7ece0f095df69e28fb095031f87db49b2cd07be4be816c4738a9b31431b312de"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7241" + "bullet-m" + "ubnt,bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7241)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-tiny-ubnt_nanobridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_nanobridge-m-squashfs-sysupgrade.bin"; + sha256 = "c700fec2fb7d196cf2193d07e8be4bb818c81d7ea34ea90f3e652f0c417e5fce"; + sha256_unsigned = "713650821189991f817f7d080cd74a72a91aba8f21d2defac5952960b25a27ba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_nanobridge-m-initramfs-kernel.bin"; + sha256 = "53075f6232e10d4b36c40909fa0761f86fd4c671ab5bf1c86a60032f3a8c6741"; + sha256_unsigned = "53075f6232e10d4b36c40909fa0761f86fd4c671ab5bf1c86a60032f3a8c6741"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_nanobridge-m-squashfs-factory.bin"; + sha256 = "29adb55c887e8b6aa9008d4f0a0dc62d361031561464e2627dfbfc3897585a12"; + sha256_unsigned = "29adb55c887e8b6aa9008d4f0a0dc62d361031561464e2627dfbfc3897585a12"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobridge-m" + "bullet-m" + ]; + titles = [ + { + model = "NanoBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-tiny-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "876d7835bdd9bb090a3a1e48ed3ce91753afa32b6eef733348ab832d4e6ee74e"; + sha256_unsigned = "0ab149783118ae27a291cf8fe0ba7ceaaf58528962b74a66cce4a1783069ee55"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "17023dc9a3eae9103e5095d1588cc554d054df128bc20dba5a1b1471e137c3d3"; + sha256_unsigned = "17023dc9a3eae9103e5095d1588cc554d054df128bc20dba5a1b1471e137c3d3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_nanostation-loco-m-initramfs-kernel.bin"; + sha256 = "3cdb4918ac9af973c8dd127bc528c206a16b40d868cb6de6213387731e630566"; + sha256_unsigned = "3cdb4918ac9af973c8dd127bc528c206a16b40d868cb6de6213387731e630566"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-tiny-ubnt_nanostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "0b909a5f4805960cbe9867805f95417cf543bcc8739063b61406f86ac4fffb5d"; + sha256_unsigned = "85228854316225034ba4edb00cedba9eb263fe1a4f169672f2744b8ca9b76e5f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_nanostation-m-initramfs-kernel.bin"; + sha256 = "1636ad4de75f41ba65e10add5426f4d5b5a48248b6704d7a48e9f58038ff7651"; + sha256_unsigned = "1636ad4de75f41ba65e10add5426f4d5b5a48248b6704d7a48e9f58038ff7651"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "9361bdbded1a828c96d9dfc64f5b3f06cdaf42ba1495683e0937d98dd6e584a6"; + sha256_unsigned = "9361bdbded1a828c96d9dfc64f5b3f06cdaf42ba1495683e0937d98dd6e584a6"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-tiny-ubnt_picostation-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_picostation-m-initramfs-kernel.bin"; + sha256 = "88cfc350bc0383fec0b5a7a66f95c876054330767d0b5a97f72c48d431d3e9f6"; + sha256_unsigned = "88cfc350bc0383fec0b5a7a66f95c876054330767d0b5a97f72c48d431d3e9f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "a725271296880912d129b86fa29c7b6f8430f18de8279de408ee1bc3fef964f0"; + sha256_unsigned = "9ab1cf1c64a776b3757c7e5c731eb0c585b617baf8e7d6fb17cb9582030ad6a7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "1cd8cc9c0afea6aed922ee7886fba8d30ef1c3af625ae5f31e2a951a0f71e348"; + sha256_unsigned = "1cd8cc9c0afea6aed922ee7886fba8d30ef1c3af625ae5f31e2a951a0f71e348"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + model = "Picostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-tiny-ubnt_powerbridge-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_powerbridge-m-squashfs-sysupgrade.bin"; + sha256 = "1d4b239043d1fa7c3c180e46621fb2c91a4dc04c79139b52231cd9b9c4dc4d4e"; + sha256_unsigned = "94870bd578fe23acbc03d9e30348ef72ddffece59dd077907db3bddd2cc18d5b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_powerbridge-m-squashfs-factory.bin"; + sha256 = "7c368b79635d6b89257dd076254e6d40ae2df13059c2d7e17645f12232053846"; + sha256_unsigned = "7c368b79635d6b89257dd076254e6d40ae2df13059c2d7e17645f12232053846"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_powerbridge-m-initramfs-kernel.bin"; + sha256 = "826cdb671b268cddc5168d887ba5901b6c88df10cc0f3d77aa4429b150ecad38"; + sha256_unsigned = "826cdb671b268cddc5168d887ba5901b6c88df10cc0f3d77aa4429b150ecad38"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbridge-m" + "bullet-m" + ]; + titles = [ + { + model = "PowerBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ath79-tiny-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "c1eeb25bafe4292c26626fac31a049824582afb3419732d34ed3b22f43b075e0"; + sha256_unsigned = "c1eeb25bafe4292c26626fac31a049824582afb3419732d34ed3b22f43b075e0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_rocket-m-initramfs-kernel.bin"; + sha256 = "4d72fc8899955c2b39f58e712ef76278f197601e2b0f17aa30897c25ea1e1ced"; + sha256_unsigned = "4d72fc8899955c2b39f58e712ef76278f197601e2b0f17aa30897c25ea1e1ced"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ath79-tiny-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "d34393bfbb2de08c7638923f6e0982b49f89efd7bb7e99decb2312e57d1fac0c"; + sha256_unsigned = "f78c9dabbe137f441a27d88a1d04caeb5f87be85b0847e34fade3bd9fa01f4f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + model = "Rocket M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "ath79/tiny"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + bcm27xx = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-zero-w" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm27xx-bcm2708-rpi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm27xx-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "f11b9906843037d144afe642f70a3f0c80c61c23e2d2202a8c4394fe63b27452"; + sha256_unsigned = "f11b9906843037d144afe642f70a3f0c80c61c23e2d2202a8c4394fe63b27452"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-bcm27xx-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "2fb4f60edec9fd6d0b6f3628861c390e2b96f4550db9e660ec53fa9a9642329c"; + sha256_unsigned = "7d12a3005d7f6e717ccaf138b182a756c3a02465aeb96bdf3b58f030eba9c9e5"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-bcm27xx-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "07b241f98865daca0d81a1c72e7cf134faf649739265b24d4e927da47897aa61"; + sha256_unsigned = "07b241f98865daca0d81a1c72e7cf134faf649739265b24d4e927da47897aa61"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm27xx-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "ff2a5bb8d3290c848321e4969daa9801a36b1bbc3b79520648a9f09c915d195d"; + sha256_unsigned = "7e50f15719137da397bba5a7ce3c8553eaad82e810fdf56bafc786816fed2f8d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + model = "B/B+/CM/Zero/ZeroW"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "bcm27xx/bcm2708"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm27xx-bcm2709-rpi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm27xx-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "70c93da829715b83c98643eed8398f02a85e4bb35a6bb680a97aba366a20d923"; + sha256_unsigned = "b1516e8bc0f43537785a6032dec5a631af4175134f9c4d562365bd5f2abc4e36"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm27xx-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "e104219e201d88e5b737db96a0685b687c93ef9eb199618ba0a7bcc0c2d1d900"; + sha256_unsigned = "e104219e201d88e5b737db96a0685b687c93ef9eb199618ba0a7bcc0c2d1d900"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-bcm27xx-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "dcec32b09f76010a073259bea07a136c4ddde1bbd69faa984b40550440c76454"; + sha256_unsigned = "dcec32b09f76010a073259bea07a136c4ddde1bbd69faa984b40550440c76454"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-bcm27xx-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "a006bc66a598a71c68eb8016f61f65c658c0af67219e3620a103f683efb70921"; + sha256_unsigned = "548c4b545f68c8488a3a5ff7bf8351c2bd0e8b0de436fcb6bab1411c187d0b58"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "2B/2B 1.2"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "3B/3B+/3CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "4B/400/4CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "bcm27xx/bcm2709"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm27xx-bcm2710-rpi-3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-bcm27xx-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "f992ded56d4d334d29a9f74863cd66cf92f266110bd21d320fdc23c9ab8ebd37"; + sha256_unsigned = "6c00aa4a72295f18a24bb2f314473f0b61d6a3e80e7f1133c438b868200f5eba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm27xx-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "64c4cc6ef76555dbfed4c4e54a4e25ee669243119534c402716cab35687b2fd0"; + sha256_unsigned = "64c4cc6ef76555dbfed4c4e54a4e25ee669243119534c402716cab35687b2fd0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm27xx-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "4de26b5c57d13bde0b2e1b61163154d316b7a1111d6f3a53ab2c9fdf729727d7"; + sha256_unsigned = "2f60ca1cc26435a30a9fe13710b8fa50b35e1738418c95b5cc25a53e0e324645"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "5c80edde69b7f5e2c8fb4533073a4059a3f7e1a967dfdde295735527a2eb2431"; + sha256_unsigned = "5c80edde69b7f5e2c8fb4533073a4059a3f7e1a967dfdde295735527a2eb2431"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + model = "3B/3B+/3CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + { + model = "2B-1.2"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "bcm27xx/bcm2710"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + bcm2711 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-4 = { + device_packages = [ + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "kmod-usb-net-lan78xx" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm27xx-bcm2711-rpi-4"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz"; + sha256 = "3906f6e6767c8d68f27c6ceeb6ac4463ba05224746778381564be5059a2be7d1"; + sha256_unsigned = "3906f6e6767c8d68f27c6ceeb6ac4463ba05224746778381564be5059a2be7d1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz"; + sha256 = "649d23362f1b5ceb0c416681e9db7e66ef065edf141820f81ee887e3840160af"; + sha256_unsigned = "649d23362f1b5ceb0c416681e9db7e66ef065edf141820f81ee887e3840160af"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-bcm27xx-bcm2711-rpi-4-ext4-sysupgrade.img.gz"; + sha256 = "b42a41e2ac9b466ca0fad7b1a3a982044ebcdead5bad66026b8157ce5f287d71"; + sha256_unsigned = "66a444006b9f442f941170490b765fa96e0538ab192566c5dfbca133fdfccddd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz"; + sha256 = "58418b2156a7a62591a3058f41a101ed139fe23ad4cdb219c34b6bf9a1142026"; + sha256_unsigned = "272269a539f5afe11e614980db2d3d5062822e7650d577fc56530b61fd8c29b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "4B/400/4CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "bcm27xx/bcm2711"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + bcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + linksys_e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-generic-linksys_e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-generic-linksys_e3000-v1-squashfs.bin"; + sha256 = "0fe59d9a5f2b7545f2ae262fc89d176a1ae15c117fce7ae131fc0db2b7a27513"; + sha256_unsigned = "0fe59d9a5f2b7545f2ae262fc89d176a1ae15c117fce7ae131fc0db2b7a27513"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3000-v1" + ]; + titles = [ + { + model = "E3000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + "linksys_wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-generic-linksys_wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-generic-linksys_wrt300n-v1.1-squashfs.bin"; + sha256 = "709e9baf1bc6c018b931e562d24eb1b1d07fb73b0b63fea869d1f48199e77169"; + sha256_unsigned = "709e9baf1bc6c018b931e562d24eb1b1d07fb73b0b63fea869d1f48199e77169"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1.1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-generic-linksys_wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-generic-linksys_wrt310n-v1-squashfs.bin"; + sha256 = "d76eedaf5e69480893756958297fe7d1e80bf92a908d4a9699cced343eacc0e5"; + sha256_unsigned = "d76eedaf5e69480893756958297fe7d1e80bf92a908d4a9699cced343eacc0e5"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v1" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-generic-linksys_wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-generic-linksys_wrt350n-v1-squashfs.bin"; + sha256 = "f8701d1c29e2adeec94cfc9afde234099bbc0f9aab0bc9c1b648ea4d799ac044"; + sha256_unsigned = "f8701d1c29e2adeec94cfc9afde234099bbc0f9aab0bc9c1b648ea4d799ac044"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt350n-v1" + ]; + titles = [ + { + model = "WRT350N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-generic-linksys_wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-generic-linksys_wrt610n-v1-squashfs.bin"; + sha256 = "cfcf3ddb0bf5d66e3db858558266dcffa741a7f74a32c20ed04e99d43fa45bdb"; + sha256_unsigned = "cfcf3ddb0bf5d66e3db858558266dcffa741a7f74a32c20ed04e99d43fa45bdb"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v1" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-generic-linksys_wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-generic-linksys_wrt610n-v2-squashfs.bin"; + sha256 = "ab207b29b6de5c4f67980533fea3fb09690e5f3da93608204b731331d6aebe18"; + sha256_unsigned = "ab207b29b6de5c4f67980533fea3fb09690e5f3da93608204b731331d6aebe18"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v2" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-generic-standard-squashfs.trx"; + sha256 = "f5314d95c8ee49491312a434d4ed4e60b12cbcd21af22749c658e625c290cc10"; + sha256_unsigned = "f5314d95c8ee49491312a434d4ed4e60b12cbcd21af22749c658e625c290cc10"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "bcm47xx/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-300g-squashfs.trx"; + sha256 = "63ec313102a1322c610d04252272a146df357f5f9252e43455e5afb465efdd7a"; + sha256_unsigned = "63ec313102a1322c610d04252272a146df357f5f9252e43455e5afb465efdd7a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-300g" + ]; + titles = [ + { + model = "WL-300g"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-320gp-squashfs.trx"; + sha256 = "2fdbcd4c8421a1a68f84713d2f16e06aa43ab50f59ca0b1155756fbf82a68858"; + sha256_unsigned = "2fdbcd4c8421a1a68f84713d2f16e06aa43ab50f59ca0b1155756fbf82a68858"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-320gp" + ]; + titles = [ + { + model = "WL-320gP"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-330ge-squashfs.trx"; + sha256 = "0ae6f9bc0406d8c8943d6d58bf9a9d932c0633e218ada5254634fc264996e1ea"; + sha256_unsigned = "0ae6f9bc0406d8c8943d6d58bf9a9d932c0633e218ada5254634fc264996e1ea"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-330ge" + ]; + titles = [ + { + model = "WL-330gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-500gd-squashfs.trx"; + sha256 = "7971a744a82ccbd6bb713f87d01b9231e492954f3ee8effbeec090ed2bf2b72f"; + sha256_unsigned = "7971a744a82ccbd6bb713f87d01b9231e492954f3ee8effbeec090ed2bf2b72f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gd" + ]; + titles = [ + { + model = "WL-500g Deluxe"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-500gp-v1-squashfs.trx"; + sha256 = "0202db0cef238ed4d4e50d3b3fb34a039ea701e61f047fb92466ebd56e396742"; + sha256_unsigned = "0202db0cef238ed4d4e50d3b3fb34a039ea701e61f047fb92466ebd56e396742"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v1" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx"; + sha256 = "995879f40787b38e3598ba08fbbdb162516bcb0e301533596460d63c816307ba"; + sha256_unsigned = "995879f40787b38e3598ba08fbbdb162516bcb0e301533596460d63c816307ba"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v2" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-500w-squashfs.trx"; + sha256 = "192fe51c86c7fa436c200164ad02bdab504eb7f3f161f64d1494029be1397886"; + sha256_unsigned = "192fe51c86c7fa436c200164ad02bdab504eb7f3f161f64d1494029be1397886"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500w" + ]; + titles = [ + { + model = "WL-500W"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-520gu-squashfs.trx"; + sha256 = "d55425dc39d9ee58de9da7019d0b3b9e9d3395ececfc88bf56b6d5c57d8897c4"; + sha256_unsigned = "d55425dc39d9ee58de9da7019d0b3b9e9d3395ececfc88bf56b6d5c57d8897c4"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-520gu" + ]; + titles = [ + { + model = "WL-520gU"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-550ge-squashfs.trx"; + sha256 = "cd914861ebf8d114fd48910cb3655cd2633223b77adccae3009bff50b22b0d79"; + sha256_unsigned = "cd914861ebf8d114fd48910cb3655cd2633223b77adccae3009bff50b22b0d79"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-550ge" + ]; + titles = [ + { + model = "WL-550gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-asus_wl-hdd25-squashfs.trx"; + sha256 = "59a0d04e07f7d9d00c9f648737d7d98b80a73eab06c7854d188d9de909022e25"; + sha256_unsigned = "59a0d04e07f7d9d00c9f648737d7d98b80a73eab06c7854d188d9de909022e25"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-hdd25" + ]; + titles = [ + { + model = "WL-HDD25"; + vendor = "ASUS"; + } + ]; + }; + dlink_dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-dlink_dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-dlink_dwl-3150-squashfs.bin"; + sha256 = "a03fddd8123af4773041709f329d2317a7d50860d2a23fb5501dd6ea90613685"; + sha256_unsigned = "a03fddd8123af4773041709f329d2317a7d50860d2a23fb5501dd6ea90613685"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dwl-3150" + ]; + titles = [ + { + model = "DWL-3150"; + vendor = "D-Link"; + } + ]; + }; + edimax_ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-edimax_ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-edimax_ps1208-mfg-squashfs.bin"; + sha256 = "2c349760800d42c9409ea321cbf0edc120fc7994e2611c8fbaa4195cea5fa8c2"; + sha256_unsigned = "2c349760800d42c9409ea321cbf0edc120fc7994e2611c8fbaa4195cea5fa8c2"; + type = "bin"; + } + ]; + supported_devices = [ + "edimax,ps1208-mfg" + ]; + titles = [ + { + model = "PS-1208MFg"; + vendor = "Edimax"; + } + ]; + }; + huawei_e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-huawei_e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-huawei_e970-squashfs.bin"; + sha256 = "8a2a418d6837f57b83c1b3abe764762d9c3dbd3420afaecead26a41f5d6a4bd3"; + sha256_unsigned = "8a2a418d6837f57b83c1b3abe764762d9c3dbd3420afaecead26a41f5d6a4bd3"; + type = "bin"; + } + ]; + supported_devices = [ + "huawei,e970" + ]; + titles = [ + { + model = "E970"; + vendor = "Huawei"; + } + ]; + }; + linksys_wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt150n-squashfs.bin"; + sha256 = "a5cb14b8883db67757344003b0c7ad65ff7bb1bb18ea90e28918f1844e2674c1"; + sha256_unsigned = "a5cb14b8883db67757344003b0c7ad65ff7bb1bb18ea90e28918f1844e2674c1"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt150n" + ]; + titles = [ + { + model = "WRT150N"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt160n-v1-squashfs.bin"; + sha256 = "b3a6a1d28a98af25398c04059ed5038a1b0b7d4ad42b50fc847f4c3fc3245367"; + sha256_unsigned = "b3a6a1d28a98af25398c04059ed5038a1b0b7d4ad42b50fc847f4c3fc3245367"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt160n-v1" + ]; + titles = [ + { + model = "WRT160N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.trx"; + sha256 = "84e4b4753e815e5fb2b2bd73d8935947ec4f7fee2ba4449c34b15a8fba058099"; + sha256_unsigned = "84e4b4753e815e5fb2b2bd73d8935947ec4f7fee2ba4449c34b15a8fba058099"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.bin"; + sha256 = "6ade46c956e753c7115d5da7e81868ea7420917db374272bc775d61f86e4f614"; + sha256_unsigned = "6ade46c956e753c7115d5da7e81868ea7420917db374272bc775d61f86e4f614"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt54g-squashfs.bin"; + sha256 = "2027f91edd6005a55607ba99182b0686a9f91b33d411d3196120300aeeec91ce"; + sha256_unsigned = "2027f91edd6005a55607ba99182b0686a9f91b33d411d3196120300aeeec91ce"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g" + ]; + titles = [ + { + model = "WRT54G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt54g3g-squashfs.bin"; + sha256 = "4d75bbb9a32ff31b69550a100af3d6c86ba608a7783ce337253b2b88b092aee5"; + sha256_unsigned = "4d75bbb9a32ff31b69550a100af3d6c86ba608a7783ce337253b2b88b092aee5"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g" + ]; + titles = [ + { + model = "WRT54G3G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt54g3g-em-squashfs.bin"; + sha256 = "25a320467e83b286ac349b8460787280f216898f662a914ff33c384fe9ac210e"; + sha256_unsigned = "25a320467e83b286ac349b8460787280f216898f662a914ff33c384fe9ac210e"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g-em" + ]; + titles = [ + { + model = "WRT54G3G-EM"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "28fcad1bb9fda38088241875506a798eddd4370c19a0a1fba57d03f76cee47ba"; + sha256_unsigned = "28fcad1bb9fda38088241875506a798eddd4370c19a0a1fba57d03f76cee47ba"; + type = "noheader"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.bin"; + sha256 = "442d017e64bb2888309ff7fc9aa0dcfa976b09efb1e9d1111618fd069598aa60"; + sha256_unsigned = "442d017e64bb2888309ff7fc9aa0dcfa976b09efb1e9d1111618fd069598aa60"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3gv2-vf" + ]; + titles = [ + { + model = "WRT54G3GV2-VF"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt54gs-squashfs.bin"; + sha256 = "5639717e8fef72e181eadfb8849f8157d7881eb9c741857214f7fac43a7f8cce"; + sha256_unsigned = "5639717e8fef72e181eadfb8849f8157d7881eb9c741857214f7fac43a7f8cce"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v1/v2/v3"; + vendor = "Linksys"; + } + { + model = "WRT54G-TM"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrt54gs-v4-squashfs.bin"; + sha256 = "114218c8cf4693fc20ce92ebc9246d55afc68e809f376eef9a11cfbdf51afaac"; + sha256_unsigned = "114218c8cf4693fc20ce92ebc9246d55afc68e809f376eef9a11cfbdf51afaac"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs-v4" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-linksys_wrtsl54gs-squashfs.bin"; + sha256 = "5a7f71cf9a945927aa1aa88374633d3c0eab87052df7ce9d5f14583999a2cf7c"; + sha256_unsigned = "5a7f71cf9a945927aa1aa88374633d3c0eab87052df7ce9d5f14583999a2cf7c"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrtsl54gs" + ]; + titles = [ + { + model = "WRTSL54GS"; + vendor = "Linksys"; + } + ]; + }; + motorola_wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-motorola_wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-motorola_wa840g-squashfs.bin"; + sha256 = "49057083553de02ba7378ce8d9a9f73dbc05dba090a508a49f8e4c738311e2cc"; + sha256_unsigned = "49057083553de02ba7378ce8d9a9f73dbc05dba090a508a49f8e4c738311e2cc"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wa840g" + ]; + titles = [ + { + model = "WA840G"; + vendor = "Motorola"; + } + ]; + }; + motorola_we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-motorola_we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-motorola_we800g-squashfs.bin"; + sha256 = "16d9134c5d5551dc277ffc23f0bbda88b88b31dc44bb0b192004d5ec761f2ea2"; + sha256_unsigned = "16d9134c5d5551dc277ffc23f0bbda88b88b31dc44bb0b192004d5ec761f2ea2"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,we800g" + ]; + titles = [ + { + model = "WE800G"; + vendor = "Motorola"; + } + ]; + }; + motorola_wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-motorola_wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-motorola_wr850g-squashfs.bin"; + sha256 = "88ffe094c1fba92fc809d2aa6f283ee37fbd42ac496d1eaf88b38c90428bc98b"; + sha256_unsigned = "88ffe094c1fba92fc809d2aa6f283ee37fbd42ac496d1eaf88b38c90428bc98b"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wr850g" + ]; + titles = [ + { + model = "WR850G"; + vendor = "Motorola"; + } + ]; + }; + netgear_wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-netgear_wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-netgear_wgr614-v8-squashfs.chk"; + sha256 = "4ff58cb21633c6d75fce504577c0f3a46540cfeca5fb8581082a87ea95c4d98b"; + sha256_unsigned = "4ff58cb21633c6d75fce504577c0f3a46540cfeca5fb8581082a87ea95c4d98b"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v8" + ]; + titles = [ + { + model = "WGR614"; + variant = "v8"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-netgear_wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-netgear_wgt634u-squashfs.bin"; + sha256 = "2eb52cb8721c6547555dd1f6c692ebd0954570e1defa23a98fcb0ad5cea1898a"; + sha256_unsigned = "2eb52cb8721c6547555dd1f6c692ebd0954570e1defa23a98fcb0ad5cea1898a"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,wgt634u" + ]; + titles = [ + { + model = "WGT634U"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-netgear_wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-netgear_wndr3300-v1-squashfs.chk"; + sha256 = "74bb43f3ef59016356ae35bb29eaea3352ee1fb47781a37d8b8a91656b7b9a48"; + sha256_unsigned = "74bb43f3ef59016356ae35bb29eaea3352ee1fb47781a37d8b8a91656b7b9a48"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3300-v1" + ]; + titles = [ + { + model = "WNDR3300"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-netgear_wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-netgear_wnr834b-v2-squashfs.chk"; + sha256 = "e8cfb0b1fc808861c571aebbe88d1898358b16461595cecee0b1d5eb77449817"; + sha256_unsigned = "e8cfb0b1fc808861c571aebbe88d1898358b16461595cecee0b1d5eb77449817"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr834b-v2" + ]; + titles = [ + { + model = "WNR834B"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-standard-squashfs.trx"; + sha256 = "d9b1b0b78daeb6eb471855c25f0d8ff3bf5ee7a711127d5ab8c1cd5673442a30"; + sha256_unsigned = "d9b1b0b78daeb6eb471855c25f0d8ff3bf5ee7a711127d5ab8c1cd5673442a30"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "9cc005bc5948efb550e69299ec949ec2abcc7497bbc21564d07bc7a686644d79"; + sha256_unsigned = "9cc005bc5948efb550e69299ec949ec2abcc7497bbc21564d07bc7a686644d79"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-gz" + ]; + titles = [ + { + model = "Image with gzipped kernel"; + vendor = "Generic"; + } + ]; + }; + usrobotics_usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-legacy-usrobotics_usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-legacy-usrobotics_usr5461-squashfs.bin"; + sha256 = "227482de313e33119e6cb8a509cda5f4cf91f487f4227c2fedc1091ad7545691"; + sha256_unsigned = "227482de313e33119e6cb8a509cda5f4cf91f487f4227c2fedc1091ad7545691"; + type = "bin"; + } + ]; + supported_devices = [ + "usrobotics,usr5461" + ]; + titles = [ + { + model = "USR5461"; + vendor = "US Robotics"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "bcm47xx/legacy"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-ac53u-squashfs.trx"; + sha256 = "df00dd8090ff96e952a17920219ee836a51d6855efee52bc57201a0fd059cdb3"; + sha256_unsigned = "df00dd8090ff96e952a17920219ee836a51d6855efee52bc57201a0fd059cdb3"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac53u" + ]; + titles = [ + { + model = "RT-AC53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n10-squashfs.trx"; + sha256 = "1f7b77b9701428598f60f5ea00570973a80950635ade62c927359f316c75795a"; + sha256_unsigned = "1f7b77b9701428598f60f5ea00570973a80950635ade62c927359f316c75795a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10" + ]; + titles = [ + { + model = "RT-N10"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n10p-squashfs.trx"; + sha256 = "5da35c6436f651ec13a859e38d565f461341d3adba425622a2d25c66ba3757c7"; + sha256_unsigned = "5da35c6436f651ec13a859e38d565f461341d3adba425622a2d25c66ba3757c7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n10p-v2-squashfs.trx"; + sha256 = "58a00ac2edddc9dd7e7f4f7a2d08cfe45ed2db15c766397bdaa7920158163aad"; + sha256_unsigned = "58a00ac2edddc9dd7e7f4f7a2d08cfe45ed2db15c766397bdaa7920158163aad"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v2" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n10u-squashfs.trx"; + sha256 = "58eb5406a307b37eb4af3367464e5012d0b786281bfcfac5ea4a56be47731359"; + sha256_unsigned = "58eb5406a307b37eb4af3367464e5012d0b786281bfcfac5ea4a56be47731359"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "A"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n10u-b-squashfs.trx"; + sha256 = "58eb5406a307b37eb4af3367464e5012d0b786281bfcfac5ea4a56be47731359"; + sha256_unsigned = "58eb5406a307b37eb4af3367464e5012d0b786281bfcfac5ea4a56be47731359"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u-b" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "B"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n12-squashfs.trx"; + sha256 = "e838a8db756ed451d24dfe4a56fd51fc394a2b83fd8afc022dbfd6ab6dca0b62"; + sha256_unsigned = "e838a8db756ed451d24dfe4a56fd51fc394a2b83fd8afc022dbfd6ab6dca0b62"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12" + ]; + titles = [ + { + model = "RT-N12"; + variant = "A1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n12-b1-squashfs.trx"; + sha256 = "f8e9dc1a868db0a462af0e986dd33772c52401c687985a1ed273527bf1228872"; + sha256_unsigned = "f8e9dc1a868db0a462af0e986dd33772c52401c687985a1ed273527bf1228872"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-b1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n12-c1-squashfs.trx"; + sha256 = "c9272143611585fbe38fc16b597f227c6e5f465826627275bffba888c291d156"; + sha256_unsigned = "c9272143611585fbe38fc16b597f227c6e5f465826627275bffba888c291d156"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-c1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "C1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n12-d1-squashfs.trx"; + sha256 = "02376f29df9a5ea00f007f9e8d11ad7a1ae3e432bdb49f526d1a0d3740e18d9f"; + sha256_unsigned = "02376f29df9a5ea00f007f9e8d11ad7a1ae3e432bdb49f526d1a0d3740e18d9f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-d1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "D1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n12hp-squashfs.trx"; + sha256 = "9177731759d59f01916d45795a00630f86a605054313be36593972a30b55947c"; + sha256_unsigned = "9177731759d59f01916d45795a00630f86a605054313be36593972a30b55947c"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12hp" + ]; + titles = [ + { + model = "RT-N12HP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n14uhp-squashfs.trx"; + sha256 = "e328d7a22e7fc70e0a982390602a588e68999d4dffd208d309fa1cffaefc10f3"; + sha256_unsigned = "e328d7a22e7fc70e0a982390602a588e68999d4dffd208d309fa1cffaefc10f3"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n14uhp" + ]; + titles = [ + { + model = "RT-N14UHP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n15u-squashfs.trx"; + sha256 = "3de93aced19c4c1e1abefcc7bb32049ebff7bd5a92c7eebacd4ca67900f40d54"; + sha256_unsigned = "3de93aced19c4c1e1abefcc7bb32049ebff7bd5a92c7eebacd4ca67900f40d54"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n15u" + ]; + titles = [ + { + model = "RT-N15U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n16-squashfs.trx"; + sha256 = "0d4eb98bbd54cb8d7195fb711d7262ac86a757f29a6c2607cf771e80fba29ffa"; + sha256_unsigned = "0d4eb98bbd54cb8d7195fb711d7262ac86a757f29a6c2607cf771e80fba29ffa"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n16" + ]; + titles = [ + { + model = "RT-N16"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n53-squashfs.trx"; + sha256 = "7069da8657d81325f81ac858ddbba4dfc8dfcac2ad5073fd12a01c8c35a0f96f"; + sha256_unsigned = "7069da8657d81325f81ac858ddbba4dfc8dfcac2ad5073fd12a01c8c35a0f96f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n53" + ]; + titles = [ + { + model = "RT-N53"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n66u-squashfs.trx"; + sha256 = "1a6f15cd368d1c5b53af70d72b78e4f5fb2994bf47062b4fe77c01bfd55930a7"; + sha256_unsigned = "1a6f15cd368d1c5b53af70d72b78e4f5fb2994bf47062b4fe77c01bfd55930a7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66u" + ]; + titles = [ + { + model = "RT-N66U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-asus_rt-n66w-squashfs.trx"; + sha256 = "1a6f15cd368d1c5b53af70d72b78e4f5fb2994bf47062b4fe77c01bfd55930a7"; + sha256_unsigned = "1a6f15cd368d1c5b53af70d72b78e4f5fb2994bf47062b4fe77c01bfd55930a7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66w" + ]; + titles = [ + { + model = "RT-N66W"; + vendor = "ASUS"; + } + ]; + }; + linksys_e1000 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e1000-squashfs.bin"; + sha256 = "7f642a7303c7e530f8d5195ddf7b7f98d8b4efeaea0a4f80e92fc986a99157fa"; + sha256_unsigned = "7f642a7303c7e530f8d5195ddf7b7f98d8b4efeaea0a4f80e92fc986a99157fa"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1000" + ]; + titles = [ + { + model = "E1000"; + variant = "v1/v2/v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e1200-v1-squashfs.bin"; + sha256 = "50e514b75e41d1b0afccb39f9baa68de9d69b30add7c2ffbf82c8ef1c2d295fa"; + sha256_unsigned = "50e514b75e41d1b0afccb39f9baa68de9d69b30add7c2ffbf82c8ef1c2d295fa"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v1" + ]; + titles = [ + { + model = "E1200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e1200-v2-squashfs.bin"; + sha256 = "75e7dab5377f94f8bc119eb9794e28fdd78941c2f34eba3c1598a3eeb7dc9da0"; + sha256_unsigned = "75e7dab5377f94f8bc119eb9794e28fdd78941c2f34eba3c1598a3eeb7dc9da0"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v2" + ]; + titles = [ + { + model = "E1200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e1500-v1-squashfs.bin"; + sha256 = "86fa9264d85e7f4678871391df3809da400756631cf12c6cd6b20d1c62658a6c"; + sha256_unsigned = "86fa9264d85e7f4678871391df3809da400756631cf12c6cd6b20d1c62658a6c"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1500-v1" + ]; + titles = [ + { + model = "E1500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e1550-v1-squashfs.bin"; + sha256 = "ff700ff2ca89bc8225e003abe528a8aefe3ce04ff970bfdd4c14d08f7d8219f7"; + sha256_unsigned = "ff700ff2ca89bc8225e003abe528a8aefe3ce04ff970bfdd4c14d08f7d8219f7"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1550-v1" + ]; + titles = [ + { + model = "E1550"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e2000-v1-squashfs.bin"; + sha256 = "bbe656959c72c90244488ced2d8c4e6afc8154d4ada2f744ffc9bbf1c82cb416"; + sha256_unsigned = "bbe656959c72c90244488ced2d8c4e6afc8154d4ada2f744ffc9bbf1c82cb416"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2000-v1" + ]; + titles = [ + { + model = "E2000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e2500-v1-squashfs.bin"; + sha256 = "e6b471e86bb405a17e5f8d7bdca130be509524435120cc2e95cd1a00dc59b9c1"; + sha256_unsigned = "e6b471e86bb405a17e5f8d7bdca130be509524435120cc2e95cd1a00dc59b9c1"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v1" + ]; + titles = [ + { + model = "E2500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e2500-v2-squashfs.bin"; + sha256 = "a4c0959b37ee92995ea14724239b1d2d1c08ee7ee3ca7402c7404f1879ecb0f7"; + sha256_unsigned = "a4c0959b37ee92995ea14724239b1d2d1c08ee7ee3ca7402c7404f1879ecb0f7"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2" + ]; + titles = [ + { + model = "E2500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + "linksys_e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e2500-v2.1-squashfs.bin"; + sha256 = "59b22254aae8eb7c03d988baf994557c90973141c1eec955c132778d9391ecf7"; + sha256_unsigned = "59b22254aae8eb7c03d988baf994557c90973141c1eec955c132778d9391ecf7"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2.1" + ]; + titles = [ + { + model = "E2500"; + variant = "v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e2500-v3-squashfs.bin"; + sha256 = "17f4406031accce054fedd2246c786864438c4d0ef320982522b24e5b3a30d44"; + sha256_unsigned = "17f4406031accce054fedd2246c786864438c4d0ef320982522b24e5b3a30d44"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v3" + ]; + titles = [ + { + model = "E2500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e3200-v1-squashfs.bin"; + sha256 = "fdd5a917e1b412242527749c496f0d48af6b03ea36b273cc5ad55eb39d3e074b"; + sha256_unsigned = "fdd5a917e1b412242527749c496f0d48af6b03ea36b273cc5ad55eb39d3e074b"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3200-v1" + ]; + titles = [ + { + model = "E3200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e4200-v1-squashfs.bin"; + sha256 = "8ec1309f4d6a2ee19c8f021c1ec76016cd8167c70967d813e18327673c8c6725"; + sha256_unsigned = "8ec1309f4d6a2ee19c8f021c1ec76016cd8167c70967d813e18327673c8c6725"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e4200-v1" + ]; + titles = [ + { + model = "E4200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-linksys_e900-v1-squashfs.bin"; + sha256 = "0df36e6aa80fd990c4fc5d2c6810a3c4e4479e75eb8ffc37fd2c920e2f657d63"; + sha256_unsigned = "0df36e6aa80fd990c4fc5d2c6810a3c4e4479e75eb8ffc37fd2c920e2f657d63"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e900-v1" + ]; + titles = [ + { + model = "E900"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-linksys_wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-linksys_wrt310n-v2-squashfs.bin"; + sha256 = "80f0a230d86269180b91d682bae2de93d71025cf21df0f2608a9d3c74c7c1c65"; + sha256_unsigned = "80f0a230d86269180b91d682bae2de93d71025cf21df0f2608a9d3c74c7c1c65"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v2" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-linksys_wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-linksys_wrt320n-v1-squashfs.bin"; + sha256 = "6db6a76c66eb200919558a70d82b3838eb0ab5f783e1cbed8128184ac6f4974f"; + sha256_unsigned = "6db6a76c66eb200919558a70d82b3838eb0ab5f783e1cbed8128184ac6f4974f"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt320n-v1" + ]; + titles = [ + { + model = "WRT320N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-netgear_r6200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-netgear_r6200-v1-squashfs.chk"; + sha256 = "82b42ccbbbb9d97a9d3321dc138e2bfa76ae3e90381dfd5df9061bda16e97b62"; + sha256_unsigned = "82b42ccbbbb9d97a9d3321dc138e2bfa76ae3e90381dfd5df9061bda16e97b62"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6200-v1" + ]; + titles = [ + { + model = "R6200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wgr614-v10-squashfs.chk"; + sha256 = "64c9a12641a205d48297fccb2705f7fbe98d2fcec6d6ec4f810b9ec2fb6d4546"; + sha256_unsigned = "64c9a12641a205d48297fccb2705f7fbe98d2fcec6d6ec4f810b9ec2fb6d4546"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wgr614-v10-na-squashfs.chk"; + sha256 = "20ae83546835c3e656c89480e557bdd8d3d50f692282ad397a2c156ba172b9e0"; + sha256_unsigned = "20ae83546835c3e656c89480e557bdd8d3d50f692282ad397a2c156ba172b9e0"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10-na" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wn2500rp-v1-squashfs.chk"; + sha256 = "7a775790df3a10838abc184ee237e2c44cb4031694518c4cf7b2c4546c3e3daa"; + sha256_unsigned = "7a775790df3a10838abc184ee237e2c44cb4031694518c4cf7b2c4546c3e3daa"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn2500rp-v1" + ]; + titles = [ + { + model = "WN2500RP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wn3000rp-squashfs.chk"; + sha256 = "8e281ffe48142c650ba2075dfd48c87531a512d09ec6dd03536345f61034d2e3"; + sha256_unsigned = "8e281ffe48142c650ba2075dfd48c87531a512d09ec6dd03536345f61034d2e3"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn3000rp" + ]; + titles = [ + { + model = "WN3000RP"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wndr3400-v1-squashfs.chk"; + sha256 = "990135218399bf9631406429108c92456a3ba4eb6f0a2d51352b7cff173066ba"; + sha256_unsigned = "990135218399bf9631406429108c92456a3ba4eb6f0a2d51352b7cff173066ba"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v1" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wndr3400-v2-squashfs.chk"; + sha256 = "4ebd10537cfda9d08fd819dea89da50403f47d0aa0623ada423829965cb28ef9"; + sha256_unsigned = "4ebd10537cfda9d08fd819dea89da50403f47d0aa0623ada423829965cb28ef9"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v2" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wndr3400-v3-squashfs.chk"; + sha256 = "6fb6772b202e82557b87a75807a6c46211af91b4fa1b267d23c8e396c22a7474"; + sha256_unsigned = "6fb6772b202e82557b87a75807a6c46211af91b4fa1b267d23c8e396c22a7474"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v3" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wndr3700-v3-squashfs.chk"; + sha256 = "b1241f98867b2fb27f9387bec94d00c080d59a1f79b822fc9aa7f831307ac4a2"; + sha256_unsigned = "b1241f98867b2fb27f9387bec94d00c080d59a1f79b822fc9aa7f831307ac4a2"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v3" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wndr4000-squashfs.chk"; + sha256 = "09d8cbe78b67b35bd53638e78faaf31601999733704d33316a3d828a1ce1b37a"; + sha256_unsigned = "09d8cbe78b67b35bd53638e78faaf31601999733704d33316a3d828a1ce1b37a"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr4000" + ]; + titles = [ + { + model = "WNDR4000"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wnr1000-v3-squashfs.chk"; + sha256 = "13dbc9dd53d2a5e07fc9c0cfd5370fb5e35da92752806aa12ebf8ef76bec970a"; + sha256_unsigned = "13dbc9dd53d2a5e07fc9c0cfd5370fb5e35da92752806aa12ebf8ef76bec970a"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr1000-v3" + ]; + titles = [ + { + model = "WNR1000"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2000v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wnr2000v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wnr2000v2-squashfs.chk"; + sha256 = "107c7e579aff0ed59a0e460aa6e8972782904ced3c555df668f2f104cc3f38c6"; + sha256_unsigned = "107c7e579aff0ed59a0e460aa6e8972782904ced3c555df668f2f104cc3f38c6"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr2000v2" + ]; + titles = [ + { + model = "WNR2000"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wnr3500-v2-squashfs.chk"; + sha256 = "97c4aa01b7900422f28c876c5f2a9a0d598fba894e3630cb2fe8738f05ae2ef3"; + sha256_unsigned = "97c4aa01b7900422f28c876c5f2a9a0d598fba894e3630cb2fe8738f05ae2ef3"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500-v2" + ]; + titles = [ + { + model = "WNR3500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wnr3500l-v1-squashfs.chk"; + sha256 = "3faad3ba81e6c3a61d8828dfda51ba5cd6b5f64f9b8785301c8b2c8903ee5f9e"; + sha256_unsigned = "3faad3ba81e6c3a61d8828dfda51ba5cd6b5f64f9b8785301c8b2c8903ee5f9e"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (ROW)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wnr3500l-v1-na-squashfs.chk"; + sha256 = "62637a5d53cb66257206657c0d7f384d837e2635a5afcc27dceff4c48549ffa4"; + sha256_unsigned = "62637a5d53cb66257206657c0d7f384d837e2635a5afcc27dceff4c48549ffa4"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1-na" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-netgear_wnr3500l-v2-squashfs.chk"; + sha256 = "cb7396280c181d451d29ad8decb66808c5952a17eafe49ab613189866f04a50b"; + sha256_unsigned = "cb7396280c181d451d29ad8decb66808c5952a17eafe49ab613189866f04a50b"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v2" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "bb0d70ca4a1d742d615027426ea2d3f122cc2754ead6c9b8949d5c2bed904da5"; + sha256_unsigned = "bb0d70ca4a1d742d615027426ea2d3f122cc2754ead6c9b8949d5c2bed904da5"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "f24e3a0b4fcbd72d9cb6f63adb8d7afd07cfa4d9483b7f6bc278408c1ec5498c"; + sha256_unsigned = "f24e3a0b4fcbd72d9cb6f63adb8d7afd07cfa4d9483b7f6bc278408c1ec5498c"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-nodictionarylzma" + ]; + titles = [ + { + model = "Image with LZMA compressed kernel matching CFE decompressor"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "bcm47xx/mips74k"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + bcm4908 = { + generic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm4908img" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "fdt-utils" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_gt-ac5300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm4908-generic-asus_gt-ac5300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm4908-generic-asus_gt-ac5300-squashfs.bin"; + sha256 = "e7af88794af4686e27bdb73c40e061d762c4c927399b07541b94be26b17a3784"; + sha256_unsigned = "e7af88794af4686e27bdb73c40e061d762c4c927399b07541b94be26b17a3784"; + type = "bin"; + } + ]; + supported_devices = [ + "asus,gt-ac5300" + ]; + titles = [ + { + model = "GT-AC5300"; + vendor = "Asus"; + } + ]; + }; + netgear_r8000p = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm4908-generic-netgear_r8000p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm4908-generic-netgear_r8000p-squashfs.bin"; + sha256 = "36024fb46efd6b5f299944f5c138bceac1cfbb67b2a5f449bb56dbd35e941158"; + sha256_unsigned = "36024fb46efd6b5f299944f5c138bceac1cfbb67b2a5f449bb56dbd35e941158"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,r8000p" + ]; + titles = [ + { + model = "R8000P"; + vendor = "Netgear"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "bcm4908/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "osafeloader" + "oseama" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac56u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-asus_rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-asus_rt-ac56u-squashfs.trx"; + sha256 = "695db3890e6186564eafb075611279dba53de3b4ee625d214be8465580f7bdba"; + sha256_unsigned = "695db3890e6186564eafb075611279dba53de3b4ee625d214be8465580f7bdba"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac56u" + ]; + titles = [ + { + model = "RT-AC56U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-asus_rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-asus_rt-ac68u-squashfs.trx"; + sha256 = "7e377dc8fa33871ff32a40a4c41dbf2bca813adc7355b8bbe47981f96c0e1a7b"; + sha256_unsigned = "7e377dc8fa33871ff32a40a4c41dbf2bca813adc7355b8bbe47981f96c0e1a7b"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac68u" + ]; + titles = [ + { + model = "RT-AC68U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-asus_rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-asus_rt-ac87u-squashfs.trx"; + sha256 = "08508afb44473028dfbe627c30624502b2d9d2daae25bc43644a93f2fa38a69f"; + sha256_unsigned = "08508afb44473028dfbe627c30624502b2d9d2daae25bc43644a93f2fa38a69f"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac87u" + ]; + titles = [ + { + model = "RT-AC87U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac88u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-asus_rt-ac88u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-asus_rt-ac88u-squashfs.trx"; + sha256 = "7e8cee7f6015aa5f4f05fe8b7e9f17e9cd07fa1f37a03f0953108568b6d4cc98"; + sha256_unsigned = "7e8cee7f6015aa5f4f05fe8b7e9f17e9cd07fa1f37a03f0953108568b6d4cc98"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac88u" + ]; + titles = [ + { + model = "RT-AC88U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-asus_rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-asus_rt-n18u-squashfs.trx"; + sha256 = "b9187c9efcafa47e46e21cc974cc18989022c27c2efb94f38bfb4cbdd2d34640"; + sha256_unsigned = "b9187c9efcafa47e46e21cc974cc18989022c27c2efb94f38bfb4cbdd2d34640"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n18u" + ]; + titles = [ + { + model = "RT-N18U"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-buffalo_wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-buffalo_wxr-1900dhp-squashfs.trx"; + sha256 = "001be954015bd9c4cbca5b7aa538b3c4d4c9ae98802389e44fa1d78b5063ba88"; + sha256_unsigned = "001be954015bd9c4cbca5b7aa538b3c4d4c9ae98802389e44fa1d78b5063ba88"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wxr-1900dhp" + ]; + titles = [ + { + model = "WXR-1900DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-1750dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-buffalo_wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-buffalo_wzr-1750dhp-squashfs.trx"; + sha256 = "8eb9f9f5c21e5e0aa5c5059d6b5cee10bcebdd04e01eb94188cb6435ab39efd3"; + sha256_unsigned = "8eb9f9f5c21e5e0aa5c5059d6b5cee10bcebdd04e01eb94188cb6435ab39efd3"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-1750dhp" + ]; + titles = [ + { + model = "WZR-1750DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-buffalo_wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-buffalo_wzr-600dhp2-squashfs.trx"; + sha256 = "e737ddb32a73ad3d594a30a79f1592048e9dc2a7260dbe53cd8de8ff09bc0c4a"; + sha256_unsigned = "e737ddb32a73ad3d594a30a79f1592048e9dc2a7260dbe53cd8de8ff09bc0c4a"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp2" + ]; + titles = [ + { + model = "WZR-600DHP2"; + vendor = "Buffalo"; + } + ]; + }; + dlink_dir-885l = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-dlink_dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-dlink_dir-885l-squashfs.bin"; + sha256 = "5558b3a70c61c4a61400e5f799487aff869fe0d53947a8e631ca334b96618cc2"; + sha256_unsigned = "5558b3a70c61c4a61400e5f799487aff869fe0d53947a8e631ca334b96618cc2"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dir-885l" + ]; + titles = [ + { + model = "DIR-885L"; + vendor = "D-Link"; + } + ]; + }; + linksys_ea6300-v1 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-linksys_ea6300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-linksys_ea6300-v1-squashfs.trx"; + sha256 = "46882905f797fbc930b1ddc147a1fdc9ac631feed97b1f6c4ed284317b65f91d"; + sha256_unsigned = "46882905f797fbc930b1ddc147a1fdc9ac631feed97b1f6c4ed284317b65f91d"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6300-v1" + ]; + titles = [ + { + model = "EA6300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6500-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-linksys_ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-linksys_ea6500-v2-squashfs.trx"; + sha256 = "57e660ed770542cbbdfd174668a8f3589e901a0d0f08f3b82bd2b3c3c1d88064"; + sha256_unsigned = "57e660ed770542cbbdfd174668a8f3589e901a0d0f08f3b82bd2b3c3c1d88064"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6500-v2" + ]; + titles = [ + { + model = "EA6500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9200 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-linksys_ea9200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-linksys_ea9200-squashfs.trx"; + sha256 = "194bd6015d2723c5e2cf5232790b13bdd4c9fb24ce808f4b57882213123a21ea"; + sha256_unsigned = "194bd6015d2723c5e2cf5232790b13bdd4c9fb24ce808f4b57882213123a21ea"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9200" + ]; + titles = [ + { + model = "EA9200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9500 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-linksys_ea9500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-linksys_ea9500-squashfs.trx"; + sha256 = "86cb8aaf038c30e89a7afb81d77989ffdf0077532b380958a5286607dae9788f"; + sha256_unsigned = "86cb8aaf038c30e89a7afb81d77989ffdf0077532b380958a5286607dae9788f"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9500" + ]; + titles = [ + { + model = "EA9500"; + vendor = "Linksys"; + } + ]; + }; + luxul_abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-luxul_abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-luxul_abr-4500-squashfs.lxl"; + sha256 = "78c058360c13106d69b11559596aa93f93b4bfbf0b2af801bc2c41069c16cdef"; + sha256_unsigned = "78c058360c13106d69b11559596aa93f93b4bfbf0b2af801bc2c41069c16cdef"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,abr-4500" + ]; + titles = [ + { + model = "ABR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xap-1610 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-luxul_xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-luxul_xap-1610-squashfs.lxl"; + sha256 = "c8e6655466c9bfa0551e9ab716057bb84fdae400a250238a35fdf0686565dfb1"; + sha256_unsigned = "c8e6655466c9bfa0551e9ab716057bb84fdae400a250238a35fdf0686565dfb1"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xap-1610" + ]; + titles = [ + { + model = "XAP-1610"; + vendor = "Luxul"; + } + ]; + }; + luxul_xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-luxul_xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-luxul_xbr-4500-squashfs.lxl"; + sha256 = "fa5b6b56034626c45be9d65551ff2efd0d8c35e754c6538f23458927fb5bfcfa"; + sha256_unsigned = "fa5b6b56034626c45be9d65551ff2efd0d8c35e754c6538f23458927fb5bfcfa"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xbr-4500" + ]; + titles = [ + { + model = "XBR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xwr-3150 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-luxul_xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-luxul_xwr-3150-squashfs.lxl"; + sha256 = "fe859c8139ce612ad7db3c125c654dbbb11d75fca3a9b982d99e1d23d0e7c1b1"; + sha256_unsigned = "fe859c8139ce612ad7db3c125c654dbbb11d75fca3a9b982d99e1d23d0e7c1b1"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xwr-3150" + ]; + titles = [ + { + model = "XWR-3150"; + vendor = "Luxul"; + } + ]; + }; + meraki_mr32 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-i2c-bcm-iproc" + "kmod-eeprom-at24" + "kmod-leds-pwm" + "kmod-hwmon-ina2xx" + "kmod-bluetooth" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-meraki_mr32"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-meraki_mr32-squashfs.sysupgrade.bin"; + sha256 = "2f4ff1dcc22072d717dd1f3d398615072471fe52c13f02546cec26c8b850defd"; + sha256_unsigned = "111395dabd836300d6af5fb8e6437c416bd02777cd58c88c623c038ccc13f74c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-meraki_mr32-squashfs.trx"; + sha256 = "9dc14131e1f115aeb1c32cf846895b78400cb073ca778d2146806fd69be56097"; + sha256_unsigned = "9dc14131e1f115aeb1c32cf846895b78400cb073ca778d2146806fd69be56097"; + type = "trx"; + } + ]; + supported_devices = [ + "meraki,mr32" + ]; + titles = [ + { + model = "MR32"; + vendor = "Meraki"; + } + ]; + }; + netgear_r6250 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-netgear_r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-netgear_r6250-squashfs.chk"; + sha256 = "2f77ee81ef95cded31ba76d9b805283ec3b1130c0064ffc498064e23e6b586fd"; + sha256_unsigned = "2f77ee81ef95cded31ba76d9b805283ec3b1130c0064ffc498064e23e6b586fd"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6250" + ]; + titles = [ + { + model = "R6250"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6300-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-netgear_r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-netgear_r6300-v2-squashfs.chk"; + sha256 = "a1ba5b61fbe6f310de013ad842ca5f80c5459acaa307a4187dc847a0d29f5f27"; + sha256_unsigned = "a1ba5b61fbe6f310de013ad842ca5f80c5459acaa307a4187dc847a0d29f5f27"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6300-v2" + ]; + titles = [ + { + model = "R6300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-netgear_r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-netgear_r7000-squashfs.chk"; + sha256 = "ca06a140fec8cac268803b017bd7a538df4a0b6ae3f018eddea8da6b752f89f9"; + sha256_unsigned = "ca06a140fec8cac268803b017bd7a538df4a0b6ae3f018eddea8da6b752f89f9"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7000" + ]; + titles = [ + { + model = "R7000"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7900 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-netgear_r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-netgear_r7900-squashfs.chk"; + sha256 = "a352d292597b193f2dbc760eba1ee6732050aee5ade1c72fa7f5a0d244d57f4e"; + sha256_unsigned = "a352d292597b193f2dbc760eba1ee6732050aee5ade1c72fa7f5a0d244d57f4e"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7900" + ]; + titles = [ + { + model = "R7900"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r8000 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-netgear_r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-netgear_r8000-squashfs.chk"; + sha256 = "9e81892d1dd17df11e133eade5e64591b1f33509f484a832f2ddff3d25057789"; + sha256_unsigned = "9e81892d1dd17df11e133eade5e64591b1f33509f484a832f2ddff3d25057789"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r8000" + ]; + titles = [ + { + model = "R8000"; + vendor = "NETGEAR"; + } + ]; + }; + phicomm_k3 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-phicomm_k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-phicomm_k3-squashfs.trx"; + sha256 = "a7ed6607b0e17afb3e81920bc170e2600e2e0101d9d710dc28773a949156a1bf"; + sha256_unsigned = "a7ed6607b0e17afb3e81920bc170e2600e2e0101d9d710dc28773a949156a1bf"; + type = "trx"; + } + ]; + supported_devices = [ + "phicomm,k3" + ]; + titles = [ + { + model = "K3"; + vendor = "PHICOMM"; + } + ]; + }; + smartrg_sr400ac = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-smartrg_sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-smartrg_sr400ac-squashfs.trx"; + sha256 = "9f8e00155c875c15dfba634ef650c257cd295b03cef637c0771610850f8d14ea"; + sha256_unsigned = "9f8e00155c875c15dfba634ef650c257cd295b03cef637c0771610850f8d14ea"; + type = "trx"; + } + ]; + supported_devices = [ + "smartrg,sr400ac" + ]; + titles = [ + { + model = "SR400ac"; + vendor = "SmartRG"; + } + ]; + }; + tenda_ac9 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm53xx-generic-tenda_ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm53xx-generic-tenda_ac9-squashfs.trx"; + sha256 = "b644650e2e023d557b6598e837116aa346c29eede9f3fde75cf36775feeb9ea8"; + sha256_unsigned = "b644650e2e023d557b6598e837116aa346c29eede9f3fde75cf36775feeb9ea8"; + type = "trx"; + } + ]; + supported_devices = [ + "tenda,ac9" + ]; + titles = [ + { + model = "AC9"; + vendor = "Tenda"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "bcm53xx/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + bcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "f0baddf2d1737c04e49b795d896d7cd7755432f9bd2dfd0b232fec2d7f21c965"; + sha256_unsigned = "f0baddf2d1737c04e49b795d896d7cd7755432f9bd2dfd0b232fec2d7f21c965"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-adb_a4001n-squashfs-cfe.bin"; + sha256 = "a0268e32f3502ac0e62b32318555d8548c0f33232176f8134d43556d5f5117d8"; + sha256_unsigned = "a0268e32f3502ac0e62b32318555d8548c0f33232176f8134d43556d5f5117d8"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "6957aa7be4d7debe47c7d73bc4c66f436574334a803fa262b59c849393aacef6"; + sha256_unsigned = "6957aa7be4d7debe47c7d73bc4c66f436574334a803fa262b59c849393aacef6"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "f833af218e29329b283bc341c744bea3a5ba9c4cb62ae1200c4a37430012d907"; + sha256_unsigned = "f833af218e29329b283bc341c744bea3a5ba9c4cb62ae1200c4a37430012d907"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-adb_av4202n-squashfs-cfe.bin"; + sha256 = "30e84fa4aa95583e0aaa9913d00bb3223013f4c62503c65fbcb3924af277715e"; + sha256_unsigned = "30e84fa4aa95583e0aaa9913d00bb3223013f4c62503c65fbcb3924af277715e"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "b47a79d351def2c8f7a2dcfccb35064bb2d3b9160ce3f6b98f51532099976f78"; + sha256_unsigned = "b47a79d351def2c8f7a2dcfccb35064bb2d3b9160ce3f6b98f51532099976f78"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "84875d11b71e27f6223b13b675316f0286d01768b6aabe02f53fcb0661d4805b"; + sha256_unsigned = "84875d11b71e27f6223b13b675316f0286d01768b6aabe02f53fcb0661d4805b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "5867d7e991ace444736cc7842c1de93a3ea0d919c378f777674e0b20da2c3592"; + sha256_unsigned = "5867d7e991ace444736cc7842c1de93a3ea0d919c378f777674e0b20da2c3592"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "f8c90b5301f656ae26e14d1fd5527aba5cdd7a95114d87dde9bff1d1666ba3d0"; + sha256_unsigned = "f8c90b5301f656ae26e14d1fd5527aba5cdd7a95114d87dde9bff1d1666ba3d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "bb4f966bf343f1e8523d0057489ccee9b4af3bc36dc89a810f35238ac99ed142"; + sha256_unsigned = "bb4f966bf343f1e8523d0057489ccee9b4af3bc36dc89a810f35238ac99ed142"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "324363163aec0c9b3aa58218d0ebb3c64e2ae26c5c6fdd14bce35c182c01897c"; + sha256_unsigned = "324363163aec0c9b3aa58218d0ebb3c64e2ae26c5c6fdd14bce35c182c01897c"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "324363163aec0c9b3aa58218d0ebb3c64e2ae26c5c6fdd14bce35c182c01897c"; + sha256_unsigned = "324363163aec0c9b3aa58218d0ebb3c64e2ae26c5c6fdd14bce35c182c01897c"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "f512c315a13184d4106a483d5d7b6c652db6a6b662ed366e44abacf02fa7e78e"; + sha256_unsigned = "f512c315a13184d4106a483d5d7b6c652db6a6b662ed366e44abacf02fa7e78e"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "dc556bf3cec1c23a97f055483fa1f1bb159812cc497c4e7cba84ef698a04fd3f"; + sha256_unsigned = "dc556bf3cec1c23a97f055483fa1f1bb159812cc497c4e7cba84ef698a04fd3f"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "681a1048de27084a787ccaa255a8913f104e4c39a48e1012353b3b952584ba63"; + sha256_unsigned = "681a1048de27084a787ccaa255a8913f104e4c39a48e1012353b3b952584ba63"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "681a1048de27084a787ccaa255a8913f104e4c39a48e1012353b3b952584ba63"; + sha256_unsigned = "681a1048de27084a787ccaa255a8913f104e4c39a48e1012353b3b952584ba63"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "31a66697c4d89ae3cf33ae01e3bde8e4e243bfc037022b2a6d0abb893bde3fe8"; + sha256_unsigned = "31a66697c4d89ae3cf33ae01e3bde8e4e243bfc037022b2a6d0abb893bde3fe8"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "ec4cd608c98e4d53678d665a00f11d3843c40c06e40055cfaa6a88833b407af6"; + sha256_unsigned = "ec4cd608c98e4d53678d665a00f11d3843c40c06e40055cfaa6a88833b407af6"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "ad0879ddb74fadd159d0ab4f0f113c34e29bf1aa1ed59dcf1875031f55b64b8a"; + sha256_unsigned = "ad0879ddb74fadd159d0ab4f0f113c34e29bf1aa1ed59dcf1875031f55b64b8a"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "4c6f99fc815954232e215f58f606b006ffff5445f4385d18690eb672d5e8c9b8"; + sha256_unsigned = "4c6f99fc815954232e215f58f606b006ffff5445f4385d18690eb672d5e8c9b8"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "559c8061c32e9c58a155f81eeab4f1ea43db120419e116a2cba40a25902b32fb"; + sha256_unsigned = "559c8061c32e9c58a155f81eeab4f1ea43db120419e116a2cba40a25902b32fb"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "8ac33b1f27027c005aa1acfe6db7d6a38ec80482929c085da001192fbdb49e46"; + sha256_unsigned = "8ac33b1f27027c005aa1acfe6db7d6a38ec80482929c085da001192fbdb49e46"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "d4bcf85468f36de466ca61024456ee88147781c1343b7acf63a106ddbb87e0d7"; + sha256_unsigned = "d4bcf85468f36de466ca61024456ee88147781c1343b7acf63a106ddbb87e0d7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "f31fe53da8403dbd0566cc73f7b5734d883b4532787ed0b7edfe7df8af372324"; + sha256_unsigned = "f31fe53da8403dbd0566cc73f7b5734d883b4532787ed0b7edfe7df8af372324"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "c68cda77865312b9850e3cdfbfa1b95c6be87576d02a20f8704b37b3b9f96f91"; + sha256_unsigned = "c68cda77865312b9850e3cdfbfa1b95c6be87576d02a20f8704b37b3b9f96f91"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "5f7ec9dc9dcd41916144a440c88d3c766552f8e417e0ceb63fd838166729efee"; + sha256_unsigned = "5f7ec9dc9dcd41916144a440c88d3c766552f8e417e0ceb63fd838166729efee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "15fb7823ccdaf7508efc9aa581bb9e62046c17d41764012e2fb6b4033be01c26"; + sha256_unsigned = "15fb7823ccdaf7508efc9aa581bb9e62046c17d41764012e2fb6b4033be01c26"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "3d5cbbd22c2905df84a86572da13fd5a50dbd0eb06f52cd18799be30fc4def6e"; + sha256_unsigned = "3d5cbbd22c2905df84a86572da13fd5a50dbd0eb06f52cd18799be30fc4def6e"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "e9c336a82b5411821c308e2346623e2b7d1d39834f0ce19ca8b4d3c68c0f9676"; + sha256_unsigned = "e9c336a82b5411821c308e2346623e2b7d1d39834f0ce19ca8b4d3c68c0f9676"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "24d8c588ca1f9e7d9a460fdfe6ecafb7cdeae4f0c5ab5e4fbe3be45a4c9be8ec"; + sha256_unsigned = "24d8c588ca1f9e7d9a460fdfe6ecafb7cdeae4f0c5ab5e4fbe3be45a4c9be8ec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "fa1ecd6d59fe316b6317def9c4c53a11dcb23a6192713794e4079a9bbbeb3c2b"; + sha256_unsigned = "fa1ecd6d59fe316b6317def9c4c53a11dcb23a6192713794e4079a9bbbeb3c2b"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "424113abad5fd682aed56a5393d09902bbbf6164892f698546bad23ed84dca7d"; + sha256_unsigned = "424113abad5fd682aed56a5393d09902bbbf6164892f698546bad23ed84dca7d"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "3097f665685a7f42260ecf47d600cf3f830cc654b6eac6d22978636232800020"; + sha256_unsigned = "3097f665685a7f42260ecf47d600cf3f830cc654b6eac6d22978636232800020"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "04004cae19966e34963ae026272fc7de106eb4fce8aea0854cd7977e598d9dd7"; + sha256_unsigned = "04004cae19966e34963ae026272fc7de106eb4fce8aea0854cd7977e598d9dd7"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "1af9025339b49cfbe9f9ffa6bc2d125e6abede54b01447976e672288d644f90b"; + sha256_unsigned = "1af9025339b49cfbe9f9ffa6bc2d125e6abede54b01447976e672288d644f90b"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "582d3b5a6eab7d6b35fdd088e3490efaaae7b69bcee16330f95dd7b2130b4ecd"; + sha256_unsigned = "582d3b5a6eab7d6b35fdd088e3490efaaae7b69bcee16330f95dd7b2130b4ecd"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "7cff1b95c35f51c885716ff505921c8d6fd8fac5b9a79d306865186fc4d6b4c7"; + sha256_unsigned = "7cff1b95c35f51c885716ff505921c8d6fd8fac5b9a79d306865186fc4d6b4c7"; + type = "cfe-AU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "912071c8c2c8897db697e78c1c9a69122113db9cfa77dfbfa33925f352804e55"; + sha256_unsigned = "912071c8c2c8897db697e78c1c9a69122113db9cfa77dfbfa33925f352804e55"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "912071c8c2c8897db697e78c1c9a69122113db9cfa77dfbfa33925f352804e55"; + sha256_unsigned = "912071c8c2c8897db697e78c1c9a69122113db9cfa77dfbfa33925f352804e55"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "316f05c9cc01c1d45443f930128f213fcb4f71da010b2c6a980e710af88af646"; + sha256_unsigned = "316f05c9cc01c1d45443f930128f213fcb4f71da010b2c6a980e710af88af646"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "6a446d9f2b7aea25e2c8343b948424a1fe39194578e1aab8282c2edab5f230b2"; + sha256_unsigned = "6a446d9f2b7aea25e2c8343b948424a1fe39194578e1aab8282c2edab5f230b2"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "8719ef559905faab99e5539942e61f54c3ddfdd39cb81cc66d720a892ea358c3"; + sha256_unsigned = "8719ef559905faab99e5539942e61f54c3ddfdd39cb81cc66d720a892ea358c3"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "90d1764953c985c3107a742b60bfe30d59fb7b51c6f58a17a47440e3b34989fb"; + sha256_unsigned = "90d1764953c985c3107a742b60bfe30d59fb7b51c6f58a17a47440e3b34989fb"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "674f06ef088050f987811617e7bc0cfd5f3438eb01d8d2f745b105fb6ea69eea"; + sha256_unsigned = "674f06ef088050f987811617e7bc0cfd5f3438eb01d8d2f745b105fb6ea69eea"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "df2fb5c14462c81f5422e0126a90980480aee1c4089c589013e01dd162a7ef10"; + sha256_unsigned = "df2fb5c14462c81f5422e0126a90980480aee1c4089c589013e01dd162a7ef10"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "72cd283b4f30d6bd880a0ecc34ca2345de3aa8ff27b1c21e1e40cd20b69de22e"; + sha256_unsigned = "72cd283b4f30d6bd880a0ecc34ca2345de3aa8ff27b1c21e1e40cd20b69de22e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "47a9054ded4b8c10d5f5bec62395d483b3b56834a0d46bff80c4e3d70c290e78"; + sha256_unsigned = "47a9054ded4b8c10d5f5bec62395d483b3b56834a0d46bff80c4e3d70c290e78"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "2e6b1b280edb40d2e6e8b3dc6f19365c21e11a8adcbfaf84794b7a299cfb48e4"; + sha256_unsigned = "2e6b1b280edb40d2e6e8b3dc6f19365c21e11a8adcbfaf84794b7a299cfb48e4"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "79e6055fad0429631da43c42f1d0ecd86e3390ad3d4c160c28b7592b0366b51b"; + sha256_unsigned = "79e6055fad0429631da43c42f1d0ecd86e3390ad3d4c160c28b7592b0366b51b"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "b3983d4cbe6a57d89d77d625c33d2576f362c97097df49860040ca59661aacf7"; + sha256_unsigned = "b3983d4cbe6a57d89d77d625c33d2576f362c97097df49860040ca59661aacf7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "6b808b1c3ddaee00cf152229afe39e14ff3e90108beb4624c35a588a72d54e86"; + sha256_unsigned = "6b808b1c3ddaee00cf152229afe39e14ff3e90108beb4624c35a588a72d54e86"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "f0cacbb22614aeab6cab59472067628551e49b7bb830bb333cf230e153989421"; + sha256_unsigned = "f0cacbb22614aeab6cab59472067628551e49b7bb830bb333cf230e153989421"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "9867eb9042f6c8d28ea691fff39abbe5a5d51f5fea78d78f5d384e66ff21b64c"; + sha256_unsigned = "9867eb9042f6c8d28ea691fff39abbe5a5d51f5fea78d78f5d384e66ff21b64c"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-netgear_evg2000-squashfs-factory.chk"; + sha256 = "a18f6fda0fd77ecf80dd9c3663e79104732e396f6e64253d08afb48b6c382b61"; + sha256_unsigned = "a18f6fda0fd77ecf80dd9c3663e79104732e396f6e64253d08afb48b6c382b61"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "43d8ff82d66231b06136317d1e2cf0ac2301dfd7ba8e72820e08094b89a50d4f"; + sha256_unsigned = "43d8ff82d66231b06136317d1e2cf0ac2301dfd7ba8e72820e08094b89a50d4f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "314e38fad278626e45c085ef7599110ae2594841cac0b70ffc1668674f093b95"; + sha256_unsigned = "314e38fad278626e45c085ef7599110ae2594841cac0b70ffc1668674f093b95"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "ef61cd1ea8bac28d077bc5e61f9c83cdc3725a84060e9daf4a52ddb8f925452e"; + sha256_unsigned = "ef61cd1ea8bac28d077bc5e61f9c83cdc3725a84060e9daf4a52ddb8f925452e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "43ab012b245d8bbc357068ee883f7b1fd007e4801bbc6a15d32970ffc305199a"; + sha256_unsigned = "43ab012b245d8bbc357068ee883f7b1fd007e4801bbc6a15d32970ffc305199a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "4cefa50360825f03e493ec84c4da3d6bc0533cbdea79ee578500303d2b893e47"; + sha256_unsigned = "4cefa50360825f03e493ec84c4da3d6bc0533cbdea79ee578500303d2b893e47"; + type = "cfe"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "58f226909b3aa95494eb658d02d1976208de4ca8a02b10c4e57fcfe692ea3a05"; + sha256_unsigned = "58f226909b3aa95494eb658d02d1976208de4ca8a02b10c4e57fcfe692ea3a05"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "e704ce21d7a705676372229c60e36be01029fbb8e800de70bd8b362cc98431c6"; + sha256_unsigned = "e704ce21d7a705676372229c60e36be01029fbb8e800de70bd8b362cc98431c6"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "1b53d09cea56fa6c78756580e83fc427a332a968fba6120ccec18e3feaba037f"; + sha256_unsigned = "1b53d09cea56fa6c78756580e83fc427a332a968fba6120ccec18e3feaba037f"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "cddb5e14931646eddd2f40b5c8977243a167f30f7e1111b1cd62adc1882b4bc8"; + sha256_unsigned = "cddb5e14931646eddd2f40b5c8977243a167f30f7e1111b1cd62adc1882b4bc8"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "0838d20baf781e178ece87c854e250be47b9334f145342316d1731b526a6ac3d"; + sha256_unsigned = "0838d20baf781e178ece87c854e250be47b9334f145342316d1731b526a6ac3d"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "92e2f92404658f3e42ec7a77a5b6816a254595228f619c5e1cd4cf2654d7f427"; + sha256_unsigned = "92e2f92404658f3e42ec7a77a5b6816a254595228f619c5e1cd4cf2654d7f427"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "4d5b6a42ebc9597ac0ed13b58d91a344397fbfe1e185cb17f4d480923273ea50"; + sha256_unsigned = "4d5b6a42ebc9597ac0ed13b58d91a344397fbfe1e185cb17f4d480923273ea50"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "7c9448a59100e6ce80c8592c5a341a2c449c74c478689db1fb9468d84475be49"; + sha256_unsigned = "7c9448a59100e6ce80c8592c5a341a2c449c74c478689db1fb9468d84475be49"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "c419db7d66dccffe11840c242c356c43a2c8505c5f69d511960f56657d5ee939"; + sha256_unsigned = "c419db7d66dccffe11840c242c356c43a2c8505c5f69d511960f56657d5ee939"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "2573828c7f0e655de3d989ab82d04feaa8dd6a091c7254cd380ca54e3184f2eb"; + sha256_unsigned = "2573828c7f0e655de3d989ab82d04feaa8dd6a091c7254cd380ca54e3184f2eb"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "2cc35376091f6abd64b177cc0e5d847773147c8f86be6d395516f95b0a5fde32"; + sha256_unsigned = "2cc35376091f6abd64b177cc0e5d847773147c8f86be6d395516f95b0a5fde32"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-sky_sr102-squashfs-cfe.bin"; + sha256 = "fa21d205d631025fc34570c770994b9d4f830875105eba24ca7588e6240488df"; + sha256_unsigned = "fa21d205d631025fc34570c770994b9d4f830875105eba24ca7588e6240488df"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "fc4b916586137784a0953473cb71e62f740daa2ffc617d3684d657c6a9c1d553"; + sha256_unsigned = "fc4b916586137784a0953473cb71e62f740daa2ffc617d3684d657c6a9c1d553"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "907617a6ea633172079905b7749966f24f084d19f2d5b5d4ffb3a2e0c394bed2"; + sha256_unsigned = "907617a6ea633172079905b7749966f24f084d19f2d5b5d4ffb3a2e0c394bed2"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "7986fd698e7d488171556aee18133137ff39fdf9a749e91dcb78a3f4df2dd9f7"; + sha256_unsigned = "7986fd698e7d488171556aee18133137ff39fdf9a749e91dcb78a3f4df2dd9f7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "314e280353edc6704c2d943ef211a93f38b024b7fc2c10860f6b7e7538151430"; + sha256_unsigned = "314e280353edc6704c2d943ef211a93f38b024b7fc2c10860f6b7e7538151430"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "a17d1a931a871a52960ec12bea38b5770ad670b40ae4d310dbab5dfe0711885a"; + sha256_unsigned = "a17d1a931a871a52960ec12bea38b5770ad670b40ae4d310dbab5dfe0711885a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "f7282239819a567a2991453042ef6f475c81af604bc22c0b7555b2b626117a32"; + sha256_unsigned = "f7282239819a567a2991453042ef6f475c81af604bc22c0b7555b2b626117a32"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-generic-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-generic-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "e6898b8ca3c0b55ab10574bf4dc3f9bac9098dd5767d5131d19088688fcbe3f1"; + sha256_unsigned = "e6898b8ca3c0b55ab10574bf4dc3f9bac9098dd5767d5131d19088688fcbe3f1"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "bcm63xx/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "be814ac21d2b05ca048ad9e8e5c1c6cec55b2677809388309c0251115c9556a7"; + sha256_unsigned = "be814ac21d2b05ca048ad9e8e5c1c6cec55b2677809388309c0251115c9556a7"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-adb_a4001n-squashfs-cfe.bin"; + sha256 = "7600f72ec5e97f39d54af245671bde93f2260db2eb4ba32350179444a85ee3e7"; + sha256_unsigned = "7600f72ec5e97f39d54af245671bde93f2260db2eb4ba32350179444a85ee3e7"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "ffc28df78bc0d3c9a28eb9c97482f6d6a480e4f7c813cd64a64dc5453e411183"; + sha256_unsigned = "ffc28df78bc0d3c9a28eb9c97482f6d6a480e4f7c813cd64a64dc5453e411183"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "b55b049fddb1d8aefca60f5d8bb756602614a44e34d1d87f18e8ff8fb95a25ad"; + sha256_unsigned = "b55b049fddb1d8aefca60f5d8bb756602614a44e34d1d87f18e8ff8fb95a25ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-adb_av4202n-squashfs-cfe.bin"; + sha256 = "e891b5848bfed867b2b183bfe441a0e9c886458a555a987c6733b16aec1ee14c"; + sha256_unsigned = "e891b5848bfed867b2b183bfe441a0e9c886458a555a987c6733b16aec1ee14c"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "deb29ff07a8f887e3e0d0d5f67ac077454c2544a0deb9d6932e2a9268e79cbb4"; + sha256_unsigned = "deb29ff07a8f887e3e0d0d5f67ac077454c2544a0deb9d6932e2a9268e79cbb4"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "b8c3b3289d46735625e518555371c28dfe639eca9a7be62e8fe79d4bf9faf16d"; + sha256_unsigned = "b8c3b3289d46735625e518555371c28dfe639eca9a7be62e8fe79d4bf9faf16d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "4a4c9f995af6d95ed53616fc8ad31f0c875922c819803186d8afd65127134b20"; + sha256_unsigned = "4a4c9f995af6d95ed53616fc8ad31f0c875922c819803186d8afd65127134b20"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "c4493f0e1b8fd7aba590b8693da4e7e87954c802b960fe466669dd888e0090f4"; + sha256_unsigned = "c4493f0e1b8fd7aba590b8693da4e7e87954c802b960fe466669dd888e0090f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "fe3faa3fd9354fd9077800d80bea5ec8c89c714b67cda0fb4179652d7dd1a6c8"; + sha256_unsigned = "fe3faa3fd9354fd9077800d80bea5ec8c89c714b67cda0fb4179652d7dd1a6c8"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "452f132317f3d42053072c84f4722cc07d91e20f02f3977194a056d992a34f03"; + sha256_unsigned = "452f132317f3d42053072c84f4722cc07d91e20f02f3977194a056d992a34f03"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "452f132317f3d42053072c84f4722cc07d91e20f02f3977194a056d992a34f03"; + sha256_unsigned = "452f132317f3d42053072c84f4722cc07d91e20f02f3977194a056d992a34f03"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "4193d15b007cc3f31a990a82b5789adda2a07bd270a1b597481ad183741f481c"; + sha256_unsigned = "4193d15b007cc3f31a990a82b5789adda2a07bd270a1b597481ad183741f481c"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "de54800df35dd60c44dcf53a31eee176f87beb7d4660ab107b045a2c5ffc442d"; + sha256_unsigned = "de54800df35dd60c44dcf53a31eee176f87beb7d4660ab107b045a2c5ffc442d"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "de54800df35dd60c44dcf53a31eee176f87beb7d4660ab107b045a2c5ffc442d"; + sha256_unsigned = "de54800df35dd60c44dcf53a31eee176f87beb7d4660ab107b045a2c5ffc442d"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "15a778b502222df915742a3332fc14ef80b5864e025ee9f384d0f33f58646f0b"; + sha256_unsigned = "15a778b502222df915742a3332fc14ef80b5864e025ee9f384d0f33f58646f0b"; + type = "cfe-16M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "28f5b2b1d4d3640f2af499a9a04a15345c4715f89920b561c47695032e95995f"; + sha256_unsigned = "28f5b2b1d4d3640f2af499a9a04a15345c4715f89920b561c47695032e95995f"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "2840ab215d0b4f237075945a00d0f915ab3e4cc71e90208095950765e5898573"; + sha256_unsigned = "2840ab215d0b4f237075945a00d0f915ab3e4cc71e90208095950765e5898573"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "8f01d10d4ab035fe942c80c0a773468d53fd5805b9071c94b0703e750866cd2f"; + sha256_unsigned = "8f01d10d4ab035fe942c80c0a773468d53fd5805b9071c94b0703e750866cd2f"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "1842f2f4a478cbe1625cc54abbc838574a390287e4cc4dee1ab417dae623afed"; + sha256_unsigned = "1842f2f4a478cbe1625cc54abbc838574a390287e4cc4dee1ab417dae623afed"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "20cb5ced8a1901508a4baf9c6ac8168faf93622d1baa5c4c75772c0c5971384d"; + sha256_unsigned = "20cb5ced8a1901508a4baf9c6ac8168faf93622d1baa5c4c75772c0c5971384d"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "d281fcef7d7569da2497be90015c0f6731cd5f93272b398a6a3035f80bc33554"; + sha256_unsigned = "d281fcef7d7569da2497be90015c0f6731cd5f93272b398a6a3035f80bc33554"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "8f2868f93e693df72ba8e090d403cb3187654313239f7d288cc3f30c649d39fd"; + sha256_unsigned = "8f2868f93e693df72ba8e090d403cb3187654313239f7d288cc3f30c649d39fd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "dcb8ffa87cef6bf1da98d9856e325923f7ba176e7d599074ea9055f239e085ef"; + sha256_unsigned = "dcb8ffa87cef6bf1da98d9856e325923f7ba176e7d599074ea9055f239e085ef"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "26d8a4bca4005c4beab97470e45395d2f38ed44ae052a299995c38c88a722d2c"; + sha256_unsigned = "26d8a4bca4005c4beab97470e45395d2f38ed44ae052a299995c38c88a722d2c"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "4f1f96f823ca0b5884638de09f2c17556f8c1e21ff17299c777ac40f59cdc485"; + sha256_unsigned = "4f1f96f823ca0b5884638de09f2c17556f8c1e21ff17299c777ac40f59cdc485"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "e5a65febfda525ed8b124dae8188ce8043109a386f04ec647f9ea6855b46bd90"; + sha256_unsigned = "e5a65febfda525ed8b124dae8188ce8043109a386f04ec647f9ea6855b46bd90"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "5b759d0d294f56679c9814ebd478196b0a8b6c5b013cc380ca9fc1a81997a560"; + sha256_unsigned = "5b759d0d294f56679c9814ebd478196b0a8b6c5b013cc380ca9fc1a81997a560"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "d6c7a1618c92ea58c01c52f16fb9af889df44ce9a9abbb6130bd7798bb683c85"; + sha256_unsigned = "d6c7a1618c92ea58c01c52f16fb9af889df44ce9a9abbb6130bd7798bb683c85"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vg-8050 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-comtrend_vg-8050"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-comtrend_vg-8050-squashfs-sysupgrade.bin"; + sha256 = "114d85053dcae5b9360b34f022e06150d9b04af618a41e518a42867d4539284e"; + sha256_unsigned = "31081bb99d447e9530196b16080259c0047267dc833eed9ad2b57ac82b5beb8e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-comtrend_vg-8050-squashfs-cfe.bin"; + sha256 = "eff531328f88b47d12d1baefed1a389130d2189be0d04d99d452edf7307fe188"; + sha256_unsigned = "eff531328f88b47d12d1baefed1a389130d2189be0d04d99d452edf7307fe188"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vg-8050" + ]; + titles = [ + { + model = "VG-8050"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "34581e51ea2a19a8f5d6f1cd9e65d9a79db2fb7ff0a958c5abb9301955779576"; + sha256_unsigned = "34581e51ea2a19a8f5d6f1cd9e65d9a79db2fb7ff0a958c5abb9301955779576"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "161288037d9d20a72fd193ec9624ddece071cc83c2d3be39bfbc9204ba0254ce"; + sha256_unsigned = "161288037d9d20a72fd193ec9624ddece071cc83c2d3be39bfbc9204ba0254ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "cbd0f5feef7b6aadcec38f8ee4b422c9b7b60016edbffcb1b815e6e321df8c13"; + sha256_unsigned = "cbd0f5feef7b6aadcec38f8ee4b422c9b7b60016edbffcb1b815e6e321df8c13"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "82945fecdc53a4d6a6adeba64baf6e3304cca1e79971f69c133d338da29c12a9"; + sha256_unsigned = "82945fecdc53a4d6a6adeba64baf6e3304cca1e79971f69c133d338da29c12a9"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3032u = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-comtrend_vr-3032u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-comtrend_vr-3032u-squashfs-sysupgrade.bin"; + sha256 = "a6ba9c7b069e60d5d09c7aef80cac953f636d079ce5fe31a694a25bc0bdf7dfe"; + sha256_unsigned = "bab82e00fb062ced5c474566d19ee7a8177ec93190495f1da9093c09f181764c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-comtrend_vr-3032u-squashfs-cfe.bin"; + sha256 = "d781cd65bc24c2d878a43411e51b6b0823161e5a67bc94421db3a3d3c2fc0361"; + sha256_unsigned = "d781cd65bc24c2d878a43411e51b6b0823161e5a67bc94421db3a3d3c2fc0361"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3032u" + ]; + titles = [ + { + model = "VR-3032u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "54361a5a7d4075e2279b6d062e4f7241e1cce4682eb5a9a3652f1f2d6d695d92"; + sha256_unsigned = "54361a5a7d4075e2279b6d062e4f7241e1cce4682eb5a9a3652f1f2d6d695d92"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "ad1c07d42dc77ad1c520bbed9b7ba1bab5f6b11a4fc721b526df784cd124b3e1"; + sha256_unsigned = "ad1c07d42dc77ad1c520bbed9b7ba1bab5f6b11a4fc721b526df784cd124b3e1"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "06d19c0abb9b36a94874c465f2ee9dcbe26ac717384a1b4b3fdc8a334ea86b03"; + sha256_unsigned = "06d19c0abb9b36a94874c465f2ee9dcbe26ac717384a1b4b3fdc8a334ea86b03"; + type = "cfe-AU"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "eafe3c7459cd739171bb2e1a7e2d1e10837de6b025ed4cc68dca0d1279729904"; + sha256_unsigned = "eafe3c7459cd739171bb2e1a7e2d1e10837de6b025ed4cc68dca0d1279729904"; + type = "cfe-EU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "8ee3adf33bd858e845aa612c4b80cfdd79defb7ec2d80ddd8a310bc9714e6713"; + sha256_unsigned = "8ee3adf33bd858e845aa612c4b80cfdd79defb7ec2d80ddd8a310bc9714e6713"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "8ee3adf33bd858e845aa612c4b80cfdd79defb7ec2d80ddd8a310bc9714e6713"; + sha256_unsigned = "8ee3adf33bd858e845aa612c4b80cfdd79defb7ec2d80ddd8a310bc9714e6713"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "fcbd44ee8d65cbcba83c22beb9f1602583edd50c5c3f018d9d75bf30b05f37bb"; + sha256_unsigned = "fcbd44ee8d65cbcba83c22beb9f1602583edd50c5c3f018d9d75bf30b05f37bb"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "bca15eec0ed1321491df39fed266b42f90afba76530e17cd6e08a2d464a37183"; + sha256_unsigned = "bca15eec0ed1321491df39fed266b42f90afba76530e17cd6e08a2d464a37183"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "fed4d7dc50ff40d7b9697087f765449565c9f39b5c3a1fc485b5694bbbddd769"; + sha256_unsigned = "fed4d7dc50ff40d7b9697087f765449565c9f39b5c3a1fc485b5694bbbddd769"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "a77d8d2ab1c078e0c0ee75f68d046c9320a846241677302873bc249fb6472eb6"; + sha256_unsigned = "a77d8d2ab1c078e0c0ee75f68d046c9320a846241677302873bc249fb6472eb6"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "14b3abe37f8486a91fc00f074a29168c0463df1299043f285668f3d3c1976f50"; + sha256_unsigned = "14b3abe37f8486a91fc00f074a29168c0463df1299043f285668f3d3c1976f50"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "01d36b7323a26d972c49bfe7fa80f604dafcb0ae6fed57393874bb425e04afc0"; + sha256_unsigned = "01d36b7323a26d972c49bfe7fa80f604dafcb0ae6fed57393874bb425e04afc0"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "f88c2859dd78321b9c3d4584533b9fc7c30b2f45a06a471eeaafdc03b8de6db9"; + sha256_unsigned = "f88c2859dd78321b9c3d4584533b9fc7c30b2f45a06a471eeaafdc03b8de6db9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "ff9c551ec9aca8f278f131a5e858d437fa1dbd056e5b02d7a741b0ac5a713686"; + sha256_unsigned = "ff9c551ec9aca8f278f131a5e858d437fa1dbd056e5b02d7a741b0ac5a713686"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "1de9e9dd63977a3299ed879ab5c8bc1525aa8e946f703131f73f07b8f1fc238f"; + sha256_unsigned = "1de9e9dd63977a3299ed879ab5c8bc1525aa8e946f703131f73f07b8f1fc238f"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + huawei_hg253s-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-huawei_hg253s-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-huawei_hg253s-v2-squashfs-flash.bin"; + sha256 = "3120f647c6bb4d840d0c0321bf938ef57617ab40ffe14006a507e34cf24836ce"; + sha256_unsigned = "3120f647c6bb4d840d0c0321bf938ef57617ab40ffe14006a507e34cf24836ce"; + type = "flash"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-huawei_hg253s-v2-squashfs-sysupgrade.bin"; + sha256 = "d20513b10620e05a10e2963c5501128fe174fd0c2794efbfe5db340ef3690113"; + sha256_unsigned = "5a9a5aa3e22bc21fedc0c1720037343d7296f0a2abb9fd00afa2e922415fd15d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg253s-v2" + ]; + titles = [ + { + model = "HG253s"; + variant = "v2"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "3a92d050e48a0604c7becf9c033e07e3701e280b8fef6d877ecbc6181b906257"; + sha256_unsigned = "3a92d050e48a0604c7becf9c033e07e3701e280b8fef6d877ecbc6181b906257"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "bc79b6b63f7c64169b1b30ee09b48f16b9209a61f7eb873163a51aead4612eeb"; + sha256_unsigned = "bc79b6b63f7c64169b1b30ee09b48f16b9209a61f7eb873163a51aead4612eeb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "c108631e580786d66136c8e3f2e2f7003c6275bd3692e282f6eaab88573f0467"; + sha256_unsigned = "c108631e580786d66136c8e3f2e2f7003c6275bd3692e282f6eaab88573f0467"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3700-v2 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-netgear_dgnd3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-cfe.bin"; + sha256 = "e148699fe8e35ff0cbf81daf564b5a7e8bd62b94481c26eacb882cc7c06dcef3"; + sha256_unsigned = "e148699fe8e35ff0cbf81daf564b5a7e8bd62b94481c26eacb882cc7c06dcef3"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-sysupgrade.bin"; + sha256 = "86daa83603460f489f1eaf48cedfba9c35e658dc4768ff63c52e9490b886daba"; + sha256_unsigned = "ef856dab1ed1e05824a738402b89111d8e81d5d43216f5b431f81c0fc2a2faee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v2" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "1ce645fc97e32d78d5b768c5b653025faf4812af3ef5461a0f52b1369f2cdfc2"; + sha256_unsigned = "1ce645fc97e32d78d5b768c5b653025faf4812af3ef5461a0f52b1369f2cdfc2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "58c81faf552f8575ececa9d68126980c8ccfc214e40226aff5a13078acf8e9c4"; + sha256_unsigned = "58c81faf552f8575ececa9d68126980c8ccfc214e40226aff5a13078acf8e9c4"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-netgear_evg2000-squashfs-factory.chk"; + sha256 = "f683383ae5e5103237d66e12594de494fd4492fb06fd27b3d999d3339846e8da"; + sha256_unsigned = "f683383ae5e5103237d66e12594de494fd4492fb06fd27b3d999d3339846e8da"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "47642c8a9a5ead46a0e3716e39c5c3ff887fd65f8f83907fddf55a2bfb25a497"; + sha256_unsigned = "47642c8a9a5ead46a0e3716e39c5c3ff887fd65f8f83907fddf55a2bfb25a497"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "a495ac7d0dc66386780ce3afc180673ea52a9056025753b7935fd11a751bb7af"; + sha256_unsigned = "a495ac7d0dc66386780ce3afc180673ea52a9056025753b7935fd11a751bb7af"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "506cbf45f83cd76c710dc03359552edbe16573423788ea5cbc4e5efd990ffe31"; + sha256_unsigned = "506cbf45f83cd76c710dc03359552edbe16573423788ea5cbc4e5efd990ffe31"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "5248cea54f65938e1ceebc8145d11264f6ee65ce2014b668a79a3473eb7ace5c"; + sha256_unsigned = "5248cea54f65938e1ceebc8145d11264f6ee65ce2014b668a79a3473eb7ace5c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "4f31545ae2b62ecc48e2787522dfd0db0e58be9674e51490f392e62160243c12"; + sha256_unsigned = "4f31545ae2b62ecc48e2787522dfd0db0e58be9674e51490f392e62160243c12"; + type = "cfe"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "8dfd26eab249890b85469efff5e6ff3d315c5f7a20c1d1d4b866745eb4abcc54"; + sha256_unsigned = "8dfd26eab249890b85469efff5e6ff3d315c5f7a20c1d1d4b866745eb4abcc54"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "4f4444da12236ef06128c44a981aed1ccb649f8ece4db38ce71853d739bb7416"; + sha256_unsigned = "4f4444da12236ef06128c44a981aed1ccb649f8ece4db38ce71853d739bb7416"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "3d013bc106964657c18a22021633a6e22ba4f49fc76d4966175bb40a2a55e73c"; + sha256_unsigned = "3d013bc106964657c18a22021633a6e22ba4f49fc76d4966175bb40a2a55e73c"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "2d1a2b2b4bd486ecbe9bb518796f1a4fcca482cf9c4761f93c5cf5fc7258ec35"; + sha256_unsigned = "2d1a2b2b4bd486ecbe9bb518796f1a4fcca482cf9c4761f93c5cf5fc7258ec35"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "eb34682e33832565653ef15e7e484b80a00f795fb89c8c75f78103661e2f18e7"; + sha256_unsigned = "eb34682e33832565653ef15e7e484b80a00f795fb89c8c75f78103661e2f18e7"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "f86b7593ee8a5d7cfdd23424e7f88a299ae8faa287fd3bc0d826794f563aabe3"; + sha256_unsigned = "f86b7593ee8a5d7cfdd23424e7f88a299ae8faa287fd3bc0d826794f563aabe3"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "5c406d91640025275769feffbddb40c004c3a823f954f85e1f53cd0e0aef9263"; + sha256_unsigned = "5c406d91640025275769feffbddb40c004c3a823f954f85e1f53cd0e0aef9263"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-sercomm_ad1018"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-sercomm_ad1018-squashfs-factory.img"; + sha256 = "e90230321b2691ee639f7da6caf733755a6c3c089dc1ba0abe5155c42eb270bd"; + sha256_unsigned = "e90230321b2691ee639f7da6caf733755a6c3c089dc1ba0abe5155c42eb270bd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-sercomm_ad1018-squashfs-sysupgrade.bin"; + sha256 = "c08e38780e0c7803e6140dd284a07f81df9404d142d3f62159c5ac18eb19ff1b"; + sha256_unsigned = "b84c7df0f13327ec898df04f12f6e8fcf342c1f9939feef8b91ada66cfdf5fae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,ad1018" + ]; + titles = [ + { + model = "AD1018"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "3464c677c731478cbf20b73e52250f0c4fc00597a7c38f0becf14dfb7b0b4392"; + sha256_unsigned = "3464c677c731478cbf20b73e52250f0c4fc00597a7c38f0becf14dfb7b0b4392"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-lowi = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-sercomm_h500-s-lowi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-sysupgrade.bin"; + sha256 = "dc75b15fc1138d8a7dccf1cc9564239731df9750bfc5e601d7064586175d5c53"; + sha256_unsigned = "c6e8591677d43fc38ca74e39dcea499c163fc6420790a11fdbd003ef58031a42"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-factory.img"; + sha256 = "ed977ed49b04970ee08af21cb12fa97a5283dafbbbc3a795754e9a562776140b"; + sha256_unsigned = "ed977ed49b04970ee08af21cb12fa97a5283dafbbbc3a795754e9a562776140b"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,h500-s-lowi" + ]; + titles = [ + { + model = "H500-s"; + variant = "lowi"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-vfes = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-sercomm_h500-s-vfes"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-factory.img"; + sha256 = "68ba92ced629c94ffa88c230a903ddf9f81df6e63576a8aefd2d132d76b6a3fa"; + sha256_unsigned = "68ba92ced629c94ffa88c230a903ddf9f81df6e63576a8aefd2d132d76b6a3fa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-sysupgrade.bin"; + sha256 = "09bd82d13e0a133cc75f5fdf4ed7a2c864612a66c0a2f35a376d60a2376ddfd4"; + sha256_unsigned = "bfe4aa00d681c7c7ce0dc03c8ef2fbf1e342bf7e7585118211652948f9fd4577"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-vfes" + ]; + titles = [ + { + model = "H500-s"; + variant = "vfes"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "9464b45bc7e1b0b6d7ad933f6d5712a4deae21c1996580f03d1389fab5fd75a8"; + sha256_unsigned = "9464b45bc7e1b0b6d7ad933f6d5712a4deae21c1996580f03d1389fab5fd75a8"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "6394095f24d65bc98ccb371aade4aea9f4d1c73fc0d5b805856411afec8de5c5"; + sha256_unsigned = "6394095f24d65bc98ccb371aade4aea9f4d1c73fc0d5b805856411afec8de5c5"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "ea48db8727abe2a27fe87d7788009138d3cf4766db504de1520724acb5a423e4"; + sha256_unsigned = "ea48db8727abe2a27fe87d7788009138d3cf4766db504de1520724acb5a423e4"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-sky_sr102-squashfs-cfe.bin"; + sha256 = "aa5bfac133ac76cff478a2eaf98a01a1ebdd1d7083a651e91e7771304690ae42"; + sha256_unsigned = "aa5bfac133ac76cff478a2eaf98a01a1ebdd1d7083a651e91e7771304690ae42"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "6607ffc1881df2fe7484a3a92621266f9ed9891894ed5815bb9e69d370318c58"; + sha256_unsigned = "6607ffc1881df2fe7484a3a92621266f9ed9891894ed5815bb9e69d370318c58"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "48a4b8f5ebc466e48d56237bf1a803dea78ff4697079614f5b9f3ff0064cb82b"; + sha256_unsigned = "48a4b8f5ebc466e48d56237bf1a803dea78ff4697079614f5b9f3ff0064cb82b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "0712960a6a4553cc2322d39f70715bb216d7976a14e49607ad3c36729c8d218a"; + sha256_unsigned = "0712960a6a4553cc2322d39f70715bb216d7976a14e49607ad3c36729c8d218a"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "c18109211ab6b623807034bb2f615756609a11c38f10473895f402eb7d562df0"; + sha256_unsigned = "c18109211ab6b623807034bb2f615756609a11c38f10473895f402eb7d562df0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "ee31ec1445ab2e34122680b201efb63851f70e3ea5df185b7505bbeea23bdeca"; + sha256_unsigned = "ee31ec1445ab2e34122680b201efb63851f70e3ea5df185b7505bbeea23bdeca"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "4eb2628392e937f41c338bd3551b0d63d6f4ce8eb8f2eaeb0b85f9d4ea57ca83"; + sha256_unsigned = "4eb2628392e937f41c338bd3551b0d63d6f4ce8eb8f2eaeb0b85f9d4ea57ca83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-bcm63xx-smp-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-bcm63xx-smp-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "e88256d47209c29cc0fcad62a68206056f2db742ec87ac34946bd0ca860b859e"; + sha256_unsigned = "e88256d47209c29cc0fcad62a68206056f2db742ec87ac34946bd0ca860b859e"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "bcm63xx/smp"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.4-gemini-dlink_dir-685"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "c5ac2feb1919816d411ad980d9a0f4f9857af7ca5432a87cefe14f454df5b43d"; + sha256_unsigned = "82a0bd054251676daa9b1778f29860e6973129df7bfda2fe0f7adc6edf3b3093"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-gemini-dlink_dir-685-ext4-sysupgrade.bin"; + sha256 = "9837ca737be1a6d1796f4d97c9f58c9294759698691127a87b57f715fe11b550"; + sha256_unsigned = "9bef2b079ccd77eb9dcc77ebd175e503fa3cde3fee9e0e3107fe8f7fc1ef9ad1"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-gemini-dlink_dir-685-ext4-factory.bin"; + sha256 = "842af51ab5bfc0433c5c5cfccc54c8eda3c652332a4552392730c8c797cd08f2"; + sha256_unsigned = "842af51ab5bfc0433c5c5cfccc54c8eda3c652332a4552392730c8c797cd08f2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "47f983236922472443e8b70a5974bb1c7dc8c55174837f8ff36b15c5cc2c70b2"; + sha256_unsigned = "47f983236922472443e8b70a5974bb1c7dc8c55174837f8ff36b15c5cc2c70b2"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + model = "DIR-685 Xtreme N Storage Router"; + vendor = "D-Link"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.4-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "c1f41eeaf8c3875b963f24cceb4cfcfc32c0b8eb198b8304de11698459c267c2"; + sha256_unsigned = "c1f41eeaf8c3875b963f24cceb4cfcfc32c0b8eb198b8304de11698459c267c2"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + model = "DNS-313 1-Bay Network Storage Enclosure"; + vendor = "D-Link"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-22.03.4-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "2cb3e0b656e12951b23696ed6df47a593e3d8dc2f06bd1042599c466f26011bd"; + sha256_unsigned = "2cb3e0b656e12951b23696ed6df47a593e3d8dc2f06bd1042599c466f26011bd"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + model = "Square One SQ201"; + vendor = "ITian"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.4-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "d86a7d3600f2850340398d9d1e3fb87b68082218187cfb605231a1c7203304bc"; + sha256_unsigned = "d86a7d3600f2850340398d9d1e3fb87b68082218187cfb605231a1c7203304bc"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + model = "NAS IB-4220-B"; + vendor = "Raidsonic"; + } + ]; + }; + storlink_sl93512r = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.4-gemini-storlink_sl93512r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-gemini-storlink_sl93512r-squashfs-factory.bin"; + sha256 = "3d33b4bbda77867d1127b2e098dcb4868672b3edc98e98fa1fa937d8fbe64381"; + sha256_unsigned = "3d33b4bbda77867d1127b2e098dcb4868672b3edc98e98fa1fa937d8fbe64381"; + type = "factory"; + } + ]; + supported_devices = [ + "storlink,sl93512r" + ]; + titles = [ + { + model = "SL93512r"; + vendor = "StorLink"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "gemini/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + imx = { + cortexa9 = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + solidrun_cubox-i = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.4-imx-cortexa9-solidrun_cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-imx-cortexa9-solidrun_cubox-i-squashfs-combined.bin"; + sha256 = "f1cefd3a435971d075def48f0a2c8724a6390ba5cda7882cb36a6e3026427a98"; + sha256_unsigned = "f1cefd3a435971d075def48f0a2c8724a6390ba5cda7882cb36a6e3026427a98"; + type = "combined"; + } + ]; + supported_devices = [ + "solidrun,cubox-i" + ]; + titles = [ + { + model = "CuBox-i"; + vendor = "SolidRun"; + } + ]; + }; + toradex_apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-22.03.4-imx-cortexa9-toradex_apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-imx-cortexa9-toradex_apalis-squashfs.sysupgrade.bin"; + sha256 = "444a13d254bcf8195a243faa307a627567b455a63220211fbe5730d5ffcb11b6"; + sha256_unsigned = "f9e1a15cbca4adb80de222c1e36507d2f843bbf3d7cd69acca87fb66454bbf64"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.4-imx-cortexa9-toradex_apalis-recovery.scr"; + sha256 = "61a2ead399addfae8711d8c559ae8abf73dedc401d762cb0a08add18ac849099"; + sha256_unsigned = "61a2ead399addfae8711d8c559ae8abf73dedc401d762cb0a08add18ac849099"; + type = "recovery.scr"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-imx-cortexa9-toradex_apalis-squashfs.combined.bin"; + sha256 = "82d46836dca04006af209e4262e5985fed9e14e3c192a23329887ed2e07c1e0d"; + sha256_unsigned = "82d46836dca04006af209e4262e5985fed9e14e3c192a23329887ed2e07c1e0d"; + type = "combined"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + model = "Apalis family"; + vendor = "Toradex"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-22.03.4-imx-cortexa9-gateworks_ventana"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-imx-cortexa9-gateworks_ventana-squashfs-nand.ubi"; + sha256 = "cdcd73ebf8f8fedf332bb66be6584a1dbcf4129cd5e3423d2f747aa903497aab"; + sha256_unsigned = "cdcd73ebf8f8fedf332bb66be6584a1dbcf4129cd5e3423d2f747aa903497aab"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-imx-cortexa9-gateworks_ventana-squashfs-bootfs.tar.gz"; + sha256 = "e8e8dd5633af489f9ac7c9b4f40e876fd360a6d256beed4598dcfbf7a71c1d7d"; + sha256_unsigned = "e8e8dd5633af489f9ac7c9b4f40e876fd360a6d256beed4598dcfbf7a71c1d7d"; + type = "bootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-imx-cortexa9-gateworks_ventana-large-squashfs-nand.ubi"; + sha256 = "1dff09876ec8ab3fd6c11eb3107ce3b9492e559d6e885adbcddc6f4ea79a6d14"; + sha256_unsigned = "1dff09876ec8ab3fd6c11eb3107ce3b9492e559d6e885adbcddc6f4ea79a6d14"; + type = "nand"; + } + ]; + supported_devices = [ + "gateworks,ventana" + ]; + titles = [ + { + model = "Ventana family"; + variant = "normal NAND flash"; + vendor = "Gateworks"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "imx/cortexa9"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-board-qca4019" + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_habanero-dvk" = { + device_packages = [ + "ipq-wifi-8dev_habanero-dvk" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-8dev_habanero-dvk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-8dev_habanero-dvk-initramfs-fit-uImage.itb"; + sha256 = "3f7253359ac9bb3006ea98ff3c8f64e4f0525698970f8c23c06407c949ef259e"; + sha256_unsigned = "3f7253359ac9bb3006ea98ff3c8f64e4f0525698970f8c23c06407c949ef259e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-8dev_habanero-dvk-squashfs-sysupgrade.bin"; + sha256 = "3f12671f0f8528f5867b5232d26097bc54c4d42329ae52a6dd515bc3c613998a"; + sha256_unsigned = "57b8147859a4faa436d8cfe7bed70e12db8b212a548ece02219e6679d7c4f9be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,habanero-dvk" + ]; + titles = [ + { + model = "Habanero DVK"; + vendor = "8devices"; + } + ]; + }; + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "06036b64d11ab6cd84eb6e7a8c8956393cd2b7ecb68f0ed24fabdb61c0ae5eef"; + sha256_unsigned = "06036b64d11ab6cd84eb6e7a8c8956393cd2b7ecb68f0ed24fabdb61c0ae5eef"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "5bcfaf54ddbcfc5ac9e0b6b93fcffc5624309ed803d0512ef6951008595a9f9f"; + sha256_unsigned = "e83bfd06417048b1910b3357f6268705796c24e0d88ccf678604e07319342ec2"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-8dev_jalapeno-initramfs-fit-uImage.itb"; + sha256 = "b2365a4d4824efcf29c0372066876a88b2534011aeffd95d69da04c0d66a6e38"; + sha256_unsigned = "b2365a4d4824efcf29c0372066876a88b2534011aeffd95d69da04c0d66a6e38"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + model = "Jalapeno"; + vendor = "8devices"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-alfa-network_ap120c-ac-initramfs-fit-uImage.itb"; + sha256 = "932507054cc209771fcaf906bacab26073c4cf0c47ff0d7e85ddcf480270407c"; + sha256_unsigned = "932507054cc209771fcaf906bacab26073c4cf0c47ff0d7e85ddcf480270407c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "b8f8199eb5b71d83b6e6cc0ae2f851b85d6afe69925f7b9700298ff0fd639eef"; + sha256_unsigned = "cddc15f48bc8e63ec21515965ae702a20738d2d69b07832c6381aec8904ae7d1"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "670bfa3fee9e38deade27b592fa4f0b47bf1f01a55e8da9988de8a3244ef30dd"; + sha256_unsigned = "670bfa3fee9e38deade27b592fa4f0b47bf1f01a55e8da9988de8a3244ef30dd"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + model = "AP120C-AC"; + vendor = "ALFA Network"; + } + ]; + }; + aruba_ap-303 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-aruba_ap-303"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-aruba_ap-303-initramfs-fit-uImage.itb"; + sha256 = "5f1ebb935decf8bb8f9b0f9824c8fe261fce9676ad82f37755f2500e848cf4ee"; + sha256_unsigned = "5f1ebb935decf8bb8f9b0f9824c8fe261fce9676ad82f37755f2500e848cf4ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-aruba_ap-303-squashfs-sysupgrade.bin"; + sha256 = "0c86076ec7594f7a77679e151ab5111defbe1c9d5c2e63a202fe3d688b02d74e"; + sha256_unsigned = "58c45169583f723926d267006b7288e9fb21bbab3aafbe4f826c08b155a1c17e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-303" + ]; + titles = [ + { + model = "AP-303"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-303h = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-aruba_ap-303h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-aruba_ap-303h-initramfs-fit-uImage.itb"; + sha256 = "a978206c00e3638e2056cfc1e543465a57ca255e27af288149f494d4866ed2fb"; + sha256_unsigned = "a978206c00e3638e2056cfc1e543465a57ca255e27af288149f494d4866ed2fb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-aruba_ap-303h-squashfs-sysupgrade.bin"; + sha256 = "69bbf5dee6d02f333cdb9e75336df4c48dc33852083d45ecac95fa144ec33fea"; + sha256_unsigned = "e85506c7bebc92628e430e8f8ee8723eb038618973643d1c3f843b03a367dd14"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-303h" + ]; + titles = [ + { + model = "AP-303H"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-365 = { + device_packages = [ + "kmod-hwmon-ad7418" + "ipq-wifi-aruba_ap-365" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-aruba_ap-365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-aruba_ap-365-squashfs-sysupgrade.bin"; + sha256 = "7b402f9b9a01e2c654cf08fd468c35d65df6d3b42392ca32322f46a64ba8248b"; + sha256_unsigned = "4853260ad4a86d74814150dca2d6f8ae4ca4050a911ba7fcae13c24bda3480ee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-aruba_ap-365-initramfs-fit-uImage.itb"; + sha256 = "d5a63a6b1f1c03edc276e49cad9b27c9ed51430af166ce268f8b82b832e2b8f8"; + sha256_unsigned = "d5a63a6b1f1c03edc276e49cad9b27c9ed51430af166ce268f8b82b832e2b8f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-365" + ]; + titles = [ + { + model = "AP-365"; + vendor = "Aruba"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-asus_map-ac2200-initramfs-fit-uImage.itb"; + sha256 = "77657cf810a2c66f935ce07631ae5afa40b7e2f7ccb5452356cb69490bd2f720"; + sha256_unsigned = "77657cf810a2c66f935ce07631ae5afa40b7e2f7ccb5452356cb69490bd2f720"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "2429ba62cbc37dd1b28611387bb2571db92541a72beb475e485acc8f7b6b4e9b"; + sha256_unsigned = "1357f01f1fbaf2ea25e634cab0eee9b89966efe12f856ccfccad887026ce7125"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + model = "Lyra (MAP-AC2200)"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac42u = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-asus_rt-ac42u" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-asus_rt-ac42u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-asus_rt-ac42u-initramfs-fit-uImage.itb"; + sha256 = "3b0cb0ba90cb01080f327bd55cb95d45a53546ed80bf6f99ef64088a28bed233"; + sha256_unsigned = "3b0cb0ba90cb01080f327bd55cb95d45a53546ed80bf6f99ef64088a28bed233"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-asus_rt-ac42u-squashfs-sysupgrade.bin"; + sha256 = "cde419af500b2d854562cab678e5828c50c482f146268b30f3038283a11fb32f"; + sha256_unsigned = "a08427fbb150b6884b59e126283ab7da37d0cb278c024f460cb7153a3f92adcb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac42u" + ]; + titles = [ + { + model = "RT-AC42U"; + vendor = "ASUS"; + } + { + model = "RT-ACRH17"; + vendor = "ASUS"; + } + { + model = "RT-AC2200"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "ab7f46e42adf413c77ef8146be516a57d7a03294de370bdb488cc33c5dd0e748"; + sha256_unsigned = "07ae24d57a54ca9a20fa9118004c24bdfc5660853bfeddcd5b5f226e476e37c3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-asus_rt-ac58u-initramfs-fit-uImage.itb"; + sha256 = "54d91db570ea61efd00c1332968a2e291308c5d935fcb6d9f6763a5e6465398e"; + sha256_unsigned = "54d91db570ea61efd00c1332968a2e291308c5d935fcb6d9f6763a5e6465398e"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + model = "RT-AC58U"; + vendor = "ASUS"; + } + { + model = "RT-ACRH13"; + vendor = "ASUS"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-avm_fritzbox-4040-initramfs-fit-uImage.itb"; + sha256 = "986e60e4fcf1e2fddbeacfd9d2323e9eda093c37ce99ea0692c53edd57aa08d7"; + sha256_unsigned = "986e60e4fcf1e2fddbeacfd9d2323e9eda093c37ce99ea0692c53edd57aa08d7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "de75be86a72716033e9acbe08fbc69c1cd633cc26bb1b998c35b5e9d462696f1"; + sha256_unsigned = "de75be86a72716033e9acbe08fbc69c1cd633cc26bb1b998c35b5e9d462696f1"; + type = "eva"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "db1be1c05c6b335472fb3599409cacaec8a1c76072621e280b422b375f5426c9"; + sha256_unsigned = "ddf349c6766153e6322be6f2a3871f390298304e60d7404b89dfb15e1e3de869"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + model = "FRITZ!Box 4040"; + vendor = "AVM"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-avm_fritzbox-7530-initramfs-fit-uImage.itb"; + sha256 = "98158e20008c9e1e5abe6e33a53b326e71c3974cdfa7bd87bedbcf731df0b880"; + sha256_unsigned = "98158e20008c9e1e5abe6e33a53b326e71c3974cdfa7bd87bedbcf731df0b880"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "7ba863a2bff4eeb12158e2e86606de1655a8262f38739f1be058d06ca304a54f"; + sha256_unsigned = "fda86c6c07ac00c6a54d6e770b77dc8e7a06f31de6093bcd39889de8a91fe5e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + model = "FRITZ!Box 7530"; + vendor = "AVM"; + } + { + model = "FRITZ!Box 7520"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "0d8678a93e1b6b6f1f16170aa02cd924203fd226d701486797ed2240f06d8230"; + sha256_unsigned = "04c8c1491ba457e7dd07e599455ae8f93d28c84eb09770188c0db099d18eecb4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-avm_fritzrepeater-1200-initramfs-fit-uImage.itb"; + sha256 = "d4c71bad349d11c0d816cb3ae3c978548edb5a46408be1c9314f2ab74e85505d"; + sha256_unsigned = "d4c71bad349d11c0d816cb3ae3c978548edb5a46408be1c9314f2ab74e85505d"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + model = "FRITZ!Repeater 1200"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-avm_fritzrepeater-3000-initramfs-fit-uImage.itb"; + sha256 = "96880b24f2e7f2ecfb1c939d90a249afaa8d3799a578bd7c380fa72dd84758e1"; + sha256_unsigned = "96880b24f2e7f2ecfb1c939d90a249afaa8d3799a578bd7c380fa72dd84758e1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "b239ae758b0ac6efda86fa35ea0de9d7e2a4bca7e8f75ee559141e06be1e7d47"; + sha256_unsigned = "ede430def9e4a39a60213805d291889e5ff9882ba167b5f0d34d0e0961db3d14"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + model = "FRITZ!Repeater 3000"; + vendor = "AVM"; + } + ]; + }; + buffalo_wtr-m2133hp = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-buffalo_wtr-m2133hp" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-buffalo_wtr-m2133hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-sysupgrade.bin"; + sha256 = "eebf42f918b5b9bc4b9ecac3facdec9ad94068bbf29139ae929062fc872f4c76"; + sha256_unsigned = "db81bbc8b1c6fdefa5fb08e6fbbe6e4d4a8347612bce588f90e4be77070bee30"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-factory.ubi"; + sha256 = "2d2c7ae142ab91f958755fcad9460f00e3db86952cbafd8d7f765dc21d21e12f"; + sha256_unsigned = "2d2c7ae142ab91f958755fcad9460f00e3db86952cbafd8d7f765dc21d21e12f"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-buffalo_wtr-m2133hp-initramfs-fit-uImage.itb"; + sha256 = "a957e368ecc0fa31f743da49420033bd31a82cae81619a52b2ec4151d207edd5"; + sha256_unsigned = "a957e368ecc0fa31f743da49420033bd31a82cae81619a52b2ec4151d207edd5"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wtr-m2133hp" + ]; + titles = [ + { + model = "WTR-M2133HP"; + vendor = "Buffalo"; + } + ]; + }; + cellc_rtl30vw = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-cellc_rtl30vw" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-cellc_rtl30vw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-cellc_rtl30vw-initramfs-fit-zImage.itb"; + sha256 = "a25ce90dfa73c1721aa73fddb61efc3588c3f782fcbcbd2519ae9cbaffca35d8"; + sha256_unsigned = "a25ce90dfa73c1721aa73fddb61efc3588c3f782fcbcbd2519ae9cbaffca35d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-factory.bin"; + sha256 = "e2fd6f23feaee9eacc1d9f50b5c279719887d47343e76bab21ebc14799a252be"; + sha256_unsigned = "e2fd6f23feaee9eacc1d9f50b5c279719887d47343e76bab21ebc14799a252be"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-sysupgrade.bin"; + sha256 = "6785884665b9c3ee277569e2bf6f9628eb5c9cd48c4b2c0188d89ddde00e2bb0"; + sha256_unsigned = "34e0fd6f614dd6976001a3adb1419400e481f8481e7cf1d0919906054dc8b4f4"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "cellc,rtl30vw" + ]; + titles = [ + { + model = "RTL30VW"; + vendor = "Cell C"; + } + ]; + }; + cilab_meshpoint-one = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-iio-bmp280-i2c" + "kmod-hwmon-ina2xx" + "kmod-rtc-pcf2127" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-cilab_meshpoint-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-factory.ubi"; + sha256 = "5ddb0a0f431b28df5a67f7e2b50834ee0df1f57203d375f582dc551ce309e860"; + sha256_unsigned = "5ddb0a0f431b28df5a67f7e2b50834ee0df1f57203d375f582dc551ce309e860"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-cilab_meshpoint-one-initramfs-fit-uImage.itb"; + sha256 = "706d52bb5b434f9d0801d3fc3a6d1b39ab4ce2e1df8157d4da2993dfafa1b206"; + sha256_unsigned = "706d52bb5b434f9d0801d3fc3a6d1b39ab4ce2e1df8157d4da2993dfafa1b206"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-sysupgrade.bin"; + sha256 = "64c5d0d0c4751a5d31e34370937792598c077eab451ee75d47b7e342945fd80c"; + sha256_unsigned = "8cbe741f600b6419c7f7ea1793ad7c3bb6eff97988a29373aa7bb1c10514f913"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "cilab,meshpoint-one" + ]; + titles = [ + { + model = "MeshPoint.One"; + vendor = "Crisis Innovation Lab"; + } + ]; + }; + compex_wpj419 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-compex_wpj419"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-compex_wpj419-initramfs-fit-uImage.itb"; + sha256 = "da0aad9d1df5bed32c064b12afba84338ddf9ce7869eeb2661daee84bd2ec93e"; + sha256_unsigned = "da0aad9d1df5bed32c064b12afba84338ddf9ce7869eeb2661daee84bd2ec93e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-compex_wpj419-squashfs-nand-factory.ubi"; + sha256 = "3b3d34a8c93ef75bb4fb688ce5b3a8d7092356ea8e4b03ff1b6ff681a2305682"; + sha256_unsigned = "3b3d34a8c93ef75bb4fb688ce5b3a8d7092356ea8e4b03ff1b6ff681a2305682"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-compex_wpj419-squashfs-nand-sysupgrade.bin"; + sha256 = "c87b6cd9ecb94c1e992743f79e65dde5ac8a985caacf38f952e520e519436eda"; + sha256_unsigned = "15e09504d6ef6f9b373954c4aba296a976922f01c52da2290931d082ba3893fa"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj419" + ]; + titles = [ + { + model = "WPJ419"; + vendor = "Compex"; + } + ]; + }; + dlink_dap-2610 = { + device_packages = [ + "ipq-wifi-dlink_dap2610" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-dlink_dap-2610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-dlink_dap-2610-squashfs-factory.bin"; + sha256 = "db5776a5646f39f64e71b13d1a4cf83cf5ab5e18a9804f58201691a17cb2ea2c"; + sha256_unsigned = "db5776a5646f39f64e71b13d1a4cf83cf5ab5e18a9804f58201691a17cb2ea2c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-dlink_dap-2610-initramfs-fit-uImage.itb"; + sha256 = "fc1589560b4018097a25ddacb65807e51c70b7b94f1d87cf51f7da1fe8097068"; + sha256_unsigned = "fc1589560b4018097a25ddacb65807e51c70b7b94f1d87cf51f7da1fe8097068"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-dlink_dap-2610-squashfs-sysupgrade.bin"; + sha256 = "6647bf1e402a218b9aa383ba731f7ae16d008da312b4cfa0e612937e19275f72"; + sha256_unsigned = "b6b9095b793720e50291e60ee03d203f0bee7a9890e1c95985f826ef96a9f9d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2610" + ]; + titles = [ + { + model = "DAP-2610"; + vendor = "D-Link"; + } + ]; + }; + edgecore_ecw5211 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-edgecore_ecw5211"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-factory.ubi"; + sha256 = "676b90b7f56027446c1d27f455d2af06dad8311dea17b197fba8c7f5f1a8b424"; + sha256_unsigned = "676b90b7f56027446c1d27f455d2af06dad8311dea17b197fba8c7f5f1a8b424"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-sysupgrade.bin"; + sha256 = "a41890a3b3ac5cdee3a1328713eec84a94bc4989afdd61acd2a7908841af63ec"; + sha256_unsigned = "d196219cabb6efc7de1c2201c6064ff8fd648cb079baa4c85f31bf7bc1d7dd15"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-edgecore_ecw5211-initramfs-fit-uImage.itb"; + sha256 = "b094b342662712bfabe9f4a16a08d587c3ff150a24dda1a82af635ccd79a9966"; + sha256_unsigned = "b094b342662712bfabe9f4a16a08d587c3ff150a24dda1a82af635ccd79a9966"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,ecw5211" + ]; + titles = [ + { + model = "ECW5211"; + vendor = "Edgecore"; + } + ]; + }; + edgecore_oap100 = { + device_packages = [ + "ipq-wifi-edgecore_oap100" + "kmod-usb-acm" + "kmod-usb-net" + "kmod-usb-net-cdc-qmi" + "uqmi" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-edgecore_oap100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-edgecore_oap100-initramfs-fit-uImage.itb"; + sha256 = "0dcfb23234fd6f8c4bf1f701a99583f4e357d0831498ef3bcab8e535e64a8fbe"; + sha256_unsigned = "0dcfb23234fd6f8c4bf1f701a99583f4e357d0831498ef3bcab8e535e64a8fbe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-edgecore_oap100-squashfs-nand-sysupgrade.bin"; + sha256 = "79c92df637b6cc0e3abcdac35f9f03fa169e82a7fcfa9d87ac01cbe769b610ec"; + sha256_unsigned = "5cf3d344d9a7d3fe13fe13b23a5126323bbd98d69419b02f0412bf8d7a0f7aba"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "edgecore,oap100" + ]; + titles = [ + { + model = "OAP100"; + vendor = "Edgecore"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "90692337f0bec4085f73e51f87ed1e5502e36963834e716cd62466be7e66c83a"; + sha256_unsigned = "3a968cecf7b9411e1efa538f7291e53036b2adf415c13a4516b5661dac3121c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-engenius_eap1300-initramfs-fit-uImage.itb"; + sha256 = "0e65741564b22a7420a06d50eeb98090743b277cbd039f619cd4b7d52e9966a0"; + sha256_unsigned = "0e65741564b22a7420a06d50eeb98090743b277cbd039f619cd4b7d52e9966a0"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + model = "EAP1300"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-engenius_eap2200" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-engenius_eap2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-engenius_eap2200-squashfs-nand-sysupgrade.bin"; + sha256 = "b56b6ed0d48e35f595d526b494ac0f51c3cd6ee994b77371e291d26753f2d2da"; + sha256_unsigned = "a17ebad8084ce81d11f10171d38fde89da58b4e5d29d3eb11d5528d5d30043e6"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-engenius_eap2200-initramfs-fit-uImage.itb"; + sha256 = "c3a7ca5d550df0abcd5c2ec854134487305ce69b5b19d50c9aee93dd0bc3f04b"; + sha256_unsigned = "c3a7ca5d550df0abcd5c2ec854134487305ce69b5b19d50c9aee93dd0bc3f04b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-engenius_eap2200-squashfs-nand-factory.ubi"; + sha256 = "166a878fcc6f471dceaa011c762cfd86fd568b33308f3f405a9404e8509df36b"; + sha256_unsigned = "166a878fcc6f471dceaa011c762cfd86fd568b33308f3f405a9404e8509df36b"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "engenius,eap2200" + ]; + titles = [ + { + model = "EAP2200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emd1 = { + device_packages = [ + "ipq-wifi-engenius_emd1" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-engenius_emd1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-engenius_emd1-squashfs-factory.bin"; + sha256 = "03469802aa06be6319078eaecee0578ca0bc7b642a31b0260dbf3a44bc6da2d7"; + sha256_unsigned = "03469802aa06be6319078eaecee0578ca0bc7b642a31b0260dbf3a44bc6da2d7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-engenius_emd1-squashfs-sysupgrade.bin"; + sha256 = "468602a4065774898d5f526338d6c0245442f20aabd542c7850342ff27a8b813"; + sha256_unsigned = "c19577c146adbf0cc3db30a0bddc85a9570f29c1c0fb1a0180aa8863240418b6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-engenius_emd1-initramfs-fit-uImage.itb"; + sha256 = "6c9dc91cec941576c6cebd7d1a684f0f24aa563806a256dd71faedd12bfc47be"; + sha256_unsigned = "6c9dc91cec941576c6cebd7d1a684f0f24aa563806a256dd71faedd12bfc47be"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,emd1" + ]; + titles = [ + { + model = "EMD1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "0e6539c215fd8ce1d2a080cba3e6660cdf9ab33642c023678d8885d2f0492286"; + sha256_unsigned = "0e6539c215fd8ce1d2a080cba3e6660cdf9ab33642c023678d8885d2f0492286"; + type = "factory_35"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-engenius_ens620ext-initramfs-fit-uImage.itb"; + sha256 = "1278a67db42c4b232e1250ba43197580218b78a5a66d6103ec9193d6fba6a38d"; + sha256_unsigned = "1278a67db42c4b232e1250ba43197580218b78a5a66d6103ec9193d6fba6a38d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "8da0c036009212e8ab2dc937efb322340bcdd001a924ce8c2a7876f2fdf54ed9"; + sha256_unsigned = "8da0c036009212e8ab2dc937efb322340bcdd001a924ce8c2a7876f2fdf54ed9"; + type = "factory_30"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "160a2ea113be9542c631ae1630216404d8919cafc57bc32c506e605683a93581"; + sha256_unsigned = "d8c7e63cf517e60f83b790df6a909c2d06ab0eebbb55b53378dcbf5a4893a5ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + model = "ENS620EXT"; + vendor = "EnGenius"; + } + ]; + }; + ezviz_cs-w3-wd1200g-eup = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "ipq-wifi-ezviz_cs-w3-wd1200g-eup" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-squashfs-sysupgrade.bin"; + sha256 = "c030bb309da88e8319463cc46e9e03c55e99b0bd0dc5ac144916a51cbc1d8046"; + sha256_unsigned = "cc680e6a7ca6069ac7c40d1fa0958a7fc7d3c4c4c718bf1b79c42e04dbc9d50e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-initramfs-fit-uImage.itb"; + sha256 = "12863f4d2737528c28f521006b702646f16bc68302c63ef55f37bbfa3d4546b0"; + sha256_unsigned = "12863f4d2737528c28f521006b702646f16bc68302c63ef55f37bbfa3d4546b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "ezviz,cs-w3-wd1200g-eup" + ]; + titles = [ + { + model = "CS-W3-WD1200G"; + variant = "EUP"; + vendor = "EZVIZ"; + } + ]; + }; + glinet_gl-ap1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-ap1300" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-glinet_gl-ap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-sysupgrade.bin"; + sha256 = "77379992ca6d412b17001ae712200a8e128d94ec91597b111ec723ec74cc0469"; + sha256_unsigned = "40fa30d407ad420957bc50033ddd27685bd95ff81c33a96faa01afad9bf20dbf"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-factory.ubi"; + sha256 = "c751f58dfde159fc2eb1615e2532124819aabc97795c13cc8a85ba42af66d190"; + sha256_unsigned = "c751f58dfde159fc2eb1615e2532124819aabc97795c13cc8a85ba42af66d190"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-glinet_gl-ap1300-initramfs-fit-uImage.itb"; + sha256 = "61802e752f3404c555813c9ad1380028a99abdf149a25759f224d5eb61cdf8e9"; + sha256_unsigned = "61802e752f3404c555813c9ad1380028a99abdf149a25759f224d5eb61cdf8e9"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ap1300" + ]; + titles = [ + { + model = "GL-AP1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "a5fb0c23da27fe4f6ddacd3cebee80b0061d69e61a71a309ba259f8a7d049da2"; + sha256_unsigned = "66d223d0ec221b886bbe078c68e758679711daeca9cf71ed0c634ab888707605"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-zImage.itb"; + sha256 = "54846f4141c1ac2db659be443b34180b24fb934388a761b49f3d72af424f9956"; + sha256_unsigned = "54846f4141c1ac2db659be443b34180b24fb934388a761b49f3d72af424f9956"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + model = "GL-B1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-glinet_gl-b2200" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + "mkf2fs" + "e2fsprogs" + "kmod-fs-f2fs" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-glinet_gl-b2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-glinet_gl-b2200-squashfs-emmc.img.gz"; + sha256 = "bd2d642953841cde6d00083972ec5b1f1c370aefacf9d7650ad9c57acc6ef6b3"; + sha256_unsigned = "a61c4cfd45f5fe5702330bd479de8ce27e56dad6fa81dcbe9d80af75612c5442"; + type = "emmc"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-glinet_gl-b2200-initramfs-recovery.itb"; + sha256 = "32211289ac7c98d6e126b958c7f3afa59d43a1434a6586c1a2003aee9a04b7d2"; + sha256_unsigned = "32211289ac7c98d6e126b958c7f3afa59d43a1434a6586c1a2003aee9a04b7d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-glinet_gl-b2200-squashfs-sysupgrade.bin"; + sha256 = "869b88aaebb2f249e54c27ff76d96cc08897ea7b86c541b46354166697228011"; + sha256_unsigned = "3fc02f752a5bd7a33be83d1646073806735ac55dbd21d66e7eecb98b3dbeabc8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b2200" + ]; + titles = [ + { + model = "GL-B2200"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-s1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-s1300" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-glinet_gl-s1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-glinet_gl-s1300-initramfs-fit-zImage.itb"; + sha256 = "2216d45b4ee8b04a72a12537d4a835fd3e0d536af490ce03e1f3cecddae00c03"; + sha256_unsigned = "2216d45b4ee8b04a72a12537d4a835fd3e0d536af490ce03e1f3cecddae00c03"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-glinet_gl-s1300-squashfs-sysupgrade.bin"; + sha256 = "9d82971875987ef27a2d6240931be7540923e6728df379b46ebb891c6953322d"; + sha256_unsigned = "c4ada3c0fcf3d34e0e7076c3085dd5c2d9137509824d5de0f8f30809e34faab8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-s1300" + ]; + titles = [ + { + model = "GL-S1300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-linksys_ea6350v3-initramfs-fit-zImage.itb"; + sha256 = "e78524ceb48e91001af9493a4eb6aec0d335851360ab2d2ef47eddcfa5fc42f0"; + sha256_unsigned = "e78524ceb48e91001af9493a4eb6aec0d335851360ab2d2ef47eddcfa5fc42f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "ddf816000d5d1edf85bfcf03bd845a85cdb2338ddafa8d20a411dade02c8df5a"; + sha256_unsigned = "8770e0e710e365cec6ef6ff0db7d4c0f630ac3f0aeebe0a7a6420555d9fe20ce"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "dd2b87650aa0b4fd2e50029de8e3dda520fce3235f0b4079630d9e008d754ccc"; + sha256_unsigned = "dd2b87650aa0b4fd2e50029de8e3dda520fce3235f0b4079630d9e008d754ccc"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + model = "EA6350"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "bdcd573219a399a5de7e56eafbf3049202937a0620b5a72251d108cf8fbe3be2"; + sha256_unsigned = "bdcd573219a399a5de7e56eafbf3049202937a0620b5a72251d108cf8fbe3be2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "43be8427b0cc3268eed3cfe3de29e7d7ca9f30ba9e5381e93e77cdf04083ee66"; + sha256_unsigned = "b245a32350ced82cd9e8091c9acb5b60f4ea3988a0d7ca6b1292151fabce734b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-linksys_ea8300-initramfs-fit-zImage.itb"; + sha256 = "1b5b54f591276b3362ea428dfc288539a2aa71e0df8505d4fd88c96631e0a79b"; + sha256_unsigned = "1b5b54f591276b3362ea428dfc288539a2aa71e0df8505d4fd88c96631e0a79b"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + model = "EA8300"; + vendor = "Linksys"; + } + ]; + }; + linksys_mr8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_mr8300-v0" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-linksys_mr8300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-linksys_mr8300-initramfs-fit-zImage.itb"; + sha256 = "8e0c3577203716605f01aabf332a38e6725230490562516265f227a6fbb006ee"; + sha256_unsigned = "8e0c3577203716605f01aabf332a38e6725230490562516265f227a6fbb006ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-linksys_mr8300-squashfs-factory.bin"; + sha256 = "497644f5a8e9e885aeba3e14ba12e09c825a02d898196af799d1de5d5e25dca9"; + sha256_unsigned = "497644f5a8e9e885aeba3e14ba12e09c825a02d898196af799d1de5d5e25dca9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-linksys_mr8300-squashfs-sysupgrade.bin"; + sha256 = "3c2797a1310958f72698f53f75c94e5725cf1f4d94df247ef693eddc703eb4f4"; + sha256_unsigned = "ed5c6f6978fabfc6becaffbbb22968183626cc22ae6c5e454d1c9e9e21751903"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,mr8300" + ]; + titles = [ + { + model = "MR8300"; + vendor = "Linksys"; + } + ]; + }; + luma_wrtq-329acn = { + device_packages = [ + "ipq-wifi-luma_wrtq-329acn" + "kmod-ath3k" + "kmod-eeprom-at24" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-luma_wrtq-329acn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-luma_wrtq-329acn-squashfs-sysupgrade.bin"; + sha256 = "141c87a248570192cbf64b554280a27aa89b78007f5005ee0ea82a3508783178"; + sha256_unsigned = "f346094ab4377e4151ada4a265b51f381c5a33caee20fa46dce60ac09fd068e0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-luma_wrtq-329acn-initramfs-fit-uImage.itb"; + sha256 = "c15282304fa5abe18302cbdb8a2547e74d58e4d6320101f04955750ba62642c1"; + sha256_unsigned = "c15282304fa5abe18302cbdb8a2547e74d58e4d6320101f04955750ba62642c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "luma,wrtq-329acn" + ]; + titles = [ + { + model = "WRTQ-329ACN"; + vendor = "Luma Home"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "74aa61802e3c9ea2696c0f45ef29164deffbb243f0080d9d57ec6ec5482031d5"; + sha256_unsigned = "48c0fdc0ce658cf16d75b5a25085aa8feb735bee4a118399c10482ea46abe8bd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb"; + sha256 = "197f1795357425164b5227e421bb161a40e6d7b14bb5b7bcaa269212261f4a5a"; + sha256_unsigned = "197f1795357425164b5227e421bb161a40e6d7b14bb5b7bcaa269212261f4a5a"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + model = "MR33"; + vendor = "Cisco Meraki"; + } + ]; + }; + mobipromo_cm520-79f = { + device_packages = [ + "ipq-wifi-mobipromo_cm520-79f" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-mobipromo_cm520-79f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-factory.ubi"; + sha256 = "3b4c83694da76aa64aa74138bfdcfb1ea30a22592907d1cb9aaebf9b5df3e2d6"; + sha256_unsigned = "3b4c83694da76aa64aa74138bfdcfb1ea30a22592907d1cb9aaebf9b5df3e2d6"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-sysupgrade.bin"; + sha256 = "976e38f090d9ff9b92ba95ed47b93abb12a33c3f69ab72e36df3c430d9830e87"; + sha256_unsigned = "0153abc318ff4e378486d7cd85afde68673377efe4aa7833af330591103c0a3e"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-mobipromo_cm520-79f-initramfs-fit-zImage.itb"; + sha256 = "623e13b4914341094869c8f7901aba6b77606d4c888f7fa413a263bef902f0a3"; + sha256_unsigned = "623e13b4914341094869c8f7901aba6b77606d4c888f7fa413a263bef902f0a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "mobipromo,cm520-79f" + ]; + titles = [ + { + model = "CM520-79F"; + vendor = "MobiPromo"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "e3856f08be65043c2ce3ed57dfec620423bffcc1bd7c44a9aef85ff12a31cf66"; + sha256_unsigned = "e3856f08be65043c2ce3ed57dfec620423bffcc1bd7c44a9aef85ff12a31cf66"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "c72c5a0ae216bc5f5ee0aa379e81f74b6a966f0a2ec3dec3eb63c77e660242ac"; + sha256_unsigned = "10c869e7f87d060d51ef4c7412e09b5ebdbcac33e357fc4dfd9b93d4707fe099"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_ex6100v2-initramfs-fit-zImage.itb"; + sha256 = "e9661268327c3c886301fbcef5d1e346df0cd1e11eea3e6484e936f9bf0f79f0"; + sha256_unsigned = "e9661268327c3c886301fbcef5d1e346df0cd1e11eea3e6484e936f9bf0f79f0"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + model = "EX6100"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_ex6150v2-initramfs-fit-zImage.itb"; + sha256 = "3b5fa32e7361133d906a24555ee995fe53d2d6cc250eefb3bbb0e95d340c144a"; + sha256_unsigned = "3b5fa32e7361133d906a24555ee995fe53d2d6cc250eefb3bbb0e95d340c144a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "1844472ccbeb30ceee763d3006f2ef53081ade0830bb3869e0e3fded94baf720"; + sha256_unsigned = "1844472ccbeb30ceee763d3006f2ef53081ade0830bb3869e0e3fded94baf720"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "676e6f236310f6b1558a48915846c1913c8ec9c4e80938a0afb1a2d940c61094"; + sha256_unsigned = "8a543ed78925f1314b6d8f2850213d3eede343d802952962f66a7ebe99fdd615"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + model = "EX6150"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_rbr50 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-netgear_rbr50"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_rbr50-initramfs-fit-zImage.itb"; + sha256 = "bfa7d0118966ebcc41ac19116d23005ba7726bf181d2588680ce92595925f2e9"; + sha256_unsigned = "bfa7d0118966ebcc41ac19116d23005ba7726bf181d2588680ce92595925f2e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_rbr50-squashfs-factory.img"; + sha256 = "6f3b306a4827093cbe0d3cad119d97812517eb01743fac0426f6fcee17a9ff3e"; + sha256_unsigned = "6f3b306a4827093cbe0d3cad119d97812517eb01743fac0426f6fcee17a9ff3e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_rbr50-squashfs-sysupgrade.bin"; + sha256 = "8fe15b1e7e657af81a4a0e18a981c444d08ec98e9c5e3f1a03a99a180287e3be"; + sha256_unsigned = "0ec720f7a6efb0890e204f4f98aef372ba5862b997a025609d98024737164299"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,rbr50" + ]; + titles = [ + { + model = "RBR50"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_rbs50 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-netgear_rbs50"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_rbs50-initramfs-fit-zImage.itb"; + sha256 = "7e9dff8609e370fb5eb478a02b210a773eeb7ff71fffa97d31328593bdd32620"; + sha256_unsigned = "7e9dff8609e370fb5eb478a02b210a773eeb7ff71fffa97d31328593bdd32620"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_rbs50-squashfs-factory.img"; + sha256 = "fcd2e2ad4b95ab59179eac74a6ff3f49a39b26ea839d87edf7b390a68370e969"; + sha256_unsigned = "fcd2e2ad4b95ab59179eac74a6ff3f49a39b26ea839d87edf7b390a68370e969"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_rbs50-squashfs-sysupgrade.bin"; + sha256 = "9a7a5b5b6e4bfca44c99aab1012dbaa893c86af763f7f16b4618ff7c9a50f74e"; + sha256_unsigned = "e260132c9763cded83d83cc2cd6734165420a6cf5a18ad17e94e4c1cc66195c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,rbs50" + ]; + titles = [ + { + model = "RBS50"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_srr60 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-netgear_srr60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_srr60-squashfs-factory.img"; + sha256 = "548de58b3422d842f4f405a8ec5199073d0fa61813eb40a71786fc3fdff4c331"; + sha256_unsigned = "548de58b3422d842f4f405a8ec5199073d0fa61813eb40a71786fc3fdff4c331"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_srr60-squashfs-sysupgrade.bin"; + sha256 = "4de93278351f24ce8816b7d78a938c50aa6a6453521e0494a7cf7b6f396dd5f3"; + sha256_unsigned = "74ef8eaabbb25fe81aec0359d0862ddc434748f2ca3702ba9465c5e604449ce0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_srr60-initramfs-fit-zImage.itb"; + sha256 = "a0f92edebe848a639761f265daec0fe6e0b46085d9683a629fa6370b40c80945"; + sha256_unsigned = "a0f92edebe848a639761f265daec0fe6e0b46085d9683a629fa6370b40c80945"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,srr60" + ]; + titles = [ + { + model = "SRR60"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_srs60 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-netgear_srs60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_srs60-initramfs-fit-zImage.itb"; + sha256 = "7dcc0b40d3da2995b764c155eea8bf453bf010b9358264f6070fadc0fc11f142"; + sha256_unsigned = "7dcc0b40d3da2995b764c155eea8bf453bf010b9358264f6070fadc0fc11f142"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_srs60-squashfs-factory.img"; + sha256 = "35615f18c285a47b05838e6dd7b1c654dc5b6c4c01f66fa58a1ebf4fc806293c"; + sha256_unsigned = "35615f18c285a47b05838e6dd7b1c654dc5b6c4c01f66fa58a1ebf4fc806293c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_srs60-squashfs-sysupgrade.bin"; + sha256 = "4508494eddd543ab6040485448769142d844651885c3b33f57d31d1102b0ccc6"; + sha256_unsigned = "b0ed4b5bc54dcbdd663c1f257d12750c30ef29719be694ab9aea5250e742ad44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,srs60" + ]; + titles = [ + { + model = "SRS60"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac510 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-netgear_wac510"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_wac510-squashfs-nand-factory.tar"; + sha256 = "59e688058d94681567cfcba41d794c3d2d98b9afa3a5b8bf81492259d9c6b7ea"; + sha256_unsigned = "59e688058d94681567cfcba41d794c3d2d98b9afa3a5b8bf81492259d9c6b7ea"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_wac510-squashfs-nand-sysupgrade.bin"; + sha256 = "3eaa7810ccc5126ed8235a6cc2bb67409caa1d13d2caaee9987f795f033d49ab"; + sha256_unsigned = "3abff528612f185e740ae62248d6409d89bbd3fd150a896efc6ec8c7c8778b1e"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_wac510-initramfs-fit-uImage.itb"; + sha256 = "f375c7d0076d5f77b3e129d74cc1c858a69def3043bcc79cc647b2fc6fd9dc1f"; + sha256_unsigned = "f375c7d0076d5f77b3e129d74cc1c858a69def3043bcc79cc647b2fc6fd9dc1f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-netgear_wac510-squashfs-nand-factory.ubi"; + sha256 = "0a148f18f4c45bc503fb498f54520f3f215093a24f356d73f504b9b028e7595e"; + sha256_unsigned = "0a148f18f4c45bc503fb498f54520f3f215093a24f356d73f504b9b028e7595e"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "netgear,wac510" + ]; + titles = [ + { + model = "WAC510"; + vendor = "Netgear"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "91c77ad36361de0f093ca091ca2a95a8d92a4b70d017733fd202d2e261387dee"; + sha256_unsigned = "91c77ad36361de0f093ca091ca2a95a8d92a4b70d017733fd202d2e261387dee"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "f045f2f7efa4354b09114bfc81bdddabcd60877ec380a999c10681d172b43b9c"; + sha256_unsigned = "e2f7a1fa1fa5598b87ecf1ab1520b3f29ab502a66f9527ac6295708859f23b50"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-openmesh_a42-initramfs-fit-uImage.itb"; + sha256 = "1f11a2e32ce0364a1a1068e71949ed2c8573f4b3a7b467e4a0f051179201fd76"; + sha256_unsigned = "1f11a2e32ce0364a1a1068e71949ed2c8573f4b3a7b467e4a0f051179201fd76"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + model = "A42"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "40f55d2dc67a5ad424a56bab62e2a5544e768e88b6c569e3c1436b860821c172"; + sha256_unsigned = "2fde7fe3277ce808292b6ca6ba19b17ff903d8a45664574472045d7c929a4536"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-openmesh_a62-initramfs-fit-uImage.itb"; + sha256 = "df904e8be0d6897a26ab0e82bf607bb52a82ae9c98b0986a36679a6734d6c285"; + sha256_unsigned = "df904e8be0d6897a26ab0e82bf607bb52a82ae9c98b0986a36679a6734d6c285"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "85eca3a6c2cfa10e240e52a1a4b3fb7180eda4776808592dd28ad4652195d7a6"; + sha256_unsigned = "85eca3a6c2cfa10e240e52a1a4b3fb7180eda4776808592dd28ad4652195d7a6"; + type = "factory"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + model = "A62"; + vendor = "OpenMesh"; + } + ]; + }; + p2w_r619ac-128m = { + device_packages = [ + "ipq-wifi-p2w_r619ac" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-p2w_r619ac-128m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-p2w_r619ac-128m-initramfs-fit-zImage.itb"; + sha256 = "a725086bbf496fb260f91b35814885605103b5717efff7dff9849049376f6548"; + sha256_unsigned = "a725086bbf496fb260f91b35814885605103b5717efff7dff9849049376f6548"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-p2w_r619ac-128m-squashfs-nand-factory.ubi"; + sha256 = "ef61053d121857a49a2608ccc618807419a9db847f09dfcb23e227655310468b"; + sha256_unsigned = "ef61053d121857a49a2608ccc618807419a9db847f09dfcb23e227655310468b"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-p2w_r619ac-128m-squashfs-nand-sysupgrade.bin"; + sha256 = "a615cd387acd1bc7b15245e3db964b53b342793b66d038daa339ba7ee99188e0"; + sha256_unsigned = "a6efdc324129e909b37e9a12f2980fc0f237cf7155690129302d7bf56790105e"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "p2w,r619ac-128m" + ]; + titles = [ + { + model = "R619AC"; + variant = "128M NAND"; + vendor = "P&W"; + } + ]; + }; + p2w_r619ac-64m = { + device_packages = [ + "ipq-wifi-p2w_r619ac" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-p2w_r619ac-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-factory.bin"; + sha256 = "9fe3241b7afca4ea1580867f482afb845726e0183ba0cc2513f2ac21219086dd"; + sha256_unsigned = "9fe3241b7afca4ea1580867f482afb845726e0183ba0cc2513f2ac21219086dd"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-p2w_r619ac-64m-initramfs-fit-zImage.itb"; + sha256 = "494b00fe7c8e31be4da56c9ad96e1c070fd58a0f333702d36bbe475113f9c7e1"; + sha256_unsigned = "494b00fe7c8e31be4da56c9ad96e1c070fd58a0f333702d36bbe475113f9c7e1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-factory.ubi"; + sha256 = "6b7b6e2bd50ef3153643c0c61d1a047d0910adf8201bb74d296c129e34afd2de"; + sha256_unsigned = "6b7b6e2bd50ef3153643c0c61d1a047d0910adf8201bb74d296c129e34afd2de"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-sysupgrade.bin"; + sha256 = "00b59f7bf359498934a152f24aba626625115631d29d2ba6c689e29d49f7afe2"; + sha256_unsigned = "7cf858c70fddc7fc4b105a9d286b3b056052e31a3ada6158b7be159ff290f3cd"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "p2w,r619ac-64m" + ]; + titles = [ + { + model = "R619AC"; + variant = "64M NAND"; + vendor = "P&W"; + } + ]; + }; + plasmacloud_pa1200 = { + device_packages = [ + "ipq-wifi-plasmacloud_pa1200" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-plasmacloud_pa1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-plasmacloud_pa1200-squashfs-sysupgrade.bin"; + sha256 = "4d916f19d72322906d70fdb02254029ded384bdcb28780ed1f8960d89be41e31"; + sha256_unsigned = "e97932193fc8b9b6b1fb4fe8efcefc61b01373ec37952377eb57e8cb8d44f289"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-plasmacloud_pa1200-initramfs-fit-uImage.itb"; + sha256 = "44e7605fe249f51b51ada4ea40b5e8f3e2f1c82cc0173573f61b4a32f422ee75"; + sha256_unsigned = "44e7605fe249f51b51ada4ea40b5e8f3e2f1c82cc0173573f61b4a32f422ee75"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-plasmacloud_pa1200-squashfs-factory.bin"; + sha256 = "dee00e7490fcefe0dcd009f806732546a2a3cb9da64a818303925baf4d90b9f4"; + sha256_unsigned = "dee00e7490fcefe0dcd009f806732546a2a3cb9da64a818303925baf4d90b9f4"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa1200" + ]; + titles = [ + { + model = "PA1200"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-plasmacloud_pa2200" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-plasmacloud_pa2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-plasmacloud_pa2200-squashfs-sysupgrade.bin"; + sha256 = "d9ebb5fe0b7d6dadd03058c654d0ecd1eb09d5031d9bc8abb9a132db1021cdfb"; + sha256_unsigned = "70f255593d2a8e94ba8a257a4982c1d821eb245944239d55fc006ae65ad2ffbf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-plasmacloud_pa2200-squashfs-factory.bin"; + sha256 = "192be35349ca5d83240a3ea1663f8c6f544b3931aba39d8e462e81e489d87018"; + sha256_unsigned = "192be35349ca5d83240a3ea1663f8c6f544b3931aba39d8e462e81e489d87018"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-plasmacloud_pa2200-initramfs-fit-uImage.itb"; + sha256 = "43fc06f8afba61c1ac8efae3d55d7088e6613662fa88176cb2fbdfda11177f81"; + sha256_unsigned = "43fc06f8afba61c1ac8efae3d55d7088e6613662fa88176cb2fbdfda11177f81"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa2200" + ]; + titles = [ + { + model = "PA2200"; + vendor = "Plasma Cloud"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac-c2" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "da9ca12439d6038156836549b3b28fae9c7eacfb44bcc987a3013fe3a850e98e"; + sha256_unsigned = "d7b265f8c764ac58c9d3f28fc99e3cfc8dcdd6ddd6d152011caaa2253d3d26c5"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "87a2985a5626526bb4be1ecc57038722154abe4d4577d876a73372376f7b61f9"; + sha256_unsigned = "87a2985a5626526bb4be1ecc57038722154abe4d4577d876a73372376f7b61f9"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-qxwlan_e2600ac-c2-initramfs-fit-uImage.itb"; + sha256 = "138a62eb8c215cf2b9e09ffb532837040b7a77b07ba7fbcbfe8c41bc02e228ea"; + sha256_unsigned = "138a62eb8c215cf2b9e09ffb532837040b7a77b07ba7fbcbfe8c41bc02e228ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C2"; + vendor = "Qxwlan"; + } + ]; + }; + teltonika_rutx10 = { + device_packages = [ + "ipq-wifi-teltonika_rutx" + "kmod-bluetooth" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-teltonika_rutx10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-teltonika_rutx10-squashfs-nand-factory.ubi"; + sha256 = "0c69deb128ccc64c8fd72ba238d9b495c756f6568bb229480b4dbede18dc8bdf"; + sha256_unsigned = "0c69deb128ccc64c8fd72ba238d9b495c756f6568bb229480b4dbede18dc8bdf"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-teltonika_rutx10-initramfs-fit-uImage.itb"; + sha256 = "4073ede99520b8a6745e41368be1b1dc0b4c76265fef909a87b6a014258c33d2"; + sha256_unsigned = "4073ede99520b8a6745e41368be1b1dc0b4c76265fef909a87b6a014258c33d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-teltonika_rutx10-squashfs-nand-sysupgrade.bin"; + sha256 = "b8a3cb3aa88ef2a1c608872365edb3506da38099b2abfddfc661fd13ecc3c74c"; + sha256_unsigned = "8119d5bdab3964e0e77167aa466a217f7246f137106c3715c2172e9e9fabb300"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rutx10" + ]; + titles = [ + { + model = "RUTX10"; + vendor = "Teltonika"; + } + ]; + }; + zte_mf286d = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-zte_mf286d" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-zte_mf286d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-zte_mf286d-initramfs-fit-zImage.itb"; + sha256 = "886cb0c995daba9fd31b49f860e1384bb8940466963d71ed5f978655b7a713d4"; + sha256_unsigned = "886cb0c995daba9fd31b49f860e1384bb8940466963d71ed5f978655b7a713d4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-zte_mf286d-squashfs-sysupgrade.bin"; + sha256 = "d900212edef68bb01f1fb76c93e85baddd4d743181c229c6622e4b03993710de"; + sha256_unsigned = "54b0b665bf7e93db62e758df386c0a0a0f7d592ad1ac5d293afbed12ebd02eb7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf286d" + ]; + titles = [ + { + model = "MF286D"; + vendor = "ZTE"; + } + ]; + }; + zte_mf289f = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-zte_mf289f" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-zte_mf289f"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-zte_mf289f-initramfs-fit-zImage.itb"; + sha256 = "472e693c1ffe0a59afee977e8e7ec3635821741044b4a607e04a6b45b40e8113"; + sha256_unsigned = "472e693c1ffe0a59afee977e8e7ec3635821741044b4a607e04a6b45b40e8113"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-zte_mf289f-squashfs-sysupgrade.bin"; + sha256 = "b3527aff9b0a95f5f1653b87d79dac1f4a7798c05d02ac397a887b80bda08242"; + sha256_unsigned = "e3e1d2f7f4c822962f65d45c56a0bb86f787fc4764dc3b33ff6f15201da87ff9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf289f" + ]; + titles = [ + { + model = "MF289F"; + vendor = "ZTE"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "bd9def28faab82d91022d13691e3c22f9bf40ff70db6fc6a5d1e32955d0b39b1"; + sha256_unsigned = "9d5185725925f81fa3450732077a3001a5806ac9efa30be4336ac5a2dae31dc5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "b1913a522cd24f76c00bbc1bbc7476f2ddcdeec8fa2109daf93ea844a6939531"; + sha256_unsigned = "b1913a522cd24f76c00bbc1bbc7476f2ddcdeec8fa2109daf93ea844a6939531"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-zyxel_nbg6617-initramfs-fit-uImage.itb"; + sha256 = "593fac1e233be16449406c4fb4e1be6e21b16b60b9b695a68c3a28c1d1f73bbe"; + sha256_unsigned = "593fac1e233be16449406c4fb4e1be6e21b16b60b9b695a68c3a28c1d1f73bbe"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + model = "NBG6617"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-generic-zyxel_wre6606-initramfs-fit-uImage.itb"; + sha256 = "6d9298a6cb94ac86200457268b785ec173add571e834654fd28b683dc9e769a6"; + sha256_unsigned = "6d9298a6cb94ac86200457268b785ec173add571e834654fd28b683dc9e769a6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "472625c94ed33ae9e4ea3d015aab14f8ac10e881e2929104dd304f0819d032b1"; + sha256_unsigned = "b95da5d9da01ee974a4c3ee63a62e459f55e428244542a98368e6a37ae88a852"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + model = "WRE6606"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "ipq40xx/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + mikrotik = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_cap-ac = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-mikrotik-mikrotik_cap-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-mikrotik-mikrotik_cap-ac-squashfs-sysupgrade.bin"; + sha256 = "0fcd69f0fd0f40716ced14467966f2d420862774ddb8c5f742a23a9ca72ff37b"; + sha256_unsigned = "affd5d4a02346fae47ca08cfd0c02616daa7a51de97e993b68f4564faac618a6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-mikrotik-mikrotik_cap-ac-initramfs-kernel.bin"; + sha256 = "8e46fa3af54761a361fd56ec6fc7399b72306ac965aae860b2e6bc48d0ae10e5"; + sha256_unsigned = "8e46fa3af54761a361fd56ec6fc7399b72306ac965aae860b2e6bc48d0ae10e5"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,cap-ac" + ]; + titles = [ + { + model = "cAP ac"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_hap-ac2 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-mikrotik-mikrotik_hap-ac2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-mikrotik-mikrotik_hap-ac2-squashfs-sysupgrade.bin"; + sha256 = "bf123009169216b1bbd5a2d362e560be5616a4c41e9acc34f2093aad643819ae"; + sha256_unsigned = "f4e7f0fae667d7f115dd9f05b2bb20e9a0c352c8916a18c4123c2bae087e79c7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-mikrotik-mikrotik_hap-ac2-initramfs-kernel.bin"; + sha256 = "98f72a9dc81b3d3f75ec00865884e062c2e4889c01f7596bf2fd360224fffcd5"; + sha256_unsigned = "98f72a9dc81b3d3f75ec00865884e062c2e4889c01f7596bf2fd360224fffcd5"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac2" + ]; + titles = [ + { + model = "hAP ac2"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_hap-ac3 = { + device_packages = [ + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-mikrotik-mikrotik_hap-ac3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-mikrotik-mikrotik_hap-ac3-squashfs-nand-sysupgrade.bin"; + sha256 = "c249b0872fae49c93d081ac878087c23cb892dbe06a4312c8f475258355ddcf3"; + sha256_unsigned = "09cb19a8e186ffb2ef9bbd04dde002cd918b3199bbb71c25b894105de31d96db"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-mikrotik-mikrotik_hap-ac3-initramfs-kernel.bin"; + sha256 = "1023b32d821a79b2e9abdf87a4637786bd76166f47c220b3403ec768d03f6266"; + sha256_unsigned = "1023b32d821a79b2e9abdf87a4637786bd76166f47c220b3403ec768d03f6266"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac3" + ]; + titles = [ + { + model = "hAP ac3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_lhgg-60ad = { + device_packages = [ + "-kmod-ath10k-ct" + "-ath10k-firmware-qca4019-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-mikrotik-mikrotik_lhgg-60ad"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-mikrotik-mikrotik_lhgg-60ad-squashfs-sysupgrade.bin"; + sha256 = "4cd5dd0eff94af3377df780e4f6b9c526cf7dc890e74721e2e32252a903728fe"; + sha256_unsigned = "aacb4fac664ed12a89c705908ff85924387ecebe0adec25b420a00d23050db61"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-mikrotik-mikrotik_lhgg-60ad-initramfs-kernel.bin"; + sha256 = "97193b59b70b5d6e120c110ff2b27c7a0bd64fcc2498680f4dc3e60098f146c5"; + sha256_unsigned = "97193b59b70b5d6e120c110ff2b27c7a0bd64fcc2498680f4dc3e60098f146c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,lhgg-60ad" + ]; + titles = [ + { + model = "Wireless Wire Dish LHGG-60ad"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_sxtsq-5-ac = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-squashfs-sysupgrade.bin"; + sha256 = "5cac64f80c05d369d46a2fc948ad660265ae7267798695281519e803fa25984c"; + sha256_unsigned = "206e8764d9acc7516b26d9b216fe560006dff51a759b08f6c02146224c94b51b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-initramfs-kernel.bin"; + sha256 = "e0cae36dac149861bad2e826ac7b363e1a2615df6c5c077506ce9410e997d916"; + sha256_unsigned = "e0cae36dac149861bad2e826ac7b363e1a2615df6c5c077506ce9410e997d916"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,sxtsq-5-ac" + ]; + titles = [ + { + model = "SXTsq 5 ac (RBSXTsqG-5acD)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "ipq40xx/mikrotik"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-phy-qcom-ipq806x-usb" + "kmod-usb-dwc3-qcom" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + arris_tr4400-v2 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-arris_tr4400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-arris_tr4400-v2-squashfs-sysupgrade.bin"; + sha256 = "a2bed2cd7f4f94c07e4a13c9f8a7c404fd51fef3a395d6dc5dc85a6a76aa2cc6"; + sha256_unsigned = "96d0a20ef14b81c9ba004944115e77c41ad84c954d3e548364d61dcb001ee20a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-arris_tr4400-v2-initramfs-uImage"; + sha256 = "093abd52dd68c5ec345da41a1d75740f239ed10603609d6a03d2356d1a242f19"; + sha256_unsigned = "093abd52dd68c5ec345da41a1d75740f239ed10603609d6a03d2356d1a242f19"; + type = "kernel"; + } + ]; + supported_devices = [ + "arris,tr4400-v2" + ]; + titles = [ + { + model = "TR4400"; + variant = "v2"; + vendor = "Arris"; + } + ]; + }; + askey_rt4230w-rev6 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-askey_rt4230w-rev6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-askey_rt4230w-rev6-initramfs-uImage"; + sha256 = "ab6f4dfc5cac8dcfa4429c72d45bb44d21b23eaa5e333bda9a36bd7a7f41e525"; + sha256_unsigned = "ab6f4dfc5cac8dcfa4429c72d45bb44d21b23eaa5e333bda9a36bd7a7f41e525"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-askey_rt4230w-rev6-squashfs-sysupgrade.bin"; + sha256 = "61880734a45a7b1ac169faaf45634d1bf253dd10a19bacb5497daada7e575ef1"; + sha256_unsigned = "e111f8c41f0afc35cdc70ce1486e639e8c6fa5918aaa04720e80142307683319"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "askey,rt4230w-rev6" + ]; + titles = [ + { + model = "RT4230W"; + variant = "REV6"; + vendor = "Askey"; + } + ]; + }; + asrock_g10 = { + device_packages = [ + "kmod-i2c-gpio" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-asrock_g10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-asrock_g10-squashfs-nand-sysupgrade.bin"; + sha256 = "b8121c3257985bae9e37437a930be6b4e68841eafe2478e4a320928441383c63"; + sha256_unsigned = "9926f0dc026537ab02212d848cad7c642fabca1c56b625378d46e03c8f07460f"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-asrock_g10-initramfs-fit-uImage.itb"; + sha256 = "de97e515d41ca285289a11bc5d6d4217a04ad7d49a6d536dcba99d3b7d1a64b9"; + sha256_unsigned = "de97e515d41ca285289a11bc5d6d4217a04ad7d49a6d536dcba99d3b7d1a64b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-asrock_g10-squashfs-nand-factory.bin"; + sha256 = "ac7453dcee087c5ea8d8c1399f0ad3c78c507eaec880f09e58e00fc3fb717dbd"; + sha256_unsigned = "ac7453dcee087c5ea8d8c1399f0ad3c78c507eaec880f09e58e00fc3fb717dbd"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "asrock,g10" + ]; + titles = [ + { + model = "G10"; + vendor = "ASRock"; + } + ]; + }; + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "fb9ac8379520d6a16c0a4056a364ea8170947b8e1c9fdd91c887a75cdfa440e5"; + sha256_unsigned = "56fb9677315c0dbcca7a36644b4b59afdadbeb3ad819d0e93f83474a21705d00"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-buffalo_wxr-2533dhp-initramfs-uImage"; + sha256 = "41c4960737d6f15cdd7f841cb9b7e2853d554729834d8308576e299e0a61abf2"; + sha256_unsigned = "41c4960737d6f15cdd7f841cb9b7e2853d554729834d8308576e299e0a61abf2"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + model = "WXR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "ea67c24675422796cee3b8de8eb3e5dc292c278e7ae9e166388ab0d0853e4c16"; + sha256_unsigned = "449e6839ef18ea54c317325f28da8f60bec7f9c411a91a4e48c57c0d71d8e058"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "ca37219bfeda2e1115a4d6b22c72c0dcbd6514f59383da8d001060b8b550a4a1"; + sha256_unsigned = "ca37219bfeda2e1115a4d6b22c72c0dcbd6514f59383da8d001060b8b550a4a1"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-compex_wpq864-initramfs-fit-uImage.itb"; + sha256 = "47161bf51f32bcec54e0b778d3d432b075455f87c7801fa01f4919edbeaa6b72"; + sha256_unsigned = "47161bf51f32bcec54e0b778d3d432b075455f87c7801fa01f4919edbeaa6b72"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + model = "WPQ864"; + vendor = "Compex"; + } + ]; + }; + edgecore_ecw5410 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-edgecore_ecw5410" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-edgecore_ecw5410"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-edgecore_ecw5410-squashfs-nand-sysupgrade.bin"; + sha256 = "b8da28ca8c44bff56a42150ab2c5e4614470922d72252687cf525243403f65f2"; + sha256_unsigned = "e80c0484d2b983b1055239ab9f5515bd4222a575609d3017d9cdeb655ba34ade"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-edgecore_ecw5410-initramfs-fit-uImage.itb"; + sha256 = "22bf0f1d3ddf2a284542ec185cd17528f2f813e8b6ae94ee2df2ad4b9da6bbf8"; + sha256_unsigned = "22bf0f1d3ddf2a284542ec185cd17528f2f813e8b6ae94ee2df2ad4b9da6bbf8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-edgecore_ecw5410-squashfs-nand-factory.bin"; + sha256 = "e717376de42d657591c4c1e56df6e2f4e21d40dd0ed33d6eed3e8a078271985b"; + sha256_unsigned = "e717376de42d657591c4c1e56df6e2f4e21d40dd0ed33d6eed3e8a078271985b"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "edgecore,ecw5410" + ]; + titles = [ + { + model = "ECW5410"; + vendor = "Edgecore"; + } + ]; + }; + linksys_ea7500-v1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-linksys_ea7500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-linksys_ea7500-v1-squashfs-factory.bin"; + sha256 = "807ad7126b04fd5be9de4603218fd1009b3adce5bf7b052e92a9f3b352bdcd48"; + sha256_unsigned = "807ad7126b04fd5be9de4603218fd1009b3adce5bf7b052e92a9f3b352bdcd48"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-linksys_ea7500-v1-initramfs-uImage"; + sha256 = "77ed1e18f6453bfe6594cf87c2426c8db0c56239b89091dba511f48f91ff9b72"; + sha256_unsigned = "77ed1e18f6453bfe6594cf87c2426c8db0c56239b89091dba511f48f91ff9b72"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-linksys_ea7500-v1-squashfs-sysupgrade.bin"; + sha256 = "4cac9662e72ddaabb8eecd8129d5d59703bcd127148dee3f9936caeedcf08755"; + sha256_unsigned = "f49fae4947ad808e26b0fd535aceb88e2ae45ce167d995142e8cc28ee4876fcf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea7500-v1" + ]; + titles = [ + { + model = "EA7500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-linksys_ea8500-initramfs-uImage"; + sha256 = "04acf17851536236ebfaec47db9117ee6e65dc73cfe44549c2837d51ad4517df"; + sha256_unsigned = "04acf17851536236ebfaec47db9117ee6e65dc73cfe44549c2837d51ad4517df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "5895409de2d625d05156d899e112faad91bb9b86390bba9aeddbb1a39c38be45"; + sha256_unsigned = "5895409de2d625d05156d899e112faad91bb9b86390bba9aeddbb1a39c38be45"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "0c33b7eb72446c910043a601b54385771d490ffb8f80e519fb198d5d627843e5"; + sha256_unsigned = "93ad57664929978178cbdc3e117b22da4f5123f1b60d0c16c0a98676e21043ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + model = "EA8500"; + vendor = "Linksys"; + } + ]; + }; + meraki_mr42 = { + device_packages = [ + "-swconfig" + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-phy-qcom-ipq806x-usb" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "-uboot-envtools" + "ath10k-firmware-qca9887-ct" + "ath10k-firmware-qca99x0-ct" + "kmod-eeprom-at24" + "kmod-hwmon-ina2xx" + "kmod-leds-tlc591xx" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-meraki_mr42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-meraki_mr42-squashfs-sysupgrade.bin"; + sha256 = "97dee78f006197dc745d3e47cd6707f6ab4d5d657e352ba5993b9360b54c5c7f"; + sha256_unsigned = "234a69ba44da2eaa173fcd196947f68fdf3760ebd31e4797af40d25e33f6b28f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-meraki_mr42-initramfs-fit-uImage.itb"; + sha256 = "f6372a396d1dc647fa5351e44c771dac391c15876c36e69a1352f4c404a77896"; + sha256_unsigned = "f6372a396d1dc647fa5351e44c771dac391c15876c36e69a1352f4c404a77896"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr42" + ]; + titles = [ + { + model = "MR42"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mr52 = { + device_packages = [ + "-swconfig" + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-phy-qcom-ipq806x-usb" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "-uboot-envtools" + "ath10k-firmware-qca9887-ct" + "ath10k-firmware-qca9984-ct" + "kmod-eeprom-at24" + "kmod-hwmon-ina2xx" + "kmod-leds-tlc591xx" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-meraki_mr52"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-meraki_mr52-squashfs-sysupgrade.bin"; + sha256 = "0dc67bc8c14388dbffeba6f79ac8658e51af43cc35864346311e22eac9900752"; + sha256_unsigned = "e781b2e1a6c4f9d3b3b3132391c12aa3da0f98a359a97b4de164a0dd7c97671b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-meraki_mr52-initramfs-fit-uImage.itb"; + sha256 = "33ef1705e2cdb850d706ea0dd3425fcafa0ec7973587910adf89bd73a3a5944e"; + sha256_unsigned = "33ef1705e2cdb850d706ea0dd3425fcafa0ec7973587910adf89bd73a3a5944e"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr52" + ]; + titles = [ + { + model = "MR52"; + vendor = "Cisco Meraki"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "24eddaff729cf3f1dd991ede252a5c898ea46d3b096dbd74079efb4fd1c05c28"; + sha256_unsigned = "ec791284225949e58792178216525e4c4441d29d2909ea2192ef770bcb945898"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-nec_wg2600hp-initramfs-uImage"; + sha256 = "92ab66166f426d03c784ff09836d73b52e5f7da0ec8f7ebf171d0e02d0fd9a7d"; + sha256_unsigned = "92ab66166f426d03c784ff09836d73b52e5f7da0ec8f7ebf171d0e02d0fd9a7d"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + model = "Aterm WG2600HP"; + vendor = "NEC"; + } + ]; + }; + nec_wg2600hp3 = { + device_packages = [ + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-usb-phy-qcom-dwc3" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "ath10k-firmware-qca9984-ct" + "ipq-wifi-nec_wg2600hp3" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-nec_wg2600hp3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-nec_wg2600hp3-initramfs-uImage"; + sha256 = "7054ef7a98f3525c7ce13df2c55704112a3c8ac935308f9b696716103b38fdbc"; + sha256_unsigned = "7054ef7a98f3525c7ce13df2c55704112a3c8ac935308f9b696716103b38fdbc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-nec_wg2600hp3-squashfs-sysupgrade.bin"; + sha256 = "b55c4393c633125dfb18e3862857670153914ee089b42cf97fd6c155b7126b6c"; + sha256_unsigned = "f7b63a400f68a54b65e136f19bb9820902ee4e82a687138b07bc0075de91ace1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp3" + ]; + titles = [ + { + model = "Aterm WG2600HP3"; + vendor = "NEC Platforms"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "a07189f77b2613c5d03b639bd62f607d6b57c8833293822e0c06196ef058bfdf"; + sha256_unsigned = "22d0aebc6cebee33bb7b9b8792de3885f5af61782f1aef4f75b46adb9721e821"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-netgear_d7800-initramfs-uImage"; + sha256 = "ad0e8fdc6571ff5561408330d1e6c7d83408dcbcd7cc37d1e01661fcca02e79f"; + sha256_unsigned = "ad0e8fdc6571ff5561408330d1e6c7d83408dcbcd7cc37d1e01661fcca02e79f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "b8bb5d9738176cb5df8a4af4976a4c83a3beae29235fd2b1a74b74d495ab95dc"; + sha256_unsigned = "b8bb5d9738176cb5df8a4af4976a4c83a3beae29235fd2b1a74b74d495ab95dc"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + model = "Nighthawk X4 D7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "d5aa8b7f94f94ca1544bd00e692643b119aec013310a9f151e0a27effc94a374"; + sha256_unsigned = "d5aa8b7f94f94ca1544bd00e692643b119aec013310a9f151e0a27effc94a374"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "ed8d43b8596263cd1e6755b8527d77e9f930c21c7a4d1bac6bd1055a3097dfcc"; + sha256_unsigned = "a479ef188f037c522e9d715c21e3d4d86b53d61efb0e6020f545d294a7493c64"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-netgear_r7500-initramfs-uImage"; + sha256 = "06a4225c0a404c2cfa438d9da58b16d15c4a9f6f5702093214d91e15c08cc1f7"; + sha256_unsigned = "06a4225c0a404c2cfa438d9da58b16d15c4a9f6f5702093214d91e15c08cc1f7"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-netgear_r7500v2-initramfs-uImage"; + sha256 = "65c1b32fc4996bd23685a0436edaeaa6d2f11f2456fe817dd0c8bbc9af4188d2"; + sha256_unsigned = "65c1b32fc4996bd23685a0436edaeaa6d2f11f2456fe817dd0c8bbc9af4188d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "09ed2a76f7c7dd546b42ccab0718fb2f3971596d04420814412344198fa59ae6"; + sha256_unsigned = "8ebfd8a40f404cc3ed1522026ab2576f0b8a6d71afa0933360236979fa86c8d1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "61429ddb842da2ce840d479ffbda32e28262eb438b40e9f31f08a422f98ae08d"; + sha256_unsigned = "61429ddb842da2ce840d479ffbda32e28262eb438b40e9f31f08a422f98ae08d"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ramoops" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "0b9b124e641c4486ce2dabbb68293d488f5db38025aa3fa292686c5fedc96073"; + sha256_unsigned = "1698f88db79bd7564d812caec413acb5ce2fd257961c7707df65db7755dbed53"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-netgear_r7800-initramfs-uImage"; + sha256 = "f01692df258c2d22d22a33773f1441c669c8450265e1ffc8994b5a69e44d10af"; + sha256_unsigned = "f01692df258c2d22d22a33773f1441c669c8450265e1ffc8994b5a69e44d10af"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "3c649066f9fd70f526f9a8fc3bb1a72ea27ea30c9e3f6da78b70caf5af770288"; + sha256_unsigned = "3c649066f9fd70f526f9a8fc3bb1a72ea27ea30c9e3f6da78b70caf5af770288"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + model = "Nighthawk X4S R7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_xr500 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ramoops" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-netgear_xr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-netgear_xr500-squashfs-factory.img"; + sha256 = "8452a186af63126d6be841f9a44a997288709f74c852bc7e17e96340ce2eddeb"; + sha256_unsigned = "8452a186af63126d6be841f9a44a997288709f74c852bc7e17e96340ce2eddeb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-netgear_xr500-squashfs-sysupgrade.bin"; + sha256 = "b7c99751ea4c06fda01dc5f2524ce75df439526bc250781d995c92d8b6b8352c"; + sha256_unsigned = "15048534dfcdd3e1e4894152cff86fa3300704a7820315c11a2507336d8e9e68"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-netgear_xr500-initramfs-uImage"; + sha256 = "f7033e39fe5079e5e3254dd5a7b164e9e06f86931a59c270a6a66ff6f8ab7ab0"; + sha256_unsigned = "f7033e39fe5079e5e3254dd5a7b164e9e06f86931a59c270a6a66ff6f8ab7ab0"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,xr500" + ]; + titles = [ + { + model = "Nighthawk XR500"; + vendor = "NETGEAR"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "b86cb78ec42f766bc75cb3f7549bed2c6ad62b53897cb088ed8e82fdcde69930"; + sha256_unsigned = "b86cb78ec42f766bc75cb3f7549bed2c6ad62b53897cb088ed8e82fdcde69930"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-qcom_ipq8064-ap148-initramfs-fit-uImage.itb"; + sha256 = "d62dbbf57753012a34dc4e3d888da49972f5256f7cc26f7b67d8240e69dcb83e"; + sha256_unsigned = "d62dbbf57753012a34dc4e3d888da49972f5256f7cc26f7b67d8240e69dcb83e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "55c084a5940736d6f20005d938fa7c55cb4ac75fa7fbb3e33b5527f05ec0f7cf"; + sha256_unsigned = "ef0db884dd3f050bfd87437482fa1dd237a9f7fda63c208d55cfa8322fe04795"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "standard"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-qcom_ipq8064-ap148-legacy-initramfs-uImage"; + sha256 = "9bc07042bb77d9da7949bc85f0de8fff6c2b6b7140b86d04629f5337e6181db5"; + sha256_unsigned = "9bc07042bb77d9da7949bc85f0de8fff6c2b6b7140b86d04629f5337e6181db5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "882e935174000a990852272ec0602216ff0c0d088afd3ec74d8c52389d66613d"; + sha256_unsigned = "882e935174000a990852272ec0602216ff0c0d088afd3ec74d8c52389d66613d"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "7cf2c6cc6d41f4c725856968094a0adfaf5acaee995526f9f828bc224800e2c6"; + sha256_unsigned = "8bfd23704ac2711d3efc62a3b4152fc2ef57f822e67cceeda4b036f0dd37ceb4"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "legacy"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "3016f25b8869041299f044b2212f65a5552eb2bf57b0d342fb06069ebfd865e2"; + sha256_unsigned = "3016f25b8869041299f044b2212f65a5552eb2bf57b0d342fb06069ebfd865e2"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "80274e966dcee54728c4045936ef70f1974686dce1b47f5586e63d058a5fc43e"; + sha256_unsigned = "db25a1d0dc5806d8c0907850909efd95be912669d55004ad100a453802e19107"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-qcom_ipq8064-ap161-initramfs-fit-uImage.itb"; + sha256 = "69ea91831a44ff26fc4f7596a131d364f12d4d5cc87da04e4db99a5c2bfccb2e"; + sha256_unsigned = "69ea91831a44ff26fc4f7596a131d364f12d4d5cc87da04e4db99a5c2bfccb2e"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + model = "AP161"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-db149 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-qcom_ipq8064-db149"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-qcom_ipq8064-db149-squashfs-sysupgrade.bin"; + sha256 = "2fd25f73041574b96cd3e3233b29acdf2e3cd381dfc27aa3257661cea8f7bdc0"; + sha256_unsigned = "b68013781a05445ad356942a949a5888c477a899c75c0f047c7419586c7adb1b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-qcom_ipq8064-db149-initramfs-fit-uImage.itb"; + sha256 = "a8534ff7e77c9b9a26b49cf5d75592bff9705e3d93a05be076c9f1659cd9f520"; + sha256_unsigned = "a8534ff7e77c9b9a26b49cf5d75592bff9705e3d93a05be076c9f1659cd9f520"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-db149" + ]; + titles = [ + { + model = "DB149"; + vendor = "Qualcomm"; + } + ]; + }; + tplink_ad7200 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-tplink_ad7200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-tplink_ad7200-squashfs-sysupgrade.bin"; + sha256 = "a85bd33d70f0db1986f1ff1092af8f620a9307ed11591a881e1d1aa95a32dd19"; + sha256_unsigned = "acf4aa85403952ab18097f07fba831e91a139aabe740acd2df5ca8b051b643d2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-tplink_ad7200-squashfs-factory.bin"; + sha256 = "5ab514f3c1406c9c2a5c454d6f04af35b81bd13299fbfd150dca726125914494"; + sha256_unsigned = "5ab514f3c1406c9c2a5c454d6f04af35b81bd13299fbfd150dca726125914494"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-tplink_ad7200-initramfs-uImage"; + sha256 = "aef4faf953274f0faa141ead3f46179a407be055ca0c1d8f07497062ab1f36aa"; + sha256_unsigned = "aef4faf953274f0faa141ead3f46179a407be055ca0c1d8f07497062ab1f36aa"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,ad7200" + ]; + titles = [ + { + model = "AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + { + model = "Talon AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-tplink_c2600-initramfs-uImage"; + sha256 = "8952e6ac86804d67ce030aaee08d3c246e1d895f9ed184a962532d1745d17bcd"; + sha256_unsigned = "8952e6ac86804d67ce030aaee08d3c246e1d895f9ed184a962532d1745d17bcd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "d58975d7199a3bafdc27761d92160fafa4fd4f84e00b6d62135305018b59388d"; + sha256_unsigned = "e1af2346519b17cb1b68749e2c90c677a1772001e72b3e9350a93df6f9095f0e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "31233337a101b2222610135f7e04f2da621586d67ca8e3d285d6893a4ddbb241"; + sha256_unsigned = "31233337a101b2222610135f7e04f2da621586d67ca8e3d285d6893a4ddbb241"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + model = "Archer C2600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "326c31bc94c53a44d628f71485c3dfe6fd4b97c8181a4f81d2da617846418c00"; + sha256_unsigned = "626cc25dfa58b07a2100971dff36c90a66def479d72e5c744b94ec3fe665ccbb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-tplink_vr2600v-initramfs-uImage"; + sha256 = "60344641677ae2c13e208b3cece194ec9e9fafa9b9947c9febde65caf4247012"; + sha256_unsigned = "60344641677ae2c13e208b3cece194ec9e9fafa9b9947c9febde65caf4247012"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + model = "Archer VR2600v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_unifi-ac-hd = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-ubnt_unifi-ac-hd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-ubnt_unifi-ac-hd-initramfs-fit-uImage.itb"; + sha256 = "d9b2255a7852b7b7f7fd6fb5a4122d0b9999219321f6de8672c9a68a20c1398a"; + sha256_unsigned = "d9b2255a7852b7b7f7fd6fb5a4122d0b9999219321f6de8672c9a68a20c1398a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-ubnt_unifi-ac-hd-squashfs-sysupgrade.bin"; + sha256 = "79993e539050f22c877772e29816df4fe2ab79f57282de5b35ceb7817c8957fd"; + sha256_unsigned = "c62481017daeae6eeb6f5b663cb05f75a389ade7c813f554a153e9df56618190"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ac-hd" + ]; + titles = [ + { + model = "UniFi AC HD"; + vendor = "Ubiquiti"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.4-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ipq806x-generic-zyxel_nbg6817-initramfs-uImage"; + sha256 = "6d47e2c2d5c45565323405119ac3634234f76bffabc04a843a6087ffefa64790"; + sha256_unsigned = "6d47e2c2d5c45565323405119ac3634234f76bffabc04a843a6087ffefa64790"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "e06f9728bf9298260a2e651a58ec56890a668ea6a97031cd39b3cc69ab341edb"; + sha256_unsigned = "e06f9728bf9298260a2e651a58ec56890a668ea6a97031cd39b3cc69ab341edb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "bab40f49e9bc61e7dfdc4c38a92075a9bb3726a127965f169c7a8d850fec1e34"; + sha256_unsigned = "90b0a02db491c988e002495e08d1e4959ee886b10305b48fdc9bb8574da74ef6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + model = "NBG6817"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "ipq806x/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + checkpoint_l-50 = { + device_packages = [ + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-mvsdio" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-checkpoint_l-50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-checkpoint_l-50-squashfs-sysupgrade.bin"; + sha256 = "deb03fb7fd54920bbc2b11de108daa40152645fff90c1f210f79c13b885d1200"; + sha256_unsigned = "986491ba03f7200562a53f8a50f21f956895734212f7f8779a1f804dec80aa4b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-checkpoint_l-50-initramfs-uImage"; + sha256 = "b524662da71d531ec445f525b8f297e7ab413192c6b0da84204aed1a98caf34c"; + sha256_unsigned = "b524662da71d531ec445f525b8f297e7ab413192c6b0da84204aed1a98caf34c"; + type = "kernel"; + } + ]; + supported_devices = [ + "checkpoint,l-50" + ]; + titles = [ + { + model = "L-50"; + vendor = "Check Point"; + } + ]; + }; + cisco_on100 = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-cisco_on100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "b4b66a4d6c1860725b4c541ead1bafcaddb7387a42e1b9a3129506ccf1e7587e"; + sha256_unsigned = "c9a3aaccd4cbfc07559a4c8a320ff270cf5f8ab484a52ccd01fb0c7a34a732c6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "497a0b028513b8185a46a0c3a6cf9552b3c703951dae689f087cc1c66dfd732b"; + sha256_unsigned = "497a0b028513b8185a46a0c3a6cf9552b3c703951dae689f087cc1c66dfd732b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-cisco_on100-initramfs-uImage"; + sha256 = "5332f8b771c8d1293c8446cd711e5275d0e1dda93a085272f24aa1bf17a5ffee"; + sha256_unsigned = "5332f8b771c8d1293c8446cd711e5275d0e1dda93a085272f24aa1bf17a5ffee"; + type = "kernel"; + } + ]; + supported_devices = [ + "cisco,on100" + "on100" + ]; + titles = [ + { + model = "ON100"; + vendor = "Cisco Systems"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-cloudengines_pogoe02-initramfs-uImage"; + sha256 = "afced20c7aed34616ad335fe164c96eb3b130c3f0a756ebc8b073006ea2d69e0"; + sha256_unsigned = "afced20c7aed34616ad335fe164c96eb3b130c3f0a756ebc8b073006ea2d69e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "0fadb6ed0b8776179aa1e0edbae4b0f41c2bb7ff49e2d14aa0ed23f43829d215"; + sha256_unsigned = "0fadb6ed0b8776179aa1e0edbae4b0f41c2bb7ff49e2d14aa0ed23f43829d215"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "99cbf8f5bd4fc619e8a07086e6ed120c000d537b215faae8d1f977d159c0ccbe"; + sha256_unsigned = "31d31551093ad2409ef3c18626bcdd58ca4f551b74e5b029a7813c1cc2d6c28d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + model = "Pogoplug E02"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-mvsdio" + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "b6741251d5d3181d5108ce4c59bd4141104c81fed5d933ca5fc747c85d751536"; + sha256_unsigned = "3dfadee8bfa5562fd40e9cd92649a0136e8ea305a019e92096d95fded2c0ea74"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "3e26e7b0253a2caad60766c3f4aaa3d05d57b462b4e90be6c7d25f6b9d3eb43f"; + sha256_unsigned = "3e26e7b0253a2caad60766c3f4aaa3d05d57b462b4e90be6c7d25f6b9d3eb43f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-cloudengines_pogoplugv4-initramfs-uImage"; + sha256 = "5bccc3bff2e034fce130eff1931d88206d4834415d31420580b005fe9f85cd18"; + sha256_unsigned = "5bccc3bff2e034fce130eff1931d88206d4834415d31420580b005fe9f85cd18"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + model = "Pogoplug V4"; + vendor = "Cloud Engines"; + } + ]; + }; + ctera_c200-v1 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-ctera_c200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-ctera_c200-v1-squashfs-sysupgrade.bin"; + sha256 = "8d950c859218151f06da58adf954d5c9e7fbd716c198c93ac11d1a51e18a4895"; + sha256_unsigned = "fdd9c353b846d5a1fb11aa200d20c406a71ea75cedbbd93ec61a65eea24ba70c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-ctera_c200-v1-initramfs-factory.firm"; + sha256 = "0c99c5161adac7a7a559f7d20acc53c952d09dd29bcf051490eec01d0ab3ccff"; + sha256_unsigned = "0c99c5161adac7a7a559f7d20acc53c952d09dd29bcf051490eec01d0ab3ccff"; + type = "kernel"; + } + ]; + supported_devices = [ + "ctera,c200-v1" + ]; + titles = [ + { + model = "C200"; + variant = "V1"; + vendor = "Ctera"; + } + ]; + }; + endian_4i-edge-200 = { + device_packages = [ + "kmod-ath9k" + "kmod-mvsdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-endian_4i-edge-200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-endian_4i-edge-200-squashfs-sysupgrade.bin"; + sha256 = "661bae342b7c5cfa89967f2c36645ea236c144a23a6181bf9a116597010ba50c"; + sha256_unsigned = "7cb0974e48c1dee03b863267e2f68c299dc4407967a7699d749719e823eee7dc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-endian_4i-edge-200-initramfs-uImage"; + sha256 = "081cbbd88b0ceb8f025d7855fa2af0c7fd054522ae43156b0e73bca83b66ffc3"; + sha256_unsigned = "081cbbd88b0ceb8f025d7855fa2af0c7fd054522ae43156b0e73bca83b66ffc3"; + type = "kernel"; + } + ]; + supported_devices = [ + "endian,4i-edge-200" + ]; + titles = [ + { + model = "4i Edge 200"; + vendor = "Endian"; + } + { + model = "UTM Mini Firewall"; + vendor = "Endian"; + } + ]; + }; + globalscale_sheevaplug = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-globalscale_sheevaplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-globalscale_sheevaplug-squashfs-sysupgrade.bin"; + sha256 = "efca76b335a5b79ea49d70d8b802f87f1b84a8567a666671d04ba5470d4104e3"; + sha256_unsigned = "1b646293ef3ba29c3c16d815c76fd49f6030d8782a76e57a2f8386280ec55fc7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-globalscale_sheevaplug-squashfs-factory.bin"; + sha256 = "e249e354b884b56a901fdfed1bbebc38db087adb518420a0f4d2162ef1e1a1c5"; + sha256_unsigned = "e249e354b884b56a901fdfed1bbebc38db087adb518420a0f4d2162ef1e1a1c5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-globalscale_sheevaplug-initramfs-uImage"; + sha256 = "edb516fc12b99d737bce28b7054b4483c4c9b913ca997c621756ed30a4025386"; + sha256_unsigned = "edb516fc12b99d737bce28b7054b4483c4c9b913ca997c621756ed30a4025386"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,sheevaplug" + ]; + titles = [ + { + model = "Sheevaplug"; + vendor = "Globalscale"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-iom_iconnect-1.1-initramfs-uImage"; + sha256 = "7fd1ace9e8db004709c9ad94bf36e2299b2e13f70ae06bab543a2c4475870e3e"; + sha256_unsigned = "7fd1ace9e8db004709c9ad94bf36e2299b2e13f70ae06bab543a2c4475870e3e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "554fd1c195a65e6b27abaffbbad46dd88c4ee696e007272be1322ebb0e185b2d"; + sha256_unsigned = "3b8ab0c397ee45aa25a2d023102277970df2bb27ee671d2be6641e7728f51fe8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "4c5ef20b284b99c54e3bfdc25c06e586eac27a702107eb8b597c3e41815c5cd0"; + sha256_unsigned = "4c5ef20b284b99c54e3bfdc25c06e586eac27a702107eb8b597c3e41815c5cd0"; + type = "factory"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + model = "Iconnect"; + vendor = "Iomega"; + } + ]; + }; + iom_ix2-200 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-iom_ix2-200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-iom_ix2-200-squashfs-factory.bin"; + sha256 = "85b49bbed2f66396a063eb316ed3e5f6b98339e9bebd196039b896aec035847e"; + sha256_unsigned = "85b49bbed2f66396a063eb316ed3e5f6b98339e9bebd196039b896aec035847e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-iom_ix2-200-initramfs-uImage"; + sha256 = "ce03226ba051b9e8f341cb49e4130f2fa3285d5d5ea220475d8dd0df106bd8c9"; + sha256_unsigned = "ce03226ba051b9e8f341cb49e4130f2fa3285d5d5ea220475d8dd0df106bd8c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-iom_ix2-200-squashfs-sysupgrade.bin"; + sha256 = "77ac1cbb8344316ba7f6ddd07a40accc54cebf6e60ec91f287878754524d7f1b"; + sha256_unsigned = "946338d716963eec658b349fb4d9e560d5f6417a88f1f8cc22f5548a040e9b0f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,ix2-200" + ]; + titles = [ + { + model = "StorCenter ix2-200"; + vendor = "Iomega"; + } + ]; + }; + iptime_nas1 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-gpio-pca953x" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-iptime_nas1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-iptime_nas1-initramfs-uImage"; + sha256 = "cd5812a2e422014af7ac55ecc9c4b5fb57c71be512b9ff49077df6253424753f"; + sha256_unsigned = "cd5812a2e422014af7ac55ecc9c4b5fb57c71be512b9ff49077df6253424753f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-iptime_nas1-squashfs-sysupgrade.bin"; + sha256 = "7b27519ca665ef95b5197538ba6dbed448a59cd6761e8fde684e4652f228186b"; + sha256_unsigned = "a89347cf427e0b222c88712d4feb5333eba3b12f4f3dea21c092acd086c37492"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,nas1" + ]; + titles = [ + { + model = "NAS1"; + vendor = "ipTIME"; + } + ]; + }; + linksys_e4200-v2 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-linksys_e4200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-linksys_e4200-v2-initramfs-uImage"; + sha256 = "6e1dbf9a9c8b70e075dd7ef55f475f49dedd42f7832c06cf53079ad430f62b56"; + sha256_unsigned = "6e1dbf9a9c8b70e075dd7ef55f475f49dedd42f7832c06cf53079ad430f62b56"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-linksys_e4200-v2-squashfs-factory.bin"; + sha256 = "5fdebe5bed85f2b8c2cf030a90e09acc3985a5808b8d942cd046f604a83792f7"; + sha256_unsigned = "5fdebe5bed85f2b8c2cf030a90e09acc3985a5808b8d942cd046f604a83792f7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-linksys_e4200-v2-squashfs-sysupgrade.bin"; + sha256 = "ed7a27e957980932fcc46e18830198aa7849bdd114ec7199a462bf7ac77462e4"; + sha256_unsigned = "3f9f61b06d758641bb4321455a455d5382896b20a74a9b74f86a63f39500b6da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e4200-v2" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "E4200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea3500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-linksys_ea3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-linksys_ea3500-squashfs-sysupgrade.bin"; + sha256 = "238c3f7e229922559d86b167eee250c5628073d069770ccb5412c1e67913b3a3"; + sha256_unsigned = "2f91e2bee793282cdf8f2d9a4d2eab6ae31ab6aacfe9de0569f6f8d619f37835"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-linksys_ea3500-initramfs-uImage"; + sha256 = "cd5ae19c9feb449e269128723a39bf098c4b9d1158dac3ae1c36148a4f5c49b2"; + sha256_unsigned = "cd5ae19c9feb449e269128723a39bf098c4b9d1158dac3ae1c36148a4f5c49b2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-linksys_ea3500-squashfs-factory.bin"; + sha256 = "ecaed9a89598026ce0b0507af0dc855a15d927dea4d682dbd3c746ec7bd7f68a"; + sha256_unsigned = "ecaed9a89598026ce0b0507af0dc855a15d927dea4d682dbd3c746ec7bd7f68a"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea3500" + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + model = "EA3500"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea4500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-linksys_ea4500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-linksys_ea4500-initramfs-uImage"; + sha256 = "82d198731702a13f76e88e3e4c2a305318143391a16f5a00fd20113023410c37"; + sha256_unsigned = "82d198731702a13f76e88e3e4c2a305318143391a16f5a00fd20113023410c37"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-linksys_ea4500-squashfs-factory.bin"; + sha256 = "50a1d822e454a320a37171e2378d430bba6b8c2acd17460ac725d52791fcd619"; + sha256_unsigned = "50a1d822e454a320a37171e2378d430bba6b8c2acd17460ac725d52791fcd619"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-linksys_ea4500-squashfs-sysupgrade.bin"; + sha256 = "9ff1b8b4fcac48a05dd628441e38fd93e569a4b4f0e0be192055c61c3236e01e"; + sha256_unsigned = "73765aa68a5413ebf5b97a2831e8ce6d737a9dda06c602a1720741377bd2b856"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea4500" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "EA4500"; + vendor = "Linksys"; + } + ]; + }; + netgear_readynas-duo-v2 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-g762" + "kmod-rtc-rs5c372a" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-netgear_readynas-duo-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-netgear_readynas-duo-v2-squashfs-sysupgrade.bin"; + sha256 = "46b730fa3e5572b6e6553ed17729365259e1ad455fa6323e12c1db043c01aaa5"; + sha256_unsigned = "f6058ee184b4e242973f4858fba39242f5f953db62a8ec250824969f17a7dbd7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-netgear_readynas-duo-v2-initramfs-uImage"; + sha256 = "33ac6dda8ad0c021706762c686797f5863bf4982f13aeaad906d7321529a26a3"; + sha256_unsigned = "33ac6dda8ad0c021706762c686797f5863bf4982f13aeaad906d7321529a26a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,readynas-duo-v2" + ]; + titles = [ + { + model = "ReadyNAS Duo"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "caa3b8fe71ba657c8bee9be988fa6e1703bf1910e16e143faeb7c75bf54c0fcd"; + sha256_unsigned = "caa3b8fe71ba657c8bee9be988fa6e1703bf1910e16e143faeb7c75bf54c0fcd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-raidsonic_ib-nas62x0-initramfs-uImage"; + sha256 = "99e08f7b8a0db4b8e80a0cd962301e253c1504d43b18aa171d383f5a2962991f"; + sha256_unsigned = "99e08f7b8a0db4b8e80a0cd962301e253c1504d43b18aa171d383f5a2962991f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "a9905776ef16666cb7d7fa5c24bf306780d6f07c2ba17130eac2752f46826f4e"; + sha256_unsigned = "1b648cc583679c1dfdb1a4a8a7c9c9296809cc19e968e69d5919876cf4ce9096"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + model = "ICY BOX IB-NAS62x0"; + vendor = "RaidSonic"; + } + ]; + }; + seagate_blackarmor-nas220 = { + device_packages = [ + "kmod-hwmon-adt7475" + "kmod-fs-ext4" + "kmod-ata-marvell-sata" + "mdadm" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-seagate_blackarmor-nas220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-seagate_blackarmor-nas220-squashfs-factory.bin"; + sha256 = "5742d79c61f5c8f026fc1047e957bb4c274fd9bc87af75c5bb105b58acc7ebf3"; + sha256_unsigned = "5742d79c61f5c8f026fc1047e957bb4c274fd9bc87af75c5bb105b58acc7ebf3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-seagate_blackarmor-nas220-initramfs-uImage"; + sha256 = "d4e297d49b5759922a9aec47287dc4c0646a64d99b8d117ab7920c24277fbf75"; + sha256_unsigned = "d4e297d49b5759922a9aec47287dc4c0646a64d99b8d117ab7920c24277fbf75"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-seagate_blackarmor-nas220-squashfs-sysupgrade.bin"; + sha256 = "457a217225446a4931d8c16389e4dc9084cbcf2d4948ccfeec59cdfde0c396f7"; + sha256_unsigned = "f64e226a13d9d64dd46465f2266a3787599a31b94496ca313eb9fa8320da6e12"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,blackarmor-nas220" + ]; + titles = [ + { + model = "Blackarmor NAS220"; + vendor = "Seagate"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "8cb430ba2563dfb4c44d5fa800239607400dd92e8afcbd208a73b64623410050"; + sha256_unsigned = "c099866047b7b4026e35e465980ddf6ec2f33f7432e8edc30196796bd3c1375c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "d975dc2b3f558a714b37d266baa67d6e27eb9d51019c958eb23afbb4243d01f3"; + sha256_unsigned = "d975dc2b3f558a714b37d266baa67d6e27eb9d51019c958eb23afbb4243d01f3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-seagate_dockstar-initramfs-uImage"; + sha256 = "4e47b08ce88e9aa513ca1c48b3a2a10632574893dfedcee50e7ee7d1b6f5ac80"; + sha256_unsigned = "4e47b08ce88e9aa513ca1c48b3a2a10632574893dfedcee50e7ee7d1b6f5ac80"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + model = "FreeAgent Dockstar"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-seagate_goflexhome-initramfs-uImage"; + sha256 = "6cd16c64819b4c3f9d6abd684f6979188565d7d56eb698515819bb427ea015a5"; + sha256_unsigned = "6cd16c64819b4c3f9d6abd684f6979188565d7d56eb698515819bb427ea015a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "79828f6d033f2c8e83a72afe9cae7ce3193e268821af1a6ef0e9e2b4ced1a7f9"; + sha256_unsigned = "79828f6d033f2c8e83a72afe9cae7ce3193e268821af1a6ef0e9e2b4ced1a7f9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "4293083a000a08c2ddeaf06076a89b816ba70244558972e04f74ff60fdfc6a37"; + sha256_unsigned = "2d62320462a807374b325b5cf33d5e9580755570b4d2a5b12ef065d6289dc39e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + model = "GoFlexHome"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "dbcbad1f618801640949b8a406a21e9eb71e7469d3e2d86c10dfb120e784675a"; + sha256_unsigned = "dbcbad1f618801640949b8a406a21e9eb71e7469d3e2d86c10dfb120e784675a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-seagate_goflexnet-initramfs-uImage"; + sha256 = "7153bfc378e99210757d97bcd50915cc27805806bddb7534619e7967bc9d0d39"; + sha256_unsigned = "7153bfc378e99210757d97bcd50915cc27805806bddb7534619e7967bc9d0d39"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "b64b80d66513298394a6d1b2aedc234cf2f0f81ffa102789413a32e0c7c515bc"; + sha256_unsigned = "09a37f09130cce7eaef404b56d83ac5e54340a0ba998709daa8eb30a3e42c9e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + model = "GoFlexNet"; + vendor = "Seagate"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-r8169" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "fda2ab5490f72512ba5def3234a7f7afa60692c36230b7124d18216269f0ff6b"; + sha256_unsigned = "fda2ab5490f72512ba5def3234a7f7afa60692c36230b7124d18216269f0ff6b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "6e7c6c295601f111be4c3399a48c151a9ee75dc636a62312223bafa9ff1e44f1"; + sha256_unsigned = "88474d34fe1b4b532c58f0d643343235bb279346dead004c7a3a07bbdfdfe2ab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-zyxel_nsa310b-initramfs-uImage"; + sha256 = "62ba43150806b661417370031b35f79d79bdaa4d06c2140bc26b436635699b61"; + sha256_unsigned = "62ba43150806b661417370031b35f79d79bdaa4d06c2140bc26b436635699b61"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + "nsa310b" + ]; + titles = [ + { + model = "NSA310b"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa310s = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-zyxel_nsa310s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-zyxel_nsa310s-squashfs-factory.bin"; + sha256 = "cfb56a2f8abd663eb5d13fa89ee6a073a2f675831840c55ea332e391dce688c5"; + sha256_unsigned = "cfb56a2f8abd663eb5d13fa89ee6a073a2f675831840c55ea332e391dce688c5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-zyxel_nsa310s-initramfs-uImage"; + sha256 = "1f6a919fd5b3fb0aae9c867bc7cce59c9a09ac12e4c5095da167c3be5d45dc66"; + sha256_unsigned = "1f6a919fd5b3fb0aae9c867bc7cce59c9a09ac12e4c5095da167c3be5d45dc66"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-zyxel_nsa310s-squashfs-sysupgrade.bin"; + sha256 = "3facc1a2e1ff7200289ff5c1052079371c71bd40fbec8b62f606e1aa8bd711fd"; + sha256_unsigned = "102088f1ab8645be15c00550c662f6f9065f7b465d6549d249734ad644ba01cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa310s" + ]; + titles = [ + { + model = "NSA310S"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "f586418252085c3a4aaf86205a20a3e2138676123b74216b46bd2a512faa7216"; + sha256_unsigned = "9e08dee9988bbec5f3d0e501d11d7b284d19f31be1b2637e867013b26ca6f989"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-kirkwood-zyxel_nsa325-initramfs-uImage"; + sha256 = "8d3bc24698bf31e46e1a6a0d9c31d583d1c586d62e8e94daf3d0cc1cd4cf1cbc"; + sha256_unsigned = "8d3bc24698bf31e46e1a6a0d9c31d583d1c586d62e8e94daf3d0cc1cd4cf1cbc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "c6d5fd90a0f46786c2169a54497239377781afe879b9bddc8eb10c9024ec9ec9"; + sha256_unsigned = "c6d5fd90a0f46786c2169a54497239377781afe879b9bddc8eb10c9024ec9ec9"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + "nsa325" + ]; + titles = [ + { + model = "NSA325"; + variant = "v1/v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "kirkwood/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + lantiq = { + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ltq-atm-vr9" + "kmod-ltq-deu-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-vdsl-vr9-mei" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "ltq-vdsl-app" + "ltq-vdsl-vr9-vectoring-fw-installer" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoa" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "4566f30a23e144881420006146adb8c36200f70e235f055666e7cabd556421ad"; + sha256_unsigned = "c7a1fa1909a4165011455d9ff905521a4b9b6826e58e00e101763f0cee4e7344"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-alphanetworks_asl56026-initramfs-kernel.bin"; + sha256 = "83c7946bc6076d94ad7b99c6ba977f52ffefeacacddde8f70ff929c274318039"; + sha256_unsigned = "83c7946bc6076d94ad7b99c6ba977f52ffefeacacddde8f70ff929c274318039"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + model = "ASL56026"; + vendor = "Alpha"; + } + { + model = "ECI VDSL Modem V-2FUb/I"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-arcadyan_vg3503j-initramfs-kernel.bin"; + sha256 = "a165c43734a167d72f1a76d26839bc1bfd34c5a2ce7af3ea6bb694a9053f0d36"; + sha256_unsigned = "a165c43734a167d72f1a76d26839bc1bfd34c5a2ce7af3ea6bb694a9053f0d36"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "ac06a632e8024bc8b79b94b89f399d808fb61557a3cf21df96cf4cc794b06c00"; + sha256_unsigned = "fcb67a8b4b8cefc2b5e0a519cd93da61147841c7055ccb5c66749bcfd63b193b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + model = "ECI VDSL Modem V-2FUb/R"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-arcadyan_vgv7510kw22-brn-initramfs-kernel.bin"; + sha256 = "8bc0d0040e86a0210ca30bac87969ecc4cb57b67730b04b269f3b35ded9d5b70"; + sha256_unsigned = "8bc0d0040e86a0210ca30bac87969ecc4cb57b67730b04b269f3b35ded9d5b70"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "BRN"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "4697de85dac8d8c8b67eca9ad6a41a5075c7c8a7b071efcfcf3595b95e8a9ae5"; + sha256_unsigned = "bc31f841de64ef1d2bc50570b5deb6e3a238703ea592d7f2dc664db90c746ba6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-arcadyan_vgv7510kw22-nor-initramfs-kernel.bin"; + sha256 = "289a496738ed20e7976d218f1bfce4b5746899deea463ef142f4577e96279eb7"; + sha256_unsigned = "289a496738ed20e7976d218f1bfce4b5746899deea463ef142f4577e96279eb7"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "NOR"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-arcadyan_vgv7519-brn-initramfs-kernel.bin"; + sha256 = "261f4aa0bbf9e4457fcb4256d5837b753e2dcc37a5c907980eb86668882a7fbf"; + sha256_unsigned = "261f4aa0bbf9e4457fcb4256d5837b753e2dcc37a5c907980eb86668882a7fbf"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + model = "VGV7519"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "BRN"; + vendor = "KPN"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-arcadyan_vgv7519-nor-initramfs-kernel.bin"; + sha256 = "2a9dfb85b80a176dd269e77f5765b3194c973bd012281953b1ed25a137fde6b9"; + sha256_unsigned = "2a9dfb85b80a176dd269e77f5765b3194c973bd012281953b1ed25a137fde6b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "aeb92e5601a747ea256c381e60e57813e747e32325af43b7d9421915fee4f344"; + sha256_unsigned = "b67b8ea40b4fdd5b472e9eead37d20fc9147eb77621cef0cf3f058e8a07eab3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + model = "VGV7519"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "NOR"; + vendor = "KPN"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "420c97816f96501ca1d30ff8f2616f35e856aea747aaa8e1c7fb0346a2cd3bb2"; + sha256_unsigned = "420c97816f96501ca1d30ff8f2616f35e856aea747aaa8e1c7fb0346a2cd3bb2"; + type = "eva-kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz3370-rev2-hynix-initramfs-kernel.bin"; + sha256 = "e81b7f1020d26492945872a2fded23a5d014333374f68db2646e65f1f931f426"; + sha256_unsigned = "e81b7f1020d26492945872a2fded23a5d014333374f68db2646e65f1f931f426"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "94a8fe5c21c973c30896e207dd7a9832252f4da234db755b16b66ac3cb339c53"; + sha256_unsigned = "94a8fe5c21c973c30896e207dd7a9832252f4da234db755b16b66ac3cb339c53"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "310f57d2d33786652f57711f35d39471a4250287a55d18dff136738f3804a661"; + sha256_unsigned = "a5d78f1fae7754b769168f92d268c7e68238763d1e14c1410ff07b5124a721fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Hynix NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "66ddc91cfbe3d3ac1f792a744cc8d354adf08a1804a4ddb7a37798df7d01b7e4"; + sha256_unsigned = "92737ae42dd71669d91f96bba675c15c221f1671eb8cdf0146bbda068d6cda35"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz3370-rev2-micron-initramfs-kernel.bin"; + sha256 = "5a0c508e84a61c503b610367253773ccfd6c703a6f396abc230fdfb3e42d1013"; + sha256_unsigned = "5a0c508e84a61c503b610367253773ccfd6c703a6f396abc230fdfb3e42d1013"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "94a8fe5c21c973c30896e207dd7a9832252f4da234db755b16b66ac3cb339c53"; + sha256_unsigned = "94a8fe5c21c973c30896e207dd7a9832252f4da234db755b16b66ac3cb339c53"; + type = "eva-filesystem"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "b393eebbbf4448d83944cf3b24efc2084c7ff7d9b680ba1490673035d7196248"; + sha256_unsigned = "b393eebbbf4448d83944cf3b24efc2084c7ff7d9b680ba1490673035d7196248"; + type = "eva-kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Micron NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3390 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-avm_fritz3390"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz3390-squashfs-sysupgrade.bin"; + sha256 = "f642db05339011955ad0f89749a5a315323e664d54c84b85830ff73e3a482e13"; + sha256_unsigned = "0d741be55e0904006b379556928f4b40a6968011f4259988884a8b48e61df4b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz3390-initramfs-kernel.bin"; + sha256 = "4d2a87f5e06cdc6433c3c385a08f74b72923315aefbce1157740c3f17cafc146"; + sha256_unsigned = "4d2a87f5e06cdc6433c3c385a08f74b72923315aefbce1157740c3f17cafc146"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz3390" + ]; + titles = [ + { + model = "FRITZ!Box 3390"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360-v2 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-avm_fritz7360-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz7360-v2-squashfs-sysupgrade.bin"; + sha256 = "91b974c78f1dfaeff7538501a258b2b9e6ef5502f7b55a4e24d6fcd688b370de"; + sha256_unsigned = "3c2348880bae94e10746ae17b12e56025dda1931ac63287ae818c6dab5fa2b2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz7360-v2-initramfs-kernel.bin"; + sha256 = "664e9ba0e9ebb9103d96416d0a401f0c79a460ed03ded8a1012ec7b04334c006"; + sha256_unsigned = "664e9ba0e9ebb9103d96416d0a401f0c79a460ed03ded8a1012ec7b04334c006"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7360-v2" + ]; + titles = [ + { + model = "FRITZ!Box 7360"; + variant = "v2"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "a510134d74bd2bcd867431dd54e494cebbafa4725e1d2fe40f3e1fd8479ad76f"; + sha256_unsigned = "68407c4097d67464bcfd614b6585a10789f9b09f4ee6e9f40d7debdaa16d6a5f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz7360sl-initramfs-kernel.bin"; + sha256 = "9cda71ea19bed30cd8612916742de80c1ef09d0b47cbbd76fcc6ed10ee2b4310"; + sha256_unsigned = "9cda71ea19bed30cd8612916742de80c1ef09d0b47cbbd76fcc6ed10ee2b4310"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + model = "FRITZ!Box 7360 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz7362sl-initramfs-kernel.bin"; + sha256 = "178c2ed8a3c6fb974843a0d9481ba3e7b58ef07b4141b178e83a314fff372fc9"; + sha256_unsigned = "178c2ed8a3c6fb974843a0d9481ba3e7b58ef07b4141b178e83a314fff372fc9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "ca17e9ef86729b40cb04692a45a78941d7035caa1a76bd202adf429a510a5db0"; + sha256_unsigned = "a153bf8c817ea1b63ebbd62160f0aa0cb8c6040f3f7908c1c2d2e3eba8586e18"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + model = "FRITZ!Box 7362 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin"; + sha256 = "38efcc7345024aa0c965f0e07a7f4b4faebebdd786bb5f05a8e49471302069fc"; + sha256_unsigned = "38efcc7345024aa0c965f0e07a7f4b4faebebdd786bb5f05a8e49471302069fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "990ec5982fb5ddc5da0b798e820910d82daeae2dda1893b22d35a39a984eeff5"; + sha256_unsigned = "44c4e6c3d90ef9687564dd0de95bab7472c847f4143be71041c3080b031d1fbb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + model = "FRITZ!Box 7412"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7430 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-usb-dwc2" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-avm_fritz7430"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin"; + sha256 = "bc453f375f4f30b990e87a8bc21267d10b955c3cb321b452ec030eb4d4dfe000"; + sha256_unsigned = "bc453f375f4f30b990e87a8bc21267d10b955c3cb321b452ec030eb4d4dfe000"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-avm_fritz7430-squashfs-sysupgrade.bin"; + sha256 = "0c8688e89cf8536ac39d22702b3f17ea974a365eb32776be14e0aa500bea44ba"; + sha256_unsigned = "c9aba5e6df93e329502e13982141abd2b08cdda7e51ff7b0cb58f602cdd34bc2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7430" + ]; + titles = [ + { + model = "FRITZ!Box 7430"; + vendor = "AVM"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "495ce8571f00a9abe230cbd09571b0a869759521fb137194e02d28f783d75de3"; + sha256_unsigned = "9e242d6c58a33e6d2e08b9103ba1bce2746d066b6ee5b58ed8c1364469d09b0a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-bt_homehub-v5a-initramfs-kernel.bin"; + sha256 = "cc1e75399e720685d8d950f5082dc25f39b7d90d73ec64b8f7aeaa17c114fc97"; + sha256_unsigned = "cc1e75399e720685d8d950f5082dc25f39b7d90d73ec64b8f7aeaa17c114fc97"; + type = "kernel"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + model = "Home Hub 5"; + variant = "Type A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-buffalo_wbmr-300hpd-initramfs-kernel.bin"; + sha256 = "0dfd60a1edd6554c7e8d146f02552c4511099b98b68aaf401c33b7d8dcf63ad2"; + sha256_unsigned = "0dfd60a1edd6554c7e8d146f02552c4511099b98b68aaf401c33b7d8dcf63ad2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "2d2dbedd01f77748251ca18280bd4788bea74241e933201ef611a5ae2e83391a"; + sha256_unsigned = "c305a5f1c5145114e39c56b94ce2aa81d3a0752057b7fb6d97b6be370e857123"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + model = "WBMR-300HPD"; + vendor = "Buffalo"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "8a64214dc7930a09cd83d024883284e4bd99a22ea99007a949e91667df0e76e5"; + sha256_unsigned = "d5f3f574647b591a45d35b5eab048df6ba6f30bf3239cee62284489e4011b865"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-lantiq_easy80920-nand-initramfs-kernel.bin"; + sha256 = "8f88f89a4fb50153fdc710176705343082f33d496b325c14c8958d551a980484"; + sha256_unsigned = "8f88f89a4fb50153fdc710176705343082f33d496b325c14c8958d551a980484"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "836eb5b40d1c33c5fc749990847af14318c68c722e6bf5c0e7fb07856cf6147b"; + sha256_unsigned = "836eb5b40d1c33c5fc749990847af14318c68c722e6bf5c0e7fb07856cf6147b"; + type = "fullimage"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NAND"; + vendor = "Lantiq"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "b3b681bf96af412c1877447aa4dd5cf2c05a0cb94f2ccb4a95b937eac875f003"; + sha256_unsigned = "f2a7a5122e80f0c10faa20946fd9aaf806378cd4a85e30a871dec1ca8b9f3200"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-lantiq_easy80920-nor-initramfs-kernel.bin"; + sha256 = "bd51d49d27e1a05f74242fd9062004d503939c1040d9f9c8c4038a75dc14986f"; + sha256_unsigned = "bd51d49d27e1a05f74242fd9062004d503939c1040d9f9c8c4038a75dc14986f"; + type = "kernel"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NOR"; + vendor = "Lantiq"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-netgear_dm200-initramfs-kernel.bin"; + sha256 = "d4a3c25a12ed712ad7a4d8310cd6cf69a81de1e464132cc6b2b705dad6697278"; + sha256_unsigned = "d4a3c25a12ed712ad7a4d8310cd6cf69a81de1e464132cc6b2b705dad6697278"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "5d2726c7419c6fcb61bf6cb3fa19a06b38dfc4fab0dc8421f70e39ae953306cc"; + sha256_unsigned = "0d9c1f8e96ce8ba37a0f7ae8de5918b1213d98116a54f2566d250ba2dc717729"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "8cda9ba66b8eda777644c22e2d374244166f44daae5cbc07f8040ea20a1408cc"; + sha256_unsigned = "0d9c1f8e96ce8ba37a0f7ae8de5918b1213d98116a54f2566d250ba2dc717729"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + model = "DM200"; + vendor = "NETGEAR"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "98ae2ebf9a6131aa18c79816c0292fbd164a466c47554423433a43abc820b1d6"; + sha256_unsigned = "d74a0fb92bacfd7b0443d95a4429576e9e20ecafbf08fb3ff097a4bcc92fb05c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-tplink_tdw8970-initramfs-kernel.bin"; + sha256 = "0d78f132b8ab02851e44d4b04ebc1546f402a4316e869307780df64ffce6f690"; + sha256_unsigned = "0d78f132b8ab02851e44d4b04ebc1546f402a4316e869307780df64ffce6f690"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + model = "TD-W8970"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-tplink_tdw8980-initramfs-kernel.bin"; + sha256 = "e180e1d9ce60f3eebaa7b1910985e195237d89ec2cfc28439c18e03de88cd666"; + sha256_unsigned = "e180e1d9ce60f3eebaa7b1910985e195237d89ec2cfc28439c18e03de88cd666"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "21349562a0c48ca75a389f6909444e9c789fbb56f2102a939cdabb9bc8bb1b86"; + sha256_unsigned = "cd61957dccafbf0591e7775e85b25763aa3ae79bcc3af990d9b65553b31d5340"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + model = "TD-W8980"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "244bbbdb03f313b81e4e27ce46334803624c65a960027fc563d83fed9395b301"; + sha256_unsigned = "7694ab19fd8544f229fac81b3c3471e5fe0f77dac1f7ca07a147bc007be59697"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-tplink_vr200-initramfs-kernel.bin"; + sha256 = "c4233c2b3083f7f31b8b6df7ec45049f066cf1129f4a7162aa48c7c7020b7b59"; + sha256_unsigned = "c4233c2b3083f7f31b8b6df7ec45049f066cf1129f4a7162aa48c7c7020b7b59"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + model = "Archer VR200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-tplink_vr200v-initramfs-kernel.bin"; + sha256 = "b70d1a2f71873b91dec0bfac1f6792f993c31bb9fc2fec8aedebb0b7f19776df"; + sha256_unsigned = "b70d1a2f71873b91dec0bfac1f6792f993c31bb9fc2fec8aedebb0b7f19776df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "98845b5376301d832ebc1fbca1f1af2edb90da69b55117994cee74bc200bae2a"; + sha256_unsigned = "e8d22aa4405bf2fd00a4b5023f7215632d57524bb28cb1949312cba643377721"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + model = "Archer VR200v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xrx200-zyxel_p-2812hnu-f1-initramfs-kernel.bin"; + sha256 = "61ced3e52c2231ff588981a6795519efa1ee8a1c73b9703ccbad6396796cbf58"; + sha256_unsigned = "61ced3e52c2231ff588981a6795519efa1ee8a1c73b9703ccbad6396796cbf58"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "774cd28aa1b61306a84f677edd23337d1cf63b343acb968ca12b862818eb70f2"; + sha256_unsigned = "b87530049320f7ff6d2417611494c58ddbdf4c72a01804af15e41b6152b19fc7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + model = "P-2812HNU"; + variant = "F1"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "lantiq/xrx200"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "357b745abef8ca5e5dc0dd53451f5276cbf192c41d23700a0bb3b81d4fc058bd"; + sha256_unsigned = "40d7ddf07843772c08fd656488c012712489dace8c1bdacabdc81869a22204e6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-arcadyan_arv4510pw-initramfs-kernel.bin"; + sha256 = "6681430a1eb09a033be480b0c178ed7d986bb97c8f4579b02217c00b9d3abc7e"; + sha256_unsigned = "6681430a1eb09a033be480b0c178ed7d986bb97c8f4579b02217c00b9d3abc7e"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + model = "ARV4510PW"; + vendor = "Arcadyan"; + } + { + model = "BeWan iBox v1.0"; + vendor = "Wippies"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "c0b578b5609e272c4d702e33e9606ad0a6db8183ce4e27cdc9e6feacb5c62b74"; + sha256_unsigned = "fc4f99450bdab98a24b28b360580b4c3e42a4110f78c3cb88c545f6ddb71ff88"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-arcadyan_arv7506pw11-initramfs-kernel.bin"; + sha256 = "f5d65a4a69f18fc59c9d8ce83888e4181207d77a547e762b43b724ff132d3c48"; + sha256_unsigned = "f5d65a4a69f18fc59c9d8ce83888e4181207d77a547e762b43b724ff132d3c48"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + model = "ARV7506PW11"; + vendor = "Arcadyan"; + } + { + model = "IAD 4421"; + vendor = "Alice/O2"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-arcadyan_arv7510pw22-initramfs-kernel.bin"; + sha256 = "ee18814fbd80cdb2f332fa9368e2b91a63fe5318d5c0d67026a680dc2ceef0c4"; + sha256_unsigned = "ee18814fbd80cdb2f332fa9368e2b91a63fe5318d5c0d67026a680dc2ceef0c4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "d9d58e1294416d0fe9212aabf76f58eed66e1cdab6e24095d34cade305c76152"; + sha256_unsigned = "70128a27bfbfd6da636b7dc31deb9034e16cd8c0ad3a369104c1b56ebdec443f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + model = "ARV7510PW22"; + vendor = "Arcadyan"; + } + { + model = "ARV7510PW22"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-arcadyan_arv7518pw-initramfs-kernel.bin"; + sha256 = "ec94e817da83b2774b72a8acd8d04fab50137ba0ac5268fa460d986f60ccef35"; + sha256_unsigned = "ec94e817da83b2774b72a8acd8d04fab50137ba0ac5268fa460d986f60ccef35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "736e018daafae33d537464829169c6a16119ce8b5c50f00090cc2b9e535ce0df"; + sha256_unsigned = "7505054a1cd20ffb09a23f2646ccf69f9cedfddde19f310f1618e2bcaecfcf5f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + model = "ARV7518PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7518PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "ff861c39c7fbc324a86f97a8f99495ce6f68409f5c7b1f572a31d23a7348089d"; + sha256_unsigned = "108c06688027cb76c45d8b94fd982c2e06932ace15fa504ff53cd69230d70ad8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-arcadyan_arv7519pw-initramfs-kernel.bin"; + sha256 = "55ee251ddb5a76019152979f734e0421b9340f82039fcb3d9957a55e7e1c3fa3"; + sha256_unsigned = "55ee251ddb5a76019152979f734e0421b9340f82039fcb3d9957a55e7e1c3fa3"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + model = "ARV7519PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7519PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-arcadyan_arv752dpw-initramfs-kernel.bin"; + sha256 = "99347fc26da25864aab4eb1cd45f078d40b088c47032b72fa9a971d1fa59b304"; + sha256_unsigned = "99347fc26da25864aab4eb1cd45f078d40b088c47032b72fa9a971d1fa59b304"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "a7aef4fc16e4604d3e4885c6e76e7858d475c8ca7090b446c772e7faec630508"; + sha256_unsigned = "63dce68b6fea02cf7826ac98bfe627e273484acc1d479e53a4e8a83b046663d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + model = "ARV752DPW"; + vendor = "Arcadyan"; + } + { + model = "Easybox 802"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-arcadyan_arv752dpw22-initramfs-kernel.bin"; + sha256 = "0e7d939b4a7b909ffdc662751593e2195d3daca5cfbb4e5f285bf5d2694b60cc"; + sha256_unsigned = "0e7d939b4a7b909ffdc662751593e2195d3daca5cfbb4e5f285bf5d2694b60cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "ab7be9744ee204f8ec5bdc53bcf009889ce77d377de5dcb5fe1aaebbbe724630"; + sha256_unsigned = "7a78d8ede931e92250439f7b7d36d7f142dae6f180b8e9c3125e79f80d57b934"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + model = "ARV752DPW22"; + vendor = "Arcadyan"; + } + { + model = "Easybox 803"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "2fe86bed4d2f9c4836830fbe0cb182518f525a9f5fdf93a70fccbfaea61901a2"; + sha256_unsigned = "fa41d7826db1e3638fbf0e9f67d4109b050a7a79f93a31c584ca6d555e80cfff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-arcadyan_arv8539pw22-initramfs-kernel.bin"; + sha256 = "2353375cd14d5db07362b321e43c022e5c43ef5d20fce1609315cd98ae998a44"; + sha256_unsigned = "2353375cd14d5db07362b321e43c022e5c43ef5d20fce1609315cd98ae998a44"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + model = "ARV8539PW22"; + vendor = "Arcadyan"; + } + { + model = "Speedport W504V Typ A"; + vendor = "Telekom"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-audiocodes_mp-252-initramfs-kernel.bin"; + sha256 = "95ee750fdfc3babac60770f5234eef791d4ad826a2b6cae396ade0c5d25ff527"; + sha256_unsigned = "95ee750fdfc3babac60770f5234eef791d4ad826a2b6cae396ade0c5d25ff527"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "587a7643a18e0309fa028e08be782f5677c37bfbd76d6702d58fef1241b6c175"; + sha256_unsigned = "8055f116dcd6acfe91f51e49c2202082aff16277192a6196c3c5966a29dba180"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + model = "MediaPack MP-252"; + vendor = "AudioCodes"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "4e13e8bf81baa242a5ecbc06223b9916cf9e020162061f1f4f2f65c5561d1fed"; + sha256_unsigned = "21fd83fbfed167fac1bab95e3df0a4314f1a56948c847d78ec215946a13ca6a5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-avm_fritz7312-initramfs-kernel.bin"; + sha256 = "b16ae6028ecdb903f734003f73b8e2d5842a568d0a308bbe9d258fb31cdcd159"; + sha256_unsigned = "b16ae6028ecdb903f734003f73b8e2d5842a568d0a308bbe9d258fb31cdcd159"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + model = "FRITZ!Box 7312"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "d054d3c288191ea1308b020dca634c10cc63ccdf1044e0d4aa396e2e7c593127"; + sha256_unsigned = "288691bc545c9c63ed7689c2c74aa691450d4dfa518b421ff86a5ff09fba8f54"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-avm_fritz7320-initramfs-kernel.bin"; + sha256 = "40d148338b79414fab2d8cf6597e4abfad5a8b8dc961577d507728bd131f328c"; + sha256_unsigned = "40d148338b79414fab2d8cf6597e4abfad5a8b8dc961577d507728bd131f328c"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + model = "FRITZ!Box 7320"; + vendor = "AVM"; + } + { + model = "HomeServer"; + vendor = "1&1"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-buffalo_wbmr-hp-g300h-a-initramfs-kernel.bin"; + sha256 = "5fd660a7fb004062e7415b5fdc541296a1159cd477968b938e0cbc630dc2d21b"; + sha256_unsigned = "5fd660a7fb004062e7415b5fdc541296a1159cd477968b938e0cbc630dc2d21b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "69b49ca9e13333004f552db4d34f3a6cd432b9b98c9ce35ef4aee2f3fed35b29"; + sha256_unsigned = "dd8d144e0e10304204fd8aaa71413e4b599533934284d67f0a8a45f9521736da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "A"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "9732494b045976e19201e87b88753bbea6b7aa989457c90dc87dbcc378e1302e"; + sha256_unsigned = "11d85cc768d618f3cd84bddf8d4756e9e9768f76c9e7f7932190af6f246aeba0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-buffalo_wbmr-hp-g300h-b-initramfs-kernel.bin"; + sha256 = "5fd660a7fb004062e7415b5fdc541296a1159cd477968b938e0cbc630dc2d21b"; + sha256_unsigned = "5fd660a7fb004062e7415b5fdc541296a1159cd477968b938e0cbc630dc2d21b"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "B"; + vendor = "Buffalo"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "8ed5c5ccde2f888b4026d33e996c06d31ad220fab5b83896e1086569073f1dc7"; + sha256_unsigned = "8ed5c5ccde2f888b4026d33e996c06d31ad220fab5b83896e1086569073f1dc7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "af629cd0cfdcf9015949385264b74b6561402f0e7202b72b33ac7f28d7be587e"; + sha256_unsigned = "af629cd0cfdcf9015949385264b74b6561402f0e7202b72b33ac7f28d7be587e"; + type = "factory-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "15bd7f395c787249e92a87690b4c1365d39e27516f6ced213a3945fd693a3104"; + sha256_unsigned = "90905fe1483500373300ab98c3218596ea902b128531804c92342c25053bab2e"; + type = "sysupgrade-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "7fe36d3595b6c09e93a2e547dff7ec3a17c8244296f8bce991a6d2394f3597e7"; + sha256_unsigned = "af69c5f3276c5a0aeedd8da18adace08223367052e9e8a476d7ebd26b74aa325"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-netgear_dgn3500-initramfs-kernel.bin"; + sha256 = "83f04229857ed29d3b2fff97783ca50c1bf1ec87cb3376ec20f62a0cc0579655"; + sha256_unsigned = "83f04229857ed29d3b2fff97783ca50c1bf1ec87cb3376ec20f62a0cc0579655"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + model = "DGN3500"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "530180885bd8326aad1801e9f654fc2a7cb933a078cc11da716774ede4c0aa1b"; + sha256_unsigned = "530180885bd8326aad1801e9f654fc2a7cb933a078cc11da716774ede4c0aa1b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "cd74b04f811232b0f1768b848e09dc7f18aa879de8be91b6a9db5aca21d159f2"; + sha256_unsigned = "7c07b1b1eb68697500db788fefcb58eaba550ebfa25b1336fe7a8cc5ce536619"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-netgear_dgn3500b-initramfs-kernel.bin"; + sha256 = "1aacde4dd0b6b6c59ebe95988ed1bddec9508084b4e5d1b85a3aee20a93e7a78"; + sha256_unsigned = "1aacde4dd0b6b6c59ebe95988ed1bddec9508084b4e5d1b85a3aee20a93e7a78"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + model = "DGN3500B"; + vendor = "NETGEAR"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-siemens_gigaset-sx76x-initramfs-kernel.bin"; + sha256 = "7dbb46f8295bb8df1801f1a72ea9ba3ac7cee8ec89eb3b7f3d0a9287af3c08fc"; + sha256_unsigned = "7dbb46f8295bb8df1801f1a72ea9ba3ac7cee8ec89eb3b7f3d0a9287af3c08fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "8bdeb04888da8b9c1d15da731f7e3def1c284200bd51cd99b18ef8a45f11e4ff"; + sha256_unsigned = "fd999348d383615edc1004481484d3d5da3136ca707e04fc7a94b2eb7b933856"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + model = "Gigaset sx76x"; + vendor = "Siemens"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-zte_h201l-initramfs-kernel.bin"; + sha256 = "116d76b29558b1d5660b1409e05055ac2612a07e350f041e86de2c0f603d2c63"; + sha256_unsigned = "116d76b29558b1d5660b1409e05055ac2612a07e350f041e86de2c0f603d2c63"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "73dd010d67b8f27ef720ddc927fed32a689dc2b9c40424c3e009f65f5913e399"; + sha256_unsigned = "4261c64aee2587d6e9aa348c271ed91fd8bd730e1a06a83fd328daffdbedcc5c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + model = "H201L"; + vendor = "ZTE"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-lantiq-xway-zyxel_p-2601hn-initramfs-kernel.bin"; + sha256 = "f3692583041554d974b008fd4212fdfc9051e0a3502b0ab3e4e39f8c72b8b04c"; + sha256_unsigned = "f3692583041554d974b008fd4212fdfc9051e0a3502b0ab3e4e39f8c72b8b04c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "52879a0e0366db0459f3862fa8a9977f43d5043273476331633d9de6d98dbdbd"; + sha256_unsigned = "0b4ec8ad478e331ef84043f25009a10bb7127f3f7309d9f911bb507599b24b04"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + model = "P-2601HN"; + variant = "F1/F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "lantiq/xway"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1021a-iot-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-layerscape-armv7-fsl_ls1021a-iot-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sdcard.img.gz"; + sha256 = "38de06064dcd6111db140371c9c3855b008d415673fb105fcf6aaf10c6dd9550"; + sha256_unsigned = "38de06064dcd6111db140371c9c3855b008d415673fb105fcf6aaf10c6dd9550"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sysupgrade.bin"; + sha256 = "28c60d553615314b8589adc0e1454fa6185e53bf89dea713c1b8541494c4b905"; + sha256_unsigned = "65d1fffb1d67804dfe0d9a791b4aacbccffc66d3d93da06591d7da4ebfa85a3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "LS1021A-IoT"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr = { + device_packages = [ + "layerscape-rcw" + ]; + image_prefix = "openwrt-22.03.4-layerscape-armv7-fsl_ls1021a-twr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv7-fsl_ls1021a-twr-squashfs-firmware.bin"; + sha256 = "0e95ae87af1448b2f4d6f1efefe812c46beb23fbf855039058ecaafafe47bf60"; + sha256_unsigned = "0e95ae87af1448b2f4d6f1efefe812c46beb23fbf855039058ecaafafe47bf60"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv7-fsl_ls1021a-twr-squashfs-sysupgrade.bin"; + sha256 = "0c9fdb468edec2dab5c03c051c56a9ca9ba6c4873067d9459f8ecae48591c5ca"; + sha256_unsigned = "033c205a3d115b8a96c458ae8029f5f720c23bff915a89911345d4f44e46d936"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-layerscape-armv7-fsl_ls1021a-twr-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sysupgrade.bin"; + sha256 = "cc492a6fa2e3474d924ddb151d0e772273518f610cf45da3a492b162809d8be3"; + sha256_unsigned = "24d446e5f9b7628b6fce7deb350266595f40e014f9ceffe495069a7a18820f87"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sdcard.img.gz"; + sha256 = "f73f2a51c7ae672c1a239c26d80615f94adb68b81cf4dbb635b015378cf04186"; + sha256_unsigned = "f73f2a51c7ae672c1a239c26d80615f94adb68b81cf4dbb635b015378cf04186"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr-sdboot" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "layerscape/armv7"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1012a-frdm = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frdm" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1012a-frdm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-sysupgrade.bin"; + sha256 = "47a8e4843667f93605effa2d83c7719f55c14f17997efcf1cd53984da853ef15"; + sha256_unsigned = "466c2cbaf59b8fa2e057987bd52969c36b514efc6ed0fc918c7a5a6c2dd4a109"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-firmware.bin"; + sha256 = "6be58b63c0cc908092f5559587ef30d010e0a5e61ed640f8a77acf67e3822ea5"; + sha256_unsigned = "6be58b63c0cc908092f5559587ef30d010e0a5e61ed640f8a77acf67e3822ea5"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frdm" + ]; + titles = [ + { + model = "FRDM-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-frwy-sdboot = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frwy-sdboot" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-firmware.bin"; + sha256 = "2e73b88fd4a90ad2e66709db17690b96b76d00dfdc05ac8105c73081203a6765"; + sha256_unsigned = "2e73b88fd4a90ad2e66709db17690b96b76d00dfdc05ac8105c73081203a6765"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "2f58377e225c9792f7b347a2ff0e4f79c12b9506fc4f8d1f9c78bac92e4c53ac"; + sha256_unsigned = "77cbcebc082d028a26925657505ab59d17e671372fe2b886f7ee28b1d9e64058"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "afb8d4660c2aa6f1199169450dfd914c9db5b71a2f81ff0becd18d03778c3872"; + sha256_unsigned = "afb8d4660c2aa6f1199169450dfd914c9db5b71a2f81ff0becd18d03778c3872"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-rdb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-rdb" + "kmod-hwmon-ina2xx" + "kmod-iio-fxas21002c-i2c" + "kmod-iio-fxos8700-i2c" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1012a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-firmware.bin"; + sha256 = "1244afef0205a8f82e701b6dacee32bf1f594acd0f531163c4fce42df0491b4c"; + sha256_unsigned = "1244afef0205a8f82e701b6dacee32bf1f594acd0f531163c4fce42df0491b4c"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-sysupgrade.bin"; + sha256 = "54ceddd799078e9e07bb72ca4728ce9cad462434573a95379fa3bbe00aa7c715"; + sha256_unsigned = "dcdb1bd5c132626cdae49be9f09a67c88bdefafba86e4ab21cb8d4b830fb5460"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-rdb" + ]; + titles = [ + { + model = "LS1012A-RDB"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1043a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-sysupgrade.bin"; + sha256 = "ab44ca9155af5e174d7e74fba82c8ac79ecbea1524331ec80400bf7b8dae4290"; + sha256_unsigned = "00c3a07315959d289f7999199e9d6d0d36bed3f289b2642d7e65ea1cd5340b47"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-firmware.bin"; + sha256 = "c996da07f03a42846206398620bc2adb4587be072562486e1b8a9ad9a80402f0"; + sha256_unsigned = "c996da07f03a42846206398620bc2adb4587be072562486e1b8a9ad9a80402f0"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "968ea65c317a23733b58dcd32fce213de4267a2e349045a490bd3847198b95f0"; + sha256_unsigned = "1941a68c54741f58e21244d9140d24f90e98a7dff46a00ef5a42345d6e6ec768"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "ff514cc658c568df78ce06a3f79029df0bbee733e20013bbf3ec0be36da2340c"; + sha256_unsigned = "ff514cc658c568df78ce06a3f79029df0bbee733e20013bbf3ec0be36da2340c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy" + ]; + image_prefix = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1046a-frwy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-firmware.bin"; + sha256 = "35ea9dca62e2f57ce62c73b1e2e27ef6f86fb486408ee4900b42c8003e751b2a"; + sha256_unsigned = "35ea9dca62e2f57ce62c73b1e2e27ef6f86fb486408ee4900b42c8003e751b2a"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-sysupgrade.bin"; + sha256 = "481e65913c97fc1492f7b12866920ab8361843f791a17f5b4ae29ee0e791a48c"; + sha256_unsigned = "97be34d42c7cc7ca47728f3a9207a55018652a8e3d436b40799454dabf3df5be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy-sdboot" + ]; + image_prefix = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "ea41422ef327a3fd35f22cadd01843ef7353ab33363f5d949d557fb381c3bf94"; + sha256_unsigned = "ea41422ef327a3fd35f22cadd01843ef7353ab33363f5d949d557fb381c3bf94"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "fdc90f9ce9e8f00f7fd829c64b1ecf32d724c92568b6b4a6a7427b6344f36b8c"; + sha256_unsigned = "df2ed032914d2c0852fd5e94ccc4bb70313ae6e2219957bf2d0b682fb18014af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1046a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-firmware.bin"; + sha256 = "cd253687167f0fe60385fd1a8c696c6607176bcd8b9d721738901be8d6950745"; + sha256_unsigned = "cd253687167f0fe60385fd1a8c696c6607176bcd8b9d721738901be8d6950745"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-sysupgrade.bin"; + sha256 = "ba218a976fb91ce9e75dafab78a008b5b70d581e241e0c21aee3b74e053219c0"; + sha256_unsigned = "34d2c40ccf4c79649d527a7eb3c7f6aebefeebf59a57098e71549a5cc2154806"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "4de4e52830dcad8f97c3743064139b9306954d2a2df72c4e4eaf2aedb4f62f22"; + sha256_unsigned = "bab73a238c47a90d46055543d71ddc93c02862c5f062caf0c6ae1aa5519fe57f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "6df1e7b6237b67544c7178c6cfe1846adf4a5d7cb9b7383f23f96081e1202757"; + sha256_unsigned = "6df1e7b6237b67544c7178c6cfe1846adf4a5d7cb9b7383f23f96081e1202757"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-firmware.bin"; + sha256 = "9150cf07f28e8bf8d8e23f94e0703b50253555769b840da1d88fd5d27063f3a6"; + sha256_unsigned = "9150cf07f28e8bf8d8e23f94e0703b50253555769b840da1d88fd5d27063f3a6"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "ce898471d7b6398450b474850c86f1d4e4a973c66d2bd9e1188b4de6fe30f2b3"; + sha256_unsigned = "bb74174801919b8f324611cc3ec5a19a78e6fa166119652df88f6ac1105617a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb-sdboot" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "bfa79745a8de4d2210b7f506b850abff0cd6d5c5f2b2cf96b619f21848e39a34"; + sha256_unsigned = "bfa79745a8de4d2210b7f506b850abff0cd6d5c5f2b2cf96b619f21848e39a34"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "25b20d34aa332b018323a9fb752cdc39ac786e60e6df073643d06d12935f566e"; + sha256_unsigned = "9edeb7a1e55246ca801af289df2168ba634907c90eb49e5bcd2e7f7794f7fdc7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls2088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls2088a-rdb" + "restool" + "kmod-ahci-qoriq" + ]; + image_prefix = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls2088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-firmware.bin"; + sha256 = "a2ddbba880aa83c318c9855dfb84ab87857cd31eb41bdcbfa54c0d952495c056"; + sha256_unsigned = "a2ddbba880aa83c318c9855dfb84ab87857cd31eb41bdcbfa54c0d952495c056"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "a05dd1ac47c2222bff83f3832f915022933e64ff9a88eea2031602e42b180413"; + sha256_unsigned = "a81b51feeef59e2e128d92e565a1ca79139c8fb8db3967a7e2b9908677f0331f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls2088a-rdb" + ]; + titles = [ + { + model = "LS2088ARDB"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb" + "restool" + ]; + image_prefix = "openwrt-22.03.4-layerscape-armv8_64b-fsl_lx2160a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-sysupgrade.bin"; + sha256 = "2df64b2ac5002edc3690ae5e9bd6099090772769c7e5b88d13d0ae3df25f5a15"; + sha256_unsigned = "583474d1983fda278412f87acbe3854dc14fd652c0a1a712d6b917ae6aad8711"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-firmware.bin"; + sha256 = "4906767a4001cef103a4990f25661cb33c01843a34f4eecaf45a063db77ddb86"; + sha256_unsigned = "4906767a4001cef103a4990f25661cb33c01843a34f4eecaf45a063db77ddb86"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb-sdboot" + "restool" + ]; + image_prefix = "openwrt-22.03.4-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "31a668ccce74e1362827954656ec175fa15a0d39cf286df140a2d4d35a58be25"; + sha256_unsigned = "2fe4f02f8df6900bcc17d44d7cbc6d017959c8daa3f1447a1c7dd63e0d06e091"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "8759e2782f7cd23e42c08e2050897eac9dcba7a7ca2ad1d61cb960338b109cf5"; + sha256_unsigned = "8759e2782f7cd23e42c08e2050897eac9dcba7a7ca2ad1d61cb960338b109cf5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb-sdboot" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + traverse_ls1043 = { + device_packages = [ + "layerscape-fman" + "uboot-envtools" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-22.03.4-layerscape-armv8_64b-traverse_ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-traverse_ls1043-ubifs-root"; + sha256 = "12cc0ea928fc29b597858bc2a56be493ca954a79d72ba3a7cdbee1aafb43c7b4"; + sha256_unsigned = "12cc0ea928fc29b597858bc2a56be493ca954a79d72ba3a7cdbee1aafb43c7b4"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-layerscape-armv8_64b-traverse_ls1043-ubifs-sysupgrade.bin"; + sha256 = "dda687262848b5cc612a8fbdec343353960caa32710581c7a09137d626ec60a9"; + sha256_unsigned = "241197d3b9a908f8dd221c310d676861b348507e42854be25f0123b986e8fc7f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "traverse,ls1043s" + "traverse,ls1043v" + ]; + titles = [ + { + model = "LS1043 Boards"; + vendor = "Traverse"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "layerscape/armv8_64b"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-mt7615-firmware" + "kmod-mt7615e" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + bananapi_bpi-r64 = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + "e2fsprogs" + "mkf2fs" + "f2fsck" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7622-bananapi_bpi-r64"; + images = [ + { + name = "openwrt-22.03.4-mediatek-mt7622-bananapi_bpi-r64-snand-preloader.bin"; + sha256 = "16d71006dacd3e10f0c71e7ba72fc637bbb0baf441c8b47d7aba4b3c6c31fb4a"; + sha256_unsigned = "16d71006dacd3e10f0c71e7ba72fc637bbb0baf441c8b47d7aba4b3c6c31fb4a"; + type = "snand-preloader.bin"; + } + { + name = "openwrt-22.03.4-mediatek-mt7622-bananapi_bpi-r64-sdcard.img.gz"; + sha256 = "25dec89b38df7b598d9dce15dc8591b4ed015fd9d202b2a43d49f21e76ddad86"; + sha256_unsigned = "25dec89b38df7b598d9dce15dc8591b4ed015fd9d202b2a43d49f21e76ddad86"; + type = "sdcard.img.gz"; + } + { + name = "openwrt-22.03.4-mediatek-mt7622-bananapi_bpi-r64-emmc-preloader.bin"; + sha256 = "871d2454d38c906bb5b1dd203fa0b44f9da8541c4c1668c8cb3a2ee4d866beff"; + sha256_unsigned = "871d2454d38c906bb5b1dd203fa0b44f9da8541c4c1668c8cb3a2ee4d866beff"; + type = "emmc-preloader.bin"; + } + { + name = "openwrt-22.03.4-mediatek-mt7622-bananapi_bpi-r64-snand-bl31-uboot.fip"; + sha256 = "2376237d5efa94f4d440957c2d20f9df8530f066306261530984b187bdcc81d1"; + sha256_unsigned = "2376237d5efa94f4d440957c2d20f9df8530f066306261530984b187bdcc81d1"; + type = "snand-bl31-uboot.fip"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7622-bananapi_bpi-r64-initramfs-recovery.itb"; + sha256 = "0581996637d183035a356828e144ca44300d61c6b87c1f5e794526f575f9eecb"; + sha256_unsigned = "0581996637d183035a356828e144ca44300d61c6b87c1f5e794526f575f9eecb"; + type = "kernel"; + } + { + name = "openwrt-22.03.4-mediatek-mt7622-bananapi_bpi-r64-emmc-bl31-uboot.fip"; + sha256 = "1a75201907d75fff41d7c33da3f5f53fa1aaef75fe0260dd0cc6c17d3158bf16"; + sha256_unsigned = "1a75201907d75fff41d7c33da3f5f53fa1aaef75fe0260dd0cc6c17d3158bf16"; + type = "emmc-bl31-uboot.fip"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-bananapi_bpi-r64-squashfs-sysupgrade.itb"; + sha256 = "b7f303646d741a64116814d032ae1b7dbe2b46745c9d41807e75d96c7bce6d08"; + sha256_unsigned = "97905b9a3f3f7d7fca46a5496defbe22693d63ccf9dd169e64abb1df93b58483"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "BPi-R64"; + vendor = "Bananapi"; + } + ]; + }; + buffalo_wsr-2533dhp2 = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7622-buffalo_wsr-2533dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-factory-uboot.bin"; + sha256 = "b11279d6eeba908ce9e10172e136dec4771e23428e18e8197698c08b4c242df7"; + sha256_unsigned = "b11279d6eeba908ce9e10172e136dec4771e23428e18e8197698c08b4c242df7"; + type = "factory-uboot"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-factory.bin"; + sha256 = "924d1638dfc4c055995fe42d927b2648cb65eb24674346aef90ac654356fa00d"; + sha256_unsigned = "924d1638dfc4c055995fe42d927b2648cb65eb24674346aef90ac654356fa00d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-sysupgrade.bin"; + sha256 = "d040243a9530532313ad5d804d9d3a09bb21079303777dafe098cb489b5f035a"; + sha256_unsigned = "1282a8e84c912a7df8ded79a0e8030bf45d450917f133745e31a1aaa56ec9dcc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7622-buffalo_wsr-2533dhp2-initramfs-kernel.bin"; + sha256 = "8731c350b1c072ffb4a14d684fcec5791d03c0d74d59e20b71b4957fe7743b4c"; + sha256_unsigned = "8731c350b1c072ffb4a14d684fcec5791d03c0d74d59e20b71b4957fe7743b4c"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhp2" + ]; + titles = [ + { + model = "WSR-2533DHP2"; + vendor = "Buffalo"; + } + ]; + }; + elecom_wrc-2533gent = { + device_packages = [ + "kmod-btmtkuart" + "kmod-usb3" + "swconfig" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7622-elecom_wrc-2533gent"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7622-elecom_wrc-2533gent-initramfs-kernel.bin"; + sha256 = "bf67a99ad85eabc2cdd86b4bcffda18dc8c3c587592f8a93cb2b43e53ad5b226"; + sha256_unsigned = "bf67a99ad85eabc2cdd86b4bcffda18dc8c3c587592f8a93cb2b43e53ad5b226"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-elecom_wrc-2533gent-squashfs-sysupgrade.bin"; + sha256 = "bae6337cf59d68ae55f1e1310b82bdf4749dcf1edc63fde1cfe1d1d99ec66001"; + sha256_unsigned = "1eee9bbcdf3a16ad8a2b48f6f96897d0cc2f6d7e34cc4562022250d82052ea63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gent" + ]; + titles = [ + { + model = "WRC-2533GENT"; + vendor = "Elecom"; + } + ]; + }; + linksys_e8450 = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7622-linksys_e8450"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7622-linksys_e8450-initramfs-kernel.bin"; + sha256 = "a1a1afd953151af83635e7727e76faeac0f2d8660089236a54e65db5198846fe"; + sha256_unsigned = "a1a1afd953151af83635e7727e76faeac0f2d8660089236a54e65db5198846fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-linksys_e8450-squashfs-sysupgrade.bin"; + sha256 = "6cf1c5a30f9e72f3b9f67a70b9bb0f581e62b9631070dc17c6d413b2253a8a74"; + sha256_unsigned = "8282b574abdf00b98724217dfad63aae74e31425a8780d132bdd0b063a111baa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e8450" + ]; + titles = [ + { + model = "E8450"; + vendor = "Linksys"; + } + { + model = "RT3200"; + vendor = "Belkin"; + } + ]; + }; + linksys_e8450-ubi = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7622-linksys_e8450-ubi"; + images = [ + { + name = "openwrt-22.03.4-mediatek-mt7622-linksys_e8450-ubi-preloader.bin"; + sha256 = "217f9e7f2561ac6e16de07a4ba2cb747ec66a1581226c17b18551e3fd0d66414"; + sha256_unsigned = "217f9e7f2561ac6e16de07a4ba2cb747ec66a1581226c17b18551e3fd0d66414"; + type = "preloader.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb"; + sha256 = "2f5e2ea7a33912d0b71dbb05f261739fc075df19433000894d041ad892218298"; + sha256_unsigned = "e6e9b14e2c9c928a889475de9cdd727758517c17b5e8b6e9fc3ed12deb516b61"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.4-mediatek-mt7622-linksys_e8450-ubi-bl31-uboot.fip"; + sha256 = "3801c1aeeff8129eb432e3c28acec6fbf820124a2e0154f0fcf0617957d3cbb8"; + sha256_unsigned = "3801c1aeeff8129eb432e3c28acec6fbf820124a2e0154f0fcf0617957d3cbb8"; + type = "bl31-uboot.fip"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery.itb"; + sha256 = "c954a537c8df6e58b05bf7e4014ef24ce43f4f7c7229261d48bcd3d70c7e4bdc"; + sha256_unsigned = "c954a537c8df6e58b05bf7e4014ef24ce43f4f7c7229261d48bcd3d70c7e4bdc"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e8450-ubi" + ]; + titles = [ + { + model = "E8450"; + variant = "UBI"; + vendor = "Linksys"; + } + { + model = "RT3200"; + variant = "UBI"; + vendor = "Belkin"; + } + ]; + }; + mediatek_mt7622-rfb1 = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7622-mediatek_mt7622-rfb1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7622-mediatek_mt7622-rfb1-initramfs-kernel.bin"; + sha256 = "9c5d67f7f19783ff0a910240d9f140e459f37846a17e27135899b726eade2fd0"; + sha256_unsigned = "9c5d67f7f19783ff0a910240d9f140e459f37846a17e27135899b726eade2fd0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-mediatek_mt7622-rfb1-squashfs-sysupgrade.bin"; + sha256 = "5311669bce5ed596a4717ad78e6f292b28b7b32403fd58fab7d81bec00b50349"; + sha256_unsigned = "acfe8c93d40833c9d2a503d5212457d1833d79ca112c2574c47ec385a5521fb5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7622-rfb1-ubi = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7622-mediatek_mt7622-rfb1-ubi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-squashfs-factory.bin"; + sha256 = "9ecb5160780115acedf1aca1e6116d3b2e07aad35c2c5ee8934dad4b12187ffe"; + sha256_unsigned = "9ecb5160780115acedf1aca1e6116d3b2e07aad35c2c5ee8934dad4b12187ffe"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-squashfs-sysupgrade.bin"; + sha256 = "d00d1d5693e4858440a47614cbcb766f7e7a7a9d99950ebdc4a1f5f5dd60aaed"; + sha256_unsigned = "cee14cd9bc7e340009f4371992744f62ac293f8f5b0b72e7f770a77ad9c110ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-initramfs-kernel.bin"; + sha256 = "70c0b6ea970254c4ad2be4cf8197df9bd7f44182648e005f8ef51096fc866d81"; + sha256_unsigned = "70c0b6ea970254c4ad2be4cf8197df9bd7f44182648e005f8ef51096fc866d81"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1-ubi" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP (UBI)"; + vendor = "MediaTek"; + } + ]; + }; + ruijie_rg-ew3200gx-pro = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7622-ruijie_rg-ew3200gx-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7622-ruijie_rg-ew3200gx-pro-initramfs-kernel.bin"; + sha256 = "ff9329ea70ec2f3821982467211d4e6007acfceddd58ce5c36bdb35ee7d81451"; + sha256_unsigned = "ff9329ea70ec2f3821982467211d4e6007acfceddd58ce5c36bdb35ee7d81451"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-ruijie_rg-ew3200gx-pro-squashfs-sysupgrade.bin"; + sha256 = "607f2ce837aae06a71b79dbeaeed2b5f837cf18f0329a66b6da0688c9af41255"; + sha256_unsigned = "5e83ff9859d3cada4596f18a65d20834f09149c2450516e9b7e93a9fc2fbcef7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ruijie,rg-ew3200gx-pro" + ]; + titles = [ + { + model = "RG-EW3200GX PRO"; + vendor = "Ruijie"; + } + ]; + }; + totolink_a8000ru = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7622-totolink_a8000ru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7622-totolink_a8000ru-initramfs-kernel.bin"; + sha256 = "f37a653312d35297ecd4d15336df880654354f3c08d2e8eca3adbfd4810eb811"; + sha256_unsigned = "f37a653312d35297ecd4d15336df880654354f3c08d2e8eca3adbfd4810eb811"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-totolink_a8000ru-squashfs-sysupgrade.bin"; + sha256 = "c962eddda9bde474782a8e70263de9011e58e795260bbc7bee53dd1cf519afd2"; + sha256_unsigned = "4d4e0696e26942eec527b53ec736f783b4ed4abec0d2634550f52f75fd3b7af1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a8000ru" + ]; + titles = [ + { + model = "A8000RU"; + vendor = "TOTOLINK"; + } + ]; + }; + ubnt_unifi-6-lr-v1 = { + device_packages = [ + "kmod-mt7915e" + "kmod-leds-ubnt-ledbar" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7622-ubnt_unifi-6-lr-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-ubnt_unifi-6-lr-v1-squashfs-sysupgrade.bin"; + sha256 = "f4126e9094267c77e0f60ad939e2e6b30827c6f805f94eaff9114d2bc55ef8e5"; + sha256_unsigned = "bcc7dd04c1cfadc1588334887ee50621c5c1f007c8df4884533f45a343102a05"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7622-ubnt_unifi-6-lr-v1-initramfs-kernel.bin"; + sha256 = "87b8997da715064139cd767820949cbd1b23ddd80bb3dfd2398fc171b6af94c0"; + sha256_unsigned = "87b8997da715064139cd767820949cbd1b23ddd80bb3dfd2398fc171b6af94c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v1" + "ubnt,unifi-6-lr" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v1-ubootmod = { + device_packages = [ + "kmod-mt7915e" + "kmod-leds-ubnt-ledbar" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-initramfs-recovery.itb"; + sha256 = "60a9c4612bf8107f26886b1e7201a90fd7cd37aec1b16c7cae71d08f1d65424f"; + sha256_unsigned = "60a9c4612bf8107f26886b1e7201a90fd7cd37aec1b16c7cae71d08f1d65424f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "2dc61ba321b5a8b4e9712f228867433e3701eed8870ce911571085a1cfbf1df9"; + sha256_unsigned = "864550d0b0cb90544fe1b146ce7b3bd2e64c7e1fae0c7c7877adeb5169c539fa"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.4-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-preloader.bin"; + sha256 = "4c3d71b6aa63fa55a55e3012d7a743a1fb7bcd129d28d1f68660bc22f27c1eab"; + sha256_unsigned = "4c3d71b6aa63fa55a55e3012d7a743a1fb7bcd129d28d1f68660bc22f27c1eab"; + type = "preloader.bin"; + } + { + name = "openwrt-22.03.4-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-bl31-uboot.fip"; + sha256 = "8eafcf5597987ca3b35d618a5f4f82e88ea9398125bfe333ada33bda76ed846c"; + sha256_unsigned = "8eafcf5597987ca3b35d618a5f4f82e88ea9398125bfe333ada33bda76ed846c"; + type = "bl31-uboot.fip"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v1-ubootmod" + "ubnt,unifi-6-lr-ubootmod" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v1 U-Boot mod"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v2 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7622-ubnt_unifi-6-lr-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-ubnt_unifi-6-lr-v2-squashfs-sysupgrade.bin"; + sha256 = "445bf0f2a0c2b4980f9e2891171460b28e72e84be62f54048a9710240c62551b"; + sha256_unsigned = "b3eabfb25ab249e6035592a71f5772b5c46adc4f2af7de8b12f44ca6385eb3e3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7622-ubnt_unifi-6-lr-v2-initramfs-kernel.bin"; + sha256 = "bc0beda1bf18538bda3016cdb38b1db223afd013b5e8092f823bb43efaf204ee"; + sha256_unsigned = "bc0beda1bf18538bda3016cdb38b1db223afd013b5e8092f823bb43efaf204ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v2" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v2-ubootmod = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod"; + images = [ + { + name = "openwrt-22.03.4-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-bl31-uboot.fip"; + sha256 = "8eafcf5597987ca3b35d618a5f4f82e88ea9398125bfe333ada33bda76ed846c"; + sha256_unsigned = "8eafcf5597987ca3b35d618a5f4f82e88ea9398125bfe333ada33bda76ed846c"; + type = "bl31-uboot.fip"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "b8de3d662917becceb0458aa1498552de056c386f32955b5623bb8acbf2ed260"; + sha256_unsigned = "03b7d878cc19d40202366888e0ca6c8fe46c61488308f276c8ba87ad63e1c7a5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-initramfs-recovery.itb"; + sha256 = "572e8da5c51a3eba73e8cb09b93636491b1cbcacb38308361b8f41c86de5d97e"; + sha256_unsigned = "572e8da5c51a3eba73e8cb09b93636491b1cbcacb38308361b8f41c86de5d97e"; + type = "kernel"; + } + { + name = "openwrt-22.03.4-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-preloader.bin"; + sha256 = "4c3d71b6aa63fa55a55e3012d7a743a1fb7bcd129d28d1f68660bc22f27c1eab"; + sha256_unsigned = "4c3d71b6aa63fa55a55e3012d7a743a1fb7bcd129d28d1f68660bc22f27c1eab"; + type = "preloader.bin"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v2-ubootmod" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v2 U-Boot mod"; + vendor = "Ubiquiti"; + } + ]; + }; + xiaomi_redmi-router-ax6s = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7622-xiaomi_redmi-router-ax6s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-sysupgrade.bin"; + sha256 = "5b529bcc185d7ba1d93aaf9cfcbc90ec35b6612c7f6e715da46b1bc231650ab5"; + sha256_unsigned = "cead2fa9c0fd631c9514edc41e4c9e828a4fc6c3f78c8e5503a6a8c2b8ca0b27"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7622-xiaomi_redmi-router-ax6s-initramfs-recovery.itb"; + sha256 = "1fe6b87fab3cbbfb3e0cbf7cf7bbf3940b13e4c7d3728bf3e840468852b657b9"; + sha256_unsigned = "1fe6b87fab3cbbfb3e0cbf7cf7bbf3940b13e4c7d3728bf3e840468852b657b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-factory.bin"; + sha256 = "e9258c5af6731c8457af47ca81ea757eb6ce0275f1a59ed17711181760c605a2"; + sha256_unsigned = "e9258c5af6731c8457af47ca81ea757eb6ce0275f1a59ed17711181760c605a2"; + type = "factory"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ax6s" + ]; + titles = [ + { + model = "Redmi Router AX6S"; + vendor = "Xiaomi"; + } + { + model = "Router AX3200"; + vendor = "Xiaomi"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "mediatek/mt7622"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + bananapi_bpi-r2 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-usb3" + "kmod-ata-ahci" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7623-bananapi_bpi-r2"; + images = [ + { + name = "openwrt-22.03.4-mediatek-mt7623-bananapi_bpi-r2-preloader.bin"; + sha256 = "33d6abe872e557e5d960b1a7f2a394ca297ee6bf02da8f7383d2fbf599460261"; + sha256_unsigned = "33d6abe872e557e5d960b1a7f2a394ca297ee6bf02da8f7383d2fbf599460261"; + type = "preloader.bin"; + } + { + name = "openwrt-22.03.4-mediatek-mt7623-bananapi_bpi-r2-sdcard.img.gz"; + sha256 = "2c0cdfe92895404f4e988d2471f6561a4553f35fe2567146a43d562a8396b48f"; + sha256_unsigned = "2c0cdfe92895404f4e988d2471f6561a4553f35fe2567146a43d562a8396b48f"; + type = "sdcard.img.gz"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7623-bananapi_bpi-r2-initramfs-recovery.itb"; + sha256 = "88e6d82b2ca74c09f45b832189f211f144758b4341a025ca4d372470ecd1c6a0"; + sha256_unsigned = "88e6d82b2ca74c09f45b832189f211f144758b4341a025ca4d372470ecd1c6a0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7623-bananapi_bpi-r2-squashfs-sysupgrade.itb"; + sha256 = "c478494728a7a2acf4b6b69df08677fe45c9aecc9f21dc50abc252a68f4a086b"; + sha256_unsigned = "be6dea57456bfb9791bafba47f5a77f1d7ec78d751adf3107fbee69f082bf2cc"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.4-mediatek-mt7623-bananapi_bpi-r2-u-boot.bin"; + sha256 = "2956d01f3d91f9d874ad16de0818388be7318ac25646441eec45d15fe3ceba6b"; + sha256_unsigned = "2956d01f3d91f9d874ad16de0818388be7318ac25646441eec45d15fe3ceba6b"; + type = "u-boot.bin"; + } + ]; + supported_devices = [ + "bananapi,bpi-r2" + ]; + titles = [ + { + model = "BPi-R2"; + vendor = "Bananapi"; + } + ]; + }; + unielec_u7623-02 = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7623-unielec_u7623-02"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7623-unielec_u7623-02-initramfs-recovery.itb"; + sha256 = "fece3747421420263fd7937da81204416fb8f3b32ddc1fca70a60ac98d211f3a"; + sha256_unsigned = "fece3747421420263fd7937da81204416fb8f3b32ddc1fca70a60ac98d211f3a"; + type = "kernel"; + } + { + name = "openwrt-22.03.4-mediatek-mt7623-unielec_u7623-02-scatter.txt"; + sha256 = "7f61e0ea740d82ca39c03b58a5b8995ce62a9db4badb7f7d64ef157f5cf8301b"; + sha256_unsigned = "7f61e0ea740d82ca39c03b58a5b8995ce62a9db4badb7f7d64ef157f5cf8301b"; + type = "scatter.txt"; + } + { + name = "openwrt-22.03.4-mediatek-mt7623-unielec_u7623-02-emmc.img.gz"; + sha256 = "0199e704aa3e01f2f1438f7296ddd65c0d25208d273630031ea23ff5a9c6f384"; + sha256_unsigned = "f7f5ef687dc3f4e1007f90c3d1f9fcf9ca0d913bc9831688e92603d8e585ec9b"; + type = "emmc.img.gz"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7623-unielec_u7623-02-squashfs-sysupgrade.itb"; + sha256 = "5d716b38400bfedeaf8c1fdf5b97e70349037dc46f9c23e3a4e04f633a31e790"; + sha256_unsigned = "59ac90fd576ad653912124115e871cca0691a656bdb35835b811289472b7f1b4"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.4-mediatek-mt7623-unielec_u7623-02-u-boot.bin"; + sha256 = "95ee825fa1a5dde64a7e2a25d9a232ef2cc6b1db3f486ce4567cdebef3f0e1c0"; + sha256_unsigned = "95ee825fa1a5dde64a7e2a25d9a232ef2cc6b1db3f486ce4567cdebef3f0e1c0"; + type = "u-boot.bin"; + } + ]; + supported_devices = [ + "unielec,u7623-02" + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7623-02-emmc-512m-legacy = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-squashfs-sysupgrade.bin.gz"; + sha256 = "a154a918ab1b78ed14735abbab22177a2611b3be7a6463fc2f9191ad2328e4cd"; + sha256_unsigned = "4d70223fbbc87d80fecd7b27a799ec863061a909437d2072fd7b4e5b21a14ed2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-initramfs-kernel.bin"; + sha256 = "29ba3fb570cdfade9af9641ee2bdb3d7862da72c9a7bebf5c8122c2193c9a26d"; + sha256_unsigned = "29ba3fb570cdfade9af9641ee2bdb3d7862da72c9a7bebf5c8122c2193c9a26d"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + variant = "eMMC/512MiB RAM (legacy image)"; + vendor = "UniElec"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "mediatek/mt7623"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + mt7629 = { + arch_packages = "arm_cortex-a7"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + mediatek_mt7629-rfb = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.4-mediatek-mt7629-mediatek_mt7629-rfb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mediatek-mt7629-mediatek_mt7629-rfb-squashfs-sysupgrade.bin"; + sha256 = "2e33d0e4f09122e4610ef47d4e5963fa9583657e1b8787a1aa3bff4669fcab96"; + sha256_unsigned = "819e5d6c419e8038feec0d3262f7116d50cd5b834efa41b71a4673fb02df4076"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mediatek-mt7629-mediatek_mt7629-rfb-initramfs-kernel.bin"; + sha256 = "f972f6e47a8ecc1a84c9097e96d985179761f7fb7cb36a6e81395d9a3fc185b4"; + sha256_unsigned = "f972f6e47a8ecc1a84c9097e96d985179761f7fb7cb36a6e81395d9a3fc185b4"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7629-rfb" + ]; + titles = [ + { + model = "MT7629 rfb AP"; + vendor = "MediaTek"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "mediatek/mt7629"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + mpc85xx = { + p1010 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + sophos_red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mpc85xx-p1010-sophos_red-15w-rev1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mpc85xx-p1010-sophos_red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "c0c30d483d3199fcaef9da21218175a26346281348b304ec17aac3f8334b6a81"; + sha256_unsigned = "359e8c80b72d5de5cb6a5a991f23d997ed64e43bba7a1ac23ddd06f32aa40d3c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mpc85xx-p1010-sophos_red-15w-rev1-initramfs-kernel.bin"; + sha256 = "88a191b7eb18143446148cfe1944a01f51df8d7eba7b617b398e9484724e579f"; + sha256_unsigned = "88a191b7eb18143446148cfe1944a01f51df8d7eba7b617b398e9484724e579f"; + type = "kernel"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + model = "RED 15w"; + variant = "Rev.1"; + vendor = "Sophos"; + } + ]; + }; + tplink_tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mpc85xx-p1010-tplink_tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "18e4223a92555a1281c54de991ff571d0476154a264ae014ecacc5c434ee8029"; + sha256_unsigned = "ae7a3267a724b01c1412e3e02ec642e2e4fda629590b04468686aa873ade7574"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.4-mpc85xx-p1010-tplink_tl-wdr4900-v1-fdt.bin"; + sha256 = "06d8b4186f532e6209e959787d8ea479b03aa87f83f4bb1b68022994da8525ae"; + sha256_unsigned = "06d8b4186f532e6209e959787d8ea479b03aa87f83f4bb1b68022994da8525ae"; + type = "fdt.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "451b2accf98157013248bc77915d288983613a76948e6749afc6e1988bdbe08b"; + sha256_unsigned = "451b2accf98157013248bc77915d288983613a76948e6749afc6e1988bdbe08b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v1" + "tl-wdr4900-v1" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + watchguard_firebox-t10 = { + device_packages = [ + "kmod-rtc-s35390a" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.4-mpc85xx-p1010-watchguard_firebox-t10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mpc85xx-p1010-watchguard_firebox-t10-initramfs-kernel.bin"; + sha256 = "5e11b4ab7c860b23d4cc5cbb31b23deff9028e1d3e8242e4122118dc70332cfc"; + sha256_unsigned = "5e11b4ab7c860b23d4cc5cbb31b23deff9028e1d3e8242e4122118dc70332cfc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mpc85xx-p1010-watchguard_firebox-t10-squashfs-sysupgrade.bin"; + sha256 = "c182326fdd3b7fb36a17edc5aef21c4b59c682b1d82b78fa313aa9476fa20c12"; + sha256_unsigned = "dd61aab75bc640cf36c048634ba0957917c21facd4769a976493033f9f20cd63"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "watchguard,firebox-t10" + ]; + titles = [ + { + model = "Firebox T10"; + vendor = "Watchguard"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "mpc85xx/p1010"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aerohive_hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-hwmon-lm70" + ]; + image_prefix = "openwrt-22.03.4-mpc85xx-p1020-aerohive_hiveap-330"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin"; + sha256 = "06de07f4995950262c097838d1614226f5763bad1409d007b475963ceb362ef0"; + sha256_unsigned = "06de07f4995950262c097838d1614226f5763bad1409d007b475963ceb362ef0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mpc85xx-p1020-aerohive_hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "7a3e49adef5db21fca3d0651d1837d9b94634473a7cfe1f4f5bb586ee556082d"; + sha256_unsigned = "18844736e44b5f3b553ea2977379eabdd4ecf1aebe238b65853297603ae1a531"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + model = "HiveAP-330"; + vendor = "Aerohive"; + } + { + model = "HiveAP-350"; + vendor = "Aerohive"; + } + ]; + }; + enterasys_ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mpc85xx-p1020-enterasys_ws-ap3710i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "69b98726531ca8aac1fb42d03539a37800928b56d5c582a25e108cb8d4a61c01"; + sha256_unsigned = "d313f23b3bf665f391b0655971948cf69da66d08ed93270f0e7254834f0ed07e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mpc85xx-p1020-enterasys_ws-ap3710i-initramfs-kernel.bin"; + sha256 = "c0a29e401f1d1008fc0b963807b8d70969b81351fdb7d951b6ab543e5a4ea4b4"; + sha256_unsigned = "c0a29e401f1d1008fc0b963807b8d70969b81351fdb7d951b6ab543e5a4ea4b4"; + type = "kernel"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + model = "WS-AP3710i"; + vendor = "Enterasys"; + } + ]; + }; + extreme-networks_ws-ap3825i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.4-mpc85xx-p1020-extreme-networks_ws-ap3825i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mpc85xx-p1020-extreme-networks_ws-ap3825i-initramfs-kernel.bin"; + sha256 = "c9b5dfcf06ede2c53014d20017ebd27c7fbf35bb85ca68937595c7940992ec96"; + sha256_unsigned = "c9b5dfcf06ede2c53014d20017ebd27c7fbf35bb85ca68937595c7940992ec96"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mpc85xx-p1020-extreme-networks_ws-ap3825i-squashfs-sysupgrade.bin"; + sha256 = "4509da3292a575a03a0af700ed46bd53bf4ca7eab0085185c8a400d27f14af3b"; + sha256_unsigned = "a372b109f77511a7bd550ff7387eb1d4096922f415c6c76bee054c8c435a37a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "extreme-networks,ws-ap3825i" + ]; + titles = [ + { + model = "WS-AP3825i"; + vendor = "Extreme Networks"; + } + ]; + }; + ocedo_panda = { + device_packages = [ + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-22.03.4-mpc85xx-p1020-ocedo_panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mpc85xx-p1020-ocedo_panda-squashfs-fdt.bin"; + sha256 = "1aa2b03bc147048f98006bafc3d6ee0ef3f118fa7b35d5b6f4d937b9d0153efc"; + sha256_unsigned = "1aa2b03bc147048f98006bafc3d6ee0ef3f118fa7b35d5b6f4d937b9d0153efc"; + type = "fdt"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mpc85xx-p1020-ocedo_panda-initramfs-kernel.bin"; + sha256 = "f81289443cebce5f43486309e0772d29dd958aa5b25f0b0c8c9006942317f9a1"; + sha256_unsigned = "f81289443cebce5f43486309e0772d29dd958aa5b25f0b0c8c9006942317f9a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mpc85xx-p1020-ocedo_panda-squashfs-sysupgrade.bin"; + sha256 = "3043ec2dbe9d0b08ca29b9678cf1e88dcbeec8a1b2f3599f62fce9c5426ec22b"; + sha256_unsigned = "5aca6d495dbd3481f7fd4af0653f8b711305be35d956f9f43ae0c2e5f7500f90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + model = "Panda"; + vendor = "OCEDO"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "mpc85xx/p1020"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + freescale_p2020rdb = { + device_packages = [ + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.4-mpc85xx-p2020-freescale_p2020rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mpc85xx-p2020-freescale_p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "368d36ee6b2837ac7eabaa8e5cb9dae06d58b89e6ea1194e6dc23ca2002aa0d2"; + sha256_unsigned = "01f24f15c956f45815df97a1cdb19daa9bd5a4c92523c0363ba9af56007c1dec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mpc85xx-p2020-freescale_p2020rdb-initramfs-kernel.bin"; + sha256 = "681ba4625a2c1dbc5b0bbd2020506ae06b9b0f6e555e2ecf0eecf1eba0838764"; + sha256_unsigned = "681ba4625a2c1dbc5b0bbd2020506ae06b9b0f6e555e2ecf0eecf1eba0838764"; + type = "kernel"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + model = "P2020RDB"; + vendor = "Freescale"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "mpc85xx/p2020"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + glinet_gl-mv1000 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa53-glinet_gl-mv1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa53-glinet_gl-mv1000-squashfs-sdcard.img.gz"; + sha256 = "bd689317e4a76306f27aaf04a6041dfea7634681ccaa39eae63d9e61389cd071"; + sha256_unsigned = "abb46bc88234c609c234aa45059bce9ccf09a33dcf902eee773ecfd6c8acf037"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa53-glinet_gl-mv1000-initramfs-kernel.bin"; + sha256 = "028d8e69c457ba43990da79057d7a41efead343bc5c8784479ea1e5fbe6bb237"; + sha256_unsigned = "028d8e69c457ba43990da79057d7a41efead343bc5c8784479ea1e5fbe6bb237"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-mvebu-cortexa53-glinet_gl-mv1000-ext4-sdcard.img.gz"; + sha256 = "8ca15224e2ac1102ce9b04d09088ee9c265c910c4474f9f192f73365feb8a532"; + sha256_unsigned = "334f01be60070637a264884837ec6e2808b697758bf29f4dfc66f5291732f425"; + type = "sdcard"; + } + ]; + supported_devices = [ + "glinet,gl-mv1000" + ]; + titles = [ + { + model = "GL-MV1000"; + vendor = "GL.iNet"; + } + ]; + }; + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-initramfs-kernel.bin"; + sha256 = "028d8e69c457ba43990da79057d7a41efead343bc5c8784479ea1e5fbe6bb237"; + sha256_unsigned = "028d8e69c457ba43990da79057d7a41efead343bc5c8784479ea1e5fbe6bb237"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "d942db1c019ad40050887df05b3d09e2072c6863943a74cad0676af1fe9231ad"; + sha256_unsigned = "f25abcbc40d44876e6f357db47d9d6be05beec6faa902ce8de76001ddc84a80d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "cc99375f351bd1d5c850222760588d4eb9878fcb20bcd20192d29a86171bdec6"; + sha256_unsigned = "87e7d3a226b4b01d491aff761f8759eef2f551d28c4391062005c993ca1de9de"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "879c0c3e44b25a1746a59c8b52dd8f7ae0b426871f56f95c73ce1141a9da9e9c"; + sha256_unsigned = "f51593b289f439319c9c7abf6a486a0db208adc2edde9ae18b3a6a708e94a789"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-emmc-initramfs-kernel.bin"; + sha256 = "028d8e69c457ba43990da79057d7a41efead343bc5c8784479ea1e5fbe6bb237"; + sha256_unsigned = "028d8e69c457ba43990da79057d7a41efead343bc5c8784479ea1e5fbe6bb237"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "872e1d56002dd39700c0c807e9a0179ebde45bb45dfd9953811a774dddcd49ba"; + sha256_unsigned = "70d10cd8438c8ddc34f2c627e31f120fdbef0434202b57efabbca6d2af4e9122"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-ultra = { + device_packages = [ + "kmod-i2c-pxa" + "kmod-rtc-pcf8563" + ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-ultra"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz"; + sha256 = "131ccbb2368c7b58c147f7e3e3dd7da515105959322491dfd8523031f0c81b6f"; + sha256_unsigned = "05c82ba9d4bf7c8ba0e22311cdaa206742d2533fbfbaf8e694c4e5337d059633"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-ultra-ext4-sdcard.img.gz"; + sha256 = "bcc5ff0def22a36d4a6d3a897ddc0a018d8fbaf3b5f17c14c68674fdf41a6a53"; + sha256_unsigned = "488a8994ea330b9a0fe8401b3201140cbacf2f6919f617e63cdd2e704f6e9c3c"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-ultra-initramfs-kernel.bin"; + sha256 = "028d8e69c457ba43990da79057d7a41efead343bc5c8784479ea1e5fbe6bb237"; + sha256_unsigned = "028d8e69c457ba43990da79057d7a41efead343bc5c8784479ea1e5fbe6bb237"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-ultra" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Ultra"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "7ac1678f84ae8c88a751672ba1d33ae13151ff971d2bfaa0663893ccee40ce28"; + sha256_unsigned = "86ad912ea32d8f3cd2e4bc5c4261b428ce66ab0cbd9ab516c22aa2366a8b1f27"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-v7-initramfs-kernel.bin"; + sha256 = "028d8e69c457ba43990da79057d7a41efead343bc5c8784479ea1e5fbe6bb237"; + sha256_unsigned = "028d8e69c457ba43990da79057d7a41efead343bc5c8784479ea1e5fbe6bb237"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "fcaffcd1f6b5514795d4dc329b0ab53c8bdb5d542c9db870ca5c52830c2ff35b"; + sha256_unsigned = "670d080de6b261e3b9358d300afdc4e70e0130fd3db0f36c33a2e4655c39a9fb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "274655aeeb16d7c049d3604fadeb012b4165891cfe3c37d0b39e455f2293c60c"; + sha256_unsigned = "fb21ffbe24ba0414e6996451d96a4eb7c79bed4500c338365266b6e945a412a7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "163c7f015ec53ebf46204dc0fc6792ebbc0b313cb07b3672386d2e4512c5537e"; + sha256_unsigned = "ab026692ccf60e59f61df24880f81948b5a6f58c182293bb5a17b65139f2f2c6"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa53-globalscale_espressobin-v7-emmc-initramfs-kernel.bin"; + sha256 = "028d8e69c457ba43990da79057d7a41efead343bc5c8784479ea1e5fbe6bb237"; + sha256_unsigned = "028d8e69c457ba43990da79057d7a41efead343bc5c8784479ea1e5fbe6bb237"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "56b60914376f1f6500365fb86f01fc0ac40fa8aebe581f9c5253e846ac145971"; + sha256_unsigned = "6296258ad732c1f1fdfc55618b315c081e3b11358fc33bd33411bb29b5a1c57c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "6cec68a589501b124b5521278588bfb34966f8a9ecb992f839994c3809c3aaa5"; + sha256_unsigned = "e8b8f5ac505eca006c0ff381d4e62721bb9afac10c54a94cce945c2213246ba5"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa53-marvell_armada-3720-db-initramfs-kernel.bin"; + sha256 = "028d8e69c457ba43990da79057d7a41efead343bc5c8784479ea1e5fbe6bb237"; + sha256_unsigned = "028d8e69c457ba43990da79057d7a41efead343bc5c8784479ea1e5fbe6bb237"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + model = "Armada 3720 Development Board (DB-88F3720-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + methode_udpu = { + device_packages = [ + "f2fs-tools" + "fdisk" + "kmod-i2c-pxa" + "kmod-hwmon-lm75" + ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa53-methode_udpu"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-mvebu-cortexa53-methode_udpu-firmware.tgz"; + sha256 = "3afc986389919f709f04558bd9ff283d3042a28289d3c6795323b033a2e36209"; + sha256_unsigned = "cb56751854779ca5d93e37f73cfaf41d02ea37c0e42df391f8ba9e24689d89e8"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa53-methode_udpu-initramfs.itb"; + sha256 = "68f1e53e006a5df8ce917d3df9565caa2768f564742c653d52287ab789a09f22"; + sha256_unsigned = "68f1e53e006a5df8ce917d3df9565caa2768f564742c653d52287ab789a09f22"; + type = "kernel"; + } + ]; + supported_devices = [ + "methode,udpu" + ]; + titles = [ + { + model = "micro-DPU (uDPU)"; + vendor = "Methode"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "mvebu/cortexa53"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + globalscale_mochabin = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa72-globalscale_mochabin"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa72-globalscale_mochabin-initramfs-kernel.bin"; + sha256 = "57a461049354292cf69949f16e45551289425e9d2499c99b8d87b28de87084c0"; + sha256_unsigned = "57a461049354292cf69949f16e45551289425e9d2499c99b8d87b28de87084c0"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-mvebu-cortexa72-globalscale_mochabin-ext4-sdcard.img.gz"; + sha256 = "951fa41d753357af1447ccefdf39f3564425275531e0330da9e8796ed097ecd9"; + sha256_unsigned = "36b8ab15e632a447219b011a2d907dbf86381b490b279e9cefb954aef9d84b22"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa72-globalscale_mochabin-squashfs-sdcard.img.gz"; + sha256 = "3265ab15a51e2c80ba2296157ef22bc96eba324dd6488aa53056a24363580711"; + sha256_unsigned = "ec50b14dda418e349c6d2d959a4560eec4635a538d1a6a64ef3b58773fcdfe83"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,mochabin" + ]; + titles = [ + { + model = "MOCHAbin"; + vendor = "Globalscale"; + } + ]; + }; + iei_puzzle-m901 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa72-iei_puzzle-m901"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-mvebu-cortexa72-iei_puzzle-m901-ext4-sdcard.img.gz"; + sha256 = "ede06bda00fe57d54a85788778884090e9747010d9327f22e377580d80642b1b"; + sha256_unsigned = "42d897b45770c6f0d9a0a1c4764f8a33cdd59b4bfffe7f371ca8e51fcc46b639"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa72-iei_puzzle-m901-squashfs-sdcard.img.gz"; + sha256 = "61f543b136245b8c3817681ac8f001736acf652f2a1a90559227aed9784c370e"; + sha256_unsigned = "f438f1f5431e33d7daa29adc50c4623091ff1f6c94fd20107a5b68570b36f3a4"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa72-iei_puzzle-m901-initramfs-kernel.bin"; + sha256 = "57a461049354292cf69949f16e45551289425e9d2499c99b8d87b28de87084c0"; + sha256_unsigned = "57a461049354292cf69949f16e45551289425e9d2499c99b8d87b28de87084c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "iei,puzzle-m901" + ]; + titles = [ + { + model = "Puzzle-M901"; + vendor = "iEi"; + } + ]; + }; + iei_puzzle-m902 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa72-iei_puzzle-m902"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-mvebu-cortexa72-iei_puzzle-m902-ext4-sdcard.img.gz"; + sha256 = "9c2cd0e702f15c0faac13ee289a35176789cf7e2d8ad578ed84edc959ee0dcb0"; + sha256_unsigned = "e4f498bf5d3816c3eb8ab6c867320b4f551f87d67cc77778347e134c1370a54a"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa72-iei_puzzle-m902-initramfs-kernel.bin"; + sha256 = "57a461049354292cf69949f16e45551289425e9d2499c99b8d87b28de87084c0"; + sha256_unsigned = "57a461049354292cf69949f16e45551289425e9d2499c99b8d87b28de87084c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa72-iei_puzzle-m902-squashfs-sdcard.img.gz"; + sha256 = "4e08c0c6b5736e4afa0db399fc083abaa2670e3aeb748ddda0e6e57381d3ce92"; + sha256_unsigned = "6bdd4c202646514399b7b1628e4733382df866ed69cff4abdd01feaeb83356cb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "iei,puzzle-m902" + ]; + titles = [ + { + model = "Puzzle-M902"; + vendor = "iEi"; + } + ]; + }; + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "0dbded3604e907114e30d70edf501350279078ee83f3443318ff5aa64f1dd701"; + sha256_unsigned = "eaa7b2b27edcfee400339fc7f7e7d65fe3afdcda44bdde1f2809e63d59e4fe7b"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa72-marvell_armada7040-db-initramfs-kernel.bin"; + sha256 = "57a461049354292cf69949f16e45551289425e9d2499c99b8d87b28de87084c0"; + sha256_unsigned = "57a461049354292cf69949f16e45551289425e9d2499c99b8d87b28de87084c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "1267fc015a891dcf04cf189421df054d2026eed78cd7d5f345f1e63a66780fee"; + sha256_unsigned = "5df38fa50b91963672105bbf1cf9f9aed68ca80b920c661548dbb18c08733473"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + model = "Armada 7040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "54b9230e55fb00131cbf34a1671f5c422a917d533597aef705a22ace6e0b9286"; + sha256_unsigned = "d48079b40f4cefda0828f100892ee7139d64d4d710552d30b2beb9e566440cb0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "24ff4dc33edc38ba0898817aa8d3f3b94fc897127d7fab6774e9b8ec313c5b42"; + sha256_unsigned = "3aa622c195cada8f57043c27b55994dd9ea7d20ddf4701d187e6c9a4fdecda6b"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa72-marvell_armada8040-db-initramfs-kernel.bin"; + sha256 = "57a461049354292cf69949f16e45551289425e9d2499c99b8d87b28de87084c0"; + sha256_unsigned = "57a461049354292cf69949f16e45551289425e9d2499c99b8d87b28de87084c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + model = "Armada 8040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_macchiatobin-doubleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa72-marvell_macchiatobin-doubleshot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa72-marvell_macchiatobin-doubleshot-squashfs-sdcard.img.gz"; + sha256 = "873e6bf2e82641b60933542fdf9e0d0b8e2f6c399c754faeb46cd11a3bf437c5"; + sha256_unsigned = "8c4afe411fa9f9f0a5f00631fd1392e93681f1ac80b860d7bafdf825822b5670"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa72-marvell_macchiatobin-doubleshot-initramfs-kernel.bin"; + sha256 = "57a461049354292cf69949f16e45551289425e9d2499c99b8d87b28de87084c0"; + sha256_unsigned = "57a461049354292cf69949f16e45551289425e9d2499c99b8d87b28de87084c0"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-mvebu-cortexa72-marvell_macchiatobin-doubleshot-ext4-sdcard.img.gz"; + sha256 = "1c5b9f6d543832708a06dab6985466fa272220c90c2620dd6d5b93ac91554e63"; + sha256_unsigned = "0eb057fd125bf53c6d1739795e10d796866361de6c826518b8314ca305cfcda9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-doubleshot" + "marvell,armada8040-mcbin" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + ]; + }; + marvell_macchiatobin-singleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa72-marvell_macchiatobin-singleshot"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa72-marvell_macchiatobin-singleshot-initramfs-kernel.bin"; + sha256 = "57a461049354292cf69949f16e45551289425e9d2499c99b8d87b28de87084c0"; + sha256_unsigned = "57a461049354292cf69949f16e45551289425e9d2499c99b8d87b28de87084c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa72-marvell_macchiatobin-singleshot-squashfs-sdcard.img.gz"; + sha256 = "65278e6dea178f7ff436821854085e855d496ba2c1f2e1990b2aa31529d309ba"; + sha256_unsigned = "74829ea826723d6446a81b3e9bae62f2e3e23194cdd4e78ff5dee426106682ff"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-mvebu-cortexa72-marvell_macchiatobin-singleshot-ext4-sdcard.img.gz"; + sha256 = "86c75dd9c10adf0883bca79a7b6bc3ca6111f3299eac334873377540a7cadaf6"; + sha256_unsigned = "da21ad4df819fcf20178b528df21b7889bec8703426e3307e9f2e1850ca05180"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-singleshot" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "mvebu/cortexa72"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + buffalo_ls421de = { + device_packages = [ + "kmod-rtc-rs5c372a" + "kmod-hwmon-gpiofan" + "kmod-hwmon-drivetemp" + "kmod-usb3" + "kmod-linkstation-poweroff" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-mod" + "kmod-fs-xfs" + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa9-buffalo_ls421de"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-buffalo_ls421de-squashfs-sysupgrade.bin"; + sha256 = "04587c32653220a77e5e33a3b5563921deb0dc7c88c8fdaa4dd18cb6af9d41cc"; + sha256_unsigned = "51c260cc51881c5bfbc8f6be31e08ccd0f292de9f7c0bb08ce5cc2d432808f53"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-buffalo_ls421de-initramfs-kernel.bin"; + sha256 = "d22f7b02e816d7b2e4e32d793593685250abf22e5d78a56af9c3504ee9765382"; + sha256_unsigned = "d22f7b02e816d7b2e4e32d793593685250abf22e5d78a56af9c3504ee9765382"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,ls421de" + ]; + titles = [ + { + model = "LinkStation LS421DE"; + vendor = "Buffalo"; + } + ]; + }; + ctera_c200-v2 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-hwmon-nct7802" + "kmod-rtc-s35390a" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa9-ctera_c200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-ctera_c200-v2-squashfs-sysupgrade.bin"; + sha256 = "0aaa88dad181d19e6b2bf0bbb95a3d76ab85310fff2a0a07a852100f3a0cce86"; + sha256_unsigned = "11c2963aed7ae54efe02f258fd36b106e17ed56525556ad1e40d5240f899627f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-ctera_c200-v2-initramfs-factory.firm"; + sha256 = "f3071fe5425faa0d5905559cb64a6b4b69e2e8e73f589da68371a58ade035981"; + sha256_unsigned = "f3071fe5425faa0d5905559cb64a6b4b69e2e8e73f589da68371a58ade035981"; + type = "kernel"; + } + ]; + supported_devices = [ + "ctera,c200-v2" + ]; + titles = [ + { + model = "C200"; + variant = "V2"; + vendor = "Ctera"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-globalscale_mirabox-initramfs-kernel.bin"; + sha256 = "8f6fa37c35e2b3f7958cab844136cc77bce8248c006d8150ff2876a561da8a3d"; + sha256_unsigned = "8f6fa37c35e2b3f7958cab844136cc77bce8248c006d8150ff2876a561da8a3d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "00ccf92a2c53bf16066f09e887f1aec0155e9b041d12bfde1f33711ba9bfd767"; + sha256_unsigned = "5139accb2946962fc8e7826c4903316a5ba415ecd444d487b0712c7c924728ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + model = "Mirabox"; + vendor = "Globalscale"; + } + ]; + }; + iptime_nas1dual = { + device_packages = [ + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa9-iptime_nas1dual"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-iptime_nas1dual-initramfs-kernel.bin"; + sha256 = "5bc083da0fb565d995718c8a46938b9cf3a6d3f69b3527aaac4a3aa26d573851"; + sha256_unsigned = "5bc083da0fb565d995718c8a46938b9cf3a6d3f69b3527aaac4a3aa26d573851"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-iptime_nas1dual-squashfs-sysupgrade.bin"; + sha256 = "4f4f39d450757661fe151f357542e349cb9634d3ee6143bd4ae7796e26e840de"; + sha256_unsigned = "b467093fdd370260d60b676136cbf3458ea05d4fc8a360909fc4b0d5441a46fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,nas1dual" + ]; + titles = [ + { + model = "NAS1dual"; + vendor = "ipTIME"; + } + ]; + }; + kobol_helios4 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa9-kobol_helios4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-kobol_helios4-squashfs-sdcard.img.gz"; + sha256 = "7b330e226915798f7d1fc76ede9a37b792990453c5c920450dcac7d019b71adb"; + sha256_unsigned = "ded6c34713121a5c776745e4a2228a62f4c07488d7fd37fb768ad74b2062d91e"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-kobol_helios4-initramfs-kernel.bin"; + sha256 = "078c9ed95c19b6cd2172ba3b7f9dd58ac7e5dbd9d4ab06d1c54c1f576d0ccc30"; + sha256_unsigned = "078c9ed95c19b6cd2172ba3b7f9dd58ac7e5dbd9d4ab06d1c54c1f576d0ccc30"; + type = "kernel"; + } + ]; + supported_devices = [ + "kobol,helios4" + ]; + titles = [ + { + model = "Helios4"; + vendor = "Kobol"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "79ba93a2a930d89bca1080e2be9e64915713846040bbb743391b134a0d136a50"; + sha256_unsigned = "16111e0e617b9ea4c79026dbed3a030686dc959eb3138d288020b5ce4dc7a85b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-marvell_a370-db-initramfs-kernel.bin"; + sha256 = "62676e21d9554961533dc2c5117dbeebe985a911e6e2c1c400061a782bc4a4a9"; + sha256_unsigned = "62676e21d9554961533dc2c5117dbeebe985a911e6e2c1c400061a782bc4a4a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + model = "Armada 370 Development Board (DB-88F6710-BP-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "4976cca01cf31d0e9bf8132711889a8afd14992ec4b924564eafa02d3b042649"; + sha256_unsigned = "6305183909c4a11fe927075e1e1eebfb06a6da1ea38b206ed713d9456594e0b8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-marvell_a370-rd-initramfs-kernel.bin"; + sha256 = "260d624295a21c46488d9b73cc438e514e6ce50197c9acedc7e681b54423d48f"; + sha256_unsigned = "260d624295a21c46488d9b73cc438e514e6ce50197c9acedc7e681b54423d48f"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + model = "Armada 370 RD (RD-88F6710-A1)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "f8229a91f8dd48c0330652345affc2f53006278ca4cd41417c4145730906e521"; + sha256_unsigned = "f8229a91f8dd48c0330652345affc2f53006278ca4cd41417c4145730906e521"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "79353446b3209a9753f776c06d02e2a62063a0f60b778e0ee60373acf4ee3e8d"; + sha256_unsigned = "a1a016a737108bf6f7aafc691921ce123b5b92e8fc942cf4b97f6438feb6fbc0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-marvell_a385-db-ap-initramfs-kernel.bin"; + sha256 = "be5ab19c77a91c251404602cf5b9a2161b8d7df62358ae550d0df275a828f65f"; + sha256_unsigned = "be5ab19c77a91c251404602cf5b9a2161b8d7df62358ae550d0df275a828f65f"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + model = "Armada 385 Development Board AP (DB-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "d05f96abe742b0670895d28a371b11f5620d2e679d9bd841f42667453106cea4"; + sha256_unsigned = "d05f96abe742b0670895d28a371b11f5620d2e679d9bd841f42667453106cea4"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-marvell_a388-rd-initramfs-kernel.bin"; + sha256 = "ad9b774255db57ab47186959aa1871a9233d758daf2ceca1123c621a0a8e103d"; + sha256_unsigned = "ad9b774255db57ab47186959aa1871a9233d758daf2ceca1123c621a0a8e103d"; + type = "kernel"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + model = "Armada 388 RD (RD-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "fef01d2d2afed5f3328de76df25de6ed6f56a00966bb70dccaa6f9f54f036134"; + sha256_unsigned = "a0fd0e30664d5c632d9d60d0844e245e2080cf5a9f51cb9a627d022317091e7d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-marvell_axp-db-initramfs-kernel.bin"; + sha256 = "65536a698be33c764e6203120ec5eb3d574f488c638270824cf5958929d11897"; + sha256_unsigned = "65536a698be33c764e6203120ec5eb3d574f488c638270824cf5958929d11897"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + model = "Armada XP Development Board (DB-78460-BP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-marvell_axp-gp-initramfs-kernel.bin"; + sha256 = "e12eb37c65455561ab50fd277243ebb3859f1c7004bb2b15071d7c0ee6279a26"; + sha256_unsigned = "e12eb37c65455561ab50fd277243ebb3859f1c7004bb2b15071d7c0ee6279a26"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "8dd9f926c7c9b412c1099d9f30cdd0ded62ed331df79eba0868edba4b9ff0297"; + sha256_unsigned = "e0d97437d231bf64ef4dfe21c1448aef0017bb5fee5d1b90861b97fa5b2070b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + model = "Armada Armada XP GP (DB-MV784MP-GP)"; + vendor = "Marvell"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "13231192c6822bdfc0d98dfcd47d4d4f7946b35a670ccefafba5c4013e5b9231"; + sha256_unsigned = "13231192c6822bdfc0d98dfcd47d4d4f7946b35a670ccefafba5c4013e5b9231"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-plathome_openblocks-ax3-4-initramfs-kernel.bin"; + sha256 = "2033754f0654e2b6f0c6f42437a49ae84fadd11cd3feb4cb843bec2322acb954"; + sha256_unsigned = "2033754f0654e2b6f0c6f42437a49ae84fadd11cd3feb4cb843bec2322acb954"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "e081c480d55f4731208c573b35ee0d9258eb9c5c9059e035e1d14955566b78b3"; + sha256_unsigned = "40ddd38040e340374ca378c0d341a45806eb8f1deb7110f285142c69418c606a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + model = "OpenBlocks AX3"; + variant = "4 ports"; + vendor = "Plat'Home"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.4-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-solidrun_clearfog-base-a1-initramfs-kernel.bin"; + sha256 = "078c9ed95c19b6cd2172ba3b7f9dd58ac7e5dbd9d4ab06d1c54c1f576d0ccc30"; + sha256_unsigned = "078c9ed95c19b6cd2172ba3b7f9dd58ac7e5dbd9d4ab06d1c54c1f576d0ccc30"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "fc510340a1db125bfb030618dec370c32c0fc7e03b98a4fa2f20b65080a5ab95"; + sha256_unsigned = "eb534e680e89becf43034aa948d270474691061dff7df66a7d35a1a481064b15"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + model = "ClearFog Base"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "mvebu/cortexa9"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-octeon-generic-generic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-octeon-generic-generic-initramfs-kernel.bin"; + sha256 = "b7c18c9ea17f652e67eaddf88ba3b011b7b1f9f952a877de23bd11cdddc86b4d"; + sha256_unsigned = "b7c18c9ea17f652e67eaddf88ba3b011b7b1f9f952a877de23bd11cdddc86b4d"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Octeon"; + vendor = "Generic"; + } + ]; + }; + itus_shield-router = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-octeon-generic-itus_shield-router"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-octeon-generic-itus_shield-router-initramfs-kernel.bin"; + sha256 = "aa3fc459ea71b17771dcdc477d2ffd9f0723f3d1cf07e8de3f7712752d83f157"; + sha256_unsigned = "aa3fc459ea71b17771dcdc477d2ffd9f0723f3d1cf07e8de3f7712752d83f157"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-octeon-generic-itus_shield-router-squashfs-sysupgrade.tar"; + sha256 = "5dd4103b363fe24232d2e13e4d746097620e920fd7800a15cd162b8a4d4fdb76"; + sha256_unsigned = "0607496ad7198d4d89f70c050c17a93cfe36ad9f3c92c59da0b9cae9fad97c38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "itus,shield-router" + ]; + titles = [ + { + model = "Shield Router"; + vendor = "Itus Networks"; + } + ]; + }; + ubnt_edgerouter = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-octeon-generic-ubnt_edgerouter"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-octeon-generic-ubnt_edgerouter-initramfs-kernel.bin"; + sha256 = "2d20391a89622d2a68f469c98797acdfc8fbf563854bc772a8fbda25fcb9e4be"; + sha256_unsigned = "2d20391a89622d2a68f469c98797acdfc8fbf563854bc772a8fbda25fcb9e4be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-octeon-generic-ubnt_edgerouter-squashfs-sysupgrade.tar"; + sha256 = "0e5b5b39daee5a1f96afae4096668d8a978cbf40ab4a86945e99c1641e6d59d6"; + sha256_unsigned = "0e5b5b39daee5a1f96afae4096668d8a978cbf40ab4a86945e99c1641e6d59d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter" + "er" + ]; + titles = [ + { + model = "EdgeRouter"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-4 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.4-octeon-generic-ubnt_edgerouter-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-octeon-generic-ubnt_edgerouter-4-initramfs-kernel.bin"; + sha256 = "22e74b1e773f21c3f18f55c6aca23b4d1efa2d8f617cc00690a88f2097439510"; + sha256_unsigned = "22e74b1e773f21c3f18f55c6aca23b4d1efa2d8f617cc00690a88f2097439510"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-octeon-generic-ubnt_edgerouter-4-squashfs-sysupgrade.tar"; + sha256 = "1fe33480c47dc780f12b6ec3c5300de2a0f5dc7214659bde50b86264d0f6f440"; + sha256_unsigned = "1fe33480c47dc780f12b6ec3c5300de2a0f5dc7214659bde50b86264d0f6f440"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-4" + ]; + titles = [ + { + model = "EdgeRouter 4"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-6p = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.4-octeon-generic-ubnt_edgerouter-6p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-octeon-generic-ubnt_edgerouter-6p-squashfs-sysupgrade.tar"; + sha256 = "6757994039c41bfe376db14ef8d3ce06b60b9c81f1d7c4aa561c0dd5c68a73f0"; + sha256_unsigned = "6757994039c41bfe376db14ef8d3ce06b60b9c81f1d7c4aa561c0dd5c68a73f0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-octeon-generic-ubnt_edgerouter-6p-initramfs-kernel.bin"; + sha256 = "a64b1a2726c4481b5b91f9782f5e1ff708e5cce8d564569e758cfd95ec4ded51"; + sha256_unsigned = "a64b1a2726c4481b5b91f9782f5e1ff708e5cce8d564569e758cfd95ec4ded51"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-6p" + ]; + titles = [ + { + model = "EdgeRouter 6P"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-lite = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-octeon-generic-ubnt_edgerouter-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-octeon-generic-ubnt_edgerouter-lite-squashfs-sysupgrade.tar"; + sha256 = "6ecda4d2b8fade73e0dc41b750d21709d2e60beefa08eafec0c78d52879873de"; + sha256_unsigned = "6ecda4d2b8fade73e0dc41b750d21709d2e60beefa08eafec0c78d52879873de"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-octeon-generic-ubnt_edgerouter-lite-initramfs-kernel.bin"; + sha256 = "01d43efb21b1ccba99c5a65f2ca47a26697c21ee2c78b7ae15e5e26be813d315"; + sha256_unsigned = "01d43efb21b1ccba99c5a65f2ca47a26697c21ee2c78b7ae15e5e26be813d315"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-lite" + "erlite" + ]; + titles = [ + { + model = "EdgeRouter Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "octeon/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "f0cf957f4588d302007b78dca436cf250b3268722de626721c56a339b1bcd281"; + sha256_unsigned = "604a0ba5563b28938323e37c1e8e0f5179a04957f96f7146963287b5f0645a22"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "8d6c9fb2971b4e88437e7f519b4a998f41a223ecf00b8ff056212a671a0c4c68"; + sha256_unsigned = "ebb829deca072712674121a5cbc8e5a839985d3859cdf0fa9cda40c03540bdf9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + model = "AM335x BeagleBone Black"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-omap-ti_am335x-evm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "7b1757a9d4fe00e6fa7ff201c4a4e9313b4e9030ee9ce08ffb1a90702d7c726b"; + sha256_unsigned = "c488134dd8208fe962d8b6b58a3c0e6ffb91f0bb65845d3d3896d65f8c9142b2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "37350173a6dd3104c8402313c47f63315453998b5c9ea1c71920e276bd356ff0"; + sha256_unsigned = "860516a51ccbac96f6e4bd015a4b4cc2ee99686ef5d86f3a42b788da503bfbcf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + model = "AM335x EVM"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-22.03.4-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "d956dd3fcf11e60bb6d43a12d65eac34fcf84fca58836b7b064fa926e133c36c"; + sha256_unsigned = "3821c7e68586a8154536a38dc5ab2e150fc96a708343e21edf695f5bfeac2817"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "d626c211d129d441aed74821eff412f003d8f5ca6755997ea55dc1d4e3966841"; + sha256_unsigned = "330660d078cc057c9f94b4848966975a7449613662a30d4ccac81f5bd4b6eebd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + model = "OMAP3 TI beagleboard"; + vendor = "BeagleBoard.org"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-22.03.4-omap-ti_omap4-panda"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "88a95d86a73ceaa53f3941fa87b155f02ece71c9446be493dcf4c7fbbfbf8f84"; + sha256_unsigned = "48a8bd81d3b443f52e507f8561e4db2806bc9fb8315a03f9add2c983ab61d68b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "9a51c4571c38da2a3741e83f02d74f92f31245b261bf782d94ae848dbd07831b"; + sha256_unsigned = "839742d468124956daf5e489a6abeee2147fc527709ece6dd086613e65e9cb5d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + model = "OMAP4 TI pandaboard"; + vendor = "PandaBoard.org"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "omap/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "fdisk" + "fstools" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mtd" + "netifd" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "cf9da51cfc26d6098d7fc2bd1aa557a35f49e6955fd1fd1d43bdb3bd7ccc2093"; + sha256_unsigned = "cf9da51cfc26d6098d7fc2bd1aa557a35f49e6955fd1fd1d43bdb3bd7ccc2093"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "3d656b9c875a0333c4ff1480293c8e00e02713e51fe8e6e7fc9e28da56371b74"; + sha256_unsigned = "65892b15ced09cff881806356277177b1bf550d804b3999f8132df98afe25f39"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "9f893470c79f65221d09d74526397b732e483ad289a0e4d9ef73149cde0583ab"; + sha256_unsigned = "59d63860cad9f57ff4679c01a4fa13879de99dea2c1f27e7883c60c5beb1b8fe"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "049b998213ef4d9ce7bc4f60b2c53b9cafb87e5b1206003851de724d0dd93a9d"; + sha256_unsigned = "049b998213ef4d9ce7bc4f60b2c53b9cafb87e5b1206003851de724d0dd93a9d"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-oxnas-ox820-akitio_mycloud-initramfs-uImage"; + sha256 = "46c3dfe2f227cfe4d42045493c1dad3f0d66684dfc2050e16fa7ca464eb2a7e4"; + sha256_unsigned = "46c3dfe2f227cfe4d42045493c1dad3f0d66684dfc2050e16fa7ca464eb2a7e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + model = "MyCloud Mini"; + vendor = "Akitio"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + ]; + image_prefix = "openwrt-22.03.4-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "7983080e9da49d28a0b4e2da11f2db2f2cf3aa3744b91a266d77794751e9b4a8"; + sha256_unsigned = "3097a200a506fc49e19c8d3b86f6654bbc883771114f896e943c26445564b8e3"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "d4f0eeef1f5fb211574e847be988521bff2155070083a08dbb1b27a23dcdd87e"; + sha256_unsigned = "d4f0eeef1f5fb211574e847be988521bff2155070083a08dbb1b27a23dcdd87e"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-oxnas-ox820-cloudengines_pogoplug-series-3-initramfs-uImage"; + sha256 = "41a4515f184e95469c6bf3b6a28661e62faea7827f6ff888aefd782e5d0b77f1"; + sha256_unsigned = "41a4515f184e95469c6bf3b6a28661e62faea7827f6ff888aefd782e5d0b77f1"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "bbfe78fbc9b978fd7290261842a28a74775ce4a013be7ef176c8d8fd7183dc16"; + sha256_unsigned = "339c11f57e3ddd62265eca3fb298b4b1b5d995524e23af64a2b5f2f295d00c96"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "3240a33ad5ce93d99b1184d6b15963b68baa41357d9fdaf3279878b69abe6cac"; + sha256_unsigned = "3240a33ad5ce93d99b1184d6b15963b68baa41357d9fdaf3279878b69abe6cac"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + model = "PogoPlug Series V3 (without mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "349b99c729f844b48103c23d5a6ef7a9bce5c5d82245d78702a234434155f22d"; + sha256_unsigned = "f36ef6eb92a255802789083377f756219428f6d7a493997f195e87ed7da281c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-oxnas-ox820-cloudengines_pogoplugpro-initramfs-uImage"; + sha256 = "c0871940a5299f605092fe87b5822c991a61516e67d4ec6b694a060bd92f573f"; + sha256_unsigned = "c0871940a5299f605092fe87b5822c991a61516e67d4ec6b694a060bd92f573f"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "edca8c6018dfbfb73d3ce0a69a6ea74b54d5fab4864547ab89933be7765afa62"; + sha256_unsigned = "428171a037f49299e0291fd34a9eb9abb909302f0ad147adebee76210d2ae6aa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "5d0b2fb87e25eb4764a4b4335711f0eee0ba682b138aa603358be024f7635e1d"; + sha256_unsigned = "5d0b2fb87e25eb4764a4b4335711f0eee0ba682b138aa603358be024f7635e1d"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "ec3ba0534452addffdf339af066bee98578bb7aee398fa7f6e87379295f675c0"; + sha256_unsigned = "ec3ba0534452addffdf339af066bee98578bb7aee398fa7f6e87379295f675c0"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + model = "PogoPlug Pro (with mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "864b08651ec2445399d0a24c7ead1989d8fea342666359cf22af14a8880aa008"; + sha256_unsigned = "3f20323d0f056299e97694b183c4bf4d9759300f5d4e420117568372b6184367"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-oxnas-ox820-mitrastar_stg-212-initramfs-uImage"; + sha256 = "3b614eb852754030db27ea35f19c0a4995014ea9af34077dc05dbb62a66175f5"; + sha256_unsigned = "3b614eb852754030db27ea35f19c0a4995014ea9af34077dc05dbb62a66175f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "7c9bcef9cc7add178ff0e219e01adfdd0d9ff40ed209ec2bbdcc2d112fc217ee"; + sha256_unsigned = "3d5d4f6a3728be24e64b6b4610e3db1a1d9434ad859c760988a33bd692be0d8a"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "eddd859e83e43e97045e512130573875d0916e63b34f8d100fd87ffdbae5540b"; + sha256_unsigned = "eddd859e83e43e97045e512130573875d0916e63b34f8d100fd87ffdbae5540b"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "61dbd15bffcca38bd58f4d788d76ec153179f972617963fed5f24190a6248ac1"; + sha256_unsigned = "61dbd15bffcca38bd58f4d788d76ec153179f972617963fed5f24190a6248ac1"; + type = "ubinized"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + model = "STG-212"; + vendor = "MitraStar"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-ata-oxnas-sata" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-22.03.4-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "1317e4aac1f1b9cb33d3b72f2c96e14efc14fb0cda527ea243f46c4a33ab3d96"; + sha256_unsigned = "3349c736a1bcc1755347f0df74a64adc1b653159d9fd2e78eb5c935326169634"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "5010308e1c090aaf7a14cd1deb81f9d60842bb13bcd10eb313ab373b32717aaa"; + sha256_unsigned = "654d1864d8686030cf08b8443936c7c67304f9bdea1ddd693eb62fe7fe15d12f"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.4-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "357da0872161bf86585cd7a35224f284b8591327d53c6df18492f6f23d93e30c"; + sha256_unsigned = "357da0872161bf86585cd7a35224f284b8591327d53c6df18492f6f23d93e30c"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-oxnas-ox820-shuttle_kd20-initramfs-uImage"; + sha256 = "9ccc10e6c669ebf21f30c1841a6a45056ac7ee3d0dd7c7dde55b10d9dd28e217"; + sha256_unsigned = "9ccc10e6c669ebf21f30c1841a6a45056ac7ee3d0dd7c7dde55b10d9dd28e217"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "52160ba649ec957da398ffce6fcf4deeb7b175b37476730b833705d5c82cc780"; + sha256_unsigned = "52160ba649ec957da398ffce6fcf4deeb7b175b37476730b833705d5c82cc780"; + type = "ubinized"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + model = "KD20"; + vendor = "Shuttle"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "oxnas/ox820"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + img_creator-ci40 = { + device_packages = [ + "kmod-tpm-i2c-infineon" + "kmod-ca8210" + "wpan-tools" + ]; + image_prefix = "openwrt-22.03.4-pistachio-img_creator-ci40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-pistachio-img_creator-ci40-squashfs-factory.ubi"; + sha256 = "d79281fe42abb7a250e43531a7dfb20f4f8ac3b2efbed9a72c3d0d660f8845c3"; + sha256_unsigned = "d79281fe42abb7a250e43531a7dfb20f4f8ac3b2efbed9a72c3d0d660f8845c3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-pistachio-img_creator-ci40-squashfs-sysupgrade.tar"; + sha256 = "7e0ff3a1cf2b9c020c12c81a44c6045ee92f5d9bdc0813e909e7de27bc4c99ed"; + sha256_unsigned = "7e0ff3a1cf2b9c020c12c81a44c6045ee92f5d9bdc0813e909e7de27bc4c99ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "img,creator-ci40" + ]; + titles = [ + { + model = "Creator Ci40 (VL-62899)"; + vendor = "Imagination Technologies"; + } + { + model = "Marduk board"; + vendor = "Imagination Technologies"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "pistachio/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aigale_ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-aigale_ai-br100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-aigale_ai-br100-initramfs-kernel.bin"; + sha256 = "90cb06a1190eea2ff05e86217632fdb60224e6a81151ed2eb3a1f0a76a96cff0"; + sha256_unsigned = "90cb06a1190eea2ff05e86217632fdb60224e6a81151ed2eb3a1f0a76a96cff0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-aigale_ai-br100-squashfs-sysupgrade.bin"; + sha256 = "7b1552b0d920e6a0a4b026038859961e491dec2129dcb47238f057368d74b6d6"; + sha256_unsigned = "4df63e1fb339a8c8616ced973a240e3f251c5cef2c9415890e63e66931a4c1a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aigale,ai-br100" + "ai-br100" + ]; + titles = [ + { + model = "Ai-BR100"; + vendor = "Aigale"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-alfa-network_ac1200rm-initramfs-kernel.bin"; + sha256 = "bffdd26a049a094b8fedd20106764efe6372fa17aafddb3642519f29630f245f"; + sha256_unsigned = "bffdd26a049a094b8fedd20106764efe6372fa17aafddb3642519f29630f245f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "7afc2c78d81e66390de754e1a039c3bf88f7a74678ca1a092e40cc2fccf0a2a5"; + sha256_unsigned = "cf4d8025688b9b1315159f3a4f0c175041885eba880626b62ec9a2647dfc6110"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + "ac1200rm" + ]; + titles = [ + { + model = "AC1200RM"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-alfa-network_r36m-e4g-initramfs-kernel.bin"; + sha256 = "e6250c7a8d60dec37cfc899624a4e8bf347d307960e52c2ed9e4e03a768c1f09"; + sha256_unsigned = "e6250c7a8d60dec37cfc899624a4e8bf347d307960e52c2ed9e4e03a768c1f09"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "9d72a9b870c4e7e567459ce8af1836f74f4db95fd8d356522b718d3eee37f80d"; + sha256_unsigned = "a4ef38d508db13c7fded1fcc57e761060ad1ad2c8e6f34edfeffc95a2da29aef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + "r36m-e4g" + ]; + titles = [ + { + model = "R36M-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-alfa-network_tube-e4g-initramfs-kernel.bin"; + sha256 = "ea0b68f84479eac54cdd684280f8ef6b3d49f7e1e6b3428604798704a577bedd"; + sha256_unsigned = "ea0b68f84479eac54cdd684280f8ef6b3d49f7e1e6b3428604798704a577bedd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "f674943fb4cb8982c08bb72cfc6264044f7d0462c0f150ab500849aed058ca9d"; + sha256_unsigned = "01f8d414c81fb38b136b5f4672c9891f9bbb75a35c8824b150364178cced8fd0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + "tube-e4g" + ]; + titles = [ + { + model = "Tube-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-asus_rp-n53"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-asus_rp-n53-initramfs-kernel.bin"; + sha256 = "2ac99ec0e9d56db8bdfc1c04ebd17b84f725489d0c03d73677ee6c4c4c37eded"; + sha256_unsigned = "2ac99ec0e9d56db8bdfc1c04ebd17b84f725489d0c03d73677ee6c4c4c37eded"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-asus_rp-n53-squashfs-sysupgrade.bin"; + sha256 = "f44ea59b6710ecfe93adae443178c566021fd948ab2d11a637b80613d9a3790c"; + sha256_unsigned = "22ea564b6196bac32f8f051508d7b90e5999ef2ef180760457029b040d74f619"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rp-n53" + "rp-n53" + ]; + titles = [ + { + model = "RP-N53"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-asus_rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-asus_rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "280e0f030287ecfc9d867e9d7418eb9ec17b1d871667098d645b795c624afbc0"; + sha256_unsigned = "9319e4e0f29447f2a86bed53381ab856b23fa273d331816d34f1e180e945ff52"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-asus_rt-ac51u-initramfs-kernel.bin"; + sha256 = "2f2174dfa05c921b0a221a04448c52c88a242a3fca78b529aadf6ab7f581f00d"; + sha256_unsigned = "2f2174dfa05c921b0a221a04448c52c88a242a3fca78b529aadf6ab7f581f00d"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac51u" + "rt-ac51u" + ]; + titles = [ + { + model = "RT-AC51U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac54u = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-asus_rt-ac54u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-asus_rt-ac54u-initramfs-kernel.bin"; + sha256 = "e1ca9616c5dbaa17aaad145a867ca82a6c9d4afc8f2c37e97bb8b260b4662f1d"; + sha256_unsigned = "e1ca9616c5dbaa17aaad145a867ca82a6c9d4afc8f2c37e97bb8b260b4662f1d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-asus_rt-ac54u-squashfs-sysupgrade.bin"; + sha256 = "d6a0e3a906472cc61ce2a23e9886e5a08481a960010b6ba3aa7866fcfe66a831"; + sha256_unsigned = "1bd40e516c972bca967bf2b107e6ea1297a266f84ee8c77919fabb079e357a75"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac54u" + ]; + titles = [ + { + model = "RT-AC54U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-asus_rt-n12p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-asus_rt-n12p-initramfs-kernel.bin"; + sha256 = "b835cf9ebf2b356739c75274efdc1fba88e9be1048c6902088d4f565d95a7746"; + sha256_unsigned = "b835cf9ebf2b356739c75274efdc1fba88e9be1048c6902088d4f565d95a7746"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-asus_rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "84178f3d1384da820c5e774f3a3fa2f1994c2149e174abc0acfa26564a9a0b9b"; + sha256_unsigned = "163e009e01a1dbabb77c403a479568f364b211e1654d259eeaef82c6a9c00f38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n12p" + "rt-n12p" + ]; + titles = [ + { + model = "RT-N11P/RT-N12+/RT-N12Eb1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-asus_rt-n14u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-asus_rt-n14u-initramfs-kernel.bin"; + sha256 = "bd989678b95cd2fd5f22adf9fe39e854f2abc66f2e3b148e74f1f276094c8c58"; + sha256_unsigned = "bd989678b95cd2fd5f22adf9fe39e854f2abc66f2e3b148e74f1f276094c8c58"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-asus_rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "d53b101f09a295ce523754974babad35bb58a4e4ce7dd92a9b43d2e3d8483f2e"; + sha256_unsigned = "1e0acbccef332f492e683ca60c68f0984aac3d2731578ba07bc95beb531723f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n14u" + "rt-n14u" + ]; + titles = [ + { + model = "RT-N14u"; + vendor = "Asus"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-bdcom_wap2100-sk-initramfs-kernel.bin"; + sha256 = "0f3c5f5cec77e7c153a4271912195c1ff142780e900fe8d95fb3627e1853eca5"; + sha256_unsigned = "0f3c5f5cec77e7c153a4271912195c1ff142780e900fe8d95fb3627e1853eca5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "41aee81b3e190fd609dcd8b81ec905537c1541c94e6c77833024a5cdf2fbc1cf"; + sha256_unsigned = "690a2862fa13d2affe53d3df176f1c97e83978855ce00151b1596c126df91933"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + model = "WAP2100-SK (ZTE ZXECS EBG3130)"; + vendor = "BDCOM"; + } + ]; + }; + buffalo_whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-buffalo_whr-1166d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-buffalo_whr-1166d-initramfs-kernel.bin"; + sha256 = "68d76d8fcce809f895315963a89ca9ae1c1fad40f008547d8bd683f7ced4d22e"; + sha256_unsigned = "68d76d8fcce809f895315963a89ca9ae1c1fad40f008547d8bd683f7ced4d22e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-buffalo_whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "ff7243c7de6bf44adc73ccff0428d1f3f371102cbd6cb957ccdf9cbb29204d04"; + sha256_unsigned = "21a5ca13b2597e4c701754dac1444f605f0995e01b668a456c3778bd1c23a7c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-1166d" + "whr-1166d" + ]; + titles = [ + { + model = "WHR-1166D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-buffalo_whr-300hp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-buffalo_whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "5f6b31354316127aafd3945fd329a606023caf69c87b3b1aeb81e13ba1353156"; + sha256_unsigned = "d4fce5a8aa74d0701f76e8706e0af3caca8ea515e5b95b6b53022c11179d56b4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-buffalo_whr-300hp2-initramfs-kernel.bin"; + sha256 = "494f22ad090e6eb714d6ce361b25c33def1736e400fa17c8c4798f58dfcdbcec"; + sha256_unsigned = "494f22ad090e6eb714d6ce361b25c33def1736e400fa17c8c4798f58dfcdbcec"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-300hp2" + "whr-300hp2" + ]; + titles = [ + { + model = "WHR-300HP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-buffalo_whr-600d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-buffalo_whr-600d-squashfs-sysupgrade.bin"; + sha256 = "613afc66b2288e330b7f3c0332e5dc3c9eafcfbbb57ce67fef03e2acc0f5a307"; + sha256_unsigned = "6bc01f38640b3686d222ea763f8429a9e922606572ad3aab4fb10af01cd39522"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-buffalo_whr-600d-initramfs-kernel.bin"; + sha256 = "11d1570401d1833116604d9df96902a967c8b347e9bc3b3ed1a242ca5c7453bf"; + sha256_unsigned = "11d1570401d1833116604d9df96902a967c8b347e9bc3b3ed1a242ca5c7453bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-600d" + "whr-600d" + ]; + titles = [ + { + model = "WHR-600D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-buffalo_wmr-300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-buffalo_wmr-300-squashfs-sysupgrade.bin"; + sha256 = "44db98b70ea71d738bdcedaa2943365eada8d57c2b9dc610b2368bfb4776efd9"; + sha256_unsigned = "8074002f815580659cfd4cc275654916c33328d6d10588f809237b07f582583b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-buffalo_wmr-300-initramfs-kernel.bin"; + sha256 = "02ee290c2e34734e6c4571a425f58fab621755d3b9ab698965a15030b25801d2"; + sha256_unsigned = "02ee290c2e34734e6c4571a425f58fab621755d3b9ab698965a15030b25801d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wmr-300" + "wmr-300" + ]; + titles = [ + { + model = "WMR-300"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-comfast_cf-wr800n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-comfast_cf-wr800n-initramfs-kernel.bin"; + sha256 = "ea7fca51ed5190f96a74eef4e2b40c78b6930dfe1ea0f18659aee907e40ae47b"; + sha256_unsigned = "ea7fca51ed5190f96a74eef4e2b40c78b6930dfe1ea0f18659aee907e40ae47b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-comfast_cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "d6f21d4154428f05cbea5b5df77a5f43d275789e7a89410a9c2414995cb8ce9f"; + sha256_unsigned = "05e0e225b3dfff8feffef385f02a6194b495efe191eb80b3cdd8583e0d06c524"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr800n" + "cf-wr800n" + ]; + titles = [ + { + model = "CF-WR800N"; + vendor = "Comfast"; + } + ]; + }; + dlink_dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-dlink_dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dch-m225-squashfs-sysupgrade.bin"; + sha256 = "81543e347afb159f60211c1d18a133b2305136b99b0c2732dbd3e193b8a865b6"; + sha256_unsigned = "b1b56d54c3df13571412d0060b15eebfe05ac20b2a6d84bbfd16342b18c398a8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dch-m225-initramfs-kernel.bin"; + sha256 = "c90a0b14916de49e9e615b29253c381986b9dfadcad643a8d71e83f9bf641c0d"; + sha256_unsigned = "c90a0b14916de49e9e615b29253c381986b9dfadcad643a8d71e83f9bf641c0d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dch-m225-squashfs-factory.bin"; + sha256 = "5e24f1533fab46f21c49d0a61ae3be6992f67e0874dfa87a7f924235ef231120"; + sha256_unsigned = "5e24f1533fab46f21c49d0a61ae3be6992f67e0874dfa87a7f924235ef231120"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dch-m225" + "dch-m225" + ]; + titles = [ + { + model = "DCH-M225"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dir-510l-initramfs-kernel.bin"; + sha256 = "4e97e3316afa31438d283ca7185be7727f16503e19a7e7ce772029b8301c10d9"; + sha256_unsigned = "4e97e3316afa31438d283ca7185be7727f16503e19a7e7ce772029b8301c10d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "3394cc32ac00d85e47bc44c5e4c29acabe2de1349995b08268fae986ae046110"; + sha256_unsigned = "3394cc32ac00d85e47bc44c5e4c29acabe2de1349995b08268fae986ae046110"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "133ce19e6f324e300e6dcce3cc2f6acd6aa2938d93a23e7547c1bd01be833b6b"; + sha256_unsigned = "226c4ef7dd6342ce7a63d874666a2696f964198436383a1887aef32b91db7f60"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + model = "DIR-510L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-dlink_dir-810l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dir-810l-squashfs-sysupgrade.bin"; + sha256 = "3219a38700e60150b018fb2e21214ad43a6c874cd6798773bcaa1a7698eeab97"; + sha256_unsigned = "585e9f1b19bf2560e99a80ef8398e9bf468664699d0919edf43a58ef70577409"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dir-810l-initramfs-kernel.bin"; + sha256 = "3ddf99f19ae7c2135dee3bfac50bd7b36c89f7f6cab0ce28ef43462101251948"; + sha256_unsigned = "3ddf99f19ae7c2135dee3bfac50bd7b36c89f7f6cab0ce28ef43462101251948"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-810l" + "dir-810l" + ]; + titles = [ + { + model = "DIR-810L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "a48bad30a08f33a6ce9c490333b12292740cd6927d6ac84be5532be249f93d7c"; + sha256_unsigned = "c472b3ee325a276827704daf78c21bdeaf10434985ebec4ef9319a9280f52fbc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "776fa92ff77aca0fd03c09bcf7ce9f5b29f45550a1dd0679e13e0482bd239a38"; + sha256_unsigned = "776fa92ff77aca0fd03c09bcf7ce9f5b29f45550a1dd0679e13e0482bd239a38"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-116-a1-initramfs-kernel.bin"; + sha256 = "62f8060c550c6634d95579092c0e5cb00f25d593065abb8b19517f5bd358c51a"; + sha256_unsigned = "62f8060c550c6634d95579092c0e5cb00f25d593065abb8b19517f5bd358c51a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + model = "DWR-116"; + variant = "A1/A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "f05fd65f92a202616f632b1de31263220d010533372eaf79641e864a34749c7f"; + sha256_unsigned = "ec6d0ab02a42837e33f14e6b30880e63dd67aa05caebb66ef261965812e22562"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "c97f6aa6d8bc726cd37f9baf524dd508c0a4abb9f5f9b5438ae8668f7ad9918c"; + sha256_unsigned = "c97f6aa6d8bc726cd37f9baf524dd508c0a4abb9f5f9b5438ae8668f7ad9918c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-118-a1-initramfs-kernel.bin"; + sha256 = "695cbff98b1700d8cbacbeee4932f890c984257d93c1509aa4cab126bb777fab"; + sha256_unsigned = "695cbff98b1700d8cbacbeee4932f890c984257d93c1509aa4cab126bb777fab"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "fddb0dae9374ec16e72d551d1b93b06f68f74c5cc65f0fdf9dcace058e672d95"; + sha256_unsigned = "72de60e35a81fcd2281b50ea37063fb82f42eafa2ed9de50ca0c21dd1aceda13"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-118-a2-initramfs-kernel.bin"; + sha256 = "4d13fde49ecf49e6c4a17df797ac9aa1854256e059cda4c8adf4dba9ba02a947"; + sha256_unsigned = "4d13fde49ecf49e6c4a17df797ac9aa1854256e059cda4c8adf4dba9ba02a947"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "9d6a196eb6b48095fc3dc05d403d47d6e9006ff3f10b94523d155c75052c30c1"; + sha256_unsigned = "9d6a196eb6b48095fc3dc05d403d47d6e9006ff3f10b94523d155c75052c30c1"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "166be7f722b94dff6935a6e3eda76e71c3762be0479c1f14a131f29884fa79a8"; + sha256_unsigned = "c493ccff0c44b1684425bb584e26726e476ec4ef1115e26718a874600fb2eec8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "a74948b5e3ef9fd87a8e26ddb431e47b461a284eeceb0fdc176c7e8626d23317"; + sha256_unsigned = "a74948b5e3ef9fd87a8e26ddb431e47b461a284eeceb0fdc176c7e8626d23317"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-921-c1-initramfs-kernel.bin"; + sha256 = "447a7af37ab14b2377ce345ae2d16ca6bf8868503bd47adaa6ed94a90c66aea8"; + sha256_unsigned = "447a7af37ab14b2377ce345ae2d16ca6bf8868503bd47adaa6ed94a90c66aea8"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "d9ef0096e9e9d52d870c612f1744627691eb2d3c0459075ece3a33e7c0d9b6dc"; + sha256_unsigned = "708756057deaeb38efd1c5ba7908ab6c0e8c82700328186e5c737f3fb5f029c8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "a5c7c76e6b01b489f8f85ec90a10748c3d028b75a82699b658d650970315c4ec"; + sha256_unsigned = "a5c7c76e6b01b489f8f85ec90a10748c3d028b75a82699b658d650970315c4ec"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-921-c3-initramfs-kernel.bin"; + sha256 = "447a7af37ab14b2377ce345ae2d16ca6bf8868503bd47adaa6ed94a90c66aea8"; + sha256_unsigned = "447a7af37ab14b2377ce345ae2d16ca6bf8868503bd47adaa6ed94a90c66aea8"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "c314456afb604ce87dd239a558e4e8e6277af9a635f2455e00f67e728c6e6c81"; + sha256_unsigned = "751f9b7bbea53c529e4bb66a6bbfe0bff4f7f395075e3b29eeba52887ffa1f03"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "e9ad513e03d5174f0309f83382f3f3106919394b3fc47c470c33ecde9eebf0b6"; + sha256_unsigned = "e9ad513e03d5174f0309f83382f3f3106919394b3fc47c470c33ecde9eebf0b6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-922-e2-initramfs-kernel.bin"; + sha256 = "264d42ff33ba61c9ff34187b58e86fdb499fb661f03073b1ffbf200585387130"; + sha256_unsigned = "264d42ff33ba61c9ff34187b58e86fdb499fb661f03073b1ffbf200585387130"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + model = "DWR-922"; + variant = "E2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-960 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-960"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-960-squashfs-sysupgrade.bin"; + sha256 = "4aa22cdb51934e71a06c9005e309be965f9f7715288b474efb5e3b7c0f0ab998"; + sha256_unsigned = "109d505956447f729ffb811b806047635bb05f53b5251e563451c9285280e70f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-960-squashfs-factory.bin"; + sha256 = "da19a90a8edf583db5064b98c1516e9a964275028060cdd4181d1997ea2947c0"; + sha256_unsigned = "da19a90a8edf583db5064b98c1516e9a964275028060cdd4181d1997ea2947c0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-960-initramfs-kernel.bin"; + sha256 = "c744498478c43173ba528a40e645bea1b364c69a22d39378a24c595ff9581bf9"; + sha256_unsigned = "c744498478c43173ba528a40e645bea1b364c69a22d39378a24c595ff9581bf9"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-960" + ]; + titles = [ + { + model = "DWR-960"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-961-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-961-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-961-a1-squashfs-sysupgrade.bin"; + sha256 = "e43e12c41543daa0f963b3ab16d29b43700eba3410733992ef27934449714063"; + sha256_unsigned = "431c340d84da2f8940b891840129e12da298bfc2c0af98ff5cb32e70211a4649"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-961-a1-initramfs-kernel.bin"; + sha256 = "41308bb363244a5b1bb55220dd1d6491a784829068260f2b9daa0ef08fff18fd"; + sha256_unsigned = "41308bb363244a5b1bb55220dd1d6491a784829068260f2b9daa0ef08fff18fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dlink_dwr-961-a1-squashfs-factory.bin"; + sha256 = "93c87e6fb8f30692ffd5b6ff95a948d72541c78808ffe607be0132ecfe4aa54b"; + sha256_unsigned = "93c87e6fb8f30692ffd5b6ff95a948d72541c78808ffe607be0132ecfe4aa54b"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-961-a1" + ]; + titles = [ + { + model = "DWR-961"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + domywifi_dm202 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-domywifi_dm202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-domywifi_dm202-squashfs-sysupgrade.bin"; + sha256 = "a9a6273666c890e5ee09d62d1f98c1024b05cc6f4d0c72d31fbddfd3a69a9c4b"; + sha256_unsigned = "b57e124ed79a4d64b5b44b2728a18bbf2d594295d950b5f1baea1c02fd5cea71"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-domywifi_dm202-initramfs-kernel.bin"; + sha256 = "2c4f94ab7566e83755bc6d9a1c02918382c3af878a69e9df198fb10c877373cd"; + sha256_unsigned = "2c4f94ab7566e83755bc6d9a1c02918382c3af878a69e9df198fb10c877373cd"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dm202" + ]; + titles = [ + { + model = "DM202"; + vendor = "DomyWifi"; + } + ]; + }; + domywifi_dm203 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-domywifi_dm203"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-domywifi_dm203-squashfs-sysupgrade.bin"; + sha256 = "beb3a14ff62ba661591db357291fcf97861f695eca6de2139300423e84a3707e"; + sha256_unsigned = "eb7651f289ba70ff83882b3b692e272ed9fe4f7a6ed934de6ce2c56afd47dc82"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-domywifi_dm203-initramfs-kernel.bin"; + sha256 = "69f9c09d06db107923a80655823d9147abe3fd29e0b26ae407ccd31d09b3340e"; + sha256_unsigned = "69f9c09d06db107923a80655823d9147abe3fd29e0b26ae407ccd31d09b3340e"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dm203" + ]; + titles = [ + { + model = "DM203"; + vendor = "DomyWifi"; + } + ]; + }; + domywifi_dw22d = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-domywifi_dw22d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-domywifi_dw22d-squashfs-sysupgrade.bin"; + sha256 = "3a97ab621d1a1f697e9d911943e9b41ac5141d5bfbf0d1187bfe97ffa1627f08"; + sha256_unsigned = "47f16515fd59cbaeeda95bb1e7db8722cd09d21c0d2c7e63966b89a589650816"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-domywifi_dw22d-initramfs-kernel.bin"; + sha256 = "445b164c0b6e34fd5c5112dd09f52432ebd34521ffd0f7e7a6dbc750d8ff1177"; + sha256_unsigned = "445b164c0b6e34fd5c5112dd09f52432ebd34521ffd0f7e7a6dbc750d8ff1177"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dw22d" + ]; + titles = [ + { + model = "DW22D"; + vendor = "DomyWifi"; + } + ]; + }; + dovado_tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-dovado_tiny-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-dovado_tiny-ac-initramfs-kernel.bin"; + sha256 = "474752138218e1f1b9c9da018254a15b45ff6418365f1a8aab68b8a3f3dcc6de"; + sha256_unsigned = "474752138218e1f1b9c9da018254a15b45ff6418365f1a8aab68b8a3f3dcc6de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-dovado_tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "94e4b74f66e3da0db6cd7b3559046b7002952c2818b7a9538b77ccfe0cab712d"; + sha256_unsigned = "4d027fc25d5f933870543e8960ac5d257bffee0e217024668aba6d0f8fc4a562"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dovado,tiny-ac" + "tiny-ac" + ]; + titles = [ + { + model = "Tiny AC"; + vendor = "Dovado"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "b254fdd3f3cf25d35f6babf12dcc976daade6a53c2d1bb0a29b51dcd9a551159"; + sha256_unsigned = "ffa9f3ded78cfcf9281534cc04cf57bd70c15ef016d9c982ff84afb085cc8269"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-edimax_br-6478ac-v2-initramfs-kernel.bin"; + sha256 = "6e5951cce4e3eb30d804bba4f1f2101c72fa2ba46e5cfa502f93d2d64f2d2745"; + sha256_unsigned = "6e5951cce4e3eb30d804bba4f1f2101c72fa2ba46e5cfa502f93d2d64f2d2745"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + model = "BR-6478AC"; + variant = "V2"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7476rpc = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-edimax_ew-7476rpc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-edimax_ew-7476rpc-initramfs-kernel.bin"; + sha256 = "cfdc30cf90e82b523ec9e1bc3433d4ab7d0e0b8debfee24795253d7f7e9df5f0"; + sha256_unsigned = "cfdc30cf90e82b523ec9e1bc3433d4ab7d0e0b8debfee24795253d7f7e9df5f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-edimax_ew-7476rpc-squashfs-sysupgrade.bin"; + sha256 = "81f069529c5275cd6d6b9c4108e7ed7f1d62ae6ee70641b92c12498282a4360e"; + sha256_unsigned = "3f30fd8abd001f66589e4c940156b9aeef80234c20f387254b6347885e39ca3a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7476rpc" + ]; + titles = [ + { + model = "EW-7476RPC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478ac = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-edimax_ew-7478ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-edimax_ew-7478ac-initramfs-kernel.bin"; + sha256 = "3b413c347a6016f002410ee73d10b19203cbe7f20d8d6e701fa3c9d98392be62"; + sha256_unsigned = "3b413c347a6016f002410ee73d10b19203cbe7f20d8d6e701fa3c9d98392be62"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-edimax_ew-7478ac-squashfs-sysupgrade.bin"; + sha256 = "0b4d2bfc8232178619876bf02e6d3980c47ed76901a02a9000f0c97f7bcf26d0"; + sha256_unsigned = "a0f35c10ac7abbe889c89c2f0c5638bdba1b878b8c73636dd3501fa6109c08ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7478ac" + ]; + titles = [ + { + model = "EW-7478AC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478apc = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-edimax_ew-7478apc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-edimax_ew-7478apc-squashfs-sysupgrade.bin"; + sha256 = "5db89cdfe63bf5fbb94006aeb7d10f4ed9943a981e33210c5842f9794877c441"; + sha256_unsigned = "66e97d3f3a32bf217ffcef971efb61d506ff218cd09a699a4efbc3686ce72e4c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-edimax_ew-7478apc-initramfs-kernel.bin"; + sha256 = "c4df97e4b741fb9c02a89352ceeb46431162c41f1db4b837960b2bd630ce2326"; + sha256_unsigned = "c4df97e4b741fb9c02a89352ceeb46431162c41f1db4b837960b2bd630ce2326"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478apc" + ]; + titles = [ + { + model = "EW-7478APC"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-elecom_wrh-300cr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-elecom_wrh-300cr-initramfs-kernel.bin"; + sha256 = "059db6ac2c4f4741f39ee5fc98fa1bc6b9027bfc5ed6056f17cc3961d139bd35"; + sha256_unsigned = "059db6ac2c4f4741f39ee5fc98fa1bc6b9027bfc5ed6056f17cc3961d139bd35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-elecom_wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "db0da0e5fafb4939bb0e285c0c0330fb4288f6e1e4d0c7014bebe87d8657a2f9"; + sha256_unsigned = "9c772a56bfc690da7afb2eef3a0c253e6544a7dd0b56a887642332ef0760493b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-elecom_wrh-300cr-squashfs-factory.bin"; + sha256 = "c08d7742808bd535c7f8e8a5513b16b8e460987993a209e89fd6c01e718d0d14"; + sha256_unsigned = "c08d7742808bd535c7f8e8a5513b16b8e460987993a209e89fd6c01e718d0d14"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrh-300cr" + "wrh-300cr" + ]; + titles = [ + { + model = "WRH-300CR"; + vendor = "Elecom"; + } + ]; + }; + engenius_esr600 = { + device_packages = [ + "kmod-rt2800-pci" + "kmod-usb-storage" + "kmod-usb-ohci" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-engenius_esr600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-engenius_esr600-squashfs-sysupgrade.bin"; + sha256 = "c1cb8728533973a22d3d19ee0f42624ff1a7017b3232806b26b5f4462b5a3ee8"; + sha256_unsigned = "5bd0025c67032ca91ef4deda6a79e042d85196d3c044072a2be4930983f07bd6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-engenius_esr600-squashfs-factory.dlf"; + sha256 = "f4873521188e6066f96fdce372d9cdb1435c5a3e7cfb6a44d647798e7ffa355d"; + sha256_unsigned = "f4873521188e6066f96fdce372d9cdb1435c5a3e7cfb6a44d647798e7ffa355d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-engenius_esr600-initramfs-kernel.bin"; + sha256 = "2771b77a71a1e3769e8ff429b7e37be7504aa0724f2df9265428c05db766a356"; + sha256_unsigned = "2771b77a71a1e3769e8ff429b7e37be7504aa0724f2df9265428c05db766a356"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,esr600" + ]; + titles = [ + { + model = "ESR600"; + vendor = "EnGenius"; + } + ]; + }; + fon_fon2601 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-fon_fon2601"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-fon_fon2601-initramfs-kernel.bin"; + sha256 = "fc018cf49586d3b84a712e08b4d7e5d696d8cec8fe0edcfd0a1a6c92523f0e84"; + sha256_unsigned = "fc018cf49586d3b84a712e08b4d7e5d696d8cec8fe0edcfd0a1a6c92523f0e84"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-fon_fon2601-squashfs-sysupgrade.bin"; + sha256 = "491e26404209af805fe47b62e845fdffcc16426014fe44ac03442424cbc179c4"; + sha256_unsigned = "23099f340c8772898d453f3cd05e9bc8783252eb7a82ffb7632c61434a44fc09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fon,fon2601" + ]; + titles = [ + { + model = "FON2601"; + vendor = "Fon"; + } + ]; + }; + glinet_gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-glinet_gl-mt300a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "a18215a1a55674f671845eaac77192457392f765409f43b55d2e081a4dfff6f3"; + sha256_unsigned = "82391e4769d3ee278428987fcd65f1a5890970a14909748b5ac16d436d0752fa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-glinet_gl-mt300a-initramfs-kernel.bin"; + sha256 = "28c2bfee3f7fadb291405ed802606f328790de1802a687a12b918f622dfa5f71"; + sha256_unsigned = "28c2bfee3f7fadb291405ed802606f328790de1802a687a12b918f622dfa5f71"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300a" + "gl-mt300a" + ]; + titles = [ + { + model = "GL-MT300A"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-glinet_gl-mt300n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-glinet_gl-mt300n-initramfs-kernel.bin"; + sha256 = "35cb55f6548984e1ce5c4002f4553d4c78ad6844eef5d1adaa5478a0219c982a"; + sha256_unsigned = "35cb55f6548984e1ce5c4002f4553d4c78ad6844eef5d1adaa5478a0219c982a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-glinet_gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "a997d0a3a958776ed33fb896acd824fc178650b7111da89f00c18aa3814b1a0e"; + sha256_unsigned = "5cce84bcf479d0dd353f6345574a0dafa83953b9db7570a1ea8de2c956e0be58"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n" + "gl-mt300n" + ]; + titles = [ + { + model = "GL-MT300N"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-glinet_gl-mt750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "bf9907d4fe6bb181d6a98d9a20381db276b8cf96a4f94067e6f3ac479eac91db"; + sha256_unsigned = "f9aa5e9aca9a8a0eb45f8a09a3c56884c7b38716acc563d3359433f5d3034a50"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-glinet_gl-mt750-initramfs-kernel.bin"; + sha256 = "6ec25f6fd58187e36290e6eb74bce938c547b74a41018750fbf3c821313239ba"; + sha256_unsigned = "6ec25f6fd58187e36290e6eb74bce938c547b74a41018750fbf3c821313239ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt750" + "gl-mt750" + ]; + titles = [ + { + model = "GL-MT750"; + vendor = "GL.iNet"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-head-weblink_hdrm200-initramfs-kernel.bin"; + sha256 = "e6967d857a97c36b7dc66e565baedf3d3482ce85a82629dc92b179c50c164117"; + sha256_unsigned = "e6967d857a97c36b7dc66e565baedf3d3482ce85a82629dc92b179c50c164117"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "4735cd6f020da5005fee66af63969ccb5671c897e7663585345e224eb8cc39b6"; + sha256_unsigned = "176e5a5a608e9349bbeeb0b91de77a73176727b6448ae08fba7de03e98e3d356"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + model = "HDRM2000"; + vendor = "Head Weblink"; + } + ]; + }; + hiwifi_hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-hiwifi_hc5661"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-hiwifi_hc5661-initramfs-kernel.bin"; + sha256 = "7aba24ee16c463fbbb1041cfd579505342cbe16c726508d82f71e987a2fceb7c"; + sha256_unsigned = "7aba24ee16c463fbbb1041cfd579505342cbe16c726508d82f71e987a2fceb7c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"; + sha256 = "945e49439d2130772f55f9400d2bc04c4388eaae64b605d9a055e498236e8b1d"; + sha256_unsigned = "9fbdc50040fefd2d753991603e488f167c44289b8740b3ee778e529f69483976"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5661" + "hc5661" + ]; + titles = [ + { + model = "HC5661"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-hiwifi_hc5761"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"; + sha256 = "1dd2be2b7ca90a2ee9de3ad4ddf932fd3ac2e6fe9eebd85be065e6f82666d7b6"; + sha256_unsigned = "e99c9cfb5a34262f047f46766e3c77272df91f3bb4c740b12027d77dde36c443"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-hiwifi_hc5761-initramfs-kernel.bin"; + sha256 = "e269c01dc1db787ebbba6a9f65e81bbf17449322a33aaa34507bd62159c392bb"; + sha256_unsigned = "e269c01dc1db787ebbba6a9f65e81bbf17449322a33aaa34507bd62159c392bb"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5761" + "hc5761" + ]; + titles = [ + { + model = "HC5761"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-hiwifi_hc5861"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-hiwifi_hc5861-initramfs-kernel.bin"; + sha256 = "069e1f98efd5c14fb0b2492ff741940a2f46abc4674092f781aafbacb8c60be4"; + sha256_unsigned = "069e1f98efd5c14fb0b2492ff741940a2f46abc4674092f781aafbacb8c60be4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"; + sha256 = "ff984ebadc969d6677fd8d9e854541fbfa8fcaa9f3d44fe774ca581fc56eec27"; + sha256_unsigned = "3b6c0967170421562c04afecb01b3099c5f454c5a746a01e817c05ca2effc595"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861" + "hc5861" + ]; + titles = [ + { + model = "HC5861"; + vendor = "HiWiFi"; + } + ]; + }; + hnet_c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-hnet_c108"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-hnet_c108-initramfs-kernel.bin"; + sha256 = "a31d609476a983beb96cf0dc48a675e2c62d4f78d6172e11d2c031eb99620f3c"; + sha256_unsigned = "a31d609476a983beb96cf0dc48a675e2c62d4f78d6172e11d2c031eb99620f3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-hnet_c108-squashfs-sysupgrade.bin"; + sha256 = "958b37688063488715d8fd5874a50ef6db3e0013b764186410b6abf43b47c68f"; + sha256_unsigned = "798ce764e13036b506503dd29172ddebe6e0107e740e432585e142b2346778b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hnet,c108" + "c108" + ]; + titles = [ + { + model = "C108"; + vendor = "HNET"; + } + ]; + }; + hootoo_ht-tm05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-hootoo_ht-tm05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-hootoo_ht-tm05-squashfs-rootfs.bin"; + sha256 = "1178daf8927a5a6cdbaf50045f760fab95578683eb43bdd9e425aa0125e3e980"; + sha256_unsigned = "1178daf8927a5a6cdbaf50045f760fab95578683eb43bdd9e425aa0125e3e980"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-hootoo_ht-tm05-squashfs-kernel.bin"; + sha256 = "452ea05eb9087baa65ff8fced41e433fa4fd81d9b3a0597fc502856564438fff"; + sha256_unsigned = "452ea05eb9087baa65ff8fced41e433fa4fd81d9b3a0597fc502856564438fff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-hootoo_ht-tm05-squashfs-sysupgrade.bin"; + sha256 = "8788c110b54098d96ee55dd6b6857cab5636bac2212ae88c4020dd49cd9a1d51"; + sha256_unsigned = "21193dc35fa83f2bf1559b6d3a00ea704bdecc5ca46081dad2711ae7cea9c01b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-hootoo_ht-tm05-initramfs-kernel.bin"; + sha256 = "b10f3d6849dfe3db204a116c67f0e4bf965d8bafef4e4e5d6a6e8df35bee202d"; + sha256_unsigned = "b10f3d6849dfe3db204a116c67f0e4bf965d8bafef4e4e5d6a6e8df35bee202d"; + type = "kernel"; + } + ]; + supported_devices = [ + "hootoo,ht-tm05" + ]; + titles = [ + { + model = "HT-TM05"; + vendor = "HooToo"; + } + ]; + }; + humax_e2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-humax_e2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-humax_e2-initramfs-kernel.bin"; + sha256 = "82d162af9e697140aa72333fc359d0653c88eab990e3bc6344a9a40d9bfe7fba"; + sha256_unsigned = "82d162af9e697140aa72333fc359d0653c88eab990e3bc6344a9a40d9bfe7fba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-humax_e2-squashfs-sysupgrade.bin"; + sha256 = "1c3525a1395e6c4db654cb9cef8b9521f93582de5c699aabc7a1dd4ec1903e92"; + sha256_unsigned = "d4a7c822b31ed9dfa5ae5ff153ffabab983ea9eb09b6f09c99bebb65f24eacda"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "humax,e2" + ]; + titles = [ + { + model = "E2"; + vendor = "HUMAX"; + } + { + model = "QUANTUM E2"; + vendor = "HUMAX"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "02c8987dcf7f94d1852535ff4d71c0a5c15cba23e375bf528cfadc4f2d805bfb"; + sha256_unsigned = "325a04436c1d9b2b3ff68e7d32167613f1bf8aa032105fb2110f8be6e46f79f9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "350fae2146523de0209a9388bd4f8d265692c4e9eea8359e38ee529fa23707c6"; + sha256_unsigned = "350fae2146523de0209a9388bd4f8d265692c4e9eea8359e38ee529fa23707c6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-iodata_wn-ac1167gr-initramfs-kernel.bin"; + sha256 = "97c93780a131d3182dc7ece464f5def071d10c77cc262f557bb7e66407eef7f4"; + sha256_unsigned = "97c93780a131d3182dc7ece464f5def071d10c77cc262f557bb7e66407eef7f4"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + model = "WN-AC1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "e9a97b6d1fd03b43e6ad8237d6436de19171b9b9f8df784159e73c710c9185ca"; + sha256_unsigned = "e9a97b6d1fd03b43e6ad8237d6436de19171b9b9f8df784159e73c710c9185ca"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "5afa5b70a0e45f1fed828561c901afff130b1251e8fbdee9087a82e1f2595b30"; + sha256_unsigned = "969e25c793f56fa03f9933b04955a8a8b0e624ed857b88509451e812c83bc3e2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-iodata_wn-ac733gr3-initramfs-kernel.bin"; + sha256 = "14909f259afdff8920d480d22126a99316424fea06486cf5bd14ebbbcc7a1de7"; + sha256_unsigned = "14909f259afdff8920d480d22126a99316424fea06486cf5bd14ebbbcc7a1de7"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + model = "WN-AC733GR3"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a1004ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-iptime_a1004ns"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-iptime_a1004ns-initramfs-kernel.bin"; + sha256 = "e49736deb9dd5d5bfdd05955bb745ad7511372be243afb3ef262c4687f88acc4"; + sha256_unsigned = "e49736deb9dd5d5bfdd05955bb745ad7511372be243afb3ef262c4687f88acc4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-iptime_a1004ns-squashfs-sysupgrade.bin"; + sha256 = "386e0573762eb4bb67a4e01b899cd48b626b46b532d4368dbf67e857594e5a53"; + sha256_unsigned = "6724b13be17ad0456d7f54579a5d31d08947f6a1fc184b222a77a7653566ff59"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a1004ns" + ]; + titles = [ + { + model = "A1004ns"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a104ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-iptime_a104ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-iptime_a104ns-squashfs-sysupgrade.bin"; + sha256 = "61a712e68fc837e22ce8c29f942c8222505264fa3a950b50096ace9d34a26b49"; + sha256_unsigned = "c3749e9e2f70411789289edac266405d66836bb85a9fc3a26f409dd03468832b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-iptime_a104ns-initramfs-kernel.bin"; + sha256 = "129c5f1c1b09003dcdbb1f3ef0fe3ccdae9052c0925fae11915f19b72dce46ba"; + sha256_unsigned = "129c5f1c1b09003dcdbb1f3ef0fe3ccdae9052c0925fae11915f19b72dce46ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a104ns" + ]; + titles = [ + { + model = "A104ns"; + vendor = "ipTIME"; + } + ]; + }; + kimax_u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-kimax_u25awf-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-kimax_u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "32194a93ef70d6593035b8c2137c247be5e778fd6f4567267a48a915b5dec28d"; + sha256_unsigned = "acceae1a9b85a962fd7ad096c94459b0214ee92d8c45befe7c6ef064bac8bb63"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-kimax_u25awf-h1-initramfs-kernel.bin"; + sha256 = "3cd053e1d159bb0fbc9f7da54aa0610cca8a4939f1b7a0525d0e584a17267055"; + sha256_unsigned = "3cd053e1d159bb0fbc9f7da54aa0610cca8a4939f1b7a0525d0e584a17267055"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u25awf-h1" + "u25awf-h1" + ]; + titles = [ + { + model = "U25AWF"; + variant = "H1"; + vendor = "Kimax"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "74df3a0c3ce48250aa05b062bb98e2ea67773f938b17fc5c25f04eef79dcdc98"; + sha256_unsigned = "edb0dbdcccdb484564baf497c0321ee46d12d94752b39f7b73a9cd0a2c63d197"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-kimax_u35wf-initramfs-kernel.bin"; + sha256 = "858f3ce6b33ec392676adeae076f76d9960830c56425307882eebd39a9556e6e"; + sha256_unsigned = "858f3ce6b33ec392676adeae076f76d9960830c56425307882eebd39a9556e6e"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + model = "U35WF"; + vendor = "Kimax"; + } + ]; + }; + kingston_mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-kingston_mlw221"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-kingston_mlw221-initramfs-kernel.bin"; + sha256 = "d2b66a096273b9769448c4ff1f2665d30bd51e49cda6c69a261862526831ec71"; + sha256_unsigned = "d2b66a096273b9769448c4ff1f2665d30bd51e49cda6c69a261862526831ec71"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-kingston_mlw221-squashfs-sysupgrade.bin"; + sha256 = "547e54ff1375d5d61a1d2571e77700ff95d3f219f50512581b09256b1e223cc7"; + sha256_unsigned = "a9196b90da65c8f6a6e8a1551a978dab536c92c81821ff7c30d7014097d9791d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlw221" + "mlw221" + ]; + titles = [ + { + model = "MLW221"; + vendor = "Kingston"; + } + ]; + }; + kingston_mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-kingston_mlwg2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-kingston_mlwg2-initramfs-kernel.bin"; + sha256 = "0c071752e492a0e39b4e9c9f796e93b39d5d0b49175440e8dbc6d21003216ed0"; + sha256_unsigned = "0c071752e492a0e39b4e9c9f796e93b39d5d0b49175440e8dbc6d21003216ed0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-kingston_mlwg2-squashfs-sysupgrade.bin"; + sha256 = "e2c47bce622a7e9435cc657b149677cde063bba13f848458f1d6bdef69c1edf5"; + sha256_unsigned = "4f714ea289595df09dce12431e95cce46987338edb9db3ab4c28ce11dd552299"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlwg2" + "mlwg2" + ]; + titles = [ + { + model = "MLWG2"; + vendor = "Kingston"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-lava_lr-25g001-initramfs-kernel.bin"; + sha256 = "71b7f17b3b5aa8affb843e311e0a1ca20fe7ce7a3d6ae9fff180acaf890c5c73"; + sha256_unsigned = "71b7f17b3b5aa8affb843e311e0a1ca20fe7ce7a3d6ae9fff180acaf890c5c73"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "0ad0a6477569a2a8f5688dde8354e786719542a7f96152ccb0205623acce8b9a"; + sha256_unsigned = "0ad0a6477569a2a8f5688dde8354e786719542a7f96152ccb0205623acce8b9a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "8216166835d5f9c24fbcb714786ec1126296a613c3bb01afc9ba67ae4f7950c8"; + sha256_unsigned = "86c7989e4382c158125fac0d61952f20d5a8ddf2fe507c2b408bf3c6e254005b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + model = "LR-25G001"; + vendor = "LAVA"; + } + ]; + }; + lb-link_bl-w1200 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-lb-link_bl-w1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-lb-link_bl-w1200-squashfs-sysupgrade.bin"; + sha256 = "223bec31f1140c06c47df7ba850bd8203d0d8d6473b5f8a3f062bebade3bc59b"; + sha256_unsigned = "ca75768a811c9b356679fa77fbf663bc63b929378514342202c940259043bb4f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-lb-link_bl-w1200-initramfs-kernel.bin"; + sha256 = "27ce33519f37b71742f42d34fe4185e383c736ea23efa27ba9f4a9c1c8ff181f"; + sha256_unsigned = "27ce33519f37b71742f42d34fe4185e383c736ea23efa27ba9f4a9c1c8ff181f"; + type = "kernel"; + } + ]; + supported_devices = [ + "lb-link,bl-w1200" + ]; + titles = [ + { + model = "BL-W1200"; + vendor = "LB-Link"; + } + ]; + }; + lenovo_newifi-y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-lenovo_newifi-y1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"; + sha256 = "4236a01be1c7cd54413c15dd43b69210e86ef67be1dbec1c8d611e78b06acb0b"; + sha256_unsigned = "05bb5d3c5ab8ebd330c368053b47d75dbcbabd7e520f5ecad507169e6b15c31f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-lenovo_newifi-y1-initramfs-kernel.bin"; + sha256 = "381ee0909d2429bd4a3e512a19e6eea816842ac76ffb0b2fa401d27c674a95cc"; + sha256_unsigned = "381ee0909d2429bd4a3e512a19e6eea816842ac76ffb0b2fa401d27c674a95cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1" + "y1" + ]; + titles = [ + { + model = "Y1"; + vendor = "Lenovo"; + } + ]; + }; + lenovo_newifi-y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-lenovo_newifi-y1s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-lenovo_newifi-y1s-initramfs-kernel.bin"; + sha256 = "7117264e3325c3509a892611f334bf27eb0643a9c1334fac071a7aa0d6831a4d"; + sha256_unsigned = "7117264e3325c3509a892611f334bf27eb0643a9c1334fac071a7aa0d6831a4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"; + sha256 = "854d9cea622796774b872a3aa69c63898b10daf2be49b3845217e2e82fab0850"; + sha256_unsigned = "76f96815716aebf92337dbe04e05832edcdbc70285510697f7a0d14934ecdfb5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1s" + "y1s" + ]; + titles = [ + { + model = "Y1S"; + vendor = "Lenovo"; + } + ]; + }; + linksys_e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-linksys_e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-linksys_e1700-squashfs-sysupgrade.bin"; + sha256 = "4456deb8828910e0c292fc5fd503fe6b8076f9f6550f8a858f2792d793bd0db1"; + sha256_unsigned = "1811ed391808b4bc79b5729cafc9671018193fb8dcefaf35b8c7689362eb63e9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-linksys_e1700-squashfs-factory.bin"; + sha256 = "973647b45ba47892a9eb6aa71b528445d7dcc91a43cf22d708420d424d37d22c"; + sha256_unsigned = "973647b45ba47892a9eb6aa71b528445d7dcc91a43cf22d708420d424d37d22c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-linksys_e1700-initramfs-kernel.bin"; + sha256 = "43d6c449fa66c874085c8be62bc225949cf1a96ad4207e2c2120ab5b442efc93"; + sha256_unsigned = "43d6c449fa66c874085c8be62bc225949cf1a96ad4207e2c2120ab5b442efc93"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e1700" + "e1700" + ]; + titles = [ + { + model = "E1700"; + vendor = "Linksys"; + } + ]; + }; + microduino_microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-microduino_microwrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-microduino_microwrt-squashfs-sysupgrade.bin"; + sha256 = "fac50d3c76449694dc9a5f25a741f12ecbff5e10a9d744521aced9650685076f"; + sha256_unsigned = "000a15538543d2733386dcbdc1d78b8a89195c4c13a891db72e22f24394177da"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-microduino_microwrt-initramfs-kernel.bin"; + sha256 = "9c100f26601a2cc1e29c8201d4a525556f5cf67baaa394c2ecf4da48baea42ef"; + sha256_unsigned = "9c100f26601a2cc1e29c8201d4a525556f5cf67baaa394c2ecf4da48baea42ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "microduino,microwrt" + "microwrt" + ]; + titles = [ + { + model = "MicroWRT"; + vendor = "Microduino"; + } + ]; + }; + netgear_ex3700 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-netgear_ex3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-netgear_ex3700-squashfs-sysupgrade.bin"; + sha256 = "b126c9d38ce7e2679e3d67a40466ff28b886361041083df3a10dd1016dea7950"; + sha256_unsigned = "c3a04ddf84c342f3e6fa51b5f2d730554eb04413d1d7c434479be94d9a2cb246"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-netgear_ex3700-squashfs-factory.chk"; + sha256 = "d8751529a85d36eab15e230db37e7c448fab38abc7a2221e8e93888e0f6d5ff5"; + sha256_unsigned = "d8751529a85d36eab15e230db37e7c448fab38abc7a2221e8e93888e0f6d5ff5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-netgear_ex3700-initramfs-kernel.bin"; + sha256 = "2007ee3009391e742e196a5fd44146c60c28787e1f8c747f035493a75f1e4da7"; + sha256_unsigned = "2007ee3009391e742e196a5fd44146c60c28787e1f8c747f035493a75f1e4da7"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex3700" + "ex3700" + ]; + titles = [ + { + model = "EX3700/EX3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6120 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-netgear_ex6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-netgear_ex6120-squashfs-factory.chk"; + sha256 = "963f2c2a6ddc70f388053d0595ed0a085a231a4f265baa88df4e50d23b56153e"; + sha256_unsigned = "963f2c2a6ddc70f388053d0595ed0a085a231a4f265baa88df4e50d23b56153e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-netgear_ex6120-initramfs-kernel.bin"; + sha256 = "df5860c051c22ef9ae87924b9d6228c2356dc7b6889ce75b57d3abdc0f894e06"; + sha256_unsigned = "df5860c051c22ef9ae87924b9d6228c2356dc7b6889ce75b57d3abdc0f894e06"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-netgear_ex6120-squashfs-sysupgrade.bin"; + sha256 = "310c2d5b9445d54a9631141a7c49de8b97c26a85ff946ce2b76d5a51e7372617"; + sha256_unsigned = "599938dcf94081be87ebb844124dd3fffe3b58358a438204a9fc115c2b0affb1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6120" + ]; + titles = [ + { + model = "EX6120"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6130 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-netgear_ex6130"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-netgear_ex6130-squashfs-sysupgrade.bin"; + sha256 = "34f96ea1ef19d385bdaf86084f1ca7d40ea78fb56eca98180b0e1968dc9642a8"; + sha256_unsigned = "f2d68bf9745476289a9b05e345412225a0bdff2f64366542c5ebc228fd8545bf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-netgear_ex6130-squashfs-factory.chk"; + sha256 = "519ffdc5ecc9a860f0dc6d091a9428de667d342ad44d35e0d44b2125af6dd956"; + sha256_unsigned = "519ffdc5ecc9a860f0dc6d091a9428de667d342ad44d35e0d44b2125af6dd956"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-netgear_ex6130-initramfs-kernel.bin"; + sha256 = "f15330aa2d1fe0f736aca9557925241d9f61b8519900c7d29a9c4e82fe08e541"; + sha256_unsigned = "f15330aa2d1fe0f736aca9557925241d9f61b8519900c7d29a9c4e82fe08e541"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6130" + ]; + titles = [ + { + model = "EX6130"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-netgear_wn3000rp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-netgear_wn3000rp-v3-squashfs-sysupgrade.bin"; + sha256 = "be8e3e7eb4cd1453e334ed9c1b7dcdfd4ff409243e9b86002eec5efdf60b95a6"; + sha256_unsigned = "67a8071bd397eda3e8f9c5b2beff09583c0972ec70a041d67ba8f7499a184957"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-netgear_wn3000rp-v3-initramfs-kernel.bin"; + sha256 = "bff93a35a3621443ee6672c17a8fdc012b9521fe60dfbf3f3c9b9e490673ed99"; + sha256_unsigned = "bff93a35a3621443ee6672c17a8fdc012b9521fe60dfbf3f3c9b9e490673ed99"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-netgear_wn3000rp-v3-squashfs-factory.bin"; + sha256 = "a66cb626a5676c5bd956190a458b76263b96dcdb4022e70f1793c09de2dac31c"; + sha256_unsigned = "a66cb626a5676c5bd956190a458b76263b96dcdb4022e70f1793c09de2dac31c"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wn3000rp-v3" + "wn3000rpv3" + ]; + titles = [ + { + model = "WN3000RP"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3100rp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-netgear_wn3100rp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-netgear_wn3100rp-v2-initramfs-kernel.bin"; + sha256 = "4322af4f406edabb1375e488caabd5b3058c89e2f9dcb6a69a2929010678cf13"; + sha256_unsigned = "4322af4f406edabb1375e488caabd5b3058c89e2f9dcb6a69a2929010678cf13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-netgear_wn3100rp-v2-squashfs-sysupgrade.bin"; + sha256 = "2eeeb6348d5de6982507d9a9bab2e65e0aa8af35bf89327196c011d155ea9103"; + sha256_unsigned = "7a84131cda485c9ae8435f08da84abe1d682c685a12c2998b3fc24aabb4019a6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-netgear_wn3100rp-v2-squashfs-factory.bin"; + sha256 = "7e2070f51b48ecfc0c141568da4012cb0e98d3765ecc2ae5d99fe58bee69979e"; + sha256_unsigned = "7e2070f51b48ecfc0c141568da4012cb0e98d3765ecc2ae5d99fe58bee69979e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wn3100rp-v2" + ]; + titles = [ + { + model = "WN3100RP"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2770 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-netis_wf2770"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-netis_wf2770-initramfs-kernel.bin"; + sha256 = "33a9826a2a3db203d1b7b252b92b7c31657a7488caadd63add642e6c1cc795dd"; + sha256_unsigned = "33a9826a2a3db203d1b7b252b92b7c31657a7488caadd63add642e6c1cc795dd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-netis_wf2770-squashfs-sysupgrade.bin"; + sha256 = "35c4bb427a472b87550428d39b59fcddafb01a847f3e3478dc49052d59ea30ae"; + sha256_unsigned = "6b250a405c2952419ba1dae0ec25be3b7821f3060b1f1d2e1d5d91aef714454b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netis,wf2770" + ]; + titles = [ + { + model = "WF2770"; + vendor = "NETIS"; + } + ]; + }; + nexx_wt3020-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-nexx_wt3020-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-nexx_wt3020-8m-squashfs-factory.bin"; + sha256 = "e1ff8207b9818b25c7e315464f1193bcb8de980e50707395fb0d8fec4488e23d"; + sha256_unsigned = "e1ff8207b9818b25c7e315464f1193bcb8de980e50707395fb0d8fec4488e23d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-nexx_wt3020-8m-initramfs-kernel.bin"; + sha256 = "b5bdff5fb59c336bae74bdae81fcc2a6700736fb4c5e2579b600f382ad139c52"; + sha256_unsigned = "b5bdff5fb59c336bae74bdae81fcc2a6700736fb4c5e2579b600f382ad139c52"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-nexx_wt3020-8m-squashfs-sysupgrade.bin"; + sha256 = "554dc5ef78e7c5e325f842fe40dc0ba07832b96c9f309f387e4121174062f901"; + sha256_unsigned = "f3e09755fb27564f8134fd7b5abe32f53360f2dad296bae1cc2000030b7b9a68"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexx,wt3020-8m" + "wt3020" + "wt3020-8M" + ]; + titles = [ + { + model = "WT3020"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + ohyeah_oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-ohyeah_oy-0001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-ohyeah_oy-0001-initramfs-kernel.bin"; + sha256 = "3bf775306cef6ae7c0bb677f29003d80c6ec4c905cc4f19206bd3526d859d321"; + sha256_unsigned = "3bf775306cef6ae7c0bb677f29003d80c6ec4c905cc4f19206bd3526d859d321"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-ohyeah_oy-0001-squashfs-sysupgrade.bin"; + sha256 = "b5dba9056a931c4e22134026a4ffedd6b6c70d56e44e016442345cd207ba03e1"; + sha256_unsigned = "c6445a42dedeadb1779b6bc6cc58feb14b39ce73b04d0b9597acde33f2efc6ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ohyeah,oy-0001" + "oy-0001" + ]; + titles = [ + { + model = "OY-0001"; + vendor = "Oh Yeah"; + } + ]; + }; + "phicomm_k2-v22.4" = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-phicomm_k2-v22.4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-phicomm_k2-v22.4-squashfs-sysupgrade.bin"; + sha256 = "253a9e9ad751594c528c01b5ecf6934aaec8cbc1a9f0f523405705545177d294"; + sha256_unsigned = "f236bc7f3b7684b388db4411ce1630a67f15b254cf763c28a4c83f88fe31773b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-phicomm_k2-v22.4-initramfs-kernel.bin"; + sha256 = "806b6fbc5c1d0fbdf2c11dc87235469cd52a8ab8e276d2ce2f1eaadc710e9057"; + sha256_unsigned = "806b6fbc5c1d0fbdf2c11dc87235469cd52a8ab8e276d2ce2f1eaadc710e9057"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2-v22.4" + "psg1218" + "psg1218a" + "phicomm,psg1218a" + ]; + titles = [ + { + model = "K2"; + variant = "v22.4 or older"; + vendor = "Phicomm"; + } + ]; + }; + "phicomm_k2-v22.5" = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-phicomm_k2-v22.5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-phicomm_k2-v22.5-initramfs-kernel.bin"; + sha256 = "c266e7806d00ac5bc14b49f19c44866f096211ceec61bca79db2e4a2983bccb0"; + sha256_unsigned = "c266e7806d00ac5bc14b49f19c44866f096211ceec61bca79db2e4a2983bccb0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-phicomm_k2-v22.5-squashfs-sysupgrade.bin"; + sha256 = "c6485ce1487c9ba1e9038b17b8886527268c2f70a79a993da3d2d5645c29e28e"; + sha256_unsigned = "b4c5ba9424bbff7d9470be2bd8c4aea85b71cd70ab46e5f457e0ce65d26e288b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2-v22.5" + ]; + titles = [ + { + model = "K2"; + variant = "v22.5 or newer"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "7c1dd00f5b12d68b4a9e0ed4bd1eb4c8174dba2fa3ce948eb824bd992e06f144"; + sha256_unsigned = "98f18908a1c466d15b4009f7b49dd27301d88a40841d9538356372bfd3672be5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-phicomm_k2g-initramfs-kernel.bin"; + sha256 = "bf4c2e0e6ddd06219ced8b472412b9398dc70520e99af9a8d9f71e5500ac8e7a"; + sha256_unsigned = "bf4c2e0e6ddd06219ced8b472412b9398dc70520e99af9a8d9f71e5500ac8e7a"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + model = "K2G"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-phicomm_psg1208"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-phicomm_psg1208-initramfs-kernel.bin"; + sha256 = "d82f2208577a98a4a596f5356cd2327d26a36e4e2825fb380f44cb07e3c9baa8"; + sha256_unsigned = "d82f2208577a98a4a596f5356cd2327d26a36e4e2825fb380f44cb07e3c9baa8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-phicomm_psg1208-squashfs-sysupgrade.bin"; + sha256 = "1dd5e8e798b6a204a1d046557e2d8c8d3dc1a509171d1dbe078f7ba825c6ff4b"; + sha256_unsigned = "e9d8577337c6d9e51d448cd00b0a4228363ce41cb4b16578e8f607fdcb73d911"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,psg1208" + "psg1208" + ]; + titles = [ + { + model = "PSG1208"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-phicomm_psg1218b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-phicomm_psg1218b-initramfs-kernel.bin"; + sha256 = "1624ae6f7074ecb614f480859885798b536ed24c1646b2a9540995628dcae53a"; + sha256_unsigned = "1624ae6f7074ecb614f480859885798b536ed24c1646b2a9540995628dcae53a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-phicomm_psg1218b-squashfs-sysupgrade.bin"; + sha256 = "3f1f54db0b6124d4851e6c51648c8a440edece57440d58cce45d1d04150c548e"; + sha256_unsigned = "7ea9ec5bc62eb2d60aaa7f84cc2600c41eb390b65c7293b77e4e73eb30c239cf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,psg1218b" + "psg1218" + "psg1218b" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Bx"; + vendor = "Phicomm"; + } + ]; + }; + planex_cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-planex_cs-qr10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-planex_cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "25ba1290d602a082ece9f098bf96e920230707bfec7127a756a92a22e3f42a26"; + sha256_unsigned = "30ed692c63b0d7802b21f57332a3cd95e3aa3e48bb707aecd1f7b7f2bf178edf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-planex_cs-qr10-initramfs-kernel.bin"; + sha256 = "7c646ac1e64c4ce34f56a158b05dd7c6160caf6081d321bfef54028be0c2ddf4"; + sha256_unsigned = "7c646ac1e64c4ce34f56a158b05dd7c6160caf6081d321bfef54028be0c2ddf4"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,cs-qr10" + "cs-qr10" + ]; + titles = [ + { + model = "CS-QR10"; + vendor = "Planex"; + } + ]; + }; + planex_db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-planex_db-wrt01"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-planex_db-wrt01-initramfs-kernel.bin"; + sha256 = "f9162164f378ed613a68286a3fe02aee330efcc04fdb4445294133a40a6a5412"; + sha256_unsigned = "f9162164f378ed613a68286a3fe02aee330efcc04fdb4445294133a40a6a5412"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-planex_db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "3abcbd479f6cebcf64a26e1ea632d2c8defc00b7830a979639c6bda68565a0db"; + sha256_unsigned = "31526fbce87e4ba0735ec9c952afb9a6b8b8ee9410a9b7d64998a68efb6f4a67"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,db-wrt01" + "db-wrt01" + ]; + titles = [ + { + model = "DB-WRT01"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-planex_mzk-750dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-planex_mzk-750dhp-initramfs-kernel.bin"; + sha256 = "caa5a3f06a33f676a556f405af5b0602137271299f3a49a4a28a750d8851ece0"; + sha256_unsigned = "caa5a3f06a33f676a556f405af5b0602137271299f3a49a4a28a750d8851ece0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-planex_mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "efc7e902accd893b457d8575f36e16c77cc219c881487f246ab9e978c4007bfb"; + sha256_unsigned = "6af3b6d962513f763df9b7fb2d83347c13864393aee454bc2a194071c95d5b36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-750dhp" + "mzk-750dhp" + ]; + titles = [ + { + model = "MZK-750DHP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-planex_mzk-ex300np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-planex_mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "7c9f42edd4138800ca7d7f4597518e04eb8f8cc203f2acc06685231d4af846d7"; + sha256_unsigned = "0de7ceff5f15888206c56a83d05d448542d1310ff532830b7aee78026da4134a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-planex_mzk-ex300np-initramfs-kernel.bin"; + sha256 = "c2a822b77bc795f2fb8258f9ebfee65c4cfa509eca2dac9b535697f06e2918ae"; + sha256_unsigned = "c2a822b77bc795f2fb8258f9ebfee65c4cfa509eca2dac9b535697f06e2918ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex300np" + "mzk-ex300np" + ]; + titles = [ + { + model = "MZK-EX300NP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-planex_mzk-ex750np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-planex_mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "6e61de7699fc100c8805a49833ff778da0f4e7444d657ac0cf9dbbb1ced898d5"; + sha256_unsigned = "6ea8c8edcbd508ada7b4d1c0960e2f6c67c1adb76313806206e1966cb0a2b9a9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-planex_mzk-ex750np-initramfs-kernel.bin"; + sha256 = "e2e0ad8e2c2d94dd9a292349065e34e9dae29ad1589d648010fe3c9977a14695"; + sha256_unsigned = "e2e0ad8e2c2d94dd9a292349065e34e9dae29ad1589d648010fe3c9977a14695"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex750np" + "mzk-ex750np" + ]; + titles = [ + { + model = "MZK-EX750NP"; + vendor = "Planex"; + } + ]; + }; + ralink_mt7620a-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-ralink_mt7620a-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-ralink_mt7620a-evb-initramfs-kernel.bin"; + sha256 = "f3b4dd35b779dae31f54221828bad984bf555a997b0dbc17f206e04a3f9b8682"; + sha256_unsigned = "f3b4dd35b779dae31f54221828bad984bf555a997b0dbc17f206e04a3f9b8682"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-ralink_mt7620a-evb-squashfs-sysupgrade.bin"; + sha256 = "e9c1901775080e8610a81b9d72473fe08c9e48f974b534933094a9420cf7f5e5"; + sha256_unsigned = "769164b75a4c93e66bf53d6720295f2035216e92ef8e298c3618f562fcca00b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-evb" + ]; + titles = [ + { + model = "MT7620a EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7530-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-ralink_mt7620a-mt7530-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-ralink_mt7620a-mt7530-evb-initramfs-kernel.bin"; + sha256 = "b033143eda453b3ce0d329e147d8af820e77f433ad6d79f737bb058271f4e084"; + sha256_unsigned = "b033143eda453b3ce0d329e147d8af820e77f433ad6d79f737bb058271f4e084"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-ralink_mt7620a-mt7530-evb-squashfs-sysupgrade.bin"; + sha256 = "96e26f70fb0437fae4242738c74cd45a24830693be8a6f0099ada7c7148ff9c5"; + sha256_unsigned = "204fa3f535ddfd938633613a18cd61bb766d8a94c2038c3c2b7f4453fc0324bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7530-evb" + "mt7620a_mt7530" + ]; + titles = [ + { + model = "MT7620a + MT7530 EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7610e-evb = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-ralink_mt7620a-mt7610e-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-ralink_mt7620a-mt7610e-evb-initramfs-kernel.bin"; + sha256 = "969df6d9bd93d8c1027942a8cf3da1c6e56374523ad39b31598b0e7f37aa6e50"; + sha256_unsigned = "969df6d9bd93d8c1027942a8cf3da1c6e56374523ad39b31598b0e7f37aa6e50"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-ralink_mt7620a-mt7610e-evb-squashfs-sysupgrade.bin"; + sha256 = "6998e720a9a12b0af07ec78e5127bd4f14c6582173ba2421596da7bfb27eeb4f"; + sha256_unsigned = "46af718b7c7bd34a418c702a6ef84ba033c4c3516bcfda183b2a19d0cecebb28"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7610e-evb" + "mt7620a_mt7610e" + ]; + titles = [ + { + model = "MT7620a + MT7610e EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-v22sg-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-ralink_mt7620a-v22sg-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-ralink_mt7620a-v22sg-evb-initramfs-kernel.bin"; + sha256 = "9022cfd071b9947bc8793109c2da80b18cc3e20dc470b5ef27c5498e80d63839"; + sha256_unsigned = "9022cfd071b9947bc8793109c2da80b18cc3e20dc470b5ef27c5498e80d63839"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-ralink_mt7620a-v22sg-evb-squashfs-sysupgrade.bin"; + sha256 = "89ebc1c1b9644c8687abde89ef1557c4f29e2b52993479ff91615f642e1862c8"; + sha256_unsigned = "2fd6916c92f660636355663d6ca1f16d22195e07dfcd3027e55c6d03045a72b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-v22sg-evb" + "mt7620a_v22sg" + ]; + titles = [ + { + model = "MT7620a V22SG"; + vendor = "MediaTek"; + } + ]; + }; + ravpower_rp-wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-ravpower_rp-wd03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-ravpower_rp-wd03-squashfs-rootfs.bin"; + sha256 = "aae242d0572c551304ea34857071f6682ad8dd3623d1b76fd451090e72f55688"; + sha256_unsigned = "aae242d0572c551304ea34857071f6682ad8dd3623d1b76fd451090e72f55688"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-ravpower_rp-wd03-squashfs-sysupgrade.bin"; + sha256 = "5cea8067b5cccae825707edbb60092f4620f7edbdfe297ae5c4fcace8844a776"; + sha256_unsigned = "3e4c73606d8fd33bc24f7d18866c7a7b10497fbb7fc58b7be3f251ae808562c6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-ravpower_rp-wd03-squashfs-kernel.bin"; + sha256 = "452ea05eb9087baa65ff8fced41e433fa4fd81d9b3a0597fc502856564438fff"; + sha256_unsigned = "452ea05eb9087baa65ff8fced41e433fa4fd81d9b3a0597fc502856564438fff"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-ravpower_rp-wd03-initramfs-kernel.bin"; + sha256 = "da099e70ea448e9ff047dc19622b54709333a32bc8d5563b423ff5d7c35c4933"; + sha256_unsigned = "da099e70ea448e9ff047dc19622b54709333a32bc8d5563b423ff5d7c35c4933"; + type = "kernel"; + } + ]; + supported_devices = [ + "ravpower,rp-wd03" + "ravpower,wd03" + ]; + titles = [ + { + model = "RP-WD03"; + vendor = "RAVPower"; + } + ]; + }; + sanlinking_d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-sanlinking_d240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-sanlinking_d240-squashfs-sysupgrade.bin"; + sha256 = "578af7f99a1d3228c23aa54aeaad86b0cbe1d1fe8afcbe4f1fb59363b18a58f6"; + sha256_unsigned = "78e2f2734916991236bcc8fac6f247c079bb3fcc8ed8a576881f22a11c7b2eed"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-sanlinking_d240-initramfs-kernel.bin"; + sha256 = "1545089a90fda907d50b02700213c623a60978572a362dc142f2cda060dca029"; + sha256_unsigned = "1545089a90fda907d50b02700213c623a60978572a362dc142f2cda060dca029"; + type = "kernel"; + } + ]; + supported_devices = [ + "sanlinking,d240" + "d240" + ]; + titles = [ + { + model = "D240"; + vendor = "Sanlinking Technologies"; + } + ]; + }; + sercomm_na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-sercomm_na930"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-sercomm_na930-initramfs-kernel.bin"; + sha256 = "c1a150b1155d91231fad46f02deafc2a2378c66391aa5c4df2ef8edd1612d2fe"; + sha256_unsigned = "c1a150b1155d91231fad46f02deafc2a2378c66391aa5c4df2ef8edd1612d2fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-sercomm_na930-squashfs-sysupgrade.bin"; + sha256 = "a22e69ee2cad706da7725de1f0db29fd21c9ebbc202075d2a1f10cbff192fc13"; + sha256_unsigned = "54e91fc01ce4da9bc91876f7eafed942db57b722e71509c1597f4fb1b076e00f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,na930" + "na930" + ]; + titles = [ + { + model = "NA930"; + vendor = "Sercomm"; + } + ]; + }; + sitecom_wlr-4100-v1-002 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-sitecom_wlr-4100-v1-002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-sysupgrade.bin"; + sha256 = "e19eff4bdfd44ddc2c87aed7eadfc859eadde388da45e938459a430f74d6c429"; + sha256_unsigned = "127088841d6f7f493e4a4db5d3e64424ac3383ba108c438d6a4afa50da28ec10"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-factory.dlf"; + sha256 = "b6c1975b96fc59f68450b7c65c676cf48b8f28335af1c1f986fd45fbfa909365"; + sha256_unsigned = "b6c1975b96fc59f68450b7c65c676cf48b8f28335af1c1f986fd45fbfa909365"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-sitecom_wlr-4100-v1-002-initramfs-kernel.bin"; + sha256 = "d00ee942b036e91bcd52fd70ecd155521698209fcb2223928ae9ae7116a48c20"; + sha256_unsigned = "d00ee942b036e91bcd52fd70ecd155521698209fcb2223928ae9ae7116a48c20"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-4100-v1-002" + ]; + titles = [ + { + model = "WLR-4100"; + variant = "v1 002"; + vendor = "Sitecom"; + } + ]; + }; + tplink_archer-c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-tplink_archer-c2-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_archer-c2-v1-initramfs-kernel.bin"; + sha256 = "6b0e38cb31707c0928da4227e661ea265ccc63a93637f241e14c8fd756f4058b"; + sha256_unsigned = "6b0e38cb31707c0928da4227e661ea265ccc63a93637f241e14c8fd756f4058b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_archer-c2-v1-squashfs-sysupgrade.bin"; + sha256 = "e62c71771e777e0b7ecfe9371138e5dd96ddbae430625812cf88e8362ade3c3e"; + sha256_unsigned = "b9825fb11bbd5975f8f513cebba434908cc32ab18717082e8ba6dbaf8810db4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v1" + "tplink,c2-v1" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-tplink_archer-c20-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_archer-c20-v1-initramfs-kernel.bin"; + sha256 = "88bf9918585f5cff12eb5aa1a0014ca1122cb5deb1dd12a5cc370372d64c2d14"; + sha256_unsigned = "88bf9918585f5cff12eb5aa1a0014ca1122cb5deb1dd12a5cc370372d64c2d14"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_archer-c20-v1-squashfs-sysupgrade.bin"; + sha256 = "645953c2fd5e4d0f8596c436239dbc44d3b0aabc230d0eaccfc7f5bce1857c9a"; + sha256_unsigned = "6c58c7164585c40ea4c98cd5225405284a44d754920f795a365fbeb87e95c8e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v1" + "tplink,c20-v1" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-tplink_archer-c20i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_archer-c20i-initramfs-kernel.bin"; + sha256 = "70bf0259fea607a987d79b1d9afca323cf6f32112666741d8c871637e5c566bd"; + sha256_unsigned = "70bf0259fea607a987d79b1d9afca323cf6f32112666741d8c871637e5c566bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_archer-c20i-squashfs-factory.bin"; + sha256 = "a7ca89b13744b000051b2643c45afbdd75967f36153d4953e40f73f4a3a2ffa0"; + sha256_unsigned = "a7ca89b13744b000051b2643c45afbdd75967f36153d4953e40f73f4a3a2ffa0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_archer-c20i-squashfs-sysupgrade.bin"; + sha256 = "b474edf70c26cd3c00f75c69ba6dcb31c6b72aa8fe7422935e2a45d6a48ad2c8"; + sha256_unsigned = "5bba79c8e8a7d5cfa3cbb329521e057e48c821ff69f4e8ceec86b5fb218321db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20i" + "c20i" + ]; + titles = [ + { + model = "Archer C20i"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-tplink_archer-c50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_archer-c50-v1-squashfs-sysupgrade.bin"; + sha256 = "7dc2c1b51193b5fd44a67aefe198af5d445dc335185dc80c54ec9f6875ee606c"; + sha256_unsigned = "872e8351aae360ef54b775103e9bcaac969483f74ca6f6eddd56940e2d672604"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-eu.bin"; + sha256 = "9ce1fae768cf090c238464e58487babee88ab3ea5139700a6e6aca4bf4d539f4"; + sha256_unsigned = "9ce1fae768cf090c238464e58487babee88ab3ea5139700a6e6aca4bf4d539f4"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-us.bin"; + sha256 = "05868f5ed6096251611c25dbcef88ada5e8b0461df2d96ec4c04f8c6870d2aef"; + sha256_unsigned = "05868f5ed6096251611c25dbcef88ada5e8b0461df2d96ec4c04f8c6870d2aef"; + type = "factory-us"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_archer-c50-v1-initramfs-kernel.bin"; + sha256 = "8e122916ddc717a7a36a3f2b3e8cf2c2083e049644573a5ca9170a277f3e3790"; + sha256_unsigned = "8e122916ddc717a7a36a3f2b3e8cf2c2083e049644573a5ca9170a277f3e3790"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v1" + "c50" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-mr200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-tplink_archer-mr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin"; + sha256 = "45ed48184fbc1eebc4f6a63a2a1f57a04d504baeb148f3fed45643eb41219ee2"; + sha256_unsigned = "61f6b9bd22c9371734bb4ac48692af820cb813634e4319609f96080277886f5d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_archer-mr200-initramfs-kernel.bin"; + sha256 = "3def3a930a97085de5086dcd1e8b648d57a0b5d4ca77278dc6165578740e1a00"; + sha256_unsigned = "3def3a930a97085de5086dcd1e8b648d57a0b5d4ca77278dc6165578740e1a00"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-mr200" + "mr200" + ]; + titles = [ + { + model = "Archer MR200"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-tplink_re200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_re200-v1-squashfs-factory.bin"; + sha256 = "0cedd891dae7225f32e38d4c4fc83c47c822fac29709b15e904172354a696c1e"; + sha256_unsigned = "0cedd891dae7225f32e38d4c4fc83c47c822fac29709b15e904172354a696c1e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_re200-v1-initramfs-kernel.bin"; + sha256 = "3dd3e2e4f063c074ae566361d27b122cdd99f2a978accf94fba91627930b06c4"; + sha256_unsigned = "3dd3e2e4f063c074ae566361d27b122cdd99f2a978accf94fba91627930b06c4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_re200-v1-squashfs-sysupgrade.bin"; + sha256 = "c1b8283338cf07f6c0d20e9bcd3e3402de09e0ffbb303748fe1041e8eadac00d"; + sha256_unsigned = "deff0b7d70cacb831d1b7b21988948220a77c73e656682118620e9abc7e26f22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re200-v1" + ]; + titles = [ + { + model = "RE200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re210-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-tplink_re210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_re210-v1-squashfs-sysupgrade.bin"; + sha256 = "11c6aed5059c01474f4ad2905de92b3233844c53ba1eb59954014f48e077ce50"; + sha256_unsigned = "8556f5eb90fe96761f1be9f4d8b22d00ed7e234f1d23bc74a9ae25b302655238"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_re210-v1-initramfs-kernel.bin"; + sha256 = "cbf59447ae83dddd7b4353b0a8b7fb07d180b67a782c95556ad4b39de93756c6"; + sha256_unsigned = "cbf59447ae83dddd7b4353b0a8b7fb07d180b67a782c95556ad4b39de93756c6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-tplink_re210-v1-squashfs-factory.bin"; + sha256 = "82cf7119eb760a83a0c8cf569128954c00bad2811d530b15a7bc93f50900ae05"; + sha256_unsigned = "82cf7119eb760a83a0c8cf569128954c00bad2811d530b15a7bc93f50900ae05"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re210-v1" + ]; + titles = [ + { + model = "RE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-810dr = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-trendnet_tew-810dr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-trendnet_tew-810dr-squashfs-sysupgrade.bin"; + sha256 = "3ef8d2aba653c1aa36728ffba8a06eb128cfa28b99e11a1be07f8825aa1424e0"; + sha256_unsigned = "c211a219481ad2791e1dd7ac684008f7a95e8cfb2af29aa3371f28019aae782d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-trendnet_tew-810dr-initramfs-kernel.bin"; + sha256 = "dead76d528fdd75014e85ca494cb2b922802545d750307a2d78585ee339457e2"; + sha256_unsigned = "dead76d528fdd75014e85ca494cb2b922802545d750307a2d78585ee339457e2"; + type = "kernel"; + } + ]; + supported_devices = [ + "trendnet,tew-810dr" + ]; + titles = [ + { + model = "TEW-810DR"; + vendor = "TRENDnet"; + } + ]; + }; + wavlink_wl-wn530hg4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-wavlink_wl-wn530hg4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-wavlink_wl-wn530hg4-initramfs-kernel.bin"; + sha256 = "07e0b0f70e78308ac85c967e1087e464582acd8bbdcb8c6f0ea1705ec10bea41"; + sha256_unsigned = "07e0b0f70e78308ac85c967e1087e464582acd8bbdcb8c6f0ea1705ec10bea41"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-wavlink_wl-wn530hg4-squashfs-sysupgrade.bin"; + sha256 = "374cbb7373339479871e3628e6b60f6b9468f9bc1eb95b7edeae21da1fe760b1"; + sha256_unsigned = "300d6a3cf15a46cf491e8c9ae444875f4d17f7cd5175ca253397f747dc574d97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn530hg4" + ]; + titles = [ + { + model = "WL-WN530HG4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn535k1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-wavlink_wl-wn535k1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-wavlink_wl-wn535k1-squashfs-sysupgrade.bin"; + sha256 = "b56ac0e51bc633f3f2060cfe3c5137c38954588d37ae048d67da1f125aca92b8"; + sha256_unsigned = "0c34849465f5b8464c14a98cd99382266c219da2f08021fcb04e707f166c05ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-wavlink_wl-wn535k1-initramfs-WN535K1-kernel.bin"; + sha256 = "a23f5b871d9fdd97593abeab7c49c59a2c06e3aec12e34f10c11e2c7d4e3cb7d"; + sha256_unsigned = "a23f5b871d9fdd97593abeab7c49c59a2c06e3aec12e34f10c11e2c7d4e3cb7d"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn535k1" + ]; + titles = [ + { + model = "WL-WN535K1"; + vendor = "Wavlink"; + } + { + model = "TAL-WMESH1"; + vendor = "Talius"; + } + ]; + }; + wavlink_wl-wn579x3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-wavlink_wl-wn579x3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-wavlink_wl-wn579x3-squashfs-sysupgrade.bin"; + sha256 = "566b32ffdae1cf8aa17c8115eca42c23f0524d5bc08093968ad4d9a2fafa169b"; + sha256_unsigned = "e89864b0902a5dea966a32af4cb31d0b7d4f0d8c96c07b25f8fd00c8b0182074"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-wavlink_wl-wn579x3-initramfs-kernel.bin"; + sha256 = "625e34d0525d2f1d65f10cef70f6429311473bd031b111538c6e1bd2b76488d7"; + sha256_unsigned = "625e34d0525d2f1d65f10cef70f6429311473bd031b111538c6e1bd2b76488d7"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn579x3" + ]; + titles = [ + { + model = "WL-WN579X3"; + vendor = "Wavlink"; + } + ]; + }; + wevo_air-duo = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-wevo_air-duo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-wevo_air-duo-squashfs-sysupgrade.bin"; + sha256 = "235eb25a3a870ddca2df37f9161a9e5053303a108d6be2c02032401365eed4ac"; + sha256_unsigned = "5146de6ea0a68bab3f46e5db804e6bb240c5cf63df95745f6a5f06d240091c58"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-wevo_air-duo-initramfs.upload"; + sha256 = "ae125d07634518b22ac383c612983195335249df69bbc2a31e7b52cf4cb25e8d"; + sha256_unsigned = "ae125d07634518b22ac383c612983195335249df69bbc2a31e7b52cf4cb25e8d"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,air-duo" + ]; + titles = [ + { + model = "AIR DUO"; + vendor = "WeVO"; + } + ]; + }; + wrtnode_wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-wrtnode_wrtnode"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-wrtnode_wrtnode-squashfs-sysupgrade.bin"; + sha256 = "b41de09c5c7088409042c5059c351b553199a64638b262ac282a05fc4e426703"; + sha256_unsigned = "24a59d60e4c9731d2aedd9de0b715a9529a23cb1da497c6a06d4361895853871"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-wrtnode_wrtnode-initramfs-kernel.bin"; + sha256 = "938d5ba43d3012f4de64827a11580325e901b78953524ded30fa1424e6b92a09"; + sha256_unsigned = "938d5ba43d3012f4de64827a11580325e901b78953524ded30fa1424e6b92a09"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode" + "wrtnode" + ]; + titles = [ + { + model = "WRTNode"; + vendor = "WRTNode"; + } + ]; + }; + xiaomi_miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-xiaomi_miwifi-mini"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-xiaomi_miwifi-mini-initramfs-kernel.bin"; + sha256 = "05fae5f08fb2e21db7e2ee86593a5a8f6fba84fffff0cfae1d05703c8e78bf24"; + sha256_unsigned = "05fae5f08fb2e21db7e2ee86593a5a8f6fba84fffff0cfae1d05703c8e78bf24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "aadd3d0e8eed4801ebb5ddb4f164084e7a9b20a8058a05369139b81097e6ec37"; + sha256_unsigned = "73dc7ecde8a0a1a1f006571171366aeee7436b759c66a729a53655cfa2810312"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-mini" + "miwifi-mini" + ]; + titles = [ + { + model = "MiWiFi Mini"; + vendor = "Xiaomi"; + } + ]; + }; + youku_yk-l1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-youku_yk-l1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-youku_yk-l1-squashfs-sysupgrade.bin"; + sha256 = "aae877db8921e208d90c9bf2a06f2fd85702205998bcc263e9c24e24158cfd73"; + sha256_unsigned = "454ee107e2be8e04aceb9e3686fad36f5f2e8ed909311fb2e5c8cb59f8cf0b42"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-youku_yk-l1-initramfs-kernel.bin"; + sha256 = "107550a6e453bd03f225df82ea09c86e108fe94dce3e4d6cc72f1a017ada0697"; + sha256_unsigned = "107550a6e453bd03f225df82ea09c86e108fe94dce3e4d6cc72f1a017ada0697"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l1" + "youku-yk1" + "youku,yk1" + ]; + titles = [ + { + model = "YK-L1"; + vendor = "Youku"; + } + ]; + }; + youku_yk-l1c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-youku_yk-l1c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-youku_yk-l1c-initramfs-kernel.bin"; + sha256 = "049c24bd990508f8466f8a0565df987045e923e20276734cd7c00ef4e93d14bf"; + sha256_unsigned = "049c24bd990508f8466f8a0565df987045e923e20276734cd7c00ef4e93d14bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-youku_yk-l1c-squashfs-sysupgrade.bin"; + sha256 = "2e605f06f028e08db3521d69132a6e1e3cfa5b6f5dcd18c2b115d49beebb549f"; + sha256_unsigned = "b3cb924c1093f7f58329c1ff1cf48ba31d5e3fbf0728841a7014d5506a4c5c75"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l1c" + ]; + titles = [ + { + model = "YK-L1c"; + vendor = "Youku"; + } + ]; + }; + yukai_bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-yukai_bocco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-yukai_bocco-initramfs-kernel.bin"; + sha256 = "00c7212b7579b7851f7bc7dd9d3c49a5306f1360e93245af8067cc57039609dd"; + sha256_unsigned = "00c7212b7579b7851f7bc7dd9d3c49a5306f1360e93245af8067cc57039609dd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-yukai_bocco-squashfs-sysupgrade.bin"; + sha256 = "5113fed949818944e7a40d61473ce26cbc5fa2f366fa2d11b792cd1d984f5065"; + sha256_unsigned = "b105e1059879955b92b15178c678ef68019b08a0f261533c425a0bc22fb85299"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yukai,bocco" + "bocco" + ]; + titles = [ + { + model = "BOCCO"; + vendor = "YUKAI Engineering"; + } + ]; + }; + zbtlink_zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-ape522ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "47cec64b46bf41ec2d099572d5478d2b7dd0020ed88ab2842ee56c932b0b07cb"; + sha256_unsigned = "d598cd8ad7fa6c1b1ebac00f93eff3a11bdd383b8fdd610998c0bcb73d699f1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-ape522ii-initramfs-kernel.bin"; + sha256 = "6fe0fcc8e67a8d67c0182bebaacf5c790c8462504f9b01f222a4d7ac69208692"; + sha256_unsigned = "6fe0fcc8e67a8d67c0182bebaacf5c790c8462504f9b01f222a4d7ac69208692"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-ape522ii" + "zbt-ape522ii" + ]; + titles = [ + { + model = "ZBT-APE522II"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-cpe102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "262090e54c9b994bbb59c01dedc6f64aaf0948e8a08b5a70a18736370a5d1ab9"; + sha256_unsigned = "b955596053b1c99a5d2f5e1e2ba451e2bd7a5ef2e81b252cbb6fe3aee3d0df5b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-cpe102-initramfs-kernel.bin"; + sha256 = "34aa11f4cdfacac81b80deb3bcab1443a22a1264a48ef46c87362b1fc9cc78ba"; + sha256_unsigned = "34aa11f4cdfacac81b80deb3bcab1443a22a1264a48ef46c87362b1fc9cc78ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-cpe102" + "zbt-cpe102" + ]; + titles = [ + { + model = "ZBT-CPE102"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-wa05"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-wa05-initramfs-kernel.bin"; + sha256 = "5e8c35c51910d1dfec3fe16b531d288cbddb6c6f58ae7934bf89c350e25e2655"; + sha256_unsigned = "5e8c35c51910d1dfec3fe16b531d288cbddb6c6f58ae7934bf89c350e25e2655"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "85e097a932cf3a32ac253c4d4f49c52da40f05129b9586207ff9866c8520b45d"; + sha256_unsigned = "2ba0e0b0815cc5600c293b30ce3109d125446efb8e68a021ea35eca82be779e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wa05" + "zbt-wa05" + ]; + titles = [ + { + model = "ZBT-WA05"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we1026-5g-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-initramfs-kernel.bin"; + sha256 = "aa6bb0a465d3ddfc6feb4cb0e9032a8892b0893a8aa5e67ae26a9ec8995d164c"; + sha256_unsigned = "aa6bb0a465d3ddfc6feb4cb0e9032a8892b0893a8aa5e67ae26a9ec8995d164c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "ad6863e9a62d0e70bcd6b731e7825414c68266b69d8f74214ef9a1072e2865e8"; + sha256_unsigned = "75f6cc4d0bb3235a7db6d515475b885214611aae77bd3adaa775041f8891dc1f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-5g-16m" + "we1026-5g-16m" + "zbtlink,we1026-5g-16m" + ]; + titles = [ + { + model = "ZBT-WE1026-5G"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-h-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we1026-h-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we1026-h-32m-initramfs-kernel.bin"; + sha256 = "15fdd1df49bc94b95f335ff598eae66eb19df93d92aa0cc3c8a4a74cffa44d35"; + sha256_unsigned = "15fdd1df49bc94b95f335ff598eae66eb19df93d92aa0cc3c8a4a74cffa44d35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we1026-h-32m-squashfs-sysupgrade.bin"; + sha256 = "b87e1400b6326cd7cc76efc65a65d1b6d9767d686b52a3fbaa4885302f6591b7"; + sha256_unsigned = "2e25e60c85a699d879476304ae5036d50a11677b3219d177957b66a068056dc0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-h-32m" + ]; + titles = [ + { + model = "ZBT-WE1026-H"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we2026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "cc4ac1de5a7f4f65a8bc7aefbcce1495be8209919970418d760d8a961d6b4961"; + sha256_unsigned = "3d755d8e04398ac8005f027697271ff27d695f710174515a44f7fff6ff765c59"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we2026-initramfs-kernel.bin"; + sha256 = "ad9ccc11b73c89ab9a6fcd31e48dda736c979c81d490975f969f157242306153"; + sha256_unsigned = "ad9ccc11b73c89ab9a6fcd31e48dda736c979c81d490975f969f157242306153"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we2026" + "zbt-we2026" + ]; + titles = [ + { + model = "ZBT-WE2026"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we826-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin"; + sha256 = "839a01c231adea2043b63a47d1f2fe5c5acb15f0a37fa1a0815d06e4dfa845dd"; + sha256_unsigned = "3019dd530d5b19f86b00ba30322927b8afc7d74fc69527e731efaf7ddd011cd4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we826-16m-initramfs-kernel.bin"; + sha256 = "2d567f0956e36fb6392c1bcf161799d45d96530c86575ef83d94bd92cff92e1a"; + sha256_unsigned = "2d567f0956e36fb6392c1bcf161799d45d96530c86575ef83d94bd92cff92e1a"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-16m" + "zbt-we826" + "zbt-we826-16M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-32m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we826-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we826-32m-initramfs-kernel.bin"; + sha256 = "41c4ee19eb30d3629c13a1210a0924b41de8724befa407ed5b9a47258a80a73e"; + sha256_unsigned = "41c4ee19eb30d3629c13a1210a0924b41de8724befa407ed5b9a47258a80a73e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we826-32m-squashfs-sysupgrade.bin"; + sha256 = "6951170ed02978aae2d27ac2b65b9fc6bfe630650493c048c73554ede7ad21b7"; + sha256_unsigned = "5da31fe15b56231f0b7b6ab2ad953d4fb64d42dba56d7f02e59665b473128f9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-32m" + "zbt-we826-32M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "48af213e09cd2bf8db9210acb0497e7d8810e5c00e2e86a0eee393fdc89dfea4"; + sha256_unsigned = "71504892d160c9eae6157b843e6a9952932ad6484423f3506d8c91a8e8c86710"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-we826-e-initramfs-kernel.bin"; + sha256 = "db31cbbcf4bab1d906b2391fc2029a3ce74145b2c02d0208c76194069f44f319"; + sha256_unsigned = "db31cbbcf4bab1d906b2391fc2029a3ce74145b2c02d0208c76194069f44f319"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + model = "ZBT-WE826-E"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-wr8305rt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "ad980a8b72beb1f6cb4af515689f2846b274e270d31ef9af46ddbf4b17d20042"; + sha256_unsigned = "820e02c0b488d919dc229b08925fcf4d90295a561e64e8baa82f83a7a93c3ad2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-zbtlink_zbt-wr8305rt-initramfs-kernel.bin"; + sha256 = "0f0f3eaeb8b10b9ae753daa4b6f8fc2ca2524a48c7b8d6681ec4568245d1c679"; + sha256_unsigned = "0f0f3eaeb8b10b9ae753daa4b6f8fc2ca2524a48c7b8d6681ec4568245d1c679"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wr8305rt" + "zbt-wr8305rt" + ]; + titles = [ + { + model = "ZBT-WR8305RT"; + vendor = "Zbtlink"; + } + ]; + }; + zte_q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-zte_q7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-zte_q7-initramfs-kernel.bin"; + sha256 = "72637fbbb67fd158b78aa7103f58d6ec3dd8515841be425ebf99aa3b8c2ce49a"; + sha256_unsigned = "72637fbbb67fd158b78aa7103f58d6ec3dd8515841be425ebf99aa3b8c2ce49a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zte_q7-squashfs-sysupgrade.bin"; + sha256 = "4e37ebc943145be665ed8a355a4b3e29ce84cc3f09fa5b5194a9319a96f7ac5b"; + sha256_unsigned = "9e050e98d61b21f72826b8d4d0f6499606f312e21c8519ec74261903dba4eb0f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,q7" + "zte-q7" + ]; + titles = [ + { + model = "Q7"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic-omni = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-zyxel_keenetic-omni"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zyxel_keenetic-omni-squashfs-factory.bin"; + sha256 = "6e4982e3d876031d00f59a62b96c3a2d6be7380d37c727578225504148cdeaf0"; + sha256_unsigned = "6e4982e3d876031d00f59a62b96c3a2d6be7380d37c727578225504148cdeaf0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zyxel_keenetic-omni-squashfs-sysupgrade.bin"; + sha256 = "de51027e91b54fc6e95b0944206fe7509dfec0201619116b4d2d30c0093ec957"; + sha256_unsigned = "461750615a4859f182d9a206473ac90888e76b8dc7baba254a324e3dc573591d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-zyxel_keenetic-omni-initramfs-kernel.bin"; + sha256 = "ce7c9b9584692f7b30067fd64df8535bdb5b04b4fa6188f31432dfbccddf8881"; + sha256_unsigned = "ce7c9b9584692f7b30067fd64df8535bdb5b04b4fa6188f31432dfbccddf8881"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni" + "kn_rc" + ]; + titles = [ + { + model = "Keenetic Omni"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-omni-ii = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-zyxel_keenetic-omni-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-sysupgrade.bin"; + sha256 = "06a3bc756ce3683d72c3eaf4ba4194c1e82cb1cec712cc22d6e03e9b2f67deba"; + sha256_unsigned = "25aaf58f3dd3bd73e0340c5eade9eae3fdcb98fbc37116c29a5b8216ec94762d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-factory.bin"; + sha256 = "6191c442f8fe299842f9743c60d1aa5d93955ee75a0d0902789c967c5201896a"; + sha256_unsigned = "6191c442f8fe299842f9743c60d1aa5d93955ee75a0d0902789c967c5201896a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-zyxel_keenetic-omni-ii-initramfs-kernel.bin"; + sha256 = "aac9d8ee45ddf92f6a4c7ebbc194e28f07ad9fd3791f34694f50e78c05d8aa87"; + sha256_unsigned = "aac9d8ee45ddf92f6a4c7ebbc194e28f07ad9fd3791f34694f50e78c05d8aa87"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni-ii" + "kn_rf" + ]; + titles = [ + { + model = "Keenetic Omni II"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-viva = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7620-zyxel_keenetic-viva"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7620-zyxel_keenetic-viva-initramfs-kernel.bin"; + sha256 = "9fef0bb70b84e4b5802db6ae8af0a819894e38a8fe0c86d61686770b6f6c008d"; + sha256_unsigned = "9fef0bb70b84e4b5802db6ae8af0a819894e38a8fe0c86d61686770b6f6c008d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zyxel_keenetic-viva-squashfs-sysupgrade.bin"; + sha256 = "9d7f32d9408195eccf43de98e693de8ceddb81b40d94bd4aca035106a93c35c8"; + sha256_unsigned = "199f19af2bb66d882caaad2e067bc7100d344ab754d1d2ef7f8a2cc39f7163b6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7620-zyxel_keenetic-viva-squashfs-factory.bin"; + sha256 = "bc7d3f05ffce1b892cf70400e509e09f1574c30a5bcf1718f6f5883645e187d0"; + sha256_unsigned = "bc7d3f05ffce1b892cf70400e509e09f1574c30a5bcf1718f6f5883645e187d0"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-viva" + "kng_rc" + ]; + titles = [ + { + model = "Keenetic Viva"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "ramips/mt7620"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + adslr_g7 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-adslr_g7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin"; + sha256 = "771d892eedfc036ee11f65e36789b76898264a0ee08000430c848c45024302f4"; + sha256_unsigned = "e049c297b46aad9cfabe89e1584c6c7ad440612e0c8a44908d3f71912b432a30"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-adslr_g7-initramfs-kernel.bin"; + sha256 = "3469d18bcbdf1221ee588f8058b7df1cd278bb2f3297c6b8c11b5dd27015f9fe"; + sha256_unsigned = "3469d18bcbdf1221ee588f8058b7df1cd278bb2f3297c6b8c11b5dd27015f9fe"; + type = "kernel"; + } + ]; + supported_devices = [ + "adslr,g7" + ]; + titles = [ + { + model = "G7"; + vendor = "ADSLR"; + } + ]; + }; + afoundry_ew1200 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-afoundry_ew1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-afoundry_ew1200-initramfs-kernel.bin"; + sha256 = "8c5376dc63508c180be425f3d66ea4ebc378443a8878a28025ed2cb2f827b900"; + sha256_unsigned = "8c5376dc63508c180be425f3d66ea4ebc378443a8878a28025ed2cb2f827b900"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin"; + sha256 = "7cbe48d5f29030a334d0711366bdcac0211028c5edfb730d7f645cc22c18714c"; + sha256_unsigned = "fae3027a713cf995954b0f90a649468afc7eed44c6157be0817e749c405787e5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "afoundry,ew1200" + "ew1200" + ]; + titles = [ + { + model = "EW1200"; + vendor = "AFOUNDRY"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "f2392697d9fa284911d6fd38d2cb8f9f0521243a36e45cdec20e01f6f5b30a23"; + sha256_unsigned = "8b77e704313b02d898049e94b23c64fd63b56ab8db8233d4a3dffac16b094247"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-alfa-network_quad-e4g-initramfs-kernel.bin"; + sha256 = "466eecb9a583b388fdd6344ebe28f10e8564cd00d784b3d10f5e815673e7e59c"; + sha256_unsigned = "466eecb9a583b388fdd6344ebe28f10e8564cd00d784b3d10f5e815673e7e59c"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + "quad-e4g" + ]; + titles = [ + { + model = "Quad-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + ampedwireless_ally-00x19k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-ampedwireless_ally-00x19k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-ampedwireless_ally-00x19k-squashfs-sysupgrade.bin"; + sha256 = "d34b9a4bf9828905b4b88f8f6c1b49dee488c32abec94407f01080e1ec16b88f"; + sha256_unsigned = "abbed90792c75db0f93da647342756ecca34bd8c451891a459c4cd13493e38c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-ampedwireless_ally-00x19k-initramfs-kernel.bin"; + sha256 = "d5da033a63406396375c1ba5d612d0c775f8ddd3e7dc35276013957286d2a401"; + sha256_unsigned = "d5da033a63406396375c1ba5d612d0c775f8ddd3e7dc35276013957286d2a401"; + type = "kernel"; + } + ]; + supported_devices = [ + "ampedwireless,ally-00x19k" + ]; + titles = [ + { + model = "ALLY-00X19K"; + vendor = "Amped Wireless"; + } + ]; + }; + ampedwireless_ally-r1900k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-ampedwireless_ally-r1900k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-ampedwireless_ally-r1900k-initramfs-kernel.bin"; + sha256 = "42788cad195edfe13b1063068214246c20ba9bdc8654c651dc0c1114f9a02d7b"; + sha256_unsigned = "42788cad195edfe13b1063068214246c20ba9bdc8654c651dc0c1114f9a02d7b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-ampedwireless_ally-r1900k-squashfs-sysupgrade.bin"; + sha256 = "03596d4257f9ccaa2f79adaf899f5df2fd83515a5acee20c6ed270b0b961c234"; + sha256_unsigned = "16f0c5632317c8717d4b8815ebe26855897fec0e38562a3527bf5f57d8bc263f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ampedwireless,ally-r1900k" + ]; + titles = [ + { + model = "ALLY-R1900K"; + vendor = "Amped Wireless"; + } + ]; + }; + asiarf_ap7621-001 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-asiarf_ap7621-001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-asiarf_ap7621-001-initramfs-kernel.bin"; + sha256 = "491b97f4573d36471425c70a88f3dbb7c570389a645f9cca266acbc662e10563"; + sha256_unsigned = "491b97f4573d36471425c70a88f3dbb7c570389a645f9cca266acbc662e10563"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-asiarf_ap7621-001-squashfs-sysupgrade.bin"; + sha256 = "14d2b0078e5d07929e942e337f34a85f20d61e115c0c8949ec4d0d72c47b5bf5"; + sha256_unsigned = "e7fca621727504959df2051aff8ed7198f46149f4a471d4c610040b1eb155457"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,ap7621-001" + ]; + titles = [ + { + model = "AP7621-001"; + vendor = "AsiaRF"; + } + ]; + }; + asiarf_ap7621-nv1 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-asiarf_ap7621-nv1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-asiarf_ap7621-nv1-squashfs-sysupgrade.bin"; + sha256 = "ed0ee131336f3c0ce5924ae8605fd2e6b8ba4c0f1e73d3fd72199015d51a08d2"; + sha256_unsigned = "62cac70da2cd6300b04893d5eb5c32efa41b7bbc3cc156431c72ca9c5da7fe3a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-asiarf_ap7621-nv1-initramfs-kernel.bin"; + sha256 = "087b971dbc37721e91ef70d4b4ff00eef7c0ddce3ce1021fe8abb9b675ed3170"; + sha256_unsigned = "087b971dbc37721e91ef70d4b4ff00eef7c0ddce3ce1021fe8abb9b675ed3170"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,ap7621-nv1" + ]; + titles = [ + { + model = "AP7621-NV1"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-asus_rt-ac57u-initramfs-kernel.bin"; + sha256 = "883a328fd3676681fa76c7035cd929110aafa28cd41359deff802416b791000d"; + sha256_unsigned = "883a328fd3676681fa76c7035cd929110aafa28cd41359deff802416b791000d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "2f3f8df037a08c710e0e05bc3252883e8b2f068acb3a4d661e7dddf383b0355d"; + sha256_unsigned = "bde6e89e1f7c1867db09cc20d025f18fd90ab15c07e08e4c44a0c811bf4b2e20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + model = "RT-AC57U"; + vendor = "ASUS"; + } + { + model = "RT-AC1200GU"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac65p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-asus_rt-ac65p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-asus_rt-ac65p-initramfs-kernel.bin"; + sha256 = "de23f3dfe00407674cba54756cacf7d9573c26078caae0d3de061d19b6bb072e"; + sha256_unsigned = "de23f3dfe00407674cba54756cacf7d9573c26078caae0d3de061d19b6bb072e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin"; + sha256 = "126c41dcfc6c75ffe86669cfb0b873cca6c379af37344b83c2b26971b91a6d3a"; + sha256_unsigned = "126c41dcfc6c75ffe86669cfb0b873cca6c379af37344b83c2b26971b91a6d3a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-asus_rt-ac65p-squashfs-sysupgrade.bin"; + sha256 = "78539f423e1262ef8b0a92d393cee8fb21cab97f44b6563210daf331db967b12"; + sha256_unsigned = "9898455765986665ea52eab5abf937cccf1638c400c35111f9e01a61b203fc9f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac65p" + ]; + titles = [ + { + model = "RT-AC65P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac85p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-asus_rt-ac85p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-asus_rt-ac85p-squashfs-sysupgrade.bin"; + sha256 = "f26faf37cb98de878daad01c84b25814bac4170205b900147bcd92563d9b6975"; + sha256_unsigned = "a78d3da46fbb26095a140afc65be58ae113c5f0896c2a97bc22e4e19094f96ad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-asus_rt-ac85p-squashfs-factory.bin"; + sha256 = "09bc8bbdada17637478934e28951cb24a2de54daa908a0a2d241f0d23073bc78"; + sha256_unsigned = "09bc8bbdada17637478934e28951cb24a2de54daa908a0a2d241f0d23073bc78"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-asus_rt-ac85p-initramfs-kernel.bin"; + sha256 = "366f5eeec5df324eb713f5afea5613b133ad003210da5cf83bb175c80d20e2c0"; + sha256_unsigned = "366f5eeec5df324eb713f5afea5613b133ad003210da5cf83bb175c80d20e2c0"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac85p" + ]; + titles = [ + { + model = "RT-AC85P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ax53u = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + "uboot-envtools" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-asus_rt-ax53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-asus_rt-ax53u-squashfs-sysupgrade.bin"; + sha256 = "2e954276146843485d5c7be42a2ae1abf4d860da7ac7f21be8c5475c16f79536"; + sha256_unsigned = "4a127789fbe5c737ccb1a5e58af6d1d2248e7220e993f429f8aff1b1af3d95ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-asus_rt-ax53u-initramfs-kernel.bin"; + sha256 = "2cd3286c5102509fda1a7ae1b63749b55576e9b2fa083cce8fb246428da5d8cd"; + sha256_unsigned = "2cd3286c5102509fda1a7ae1b63749b55576e9b2fa083cce8fb246428da5d8cd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-asus_rt-ax53u-squashfs-factory.bin"; + sha256 = "cd11fbe424edb8886ad16e7dfdd63d36c6a850d96b33e4a250d7788684a6c8cc"; + sha256_unsigned = "cd11fbe424edb8886ad16e7dfdd63d36c6a850d96b33e4a250d7788684a6c8cc"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ax53u" + ]; + titles = [ + { + model = "RT-AX53U"; + vendor = "ASUS"; + } + { + model = "RT-AX1800U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n56u-b1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-asus_rt-n56u-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-asus_rt-n56u-b1-squashfs-sysupgrade.bin"; + sha256 = "62df9f062dbafae78579848d8ac2a56290db109a52044bfb54f36741af2a39e4"; + sha256_unsigned = "a5ee410bf424d2a42a30e4efe544cec312d40858c9a8dfb495dee35a17756a71"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-asus_rt-n56u-b1-initramfs-kernel.bin"; + sha256 = "8907c224d00f6c3f4fe075d5fea440b46657d71f74bfbe32aee5100055134db1"; + sha256_unsigned = "8907c224d00f6c3f4fe075d5fea440b46657d71f74bfbe32aee5100055134db1"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n56u-b1" + ]; + titles = [ + { + model = "RT-N56U"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + beeline_smartbox-flash = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "uencrypt" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-beeline_smartbox-flash"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-beeline_smartbox-flash-initramfs-kernel.bin"; + sha256 = "a0757295bf3f6df7723ad0d241628627c67b7d9f1cabdc66a648a2037e0534da"; + sha256_unsigned = "a0757295bf3f6df7723ad0d241628627c67b7d9f1cabdc66a648a2037e0534da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-beeline_smartbox-flash-squashfs-sysupgrade.bin"; + sha256 = "338a8c8863e9598924cd0489364745aa66794e1c3b657257abd60d74739ff789"; + sha256_unsigned = "2c78b5e4f6725f7c4e9ad389d3783393aac84a55eaf3bfa4db5938f6be285f41"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-beeline_smartbox-flash-squashfs-factory.trx"; + sha256 = "2a052e20833b0555baf4437a64333c587c603464dc6aadfe21df7e61db803862"; + sha256_unsigned = "2a052e20833b0555baf4437a64333c587c603464dc6aadfe21df7e61db803862"; + type = "factory"; + } + ]; + supported_devices = [ + "beeline,smartbox-flash" + ]; + titles = [ + { + model = "SmartBox Flash"; + vendor = "Beeline"; + } + ]; + }; + bolt_arion = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-bolt_arion"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-bolt_arion-squashfs-sysupgrade.bin"; + sha256 = "eb61d76582a346f7462be69c23c25c8f3f5f9a02bf5300668402d32bb4f59e02"; + sha256_unsigned = "ad89c48c7f38ca8cf6ad79d42752eee9c833b04101224b64cce5d34bf01409c7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-bolt_arion-initramfs-kernel.bin"; + sha256 = "184fc01c3884daf34f611bdb56c5a315048306002e96fd628b68b647d5eeb4cb"; + sha256_unsigned = "184fc01c3884daf34f611bdb56c5a315048306002e96fd628b68b647d5eeb4cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "bolt,arion" + ]; + titles = [ + { + model = "Arion"; + vendor = "BOLT"; + } + ]; + }; + buffalo_wsr-1166dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-buffalo_wsr-1166dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-buffalo_wsr-1166dhp-squashfs-sysupgrade.bin"; + sha256 = "124b00e783adf659b37f5a1f98a2a128b15bbd6e7cd572828353a4ed14156bd1"; + sha256_unsigned = "4981b70e1fa12a1c161a1d43010082aabb2abb7f5d7a0b05b068040c215bae1c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-buffalo_wsr-1166dhp-initramfs-kernel.bin"; + sha256 = "44b2dba6b1f12c23d2ffed1d89227c33504d89d1d6571dd3efb58038fc93d8ba"; + sha256_unsigned = "44b2dba6b1f12c23d2ffed1d89227c33504d89d1d6571dd3efb58038fc93d8ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-1166dhp" + "wsr-1166" + ]; + titles = [ + { + model = "WSR-1166DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-2533dhpl = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-buffalo_wsr-2533dhpl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin"; + sha256 = "844125b0d6fe2ae741f284c3c9e91cf693df72c25edb0cc4984af88e7e916bdc"; + sha256_unsigned = "92e34608c1efa94b4574f089f087f0ad5884c5a1b337562fe1ca73bacbcf81cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-buffalo_wsr-2533dhpl-initramfs-kernel.bin"; + sha256 = "ce0b1ff012e576d28ef54750ab462cb7f5e766b2a45c2c40039301d87ca7a993"; + sha256_unsigned = "ce0b1ff012e576d28ef54750ab462cb7f5e766b2a45c2c40039301d87ca7a993"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhpl" + ]; + titles = [ + { + model = "WSR-2533DHPL"; + vendor = "Buffalo"; + } + { + model = "WSR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-600dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-buffalo_wsr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-buffalo_wsr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "86d299f26bf511d12691c5a77f52c04daaa817ed091c5d44e1cbdfb7c6d272df"; + sha256_unsigned = "7f831ed9833594ecd37857b8e079ecf4674e918ec496c84c34dcf82d156473ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-buffalo_wsr-600dhp-initramfs-kernel.bin"; + sha256 = "598fc4987d3960ad8c0c4b3c3bd91201c09a5eceb1a28a15a9d4bb609247a1db"; + sha256_unsigned = "598fc4987d3960ad8c0c4b3c3bd91201c09a5eceb1a28a15a9d4bb609247a1db"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-600dhp" + "wsr-600" + ]; + titles = [ + { + model = "WSR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1300 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-cudy_wr1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-cudy_wr1300-initramfs-kernel.bin"; + sha256 = "486078d0256a6a6503828c53725a28ae730eabd6fe3b367fa06312b61b006bff"; + sha256_unsigned = "486078d0256a6a6503828c53725a28ae730eabd6fe3b367fa06312b61b006bff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-cudy_wr1300-squashfs-sysupgrade.bin"; + sha256 = "4bd4c136533cd4921211371e736d56008a7dc72447d8446aadc42ca57a6a862a"; + sha256_unsigned = "513480b9708e76283653bbf7f600b5b8c4121044d8b15d6dfe9981668852ece7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr1300" + ]; + titles = [ + { + model = "WR1300"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-cudy_wr2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-cudy_wr2100-squashfs-sysupgrade.bin"; + sha256 = "3a28e1e9868c331a1524fc716e6e3d2fee59d9ff298b15587a5d7223a8a30ddf"; + sha256_unsigned = "aa3fea641e49c31d00513d0304f0798dfae3fededcfa2b069e6f8ae4b42839c9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-cudy_wr2100-initramfs-kernel.bin"; + sha256 = "3111b4c96586ef8a1d1bc2b1d86007213564337efd7bd3bd5fbcbab86087af28"; + sha256_unsigned = "3111b4c96586ef8a1d1bc2b1d86007213564337efd7bd3bd5fbcbab86087af28"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr2100" + ]; + titles = [ + { + model = "WR2100"; + vendor = "Cudy"; + } + ]; + }; + cudy_x6 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-cudy_x6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-cudy_x6-squashfs-sysupgrade.bin"; + sha256 = "9599e13428a270531b4499fc3c2ea925c16a2ff90f225ec797730a7c0888ac2c"; + sha256_unsigned = "2967a13f395ea71533e8acfa92b1768215c02c3f1345bf95a3fd76c05d6e6e9f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-cudy_x6-initramfs-kernel.bin"; + sha256 = "72d7219c82d7a8305e932596cbae439713aca7099ed52099eb889ed4138acbfa"; + sha256_unsigned = "72d7219c82d7a8305e932596cbae439713aca7099ed52099eb889ed4138acbfa"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,x6" + ]; + titles = [ + { + model = "X6"; + vendor = "Cudy"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "dff9339bb7dabd222d6eb40f8ae9f1ac6d6d33f3de6371f5a751452b03efe5fd"; + sha256_unsigned = "c8d6096ae8cc8de2c26ba734941be80198926974e7c252c0ccbf870655d3f468"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-d-team_newifi-d2-initramfs-kernel.bin"; + sha256 = "068e619d89d2fcd0eb70ff42dd4e89e8a901ceaf139b96028835af245e5f9eb6"; + sha256_unsigned = "068e619d89d2fcd0eb70ff42dd4e89e8a901ceaf139b96028835af245e5f9eb6"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + model = "D2"; + vendor = "Newifi"; + } + ]; + }; + d-team_pbr-m1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-d-team_pbr-m1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-d-team_pbr-m1-initramfs-kernel.bin"; + sha256 = "e1c76117da0b7c5dc3e8c68926c032d94d2c9dd19b11afab5cf611dc0eb4d9cc"; + sha256_unsigned = "e1c76117da0b7c5dc3e8c68926c032d94d2c9dd19b11afab5cf611dc0eb4d9cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-d-team_pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "1145f526de7e07b122a3c5655ba259e4df198471002b85fabc7b884499eb8a6e"; + sha256_unsigned = "c4b5fa24693836e99da9075d5c172fbea0a6303fea19aadabfcd260097f22334"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,pbr-m1" + "pbr-m1" + ]; + titles = [ + { + model = "PBR-M1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dap-x1860-a1 = { + device_packages = [ + "kmod-mt7915e" + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-dlink_dap-x1860-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dap-x1860-a1-squashfs-factory.bin"; + sha256 = "6a1b96e374a49123ba71947fbf3626272570f9fd60c4eb568b2ca3a920b1c0c6"; + sha256_unsigned = "6a1b96e374a49123ba71947fbf3626272570f9fd60c4eb568b2ca3a920b1c0c6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dap-x1860-a1-squashfs-sysupgrade.bin"; + sha256 = "d83c32db41c9ef6c837995088a5ebf175724e56b07b83359e17ef8d38063bab7"; + sha256_unsigned = "7f5955ffe07cf26ca8bec3326abc899f33158330fafc84c52dbd851c13a6b916"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dap-x1860-a1-initramfs-kernel.bin"; + sha256 = "e91bcfb8fd212e289b5ecada2de870cf6a02319cbd16e092ec376fc788b69152"; + sha256_unsigned = "e91bcfb8fd212e289b5ecada2de870cf6a02319cbd16e092ec376fc788b69152"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-x1860-a1" + ]; + titles = [ + { + model = "DAP-X1860"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-1960-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-dlink_dir-1960-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-1960-a1-initramfs-kernel.bin"; + sha256 = "eaf0e977bb236f18d448df100dcc177a0678da9510101d45d3a78e14a0fb3394"; + sha256_unsigned = "eaf0e977bb236f18d448df100dcc177a0678da9510101d45d3a78e14a0fb3394"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-1960-a1-squashfs-sysupgrade.bin"; + sha256 = "9c1e7b09f5584286cafcbd4da77f4c239c91455820732956906a40e006a95c75"; + sha256_unsigned = "b58ba34bce4bc4657fcc3f6b53113fa5f076c776854578d660dbae6efab44a25"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-1960-a1-squashfs-factory.bin"; + sha256 = "326209a3cc4519787d3ba42020578b02f3f078bedcb1288385b5d256705ab2cc"; + sha256_unsigned = "326209a3cc4519787d3ba42020578b02f3f078bedcb1288385b5d256705ab2cc"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-1960-a1" + ]; + titles = [ + { + model = "DIR-1960"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2640-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-dlink_dir-2640-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-2640-a1-initramfs-kernel.bin"; + sha256 = "2088f18c3e382c33a20878c941afa67d992d9cb821d75b0247d51e4e53f86c55"; + sha256_unsigned = "2088f18c3e382c33a20878c941afa67d992d9cb821d75b0247d51e4e53f86c55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-2640-a1-squashfs-factory.bin"; + sha256 = "6afcd0585b0de2feca17df40f5583a877417913c8a021cab0138464903c4299a"; + sha256_unsigned = "6afcd0585b0de2feca17df40f5583a877417913c8a021cab0138464903c4299a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-2640-a1-squashfs-sysupgrade.bin"; + sha256 = "3585cc039d930c8ffbd527ea0eb2866592170ad405354c176dd16030145eb659"; + sha256_unsigned = "58b6c70b98fe947f2ccfb1682a8a6abd4c841180df27ac3bd47a5277f5ea8d23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-2640-a1" + ]; + titles = [ + { + model = "DIR-2640"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2660-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-dlink_dir-2660-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-2660-a1-initramfs-kernel.bin"; + sha256 = "6e19c5b9e3f58c2f4c0af1163ea63625056f15cb9e7392049519f37a189da58e"; + sha256_unsigned = "6e19c5b9e3f58c2f4c0af1163ea63625056f15cb9e7392049519f37a189da58e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-2660-a1-squashfs-factory.bin"; + sha256 = "ca583e6ce1eeabbdd02693877ff165a342df6c5ad0660ef3b684caa8b3b9294c"; + sha256_unsigned = "ca583e6ce1eeabbdd02693877ff165a342df6c5ad0660ef3b684caa8b3b9294c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "4936785ab67e7041c65004852f58413ef455f442fe8082f6cd87977bfb97538b"; + sha256_unsigned = "3401f9d6c4bd6f0ace06c8ce22c99091db4aae386ac95cfce786b60880c6deec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-2660-a1" + ]; + titles = [ + { + model = "DIR-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-853-a3 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-dlink_dir-853-a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-853-a3-squashfs-factory.bin"; + sha256 = "31705abb1e993b4567d876f883d06efddb7b51d9a0185d42cae72457d1ac71b5"; + sha256_unsigned = "31705abb1e993b4567d876f883d06efddb7b51d9a0185d42cae72457d1ac71b5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-853-a3-initramfs-kernel.bin"; + sha256 = "b582468175504aa8afebce4b348dc13f5e038118f5f36eb9d52cf68b9abf53e0"; + sha256_unsigned = "b582468175504aa8afebce4b348dc13f5e038118f5f36eb9d52cf68b9abf53e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-853-a3-squashfs-sysupgrade.bin"; + sha256 = "ac2fa8911b8a8385454968f804ee4048152b18e6cea55ce7eea4f7cfbc54c95c"; + sha256_unsigned = "d0b39505279ad99be36b5e0fbc73b39423a20b356d236b1223793cfc2be8f6ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-853-a3" + ]; + titles = [ + { + model = "DIR-853"; + variant = "A3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-853-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-dlink_dir-853-r1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-853-r1-initramfs-kernel.bin"; + sha256 = "ab4b94ec39b655c1b8af0b8a00fe7a954d28ac13b4357b7068b771f20fcc998f"; + sha256_unsigned = "ab4b94ec39b655c1b8af0b8a00fe7a954d28ac13b4357b7068b771f20fcc998f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-853-r1-squashfs-sysupgrade.bin"; + sha256 = "ab2adfcb5d897c3c1a05645d4b5b49ba1d253c4e69516bff00cf139b700427a4"; + sha256_unsigned = "7cb2095fc49399b8ef0355b63edfd1a5077578b90df215a455d6f14e583fa57b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-853-r1" + ]; + titles = [ + { + model = "DIR-853"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-dlink_dir-860l-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-860l-b1-squashfs-factory.bin"; + sha256 = "d7c9f52428a1e4eccfdb19db24ff76a93134a30be3bfa70e84ec251bb35120fa"; + sha256_unsigned = "d7c9f52428a1e4eccfdb19db24ff76a93134a30be3bfa70e84ec251bb35120fa"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-860l-b1-initramfs-kernel.bin"; + sha256 = "ba0821fbd9c2ab2bb68111bbaeea03c0932f407919aaf90f00bf5d3eeed51061"; + sha256_unsigned = "ba0821fbd9c2ab2bb68111bbaeea03c0932f407919aaf90f00bf5d3eeed51061"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "bc45bf855b10ff4097f77c429b6e238c6d11d2f5756dd6a652f56f4b3c1ae6d8"; + sha256_unsigned = "02e4f519eec34ba8aaba4c032d55a1d0216ad75b1ed3b96f05fbd5d7e3d9ec39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-860l-b1" + "dir-860l-b1" + ]; + titles = [ + { + model = "DIR-860L"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-867-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-dlink_dir-867-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-867-a1-initramfs-kernel.bin"; + sha256 = "fe0764a93c07b749aa68ed24a769bc53d8d24b0e3b4350795e068df8e4f5526b"; + sha256_unsigned = "fe0764a93c07b749aa68ed24a769bc53d8d24b0e3b4350795e068df8e4f5526b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-867-a1-squashfs-sysupgrade.bin"; + sha256 = "dcd53c1b2d611701e3370666ffa5e4fc16326d12d220f27953d13ba7cc833291"; + sha256_unsigned = "2c482ca4b5fd2877efaf4037193822188186ee1d80d4cc944517e7931d1abd05"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-867-a1-squashfs-factory.bin"; + sha256 = "6503ccee79f5cb902d8c02e824a724a09845f685be782995bfb641721da6ac02"; + sha256_unsigned = "6503ccee79f5cb902d8c02e824a724a09845f685be782995bfb641721da6ac02"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-867-a1" + ]; + titles = [ + { + model = "DIR-867"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-dlink_dir-878-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-878-a1-initramfs-kernel.bin"; + sha256 = "814fa2e258cda9038e19c7c4c12d5a9be8d9c58522f35bf541825935ededf09d"; + sha256_unsigned = "814fa2e258cda9038e19c7c4c12d5a9be8d9c58522f35bf541825935ededf09d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-878-a1-squashfs-sysupgrade.bin"; + sha256 = "0086b5978eabbf81ca4167afa252c169b9ca49e2668d44c84cc9a743c55ba8ee"; + sha256_unsigned = "7885ad0f23a4fe06ca68c532e260b7d5908b72f2b67c4cd2f1780dc9da236dad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-878-a1-squashfs-factory.bin"; + sha256 = "eae3b766ede46f34018deed942fa4b8a0f9f9f64520961236edae4bac8706aa1"; + sha256_unsigned = "eae3b766ede46f34018deed942fa4b8a0f9f9f64520961236edae4bac8706aa1"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-878-a1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-dlink_dir-878-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-878-r1-squashfs-factory.bin"; + sha256 = "b2c0754f926191debf881b81db3d7dd1b32139ec225e3ed47c783ddeb012c1ab"; + sha256_unsigned = "b2c0754f926191debf881b81db3d7dd1b32139ec225e3ed47c783ddeb012c1ab"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-878-r1-initramfs-kernel.bin"; + sha256 = "bc2531897d7da28b92a9a798e74c75749d9fc9aa336960f8113ff05dcffa6813"; + sha256_unsigned = "bc2531897d7da28b92a9a798e74c75749d9fc9aa336960f8113ff05dcffa6813"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-878-r1-squashfs-sysupgrade.bin"; + sha256 = "58122e59db27bf4f518839457f021cf7d249e320d8789c35a0434cbc25b68e04"; + sha256_unsigned = "c293a7659e6eb13fc322f1e0c46772df50914ed54e18200cfd7c70c2e4eda604"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-878-r1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-dlink_dir-882-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-882-a1-squashfs-sysupgrade.bin"; + sha256 = "353515dcc5ac5aec7bca5b9e2ef0468bb6b8c77884465e90847b316d345bedf5"; + sha256_unsigned = "61e12f11dd97920b6a744c46cc7f40afc4719cad72dcbeaef35bba97915dd0af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-882-a1-initramfs-kernel.bin"; + sha256 = "0f1858d83dc45ca396899172d4573c70f07a5325e7dfab1c2be3e99cd3cd183e"; + sha256_unsigned = "0f1858d83dc45ca396899172d4573c70f07a5325e7dfab1c2be3e99cd3cd183e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-882-a1-squashfs-factory.bin"; + sha256 = "297ad6a8bbe901263afd02d06e16bc35740fa761a55f95117f6fa4b389d13f00"; + sha256_unsigned = "297ad6a8bbe901263afd02d06e16bc35740fa761a55f95117f6fa4b389d13f00"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-882-a1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-dlink_dir-882-r1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-882-r1-initramfs-kernel.bin"; + sha256 = "51024b85f584b3227a8713517cd308ceaf067652069ddc9eadbb46fbb03d2df7"; + sha256_unsigned = "51024b85f584b3227a8713517cd308ceaf067652069ddc9eadbb46fbb03d2df7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-882-r1-squashfs-sysupgrade.bin"; + sha256 = "f859c19214b3d24e6f5051d53bbf73a807a484cbe33b2999c8c79418479fb69d"; + sha256_unsigned = "358412d746ddac5dff1382f7e208e3ef900e8a60a3d05bc5637aee1b735bd6fc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dlink_dir-882-r1-squashfs-factory.bin"; + sha256 = "3508e3b390cfc6578b4e433f416091ea1666e34fdc1ed88b6dded955b866d5ca"; + sha256_unsigned = "3508e3b390cfc6578b4e433f416091ea1666e34fdc1ed88b6dded955b866d5ca"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-882-r1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dual-q_h721 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-dual-q_h721"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-dual-q_h721-squashfs-sysupgrade.bin"; + sha256 = "1061bf33ad8b72d06883f495646f37608ac0d493910f3dca97517fece2f56588"; + sha256_unsigned = "68c951474aa67e82f65e9a62cfdae73a5e802d97233eec50be6f5f4715578669"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-dual-q_h721-initramfs-kernel.bin"; + sha256 = "e5fc4436d1c272f562c2bf0ba2b0c3c93ff19fd4781f4630cc816cc37dd337e1"; + sha256_unsigned = "e5fc4436d1c272f562c2bf0ba2b0c3c93ff19fd4781f4630cc816cc37dd337e1"; + type = "kernel"; + } + ]; + supported_devices = [ + "dual-q,h721" + ]; + titles = [ + { + model = "H721"; + vendor = "Dual-Q"; + } + ]; + }; + edimax_ra21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-edimax_ra21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin"; + sha256 = "86aa6ecaa56c267ac3a78c2261ef46f05ad424610a17704e43ccc80c9710f606"; + sha256_unsigned = "21ed100717f87e3ce31da148cbb9630d6b8aa5390d75330b0af8b4914f2de852"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-edimax_ra21s-initramfs-kernel.bin"; + sha256 = "9a27e027bd9682c3ebb13961c4d3644211785603a5252bb6ef40764ad738729e"; + sha256_unsigned = "9a27e027bd9682c3ebb13961c4d3644211785603a5252bb6ef40764ad738729e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"; + sha256 = "a2333ed831b8077eff0e40b555faf23ebdd9fb16185539aabf178ba15fcc2274"; + sha256_unsigned = "a2333ed831b8077eff0e40b555faf23ebdd9fb16185539aabf178ba15fcc2274"; + type = "factory"; + } + ]; + supported_devices = [ + "edimax,ra21s" + ]; + titles = [ + { + model = "RA21S"; + vendor = "Edimax"; + } + { + model = "Gemini RA21S"; + vendor = "Edimax"; + } + ]; + }; + edimax_re23s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-edimax_re23s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-edimax_re23s-squashfs-sysupgrade.bin"; + sha256 = "f14b425eb518a89f2fb47565ccc402b37f6c74575738deed5b7398fdc863c7d7"; + sha256_unsigned = "2f73c2501b9180f05c2db26f809dc4061231480b4dab68bbd2184c6b34b1369d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-edimax_re23s-initramfs-kernel.bin"; + sha256 = "2e38ac88a39a05360fb5592b5b34bae05fcafce6d3899f154f9a63270a70c2f7"; + sha256_unsigned = "2e38ac88a39a05360fb5592b5b34bae05fcafce6d3899f154f9a63270a70c2f7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-edimax_re23s-squashfs-factory.bin"; + sha256 = "5a94dbde6e4cd3f734f97edd585d7942db41074cfd6784e20f3040a49619cf0a"; + sha256_unsigned = "5a94dbde6e4cd3f734f97edd585d7942db41074cfd6784e20f3040a49619cf0a"; + type = "factory"; + } + ]; + supported_devices = [ + "edimax,re23s" + ]; + titles = [ + { + model = "RE23S"; + vendor = "Edimax"; + } + { + model = "Gemini RE23S"; + vendor = "Edimax"; + } + ]; + }; + edimax_rg21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-edimax_rg21s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-edimax_rg21s-initramfs-kernel.bin"; + sha256 = "375b8c506f86430a7aefb06240436d058ed68efea87bc23605ff9468c0c19ebb"; + sha256_unsigned = "375b8c506f86430a7aefb06240436d058ed68efea87bc23605ff9468c0c19ebb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-edimax_rg21s-squashfs-factory.bin"; + sha256 = "c51af62ef72f23d13848dacf207b45a65b10b7c17c8b5743a806df77990f78d4"; + sha256_unsigned = "c51af62ef72f23d13848dacf207b45a65b10b7c17c8b5743a806df77990f78d4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-edimax_rg21s-squashfs-sysupgrade.bin"; + sha256 = "34ed20adc78bd5724bece26d8ba57e6b31f8022cc93ae7113311a8323499af6f"; + sha256_unsigned = "ca158aac9800b2447ae17926eb9637ecc2e5c771f1020920b00c3b8baa0d2245"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,rg21s" + ]; + titles = [ + { + model = "Gemini AC2600 RG21S"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "028cd9c92385327e188cf854f2a953c654e767c006ff29c71068ac34131d9a74"; + sha256_unsigned = "de2e810a500a34857afc619fa6ea5f0df5d14afcb90ddc8ec6caf3b5bc349bea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "cd83fae6c72a760a57e5bd0a5a18097810c7d0d9152aacf9a000da8e96c7f63e"; + sha256_unsigned = "cd83fae6c72a760a57e5bd0a5a18097810c7d0d9152aacf9a000da8e96c7f63e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1167ghbk2-s-initramfs-kernel.bin"; + sha256 = "359bd78755696dafbdf70d5c0d4ccaaf6fd12b8a08064b09fc311e74bb78ad1c"; + sha256_unsigned = "359bd78755696dafbdf70d5c0d4ccaaf6fd12b8a08064b09fc311e74bb78ad1c"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + model = "WRC-1167GHBK2-S"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gs2-b = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1167gs2-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-factory.bin"; + sha256 = "893a7786d92bfec10754ab0d895ef70655c2d6bb7e794976ecd396f6a287f221"; + sha256_unsigned = "893a7786d92bfec10754ab0d895ef70655c2d6bb7e794976ecd396f6a287f221"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1167gs2-b-initramfs-kernel.bin"; + sha256 = "a598b1361ca45ba382df8751f6858cffe650021ad3b13d3a4f52d53da392981d"; + sha256_unsigned = "a598b1361ca45ba382df8751f6858cffe650021ad3b13d3a4f52d53da392981d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-sysupgrade.bin"; + sha256 = "4464583415f22079889cecbe796860d9cb491f171cd21f94d0b45ad8f65cab78"; + sha256_unsigned = "b0736186ed8f1f690c0ace4cf7133f6354e9d76d1e2b6127ff934c6480f06243"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gs2-b" + ]; + titles = [ + { + model = "WRC-1167GS2-B"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1167gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1167gst2-squashfs-factory.bin"; + sha256 = "4bbd04b945565375049078aca1fce9e2c2ced75942b8dd740888641ec578832f"; + sha256_unsigned = "4bbd04b945565375049078aca1fce9e2c2ced75942b8dd740888641ec578832f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1167gst2-initramfs-kernel.bin"; + sha256 = "cef95d236b174c0da10f591014f6aa8d76560ba4c1575b1df56e2f5a11a81ab3"; + sha256_unsigned = "cef95d236b174c0da10f591014f6aa8d76560ba4c1575b1df56e2f5a11a81ab3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1167gst2-squashfs-sysupgrade.bin"; + sha256 = "ba117148f6b89d82cec51a8fef5d0f0287557b689374157638a3b3baa920df94"; + sha256_unsigned = "7e8c2cb6fbccded774707d61a4952d6d3de50679f5097633836e8254ac4784fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gst2" + ]; + titles = [ + { + model = "WRC-1167GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gs = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1750gs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1750gs-initramfs-kernel.bin"; + sha256 = "c6ed1aed2c00697e80e618f768fd3de1a62904b4916d19863877ded496f816f2"; + sha256_unsigned = "c6ed1aed2c00697e80e618f768fd3de1a62904b4916d19863877ded496f816f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1750gs-squashfs-factory.bin"; + sha256 = "0d279ed0289de3236d207a8e3ef2df77af7f9e9dc96b31388aac6da8077db167"; + sha256_unsigned = "0d279ed0289de3236d207a8e3ef2df77af7f9e9dc96b31388aac6da8077db167"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1750gs-squashfs-sysupgrade.bin"; + sha256 = "008803c3e6d7c8837a40676d56c7c4b01320d3afd441870d6211c49b47c0a124"; + sha256_unsigned = "732ab1369bf6b2c6c98a6f4433a604ecb97befa9a796a339448e39389d622771"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gs" + ]; + titles = [ + { + model = "WRC-1750GS"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1750gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1750gst2-initramfs-kernel.bin"; + sha256 = "6b25c617926b359095606f91fc4222cdbd35e05ff4bfdb15ada9fb6dfc0ef2df"; + sha256_unsigned = "6b25c617926b359095606f91fc4222cdbd35e05ff4bfdb15ada9fb6dfc0ef2df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1750gst2-squashfs-factory.bin"; + sha256 = "6e8b8aa17c8732ea853b194fdaa8be16aae33d3c7c00b3609e0406809a4bc826"; + sha256_unsigned = "6e8b8aa17c8732ea853b194fdaa8be16aae33d3c7c00b3609e0406809a4bc826"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1750gst2-squashfs-sysupgrade.bin"; + sha256 = "1a91a790e9eac457f00707f9a85e286f1d28ea4b169b979b8f2877f12ee84d2f"; + sha256_unsigned = "d6dbe104bf35448ca8690ea89cde5d33cebfbc9cd913715a3b9f5478e50b426e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gst2" + ]; + titles = [ + { + model = "WRC-1750GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gsv = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1750gsv"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1750gsv-initramfs-kernel.bin"; + sha256 = "845c20ca01c26e6789a71716aa541c902b588c8461b6b46c01312cbd350ec93b"; + sha256_unsigned = "845c20ca01c26e6789a71716aa541c902b588c8461b6b46c01312cbd350ec93b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1750gsv-squashfs-sysupgrade.bin"; + sha256 = "4fc4b631e4e33afd148617c53c0e99e67728c53f017a8de9c9963cd9ae0d5d4d"; + sha256_unsigned = "b724a1d5a58f7a1c3b77cbd692c5a19a4d626d66d1abab3c9f056164dccc1a0d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1750gsv-squashfs-factory.bin"; + sha256 = "30bbcd6a578a3babb1d289d6583ec78e0617247ed75b8a03edc77f2916d56cc6"; + sha256_unsigned = "30bbcd6a578a3babb1d289d6583ec78e0617247ed75b8a03edc77f2916d56cc6"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gsv" + ]; + titles = [ + { + model = "WRC-1750GSV"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "6206f476175b72983e83e155c1643a5aef367ca36dee3335267a69cddc584b67"; + sha256_unsigned = "311465f4463094e1d3bab28a29bd275adefe3257325186d21768cb4107dd1328"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1900gst-initramfs-kernel.bin"; + sha256 = "c3a95ccc18466da5cf6482968f16d264347b4cc88d90c534081aa2cb83e5d8ff"; + sha256_unsigned = "c3a95ccc18466da5cf6482968f16d264347b4cc88d90c534081aa2cb83e5d8ff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "fbd0d920c1a2fb3ed8517dc936763ac78d4230fc63ee9f3d668503b1ebb5af84"; + sha256_unsigned = "fbd0d920c1a2fb3ed8517dc936763ac78d4230fc63ee9f3d668503b1ebb5af84"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + model = "WRC-1900GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533ghbk-i = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-2533ghbk-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-sysupgrade.bin"; + sha256 = "cfdb3510ba911ebd09d242966f00a84ca5bcbbaafd29705d9e1dfa8134ec1d5a"; + sha256_unsigned = "898d22f915cb1a439133f3445159752d99dd3dff5be488f5ce68250b66fa2b62"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-factory.bin"; + sha256 = "9b7ea4ceca0f6fee8702317ec583aa966b603defa7d6af439a7dc7432484bd3d"; + sha256_unsigned = "9b7ea4ceca0f6fee8702317ec583aa966b603defa7d6af439a7dc7432484bd3d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-2533ghbk-i-initramfs-kernel.bin"; + sha256 = "9d3067876f10093b1fb36b27040174828ecf189f14d31e0a7ab5a9723ed1bde6"; + sha256_unsigned = "9d3067876f10093b1fb36b27040174828ecf189f14d31e0a7ab5a9723ed1bde6"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533ghbk-i" + ]; + titles = [ + { + model = "WRC-2533GHBK-I"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gs2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-2533gs2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-2533gs2-squashfs-sysupgrade.bin"; + sha256 = "65ee998415327bff719de9324a5a7a98d83c06253a72e747bb2d166b823ccb60"; + sha256_unsigned = "bdd94c20e1d6a8ee4b448f01be5a86a89e31b6c8ee28ca39489af1a80d1069db"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-2533gs2-initramfs-kernel.bin"; + sha256 = "0e65fa2f65442e3f39f87d87f8075aa1bc44a999734e2f31e65448636154680d"; + sha256_unsigned = "0e65fa2f65442e3f39f87d87f8075aa1bc44a999734e2f31e65448636154680d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-2533gs2-squashfs-factory.bin"; + sha256 = "81d2bfca80804837d75ed32c05c9c3ddb4e503a067d34884d92e826655365abf"; + sha256_unsigned = "81d2bfca80804837d75ed32c05c9c3ddb4e503a067d34884d92e826655365abf"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gs2" + ]; + titles = [ + { + model = "WRC-2533GS2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-2533gst-initramfs-kernel.bin"; + sha256 = "a14bed0b9e8526972d2806f504faca338c1fbeb9d39a5f2a1e4e375a2cd8184f"; + sha256_unsigned = "a14bed0b9e8526972d2806f504faca338c1fbeb9d39a5f2a1e4e375a2cd8184f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "ff6091b0a16df234116b10631c7860352e88f49cccfb92a39b7cfdbdab24d139"; + sha256_unsigned = "ff6091b0a16df234116b10631c7860352e88f49cccfb92a39b7cfdbdab24d139"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "3e0a1eb6dd70fd177a9ac362e76d5ff81f9bc75508fe522cdbe3a0ac90db89fd"; + sha256_unsigned = "7fa36d63e213d9847673dd64a1638616512e42bb1fb8086bc620ccd8c2d3e7f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + model = "WRC-2533GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-2533gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-2533gst2-squashfs-sysupgrade.bin"; + sha256 = "487837ad8021865f1c067405bb9c9c23d0401899319543dd127cee0337d2df08"; + sha256_unsigned = "237172129e51f1da77376f5d55e951a27cd7ca0e1f219459c9a7b10edd76644e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-2533gst2-initramfs-kernel.bin"; + sha256 = "83a859684081eea1b374ef33c4a35fdffc9a283241b8f69eedca8b6233a37e6b"; + sha256_unsigned = "83a859684081eea1b374ef33c4a35fdffc9a283241b8f69eedca8b6233a37e6b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-elecom_wrc-2533gst2-squashfs-factory.bin"; + sha256 = "868c2064c143af401c88eb4d7d1d9d6ae5df4adfc2f6078a109ddaf5176857b0"; + sha256_unsigned = "868c2064c143af401c88eb4d7d1d9d6ae5df4adfc2f6078a109ddaf5176857b0"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst2" + ]; + titles = [ + { + model = "WRC-2533GST2"; + vendor = "ELECOM"; + } + ]; + }; + firefly_firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-firefly_firewrt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-firefly_firewrt-initramfs-kernel.bin"; + sha256 = "066b111b210b93e7277f298954520826db3b5ad40817e4fc670c46eaffbb93ab"; + sha256_unsigned = "066b111b210b93e7277f298954520826db3b5ad40817e4fc670c46eaffbb93ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-firefly_firewrt-squashfs-sysupgrade.bin"; + sha256 = "018519fe49695f068c761863a14b4c5852aae0a53600508e03ea535b39181749"; + sha256_unsigned = "8468cda673a41037d3e1498a5eb094f575f88d6a992cde2c8577fce78222384b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "firefly,firewrt" + "firewrt" + ]; + titles = [ + { + model = "FireWRT"; + vendor = "Firefly"; + } + ]; + }; + gehua_ghl-r-001 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-gehua_ghl-r-001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-gehua_ghl-r-001-initramfs-kernel.bin"; + sha256 = "960225a2720218acc1be43badbe506475e304163c4991684be8b4b786be0df80"; + sha256_unsigned = "960225a2720218acc1be43badbe506475e304163c4991684be8b4b786be0df80"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-gehua_ghl-r-001-squashfs-sysupgrade.bin"; + sha256 = "f9f4eb1a5c3acebe08c5bcb51579d635f174c05142023c16588e838bfa689658"; + sha256_unsigned = "52a1f072237527d3469ee6f1023fb1731ef44bc2b837aa9482c21d4b842b2eb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gehua,ghl-r-001" + ]; + titles = [ + { + model = "GHL-R-001"; + vendor = "GeHua"; + } + ]; + }; + glinet_gl-mt1300 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-glinet_gl-mt1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-glinet_gl-mt1300-squashfs-sysupgrade.bin"; + sha256 = "fd51b53d2314ccc7ae1a631900b3e50889de003e07c22e1dea59e15fb9f2055c"; + sha256_unsigned = "1f11952fdff4486fdb094972bc1dc5009fd843f20c5a3d07c6c76a356abb78dc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-glinet_gl-mt1300-initramfs-kernel.bin"; + sha256 = "49821943f6a2af69dd6317ac5a426450d57a5bf60e4f118fc0b15337c66e8e7d"; + sha256_unsigned = "49821943f6a2af69dd6317ac5a426450d57a5bf60e4f118fc0b15337c66e8e7d"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt1300" + ]; + titles = [ + { + model = "GL-MT1300"; + vendor = "GL.iNet"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "8932b3560b310e509d44f23d1cf3940a30a950ddae2474026560cb011e400d98"; + sha256_unsigned = "0b844d3612d4a2891631c093873bf06e235e05e339aaedfc4e4f747e2ecd3fe8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-gnubee_gb-pc1-initramfs-kernel.bin"; + sha256 = "813275f33ea6fded09956525d48463867a6edd56d2b464c40494c92d2e03ac85"; + sha256_unsigned = "813275f33ea6fded09956525d48463867a6edd56d2b464c40494c92d2e03ac85"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + model = "Personal Cloud One"; + vendor = "GnuBee"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "73e5df7833db15afd43ff831c26fffbdc1ab332083c5585f7e1e36ab6c467f68"; + sha256_unsigned = "a9a8042d7d437b88752677bedb8241044751de8a9df458a8dc02468702dae825"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-gnubee_gb-pc2-initramfs-kernel.bin"; + sha256 = "362a57cd5ac412ce9f765a4a2eb105f31515193aaac2ae5e22c6af5083a743ea"; + sha256_unsigned = "362a57cd5ac412ce9f765a4a2eb105f31515193aaac2ae5e22c6af5083a743ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + model = "Personal Cloud Two"; + vendor = "GnuBee"; + } + ]; + }; + hilink_hlk-7621a-evb = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-hilink_hlk-7621a-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-hilink_hlk-7621a-evb-initramfs-kernel.bin"; + sha256 = "21d721eff2857553eca0e8f616c952762c2cd6ddfc6e6a539d3ed9f7c7936dcc"; + sha256_unsigned = "21d721eff2857553eca0e8f616c952762c2cd6ddfc6e6a539d3ed9f7c7936dcc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-hilink_hlk-7621a-evb-squashfs-sysupgrade.bin"; + sha256 = "b98adbdb0dfc8f32e499a7cc393b371b2c2eeebae8d897190abb68f5387f6002"; + sha256_unsigned = "2deb76a293d484bcdf5195e47815f86f85dbc001102a97cc3dcb420171767d96"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7621a-evb" + ]; + titles = [ + { + model = "HLK-7621A evaluation board"; + vendor = "HiLink"; + } + ]; + }; + hiwifi_hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-hiwifi_hc5962"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-hiwifi_hc5962-initramfs-kernel.bin"; + sha256 = "e25242807187d3d715e81d03f000b320292eefee598c433a694af41031aace69"; + sha256_unsigned = "e25242807187d3d715e81d03f000b320292eefee598c433a694af41031aace69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-hiwifi_hc5962-squashfs-sysupgrade.bin"; + sha256 = "af4f63ebd0ae0b7fb543d96023b60394b5727b8c627491a49567df4b6358f5e3"; + sha256_unsigned = "6220bbb04e0690f588e8249c9edfdfa109441716a9c260cfb513d7436218125f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-hiwifi_hc5962-squashfs-factory.bin"; + sha256 = "6ba6ca16ce5b2ce6f3127ff54879d24744c98f6f57e07d9d05df4e28a07542b4"; + sha256_unsigned = "6ba6ca16ce5b2ce6f3127ff54879d24744c98f6f57e07d9d05df4e28a07542b4"; + type = "factory"; + } + ]; + supported_devices = [ + "hiwifi,hc5962" + ]; + titles = [ + { + model = "HC5962"; + vendor = "HiWiFi"; + } + ]; + }; + humax_e10 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-humax_e10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-humax_e10-squashfs-factory.bin"; + sha256 = "fc1fa799fdb264740fa44f679b78fc14b2419c0586d7705fa45bfa6075ba1dcc"; + sha256_unsigned = "fc1fa799fdb264740fa44f679b78fc14b2419c0586d7705fa45bfa6075ba1dcc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-humax_e10-initramfs-kernel.bin"; + sha256 = "dd58c7c07bb2c0d394898eae939431a60ca9a256402dc2872ebc362ff50db805"; + sha256_unsigned = "dd58c7c07bb2c0d394898eae939431a60ca9a256402dc2872ebc362ff50db805"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-humax_e10-squashfs-sysupgrade.bin"; + sha256 = "3a236169d240926afa38d1aa39f44fb2e0926984bb40cfa4cb37fd48705dbff2"; + sha256_unsigned = "eb14eceee5eeec990587c6f440d304f7bc3d13b29c70f19c3bb781b95b8b2d6d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "humax,e10" + ]; + titles = [ + { + model = "E10"; + vendor = "HUMAX"; + } + { + model = "QUANTUM E10"; + vendor = "HUMAX"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "b5b223b7127fc9c9fe2eeaea8faf0633824b3c5955e8797ce4a4d40a2844f1cd"; + sha256_unsigned = "778704983fa20ab2ee5eb8e0b47355e794afbc075f04fbb865115e8e02e6ff8d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wn-ax1167gr-initramfs-kernel.bin"; + sha256 = "2eacfc574f723d0dba4b06799670835a9cef7569ec6917b6644769fa0ba9c75a"; + sha256_unsigned = "2eacfc574f723d0dba4b06799670835a9cef7569ec6917b6644769fa0ba9c75a"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + model = "WN-AX1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax1167gr2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-iodata_wn-ax1167gr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wn-ax1167gr2-squashfs-sysupgrade.bin"; + sha256 = "c65bfa6d71077ae273316fe5c35bb1aceaf06f46c060cdbc91dce9140a7a66ee"; + sha256_unsigned = "b401b1c86ed1f2f785603b83eb5e2c004ac5613a81ee0ce131d6b1b2ce1c9480"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wn-ax1167gr2-initramfs-kernel.bin"; + sha256 = "86b8ec5b7934f50f9e041111b31ce6219ea0f75f995af8b975ebb0b007360ebc"; + sha256_unsigned = "86b8ec5b7934f50f9e041111b31ce6219ea0f75f995af8b975ebb0b007360ebc"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr2" + ]; + titles = [ + { + model = "WN-AX1167GR2"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-iodata_wn-ax2033gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wn-ax2033gr-squashfs-sysupgrade.bin"; + sha256 = "59c6fae1d907eff50ed40a3a03cb3458bff420b9bc9d7a9f54cdf049060d4283"; + sha256_unsigned = "fff080a899a4a3aaaee75c571ad943e0f5872a63381b27d8cdb94ff882075509"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wn-ax2033gr-initramfs-kernel.bin"; + sha256 = "5633a0236043a61d09367f5aeb60a4f689070fba30fda1a46e691adf34258ad4"; + sha256_unsigned = "5633a0236043a61d09367f5aeb60a4f689070fba30fda1a46e691adf34258ad4"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax2033gr" + ]; + titles = [ + { + model = "WN-AX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1167r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-iodata_wn-dx1167r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wn-dx1167r-squashfs-sysupgrade.bin"; + sha256 = "33017446938da86c969d565fab4f2f4651bd09cf1fdef8384c1a382f7bc499eb"; + sha256_unsigned = "5f9b53e3b371054005182cc73e91992ade1869b76e0fc74c56a575070760e2f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wn-dx1167r-initramfs-kernel.bin"; + sha256 = "0ab578f29d92814a106f39eb45836f19ef8d7c376b4587427a50401c55070044"; + sha256_unsigned = "0ab578f29d92814a106f39eb45836f19ef8d7c376b4587427a50401c55070044"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1167r" + ]; + titles = [ + { + model = "WN-DX1167R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1200gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-iodata_wn-dx1200gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wn-dx1200gr-initramfs-kernel.bin"; + sha256 = "b3cd5a37a9a6c6817a6e70c4cb9b29592f4e183521a0dc490d90b39c1c300a07"; + sha256_unsigned = "b3cd5a37a9a6c6817a6e70c4cb9b29592f4e183521a0dc490d90b39c1c300a07"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wn-dx1200gr-squashfs-sysupgrade.bin"; + sha256 = "1b83384cd079b2bd72dfe447a393ebd254e4d6c6f16fe1e995ba293694567cf3"; + sha256_unsigned = "be4b2040b594f092f12bfebf4982c87a79f2c8f7772f15df3b090d7d6f90ed27"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-dx1200gr" + ]; + titles = [ + { + model = "WN-DX1200GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-iodata_wn-dx2033gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wn-dx2033gr-initramfs-kernel.bin"; + sha256 = "4b96f6bf920412d64aacf46574c2d8e3b03740c9694251f4b98de4fe4e9fcb35"; + sha256_unsigned = "4b96f6bf920412d64aacf46574c2d8e3b03740c9694251f4b98de4fe4e9fcb35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wn-dx2033gr-squashfs-sysupgrade.bin"; + sha256 = "20e7f79b9ec6284c46203c37b872b0d82857703f0ac276fa45da80dce67b86a5"; + sha256_unsigned = "61833b9bc39f8027c73ee350640387276488576f33efd7930a6414a7baf8fefe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-dx2033gr" + ]; + titles = [ + { + model = "WN-DX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "8093e6f8e8881201d112a6d899d17ac9b24adf2e9432fa3a8a7146999a11831b"; + sha256_unsigned = "e520e4ee82e5e18c856ff83585df506526cf99fc85833fe21bed2e69f6cbf701"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wn-gx300gr-initramfs-kernel.bin"; + sha256 = "a6a7542d6202d507c45972f7f68a153fb4c32e9fc2e335aab3133240ca94928d"; + sha256_unsigned = "a6a7542d6202d507c45972f7f68a153fb4c32e9fc2e335aab3133240ca94928d"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + model = "WN-GX300GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wnpr2600g = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-iodata_wnpr2600g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wnpr2600g-squashfs-factory.bin"; + sha256 = "7016f00aebaae668550f2d556901f4e019276a33af306f7c8e2e720316c0d8b4"; + sha256_unsigned = "7016f00aebaae668550f2d556901f4e019276a33af306f7c8e2e720316c0d8b4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wnpr2600g-squashfs-sysupgrade.bin"; + sha256 = "9c1806d0509fd4945e621f1100ea2f755e7f8bdcf5cde2e39a58e23c5bfcbd38"; + sha256_unsigned = "2f12cefd6d88b4791086d29a5aa7f864241943f157ddabcf25a421d42eecdfec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-iodata_wnpr2600g-initramfs-kernel.bin"; + sha256 = "62951f9f30db733959f149819faee20631dae611b9f7a20221b58fdf7a8f3368"; + sha256_unsigned = "62951f9f30db733959f149819faee20631dae611b9f7a20221b58fdf7a8f3368"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wnpr2600g" + ]; + titles = [ + { + model = "WNPR2600G"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a3002mesh = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-iptime_a3002mesh"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_a3002mesh-initramfs-kernel.bin"; + sha256 = "403bda77bb985bb152c75a60c68c05fd2a1ce2afc12d969224900f8400553e1c"; + sha256_unsigned = "403bda77bb985bb152c75a60c68c05fd2a1ce2afc12d969224900f8400553e1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_a3002mesh-squashfs-sysupgrade.bin"; + sha256 = "74765be6a930e2757d4f416e7179cdb5cdbdbe045005fe572e9fde2be2a083cf"; + sha256_unsigned = "1ecbf4ecff4f591c2890f7e8071a5fcd13c8cb45ad1f75e474327cd0ad1792d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3002mesh" + ]; + titles = [ + { + model = "A3002MESH"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a3004ns-dual = { + device_packages = [ + "kmod-usb3" + "kmod-mt76x2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-iptime_a3004ns-dual"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_a3004ns-dual-initramfs-kernel.bin"; + sha256 = "6fbe487a257f38ee7ba7c896671fed92978b50e64b013c83e0f0faa553ea6b4c"; + sha256_unsigned = "6fbe487a257f38ee7ba7c896671fed92978b50e64b013c83e0f0faa553ea6b4c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_a3004ns-dual-squashfs-sysupgrade.bin"; + sha256 = "297897d992c65820a6e33e6c6a5563df3db52aad40f8e7fd34ee2f7c5a1438c4"; + sha256_unsigned = "555f8924d6c2b77358d4b83e8719035da38e455f63b09acd63da362d3d2dc5c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3004ns-dual" + ]; + titles = [ + { + model = "A3004NS-dual"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a3004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-iptime_a3004t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_a3004t-squashfs-sysupgrade.bin"; + sha256 = "0249848060441d2b0beffbcb7fda276be6624c21762215f3587fc9bd4cdeb1be"; + sha256_unsigned = "66003536c2e4dc3da957fe22df0d52a0242cc7520657f421b9183bedf3bb79bb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_a3004t-initramfs-kernel.bin"; + sha256 = "82fb9ba07c540798fdcdb6d5e42143b301723976c9cbf1552c35940cd9f34f89"; + sha256_unsigned = "82fb9ba07c540798fdcdb6d5e42143b301723976c9cbf1552c35940cd9f34f89"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3004t" + ]; + titles = [ + { + model = "A3004T"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a6004ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-iptime_a6004ns-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_a6004ns-m-squashfs-sysupgrade.bin"; + sha256 = "5c030e9a45a621ccdca4148154538ef9edc4605613c6282a57daec2f0c6f1dc7"; + sha256_unsigned = "f809f5b36e68f48161cab8c89bafdd7950686513bf7f43c4c8393013e5c41ca4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_a6004ns-m-initramfs-kernel.bin"; + sha256 = "e53ef97bfabc82f0f0fccce6e96f331f26ce45a61ecf1c199c23c7e74db56322"; + sha256_unsigned = "e53ef97bfabc82f0f0fccce6e96f331f26ce45a61ecf1c199c23c7e74db56322"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a6004ns-m" + ]; + titles = [ + { + model = "A6004NS-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a6ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-iptime_a6ns-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_a6ns-m-squashfs-sysupgrade.bin"; + sha256 = "20a631a8907251198ddf6c989a71543b70f07cb1c7b99020b30c8f075bf7f4ff"; + sha256_unsigned = "1e5c9e4357e3bd2740bc551d27068b4ff8f4d8ae4cd8a29172e81e8bc563675a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_a6ns-m-initramfs-kernel.bin"; + sha256 = "36683355b5f37872f33d9daac39d0c14c170e079f049515b94c9af3bbb811a3d"; + sha256_unsigned = "36683355b5f37872f33d9daac39d0c14c170e079f049515b94c9af3bbb811a3d"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a6ns-m" + ]; + titles = [ + { + model = "A6ns-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a8004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-iptime_a8004t"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_a8004t-initramfs-kernel.bin"; + sha256 = "e747f718bea90a1c8e122b2f2fdfc001304505f9ef3a89443c93700d2bb95a74"; + sha256_unsigned = "e747f718bea90a1c8e122b2f2fdfc001304505f9ef3a89443c93700d2bb95a74"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_a8004t-squashfs-sysupgrade.bin"; + sha256 = "3aeadd4afbd04384c2a08f2fd19937ce30b0df4b7cda316863168a1e18d008b8"; + sha256_unsigned = "ec60c6eedeacbd11cfec920809cde2cc5f84c77e81ab067d6281c8b408fc6050"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a8004t" + ]; + titles = [ + { + model = "A8004T"; + vendor = "ipTIME"; + } + ]; + }; + iptime_ax2004m = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-iptime_ax2004m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_ax2004m-initramfs-kernel.bin"; + sha256 = "e51914d505f0da1d53625160a1342a1d8d2bf66febf85950354d8d3a50895cfc"; + sha256_unsigned = "e51914d505f0da1d53625160a1342a1d8d2bf66febf85950354d8d3a50895cfc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_ax2004m-squashfs-recovery.bin"; + sha256 = "acd67d033230e54b2f0ca86b3943f74c2d683262a091127e5cbefc95d0b0ad50"; + sha256_unsigned = "acd67d033230e54b2f0ca86b3943f74c2d683262a091127e5cbefc95d0b0ad50"; + type = "recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_ax2004m-squashfs-sysupgrade.bin"; + sha256 = "3d127b1c307d760fe38bc5d585cbbea6baceab66fd52b98a77ad43a1189e0216"; + sha256_unsigned = "e62d30c767e8fe2ac4ae914aa6700662bc4d186ae3292753aa2213b02cb7d753"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,ax2004m" + ]; + titles = [ + { + model = "AX2004M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_t5004 = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-iptime_t5004"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_t5004-initramfs-kernel.bin"; + sha256 = "aa91beafb5f0b2e9e7b37ac94d4ae5324093087163314b3727c7d6da1168212f"; + sha256_unsigned = "aa91beafb5f0b2e9e7b37ac94d4ae5324093087163314b3727c7d6da1168212f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-iptime_t5004-squashfs-sysupgrade.bin"; + sha256 = "c036fc5f4c6be430c1613e60c438740db6953cd452af8057e7ca784934c096d0"; + sha256_unsigned = "7cfc2706ad623db301f0570cd4675afafbc82781dc98905a35672ff11478d807"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,t5004" + ]; + titles = [ + { + model = "T5004"; + vendor = "ipTIME"; + } + ]; + }; + jcg_jhr-ac876m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-jcg_jhr-ac876m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-jcg_jhr-ac876m-squashfs-factory.bin"; + sha256 = "9afbfd3aa131db7c5f02cb2066149e50c9b34cb0480ea861f25eebd50eac222c"; + sha256_unsigned = "9afbfd3aa131db7c5f02cb2066149e50c9b34cb0480ea861f25eebd50eac222c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-jcg_jhr-ac876m-initramfs-kernel.bin"; + sha256 = "53e4227e62e5572095151b9ec8c1228fec73cecac71245fb56cf4b66dc71ee14"; + sha256_unsigned = "53e4227e62e5572095151b9ec8c1228fec73cecac71245fb56cf4b66dc71ee14"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-jcg_jhr-ac876m-squashfs-sysupgrade.bin"; + sha256 = "3109f54b137f3337e897793fc8f69792659ca3adb357b3f33cba3eb941f86fad"; + sha256_unsigned = "39cd67ca276ffaa0ffc5f4869f9824968b925e4473a6ef6324edcdba94546c3b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jcg,jhr-ac876m" + ]; + titles = [ + { + model = "JHR-AC876M"; + vendor = "JCG"; + } + ]; + }; + jcg_q20 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-jcg_q20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-jcg_q20-squashfs-factory.bin"; + sha256 = "45aea85af70a810367ff06ff99c8886282eeccaae3533712ee7f466b195e1fa9"; + sha256_unsigned = "45aea85af70a810367ff06ff99c8886282eeccaae3533712ee7f466b195e1fa9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-jcg_q20-initramfs-kernel.bin"; + sha256 = "a7e8c49f3fd30d3b451e57904e696db01a77397e4d290b79bbc1bade214a2456"; + sha256_unsigned = "a7e8c49f3fd30d3b451e57904e696db01a77397e4d290b79bbc1bade214a2456"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-jcg_q20-squashfs-sysupgrade.bin"; + sha256 = "cba508885504d1304baa0dc6eccfbd8a1cbb0838c3b1bfd6280f38b163c323f5"; + sha256_unsigned = "65a4185a185373b82791a5aa16fc5541297d92d511f36de3106cc76209b5f9d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jcg,q20" + ]; + titles = [ + { + model = "Q20"; + vendor = "JCG"; + } + ]; + }; + jcg_y2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-jcg_y2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-jcg_y2-squashfs-factory.bin"; + sha256 = "8f3a590090d33c2fee3a3af63617cc7f67b2b2d32a7fc0b9d24fd2008e180ff9"; + sha256_unsigned = "8f3a590090d33c2fee3a3af63617cc7f67b2b2d32a7fc0b9d24fd2008e180ff9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-jcg_y2-initramfs-kernel.bin"; + sha256 = "bd6850cb9e367acce66ff40cc4fa57e727028b92f626a797a4f0dfad18cf25a4"; + sha256_unsigned = "bd6850cb9e367acce66ff40cc4fa57e727028b92f626a797a4f0dfad18cf25a4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-jcg_y2-squashfs-sysupgrade.bin"; + sha256 = "63bf021e2dc4e77786ee099220b211dac19d60406b82ab9134e5770b69123ee4"; + sha256_unsigned = "0fe350774b7c36eb783049f40ef483a00af4d37813ad77e627824d615c08bb6c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jcg,y2" + ]; + titles = [ + { + model = "Y2"; + vendor = "JCG"; + } + ]; + }; + lenovo_newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-lenovo_newifi-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-lenovo_newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "f54f67f0e08bab0e58f51851ed6ba23b38c9df9dd40ae75e7c1532cf98008c59"; + sha256_unsigned = "2ecba1bc169d0dda0ec5ef08d9b6a559afede5c5d1cd80f86f02a5cfdbc06f1d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-lenovo_newifi-d1-initramfs-kernel.bin"; + sha256 = "faf6f3cbad72ac935c3ecebd242dc8b5588da39ca867b64c383aa20475306ff3"; + sha256_unsigned = "faf6f3cbad72ac935c3ecebd242dc8b5588da39ca867b64c383aa20475306ff3"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-d1" + "newifi-d1" + ]; + titles = [ + { + model = "D1"; + vendor = "Newifi"; + } + ]; + }; + linksys_e5600 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-linksys_e5600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_e5600-squashfs-sysupgrade.bin"; + sha256 = "2440f928f0d3d7acf6ae5179f9b34ba38053b0d8071a58076971f969c67c942a"; + sha256_unsigned = "9b7384bbb0d8ae1ad6fe29548252d3f1419a95b989e1d67c38440556d76bdc9b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_e5600-initramfs-kernel.bin"; + sha256 = "cdee8a16f7690db66d51a4764e5f1e38f6b76abfc98ffb436e70460988317a2d"; + sha256_unsigned = "cdee8a16f7690db66d51a4764e5f1e38f6b76abfc98ffb436e70460988317a2d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_e5600-squashfs-factory.bin"; + sha256 = "d03265dfdf75a75de3a77e3086e347c6478b374f96b56d09fdf6c13016f3b04f"; + sha256_unsigned = "d03265dfdf75a75de3a77e3086e347c6478b374f96b56d09fdf6c13016f3b04f"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,e5600" + ]; + titles = [ + { + model = "E5600"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6350-v4 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-linksys_ea6350-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea6350-v4-squashfs-sysupgrade.bin"; + sha256 = "d3395d610691b8143db5060f3624cd45768c93dced01fc7eee9bb49cdcb7af24"; + sha256_unsigned = "46a8a9ca29a2e05cfcff2f79a1d5ec9dbb7012b90011e00f482aaa5276af33c1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea6350-v4-initramfs-kernel.bin"; + sha256 = "d573f73fe2fdbe134ff1e58a360f3996b301d3bb933f835721009d89fc785eae"; + sha256_unsigned = "d573f73fe2fdbe134ff1e58a360f3996b301d3bb933f835721009d89fc785eae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea6350-v4-squashfs-factory.bin"; + sha256 = "0d088d0c138932f56f02d870839e8af72eb4686c2d1fb2142d61cf99533a0259"; + sha256_unsigned = "0d088d0c138932f56f02d870839e8af72eb4686c2d1fb2142d61cf99533a0259"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea6350-v4" + ]; + titles = [ + { + model = "EA6350"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-linksys_ea7300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea7300-v1-squashfs-sysupgrade.bin"; + sha256 = "61ea9aba0336d549f5e9bf2a64985d6cd2d83c8f3ce4c0338bc7ab36f6182fec"; + sha256_unsigned = "d9a84c5c793277432f4410102de84eaafaa6371b42a891bd965962fce2f303e6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea7300-v1-squashfs-factory.bin"; + sha256 = "d56b3e3ba01ccc2064f8346ada350effee14d2031797a47f2a1bebf91a754c4f"; + sha256_unsigned = "d56b3e3ba01ccc2064f8346ada350effee14d2031797a47f2a1bebf91a754c4f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea7300-v1-initramfs-kernel.bin"; + sha256 = "1d3bec2cc8003f46e9ed55e5e380772ba2c79fe2c86a4167e1fdcd7d6f67b621"; + sha256_unsigned = "1d3bec2cc8003f46e9ed55e5e380772ba2c79fe2c86a4167e1fdcd7d6f67b621"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7300-v1" + ]; + titles = [ + { + model = "EA7300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-linksys_ea7300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea7300-v2-squashfs-sysupgrade.bin"; + sha256 = "df79eb44203ef22107612a533c142a144803f98c154f03dc4d702325304d9d04"; + sha256_unsigned = "f41df7b06859e3627f59666596b74c1dd64541dc3942f32f240ed8f7b684a8c5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea7300-v2-initramfs-kernel.bin"; + sha256 = "4b095c697d03ac035da5c81745adaf3fbb9b46e910a6da34cd8f048e975d43ce"; + sha256_unsigned = "4b095c697d03ac035da5c81745adaf3fbb9b46e910a6da34cd8f048e975d43ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea7300-v2-squashfs-factory.bin"; + sha256 = "a5bac957dca0e2cbb9ac329394ba34e3cbc4b0fb222a019c8a15963b2c2730c7"; + sha256_unsigned = "a5bac957dca0e2cbb9ac329394ba34e3cbc4b0fb222a019c8a15963b2c2730c7"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7300-v2" + ]; + titles = [ + { + model = "EA7300"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7500-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-linksys_ea7500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea7500-v2-squashfs-sysupgrade.bin"; + sha256 = "ee2e35a1665d232b10a8650fe1e365075993c549118217941461d3966dedf04b"; + sha256_unsigned = "1cb097c538e2b43bbe0bbc54e85bbb67b4f9e51ebd069d2b1517e4c314cb6fc4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea7500-v2-squashfs-factory.bin"; + sha256 = "cf89ab05eb63ecf69d2c70168628bfdb9b08f5005ab9a878097bb1b2ae11a051"; + sha256_unsigned = "cf89ab05eb63ecf69d2c70168628bfdb9b08f5005ab9a878097bb1b2ae11a051"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea7500-v2-initramfs-kernel.bin"; + sha256 = "248fd885896a43afc8e5c06db20f084703e5417f85dc51fc1c6e4aa2260d16ce"; + sha256_unsigned = "248fd885896a43afc8e5c06db20f084703e5417f85dc51fc1c6e4aa2260d16ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7500-v2" + ]; + titles = [ + { + model = "EA7500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-linksys_ea8100-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea8100-v1-squashfs-factory.bin"; + sha256 = "45b16b3f2dd02dcd42211b146eff15e057ce23d4a5a47d007d0ee4b048d797d9"; + sha256_unsigned = "45b16b3f2dd02dcd42211b146eff15e057ce23d4a5a47d007d0ee4b048d797d9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea8100-v1-squashfs-sysupgrade.bin"; + sha256 = "f3116cfd4183aeb12aad1b465a0d6caf3590945c900e398c5bac53d64b110b33"; + sha256_unsigned = "9bd40c3dd3d1294008bfbb063a34ec60a3ca51ba387bf98308e5188f9252c5d8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea8100-v1-initramfs-kernel.bin"; + sha256 = "d56152dc75b66c93a6cbef2225aed8fd8a3698fa631871fcc92949c0e344726b"; + sha256_unsigned = "d56152dc75b66c93a6cbef2225aed8fd8a3698fa631871fcc92949c0e344726b"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8100-v1" + ]; + titles = [ + { + model = "EA8100"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-linksys_ea8100-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea8100-v2-squashfs-factory.bin"; + sha256 = "0798b630319f8d50e5e845a80b05d4dca494506bcc18ceac6b094a2134b5bdfa"; + sha256_unsigned = "0798b630319f8d50e5e845a80b05d4dca494506bcc18ceac6b094a2134b5bdfa"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea8100-v2-initramfs-kernel.bin"; + sha256 = "0f9e8830b96c1c73d657f02e22e8966adda494d2b2e5b1fc77c76daa6303ead8"; + sha256_unsigned = "0f9e8830b96c1c73d657f02e22e8966adda494d2b2e5b1fc77c76daa6303ead8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_ea8100-v2-squashfs-sysupgrade.bin"; + sha256 = "8859036fc7fa8868a2947aca6f7c49e80ff5d9481f671e06dee861d8cdef3cc0"; + sha256_unsigned = "2665e7a83eac4321677f6fd2b98bc00957b89bd52f8a6adbfb576abbc5766cfc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8100-v2" + ]; + titles = [ + { + model = "EA8100"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_re6500 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-linksys_re6500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_re6500-squashfs-sysupgrade.bin"; + sha256 = "58e4b6d28b937860a20345b85eee04cdbd7d3c6ebc74838a4baaebb3efa652ec"; + sha256_unsigned = "01958df7a874dd63a45e0b3529dc402131150a7b896b5a18833fbead0f54348f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-linksys_re6500-initramfs-kernel.bin"; + sha256 = "7c291c5e5a17d37dcc349e9f686fb4beae5b94a2ab2caebaa44e3d493df32658"; + sha256_unsigned = "7c291c5e5a17d37dcc349e9f686fb4beae5b94a2ab2caebaa44e3d493df32658"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,re6500" + "re6500" + ]; + titles = [ + { + model = "RE6500"; + vendor = "Linksys"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "6427848b35e3f7773f4a15da8d906fd98ffe623d44ac117a60c1d4f4f131505a"; + sha256_unsigned = "d82870762d1c82be34eb0d43059729c3f7f643b1ca7a48bd13af7027dc77750d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-mediatek_ap-mt7621a-v60-initramfs-kernel.bin"; + sha256 = "6908dd71cc5ce8b7368c5fda9f6d98e1438eeee0994dde4a4e136c6427b4001a"; + sha256_unsigned = "6908dd71cc5ce8b7368c5fda9f6d98e1438eeee0994dde4a4e136c6427b4001a"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + model = "AP-MT7621A-V60 EVB"; + vendor = "Mediatek"; + } + ]; + }; + mediatek_mt7621-eval-board = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-mediatek_mt7621-eval-board"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-mediatek_mt7621-eval-board-squashfs-sysupgrade.bin"; + sha256 = "8a36777fb59bfc300637640c386e1f2295085e742245cbddea157733965749d3"; + sha256_unsigned = "dffe2f6bc1faacdaa018750512d8c6ad1e25389bc32aa5e332cea3fc4a274215"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-mediatek_mt7621-eval-board-initramfs-kernel.bin"; + sha256 = "66b95953e684629687b40d056ee95773c2c4fc55ba2ef767ac22128c3ef029cb"; + sha256_unsigned = "66b95953e684629687b40d056ee95773c2c4fc55ba2ef767ac22128c3ef029cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7621-eval-board" + "mt7621" + ]; + titles = [ + { + model = "MT7621 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercusys_mr70x-v1 = { + device_packages = [ + "kmod-mt7915e" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-mercusys_mr70x-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-mercusys_mr70x-v1-initramfs-kernel.bin"; + sha256 = "63aad6da1213eed74b752547e18c278f44d34f7858a7afd9dce9babc68661456"; + sha256_unsigned = "63aad6da1213eed74b752547e18c278f44d34f7858a7afd9dce9babc68661456"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-mercusys_mr70x-v1-squashfs-factory.bin"; + sha256 = "cf07e9d8b101c66f8d50a785ab31ef582621a2b3565afa3863854baa3a6cc487"; + sha256_unsigned = "cf07e9d8b101c66f8d50a785ab31ef582621a2b3565afa3863854baa3a6cc487"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-mercusys_mr70x-v1-squashfs-sysupgrade.bin"; + sha256 = "87cda63a2b40b73ee4097d0cd368d510630c75f4fbf600da660d75463cfcb5e8"; + sha256_unsigned = "e3264afa4d8d07a828d2c57a4a3691ea35ec4f248704d0f7b977ab264fb8052f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mercusys,mr70x-v1" + ]; + titles = [ + { + model = "MR70X"; + variant = "v1"; + vendor = "Mercusys"; + } + ]; + }; + mikrotik_routerboard-750gr3 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-mikrotik_routerboard-750gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-mikrotik_routerboard-750gr3-squashfs-sysupgrade.bin"; + sha256 = "f445af0c5620e9e076c8ac9622db05590e20cb190818d893bdc56b93ceb1ae9a"; + sha256_unsigned = "eff9b3c0e234d426522323a751398b3efc87e4c64f5f9e31f64819d358edc935"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-mikrotik_routerboard-750gr3-initramfs-kernel.bin"; + sha256 = "49b7612867d3d99d6bb03d6ecfe5d64cd1f012b8ded5a322698946d32ed06a5c"; + sha256_unsigned = "49b7612867d3d99d6bb03d6ecfe5d64cd1f012b8ded5a322698946d32ed06a5c"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-750gr3" + "mikrotik,rb750gr3" + ]; + titles = [ + { + model = "RouterBOARD 750Gr3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-760igs = { + device_packages = [ + "kmod-usb3" + "kmod-sfp" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-mikrotik_routerboard-760igs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin"; + sha256 = "855f2d7eace6278a76ad043f3a5d8306b8bac99fc114932b5c298080fb497f47"; + sha256_unsigned = "855f2d7eace6278a76ad043f3a5d8306b8bac99fc114932b5c298080fb497f47"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-mikrotik_routerboard-760igs-squashfs-sysupgrade.bin"; + sha256 = "616f162425dfc93fb0e3043e0f04742e3eeece4d371612825ca769f3e8b60277"; + sha256_unsigned = "2d4043a4face2ca03e3909d8b954de1f3d42b8a25470a0fc2221cdc78291efb1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-760igs" + ]; + titles = [ + { + model = "RouterBOARD 760iGS"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m11g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-mikrotik_routerboard-m11g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-mikrotik_routerboard-m11g-squashfs-sysupgrade.bin"; + sha256 = "7e4df8165187451945d41159a6edee3e96e62f9c076e981fbcbb2915529ac45a"; + sha256_unsigned = "7c652975e675d71f272f89771bb44b8757fbbd1e373b86af96d8cfda94ef50ec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-mikrotik_routerboard-m11g-initramfs-kernel.bin"; + sha256 = "7385ad701c9f9a2202f6ee409a74fca4b850bb3baa9286a0c0ab83c0a2db101b"; + sha256_unsigned = "7385ad701c9f9a2202f6ee409a74fca4b850bb3baa9286a0c0ab83c0a2db101b"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m11g" + "mikrotik,rbm11g" + ]; + titles = [ + { + model = "RouterBOARD M11G"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m33g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-mikrotik_routerboard-m33g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-mikrotik_routerboard-m33g-initramfs-kernel.bin"; + sha256 = "91cc701ab7a6989f50ce13cc367aee5947d3b04833d301640043835fd70781bd"; + sha256_unsigned = "91cc701ab7a6989f50ce13cc367aee5947d3b04833d301640043835fd70781bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-mikrotik_routerboard-m33g-squashfs-sysupgrade.bin"; + sha256 = "2fc6d55df29682d720933a9acac35fed9b871665095ecc75d56453be3859e27f"; + sha256_unsigned = "f29e9c912e235050a9b9a252ea5abe02f80ccf46c7b9ed25987c5c523cf98e5c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m33g" + "mikrotik,rbm33g" + ]; + titles = [ + { + model = "RouterBOARD M33G"; + vendor = "MikroTik"; + } + ]; + }; + mqmaker_witi = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-mqmaker_witi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-mqmaker_witi-initramfs-kernel.bin"; + sha256 = "13df0cd659ed2e640b3b1a848567a6c0288b384b5cb7984f95a7ebb765e6dfa0"; + sha256_unsigned = "13df0cd659ed2e640b3b1a848567a6c0288b384b5cb7984f95a7ebb765e6dfa0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-mqmaker_witi-squashfs-sysupgrade.bin"; + sha256 = "064622136cc655487f22d85322f1613239c89c6395e079d98b546839c7e97d61"; + sha256_unsigned = "5867086744305904e944fda03d4123b3f07f9133618f2c9c4f936cb022417d05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi" + "witi" + "mqmaker,witi-256m" + "mqmaker,witi-512m" + ]; + titles = [ + { + model = "WiTi"; + vendor = "MQmaker"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "e6e3d39b725383ef02aec1f0dbbe7b052e1c72c11942efbdd440ffcc887bb06e"; + sha256_unsigned = "2d5f71cb6526e1da87d5da5f78d181277f7d1e2fb88965494038f66ff14ae0b1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-mtc_wr1201-initramfs-kernel.bin"; + sha256 = "b6139fd781b7c28c8f2f329e400fbfc7c982b0b0bb37662ad5294741f4f3d58a"; + sha256_unsigned = "b6139fd781b7c28c8f2f329e400fbfc7c982b0b0bb37662ad5294741f4f3d58a"; + type = "kernel"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + model = "Wireless Router WR1201"; + vendor = "MTC"; + } + ]; + }; + mts_wg430223 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "uencrypt" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-mts_wg430223"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-mts_wg430223-squashfs-factory.trx"; + sha256 = "a2a56afa37f4dc005024741b752b042f9681c7066792c3036fc8e70cee9abb4f"; + sha256_unsigned = "a2a56afa37f4dc005024741b752b042f9681c7066792c3036fc8e70cee9abb4f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-mts_wg430223-squashfs-sysupgrade.bin"; + sha256 = "4cc91abc68893b293e75d21b278c2827418e7394d78a46eb3c0b4a7977eae4c5"; + sha256_unsigned = "ca42f5fcb6d9d2b16c58ce9002e713c0111a754c488aafcfb89bd90c8adb0c4b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-mts_wg430223-initramfs-kernel.bin"; + sha256 = "9d6eab66e17aa44d1465b85607c28d0bee5dd97166e35cedcbbf63fc479fedc8"; + sha256_unsigned = "9d6eab66e17aa44d1465b85607c28d0bee5dd97166e35cedcbbf63fc479fedc8"; + type = "kernel"; + } + ]; + supported_devices = [ + "mts,wg430223" + ]; + titles = [ + { + model = "WG430223"; + vendor = "MTS"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_ex6150-initramfs-kernel.bin"; + sha256 = "b9774d394407ddd2c715f7c0ba37d01053ccab78b978d40b32f287caa7d09eb6"; + sha256_unsigned = "b9774d394407ddd2c715f7c0ba37d01053ccab78b978d40b32f287caa7d09eb6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "69a7ec3bbd124877056e154c9d69a23cc604f4a041ea1f5678b1b07e5ecdb5db"; + sha256_unsigned = "dad948cc29cdc3e29d275c5c861f8996094a36535b79999f2a17af1bcbf1f250"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "7dc1226e727076c6e7a052229506f9baaea75582bc9e29adad7b1d7ed20a023a"; + sha256_unsigned = "7dc1226e727076c6e7a052229506f9baaea75582bc9e29adad7b1d7ed20a023a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + model = "EX6150"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-netgear_r6220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6220-squashfs-rootfs.bin"; + sha256 = "238f98e1e239962e4ddec4cbf0007c598a0fd3493ce5687ea52be93a44540448"; + sha256_unsigned = "238f98e1e239962e4ddec4cbf0007c598a0fd3493ce5687ea52be93a44540448"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6220-squashfs-kernel.bin"; + sha256 = "9e340e976654fcaf14a570a3219345b36c378fa45914db4958d93b7339889beb"; + sha256_unsigned = "9e340e976654fcaf14a570a3219345b36c378fa45914db4958d93b7339889beb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6220-squashfs-factory.img"; + sha256 = "aa7b037beb460f27f7695208395e0a8c5fbcdeda2943304ba53a5a48b7558bb1"; + sha256_unsigned = "aa7b037beb460f27f7695208395e0a8c5fbcdeda2943304ba53a5a48b7558bb1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin"; + sha256 = "7797092a18b7801931c63127261bb11e7ab3737217287f6c60d8a93fea1952ce"; + sha256_unsigned = "93cccacdd4c2a2d03fd0ab6282995533bec44e2f36ef3ac99502986581ed0743"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6220-initramfs-kernel.bin"; + sha256 = "1cb8132530142443c5a049939b287758ec62a7ded0a08062b233043ea775822d"; + sha256_unsigned = "1cb8132530142443c5a049939b287758ec62a7ded0a08062b233043ea775822d"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6220" + "r6220" + ]; + titles = [ + { + model = "R6220"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6260 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-netgear_r6260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6260-squashfs-rootfs.bin"; + sha256 = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + sha256_unsigned = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin"; + sha256 = "7d90db2c5485336d488fb997a14757b443efaeb0350e98cf976bed005aabc22c"; + sha256_unsigned = "ac0b2d195bc67b82a849914ac0e4a708993088bd8f9c4a6f9cc89110d53cbe54"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6260-squashfs-kernel.bin"; + sha256 = "1142ff995c2ccc7f637b2c8b985bd790299a9d55e54a541c12dd2d0bda6180e1"; + sha256_unsigned = "1142ff995c2ccc7f637b2c8b985bd790299a9d55e54a541c12dd2d0bda6180e1"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6260-initramfs-kernel.bin"; + sha256 = "3e4dc50858bb75ed9db74a90c8bcde3aff04a87ca8e79e56272e1d40ab7e0564"; + sha256_unsigned = "3e4dc50858bb75ed9db74a90c8bcde3aff04a87ca8e79e56272e1d40ab7e0564"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6260-squashfs-factory.img"; + sha256 = "c18f7aa0558ec374154d97af9edd9057461750a572923be2eaa09508b6505682"; + sha256_unsigned = "c18f7aa0558ec374154d97af9edd9057461750a572923be2eaa09508b6505682"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6260" + ]; + titles = [ + { + model = "R6260"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6350-initramfs-kernel.bin"; + sha256 = "a011006c7d98cdb0449f2ac2d66886ff9403f009f23d31b7598913306168f667"; + sha256_unsigned = "a011006c7d98cdb0449f2ac2d66886ff9403f009f23d31b7598913306168f667"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "c8832aa726be91cda642e2a0ca2ce4941bec647a6c33209be130a43f34eac805"; + sha256_unsigned = "c8832aa726be91cda642e2a0ca2ce4941bec647a6c33209be130a43f34eac805"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + sha256_unsigned = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "7211e5b4e17a9d5f1deecfbcc95eb41fc41776af4d04721b54e70494ec5cdbbf"; + sha256_unsigned = "84efd8ca246f3fdc7e4819bf4ad053c5eead19ba2808451324a7c73d3ac39f84"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "6a8bd61ee3788471f3ff1468446c117d50f246fcf646880b16a1a57f994f1285"; + sha256_unsigned = "6a8bd61ee3788471f3ff1468446c117d50f246fcf646880b16a1a57f994f1285"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + model = "R6350"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6700-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-netgear_r6700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6700-v2-squashfs-rootfs.bin"; + sha256 = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + sha256_unsigned = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6700-v2-initramfs-kernel.bin"; + sha256 = "e299141124622c8ade330ca12bb6f00d12e8ed0fd581d83ea5272270c2aff541"; + sha256_unsigned = "e299141124622c8ade330ca12bb6f00d12e8ed0fd581d83ea5272270c2aff541"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6700-v2-squashfs-sysupgrade.bin"; + sha256 = "417dceda566c352de36f2e7a8d0270e529960662d9ae29893e5801a1ec621e92"; + sha256_unsigned = "4003b7676c4b6ba233247706f524e0a501114362cbdbb4e42e08fba31b28d993"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6700-v2-squashfs-kernel.bin"; + sha256 = "853f69191c861ab61dd55763dfe192653aafbbc799b6d2a4e10b1d5873b84c8f"; + sha256_unsigned = "853f69191c861ab61dd55763dfe192653aafbbc799b6d2a4e10b1d5873b84c8f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6700-v2-squashfs-factory.img"; + sha256 = "6e59dd946228262e741ac003e26ac6fe5a21ab3eb83d15ae8400b66d42008f58"; + sha256_unsigned = "6e59dd946228262e741ac003e26ac6fe5a21ab3eb83d15ae8400b66d42008f58"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6700-v2" + ]; + titles = [ + { + model = "R6700"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2400"; + variant = "v1"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2100"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6800 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-netgear_r6800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6800-squashfs-sysupgrade.bin"; + sha256 = "940439ccd1c17776784fe407645b904ac9d48d2c29c285fdd36ed08a6a6773e6"; + sha256_unsigned = "17bf89f0aec6481584c88bfd08a027c1442492cde5199b008048123434bff72e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6800-squashfs-kernel.bin"; + sha256 = "05543681fceccebd18af580b1dbf9ec273e2859f1b6fcea8891de2c2afa7dca4"; + sha256_unsigned = "05543681fceccebd18af580b1dbf9ec273e2859f1b6fcea8891de2c2afa7dca4"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6800-initramfs-kernel.bin"; + sha256 = "93800b3e44c5dfb1ac6f7bc85b35893b243732f24e0127189ac0404d941051ae"; + sha256_unsigned = "93800b3e44c5dfb1ac6f7bc85b35893b243732f24e0127189ac0404d941051ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6800-squashfs-factory.img"; + sha256 = "d37059b832e94c987ed06acfd371c2718d4a8e93e5c4972d5d7abe8b5d11f1eb"; + sha256_unsigned = "d37059b832e94c987ed06acfd371c2718d4a8e93e5c4972d5d7abe8b5d11f1eb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6800-squashfs-rootfs.bin"; + sha256 = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + sha256_unsigned = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6800" + ]; + titles = [ + { + model = "R6800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6850 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-netgear_r6850"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6850-initramfs-kernel.bin"; + sha256 = "e4fbcae26b72dfd41fa93d72c30ebd761984fe1fe8fdedd7af4ae6ccf542517e"; + sha256_unsigned = "e4fbcae26b72dfd41fa93d72c30ebd761984fe1fe8fdedd7af4ae6ccf542517e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6850-squashfs-sysupgrade.bin"; + sha256 = "d1695248dd3d9bf2c211066db984bb5d2f35cd91aba74ad9cda4713ebaf6a74e"; + sha256_unsigned = "1d890cb0ee9c4a588ec71cd720c3ac6b472e6d142fc5c0759d611454f2f1b3b8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6850-squashfs-rootfs.bin"; + sha256 = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + sha256_unsigned = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6850-squashfs-factory.img"; + sha256 = "0f6141cbc56aa1c2a3dd9c8df607f8fb78844becf3bf378c07ffd060494ab218"; + sha256_unsigned = "0f6141cbc56aa1c2a3dd9c8df607f8fb78844becf3bf378c07ffd060494ab218"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6850-squashfs-kernel.bin"; + sha256 = "52b5a8e9dbe522779bd7d25ba5b74237b7584782807099fc09ff1135dd70f010"; + sha256_unsigned = "52b5a8e9dbe522779bd7d25ba5b74237b7584782807099fc09ff1135dd70f010"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6850" + ]; + titles = [ + { + model = "R6850"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6900-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-netgear_r6900-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6900-v2-initramfs-kernel.bin"; + sha256 = "1208194ef20a2bfc4527c21cfa6c83d3c8b101019991677978e71b9faa35f1fd"; + sha256_unsigned = "1208194ef20a2bfc4527c21cfa6c83d3c8b101019991677978e71b9faa35f1fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6900-v2-squashfs-sysupgrade.bin"; + sha256 = "1d1dad24543df8aa30a65e715601d140a0ea1dfe173837cc26b81ae29834fb67"; + sha256_unsigned = "18518d5750126d0f14209b59a162da683ffbc68857ab85bd6ce0ebda272369cb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6900-v2-squashfs-rootfs.bin"; + sha256 = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + sha256_unsigned = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6900-v2-squashfs-factory.img"; + sha256 = "2b097939bf10018b6b3080964f9d3bd655c65a9456f818c60229bc6f0432e369"; + sha256_unsigned = "2b097939bf10018b6b3080964f9d3bd655c65a9456f818c60229bc6f0432e369"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r6900-v2-squashfs-kernel.bin"; + sha256 = "5c4d7a1e6d99304d1768543a53f61e1281c800cac1952469fb8bfc49f8207f40"; + sha256_unsigned = "5c4d7a1e6d99304d1768543a53f61e1281c800cac1952469fb8bfc49f8207f40"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6900-v2" + ]; + titles = [ + { + model = "R6900"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7200 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-netgear_r7200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r7200-squashfs-kernel.bin"; + sha256 = "cdb63ddcf879c5a7661d66f07049cf41932b8e9c49b32505b02925439383f319"; + sha256_unsigned = "cdb63ddcf879c5a7661d66f07049cf41932b8e9c49b32505b02925439383f319"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r7200-squashfs-rootfs.bin"; + sha256 = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + sha256_unsigned = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r7200-squashfs-sysupgrade.bin"; + sha256 = "ef8557f51e94966b10a8ce2cde4e7d81a71e27343061c17626d40544a4654244"; + sha256_unsigned = "142274b53b75ca7979f0d8170e4d1d064094c01b27184cadd41392020321c639"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r7200-initramfs-kernel.bin"; + sha256 = "2ff807d1ee73312765404b6b7dc6b1af47bbdb324eff43eb9c180c5640b668b9"; + sha256_unsigned = "2ff807d1ee73312765404b6b7dc6b1af47bbdb324eff43eb9c180c5640b668b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r7200-squashfs-factory.img"; + sha256 = "2f64ec1b045a1f1c7c1377cb2e218ffc957b8bc65fa5d42c7dff404c33d43eb2"; + sha256_unsigned = "2f64ec1b045a1f1c7c1377cb2e218ffc957b8bc65fa5d42c7dff404c33d43eb2"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7200" + ]; + titles = [ + { + model = "R7200"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7450 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-netgear_r7450"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r7450-squashfs-sysupgrade.bin"; + sha256 = "b1a696ccc5af1ad25b108dd65267d3d68579074467113b3eb8aab7157866b817"; + sha256_unsigned = "55c20fd5b144428f8bc0c7621367edf183f8c6cfc9ed9f9eaab11cdca0a11c87"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r7450-squashfs-kernel.bin"; + sha256 = "00f803a7d77316bffd2899dc503dd42edc4ff0d408a9980782e6f4cabd6afe2b"; + sha256_unsigned = "00f803a7d77316bffd2899dc503dd42edc4ff0d408a9980782e6f4cabd6afe2b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r7450-squashfs-rootfs.bin"; + sha256 = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + sha256_unsigned = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r7450-initramfs-kernel.bin"; + sha256 = "64a7dcdb20706f67437e451f6e46e3ad34087a29ba1a9b8cbcf45fd88ad20437"; + sha256_unsigned = "64a7dcdb20706f67437e451f6e46e3ad34087a29ba1a9b8cbcf45fd88ad20437"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_r7450-squashfs-factory.img"; + sha256 = "478fbfd557d318b134b8ed4923122a2d8066a5438178501b6ab16b3bad36bc05"; + sha256_unsigned = "478fbfd557d318b134b8ed4923122a2d8066a5438178501b6ab16b3bad36bc05"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r7450" + ]; + titles = [ + { + model = "R7450"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac104 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-netgear_wac104"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_wac104-squashfs-sysupgrade.bin"; + sha256 = "9b4a212f9009438469db561e1afcad59eab8aa39d231a458326574addfbd8f8e"; + sha256_unsigned = "524495d8f68913ab30a25d55e91b5074decce358446ee09cef5c924b0a0ea69c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_wac104-squashfs-kernel.bin"; + sha256 = "c7af07a075f0f622009ca29395719ef8c2e569dbe7f84fd46ba3fa5bbdd16752"; + sha256_unsigned = "c7af07a075f0f622009ca29395719ef8c2e569dbe7f84fd46ba3fa5bbdd16752"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_wac104-squashfs-factory.img"; + sha256 = "9eaba42e93000582cad02ef84e846f90b440da656a941b04ae4945f1ca9db99d"; + sha256_unsigned = "9eaba42e93000582cad02ef84e846f90b440da656a941b04ae4945f1ca9db99d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_wac104-initramfs-kernel.bin"; + sha256 = "d15f01443ba0b1d1dac0360201d6558953d21948d9c35268fe5814bf2166a08e"; + sha256_unsigned = "d15f01443ba0b1d1dac0360201d6558953d21948d9c35268fe5814bf2166a08e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_wac104-squashfs-rootfs.bin"; + sha256 = "238f98e1e239962e4ddec4cbf0007c598a0fd3493ce5687ea52be93a44540448"; + sha256_unsigned = "238f98e1e239962e4ddec4cbf0007c598a0fd3493ce5687ea52be93a44540448"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,wac104" + ]; + titles = [ + { + model = "WAC104"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac124 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-netgear_wac124"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_wac124-squashfs-rootfs.bin"; + sha256 = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + sha256_unsigned = "e3737281d7fa889492c075753d4a039cfc95f2071133ff85afd5e2fd9371c941"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_wac124-squashfs-kernel.bin"; + sha256 = "3e22c9690b0d84e831ef2ccc72f8c8df8b555addc016bdb19967c6831f25c85a"; + sha256_unsigned = "3e22c9690b0d84e831ef2ccc72f8c8df8b555addc016bdb19967c6831f25c85a"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_wac124-initramfs-kernel.bin"; + sha256 = "1d7ecb3838ac7809ee9b5eaad320eda425462b9700ec85f17b0c8fe2b84edcf9"; + sha256_unsigned = "1d7ecb3838ac7809ee9b5eaad320eda425462b9700ec85f17b0c8fe2b84edcf9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_wac124-squashfs-sysupgrade.bin"; + sha256 = "d3198d7b1cd39f4fa230138efab67992210b0621bdfe0a8de6a85276f9c078fd"; + sha256_unsigned = "b07bab1757929b61b5029bdfcf8e091e8ec5445b454028e5bd4bc213c1c0cae2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_wac124-squashfs-factory.img"; + sha256 = "c623b0be0f5eefa8de7fa8c278baca7bc2fa360086f7a5d615f14d7baa5f8cb3"; + sha256_unsigned = "c623b0be0f5eefa8de7fa8c278baca7bc2fa360086f7a5d615f14d7baa5f8cb3"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wac124" + ]; + titles = [ + { + model = "WAC124"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wax202 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-netgear_wax202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_wax202-initramfs-kernel.bin"; + sha256 = "399672abe4e61915c31772ab84cafb94ff71b46bf06d66ad020f5b67057f3d85"; + sha256_unsigned = "399672abe4e61915c31772ab84cafb94ff71b46bf06d66ad020f5b67057f3d85"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_wax202-squashfs-sysupgrade.bin"; + sha256 = "d77353e1407c1b8afe2f3522ac5dba6918b9be36187dbba9cfb443b572b0eaf3"; + sha256_unsigned = "71db0ccd555d21b3bd7cf34f367f8e391dbe63aaaaf3ac998ae14eebd305e877"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_wax202-squashfs-factory.img"; + sha256 = "317b55a005194643fa83dd34808d861988c2bb565d4684ba678e47d93aa1a78a"; + sha256_unsigned = "317b55a005194643fa83dd34808d861988c2bb565d4684ba678e47d93aa1a78a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wax202" + ]; + titles = [ + { + model = "WAX202"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-netgear_wndr3700-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_wndr3700-v5-initramfs-kernel.bin"; + sha256 = "1932779f3d88b265acc8197875121adae03f24318c0b61bd6a5eec544141eeff"; + sha256_unsigned = "1932779f3d88b265acc8197875121adae03f24318c0b61bd6a5eec544141eeff"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_wndr3700-v5-squashfs-sysupgrade.bin"; + sha256 = "f62d3cadb813795f4d2bb613cf39739db4535a3f46c6c9d911a86127df6ff121"; + sha256_unsigned = "bbc5a35a0ac76ac9e7e4439af86b21429970205957ec7ac52189edafb4ad16e1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netgear_wndr3700-v5-squashfs-factory.img"; + sha256 = "d124e7dd0bbdc23f7ecaa9e2c263e3216fd05367c7538d2c4d4a0dfbb404820e"; + sha256_unsigned = "d124e7dd0bbdc23f7ecaa9e2c263e3216fd05367c7538d2c4d4a0dfbb404820e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v5" + "wndr3700v5" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v5"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-netis_wf2881"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-netis_wf2881-initramfs-kernel.bin"; + sha256 = "7b69af26c46c87a5cba6bba459e43f3973872bbbe73ddb80c7b9d6c87c78ce9e"; + sha256_unsigned = "7b69af26c46c87a5cba6bba459e43f3973872bbbe73ddb80c7b9d6c87c78ce9e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netis_wf2881-squashfs-factory.bin"; + sha256 = "265205f0ded73f66dfeb77e888706b437b6c291c2d6601dd4fef69401b2cf0ec"; + sha256_unsigned = "265205f0ded73f66dfeb77e888706b437b6c291c2d6601dd4fef69401b2cf0ec"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-netis_wf2881-squashfs-sysupgrade.bin"; + sha256 = "4fae47651cf298c57a612e75e388e8c0f0b6b0a8d20a0b70efd8a5ae037bb8b0"; + sha256_unsigned = "e0286c73041c5a5f2cc293de08694d5ec9545f9054b0224bbebf4aaf578d359e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netis,wf2881" + ]; + titles = [ + { + model = "WF2881"; + vendor = "NETIS"; + } + ]; + }; + oraybox_x3a = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-oraybox_x3a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-oraybox_x3a-initramfs-kernel.bin"; + sha256 = "54a04341e66f87a03eb3e87f256d2c2ce40fb2d97c9a99fc606ed61b512a54da"; + sha256_unsigned = "54a04341e66f87a03eb3e87f256d2c2ce40fb2d97c9a99fc606ed61b512a54da"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-oraybox_x3a-squashfs-sysupgrade.bin"; + sha256 = "d1a211f780cbaec50bfcab1e66ab4bf61363862a7d701e23a21156b4252ecbb8"; + sha256_unsigned = "be5e56666401363802cac3b5ed672b168e6290d91afe88b0a3e78f8180cc1ad6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "oraybox,x3a" + ]; + titles = [ + { + model = "X3A"; + vendor = "OrayBox"; + } + ]; + }; + phicomm_k2p = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-phicomm_k2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-phicomm_k2p-initramfs-kernel.bin"; + sha256 = "206e8c91b271d67c02c71debaba13133f9ce57e0385b1ce98c8bb63c4275370f"; + sha256_unsigned = "206e8c91b271d67c02c71debaba13133f9ce57e0385b1ce98c8bb63c4275370f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"; + sha256 = "68974e23bc9a77f3788efb91f11d33e16f9e61f706f22e01bf73cf956456e5de"; + sha256_unsigned = "2dcb96780968a5efc5362f966da5dafbd5774906e34583ad1de6657c6b0e7758"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2p" + "k2p" + ]; + titles = [ + { + model = "K2P"; + vendor = "Phicomm"; + } + { + model = "KE 2P"; + vendor = "Phicomm"; + } + ]; + }; + planex_vr500 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-planex_vr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-planex_vr500-squashfs-sysupgrade.bin"; + sha256 = "283e7cf10f96274e891c74fc047feae1ff257cffe8e6dfbd29a6e35891c81187"; + sha256_unsigned = "210957ea011092f5c9b18cc203e7f7d3011e8267c61b8b3a692f1d0a72c4a328"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-planex_vr500-initramfs-kernel.bin"; + sha256 = "8335362cf03327f256f27e0475c51ba5de0ff907cf2f02bb5f0c39a10628d27c"; + sha256_unsigned = "8335362cf03327f256f27e0475c51ba5de0ff907cf2f02bb5f0c39a10628d27c"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,vr500" + "vr500" + ]; + titles = [ + { + model = "VR500"; + vendor = "Planex"; + } + ]; + }; + raisecom_msg1500-x-00 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-raisecom_msg1500-x-00"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-raisecom_msg1500-x-00-squashfs-sysupgrade.bin"; + sha256 = "4fa164962daa5ee8a82555865a613898f2de4528f0823d1bf1b867126b4a24b4"; + sha256_unsigned = "d24cfdc4e1dd08bcc19e9f636dd6e28f0454cf57a6ae513b38d4939a2313f19a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-raisecom_msg1500-x-00-initramfs-kernel.bin"; + sha256 = "63441453072ac602d19ec3a855e34d6e18dfe04d56821e72868ce3a52c910e09"; + sha256_unsigned = "63441453072ac602d19ec3a855e34d6e18dfe04d56821e72868ce3a52c910e09"; + type = "kernel"; + } + ]; + supported_devices = [ + "raisecom,msg1500-x-00" + ]; + titles = [ + { + model = "MSG1500"; + variant = "X.00"; + vendor = "RAISECOM"; + } + ]; + }; + renkforce_ws-wn530hp3-a = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-renkforce_ws-wn530hp3-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-renkforce_ws-wn530hp3-a-squashfs-sysupgrade.bin"; + sha256 = "c9e1fd9667ecd4ff13e0f180a3a5f27ba1ff75287f8beff217997003cf5206f0"; + sha256_unsigned = "88e7da529ae296b83c2c184b0fced7c59a2e0f486f7f358c7e4255d5db028490"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-renkforce_ws-wn530hp3-a-initramfs-kernel.bin"; + sha256 = "28ce3ff9df4b91254c3a8f239d4b6960dec8c29e28ab109127403ba8f8f4415a"; + sha256_unsigned = "28ce3ff9df4b91254c3a8f239d4b6960dec8c29e28ab109127403ba8f8f4415a"; + type = "kernel"; + } + ]; + supported_devices = [ + "renkforce,ws-wn530hp3-a" + ]; + titles = [ + { + model = "WS-WN530HP3-A"; + vendor = "Renkforce"; + } + ]; + }; + samknows_whitebox-v8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-samknows_whitebox-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-samknows_whitebox-v8-squashfs-sysupgrade.bin"; + sha256 = "5aa75d34c0fa340ce7a218d97bffd945ba5fabb4ce8a33ad97c41c81843c8e22"; + sha256_unsigned = "59d82bebc2b5d7d00409e5d11e150ff0b2b36b7dfbd30ac625952f4eb2509254"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-samknows_whitebox-v8-initramfs-kernel.bin"; + sha256 = "ffb0758af9165e02e10b1a47bb57192ddfe5916a170d2e52178d8d07cf0918fa"; + sha256_unsigned = "ffb0758af9165e02e10b1a47bb57192ddfe5916a170d2e52178d8d07cf0918fa"; + type = "kernel"; + } + ]; + supported_devices = [ + "samknows,whitebox-v8" + "sk-wb8" + ]; + titles = [ + { + model = "Whitebox 8"; + vendor = "SamKnows"; + } + ]; + }; + sercomm_na502 = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-sercomm_na502"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-sercomm_na502-squashfs-sysupgrade.bin"; + sha256 = "4d65dcef68b0a597059dadedae78b86ca503b8a68609b9d116b9cce50fe0a730"; + sha256_unsigned = "0b7b01809e438bcc2f5ed3edfe670eebe4081e482f748e223263bd8f32156e36"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-sercomm_na502-initramfs-kernel.bin"; + sha256 = "e94071f069b68f8b0d3fcef28ed24eaad3a795eae594d8dfdf6286f92b68404e"; + sha256_unsigned = "e94071f069b68f8b0d3fcef28ed24eaad3a795eae594d8dfdf6286f92b68404e"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na502" + ]; + titles = [ + { + model = "NA502"; + vendor = "SERCOMM"; + } + ]; + }; + sercomm_na502s = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-serial" + "kmod-usb-serial-xr_usb_serial_common" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-sercomm_na502s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-sercomm_na502s-squashfs-sysupgrade.bin"; + sha256 = "5e65b3a1d47ff3adb46c02a020023bd9be8359ed01b98f2aa98dbb7ec448cedb"; + sha256_unsigned = "6f8fb90fd32c69dec08f46d3e24ed7dd5150a02c887cccf29c51e4136279062f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-sercomm_na502s-initramfs-kernel.bin"; + sha256 = "c45e0f6785ddd69bcc90844c0fa38ec541009235c434bfde30958a97f0465fc5"; + sha256_unsigned = "c45e0f6785ddd69bcc90844c0fa38ec541009235c434bfde30958a97f0465fc5"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na502s" + ]; + titles = [ + { + model = "NA502S"; + vendor = "SERCOMM"; + } + ]; + }; + storylink_sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-storylink_sap-g3200u3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-storylink_sap-g3200u3-initramfs-kernel.bin"; + sha256 = "c9b86885ce14e17a8dbb256dca2266a43e15c6b26caa4a6e9a60a4468cf885a2"; + sha256_unsigned = "c9b86885ce14e17a8dbb256dca2266a43e15c6b26caa4a6e9a60a4468cf885a2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-storylink_sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "c14bd6cfe63d6b9ec5574ff9e7469706e62120343e1e33315f1d22282efe78e7"; + sha256_unsigned = "85f572ebdbad385ce3ebc752dfd28ee4f5c92f5c1f211ba5df05287ae12981bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "storylink,sap-g3200u3" + "sap-g3200u3" + ]; + titles = [ + { + model = "SAP-G3200U3"; + vendor = "STORYLiNK"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-telco-electronics_x1-initramfs-kernel.bin"; + sha256 = "7425826788242cc1819b3fca1c6b963089153f29533d80b7312cf2b9f533a64d"; + sha256_unsigned = "7425826788242cc1819b3fca1c6b963089153f29533d80b7312cf2b9f533a64d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "231fa560cda938172606dbfbbdf85d2075fc877e0c51d36ca38218fdcc42e5d6"; + sha256_unsigned = "ee83dc059ffb149a41ac8e94f16abf30c5a836a4a0bca924c11790eee807328f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + model = "X1"; + vendor = "Telco Electronics"; + } + ]; + }; + tenbay_t-mb5eu-v01 = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-tenbay_t-mb5eu-v01"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-tenbay_t-mb5eu-v01-initramfs-kernel.bin"; + sha256 = "87afaa11f31581bc82c26d58858b5cb9084970b3c41e157224c5a94b831268e8"; + sha256_unsigned = "87afaa11f31581bc82c26d58858b5cb9084970b3c41e157224c5a94b831268e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tenbay_t-mb5eu-v01-squashfs-sysupgrade.bin"; + sha256 = "6ddbe469415f5eb56ef1c901e0c4c62e08ec33bdeb7d3814cbb81fe09310f549"; + sha256_unsigned = "5cfc2a1d9cc85deccd0bb6fe252e90c4a2be43d08739363ee4b74dd546c86b37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tenbay,t-mb5eu-v01" + "mt7621-dm2-t-mb5eu-v01-nor" + ]; + titles = [ + { + model = "T-MB5EU-V01"; + vendor = "Tenbay"; + } + ]; + }; + thunder_timecloud = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-thunder_timecloud"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-thunder_timecloud-initramfs-kernel.bin"; + sha256 = "7b81b653c0079227e224d18cbb6fbaacd4a1949fe34f71c880dee94165f2997b"; + sha256_unsigned = "7b81b653c0079227e224d18cbb6fbaacd4a1949fe34f71c880dee94165f2997b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-thunder_timecloud-squashfs-sysupgrade.bin"; + sha256 = "77b27d99e290878bf0019a44047f849b2388e0802c5e4f462938aa24a6e438c8"; + sha256_unsigned = "31eefcd8def9bcbba26f3681a5f8316690d654a3812248d3194e84ddb1791308"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "thunder,timecloud" + "timecloud" + ]; + titles = [ + { + model = "Timecloud"; + vendor = "Thunder"; + } + ]; + }; + totolink_a7000r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-totolink_a7000r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-totolink_a7000r-squashfs-sysupgrade.bin"; + sha256 = "b87fa5292463dbc9c5148ed2a80f57aa82e595dd7275cb1b71b962ae084be76b"; + sha256_unsigned = "8e9bffd26ad9476dbb5f5d5ddb2b8f2ac7369e4901c0b1f787ec3c8b417feb4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-totolink_a7000r-initramfs-kernel.bin"; + sha256 = "932083e0ee03e8ab3ff5648feb925f79e73154c50a7ca8a0db244113777da11f"; + sha256_unsigned = "932083e0ee03e8ab3ff5648feb925f79e73154c50a7ca8a0db244113777da11f"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,a7000r" + ]; + titles = [ + { + model = "A7000R"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_x5000r = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-totolink_x5000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-totolink_x5000r-initramfs-kernel.bin"; + sha256 = "ae9e9b1c5e39de3e0f4b28b145ba104daa9457e60a26e592be56047e3c12089c"; + sha256_unsigned = "ae9e9b1c5e39de3e0f4b28b145ba104daa9457e60a26e592be56047e3c12089c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-totolink_x5000r-squashfs-sysupgrade.bin"; + sha256 = "2cc300617c5fc29ea099217749e0db208261cfef61539b4116f462dcf5c9fca0"; + sha256_unsigned = "8c6e267e03aa8105d82606182a194ff92654dc464933dacc00f28cace19c31ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,x5000r" + ]; + titles = [ + { + model = "X5000R"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-a6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-tplink_archer-a6-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_archer-a6-v3-initramfs-kernel.bin"; + sha256 = "7c8f4e39b51833f50cdd906c11602816d41d0486eaa8371158c020a7ace0ecb7"; + sha256_unsigned = "7c8f4e39b51833f50cdd906c11602816d41d0486eaa8371158c020a7ace0ecb7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_archer-a6-v3-squashfs-factory.bin"; + sha256 = "be168c640afa4068bbda87799f9bd6a80a7c6f345d0c214ee5f88ca4feae619d"; + sha256_unsigned = "be168c640afa4068bbda87799f9bd6a80a7c6f345d0c214ee5f88ca4feae619d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_archer-a6-v3-squashfs-sysupgrade.bin"; + sha256 = "7262173501a7edea8d01de156754274351cec5d256ee7a969040093147033028"; + sha256_unsigned = "f379fc8a22726b8ec1ed53493404aeaaf3fb3832bc0c46d0db69d49d2903932b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-a6-v3" + ]; + titles = [ + { + model = "Archer A6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-ax23-v1 = { + device_packages = [ + "kmod-mt7915e" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-tplink_archer-ax23-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_archer-ax23-v1-squashfs-factory.bin"; + sha256 = "39a366c0220920e02a17b87ce38cd21d38f2d35d04f476428623474456681b4a"; + sha256_unsigned = "39a366c0220920e02a17b87ce38cd21d38f2d35d04f476428623474456681b4a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_archer-ax23-v1-initramfs-kernel.bin"; + sha256 = "5a02edc2abf644b393466a624c21193990b130c24adcb255c4475914558a9c8b"; + sha256_unsigned = "5a02edc2abf644b393466a624c21193990b130c24adcb255c4475914558a9c8b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_archer-ax23-v1-squashfs-sysupgrade.bin"; + sha256 = "5072d467d24b32454d82b1d365081e79b15cf51b80f1059d475cb7667cb7b83b"; + sha256_unsigned = "1a2619db592769641e3b848e1a515b35a146d603e4ee3febddc8ec7137a096d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-ax23-v1" + ]; + titles = [ + { + model = "Archer AX23"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-tplink_archer-c6-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_archer-c6-v3-squashfs-factory.bin"; + sha256 = "b3c3ac048e0397bcd0a895082412390b538dfe5186e369b5431e89c06cf61e85"; + sha256_unsigned = "b3c3ac048e0397bcd0a895082412390b538dfe5186e369b5431e89c06cf61e85"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_archer-c6-v3-squashfs-sysupgrade.bin"; + sha256 = "11e93f9f7b8e9c9b1176baac3b67bc688b0c28a20365f269c8e48f17341d0695"; + sha256_unsigned = "fd1754059bc92c5b95a37a6f82f39405d8da36bce44f6cc8cef1ae2610bebe53"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_archer-c6-v3-initramfs-kernel.bin"; + sha256 = "5299975d67993bd3352f7f45d40894208c3e09385019f8966a59e9ea3c9157d2"; + sha256_unsigned = "5299975d67993bd3352f7f45d40894208c3e09385019f8966a59e9ea3c9157d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v3" + ]; + titles = [ + { + model = "Archer C6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6u-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-tplink_archer-c6u-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_archer-c6u-v1-squashfs-factory.bin"; + sha256 = "8d83853f155dd4436bece06b162b1e72e318879c8ec994c766606d485a221a8c"; + sha256_unsigned = "8d83853f155dd4436bece06b162b1e72e318879c8ec994c766606d485a221a8c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_archer-c6u-v1-squashfs-sysupgrade.bin"; + sha256 = "d8e65feaa35f101c75fa733b8b65a424e9fee01d0a6735dee263499bad0d5ec2"; + sha256_unsigned = "049b4aa9f9f1bcdaa71a77a932c05f5d6974be613f9a63a49de4365278d2d9c1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_archer-c6u-v1-initramfs-kernel.bin"; + sha256 = "5abd0dc5a3ad560fef2ebebe7baee0da118dac79e861f50554835470d912eef9"; + sha256_unsigned = "5abd0dc5a3ad560fef2ebebe7baee0da118dac79e861f50554835470d912eef9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6u-v1" + ]; + titles = [ + { + model = "Archer C6U"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap235-wall-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-tplink_eap235-wall-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_eap235-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "b8895613b7dfd55b4067cab421ed059118c7fc8a85bd5d5aaedfe5ca80c26b8a"; + sha256_unsigned = "a17b1bb8fcc704838a271212bd627b25910e92db703dee8ef77911e4b3aa5c28"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_eap235-wall-v1-squashfs-factory.bin"; + sha256 = "591b0afe0722290537b50af89f9093472204185305772df0f257d5865aea7e14"; + sha256_unsigned = "591b0afe0722290537b50af89f9093472204185305772df0f257d5865aea7e14"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_eap235-wall-v1-initramfs-kernel.bin"; + sha256 = "618599e03f9a7c425da2afd1e0958103402d2c84437131fcea194bc204dd6cf1"; + sha256_unsigned = "618599e03f9a7c425da2afd1e0958103402d2c84437131fcea194bc204dd6cf1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap235-wall-v1" + ]; + titles = [ + { + model = "EAP235-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap615-wall-v1 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-tplink_eap615-wall-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_eap615-wall-v1-initramfs-kernel.bin"; + sha256 = "dde81f7e923e456d7800637cc28cd1b12377f94390a5ced707db449f9ed31768"; + sha256_unsigned = "dde81f7e923e456d7800637cc28cd1b12377f94390a5ced707db449f9ed31768"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_eap615-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "c2dcc4ca7d62f822e36aad54beb5f00a3d373a4e869b0c28a5ce70a2f05e7487"; + sha256_unsigned = "8e52f586144289ef53491ec7e1e03f81ac886ae7921d514bdaead5c8531ac347"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_eap615-wall-v1-squashfs-factory.bin"; + sha256 = "31d4c165c3066c0975b5fc43ad9ce9f3118c4dbc2f1c34464294ede3a4363330"; + sha256_unsigned = "31d4c165c3066c0975b5fc43ad9ce9f3118c4dbc2f1c34464294ede3a4363330"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap615-wall-v1" + ]; + titles = [ + { + model = "EAP615-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-tplink_re350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_re350-v1-initramfs-kernel.bin"; + sha256 = "689551c67583de52c7f331dc2ca0a06d155c50a54ec798206c59063e682a567d"; + sha256_unsigned = "689551c67583de52c7f331dc2ca0a06d155c50a54ec798206c59063e682a567d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350-v1" + "re350-v1" + ]; + titles = [ + { + model = "RE350"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re500-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-tplink_re500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_re500-v1-squashfs-factory.bin"; + sha256 = "0d6f440b6ccd3a5f96c039768725fd471ec544f68a4179135a5b4cb2dea99c54"; + sha256_unsigned = "0d6f440b6ccd3a5f96c039768725fd471ec544f68a4179135a5b4cb2dea99c54"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_re500-v1-initramfs-kernel.bin"; + sha256 = "a24be2b4d796cf12d82353975ccc99c6c8e1263b77a485234876c0ee14895686"; + sha256_unsigned = "a24be2b4d796cf12d82353975ccc99c6c8e1263b77a485234876c0ee14895686"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_re500-v1-squashfs-sysupgrade.bin"; + sha256 = "63776b642bd8046c7ba2785d9e14cffae33f171dd9c7e4d9def21b750b4f74ea"; + sha256_unsigned = "b59e5f7f9eb34d479187850e71650da74629a190aa6363bddb5c4f9a37d1913a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re500-v1" + ]; + titles = [ + { + model = "RE500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-tplink_re650-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_re650-v1-squashfs-factory.bin"; + sha256 = "1c9b201c4c003e1e67e35f1ad3d5dda0a7193daa108cd984c9c9e6f62f0a7cee"; + sha256_unsigned = "1c9b201c4c003e1e67e35f1ad3d5dda0a7193daa108cd984c9c9e6f62f0a7cee"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_re650-v1-squashfs-sysupgrade.bin"; + sha256 = "2ab5ca54fcf4e8a9226a75ffbbbfb02195ab67a375bfcd0ed990cdaef06ffe36"; + sha256_unsigned = "d08280e66951f70cc6a85dbb71906c8c51b8d541b2c6c37d7eea6de40005ad8b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_re650-v1-initramfs-kernel.bin"; + sha256 = "1f44173e9b6fa5a5e94479a359f1b7182dc62a8faff09386915095b253b383b6"; + sha256_unsigned = "1f44173e9b6fa5a5e94479a359f1b7182dc62a8faff09386915095b253b383b6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re650-v1" + ]; + titles = [ + { + model = "RE650"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-tplink_re650-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_re650-v2-initramfs-kernel.bin"; + sha256 = "2df38ad4b55829d28eb862ca454ee47518afc5532e50f8bf913da1352fb5a836"; + sha256_unsigned = "2df38ad4b55829d28eb862ca454ee47518afc5532e50f8bf913da1352fb5a836"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_re650-v2-squashfs-sysupgrade.bin"; + sha256 = "da57799052a7f3fda71ae2ded3c8c5c47e5ea9976fd1c80489c116178ff09c13"; + sha256_unsigned = "fd10377bd128d48acc38e8cbfa74e55977f124bb0aa086bf681ad54822520420"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_re650-v2-squashfs-factory.bin"; + sha256 = "5154fc29be79f0864e0adf7e49a59c52aa719416359810a4339fb21feb3e53c3"; + sha256_unsigned = "5154fc29be79f0864e0adf7e49a59c52aa719416359810a4339fb21feb3e53c3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re650-v2" + ]; + titles = [ + { + model = "RE650"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8631p-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-tplink_tl-wpa8631p-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_tl-wpa8631p-v3-squashfs-factory.bin"; + sha256 = "bcef713d634f3bfea3fa30da1c4ed20ac6377296c4b574dd0baf3f4e42525763"; + sha256_unsigned = "bcef713d634f3bfea3fa30da1c4ed20ac6377296c4b574dd0baf3f4e42525763"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_tl-wpa8631p-v3-initramfs-kernel.bin"; + sha256 = "4890e27c3d968535d82b201dc58019167d683b99de3e4849ac23b76f8988ce7c"; + sha256_unsigned = "4890e27c3d968535d82b201dc58019167d683b99de3e4849ac23b76f8988ce7c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-tplink_tl-wpa8631p-v3-squashfs-sysupgrade.bin"; + sha256 = "011d85d2b2242d71e7f82cd92909ab88191e4f01a5c17dfe9d2a933614f93699"; + sha256_unsigned = "5471347439c3d90f2121f95ceb5e367bcf78bd173e3b4667908cdfaa631a74d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8631p-v3" + ]; + titles = [ + { + model = "TL-WPA8631P"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_edgerouter-x = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-ubnt_edgerouter-x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-ubnt_edgerouter-x-initramfs-kernel.bin"; + sha256 = "c121cf1cff46087703f402e9b8ff7aabfb8093772f0b106ef8bfd67c3a0d9464"; + sha256_unsigned = "c121cf1cff46087703f402e9b8ff7aabfb8093772f0b106ef8bfd67c3a0d9464"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"; + sha256 = "e1445ecba9dce83c55ce2efb1ecad0f0d056bbe0935e99d406592b7be1199576"; + sha256_unsigned = "8306717179ffbc0864c941aaddc45c0ecb2fc5f06872834dff89272ca29e9c7d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x" + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + model = "EdgeRouter X"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-x-sfp = { + device_packages = [ + "-wpad-basic-wolfssl" + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-sfp" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-ubnt_edgerouter-x-sfp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-ubnt_edgerouter-x-sfp-initramfs-kernel.bin"; + sha256 = "8f77fa97c2ce39252d1f82a7bc99a30f8da900e93521af05e9623444ffadd6c5"; + sha256_unsigned = "8f77fa97c2ce39252d1f82a7bc99a30f8da900e93521af05e9623444ffadd6c5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"; + sha256 = "41ffb472199f09992e7bf605ef6b56f3d4fea0056d9e1c6ee8232cf19cb2c5d1"; + sha256_unsigned = "a624ade773b9c0a0454b224d72fb3580b7d371186101d23ccba9f055a7e1f540"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x-sfp" + "ubnt-erx-sfp" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + model = "EdgeRouter X SFP"; + vendor = "Ubiquiti"; + } + { + model = "EdgePoint R6"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lite = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-ubnt_unifi-6-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-ubnt_unifi-6-lite-squashfs-sysupgrade.bin"; + sha256 = "3e525e00908faeff3c6daff6a0b65df653a639f972b3915f4490090dc78e959a"; + sha256_unsigned = "44e9a3f2177ec30c1282ac5f752b52e3cd72a98f3bb72f53847ff1a694ae4c1d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-ubnt_unifi-6-lite-initramfs-kernel.bin"; + sha256 = "40f6edbc7e856c483c07b1241c608162d50edcfabbec7b903fa67e8fd0e38e2f"; + sha256_unsigned = "40f6edbc7e856c483c07b1241c608162d50edcfabbec7b903fa67e8fd0e38e2f"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lite" + ]; + titles = [ + { + model = "UniFi 6 Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-flexhd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-ubnt_unifi-flexhd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-ubnt_unifi-flexhd-initramfs-kernel.bin"; + sha256 = "716cf13ca8d848c93fd9bc90fb873e0b4ef9bcc222dbf56a1d2c6bc8c6c08ce6"; + sha256_unsigned = "716cf13ca8d848c93fd9bc90fb873e0b4ef9bcc222dbf56a1d2c6bc8c6c08ce6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-ubnt_unifi-flexhd-squashfs-sysupgrade.bin"; + sha256 = "fa2c36713c988efbc38812d1b98c1246dbedc0cf0b59fb14d7dc64a8b8cd53e7"; + sha256_unsigned = "40825d520dd69a3984fffe8a71260198017d9eed9acdce4cc00ee897f7331f3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-flexhd" + ]; + titles = [ + { + model = "UniFi FlexHD"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-nanohd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-ubnt_unifi-nanohd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-ubnt_unifi-nanohd-initramfs-kernel.bin"; + sha256 = "165a0e1d7bd0f55f0b65246c7d03fc6bc57e9d81179ddcb59e673fbfe63c7b99"; + sha256_unsigned = "165a0e1d7bd0f55f0b65246c7d03fc6bc57e9d81179ddcb59e673fbfe63c7b99"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-ubnt_unifi-nanohd-squashfs-sysupgrade.bin"; + sha256 = "15414487a7cc0fb58e28bf0de401cceba39176d5d39df21368b20a8cbe8dc355"; + sha256_unsigned = "8d0ff57eae5cea8356e653850b120c99f925b284d648c2ae11baea7ae115335d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-nanohd" + ]; + titles = [ + { + model = "UniFi nanoHD"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_usw-flex = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-ubnt_usw-flex"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-ubnt_usw-flex-squashfs-sysupgrade.bin"; + sha256 = "0e6cd01ddeb7b81f07e20c3868445f3b9126b6c329e6dd1871f5676a02a71252"; + sha256_unsigned = "996049920e32390c78a41a8b6fbf6eba871ddb3570bdbdd1f5fa8455c8347408"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-ubnt_usw-flex-initramfs-kernel.bin"; + sha256 = "de089625acbc704374bbcfbdd756b7d6cff6a5e2c827aeaba1c61e0d5ce34ab2"; + sha256_unsigned = "de089625acbc704374bbcfbdd756b7d6cff6a5e2c827aeaba1c61e0d5ce34ab2"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,usw-flex" + ]; + titles = [ + { + model = "UniFi Switch Flex"; + vendor = "Ubiquiti"; + } + ]; + }; + unielec_u7621-01-16m = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-unielec_u7621-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-unielec_u7621-01-16m-squashfs-sysupgrade.bin"; + sha256 = "b9127287a700473390722118f27edbf9d35c05d50d95d1c9c626e872049ad1d1"; + sha256_unsigned = "28a9bf8916752c5ee78b141b203d4a4e9169c617f6e78622d67e35894eac430e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-unielec_u7621-01-16m-initramfs-kernel.bin"; + sha256 = "a95ec388a17e4c7572d3676e5ed70a7f640acabd08ec3d20d64d6456ec15d71c"; + sha256_unsigned = "a95ec388a17e4c7572d3676e5ed70a7f640acabd08ec3d20d64d6456ec15d71c"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-01-16m" + ]; + titles = [ + { + model = "U7621-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-unielec_u7621-06-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-unielec_u7621-06-16m-initramfs-kernel.bin"; + sha256 = "4a4350f53015ccd353b7acaa530d1a86c639f79b6262df9654dac6e581012126"; + sha256_unsigned = "4a4350f53015ccd353b7acaa530d1a86c639f79b6262df9654dac6e581012126"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-unielec_u7621-06-16m-squashfs-sysupgrade.bin"; + sha256 = "eb1d5210d7387c118f20f9bec1faf8242da7318dbc7fee64a6b1f4c35fa35122"; + sha256_unsigned = "490cb3cd705d4c0ec221b24dc1ddd7fe9a99986cbcf4e821d8376421b4534396"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-16m" + "u7621-06-256M-16M" + "unielec,u7621-06-256m-16m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-64m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-unielec_u7621-06-64m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-unielec_u7621-06-64m-initramfs-kernel.bin"; + sha256 = "d59611d5ada05ba178d38cdfd62b6d6f0ad3fab805406216e274b966d273f07d"; + sha256_unsigned = "d59611d5ada05ba178d38cdfd62b6d6f0ad3fab805406216e274b966d273f07d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-unielec_u7621-06-64m-squashfs-sysupgrade.bin"; + sha256 = "49db5f4343b6d0cedde334ef3343216c4266fd299e46a52fab1bb4614cef32f5"; + sha256_unsigned = "e91fcf0115bcdc707bf25a21020d1728307312c49e816b75786040493090a619"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-64m" + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "64M"; + vendor = "UniElec"; + } + ]; + }; + wavlink_wl-wn531a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-wavlink_wl-wn531a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-wavlink_wl-wn531a6-initramfs-kernel.bin"; + sha256 = "1d132137f3cc2f925c94137e6fc7da95a4b22f2939eea369d37d1052e4e514c7"; + sha256_unsigned = "1d132137f3cc2f925c94137e6fc7da95a4b22f2939eea369d37d1052e4e514c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-wavlink_wl-wn531a6-squashfs-sysupgrade.bin"; + sha256 = "c78552428f68078274798c97708885d2c897bdba57753edd2c12334d46bb770f"; + sha256_unsigned = "ec75916552e0e6a82da42d870dc9e5788802f3806331a55b69743de5b58bd1a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a6" + ]; + titles = [ + { + model = "WL-WN531A6"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn533a8 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-wavlink_wl-wn533a8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-wavlink_wl-wn533a8-squashfs-sysupgrade.bin"; + sha256 = "13d05771370852577872d28bb3d1ee7d54ce97a1ca976342f7656f43ed87b2a2"; + sha256_unsigned = "bc61e46db239ed22c732d3a9d0d8fedf673242955cd169e7385d0bfed506f65f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-wavlink_wl-wn533a8-initramfs-WN533A8-kernel.bin"; + sha256 = "0c9a3afaa2e0a641ecb1cc10dff4e5725e546f0b30a2d3a0d814fdc53cd29e63"; + sha256_unsigned = "0c9a3afaa2e0a641ecb1cc10dff4e5725e546f0b30a2d3a0d814fdc53cd29e63"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn533a8" + ]; + titles = [ + { + model = "WL-WN533A8"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_ws-wn572hp3-4g = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-net-rndis" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-wavlink_ws-wn572hp3-4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-wavlink_ws-wn572hp3-4g-initramfs-kernel.bin"; + sha256 = "b824066b32e8839d90ab4523e1b0aa2c3461fe89a80a86c2fd309be62a4f000c"; + sha256_unsigned = "b824066b32e8839d90ab4523e1b0aa2c3461fe89a80a86c2fd309be62a4f000c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-wavlink_ws-wn572hp3-4g-squashfs-sysupgrade.bin"; + sha256 = "886e7f089e000756428d89dbd3bb6a00078aab9531f2aa50d88e61ee9ea613c9"; + sha256_unsigned = "4e4f8acb8d38f7a489f25b8c29363909a4b8a11c0e4753723228c411c19cd045"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,ws-wn572hp3-4g" + ]; + titles = [ + { + model = "WS-WN572HP3"; + variant = "4G"; + vendor = "Wavlink"; + } + ]; + }; + wevo_11acnas = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-wevo_11acnas"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-wevo_11acnas-squashfs-sysupgrade.bin"; + sha256 = "66e8597c5f3d39c873b7d9cf5f198d1ffa06e8d8cc1cccd57d947f3911a6be0e"; + sha256_unsigned = "a38e5896d808184dc5eac3921c2387008e397317ac12ba9c5a3c0746d66e3c5c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-wevo_11acnas-initramfs-kernel.bin"; + sha256 = "53bc22ac6d0f894cc43810c5d046b86b1d9c258ee6c0d7920f316a26ca4043d5"; + sha256_unsigned = "53bc22ac6d0f894cc43810c5d046b86b1d9c258ee6c0d7920f316a26ca4043d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,11acnas" + "11acnas" + ]; + titles = [ + { + model = "11AC NAS Router"; + vendor = "WeVO"; + } + ]; + }; + wevo_w2914ns-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-wevo_w2914ns-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-wevo_w2914ns-v2-initramfs-kernel.bin"; + sha256 = "c715e69a353a2e7b78ae6d09d4cb53e118e54424eeb8fcc54dfe723350674e13"; + sha256_unsigned = "c715e69a353a2e7b78ae6d09d4cb53e118e54424eeb8fcc54dfe723350674e13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-wevo_w2914ns-v2-squashfs-sysupgrade.bin"; + sha256 = "2af4047f4403c90a47d195172b66a5eb6708c3be164af1154d7cefdedbe633fe"; + sha256_unsigned = "c30c6efe43b8e1ca35ff60f1d11e5048808fdcbaf576d0ef726cddb7cf20c044"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,w2914ns-v2" + "w2914nsv2" + ]; + titles = [ + { + model = "W2914NS"; + variant = "v2"; + vendor = "WeVO"; + } + ]; + }; + winstars_ws-wn583a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-winstars_ws-wn583a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-winstars_ws-wn583a6-initramfs-WN583A6-kernel.bin"; + sha256 = "c8b76d0c445a72adcf8c0d88784bd530165e6236f774889728e4b5e0685c067a"; + sha256_unsigned = "c8b76d0c445a72adcf8c0d88784bd530165e6236f774889728e4b5e0685c067a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-winstars_ws-wn583a6-squashfs-sysupgrade.bin"; + sha256 = "622020963728fc8f57bfcc60bf91ea23161e5e9eb462f7a955672c74962d56a1"; + sha256_unsigned = "22abebc017888c7de8b778398be9f178e9765a6abaf666e3b2a56e30e97a4bf9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winstars,ws-wn583a6" + ]; + titles = [ + { + model = "WS-WN583A6"; + vendor = "Winstars"; + } + { + model = "AC2100"; + vendor = "Gemeita"; + } + ]; + }; + xiaomi_mi-router-3-pro = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-3-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-sysupgrade.bin"; + sha256 = "a3e37a72376de52551fb1e4d82971088dd9e71e4f356cf799ac109e9e3468226"; + sha256_unsigned = "fb3ba68d4f293cbf89459b541c5c55cf134ffe619c1e8ae1cf2ed7e91dacae09"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-3-pro-initramfs-kernel.bin"; + sha256 = "3b6e149b24b20b7dbc52d3f92307cebb6f54d442828360cb1082ff7ea9dbf9b4"; + sha256_unsigned = "3b6e149b24b20b7dbc52d3f92307cebb6f54d442828360cb1082ff7ea9dbf9b4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-factory.bin"; + sha256 = "a707fe1e59d70ae8a8fc9ac3de33896e1c34d651b8376b56d818a1460dfd04de"; + sha256_unsigned = "a707fe1e59d70ae8a8fc9ac3de33896e1c34d651b8376b56d818a1460dfd04de"; + type = "factory"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3-pro" + "xiaomi,mir3p" + ]; + titles = [ + { + model = "Mi Router 3 Pro"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-3g-squashfs-rootfs0.bin"; + sha256 = "f0375c238c27fca0a08bf9533c961896129dd6f1a4a9162d990bb2d76ac31f50"; + sha256_unsigned = "f0375c238c27fca0a08bf9533c961896129dd6f1a4a9162d990bb2d76ac31f50"; + type = "rootfs0"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-3g-initramfs-kernel.bin"; + sha256 = "96cad5f9d46d2acfbf8e0e44a3a3816d165715462c1687c0025e3fb03635b608"; + sha256_unsigned = "96cad5f9d46d2acfbf8e0e44a3a3816d165715462c1687c0025e3fb03635b608"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-3g-squashfs-kernel1.bin"; + sha256 = "679bb95843d9108f0dad66ab5937c0ab3641491323309244dd4d0f12afc31ace"; + sha256_unsigned = "679bb95843d9108f0dad66ab5937c0ab3641491323309244dd4d0f12afc31ace"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-3g-squashfs-sysupgrade.bin"; + sha256 = "b436def8c30881c85ec21e751b3e04e02de84b6fdc7e541bbf36573ecf35c827"; + sha256_unsigned = "7f10c81bdf198614246db3981a3fd0db4158f027d0e547b1604fc79bce21ceba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g" + "R3G" + "mir3g" + "xiaomi,mir3g" + ]; + titles = [ + { + model = "Mi Router 3G"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-3g-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-3g-v2-squashfs-sysupgrade.bin"; + sha256 = "4476f0c6ccbdadbce5a259fae7c1f43dc77bf921b6ad603ba2f7b64486c6ada4"; + sha256_unsigned = "311436f9e27f4d8fe4765e0049f5b577d7007f6da94f40e0412b78ca1391401d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-3g-v2-initramfs-kernel.bin"; + sha256 = "cf002c760df565840ca9aaaabaaf215017403b945177f8f0cb81aa9c2121ad90"; + sha256_unsigned = "cf002c760df565840ca9aaaabaaf215017403b945177f8f0cb81aa9c2121ad90"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g-v2" + "xiaomi,mir3g-v2" + ]; + titles = [ + { + model = "Mi Router 3G"; + variant = "v2"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-4-initramfs-kernel.bin"; + sha256 = "2dd9308fd3c4aee33d28b5b2f311a6f46b06bf2c266aa5f0fce105f9004e03ed"; + sha256_unsigned = "2dd9308fd3c4aee33d28b5b2f311a6f46b06bf2c266aa5f0fce105f9004e03ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-4-squashfs-sysupgrade.bin"; + sha256 = "f1e5890d3d57866ae3864a0e66a88352aa248935f34a170a192ba598537dd5d7"; + sha256_unsigned = "0dc0a7df47d4e061ba17cd60517bb7001b29667517cb15ab7cfc2a272741d85d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-4-squashfs-rootfs0.bin"; + sha256 = "bd8b7f126cc0edeea99384ccdd759cb07790cbbf772cd8882b43d5a8bb7ee9b8"; + sha256_unsigned = "bd8b7f126cc0edeea99384ccdd759cb07790cbbf772cd8882b43d5a8bb7ee9b8"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-4-squashfs-kernel1.bin"; + sha256 = "7897e62b92d24771c71f07b1fff9e8363a8aad68e004448b5a7a446675a816f2"; + sha256_unsigned = "7897e62b92d24771c71f07b1fff9e8363a8aad68e004448b5a7a446675a816f2"; + type = "kernel1"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4" + ]; + titles = [ + { + model = "Mi Router 4"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-gigabit = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-4a-gigabit"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin"; + sha256 = "b36871a04766f399144f28067b955a16497e8114beb508a2f66efda5a2c9d29a"; + sha256_unsigned = "c1d57fd308662ed71d12eedcb11297f9d8e0b9225ed9c129b2810b707575b66e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-4a-gigabit-initramfs-kernel.bin"; + sha256 = "663514c5538856a5d43520b23ceab034ebc8f290c24d2d741eaff972af9be3ad"; + sha256_unsigned = "663514c5538856a5d43520b23ceab034ebc8f290c24d2d741eaff972af9be3ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-gigabit" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "Gigabit Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-ac2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-ac2100-initramfs-kernel.bin"; + sha256 = "158788bc2228ac0992cfe35a6be0063fd57085f8eafd86d4a1947e5d9fddc9ac"; + sha256_unsigned = "158788bc2228ac0992cfe35a6be0063fd57085f8eafd86d4a1947e5d9fddc9ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "4e9ecc72197d12a8deefdde56432d6960a6a9f9b2cbc4a66c5eabb8a9a03c8a6"; + sha256_unsigned = "2eced8f540f45b3f1913f041bd6b3c6938a7bd2500faf387d808fc3cf060387b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "7c7e12cf80a3100871411e68aca37cd269cfdf9fabcf82d9aa799a84b6ad4d61"; + sha256_unsigned = "7c7e12cf80a3100871411e68aca37cd269cfdf9fabcf82d9aa799a84b6ad4d61"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "10b525a7a06362e4e5f219eb26fc8e48f6fe8b2bcaaed967bdb8b74d33b2ec37"; + sha256_unsigned = "10b525a7a06362e4e5f219eb26fc8e48f6fe8b2bcaaed967bdb8b74d33b2ec37"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-ac2100" + ]; + titles = [ + { + model = "Mi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6606 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-cr6606"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-cr6606-initramfs-kernel.bin"; + sha256 = "c74f6ee26a05aba3684028103e9334e1a10c94a2d069b1dbb159a186619d79f5"; + sha256_unsigned = "c74f6ee26a05aba3684028103e9334e1a10c94a2d069b1dbb159a186619d79f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-firmware.bin"; + sha256 = "f90a39a52337ba7ecf80287a253e7578aefdb65d90139913a1d930c3640a0963"; + sha256_unsigned = "f90a39a52337ba7ecf80287a253e7578aefdb65d90139913a1d930c3640a0963"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-sysupgrade.bin"; + sha256 = "d30f91163f4717659484c446fa8de76e1a9d6c16fa20bcd2b5f26612260d7ce9"; + sha256_unsigned = "7df056db8a69d9234b379a039f80bc34d059477575c34887c485277c741c84f5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6606" + ]; + titles = [ + { + model = "Mi Router CR6606"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6608 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-cr6608"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-cr6608-squashfs-firmware.bin"; + sha256 = "8bef496908ea42a85afd6b14a26f860cf1e8b1c2d5a67e000827a6d10c12f392"; + sha256_unsigned = "8bef496908ea42a85afd6b14a26f860cf1e8b1c2d5a67e000827a6d10c12f392"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-cr6608-squashfs-sysupgrade.bin"; + sha256 = "1b75962a404ffb54c2e19d81dd15cd480b1c171d86072220f871c4315a675096"; + sha256_unsigned = "24a1a2fbb5d6e8324f4fd3fe4c3e5fa2156de05221416313e0d2e0ce357a89d7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-cr6608-initramfs-kernel.bin"; + sha256 = "2ad761f43c0a8e38e2b09821ed0bcfc8a27573e8aba24ed9c6a0f6d2aeed1903"; + sha256_unsigned = "2ad761f43c0a8e38e2b09821ed0bcfc8a27573e8aba24ed9c6a0f6d2aeed1903"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6608" + ]; + titles = [ + { + model = "Mi Router CR6608"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6609 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-cr6609"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-cr6609-squashfs-firmware.bin"; + sha256 = "baac120b9f2a52e4992bb8c35978362b5ce155eb36ed0469b2d4b83a522c4288"; + sha256_unsigned = "baac120b9f2a52e4992bb8c35978362b5ce155eb36ed0469b2d4b83a522c4288"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-cr6609-squashfs-sysupgrade.bin"; + sha256 = "614e446f8719d8c7bab641b87326ad6956307203d7a569da2418443724974712"; + sha256_unsigned = "ddad148effe0959aa5d44d4575c9c3561666e529cee1564e41afae6b4deb7ef2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_mi-router-cr6609-initramfs-kernel.bin"; + sha256 = "2f6413b30373cc4849865bcbabb4ec75ab33b7e7763c872aa1383ff64c191f7f"; + sha256_unsigned = "2f6413b30373cc4849865bcbabb4ec75ab33b7e7763c872aa1383ff64c191f7f"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6609" + ]; + titles = [ + { + model = "Mi Router CR6609"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-xiaomi_redmi-router-ac2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "10b525a7a06362e4e5f219eb26fc8e48f6fe8b2bcaaed967bdb8b74d33b2ec37"; + sha256_unsigned = "10b525a7a06362e4e5f219eb26fc8e48f6fe8b2bcaaed967bdb8b74d33b2ec37"; + type = "rootfs0"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_redmi-router-ac2100-initramfs-kernel.bin"; + sha256 = "54640b32460c4a888626ef2477fc096e26fcf35a9cb667084fd1f3c38d1ef1d3"; + sha256_unsigned = "54640b32460c4a888626ef2477fc096e26fcf35a9cb667084fd1f3c38d1ef1d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "be162333aa8d27552503acbec14987a85aeb1d37f11f3f4132b8b529f2199901"; + sha256_unsigned = "e7b89408c694b21e38bb0349c3f875c083bd5c6e7ae9e3620f95ef841f3cf61e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "1bbcdb943843012514f3114d8e470007a591e1acc2121249d99b9d4d3c345f3c"; + sha256_unsigned = "1bbcdb943843012514f3114d8e470007a591e1acc2121249d99b9d4d3c345f3c"; + type = "kernel1"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ac2100" + ]; + titles = [ + { + model = "Redmi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaoyu_xy-c5 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-xiaoyu_xy-c5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaoyu_xy-c5-squashfs-sysupgrade.bin"; + sha256 = "23c87922423916d9079b2aae09cd22939dfafc0152dd99e2679c9c1f20e63b3a"; + sha256_unsigned = "114a414f7ebfaca0affaff31bf40424aae4b5e3ad88d362ca67d5d83ca971c9e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-xiaoyu_xy-c5-initramfs-kernel.bin"; + sha256 = "1614eaf55fa9509f70836ffbfef3a8a87dfe41b266d5cad172e0ba596c45a855"; + sha256_unsigned = "1614eaf55fa9509f70836ffbfef3a8a87dfe41b266d5cad172e0ba596c45a855"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaoyu,xy-c5" + ]; + titles = [ + { + model = "XY-C5"; + vendor = "XiaoYu"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "a01700a079dc9da9f6f66676ceabf83b5103f7b0ffab1f40eb3ae0f7188c6e8d"; + sha256_unsigned = "ad4645d73aba950c11eb68210ab58c1da68bc256c3600b50a1e879be4baa223c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-xzwifi_creativebox-v1-initramfs-kernel.bin"; + sha256 = "c36c6a1a9fdc617de46215084d1a1eb039a39731612e9a6b04a89fa608ea8d8a"; + sha256_unsigned = "c36c6a1a9fdc617de46215084d1a1eb039a39731612e9a6b04a89fa608ea8d8a"; + type = "kernel"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + model = "v1"; + vendor = "CreativeBox"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-youhua_wr1200js-initramfs-kernel.bin"; + sha256 = "e488a1afa21cdf9ca5d67ce5eb93f2f6bce35d519f9795852bb7012aec437d69"; + sha256_unsigned = "e488a1afa21cdf9ca5d67ce5eb93f2f6bce35d519f9795852bb7012aec437d69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "693d16508b22c24acb424790a5e43db1ebbf054bd409c79010b82c536b9b7d96"; + sha256_unsigned = "75708ccc20116baf110b505f5f7bdc3b44a7b99600b5a10701c7fe12821dd767"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + model = "WR1200JS"; + vendor = "YouHua"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "7ae22f86b4712e6c8a9be53b799f197aee76b96110a0f8906f17708ac406db14"; + sha256_unsigned = "8a2d763eb75728562e9a73179ee3cedc507c175fcd5c4312a3c536771686b28f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-youku_yk-l2-initramfs-kernel.bin"; + sha256 = "0f2aa540bb81a7d1269548b0412537e949de602c69a34199266e9585f9f057a0"; + sha256_unsigned = "0f2aa540bb81a7d1269548b0412537e949de602c69a34199266e9585f9f057a0"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + model = "YK-L2"; + vendor = "Youku"; + } + ]; + }; + yuncore_ax820 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-yuncore_ax820"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-yuncore_ax820-initramfs-kernel.bin"; + sha256 = "5e322743978154b95e40c9c28f24c85bf708761e9e8b7c730fdecea06be22bd7"; + sha256_unsigned = "5e322743978154b95e40c9c28f24c85bf708761e9e8b7c730fdecea06be22bd7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-yuncore_ax820-squashfs-sysupgrade.bin"; + sha256 = "c81a1d68d6e838f5e31ea4f0329b83efb51aee8b29ca7e7b08b42d08a84ca529"; + sha256_unsigned = "3d0156902f7bcb8e6fbda42935beec55ba20f6dcbb4deaa20d3b1298aa0e0913"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,ax820" + ]; + titles = [ + { + model = "AX820"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-we1326"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "42f1a91235e61a1c206d6537e2c58be3e422c6b3df4d651fa50db3a10aa4d41a"; + sha256_unsigned = "3d3668cdb9af9a592b53e4371a14c482203c7943d59d2574d649d86ead15dab0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-we1326-initramfs-kernel.bin"; + sha256 = "d232a2e7a976ad443979ded5408da878e2c628ef0356d78e00b82d78a8584300"; + sha256_unsigned = "d232a2e7a976ad443979ded5408da878e2c628ef0356d78e00b82d78a8584300"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1326" + "zbt-we1326" + ]; + titles = [ + { + model = "ZBT-WE1326"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-we3526-initramfs-kernel.bin"; + sha256 = "1a790f4aff0605dbcb69e2f54ecf1a197f50ca2e873ce82078fbbb2244222529"; + sha256_unsigned = "1a790f4aff0605dbcb69e2f54ecf1a197f50ca2e873ce82078fbbb2244222529"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "5566c3ee6c02cbd391a1a1276d29194028e87c9806f7c8308c7c867ed408e53a"; + sha256_unsigned = "d505346c04c39b4842a487c237c1feff48e9a1ed10730c318366d619ef4f4b9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + model = "ZBT-WE3526"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1602-16m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-wg1602-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-wg1602-16m-initramfs-kernel.bin"; + sha256 = "2990f12e75b70a08401a348ea9d32621ce993f17b6d294fe08f4178e8aa51205"; + sha256_unsigned = "2990f12e75b70a08401a348ea9d32621ce993f17b6d294fe08f4178e8aa51205"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-wg1602-16m-squashfs-sysupgrade.bin"; + sha256 = "9d63322b1e17190384f7c8429a78b969af49876ce8438cdfc7819264ff3b6aa5"; + sha256_unsigned = "69a81f2e96547596ab97be7efcc092f8d0bbe2e94e57dbd04653080ec88872d2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1602-16m" + ]; + titles = [ + { + model = "ZBT-WG1602"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1608-16m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-wg1608-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-wg1608-16m-squashfs-sysupgrade.bin"; + sha256 = "a4117ff1f5565f653645aa11814121ed14bd7c1abe95d2663198702f49f95995"; + sha256_unsigned = "dddd55d901bc330737db5007a7b07166a9645c44202a49272829cae848b4b0b2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-wg1608-16m-initramfs-kernel.bin"; + sha256 = "ab02761138171b5298bc62c98a65de148c741a268268228b21851a904a84a3e1"; + sha256_unsigned = "ab02761138171b5298bc62c98a65de148c741a268268228b21851a904a84a3e1"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1608-16m" + ]; + titles = [ + { + model = "ZBT-WG1608"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg2626 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-wg2626"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-wg2626-initramfs-kernel.bin"; + sha256 = "48eb2e842f4fa726b39936ba7d3458c7e25d02d70ac47ce0419f12c2a29ef69a"; + sha256_unsigned = "48eb2e842f4fa726b39936ba7d3458c7e25d02d70ac47ce0419f12c2a29ef69a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "b2102fca0f2d7d9b7ca3e08e3052d285021f53d74bbbf4ce7baf50acf81690c7"; + sha256_unsigned = "94ddc4cb9c02ee07edc4e025aa86109d7752796a70d9ba797426ebc889b78f6d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg2626" + "zbt-wg2626" + ]; + titles = [ + { + model = "ZBT-WG2626"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-wg3526-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-wg3526-16m-squashfs-sysupgrade.bin"; + sha256 = "8e533a7b5c00dc52d0df594bbe6ede4def967b6f0aecc5671eae4949bf27c1bb"; + sha256_unsigned = "ca67e450f9b442979211fcca93bcb8915a3e33ec16b3eab98a354ba6f166faeb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-wg3526-16m-initramfs-kernel.bin"; + sha256 = "29e6af4c8637dade3bd225bda884bdc76235c88541ae2a734913bf189c2af69e"; + sha256_unsigned = "29e6af4c8637dade3bd225bda884bdc76235c88541ae2a734913bf189c2af69e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-16m" + "zbt-wg3526" + "zbt-wg3526-16M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-32m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-wg3526-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-wg3526-32m-squashfs-sysupgrade.bin"; + sha256 = "8124b4f710222002cdfeab1f1e3489b39e277f30fd1927d3a6de323f2589cd56"; + sha256_unsigned = "31854eb0896d6a14e4e2db63d3eb9e578445e67b087e78f3d73f9d3fb5915a31"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-zbtlink_zbt-wg3526-32m-initramfs-kernel.bin"; + sha256 = "5bf566c065f1064db763a2beadeff0a64d29f8eadc17c4f559d7a56e9d8557e7"; + sha256_unsigned = "5bf566c065f1064db763a2beadeff0a64d29f8eadc17c4f559d7a56e9d8557e7"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-32m" + "ac1200pro" + "zbt-wg3526-32M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zio_freezio = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-zio_freezio"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-zio_freezio-squashfs-sysupgrade.bin"; + sha256 = "2e4b504edfad8e307c9c869039f843bf6e3c527f394b845aa695d767e7247a6d"; + sha256_unsigned = "78c5f115932b0f11fcf88382897665d9f99ddd2cd57ed7db03de9a95070e9a04"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-zio_freezio-initramfs-kernel.bin"; + sha256 = "4a0b79df8ac5c1f3308a697a162915211ca43812be082c93d78d618b67d6baeb"; + sha256_unsigned = "4a0b79df8ac5c1f3308a697a162915211ca43812be082c93d78d618b67d6baeb"; + type = "kernel"; + } + ]; + supported_devices = [ + "zio,freezio" + ]; + titles = [ + { + model = "FREEZIO"; + vendor = "ZIO"; + } + ]; + }; + zyxel_nr7101 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "uboot-envtools" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-zyxel_nr7101"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-zyxel_nr7101-initramfs-recovery.bin"; + sha256 = "f2a4e1bfadc5946cc126139c90e3a415f90c26a40bcf4c0a2d51d882db160360"; + sha256_unsigned = "f2a4e1bfadc5946cc126139c90e3a415f90c26a40bcf4c0a2d51d882db160360"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-zyxel_nr7101-squashfs-sysupgrade.bin"; + sha256 = "df84318d6d26249baf55ecd37f6fa2ab5469ab574cc41be92eec615e876d2448"; + sha256_unsigned = "a728baa097711bc2c492cf2048d08cd386ba0a5b87ed7ea6f7e1ebe548549132"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nr7101" + ]; + titles = [ + { + model = "NR7101"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nwa50ax = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + "zyxel-bootconfig" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-zyxel_nwa50ax"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-zyxel_nwa50ax-initramfs-kernel.bin"; + sha256 = "ff721698da8f675cfbda00e591847ebe97a148d8e6c166489d5e9a222a98032d"; + sha256_unsigned = "ff721698da8f675cfbda00e591847ebe97a148d8e6c166489d5e9a222a98032d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-zyxel_nwa50ax-squashfs-ramboot-factory.bin"; + sha256 = "42ba295db0d2e56b32d42e75190030cd08726927629394648fe66d418aac5f09"; + sha256_unsigned = "42ba295db0d2e56b32d42e75190030cd08726927629394648fe66d418aac5f09"; + type = "ramboot-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-zyxel_nwa50ax-squashfs-sysupgrade.bin"; + sha256 = "580d511d84b608530399f561bf0409d0e6c9fbed3623d9183182fb5d7146752a"; + sha256_unsigned = "9e2f6ee194e3bd53a592d7ddedf8a4307d71d9909ab8bdd73f5197736bb55412"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-zyxel_nwa50ax-squashfs-factory.bin"; + sha256 = "c6ff7039f28bb3a80069c1732d2e678d2a25a3629959566c4c4c40d9a0b206e4"; + sha256_unsigned = "c6ff7039f28bb3a80069c1732d2e678d2a25a3629959566c4c4c40d9a0b206e4"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nwa50ax" + ]; + titles = [ + { + model = "NWA50AX"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nwa55axe = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + "zyxel-bootconfig" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-zyxel_nwa55axe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-zyxel_nwa55axe-squashfs-sysupgrade.bin"; + sha256 = "a4afb244464b91dcfb9f3534e0f2f8d623aec0858ce1642f9344b26ebe87c320"; + sha256_unsigned = "42febdaaf06cd08b37cfb0c94ca9137cecb249fbaed467462af2b976f9f0c7db"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-zyxel_nwa55axe-squashfs-ramboot-factory.bin"; + sha256 = "637665c7c9dff5b9104a1e1440f7684e736c1e2649a1da5e8aee76c3f240f42d"; + sha256_unsigned = "637665c7c9dff5b9104a1e1440f7684e736c1e2649a1da5e8aee76c3f240f42d"; + type = "ramboot-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-zyxel_nwa55axe-initramfs-kernel.bin"; + sha256 = "ac4b9c3a221c20c7c7f074203f630279f8aa3ade109129d2fe0c09d8f3a66b8e"; + sha256_unsigned = "ac4b9c3a221c20c7c7f074203f630279f8aa3ade109129d2fe0c09d8f3a66b8e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-zyxel_nwa55axe-squashfs-factory.bin"; + sha256 = "72c58c8679ac9de036d22faee243d06fe8e21bbcc6f6c0e4c235f16c9b342220"; + sha256_unsigned = "72c58c8679ac9de036d22faee243d06fe8e21bbcc6f6c0e4c235f16c9b342220"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nwa55axe" + ]; + titles = [ + { + model = "NWA55AXE"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wap6805 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7621-qtn-rgmii" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt7621-zyxel_wap6805"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt7621-zyxel_wap6805-initramfs-kernel.bin"; + sha256 = "45da3f94c8592fa9bccb6faecc4da6ea8eb47bc2cf40117fdbec237dfdba83ce"; + sha256_unsigned = "45da3f94c8592fa9bccb6faecc4da6ea8eb47bc2cf40117fdbec237dfdba83ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt7621-zyxel_wap6805-squashfs-sysupgrade.bin"; + sha256 = "4ae9fe4532c6475cd172a0fea8837f3ab7b6ddf06adbc0d98162ed02c0196367"; + sha256_unsigned = "ded4759c4ab9cfe5777270cd6530b665f4274da78aa52b632e72bf0d73573373"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wap6805" + ]; + titles = [ + { + model = "WAP6805"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "ramips/mt7621"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-mt7603" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "37c61abd5c9b2e814b6d73284bb9f2bbeec6dbcc54150a1bca5e77f6e85879c8"; + sha256_unsigned = "45ad8cbbe1ed4fdec2aa3ca0b4f83d20ef4b7fa861e498546fa5854ba6bbb7cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-alfa-network_awusfree1-initramfs-kernel.bin"; + sha256 = "18a71611204a950a07d96f16bbb4bcbb55e2b536f3246e6546d879dfa59adc45"; + sha256_unsigned = "18a71611204a950a07d96f16bbb4bcbb55e2b536f3246e6546d879dfa59adc45"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + "awusfree1" + ]; + titles = [ + { + model = "AWUSFREE1"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rt-ac1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-asus_rt-ac1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-asus_rt-ac1200-initramfs-kernel.bin"; + sha256 = "572abac1671ad7a3a864e352a4cee87323a945bee196be4264319642b1331939"; + sha256_unsigned = "572abac1671ad7a3a864e352a4cee87323a945bee196be4264319642b1331939"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-asus_rt-ac1200-squashfs-sysupgrade.bin"; + sha256 = "3463a340dea9041bd000b9cc81409ca80873b8d64afb112c78f0a08a3950f4af"; + sha256_unsigned = "76d5eec78e16aa20d99678b0f0c44370310e087ae4a22f8a258a1d6127b3e12d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac1200" + ]; + titles = [ + { + model = "RT-AC1200"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac1200-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-asus_rt-ac1200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-asus_rt-ac1200-v2-initramfs-kernel.bin"; + sha256 = "52c80411dcf94cdcd1b4f9cc1b9296c64b7f7ca66eb52e3d4ca39fee86a04255"; + sha256_unsigned = "52c80411dcf94cdcd1b4f9cc1b9296c64b7f7ca66eb52e3d4ca39fee86a04255"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-asus_rt-ac1200-v2-squashfs-sysupgrade.bin"; + sha256 = "97f5fc9fcabc7d0ecfb91b5067a56d6e9145be28337455e61077fecb52f436a9"; + sha256_unsigned = "5fb8171237b0f7048d4c52074ad32764422bfdb1d910480acd4fcb2668ecceea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-asus_rt-ac1200-v2-squashfs-factory.bin"; + sha256 = "c4ec6f02ed0b3df1f3ec9085c8fd27975594f045899a3ae253d1c58d798a0659"; + sha256_unsigned = "c4ec6f02ed0b3df1f3ec9085c8fd27975594f045899a3ae253d1c58d798a0659"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ac1200-v2" + ]; + titles = [ + { + model = "RT-AC1200"; + variant = "V2"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n10p-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-asus_rt-n10p-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-asus_rt-n10p-v3-initramfs-kernel.bin"; + sha256 = "667fa22fafd0a7677932c9dd1b4ea6e2329c90eee0cdbda8382f2a6891335ffe"; + sha256_unsigned = "667fa22fafd0a7677932c9dd1b4ea6e2329c90eee0cdbda8382f2a6891335ffe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-asus_rt-n10p-v3-squashfs-sysupgrade.bin"; + sha256 = "596b17b58fe8f3fa209b85bfca5de14c4ed19cf69c115e7c8520d0acc7cbab35"; + sha256_unsigned = "6929eae1728d17c9479937ebe4cd458f13d49166343a58268b70f55ce28f4f26"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v3" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "V3"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n11p-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-asus_rt-n11p-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-asus_rt-n11p-b1-squashfs-sysupgrade.bin"; + sha256 = "642592f6d5800f1880e7dc6e4bc97e2f0a313a67c107ef0b250dde1dfc38978a"; + sha256_unsigned = "de561a645ba80ea2f396b5a1713e6306bb4fd06ff039dd97147e1a318f5b9061"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-asus_rt-n11p-b1-initramfs-kernel.bin"; + sha256 = "300f49af2134283c0f43f88dd6cc42b2e69e93ac87b555fdb1dc570e4d7bc98b"; + sha256_unsigned = "300f49af2134283c0f43f88dd6cc42b2e69e93ac87b555fdb1dc570e4d7bc98b"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n11p-b1" + ]; + titles = [ + { + model = "RT-N11P"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12-vp-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-asus_rt-n12-vp-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-asus_rt-n12-vp-b1-initramfs-kernel.bin"; + sha256 = "fe3c2d9d4baf99c751d03b2b0e5afb950d4eed6252114f3437ac4f2fb31d0008"; + sha256_unsigned = "fe3c2d9d4baf99c751d03b2b0e5afb950d4eed6252114f3437ac4f2fb31d0008"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-asus_rt-n12-vp-b1-squashfs-sysupgrade.bin"; + sha256 = "19c29dd5f6b12e275d08b6a4d62de53b23e9ef45f91694878988d035b8717344"; + sha256_unsigned = "7b5180b4066779ec99eb6f9f68d5b54b8ac260a235a72f24ba5804282e1b62bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n12-vp-b1" + ]; + titles = [ + { + model = "RT-N12 VP"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + buffalo_wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-buffalo_wcr-1166ds"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-buffalo_wcr-1166ds-initramfs-kernel.bin"; + sha256 = "1031dad1d00e5234f57178a4bfa1b26a74b548944ad463d6c106800e89f1ba32"; + sha256_unsigned = "1031dad1d00e5234f57178a4bfa1b26a74b548944ad463d6c106800e89f1ba32"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-factory.bin"; + sha256 = "517178a71d6024fb082686188bc3fefc62ec626bd82d1edd879b4fc780a802d9"; + sha256_unsigned = "bc3e4f9ebf182e582f97e1a2ff4dfd45418312b43f099a80a188b0717d52bac8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "237db14a69551c6f7a1df1caa60592f283bc89946c6da6f7f1edd8adffd882e1"; + sha256_unsigned = "bc3e4f9ebf182e582f97e1a2ff4dfd45418312b43f099a80a188b0717d52bac8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wcr-1166ds" + "wcr-1166ds" + ]; + titles = [ + { + model = "WCR-1166DS"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr758ac-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-comfast_cf-wr758ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-comfast_cf-wr758ac-v1-squashfs-sysupgrade.bin"; + sha256 = "af3158dc422a738709eca0a8a56800d00d1b8e6a708fd1dae7451dc1c7f20a91"; + sha256_unsigned = "accc8b5f581674b3529c0221b480712766426bcc0165815587ee519993cca9f8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-comfast_cf-wr758ac-v1-initramfs-kernel.bin"; + sha256 = "86a3c93277c5e63d9d08d66d1f420bef94eec861f8a1a9c2e5428e3a7cfc75d7"; + sha256_unsigned = "86a3c93277c5e63d9d08d66d1f420bef94eec861f8a1a9c2e5428e3a7cfc75d7"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr758ac-v1" + "joowin,jw-wr758ac-v1" + ]; + titles = [ + { + model = "CF-WR758AC"; + variant = "V1"; + vendor = "COMFAST"; + } + { + model = "JW-WR758AC"; + variant = "V1"; + vendor = "Joowin"; + } + ]; + }; + comfast_cf-wr758ac-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-comfast_cf-wr758ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-comfast_cf-wr758ac-v2-initramfs-kernel.bin"; + sha256 = "05977721a777fc56fd77e99ec48094c3827aec443dda95babfd0e6d1b30edad4"; + sha256_unsigned = "05977721a777fc56fd77e99ec48094c3827aec443dda95babfd0e6d1b30edad4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-comfast_cf-wr758ac-v2-squashfs-sysupgrade.bin"; + sha256 = "1f7f2a33a85ab24206dd61f285c5c693d31f8f5ad46c48f998c4839107c4c23e"; + sha256_unsigned = "ef56b201158ba92e0f35e64defe4dc640a86761cffc8cb68f23f1c54eb6f104a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr758ac-v2" + "joowin,jw-wr758ac-v2" + ]; + titles = [ + { + model = "CF-WR758AC"; + variant = "V2"; + vendor = "COMFAST"; + } + { + model = "JW-WR758AC"; + variant = "V2"; + vendor = "Joowin"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-cudy_wr1000-initramfs-kernel.bin"; + sha256 = "bf0bc4fa665ff400261a4337514f7dcb87304a896fc6a6a4e247621161afb7b7"; + sha256_unsigned = "bf0bc4fa665ff400261a4337514f7dcb87304a896fc6a6a4e247621161afb7b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "6bd37e68c290a903c14de88ebe04806839ae8cee26c60c6dfae18fec7f51fa60"; + sha256_unsigned = "6bd37e68c290a903c14de88ebe04806839ae8cee26c60c6dfae18fec7f51fa60"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "e49c410f82f2eca7c70db476bf24abd7d488f411fad17531a3ad702b928e0ed4"; + sha256_unsigned = "922e51f211463fd410650b95472f553cca69a010aeb6f406016e3ab7d6093a41"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + model = "WR1000"; + vendor = "Cudy"; + } + ]; + }; + d-team_pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-d-team_pbr-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-d-team_pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "6ad25fb77245176ba825071537434c326744c31841fc73277cc791c933efc0fe"; + sha256_unsigned = "a10c42adbf13e2a15dd2f59ffe9e66a2888897275a1141ec16dfe33e26bead3d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-d-team_pbr-d1-initramfs-kernel.bin"; + sha256 = "7acba2f051a17fc24b03f860f6f896f9c8ac5fe3aa0c5990815927e1b2c40173"; + sha256_unsigned = "7acba2f051a17fc24b03f860f6f896f9c8ac5fe3aa0c5990815927e1b2c40173"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,pbr-d1" + "pbr-d1" + ]; + titles = [ + { + model = "PBR-D1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dap-1325-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-dlink_dap-1325-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-dlink_dap-1325-a1-initramfs-kernel.bin"; + sha256 = "671e23de87861f57cd60c1381150176b7f94d61754eea8f657ee183fb4c5ee02"; + sha256_unsigned = "671e23de87861f57cd60c1381150176b7f94d61754eea8f657ee183fb4c5ee02"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-dlink_dap-1325-a1-squashfs-sysupgrade.bin"; + sha256 = "00a50dff69e77de45eb2ee9f4a66b80c33961ae944395c0ed482ddd8b0a63366"; + sha256_unsigned = "c04b3b5b2c5e2e5379f2a87af246fd6cdb161dbb298eccde7f9377e6cccf1e10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1325-a1" + ]; + titles = [ + { + model = "DAP-1325 A1"; + vendor = "D-Link"; + } + ]; + }; + duzun_dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-duzun_dm06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-duzun_dm06-squashfs-sysupgrade.bin"; + sha256 = "9c96c24f1715ae257b4d9c1b3039ca994c6614a89341a3ccd4a5b7b5dad315ee"; + sha256_unsigned = "27cb4d20db1d15c4159388dff6f06207127b0b0d575d78e28fadc171de35ca12"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-duzun_dm06-initramfs-kernel.bin"; + sha256 = "4ef3fb24f7c70bf47862a0ca14890c7aea61425cf1377fa3cd0519aadb7fb65a"; + sha256_unsigned = "4ef3fb24f7c70bf47862a0ca14890c7aea61425cf1377fa3cd0519aadb7fb65a"; + type = "kernel"; + } + ]; + supported_devices = [ + "duzun,dm06" + "duzun-dm06" + ]; + titles = [ + { + model = "DM06"; + vendor = "DuZun"; + } + ]; + }; + elecom_wrc-1167fs = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-elecom_wrc-1167fs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-elecom_wrc-1167fs-squashfs-factory.bin"; + sha256 = "8a4c6285819c1dd8b86956d9fd8969886198fa8fa1f059f5500b9f9c4d38bc22"; + sha256_unsigned = "8a4c6285819c1dd8b86956d9fd8969886198fa8fa1f059f5500b9f9c4d38bc22"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-elecom_wrc-1167fs-squashfs-sysupgrade.bin"; + sha256 = "84b457670a3108a5923e9972c6d05c264fc30005379533795f895a92162e32b2"; + sha256_unsigned = "f3d9dc5ffa8e6ecaf9abe886e7394a49fb6406de687037dbec31592d64b54403"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-elecom_wrc-1167fs-initramfs-kernel.bin"; + sha256 = "42f3b5e462ff2e7ea66ebe142648e414e5fb83ed28d786723808fb428c799152"; + sha256_unsigned = "42f3b5e462ff2e7ea66ebe142648e414e5fb83ed28d786723808fb428c799152"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167fs" + ]; + titles = [ + { + model = "WRC-1167FS"; + vendor = "ELECOM"; + } + ]; + }; + glinet_gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-glinet_gl-mt300n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "5998027ea84d36917eaccf0479768b5183c270930efa3710f84c52a277d657a0"; + sha256_unsigned = "85d541933427296900c858618b7abe7b21f46ea6a4c0591dd5d6abbe8fd2b728"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-glinet_gl-mt300n-v2-initramfs-kernel.bin"; + sha256 = "03b15266492bc74c2b93297e27d6d2ba9bebb2b54abac8e58a2ec91244cd0114"; + sha256_unsigned = "03b15266492bc74c2b93297e27d6d2ba9bebb2b54abac8e58a2ec91244cd0114"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n-v2" + "gl-mt300n-v2" + ]; + titles = [ + { + model = "GL-MT300N"; + variant = "V2"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_microuter-n300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-glinet_microuter-n300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-glinet_microuter-n300-initramfs-kernel.bin"; + sha256 = "a6edfcf5495551f02d84cfd471f4bd97202302c47cd608416cea0396d1c2922e"; + sha256_unsigned = "a6edfcf5495551f02d84cfd471f4bd97202302c47cd608416cea0396d1c2922e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-glinet_microuter-n300-squashfs-sysupgrade.bin"; + sha256 = "def731d74611347eedfe5135060cb2e505f88f33affaf552aa85caa23825fbe5"; + sha256_unsigned = "4647d577f39568d077b5b934008d211e562eaebe381de937aff881e3194f4086"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,microuter-n300" + "microuter-n300" + ]; + titles = [ + { + model = "microuter-N300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-glinet_vixmini-initramfs-kernel.bin"; + sha256 = "0e500f1b034fbecb041625954fa4b2766fc210f6bb0d5494b3d5cf70b7f05b74"; + sha256_unsigned = "0e500f1b034fbecb041625954fa4b2766fc210f6bb0d5494b3d5cf70b7f05b74"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "e3cc13e0c4f837d97eaad3c735a1f6f0346f379634d13a062cc4c28f45d3488b"; + sha256_unsigned = "9ce03d703853b26e3872c5000aae8b63788eb7afe0b746e5810a76453434544d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + model = "VIXMINI"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_wifi-pineapple-mk7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-hak5_wifi-pineapple-mk7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-hak5_wifi-pineapple-mk7-initramfs-kernel.bin"; + sha256 = "ac81549d93820106980bebab28db630d9bf76b466a8d4954a1d41de410167751"; + sha256_unsigned = "ac81549d93820106980bebab28db630d9bf76b466a8d4954a1d41de410167751"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-hak5_wifi-pineapple-mk7-squashfs-sysupgrade.bin"; + sha256 = "35597acf5c1ed8e8d5039932dc920f7d5145a49a9822a7d1a1f247bc031e6f1d"; + sha256_unsigned = "6c914c2cc903998121052703e237ae857e8d08490f6a1b8f678422b234d52250"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-mk7" + "wifi-pineapple-mk7" + ]; + titles = [ + { + model = "WiFi Pineapple Mark 7"; + vendor = "Hak5"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "1cb984b6d04ef2e0f03df5e85a2a2a703faef49de8cd1401c3d7e95fe07411ac"; + sha256_unsigned = "4da6177c74605093cdfad3a2ad9349337bb7a24cb025cdad79f8274f87dbd977"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-hilink_hlk-7628n-initramfs-kernel.bin"; + sha256 = "cb09af26b752108a54042976fe308ea7269bd2b30056bc88debc88c293b86b9d"; + sha256_unsigned = "cb09af26b752108a54042976fe308ea7269bd2b30056bc88debc88c293b86b9d"; + type = "kernel"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + model = "HLK-7628N"; + vendor = "HILINK"; + } + ]; + }; + hilink_hlk-7688a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-hilink_hlk-7688a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-hilink_hlk-7688a-initramfs-kernel.bin"; + sha256 = "8d4d3064e6df61674023dea56e2ba965ba92ee4dd792afc0be8ab3f94e74e98d"; + sha256_unsigned = "8d4d3064e6df61674023dea56e2ba965ba92ee4dd792afc0be8ab3f94e74e98d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-hilink_hlk-7688a-squashfs-sysupgrade.bin"; + sha256 = "05d065b93cfabacd248c70903b45eebb9668e2209217a85702d5aa3edc918970"; + sha256_unsigned = "c05992ace0ef8a073d84a0854c3e8721030eff2ebd9a0acd9f2b0e5d5a958bef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7688a" + ]; + titles = [ + { + model = "HLK-7688A"; + vendor = "Hi-Link"; + } + ]; + }; + hiwifi_hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-hiwifi_hc5661a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-hiwifi_hc5661a-squashfs-sysupgrade.bin"; + sha256 = "b71326d64c7f858eedc8a11176ddf3e9ada92715a3e4c4190145f0e5719081f1"; + sha256_unsigned = "4df862a3596da98807d0ff773b3cb93cc354c5230d20a279e2f895c32b79fd20"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-hiwifi_hc5661a-initramfs-kernel.bin"; + sha256 = "470b653eb9cf494cfa55579f8f9520d45764502747bd38ef777ae6e7ef151636"; + sha256_unsigned = "470b653eb9cf494cfa55579f8f9520d45764502747bd38ef777ae6e7ef151636"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5661a" + "hc5661a" + ]; + titles = [ + { + model = "HC5661A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761a = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-hiwifi_hc5761a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-hiwifi_hc5761a-initramfs-kernel.bin"; + sha256 = "2c35833e3ab5fb204690dbeea0a39287629229e8d03d53dc0021c9f62605cee7"; + sha256_unsigned = "2c35833e3ab5fb204690dbeea0a39287629229e8d03d53dc0021c9f62605cee7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-hiwifi_hc5761a-squashfs-sysupgrade.bin"; + sha256 = "0b7c94ba64b06390c007ed2f54dd260bd9fb25484b8ab68aec989749ad4c34d5"; + sha256_unsigned = "b8c8fc86492dfc1baf628a3ff5e61e70f20f7e569dd1bb2d24a9e7f2bb9ba77d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5761a" + ]; + titles = [ + { + model = "HC5761A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-hiwifi_hc5861b-initramfs-kernel.bin"; + sha256 = "430e288166e1b30765b96b4cd3dac33e874fc6387798027c50b382633d089bf1"; + sha256_unsigned = "430e288166e1b30765b96b4cd3dac33e874fc6387798027c50b382633d089bf1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "dffbc6de83d0f9c775477c4c20cdc0b2e441853ed71e6b287eb18059133d6446"; + sha256_unsigned = "6f496aa85671dd9b65f2fcf4c82b313cf4f2f987d76f623c30531da33e46fa0c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + model = "HC5861B"; + vendor = "HiWiFi"; + } + ]; + }; + iptime_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-iptime_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-iptime_a3-initramfs-kernel.bin"; + sha256 = "d0e7ffd8b138ecec16a2546b4da0bba35c8dc77fe392b67f3856523cbfa9b145"; + sha256_unsigned = "d0e7ffd8b138ecec16a2546b4da0bba35c8dc77fe392b67f3856523cbfa9b145"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-iptime_a3-squashfs-sysupgrade.bin"; + sha256 = "344ef4f4980b592961b75165b8d2a595eb04ecb06c96c1724461a6ecce152726"; + sha256_unsigned = "ca30fb5364e35a9e95b813533210f006b15dd6708b0b5f7863646a7fdaa26278"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a604m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-iptime_a604m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-iptime_a604m-initramfs-kernel.bin"; + sha256 = "ecc93412e87b1baa0a0c53f0a02a4d971c1c5e72eb588bb01262fe91af868098"; + sha256_unsigned = "ecc93412e87b1baa0a0c53f0a02a4d971c1c5e72eb588bb01262fe91af868098"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-iptime_a604m-squashfs-sysupgrade.bin"; + sha256 = "ef6e388277e7956c30cf995da1ed0cdd0f05fd8b580dd7d0679ee7ca185c7318"; + sha256_unsigned = "a4c5b63217367b2e787e901b21043d9f16de8fccfec14e9a873a7cc697ec6262"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a604m" + ]; + titles = [ + { + model = "A604M"; + vendor = "ipTIME"; + } + ]; + }; + jotale_js76x8-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-jotale_js76x8-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-jotale_js76x8-16m-initramfs-kernel.bin"; + sha256 = "61a2c247397499d74e01e4907326258dc89a1215e6f6d492e9421ea03f0235ca"; + sha256_unsigned = "61a2c247397499d74e01e4907326258dc89a1215e6f6d492e9421ea03f0235ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-jotale_js76x8-16m-squashfs-sysupgrade.bin"; + sha256 = "afcf3a9948a32f5508c7b3d5ba93e34160eef0e81951f9a4160b07ffaeabd81a"; + sha256_unsigned = "b4baf0014bee8a788268d85e6c149cb56262781d5294edd8e16439792c2d48b5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-16m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "16M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-jotale_js76x8-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-jotale_js76x8-32m-initramfs-kernel.bin"; + sha256 = "67a6b890c078c2b10ec164965b6031406b01d308ecc356ffea5ab57b3792d88d"; + sha256_unsigned = "67a6b890c078c2b10ec164965b6031406b01d308ecc356ffea5ab57b3792d88d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-jotale_js76x8-32m-squashfs-sysupgrade.bin"; + sha256 = "854c3580c0a6dbe8b66a5fe8f645fc86b3555547c2fd4ca2794a7c08caf6d502"; + sha256_unsigned = "2f3dfa0b527dc4ad15bf644598119653d4640eb629ab1673fa10b0c0c2442579"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jotale,js76x8-32m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "32M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-jotale_js76x8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-jotale_js76x8-8m-squashfs-sysupgrade.bin"; + sha256 = "26759df847b32044025e910ab19ea8afc2079da9de0f03442a7598f206b0f404"; + sha256_unsigned = "6e3042ded4adf9b425e88ecb898a10425da244acc1e1ad994e259d4e73cefc54"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-jotale_js76x8-8m-initramfs-kernel.bin"; + sha256 = "9291db068a01b2394e487fc0c3bc9210134d72e1469b652632b36c8160695de2"; + sha256_unsigned = "9291db068a01b2394e487fc0c3bc9210134d72e1469b652632b36c8160695de2"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-8m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "8M"; + vendor = "Jotale"; + } + ]; + }; + mediatek_linkit-smart-7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-mediatek_linkit-smart-7688"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-mediatek_linkit-smart-7688-squashfs-sysupgrade.bin"; + sha256 = "c9ebc200de1aebf4de99b6e6168146e407aa4761d16151a93866b5d11dd8de27"; + sha256_unsigned = "c205ce7a8b11a5fe24c640dd5669cdb33ad1b057f8947085e0a3c87758097938"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-mediatek_linkit-smart-7688-initramfs-kernel.bin"; + sha256 = "2c2bb46b3b1954f66a929f75046c409fe741a5436c523266c079b17743d8b7a2"; + sha256_unsigned = "2c2bb46b3b1954f66a929f75046c409fe741a5436c523266c079b17743d8b7a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,linkit-smart-7688" + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + model = "LinkIt Smart 7688"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7628an-eval-board = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-mediatek_mt7628an-eval-board"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-mediatek_mt7628an-eval-board-squashfs-sysupgrade.bin"; + sha256 = "eb52532b6c2d4ad88c403b46e5bbeb74f99bc8de9aa7620d03f6dc0a08875c62"; + sha256_unsigned = "268152d5597b8768463933d73cbfa4d33a343f88e1a3983f6b80e4a145d5fd54"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-mediatek_mt7628an-eval-board-initramfs-kernel.bin"; + sha256 = "4d19a6a71e64d5f34fa5834efabbe5b1b58f12d0bc414ac93bf5092f825c047a"; + sha256_unsigned = "4d19a6a71e64d5f34fa5834efabbe5b1b58f12d0bc414ac93bf5092f825c047a"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7628an-eval-board" + "mt7628" + ]; + titles = [ + { + model = "MT7628 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercury_mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-mercury_mac1200r-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-mercury_mac1200r-v2-initramfs-kernel.bin"; + sha256 = "ca84529efc2ed3e6595c63747922341e94aa45ea5342a034a05045d48c8ef330"; + sha256_unsigned = "ca84529efc2ed3e6595c63747922341e94aa45ea5342a034a05045d48c8ef330"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-mercury_mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "ef46ccbccc0a63fa4b8f357808dcf90c4e4aa288494f138627fb2a05b8ff066c"; + sha256_unsigned = "a9ad4efbed664cc2dd00421ea232ecd2094de22806edcd5b5585581fc54c3da1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mercury,mac1200r-v2" + "mac1200rv2" + ]; + titles = [ + { + model = "MAC1200R"; + variant = "v2.0"; + vendor = "Mercury"; + } + ]; + }; + minew_g1-c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-cp210x" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-minew_g1-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-minew_g1-c-squashfs-sysupgrade.bin"; + sha256 = "8073e291ee858bc4996656fc7a0a49b713d530175369378e90732e6c3ea2a7b0"; + sha256_unsigned = "e346010d7e123300177973478e00b2625206e00fd747d088055e52bb8057cedd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-minew_g1-c-initramfs-kernel.bin"; + sha256 = "ca366d5824d5bbdc767366cc9ac4ddc6ad46cf609e3db4cf3e968f6c97866b65"; + sha256_unsigned = "ca366d5824d5bbdc767366cc9ac4ddc6ad46cf609e3db4cf3e968f6c97866b65"; + type = "kernel"; + } + ]; + supported_devices = [ + "minew,g1-c" + "minew-g1c" + ]; + titles = [ + { + model = "G1-C"; + vendor = "Minew"; + } + ]; + }; + motorola_mwr03 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-motorola_mwr03"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-motorola_mwr03-initramfs-kernel.bin"; + sha256 = "ad99cf3b835566eb0944902bd337a9def50186050e5ab24c5bda02c297ae49f9"; + sha256_unsigned = "ad99cf3b835566eb0944902bd337a9def50186050e5ab24c5bda02c297ae49f9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-motorola_mwr03-squashfs-sysupgrade.bin"; + sha256 = "0a545a692bd10bcf137cfc1d3136034dd9ddae9b34cbed9b458267925da055f7"; + sha256_unsigned = "c80ee46e5eaf0d6b92f95d9f955920e01f61098879af7e78ca7e106d456b70c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "motorola,mwr03" + ]; + titles = [ + { + model = "MWR03"; + vendor = "Motorola"; + } + ]; + }; + netgear_r6020 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-netgear_r6020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-netgear_r6020-squashfs-factory.img"; + sha256 = "9e2baeaf5875b9db4deee84f67fea8012d5169bd6831be10bd052b4474580c7e"; + sha256_unsigned = "9e2baeaf5875b9db4deee84f67fea8012d5169bd6831be10bd052b4474580c7e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-netgear_r6020-squashfs-sysupgrade.bin"; + sha256 = "20e02ab8afc3bc893780de2618522c5b3261c7b9ee64da2dbe290a152b14c656"; + sha256_unsigned = "39df821ca9a1a104732079842ef0d5f4e7de2d7d59ccf3125e6d11501bc96ff5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-netgear_r6020-initramfs-kernel.bin"; + sha256 = "77c8615b4e460291614284b4d5e7567475fe0917b7c8374418862a68e0eca512"; + sha256_unsigned = "77c8615b4e460291614284b4d5e7567475fe0917b7c8374418862a68e0eca512"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6020" + ]; + titles = [ + { + model = "R6020"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6080 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-netgear_r6080"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-netgear_r6080-squashfs-factory.img"; + sha256 = "dbd71fb08d6d42850e860a5c8ec4ba1f61462c01b9a54f92d274df13f5454996"; + sha256_unsigned = "dbd71fb08d6d42850e860a5c8ec4ba1f61462c01b9a54f92d274df13f5454996"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-netgear_r6080-initramfs-kernel.bin"; + sha256 = "b26446705a8c2ebadb12df1144fa4fe4b8f609fc65cae623e98fc4ab24db0fd2"; + sha256_unsigned = "b26446705a8c2ebadb12df1144fa4fe4b8f609fc65cae623e98fc4ab24db0fd2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-netgear_r6080-squashfs-sysupgrade.bin"; + sha256 = "4dd641b310944bac162d2d43ce699c039f602954fcbca71f257c34a850ac0cc7"; + sha256_unsigned = "085fcc2dbc5611e55a3988cf39403dce063772ad4be00762db8779c52390996b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6080" + ]; + titles = [ + { + model = "R6080"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "f1acf026e202da0d030e3f7d701483ce1496782cf623f6c015ac5fc06e470524"; + sha256_unsigned = "b36a79cfcf2186879d054291c72b79a6066134085cca462e068d1601e4444df1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "ea06d936be90eb4ac44a2e361227832e287c74500dcf98550d87ccd8156aa3bb"; + sha256_unsigned = "ea06d936be90eb4ac44a2e361227832e287c74500dcf98550d87ccd8156aa3bb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-netgear_r6120-initramfs-kernel.bin"; + sha256 = "b323f1f3e1425a49b8b4ebbad13c0f1fb9eb9c6178643bac75eb25bd0eefec6e"; + sha256_unsigned = "b323f1f3e1425a49b8b4ebbad13c0f1fb9eb9c6178643bac75eb25bd0eefec6e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + model = "R6120"; + vendor = "NETGEAR"; + } + ]; + }; + onion_omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-onion_omega2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-onion_omega2-initramfs-kernel.bin"; + sha256 = "4bbc71d888e97b25164bdbcdd5a959302ba817a32669a52f12f391f935b13d31"; + sha256_unsigned = "4bbc71d888e97b25164bdbcdd5a959302ba817a32669a52f12f391f935b13d31"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-onion_omega2-squashfs-sysupgrade.bin"; + sha256 = "97f40d5d6d6dfe1e834d990e00227b66a0a7c54c7ec9806720952cab312debf0"; + sha256_unsigned = "0566d0d312c1d5c97addda97313afdcd2d9408e5c72186e61f1e862d6ea932c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2" + "omega2" + ]; + titles = [ + { + model = "Omega2"; + vendor = "Onion"; + } + ]; + }; + onion_omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-onion_omega2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-onion_omega2p-initramfs-kernel.bin"; + sha256 = "7e4e6bb35aa0eb620c2e86f558dc4ae485ab0f942bf9a92d464c60f5cef3be3e"; + sha256_unsigned = "7e4e6bb35aa0eb620c2e86f558dc4ae485ab0f942bf9a92d464c60f5cef3be3e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-onion_omega2p-squashfs-sysupgrade.bin"; + sha256 = "2824ab50598abb256b2093af4ebe571462ee2b8bbe3b73fa4380b683229b65b6"; + sha256_unsigned = "9efdc68b076fc7400abc45a971ce164d5e08d743e164893657d75a213d257e16"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2p" + "omega2p" + ]; + titles = [ + { + model = "Omega2+"; + vendor = "Onion"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "738c48da06573dc4d89a38d513aaaf8726b3be277826731a1d4418f406d25318"; + sha256_unsigned = "4edcbd27690e9389c183dc36142f640b7c4a6afad4464afc55386896560335d0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-rakwireless_rak633-initramfs-kernel.bin"; + sha256 = "60d9373d0662e4a21c61acdc9160b17aa287b21f6b0496afc0144fbd6e8fa74e"; + sha256_unsigned = "60d9373d0662e4a21c61acdc9160b17aa287b21f6b0496afc0144fbd6e8fa74e"; + type = "kernel"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + model = "RAK633"; + vendor = "Rakwireless"; + } + ]; + }; + ravpower_rp-wd009 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-i2c-mt7628" + "ravpower-mcu" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-ravpower_rp-wd009"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-ravpower_rp-wd009-squashfs-factory.bin"; + sha256 = "c8297d482d92086ba4df8388b4edcaef7804e63d7e11f5a980677597dc789b38"; + sha256_unsigned = "c8297d482d92086ba4df8388b4edcaef7804e63d7e11f5a980677597dc789b38"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-ravpower_rp-wd009-initramfs-kernel.bin"; + sha256 = "c1a6cc593153698d267feb7e84a02fcb3eb132f3eda4af60f09c81723d22cc0f"; + sha256_unsigned = "c1a6cc593153698d267feb7e84a02fcb3eb132f3eda4af60f09c81723d22cc0f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-ravpower_rp-wd009-squashfs-sysupgrade.bin"; + sha256 = "8332b976c1048efcb3a5a9ed3739102a64f8b8731e503102f8f6d85b405c224a"; + sha256_unsigned = "e60d4babfb875ca77088b40cd0b5146362df6bb97a3af0c8c71ad232b873e744"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,rp-wd009" + ]; + titles = [ + { + model = "RP-WD009"; + vendor = "RAVPower"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-skylab_skw92a-initramfs-kernel.bin"; + sha256 = "7cee4b26c3d91ddfd5a5e4c321bb1d347fca76f3d47fa6f6c3c82520dcca49a4"; + sha256_unsigned = "7cee4b26c3d91ddfd5a5e4c321bb1d347fca76f3d47fa6f6c3c82520dcca49a4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "49e9e921b2474ea54d389d1c4104070931f4d7a3f4f7c811c797995aae2ae9bc"; + sha256_unsigned = "8f4b4cd47d0085d9ff274558a71dafd788b6ffddab7c23bec2a65c4f0f12bf08"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + model = "SKW92A"; + vendor = "Skylab"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "af51ef0ca36d4888931abd4dc1926e33d57acb522d462e7a47a25a4e9fe94325"; + sha256_unsigned = "0d79c576bb55f3815ee275c4d63fdcfa751ed20a25fc5a82f21e441a25f4eecf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tama_w06-initramfs-kernel.bin"; + sha256 = "a45f3c3649f9a7b16e5bcccd1a05dbe9d77b0cd3257bf1cf29cd39e6920d06cc"; + sha256_unsigned = "a45f3c3649f9a7b16e5bcccd1a05dbe9d77b0cd3257bf1cf29cd39e6920d06cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + model = "W06"; + vendor = "Tama"; + } + ]; + }; + totolink_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-totolink_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-totolink_a3-initramfs-kernel.bin"; + sha256 = "524d99c71b20caf145aa7392bed0b51c58cc2f162cc9f093c462c7ee4ff95072"; + sha256_unsigned = "524d99c71b20caf145aa7392bed0b51c58cc2f162cc9f093c462c7ee4ff95072"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-totolink_a3-squashfs-sysupgrade.bin"; + sha256 = "c2b300e80984df76bfc85393e1c911ba7a996cd7a451cd1044b5e03ca3cf2df8"; + sha256_unsigned = "f9f32843128c1403159b91b82afaa143bd8f9af6365f829a617b44f514a370fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "e593e8e48a82e9d9c278bc3a5db3bae45dfda3913ab1e2b0c3b29097a4c42638"; + sha256_unsigned = "82c4bfffb01efb29e5f196c30b7e2ab134b0f9bbd62b13026fe9674740e40ff3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-totolink_lr1200-initramfs-kernel.bin"; + sha256 = "bf5aca74c9e48576bb06df4a501e3f346b383bce5cb1526444fb2c93d8fffe12"; + sha256_unsigned = "bf5aca74c9e48576bb06df4a501e3f346b383bce5cb1526444fb2c93d8fffe12"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + model = "LR1200"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_archer-c20-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_archer-c20-v4-initramfs-kernel.bin"; + sha256 = "68ad3d28d460dceb3e611a3a4560dbe4d6debb22b7f64494f563f4837ec7a602"; + sha256_unsigned = "68ad3d28d460dceb3e611a3a4560dbe4d6debb22b7f64494f563f4837ec7a602"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_archer-c20-v4-squashfs-sysupgrade.bin"; + sha256 = "c2e822446ee730662bb20fc16bbbdb256843b1fa9de9bbc186dbf5aaf2bc2544"; + sha256_unsigned = "3f8ce263db116e7f594869142d62e2337d3c60a5eebb0177a9ada872149e1bea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_archer-c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "4ecc685a62dbcfeb71c16e4cb2e4c59f40ec7ce3cd1c9e4091484e5eeed6c5be"; + sha256_unsigned = "4ecc685a62dbcfeb71c16e4cb2e4c59f40ec7ce3cd1c9e4091484e5eeed6c5be"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v4" + "tplink,c20-v4" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v5 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_archer-c20-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_archer-c20-v5-initramfs-kernel.bin"; + sha256 = "6a3f0abf3b0681658d09724a3ce22b3b8b273615bc734f6c3b34b9497d9aa224"; + sha256_unsigned = "6a3f0abf3b0681658d09724a3ce22b3b8b273615bc734f6c3b34b9497d9aa224"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_archer-c20-v5-squashfs-sysupgrade.bin"; + sha256 = "16af641c03d1001d8850d5534282fbb4a64a693f02644d069722ccac2e35a628"; + sha256_unsigned = "ccf404252cf92de2262b62ad5b6830a028eb07cbb17e278adcd1319e7d851bfb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v5" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_archer-c50-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_archer-c50-v3-squashfs-sysupgrade.bin"; + sha256 = "78d7b30c061729c684dfa5fd767797958171e79d251e9ce5384213b5f91985ee"; + sha256_unsigned = "0625e8a3c343e810ef21f0f870310aaca881278ed331d853e7cfb48fa180c742"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_archer-c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "3907e80c7d2031d06a5f8f757a04b6e34a9dfd2d99a543ed00b8f62ebb3947f2"; + sha256_unsigned = "3907e80c7d2031d06a5f8f757a04b6e34a9dfd2d99a543ed00b8f62ebb3947f2"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_archer-c50-v3-initramfs-kernel.bin"; + sha256 = "4a38b9abd1ef0af6ea27922c6cb7c1079b8b63abdb03ae7f7f1c09069f37a79d"; + sha256_unsigned = "4a38b9abd1ef0af6ea27922c6cb7c1079b8b63abdb03ae7f7f1c09069f37a79d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v3" + "tplink,c50-v3" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_archer-c50-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_archer-c50-v4-squashfs-sysupgrade.bin"; + sha256 = "67333c49efccfee6413ed0dc76f88c9b9d0a9a9f2a9863ec9599c14c09726bca"; + sha256_unsigned = "2a8039af54632744c28a4025df99beaa8aa12a2a7773b6b859da5b079d5880c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_archer-c50-v4-initramfs-kernel.bin"; + sha256 = "a70a9cde90c344caccf3e8b561fbbefe48087c6acd3a719866b90470070e2f45"; + sha256_unsigned = "a70a9cde90c344caccf3e8b561fbbefe48087c6acd3a719866b90470070e2f45"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v4" + "tplink,c50-v4" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_re200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re200-v2-initramfs-kernel.bin"; + sha256 = "98547de20c5b8205a987cc54ec01545e771598853e4a95d150062612a562da17"; + sha256_unsigned = "98547de20c5b8205a987cc54ec01545e771598853e4a95d150062612a562da17"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re200-v2-squashfs-sysupgrade.bin"; + sha256 = "bd5e7233158255511b94cd4ef86143262e963b69993e72fdd85e24a40190640e"; + sha256_unsigned = "328a612b2da9cf2db5d791397bf360d7c9e21b8d4320069b6c9ac4b297273941"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re200-v2-squashfs-factory.bin"; + sha256 = "31eff6a16a32dcea35f9ef1bee987f913f31af8c6cfc952860c44ae40c0109c6"; + sha256_unsigned = "31eff6a16a32dcea35f9ef1bee987f913f31af8c6cfc952860c44ae40c0109c6"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v2" + ]; + titles = [ + { + model = "RE200"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v3 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_re200-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re200-v3-initramfs-kernel.bin"; + sha256 = "cc1eb0f1a6adb3afe79684be2c84d2ec981976427524540a2c8aeacec73b21af"; + sha256_unsigned = "cc1eb0f1a6adb3afe79684be2c84d2ec981976427524540a2c8aeacec73b21af"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re200-v3-squashfs-factory.bin"; + sha256 = "b3dc35f65e4521473b144427283008ec148203926f06cdc7112ae2a3772cabaf"; + sha256_unsigned = "b3dc35f65e4521473b144427283008ec148203926f06cdc7112ae2a3772cabaf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re200-v3-squashfs-sysupgrade.bin"; + sha256 = "3a078284430d960972c31aa0104665ce85665a8db095c16f9ab99781b04f8e11"; + sha256_unsigned = "f00cf7d96a74143281e33dcd2a8e9dd920919f9d8de8f67e49451286f91175a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re200-v3" + ]; + titles = [ + { + model = "RE200"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_re200-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re200-v4-squashfs-factory.bin"; + sha256 = "7a1cfbd62ddfe570427b3ab976b5892074f8c853c0254846615c94f1d1dcf92a"; + sha256_unsigned = "7a1cfbd62ddfe570427b3ab976b5892074f8c853c0254846615c94f1d1dcf92a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re200-v4-squashfs-sysupgrade.bin"; + sha256 = "581b4448b796d4012cc6d9674dbe737d37e9c14276e037f4af8dc84bafdbe818"; + sha256_unsigned = "a8c7078546e889bb59b0076b089a5f7dc36fa13cafa9b3b9825c01e6e812b7a6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re200-v4-initramfs-kernel.bin"; + sha256 = "18cce33a61864a21344e2c44dc2aa2e36ecd87b7ba5dbbfff224de847fcc6ba8"; + sha256_unsigned = "18cce33a61864a21344e2c44dc2aa2e36ecd87b7ba5dbbfff224de847fcc6ba8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v4" + ]; + titles = [ + { + model = "RE200"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re220-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_re220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re220-v2-squashfs-sysupgrade.bin"; + sha256 = "0523cc67d725606a69ef6b67c81ee45d27bc97a7375f3b6f04ac19ee8516989c"; + sha256_unsigned = "dee5a729307f9973948ee27eb8a7fc27ee564c02b0837caca031f54f940da066"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re220-v2-squashfs-factory.bin"; + sha256 = "7c4a35ba10e352ed2319945df822e444c36d2763d2e8b03362c2184abab2cf58"; + sha256_unsigned = "7c4a35ba10e352ed2319945df822e444c36d2763d2e8b03362c2184abab2cf58"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re220-v2-initramfs-kernel.bin"; + sha256 = "be63a64c5288c098d499a9e31d9b33c1d1ebc9a499def70be7bf1d70d9110d92"; + sha256_unsigned = "be63a64c5288c098d499a9e31d9b33c1d1ebc9a499def70be7bf1d70d9110d92"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re220-v2" + ]; + titles = [ + { + model = "RE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_re305-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re305-v1-squashfs-factory.bin"; + sha256 = "ccb7e378b10a0c52f28d64b8b28169c9b0ca6a5010d445eb1d76a1bc4515e180"; + sha256_unsigned = "ccb7e378b10a0c52f28d64b8b28169c9b0ca6a5010d445eb1d76a1bc4515e180"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re305-v1-initramfs-kernel.bin"; + sha256 = "942d90f82a0e9cd1a9d905e1434f3b6d0f6449452f2886fb68ac3df415df7b03"; + sha256_unsigned = "942d90f82a0e9cd1a9d905e1434f3b6d0f6449452f2886fb68ac3df415df7b03"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re305-v1-squashfs-sysupgrade.bin"; + sha256 = "95a1a5ac630777f44a759ab1234798fe794d1e9f308072b526b3c5fea27a5b94"; + sha256_unsigned = "ed81648bc1c2d6e76fafeadd5c5d899d8d5104ddf3f645dedd8b7ab658742223"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re305-v1" + ]; + titles = [ + { + model = "RE305"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_re305-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re305-v3-squashfs-factory.bin"; + sha256 = "52c7b7af0d2d85365331576040169e436ab5e623646f6f6dbc26d743380dd001"; + sha256_unsigned = "52c7b7af0d2d85365331576040169e436ab5e623646f6f6dbc26d743380dd001"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re305-v3-squashfs-sysupgrade.bin"; + sha256 = "b22d8d7945fc9ed0dd630a349a104d29e3af426531ef5f5bdd0ddc5a35edb49e"; + sha256_unsigned = "55882f48e7487ea1cb4eebe251ec72d7a3e205f0a6621bc5fed7e65475a23c08"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_re305-v3-initramfs-kernel.bin"; + sha256 = "f6c5f3f6037d374d3c7f775b9b1e02296e58331508c96d9d2e73e4b9899343b1"; + sha256_unsigned = "f6c5f3f6037d374d3c7f775b9b1e02296e58331508c96d9d2e73e4b9899343b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re305-v3" + ]; + titles = [ + { + model = "RE305"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "b7b6713722d7465a7dcb75e5693a0bbc88abd05e61bd6c07e3f3aa08d0fb84eb"; + sha256_unsigned = "24c7d4a3ed3794bb9187ac4964a5e1a763c41c8a92a0a39d333b5525c191a68e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "c6363e4292297d37ecd257d31c35912673f23132f74741a2a8325941a0333f5f"; + sha256_unsigned = "c6363e4292297d37ecd257d31c35912673f23132f74741a2a8325941a0333f5f"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-mr3020-v3-initramfs-kernel.bin"; + sha256 = "7a173ba9e6eaea656a8ea2d0d333adfb8dac67889770ff74dfa5f698e429f58a"; + sha256_unsigned = "7a173ba9e6eaea656a8ea2d0d333adfb8dac67889770ff74dfa5f698e429f58a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + model = "TL-MR3020"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "93913c79d5b79588e2d65aa90ec7d39a61cdd3db71b5fd251be14ea101c7943f"; + sha256_unsigned = "14d4cd7743c0b493a90a6083503ad7f525dd4641469add5d666ceb593f50a824"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-mr3420-v5-initramfs-kernel.bin"; + sha256 = "bede9cf38bd8d1503959410113e7681f350f606241aad3a2cd2e5e3091ab4044"; + sha256_unsigned = "bede9cf38bd8d1503959410113e7681f350f606241aad3a2cd2e5e3091ab4044"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "53d0214fcf42518199032f03996c7f5348d5429b61a2529254072ae042663d1d"; + sha256_unsigned = "53d0214fcf42518199032f03996c7f5348d5429b61a2529254072ae042663d1d"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + model = "TL-MR3420"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-mr6400-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-mr6400-v4-initramfs-kernel.bin"; + sha256 = "19453abfd7bcd764cc8dde8d1b80a42ccc20e74f36e71c4065b0ee9e982e1923"; + sha256_unsigned = "19453abfd7bcd764cc8dde8d1b80a42ccc20e74f36e71c4065b0ee9e982e1923"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-tftp-recovery.bin"; + sha256 = "8007c80176a7a8e9cc0c1eff64878f35968798f668d51b291b5b4002982ce7ef"; + sha256_unsigned = "8007c80176a7a8e9cc0c1eff64878f35968798f668d51b291b5b4002982ce7ef"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-sysupgrade.bin"; + sha256 = "018c81eeb3ab738d6f5aa335d4860740ab7e673ba4201863aefa90c9e5858383"; + sha256_unsigned = "94f2ab8166c818d84dd13260b35ac9d0364f3ef22a59a816a5b87d71458b7589"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v4" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-mr6400-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-tftp-recovery.bin"; + sha256 = "2690bb9ce24ad13e16a2666853f0da04055a7fea1a1c74fa0a3ef0b7664f9226"; + sha256_unsigned = "2690bb9ce24ad13e16a2666853f0da04055a7fea1a1c74fa0a3ef0b7664f9226"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-mr6400-v5-initramfs-kernel.bin"; + sha256 = "ca6af78d2da4f5b7198b7e2a536ef5eaa8835bcd6ed0b5b22a941853d7c7b351"; + sha256_unsigned = "ca6af78d2da4f5b7198b7e2a536ef5eaa8835bcd6ed0b5b22a941853d7c7b351"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-sysupgrade.bin"; + sha256 = "0f8f81aaf2025ab3322094f7b594c652c2750aecbb5acc7487f6587e73c032dd"; + sha256_unsigned = "b2de0f9c958367849742e3ce8b5fe266900ca2586147dfaa73ac258bb0ed0528"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v5" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wa801nd-v5-initramfs-kernel.bin"; + sha256 = "fb1ad7017a2bc4a0dea40c3299369410c1150b5fe1d3d9310d9944fe07ca84fd"; + sha256_unsigned = "fb1ad7017a2bc4a0dea40c3299369410c1150b5fe1d3d9310d9944fe07ca84fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "dbf855d5094b7b104ab97756b5244e506e38d792b14859864c3222b823834be6"; + sha256_unsigned = "5d011b601bef8b6644e930b9b01aa6cdc71e30771d6c9822128b349c5294bdf5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "4671818ac671847ae6f5d6f2112a742ee0d7fb947d7c016bd7619fd36b094564"; + sha256_unsigned = "4671818ac671847ae6f5d6f2112a742ee0d7fb947d7c016bd7619fd36b094564"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + model = "TL-WA801ND"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "56abdfa547a67660832bee6b267d95d794fdaa4b6513103f00a23bb227cab450"; + sha256_unsigned = "56abdfa547a67660832bee6b267d95d794fdaa4b6513103f00a23bb227cab450"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr802n-v4-initramfs-kernel.bin"; + sha256 = "bbdcf3c0cd42b03c665b0f5010714994f06108d0801fd889b327ce71ddd8c613"; + sha256_unsigned = "bbdcf3c0cd42b03c665b0f5010714994f06108d0801fd889b327ce71ddd8c613"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "bb73f1805c33514fdd205158d8a4bb5e89862fd95d9bb2246e18d8a1c8e85033"; + sha256_unsigned = "5cb7c075e5036825d767d991c8ceee4e43c9c4f9aa77efcd119490914c6f3f92"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + model = "TL-WR802N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr840n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "a92c4609273747f1ab746b8989ac27e539710c6c1e2532ffced62d123852f61a"; + sha256_unsigned = "be4a4696cd78336d375da59a930e45a2c55318cb403572aa5de2547e33ce6519"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr840n-v4-initramfs-kernel.bin"; + sha256 = "33ae233b7c3e619ca4bb6a44218c239ee6c38f73387af170e13c1267eccb0331"; + sha256_unsigned = "33ae233b7c3e619ca4bb6a44218c239ee6c38f73387af170e13c1267eccb0331"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "9eded12e5f3daf057222a67a0b7525386db0e192103a977a8bed15744b3df45c"; + sha256_unsigned = "9eded12e5f3daf057222a67a0b7525386db0e192103a977a8bed15744b3df45c"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr840n-v4" + "tl-wr840n-v4" + ]; + titles = [ + { + model = "TL-WR840N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr841n-v13"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr841n-v13-initramfs-kernel.bin"; + sha256 = "612df365e999ead0f9b96262f4db9935cf85f56e884aabec167b0a88e0df5ef7"; + sha256_unsigned = "612df365e999ead0f9b96262f4db9935cf85f56e884aabec167b0a88e0df5ef7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "830ee0de040fd8870f447168949aff8dfa2842292756877d69f563e448aae1d5"; + sha256_unsigned = "830ee0de040fd8870f447168949aff8dfa2842292756877d69f563e448aae1d5"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "98f06be17240708a637457ead50fd7362be04376d3bf6300c33cc64449a7bd18"; + sha256_unsigned = "f59fd65694d21a1d1360522ab54b8239c512b9be9bbe49f3ad51426d5123a35c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr841n-v13" + "tl-wr841n-v13" + ]; + titles = [ + { + model = "TL-WR841N"; + variant = "v13"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "1bf1ce28049685a9fcec6d1d78fd653be16d090c2377c6c0db52ef7d062c79b3"; + sha256_unsigned = "1bf1ce28049685a9fcec6d1d78fd653be16d090c2377c6c0db52ef7d062c79b3"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr842n-v5-initramfs-kernel.bin"; + sha256 = "2fe051c96cab6094e695db452851c63c1da119536485f3fe6edd8f7e32656158"; + sha256_unsigned = "2fe051c96cab6094e695db452851c63c1da119536485f3fe6edd8f7e32656158"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "537a93972b7df4d56044afdb503d9e39ec1119406d9cdaa22c290a4e7386fe4e"; + sha256_unsigned = "e863e403a0db26aad48bc3044e45ba3084c2cfcc3d15f04be9a14965a8ec4e9e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr850n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr850n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-tftp-recovery.bin"; + sha256 = "c49d2c0216699dee1fb1568b5319dc21e6846b62ebd1149071a1a2c6cae65f46"; + sha256_unsigned = "c49d2c0216699dee1fb1568b5319dc21e6846b62ebd1149071a1a2c6cae65f46"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr850n-v2-initramfs-kernel.bin"; + sha256 = "1950fe3aa078994105ca739b3cb08f2ae4cfee833e965439d192f796fc588db6"; + sha256_unsigned = "1950fe3aa078994105ca739b3cb08f2ae4cfee833e965439d192f796fc588db6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-sysupgrade.bin"; + sha256 = "212063b38d8f070daf1ab3f8fee048ee13bd0bdcf1a1ac6b271c503108c1e275"; + sha256_unsigned = "4683340d2b6e4bd6110b4ea84c94fe6d0e5e52a2c0b738ca55f9aed54de505ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr850n-v2" + ]; + titles = [ + { + model = "TL-WR850N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "57204a536e12c2d75f5d654cbea68b2750a23ca7ad8d903a133e9b2c9b7af531"; + sha256_unsigned = "452898569e91d2424fa0cee9c1a82f9a10f180610d01e41f4f0936493642f478"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr902ac-v3-initramfs-kernel.bin"; + sha256 = "f78a58573649b1ae3b28d3add5ec21d54ecd354e36f16473e20fa320bfa94a8f"; + sha256_unsigned = "f78a58573649b1ae3b28d3add5ec21d54ecd354e36f16473e20fa320bfa94a8f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "6e2061c0bf6ebb817569ab872e64a71ad108e644b068e4c003f9edd3e1068f7d"; + sha256_unsigned = "6e2061c0bf6ebb817569ab872e64a71ad108e644b068e4c003f9edd3e1068f7d"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + unielec_u7628-01-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-unielec_u7628-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-unielec_u7628-01-16m-squashfs-sysupgrade.bin"; + sha256 = "b122e4a749c69090eb8b9071eb2f8e20594b5e562bb6d0ba070c07ebd2b484c6"; + sha256_unsigned = "b0faa60ce80fa2de0ba441aefea50f43c1bf92d9ee1277d87493b35a25d66070"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-unielec_u7628-01-16m-initramfs-kernel.bin"; + sha256 = "4d94b677d10081efce2f789abf773d32131a2b9c5388742a31e250b7227cf763"; + sha256_unsigned = "4d94b677d10081efce2f789abf773d32131a2b9c5388742a31e250b7227cf763"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7628-01-16m" + "u7628-01-128M-16M" + "unielec,u7628-01-128m-16m" + ]; + titles = [ + { + model = "U7628-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + vocore_vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-vocore_vocore2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-vocore_vocore2-initramfs-kernel.bin"; + sha256 = "6da784d61d575081463819d2c1764ebfe1a0ab5271bbecc82af580aeaa3947f5"; + sha256_unsigned = "6da784d61d575081463819d2c1764ebfe1a0ab5271bbecc82af580aeaa3947f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-vocore_vocore2-squashfs-sysupgrade.bin"; + sha256 = "604509a1a31b11c6c682f329e540f0788933ba4b867f0496c464b9026b2d85c5"; + sha256_unsigned = "6597137f893a963a8c2ed4ec8a412a98692b84b79c516fcf06aee60f7b097465"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore2" + "vocore2" + ]; + titles = [ + { + model = "VoCore2"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore2-lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-vocore_vocore2-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-vocore_vocore2-lite-initramfs-kernel.bin"; + sha256 = "91e9de6dac396426d910cb5b9532d575cbe20bfba9e398fb84de2b8b236bda3c"; + sha256_unsigned = "91e9de6dac396426d910cb5b9532d575cbe20bfba9e398fb84de2b8b236bda3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-vocore_vocore2-lite-squashfs-sysupgrade.bin"; + sha256 = "f16e6b6763f8b20b48542a9c4fe6344958398b06ca26927429b91ba334d05c1e"; + sha256_unsigned = "b00eb415b45aff67081b380ea9e2ca92b7f6d3bb213c0945845dc8b56a1c5a2e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore2-lite" + "vocore2lite" + ]; + titles = [ + { + model = "VoCore2-Lite"; + vendor = "VoCore"; + } + ]; + }; + wavlink_wl-wn531a3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn531a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn531a3-initramfs-kernel.bin"; + sha256 = "33cecce707be3ff21d07cd59b8bc754196629fc11fefbb02b7f4255c2d217b20"; + sha256_unsigned = "33cecce707be3ff21d07cd59b8bc754196629fc11fefbb02b7f4255c2d217b20"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn531a3-squashfs-sysupgrade.bin"; + sha256 = "901c705d8f0b9637f0ec9c0a62369f634a5bc46ab90af921d1c66ee5854ed617"; + sha256_unsigned = "f2500c8ae4404c4539ecfcdacf438b29dfcc097340b3279f6a36e5cffbd609b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a3" + "wl-wn531a3" + ]; + titles = [ + { + model = "WL-WN531A3"; + vendor = "Wavlink"; + } + { + model = "QUANTUM D4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn570ha1-initramfs-kernel.bin"; + sha256 = "5265536517552fc87b7121fa070ce9842ff8d6679260470c371b3d0c79a60dc9"; + sha256_unsigned = "5265536517552fc87b7121fa070ce9842ff8d6679260470c371b3d0c79a60dc9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "60385a04b5b44d5cc8687888bb1adeb6d5d1fa8713b7d66a96d697145cbef631"; + sha256_unsigned = "165e77c49d7bb15d49e59dd2b7f83c4faf5421f8cd6043e893de77fb062eefeb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + model = "WL-WN570HA1"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "a3182177b2f5229a7022915cf4ac1d58850bbadcdeda3894a6076961d24619f0"; + sha256_unsigned = "220ba511caec7f60f4d7acb0e8d222076c155a6232ceebe9fe20c9007d9d19cd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn575a3-initramfs-kernel.bin"; + sha256 = "58bb176a2732c4218eedfbfc813d21c22ec0add1a7670144fe7d15cfe2e3ad1b"; + sha256_unsigned = "58bb176a2732c4218eedfbfc813d21c22ec0add1a7670144fe7d15cfe2e3ad1b"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + model = "WL-WN575A3"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn576a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn576a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn576a2-squashfs-sysupgrade.bin"; + sha256 = "28544b3774cd721c10c9d367b2f4469ff1441822008845842546555b7165595c"; + sha256_unsigned = "30208a77cb4938db8a3b538599c39b034ee5ea929e950193ee58bdca063a0190"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn576a2-initramfs-kernel.bin"; + sha256 = "28bb58f205c0f6be34a116c3072f718660b9f2cc2221d00d22fc0a379db1b5d0"; + sha256_unsigned = "28bb58f205c0f6be34a116c3072f718660b9f2cc2221d00d22fc0a379db1b5d0"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn576a2" + ]; + titles = [ + { + model = "WL-WN576A2"; + vendor = "Wavlink"; + } + { + model = "SWV 733 B1"; + vendor = "Silvercrest"; + } + ]; + }; + wavlink_wl-wn577a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn577a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn577a2-squashfs-sysupgrade.bin"; + sha256 = "fcc5e8dabdce91b8498e1b20e727298f368c7397966ac6db8a29a30416c8b8d8"; + sha256_unsigned = "8b0d0afc80ba04dc1b9efb2804e4331874eeb21448afcb65c7752129dd8a2d54"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn577a2-initramfs-kernel.bin"; + sha256 = "8bcba39b93863aa853b0453025e4e1986c5a4f8319574e1502917ae4a6543024"; + sha256_unsigned = "8bcba39b93863aa853b0453025e4e1986c5a4f8319574e1502917ae4a6543024"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn577a2" + ]; + titles = [ + { + model = "WL-WN577A2"; + vendor = "Wavlink"; + } + { + model = "WLR-755"; + vendor = "Maginon"; + } + ]; + }; + wavlink_wl-wn578a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn578a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn578a2-initramfs-kernel.bin"; + sha256 = "ac7ded74fbcc8e233dd211816088428d63c811713765a78b8745d4a9d1b19261"; + sha256_unsigned = "ac7ded74fbcc8e233dd211816088428d63c811713765a78b8745d4a9d1b19261"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wavlink_wl-wn578a2-squashfs-sysupgrade.bin"; + sha256 = "ca450e18389d7a3c0b21ca23a331c7079cc35dca561ccceefe75be138df0c32c"; + sha256_unsigned = "ba42f868a4c32b86b2bac795ae29d8230e6c9b30357cd3e5ca614dee4760ae9b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn578a2" + ]; + titles = [ + { + model = "WL-WN578A2"; + vendor = "Wavlink"; + } + { + model = "SWV 733 A2"; + vendor = "SilverCrest"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "932d42a9f5dd2c9ab8a09dd7d0a58eadc2f356524d98f83ab3ef7d091b3eb50a"; + sha256_unsigned = "ffa53cfe187a8261056887e27071730ac400cd7d42a3abfb84153c02ba11a477"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-widora_neo-16m-initramfs-kernel.bin"; + sha256 = "fdbdbd0eb4afc47116c616b3357726b882fd10b1422252f496a9639790a211f4"; + sha256_unsigned = "fdbdbd0eb4afc47116c616b3357726b882fd10b1422252f496a9639790a211f4"; + type = "kernel"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "16M"; + vendor = "Widora"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "30b30c67a58c4051e26bd72f65ec296f7550572163aee999c48f6c19f39189aa"; + sha256_unsigned = "6f81ce460705b824055bad841abc8fe008e08e591d74be5e7c895eaec8ea811e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-widora_neo-32m-initramfs-kernel.bin"; + sha256 = "4d8bba2df89ce1128c30fc1cb159301e3e8e9abebfd5dfbc9fb229004cc36b91"; + sha256_unsigned = "4d8bba2df89ce1128c30fc1cb159301e3e8e9abebfd5dfbc9fb229004cc36b91"; + type = "kernel"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "32M"; + vendor = "Widora"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wiznet_wizfi630s-initramfs-kernel.bin"; + sha256 = "06440b85b55af48e3a4345f65591e897d213708059530c8fc7391edeb2295b12"; + sha256_unsigned = "06440b85b55af48e3a4345f65591e897d213708059530c8fc7391edeb2295b12"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "c509c66faa1da6d6e015fe08bea79fb1e4ad07bd709cdf8aea84f4756cb8bd62"; + sha256_unsigned = "53466a21af10d34d93791aa2f2c0da4608ad0cee2103426bbbce3522fd375c16"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + model = "WizFi630S"; + vendor = "WIZnet"; + } + ]; + }; + wrtnode_wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-wrtnode_wrtnode2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wrtnode_wrtnode2p-initramfs-kernel.bin"; + sha256 = "8f0c92900648bbee2088bf6f9aee8d7aea83c46298fb74890538f02bf92ed9ef"; + sha256_unsigned = "8f0c92900648bbee2088bf6f9aee8d7aea83c46298fb74890538f02bf92ed9ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "aee845392b359c60f9ce1d03c4cc91020b19c800fffe59d2cddcaca0e0f47c6a"; + sha256_unsigned = "e0620e940048e263ccd867f5d75636cb38254c4759f909c6e4ae8012f0c57041"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2p" + "wrtnode2p" + ]; + titles = [ + { + model = "WRTnode 2P"; + vendor = "WRTnode"; + } + ]; + }; + wrtnode_wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-wrtnode_wrtnode2r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wrtnode_wrtnode2r-initramfs-kernel.bin"; + sha256 = "e4f3e200e67389644ee4cbfb61f42bd0b64c9602bcb6e5db03421e4c7f5c5f21"; + sha256_unsigned = "e4f3e200e67389644ee4cbfb61f42bd0b64c9602bcb6e5db03421e4c7f5c5f21"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-wrtnode_wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "bfc1892532219c984aad2b7e0e43f4fe4b8be069184b2a46a71d961e892f7ebe"; + sha256_unsigned = "718ceb12458d8fb632e8d9443c4aa8474f61a45325017497640d513193497aea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2r" + "wrtnode2r" + ]; + titles = [ + { + model = "WRTnode 2R"; + vendor = "WRTnode"; + } + ]; + }; + xiaomi_mi-router-4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-xiaomi_mi-router-4a-100m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin"; + sha256 = "599337a8cc55b41592d85af497a52eb09bce17e244f82631de258e8d09f67727"; + sha256_unsigned = "f817c83f7a4423db5bc536f64db7a885c644a76d10fd49aa52c4509dd7cd6941"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-xiaomi_mi-router-4a-100m-initramfs-kernel.bin"; + sha256 = "c4fa155e5a43ca511109f65bbc4bd021425dcbfcd35073c1451e157609c13bf9"; + sha256_unsigned = "c4fa155e5a43ca511109f65bbc4bd021425dcbfcd35073c1451e157609c13bf9"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m" + "xiaomi,mir4a-100m" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-100m-intl = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl-squashfs-sysupgrade.bin"; + sha256 = "8233ca7629c556f9896144d84592d3815c27313078a0cbc62d687679f67b288f"; + sha256_unsigned = "1be45f2b4c99e93bf5a3717e3bae9e5f45a30cd546243bd3eed0eb06033def2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl-initramfs-kernel.bin"; + sha256 = "99061fb1b0c4e24418d84b9d571b97be56c555454d30161f48ef78cc0ff97810"; + sha256_unsigned = "99061fb1b0c4e24418d84b9d571b97be56c555454d30161f48ef78cc0ff97810"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m-intl" + "xiaomi,mir4a-100m-intl" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M International Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-xiaomi_mi-router-4c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-xiaomi_mi-router-4c-squashfs-sysupgrade.bin"; + sha256 = "a0df271b9c9f2873d58f62bf2745271c76ef6d0cc2fadf49f893a007dcc6868a"; + sha256_unsigned = "d57a96987e7d838d4ab9d99384db74d12c170c0fd28451a533dff7dc6708dd86"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-xiaomi_mi-router-4c-initramfs-kernel.bin"; + sha256 = "79cfc18691eb1a7927d570e805ea3840a50174559db1cd2462880abf0093c951"; + sha256_unsigned = "79cfc18691eb1a7927d570e805ea3840a50174559db1cd2462880abf0093c951"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4c" + ]; + titles = [ + { + model = "Mi Router 4C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-3c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-xiaomi_miwifi-3c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-xiaomi_miwifi-3c-squashfs-sysupgrade.bin"; + sha256 = "e75a59b54923be1fb8371eea78b3981f42ca3029e3ba6637ed910e3c8b62aa11"; + sha256_unsigned = "777c0f178e95797a64786fac796165aedff8a8b44432dc38b7e15a8e250e1940"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-xiaomi_miwifi-3c-initramfs-kernel.bin"; + sha256 = "0c3c6b1a62d362d19b16626033d6523e537401665241b369a3ffb44babd3341d"; + sha256_unsigned = "0c3c6b1a62d362d19b16626033d6523e537401665241b369a3ffb44babd3341d"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-3c" + ]; + titles = [ + { + model = "MiWiFi 3C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-nano = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-xiaomi_miwifi-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-xiaomi_miwifi-nano-initramfs-kernel.bin"; + sha256 = "a982e6918e1c3f0dcdab4b56d2861695162ec956409766f8f06dda15f19c58bc"; + sha256_unsigned = "a982e6918e1c3f0dcdab4b56d2861695162ec956409766f8f06dda15f19c58bc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-xiaomi_miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "da6236eeec4b076a82d815301a7089d4e8365558211d3dd549b231c8ee9cf446"; + sha256_unsigned = "6dbcf992457ff71bf2d51c448e9aa879bd9057e5f143f4bcfe473e1ce762a331"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-nano" + "miwifi-nano" + ]; + titles = [ + { + model = "MiWiFi Nano"; + vendor = "Xiaomi"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "6ce736ed0c03ec5ae530c510afdc43bd80c2ae1926352208404fa239dc0bd9e9"; + sha256_unsigned = "659876053f1865d0bfbc096003413be6c058662072105e55fb9dbaac48a0924f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-zbtlink_zbt-we1226-initramfs-kernel.bin"; + sha256 = "90e8ac2d06b7e556b33bd2e2ecf86b18359dbacf5240ea9d4fd51176824ad48e"; + sha256_unsigned = "90e8ac2d06b7e556b33bd2e2ecf86b18359dbacf5240ea9d4fd51176824ad48e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + model = "ZBT-WE1226"; + vendor = "Zbtlink"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-mt76x8-zyxel_keenetic-extra-ii-initramfs-kernel.bin"; + sha256 = "7cd99347e01fa6358a2aef9e42668f246295d07cfe3248b9196127bd686dbf41"; + sha256_unsigned = "7cd99347e01fa6358a2aef9e42668f246295d07cfe3248b9196127bd686dbf41"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "d07d4bcf2769b84822a3ed143f33f8e1ab0a3a2db5f0067709c4057ef5793d80"; + sha256_unsigned = "d07d4bcf2769b84822a3ed143f33f8e1ab0a3a2db5f0067709c4057ef5793d80"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "330f7a9527505c2eaaa9b954e501a0f671996d7532acabcf993aec2f5ff882ef"; + sha256_unsigned = "6e2112d4f4e090b95cf99c294a59fdc7b4747bc04056e7eb7da0511da12d4769"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + model = "Keenetic Extra II"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "ramips/mt76x8"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + belkin_f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt288x-belkin_f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt288x-belkin_f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "881379955a7402361ed9c261a6e2077d20a53e2c7b6f47231c2cd2772fa40585"; + sha256_unsigned = "a43cb9f78bf1d9b6d2d1a12341b19e4e798f44c19f78fe9fc364b29b62de1466"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v1" + "f5d8235-v1" + ]; + titles = [ + { + model = "F5D8235"; + variant = "V1"; + vendor = "Belkin"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "ramips/rt288x"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "7links_px-4885-8m" = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-7links_px-4885-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-7links_px-4885-8m-squashfs-sysupgrade.bin"; + sha256 = "cc07682c0e74a6aa1832780ad6762958aaed504da5426b3c48fc78cd30e418f2"; + sha256_unsigned = "9f7cc1eaa63ef5addbc42e5ca07f11b6ffcff901bfcc49e958556e7ea53d7007"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-7links_px-4885-8m-initramfs-kernel.bin"; + sha256 = "35287139fbce1105f5cde5fe6f3edadeaf32f5d31930e4471de2235803c791fd"; + sha256_unsigned = "35287139fbce1105f5cde5fe6f3edadeaf32f5d31930e4471de2235803c791fd"; + type = "kernel"; + } + ]; + supported_devices = [ + "7links,px-4885-8m" + "px-4885-8M" + ]; + titles = [ + { + model = "PX-4885"; + variant = "8M"; + vendor = "7Links"; + } + ]; + }; + "8devices_carambola" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-8devices_carambola"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-8devices_carambola-initramfs-kernel.bin"; + sha256 = "fb884655141469b52a24c45dbbf0654da55931d95bdd52b456249c258de947b6"; + sha256_unsigned = "fb884655141469b52a24c45dbbf0654da55931d95bdd52b456249c258de947b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-8devices_carambola-squashfs-sysupgrade.bin"; + sha256 = "7b4b5b92c6ce13511f02b263f85a5742fab47e5b8491af465e57a6ef947e2e4a"; + sha256_unsigned = "063d12d5b7d62a728809c9e1850cad637488aafb8fb77822a1c85c05c29317f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8devices,carambola" + "carambola" + ]; + titles = [ + { + model = "Carambola"; + vendor = "8devices"; + } + ]; + }; + accton_wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-accton_wr6202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-accton_wr6202-squashfs-sysupgrade.bin"; + sha256 = "96a54a8ff0cdf5bc614f02976e6f4721d17d5c9494939260c8b54f224119e33d"; + sha256_unsigned = "bf976daa375d5719c39cf8b069c9125a1f3613f0575416d1d7cf75daf2d0a507"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-accton_wr6202-initramfs-kernel.bin"; + sha256 = "ab1fc29c3223d35ba15b9763911b3977f2bd12288c0acacd131f224c341de51d"; + sha256_unsigned = "ab1fc29c3223d35ba15b9763911b3977f2bd12288c0acacd131f224c341de51d"; + type = "kernel"; + } + ]; + supported_devices = [ + "accton,wr6202" + "wr6202" + ]; + titles = [ + { + model = "WR6202"; + vendor = "Accton"; + } + ]; + }; + alfa-network_w502u = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-alfa-network_w502u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-alfa-network_w502u-initramfs-kernel.bin"; + sha256 = "16088f627c5f9fbeb070cbabbf7c1e17f67315216c692c4754f016e32df8661a"; + sha256_unsigned = "16088f627c5f9fbeb070cbabbf7c1e17f67315216c692c4754f016e32df8661a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-alfa-network_w502u-squashfs-sysupgrade.bin"; + sha256 = "b47fe5b3b55b9cc790f42c28fd4b8b38ca3c92d8bd688b72170c4a1b5a960997"; + sha256_unsigned = "6f95f3d79fcc6de84dd35cb3851725113a98789a045826053bd924044d87b81f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,w502u" + "w502u" + ]; + titles = [ + { + model = "Networks W502U"; + vendor = "ALFA"; + } + ]; + }; + allnet_all0256n-8m = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-allnet_all0256n-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-allnet_all0256n-8m-squashfs-sysupgrade.bin"; + sha256 = "2eafc298db0f8ce9a7e8d64df184db6badf8adc83d61be9e250ee31d1f5f987a"; + sha256_unsigned = "21033909cab15094b0cdcfcb87e99b6853493f71dd084798d8993f9bf8dd2fd5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-allnet_all0256n-8m-initramfs-kernel.bin"; + sha256 = "86d883fb97aef32ef08e5083ada45ebb32b82d0e6357120ce1ec19f4525ffb43"; + sha256_unsigned = "86d883fb97aef32ef08e5083ada45ebb32b82d0e6357120ce1ec19f4525ffb43"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all0256n-8m" + "all0256n-8M" + ]; + titles = [ + { + model = "ALL0256N"; + variant = "8M"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5002 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-allnet_all5002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-allnet_all5002-squashfs-sysupgrade.bin"; + sha256 = "ab28b6ee42e986e7a4ebc3d8abc8a2eabadcab4b0b70e482bef016c05ed3e2d4"; + sha256_unsigned = "a4cfc7048b9ce2dbbea0e392f544bf68af776bcea99e7291497fa1188a6aa375"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-allnet_all5002-initramfs-kernel.bin"; + sha256 = "7d6cd7e40cb9cbec1d52187b19e5052846fb26baa19708c79a320970a7cf78be"; + sha256_unsigned = "7d6cd7e40cb9cbec1d52187b19e5052846fb26baa19708c79a320970a7cf78be"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all5002" + "all5002" + ]; + titles = [ + { + model = "ALL5002"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5003 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-allnet_all5003"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-allnet_all5003-squashfs-sysupgrade.bin"; + sha256 = "52a67cfff879b234cd88c0e9d4ac892da9fe7609e96e6b32f6ff8dcbc233f495"; + sha256_unsigned = "ce9688c0d1e7fc1a8c51df067bdf93ef0bf9a8ac664e77de5fb041ae9a2a05e0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-allnet_all5003-initramfs-kernel.bin"; + sha256 = "506e6f6eace9e602cfac5559fcb09d377ac3ec111f45c1ddce7542170238aaed"; + sha256_unsigned = "506e6f6eace9e602cfac5559fcb09d377ac3ec111f45c1ddce7542170238aaed"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all5003" + "all5003" + ]; + titles = [ + { + model = "ALL5003"; + vendor = "Allnet"; + } + ]; + }; + alphanetworks_asl26555-16m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-alphanetworks_asl26555-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-alphanetworks_asl26555-16m-squashfs-sysupgrade.bin"; + sha256 = "e0a898f9b56b8446c14fdca6f80f8fe5a32e65c895989d75aa08fb93127cab5c"; + sha256_unsigned = "01be53dfbc6254e55234d58eeb6f38be174d05fadbbbd486770e9bd9d23f39a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-alphanetworks_asl26555-16m-initramfs-kernel.bin"; + sha256 = "1fa2613b2324be711b65fc9c01276b20ef833648ea0ec7a41e650e3ba0b2dd6c"; + sha256_unsigned = "1fa2613b2324be711b65fc9c01276b20ef833648ea0ec7a41e650e3ba0b2dd6c"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-16m" + "asl26555" + "asl26555-16M" + ]; + titles = [ + { + model = "ASL26555"; + variant = "16M"; + vendor = "Alpha"; + } + ]; + }; + alphanetworks_asl26555-8m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-alphanetworks_asl26555-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-alphanetworks_asl26555-8m-squashfs-sysupgrade.bin"; + sha256 = "b0afade3291665d29ed4409050fc3587829d68e103081f49c65ac24a5c1ad179"; + sha256_unsigned = "9e2c02f8c7f8f6bd784f7b74f209fc15791a2fd46bf9e04c0e30aec6c1c4bb70"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-alphanetworks_asl26555-8m-initramfs-kernel.bin"; + sha256 = "e0f9bab0439767e45cd5d14d6fb281eea6bc912b65e3e928e0a5498c2652833b"; + sha256_unsigned = "e0f9bab0439767e45cd5d14d6fb281eea6bc912b65e3e928e0a5498c2652833b"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-8m" + "asl26555" + "asl26555-8M" + ]; + titles = [ + { + model = "ASL26555"; + vendor = "Alpha"; + } + ]; + }; + arcwireless_freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-arcwireless_freestation5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-arcwireless_freestation5-initramfs-kernel.bin"; + sha256 = "d9eaca73dd5498251c631e31d170e9b01eb03c146470cd0f35efbe178a94ebb4"; + sha256_unsigned = "d9eaca73dd5498251c631e31d170e9b01eb03c146470cd0f35efbe178a94ebb4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-arcwireless_freestation5-squashfs-sysupgrade.bin"; + sha256 = "3a74184d8ead4e31ed92b60c91028295453ca7b53310ff6d5afb97861d96c0c2"; + sha256_unsigned = "336c41ec607575d7ce13aa88abfed812f9d395986a3bcf477428d96e34188957"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcwireless,freestation5" + "freestation5" + ]; + titles = [ + { + model = "FreeStation"; + vendor = "ARC Wireless"; + } + ]; + }; + argus_atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-argus_atp-52b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-argus_atp-52b-squashfs-sysupgrade.bin"; + sha256 = "abb976efd180ebba5060564f099dd66b7ff4bd4a1bde75a9728e38d920783623"; + sha256_unsigned = "8335cf25652ee9ea47f0e7d2f1fa638770f709931041201b027f250407966702"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-argus_atp-52b-initramfs-kernel.bin"; + sha256 = "7a2d97d0fe31b601da8d0e8fe0eb38c40bcc195cdf40172b0837b4f4d4038c33"; + sha256_unsigned = "7a2d97d0fe31b601da8d0e8fe0eb38c40bcc195cdf40172b0837b4f4d4038c33"; + type = "kernel"; + } + ]; + supported_devices = [ + "argus,atp-52b" + "atp-52b" + ]; + titles = [ + { + model = "ATP-52B"; + vendor = "Argus"; + } + ]; + }; + asiarf_awm002-evb-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-asiarf_awm002-evb-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-asiarf_awm002-evb-8m-squashfs-sysupgrade.bin"; + sha256 = "6f495a07c7109c6097868b72d53b4e82f88ab4ac6be06ad872e0363506d2efc9"; + sha256_unsigned = "d3a2da9f049e3ca188b0f7fba80404b85f3ff55c3f2126aa0d9a45067b5ec83c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-asiarf_awm002-evb-8m-initramfs-kernel.bin"; + sha256 = "a39abc905fbfdc7e1192591bc1c7b5f6d1929b5b748c1eaa7618ef404177c87e"; + sha256_unsigned = "a39abc905fbfdc7e1192591bc1c7b5f6d1929b5b748c1eaa7618ef404177c87e"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,awm002-evb-8m" + "awm002-evb-8M" + ]; + titles = [ + { + model = "AWM002-EVB/AWM003-EVB"; + variant = "8M"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-asus_rt-n13u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-asus_rt-n13u-initramfs-kernel.bin"; + sha256 = "a34a68958a2c0772480279edb6ccad398084ca176ffa51906f824d1c070bfa47"; + sha256_unsigned = "a34a68958a2c0772480279edb6ccad398084ca176ffa51906f824d1c070bfa47"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-asus_rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "277f5823002b82143e9d82b5b5cc1cfdfe1283df9d82065cb3e01e8cca583f6e"; + sha256_unsigned = "09ee8395aab478375daaf164f0800dd9ecbe1ac2360e17bf19072212a58a14b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n13u" + "rt-n13u" + ]; + titles = [ + { + model = "RT-N13U"; + vendor = "Asus"; + } + ]; + }; + aximcom_mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-aximcom_mr-102n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-aximcom_mr-102n-initramfs-kernel.bin"; + sha256 = "286a99cb38f88d03aaff47c8e653e3339a11475a8b0a016befaecb279204a923"; + sha256_unsigned = "286a99cb38f88d03aaff47c8e653e3339a11475a8b0a016befaecb279204a923"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-aximcom_mr-102n-squashfs-sysupgrade.bin"; + sha256 = "cbc8573d5121ed7e0ac9917f107432d65bb6006980146232128328732914c870"; + sha256_unsigned = "37765978b6316cf22ae654dc439038e828d6d3999895385cfcbdf33718a15145"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aximcom,mr-102n" + "mr-102n" + ]; + titles = [ + { + model = "MR-102N"; + vendor = "AXIMCom"; + } + ]; + }; + aztech_hw550-3g = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-aztech_hw550-3g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-aztech_hw550-3g-initramfs-kernel.bin"; + sha256 = "5eaf17d9b98848651080e9e1963e0fecd35bc138213f6bc115e007667159a5fe"; + sha256_unsigned = "5eaf17d9b98848651080e9e1963e0fecd35bc138213f6bc115e007667159a5fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-aztech_hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "d4c7e6383485829b799cfed630c99bf2a355986a6db2102f49f20f154c61ff78"; + sha256_unsigned = "5484f68cc8b8e197896c6e0f2ba66fb079d6ff1b7605e9b42676f3aad4e170c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aztech,hw550-3g" + "hw550-3g" + ]; + titles = [ + { + model = "HW550-3G"; + vendor = "Aztech"; + } + { + model = "ALL0239-3G"; + vendor = "Allnet"; + } + ]; + }; + belkin_f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-belkin_f5d8235-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-belkin_f5d8235-v2-initramfs-kernel.bin"; + sha256 = "5dfe978f28b5928a576d14e67900bd9b9ea8f4855d65ca56703ba08225d101f8"; + sha256_unsigned = "5dfe978f28b5928a576d14e67900bd9b9ea8f4855d65ca56703ba08225d101f8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-belkin_f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "b8bd8cd325579b9d27d4046a24688fc62e02bb67e943edec945fa947287fb810"; + sha256_unsigned = "689927955c84d814e5eede15e2102b0d4281a0086972cfe088f35f72437ca832"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v2" + "f5d8235-v2" + ]; + titles = [ + { + model = "F5D8235"; + variant = "v2"; + vendor = "Belkin"; + } + ]; + }; + belkin_f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-belkin_f7c027"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-belkin_f7c027-squashfs-sysupgrade.bin"; + sha256 = "92a980525cef470fd5b6697943f0f7e6ae599989c0f84b464d96e2f9fe5b815c"; + sha256_unsigned = "2a4bc98516730640ef2d2d6873b049992e2002a1acdaba6dfa38d1f5537f55e5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-belkin_f7c027-initramfs-kernel.bin"; + sha256 = "2b627ab3c68fccfd5ff9400ad11d289bd967ff1d88ba0657f12acbff273aed2b"; + sha256_unsigned = "2b627ab3c68fccfd5ff9400ad11d289bd967ff1d88ba0657f12acbff273aed2b"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f7c027" + "f7c027" + ]; + titles = [ + { + model = "F7C027"; + vendor = "Belkin"; + } + ]; + }; + dlink_dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-dlink_dap-1350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-dlink_dap-1350-squashfs-factory-NA.bin"; + sha256 = "57e37c5e7e259af1b5fcdb3497c1e2bf2313b5a75a4ecdcc6d79ba2cd201d230"; + sha256_unsigned = "57e37c5e7e259af1b5fcdb3497c1e2bf2313b5a75a4ecdcc6d79ba2cd201d230"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-dlink_dap-1350-squashfs-sysupgrade.bin"; + sha256 = "a0314e9686a2d188cbf8700d4b58a6edb9404a0686310758ad65ef0362b3eb2e"; + sha256_unsigned = "7a433c48949e398d401665921b948eb12fe3b505469f816425cfc9f0dc095d18"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-dlink_dap-1350-initramfs-kernel.bin"; + sha256 = "80f049ceba03f74749bfc03d51dea52e7bcfee149cf4653a55798051825a62d0"; + sha256_unsigned = "80f049ceba03f74749bfc03d51dea52e7bcfee149cf4653a55798051825a62d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-dlink_dap-1350-squashfs-factory.bin"; + sha256 = "d8662370206b99812c343915b3c2fdebc413ba3dd5b5d96d223431ac8b08973c"; + sha256_unsigned = "d8662370206b99812c343915b3c2fdebc413ba3dd5b5d96d223431ac8b08973c"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1350" + "dap-1350" + ]; + titles = [ + { + model = "DAP-1350"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-300-b7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-dlink_dir-300-b7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-dlink_dir-300-b7-initramfs-kernel.bin"; + sha256 = "c9e7a6963ae1c320025d14020a68ef78b6133b309a2d58c67f9271843043e1f3"; + sha256_unsigned = "c9e7a6963ae1c320025d14020a68ef78b6133b309a2d58c67f9271843043e1f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-dlink_dir-300-b7-squashfs-sysupgrade.bin"; + sha256 = "3e445b5aba432b63d998ceb73fdfb4d766352e3926c070b95d0a7b5298635f2a"; + sha256_unsigned = "21e29c5f5cddae153af589b22d0a83a5ea7b80e988958c9c574b3e0975623913"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-300-b7" + "dir-300-b7" + ]; + titles = [ + { + model = "DIR-300"; + variant = "B7"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-dlink_dir-320-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-dlink_dir-320-b1-initramfs-kernel.bin"; + sha256 = "2937fafc4a470ac0c703a4d7f7459adbd010b30ffc8dc658a58165647b64465c"; + sha256_unsigned = "2937fafc4a470ac0c703a4d7f7459adbd010b30ffc8dc658a58165647b64465c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-dlink_dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "9b21fa8e6c33d02e0d82cb06076f8eb51b7458508d46060a69ec7a276c39c38b"; + sha256_unsigned = "91228baf84e3b37e2e261e7c02e88df64913401e3cf4002ead09f2cf7be12d37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-320-b1" + "dir-320-b1" + ]; + titles = [ + { + model = "DIR-320"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-dlink_dir-620-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-dlink_dir-620-a1-initramfs-kernel.bin"; + sha256 = "951c588260faca5b443cf82dc17de0135c4d0d69c65bb3d4b5f7c32279892fa9"; + sha256_unsigned = "951c588260faca5b443cf82dc17de0135c4d0d69c65bb3d4b5f7c32279892fa9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-dlink_dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "c190062533fc5eb46bb8f0d60c62958dd6197e043ece7e54aa70d3883cd0c6d6"; + sha256_unsigned = "7c92b38331f12556d268ddf22c512fb2fcb0494ac86677822e21b2600eb812c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-620-a1" + "dir-620-a1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-dlink_dir-620-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-dlink_dir-620-d1-initramfs-kernel.bin"; + sha256 = "6f19ba1b4bd1df689bd8d5866061f53e2239ec76122dc1fc3738dfb6796698f0"; + sha256_unsigned = "6f19ba1b4bd1df689bd8d5866061f53e2239ec76122dc1fc3738dfb6796698f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-dlink_dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "b466e2f3fdf94a6256e6a718dd8cac8e3cefc5a75847f0614b8279b51c38b0fd"; + sha256_unsigned = "ddc5807d26f503936f88e686afaf0e0f9451542040762a7cecf0500c8f6e2858"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-620-d1" + "dir-620-d1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial-option" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-dlink_dwr-512-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-dlink_dwr-512-b-squashfs-factory.bin"; + sha256 = "5f21eca3ac8c3ce2091ad313a3a689e79a6b429d3b6a398f7598977c406fe327"; + sha256_unsigned = "5f21eca3ac8c3ce2091ad313a3a689e79a6b429d3b6a398f7598977c406fe327"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-dlink_dwr-512-b-initramfs-kernel.bin"; + sha256 = "1292eaf967b1dcc5a7fd273fc160bc3d75331fa34655d6c690173422e773b037"; + sha256_unsigned = "1292eaf967b1dcc5a7fd273fc160bc3d75331fa34655d6c690173422e773b037"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-dlink_dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "ef7f3d02a768fdb0ac4ac831a007fa749ce42fabe2c9616f462b51e804602303"; + sha256_unsigned = "73fc5c59959cf51722fed73d6f20ac21bcf51b4b574c838a6705608a0b061001"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-512-b" + "dwr-512-b" + ]; + titles = [ + { + model = "DWR-512"; + variant = "B"; + vendor = "D-Link"; + } + ]; + }; + easyacc_wizard-8800 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-easyacc_wizard-8800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-easyacc_wizard-8800-initramfs-kernel.bin"; + sha256 = "eac5e766e1ecd33fa6d9765e4bc198b781f7073e60fff057e3bf535017f3742b"; + sha256_unsigned = "eac5e766e1ecd33fa6d9765e4bc198b781f7073e60fff057e3bf535017f3742b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-easyacc_wizard-8800-squashfs-sysupgrade.bin"; + sha256 = "ffdd2ad92293179ceb35273af85449b7362259807926d17c95573f81dd0c9dad"; + sha256_unsigned = "a43d806a1fa715a78d5e2763b3b4c4202ae45823d07c468509154e935e70a75e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "easyacc,wizard-8800" + "wizard8800" + ]; + titles = [ + { + model = "WIZARD 8800"; + vendor = "EasyAcc"; + } + ]; + }; + fon_fonera-20n = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-fon_fonera-20n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-fon_fonera-20n-squashfs-sysupgrade.bin"; + sha256 = "4b424ec8f17e024e5f120cffc94eaeb23bf936b8a68ab0268acfab7c89ca7e02"; + sha256_unsigned = "0829f1415d8de43b3a253112779f52b06b7298cdcf94e697e1c3eaa390ae633d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-fon_fonera-20n-squashfs-factory.bin"; + sha256 = "97b71bbf72c367ed78af08a490a4765febe9efc14f1412c4f1b2a0c8f66a3acd"; + sha256_unsigned = "97b71bbf72c367ed78af08a490a4765febe9efc14f1412c4f1b2a0c8f66a3acd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-fon_fonera-20n-initramfs-kernel.bin"; + sha256 = "ce494fe1a7d02eb771895b303898b280e53745463184198066f7a49b0b435de0"; + sha256_unsigned = "ce494fe1a7d02eb771895b303898b280e53745463184198066f7a49b0b435de0"; + type = "kernel"; + } + ]; + supported_devices = [ + "fon,fonera-20n" + "fonera20n" + ]; + titles = [ + { + model = "Fonera 2.0N"; + vendor = "Fon"; + } + ]; + }; + hame_mpr-a2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-hame_mpr-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-hame_mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "16a275c06fb7030b64e12557c9c21f78fa74efb30d1874faa31707a2756409ae"; + sha256_unsigned = "ebc5cc127f71dc46b69a640e91d5f3fe9601fad143d741c5a29e24eaf289d446"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-hame_mpr-a2-initramfs-kernel.bin"; + sha256 = "c29f5650e128b0abf4699277268eb7814e5ed1373ec2d6a8b7eb571c6c2e34d2"; + sha256_unsigned = "c29f5650e128b0abf4699277268eb7814e5ed1373ec2d6a8b7eb571c6c2e34d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "hame,mpr-a2" + "mpr-a2" + ]; + titles = [ + { + model = "MPR"; + variant = "A2"; + vendor = "HAME"; + } + ]; + }; + hauppauge_broadway = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-hauppauge_broadway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-hauppauge_broadway-squashfs-sysupgrade.bin"; + sha256 = "14fa405a15cde2bca6b19d4230b6212714b129701272291d3a170f7a4aedfa63"; + sha256_unsigned = "5d737a747a7deba30594e71ce441bac4d4762003f18ca46b099464c38dedd9ac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-hauppauge_broadway-initramfs-kernel.bin"; + sha256 = "fbd881a912282b0991aaa25d5537436c15afcb594e25cb18c2c536aa3026b280"; + sha256_unsigned = "fbd881a912282b0991aaa25d5537436c15afcb594e25cb18c2c536aa3026b280"; + type = "kernel"; + } + ]; + supported_devices = [ + "hauppauge,broadway" + "broadway" + ]; + titles = [ + { + model = "Broadway"; + vendor = "Hauppauge"; + } + ]; + }; + huawei_hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-huawei_hg255d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-huawei_hg255d-squashfs-sysupgrade.bin"; + sha256 = "b0ebe42830e44a3711d5072bffe07ded4ffcb56ef99149addb63241bdb4e06d8"; + sha256_unsigned = "51a9f5b50e0473186bc683007fc485e559c07f610e578e45fe5d2dcbec777122"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-huawei_hg255d-initramfs-kernel.bin"; + sha256 = "ddda87af4ed2ad7f081ca3c9579734cfb2690dc6e9bbb6c86009cc86367f0903"; + sha256_unsigned = "ddda87af4ed2ad7f081ca3c9579734cfb2690dc6e9bbb6c86009cc86367f0903"; + type = "kernel"; + } + ]; + supported_devices = [ + "huawei,hg255d" + "hg255d" + ]; + titles = [ + { + model = "HG255D"; + vendor = "HuaWei"; + } + ]; + }; + intenso_memory2move = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-intenso_memory2move"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-intenso_memory2move-initramfs-kernel.bin"; + sha256 = "da2e9a31118b6912bcfdaf70be1a50f6c6796e8a7c1018ff6c4cf11862cc902a"; + sha256_unsigned = "da2e9a31118b6912bcfdaf70be1a50f6c6796e8a7c1018ff6c4cf11862cc902a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-intenso_memory2move-squashfs-sysupgrade.bin"; + sha256 = "57e1527b8b5399e36cd9fff7b79b88f096f7c0dabf5dbe56f8f8725ae6403b49"; + sha256_unsigned = "46f48529ada4f1a24539dc879b0c88fc18229b813f762bf87b3fdc28bd841da1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "intenso,memory2move" + "m2m" + ]; + titles = [ + { + model = "Memory 2 Move"; + vendor = "Intenso"; + } + ]; + }; + mofinetwork_mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-mofinetwork_mofi3500-3gn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-mofinetwork_mofi3500-3gn-initramfs-kernel.bin"; + sha256 = "f41d00a228ef5393587d618b1c2f55c32aef684a425842c7839ccb3117e4210a"; + sha256_unsigned = "f41d00a228ef5393587d618b1c2f55c32aef684a425842c7839ccb3117e4210a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-mofinetwork_mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "19378af460970cda15a83c5cd358984d3edbe5b46185e9533f5c812540eb3425"; + sha256_unsigned = "1d031bc38c97c48700f06c3768679e675b8113ebcb48b38a710e7e9dd820b970"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mofinetwork,mofi3500-3gn" + "mofi3500-3gn" + ]; + titles = [ + { + model = "MOFI3500-3GN"; + vendor = "MoFi Network"; + } + ]; + }; + nexaira_bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-nexaira_bc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-nexaira_bc2-squashfs-sysupgrade.bin"; + sha256 = "7947498e0b829afe1cfc01709e992a17081b43a9c85fe80a3d4f0d6cfec3a52b"; + sha256_unsigned = "9c82c7657286600d0a4c14ec04c7985af61f4d936f59059cf1eec1b4d7714711"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-nexaira_bc2-initramfs-kernel.bin"; + sha256 = "0b1da602a8b8064fc5b42c5aec4a381bb8e4d44eec9d943433a45fc28aa41f09"; + sha256_unsigned = "0b1da602a8b8064fc5b42c5aec4a381bb8e4d44eec9d943433a45fc28aa41f09"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexaira,bc2" + "bc2" + ]; + titles = [ + { + model = "BC2"; + vendor = "NexAira"; + } + ]; + }; + nexx_wt1520-8m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-nexx_wt1520-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-nexx_wt1520-8m-initramfs-kernel.bin"; + sha256 = "696cc97101b9bbbc091ac30c2fb62aa2d2ec3d9609c53a2a4b139fa0ff2e8680"; + sha256_unsigned = "696cc97101b9bbbc091ac30c2fb62aa2d2ec3d9609c53a2a4b139fa0ff2e8680"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-nexx_wt1520-8m-squashfs-factory.bin"; + sha256 = "e0f75692972c36f1d94974b9bfa6098df66c6cc1386c38b93f78e33ef5f593b5"; + sha256_unsigned = "e0f75692972c36f1d94974b9bfa6098df66c6cc1386c38b93f78e33ef5f593b5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-nexx_wt1520-8m-squashfs-sysupgrade.bin"; + sha256 = "88dc59b4609a361d4c11cc45bcdd099606ef8c227f336df9192a6f617904117a"; + sha256_unsigned = "2b610607388276573a14bf112faf6edf40731f581790c73b937c14a090dc8bd2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexx,wt1520-8m" + "wt1520-8M" + ]; + titles = [ + { + model = "WT1520"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + nixcore_x1-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-nixcore_x1-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-nixcore_x1-16m-squashfs-sysupgrade.bin"; + sha256 = "754771cb4814b19bb70880958bf1f2b086cac678d5270e3098c799e85496cb28"; + sha256_unsigned = "e38e30b364a49d4c602498a57431f106cc84aeb27b547966fed650c41b810b2a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-nixcore_x1-16m-initramfs-kernel.bin"; + sha256 = "2e1447dd076b468596c4d9f072098c696df06f0f12b6b8355ce811c0fa6cb709"; + sha256_unsigned = "2e1447dd076b468596c4d9f072098c696df06f0f12b6b8355ce811c0fa6cb709"; + type = "kernel"; + } + ]; + supported_devices = [ + "nixcore,x1-16m" + "nixcore-x1" + "nixcore-x1-16M" + ]; + titles = [ + { + model = "X1"; + variant = "16M"; + vendor = "Nixcore"; + } + ]; + }; + nixcore_x1-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-nixcore_x1-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-nixcore_x1-8m-squashfs-sysupgrade.bin"; + sha256 = "b71833817d1b1d25f8cf7db8dad85a39729e79688d640df22edf2b460b66a25d"; + sha256_unsigned = "ccb9e2b6651f5311652bd0de9e5a9ab6296a30c3da79e0b7634a320108ab9261"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-nixcore_x1-8m-initramfs-kernel.bin"; + sha256 = "09f7e948807860602811525bc85024267f26e4ab46057af309d4d4bb291d64d6"; + sha256_unsigned = "09f7e948807860602811525bc85024267f26e4ab46057af309d4d4bb291d64d6"; + type = "kernel"; + } + ]; + supported_devices = [ + "nixcore,x1-8m" + "nixcore-x1" + "nixcore-x1-8M" + ]; + titles = [ + { + model = "X1"; + variant = "8M"; + vendor = "Nixcore"; + } + ]; + }; + olimex_rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-olimex_rt5350f-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-olimex_rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "3aa36912e6e2001c48804ddb2d3c3a259ba8f1104a32919de01057e249b5631e"; + sha256_unsigned = "525253eb417fc5a9ff2ebed40562d60528b45c7279e8655e607c5e0bdee7a88a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-olimex_rt5350f-olinuxino-initramfs-kernel.bin"; + sha256 = "e259694a1d65c8c867b0a93be2f378bb40090c2274c6b966d052ae4eec83c2c7"; + sha256_unsigned = "e259694a1d65c8c867b0a93be2f378bb40090c2274c6b966d052ae4eec83c2c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino" + "rt5350f-olinuxino" + ]; + titles = [ + { + model = "RT5350F-OLinuXino"; + vendor = "OLIMEX"; + } + ]; + }; + olimex_rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-olimex_rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-olimex_rt5350f-olinuxino-evb-initramfs-kernel.bin"; + sha256 = "c1cbfd042e3761e94e7fb0f8dd3566a55e29276b462a8b5fdd8e0dfafc4df588"; + sha256_unsigned = "c1cbfd042e3761e94e7fb0f8dd3566a55e29276b462a8b5fdd8e0dfafc4df588"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-olimex_rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "83c180ef6173a16853daa26b58f73450c5308ab7eaea78bd6d6e451ebcefa331"; + sha256_unsigned = "8bb7e4f7ffdb49b202c29134f6b35569b292a9e20d964d4a869a4e14a50eafb8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino-evb" + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + model = "RT5350F-OLinuXino-EVB"; + vendor = "OLIMEX"; + } + ]; + }; + omnima_miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-omnima_miniembplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-omnima_miniembplug-squashfs-sysupgrade.bin"; + sha256 = "cefade6e6e5b3622f4533f0459a0e4fd593dd4fdc2b228538edc1550ed4b89ab"; + sha256_unsigned = "d46ef35d9b0386e9b0790250ae3b37565f8af2fe2221440e4569b3281fc3fa82"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-omnima_miniembplug-initramfs-kernel.bin"; + sha256 = "f24867d4b420e040e291124eac269e31fa11d4e396d846b3660caea7ff89fe4c"; + sha256_unsigned = "f24867d4b420e040e291124eac269e31fa11d4e396d846b3660caea7ff89fe4c"; + type = "kernel"; + } + ]; + supported_devices = [ + "omnima,miniembplug" + "miniembplug" + ]; + titles = [ + { + model = "MiniEMBPlug"; + vendor = "Omnima"; + } + ]; + }; + omnima_miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-omnima_miniembwifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-omnima_miniembwifi-initramfs-kernel.bin"; + sha256 = "27964e2f57f1e886339484982fb7aa59bd96510abff75b682b86b2d038332fe5"; + sha256_unsigned = "27964e2f57f1e886339484982fb7aa59bd96510abff75b682b86b2d038332fe5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-omnima_miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "b224c06acf68df2466f0a935d2a4e93291ec6e4b3caf7504c0afd34413d9d86a"; + sha256_unsigned = "de7404498fa252d8fecce887564b0d0a6f0a838752a7d0a552600d2d620bbfb5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,miniembwifi" + "miniembwifi" + ]; + titles = [ + { + model = "MiniEMBWiFi"; + vendor = "Omnima"; + } + ]; + }; + planex_mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-planex_mzk-wdpr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-planex_mzk-wdpr-initramfs-kernel.bin"; + sha256 = "350c0579abd0b47bb12e66e750f9540baca7085fc4ca21cb702ca8b87d015f8f"; + sha256_unsigned = "350c0579abd0b47bb12e66e750f9540baca7085fc4ca21cb702ca8b87d015f8f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-planex_mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "e8458544a04b609908788ed0c3402920aae9b497167f95e911b6cf809bad629b"; + sha256_unsigned = "1d45b7655bbab27142de011ab969ed7851195752ce149db095bcb8b601e80d4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-wdpr" + "mzk-wdpr" + ]; + titles = [ + { + model = "MZK-WDPR"; + vendor = "Planex"; + } + ]; + }; + poray_ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-poray_ip2202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-poray_ip2202-initramfs-kernel.bin"; + sha256 = "7a7fb9608db697857a9f65f96dad144baee591ab7b66934e324a13c087ac08af"; + sha256_unsigned = "7a7fb9608db697857a9f65f96dad144baee591ab7b66934e324a13c087ac08af"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-poray_ip2202-squashfs-sysupgrade.bin"; + sha256 = "a4a8570561c30db0ef8c074cf5cd23f5200ff968244efb69b7437d30d64ed31e"; + sha256_unsigned = "5c7b0dfc758b7c0653566ff2876ef57d8df26fcb91c885ade6d22a0dcb052c12"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,ip2202" + "ip2202" + ]; + titles = [ + { + model = "IP2202"; + vendor = "Poray"; + } + ]; + }; + poray_m4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-poray_m4-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-poray_m4-8m-initramfs-kernel.bin"; + sha256 = "1ac09a79469fb123fae236c42933d6d0c682d4f0ddc2be82520a601a654bae40"; + sha256_unsigned = "1ac09a79469fb123fae236c42933d6d0c682d4f0ddc2be82520a601a654bae40"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-poray_m4-8m-squashfs-sysupgrade.bin"; + sha256 = "c3d55c9665077f25d9f902f2da9bc84590d24d9f8b918728bddd6ea1cae58eda"; + sha256_unsigned = "7004692e001a411c7ab20c7b67a0496efbf9ab58b59cfede8d39ebf32d967a07"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-poray_m4-8m-squashfs-factory.bin"; + sha256 = "988260840fedc8e4e9c88417f1ce0f89e383123dd1c4a1b06a9e97db8ebd5957"; + sha256_unsigned = "988260840fedc8e4e9c88417f1ce0f89e383123dd1c4a1b06a9e97db8ebd5957"; + type = "factory"; + } + ]; + supported_devices = [ + "poray,m4-8m" + "m4-8M" + ]; + titles = [ + { + model = "M4"; + variant = "8M"; + vendor = "Poray"; + } + ]; + }; + poray_x5 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-poray_x5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-poray_x5-squashfs-factory.bin"; + sha256 = "fdbad5531c936f981dff218f50e2ba9c9d31555c1aaf29c731d959a1607b4b6e"; + sha256_unsigned = "fdbad5531c936f981dff218f50e2ba9c9d31555c1aaf29c731d959a1607b4b6e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-poray_x5-initramfs-kernel.bin"; + sha256 = "ac669c954f7733b67ebe336a4d88432f7ece318639fec0a7b6e3c9d7b10876b7"; + sha256_unsigned = "ac669c954f7733b67ebe336a4d88432f7ece318639fec0a7b6e3c9d7b10876b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-poray_x5-squashfs-sysupgrade.bin"; + sha256 = "a8e776e40352315f3c3dde775bf15f8127dd78bad35bf4c075406adfa233ccd2"; + sha256_unsigned = "49f21c3d0701006c7470c9b0ae4f35347c15b11036eea63c5ce114708b51dae7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,x5" + "x5" + ]; + titles = [ + { + model = "X5/X6"; + vendor = "Poray"; + } + ]; + }; + poray_x8 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-poray_x8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-poray_x8-squashfs-sysupgrade.bin"; + sha256 = "88b7bcf06a6a49b9609d62349c5e5dcc829f6f2b4b42f6dfbb9b4dbff88db8c6"; + sha256_unsigned = "3ab0bf970dd7fb89bb645a3ca56b48bc1bf2229f208d272c1bc188a5f3f3bf6f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-poray_x8-initramfs-kernel.bin"; + sha256 = "654bc95135e8d82ccdc497ca896342b2641a4979194a7be7148e538f18c79faa"; + sha256_unsigned = "654bc95135e8d82ccdc497ca896342b2641a4979194a7be7148e538f18c79faa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-poray_x8-squashfs-factory.bin"; + sha256 = "9b177f6ac2bbb18b6ade252bbdb9ebd7a52830690309264a31a2f856c0b19e9f"; + sha256_unsigned = "9b177f6ac2bbb18b6ade252bbdb9ebd7a52830690309264a31a2f856c0b19e9f"; + type = "factory"; + } + ]; + supported_devices = [ + "poray,x8" + "x8" + ]; + titles = [ + { + model = "X8"; + vendor = "Poray"; + } + ]; + }; + prolink_pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-prolink_pwh2004"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-prolink_pwh2004-squashfs-sysupgrade.bin"; + sha256 = "9ced124ed14d5e40e25e83b30faa461ed271887e54cd820741df8f634595fd07"; + sha256_unsigned = "b6cd78e13bfb89bcf0518e544dbd8a485213879c576e42c1830af833a1dbd686"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-prolink_pwh2004-initramfs-kernel.bin"; + sha256 = "e4a805f232921f615b48503fb644c07af6ae1f82b29b58e7b64ea08b9c2203f7"; + sha256_unsigned = "e4a805f232921f615b48503fb644c07af6ae1f82b29b58e7b64ea08b9c2203f7"; + type = "kernel"; + } + ]; + supported_devices = [ + "prolink,pwh2004" + "pwh2004" + ]; + titles = [ + { + model = "PWH2004"; + vendor = "Prolink"; + } + ]; + }; + teltonika_rut5xx = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-teltonika_rut5xx"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-teltonika_rut5xx-initramfs-kernel.bin"; + sha256 = "820788e3d9c4a29570df384294e806544c77c8f42a40215dcdb92e956031ce1c"; + sha256_unsigned = "820788e3d9c4a29570df384294e806544c77c8f42a40215dcdb92e956031ce1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-teltonika_rut5xx-squashfs-sysupgrade.bin"; + sha256 = "169d242b1a6c78313079b141b5f26b03ef5fb18c5f1268923131c5aa86e0890c"; + sha256_unsigned = "704e2cddf8e6df82a468a2aa1318f843cc49db0808f6694384054971ea1cda0c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rut5xx" + "rut5xx" + ]; + titles = [ + { + model = "RUT5XX"; + vendor = "Teltonika"; + } + ]; + }; + trendnet_tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-trendnet_tew-714tru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-trendnet_tew-714tru-initramfs-kernel.bin"; + sha256 = "60850db09a10420bcab9fbc0ec6a61203ffef5bd170093e5cff8356c4096b1ae"; + sha256_unsigned = "60850db09a10420bcab9fbc0ec6a61203ffef5bd170093e5cff8356c4096b1ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-trendnet_tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "a27d14f6f62710e6d3cda691d574dcd4819aed3d7cf6aea779cc9d340420ac4d"; + sha256_unsigned = "f7adb4a66ce9606b2cf76349651c4c7fa89f13f3844c29ef3d5937117d2e0e51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-714tru" + "tew-714tru" + ]; + titles = [ + { + model = "TEW-714TRU"; + vendor = "TRENDnet"; + } + ]; + }; + unbranded_wr512-3gn-8m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-unbranded_wr512-3gn-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-unbranded_wr512-3gn-8m-initramfs-kernel.bin"; + sha256 = "e8959261ff65201b990763c979798a3f754dddc4d3dfdd71964d3b9a47cfb56b"; + sha256_unsigned = "e8959261ff65201b990763c979798a3f754dddc4d3dfdd71964d3b9a47cfb56b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-unbranded_wr512-3gn-8m-squashfs-sysupgrade.bin"; + sha256 = "75d9745836afc1b18d29288ab5ec75c16374792dc0a3bbce9a1ebb00de09e151"; + sha256_unsigned = "8c259d7a64e46abcabfdd6ad96afb598e1e9f4f1f797d1895ba259b8a7ff62e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unbranded,wr512-3gn-8m" + "wr512-3gn-8M" + ]; + titles = [ + { + model = "WR512-3GN"; + variant = "8M"; + vendor = "Unbranded"; + } + ]; + }; + upvel_ur-336un = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-upvel_ur-336un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-upvel_ur-336un-squashfs-sysupgrade.bin"; + sha256 = "99e2a9c8412c666bf8c0a4919796ec3dd714b056cd2243e6c62997812b19ba05"; + sha256_unsigned = "ebe56b778177ec156ff6fff34bde62f2309655c27e09d54d4b7b9f8b701ef957"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-upvel_ur-336un-initramfs-kernel.bin"; + sha256 = "328d4152bd4627fd460942c3fffffa3a92ae0116c1a5eda48242ab0408766234"; + sha256_unsigned = "328d4152bd4627fd460942c3fffffa3a92ae0116c1a5eda48242ab0408766234"; + type = "kernel"; + } + ]; + supported_devices = [ + "upvel,ur-336un" + "ur-336un" + ]; + titles = [ + { + model = "UR-336UN"; + vendor = "UPVEL"; + } + ]; + }; + vocore_vocore-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-vocore_vocore-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-vocore_vocore-16m-initramfs-kernel.bin"; + sha256 = "4c9d49855940802e49bc88575bd3eaba652ce7db83357abec73b36722aac1243"; + sha256_unsigned = "4c9d49855940802e49bc88575bd3eaba652ce7db83357abec73b36722aac1243"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-vocore_vocore-16m-squashfs-sysupgrade.bin"; + sha256 = "c540536cdc50173e63fe6901cc46cb657b54359d7a314f69ee28850344f01d2d"; + sha256_unsigned = "29d1d6f43cbb9cadea51fa594e1cdfe03c93eec171da793ebeb3347b7551b062"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore-16m" + "vocore" + "vocore-16M" + ]; + titles = [ + { + model = "VoCore"; + variant = "16M"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-vocore_vocore-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-vocore_vocore-8m-squashfs-sysupgrade.bin"; + sha256 = "3257f719e66d039e306122b2dc6c40c514fbf9d67c6c92bf2f46a97bbb2d60a8"; + sha256_unsigned = "b6653c16ebd1fe30501ac3ae0424e5853c0cd6af62fd068859acc35ebeca9e3c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-vocore_vocore-8m-initramfs-kernel.bin"; + sha256 = "b49aefbe2c1626e40769537ac171af4265ab9a95c7a232b9e47ca0a179abb59d"; + sha256_unsigned = "b49aefbe2c1626e40769537ac171af4265ab9a95c7a232b9e47ca0a179abb59d"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore-8m" + "vocore" + "vocore-8M" + ]; + titles = [ + { + model = "VoCore"; + variant = "8M"; + vendor = "VoCore"; + } + ]; + }; + wansview_ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-wansview_ncs601w"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-wansview_ncs601w-initramfs-kernel.bin"; + sha256 = "0036bd00b8e2800f27a96a20d3f2efce6ff1bc3fc2ee3b5d829b392455af6990"; + sha256_unsigned = "0036bd00b8e2800f27a96a20d3f2efce6ff1bc3fc2ee3b5d829b392455af6990"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-wansview_ncs601w-squashfs-sysupgrade.bin"; + sha256 = "04eed91c9cc3baf555e9279c86a059f25025f2280842c30b82425e138e5a399e"; + sha256_unsigned = "53e60444793bedcc9765b93db62c68d94cc01b921fffdc3c56eaeeb23db2f5f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wansview,ncs601w" + "ncs601w" + ]; + titles = [ + { + model = "NCS601W"; + vendor = "Wansview"; + } + ]; + }; + wiznet_wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-wiznet_wizfi630a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-wiznet_wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "71aa0f283b87ecad91bfaf704c235bafd26a87eabeecc51a9acf1ff27c6000d8"; + sha256_unsigned = "7c8ed924cbc5213b5a90dbfa14086c135f79e0209cd56075b413da2f24cee3e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-wiznet_wizfi630a-initramfs-kernel.bin"; + sha256 = "d67030b45efea5803bdc373f2f51449c019d7afbe5eb816423610711428af7e6"; + sha256_unsigned = "d67030b45efea5803bdc373f2f51449c019d7afbe5eb816423610711428af7e6"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630a" + "wizfi630a" + ]; + titles = [ + { + model = "WizFi630A"; + vendor = "WIZnet"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "cf9fba6620ba7ce344d04702ce1990998f1675ba844260003eedf2ec0f41f0be"; + sha256_unsigned = "8f78630f6f15ae1e58d0cdf8143a596e27b1ff9c709dcf78769300f352333235"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-zorlik_zl5900v2-initramfs-kernel.bin"; + sha256 = "ddd56d868b7cc358d5531c58ca74e700ba189d56fb551ea74e1c7216fb138031"; + sha256_unsigned = "ddd56d868b7cc358d5531c58ca74e700ba189d56fb551ea74e1c7216fb138031"; + type = "kernel"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + model = "ZL5900V2"; + vendor = "Zorlik"; + } + ]; + }; + zte_mf283plus = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-zte_mf283plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin"; + sha256 = "36a0bf92048a365f43adad14716c60489ceeec9cf15bac277d18b22ee76bdce2"; + sha256_unsigned = "c7b52ca5cea5167da058e121965663e25b342e4c7146fe431392141ad5968d86"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-zte_mf283plus-initramfs-kernel.bin"; + sha256 = "f7cbb0a54b34bdbeede2e49f02cb5994e20dea6447485825de98ad71a4e5e05e"; + sha256_unsigned = "f7cbb0a54b34bdbeede2e49f02cb5994e20dea6447485825de98ad71a4e5e05e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf283plus" + ]; + titles = [ + { + model = "MF283+"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-zyxel_keenetic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-zyxel_keenetic-squashfs-sysupgrade.bin"; + sha256 = "42face80701fba75bee3f6f4a39a1f23776c4cd7e809b3cfe94345da2cec8d48"; + sha256_unsigned = "a3280264ba9d9d5c2e12f28d37f0e306b205f20e95c2958682fb552a07b81cdc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-zyxel_keenetic-initramfs-kernel.bin"; + sha256 = "bef387bf22afc2ec021b073a6c04f1fd2dab621f4cb63a9f01ff6c1c23960f19"; + sha256_unsigned = "bef387bf22afc2ec021b073a6c04f1fd2dab621f4cb63a9f01ff6c1c23960f19"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic" + "kn" + ]; + titles = [ + { + model = "Keenetic"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-lite-b = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-zyxel_keenetic-lite-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-zyxel_keenetic-lite-b-squashfs-sysupgrade.bin"; + sha256 = "5614ebde8b341a0b50689ed883f6dbdd83d15accc1e14b8fd664d9641818f2ca"; + sha256_unsigned = "bdef285034c7f8e1f06a0a6a0d0e1828a51b1a09b55b256077ff1a375b78f34d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-zyxel_keenetic-lite-b-initramfs-kernel.bin"; + sha256 = "291f232b55bf6aa15d15f4ad61474e97e6b404e78b4cf4133e09155a4a75cb27"; + sha256_unsigned = "291f232b55bf6aa15d15f4ad61474e97e6b404e78b4cf4133e09155a4a75cb27"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-lite-b" + ]; + titles = [ + { + model = "Keenetic Lite"; + variant = "B"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg-419n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt305x-zyxel_nbg-419n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-ramips-rt305x-zyxel_nbg-419n-v2-initramfs-kernel.bin"; + sha256 = "5897edd3e11fb23a024885020ba94c12396ec2fe23cf7fed9681d1cca5f917ec"; + sha256_unsigned = "5897edd3e11fb23a024885020ba94c12396ec2fe23cf7fed9681d1cca5f917ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt305x-zyxel_nbg-419n-v2-squashfs-sysupgrade.bin"; + sha256 = "e803342669ca400d1df4360a6e450584dc32d69bf666f47222fec74f03358c0f"; + sha256_unsigned = "4722f0a3f87609f88ca6c7a45e9f8d613f64736128eae91b2914121fbf297b9f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg-419n-v2" + "nbg-419n2" + ]; + titles = [ + { + model = "NBG-419N"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "ramips/rt305x"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-n56u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt3883-asus_rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-asus_rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "7298860a22a8a6721101d90b1a754c086692752b39625b453f9fcc62115e282e"; + sha256_unsigned = "bff005c2a684829456e352745978c5de387a24ca36a65ff9b4de7f1863a285fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u" + "rt-n56u" + ]; + titles = [ + { + model = "RT-N56U"; + vendor = "Asus"; + } + ]; + }; + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "23ef8c1eb58f35dceb0d673d92ca58cec2e51738e758730289527b5bfc89fc6f"; + sha256_unsigned = "01cefbbfad194afe6c45ac2689152ddd57de85e6dae4f176dc960def82fdb569"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + model = "F9K1109"; + variant = "Version 1.0"; + vendor = "Belkin"; + } + ]; + }; + dlink_dir-645 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt3883-dlink_dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-dlink_dir-645-squashfs-sysupgrade.bin"; + sha256 = "9b4fd82b5ab3e27db38592152cd51793b3c1e7a2f89c1ac0166aad291c6b25be"; + sha256_unsigned = "62d2863d6c0e641a9e1e536d4d3c7572d99a7d8310ef669a984433c0e2f1291a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-dlink_dir-645-squashfs-factory.bin"; + sha256 = "1ba7be66070894c43147a0dc8b9ace6b7aa9d737977720d1965b3361b276ffc8"; + sha256_unsigned = "1ba7be66070894c43147a0dc8b9ace6b7aa9d737977720d1965b3361b276ffc8"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-645" + "dir-645" + ]; + titles = [ + { + model = "DIR-645"; + vendor = "D-Link"; + } + ]; + }; + edimax_br-6475nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt3883-edimax_br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-edimax_br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "95ad9b5660508b095cf1c34bf2321e542d031c1dca29de7752d918c6b00088e4"; + sha256_unsigned = "980321d10c064ab06aaff2a571af487eccde1860c6e92f1e66167a0b27043e11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6475nd" + "br-6475nd" + ]; + titles = [ + { + model = "BR-6475nD"; + vendor = "Edimax"; + } + ]; + }; + engenius_esr600h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt3883-engenius_esr600h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-engenius_esr600h-squashfs-sysupgrade.bin"; + sha256 = "c2841da1413979203742239ba10b465a6d68abec7369d26d82bd19ecce02559f"; + sha256_unsigned = "9cc7029841fe2d1f4e242481f17ad247b03905cf28f0a2f6c058e31826e5b2f1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-engenius_esr600h-squashfs-factory.dlf"; + sha256 = "810a40b3ad765f1af859fd3c5e964eb26b3e01a16b7095275b6f90bff1d5af8d"; + sha256_unsigned = "810a40b3ad765f1af859fd3c5e964eb26b3e01a16b7095275b6f90bff1d5af8d"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,esr600h" + ]; + titles = [ + { + model = "ESR600H"; + vendor = "EnGenius"; + } + ]; + }; + loewe_wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt3883-loewe_wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-loewe_wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "99f34f0d39b287dc5f11944b05b70bf44bf980c4cd5cbe45b91cc4b12802a746"; + sha256_unsigned = "0022060f9535d980f810ce6e66053213923eaa3e8ca0719cc622fd7310844b2d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "loewe,wmdr-143n" + "wmdr-143n" + ]; + titles = [ + { + model = "WMDR-143N"; + vendor = "Loewe"; + } + ]; + }; + omnima_hpm = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt3883-omnima_hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-omnima_hpm-squashfs-sysupgrade.bin"; + sha256 = "685dbe461410f9f539ace58a0c340c44cafdcbd8511b9d54c8a615500b4d23dc"; + sha256_unsigned = "689467ab0b0d049d208828ae628d165cdb1c454a49f18a42874100f0a2d10d90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,hpm" + "hpm" + ]; + titles = [ + { + model = "HPM"; + vendor = "Omnima"; + } + ]; + }; + samsung_cy-swr1100 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt3883-samsung_cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-samsung_cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "1509607740c1f54cc686fce791078022fda787c5f7bcfa298725aa58a80be681"; + sha256_unsigned = "875f577ed434c16e6d22db86e488b9b7b768046caa140965d3615e0373ad6a5b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-samsung_cy-swr1100-squashfs-factory.bin"; + sha256 = "bc69904617b22f19e317b560c0ed9660be3492575fdeb27be8364bc4ee4015f1"; + sha256_unsigned = "bc69904617b22f19e317b560c0ed9660be3492575fdeb27be8364bc4ee4015f1"; + type = "factory"; + } + ]; + supported_devices = [ + "samsung,cy-swr1100" + "cy-swr1100" + ]; + titles = [ + { + model = "CY-SWR1100"; + vendor = "Samsung"; + } + ]; + }; + sitecom_wlr-6000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.4-ramips-rt3883-sitecom_wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-sitecom_wlr-6000-squashfs-factory.dlf"; + sha256 = "12f142cdcea4b9de1a48a849c3b65fc83814c578024416de02ed1264bc57d574"; + sha256_unsigned = "12f142cdcea4b9de1a48a849c3b65fc83814c578024416de02ed1264bc57d574"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-sitecom_wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "256e3ab7d2380fc220dd67f5a5c2b30cec76465216c56629c0e66e80219ac46c"; + sha256_unsigned = "593d04624c34fb6ef7a067419230a2d48d0203cdb42b4f1ee6943ed916b45c31"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-6000" + "wlr-6000" + ]; + titles = [ + { + model = "WLR-6000"; + vendor = "Sitecom"; + } + ]; + }; + trendnet_tew-691gr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt3883-trendnet_tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-trendnet_tew-691gr-squashfs-factory.bin"; + sha256 = "b203b61113a60d942f0798b9351b575e16915d403fdaadaabe0f5fcad9c4f7d1"; + sha256_unsigned = "b203b61113a60d942f0798b9351b575e16915d403fdaadaabe0f5fcad9c4f7d1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-trendnet_tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "f6abef99a834b9885e920f4af1d89237f3595050f12c187e23847e16f3c68cf3"; + sha256_unsigned = "c2f4b4608068c79831b01f59db40c10189a4e6d64d3c726b7610a9d6b87fad09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-691gr" + "tew-691gr" + ]; + titles = [ + { + model = "TEW-691GR"; + vendor = "TRENDnet"; + } + ]; + }; + trendnet_tew-692gr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-ramips-rt3883-trendnet_tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-trendnet_tew-692gr-squashfs-factory.bin"; + sha256 = "50c4646da870c02019bb5d7e66728fa6f8da7dc4397be95a56b49b7ae523234a"; + sha256_unsigned = "50c4646da870c02019bb5d7e66728fa6f8da7dc4397be95a56b49b7ae523234a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-ramips-rt3883-trendnet_tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "a6b6e4b7a8ffa19136ff84c52bf14875027391327904edd03f4ff0db8f7be230"; + sha256_unsigned = "01d69400b81a53b903829d9cf9c1f76cacf8a3eb7cd3f03bf8f4c47ad003bdc1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-692gr" + "tew-692gr" + ]; + titles = [ + { + model = "TEW-692GR"; + vendor = "TRENDnet"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "ramips/rt3883"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + realtek = { + rtl838x = { + arch_packages = "mips_4kec"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + allnet_all-sg8208m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-allnet_all-sg8208m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-allnet_all-sg8208m-squashfs-sysupgrade.bin"; + sha256 = "d09e2ab4a2660628aedd902fd7996be29715aafbd364e3b00b770f661529e92a"; + sha256_unsigned = "554ab75ce8654af52067f9e54aeaa0bde2d980519789dc5ff4a40094aa5c9c5b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-allnet_all-sg8208m-initramfs-kernel.bin"; + sha256 = "784d15b28baa3c9c2450d56af74a6b81d073c1b9709207b464a06f02eb7bfd7b"; + sha256_unsigned = "784d15b28baa3c9c2450d56af74a6b81d073c1b9709207b464a06f02eb7bfd7b"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all-sg8208m" + ]; + titles = [ + { + model = "ALL-SG8208M"; + vendor = "ALLNET"; + } + ]; + }; + d-link_dgs-1210-10p = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-d-link_dgs-1210-10p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-d-link_dgs-1210-10p-initramfs-kernel.bin"; + sha256 = "640cc060b6c1a06dd4bcf1edbf0c3b44b9d27fc5f9636ef43f9cfebaf7adc797"; + sha256_unsigned = "640cc060b6c1a06dd4bcf1edbf0c3b44b9d27fc5f9636ef43f9cfebaf7adc797"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-d-link_dgs-1210-10p-squashfs-sysupgrade.bin"; + sha256 = "4cbffc3e8aa705d83e8e1858bc71e0d7a88d5747653df4ce52e7922259697344"; + sha256_unsigned = "71fd957fb4f9604e3a361c6aa1b9d31ed7185fd0d7cea25d9bf3025befccb205"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-d-link_dgs-1210-10p-squashfs-factory_image1.bin"; + sha256 = "5a85923976528d19e285003c7330604386ddd419169a4d030b747588f3a4f4e4"; + sha256_unsigned = "5a85923976528d19e285003c7330604386ddd419169a4d030b747588f3a4f4e4"; + type = "factory_image1"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-10p" + ]; + titles = [ + { + model = "DGS-1210-10P"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-16 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-d-link_dgs-1210-16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-d-link_dgs-1210-16-squashfs-sysupgrade.bin"; + sha256 = "bede80ae32ce9b25e490e1a965ef90a03c1894f952b87cf5fdc59e12abf92aa4"; + sha256_unsigned = "c77247b785ef29018a9dba6a26dacfd4bc655ff122e9c473a135e01c4eab078c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-d-link_dgs-1210-16-initramfs-kernel.bin"; + sha256 = "fbb23aa891becc78ab12b64a381f78a88fe4e9a1ab6a63606cdde263db2e11fd"; + sha256_unsigned = "fbb23aa891becc78ab12b64a381f78a88fe4e9a1ab6a63606cdde263db2e11fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-d-link_dgs-1210-16-squashfs-factory_image1.bin"; + sha256 = "bd38bfda7a69f2f25f49ecd55517b46b2d4c50c8ed787fcfa24100c253b4788b"; + sha256_unsigned = "bd38bfda7a69f2f25f49ecd55517b46b2d4c50c8ed787fcfa24100c253b4788b"; + type = "factory_image1"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-16" + ]; + titles = [ + { + model = "DGS-1210-16"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-28 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-d-link_dgs-1210-28"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-d-link_dgs-1210-28-initramfs-kernel.bin"; + sha256 = "90d9ffd6427daa3a02fe0f9127e4cfe0612fc899ed86c828bf6bf2565830e147"; + sha256_unsigned = "90d9ffd6427daa3a02fe0f9127e4cfe0612fc899ed86c828bf6bf2565830e147"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-d-link_dgs-1210-28-squashfs-factory_image1.bin"; + sha256 = "93edd978f02ced5c94793bc44c06f5976a8530fc3d90991f37bd9f83aeec9989"; + sha256_unsigned = "93edd978f02ced5c94793bc44c06f5976a8530fc3d90991f37bd9f83aeec9989"; + type = "factory_image1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-d-link_dgs-1210-28-squashfs-sysupgrade.bin"; + sha256 = "ec159725c101a574fd6e5f983b1336d520d9890aefdd2f94019d27d6d13df3be"; + sha256_unsigned = "96a0300942b22ebe7f5ded887ad2d517a80575c5e9e96be748b171d16d434aaf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-28" + ]; + titles = [ + { + model = "DGS-1210-28"; + vendor = "D-Link"; + } + ]; + }; + inaba_aml2-17gp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-inaba_aml2-17gp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-inaba_aml2-17gp-initramfs-kernel.bin"; + sha256 = "21cba4877c98bcaaada02683facdd0e76bb77ab8da3448c3c0ea90209f23fdc9"; + sha256_unsigned = "21cba4877c98bcaaada02683facdd0e76bb77ab8da3448c3c0ea90209f23fdc9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-inaba_aml2-17gp-squashfs-sysupgrade.bin"; + sha256 = "9cadc94a34aca4893d9beba6099fd4d5be0a58fc2c14fc9922316f9af4a870e3"; + sha256_unsigned = "01626f993c8da5cecfdc926a4de69b9c294ff704c7505feeccc5eff3dbfb2ad3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "inaba,aml2-17gp" + ]; + titles = [ + { + model = "Abaniact AML2-17GP"; + vendor = "INABA"; + } + ]; + }; + iodata_bsh-g24mb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-iodata_bsh-g24mb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-iodata_bsh-g24mb-initramfs-kernel.bin"; + sha256 = "09d305a64ad48fa74274384befb15fb18c39798030f2a352a18720ffd4337b5c"; + sha256_unsigned = "09d305a64ad48fa74274384befb15fb18c39798030f2a352a18720ffd4337b5c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-iodata_bsh-g24mb-squashfs-sysupgrade.bin"; + sha256 = "c3b60af7e759cf98880207432075120335f7ffc8f7638b72e3931f40d82fef30"; + sha256_unsigned = "32330d3c7148e80e297a46af68d1294d19e5a26a719abc229c1b7abf66dc575a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,bsh-g24mb" + ]; + titles = [ + { + model = "BSH-G24MB"; + vendor = "I-O DATA"; + } + ]; + }; + netgear_gs108t-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-netgear_gs108t-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-netgear_gs108t-v3-squashfs-sysupgrade.bin"; + sha256 = "deac7a63cfb75c401007d5dc672a9285482da2c3a1b5c99a5b1ef3d44b36c1f2"; + sha256_unsigned = "931c14d523b4ae8d916119faf3336d6d3dac499b0a093d9c9b8efd729069d661"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-netgear_gs108t-v3-initramfs-kernel.bin"; + sha256 = "f6efb9cb77c5f11274d4258e5d8d53c1ce2547547e4f89ee72818ab350774fd0"; + sha256_unsigned = "f6efb9cb77c5f11274d4258e5d8d53c1ce2547547e4f89ee72818ab350774fd0"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs108t-v3" + ]; + titles = [ + { + model = "GS108T"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs110tpp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-netgear_gs110tpp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-netgear_gs110tpp-v1-initramfs-kernel.bin"; + sha256 = "8ebaac5993dbfaf6fbe9fea6ca088f8815c8170972d5e650c59fe57162e079e0"; + sha256_unsigned = "8ebaac5993dbfaf6fbe9fea6ca088f8815c8170972d5e650c59fe57162e079e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-netgear_gs110tpp-v1-squashfs-sysupgrade.bin"; + sha256 = "1f8598664e98121f5ba7a37989b071c55102a29ea92103fdc5eb3c5a9916fe2a"; + sha256_unsigned = "d1647245a9d8d8e21866853fe6ab924acf627b5762322eaebeda1537e54f327e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs110tpp-v1" + ]; + titles = [ + { + model = "GS110TPP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs308t-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-netgear_gs308t-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-netgear_gs308t-v1-squashfs-sysupgrade.bin"; + sha256 = "b81ae23721f6e4efa03089c869b69cd762a5f5d955a2ce34d78103375bd4371c"; + sha256_unsigned = "5aec78595540a0c01af07a769ca078c39507e6d498f60bbe92e2fc2a6a8099a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-netgear_gs308t-v1-initramfs-kernel.bin"; + sha256 = "6a9d0304791ff8fe92b3366ca9932486d04cfc36106474b3ae68d43d69768760"; + sha256_unsigned = "6a9d0304791ff8fe92b3366ca9932486d04cfc36106474b3ae68d43d69768760"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs308t-v1" + ]; + titles = [ + { + model = "GS308T"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs310tp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-netgear_gs310tp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-netgear_gs310tp-v1-squashfs-sysupgrade.bin"; + sha256 = "35f57fa3ddd552102effae2ef8068d877669a7be78441ea0aa3c729e4f1ff370"; + sha256_unsigned = "b038b8696949fc07776f151ec7612459238bbb8f9f4666b26388a94780b5d42a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-netgear_gs310tp-v1-initramfs-kernel.bin"; + sha256 = "03ddde741446468233cc67f4da7f4cfed36deb8240cb57e42fb87a58e91dff91"; + sha256_unsigned = "03ddde741446468233cc67f4da7f4cfed36deb8240cb57e42fb87a58e91dff91"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs310tp-v1" + ]; + titles = [ + { + model = "GS310TP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + panasonic_m8eg-pn28080k = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-panasonic_m8eg-pn28080k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-panasonic_m8eg-pn28080k-initramfs-kernel.bin"; + sha256 = "4485292f571b0d3a34ba5a6380d91ea74fe0662655668666dc96f5341b0991ad"; + sha256_unsigned = "4485292f571b0d3a34ba5a6380d91ea74fe0662655668666dc96f5341b0991ad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-panasonic_m8eg-pn28080k-squashfs-sysupgrade.bin"; + sha256 = "5f7bd4a29d6f8d45a60c64ee7b770dc8b77e31d4999502fc150372a89c9f4267"; + sha256_unsigned = "41bf2aaa39216a8fe7125d8c444d9024d9d84326c7764e3d9af8b1cfb1dc2daf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "panasonic,m8eg-pn28080k" + ]; + titles = [ + { + model = "Switch-M8eG"; + variant = "PN28080K"; + vendor = "Panasonic"; + } + ]; + }; + zyxel_gs1900-10hp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-10hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-10hp-squashfs-sysupgrade.bin"; + sha256 = "c88ee01e4bb6d52a7e520350ce42f07752d7525836099ce297044899d8500b9d"; + sha256_unsigned = "e96d3f8f823ef16145e72cea4f9313d74635cbf1b5d794ca55a33f059390974e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-10hp-initramfs-kernel.bin"; + sha256 = "4d5ba76fe5d55b984115b71419bd689b9908d529a011c6febd3d83b3b4f2c160"; + sha256_unsigned = "4d5ba76fe5d55b984115b71419bd689b9908d529a011c6febd3d83b3b4f2c160"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-10hp" + ]; + titles = [ + { + model = "GS1900-10HP"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-16 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-16-initramfs-kernel.bin"; + sha256 = "36ede510c78883a1dd3d2e4f2cf84da76080c0005647fa5ec8ba70552ee155a0"; + sha256_unsigned = "36ede510c78883a1dd3d2e4f2cf84da76080c0005647fa5ec8ba70552ee155a0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-16-squashfs-sysupgrade.bin"; + sha256 = "e29df7b77604cb7fa965339dbd9f59d83bbc928275d8eda23288dccbc309eb23"; + sha256_unsigned = "289e8ee0a5b250d0f2ba0a04720dcb4987e688a5072d8f79a158f6f0c264fb64"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-16" + ]; + titles = [ + { + model = "GS1900-16"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-24-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-24-v1-initramfs-kernel.bin"; + sha256 = "9a5336341dfb39801abec0be6243a453c799c80711904aeed4bf40f017f64126"; + sha256_unsigned = "9a5336341dfb39801abec0be6243a453c799c80711904aeed4bf40f017f64126"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-24-v1-squashfs-sysupgrade.bin"; + sha256 = "cd06d2da4f058e3d8ce6111def8ec666a53e5a6c878e924cc8f9b8f7d3a867c4"; + sha256_unsigned = "e4a70d9969702c76c5aa0aa378b116a82f6fbf25b14241a3c76f132a63dc410c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24-v1" + ]; + titles = [ + { + model = "GS1900-24"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24e = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-24e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-24e-initramfs-kernel.bin"; + sha256 = "dc6ae9d74782ea6a7764c7de29766642b5ab1979ee6de669f86f5eecb94319b1"; + sha256_unsigned = "dc6ae9d74782ea6a7764c7de29766642b5ab1979ee6de669f86f5eecb94319b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-24e-squashfs-sysupgrade.bin"; + sha256 = "6ba9458973c03b69ed320b7f1a2163dbe0f9d1a03306b169aa442255ced56d68"; + sha256_unsigned = "9404c15eec8d05113806fcd55b982353f82f61cb8a7524ef6d9535efcd0efcc1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24e" + ]; + titles = [ + { + model = "GS1900-24E"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24hp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-24hp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-24hp-v1-squashfs-sysupgrade.bin"; + sha256 = "2f5b1b88096c51704e0f590bb3fa1fdf5d9184b269b080cd3ebced0c19ad603d"; + sha256_unsigned = "d45c51fe4749cad82d33b113b77ed46f2d384daeac73d621d3e78eb647551110"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-24hp-v1-initramfs-kernel.bin"; + sha256 = "c834c6092df1a1d7394b13946a1e67258dff5d5157b8c237dc7772f1205fc5f6"; + sha256_unsigned = "c834c6092df1a1d7394b13946a1e67258dff5d5157b8c237dc7772f1205fc5f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24hp-v1" + ]; + titles = [ + { + model = "GS1900-24HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24hp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-24hp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-24hp-v2-squashfs-sysupgrade.bin"; + sha256 = "f472b164633c1ed1e9f75ea8d122180c25a9da3c409f63f51f39df8d7a7435ab"; + sha256_unsigned = "1c9f369724e7145a8eed750810d3b5198a42702a34a58fc351bd485bedb896c3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-24hp-v2-initramfs-kernel.bin"; + sha256 = "3bae473e446f372be125d332ea413ef1743d85a5631a3e74185250dc1a8aa918"; + sha256_unsigned = "3bae473e446f372be125d332ea413ef1743d85a5631a3e74185250dc1a8aa918"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24hp-v2" + ]; + titles = [ + { + model = "GS1900-24HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-8-squashfs-sysupgrade.bin"; + sha256 = "24ef00d7ffe6793457f7e5f0ef933a2c7c5b38c95ed2a649576191ab1a0fbfee"; + sha256_unsigned = "3b504fc69b2ebd421af381c3a56f467de94d94df2bc2f8635de2669a68f59604"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-8-initramfs-kernel.bin"; + sha256 = "a207dc0e3d60aff8cc8196ab3f14b0d56d219838b56ccbed3641878839024bf6"; + sha256_unsigned = "a207dc0e3d60aff8cc8196ab3f14b0d56d219838b56ccbed3641878839024bf6"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8" + ]; + titles = [ + { + model = "GS1900-8"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-8hp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-8hp-v1-squashfs-sysupgrade.bin"; + sha256 = "0969d21ca64138464ecce389f8127646504d002b0218df6e21501422dda2de53"; + sha256_unsigned = "56c43c04d06b48749f262f6d7c89602b34cefae800b54a5ab4d9629c38010b2a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-8hp-v1-initramfs-kernel.bin"; + sha256 = "e3a8ac12432f7a2589276c3cf1fd68b25d1347bb198c5760750500df6730220f"; + sha256_unsigned = "e3a8ac12432f7a2589276c3cf1fd68b25d1347bb198c5760750500df6730220f"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v1" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v2 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-8hp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-8hp-v2-initramfs-kernel.bin"; + sha256 = "770ee0040aa6a8c95bc14d5b1e1f3c89988ae4a2d4cc50750a124f79bafe6eda"; + sha256_unsigned = "770ee0040aa6a8c95bc14d5b1e1f3c89988ae4a2d4cc50750a124f79bafe6eda"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl838x-zyxel_gs1900-8hp-v2-squashfs-sysupgrade.bin"; + sha256 = "6048864bfaf724f4d82994e3e4d099e09b0ef9bed1bbac7b550bbca8ffbb4e53"; + sha256_unsigned = "cebd2a986e122333d4ea9a60f1ea661cb84d74eb4379e4408b71fd98495d5a2e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v2" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "realtek/rtl838x"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + rtl839x = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + zyxel_gs1900-48 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl839x-zyxel_gs1900-48"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl839x-zyxel_gs1900-48-initramfs-kernel.bin"; + sha256 = "47a2e6d2d67257d8d7bf0cb1be3abe4112cd089876b6f2501908999f21c078fd"; + sha256_unsigned = "47a2e6d2d67257d8d7bf0cb1be3abe4112cd089876b6f2501908999f21c078fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl839x-zyxel_gs1900-48-squashfs-sysupgrade.bin"; + sha256 = "b6578cb63932d21bcd4fdfbaf5aaf4c1c31e7d7c7ecbfaf14e62bb460310b38b"; + sha256_unsigned = "a8f32229f8b4f440b8035624893e43ab2c884f4ad0eb2d55037e576db98df952"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-48" + ]; + titles = [ + { + model = "GS1900-48"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "realtek/rtl839x"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + rtl930x = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + zyxel_xgs1250-12 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-realtek-rtl930x-zyxel_xgs1250-12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-realtek-rtl930x-zyxel_xgs1250-12-squashfs-sysupgrade.bin"; + sha256 = "1ab9c617cfd009a840b9b44864e9800a35737509b061d293f29a587af20424a8"; + sha256_unsigned = "45ef6f1f26cff2b11d188eee16f9a963efd992d4d587db46848100f2962d087a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.4-realtek-rtl930x-zyxel_xgs1250-12-initramfs-kernel.bin"; + sha256 = "22519630855405ec1639f01dd8f2e85caf61c89e8c8cdb58bbbf301042ec3fc3"; + sha256_unsigned = "22519630855405ec1639f01dd8f2e85caf61c89e8c8cdb58bbbf301042ec3fc3"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,xgs1250-12" + ]; + titles = [ + { + model = "XGS1250-12"; + vendor = "Zyxel"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "realtek/rtl930x"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + rockchip = { + armv8 = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-r2s = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.4-rockchip-armv8-friendlyarm_nanopi-r2s"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-rockchip-armv8-friendlyarm_nanopi-r2s-ext4-sysupgrade.img.gz"; + sha256 = "55b0ab305fd2b5d2aa917cd948f3058720af7cca607db5e4d6a53fb3f45c7d05"; + sha256_unsigned = "346d30f12eb025318e2462908bb8b18c5ebaa94e17e3634238a0181dbcd0866a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-rockchip-armv8-friendlyarm_nanopi-r2s-squashfs-sysupgrade.img.gz"; + sha256 = "808038d9cfa3f21d02dd8f4f1b94ff8de2e05a2f6da7fbaa9ec46409721db322"; + sha256_unsigned = "d15dda99ba7b8266fcb961c042a75f714db0eb5916ade8e1d75f54caeec066b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r2s" + ]; + titles = [ + { + model = "NanoPi R2S"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r4s = { + device_packages = [ + "kmod-r8169" + ]; + image_prefix = "openwrt-22.03.4-rockchip-armv8-friendlyarm_nanopi-r4s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-rockchip-armv8-friendlyarm_nanopi-r4s-squashfs-sysupgrade.img.gz"; + sha256 = "7192613983114c4f9cb08bf996627e0e1ab19192fca3d6d9a392df2687e5043a"; + sha256_unsigned = "d24c049759af5bfe57fdac048c0c107438b9697495c602865a9b87049bd42b62"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-rockchip-armv8-friendlyarm_nanopi-r4s-ext4-sysupgrade.img.gz"; + sha256 = "2a6936d31573ae681680648bc86d1d08fcb7080b4d50570939e028e686a77c95"; + sha256_unsigned = "af4712a1f5fb2ef3191d63b46162f08699d5dbaa74d71c5f9d374e8bac3fb2a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r4s" + ]; + titles = [ + { + model = "NanoPi R4S"; + variant = "4GB LPDDR4"; + vendor = "FriendlyARM"; + } + ]; + }; + pine64_rockpro64 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-rockchip-armv8-pine64_rockpro64"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-rockchip-armv8-pine64_rockpro64-ext4-sysupgrade.img.gz"; + sha256 = "aca8aed55098ca3b10aa358e080d713c71d2f2ef25cc744afa16d4903096f8e0"; + sha256_unsigned = "08982a404bd22e6e0ae3db4341da4e6b426965aad7eec10112ebb3c9c6f8587a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-rockchip-armv8-pine64_rockpro64-squashfs-sysupgrade.img.gz"; + sha256 = "6bb35ff71a310fa38add1947bec4a2bf977bd13dad206e77702bc8fed20b5bef"; + sha256_unsigned = "49a8c146851a85333503968598588264947ed58ad8c201a877a631bdb0a4cef0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pine64,rockpro64" + ]; + titles = [ + { + model = "RockPro64"; + vendor = "Pine64"; + } + ]; + }; + radxa_rock-pi-4a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-rockchip-armv8-radxa_rock-pi-4a"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-rockchip-armv8-radxa_rock-pi-4a-ext4-sysupgrade.img.gz"; + sha256 = "caa404329b00592dbfe2f62cfc28c5f8f1a4c1f7c241254383766f37f021c33e"; + sha256_unsigned = "c4eaee1ef2f54326bb6a1a230fb8588681d865e9b61fcfc739eea7e75bd6b8ac"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-rockchip-armv8-radxa_rock-pi-4a-squashfs-sysupgrade.img.gz"; + sha256 = "801104625da244f73a69796b2640d08bf61435ce2f38c6e517eca2a0cf3be57d"; + sha256_unsigned = "b5531f0aa59d5d3bc84e7ea34fd1ae846133e295a06553085b86402a52228742"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "radxa,rockpi4a" + "radxa,rockpi4" + ]; + titles = [ + { + model = "ROCK Pi 4A"; + vendor = "Radxa"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "rockchip/armv8"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "1c6a391bf221c97ec2b4e731471996f9de980a524fee4294cecabe9d574d41e6"; + sha256_unsigned = "f5e1d92508deb71f148f5d2f72aa28c91e16d6e8d7e3e101a5020e2eaa6f0f83"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "bfc9fa57dc820056e814a919d3269281d307fa075c9c1f389bb2a65ad2428dfe"; + sha256_unsigned = "fdbd8e61eac31605c775c4df7b541d0ffdbf76a9e0a7bfc60471d497707b7121"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + model = "NanoPi NEO Plus2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa53-friendlyarm_nanopi-neo2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa53-friendlyarm_nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "5e8e990e7ed8c1c414d67d6714e8bf5eda0aa69d47dbbcf5b8033fcf0a59961b"; + sha256_unsigned = "7ad0ffab3548c65c463dd548b1f033fbfbbf8d14065a3a5a1bf0e7d8f9d855dd"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa53-friendlyarm_nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "8b8dca2813eca1f2f71f9c03966d00974468f84df8be4e7d62cc61479254492d"; + sha256_unsigned = "54986a72db81525aae875bb7b5a68f38f024c7726608676149c7b7d7f42002a4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + model = "NanoPi NEO2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1s-h5 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5-ext4-sdcard.img.gz"; + sha256 = "1d81903b368df1f887a29fc367443ca1bc2281b6d9a0cb580b062093fc26668e"; + sha256_unsigned = "6c6f0104195a4ac44b49a351f3c4f83e4f8f8a11a7a51838b7be2e7e17736947"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5-squashfs-sdcard.img.gz"; + sha256 = "cbce3c363fe4fde30dc000f9c7d71c747a81e2a04baa87d0950f0258a90540b5"; + sha256_unsigned = "5da61a3f1a5c3ec63c26994d40f83cd738380717ee848de18658b12048951812"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-r1s-h5" + ]; + titles = [ + { + model = "Nanopi R1S H5"; + vendor = "FriendlyARM"; + } + ]; + }; + libretech_all-h3-cc-h5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa53-libretech_all-h3-cc-h5"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa53-libretech_all-h3-cc-h5-ext4-sdcard.img.gz"; + sha256 = "68c07d4295a67521e63260d6f938ed7af8713ec3657b011ff9128273e1636ac4"; + sha256_unsigned = "e6d685d5d7926af6696f3d5a41766ef1b23d3a9cb1835e10bd93f11b1dd5e20f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa53-libretech_all-h3-cc-h5-squashfs-sdcard.img.gz"; + sha256 = "bf08e4b528d9d618a73c39966b1a5a5877486159967c353a9a495ed95d76e0d5"; + sha256_unsigned = "39459d12fc9979aab74448d860b74b062f39ac2cebb6ed3f1df378f3946c8c9d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "libretech,all-h3-cc-h5" + ]; + titles = [ + { + model = "ALL-H3-CC"; + variant = "H5"; + vendor = "Libre Computer"; + } + ]; + }; + olimex_a64-olinuxino = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa53-olimex_a64-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa53-olimex_a64-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "49d5d77f3354e29a4fb3196c41a94a24abb87f8fafa89c0ce49d55388ba5e0b0"; + sha256_unsigned = "8c03b0be7d8018e874dfdf2ff4e9a29c327b880f2465e2a66f38c800455b6ceb"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa53-olimex_a64-olinuxino-ext4-sdcard.img.gz"; + sha256 = "d8abcb61465e50fe819bca0e47f1256fa85d7daea053eea10892f7a3f928eb38"; + sha256_unsigned = "6a4b53802ceaa7e6a3114dd755c228f334cacd865baf9354334c567d64dbdd12"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino" + ]; + titles = [ + { + model = "A64-Olinuxino"; + vendor = "Olimex"; + } + ]; + }; + olimex_a64-olinuxino-emmc = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa53-olimex_a64-olinuxino-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa53-olimex_a64-olinuxino-emmc-squashfs-sdcard.img.gz"; + sha256 = "cc0e0558c03af30541cdaf73f42f35bf25863838837a3a8bc7ffcb663535f636"; + sha256_unsigned = "e6934cb3715ee96320092433ffc49f7e3b1c72d686e4256313fc3ab45ecd7208"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa53-olimex_a64-olinuxino-emmc-ext4-sdcard.img.gz"; + sha256 = "be271db5c876dbdd4f73cabd4748ea8f83506c985c56571a8b5cf8ca562b89b9"; + sha256_unsigned = "e92c36a8b6d2dd32940df50b777509f8d1eac3a9f528b8f12da9d02b1e27e564"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino-emmc" + ]; + titles = [ + { + model = "A64-Olinuxino"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + pine64_pine64-plus = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa53-pine64_pine64-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa53-pine64_pine64-plus-ext4-sdcard.img.gz"; + sha256 = "37da8a8d7ab782610961965c184e4f1137c6bac939bba480fd70dab315711c7a"; + sha256_unsigned = "978110ef044911502c456864a386a668fc6709653909ec09c90ce3df5c81c87f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa53-pine64_pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "622beb4ea5670010ef34a8e445dadfa8b2c0ce8f61b886b55b661cd35192756a"; + sha256_unsigned = "69e53bb3c1571524b5a9c3b9fa600c7266ed89ced2ea1335a319b24b59406b6d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + model = "Pine64+"; + vendor = "Pine64"; + } + ]; + }; + pine64_sopine-baseboard = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa53-pine64_sopine-baseboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa53-pine64_sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "85a1584e493f874fb24b4756f99a92ce7fa9f84112f8869f1bff821601779ce2"; + sha256_unsigned = "200477864e7aa46e21ba0d869ffb69edc68f99e0a659efa928398fc39d273463"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa53-pine64_sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "0c2a68d7af425f4207926b15da02fc1c0a362d6ad53642006799841417aadfdf"; + sha256_unsigned = "4b0e1ecbd94ea4d2bb1fa56d41cbe92a070fae7d975eeb5e0e91f67a36ca7699"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + model = "SoPine"; + vendor = "Pine64"; + } + ]; + }; + xunlong_orangepi-one-plus = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa53-xunlong_orangepi-one-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa53-xunlong_orangepi-one-plus-squashfs-sdcard.img.gz"; + sha256 = "315d497ecc916210c1ac6153dc720f4ee68b574e8099f652aa1a3838cfde5fd0"; + sha256_unsigned = "7f5df0f3d69313f2f8450073d27e75af3623288134c5a95c10456900709382f7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa53-xunlong_orangepi-one-plus-ext4-sdcard.img.gz"; + sha256 = "603ae108d5746c4fa90253c0816e79785f322eff858d8a2d9cd35466e8993f45"; + sha256_unsigned = "a73b530682ccfe3706d9eef0e7079e94fa056f4c5a06dff1cf017c02b9f05f55"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one-plus" + ]; + titles = [ + { + model = "Orange Pi One Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa53-xunlong_orangepi-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa53-xunlong_orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "25dc67044bba8a33d61ee9d49bf40c02163b2e5e6a2caa5cffeb578549c59e5e"; + sha256_unsigned = "9920b9cdd1081c17856fe596d2343fd2d836946d3ea85e5bab7ab90fa479ef42"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa53-xunlong_orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "b7d0827d808364f6572117804d0ab989573cdded5bea7b9bbd3d06a09608f035"; + sha256_unsigned = "015758876d32f36a4e363fb80a831a5bcb1ae5bfae9ea6810d39873c2c9bd4da"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + model = "Orange Pi PC 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa53-xunlong_orangepi-zero-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa53-xunlong_orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "2944aaefcc1ed7824524ca37066cadfcf8cd7089f737548cf13da86280399bd6"; + sha256_unsigned = "5eca57c25da7622376df131117771f457468f156b3aaa3f190e16bf79eec326c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa53-xunlong_orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "7fa3056625891e0b8be81e84343bf6ce3d6486652c2eda9a634a6e63e0671e01"; + sha256_unsigned = "5cf05e34d1f85b3c3ea9de28fc6543d8d5e03e87898fbd7a4728cdd476231808"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + model = "Orange Pi Zero Plus"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "sunxi/cortexa53"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_cubieboard2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-cubietech_cubieboard2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-cubietech_cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "2826facf3c7276587419dcb2ae28b7c1cc977102bfba557a62d53fbe04cde4d7"; + sha256_unsigned = "d0c518da8ec17a3c98bf6e3ac129bef2784ff21e2eeda7578cf38b689b4e43c0"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-cubietech_cubieboard2-ext4-sdcard.img.gz"; + sha256 = "b65f541272a4df018b628e750d03882967fc8dcdf708024b0802381c6c871c8f"; + sha256_unsigned = "4f8b651b5d2fa315c4cfdeb5c318bd1b88614203ce8f7da482ba15089af6acbc"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + model = "Cubieboard2"; + vendor = "Cubietech"; + } + ]; + }; + cubietech_cubietruck = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-cubietech_cubietruck"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-cubietech_cubietruck-ext4-sdcard.img.gz"; + sha256 = "5331e05fbbfcbfaeec8ff6d75b01a8416821864358061480d78eff66d5eb22c2"; + sha256_unsigned = "00e80730e36a24cc3282a04d5b91b5361c54c2a20f5550af84406c5e2e7b28e0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-cubietech_cubietruck-squashfs-sdcard.img.gz"; + sha256 = "932c2e40b3104ef0191e81bc1accece5b7bbb1f21212c739ef39940dbe49c101"; + sha256_unsigned = "d917db71a2f0936f043edc7463c4ee6f595cedfa9ba364428538e95e4ebd7d26"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + model = "Cubietruck"; + vendor = "Cubietech"; + } + ]; + }; + friendlyarm_nanopi-m1-plus = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-friendlyarm_nanopi-m1-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "387c966b2baa81871750c2df185af9d552c43ce2225c78fb508556a8fb879ca2"; + sha256_unsigned = "724deb267c617d0deafa80e9d769c3a7fffb0b3ecbdc5848476a5e115ebc8c1d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "1119ed37a0aa766a25438b6fcdf708c43698be5714fa268c650983e423e51217"; + sha256_unsigned = "6c2a918b1ccb8430e4439303846ffe7c20299bdaa24e22bca98ef75e5ea42e86"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + model = "NanoPi M1 Plus"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-friendlyarm_nanopi-neo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-friendlyarm_nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "f12ebc275c5261eb83e3bcc9bf8f3268c2f3e455a494b7dc205dc8e2e761515b"; + sha256_unsigned = "aa314bd9ec539fab2cd4b3ecac2c32c4e8719b98ec2848fb6264f421328e7af5"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-friendlyarm_nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "dd8a9f9f292964264de7e9a6a8e9c6e9da39b72dec1da5f9ac72a0449030f75a"; + sha256_unsigned = "d3d0dd4c2e80a0b1339768b3814d5a9445a4ea1e23d430c892e6f540dc0859bd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + model = "NanoPi NEO"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo-air = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-friendlyarm_nanopi-neo-air"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-friendlyarm_nanopi-neo-air-ext4-sdcard.img.gz"; + sha256 = "cad7c6334652ee0eee1e2fcae3f1e7d7cd428c3301b1aca2f443732ce9624497"; + sha256_unsigned = "f3350f48bb32380fda2fc495efae0580fb652f4c800a00380be6c4ae48f6f087"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-friendlyarm_nanopi-neo-air-squashfs-sdcard.img.gz"; + sha256 = "6f01b706b6757633a17e820bd4d52edd5f6a451e848d488d977d00259c8996e8"; + sha256_unsigned = "c0e088cd43ad558d36aeed4abacfb891cf97d12e8280fe3bfe745c0e1d78c797"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo-air" + ]; + titles = [ + { + model = "NanoPi NEO Air"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1 = { + device_packages = [ + "kmod-usb-net-rtl8152" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-friendlyarm_nanopi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-friendlyarm_nanopi-r1-ext4-sdcard.img.gz"; + sha256 = "f72876cbb7382e0418dadc84285f361818ce3fae8691c48dbe6e37186cf1d40b"; + sha256_unsigned = "5ef725b402ff8834015324913683d6a22e3535b86801665a55ac04f4c202d570"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-friendlyarm_nanopi-r1-squashfs-sdcard.img.gz"; + sha256 = "a0fd1df13b03ba57b29f7fcbcc50cab9b83a49609976f4356ca23a231761a74a"; + sha256_unsigned = "e1613ea7916a47b365bdd320566afc2b107302cc124469f75f529e302c737afa"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r1" + ]; + titles = [ + { + model = "NanoPi R1"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_zeropi = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-friendlyarm_zeropi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-friendlyarm_zeropi-squashfs-sdcard.img.gz"; + sha256 = "626434c664b846f66b72d99de5781a8572c087d4b6235b1c0c0441eb258de30e"; + sha256_unsigned = "6f94d0c70b6e50deb81fe234c7d8f8d91007158f86dfb972a38ceb5476da5955"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-friendlyarm_zeropi-ext4-sdcard.img.gz"; + sha256 = "d2d47266c3ed0171e4566c04c44b1d6d915bbb2321adb3dae17c16cda7c6baf6"; + sha256_unsigned = "97fd4c1696344048ea72f8e4a404a29a0afd98dfd66eb1bc51dbc593c2c54d33"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,zeropi" + ]; + titles = [ + { + model = "ZeroPi"; + vendor = "FriendlyARM"; + } + ]; + }; + lamobo_lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-lamobo_lamobo-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-lamobo_lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "40c2d4b4bc1626fe65f05d20a70142fc94532f9df38651538a3f8873ef288b57"; + sha256_unsigned = "b945168580cabb1a0513aa0d993977a43570874725f86d14a1635103c7028cd3"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-lamobo_lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "83626541f27165a96b526d5f3b0edc4a04b105c8cc8c6001576d9ea53d57d52d"; + sha256_unsigned = "38593a5c3a367a83c4c89701e920ed643143f656098ecac4980a04a849aae3d1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + model = "Lamobo R1"; + vendor = "Lamobo"; + } + { + model = "BPi-R1"; + vendor = "Bananapi"; + } + ]; + }; + lemaker_bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-lemaker_bananapi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-lemaker_bananapi-ext4-sdcard.img.gz"; + sha256 = "71890acc56aa972adb4db6b2c9aa4addae22a42ae8a0c3598a9189987c4ea82b"; + sha256_unsigned = "a259ccb4b85df5223b094ce547914921545f33c2cf729c83d7791331890284b5"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-lemaker_bananapi-squashfs-sdcard.img.gz"; + sha256 = "7fef3a2d24599f41f2a45dd785d0f4d47b94fac8179ed1779de5cf31a8fb121f"; + sha256_unsigned = "c38d3fba22fa828007c4dd57fad113ce965873b4cc5ab62279010c8f5301bfb3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + model = "Banana Pi"; + vendor = "LeMaker"; + } + ]; + }; + lemaker_bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-lemaker_bananapro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-lemaker_bananapro-squashfs-sdcard.img.gz"; + sha256 = "4789c522628ed1ffa05a78b02da7345be7ee3529d7bac02b6b2d341281ce4cec"; + sha256_unsigned = "0bbc70de0ac621073ecd47b61c973add8decb7bedbfb369098151eb6a6ddeabd"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-lemaker_bananapro-ext4-sdcard.img.gz"; + sha256 = "6b9896ae1b2aea7c432c467b1c9daf88f2fef6389e133e3e7946cb896dc37f8c"; + sha256_unsigned = "9888ae71b86c6a956dbae4b2cbe2c2ac9756ebe4b77f5816699b7577b5b8a45b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + model = "Banana Pro"; + vendor = "LeMaker"; + } + ]; + }; + linksprite_pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-linksprite_pcduino3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-linksprite_pcduino3-squashfs-sdcard.img.gz"; + sha256 = "278076354e4fc1c879c29900c328ef446e6a9346511ce1085bf2e562a2b06110"; + sha256_unsigned = "1a0972f07ac59fd3f1f749dc6dcdb392be06a88bbb0848f2d2e5a7acf247687d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-linksprite_pcduino3-ext4-sdcard.img.gz"; + sha256 = "d5aeeee4665dcec7998f4b906b2407a7b76a214c2aa04a34defe4dadc9e91e4a"; + sha256_unsigned = "19969e8e87b1992ff71860961f83f63d4a7b973ebe1e0d16de2196dae4d755d5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + model = "pcDuino3"; + vendor = "LinkSprite"; + } + ]; + }; + linksprite_pcduino3-nano = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-linksprite_pcduino3-nano"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-linksprite_pcduino3-nano-ext4-sdcard.img.gz"; + sha256 = "64c904eb20c3d16e7139aa6b606ed37504f4210a02f3009abc2189b5b57eb12c"; + sha256_unsigned = "3d8064510b89c63a4f3e2cac5d4a1d8b9e7be5e3c7d991f1d49564fb5b84c7dd"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-linksprite_pcduino3-nano-squashfs-sdcard.img.gz"; + sha256 = "741d46f3beb104513f9c67c1d7c672d67d4967ecef0d7f08cf548ef3eba3b0b6"; + sha256_unsigned = "8e1399affb171d9f66d2c8f2f4dc877141f1347008d55656da6e243e9de8d994"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3-nano" + ]; + titles = [ + { + model = "pcDuino3 Nano"; + vendor = "LinkSprite"; + } + ]; + }; + mele_m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-mele_m9"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-mele_m9-ext4-sdcard.img.gz"; + sha256 = "7c9b891ccc95894a8e2c9b2b1ca778724347d17e191249ee1cac7185017083ec"; + sha256_unsigned = "298c15a5faf4e507d6739a0dbb737cdf9995ab816992ea7eddd47ec4f9b96713"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-mele_m9-squashfs-sdcard.img.gz"; + sha256 = "30da4c0cb7be7d51d08ff0e3362d4852b0f741b0ba389646251ed4ca6f2dcb1e"; + sha256_unsigned = "a53f980f7e793b14fc4de8b6bb3edac600bc3c4ea9e4a970d2521c70bab4bfbf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + model = "M9"; + vendor = "Mele"; + } + ]; + }; + olimex_a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-olimex_a20-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-olimex_a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "ac356b58029a94da9c30806432065b887edae4554d029b1a8d962d6494f89d4b"; + sha256_unsigned = "a9d3f0d5986f7a152cb7bb4e73f7ac1bf5e003723a63e7e9204121d045f471ac"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-olimex_a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "46ce417d50ed299d40d432423b64369cfd3270f3a0a3b2a8bf21deb6fa9f5a7e"; + sha256_unsigned = "c01afc887264aa3259b813cf821c1410b708be1d0eaaa7cf90e614fe08eb8454"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-olimex_a20-olinuxino-lime2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-olimex_a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "126be752d1384335747bdbb9350f452a38d4accda8d96b489a94eec842315289"; + sha256_unsigned = "5b2e7fa36452d602aa64a1d5c2ceb6ef7b4c4aa8131006cba67fc705a16fadcf"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-olimex_a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "5c84d9f589537966ae6dcc7f035b5f211a7a9d36773690b42c81b26e8ba46bf7"; + sha256_unsigned = "53c44672213bcd0cc7eebbeb3c63c8300a8b4d30b17c1b15f4dc9977c831841d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "c4b1aa14fafb635d6e196c821d3e216aeae539af297a233383eabb60616aa1ea"; + sha256_unsigned = "ca59e7ef72f7b6e0eb2ff0038ff6a31aecfe9c6d8bdaf4f66d721153764e2341"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "4ba4707fe57a01bc0c10f74acf08d72edc81cc458c958da40ab21617aa182040"; + sha256_unsigned = "77c886c89901771d248a6ee0ba275b35b242921fb53663ea4ae86c6886209b8a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-olimex_a20-olinuxino-micro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-olimex_a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "10a2c25aa27b90fcfe6c95e51c661c14876658ba30bf8e98852436a4366abcb2"; + sha256_unsigned = "b708e9b7c93a2a79fe0d62a522019ad9ad75bf62657e824e74c311f85c1163cd"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-olimex_a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "583761cc63c479537b54dbf34fc678b57bce6d0379a45768c8674b627218c9ac"; + sha256_unsigned = "4b27d51666bfc4ab23fa291c6393192d3fb95968114af6b262fd06326b273fa2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + model = "A20-OLinuXino-MICRO"; + vendor = "Olimex"; + } + ]; + }; + sinovoip_bananapi-m2-berry = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-sinovoip_bananapi-m2-berry"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-sinovoip_bananapi-m2-berry-squashfs-sdcard.img.gz"; + sha256 = "9b9f52be95365e536326f9631630dd4d42d06a15ff503ed0a6ba26d41a69a12c"; + sha256_unsigned = "7ce03e0db4c7ac7b07cfa07b76b61b54ba7de0541a3b7bb828000739234b1d80"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-sinovoip_bananapi-m2-berry-ext4-sdcard.img.gz"; + sha256 = "ea4e6c30ef81a931e880f853ceca9822cc94f4d3092fe56e59cc563d8ef26eda"; + sha256_unsigned = "17131d3bcb5920693abbc78c0cc9ac6b17ec7ba0c0b59a5396689bbb150a66f8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-berry" + ]; + titles = [ + { + model = "Banana Pi M2 Berry"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-plus = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-sinovoip_bananapi-m2-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-sinovoip_bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "45d17445231018d1a5dbddc20044f9c2b2b3e80009266afc9c919dabc498ecae"; + sha256_unsigned = "2280d02d72190ee3d0e33cd90914fb7057d64a5a0c37ee34e923b024f996364f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-sinovoip_bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "fff291f98c55413ba43a2f107c223501d6a34dee355fd842f926c7e3f488b0e3"; + sha256_unsigned = "ce221448e2e902bb3bc0e2849dc90404cd2f234a36d45025f9ce470ba72bbed1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + model = "Banana Pi M2+"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-ultra = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-sinovoip_bananapi-m2-ultra"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-ext4-sdcard.img.gz"; + sha256 = "e88e07eaceb5e198218d019d9c7c0f53eca6959613a60bc382e5e2f5e143bb8d"; + sha256_unsigned = "0527f7999b7f83869a628aecda17dccddf709f2d5110f5202e2c0c9b59dc1f73"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-squashfs-sdcard.img.gz"; + sha256 = "8eba1f891d52404cbae8ae59fe9449be99185bec767eb59cda7ed7d4986978dc"; + sha256_unsigned = "c23e7d47fae87a6f1fde10ffe6583b2a88690341c8f44dd7ba04f16e198f6aaa"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-ultra" + ]; + titles = [ + { + model = "Banana Pi M2 Ultra"; + vendor = "Sinovoip"; + } + ]; + }; + xunlong_orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "f252377a1ea1c1af458bded33e7a19660bc23c525c6b196e827c970d57319c09"; + sha256_unsigned = "41c34ad9ca5c778649bd02677b5206eb6b2a87f831076b19fe0c75f1e52aaa8d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-2-ext4-sdcard.img.gz"; + sha256 = "805361e404d8862349e189fdb406b234e4825e91efdf248375959dc4e68ecab2"; + sha256_unsigned = "49af96cf451587ebbb2b9d3eb78f0956d412657cc8dc1e055b027dadce228863"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + model = "Orange Pi 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-one"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-one-ext4-sdcard.img.gz"; + sha256 = "60ead60f068aa9efd7d6f8b7279f5310ed6ddf066dbccc9b480622979e57e165"; + sha256_unsigned = "059fdfea358022614511a7365bda4ad940f67b9af1134210f09edf2d2b1c0d5e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "479f84b4b3d2619029a57e5122f8a44dfc610f0579f682e46662c5e299015b53"; + sha256_unsigned = "e1c5260d4fa58327a922e47226b0aa0691ee0209928e72ad9203bf95b002b8c9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + model = "Orange Pi One"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc = { + device_packages = [ + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-pc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "00269a5991651645fdae272cf487386b25883e64a6fa41729d94781fcf022718"; + sha256_unsigned = "882aff58535c119d887ee57d97a023bb43f13802d94b0ad562ede99ff92f120f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "deec45ad597dbfbe67922513d3db58a5b9a626d58c2b229c4374d9f2449318be"; + sha256_unsigned = "38109512dc5680e786cd32d372f11da5d6f94a3de1bc9626b6e85672b859873e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + model = "Orange Pi PC"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc-plus = { + device_packages = [ + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-pc-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "837563c11159c290633095f0f649f558159e64818c8fd7e0d3c85291c449c689"; + sha256_unsigned = "39aedd5bb62cd47e93bca5fd0b512c55dba32321d70eb9fe311dde5a7be9d105"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "20e98ea639727200b3b4342ad7d1225e6ca56649190dc57447cf690c445253bb"; + sha256_unsigned = "519296ede78c31c99f22bd59ae86407fd9d818afdb6ba440042f2b4c5fd6e390"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + model = "Orange Pi PC Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "95b91bdea4047ff184f53fba5c3dd5f4fd7b88109d5fe4eea2184ff8d34c0a87"; + sha256_unsigned = "d46dec75bf9ec88999d54c762df0a3c19077124f70c9965eecf4efe60698f99d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "0a4e4acf7427417f53a902b149137da44fbaf29afeb7e531d57eba1c73a1ccba"; + sha256_unsigned = "6e1f4c8896bd6168da5639d431b7f5b7ada53d1410d1a2f0715710f264a8fd8a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + model = "Orange Pi Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-r1 = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "ecedc1fdd855c666fc46ff05c284091770ac45b87e5020a25848f426aca17f16"; + sha256_unsigned = "36f1da4d08033d8778b4c31100895131140133081f47abe790d6e59c0b93fd54"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "249fe8ba72ea2c5226d2ddc34142f659933c3662c4be5a8016c8f06c32e170e2"; + sha256_unsigned = "c236bc45d3d8bcdfd1bd74e2693aa5ba76c0983f04e589ee92d11d3cead0b5f5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + model = "Orange Pi R1"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-zero"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "72876ff1044742d4f4f29488d577b53d3149085ea9e438e3bc1f744db4335966"; + sha256_unsigned = "787bf9fd125c5c3d247be5c238a57346689aa2e83f51dbba3af4047eb1edcaff"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa7-xunlong_orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "533c9f26a3fb96fe4c2114b57e68c4609ea5fbdfe364fab03bc176ff55bf052c"; + sha256_unsigned = "b667f595989ef99ce73c2321ce39d83b7c12692bba8d6e5f59bc18383655436f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + model = "Orange Pi Zero"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "sunxi/cortexa7"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_a10-cubieboard = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa8-cubietech_a10-cubieboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa8-cubietech_a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "cf82a4a967b5b33129340720766b4a3039f4bd3c89200dbcec24118b44bccd13"; + sha256_unsigned = "7f9c7e05b94c914c178088c50e2c1ea45a0bc9f611690c4ea7c0beb451772c35"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "a8a1788dec550ab91935139bb65bdd3025b32bbd1bb70c02d51ab1d5f68cb9a7"; + sha256_unsigned = "2387f1dc9b04b411c2b8d3437e39bf93e27b52f94c0b9abaafb2a4d29009ff7a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + model = "Cubieboard"; + vendor = "Cubietech"; + } + ]; + }; + linksprite_a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa8-linksprite_a10-pcduino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa8-linksprite_a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "f4d3ad6356e0777e15cc39b51e76a447e4e1ea6cd3453002ab13dbc9dd96b1be"; + sha256_unsigned = "3601c34c50caa1200e715ee9ac2963d501d514edbe112cda7220a3f38ed816a1"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa8-linksprite_a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "5704dc996e25738cd0ba2c4967b44781ad0fe891abaa397296b7ab490bbc458c"; + sha256_unsigned = "d60e16c182fa9bf60dcebe771c4db8758f9909c994c9d258c5c385e7815a4974"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + model = "pcDuino"; + vendor = "LinkSprite"; + } + ]; + }; + marsboard_a10-marsboard = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-sound-core" + "kmod-sound-soc-sunxi" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa8-marsboard_a10-marsboard"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa8-marsboard_a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "3085ef6e3deec0ef350f53e8dfc9fd02d3836a821550c79939033e2620552ba6"; + sha256_unsigned = "808b65cf9969c5dfda86f9d160470b306a4240fc2dfe151e2a914f32ed0aa832"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa8-marsboard_a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "d2808de8891a33607372fb4145f24c866b8db6bd7df8bb14aa33acc8a9005837"; + sha256_unsigned = "1e72dc30a68e0762a0674bdf3800b8b1f75e819208c942a6844f9555b5816534"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + model = "MarsBoard A10"; + vendor = "HAOYU Electronics"; + } + ]; + }; + olimex_a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa8-olimex_a10-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa8-olimex_a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "aa08faf2ece91facc28c9d80e318e2a75094e3f336d075f61ce1fca319bcc6ca"; + sha256_unsigned = "b4ad6041bc8e5f8e3028eac0d8e5020fa32e57427208c837cbfe6a188ff1ccb4"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa8-olimex_a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "ad898d75990cc434196c37131b01d925c0a3d07ad5dbbdd65cdec24dec0b43c3"; + sha256_unsigned = "9b01951c894baaad2c02dccc4f4bc9544271f5ab26a5ce3a07b1469b4905f21f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + model = "A10-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa8-olimex_a13-olimex-som"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa8-olimex_a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "6f7edcf81db6de38e29a900a8e1bc5a8f235a5010468c77478de2b7d0e4f14a1"; + sha256_unsigned = "a180a3201e528754e37f395fa38059f486e0b6b362b90f8588d337afccb56a6a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa8-olimex_a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "5e7a4e9dcc4db60f418354faba5a50bfb262de502fabb7e12510fffb1c544ad5"; + sha256_unsigned = "60566eefc077fc4d9d3abd3273fc3eeba8d3f5bf749f7c1ff97c3f357bf91312"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-SOM"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.4-sunxi-cortexa8-olimex_a13-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-sunxi-cortexa8-olimex_a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "942d3934821955c75d8c01a259a6d57ff790f9ee3d1446754a75243018b3d09a"; + sha256_unsigned = "103094c7f8af6333b0cda59e78578afb6956873b95da5b09c6c1a8a02a6e1dbc"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-sunxi-cortexa8-olimex_a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "f124909f2edf3a4ffa6d13e5ecc2252f198de426988cf2fbbe5d4c35284be013"; + sha256_unsigned = "8887f74fd821ce2fd4bf9f2e1ad122e170b1ce77baad231594acc573ba411809"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-OLinuXino"; + vendor = "Olimex"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "sunxi/cortexa8"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.4-tegra-compulab_trimslice"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "251af653f50bebf9a1d8514a8da8067058226f6ae5b4c7c71f9ec5f050b7bc49"; + sha256_unsigned = "2c47e00feb57ae17d7da0e5fe8198cfc2dff1b38182cf3fee81caabf3fc2c442"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "3cd77c855f38664a39f812d9175f0761d7857db0ddb5af135c890b449a716016"; + sha256_unsigned = "ffc6940aed985192e429a63f9dfffb099f39bfeeb4040d9401e521a3e777a975"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + model = "TrimSlice"; + vendor = "CompuLab"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "tegra/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + x86 = { + "64" = { + arch_packages = "x86_64"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-amazon-ena" + "kmod-amd-xgbe" + "kmod-bnx2" + "kmod-e1000e" + "kmod-e1000" + "kmod-forcedeth" + "kmod-fs-vfat" + "kmod-igb" + "kmod-igc" + "kmod-ixgbe" + "kmod-r8169" + "kmod-tg3" + ]; + image_prefix = "openwrt-22.03.4-x86-64-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-x86-64-generic-squashfs-combined-efi.img.gz"; + sha256 = "892e3da19f707a7d0bff23d0319447012a89a25f6584712983440e5336293de7"; + sha256_unsigned = "ccbc1d92d5ad1c62f2590c2c0e8566a60f054f78e6371c0554782a6e427b8006"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-x86-64-generic-squashfs-rootfs.img.gz"; + sha256 = "5f0f9699e3d9b0d6e688e2c8fccc186b95791f21d4a1b89e2ffd53353555e3d9"; + sha256_unsigned = "5f0f9699e3d9b0d6e688e2c8fccc186b95791f21d4a1b89e2ffd53353555e3d9"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-x86-64-generic-ext4-combined-efi.img.gz"; + sha256 = "935e9d35d4a99ab8ddddbd57d3b11bf42a5f13215ba7a0005bfa90c95f558208"; + sha256_unsigned = "69f64919ecddfddc0876bf3e9f5a53b88f537e1613b091ab72af619cf60ede96"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-x86-64-generic-ext4-rootfs.img.gz"; + sha256 = "b336b86610ed4481beda14f8c98998faaad76e93adcc2fdbf390ced85e30cb5a"; + sha256_unsigned = "b336b86610ed4481beda14f8c98998faaad76e93adcc2fdbf390ced85e30cb5a"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-x86-64-generic-ext4-combined.img.gz"; + sha256 = "ea3d767d1032e1649a577bc1074fa64d6711c3bc731095770e9c07184a98ef4d"; + sha256_unsigned = "d9194aa60e2c1c0cfaa7b68ea1321559cb6f9ca53d58cc634b7e01b47c6a4632"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-x86-64-generic-squashfs-combined.img.gz"; + sha256 = "447ce2d1eacd93bc39d64050b4fa66037218b715bcc6d774fcc37a42f89e8945"; + sha256_unsigned = "4cd72749c57143e529de625d5b5999a9ee77b5f589a131458be8fe2e035df1f3"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/64"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "x86/64"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + generic = { + arch_packages = "i386_pentium4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + "kmod-fs-vfat" + ]; + image_prefix = "openwrt-22.03.4-x86-generic-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-x86-generic-generic-ext4-combined-efi.img.gz"; + sha256 = "6e33dac769839efae981dd9b1254f2052df9d4c28925559878e4f6a4bc224532"; + sha256_unsigned = "b3e60a44dfb0d4a84bea6596493021c8e9dc62b3975a4e0a90d7739b8473e89d"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-x86-generic-generic-squashfs-combined.img.gz"; + sha256 = "569f5f04c16f1408afa61fe6a72738482426aca9204159286a1ac9ffda1c0772"; + sha256_unsigned = "46b8f2ecf3f8937f61620a47e536987d58c6fd418e29f0c6f9f77f6ab89d827b"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-x86-generic-generic-ext4-combined.img.gz"; + sha256 = "b557bcf9a483e5098a692b96471cf9933f5b8cd58b221533f74ce93e1451846b"; + sha256_unsigned = "2b8c72e065bd35ebdc843048c0f8ac8a3e4383e0987c536a562a653f92e8390f"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-x86-generic-generic-ext4-rootfs.img.gz"; + sha256 = "a46a4ba15f782e0de2fdcb0e864084070475388f6b742a1542150a2ef4f03393"; + sha256_unsigned = "a46a4ba15f782e0de2fdcb0e864084070475388f6b742a1542150a2ef4f03393"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-x86-generic-generic-squashfs-combined-efi.img.gz"; + sha256 = "dd445cc09c25f76c730089324606a3d085f7f8c7a1d2361d24ef27a3a89d59ff"; + sha256_unsigned = "d86f53b2328b8da07bd015511362c0bc7232e107df6b92b3d9c549a71ebd46b0"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-x86-generic-generic-squashfs-rootfs.img.gz"; + sha256 = "7c3246b51eac2eeae5d259923bd2fcd694c955cddc725f55c58eb0a6e007bd20"; + sha256_unsigned = "7c3246b51eac2eeae5d259923bd2fcd694c955cddc725f55c58eb0a6e007bd20"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "x86/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + geode = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-ecb" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.4-x86-geode-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-x86-geode-generic-squashfs-combined.img.gz"; + sha256 = "fe654a3c700fbc2228b09af6b7aac7070b640c9ccdfb55aaf4f3600aa5fb5f25"; + sha256_unsigned = "b915394a71d47e030fb5de0a03ce40562b2da8babcebdb47b08a04d6195fb592"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-x86-geode-generic-ext4-rootfs.img.gz"; + sha256 = "9ecf3a2d2d2e25008cd20ae86d0ea1fe7f8f246b7541ff4c81cc8133727fa662"; + sha256_unsigned = "9ecf3a2d2d2e25008cd20ae86d0ea1fe7f8f246b7541ff4c81cc8133727fa662"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-x86-geode-generic-ext4-combined.img.gz"; + sha256 = "fc44c14a794201af65b4a82fe7913b9855b80ec1797f090c59fd0516a77d8270"; + sha256_unsigned = "1b7291b6b188a108be4ffa9b5b4957ffeaece282ce58a4e256956509af8d9cf7"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-x86-geode-generic-ext4-combined-efi.img.gz"; + sha256 = "543ac2e558d5614337f2bdbb9a68930b829e674c35b77ec922340ea1c863fe2c"; + sha256_unsigned = "e7915eb421e0d55e83bd831eea4e185290ea8458f143ee88fa6a4cf948cfd0f2"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-x86-geode-generic-squashfs-combined-efi.img.gz"; + sha256 = "a774018b94a9f88a7a9e540fb2691f6b2b3d8c559e6428b6c9041aa7ff64bb80"; + sha256_unsigned = "26b2be4ceae26c0163404d44f99934ad30ffa31301a73c3d1fa938ae36099e83"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-x86-geode-generic-squashfs-rootfs.img.gz"; + sha256 = "87f3d0c5e96adde2e05c62d283a7a019781f1f6ad34fab45cfe51696aee97f31"; + sha256_unsigned = "87f3d0c5e96adde2e05c62d283a7a019781f1f6ad34fab45cfe51696aee97f31"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/Geode"; + vendor = "Generic"; + } + ]; + }; + geos = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-ecb" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + "br2684ctl" + "flashrom" + "kmod-hwmon-lm90" + "kmod-mppe" + "kmod-pppoa" + "kmod-usb-ohci-pci" + "linux-atm" + "ppp-mod-pppoa" + "pppdump" + "pppstats" + "soloscli" + "tc" + ]; + image_prefix = "openwrt-22.03.4-x86-geode-geos"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-x86-geode-geos-ext4-combined.img.gz"; + sha256 = "4968ae623bc5d102440cd7a38b865db446ade542a4df77d57814f57ddac135d1"; + sha256_unsigned = "87a6adf1ef1625818389fbafc7c434d97df901b580d13250049850c121bb5d76"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-x86-geode-geos-squashfs-rootfs.img.gz"; + sha256 = "ef2d9a555368b18d1e9921686c2f42234606fef3d1c7485e20a5cbb0d945752f"; + sha256_unsigned = "ef2d9a555368b18d1e9921686c2f42234606fef3d1c7485e20a5cbb0d945752f"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-x86-geode-geos-ext4-combined-efi.img.gz"; + sha256 = "6986a45c063186f9f27638565b1dcbb2963f4f9543397b7810d830f4dfc4b037"; + sha256_unsigned = "6f22590d656fbabfe0fe9ef625ef0b80387ad35969db7ddbdc369b377a0efc5a"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-x86-geode-geos-ext4-rootfs.img.gz"; + sha256 = "a3d8feccfd47294327048d55afecd871e4e7b518d34a5ea3e1d3cd086da66436"; + sha256_unsigned = "a3d8feccfd47294327048d55afecd871e4e7b518d34a5ea3e1d3cd086da66436"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-x86-geode-geos-squashfs-combined.img.gz"; + sha256 = "e54a11d687080ecb7ec090c442b02332a6883d9bc477ce819e1c1eeab9342cd7"; + sha256_unsigned = "904f793f9fc1fabe35987e1834ca0eec5bc75b50f482fe8fcf49972d6e400895"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-x86-geode-geos-squashfs-combined-efi.img.gz"; + sha256 = "c67ec0aef6800a04624e6ce2dbf18efe8b014b4f19bd4a9902063fa10f56e27e"; + sha256_unsigned = "354aaf907091fe903ff4726b349c2e4473e6ace33d1a4897f1d64c7595ebde10"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "Geos"; + vendor = "Traverse Technologies"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "x86/geode"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + legacy = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-22.03.4-x86-legacy-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.4-x86-legacy-generic-ext4-combined.img.gz"; + sha256 = "ef982037e72ec59e53a0d264fb7f51f8ff91bd7c61297a1c1dd824614fe828db"; + sha256_unsigned = "b08865d437c09da1061aadf02d62290ef555d1726ad057edf06912d43019b6fc"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-x86-legacy-generic-squashfs-combined-efi.img.gz"; + sha256 = "990f5c795ea2439278501039a2fe5c57b73893b47ad902077f996dcca449b5b4"; + sha256_unsigned = "e208e6e8ec71969daa4002547bdb9997d06799e7d90a27b5879fb4ba841876bf"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-x86-legacy-generic-ext4-combined-efi.img.gz"; + sha256 = "0845b20d98cf5a8f2b26e6c391575d0df750962987eb6e47818b1106e18f0ca9"; + sha256_unsigned = "fbf2f2e44502d889657588ce9bc17e8541813189fb65960739fee71b5aafa69e"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.4-x86-legacy-generic-ext4-rootfs.img.gz"; + sha256 = "59f92b6f5adefce9ee39ef99215197d4af1045037fcfa79266b0ced0393800b5"; + sha256_unsigned = "59f92b6f5adefce9ee39ef99215197d4af1045037fcfa79266b0ced0393800b5"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-x86-legacy-generic-squashfs-rootfs.img.gz"; + sha256 = "1cd1d8e7496b1fc76666bcc96505bee9753added360b0b1f2968120f63f43c97"; + sha256_unsigned = "1cd1d8e7496b1fc76666bcc96505bee9753added360b0b1f2968120f63f43c97"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-x86-legacy-generic-squashfs-combined.img.gz"; + sha256 = "143f9537d7f20f6f2481af955333fc7c7d8b78bdb860a9623957e71a7ce34f53"; + sha256_unsigned = "afebd1d2193a52cb7b1e9126fbe228d4270e4b9a84bfe3e45fecf39deff027de"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/legacy"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "x86/legacy"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-msdos" + "kmod-nft-offload" + "kmod-usb-storage" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "fdb1f9fbb140723ddb904d29077aae9fae36c87026fe101190e7fde069a9da13"; + sha256_unsigned = "fdb1f9fbb140723ddb904d29077aae9fae36c87026fe101190e7fde069a9da13"; + type = "sdcard"; + } + ]; + supported_devices = [ + "avnet,zynq-zed" + ]; + titles = [ + { + model = "ZedBoard"; + vendor = "Avnet"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "9f8c1b6426b802f49d5c5746756835cb5638e0ebe3e013f15da606e235a4fa21"; + sha256_unsigned = "9f8c1b6426b802f49d5c5746756835cb5638e0ebe3e013f15da606e235a4fa21"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo" + ]; + titles = [ + { + model = "Zybo"; + vendor = "Digilent"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.4-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "ad740ab4d1016d36dd17abc613f90a1609cf52dfa782a8d23204a36a7c15f3c3"; + sha256_unsigned = "ad740ab4d1016d36dd17abc613f90a1609cf52dfa782a8d23204a36a7c15f3c3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo-z7" + ]; + titles = [ + { + model = "Zybo Z7"; + vendor = "Digilent"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-22.03.4-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.4-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "42534514f6c6a4536bf0bd7e3b51180267eb112f4005c653ea58528561be2c40"; + sha256_unsigned = "42534514f6c6a4536bf0bd7e3b51180267eb112f4005c653ea58528561be2c40"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xlnx,zynq-zc702" + ]; + titles = [ + { + model = "ZC702"; + vendor = "Xilinx"; + } + ]; + }; + }; + source_date_epoch = 1681043266; + target = "zynq/generic"; + version_code = "r20123-38ccc47687"; + version_number = "22.03.4"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/22.03.5.nix b/cached-profiles/22.03.5.nix new file mode 100644 index 00000000..57974e9d --- /dev/null +++ b/cached-profiles/22.03.5.nix @@ -0,0 +1,53686 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.5-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "7a98182b54bdd286b8bd32f23a7f3dc17630f83b6fd4afa964d2b0c13e00409c"; + sha256_unsigned = "8f6e4a9dd19321ebdaf55a4ad400b787278411dab71bbe2385bc067d8c6006f6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-apm821xx-nand-meraki_mr24-initramfs-kernel.bin"; + sha256 = "74f4f284c9743f028392c33bc5184172f785863e9d199afdce96c3a30bc65a6b"; + sha256_unsigned = "74f4f284c9743f028392c33bc5184172f785863e9d199afdce96c3a30bc65a6b"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + model = "MR24"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.5-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-apm821xx-nand-meraki_mx60-initramfs-kernel.bin"; + sha256 = "132b38a0508ba474a5284233be8d7a8348e53186f0f0def3b5497ead29ba99b5"; + sha256_unsigned = "132b38a0508ba474a5284233be8d7a8348e53186f0f0def3b5497ead29ba99b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "832694c94d839081e8c7a195ee02b3dcc9d142b1588cc32bf161a6929f9661de"; + sha256_unsigned = "cc928e026062a413cb5453a376ed2dc69cb908c6e12761f11431832896ca1499"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mx60" + ]; + titles = [ + { + model = "MX60"; + vendor = "Cisco Meraki"; + } + { + model = "MX60W"; + vendor = "Cisco Meraki"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.5-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-apm821xx-nand-netgear_wndap620-initramfs-kernel.bin"; + sha256 = "18d73d9bb1c29236ce6d8aa8a0abdd000333975fd703262a3c126fd8e2a3ee3c"; + sha256_unsigned = "18d73d9bb1c29236ce6d8aa8a0abdd000333975fd703262a3c126fd8e2a3ee3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "f318ceac115b7fc31511e3b6f6ea430030642e3eb67bf752f349a511a4be9e7b"; + sha256_unsigned = "01cdfb8fac607a80bf65066b1ff0f4523b51cd0b660b6fd860907f9a1986cb30"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "7add0a55da8096a6767a4cc9713a25169c67b171effccf21d8fcc2a9976d3174"; + sha256_unsigned = "7add0a55da8096a6767a4cc9713a25169c67b171effccf21d8fcc2a9976d3174"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + model = "WNDAP620 (Premium Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.5-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "5efb24d83bba0a3c3088777a7eaef2617ab524c84d8e914d1749dda2e4dc96f0"; + sha256_unsigned = "db5fe285ff08fc8f36a2bfd2a5803c0840b9ddd791baaf358529a31900cf03eb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "17e7d699d17493455302ba9b280689d8ea6675d8c3b687cb92a920451d39bf26"; + sha256_unsigned = "17e7d699d17493455302ba9b280689d8ea6675d8c3b687cb92a920451d39bf26"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-apm821xx-nand-netgear_wndap660-initramfs-kernel.bin"; + sha256 = "4e37122571a3eb5922d4f93d045274b07e4a993c7509b9dd7f72c488394433a3"; + sha256_unsigned = "4e37122571a3eb5922d4f93d045274b07e4a993c7509b9dd7f72c488394433a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + model = "WNDAP660 (Dual Radio Dual Band Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-hwmon-drivetemp" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.5-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "89c8fd07cf53f20ffd27d2baf09a12df6b11783a92b572437be9f19e4f546b7a"; + sha256_unsigned = "fde822e63a59dfbda72bf0af224c3a52ad557a636e2aad4d88cc45bb223f8744"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-apm821xx-nand-netgear_wndr4700-initramfs-kernel.bin"; + sha256 = "ae9a6755752a7d704f7002e1c75ca196aaf499b27571634e1d3085e432583702"; + sha256_unsigned = "ae9a6755752a7d704f7002e1c75ca196aaf499b27571634e1d3085e432583702"; + type = "kernel"; + } + { + name = "openwrt-22.03.5-apm821xx-nand-netgear_wndr4700-device-tree.dtb"; + sha256 = "ab89c112bd0fea6e3857e9341679cf60e44fb56bf1b8cf26b811ea035e3543e3"; + sha256_unsigned = "ab89c112bd0fea6e3857e9341679cf60e44fb56bf1b8cf26b811ea035e3543e3"; + type = "device-tree.dtb"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "1701a43c8e1f5cf5aa433254a3874c1c9000c4aae2a2d37bed883c6f4bb86dc5"; + sha256_unsigned = "1701a43c8e1f5cf5aa433254a3874c1c9000c4aae2a2d37bed883c6f4bb86dc5"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + model = "Centria N900 WNDR4700"; + vendor = "NETGEAR"; + } + { + model = "Centria N900 WNDR4720"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "apm821xx/nand"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "badblocks" + "base-files" + "block-mount" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "e2fsprogs" + "f2fsck" + "fdisk" + "fstools" + "kmod-dm" + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-md-mod" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mkf2fs" + "mtd" + "netifd" + "opkg" + "partx-utils" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "b03d843869767cf582d3d3cf72422e4bd2b0fb50a9962a4dbacd676d63ed55e8"; + sha256_unsigned = "b03d843869767cf582d3d3cf72422e4bd2b0fb50a9962a4dbacd676d63ed55e8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-apm821xx-sata-wd_mybooklive-initramfs-kernel.bin"; + sha256 = "de9516b81a954add7705052baafe3fba7c78cbfb85177b7216a98164f3f187b6"; + sha256_unsigned = "de9516b81a954add7705052baafe3fba7c78cbfb85177b7216a98164f3f187b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "13e3934e6e016800fb3eaf8c7ba7742bd57d841cad978d82dc96fbaf4c89cca1"; + sha256_unsigned = "13e3934e6e016800fb3eaf8c7ba7742bd57d841cad978d82dc96fbaf4c89cca1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "3665b38688dbd7e72fb9c05d4747aca589171cc53f301e0d5700d7d8710121d1"; + sha256_unsigned = "5b59d5e1cdb319928109fe645b6c7c058124e739a90e8d4bfb6b4273248b55c5"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.5-apm821xx-sata-wd_mybooklive-apollo3g.dtb"; + sha256 = "0fcf713933f1e35437e4a2d72c66ffe3d4e2267b35e505ca75f85af86116466d"; + sha256_unsigned = "0fcf713933f1e35437e4a2d72c66ffe3d4e2267b35e505ca75f85af86116466d"; + type = "apollo3g.dtb"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "f28338bd4e38deb66c07b77f8406235f3efa794a812b66dbf48417f3a08c820f"; + sha256_unsigned = "402c51a4a5fe8eedb52dec00ebf3d4252095de15adcf252320a9a7cebb464eb0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + model = "My Book Live"; + vendor = "Western Digital"; + } + { + model = "My Book Live Duo"; + vendor = "Western Digital"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "apm821xx/sata"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + archs38 = { + generic = { + arch_packages = "arc_archs"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "fstools" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "opkg" + "procd" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + nsim_hs = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-archs38-generic-nsim_hs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-archs38-generic-nsim_hs-initramfs.elf"; + sha256 = "e0cbcac314325e6e1b7a297f986fe36e8a4f93ff81989d31649c62e5e5944df6"; + sha256_unsigned = "e0cbcac314325e6e1b7a297f986fe36e8a4f93ff81989d31649c62e5e5944df6"; + type = "kernel"; + } + ]; + supported_devices = [ + "nsim,hs" + ]; + titles = [ + { + model = "nSIM HS"; + vendor = "Synopsys"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "archs38/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + armvirt = { }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + atmel_at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9263ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9263ek-squashfs-root.ubi"; + sha256 = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + sha256_unsigned = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9263ek-ext4-root.ubi"; + sha256 = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + sha256_unsigned = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9263ek-ubifs-root.ubi"; + sha256 = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + sha256_unsigned = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9263ek" + ]; + titles = [ + { + model = "AT91SAM9263-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g15ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g15ek-squashfs-root.ubi"; + sha256 = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + sha256_unsigned = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g15ek-ubifs-root.ubi"; + sha256 = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + sha256_unsigned = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g15ek-ext4-root.ubi"; + sha256 = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + sha256_unsigned = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g15ek" + ]; + titles = [ + { + model = "AT91SAM9G15-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g20ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g20ek-squashfs-root.ubi"; + sha256 = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + sha256_unsigned = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g20ek-ext4-root.ubi"; + sha256 = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + sha256_unsigned = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g20ek-ubifs-root.ubi"; + sha256 = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + sha256_unsigned = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek-2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g20ek-2mmc"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g20ek-2mmc-ubifs-root.ubi"; + sha256 = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + sha256_unsigned = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g20ek-2mmc-squashfs-root.ubi"; + sha256 = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + sha256_unsigned = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g20ek-2mmc-ext4-root.ubi"; + sha256 = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + sha256_unsigned = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek_2mmc" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + variant = "2MMC"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g25ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g25ek-ubifs-root.ubi"; + sha256 = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + sha256_unsigned = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g25ek-squashfs-root.ubi"; + sha256 = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + sha256_unsigned = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g25ek-ext4-root.ubi"; + sha256 = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + sha256_unsigned = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g25ek" + ]; + titles = [ + { + model = "AT91SAM9G25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g35ek-squashfs-root.ubi"; + sha256 = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + sha256_unsigned = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g35ek-ext4-root.ubi"; + sha256 = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + sha256_unsigned = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9g35ek-ubifs-root.ubi"; + sha256 = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + sha256_unsigned = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g35ek" + ]; + titles = [ + { + model = "AT91SAM9G35-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9m10g45ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9m10g45ek-ext4-root.ubi"; + sha256 = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + sha256_unsigned = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + sha256_unsigned = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + sha256_unsigned = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9m10g45ek" + ]; + titles = [ + { + model = "AT91SAM9M10G45-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9x25ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9x25ek-ext4-sdcard.img.gz"; + sha256 = "52e9a4bf1b1dd6cc98484413d4704d1bbd208e605066a84249250b942d902e09"; + sha256_unsigned = "52e9a4bf1b1dd6cc98484413d4704d1bbd208e605066a84249250b942d902e09"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9x25ek-squashfs-root.ubi"; + sha256 = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + sha256_unsigned = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9x25ek-ubifs-root.ubi"; + sha256 = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + sha256_unsigned = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9x25ek-ext4-root.ubi"; + sha256 = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + sha256_unsigned = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x25ek" + ]; + titles = [ + { + model = "AT91SAM9X25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9x35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9x35ek-squashfs-root.ubi"; + sha256 = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + sha256_unsigned = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9x35ek-ext4-sdcard.img.gz"; + sha256 = "c837c85551c34b50640bc8cb552ac8af2ac0cc3b01f4336c32ee418acbb06a4d"; + sha256_unsigned = "c837c85551c34b50640bc8cb552ac8af2ac0cc3b01f4336c32ee418acbb06a4d"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9x35ek-ubifs-root.ubi"; + sha256 = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + sha256_unsigned = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-atmel_at91sam9x35ek-ext4-root.ubi"; + sha256 = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + sha256_unsigned = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x35ek" + ]; + titles = [ + { + model = "AT91SAM9X35-EK"; + vendor = "Atmel"; + } + ]; + }; + calamp_lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-gpio-mcp23s08" + ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-calamp_lmu5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-calamp_lmu5000-squashfs-factory.bin"; + sha256 = "0a5ae2f1f6009e114483c598564c6a9c0e29a9b1ad8e0b67b9aeba5c68a519a6"; + sha256_unsigned = "0a5ae2f1f6009e114483c598564c6a9c0e29a9b1ad8e0b67b9aeba5c68a519a6"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-calamp_lmu5000-ubifs-factory.bin"; + sha256 = "f995457582353684a7fdfdddfe051603b2ac4c39e4daea8b83f40f20b5bfc5f0"; + sha256_unsigned = "f995457582353684a7fdfdddfe051603b2ac4c39e4daea8b83f40f20b5bfc5f0"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-calamp_lmu5000-ext4-factory.bin"; + sha256 = "d91545657d49f34912ffffae3ce0f09dd7e8f689c239b3cfddba745190de9706"; + sha256_unsigned = "d91545657d49f34912ffffae3ce0f09dd7e8f689c239b3cfddba745190de9706"; + type = "factory"; + } + ]; + supported_devices = [ + "calamp,lmu5000" + ]; + titles = [ + { + model = "LMU5000"; + vendor = "CalAmp"; + } + ]; + }; + calao_tny-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-calao_tny-a9260"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-calao_tny-a9260-ext4-factory.bin"; + sha256 = "051c01b3a918d208a99e5d23b3406902eff76377e829c54887c46d9f15c83e51"; + sha256_unsigned = "051c01b3a918d208a99e5d23b3406902eff76377e829c54887c46d9f15c83e51"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-calao_tny-a9260-ubifs-factory.bin"; + sha256 = "574f4ec3b8b72247a501df21c434dc052a9cc57509f505b10b448b5ec88f8ca4"; + sha256_unsigned = "574f4ec3b8b72247a501df21c434dc052a9cc57509f505b10b448b5ec88f8ca4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-calao_tny-a9260-squashfs-factory.bin"; + sha256 = "5b7732ac0f51c481bcd6b20cd3611a39315cd01df381a2209f0c4123b5241715"; + sha256_unsigned = "5b7732ac0f51c481bcd6b20cd3611a39315cd01df381a2209f0c4123b5241715"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9260" + ]; + titles = [ + { + model = "TNY A9260"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-calao_tny-a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-calao_tny-a9263-squashfs-factory.bin"; + sha256 = "bdeb41abeac98d7e64b824927e2ec47e6bc5eb057de9c08f9f1a617500f140da"; + sha256_unsigned = "bdeb41abeac98d7e64b824927e2ec47e6bc5eb057de9c08f9f1a617500f140da"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-calao_tny-a9263-ubifs-factory.bin"; + sha256 = "0fe80cb1899717b75ef94923a2cdde3fc1bb150f985602a730c0fb50ded229de"; + sha256_unsigned = "0fe80cb1899717b75ef94923a2cdde3fc1bb150f985602a730c0fb50ded229de"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-calao_tny-a9263-ext4-factory.bin"; + sha256 = "8eab6b51d7a1f1924ad4728a900f467c9f3d5123fefc928d351b76c50f93875a"; + sha256_unsigned = "8eab6b51d7a1f1924ad4728a900f467c9f3d5123fefc928d351b76c50f93875a"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,tny-a9263" + ]; + titles = [ + { + model = "TNY A9263"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-calao_tny-a9g20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-calao_tny-a9g20-ubifs-factory.bin"; + sha256 = "1055fbf6c663c55ca7ee6b1b15ae20456433c98b7a5751dc7b1a1c5f7b83601a"; + sha256_unsigned = "1055fbf6c663c55ca7ee6b1b15ae20456433c98b7a5751dc7b1a1c5f7b83601a"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-calao_tny-a9g20-ext4-factory.bin"; + sha256 = "afc657b17246f0ed0ff421dae6dd1f0804356f41f8b8831d2bbb3289b989ba01"; + sha256_unsigned = "afc657b17246f0ed0ff421dae6dd1f0804356f41f8b8831d2bbb3289b989ba01"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-calao_tny-a9g20-squashfs-factory.bin"; + sha256 = "5f7df4efc971c8e316b667e06049fd90c804f82743ec27b611e3ab252439a820"; + sha256_unsigned = "5f7df4efc971c8e316b667e06049fd90c804f82743ec27b611e3ab252439a820"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9g20" + ]; + titles = [ + { + model = "TNY A9G20"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-calao_usb-a9260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-calao_usb-a9260-squashfs-factory.bin"; + sha256 = "07ac72e2462db9f455d75d687e6c8a14ebe5a2d9b7c5c27de8fa582f31c8aff4"; + sha256_unsigned = "07ac72e2462db9f455d75d687e6c8a14ebe5a2d9b7c5c27de8fa582f31c8aff4"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-calao_usb-a9260-ext4-factory.bin"; + sha256 = "dfdb5af91530998a60c18150a244e86515ddf3a24893767280f5fa86308db50a"; + sha256_unsigned = "dfdb5af91530998a60c18150a244e86515ddf3a24893767280f5fa86308db50a"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-calao_usb-a9260-ubifs-factory.bin"; + sha256 = "64dcff209a925a0bef01cc896b3731bc246f3f5f52810edb0dde5ea6acaccde4"; + sha256_unsigned = "64dcff209a925a0bef01cc896b3731bc246f3f5f52810edb0dde5ea6acaccde4"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9260" + ]; + titles = [ + { + model = "USB A9260"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-calao_usb-a9263"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-calao_usb-a9263-squashfs-factory.bin"; + sha256 = "4d267371a54d990792dbb933b3355dcc8eb1e0949f83db55cc6d545a1cbed38b"; + sha256_unsigned = "4d267371a54d990792dbb933b3355dcc8eb1e0949f83db55cc6d545a1cbed38b"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-calao_usb-a9263-ext4-factory.bin"; + sha256 = "c01993f8bee4449d2ae9858df7c7f5faaf2722021c24435aa2090d30874f69d3"; + sha256_unsigned = "c01993f8bee4449d2ae9858df7c7f5faaf2722021c24435aa2090d30874f69d3"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-calao_usb-a9263-ubifs-factory.bin"; + sha256 = "0b6c6c301a978778cb88f817f9156d7fad3a37a32f3f7adf9f75c0b35fb15931"; + sha256_unsigned = "0b6c6c301a978778cb88f817f9156d7fad3a37a32f3f7adf9f75c0b35fb15931"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,usb-a9263" + ]; + titles = [ + { + model = "USB A9263"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-calao_usb-a9g20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-calao_usb-a9g20-ubifs-factory.bin"; + sha256 = "aa1505319ff9eb6208bdedd29d594819f653a0af0a75e4d13a55a8a99d5774a6"; + sha256_unsigned = "aa1505319ff9eb6208bdedd29d594819f653a0af0a75e4d13a55a8a99d5774a6"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-calao_usb-a9g20-ext4-factory.bin"; + sha256 = "09bee6d00102b13e8f942374a10cb12f7a39b01916eb7baa96ef86f5d71ac258"; + sha256_unsigned = "09bee6d00102b13e8f942374a10cb12f7a39b01916eb7baa96ef86f5d71ac258"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-calao_usb-a9g20-squashfs-factory.bin"; + sha256 = "95cdba9f0df70c6cc80ae5f9d2b919bcd4ecb0e4dad50ae477a737b3e9cd6ab5"; + sha256_unsigned = "95cdba9f0df70c6cc80ae5f9d2b919bcd4ecb0e4dad50ae477a737b3e9cd6ab5"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9g20" + ]; + titles = [ + { + model = "USB A9G20"; + vendor = "Calao"; + } + ]; + }; + egnite_ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-egnite_ethernut5"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-egnite_ethernut5-ext4-root.ubi"; + sha256 = "c13119e0cebc004ce417b07e959c8d2c16e11484c2647f16871edec7fd717e16"; + sha256_unsigned = "c13119e0cebc004ce417b07e959c8d2c16e11484c2647f16871edec7fd717e16"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-egnite_ethernut5-squashfs-root.ubi"; + sha256 = "550daadeac9d44961118fae93d3f084607b51e746430ba693db6d8b277eaa0cb"; + sha256_unsigned = "550daadeac9d44961118fae93d3f084607b51e746430ba693db6d8b277eaa0cb"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-egnite_ethernut5-ubifs-root.ubi"; + sha256 = "df4a73c783bccede9ab2e1c5cab57e8b35dddff7d98e19ebff66637085298b59"; + sha256_unsigned = "df4a73c783bccede9ab2e1c5cab57e8b35dddff7d98e19ebff66637085298b59"; + type = "root"; + } + ]; + supported_devices = [ + "egnite,ethernut5" + ]; + titles = [ + { + model = "Ethernut 5"; + vendor = "egnite"; + } + ]; + }; + laird_wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-laird_wb45n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-laird_wb45n-squashfs-root.ubi"; + sha256 = "f25bd3fb2ccdfdec8bb5d834f598af1d5493668a5942bf7620a56f6c934a2733"; + sha256_unsigned = "f25bd3fb2ccdfdec8bb5d834f598af1d5493668a5942bf7620a56f6c934a2733"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-laird_wb45n-ext4-root.ubi"; + sha256 = "d2a043d4684481f37d4cedee2f301a155b8c0b73cfff2cbf3d622196e21fd8b0"; + sha256_unsigned = "d2a043d4684481f37d4cedee2f301a155b8c0b73cfff2cbf3d622196e21fd8b0"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-laird_wb45n-ubifs-root.ubi"; + sha256 = "d24974d6729139d6f8dec49daa46b5badb64305d7bda3a59c1d290bc0f14c4ec"; + sha256_unsigned = "d24974d6729139d6f8dec49daa46b5badb64305d7bda3a59c1d290bc0f14c4ec"; + type = "root"; + } + ]; + supported_devices = [ + "laird,wb45n" + ]; + titles = [ + { + model = "WB45N"; + vendor = "Laird"; + } + ]; + }; + microchip_sam9x60ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sam9x-microchip_sam9x60ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sam9x-microchip_sam9x60ek-squashfs-root.ubi"; + sha256 = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + sha256_unsigned = "6c16c109596b9428d2ee981f21be2becc06455f5de922f984bcbbb7137dd8839"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sam9x-microchip_sam9x60ek-ubifs-root.ubi"; + sha256 = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + sha256_unsigned = "c3ec0b8812c71691c3cba0487b9c7b62c7fde6439d6a502d5fa6f0e2c8bb3222"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-microchip_sam9x60ek-ext4-sdcard.img.gz"; + sha256 = "f9877098a2755aec0497b552975ba5b52a9bb1ffc3b1e069cec7345a94c89d6b"; + sha256_unsigned = "f9877098a2755aec0497b552975ba5b52a9bb1ffc3b1e069cec7345a94c89d6b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sam9x-microchip_sam9x60ek-ext4-root.ubi"; + sha256 = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + sha256_unsigned = "683ff79f33ed476e8a63d1f66a6686824c8ff5caa42e7ac834af1759011710a8"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sam9x60ek" + ]; + titles = [ + { + model = "SAM9X60-EK"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "at91/sam9x"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama5d2-icp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sama5-microchip_sama5d2-icp"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d2-icp-ext4-sdcard.img.gz"; + sha256 = "dce4cef5f5d5ca9c9cdefe070896704f45cc0855cafcc3c9e4829e2e3c922214"; + sha256_unsigned = "dce4cef5f5d5ca9c9cdefe070896704f45cc0855cafcc3c9e4829e2e3c922214"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d2-icp-ubifs-root.ubi"; + sha256 = "0ddbd6b127d4b3575b38f5b378bf86277e82c2ce56d407ccce72dc0c72571b81"; + sha256_unsigned = "0ddbd6b127d4b3575b38f5b378bf86277e82c2ce56d407ccce72dc0c72571b81"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d2-icp-ext4-root.ubi"; + sha256 = "942defe6cd284ad0e83cc2dc2de2955d8aa9f06c6b670f6d89e169e1e3072c68"; + sha256_unsigned = "942defe6cd284ad0e83cc2dc2de2955d8aa9f06c6b670f6d89e169e1e3072c68"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d2-icp-squashfs-root.ubi"; + sha256 = "58c7593dce435fe6bd901f99f8ccd5973865f953cfc075ef2d80812773865201"; + sha256_unsigned = "58c7593dce435fe6bd901f99f8ccd5973865f953cfc075ef2d80812773865201"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama5d2-icp" + ]; + titles = [ + { + model = "SAMA5D2 ICP"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-ptc-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sama5-microchip_sama5d2-ptc-ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d2-ptc-ek-ubifs-root.ubi"; + sha256 = "0ddbd6b127d4b3575b38f5b378bf86277e82c2ce56d407ccce72dc0c72571b81"; + sha256_unsigned = "0ddbd6b127d4b3575b38f5b378bf86277e82c2ce56d407ccce72dc0c72571b81"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d2-ptc-ek-ext4-sdcard.img.gz"; + sha256 = "9f7a88e9584a91917dd41ee72a3b601b2ce91823a6627de0031c5fcbc2434d1e"; + sha256_unsigned = "9f7a88e9584a91917dd41ee72a3b601b2ce91823a6627de0031c5fcbc2434d1e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d2-ptc-ek-squashfs-root.ubi"; + sha256 = "58c7593dce435fe6bd901f99f8ccd5973865f953cfc075ef2d80812773865201"; + sha256_unsigned = "58c7593dce435fe6bd901f99f8ccd5973865f953cfc075ef2d80812773865201"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d2-ptc-ek-ext4-root.ubi"; + sha256 = "942defe6cd284ad0e83cc2dc2de2955d8aa9f06c6b670f6d89e169e1e3072c68"; + sha256_unsigned = "942defe6cd284ad0e83cc2dc2de2955d8aa9f06c6b670f6d89e169e1e3072c68"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-ptc_ek" + ]; + titles = [ + { + model = "SAMA5D2 PTC Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sama5-microchip_sama5d2-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d2-xplained-ubifs-root.ubi"; + sha256 = "0ddbd6b127d4b3575b38f5b378bf86277e82c2ce56d407ccce72dc0c72571b81"; + sha256_unsigned = "0ddbd6b127d4b3575b38f5b378bf86277e82c2ce56d407ccce72dc0c72571b81"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d2-xplained-ext4-root.ubi"; + sha256 = "942defe6cd284ad0e83cc2dc2de2955d8aa9f06c6b670f6d89e169e1e3072c68"; + sha256_unsigned = "942defe6cd284ad0e83cc2dc2de2955d8aa9f06c6b670f6d89e169e1e3072c68"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d2-xplained-ext4-sdcard.img.gz"; + sha256 = "2f654fb60b72f6f063fe23b4bda62e425e6b9d76bae0d340a556e1765eeede64"; + sha256_unsigned = "2f654fb60b72f6f063fe23b4bda62e425e6b9d76bae0d340a556e1765eeede64"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d2-xplained-squashfs-root.ubi"; + sha256 = "58c7593dce435fe6bd901f99f8ccd5973865f953cfc075ef2d80812773865201"; + sha256_unsigned = "58c7593dce435fe6bd901f99f8ccd5973865f953cfc075ef2d80812773865201"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-xplained" + ]; + titles = [ + { + model = "SAMA5D2 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-som1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sama5-microchip_sama5d27-som1-ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d27-som1-ek-ubifs-root.ubi"; + sha256 = "0ddbd6b127d4b3575b38f5b378bf86277e82c2ce56d407ccce72dc0c72571b81"; + sha256_unsigned = "0ddbd6b127d4b3575b38f5b378bf86277e82c2ce56d407ccce72dc0c72571b81"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d27-som1-ek-ext4-root.ubi"; + sha256 = "942defe6cd284ad0e83cc2dc2de2955d8aa9f06c6b670f6d89e169e1e3072c68"; + sha256_unsigned = "942defe6cd284ad0e83cc2dc2de2955d8aa9f06c6b670f6d89e169e1e3072c68"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d27-som1-ek-ext4-sdcard.img.gz"; + sha256 = "6b6cd44018d0d177e77666d39d34473bcf7fe7d02e5ce94625054663d3bb5a6e"; + sha256_unsigned = "6b6cd44018d0d177e77666d39d34473bcf7fe7d02e5ce94625054663d3bb5a6e"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d27-som1-ek-squashfs-root.ubi"; + sha256 = "58c7593dce435fe6bd901f99f8ccd5973865f953cfc075ef2d80812773865201"; + sha256_unsigned = "58c7593dce435fe6bd901f99f8ccd5973865f953cfc075ef2d80812773865201"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d27-som1-ek" + ]; + titles = [ + { + model = "SAMA5D27 SOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-wlsom1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sama5-microchip_sama5d27-wlsom1-ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d27-wlsom1-ek-ext4-root.ubi"; + sha256 = "942defe6cd284ad0e83cc2dc2de2955d8aa9f06c6b670f6d89e169e1e3072c68"; + sha256_unsigned = "942defe6cd284ad0e83cc2dc2de2955d8aa9f06c6b670f6d89e169e1e3072c68"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d27-wlsom1-ek-ubifs-root.ubi"; + sha256 = "0ddbd6b127d4b3575b38f5b378bf86277e82c2ce56d407ccce72dc0c72571b81"; + sha256_unsigned = "0ddbd6b127d4b3575b38f5b378bf86277e82c2ce56d407ccce72dc0c72571b81"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d27-wlsom1-ek-ext4-sdcard.img.gz"; + sha256 = "b73faa19043753188bc4493b433c606cfba27d2eb015c9eb667a78e88afc05a2"; + sha256_unsigned = "b73faa19043753188bc4493b433c606cfba27d2eb015c9eb667a78e88afc05a2"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d27-wlsom1-ek-squashfs-root.ubi"; + sha256 = "58c7593dce435fe6bd901f99f8ccd5973865f953cfc075ef2d80812773865201"; + sha256_unsigned = "58c7593dce435fe6bd901f99f8ccd5973865f953cfc075ef2d80812773865201"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama5d27-wlsom1-ek" + ]; + titles = [ + { + model = "SAMA5D27 WSOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d3-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sama5-microchip_sama5d3-xplained"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d3-xplained-ext4-root.ubi"; + sha256 = "942defe6cd284ad0e83cc2dc2de2955d8aa9f06c6b670f6d89e169e1e3072c68"; + sha256_unsigned = "942defe6cd284ad0e83cc2dc2de2955d8aa9f06c6b670f6d89e169e1e3072c68"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d3-xplained-ext4-sdcard.img.gz"; + sha256 = "1f4a1f8e0ac802196d3296949eb8c85865d808959aed68e4f66f0a7e2ae4f081"; + sha256_unsigned = "1f4a1f8e0ac802196d3296949eb8c85865d808959aed68e4f66f0a7e2ae4f081"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d3-xplained-squashfs-root.ubi"; + sha256 = "58c7593dce435fe6bd901f99f8ccd5973865f953cfc075ef2d80812773865201"; + sha256_unsigned = "58c7593dce435fe6bd901f99f8ccd5973865f953cfc075ef2d80812773865201"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d3-xplained-ubifs-root.ubi"; + sha256 = "0ddbd6b127d4b3575b38f5b378bf86277e82c2ce56d407ccce72dc0c72571b81"; + sha256_unsigned = "0ddbd6b127d4b3575b38f5b378bf86277e82c2ce56d407ccce72dc0c72571b81"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d3-xplained" + ]; + titles = [ + { + model = "SAMA5D3 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d4-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sama5-microchip_sama5d4-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d4-xplained-ubifs-root.ubi"; + sha256 = "f6adc0ac9eb20892a0d9bbeee278b3ccc191f887286557774b6cb4c035f9cb99"; + sha256_unsigned = "f6adc0ac9eb20892a0d9bbeee278b3ccc191f887286557774b6cb4c035f9cb99"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d4-xplained-squashfs-root.ubi"; + sha256 = "5c390b470bf74c55ff955d61df234761ad2932d45052e2c3280ee55b89eb20e6"; + sha256_unsigned = "5c390b470bf74c55ff955d61df234761ad2932d45052e2c3280ee55b89eb20e6"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d4-xplained-ext4-sdcard.img.gz"; + sha256 = "ae72002e48f9369d9ad26b575f94494f73d718b523a440e971efd8e931853ed6"; + sha256_unsigned = "ae72002e48f9369d9ad26b575f94494f73d718b523a440e971efd8e931853ed6"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sama5-microchip_sama5d4-xplained-ext4-root.ubi"; + sha256 = "d8a3579f0e8cd79b56811a60ec302aa72c9e7ee73876cd871abc2e03a6974026"; + sha256_unsigned = "d8a3579f0e8cd79b56811a60ec302aa72c9e7ee73876cd871abc2e03a6974026"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d4-xplained" + ]; + titles = [ + { + model = "SAMA5D4 Xplained"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "at91/sama5"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + sama7 = { + arch_packages = "arm_cortex-a7_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama7g5-ek = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-at91-sama7-microchip_sama7g5-ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-at91-sama7-microchip_sama7g5-ek-squashfs-root.ubi"; + sha256 = "51f006082af6a2dce3a2d0197def8ded1e172d1d28ef97f7cadb1cb3bd99bacf"; + sha256_unsigned = "51f006082af6a2dce3a2d0197def8ded1e172d1d28ef97f7cadb1cb3bd99bacf"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-at91-sama7-microchip_sama7g5-ek-ubifs-root.ubi"; + sha256 = "0a9464e1d1369bbb53d8e2ac73acac557604cbc4828d771985d043f72a590ee8"; + sha256_unsigned = "0a9464e1d1369bbb53d8e2ac73acac557604cbc4828d771985d043f72a590ee8"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sama7-microchip_sama7g5-ek-ext4-root.ubi"; + sha256 = "9e64af3d2ca11fb639375f95ba5ca3e71d446c34237349a2bb31c211a0400ec7"; + sha256_unsigned = "9e64af3d2ca11fb639375f95ba5ca3e71d446c34237349a2bb31c211a0400ec7"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-at91-sama7-microchip_sama7g5-ek-ext4-sdcard.img.gz"; + sha256 = "eed7cfee913f0ea26068212f040692c88b2fd3ec3a189ddfa76ca34b9e20cdcf"; + sha256_unsigned = "eed7cfee913f0ea26068212f040692c88b2fd3ec3a189ddfa76ca34b9e20cdcf"; + type = "sdcard"; + } + ]; + supported_devices = [ + "microchip,sama7g5ek" + ]; + titles = [ + { + model = "SAMA7G5-EK"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "at91/sama7"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + ath25 = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath5k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath25-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath25-generic-kernel.lzma"; + sha256 = "05f8eb5b4d118db8cab50815dccb386a14f6098c0d424ad2de5a9b1ba29607bf"; + sha256_unsigned = "05f8eb5b4d118db8cab50815dccb386a14f6098c0d424ad2de5a9b1ba29607bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath25-generic-squashfs-rootfs.bin"; + sha256 = "ea2fe4f982a6bc7f5f8825ec7cc6659188b92d37f6855d6cf7288ca7bb7949e2"; + sha256_unsigned = "ea2fe4f982a6bc7f5f8825ec7cc6659188b92d37f6855d6cf7288ca7bb7949e2"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath25-generic-squashfs-sysupgrade.bin"; + sha256 = "c44f1d3805099950a84cf39e2779d2377dca212e9f6b75597054aac4a2c5d6ef"; + sha256_unsigned = "c44f1d3805099950a84cf39e2779d2377dca212e9f6b75597054aac4a2c5d6ef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath25-generic-kernel.gz"; + sha256 = "392011d8cf39b099cfa4e845d766d629e5b76d0887cdab36c1c6e9653492e7b0"; + sha256_unsigned = "392011d8cf39b099cfa4e845d766d629e5b76d0887cdab36c1c6e9653492e7b0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath25-generic-kernel.elf"; + sha256 = "30098f5e24f4299b08de62b554f13a609526d6ffe923f929bce9a438af971406"; + sha256_unsigned = "30098f5e24f4299b08de62b554f13a609526d6ffe923f929bce9a438af971406"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Generic AR2xxx board"; + vendor = "Atheros"; + } + ]; + }; + ubnt_picostation-2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath25-ubnt_picostation-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath25-ubnt_picostation-2-squashfs-sysupgrade.bin"; + sha256 = "88d15d9ca83fff47ade5361396b9d4833925f2ca320632c3693a7b6ab28edf07"; + sha256_unsigned = "88d15d9ca83fff47ade5361396b9d4833925f2ca320632c3693a7b6ab28edf07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,picostation-2" + ]; + titles = [ + { + model = "Picostation 2 (XS2-8)"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "ath25/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-8dev_carambola2-initramfs-kernel.bin"; + sha256 = "1948aea32323c88c8e11e872a510a83ac4a5116151351cca7f387df31f22ba92"; + sha256_unsigned = "1948aea32323c88c8e11e872a510a83ac4a5116151351cca7f387df31f22ba92"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "5510e421b7f87a29d193fc62920c0f1819ed5a788912e9e2663dcf6b3acd0649"; + sha256_unsigned = "1d06799c6d8c11df0376592960333c959ad26cff5e784821c5de62de404f235a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + model = "Carambola2"; + vendor = "8devices"; + } + ]; + }; + "8dev_lima" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-8dev_lima"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-8dev_lima-initramfs-kernel.bin"; + sha256 = "74a21827a15ae04cc96304254654fd583ab036feed919193cf2aae135b95c839"; + sha256_unsigned = "74a21827a15ae04cc96304254654fd583ab036feed919193cf2aae135b95c839"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-8dev_lima-squashfs-sysupgrade.bin"; + sha256 = "3317f25ae96506435074415d7e8a91a026e9edd645dac722b1253637f44ed531"; + sha256_unsigned = "e3050a05424194083277e3c05c6e8ec1483dd0a5e4d6717f7979c06120dfa64d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,lima" + "lima" + ]; + titles = [ + { + model = "Lima"; + vendor = "8devices"; + } + ]; + }; + adtran_bsap1800-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-adtran_bsap1800-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-adtran_bsap1800-v2-initramfs-kernel.bin"; + sha256 = "482fa04d96d1756063f0b3a470b7461dd9e3598365816afa46cae58c1b478b55"; + sha256_unsigned = "482fa04d96d1756063f0b3a470b7461dd9e3598365816afa46cae58c1b478b55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-adtran_bsap1800-v2-squashfs-sysupgrade.bin"; + sha256 = "d996e58c1f17b521ee1233c8cbeb79e67a7a99643a97d265179fb36a829af37c"; + sha256_unsigned = "6f803b5debd4f4b471899f8fddfd6e0416f1f37e198d702cf844183aa46d386e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-adtran_bsap1800-v2-squashfs-kernel.bin"; + sha256 = "a247b7c70c30f51a5633e2afac1e8afd9c17db1e9ad2504deedf4328023a5a2c"; + sha256_unsigned = "a247b7c70c30f51a5633e2afac1e8afd9c17db1e9ad2504deedf4328023a5a2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-adtran_bsap1800-v2-squashfs-rootfs.bin"; + sha256 = "cea2324a182399686bec3eb8eaec8dbbefb798872e7e9e094bc18dee117491de"; + sha256_unsigned = "cea2324a182399686bec3eb8eaec8dbbefb798872e7e9e094bc18dee117491de"; + type = "rootfs"; + } + ]; + supported_devices = [ + "adtran,bsap1800-v2" + ]; + titles = [ + { + model = "BSAP-1800"; + variant = "v2"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + adtran_bsap1840 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-adtran_bsap1840"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-adtran_bsap1840-squashfs-sysupgrade.bin"; + sha256 = "f6b16247996f9e61dd8b877d43da13379e78089893452b9e5412fa1330e1421e"; + sha256_unsigned = "096a89abbb1c124c966bb8e7bdf8fd079684e445dc36a7a596ea4e61f4f582ef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-adtran_bsap1840-squashfs-rootfs.bin"; + sha256 = "cea2324a182399686bec3eb8eaec8dbbefb798872e7e9e094bc18dee117491de"; + sha256_unsigned = "cea2324a182399686bec3eb8eaec8dbbefb798872e7e9e094bc18dee117491de"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-adtran_bsap1840-squashfs-kernel.bin"; + sha256 = "25fd745fc7e4928af5cf521c3b0087555377a6f9278c94c005b1f2487918430f"; + sha256_unsigned = "25fd745fc7e4928af5cf521c3b0087555377a6f9278c94c005b1f2487918430f"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-adtran_bsap1840-initramfs-kernel.bin"; + sha256 = "18ca104acc0170bbb920822e7724137a6cee4f71aa8d1fd8915c5df71f1a09ad"; + sha256_unsigned = "18ca104acc0170bbb920822e7724137a6cee4f71aa8d1fd8915c5df71f1a09ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1840" + ]; + titles = [ + { + model = "BSAP-1840"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + airtight_c-75 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-airtight_c-75"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-airtight_c-75-initramfs-kernel.bin"; + sha256 = "dd5ea8a67013e8ac8efbacf7cba62b5b97bf9c4ea531f8bc2a1d6427b8890e4a"; + sha256_unsigned = "dd5ea8a67013e8ac8efbacf7cba62b5b97bf9c4ea531f8bc2a1d6427b8890e4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-airtight_c-75-squashfs-sysupgrade.bin"; + sha256 = "f3afae99f26d96e73fac337ecd3271f2ce21cc15f415c6b829ed0f78f8dd7439"; + sha256_unsigned = "8b350cfa416ef0d2c0f96688eab07e34df22e806cdd82652add456a2e06f58af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "airtight,c-75" + ]; + titles = [ + { + model = "C-75"; + vendor = "AirTight Networks"; + } + { + model = "C-75"; + vendor = "Mojo Networks"; + } + { + model = "AP320"; + vendor = "WatchGuard"; + } + ]; + }; + alfa-network_ap121f = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-alfa-network_ap121f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-alfa-network_ap121f-squashfs-sysupgrade.bin"; + sha256 = "41a0ebe7b3875cecb70206cbc3c409fb7acb7d2d92f791ce6c7106a594ca6073"; + sha256_unsigned = "119d931b928b77632bbe3ff95a0ead8283ed5f3b2fd924d8fb86e94abfb7e8f1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-alfa-network_ap121f-initramfs-kernel.bin"; + sha256 = "3cc06678bc5207bea5737e5985a3ec599f6c0803fbe10657f48ea23def6206cc"; + sha256_unsigned = "3cc06678bc5207bea5737e5985a3ec599f6c0803fbe10657f48ea23def6206cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121f" + "ap121f" + ]; + titles = [ + { + model = "AP121F"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_ap121fe = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-gadget-eth" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-alfa-network_ap121fe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-alfa-network_ap121fe-squashfs-sysupgrade.bin"; + sha256 = "3f0692d5170ca447ad1deb9d432c489b608c6f52635d3886d3a9956b4bc6afa4"; + sha256_unsigned = "dca0f790c7497dec45fa5e63b3907bf55776243a867d7c62c37c724fff2b1531"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-alfa-network_ap121fe-initramfs-kernel.bin"; + sha256 = "798cd86ecd88897ec3544fb34eba59496db3a4ddf68ec3b528b6f30b237b8bb3"; + sha256_unsigned = "798cd86ecd88897ec3544fb34eba59496db3a4ddf68ec3b528b6f30b237b8bb3"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121fe" + ]; + titles = [ + { + model = "AP121FE"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n2q = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-gpio-pcf857x" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-alfa-network_n2q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-alfa-network_n2q-initramfs-kernel.bin"; + sha256 = "debfd32c15761768caa20eb6fad17aa2b9358459617e9bb27920c1685c76229c"; + sha256_unsigned = "debfd32c15761768caa20eb6fad17aa2b9358459617e9bb27920c1685c76229c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-alfa-network_n2q-squashfs-sysupgrade.bin"; + sha256 = "d6d4e6a7c6d5d0d1f196c45043e3884f04c2266544af937cd31732b3757cff14"; + sha256_unsigned = "e7b45c5c727fe455939cf1e3ba5333baf67e84416d9e623f221a66fc3ab72d67"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,n2q" + ]; + titles = [ + { + model = "N2Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n5q = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-alfa-network_n5q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-alfa-network_n5q-squashfs-sysupgrade.bin"; + sha256 = "75834d30f60fc624a45cd2a34305f237445af996b846c4d81bb844508ff76206"; + sha256_unsigned = "1ccdb4ec2c5296a83f88dc520accbbe82f3a02f8ae711921dc911df138b4f6c2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-alfa-network_n5q-initramfs-kernel.bin"; + sha256 = "5935ab622f54e3632d9280b13c8f139f3fae130432ce0d0b55c715de579b5949"; + sha256_unsigned = "5935ab622f54e3632d9280b13c8f139f3fae130432ce0d0b55c715de579b5949"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n5q" + "n5q" + ]; + titles = [ + { + model = "N5Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_pi-wifi4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-alfa-network_pi-wifi4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-alfa-network_pi-wifi4-squashfs-sysupgrade.bin"; + sha256 = "34bb7367bafcb66ee774ca5bd795efa16134321c45082b699cb86493d543da0f"; + sha256_unsigned = "d51bf24c28d552ff2d1f2b65cce09ee3d9be24df003bdac5a7a2d4200d0f9aeb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-alfa-network_pi-wifi4-initramfs-kernel.bin"; + sha256 = "88e7c43a70be5f8ff20152c5369ddc0bb5772565b076dbe4f2e2b645c434beb7"; + sha256_unsigned = "88e7c43a70be5f8ff20152c5369ddc0bb5772565b076dbe4f2e2b645c434beb7"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,pi-wifi4" + ]; + titles = [ + { + model = "Pi-WiFi4"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-alfa-network_r36a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-alfa-network_r36a-initramfs-kernel.bin"; + sha256 = "421a8b1963fc79fb0ec7c75e970775326335fe4f9a56e3e978e93b70018b3ce0"; + sha256_unsigned = "421a8b1963fc79fb0ec7c75e970775326335fe4f9a56e3e978e93b70018b3ce0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-alfa-network_r36a-squashfs-sysupgrade.bin"; + sha256 = "9d9ded9877a4bceb7e19222a7a4db770fe761c021f337ef01ef87b3b6f682abd"; + sha256_unsigned = "a3ed56273bcb1a1db9a118fa007608db8eee9fb4e52de45391fc3311a0f05f30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36a" + "r36a" + ]; + titles = [ + { + model = "R36A"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-2hq = { + device_packages = [ + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-alfa-network_tube-2hq"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-alfa-network_tube-2hq-squashfs-sysupgrade.bin"; + sha256 = "3b95715cbba63dc2dc5dd0d52456444c3b7c1ae7d920b09c79500ff7e61df7f6"; + sha256_unsigned = "6e0fb9034644f21934057e94d784068725d12f7036a6078077be83ef995e1fa7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-alfa-network_tube-2hq-initramfs-kernel.bin"; + sha256 = "5e158724053abc4343f45ad3c9c173f6224a47d1e81cb884835faa8dda569218"; + sha256_unsigned = "5e158724053abc4343f45ad3c9c173f6224a47d1e81cb884835faa8dda569218"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,tube-2hq" + "tube-2hq" + ]; + titles = [ + { + model = "Tube-2HQ"; + vendor = "ALFA Network"; + } + ]; + }; + allnet_all-wap02860ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-allnet_all-wap02860ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-allnet_all-wap02860ac-squashfs-sysupgrade.bin"; + sha256 = "05ef174eae13a1bf908a26253860a5af843d18c636521e5183af78ee4b1861b9"; + sha256_unsigned = "a27057a2da781b9c4514e0ea9fd9972d219d7372bdf29e25521525a8d276cb39"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-allnet_all-wap02860ac-squashfs-factory.bin"; + sha256 = "5bd05998866ccf2d8cc6e7d262fcf49203fe2c87e876f2821a884010404fc84d"; + sha256_unsigned = "5bd05998866ccf2d8cc6e7d262fcf49203fe2c87e876f2821a884010404fc84d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-allnet_all-wap02860ac-initramfs-kernel.bin"; + sha256 = "41455cc559aa070f332deba867b744f5ccf6f2eaf3622260c18afd53bb39f877"; + sha256_unsigned = "41455cc559aa070f332deba867b744f5ccf6f2eaf3622260c18afd53bb39f877"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all-wap02860ac" + ]; + titles = [ + { + model = "ALL-WAP02860AC"; + vendor = "ALLNET"; + } + ]; + }; + araknis_an-300-ap-i-n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-araknis_an-300-ap-i-n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-araknis_an-300-ap-i-n-squashfs-factory.bin"; + sha256 = "bbdcc529e537f6a042478f3e0ca5a8c6c8dde46fcf3eba9fbdb528679e7bbdc7"; + sha256_unsigned = "bbdcc529e537f6a042478f3e0ca5a8c6c8dde46fcf3eba9fbdb528679e7bbdc7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-araknis_an-300-ap-i-n-initramfs-kernel.bin"; + sha256 = "e45ae31d42feb5eedf50ac021b82764f18189f43936383ba0d34002c1a874dab"; + sha256_unsigned = "e45ae31d42feb5eedf50ac021b82764f18189f43936383ba0d34002c1a874dab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-araknis_an-300-ap-i-n-squashfs-sysupgrade.bin"; + sha256 = "85406a2ebde9e98efc862b436d0fcdc99e69e20cee2971286ea91e1653a2e372"; + sha256_unsigned = "cbe5094e15c8f80fa8fcfb68aa5c4a6f87f5a652936df123bc9ec6fcac73caa2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "araknis,an-300-ap-i-n" + ]; + titles = [ + { + model = "AN-300-AP-I-N"; + vendor = "Araknis"; + } + ]; + }; + araknis_an-500-ap-i-ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-araknis_an-500-ap-i-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-araknis_an-500-ap-i-ac-squashfs-factory.bin"; + sha256 = "5712a37ed1518cc10369732e9bf92f75d1534961efaf2d90593ab274f10d1e35"; + sha256_unsigned = "5712a37ed1518cc10369732e9bf92f75d1534961efaf2d90593ab274f10d1e35"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-araknis_an-500-ap-i-ac-squashfs-sysupgrade.bin"; + sha256 = "f73bfc4dfce8a9edc66b4e032eb8a375a681ef79b22d3501e9016b98e67169b5"; + sha256_unsigned = "736fda6a6cc6ea0f606477745acf001816af7178980c54ff46686ab86dca0848"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-araknis_an-500-ap-i-ac-initramfs-kernel.bin"; + sha256 = "f8cace8d7a300cf158044b573c80a4c9368249798c99820feb8123c93683d369"; + sha256_unsigned = "f8cace8d7a300cf158044b573c80a4c9368249798c99820feb8123c93683d369"; + type = "kernel"; + } + ]; + supported_devices = [ + "araknis,an-500-ap-i-ac" + ]; + titles = [ + { + model = "AN-500-AP-I-AC"; + vendor = "Araknis"; + } + ]; + }; + araknis_an-700-ap-i-ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-araknis_an-700-ap-i-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-araknis_an-700-ap-i-ac-squashfs-factory.bin"; + sha256 = "283c487b83837fb5d44720a7f3b07c64d70d2bd7b5f4c364154dbf14a1d382f6"; + sha256_unsigned = "283c487b83837fb5d44720a7f3b07c64d70d2bd7b5f4c364154dbf14a1d382f6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-araknis_an-700-ap-i-ac-initramfs-kernel.bin"; + sha256 = "4612e53f8dfaaeb2edafd54ba3371c87a546a5f9fdd11e321ffff934e4a35096"; + sha256_unsigned = "4612e53f8dfaaeb2edafd54ba3371c87a546a5f9fdd11e321ffff934e4a35096"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-araknis_an-700-ap-i-ac-squashfs-sysupgrade.bin"; + sha256 = "3783aee2ac389bcf6c968fa00f3859b44e6becc8cece9fcf9bb519cb64ee3e7b"; + sha256_unsigned = "71746773368be2db5f62e24b00506b782ff64e6358c0e1312e3377a7e0bfaa97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "araknis,an-700-ap-i-ac" + ]; + titles = [ + { + model = "AN-700-AP-I-AC"; + vendor = "Araknis"; + } + ]; + }; + arduino_yun = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "block-mount" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-arduino_yun"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-arduino_yun-squashfs-sysupgrade.bin"; + sha256 = "3f3d7cbaa2b70f4857e5971fbba5939b816fb4ac724073954d9ff8673e910c8d"; + sha256_unsigned = "6830da69f3119c574d2d20e3f2f1ba48ed35e1548798c2f58cbb2af06db00eda"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-arduino_yun-initramfs-kernel.bin"; + sha256 = "908c44958019fb92e1e01dd16ad12af12b7428a8cf100ee47f854d228fa911c7"; + sha256_unsigned = "908c44958019fb92e1e01dd16ad12af12b7428a8cf100ee47f854d228fa911c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "arduino,yun" + "arduino-yun" + ]; + titles = [ + { + model = "Yun"; + vendor = "Arduino"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "50e66e5820c685ebe656c85976a7360f458f86a4908d322b9c8f527754a9c569"; + sha256_unsigned = "8019236efa3258156366e9988331fa7db29158e709f1e3ef8675ec410e13560e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-aruba_ap-105-initramfs-kernel.bin"; + sha256 = "ca0ded334a2ed7604460133ca01e14fc3c629d0838703657581daab5595d69d4"; + sha256_unsigned = "ca0ded334a2ed7604460133ca01e14fc3c629d0838703657581daab5595d69d4"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + model = "AP-105"; + vendor = "Aruba"; + } + ]; + }; + asus_rp-ac66 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-asus_rp-ac66"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-asus_rp-ac66-initramfs-kernel.bin"; + sha256 = "a65461a037dcd827597117b50caf5cb2b7ae844e0a79da96b50a40047768c8e9"; + sha256_unsigned = "a65461a037dcd827597117b50caf5cb2b7ae844e0a79da96b50a40047768c8e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-asus_rp-ac66-squashfs-factory.bin"; + sha256 = "0aa832568715bacf79ed42cf96b2f016a2528172fff484cf45b133f1982e0065"; + sha256_unsigned = "0aa832568715bacf79ed42cf96b2f016a2528172fff484cf45b133f1982e0065"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-asus_rp-ac66-squashfs-sysupgrade.bin"; + sha256 = "b96f6e835b75879b78d4626ceaf9a6bcd059bdc79739f65f6d37ac3280364df7"; + sha256_unsigned = "912f97e00dcb5863044f17b9351c05f9d0a5ee78542795c55ebe3c23c58a29b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rp-ac66" + ]; + titles = [ + { + model = "RP-AC66"; + vendor = "ASUS"; + } + ]; + }; + atheros_db120 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-atheros_db120"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-atheros_db120-initramfs-kernel.bin"; + sha256 = "1108c6ed12a50e1e6f4dd7e9ad5d2dc198a30356252e31cfa770e3fb4b3c8686"; + sha256_unsigned = "1108c6ed12a50e1e6f4dd7e9ad5d2dc198a30356252e31cfa770e3fb4b3c8686"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-atheros_db120-squashfs-factory.bin"; + sha256 = "0d5b8576baf9e3d07cb3787e33d420ddb7d3aff9bc4151ece1df48cf487a6503"; + sha256_unsigned = "0d5b8576baf9e3d07cb3787e33d420ddb7d3aff9bc4151ece1df48cf487a6503"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-atheros_db120-squashfs-sysupgrade.bin"; + sha256 = "a296571173272a008fe6e4a64b9fe220d2c3219bd71591f14387346fa4972ec8"; + sha256_unsigned = "bb3b50b9d0acc8b8812eb4c36952739d6359c8cbe9db3e306356ca573bce6c5a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "atheros,db120" + "db120" + ]; + titles = [ + { + model = "DB120"; + vendor = "Atheros"; + } + ]; + }; + avm_fritz1750e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-avm_fritz1750e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-avm_fritz1750e-initramfs-kernel.bin"; + sha256 = "706bf0126c2d777d23fd75f982dbd2c504a284614f0ace5b95e1f1dcea1ce3ac"; + sha256_unsigned = "706bf0126c2d777d23fd75f982dbd2c504a284614f0ace5b95e1f1dcea1ce3ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin"; + sha256 = "b0e062ef7a691398db3f17af4bd8776b531eeddb2cb03c150fa0744e4a79d112"; + sha256_unsigned = "e7c2bff74e4334a0dfcd9264ee5dbd1f220ac6644af0b0f30a51e27b31446c72"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz1750e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 1750E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "4563fa4c9f7fe7ee9e9bd270a6e099ec11a1c02c88087a18ffff7cac9a97f4cb"; + sha256_unsigned = "977cbbdd0f173091777be0b96d85a546b05ec0cf929ecad5df60957102ad392e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-avm_fritz300e-initramfs-kernel.bin"; + sha256 = "3d7b9174231e5419b95abf7640ed1af2e040b1b1d7d56ed88611114f45134f4f"; + sha256_unsigned = "3d7b9174231e5419b95abf7640ed1af2e040b1b1d7d56ed88611114f45134f4f"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 300E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "9477983fcb55ee409113093a1f76c2ad1ba279d9ed55d00043b958bf44ded4f8"; + sha256_unsigned = "fad36851c067c433aca936bb78c2f7eebcc425e9ef3da06f96e209174d709eb1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-avm_fritz4020-initramfs-kernel.bin"; + sha256 = "89e91686b719656556a41c7a16392bdd126b1a6a24998870cf0d704346ed71f9"; + sha256_unsigned = "89e91686b719656556a41c7a16392bdd126b1a6a24998870cf0d704346ed71f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + model = "FRITZ!Box 4020"; + vendor = "AVM"; + } + ]; + }; + avm_fritz450e = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-avm_fritz450e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-avm_fritz450e-initramfs-kernel.bin"; + sha256 = "6c83c6a3758f20e50d0063b60d380f7c844fd105191e6fabf61193056346ed9e"; + sha256_unsigned = "6c83c6a3758f20e50d0063b60d380f7c844fd105191e6fabf61193056346ed9e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-avm_fritz450e-squashfs-sysupgrade.bin"; + sha256 = "025322702a3a4e654710349d47e02512c30996fcd1180ee8aaaf594c4f86ba26"; + sha256_unsigned = "02e8c96e2f65e8dce7c521f6596743ae8134f4d8e92e5f5156fabafda9ef30ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz450e" + "fritz450e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 450E"; + vendor = "AVM"; + } + ]; + }; + avm_fritzdvbc = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-avm_fritzdvbc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-avm_fritzdvbc-initramfs-kernel.bin"; + sha256 = "d29392cfa7d4e18dc461ea183666ef42b5ea3ee977805bf28b1738f5203d8377"; + sha256_unsigned = "d29392cfa7d4e18dc461ea183666ef42b5ea3ee977805bf28b1738f5203d8377"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-avm_fritzdvbc-squashfs-sysupgrade.bin"; + sha256 = "826ce7a0916cb939f9dd7663eacfa4b20d91147cef30857bf982240b1ad72ad4"; + sha256_unsigned = "052b4af9d40cb249d74b184cc9bde150a214ee2cc010fac18a1dbcf46aaa6cea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzdvbc" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater DVB-C"; + vendor = "AVM"; + } + ]; + }; + belkin_f9j1108-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-belkin_f9j1108-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-belkin_f9j1108-v2-squashfs-factory.bin"; + sha256 = "ed8c83bf6fc3d8adb4b4942edf1f74ee18aa894fc9ce8fb3bb9441b68bc09a1c"; + sha256_unsigned = "ed8c83bf6fc3d8adb4b4942edf1f74ee18aa894fc9ce8fb3bb9441b68bc09a1c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-belkin_f9j1108-v2-squashfs-sysupgrade.bin"; + sha256 = "0b5a02f0a96ad32b5d59aa184512313596cd5a57d3b0fcf4e981e4ab64c33a29"; + sha256_unsigned = "d78fe7fb80d7ec1b6b49bb4ac813ac56fd1da0bd1cb1ecb9aea078634823ff2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-belkin_f9j1108-v2-initramfs-kernel.bin"; + sha256 = "b4924cdd87a6a3feb3bddf58606e27aacc0e3b869bc3a55bd4319e4e41bcfd4d"; + sha256_unsigned = "b4924cdd87a6a3feb3bddf58606e27aacc0e3b869bc3a55bd4319e4e41bcfd4d"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f9j1108-v2" + ]; + titles = [ + { + model = "F9J1108 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + belkin_f9k1115-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-belkin_f9k1115-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-belkin_f9k1115-v2-initramfs-kernel.bin"; + sha256 = "1111086a7be0df6421becbf6ce47059cea2e1dd673e2a97c16479190a4deae24"; + sha256_unsigned = "1111086a7be0df6421becbf6ce47059cea2e1dd673e2a97c16479190a4deae24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-belkin_f9k1115-v2-squashfs-factory.bin"; + sha256 = "f97b79ffecdde3e1a32a073bd8734784a9b60c0563c31e04a85e8844c59e09e5"; + sha256_unsigned = "f97b79ffecdde3e1a32a073bd8734784a9b60c0563c31e04a85e8844c59e09e5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-belkin_f9k1115-v2-squashfs-sysupgrade.bin"; + sha256 = "a6858e0e9949a49a249dbb4133dc2ba88c445adefcdfe09c71c0e638fb8f21c6"; + sha256_unsigned = "1e8440aa3bac99ddfedde48d0569a29b96121036c4ded18a761f7e58a54992a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1115-v2" + ]; + titles = [ + { + model = "F9K1115 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "09b4d9860d53b672f2b3b385cfccb743a8ac7a9c20460ae1ebd616baa2362624"; + sha256_unsigned = "09b4d9860d53b672f2b3b385cfccb743a8ac7a9c20460ae1ebd616baa2362624"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_bhr-4grv-initramfs-kernel.bin"; + sha256 = "a15697c0f6b1f7fdb869a62b05c2dc645437fc4f848fec685497097e76e96f0c"; + sha256_unsigned = "a15697c0f6b1f7fdb869a62b05c2dc645437fc4f848fec685497097e76e96f0c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "59046aec20224533f8bba85b9c4afa80c92a38597124797f677ba2a71b1dfb04"; + sha256_unsigned = "59046aec20224533f8bba85b9c4afa80c92a38597124797f677ba2a71b1dfb04"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "0a68a6dbcf8ccf5a910b9d79a25e0c1097f8769424b57efa232f1c7cc80f9885"; + sha256_unsigned = "5b1a46b6bc06cff249bbe6c699e5e7887c5c7c1197712639ad71f1813e938f50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "BHR-4GRV"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_bhr-4grv2-initramfs-kernel.bin"; + sha256 = "53f05f6580c1cf2fcf3135fc63f7599ae90b1645eae094f79d033961398ebe0c"; + sha256_unsigned = "53f05f6580c1cf2fcf3135fc63f7599ae90b1645eae094f79d033961398ebe0c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "96859de0d42af4cd2e527af504636bd866867468be0a397b564c58d55d122a3c"; + sha256_unsigned = "2896c41a002168a92ce65bf2d816ae48fd18950f4744d2d51eac3e571edfbeda"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + model = "BHR-4GRV2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-buffalo_wzr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "12efef0c7e751c1918e91d41e5d4daa4e3cd3ec5d539063a11912eb306740418"; + sha256_unsigned = "1d7a9226125c4a2b592d39720fb87c98ea6cf2576918c4d910c2b7c1906046bd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-600dhp-squashfs-tftp.bin"; + sha256 = "5f112e6ffbcda9e1f27daf838f4bda37601f250872e2d446f283b06fa93e9808"; + sha256_unsigned = "5f112e6ffbcda9e1f27daf838f4bda37601f250872e2d446f283b06fa93e9808"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-600dhp-squashfs-factory.bin"; + sha256 = "dd3398854191fb6c61058f3f9fbaf72719c5c9e0de2f2adf82e98d56bdcd79b4"; + sha256_unsigned = "dd3398854191fb6c61058f3f9fbaf72719c5c9e0de2f2adf82e98d56bdcd79b4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-600dhp-initramfs-kernel.bin"; + sha256 = "6287ac0e2716204d18103b1180bf8ae0847c57a0dd47ef54a7139b6be84cc749"; + sha256_unsigned = "6287ac0e2716204d18103b1180bf8ae0847c57a0dd47ef54a7139b6be84cc749"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-ag300h-initramfs-kernel.bin"; + sha256 = "b0a9d6719041b9127c55ba85c2a944aa76119d282bc7ded5f13902bcaaa7c6dc"; + sha256_unsigned = "b0a9d6719041b9127c55ba85c2a944aa76119d282bc7ded5f13902bcaaa7c6dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "bb6aef8c54a17e9b8ae8e015b1c26d01634e7194930ac006334ecbe1d6565ddd"; + sha256_unsigned = "bb6aef8c54a17e9b8ae8e015b1c26d01634e7194930ac006334ecbe1d6565ddd"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "9e9c5b10cfc58f1fc9ca0cfb3fc4e9954fdcae8473993b60d0644912faeedce6"; + sha256_unsigned = "9e9c5b10cfc58f1fc9ca0cfb3fc4e9954fdcae8473993b60d0644912faeedce6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "0d356f19911c7eb8d769a449a691af8a147d24c2ef5928c9a06b8d0ff2b8948d"; + sha256_unsigned = "e1519670f45394b6639b1fb9136fd587ca5e49411981300b062d5dfeccccc2dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-HP-AG300H"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-rb = { + device_packages = [ + "kmod-gpio-cascade" + "kmod-mux-gpio" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g300nh-rb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-factory.bin"; + sha256 = "2ca136f15681974ce23f91461937edd360450f1f955d1a03890681dbbd6d8902"; + sha256_unsigned = "2ca136f15681974ce23f91461937edd360450f1f955d1a03890681dbbd6d8902"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-sysupgrade.bin"; + sha256 = "719492b6f741ffbd2ecaf8f4ff926d99409458d347e8860a02e80e5a9b014739"; + sha256_unsigned = "49467e1e71a021b1e70369a374a5f30e819ae1cf0b2e48930083882846716029"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-tftp.bin"; + sha256 = "a4bb68984bd0e7a4b75c41d00948b381aef38b9c6ea563a6f8968a20a370e1fc"; + sha256_unsigned = "a4bb68984bd0e7a4b75c41d00948b381aef38b9c6ea563a6f8968a20a370e1fc"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g300nh-rb-initramfs-kernel.bin"; + sha256 = "030850177e9545f207ef2f13d7015009527e277ae3aaf3a9e16122ac9aa59148"; + sha256_unsigned = "030850177e9545f207ef2f13d7015009527e277ae3aaf3a9e16122ac9aa59148"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-rb" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366RB switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-s = { + device_packages = [ + "kmod-gpio-cascade" + "kmod-mux-gpio" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g300nh-s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g300nh-s-initramfs-kernel.bin"; + sha256 = "c005bad99c892e8f792910bc07f7d85bd90fe9a0bb82b460552122094b98c02b"; + sha256_unsigned = "c005bad99c892e8f792910bc07f7d85bd90fe9a0bb82b460552122094b98c02b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-tftp.bin"; + sha256 = "692dca3ce49b6a13d9ef421c6a3e93b599f7a2da613325e317ede78188a656b6"; + sha256_unsigned = "692dca3ce49b6a13d9ef421c6a3e93b599f7a2da613325e317ede78188a656b6"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-sysupgrade.bin"; + sha256 = "86ccda2cdf603deef466bc8440607b489c9889b4ed6ed0e9fb01d5cbb63a6770"; + sha256_unsigned = "0a05723782571ea636a314bdbc9f7538eff9ef7a66c5d8aca3574447bdf162bc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-factory.bin"; + sha256 = "263e24c9c5c059b39f6bc77ae68b481712c9b246095205f60be653cbed5f59be"; + sha256_unsigned = "263e24c9c5c059b39f6bc77ae68b481712c9b246095205f60be653cbed5f59be"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-s" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366S switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "d4286d95618b24420c8f1add269a96590cd5f14bafec36e0baf1ffbff7e6d4cf"; + sha256_unsigned = "d4286d95618b24420c8f1add269a96590cd5f14bafec36e0baf1ffbff7e6d4cf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "2831e555f2cd713be11133aa6542cc59f5b957a6223b069a8da2db958f54f799"; + sha256_unsigned = "8984e7f4df77e0a65601e200cde6237008eafecc94231d730deffe4884af9d22"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "93fc7644d9773a61d32e8cebb3f8b77ef4dc7e4d8f932800ac2079fd1a2a10a4"; + sha256_unsigned = "93fc7644d9773a61d32e8cebb3f8b77ef4dc7e4d8f932800ac2079fd1a2a10a4"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g302h-a1a0-initramfs-kernel.bin"; + sha256 = "abd490ab5b5fb57d5aad2e6aa71bbc03d0d40bee078741df1e64480cd697ec59"; + sha256_unsigned = "abd490ab5b5fb57d5aad2e6aa71bbc03d0d40bee078741df1e64480cd697ec59"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + model = "WZR-HP-G302H"; + variant = "A1A0"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "4f881d1651eeeda65399290dd1bb5791e662f529e1022354d7ce9d7d91ea10e2"; + sha256_unsigned = "4f881d1651eeeda65399290dd1bb5791e662f529e1022354d7ce9d7d91ea10e2"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "f6dde283036b704fed6ecc75025b362626c34f97a8648497ec981990eae884b8"; + sha256_unsigned = "95b42abe967859292f5dddb7844e3b8d2fe7fa6a584e1fa4a30088b90cd0da61"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g450h-initramfs-kernel.bin"; + sha256 = "d893b0d7a31b4623d287e71362939210f78b2924c61b65dc2610f823fc31aa27"; + sha256_unsigned = "d893b0d7a31b4623d287e71362939210f78b2924c61b65dc2610f823fc31aa27"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "e373eceabd8045200e0e1977abed1be429cad1cc8938255e3adbe571e48b02b1"; + sha256_unsigned = "e373eceabd8045200e0e1977abed1be429cad1cc8938255e3adbe571e48b02b1"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "WZR-HP-G450H/WZR-450HP"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "54f97c49cc3785f61a430ddf2bed345a2962ec9a6649b5952b8b5446535928bb"; + sha256_unsigned = "bcb75eeacf2d477ece913cc284c33a6836257c10ca669a277efac13d0533a101"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-e110n-v2-initramfs-kernel.bin"; + sha256 = "00bced7a5a13aef1eb8b9fec4e72baba809b5862723e12ed48f13fcf69ce05f0"; + sha256_unsigned = "00bced7a5a13aef1eb8b9fec4e72baba809b5862723e12ed48f13fcf69ce05f0"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + model = "CF-E110N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "c51c336aedc6d29cc6d9d211b1aad2d74bf9d51378d0fd9cda95988e3096be5e"; + sha256_unsigned = "47141d7b1b3d5a6b7895db4ed0e826695a251a812ddf90a9a12d9516136c954f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-e120a-v3-initramfs-kernel.bin"; + sha256 = "a7a962c1e264dff3059f9cb2866335f335708c7f478d87c3817752cc8f655030"; + sha256_unsigned = "a7a962c1e264dff3059f9cb2866335f335708c7f478d87c3817752cc8f655030"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + model = "CF-E120A"; + variant = "v3"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e130n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-comfast_cf-e130n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-e130n-v2-initramfs-kernel.bin"; + sha256 = "3a694f83b18d2f7a556c44ff8ea4a142e86534e5416bd829620640e391916f0f"; + sha256_unsigned = "3a694f83b18d2f7a556c44ff8ea4a142e86534e5416bd829620640e391916f0f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-e130n-v2-squashfs-sysupgrade.bin"; + sha256 = "91907b7c1ef5c6462dcc1deacb475561034589ac8b3af394373e21d12bb6a2a8"; + sha256_unsigned = "4f3ae5b595446742969940baa56c003a591d45b0314f41943b7ab54014362d53"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e130n-v2" + ]; + titles = [ + { + model = "CF-E130N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e313ac = { + device_packages = [ + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-comfast_cf-e313ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-e313ac-initramfs-kernel.bin"; + sha256 = "954205a259c9955d21195b355ebf362a87c55736fc9b68d05cc73cfefbbbce4d"; + sha256_unsigned = "954205a259c9955d21195b355ebf362a87c55736fc9b68d05cc73cfefbbbce4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-e313ac-squashfs-sysupgrade.bin"; + sha256 = "2ed6853e90be8a59e1132b9565e68a52271358012fe9bde33b271cb8b097a395"; + sha256_unsigned = "5d75f796c9b0423bd957eea805642b1f71c1b54840c03f416c5cebc2c8570e3f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e313ac" + ]; + titles = [ + { + model = "CF-E313AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e314n-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-comfast_cf-e314n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-e314n-v2-squashfs-sysupgrade.bin"; + sha256 = "0c267677dfbc8c158b5ad1b8bbe7164a4ac4357053c1971fd8437df3028bf40e"; + sha256_unsigned = "990859bfe03ef669d6c3a2be63eb474fc36d26ef3b6c86511bc3531bb71e28d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-e314n-v2-initramfs-kernel.bin"; + sha256 = "2c47f7c276ff98a08a1578151e209ae3b4d4f5fc52f55739aacce4200e103705"; + sha256_unsigned = "2c47f7c276ff98a08a1578151e209ae3b4d4f5fc52f55739aacce4200e103705"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e314n-v2" + ]; + titles = [ + { + model = "CF-E314N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e375ac = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-comfast_cf-e375ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-e375ac-initramfs-kernel.bin"; + sha256 = "62fb01cebc9c66c50d3e05bbcabee277e0a4004ec6bc32b88ef646e66fb03223"; + sha256_unsigned = "62fb01cebc9c66c50d3e05bbcabee277e0a4004ec6bc32b88ef646e66fb03223"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-e375ac-squashfs-sysupgrade.bin"; + sha256 = "d2d9bd576b20a226cfc807ef7e9db506b1d0ea24fcd04286a7d329a0c0befb00"; + sha256_unsigned = "0014817f13c0a07bce32109891e99aeb79caf2e180d6253e67d374d54b436e97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e375ac" + ]; + titles = [ + { + model = "CF-E375AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "b27700bedd5e4b7e0cbf397376e2626864eb9e6eac7b594145827eba4f51afac"; + sha256_unsigned = "e68f42596ecc70aeb6b5591fee9fde1819d696479259c28e38b47e2932c049e8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-e5-initramfs-kernel.bin"; + sha256 = "0c38798de7dd843ff98519bd80da25f2cd87e55a9f7068ae0780f07f900418cc"; + sha256_unsigned = "0c38798de7dd843ff98519bd80da25f2cd87e55a9f7068ae0780f07f900418cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + model = "CF-E5/E7"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e560ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-comfast_cf-e560ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-e560ac-squashfs-sysupgrade.bin"; + sha256 = "e015e02ac8eedc61945f055a336f0f293d79e2689a1cfe74fcb0ff5704e4dcf4"; + sha256_unsigned = "e4be779a5a7be93a0036347092fc6c122da0c4af8008fff7394bcb196e04bf85"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-e560ac-initramfs-kernel.bin"; + sha256 = "0bec7fe245f0aa94219592a0b82340d7c2d0334ecf49f3afdea7028a6528f9dc"; + sha256_unsigned = "0bec7fe245f0aa94219592a0b82340d7c2d0334ecf49f3afdea7028a6528f9dc"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e560ac" + ]; + titles = [ + { + model = "CF-E560AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-ew72 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-comfast_cf-ew72"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-ew72-initramfs-kernel.bin"; + sha256 = "19796ad82b31d74aa92bbbdea4fc1f7b5098bf33bd6807db52e7b8a742233fab"; + sha256_unsigned = "19796ad82b31d74aa92bbbdea4fc1f7b5098bf33bd6807db52e7b8a742233fab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-ew72-squashfs-sysupgrade.bin"; + sha256 = "c56e11754d6a1748ff4f70c81cfcfe4652cb56ace76ef9f6be9296b6fb3cdce3"; + sha256_unsigned = "bcc0a31008643b996932904c876077ecdeb1c36e8c8d5cbe9a2a47b2cb2b9f58"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-ew72" + ]; + titles = [ + { + model = "CF-EW72"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-comfast_cf-wr650ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-wr650ac-v1-initramfs-kernel.bin"; + sha256 = "d10ed313d1fdaddcf7b48554dbf29d7cef3c2f618c4045cdac4778166a3603fa"; + sha256_unsigned = "d10ed313d1fdaddcf7b48554dbf29d7cef3c2f618c4045cdac4778166a3603fa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-wr650ac-v1-squashfs-sysupgrade.bin"; + sha256 = "5dc9de63f76b35d6afe2a1401a31169191675f193dc16361f4a29e9874867a17"; + sha256_unsigned = "372f4c2f3e32cc13ad2700b8608676e95064080d1b927edfd5547fb3b4111acc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v1" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-comfast_cf-wr650ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-wr650ac-v2-squashfs-sysupgrade.bin"; + sha256 = "2987274091552900738df49b7ccbdb4c097c492e7c2817dc4f5a837aba21433d"; + sha256_unsigned = "6e6a540518161fe9f68a4c0438cfb4c00ec4062b432985b13ce819eafe68853f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-wr650ac-v2-initramfs-kernel.bin"; + sha256 = "643bb9e503c546c227885963068a9dad7baf0cad22f860509b7d026339cf21eb"; + sha256_unsigned = "643bb9e503c546c227885963068a9dad7baf0cad22f860509b7d026339cf21eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v2" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr752ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-comfast_cf-wr752ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-wr752ac-v1-squashfs-sysupgrade.bin"; + sha256 = "e0ff53b346135aa9649d01f05d4393b2d4096949e6acab642e9d742bec14e025"; + sha256_unsigned = "24a94ad6017ebff8b6712dedf924f87631b02b0aebc21613b1fd06d5f120e12b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-comfast_cf-wr752ac-v1-initramfs-kernel.bin"; + sha256 = "8c3626543b8a530f75f197a6133db3970bd9bbaaa49a38ff8e55a44273a52dd9"; + sha256_unsigned = "8c3626543b8a530f75f197a6133db3970bd9bbaaa49a38ff8e55a44273a52dd9"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr752ac-v1" + ]; + titles = [ + { + model = "CF-WR752AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + compex_wpj344-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-compex_wpj344-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-compex_wpj344-16m-squashfs-cpximg-6a08.bin"; + sha256 = "6fa6d557178dbf89bbad8e3716c8ad832b35fa3f86dd4a575b8590281684d404"; + sha256_unsigned = "6fa6d557178dbf89bbad8e3716c8ad832b35fa3f86dd4a575b8590281684d404"; + type = "cpximg-6a08"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-compex_wpj344-16m-initramfs-kernel.bin"; + sha256 = "3e4bdbf5dd18d38cf545a5a5146066b7c8c24f1c4ea6ea76dcdba68f811152de"; + sha256_unsigned = "3e4bdbf5dd18d38cf545a5a5146066b7c8c24f1c4ea6ea76dcdba68f811152de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-compex_wpj344-16m-squashfs-sysupgrade.bin"; + sha256 = "34c6872237174607629325e119c3918e2b1ab6773daffd6b3b4d31c2dbe1b7cd"; + sha256_unsigned = "d6f7f907e0f7dfe847cc97555a426e2d69374b0a0eabf2bc5fd8bd3b4836fd96"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj344-16m" + "wpj344" + ]; + titles = [ + { + model = "WPJ344"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj531-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-compex_wpj531-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a07.bin"; + sha256 = "aef8ac10267c75fddd33bd9ff3cc60143398bffdc6dcb3c004c8d6052c619de6"; + sha256_unsigned = "aef8ac10267c75fddd33bd9ff3cc60143398bffdc6dcb3c004c8d6052c619de6"; + type = "cpximg-7a07"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-compex_wpj531-16m-initramfs-kernel.bin"; + sha256 = "3f945f0286a49ba669daf4db586e6664b49d21d5dcb13ef9cda910b1150ee4e5"; + sha256_unsigned = "3f945f0286a49ba669daf4db586e6664b49d21d5dcb13ef9cda910b1150ee4e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-compex_wpj531-16m-squashfs-sysupgrade.bin"; + sha256 = "8ad276b2c6395e114f1a9b7c884ac8bf3135128e719225953e2b84acdec08b88"; + sha256_unsigned = "f17a469f24ec3b74ba0ebbab66b64efbc20091e7cdf32886b0b65e8e9229d152"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a04.bin"; + sha256 = "aef8ac10267c75fddd33bd9ff3cc60143398bffdc6dcb3c004c8d6052c619de6"; + sha256_unsigned = "aef8ac10267c75fddd33bd9ff3cc60143398bffdc6dcb3c004c8d6052c619de6"; + type = "cpximg-7a04"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a03.bin"; + sha256 = "bd3b0d3fd11cfab8f36b7ee479710a3afe1fa45fb09ef902bda681e409e1c640"; + sha256_unsigned = "bd3b0d3fd11cfab8f36b7ee479710a3afe1fa45fb09ef902bda681e409e1c640"; + type = "cpximg-7a03"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a06.bin"; + sha256 = "aef8ac10267c75fddd33bd9ff3cc60143398bffdc6dcb3c004c8d6052c619de6"; + sha256_unsigned = "aef8ac10267c75fddd33bd9ff3cc60143398bffdc6dcb3c004c8d6052c619de6"; + type = "cpximg-7a06"; + } + ]; + supported_devices = [ + "compex,wpj531-16m" + "wpj531" + ]; + titles = [ + { + model = "WPJ531"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj558-16m = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-compex_wpj558-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-compex_wpj558-16m-squashfs-sysupgrade.bin"; + sha256 = "41974f4e8a83a9e9586ce520cb9ef9cdf6a10da03fe9ebd62ae6136eb652585f"; + sha256_unsigned = "08f456b3d35be78f5afcf37a85bef1eacabd71eae37f6aaacac71cb5ce5292ba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-compex_wpj558-16m-squashfs-cpximg-6a07.bin"; + sha256 = "d50852356db0a666dbc4e3ba3238f3276af05648afefb8fffb321ce807e3572e"; + sha256_unsigned = "d50852356db0a666dbc4e3ba3238f3276af05648afefb8fffb321ce807e3572e"; + type = "cpximg-6a07"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-compex_wpj558-16m-initramfs-kernel.bin"; + sha256 = "0a87bde8a16d4fd0426de9d1d6c8085a3dba0afb5ede8933c463a4776c78544f"; + sha256_unsigned = "0a87bde8a16d4fd0426de9d1d6c8085a3dba0afb5ede8933c463a4776c78544f"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj558-16m" + "wpj558" + ]; + titles = [ + { + model = "WPJ558"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj563 = { + device_packages = [ + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-compex_wpj563"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-compex_wpj563-squashfs-cpximg-7a02.bin"; + sha256 = "01ec21b48850ebeef10e33fbfc603ce98c50e5bcf425ad2c5b80dd2e9250976c"; + sha256_unsigned = "01ec21b48850ebeef10e33fbfc603ce98c50e5bcf425ad2c5b80dd2e9250976c"; + type = "cpximg-7a02"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-compex_wpj563-initramfs-kernel.bin"; + sha256 = "cf605f000ab5daa6b538fae5c4f2a7350ce348a1f86220cfd6d3002768497068"; + sha256_unsigned = "cf605f000ab5daa6b538fae5c4f2a7350ce348a1f86220cfd6d3002768497068"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-compex_wpj563-squashfs-sysupgrade.bin"; + sha256 = "3142c67314ae815e2d06d365c5d8f68cd8d729865508aaf858e85cba02d585ff"; + sha256_unsigned = "a93b4fc0f4e9e41f65337a9b19390cf9dee000228f6524f1b5d3f2e0110d20c2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj563" + "wpj563" + ]; + titles = [ + { + model = "WPJ563"; + vendor = "Compex"; + } + ]; + }; + devolo_dlan-pro-1200plus-ac = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-devolo_dlan-pro-1200plus-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-devolo_dlan-pro-1200plus-ac-squashfs-sysupgrade.bin"; + sha256 = "0a525a2fe72a26c9ff892a286fcb4e4a990d787feab3ee570ab6afe972aae5ce"; + sha256_unsigned = "8ba9d732a4a421006d6c41759b07220cf7be0233aef6aad5978ea095f9dbc392"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-devolo_dlan-pro-1200plus-ac-initramfs-kernel.bin"; + sha256 = "1c4fd74f4793138efbcbe421cb5890288a72ae7830d364e221e667113f713cb8"; + sha256_unsigned = "1c4fd74f4793138efbcbe421cb5890288a72ae7830d364e221e667113f713cb8"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dlan-pro-1200plus-ac" + ]; + titles = [ + { + model = "dLAN pro 1200+ WiFi ac"; + vendor = "Devolo"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "71dce5dd161fd51922444574232789329bba4a724acc469e268119c8e4a0c14a"; + sha256_unsigned = "0c9a54f91ded27fd010521aaab51b69b2d2608d388b9c69d592a0c356f94d690"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-devolo_dvl1200e-initramfs-kernel.bin"; + sha256 = "47ac8314c71a4ec8d61c64f2099289035a191e585ae3278aa915c3407660acdf"; + sha256_unsigned = "47ac8314c71a4ec8d61c64f2099289035a191e585ae3278aa915c3407660acdf"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + model = "WiFi pro 1200e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "8ef2fcd11e69de2d904e1db4c47fdc0cc7db63efafde3011ad6b8bdc4a9f9fae"; + sha256_unsigned = "6025a085b2e7178c4fdc0be789eaa4467219e17912b2acaf9200fe4eb6cd9376"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-devolo_dvl1200i-initramfs-kernel.bin"; + sha256 = "85e2bf43aaa8789dc59de596c78eb269742ccc9d5e32ef284ba9a9758981b407"; + sha256_unsigned = "85e2bf43aaa8789dc59de596c78eb269742ccc9d5e32ef284ba9a9758981b407"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + model = "WiFi pro 1200i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "3294a98685f198b57ef3b1543a8ca4e4c98bfe6346d5c2a1e53d1c36640bbe00"; + sha256_unsigned = "0d2d533e347b95a89809939a0fc79f5941841dc68e8ac31de4f081fab32e4b79"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-devolo_dvl1750c-initramfs-kernel.bin"; + sha256 = "fc3f3cb79a502c68fe0814a2c83e01719d72753e08af1d63a9d37b2f3f677a80"; + sha256_unsigned = "fc3f3cb79a502c68fe0814a2c83e01719d72753e08af1d63a9d37b2f3f677a80"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + model = "WiFi pro 1750c"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "c513c00bd3857387f37133e1c49001bb29b3eec1b11b9fcc3a444697fca574c3"; + sha256_unsigned = "50eb705a9948c3f46ee414dbbf08b574cfe8f27eb7504c357d776f0dbc3ebc24"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-devolo_dvl1750e-initramfs-kernel.bin"; + sha256 = "4671836342b7bf439487537f274afd3e5007c89b0f77fed35623348c2b21a120"; + sha256_unsigned = "4671836342b7bf439487537f274afd3e5007c89b0f77fed35623348c2b21a120"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + model = "WiFi pro 1750e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "374ae5aec8cebd5fc1108d6f38b23742bffc5fe613fc86ae3dc2024090985bd5"; + sha256_unsigned = "d47d160bc5e5a6434638a1838768917f3983eebccdde5c06b087a75959a2ee73"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-devolo_dvl1750i-initramfs-kernel.bin"; + sha256 = "bb0d00c7ece7c55e3aa6200cb104998392d1ebd9bbbbd6da0184481419d924b2"; + sha256_unsigned = "bb0d00c7ece7c55e3aa6200cb104998392d1ebd9bbbbd6da0184481419d924b2"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + model = "WiFi pro 1750i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-devolo_dvl1750x-initramfs-kernel.bin"; + sha256 = "132d0a4931687403af0c89f15e65f5648091be032f69162f135f5477aaae6acb"; + sha256_unsigned = "132d0a4931687403af0c89f15e65f5648091be032f69162f135f5477aaae6acb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "ad08ca0cfe01e183968df7c4c03323d97cb89be793162e1ae1f6b0d8fa7ee865"; + sha256_unsigned = "af5ee9af533a0c4689d344cbf814be13fd79210def0a325b50033900e5f6550e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + model = "WiFi pro 1750x"; + vendor = "devolo"; + } + ]; + }; + devolo_magic-2-wifi = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-devolo_magic-2-wifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-devolo_magic-2-wifi-initramfs-kernel.bin"; + sha256 = "798cf5fd92df12810f47ac2b4b569984344a51eb8dc508705165e7af1b0edab6"; + sha256_unsigned = "798cf5fd92df12810f47ac2b4b569984344a51eb8dc508705165e7af1b0edab6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-devolo_magic-2-wifi-squashfs-sysupgrade.bin"; + sha256 = "fc60702f402a8480bea18837957b4e1d15c5f35ccb49ea4e01f3006be6915d0f"; + sha256_unsigned = "47f20ce65ba57c7b25ad04c2d783040bdacd2d11efe7a90e0f9ec3974c7ef640"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi" + ]; + titles = [ + { + model = "Magic 2 WiFi"; + vendor = "Devolo"; + } + ]; + }; + dlink_dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dap-1330-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-1330-a1-initramfs-kernel.bin"; + sha256 = "eda80bb45a57c4a72d400b1dc3fdd4bde8ac68f4e27a073ecdd25dd4fdb70938"; + sha256_unsigned = "eda80bb45a57c4a72d400b1dc3fdd4bde8ac68f4e27a073ecdd25dd4fdb70938"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "caad9349afbde2b7105cbce3f4de02215ce1dbf4c97715a9df4137e3b06873bb"; + sha256_unsigned = "dadcd8cf1ff1c9b685253eaf800730606de3ec4ac3baa135f6dd508dd965d4ae"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-1330-a1-squashfs-factory.bin"; + sha256 = "555f75b151e952a9d29a7a9842b0ea90039e49a13e6ebfdb4246cc277e840128"; + sha256_unsigned = "555f75b151e952a9d29a7a9842b0ea90039e49a13e6ebfdb4246cc277e840128"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1330-a1" + "dap-1330-a1" + ]; + titles = [ + { + model = "DAP-1330"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-1365-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dap-1365-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-1365-a1-initramfs-kernel.bin"; + sha256 = "a8f9dbf39da791d2e68a495bac23ca1fbb635b8d6414d3ff4708f644807d82f9"; + sha256_unsigned = "a8f9dbf39da791d2e68a495bac23ca1fbb635b8d6414d3ff4708f644807d82f9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-1365-a1-squashfs-factory.bin"; + sha256 = "db088061ab92a2c04906929f4db3b235882954110018f472b07a17eab7542ef3"; + sha256_unsigned = "db088061ab92a2c04906929f4db3b235882954110018f472b07a17eab7542ef3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-1365-a1-squashfs-sysupgrade.bin"; + sha256 = "0cc3d0ba929c34434fa22d44d85ffa951b512dffe6d6fe2b5236457b80789b99"; + sha256_unsigned = "f372ae42c01b5686654f52581a7989e3892362480aa323043990c609f3b5844b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1365-a1" + ]; + titles = [ + { + model = "DAP-1365"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2230-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dap-2230-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-2230-a1-initramfs-kernel.bin"; + sha256 = "89041b2a1e9d60f0b6dcaea714d466c545d2058159d462a64cf8acf51824bbc8"; + sha256_unsigned = "89041b2a1e9d60f0b6dcaea714d466c545d2058159d462a64cf8acf51824bbc8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-2230-a1-squashfs-factory.img"; + sha256 = "136572be03255b63ea4c72abc53bfa25f1b231b6479be405d691852f5231ffa7"; + sha256_unsigned = "136572be03255b63ea4c72abc53bfa25f1b231b6479be405d691852f5231ffa7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-2230-a1-squashfs-sysupgrade.bin"; + sha256 = "7d897b7eae100b90dcc8b0dad86f82b44ba4eeead9a73fb08fbd10e68770577b"; + sha256_unsigned = "1f6cadf2c56f718fc9619cc5c3bfa601771f287e1b0ef075ab5ca128fc6db2d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2230-a1" + ]; + titles = [ + { + model = "DAP-2230"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2660-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dap-2660-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-2660-a1-initramfs-kernel.bin"; + sha256 = "90686f8c96ea7497f3cbf384fe901f6d65c44ef8cfede9bc1f2ee799ed015ca0"; + sha256_unsigned = "90686f8c96ea7497f3cbf384fe901f6d65c44ef8cfede9bc1f2ee799ed015ca0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-2660-a1-squashfs-factory.img"; + sha256 = "4d9cc2672b6461539ba33e2a186205c2660e14827d57ebcff37d5fe9fa61d83a"; + sha256_unsigned = "4d9cc2672b6461539ba33e2a186205c2660e14827d57ebcff37d5fe9fa61d83a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "d2632dff1a1bddfdf7de7ceb66a3522392864223b55be3efe0f9474286dfd184"; + sha256_unsigned = "a48392276dfa723e1f32421963ffae5697bd8de9348686e6b1ee3e8b812dcba9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2660-a1" + ]; + titles = [ + { + model = "DAP-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2680-a1 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dap-2680-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-2680-a1-squashfs-sysupgrade.bin"; + sha256 = "885522ce05ad4b61d8f03a8db9bfa2a8f3c8b73d98a29aad9e5852c66b8b8cf7"; + sha256_unsigned = "f7f0caa80e4c2c706e5f1a153547f77108a26e97505c74eeac6e0da63bec0220"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-2680-a1-initramfs-kernel.bin"; + sha256 = "cb2dcb6c13c3d6ab89d686f01e08c12b818172cb8ece222f170eae2d5d926af7"; + sha256_unsigned = "cb2dcb6c13c3d6ab89d686f01e08c12b818172cb8ece222f170eae2d5d926af7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-2680-a1-squashfs-factory.img"; + sha256 = "3e48d250d56d160735f4e8da371cf8eb8c016979827426a41c4f86c624df6888"; + sha256_unsigned = "3e48d250d56d160735f4e8da371cf8eb8c016979827426a41c4f86c624df6888"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2680-a1" + ]; + titles = [ + { + model = "DAP-2680"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dap-2695-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-2695-a1-initramfs-kernel.bin"; + sha256 = "6ad065a11e9d5acb801903f0e5741e1a1550249bba320e94497058b9033d887c"; + sha256_unsigned = "6ad065a11e9d5acb801903f0e5741e1a1550249bba320e94497058b9033d887c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-2695-a1-squashfs-factory.img"; + sha256 = "a4580aabc10b03912555d3ebf79b68259c1821c7359f144163c4a975a47151e9"; + sha256_unsigned = "a4580aabc10b03912555d3ebf79b68259c1821c7359f144163c4a975a47151e9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "536fddc22c114006f298dae4329e1108b2e537a160ab079b881ab9a9df02dee4"; + sha256_unsigned = "16bd01287e6b818234c35f823cbcc0360229eec9a15736c045835382d7ccde69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2695-a1" + "dap-2695-a1" + ]; + titles = [ + { + model = "DAP-2695"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3320-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dap-3320-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-3320-a1-squashfs-sysupgrade.bin"; + sha256 = "2eb7545c2e50964ad5fa577fbc8081128bb712c9b570c6734778fcffe4d3f890"; + sha256_unsigned = "b6e8bb8c33858fa89127aa921ccf9b7d76f879d4a249b2dc26abaa2a49beceb8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-3320-a1-initramfs-kernel.bin"; + sha256 = "ea33162c67d49ee19b2c5f0d90e46d3dd7742b141acccfdbde52f4a81fb21f8a"; + sha256_unsigned = "ea33162c67d49ee19b2c5f0d90e46d3dd7742b141acccfdbde52f4a81fb21f8a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-3320-a1-squashfs-factory.img"; + sha256 = "1f2d7402beb8d1d56ea49e6341e66a982b2f95f8e1f929af1fbedbd249870537"; + sha256_unsigned = "1f2d7402beb8d1d56ea49e6341e66a982b2f95f8e1f929af1fbedbd249870537"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-3320-a1" + ]; + titles = [ + { + model = "DAP-3320"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3662-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dap-3662-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-3662-a1-squashfs-sysupgrade.bin"; + sha256 = "9d67270fdda22621e625a8509e4d743c01bdc7ca8868075e906294cb2df115ae"; + sha256_unsigned = "e3d5c72ccd5e26fdec0a8a218fe104d93e444631f96e70ad79ea6f782913464e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-3662-a1-initramfs-kernel.bin"; + sha256 = "7f0340519f5040d91e4bda7857158907d50ec55322911ba895d9047eb7a8854f"; + sha256_unsigned = "7f0340519f5040d91e4bda7857158907d50ec55322911ba895d9047eb7a8854f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dap-3662-a1-squashfs-factory.img"; + sha256 = "0c96b4fbcc7e909198a42ebe1ffd544cc0aa3745c765a3e2450047f75f3fe46d"; + sha256_unsigned = "0c96b4fbcc7e909198a42ebe1ffd544cc0aa3745c765a3e2450047f75f3fe46d"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-3662-a1" + ]; + titles = [ + { + model = "DAP-3662"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dch-g020-a1 = { + device_packages = [ + "kmod-gpio-pca953x" + "kmod-i2c-gpio" + "kmod-usb2" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dch-g020-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dch-g020-a1-squashfs-factory.bin"; + sha256 = "ea3a728bedf19068b0f06a820d9f55ce6bf08fcf9d762b1022c07d394f80d832"; + sha256_unsigned = "ea3a728bedf19068b0f06a820d9f55ce6bf08fcf9d762b1022c07d394f80d832"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dch-g020-a1-squashfs-sysupgrade.bin"; + sha256 = "ac7748469e795f1728ab02f7f3e6a88fa7e50f36f05330aa60742a27a47d12f1"; + sha256_unsigned = "be4f73f1d0fcb3e62dd3216f431b83d8047366adab8c3edc65576e4cdec64b8a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dch-g020-a1-initramfs-kernel.bin"; + sha256 = "45626d65a517a1551be8307e5bbdc6db7500cc575e4353b426fb74be9c5f0311"; + sha256_unsigned = "45626d65a517a1551be8307e5bbdc6db7500cc575e4353b426fb74be9c5f0311"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dch-g020-a1" + ]; + titles = [ + { + model = "DCH-G020"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-505 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dir-505"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-505-squashfs-sysupgrade.bin"; + sha256 = "b317a4c0f0cf02f16c1bfe0d129c71972c386236b23ec6d28e58d4c4010d4c99"; + sha256_unsigned = "a8f7e2a9299ee1ec96cc906d9c35e90fc767a49ec1e86ab913ff99d2a81d6927"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-505-initramfs-kernel.bin"; + sha256 = "ad465b16179387d2d5df8065a1fafc2e4ece5fefc997e278a013049b0f499d16"; + sha256_unsigned = "ad465b16179387d2d5df8065a1fafc2e4ece5fefc997e278a013049b0f499d16"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-505" + "dir-505-a1" + ]; + titles = [ + { + model = "DIR-505"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "b9a51fdf510d5c09f72b07c6204b4c006f3cc6b11bb5afa072d8e3bc697d0f98"; + sha256_unsigned = "83dc372c2163feea0b3e7cff0110e99d79e4013be1aa04366bc4160b0b03b27c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-825-b1-squashfs-factory.bin"; + sha256 = "760ee0a8b2ead1c3cd132c1ac99dfefe0e70879a7c1d4a107a9d81bbf12273f0"; + sha256_unsigned = "760ee0a8b2ead1c3cd132c1ac99dfefe0e70879a7c1d4a107a9d81bbf12273f0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-825-b1-initramfs-kernel.bin"; + sha256 = "fffc4a53518398461b3d10ba82807131645b4bac4e1188ff92630ad43b45e926"; + sha256_unsigned = "fffc4a53518398461b3d10ba82807131645b4bac4e1188ff92630ad43b45e926"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "f130f797e6836a068bfa9e648e1cf2e98aea1d4dac5a274c30b42e361a2e701b"; + sha256_unsigned = "fb50597667ecbafc677898a95640c1175ffc0b85d9d04758e51e71f0dec64e1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-825-c1-initramfs-kernel.bin"; + sha256 = "9db5e5339a39a5b38641cc392879cb3677b1bbc328432ad844a31a0ff312e8c8"; + sha256_unsigned = "9db5e5339a39a5b38641cc392879cb3677b1bbc328432ad844a31a0ff312e8c8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "747fe9c8235fd32f0ba2989088d024ccdeaf0629ff5605e92592c271016b9709"; + sha256_unsigned = "747fe9c8235fd32f0ba2989088d024ccdeaf0629ff5605e92592c271016b9709"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "b8d6386c596192a2d60515444c9eed2ae44177548f2f3a408544b7e1511e6968"; + sha256_unsigned = "b8d6386c596192a2d60515444c9eed2ae44177548f2f3a408544b7e1511e6968"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-835-a1-initramfs-kernel.bin"; + sha256 = "fb01b161cd5772ac689be11f956dc364e0b6260f535a48e12909db3d51aa795c"; + sha256_unsigned = "fb01b161cd5772ac689be11f956dc364e0b6260f535a48e12909db3d51aa795c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "b6d4076e125c3dd1feb42d56f7bcecdcaf12dcb595749b7165cab778c5bb7423"; + sha256_unsigned = "767ead56faaff12776adf85d61a05985c4879bcf10cc31437d6707b79370250e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + model = "DIR-835"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dir-842-c1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-842-c1-initramfs-kernel.bin"; + sha256 = "b27eabdb88ff6a5ef233a063c4e68a02ef348e2a787604a9ed3dbffd1fe12cc5"; + sha256_unsigned = "b27eabdb88ff6a5ef233a063c4e68a02ef348e2a787604a9ed3dbffd1fe12cc5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-842-c1-squashfs-factory.bin"; + sha256 = "55f1f85d354ce0c6c0873f05bd2053fca732c8b66672b59e1a9e77de48ee0db1"; + sha256_unsigned = "55f1f85d354ce0c6c0873f05bd2053fca732c8b66672b59e1a9e77de48ee0db1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-842-c1-squashfs-sysupgrade.bin"; + sha256 = "556f12297f8d9be4b36828718006b5ab895f92eaded53166e081b78799c947f6"; + sha256_unsigned = "ec7b63eb47443c2c9ab802eac3b4a0a25f35806a8d760be8425f202759ffbd66"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-842-c1" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dir-842-c2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-842-c2-initramfs-kernel.bin"; + sha256 = "b9be81a63fe909012288d8570bcd6bcd81d0e3a3a483f9ac09850bc1675ca67e"; + sha256_unsigned = "b9be81a63fe909012288d8570bcd6bcd81d0e3a3a483f9ac09850bc1675ca67e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-842-c2-squashfs-sysupgrade.bin"; + sha256 = "75f1a22bb7adba2954981a45356847116be666b8fc0c53c2b47488ce25425a81"; + sha256_unsigned = "1b7dc2c2f6450599c5436b917d2ecc3d4941b136e623384108a2adc00bf91391"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-842-c2-squashfs-factory.bin"; + sha256 = "8e47842085c636719cb1ee47331b14476990aeda168fb949b3337183ce9338a6"; + sha256_unsigned = "8e47842085c636719cb1ee47331b14476990aeda168fb949b3337183ce9338a6"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-842-c2" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dir-842-c3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-842-c3-initramfs-kernel.bin"; + sha256 = "4b6f4d0f60586094c07208a8a5947092b49748364701e7802ca86d0a4324993d"; + sha256_unsigned = "4b6f4d0f60586094c07208a8a5947092b49748364701e7802ca86d0a4324993d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-842-c3-squashfs-factory.bin"; + sha256 = "18bbafa27de33d92d220ffbb5d61dbd3afe18b8e093634779488a44b963df724"; + sha256_unsigned = "18bbafa27de33d92d220ffbb5d61dbd3afe18b8e093634779488a44b963df724"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-842-c3-squashfs-sysupgrade.bin"; + sha256 = "af6e111dcdd4f4be13361305b8868c171fa4cfbf8c5385ab8202574b0128dc87"; + sha256_unsigned = "3f9067d60556b25610e3a9c5412e6ad3e1fb4053ec23a340f3a792cae4d59064"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-842-c3" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "6961a92d1e94c17a7ea8d102fa56060cd7204479633e7addc53f3886fc94de79"; + sha256_unsigned = "57d3dca20e114e32dd70539d2a6184e72cd67f509aff6356b54ec464ff7f9f9e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "8133f3ca7d8c2467c352075a5ba09770763de433fab964b4640d12193da1254f"; + sha256_unsigned = "8133f3ca7d8c2467c352075a5ba09770763de433fab964b4640d12193da1254f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-dlink_dir-859-a1-initramfs-kernel.bin"; + sha256 = "9e707f5884c42b868a808e9a84c015031bbbe34146b4c0d70f292b21b26d9db8"; + sha256_unsigned = "9e707f5884c42b868a808e9a84c015031bbbe34146b4c0d70f292b21b26d9db8"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + model = "DIR-859"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-elecom_wrc-1750ghbk2-i-initramfs-kernel.bin"; + sha256 = "c74aa4246ca0dae8e02e82e7c05cfebccca48cb08f1717af513c6e5287f88bde"; + sha256_unsigned = "c74aa4246ca0dae8e02e82e7c05cfebccca48cb08f1717af513c6e5287f88bde"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "4151173967d4fabf682b1223e06c6e5eed5dde779c37766011794a5dbf62ed85"; + sha256_unsigned = "edff4375b65825ecb3dfd31fa742fa6e25f910eee5dd29408ae8f9efbfc91682"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + model = "WRC-1750GHBK2-I/C"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-elecom_wrc-300ghbk2-i-initramfs-kernel.bin"; + sha256 = "ab3af5138d87bbc54318af78e8a2feee031b7911463eeb914d440d254fa840bb"; + sha256_unsigned = "ab3af5138d87bbc54318af78e8a2feee031b7911463eeb914d440d254fa840bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "c6962d74f64f0c07084509f6632fef7aaf44f2d848ef0aeedcff1614e2cabd20"; + sha256_unsigned = "70f80a535d3fd41c0d51745308cc19cbab655ddba9cd37ab987aa767369ad6ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + model = "WRC-300GHBK2-I"; + vendor = "ELECOM"; + } + ]; + }; + embeddedwireless_balin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-embeddedwireless_balin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-embeddedwireless_balin-squashfs-sysupgrade.bin"; + sha256 = "d0f5544cff1c0de0274d9faee2404dfa98d0467e787a2bb71c1404dd6bc7f6d6"; + sha256_unsigned = "c4a1aa5d8f8d1ad933836a94dc5709744e7c23886b680728c17275b1dc681c01"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-embeddedwireless_balin-initramfs-kernel.bin"; + sha256 = "702a8e53826c933501ee2be85a3ae0b1ae6fbc8e13261c29a645af705bb0e546"; + sha256_unsigned = "702a8e53826c933501ee2be85a3ae0b1ae6fbc8e13261c29a645af705bb0e546"; + type = "kernel"; + } + ]; + supported_devices = [ + "embeddedwireless,balin" + ]; + titles = [ + { + model = "Balin"; + vendor = "Embedded Wireless"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "78d4fe563c6e3f00b725905f05c31c26f295fe697a883ede28e43a1a5888a32f"; + sha256_unsigned = "669d8205af42485e1c5f5193c2a08eaf0f20fb892563a0f68b2055ab68c1e531"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-embeddedwireless_dorin-initramfs-kernel.bin"; + sha256 = "74f445e9a4652f3c1cb029df12b4b9b8c9896a8263b51d33bdc4a7e166d28dcf"; + sha256_unsigned = "74f445e9a4652f3c1cb029df12b4b9b8c9896a8263b51d33bdc4a7e166d28dcf"; + type = "kernel"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + model = "Dorin"; + vendor = "Embedded Wireless"; + } + ]; + }; + engenius_eap1200h = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-engenius_eap1200h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_eap1200h-squashfs-sysupgrade.bin"; + sha256 = "4a29a846390e0a8bc1c1ee8ae3b4cc1ba58b5a94959e41b9e202d794b12d33d4"; + sha256_unsigned = "d919b585d744f7b03035927c2f22be28a9491f2c65684a73c1ffaf195d3293eb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_eap1200h-squashfs-factory.bin"; + sha256 = "0b714d8043d063ce35d2b6c827fef7892b64b01eb73a871ea678df65b7ae0304"; + sha256_unsigned = "0b714d8043d063ce35d2b6c827fef7892b64b01eb73a871ea678df65b7ae0304"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_eap1200h-initramfs-kernel.bin"; + sha256 = "8c5c8c69475edf6b33ad40d74dd28033a895dae37c0c43e16331ec3f03029e46"; + sha256_unsigned = "8c5c8c69475edf6b33ad40d74dd28033a895dae37c0c43e16331ec3f03029e46"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap1200h" + ]; + titles = [ + { + model = "EAP1200H"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap300-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-engenius_eap300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_eap300-v2-initramfs-kernel.bin"; + sha256 = "c5bba6f264c874e8bd020e7127d79c0359c5847adbdc0db8cb1936dfe150caf0"; + sha256_unsigned = "c5bba6f264c874e8bd020e7127d79c0359c5847adbdc0db8cb1936dfe150caf0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_eap300-v2-squashfs-factory.bin"; + sha256 = "48bb4d34b84125a8eec041b60304db930be7f5647078934287956488ef16de54"; + sha256_unsigned = "48bb4d34b84125a8eec041b60304db930be7f5647078934287956488ef16de54"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_eap300-v2-squashfs-sysupgrade.bin"; + sha256 = "5c4dcc16e7e693893e6db8c237b8a746f4f5d8c40ad165710d45bb4ba15c2cab"; + sha256_unsigned = "412a5e3b260a63538e22233e7b903759a90ca390a0d7de1976faf879e3af632a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap300-v2" + ]; + titles = [ + { + model = "EAP300"; + variant = "v2"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap600 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-engenius_eap600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_eap600-squashfs-factory.bin"; + sha256 = "8d6900641a5646a02c1da61d565f29bc0ce1dc8826ddddceb7ec5bb1673c1e07"; + sha256_unsigned = "8d6900641a5646a02c1da61d565f29bc0ce1dc8826ddddceb7ec5bb1673c1e07"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_eap600-squashfs-sysupgrade.bin"; + sha256 = "4b862307be864ea7c7c6d1aec58208f34b12607e5d04989e35d255537f4fb404"; + sha256_unsigned = "b1e35e11ce987c35977479df944b8b5f9d1774295c90fdf242f83f1bbd875f31"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_eap600-initramfs-kernel.bin"; + sha256 = "704c0e7b97e645e2863ae6f6940caaf6520220767f4450db5fd6768a1912e069"; + sha256_unsigned = "704c0e7b97e645e2863ae6f6940caaf6520220767f4450db5fd6768a1912e069"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap600" + ]; + titles = [ + { + model = "EAP600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1200 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-engenius_ecb1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_ecb1200-squashfs-sysupgrade.bin"; + sha256 = "97bb8ceaf2d84999259ace7666fb1b24b93339b4b06170947e10880de1fef47a"; + sha256_unsigned = "2e4c9aadc0ac0577e35819fb7bdb192c318fb45bbbb511bc8ca4334dbab183e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_ecb1200-initramfs-kernel.bin"; + sha256 = "7b53bb8e6765620a2ec6d6d0b84fe13d1e3da581bdf0a02d4ccd0e27c7e872b8"; + sha256_unsigned = "7b53bb8e6765620a2ec6d6d0b84fe13d1e3da581bdf0a02d4ccd0e27c7e872b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_ecb1200-squashfs-factory.bin"; + sha256 = "a0236a58f39a3bbcae61d7bd1d00e7899fae981fe4024f81ffa9d70cc877cda3"; + sha256_unsigned = "a0236a58f39a3bbcae61d7bd1d00e7899fae981fe4024f81ffa9d70cc877cda3"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ecb1200" + ]; + titles = [ + { + model = "ECB1200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "5d8804148d0131e39c0d25a60ba7a1ff6b67ad6d9360552b6bf6f21a96bfd4ab"; + sha256_unsigned = "482aa19dc324156f5e6445f46efabf65a1caf01a4560d52f86c1ea4df4113366"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_ecb1750-initramfs-kernel.bin"; + sha256 = "7ecd88753b73f5bf07c63318fcfed868f74ad6e9926c1ef3d91ea01c222f49e3"; + sha256_unsigned = "7ecd88753b73f5bf07c63318fcfed868f74ad6e9926c1ef3d91ea01c222f49e3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_ecb1750-squashfs-factory.bin"; + sha256 = "65c3a7ced4e0aff71ae78b9bf5cc4da29c228c9046a55367fb8a67ba0c668794"; + sha256_unsigned = "65c3a7ced4e0aff71ae78b9bf5cc4da29c228c9046a55367fb8a67ba0c668794"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + model = "ECB1750"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb600 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-engenius_ecb600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_ecb600-initramfs-kernel.bin"; + sha256 = "c39bba9b0f7ebf2124d1fe34243912a80cec9fb383c1ebece69028509633dcea"; + sha256_unsigned = "c39bba9b0f7ebf2124d1fe34243912a80cec9fb383c1ebece69028509633dcea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_ecb600-squashfs-factory.bin"; + sha256 = "7152dea0d170f523521c73ff15ab4a288234d6c01dc6a9adad398aaf0076c99c"; + sha256_unsigned = "7152dea0d170f523521c73ff15ab4a288234d6c01dc6a9adad398aaf0076c99c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_ecb600-squashfs-sysupgrade.bin"; + sha256 = "72d1bee337d909dca20b4f038703eb384ff3afa6b29890c2f2f5d106f1d5971c"; + sha256_unsigned = "c3cdc62ee946557a7d3e787cd464864ae1b7ac5c773837b804d5d1443fd1b512"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb600" + ]; + titles = [ + { + model = "ECB600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens202ext-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-engenius_ens202ext-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_ens202ext-v1-initramfs-kernel.bin"; + sha256 = "d3815b9525106cf347bbdfbc916b7b5ffdb05f7659cf932b27265afebc684db8"; + sha256_unsigned = "d3815b9525106cf347bbdfbc916b7b5ffdb05f7659cf932b27265afebc684db8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_ens202ext-v1-squashfs-sysupgrade.bin"; + sha256 = "de20d4aa3a769f80f013039b144918ae0a3a1be13a3bec97e03c0deab0c208ec"; + sha256_unsigned = "aeb997844163f1e8206928ea6e7cc28320dda65e8505da4de1a0f4ed9092ebcc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_ens202ext-v1-squashfs-factory.bin"; + sha256 = "d516fdaa2343661b3c89fcbb08daa7ff8759b439abf3c550df576d1c06c1a08f"; + sha256_unsigned = "d516fdaa2343661b3c89fcbb08daa7ff8759b439abf3c550df576d1c06c1a08f"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ens202ext-v1" + ]; + titles = [ + { + model = "ENS202EXT"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enstationac-v1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-engenius_enstationac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_enstationac-v1-initramfs-kernel.bin"; + sha256 = "1615f6200f4b230cec3325796a49f9f3d0e5a2b62378a2902e527159d68d5509"; + sha256_unsigned = "1615f6200f4b230cec3325796a49f9f3d0e5a2b62378a2902e527159d68d5509"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_enstationac-v1-squashfs-sysupgrade.bin"; + sha256 = "00a0fb2a3bcde3af2167698c367ca81698fcf6390ce55a5904669715d90a0983"; + sha256_unsigned = "e11e037a01ad7b29eb77c305dae89c2ab14d55f96dad90b1f53a636c1fccb729"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_enstationac-v1-squashfs-factory.bin"; + sha256 = "0f00d1867ea70555bb2275963d1e080cbd6183d9bc71c09a4c4076df48212819"; + sha256_unsigned = "0f00d1867ea70555bb2275963d1e080cbd6183d9bc71c09a4c4076df48212819"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,enstationac-v1" + ]; + titles = [ + { + model = "EnStationAC"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "e069e554c5b66d57b47053a308f96324c8a3f54ac7d3de28c92b14c9d9c3e3be"; + sha256_unsigned = "e069e554c5b66d57b47053a308f96324c8a3f54ac7d3de28c92b14c9d9c3e3be"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_epg5000-initramfs-kernel.bin"; + sha256 = "9bdced53beeb2952ecee8bc3a566ca259d06f8eb892e00c00dc5ce07c77d088e"; + sha256_unsigned = "9bdced53beeb2952ecee8bc3a566ca259d06f8eb892e00c00dc5ce07c77d088e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "4daa5a386081e97f32427baf38adf8619cf604d062642ab2b6f276966442c1d2"; + sha256_unsigned = "b3fed2f1b613d3c2b3d2f6eff171f61587676581b7f9159fd3769b8cec198a3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + model = "EPG5000"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "e978c7cd5654a177aa84b12336527b97e27878431e5173721cf0271035521bdb"; + sha256_unsigned = "9bcaab0c8e28b905e77da6a4fec91a74f1e6721e5dfcf947dae0ea953985a145"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-engenius_ews511ap-initramfs-kernel.bin"; + sha256 = "2eb5502b2a36463e3a06fe9f47c308310890735f8bcee3ed14bb638f6783afcf"; + sha256_unsigned = "2eb5502b2a36463e3a06fe9f47c308310890735f8bcee3ed14bb638f6783afcf"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + model = "EWS511AP"; + vendor = "EnGenius"; + } + ]; + }; + enterasys_ws-ap3705i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-enterasys_ws-ap3705i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-enterasys_ws-ap3705i-initramfs-kernel.bin"; + sha256 = "2994963baf7727eae509b52d70602694680f7578d8070828469ca50de2f4142a"; + sha256_unsigned = "2994963baf7727eae509b52d70602694680f7578d8070828469ca50de2f4142a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-enterasys_ws-ap3705i-squashfs-sysupgrade.bin"; + sha256 = "16a4ef80f51a0377e2b9222e284ffe305a1b6d7d5787ce3174c3bf9a41c26a26"; + sha256_unsigned = "61336cb80ae121beb51f091920130d3a8da06b891a9ed72dca1c99daba4bf55a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3705i" + ]; + titles = [ + { + model = "WS-AP3705i"; + vendor = "Enterasys"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-etactica_eg200-initramfs-kernel.bin"; + sha256 = "76af74d82bd9854fddae18ddb6bb91a6c7245388c6a8b3860f959402ef81a2af"; + sha256_unsigned = "76af74d82bd9854fddae18ddb6bb91a6c7245388c6a8b3860f959402ef81a2af"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "8dda41985116a8d9826a34ca0dd932da8a2f955c303fc9bb8c1e3c724c0cf6a7"; + sha256_unsigned = "d247381ddb10dfa9e51e97868773e6af53705f4150370ab98ace4692945fabd1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + model = "EG200"; + vendor = "eTactica"; + } + ]; + }; + extreme-networks_ws-ap3805i = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-extreme-networks_ws-ap3805i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-extreme-networks_ws-ap3805i-squashfs-sysupgrade.bin"; + sha256 = "d9a56c88bc83f7bcf813d40ab4204f2187d6e49495cdfef9cd6947231b67564b"; + sha256_unsigned = "39a27e1f16ebdc5c58eaf2b2c6e6bdbadf1a9b41e1c6b1e7566f6b00db2eb354"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-extreme-networks_ws-ap3805i-initramfs-kernel.bin"; + sha256 = "232f4b94a80b691b1134d2d81d949aa736f463260319d6ef6a04ee4e2f684cd8"; + sha256_unsigned = "232f4b94a80b691b1134d2d81d949aa736f463260319d6ef6a04ee4e2f684cd8"; + type = "kernel"; + } + ]; + supported_devices = [ + "extreme-networks,ws-ap3805i" + ]; + titles = [ + { + model = "WS-AP3805i"; + vendor = "Extreme Networks"; + } + ]; + }; + glinet_6408 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-glinet_6408"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_6408-initramfs-kernel.bin"; + sha256 = "ac03f2340f7439d23e299d5d3e10bc1b56bfa6a8ec812e24098ce880565771d3"; + sha256_unsigned = "ac03f2340f7439d23e299d5d3e10bc1b56bfa6a8ec812e24098ce880565771d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_6408-squashfs-sysupgrade.bin"; + sha256 = "8e181bc9d4c9c88c7da1c50fdb6d3570cab6796b4b55dd73dfddccfa433106a0"; + sha256_unsigned = "462f7238bbc96ad9a62b60745beaf23e8d934197abe7fe9c002434c906b6513c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,6408" + "gl-inet" + ]; + titles = [ + { + model = "6408"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_6416 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-glinet_6416"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_6416-squashfs-sysupgrade.bin"; + sha256 = "01401655b15600275897dd2dc134491da484e313e41bec98b84f0ae5add0b159"; + sha256_unsigned = "148d2ad23db1aa3f50b3a125d9883fde4d412a8e053501e45b947ec63807c71c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_6416-initramfs-kernel.bin"; + sha256 = "a7ed3128d821b6f431d6fab8ee0f6fc712a375ad3e7ec0e05c2f083ec3cd46e5"; + sha256_unsigned = "a7ed3128d821b6f431d6fab8ee0f6fc712a375ad3e7ec0e05c2f083ec3cd46e5"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6416" + "gl-inet" + ]; + titles = [ + { + model = "6416"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_gl-ar150-initramfs-kernel.bin"; + sha256 = "e5232ff79b2ac040b9489367863b2e2fc3e3f6c1bef0bc479673c80eea1fed24"; + sha256_unsigned = "e5232ff79b2ac040b9489367863b2e2fc3e3f6c1bef0bc479673c80eea1fed24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "af9f4c377ad22b9387cd34d4b1a38eb960dafd0f461bdff3b4f19dba6eba671d"; + sha256_unsigned = "348d7a453a4fa1b5abd2035d5418556c3b85fbc9db05be71dfd1988431852f52"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + model = "GL-AR150"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "d2e0ba44b03c95cb4ce6211e0f0f19bd602771f78a63d639e894444e1af2d8be"; + sha256_unsigned = "2e146047c8a7c7d0d87ae14f63c71b3d8436603a2f498100fca4aceb5ea72c30"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_gl-ar300m-lite-initramfs-kernel.bin"; + sha256 = "2164b4f207668a1e3a36912e70f601732110e2ef6adc57687ebadf3603f51609"; + sha256_unsigned = "2164b4f207668a1e3a36912e70f601732110e2ef6adc57687ebadf3603f51609"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "Lite"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m16 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-glinet_gl-ar300m16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin"; + sha256 = "a9b164f58aaf5fed27ae51eaea6c61e3313448d8fa458b9a47bd1d525239fa77"; + sha256_unsigned = "ea578cf945ea612cf49cc89d5ec845749a911440167045cfa42c97ca49560ca9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_gl-ar300m16-initramfs-kernel.bin"; + sha256 = "9fc2371f13ec782b31371d6e5f4d3d93544bee2afdf13f3e8f658a5f34421848"; + sha256_unsigned = "9fc2371f13ec782b31371d6e5f4d3d93544bee2afdf13f3e8f658a5f34421848"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m16" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M16"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-glinet_gl-ar750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "17d9052679d08393f5fd63309b3850376faca1580312668d4f7f93bddc03317f"; + sha256_unsigned = "5db7d68ffe7ae204944ea807e13c5a995b3a17e925b4ac6d0c035d560963fafb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_gl-ar750-initramfs-kernel.bin"; + sha256 = "2a1e146945a5f71554963275da19ca2c1861c030d0784565f5217d99a2644f3d"; + sha256_unsigned = "2a1e146945a5f71554963275da19ca2c1861c030d0784565f5217d99a2644f3d"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750" + "gl-ar750" + ]; + titles = [ + { + model = "GL-AR750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mifi = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-glinet_gl-mifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "3745c833bde6b754c9cec2ab64a867e4ec9ea2d6ef60a994e9ec2acc28c52456"; + sha256_unsigned = "7b26af817fab3a7c29cd630289dbe704c2557f75fc52e43710c0872260db5ab7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_gl-mifi-initramfs-kernel.bin"; + sha256 = "a43be5bd73d1380d9e032eb51350e4c3503ed79b25d08700f6f9d86f77e81a9f"; + sha256_unsigned = "a43be5bd73d1380d9e032eb51350e4c3503ed79b25d08700f6f9d86f77e81a9f"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mifi" + "gl-mifi" + ]; + titles = [ + { + model = "GL-MiFi"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-usb150 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-glinet_gl-usb150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_gl-usb150-initramfs-kernel.bin"; + sha256 = "ed5ad635a2ca3c501de7bbf86b0b9dcd2fa310201c7da1e9ae811d77fb848b94"; + sha256_unsigned = "ed5ad635a2ca3c501de7bbf86b0b9dcd2fa310201c7da1e9ae811d77fb848b94"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "03baee79946a2dc9717d119f2aa31fa3ed91ca6b24384e7976ca55b655047a10"; + sha256_unsigned = "e5e0556a09f44418840ba324c9d79bddcf5256f2365c2da3c13c409288dccf20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-usb150" + "gl-usb150" + ]; + titles = [ + { + model = "GL-USB150"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-x300b = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-glinet_gl-x300b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_gl-x300b-initramfs-kernel.bin"; + sha256 = "7c9c1cad5b125cab203196bbf5ba2678bcfd4c2636257f0d8ce08afcad427662"; + sha256_unsigned = "7c9c1cad5b125cab203196bbf5ba2678bcfd4c2636257f0d8ce08afcad427662"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_gl-x300b-squashfs-sysupgrade.bin"; + sha256 = "a88eee6c0f3c91a2f9d7bd321cff56980193a56e9f7c7a50cf14e08a8ce30fa9"; + sha256_unsigned = "dcc091a22228c2ca8365a9ce6e7f671ae836a73c71c0a588ca779fbd4193c459"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x300b" + ]; + titles = [ + { + model = "GL-X300B"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_gl-x750-initramfs-kernel.bin"; + sha256 = "9017aaef44dbbc3fc5110bc6fea495d044c54fea70be2dcc7cc17bb0c067c743"; + sha256_unsigned = "9017aaef44dbbc3fc5110bc6fea495d044c54fea70be2dcc7cc17bb0c067c743"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "b092a007337afb6327342386fa736d77bf9d67b69ac0e9d80c87e63f4c8f086e"; + sha256_unsigned = "f7277a102cfeab0ff5efda9ed27c5f9c463fd1ac308f1b712054106281f2665b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + model = "GL-X750"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_lan-turtle = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-hak5_lan-turtle"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-hak5_lan-turtle-initramfs-kernel.bin"; + sha256 = "ab5fbaa2adf780258c922821635ef29933414f3acfa2e870de6bfd1912adb5e5"; + sha256_unsigned = "ab5fbaa2adf780258c922821635ef29933414f3acfa2e870de6bfd1912adb5e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-hak5_lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "c97bf536e53aa590ec001baccb8cc1f5dba21dde8d4f161eff47b8eb16b5860d"; + sha256_unsigned = "0af71e53d95748fbb05b9530760bf1402d1a086d566234e6dc6c01c82c5b18cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,lan-turtle" + "lan-turtle" + ]; + titles = [ + { + model = "LAN Turtle"; + vendor = "Hak5"; + } + ]; + }; + hak5_packet-squirrel = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-hak5_packet-squirrel"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-hak5_packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "0e28a0d03e07f551a80940335bfad964293469a9de25ee88320d9f670e813cb2"; + sha256_unsigned = "563df8e5c96d7d863ce7f2b35dfc7a376426f216187bf854df7a48946a426cc1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-hak5_packet-squirrel-initramfs-kernel.bin"; + sha256 = "da5f4130dc0e8163e7abff874f7cc94b6bad8e580f2c7ca753665ee347e93af9"; + sha256_unsigned = "da5f4130dc0e8163e7abff874f7cc94b6bad8e580f2c7ca753665ee347e93af9"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,packet-squirrel" + "packet-squirrel" + ]; + titles = [ + { + model = "Packet Squirrel"; + vendor = "Hak5"; + } + ]; + }; + hak5_wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-hak5_wifi-pineapple-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-hak5_wifi-pineapple-nano-initramfs-kernel.bin"; + sha256 = "3bbe09c1600721764dd97941715a36e412974abfc505398a7841b07e39abe472"; + sha256_unsigned = "3bbe09c1600721764dd97941715a36e412974abfc505398a7841b07e39abe472"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-hak5_wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "0b75a5d7ad90f7a9be392f4ff914e5f052b4d97d1b9c6551c2e448a8f1e47ef1"; + sha256_unsigned = "2a332789a281b5dae7352974e585c20f1f4bd07d47cb1be27fcdca5e60a3e2c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-nano" + "wifi-pineapple-nano" + ]; + titles = [ + { + model = "WiFi Pineapple NANO"; + vendor = "Hak5"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-iodata_etg3-r-initramfs-kernel.bin"; + sha256 = "25dc5ebf67c4c7816d94f1f806304862ad882ba246ae51ef7f3f03a934d4f5f0"; + sha256_unsigned = "25dc5ebf67c4c7816d94f1f806304862ad882ba246ae51ef7f3f03a934d4f5f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "c4f08247959cd7a83295f80fe85c6eef3881c05461ca84c36e824500c99b6b96"; + sha256_unsigned = "dd7e0290eef308135bc5487ad116c67cedc53f49f61fb674f76210701667bf5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + model = "ETG3-R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "0df02aae8fb787cd3102cde3b2dfb795e13dd0256684554c94a9682190d9f8a5"; + sha256_unsigned = "0df02aae8fb787cd3102cde3b2dfb795e13dd0256684554c94a9682190d9f8a5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-iodata_wn-ac1167dgr-initramfs-kernel.bin"; + sha256 = "461dff6bd0dbff3a5fdf192bd5edfbbbb6058ba5efaf038cccd852753104302f"; + sha256_unsigned = "461dff6bd0dbff3a5fdf192bd5edfbbbb6058ba5efaf038cccd852753104302f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "f29dc97a783e9b962639bcc4ce3d6214f3a61e715dffc6e7d583c0a5c2075bec"; + sha256_unsigned = "c3bbcf2add74d7a1162cb0f09a32a4d9aa3153603bf0133d6b9c4882b53c4f32"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + model = "WN-AC1167DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "2660841c6c018be9b71c75253f08369da38e1e9d4f1b5b5100671d6d14cd572c"; + sha256_unsigned = "96d9b05674e78f46f91e8e807670b98b5f6060c11cb00adb87eaee9c593c3802"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-iodata_wn-ac1600dgr-initramfs-kernel.bin"; + sha256 = "9d7aab24556a9547a3e77c8f8e295d62780055291e36058005c66f077892b913"; + sha256_unsigned = "9d7aab24556a9547a3e77c8f8e295d62780055291e36058005c66f077892b913"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "cf04beab8b2d272ca18d1c8e39d79bd92f416774229481654e0730addf7800d7"; + sha256_unsigned = "cf04beab8b2d272ca18d1c8e39d79bd92f416774229481654e0730addf7800d7"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + model = "WN-AC1600DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-iodata_wn-ac1600dgr2-initramfs-kernel.bin"; + sha256 = "99bd32fe19180f46b2ab625fd3e6304f3afe9b631b78584872291794539ea3d9"; + sha256_unsigned = "99bd32fe19180f46b2ab625fd3e6304f3afe9b631b78584872291794539ea3d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "c779a711b81f629ba458719bdf13b690251b9e94a79426debcc5980faa69b77d"; + sha256_unsigned = "f648b8a48a39f4ae742fc0790e5d953dab1a32f600ccd5025ab6f4f854bc90de"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-iodata_wn-ac1600dgr2-squashfs-dgr2-dgr3-factory.bin"; + sha256 = "3a6a95900c3d37e4a8861b682c356ae5d42353ce38b3b391524c84f07c6ef000"; + sha256_unsigned = "3a6a95900c3d37e4a8861b682c356ae5d42353ce38b3b391524c84f07c6ef000"; + type = "dgr2-dgr3-factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + model = "WN-AC1600DGR2/DGR3"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-iodata_wn-ag300dgr-initramfs-kernel.bin"; + sha256 = "9766c724f9360c20a2f6e1c75e94fa8e0c79ff0d9b979055393193f16fe5936a"; + sha256_unsigned = "9766c724f9360c20a2f6e1c75e94fa8e0c79ff0d9b979055393193f16fe5936a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "81138db244132a33ef3dbf383f9d34d798796c061a931b934a393fc17aff6209"; + sha256_unsigned = "93cbbc20cb263e9bdeb2186c494ffee7aaa8d2b258d93d09ecb56b6a4f44e4d7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "b31903d18d7fc361a1685a77c5041b044a39f33a3cdf8419a12e5738727b4952"; + sha256_unsigned = "b31903d18d7fc361a1685a77c5041b044a39f33a3cdf8419a12e5738727b4952"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + model = "WN-AG300DGR"; + vendor = "I-O DATA"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-jjplus_ja76pf2"; + images = [ + { + name = "openwrt-22.03.5-ath79-generic-jjplus_ja76pf2-loader.bin"; + sha256 = "f44e3ef22d497a85627ac58a3ed8a650a2d7bf8522a34007adcb9120115a3890"; + sha256_unsigned = "f44e3ef22d497a85627ac58a3ed8a650a2d7bf8522a34007adcb9120115a3890"; + type = "loader.bin"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-jjplus_ja76pf2-initramfs-kernel.bin"; + sha256 = "4c03b02439f9bae512811504a7138c9becf9e0791cbcff56d36070a0f23deb19"; + sha256_unsigned = "4c03b02439f9bae512811504a7138c9becf9e0791cbcff56d36070a0f23deb19"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "038011b4745630c2893b976444be8aa36b68ec949b6b3cea76ed847ec55be93b"; + sha256_unsigned = "56700e162c01d0602617d035daa89638ec2b824305efc4f016e5595923b60d64"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-jjplus_ja76pf2-squashfs-firmware.bin"; + sha256 = "dea17bf5497755663b90aa7bf7dc4c7542c5c6f0a1bf3d73d88956c2ec5d99f4"; + sha256_unsigned = "dea17bf5497755663b90aa7bf7dc4c7542c5c6f0a1bf3d73d88956c2ec5d99f4"; + type = "firmware"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + ]; + titles = [ + { + model = "JA76PF2"; + vendor = "jjPlus"; + } + ]; + }; + jjplus_jwap230 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-jjplus_jwap230"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-jjplus_jwap230-initramfs-kernel.bin"; + sha256 = "019df7beafd75438e2452d810b1b6c3b93b1fab9053c14c02a05fd68d457e587"; + sha256_unsigned = "019df7beafd75438e2452d810b1b6c3b93b1fab9053c14c02a05fd68d457e587"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-jjplus_jwap230-squashfs-sysupgrade.bin"; + sha256 = "cc783084437d7759fcdfcaf256ca855f62e8d33372420ad5402ddc14646117f7"; + sha256_unsigned = "5c38882b27bb1743fce7d6741b5408d528951c604a23ff33f592c148ff9c7853"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jjplus,jwap230" + ]; + titles = [ + { + model = "JWAP230"; + vendor = "jjPlus"; + } + ]; + }; + joyit_jt-or750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-joyit_jt-or750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-joyit_jt-or750i-squashfs-sysupgrade.bin"; + sha256 = "74419aea302ef4f2704556f6ab72142ed0bedd88a75f471aaa9b59c920cf27f2"; + sha256_unsigned = "176118df10051060efdf331f39c4861987b664836cede23212f39b2b2ae78f7f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-joyit_jt-or750i-initramfs-kernel.bin"; + sha256 = "dc8010322a58068df35ebc1bb2d0615361b46c18cd0e7ca71a1bc7e86ea4093e"; + sha256_unsigned = "dc8010322a58068df35ebc1bb2d0615361b46c18cd0e7ca71a1bc7e86ea4093e"; + type = "kernel"; + } + ]; + supported_devices = [ + "joyit,jt-or750i" + ]; + titles = [ + { + model = "JT-OR750i"; + vendor = "Joy-IT"; + } + ]; + }; + letv_lba-047-ch = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-letv_lba-047-ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-letv_lba-047-ch-squashfs-factory.bin"; + sha256 = "6db2686c1a34007ba0312d53fe45bf95fecb44d20fcb380f37835545d9a4eee7"; + sha256_unsigned = "6db2686c1a34007ba0312d53fe45bf95fecb44d20fcb380f37835545d9a4eee7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-letv_lba-047-ch-squashfs-sysupgrade.bin"; + sha256 = "4e3482ffe21a69a8a1b3dda42d38aa581b79bf7706ff053ce065534026e4ad1a"; + sha256_unsigned = "315350fe2ba3d3dcb034841fc5bd83aa6336ff466f35db652411698df2d08391"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-letv_lba-047-ch-initramfs-kernel.bin"; + sha256 = "3c11c7ac1e503146543081585e44041aab4272a754b23c3c0381621651e366db"; + sha256_unsigned = "3c11c7ac1e503146543081585e44041aab4272a754b23c3c0381621651e366db"; + type = "kernel"; + } + ]; + supported_devices = [ + "letv,lba-047-ch" + ]; + titles = [ + { + model = "LBA-047-CH"; + vendor = "Letv"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-librerouter_librerouter-v1-initramfs-kernel.bin"; + sha256 = "155f6dc91efca3094c7f7fdbd955b9672813ef0c2a34770e05de914170a54bd5"; + sha256_unsigned = "155f6dc91efca3094c7f7fdbd955b9672813ef0c2a34770e05de914170a54bd5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "e88bd3b7e50f90a91673eb6211485d1ca2b72c11ba5f431b0e97918a025a2f7e"; + sha256_unsigned = "69e06a6402b3f1c6928954ac92388b97cefd833891d0cf94f02160c01e24a2f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + model = "LibreRouter"; + variant = "v1"; + vendor = "Librerouter"; + } + ]; + }; + meraki_mr12 = { + device_packages = [ + "kmod-owl-loader" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-meraki_mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-meraki_mr12-squashfs-sysupgrade.bin"; + sha256 = "9aa2e9c427d40bfe865bb4a573d7264aefc02a7d41cc3dbb41aeb4cce71e7919"; + sha256_unsigned = "526f4ef5d4b390ded1acf322ccadca257a36d18670937b21ae8e26b323c234d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-meraki_mr12-initramfs-kernel.bin"; + sha256 = "ea78b9a5d0d612412097f901a6359e765eab05ef547428ceb418d4448f10e89e"; + sha256_unsigned = "ea78b9a5d0d612412097f901a6359e765eab05ef547428ceb418d4448f10e89e"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr12" + "mr12" + ]; + titles = [ + { + model = "MR12"; + vendor = "Meraki"; + } + ]; + }; + meraki_mr16 = { + device_packages = [ + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-meraki_mr16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-meraki_mr16-initramfs-kernel.bin"; + sha256 = "4144f9b2a7b26f9bc10d4a2ca5823cf43efcec767df5c282cf8f6b2cda0240c7"; + sha256_unsigned = "4144f9b2a7b26f9bc10d4a2ca5823cf43efcec767df5c282cf8f6b2cda0240c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-meraki_mr16-squashfs-sysupgrade.bin"; + sha256 = "f2b90e64249383875031eabedb5dc060c2c3fb9d8c8d97b4c1dfd2de99c31825"; + sha256_unsigned = "0bfa487345bfce809e43d57c9d6662861351ebe602dc63ab692a7f9c1735bb26"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr16" + "mr16" + ]; + titles = [ + { + model = "MR16"; + vendor = "Meraki"; + } + ]; + }; + mercury_mw4530r-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-mercury_mw4530r-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-mercury_mw4530r-v1-initramfs-kernel.bin"; + sha256 = "dd38c026bb42473d73890d6dab33e5009e3ec4016d7c9a55a20a00b1418363e9"; + sha256_unsigned = "dd38c026bb42473d73890d6dab33e5009e3ec4016d7c9a55a20a00b1418363e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-mercury_mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "a821fe396eb7e97e7189362dd6d78d2ab1c04544b8885b416a887c46e397a840"; + sha256_unsigned = "7035dd7dd8096f560b81c0879d011f09742a565d4a7765b2e0cff7a7cc60462a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-mercury_mw4530r-v1-squashfs-factory.bin"; + sha256 = "89801e0c3c3db8252cfb8949c4ac7052f50108a4b929f00ad3c8238c0a9a90bc"; + sha256_unsigned = "89801e0c3c3db8252cfb8949c4ac7052f50108a4b929f00ad3c8238c0a9a90bc"; + type = "factory"; + } + ]; + supported_devices = [ + "mercury,mw4530r-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "MW4530R"; + variant = "v1"; + vendor = "Mercury"; + } + ]; + }; + nec_wf1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-nec_wf1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-nec_wf1200cr-squashfs-sysupgrade.bin"; + sha256 = "d4f66298b498fae0ab185d678133d2fc3ebeb4aecb0354a6b414a4b88cdf9dec"; + sha256_unsigned = "0497a5117038c74638c4d76a41d6a1423d46bb0116d25d0c33c6f73941b84da0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-nec_wf1200cr-initramfs-kernel.bin"; + sha256 = "8b5a678541ec75b2508187e4b8f19dc2c359211cd46b94f1998d5601778d6e55"; + sha256_unsigned = "8b5a678541ec75b2508187e4b8f19dc2c359211cd46b94f1998d5601778d6e55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-nec_wf1200cr-squashfs-factory.bin"; + sha256 = "7f21d157a1aff4b25027b6e351d49a96a622784dd0b848a7f6241a0996cdac62"; + sha256_unsigned = "7f21d157a1aff4b25027b6e351d49a96a622784dd0b848a7f6241a0996cdac62"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wf1200cr" + ]; + titles = [ + { + model = "Aterm WF1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "8a42ac6ddb9b3141f36ba1b4e61f922b0e6d38b8cb08f9a250590f22f4d34826"; + sha256_unsigned = "d502482dde8ee48de3188e385d6639f05e32448eeef5b65ecdd0c6b9cb047764"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-nec_wg1200cr-initramfs-kernel.bin"; + sha256 = "964234e4343a20c16af7dcbe35649e2f95191de3f70ff913674c106db48f70f8"; + sha256_unsigned = "964234e4343a20c16af7dcbe35649e2f95191de3f70ff913674c106db48f70f8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "80362d6bb31968da127c264eaaa9ad87d6cc9691c1bd092caf3208b45ce6e6c9"; + sha256_unsigned = "80362d6bb31968da127c264eaaa9ad87d6cc9691c1bd092caf3208b45ce6e6c9"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + model = "Aterm WG1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-full-htt" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "3166fbdb9cf91b7a060395013ada525efa92e29f10d82ca1734fed7241196632"; + sha256_unsigned = "920dcdfb066e170a7a1e3614817038430f6ae4c20d5bc586d1d9d6817dc3df42"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-nec_wg800hp-initramfs-kernel.bin"; + sha256 = "ed30920ba8b0d69e0424521b6d261479d34529aa8c16798fdc680c7ddf48c40b"; + sha256_unsigned = "ed30920ba8b0d69e0424521b6d261479d34529aa8c16798fdc680c7ddf48c40b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "dee1b52521e2fe5375ea4ac07df6eeadc4fb0e8b258836310e91be3417d9f7bc"; + sha256_unsigned = "dee1b52521e2fe5375ea4ac07df6eeadc4fb0e8b258836310e91be3417d9f7bc"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + model = "Aterm WG800HP"; + vendor = "NEC"; + } + ]; + }; + netgear_ex6400 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-netgear_ex6400"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_ex6400-initramfs-kernel.bin"; + sha256 = "618053bfb99a97eef4506062e110c989b57c96baa9e0e7fc43f569efbd1887ac"; + sha256_unsigned = "618053bfb99a97eef4506062e110c989b57c96baa9e0e7fc43f569efbd1887ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_ex6400-squashfs-factory.img"; + sha256 = "5cb9a067700aedf6744540fe75542fc66ea6929e6af86152b4017b47b6932c35"; + sha256_unsigned = "5cb9a067700aedf6744540fe75542fc66ea6929e6af86152b4017b47b6932c35"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin"; + sha256 = "c0255fb7bf0945c8b9415a11ed89257f0e9361761cf16daa31dbf1a43c77e97f"; + sha256_unsigned = "d0cc63a24725d319cad7f72d9a1961157bcd466dcc3adc6ba7f30f0d3e247245"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6400" + ]; + titles = [ + { + model = "EX6400"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "f9cecc3bcc2b7d27589ce8d02f9aea8cd2dfa96fa7a1e744d07fac7b114cc983"; + sha256_unsigned = "f1d240da331d551847959d5fd94212de0db678ff57989cfe9aeebd3271348287"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_ex7300-initramfs-kernel.bin"; + sha256 = "793d55ebfaac7fcd8fbbeb436915ebe61079d2fa5d80fd8ed53d17906ff070ed"; + sha256_unsigned = "793d55ebfaac7fcd8fbbeb436915ebe61079d2fa5d80fd8ed53d17906ff070ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "6fde0d21ed779b723296597c973635090de907ae33a3051cd1ba63b757ee89a5"; + sha256_unsigned = "6fde0d21ed779b723296597c973635090de907ae33a3051cd1ba63b757ee89a5"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex7300" + ]; + titles = [ + { + model = "EX7300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-netgear_ex7300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_ex7300-v2-squashfs-factory.img"; + sha256 = "28277189a0f309e9ed9002b11feeb6ea9d63fc825842668d3d0d862940c6c6e7"; + sha256_unsigned = "28277189a0f309e9ed9002b11feeb6ea9d63fc825842668d3d0d862940c6c6e7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_ex7300-v2-initramfs-kernel.bin"; + sha256 = "e49378c7a4a88f45381cc73e894d6c16bed53ff8c0ad37e72f3006cedb5761ee"; + sha256_unsigned = "e49378c7a4a88f45381cc73e894d6c16bed53ff8c0ad37e72f3006cedb5761ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_ex7300-v2-squashfs-sysupgrade.bin"; + sha256 = "db0607fca3cae71f810b6d90ec3e6476d45c319160e1ced50fb209f56eb71994"; + sha256_unsigned = "24dde6aa68fcb2ec16ecd8743ea9499b0ba39183e405baf7d1f818fa429c5ef7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex7300-v2" + ]; + titles = [ + { + model = "EX7300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap360 = { + device_packages = [ + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-netgear_wndap360"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndap360-initramfs-kernel.bin"; + sha256 = "3a64b404dc58c6933d3fdacb64c40a4af8214f17c1a508f9cf39c249ef394233"; + sha256_unsigned = "3a64b404dc58c6933d3fdacb64c40a4af8214f17c1a508f9cf39c249ef394233"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndap360-squashfs-sysupgrade.bin"; + sha256 = "27d3a1fbb74971a391f8567f4d11d07133be929443bac19ce4f7795ad9db4168"; + sha256_unsigned = "e59667243f950c560f2cab9770df017ab7aa05ffd8fe2843f0e3d8a049cb4526"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap360" + ]; + titles = [ + { + model = "WNDAP360"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "e5b3a8034a11d019f492b55c8175d392b5e4b50295aab91a52dd4a9ee34f7bb2"; + sha256_unsigned = "e5b3a8034a11d019f492b55c8175d392b5e4b50295aab91a52dd4a9ee34f7bb2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "f6a943a0a4f4b79cc71ba4d99dd639be3cb83114da6d2a07d11f0ba65d6a495e"; + sha256_unsigned = "bd64b48597e1606aa067236facdcbc67ae77a96fb89bb466df730c69cc13cca7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "d134a3e22432920b12a32b11aa7f646b7f223f3eec30047b3acac0c07e723474"; + sha256_unsigned = "d134a3e22432920b12a32b11aa7f646b7f223f3eec30047b3acac0c07e723474"; + type = "factory-NA"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndr3700-initramfs-kernel.bin"; + sha256 = "cac6a447923dd40da1b1d1274badd95dada04e78dee7c968aa202c7553b03a2e"; + sha256_unsigned = "cac6a447923dd40da1b1d1274badd95dada04e78dee7c968aa202c7553b03a2e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-netgear_wndr3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndr3700-v2-squashfs-factory.img"; + sha256 = "80c6d4d935723eb140542aec3e880453071ec058e84caa69842b59138a5114ff"; + sha256_unsigned = "80c6d4d935723eb140542aec3e880453071ec058e84caa69842b59138a5114ff"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndr3700-v2-squashfs-sysupgrade.bin"; + sha256 = "b46de805d23a6d7fc88aafd67f120d52807f44134c5d7a31f50d825fab403cd5"; + sha256_unsigned = "ff0b6ac3ea956241971699dc54de416e6692ea66b512cb2ef7122da878ff9404"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndr3700-v2-initramfs-kernel.bin"; + sha256 = "3c82ab792b64a8ae7ec0f881366260f1d8dcdd16476da77bf7a754e26afdcae7"; + sha256_unsigned = "3c82ab792b64a8ae7ec0f881366260f1d8dcdd16476da77bf7a754e26afdcae7"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v2" + "wndr3700" + "netgear,wndr3700v2" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "0ff83ec78a29e9cb0c245b30433a36e81dea04c7d759bc846267cbbda1e9e448"; + sha256_unsigned = "c799e1c1bc77529095739c4582c9ff5e867dc0922b20dd4677d049f4d11baf43"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndr3800-initramfs-kernel.bin"; + sha256 = "1484ae3e5066d94b0d793bce06476f6b7bb96eb5273ea96d0a5b014a1dc9d0b1"; + sha256_unsigned = "1484ae3e5066d94b0d793bce06476f6b7bb96eb5273ea96d0a5b014a1dc9d0b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "b4dddaecb9b7193895e9d900751091dababc5521d271082fc134334e8c992951"; + sha256_unsigned = "b4dddaecb9b7193895e9d900751091dababc5521d271082fc134334e8c992951"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800ch = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-netgear_wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "368e22297d7ca89d796c7b5a8e48ae4639995e4f0501c263f3fb044aa5ca2671"; + sha256_unsigned = "222000297902a4640ef0f15148c48d8d409ac6cf8ba320d73f74d1f3989a0cbd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndr3800ch-initramfs-kernel.bin"; + sha256 = "2d211acec0c0353515dfc351edbbc5015f5d56ed2c625e5f570bff42bcb502a9"; + sha256_unsigned = "2d211acec0c0353515dfc351edbbc5015f5d56ed2c625e5f570bff42bcb502a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndr3800ch-squashfs-factory.img"; + sha256 = "95086df7abe8c3f99ba370b5674ed8b3985eb647d5b4430d75efbde2cc72db4a"; + sha256_unsigned = "95086df7abe8c3f99ba370b5674ed8b3985eb647d5b4430d75efbde2cc72db4a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800ch" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800CH"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-netgear_wndrmac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndrmac-v1-initramfs-kernel.bin"; + sha256 = "14f246eef6ec2b2243f05c20130883d200c99eb70fa32ed4892b69d9f16465db"; + sha256_unsigned = "14f246eef6ec2b2243f05c20130883d200c99eb70fa32ed4892b69d9f16465db"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndrmac-v1-squashfs-sysupgrade.bin"; + sha256 = "6e391aa8d21726f0baea724af2d83b8cdbbf893b5903959b489f4b7badbcb73c"; + sha256_unsigned = "9089a962d5ead72bea36124ea012eb370f050142698ab985203a9e144f9cf498"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndrmac-v1-squashfs-factory.img"; + sha256 = "4aea1886be5c8e56858ae09af8bfda655a7d88c2cb638b8051a43bc3b8054068"; + sha256_unsigned = "4aea1886be5c8e56858ae09af8bfda655a7d88c2cb638b8051a43bc3b8054068"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v1" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-netgear_wndrmac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndrmac-v2-squashfs-sysupgrade.bin"; + sha256 = "64aa285e4bbf70570b8c834375ca975ae3f9367c1cd87eda386a5ccbe27184ee"; + sha256_unsigned = "1c9745ca1fda297c54dbb62993fc9c5a9093d515d383e380df16c115d716d94f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndrmac-v2-squashfs-factory.img"; + sha256 = "26525bc969772c3a3c84132e1d7ba7299b22878c4b70da274823eb2fb6216487"; + sha256_unsigned = "26525bc969772c3a3c84132e1d7ba7299b22878c4b70da274823eb2fb6216487"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wndrmac-v2-initramfs-kernel.bin"; + sha256 = "d72717c7513338346e35b65d45f7d152c34b8b7c14c065414d174fae31005e97"; + sha256_unsigned = "d72717c7513338346e35b65d45f7d152c34b8b7c14c065414d174fae31005e97"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v2" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-netgear_wnr2200-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wnr2200-16m-initramfs-kernel.bin"; + sha256 = "5f21f68eb2c52b55b9e27f3dd5c58bf15517947ff04d3f263ce072365bc01535"; + sha256_unsigned = "5f21f68eb2c52b55b9e27f3dd5c58bf15517947ff04d3f263ce072365bc01535"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"; + sha256 = "106957b3f30ef02c097cd3e1633aa1a07ceb9a7bfb7f19bd25d2aa659677487c"; + sha256_unsigned = "e3c7e013d7c629404ed130883b7e76d7d86b58700f259e7a030545fd587d7c22"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img"; + sha256 = "4615c1f146337975da6ed51888fdd6ffa6f7fd0ad3e8636461cc779056ca4c75"; + sha256_unsigned = "4615c1f146337975da6ed51888fdd6ffa6f7fd0ad3e8636461cc779056ca4c75"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wnr2200-16m" + ]; + titles = [ + { + model = "WNR2200"; + variant = "16M"; + vendor = "NETGEAR"; + } + { + model = "WNR2200"; + variant = "CN/RU"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-netgear_wnr2200-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wnr2200-8m-squashfs-factory-NA.img"; + sha256 = "19603e428aafd4fb2587733e813d0ec93b08e32d47c7f510795e1971dc06c7e1"; + sha256_unsigned = "19603e428aafd4fb2587733e813d0ec93b08e32d47c7f510795e1971dc06c7e1"; + type = "factory-NA"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wnr2200-8m-initramfs-kernel.bin"; + sha256 = "927fc89f71257e5ae6c034fcfdab4cc39c0bf4dd2ccbb8eaff0233216423261b"; + sha256_unsigned = "927fc89f71257e5ae6c034fcfdab4cc39c0bf4dd2ccbb8eaff0233216423261b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wnr2200-8m-squashfs-factory.img"; + sha256 = "a1badb6c86dc5e5f77a910b0d53608963ee7802f443e612a9bafe42a34634888"; + sha256_unsigned = "a1badb6c86dc5e5f77a910b0d53608963ee7802f443e612a9bafe42a34634888"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-netgear_wnr2200-8m-squashfs-sysupgrade.bin"; + sha256 = "b6a51c34075873ca7c75d2f23c0294dce0713e70d9ca6829add46c376ad23c4b"; + sha256_unsigned = "c8c4b0998275ec78f4d49b3a6f2191fe556f0e0fe0500dbbe0dde34e88eb1bd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wnr2200-8m" + "wnr2200" + ]; + titles = [ + { + model = "WNR2200"; + variant = "8M"; + vendor = "NETGEAR"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ocedo_koala-initramfs-kernel.bin"; + sha256 = "a39fc093c332973d28a0053f637bddcc1f0dd0cba4a3046a92875809e51bcfde"; + sha256_unsigned = "a39fc093c332973d28a0053f637bddcc1f0dd0cba4a3046a92875809e51bcfde"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "4dbf1e4ccdb851577871374fd3d90c16851bf08dc514bc2d73b9bf0312ed326b"; + sha256_unsigned = "c8998c030aa1f60004cab586153e5f2d71e0e8c16880a84ca229e709bdde5925"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + model = "Koala"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "4d4b97f9a89430f2b52c9049e2dc715bd588c9b42363517f4b1f3d156bef12f8"; + sha256_unsigned = "9bfdb5e43f7e0a81ba3aab44e30cb687ac68a45a3a95ef26f4a5fb85aa6156dc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ocedo_raccoon-initramfs-kernel.bin"; + sha256 = "ba7bc4d51d26aee6f91eca1bd8f2d9c52aa6537475b941d76cd1deb3bf95ea9f"; + sha256_unsigned = "ba7bc4d51d26aee6f91eca1bd8f2d9c52aa6537475b941d76cd1deb3bf95ea9f"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + model = "Raccoon"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ocedo_ursus-initramfs-kernel.bin"; + sha256 = "80ef2f5748c1e28de2e35477f027cc1f4da766ed11fa1374c32e087804c26198"; + sha256_unsigned = "80ef2f5748c1e28de2e35477f027cc1f4da766ed11fa1374c32e087804c26198"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "5559c2d807e35801a61c179b8d5eb426dc8144c38ddb4c1f670a3ad3067c9817"; + sha256_unsigned = "286b980ac95e5f5b92b79509bc21c1b2983736c5e0858dd97fc688a562155b6f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + model = "Ursus"; + vendor = "Ocedo"; + } + ]; + }; + onion_omega = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-onion_omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-onion_omega-squashfs-factory.bin"; + sha256 = "6ea368f0f652b7776fa3d9ccf9001238bd92c5b8cdf0d65eb3a3d067c1e7263d"; + sha256_unsigned = "6ea368f0f652b7776fa3d9ccf9001238bd92c5b8cdf0d65eb3a3d067c1e7263d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-onion_omega-squashfs-sysupgrade.bin"; + sha256 = "ebd8ac3154d5811232529b75c1b01368bbfc0d43b4072f8d5389f68febbcbc42"; + sha256_unsigned = "6df9045bc97eeea4c8e61018f7af586021411d0cdf06c3270c38293d27d7f620"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-onion_omega-initramfs-kernel.bin"; + sha256 = "fd8de1e431106ff1447fe991ba5c3fe4c7ce05473249477848d91e4abb78b641"; + sha256_unsigned = "fd8de1e431106ff1447fe991ba5c3fe4c7ce05473249477848d91e4abb78b641"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega" + "onion-omega" + ]; + titles = [ + { + model = "Omega"; + vendor = "Onion"; + } + ]; + }; + openmesh_a40 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_a40"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_a40-initramfs-kernel.bin"; + sha256 = "edb79dd3a2cf8842f6e0d24a66ad560507896096564bdfc2c94ef01294790be9"; + sha256_unsigned = "edb79dd3a2cf8842f6e0d24a66ad560507896096564bdfc2c94ef01294790be9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_a40-squashfs-sysupgrade.bin"; + sha256 = "b27c1ddc7132f5f5acb066a9349ae31e41100d75a2c5d0f93acd3dd99ffe292a"; + sha256_unsigned = "461b349052ebcb26078b719b266b34adb9161bb8eed559ef787aa36733eb3231"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a40" + "a40" + ]; + titles = [ + { + model = "A40"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a60 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_a60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_a60-initramfs-kernel.bin"; + sha256 = "d784b28c1b03fe5faf14a67102eb76501fb1068613a222ffa422c032ab576f74"; + sha256_unsigned = "d784b28c1b03fe5faf14a67102eb76501fb1068613a222ffa422c032ab576f74"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_a60-squashfs-sysupgrade.bin"; + sha256 = "678130d42685f982a47be10d341bfb47a777c9d3ef1450409081167ca3179537"; + sha256_unsigned = "8144c228d6562a184ec2c915aee4859b26f2ea90ee2a1c1d7f52b1e158b301fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a60" + "a60" + ]; + titles = [ + { + model = "A60"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_mr1750-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_mr1750-v1-initramfs-kernel.bin"; + sha256 = "c7aa5e50099c563530bbaba270c96faf928828cc1530418d24b44747c4053230"; + sha256_unsigned = "c7aa5e50099c563530bbaba270c96faf928828cc1530418d24b44747c4053230"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_mr1750-v1-squashfs-sysupgrade.bin"; + sha256 = "b304f13add2ede4cb85d01220015d356017055e5b1a27032f3d960dad492789d"; + sha256_unsigned = "4b469e042938ad246d48a86861ead5880c49c4e48335ee4851bc81e188048adf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v1" + "mr1750" + ]; + titles = [ + { + model = "MR1750"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_mr1750-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_mr1750-v2-squashfs-sysupgrade.bin"; + sha256 = "d7c50e4c29217cc184fd82d909452967d9d1831a9151ef393603759060499025"; + sha256_unsigned = "9bfe23f8c65f0f64ef7339263772a5fa552200728b27608827959a7206ddd7a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_mr1750-v2-initramfs-kernel.bin"; + sha256 = "65cead6fd49c99b3db0acd8e116963defaf33a18989787c183fba2f10f9c9c63"; + sha256_unsigned = "65cead6fd49c99b3db0acd8e116963defaf33a18989787c183fba2f10f9c9c63"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v2" + "mr1750v2" + ]; + titles = [ + { + model = "MR1750"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_mr600-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_mr600-v1-initramfs-kernel.bin"; + sha256 = "015c45b3c090f4f3e25d70a704249de260df5cac3aa03ac437c5db54b54e366f"; + sha256_unsigned = "015c45b3c090f4f3e25d70a704249de260df5cac3aa03ac437c5db54b54e366f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_mr600-v1-squashfs-sysupgrade.bin"; + sha256 = "dd0da7e62c4bd6c7a9605154e96480179a788069d7b045cea6f911142c6756e9"; + sha256_unsigned = "1bceae69fd2da6266b7bdb27034556575d3709fd591880315813c065ac016918"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr600-v1" + "mr600" + ]; + titles = [ + { + model = "MR600"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_mr600-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_mr600-v2-initramfs-kernel.bin"; + sha256 = "72667417d793293a58918f04caf21005b7e6e3d0f71ea61ac8840de657c46a90"; + sha256_unsigned = "72667417d793293a58918f04caf21005b7e6e3d0f71ea61ac8840de657c46a90"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_mr600-v2-squashfs-sysupgrade.bin"; + sha256 = "8e1698ac75fad93061b9b2d15202c43a9fba18e79e71e5cb893f11af8d370bef"; + sha256_unsigned = "af178c244f010db1e77724a83993ba682d9544280f04838f90f630b962c62f3d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr600-v2" + "mr600v2" + ]; + titles = [ + { + model = "MR600"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_mr900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_mr900-v1-squashfs-sysupgrade.bin"; + sha256 = "05ffbb76405aa9b71a16f67820e1b29e151f6386e1ed9cf5adc816a3aed58756"; + sha256_unsigned = "27821f404b7610441604195f492feddd0159fcebc77a0f8fc7bedf186c8767ed"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_mr900-v1-initramfs-kernel.bin"; + sha256 = "ebd55d131e6cd832baef15620c8b55a0d9f1c6a8a93239193e7ac7424bf7e6c8"; + sha256_unsigned = "ebd55d131e6cd832baef15620c8b55a0d9f1c6a8a93239193e7ac7424bf7e6c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v1" + "mr900" + ]; + titles = [ + { + model = "MR900"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_mr900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_mr900-v2-squashfs-sysupgrade.bin"; + sha256 = "a42836247c527e685f838d7b4a81817b3c54e77a7adc441c12b0e9333da13187"; + sha256_unsigned = "d984f0196357c38675887e6ee7b63abebd33d93e12ea962153a95f87d46d91be"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_mr900-v2-initramfs-kernel.bin"; + sha256 = "ac012f58effa8760e973864bc9c0ad58fa229b8afeda39cbb3b7332011c39e1f"; + sha256_unsigned = "ac012f58effa8760e973864bc9c0ad58fa229b8afeda39cbb3b7332011c39e1f"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v2" + "mr900v2" + ]; + titles = [ + { + model = "MR900"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_om2p-hs-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om2p-hs-v1-squashfs-sysupgrade.bin"; + sha256 = "2e2bcf3188065db17feca388f2169968f98f213ae57d8e4cce2d721b2196903a"; + sha256_unsigned = "7bc8451a6c5b4c6de406522751aa77e82294c94edb0d363603663bd29f0887b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om2p-hs-v1-initramfs-kernel.bin"; + sha256 = "ab2a7b9634fc34412419fbd619a986d452ee688433930dd41ad03ea671378196"; + sha256_unsigned = "ab2a7b9634fc34412419fbd619a986d452ee688433930dd41ad03ea671378196"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v1" + "om2p-hs" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_om2p-hs-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om2p-hs-v2-squashfs-sysupgrade.bin"; + sha256 = "aece76c839d98658cad1c0bb92afc00bdecb80e41e53c375a2ad058c90b119f9"; + sha256_unsigned = "775cd53fbe0fdc427a19a159b4d501fda947799076663bbc58416833aba98287"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om2p-hs-v2-initramfs-kernel.bin"; + sha256 = "8d42ff199b102e69fdae7df9f8483c3784981136525b8f91f38c7d5805c47799"; + sha256_unsigned = "8d42ff199b102e69fdae7df9f8483c3784981136525b8f91f38c7d5805c47799"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v2" + "om2p-hsv2" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v3 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_om2p-hs-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om2p-hs-v3-initramfs-kernel.bin"; + sha256 = "bf366bde272639d6f41939e25618f001d8d65d3754ea57157b0419b40c2ecf79"; + sha256_unsigned = "bf366bde272639d6f41939e25618f001d8d65d3754ea57157b0419b40c2ecf79"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om2p-hs-v3-squashfs-sysupgrade.bin"; + sha256 = "1b3086ed8c6d7c0aa8b6f207e07b70da3bd8de3eb1ecd6778d8e0fbf6e201e42"; + sha256_unsigned = "661fc8b06b5cf4aaedcc7e42439d34a8e7c48b84b040f10e8190a3b9521545c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v3" + "om2p-hsv3" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v3"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_om2p-hs-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om2p-hs-v4-initramfs-kernel.bin"; + sha256 = "abfe25eb78b45c99de4f7bdb9c629c293a49c6cc6ef53538f3f3669304e86c62"; + sha256_unsigned = "abfe25eb78b45c99de4f7bdb9c629c293a49c6cc6ef53538f3f3669304e86c62"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om2p-hs-v4-squashfs-sysupgrade.bin"; + sha256 = "e425659e0d1ab557ce80279b62cb3275725bce6b2191ad2de504c1b962a4f7a1"; + sha256_unsigned = "e49084a5687981cec7c29226483c86e5e745bcf5e0444b501993d6c9f652486b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v4" + "om2p-hsv4" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-lc = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_om2p-lc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om2p-lc-initramfs-kernel.bin"; + sha256 = "bd7399c77359a4324b0db7a4f370651c10475b0272e0ebd2f093349fa1e02cbf"; + sha256_unsigned = "bd7399c77359a4324b0db7a4f370651c10475b0272e0ebd2f093349fa1e02cbf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om2p-lc-squashfs-sysupgrade.bin"; + sha256 = "f7fc95bd28d3637304c99cb2b540859fbefee29b7d5fb9d6acde6775f9d7e699"; + sha256_unsigned = "5dcf2d2430df97ee1d6a46b3017a410f0b245e4d942e3d6a745595595f3004fa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-lc" + "om2p-lc" + ]; + titles = [ + { + model = "OM2P-LC"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_om2p-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om2p-v1-squashfs-sysupgrade.bin"; + sha256 = "bc1f76bf868627110fe6440efa5841ce26395a28b891504a1b48b4ac2d9ea9c4"; + sha256_unsigned = "ecf6106c6d366d3072eaf230a68a87acd38710e823b33a69887c349710b22e43"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om2p-v1-initramfs-kernel.bin"; + sha256 = "a3611b02bf72d43579573862c21fdaaae4ab5e095b4a7ca5046fdc1388b6c406"; + sha256_unsigned = "a3611b02bf72d43579573862c21fdaaae4ab5e095b4a7ca5046fdc1388b6c406"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v1" + "om2p" + ]; + titles = [ + { + model = "OM2P"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_om2p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om2p-v2-squashfs-sysupgrade.bin"; + sha256 = "f13c207114e694a6d740433621d1472c24cc053e8b5c3a3750bda6e8bbb2f7cf"; + sha256_unsigned = "8959128bd83644a8a9a39a9b6e33d7b53324daeb2250fdf8c516f6184a534d7d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om2p-v2-initramfs-kernel.bin"; + sha256 = "544caeace58ebeece603977ba6badcd8c061e729ed38a3ad7239665438171e27"; + sha256_unsigned = "544caeace58ebeece603977ba6badcd8c061e729ed38a3ad7239665438171e27"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v2" + "om2pv2" + ]; + titles = [ + { + model = "OM2P"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_om2p-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om2p-v4-initramfs-kernel.bin"; + sha256 = "c67720f7e509f6bcb29a4d8fb11dc3eaa425b064a002c6a50e426a2ce75c6ae2"; + sha256_unsigned = "c67720f7e509f6bcb29a4d8fb11dc3eaa425b064a002c6a50e426a2ce75c6ae2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om2p-v4-squashfs-sysupgrade.bin"; + sha256 = "5d7e03d334d407b969d3efc7187796592f9b1d55d45937d08ed945630530f3f8"; + sha256_unsigned = "8c32d0305e65a2429ff9c5dc2faf0d0baebd230e6cf9b4c465c2ee7db8a24e1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-v4" + "om2pv4" + ]; + titles = [ + { + model = "OM2P"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_om5p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om5p-squashfs-sysupgrade.bin"; + sha256 = "6477974685fd8021dc02e727d1af25af2c3550e6059a649ad1969d7d729c0dcb"; + sha256_unsigned = "3de40bebd232ece5c87de22558a5a94f287b01fb64f9ea8d8528dba2ffbf4100"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om5p-initramfs-kernel.bin"; + sha256 = "e730c0fb771cb8993da451ee136d7532ef0b979a000807d3c4fef2ac8b063215"; + sha256_unsigned = "e730c0fb771cb8993da451ee136d7532ef0b979a000807d3c4fef2ac8b063215"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p" + "om5p" + ]; + titles = [ + { + model = "OM5P"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_om5p-ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om5p-ac-v1-initramfs-kernel.bin"; + sha256 = "e6a5c306e1e7d1915338fb2544f44048c9813c599f67119da07e6802d4512876"; + sha256_unsigned = "e6a5c306e1e7d1915338fb2544f44048c9813c599f67119da07e6802d4512876"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om5p-ac-v1-squashfs-sysupgrade.bin"; + sha256 = "aaaa4370fdf1b445ab394c9c8e93744e1321758cfd4eaf67f352fc73a5012dc8"; + sha256_unsigned = "eb0c811b1d3b6fa9494fa176eebe4d41cf0281bec226170cf5d7cee68a0c3588"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v1" + "om5p-ac" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om5p-ac-v2-initramfs-kernel.bin"; + sha256 = "401e356a1dc45aab64734d8a48649c7629a06eff25216567126aed1acfc6963f"; + sha256_unsigned = "401e356a1dc45aab64734d8a48649c7629a06eff25216567126aed1acfc6963f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "ce90a8080425a878f3073c6f749eab8bc97d9e445fc46d02518b723ad9c60238"; + sha256_unsigned = "33df4eddfbced2ea6b981159a17562db65d312f911265bfb5db970538b1db842"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-an = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-openmesh_om5p-an"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om5p-an-squashfs-sysupgrade.bin"; + sha256 = "d798214ed7902a4afecf3099088678ebc9b9de18d2dbab5cfc69a8f4d83483df"; + sha256_unsigned = "5385c1fc4130122624a5a47f41034dd3789c94f89ff0de8043fa5e4ea9c6f712"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-openmesh_om5p-an-initramfs-kernel.bin"; + sha256 = "ed023d1abac41e39094cd46c95e206f1e82a81a58c0f85fcbad3a2fcfa536fe4"; + sha256_unsigned = "ed023d1abac41e39094cd46c95e206f1e82a81a58c0f85fcbad3a2fcfa536fe4"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p-an" + "om5p-an" + ]; + titles = [ + { + model = "OM5P-AN"; + vendor = "OpenMesh"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "247348e7cda19ebe5b5e59227a99e2c84dcc9d2677515684a4aa5800e1b1ad39"; + sha256_unsigned = "59198d37600c835b78ab48c4ebeda7a9b01c240e0c3d52c31b1e8d2498c4ac41"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-pcs_cap324-initramfs-kernel.bin"; + sha256 = "a5cf524f7ddf0ca1bb5cacd2848790ee8d5a847d76abb5f8519ac0a69c9ff052"; + sha256_unsigned = "a5cf524f7ddf0ca1bb5cacd2848790ee8d5a847d76abb5f8519ac0a69c9ff052"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + model = "CAP324"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-pcs_cr3000-initramfs-kernel.bin"; + sha256 = "b39cf5a24b6030bde30a1ac760241595d26fdf08675443b85eb65d5cb58d5871"; + sha256_unsigned = "b39cf5a24b6030bde30a1ac760241595d26fdf08675443b85eb65d5cb58d5871"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "b64561a082e1229e8d82834a3a1cf1b0125a8efe645ce096445e524f953a00d8"; + sha256_unsigned = "b41daf6ced0c493adaf3aade6e4649e0cbe36037e95b1d9fd4a3f794529e18a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + model = "CR3000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "b48b13656f603afbcb5bfb552fc98015771704409e80be6cb08a010477e8ed98"; + sha256_unsigned = "98249f36512b8af67d30e76846f1d1efd2054ba2aed4a339f6119e895f11e983"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-pcs_cr5000-initramfs-kernel.bin"; + sha256 = "a88c79d717305cc749fe1ce18798f89436e8c7579f9be941a44a512e77841834"; + sha256_unsigned = "a88c79d717305cc749fe1ce18798f89436e8c7579f9be941a44a512e77841834"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + model = "CR5000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "06b838a25e8a8bddbb4cc5763dd1da2015c5e1e9155ba030dc91aa5215930a3a"; + sha256_unsigned = "1e1f0bf94b82bce5cc4418640d9f777cb1d8ec0c9e989ca33b4497e2d9d1d379"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-phicomm_k2t-initramfs-kernel.bin"; + sha256 = "44bd7dcd2687bbe5275a58a13558d18106e44178fda2d5d82ff159db555b649b"; + sha256_unsigned = "44bd7dcd2687bbe5275a58a13558d18106e44178fda2d5d82ff159db555b649b"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + model = "K2T"; + vendor = "Phicomm"; + } + ]; + }; + pisen_ts-d084 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-pisen_ts-d084"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-pisen_ts-d084-initramfs-kernel.bin"; + sha256 = "a03b257cf16bd7599b1e04a53f6a79a845bdc9807d58e2d23d052ed1eb751ce3"; + sha256_unsigned = "a03b257cf16bd7599b1e04a53f6a79a845bdc9807d58e2d23d052ed1eb751ce3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-pisen_ts-d084-squashfs-sysupgrade.bin"; + sha256 = "2704e40e3a86a6c87950d0962b34bde7c47a9cb816b374bcd1474f994c899dfa"; + sha256_unsigned = "ce03f1e00c7bea773f258911a61b969cb0806c85a4ca3b51a887b111686dd55e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-pisen_ts-d084-squashfs-factory.bin"; + sha256 = "fb57e3d75fb4228da958181724ae16117863438e1167eb887b70e1ad6465d1fa"; + sha256_unsigned = "fb57e3d75fb4228da958181724ae16117863438e1167eb887b70e1ad6465d1fa"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,ts-d084" + ]; + titles = [ + { + model = "TS-D084"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmb001n = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-pisen_wmb001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-pisen_wmb001n-squashfs-sysupgrade.bin"; + sha256 = "5636e1ec85444c9f095fd7563f1eae76c38f4ac5d2b8000b9845324ebbacd368"; + sha256_unsigned = "a961ff81e59554605f197033d0f6f476599b7716aad4b7fdff1f9b9286dfba19"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-pisen_wmb001n-initramfs-kernel.bin"; + sha256 = "53caf75019c4406f80e6279c41f103759fb312f17d760f3fdc546b947b02f1c0"; + sha256_unsigned = "53caf75019c4406f80e6279c41f103759fb312f17d760f3fdc546b947b02f1c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-pisen_wmb001n-squashfs-factory.bin"; + sha256 = "31a50daa56c2061ffc62211294ee9d415b786f9056e5699c729a8ffabbdd8778"; + sha256_unsigned = "a961ff81e59554605f197033d0f6f476599b7716aad4b7fdff1f9b9286dfba19"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,wmb001n" + ]; + titles = [ + { + model = "WMB001N"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "5525315e006f7a9e50f5b4faedebfc50f5280188e08c6b06308bf4b10beb4750"; + sha256_unsigned = "5525315e006f7a9e50f5b4faedebfc50f5280188e08c6b06308bf4b10beb4750"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-pisen_wmm003n-initramfs-kernel.bin"; + sha256 = "69b548a93462db4dad88bca880bab7dbf42fee767cdc5fd8b55e369198f04c39"; + sha256_unsigned = "69b548a93462db4dad88bca880bab7dbf42fee767cdc5fd8b55e369198f04c39"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "bed8af9f99b580cf7123d9311213e89e02b6b105ba5447e99622cd309fb2a8d9"; + sha256_unsigned = "53b21629a34de80932c69ccdacd86cdb436c63a3261ec8ec6655b44eefca3dc1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + model = "Cloud Easy Power (WMM003N)"; + vendor = "PISEN"; + } + ]; + }; + plasmacloud_pa300 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-plasmacloud_pa300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-plasmacloud_pa300-squashfs-sysupgrade.bin"; + sha256 = "a833a88ca4256220f7fd6974c8f27dbae794f6cb7bcd90d8b03ef9ac8935edd5"; + sha256_unsigned = "283487c253f3ec983cdc742c8b7ee9050f20122e18607d391f85e7c63853a95f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-plasmacloud_pa300-initramfs-kernel.bin"; + sha256 = "022cfd18878f178a3918b133460417265b981357db01dd830ab3b8e143aed6f7"; + sha256_unsigned = "022cfd18878f178a3918b133460417265b981357db01dd830ab3b8e143aed6f7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-plasmacloud_pa300-squashfs-factory.bin"; + sha256 = "46d5ff333e5422db23c6b42005b60c43578ed2e62658628c1ef075f9120991f7"; + sha256_unsigned = "46d5ff333e5422db23c6b42005b60c43578ed2e62658628c1ef075f9120991f7"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa300" + ]; + titles = [ + { + model = "PA300"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa300e = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-plasmacloud_pa300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-plasmacloud_pa300e-squashfs-sysupgrade.bin"; + sha256 = "e097ed1bf837d6f2dda7bda610624398a0628f8a64ea3f19ad6c8682d2ef9e3b"; + sha256_unsigned = "2cae6bf30cddc104db1e4561657d3b9998dedc44300d518d56e918a09ae65ff4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-plasmacloud_pa300e-initramfs-kernel.bin"; + sha256 = "aa67ac9f4480c5533cddf7dfab7cae2e9053e49ca75aa920ddfbeab52b5a9379"; + sha256_unsigned = "aa67ac9f4480c5533cddf7dfab7cae2e9053e49ca75aa920ddfbeab52b5a9379"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-plasmacloud_pa300e-squashfs-factory.bin"; + sha256 = "d18fe1c7840f1d0520d9f3ab5d36374722b6675dabae37a759279a0b76ec4575"; + sha256_unsigned = "d18fe1c7840f1d0520d9f3ab5d36374722b6675dabae37a759279a0b76ec4575"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa300e" + ]; + titles = [ + { + model = "PA300E"; + vendor = "Plasma Cloud"; + } + ]; + }; + qca_ap143-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-qca_ap143-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qca_ap143-16m-squashfs-factory.bin"; + sha256 = "84906cbd313d1f50d0cc7ef7b31f44cb6e482c2e276e9a8816471dca48e7d46f"; + sha256_unsigned = "84906cbd313d1f50d0cc7ef7b31f44cb6e482c2e276e9a8816471dca48e7d46f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qca_ap143-16m-squashfs-sysupgrade.bin"; + sha256 = "393ae9514a4325331db4f6da89c31c7541698a0c18ae1de2e205348cf9b2fd54"; + sha256_unsigned = "a9256c4b1c92170b38ce36c82c10de2c5668fdec3d71f53ab7a2fa683b88c53a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-qca_ap143-16m-initramfs-kernel.bin"; + sha256 = "6a2d3b1de9d14a8ae91f5c299cdb7abce06d1808f14edd52a557b3e0b3ac764a"; + sha256_unsigned = "6a2d3b1de9d14a8ae91f5c299cdb7abce06d1808f14edd52a557b3e0b3ac764a"; + type = "kernel"; + } + ]; + supported_devices = [ + "qca,ap143-16m" + "ap143" + ]; + titles = [ + { + model = "AP143"; + variant = "(16M)"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qca_ap143-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-qca_ap143-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qca_ap143-8m-squashfs-factory.bin"; + sha256 = "a79b37fb296c7593f34d72c52ef3b056f9b6489ba6e16b72d4d2eadf32b1cc94"; + sha256_unsigned = "a79b37fb296c7593f34d72c52ef3b056f9b6489ba6e16b72d4d2eadf32b1cc94"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qca_ap143-8m-squashfs-sysupgrade.bin"; + sha256 = "efe44e9f8d45b7b455474f0c9c42935433f860f8c7648d1a9628cca7b56c125d"; + sha256_unsigned = "4df544665829b1174e17b86752b8a28a759e3b1ac065953d028fef91900c3475"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-qca_ap143-8m-initramfs-kernel.bin"; + sha256 = "c67df42ea2d5e20a0495d4c3ea60f4c69323ce46359c15b6c591879c6b9f3827"; + sha256_unsigned = "c67df42ea2d5e20a0495d4c3ea60f4c69323ce46359c15b6c591879c6b9f3827"; + type = "kernel"; + } + ]; + supported_devices = [ + "qca,ap143-8m" + "ap143" + ]; + titles = [ + { + model = "AP143"; + variant = "(8M)"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qihoo_c301 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-qihoo_c301"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qihoo_c301-squashfs-factory.bin"; + sha256 = "af3c7af2143bdf727db1e55be0c7e247873d1ee33098e7b5245b1d36b1847e7e"; + sha256_unsigned = "af3c7af2143bdf727db1e55be0c7e247873d1ee33098e7b5245b1d36b1847e7e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qihoo_c301-squashfs-sysupgrade.bin"; + sha256 = "68d86d41a71358aa6d8bfe2d962b475b39025d4726a787b398dbbd067d0f1d18"; + sha256_unsigned = "be4cc9724fb0f6d747515e94eafbc7ec651b4b3a9c39a0ce96e8bb6afe9bbfb6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-qihoo_c301-initramfs-kernel.bin"; + sha256 = "03d04f8e64185379784f9ff3245b3ea41b5c09a1d4b490748554ad2561a46b89"; + sha256_unsigned = "03d04f8e64185379784f9ff3245b3ea41b5c09a1d4b490748554ad2561a46b89"; + type = "kernel"; + } + ]; + supported_devices = [ + "qihoo,c301" + "qihoo-c301" + ]; + titles = [ + { + model = "C301"; + vendor = "Qihoo"; + } + ]; + }; + qxwlan_e1700ac-v2-16m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-qxwlan_e1700ac-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e1700ac-v2-16m-initramfs-kernel.bin"; + sha256 = "63a8f0226d008b77cdb38f2b3e023bb46165969ea3d5cd4a55013ffd402e9a28"; + sha256_unsigned = "63a8f0226d008b77cdb38f2b3e023bb46165969ea3d5cd4a55013ffd402e9a28"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e1700ac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "b01b9d19f2fd890c3f4a48689ac5d6541b117aa3472b1d7c12bc84ceb1df02d1"; + sha256_unsigned = "64434899df6db3af0973209084b38c124bf7570e472840488667aafd29b0d01d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-16m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e1700ac-v2-8m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-qxwlan_e1700ac-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e1700ac-v2-8m-initramfs-kernel.bin"; + sha256 = "66cb36b35c268a98bcb60521bd76c327b2ca52b721ed86677fdfa8ebec8a0abb"; + sha256_unsigned = "66cb36b35c268a98bcb60521bd76c327b2ca52b721ed86677fdfa8ebec8a0abb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e1700ac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "76b8df077076f5dc77a4c47b30f8d412eba218885a4d1f945b99752ffef26a82"; + sha256_unsigned = "274f59bb8fca4e8cd6b7d54bf272cff69665e82dcca69bb89f4007521731f841"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-8m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-qxwlan_e558-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e558-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "49f7c56cfd5acfcdfec06f97c7c9533a9f5d223cb41d2f5ed72c6847ea92a055"; + sha256_unsigned = "12c8e31356d9dae6b3ea6dda30903ce59d40de9f12a6aaec7ab0d4d25ba84622"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e558-v2-16m-initramfs-kernel.bin"; + sha256 = "9032291db4036e8d1231227eae7766a50491d8d50648ec3898a0fd241ab222ad"; + sha256_unsigned = "9032291db4036e8d1231227eae7766a50491d8d50648ec3898a0fd241ab222ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-16m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-qxwlan_e558-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e558-v2-8m-initramfs-kernel.bin"; + sha256 = "8a1fee707691dc72ba24641042fbc95417e89aa658ab6355e10430589beb4281"; + sha256_unsigned = "8a1fee707691dc72ba24641042fbc95417e89aa658ab6355e10430589beb4281"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e558-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "065fd85de7308abb93aa0e122eca524c19fb65914e4e5cdc3ce726f7e919cf55"; + sha256_unsigned = "535ca3a18b7cc5c89e42cae73a500abacca4cf7c83155461129a5c94abf69722"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-8m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-qxwlan_e600g-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e600g-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "0d1c9020d690772178a43efe09e0050b1a3e0363d3dd11619183c2b09f05f2bd"; + sha256_unsigned = "57031795054adae06795dc06d6c5009f650ae2b4e37a4f1e93c801c10af36c64"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e600g-v2-16m-initramfs-kernel.bin"; + sha256 = "b23a2d9fe712724065ab96bad486d6b54604ef867241105e64856d33b10892e8"; + sha256_unsigned = "b23a2d9fe712724065ab96bad486d6b54604ef867241105e64856d33b10892e8"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-16m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-qxwlan_e600g-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e600g-v2-8m-initramfs-kernel.bin"; + sha256 = "d08687bd11420eb77f4260084db0665f7e5e8014cc9a1fe1aad6618d9154d9f4"; + sha256_unsigned = "d08687bd11420eb77f4260084db0665f7e5e8014cc9a1fe1aad6618d9154d9f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e600g-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "d1b76eca0188ecc20810a3d4f752d6447f29c12214e91403ee575744bb2bed9f"; + sha256_unsigned = "bee68c3d97188d4c20ab94c7b6e5e9f042be8505a27b073eb1e6e16ba1c00f3b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-8m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-16m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-qxwlan_e600gac-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e600gac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "e0e590dec3c3a1fbb5d52759b6f659f70685e2f51e46821a8c8f2a540ee73577"; + sha256_unsigned = "7f555eface55e3d040aafb0ee631b06c3364a5c7abb2ca1f35cd39ce2c0c96e9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e600gac-v2-16m-initramfs-kernel.bin"; + sha256 = "f82cf489fd374a8e3bd4f1811b95ed684a5ae86dfa173f295f50b698329141f1"; + sha256_unsigned = "f82cf489fd374a8e3bd4f1811b95ed684a5ae86dfa173f295f50b698329141f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-16m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-8m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-qxwlan_e600gac-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e600gac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "05189e8515c0a149dbfe9bad10b2d6c65f0b1bea4f0b536bb3bcadc49f677e28"; + sha256_unsigned = "7b8cec8dc70d8c97574aa8e13159c5887fcb8a93965569a4ecb5da66b7e98823"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e600gac-v2-8m-initramfs-kernel.bin"; + sha256 = "46ae001eb66c1c3a1fe71b6786dec079f7ba558999b1c48dfc764d456e2c2954"; + sha256_unsigned = "46ae001eb66c1c3a1fe71b6786dec079f7ba558999b1c48dfc764d456e2c2954"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-8m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-qxwlan_e750a-v4-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e750a-v4-16m-initramfs-kernel.bin"; + sha256 = "2998f2a5a870c18e91be483ed9f24d7716f9b0f68233690e9ae8ceb93f27e224"; + sha256_unsigned = "2998f2a5a870c18e91be483ed9f24d7716f9b0f68233690e9ae8ceb93f27e224"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e750a-v4-16m-squashfs-sysupgrade.bin"; + sha256 = "0c1ff1e7823e05236e367e08a25e42ac18c98aa364da915913482e4450b46777"; + sha256_unsigned = "fa85955c478cdd135042345a694e6a968fb826f2ba90f4a9c5bd8a042774d3a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-16m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-qxwlan_e750a-v4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e750a-v4-8m-squashfs-sysupgrade.bin"; + sha256 = "420dad39637c59056bb55318a81b553e94c4f8dae677591b206cc3dfc61790e5"; + sha256_unsigned = "21b604768620d18027ca34e430ad4e370d11cf678908ef4f7a5b01f9b77e8064"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e750a-v4-8m-initramfs-kernel.bin"; + sha256 = "5b143d0a8abc0abe9be77f8055e187ef19ff241a845f79ff7da4f02f955aa498"; + sha256_unsigned = "5b143d0a8abc0abe9be77f8055e187ef19ff241a845f79ff7da4f02f955aa498"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-8m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-qxwlan_e750g-v8-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e750g-v8-16m-initramfs-kernel.bin"; + sha256 = "d0d74b584d9a0db537af6ed522db6eb14bfb1a1ee86980b8c6d24c655b63225b"; + sha256_unsigned = "d0d74b584d9a0db537af6ed522db6eb14bfb1a1ee86980b8c6d24c655b63225b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e750g-v8-16m-squashfs-sysupgrade.bin"; + sha256 = "67ff7374b8303d92c1302074fbc618c4f2af7984e858c67dcf393a1044767f2d"; + sha256_unsigned = "2bbe3fa49b29040bd51204d26afbe4ddcfdc03b5d44f9e44f275e6a476abb65b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-16m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-qxwlan_e750g-v8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e750g-v8-8m-squashfs-sysupgrade.bin"; + sha256 = "2d7063c90c31543f7e27aee3355b151394a3b6960882be6bc13b95acfc09af12"; + sha256_unsigned = "4522044425f213a543f68f0c0e845201a9631de513174185942ecfe7d39e3f3a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-qxwlan_e750g-v8-8m-initramfs-kernel.bin"; + sha256 = "d23545e2845a323b118549a724fb579f45bf5094824d209b8bc153e3ded2add2"; + sha256_unsigned = "d23545e2845a323b118549a724fb579f45bf5094824d209b8bc153e3ded2add2"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-8m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "fb09c40a9c023446cb70071a0819b6f7eab036cb6827b05798970f2f59c81785"; + sha256_unsigned = "ecc0a6bd16d2d0c260022433c9b0449b63c5a95e8338c471cc986b5f16f743a6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-rosinson_wr818-initramfs-kernel.bin"; + sha256 = "eaed47f707cfffe941cff0d599720b53855efa792f25e4ab5fbfcd99c2e33155"; + sha256_unsigned = "eaed47f707cfffe941cff0d599720b53855efa792f25e4ab5fbfcd99c2e33155"; + type = "kernel"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + model = "WR818"; + vendor = "Rosinson"; + } + ]; + }; + ruckus_zf7321 = { + device_packages = [ + "-swconfig" + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ruckus_zf7321"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ruckus_zf7321-squashfs-sysupgrade.bin"; + sha256 = "902dd3321e273149f4c56d3b051a153c9aaac80e7d18df5d6e5d8da885420ef1"; + sha256_unsigned = "5c652129e94b621835fbba0e096f301c96a41dd47076da087141b194649430e9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ruckus_zf7321-initramfs-kernel.bin"; + sha256 = "9a6a43152ce11f4304afc08f3f054578a1555d9e2b78e16f947f952e40164372"; + sha256_unsigned = "9a6a43152ce11f4304afc08f3f054578a1555d9e2b78e16f947f952e40164372"; + type = "kernel"; + } + ]; + supported_devices = [ + "ruckus,zf7321" + ]; + titles = [ + { + model = "ZoneFlex 7321[-U]"; + vendor = "Ruckus"; + } + ]; + }; + ruckus_zf7372 = { + device_packages = [ + "-swconfig" + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ruckus_zf7372"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ruckus_zf7372-squashfs-sysupgrade.bin"; + sha256 = "bf9f80eb764883683dff0cbccaca3685430c23898bf915fbcf0c4b9f14c106bc"; + sha256_unsigned = "31189bd35a22e8140c2228996e5c3f09f5e209d32d9e2c83391fa5df7483c61a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ruckus_zf7372-initramfs-kernel.bin"; + sha256 = "fde540c7923f1498edb2358e301862dbe7adefabbd81d638dc3835223c94c8ac"; + sha256_unsigned = "fde540c7923f1498edb2358e301862dbe7adefabbd81d638dc3835223c94c8ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "ruckus,zf7372" + ]; + titles = [ + { + model = "ZoneFlex 7352/7372[-E/-U]"; + vendor = "Ruckus"; + } + ]; + }; + samsung_wam250 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-samsung_wam250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-samsung_wam250-squashfs-sysupgrade.bin"; + sha256 = "dcf31a6fc14f8987c521bf2e9f4b662c643ce7059fd73d479662836d16feffdf"; + sha256_unsigned = "21b60934163052eaf0a50515aa9769314e495c0ba1e7b9c1fcbc4fb8b3a65804"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-samsung_wam250-initramfs-kernel.bin"; + sha256 = "c36a81ba9b44660ea0636597ea2835c8eae27c9aa077a17eb3ad4efa5b5f9ca6"; + sha256_unsigned = "c36a81ba9b44660ea0636597ea2835c8eae27c9aa077a17eb3ad4efa5b5f9ca6"; + type = "kernel"; + } + ]; + supported_devices = [ + "samsung,wam250" + "wam250" + ]; + titles = [ + { + model = "WAM250"; + vendor = "Samsung"; + } + ]; + }; + siemens_ws-ap3610 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-siemens_ws-ap3610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-siemens_ws-ap3610-squashfs-sysupgrade.bin"; + sha256 = "2e8d12f06d148c9e2f5ada6abf1d91b55f3394bb6f785c166aa3b04d0665bdca"; + sha256_unsigned = "9ee59a083029186267da23eaa6a3f5390f3e6f64df5d2949f681e6908647561a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-siemens_ws-ap3610-initramfs-kernel.bin"; + sha256 = "05133a8cb06904243b65f3ec9dbdb8dc0589d605752627122f5f2f71870f56d3"; + sha256_unsigned = "05133a8cb06904243b65f3ec9dbdb8dc0589d605752627122f5f2f71870f56d3"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,ws-ap3610" + ]; + titles = [ + { + model = "WS-AP3610"; + vendor = "Siemens"; + } + ]; + }; + sitecom_wlr-7100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-sitecom_wlr-7100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-sitecom_wlr-7100-initramfs-kernel.bin"; + sha256 = "d2799ddd2ba2d90d1f0c1c544a0fd8a3a87c61ad9b3047ebf3ee467eb0184a71"; + sha256_unsigned = "d2799ddd2ba2d90d1f0c1c544a0fd8a3a87c61ad9b3047ebf3ee467eb0184a71"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-sitecom_wlr-7100-squashfs-sysupgrade.bin"; + sha256 = "2b618c470100bcb72f04fd3732e4c4195cba2067a7a0b3a8b679a3d0072b5281"; + sha256_unsigned = "3794a35d768c68aad33a6c91baa32ffba1eb07a598ef2f6d56ccd69c57905051"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-sitecom_wlr-7100-squashfs-factory.dlf"; + sha256 = "45df9b564283102226c17c155696b6a1d1d4ef8d18a121e7a18442a988eb8392"; + sha256_unsigned = "45df9b564283102226c17c155696b6a1d1d4ef8d18a121e7a18442a988eb8392"; + type = "factory"; + } + ]; + supported_devices = [ + "sitecom,wlr-7100" + ]; + titles = [ + { + model = "WLR-7100"; + vendor = "Sitecom"; + } + ]; + }; + sitecom_wlr-8100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-sitecom_wlr-8100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-sitecom_wlr-8100-initramfs-kernel.bin"; + sha256 = "3f73e0f49b5c29081f322afc4f2fd65270cf53003d2614520d1b806d8c0717de"; + sha256_unsigned = "3f73e0f49b5c29081f322afc4f2fd65270cf53003d2614520d1b806d8c0717de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-sitecom_wlr-8100-squashfs-sysupgrade.bin"; + sha256 = "b22f3a7da1faccdab57c8a697aa9b06e056330726d8a96a433c3d5e47ec4d412"; + sha256_unsigned = "566a61c8c3d758b6c7e102590025d0b2b6b0f9f71863d695d2208f430c1801ea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-sitecom_wlr-8100-squashfs-factory.dlf"; + sha256 = "92cd757fa51c4bd940d9623767ee63aa660803ccac2536aa2eefeedc5838b269"; + sha256_unsigned = "92cd757fa51c4bd940d9623767ee63aa660803ccac2536aa2eefeedc5838b269"; + type = "factory"; + } + ]; + supported_devices = [ + "sitecom,wlr-8100" + "wlr8100" + ]; + titles = [ + { + model = "WLR-8100"; + vendor = "Sitecom"; + } + { + model = "X8 AC1750"; + vendor = "Sitecom"; + } + ]; + }; + sophos_ap100 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-sophos_ap100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-sophos_ap100-initramfs-kernel.bin"; + sha256 = "9c6cfa77276db27056b8c8d0b78261bf597cfb14fb63fc2686f429e2eabae7f3"; + sha256_unsigned = "9c6cfa77276db27056b8c8d0b78261bf597cfb14fb63fc2686f429e2eabae7f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-sophos_ap100-squashfs-sysupgrade.bin"; + sha256 = "2c15e0709231b82110d19da8280465b37cd6837603fcdbaf6f64167fa9f14819"; + sha256_unsigned = "8a8d49b0b29a5ab1eaaaba82626a25faee6789c4cba5543f4daf38a5359496ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap100" + ]; + titles = [ + { + model = "AP100"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap100c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-sophos_ap100c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-sophos_ap100c-initramfs-kernel.bin"; + sha256 = "cbca2007d6bc17db616a482bed5ca8118fed01b1a1018498d57d66641e83bdce"; + sha256_unsigned = "cbca2007d6bc17db616a482bed5ca8118fed01b1a1018498d57d66641e83bdce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-sophos_ap100c-squashfs-sysupgrade.bin"; + sha256 = "64a6363eec91f3b85ef8e63dd1a9071803e2d64c4bd973242057a7625c53e6e7"; + sha256_unsigned = "8d98b10c553669df089e0dc2315104dc2768f4ce15f180fac09943d2d225cc21"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap100c" + ]; + titles = [ + { + model = "AP100C"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap55 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-sophos_ap55"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-sophos_ap55-initramfs-kernel.bin"; + sha256 = "673fe85242b7845233766a5779803979e66fd46cef3a01c3dcc630b3cbdc65d0"; + sha256_unsigned = "673fe85242b7845233766a5779803979e66fd46cef3a01c3dcc630b3cbdc65d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-sophos_ap55-squashfs-sysupgrade.bin"; + sha256 = "91cfc6b652833f57c269cb8cc148b74d8ea524638212eae72de8398888273894"; + sha256_unsigned = "f23f5be26507faf0e8734d9e413ea03087d5a2d44b414b579ad3a8b460a03090"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap55" + ]; + titles = [ + { + model = "AP55"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap55c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-sophos_ap55c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-sophos_ap55c-squashfs-sysupgrade.bin"; + sha256 = "cb5a3c679f3632b3f3427ac11ff79a69eeeb87bdb0639855d220fa8579279679"; + sha256_unsigned = "3ad866da3fe6e03863d82a1e98b8870c721182de86c8d8bfb243d0bf4dcfa941"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-sophos_ap55c-initramfs-kernel.bin"; + sha256 = "7ee5822838c94d7125d825e48f01d37b5b3c3616f0d1b0f2d5aac1ed3976eb80"; + sha256_unsigned = "7ee5822838c94d7125d825e48f01d37b5b3c3616f0d1b0f2d5aac1ed3976eb80"; + type = "kernel"; + } + ]; + supported_devices = [ + "sophos,ap55c" + ]; + titles = [ + { + model = "AP55C"; + vendor = "Sophos"; + } + ]; + }; + telco_t1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-telco_t1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-telco_t1-initramfs-kernel.bin"; + sha256 = "0574bb459558d5af0e82d659befece9fdfbc4f14819b5ebddd8e1587152e64c5"; + sha256_unsigned = "0574bb459558d5af0e82d659befece9fdfbc4f14819b5ebddd8e1587152e64c5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-telco_t1-squashfs-sysupgrade.bin"; + sha256 = "340e6bf160cc473e94022a2061c483bd3de6d8541dd1ab418099f64f6de41efa"; + sha256_unsigned = "40c94be6dbfc83f56a41f7e864cc9ba1fb11a8dd81bfe9e0ec65e13ce2743017"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco,t1" + "telco_electronics,tel-t1" + ]; + titles = [ + { + model = "T1"; + vendor = "Telco"; + } + ]; + }; + teltonika_rut230-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-teltonika_rut230-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-teltonika_rut230-v1-squashfs-sysupgrade.bin"; + sha256 = "86a2c8024e8daf26e8e5baeb54b05b81e41c95fe0dc9943a0e9e2dbd64a0bd69"; + sha256_unsigned = "ba4984dfec8ba70162dfd96c336364c650ca30235a91db8473eb8b7ad73b2087"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-teltonika_rut230-v1-initramfs-kernel.bin"; + sha256 = "ecc3fc3b9c74dfd1f7d37e96dd2fa6bb6860922d24cdf83b7b472c514eafe4ef"; + sha256_unsigned = "ecc3fc3b9c74dfd1f7d37e96dd2fa6bb6860922d24cdf83b7b472c514eafe4ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-teltonika_rut230-v1-squashfs-factory.bin"; + sha256 = "47502f2b3be5386ae7e59c875818b70564410817ed2989d891cfd7f957eb03af"; + sha256_unsigned = "47502f2b3be5386ae7e59c875818b70564410817ed2989d891cfd7f957eb03af"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut230-v1" + ]; + titles = [ + { + model = "RUT230"; + variant = "v1"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-teltonika_rut955"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-teltonika_rut955-initramfs-kernel.bin"; + sha256 = "9c020141127b82ec0369abab8d7ef30b67028c8c63d9b9bf2316511b18ff8268"; + sha256_unsigned = "9c020141127b82ec0369abab8d7ef30b67028c8c63d9b9bf2316511b18ff8268"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-teltonika_rut955-squashfs-sysupgrade.bin"; + sha256 = "1ba547b5e16cbd28fb94c4d4279a07f96b865b6a0e7e0787f58afee10e2eb754"; + sha256_unsigned = "ea8234008b4e93af3dc4e02c259e18b85f0a716363f8f815885d7e3fc5ce75ef"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-teltonika_rut955-squashfs-factory.bin"; + sha256 = "3971786bdb01ad0db88fba2966181307fcaf2a2101ec5c24ab8a715b1d3c6507"; + sha256_unsigned = "3971786bdb01ad0db88fba2966181307fcaf2a2101ec5c24ab8a715b1d3c6507"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut955" + ]; + titles = [ + { + model = "RUT955"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955-h7v3c0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-teltonika_rut955-h7v3c0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-teltonika_rut955-h7v3c0-squashfs-factory.bin"; + sha256 = "f7b43771621418bca7c337bbe52b377171a7d67c9765240fec512f461efabd00"; + sha256_unsigned = "f7b43771621418bca7c337bbe52b377171a7d67c9765240fec512f461efabd00"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-teltonika_rut955-h7v3c0-initramfs-kernel.bin"; + sha256 = "ffde3c236f1f21dda9faf2da5dfdef32ec8dca0133cf221a6df2ca2f0567f30c"; + sha256_unsigned = "ffde3c236f1f21dda9faf2da5dfdef32ec8dca0133cf221a6df2ca2f0567f30c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-teltonika_rut955-h7v3c0-squashfs-sysupgrade.bin"; + sha256 = "9d18b193edcc6442072a9e480cedae073151a10e8e73188cb54dd1cbd2fcb101"; + sha256_unsigned = "b63b94e9eb9b43704f26bc597bed6922d38985e704fef7ff8ea50e2c220d7a85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rut955-h7v3c0" + ]; + titles = [ + { + model = "RUT955"; + variant = "H7V3C0"; + vendor = "Teltonika"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "7016f47d889a9f5204ca5fb53c6c187308385664df9adf56994036faf2109922"; + sha256_unsigned = "7016f47d889a9f5204ca5fb53c6c187308385664df9adf56994036faf2109922"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "5fbe1619c9f31fa8d68273e97cdcc976d7d22f13afca26e08b5ef806af9aa7ec"; + sha256_unsigned = "ccbfb8728f012ad487f14b1a62d75ad72eb49a2374b3bfa5eb76b2a22f0997e5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-a7-v5-initramfs-kernel.bin"; + sha256 = "95de567d3668881011fe44f1eeb69b58669c691142c0f6c1a3342478d2e6ed74"; + sha256_unsigned = "95de567d3668881011fe44f1eeb69b58669c691142c0f6c1a3342478d2e6ed74"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + model = "Archer A7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-a9-v6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-a9-v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-a9-v6-squashfs-sysupgrade.bin"; + sha256 = "5df5149c06315dc925a0b694282ce5ba80479f7c9069cd9049bf4eb899b7234f"; + sha256_unsigned = "a5dcc35f8a7822cac10f9def02b1d97a6596b4020b3c75cbaf216248b235f9fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-a9-v6-initramfs-kernel.bin"; + sha256 = "2091815f93317114a97b24887274e2a6f31c10ce3b3b6fec4e116b1a6341a11c"; + sha256_unsigned = "2091815f93317114a97b24887274e2a6f31c10ce3b3b6fec4e116b1a6341a11c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-a9-v6-squashfs-factory.bin"; + sha256 = "daf6c1ac57b9fa89e563584eeb9df2bf09cc900073247897ad82ab74c0684cc4"; + sha256_unsigned = "daf6c1ac57b9fa89e563584eeb9df2bf09cc900073247897ad82ab74c0684cc4"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a9-v6" + ]; + titles = [ + { + model = "Archer A9"; + variant = "v6"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "f82ac12fbbad2434181de0694510ef138eb6dcf6bed48ca275710cdc892b0ce8"; + sha256_unsigned = "5ea13f0bdadaad9313e90c96f3eae4a102b92aef484190d7b5ea2d6ff491caac"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "e9c3aa8966edc4132584ac12f0c8fa07e5cfd842bf453647255ad669a7cf7130"; + sha256_unsigned = "e9c3aa8966edc4132584ac12f0c8fa07e5cfd842bf453647255ad669a7cf7130"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c2-v3-initramfs-kernel.bin"; + sha256 = "8ba86328ead839e792811c5fcc248c040d85cf84f2e4ce8c6e293222bb00ce3e"; + sha256_unsigned = "8ba86328ead839e792811c5fcc248c040d85cf84f2e4ce8c6e293222bb00ce3e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "fb1dea70e21c1f98ee40d0d62397a0bac5a8c2f9e9aefa89dc9ae20a17eadba1"; + sha256_unsigned = "0ea232953c2a388566c45b12ba95ae9401095b016ebb9104df0a5f5e66ebfc21"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c25-v1-initramfs-kernel.bin"; + sha256 = "2cf26469b319eb52ede27fbb0885e2d528518ffe03f8168f70b65e8c25806c34"; + sha256_unsigned = "2cf26469b319eb52ede27fbb0885e2d528518ffe03f8168f70b65e8c25806c34"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "bf320c498c508e90602943e985b850696b9579d75623f2cb424a03c49ff5c5d6"; + sha256_unsigned = "bf320c498c508e90602943e985b850696b9579d75623f2cb424a03c49ff5c5d6"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + model = "Archer C25"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "ea95e9fc71d2861af1ddb8af6efea8f884cbd625b70fd3a0e6861d4f2af77944"; + sha256_unsigned = "dd9caed3e4acc09c948e91ebbf298d0f9b789a2633e1efb86c4c7be4c1a11a04"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c5-v1-initramfs-kernel.bin"; + sha256 = "f5413fab43590189b52bb4d8a825775653ceeba8795264be05eb539895625538"; + sha256_unsigned = "f5413fab43590189b52bb4d8a825775653ceeba8795264be05eb539895625538"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "cab727be50e5cc2e256d957124749f212870b151d4f0da431ffc97cddf9e3949"; + sha256_unsigned = "cab727be50e5cc2e256d957124749f212870b151d4f0da431ffc97cddf9e3949"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + model = "Archer C5"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c58-v1-initramfs-kernel.bin"; + sha256 = "04b073ad9ddbb1cfd8248af2a91d0affe508cbd3527bb9e1ce3c4321070a5486"; + sha256_unsigned = "04b073ad9ddbb1cfd8248af2a91d0affe508cbd3527bb9e1ce3c4321070a5486"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "7d1b60a989078417cc6f28a31f4ff9c1eb2c6c3965521cf86202fdf41ec78199"; + sha256_unsigned = "5f4097399bb24b7275b07ae04660c9f52a32c3fd2d8fab35dc33fe702f046288"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "b0e0be5d9b23e0a467b58bbc764e74541d80c68589632efed1ec3fa709db272a"; + sha256_unsigned = "b0e0be5d9b23e0a467b58bbc764e74541d80c68589632efed1ec3fa709db272a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + model = "Archer C58"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c59-v1-initramfs-kernel.bin"; + sha256 = "25d42cc308e56b40d45621992cbdc5555f1102482815346a886dfc31da6be9a4"; + sha256_unsigned = "25d42cc308e56b40d45621992cbdc5555f1102482815346a886dfc31da6be9a4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "e76559ee6692af18e89aacad6173e5c9f6f9e950b51db94c28ce9f9ad1ebaf4d"; + sha256_unsigned = "1bfa262888e59e3d279638d51d884a22344c80e137ada8f12098b143d73e6118"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "4bc649c46e94ba5281d583de2d6b708044a5019d4fb32dd94f7e178c324e8abb"; + sha256_unsigned = "4bc649c46e94ba5281d583de2d6b708044a5019d4fb32dd94f7e178c324e8abb"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin"; + sha256 = "c2649c2523e798181cc32b9ff37fbf453265e5082e6971d677ff65a0c27ba5f0"; + sha256_unsigned = "c2649c2523e798181cc32b9ff37fbf453265e5082e6971d677ff65a0c27ba5f0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "1b1678db8724ddf94b7a76782c6f63d9182e1d18f776f2024a58578b385fa891"; + sha256_unsigned = "fadb8321b87ea843a88c20bcc2fdc421baa4882d63694c010359e5013cdefe55"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c59-v2-initramfs-kernel.bin"; + sha256 = "5bd32889de34b472ee4f94df9881c87760e013c4ec7f9e27d5ed6c32ef5795c1"; + sha256_unsigned = "5bd32889de34b472ee4f94df9881c87760e013c4ec7f9e27d5ed6c32ef5795c1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v2" + "archer-c59-v2" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "40e183e743c9b6acd62e3bcf7f2e00bb9f6947310efd18652ab282f160c25a7b"; + sha256_unsigned = "32fd03fcbecf5ae088e405ac452932f94363e9ccdaf379098ad898ec8e3ca935"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "b4b0ad59f3cb3d6e1e0b2a2160c1c90a340fb6cfcbf1c5f011fea3008c30c817"; + sha256_unsigned = "b4b0ad59f3cb3d6e1e0b2a2160c1c90a340fb6cfcbf1c5f011fea3008c30c817"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c6-v2-initramfs-kernel.bin"; + sha256 = "35b9c16e17c869ca90282cb6412490782c4ecf6b0a1982889efa3a468bdd71b5"; + sha256_unsigned = "35b9c16e17c869ca90282cb6412490782c4ecf6b0a1982889efa3a468bdd71b5"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (EU/RU/JP)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2-us = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-c6-v2-us"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"; + sha256 = "578a1a3e1a41cab545d8f06f60ddc64a3dd5495053c6f2d99004daeed4df9e43"; + sha256_unsigned = "578a1a3e1a41cab545d8f06f60ddc64a3dd5495053c6f2d99004daeed4df9e43"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c6-v2-us-initramfs-kernel.bin"; + sha256 = "800fb85d2426e2c3824d0a9f472eef22b0abd2dd87ad9c33f2308ff11e88e942"; + sha256_unsigned = "800fb85d2426e2c3824d0a9f472eef22b0abd2dd87ad9c33f2308ff11e88e942"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin"; + sha256 = "b8576b1ea163374d52318209690297ffd3cbf2df0c718f1f65357e4e4cdcfbfd"; + sha256_unsigned = "3c26411ca6d81abb7b1e616be11adda73b8c86d782a3fd8d94726a66342f2d3b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2-us" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (US)"; + vendor = "TP-Link"; + } + { + model = "Archer A6"; + variant = "v2 (US/TW)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "bf918d87c37be37b4413a0500080215cc4c34ceece18d91d1ac0d57e92ecc0e0"; + sha256_unsigned = "af61f92ca06a6460e014eb0005ece15ebd511efc8dce4710b466a12eb3e5bf63"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"; + sha256 = "65fc0d02b9d0d9996800b3b7d46d635069befb487ea3766c531946d588f135fc"; + sha256_unsigned = "65fc0d02b9d0d9996800b3b7d46d635069befb487ea3766c531946d588f135fc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c60-v1-initramfs-kernel.bin"; + sha256 = "353dc2b67d06d2c34d0bb092f61def42d49a24f9c0583c74620595aeb241ad9b"; + sha256_unsigned = "353dc2b67d06d2c34d0bb092f61def42d49a24f9c0583c74620595aeb241ad9b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c60-v2-initramfs-kernel.bin"; + sha256 = "ac51d7143f7408e66081ef6a5de4e9ee40536d373205a477b398d71c125ffd4b"; + sha256_unsigned = "ac51d7143f7408e66081ef6a5de4e9ee40536d373205a477b398d71c125ffd4b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"; + sha256 = "fdecb78aa3162e0de14b5becd33d36cd3c89290dbb419090f7e7c72023679726"; + sha256_unsigned = "fdecb78aa3162e0de14b5becd33d36cd3c89290dbb419090f7e7c72023679726"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "7109628ebde7abbd34ede21bd3ea2b0a5607499aa616f607cc0802a5b7a1ad11"; + sha256_unsigned = "6c74766af8ec2875c40d87e7f74d4d6c931204558de0673380fb7c9fa3e869af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c60-v3-initramfs-kernel.bin"; + sha256 = "e608f88e34fc6da897307e3937270e9310df38a72e5d7f24a82368b387d840f6"; + sha256_unsigned = "e608f88e34fc6da897307e3937270e9310df38a72e5d7f24a82368b387d840f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c60-v3-squashfs-factory.bin"; + sha256 = "c178e0fe87b002f5b31b6d94e8718a1cc5e3af6e3106b54c62f3766e0797bbfb"; + sha256_unsigned = "c178e0fe87b002f5b31b6d94e8718a1cc5e3af6e3106b54c62f3766e0797bbfb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "97f6310d5c294c6c7b07b5ae0bc1d2090fb1e41d7bec3e8ed3a5f9c0ff9ea5f7"; + sha256_unsigned = "3109faf543a7f86a41024e57e597dc72b75890929b4a1a36c1518e5dd7f46e38"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v1-initramfs-kernel.bin"; + sha256 = "c30d1c5234401590405924ec04a1776e754b928743c5022c9057f473f848ef5a"; + sha256_unsigned = "c30d1c5234401590405924ec04a1776e754b928743c5022c9057f473f848ef5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "ea57ff1aa2f63110da28b5fbb1f2160bf78f3e9c7fec9893b0992b8d0961febf"; + sha256_unsigned = "ea57ff1aa2f63110da28b5fbb1f2160bf78f3e9c7fec9893b0992b8d0961febf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "52ee27ebab5b670281799fad6b2dc73e5532f8ee5508ec2cedae8355a10d2dcd"; + sha256_unsigned = "bb1e9bb3637b358077a2d4eb6da58fbf4ee7ce0962a1b0b73932ce19a34d4574"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "09b7b0b4cbcacd27de35630fe955ffe2a5cb9196534de40ee7dc03818a4b8619"; + sha256_unsigned = "09b7b0b4cbcacd27de35630fe955ffe2a5cb9196534de40ee7dc03818a4b8619"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "3c22ba9b23ab67aec88941c2a352cd5b8794e1a1f45c2c95bfda083e3e30d31b"; + sha256_unsigned = "3c22ba9b23ab67aec88941c2a352cd5b8794e1a1f45c2c95bfda083e3e30d31b"; + type = "factory-eu"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v2-initramfs-kernel.bin"; + sha256 = "d469aa9cad6d3213613725d3df453b8259a3c3baa555e29e304539476d60c46b"; + sha256_unsigned = "d469aa9cad6d3213613725d3df453b8259a3c3baa555e29e304539476d60c46b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "8e4908b21eea40300f8edaffe65fdb922cb8d627fc35dd69f1edbd17b0442c07"; + sha256_unsigned = "172b4675c6755fc52020c5ab62d5b791a2def73db8171ea18dcf0b157a2ce023"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "89d3ee88f97c5cd893a01b943b79a0198d68f132e1a44d18595dc8ab0c1dfb6a"; + sha256_unsigned = "89d3ee88f97c5cd893a01b943b79a0198d68f132e1a44d18595dc8ab0c1dfb6a"; + type = "factory-us"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "d4c50590ab531cc8dce7a16781c092a49051b3f5c765097424b5ae01f90b17b4"; + sha256_unsigned = "224dd4daebe89ff6913d5d5af4eb9c3954523263efb30b084ec899e38145256f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "62c7006a149f73a34e1edb5deec63705392ceb690d4a899a090ff14d60dc6b11"; + sha256_unsigned = "62c7006a149f73a34e1edb5deec63705392ceb690d4a899a090ff14d60dc6b11"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v4-initramfs-kernel.bin"; + sha256 = "c14924c88ae3ca6da0b4a5361b02f253ac195132618d6e8023fbd52864cb3c7c"; + sha256_unsigned = "c14924c88ae3ca6da0b4a5361b02f253ac195132618d6e8023fbd52864cb3c7c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "db4409c8ca0c60efe0dbcd066a069b45bd72e7d3b3ae42808a7de3e672f109ba"; + sha256_unsigned = "db4409c8ca0c60efe0dbcd066a069b45bd72e7d3b3ae42808a7de3e672f109ba"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v5-initramfs-kernel.bin"; + sha256 = "01d2dca9eef47b760665eb21d63432b7c7225d48e95997bc0a51f282edb74e05"; + sha256_unsigned = "01d2dca9eef47b760665eb21d63432b7c7225d48e95997bc0a51f282edb74e05"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "449e7519d17e1fed4f87fafd06b76cda9fc852b9c1be3dac0014563f9e88f341"; + sha256_unsigned = "5a4eb7508d0f6eb98129ae0280b025824f80dc56abb1c857fae63af4fedba77c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "da12565ab882194abfa98c6b7fe05a56549d374a020cfbb7c9e5426d8bb5432b"; + sha256_unsigned = "2d6af1bddef7f9025b7fb44a22227c14c55167502a1b84f1f856513198352324"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-d50-v1-initramfs-kernel.bin"; + sha256 = "c99eede9d8a007dd05c1df0127dc41c1af71b55475a80ac5770ee0279bb6eb5a"; + sha256_unsigned = "c99eede9d8a007dd05c1df0127dc41c1af71b55475a80ac5770ee0279bb6eb5a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + model = "Archer D50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-d7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-d7-v1-squashfs-sysupgrade.bin"; + sha256 = "5cfe0c3775057e46b1079c9045b4d18f140d0697e7625c09a520cbfda1104b0a"; + sha256_unsigned = "ce5243ff1cd4fc9b8e0152e003dacc0365b5bdaa168b544e991555f3c38769ba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-d7-v1-initramfs-kernel.bin"; + sha256 = "674a8c328aefa5fdcc65be5807a2c3c97a94c6cd9fdf7fbe79c748456c8ec016"; + sha256_unsigned = "674a8c328aefa5fdcc65be5807a2c3c97a94c6cd9fdf7fbe79c748456c8ec016"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-d7-v1" + ]; + titles = [ + { + model = "Archer D7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7b-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_archer-d7b-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-d7b-v1-initramfs-kernel.bin"; + sha256 = "d08c9571e1e129a75abf6206c4483df07453cba2dfce1656cffd3ab07bf82a01"; + sha256_unsigned = "d08c9571e1e129a75abf6206c4483df07453cba2dfce1656cffd3ab07bf82a01"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_archer-d7b-v1-squashfs-sysupgrade.bin"; + sha256 = "fd5ae023d4b58535e1800a6606b5c2750e83d349a0414e0666c1ddb48f2043ae"; + sha256_unsigned = "476ab98a4d16b554d20b829dc7c4edeeb206a2182a74b6665e9591cbcea471f8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7b-v1" + ]; + titles = [ + { + model = "Archer D7b"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_cpe210-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe210-v1-initramfs-kernel.bin"; + sha256 = "31deac249df231285bbd45d87c0bfad77612ef70c7d9f979c75f8a352ea5bdfc"; + sha256_unsigned = "31deac249df231285bbd45d87c0bfad77612ef70c7d9f979c75f8a352ea5bdfc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe210-v1-squashfs-factory.bin"; + sha256 = "160467171e1ec44a15eb4b5f55d8990ea6eb0267ea7c9be4854358d11d634905"; + sha256_unsigned = "160467171e1ec44a15eb4b5f55d8990ea6eb0267ea7c9be4854358d11d634905"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe210-v1-squashfs-sysupgrade.bin"; + sha256 = "fd5d2b687bbcd1fee315b15abc9483a377d565c3f7dbda9f390d9d224a2f9d06"; + sha256_unsigned = "32658c504c3d76c1bf1bc4d372981bef96eed7e75467260cfc6194b0f4e64311"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v1" + "cpe210" + ]; + titles = [ + { + model = "CPE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "f35708274a594a738aa0c61d1fe7bd685420770c5d024756b7a0d145ffd526f3"; + sha256_unsigned = "f35708274a594a738aa0c61d1fe7bd685420770c5d024756b7a0d145ffd526f3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "c4f1dd5f914fb204dac52600eaf983348a522d623c472c860a7ece06491f04f9"; + sha256_unsigned = "f6964221294a31b601d363e28b3ac439da87ab6f98ef3c32020ce19eea46894b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe210-v2-initramfs-kernel.bin"; + sha256 = "c867cd830b38e1e911053a6b1dc3054ca8dca4a5fe423a96e4461653665e87ab"; + sha256_unsigned = "c867cd830b38e1e911053a6b1dc3054ca8dca4a5fe423a96e4461653665e87ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + model = "CPE210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe210-v3-initramfs-kernel.bin"; + sha256 = "57d4af8dd970fdd95bafd556bf46e96639e0a407fd99e85e67e4ae5702137510"; + sha256_unsigned = "57d4af8dd970fdd95bafd556bf46e96639e0a407fd99e85e67e4ae5702137510"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "89301d5d8af28f6863ac79953797a897c997ec2703d58618e8ba4fd6ddb06805"; + sha256_unsigned = "226d91ffa99eddf6b9dd1dbdeabd97b71f3b315864cc764b4924953bc69c308f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "0f70a9db9ca9b1fddb21ca45f43a3965b6d0488daddcaaa1c389f05b4e4818e3"; + sha256_unsigned = "0f70a9db9ca9b1fddb21ca45f43a3965b6d0488daddcaaa1c389f05b4e4818e3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + model = "CPE210"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_cpe220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe220-v2-squashfs-sysupgrade.bin"; + sha256 = "8650580bcdcdd1ff3b3850c0531cf48b60170ac518d05851b968aee1c4ace984"; + sha256_unsigned = "fd1763c365b060b7ddde52da7ec184865c1ff9cb2e5c7da9188b14b6d9876dcf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe220-v2-initramfs-kernel.bin"; + sha256 = "90a1000f0c306c84d978729971219186a82e5de65be378ce93547d619501f105"; + sha256_unsigned = "90a1000f0c306c84d978729971219186a82e5de65be378ce93547d619501f105"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe220-v2-squashfs-factory.bin"; + sha256 = "85df13a6a91a62ce52dc3bc3a31e5456bbca2e0c587c2741ba0e0004f1d4f52b"; + sha256_unsigned = "85df13a6a91a62ce52dc3bc3a31e5456bbca2e0c587c2741ba0e0004f1d4f52b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe220-v2" + ]; + titles = [ + { + model = "CPE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe220-v3-initramfs-kernel.bin"; + sha256 = "b29a792fd2053a1ece72a79264e4288d0f60b705b839bdd359505a80c04b16e7"; + sha256_unsigned = "b29a792fd2053a1ece72a79264e4288d0f60b705b839bdd359505a80c04b16e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "f567f646f83d139487b400405111936177232150a9d6942d31b80d35f3b598f5"; + sha256_unsigned = "3f1ff41623e812bd0a3ca490f891b430efbe96f5537e851da671117a999cc0b7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "e5662feca7c0833c4050888bbba15a5bd40ce3482312e5edab54cc0c7e59cac8"; + sha256_unsigned = "e5662feca7c0833c4050888bbba15a5bd40ce3482312e5edab54cc0c7e59cac8"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + model = "CPE220"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_cpe510-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe510-v1-initramfs-kernel.bin"; + sha256 = "3e2852255f42899712e0a715f36b3845e688670b54d6b0b95eb4f2521a919d8a"; + sha256_unsigned = "3e2852255f42899712e0a715f36b3845e688670b54d6b0b95eb4f2521a919d8a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe510-v1-squashfs-sysupgrade.bin"; + sha256 = "4c4ca7c8f395aec4f85f4448558f04b6afc666cb3de26639405393fc740141ad"; + sha256_unsigned = "43966e509019b1fcf2c4c598201d35f131769e59b19f3266740375a82ad817c5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe510-v1-squashfs-factory.bin"; + sha256 = "2cf72067f1c4f301d24b8825cbde4e7bf431869f0f15af5b388725952a049cad"; + sha256_unsigned = "2cf72067f1c4f301d24b8825cbde4e7bf431869f0f15af5b388725952a049cad"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe510-v1" + "cpe510" + ]; + titles = [ + { + model = "CPE510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_cpe510-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe510-v2-initramfs-kernel.bin"; + sha256 = "2ad2a3911726dc03b7708cf0d2b45d84fccbc95b74043559fd488b875d847ca7"; + sha256_unsigned = "2ad2a3911726dc03b7708cf0d2b45d84fccbc95b74043559fd488b875d847ca7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "dac94ccb8193624f9c3053cd0d3f389e12ed03bf7c7e54376fc4f9c2f9f280dc"; + sha256_unsigned = "f70acdf4ca229e142a675209bb2d87d92170d029d0999f06d3684a4ebebd702d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe510-v2-squashfs-factory.bin"; + sha256 = "1caaca4dbf3cba1ca4e9ae2df61900bccac6a7eba44fa42dd5751ff1328fbe28"; + sha256_unsigned = "1caaca4dbf3cba1ca4e9ae2df61900bccac6a7eba44fa42dd5751ff1328fbe28"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe510-v2" + "cpe510-v2" + ]; + titles = [ + { + model = "CPE510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_cpe510-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe510-v3-squashfs-factory.bin"; + sha256 = "9aa81b6da0bf1d02af795c1443adcfbc59c133d9f0a8e30acc825caff5225e69"; + sha256_unsigned = "9aa81b6da0bf1d02af795c1443adcfbc59c133d9f0a8e30acc825caff5225e69"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe510-v3-squashfs-sysupgrade.bin"; + sha256 = "49279a2880477e7d8ffd905eea72349ca1abea52239a5bd753b885a987b13410"; + sha256_unsigned = "7cf018891c9eb803abb0052ca668c7527870a1cf7372e6b59439afd5fc283ddd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe510-v3-initramfs-kernel.bin"; + sha256 = "577f9f7aa5bf40b04dcd92650e9f1b461987de04480f9be94dcaffacfe65702d"; + sha256_unsigned = "577f9f7aa5bf40b04dcd92650e9f1b461987de04480f9be94dcaffacfe65702d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v3" + ]; + titles = [ + { + model = "CPE510"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_cpe610-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe610-v1-squashfs-factory.bin"; + sha256 = "ff183c07da3c6e7ef9301dffcfcf7a26e80d9077359c6a4c4e64260c3c7ba94e"; + sha256_unsigned = "ff183c07da3c6e7ef9301dffcfcf7a26e80d9077359c6a4c4e64260c3c7ba94e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe610-v1-initramfs-kernel.bin"; + sha256 = "03ab0aa840df654bc0d36de7ae09169444303b1faf6f1ad0633d5257db6d46f0"; + sha256_unsigned = "03ab0aa840df654bc0d36de7ae09169444303b1faf6f1ad0633d5257db6d46f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe610-v1-squashfs-sysupgrade.bin"; + sha256 = "6343db6e4a129f9140c702a6416afda3b8a32e9c821e1e6ebb299fbdf1ddda4d"; + sha256_unsigned = "e71c977d46319c8f05ae19ce4c6db4d3297c33903680f6d371182c597c698729"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe610-v1" + ]; + titles = [ + { + model = "CPE610"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_cpe610-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe610-v2-initramfs-kernel.bin"; + sha256 = "c3f7c6cf66a9dc74e3c63ef0cfd4680465192ea332920004206d1a9c49943db1"; + sha256_unsigned = "c3f7c6cf66a9dc74e3c63ef0cfd4680465192ea332920004206d1a9c49943db1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe610-v2-squashfs-sysupgrade.bin"; + sha256 = "1736b29ac0bbcfc82f11a31bea0319da277b5c7177aa59d62e5473e2092afb93"; + sha256_unsigned = "fb608fd0d28fff8799c0f27829e5cbf9e5452dfc4358760adc5fb4134b2881c7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe610-v2-squashfs-factory.bin"; + sha256 = "9945e5a70ca9f3f0ff388545a63190322912b2285e4916f7034a2125d93af3a9"; + sha256_unsigned = "9945e5a70ca9f3f0ff388545a63190322912b2285e4916f7034a2125d93af3a9"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe610-v2" + ]; + titles = [ + { + model = "CPE610"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe710-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_cpe710-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe710-v1-squashfs-sysupgrade.bin"; + sha256 = "6fd69e75d6135e4383fc91f522d68249f7d955d7ed5441347d5b02b0e087c318"; + sha256_unsigned = "b5fda3bc92a61e87caf82bc0b2aabe4de3467e8feb3121b666101c3e0c150c24"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe710-v1-initramfs-kernel.bin"; + sha256 = "a00037c1e4782d3f174c536fffe91dfa175347309a44ef8e0a9113bd46594109"; + sha256_unsigned = "a00037c1e4782d3f174c536fffe91dfa175347309a44ef8e0a9113bd46594109"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_cpe710-v1-squashfs-factory.bin"; + sha256 = "779be06ae34ee6b1697c18441a7f319d3cc8123a8bfe155cec671f90b53cbddf"; + sha256_unsigned = "779be06ae34ee6b1697c18441a7f319d3cc8123a8bfe155cec671f90b53cbddf"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe710-v1" + ]; + titles = [ + { + model = "CPE710"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_deco-m4r-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_deco-m4r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_deco-m4r-v1-squashfs-sysupgrade.bin"; + sha256 = "0eb2e770def49cc2cf0b0535922c609483c4cfa1203bc3313d308c588dd0b38f"; + sha256_unsigned = "6dc5a9c96588abc1bd42d3e879b8199192eef9384fc123708229b1c18b858fac"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_deco-m4r-v1-squashfs-factory.bin"; + sha256 = "895d4837dc24f2fcc80c666e66fcdd6f59ba5198c615745249a6794bd2eb8eaf"; + sha256_unsigned = "895d4837dc24f2fcc80c666e66fcdd6f59ba5198c615745249a6794bd2eb8eaf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_deco-m4r-v1-initramfs-kernel.bin"; + sha256 = "3e4e2cb4238cef9d0a3f495589fc288fc587414084bf2f37c8f9ced516ab1ca9"; + sha256_unsigned = "3e4e2cb4238cef9d0a3f495589fc288fc587414084bf2f37c8f9ced516ab1ca9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,deco-m4r-v1" + "deco-m4r-v1" + ]; + titles = [ + { + model = "Deco M4R"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-outdoor-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_eap225-outdoor-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap225-outdoor-v1-squashfs-factory.bin"; + sha256 = "f90c96f27488e21c1fd2e0de2e56a60a3246179348182771979904583fa276b6"; + sha256_unsigned = "f90c96f27488e21c1fd2e0de2e56a60a3246179348182771979904583fa276b6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap225-outdoor-v1-initramfs-kernel.bin"; + sha256 = "f03a262b7f6f1bc0bfffd9e5af3effdc0b6a1584c2ef83e3cc74e344a8a83107"; + sha256_unsigned = "f03a262b7f6f1bc0bfffd9e5af3effdc0b6a1584c2ef83e3cc74e344a8a83107"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap225-outdoor-v1-squashfs-sysupgrade.bin"; + sha256 = "0ab9d75ebb556e3195fe3c8353cad86e82b294118c5e8b9de6a67bc524e10161"; + sha256_unsigned = "0b9fe56b23af48e35d29264f0aa7ebb9f72c7dca50cbb7bcc920a3155d0a6257"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap225-outdoor-v1" + ]; + titles = [ + { + model = "EAP225-Outdoor"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_eap225-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap225-v1-initramfs-kernel.bin"; + sha256 = "800da7449bdea1c2f084ed8306fe146d7c9244ef87b6a8f76809aa40d5c46333"; + sha256_unsigned = "800da7449bdea1c2f084ed8306fe146d7c9244ef87b6a8f76809aa40d5c46333"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap225-v1-squashfs-factory.bin"; + sha256 = "7da9b42fc3abb246f1c264812f04f34da2cb8c7531bc4afed3586f6226e27619"; + sha256_unsigned = "7da9b42fc3abb246f1c264812f04f34da2cb8c7531bc4afed3586f6226e27619"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap225-v1-squashfs-sysupgrade.bin"; + sha256 = "ef2825dc75b4447aec77f60259f9635d708b3ee35a8e9b1ffdc038fb33732ced"; + sha256_unsigned = "da2e95d494a13ffc46966168d493ce5e791477f6375d64b7db6b4149ba958661"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap225-v1" + ]; + titles = [ + { + model = "EAP225"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_eap225-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap225-v3-squashfs-sysupgrade.bin"; + sha256 = "dd9d1e0886a2f06ac577a8b6756e19fa270cdbc7702625737a1cbb5505e6af16"; + sha256_unsigned = "123a16b960ca4291a96c7150d0bd31c9108d4a9f1870322e0aeddbe1f3624a1a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap225-v3-initramfs-kernel.bin"; + sha256 = "216dbca904110bfa1bd30439d9f66b2d92d39de30b6cbf1593934badcdbe132e"; + sha256_unsigned = "216dbca904110bfa1bd30439d9f66b2d92d39de30b6cbf1593934badcdbe132e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap225-v3-squashfs-factory.bin"; + sha256 = "ab791d00f6be612c32069091887b01df710a7892356faa0ca0724fef2b582d6b"; + sha256_unsigned = "ab791d00f6be612c32069091887b01df710a7892356faa0ca0724fef2b582d6b"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap225-v3" + ]; + titles = [ + { + model = "EAP225"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-wall-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_eap225-wall-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap225-wall-v2-squashfs-factory.bin"; + sha256 = "b407f1d4c722ecc630b54614df68df65dc5ccd8fa6187b9e1eaef43e4944b4e7"; + sha256_unsigned = "b407f1d4c722ecc630b54614df68df65dc5ccd8fa6187b9e1eaef43e4944b4e7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap225-wall-v2-initramfs-kernel.bin"; + sha256 = "3b28c9bf308b38ccb95aadbd4c52d9c686b8af6ba9ad1b00694f7fedd1f7506f"; + sha256_unsigned = "3b28c9bf308b38ccb95aadbd4c52d9c686b8af6ba9ad1b00694f7fedd1f7506f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap225-wall-v2-squashfs-sysupgrade.bin"; + sha256 = "86297ec3bbb30258c4bd1c909cf9784a8b0ac9fc79288d6065a766ac971c6de9"; + sha256_unsigned = "cfd9c7cbd0332b28ca9ea0a73b9e6b8f04889e18409bff39ba0799f6fa190796"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap225-wall-v2" + ]; + titles = [ + { + model = "EAP225-Wall"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_eap245-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap245-v1-squashfs-factory.bin"; + sha256 = "bc5788f4d788246c5df44dc0e2aa658b0cb7dadc6e4d10735b5c69843cf5b108"; + sha256_unsigned = "bc5788f4d788246c5df44dc0e2aa658b0cb7dadc6e4d10735b5c69843cf5b108"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap245-v1-initramfs-kernel.bin"; + sha256 = "d49399717a8ba0294c7d93c32587ac91288f94513f3aa696e02d72ffe9085762"; + sha256_unsigned = "d49399717a8ba0294c7d93c32587ac91288f94513f3aa696e02d72ffe9085762"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap245-v1-squashfs-sysupgrade.bin"; + sha256 = "57f515aaf66609ba257733a405bda667853fca21ec33d19fefca67d9d93f5141"; + sha256_unsigned = "99653f0ad74b36a7af37117fa95ddffa55db8a9bf638987a7420b16acbd9994b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap245-v1" + ]; + titles = [ + { + model = "EAP245"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_eap245-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap245-v3-squashfs-sysupgrade.bin"; + sha256 = "2eb311d0006e39e0288066ed8d5c75ae1abde30805d8b4a24d45e30b2428484f"; + sha256_unsigned = "c55aecc734526667e766b8a9f964d5eba64adf2343a084979d455d80c78d07b9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap245-v3-initramfs-kernel.bin"; + sha256 = "fad1975c1ab5159ce6f35bd7335e299c8b3abcd63276c73148c9e98773a88e77"; + sha256_unsigned = "fad1975c1ab5159ce6f35bd7335e299c8b3abcd63276c73148c9e98773a88e77"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_eap245-v3-squashfs-factory.bin"; + sha256 = "cec0787ac86cd82b31f47efae7de3e6b6848dbac04e5197dbb7fdf83cd0140b3"; + sha256_unsigned = "cec0787ac86cd82b31f47efae7de3e6b6848dbac04e5197dbb7fdf83cd0140b3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap245-v3" + ]; + titles = [ + { + model = "EAP245"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_re350k-v1-initramfs-kernel.bin"; + sha256 = "03935ab1fa24ce2fd4c3845f102d688c14515ecf2b37008de549d567cc709534"; + sha256_unsigned = "03935ab1fa24ce2fd4c3845f102d688c14515ecf2b37008de549d567cc709534"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "c51289165491ce57875fc67ad910d81f6c7091685e8c898057a8b4e2f0c2811f"; + sha256_unsigned = "c51289165491ce57875fc67ad910d81f6c7091685e8c898057a8b4e2f0c2811f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "d499a685e2fd934b6f9b8a9b1678628dc4140ad0a260b75162bc544db5526ca2"; + sha256_unsigned = "d22b2862486f34875ae98fd26717d06be38e86c505dfe50fee95e5c36c9b43d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + model = "RE350K"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re355-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_re355-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_re355-v1-initramfs-kernel.bin"; + sha256 = "967c6f53164c0b52e6a334fc4043a17e08598f37de0d23a9e3a2a92e0959b3f0"; + sha256_unsigned = "967c6f53164c0b52e6a334fc4043a17e08598f37de0d23a9e3a2a92e0959b3f0"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re355-v1" + "re355" + ]; + titles = [ + { + model = "RE355"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_re450-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_re450-v1-initramfs-kernel.bin"; + sha256 = "d9c9978379d503d95cecda2b0c16c47c82f8c6be8c12d4084aeb9d175fd62536"; + sha256_unsigned = "d9c9978379d503d95cecda2b0c16c47c82f8c6be8c12d4084aeb9d175fd62536"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v1" + "re450" + ]; + titles = [ + { + model = "RE450"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_re450-v2-initramfs-kernel.bin"; + sha256 = "f727526944f763a435a52cc3d72effcb5a4af35140e4697a1a9263dc9ed569e9"; + sha256_unsigned = "f727526944f763a435a52cc3d72effcb5a4af35140e4697a1a9263dc9ed569e9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + model = "RE450"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_re450-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_re450-v3-initramfs-kernel.bin"; + sha256 = "3e65ef7616b105595fed6589db1027085bd47e4619dff6099261e8616c502b2e"; + sha256_unsigned = "3e65ef7616b105595fed6589db1027085bd47e4619dff6099261e8616c502b2e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_re450-v3-squashfs-factory.bin"; + sha256 = "b71f68e29bc54113a88a9ef8a52f47d4ba81ff837778ed3c67aeb23983b41328"; + sha256_unsigned = "b71f68e29bc54113a88a9ef8a52f47d4ba81ff837778ed3c67aeb23983b41328"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_re450-v3-squashfs-sysupgrade.bin"; + sha256 = "e6682d3e7e4f9c81549aa03a5855ad10695f875e6cce5506d30f61fd04517f10"; + sha256_unsigned = "5a958c90a64880b8ccd4ad957f217c32cdf85b48c505912788e8cda8e6c3acbf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re450-v3" + ]; + titles = [ + { + model = "RE450"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re455-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_re455-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_re455-v1-squashfs-factory.bin"; + sha256 = "dc51c36175c3a3fb24fe702315275e308a698dcd4d78d72a78e5b096b1e88cdb"; + sha256_unsigned = "dc51c36175c3a3fb24fe702315275e308a698dcd4d78d72a78e5b096b1e88cdb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_re455-v1-initramfs-kernel.bin"; + sha256 = "d46b1c79b98a137cba9291a4bdc82f54905164a86328b5c76b0427e63308c8f0"; + sha256_unsigned = "d46b1c79b98a137cba9291a4bdc82f54905164a86328b5c76b0427e63308c8f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_re455-v1-squashfs-sysupgrade.bin"; + sha256 = "4a71a39eeee5b8aecef39d16ffe6dfba0f7baaba2bcc64a2c5329cd04149b0b9"; + sha256_unsigned = "74811da36be2900ae2949fbc522df2736a0ebc67adc7d9c325459e3068d1ee61"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re455-v1" + ]; + titles = [ + { + model = "RE455"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-mr6400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "82399e31c55679c74c918e354507fccd83f9288dd08404a554d541510ce48fe7"; + sha256_unsigned = "82399e31c55679c74c918e354507fccd83f9288dd08404a554d541510ce48fe7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "e1a35c8022cac7d74a691b9cfb02ceff7ac42064f62a1e91ec26d0a9edab6ef5"; + sha256_unsigned = "b6169864643bdcebb198a46a21096166e0b151099ff196d6e009d748487c0dec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-mr6400-v1-initramfs-kernel.bin"; + sha256 = "f2961afa0df183fcb47b364985cd6cc01cd9f86a579b731be30a46f898f98e5e"; + sha256_unsigned = "f2961afa0df183fcb47b364985cd6cc01cd9f86a579b731be30a46f898f98e5e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v1" + "tl-mr6400" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa1201-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wa1201-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wa1201-v2-initramfs-kernel.bin"; + sha256 = "0f1c3bb0706d808d6ed11fea817f4aa407400605610427969830fd9938c4e89b"; + sha256_unsigned = "0f1c3bb0706d808d6ed11fea817f4aa407400605610427969830fd9938c4e89b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wa1201-v2-squashfs-sysupgrade.bin"; + sha256 = "e6523d1defadfea8524117df2b6c407cdb3949b6dfe8f1bd2e6ea8c5bf9490ca"; + sha256_unsigned = "75c30acc5bd1613e98cd2e9880193157277d99917b9ce932718d7f8e4b07061e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wa1201-v2-squashfs-factory.bin"; + sha256 = "dd55331d63bf63be723faaa9395114749b4bcecf50105bc1ea94a1979d8f8d1d"; + sha256_unsigned = "dd55331d63bf63be723faaa9395114749b4bcecf50105bc1ea94a1979d8f8d1d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wa1201-v2" + ]; + titles = [ + { + model = "TL-WA1201"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "7721b0a86c9571c8b943610ac56ae168dc62621c14c06b2dafec222d7c294461"; + sha256_unsigned = "7721b0a86c9571c8b943610ac56ae168dc62621c14c06b2dafec222d7c294461"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "1509126ea00fbf61583ab2416baa336dfc6e8e1348f2e4c551e7b1d99782a4a4"; + sha256_unsigned = "012c64f115d58d4e7877a0891e8c92b7c50b3ca6bcf9d545c522453ca9a7e058"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr3500-v1-initramfs-kernel.bin"; + sha256 = "7099ba99a5a9214c34efc6b89b0ff25f5810e29ad4afeaee5d356c6e62dd41c9"; + sha256_unsigned = "7099ba99a5a9214c34efc6b89b0ff25f5810e29ad4afeaee5d356c6e62dd41c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + model = "TL-WDR3500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "cadc8bcd0c70532531c68f3d2059482f132ca032380e0ce6501c68937ad5cf7f"; + sha256_unsigned = "cadc8bcd0c70532531c68f3d2059482f132ca032380e0ce6501c68937ad5cf7f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr3600-v1-initramfs-kernel.bin"; + sha256 = "a361020d721d5f53da1dc1e07074d260098299a410d6a827d6c52e8a806fa7a0"; + sha256_unsigned = "a361020d721d5f53da1dc1e07074d260098299a410d6a827d6c52e8a806fa7a0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "65ab47e84e53526437e37df890f88282912fad55134b3e31c5e1dc404e378473"; + sha256_unsigned = "c4385c3234e5c15b0c84ea328a71fcd350b5ea4c2745ddb87950a3f9bc2351fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR3600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "fc15af5d59ef57629fd7f964c0c7ed38cfe3cd94896d583ea18e49ae169f153d"; + sha256_unsigned = "0ec9fc8ea1ca20c427eb9e6ab7e2bd221b7e1068e2fd17a6d0fef698ecfa94b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr4300-v1-initramfs-kernel.bin"; + sha256 = "97f738299e14cc0afaf9df8b801e6eeeca7a36d63c4ee3d9ec19441b3ed41651"; + sha256_unsigned = "97f738299e14cc0afaf9df8b801e6eeeca7a36d63c4ee3d9ec19441b3ed41651"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "ad6bf433ca15097d8655f06e8bc2851e452ebbf1e223f39a8cfca2f95c6e24ad"; + sha256_unsigned = "ad6bf433ca15097d8655f06e8bc2851e452ebbf1e223f39a8cfca2f95c6e24ad"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "6f6a311349fc7ced41c029fb8a65357acc804b42ebae33610aeedc7d388e21eb"; + sha256_unsigned = "6f6a311349fc7ced41c029fb8a65357acc804b42ebae33610aeedc7d388e21eb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "cd8fa33608e7b55609a226c7abad15674f7afd424e5e04913cc3864ecfc23c9f"; + sha256_unsigned = "9a4b90971d3081f46c88ed5f8c859acf2a324040b6f2f912807c9abf66ae47c3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr4300-v1-il-initramfs-kernel.bin"; + sha256 = "052c305f33ca6f8fe295155672e9ec1494aa59e40d997a29da706f91890498c9"; + sha256_unsigned = "052c305f33ca6f8fe295155672e9ec1494aa59e40d997a29da706f91890498c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1 (IL)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "486dd25852d45cfcbea96aeb235044863b43a7908f7f1be9439d981fb0208228"; + sha256_unsigned = "486dd25852d45cfcbea96aeb235044863b43a7908f7f1be9439d981fb0208228"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "d7a87f7ab2f0a8df8dde40303d230f03bc9cd0a3a59ef80b4dd2ac3039ba7a39"; + sha256_unsigned = "c4d8966f09ce5927a13a0c562c70c1fd4a0b963607ec7c8020d5f331f40d1933"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr4310-v1-initramfs-kernel.bin"; + sha256 = "af0da982c16af6cb4db1ecc3a7667e3050123e5cb97f4ef780d5e742e2c46ba5"; + sha256_unsigned = "af0da982c16af6cb4db1ecc3a7667e3050123e5cb97f4ef780d5e742e2c46ba5"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4310"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "d0ab23da35197ff5692fd4957cc1fd74e4b0a0a57e0ad2bcd64b45244ca741e5"; + sha256_unsigned = "d0ab23da35197ff5692fd4957cc1fd74e4b0a0a57e0ad2bcd64b45244ca741e5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "f1fea0741202a175757fadb85066bfe33cae8449d80bdb3bb8ac97e95ed1270b"; + sha256_unsigned = "ccf858071fd129a4a9137736e7a9403e91f377cbaeb46fb68606c8914fcbb785"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr4900-v2-initramfs-kernel.bin"; + sha256 = "62b45240bb713abf472e1c039418aafdd34b4de7c6c79df4ce3f44ed74bd8227"; + sha256_unsigned = "62b45240bb713abf472e1c039418aafdd34b4de7c6c79df4ce3f44ed74bd8227"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr7500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "e7cc79fa0bf2f174399f9df3f451a5b24216aef38b9671f6bb12355cde426f5d"; + sha256_unsigned = "c3502bf09a65ba16e632e53e91f4e389194217f70e846bd3f9ce3fcb6d606dae"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "75fc3075ff7e201ccaf647126b7a8a267d76f12ba5b333fcb35696719494126e"; + sha256_unsigned = "75fc3075ff7e201ccaf647126b7a8a267d76f12ba5b333fcb35696719494126e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wdr7500-v3-initramfs-kernel.bin"; + sha256 = "5b1cf2b970609b4881e110dbc64c090824f6326fe3ce721aa64de2654ee1a660"; + sha256_unsigned = "5b1cf2b970609b4881e110dbc64c090824f6326fe3ce721aa64de2654ee1a660"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr7500-v3" + "archer-c7" + ]; + titles = [ + { + model = "TL-WDR7500"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wpa8630-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "a1ec43d3747fc9b30e161fa38f17e1bb8e402c1e76894ea9b9e1b9fd865dd62b"; + sha256_unsigned = "a1ec43d3747fc9b30e161fa38f17e1bb8e402c1e76894ea9b9e1b9fd865dd62b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "5e2b77735a5f478c253d528fd3d61c3ea1f0a780da7d27b94fc738d4e9515a5f"; + sha256_unsigned = "44ca9b9608751c927514372eec2ad1f793bb9339a16814d6b20e3d1f7811a335"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wpa8630-v1-initramfs-kernel.bin"; + sha256 = "5c11d3fedfb70cd307bbdee35324c0f119e2020bae946ea11235e7d1effb3c6a"; + sha256_unsigned = "5c11d3fedfb70cd307bbdee35324c0f119e2020bae946ea11235e7d1effb3c6a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630-v1" + "tl-wpa8630" + ]; + titles = [ + { + model = "TL-WPA8630"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "d064f7c758809521401bc38fb7d3509926f06458790b932fa5fb887864a0350a"; + sha256_unsigned = "f184eaddde07d11f42c1041ad4ea72ade3b43b7bd7a71334e6d7ea1d28f0b20f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043n-v5-initramfs-kernel.bin"; + sha256 = "5de5789cd261715aa0a513999a8b4774f5d7b8d6594d20dcb62489febbd12e5e"; + sha256_unsigned = "5de5789cd261715aa0a513999a8b4774f5d7b8d6594d20dcb62489febbd12e5e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "0a4d2b0e9945184fe0c067c8b0ad67cfc4d5ddda4a6c186401dc75966898c016"; + sha256_unsigned = "0a4d2b0e9945184fe0c067c8b0ad67cfc4d5ddda4a6c186401dc75966898c016"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + model = "TL-WR1043N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043nd-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043nd-v1-initramfs-kernel.bin"; + sha256 = "1cac461134a6cb79882f981d5c891c2305e18731f6172a6a457c8a69eeef119f"; + sha256_unsigned = "1cac461134a6cb79882f981d5c891c2305e18731f6172a6a457c8a69eeef119f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"; + sha256 = "1dda6d6093732aa0d13368a3b57fbd7b764cf8d4c036c33831f76e877e77a80b"; + sha256_unsigned = "72098c9169109c6b396775373c06e842481389d145a5215f4f7cfd9a5cdbd129"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin"; + sha256 = "0aa133b895f5837aad64b57330588c08c26f6b8ad2cdb68df8ab58d89b6ac755"; + sha256_unsigned = "0aa133b895f5837aad64b57330588c08c26f6b8ad2cdb68df8ab58d89b6ac755"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v1" + "tl-wr1043nd" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "9a32fbf80cc2b0255036415d2daa61f17ede18a93dc2d16e056ce2fa0f9090c2"; + sha256_unsigned = "e20cf54e5bf4748d9c1de5f05e3ef81eafc1a1e9a029c53a7c50de55b4ef7b2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043nd-v2-initramfs-kernel.bin"; + sha256 = "2d3f90e51572e8c907da800a4685589c75611e2cf86b6d761cd00697a5da6954"; + sha256_unsigned = "2d3f90e51572e8c907da800a4685589c75611e2cf86b6d761cd00697a5da6954"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "d78e225cd281a44bf6a1cba57498cfed286f96fcec0fad60ce1db23a3482bd54"; + sha256_unsigned = "d78e225cd281a44bf6a1cba57498cfed286f96fcec0fad60ce1db23a3482bd54"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "b55c6454990a839abae50790928db98c2f5b054e38647e13b0dcef05173eae49"; + sha256_unsigned = "831526a399e2b1065bc746c74269ae9ab61cf985133366bba0b71d0189f1da42"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "110fccc872d2b8d6ad082feb969476de10b95a421689306b77f9709f8092133a"; + sha256_unsigned = "110fccc872d2b8d6ad082feb969476de10b95a421689306b77f9709f8092133a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043nd-v3-initramfs-kernel.bin"; + sha256 = "c9ae69731478f8196ea7a9dd15d0896760fdbd6270037bedf5a055acf86b794a"; + sha256_unsigned = "c9ae69731478f8196ea7a9dd15d0896760fdbd6270037bedf5a055acf86b794a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043nd-v4-initramfs-kernel.bin"; + sha256 = "e7c8fe4fea0be2313ed0757d8a9eef87b6e77e73e87abe1ad152d1286c35e7c7"; + sha256_unsigned = "e7c8fe4fea0be2313ed0757d8a9eef87b6e77e73e87abe1ad152d1286c35e7c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "8f53da6d04c2846d6e9af8ea45427d958d922246623a28f0a09d66e00f3ccc1b"; + sha256_unsigned = "19a06441a4c257dceaca9f359cdf4741d33af8729631e0831aa7ca0c05d9b269"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "1903a7bb28401c094e2e694e8453fb7ff72c2c3ae8f0585330ac5aae07777ca3"; + sha256_unsigned = "1903a7bb28401c094e2e694e8453fb7ff72c2c3ae8f0585330ac5aae07777ca3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1045nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1045nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-factory.bin"; + sha256 = "f5ad115f74dbfde1e1ad5ab45ceef0b62a63feb49e5cc37150e5a0f1f37075e8"; + sha256_unsigned = "f5ad115f74dbfde1e1ad5ab45ceef0b62a63feb49e5cc37150e5a0f1f37075e8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1045nd-v2-initramfs-kernel.bin"; + sha256 = "11774e1cf4bbde46c30390e24a21ec24dcc8fc1ff1af1f48258f4578ce1fa670"; + sha256_unsigned = "11774e1cf4bbde46c30390e24a21ec24dcc8fc1ff1af1f48258f4578ce1fa670"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-sysupgrade.bin"; + sha256 = "b45ed6793e3d6ac7d6293e947b641ce47d36d7c43a16632850ad03c1b6c3d3a4"; + sha256_unsigned = "f31b3126d07ec6b97271e2ca86737e83ec513e74985c9ddb692c535fe58e7fd7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1045nd-v2" + ]; + titles = [ + { + model = "TL-WR1045ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr2543-v1-initramfs-kernel.bin"; + sha256 = "31687c822532bcdc04e19c5ae28003b982c40d630a444c05ec1036e4b94b3598"; + sha256_unsigned = "31687c822532bcdc04e19c5ae28003b982c40d630a444c05ec1036e4b94b3598"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "c1772a687402e7b11e6246eb7053b898162413fa4b778a6f95df0c5d1fc673b5"; + sha256_unsigned = "c1772a687402e7b11e6246eb7053b898162413fa4b778a6f95df0c5d1fc673b5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "db5278f6e932b756a2cd424d49b0beb93ec30336ce2559b5ea7e4e6078082fe1"; + sha256_unsigned = "1b3717439c2f72b6dad74703a01224168974ecbd004e77d3ec617cfd17acc45a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + model = "TL-WR2543N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr710n-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr710n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"; + sha256 = "dfc5599c1e33419399beb75af161252e37d5cae9d4e641d4bb261b3ddfcaf202"; + sha256_unsigned = "dfc5599c1e33419399beb75af161252e37d5cae9d4e641d4bb261b3ddfcaf202"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr710n-v1-initramfs-kernel.bin"; + sha256 = "148fb707c03d59818dc4d82f829f8d465471436b20c3803e4d3b12200ede1109"; + sha256_unsigned = "148fb707c03d59818dc4d82f829f8d465471436b20c3803e4d3b12200ede1109"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin"; + sha256 = "65dcb750fad0c7a6515a8d804b2c9188bba1304785363dd69f222d6a8802c51a"; + sha256_unsigned = "4b4e6ba258f9c752bef36f669588fa7c14fc4b25a99e625c9f60940fe456d003"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + "tplink_tl-wr710n-v2.1" = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr710n-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-factory.bin"; + sha256 = "5dae76dcbf1161be7395e75b049eeab5cfb8314f7118d9a81ab48246194589a0"; + sha256_unsigned = "5dae76dcbf1161be7395e75b049eeab5cfb8314f7118d9a81ab48246194589a0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr710n-v2.1-squashfs-sysupgrade.bin"; + sha256 = "4e6efdb8f72013815bc295be566f1269537ee4ba542b078632dcd02e116ec502"; + sha256_unsigned = "b536931604ae9871a836aa3074699756390b9f348f3b7cc4cb5aac3e522c432e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr710n-v2.1-initramfs-kernel.bin"; + sha256 = "0cc6338675480a01971bcbceb2edf9d58a3d47e7041ab4f48a472e178d2fe203"; + sha256_unsigned = "0cc6338675480a01971bcbceb2edf9d58a3d47e7041ab4f48a472e178d2fe203"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr710n-v2.1" + "tl-wr710n" + ]; + titles = [ + { + model = "TL-WR710N"; + variant = "v2.1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "d37c1cca768d8c489a86415ce978746e84b36827c1e36300cb8e90821da13fc8"; + sha256_unsigned = "d37c1cca768d8c489a86415ce978746e84b36827c1e36300cb8e90821da13fc8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr810n-v1-initramfs-kernel.bin"; + sha256 = "4fc5eaeab81946083ea0ece44f5fe5cd9df0a16edfc9904a1f4ef0f8f1374e6d"; + sha256_unsigned = "4fc5eaeab81946083ea0ece44f5fe5cd9df0a16edfc9904a1f4ef0f8f1374e6d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "f914f5a91d8a038ff6d388285d976bb7a748203c964babf3fa3b10d9749db6d2"; + sha256_unsigned = "b90c5471451fc8463b4728a57ec6ded81aaad39cb3160adf007a32c797221473"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr810n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr810n-v2-initramfs-kernel.bin"; + sha256 = "023038749ad80ba8dec4e194e131a1b8aadf96440472f065503c6f7a737a7a3c"; + sha256_unsigned = "023038749ad80ba8dec4e194e131a1b8aadf96440472f065503c6f7a737a7a3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin"; + sha256 = "f916e8526bcfefe0706a4ada603e47d954f20fbd328855cf1c013b7b74873533"; + sha256_unsigned = "7ff27db9bb19daf2c047d1eb5e74a0841aaa8f5741fcb47ddfb6ebc35d91a6a2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"; + sha256 = "8d7787de33f9ad50af1d338f60cce935c8d791f0e93be00288117d965dae40cb"; + sha256_unsigned = "8d7787de33f9ad50af1d338f60cce935c8d791f0e93be00288117d965dae40cb"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v2" + "tl-wr810n-v2" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841hp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr841hp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr841hp-v2-squashfs-factory.bin"; + sha256 = "a43bfb292f5d53f18fa76336c2618c57a91cd7c39bf958199ee453ffec524037"; + sha256_unsigned = "a43bfb292f5d53f18fa76336c2618c57a91cd7c39bf958199ee453ffec524037"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr841hp-v2-squashfs-sysupgrade.bin"; + sha256 = "2e44dec90dd06ae6e9ace2af7ca77e16301dd6fb84ec9d623c920e9ea9db9812"; + sha256_unsigned = "12dea067c3d2635ce00c946eca7aed6af489dfd11c634302826ebf8bb034758f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr841hp-v2-initramfs-kernel.bin"; + sha256 = "eb9e544694feeee76f3457e165c87ea68be413344a1e5370fdb41ab8c8d8a281"; + sha256_unsigned = "eb9e544694feeee76f3457e165c87ea68be413344a1e5370fdb41ab8c8d8a281"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr841hp-v2" + ]; + titles = [ + { + model = "TL-WR841HP"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841hp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr841hp-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr841hp-v3-initramfs-kernel.bin"; + sha256 = "52afa86f55d2f92055df9756b846fac19daecf1e1ec3e73f287a83f6d0e56bf7"; + sha256_unsigned = "52afa86f55d2f92055df9756b846fac19daecf1e1ec3e73f287a83f6d0e56bf7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr841hp-v3-squashfs-factory.bin"; + sha256 = "43e6a6c111d53bd1e5a9ce981833f1ace15624f2a307d66e76fea0396eb821a3"; + sha256_unsigned = "43e6a6c111d53bd1e5a9ce981833f1ace15624f2a307d66e76fea0396eb821a3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr841hp-v3-squashfs-sysupgrade.bin"; + sha256 = "06a8dda5ee0e95c4109bea18a9819c884a1275ddf5ab276c2c7370606aeb6d17"; + sha256_unsigned = "ec76369f86d3d8615c70061269b75fe0f229702a2c023f0be9b61649a8c75f0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr841hp-v3" + ]; + titles = [ + { + model = "TL-WR841HP"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr842n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin"; + sha256 = "05a14f886398709768bf8898a5fdb083d69ee8b6acf62e5ab87a4faf831cb9a9"; + sha256_unsigned = "da8b3b84639bf9aab95882232dd65a44b054df8a3b0937c98537c36de16e3216"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr842n-v1-initramfs-kernel.bin"; + sha256 = "0dd2c354ff27420d9d379a53815bf9b42412d70c7cef15d1c36ec4a66f9aa335"; + sha256_unsigned = "0dd2c354ff27420d9d379a53815bf9b42412d70c7cef15d1c36ec4a66f9aa335"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"; + sha256 = "da8944080cd34981d0fa4a37491068b2fbdb795d90b1193ac33eeb7520e286c4"; + sha256_unsigned = "da8944080cd34981d0fa4a37491068b2fbdb795d90b1193ac33eeb7520e286c4"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v1" + "tl-mr3420" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr842n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin"; + sha256 = "b732f20a8d228557917b6584208c9b05f052ada738f94d0557080e57cf470711"; + sha256_unsigned = "8bb484ccad0a2f698fa0ac16172846873163791e3d28ba16f012c0f4d85699f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr842n-v2-initramfs-kernel.bin"; + sha256 = "8b9ac584a26b118a98e3fa02d112bfb26cafcb9da281b3bad8c82012d00ae995"; + sha256_unsigned = "8b9ac584a26b118a98e3fa02d112bfb26cafcb9da281b3bad8c82012d00ae995"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"; + sha256 = "01039cf35adea6d43dc4bdfd0b93b5c81c890d954f510c8f7947e383dc02055e"; + sha256_unsigned = "01039cf35adea6d43dc4bdfd0b93b5c81c890d954f510c8f7947e383dc02055e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v2" + "tl-wr842n-v2" + ]; + titles = [ + { + model = "TL-WR842N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "2cad73dbdb42f2940f7e67238fdada6bb8db12c537abced5e09b94c4bb94ad11"; + sha256_unsigned = "2cad73dbdb42f2940f7e67238fdada6bb8db12c537abced5e09b94c4bb94ad11"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr842n-v3-initramfs-kernel.bin"; + sha256 = "6d00acb698fd5d7b52a0bfbbf23b3a627a29a4b4e978117a1d167dbcb27299c0"; + sha256_unsigned = "6d00acb698fd5d7b52a0bfbbf23b3a627a29a4b4e978117a1d167dbcb27299c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "b3cb2c686e3a008fde870cf1277654d740585d8584153168024088d2ac401035"; + sha256_unsigned = "d5dba27fe0169946ed2c209b41f24150c509a17aa43a5ce6c49070773ef48e43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr902ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "4303f1244216355dcfff82073a919113a223722e1edbac4416c872dc1fe85af4"; + sha256_unsigned = "4303f1244216355dcfff82073a919113a223722e1edbac4416c872dc1fe85af4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr902ac-v1-initramfs-kernel.bin"; + sha256 = "af6bc26551887ae00803f74a055aa1424800a6f81b517e4cf804025875f5e88b"; + sha256_unsigned = "af6bc26551887ae00803f74a055aa1424800a6f81b517e4cf804025875f5e88b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "95cab386e0bed1f765afcc7ce1c8cb8adcc85df446760561dd0e6b2544fe0221"; + sha256_unsigned = "b11489b3107c88cecba37def0476608ce42b32fc0fdb5c91036c14764f0a45f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v1" + "tl-wr902ac-v1" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr941hp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_tl-wr941hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr941hp-v1-initramfs-kernel.bin"; + sha256 = "7c70d4cddb5af2c4ee7cdfda69f77f984e8c836f5a0416bc63dca40c6a2b166e"; + sha256_unsigned = "7c70d4cddb5af2c4ee7cdfda69f77f984e8c836f5a0416bc63dca40c6a2b166e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr941hp-v1-squashfs-factory.bin"; + sha256 = "217f1abc6595bb82b34915446d0fdbb06faa184bdc4ed57519d5ae7e303b2daf"; + sha256_unsigned = "217f1abc6595bb82b34915446d0fdbb06faa184bdc4ed57519d5ae7e303b2daf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_tl-wr941hp-v1-squashfs-sysupgrade.bin"; + sha256 = "3fbb2fb985658d0e5fbaac1e45f9131409094359a4448c1466813fa9e4b2d462"; + sha256_unsigned = "6286c65f0d98f9090cdee74183810ed193dc0a29ad12df2d4a27810fead62f4c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr941hp-v1" + ]; + titles = [ + { + model = "TL-WR941HP"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_wbs210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_wbs210-v1-squashfs-factory.bin"; + sha256 = "6ed33dcbc052277f1643d050417d13ea3de582fdf0f8a2b79449d5b67af533d7"; + sha256_unsigned = "6ed33dcbc052277f1643d050417d13ea3de582fdf0f8a2b79449d5b67af533d7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "a79cd0b3598eef56de2ebcd3f51e427d5b305348f0e9f0ae1b2e9a24d56cd7ac"; + sha256_unsigned = "0573191a010d728093da5c715697b2d4a4abd0ef444d057b55a26c588207d1e4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_wbs210-v1-initramfs-kernel.bin"; + sha256 = "8123d3a6cf337af379bdb91075e057082c418b556053a35cf402756e8c12da73"; + sha256_unsigned = "8123d3a6cf337af379bdb91075e057082c418b556053a35cf402756e8c12da73"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v1" + "wbs210" + ]; + titles = [ + { + model = "WBS210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_wbs210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_wbs210-v2-squashfs-factory.bin"; + sha256 = "6e357702e85384e843475d0226831bd3a2e141eb1ab1f77be5fe75664944b69b"; + sha256_unsigned = "6e357702e85384e843475d0226831bd3a2e141eb1ab1f77be5fe75664944b69b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_wbs210-v2-squashfs-sysupgrade.bin"; + sha256 = "788d5927b4096a2305483cbd608d14a7ab57fa554a80f6188892167a0f0ae89f"; + sha256_unsigned = "defc84d652acd3bc05cfa0cfdf698c3d0c3d49c803cd7d61c18a67ef1e186f8a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_wbs210-v2-initramfs-kernel.bin"; + sha256 = "627c5652b9ea4dc91dd3045a5b8bc69f14d1e0201eb494cd987de59218cbd6e4"; + sha256_unsigned = "627c5652b9ea4dc91dd3045a5b8bc69f14d1e0201eb494cd987de59218cbd6e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v2" + ]; + titles = [ + { + model = "WBS210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_wbs510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_wbs510-v1-squashfs-factory.bin"; + sha256 = "24a85a3da5ffc05220aedd562d3a802dfb512d3328519e92597b4937ee657718"; + sha256_unsigned = "24a85a3da5ffc05220aedd562d3a802dfb512d3328519e92597b4937ee657718"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_wbs510-v1-initramfs-kernel.bin"; + sha256 = "e16d3135484b28f95503b84e7183c5f512d2114e8f42c9e79c5cb51417e0ad6f"; + sha256_unsigned = "e16d3135484b28f95503b84e7183c5f512d2114e8f42c9e79c5cb51417e0ad6f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "9a0e025a74a9fe213735c6cc351ac6125004dfd460f049bfa755e665b6627da9"; + sha256_unsigned = "46b6302ba4a1faa98ac6b6cca0a22db5d8a68ecceec2b2a19111cebdb0b7f55f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs510-v1" + "wbs510" + ]; + titles = [ + { + model = "WBS510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-tplink_wbs510-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_wbs510-v2-initramfs-kernel.bin"; + sha256 = "bbb1fc3086ccb41c040bfdff13603f119bf3bf954c299555c2176ab1e6269546"; + sha256_unsigned = "bbb1fc3086ccb41c040bfdff13603f119bf3bf954c299555c2176ab1e6269546"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_wbs510-v2-squashfs-sysupgrade.bin"; + sha256 = "521aa773659594446de2643e797934a79a1e93fbd2b08a874fc394c1f0f7c2d8"; + sha256_unsigned = "5aa7e7d2f07fec7e3e3d92d29e88865790ca05099d44a252a6e5555d43bfd5f0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-tplink_wbs510-v2-squashfs-factory.bin"; + sha256 = "7eb06d6630392e421592d7e075cda88cd6597ab99410c6a8b319b0cd1424f351"; + sha256_unsigned = "7eb06d6630392e421592d7e075cda88cd6597ab99410c6a8b319b0cd1424f351"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,wbs510-v2" + ]; + titles = [ + { + model = "WBS510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-673gru = { + device_packages = [ + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-owl-loader" + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-trendnet_tew-673gru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-trendnet_tew-673gru-squashfs-factory.bin"; + sha256 = "9e54bac4de2b6dbf8891fb17e09bf10e69e36125f9a5185a559dcdc0e313cb1f"; + sha256_unsigned = "9e54bac4de2b6dbf8891fb17e09bf10e69e36125f9a5185a559dcdc0e313cb1f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-trendnet_tew-673gru-initramfs-kernel.bin"; + sha256 = "f74555879d40c0019559f93d473625ca2e46908f3a568a931ef7fbe863b4a2fe"; + sha256_unsigned = "f74555879d40c0019559f93d473625ca2e46908f3a568a931ef7fbe863b4a2fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-trendnet_tew-673gru-squashfs-sysupgrade.bin"; + sha256 = "8e702266e8d2c650e0acc89bb9a3d6169767bb8d759397b7683fbffee3bd1842"; + sha256_unsigned = "dc54f862cbb58c4bb76b93f92a4cfc6dfd0c684abc17c4e7f7859081277cb2db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-673gru" + ]; + titles = [ + { + model = "TEW-673GRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + trendnet_tew-823dru = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-trendnet_tew-823dru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-trendnet_tew-823dru-initramfs-kernel.bin"; + sha256 = "97dfe3dcdeaf9724d6377cf5a3b0486403d80d9c1bb7f9cdd968600d792bcf11"; + sha256_unsigned = "97dfe3dcdeaf9724d6377cf5a3b0486403d80d9c1bb7f9cdd968600d792bcf11"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-trendnet_tew-823dru-squashfs-sysupgrade.bin"; + sha256 = "12e5951b27e37b4c41cfd9e7808717da2ebfe161fb4734660893217ce8777302"; + sha256_unsigned = "5b73b4fdf7cdf019106c890f3adf277a4160d3e28182c1e1ed1d8e3c000410bd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-trendnet_tew-823dru-squashfs-factory.bin"; + sha256 = "16400ef339decc914930fc9d17ca8d1ee4fabb5cf378d90012497d1f49aab8fb"; + sha256_unsigned = "16400ef339decc914930fc9d17ca8d1ee4fabb5cf378d90012497d1f49aab8fb"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-823dru" + "tew-823dru" + ]; + titles = [ + { + model = "TEW-823DRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + ubnt_aircube-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_aircube-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_aircube-ac-initramfs-kernel.bin"; + sha256 = "bda11eea9ab1692226968948e8cc1222bffea6b271c7e4d918bec1f8a75276b2"; + sha256_unsigned = "bda11eea9ab1692226968948e8cc1222bffea6b271c7e4d918bec1f8a75276b2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_aircube-ac-squashfs-factory.bin"; + sha256 = "349d3fd9013148819dd8844a586a2e0314226e52e5d454da6d7c3b4d708f513c"; + sha256_unsigned = "349d3fd9013148819dd8844a586a2e0314226e52e5d454da6d7c3b4d708f513c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_aircube-ac-squashfs-sysupgrade.bin"; + sha256 = "945f581022f8c5b35e19d1885fd1b1c38925596f7eaf239796e9e210da46c997"; + sha256_unsigned = "c481ee4f6727bf280872fdd711964da9153cd0144c2de0c7218cec056089c143"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,aircube-ac" + ]; + titles = [ + { + model = "airCube AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_aircube-isp = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_aircube-isp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_aircube-isp-squashfs-sysupgrade.bin"; + sha256 = "1a3ff5295c6b06ba80b5aef2192083533eba79d417bda468955370f408b15d15"; + sha256_unsigned = "82f03c1e8c35306653fa8f14397275c190fc42ce1ff62b7410c53674fa072905"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_aircube-isp-initramfs-kernel.bin"; + sha256 = "5860ac4ad261c4af23daa5d405eaa3f0bcccf5a835a8199dc39cbffcd48efba3"; + sha256_unsigned = "5860ac4ad261c4af23daa5d405eaa3f0bcccf5a835a8199dc39cbffcd48efba3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_aircube-isp-squashfs-factory.bin"; + sha256 = "b5ba44c95de2c3307d0dbf81d854cb0e20e01817a788d88800a881f01fde81af"; + sha256_unsigned = "b5ba44c95de2c3307d0dbf81d854cb0e20e01817a788d88800a881f01fde81af"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,aircube-isp" + "ubnt,acb-isp" + ]; + titles = [ + { + model = "airCube ISP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_bullet-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_bullet-ac-squashfs-sysupgrade.bin"; + sha256 = "512743828fcd89368447e14947beda79a16994367f157651771d7a377375f613"; + sha256_unsigned = "64acbf9a4831918e5d5022575ad7a1f8ea6d23d650e9917d94fe549d5e026211"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_bullet-ac-initramfs-kernel.bin"; + sha256 = "b6060ef3c1f5f93bf4d8e0ba29a90d5b932d8bf81b5975f95bb6c34344fb141a"; + sha256_unsigned = "b6060ef3c1f5f93bf4d8e0ba29a90d5b932d8bf81b5975f95bb6c34344fb141a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_bullet-ac-squashfs-factory.bin"; + sha256 = "421b73e2da1c49cebc5087d005d706b0fbca7a4093449273206808f38d0f41d3"; + sha256_unsigned = "421b73e2da1c49cebc5087d005d706b0fbca7a4093449273206808f38d0f41d3"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-ac" + ]; + titles = [ + { + model = "Bullet AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_bullet-m-xw-initramfs-kernel.bin"; + sha256 = "388c52b54939748633b787818942488465d0471e1397be68a057b4a196ad1bc5"; + sha256_unsigned = "388c52b54939748633b787818942488465d0471e1397be68a057b4a196ad1bc5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "ca87526e61b750c5379557af1a7e85d7d3e2dc247d83d51a6eb0cca90f8c01b8"; + sha256_unsigned = "ca87526e61b750c5379557af1a7e85d7d3e2dc247d83d51a6eb0cca90f8c01b8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "d1d5ec2ba0bbf70538692e095de562539e028a924443a8ab7c5805ea8a83a911"; + sha256_unsigned = "6794d8a524d5edab23b75c6e1a6575d3daadaaf97365833edac17dcf6045338d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-5xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_edgeswitch-5xp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_edgeswitch-5xp-initramfs-kernel.bin"; + sha256 = "3c31c68d443d4f896a2f8938c81f940e31fde47cb326664666b9a63797c0dbec"; + sha256_unsigned = "3c31c68d443d4f896a2f8938c81f940e31fde47cb326664666b9a63797c0dbec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_edgeswitch-5xp-squashfs-factory.bin"; + sha256 = "cf01aa209354de9323c787ab869754db16bab044ab1ed343bb3527b5e6bcf2e7"; + sha256_unsigned = "cf01aa209354de9323c787ab869754db16bab044ab1ed343bb3527b5e6bcf2e7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_edgeswitch-5xp-squashfs-sysupgrade.bin"; + sha256 = "02e74d41c0502dd9ddf8ef9cad8942c39569df48b7ef2b115056a8f8afe5cae9"; + sha256_unsigned = "982f4f6ed3da3fc2166013335793dc7b2b2984672877772e51f606d49bb2acec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-5xp" + ]; + titles = [ + { + model = "EdgeSwitch 5XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_lap-120-initramfs-kernel.bin"; + sha256 = "bb64d517ec6f23a1a4a6b5651a393511049f4c68eb0cbfc54f5d45b2adc6bf7f"; + sha256_unsigned = "bb64d517ec6f23a1a4a6b5651a393511049f4c68eb0cbfc54f5d45b2adc6bf7f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "39b49c20a5ac744df567cb29b79d21a564c52726efe318af1745eab44e7704f0"; + sha256_unsigned = "39b49c20a5ac744df567cb29b79d21a564c52726efe318af1745eab44e7704f0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "32329eea961652a98f64a477e5f01193112f8f1dea8c1600cfabb51ed3a69bd6"; + sha256_unsigned = "fc640ab9b892b2764ee77fe6ff15bc93dde6e99c66cc24974d94cbdb6a9adf30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + model = "LiteAP ac (LAP-120)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_litebeam-ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_litebeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "e71dece0906976371841b05f481718a627f2d14a2000411d6e1c497976245792"; + sha256_unsigned = "0499c5bea229196bf644464a2884fb2bb86438d965c093bc11789c54aca10abe"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-factory.bin"; + sha256 = "9e112cf785852327d2258b62e340883e58d7bf8a75196a9d2d07eafdcb68c914"; + sha256_unsigned = "9e112cf785852327d2258b62e340883e58d7bf8a75196a9d2d07eafdcb68c914"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_litebeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "17c0f18e028e0b64fd37f4a1c52d422107465bbe2c429e28399589ecdaff1372"; + sha256_unsigned = "17c0f18e028e0b64fd37f4a1c52d422107465bbe2c429e28399589ecdaff1372"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,litebeam-ac-gen2" + ]; + titles = [ + { + model = "LiteBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanobeam-ac-initramfs-kernel.bin"; + sha256 = "dcdca3cd799557232eb7240de836341179e2dfcbd2b3b28df314a954b707f73e"; + sha256_unsigned = "dcdca3cd799557232eb7240de836341179e2dfcbd2b3b28df314a954b707f73e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "a613a67710236453a251753f65fee557c832083129896fe1ac46fcbe9dc9e30e"; + sha256_unsigned = "a613a67710236453a251753f65fee557c832083129896fe1ac46fcbe9dc9e30e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "b76a6c86ae3609533dbaf0dc205823c31568b7b59e4a07230e9d4989800a107a"; + sha256_unsigned = "e670a9b2fdad50def2e73ce465383234c68971a32b5efa19ced9d13874d821ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-gen2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_nanobeam-ac-gen2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanobeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "7fb25a3429b160852c92ffb177c38bf95519ec44f97557324793043e8116098f"; + sha256_unsigned = "7fb25a3429b160852c92ffb177c38bf95519ec44f97557324793043e8116098f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "bdcda69b3cab5886fbd0a604d60b41dd577fbbeb394bab595a3432ad575e1715"; + sha256_unsigned = "a3d1ed771c205b23adacf507298c7030ce7a456cc5df8d963dc1efb4b38d8217"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-factory.bin"; + sha256 = "049f27fa067d082b80f684f1ddcd1aeeb4defc6a7158a654b9f92d33b0dc0753"; + sha256_unsigned = "049f27fa067d082b80f684f1ddcd1aeeb4defc6a7158a654b9f92d33b0dc0753"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-gen2" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-xc = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_nanobeam-ac-xc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanobeam-ac-xc-squashfs-sysupgrade.bin"; + sha256 = "60912df802ccce3fab48dd3c453179117a5bdfa6510fe6fa1a8bb65099a71542"; + sha256_unsigned = "4fbbef7e00fdd27f523917de3b0d454675fa74e6949da36a5e55dc8cdd114997"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanobeam-ac-xc-squashfs-factory.bin"; + sha256 = "3a3aa2669bf0997e4a5f5c168195601d04e6ba6c5b42dc0d7e7d60a0ed55a6bf"; + sha256_unsigned = "3a3aa2669bf0997e4a5f5c168195601d04e6ba6c5b42dc0d7e7d60a0ed55a6bf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanobeam-ac-xc-initramfs-kernel.bin"; + sha256 = "c23d1fc48072fe669e8a21831d21cac8f94979b0487b27ce41dffc9829e056f1"; + sha256_unsigned = "c23d1fc48072fe669e8a21831d21cac8f94979b0487b27ce41dffc9829e056f1"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-xc" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1 (XC)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-m5-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_nanobeam-m5-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanobeam-m5-xw-squashfs-sysupgrade.bin"; + sha256 = "d14fea22be682931b04cd0ec5beb71e365d1cafb73b46639cb241fb4ec97dac5"; + sha256_unsigned = "d72066948c48f3a5b563db6c1210f61401d47a999d759285b2d66f3f9052c94a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanobeam-m5-xw-squashfs-factory.bin"; + sha256 = "d3f5d7877d88c6dba348c0c57e3f2bf8c31d957d9ab0abe4af0b4f052865bec3"; + sha256_unsigned = "d3f5d7877d88c6dba348c0c57e3f2bf8c31d957d9ab0abe4af0b4f052865bec3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanobeam-m5-xw-initramfs-kernel.bin"; + sha256 = "0288d635f1a243dac47946b79e96d3eab950a2f7810253107d4985ee2fad3ca1"; + sha256_unsigned = "0288d635f1a243dac47946b79e96d3eab950a2f7810253107d4985ee2fad3ca1"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-m5-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "NanoBeam M5"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "4fbfd7925d32f4c566ec7d17d5bd70a3834a9da5bac2e73e99138f2e605f9b26"; + sha256_unsigned = "31dcc9ae11a77f85de470ab86ec0cbab7adb680d65b0f2cd4dbf365f45e38df3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanostation-ac-initramfs-kernel.bin"; + sha256 = "ea756b9f98de0dd165f4fe0df1132b87757ea17d5cad110b9b8d332b43310e9a"; + sha256_unsigned = "ea756b9f98de0dd165f4fe0df1132b87757ea17d5cad110b9b8d332b43310e9a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "d4b7cd904e769b1f885d22513312c22ed4dd3967a7cf1fbb6ab6458ff01fd94a"; + sha256_unsigned = "d4b7cd904e769b1f885d22513312c22ed4dd3967a7cf1fbb6ab6458ff01fd94a"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + model = "Nanostation AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanostation-ac-loco-initramfs-kernel.bin"; + sha256 = "504377c4a89207cd916ee6fc5a0e86de7c7b02dbad7066be3b3f65529edb32a5"; + sha256_unsigned = "504377c4a89207cd916ee6fc5a0e86de7c7b02dbad7066be3b3f65529edb32a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "068e4d65e996e152e725b8227ed4ae7a1b316974c3634ac6017feefcf9c211c2"; + sha256_unsigned = "068e4d65e996e152e725b8227ed4ae7a1b316974c3634ac6017feefcf9c211c2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "7486f32f281c66e5fc3f34d1a3c2439649fa39f063a9815ff27e4bdc18e7afa6"; + sha256_unsigned = "0d27d30549b801a9964f3becf0e121339eb979a7ebe55ae906710cbdd25579a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + model = "Nanostation AC loco"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "5e59967d08e99e7a80d8245c670a28fb92fd51d5fc15e5bb7360a7ba135e9c65"; + sha256_unsigned = "ee636cda9e76ba1325efd18028cc5123cf4063d166c25c4741a1057648a35553"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "a76dfd9665ed5a249bc662d1d45c5120cba5d92123d1b4ee8163923b1767b120"; + sha256_unsigned = "a76dfd9665ed5a249bc662d1d45c5120cba5d92123d1b4ee8163923b1767b120"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanostation-loco-m-xw-initramfs-kernel.bin"; + sha256 = "b1753c72cd5e8e81d64a46e6cd76ba5d27af44be9209f8ba59e829f73426b4b2"; + sha256_unsigned = "b1753c72cd5e8e81d64a46e6cd76ba5d27af44be9209f8ba59e829f73426b4b2"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "da87a72b6126d29adcf35baf5db71c9fbf80978723f90d654f628784ba3096eb"; + sha256_unsigned = "bc74ca20888aae6506e5d17e747a2128cef63cdac47642403321747c73ed0884"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "ca2a020c16fb259dbc1e68dd06a83efac7426c001d5ef7a50cbed2300b06908c"; + sha256_unsigned = "ca2a020c16fb259dbc1e68dd06a83efac7426c001d5ef7a50cbed2300b06908c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_nanostation-m-xw-initramfs-kernel.bin"; + sha256 = "82ce20aaf32348e495be555f5d1141302a6c7d8885aca7b2d1c5520f295ede36"; + sha256_unsigned = "82ce20aaf32348e495be555f5d1141302a6c7d8885aca7b2d1c5520f295ede36"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-500 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_powerbeam-5ac-500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-sysupgrade.bin"; + sha256 = "3eab6f45c928fc839ce666da74e588c9eebadcb5d6b6e1a2b741361b8c144520"; + sha256_unsigned = "a7e3f1c2e6971585f65eb71fa76f5aa2126e567b402a2a43baa7527cd66b2136"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_powerbeam-5ac-500-initramfs-kernel.bin"; + sha256 = "fde6673d3be1042bade1169b365d0d293962ed6ad95fbaec49687c6d607f615b"; + sha256_unsigned = "fde6673d3be1042bade1169b365d0d293962ed6ad95fbaec49687c6d607f615b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-factory.bin"; + sha256 = "f093283cd5aac8ea0b31d3880dec31bed2ec9a9daaa5d8554eaafeee50af2381"; + sha256_unsigned = "f093283cd5aac8ea0b31d3880dec31bed2ec9a9daaa5d8554eaafeee50af2381"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-500" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "500"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_powerbeam-5ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-factory.bin"; + sha256 = "d2c74254802efeaaf07a93d2e1c34ecc86a64d66d4ddd25eade5f6cc9f68a3e3"; + sha256_unsigned = "d2c74254802efeaaf07a93d2e1c34ecc86a64d66d4ddd25eade5f6cc9f68a3e3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_powerbeam-5ac-gen2-initramfs-kernel.bin"; + sha256 = "4ad950d915c680080ee00a03d01f0669d2d794074a64d607471cbadd363b1dad"; + sha256_unsigned = "4ad950d915c680080ee00a03d01f0669d2d794074a64d607471cbadd363b1dad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "7cf2129ee49cac85ffb100a692550dfc5fa96e576a72331f31abf00692bc07b3"; + sha256_unsigned = "d020e3bd7bb5187343ec3c9b98e0b5c4c49b027939bcaa77b0e2b2727990d170"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-gen2" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-m2-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_powerbeam-m2-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_powerbeam-m2-xw-initramfs-kernel.bin"; + sha256 = "8b78ee17eca376cd015af0ba50566ae986ad16c1a7336052949a71875bd7310c"; + sha256_unsigned = "8b78ee17eca376cd015af0ba50566ae986ad16c1a7336052949a71875bd7310c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_powerbeam-m2-xw-squashfs-sysupgrade.bin"; + sha256 = "4b16c06a62857d7956c1980da812d9ab45b75ae6170e6ab31a4c1b64380cd123"; + sha256_unsigned = "16d1e44bcab5fbe168f2309b007b67e44884ec95fd41ea653619ddf80ef8084c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_powerbeam-m2-xw-squashfs-factory.bin"; + sha256 = "073c520c024f2b61445ab52a312eb31f2d2b40e6553d383e7b842afc2d18ed8f"; + sha256_unsigned = "073c520c024f2b61445ab52a312eb31f2d2b40e6553d383e7b842afc2d18ed8f"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-m2-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "PowerBeam M2"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-m5-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_powerbeam-m5-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_powerbeam-m5-xw-squashfs-factory.bin"; + sha256 = "1eafb2162894fe2b252346258254f90ce5f614873e6ff6dfd623e774a61197f3"; + sha256_unsigned = "1eafb2162894fe2b252346258254f90ce5f614873e6ff6dfd623e774a61197f3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_powerbeam-m5-xw-initramfs-kernel.bin"; + sha256 = "b1e6383dbed581f9cd6842b732ecc0567dddd17c54d42e9640b12b1b38fe539f"; + sha256_unsigned = "b1e6383dbed581f9cd6842b732ecc0567dddd17c54d42e9640b12b1b38fe539f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_powerbeam-m5-xw-squashfs-sysupgrade.bin"; + sha256 = "7ae8ecc6b2ad6a43d26e0efb7b8f7c452932e818401966867e5ea011ff338f77"; + sha256_unsigned = "7a4fbdd7816021fa2ff427f1a905f113cf6a7460669ae908fbc23d565d111a73"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-m5-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "PowerBeam M5"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-5ac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_rocket-5ac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_rocket-5ac-lite-squashfs-factory.bin"; + sha256 = "994b56393f2296c94806bea43028b43418396defd1b608a2888792c9df4cf930"; + sha256_unsigned = "994b56393f2296c94806bea43028b43418396defd1b608a2888792c9df4cf930"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_rocket-5ac-lite-initramfs-kernel.bin"; + sha256 = "aa923f85dff74a35c2a8d2ee7ae4cdb23e69945a584c3530f87b9c71d5e8e9fc"; + sha256_unsigned = "aa923f85dff74a35c2a8d2ee7ae4cdb23e69945a584c3530f87b9c71d5e8e9fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_rocket-5ac-lite-squashfs-sysupgrade.bin"; + sha256 = "ef6015a39830457affdeea4a06e34b37b9be71dff20a64f65c14d805ccfff078"; + sha256_unsigned = "522724d4e64371c6cd2b7985210f31278357d83797529aafd1011f44e94a4c01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,rocket-5ac-lite" + ]; + titles = [ + { + model = "Rocket 5AC"; + variant = "Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "d8ebc98fc9403f3fa5f6dbe4553f38139e229acd99aea37700d78a72b9581fe7"; + sha256_unsigned = "d8ebc98fc9403f3fa5f6dbe4553f38139e229acd99aea37700d78a72b9581fe7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_routerstation-initramfs-kernel.bin"; + sha256 = "b72f095fdf258788d2a9610722a725479cd830f0385a8393c142b5393985c872"; + sha256_unsigned = "b72f095fdf258788d2a9610722a725479cd830f0385a8393c142b5393985c872"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "1a2c4c62069e4314c1f21da9a2a5f7670f2d337c49ac2f4a3840823d5ea68a0b"; + sha256_unsigned = "562b71d6035a47804e14b81cd12fc51e980a4dd505f20f6d61ea0075c421edc4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + ]; + titles = [ + { + model = "RouterStation"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-wolfssl" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_routerstation-pro-initramfs-kernel.bin"; + sha256 = "6f94e95c43f6befd08fee80f5037ada38e922030c146e366ce560a8d950d49f4"; + sha256_unsigned = "6f94e95c43f6befd08fee80f5037ada38e922030c146e366ce560a8d950d49f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "40c05807fd95984742b86c17e1c8a49ad0fa58c7b002d8c471968b34c127741f"; + sha256_unsigned = "40c05807fd95984742b86c17e1c8a49ad0fa58c7b002d8c471968b34c127741f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "b31dec80f5b26e8d63e484e8e0f784eb842f7a293103010d2a01f7756002e791"; + sha256_unsigned = "b8d13a39ce0fcc17463b7c22da395a9929675f5d4d60d4f0e2eff4155fd80236"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + ]; + titles = [ + { + model = "RouterStation Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_unifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifi-initramfs-kernel.bin"; + sha256 = "020173a395ba2cfbe806a6e80a1bf47de421d0bf545a7721867ae84103f75b74"; + sha256_unsigned = "020173a395ba2cfbe806a6e80a1bf47de421d0bf545a7721867ae84103f75b74"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin"; + sha256 = "95285619052fdd36aaf54787cdef04247ed658e4f013c98a0a0ef67877b47508"; + sha256_unsigned = "bbdc5368236461e06e00292e5990aa1643a51e447bc10a39d9c4d0424950b55d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifi-squashfs-factory.bin"; + sha256 = "0707a6ec79bc62cc351f84ecb195090f589907d54c682af4296591ca3c95bb22"; + sha256_unsigned = "0707a6ec79bc62cc351f84ecb195090f589907d54c682af4296591ca3c95bb22"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi" + "unifi" + ]; + titles = [ + { + model = "UniFi AP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-outdoor-plus = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_unifi-ap-outdoor-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-factory.bin"; + sha256 = "e5baadc8ccd8bf2eeba143e63949d6bf5453dcf413f5aa2dd55e2d388a7bc78f"; + sha256_unsigned = "8cf5c6210ba6be6bbdecb9291e10a2156b351c51d9a5f67d9a9d10a9d20a3626"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifi-ap-outdoor-plus-initramfs-kernel.bin"; + sha256 = "773625b8b92e6a34a777ba6f3eea00bc51ec9fb3e32f9de22c4af6dc2d31fe25"; + sha256_unsigned = "773625b8b92e6a34a777ba6f3eea00bc51ec9fb3e32f9de22c4af6dc2d31fe25"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "e730d908e341381ee594c755d3874cb9e2503a5dd4fe2345311eba85cc51e3c4"; + sha256_unsigned = "8cf5c6210ba6be6bbdecb9291e10a2156b351c51d9a5f67d9a9d10a9d20a3626"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-outdoor-plus" + "unifi-outdoor-plus" + ]; + titles = [ + { + model = "UniFi AP Outdoor+"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-pro = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_unifi-ap-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifi-ap-pro-initramfs-kernel.bin"; + sha256 = "36a7f24777694938f94d7cf7935999dcc7b9ef4122086ff91ccb43637f1eb692"; + sha256_unsigned = "36a7f24777694938f94d7cf7935999dcc7b9ef4122086ff91ccb43637f1eb692"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifi-ap-pro-squashfs-factory.bin"; + sha256 = "d8c05f147c55d08c39270555d1ebc5e9550ce4c40440da04bf3673811c751bc4"; + sha256_unsigned = "1d0804e015d90f562701f916fdcabde710937f789e948615daa878a337b6ff5b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifi-ap-pro-squashfs-sysupgrade.bin"; + sha256 = "6a8d43409e93683544138c80a7a4f099de4d88db9ea5256573ff618c8bbd7d73"; + sha256_unsigned = "1d0804e015d90f562701f916fdcabde710937f789e948615daa878a337b6ff5b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-pro" + "uap-pro" + ]; + titles = [ + { + model = "UniFi AP Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "064ada1486f40543dc831595a0a67ca9a41d563c5e2fc4b5ee9123648d49cd4e"; + sha256_unsigned = "9a857a750830be35aed3e8b81b9ebecbab2a8d6a900dd4ae6e6c98c03ecdbb23"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifiac-lite-initramfs-kernel.bin"; + sha256 = "a1601ded6c11d03e067a2dc620d023979f8bd1db6b9572243f35287da39b5a57"; + sha256_unsigned = "a1601ded6c11d03e067a2dc620d023979f8bd1db6b9572243f35287da39b5a57"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "ae1dc37ff929a81a92000e5c4349ef7594a06a60ec9ac4e7eeab4e727ba57b16"; + sha256_unsigned = "dfebb2986d248197e2aa271a18d7f7b525f3d0f966a84360d6b6a6c343c9a5ba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifiac-lr-initramfs-kernel.bin"; + sha256 = "f9d51ebdef08d957f0d6d76d4cae4950d165a787e173c8229518646e37c690f0"; + sha256_unsigned = "f9d51ebdef08d957f0d6d76d4cae4950d165a787e173c8229518646e37c690f0"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC LR"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifiac-mesh-initramfs-kernel.bin"; + sha256 = "739ab99fc3885d40dcd9f47555e94550eeeb91ca4f5ba22be8ccc31efbdd5a1b"; + sha256_unsigned = "739ab99fc3885d40dcd9f47555e94550eeeb91ca4f5ba22be8ccc31efbdd5a1b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "dfbef1808d99b6f399bf16d5c1e0099b20134318062adbef5c0392cf34207bdc"; + sha256_unsigned = "378196b9956ca46bf83a03c1c668030f7e28d255714ceb7c50d40918d554fa46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Mesh"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifiac-mesh-pro-initramfs-kernel.bin"; + sha256 = "9c80889c11f7607af153069520ef6b9713f650ba2e2a6cf0086fa019bdaf06d9"; + sha256_unsigned = "9c80889c11f7607af153069520ef6b9713f650ba2e2a6cf0086fa019bdaf06d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "4a54b44ed892cd39d7062e74a129c3b016ad04fb521e50ea7b73566c58ce6a22"; + sha256_unsigned = "665631680ac761f482e36c0e3c391fe8c30a70baacab04b2beceb465332e2da5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Mesh Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "8a51993ed6c0ddc51bc8713601e9f0a66b611aae2de1ceb5bc5056689092e648"; + sha256_unsigned = "fa201104d7f5604adf93f55234acf0d95f3d220799f504ad0e0633fa58907b5a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ubnt_unifiac-pro-initramfs-kernel.bin"; + sha256 = "c7027eda7e0740a726e120ce46ab97acc4a44e9bc170607bb244597d0ad760e8"; + sha256_unsigned = "c7027eda7e0740a726e120ce46ab97acc4a44e9bc170607bb244597d0ad760e8"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + wallys_dr531 = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-wallys_dr531"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-wallys_dr531-squashfs-sysupgrade.bin"; + sha256 = "a4692c559138ef98c3cc18acb94fb347169d227255a1fb9f2a4fe73ee06a0de2"; + sha256_unsigned = "5d9400260f4e37798e4cf5000d499a6aa0c9e2989bbc5cc22b6ed9579d0558aa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-wallys_dr531-initramfs-kernel.bin"; + sha256 = "68c61ab5f61fa4f73645f43323d74f4ec71da28b1294ebe2c7bd04b6d14453ec"; + sha256_unsigned = "68c61ab5f61fa4f73645f43323d74f4ec71da28b1294ebe2c7bd04b6d14453ec"; + type = "kernel"; + } + ]; + supported_devices = [ + "wallys,dr531" + "dr531" + ]; + titles = [ + { + model = "DR531"; + vendor = "Wallys"; + } + ]; + }; + wd_mynet-n600 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-wd_mynet-n600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-wd_mynet-n600-squashfs-factory.bin"; + sha256 = "c1dc3314ed8d038a0e281a638daf16a8c31d324255dc1619c807108788fc8258"; + sha256_unsigned = "c1dc3314ed8d038a0e281a638daf16a8c31d324255dc1619c807108788fc8258"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-wd_mynet-n600-squashfs-sysupgrade.bin"; + sha256 = "09e359d4b5d721febf110268300a1c9db8fde0d0f23342c0076fd0fb524c25f3"; + sha256_unsigned = "1814a07fb09e2cb39fd5f2df63387f788c8b5093925076d76f69f2d8ba6d9e60"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-wd_mynet-n600-initramfs-kernel.bin"; + sha256 = "19b15fe059b0f69831495e130b2359dfa5b4b98b8df5f211de45452c37857954"; + sha256_unsigned = "19b15fe059b0f69831495e130b2359dfa5b4b98b8df5f211de45452c37857954"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mynet-n600" + "mynet-n600" + ]; + titles = [ + { + model = "My Net N600"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "56834fe269206ea47e0a55b48e7c1bf59b732c3c740d0f012f9e60a06c6bfeb9"; + sha256_unsigned = "56834fe269206ea47e0a55b48e7c1bf59b732c3c740d0f012f9e60a06c6bfeb9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-wd_mynet-n750-initramfs-kernel.bin"; + sha256 = "c5b9ea96e9d466a59512224af3f878f673bf9f6f4c0c601d8fbc488d281ed00f"; + sha256_unsigned = "c5b9ea96e9d466a59512224af3f878f673bf9f6f4c0c601d8fbc488d281ed00f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "ea96910d66142884281bf6390e3f4d4307078acf6b8523fb5c3e8a78cf94fa52"; + sha256_unsigned = "33ad0357d6264ceabec02af8ef5ac6e35624bec47db7e769dd3c6a910410c9f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + model = "My Net N750"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-wifi-rangeextender = { + device_packages = [ + "rssileds" + "nvram" + "-swconfig" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-wd_mynet-wifi-rangeextender"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"; + sha256 = "bfb8982e5d4035cbaabd68e15a7a6618ca18b22f64565fdcca819a50fdf5586f"; + sha256_unsigned = "f2c501ecdd292ddae9822a1ac36422a283fe9b686bf2b89a6be2264cddd15616"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-wd_mynet-wifi-rangeextender-initramfs-kernel.bin"; + sha256 = "96b1dca1093dbddbd4c336e20494a415efcac85c8562b3b8c526b79dcf968d7d"; + sha256_unsigned = "96b1dca1093dbddbd4c336e20494a415efcac85c8562b3b8c526b79dcf968d7d"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mynet-wifi-rangeextender" + "mynet-rext" + ]; + titles = [ + { + model = "My Net Wi-Fi Range Extender"; + vendor = "Western Digital"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "52cab75bb0044171fbc31f123666806334d29c7884df24f773a4f19878c82799"; + sha256_unsigned = "9027bb8284fe4d61ef4400f61280fa56be436bc5c83a2a86655ecef201d611a6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-winchannel_wb2000-initramfs-kernel.bin"; + sha256 = "1241137ceed47081bef185e518833dda5b9b3985e449de6025c210a1572dd053"; + sha256_unsigned = "1241137ceed47081bef185e518833dda5b9b3985e449de6025c210a1572dd053"; + type = "kernel"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + model = "WB2000"; + vendor = "Winchannel"; + } + ]; + }; + xiaomi_aiot-ac2350 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-xiaomi_aiot-ac2350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-xiaomi_aiot-ac2350-squashfs-sysupgrade.bin"; + sha256 = "0137bba1684645f1267973e67fbc7e853b3e025b1d5db43b64e99d64f7189bcb"; + sha256_unsigned = "21f4cd478c925658ce2be3c8d5d8b7bb54f25600c75f6943aa5621c5245a6efe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-xiaomi_aiot-ac2350-initramfs-kernel.bin"; + sha256 = "c5238927c557637cb43eab8a18d322d58562b322dbac403f85b7522d8bc090b4"; + sha256_unsigned = "c5238927c557637cb43eab8a18d322d58562b322dbac403f85b7522d8bc090b4"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,aiot-ac2350" + ]; + titles = [ + { + model = "AIoT AC2350"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-xiaomi_mi-router-4q-initramfs-kernel.bin"; + sha256 = "ddc9e91d4ce6c621da273baa7613dcef51692faac12145304c5a32a39e8e4d96"; + sha256_unsigned = "ddc9e91d4ce6c621da273baa7613dcef51692faac12145304c5a32a39e8e4d96"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "e18ba8c5f292627c47b54a90de12326297ebc656add8f00343fd538c56a7d7fc"; + sha256_unsigned = "5c4c62a9434bae8b39855c89a60e373dec0c5df65ad51b3e0df3dd4a9716dad7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + model = "Mi Router 4Q"; + vendor = "Xiaomi"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-yuncore_a770-initramfs-kernel.bin"; + sha256 = "e0d43c12b57f2f8d320e3c75fe07783dd87c25095fef4cc6102eca1607fe5fbd"; + sha256_unsigned = "e0d43c12b57f2f8d320e3c75fe07783dd87c25095fef4cc6102eca1607fe5fbd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "804187610d983923dd74bcff90421cfd08fa5031bd27688b94f78392bf2c02fc"; + sha256_unsigned = "095365ccb29fd389b20edc42ba2443849227ce3c88b9990607b385076bccbe74"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "3c9366317dc0a6d04ab4225a6ca1045a73e0fb34f589c696730db9c08ca7a350"; + sha256_unsigned = "095365ccb29fd389b20edc42ba2443849227ce3c88b9990607b385076bccbe74"; + type = "tftp"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + model = "A770"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "900d72f46173ead57f040a88da412a8b38ebf7ad8052736a4ebbe988339e41d2"; + sha256_unsigned = "5b1dc56143f6300c904910a46cb5b713922c372b861f60bc9c9bdcd87780e498"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-yuncore_a782-initramfs-kernel.bin"; + sha256 = "919c3bdba1728900df7f3b3b03ca8e14d24c8362edf7edf187514f3265ac6060"; + sha256_unsigned = "919c3bdba1728900df7f3b3b03ca8e14d24c8362edf7edf187514f3265ac6060"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "48b9649c4c2e9ce5244c21ba560bb92abb1c86eae885910fde22877e07881ac5"; + sha256_unsigned = "5b1dc56143f6300c904910a46cb5b713922c372b861f60bc9c9bdcd87780e498"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + model = "A782"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a930 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-generic-yuncore_a930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-yuncore_a930-squashfs-tftp.bin"; + sha256 = "14f715cb197b679f43f73a25ba1033193768715e6204bd981100e22de9a39842"; + sha256_unsigned = "198016afb2c54c2417a1380aa6b14636c9b18c51afbeac5eaaa0ae93eb33199c"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-yuncore_a930-squashfs-sysupgrade.bin"; + sha256 = "e7e145962f6087e28da958a1fddb622ccb54a6e1ff7c58b4e38dfe074872afeb"; + sha256_unsigned = "198016afb2c54c2417a1380aa6b14636c9b18c51afbeac5eaaa0ae93eb33199c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-yuncore_a930-initramfs-kernel.bin"; + sha256 = "61f82b22dc70089764dc6c6c51cdffbafdf78e234f1a5c0114abf8159d224258"; + sha256_unsigned = "61f82b22dc70089764dc6c6c51cdffbafdf78e234f1a5c0114abf8159d224258"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,a930" + ]; + titles = [ + { + model = "A930"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-yuncore_xd3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-yuncore_xd3200-squashfs-tftp.bin"; + sha256 = "b90c09c0686557f7e464e6dca340e8cabc915ebcc62a6215f831dad67759e3cd"; + sha256_unsigned = "a052be5d89e060116fbde48ccb306fb639ce6c2eb0d441fbb5c20e99e5526ab1"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-yuncore_xd3200-squashfs-sysupgrade.bin"; + sha256 = "710f7fd7942e6d88356a68e0e40b2f4539e36feb325584e38c9eae1679d5e194"; + sha256_unsigned = "a052be5d89e060116fbde48ccb306fb639ce6c2eb0d441fbb5c20e99e5526ab1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-yuncore_xd3200-initramfs-kernel.bin"; + sha256 = "5319aea6fc41ed9634fe3c337f6e691a2245b2312119e40e1e9e668b27b660c7"; + sha256_unsigned = "5319aea6fc41ed9634fe3c337f6e691a2245b2312119e40e1e9e668b27b660c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,xd3200" + ]; + titles = [ + { + model = "XD3200"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "3f51b8ad8c54561e0b193f4d729afed2b4ec6e7ff13ac68c1fd7926e01994e44"; + sha256_unsigned = "800e51909ccd17c6f67117cfcb75552abb38cd76c3168047218a159f8476efe1"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "5144a0956e4c722e5a51da3e7b3440274eef0abb4ffa3b089c8c86a06ddf6ace"; + sha256_unsigned = "800e51909ccd17c6f67117cfcb75552abb38cd76c3168047218a159f8476efe1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-yuncore_xd4200-initramfs-kernel.bin"; + sha256 = "9675fa5c66226921b5b7a8bf091e7d560997869e713812756d0c91bf877b5b20"; + sha256_unsigned = "9675fa5c66226921b5b7a8bf091e7d560997869e713812756d0c91bf877b5b20"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + model = "XD4200"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-zbtlink_zbt-wd323-initramfs-kernel.bin"; + sha256 = "770dbea7a99475d6a6aa84248c9a09cbb35b1ada141a51699c7bf06463b3cd47"; + sha256_unsigned = "770dbea7a99475d6a6aa84248c9a09cbb35b1ada141a51699c7bf06463b3cd47"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "b2e35b5713dc109f4ea55c057688a790afb47bf901186dfdedc7ac5fa9d3fea2"; + sha256_unsigned = "debb08f0ca02d32702f9eb7bdc44d63f646585288b125fff08d28c7e6f7bb70d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + model = "WD323"; + vendor = "ZBT"; + } + ]; + }; + ziking_cpe46b = { + device_packages = [ + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-ziking_cpe46b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-ziking_cpe46b-squashfs-sysupgrade.bin"; + sha256 = "98db953938df010befc255887a336b3ae1693407fe09fe0246d7466439f2523c"; + sha256_unsigned = "a842b316068916bdd7a275d26d27f72af4ed6320bc362440f48b38c9b7d90e39"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-ziking_cpe46b-initramfs-kernel.bin"; + sha256 = "2c7a5f197da309efe42a18d627c0834f937897fad1469daefc55fe31375a2216"; + sha256_unsigned = "2c7a5f197da309efe42a18d627c0834f937897fad1469daefc55fe31375a2216"; + type = "kernel"; + } + ]; + supported_devices = [ + "ziking,cpe46b" + ]; + titles = [ + { + model = "CPE46B"; + vendor = "ZiKing"; + } + ]; + }; + zyxel_nbg6616 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-generic-zyxel_nbg6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-zyxel_nbg6616-squashfs-sysupgrade.bin"; + sha256 = "1d8534b610ef11358aca2023f8bb42fc1344e89aae5f6cceb470da6055409aca"; + sha256_unsigned = "7904e279abae3013872c63318184462799ed43e71ec5fdcf5a90d92c4d63d2cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-generic-zyxel_nbg6616-initramfs-kernel.bin"; + sha256 = "1d62066d14faacf7121d07d76dc7d10f363c4f98065117f573f0d629d5bce4d8"; + sha256_unsigned = "1d62066d14faacf7121d07d76dc7d10f363c4f98065117f573f0d629d5bce4d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-generic-zyxel_nbg6616-squashfs-factory.bin"; + sha256 = "01ae481f1219ca14c236478dd2310ea73596e7287e8b7f3b6e594afeb2049d52"; + sha256_unsigned = "01ae481f1219ca14c236478dd2310ea73596e7287e8b7f3b6e594afeb2049d52"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6616" + "nbg6616" + ]; + titles = [ + { + model = "NBG6616"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "ath79/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_routerboard-951ui-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-951ui-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-951ui-2nd-initramfs-kernel.bin"; + sha256 = "d797df3eaa8b063283668960c5a3b5ae165f570a47d1cec22a2bbf0f0e9d701b"; + sha256_unsigned = "d797df3eaa8b063283668960c5a3b5ae165f570a47d1cec22a2bbf0f0e9d701b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-951ui-2nd-squashfs-sysupgrade.bin"; + sha256 = "2168080dc17db9900c4076611eb6ada3c76415447c23e701281b41da2b36c8b4"; + sha256_unsigned = "3160c6fb09eee2fc905cba79454b6c5b860cc71a8af67bf8c988ee19e93f4cf9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-951ui-2nd" + "rb-951ui-2nd" + ]; + titles = [ + { + model = "RouterBOARD 951Ui-2nD (hAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-952ui-5ac2nd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-squashfs-sysupgrade.bin"; + sha256 = "dd942070d13719af29b5d24aceb7d22d9931b55d3db8b4899acc72c85ae3aced"; + sha256_unsigned = "cd6039eee8e14e1616e964b806824787f062ad257c16ce658aea0af7d423cf39"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-initramfs-kernel.bin"; + sha256 = "3ce8bcf166af92779662265ea6a5dd20fa5c35b0feaad2552ef782028fb9bcb4"; + sha256_unsigned = "3ce8bcf166af92779662265ea6a5dd20fa5c35b0feaad2552ef782028fb9bcb4"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-952ui-5ac2nd" + "rb-952ui-5ac2nd" + ]; + titles = [ + { + model = "RouterBOARD 952Ui-5ac2nD (hAP ac lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-962uigs-5hact2hnt = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-sfp" + ]; + image_prefix = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt-squashfs-sysupgrade.bin"; + sha256 = "723ec31d4357bb838df7e62bfc34b6a99c5f28dfa99fe73e1b58b595d151da7a"; + sha256_unsigned = "12a448798aebc01e8ef6856eef0d8bc8148ee0a76fcba7ebbcf73c37649e2ecf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt-initramfs-kernel.bin"; + sha256 = "82ad4ef915d6910522d9c85033365f1511377646153fd1ee23622acd2e2999ba"; + sha256_unsigned = "82ad4ef915d6910522d9c85033365f1511377646153fd1ee23622acd2e2999ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-962uigs-5hact2hnt" + "rb-962uigs-5hact2hnt" + ]; + titles = [ + { + model = "RouterBOARD 962UiGS-5HacT2HnT (hAP ac)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-lhg-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-squashfs-sysupgrade.bin"; + sha256 = "c855b0c5cecedaeb12b4ab2445fdeef841c09dbd994e3ff6f9efa1a21663351d"; + sha256_unsigned = "b9919976d29392733a1deaf6e9f9acb37b12061fc950eec29be16502fd38522e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-initramfs-kernel.bin"; + sha256 = "effbdc200099c1783a5b1810fd8bdb4e1964ee7ed8cc4b2eb8a9cc4225a368e2"; + sha256_unsigned = "effbdc200099c1783a5b1810fd8bdb4e1964ee7ed8cc4b2eb8a9cc4225a368e2"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-2nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 2nD (LHG 2)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-5nd = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-lhg-5nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-lhg-5nd-initramfs-kernel.bin"; + sha256 = "42280764345acf1a833191046c08f65f36b846424ae2eaf0c04ab06e23a3cb72"; + sha256_unsigned = "42280764345acf1a833191046c08f65f36b846424ae2eaf0c04ab06e23a3cb72"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-lhg-5nd-squashfs-sysupgrade.bin"; + sha256 = "054cb67de4b1cb060eafa067d16bf4fea9148f12a49ce36cc62b757d5fd84d2f"; + sha256_unsigned = "313bade4bef46be1cbc71c8e8464d2a87da8bd960cbfd2ca4250ce931ff88c08"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-5nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 5nD (LHG 5)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-map-2nd = { + device_packages = [ + "kmod-usb2" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-map-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-map-2nd-squashfs-sysupgrade.bin"; + sha256 = "a5acbe1b6dfacedcf5763ac5c9968eceec3b1dc78ba6a0d4f7f413a7d785deed"; + sha256_unsigned = "94ee91305438232244010c80d49f85d696767962988c5f6067f530880d8772a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-map-2nd-initramfs-kernel.bin"; + sha256 = "55cfed3254357c8ad4bb993fd2a8ce350ad434fcd754211b5ea513fe6400f836"; + sha256_unsigned = "55cfed3254357c8ad4bb993fd2a8ce350ad434fcd754211b5ea513fe6400f836"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-map-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAP-2nD (mAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-mapl-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-mapl-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-squashfs-sysupgrade.bin"; + sha256 = "1d74d39b1f23b06660d721c886a2811d82194738943b9d99ae2d855ec9a94360"; + sha256_unsigned = "63c08d558b3310fffdc329fb50570dbecc709769ce9a7f55ffd7606cf83d1c81"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-initramfs-kernel.bin"; + sha256 = "a589a319c9aaf41b06edcb78f2c4e7a1b27a696564b232d86938b36336402ed5"; + sha256_unsigned = "a589a319c9aaf41b06edcb78f2c4e7a1b27a696564b232d86938b36336402ed5"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-mapl-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAPL-2nD (mAP lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-2nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-wap-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-wap-2nd-initramfs-kernel.bin"; + sha256 = "65ffc3ee38bfb689f663f79d3fa0818b6ddb75fa7d2668f15f1a7999b998abcc"; + sha256_unsigned = "65ffc3ee38bfb689f663f79d3fa0818b6ddb75fa7d2668f15f1a7999b998abcc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-wap-2nd-squashfs-sysupgrade.bin"; + sha256 = "d55deaf3fee3f72d5ddf5bc8b1b6352810a387c05703f32250bc74e5fea5ff5f"; + sha256_unsigned = "fb9be9c273def079b3cbf2dc21fb68674dc12f8d76a14ed31a28049f06b33270"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAP-2nD (wAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-g-5hact2hnd = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-squashfs-sysupgrade.bin"; + sha256 = "320b3d8a2927736d3f780bd73b92d77af7fbe37caa3af6de6f13adb0579db7d1"; + sha256_unsigned = "2b2b6990fb7c7a3b3c32fe080b96af00d6184d92539062b2da350364361debd7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-initramfs-kernel.bin"; + sha256 = "49b24a0957ff6c04feafb5474a6c73017e36bc1f28e5997c33b26b86639134b0"; + sha256_unsigned = "49b24a0957ff6c04feafb5474a6c73017e36bc1f28e5997c33b26b86639134b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-g-5hact2hnd" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + model = "RouterBOARD wAP G-5HacT2HnD (wAP AC)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wapr-2nd = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-wapr-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-initramfs-kernel.bin"; + sha256 = "15b76ec426f030dc413bd318b29b6c0503a0536121aa0c2f3d3c3c9be4f09f12"; + sha256_unsigned = "15b76ec426f030dc413bd318b29b6c0503a0536121aa0c2f3d3c3c9be4f09f12"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-squashfs-sysupgrade.bin"; + sha256 = "c32ed9002522aa8d17c27d0d7b34029159446172f706fe35ad307a3b231289d4"; + sha256_unsigned = "bb7dbe4a7f3b06a42a6debc9c7a708ba637caac7652dcc1c9292506b4b9a3a19"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wapr-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAPR-2nD (wAP R)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "ath79/mikrotik"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_rambutan" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-8dev_rambutan"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-8dev_rambutan-initramfs-kernel.bin"; + sha256 = "3663b382bad62a9ee88a93f228daff55b6ab3d4975db6e9eddc9fdb7bded0c35"; + sha256_unsigned = "3663b382bad62a9ee88a93f228daff55b6ab3d4975db6e9eddc9fdb7bded0c35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-8dev_rambutan-squashfs-sysupgrade.tar"; + sha256 = "6a0f01d5e0bed0e28237bb891ef1032278253f0caece7a992f5daa3b3ab83074"; + sha256_unsigned = "f5ca02a9c8ac66320a83d83432e8767a3d1b7d9cd60a3ad4f926fe1633f57488"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-8dev_rambutan-squashfs-factory.bin"; + sha256 = "0d2993998bef366dd8d920817c1540de897fa3294da05508c3fe310833a55fd8"; + sha256_unsigned = "0d2993998bef366dd8d920817c1540de897fa3294da05508c3fe310833a55fd8"; + type = "factory"; + } + ]; + supported_devices = [ + "8dev,rambutan" + ]; + titles = [ + { + model = "Rambutan"; + vendor = "8devices"; + } + ]; + }; + aerohive_hiveap-121 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-aerohive_hiveap-121"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-aerohive_hiveap-121-initramfs-kernel.bin"; + sha256 = "4f4d701ea2de15bce79c90351dd9c7841ebadd8279e495504ea1a2462a94b062"; + sha256_unsigned = "4f4d701ea2de15bce79c90351dd9c7841ebadd8279e495504ea1a2462a94b062"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-aerohive_hiveap-121-squashfs-sysupgrade.bin"; + sha256 = "17116e1ddb2e34fb900b7e80965fef96ff28312f2f6a93c1aada515737c80ffc"; + sha256_unsigned = "b6e264734d11ca97da5043b9cf2374362dd254b01e9cbe24b8201c89d6de081c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin"; + sha256 = "bab023888faf9d04444d599faef2e59935b28c71d6d1583f5c2073ffe7ee89d5"; + sha256_unsigned = "bab023888faf9d04444d599faef2e59935b28c71d6d1583f5c2073ffe7ee89d5"; + type = "factory"; + } + ]; + supported_devices = [ + "aerohive,hiveap-121" + "hiveap-121" + ]; + titles = [ + { + model = "HiveAP 121"; + vendor = "Aerohive"; + } + ]; + }; + domywifi_dw33d = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-domywifi_dw33d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-domywifi_dw33d-initramfs-kernel.bin"; + sha256 = "2f92191632de90640170a034d938e78ebd8c69c80a5843ad88986083125a7c40"; + sha256_unsigned = "2f92191632de90640170a034d938e78ebd8c69c80a5843ad88986083125a7c40"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-domywifi_dw33d-squashfs-sysupgrade.bin"; + sha256 = "e926044fcf29d999c68caa1d2aea718c475d1b54f61bdc46a3beec8a718591e4"; + sha256_unsigned = "b7a107afd89e4f83ffdbe6e31f3ba203930cd4c744bc5dc8e77ea45d3b89a585"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-domywifi_dw33d-squashfs-factory.bin"; + sha256 = "02a841b1dba8f248ef4e49342615b6ae47752dd7f3a23d079f5f78b54ee04598"; + sha256_unsigned = "02a841b1dba8f248ef4e49342615b6ae47752dd7f3a23d079f5f78b54ee04598"; + type = "factory"; + } + ]; + supported_devices = [ + "domywifi,dw33d" + ]; + titles = [ + { + model = "DW33D"; + vendor = "DomyWifi"; + } + ]; + }; + dongwon_dw02-412h-128m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-dongwon_dw02-412h-128m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-dongwon_dw02-412h-128m-initramfs-kernel.bin"; + sha256 = "dba56fa7fd6d7886e8b3565dda4324da88ee638f454eec533c7aaca466805de0"; + sha256_unsigned = "dba56fa7fd6d7886e8b3565dda4324da88ee638f454eec533c7aaca466805de0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-dongwon_dw02-412h-128m-squashfs-factory.img"; + sha256 = "2db445fc5cbfd0d6220188fe1352fd67518e9d8bb509f64116260e895d143c6a"; + sha256_unsigned = "2db445fc5cbfd0d6220188fe1352fd67518e9d8bb509f64116260e895d143c6a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-dongwon_dw02-412h-128m-squashfs-sysupgrade.bin"; + sha256 = "7b43b303b2313304c701f96506c5074656123562be36ec64539abee1c33b9758"; + sha256_unsigned = "49415049b8064ec918683e60c752b94c7cbdf7afcf47f549a937bb06e3df944e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dongwon,dw02-412h-128m" + ]; + titles = [ + { + model = "DW02-412H"; + variant = "(128M)"; + vendor = "Dongwon T&I"; + } + { + model = "GiGA WiFi home"; + variant = "(128M)"; + vendor = "KT"; + } + ]; + }; + dongwon_dw02-412h-64m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-dongwon_dw02-412h-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-dongwon_dw02-412h-64m-squashfs-sysupgrade.bin"; + sha256 = "f865b3d22e53ba2f2a4c5431741219e2b2a778b74ef5de0ad5e3929799773e5c"; + sha256_unsigned = "894c0b8ee9c9be7effbbe0d22682631558eae90c49e86e9344c9d1e3f6c8aa45"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-dongwon_dw02-412h-64m-initramfs-kernel.bin"; + sha256 = "b87b2252685587cb1c1344392e61c70879c779ee31897afb25ed95bda51dae86"; + sha256_unsigned = "b87b2252685587cb1c1344392e61c70879c779ee31897afb25ed95bda51dae86"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-dongwon_dw02-412h-64m-squashfs-factory.img"; + sha256 = "012b1b2c6d6361e50a2c90b637c84c8d5d4deddee25b580b7f8e49c46e83efaa"; + sha256_unsigned = "012b1b2c6d6361e50a2c90b637c84c8d5d4deddee25b580b7f8e49c46e83efaa"; + type = "factory"; + } + ]; + supported_devices = [ + "dongwon,dw02-412h-64m" + ]; + titles = [ + { + model = "DW02-412H"; + variant = "(64M)"; + vendor = "Dongwon T&I"; + } + { + model = "GiGA WiFi home"; + variant = "(64M)"; + vendor = "KT"; + } + ]; + }; + glinet_gl-ar300m-nand = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-glinet_gl-ar300m-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-glinet_gl-ar300m-nand-squashfs-factory.img"; + sha256 = "c2bf61ee9fb5868b17762308c738238510ffff8fcd75d4e2a9434b5faa025829"; + sha256_unsigned = "c2bf61ee9fb5868b17762308c738238510ffff8fcd75d4e2a9434b5faa025829"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin"; + sha256 = "2ad6ec492cd9139268812af8e864199476d87fff16e9d5b9465755d2d1b7fa8a"; + sha256_unsigned = "7467a7b460f1357123d318f5922eef89293671ad88af5b0fa2b1c65b92809eca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-glinet_gl-ar300m-nand-initramfs-kernel.bin"; + sha256 = "46192de0dd514c32def403f8b3d1250e86f22c0faeac306c95f0090aa5e71cc6"; + sha256_unsigned = "46192de0dd514c32def403f8b3d1250e86f22c0faeac306c95f0090aa5e71cc6"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nand" + "glinet,gl-ar300m-nor" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-nor = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-glinet_gl-ar300m-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade.bin"; + sha256 = "d6513759bf21e04eee93cd22fa3e5f04a9aad63bf4245907c92e83ec92843a1b"; + sha256_unsigned = "03bf69f59de9308eb7537f62143042b8899a78b64529f9ddbf84b9d947d0f0ea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-glinet_gl-ar300m-nor-initramfs-kernel.bin"; + sha256 = "e13927e271cd08b9f94219a083b236dc7ad8a5debaf8e311db0c8abe8de9ee59"; + sha256_unsigned = "e13927e271cd08b9f94219a083b236dc7ad8a5debaf8e311db0c8abe8de9ee59"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nor" + "glinet,gl-ar300m-nand" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-glinet_gl-ar750s-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-glinet_gl-ar750s-nor-squashfs-sysupgrade.bin"; + sha256 = "37adcc45b20ec58ebb2797ebffb8a1b65bff261e238ddda5f3ff7f99bc5938de"; + sha256_unsigned = "5db061363aa22850c774f61ac278f4395d8b9a831de4faef5b7733274625621e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-glinet_gl-ar750s-nor-initramfs-kernel.bin"; + sha256 = "46d2991ba323a260b9b61af19576d33a6dd69a3dbd41e7d70bbc1ea9be4f3ea4"; + sha256_unsigned = "46d2991ba323a260b9b61af19576d33a6dd69a3dbd41e7d70bbc1ea9be4f3ea4"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor" + "gl-ar750s" + "glinet,gl-ar750s" + "glinet,gl-ar750s-nor-nand" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor-nand = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-glinet_gl-ar750s-nor-nand"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-glinet_gl-ar750s-nor-nand-initramfs-kernel.bin"; + sha256 = "29b2e23579061750eb297796eb629d6c1cc436e0e7a559111342e7c91b213453"; + sha256_unsigned = "29b2e23579061750eb297796eb629d6c1cc436e0e7a559111342e7c91b213453"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-sysupgrade.bin"; + sha256 = "f7851220c0aeabf492d8691978e890436eee85b31f527622c62204b0cdece711"; + sha256_unsigned = "94ae385f0d5942ef52fa08b197f3718ff21d85ca1f82332ba7aa7dcb03b2e2c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor-nand" + "glinet,gl-ar750s-nor" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR/NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-e750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-glinet_gl-e750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-glinet_gl-e750-squashfs-factory.img"; + sha256 = "f46f8a4dbe63e6587b4325e84c92434b37bf7e583e108e09a6267e459036a848"; + sha256_unsigned = "f46f8a4dbe63e6587b4325e84c92434b37bf7e583e108e09a6267e459036a848"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-glinet_gl-e750-squashfs-sysupgrade.bin"; + sha256 = "06f8770555394f6cf3c50be130b985071af245571f5666318e826ff2f14368b6"; + sha256_unsigned = "8acccbdfb47b05c517424354d01b035096bc9d11d9e615b07706c4d58be2edfb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-glinet_gl-e750-initramfs-kernel.bin"; + sha256 = "818ce1a55b94d14799319deea35674a3b3e289033a8c07640adfa02b32c19b78"; + sha256_unsigned = "818ce1a55b94d14799319deea35674a3b3e289033a8c07640adfa02b32c19b78"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-e750" + "gl-e750" + ]; + titles = [ + { + model = "GL-E750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-xe300 = { + device_packages = [ + "kmod-usb2" + "block-mount" + "kmod-usb-serial-ch341" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-glinet_gl-xe300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-glinet_gl-xe300-initramfs-kernel.bin"; + sha256 = "21d25a3b560d2689b18f359bee906c307a1da07ed3f53f3d191a12484b13cc66"; + sha256_unsigned = "21d25a3b560d2689b18f359bee906c307a1da07ed3f53f3d191a12484b13cc66"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-glinet_gl-xe300-squashfs-factory.img"; + sha256 = "c959bf9d96bf1770f1574915de02742f351666c6ea651a3fc00e460843738971"; + sha256_unsigned = "c959bf9d96bf1770f1574915de02742f351666c6ea651a3fc00e460843738971"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-glinet_gl-xe300-squashfs-sysupgrade.bin"; + sha256 = "4220d704ce38d39fc84e6ef92a9dd47e371a3ed30dcc40f1c52063a5ae948de7"; + sha256_unsigned = "47a4cb049276e1291e642d20522a4681b5a709d5d9432dedad68aa37dd5fc9eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-xe300" + ]; + titles = [ + { + model = "GL-XE300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea4500-v3 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-linksys_ea4500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-linksys_ea4500-v3-squashfs-factory.img"; + sha256 = "5f2a993608584186b4ab18ef1cd7767d8849d4823a170cb8fa204cee73412213"; + sha256_unsigned = "5f2a993608584186b4ab18ef1cd7767d8849d4823a170cb8fa204cee73412213"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-linksys_ea4500-v3-initramfs-kernel.bin"; + sha256 = "5a520ecc77df3411fb8ac1aa846c05f4e54c77404afea320bd7f4b5d398208e1"; + sha256_unsigned = "5a520ecc77df3411fb8ac1aa846c05f4e54c77404afea320bd7f4b5d398208e1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-linksys_ea4500-v3-squashfs-sysupgrade.bin"; + sha256 = "e7897f563ba77f5a1acccb3087c6ad558b997849e278ab7d36993f9e2b05a395"; + sha256_unsigned = "74eb6fdeedef65aa38388114e99a240f9294a1aa9beec5891c60ee920edd5e28"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea4500-v3" + ]; + titles = [ + { + model = "EA4500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-netgear_r6100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_r6100-squashfs-factory.img"; + sha256 = "543e1f4f4d971ad3042239ee1b22c02257e1daaf3e06fc9274d8a999446380d0"; + sha256_unsigned = "543e1f4f4d971ad3042239ee1b22c02257e1daaf3e06fc9274d8a999446380d0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_r6100-squashfs-sysupgrade.bin"; + sha256 = "c0ff46fa0afd237bfc80ba229caca274dff7a14ebf04241bfceae3a65bfba3b7"; + sha256_unsigned = "62fa5a16b6ea55543440185b887cc502c170d7c7752e3965736ea782fe0a343f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_r6100-initramfs-kernel.bin"; + sha256 = "f967ff3c96752a4ae846d8aa750ae4768712a83376430ba90b91a0c48bf28c7e"; + sha256_unsigned = "f967ff3c96752a4ae846d8aa750ae4768712a83376430ba90b91a0c48bf28c7e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6100" + ]; + titles = [ + { + model = "R6100"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-netgear_wndr3700-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr3700-v4-initramfs-kernel.bin"; + sha256 = "e9a36f616d3cb881e5cdda67ef5ea07530abe42d42135c73cddef94e97063a8c"; + sha256_unsigned = "e9a36f616d3cb881e5cdda67ef5ea07530abe42d42135c73cddef94e97063a8c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr3700-v4-squashfs-sysupgrade.bin"; + sha256 = "f6ee014a0f8f3f621cf6dda74c01b679857344aa7c8df806a09998502585b79c"; + sha256_unsigned = "c630c16fb0aedde8e1985f76c020e470978ca238b2170f3dfc9fb89c0e26bc21"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr3700-v4-squashfs-factory.img"; + sha256 = "1a64205dad316b2ba0a620d6f5e080133a3e0852c9efa6c3b016023ee79277ae"; + sha256_unsigned = "1a64205dad316b2ba0a620d6f5e080133a3e0852c9efa6c3b016023ee79277ae"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v4" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v4"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-netgear_wndr4300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr4300-squashfs-sysupgrade.bin"; + sha256 = "fafc8a958573a0e0a46d45b7569c55400b45274088ee894cda060341571f3081"; + sha256_unsigned = "798ae59d90a06b4b4364c2c42df5116e93a96474d63ff40452d5bcb1bb680a68"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr4300-squashfs-factory.img"; + sha256 = "26efb03ebdee06a7c461fb268ed92b0f2745d7d1173a1e4672164caa597144c7"; + sha256_unsigned = "26efb03ebdee06a7c461fb268ed92b0f2745d7d1173a1e4672164caa597144c7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr4300-initramfs-kernel.bin"; + sha256 = "f0bcd82cf05db4dcd5f37c8c029f8b6f1c571110d171a70b2a462f02b490504e"; + sha256_unsigned = "f0bcd82cf05db4dcd5f37c8c029f8b6f1c571110d171a70b2a462f02b490504e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300" + ]; + titles = [ + { + model = "WNDR4300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-netgear_wndr4300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr4300-v2-squashfs-sysupgrade.bin"; + sha256 = "0cad5dfe9147fee0dc4037399bee983754ed66724178a48c0f6a90e90dd396f5"; + sha256_unsigned = "e123f522432228f41de12fb48312a10af52860bd5824f82f2292cf08b2f2309b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr4300-v2-squashfs-factory.img"; + sha256 = "ebed65c4010df9d480b77e42fd80d2a857e430510ba679d37359c2a0e051cca1"; + sha256_unsigned = "ebed65c4010df9d480b77e42fd80d2a857e430510ba679d37359c2a0e051cca1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr4300-v2-initramfs-kernel.bin"; + sha256 = "e9751698f36fd38430a35aa9970225ad2a94f43be23df0d5e6a9461c2f079eb3"; + sha256_unsigned = "e9751698f36fd38430a35aa9970225ad2a94f43be23df0d5e6a9461c2f079eb3"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300-v2" + ]; + titles = [ + { + model = "WNDR4300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300sw = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-netgear_wndr4300sw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr4300sw-squashfs-sysupgrade.bin"; + sha256 = "7dd085cf25510e700e5a6d8e7dfaf3b91b8ff69f2582760c3402a383224f6315"; + sha256_unsigned = "0eaf28b6e37d532bf1df1dabddd9c0b4633cd38f1cc4f3d86941b7077850b256"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr4300sw-initramfs-kernel.bin"; + sha256 = "bff6c231df474410ec3038267dcf0ddad7e7e8b9735c9e95c5487cb5f7a53612"; + sha256_unsigned = "bff6c231df474410ec3038267dcf0ddad7e7e8b9735c9e95c5487cb5f7a53612"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr4300sw-squashfs-factory.img"; + sha256 = "9bba9599281d9a612c5541dd23fa31dd8d507a565cbca36811b42423b6884b8d"; + sha256_unsigned = "9bba9599281d9a612c5541dd23fa31dd8d507a565cbca36811b42423b6884b8d"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4300sw" + ]; + titles = [ + { + model = "WNDR4300SW"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300tn = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-netgear_wndr4300tn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr4300tn-squashfs-factory.img"; + sha256 = "bd663154d8fe82badc896a6422fedd3cd6c2c71eb102507efd937278262d98cd"; + sha256_unsigned = "bd663154d8fe82badc896a6422fedd3cd6c2c71eb102507efd937278262d98cd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr4300tn-initramfs-kernel.bin"; + sha256 = "a40f30c2c31cdbd4f6119e47e1474384ae235a5feb680b23f2f430215edced08"; + sha256_unsigned = "a40f30c2c31cdbd4f6119e47e1474384ae235a5feb680b23f2f430215edced08"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr4300tn-squashfs-sysupgrade.bin"; + sha256 = "18680f238db869cbb288ce6cff2e98432dc084139299398c5f7482d98fc10c13"; + sha256_unsigned = "dc4051255095bae348315e9a266f26a9cab3d2ec3e950f62ddf0f3f916112d11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300tn" + ]; + titles = [ + { + model = "WNDR4300TN"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-netgear_wndr4500-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr4500-v3-initramfs-kernel.bin"; + sha256 = "9e8dfdc6dc5c4506bd6d27f309be5831d38a3897076af120c8cf16b90484c5bc"; + sha256_unsigned = "9e8dfdc6dc5c4506bd6d27f309be5831d38a3897076af120c8cf16b90484c5bc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr4500-v3-squashfs-factory.img"; + sha256 = "be2e942387f877952049116d8afd76e414797f5374ff07abc200009360932066"; + sha256_unsigned = "be2e942387f877952049116d8afd76e414797f5374ff07abc200009360932066"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-netgear_wndr4500-v3-squashfs-sysupgrade.bin"; + sha256 = "e97b59172ab82fad9b47a7eec997359eb4c736996b2fddc3c03d5078d057664b"; + sha256_unsigned = "6178d88dad1b81b60667accaefa96b0c87a27adb2cfad18ffd52c5d7eb27feff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4500-v3" + ]; + titles = [ + { + model = "WNDR4500"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + zte_mf281 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-rndis" + "kmod-usb-acm" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-zte_mf281"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-zte_mf281-squashfs-sysupgrade.bin"; + sha256 = "1ea4e0d090cabed20d384e62574d2669ad56d55a61c86448df6e2059ea7632aa"; + sha256_unsigned = "7e94ec2ada1bd4ab26655e8edc552abbb413f0f1b7e460e70c1ea3baa09a8623"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-zte_mf281-squashfs-factory.bin"; + sha256 = "f4c51918a4605644d4e5ea4903e21cedb9774f9d1ac3ed1f31f3587b863189a1"; + sha256_unsigned = "f4c51918a4605644d4e5ea4903e21cedb9774f9d1ac3ed1f31f3587b863189a1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-zte_mf281-initramfs-kernel.bin"; + sha256 = "c6d3938cc5b5b9227baff643e6f14e191794eeabb31d81ac5dfd1b17355a8cb6"; + sha256_unsigned = "c6d3938cc5b5b9227baff643e6f14e191794eeabb31d81ac5dfd1b17355a8cb6"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf281" + ]; + titles = [ + { + model = "MF281"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-zte_mf286"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-zte_mf286-squashfs-sysupgrade.bin"; + sha256 = "ad5ffb3d36343767370d8ca920c31f0c3a6552e60ff120c573e11670a031f15f"; + sha256_unsigned = "10669b9ecb325faba2c418484f3b36b2b01294026a08ef44dce4bd8a7575a19c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-zte_mf286-initramfs-kernel.bin"; + sha256 = "73e598aaa8f0c81e75b72047f5c69c4029ebf716eef630d9c0fd54547e982ff5"; + sha256_unsigned = "73e598aaa8f0c81e75b72047f5c69c4029ebf716eef630d9c0fd54547e982ff5"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286" + ]; + titles = [ + { + model = "MF286"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286a = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-zte_mf286a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-zte_mf286a-squashfs-sysupgrade.bin"; + sha256 = "df73f3880a99119dacc43e756ef7d35943d325064aa92c6893bb2412a5694132"; + sha256_unsigned = "bf9cf464e5d64ae6ce0f5f986d5e7cf4873d5713df60d2baa028380ce1bd185d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-zte_mf286a-initramfs-kernel.bin"; + sha256 = "84dfea2c0e62a51ca11f4f2623c0e20b72fe8cd934b6dcfd164fcea463be6141"; + sha256_unsigned = "84dfea2c0e62a51ca11f4f2623c0e20b72fe8cd934b6dcfd164fcea463be6141"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286a" + ]; + titles = [ + { + model = "MF286A"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286r = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-rndis" + "kmod-usb-acm" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-zte_mf286r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-zte_mf286r-squashfs-sysupgrade.bin"; + sha256 = "f3633dce613d53e63da7fb64e0127e0ace2aa0028ec1be14ce355901bbb7fb3d"; + sha256_unsigned = "e2ef049b457d4799ce6c2526455a14cab8666029cbac816ed0b2a0583c94b038"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-zte_mf286r-initramfs-kernel.bin"; + sha256 = "6554bd4a7520944f4124a7239f1f0b21a940cd2f2cbedf3824205850e49218ba"; + sha256_unsigned = "6554bd4a7520944f4124a7239f1f0b21a940cd2f2cbedf3824205850e49218ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286r" + ]; + titles = [ + { + model = "MF286R"; + vendor = "ZTE"; + } + ]; + }; + zyxel_emg2926_q10a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-zyxel_emg2926_q10a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-zyxel_emg2926_q10a-initramfs-kernel.bin"; + sha256 = "9b0259a70919a8410b8b6cd3697033601e7a2e0112abba0a2c29a0185aeea6ae"; + sha256_unsigned = "9b0259a70919a8410b8b6cd3697033601e7a2e0112abba0a2c29a0185aeea6ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-zyxel_emg2926_q10a-squashfs-factory.bin"; + sha256 = "c43592410d05eac2155f37867868aef7f1d503c57e9fdb3b1e19844565100141"; + sha256_unsigned = "c43592410d05eac2155f37867868aef7f1d503c57e9fdb3b1e19844565100141"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-zyxel_emg2926_q10a-squashfs-sysupgrade.tar"; + sha256 = "b54c4483c574632a78c8114c2d1659d9d2a4bba5c95318ca2e14063e5aee38f6"; + sha256_unsigned = "1f393914d822a37d136f6af0ec3a9995b94eeb512bbf02213ef9a8dd4a680841"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-zyxel_emg2926_q10a-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "6ef92c7c1710cf821207e949b4611afc546647932456a437e56c4de0fb7f953a"; + sha256_unsigned = "6ef92c7c1710cf821207e949b4611afc546647932456a437e56c4de0fb7f953a"; + type = "sysupgrade-4M-Kernel"; + } + ]; + supported_devices = [ + "zyxel,emg2926,q10a" + ]; + titles = [ + { + model = "EMG2926-Q10A"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg6716 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ath79-nand-zyxel_nbg6716"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-zyxel_nbg6716-squashfs-factory.bin"; + sha256 = "f0299513ce97dcf0c192201d3f5a246af7400edb8a255a63f7c26efbfa863218"; + sha256_unsigned = "f0299513ce97dcf0c192201d3f5a246af7400edb8a255a63f7c26efbfa863218"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade.tar"; + sha256 = "e898ac628010e0b32838564e98b785419ce3be867a93eabac1fbb9c3fcf65664"; + sha256_unsigned = "093eaa6b72c9b3604dd12d78aa1a9af22761446d36002a2f4ee25091515dba3f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "223f0dfff02023844d406fe7f5a01ea72fd28c63eace8d3641ed2cdaa3572a5c"; + sha256_unsigned = "223f0dfff02023844d406fe7f5a01ea72fd28c63eace8d3641ed2cdaa3572a5c"; + type = "sysupgrade-4M-Kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-nand-zyxel_nbg6716-initramfs-kernel.bin"; + sha256 = "1103984556ef35095c7b7acaf118a1673c8c5a7c904169af24c3df069e372f27"; + sha256_unsigned = "1103984556ef35095c7b7acaf118a1673c8c5a7c904169af24c3df069e372f27"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6716" + ]; + titles = [ + { + model = "NBG6716"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "ath79/nand"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + engenius_eap350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-tiny-engenius_eap350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-tiny-engenius_eap350-v1-initramfs-kernel.bin"; + sha256 = "859ac83c9a1586d4ef88ea0fe48143e177fd3c9172421d45f2353b3c7a92f321"; + sha256_unsigned = "859ac83c9a1586d4ef88ea0fe48143e177fd3c9172421d45f2353b3c7a92f321"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap350-v1" + ]; + titles = [ + { + model = "EAP350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ath79-tiny-engenius_ecb350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-tiny-engenius_ecb350-v1-initramfs-kernel.bin"; + sha256 = "9da8d682246ad6daf910fcfe760c901354283d62ae262aeefbe65bc63fe1fab7"; + sha256_unsigned = "9da8d682246ad6daf910fcfe760c901354283d62ae262aeefbe65bc63fe1fab7"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb350-v1" + ]; + titles = [ + { + model = "ECB350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enh202-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-tiny-engenius_enh202-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-tiny-engenius_enh202-v1-initramfs-kernel.bin"; + sha256 = "435f43ac85f31e76211564971422268a616dd9ea72bb1a050b73eb90a05fa1b0"; + sha256_unsigned = "435f43ac85f31e76211564971422268a616dd9ea72bb1a050b73eb90a05fa1b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enh202-v1" + ]; + titles = [ + { + model = "ENH202"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + pqi_air-pen = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-22.03.5-ath79-tiny-pqi_air-pen"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-tiny-pqi_air-pen-initramfs-kernel.bin"; + sha256 = "57f34f4333805b408b5a59bda9acc328ea2206b10411312d69255c352686752d"; + sha256_unsigned = "57f34f4333805b408b5a59bda9acc328ea2206b10411312d69255c352686752d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"; + sha256 = "9370498924eed578b9ddfb59fa9d66d4e32e7594033353719d9212030b1583de"; + sha256_unsigned = "6d9714a8fc3b559d834a086a480d792bbad1572b54d6ffbb22734736f25a1640"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pqi,air-pen" + "pqi-air-pen" + ]; + titles = [ + { + model = "Air-Pen"; + vendor = "PQI"; + } + ]; + }; + ubnt_airrouter = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ath79-tiny-ubnt_airrouter"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_airrouter-squashfs-factory.bin"; + sha256 = "c495de8a298b6fb1c9394a30df19764fc8b86378578c880315c13e8ab6d186c3"; + sha256_unsigned = "c495de8a298b6fb1c9394a30df19764fc8b86378578c880315c13e8ab6d186c3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_airrouter-squashfs-sysupgrade.bin"; + sha256 = "b25599304974b41abb460177786795359f17f1edb4fd5deaeddd14a2e7091ffe"; + sha256_unsigned = "806471c580788d5cf4f08c5d953ecae4fec2f631ea2ab726a7867b44862835dd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_airrouter-initramfs-kernel.bin"; + sha256 = "1b31c7aefda2a4fe4da222e7943794ad8aa71ad42c57dbadd80fb7e7d2cc0f22"; + sha256_unsigned = "1b31c7aefda2a4fe4da222e7943794ad8aa71ad42c57dbadd80fb7e7d2cc0f22"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,airrouter" + "airrouter" + ]; + titles = [ + { + model = "AirRouter"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7240 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-tiny-ubnt_bullet-m-ar7240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_bullet-m-ar7240-squashfs-factory.bin"; + sha256 = "de053d219cc210e9bf3202204d58f86b7cb0cce6e090013fd9243ec70853445d"; + sha256_unsigned = "de053d219cc210e9bf3202204d58f86b7cb0cce6e090013fd9243ec70853445d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_bullet-m-ar7240-squashfs-sysupgrade.bin"; + sha256 = "70b0bcac45bcdcd0f5a8e4222ef86bfedd5d53cf098328577ed3eeacf996b5fc"; + sha256_unsigned = "28bf0816d5247e5a464808e57f2f4ab4d89ccabb94548924878101a9a40c2184"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_bullet-m-ar7240-initramfs-kernel.bin"; + sha256 = "c0ef8fe45cb5a5ef38a522bb6792acd0ef8b6465c652192e7dc6e2391842046d"; + sha256_unsigned = "c0ef8fe45cb5a5ef38a522bb6792acd0ef8b6465c652192e7dc6e2391842046d"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7240" + "bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7240)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-ar7241 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-tiny-ubnt_bullet-m-ar7241"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_bullet-m-ar7241-initramfs-kernel.bin"; + sha256 = "2be6c9670d18d63e73d1dce099ad7865881a7f10755d9136b55991c2ca4a7e11"; + sha256_unsigned = "2be6c9670d18d63e73d1dce099ad7865881a7f10755d9136b55991c2ca4a7e11"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_bullet-m-ar7241-squashfs-factory.bin"; + sha256 = "e08ac09fdcd9d22339c1d6d69aa72a4a6ed92c62aa19970bcf763d0df21b7bc9"; + sha256_unsigned = "e08ac09fdcd9d22339c1d6d69aa72a4a6ed92c62aa19970bcf763d0df21b7bc9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_bullet-m-ar7241-squashfs-sysupgrade.bin"; + sha256 = "5ac16b138213860e673cde7692319ebbc224129576aa4c2112ddb95726f6927b"; + sha256_unsigned = "0ade785c333f87c9ed1be6332ff5beecbbaac797eaa9899e715bff72b5dda737"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-ar7241" + "bullet-m" + "ubnt,bullet-m" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XM (AR7241)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-tiny-ubnt_nanobridge-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_nanobridge-m-initramfs-kernel.bin"; + sha256 = "92e78169c36ce6743ba50872772028d14c4bb928aa7d70da92c4545fd8f2ed00"; + sha256_unsigned = "92e78169c36ce6743ba50872772028d14c4bb928aa7d70da92c4545fd8f2ed00"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_nanobridge-m-squashfs-sysupgrade.bin"; + sha256 = "e02a8aafba4636b955217db5de2ba048023d69522671a43d216f18fbdcab5ac7"; + sha256_unsigned = "829162989bbe598542e456e7dfaf0031828b0d76cbb5dd0680a419b9b98fcb4d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_nanobridge-m-squashfs-factory.bin"; + sha256 = "a578aee25ddd30bf4e6534f3cfb8191f37e1f8108aac66d172d5b7487710f509"; + sha256_unsigned = "a578aee25ddd30bf4e6534f3cfb8191f37e1f8108aac66d172d5b7487710f509"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobridge-m" + "bullet-m" + ]; + titles = [ + { + model = "NanoBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-tiny-ubnt_nanostation-loco-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin"; + sha256 = "bfeec6c9bd79dc17f2c11df91721e136285b02761700ecf5871199f8da498ba8"; + sha256_unsigned = "7dfbc27031b8aa819280ee5f0aa67bcb49bc5925c6dd60e4454544186f7d5bb4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_nanostation-loco-m-squashfs-factory.bin"; + sha256 = "e990a7677fbbda63a44ee099251787d8c18772d291d69c5f840f68159ea9e4d4"; + sha256_unsigned = "e990a7677fbbda63a44ee099251787d8c18772d291d69c5f840f68159ea9e4d4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_nanostation-loco-m-initramfs-kernel.bin"; + sha256 = "d3e1eada6060cb9d5f8cb13af9fcd687be433354b07a6aaeeac388b3f1099e5e"; + sha256_unsigned = "d3e1eada6060cb9d5f8cb13af9fcd687be433354b07a6aaeeac388b3f1099e5e"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m" + "bullet-m" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-tiny-ubnt_nanostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_nanostation-m-squashfs-factory.bin"; + sha256 = "1d29f53d4fd608655ce671734848027785eb380cabd0afee1fbcd9541117a42a"; + sha256_unsigned = "1d29f53d4fd608655ce671734848027785eb380cabd0afee1fbcd9541117a42a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_nanostation-m-squashfs-sysupgrade.bin"; + sha256 = "6a5231af10e091620458da52c3af1edc3eecceaab82fe83e8b4ad69ee3dc3036"; + sha256_unsigned = "c2935711052971c12f7e1ca2db1ae99b9581bbd2affe4131f1f4642d62779a2d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_nanostation-m-initramfs-kernel.bin"; + sha256 = "6d1b1ce2c50fa408abed72f4ff63e145c08cfdeeef010eb686bfe0542496d5bc"; + sha256_unsigned = "6d1b1ce2c50fa408abed72f4ff63e145c08cfdeeef010eb686bfe0542496d5bc"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m" + "nanostation-m" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_picostation-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-tiny-ubnt_picostation-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_picostation-m-squashfs-factory.bin"; + sha256 = "b8acbd0431bd3f5eb33f438c807a1d3c574f81f6dd5b9a2530b6959687b0734f"; + sha256_unsigned = "b8acbd0431bd3f5eb33f438c807a1d3c574f81f6dd5b9a2530b6959687b0734f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_picostation-m-squashfs-sysupgrade.bin"; + sha256 = "38d8aa3042cda3ed11c29f10b63626cfd315379d1c911589a8abafd41c52d623"; + sha256_unsigned = "4189d1170a299077741935a0e671dc7a80b4987497364698a0cd76b1e6ce94cc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_picostation-m-initramfs-kernel.bin"; + sha256 = "15507e862597f02f66d1a47133e4c11d98c415799b7514f03bc06ffad9bfee83"; + sha256_unsigned = "15507e862597f02f66d1a47133e4c11d98c415799b7514f03bc06ffad9bfee83"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,picostation-m" + "bullet-m" + ]; + titles = [ + { + model = "Picostation M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-tiny-ubnt_powerbridge-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_powerbridge-m-initramfs-kernel.bin"; + sha256 = "a28c7702113b59a9f90a5e72d30868fd76ad6c846a0efce036556e5db50dd23c"; + sha256_unsigned = "a28c7702113b59a9f90a5e72d30868fd76ad6c846a0efce036556e5db50dd23c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_powerbridge-m-squashfs-factory.bin"; + sha256 = "ae55e9174c41ca241bb00ed38b17c8bb0af116bfd61640d210947cc7ea121426"; + sha256_unsigned = "ae55e9174c41ca241bb00ed38b17c8bb0af116bfd61640d210947cc7ea121426"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_powerbridge-m-squashfs-sysupgrade.bin"; + sha256 = "52dc847420d1f31a21709313ad405a8b2c8a45d05db4a3fa5166a9a2f2878452"; + sha256_unsigned = "959c218913166fa2f716e73d248f6519b4dff95533d9b440d219a202b6e56f99"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,powerbridge-m" + "bullet-m" + ]; + titles = [ + { + model = "PowerBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ath79-tiny-ubnt_rocket-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "3981b7eabbda5a62f112fe9db626291b09c1491b565efc2d6056028718d80f48"; + sha256_unsigned = "c8c594d2b2bc556f71a4b29bac31200c828a543471ce6dcec15a279ab6f5cfec"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "8c00a89423a39dbb72a5cbc4f4ad9de9899040c56a97a2c139c97dc357ee6b8e"; + sha256_unsigned = "8c00a89423a39dbb72a5cbc4f4ad9de9899040c56a97a2c139c97dc357ee6b8e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ath79-tiny-ubnt_rocket-m-initramfs-kernel.bin"; + sha256 = "edd93bf31f6e790e8d19169638cea1c29cdfbe4d59250c98814811fcf2357283"; + sha256_unsigned = "edd93bf31f6e790e8d19169638cea1c29cdfbe4d59250c98814811fcf2357283"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + model = "Rocket M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "ath79/tiny"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + bcm27xx = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-zero-w" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm27xx-bcm2708-rpi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm27xx-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "bbbb7e4e3ba47fed8604f98672a2006021878205c11dbd5422e8bcebbdf158f2"; + sha256_unsigned = "bbbb7e4e3ba47fed8604f98672a2006021878205c11dbd5422e8bcebbdf158f2"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-bcm27xx-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "9dac735681af795d580c1a82bc02ed46326b23df079367822c904d0d78c84fc9"; + sha256_unsigned = "9dac735681af795d580c1a82bc02ed46326b23df079367822c904d0d78c84fc9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm27xx-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "b4dcc3396d6de4f0f36644f7752f3ead3b49fc491d16205eb24c8025f6620c18"; + sha256_unsigned = "c362a521fbb98bb2df499ded5f2512be70f4c7563072654b49ec8f637c8f77de"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-bcm27xx-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "b96a2def13fe2c26298800726f1ad4c4915665ab19408cdc4af5b89831968c74"; + sha256_unsigned = "80b6a1f0330e6d702d51abda9f5b22538b71f782e0800fa652a764f8e68bd500"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + model = "B/B+/CM/Zero/ZeroW"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "bcm27xx/bcm2708"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm27xx-bcm2709-rpi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm27xx-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "040d49246b07e7bdb2e313f44752ebc46eefc537723d01d10951984140064053"; + sha256_unsigned = "040d49246b07e7bdb2e313f44752ebc46eefc537723d01d10951984140064053"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-bcm27xx-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "e3475eab88cc288ee099844293154900c063ea7b3f5b1ce49e4a7d27db97438a"; + sha256_unsigned = "e3475eab88cc288ee099844293154900c063ea7b3f5b1ce49e4a7d27db97438a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm27xx-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "87eafd849cfe9e6d92d5e88ab4f16c5e9148d55bd69526ac013671317291e808"; + sha256_unsigned = "89ea99e60c27ead5b5ed6fc8f5d319319ee8a22a35ac9a19aafed875026b827b"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-bcm27xx-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "b3010c840169eb366e9cb1f0bc979b635090cdfb0ceefafc2516efeb28be23b0"; + sha256_unsigned = "2d90e08a24c3e06b7a39c3dd1420e65a693c970556d827f36b5f065d792c62d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "raspberrypi,2-model-b" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "2B/2B 1.2"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "3B/3B+/3CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "4B/400/4CM"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "bcm27xx/bcm2709"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "cypress-nvram-43430-sdio-rpi-3b" + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-3b-plus" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm27xx-bcm2710-rpi-3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-bcm27xx-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "3e300a063bfb16a7f85edb8125700721de63db6549e78ed618387ac5befe2a8e"; + sha256_unsigned = "6eddc8c44d71145d822705abf8cfd633b58fdb5096890c4433b45c138fb03afd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm27xx-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "80390c1561719226f92d9cc7cd3a518e0f8b27505681f7b78557a817280f061e"; + sha256_unsigned = "80390c1561719226f92d9cc7cd3a518e0f8b27505681f7b78557a817280f061e"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "6f5696c7f877cacd51d81cee84b3f63c39db790d0c71c126fe5dd7201f75d11f"; + sha256_unsigned = "6f5696c7f877cacd51d81cee84b3f63c39db790d0c71c126fe5dd7201f75d11f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm27xx-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "1bc7145b9765d646014e3f5f9711becf93d7261d25dbd877f842bae238817bfa"; + sha256_unsigned = "b05eef032fee4a8e5efd2c4831c0458a2ff487ba0215035316fbd89af875bf07"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + ]; + titles = [ + { + model = "3B/3B+/3CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + { + model = "2B-1.2"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "bcm27xx/bcm2710"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + bcm2711 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-4 = { + device_packages = [ + "cypress-firmware-43455-sdio" + "cypress-nvram-43455-sdio-rpi-4b" + "kmod-brcmfmac" + "wpad-basic-wolfssl" + "kmod-usb-net-lan78xx" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm27xx-bcm2711-rpi-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz"; + sha256 = "8d4f7aed960ead4b486ac1eed949289d1963958e3f5ffeab502b2929d2c44572"; + sha256_unsigned = "8d4f7aed960ead4b486ac1eed949289d1963958e3f5ffeab502b2929d2c44572"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz"; + sha256 = "e9a751b51c2fffdc26b72f3396669fd9af4f9d47a63b651efad6a744a3ea4400"; + sha256_unsigned = "d897a80c93262005aa83f29e675f2cc4db01a56d273302b22ee8d590f23680f1"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-bcm27xx-bcm2711-rpi-4-ext4-sysupgrade.img.gz"; + sha256 = "e86892ed6a3af9f1b1b9d1262533569c410bcc18cc4e6ac2faf8aff41e02a69c"; + sha256_unsigned = "3e6097d3d08eb9e27a4086f0e5bd1797c03cf13d7ab299b013347922f5aa9a0a"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz"; + sha256 = "6bd2fb88ed48d55646b048b430206c595367ceddea4a4916d5ecb52294b21d4a"; + sha256_unsigned = "6bd2fb88ed48d55646b048b430206c595367ceddea4a4916d5ecb52294b21d4a"; + type = "factory"; + } + ]; + supported_devices = [ + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "4B/400/4CM"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "bcm27xx/bcm2711"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + bcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + linksys_e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-generic-linksys_e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-generic-linksys_e3000-v1-squashfs.bin"; + sha256 = "b45c45ae96e6f2022e1c1b014c9d47bd693fdbdab938c92b8e6ea97bd33f15a0"; + sha256_unsigned = "b45c45ae96e6f2022e1c1b014c9d47bd693fdbdab938c92b8e6ea97bd33f15a0"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3000-v1" + ]; + titles = [ + { + model = "E3000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + "linksys_wrt300n-v1.1" = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-generic-linksys_wrt300n-v1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-generic-linksys_wrt300n-v1.1-squashfs.bin"; + sha256 = "cc47c45c18fc23cba1f2142f773635d1f5e5c69dad284772542e84a0033d79dc"; + sha256_unsigned = "cc47c45c18fc23cba1f2142f773635d1f5e5c69dad284772542e84a0033d79dc"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1.1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-generic-linksys_wrt310n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-generic-linksys_wrt310n-v1-squashfs.bin"; + sha256 = "4ad31dbc6fb38e505ccf6fc7125c0ef0969ca97c362e9ca2c58f2a7564bdabec"; + sha256_unsigned = "4ad31dbc6fb38e505ccf6fc7125c0ef0969ca97c362e9ca2c58f2a7564bdabec"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v1" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt350n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-generic-linksys_wrt350n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-generic-linksys_wrt350n-v1-squashfs.bin"; + sha256 = "57f898f030b7c3e60198d3f9399164d7f0dd0f43f6c6bda0785f22399ea6197d"; + sha256_unsigned = "57f898f030b7c3e60198d3f9399164d7f0dd0f43f6c6bda0785f22399ea6197d"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt350n-v1" + ]; + titles = [ + { + model = "WRT350N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-generic-linksys_wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-generic-linksys_wrt610n-v1-squashfs.bin"; + sha256 = "c99ff13d29a1d492a702a94fda19a2ef6084d0cb8bfa305c82b39c068e8a02cf"; + sha256_unsigned = "c99ff13d29a1d492a702a94fda19a2ef6084d0cb8bfa305c82b39c068e8a02cf"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v1" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-generic-linksys_wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-generic-linksys_wrt610n-v2-squashfs.bin"; + sha256 = "f4401d0b411729eb758f841d22a873840c6af6f8303707344bfca97dc25da9ba"; + sha256_unsigned = "f4401d0b411729eb758f841d22a873840c6af6f8303707344bfca97dc25da9ba"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v2" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-generic-standard-squashfs.trx"; + sha256 = "aa24073dfb88deddd3b4437eaa3ccb799ad16fe855c0faed87263006e372a1d4"; + sha256_unsigned = "aa24073dfb88deddd3b4437eaa3ccb799ad16fe855c0faed87263006e372a1d4"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "bcm47xx/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_wl-300g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-300g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-300g-squashfs.trx"; + sha256 = "b5b38bc227a519f6223dacc83748b6e1bebbc8a636b481565994391ffa46cc22"; + sha256_unsigned = "b5b38bc227a519f6223dacc83748b6e1bebbc8a636b481565994391ffa46cc22"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-300g" + ]; + titles = [ + { + model = "WL-300g"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-320gp = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-320gp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-320gp-squashfs.trx"; + sha256 = "26ca5878d01c9b7263c3560aad869edd5bb454261732a240eaec976169315fd0"; + sha256_unsigned = "26ca5878d01c9b7263c3560aad869edd5bb454261732a240eaec976169315fd0"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-320gp" + ]; + titles = [ + { + model = "WL-320gP"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-330ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-330ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-330ge-squashfs.trx"; + sha256 = "a39a42c4096c9f704b30b7d1bef451d051026980c546024e764e0d5eb2b1a658"; + sha256_unsigned = "a39a42c4096c9f704b30b7d1bef451d051026980c546024e764e0d5eb2b1a658"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-330ge" + ]; + titles = [ + { + model = "WL-330gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gd = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-500gd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-500gd-squashfs.trx"; + sha256 = "19a69211e3502a3c3ba9b29aeeb4d0561cb59c553cfa04d3690efc86264aba32"; + sha256_unsigned = "19a69211e3502a3c3ba9b29aeeb4d0561cb59c553cfa04d3690efc86264aba32"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gd" + ]; + titles = [ + { + model = "WL-500g Deluxe"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-500gp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-500gp-v1-squashfs.trx"; + sha256 = "e13c96024d4372fb9afff87c5b1986827651cbd6f2c3e3b4a4e34c4d3ad540cc"; + sha256_unsigned = "e13c96024d4372fb9afff87c5b1986827651cbd6f2c3e3b4a4e34c4d3ad540cc"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v1" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500gp-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-500gp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx"; + sha256 = "e2363e448cabaae2aabe8d76d7eb3f702433f080e0a3a9cbdcc044171d618e65"; + sha256_unsigned = "e2363e448cabaae2aabe8d76d7eb3f702433f080e0a3a9cbdcc044171d618e65"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500gp-v2" + ]; + titles = [ + { + model = "WL-500gP"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-500w = { + device_packages = [ + "kmod-b43" + "kmod-usb-uhci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-500w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-500w-squashfs.trx"; + sha256 = "5d38d769663c319b3ef971997ab98a92e565a12a7ce68a69c45027df5de8d221"; + sha256_unsigned = "5d38d769663c319b3ef971997ab98a92e565a12a7ce68a69c45027df5de8d221"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-500w" + ]; + titles = [ + { + model = "WL-500W"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-520gu = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-520gu"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-520gu-squashfs.trx"; + sha256 = "28872b110e18d30d11264ad84f018c764ce4b4c6c0e5cf85d8d73cbb6e77f67a"; + sha256_unsigned = "28872b110e18d30d11264ad84f018c764ce4b4c6c0e5cf85d8d73cbb6e77f67a"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-520gu" + ]; + titles = [ + { + model = "WL-520gU"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-550ge = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-550ge"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-550ge-squashfs.trx"; + sha256 = "e0833dfd50c93f3a2c23b257f5d8f6ec3ad6d2a81065c76fb7d85a7cd3168e11"; + sha256_unsigned = "e0833dfd50c93f3a2c23b257f5d8f6ec3ad6d2a81065c76fb7d85a7cd3168e11"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-550ge" + ]; + titles = [ + { + model = "WL-550gE"; + vendor = "ASUS"; + } + ]; + }; + asus_wl-hdd25 = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-hdd25"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-asus_wl-hdd25-squashfs.trx"; + sha256 = "b9786962c2e1476a629c1bd24c1aa27728a256eba9e1ea8adb471988e204e501"; + sha256_unsigned = "b9786962c2e1476a629c1bd24c1aa27728a256eba9e1ea8adb471988e204e501"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,wl-hdd25" + ]; + titles = [ + { + model = "WL-HDD25"; + vendor = "ASUS"; + } + ]; + }; + dlink_dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-dlink_dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-dlink_dwl-3150-squashfs.bin"; + sha256 = "c2f675bd3c080f0e69eea7bc8134eb50a928ad69755849285c5b6d331a28f252"; + sha256_unsigned = "c2f675bd3c080f0e69eea7bc8134eb50a928ad69755849285c5b6d331a28f252"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dwl-3150" + ]; + titles = [ + { + model = "DWL-3150"; + vendor = "D-Link"; + } + ]; + }; + edimax_ps1208-mfg = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-edimax_ps1208-mfg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-edimax_ps1208-mfg-squashfs.bin"; + sha256 = "727c4d0602f9c6583e03364fb63368eea673a27b689928bfbd5d9b1679c65c4b"; + sha256_unsigned = "727c4d0602f9c6583e03364fb63368eea673a27b689928bfbd5d9b1679c65c4b"; + type = "bin"; + } + ]; + supported_devices = [ + "edimax,ps1208-mfg" + ]; + titles = [ + { + model = "PS-1208MFg"; + vendor = "Edimax"; + } + ]; + }; + huawei_e970 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-huawei_e970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-huawei_e970-squashfs.bin"; + sha256 = "f31e0474de9b4352e09dfb02341b837026982a9b77776a3832411f27eace42be"; + sha256_unsigned = "f31e0474de9b4352e09dfb02341b837026982a9b77776a3832411f27eace42be"; + type = "bin"; + } + ]; + supported_devices = [ + "huawei,e970" + ]; + titles = [ + { + model = "E970"; + vendor = "Huawei"; + } + ]; + }; + linksys_wrt150n = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt150n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt150n-squashfs.bin"; + sha256 = "c6bd4b92ecf497b74dec9bf624f3756a26820fe2ad8e9c22f8e241da365efcc4"; + sha256_unsigned = "c6bd4b92ecf497b74dec9bf624f3756a26820fe2ad8e9c22f8e241da365efcc4"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt150n" + ]; + titles = [ + { + model = "WRT150N"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt160n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt160n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt160n-v1-squashfs.bin"; + sha256 = "bbb141cf1d01a595ac9309a65a5aaf5297bb24cc65754d4cf1992ee6ce421286"; + sha256_unsigned = "bbb141cf1d01a595ac9309a65a5aaf5297bb24cc65754d4cf1992ee6ce421286"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt160n-v1" + ]; + titles = [ + { + model = "WRT160N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt300n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt300n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.bin"; + sha256 = "f503a2590ed141ebd4d2c85848df6280b6b16175817d05011abddc5e48897f54"; + sha256_unsigned = "f503a2590ed141ebd4d2c85848df6280b6b16175817d05011abddc5e48897f54"; + type = "bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt300n-v1-squashfs.trx"; + sha256 = "e0d4e74772555ff0adaae8093408a57f6d087f08a8c68c94e165fc83f5bdf463"; + sha256_unsigned = "e0d4e74772555ff0adaae8093408a57f6d087f08a8c68c94e165fc83f5bdf463"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,wrt300n-v1" + ]; + titles = [ + { + model = "WRT300N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt54g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt54g-squashfs.bin"; + sha256 = "17b3660664a8bfa84821a954ea5ec003bf6f877b6f9a72635861f75c80f6fd78"; + sha256_unsigned = "17b3660664a8bfa84821a954ea5ec003bf6f877b6f9a72635861f75c80f6fd78"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g" + ]; + titles = [ + { + model = "WRT54G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt54g3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt54g3g-squashfs.bin"; + sha256 = "989b18fe2a15358b43a0ce46c5f349ca9154fe0f3f3d24946a95b46fdc470448"; + sha256_unsigned = "989b18fe2a15358b43a0ce46c5f349ca9154fe0f3f3d24946a95b46fdc470448"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g" + ]; + titles = [ + { + model = "WRT54G3G"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3g-em = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt54g3g-em"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt54g3g-em-squashfs.bin"; + sha256 = "bd4af246474c21bb211c7db3e9dba8b292c7ec57fc6bee471ea86a9d9c5363fa"; + sha256_unsigned = "bd4af246474c21bb211c7db3e9dba8b292c7ec57fc6bee471ea86a9d9c5363fa"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3g-em" + ]; + titles = [ + { + model = "WRT54G3G-EM"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54g3gv2-vf = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt54g3gv2-vf"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.noheader.bin"; + sha256 = "d012f44e00ecbffcb786d445780fc882d7c0d233e2c807c054d0c06896a5f88b"; + sha256_unsigned = "d012f44e00ecbffcb786d445780fc882d7c0d233e2c807c054d0c06896a5f88b"; + type = "noheader"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt54g3gv2-vf-squashfs.bin"; + sha256 = "dffb65a93dbaf332c6f1ff87b1e318d7e059f6cf1883616c9632a778fb1afdc5"; + sha256_unsigned = "dffb65a93dbaf332c6f1ff87b1e318d7e059f6cf1883616c9632a778fb1afdc5"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54g3gv2-vf" + ]; + titles = [ + { + model = "WRT54G3GV2-VF"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt54gs-squashfs.bin"; + sha256 = "a326dd6f39ce4d2c4c0f11c02d3cbe6232a64772ce26d44416b2827959a591df"; + sha256_unsigned = "a326dd6f39ce4d2c4c0f11c02d3cbe6232a64772ce26d44416b2827959a591df"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v1/v2/v3"; + vendor = "Linksys"; + } + { + model = "WRT54G-TM"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt54gs-v4 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt54gs-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrt54gs-v4-squashfs.bin"; + sha256 = "6048c9c36cbcce825352d1608aab19e862241e8685edf394d6a512c6bad43969"; + sha256_unsigned = "6048c9c36cbcce825352d1608aab19e862241e8685edf394d6a512c6bad43969"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt54gs-v4" + ]; + titles = [ + { + model = "WRT54GS"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrtsl54gs = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrtsl54gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-linksys_wrtsl54gs-squashfs.bin"; + sha256 = "44fb294b1e69f79982c132bbba0f94bfced1face18a90d69c2afe33582a08523"; + sha256_unsigned = "44fb294b1e69f79982c132bbba0f94bfced1face18a90d69c2afe33582a08523"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrtsl54gs" + ]; + titles = [ + { + model = "WRTSL54GS"; + vendor = "Linksys"; + } + ]; + }; + motorola_wa840g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-motorola_wa840g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-motorola_wa840g-squashfs.bin"; + sha256 = "c45d3d6f37582eabc20e323ef112f2314fac57f51160fa301c797a03bbaccb15"; + sha256_unsigned = "c45d3d6f37582eabc20e323ef112f2314fac57f51160fa301c797a03bbaccb15"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wa840g" + ]; + titles = [ + { + model = "WA840G"; + vendor = "Motorola"; + } + ]; + }; + motorola_we800g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-motorola_we800g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-motorola_we800g-squashfs.bin"; + sha256 = "e31da33a13253fd3a71d93e7bae4e602a22fa6faf4e25668f4650d5133db3665"; + sha256_unsigned = "e31da33a13253fd3a71d93e7bae4e602a22fa6faf4e25668f4650d5133db3665"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,we800g" + ]; + titles = [ + { + model = "WE800G"; + vendor = "Motorola"; + } + ]; + }; + motorola_wr850g = { + device_packages = [ + "kmod-b43" + "kmod-b43legacy" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-motorola_wr850g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-motorola_wr850g-squashfs.bin"; + sha256 = "e1a61f9f9adc4d19463746a1a12964a1f59a20cec1f868a362c012982bf8caf7"; + sha256_unsigned = "e1a61f9f9adc4d19463746a1a12964a1f59a20cec1f868a362c012982bf8caf7"; + type = "bin"; + } + ]; + supported_devices = [ + "motorola,wr850g" + ]; + titles = [ + { + model = "WR850G"; + vendor = "Motorola"; + } + ]; + }; + netgear_wgr614-v8 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-netgear_wgr614-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-netgear_wgr614-v8-squashfs.chk"; + sha256 = "01c86077d29c9339cf732a9412cc9d162acc737003198b489d67b9d715686c67"; + sha256_unsigned = "01c86077d29c9339cf732a9412cc9d162acc737003198b489d67b9d715686c67"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v8" + ]; + titles = [ + { + model = "WGR614"; + variant = "v8"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgt634u = { + device_packages = [ + "kmod-ath5k" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-netgear_wgt634u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-netgear_wgt634u-squashfs.bin"; + sha256 = "fe5dee32455e579a4a012a0ae057edba26fd93117807b7c0d20382ac150a5f5d"; + sha256_unsigned = "fe5dee32455e579a4a012a0ae057edba26fd93117807b7c0d20382ac150a5f5d"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,wgt634u" + ]; + titles = [ + { + model = "WGT634U"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3300-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-netgear_wndr3300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-netgear_wndr3300-v1-squashfs.chk"; + sha256 = "24a36fe602203ba7ef9b6d81e6cfa9ff2a771b277d323d49d705a594befddb3b"; + sha256_unsigned = "24a36fe602203ba7ef9b6d81e6cfa9ff2a771b277d323d49d705a594befddb3b"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3300-v1" + ]; + titles = [ + { + model = "WNDR3300"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr834b-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-netgear_wnr834b-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-netgear_wnr834b-v2-squashfs.chk"; + sha256 = "dde6da2203c1e9fc957789c0ba8371e50d3e8f50652f7dcabfbb6d4bcb20f5e9"; + sha256_unsigned = "dde6da2203c1e9fc957789c0ba8371e50d3e8f50652f7dcabfbb6d4bcb20f5e9"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr834b-v2" + ]; + titles = [ + { + model = "WNR834B"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-standard-squashfs.trx"; + sha256 = "6fcb9176e02faa7674690a54ca42972f158d6b7ca33f5743f8584a9a10d17eac"; + sha256_unsigned = "6fcb9176e02faa7674690a54ca42972f158d6b7ca33f5743f8584a9a10d17eac"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "96272b6673e8cc407b6ce5ccef605eed15e3d39554638b8872af442fbd4db04a"; + sha256_unsigned = "96272b6673e8cc407b6ce5ccef605eed15e3d39554638b8872af442fbd4db04a"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-gz" + ]; + titles = [ + { + model = "Image with gzipped kernel"; + vendor = "Generic"; + } + ]; + }; + usrobotics_usr5461 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-legacy-usrobotics_usr5461"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-legacy-usrobotics_usr5461-squashfs.bin"; + sha256 = "e263e31978603bb7e13c1d7203aad5349f61b5fdd9a34db7d1f9f498d9143285"; + sha256_unsigned = "e263e31978603bb7e13c1d7203aad5349f61b5fdd9a34db7d1f9f498d9143285"; + type = "bin"; + } + ]; + supported_devices = [ + "usrobotics,usr5461" + ]; + titles = [ + { + model = "USR5461"; + vendor = "US Robotics"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "bcm47xx/legacy"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-ac53u-squashfs.trx"; + sha256 = "30680b873de55461cb573cdedc318a6938fc2791b90b2437abd0290c328ffc52"; + sha256_unsigned = "30680b873de55461cb573cdedc318a6938fc2791b90b2437abd0290c328ffc52"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac53u" + ]; + titles = [ + { + model = "RT-AC53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n10-squashfs.trx"; + sha256 = "2f18e73725e44afda991514006afb94cfa36638aeb1d83b89a52548b93005633"; + sha256_unsigned = "2f18e73725e44afda991514006afb94cfa36638aeb1d83b89a52548b93005633"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10" + ]; + titles = [ + { + model = "RT-N10"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n10p-squashfs.trx"; + sha256 = "08a8704e9a1d0e150a0e3cfe138027f388cfe955ddf4861912c10020a23f68fc"; + sha256_unsigned = "08a8704e9a1d0e150a0e3cfe138027f388cfe955ddf4861912c10020a23f68fc"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10p-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n10p-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n10p-v2-squashfs.trx"; + sha256 = "627301690f32809bf82aa957b8bf9ca9c6689af1c64b551d2ca0746e353f94af"; + sha256_unsigned = "627301690f32809bf82aa957b8bf9ca9c6689af1c64b551d2ca0746e353f94af"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v2" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "v2"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n10u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n10u-squashfs.trx"; + sha256 = "ea6df39a15419f6f5e73ca0caecd9c5423433e83183378ea442ed1f38f417ed7"; + sha256_unsigned = "ea6df39a15419f6f5e73ca0caecd9c5423433e83183378ea442ed1f38f417ed7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "A"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n10u-b = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n10u-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n10u-b-squashfs.trx"; + sha256 = "ea6df39a15419f6f5e73ca0caecd9c5423433e83183378ea442ed1f38f417ed7"; + sha256_unsigned = "ea6df39a15419f6f5e73ca0caecd9c5423433e83183378ea442ed1f38f417ed7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n10u-b" + ]; + titles = [ + { + model = "RT-N10U"; + variant = "B"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n12-squashfs.trx"; + sha256 = "bfaa1d8041fbdf8384103669d46d654d337dd78708778c0d507beb5b4fc87232"; + sha256_unsigned = "bfaa1d8041fbdf8384103669d46d654d337dd78708778c0d507beb5b4fc87232"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12" + ]; + titles = [ + { + model = "RT-N12"; + variant = "A1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n12-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n12-b1-squashfs.trx"; + sha256 = "c796cd116410799334962322dfd5954777d1f16e4cf1fd842609c7f8ee89913d"; + sha256_unsigned = "c796cd116410799334962322dfd5954777d1f16e4cf1fd842609c7f8ee89913d"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-b1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n12-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n12-c1-squashfs.trx"; + sha256 = "9170f92671d4dc118bdf70d99cd2051a04a341e12b23a56d48e51091603aface"; + sha256_unsigned = "9170f92671d4dc118bdf70d99cd2051a04a341e12b23a56d48e51091603aface"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-c1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "C1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n12-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n12-d1-squashfs.trx"; + sha256 = "7a6bc5a108aac749334a84710517a0604dd674347cdc4c88db877f99b29bb1f6"; + sha256_unsigned = "7a6bc5a108aac749334a84710517a0604dd674347cdc4c88db877f99b29bb1f6"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12-d1" + ]; + titles = [ + { + model = "RT-N12"; + variant = "D1"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12hp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n12hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n12hp-squashfs.trx"; + sha256 = "b4d684b5967d6be7c030cb3ff1b7fda2a0453acf6f16d779b84277ab87dfa2c0"; + sha256_unsigned = "b4d684b5967d6be7c030cb3ff1b7fda2a0453acf6f16d779b84277ab87dfa2c0"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n12hp" + ]; + titles = [ + { + model = "RT-N12HP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n14uhp-squashfs.trx"; + sha256 = "493cff24a3ca55095227d1d8a3dd54bf2c8574c1e7a2b0981be558b099c640b2"; + sha256_unsigned = "493cff24a3ca55095227d1d8a3dd54bf2c8574c1e7a2b0981be558b099c640b2"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n14uhp" + ]; + titles = [ + { + model = "RT-N14UHP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n15u-squashfs.trx"; + sha256 = "82d464055e880a5091b5fa61d2f12f7fbdd6ec324c1633126ddf84c58d0fd99d"; + sha256_unsigned = "82d464055e880a5091b5fa61d2f12f7fbdd6ec324c1633126ddf84c58d0fd99d"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n15u" + ]; + titles = [ + { + model = "RT-N15U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n16-squashfs.trx"; + sha256 = "69253572ded0b4289d7391df1e9f781fa2967801a80c664622e75267420dd87e"; + sha256_unsigned = "69253572ded0b4289d7391df1e9f781fa2967801a80c664622e75267420dd87e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n16" + ]; + titles = [ + { + model = "RT-N16"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n53 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n53-squashfs.trx"; + sha256 = "6a5937f259902b266962e66b3a37fd7834389c1eca2a5766664630861c9c21a6"; + sha256_unsigned = "6a5937f259902b266962e66b3a37fd7834389c1eca2a5766664630861c9c21a6"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n53" + ]; + titles = [ + { + model = "RT-N53"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n66u-squashfs.trx"; + sha256 = "40656417697eafaf79dedb67da19f43824679bd97a5e7514a8748da19950a96e"; + sha256_unsigned = "40656417697eafaf79dedb67da19f43824679bd97a5e7514a8748da19950a96e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66u" + ]; + titles = [ + { + model = "RT-N66U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-asus_rt-n66w-squashfs.trx"; + sha256 = "40656417697eafaf79dedb67da19f43824679bd97a5e7514a8748da19950a96e"; + sha256_unsigned = "40656417697eafaf79dedb67da19f43824679bd97a5e7514a8748da19950a96e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66w" + ]; + titles = [ + { + model = "RT-N66W"; + vendor = "ASUS"; + } + ]; + }; + linksys_e1000 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e1000-squashfs.bin"; + sha256 = "abb7d2c6a141a56b7da9d2eef13d1efe02cb9973be2d6b8f08c182c69a15289c"; + sha256_unsigned = "abb7d2c6a141a56b7da9d2eef13d1efe02cb9973be2d6b8f08c182c69a15289c"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1000" + ]; + titles = [ + { + model = "E1000"; + variant = "v1/v2/v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e1200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e1200-v1-squashfs.bin"; + sha256 = "1d50ea1b6fda29411b3dcef5b564c137074af42a2161d4fc3706ca122d54e1f4"; + sha256_unsigned = "1d50ea1b6fda29411b3dcef5b564c137074af42a2161d4fc3706ca122d54e1f4"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v1" + ]; + titles = [ + { + model = "E1200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1200-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e1200-v2-squashfs.bin"; + sha256 = "0b71c20695d204a8c4a7199ae389736764dfa2eadf7dbe85076707f30149a40c"; + sha256_unsigned = "0b71c20695d204a8c4a7199ae389736764dfa2eadf7dbe85076707f30149a40c"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1200-v2" + ]; + titles = [ + { + model = "E1200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1500-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e1500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e1500-v1-squashfs.bin"; + sha256 = "3457df84fd977a0fa0771358757e187d639bb9c821c0144e8d5190541b29e542"; + sha256_unsigned = "3457df84fd977a0fa0771358757e187d639bb9c821c0144e8d5190541b29e542"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1500-v1" + ]; + titles = [ + { + model = "E1500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e1550-v1-squashfs.bin"; + sha256 = "ea34bdbbe9b847c12e00b9c1a44c5ba5cc132e71efe0b401f889608b82bde351"; + sha256_unsigned = "ea34bdbbe9b847c12e00b9c1a44c5ba5cc132e71efe0b401f889608b82bde351"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1550-v1" + ]; + titles = [ + { + model = "E1550"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2000-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e2000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e2000-v1-squashfs.bin"; + sha256 = "3c1a4b6cf24949e3d911dec30ebfaeac1267ea6af9859204a410fe1b8164da12"; + sha256_unsigned = "3c1a4b6cf24949e3d911dec30ebfaeac1267ea6af9859204a410fe1b8164da12"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2000-v1" + ]; + titles = [ + { + model = "E2000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e2500-v1-squashfs.bin"; + sha256 = "0f03f135305cfcce8e8fad997bc2653699a32f2919bc128d579f84475d25bd92"; + sha256_unsigned = "0f03f135305cfcce8e8fad997bc2653699a32f2919bc128d579f84475d25bd92"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v1" + ]; + titles = [ + { + model = "E2500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e2500-v2-squashfs.bin"; + sha256 = "d0d79f467cea443bafa75f409dba4c2762adb59554553a47b32b3f03d45edf7a"; + sha256_unsigned = "d0d79f467cea443bafa75f409dba4c2762adb59554553a47b32b3f03d45edf7a"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2" + ]; + titles = [ + { + model = "E2500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + "linksys_e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e2500-v2.1-squashfs.bin"; + sha256 = "abb30fbb2dc683503f63b2b46b7601f51479998e0c1ad278c4c0f16faf85eaa7"; + sha256_unsigned = "abb30fbb2dc683503f63b2b46b7601f51479998e0c1ad278c4c0f16faf85eaa7"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2.1" + ]; + titles = [ + { + model = "E2500"; + variant = "v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e2500-v3-squashfs.bin"; + sha256 = "7798b0a95809d44f58389edbbac911dda2c3afe4ef5773def060cb045bbdc749"; + sha256_unsigned = "7798b0a95809d44f58389edbbac911dda2c3afe4ef5773def060cb045bbdc749"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v3" + ]; + titles = [ + { + model = "E2500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e3200-v1-squashfs.bin"; + sha256 = "ebed17c471c0822d730d0f33a3754c7f38da04783578d9090b4bd159f0428c9a"; + sha256_unsigned = "ebed17c471c0822d730d0f33a3754c7f38da04783578d9090b4bd159f0428c9a"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3200-v1" + ]; + titles = [ + { + model = "E3200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e4200-v1-squashfs.bin"; + sha256 = "e1f9d5a35eee9a9f615c11775a092a0add994f2a34738739a7ab2d09ad5091c6"; + sha256_unsigned = "e1f9d5a35eee9a9f615c11775a092a0add994f2a34738739a7ab2d09ad5091c6"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e4200-v1" + ]; + titles = [ + { + model = "E4200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-linksys_e900-v1-squashfs.bin"; + sha256 = "0e84b1b3b0648d8a36d4aa897e6826dd566683bc82afad09946bd7adcd5092ae"; + sha256_unsigned = "0e84b1b3b0648d8a36d4aa897e6826dd566683bc82afad09946bd7adcd5092ae"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e900-v1" + ]; + titles = [ + { + model = "E900"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt310n-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-linksys_wrt310n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-linksys_wrt310n-v2-squashfs.bin"; + sha256 = "15a2ebb1e7ae7ffc5ba20e091c310d3fa7c82906f02727ba1a3c4db1e176a701"; + sha256_unsigned = "15a2ebb1e7ae7ffc5ba20e091c310d3fa7c82906f02727ba1a3c4db1e176a701"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt310n-v2" + ]; + titles = [ + { + model = "WRT310N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt320n-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-linksys_wrt320n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-linksys_wrt320n-v1-squashfs.bin"; + sha256 = "ca75256e1ae86deea05e0e6487bc74d82bba189a3cce0dd6d6fe005d784903f8"; + sha256_unsigned = "ca75256e1ae86deea05e0e6487bc74d82bba189a3cce0dd6d6fe005d784903f8"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt320n-v1" + ]; + titles = [ + { + model = "WRT320N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-netgear_r6200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-netgear_r6200-v1-squashfs.chk"; + sha256 = "c0adbb605f64ad751398f8512cd45b9e34dde9c0c2939ad24f43f7a26cf489d3"; + sha256_unsigned = "c0adbb605f64ad751398f8512cd45b9e34dde9c0c2939ad24f43f7a26cf489d3"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6200-v1" + ]; + titles = [ + { + model = "R6200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wgr614-v10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wgr614-v10-squashfs.chk"; + sha256 = "dc4b5800e3366fbc7293990af77c90afade568418a6a4a5be965c17b63e6ac25"; + sha256_unsigned = "dc4b5800e3366fbc7293990af77c90afade568418a6a4a5be965c17b63e6ac25"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wgr614-v10-na = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wgr614-v10-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wgr614-v10-na-squashfs.chk"; + sha256 = "1d5259707961a15dc4ad965fc8b67c85a5563d3dddf72cd68b8c36b780e5c724"; + sha256_unsigned = "1d5259707961a15dc4ad965fc8b67c85a5563d3dddf72cd68b8c36b780e5c724"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wgr614-v10-na" + ]; + titles = [ + { + model = "WGR614"; + variant = "v10 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wn2500rp-v1-squashfs.chk"; + sha256 = "4d9eb5fde176c8ec0288851de58fc166c275a058029ad144fb3189b8e4ababd9"; + sha256_unsigned = "4d9eb5fde176c8ec0288851de58fc166c275a058029ad144fb3189b8e4ababd9"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn2500rp-v1" + ]; + titles = [ + { + model = "WN2500RP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wn3000rp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wn3000rp-squashfs.chk"; + sha256 = "7a7fbb92440f713397dbf7920a76dd3d5f37507231d61c0ba72e7bc35cc8ef6c"; + sha256_unsigned = "7a7fbb92440f713397dbf7920a76dd3d5f37507231d61c0ba72e7bc35cc8ef6c"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn3000rp" + ]; + titles = [ + { + model = "WN3000RP"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wndr3400-v1-squashfs.chk"; + sha256 = "b20055fbeffe9ff24d10aad5ba0f05676b3d7a4526bf0705a17fcd8011353745"; + sha256_unsigned = "b20055fbeffe9ff24d10aad5ba0f05676b3d7a4526bf0705a17fcd8011353745"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v1" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wndr3400-v2-squashfs.chk"; + sha256 = "588bb19001c91daca680a2be3bbaacdbfe0bd577b948d88eaeb3ee0c5a3d8d44"; + sha256_unsigned = "588bb19001c91daca680a2be3bbaacdbfe0bd577b948d88eaeb3ee0c5a3d8d44"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v2" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wndr3400-v3-squashfs.chk"; + sha256 = "27a2790d2ed096cc05fcbf440b6512554ccb21568fcc18e8b35cbd81ea12aaff"; + sha256_unsigned = "27a2790d2ed096cc05fcbf440b6512554ccb21568fcc18e8b35cbd81ea12aaff"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v3" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wndr3700-v3-squashfs.chk"; + sha256 = "3d711c7e939c8fa6ff09758c57721bacee9bd3a29ad97f137ffe51f43ec9a752"; + sha256_unsigned = "3d711c7e939c8fa6ff09758c57721bacee9bd3a29ad97f137ffe51f43ec9a752"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v3" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wndr4000-squashfs.chk"; + sha256 = "22b65789191f4df9a232acad2058463bed7078bf2e4e4d7da1b750c6dcd592ed"; + sha256_unsigned = "22b65789191f4df9a232acad2058463bed7078bf2e4e4d7da1b750c6dcd592ed"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr4000" + ]; + titles = [ + { + model = "WNDR4000"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr1000-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wnr1000-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wnr1000-v3-squashfs.chk"; + sha256 = "c6bbac996e4d5f35c6943721cc998688bf210b01028c067130d950fd4418c6c5"; + sha256_unsigned = "c6bbac996e4d5f35c6943721cc998688bf210b01028c067130d950fd4418c6c5"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr1000-v3" + ]; + titles = [ + { + model = "WNR1000"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2000v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wnr2000v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wnr2000v2-squashfs.chk"; + sha256 = "7e075cc5f2db330b8e4a2abe91f5488144ab248fc26bc22401fdbd97cb2f1b15"; + sha256_unsigned = "7e075cc5f2db330b8e4a2abe91f5488144ab248fc26bc22401fdbd97cb2f1b15"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr2000v2" + ]; + titles = [ + { + model = "WNR2000"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wnr3500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wnr3500-v2-squashfs.chk"; + sha256 = "059e8b7dcd0719d858bb6b6ca2c2992e875d3929ba2807a5df833f4eca8f20f6"; + sha256_unsigned = "059e8b7dcd0719d858bb6b6ca2c2992e875d3929ba2807a5df833f4eca8f20f6"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500-v2" + ]; + titles = [ + { + model = "WNR3500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wnr3500l-v1-squashfs.chk"; + sha256 = "6d36561faae733d969dcddce9cea7cecdcdc6e357709b2016892fb1b4b21a314"; + sha256_unsigned = "6d36561faae733d969dcddce9cea7cecdcdc6e357709b2016892fb1b4b21a314"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (ROW)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wnr3500l-v1-na-squashfs.chk"; + sha256 = "b85ad8e1b57a102cd388003675cafa88dc1e0bbc7820d1e8bec7a93e8e2ac8e4"; + sha256_unsigned = "b85ad8e1b57a102cd388003675cafa88dc1e0bbc7820d1e8bec7a93e8e2ac8e4"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1-na" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-netgear_wnr3500l-v2-squashfs.chk"; + sha256 = "1bdd9fc46c906bc83acc394ac9fcaec4711c67fe47701f09df1c9f64ad69dca1"; + sha256_unsigned = "1bdd9fc46c906bc83acc394ac9fcaec4711c67fe47701f09df1c9f64ad69dca1"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v2" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "11d77e478283434c35c0621fab77bd4dc49e85f3b22287f31fc4b3db8e960673"; + sha256_unsigned = "11d77e478283434c35c0621fab77bd4dc49e85f3b22287f31fc4b3db8e960673"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "380778ce42a7700fd348ad3339022b9d34dd02d3d9d590945746e6b09e3158e3"; + sha256_unsigned = "380778ce42a7700fd348ad3339022b9d34dd02d3d9d590945746e6b09e3158e3"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-nodictionarylzma" + ]; + titles = [ + { + model = "Image with LZMA compressed kernel matching CFE decompressor"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "bcm47xx/mips74k"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + bcm4908 = { + generic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm4908img" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "fdt-utils" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_gt-ac5300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm4908-generic-asus_gt-ac5300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm4908-generic-asus_gt-ac5300-squashfs.bin"; + sha256 = "23e38702b6f383fb1bbb6cfdb9e64a46e3097515b835a7108f8cd5fe12369509"; + sha256_unsigned = "23e38702b6f383fb1bbb6cfdb9e64a46e3097515b835a7108f8cd5fe12369509"; + type = "bin"; + } + ]; + supported_devices = [ + "asus,gt-ac5300" + ]; + titles = [ + { + model = "GT-AC5300"; + vendor = "Asus"; + } + ]; + }; + netgear_r8000p = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm4908-generic-netgear_r8000p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm4908-generic-netgear_r8000p-squashfs.bin"; + sha256 = "abb414bdbd20fb5577846d7cd2422dc85402d228e68033926632625153a2f19d"; + sha256_unsigned = "abb414bdbd20fb5577846d7cd2422dc85402d228e68033926632625153a2f19d"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,r8000p" + ]; + titles = [ + { + model = "R8000P"; + vendor = "Netgear"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "bcm4908/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "osafeloader" + "oseama" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac56u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-asus_rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-asus_rt-ac56u-squashfs.trx"; + sha256 = "fc6314740290ea63f03ea27e0f76a0c6217d2e54a64c15da23b8320822ef8244"; + sha256_unsigned = "fc6314740290ea63f03ea27e0f76a0c6217d2e54a64c15da23b8320822ef8244"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac56u" + ]; + titles = [ + { + model = "RT-AC56U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-asus_rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-asus_rt-ac68u-squashfs.trx"; + sha256 = "73c558af87a5bcb4eb526e915ac532116c3f795016e7ba60645f31629649fde3"; + sha256_unsigned = "73c558af87a5bcb4eb526e915ac532116c3f795016e7ba60645f31629649fde3"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac68u" + ]; + titles = [ + { + model = "RT-AC68U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-asus_rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-asus_rt-ac87u-squashfs.trx"; + sha256 = "45d809531fbe3b5c9cfc20ae4ce09a2252dd941225d7eae9f87ba5dc644bb9bf"; + sha256_unsigned = "45d809531fbe3b5c9cfc20ae4ce09a2252dd941225d7eae9f87ba5dc644bb9bf"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac87u" + ]; + titles = [ + { + model = "RT-AC87U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac88u = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-asus_rt-ac88u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-asus_rt-ac88u-squashfs.trx"; + sha256 = "645dee37856c9d70fbcfbd1c8194bb5de49989f79b292da84459f1bac3341727"; + sha256_unsigned = "645dee37856c9d70fbcfbd1c8194bb5de49989f79b292da84459f1bac3341727"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac88u" + ]; + titles = [ + { + model = "RT-AC88U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-asus_rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-asus_rt-n18u-squashfs.trx"; + sha256 = "43268406141d6501fdf70aa648c4dc1d5c9f6af6f8cb3470fb3f44680b273b7e"; + sha256_unsigned = "43268406141d6501fdf70aa648c4dc1d5c9f6af6f8cb3470fb3f44680b273b7e"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n18u" + ]; + titles = [ + { + model = "RT-N18U"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-buffalo_wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-buffalo_wxr-1900dhp-squashfs.trx"; + sha256 = "66b7634f11b34d1e3f2b2dce8000c0bcd9cbe81ad8b7c9b7a99151c80403bc1d"; + sha256_unsigned = "66b7634f11b34d1e3f2b2dce8000c0bcd9cbe81ad8b7c9b7a99151c80403bc1d"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wxr-1900dhp" + ]; + titles = [ + { + model = "WXR-1900DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-1750dhp = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-buffalo_wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-buffalo_wzr-1750dhp-squashfs.trx"; + sha256 = "36d3c8b30831980422f50fa09738f7e81a2b51ce1384e28cddcc62033ce03ec6"; + sha256_unsigned = "36d3c8b30831980422f50fa09738f7e81a2b51ce1384e28cddcc62033ce03ec6"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-1750dhp" + ]; + titles = [ + { + model = "WZR-1750DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-buffalo_wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-buffalo_wzr-600dhp2-squashfs.trx"; + sha256 = "56f6a3bc2c07b25007fec0c0ca8a57557aef0451c09cbbf58a54fdf0468b2fa9"; + sha256_unsigned = "56f6a3bc2c07b25007fec0c0ca8a57557aef0451c09cbbf58a54fdf0468b2fa9"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp2" + ]; + titles = [ + { + model = "WZR-600DHP2"; + vendor = "Buffalo"; + } + ]; + }; + dlink_dir-885l = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-dlink_dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-dlink_dir-885l-squashfs.bin"; + sha256 = "2086362df570ad5f1353a05f60b849cc20744cbef1f33e143b1e5f97240834b6"; + sha256_unsigned = "2086362df570ad5f1353a05f60b849cc20744cbef1f33e143b1e5f97240834b6"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dir-885l" + ]; + titles = [ + { + model = "DIR-885L"; + vendor = "D-Link"; + } + ]; + }; + linksys_ea6300-v1 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-linksys_ea6300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-linksys_ea6300-v1-squashfs.trx"; + sha256 = "24737f0440c9741497c6cda9d6690be68decf03316f679a45b34df95dc98138c"; + sha256_unsigned = "24737f0440c9741497c6cda9d6690be68decf03316f679a45b34df95dc98138c"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6300-v1" + ]; + titles = [ + { + model = "EA6300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6500-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-linksys_ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-linksys_ea6500-v2-squashfs.trx"; + sha256 = "124bdb927abe0e92d22ba7f990e325f51d63eedafac520da1c39289e18a4c25a"; + sha256_unsigned = "124bdb927abe0e92d22ba7f990e325f51d63eedafac520da1c39289e18a4c25a"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6500-v2" + ]; + titles = [ + { + model = "EA6500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9200 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-linksys_ea9200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-linksys_ea9200-squashfs.trx"; + sha256 = "342a83e84ceffaa8435f7e3cadd39d22469fec994dcee1d8311096b74bb3de11"; + sha256_unsigned = "342a83e84ceffaa8435f7e3cadd39d22469fec994dcee1d8311096b74bb3de11"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9200" + ]; + titles = [ + { + model = "EA9200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9500 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-linksys_ea9500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-linksys_ea9500-squashfs.trx"; + sha256 = "a6f93a050c8f8b737321279b495fe85431f96c571228954a206a4370c4ea73d1"; + sha256_unsigned = "a6f93a050c8f8b737321279b495fe85431f96c571228954a206a4370c4ea73d1"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9500" + ]; + titles = [ + { + model = "EA9500"; + vendor = "Linksys"; + } + ]; + }; + luxul_abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-luxul_abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-luxul_abr-4500-squashfs.lxl"; + sha256 = "36bee7437cd198a2d89a99de6e193276aa837766ce10c8a14440807047cae8c8"; + sha256_unsigned = "36bee7437cd198a2d89a99de6e193276aa837766ce10c8a14440807047cae8c8"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,abr-4500" + ]; + titles = [ + { + model = "ABR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xap-1610 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-luxul_xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-luxul_xap-1610-squashfs.lxl"; + sha256 = "93732078c9e37de2d5be7806a2e47ecab460c2cc1a9e0780bc61b32d935fe671"; + sha256_unsigned = "93732078c9e37de2d5be7806a2e47ecab460c2cc1a9e0780bc61b32d935fe671"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xap-1610" + ]; + titles = [ + { + model = "XAP-1610"; + vendor = "Luxul"; + } + ]; + }; + luxul_xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-luxul_xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-luxul_xbr-4500-squashfs.lxl"; + sha256 = "b9057da1ae64e868c7d72f6f0225fc765412113c5c8d634911043c683a5d7ac6"; + sha256_unsigned = "b9057da1ae64e868c7d72f6f0225fc765412113c5c8d634911043c683a5d7ac6"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xbr-4500" + ]; + titles = [ + { + model = "XBR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xwr-3150 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-luxul_xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-luxul_xwr-3150-squashfs.lxl"; + sha256 = "e9ee80e40092145c6fab4c765be845492a5a15617b80c6d30fe7ef517d260759"; + sha256_unsigned = "e9ee80e40092145c6fab4c765be845492a5a15617b80c6d30fe7ef517d260759"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xwr-3150" + ]; + titles = [ + { + model = "XWR-3150"; + vendor = "Luxul"; + } + ]; + }; + meraki_mr32 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-i2c-bcm-iproc" + "kmod-eeprom-at24" + "kmod-leds-pwm" + "kmod-hwmon-ina2xx" + "kmod-bluetooth" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-meraki_mr32"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-meraki_mr32-squashfs.trx"; + sha256 = "ea23c657f8db58bc5da18a8f1ae92de3a932c0055e7cc54915cc614e647cda41"; + sha256_unsigned = "ea23c657f8db58bc5da18a8f1ae92de3a932c0055e7cc54915cc614e647cda41"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-meraki_mr32-squashfs.sysupgrade.bin"; + sha256 = "88c00c0081832a3b93b4cb2c129f9b723ad9db0e43dd56d996660ecc68117cf7"; + sha256_unsigned = "a6c8af0204af4d1d5a6576879d91633107c676bc0b30e3c296b938d990bb200f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr32" + ]; + titles = [ + { + model = "MR32"; + vendor = "Meraki"; + } + ]; + }; + netgear_r6250 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-netgear_r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-netgear_r6250-squashfs.chk"; + sha256 = "7e0880dd85898f107daa5bf030bfd792c77c1d11513227519e35b8878d8e5cc3"; + sha256_unsigned = "7e0880dd85898f107daa5bf030bfd792c77c1d11513227519e35b8878d8e5cc3"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6250" + ]; + titles = [ + { + model = "R6250"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6300-v2 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-netgear_r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-netgear_r6300-v2-squashfs.chk"; + sha256 = "913dd16cc6279a5a7cf0c4c8a53ec163496610824468a2393d192fcae3754fa4"; + sha256_unsigned = "913dd16cc6279a5a7cf0c4c8a53ec163496610824468a2393d192fcae3754fa4"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6300-v2" + ]; + titles = [ + { + model = "R6300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-netgear_r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-netgear_r7000-squashfs.chk"; + sha256 = "ad1d682d5bbb30564265fd5392560c844bbe25acd6f8de2e49570e22bfc0e5eb"; + sha256_unsigned = "ad1d682d5bbb30564265fd5392560c844bbe25acd6f8de2e49570e22bfc0e5eb"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7000" + ]; + titles = [ + { + model = "R7000"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7900 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-netgear_r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-netgear_r7900-squashfs.chk"; + sha256 = "89581fbe989e1d0a726959f4a467cbeb2482ef0fd14e7014c811e609e9e1a156"; + sha256_unsigned = "89581fbe989e1d0a726959f4a467cbeb2482ef0fd14e7014c811e609e9e1a156"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7900" + ]; + titles = [ + { + model = "R7900"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r8000 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-netgear_r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-netgear_r8000-squashfs.chk"; + sha256 = "dafbe3cc24a39e90d358219d44161d6cfdf8ac5c6cdf06e83314b2c0741bcefe"; + sha256_unsigned = "dafbe3cc24a39e90d358219d44161d6cfdf8ac5c6cdf06e83314b2c0741bcefe"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r8000" + ]; + titles = [ + { + model = "R8000"; + vendor = "NETGEAR"; + } + ]; + }; + phicomm_k3 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-phicomm_k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-phicomm_k3-squashfs.trx"; + sha256 = "87e4fcda67b1b5073503b77fed4404cba3d5a477fc569615eaca7fd5723f6902"; + sha256_unsigned = "87e4fcda67b1b5073503b77fed4404cba3d5a477fc569615eaca7fd5723f6902"; + type = "trx"; + } + ]; + supported_devices = [ + "phicomm,k3" + ]; + titles = [ + { + model = "K3"; + vendor = "PHICOMM"; + } + ]; + }; + smartrg_sr400ac = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-smartrg_sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-smartrg_sr400ac-squashfs.trx"; + sha256 = "d1806c88063852d221f86529e935f07d3317938ac71b15b486554a3bbeef148f"; + sha256_unsigned = "d1806c88063852d221f86529e935f07d3317938ac71b15b486554a3bbeef148f"; + type = "trx"; + } + ]; + supported_devices = [ + "smartrg,sr400ac" + ]; + titles = [ + { + model = "SR400ac"; + vendor = "SmartRG"; + } + ]; + }; + tenda_ac9 = { + device_packages = [ + "wpad-basic-wolfssl" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm53xx-generic-tenda_ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm53xx-generic-tenda_ac9-squashfs.trx"; + sha256 = "4c5be7019d466453aa0f669d69fcf3b914b85b1506ad7f0939804cba6314a557"; + sha256_unsigned = "4c5be7019d466453aa0f669d69fcf3b914b85b1506ad7f0939804cba6314a557"; + type = "trx"; + } + ]; + supported_devices = [ + "tenda,ac9" + ]; + titles = [ + { + model = "AC9"; + vendor = "Tenda"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "bcm53xx/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + bcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "7ac14f5795a178cdb76b0b620da901cbe09f0bd86a94fe35fb43ac065fcc68ce"; + sha256_unsigned = "7ac14f5795a178cdb76b0b620da901cbe09f0bd86a94fe35fb43ac065fcc68ce"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-adb_a4001n-squashfs-cfe.bin"; + sha256 = "e7459e8ece80b2bf23f04e2efa50ce777207c9d262d033f29378b8361772d2d9"; + sha256_unsigned = "e7459e8ece80b2bf23f04e2efa50ce777207c9d262d033f29378b8361772d2d9"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "e1b9fde1e575783c6e07eec50583408e8c5c481d736fcf55bf5743e7c8d23d75"; + sha256_unsigned = "e1b9fde1e575783c6e07eec50583408e8c5c481d736fcf55bf5743e7c8d23d75"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "f97ed1b000711c23e78d9751b4777f8cf233b47521eee051e07daf515e685f58"; + sha256_unsigned = "f97ed1b000711c23e78d9751b4777f8cf233b47521eee051e07daf515e685f58"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-adb_av4202n-squashfs-cfe.bin"; + sha256 = "b8843ceddd0b15ddd16728dffc5370ef0edf42e2222148bf8f5d0a369b40a8ec"; + sha256_unsigned = "b8843ceddd0b15ddd16728dffc5370ef0edf42e2222148bf8f5d0a369b40a8ec"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "0050843edd7480c9d03c2f9d8a0b4a72aea2cd8cfdfab5983b0eb1c36b03a09b"; + sha256_unsigned = "0050843edd7480c9d03c2f9d8a0b4a72aea2cd8cfdfab5983b0eb1c36b03a09b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "337e166d88de89d732bdbb9b28d590915fa833f37e195068484e592972f5d0a0"; + sha256_unsigned = "337e166d88de89d732bdbb9b28d590915fa833f37e195068484e592972f5d0a0"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "87d62295c5f622a426b36d06983cb503133003686ce0d3822f82d7f4b5e3c493"; + sha256_unsigned = "87d62295c5f622a426b36d06983cb503133003686ce0d3822f82d7f4b5e3c493"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "d274847b5d01c090ac56448c728174681dec47dbe192ba4c6f3d079b6e039d9a"; + sha256_unsigned = "d274847b5d01c090ac56448c728174681dec47dbe192ba4c6f3d079b6e039d9a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "f489dd2ca46ea6c2d4c30b36f1228a7b28c9e6aa9c7ccf3b43a93e2341f5feed"; + sha256_unsigned = "f489dd2ca46ea6c2d4c30b36f1228a7b28c9e6aa9c7ccf3b43a93e2341f5feed"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "43f97ee1706178a05ec26d59d3ef653e707dbf9783fe0fb10ec12bdaf68e9af1"; + sha256_unsigned = "43f97ee1706178a05ec26d59d3ef653e707dbf9783fe0fb10ec12bdaf68e9af1"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "7a2e62311bb07f1c0940040eb00beaa87110862add9c3e03c3ded267abcad028"; + sha256_unsigned = "7a2e62311bb07f1c0940040eb00beaa87110862add9c3e03c3ded267abcad028"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "43f97ee1706178a05ec26d59d3ef653e707dbf9783fe0fb10ec12bdaf68e9af1"; + sha256_unsigned = "43f97ee1706178a05ec26d59d3ef653e707dbf9783fe0fb10ec12bdaf68e9af1"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "acdc3578259e6f3e0a5f86e350fda5695ffe233a9a94ea6f9e0337b7f019e6d5"; + sha256_unsigned = "acdc3578259e6f3e0a5f86e350fda5695ffe233a9a94ea6f9e0337b7f019e6d5"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "67a74c062dd7377cef9156ff3cf54f4f3f80bf6e7fe37ec5036cba19e3b1a0a3"; + sha256_unsigned = "67a74c062dd7377cef9156ff3cf54f4f3f80bf6e7fe37ec5036cba19e3b1a0a3"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "acdc3578259e6f3e0a5f86e350fda5695ffe233a9a94ea6f9e0337b7f019e6d5"; + sha256_unsigned = "acdc3578259e6f3e0a5f86e350fda5695ffe233a9a94ea6f9e0337b7f019e6d5"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "27d4623d62afbab0b76b1bfd4a1fac7fc77a9d58e75b24eb8dcf056e7dd6b8a8"; + sha256_unsigned = "27d4623d62afbab0b76b1bfd4a1fac7fc77a9d58e75b24eb8dcf056e7dd6b8a8"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "b96341422780763a64e73319ea4898d186e2f3f3f50ab516ed0a26b0b6ae7a7e"; + sha256_unsigned = "b96341422780763a64e73319ea4898d186e2f3f3f50ab516ed0a26b0b6ae7a7e"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "98f29482e553c6bf5a6c07447bd18c90dd7d24d4d64a8aa4d55320593d3c08df"; + sha256_unsigned = "98f29482e553c6bf5a6c07447bd18c90dd7d24d4d64a8aa4d55320593d3c08df"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "3902afd0a0b9428fc9f396f96d49325fbc11c0520c8cf856f176df397b05c37d"; + sha256_unsigned = "3902afd0a0b9428fc9f396f96d49325fbc11c0520c8cf856f176df397b05c37d"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "73893c5a9d2386cbf419dd1f0c26662f7195a2f3c5090bf617019dbe98ed9552"; + sha256_unsigned = "73893c5a9d2386cbf419dd1f0c26662f7195a2f3c5090bf617019dbe98ed9552"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "f2786cb2c6be70528e9c26acf71fdb4a5ecd515cfd2c26412b984e3c1345a8a8"; + sha256_unsigned = "f2786cb2c6be70528e9c26acf71fdb4a5ecd515cfd2c26412b984e3c1345a8a8"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "e1aadac49a3d9a54fdc02e65368bdd8643a1294c664359c459b5e2e5a1c8536b"; + sha256_unsigned = "e1aadac49a3d9a54fdc02e65368bdd8643a1294c664359c459b5e2e5a1c8536b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "b26de815ca767e12696e6c948fc5f294cee43a255766fba83f5875e83e0a38eb"; + sha256_unsigned = "b26de815ca767e12696e6c948fc5f294cee43a255766fba83f5875e83e0a38eb"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "736dd322155e9788a2d16b697a01e077899a7b228f125774d6c3ecefe3d084cf"; + sha256_unsigned = "736dd322155e9788a2d16b697a01e077899a7b228f125774d6c3ecefe3d084cf"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "b48bced4c3ee2a630630ca416d0320a4bf2938592e4a09e7c95b5ed8af380e81"; + sha256_unsigned = "b48bced4c3ee2a630630ca416d0320a4bf2938592e4a09e7c95b5ed8af380e81"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "ec4262a1b67b55365e3f8da3446bbf3ea5aeca616a9a17fdc58472c9ee3d794e"; + sha256_unsigned = "ec4262a1b67b55365e3f8da3446bbf3ea5aeca616a9a17fdc58472c9ee3d794e"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "71e6072b43a5d21ee7e484a633b7314844453e5ee5b665e806d03597c3b545db"; + sha256_unsigned = "71e6072b43a5d21ee7e484a633b7314844453e5ee5b665e806d03597c3b545db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "2751c78c01ae1aa2ac3bc988cd0e10475a61998c7f1f7d592a5a0f8f0fd6c55c"; + sha256_unsigned = "2751c78c01ae1aa2ac3bc988cd0e10475a61998c7f1f7d592a5a0f8f0fd6c55c"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "fd44f822f76b4994847c76183d5b86495a267ab8da579db67203b0c8e055d9fa"; + sha256_unsigned = "fd44f822f76b4994847c76183d5b86495a267ab8da579db67203b0c8e055d9fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "effeaf3d44b8a7f6bdf1fe86f801313d2d0226c2a1dfd6ef2f071e04e8dfba36"; + sha256_unsigned = "effeaf3d44b8a7f6bdf1fe86f801313d2d0226c2a1dfd6ef2f071e04e8dfba36"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "c141fdc4920eff072d540312a3865d17adc773205ca8a4d0e34b4ae6ae6a138d"; + sha256_unsigned = "c141fdc4920eff072d540312a3865d17adc773205ca8a4d0e34b4ae6ae6a138d"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "5c17237b85116f9dc87c3c9b10143c3de2409b08974148be5da17faa18c7277c"; + sha256_unsigned = "5c17237b85116f9dc87c3c9b10143c3de2409b08974148be5da17faa18c7277c"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "3ccd222ea5d170f57a1977bd61d3a25bad55d05ad598e66842e9bb04a230d405"; + sha256_unsigned = "3ccd222ea5d170f57a1977bd61d3a25bad55d05ad598e66842e9bb04a230d405"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "13575c7c254154924bcfdb3d30e17d13c2e0f3c01891a4ee2b627e3d4aae7651"; + sha256_unsigned = "13575c7c254154924bcfdb3d30e17d13c2e0f3c01891a4ee2b627e3d4aae7651"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "dbe3bf8914155fd5a370fe076e58e4959bc69259039eecb92305fb38875df8ec"; + sha256_unsigned = "dbe3bf8914155fd5a370fe076e58e4959bc69259039eecb92305fb38875df8ec"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "02853cf3cda31587f50e7c90f2434d0106a77d00310a959c6d417549aeafb154"; + sha256_unsigned = "02853cf3cda31587f50e7c90f2434d0106a77d00310a959c6d417549aeafb154"; + type = "cfe-AU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "d18f475f8a20f4d4e898885c30f98a66653bfe82f71c45fee83f0617d48459dc"; + sha256_unsigned = "d18f475f8a20f4d4e898885c30f98a66653bfe82f71c45fee83f0617d48459dc"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "d18f475f8a20f4d4e898885c30f98a66653bfe82f71c45fee83f0617d48459dc"; + sha256_unsigned = "d18f475f8a20f4d4e898885c30f98a66653bfe82f71c45fee83f0617d48459dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "432f693852497ebe78f4b0ddb8fd70d255d141f127ee6c3660bcdb74f4fb25cd"; + sha256_unsigned = "432f693852497ebe78f4b0ddb8fd70d255d141f127ee6c3660bcdb74f4fb25cd"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "b274fe616c68b3928d7221c984190eaed6accfb88adff58bc37685019ee237cd"; + sha256_unsigned = "b274fe616c68b3928d7221c984190eaed6accfb88adff58bc37685019ee237cd"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "df67023c6139e43c287bfe6282bbe1810e3db943e02174965dcc47df32ea01c7"; + sha256_unsigned = "df67023c6139e43c287bfe6282bbe1810e3db943e02174965dcc47df32ea01c7"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "f28b86548624da26431162fbe339240eb19e202e003a54fba7b1dc3c46f20e2d"; + sha256_unsigned = "f28b86548624da26431162fbe339240eb19e202e003a54fba7b1dc3c46f20e2d"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "c113e1b283049afb8c205fb70d879aae07b9e14ff913eb3a164b130e15e4fb9b"; + sha256_unsigned = "c113e1b283049afb8c205fb70d879aae07b9e14ff913eb3a164b130e15e4fb9b"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "a43b8255644f9c6fbdf6f79a31ced7849fb1cc32c08a6b897aff80abc84f35da"; + sha256_unsigned = "a43b8255644f9c6fbdf6f79a31ced7849fb1cc32c08a6b897aff80abc84f35da"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "1e204b321260cb46df50b42507ac9a17bfe7c2a9ab8aa303078dda972a3bb1c7"; + sha256_unsigned = "1e204b321260cb46df50b42507ac9a17bfe7c2a9ab8aa303078dda972a3bb1c7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "187b8a95706e0ed235cf58fc31100760b65965794fe7151406165c01913731ca"; + sha256_unsigned = "187b8a95706e0ed235cf58fc31100760b65965794fe7151406165c01913731ca"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "583dfcf96a175e4ad4fb828eae05d549f088a3abcbcc8bde7a48290372f2d99f"; + sha256_unsigned = "583dfcf96a175e4ad4fb828eae05d549f088a3abcbcc8bde7a48290372f2d99f"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "7a48e1dc1369da57d8c447401e3d1e2d7eb244697bc421538f7a1d8c7faab629"; + sha256_unsigned = "7a48e1dc1369da57d8c447401e3d1e2d7eb244697bc421538f7a1d8c7faab629"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "ad034ca24d5d291f37c33ff0b93729fbbc864f5b08881b8c5ec1785e8b2c305e"; + sha256_unsigned = "ad034ca24d5d291f37c33ff0b93729fbbc864f5b08881b8c5ec1785e8b2c305e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "a80d5748693a30f9fc8e53b34c1b5a96416f75bb47b840c643d31a057d7c8793"; + sha256_unsigned = "a80d5748693a30f9fc8e53b34c1b5a96416f75bb47b840c643d31a057d7c8793"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "978ef490f4a76a743e6aa62e72a5b6c35b9f1ce4482afc39fc91bd10e94777e9"; + sha256_unsigned = "978ef490f4a76a743e6aa62e72a5b6c35b9f1ce4482afc39fc91bd10e94777e9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "ed8a9891b72c5749c6e00d1e059a41590b90a2aea7eb555e41e81a73e3d6c08b"; + sha256_unsigned = "ed8a9891b72c5749c6e00d1e059a41590b90a2aea7eb555e41e81a73e3d6c08b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-netgear_evg2000-squashfs-factory.chk"; + sha256 = "778ced1512ab6d1449b361aa9a3e1358e6013ad31d87c28c99dd3a3b069c3887"; + sha256_unsigned = "778ced1512ab6d1449b361aa9a3e1358e6013ad31d87c28c99dd3a3b069c3887"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "e646607e9ac3c18466711d127b10a4e809496b304437552280b4a49d8e3694b8"; + sha256_unsigned = "e646607e9ac3c18466711d127b10a4e809496b304437552280b4a49d8e3694b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "c0fa0267ac908b4642dd5c159f4620dca1ef24c3ef0511dcb1a0e90a765713bb"; + sha256_unsigned = "c0fa0267ac908b4642dd5c159f4620dca1ef24c3ef0511dcb1a0e90a765713bb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "9eb05cb461bc80f2bc5023312d891c8ea4841f7d82613948cc34ec4e52377b4a"; + sha256_unsigned = "9eb05cb461bc80f2bc5023312d891c8ea4841f7d82613948cc34ec4e52377b4a"; + type = "cfe"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "6ec5fc4f974b894e5b33dfe600c1ba1fc9541b535f2b5fefccd8b1a71fbbdbe2"; + sha256_unsigned = "6ec5fc4f974b894e5b33dfe600c1ba1fc9541b535f2b5fefccd8b1a71fbbdbe2"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "3350849445ffa83574546e0b4cf29078569ee76f8e8e18b5d94268ca78f121a5"; + sha256_unsigned = "3350849445ffa83574546e0b4cf29078569ee76f8e8e18b5d94268ca78f121a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "d0ddb098f8fb3035430fb7510aef267718570c95a0582e06a4f50d5b7cc27d6c"; + sha256_unsigned = "d0ddb098f8fb3035430fb7510aef267718570c95a0582e06a4f50d5b7cc27d6c"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "2d212d61d96ba4bcb0a290adf267e6b97a41f1eec155fea0b4316bbd6d3dca83"; + sha256_unsigned = "2d212d61d96ba4bcb0a290adf267e6b97a41f1eec155fea0b4316bbd6d3dca83"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "f0cd995b34c58fb1891c1fb1777b8c42066bd9b3f528625379c5570f9ff3ddac"; + sha256_unsigned = "f0cd995b34c58fb1891c1fb1777b8c42066bd9b3f528625379c5570f9ff3ddac"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "491ccffcaa84e26c9c882229744bd06e3fb51be1a1f659973d551ac84bc704bf"; + sha256_unsigned = "491ccffcaa84e26c9c882229744bd06e3fb51be1a1f659973d551ac84bc704bf"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "e0daea5a66ab39013e36da08b59ee5d83e050a52d2722675394fa9d1f13655fc"; + sha256_unsigned = "e0daea5a66ab39013e36da08b59ee5d83e050a52d2722675394fa9d1f13655fc"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "e7234c6b869e2fee2867ff890026c7290291f10c512bdea3ec4250b9f9ff1257"; + sha256_unsigned = "e7234c6b869e2fee2867ff890026c7290291f10c512bdea3ec4250b9f9ff1257"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "37e4b686fd02d2cb207f78fd43ead0b106be5a0f1c2a46797927cb8804c78f81"; + sha256_unsigned = "37e4b686fd02d2cb207f78fd43ead0b106be5a0f1c2a46797927cb8804c78f81"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "cb8f00adb03555478f4057db3549b9a245d812608d8746dbbe7dc2cd66245ed0"; + sha256_unsigned = "cb8f00adb03555478f4057db3549b9a245d812608d8746dbbe7dc2cd66245ed0"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "091436293eb9fbd105ee2cc9d16737748d7e77ad312824b8f4bc1cba7be9d61d"; + sha256_unsigned = "091436293eb9fbd105ee2cc9d16737748d7e77ad312824b8f4bc1cba7be9d61d"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "641c66185e69bd2a961b1f124ffb4fedf5429c411fbac48df06941e2c2805bcb"; + sha256_unsigned = "641c66185e69bd2a961b1f124ffb4fedf5429c411fbac48df06941e2c2805bcb"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "c9e8a92a6405cbc033791fd42dfaa10b9491faf5269e9545b961a2d67ae4bf36"; + sha256_unsigned = "c9e8a92a6405cbc033791fd42dfaa10b9491faf5269e9545b961a2d67ae4bf36"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-sky_sr102-squashfs-cfe.bin"; + sha256 = "398d0f037248c3efe35311a4e12e6da7e841e2dd9ffdb7dbbd07513e8c896921"; + sha256_unsigned = "398d0f037248c3efe35311a4e12e6da7e841e2dd9ffdb7dbbd07513e8c896921"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "4f82dffe5b4c8292c95863a1bab860fc114fc2cc6f57d34034ba1b88719a7f1e"; + sha256_unsigned = "4f82dffe5b4c8292c95863a1bab860fc114fc2cc6f57d34034ba1b88719a7f1e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "1bae8da0d66988145cdcca3f0ce88eddbc7e51c714f20d4fa30a2195828a6cff"; + sha256_unsigned = "1bae8da0d66988145cdcca3f0ce88eddbc7e51c714f20d4fa30a2195828a6cff"; + type = "factory"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "f94665cb65fea8c08d69a9b481a32541b5595d8e6d3797dc1f30787c019ee4b0"; + sha256_unsigned = "f94665cb65fea8c08d69a9b481a32541b5595d8e6d3797dc1f30787c019ee4b0"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "30ac98cebdd87d00888e22879b37622db738a02125fe471016ecbcf8e1151861"; + sha256_unsigned = "30ac98cebdd87d00888e22879b37622db738a02125fe471016ecbcf8e1151861"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "957bc8cd82996862447163e2190d63049c0f2c135f1e7593b848bb0fd33e67ad"; + sha256_unsigned = "957bc8cd82996862447163e2190d63049c0f2c135f1e7593b848bb0fd33e67ad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "77d6a8e3d1063dbe2532ba9236c4aa9a71fb7ab44bc2b81c98102ded37aadd01"; + sha256_unsigned = "77d6a8e3d1063dbe2532ba9236c4aa9a71fb7ab44bc2b81c98102ded37aadd01"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-generic-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-generic-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "86a55a9af081853962f2a90af2d42577afa0792a276117b915196838c33e2a42"; + sha256_unsigned = "86a55a9af081853962f2a90af2d42577afa0792a276117b915196838c33e2a42"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "bcm63xx/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "88548ac8cccc8fd26f36bf8c06a13589110f0ab5c9f118b5f7d7e5057d9f31a3"; + sha256_unsigned = "88548ac8cccc8fd26f36bf8c06a13589110f0ab5c9f118b5f7d7e5057d9f31a3"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_a4001n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-adb_a4001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-adb_a4001n-squashfs-cfe.bin"; + sha256 = "5d3104cd56f1c50a64fe3db82df767c73314833479527d67e8c73129d2d6069a"; + sha256_unsigned = "5d3104cd56f1c50a64fe3db82df767c73314833479527d67e8c73129d2d6069a"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,a4001n" + ]; + titles = [ + { + model = "P.DG A4001N"; + vendor = "ADB"; + } + ]; + }; + adb_a4001n1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-adb_a4001n1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-adb_a4001n1-squashfs-cfe.bin"; + sha256 = "eddeb9f6fb955c41c145ed83e4f916dde610ca86ea761f53cbc1b85b1a104bd0"; + sha256_unsigned = "eddeb9f6fb955c41c145ed83e4f916dde610ca86ea761f53cbc1b85b1a104bd0"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-adb_a4001n1-squashfs-sysupgrade.bin"; + sha256 = "1ffd5b8a04f4e5f43fdbebc4fa56752a79c7730e9a43fbf533c124c330acada4"; + sha256_unsigned = "1ffd5b8a04f4e5f43fdbebc4fa56752a79c7730e9a43fbf533c124c330acada4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,a4001n1" + ]; + titles = [ + { + model = "P.DG A4001N1"; + vendor = "ADB"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-adb_av4202n-squashfs-cfe.bin"; + sha256 = "4c4fbb51f67ba740e21d1c08d53e6704318cc9cd4bfb5b8b66196c837c1e30f0"; + sha256_unsigned = "4c4fbb51f67ba740e21d1c08d53e6704318cc9cd4bfb5b8b66196c837c1e30f0"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4001n-a-000-1a1-ax = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.bin"; + sha256 = "7128f65ec56f45f5917c8044bbe3997efa8fb509aecac86080a90271a9b3319c"; + sha256_unsigned = "7128f65ec56f45f5917c8044bbe3997efa8fb509aecac86080a90271a9b3319c"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.bin"; + sha256 = "fdb3f97bb0c64e319607b1a29f6b574699f2293e1178a5c44733d9450924bf0e"; + sha256_unsigned = "fdb3f97bb0c64e319607b1a29f6b574699f2293e1178a5c44733d9450924bf0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adb,pdg-a4001n-a-000-1a1-ax" + ]; + titles = [ + { + model = "P.DG A4001N A-000-1A1-AX"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "9ee9a232c1789e53fe77da6c42cfaa369fa2db488eafaec59a365c8daf29919f"; + sha256_unsigned = "9ee9a232c1789e53fe77da6c42cfaa369fa2db488eafaec59a365c8daf29919f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "09409f0912e5d82b9849457ce8b711ec7f13659ed3fc46d2e32c0b9c7a169206"; + sha256_unsigned = "09409f0912e5d82b9849457ce8b711ec7f13659ed3fc46d2e32c0b9c7a169206"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + alcatel_rg100a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-alcatel_rg100a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-alcatel_rg100a-squashfs-cfe.bin"; + sha256 = "f5c5592501ee3bc4458db0b465ce4991095497952e317f1bb8e05a8b062e2f38"; + sha256_unsigned = "f5c5592501ee3bc4458db0b465ce4991095497952e317f1bb8e05a8b062e2f38"; + type = "cfe"; + } + ]; + supported_devices = [ + "alcatel,rg100a" + ]; + titles = [ + { + model = "RG100A"; + vendor = "Alcatel"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "2961c26262e4a58887b9cdd07d45931795a6eca144df2dd34c4681505717925b"; + sha256_unsigned = "2961c26262e4a58887b9cdd07d45931795a6eca144df2dd34c4681505717925b"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "43a36c14e0d80368afd13e6fd81d35f20b91ad0a96aed1074f07b510711283bd"; + sha256_unsigned = "43a36c14e0d80368afd13e6fd81d35f20b91ad0a96aed1074f07b510711283bd"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "2961c26262e4a58887b9cdd07d45931795a6eca144df2dd34c4681505717925b"; + sha256_unsigned = "2961c26262e4a58887b9cdd07d45931795a6eca144df2dd34c4681505717925b"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "125e73a2d2c4a76277bc007720fa50668d1c8a56b972aaca9b95f8dff46bd3c2"; + sha256_unsigned = "125e73a2d2c4a76277bc007720fa50668d1c8a56b972aaca9b95f8dff46bd3c2"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "571f518dffe1fd3c2ceddbb7cdb8890684b0e299689186529fbf226657cfad7b"; + sha256_unsigned = "571f518dffe1fd3c2ceddbb7cdb8890684b0e299689186529fbf226657cfad7b"; + type = "cfe-8M"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "571f518dffe1fd3c2ceddbb7cdb8890684b0e299689186529fbf226657cfad7b"; + sha256_unsigned = "571f518dffe1fd3c2ceddbb7cdb8890684b0e299689186529fbf226657cfad7b"; + type = "cfe-4M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "573c1cd6c3082e4ab3f491583fc973d7eac5b7720b5632396bc3358cf985fff2"; + sha256_unsigned = "573c1cd6c3082e4ab3f491583fc973d7eac5b7720b5632396bc3358cf985fff2"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "e3adfb7a7b027c566fc6580407c942156204565a451e2250cce5d5e7bf3a5e8e"; + sha256_unsigned = "e3adfb7a7b027c566fc6580407c942156204565a451e2250cce5d5e7bf3a5e8e"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "e6c00312f9dc921b08f873b01975b279279a05505c037f8074732ceb2ceb9963"; + sha256_unsigned = "e6c00312f9dc921b08f873b01975b279279a05505c037f8074732ceb2ceb9963"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "94b9af8cbcc22fe5c66fa78702dd0244a50ca30e4ba93f121ef33b0bde2f32d5"; + sha256_unsigned = "94b9af8cbcc22fe5c66fa78702dd0244a50ca30e4ba93f121ef33b0bde2f32d5"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "f0cf3cba2a7382c8ec9e66efb11e20076d5e58090f1db7f789717a46e946cac8"; + sha256_unsigned = "f0cf3cba2a7382c8ec9e66efb11e20076d5e58090f1db7f789717a46e946cac8"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "015b22a49af0b6d6cd9bff7a0a4b02bcb4ed6106347bbfaabd2f3c63ff9f7788"; + sha256_unsigned = "015b22a49af0b6d6cd9bff7a0a4b02bcb4ed6106347bbfaabd2f3c63ff9f7788"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "8613417639676061e828f24fcc875c98d0f21ff2b5252c02c646c2bb070570be"; + sha256_unsigned = "8613417639676061e828f24fcc875c98d0f21ff2b5252c02c646c2bb070570be"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "609f404ebfe1657ba14cb4e258bd3344b84457b59b16de35178c2321679b1294"; + sha256_unsigned = "609f404ebfe1657ba14cb4e258bd3344b84457b59b16de35178c2321679b1294"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "078e4fc340294f66c1fa98c72486dd80f0de77b177fa8598db5eae3514e56a52"; + sha256_unsigned = "078e4fc340294f66c1fa98c72486dd80f0de77b177fa8598db5eae3514e56a52"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "63a0dad5956c520c58ef7fe6cb7311630757e71a7f81f06b96683d7e6c4d68f4"; + sha256_unsigned = "63a0dad5956c520c58ef7fe6cb7311630757e71a7f81f06b96683d7e6c4d68f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "fa4ffd72503508bc97b24e1d9f5f212fb7d20f738d1419ec29e651c9f2656173"; + sha256_unsigned = "fa4ffd72503508bc97b24e1d9f5f212fb7d20f738d1419ec29e651c9f2656173"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "7a85d97e0e9c60d11b2f8d862238e8753f6c65acf17a1ad7337ee0dda44ec29e"; + sha256_unsigned = "7a85d97e0e9c60d11b2f8d862238e8753f6c65acf17a1ad7337ee0dda44ec29e"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ct-6373 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-comtrend_ct-6373"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-comtrend_ct-6373-squashfs-cfe.bin"; + sha256 = "501d3e80a0501fac4969eec4bd97f8f7d0569694be3ae0a88f43987d3833e840"; + sha256_unsigned = "501d3e80a0501fac4969eec4bd97f8f7d0569694be3ae0a88f43987d3833e840"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ct-6373" + ]; + titles = [ + { + model = "CT-6373"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vg-8050 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-comtrend_vg-8050"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-comtrend_vg-8050-squashfs-cfe.bin"; + sha256 = "2fb077a265e0f9e19a836d2f7df981b797ad6c7d828e1f27bc41c67544ff40dc"; + sha256_unsigned = "2fb077a265e0f9e19a836d2f7df981b797ad6c7d828e1f27bc41c67544ff40dc"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-comtrend_vg-8050-squashfs-sysupgrade.bin"; + sha256 = "4ebf73852e429d989830b7ffa69802a458d763b4d536616fe420c898c61bdfa8"; + sha256_unsigned = "3546f24b32bd362a3164fde19f5ee9f4dbea71afe739e18ba34f215875ddfa94"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vg-8050" + ]; + titles = [ + { + model = "VG-8050"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "d11adf93a014bdc4f10e9814dffa226eb6d2344e4cf4fa7fc68d6f231be0f6ef"; + sha256_unsigned = "d11adf93a014bdc4f10e9814dffa226eb6d2344e4cf4fa7fc68d6f231be0f6ef"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "17b1cbfb056009fc2a9a5ff847c271dad06b1da0ced37db5b7c7c69c86f24500"; + sha256_unsigned = "17b1cbfb056009fc2a9a5ff847c271dad06b1da0ced37db5b7c7c69c86f24500"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "13ede509e8a343694354c26cee54216ffe6b58db82cfe6909d62f38809aadb60"; + sha256_unsigned = "13ede509e8a343694354c26cee54216ffe6b58db82cfe6909d62f38809aadb60"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "50312b73731c896e4a4cb75b7830c40127a615da80162054140ff0f27194698d"; + sha256_unsigned = "50312b73731c896e4a4cb75b7830c40127a615da80162054140ff0f27194698d"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3032u = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-comtrend_vr-3032u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-comtrend_vr-3032u-squashfs-cfe.bin"; + sha256 = "773fab290d32e579ae20b43948b89c9f3829efdc3e72562087528e82455e51d1"; + sha256_unsigned = "773fab290d32e579ae20b43948b89c9f3829efdc3e72562087528e82455e51d1"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-comtrend_vr-3032u-squashfs-sysupgrade.bin"; + sha256 = "1d77c7ddaad509c422631cddbbfcb5f189818bb56907357235d93e246cac5b3d"; + sha256_unsigned = "a9fae1e3dd4679ab9adb7d6a4724139f02bbef9b07bf4cd8b8827a02975792fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3032u" + ]; + titles = [ + { + model = "VR-3032u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "472a05a38363738840bf48554e6f3e68c99b67cb999369b5107884117ffbc9a3"; + sha256_unsigned = "472a05a38363738840bf48554e6f3e68c99b67cb999369b5107884117ffbc9a3"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-2650u = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-d-link_dsl-2650u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-d-link_dsl-2650u-squashfs-cfe.bin"; + sha256 = "5c73beab16e37871de79337fce1d4b9081dd8533d6a7bf659309dd94c478313e"; + sha256_unsigned = "5c73beab16e37871de79337fce1d4b9081dd8533d6a7bf659309dd94c478313e"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2650u" + ]; + titles = [ + { + model = "DSL-2650U"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "49858f1799557c73b5cab833b8ec1a55aaaad1d4598a1d4f5bb5664a89596f3a"; + sha256_unsigned = "49858f1799557c73b5cab833b8ec1a55aaaad1d4598a1d4f5bb5664a89596f3a"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "67d48dc4f9b5c25e907786a4335ff0693eab9e740a437ec8e810fffa0df87ac9"; + sha256_unsigned = "67d48dc4f9b5c25e907786a4335ff0693eab9e740a437ec8e810fffa0df87ac9"; + type = "cfe-AU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-2750u-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-d-link_dsl-2750u-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-sysupgrade.bin"; + sha256 = "d18ecdd8d9c0d8342358828c5ad15d82b3727cde1b62469cfda68b20e3fccd99"; + sha256_unsigned = "d18ecdd8d9c0d8342358828c5ad15d82b3727cde1b62469cfda68b20e3fccd99"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-d-link_dsl-2750u-c1-squashfs-cfe.bin"; + sha256 = "d18ecdd8d9c0d8342358828c5ad15d82b3727cde1b62469cfda68b20e3fccd99"; + sha256_unsigned = "d18ecdd8d9c0d8342358828c5ad15d82b3727cde1b62469cfda68b20e3fccd99"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-2750u-c1" + ]; + titles = [ + { + model = "DSL-2750U"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "5fd2158ffca803640c4e1be0a37fd88098f65dcf0ecbf9c6fd96e4d677b9db16"; + sha256_unsigned = "5fd2158ffca803640c4e1be0a37fd88098f65dcf0ecbf9c6fd96e4d677b9db16"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dva-g3810bn-tl = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-d-link_dva-g3810bn-tl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-d-link_dva-g3810bn-tl-squashfs-cfe.bin"; + sha256 = "170151bf3b2f11cdbdf5497d631ccac6074aa5a9b952f393197f714790fb8d71"; + sha256_unsigned = "170151bf3b2f11cdbdf5497d631ccac6074aa5a9b952f393197f714790fb8d71"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dva-g3810bn-tl" + ]; + titles = [ + { + model = "DVA-G3810BN/TL"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "19952032e66a20df286ae86559e8f1e431d9d9ec502054954dd8192ff200530a"; + sha256_unsigned = "19952032e66a20df286ae86559e8f1e431d9d9ec502054954dd8192ff200530a"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "d8ef1305bc8d87453cdcf45682923905b145f0ad0c10f3f4d3fd3dc55152f4a2"; + sha256_unsigned = "d8ef1305bc8d87453cdcf45682923905b145f0ad0c10f3f4d3fd3dc55152f4a2"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "51618a59b56d2e6c85cc0ab66903a1c1c55ae42ba8e0bdae08ba05bdc5dd49fe"; + sha256_unsigned = "51618a59b56d2e6c85cc0ab66903a1c1c55ae42ba8e0bdae08ba05bdc5dd49fe"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "d2ee4014a9b3b77c757804f268e414e17e4e478636b06a88510e718ea6b1e779"; + sha256_unsigned = "d2ee4014a9b3b77c757804f268e414e17e4e478636b06a88510e718ea6b1e779"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg622 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-huawei_echolife-hg622"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-huawei_echolife-hg622-squashfs-sysupgrade.bin"; + sha256 = "d79ff7f5d2c532005fac2ea60a069f6fc78458945e058c9000665f87539d948b"; + sha256_unsigned = "d79ff7f5d2c532005fac2ea60a069f6fc78458945e058c9000665f87539d948b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-huawei_echolife-hg622-squashfs-cfe.bin"; + sha256 = "5aa0b56eb6c3315ef44568161cc421bc709e9e2e22f6b80b521d137f0fa1cdcd"; + sha256_unsigned = "5aa0b56eb6c3315ef44568161cc421bc709e9e2e22f6b80b521d137f0fa1cdcd"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg622" + ]; + titles = [ + { + model = "EchoLife HG622"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "8266a402d5e2d3c5f064fd8c2930d83acc154846cb1c9060de556070ad701ebe"; + sha256_unsigned = "8266a402d5e2d3c5f064fd8c2930d83acc154846cb1c9060de556070ad701ebe"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + huawei_hg253s-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-huawei_hg253s-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-huawei_hg253s-v2-squashfs-sysupgrade.bin"; + sha256 = "06d8cb35cdb11bfc70fa9fcae219744ea1c82a50014f249a5c5694e460034553"; + sha256_unsigned = "bae9fbb8ce59b9f44f49099fc943cd8e438234d8ed3fba37d46eec9dce31938d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-huawei_hg253s-v2-squashfs-flash.bin"; + sha256 = "3f531c4c7799466e9d2ce984d77d1fbbbb350a0ebc794324d8347686aa610fb6"; + sha256_unsigned = "3f531c4c7799466e9d2ce984d77d1fbbbb350a0ebc794324d8347686aa610fb6"; + type = "flash"; + } + ]; + supported_devices = [ + "huawei,hg253s-v2" + ]; + titles = [ + { + model = "HG253s"; + variant = "v2"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "be597c0086cfc866188dfbb6ebbfd18a9d0302b9167cfb2b60b514dab8231672"; + sha256_unsigned = "be597c0086cfc866188dfbb6ebbfd18a9d0302b9167cfb2b60b514dab8231672"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "976b4960fe51aa0ed004eea3f6569c60e231d302c2c14d902e71d5584a983ae4"; + sha256_unsigned = "976b4960fe51aa0ed004eea3f6569c60e231d302c2c14d902e71d5584a983ae4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "5ee5189a9c51ffc4a67b6d9c483a1670bcd055b1fec2a8739e2d6b50ea62df19"; + sha256_unsigned = "5ee5189a9c51ffc4a67b6d9c483a1670bcd055b1fec2a8739e2d6b50ea62df19"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3700-v2 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-netgear_dgnd3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-cfe.bin"; + sha256 = "4e3cacdee25c4c6559b7007e0e8861aac4447cbe5b348cf6271e259dbec5321d"; + sha256_unsigned = "4e3cacdee25c4c6559b7007e0e8861aac4447cbe5b348cf6271e259dbec5321d"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-sysupgrade.bin"; + sha256 = "f89b8eeea2bf8991ee2eb725586d82aa6dad1bed10b25797776e6d87c833914d"; + sha256_unsigned = "68c8be073911617a58d8d9def6ef73286fd0b4819f9d298594b606ccdeed0020"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v2" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "6f11d746d0d018fe2a9398fdaa5db5c0417ead68d8263a296dd9985bb6161e84"; + sha256_unsigned = "6f11d746d0d018fe2a9398fdaa5db5c0417ead68d8263a296dd9985bb6161e84"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "83446dae47197297522762f270cd9770a3c379de57cd7af2ae28a65ba0d831ee"; + sha256_unsigned = "83446dae47197297522762f270cd9770a3c379de57cd7af2ae28a65ba0d831ee"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-netgear_evg2000-squashfs-factory.chk"; + sha256 = "557b5b4cae7b9d16da5747d7b24ba16ae198c5f1422265e226f9234a3d3993cf"; + sha256_unsigned = "557b5b4cae7b9d16da5747d7b24ba16ae198c5f1422265e226f9234a3d3993cf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "fc34cb3deb670a0b5ca26bfaa583c7ce25b8bac0969e6e60dbeff2430b589b73"; + sha256_unsigned = "fc34cb3deb670a0b5ca26bfaa583c7ce25b8bac0969e6e60dbeff2430b589b73"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "8b8869c2e12aabff923518c1c1f184ba495572967a1849623c3e5b9fb89dda2f"; + sha256_unsigned = "8b8869c2e12aabff923518c1c1f184ba495572967a1849623c3e5b9fb89dda2f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "19cc1d368c1225e5f53b9362eb0d9174bbc05a38162e6c0301ab6b50b1a011e3"; + sha256_unsigned = "19cc1d368c1225e5f53b9362eb0d9174bbc05a38162e6c0301ab6b50b1a011e3"; + type = "cfe"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "73b3f785f46a43aeb5dc5f7c62a3cc58ac3be25c180b60efa254ff75bee8a70f"; + sha256_unsigned = "73b3f785f46a43aeb5dc5f7c62a3cc58ac3be25c180b60efa254ff75bee8a70f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "e8ded70723f6b752b74f6d10a773a42ff7449a972596a2a56e9a6044d6b28392"; + sha256_unsigned = "e8ded70723f6b752b74f6d10a773a42ff7449a972596a2a56e9a6044d6b28392"; + type = "cfe"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226g = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-pirelli_a226g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-pirelli_a226g-squashfs-cfe.bin"; + sha256 = "a891758ff111b7dd585d1fee2ed031547f9fab006986a7bccdb3dccc303b7b27"; + sha256_unsigned = "a891758ff111b7dd585d1fee2ed031547f9fab006986a7bccdb3dccc303b7b27"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226g" + ]; + titles = [ + { + model = "A226G"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-pirelli_a226m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-pirelli_a226m-squashfs-cfe.bin"; + sha256 = "7a9e3c2d0184d65c9a867d7ecb163eeb1d07c9b831e340852426620691f30a18"; + sha256_unsigned = "7a9e3c2d0184d65c9a867d7ecb163eeb1d07c9b831e340852426620691f30a18"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m" + ]; + titles = [ + { + model = "A226M"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "b8659f4a1291906cae2cc595898898db3d6340a004a609a86827fb965c9ad209"; + sha256_unsigned = "b8659f4a1291906cae2cc595898898db3d6340a004a609a86827fb965c9ad209"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + pirelli_agpf-s0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-pirelli_agpf-s0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-pirelli_agpf-s0-squashfs-cfe.bin"; + sha256 = "c39fa746d6404b84f0a5a2b2eeb9bc923884ce0e8815e4d91d6bf0318dbd4f6f"; + sha256_unsigned = "c39fa746d6404b84f0a5a2b2eeb9bc923884ce0e8815e4d91d6bf0318dbd4f6f"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,agpf-s0" + ]; + titles = [ + { + model = "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "d998e8bc0f2ca94d194dd014b4b51cab0c8acaafb0dd9aa113341270237ccafc"; + sha256_unsigned = "d998e8bc0f2ca94d194dd014b4b51cab0c8acaafb0dd9aa113341270237ccafc"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "683f8c590658f3c41cee11b1ebf1611f1a532f6dcb0113733a40c62175c6e951"; + sha256_unsigned = "683f8c590658f3c41cee11b1ebf1611f1a532f6dcb0113733a40c62175c6e951"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704n = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-sagem_fast-2704n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-sagem_fast-2704n-squashfs-cfe.bin"; + sha256 = "9ad27c4acb308876d102742b170535746ffa7f080c178f169ea9bd02e1b1e607"; + sha256_unsigned = "9ad27c4acb308876d102742b170535746ffa7f080c178f169ea9bd02e1b1e607"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704n" + ]; + titles = [ + { + model = "F@st 2704N"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-sercomm_ad1018"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-sercomm_ad1018-squashfs-factory.img"; + sha256 = "288f82bb004baa549f1ce6d6ebbd4e430753f293f27549f7684b6d421f164f44"; + sha256_unsigned = "288f82bb004baa549f1ce6d6ebbd4e430753f293f27549f7684b6d421f164f44"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-sercomm_ad1018-squashfs-sysupgrade.bin"; + sha256 = "49c5bd4fd5ff7673b90360e9d3f8b45ed8b2d863bf801d540b12b9219b0036d9"; + sha256_unsigned = "92e32e3fd8c84f72e7a4579cbd434fa120aa4fa6c4615dae45a6f4129d4b90b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,ad1018" + ]; + titles = [ + { + model = "AD1018"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "6154582b164c2205e3d36443acfedf4ad37a4d33bef4cf9962e99adb9032d4d8"; + sha256_unsigned = "6154582b164c2205e3d36443acfedf4ad37a4d33bef4cf9962e99adb9032d4d8"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-lowi = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-sercomm_h500-s-lowi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-sysupgrade.bin"; + sha256 = "7a177fa4f39d56fe00f66853e88ec52bec632b30b6b544219cf31d9666bd2269"; + sha256_unsigned = "0fa584e773f7b9d0a77a202afe20679cdc4bdfe3e3f939cfc2e8cef4fc55580d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-factory.img"; + sha256 = "07d51971f9a4bcb601745858ec2f6d9b79f6d6c62d2679e03c0e7f87ec6bee4b"; + sha256_unsigned = "07d51971f9a4bcb601745858ec2f6d9b79f6d6c62d2679e03c0e7f87ec6bee4b"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,h500-s-lowi" + ]; + titles = [ + { + model = "H500-s"; + variant = "lowi"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-vfes = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-sercomm_h500-s-vfes"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-factory.img"; + sha256 = "24441fef9bd903254877d0a4fa134d3b0ace0a36b54e19b9ff7a738280443dca"; + sha256_unsigned = "24441fef9bd903254877d0a4fa134d3b0ace0a36b54e19b9ff7a738280443dca"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-sysupgrade.bin"; + sha256 = "929e5554d87ef2bd5497cde884eb4606f465083f3246e49853c69d4714a6728c"; + sha256_unsigned = "54a24baeb3638d21429588ae9a05f31597a30b72093f52d4ded4261dcd707367"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-vfes" + ]; + titles = [ + { + model = "H500-s"; + variant = "vfes"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-4-foxconn-r1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-sfr_neufbox-4-foxconn-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-sfr_neufbox-4-foxconn-r1-squashfs-cfe.bin"; + sha256 = "86dd735ef49407a4852959280f31ba00078e30090f69ccecae0299336754d68d"; + sha256_unsigned = "86dd735ef49407a4852959280f31ba00078e30090f69ccecae0299336754d68d"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-foxconn-r1" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Foxconn"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-4-sercomm-r0 = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-sfr_neufbox-4-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-sfr_neufbox-4-sercomm-r0-squashfs-cfe.bin"; + sha256 = "7cceda28f05e40681b4ed316a590b0a8e56e47e957b338f316ba0cd5e20ef30f"; + sha256_unsigned = "7cceda28f05e40681b4ed316a590b0a8e56e47e957b338f316ba0cd5e20ef30f"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-4-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 4"; + variant = "Sercomm"; + vendor = "SFR"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "0778088a1b0358f93d43983f7bc8c5684c999d4a5e2ace1f21b8e68131940580"; + sha256_unsigned = "0778088a1b0358f93d43983f7bc8c5684c999d4a5e2ace1f21b8e68131940580"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-sky_sr102-squashfs-cfe.bin"; + sha256 = "9e0985e46a0c8f456f7cfce6c65abeaa0beeef16a39e2c07ba27ed83868c81b4"; + sha256_unsigned = "9e0985e46a0c8f456f7cfce6c65abeaa0beeef16a39e2c07ba27ed83868c81b4"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + t-com_speedport-w-303v = { + device_packages = [ + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-t-com_speedport-w-303v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-t-com_speedport-w-303v-squashfs-factory.bin"; + sha256 = "7e2f75c2042bab44d82b3411ae4c105e18c77688e06542da1ce143c1f7bf3793"; + sha256_unsigned = "7e2f75c2042bab44d82b3411ae4c105e18c77688e06542da1ce143c1f7bf3793"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-t-com_speedport-w-303v-squashfs-sysupgrade.bin"; + sha256 = "981bfea35d73f2d9edd25ec17b488932a36ae9b263c46f6b716cc07c5c2a9f22"; + sha256_unsigned = "981bfea35d73f2d9edd25ec17b488932a36ae9b263c46f6b716cc07c5c2a9f22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "t-com,speedport-w-303v" + ]; + titles = [ + { + model = "Speedport W 303V"; + vendor = "T-Com"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "2a4c37723f76969c7fd441c04129df4aa5a987a28761e9542b1a9a5e15bf3123"; + sha256_unsigned = "2a4c37723f76969c7fd441c04129df4aa5a987a28761e9542b1a9a5e15bf3123"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "84f33008a1cd82f6eede9609817ad02e033a68e3faeeddc61f313a0d7f939bab"; + sha256_unsigned = "84f33008a1cd82f6eede9609817ad02e033a68e3faeeddc61f313a0d7f939bab"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "2428752bce82904c53b72218f2c881ac48670fd16efc7409c725a739a8c3f450"; + sha256_unsigned = "2428752bce82904c53b72218f2c881ac48670fd16efc7409c725a739a8c3f450"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "118855e9dbeeb7b6bd66d564fabcac9ce8e39137100fa81c66ff35d1e2239486"; + sha256_unsigned = "118855e9dbeeb7b6bd66d564fabcac9ce8e39137100fa81c66ff35d1e2239486"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + telsey_cpva642 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-bcm63xx-smp-telsey_cpva642"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-bcm63xx-smp-telsey_cpva642-squashfs-cfe.bin"; + sha256 = "4c54e10a078ce5f8e25f1f73b6558398554abf89ab5cdc147e23f10f888b32f6"; + sha256_unsigned = "4c54e10a078ce5f8e25f1f73b6558398554abf89ab5cdc147e23f10f888b32f6"; + type = "cfe"; + } + ]; + supported_devices = [ + "telsey,cpva642" + ]; + titles = [ + { + model = "CPVA642-type (CPA-ZNTE60T)"; + vendor = "Telsey"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "bcm63xx/smp"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.5-gemini-dlink_dir-685"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-gemini-dlink_dir-685-ext4-sysupgrade.bin"; + sha256 = "7a98da0aa4d7adc9716a0181b28cc708a7a8bcba4d6d45259787124c35a33aad"; + sha256_unsigned = "83f6e5773aa882c5583b75659a4dbf242215b8119c01f73bb0658d8f6cf7d917"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-gemini-dlink_dir-685-ext4-factory.bin"; + sha256 = "8a9d8bd883905374cd0579fbb838a5c3028621563c43adc552ed18ae4ff2a80e"; + sha256_unsigned = "8a9d8bd883905374cd0579fbb838a5c3028621563c43adc552ed18ae4ff2a80e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-gemini-dlink_dir-685-squashfs-factory.bin"; + sha256 = "fb851d08628c1791c17169ed3d23f343cecf5f383acd7515c04a47d19c348604"; + sha256_unsigned = "fb851d08628c1791c17169ed3d23f343cecf5f383acd7515c04a47d19c348604"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-gemini-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "37fa00ba188bbb1ea0575ef5c9b8da2d23fb10827b1aa71df020e151bb125ada"; + sha256_unsigned = "88fed2ceb4e63e53204276d9cb05688344d566df4c640fb1d51559915c6e83e6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + model = "DIR-685 Xtreme N Storage Router"; + vendor = "D-Link"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.5-gemini-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-gemini-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "db60f81d18eff78fc6f57fad99f372a9976c44f6c2ff0ee154501d2cfb6f2636"; + sha256_unsigned = "db60f81d18eff78fc6f57fad99f372a9976c44f6c2ff0ee154501d2cfb6f2636"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + model = "DNS-313 1-Bay Network Storage Enclosure"; + vendor = "D-Link"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-22.03.5-gemini-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-gemini-itian_sq201-squashfs-factory.bin"; + sha256 = "7353e3f8d158e29fb4a3521820e02f0f02ceda4d4580d5c4e6caeb7cf77e40c9"; + sha256_unsigned = "7353e3f8d158e29fb4a3521820e02f0f02ceda4d4580d5c4e6caeb7cf77e40c9"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + model = "Square One SQ201"; + vendor = "ITian"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.5-gemini-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "83788fb8da7e9895ee290284ea6ea4496a2a44f2253dbea0200a2b5fd46af623"; + sha256_unsigned = "83788fb8da7e9895ee290284ea6ea4496a2a44f2253dbea0200a2b5fd46af623"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + model = "NAS IB-4220-B"; + vendor = "Raidsonic"; + } + ]; + }; + storlink_sl93512r = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.5-gemini-storlink_sl93512r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-gemini-storlink_sl93512r-squashfs-factory.bin"; + sha256 = "ab3c29a351f342a1b6792de1b8f050fbf1487e1b68d6037dda752eeb2bd1fa85"; + sha256_unsigned = "ab3c29a351f342a1b6792de1b8f050fbf1487e1b68d6037dda752eeb2bd1fa85"; + type = "factory"; + } + ]; + supported_devices = [ + "storlink,sl93512r" + ]; + titles = [ + { + model = "SL93512r"; + vendor = "StorLink"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "gemini/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + imx = { + cortexa9 = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + solidrun_cubox-i = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.5-imx-cortexa9-solidrun_cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-imx-cortexa9-solidrun_cubox-i-squashfs-combined.bin"; + sha256 = "53b4752647cfdc611597751e6229435551f90a4f90dbdcd47baa953a563c858f"; + sha256_unsigned = "53b4752647cfdc611597751e6229435551f90a4f90dbdcd47baa953a563c858f"; + type = "combined"; + } + ]; + supported_devices = [ + "solidrun,cubox-i" + ]; + titles = [ + { + model = "CuBox-i"; + vendor = "SolidRun"; + } + ]; + }; + toradex_apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-22.03.5-imx-cortexa9-toradex_apalis"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-imx-cortexa9-toradex_apalis-squashfs.combined.bin"; + sha256 = "b337efe62c48b383f90a517bc7cbb30d6449d79aa8020dceab88448dd6c5dfc7"; + sha256_unsigned = "b337efe62c48b383f90a517bc7cbb30d6449d79aa8020dceab88448dd6c5dfc7"; + type = "combined"; + } + { + name = "openwrt-22.03.5-imx-cortexa9-toradex_apalis-recovery.scr"; + sha256 = "f1561cf05ab32db1e4a73720ae067dc31b81bd8800256dfa97bc63bd52aed233"; + sha256_unsigned = "f1561cf05ab32db1e4a73720ae067dc31b81bd8800256dfa97bc63bd52aed233"; + type = "recovery.scr"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-imx-cortexa9-toradex_apalis-squashfs.sysupgrade.bin"; + sha256 = "b385517e0a89a9bf41aa94d901e02bd6cb087374b7fdb9141aaf55af0a89d506"; + sha256_unsigned = "3c97430a168444daa8c299906f6b849366cf3839e82444034bc892c2ca09c270"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + model = "Apalis family"; + vendor = "Toradex"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-22.03.5-imx-cortexa9-gateworks_ventana-large"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-imx-cortexa9-gateworks_ventana-large-squashfs-nand.ubi"; + sha256 = "536ea6577d2ae4eca9a7aa1669dd44efacee104600d79c3090f1c1903e5d27c9"; + sha256_unsigned = "536ea6577d2ae4eca9a7aa1669dd44efacee104600d79c3090f1c1903e5d27c9"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-imx-cortexa9-gateworks_ventana-squashfs-nand.ubi"; + sha256 = "714085367ed3eabeb7c16272b8ae6eea52a42a1c64839abb19b10e786ad91fce"; + sha256_unsigned = "714085367ed3eabeb7c16272b8ae6eea52a42a1c64839abb19b10e786ad91fce"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-imx-cortexa9-gateworks_ventana-squashfs-bootfs.tar.gz"; + sha256 = "aba7e7649c7eaaca58f9c86ab125c75456fbdf7a36b8d781fb21bb888e5df798"; + sha256_unsigned = "aba7e7649c7eaaca58f9c86ab125c75456fbdf7a36b8d781fb21bb888e5df798"; + type = "bootfs"; + } + ]; + supported_devices = [ + "gateworks,ventana-large" + ]; + titles = [ + { + model = "Ventana family"; + variant = "large NAND flash"; + vendor = "Gateworks"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "imx/cortexa9"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + ipq40xx = { + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-board-qca4019" + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "8dev_habanero-dvk" = { + device_packages = [ + "ipq-wifi-8dev_habanero-dvk" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-8dev_habanero-dvk"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-8dev_habanero-dvk-squashfs-sysupgrade.bin"; + sha256 = "ed264e041cba841df62582962d2c3be26484a830adc984106e772f1e25b6434b"; + sha256_unsigned = "37db92a678d38f616c08455182d10ce1476057145e88585faefbbd6ca4cfb241"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-8dev_habanero-dvk-initramfs-fit-uImage.itb"; + sha256 = "e8a1b3a5d021d96e02d41e17a440a790025b14332935126477e146f65014a8a9"; + sha256_unsigned = "e8a1b3a5d021d96e02d41e17a440a790025b14332935126477e146f65014a8a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,habanero-dvk" + ]; + titles = [ + { + model = "Habanero DVK"; + vendor = "8devices"; + } + ]; + }; + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-8dev_jalapeno-initramfs-fit-uImage.itb"; + sha256 = "b1bdb660a778b807c0dbc9340f1cc86bc6102c944cc093ae6c8474bf6cddedf1"; + sha256_unsigned = "b1bdb660a778b807c0dbc9340f1cc86bc6102c944cc093ae6c8474bf6cddedf1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin"; + sha256 = "068f26c6addafc9f43c32ea341113f8dae87a63d229068ac459a4c51fe5844e2"; + sha256_unsigned = "669b383543f77ceadd969bf4ac9c06097c8aa65ace52b9742c7c40afb84ba7be"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"; + sha256 = "ed60195b1d128508e96810438414c1f7388aab90fed02d899aa96068c6e87a4a"; + sha256_unsigned = "ed60195b1d128508e96810438414c1f7388aab90fed02d899aa96068c6e87a4a"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + model = "Jalapeno"; + vendor = "8devices"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"; + sha256 = "1d0e708073c568496da1543df1a30025155db548f77a49b6f8263d5a20f8c826"; + sha256_unsigned = "1d0e708073c568496da1543df1a30025155db548f77a49b6f8263d5a20f8c826"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-alfa-network_ap120c-ac-initramfs-fit-uImage.itb"; + sha256 = "f3e1b9f08f13755fea4b9fca4b5b3bf18754966346f4b97a262230ba64e43a29"; + sha256_unsigned = "f3e1b9f08f13755fea4b9fca4b5b3bf18754966346f4b97a262230ba64e43a29"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin"; + sha256 = "1eb1b3e8534919769ea366c92eb034a33b40de9f9af46bff08683a9d398642c7"; + sha256_unsigned = "2f6514422a57704d3f4f078d543afbc573b7ee112cc986dc4a6b31a515d4860f"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + model = "AP120C-AC"; + vendor = "ALFA Network"; + } + ]; + }; + aruba_ap-303 = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-aruba_ap-303"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-aruba_ap-303-initramfs-fit-uImage.itb"; + sha256 = "719bd8a5199aef699066e460317001c53147e3b5140000c3099159dfa0a8cd7b"; + sha256_unsigned = "719bd8a5199aef699066e460317001c53147e3b5140000c3099159dfa0a8cd7b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-aruba_ap-303-squashfs-sysupgrade.bin"; + sha256 = "64e94f945d0184c3e8430e6461ffc89abaff1ef1ecc5138136e1046d67aed44d"; + sha256_unsigned = "3d02bb08d8d19bbd32dd85d210f7bf2febdc7ce5062a1b387b46a5e90781ded1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-303" + ]; + titles = [ + { + model = "AP-303"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-303h = { + device_packages = [ + "ipq-wifi-aruba_ap-303" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-aruba_ap-303h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-aruba_ap-303h-squashfs-sysupgrade.bin"; + sha256 = "7bf5868cf2e2a05c2e48d4b912f43082e0f368fad9236a9781b5a90c7bf2a731"; + sha256_unsigned = "96862bf8fc58709daa2a6d1f20f715170abec9949201bd5aa227ae4d5d644612"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-aruba_ap-303h-initramfs-fit-uImage.itb"; + sha256 = "f38aeef4094ec7c60a5db841d12ed41e6e9e4a2899a767d53e11527d8c191af6"; + sha256_unsigned = "f38aeef4094ec7c60a5db841d12ed41e6e9e4a2899a767d53e11527d8c191af6"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-303h" + ]; + titles = [ + { + model = "AP-303H"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-365 = { + device_packages = [ + "kmod-hwmon-ad7418" + "ipq-wifi-aruba_ap-365" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-aruba_ap-365"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-aruba_ap-365-squashfs-sysupgrade.bin"; + sha256 = "c394c0ff3269bd0cf832b254bbba245f3d7422b15d20b16694b1fdab851b3b06"; + sha256_unsigned = "e257e1a18799f008992c3c88dfd0f4fccdf7ba970e2f548ee95cba509477b748"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-aruba_ap-365-initramfs-fit-uImage.itb"; + sha256 = "9b60388c0adabe29b920810158bdb7e1fa089c86fbd371e041aab1f2a42028ee"; + sha256_unsigned = "9b60388c0adabe29b920810158bdb7e1fa089c86fbd371e041aab1f2a42028ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "aruba,ap-365" + ]; + titles = [ + { + model = "AP-365"; + vendor = "Aruba"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "5b84a932cf26f00ba961787031d409cfc05510ab8810196af5113e69d131447d"; + sha256_unsigned = "c8b4ed5a032beb2decb0ccc62be7d0ab10883199c8a4da6329ac65099afffdc3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-asus_map-ac2200-initramfs-fit-uImage.itb"; + sha256 = "d2acfd74829083ee58bb7eab4ec8e7efea51f161738c0de19e22155a8b27f1a5"; + sha256_unsigned = "d2acfd74829083ee58bb7eab4ec8e7efea51f161738c0de19e22155a8b27f1a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + model = "Lyra (MAP-AC2200)"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac42u = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-asus_rt-ac42u" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-asus_rt-ac42u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-asus_rt-ac42u-squashfs-sysupgrade.bin"; + sha256 = "d505517587993397cab3b60ac774f44ca948a7cb80f8fc6f62c9954f016d16ea"; + sha256_unsigned = "56888accd41ec89dbfcddb88e774d92048376e7e1b9842b8bc70ea27a4761b7f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-asus_rt-ac42u-initramfs-fit-uImage.itb"; + sha256 = "2bd6170f064a83a00411c40f3d6be67831ef746f01b391e5f96d0cef407117e6"; + sha256_unsigned = "2bd6170f064a83a00411c40f3d6be67831ef746f01b391e5f96d0cef407117e6"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac42u" + ]; + titles = [ + { + model = "RT-AC42U"; + vendor = "ASUS"; + } + { + model = "RT-ACRH17"; + vendor = "ASUS"; + } + { + model = "RT-AC2200"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-asus_rt-ac58u-initramfs-fit-uImage.itb"; + sha256 = "ce5d8bf29ee8d8515eba0e4af544bcc76402c729e55e90f338b6c6ebf3891020"; + sha256_unsigned = "ce5d8bf29ee8d8515eba0e4af544bcc76402c729e55e90f338b6c6ebf3891020"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "3cc2b4d65438b06f45e0f73fd0852f4ac1fc85c959ff3ff5675f6e4acd3888e8"; + sha256_unsigned = "ca498838a283eab954be52de8ed85d184cd08b158fd8f7fd3e990b3239c2718d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + model = "RT-AC58U"; + vendor = "ASUS"; + } + { + model = "RT-ACRH13"; + vendor = "ASUS"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-avm_fritzbox-4040-initramfs-fit-uImage.itb"; + sha256 = "1daf52ff5d52461510f6819a741eb3ecc1117c2ce8fc925d7de3ec03699131fe"; + sha256_unsigned = "1daf52ff5d52461510f6819a741eb3ecc1117c2ce8fc925d7de3ec03699131fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "895da52a84c4401ac5957e29c8a41809c123275779bb2183679456021936dbfa"; + sha256_unsigned = "895da52a84c4401ac5957e29c8a41809c123275779bb2183679456021936dbfa"; + type = "eva"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "dde8b99cabaff5a02711360dd53d75f720cf7252be966f6f577f6f065a1cddc3"; + sha256_unsigned = "35aa75eb08ea9e5a909cc62a864019c36e3a1efcc80d318ab82416c7c3135f05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + model = "FRITZ!Box 4040"; + vendor = "AVM"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-avm_fritzbox-7530-initramfs-fit-uImage.itb"; + sha256 = "a766240ac79e0c2c988099ade2765bfe9964d198745f2e4ba69354311885944c"; + sha256_unsigned = "a766240ac79e0c2c988099ade2765bfe9964d198745f2e4ba69354311885944c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "86bd39d9718f0a86d46260dfedb34473a10cbd35cb38853c6479f8b6f8179247"; + sha256_unsigned = "6ac4e02e878db947220a9bba2278d2cfcf882267afc8fea2bbe4e62859cea377"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + model = "FRITZ!Box 7530"; + vendor = "AVM"; + } + { + model = "FRITZ!Box 7520"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ipq-wifi-avm_fritzrepeater-1200" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "b4122359cd80213d068d04843006143089ca17b532c469adeffe034baa26414a"; + sha256_unsigned = "7e59d01aefc8559a21f912dad4a905c2d41cd6568ce7c380db689b623053ddcb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-avm_fritzrepeater-1200-initramfs-fit-uImage.itb"; + sha256 = "cefb7165d9377637743f91f6ae4d7bde70a2db40fc7d5211d54f6cc6e79936a9"; + sha256_unsigned = "cefb7165d9377637743f91f6ae4d7bde70a2db40fc7d5211d54f6cc6e79936a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + model = "FRITZ!Repeater 1200"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "2232d3f4234c461aec45ac83e7f824a17368efee5b3f673a36826c722d79fbfd"; + sha256_unsigned = "105e1a3ed2a9233d1efe7fa41250161047da19f9b924756e91855ede82c01b5b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-avm_fritzrepeater-3000-initramfs-fit-uImage.itb"; + sha256 = "3a3bf868d27fadc4bae6c223107a37b5fa3c5b230d8eaf01160a5a0b7f04e5f8"; + sha256_unsigned = "3a3bf868d27fadc4bae6c223107a37b5fa3c5b230d8eaf01160a5a0b7f04e5f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + model = "FRITZ!Repeater 3000"; + vendor = "AVM"; + } + ]; + }; + buffalo_wtr-m2133hp = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-buffalo_wtr-m2133hp" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-buffalo_wtr-m2133hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-buffalo_wtr-m2133hp-initramfs-fit-uImage.itb"; + sha256 = "8a07e5844379c28ae61726205c7aadd21a2a5a977ca5f73ab669aa9f14eb4d45"; + sha256_unsigned = "8a07e5844379c28ae61726205c7aadd21a2a5a977ca5f73ab669aa9f14eb4d45"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-factory.ubi"; + sha256 = "4478039ad38f8170573483f6b651fb44f8be9ae45dd2e198f2f01698e57e933b"; + sha256_unsigned = "4478039ad38f8170573483f6b651fb44f8be9ae45dd2e198f2f01698e57e933b"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-nand-sysupgrade.bin"; + sha256 = "66d3031affa647c2c40a116013a152c6b5c9ea72d1d115f0717bfc69230e4fd9"; + sha256_unsigned = "ad408a4bebda97fd4920ac553be0b38f50957521527e18ec68ad0e0284fa8d2c"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wtr-m2133hp" + ]; + titles = [ + { + model = "WTR-M2133HP"; + vendor = "Buffalo"; + } + ]; + }; + cellc_rtl30vw = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-cellc_rtl30vw" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-cellc_rtl30vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-factory.bin"; + sha256 = "f023ea8711be1d4d9ae679e59210e096fbd57c4253eaa3f09c616723cb9f9cf9"; + sha256_unsigned = "f023ea8711be1d4d9ae679e59210e096fbd57c4253eaa3f09c616723cb9f9cf9"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-cellc_rtl30vw-initramfs-fit-zImage.itb"; + sha256 = "f0bdcca6653164a56f81c2cdc30c5ef829051e29aa023e74b6e770996150bb49"; + sha256_unsigned = "f0bdcca6653164a56f81c2cdc30c5ef829051e29aa023e74b6e770996150bb49"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-cellc_rtl30vw-squashfs-nand-sysupgrade.bin"; + sha256 = "b2d90a0200d867e6eb7bcf40967770868fad0f3a04778ea45155f8274b4a5b93"; + sha256_unsigned = "885489ade431a70307a18d00d59c79e7814150f7680ccb2476d40e21078cb9ee"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "cellc,rtl30vw" + ]; + titles = [ + { + model = "RTL30VW"; + vendor = "Cell C"; + } + ]; + }; + cilab_meshpoint-one = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-iio-bmp280-i2c" + "kmod-hwmon-ina2xx" + "kmod-rtc-pcf2127" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-cilab_meshpoint-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-factory.ubi"; + sha256 = "c9aa56520488eab6983be08fcc86df2a1e534fbe984d7af8927b9538b823eb69"; + sha256_unsigned = "c9aa56520488eab6983be08fcc86df2a1e534fbe984d7af8927b9538b823eb69"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-cilab_meshpoint-one-initramfs-fit-uImage.itb"; + sha256 = "d740f7430290558ec74b850ad9b9f99bf0f6f80d43377ce3fff036b666799fb0"; + sha256_unsigned = "d740f7430290558ec74b850ad9b9f99bf0f6f80d43377ce3fff036b666799fb0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-sysupgrade.bin"; + sha256 = "d3b6bf24c75685fe72dd7ecde25b021157094f3f8129b8fc2203aac7d8201eff"; + sha256_unsigned = "f7ef925c5d1f78f19360e5c30aa71b560aeac5cd76bfef28fecf93b704a6246b"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "cilab,meshpoint-one" + ]; + titles = [ + { + model = "MeshPoint.One"; + vendor = "Crisis Innovation Lab"; + } + ]; + }; + compex_wpj419 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-compex_wpj419"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-compex_wpj419-squashfs-nand-sysupgrade.bin"; + sha256 = "505365b05d18005342efa9b10852ce7d91b407477d1f2b1302228d6208ad7551"; + sha256_unsigned = "62a70ad2f29f4f936860ffbf0ed25be59a03a2b0fafc727826e8ffc5ac47b6d6"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-compex_wpj419-squashfs-nand-factory.ubi"; + sha256 = "1280b129f58c4bf8d8fd4879b68e9a15dd1988c27a51e39b8d7e28a72634f1cc"; + sha256_unsigned = "1280b129f58c4bf8d8fd4879b68e9a15dd1988c27a51e39b8d7e28a72634f1cc"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-compex_wpj419-initramfs-fit-uImage.itb"; + sha256 = "fc0ca013fe835275f80ccae30e64794553ce670f5ab24b2b5f338182e2eccb61"; + sha256_unsigned = "fc0ca013fe835275f80ccae30e64794553ce670f5ab24b2b5f338182e2eccb61"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj419" + ]; + titles = [ + { + model = "WPJ419"; + vendor = "Compex"; + } + ]; + }; + dlink_dap-2610 = { + device_packages = [ + "ipq-wifi-dlink_dap2610" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-dlink_dap-2610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-dlink_dap-2610-squashfs-factory.bin"; + sha256 = "0609760069671dced7fbcab48c5280750809719e7f702dfaefc7b38c0ecd81a6"; + sha256_unsigned = "0609760069671dced7fbcab48c5280750809719e7f702dfaefc7b38c0ecd81a6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-dlink_dap-2610-initramfs-fit-uImage.itb"; + sha256 = "ae67af9890745f7a54450a2d0d0770076b60cf1d32c29f08648446282543bc07"; + sha256_unsigned = "ae67af9890745f7a54450a2d0d0770076b60cf1d32c29f08648446282543bc07"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-dlink_dap-2610-squashfs-sysupgrade.bin"; + sha256 = "12c5e20bd30798dccdad1d95108a3f8b015d3d799415a35c328ce32909cd174e"; + sha256_unsigned = "6aa7d450135f6c715a1614ab10432d974930b3b6b8373ef8392269b3ebdae8be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-2610" + ]; + titles = [ + { + model = "DAP-2610"; + vendor = "D-Link"; + } + ]; + }; + edgecore_ecw5211 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-edgecore_ecw5211"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-factory.ubi"; + sha256 = "de79b602a046ed85d9f38d09567bc454f249b317086a406b60dd3bcb71e33071"; + sha256_unsigned = "de79b602a046ed85d9f38d09567bc454f249b317086a406b60dd3bcb71e33071"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-edgecore_ecw5211-squashfs-nand-sysupgrade.bin"; + sha256 = "1402dfe91650945d0fceeebd8a05d63a577c281c533592d727b93ab80ca1d5dc"; + sha256_unsigned = "945047b11d75840d38e2b66f800171eb99236909d7ab7d9a4a9282b39ff32260"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-edgecore_ecw5211-initramfs-fit-uImage.itb"; + sha256 = "c362ab1a80e462a6385bdfe28ad90273e8b5a72d0c6a694d1af618348470cf97"; + sha256_unsigned = "c362ab1a80e462a6385bdfe28ad90273e8b5a72d0c6a694d1af618348470cf97"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,ecw5211" + ]; + titles = [ + { + model = "ECW5211"; + vendor = "Edgecore"; + } + ]; + }; + edgecore_oap100 = { + device_packages = [ + "ipq-wifi-edgecore_oap100" + "kmod-usb-acm" + "kmod-usb-net" + "kmod-usb-net-cdc-qmi" + "uqmi" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-edgecore_oap100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-edgecore_oap100-squashfs-nand-sysupgrade.bin"; + sha256 = "5263be45ac81af062e7db09051bf06c0976225372b145c608cd50ec5234f88fe"; + sha256_unsigned = "e3b7ed9ac2c51693f4cf43cae0d80f9fd1f2bfdb824a346f90cb6830773f6061"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-edgecore_oap100-initramfs-fit-uImage.itb"; + sha256 = "5a0cca13ab44bdd05860e9571a8cbfeebe8c07f77bcc08de3b65813a59179de1"; + sha256_unsigned = "5a0cca13ab44bdd05860e9571a8cbfeebe8c07f77bcc08de3b65813a59179de1"; + type = "kernel"; + } + ]; + supported_devices = [ + "edgecore,oap100" + ]; + titles = [ + { + model = "OAP100"; + vendor = "Edgecore"; + } + ]; + }; + engenius_eap1300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-engenius_eap1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-engenius_eap1300-initramfs-fit-uImage.itb"; + sha256 = "5ef033105e9279f63b9589920873f3520e73eb73d081d389e19a874cf702180e"; + sha256_unsigned = "5ef033105e9279f63b9589920873f3520e73eb73d081d389e19a874cf702180e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"; + sha256 = "b4b9b1cd9628cb2700f33e7b0d972d6fecd1a80999beed30d8d3c2425a266d04"; + sha256_unsigned = "85077397dfd253bfad9dc444e332e59ec31fc0c629db5326083687382a19c8a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap1300" + ]; + titles = [ + { + model = "EAP1300"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-engenius_eap2200" + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-engenius_eap2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-engenius_eap2200-squashfs-nand-factory.ubi"; + sha256 = "1b11217fe5ab6aefd9ca4fe9be3d305311ef460822ecbce0a87109c2de449ba8"; + sha256_unsigned = "1b11217fe5ab6aefd9ca4fe9be3d305311ef460822ecbce0a87109c2de449ba8"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-engenius_eap2200-squashfs-nand-sysupgrade.bin"; + sha256 = "2454ec3114d39ec8f280c57629557a9f8addedfc8fa23552315bd5f78bd051eb"; + sha256_unsigned = "91c6a0c88a7253ecdda962c8d1ec140fc73b41264984d408af7ddd491e19e68b"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-engenius_eap2200-initramfs-fit-uImage.itb"; + sha256 = "a711c2f5d5a82dae90b27aeb5f372241f62659de2d1f4744923ffc312e7b63ed"; + sha256_unsigned = "a711c2f5d5a82dae90b27aeb5f372241f62659de2d1f4744923ffc312e7b63ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap2200" + ]; + titles = [ + { + model = "EAP2200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_emd1 = { + device_packages = [ + "ipq-wifi-engenius_emd1" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-engenius_emd1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-engenius_emd1-squashfs-factory.bin"; + sha256 = "f2c914f443ff177169a6b85ec59c6687108d7293ddd0a71ae3bb5cb3dbaf9b38"; + sha256_unsigned = "f2c914f443ff177169a6b85ec59c6687108d7293ddd0a71ae3bb5cb3dbaf9b38"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-engenius_emd1-squashfs-sysupgrade.bin"; + sha256 = "e12f4196a48db86ce274ecde944dbefebd9723d63948e97d72a9453f1eae3930"; + sha256_unsigned = "8ed3df43476e1ea278a359c2a46ff0292f2bad1acb9d872de68e17e8a3adccc0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-engenius_emd1-initramfs-fit-uImage.itb"; + sha256 = "d88c11b8b3981333e48841c4562079c02b152e71515cfd48bd1355e872e140d1"; + sha256_unsigned = "d88c11b8b3981333e48841c4562079c02b152e71515cfd48bd1355e872e140d1"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,emd1" + ]; + titles = [ + { + model = "EMD1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens620ext = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-engenius_ens620ext"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin"; + sha256 = "501074c100ba6c8508f150c00650b18cc9ec377ab628a98354b15b51bf45454f"; + sha256_unsigned = "b0b12cc6ac3c3da2edb6553a4b2ba7b165545bf57cb0ae3bfc5106d954cb8b3c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-engenius_ens620ext-initramfs-fit-uImage.itb"; + sha256 = "2a10e2dbef46da50dc2bd1e23d64046142e0306c75a320e9573885332577c5cc"; + sha256_unsigned = "2a10e2dbef46da50dc2bd1e23d64046142e0306c75a320e9573885332577c5cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin"; + sha256 = "87d54b577bcdbc0c4e341ed304671453bb7e15f88c092ca71a4064bd0d54659b"; + sha256_unsigned = "87d54b577bcdbc0c4e341ed304671453bb7e15f88c092ca71a4064bd0d54659b"; + type = "factory_30"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"; + sha256 = "4d868937fd22654a78d48090289e4591068ee75c4beccf900731732e8aed423f"; + sha256_unsigned = "4d868937fd22654a78d48090289e4591068ee75c4beccf900731732e8aed423f"; + type = "factory_35"; + } + ]; + supported_devices = [ + "engenius,ens620ext" + ]; + titles = [ + { + model = "ENS620EXT"; + vendor = "EnGenius"; + } + ]; + }; + ezviz_cs-w3-wd1200g-eup = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "ipq-wifi-ezviz_cs-w3-wd1200g-eup" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-squashfs-sysupgrade.bin"; + sha256 = "22d7fc84c00cb6bd51b7b2bc5d2ca644d15267b128fc5131de38abd2b857c28a"; + sha256_unsigned = "7248b3f626f78de0c9732fecd2df16239d3b7119f19347c04e68797b2b0d4429"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-initramfs-fit-uImage.itb"; + sha256 = "7c8ec9e7f960005e1db116734828b2ae07c5fa72b8451e8d169f72b63748f1c3"; + sha256_unsigned = "7c8ec9e7f960005e1db116734828b2ae07c5fa72b8451e8d169f72b63748f1c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "ezviz,cs-w3-wd1200g-eup" + ]; + titles = [ + { + model = "CS-W3-WD1200G"; + variant = "EUP"; + vendor = "EZVIZ"; + } + ]; + }; + glinet_gl-ap1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-ap1300" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-glinet_gl-ap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-factory.ubi"; + sha256 = "9cc59194bd4a30e01e92937b80e3657313473628507045e2faeb62727be5c2fb"; + sha256_unsigned = "9cc59194bd4a30e01e92937b80e3657313473628507045e2faeb62727be5c2fb"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-glinet_gl-ap1300-initramfs-fit-uImage.itb"; + sha256 = "81a105fda6a802e9d7d36f2f219d4539839841cf0e258a4e6abc05e6969c35c1"; + sha256_unsigned = "81a105fda6a802e9d7d36f2f219d4539839841cf0e258a4e6abc05e6969c35c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-glinet_gl-ap1300-squashfs-nand-sysupgrade.bin"; + sha256 = "8278e00580f3d8a0a4d17a06b6c2f2606313c5b47773cf17a350ef86912c9e3c"; + sha256_unsigned = "1c4868c189c30391b4f77e7ec1566be47e599ed1aa34e51589942109a0238788"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ap1300" + ]; + titles = [ + { + model = "GL-AP1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-zImage.itb"; + sha256 = "2c2793a6f43acad1ca6a0d8366047e07196000c75a7c0b4272b4789fd077f320"; + sha256_unsigned = "2c2793a6f43acad1ca6a0d8366047e07196000c75a7c0b4272b4789fd077f320"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "2b48b0435135572bd8902d9fec1cf6abbe3f69fdd1b19fdb0b4c2197620a8530"; + sha256_unsigned = "15e21da28253954df7b600fb171a7b7cdb631cc1b53c1bbfddb0a02cf4b0d969"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + model = "GL-B1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-glinet_gl-b2200" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + "mkf2fs" + "e2fsprogs" + "kmod-fs-f2fs" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-glinet_gl-b2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-glinet_gl-b2200-squashfs-emmc.img.gz"; + sha256 = "cd3097167d3226aa79bb67ec6c0cfdcba3d57c2a40ee93a00b4d134ef134a4ce"; + sha256_unsigned = "b8c779657806dc53c608f5f475a74241305dec63f29b2b19d1940a712e822feb"; + type = "emmc"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-glinet_gl-b2200-initramfs-recovery.itb"; + sha256 = "02071309b3bc5711b1913ba357e439b4bf21314e34a912e67c7a72c977eef387"; + sha256_unsigned = "02071309b3bc5711b1913ba357e439b4bf21314e34a912e67c7a72c977eef387"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-glinet_gl-b2200-squashfs-sysupgrade.bin"; + sha256 = "2a93a26017f191cb7d78e11f3e3b13ca5d49ba8ea5f95eb6bd17f6260095011a"; + sha256_unsigned = "d18916bc1d1346c8f5c25d30ad3408ddb79ac8daa59c01b078d22c8c85cf4deb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-b2200" + ]; + titles = [ + { + model = "GL-B2200"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-s1300 = { + device_packages = [ + "ipq-wifi-glinet_gl-s1300" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-glinet_gl-s1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-glinet_gl-s1300-squashfs-sysupgrade.bin"; + sha256 = "30e0495a6ab48f11866370b87e8f3bfe8412612a1748761777d70be802831ccc"; + sha256_unsigned = "eccedfb48eb2af0e0492aa343334ad6962f627867813e3d816d1cabee18f3f68"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-glinet_gl-s1300-initramfs-fit-zImage.itb"; + sha256 = "c9ddc6f48ad60b95201317e7d249341240703f45286d2ca629f3540ecb671860"; + sha256_unsigned = "c9ddc6f48ad60b95201317e7d249341240703f45286d2ca629f3540ecb671860"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-s1300" + ]; + titles = [ + { + model = "GL-S1300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "3695274baec6fb1e34351c32c71c6a0087b3fbda1e8056fc61bb33b85fcf7131"; + sha256_unsigned = "e7dd6d1768e1e2d54de16bb87b715fe101dedbbd6d4db478b1066c4d391e34ad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "2b3851e4af104f25198a6210b5161f2d068b93e9f28302ab44e6f25af5162ffc"; + sha256_unsigned = "2b3851e4af104f25198a6210b5161f2d068b93e9f28302ab44e6f25af5162ffc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-linksys_ea6350v3-initramfs-fit-zImage.itb"; + sha256 = "eb5c49d2a43328dd6f376fcd3806b0ab2cc247c51d32eb8dcb26e3151b619fa1"; + sha256_unsigned = "eb5c49d2a43328dd6f376fcd3806b0ab2cc247c51d32eb8dcb26e3151b619fa1"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + model = "EA6350"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_ea8300" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "5a2c6564726a02ec12b48d086885b88fa6d859b1e377e6e6774e1f481917b3cd"; + sha256_unsigned = "5665d3738600284cf953f65a46cd411a1fd3a1cdd87841db0ea988cd7d58d63e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "0aa2de0e5e68b7a3fe1820c3f30948e02519e6e8c81f70da747eded6c7caf7d1"; + sha256_unsigned = "0aa2de0e5e68b7a3fe1820c3f30948e02519e6e8c81f70da747eded6c7caf7d1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-linksys_ea8300-initramfs-fit-zImage.itb"; + sha256 = "7ee44415eb5a10032c9a6cec5905120f22edd9c1461da0b2606382312d938cd6"; + sha256_unsigned = "7ee44415eb5a10032c9a6cec5905120f22edd9c1461da0b2606382312d938cd6"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + model = "EA8300"; + vendor = "Linksys"; + } + ]; + }; + linksys_mr8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-linksys_mr8300-v0" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-linksys_mr8300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-linksys_mr8300-squashfs-sysupgrade.bin"; + sha256 = "6994266537a003ce22334c574417c4562a6175bdd0fb718ca0c31b605fde1ed4"; + sha256_unsigned = "c7de2bdcd37459e6c9e7e1cad92015c50ee59b1e23e528c888a3652c826b55ee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-linksys_mr8300-initramfs-fit-zImage.itb"; + sha256 = "af072f21035066fbf26f78fd5bc494dc76fcb4c98bd603bb8e35bae390c441a9"; + sha256_unsigned = "af072f21035066fbf26f78fd5bc494dc76fcb4c98bd603bb8e35bae390c441a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-linksys_mr8300-squashfs-factory.bin"; + sha256 = "7d9e46602162c98268c440d03b40c8c4f50cc27f2929d0566d6d9ac42edaf60e"; + sha256_unsigned = "7d9e46602162c98268c440d03b40c8c4f50cc27f2929d0566d6d9ac42edaf60e"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,mr8300" + ]; + titles = [ + { + model = "MR8300"; + vendor = "Linksys"; + } + ]; + }; + luma_wrtq-329acn = { + device_packages = [ + "ipq-wifi-luma_wrtq-329acn" + "kmod-ath3k" + "kmod-eeprom-at24" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-luma_wrtq-329acn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-luma_wrtq-329acn-initramfs-fit-uImage.itb"; + sha256 = "7355029c4397d604800bcc50d2b7e35fe363f70b7e8a1e206f4b2a6a3260d6c6"; + sha256_unsigned = "7355029c4397d604800bcc50d2b7e35fe363f70b7e8a1e206f4b2a6a3260d6c6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-luma_wrtq-329acn-squashfs-sysupgrade.bin"; + sha256 = "6e91abfdac5d762fe762c902be0af492ea51f8d2bdd779a7674f8b76a310f53a"; + sha256_unsigned = "91b884170b22eaf14ce178d17532ddda5dfd18e4c29b199e7ad8c155a2899951"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "luma,wrtq-329acn" + ]; + titles = [ + { + model = "WRTQ-329ACN"; + vendor = "Luma Home"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "-swconfig" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "13430010db29b099d9aedfea2c7ed11e06b93045195c05c33ae201160557fda4"; + sha256_unsigned = "04c32dc468084ea9429f2662c299ed68cc103a62d5b282ddd9355e2c7960520e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb"; + sha256 = "aada4fbdfff838f56759ae7c3977bab9c1bebe0e943640e95923624bcebe8db1"; + sha256_unsigned = "aada4fbdfff838f56759ae7c3977bab9c1bebe0e943640e95923624bcebe8db1"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + model = "MR33"; + vendor = "Cisco Meraki"; + } + ]; + }; + mobipromo_cm520-79f = { + device_packages = [ + "ipq-wifi-mobipromo_cm520-79f" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-mobipromo_cm520-79f"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-mobipromo_cm520-79f-initramfs-fit-zImage.itb"; + sha256 = "c4ce889a4ecec100e0a9d50c64ec3dfd49b5fc0991b404be145ab0d806e667d0"; + sha256_unsigned = "c4ce889a4ecec100e0a9d50c64ec3dfd49b5fc0991b404be145ab0d806e667d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-sysupgrade.bin"; + sha256 = "0bb400a5dfcade6e7a93f5e913efa20711bb9b9a641144c5223bb2f0525ed0ba"; + sha256_unsigned = "646b4cbeeae53eec490db83a5909ed6b4c317bcf912aa089e2806f77c9d2bd65"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-mobipromo_cm520-79f-squashfs-nand-factory.ubi"; + sha256 = "c06ddfa2cfe7e5ab06de0b857da38dfb384261a80be622d7168bc42ee3a22a90"; + sha256_unsigned = "c06ddfa2cfe7e5ab06de0b857da38dfb384261a80be622d7168bc42ee3a22a90"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "mobipromo,cm520-79f" + ]; + titles = [ + { + model = "CM520-79F"; + vendor = "MobiPromo"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "19a02b65acd16e80cfd6b608ca31130e91526d2fadff5c32d15349eb8cbde789"; + sha256_unsigned = "19a02b65acd16e80cfd6b608ca31130e91526d2fadff5c32d15349eb8cbde789"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "588d24cdbd440f6d49b983e74ff04936bc201d7f815de743cf873552470b1f2d"; + sha256_unsigned = "72c3bf63d4095d963c8a354e9f4c2652d4157709e89801fb9a6a7344ad59618e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_ex6100v2-initramfs-fit-zImage.itb"; + sha256 = "ff50294a74a5415a7b0f154deae55c1acf051e72301c005a018137d63da09e19"; + sha256_unsigned = "ff50294a74a5415a7b0f154deae55c1acf051e72301c005a018137d63da09e19"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + model = "EX6100"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "a8217490c62a608bb4ca331277a9e6c940d70f4adddfd76a8a8ee3d56d012c0a"; + sha256_unsigned = "a8217490c62a608bb4ca331277a9e6c940d70f4adddfd76a8a8ee3d56d012c0a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_ex6150v2-initramfs-fit-zImage.itb"; + sha256 = "8eff362feb1f67c80392604ccb81fc8fb87a8c4a98fdd247b79a8c0138a864d2"; + sha256_unsigned = "8eff362feb1f67c80392604ccb81fc8fb87a8c4a98fdd247b79a8c0138a864d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "a3a173104f70fd692fe2cef8d95c0fd58e8b867ef2351085c37f2cb49923aca8"; + sha256_unsigned = "738668bffa76d7b8cbb725bcf44576238ca1b5818f616f65335ea223bec7518a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + model = "EX6150"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_rbr50 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-netgear_rbr50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_rbr50-squashfs-factory.img"; + sha256 = "d83f8cf056e075fdac61a9ba2912265bf44c28e94117c26ee2ca906f20041125"; + sha256_unsigned = "d83f8cf056e075fdac61a9ba2912265bf44c28e94117c26ee2ca906f20041125"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_rbr50-squashfs-sysupgrade.bin"; + sha256 = "d53e6ca318c85205a5f0f30988963b547cfce14122c022c5f013a4fefcaec0e9"; + sha256_unsigned = "b53a7fcef328b32a9f188b06e31c2eea4c53ef9e2d051faaa15e028e6400b640"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_rbr50-initramfs-fit-zImage.itb"; + sha256 = "e63b085ff3a523081c37956d7c2835d6970da42bed01579ff420328f6a9ef51e"; + sha256_unsigned = "e63b085ff3a523081c37956d7c2835d6970da42bed01579ff420328f6a9ef51e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,rbr50" + ]; + titles = [ + { + model = "RBR50"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_rbs50 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-netgear_rbs50"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_rbs50-initramfs-fit-zImage.itb"; + sha256 = "7b075b2e6a126319184ff17ad848e38461c3a62ccec201ce8af8562449c567d3"; + sha256_unsigned = "7b075b2e6a126319184ff17ad848e38461c3a62ccec201ce8af8562449c567d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_rbs50-squashfs-factory.img"; + sha256 = "e915cc44d969d9b82af8e48c7e0022804e9ab1e82c1ce3018418bd13cb7e469e"; + sha256_unsigned = "e915cc44d969d9b82af8e48c7e0022804e9ab1e82c1ce3018418bd13cb7e469e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_rbs50-squashfs-sysupgrade.bin"; + sha256 = "40cf4cc15e058b21a3e9e6b6132acb0bb099fdb9b8ab5d1f2db2b370da04cb8c"; + sha256_unsigned = "290d0b698826b05f486758944811eb4c5efcd103ff28c75a2be516dca309e852"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,rbs50" + ]; + titles = [ + { + model = "RBS50"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_srr60 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-netgear_srr60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_srr60-squashfs-sysupgrade.bin"; + sha256 = "d11ffa7a123a22e0813c8a4c77c425f7702318d7a53f1a14bd67fa86125724ee"; + sha256_unsigned = "14bbabf531207cd1d53c07512e74ca10316be0b2f323bdd56b2d9faa82440383"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_srr60-initramfs-fit-zImage.itb"; + sha256 = "dd9ba6bd7d0271586f25cbd7b4cd0f1cbde4fc2a3a92d6d1b6ce9c89fc49d27d"; + sha256_unsigned = "dd9ba6bd7d0271586f25cbd7b4cd0f1cbde4fc2a3a92d6d1b6ce9c89fc49d27d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_srr60-squashfs-factory.img"; + sha256 = "a7c5e96618afa39910cd54ec293d9ff671b628485989f6d034c795b00ef8bbb9"; + sha256_unsigned = "a7c5e96618afa39910cd54ec293d9ff671b628485989f6d034c795b00ef8bbb9"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,srr60" + ]; + titles = [ + { + model = "SRR60"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_srs60 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-netgear_srs60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_srs60-squashfs-sysupgrade.bin"; + sha256 = "c24d3d509787fb5ed95a8dd1c70d06ef3017327fbbf334f159386d1e3106fd4c"; + sha256_unsigned = "110993425a25bfab7ec03aae6ee8da1b9e6661f38898439b112bfee16deb61a5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_srs60-squashfs-factory.img"; + sha256 = "2009536d0ec2fc1ef81a02d0db736c66a876cf7d7d13eca2a6c12dcd882f0611"; + sha256_unsigned = "2009536d0ec2fc1ef81a02d0db736c66a876cf7d7d13eca2a6c12dcd882f0611"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_srs60-initramfs-fit-zImage.itb"; + sha256 = "b6622333fbeeabb4226f6e28e54de99d20c3e0cd3f3e545706d7b3b0f2bf47d1"; + sha256_unsigned = "b6622333fbeeabb4226f6e28e54de99d20c3e0cd3f3e545706d7b3b0f2bf47d1"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,srs60" + ]; + titles = [ + { + model = "SRS60"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac510 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-netgear_wac510"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_wac510-squashfs-nand-factory.ubi"; + sha256 = "f6dbf5d9aac3291249875a156dee1f053c838a3cef51a4022bfe0ae89dd3b532"; + sha256_unsigned = "f6dbf5d9aac3291249875a156dee1f053c838a3cef51a4022bfe0ae89dd3b532"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_wac510-initramfs-fit-uImage.itb"; + sha256 = "5b0163d3c4590319d57e6ab5f23aaad23d1511d32de99616d4a6ae1d704d7179"; + sha256_unsigned = "5b0163d3c4590319d57e6ab5f23aaad23d1511d32de99616d4a6ae1d704d7179"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_wac510-squashfs-nand-sysupgrade.bin"; + sha256 = "800ba712540716696f14f0ad1edbcc21c607fab0b01b2dce8960e3f72ffec39e"; + sha256_unsigned = "8eabb20bed9c4162b17d73c48466b59731ceadcf18af4dce5a9413adb087e5fe"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-netgear_wac510-squashfs-nand-factory.tar"; + sha256 = "4264f15eb4702169c0dd506f110dc89b9cd3c4e86aae0bf2cab9e57c753612b3"; + sha256_unsigned = "4264f15eb4702169c0dd506f110dc89b9cd3c4e86aae0bf2cab9e57c753612b3"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "netgear,wac510" + ]; + titles = [ + { + model = "WAC510"; + vendor = "Netgear"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-openmesh_a42-initramfs-fit-uImage.itb"; + sha256 = "6c8dc1e78935b3321bcffe4f98a196b9de660c4388032108554af752f294b65b"; + sha256_unsigned = "6c8dc1e78935b3321bcffe4f98a196b9de660c4388032108554af752f294b65b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "34a3f7800795c1b14c6373e0cc7f9136d79c9a90297935133ee81488209919ae"; + sha256_unsigned = "9778fc4085dbc72152001b813bf21f109312df5b5db63eece264bf877eb4378e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "c31ab3b9d958f0720bb735ec592980a6018b16d05939fb0f745b4bcc97f5eaf3"; + sha256_unsigned = "c31ab3b9d958f0720bb735ec592980a6018b16d05939fb0f745b4bcc97f5eaf3"; + type = "factory"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + model = "A42"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "ff7d3bcc7c611ad15754fbe7544abf6b0cc453098be1e8853d3379c7078c3efb"; + sha256_unsigned = "d0b049fffd9acb0112e321910f912d84e7d16001fc40e65e7431fe90eedaaf05"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-openmesh_a62-initramfs-fit-uImage.itb"; + sha256 = "22b4b19ae44fde8e1b37a5137d79587388562d6210e20feba6d547dd27217609"; + sha256_unsigned = "22b4b19ae44fde8e1b37a5137d79587388562d6210e20feba6d547dd27217609"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "cfd470e4560ca980933e044adc7342d1a49198b9592f24719d88e6112bb04e70"; + sha256_unsigned = "cfd470e4560ca980933e044adc7342d1a49198b9592f24719d88e6112bb04e70"; + type = "factory"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + model = "A62"; + vendor = "OpenMesh"; + } + ]; + }; + p2w_r619ac-128m = { + device_packages = [ + "ipq-wifi-p2w_r619ac" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-p2w_r619ac-128m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-p2w_r619ac-128m-squashfs-nand-sysupgrade.bin"; + sha256 = "d73217f69e5425fbd3510c447753a708046eee39cc944c4e7f4595896894d04f"; + sha256_unsigned = "95d9934372eae8d30951d3254966f0e708d49e259119d8d48828663177bc93dd"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-p2w_r619ac-128m-squashfs-nand-factory.ubi"; + sha256 = "223ba708670b0ac3da5e38d8c2ae77a22752bc45a2ce301a5ba6b7f629400cef"; + sha256_unsigned = "223ba708670b0ac3da5e38d8c2ae77a22752bc45a2ce301a5ba6b7f629400cef"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-p2w_r619ac-128m-initramfs-fit-zImage.itb"; + sha256 = "0e4d6409cab58c8ec0003a7105f0796e97dfa2dc302718d417d96cb00c018ffd"; + sha256_unsigned = "0e4d6409cab58c8ec0003a7105f0796e97dfa2dc302718d417d96cb00c018ffd"; + type = "kernel"; + } + ]; + supported_devices = [ + "p2w,r619ac-128m" + ]; + titles = [ + { + model = "R619AC"; + variant = "128M NAND"; + vendor = "P&W"; + } + ]; + }; + p2w_r619ac-64m = { + device_packages = [ + "ipq-wifi-p2w_r619ac" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-p2w_r619ac-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-factory.bin"; + sha256 = "fb02560863ed358ad5c6e0527f58554fed2ba8d9b692866b56dd2b0bb58df2c3"; + sha256_unsigned = "fb02560863ed358ad5c6e0527f58554fed2ba8d9b692866b56dd2b0bb58df2c3"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-sysupgrade.bin"; + sha256 = "a99c10503175cc9bba1532c1f12ba96de120c5a9cd180c87e055c0b4b657fe1a"; + sha256_unsigned = "3f2bc684bcec19bca1453aee308cdadba81fca5a9014aaaeecdbf6f6dffc6ccd"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-p2w_r619ac-64m-squashfs-nand-factory.ubi"; + sha256 = "b64f9e3bf7a110b27a4a40b56d2356c0fb97eecfba05bc3dd9c674b34f776219"; + sha256_unsigned = "b64f9e3bf7a110b27a4a40b56d2356c0fb97eecfba05bc3dd9c674b34f776219"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-p2w_r619ac-64m-initramfs-fit-zImage.itb"; + sha256 = "c4ce9754b79b77633202ecdc9a6f6c13b3872dc1ec9dac888b305a6e9ab28329"; + sha256_unsigned = "c4ce9754b79b77633202ecdc9a6f6c13b3872dc1ec9dac888b305a6e9ab28329"; + type = "kernel"; + } + ]; + supported_devices = [ + "p2w,r619ac-64m" + ]; + titles = [ + { + model = "R619AC"; + variant = "64M NAND"; + vendor = "P&W"; + } + ]; + }; + plasmacloud_pa1200 = { + device_packages = [ + "ipq-wifi-plasmacloud_pa1200" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-plasmacloud_pa1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-plasmacloud_pa1200-squashfs-sysupgrade.bin"; + sha256 = "e7a77015f05b9ccbfcf313177fd90ccc798f9ebdaa7400e2bbd1c153f7dc3411"; + sha256_unsigned = "759741d84122a36b60246b95a3dbfc4c3e7d7a2a8ab66072e4e0971f503eecab"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-plasmacloud_pa1200-squashfs-factory.bin"; + sha256 = "3fafb91d21788369af5dae2c5464fd6beb25dab16d67bc552df97bad6318cbd5"; + sha256_unsigned = "3fafb91d21788369af5dae2c5464fd6beb25dab16d67bc552df97bad6318cbd5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-plasmacloud_pa1200-initramfs-fit-uImage.itb"; + sha256 = "680ddc6acc06cfb84453b8c3583ba078d5681439488028ebc34033ff3d370a7f"; + sha256_unsigned = "680ddc6acc06cfb84453b8c3583ba078d5681439488028ebc34033ff3d370a7f"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa1200" + ]; + titles = [ + { + model = "PA1200"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "ipq-wifi-plasmacloud_pa2200" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-plasmacloud_pa2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-plasmacloud_pa2200-squashfs-sysupgrade.bin"; + sha256 = "be3bfc06d792e75af47e59b31a228a1fbbfb27b2eaf7179092deeb927b94ae9b"; + sha256_unsigned = "98c258769c528271df2d5c68f8443bb7fe8bd62857b1faf821cfb2394856bb1c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-plasmacloud_pa2200-initramfs-fit-uImage.itb"; + sha256 = "0f57a850aafe454ea7991540ed771bcc773eafe25da9fef5abe7434777e49126"; + sha256_unsigned = "0f57a850aafe454ea7991540ed771bcc773eafe25da9fef5abe7434777e49126"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-plasmacloud_pa2200-squashfs-factory.bin"; + sha256 = "83a7768c3f0222b79b6ea5c82d28b62c13d6e193251fad8b0a3e5f2cdf0c16bc"; + sha256_unsigned = "83a7768c3f0222b79b6ea5c82d28b62c13d6e193251fad8b0a3e5f2cdf0c16bc"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa2200" + ]; + titles = [ + { + model = "PA2200"; + vendor = "Plasma Cloud"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ + "ipq-wifi-qxwlan_e2600ac-c2" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"; + sha256 = "c65025b595c3b4c53cc44c4cdd08ec6fa708b41601467612f8e31a9f23c27974"; + sha256_unsigned = "8b36078c8e9876a7891ef8d6f2de37e9f003edd00a02b77dbaccfadaff5259ad"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi"; + sha256 = "2a29091145660c5abd222043c24284298441fb872d2a0426246ae15edcede534"; + sha256_unsigned = "2a29091145660c5abd222043c24284298441fb872d2a0426246ae15edcede534"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-qxwlan_e2600ac-c2-initramfs-fit-uImage.itb"; + sha256 = "e14d6278c7dbc0e4814b90ae7d8e6c66f5e0fd56415af7ca0ffe4057dc6c8f65"; + sha256_unsigned = "e14d6278c7dbc0e4814b90ae7d8e6c66f5e0fd56415af7ca0ffe4057dc6c8f65"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C2"; + vendor = "Qxwlan"; + } + ]; + }; + teltonika_rutx10 = { + device_packages = [ + "ipq-wifi-teltonika_rutx" + "kmod-bluetooth" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-teltonika_rutx10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-teltonika_rutx10-squashfs-nand-factory.ubi"; + sha256 = "57c9f4c99bcc32c412b77b580f32c864ecbd3ba259e48ca1afb18dceec472162"; + sha256_unsigned = "57c9f4c99bcc32c412b77b580f32c864ecbd3ba259e48ca1afb18dceec472162"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-teltonika_rutx10-initramfs-fit-uImage.itb"; + sha256 = "8d0426cf408fc2d424c1494ec9b7bf611cbf45d3282f6923f228978db7257f66"; + sha256_unsigned = "8d0426cf408fc2d424c1494ec9b7bf611cbf45d3282f6923f228978db7257f66"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-teltonika_rutx10-squashfs-nand-sysupgrade.bin"; + sha256 = "8b766a986ddd49eba09dc14c0ade5c1e7bf61626fd2302987f1d0192c3e7094a"; + sha256_unsigned = "67e66336e32a776a687304ba7372d6884016202eaec77d4b8334837ab8357a92"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rutx10" + ]; + titles = [ + { + model = "RUTX10"; + vendor = "Teltonika"; + } + ]; + }; + zte_mf286d = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-zte_mf286d" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-zte_mf286d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-zte_mf286d-initramfs-fit-zImage.itb"; + sha256 = "e80236da596269d90f9dbf9cb5a23bc7260a89ad0b596939ecb312d31fc8e41b"; + sha256_unsigned = "e80236da596269d90f9dbf9cb5a23bc7260a89ad0b596939ecb312d31fc8e41b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-zte_mf286d-squashfs-sysupgrade.bin"; + sha256 = "4a4e3d9cfef0f6b533ec025cadf5c628f60801a10fe3b80f387568294c6de2d2"; + sha256_unsigned = "93cf0032940a80fde6cda57f0fce9e489523433542f3455b0ac10657a27a5ee2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf286d" + ]; + titles = [ + { + model = "MF286D"; + vendor = "ZTE"; + } + ]; + }; + zte_mf289f = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-zte_mf289f" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-zte_mf289f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-zte_mf289f-squashfs-sysupgrade.bin"; + sha256 = "ac5d9716bc33cf0129a0c04892d90189c57a29ee9dc12b6956f00fe6177cef70"; + sha256_unsigned = "fc17ada35bfef9ae581208a76a12b2676fe9e54c8959f8e5ff1b77af1272c7dc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-zte_mf289f-initramfs-fit-zImage.itb"; + sha256 = "73c7f0ac318cc2945e2801554eefb5bd303cc3041b56e4bcd58b9e597d46999d"; + sha256_unsigned = "73c7f0ac318cc2945e2801554eefb5bd303cc3041b56e4bcd58b9e597d46999d"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf289f" + ]; + titles = [ + { + model = "MF289F"; + vendor = "ZTE"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-zyxel_nbg6617-initramfs-fit-uImage.itb"; + sha256 = "72727bf7ae17930a62a9ca3a54849d1ab0ef92b14efbb66fa7a4202a58667f9f"; + sha256_unsigned = "72727bf7ae17930a62a9ca3a54849d1ab0ef92b14efbb66fa7a4202a58667f9f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "bce90d5d334372e59d6d6f0ad22416c6f3b648ffaa4da295e0c93d4d0272c34a"; + sha256_unsigned = "927d1c248ecdc52586feefb8460f69367c481a81bfffbca02b52cc98ffe1fc4e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "c62c02020bfd4333d21af1cd3863006a65235589e1ee4347ba23dde1911ef1e1"; + sha256_unsigned = "c62c02020bfd4333d21af1cd3863006a65235589e1ee4347ba23dde1911ef1e1"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + model = "NBG6617"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wre6606 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-generic-zyxel_wre6606"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-generic-zyxel_wre6606-initramfs-fit-uImage.itb"; + sha256 = "995438bd7590788389f0befc1df1c27a39158b1c4eb35cacf978903a40c7035b"; + sha256_unsigned = "995438bd7590788389f0befc1df1c27a39158b1c4eb35cacf978903a40c7035b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"; + sha256 = "64ed67bbe995c90dde8c80b55155148b21fbd0fc4d50b15da0fb8d5e983cb460"; + sha256_unsigned = "13a71e83bff5bcb1feee65bad8166104cede311c383f5703d828906834a83567"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wre6606" + ]; + titles = [ + { + model = "WRE6606"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "ipq40xx/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + mikrotik = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + mikrotik_cap-ac = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-mikrotik-mikrotik_cap-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-mikrotik-mikrotik_cap-ac-squashfs-sysupgrade.bin"; + sha256 = "bcd556c2e5789739acaa9a66b1e9414d4b48f704fe6f96b1459e866415aa9858"; + sha256_unsigned = "594f049254819f42cde473a7e9d99f8e658c42fbe1374ba67c6f1e6c1fb3186e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-mikrotik-mikrotik_cap-ac-initramfs-kernel.bin"; + sha256 = "3962a9df204b97071b44319c804e8fbf82be3b483c12e61ee4ff7b83d6f485b6"; + sha256_unsigned = "3962a9df204b97071b44319c804e8fbf82be3b483c12e61ee4ff7b83d6f485b6"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,cap-ac" + ]; + titles = [ + { + model = "cAP ac"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_hap-ac2 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-mikrotik-mikrotik_hap-ac2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-mikrotik-mikrotik_hap-ac2-initramfs-kernel.bin"; + sha256 = "63f1946dafd0f4effec0868fbc75bd5d5a3bdbe3d01e25edc2ee888792d9e318"; + sha256_unsigned = "63f1946dafd0f4effec0868fbc75bd5d5a3bdbe3d01e25edc2ee888792d9e318"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-mikrotik-mikrotik_hap-ac2-squashfs-sysupgrade.bin"; + sha256 = "59e1958c02e7de250a45e9545895b90f49a4ebb743ef54e82a992b02ffaa4ef1"; + sha256_unsigned = "c5c0ad4474f2480fd39c418b64d0aa9cb53240fec47e9126cdc49da3ccf0e003"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac2" + ]; + titles = [ + { + model = "hAP ac2"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_hap-ac3 = { + device_packages = [ + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-mikrotik-mikrotik_hap-ac3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-mikrotik-mikrotik_hap-ac3-squashfs-nand-sysupgrade.bin"; + sha256 = "a09eb793035c2af3b6aa79ac626c5fef51a2b41b3653d27d0807d3091e394e1d"; + sha256_unsigned = "4b27c6713c713047385ab891868e0c343ec397f09f895f27d1cb919585a6da0d"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-mikrotik-mikrotik_hap-ac3-initramfs-kernel.bin"; + sha256 = "17d229ea71e48ab3396b50e91479dbb23de05469c6a134e913e568d926b9c2d4"; + sha256_unsigned = "17d229ea71e48ab3396b50e91479dbb23de05469c6a134e913e568d926b9c2d4"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac3" + ]; + titles = [ + { + model = "hAP ac3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_lhgg-60ad = { + device_packages = [ + "-kmod-ath10k-ct" + "-ath10k-firmware-qca4019-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-mikrotik-mikrotik_lhgg-60ad"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-mikrotik-mikrotik_lhgg-60ad-squashfs-sysupgrade.bin"; + sha256 = "110e4c1fbf58fc7ec86a35b73700a66d27df20bda74e7b70a07e0a82143d64eb"; + sha256_unsigned = "edfc36ee073b9e3b79dc00dee0a265afa8f7b3a16bf00c45f746fd058645e0d9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-mikrotik-mikrotik_lhgg-60ad-initramfs-kernel.bin"; + sha256 = "b91d0d3d211a3e5f2209f6def0f4e1840b5c7c7613d27a4e29fd07898c389d89"; + sha256_unsigned = "b91d0d3d211a3e5f2209f6def0f4e1840b5c7c7613d27a4e29fd07898c389d89"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,lhgg-60ad" + ]; + titles = [ + { + model = "Wireless Wire Dish LHGG-60ad"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_sxtsq-5-ac = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-initramfs-kernel.bin"; + sha256 = "c5cc798f36fb857da418ef61ad908cacd866ef570829b8a13e57523d191af76d"; + sha256_unsigned = "c5cc798f36fb857da418ef61ad908cacd866ef570829b8a13e57523d191af76d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-squashfs-sysupgrade.bin"; + sha256 = "a1fba63cb756396cd64262f6213bbd6544ae253b272af6e2336a5912d6e70416"; + sha256_unsigned = "264133fe8e150d279a6d67872e3de56fffcf6f9fef456e9694c14900e933110d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,sxtsq-5-ac" + ]; + titles = [ + { + model = "SXTsq 5 ac (RBSXTsqG-5acD)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "ipq40xx/mikrotik"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + ipq806x = { + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-phy-qcom-ipq806x-usb" + "kmod-usb-dwc3-qcom" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + arris_tr4400-v2 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-arris_tr4400-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-arris_tr4400-v2-initramfs-uImage"; + sha256 = "90d901fb45ba9cbe4b8071d591f0ad99ef3ed85578bf3691abc04b4c921a2b8e"; + sha256_unsigned = "90d901fb45ba9cbe4b8071d591f0ad99ef3ed85578bf3691abc04b4c921a2b8e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-arris_tr4400-v2-squashfs-sysupgrade.bin"; + sha256 = "c2a528257c984a71a904a92b60c6773021a7af44920c9e62ba17521731d98f9b"; + sha256_unsigned = "2af3b5e3278b8762605bea67671e31e097ffc9c96cb3765520019753f73c01ba"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arris,tr4400-v2" + ]; + titles = [ + { + model = "TR4400"; + variant = "v2"; + vendor = "Arris"; + } + ]; + }; + askey_rt4230w-rev6 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-askey_rt4230w-rev6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-askey_rt4230w-rev6-initramfs-uImage"; + sha256 = "b9eac3864cdddcdfa882f32ced9c96de496bc0e2fe1dde477ead11215d57358d"; + sha256_unsigned = "b9eac3864cdddcdfa882f32ced9c96de496bc0e2fe1dde477ead11215d57358d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-askey_rt4230w-rev6-squashfs-sysupgrade.bin"; + sha256 = "3c3d6a83829fa950c212c6743a78640f2ed1c46f7cfbc4a338e953ff5f65b70c"; + sha256_unsigned = "5aa4f3c022ce82ff583aabab901862c01b919122e5a9a8add31786fb0b3688a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "askey,rt4230w-rev6" + ]; + titles = [ + { + model = "RT4230W"; + variant = "REV6"; + vendor = "Askey"; + } + ]; + }; + asrock_g10 = { + device_packages = [ + "kmod-i2c-gpio" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-asrock_g10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-asrock_g10-initramfs-fit-uImage.itb"; + sha256 = "f8db5ade681c3523beaef63912b9fec1f91614a9a8312345c140a137ec0b0c64"; + sha256_unsigned = "f8db5ade681c3523beaef63912b9fec1f91614a9a8312345c140a137ec0b0c64"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-asrock_g10-squashfs-nand-factory.bin"; + sha256 = "1d142de0a0c11e3b71a4cfeee376db733de5a18ae3bfa2723814b55ad8a1a5ee"; + sha256_unsigned = "1d142de0a0c11e3b71a4cfeee376db733de5a18ae3bfa2723814b55ad8a1a5ee"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-asrock_g10-squashfs-nand-sysupgrade.bin"; + sha256 = "61eea8fc0d10d807d8433c6d4a53d030edccff7821f6629ae3e5edcd36198c23"; + sha256_unsigned = "f1ab4449678430715079c705b79fefd64684d03d47d15757b4548d47341eaaae"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "asrock,g10" + ]; + titles = [ + { + model = "G10"; + vendor = "ASRock"; + } + ]; + }; + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-buffalo_wxr-2533dhp-initramfs-uImage"; + sha256 = "666b160ead17bd40b8c050ec6219603ff4e2654bf828685d81f72084913b609d"; + sha256_unsigned = "666b160ead17bd40b8c050ec6219603ff4e2654bf828685d81f72084913b609d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "db8dd5eba885d25368743b16124ce616676e8c3a8e773102a5edbb3f1d8e812b"; + sha256_unsigned = "0d1f26e80602a91bb921c575d36dc1cd9a8b408b0b9aa5efb8600d3a23d515ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + model = "WXR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "b8937f5e2ee9cf6b46ae6512c8a1d2d0de3de63f093ba4a7c095b0f9ce4b2594"; + sha256_unsigned = "e71781e0b168c1acd5ca6b9e4ecff1f5563f307a5e77267d030a6d34fe165eec"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-compex_wpq864-initramfs-fit-uImage.itb"; + sha256 = "5f2ccd85e295cd568eb5cb58c3346be19046b969e088ce71575d72a706f6b282"; + sha256_unsigned = "5f2ccd85e295cd568eb5cb58c3346be19046b969e088ce71575d72a706f6b282"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "be0957425b8bfc3391ef02323cdaaea9f0c2637408c112a5967abeb86466e734"; + sha256_unsigned = "be0957425b8bfc3391ef02323cdaaea9f0c2637408c112a5967abeb86466e734"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + model = "WPQ864"; + vendor = "Compex"; + } + ]; + }; + edgecore_ecw5410 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ipq-wifi-edgecore_ecw5410" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-edgecore_ecw5410"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-edgecore_ecw5410-initramfs-fit-uImage.itb"; + sha256 = "500a9f296df391375e752f8ad7ad0cccdbbebc25437a0a44b9dd0c3fddac010c"; + sha256_unsigned = "500a9f296df391375e752f8ad7ad0cccdbbebc25437a0a44b9dd0c3fddac010c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-edgecore_ecw5410-squashfs-nand-sysupgrade.bin"; + sha256 = "cd55f20a9a8acf19771643f89e6f06e4fbaddd4f730026ea2432105f9f07093d"; + sha256_unsigned = "3673b28336789d986e2afab75ce7101347b0ac8fd51d2f76fefb288bf95ab662"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-edgecore_ecw5410-squashfs-nand-factory.bin"; + sha256 = "1d9a20ecc41bf39b2ec8b69794406ffa4c6d209daca4a4223e9af16faa10c775"; + sha256_unsigned = "1d9a20ecc41bf39b2ec8b69794406ffa4c6d209daca4a4223e9af16faa10c775"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "edgecore,ecw5410" + ]; + titles = [ + { + model = "ECW5410"; + vendor = "Edgecore"; + } + ]; + }; + linksys_ea7500-v1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-linksys_ea7500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-linksys_ea7500-v1-initramfs-uImage"; + sha256 = "7877584beca9c2ea502eb869055531bad7cd24640cf2ef54b49da234c255b331"; + sha256_unsigned = "7877584beca9c2ea502eb869055531bad7cd24640cf2ef54b49da234c255b331"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-linksys_ea7500-v1-squashfs-sysupgrade.bin"; + sha256 = "e16210e299376005fc730a53d4f441c89d7c1a17aeab83fa52cf5044427023e9"; + sha256_unsigned = "80b570efa3142f26d657a397010bf1e2f9f2cd5ae2d933a267998b89d8928fa1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-linksys_ea7500-v1-squashfs-factory.bin"; + sha256 = "dfbda89b12a976978936d8452ae2cafc8a1052be4b577dfad70518900c96b0e1"; + sha256_unsigned = "dfbda89b12a976978936d8452ae2cafc8a1052be4b577dfad70518900c96b0e1"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7500-v1" + ]; + titles = [ + { + model = "EA7500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "5e9cb5c00f36baba885577632a63507c12f7886eb41b90127490ea92e30e1182"; + sha256_unsigned = "5e9cb5c00f36baba885577632a63507c12f7886eb41b90127490ea92e30e1182"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-linksys_ea8500-initramfs-uImage"; + sha256 = "bafd0c836701b9f56a4053bbaa437a34aba97cff0c5e2213ad5c9af376519366"; + sha256_unsigned = "bafd0c836701b9f56a4053bbaa437a34aba97cff0c5e2213ad5c9af376519366"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "08ef7e845a4038078a877ed38bfa4f4ac88c1bccebaaba3fa2becf8920b79d60"; + sha256_unsigned = "f114462438abc7fbeda2349c95dac69f7c07669440932fe3fe500776e35f346b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + model = "EA8500"; + vendor = "Linksys"; + } + ]; + }; + meraki_mr42 = { + device_packages = [ + "-swconfig" + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-phy-qcom-ipq806x-usb" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "-uboot-envtools" + "ath10k-firmware-qca9887-ct" + "ath10k-firmware-qca99x0-ct" + "kmod-eeprom-at24" + "kmod-hwmon-ina2xx" + "kmod-leds-tlc591xx" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-meraki_mr42"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-meraki_mr42-initramfs-fit-uImage.itb"; + sha256 = "1193cf5a417005538d5ca69a62b53350cafdf9c5bc0cdec1440280c80a1a5eda"; + sha256_unsigned = "1193cf5a417005538d5ca69a62b53350cafdf9c5bc0cdec1440280c80a1a5eda"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-meraki_mr42-squashfs-sysupgrade.bin"; + sha256 = "442ae8193306c4d36b1ee568602e522be5a86b22a0cbaf82e1dcb53e34815264"; + sha256_unsigned = "70b98262e730047b1b32913f099baba5945ae1759bf80def825e7dff37ca692f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr42" + ]; + titles = [ + { + model = "MR42"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mr52 = { + device_packages = [ + "-swconfig" + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-phy-qcom-ipq806x-usb" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "-uboot-envtools" + "ath10k-firmware-qca9887-ct" + "ath10k-firmware-qca9984-ct" + "kmod-eeprom-at24" + "kmod-hwmon-ina2xx" + "kmod-leds-tlc591xx" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-meraki_mr52"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-meraki_mr52-initramfs-fit-uImage.itb"; + sha256 = "9af050118b8b145764d4c557aea73e4482e085477fdbf0de91730d78effbcd4d"; + sha256_unsigned = "9af050118b8b145764d4c557aea73e4482e085477fdbf0de91730d78effbcd4d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-meraki_mr52-squashfs-sysupgrade.bin"; + sha256 = "e6a620f9163a9f5796897ae27484df234239f6f9850c3ef850851d72fa6960bb"; + sha256_unsigned = "440080a8c939f5f4a977844337d11c89581281e8d8ebd5907d809429e72251fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr52" + ]; + titles = [ + { + model = "MR52"; + vendor = "Cisco Meraki"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-nec_wg2600hp-initramfs-uImage"; + sha256 = "11150d03c9a3d0a9198d3062baede8dc1bc08422a7c94fe3ec2d21e5361f2b64"; + sha256_unsigned = "11150d03c9a3d0a9198d3062baede8dc1bc08422a7c94fe3ec2d21e5361f2b64"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "666f6a7dc8340ab79b6b0f077c9b8c103297e71c74e1f9f057177c0e9dc6a95e"; + sha256_unsigned = "cc7d94316a7bc15ce5f77f64bf0d8c23c5021d488b0a8b9d8026cec1fba55a7c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + model = "Aterm WG2600HP"; + vendor = "NEC"; + } + ]; + }; + nec_wg2600hp3 = { + device_packages = [ + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-usb-phy-qcom-dwc3" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "ath10k-firmware-qca9984-ct" + "ipq-wifi-nec_wg2600hp3" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-nec_wg2600hp3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-nec_wg2600hp3-squashfs-sysupgrade.bin"; + sha256 = "f7958f7a43b0e3529da61c30c412c16cd228763fc15cf1fed17d762a6f0424ce"; + sha256_unsigned = "e36b095e072eaa766a73f669067e1f870b739eeb37fcf77208e9ed8fb623daa9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-nec_wg2600hp3-initramfs-uImage"; + sha256 = "e086f971a2c9f12ef4fbd053d00e788848d1b6b5eb64b42dc87c5499da5bee36"; + sha256_unsigned = "e086f971a2c9f12ef4fbd053d00e788848d1b6b5eb64b42dc87c5499da5bee36"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg2600hp3" + ]; + titles = [ + { + model = "Aterm WG2600HP3"; + vendor = "NEC Platforms"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "e7d8809ec850d1af30e2a570af83e37b3c3d10409cc8cc3cb0e948141f5addf8"; + sha256_unsigned = "0c22958e3db0c35e1289b610c5e916fcd6249defb6acd1dddd66763736c4f43d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-netgear_d7800-initramfs-uImage"; + sha256 = "d329336a07ab93b4c8e6fba2e4c060a0d28f5cbb4b9916a1fcab064109656d26"; + sha256_unsigned = "d329336a07ab93b4c8e6fba2e4c060a0d28f5cbb4b9916a1fcab064109656d26"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "119201e1870f464f11253174e169b52bbd525f8fc7aa2449e51ab3b219b68525"; + sha256_unsigned = "119201e1870f464f11253174e169b52bbd525f8fc7aa2449e51ab3b219b68525"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + model = "Nighthawk X4 D7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "a690383ca56f367598c39fe65086919193d554f49f47eb5d77e18c7bcec25be4"; + sha256_unsigned = "a690383ca56f367598c39fe65086919193d554f49f47eb5d77e18c7bcec25be4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-netgear_r7500-initramfs-uImage"; + sha256 = "a3f9f85aa26917d99af32ff1f1ecdc2666eb35ef12da73443f11a8011e2ceb84"; + sha256_unsigned = "a3f9f85aa26917d99af32ff1f1ecdc2666eb35ef12da73443f11a8011e2ceb84"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "d2371f34d04393eb0a683ec01afea9f5a2893c8eae0cc2cca926ccd90fdae349"; + sha256_unsigned = "69d09b3ddd06cab292e0b184ee4a6403ffa97804a3d76f4ebd43a85a70bb73a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "c75b5016bbee49a8821bfff294412185473d51f99c61dca8ee98a31c8a298b59"; + sha256_unsigned = "c75b5016bbee49a8821bfff294412185473d51f99c61dca8ee98a31c8a298b59"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "2f39103bbc7d7429f7d5d69f0d6a3ac131ee246aba8f7cb3fe9f0f8260c6c6c8"; + sha256_unsigned = "6f942ad88a1ac71bba863c6824f0f0bfcf04e35b86da1d3640b9d49fb4a65bab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-netgear_r7500v2-initramfs-uImage"; + sha256 = "393ed12b8ee0ff1727b822cc14cdefe596cdab4150b4fbaa63e360b747c479cc"; + sha256_unsigned = "393ed12b8ee0ff1727b822cc14cdefe596cdab4150b4fbaa63e360b747c479cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ramoops" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "4ee6dc1860d3eadbefd222546aeb54379caedc93aaef1c25d41f59830ee85cf1"; + sha256_unsigned = "4ee6dc1860d3eadbefd222546aeb54379caedc93aaef1c25d41f59830ee85cf1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-netgear_r7800-initramfs-uImage"; + sha256 = "623d7b81fe95ff79b158a86c2c91e941ba99187f2d8979c9c411d8c5cadbc89e"; + sha256_unsigned = "623d7b81fe95ff79b158a86c2c91e941ba99187f2d8979c9c411d8c5cadbc89e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "abc52ff1248f6ec415776f6f23e9229cdadc1eccfa459d018d79ae5645ce972c"; + sha256_unsigned = "3c19ae5c5e9438b3de78e582c24a83636e9dd9b1e65b7bbd204cc00ad489438c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + model = "Nighthawk X4S R7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_xr500 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ramoops" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-netgear_xr500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-netgear_xr500-initramfs-uImage"; + sha256 = "00ac9b8cf4b1743b72606f05e7fc0bcfc99440d6eccf6fd8656ccb8ec49a2efe"; + sha256_unsigned = "00ac9b8cf4b1743b72606f05e7fc0bcfc99440d6eccf6fd8656ccb8ec49a2efe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-netgear_xr500-squashfs-factory.img"; + sha256 = "f4bab9a1dd465ec8f43e7e9c11b6f810c6e8bbda9c0ee3f3475d28dc2ef72be1"; + sha256_unsigned = "f4bab9a1dd465ec8f43e7e9c11b6f810c6e8bbda9c0ee3f3475d28dc2ef72be1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-netgear_xr500-squashfs-sysupgrade.bin"; + sha256 = "29ebe2902d7fd61514d68df355f7642952acc3e83322503289e62fe0c1fda18f"; + sha256_unsigned = "94ea5a646b430eb82d24214c4fe2a95ad65380130d3ad0f2f053600c7794f19e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,xr500" + ]; + titles = [ + { + model = "Nighthawk XR500"; + vendor = "NETGEAR"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "13538fe015c86a5bca45625c2eb2080df796f22bcdaba925e7be27c0fa8f5f26"; + sha256_unsigned = "8b23f031be22542d2f911f6ea4c554beba8bbd8ec00c8c867f597f6c03ed9068"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-qcom_ipq8064-ap148-initramfs-fit-uImage.itb"; + sha256 = "d317486af6187f137a0034ec2b29e8239be3ecf0378b1b4f79633dd68fc98fbc"; + sha256_unsigned = "d317486af6187f137a0034ec2b29e8239be3ecf0378b1b4f79633dd68fc98fbc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "f5ad2e4d28fdb126c62b62db9afbab13a7a070fc39e919704cde5d6cb4a5ac1a"; + sha256_unsigned = "f5ad2e4d28fdb126c62b62db9afbab13a7a070fc39e919704cde5d6cb4a5ac1a"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "standard"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-qcom_ipq8064-ap148-legacy-initramfs-uImage"; + sha256 = "f2388fc49b27fe53136b6dd235e49498bf75b90ace18a89a59b30a927f22163d"; + sha256_unsigned = "f2388fc49b27fe53136b6dd235e49498bf75b90ace18a89a59b30a927f22163d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "f726a3fa0630e5f4b6281671b09e5526f8d155a40e7f7dfaf818dad2b3bc903b"; + sha256_unsigned = "f726a3fa0630e5f4b6281671b09e5526f8d155a40e7f7dfaf818dad2b3bc903b"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "041b668de021a45e02d58f19c5d2a6ed92a172892fa4587834d191ee48315a81"; + sha256_unsigned = "e1128c835a5c33fb4e668dc4501bada239f87a77eac711ad0e6e9a959c1fd92a"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "legacy"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "1067fcdcb86478d5ac6b9522d79436accbb3642f20dfc8fe50a52db817813634"; + sha256_unsigned = "d1360cb5e782981816389571fb3315dafe5fa5f36580ff923724d03c7eb22c3b"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "21728739ae77e2db89bb0b7e28ffe402660501dbaa4919b96c352aef70ef597e"; + sha256_unsigned = "21728739ae77e2db89bb0b7e28ffe402660501dbaa4919b96c352aef70ef597e"; + type = "nand-factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-qcom_ipq8064-ap161-initramfs-fit-uImage.itb"; + sha256 = "d4a0bf088d2fd10fc19e94f16b4b918d6b91cd6bde31bb026505a2f78a96086d"; + sha256_unsigned = "d4a0bf088d2fd10fc19e94f16b4b918d6b91cd6bde31bb026505a2f78a96086d"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + model = "AP161"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-db149 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-qcom_ipq8064-db149"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-qcom_ipq8064-db149-squashfs-sysupgrade.bin"; + sha256 = "d7ac082cbeef0e2093b6d2e66cab9f7a07fa0a5071f234b79da8f9c679aed98d"; + sha256_unsigned = "86abf12bbde4c51066121182bd14e9d8121dd286e3458e954a2bcd22dfffa00f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-qcom_ipq8064-db149-initramfs-fit-uImage.itb"; + sha256 = "ab8448f68d28e04449b99090fc47c0a57080451658957f5e1f13449dbe3b4bbf"; + sha256_unsigned = "ab8448f68d28e04449b99090fc47c0a57080451658957f5e1f13449dbe3b4bbf"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-db149" + ]; + titles = [ + { + model = "DB149"; + vendor = "Qualcomm"; + } + ]; + }; + tplink_ad7200 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-tplink_ad7200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-tplink_ad7200-initramfs-uImage"; + sha256 = "6a6d4a9d1f6c2c097647c1a788c7b6417482f218b7f84912e16f768a90d1e521"; + sha256_unsigned = "6a6d4a9d1f6c2c097647c1a788c7b6417482f218b7f84912e16f768a90d1e521"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-tplink_ad7200-squashfs-sysupgrade.bin"; + sha256 = "aadeeb7643a22846af8346d75de950d5f29b0e14e3ba16c47e0b668aeacf8b44"; + sha256_unsigned = "2ed9d14da43a7fd3c90527d2144492eb06cae94899fe4725f488c9846d5416ed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-tplink_ad7200-squashfs-factory.bin"; + sha256 = "9462331e62b2e40152224b95b5ece446b162b82cf01d6c1b4de96e9cdd771b5d"; + sha256_unsigned = "9462331e62b2e40152224b95b5ece446b162b82cf01d6c1b4de96e9cdd771b5d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,ad7200" + ]; + titles = [ + { + model = "AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + { + model = "Talon AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "26648ded1d44e9555abef1cd478a5b971464efaf129e769a3ce54a7fb8d38806"; + sha256_unsigned = "69f7242bfcdff001cac2d409b3d6ef9e3125be0bfd9e64546f919e9b0afc405f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "49d45dacae47eaee9f5c82443b965aa93d2ff988f68d0123638892159982b542"; + sha256_unsigned = "49d45dacae47eaee9f5c82443b965aa93d2ff988f68d0123638892159982b542"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-tplink_c2600-initramfs-uImage"; + sha256 = "37fcd763e3efd7e657f90b0317feabc0fb578d3d8bd919a98b8710a8e22740dd"; + sha256_unsigned = "37fcd763e3efd7e657f90b0317feabc0fb578d3d8bd919a98b8710a8e22740dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + model = "Archer C2600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "adeac9bd11304a4a404d6b938faaf8cac789b9fe0c8accc7be295f2021c6483b"; + sha256_unsigned = "87a60c2a03e63c1b07b6faace76974529ba0840edb2bac841bd995e21bc4be00"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-tplink_vr2600v-initramfs-uImage"; + sha256 = "c2799187b5a9f4bdecbce0478f582acaea8a34395632c0fd8959e57fcea5fccf"; + sha256_unsigned = "c2799187b5a9f4bdecbce0478f582acaea8a34395632c0fd8959e57fcea5fccf"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + model = "Archer VR2600v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_unifi-ac-hd = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-ubnt_unifi-ac-hd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-ubnt_unifi-ac-hd-initramfs-fit-uImage.itb"; + sha256 = "16e526f25a2fb7ae2b22a023c4d07127b05f94b7ee21017edaabaddbb52e6c60"; + sha256_unsigned = "16e526f25a2fb7ae2b22a023c4d07127b05f94b7ee21017edaabaddbb52e6c60"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-ubnt_unifi-ac-hd-squashfs-sysupgrade.bin"; + sha256 = "f123c8537b28cfa012d415344187afabc85ac9c4bf675b448647ddfe927ee9fe"; + sha256_unsigned = "77d97966d48aea83b1e37b5e610bb41af71d28c667956c6185e251a02eccafdf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ac-hd" + ]; + titles = [ + { + model = "UniFi AC HD"; + vendor = "Ubiquiti"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-22.03.5-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ipq806x-generic-zyxel_nbg6817-initramfs-uImage"; + sha256 = "a53a51b1a5ca3971fa634c81d6c8ae850d7b2b227f2e61b0a88190bd2a1e78f4"; + sha256_unsigned = "a53a51b1a5ca3971fa634c81d6c8ae850d7b2b227f2e61b0a88190bd2a1e78f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "bfd2c0404802c373db8bd04ba7fb0febc7cd009d2480f0165042cfe91dbc16dd"; + sha256_unsigned = "be09720a52fd382c61f32520bca245632dac80fae44391a2340e15ee1492834f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "afdd789edce459da4eec00bf8e2bc8a4c074115a23f394288225c98f1f00e8d3"; + sha256_unsigned = "afdd789edce459da4eec00bf8e2bc8a4c074115a23f394288225c98f1f00e8d3"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + model = "NBG6817"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "ipq806x/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + checkpoint_l-50 = { + device_packages = [ + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-mvsdio" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-checkpoint_l-50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-checkpoint_l-50-squashfs-sysupgrade.bin"; + sha256 = "fc774c123558bffd1409aa26829858b20105454cbb0e54f3452fec49f66354c8"; + sha256_unsigned = "d554a58ec85d498e425938a8a4d150c2cb5d80af9a827e547f18f19dbd29dc58"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-checkpoint_l-50-initramfs-uImage"; + sha256 = "fcfe2de5a1295340200265ea1006c9180e6b0d98fce262103d118ef6f22b28d9"; + sha256_unsigned = "fcfe2de5a1295340200265ea1006c9180e6b0d98fce262103d118ef6f22b28d9"; + type = "kernel"; + } + ]; + supported_devices = [ + "checkpoint,l-50" + ]; + titles = [ + { + model = "L-50"; + vendor = "Check Point"; + } + ]; + }; + cisco_on100 = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-cisco_on100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-cisco_on100-squashfs-factory.bin"; + sha256 = "34d416f364ba120d26b9f19ee54a3c4789d70df750ae7ae7d07c5491506ac894"; + sha256_unsigned = "34d416f364ba120d26b9f19ee54a3c4789d70df750ae7ae7d07c5491506ac894"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-cisco_on100-initramfs-uImage"; + sha256 = "1c4dbcf8220637c9943b51966ca42d07b012824f25dc54f2f495c1a7a3938391"; + sha256_unsigned = "1c4dbcf8220637c9943b51966ca42d07b012824f25dc54f2f495c1a7a3938391"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "31a1d5deb2578ae1ce4435098757c34d7834d379d15f06e6b80d84bc21354cce"; + sha256_unsigned = "508c22cc84f987421a6912c04bbd9d2257c944a63dab673fe6862eeeaa2e3a51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cisco,on100" + "on100" + ]; + titles = [ + { + model = "ON100"; + vendor = "Cisco Systems"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-kirkwood-cloudengines_pogoe02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "3859b70c31615010e33c155eff97d4d03d01ef7e10e3d809e8943a6ae9517442"; + sha256_unsigned = "6611d8f6ca1f4fb8048d79a10f4be2cb3f118435cf61e8eb8068c5eb53dfa083"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "2242d3cd9506997359b5d10769bb4e2fc10053439e54287c2a28a49774d56f87"; + sha256_unsigned = "2242d3cd9506997359b5d10769bb4e2fc10053439e54287c2a28a49774d56f87"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-cloudengines_pogoe02-initramfs-uImage"; + sha256 = "925d7c2f9495924f4b2a48b5e7dd98236e9a50ff7ea44627a7274ce2a48ee248"; + sha256_unsigned = "925d7c2f9495924f4b2a48b5e7dd98236e9a50ff7ea44627a7274ce2a48ee248"; + type = "kernel"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + model = "Pogoplug E02"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-mvsdio" + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-cloudengines_pogoplugv4-initramfs-uImage"; + sha256 = "2eff9061aa8f41cee16faa6a4cfdca093da8aa6df862373699d49a3e13617c04"; + sha256_unsigned = "2eff9061aa8f41cee16faa6a4cfdca093da8aa6df862373699d49a3e13617c04"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "53a6ea070ca9ed98146926231bb497eb224dfca7a58046870ca5ee4874f31f49"; + sha256_unsigned = "53a6ea070ca9ed98146926231bb497eb224dfca7a58046870ca5ee4874f31f49"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "668b9e450781b9ed29e1447490d7a8cbf8deb3ae6f164ebd748d26e78412ac11"; + sha256_unsigned = "c4b25dcc39c06e0cd616ae80f6e6593943bb471d687bfb0ee5424a28608f38f5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + model = "Pogoplug V4"; + vendor = "Cloud Engines"; + } + ]; + }; + ctera_c200-v1 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-ctera_c200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-ctera_c200-v1-squashfs-sysupgrade.bin"; + sha256 = "3bb617d0b82a2f3c53539f5907b5ed71099747bf5f372302286408e9b7f0d651"; + sha256_unsigned = "3a7f959565efca6652cd69787deaad44aa6b0643e883cc94ec91f86f413d232a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-ctera_c200-v1-initramfs-factory.firm"; + sha256 = "11d0c99e8e9714760896f024100c9687e4736e30485f02bb69b5ee2b21e8883e"; + sha256_unsigned = "11d0c99e8e9714760896f024100c9687e4736e30485f02bb69b5ee2b21e8883e"; + type = "kernel"; + } + ]; + supported_devices = [ + "ctera,c200-v1" + ]; + titles = [ + { + model = "C200"; + variant = "V1"; + vendor = "Ctera"; + } + ]; + }; + endian_4i-edge-200 = { + device_packages = [ + "kmod-ath9k" + "kmod-mvsdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-endian_4i-edge-200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-endian_4i-edge-200-squashfs-sysupgrade.bin"; + sha256 = "bd40a8c90b772a39c22e4281c77a92c5443c00de8adb711ed9900cc6c8036927"; + sha256_unsigned = "287059ce8a1c61c649876d87141e9f40f83f1d5a3dc1c65a70187562ec6d77d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-endian_4i-edge-200-initramfs-uImage"; + sha256 = "d1ad9ffd20d711d82ade375d2c9fb09a429fed18d73d3bb110aed0ca2a30e6ee"; + sha256_unsigned = "d1ad9ffd20d711d82ade375d2c9fb09a429fed18d73d3bb110aed0ca2a30e6ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "endian,4i-edge-200" + ]; + titles = [ + { + model = "4i Edge 200"; + vendor = "Endian"; + } + { + model = "UTM Mini Firewall"; + vendor = "Endian"; + } + ]; + }; + globalscale_sheevaplug = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-globalscale_sheevaplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-globalscale_sheevaplug-squashfs-sysupgrade.bin"; + sha256 = "1ca13edd57e9aab3f43b0de6dfda1f4190d07243d8cbc8cf6d826fa23ec8fc52"; + sha256_unsigned = "d9d251104083e4f848ea9657ee317de42a0649d439c72eebad81a1ce461fe0e3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-globalscale_sheevaplug-initramfs-uImage"; + sha256 = "fe08f0dc0976fdf22dc1e6c42c64d62caae2bf8e45038613d40d16ca80476db5"; + sha256_unsigned = "fe08f0dc0976fdf22dc1e6c42c64d62caae2bf8e45038613d40d16ca80476db5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-globalscale_sheevaplug-squashfs-factory.bin"; + sha256 = "3540e7a1ef449f2174aeabd332189763a60198408cb629d0d723b42badc08233"; + sha256_unsigned = "3540e7a1ef449f2174aeabd332189763a60198408cb629d0d723b42badc08233"; + type = "factory"; + } + ]; + supported_devices = [ + "globalscale,sheevaplug" + ]; + titles = [ + { + model = "Sheevaplug"; + vendor = "Globalscale"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-kirkwood-iom_iconnect-1.1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-iom_iconnect-1.1-initramfs-uImage"; + sha256 = "55a89ef5c2032fb1f5c890dc5e36126dec27042b1eee1b4dc1d7b0d6e7351a00"; + sha256_unsigned = "55a89ef5c2032fb1f5c890dc5e36126dec27042b1eee1b4dc1d7b0d6e7351a00"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "3391bf75b8a07d4df6f8a8e5d209a51d6b710bfa85fd65b43c182b5037ccbfe5"; + sha256_unsigned = "3391bf75b8a07d4df6f8a8e5d209a51d6b710bfa85fd65b43c182b5037ccbfe5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "0c638840a575009f597993472c1760cdaba0befe74865d90611ec858b17e09ca"; + sha256_unsigned = "12fa6e3b1c82224e7b4dc01d1b593565ad194c150cdb5d966797a26d3a062459"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + model = "Iconnect"; + vendor = "Iomega"; + } + ]; + }; + iom_ix2-200 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-iom_ix2-200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-iom_ix2-200-squashfs-sysupgrade.bin"; + sha256 = "487f0b31b258f94732c05f6f8b90a026d71019bb7f34b58b9cfd8a1eb36465d8"; + sha256_unsigned = "7387a6befd9af224c217c64fb3a80212ae8d6e246186dc611b2c49082ec86a18"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-iom_ix2-200-initramfs-uImage"; + sha256 = "7b8acc7010b3bf601db312b75b3d0e6a4ec1c27e15b4e9bf3059507f945b7518"; + sha256_unsigned = "7b8acc7010b3bf601db312b75b3d0e6a4ec1c27e15b4e9bf3059507f945b7518"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-iom_ix2-200-squashfs-factory.bin"; + sha256 = "cd2f199dc49b97b266b4e3205d11ff93e5219d36ba62e695780e7776a882eba1"; + sha256_unsigned = "cd2f199dc49b97b266b4e3205d11ff93e5219d36ba62e695780e7776a882eba1"; + type = "factory"; + } + ]; + supported_devices = [ + "iom,ix2-200" + ]; + titles = [ + { + model = "StorCenter ix2-200"; + vendor = "Iomega"; + } + ]; + }; + iptime_nas1 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-gpio-pca953x" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-iptime_nas1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-iptime_nas1-squashfs-sysupgrade.bin"; + sha256 = "76a890ed889544adbd1886c4e7646ed5173cc98e42d9ebb619d12f22bceec87b"; + sha256_unsigned = "a5c108ab196483aeb4b996c79b2796d32aee483894e66fa6f7338837b4379558"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-iptime_nas1-initramfs-uImage"; + sha256 = "0599329af7e40483f8aa2026699b1f9becf0b88ddb7f135664f7e71994d79d41"; + sha256_unsigned = "0599329af7e40483f8aa2026699b1f9becf0b88ddb7f135664f7e71994d79d41"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,nas1" + ]; + titles = [ + { + model = "NAS1"; + vendor = "ipTIME"; + } + ]; + }; + linksys_e4200-v2 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-linksys_e4200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-linksys_e4200-v2-initramfs-uImage"; + sha256 = "bab3abbc20ace23961fd8e754d4a9373bc174edc1a4eef322cafdacf158b7a56"; + sha256_unsigned = "bab3abbc20ace23961fd8e754d4a9373bc174edc1a4eef322cafdacf158b7a56"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-linksys_e4200-v2-squashfs-factory.bin"; + sha256 = "b315a6f9a485288432e2e76a32096e2048e71a4189652853028f13ff513b718b"; + sha256_unsigned = "b315a6f9a485288432e2e76a32096e2048e71a4189652853028f13ff513b718b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-linksys_e4200-v2-squashfs-sysupgrade.bin"; + sha256 = "634cac3524ca1dafbb58d98dafca06b06045b8f5aa292f587b204eba5dddb5b4"; + sha256_unsigned = "8e795a0415e9800ded02e1899c0229b7ebed714c68f93bd76f6d1db28ac4cc62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e4200-v2" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "E4200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea3500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-linksys_ea3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-linksys_ea3500-squashfs-factory.bin"; + sha256 = "918115300890c176f8c76159f9ddc915ebd6f4e6d9c8f1a2743b66601b8f3a4a"; + sha256_unsigned = "918115300890c176f8c76159f9ddc915ebd6f4e6d9c8f1a2743b66601b8f3a4a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-linksys_ea3500-initramfs-uImage"; + sha256 = "116778886caefdc10cfe0c2eeb2bd6a87e9d3a5da39cc14200119b3a5fe48133"; + sha256_unsigned = "116778886caefdc10cfe0c2eeb2bd6a87e9d3a5da39cc14200119b3a5fe48133"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-linksys_ea3500-squashfs-sysupgrade.bin"; + sha256 = "153bdafa3fd54af22ee206fca267ecac3f36e97bc6b765b307074c8dc0e9d076"; + sha256_unsigned = "2163c8ebb1f2a5f39548108449e4b73c8b76095a4cfdbe058e81d29f2e85c1eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea3500" + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + model = "EA3500"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea4500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-wolfssl" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-linksys_ea4500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-linksys_ea4500-initramfs-uImage"; + sha256 = "9aa05ae0b945b8c7054324152f7cb86cd340ab56b913497488e57f6957b0225b"; + sha256_unsigned = "9aa05ae0b945b8c7054324152f7cb86cd340ab56b913497488e57f6957b0225b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-linksys_ea4500-squashfs-factory.bin"; + sha256 = "dfb9714045ca2d187b7ee1b0fc75efebd914b8bd37302065626ec12d97a33110"; + sha256_unsigned = "dfb9714045ca2d187b7ee1b0fc75efebd914b8bd37302065626ec12d97a33110"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-linksys_ea4500-squashfs-sysupgrade.bin"; + sha256 = "43ec1cfe11e3711d02c5b0dfe8af13202f548878dad68294b6a6ce5706a54a06"; + sha256_unsigned = "008a48359e711d926d671be0cf147e29685289b3d4160d4bc70eec2ce43d7c09"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea4500" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "EA4500"; + vendor = "Linksys"; + } + ]; + }; + netgear_readynas-duo-v2 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-g762" + "kmod-rtc-rs5c372a" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-netgear_readynas-duo-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-netgear_readynas-duo-v2-squashfs-sysupgrade.bin"; + sha256 = "18065902db34d5580428ed1cc3702f9523d000e2cf6b4098aef1473f969b27d8"; + sha256_unsigned = "4251c145610859052e974d214aaa37bb95fd6ddb3823567d539ce60e8a4707ac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-netgear_readynas-duo-v2-initramfs-uImage"; + sha256 = "4db85b8f038153002d001dd6fd312ae2ac565a883654acdd7e690f58d5e84062"; + sha256_unsigned = "4db85b8f038153002d001dd6fd312ae2ac565a883654acdd7e690f58d5e84062"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,readynas-duo-v2" + ]; + titles = [ + { + model = "ReadyNAS Duo"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "fc44ef817b90b9675e73479638c0479d7d6b3171d013ce6579a02b408703075e"; + sha256_unsigned = "fc44ef817b90b9675e73479638c0479d7d6b3171d013ce6579a02b408703075e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "0aec21f28c661ab0465b1986a9aec689b5726de9fb869573e9720371f2d0a7ca"; + sha256_unsigned = "a45a1dc9b619d7629ff097dd8851241eafea725c33e90abcc32884f8ddb15cd3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-raidsonic_ib-nas62x0-initramfs-uImage"; + sha256 = "45707168311bd5fe49c6f9b787f4cf64292aa98f98119c644a7655f84b652960"; + sha256_unsigned = "45707168311bd5fe49c6f9b787f4cf64292aa98f98119c644a7655f84b652960"; + type = "kernel"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + model = "ICY BOX IB-NAS62x0"; + vendor = "RaidSonic"; + } + ]; + }; + seagate_blackarmor-nas220 = { + device_packages = [ + "kmod-hwmon-adt7475" + "kmod-fs-ext4" + "kmod-ata-marvell-sata" + "mdadm" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-seagate_blackarmor-nas220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-seagate_blackarmor-nas220-squashfs-factory.bin"; + sha256 = "987c1d7b497335d4d0eb19124b626ff0892f054be4bb1af471842ebbc39d4ca7"; + sha256_unsigned = "987c1d7b497335d4d0eb19124b626ff0892f054be4bb1af471842ebbc39d4ca7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-seagate_blackarmor-nas220-initramfs-uImage"; + sha256 = "0499e35822f2287630be7a3ab5dd91dc27c520f9ca93a9903b13ce00e8f1a0db"; + sha256_unsigned = "0499e35822f2287630be7a3ab5dd91dc27c520f9ca93a9903b13ce00e8f1a0db"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-seagate_blackarmor-nas220-squashfs-sysupgrade.bin"; + sha256 = "6b5285caee0de981f3995ea5a63584be553fa2018de5df3e7e24114cb6a26559"; + sha256_unsigned = "b092d2077b3c6bd0136fba44ed591c780b37107f9ed45ea5f5ca8c0d06a07066"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,blackarmor-nas220" + ]; + titles = [ + { + model = "Blackarmor NAS220"; + vendor = "Seagate"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-kirkwood-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-seagate_dockstar-squashfs-factory.bin"; + sha256 = "7d24f01cea4f6a96f497e599b47377756f23d5b940a1a92986e4301efc7a467b"; + sha256_unsigned = "7d24f01cea4f6a96f497e599b47377756f23d5b940a1a92986e4301efc7a467b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-seagate_dockstar-initramfs-uImage"; + sha256 = "90340e5017da8ca5a2b593d54d652648ddcbb1e2363e9ad6d53f2f6d8ccff8a1"; + sha256_unsigned = "90340e5017da8ca5a2b593d54d652648ddcbb1e2363e9ad6d53f2f6d8ccff8a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "edfdd3908eaaaf637a9b1925784aa98c06166b20491915d0b393635fde276530"; + sha256_unsigned = "36ef1e8a4c842c570ed63e9873d930a72fa4bd421cc109c417276ac12e575026"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + model = "FreeAgent Dockstar"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-seagate_goflexhome"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "43330f83b2e7c7fc1508fa4260fccaeb227cb75ff44797ec07472ae9c8881367"; + sha256_unsigned = "43330f83b2e7c7fc1508fa4260fccaeb227cb75ff44797ec07472ae9c8881367"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-seagate_goflexhome-initramfs-uImage"; + sha256 = "5ff58c2f97d4fbdb49f5ae2900bc97e42d6296eb5d5e3360a25c0acda1bf18e8"; + sha256_unsigned = "5ff58c2f97d4fbdb49f5ae2900bc97e42d6296eb5d5e3360a25c0acda1bf18e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "5397f5ff48e5e4bebdaf6056ad503d64062fc744d35e293ed8d1db5b2a24c01f"; + sha256_unsigned = "0fe7b8cc02955d7c14293c14230c196201773d60bc600fc3e0f2a9482cdc65bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + model = "GoFlexHome"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-seagate_goflexnet"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-seagate_goflexnet-initramfs-uImage"; + sha256 = "45aa5328bdbe76f9a0d2dddb5d2fdd0a22a88c68f7783e923db704eefe599a18"; + sha256_unsigned = "45aa5328bdbe76f9a0d2dddb5d2fdd0a22a88c68f7783e923db704eefe599a18"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "f22db50dfbee134fac1efc84e76321588fc005ca3e2b53a16747f0f720277aa4"; + sha256_unsigned = "f22db50dfbee134fac1efc84e76321588fc005ca3e2b53a16747f0f720277aa4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "6d61169666a93c111c3a26e7cbca1d9ca775039d467a9e14d88389f0b81d1fc1"; + sha256_unsigned = "104b69762ea51dfa1b95d026a3fa085fbbd060be8f80e99fd2151d2ccaa8284f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + model = "GoFlexNet"; + vendor = "Seagate"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-r8169" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-zyxel_nsa310b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "86592909dbb03b4027f29f30ce4d78e09a520d09dc0d4299e417b6857eea0fb8"; + sha256_unsigned = "b9d900b5acde99db16055aa43babfdf1fefd237be6b3d9276d38b91c52951ebb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "b2555df6bb789e02ecb579a102433e37b38aae83fcb0dbe1a1ec3d0f0a5b5604"; + sha256_unsigned = "b2555df6bb789e02ecb579a102433e37b38aae83fcb0dbe1a1ec3d0f0a5b5604"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-zyxel_nsa310b-initramfs-uImage"; + sha256 = "da9c05e6f0917343dd529819fed70c90312eaa5aa173b026d24d79c31a5c4bc5"; + sha256_unsigned = "da9c05e6f0917343dd529819fed70c90312eaa5aa173b026d24d79c31a5c4bc5"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + "nsa310b" + ]; + titles = [ + { + model = "NSA310b"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa310s = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-zyxel_nsa310s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-zyxel_nsa310s-squashfs-factory.bin"; + sha256 = "f2b2abed2c63ea03b233201e671a56737194f5f9b2af46e2bc84bfe6f9e8d39a"; + sha256_unsigned = "f2b2abed2c63ea03b233201e671a56737194f5f9b2af46e2bc84bfe6f9e8d39a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-zyxel_nsa310s-squashfs-sysupgrade.bin"; + sha256 = "ed7b3ba4fe8c9ccea1b60a9b0526b02c8378d79b75a13623ec7d59695ceb7303"; + sha256_unsigned = "d6670731379ad0185b3c242134c225631dc9482ab7b5990d655fbf8247ce77e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-zyxel_nsa310s-initramfs-uImage"; + sha256 = "e1af896a37f29fbbfe93f511861246afc4da53d7ede286612bc2ac8a582ebc62"; + sha256_unsigned = "e1af896a37f29fbbfe93f511861246afc4da53d7ede286612bc2ac8a582ebc62"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310s" + ]; + titles = [ + { + model = "NSA310S"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-kirkwood-zyxel_nsa325"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-kirkwood-zyxel_nsa325-initramfs-uImage"; + sha256 = "e6a29d7e7296b16b76aca1ea15c7f109de5fde5962a8614a80f02cb9690f825a"; + sha256_unsigned = "e6a29d7e7296b16b76aca1ea15c7f109de5fde5962a8614a80f02cb9690f825a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "1ff07b6cabce676b39b9ab9422a983055e0ef531431f20b75c0754667a156cc2"; + sha256_unsigned = "1ff07b6cabce676b39b9ab9422a983055e0ef531431f20b75c0754667a156cc2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "e3afbbcd6885191ce8d3a7217fc5aba1450a7cd1fd69d6bbca37b4004d2c2fd4"; + sha256_unsigned = "fddd58da19cdcb5bf9e3bbff42256285855a900f96bc9fda08c9b35edeeda789"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + "nsa325" + ]; + titles = [ + { + model = "NSA325"; + variant = "v1/v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "kirkwood/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + lantiq = { + xrx200 = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "dsl-vrx200-firmware-xdsl-a" + "dsl-vrx200-firmware-xdsl-b-patch" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-ltq-atm-vr9" + "kmod-ltq-deu-vr9" + "kmod-ltq-ptm-vr9" + "kmod-ltq-vdsl-vr9" + "kmod-ltq-vdsl-vr9-mei" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "ltq-vdsl-app" + "ltq-vdsl-vr9-vectoring-fw-installer" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoa" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + alphanetworks_asl56026 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-alphanetworks_asl56026"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"; + sha256 = "da4c28911b03e014515f54ca21b73f8fc4df74f57242380e790847cb8d5c06bd"; + sha256_unsigned = "49abb2b86aeb526b48530c629f9c9505f39801dedc8137625f9d78534252633d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-alphanetworks_asl56026-initramfs-kernel.bin"; + sha256 = "a00ea152cf41257228690245c6bb90e643ea09c8702d4814810db9031d8c00b2"; + sha256_unsigned = "a00ea152cf41257228690245c6bb90e643ea09c8702d4814810db9031d8c00b2"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl56026" + ]; + titles = [ + { + model = "ASL56026"; + vendor = "Alpha"; + } + { + model = "ECI VDSL Modem V-2FUb/I"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vg3503j = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-arcadyan_vg3503j"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"; + sha256 = "d34091da51e11eb514eb6155b7073497631d8b172faac734ad1d8c9c56059fdf"; + sha256_unsigned = "91161f1983389546c06b224c030a3ce0f274fed78d8f64641e43f5208016c0e8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-arcadyan_vg3503j-initramfs-kernel.bin"; + sha256 = "045c256278061c000b27689a1c55b19cd236f02f6a4ec16536ecfab409bce77e"; + sha256_unsigned = "045c256278061c000b27689a1c55b19cd236f02f6a4ec16536ecfab409bce77e"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vg3503j" + "VG3503J" + ]; + titles = [ + { + model = "ECI VDSL Modem V-2FUb/R"; + vendor = "BT Openreach"; + } + ]; + }; + arcadyan_vgv7510kw22-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-arcadyan_vgv7510kw22-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-arcadyan_vgv7510kw22-brn-initramfs-kernel.bin"; + sha256 = "a1a1f9cb111bd9c27ee00694498ce0456b25914c77f60b06c89a9b7b8a96b2ee"; + sha256_unsigned = "a1a1f9cb111bd9c27ee00694498ce0456b25914c77f60b06c89a9b7b8a96b2ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-brn" + "VGV7510KW22BRN" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "BRN"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7510kw22-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-arcadyan_vgv7510kw22-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"; + sha256 = "b1f113c40837a2e549f2f336b8eee4f08ece707f59836182b9641a1795f8a8a6"; + sha256_unsigned = "ba845f54a7e7bb9b1c4849f1c820674f51f7d8aab1bc579377dd4f4b2c9311f3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-arcadyan_vgv7510kw22-nor-initramfs-kernel.bin"; + sha256 = "b27791d37cc5836f847471140bc44337b3e73760a76c11c474a4ab8ca87655a3"; + sha256_unsigned = "b27791d37cc5836f847471140bc44337b3e73760a76c11c474a4ab8ca87655a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7510kw22-nor" + "VGV7510KW22NOR" + ]; + titles = [ + { + model = "VGV7510KW22"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Box 6431"; + variant = "NOR"; + vendor = "o2"; + } + ]; + }; + arcadyan_vgv7519-brn = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-arcadyan_vgv7519-brn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-arcadyan_vgv7519-brn-initramfs-kernel.bin"; + sha256 = "c25cc3ba9f2b706a04e8cd783083aa50930121f9c1adb360db706e0908db8f6c"; + sha256_unsigned = "c25cc3ba9f2b706a04e8cd783083aa50930121f9c1adb360db706e0908db8f6c"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-brn" + "VGV7519BRN" + ]; + titles = [ + { + model = "VGV7519"; + variant = "BRN"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "BRN"; + vendor = "KPN"; + } + ]; + }; + arcadyan_vgv7519-nor = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-arcadyan_vgv7519-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-arcadyan_vgv7519-nor-initramfs-kernel.bin"; + sha256 = "b5e8faf2d93ae1c1b69051fdced12ead64b0593032981d62209b3bffbd139b1e"; + sha256_unsigned = "b5e8faf2d93ae1c1b69051fdced12ead64b0593032981d62209b3bffbd139b1e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"; + sha256 = "fec8f8674543be50461a0d03e8777e69670dc99800dff6db2e85bc9b188dfbe4"; + sha256_unsigned = "569504d41295503035309b145bff4403563fa496add345ab489efa4867b4a94d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,vgv7519-nor" + "VGV7519NOR" + ]; + titles = [ + { + model = "VGV7519"; + variant = "NOR"; + vendor = "Arcadyan"; + } + { + model = "Experiabox 8"; + variant = "NOR"; + vendor = "KPN"; + } + ]; + }; + avm_fritz3370-rev2-hynix = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-avm_fritz3370-rev2-hynix"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin"; + sha256 = "b5e915aff671d66ee4a5c6ccc1d0b383af54d87fd29fb3d619edf0d5694a6165"; + sha256_unsigned = "b5e915aff671d66ee4a5c6ccc1d0b383af54d87fd29fb3d619edf0d5694a6165"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"; + sha256 = "b4105849c355481484c9e43fe3b3a4de0ebfdba70295b257fafb6d56970c1cf2"; + sha256_unsigned = "1c258824efacb76f9133314187291f88671b50547800e837c120b7e315c6ffed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin"; + sha256 = "3e3236939b04a72e18c0265d665681a34be07568c0f36fd3277ba62f89ec7e4a"; + sha256_unsigned = "3e3236939b04a72e18c0265d665681a34be07568c0f36fd3277ba62f89ec7e4a"; + type = "eva-filesystem"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz3370-rev2-hynix-initramfs-kernel.bin"; + sha256 = "bca79383c8b8f638dc067c6c1dd589185566b27b46835f963cd1e79c9498f401"; + sha256_unsigned = "bca79383c8b8f638dc067c6c1dd589185566b27b46835f963cd1e79c9498f401"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-hynix" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Hynix NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3370-rev2-micron = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-avm_fritz3370-rev2-micron"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin"; + sha256 = "00ec81f1e50acc190e7a7ac5757ced1312b75be595562da9406e06e745d65520"; + sha256_unsigned = "00ec81f1e50acc190e7a7ac5757ced1312b75be595562da9406e06e745d65520"; + type = "eva-kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin"; + sha256 = "7e1fd37c56ef5ed27964f886cf88f1747b0d4e2aeb4b2c5b79c4c79164bd676f"; + sha256_unsigned = "ad27eae474c3e93eb295bb5dc4228db12d099b22ba18e6abaef45715378f25df"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz3370-rev2-micron-initramfs-kernel.bin"; + sha256 = "495d19382106be0ed67d1dfd3f31a6b1df2c5451bceb86799d81236258f7d6f4"; + sha256_unsigned = "495d19382106be0ed67d1dfd3f31a6b1df2c5451bceb86799d81236258f7d6f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"; + sha256 = "3e3236939b04a72e18c0265d665681a34be07568c0f36fd3277ba62f89ec7e4a"; + sha256_unsigned = "3e3236939b04a72e18c0265d665681a34be07568c0f36fd3277ba62f89ec7e4a"; + type = "eva-filesystem"; + } + ]; + supported_devices = [ + "avm,fritz3370-rev2-micron" + ]; + titles = [ + { + model = "FRITZ!Box 3370"; + variant = "Rev. 2 (Micron NAND)"; + vendor = "AVM"; + } + ]; + }; + avm_fritz3390 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-avm_fritz3390"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz3390-squashfs-sysupgrade.bin"; + sha256 = "2e45d9746c00aee041a9b48b7efdb5fde05199cae376aa0ce4d1d1be4136215c"; + sha256_unsigned = "b209a85a39d9dd295d33a5096f32dadbbc76b82d5100cf7ad2bba1119f060a75"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz3390-initramfs-kernel.bin"; + sha256 = "87ec840e71cdbb2c9c33672483bc90151105d0f12e3967f135ec78834f4c2bd3"; + sha256_unsigned = "87ec840e71cdbb2c9c33672483bc90151105d0f12e3967f135ec78834f4c2bd3"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz3390" + ]; + titles = [ + { + model = "FRITZ!Box 3390"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360-v2 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-avm_fritz7360-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz7360-v2-initramfs-kernel.bin"; + sha256 = "6dee39c58b3dc224b51734d1ab0895e86a6d2de6b8be7d7b1048d8513079811d"; + sha256_unsigned = "6dee39c58b3dc224b51734d1ab0895e86a6d2de6b8be7d7b1048d8513079811d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz7360-v2-squashfs-sysupgrade.bin"; + sha256 = "aa0e64688c217bad7d25f4f1e3dc80a21c9ffb59094d4e9c1ee989bad2123ceb"; + sha256_unsigned = "d10a8dd50578262ee543961ed22e5e88709f14dad8786ce6d9117a00d80f45d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360-v2" + ]; + titles = [ + { + model = "FRITZ!Box 7360"; + variant = "v2"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7360sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-avm_fritz7360sl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz7360sl-initramfs-kernel.bin"; + sha256 = "033c6c1adf4513f1f75c8561c192a85c46b56a4316a8055e3a5a2bf6bfe0725f"; + sha256_unsigned = "033c6c1adf4513f1f75c8561c192a85c46b56a4316a8055e3a5a2bf6bfe0725f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"; + sha256 = "90e207c6c04430e38c6c7760d44f259601c6464f3fc8c61fb5075cf1d80ce792"; + sha256_unsigned = "9d4df34b11e4d8e514a7745f995eb9a68d2cbdaef41a46ab4a5b7ce2824428fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7360sl" + "FRITZ7360SL" + ]; + titles = [ + { + model = "FRITZ!Box 7360 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7362sl = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "fritz-tffs" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-avm_fritz7362sl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"; + sha256 = "b4c79d501d99846b7a4fee2538ced41b58048f12c6c2b337106f631156c1c8aa"; + sha256_unsigned = "e0baced545edf48cb4f2df8d0a20c5a40efaaac316f1e56182f5c76daa73c716"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz7362sl-initramfs-kernel.bin"; + sha256 = "c57128d57a9b56b293484f01df3ff1ca12f939048418405111dab6e4c9fa0a66"; + sha256_unsigned = "c57128d57a9b56b293484f01df3ff1ca12f939048418405111dab6e4c9fa0a66"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7362sl" + ]; + titles = [ + { + model = "FRITZ!Box 7362 SL"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7412 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-avm_fritz7412"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"; + sha256 = "5b5d743e8b1d160771f4b0051656739bd38a165d32c8f336fc797120a884006c"; + sha256_unsigned = "505f967b8f60f8c6c62412a912f702ccbab77b443b0ca30464f6ce821f16acf0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin"; + sha256 = "89566f5903ac001375761dc014983477ac64b3bea31b0447ebbf727b578e423a"; + sha256_unsigned = "89566f5903ac001375761dc014983477ac64b3bea31b0447ebbf727b578e423a"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7412" + ]; + titles = [ + { + model = "FRITZ!Box 7412"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7430 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-usb-dwc2" + "wpad-basic-wolfssl" + "fritz-tffs-nand" + "fritz-caldata" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-avm_fritz7430"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz7430-squashfs-sysupgrade.bin"; + sha256 = "33650c2639cc86ef0721d07d5bf2c18aa1fc1d7ed91691dc5a6b8de21da2ac6d"; + sha256_unsigned = "ef58aaefa30afc4f944cf025674338f9b355995f611e44a2244647b9ee9d3951"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin"; + sha256 = "555e386c46163bdb3a81e27d7aa7c7f197b75db25e8b65118f2e9aa746339e92"; + sha256_unsigned = "555e386c46163bdb3a81e27d7aa7c7f197b75db25e8b65118f2e9aa746339e92"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7430" + ]; + titles = [ + { + model = "FRITZ!Box 7430"; + vendor = "AVM"; + } + ]; + }; + bt_homehub-v5a = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-bt_homehub-v5a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-bt_homehub-v5a-initramfs-kernel.bin"; + sha256 = "e37c8720815af4f1662864c2ef1dde8627f62b8bfdd82753e4b7271ab1c7d860"; + sha256_unsigned = "e37c8720815af4f1662864c2ef1dde8627f62b8bfdd82753e4b7271ab1c7d860"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"; + sha256 = "0bdbd3ba015eb3ca69d21159e05b49205269dc60d231f49dcc4ed21479f4a700"; + sha256_unsigned = "c83d53f807a813dbf71ccce9fabf40870f913bd80f33d62c33648e87071a3a30"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bt,homehub-v5a" + "BTHOMEHUBV5A" + ]; + titles = [ + { + model = "Home Hub 5"; + variant = "Type A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + buffalo_wbmr-300hpd = { + device_packages = [ + "kmod-mt7603" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-buffalo_wbmr-300hpd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"; + sha256 = "2be16f24caa92f4538fe95ab5783652d7796f4030120b82e722953486acce526"; + sha256_unsigned = "9deabfc59cd1ad815f8727a4ef42592ed4fa278dac1a206e64c1666ef831806f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-buffalo_wbmr-300hpd-initramfs-kernel.bin"; + sha256 = "d6d3ad5e66d9f2a8fa9735fa2670f55997eb9150292ca7195329a45e2df845e4"; + sha256_unsigned = "d6d3ad5e66d9f2a8fa9735fa2670f55997eb9150292ca7195329a45e2df845e4"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wbmr-300hpd" + "WBMR300" + ]; + titles = [ + { + model = "WBMR-300HPD"; + vendor = "Buffalo"; + } + ]; + }; + lantiq_easy80920-nand = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-lantiq_easy80920-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin"; + sha256 = "cc8e4db8ba05bc3f3cc891a7a4dfcd61e60b093bd481a5169ddf30f6b374919b"; + sha256_unsigned = "05bd7c273d507dcaf5d168bee3480bc8fab6fed5ede7da318eb68f2e1fa3af82"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-lantiq_easy80920-nand-initramfs-kernel.bin"; + sha256 = "9102cfa68ae1d59c3ec0abb01709f281744fb99c211dd5b0fef2095f5ce5c6f3"; + sha256_unsigned = "9102cfa68ae1d59c3ec0abb01709f281744fb99c211dd5b0fef2095f5ce5c6f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"; + sha256 = "4e55e9e6a9407dbc5a8ec7897a6495fb7c040944ba527ca19d4e726f4589522f"; + sha256_unsigned = "4e55e9e6a9407dbc5a8ec7897a6495fb7c040944ba527ca19d4e726f4589522f"; + type = "fullimage"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nand" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NAND"; + vendor = "Lantiq"; + } + ]; + }; + lantiq_easy80920-nor = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-lantiq_easy80920-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-lantiq_easy80920-nor-initramfs-kernel.bin"; + sha256 = "0004412652c78d9b5b6a57744c931a5a00c8e3b14eafaa2565e9cc09aceb40a4"; + sha256_unsigned = "0004412652c78d9b5b6a57744c931a5a00c8e3b14eafaa2565e9cc09aceb40a4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"; + sha256 = "f293790fc1d3e09b810272dba292acc8543135a1ddad3cd35b6a1d7af08aebe2"; + sha256_unsigned = "59d76d573f76de5f3c930059c9f65a938945902b91c5015239cf775badeed880"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lantiq,easy80920-nor" + ]; + titles = [ + { + model = "VR9 EASY80920"; + variant = "NOR"; + vendor = "Lantiq"; + } + ]; + }; + netgear_dm200 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-netgear_dm200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin"; + sha256 = "dc50a892648e7aae8355bee6c41f33e1a8b3cb9750d800668627520bba80fb99"; + sha256_unsigned = "afb44a174163a0d6e8a5de043efb6dd757660f14852a87d6bae1717f72e3598b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-netgear_dm200-squashfs-factory.img"; + sha256 = "b86c7548d43871a6f35ddccf5d80b99827d425219b357ad7dfa23e11d954ab91"; + sha256_unsigned = "afb44a174163a0d6e8a5de043efb6dd757660f14852a87d6bae1717f72e3598b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-netgear_dm200-initramfs-kernel.bin"; + sha256 = "041f923c25f9aac1e9c6eed610f294fd2e3ee6d9b1d08bbef629c6df30ebec9d"; + sha256_unsigned = "041f923c25f9aac1e9c6eed610f294fd2e3ee6d9b1d08bbef629c6df30ebec9d"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dm200" + ]; + titles = [ + { + model = "DM200"; + vendor = "NETGEAR"; + } + ]; + }; + tplink_tdw8970 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-tplink_tdw8970"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"; + sha256 = "a0a8c739de2b466cbe6a528e6b646deeba18bab23d182e756b493f2162535775"; + sha256_unsigned = "dd8c00ecb5284860785bbade6001d21b2ed7e30f429ec1fd13c55317e55d53b9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-tplink_tdw8970-initramfs-kernel.bin"; + sha256 = "5227470f626ae3f4a0772002441ae9f64f699f618b1a94459f005a2cd5dfa419"; + sha256_unsigned = "5227470f626ae3f4a0772002441ae9f64f699f618b1a94459f005a2cd5dfa419"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tdw8970" + "TDW8970" + ]; + titles = [ + { + model = "TD-W8970"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tdw8980 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-tplink_tdw8980"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-tplink_tdw8980-initramfs-kernel.bin"; + sha256 = "438124728f7c98f4d0c4dd04335e15015559a72ef32371585536bc3c803beedd"; + sha256_unsigned = "438124728f7c98f4d0c4dd04335e15015559a72ef32371585536bc3c803beedd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"; + sha256 = "e082e878015a495843dcff85a7767031f6a4921ec68de2ad0ae681565773fd74"; + sha256_unsigned = "78185c5a2bd21862b1c6ca7548eeb9f3b2a9322b0567ed634658bcf9c966b09d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tdw8980" + "TDW8980" + ]; + titles = [ + { + model = "TD-W8980"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200 = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-tplink_vr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"; + sha256 = "e55516f694b8eb5f0f65112eb2ff606fd80c5f50c5470b3fbf37341bbe9763bc"; + sha256_unsigned = "9211a719e3d606baf681e3cf9b47cda9fd398673a9ebaa9d15c40b42afb85181"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-tplink_vr200-initramfs-kernel.bin"; + sha256 = "856aee8ee4ec0e2c4b7bc0a8ddf3b35e898287613ba395bde7ed5768a11bc18a"; + sha256_unsigned = "856aee8ee4ec0e2c4b7bc0a8ddf3b35e898287613ba395bde7ed5768a11bc18a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr200" + "VR200" + ]; + titles = [ + { + model = "Archer VR200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr200v = { + device_packages = [ + "kmod-mt76x0e" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-tplink_vr200v"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-tplink_vr200v-initramfs-kernel.bin"; + sha256 = "3583a60a7e7bb150c79999ccd2847cbc4e6dce1da627d4b0df347497eadf875e"; + sha256_unsigned = "3583a60a7e7bb150c79999ccd2847cbc4e6dce1da627d4b0df347497eadf875e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"; + sha256 = "6aacba61aebe1bcf1574a5f2a43c99530ff0f75b44b2bb145051959325c0c6f3"; + sha256_unsigned = "885704230e1d72df0d6f4a8ba3eb627774a2ebff284e0689db177745c48bc792"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,vr200v" + "VR200v" + ]; + titles = [ + { + model = "Archer VR200v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + zyxel_p-2812hnu-f1 = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xrx200-zyxel_p-2812hnu-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"; + sha256 = "c4275fc80d0552a4cd04bb1e7d54f48e12d21ec82ad0980d23c23f37d467809e"; + sha256_unsigned = "8156886ee54c8164e0913fea8652dffd98806735f57d01013fb23a1966353c9f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xrx200-zyxel_p-2812hnu-f1-initramfs-kernel.bin"; + sha256 = "2656771eb21ec4fe0e646829c838aa1632cc36aba380e3745e2a4b986928b48b"; + sha256_unsigned = "2656771eb21ec4fe0e646829c838aa1632cc36aba380e3745e2a4b986928b48b"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,p-2812hnu-f1" + "P2812HNUF1" + ]; + titles = [ + { + model = "P-2812HNU"; + variant = "F1"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "lantiq/xrx200"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv4510pw = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-arcadyan_arv4510pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"; + sha256 = "6605bb7a6f0069ef67bdfff64d110295c35c5a06b38d6f7ef123b2bef9f95494"; + sha256_unsigned = "c81fb4cb5a1bdb02fb7a139c335f0e0144da2f7783150f43b534b622960483d7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-arcadyan_arv4510pw-initramfs-kernel.bin"; + sha256 = "08019b820a01fd73e49cdf2b82eb4d5666934d1ba0edecdbf1c574a09d4efe48"; + sha256_unsigned = "08019b820a01fd73e49cdf2b82eb4d5666934d1ba0edecdbf1c574a09d4efe48"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv4510pw" + "ARV4510PW" + ]; + titles = [ + { + model = "ARV4510PW"; + vendor = "Arcadyan"; + } + { + model = "BeWan iBox v1.0"; + vendor = "Wippies"; + } + ]; + }; + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-arcadyan_arv7506pw11-initramfs-kernel.bin"; + sha256 = "00e46eb19e9b58d5982724d2d12638968fe71235bf0376ec8a8be67d08770bfa"; + sha256_unsigned = "00e46eb19e9b58d5982724d2d12638968fe71235bf0376ec8a8be67d08770bfa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "2b9bb7f34b46c886d3d97e423954642637bc3e2af2d4cf35fc10c872fb47c790"; + sha256_unsigned = "17b1c837b6671164d336a68ddd19a7dd1fa119c57c0298cf408bd1e6fb3a3fd0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + model = "ARV7506PW11"; + vendor = "Arcadyan"; + } + { + model = "IAD 4421"; + vendor = "Alice/O2"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-arcadyan_arv7510pw22-initramfs-kernel.bin"; + sha256 = "15923d546226fb93a811266b3bb8b89e3b51edf4dd6f45587f2d32015588cdd6"; + sha256_unsigned = "15923d546226fb93a811266b3bb8b89e3b51edf4dd6f45587f2d32015588cdd6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "fa2f8a2c38e73979ed010b52a115a77475526a064f34ce293f77a4be158a4429"; + sha256_unsigned = "d72bd0d98d41d965fcb83032b85f719e578a0847c476e745cea1728288569cde"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + model = "ARV7510PW22"; + vendor = "Arcadyan"; + } + { + model = "ARV7510PW22"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "bd8a4333d84839e048bf7b5da51564a21cbc98297f476df664ca587f53a9b778"; + sha256_unsigned = "cc093e95f1a8022312e409286bf477331e2565a839e2322c26e17ae180bf12c1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-arcadyan_arv7518pw-initramfs-kernel.bin"; + sha256 = "5b83d8ca2b755b9a9a7d1aff572ad197a1dd1f20f1ff4ec72d8858a298aff264"; + sha256_unsigned = "5b83d8ca2b755b9a9a7d1aff572ad197a1dd1f20f1ff4ec72d8858a298aff264"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + model = "ARV7518PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7518PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "14e8ff1a89cb83fc7010bd960e5eabc998fb0de99d8f936403b9bfe3dea4a228"; + sha256_unsigned = "db5549399fe4f36f8073019c23f8bce65a2072054849b7377609a329db399c4b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-arcadyan_arv7519pw-initramfs-kernel.bin"; + sha256 = "9e6577218b57d0dc2fc077bc0971ae2fa520ebc1b22d8f63e1c57fd75c3a84c8"; + sha256_unsigned = "9e6577218b57d0dc2fc077bc0971ae2fa520ebc1b22d8f63e1c57fd75c3a84c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + model = "ARV7519PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7519PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "709d16e8e3f83eee812e83b1d2da312c01242e7b44b23991ec73849bfc948b7b"; + sha256_unsigned = "5984e7b73bc2f211d7d17183ace14cfeba39d8746d90c3eadb351d4943cde68d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-arcadyan_arv752dpw-initramfs-kernel.bin"; + sha256 = "77062f7239a4bf233738a9361917b43e404dad7382a7480fa5db8c8cb41a57bc"; + sha256_unsigned = "77062f7239a4bf233738a9361917b43e404dad7382a7480fa5db8c8cb41a57bc"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + model = "ARV752DPW"; + vendor = "Arcadyan"; + } + { + model = "Easybox 802"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "db93c918249684538901d536f174bb82b757811a98eded3b144e4f3ac55060cb"; + sha256_unsigned = "b39f4c7b40dc4949be011b0f4f5d9999783dcb150786a70d7a390e2423afa2b2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-arcadyan_arv752dpw22-initramfs-kernel.bin"; + sha256 = "2c1e958200a7d73594f536c56648070af9b2ed0025bd3a2571954feedebd4ce7"; + sha256_unsigned = "2c1e958200a7d73594f536c56648070af9b2ed0025bd3a2571954feedebd4ce7"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + model = "ARV752DPW22"; + vendor = "Arcadyan"; + } + { + model = "Easybox 803"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "18e119873050a16a8af3110fdb85f0c58353f4a1b3e2d75dd31f8fe3b78b6f39"; + sha256_unsigned = "32ef26ca5d492060475762a5143bae5de184e98973bcb66fbdfc7c5f0218e00f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-arcadyan_arv8539pw22-initramfs-kernel.bin"; + sha256 = "76395c3abe17d8e94d38252aadf6ccb2238095d783c836a7be38f1485463876d"; + sha256_unsigned = "76395c3abe17d8e94d38252aadf6ccb2238095d783c836a7be38f1485463876d"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + model = "ARV8539PW22"; + vendor = "Arcadyan"; + } + { + model = "Speedport W504V Typ A"; + vendor = "Telekom"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-audiocodes_mp-252-initramfs-kernel.bin"; + sha256 = "cf020d620532ff4619a7930fe2e9e53f8b4d53f6c9197d078d66b12a555c340c"; + sha256_unsigned = "cf020d620532ff4619a7930fe2e9e53f8b4d53f6c9197d078d66b12a555c340c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "42b928b261f8b19aa3d01e7e67b9bb452b6684de22a91fd9c9bfd5d623d63ea3"; + sha256_unsigned = "0a5f133140b3391070cd3581b8c6ddcf111b9fdf97b7c33d6d57c3825d4d371c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + model = "MediaPack MP-252"; + vendor = "AudioCodes"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-avm_fritz7312-initramfs-kernel.bin"; + sha256 = "342e5f4b64c19c824903e23255cfe719fefb623ad7caafe46b4abe1dc197660f"; + sha256_unsigned = "342e5f4b64c19c824903e23255cfe719fefb623ad7caafe46b4abe1dc197660f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "dc8d33adda4a6e975cd798ba05167d98c8f483479ce116aacd37d49f27bd4076"; + sha256_unsigned = "76a34bc03a7be4af02eaec12449b782991c7b64b33f6bd1c6e68e14b2f54e8f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + model = "FRITZ!Box 7312"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-avm_fritz7320-initramfs-kernel.bin"; + sha256 = "fee94843d277270767fd719de1c06ef22c67643c3e2d1c43d66142e5b11fd21c"; + sha256_unsigned = "fee94843d277270767fd719de1c06ef22c67643c3e2d1c43d66142e5b11fd21c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "eb973d61fcc88f33c9484b62394258f40a53d41c93ba6f119cfc6c582bd06b20"; + sha256_unsigned = "a82b63af17034ab654bf61ef85a327238b058d6771610cdce93045900203ead1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + model = "FRITZ!Box 7320"; + vendor = "AVM"; + } + { + model = "HomeServer"; + vendor = "1&1"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "b4971b25318d9cfe273d49d56b70e0276c319784bf1e566d712cb9fbcda88969"; + sha256_unsigned = "0400597876c41a985972d5cceae343909985e6533e704145dd5f355719b07a55"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-buffalo_wbmr-hp-g300h-a-initramfs-kernel.bin"; + sha256 = "bc277ddc4e8d61bed8ea005cd9f873a20b3f0af1813154c39e9430dc11fe11ae"; + sha256_unsigned = "bc277ddc4e8d61bed8ea005cd9f873a20b3f0af1813154c39e9430dc11fe11ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "A"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "2b55b71b5839dec6a0bb7ae599d79135b5c9a145ab6e328c4d01ed4f332f8b57"; + sha256_unsigned = "14d968c1975ef8852cc89f7adc080e09af2af225580da7bd1182f43e5a27eed6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-buffalo_wbmr-hp-g300h-b-initramfs-kernel.bin"; + sha256 = "bc277ddc4e8d61bed8ea005cd9f873a20b3f0af1813154c39e9430dc11fe11ae"; + sha256_unsigned = "bc277ddc4e8d61bed8ea005cd9f873a20b3f0af1813154c39e9430dc11fe11ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "B"; + vendor = "Buffalo"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "f69c771f1d8241bdf8ecc76e7c11835e756984f0687caab70266b303a510741f"; + sha256_unsigned = "f69c771f1d8241bdf8ecc76e7c11835e756984f0687caab70266b303a510741f"; + type = "factory-na"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-netgear_dgn3500-initramfs-kernel.bin"; + sha256 = "d54249ff072df9e8be9054e531e039ac70c0a64b86c8df9f9fd8cab650e98c88"; + sha256_unsigned = "d54249ff072df9e8be9054e531e039ac70c0a64b86c8df9f9fd8cab650e98c88"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "5cc1030b9a415aed1be61f9b09b3072d8a1e6ebac67a23923b436684bbb88b32"; + sha256_unsigned = "5cc1030b9a415aed1be61f9b09b3072d8a1e6ebac67a23923b436684bbb88b32"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "c310e3a0d24f8e7d7ab40292e678765d77d17e2634001077a5f1d6b81022724b"; + sha256_unsigned = "e3e6a925587068e09a74a747e875ea8de5ebbc00d52f639da6d390527cb54e21"; + type = "sysupgrade-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "8235e14bb224467118e0b8a6c0f2731ff045a15c13dcf8771d5c391f11a261a1"; + sha256_unsigned = "90f55c100658a7b04239dc08f78d2346cbf2e69088af33773d5256939be3c5f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + model = "DGN3500"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "12809a2d5fa6e20f81d5740625031782a9fe7133a9ee14c394b1cc55d97d52e6"; + sha256_unsigned = "12809a2d5fa6e20f81d5740625031782a9fe7133a9ee14c394b1cc55d97d52e6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-netgear_dgn3500b-initramfs-kernel.bin"; + sha256 = "1f6e7b5f8bff48b955227a3f90ca4eecdf03c26b1bd4a0ec35c9366239ecbad7"; + sha256_unsigned = "1f6e7b5f8bff48b955227a3f90ca4eecdf03c26b1bd4a0ec35c9366239ecbad7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "a95b9ebe1caec67226ef12e6dd3164f704571efa6348f1654f3d3f00f48b4c55"; + sha256_unsigned = "e3481036b3738b8f6f3051b037f19b8e2d5aa6b211958d479a139212500ae00f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + model = "DGN3500B"; + vendor = "NETGEAR"; + } + ]; + }; + siemens_gigaset-sx76x = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-ath5k" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-siemens_gigaset-sx76x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"; + sha256 = "142ca9df76065bcd007e887c891c3b65e3b7642e5ea037ac600fbd9bbbbdf10b"; + sha256_unsigned = "4582d1f09541922f03cc337e62192533f69c5109dd9f68e3c5267727f6af2cfa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-siemens_gigaset-sx76x-initramfs-kernel.bin"; + sha256 = "299e19b0fb6e84fb5c3cee5151d48482f297575e648b4d1c1f1a6c04f3c980fe"; + sha256_unsigned = "299e19b0fb6e84fb5c3cee5151d48482f297575e648b4d1c1f1a6c04f3c980fe"; + type = "kernel"; + } + ]; + supported_devices = [ + "siemens,gigaset-sx76x" + "GIGASX76X" + ]; + titles = [ + { + model = "Gigaset sx76x"; + vendor = "Siemens"; + } + ]; + }; + zte_h201l = { + device_packages = [ + "kmod-ath9k-htc" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-zte_h201l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"; + sha256 = "96d9ef19a122d17bf945db633a207f85c2f9da5138dc5d219ae5b8be3360d1fc"; + sha256_unsigned = "ce3b897cbd48165dd60e73870eb5232888fe2dd3881443e0dbd4c823c7e3e8eb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-zte_h201l-initramfs-kernel.bin"; + sha256 = "b8afcc73b6c460b8dd83c9e080a1881139d66d5278614da5feebe45ef0941cca"; + sha256_unsigned = "b8afcc73b6c460b8dd83c9e080a1881139d66d5278614da5feebe45ef0941cca"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,h201l" + "H201L" + ]; + titles = [ + { + model = "H201L"; + vendor = "ZTE"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic-wolfssl" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "ae3648a383559e777de4c6d5abda76e1299894270ab6525034abe3367fef84d1"; + sha256_unsigned = "4aec2265bc4247d495ce313b316d3947be9604d2d878b34b7c22b76fecbc1e2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-lantiq-xway-zyxel_p-2601hn-initramfs-kernel.bin"; + sha256 = "e1e28bf3d02439c18b78f18adbfcc85cfd485daab79419010fef1338839a9c3a"; + sha256_unsigned = "e1e28bf3d02439c18b78f18adbfcc85cfd485daab79419010fef1338839a9c3a"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + model = "P-2601HN"; + variant = "F1/F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "lantiq/xway"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1021a-iot-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-layerscape-armv7-fsl_ls1021a-iot-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sysupgrade.bin"; + sha256 = "c0a97c65734467a849456f267e0969a3924d6203ed0bfbc532ffa7ef4a755c1f"; + sha256_unsigned = "4418bd105675abe9deb61257d8a2bf60255d6375c49a2d0b60ffd9dc5824a5a0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sdcard.img.gz"; + sha256 = "6cfbd270dc40de16ba8fa173ac5486c44c6fa2f7f192322cf33766407088b3a6"; + sha256_unsigned = "6cfbd270dc40de16ba8fa173ac5486c44c6fa2f7f192322cf33766407088b3a6"; + type = "sdcard"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "LS1021A-IoT"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr = { + device_packages = [ + "layerscape-rcw" + ]; + image_prefix = "openwrt-22.03.5-layerscape-armv7-fsl_ls1021a-twr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv7-fsl_ls1021a-twr-squashfs-firmware.bin"; + sha256 = "7ec2c73c43bcd7124b98aaac205c26109068f247a58f56bdcf72087327393c04"; + sha256_unsigned = "7ec2c73c43bcd7124b98aaac205c26109068f247a58f56bdcf72087327393c04"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv7-fsl_ls1021a-twr-squashfs-sysupgrade.bin"; + sha256 = "ed8d886218b1e5f90f38854c466a19799357d540610274d1cfaa2da20a227832"; + sha256_unsigned = "321bbd59037724228e59f138eca43b3de43c73fcac76d1227543f3216e889ae5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-layerscape-armv7-fsl_ls1021a-twr-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sysupgrade.bin"; + sha256 = "752e690fde25f9c6d7d37aa9e55e2f121448329fbe2fd35bd99398044b3c2bf3"; + sha256_unsigned = "638cbe711b3738f7967f619e5fcfd56c8610fd1e7b5010f7b32f4bfb09ea71fc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sdcard.img.gz"; + sha256 = "2d3d96706272c78841e3ee48ca57eda4239f3fb4e2676201926840f214917e0c"; + sha256_unsigned = "2d3d96706272c78841e3ee48ca57eda4239f3fb4e2676201926840f214917e0c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr-sdboot" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "layerscape/armv7"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1012a-frdm = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frdm" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1012a-frdm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-sysupgrade.bin"; + sha256 = "a89d32034d823724c966fc314310d251ab32b627def1038af4d9d285315d2948"; + sha256_unsigned = "7600206625f5f8c0b506712db2eb16afc7f1c98184e99f86ec984d84bebc304d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-firmware.bin"; + sha256 = "b7bee285b207e39694bde98d64fb9e9ba95c6796a51eba1927139274dcc9a556"; + sha256_unsigned = "b7bee285b207e39694bde98d64fb9e9ba95c6796a51eba1927139274dcc9a556"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frdm" + ]; + titles = [ + { + model = "FRDM-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-frwy-sdboot = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-frwy-sdboot" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "962ce3d907504471b7ad1e932c168a99a39e7a7af460161772f5d1279f32ea43"; + sha256_unsigned = "962ce3d907504471b7ad1e932c168a99a39e7a7af460161772f5d1279f32ea43"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "72684db290cfe30f86172de0e37fe546a8970fe00c6a193bbc79b9f83b6dd607"; + sha256_unsigned = "a3c447e3260a5a097de3660430aab99b0bc1002cb4b08d87a7033bfe2f1dcbc6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-firmware.bin"; + sha256 = "9cf4d16ba6911bf6b194116cd36199ac92ccfce2931572bdd009ea39d0273ed4"; + sha256_unsigned = "9cf4d16ba6911bf6b194116cd36199ac92ccfce2931572bdd009ea39d0273ed4"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-rdb = { + device_packages = [ + "layerscape-ppfe" + "tfa-ls1012a-rdb" + "kmod-hwmon-ina2xx" + "kmod-iio-fxas21002c-i2c" + "kmod-iio-fxos8700-i2c" + "kmod-ppfe" + ]; + image_prefix = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1012a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-firmware.bin"; + sha256 = "6ca298007b35f5d96108f31b06805125d235c6a713c19f0683a827c019c0ad8c"; + sha256_unsigned = "6ca298007b35f5d96108f31b06805125d235c6a713c19f0683a827c019c0ad8c"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-sysupgrade.bin"; + sha256 = "d0fe6301e0ff3f2c7783f551e26e31b3e331cba4c1fe015302d97ee58242b186"; + sha256_unsigned = "ab48291d5b8e4dee3555fe9b0ee7592af1f4ed1f4c90ffefe79e79d6db4d074c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-rdb" + ]; + titles = [ + { + model = "LS1012A-RDB"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1043a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-sysupgrade.bin"; + sha256 = "5530711c90366c1d8013bf9560fa35f89d1fcefb0b465cb7b500a5deaf5966f6"; + sha256_unsigned = "cf20e7f32adc051bdef623e939997cb775a9a1ec953d73650575e5399e38f66f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-firmware.bin"; + sha256 = "94a303753ec5622093ae76d3aa2e2f2f23ed972f0bfd1f04afce73ff6e2160cc"; + sha256_unsigned = "94a303753ec5622093ae76d3aa2e2f2f23ed972f0bfd1f04afce73ff6e2160cc"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1043a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "b1efd711534795392ced2673d7bfc7ebb27abb4ee292257abcb573d25409f3c2"; + sha256_unsigned = "b1efd711534795392ced2673d7bfc7ebb27abb4ee292257abcb573d25409f3c2"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "50ab957f2d61a5a70c9dfdcc5d3b93740ed40c03fbc14650ceaa1eeed78f3d02"; + sha256_unsigned = "352499685cbdb4227ba49d9e5c3e9d1637c3202eac31cd760a7cbdfc46964df1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy" + ]; + image_prefix = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1046a-frwy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-sysupgrade.bin"; + sha256 = "ed001479e4629237f4c77eb3ad59d28e4b7a210c4dbc97b482b935d3c9a8a3b3"; + sha256_unsigned = "bd9cb984e56b8e55e82584cfdc357076173fec536b7b967331830c265f0bdeaf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-firmware.bin"; + sha256 = "a27f0dc5f75202ded48fce8b273b2b02130cd57fa73a63f95d24c58be26e7a4b"; + sha256_unsigned = "a27f0dc5f75202ded48fce8b273b2b02130cd57fa73a63f95d24c58be26e7a4b"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-frwy-sdboot" + ]; + image_prefix = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "72d280b29e28a2af059b3a35b008238222f7f766956b086ce40c3224b6b80950"; + sha256_unsigned = "f5807f8bce93e5c5cb9770c41f4bbeb9ad253fbe38a74bef195ae8bfc68d2ad7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "ad54ce500aa5c680c5ef66c451ac53abdf1f5f14e15bc68385f0afa9edc04b04"; + sha256_unsigned = "ad54ce500aa5c680c5ef66c451ac53abdf1f5f14e15bc68385f0afa9edc04b04"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1046a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-firmware.bin"; + sha256 = "1dc1ea99d0c4f8ea147b40b6a6262891374d73da7c9d3a58215e2f37666bbf0c"; + sha256_unsigned = "1dc1ea99d0c4f8ea147b40b6a6262891374d73da7c9d3a58215e2f37666bbf0c"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-sysupgrade.bin"; + sha256 = "17c58b54887ae856bad1009e00db33a1d61444c969c51929a8f508309318df6a"; + sha256_unsigned = "6efb8b57469512bf45c6b58a28db72995add0da563f8055301ee215e40e0fbc0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "tfa-ls1046a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "1ada6cd5f3c91d395f01e7e566ba29a8f277c3b7b59ad30928cb8d0ab2fa53de"; + sha256_unsigned = "1ada6cd5f3c91d395f01e7e566ba29a8f277c3b7b59ad30928cb8d0ab2fa53de"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "9df3164e825ab0820d46ce554e76208fdc79803b3bd6741ec2fcf4df611b652b"; + sha256_unsigned = "5bf6d36516a63c1b52e9c344737ad892458831a900a82794b3beb1c3817142bd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-firmware.bin"; + sha256 = "849489bf35071cd882bdefe92e3b05bf194c4fa2238424e4f822cd3972d6119f"; + sha256_unsigned = "849489bf35071cd882bdefe92e3b05bf194c4fa2238424e4f822cd3972d6119f"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "a1febd57805f2b86597267527880d79393e24bac107684ed4cb7b4634ca1b698"; + sha256_unsigned = "2a8726c8a75f32d54f734d97e2d6ca3510614a0d7352c4bac85225054a14337e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls1088a-rdb-sdboot" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "e3ce04594fac2ceb92702116bcaac9add3a6a3a195d5730ccee9b027143a438f"; + sha256_unsigned = "705e1d7306196d7c3ca728981cfa8370fac5bc8bb7f282399e8a1fd2c7888e67"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "5f2d763b182b4703d6b03ed6ba2e50428b40c4ebd9959905cd5554c0f30d3bef"; + sha256_unsigned = "5f2d763b182b4703d6b03ed6ba2e50428b40c4ebd9959905cd5554c0f30d3bef"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls2088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "tfa-ls2088a-rdb" + "restool" + "kmod-ahci-qoriq" + ]; + image_prefix = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls2088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "f64aba76086d36d3d1dab589b68ea5bf9ec51e32e0f508050d8b0aa15efd3bfc"; + sha256_unsigned = "8c7801986cad71fd11e76d31ebc469a212be8adb2b18be6a09855dcb58a7a6d0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-firmware.bin"; + sha256 = "8a731bcbee06c60c65b99377aa02c4d026416cba2dfd4c92b80e88a1002bad24"; + sha256_unsigned = "8a731bcbee06c60c65b99377aa02c4d026416cba2dfd4c92b80e88a1002bad24"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls2088a-rdb" + ]; + titles = [ + { + model = "LS2088ARDB"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb" + "restool" + ]; + image_prefix = "openwrt-22.03.5-layerscape-armv8_64b-fsl_lx2160a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-firmware.bin"; + sha256 = "117d0de32251516908e13373c563e8a90f9c94b933190aac7c4b65d2cd183cea"; + sha256_unsigned = "117d0de32251516908e13373c563e8a90f9c94b933190aac7c4b65d2cd183cea"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-sysupgrade.bin"; + sha256 = "fb01bed6c36c82d423a2545f2bff854744e142a18850a87168dc2fbd81a8003f"; + sha256_unsigned = "8199c17fe469a600431b93d01809af8b5782b14bca7f228ba6181d755dd693d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "tfa-lx2160a-rdb-sdboot" + "restool" + ]; + image_prefix = "openwrt-22.03.5-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "b70d2ef03ee405d0cb4836008411b58c1949f6c91f90fd88770f771c7f5aecf0"; + sha256_unsigned = "b7d7890ad3c69e9a84da8247e1e0109c07df35478b9b47ae9b6047b5bfd27137"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "d1a51121e7b16b8d72d4cfe3d43a4bb616dfb610ab779dec90a4b3bb6778a646"; + sha256_unsigned = "d1a51121e7b16b8d72d4cfe3d43a4bb616dfb610ab779dec90a4b3bb6778a646"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb-sdboot" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + traverse_ls1043 = { + device_packages = [ + "layerscape-fman" + "uboot-envtools" + "kmod-i2c-mux-pca954x" + "kmod-hwmon-core" + "kmod-gpio-pca953x" + "kmod-input-gpio-keys-polled" + "kmod-rtc-isl1208" + ]; + image_prefix = "openwrt-22.03.5-layerscape-armv8_64b-traverse_ls1043"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-traverse_ls1043-ubifs-root"; + sha256 = "5a70d642676542262d0db47f62c44ebf07b01b76635d0d76b7a1423c2d2561dd"; + sha256_unsigned = "5a70d642676542262d0db47f62c44ebf07b01b76635d0d76b7a1423c2d2561dd"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-layerscape-armv8_64b-traverse_ls1043-ubifs-sysupgrade.bin"; + sha256 = "f696b9c44e22588b6cdb15eb1f13d6ecd2e9e62efa62d1dd287d41574f7ab85d"; + sha256_unsigned = "0614865646ddf5dcac1d03b01920f7cbc66f5cb2d4335d1584bccaa3e96e5f85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "traverse,ls1043s" + "traverse,ls1043v" + ]; + titles = [ + { + model = "LS1043 Boards"; + vendor = "Traverse"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "layerscape/armv8_64b"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + malta = { }; + mediatek = { + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-mt7615-firmware" + "kmod-mt7615e" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + bananapi_bpi-r64 = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + "e2fsprogs" + "mkf2fs" + "f2fsck" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7622-bananapi_bpi-r64"; + images = [ + { + name = "openwrt-22.03.5-mediatek-mt7622-bananapi_bpi-r64-sdcard.img.gz"; + sha256 = "f1937e793a3e24203c4e4c85ed789ef8fb91bea8ee9ce3f09ced622b2c5769bc"; + sha256_unsigned = "f1937e793a3e24203c4e4c85ed789ef8fb91bea8ee9ce3f09ced622b2c5769bc"; + type = "sdcard.img.gz"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7622-bananapi_bpi-r64-initramfs-recovery.itb"; + sha256 = "cc1b48ca0949f6c35ec24a27a46194768665b6454f3c7eca41d95794ad1707ef"; + sha256_unsigned = "cc1b48ca0949f6c35ec24a27a46194768665b6454f3c7eca41d95794ad1707ef"; + type = "kernel"; + } + { + name = "openwrt-22.03.5-mediatek-mt7622-bananapi_bpi-r64-snand-preloader.bin"; + sha256 = "1a4c913ec0f83227044f82090b2b37daa4b3efc83c43ba1792818fb5ae5c22d6"; + sha256_unsigned = "1a4c913ec0f83227044f82090b2b37daa4b3efc83c43ba1792818fb5ae5c22d6"; + type = "snand-preloader.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-bananapi_bpi-r64-squashfs-sysupgrade.itb"; + sha256 = "05b1006b957cc5308fd6313ee35ff5e731071b63715e0da227f3c5c6cc0fd21c"; + sha256_unsigned = "65671dc57129b4f706273cf138a4ef16113505c5b868798d4907083e79438f12"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.5-mediatek-mt7622-bananapi_bpi-r64-emmc-preloader.bin"; + sha256 = "256de6c658144b0c988f93a7c68db1f0fbcdd49aa1097d6550fdbd78f0b0c8d7"; + sha256_unsigned = "256de6c658144b0c988f93a7c68db1f0fbcdd49aa1097d6550fdbd78f0b0c8d7"; + type = "emmc-preloader.bin"; + } + { + name = "openwrt-22.03.5-mediatek-mt7622-bananapi_bpi-r64-snand-bl31-uboot.fip"; + sha256 = "2a0d190c91c639141a1d0035478351c818a3a2da2eedbb36631d83ecce152175"; + sha256_unsigned = "2a0d190c91c639141a1d0035478351c818a3a2da2eedbb36631d83ecce152175"; + type = "snand-bl31-uboot.fip"; + } + { + name = "openwrt-22.03.5-mediatek-mt7622-bananapi_bpi-r64-emmc-bl31-uboot.fip"; + sha256 = "c3d9aebb78d8726d97b142e61c77606f3d60fbde2d46e419292f10dad57efd61"; + sha256_unsigned = "c3d9aebb78d8726d97b142e61c77606f3d60fbde2d46e419292f10dad57efd61"; + type = "emmc-bl31-uboot.fip"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "BPi-R64"; + vendor = "Bananapi"; + } + ]; + }; + buffalo_wsr-2533dhp2 = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7622-buffalo_wsr-2533dhp2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7622-buffalo_wsr-2533dhp2-initramfs-kernel.bin"; + sha256 = "e1f4c5c316cbc45bff6c0c964b10a26458dd9847811cc53a937739e08a7898c3"; + sha256_unsigned = "e1f4c5c316cbc45bff6c0c964b10a26458dd9847811cc53a937739e08a7898c3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-factory-uboot.bin"; + sha256 = "39cf91c11b30761b85db9e0d6c8c939a741c9ef77f9b16b8d3f57cf6a282cb90"; + sha256_unsigned = "39cf91c11b30761b85db9e0d6c8c939a741c9ef77f9b16b8d3f57cf6a282cb90"; + type = "factory-uboot"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-sysupgrade.bin"; + sha256 = "4f64579bc20a6e889a1c1bb11fa8af381a1cd13f545c50713613880365055dd1"; + sha256_unsigned = "0385ccc58dde7f98a7d395c6091a9a89146112c99521a531b0934e3848e4039d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-factory.bin"; + sha256 = "e4bdd8cd184d1ce073cbe00a97e727ae9cc8ef884a1d13441fd117554ef82d1f"; + sha256_unsigned = "e4bdd8cd184d1ce073cbe00a97e727ae9cc8ef884a1d13441fd117554ef82d1f"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhp2" + ]; + titles = [ + { + model = "WSR-2533DHP2"; + vendor = "Buffalo"; + } + ]; + }; + elecom_wrc-2533gent = { + device_packages = [ + "kmod-btmtkuart" + "kmod-usb3" + "swconfig" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7622-elecom_wrc-2533gent"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-elecom_wrc-2533gent-squashfs-sysupgrade.bin"; + sha256 = "106dcc4b521160dc502031e62c45e164b96208c64d2fa6abf800d51fbfca35d8"; + sha256_unsigned = "e5111dcbcf2e41245ad8f7d33b66416a4671cd5762a8ed5f3de38c43ec3bf19e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7622-elecom_wrc-2533gent-initramfs-kernel.bin"; + sha256 = "5fd66193c0104de8b938dabdae09753ee7a773a76efd6dd9ac057fa670e3ad2b"; + sha256_unsigned = "5fd66193c0104de8b938dabdae09753ee7a773a76efd6dd9ac057fa670e3ad2b"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gent" + ]; + titles = [ + { + model = "WRC-2533GENT"; + vendor = "Elecom"; + } + ]; + }; + linksys_e8450 = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7622-linksys_e8450"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-linksys_e8450-squashfs-sysupgrade.bin"; + sha256 = "9f2ecfaafd59e5d9f5ccc679ec834bdcd88bcf0a721ad176aed9eb27f541d75d"; + sha256_unsigned = "7e83b548f315aaf3adbf0461946299d08f6bd10f61f15bce12ef9c4826e284aa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7622-linksys_e8450-initramfs-kernel.bin"; + sha256 = "dea9032a1cc250f08e7981212f40f633e2a2d50e90b89e36d32bb2b384022573"; + sha256_unsigned = "dea9032a1cc250f08e7981212f40f633e2a2d50e90b89e36d32bb2b384022573"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e8450" + ]; + titles = [ + { + model = "E8450"; + vendor = "Linksys"; + } + { + model = "RT3200"; + vendor = "Belkin"; + } + ]; + }; + linksys_e8450-ubi = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7622-linksys_e8450-ubi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb"; + sha256 = "bd9cd518b7ebb1beb3870ac5481e03d083a4f1a2fe19033aafdb7997d6d6f377"; + sha256_unsigned = "e3ca15f6ac6a355ca8a7191bebf058f4413500b721e9bca8b4aae3887e0893c9"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.5-mediatek-mt7622-linksys_e8450-ubi-bl31-uboot.fip"; + sha256 = "dc5c344f49fbf07aab0f919a5efebb79733388732989aff6c01c304348535fd1"; + sha256_unsigned = "dc5c344f49fbf07aab0f919a5efebb79733388732989aff6c01c304348535fd1"; + type = "bl31-uboot.fip"; + } + { + name = "openwrt-22.03.5-mediatek-mt7622-linksys_e8450-ubi-preloader.bin"; + sha256 = "99382c768b7a20ff72f467cc8842724fe877bd50b3a1b2022a5b94e40e7ddab8"; + sha256_unsigned = "99382c768b7a20ff72f467cc8842724fe877bd50b3a1b2022a5b94e40e7ddab8"; + type = "preloader.bin"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery.itb"; + sha256 = "edb4d6c35d8aea79d109177bb320c877412e0bb6a4819779498e0e28a5f37865"; + sha256_unsigned = "edb4d6c35d8aea79d109177bb320c877412e0bb6a4819779498e0e28a5f37865"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e8450-ubi" + ]; + titles = [ + { + model = "E8450"; + variant = "UBI"; + vendor = "Linksys"; + } + { + model = "RT3200"; + variant = "UBI"; + vendor = "Belkin"; + } + ]; + }; + mediatek_mt7622-rfb1 = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7622-mediatek_mt7622-rfb1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-mediatek_mt7622-rfb1-squashfs-sysupgrade.bin"; + sha256 = "713c305bd77cc98975170f20cb4d2168401b6fdcbeb1e8a75ccca6a841c45eb0"; + sha256_unsigned = "28083cc5b9272ded0f7ceb623e015a48f276b65bf1e883263dc4bd232b65bd5f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7622-mediatek_mt7622-rfb1-initramfs-kernel.bin"; + sha256 = "81702f90a0e8c01ae7cbfcf2bac73aaa3d0d6b8601c186bd9b034018b6d651f6"; + sha256_unsigned = "81702f90a0e8c01ae7cbfcf2bac73aaa3d0d6b8601c186bd9b034018b6d651f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7622-rfb1-ubi = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7622-mediatek_mt7622-rfb1-ubi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-squashfs-factory.bin"; + sha256 = "3597a39baa0a2973f7bd83e388766ff39269ec4deb827febbdc9ea054c337f0c"; + sha256_unsigned = "3597a39baa0a2973f7bd83e388766ff39269ec4deb827febbdc9ea054c337f0c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-squashfs-sysupgrade.bin"; + sha256 = "16ca55dedbcf63f224dbafd339f589f67a63cb707f79c621cfb01555a31207ec"; + sha256_unsigned = "2e22667e9e1510231a2b858bf0dc9b33f0579f917295a6ec455eb7060fddcd4b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-initramfs-kernel.bin"; + sha256 = "1665d639f83b327b8de74a348617e7fccf5374e05a7b90ddf84bdcfd509fa9e0"; + sha256_unsigned = "1665d639f83b327b8de74a348617e7fccf5374e05a7b90ddf84bdcfd509fa9e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1-ubi" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP (UBI)"; + vendor = "MediaTek"; + } + ]; + }; + ruijie_rg-ew3200gx-pro = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7622-ruijie_rg-ew3200gx-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-ruijie_rg-ew3200gx-pro-squashfs-sysupgrade.bin"; + sha256 = "f0417e5a0b5635b52946c740a16eba72e9fb6af1b7f85168a948992bf8d602a3"; + sha256_unsigned = "e8f2298e484f68f9928f7027f1998bfae7b9059193d6162fb6dbf030a1d7fe7e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7622-ruijie_rg-ew3200gx-pro-initramfs-kernel.bin"; + sha256 = "e53485b376669ae258c61db57368e24a4368e279f7f53a7717d96527bbe99f12"; + sha256_unsigned = "e53485b376669ae258c61db57368e24a4368e279f7f53a7717d96527bbe99f12"; + type = "kernel"; + } + ]; + supported_devices = [ + "ruijie,rg-ew3200gx-pro" + ]; + titles = [ + { + model = "RG-EW3200GX PRO"; + vendor = "Ruijie"; + } + ]; + }; + totolink_a8000ru = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7622-totolink_a8000ru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-totolink_a8000ru-squashfs-sysupgrade.bin"; + sha256 = "3f5d46806d45086452f2c923ab6fd49ce278f3126121547d9649875c9fde2e48"; + sha256_unsigned = "35c1fbf8210df7e4b5cec1378b7df3f50c594a3fd57552e44e76c94462c1edcb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7622-totolink_a8000ru-initramfs-kernel.bin"; + sha256 = "e1a8a8155ab65e53946b8b967554b6c97e508978d722e3afcd83f386fd0a7996"; + sha256_unsigned = "e1a8a8155ab65e53946b8b967554b6c97e508978d722e3afcd83f386fd0a7996"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,a8000ru" + ]; + titles = [ + { + model = "A8000RU"; + vendor = "TOTOLINK"; + } + ]; + }; + ubnt_unifi-6-lr-v1 = { + device_packages = [ + "kmod-mt7915e" + "kmod-leds-ubnt-ledbar" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7622-ubnt_unifi-6-lr-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-ubnt_unifi-6-lr-v1-squashfs-sysupgrade.bin"; + sha256 = "ff4716b8628fd94761414103e985d6b5598879ab06d6ac911110500ee3b08eb7"; + sha256_unsigned = "dd1d503cdde9ddff9f0caa3d0147a2e81a42fc19457efaea8e4fe7602b661dfb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7622-ubnt_unifi-6-lr-v1-initramfs-kernel.bin"; + sha256 = "7f6b7efa7016e0afa2faf15f589a43195c926788c1452e0ecd6d5a72393c1060"; + sha256_unsigned = "7f6b7efa7016e0afa2faf15f589a43195c926788c1452e0ecd6d5a72393c1060"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v1" + "ubnt,unifi-6-lr" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v1-ubootmod = { + device_packages = [ + "kmod-mt7915e" + "kmod-leds-ubnt-ledbar" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "09b796a1c33162bb0782b37292767a9021b2ab8748bcc424944afd30ee77602d"; + sha256_unsigned = "4f100536d1e9e7d43e0d245f202d2d8b29249dd6200efcb3e3d167b6faee796d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-initramfs-recovery.itb"; + sha256 = "61761673842c4cd3b8c2619ed6779175f98ebb461774dc6be70b51a46ffcb548"; + sha256_unsigned = "61761673842c4cd3b8c2619ed6779175f98ebb461774dc6be70b51a46ffcb548"; + type = "kernel"; + } + { + name = "openwrt-22.03.5-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-bl31-uboot.fip"; + sha256 = "ebae3cbd7bcd9d7ceef03b143c28c9f792dcd9e72400fea41eaa02a6d2529691"; + sha256_unsigned = "ebae3cbd7bcd9d7ceef03b143c28c9f792dcd9e72400fea41eaa02a6d2529691"; + type = "bl31-uboot.fip"; + } + { + name = "openwrt-22.03.5-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-preloader.bin"; + sha256 = "f2414a3d46d1194abc048030dfb908761d83a6c1d179430b82daab649f2d325b"; + sha256_unsigned = "f2414a3d46d1194abc048030dfb908761d83a6c1d179430b82daab649f2d325b"; + type = "preloader.bin"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v1-ubootmod" + "ubnt,unifi-6-lr-ubootmod" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v1 U-Boot mod"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v2 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7622-ubnt_unifi-6-lr-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-ubnt_unifi-6-lr-v2-squashfs-sysupgrade.bin"; + sha256 = "10def36ac0207709acc9f006518a4e7dd407c3404314296163bef8051c143058"; + sha256_unsigned = "4855c58113836813398f6fd819be83ec615a84863d372c7cc413911e5eab6d4c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7622-ubnt_unifi-6-lr-v2-initramfs-kernel.bin"; + sha256 = "9ab114291fcaa8b364f1e82e0e255bd12e8a00a157bf0d45687a6d03555c196b"; + sha256_unsigned = "9ab114291fcaa8b364f1e82e0e255bd12e8a00a157bf0d45687a6d03555c196b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v2" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v2-ubootmod = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-initramfs-recovery.itb"; + sha256 = "ca4498a2a88d912e3ca2a55a76996c08025e16077e73642f5a564b73f1027d50"; + sha256_unsigned = "ca4498a2a88d912e3ca2a55a76996c08025e16077e73642f5a564b73f1027d50"; + type = "kernel"; + } + { + name = "openwrt-22.03.5-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-bl31-uboot.fip"; + sha256 = "ebae3cbd7bcd9d7ceef03b143c28c9f792dcd9e72400fea41eaa02a6d2529691"; + sha256_unsigned = "ebae3cbd7bcd9d7ceef03b143c28c9f792dcd9e72400fea41eaa02a6d2529691"; + type = "bl31-uboot.fip"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "e3a7bfd776237cbeafda36f89fa0eb440283197612cf14350f7e75faed9c3251"; + sha256_unsigned = "96302c4e3edf8b6198f2db123b5f6a0e22432217f39e54d492e970434dcf821a"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.5-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-preloader.bin"; + sha256 = "f2414a3d46d1194abc048030dfb908761d83a6c1d179430b82daab649f2d325b"; + sha256_unsigned = "f2414a3d46d1194abc048030dfb908761d83a6c1d179430b82daab649f2d325b"; + type = "preloader.bin"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v2-ubootmod" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v2 U-Boot mod"; + vendor = "Ubiquiti"; + } + ]; + }; + xiaomi_redmi-router-ax6s = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7622-xiaomi_redmi-router-ax6s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7622-xiaomi_redmi-router-ax6s-initramfs-recovery.itb"; + sha256 = "50bd537d2bcc5083a18a5a1801c3e2353b7614f2a1d52ec2298bcb3e031e7e79"; + sha256_unsigned = "50bd537d2bcc5083a18a5a1801c3e2353b7614f2a1d52ec2298bcb3e031e7e79"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-sysupgrade.bin"; + sha256 = "f88e4a27bb180af60f0fbcf8eea7586f7a21e7511e2282f2663a7d595c53b8ac"; + sha256_unsigned = "8597c46c5ca81dd9aff4cd42aaf32fb5539b3642a1c5395b11a0f6a662062e29"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-factory.bin"; + sha256 = "a15cc8060bea0a5ee57507f352a09a8ab7bdbb7e0d2952343cb28ec5c68c0417"; + sha256_unsigned = "a15cc8060bea0a5ee57507f352a09a8ab7bdbb7e0d2952343cb28ec5c68c0417"; + type = "factory"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ax6s" + ]; + titles = [ + { + model = "Redmi Router AX6S"; + vendor = "Xiaomi"; + } + { + model = "Router AX3200"; + vendor = "Xiaomi"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "mediatek/mt7622"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + bananapi_bpi-r2 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-usb3" + "kmod-ata-ahci" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7623-bananapi_bpi-r2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7623-bananapi_bpi-r2-squashfs-sysupgrade.itb"; + sha256 = "a213f5135606d01d33f61e0eb057378bffcb1254efba46cf559a820fbe2b2ea0"; + sha256_unsigned = "e6e0967c53fec4cf38284d1c3a447f09f4ea0a800a0d582f77370728d5283094"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.5-mediatek-mt7623-bananapi_bpi-r2-preloader.bin"; + sha256 = "33d6abe872e557e5d960b1a7f2a394ca297ee6bf02da8f7383d2fbf599460261"; + sha256_unsigned = "33d6abe872e557e5d960b1a7f2a394ca297ee6bf02da8f7383d2fbf599460261"; + type = "preloader.bin"; + } + { + name = "openwrt-22.03.5-mediatek-mt7623-bananapi_bpi-r2-u-boot.bin"; + sha256 = "bf6ff19531822819f16f507fc0cb97ffe16864aae074191de0082df545cafb91"; + sha256_unsigned = "bf6ff19531822819f16f507fc0cb97ffe16864aae074191de0082df545cafb91"; + type = "u-boot.bin"; + } + { + name = "openwrt-22.03.5-mediatek-mt7623-bananapi_bpi-r2-sdcard.img.gz"; + sha256 = "a5e4ba6913d534e537220a2865f321cb636acece28d6dc53dc9df2e28ed3a7e4"; + sha256_unsigned = "a5e4ba6913d534e537220a2865f321cb636acece28d6dc53dc9df2e28ed3a7e4"; + type = "sdcard.img.gz"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7623-bananapi_bpi-r2-initramfs-recovery.itb"; + sha256 = "d2e03defc5a3f5562d287fb1e51cf7522427172e278de5c7c48038f4b38d7271"; + sha256_unsigned = "d2e03defc5a3f5562d287fb1e51cf7522427172e278de5c7c48038f4b38d7271"; + type = "kernel"; + } + ]; + supported_devices = [ + "bananapi,bpi-r2" + ]; + titles = [ + { + model = "BPi-R2"; + vendor = "Bananapi"; + } + ]; + }; + unielec_u7623-02 = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7623-unielec_u7623-02"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7623-unielec_u7623-02-squashfs-sysupgrade.itb"; + sha256 = "b8da799c81c7d81845b64e1f288571e6ff6d081cd0a329e8d7922e6a5f8d7318"; + sha256_unsigned = "5352c2d932727fbb053c4d6c3ee36be28a8d1f4b387bfb94b47b7df3979ae3a1"; + type = "sysupgrade"; + } + { + name = "openwrt-22.03.5-mediatek-mt7623-unielec_u7623-02-scatter.txt"; + sha256 = "8277bdf6388ddc510fec616a0aba5c9bbb62c967ff069c1dddee4356caae725f"; + sha256_unsigned = "8277bdf6388ddc510fec616a0aba5c9bbb62c967ff069c1dddee4356caae725f"; + type = "scatter.txt"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7623-unielec_u7623-02-initramfs-recovery.itb"; + sha256 = "4fe0a1a441ae84ca332ca82261bdf48abea739e4d16ed474b04a6ed4cdb9a041"; + sha256_unsigned = "4fe0a1a441ae84ca332ca82261bdf48abea739e4d16ed474b04a6ed4cdb9a041"; + type = "kernel"; + } + { + name = "openwrt-22.03.5-mediatek-mt7623-unielec_u7623-02-emmc.img.gz"; + sha256 = "42e000c48b71feafa69fac222994116c7898da0bce9da4d0194c9f1d3abb809c"; + sha256_unsigned = "7fedc0d05597b9dc351782a0469b41cf1f95c1595f6809b1c248e81122c65012"; + type = "emmc.img.gz"; + } + { + name = "openwrt-22.03.5-mediatek-mt7623-unielec_u7623-02-u-boot.bin"; + sha256 = "885cf8075b84db0c0e6e774a03fdf7dd3eb404b90e5dec843262f4ecde3146fc"; + sha256_unsigned = "885cf8075b84db0c0e6e774a03fdf7dd3eb404b90e5dec843262f4ecde3146fc"; + type = "u-boot.bin"; + } + ]; + supported_devices = [ + "unielec,u7623-02" + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7623-02-emmc-512m-legacy = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-squashfs-sysupgrade.bin.gz"; + sha256 = "61f30f1e262e979b6a9dde0e8794d97369f51a6caa37d349a041e196bd12fea9"; + sha256_unsigned = "36616a9c4997bbba78b88875863349050cdeef2a6482d187219203f24b5a7de3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-initramfs-kernel.bin"; + sha256 = "5199261507ee5a9b92e50f4cc50ff42ef3c6fd7d8431ff7063afa5c8ae901d6e"; + sha256_unsigned = "5199261507ee5a9b92e50f4cc50ff42ef3c6fd7d8431ff7063afa5c8ae901d6e"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + variant = "eMMC/512MiB RAM (legacy image)"; + vendor = "UniElec"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "mediatek/mt7623"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + mt7629 = { + arch_packages = "arm_cortex-a7"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + mediatek_mt7629-rfb = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-22.03.5-mediatek-mt7629-mediatek_mt7629-rfb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mediatek-mt7629-mediatek_mt7629-rfb-initramfs-kernel.bin"; + sha256 = "d84c64933e98a6a4fee3bcefabfe6d4d71d55c9e566fedc447a577f220d9e9a5"; + sha256_unsigned = "d84c64933e98a6a4fee3bcefabfe6d4d71d55c9e566fedc447a577f220d9e9a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mediatek-mt7629-mediatek_mt7629-rfb-squashfs-sysupgrade.bin"; + sha256 = "1a97a69b2934ce3003498a28b224c6b347d5ebe510bad851e3160b1ed5a74ec5"; + sha256_unsigned = "98a49d87ae1b48a32e17436abf5d8d9a6e1791e1bd01c80c47c33b7177121c76"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7629-rfb" + ]; + titles = [ + { + model = "MT7629 rfb AP"; + vendor = "MediaTek"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "mediatek/mt7629"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + mpc85xx = { + p1010 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + sophos_red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mpc85xx-p1010-sophos_red-15w-rev1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mpc85xx-p1010-sophos_red-15w-rev1-initramfs-kernel.bin"; + sha256 = "6791c66406bd6b5292308f7b55aabd19f79127fc4ab51483ed21caa855d20423"; + sha256_unsigned = "6791c66406bd6b5292308f7b55aabd19f79127fc4ab51483ed21caa855d20423"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mpc85xx-p1010-sophos_red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "c1c7deefd85dbda79f32d22aa3fed721f598fac6c9934b8685c42df9860d6cf8"; + sha256_unsigned = "79c23fda737428b8f1de0e4725d417f0c4016eb1e0c626c6bd5291296153971d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + model = "RED 15w"; + variant = "Rev.1"; + vendor = "Sophos"; + } + ]; + }; + tplink_tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mpc85xx-p1010-tplink_tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "7b91f341bb4211f822fb215c5456b4759774c51546dcdf20fbc995e13776ea10"; + sha256_unsigned = "89c55dd2fb63cba639f6165dd4f6a80da32f6bdc591cadce270ab72e937a8d1c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "dcf6bc9f00bfdd4106e8b7a5b1833ee46e2b969cb3933decb827004bb6dd485c"; + sha256_unsigned = "dcf6bc9f00bfdd4106e8b7a5b1833ee46e2b969cb3933decb827004bb6dd485c"; + type = "factory"; + } + { + name = "openwrt-22.03.5-mpc85xx-p1010-tplink_tl-wdr4900-v1-fdt.bin"; + sha256 = "06d8b4186f532e6209e959787d8ea479b03aa87f83f4bb1b68022994da8525ae"; + sha256_unsigned = "06d8b4186f532e6209e959787d8ea479b03aa87f83f4bb1b68022994da8525ae"; + type = "fdt.bin"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v1" + "tl-wdr4900-v1" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + watchguard_firebox-t10 = { + device_packages = [ + "kmod-rtc-s35390a" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.5-mpc85xx-p1010-watchguard_firebox-t10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mpc85xx-p1010-watchguard_firebox-t10-squashfs-sysupgrade.bin"; + sha256 = "3ff9ae575e79dd60b097c50f9197af75fa505e7502d577762122d84abe7839a8"; + sha256_unsigned = "217bcc24d4a14218e9dc0c1c44a4fbf5ff1be4732daf63c8a6fc7a97542ac206"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mpc85xx-p1010-watchguard_firebox-t10-initramfs-kernel.bin"; + sha256 = "16c7c5e857058b2d556aab45fcf2e5101701a7ef926bc9a3f2bc98e96e4dd90e"; + sha256_unsigned = "16c7c5e857058b2d556aab45fcf2e5101701a7ef926bc9a3f2bc98e96e4dd90e"; + type = "kernel"; + } + ]; + supported_devices = [ + "watchguard,firebox-t10" + ]; + titles = [ + { + model = "Firebox T10"; + vendor = "Watchguard"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "mpc85xx/p1010"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + p1020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aerohive_hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-hwmon-lm70" + ]; + image_prefix = "openwrt-22.03.5-mpc85xx-p1020-aerohive_hiveap-330"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin"; + sha256 = "88ce557f0d1bd2b42ae13d16acf85b2cd642dcda05afc611bf2c60c733586548"; + sha256_unsigned = "88ce557f0d1bd2b42ae13d16acf85b2cd642dcda05afc611bf2c60c733586548"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mpc85xx-p1020-aerohive_hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "308b71d97d6735ebdaa4834136090e124f6da05231030f02e2a5b412f8119f76"; + sha256_unsigned = "a9059d2ccd516b62ed8486eab6f84bae8c6f5d0acf829705e1a987aca42e2bed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + model = "HiveAP-330"; + vendor = "Aerohive"; + } + { + model = "HiveAP-350"; + vendor = "Aerohive"; + } + ]; + }; + enterasys_ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mpc85xx-p1020-enterasys_ws-ap3710i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mpc85xx-p1020-enterasys_ws-ap3710i-initramfs-kernel.bin"; + sha256 = "f52b2cff956e419c09fc48d57aeab72f94b0f3a1fdd0eac280ab6b26d58bb864"; + sha256_unsigned = "f52b2cff956e419c09fc48d57aeab72f94b0f3a1fdd0eac280ab6b26d58bb864"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "13dc66c5557ac8e172252ca012072bf1921a89d9f1f4b245ae6293fe76b2d0c8"; + sha256_unsigned = "77f9f1c8247e62a6bb0658913fd76c0db69460108923e0282133d5472f9a58f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + model = "WS-AP3710i"; + vendor = "Enterasys"; + } + ]; + }; + extreme-networks_ws-ap3825i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-22.03.5-mpc85xx-p1020-extreme-networks_ws-ap3825i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mpc85xx-p1020-extreme-networks_ws-ap3825i-squashfs-sysupgrade.bin"; + sha256 = "d863302fe5c2e6ba6ad68384e7c213ab25fbc71657ee8b3a7ce635481bea2a42"; + sha256_unsigned = "92d23472097f67a3911f88b4174b56c5f58c3d08bec71acd34b46e3724c5b481"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mpc85xx-p1020-extreme-networks_ws-ap3825i-initramfs-kernel.bin"; + sha256 = "5acee4b4cbaebd5ad389585521a36fb658777b4f53178012b7639399113c6869"; + sha256_unsigned = "5acee4b4cbaebd5ad389585521a36fb658777b4f53178012b7639399113c6869"; + type = "kernel"; + } + ]; + supported_devices = [ + "extreme-networks,ws-ap3825i" + ]; + titles = [ + { + model = "WS-AP3825i"; + vendor = "Extreme Networks"; + } + ]; + }; + ocedo_panda = { + device_packages = [ + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-22.03.5-mpc85xx-p1020-ocedo_panda"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mpc85xx-p1020-ocedo_panda-initramfs-kernel.bin"; + sha256 = "a1e1fff387025e0001d5c46356d05c4ee08fe9c84c9c03cfe44eedc12c6dcb73"; + sha256_unsigned = "a1e1fff387025e0001d5c46356d05c4ee08fe9c84c9c03cfe44eedc12c6dcb73"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mpc85xx-p1020-ocedo_panda-squashfs-fdt.bin"; + sha256 = "1aa2b03bc147048f98006bafc3d6ee0ef3f118fa7b35d5b6f4d937b9d0153efc"; + sha256_unsigned = "1aa2b03bc147048f98006bafc3d6ee0ef3f118fa7b35d5b6f4d937b9d0153efc"; + type = "fdt"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mpc85xx-p1020-ocedo_panda-squashfs-sysupgrade.bin"; + sha256 = "fae99c8e4a56e85109304bd0054164244796dbf2c0b1a9500598e6c5a2d8020d"; + sha256_unsigned = "1e41a8c842c5457785d7c21372530744d2f92cc4d3436b79b1011fe3f37b64c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + model = "Panda"; + vendor = "OCEDO"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "mpc85xx/p1020"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + p2020 = { + arch_packages = "powerpc_8540"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + freescale_p2020rdb = { + device_packages = [ + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-22.03.5-mpc85xx-p2020-freescale_p2020rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mpc85xx-p2020-freescale_p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "47ba591db58c0c134884e7b836c1402c8dcbaff36d3747432ddea3c5f60b6438"; + sha256_unsigned = "88b886a1f1a462167894994d223cecb5a72d99e1d859763cbc74282b70719971"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mpc85xx-p2020-freescale_p2020rdb-initramfs-kernel.bin"; + sha256 = "12316480e15f64e9a9f97cf87579be8683b62b0cb28d379d6b58203ebfe2f2f7"; + sha256_unsigned = "12316480e15f64e9a9f97cf87579be8683b62b0cb28d379d6b58203ebfe2f2f7"; + type = "kernel"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + model = "P2020RDB"; + vendor = "Freescale"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "mpc85xx/p2020"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + glinet_gl-mv1000 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa53-glinet_gl-mv1000"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-mvebu-cortexa53-glinet_gl-mv1000-ext4-sdcard.img.gz"; + sha256 = "7a64deb9c6e39e5cb14b483815299d24c22dfb0b929c661640c1d5dc633a54df"; + sha256_unsigned = "73bcd5b16f072d4312e77355443fda0636ddb842c45de28423f7f40ab54d05e0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa53-glinet_gl-mv1000-squashfs-sdcard.img.gz"; + sha256 = "9cfa75189be10978419ee8fdfb4c2d0a3bc55f1065f663b62be9f9d4da52d4a6"; + sha256_unsigned = "bf01632e4df126c2765e8d23b7133980e01cf0fe8f583015c9307c2f95bf9e0d"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa53-glinet_gl-mv1000-initramfs-kernel.bin"; + sha256 = "4001d5b0b57cae19897e1302c35f088f51b2ccf9722942526a15216e4adba5eb"; + sha256_unsigned = "4001d5b0b57cae19897e1302c35f088f51b2ccf9722942526a15216e4adba5eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mv1000" + ]; + titles = [ + { + model = "GL-MV1000"; + vendor = "GL.iNet"; + } + ]; + }; + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-initramfs-kernel.bin"; + sha256 = "4001d5b0b57cae19897e1302c35f088f51b2ccf9722942526a15216e4adba5eb"; + sha256_unsigned = "4001d5b0b57cae19897e1302c35f088f51b2ccf9722942526a15216e4adba5eb"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "418ad1cad0d72908ad147dd06670a97226ec8c7d309246ec380a199b3baa7051"; + sha256_unsigned = "3210dcc2217f70fe732042ccee98bbc8102a6788913489187f80eeb5414df243"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "aac980665c5f40c8240f557ac34377fe3d6de5d712470fd0ea7993596d956e89"; + sha256_unsigned = "d4580546d0c1053a3357305f7b7e548076861d02ed37cd1aafa7729c31402ca6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "5c8fcd2884ef707ba513474fa37e7bb93868e244e32426516a2f90d26b995443"; + sha256_unsigned = "121dc1b011d1d3d3c2f4673459a526f5bb5e009777ae0fbfffe8a7e750f63ad9"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "fa10783001a6e624a83fef4eb858c4e2125f15cc3a495b8caceac6a2d32f73f0"; + sha256_unsigned = "017c1e21ab1bb2d69c545d6bd5145b204f1bb0eabcadffcf389ed7456437b2ac"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-emmc-initramfs-kernel.bin"; + sha256 = "4001d5b0b57cae19897e1302c35f088f51b2ccf9722942526a15216e4adba5eb"; + sha256_unsigned = "4001d5b0b57cae19897e1302c35f088f51b2ccf9722942526a15216e4adba5eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-ultra = { + device_packages = [ + "kmod-i2c-pxa" + "kmod-rtc-pcf8563" + ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-ultra"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-ultra-initramfs-kernel.bin"; + sha256 = "4001d5b0b57cae19897e1302c35f088f51b2ccf9722942526a15216e4adba5eb"; + sha256_unsigned = "4001d5b0b57cae19897e1302c35f088f51b2ccf9722942526a15216e4adba5eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz"; + sha256 = "fb2630b54abf2727942d864f2a471c08877aaee28384c64a9698bfed695766ca"; + sha256_unsigned = "0a59f56b15a082da0436ce6eabe68e0596c387e70d912763cefb71ef5cb14b0b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-ultra-ext4-sdcard.img.gz"; + sha256 = "71c72ca22778ad193a9be61cd5493845792c03beaebc88a3e8ee77edc8dbbb2c"; + sha256_unsigned = "89a6d09681bde03a3f42b9da10f6ab8818f846700d9d40c834143e018f14e58f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-ultra" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Ultra"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "4787847354c87aa01f86c1f8322fef86e9a3b8f9746177361fa1d59e248bfc06"; + sha256_unsigned = "273d6bad44f422d06939c708a901143e53b4912c3ea828431b1e62835a82ada1"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-v7-initramfs-kernel.bin"; + sha256 = "4001d5b0b57cae19897e1302c35f088f51b2ccf9722942526a15216e4adba5eb"; + sha256_unsigned = "4001d5b0b57cae19897e1302c35f088f51b2ccf9722942526a15216e4adba5eb"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "2fe381b0043f1e8549ff6c120807a4265ecb205841a4ef472a51e6a6fca7422b"; + sha256_unsigned = "c804eed858d0f13c8cc56573dd354035cc11b1a710fd749827db9b93cf6773ad"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-v7-emmc-initramfs-kernel.bin"; + sha256 = "4001d5b0b57cae19897e1302c35f088f51b2ccf9722942526a15216e4adba5eb"; + sha256_unsigned = "4001d5b0b57cae19897e1302c35f088f51b2ccf9722942526a15216e4adba5eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "54507a59eecc18d877e97e64fe25d0affe5e28f5da323b9d597e1ecee95aa768"; + sha256_unsigned = "b13a6b785878ea34c2b3a2bae9c0a9f246c6b530cf2adc39072ba2ea2e8fb571"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "a9cf226fb52c76a746629ac79cc587cbbc0976e118c3b726f66f463b0f2eeb91"; + sha256_unsigned = "a43ea975aa1ecb3532a1dc4330658a3340b1fbadfc32f46a13c326bf69d1383c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "9c78c48c73a77303780ed2ed4fc2ae42bb65ad4d258ffca78214d486b4e09dd1"; + sha256_unsigned = "d0cd2049e10850e88f282208243bd6e6394aefe908c07fa2a30c668471ae66fd"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa53-marvell_armada-3720-db-initramfs-kernel.bin"; + sha256 = "4001d5b0b57cae19897e1302c35f088f51b2ccf9722942526a15216e4adba5eb"; + sha256_unsigned = "4001d5b0b57cae19897e1302c35f088f51b2ccf9722942526a15216e4adba5eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "8946ffd882c9c65cc6c5bc2a90962be0a5204f636f04eb107f49f46453411860"; + sha256_unsigned = "34348d335aa893dbfc0d8a290da0e5b6d4828597c232a2b5a1505ebe599082b7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + model = "Armada 3720 Development Board (DB-88F3720-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + methode_udpu = { + device_packages = [ + "f2fs-tools" + "fdisk" + "kmod-i2c-pxa" + "kmod-hwmon-lm75" + ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa53-methode_udpu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa53-methode_udpu-initramfs.itb"; + sha256 = "b2e2042a672df5bd620ab030e5f64a61ca446b6e5572ae15380f7de6ff9c7eb9"; + sha256_unsigned = "b2e2042a672df5bd620ab030e5f64a61ca446b6e5572ae15380f7de6ff9c7eb9"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-mvebu-cortexa53-methode_udpu-firmware.tgz"; + sha256 = "992bda3b7cd07f946de6fbe534503d1135cc8e8608bae40fb71d1e4a9f5783dd"; + sha256_unsigned = "0c8e3bcf79d01869538b8bf050d7a6fe7b13a38720373857b96ab0d7843879fb"; + type = "firmware"; + } + ]; + supported_devices = [ + "methode,udpu" + ]; + titles = [ + { + model = "micro-DPU (uDPU)"; + vendor = "Methode"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "mvebu/cortexa53"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + globalscale_mochabin = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa72-globalscale_mochabin"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa72-globalscale_mochabin-initramfs-kernel.bin"; + sha256 = "52b4d659c46c3a9da0c09bda6e09473e4f8e5bba40589d43197bc3b0afdc9ba9"; + sha256_unsigned = "52b4d659c46c3a9da0c09bda6e09473e4f8e5bba40589d43197bc3b0afdc9ba9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa72-globalscale_mochabin-squashfs-sdcard.img.gz"; + sha256 = "f50a692d871a116b68a9e949cb9e3dc6311e04f9dadba6ccdacba208c36fad69"; + sha256_unsigned = "788459fc79d2bd027a3157534366ede8a4d0645be9cb8e475de02ccdbb9453f6"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-mvebu-cortexa72-globalscale_mochabin-ext4-sdcard.img.gz"; + sha256 = "5c2140c6f6a9474bf2c61c8639766c286a30864c97166d8c711aacc2d55ff760"; + sha256_unsigned = "02954be5c8eb19278d4dd0a7cce023e38b6ad029ff2364117a672fdcf6a9ac61"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,mochabin" + ]; + titles = [ + { + model = "MOCHAbin"; + vendor = "Globalscale"; + } + ]; + }; + iei_puzzle-m901 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa72-iei_puzzle-m901"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa72-iei_puzzle-m901-squashfs-sdcard.img.gz"; + sha256 = "a89281128f199241dcd113b34eb7d276bf12f393aa644b1e69630b438582dee3"; + sha256_unsigned = "015cb68efbe18c17307367627eb1ae1050aa2e831b644f2b7632d8c32f3fe26c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-mvebu-cortexa72-iei_puzzle-m901-ext4-sdcard.img.gz"; + sha256 = "8a4e70d9b8725933eeb51ad0252004a0e1deeea5cda56136c0d5ec565c41787e"; + sha256_unsigned = "07751de70b4597362f3feff7621f6a521f17d29e0d41012535d7d81c697d305a"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa72-iei_puzzle-m901-initramfs-kernel.bin"; + sha256 = "52b4d659c46c3a9da0c09bda6e09473e4f8e5bba40589d43197bc3b0afdc9ba9"; + sha256_unsigned = "52b4d659c46c3a9da0c09bda6e09473e4f8e5bba40589d43197bc3b0afdc9ba9"; + type = "kernel"; + } + ]; + supported_devices = [ + "iei,puzzle-m901" + ]; + titles = [ + { + model = "Puzzle-M901"; + vendor = "iEi"; + } + ]; + }; + iei_puzzle-m902 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa72-iei_puzzle-m902"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-mvebu-cortexa72-iei_puzzle-m902-ext4-sdcard.img.gz"; + sha256 = "bc82064811dd953dac2b342453a5ebe8432e103a844e4ee67cdfc522a6f57001"; + sha256_unsigned = "330145ff965b59128360757655c1020a4b0f5c55b5678751c03ff83df4fb52b1"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa72-iei_puzzle-m902-initramfs-kernel.bin"; + sha256 = "52b4d659c46c3a9da0c09bda6e09473e4f8e5bba40589d43197bc3b0afdc9ba9"; + sha256_unsigned = "52b4d659c46c3a9da0c09bda6e09473e4f8e5bba40589d43197bc3b0afdc9ba9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa72-iei_puzzle-m902-squashfs-sdcard.img.gz"; + sha256 = "1611eb461ea322cef2fb785b75c6bbdbe1c4b3202e48f5b15352af99a015b03d"; + sha256_unsigned = "6cdeeb0111a6f53f82397538c8ef1727dde78313d4d7915a2bfc001c3f2cc252"; + type = "sdcard"; + } + ]; + supported_devices = [ + "iei,puzzle-m902" + ]; + titles = [ + { + model = "Puzzle-M902"; + vendor = "iEi"; + } + ]; + }; + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "f71bbbc086d55e7c654789d3366f0bf8d26ab2cf09aaa80acb0f863b8d638d27"; + sha256_unsigned = "cf604c1aa93a04c4f0e18d5f71046216e3213368e2e2aec369f8d25a84d90879"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "2648168185c398d02edeb95544492c088460e6a252e9364c40fcb8eb12d39e31"; + sha256_unsigned = "190b7da3feecdee27b3daf53fc7d39305c586a8a9ef9f2917716dddaf1d70453"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa72-marvell_armada7040-db-initramfs-kernel.bin"; + sha256 = "52b4d659c46c3a9da0c09bda6e09473e4f8e5bba40589d43197bc3b0afdc9ba9"; + sha256_unsigned = "52b4d659c46c3a9da0c09bda6e09473e4f8e5bba40589d43197bc3b0afdc9ba9"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + model = "Armada 7040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "bc63dc5e95d8a060cbfbdd033846edb2ef2546f8757ac4a77afc2477c9a48a08"; + sha256_unsigned = "a4e632d82e31096d9c45678c0b32f90b1a0183c9910cff47af20c4f32cb90ba8"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "757986a1e4d9930066c65359375c250655d917842677cba41c953d2445d7288d"; + sha256_unsigned = "10d5c94b5b6edcd4f69fa76934edf9a24bf2179ea92edaf283791a98cf044781"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa72-marvell_armada8040-db-initramfs-kernel.bin"; + sha256 = "52b4d659c46c3a9da0c09bda6e09473e4f8e5bba40589d43197bc3b0afdc9ba9"; + sha256_unsigned = "52b4d659c46c3a9da0c09bda6e09473e4f8e5bba40589d43197bc3b0afdc9ba9"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + model = "Armada 8040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_macchiatobin-doubleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa72-marvell_macchiatobin-doubleshot"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa72-marvell_macchiatobin-doubleshot-initramfs-kernel.bin"; + sha256 = "52b4d659c46c3a9da0c09bda6e09473e4f8e5bba40589d43197bc3b0afdc9ba9"; + sha256_unsigned = "52b4d659c46c3a9da0c09bda6e09473e4f8e5bba40589d43197bc3b0afdc9ba9"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-mvebu-cortexa72-marvell_macchiatobin-doubleshot-ext4-sdcard.img.gz"; + sha256 = "81464fe7e3bb94d8ef94147bcb10cf190591fd37d2b9d853ffdfd2dade31706a"; + sha256_unsigned = "6122039975c8dbdaa40992b855da7ba53efb80623a7cd68984ceb28c6821e806"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa72-marvell_macchiatobin-doubleshot-squashfs-sdcard.img.gz"; + sha256 = "11636a33d3621160726730cdfc4cdc371e2e7ffa9a2e74c5fb380fdb474bbf9b"; + sha256_unsigned = "000d45bbbd4c477aa27d09c15e819464226f6fb7577f2f4defda771185113429"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-doubleshot" + "marvell,armada8040-mcbin" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + ]; + }; + marvell_macchiatobin-singleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa72-marvell_macchiatobin-singleshot"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa72-marvell_macchiatobin-singleshot-initramfs-kernel.bin"; + sha256 = "52b4d659c46c3a9da0c09bda6e09473e4f8e5bba40589d43197bc3b0afdc9ba9"; + sha256_unsigned = "52b4d659c46c3a9da0c09bda6e09473e4f8e5bba40589d43197bc3b0afdc9ba9"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-mvebu-cortexa72-marvell_macchiatobin-singleshot-ext4-sdcard.img.gz"; + sha256 = "740f475205094450d53360bc1f0593e96c5a5dde470123bfe68ec3516846ba14"; + sha256_unsigned = "d8978bff4c79b2ccdcbf1256591be64aa7255f77e1b9998576c6a68334e8882d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa72-marvell_macchiatobin-singleshot-squashfs-sdcard.img.gz"; + sha256 = "31e67ebe2aadf8eff9cbcbb9ae341e68dd9a2409af15aba4e6b3adff9ed441db"; + sha256_unsigned = "3f17231a8f1b5382b6baa4919c667dc771a0bab1e198eeaca3223c4aed62c8bb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-singleshot" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "mvebu/cortexa72"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + buffalo_ls421de = { + device_packages = [ + "kmod-rtc-rs5c372a" + "kmod-hwmon-gpiofan" + "kmod-hwmon-drivetemp" + "kmod-usb3" + "kmod-linkstation-poweroff" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-mod" + "kmod-fs-xfs" + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa9-buffalo_ls421de"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-buffalo_ls421de-initramfs-kernel.bin"; + sha256 = "90e997588a92463f8773890e40b082a54d1c09dce3dd83ebd8d5cfcf6e6b9f6d"; + sha256_unsigned = "90e997588a92463f8773890e40b082a54d1c09dce3dd83ebd8d5cfcf6e6b9f6d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-buffalo_ls421de-squashfs-sysupgrade.bin"; + sha256 = "07a7ca11f84db5736d1bada33fbf2ab0f1d0ad3187214b566e200df502f830e8"; + sha256_unsigned = "1a23e77764ebf72a8835e4570ced7f9622b366daf26e0a06be5d1484344933f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,ls421de" + ]; + titles = [ + { + model = "LinkStation LS421DE"; + vendor = "Buffalo"; + } + ]; + }; + ctera_c200-v2 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-hwmon-nct7802" + "kmod-rtc-s35390a" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa9-ctera_c200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-ctera_c200-v2-squashfs-sysupgrade.bin"; + sha256 = "313213b3d13e189e47c8ea15f0fc21d0d442638cf431e75e786dcb04efd61153"; + sha256_unsigned = "cf8f774432a656637e0347b5b57fc0a72101ee99712ba236a48d50bd9055d9b8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-ctera_c200-v2-initramfs-factory.firm"; + sha256 = "52642c343718e00ad2fd86abe6525cf575b76b730508b5167d176627ee07b872"; + sha256_unsigned = "52642c343718e00ad2fd86abe6525cf575b76b730508b5167d176627ee07b872"; + type = "kernel"; + } + ]; + supported_devices = [ + "ctera,c200-v2" + ]; + titles = [ + { + model = "C200"; + variant = "V2"; + vendor = "Ctera"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "afaa761b09a3b5853937b30f1aef5ce38adfd6894d50a86f1e90f3b44574212c"; + sha256_unsigned = "aec5109ee64554217ee6cbbaadfd688958c3df93d626d59e1e6f66f77d7be6fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-globalscale_mirabox-initramfs-kernel.bin"; + sha256 = "0c3e47a41fcd1710a08353d7bdd6c85f6dd61df531168819fcf1179754703fe7"; + sha256_unsigned = "0c3e47a41fcd1710a08353d7bdd6c85f6dd61df531168819fcf1179754703fe7"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + model = "Mirabox"; + vendor = "Globalscale"; + } + ]; + }; + iptime_nas1dual = { + device_packages = [ + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa9-iptime_nas1dual"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-iptime_nas1dual-initramfs-kernel.bin"; + sha256 = "2277a8e0ca2826b12e0ed57006c73de9ccf8e3c8d1ebce534908e9abaa0103fa"; + sha256_unsigned = "2277a8e0ca2826b12e0ed57006c73de9ccf8e3c8d1ebce534908e9abaa0103fa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-iptime_nas1dual-squashfs-sysupgrade.bin"; + sha256 = "483bcf3a53ff2c98a32ccb7f6c6656ef26b732bce21f1ccc19135550bccd8cd1"; + sha256_unsigned = "7eb87135d531a6dc66b0d0aeefa8873fbd4d7fd31333450bd48a46874c7e6244"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,nas1dual" + ]; + titles = [ + { + model = "NAS1dual"; + vendor = "ipTIME"; + } + ]; + }; + kobol_helios4 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa9-kobol_helios4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-kobol_helios4-initramfs-kernel.bin"; + sha256 = "cf3e37dddc5b599288f6bb7ff0482e363beed88dbb2ef45c2dae73d778fcb5ab"; + sha256_unsigned = "cf3e37dddc5b599288f6bb7ff0482e363beed88dbb2ef45c2dae73d778fcb5ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-kobol_helios4-squashfs-sdcard.img.gz"; + sha256 = "3290ec4de711e99fdc954925dfa0be08b0a95986539b92c949ff8df71e92879a"; + sha256_unsigned = "100d6cd72d2c1b50882e13690bba385a6137dc1ed0954e9df7bd2adf79af864b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "kobol,helios4" + ]; + titles = [ + { + model = "Helios4"; + vendor = "Kobol"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-marvell_a370-db-initramfs-kernel.bin"; + sha256 = "d8eb7a3e0a4d947b3ef06215377f8c0c41696600ea3dd86b1371699ff1528886"; + sha256_unsigned = "d8eb7a3e0a4d947b3ef06215377f8c0c41696600ea3dd86b1371699ff1528886"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "975bf0e7124c3e203017919eb44b05a8b4d7a54337f0fd1d920d1ebd6f568c71"; + sha256_unsigned = "274a4660ae50668eb05c1fc0a798ec8045f5a1c6c8a026d760fa9c6cbe2101fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + model = "Armada 370 Development Board (DB-88F6710-BP-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "6cad462859b50d9fa7e665b0c81114372335490c2f46bb01a1bffa1c690879f1"; + sha256_unsigned = "1c8fb2bb3e4e014e5e5a35efcc298e45f713a78d6e0950e9a0bf1bb2fc7e2eaa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-marvell_a370-rd-initramfs-kernel.bin"; + sha256 = "0aff75ddff327469b3ef81e93851031e266a872020721358c896eb0865f22657"; + sha256_unsigned = "0aff75ddff327469b3ef81e93851031e266a872020721358c896eb0865f22657"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + model = "Armada 370 RD (RD-88F6710-A1)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-marvell_a385-db-ap-initramfs-kernel.bin"; + sha256 = "541418e995fb4dd98a8cf955a839f8a6655b8081967bca30ad054154f6c01fc1"; + sha256_unsigned = "541418e995fb4dd98a8cf955a839f8a6655b8081967bca30ad054154f6c01fc1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "7e934cf7c419b764e4de86934816b9cb11f96b57dc6e9d396946fdf10cf5a712"; + sha256_unsigned = "e337ff535809a000c273cc9358082e3cb0fb8692b458a9130e264aeb7a08857a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "fbeb7612e45f22a79fd000c1422d619e7bf95ad4acbe44da46d7ea085387645a"; + sha256_unsigned = "fbeb7612e45f22a79fd000c1422d619e7bf95ad4acbe44da46d7ea085387645a"; + type = "factory"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + model = "Armada 385 Development Board AP (DB-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-marvell_a388-rd-initramfs-kernel.bin"; + sha256 = "b262e8b50580fcd03b8956c81d5e0b1ff4ae3ea1c8b017a1ab09a130d4bbfeb3"; + sha256_unsigned = "b262e8b50580fcd03b8956c81d5e0b1ff4ae3ea1c8b017a1ab09a130d4bbfeb3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "082812dd835826e77550b35c52c08a6c9dc3f441de9c02c0960cd4b63cc7d825"; + sha256_unsigned = "082812dd835826e77550b35c52c08a6c9dc3f441de9c02c0960cd4b63cc7d825"; + type = "firmware"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + model = "Armada 388 RD (RD-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "afbc60cee69e9334000b5bda222be0999188b247e11a1fd703d7c8baf8b9a96f"; + sha256_unsigned = "fa030ebdc7a2058f8507db8a0644527719cc60dc7c11d857b407c831d900208e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-marvell_axp-db-initramfs-kernel.bin"; + sha256 = "872f6b09cafce401a7cc5355b9cd18e1252ecd4292a8b8973e7310af173e3a5c"; + sha256_unsigned = "872f6b09cafce401a7cc5355b9cd18e1252ecd4292a8b8973e7310af173e3a5c"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + model = "Armada XP Development Board (DB-78460-BP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-marvell_axp-gp-initramfs-kernel.bin"; + sha256 = "a42076883d2711cebee579ce04241ee872f00c8eaa6b4d7a9f2cac755a67b7e5"; + sha256_unsigned = "a42076883d2711cebee579ce04241ee872f00c8eaa6b4d7a9f2cac755a67b7e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "b84e5dc9b240a77e1ed1857fa78399291f4914827309f8a8bfb862c2aec960d9"; + sha256_unsigned = "48642c6a6cf0f7ca57a917a8e1a34b3ccfd9d34097561ae1392b2af0f50dd31b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + model = "Armada Armada XP GP (DB-MV784MP-GP)"; + vendor = "Marvell"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "bfd7cda3485e11b27be902477425aece450464d1918cedc5d191975fe2909c84"; + sha256_unsigned = "bfd7cda3485e11b27be902477425aece450464d1918cedc5d191975fe2909c84"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "fafaaf494a80dc47a9e5082344341f1c719716094749711a8266936bfc54088c"; + sha256_unsigned = "b8f57a2f695b23b0a7a3383b2645cc473105d09e01f0a1c5ba0565d589b2b45e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-plathome_openblocks-ax3-4-initramfs-kernel.bin"; + sha256 = "69f57639fbcf2634bc6fc35cb2f158378ea59eecc35da8bad0699173976ce609"; + sha256_unsigned = "69f57639fbcf2634bc6fc35cb2f158378ea59eecc35da8bad0699173976ce609"; + type = "kernel"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + model = "OpenBlocks AX3"; + variant = "4 ports"; + vendor = "Plat'Home"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-22.03.5-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "f0e0b93f1b98ec1e15f723edf4f0aa2fa88dc6a2aded258fb4a20f7ba9069831"; + sha256_unsigned = "37b33504c968b45de2d8f4bec07c7a7122983e00101bb036d4146bf8e3086905"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-mvebu-cortexa9-solidrun_clearfog-base-a1-initramfs-kernel.bin"; + sha256 = "cf3e37dddc5b599288f6bb7ff0482e363beed88dbb2ef45c2dae73d778fcb5ab"; + sha256_unsigned = "cf3e37dddc5b599288f6bb7ff0482e363beed88dbb2ef45c2dae73d778fcb5ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + model = "ClearFog Base"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "mvebu/cortexa9"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + mxs = { }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-octeon-generic-generic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-octeon-generic-generic-initramfs-kernel.bin"; + sha256 = "9fb9cc1589155ab6bf16cadea4af34800170848533065fedc2906fac5b0df218"; + sha256_unsigned = "9fb9cc1589155ab6bf16cadea4af34800170848533065fedc2906fac5b0df218"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Octeon"; + vendor = "Generic"; + } + ]; + }; + itus_shield-router = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-octeon-generic-itus_shield-router"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-octeon-generic-itus_shield-router-initramfs-kernel.bin"; + sha256 = "fb11415e4a1dfa4e745442d4ee6ec9280858e7671fbbdde23aaada3589ec9b47"; + sha256_unsigned = "fb11415e4a1dfa4e745442d4ee6ec9280858e7671fbbdde23aaada3589ec9b47"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-octeon-generic-itus_shield-router-squashfs-sysupgrade.tar"; + sha256 = "38f5dde37535a6f2cecc1a30a0faeff44cc6b9e38987fe255326882af25e4179"; + sha256_unsigned = "80669a165167fcdb8899b0e0c042a0e7502d21447ccd595bd357bfb6830c54f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "itus,shield-router" + ]; + titles = [ + { + model = "Shield Router"; + vendor = "Itus Networks"; + } + ]; + }; + ubnt_edgerouter = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-octeon-generic-ubnt_edgerouter"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-octeon-generic-ubnt_edgerouter-initramfs-kernel.bin"; + sha256 = "d64fc29f23d075f96e1ebde997f09ea8f3d49897f9ab6cf3f402763d3ad02371"; + sha256_unsigned = "d64fc29f23d075f96e1ebde997f09ea8f3d49897f9ab6cf3f402763d3ad02371"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-octeon-generic-ubnt_edgerouter-squashfs-sysupgrade.tar"; + sha256 = "44601df476a24941393287326f797af345b1a1427190c4aaebcc3426afa49065"; + sha256_unsigned = "44601df476a24941393287326f797af345b1a1427190c4aaebcc3426afa49065"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter" + "er" + ]; + titles = [ + { + model = "EdgeRouter"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-4 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.5-octeon-generic-ubnt_edgerouter-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-octeon-generic-ubnt_edgerouter-4-initramfs-kernel.bin"; + sha256 = "aa2c7450e1b0b67ea6294fa6500e3279c687545fa8bf9daf95897414d5de70dd"; + sha256_unsigned = "aa2c7450e1b0b67ea6294fa6500e3279c687545fa8bf9daf95897414d5de70dd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-octeon-generic-ubnt_edgerouter-4-squashfs-sysupgrade.tar"; + sha256 = "78102f6a249f62af45a34ee52d22debc611bb3762ba5b9d6752a9f241c7d23c0"; + sha256_unsigned = "78102f6a249f62af45a34ee52d22debc611bb3762ba5b9d6752a9f241c7d23c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-4" + ]; + titles = [ + { + model = "EdgeRouter 4"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-6p = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.5-octeon-generic-ubnt_edgerouter-6p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-octeon-generic-ubnt_edgerouter-6p-initramfs-kernel.bin"; + sha256 = "fa8df8bc45dd81edbe8b07a399a956fbb9ffbceead06be1e4ed2a9952c2f059f"; + sha256_unsigned = "fa8df8bc45dd81edbe8b07a399a956fbb9ffbceead06be1e4ed2a9952c2f059f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-octeon-generic-ubnt_edgerouter-6p-squashfs-sysupgrade.tar"; + sha256 = "87cb9161269a067487fa07c0a0ae116ecb2f96703ebb642e63c8357228b339af"; + sha256_unsigned = "87cb9161269a067487fa07c0a0ae116ecb2f96703ebb642e63c8357228b339af"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-6p" + ]; + titles = [ + { + model = "EdgeRouter 6P"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-lite = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-octeon-generic-ubnt_edgerouter-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-octeon-generic-ubnt_edgerouter-lite-squashfs-sysupgrade.tar"; + sha256 = "63fab5a40ed99ae429c9c3483a93187591aaae6b526aa6da0a6b84e925436de9"; + sha256_unsigned = "63fab5a40ed99ae429c9c3483a93187591aaae6b526aa6da0a6b84e925436de9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-octeon-generic-ubnt_edgerouter-lite-initramfs-kernel.bin"; + sha256 = "f893ffbc42de86d89a5594a22afe5c025e26494afd9ce04fd8edbe7423e2b0bc"; + sha256_unsigned = "f893ffbc42de86d89a5594a22afe5c025e26494afd9ce04fd8edbe7423e2b0bc"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-lite" + "erlite" + ]; + titles = [ + { + model = "EdgeRouter Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "octeon/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + octeontx = { }; + omap = { + generic = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + ti_am335x-bone-black = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-omap-ti_am335x-bone-black"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-omap-ti_am335x-bone-black-ext4-sdcard.img.gz"; + sha256 = "5ee37a7e5672739c7119f974fc94c94ee9e0d00f53e19c72228992296688c4d5"; + sha256_unsigned = "4c745847b82133ebc70c63ac45cccbf09617c60f83db430ce7d91bd4a7f0c7ec"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"; + sha256 = "4543f155cd1d4467d26239744799c34a0d933ad0a44c9c101cf6a8a1864a8f79"; + sha256_unsigned = "482472930f9d7db43bfd19e1d74a2dc9d10a20c288d2aa373f9d102c1bf4e8ae"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-bone-black" + ]; + titles = [ + { + model = "AM335x BeagleBone Black"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_am335x-evm = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-omap-ti_am335x-evm"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-omap-ti_am335x-evm-ext4-sdcard.img.gz"; + sha256 = "644665fc1daeaefa989ff319722c402a44a9d1f50b37e5d756d15fffe18f8530"; + sha256_unsigned = "709e4774d90652fa7c783dfdea68757ff92a5aa7d8c3436703a4a96a9a9bd0e6"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-omap-ti_am335x-evm-squashfs-sdcard.img.gz"; + sha256 = "d518f478c9bd2eed1ea20de8f0b73c61ebbc7f967ae60073dd4d1a4a716d23dd"; + sha256_unsigned = "521e949924e57b7824d9ea279145652b320b09ba8c02e4e79fbd280689da3dc0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,am335x-evm" + ]; + titles = [ + { + model = "AM335x EVM"; + vendor = "Texas Instruments"; + } + ]; + }; + ti_omap3-beagle = { + device_packages = [ + "kmod-usb-net-asix" + "kmod-usb-net-asix-ax88179" + "kmod-usb-net-hso" + "kmod-usb-net-kaweth" + "kmod-usb-net-pegasus" + "kmod-usb-net-mcs7830" + "kmod-usb-net-smsc95xx" + "kmod-usb-net-dm9601-ether" + ]; + image_prefix = "openwrt-22.03.5-omap-ti_omap3-beagle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"; + sha256 = "6a27451617b75c2c781d4520a62354ff2f85b04836fb60d527d45d65606fee13"; + sha256_unsigned = "bbc11951652566a135c3ed0ca39dbe730953e4e3a000ceff2b8ce093badc78ab"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-omap-ti_omap3-beagle-ext4-sdcard.img.gz"; + sha256 = "d686856e39e11511af7cdf83ceb8125ee86bf3a7993182f8cf0e69adebdd2d4c"; + sha256_unsigned = "cd3538d7ce5478e3a69fc775411f6bcfd019f9f6001898f98f62f68380fa13bb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap3-beagle" + ]; + titles = [ + { + model = "OMAP3 TI beagleboard"; + vendor = "BeagleBoard.org"; + } + ]; + }; + ti_omap4-panda = { + device_packages = [ + "kmod-usb-net-smsc95xx" + ]; + image_prefix = "openwrt-22.03.5-omap-ti_omap4-panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-omap-ti_omap4-panda-squashfs-sdcard.img.gz"; + sha256 = "fc566f35a1b287f47e507cbd6c7c5732298d0962d261694dc297c715e7ce9bf1"; + sha256_unsigned = "eb2c2ecc1ffeb3140f9d11e01ace515ebcdeba922fdbdc1b988f75f7db63042e"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-omap-ti_omap4-panda-ext4-sdcard.img.gz"; + sha256 = "177b23cb54100566fbce715d75d786d39b4604e7c0ba46057b99429ef41834e7"; + sha256_unsigned = "e7b1c72c6bf5587c4fe0856fdb47f338458057d41c3d5e6733614cd29260a92e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "ti,omap4-panda" + ]; + titles = [ + { + model = "OMAP4 TI pandaboard"; + vendor = "PandaBoard.org"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "omap/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "fdisk" + "fstools" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "lsblk" + "mdadm" + "mtd" + "netifd" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "2cdc87273392a43e6848ba124b15204b7eea2e1d545cbe92aa82a83a25f2374a"; + sha256_unsigned = "6ce59e840d235c9d4b529c451d7e14967ede671fc83bf975b7ef1f6177798aa3"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "1e1e8b78b81388816db872aa7e98ffa103e1ac632dd32814ca01da5e68f472cc"; + sha256_unsigned = "1e1e8b78b81388816db872aa7e98ffa103e1ac632dd32814ca01da5e68f472cc"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "f45d23759114e35ac64164822919d72ac284cda185e5adee4b3f67a47e0cf07e"; + sha256_unsigned = "f45d23759114e35ac64164822919d72ac284cda185e5adee4b3f67a47e0cf07e"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "00bd9efa44c4ef77562b2865c04507e7d6140a0b3f0d245885805e130893f365"; + sha256_unsigned = "f8b74ccc64431f21057b45cd35dbcfaf389d658a1f867651fca98d06a6b499b7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-oxnas-ox820-akitio_mycloud-initramfs-uImage"; + sha256 = "fab13d0e8b4dd921fcc3576a1cb03f3d3aa58de7d0d234c13a567d41f63d98d2"; + sha256_unsigned = "fab13d0e8b4dd921fcc3576a1cb03f3d3aa58de7d0d234c13a567d41f63d98d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + model = "MyCloud Mini"; + vendor = "Akitio"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + ]; + image_prefix = "openwrt-22.03.5-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "f297bb75538e1942f5a51b01689f0a6c79f8d15fed3774e432a666a6efc0a375"; + sha256_unsigned = "f297bb75538e1942f5a51b01689f0a6c79f8d15fed3774e432a666a6efc0a375"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "9548dbd2e24472a9904d95ea4dbdcc414e8ea0030c76c923a92dab427e9c5796"; + sha256_unsigned = "dac2299a6e4833dbc2e2de0f76441b3d7c6f84f1bba172966148b8bd5246f599"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-oxnas-ox820-cloudengines_pogoplug-series-3-initramfs-uImage"; + sha256 = "e937600b648a4db4e4921fb42b0fa7daff1772500a8d041dc477373fe88c40e1"; + sha256_unsigned = "e937600b648a4db4e4921fb42b0fa7daff1772500a8d041dc477373fe88c40e1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "97cd201f9d18e6329366d4b5a7872a723b0a125da8420913f0b2ca1c13b8ce35"; + sha256_unsigned = "92ca3086ea0112bbd479cf377c461faeb5ad30499b5f5b44514769bd827e4506"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "e0565875adcf47cd49fe2d70face625b264e2e454252871432637b62349573f1"; + sha256_unsigned = "e0565875adcf47cd49fe2d70face625b264e2e454252871432637b62349573f1"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + model = "PogoPlug Series V3 (without mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + "kmod-rt2800-pci" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "11ebbff59686861b6f6040e483ab63b3bcfb3b6aa5758159b4458811776479a0"; + sha256_unsigned = "0598f813d3187fb1dfcfc27b4e007397437d4fa51cfc2d2c20374ed7d2e7c4ca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "34895c0a1fb7ca2d3e4c095cdc1413b2accc02a625633c3b6aa40c70cd287844"; + sha256_unsigned = "34895c0a1fb7ca2d3e4c095cdc1413b2accc02a625633c3b6aa40c70cd287844"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-oxnas-ox820-cloudengines_pogoplugpro-initramfs-uImage"; + sha256 = "5a69cb179dfc723c7941e634b75a41a7278e79423efa595489145fba7c06341e"; + sha256_unsigned = "5a69cb179dfc723c7941e634b75a41a7278e79423efa595489145fba7c06341e"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "b525ce540df71e2e18be7bacdea1865623f7300a2d55322bea1d766f7cd9edf0"; + sha256_unsigned = "07755587cc1766dff904c5639d8335a9ecf361c6fa7b0aea95ad0677898e9349"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "e8f89c6a0bef4adaad7a73cc298c5bcd2dcbbfd7f841a530013751054e9dc522"; + sha256_unsigned = "e8f89c6a0bef4adaad7a73cc298c5bcd2dcbbfd7f841a530013751054e9dc522"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + model = "PogoPlug Pro (with mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "69afecd21af9d770aaedcd05e4ae2490abdcb50e7535e16ca5689fc6757a5d88"; + sha256_unsigned = "69afecd21af9d770aaedcd05e4ae2490abdcb50e7535e16ca5689fc6757a5d88"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "aee373a6f345a9b1d8266bfdc4197d9ae339c4dd35c12bf031746306e3af5ef1"; + sha256_unsigned = "aee373a6f345a9b1d8266bfdc4197d9ae339c4dd35c12bf031746306e3af5ef1"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-oxnas-ox820-mitrastar_stg-212-initramfs-uImage"; + sha256 = "906fc62bf4c110de26b8fb3165df094ae05b505e47f557b66061d9ce59a858e4"; + sha256_unsigned = "906fc62bf4c110de26b8fb3165df094ae05b505e47f557b66061d9ce59a858e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "242ac5f8d5e96a429c52ee4ec2c50fc21e87e13806bbea081f1f32c891f0e145"; + sha256_unsigned = "d6664c6d2ff2ac2e46a89b91f356df85a0da8bb62fe2913a4999c7226a4c2c31"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "37576268df615b541761e3f8bd859fa94f3ccf9c4ec7c5f2403299c64005c7d2"; + sha256_unsigned = "08590a7ff9cb9e565dff903122ac1809007c27c49dad241aaefecc0898915b1f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + model = "STG-212"; + vendor = "MitraStar"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-ata-oxnas-sata" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-22.03.5-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "b4ab6cbdbbc9310db635810d4283c6fee7eed0b885334ed32406d2e5015b7a35"; + sha256_unsigned = "3e01749159384b28d051684bbf50b6ce993e6befe21584fe027d61fc7556b001"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-oxnas-ox820-shuttle_kd20-initramfs-uImage"; + sha256 = "3efa4af908fdc31c882b72c9a912b165c87b0f16afa4ee66b6ea3eea1f571978"; + sha256_unsigned = "3efa4af908fdc31c882b72c9a912b165c87b0f16afa4ee66b6ea3eea1f571978"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-22.03.5-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "a8b44f369f53236ba4bd4b6efaeb7c06db846f4a183eb75cf14f2a538779962c"; + sha256_unsigned = "a8b44f369f53236ba4bd4b6efaeb7c06db846f4a183eb75cf14f2a538779962c"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "5d014bee233e0b22248cf1c8af0a4d59ca6049c42ae41d6c4338b6f9207c43f0"; + sha256_unsigned = "5d014bee233e0b22248cf1c8af0a4d59ca6049c42ae41d6c4338b6f9207c43f0"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "f84fa159a54e33681207dec2e1576f00353e0e7c208a44f564602ec60bfb6086"; + sha256_unsigned = "6c294f3ceb0937802a68dedda7978714a0b40b8d46b51afa1fb3be452e421470"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + model = "KD20"; + vendor = "Shuttle"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "oxnas/ox820"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + img_creator-ci40 = { + device_packages = [ + "kmod-tpm-i2c-infineon" + "kmod-ca8210" + "wpan-tools" + ]; + image_prefix = "openwrt-22.03.5-pistachio-img_creator-ci40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-pistachio-img_creator-ci40-squashfs-factory.ubi"; + sha256 = "f99a9847a1f26f6349f1484f5476201a8cea5f1452152b4261c63e3f1283a0b2"; + sha256_unsigned = "f99a9847a1f26f6349f1484f5476201a8cea5f1452152b4261c63e3f1283a0b2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-pistachio-img_creator-ci40-squashfs-sysupgrade.tar"; + sha256 = "b04f754e9fbeb9068ad3c32b61bedbd3a8319c0bb85b6eca75e5921f475979f9"; + sha256_unsigned = "b04f754e9fbeb9068ad3c32b61bedbd3a8319c0bb85b6eca75e5921f475979f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "img,creator-ci40" + ]; + titles = [ + { + model = "Creator Ci40 (VL-62899)"; + vendor = "Imagination Technologies"; + } + { + model = "Marduk board"; + vendor = "Imagination Technologies"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "pistachio/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + aigale_ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-aigale_ai-br100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-aigale_ai-br100-initramfs-kernel.bin"; + sha256 = "64023beaabf23c272c15cd15079ed650091535d07c9b72abafc3c76cfd5f76c3"; + sha256_unsigned = "64023beaabf23c272c15cd15079ed650091535d07c9b72abafc3c76cfd5f76c3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-aigale_ai-br100-squashfs-sysupgrade.bin"; + sha256 = "ded7c734bd72366ce8df97df544608cef781c2c263c062c3ae13bad44420e086"; + sha256_unsigned = "27767653f6fb810996d9fe9e0ec225dbe20615855ecdd6c830902864af822ca0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aigale,ai-br100" + "ai-br100" + ]; + titles = [ + { + model = "Ai-BR100"; + vendor = "Aigale"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-alfa-network_ac1200rm-initramfs-kernel.bin"; + sha256 = "c11372215f9e6ed8531c1c48e454da71a8b0c881e073fe0252c42ac641712cb1"; + sha256_unsigned = "c11372215f9e6ed8531c1c48e454da71a8b0c881e073fe0252c42ac641712cb1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "1f18717fecab431ac5f160575b34e5f9b60bf9698b2ecd2331be208da81e56dc"; + sha256_unsigned = "a48a0ce28155f5c228ca996952e2a563861bda809a3d293ec82a0fff37daf535"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + "ac1200rm" + ]; + titles = [ + { + model = "AC1200RM"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "6b1dde8117bebacec4694505c6e376f9c8825bf5ba7cb07aac4a6d21b7baa6e2"; + sha256_unsigned = "12b464dcc0d5b67af9ce9bf25bcb454908a8485ea5450181dc89b56fcf9b9687"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-alfa-network_r36m-e4g-initramfs-kernel.bin"; + sha256 = "df8aaa8a6187dda1c63a719a1607b08ab391f7637ab5fed9da49a33cbcf55264"; + sha256_unsigned = "df8aaa8a6187dda1c63a719a1607b08ab391f7637ab5fed9da49a33cbcf55264"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + "r36m-e4g" + ]; + titles = [ + { + model = "R36M-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "22862d9386a4f710d383db2569b6efaddfee29285e3854089ffc5d801de3f36a"; + sha256_unsigned = "a3a6c3b6d9765c71db3bb3a09fc6bede04c8e3361ad7e2a428f01d24e98a2e70"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-alfa-network_tube-e4g-initramfs-kernel.bin"; + sha256 = "e040be16f5890bd1186c35f87098668f99f713402a71dbded470c3d7ffd92bee"; + sha256_unsigned = "e040be16f5890bd1186c35f87098668f99f713402a71dbded470c3d7ffd92bee"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + "tube-e4g" + ]; + titles = [ + { + model = "Tube-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-asus_rp-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-asus_rp-n53-squashfs-sysupgrade.bin"; + sha256 = "532979a30ae820fee4e2b0b2cbc8b38672e1d1c14fc7f0920e7450d16a659ba4"; + sha256_unsigned = "38b5c2cbe2901cbcfcde8e7c4fd5da553076330bc58100efebeae51857789cf3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-asus_rp-n53-initramfs-kernel.bin"; + sha256 = "08c312e0a4f07d8d1c313057c030e70131101d8e4ea1e1ece55f351da6d91ee7"; + sha256_unsigned = "08c312e0a4f07d8d1c313057c030e70131101d8e4ea1e1ece55f351da6d91ee7"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rp-n53" + "rp-n53" + ]; + titles = [ + { + model = "RP-N53"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-asus_rt-ac51u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-asus_rt-ac51u-initramfs-kernel.bin"; + sha256 = "f4373a171577140bd4ac31476f32d7590b60cb1a5e64baa789917fd91865f190"; + sha256_unsigned = "f4373a171577140bd4ac31476f32d7590b60cb1a5e64baa789917fd91865f190"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-asus_rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "cd7415e13eefefdb68800eed2bc42b2e09858e6d3a8ed32d171bad742e0724dd"; + sha256_unsigned = "4ba9d4614d802cdd97882278577c208f5f6f1c4f4a98f5c570a7bc98b6842544"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac51u" + "rt-ac51u" + ]; + titles = [ + { + model = "RT-AC51U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac54u = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-asus_rt-ac54u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-asus_rt-ac54u-squashfs-sysupgrade.bin"; + sha256 = "caefc2066080f7b0dd7e15046bc4a1aa60b87aaf4fda3e80781d68e97df7de21"; + sha256_unsigned = "fe64d95b899d472a8d9fbcdc26cafc8424e3df2e1a5895273fd4ca8cde9312cc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-asus_rt-ac54u-initramfs-kernel.bin"; + sha256 = "424dcd63457e6a4e3759310afe750ca0f56d78da83263e9e724e5b8e050fd85f"; + sha256_unsigned = "424dcd63457e6a4e3759310afe750ca0f56d78da83263e9e724e5b8e050fd85f"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac54u" + ]; + titles = [ + { + model = "RT-AC54U"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12p = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-asus_rt-n12p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-asus_rt-n12p-initramfs-kernel.bin"; + sha256 = "c2def7cd5fa4b51c2fdac109dc3ca6934e5d9bb48e0f3d96225eb179094a019f"; + sha256_unsigned = "c2def7cd5fa4b51c2fdac109dc3ca6934e5d9bb48e0f3d96225eb179094a019f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-asus_rt-n12p-squashfs-sysupgrade.bin"; + sha256 = "52b22f28c18bd08bf5d4cbaccc80128d9ce5989f2586091b3f4dd7dd2e5501c1"; + sha256_unsigned = "4235e310e604655670ea443ffe4a6e94328b5e9a1892cbb0b713c324cfe1b25d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n12p" + "rt-n12p" + ]; + titles = [ + { + model = "RT-N11P/RT-N12+/RT-N12Eb1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-asus_rt-n14u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-asus_rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "9245cbed0d9678ffd7ea5d1f8f84a95f01640aadaa99452bc5590484fb5dc302"; + sha256_unsigned = "7040f0b2a94aa6f0a7a60c2b3599721590b49d9cd74a28cfebfb32f53a70d2bc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-asus_rt-n14u-initramfs-kernel.bin"; + sha256 = "c03977ebd6411b5923e7621bd04205965d6e04455ed7bdad875e0d7819fadb5a"; + sha256_unsigned = "c03977ebd6411b5923e7621bd04205965d6e04455ed7bdad875e0d7819fadb5a"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n14u" + "rt-n14u" + ]; + titles = [ + { + model = "RT-N14u"; + vendor = "Asus"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-bdcom_wap2100-sk-initramfs-kernel.bin"; + sha256 = "b97b28c9196e9ba3ab9e66dead949c24ddd87dacbde219efa5319b9ede6d5859"; + sha256_unsigned = "b97b28c9196e9ba3ab9e66dead949c24ddd87dacbde219efa5319b9ede6d5859"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "ba167555c1921c4dc43421d27b545dcd9928ab80d99cf91f459111b6ff631478"; + sha256_unsigned = "6bebe6949aeab3f93ac28a3d7a665115e9207e3d1cdb6e49961f33e4b63496a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + model = "WAP2100-SK (ZTE ZXECS EBG3130)"; + vendor = "BDCOM"; + } + ]; + }; + buffalo_whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-buffalo_whr-1166d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-buffalo_whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "31b4ad35594c39354657376f69b77d5374e5619e47921a12e9ffbf81aea179fe"; + sha256_unsigned = "980b4e1ffe73f0b0ad1f889e60bb15552f719d36e9e7833fd1385c2db78fc93d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-buffalo_whr-1166d-initramfs-kernel.bin"; + sha256 = "1cc9260a5561ab6c79ed0f8c1c17ae6dd1084295eb1dbd4419a99b8ab6acb2aa"; + sha256_unsigned = "1cc9260a5561ab6c79ed0f8c1c17ae6dd1084295eb1dbd4419a99b8ab6acb2aa"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-1166d" + "whr-1166d" + ]; + titles = [ + { + model = "WHR-1166D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-buffalo_whr-300hp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-buffalo_whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "0773b0a50e39f7c07096b5e15122af1d8d1d1b579ef0142cb14b5e1dc115a90f"; + sha256_unsigned = "473d3c28d010743992a6d599ec394168f0c17b4e51eb552a71d3d7b8ac97e59d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-buffalo_whr-300hp2-initramfs-kernel.bin"; + sha256 = "24e41710dadd6b11c217ae71bb1102620b458c3d68df95071712a1d4c9c57c61"; + sha256_unsigned = "24e41710dadd6b11c217ae71bb1102620b458c3d68df95071712a1d4c9c57c61"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-300hp2" + "whr-300hp2" + ]; + titles = [ + { + model = "WHR-300HP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-buffalo_whr-600d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-buffalo_whr-600d-initramfs-kernel.bin"; + sha256 = "2c2b5a54b79803a186d63c10b094c2573876eed9aeb0937763f583e761e04373"; + sha256_unsigned = "2c2b5a54b79803a186d63c10b094c2573876eed9aeb0937763f583e761e04373"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-buffalo_whr-600d-squashfs-sysupgrade.bin"; + sha256 = "e489fa9f3e1ae802299c2bdb2e420efb0b06a15d7fb8d99c2a91115d2b12ebf7"; + sha256_unsigned = "18f216bdbaade224f59ea7ebd1d4c8f2c751be9b40e763e069fee7256b392d35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-600d" + "whr-600d" + ]; + titles = [ + { + model = "WHR-600D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-buffalo_wmr-300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-buffalo_wmr-300-initramfs-kernel.bin"; + sha256 = "d3ce4121ac480fab24491d74aea0d27f97b0d33f275c2ba3d71af6cc02bb424e"; + sha256_unsigned = "d3ce4121ac480fab24491d74aea0d27f97b0d33f275c2ba3d71af6cc02bb424e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-buffalo_wmr-300-squashfs-sysupgrade.bin"; + sha256 = "d216a1df8cc7f7b66a4cbe670ac32b325431e26344bdad19ac312ca4cb29550d"; + sha256_unsigned = "bff4c20033719607d73089ad77639f85e739d814b9c2a8518f669c049180c06f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wmr-300" + "wmr-300" + ]; + titles = [ + { + model = "WMR-300"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr800n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-comfast_cf-wr800n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-comfast_cf-wr800n-squashfs-sysupgrade.bin"; + sha256 = "5e1dbfeb05bd3cbe8b4a21142a779576aa73e36268fae0e1bbfc6683ebd7f613"; + sha256_unsigned = "fd900a4bbfb1c4611a3c1c702c31146cf7621c0380bcd03f7f4bd282252d2732"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-comfast_cf-wr800n-initramfs-kernel.bin"; + sha256 = "b2f1920d026f5dbd8f3ab806de6514d074614e4bcbe62df90fe4a690655a9829"; + sha256_unsigned = "b2f1920d026f5dbd8f3ab806de6514d074614e4bcbe62df90fe4a690655a9829"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr800n" + "cf-wr800n" + ]; + titles = [ + { + model = "CF-WR800N"; + vendor = "Comfast"; + } + ]; + }; + dlink_dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-dlink_dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dch-m225-squashfs-sysupgrade.bin"; + sha256 = "0d670d02bc9e52e7b97a7b29c63626ffb0de8e2e3496d9b4d3d20f2b59059c17"; + sha256_unsigned = "6c2c1f5c4c7f760f384300c776824f573ff1ee076acd736b4afef80b901745b2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dch-m225-initramfs-kernel.bin"; + sha256 = "f7a9a692d77a2291ecaeccfc9d882b77088309d15384724f66ba1ae38f998998"; + sha256_unsigned = "f7a9a692d77a2291ecaeccfc9d882b77088309d15384724f66ba1ae38f998998"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dch-m225-squashfs-factory.bin"; + sha256 = "2da0ed49e7c1f2dd6db195d5464faf9375f34d549f6d19b682a1a2560669bbb9"; + sha256_unsigned = "2da0ed49e7c1f2dd6db195d5464faf9375f34d549f6d19b682a1a2560669bbb9"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dch-m225" + "dch-m225" + ]; + titles = [ + { + model = "DCH-M225"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "7293a2ed67a58eedade3183b030960a1e893f6cc84b49cb88a48fb66baf5c034"; + sha256_unsigned = "57a51a1de83f80136bfaee20dba9329908802055c1e17b9d2d336f78c4725306"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "d67fc8bf2a26909c0ae65671f4b70b0e9b65590e19cc7ed8625b698c3d182fed"; + sha256_unsigned = "d67fc8bf2a26909c0ae65671f4b70b0e9b65590e19cc7ed8625b698c3d182fed"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dir-510l-initramfs-kernel.bin"; + sha256 = "7256fa20d522beabe7083bf4e58c3d9f4e50cbd18cbd3c299df10080c32e3e1c"; + sha256_unsigned = "7256fa20d522beabe7083bf4e58c3d9f4e50cbd18cbd3c299df10080c32e3e1c"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + model = "DIR-510L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-dlink_dir-810l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dir-810l-initramfs-kernel.bin"; + sha256 = "507d88ba2be10c1956fc4688d6de332fb6eb3d4c83737838e59d79bef31f3bd4"; + sha256_unsigned = "507d88ba2be10c1956fc4688d6de332fb6eb3d4c83737838e59d79bef31f3bd4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dir-810l-squashfs-sysupgrade.bin"; + sha256 = "e77a19f10b0db4ee7c86222b08d942badf0665ef23f48fce9bfbf860adb053f8"; + sha256_unsigned = "afcb7ee4c89087edcb871a3a75df3de81a196ad1fa4a82b8889afdce8bd3f5f3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-810l" + "dir-810l" + ]; + titles = [ + { + model = "DIR-810L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-116-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-116-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-116-a1-initramfs-kernel.bin"; + sha256 = "7fb980e0378510254a0d9810eb4715112ad5b71467325c9126d8d803ecfec96c"; + sha256_unsigned = "7fb980e0378510254a0d9810eb4715112ad5b71467325c9126d8d803ecfec96c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin"; + sha256 = "0fccf00858460a770f86a1c6cede6474d8ed1a9bb5b73e9e5c2f9f7e774286b7"; + sha256_unsigned = "6402d1144bba4e24d53f008c1d64c4aec3eccc35738e2f58efb971170ffda5cf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"; + sha256 = "752fbe3726520ff7dd15e3c30df36d82f82da6c374e6e031f084f3d15caec771"; + sha256_unsigned = "752fbe3726520ff7dd15e3c30df36d82f82da6c374e6e031f084f3d15caec771"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-116-a1" + ]; + titles = [ + { + model = "DWR-116"; + variant = "A1/A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "c8bab5419702f5ad127747c8d4e6206c917cf432927a51b84207ad354eaad825"; + sha256_unsigned = "c8bab5419702f5ad127747c8d4e6206c917cf432927a51b84207ad354eaad825"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-118-a1-initramfs-kernel.bin"; + sha256 = "f0d058595ae974b394c12a4f479db810f36a266cdea83b4318137e1b07229bfd"; + sha256_unsigned = "f0d058595ae974b394c12a4f479db810f36a266cdea83b4318137e1b07229bfd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "f3da5725659d3cc18bba7d1fe4e601330d8177f0151104c690b59ae3b634d4c0"; + sha256_unsigned = "7279be7e8d3c34895208ebb3c9dac451b640f2db27838e890cadee4e76eed07c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "3bcb09153bfa2848a31fa9f59b5dac84d98713027c7a2c2a73d1dc81d8f734b4"; + sha256_unsigned = "3bcb09153bfa2848a31fa9f59b5dac84d98713027c7a2c2a73d1dc81d8f734b4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "87ce8a549be99e799543b6426c5ca7c372abf3a5cef10de515873d0c4b5b5847"; + sha256_unsigned = "ff23614c28787a67f0c69dc58ac36b6905f9be56bf64280d31cf62d1dea841a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-118-a2-initramfs-kernel.bin"; + sha256 = "87af83bbca83c23cc5b5efb4043d027416cc4aea4d294b2dbc3113c1cf552efd"; + sha256_unsigned = "87af83bbca83c23cc5b5efb4043d027416cc4aea4d294b2dbc3113c1cf552efd"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "efbe72c52ba9a9e97907fcb37716852f7dcf0ae71004cbf23c1e9d77204b684a"; + sha256_unsigned = "efbe72c52ba9a9e97907fcb37716852f7dcf0ae71004cbf23c1e9d77204b684a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "ea5055dddf0c0d6d16eec413d20308f036949c4ae8a2197af19e7ed6584823b9"; + sha256_unsigned = "5e827b8c1250ae22860fa1db657d0b3e2acb5166673e66adcb522f1daf420d30"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-921-c1-initramfs-kernel.bin"; + sha256 = "dfead4d2966b026d5c810fa95b36b3bb24f69d79ee6b2aa08e19f69ed8a5f50b"; + sha256_unsigned = "dfead4d2966b026d5c810fa95b36b3bb24f69d79ee6b2aa08e19f69ed8a5f50b"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-921-c3-initramfs-kernel.bin"; + sha256 = "dfead4d2966b026d5c810fa95b36b3bb24f69d79ee6b2aa08e19f69ed8a5f50b"; + sha256_unsigned = "dfead4d2966b026d5c810fa95b36b3bb24f69d79ee6b2aa08e19f69ed8a5f50b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "38fa0f04d2bc492eb76e8f87668b1c54de7d624971086189a1f99f05a334a339"; + sha256_unsigned = "b3c54c512492d62b6f9cecf19df48bf1c02b64e31ad4ea9a5e873ff656ebaf55"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "e67d2567f3157538d883d265bf360e84a01c4b0585e8eeeac4ad48535360d196"; + sha256_unsigned = "e67d2567f3157538d883d265bf360e84a01c4b0585e8eeeac4ad48535360d196"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "ed625b77a6b993de4efcab31a6a57e52c8e6b8d3ad1bb6c5b472b76925e1ecf0"; + sha256_unsigned = "4ee286b48aa85cfc50ab4c001f14d2555c9929188eaa4d428fc1d7013baae5ca"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "4274e8f35a2f9984ca9eb2b0863f4c8ec77388c2bd3adebfad3c665ea2517277"; + sha256_unsigned = "4274e8f35a2f9984ca9eb2b0863f4c8ec77388c2bd3adebfad3c665ea2517277"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-922-e2-initramfs-kernel.bin"; + sha256 = "83c458b904d3502cf67cd5dd2e28b7d51de19b2626ff25e718a888b277789c85"; + sha256_unsigned = "83c458b904d3502cf67cd5dd2e28b7d51de19b2626ff25e718a888b277789c85"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + model = "DWR-922"; + variant = "E2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-960 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-960"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-960-squashfs-sysupgrade.bin"; + sha256 = "6a630550fd6021bb6eab07ca576c09b64380beb5205cd36d575514c8dff4d682"; + sha256_unsigned = "42dd656932089b88a55910b383918b38a99c2e63410f3df9a712128dff64fb37"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-960-squashfs-factory.bin"; + sha256 = "deb759e49f88a5e2831461f2e0a5f76d264f2450b75d92ddcf817e218b2fc8a1"; + sha256_unsigned = "deb759e49f88a5e2831461f2e0a5f76d264f2450b75d92ddcf817e218b2fc8a1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-960-initramfs-kernel.bin"; + sha256 = "5e8de07ab852cf8f8b934a251139ac5dfff51d716c43be3a8bbdc6be413daef3"; + sha256_unsigned = "5e8de07ab852cf8f8b934a251139ac5dfff51d716c43be3a8bbdc6be413daef3"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-960" + ]; + titles = [ + { + model = "DWR-960"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-961-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-961-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-961-a1-squashfs-sysupgrade.bin"; + sha256 = "da5b36ef8d70f8b4458c558848f6ad5ed470c4e47d85f7f240bb472e0565eb02"; + sha256_unsigned = "68372da135ba92608b775144f03d4898da55d23fd75e0f92ff7d62c241115d6c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-961-a1-initramfs-kernel.bin"; + sha256 = "5215638bb95573b66dcf416f0c2775bf20f6b1a653a4ff4516caab2561d22e66"; + sha256_unsigned = "5215638bb95573b66dcf416f0c2775bf20f6b1a653a4ff4516caab2561d22e66"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dlink_dwr-961-a1-squashfs-factory.bin"; + sha256 = "e931ea42f2ce6764aca7903529307ba85805fd389f03a0e717f74f2bad53533b"; + sha256_unsigned = "e931ea42f2ce6764aca7903529307ba85805fd389f03a0e717f74f2bad53533b"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-961-a1" + ]; + titles = [ + { + model = "DWR-961"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + domywifi_dm202 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-domywifi_dm202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-domywifi_dm202-initramfs-kernel.bin"; + sha256 = "248b2fc087d2bab00e5ab2500c4442bf47399d6e7c45eb391cd6c587fa753d33"; + sha256_unsigned = "248b2fc087d2bab00e5ab2500c4442bf47399d6e7c45eb391cd6c587fa753d33"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-domywifi_dm202-squashfs-sysupgrade.bin"; + sha256 = "e1e2c8991791247443ae5b0011521a689c7c3aea12cd680b891c049058006924"; + sha256_unsigned = "7c6d8681060b8c1eb5a2517fcadd97c388d4dbf1ae09e3c092990d274de149df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "domywifi,dm202" + ]; + titles = [ + { + model = "DM202"; + vendor = "DomyWifi"; + } + ]; + }; + domywifi_dm203 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-domywifi_dm203"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-domywifi_dm203-squashfs-sysupgrade.bin"; + sha256 = "b845e286e8403cbb6494f2ed4e96344d700d4df2da56bfcb850282921e959cc8"; + sha256_unsigned = "172a952313b9b080162a9bc84a593f0228c635961fa5a4a9d913ec5445520b51"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-domywifi_dm203-initramfs-kernel.bin"; + sha256 = "7f18f5009066ce637728194ac92ba78d0c1ec9b018523b5520b81d773760e345"; + sha256_unsigned = "7f18f5009066ce637728194ac92ba78d0c1ec9b018523b5520b81d773760e345"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dm203" + ]; + titles = [ + { + model = "DM203"; + vendor = "DomyWifi"; + } + ]; + }; + domywifi_dw22d = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-domywifi_dw22d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-domywifi_dw22d-squashfs-sysupgrade.bin"; + sha256 = "eedac01cb25a99a3f670400af10eebd84b781a4077c1f215b9c349670c19feb4"; + sha256_unsigned = "734cffec27987edfffce01b8a12193416def7f486bff8b10428249ba4dcf9c34"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-domywifi_dw22d-initramfs-kernel.bin"; + sha256 = "013b2c8b66f0aa6a46ec6e704418b723a7f875be23034dee0ac355f921d9ead1"; + sha256_unsigned = "013b2c8b66f0aa6a46ec6e704418b723a7f875be23034dee0ac355f921d9ead1"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dw22d" + ]; + titles = [ + { + model = "DW22D"; + vendor = "DomyWifi"; + } + ]; + }; + dovado_tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-dovado_tiny-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-dovado_tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "7c4cb121a5fbe5e60c4e72a32ddc66a0e1eeb15b11e0a7d8fb0b5e462eb9a639"; + sha256_unsigned = "584baf476096d8fbfbb50d6ae14e3e6d42283396594d1aa796af11f441565b78"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-dovado_tiny-ac-initramfs-kernel.bin"; + sha256 = "e4e4e15b06502821c3612da873a02264f0ea6441119433a16ea106d292ce02f5"; + sha256_unsigned = "e4e4e15b06502821c3612da873a02264f0ea6441119433a16ea106d292ce02f5"; + type = "kernel"; + } + ]; + supported_devices = [ + "dovado,tiny-ac" + "tiny-ac" + ]; + titles = [ + { + model = "Tiny AC"; + vendor = "Dovado"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "da246e08ddc043e36fa7395ead2d8aea560b803ab1b9c1a7387c0234db4e969c"; + sha256_unsigned = "7816eb2dabb9ca97f2cbb2116499c8e3ceb1faa8f3e2f272b38668a221c3a58f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-edimax_br-6478ac-v2-initramfs-kernel.bin"; + sha256 = "1c1162e46b620e458f1cdf50d5aaa3323999c05f48134bad58e67ff331739a81"; + sha256_unsigned = "1c1162e46b620e458f1cdf50d5aaa3323999c05f48134bad58e67ff331739a81"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + model = "BR-6478AC"; + variant = "V2"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7476rpc = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-edimax_ew-7476rpc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-edimax_ew-7476rpc-initramfs-kernel.bin"; + sha256 = "091435b3b34e2d2f017a112fea058684c7917b220720635b2497f66e86411163"; + sha256_unsigned = "091435b3b34e2d2f017a112fea058684c7917b220720635b2497f66e86411163"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-edimax_ew-7476rpc-squashfs-sysupgrade.bin"; + sha256 = "b8fad63cc25be64b5af5d9686366350929a75824679d85fc74ac135a3ef57d7a"; + sha256_unsigned = "e7ba4f84c78ffb1e034d79dbdd8a9297cd893f566257658a80fd43656dd8f424"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7476rpc" + ]; + titles = [ + { + model = "EW-7476RPC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478ac = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-edimax_ew-7478ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-edimax_ew-7478ac-squashfs-sysupgrade.bin"; + sha256 = "ffe1a88afda9522a54260d50d9e8206d6be0f39a95bf8ad79933d3768bcba978"; + sha256_unsigned = "afc082428a883e601c6bade293b75271e313ef2f97620c5fc4996860e404f5b1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-edimax_ew-7478ac-initramfs-kernel.bin"; + sha256 = "f8f43b2077fc3c815005b384251d97b8c355209329a881cb228bae18a86f49a5"; + sha256_unsigned = "f8f43b2077fc3c815005b384251d97b8c355209329a881cb228bae18a86f49a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478ac" + ]; + titles = [ + { + model = "EW-7478AC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478apc = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-edimax_ew-7478apc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-edimax_ew-7478apc-squashfs-sysupgrade.bin"; + sha256 = "b5ec6ff80158727bce51fe5847631437b64ece5b65ffcc8edaf448eb38a7127d"; + sha256_unsigned = "3d99948492f76306efcabf44e0c7f4248760f03a6fc30c681525dd8e9f796f07"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-edimax_ew-7478apc-initramfs-kernel.bin"; + sha256 = "84a620084715abb5f2ce08e7f24b8852c68b45e48c5fd4d1e6f0e84a4cc01de5"; + sha256_unsigned = "84a620084715abb5f2ce08e7f24b8852c68b45e48c5fd4d1e6f0e84a4cc01de5"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7478apc" + ]; + titles = [ + { + model = "EW-7478APC"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-elecom_wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-elecom_wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "1b985555b3e4c0ee298532b710bb194f8f2213e8f5ea30c71b96f275ac62ac51"; + sha256_unsigned = "b5152b52f197ee39402f3f065f9a260df668d3c9b882cc39caf441dea39edf8c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-elecom_wrh-300cr-squashfs-factory.bin"; + sha256 = "141be9cfb894ea2ebbf956f91ac1dce608c720a0701af7eb9f9e2c93b8064edc"; + sha256_unsigned = "141be9cfb894ea2ebbf956f91ac1dce608c720a0701af7eb9f9e2c93b8064edc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-elecom_wrh-300cr-initramfs-kernel.bin"; + sha256 = "a8f6b569a815a74ecc11c3ba5bb759810b262ddd358d37e3a3983909904a5fe3"; + sha256_unsigned = "a8f6b569a815a74ecc11c3ba5bb759810b262ddd358d37e3a3983909904a5fe3"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrh-300cr" + "wrh-300cr" + ]; + titles = [ + { + model = "WRH-300CR"; + vendor = "Elecom"; + } + ]; + }; + engenius_esr600 = { + device_packages = [ + "kmod-rt2800-pci" + "kmod-usb-storage" + "kmod-usb-ohci" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-engenius_esr600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-engenius_esr600-squashfs-sysupgrade.bin"; + sha256 = "0f464863de9a2691afbdef5ea69aff9d8f6a7191062ee3c2bf357a4a1206cdf6"; + sha256_unsigned = "850706f8c1a263c0910bac8f99ec46a95be42de87cc0e56e80ab5d0041c7b061"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-engenius_esr600-squashfs-factory.dlf"; + sha256 = "d14096c8b27befffbca295f4121ab45fa2eb8fb843707523ff0d1b261f69a1c7"; + sha256_unsigned = "d14096c8b27befffbca295f4121ab45fa2eb8fb843707523ff0d1b261f69a1c7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-engenius_esr600-initramfs-kernel.bin"; + sha256 = "ed1e7058be23d83cf75913cc42ef08e4fdc2a17d429fa48edd9616f9e3ac78df"; + sha256_unsigned = "ed1e7058be23d83cf75913cc42ef08e4fdc2a17d429fa48edd9616f9e3ac78df"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,esr600" + ]; + titles = [ + { + model = "ESR600"; + vendor = "EnGenius"; + } + ]; + }; + fon_fon2601 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-fon_fon2601"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-fon_fon2601-squashfs-sysupgrade.bin"; + sha256 = "12665041f3538a40f1d33229fe5c30cdf5bd8d35ebd89d9054c7db14c748921b"; + sha256_unsigned = "2c3736eac1634b5927e7bcd531ca5452e529eba91168510c13a4c34d45a4532b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-fon_fon2601-initramfs-kernel.bin"; + sha256 = "bbf83669cfe81cc6c188e0600b2af4393e32de2bf8c8ecedc479bd1aab2c12ac"; + sha256_unsigned = "bbf83669cfe81cc6c188e0600b2af4393e32de2bf8c8ecedc479bd1aab2c12ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "fon,fon2601" + ]; + titles = [ + { + model = "FON2601"; + vendor = "Fon"; + } + ]; + }; + glinet_gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-glinet_gl-mt300a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-glinet_gl-mt300a-initramfs-kernel.bin"; + sha256 = "69292a17d90eca6870149857aaeee200e5c7d22fc8fab287a95b319df9f8a385"; + sha256_unsigned = "69292a17d90eca6870149857aaeee200e5c7d22fc8fab287a95b319df9f8a385"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "ce37c04ee95db024845a2dcaeb4e1f00cfa06695d9065a03d0952a0dfdc4b704"; + sha256_unsigned = "05e558179e2686bcd828740144d0e54487661dbc752a22d9e50736d1a867958f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300a" + "gl-mt300a" + ]; + titles = [ + { + model = "GL-MT300A"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-glinet_gl-mt300n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-glinet_gl-mt300n-initramfs-kernel.bin"; + sha256 = "4dfa95cfd44a201f069d2f2929f750274b5d65139406b17dd7a91fb8d78cc4e9"; + sha256_unsigned = "4dfa95cfd44a201f069d2f2929f750274b5d65139406b17dd7a91fb8d78cc4e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-glinet_gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "75089186c9b6cb336b47cf8b94c149dd4e0e4daf45d9f3932ab9b44b6d6a3bb9"; + sha256_unsigned = "d81c0b097824b84f6dead32439545668b302903f65a2bf9a77b5c187bdff81e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n" + "gl-mt300n" + ]; + titles = [ + { + model = "GL-MT300N"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-glinet_gl-mt750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-glinet_gl-mt750-initramfs-kernel.bin"; + sha256 = "7957746472ac0c27f7925e9c7cf14bc8ba01fa2f1f233b0a449042039144a62c"; + sha256_unsigned = "7957746472ac0c27f7925e9c7cf14bc8ba01fa2f1f233b0a449042039144a62c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "7bc962008974854e722bca008482dcc0a8d596b76fc8f3c3f34256f4eb49c87d"; + sha256_unsigned = "ba8e02415ce7bac1ff463f3d0009c449708338c594a8c00a4bb45c69d26fac43"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt750" + "gl-mt750" + ]; + titles = [ + { + model = "GL-MT750"; + vendor = "GL.iNet"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-head-weblink_hdrm200-initramfs-kernel.bin"; + sha256 = "035436ed039219c9b69768dac5aae5b2c480339220dc360f1181af62fc519f52"; + sha256_unsigned = "035436ed039219c9b69768dac5aae5b2c480339220dc360f1181af62fc519f52"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "51fcd51274fe5ecbbd299f41e815b589f9b97753966255436f02e9e0cee6eb23"; + sha256_unsigned = "50e074689febc899c591d998c923a402f7914982bca9d10e574c58fc5a92bd90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + model = "HDRM2000"; + vendor = "Head Weblink"; + } + ]; + }; + hiwifi_hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-hiwifi_hc5661"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-hiwifi_hc5661-initramfs-kernel.bin"; + sha256 = "461a57df36cc9fa38117dc90b4095684516e28b8ccfb582a4090afc4ff2a60be"; + sha256_unsigned = "461a57df36cc9fa38117dc90b4095684516e28b8ccfb582a4090afc4ff2a60be"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"; + sha256 = "523bdf36affb1156d293cfc8637285d0b276468d3a9d5b269d04b49d5d5eaa02"; + sha256_unsigned = "ca670c65664e33a655f28c3553023e95fdeb0854e81394b38dd995e48a01e21f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5661" + "hc5661" + ]; + titles = [ + { + model = "HC5661"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-hiwifi_hc5761"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-hiwifi_hc5761-initramfs-kernel.bin"; + sha256 = "5a317411bafae931e41d9f4cacac6561cf3b0f3fa2f8a91ffdfb286a22e39c07"; + sha256_unsigned = "5a317411bafae931e41d9f4cacac6561cf3b0f3fa2f8a91ffdfb286a22e39c07"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"; + sha256 = "b7cfd23a49b52a60d52ba49a6469dd0ee628b6c42717b7f5f64eb38300143d4c"; + sha256_unsigned = "b5b1826d13bdf3a8d19174c52f0a331d2dc8d34ad101e9d501fe33a9520b8cf0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5761" + "hc5761" + ]; + titles = [ + { + model = "HC5761"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-hiwifi_hc5861"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-hiwifi_hc5861-initramfs-kernel.bin"; + sha256 = "4195b1fdcf378ae69e777671b6c3d597da3618e3cbfb367ac36ef494562ca65c"; + sha256_unsigned = "4195b1fdcf378ae69e777671b6c3d597da3618e3cbfb367ac36ef494562ca65c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"; + sha256 = "ed96293682fadabba5c407ad7a016bfa908de59154d8a856d380bd4f7bd4e949"; + sha256_unsigned = "4189dc22f20f910d9722cb497ec41d80ac246dd8df69174fcbea2b5a8ab4e02c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5861" + "hc5861" + ]; + titles = [ + { + model = "HC5861"; + vendor = "HiWiFi"; + } + ]; + }; + hnet_c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-hnet_c108"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-hnet_c108-initramfs-kernel.bin"; + sha256 = "c4f128578cc7f4f6fc289abf903a372ea729f3983ffc24cdd7282b96fac02f44"; + sha256_unsigned = "c4f128578cc7f4f6fc289abf903a372ea729f3983ffc24cdd7282b96fac02f44"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-hnet_c108-squashfs-sysupgrade.bin"; + sha256 = "bbf2915dfc6f56d49396f8f76ea3f29d4fa00711adc5991a5971fd21359613db"; + sha256_unsigned = "2d7d66fff5f8940acba308d9d0043a25ad53cb5f023c2bc7fede66f6a5585d87"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hnet,c108" + "c108" + ]; + titles = [ + { + model = "C108"; + vendor = "HNET"; + } + ]; + }; + hootoo_ht-tm05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-hootoo_ht-tm05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-hootoo_ht-tm05-squashfs-rootfs.bin"; + sha256 = "d4a6be4f91bd7171607a17bd6349618746a80f50e611820b4b3b1bfda16bd850"; + sha256_unsigned = "d4a6be4f91bd7171607a17bd6349618746a80f50e611820b4b3b1bfda16bd850"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-hootoo_ht-tm05-initramfs-kernel.bin"; + sha256 = "883938623dd8049e7103700cddf7144b9db83bcf0f5ad4191be519fd72aaf556"; + sha256_unsigned = "883938623dd8049e7103700cddf7144b9db83bcf0f5ad4191be519fd72aaf556"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-hootoo_ht-tm05-squashfs-sysupgrade.bin"; + sha256 = "6afcccc4748fae1c5efb53c46808d8a231dd8b8b0d09b886df24af064f54e0ba"; + sha256_unsigned = "b900a1d143737d98c008a31c2b126eb36e7ec336f2941bce2a95c8d5aa1c2874"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-hootoo_ht-tm05-squashfs-kernel.bin"; + sha256 = "24f4c070492d98b160bce44367488732fdf7753c3ee4cc74a2ad71ba5df9fbf2"; + sha256_unsigned = "24f4c070492d98b160bce44367488732fdf7753c3ee4cc74a2ad71ba5df9fbf2"; + type = "kernel"; + } + ]; + supported_devices = [ + "hootoo,ht-tm05" + ]; + titles = [ + { + model = "HT-TM05"; + vendor = "HooToo"; + } + ]; + }; + humax_e2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-humax_e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-humax_e2-squashfs-sysupgrade.bin"; + sha256 = "21c2e1aab15fc52485e38040aaca61e19de9156bb06fde29eb02fc6cff5bcc9d"; + sha256_unsigned = "794db213c68a53da64a885697c73c0ec94078d00cbbfba6323bce606b858162e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-humax_e2-initramfs-kernel.bin"; + sha256 = "482ec219c72fd0ae59f0465672d47bea19304c7afb062a324f612014430f8e10"; + sha256_unsigned = "482ec219c72fd0ae59f0465672d47bea19304c7afb062a324f612014430f8e10"; + type = "kernel"; + } + ]; + supported_devices = [ + "humax,e2" + ]; + titles = [ + { + model = "E2"; + vendor = "HUMAX"; + } + { + model = "QUANTUM E2"; + vendor = "HUMAX"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-iodata_wn-ac1167gr-initramfs-kernel.bin"; + sha256 = "3ad5307407691cf54eb4e8d73374d04d539f21066614fef150f2a3d8ca697dc1"; + sha256_unsigned = "3ad5307407691cf54eb4e8d73374d04d539f21066614fef150f2a3d8ca697dc1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "f1e586dc0a6881a1ef2aa9571c19ce51d28ad96c1535d7fec8041d8c869535cc"; + sha256_unsigned = "efc1d8f97b3700b9d1d7d6b947c30dcf48868c5badfc0089990a559de8153a22"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "cda8d8b2e60be80714a747d76edb947a8c87a0910791bff259e9fc2fbe76c6c1"; + sha256_unsigned = "cda8d8b2e60be80714a747d76edb947a8c87a0910791bff259e9fc2fbe76c6c1"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + model = "WN-AC1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "98b9554894f21fbc1f3a493643c5ed196668257e76df3e9cbfe0f0c3ec769f7b"; + sha256_unsigned = "98b9554894f21fbc1f3a493643c5ed196668257e76df3e9cbfe0f0c3ec769f7b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "f6e884b4173bfbf6c1ac6e8ec95088939dec00d34b342c5f51139d28299df0ac"; + sha256_unsigned = "6b872427c4196a2f38bd5e7bc549170248c4fe1ffb9dbdb48117a6b7f4e9d3ea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-iodata_wn-ac733gr3-initramfs-kernel.bin"; + sha256 = "76d793c86253f51f55dd1aaffe8194e6ede089c60d941fc95d279049c0812601"; + sha256_unsigned = "76d793c86253f51f55dd1aaffe8194e6ede089c60d941fc95d279049c0812601"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + model = "WN-AC733GR3"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a1004ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-iptime_a1004ns"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-iptime_a1004ns-initramfs-kernel.bin"; + sha256 = "22b0c9bd2067d95d005475b7b8e7316c61f579a282a1e91a8d59afb5ce9bfd9e"; + sha256_unsigned = "22b0c9bd2067d95d005475b7b8e7316c61f579a282a1e91a8d59afb5ce9bfd9e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-iptime_a1004ns-squashfs-sysupgrade.bin"; + sha256 = "c5f7a93f0ae2752ebf8fd865a514e4ea21cc222ed0eb4065f44643670626900d"; + sha256_unsigned = "5e7b0bc63d75d061aa790aa2c69d56ada50704ab48d92eed4fb876e9199decfd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a1004ns" + ]; + titles = [ + { + model = "A1004ns"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a104ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-iptime_a104ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-iptime_a104ns-squashfs-sysupgrade.bin"; + sha256 = "0ff1195b7e5aecce66ca757ad0bc29fea9841732a347f9aa51b8322ff35f42ec"; + sha256_unsigned = "1fde313860df58c1497d444f7a349ee9122930d8476d79af63d3e8a657cae31c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-iptime_a104ns-initramfs-kernel.bin"; + sha256 = "ebe5ae160730cd8251e398dd02639d529eea24a10b71793acb4e18e849df02ee"; + sha256_unsigned = "ebe5ae160730cd8251e398dd02639d529eea24a10b71793acb4e18e849df02ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a104ns" + ]; + titles = [ + { + model = "A104ns"; + vendor = "ipTIME"; + } + ]; + }; + kimax_u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-kimax_u25awf-h1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-kimax_u25awf-h1-initramfs-kernel.bin"; + sha256 = "7b2701b051e6267d9718169e51e908345c2ef1794a6c7a42dba4c8da3b694133"; + sha256_unsigned = "7b2701b051e6267d9718169e51e908345c2ef1794a6c7a42dba4c8da3b694133"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-kimax_u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "32929e926192f64aba1e974c60fe160206a42728b8461ffa15502ca367b506b5"; + sha256_unsigned = "c292c4531c5bd300182fc138627f143410259c75754d6a3e87d23b8e6b8625bc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u25awf-h1" + "u25awf-h1" + ]; + titles = [ + { + model = "U25AWF"; + variant = "H1"; + vendor = "Kimax"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-kimax_u35wf-initramfs-kernel.bin"; + sha256 = "65a9fa6d503e8cb05c17a76210230360f50e58a5823ce097bcc2517a0047ba8a"; + sha256_unsigned = "65a9fa6d503e8cb05c17a76210230360f50e58a5823ce097bcc2517a0047ba8a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "fbb5e49c96d9cf262cf0d6b21349f6bfbcb76d2c6950910bf1dbba6292240791"; + sha256_unsigned = "02b0c46957c30782a4592829a05c2e17a6e1ed8b7006e54697573d1ef5f59462"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + model = "U35WF"; + vendor = "Kimax"; + } + ]; + }; + kingston_mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-kingston_mlw221"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-kingston_mlw221-initramfs-kernel.bin"; + sha256 = "0409af4290693b8261ac3225db699e147e17f56b9391857286533edc12dfac4c"; + sha256_unsigned = "0409af4290693b8261ac3225db699e147e17f56b9391857286533edc12dfac4c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-kingston_mlw221-squashfs-sysupgrade.bin"; + sha256 = "48fc15c1bdf6ff76e82394003c31daef6819a4bf67f47a8e1b7096df422a5976"; + sha256_unsigned = "e3c2e2b25a89b14791111b44fd3bed680ce6eee2370b64912e8b0beca1fb9e44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlw221" + "mlw221" + ]; + titles = [ + { + model = "MLW221"; + vendor = "Kingston"; + } + ]; + }; + kingston_mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-kingston_mlwg2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-kingston_mlwg2-initramfs-kernel.bin"; + sha256 = "cb83728703cfc69beff90cd3d645c6bcb4b10b7c00f2b35e56548b25525efae5"; + sha256_unsigned = "cb83728703cfc69beff90cd3d645c6bcb4b10b7c00f2b35e56548b25525efae5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-kingston_mlwg2-squashfs-sysupgrade.bin"; + sha256 = "7e2fd6df371b551e36febab68a0df58e8ac7c89d3c068dafc64d784b211a4dca"; + sha256_unsigned = "48f9c528e98c8b2c7482c3ccab2b77a48bc212c0cc205124a5052d52d76f7a98"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlwg2" + "mlwg2" + ]; + titles = [ + { + model = "MLWG2"; + vendor = "Kingston"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-lava_lr-25g001-initramfs-kernel.bin"; + sha256 = "d7cbeb6ef05a7200da228b0122d5c4e383df766720a95044c23a9d71e542a390"; + sha256_unsigned = "d7cbeb6ef05a7200da228b0122d5c4e383df766720a95044c23a9d71e542a390"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "64345d7631bc5387123b0a09fb942a68fe5b58ad057daec8f37e67a1432ba35f"; + sha256_unsigned = "64345d7631bc5387123b0a09fb942a68fe5b58ad057daec8f37e67a1432ba35f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "f3cdaebc5775f71a6eadf9c840180e99e3327a56ff7b1ee1fb02507253aceb97"; + sha256_unsigned = "d3dc84b3f331fbc667ce3569ed32a9e8aece3912d219b1c10fc6a6f0901736d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + model = "LR-25G001"; + vendor = "LAVA"; + } + ]; + }; + lb-link_bl-w1200 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-lb-link_bl-w1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-lb-link_bl-w1200-initramfs-kernel.bin"; + sha256 = "67c02f07e5f13ec1b38d595e2b0560714caa79d8fcfb6ca4b8ee20e0f5fbd310"; + sha256_unsigned = "67c02f07e5f13ec1b38d595e2b0560714caa79d8fcfb6ca4b8ee20e0f5fbd310"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-lb-link_bl-w1200-squashfs-sysupgrade.bin"; + sha256 = "eefab80c32c1b8071256061214e15217ba10dd6a2528f71ca06032240b5a1fad"; + sha256_unsigned = "1082702e57511ece183bcd50dea69fff2d702d5086a87312a19e5b4a640f113f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lb-link,bl-w1200" + ]; + titles = [ + { + model = "BL-W1200"; + vendor = "LB-Link"; + } + ]; + }; + lenovo_newifi-y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-lenovo_newifi-y1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-lenovo_newifi-y1-initramfs-kernel.bin"; + sha256 = "d8608d615b874e7eefe678efcf92a7dca57501c3b5c87ed8cf0339a97ddbd7e7"; + sha256_unsigned = "d8608d615b874e7eefe678efcf92a7dca57501c3b5c87ed8cf0339a97ddbd7e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"; + sha256 = "455568abbe63830cd6b662e93f08bd90ee0c3752d628a1a4611c87b6d5c8ff94"; + sha256_unsigned = "82882962e609c22597da0d69a728779231a8ea59cc2bf5c2b9a52f69b21f5022"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1" + "y1" + ]; + titles = [ + { + model = "Y1"; + vendor = "Lenovo"; + } + ]; + }; + lenovo_newifi-y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-lenovo_newifi-y1s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"; + sha256 = "a63d054a8f6990fdb4c5582b3926c62186e03b2e4cc30361eb81fa7ec49737da"; + sha256_unsigned = "3717714058e957a958ee238b0fe1871c4989be524e37b39a166595aa41991135"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-lenovo_newifi-y1s-initramfs-kernel.bin"; + sha256 = "40098b8c981e0f171b271ccc69f94e4a364885dddc5594c5d987596657e3e550"; + sha256_unsigned = "40098b8c981e0f171b271ccc69f94e4a364885dddc5594c5d987596657e3e550"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1s" + "y1s" + ]; + titles = [ + { + model = "Y1S"; + vendor = "Lenovo"; + } + ]; + }; + linksys_e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-linksys_e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-linksys_e1700-squashfs-sysupgrade.bin"; + sha256 = "d50109ee9651d2864448843353cac450efb2d081b8964326e195c6ce58ce4b9e"; + sha256_unsigned = "e71e7c7d4ee5176b682f68134dc43473036f3b6b33ac049df83fd26a2c544026"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-linksys_e1700-squashfs-factory.bin"; + sha256 = "b67dd00f82083a5bae2ac93d4fdd23113621a69c9480ec9915c1144f161fa025"; + sha256_unsigned = "b67dd00f82083a5bae2ac93d4fdd23113621a69c9480ec9915c1144f161fa025"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-linksys_e1700-initramfs-kernel.bin"; + sha256 = "68e41c6b4dac53d2eb57956d3a04584e820728048c26e02934c9f2eea00bad05"; + sha256_unsigned = "68e41c6b4dac53d2eb57956d3a04584e820728048c26e02934c9f2eea00bad05"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e1700" + "e1700" + ]; + titles = [ + { + model = "E1700"; + vendor = "Linksys"; + } + ]; + }; + microduino_microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-microduino_microwrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-microduino_microwrt-squashfs-sysupgrade.bin"; + sha256 = "7380d24537d57d26d62d5cdf3bc2d9d00af2e7f7457999b3f0eb44660db3e262"; + sha256_unsigned = "77cad5fc99e291556be0345a3406cc293ca672b52fae98e7d1502c78efc24b34"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-microduino_microwrt-initramfs-kernel.bin"; + sha256 = "65cebb788d16b27b2ad60b0b0e9055a4779e71234c60c0e4a3ac2eff9b6098b1"; + sha256_unsigned = "65cebb788d16b27b2ad60b0b0e9055a4779e71234c60c0e4a3ac2eff9b6098b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "microduino,microwrt" + "microwrt" + ]; + titles = [ + { + model = "MicroWRT"; + vendor = "Microduino"; + } + ]; + }; + netgear_ex3700 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-netgear_ex3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-netgear_ex3700-squashfs-factory.chk"; + sha256 = "e4807386937af90ae635c55bdb023a6404b6df541b45f7683ba3ceff49262e84"; + sha256_unsigned = "e4807386937af90ae635c55bdb023a6404b6df541b45f7683ba3ceff49262e84"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-netgear_ex3700-squashfs-sysupgrade.bin"; + sha256 = "1e608601452a96790e50cbd70960bc50058f18eaaca8e7dee8041f91d0a17b36"; + sha256_unsigned = "541a148abee6b009ed81607fc82a68727c71e0d4c854537c8d5396bd90e411d7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-netgear_ex3700-initramfs-kernel.bin"; + sha256 = "13c2cddf858134af33ab611b80438fac09008e02f692076a44e9c71989bae21d"; + sha256_unsigned = "13c2cddf858134af33ab611b80438fac09008e02f692076a44e9c71989bae21d"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex3700" + "ex3700" + ]; + titles = [ + { + model = "EX3700/EX3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6120 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-netgear_ex6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-netgear_ex6120-squashfs-sysupgrade.bin"; + sha256 = "6730b667dd3ba9620ecc27ba0f56baa1bc3c0d3ccaf56e59f013808570e5dacf"; + sha256_unsigned = "cb69bc0c261f3cbd0e825b52b49905efcbe2126fadc92680102846979cb0d8c0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-netgear_ex6120-squashfs-factory.chk"; + sha256 = "564cde8cf91e50e530e93ab4a7cfeb8cccbfdcba50bf7319d5c8e5424f087107"; + sha256_unsigned = "564cde8cf91e50e530e93ab4a7cfeb8cccbfdcba50bf7319d5c8e5424f087107"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-netgear_ex6120-initramfs-kernel.bin"; + sha256 = "51f9cb04d025404ae87b38a72cd7d34d21073474cf40c8fe03bc8ce56288f94f"; + sha256_unsigned = "51f9cb04d025404ae87b38a72cd7d34d21073474cf40c8fe03bc8ce56288f94f"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6120" + ]; + titles = [ + { + model = "EX6120"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6130 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-netgear_ex6130"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-netgear_ex6130-initramfs-kernel.bin"; + sha256 = "287e64f71fc44d67cbfb9f877b70f49cffa62f3529184a65ba7d6b6506dd77aa"; + sha256_unsigned = "287e64f71fc44d67cbfb9f877b70f49cffa62f3529184a65ba7d6b6506dd77aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-netgear_ex6130-squashfs-factory.chk"; + sha256 = "48347b83dbfd9489c3a25a437a67ba44b3d0b04160bdf146923c03bf7fdef9a4"; + sha256_unsigned = "48347b83dbfd9489c3a25a437a67ba44b3d0b04160bdf146923c03bf7fdef9a4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-netgear_ex6130-squashfs-sysupgrade.bin"; + sha256 = "c222526895288ee9d6549798a5a5c5ce3e7136ca376f5107e3e50df06f438e7a"; + sha256_unsigned = "46359d4fc8bcbfb27cf21588014e07c91a3705622c86547870b982540922c200"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6130" + ]; + titles = [ + { + model = "EX6130"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3000rp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-netgear_wn3000rp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-netgear_wn3000rp-v3-squashfs-factory.bin"; + sha256 = "79ea4557aa67962fbd7e584b628f6ea5244ce02415e55b00e57c4dd1e4152e32"; + sha256_unsigned = "79ea4557aa67962fbd7e584b628f6ea5244ce02415e55b00e57c4dd1e4152e32"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-netgear_wn3000rp-v3-squashfs-sysupgrade.bin"; + sha256 = "70ae60dd70bbcad3ea5f1d8158a8e8a0e3e1e0f940a0eb2851bf5e3aeccbc945"; + sha256_unsigned = "aac50f0aa95abae7a650b13c0a8e8fdd82064bc033006a848d4e720474baa18f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-netgear_wn3000rp-v3-initramfs-kernel.bin"; + sha256 = "a03dc4b8e9f793814dd173c2a925277ae2cd12809363c908bd15fd5e4bdeb342"; + sha256_unsigned = "a03dc4b8e9f793814dd173c2a925277ae2cd12809363c908bd15fd5e4bdeb342"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wn3000rp-v3" + "wn3000rpv3" + ]; + titles = [ + { + model = "WN3000RP"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3100rp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-netgear_wn3100rp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-netgear_wn3100rp-v2-squashfs-factory.bin"; + sha256 = "70dd8f79ca5bad2f26a34a43be0065f1646f7c7d300633ba14612a01eaca9189"; + sha256_unsigned = "70dd8f79ca5bad2f26a34a43be0065f1646f7c7d300633ba14612a01eaca9189"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-netgear_wn3100rp-v2-initramfs-kernel.bin"; + sha256 = "2bbe6c593048ec565e8ba1ce29685834b64dbbe7782f0d751e448d69b85b2ca5"; + sha256_unsigned = "2bbe6c593048ec565e8ba1ce29685834b64dbbe7782f0d751e448d69b85b2ca5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-netgear_wn3100rp-v2-squashfs-sysupgrade.bin"; + sha256 = "e0e2dd318c34a6be73db7985f36ebe0ad2a99f61c42702e8f28cdecc3278c041"; + sha256_unsigned = "2c13fabcddc880597226201744f9f3d6417d211829c12b794a1ae939a7d74baf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wn3100rp-v2" + ]; + titles = [ + { + model = "WN3100RP"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2770 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-netis_wf2770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-netis_wf2770-squashfs-sysupgrade.bin"; + sha256 = "d78ffb58764c7206ee8413da943d00e9e09cfcd6988dcf4d40c21c7dd3b986b8"; + sha256_unsigned = "1ce8bced9673776b4a592356a9430ce006fdf34eee21a1186331e033638a945f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-netis_wf2770-initramfs-kernel.bin"; + sha256 = "c2c13a535b6e05ed3ec1c7a88d70d5bdca6f0f1385779997822acc52b42afa2a"; + sha256_unsigned = "c2c13a535b6e05ed3ec1c7a88d70d5bdca6f0f1385779997822acc52b42afa2a"; + type = "kernel"; + } + ]; + supported_devices = [ + "netis,wf2770" + ]; + titles = [ + { + model = "WF2770"; + vendor = "NETIS"; + } + ]; + }; + nexx_wt3020-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-nexx_wt3020-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-nexx_wt3020-8m-squashfs-factory.bin"; + sha256 = "c876b91079a235a4ecd718c8d9e86e96efe02ea4baef735676c54faf242725fb"; + sha256_unsigned = "c876b91079a235a4ecd718c8d9e86e96efe02ea4baef735676c54faf242725fb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-nexx_wt3020-8m-initramfs-kernel.bin"; + sha256 = "6c19104206a466899a1d93f456c33be8d1a4ecfd038d2ea344ee581e5281b910"; + sha256_unsigned = "6c19104206a466899a1d93f456c33be8d1a4ecfd038d2ea344ee581e5281b910"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-nexx_wt3020-8m-squashfs-sysupgrade.bin"; + sha256 = "b13a6b9465937c5bdb62160604e4777571021be6bc15de1cf981ceabffa53f93"; + sha256_unsigned = "d4b86d9b5f989ff85ada92b6b6c3df83c778b969a0a746bdb6d4ce96d8c8ea13"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexx,wt3020-8m" + "wt3020" + "wt3020-8M" + ]; + titles = [ + { + model = "WT3020"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + ohyeah_oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-ohyeah_oy-0001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-ohyeah_oy-0001-squashfs-sysupgrade.bin"; + sha256 = "c93db3fa8c591769063f8be4357b7fc0c74b1cd27034993d09c5b39181918f97"; + sha256_unsigned = "a955039a3a896990cf20883ef05d495b7e5c15f69785601fd23a6ba9baa398dc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-ohyeah_oy-0001-initramfs-kernel.bin"; + sha256 = "1613b8076b20a1ec5caf6496d58ff6f37142cd0d4889ca715b8d7227ed7ef017"; + sha256_unsigned = "1613b8076b20a1ec5caf6496d58ff6f37142cd0d4889ca715b8d7227ed7ef017"; + type = "kernel"; + } + ]; + supported_devices = [ + "ohyeah,oy-0001" + "oy-0001" + ]; + titles = [ + { + model = "OY-0001"; + vendor = "Oh Yeah"; + } + ]; + }; + "phicomm_k2-v22.4" = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-phicomm_k2-v22.4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-phicomm_k2-v22.4-squashfs-sysupgrade.bin"; + sha256 = "24b45f553407f0ba25898fc99336e2081cc7115f0f8b12fcfcd6b3e72e7c68cc"; + sha256_unsigned = "21540e8784365a40055c71661c1daf8874caa2d54b5bb49d1b28bdabc5665b90"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-phicomm_k2-v22.4-initramfs-kernel.bin"; + sha256 = "9b85e4475d429d87f3f044d4cd802fb2492d7bab87971285791505188384220d"; + sha256_unsigned = "9b85e4475d429d87f3f044d4cd802fb2492d7bab87971285791505188384220d"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2-v22.4" + "psg1218" + "psg1218a" + "phicomm,psg1218a" + ]; + titles = [ + { + model = "K2"; + variant = "v22.4 or older"; + vendor = "Phicomm"; + } + ]; + }; + "phicomm_k2-v22.5" = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-phicomm_k2-v22.5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-phicomm_k2-v22.5-initramfs-kernel.bin"; + sha256 = "11e35b7b6f7e745ddd34ae4e8ac1d364efbb177a31d9a6033d9bba7acfa368ac"; + sha256_unsigned = "11e35b7b6f7e745ddd34ae4e8ac1d364efbb177a31d9a6033d9bba7acfa368ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-phicomm_k2-v22.5-squashfs-sysupgrade.bin"; + sha256 = "05c432348b78ec751bcca8c55ee40dfab54906487ec8bd0d8379926838c9da5f"; + sha256_unsigned = "ac8c6dff29c6c59057f40155be29c616527439e7434ae2e0cb0d23cd5c345280"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2-v22.5" + ]; + titles = [ + { + model = "K2"; + variant = "v22.5 or newer"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-phicomm_k2g-initramfs-kernel.bin"; + sha256 = "3e658ef677705fbbc7e6862d81fda4d8ba0d1ddb231e2af62820bc25a864d09d"; + sha256_unsigned = "3e658ef677705fbbc7e6862d81fda4d8ba0d1ddb231e2af62820bc25a864d09d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "865483d5c05afdfd2a29a392cb7232cfb078e43d969c88999020a028c3cfc3af"; + sha256_unsigned = "646a8564dc0f4dea3713a046630b06c89aaf7c12e87d8bfbbc5987e8c0d2bc3a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + model = "K2G"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-phicomm_psg1208"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-phicomm_psg1208-initramfs-kernel.bin"; + sha256 = "05067424cc0391b17872759a095c633bc7570718debaed312187fce86109607f"; + sha256_unsigned = "05067424cc0391b17872759a095c633bc7570718debaed312187fce86109607f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-phicomm_psg1208-squashfs-sysupgrade.bin"; + sha256 = "a55bd9b70fe271551b93759a02149da36769ef4395d211bca5448ac8f7a664c6"; + sha256_unsigned = "038a70e17669fc8e185094135eba1deae6c21792cf899d519e0a429303e1cb49"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,psg1208" + "psg1208" + ]; + titles = [ + { + model = "PSG1208"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-phicomm_psg1218b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-phicomm_psg1218b-squashfs-sysupgrade.bin"; + sha256 = "3d4bdaf12597af156cd1e5473c87ec2365ba8ce9927cef24dad521eccd384e0b"; + sha256_unsigned = "d712f04005233218481aed8552f37252560ca9e56f21452dec60b33aea29469a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-phicomm_psg1218b-initramfs-kernel.bin"; + sha256 = "0bdc217e2d3bb0c97834ac717ad7a5ee3e326e9c5159e5779a54d26434e38bce"; + sha256_unsigned = "0bdc217e2d3bb0c97834ac717ad7a5ee3e326e9c5159e5779a54d26434e38bce"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1218b" + "psg1218" + "psg1218b" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Bx"; + vendor = "Phicomm"; + } + ]; + }; + planex_cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-planex_cs-qr10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-planex_cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "01a663cdde8b1014cbf86c7a937d4f62a570970fb67679917734b2ad779b0348"; + sha256_unsigned = "db76187d71d8a1c47c77f585280961d99460d747a5858bb8f0e189314b497a53"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-planex_cs-qr10-initramfs-kernel.bin"; + sha256 = "b48d624d27454324f17d44c02d7934dada4f8c613a8d1511838109bcf8264546"; + sha256_unsigned = "b48d624d27454324f17d44c02d7934dada4f8c613a8d1511838109bcf8264546"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,cs-qr10" + "cs-qr10" + ]; + titles = [ + { + model = "CS-QR10"; + vendor = "Planex"; + } + ]; + }; + planex_db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-planex_db-wrt01"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-planex_db-wrt01-initramfs-kernel.bin"; + sha256 = "6b73e43d146469d33aa7ae2f759ae492189e37c16ec62d6852e2ce6be86f114d"; + sha256_unsigned = "6b73e43d146469d33aa7ae2f759ae492189e37c16ec62d6852e2ce6be86f114d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-planex_db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "fccd45b1df5e3ae3f97cae9dc90e25c8f0b656270297735e7750c6ae7cbd7c6b"; + sha256_unsigned = "7fa5214e191a198f79af5a6e14b5df2cc48d62c44a56276b722c03339de84305"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,db-wrt01" + "db-wrt01" + ]; + titles = [ + { + model = "DB-WRT01"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-planex_mzk-750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-planex_mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "e8b09c20dd081bf2ea7c84f504b381b4cfc50b0836748926c5db0d5a7e64ed3d"; + sha256_unsigned = "5e821b2a93b491d2fe5336ee0ea71b780a549681b83a4eff621d4b40317c3455"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-planex_mzk-750dhp-initramfs-kernel.bin"; + sha256 = "16a2c33eed6d0f2bce30f39263556d49c9c00aa13c2a02f1a6c62c29ef4dc580"; + sha256_unsigned = "16a2c33eed6d0f2bce30f39263556d49c9c00aa13c2a02f1a6c62c29ef4dc580"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-750dhp" + "mzk-750dhp" + ]; + titles = [ + { + model = "MZK-750DHP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-planex_mzk-ex300np"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-planex_mzk-ex300np-initramfs-kernel.bin"; + sha256 = "da259f2abb54705e81f45039db470b7f6f45c4717b3f2c6d53e35c884b6aa9e5"; + sha256_unsigned = "da259f2abb54705e81f45039db470b7f6f45c4717b3f2c6d53e35c884b6aa9e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-planex_mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "27f9465736f016e2d223a4f8b86ec1977120381232156aa0ac885b1e94d21cd1"; + sha256_unsigned = "0845310056257c1054ade3f8715a80a8ee1cefe09a81f1dfa39a343572131e50"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-ex300np" + "mzk-ex300np" + ]; + titles = [ + { + model = "MZK-EX300NP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-planex_mzk-ex750np"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-planex_mzk-ex750np-initramfs-kernel.bin"; + sha256 = "86694134929b8655e7e1c5d86895f7944c794648c6a21e945de618c3d8064102"; + sha256_unsigned = "86694134929b8655e7e1c5d86895f7944c794648c6a21e945de618c3d8064102"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-planex_mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "eaa016ce7971512f232b73ce97620922e027977a347708abb160609dfa4db5c6"; + sha256_unsigned = "fea28830336154aa519183bcb95a927412b7cfc2a0c8887452e90f87fdc09f96"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-ex750np" + "mzk-ex750np" + ]; + titles = [ + { + model = "MZK-EX750NP"; + vendor = "Planex"; + } + ]; + }; + ralink_mt7620a-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-ralink_mt7620a-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-ralink_mt7620a-evb-initramfs-kernel.bin"; + sha256 = "c55ac7f627c32589499809c4263ae6db780d1bf95c5ee3ec9432b2180c057014"; + sha256_unsigned = "c55ac7f627c32589499809c4263ae6db780d1bf95c5ee3ec9432b2180c057014"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-ralink_mt7620a-evb-squashfs-sysupgrade.bin"; + sha256 = "91485621d0fd59290822d73199e180447e2f87d9466b60dc29edbb88670faa87"; + sha256_unsigned = "c0e4909e72502eec701ceed8de84494869cc6d0b871be6655299ad6b72895ad1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-evb" + ]; + titles = [ + { + model = "MT7620a EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7530-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-ralink_mt7620a-mt7530-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-ralink_mt7620a-mt7530-evb-squashfs-sysupgrade.bin"; + sha256 = "913c8b55ff86200bc66ee217fcf3c30dfb6ced4e9af2de0ad4d2c3018bf33a6d"; + sha256_unsigned = "039266329854a0ecbe356e04c0bd59eb11c4c349aa95e95273790948ffaf655d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-ralink_mt7620a-mt7530-evb-initramfs-kernel.bin"; + sha256 = "779dc06ca46c568134eba8c1554c985f18443190b6acd644181367465113354e"; + sha256_unsigned = "779dc06ca46c568134eba8c1554c985f18443190b6acd644181367465113354e"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7530-evb" + "mt7620a_mt7530" + ]; + titles = [ + { + model = "MT7620a + MT7530 EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7610e-evb = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-ralink_mt7620a-mt7610e-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-ralink_mt7620a-mt7610e-evb-squashfs-sysupgrade.bin"; + sha256 = "54293d0f78e2fec305556661b176fa62deadd3ffc0c1fe1d4136109b61c855d8"; + sha256_unsigned = "1e1a5a7c59b4c3566c6ba1b9794b4ba3bda990332518140bae817ccd8694d880"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-ralink_mt7620a-mt7610e-evb-initramfs-kernel.bin"; + sha256 = "4c930a11d1b96af86389cd226bbc5517f29ed2654aa3c7bd38df9409729e9f03"; + sha256_unsigned = "4c930a11d1b96af86389cd226bbc5517f29ed2654aa3c7bd38df9409729e9f03"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7610e-evb" + "mt7620a_mt7610e" + ]; + titles = [ + { + model = "MT7620a + MT7610e EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-v22sg-evb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-ralink_mt7620a-v22sg-evb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-ralink_mt7620a-v22sg-evb-squashfs-sysupgrade.bin"; + sha256 = "664e3bee133f40bc3a85a2e18149bd77396d6a6f472d69ca78e8d8e4734b0a95"; + sha256_unsigned = "05440425c961490fadb03d3a187b07bb60f132f339f4770cbdcd94dfee95708e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-ralink_mt7620a-v22sg-evb-initramfs-kernel.bin"; + sha256 = "89b34a621276ca9367c44ebcbdae347bf230cd7648a3dcd07b7c9b2b94b7226e"; + sha256_unsigned = "89b34a621276ca9367c44ebcbdae347bf230cd7648a3dcd07b7c9b2b94b7226e"; + type = "kernel"; + } + ]; + supported_devices = [ + "ralink,mt7620a-v22sg-evb" + "mt7620a_v22sg" + ]; + titles = [ + { + model = "MT7620a V22SG"; + vendor = "MediaTek"; + } + ]; + }; + ravpower_rp-wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-ravpower_rp-wd03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-ravpower_rp-wd03-squashfs-sysupgrade.bin"; + sha256 = "f95a4b2d08c1e1a6f17d61911ebf6d9c4e130b908983867a9f9bef2c48e681a8"; + sha256_unsigned = "ec8505c213abb3521834f9e8aedde3d3cbcbe5c52e7f3a17c2a3c4b50e2384fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-ravpower_rp-wd03-initramfs-kernel.bin"; + sha256 = "aa9b55f2b861eee5a9def9cb3c2e5fd66612258522c2d8d87c8970c0289bc881"; + sha256_unsigned = "aa9b55f2b861eee5a9def9cb3c2e5fd66612258522c2d8d87c8970c0289bc881"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-ravpower_rp-wd03-squashfs-kernel.bin"; + sha256 = "24f4c070492d98b160bce44367488732fdf7753c3ee4cc74a2ad71ba5df9fbf2"; + sha256_unsigned = "24f4c070492d98b160bce44367488732fdf7753c3ee4cc74a2ad71ba5df9fbf2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-ravpower_rp-wd03-squashfs-rootfs.bin"; + sha256 = "c0830dca33900588f605fc070eda7dd342201fa7877d7e60533cd003cb45e4ad"; + sha256_unsigned = "c0830dca33900588f605fc070eda7dd342201fa7877d7e60533cd003cb45e4ad"; + type = "rootfs"; + } + ]; + supported_devices = [ + "ravpower,rp-wd03" + "ravpower,wd03" + ]; + titles = [ + { + model = "RP-WD03"; + vendor = "RAVPower"; + } + ]; + }; + sanlinking_d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-sanlinking_d240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-sanlinking_d240-squashfs-sysupgrade.bin"; + sha256 = "ecb604d6d4f009a64d97d06586eb2d07d3358355a3878dad46e249fa5b3e1b57"; + sha256_unsigned = "22149be7e195d472c3452c6bea3931b31a02680ed8536904aa1f4baaf7faf0ff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-sanlinking_d240-initramfs-kernel.bin"; + sha256 = "8ff92745e0dda862fb1ed5ba38d5efea6111669bb909218669ae56bd230fe08a"; + sha256_unsigned = "8ff92745e0dda862fb1ed5ba38d5efea6111669bb909218669ae56bd230fe08a"; + type = "kernel"; + } + ]; + supported_devices = [ + "sanlinking,d240" + "d240" + ]; + titles = [ + { + model = "D240"; + vendor = "Sanlinking Technologies"; + } + ]; + }; + sercomm_na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-sercomm_na930"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-sercomm_na930-initramfs-kernel.bin"; + sha256 = "6d1e26bc17663d84cc6de0a12669d9ec0b9f6f4bec0874421a97131eac7d707f"; + sha256_unsigned = "6d1e26bc17663d84cc6de0a12669d9ec0b9f6f4bec0874421a97131eac7d707f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-sercomm_na930-squashfs-sysupgrade.bin"; + sha256 = "bf4064fd895042a3968daf28d88538e5910f6287dbf9e315a8db5038cc8d1f73"; + sha256_unsigned = "f57b779233370d3907251f41270e3f849694aff373f99c737e270de42f781099"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,na930" + "na930" + ]; + titles = [ + { + model = "NA930"; + vendor = "Sercomm"; + } + ]; + }; + sitecom_wlr-4100-v1-002 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-sitecom_wlr-4100-v1-002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-factory.dlf"; + sha256 = "50548a99cd1dffd895034cba630e351acec07a457770ea9da3f7ba6cade633bc"; + sha256_unsigned = "50548a99cd1dffd895034cba630e351acec07a457770ea9da3f7ba6cade633bc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-sysupgrade.bin"; + sha256 = "28da684cf75f23b2ed0cd595587662ef7090e50b6f5b0a2852414d4d51475619"; + sha256_unsigned = "8dd2dac755a236b0450a23e39d2b9c82cce9b555b746946107de551843d14000"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-sitecom_wlr-4100-v1-002-initramfs-kernel.bin"; + sha256 = "0c4fd1648e8eca699b91d0d301f2cae61d60ac0934bd3a02a55338c16ef21b47"; + sha256_unsigned = "0c4fd1648e8eca699b91d0d301f2cae61d60ac0934bd3a02a55338c16ef21b47"; + type = "kernel"; + } + ]; + supported_devices = [ + "sitecom,wlr-4100-v1-002" + ]; + titles = [ + { + model = "WLR-4100"; + variant = "v1 002"; + vendor = "Sitecom"; + } + ]; + }; + tplink_archer-c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-tplink_archer-c2-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_archer-c2-v1-initramfs-kernel.bin"; + sha256 = "34897bf3ec76490233da72edcd70271e64922a1ce718e2d945c4230ba0b23e44"; + sha256_unsigned = "34897bf3ec76490233da72edcd70271e64922a1ce718e2d945c4230ba0b23e44"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_archer-c2-v1-squashfs-sysupgrade.bin"; + sha256 = "70df2df25fd58c7092fb7c68290d5aa91d64982fd781bccd57d42975f1cb7740"; + sha256_unsigned = "4c046056fc9f69eb1f67b81f93fe104d7bcc5716b31a5440433da71782806e0c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v1" + "tplink,c2-v1" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-tplink_archer-c20-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_archer-c20-v1-initramfs-kernel.bin"; + sha256 = "ae68b27be9a123b60cb952055fa923fcfa4ffd401b5d2c4cd627d4a20d599a90"; + sha256_unsigned = "ae68b27be9a123b60cb952055fa923fcfa4ffd401b5d2c4cd627d4a20d599a90"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_archer-c20-v1-squashfs-sysupgrade.bin"; + sha256 = "6766df136fd073d1e75942d53d1a150b5ad34f894eb756cd2942dc49224b959d"; + sha256_unsigned = "3d64a81f214a8507f76171ee30770abe9a6b37034eafbda552cd5e7b0d8cb189"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v1" + "tplink,c20-v1" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-tplink_archer-c20i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_archer-c20i-squashfs-factory.bin"; + sha256 = "543b9baa9c56ea13d80bc24b63f69ff89ddb99bf2af89e00b601935fc4aa60d6"; + sha256_unsigned = "543b9baa9c56ea13d80bc24b63f69ff89ddb99bf2af89e00b601935fc4aa60d6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_archer-c20i-squashfs-sysupgrade.bin"; + sha256 = "3a9c57c718f42ce1bca2ec88078a83347d4b2fd35bc8783a17f37b70e718686e"; + sha256_unsigned = "744b75fae6e1dc8c13d14bb715eea86935dd743f952309efde0e54fa6f34ea00"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_archer-c20i-initramfs-kernel.bin"; + sha256 = "851f68f5ee91f40c09af8e2675723f94f66385dcf4c995d302ba7bcaccb5884d"; + sha256_unsigned = "851f68f5ee91f40c09af8e2675723f94f66385dcf4c995d302ba7bcaccb5884d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20i" + "c20i" + ]; + titles = [ + { + model = "Archer C20i"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-tplink_archer-c50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-eu.bin"; + sha256 = "34a1a5bba7a1c2cebd80605c395259e5de2360a0f3bf863bf053aa8c1ae8f533"; + sha256_unsigned = "34a1a5bba7a1c2cebd80605c395259e5de2360a0f3bf863bf053aa8c1ae8f533"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_archer-c50-v1-squashfs-sysupgrade.bin"; + sha256 = "bbd4b3022efff203372ab0699048666b5c5f535dd90672caec84f469b34c74da"; + sha256_unsigned = "5d59ba88ea435e17a20128a0ee92225684bfc0c089dbb625586628db82b0c7df"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-us.bin"; + sha256 = "bad58a70021f3e7e0ad1ae6f59dee00806147c9fefafb418da7220975c1bd93c"; + sha256_unsigned = "bad58a70021f3e7e0ad1ae6f59dee00806147c9fefafb418da7220975c1bd93c"; + type = "factory-us"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_archer-c50-v1-initramfs-kernel.bin"; + sha256 = "56e5dbf2b4e1b1ff8261921fef11907577160bb35e0b7e8e41ba650d0f8a9e31"; + sha256_unsigned = "56e5dbf2b4e1b1ff8261921fef11907577160bb35e0b7e8e41ba650d0f8a9e31"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v1" + "c50" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-mr200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-tplink_archer-mr200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin"; + sha256 = "655450daa30e59914ec1b1acc9edabceefa58ead1acf9be36d391df46b547f91"; + sha256_unsigned = "ea2b8616d1e82685a5518d9b313275887ac2635cfeedf15bea4f674a6ce9a0f3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_archer-mr200-initramfs-kernel.bin"; + sha256 = "4801c34c2b2aaf136877a55accd0921771b024a1189569a09043da0891708b1c"; + sha256_unsigned = "4801c34c2b2aaf136877a55accd0921771b024a1189569a09043da0891708b1c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-mr200" + "mr200" + ]; + titles = [ + { + model = "Archer MR200"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-tplink_re200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_re200-v1-squashfs-sysupgrade.bin"; + sha256 = "4b03990175a07109d515e6794dfa18b324bfb9870c2915b9c563ceb061983042"; + sha256_unsigned = "e04fb1df0c19670bcae17d47fcb4f86ffd6075a844ad84a30b1cd99ab15fb234"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_re200-v1-squashfs-factory.bin"; + sha256 = "11a14249dfd93c839069749462eff01c49b70aba574fa76f3f9bba1579fcab6d"; + sha256_unsigned = "11a14249dfd93c839069749462eff01c49b70aba574fa76f3f9bba1579fcab6d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_re200-v1-initramfs-kernel.bin"; + sha256 = "0ddb8e754c5de1302f3b74b0b138bc31c608f7675278e4bd34efc996e7da739b"; + sha256_unsigned = "0ddb8e754c5de1302f3b74b0b138bc31c608f7675278e4bd34efc996e7da739b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v1" + ]; + titles = [ + { + model = "RE200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re210-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-tplink_re210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_re210-v1-squashfs-factory.bin"; + sha256 = "22b49c7c2fe62a29c14b804b7359cf70061e68328006b71ca2c57348a29673e5"; + sha256_unsigned = "22b49c7c2fe62a29c14b804b7359cf70061e68328006b71ca2c57348a29673e5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_re210-v1-initramfs-kernel.bin"; + sha256 = "fea6738e985608423b4093585213c8121e4d66a1532826aa7117a4fbe6e62638"; + sha256_unsigned = "fea6738e985608423b4093585213c8121e4d66a1532826aa7117a4fbe6e62638"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-tplink_re210-v1-squashfs-sysupgrade.bin"; + sha256 = "1121797e0fcb560989342917b6d43458295f68610e7660e4d9a480b214b8f4c1"; + sha256_unsigned = "7bb405180708a0bc7b12526679707769cce11901ab57641099481f517ab9eefa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re210-v1" + ]; + titles = [ + { + model = "RE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-810dr = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-trendnet_tew-810dr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-trendnet_tew-810dr-initramfs-kernel.bin"; + sha256 = "0afe2f23bb1130fd597d873bdcc456839ade7b8e3d70284f78bef1c9b9d4bd84"; + sha256_unsigned = "0afe2f23bb1130fd597d873bdcc456839ade7b8e3d70284f78bef1c9b9d4bd84"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-trendnet_tew-810dr-squashfs-sysupgrade.bin"; + sha256 = "dd2c4432ece11d11c7ef4012b3e1f3e21f6b9fb80a137ffb5223628a3c4c2b42"; + sha256_unsigned = "07c1936f38b40f26fe1de3dbd871e1becd030198097dcd5a5b7f00331957923d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-810dr" + ]; + titles = [ + { + model = "TEW-810DR"; + vendor = "TRENDnet"; + } + ]; + }; + wavlink_wl-wn530hg4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-wavlink_wl-wn530hg4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-wavlink_wl-wn530hg4-squashfs-sysupgrade.bin"; + sha256 = "2d36ab560154012277dbc2a716796501b4be8756a4231ccc2ecda172e3d6f877"; + sha256_unsigned = "0c74d95a64b4f55b55f389f19c7183530f889d23526df8788adc36b5e9f86253"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-wavlink_wl-wn530hg4-initramfs-kernel.bin"; + sha256 = "874e4c08fdd5f64e4d6f15e12852689c694d77a750228642351f4002c693ad17"; + sha256_unsigned = "874e4c08fdd5f64e4d6f15e12852689c694d77a750228642351f4002c693ad17"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn530hg4" + ]; + titles = [ + { + model = "WL-WN530HG4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn535k1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-wavlink_wl-wn535k1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-wavlink_wl-wn535k1-squashfs-sysupgrade.bin"; + sha256 = "5ecdbcf28615a8cc5e8fda1f5d5d281f73884b6219bff0d0e9010d05e2bc6179"; + sha256_unsigned = "55e860440fe07e8b2f7b34c3a6b80f2f3de053087c61393d972e2ae68a781a7f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-wavlink_wl-wn535k1-initramfs-WN535K1-kernel.bin"; + sha256 = "4abaf9d3c2a23b94c5f7c75014508c70ddb155c7e3f030f10ddb700882be54f8"; + sha256_unsigned = "4abaf9d3c2a23b94c5f7c75014508c70ddb155c7e3f030f10ddb700882be54f8"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn535k1" + ]; + titles = [ + { + model = "WL-WN535K1"; + vendor = "Wavlink"; + } + { + model = "TAL-WMESH1"; + vendor = "Talius"; + } + ]; + }; + wavlink_wl-wn579x3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-wavlink_wl-wn579x3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-wavlink_wl-wn579x3-initramfs-kernel.bin"; + sha256 = "dc4e189d015a7abbd4f16961ff4c71fc4b0eb282a23106d3124c4c82f59af059"; + sha256_unsigned = "dc4e189d015a7abbd4f16961ff4c71fc4b0eb282a23106d3124c4c82f59af059"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-wavlink_wl-wn579x3-squashfs-sysupgrade.bin"; + sha256 = "d036d71c367afad7a49a66bf662f2f83b87c870508fde16b74bcedadf79cf868"; + sha256_unsigned = "38be5f4475cc49acb6d47ac204e18cd291506c996f5590341fb2291cb97cc6e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn579x3" + ]; + titles = [ + { + model = "WL-WN579X3"; + vendor = "Wavlink"; + } + ]; + }; + wevo_air-duo = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-wevo_air-duo"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-wevo_air-duo-initramfs.upload"; + sha256 = "6cb9dcc9ba59e51ab827201b4adbea64f16cdaf547adb965e0b205c0e2f29337"; + sha256_unsigned = "6cb9dcc9ba59e51ab827201b4adbea64f16cdaf547adb965e0b205c0e2f29337"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-wevo_air-duo-squashfs-sysupgrade.bin"; + sha256 = "b8d38afdd9f4588a60c118b5d361fd8134b38e4290d2c973c2eab8c481842c8f"; + sha256_unsigned = "3e05d6da8bb398a458bd4c45632fb9a688d7501339aeeccbf5e708c6496c4d4d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,air-duo" + ]; + titles = [ + { + model = "AIR DUO"; + vendor = "WeVO"; + } + ]; + }; + wrtnode_wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-wrtnode_wrtnode"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-wrtnode_wrtnode-initramfs-kernel.bin"; + sha256 = "41f3ec4be6a845d54ed3a3bbd999653d9629b3678c441dac05c9caa5384421d9"; + sha256_unsigned = "41f3ec4be6a845d54ed3a3bbd999653d9629b3678c441dac05c9caa5384421d9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-wrtnode_wrtnode-squashfs-sysupgrade.bin"; + sha256 = "caff96d9ff805553f6b6122c9edd8b0841cfdf45d53e8730fa7bcf35566b622b"; + sha256_unsigned = "135d9ff221e5cfb700c74d8fc289509ed293ca173160c86eb286f4c31bea62da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode" + "wrtnode" + ]; + titles = [ + { + model = "WRTNode"; + vendor = "WRTNode"; + } + ]; + }; + xiaomi_miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-xiaomi_miwifi-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "f51f3180526a563de0639422f2d4815c5aef5943c6db6aa321faa192bb0584d0"; + sha256_unsigned = "12061f36ff497ffff027344f3b3f485c51dbc683b7c8015a68f9320663721f20"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-xiaomi_miwifi-mini-initramfs-kernel.bin"; + sha256 = "2130eba85485b8f67acf2bfb7a2e52dd01d8b98f9c51833bb83ab12a82ccd062"; + sha256_unsigned = "2130eba85485b8f67acf2bfb7a2e52dd01d8b98f9c51833bb83ab12a82ccd062"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-mini" + "miwifi-mini" + ]; + titles = [ + { + model = "MiWiFi Mini"; + vendor = "Xiaomi"; + } + ]; + }; + youku_yk-l1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-youku_yk-l1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-youku_yk-l1-squashfs-sysupgrade.bin"; + sha256 = "cdd5f3133a70394dbc66773a7fc734a8b1e9f68f408657cc7e6c643cf9441b87"; + sha256_unsigned = "dcc644b9da69d468c94acce7314ac3503562a292a85678e822d658574f3a2969"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-youku_yk-l1-initramfs-kernel.bin"; + sha256 = "f2ea1298e78a8843dd8efba49ba0b44890de766c3ebfa721876384505a036e4c"; + sha256_unsigned = "f2ea1298e78a8843dd8efba49ba0b44890de766c3ebfa721876384505a036e4c"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l1" + "youku-yk1" + "youku,yk1" + ]; + titles = [ + { + model = "YK-L1"; + vendor = "Youku"; + } + ]; + }; + youku_yk-l1c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-youku_yk-l1c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-youku_yk-l1c-squashfs-sysupgrade.bin"; + sha256 = "2a247cc01de9da4da5e3c8a59e5bddec5b93df89df080367311446db4a63657c"; + sha256_unsigned = "1215c814204b20477722c8478812ee86bfc9398bed2529fe0e9f5afa40c58fa6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-youku_yk-l1c-initramfs-kernel.bin"; + sha256 = "79f4e4a87fa4670fee6173cb744805ef1b1eb9f7648c889b7a73f91d624675b0"; + sha256_unsigned = "79f4e4a87fa4670fee6173cb744805ef1b1eb9f7648c889b7a73f91d624675b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l1c" + ]; + titles = [ + { + model = "YK-L1c"; + vendor = "Youku"; + } + ]; + }; + yukai_bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-yukai_bocco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-yukai_bocco-initramfs-kernel.bin"; + sha256 = "13fb8efca7fa407b1e81765e8d48f31cb4c03baf1b3cdb09893b6664cb9edb96"; + sha256_unsigned = "13fb8efca7fa407b1e81765e8d48f31cb4c03baf1b3cdb09893b6664cb9edb96"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-yukai_bocco-squashfs-sysupgrade.bin"; + sha256 = "3f86c0c031f17c5b18f578e86ce727e3f8e9a316ea8465fbd3c545351c930c91"; + sha256_unsigned = "37f2fdbffb5fbb649d1eff4f1e65b450ae8c0adeaa5846d1336997dba47afd4d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yukai,bocco" + "bocco" + ]; + titles = [ + { + model = "BOCCO"; + vendor = "YUKAI Engineering"; + } + ]; + }; + zbtlink_zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-ape522ii"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-ape522ii-initramfs-kernel.bin"; + sha256 = "d2a4dd1b6d9607256d5144e53c0fa8c9a8ff6b9c15934047c809ad2617ad17af"; + sha256_unsigned = "d2a4dd1b6d9607256d5144e53c0fa8c9a8ff6b9c15934047c809ad2617ad17af"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "c4b5ddf59c91d880bc4bec38dd551b68a342c901ad9e567dd1c1517568851ca1"; + sha256_unsigned = "178eb6df6ce14910013ddadeee21e14960b8b5c68094ffcbd305f83a9c8778ea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-ape522ii" + "zbt-ape522ii" + ]; + titles = [ + { + model = "ZBT-APE522II"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-cpe102"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-cpe102-initramfs-kernel.bin"; + sha256 = "d76f82fe107c0c1fe84260e0ab72730bd266a2f4642dff810962e3364ae6db08"; + sha256_unsigned = "d76f82fe107c0c1fe84260e0ab72730bd266a2f4642dff810962e3364ae6db08"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "c48039fc35e20efee9aff96e03fce6fb4e2f7dec2e072f50ca46041e68a5a7c4"; + sha256_unsigned = "5e2648b4861ab5f57e2bffe2cb203c1741d45aa2ffbac596dd9e5b0791696174"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-cpe102" + "zbt-cpe102" + ]; + titles = [ + { + model = "ZBT-CPE102"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-wa05"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-wa05-initramfs-kernel.bin"; + sha256 = "45e95d5c36bc416eb9f28ecb2e7554e24fd7c72c9fa00013fa0a809991b003e4"; + sha256_unsigned = "45e95d5c36bc416eb9f28ecb2e7554e24fd7c72c9fa00013fa0a809991b003e4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "3286fa2ee44fe68204acd25b77f327e61a8e96b17112a099b67e4cdffa3f490e"; + sha256_unsigned = "608d8dc600b6c7543028461a3f2228bb85bfac5e97d7cc667f05dc8ea82ec3b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wa05" + "zbt-wa05" + ]; + titles = [ + { + model = "ZBT-WA05"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we1026-5g-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-initramfs-kernel.bin"; + sha256 = "2ed8b8c9a2ae9c5ab821ea6c67804abdeacf87de4967cc2945c6d42ded9eafcb"; + sha256_unsigned = "2ed8b8c9a2ae9c5ab821ea6c67804abdeacf87de4967cc2945c6d42ded9eafcb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "a49f76d82aa9d8f91269dbc728669bebd06f465b0f505037263f2ccf6f9e40f5"; + sha256_unsigned = "da00e2017c25f63cfc62614d46ed5b486019719448c75a6fce308db2b0c5bd80"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-5g-16m" + "we1026-5g-16m" + "zbtlink,we1026-5g-16m" + ]; + titles = [ + { + model = "ZBT-WE1026-5G"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-h-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we1026-h-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we1026-h-32m-initramfs-kernel.bin"; + sha256 = "a3bb9e52983dbba0d27954ce6a3163ec0a45a60a57430b142037e97f0a2a356e"; + sha256_unsigned = "a3bb9e52983dbba0d27954ce6a3163ec0a45a60a57430b142037e97f0a2a356e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we1026-h-32m-squashfs-sysupgrade.bin"; + sha256 = "57dcdc94ddbefde5462b79fb04208c864f14a19d5b452b505b6bf2c6767821f8"; + sha256_unsigned = "fe7bb9b1b5a01a3d534dca4ec335fe3058583676b4aff7dcd20059d1601266f1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-h-32m" + ]; + titles = [ + { + model = "ZBT-WE1026-H"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we2026"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we2026-initramfs-kernel.bin"; + sha256 = "350db1d9d2e558cda710766ca1c4f959fb87a5ea91ec04d908df17027ebecbd6"; + sha256_unsigned = "350db1d9d2e558cda710766ca1c4f959fb87a5ea91ec04d908df17027ebecbd6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "a1781c26924348cdc0b263db5ea2c267e001ccc87bc431e4f860158018880c1a"; + sha256_unsigned = "d25604af14cddf20d457fcee1d63c87f116a67fae40821e6ba277ee8397ac880"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we2026" + "zbt-we2026" + ]; + titles = [ + { + model = "ZBT-WE2026"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we826-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we826-16m-initramfs-kernel.bin"; + sha256 = "bff55a8e5325ce5fd21661f79f4e1af0078b6aa8a4ee3f51c9f9402d1222b75f"; + sha256_unsigned = "bff55a8e5325ce5fd21661f79f4e1af0078b6aa8a4ee3f51c9f9402d1222b75f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin"; + sha256 = "7a07b7b72c8acefad233faafb6511648f3e8703ebe5fc02e9c5f258dd1204202"; + sha256_unsigned = "36094f1f7536b3b89942ba1716a8aad37edcc5fdc204876a326fe244da6b125e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-16m" + "zbt-we826" + "zbt-we826-16M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-32m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we826-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we826-32m-squashfs-sysupgrade.bin"; + sha256 = "4dd7ce300b969529eef94f144e98d47adc97af616059479dc2712500626dfd58"; + sha256_unsigned = "b32f9f79c2ca2e6932db1f75d9da303fb249a8ef2264a3379949bcd458cc11ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we826-32m-initramfs-kernel.bin"; + sha256 = "dd753939363d068703645600c686a09978b418a7df9661c8ec24c41422e4d089"; + sha256_unsigned = "dd753939363d068703645600c686a09978b418a7df9661c8ec24c41422e4d089"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-32m" + "zbt-we826-32M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we826-e-initramfs-kernel.bin"; + sha256 = "b914986bd0ac9142511b1e997bb7d1543d6f181067cfbdc7a9ffe0cf9fe587dc"; + sha256_unsigned = "b914986bd0ac9142511b1e997bb7d1543d6f181067cfbdc7a9ffe0cf9fe587dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "d4cad47cd5dae6d6b4a1b0b80b0b076707b4db0e53fefc1cd4dff4b8a205e029"; + sha256_unsigned = "f73462abf500ee5906a30c7be7c27e27313386d44ddba024f1ca1671a13d3f11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + model = "ZBT-WE826-E"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wr8305rt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-wr8305rt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-wr8305rt-initramfs-kernel.bin"; + sha256 = "430eb1319c5843626c87ab9ffcf88e116e75e9e86767d925c771544fc341e6bd"; + sha256_unsigned = "430eb1319c5843626c87ab9ffcf88e116e75e9e86767d925c771544fc341e6bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zbtlink_zbt-wr8305rt-squashfs-sysupgrade.bin"; + sha256 = "e01a08789b17746af035a1cd02e19d42b58cbad8af09f414367a247de62b0943"; + sha256_unsigned = "7fa0536fbe20feea9d1957c0adf81632986250e1b40813e66b3a0a5073213cd8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wr8305rt" + "zbt-wr8305rt" + ]; + titles = [ + { + model = "ZBT-WR8305RT"; + vendor = "Zbtlink"; + } + ]; + }; + zte_q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-zte_q7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zte_q7-squashfs-sysupgrade.bin"; + sha256 = "460f21bf31a19c8ccc192e0bc82478dc0940d04088df3614782c568ed7b9b637"; + sha256_unsigned = "3c6f21c6ea4b466db9e37ee9e42698612a34cf98f60e0f35ee5e3f3b06254aca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-zte_q7-initramfs-kernel.bin"; + sha256 = "9d79fae6245eb10b6c61e190bd79a634fa1cabcb89eff748cef441fcbaf0a83e"; + sha256_unsigned = "9d79fae6245eb10b6c61e190bd79a634fa1cabcb89eff748cef441fcbaf0a83e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,q7" + "zte-q7" + ]; + titles = [ + { + model = "Q7"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic-omni = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-zyxel_keenetic-omni"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zyxel_keenetic-omni-squashfs-factory.bin"; + sha256 = "cc8e55b38432f3593b16136da71c901b6924fc3fc0ac29d42e4d39eb6eedd962"; + sha256_unsigned = "cc8e55b38432f3593b16136da71c901b6924fc3fc0ac29d42e4d39eb6eedd962"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-zyxel_keenetic-omni-initramfs-kernel.bin"; + sha256 = "e8126b6068f5f99b1a0e002ee27864f0f16bc62e1626dad007dc37970983fb8d"; + sha256_unsigned = "e8126b6068f5f99b1a0e002ee27864f0f16bc62e1626dad007dc37970983fb8d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zyxel_keenetic-omni-squashfs-sysupgrade.bin"; + sha256 = "f07d1a241421614afa25317c517c5cdd3ba0360fd572de02a4547f1601b19775"; + sha256_unsigned = "3894b47ea9860b23d22838047b488fe93b25a1be034780fbd1d5f0d901e26dd9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni" + "kn_rc" + ]; + titles = [ + { + model = "Keenetic Omni"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-omni-ii = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-zyxel_keenetic-omni-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-sysupgrade.bin"; + sha256 = "38481e2599c2cc228d2575d6865b5ce6019b6f66d9eef5417089aea04bbf3faf"; + sha256_unsigned = "12c6f65ec0e164cc85c2261826dad7de9f5fdbc3f85a64b0e3cce7e73b4f5e4b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-factory.bin"; + sha256 = "50f6f916f57708fa502509a2f67b3d5f4a1293ae3560573e8fc34d2fe146922c"; + sha256_unsigned = "50f6f916f57708fa502509a2f67b3d5f4a1293ae3560573e8fc34d2fe146922c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-zyxel_keenetic-omni-ii-initramfs-kernel.bin"; + sha256 = "f94f5f657b7f6fe72af641eebc764b23215dca578a2b10f51e97832d7febc9c9"; + sha256_unsigned = "f94f5f657b7f6fe72af641eebc764b23215dca578a2b10f51e97832d7febc9c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni-ii" + "kn_rf" + ]; + titles = [ + { + model = "Keenetic Omni II"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-viva = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7620-zyxel_keenetic-viva"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7620-zyxel_keenetic-viva-initramfs-kernel.bin"; + sha256 = "d17aac08348609f3b71a1c22cc5188e814d1ecefe90a83ef0cc5cbb35ce1d285"; + sha256_unsigned = "d17aac08348609f3b71a1c22cc5188e814d1ecefe90a83ef0cc5cbb35ce1d285"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zyxel_keenetic-viva-squashfs-factory.bin"; + sha256 = "a954b1bc0935ba6d75dad3afe49b53e85dedeab2f76b40771f85d0909782085d"; + sha256_unsigned = "a954b1bc0935ba6d75dad3afe49b53e85dedeab2f76b40771f85d0909782085d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7620-zyxel_keenetic-viva-squashfs-sysupgrade.bin"; + sha256 = "5afaab933dd8ffd3c67b26212862183795ad7a9cf1408bf41985c1157bb524f3"; + sha256_unsigned = "886a79186ebc4b091f56779f615f50702d1e6d4960836a1c012dafb9b381acbb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-viva" + "kng_rc" + ]; + titles = [ + { + model = "Keenetic Viva"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "ramips/mt7620"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + adslr_g7 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-adslr_g7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-adslr_g7-initramfs-kernel.bin"; + sha256 = "2ab27af4ac7cfa8e309c17c2dca923c8f81064b2ac75b80ec2c1e65c7073cdd2"; + sha256_unsigned = "2ab27af4ac7cfa8e309c17c2dca923c8f81064b2ac75b80ec2c1e65c7073cdd2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin"; + sha256 = "f893c2fc3efad3817b066b4b52b9b6a43be279dfdbb92d607bd31f9af3140f4d"; + sha256_unsigned = "ab0925846916d3fecb315ca5e2f5b8883b331d05b7c8a5b760978de3d75ff8b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "adslr,g7" + ]; + titles = [ + { + model = "G7"; + vendor = "ADSLR"; + } + ]; + }; + afoundry_ew1200 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-afoundry_ew1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-afoundry_ew1200-initramfs-kernel.bin"; + sha256 = "8811dace7c67390eac51c71c1d4a7b634a3adbe1a041980e8467a50cc9dd85f4"; + sha256_unsigned = "8811dace7c67390eac51c71c1d4a7b634a3adbe1a041980e8467a50cc9dd85f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin"; + sha256 = "905f932958763ab916ddc8cea2c98913e9d85ea18ea9fd09689127fd53b51cb9"; + sha256_unsigned = "5390c7cde31b60202f332990cbade1462309aecc5f18f6c4073ac76a5d9fa936"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "afoundry,ew1200" + "ew1200" + ]; + titles = [ + { + model = "EW1200"; + vendor = "AFOUNDRY"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "uboot-envtools" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-alfa-network_quad-e4g-initramfs-kernel.bin"; + sha256 = "235b7d4cabad308fecbe70e57b38a47098e79f9fb2eccee788075a2b7fb81f5e"; + sha256_unsigned = "235b7d4cabad308fecbe70e57b38a47098e79f9fb2eccee788075a2b7fb81f5e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "324b65d9d9c78f5a710d35ba05dd0f40d03719d778deecaf1acd08a78e699901"; + sha256_unsigned = "88012b50ee809291c69b413f52c665616587a6bdd48ffe3546ae7e3b3377f670"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + "quad-e4g" + ]; + titles = [ + { + model = "Quad-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + ampedwireless_ally-00x19k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-ampedwireless_ally-00x19k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-ampedwireless_ally-00x19k-squashfs-sysupgrade.bin"; + sha256 = "3c1ffe42f0ec2c34b1d197a4e7920bf7fa65c3b9530ecf1676b963368f6616c2"; + sha256_unsigned = "67e93d3799b9716fb040214ec5f5d34ba51e13444000f17f122880ebf91e8a88"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-ampedwireless_ally-00x19k-initramfs-kernel.bin"; + sha256 = "41dd6b3d18cabe5da65b094e7877778c149237cdd29a2074afa4e62cd2e7a8c6"; + sha256_unsigned = "41dd6b3d18cabe5da65b094e7877778c149237cdd29a2074afa4e62cd2e7a8c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "ampedwireless,ally-00x19k" + ]; + titles = [ + { + model = "ALLY-00X19K"; + vendor = "Amped Wireless"; + } + ]; + }; + ampedwireless_ally-r1900k = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-ampedwireless_ally-r1900k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-ampedwireless_ally-r1900k-initramfs-kernel.bin"; + sha256 = "01e706c73a307e98dc9f38413633e0bd00d2247525c1576c45d1734d6d0f15b7"; + sha256_unsigned = "01e706c73a307e98dc9f38413633e0bd00d2247525c1576c45d1734d6d0f15b7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-ampedwireless_ally-r1900k-squashfs-sysupgrade.bin"; + sha256 = "d7716ecb849bbe43bfa2c7b74c4874228c2cd425b63ec5aaeeb0a76d70de107b"; + sha256_unsigned = "3aa21f9bfc2f1052e0f1d5851e00e48f4adf8707b76fc07db289a9bedada53e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ampedwireless,ally-r1900k" + ]; + titles = [ + { + model = "ALLY-R1900K"; + vendor = "Amped Wireless"; + } + ]; + }; + asiarf_ap7621-001 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-asiarf_ap7621-001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-asiarf_ap7621-001-initramfs-kernel.bin"; + sha256 = "a889ec9927e569bbc2306c409a442b66aae37e16b8c52d0298e6fdbfaf8c3109"; + sha256_unsigned = "a889ec9927e569bbc2306c409a442b66aae37e16b8c52d0298e6fdbfaf8c3109"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-asiarf_ap7621-001-squashfs-sysupgrade.bin"; + sha256 = "c81f97263e60ad7858724c4b9f161116e6978d71b626aa3a734918883104551b"; + sha256_unsigned = "c824aad20eb49bd11bca6505a8e395a59f71003609ed67e016db94d0ab6ef67a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,ap7621-001" + ]; + titles = [ + { + model = "AP7621-001"; + vendor = "AsiaRF"; + } + ]; + }; + asiarf_ap7621-nv1 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-asiarf_ap7621-nv1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-asiarf_ap7621-nv1-initramfs-kernel.bin"; + sha256 = "001ff838f2b9a529be88f80787053141c3d710dbd7bdc7b0f5a9fd8cfa33330f"; + sha256_unsigned = "001ff838f2b9a529be88f80787053141c3d710dbd7bdc7b0f5a9fd8cfa33330f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-asiarf_ap7621-nv1-squashfs-sysupgrade.bin"; + sha256 = "34083e0e804e3a482fea1355141fc7b1c65fc9d038fc46dda1abe1c463296148"; + sha256_unsigned = "37e4ca75e71a3382c9618d2febdb3228855ef0328724d6e1b68b750a829cbc8f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,ap7621-nv1" + ]; + titles = [ + { + model = "AP7621-NV1"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-ac57u = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-asus_rt-ac57u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"; + sha256 = "eccde1317761380e60df81672ebd827dfa8b48b682d3d2614a9ec42bed264207"; + sha256_unsigned = "342291a9acd9f9922aa0001f6e2abec7e6a49db274312e458d7124f692afaf8e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-asus_rt-ac57u-initramfs-kernel.bin"; + sha256 = "169c854b8ad2b1b631686f886580570c2cdb6af1e9af3dbaa36de85c640a7c77"; + sha256_unsigned = "169c854b8ad2b1b631686f886580570c2cdb6af1e9af3dbaa36de85c640a7c77"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac57u" + ]; + titles = [ + { + model = "RT-AC57U"; + vendor = "ASUS"; + } + { + model = "RT-AC1200GU"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac65p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-asus_rt-ac65p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-asus_rt-ac65p-initramfs-kernel.bin"; + sha256 = "a2d56a16cbae1bcbf7c30b87d19c1d3db541a912b6b18da238cc7ac4ef1489fe"; + sha256_unsigned = "a2d56a16cbae1bcbf7c30b87d19c1d3db541a912b6b18da238cc7ac4ef1489fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin"; + sha256 = "ac1fcb9f8efacdb0bfd8416b61601cf5a369f4ce430faddc6342907d046246a1"; + sha256_unsigned = "ac1fcb9f8efacdb0bfd8416b61601cf5a369f4ce430faddc6342907d046246a1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-asus_rt-ac65p-squashfs-sysupgrade.bin"; + sha256 = "b0e9579bca424febb5d83d047ad8dbcb1d84fca590bd1c3aaeb353b546e5c47c"; + sha256_unsigned = "6d0528c5a45df542f903ec888e92569304807770e45257a8acbd05ce1831d19f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac65p" + ]; + titles = [ + { + model = "RT-AC65P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac85p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-asus_rt-ac85p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-asus_rt-ac85p-initramfs-kernel.bin"; + sha256 = "1ccab77d04f165b98ed79d51e0f7f1c8037ed5bad5617e1ece99f0ddc5f0a698"; + sha256_unsigned = "1ccab77d04f165b98ed79d51e0f7f1c8037ed5bad5617e1ece99f0ddc5f0a698"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-asus_rt-ac85p-squashfs-sysupgrade.bin"; + sha256 = "a492aca87c5ca88a20664956a3536fd02a218b7742fffa6e78635d9e3769205f"; + sha256_unsigned = "778dd8f26b833d4c033445437c3868fe23b1ad8f33f51a649cc5240834abd07c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-asus_rt-ac85p-squashfs-factory.bin"; + sha256 = "44d2657c99154b911dc5369b1871e32f9628805abc62abec517021280856bcfb"; + sha256_unsigned = "44d2657c99154b911dc5369b1871e32f9628805abc62abec517021280856bcfb"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ac85p" + ]; + titles = [ + { + model = "RT-AC85P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ax53u = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + "uboot-envtools" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-asus_rt-ax53u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-asus_rt-ax53u-initramfs-kernel.bin"; + sha256 = "4ff9d134da0f947cf474bf751da5caab144e7cee51885b9fee04c4ecdd0141ea"; + sha256_unsigned = "4ff9d134da0f947cf474bf751da5caab144e7cee51885b9fee04c4ecdd0141ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-asus_rt-ax53u-squashfs-factory.bin"; + sha256 = "c4d39b9941b14eb01a4a5adfa79fbd1e0d9b7fc1c77d4016880431631bac9e8b"; + sha256_unsigned = "c4d39b9941b14eb01a4a5adfa79fbd1e0d9b7fc1c77d4016880431631bac9e8b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-asus_rt-ax53u-squashfs-sysupgrade.bin"; + sha256 = "67d9955bc2166c4394c4bfabdaf3477fc9391de2e31f900a46e9d336f51fc80c"; + sha256_unsigned = "c5b6dc45156bac009d5cfdfe2992a77e95831c83e624e4ce9e65c2516a805493"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ax53u" + ]; + titles = [ + { + model = "RT-AX53U"; + vendor = "ASUS"; + } + { + model = "RT-AX1800U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n56u-b1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-asus_rt-n56u-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-asus_rt-n56u-b1-initramfs-kernel.bin"; + sha256 = "8618d210b653b6ab89428b4ec0b70acb1ce7a0028a8e34114567da690397d2cd"; + sha256_unsigned = "8618d210b653b6ab89428b4ec0b70acb1ce7a0028a8e34114567da690397d2cd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-asus_rt-n56u-b1-squashfs-sysupgrade.bin"; + sha256 = "b5a5d49321418b82ce3d341dcdb22a3c2f67ed3974debc9523e987ec8aa92c3e"; + sha256_unsigned = "e2f2471cce9df78de7378a0a2c89c124886fde1b858173cb6f024f03d064c7c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u-b1" + ]; + titles = [ + { + model = "RT-N56U"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + beeline_smartbox-flash = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "uencrypt" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-beeline_smartbox-flash"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-beeline_smartbox-flash-squashfs-sysupgrade.bin"; + sha256 = "104cc28ffa33817d95f445327f3efed0da0fec62e549637a7f9736d4e89799cb"; + sha256_unsigned = "473a8ca67753d25032fe605457eb27602f9aa4603f6e55370430b402dadddf45"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-beeline_smartbox-flash-squashfs-factory.trx"; + sha256 = "b1c107fa4358788614df3845eb1ad1613e1e76f6385da5ecc6e5b1dfc7bc29c1"; + sha256_unsigned = "b1c107fa4358788614df3845eb1ad1613e1e76f6385da5ecc6e5b1dfc7bc29c1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-beeline_smartbox-flash-initramfs-kernel.bin"; + sha256 = "25f45cdd5530adb9071fed904a6a14a90d0a72c82f9e160d16d85bf8779e9b30"; + sha256_unsigned = "25f45cdd5530adb9071fed904a6a14a90d0a72c82f9e160d16d85bf8779e9b30"; + type = "kernel"; + } + ]; + supported_devices = [ + "beeline,smartbox-flash" + ]; + titles = [ + { + model = "SmartBox Flash"; + vendor = "Beeline"; + } + ]; + }; + bolt_arion = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-bolt_arion"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-bolt_arion-initramfs-kernel.bin"; + sha256 = "93e42e3d5f5bdc2715735a1c2142b8f758d0dc9bee9c4e2b2d3ce5fa4f34597c"; + sha256_unsigned = "93e42e3d5f5bdc2715735a1c2142b8f758d0dc9bee9c4e2b2d3ce5fa4f34597c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-bolt_arion-squashfs-sysupgrade.bin"; + sha256 = "76b8cf9a4e3f3e1682197ff27e1870d399db7b594c3cf3be924f9e17a6d329eb"; + sha256_unsigned = "9d3d39625868b7a92a8ab5f899c31fd5f14cb03a359e85d6bb924d4545e196de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bolt,arion" + ]; + titles = [ + { + model = "Arion"; + vendor = "BOLT"; + } + ]; + }; + buffalo_wsr-1166dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-buffalo_wsr-1166dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-buffalo_wsr-1166dhp-initramfs-kernel.bin"; + sha256 = "ca5e0c592d753d1f8269414ccd176c41f6755c8574efbd7e965c12d9f430726f"; + sha256_unsigned = "ca5e0c592d753d1f8269414ccd176c41f6755c8574efbd7e965c12d9f430726f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-buffalo_wsr-1166dhp-squashfs-sysupgrade.bin"; + sha256 = "8841bf369ab5268398ff06b02a8ab022d9b355dbf98510848ff0960fe6571254"; + sha256_unsigned = "0c0a32783edd05316719db2b4da6267e38a2f9a8f827d3d2d2193fca5741abfa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-1166dhp" + "wsr-1166" + ]; + titles = [ + { + model = "WSR-1166DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-2533dhpl = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-buffalo_wsr-2533dhpl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin"; + sha256 = "55b98cf367e114b693556f292248e796a409085fd21e115f62100a95eb856d58"; + sha256_unsigned = "45356775e83693cd9cb066fef5d7f2f4ee70b6603c5322980163020f25250943"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-buffalo_wsr-2533dhpl-initramfs-kernel.bin"; + sha256 = "d25bf14bd4da847354faec543082250687ccc2bb8fca10dad12209e2cbe5199c"; + sha256_unsigned = "d25bf14bd4da847354faec543082250687ccc2bb8fca10dad12209e2cbe5199c"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhpl" + ]; + titles = [ + { + model = "WSR-2533DHPL"; + vendor = "Buffalo"; + } + { + model = "WSR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-600dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-buffalo_wsr-600dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-buffalo_wsr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "f55c08002fdab4d3e8004c9d2379b04cad0d13f945a570a158402d85c274cf12"; + sha256_unsigned = "7c7ba26762f56ee462118246f93bb6074ec9935cb776ac755c47e33040c78586"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-buffalo_wsr-600dhp-initramfs-kernel.bin"; + sha256 = "7aba2f8afb30a066e1a70a25863c93d6384f1c6c150571ffbcfec8792b87c79f"; + sha256_unsigned = "7aba2f8afb30a066e1a70a25863c93d6384f1c6c150571ffbcfec8792b87c79f"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-600dhp" + "wsr-600" + ]; + titles = [ + { + model = "WSR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + cudy_wr1300 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-cudy_wr1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-cudy_wr1300-squashfs-sysupgrade.bin"; + sha256 = "d670bad4de319f774a0b21e71b9e57e8cebab407499dd2039b07ba0e36d34250"; + sha256_unsigned = "be74cd5df6999c43560588946b51d322cdee4e393708561f1fb943394bb3df37"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-cudy_wr1300-initramfs-kernel.bin"; + sha256 = "f02be02d6ad345fed43da11989579b727b918a20e6a02f6be90b2b6f5879870d"; + sha256_unsigned = "f02be02d6ad345fed43da11989579b727b918a20e6a02f6be90b2b6f5879870d"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr1300" + ]; + titles = [ + { + model = "WR1300"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-cudy_wr2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-cudy_wr2100-initramfs-kernel.bin"; + sha256 = "a6782d6849104dd4ee2e75b70a4d3f9f8e312963a4947293a1179f35dec203bf"; + sha256_unsigned = "a6782d6849104dd4ee2e75b70a4d3f9f8e312963a4947293a1179f35dec203bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-cudy_wr2100-squashfs-sysupgrade.bin"; + sha256 = "3a3878e6ea4e7bac05eccd19d6831b6d415eb9998ca8fd7a7942bbd633bddb8c"; + sha256_unsigned = "f7f6886c7137e4fbe25020cc9737139bbf67c58fec5a57ed88f4098f855fa39f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr2100" + ]; + titles = [ + { + model = "WR2100"; + vendor = "Cudy"; + } + ]; + }; + cudy_x6 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-cudy_x6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-cudy_x6-initramfs-kernel.bin"; + sha256 = "fe5977705125a235f09b8264a5076297fb522c3a47ebf291b9e389b742656006"; + sha256_unsigned = "fe5977705125a235f09b8264a5076297fb522c3a47ebf291b9e389b742656006"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-cudy_x6-squashfs-sysupgrade.bin"; + sha256 = "732ec21703b3d7f4edfbe8c20a49307700917a237a0038dff069b91f87ea463c"; + sha256_unsigned = "4d5662ae08d6615aa571f79a1015d1072f935919a7d415f54d94813abbf47b37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,x6" + ]; + titles = [ + { + model = "X6"; + vendor = "Cudy"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "aaf433a3698b5cddfd72c230b592ea8f9bc06910088f915e98c45a13f2e64770"; + sha256_unsigned = "9a36442ad076427075f1e3624619095f8fe05ff2b2e8f4bfda81ab8d733f6abc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-d-team_newifi-d2-initramfs-kernel.bin"; + sha256 = "60d88682ab054fb9e60bca3a64bc45177dd6e679b98188a739c98901228f63ea"; + sha256_unsigned = "60d88682ab054fb9e60bca3a64bc45177dd6e679b98188a739c98901228f63ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + model = "D2"; + vendor = "Newifi"; + } + ]; + }; + d-team_pbr-m1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-d-team_pbr-m1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-d-team_pbr-m1-initramfs-kernel.bin"; + sha256 = "e81a4bfb2e7cccf9f94e9d5963f92d8a5328b1c0f648a2c94a168ef3da8438e1"; + sha256_unsigned = "e81a4bfb2e7cccf9f94e9d5963f92d8a5328b1c0f648a2c94a168ef3da8438e1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-d-team_pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "42858f3a347b50289214742e9396c3f8344b0035878ddfaa00bf0411982041fe"; + sha256_unsigned = "d99fba6a7dda134d00adb5a6a8feaef04a883dd8070a3b95c0fa62b38294189a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,pbr-m1" + "pbr-m1" + ]; + titles = [ + { + model = "PBR-M1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dap-x1860-a1 = { + device_packages = [ + "kmod-mt7915e" + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-dlink_dap-x1860-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dap-x1860-a1-squashfs-sysupgrade.bin"; + sha256 = "040f8fe96ffb59be50816b549396a6f1ea6279eac6bb29cd5c3a4ae782cbf5f6"; + sha256_unsigned = "bf26260e11d6a8c1ae63204cc3f08c17015657307059a2bad3d5bd36f3cc6ccd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dap-x1860-a1-initramfs-kernel.bin"; + sha256 = "ade97e5eeaaeccee84924231484b5b695bd9cba647b345b9dd64106ac624d767"; + sha256_unsigned = "ade97e5eeaaeccee84924231484b5b695bd9cba647b345b9dd64106ac624d767"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dap-x1860-a1-squashfs-factory.bin"; + sha256 = "95a347bd5544799ae7289a78314b8e8c93b1ee3580b69118c549f85f7affa83e"; + sha256_unsigned = "95a347bd5544799ae7289a78314b8e8c93b1ee3580b69118c549f85f7affa83e"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-x1860-a1" + ]; + titles = [ + { + model = "DAP-X1860"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-1960-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-dlink_dir-1960-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-1960-a1-initramfs-kernel.bin"; + sha256 = "328b91fcf2fcf4541f8d43515046cf72d79800673b7fcac8be0f02929445d0e6"; + sha256_unsigned = "328b91fcf2fcf4541f8d43515046cf72d79800673b7fcac8be0f02929445d0e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-1960-a1-squashfs-factory.bin"; + sha256 = "7f862918cf0515871a6c52f0649119c791c8611ccdf95a430de569b84dd56727"; + sha256_unsigned = "7f862918cf0515871a6c52f0649119c791c8611ccdf95a430de569b84dd56727"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-1960-a1-squashfs-sysupgrade.bin"; + sha256 = "bbfe93816e86d5b538eef23a8b6a576c793d102c9c4af96a82cdcdb2ae297131"; + sha256_unsigned = "c00fff673726c9a6ddc1b7bf1740bfbf4bec6b1d08bc04781cc5457da2e190ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-1960-a1" + ]; + titles = [ + { + model = "DIR-1960"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2640-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-dlink_dir-2640-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-2640-a1-squashfs-sysupgrade.bin"; + sha256 = "897095ac1ff025fd1645fd36e36ddd8f4cf0179527dea3b48e9998e09823f634"; + sha256_unsigned = "4fcd06c675f7dd09db6896240a5b82fd2d95a723ddfe6869b8a4745b2fbc6988"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-2640-a1-initramfs-kernel.bin"; + sha256 = "59dcc7c0b16fa8331ef2e9c806af382a612581ad2f2a0e040950a3c2661d1c95"; + sha256_unsigned = "59dcc7c0b16fa8331ef2e9c806af382a612581ad2f2a0e040950a3c2661d1c95"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-2640-a1-squashfs-factory.bin"; + sha256 = "e38b88b3ef93f25e6bf40ed9e3f54aec039b6fe9b49d3a5879da00a21c3d1e41"; + sha256_unsigned = "e38b88b3ef93f25e6bf40ed9e3f54aec039b6fe9b49d3a5879da00a21c3d1e41"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-2640-a1" + ]; + titles = [ + { + model = "DIR-2640"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2660-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-dlink_dir-2660-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-2660-a1-initramfs-kernel.bin"; + sha256 = "a7d140ccc9b1a47ac015ee24ef827b2b41cd11e338525ea0e57acbf1acaf8253"; + sha256_unsigned = "a7d140ccc9b1a47ac015ee24ef827b2b41cd11e338525ea0e57acbf1acaf8253"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "16ef32168f1e0c933ab6ac9d88a5347598488c32e6801ab2feecd893d3b39154"; + sha256_unsigned = "97d25a9fbdcaaa32ee3169291698f4b1202f0394e41f84f0fec2bf80f78bfd81"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-2660-a1-squashfs-factory.bin"; + sha256 = "2436ce244450ff4ed190b87c11005811f65df8c8816fb51522e50716c991fdcc"; + sha256_unsigned = "2436ce244450ff4ed190b87c11005811f65df8c8816fb51522e50716c991fdcc"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-2660-a1" + ]; + titles = [ + { + model = "DIR-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-853-a3 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-dlink_dir-853-a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-853-a3-squashfs-sysupgrade.bin"; + sha256 = "ca9978a9099f0a25ceb9442731a71a34bf1e97af0e71d07283f9d8aac035d998"; + sha256_unsigned = "977c75ae5b26294460a300053d6b65abd031820390c091733942379a67c70da2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-853-a3-squashfs-factory.bin"; + sha256 = "35041512425d4976e17f22587a2f36dcd6d433b08c44cc7899dbef5735bcd2ca"; + sha256_unsigned = "35041512425d4976e17f22587a2f36dcd6d433b08c44cc7899dbef5735bcd2ca"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-853-a3-initramfs-kernel.bin"; + sha256 = "16ca7e38527d97d144a56d91f47a8e5654791613daf4137b3faa8c46442a1b8a"; + sha256_unsigned = "16ca7e38527d97d144a56d91f47a8e5654791613daf4137b3faa8c46442a1b8a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-853-a3" + ]; + titles = [ + { + model = "DIR-853"; + variant = "A3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-853-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-dlink_dir-853-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-853-r1-squashfs-sysupgrade.bin"; + sha256 = "7b13519b038872beb271f4749e7b93175c8014c7d3632f5b1e1a21f3128fe6be"; + sha256_unsigned = "c07bd87b59260aed5f88765c83452dbcf701c07913a9293f671098b8f2099e33"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-853-r1-initramfs-kernel.bin"; + sha256 = "1e55b77f69b39a03f3921a3f25824abf887315963caa4a60976a148023bd08c9"; + sha256_unsigned = "1e55b77f69b39a03f3921a3f25824abf887315963caa4a60976a148023bd08c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-853-r1" + ]; + titles = [ + { + model = "DIR-853"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-dlink_dir-860l-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "4ad4674796ea56cb2693e4a2abd343639dbc4008b735f5b5decd0b299903e0dc"; + sha256_unsigned = "244c35009127a871cacaaf5da6c5fcdb137490be985c4af4e3bb7d9c61914257"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-860l-b1-initramfs-kernel.bin"; + sha256 = "bed8d956736ef5115f56539cba0a4dc81ed4dbbbe0bb89b6a54c08f24433e5bc"; + sha256_unsigned = "bed8d956736ef5115f56539cba0a4dc81ed4dbbbe0bb89b6a54c08f24433e5bc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-860l-b1-squashfs-factory.bin"; + sha256 = "086f5539931d66192fa75435e4d6ab027592980b3fcdb50ab6aecbf133307448"; + sha256_unsigned = "086f5539931d66192fa75435e4d6ab027592980b3fcdb50ab6aecbf133307448"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-860l-b1" + "dir-860l-b1" + ]; + titles = [ + { + model = "DIR-860L"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-867-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-dlink_dir-867-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-867-a1-squashfs-factory.bin"; + sha256 = "97875830e208854689fe4efc89ea99e3ab4fc06d12e2f819830faf9998d64a74"; + sha256_unsigned = "97875830e208854689fe4efc89ea99e3ab4fc06d12e2f819830faf9998d64a74"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-867-a1-initramfs-kernel.bin"; + sha256 = "9e1a69366e7fe80103add5f72e32ff0f712b0a857a21493d92a6d2f143d43910"; + sha256_unsigned = "9e1a69366e7fe80103add5f72e32ff0f712b0a857a21493d92a6d2f143d43910"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-867-a1-squashfs-sysupgrade.bin"; + sha256 = "a081e47f038ce9881bdb0aafae26bc6b69d6ca32f4125dc5cbfb5930449d62ce"; + sha256_unsigned = "ea34709230b898e56af246447765d2897482aefdc9486a82f818851104fff476"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-867-a1" + ]; + titles = [ + { + model = "DIR-867"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-dlink_dir-878-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-878-a1-initramfs-kernel.bin"; + sha256 = "dbcd0a0b1a0d8c6ecd49457bd7baaffb05b43ee2780bf5052b84758cba242bf2"; + sha256_unsigned = "dbcd0a0b1a0d8c6ecd49457bd7baaffb05b43ee2780bf5052b84758cba242bf2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-878-a1-squashfs-sysupgrade.bin"; + sha256 = "0e78d337462a2b682e0e97678b02d1564d3cac5ec526fb9b4db845c71ae18093"; + sha256_unsigned = "a55e4e2bd37a8123227e7ced84667b78955f352eb3137e20f38ad57db7f52733"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-878-a1-squashfs-factory.bin"; + sha256 = "cdc0313404dda0790b8b3b607851b1d2bb5af89f14ea56380af6bf5fac4abc6a"; + sha256_unsigned = "cdc0313404dda0790b8b3b607851b1d2bb5af89f14ea56380af6bf5fac4abc6a"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-878-a1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-dlink_dir-878-r1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-878-r1-initramfs-kernel.bin"; + sha256 = "72ee8690741056593e67b835aaedbf28d470c20ee58cf0c4f15967534d558bf6"; + sha256_unsigned = "72ee8690741056593e67b835aaedbf28d470c20ee58cf0c4f15967534d558bf6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-878-r1-squashfs-factory.bin"; + sha256 = "75fd58e9221f69e3277e4b0c8d44faca9b93a626ec664bb10829e65c0a6efff6"; + sha256_unsigned = "75fd58e9221f69e3277e4b0c8d44faca9b93a626ec664bb10829e65c0a6efff6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-878-r1-squashfs-sysupgrade.bin"; + sha256 = "6783131ad9fcc9bf3abd7d1120c606a21e5e1510dbafb8b4c040e4b127a07106"; + sha256_unsigned = "7ec57187dd25b8c1d9533c6f2d8bce37607a3b21326458cef444e5074bb020b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-878-r1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-a1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-dlink_dir-882-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-882-a1-squashfs-sysupgrade.bin"; + sha256 = "c1b08c7b8f7ff26eb88446abe6041543f24ee795ee684a89d4063e42430b056b"; + sha256_unsigned = "01431e4cdc4f5afe66c17fac681a4129d7c024832f1149356d405e3444c13f2c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-882-a1-squashfs-factory.bin"; + sha256 = "7d4e14c26d373085e1e65c949b9e7a066108f336ab27bf3a5ee63f8caef2f31e"; + sha256_unsigned = "7d4e14c26d373085e1e65c949b9e7a066108f336ab27bf3a5ee63f8caef2f31e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-882-a1-initramfs-kernel.bin"; + sha256 = "26fd74a5ebb9a96f8f190d3d7a03686a6131077efcc110e1a44383e094444bbb"; + sha256_unsigned = "26fd74a5ebb9a96f8f190d3d7a03686a6131077efcc110e1a44383e094444bbb"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-882-a1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-r1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-dlink_dir-882-r1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-882-r1-initramfs-kernel.bin"; + sha256 = "c6efe2e0ecc39b6b9812cde362258b5d8170e8fc7d685ba8c6a878ed55973995"; + sha256_unsigned = "c6efe2e0ecc39b6b9812cde362258b5d8170e8fc7d685ba8c6a878ed55973995"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-882-r1-squashfs-factory.bin"; + sha256 = "8390653d4ad826548c6d62cb15cf08b0525fb8f18169060520eaebd6fafd6dc4"; + sha256_unsigned = "8390653d4ad826548c6d62cb15cf08b0525fb8f18169060520eaebd6fafd6dc4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dlink_dir-882-r1-squashfs-sysupgrade.bin"; + sha256 = "242684ea7f74a99cd24e2071eee7fe48b8a40af5ef1f9b3f3a4537d5fa424420"; + sha256_unsigned = "2d3c6508ac36cfba742484b114e57bf6ebd4473f81a7bbddb1bab65fe5655bf0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-882-r1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dual-q_h721 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-dual-q_h721"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-dual-q_h721-initramfs-kernel.bin"; + sha256 = "271fed15057820c80bc401a8b9a6fd46e6080df3190f09ae2fdad5a5d16be53c"; + sha256_unsigned = "271fed15057820c80bc401a8b9a6fd46e6080df3190f09ae2fdad5a5d16be53c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-dual-q_h721-squashfs-sysupgrade.bin"; + sha256 = "ad2b46366925552f5a42a98a4f7b67473b15ba1ec41a7f95ac6612ebfa5a6247"; + sha256_unsigned = "f684ea81298028660e0bb524a50ea7374fdd4e3f0539124283fb9df8e6035be1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dual-q,h721" + ]; + titles = [ + { + model = "H721"; + vendor = "Dual-Q"; + } + ]; + }; + edimax_ra21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-edimax_ra21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"; + sha256 = "899d8f12e3c444b4a416a796318f8d550cd07a6e42ffcf4efa3e14ed34d1133b"; + sha256_unsigned = "899d8f12e3c444b4a416a796318f8d550cd07a6e42ffcf4efa3e14ed34d1133b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-edimax_ra21s-initramfs-kernel.bin"; + sha256 = "f8379d7002201668d71111661218901c2f4028fa9ad03a544734259f703fbd2f"; + sha256_unsigned = "f8379d7002201668d71111661218901c2f4028fa9ad03a544734259f703fbd2f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin"; + sha256 = "335e4cd7507137745f1914a1ee8391f0bbb5e21fd535e0098883b15c3c8434a5"; + sha256_unsigned = "893aa31f5da911ef0f83cf3a65f1f72415ea0341c983128baf5e8119a5a7b850"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ra21s" + ]; + titles = [ + { + model = "RA21S"; + vendor = "Edimax"; + } + { + model = "Gemini RA21S"; + vendor = "Edimax"; + } + ]; + }; + edimax_re23s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-edimax_re23s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-edimax_re23s-initramfs-kernel.bin"; + sha256 = "ea3a037483382727748829c7794e9ac86d9c85f84f9b545365fdaebad54f171e"; + sha256_unsigned = "ea3a037483382727748829c7794e9ac86d9c85f84f9b545365fdaebad54f171e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-edimax_re23s-squashfs-sysupgrade.bin"; + sha256 = "349b0e082fa41c16bc9d7a6cb6027f1ae397d1c2468dcd5c6cbf28067e4c218e"; + sha256_unsigned = "090f2ead014832531baa9c0f9c2503173524e10f47482f8403db3e86be14562f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-edimax_re23s-squashfs-factory.bin"; + sha256 = "1eaa4539969fedc86cbe79901d499a805ed5ebec1fe57718f819a028874fbbf4"; + sha256_unsigned = "1eaa4539969fedc86cbe79901d499a805ed5ebec1fe57718f819a028874fbbf4"; + type = "factory"; + } + ]; + supported_devices = [ + "edimax,re23s" + ]; + titles = [ + { + model = "RE23S"; + vendor = "Edimax"; + } + { + model = "Gemini RE23S"; + vendor = "Edimax"; + } + ]; + }; + edimax_rg21s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-edimax_rg21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-edimax_rg21s-squashfs-sysupgrade.bin"; + sha256 = "7d16fee4bbee9c0e870b012b63792b2be8c208b91dab3e469c01def585186db9"; + sha256_unsigned = "7acbc90a60d5e752a8548454883043d60bf706bbea0482b20acb9400531dc71e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-edimax_rg21s-squashfs-factory.bin"; + sha256 = "1392b8ab6a644f5c856880ce91d18c74e88bed5d9eb358cb759c27f9192fd183"; + sha256_unsigned = "1392b8ab6a644f5c856880ce91d18c74e88bed5d9eb358cb759c27f9192fd183"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-edimax_rg21s-initramfs-kernel.bin"; + sha256 = "22c8e2b630fe8280cef08e3fa8eb8d96d6c611239ede481e7bd996ac2fee4b77"; + sha256_unsigned = "22c8e2b630fe8280cef08e3fa8eb8d96d6c611239ede481e7bd996ac2fee4b77"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,rg21s" + ]; + titles = [ + { + model = "Gemini AC2600 RG21S"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "7ecfc4ce6ac57a1d0c62d1fa0dd9e8af556853d62846dd75097c27229ee38a8a"; + sha256_unsigned = "5896e499c7742ffc4911d8bb0fc8f7aee7c7817182ce7013e02bb274cc836a16"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1167ghbk2-s-initramfs-kernel.bin"; + sha256 = "2994dd82cbb54a68d803f7fd752712e2c4ce35913a0fd0c869e844663e41846b"; + sha256_unsigned = "2994dd82cbb54a68d803f7fd752712e2c4ce35913a0fd0c869e844663e41846b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "eae62c9f2e047a8c268d4c58769e8167d98c4f8d64285832c778cc9e13fd421d"; + sha256_unsigned = "eae62c9f2e047a8c268d4c58769e8167d98c4f8d64285832c778cc9e13fd421d"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + model = "WRC-1167GHBK2-S"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gs2-b = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1167gs2-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-sysupgrade.bin"; + sha256 = "a90f0d37374e84a2233d676c42519187f75ff1bb852e07c4d2a25e6e1b8d7b02"; + sha256_unsigned = "19257fdfab1590dcee44ac3fda33a93d8091d2c1a9bc487646eecce44fe7fd2e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-factory.bin"; + sha256 = "2176f72ce46738672e49704dcae350da82a33ecc14105cc88dd6aca816b54214"; + sha256_unsigned = "2176f72ce46738672e49704dcae350da82a33ecc14105cc88dd6aca816b54214"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1167gs2-b-initramfs-kernel.bin"; + sha256 = "238e03269cab55ab8eef4b2f0482c0c2c24c10a741b07a93a1d42131b448c3ac"; + sha256_unsigned = "238e03269cab55ab8eef4b2f0482c0c2c24c10a741b07a93a1d42131b448c3ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gs2-b" + ]; + titles = [ + { + model = "WRC-1167GS2-B"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1167gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1167gst2-squashfs-factory.bin"; + sha256 = "8039905bf03c3ac0e8a6b02f2ffde071a486d255a09329eed864243a73bc20ff"; + sha256_unsigned = "8039905bf03c3ac0e8a6b02f2ffde071a486d255a09329eed864243a73bc20ff"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1167gst2-squashfs-sysupgrade.bin"; + sha256 = "151af6b85298c769fc8f32e908010faea576cbafe1129540787cf73fc919ec80"; + sha256_unsigned = "16f3492264e3d27a76b78ba3fec586494ee993c3fd4082096f75845dcfc5ed29"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1167gst2-initramfs-kernel.bin"; + sha256 = "7626b35f4980b86a2df8c1b0e23a908f7e01ab8eb72377c7ea5ad5b636304c32"; + sha256_unsigned = "7626b35f4980b86a2df8c1b0e23a908f7e01ab8eb72377c7ea5ad5b636304c32"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gst2" + ]; + titles = [ + { + model = "WRC-1167GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gs = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1750gs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1750gs-squashfs-factory.bin"; + sha256 = "9f4a92247308c52f04c6a74521988e0bf0d9f51843aa659d2ca4ebee62e9520e"; + sha256_unsigned = "9f4a92247308c52f04c6a74521988e0bf0d9f51843aa659d2ca4ebee62e9520e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1750gs-initramfs-kernel.bin"; + sha256 = "08ed5af097ec9b9ce2dd009a3ca5d3dd2df02be9400abc09ef8cb77e7483278a"; + sha256_unsigned = "08ed5af097ec9b9ce2dd009a3ca5d3dd2df02be9400abc09ef8cb77e7483278a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1750gs-squashfs-sysupgrade.bin"; + sha256 = "a4f625fb80cf37e724d9178f84b61c7c1137afbd1943df717749391cbe399eb4"; + sha256_unsigned = "abd691721385809c2c99c836fb4380a1619fce59785d95c5f5940a74489c8fa8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gs" + ]; + titles = [ + { + model = "WRC-1750GS"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1750gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1750gst2-initramfs-kernel.bin"; + sha256 = "e49c0bf734cf0fe9fe5b93b6f0c4b169bd8a2694770680d5f763167d9ef17d78"; + sha256_unsigned = "e49c0bf734cf0fe9fe5b93b6f0c4b169bd8a2694770680d5f763167d9ef17d78"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1750gst2-squashfs-sysupgrade.bin"; + sha256 = "96f73305a2189391702559117f3dd9ef84b7dd06cbed6cde49a42f4e9c953780"; + sha256_unsigned = "2704c780fab644b1276a2096674d58e7b6132b3f475ae3d9ec5294c427c3da4a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1750gst2-squashfs-factory.bin"; + sha256 = "218f2eb9d61d29238906c9cb840e9d2b2a77cdd6b15f690b5528e6ce31ecc191"; + sha256_unsigned = "218f2eb9d61d29238906c9cb840e9d2b2a77cdd6b15f690b5528e6ce31ecc191"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gst2" + ]; + titles = [ + { + model = "WRC-1750GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gsv = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1750gsv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1750gsv-squashfs-sysupgrade.bin"; + sha256 = "2b68ea821d1e56e1bc050cb988f32a9d6638dc72cae6acd6a3fc2efdbae60d56"; + sha256_unsigned = "98dc81730e36c8332180d2983659c0fd133140dfc374c74ef9080c3a82c18f17"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1750gsv-initramfs-kernel.bin"; + sha256 = "a45644691e909b9db234258c09c31d20ebe94a65744abb786b933db6d037c201"; + sha256_unsigned = "a45644691e909b9db234258c09c31d20ebe94a65744abb786b933db6d037c201"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1750gsv-squashfs-factory.bin"; + sha256 = "eae0ed4f0e1a1cf90a6b7c7a3f85300b4aa447892d276b150e5ee1eea472337c"; + sha256_unsigned = "eae0ed4f0e1a1cf90a6b7c7a3f85300b4aa447892d276b150e5ee1eea472337c"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gsv" + ]; + titles = [ + { + model = "WRC-1750GSV"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "fffba7322d3aff2a102fb745d17ee112473a29433a12d52781165354f92176fa"; + sha256_unsigned = "5e257a40aea3f5020343f24f3e3667bb7b3438cccce4b163f469ac1e340921df"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1900gst-initramfs-kernel.bin"; + sha256 = "674571c367834694ab9ea94f8434db5baa9a28a67df118a825802cc8a9a90341"; + sha256_unsigned = "674571c367834694ab9ea94f8434db5baa9a28a67df118a825802cc8a9a90341"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "742a3fe71ed29353d9fbecaaf2f9cae6976ee053d9e558ebaed4a4b5bc823fe4"; + sha256_unsigned = "742a3fe71ed29353d9fbecaaf2f9cae6976ee053d9e558ebaed4a4b5bc823fe4"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + model = "WRC-1900GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533ghbk-i = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-2533ghbk-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-sysupgrade.bin"; + sha256 = "ed48f61869cee7e2d6bdd4a76481e73c5e5325a924973068c4bfab9cb3691fc3"; + sha256_unsigned = "d87aad404c0b9ac265755a4468f3748303cf60dd38139f4a3051ebb0c659e75b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-2533ghbk-i-initramfs-kernel.bin"; + sha256 = "8e83951e3e0ee7b72c44e9e7a09da108033d4a3012eb9d8e53bb88380e796e93"; + sha256_unsigned = "8e83951e3e0ee7b72c44e9e7a09da108033d4a3012eb9d8e53bb88380e796e93"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-factory.bin"; + sha256 = "97978c3439e60447df1498d21d5001495b1b58b73eec343ac5be20ae2ed0fe77"; + sha256_unsigned = "97978c3439e60447df1498d21d5001495b1b58b73eec343ac5be20ae2ed0fe77"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533ghbk-i" + ]; + titles = [ + { + model = "WRC-2533GHBK-I"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gs2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-2533gs2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-2533gs2-initramfs-kernel.bin"; + sha256 = "e08e6900d938f27d60b3c42b24eab58aaaf9892f9a8aaaaedb7b028d0c399255"; + sha256_unsigned = "e08e6900d938f27d60b3c42b24eab58aaaf9892f9a8aaaaedb7b028d0c399255"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-2533gs2-squashfs-sysupgrade.bin"; + sha256 = "1517c9393127f55c94652dabb426434af52cdbb06d9ec0f02746e4bdb8e42a34"; + sha256_unsigned = "6c571068b09e92c19596b3c651fb4b5d9bab60749746d16ed0d04948efcd6cf7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-2533gs2-squashfs-factory.bin"; + sha256 = "1437c1518123f6af01189ab4759555ef4b111081ab0adf2ad12b1c46cf1dcf83"; + sha256_unsigned = "1437c1518123f6af01189ab4759555ef4b111081ab0adf2ad12b1c46cf1dcf83"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gs2" + ]; + titles = [ + { + model = "WRC-2533GS2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "91bad8379bf4cc74ddd5a8cca731fbceb26cdf30d6e5baccbcfcea6ef4aea3c2"; + sha256_unsigned = "91bad8379bf4cc74ddd5a8cca731fbceb26cdf30d6e5baccbcfcea6ef4aea3c2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "812cde72d430adab11abbfb509248990edec0e29b3a84ce79150ccb4412c67b2"; + sha256_unsigned = "5c3f9f604561cc1f3c69a3549fd3126734af442985e817735277e98594f2bdc9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-2533gst-initramfs-kernel.bin"; + sha256 = "d808b20dca637a63c33bc710f86617674eadf51365027364f1c8d89442083787"; + sha256_unsigned = "d808b20dca637a63c33bc710f86617674eadf51365027364f1c8d89442083787"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + model = "WRC-2533GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-2533gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-2533gst2-squashfs-factory.bin"; + sha256 = "13b74ac47a43076b6de1fa1f15dd952c8c6b88e9e3623369f73f7dda3cc500f5"; + sha256_unsigned = "13b74ac47a43076b6de1fa1f15dd952c8c6b88e9e3623369f73f7dda3cc500f5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-2533gst2-squashfs-sysupgrade.bin"; + sha256 = "facfac982f26cc30eb39fea8f8c6770e8b9c6bb179f74050cbfdf3c54901b65e"; + sha256_unsigned = "369f0f7f19e10ca4cf3136339ab39b8bc6b85aafe3f4ee42fea0fae6d9a53c15"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-elecom_wrc-2533gst2-initramfs-kernel.bin"; + sha256 = "52e3c5cbd809ccf88e21ef9549bc6f28c2d8e35998b7517cb2157a963ae15a3e"; + sha256_unsigned = "52e3c5cbd809ccf88e21ef9549bc6f28c2d8e35998b7517cb2157a963ae15a3e"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst2" + ]; + titles = [ + { + model = "WRC-2533GST2"; + vendor = "ELECOM"; + } + ]; + }; + firefly_firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-firefly_firewrt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-firefly_firewrt-initramfs-kernel.bin"; + sha256 = "e14815e59a96470501920b1e062b6866f248759bdadeade8d9a79642325782b6"; + sha256_unsigned = "e14815e59a96470501920b1e062b6866f248759bdadeade8d9a79642325782b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-firefly_firewrt-squashfs-sysupgrade.bin"; + sha256 = "57cb964f8effaa5b70366cc1ef25d1cc09479680907a0379cf5b7481540f6c63"; + sha256_unsigned = "cdfc104bccf4c82e0d4cc35c5d91f51541d81d46a0c6484f72a4601e87dd9e7b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "firefly,firewrt" + "firewrt" + ]; + titles = [ + { + model = "FireWRT"; + vendor = "Firefly"; + } + ]; + }; + gehua_ghl-r-001 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-gehua_ghl-r-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-gehua_ghl-r-001-squashfs-sysupgrade.bin"; + sha256 = "9d94370d8603a377dafd3a55f2b5943f1257b1c856f68c1a8034cfcda8f5fc6a"; + sha256_unsigned = "d318f742afca9487822a79595c071739f9faa6d36c2f8c584e842e5af2c49ff6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-gehua_ghl-r-001-initramfs-kernel.bin"; + sha256 = "32f7a4d2e050c3d5b23edefd3db598c9748da6baaf25e8d98be6ae1e396954d5"; + sha256_unsigned = "32f7a4d2e050c3d5b23edefd3db598c9748da6baaf25e8d98be6ae1e396954d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "gehua,ghl-r-001" + ]; + titles = [ + { + model = "GHL-R-001"; + vendor = "GeHua"; + } + ]; + }; + glinet_gl-mt1300 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-glinet_gl-mt1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-glinet_gl-mt1300-initramfs-kernel.bin"; + sha256 = "04e5b7107c36a7fca6b39de1662ac72b4a90c7ad78170ce05789ac024d5f7a91"; + sha256_unsigned = "04e5b7107c36a7fca6b39de1662ac72b4a90c7ad78170ce05789ac024d5f7a91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-glinet_gl-mt1300-squashfs-sysupgrade.bin"; + sha256 = "9542cbabe65d02a2ce1ae0a10232102a7dfb8f737eed8f99e8e399313d742351"; + sha256_unsigned = "77763cac1af523f3b6084452fed772adc6ddcddc2581b00ab1546fd82963ac56"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt1300" + ]; + titles = [ + { + model = "GL-MT1300"; + vendor = "GL.iNet"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-gnubee_gb-pc1-initramfs-kernel.bin"; + sha256 = "c79985dda260e1c97b40bfc81ecadde93f917f0b3a6e6472165946c2286bc24d"; + sha256_unsigned = "c79985dda260e1c97b40bfc81ecadde93f917f0b3a6e6472165946c2286bc24d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "1e73e97aae0c80daee5b89571089a25fa4f6537ac991822b73132d7499ce3ea6"; + sha256_unsigned = "06720eec93298c873239249514ca13817d7d4fdd3a44a265af1db2f43fcbe0ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + model = "Personal Cloud One"; + vendor = "GnuBee"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "75d21b487d0ac29a8133fcb00f78a248d7651c8804a794f1c9ae1469e8c8efb7"; + sha256_unsigned = "29f0bf97285f2f2dbbdbfd057e1c3495a1ab2efa6e8cca223d558b0ba7b79943"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-gnubee_gb-pc2-initramfs-kernel.bin"; + sha256 = "85a7110c1f92cb297a9dea21045da258b4dcafffd1b1f9903780bb413e945022"; + sha256_unsigned = "85a7110c1f92cb297a9dea21045da258b4dcafffd1b1f9903780bb413e945022"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + model = "Personal Cloud Two"; + vendor = "GnuBee"; + } + ]; + }; + hilink_hlk-7621a-evb = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-hilink_hlk-7621a-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-hilink_hlk-7621a-evb-initramfs-kernel.bin"; + sha256 = "f9c0261778d16cb4535476ef14fbbe45f352dae32bcdabd5889f3ffb6bfba999"; + sha256_unsigned = "f9c0261778d16cb4535476ef14fbbe45f352dae32bcdabd5889f3ffb6bfba999"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-hilink_hlk-7621a-evb-squashfs-sysupgrade.bin"; + sha256 = "2ce9ce88ab6ae49ce53d000897994eb8bd0539420965a488ce1cd5570e86d7f0"; + sha256_unsigned = "934225bac7fdd899796968d4aaa5dabc5d4470897326a4a5dd7011c52a38d0be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7621a-evb" + ]; + titles = [ + { + model = "HLK-7621A evaluation board"; + vendor = "HiLink"; + } + ]; + }; + hiwifi_hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-hiwifi_hc5962"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-hiwifi_hc5962-squashfs-sysupgrade.bin"; + sha256 = "dcfa563e56355745f434444d8b65cc88a8d1a7c1eaa617716e796be737b6b6a2"; + sha256_unsigned = "1b48454d302635061b79a8b0598e125e43da7896520583cac595f9fa5785dbe7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-hiwifi_hc5962-initramfs-kernel.bin"; + sha256 = "d637c4f5208d776474f6f7aba035e4eb04f33991f77b3feaea168e12bb56bc43"; + sha256_unsigned = "d637c4f5208d776474f6f7aba035e4eb04f33991f77b3feaea168e12bb56bc43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-hiwifi_hc5962-squashfs-factory.bin"; + sha256 = "c12b7363a4a0e08f681109ff06e1eed37ec3a8c8a85a765fc9b698f363481e58"; + sha256_unsigned = "c12b7363a4a0e08f681109ff06e1eed37ec3a8c8a85a765fc9b698f363481e58"; + type = "factory"; + } + ]; + supported_devices = [ + "hiwifi,hc5962" + ]; + titles = [ + { + model = "HC5962"; + vendor = "HiWiFi"; + } + ]; + }; + humax_e10 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-humax_e10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-humax_e10-initramfs-kernel.bin"; + sha256 = "a48cecbafeb61557c5008eb84dd32f76448b379476008045a2213b057b023e6d"; + sha256_unsigned = "a48cecbafeb61557c5008eb84dd32f76448b379476008045a2213b057b023e6d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-humax_e10-squashfs-factory.bin"; + sha256 = "6900863d4cc3bf654f66959103bd9ea398971a8b187777134c67a91e4aef3604"; + sha256_unsigned = "6900863d4cc3bf654f66959103bd9ea398971a8b187777134c67a91e4aef3604"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-humax_e10-squashfs-sysupgrade.bin"; + sha256 = "7616b6ed06ce18066c656e4c92fac19061107936a9c700aac7564fc4c2454703"; + sha256_unsigned = "3a92ebc3e8c04841e7b10f5103316ab13758a0cf7b6f96650670cfbc7e8c7b5a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "humax,e10" + ]; + titles = [ + { + model = "E10"; + vendor = "HUMAX"; + } + { + model = "QUANTUM E10"; + vendor = "HUMAX"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wn-ax1167gr-initramfs-kernel.bin"; + sha256 = "c9241f1a040d3d84de66652b67c31f5253a12fc75ba617b98b35796d9f2cd414"; + sha256_unsigned = "c9241f1a040d3d84de66652b67c31f5253a12fc75ba617b98b35796d9f2cd414"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "759003db9af725f9f5164ceb417bfe5f4af8818cff2c53a3d2e5f03940f7d886"; + sha256_unsigned = "74ced6520e508ce0d72e19652b13f48803591e253fce3da72ed6f39be73ec78d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + model = "WN-AX1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax1167gr2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-iodata_wn-ax1167gr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wn-ax1167gr2-squashfs-sysupgrade.bin"; + sha256 = "d437de1fd0d3a9148c61abe192519be0efa6d3d8156751fbe665cc899c105b98"; + sha256_unsigned = "e5412c3a5c4c2e9b8d593620bd135435b97f16d67698b1f8c32cf50bc9847824"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wn-ax1167gr2-initramfs-kernel.bin"; + sha256 = "8a9d34a99655a3d79a25b66472e42504292c4721a640d9c5e553f806d4f5014b"; + sha256_unsigned = "8a9d34a99655a3d79a25b66472e42504292c4721a640d9c5e553f806d4f5014b"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr2" + ]; + titles = [ + { + model = "WN-AX1167GR2"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-iodata_wn-ax2033gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wn-ax2033gr-squashfs-sysupgrade.bin"; + sha256 = "036bb2b5b2353ca52dd0fc9432b61cb6058ed87f0ffd1259aeecdc489b34d613"; + sha256_unsigned = "42a69730a9456a875426e17622c3ec4c1d39e1f9ba0e6088b048925160093e4e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wn-ax2033gr-initramfs-kernel.bin"; + sha256 = "72f23fa206b3e46ae85b9d65bc63c79186aed97174b34a1386f3b8bc9b01184d"; + sha256_unsigned = "72f23fa206b3e46ae85b9d65bc63c79186aed97174b34a1386f3b8bc9b01184d"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax2033gr" + ]; + titles = [ + { + model = "WN-AX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1167r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-iodata_wn-dx1167r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wn-dx1167r-initramfs-kernel.bin"; + sha256 = "2c8384f3fd03c536c4e9416f2467c576e272ee8106b775b395518c48a6e20fd7"; + sha256_unsigned = "2c8384f3fd03c536c4e9416f2467c576e272ee8106b775b395518c48a6e20fd7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wn-dx1167r-squashfs-sysupgrade.bin"; + sha256 = "a29333e64e6485bb0162a4ae2d9c134d442cd24fce8d2449ebdd0958766e3c64"; + sha256_unsigned = "3ec3a379ccf0df7e20245441ef02d2d06bb4a2ef9392b7299fff17d5e580710c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-dx1167r" + ]; + titles = [ + { + model = "WN-DX1167R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1200gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-iodata_wn-dx1200gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wn-dx1200gr-squashfs-sysupgrade.bin"; + sha256 = "71addde627e8c8e0352bd953ed3a5e5604081d4569a5c7dbaa3415b7c889b635"; + sha256_unsigned = "eb04495e832a586ef5a768e904afb6fcb4baa3a6e6e4bb507f9febaf429b3956"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wn-dx1200gr-initramfs-kernel.bin"; + sha256 = "430bc4ff89034f79298e08f8cbe9c5f353dbcc8673730f935f71eeb4ea770d27"; + sha256_unsigned = "430bc4ff89034f79298e08f8cbe9c5f353dbcc8673730f935f71eeb4ea770d27"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx1200gr" + ]; + titles = [ + { + model = "WN-DX1200GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-iodata_wn-dx2033gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wn-dx2033gr-initramfs-kernel.bin"; + sha256 = "57c66e328b09f4338ba66b774b3e4c6f740717ecf946dc71b73f22fb8e9f3cba"; + sha256_unsigned = "57c66e328b09f4338ba66b774b3e4c6f740717ecf946dc71b73f22fb8e9f3cba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wn-dx2033gr-squashfs-sysupgrade.bin"; + sha256 = "cdcda32c9d3d7ab48a124687f0a33b4da6af4cd6a02c452723f4b5c774d6ec1a"; + sha256_unsigned = "d6e60b01b59e030cbb8ac1704b0291152f18e5a7407781c15de46bd497561e62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-dx2033gr" + ]; + titles = [ + { + model = "WN-DX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "894711794b22c7423d65ff4f49318e0ee429563314e98b033d545a161a924222"; + sha256_unsigned = "90163a55b2aeb213c6c0f0500aa6ca0f06db998b6587591392785193887b8fe6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wn-gx300gr-initramfs-kernel.bin"; + sha256 = "b913967d2a341ad020210933e923dc00935312923091b4d8c6ea710badd1a132"; + sha256_unsigned = "b913967d2a341ad020210933e923dc00935312923091b4d8c6ea710badd1a132"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + model = "WN-GX300GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wnpr2600g = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-iodata_wnpr2600g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wnpr2600g-squashfs-factory.bin"; + sha256 = "b6147243525df11d1b43584ce2b84e0223d99bf2439fdbbc76de1c4e9afb2da7"; + sha256_unsigned = "b6147243525df11d1b43584ce2b84e0223d99bf2439fdbbc76de1c4e9afb2da7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wnpr2600g-squashfs-sysupgrade.bin"; + sha256 = "2b5b3655e5a2bdd73f80b1e8d30d07d82d7f6e40a5fb86be8a6c8ce0a822dabc"; + sha256_unsigned = "4aa42a40b0a6d8d089adc9f8c85304e4c3c4fbc0880b4f0703b3c81dd8057fb0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-iodata_wnpr2600g-initramfs-kernel.bin"; + sha256 = "6f70187dd637fe97701b885a64f4be3bf7244744e78c18884fc40be14b55dae9"; + sha256_unsigned = "6f70187dd637fe97701b885a64f4be3bf7244744e78c18884fc40be14b55dae9"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wnpr2600g" + ]; + titles = [ + { + model = "WNPR2600G"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a3002mesh = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-iptime_a3002mesh"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_a3002mesh-initramfs-kernel.bin"; + sha256 = "b868a9b8276695024e2c1e159006ef80867055ea2be12b229072adff5d28eea1"; + sha256_unsigned = "b868a9b8276695024e2c1e159006ef80867055ea2be12b229072adff5d28eea1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_a3002mesh-squashfs-sysupgrade.bin"; + sha256 = "9b1ce09b616cf1e57b7d947d62c3d9027e762cba0242f8c9ea107319849424bf"; + sha256_unsigned = "ae3ebe0f6ed9fa15d60a1bc76b55879df9f5d7e646be94f8a6c5e55b0b9f6497"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3002mesh" + ]; + titles = [ + { + model = "A3002MESH"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a3004ns-dual = { + device_packages = [ + "kmod-usb3" + "kmod-mt76x2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-iptime_a3004ns-dual"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_a3004ns-dual-squashfs-sysupgrade.bin"; + sha256 = "0315425d8d7341a9fcdac354e1e855d147be552a0108bea7fb2ecedcf70351ad"; + sha256_unsigned = "c1a594f4bfdc81f3ca818f38437815d1b6bac9172eb1016f5c160e9d8fdd6cfa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_a3004ns-dual-initramfs-kernel.bin"; + sha256 = "3b2ba0d0403ba9e04c7d8181fd2469c74f2444bc443be6b79d564eaf2aec86cd"; + sha256_unsigned = "3b2ba0d0403ba9e04c7d8181fd2469c74f2444bc443be6b79d564eaf2aec86cd"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3004ns-dual" + ]; + titles = [ + { + model = "A3004NS-dual"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a3004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-iptime_a3004t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_a3004t-squashfs-sysupgrade.bin"; + sha256 = "062756f06acce34036a173dae98815258af3aea77509d2b7431cee33aababa3b"; + sha256_unsigned = "555217320af98abcebfc7be019c5fd7031ec5a454501e7ec3711e0da6c9af912"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_a3004t-initramfs-kernel.bin"; + sha256 = "070d0fec1b96ffb65cdbdaf4e2536f709494033169928437c4f841a72a4d42bc"; + sha256_unsigned = "070d0fec1b96ffb65cdbdaf4e2536f709494033169928437c4f841a72a4d42bc"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3004t" + ]; + titles = [ + { + model = "A3004T"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a6004ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-iptime_a6004ns-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_a6004ns-m-initramfs-kernel.bin"; + sha256 = "925165aea3a4a39cb093cb0daa3032f899d3ae75382175a1f1735881c60daa67"; + sha256_unsigned = "925165aea3a4a39cb093cb0daa3032f899d3ae75382175a1f1735881c60daa67"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_a6004ns-m-squashfs-sysupgrade.bin"; + sha256 = "6deea6933b9e88ef5f3b508570193e8e491e913b017ada688c5e82313db1ed27"; + sha256_unsigned = "531da6a73903469dc16f5bb1e4e2e329c435561a92163427abcc19dc573b0b0e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a6004ns-m" + ]; + titles = [ + { + model = "A6004NS-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a6ns-m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-iptime_a6ns-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_a6ns-m-initramfs-kernel.bin"; + sha256 = "1b35b39ec32c726a162aa7ba25d0b21531ccb413e0d7a003ac90632c62630b6c"; + sha256_unsigned = "1b35b39ec32c726a162aa7ba25d0b21531ccb413e0d7a003ac90632c62630b6c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_a6ns-m-squashfs-sysupgrade.bin"; + sha256 = "030d4edf08e3eafb734e2d76621f34748384aa351de7685dab9983815eb0c699"; + sha256_unsigned = "2287bfdb94b4e08d726ce87134f7296dbbc01800524646daf417b7412ed3f3a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a6ns-m" + ]; + titles = [ + { + model = "A6ns-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a8004t = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-iptime_a8004t"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_a8004t-initramfs-kernel.bin"; + sha256 = "415d3221167a8ec43b9a2ca226421fea2a6d8340937bd48b5a4cb2be5d26a83b"; + sha256_unsigned = "415d3221167a8ec43b9a2ca226421fea2a6d8340937bd48b5a4cb2be5d26a83b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_a8004t-squashfs-sysupgrade.bin"; + sha256 = "be2e321a31f4808d33695d966dff66d2c8cfab758eadf75fa20fc4a381f112d6"; + sha256_unsigned = "16f2ce8b452bdc1e776b0c805a1c7aa1d486e3fe73be8aae2752466021d06e65"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a8004t" + ]; + titles = [ + { + model = "A8004T"; + vendor = "ipTIME"; + } + ]; + }; + iptime_ax2004m = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-iptime_ax2004m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_ax2004m-squashfs-sysupgrade.bin"; + sha256 = "4cf53cb5c36e178f55c6f4bfcc6069358251cf82725214cfd679555b0ce4aba1"; + sha256_unsigned = "b984283d0cc269b9202b3628b7e59c145bc710381f9533a79a92dbe75003eb24"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_ax2004m-squashfs-recovery.bin"; + sha256 = "9167ab5e41404640953f4d6a88c31c71426c8953156f829ecd89667c3f64a237"; + sha256_unsigned = "9167ab5e41404640953f4d6a88c31c71426c8953156f829ecd89667c3f64a237"; + type = "recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_ax2004m-initramfs-kernel.bin"; + sha256 = "755cab432234bb8502f244cc984d6ca8a8398f80feb5f7f1f5a184785ac76237"; + sha256_unsigned = "755cab432234bb8502f244cc984d6ca8a8398f80feb5f7f1f5a184785ac76237"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,ax2004m" + ]; + titles = [ + { + model = "AX2004M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_t5004 = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-iptime_t5004"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_t5004-initramfs-kernel.bin"; + sha256 = "d11c4c73cadfbafbab13ba5b2561dcebf514aca1764ddbf5fe495e5449f465ec"; + sha256_unsigned = "d11c4c73cadfbafbab13ba5b2561dcebf514aca1764ddbf5fe495e5449f465ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-iptime_t5004-squashfs-sysupgrade.bin"; + sha256 = "f7203c39940bb9818551eeb84617ac91f27b3df08a69a103b122fdb845b455bb"; + sha256_unsigned = "e9cfd2212d44917935262f1d08eb062547547ec781ac5e05ed53c4f14957e885"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,t5004" + ]; + titles = [ + { + model = "T5004"; + vendor = "ipTIME"; + } + ]; + }; + jcg_jhr-ac876m = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-jcg_jhr-ac876m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-jcg_jhr-ac876m-initramfs-kernel.bin"; + sha256 = "f6c2bfc90307533b08e96ef58692132663ff3a61790048a7ec84aeff493dfa9d"; + sha256_unsigned = "f6c2bfc90307533b08e96ef58692132663ff3a61790048a7ec84aeff493dfa9d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-jcg_jhr-ac876m-squashfs-factory.bin"; + sha256 = "03dfc52566a68ed44212deb2cf53d252fc8556cb58da78e233ace3766619c01c"; + sha256_unsigned = "03dfc52566a68ed44212deb2cf53d252fc8556cb58da78e233ace3766619c01c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-jcg_jhr-ac876m-squashfs-sysupgrade.bin"; + sha256 = "a7883862de5d8a1d673f760803663c17108d984fe09c90a4d614760c56e4d32a"; + sha256_unsigned = "0db99e8db57e707ca018ea7f95e5c5709c605896d3093d9b68241a8d68d3a7bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jcg,jhr-ac876m" + ]; + titles = [ + { + model = "JHR-AC876M"; + vendor = "JCG"; + } + ]; + }; + jcg_q20 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-jcg_q20"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-jcg_q20-initramfs-kernel.bin"; + sha256 = "4ffe9cb93da786674352cb972bb603df886d5dae94b1ebfcba0554dcbc52217b"; + sha256_unsigned = "4ffe9cb93da786674352cb972bb603df886d5dae94b1ebfcba0554dcbc52217b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-jcg_q20-squashfs-sysupgrade.bin"; + sha256 = "72d722be153e7db41056f8bf2a317ff666b4feb2952d9f82ade01818004a94fc"; + sha256_unsigned = "2fff1c245cbc1c2d4520e41139c63e1a1ac661f442b2bc29e42733b5fb99e144"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-jcg_q20-squashfs-factory.bin"; + sha256 = "661fed8223237f1832d595bd9d47b2c212d32d50ff8eaf1d51328753851f71c0"; + sha256_unsigned = "661fed8223237f1832d595bd9d47b2c212d32d50ff8eaf1d51328753851f71c0"; + type = "factory"; + } + ]; + supported_devices = [ + "jcg,q20" + ]; + titles = [ + { + model = "Q20"; + vendor = "JCG"; + } + ]; + }; + jcg_y2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-jcg_y2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-jcg_y2-squashfs-sysupgrade.bin"; + sha256 = "64d0b0bcc71422cd36390a85224b2d6fcc75e30c0fb6d55ce8c7184ed2c0958a"; + sha256_unsigned = "b7ecffcc24510159b9fac292a5270f66b48e735e0390f6995b3ab8be91ca7fb7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-jcg_y2-squashfs-factory.bin"; + sha256 = "606c92f3b68edb64e9bf46ac634244e73513a835657875215de62504dd241c1d"; + sha256_unsigned = "606c92f3b68edb64e9bf46ac634244e73513a835657875215de62504dd241c1d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-jcg_y2-initramfs-kernel.bin"; + sha256 = "c743cd3a33be076c309a89d372305a5e97699124ae8b8ba5e4734e0df7e0f2d5"; + sha256_unsigned = "c743cd3a33be076c309a89d372305a5e97699124ae8b8ba5e4734e0df7e0f2d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,y2" + ]; + titles = [ + { + model = "Y2"; + vendor = "JCG"; + } + ]; + }; + lenovo_newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-lenovo_newifi-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-lenovo_newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "fe33c2d40e909b4774c7539d8829c91aa6f1ea294665509816555b5bcddcb43f"; + sha256_unsigned = "1075e3d8339af05f62911b72e0a78c059a30aec6167c4ba7054f09af3c7ad487"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-lenovo_newifi-d1-initramfs-kernel.bin"; + sha256 = "cb0f612a860d95ab78d72ffacf16647c6daf166ca50c2300948c5aa5f958bb76"; + sha256_unsigned = "cb0f612a860d95ab78d72ffacf16647c6daf166ca50c2300948c5aa5f958bb76"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-d1" + "newifi-d1" + ]; + titles = [ + { + model = "D1"; + vendor = "Newifi"; + } + ]; + }; + linksys_e5600 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-linksys_e5600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_e5600-squashfs-sysupgrade.bin"; + sha256 = "fc43f689e1bb46c74b9939ea3278631e8e45362142c883ea722f33bbfbf15278"; + sha256_unsigned = "974bcbe8a01ac23738291103d9eb56a1b15f00e0cd0e1a1d9caa9aebd6d57a79"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_e5600-squashfs-factory.bin"; + sha256 = "8ae892910034c81ae09ae8cb9570758eb0497096b3b0bb4444a2e6de339cf694"; + sha256_unsigned = "8ae892910034c81ae09ae8cb9570758eb0497096b3b0bb4444a2e6de339cf694"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_e5600-initramfs-kernel.bin"; + sha256 = "5dca0200e363bf13cc6d8ffbcf6ef44f41077e84cfb0e1492592e6abcd00e6a9"; + sha256_unsigned = "5dca0200e363bf13cc6d8ffbcf6ef44f41077e84cfb0e1492592e6abcd00e6a9"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e5600" + ]; + titles = [ + { + model = "E5600"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6350-v4 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-linksys_ea6350-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea6350-v4-squashfs-factory.bin"; + sha256 = "45723443ead4245c10a88e674e9438e4c3e9f13c3caeb96addb94a022a7cc627"; + sha256_unsigned = "45723443ead4245c10a88e674e9438e4c3e9f13c3caeb96addb94a022a7cc627"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea6350-v4-squashfs-sysupgrade.bin"; + sha256 = "eca3a6270a61abb31025f66f493eb55f7192ab485ab38e4d320090f824b0cb29"; + sha256_unsigned = "6345bd51e9e8c63fc6f732335bfaa1653ea86103981761e5d73a4342ebc39c57"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea6350-v4-initramfs-kernel.bin"; + sha256 = "3207b785bd034ad8878aa83e9570b47927d5ac6db572992879e0e0edccb4a83f"; + sha256_unsigned = "3207b785bd034ad8878aa83e9570b47927d5ac6db572992879e0e0edccb4a83f"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea6350-v4" + ]; + titles = [ + { + model = "EA6350"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-linksys_ea7300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea7300-v1-squashfs-factory.bin"; + sha256 = "c4db78f3b9301a586e4c488e570c6c39435c3c4ee3d25889965e4ce471a60457"; + sha256_unsigned = "c4db78f3b9301a586e4c488e570c6c39435c3c4ee3d25889965e4ce471a60457"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea7300-v1-initramfs-kernel.bin"; + sha256 = "e226434fc886ad5795a371b110c501cee2b0e8040e3cb333938bdf4c5de263f4"; + sha256_unsigned = "e226434fc886ad5795a371b110c501cee2b0e8040e3cb333938bdf4c5de263f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea7300-v1-squashfs-sysupgrade.bin"; + sha256 = "545ed2d83508f7c32d76a1c0e54676c7d5147e2576e494235fe3fc77539e95d1"; + sha256_unsigned = "cd3e0af88ca987db92e685e750b7e86c89174a97d11bfd50abd05e31ec94c4b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea7300-v1" + ]; + titles = [ + { + model = "EA7300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "kmod-mt7603" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-linksys_ea7300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea7300-v2-squashfs-factory.bin"; + sha256 = "4b1d9ec7de5903cf16d5fb9df5dd90ec974725e780923b0c5959fa22d0c4e856"; + sha256_unsigned = "4b1d9ec7de5903cf16d5fb9df5dd90ec974725e780923b0c5959fa22d0c4e856"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea7300-v2-squashfs-sysupgrade.bin"; + sha256 = "a7eefb6ecc0549e6acb52cc17724c1fd107b9bd59b9440d55e3639d186290fcb"; + sha256_unsigned = "3e98aa790168e4806a4f119e80368323b604291f2342f638ec0a22ccb69b7a28"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea7300-v2-initramfs-kernel.bin"; + sha256 = "ab24acb76d8f7f1c91b8205a5af21fc8ccc81f942db6eebfa5fb013fca7fd466"; + sha256_unsigned = "ab24acb76d8f7f1c91b8205a5af21fc8ccc81f942db6eebfa5fb013fca7fd466"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7300-v2" + ]; + titles = [ + { + model = "EA7300"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7500-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-linksys_ea7500-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea7500-v2-initramfs-kernel.bin"; + sha256 = "86122148b3ec9ade4270fccb029679d4997f5cd53de6dd7721b05a44676bcaaf"; + sha256_unsigned = "86122148b3ec9ade4270fccb029679d4997f5cd53de6dd7721b05a44676bcaaf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea7500-v2-squashfs-factory.bin"; + sha256 = "eeba215a2eb7a2e208f0437a22aacd6d664ade3465ebb8c77cb55c10c3073af7"; + sha256_unsigned = "eeba215a2eb7a2e208f0437a22aacd6d664ade3465ebb8c77cb55c10c3073af7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea7500-v2-squashfs-sysupgrade.bin"; + sha256 = "5f764493f0f767f7e5b47426ff37d9eee2f3ddaeda5a1623965c5a23479e8625"; + sha256_unsigned = "89adaf95bc2a8065450925b8ac44eaa13a8678dd781f24c956515c9af6c2746a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea7500-v2" + ]; + titles = [ + { + model = "EA7500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-linksys_ea8100-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea8100-v1-squashfs-factory.bin"; + sha256 = "b08a2f00b66b6fecc15ad29d804cc59aa590ed10b842c62d0e34443a3572f0c8"; + sha256_unsigned = "b08a2f00b66b6fecc15ad29d804cc59aa590ed10b842c62d0e34443a3572f0c8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea8100-v1-initramfs-kernel.bin"; + sha256 = "4296d8b83448a168a5a4fe1d99b071f2c9f69126913ede36d38be54437dfff32"; + sha256_unsigned = "4296d8b83448a168a5a4fe1d99b071f2c9f69126913ede36d38be54437dfff32"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea8100-v1-squashfs-sysupgrade.bin"; + sha256 = "b1d15274f7fac5ba28fbc996b49c2f6ebbd07cde9b240ab60f21e37c1ad3c4ee"; + sha256_unsigned = "8c6c6afc3de293b50ae354b41f211dea03dac6234ffbc47a5b6c294e8b070480"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8100-v1" + ]; + titles = [ + { + model = "EA8100"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-linksys_ea8100-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea8100-v2-squashfs-sysupgrade.bin"; + sha256 = "4d42517a1c213a83f0a23db4d679820755fb77c731a57d3391ad00de60c0a66c"; + sha256_unsigned = "16da31b639c673263a808bd6bfc7b04c7cdd31b77603495ca843795060b38007"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea8100-v2-squashfs-factory.bin"; + sha256 = "d5c7e1bd8c1ddb955bd1fb68fba713445c968de7fc0ddb80cefa33bbc53a7c1e"; + sha256_unsigned = "d5c7e1bd8c1ddb955bd1fb68fba713445c968de7fc0ddb80cefa33bbc53a7c1e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_ea8100-v2-initramfs-kernel.bin"; + sha256 = "6f9afed6100b1d23874d38155e1c93075977b9083584424cbbe4a377e865ee0c"; + sha256_unsigned = "6f9afed6100b1d23874d38155e1c93075977b9083584424cbbe4a377e865ee0c"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8100-v2" + ]; + titles = [ + { + model = "EA8100"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_re6500 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-linksys_re6500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_re6500-squashfs-sysupgrade.bin"; + sha256 = "77007b6d2208fc7fd47c6816c734d0c1045353c3930cdbb9755cd1838622d722"; + sha256_unsigned = "50377d309cfacb4bfed98a47a150dc3b77b5f56dd4c3f8894cf6d9cc52198c62"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-linksys_re6500-initramfs-kernel.bin"; + sha256 = "f16696094d97e2d6171aaa9e820348bfaa015980dbd6516608edfd59778a6deb"; + sha256_unsigned = "f16696094d97e2d6171aaa9e820348bfaa015980dbd6516608edfd59778a6deb"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,re6500" + "re6500" + ]; + titles = [ + { + model = "RE6500"; + vendor = "Linksys"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "d45f0f340a6fe0dc247e24f53ec8080e0a124075f0a5369c0da47477402bea70"; + sha256_unsigned = "9c11de72260beae8c572fdd8e59bc39498c327340298515e7c83f2aa427dc460"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-mediatek_ap-mt7621a-v60-initramfs-kernel.bin"; + sha256 = "d6165fedb3d0497c8bc4a6c80e8736c5c14af673aca82deed44295d797092904"; + sha256_unsigned = "d6165fedb3d0497c8bc4a6c80e8736c5c14af673aca82deed44295d797092904"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + model = "AP-MT7621A-V60 EVB"; + vendor = "Mediatek"; + } + ]; + }; + mediatek_mt7621-eval-board = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-mediatek_mt7621-eval-board"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-mediatek_mt7621-eval-board-squashfs-sysupgrade.bin"; + sha256 = "4e00777b2fab3ec5c9710536672113799fe5e0858b35d5ad6a18dc9e2afc81e5"; + sha256_unsigned = "215c72e9059eb95465583b3bd0ce2378e79bfd319486ec41dc0b8b580e9519f9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-mediatek_mt7621-eval-board-initramfs-kernel.bin"; + sha256 = "0fcfdb17f0ea24c2f2d504d7bb94eb9f8be34807ad9754158987481e14afd22d"; + sha256_unsigned = "0fcfdb17f0ea24c2f2d504d7bb94eb9f8be34807ad9754158987481e14afd22d"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7621-eval-board" + "mt7621" + ]; + titles = [ + { + model = "MT7621 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercusys_mr70x-v1 = { + device_packages = [ + "kmod-mt7915e" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-mercusys_mr70x-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-mercusys_mr70x-v1-squashfs-sysupgrade.bin"; + sha256 = "802192015fc6bb954b754edaba07b5ab2b3791d011776c5caeb3ee258d5e28bb"; + sha256_unsigned = "607d1c8924827abb7bc63a5ec449559ea0334d35a70fa44cbacac442f10389ec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-mercusys_mr70x-v1-initramfs-kernel.bin"; + sha256 = "dcaa0192a7838d2c0ebb22071957566b64382255f159a384e988a54eb6b0f976"; + sha256_unsigned = "dcaa0192a7838d2c0ebb22071957566b64382255f159a384e988a54eb6b0f976"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-mercusys_mr70x-v1-squashfs-factory.bin"; + sha256 = "f365ca1d651046346529c1657604d2ab66ffd6970a8781fd2a4cc63a1646a560"; + sha256_unsigned = "f365ca1d651046346529c1657604d2ab66ffd6970a8781fd2a4cc63a1646a560"; + type = "factory"; + } + ]; + supported_devices = [ + "mercusys,mr70x-v1" + ]; + titles = [ + { + model = "MR70X"; + variant = "v1"; + vendor = "Mercusys"; + } + ]; + }; + mikrotik_routerboard-750gr3 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-mikrotik_routerboard-750gr3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-mikrotik_routerboard-750gr3-initramfs-kernel.bin"; + sha256 = "d5128a5f4779c884db5b8d98e9c6628f2db6134f2101ee7f9b86430aa4364b88"; + sha256_unsigned = "d5128a5f4779c884db5b8d98e9c6628f2db6134f2101ee7f9b86430aa4364b88"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-mikrotik_routerboard-750gr3-squashfs-sysupgrade.bin"; + sha256 = "2d82ed1d407488b0e4378351e8953c90267bda177213924fa389721a845d9375"; + sha256_unsigned = "cc4f7d2e708c63d532015257353f1f0bd4d0df853abbafc77bf34e7c94e47230"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-750gr3" + "mikrotik,rb750gr3" + ]; + titles = [ + { + model = "RouterBOARD 750Gr3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-760igs = { + device_packages = [ + "kmod-usb3" + "kmod-sfp" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-mikrotik_routerboard-760igs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin"; + sha256 = "8e9ce64ee870e133060e4ce5348bb5a868659909a56d6ea37bd0756807e73cf1"; + sha256_unsigned = "8e9ce64ee870e133060e4ce5348bb5a868659909a56d6ea37bd0756807e73cf1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-mikrotik_routerboard-760igs-squashfs-sysupgrade.bin"; + sha256 = "7fd0981ceb51de63491362a9d38c35030d395315394cd91cdfbdc9a5d8ad2e18"; + sha256_unsigned = "38db5efd2ca06f2648c4efa46069f336c79671178e01b0758ed86d3e634bfd2c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-760igs" + ]; + titles = [ + { + model = "RouterBOARD 760iGS"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m11g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-mikrotik_routerboard-m11g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-mikrotik_routerboard-m11g-squashfs-sysupgrade.bin"; + sha256 = "d89e5fcd7eb47c8b5c38e493c9d9ff6f75c3731b034e2f8e6b3852a9f218397d"; + sha256_unsigned = "71529e1c1c36205a6f38f7c1b811002c5b61ef5b4c915808f8e8f381c2934fd3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-mikrotik_routerboard-m11g-initramfs-kernel.bin"; + sha256 = "94fc06f0c479024056e5a493d2bae1eba68de8eb8e05bdefe2105730c8520c00"; + sha256_unsigned = "94fc06f0c479024056e5a493d2bae1eba68de8eb8e05bdefe2105730c8520c00"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m11g" + "mikrotik,rbm11g" + ]; + titles = [ + { + model = "RouterBOARD M11G"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m33g = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-mikrotik_routerboard-m33g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-mikrotik_routerboard-m33g-squashfs-sysupgrade.bin"; + sha256 = "58d05c49ca637c9eef31456a8c2475d6a9a92d4caa396e2c53db21b17013c7f3"; + sha256_unsigned = "4f47a6a66191527e1dd66ddfd3893a99b0280b48526bec11889af201b45b45e0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-mikrotik_routerboard-m33g-initramfs-kernel.bin"; + sha256 = "ba9b73f151e448763fc13b0ca4805ab5bb98f24e87631407c94128b8e325dde1"; + sha256_unsigned = "ba9b73f151e448763fc13b0ca4805ab5bb98f24e87631407c94128b8e325dde1"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m33g" + "mikrotik,rbm33g" + ]; + titles = [ + { + model = "RouterBOARD M33G"; + vendor = "MikroTik"; + } + ]; + }; + mqmaker_witi = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-mqmaker_witi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-mqmaker_witi-squashfs-sysupgrade.bin"; + sha256 = "6a677bfd43b04524af698fa1665fb659c9e6211e2790c07713be30ebf7d32ec4"; + sha256_unsigned = "fd78944c809d883a6c2e259dcf9dc32d91a971be7a67224af42bcb3a793738c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-mqmaker_witi-initramfs-kernel.bin"; + sha256 = "ffd967f08f374dc1eb4df8a7bfcbe141bf8e29796cc4db08f53b8c5342412292"; + sha256_unsigned = "ffd967f08f374dc1eb4df8a7bfcbe141bf8e29796cc4db08f53b8c5342412292"; + type = "kernel"; + } + ]; + supported_devices = [ + "mqmaker,witi" + "witi" + "mqmaker,witi-256m" + "mqmaker,witi-512m" + ]; + titles = [ + { + model = "WiTi"; + vendor = "MQmaker"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-mtc_wr1201-initramfs-kernel.bin"; + sha256 = "2d8b039af96e0982036f4ae1d5000962e629d4ec1cc04bb235997fb4f942148e"; + sha256_unsigned = "2d8b039af96e0982036f4ae1d5000962e629d4ec1cc04bb235997fb4f942148e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "f0fcbbe93efb9946336a9a6eedf3d020735dd481605d5d20b99093451e7b1e0c"; + sha256_unsigned = "e106892f07378dc504e5f6c3b384c5ec33a0e154fdca92e55b7f2a8385e120a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + model = "Wireless Router WR1201"; + vendor = "MTC"; + } + ]; + }; + mts_wg430223 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "uboot-envtools" + "uencrypt" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-mts_wg430223"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-mts_wg430223-squashfs-sysupgrade.bin"; + sha256 = "2a23291bb27d2d3404c691edc513b8a14e21f5ce03f41b6bd993ebf507a09101"; + sha256_unsigned = "c9b191cab81dfd5bdde0788aa80e47d9971102e483dc2bbd9753c9851ced6c96"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-mts_wg430223-initramfs-kernel.bin"; + sha256 = "b6036cf004abf6ea682f37ae70bdd75f8007ecde68ffb33d40d4e29cbe211fe1"; + sha256_unsigned = "b6036cf004abf6ea682f37ae70bdd75f8007ecde68ffb33d40d4e29cbe211fe1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-mts_wg430223-squashfs-factory.trx"; + sha256 = "3c3a7f4849be6910fa2026e94a58a1cfad63b75f71e0730d941459c3dd61cfa7"; + sha256_unsigned = "3c3a7f4849be6910fa2026e94a58a1cfad63b75f71e0730d941459c3dd61cfa7"; + type = "factory"; + } + ]; + supported_devices = [ + "mts,wg430223" + ]; + titles = [ + { + model = "WG430223"; + vendor = "MTS"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_ex6150-initramfs-kernel.bin"; + sha256 = "54f862ee2e291fd2b34394c5dce592e7b8d8154e2fb76b941c404a7a7075f985"; + sha256_unsigned = "54f862ee2e291fd2b34394c5dce592e7b8d8154e2fb76b941c404a7a7075f985"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "b63424be8eaa08ed28fa2ff173c1697fddc056457c7e148f2cc4845c85d8ac6d"; + sha256_unsigned = "b63424be8eaa08ed28fa2ff173c1697fddc056457c7e148f2cc4845c85d8ac6d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "e014726306af0e7956da7d81ae3ca6e219f908d2940576076b81e494a7a6a22e"; + sha256_unsigned = "3637e687642ae88030a76a1c33041dfdf75af0578c8b5aa2c48bd088b91cac94"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + model = "EX6150"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-netgear_r6220"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6220-initramfs-kernel.bin"; + sha256 = "9d00724c74e11fece0f4f32a908b149b706de8c5491be9d662621dd183f7eae5"; + sha256_unsigned = "9d00724c74e11fece0f4f32a908b149b706de8c5491be9d662621dd183f7eae5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6220-squashfs-kernel.bin"; + sha256 = "f02e7feac346935a682f6f9cc137fed9e1d0f70a4fe00c69aa8e529b95498c11"; + sha256_unsigned = "f02e7feac346935a682f6f9cc137fed9e1d0f70a4fe00c69aa8e529b95498c11"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin"; + sha256 = "106ee42fc4d0fbc4368324f7c38b422bd52583781a1f7e95746ab63b1e57ae21"; + sha256_unsigned = "05b3d156ede39735e36782fd1ef63f88b9bcea6b941cfc223fcc8b2d493c386f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6220-squashfs-factory.img"; + sha256 = "983c19e9959e7e5dfd835412ce67a96ab2ac14a0e112408ced80065304ef19a6"; + sha256_unsigned = "983c19e9959e7e5dfd835412ce67a96ab2ac14a0e112408ced80065304ef19a6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6220-squashfs-rootfs.bin"; + sha256 = "b7414d6103298b31e72945936ae80e13fad65179bca520ff7987a501f699b2be"; + sha256_unsigned = "b7414d6103298b31e72945936ae80e13fad65179bca520ff7987a501f699b2be"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6220" + "r6220" + ]; + titles = [ + { + model = "R6220"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6260 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-netgear_r6260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin"; + sha256 = "499dc51d8d5afa14f95f70260b6ecda164668c3f7e0a6407e2519799639de102"; + sha256_unsigned = "35ed76695d506f7d7f4d0148d029a5142eac246d54fb0063b898771ad40510fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6260-squashfs-factory.img"; + sha256 = "645c7f78969e5f7609db06e3521b0d384efa76579756987c3a0d1b53724b9c25"; + sha256_unsigned = "645c7f78969e5f7609db06e3521b0d384efa76579756987c3a0d1b53724b9c25"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6260-squashfs-kernel.bin"; + sha256 = "23830cb8f66d5620598f73f93f179ae9763f3a10e6b0a0adca785be74d71bfba"; + sha256_unsigned = "23830cb8f66d5620598f73f93f179ae9763f3a10e6b0a0adca785be74d71bfba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6260-squashfs-rootfs.bin"; + sha256 = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + sha256_unsigned = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6260-initramfs-kernel.bin"; + sha256 = "3785e45b4992f50ec1453bab4d70495f4152cbc1694fe101bc310ded0a424440"; + sha256_unsigned = "3785e45b4992f50ec1453bab4d70495f4152cbc1694fe101bc310ded0a424440"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6260" + ]; + titles = [ + { + model = "R6260"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "0ac1af1d3b97d9973f6e42e3b84ff829afda7a7af0dd8f6bc6d0e7abc659db9b"; + sha256_unsigned = "936bd9ce0bb7f901cf2ca973e4c7cc3a22c0851003dc277060fddafd73660727"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "25fe69793d7443a29aa6f09f925dea336308a7eccfcc7b712c14ded35e7085fa"; + sha256_unsigned = "25fe69793d7443a29aa6f09f925dea336308a7eccfcc7b712c14ded35e7085fa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "0ee78d0362e50dcd2af5fc34455ab05b7828a5b2fea3736f35c35459fa5db567"; + sha256_unsigned = "0ee78d0362e50dcd2af5fc34455ab05b7828a5b2fea3736f35c35459fa5db567"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6350-initramfs-kernel.bin"; + sha256 = "2638c4fd954165b2deb93050ab9db4fb544e916407c1fbd2af4b1a38a0c230f0"; + sha256_unsigned = "2638c4fd954165b2deb93050ab9db4fb544e916407c1fbd2af4b1a38a0c230f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + sha256_unsigned = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + model = "R6350"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6700-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-netgear_r6700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6700-v2-squashfs-factory.img"; + sha256 = "ecd5f209470d56bd85d4b8b384dac3ab679effecbb1cf5390cfd664dda68b372"; + sha256_unsigned = "ecd5f209470d56bd85d4b8b384dac3ab679effecbb1cf5390cfd664dda68b372"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6700-v2-squashfs-rootfs.bin"; + sha256 = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + sha256_unsigned = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6700-v2-squashfs-kernel.bin"; + sha256 = "44684642a21798ac2f15d6c998722993b835824f0a09512e6c7482dde235fdf9"; + sha256_unsigned = "44684642a21798ac2f15d6c998722993b835824f0a09512e6c7482dde235fdf9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6700-v2-squashfs-sysupgrade.bin"; + sha256 = "4e608a3d27f82e6b28af3c5f6c64bb701a98815dd27711df9c3e0cb4bd585422"; + sha256_unsigned = "2e3ba20860f73b57c6f385f749d811659f539c8466105cf94390c35eb4fc6c6b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6700-v2-initramfs-kernel.bin"; + sha256 = "ac33b561a4bcf0f43ea0482aa386680c7d0a2cf269d47b7b128c16a1fd0a12da"; + sha256_unsigned = "ac33b561a4bcf0f43ea0482aa386680c7d0a2cf269d47b7b128c16a1fd0a12da"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6700-v2" + ]; + titles = [ + { + model = "R6700"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2400"; + variant = "v1"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2100"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6800 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-netgear_r6800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6800-squashfs-sysupgrade.bin"; + sha256 = "8f3a2dbd01c109cf70d66ba1915098a25fb700f008202eb5256e48bf5619f0fb"; + sha256_unsigned = "eb9a51fc5ffa9c6d27a8358fd45c55f337582b8de1cc26ccc349165956d56a7b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6800-squashfs-kernel.bin"; + sha256 = "764318eae25359ceae8e3d1f6b60b8432c0f345db6ad526291e2a1daeba9f34f"; + sha256_unsigned = "764318eae25359ceae8e3d1f6b60b8432c0f345db6ad526291e2a1daeba9f34f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6800-squashfs-factory.img"; + sha256 = "f5be73983b63d02ef5dd4dc8b3acfa3821ad7fd1c1e0b412ca74f4d4ba93d324"; + sha256_unsigned = "f5be73983b63d02ef5dd4dc8b3acfa3821ad7fd1c1e0b412ca74f4d4ba93d324"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6800-squashfs-rootfs.bin"; + sha256 = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + sha256_unsigned = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6800-initramfs-kernel.bin"; + sha256 = "38078f316139994dd70f384440420d6cb2df12776e05ae822c2bd0a7360bc801"; + sha256_unsigned = "38078f316139994dd70f384440420d6cb2df12776e05ae822c2bd0a7360bc801"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6800" + ]; + titles = [ + { + model = "R6800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6850 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-netgear_r6850"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6850-squashfs-sysupgrade.bin"; + sha256 = "b5c7c1c927960733acce8eaffa9833fab9c7205886522363180d5000c8e5c672"; + sha256_unsigned = "11529a0780cd7ffc89b293dca7383e32d302f9375b56f76484efe6cea9773966"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6850-squashfs-factory.img"; + sha256 = "b5faf5f48ae3aa06231a528a82673d10fa8080d9979b54b6e94086428a0d6498"; + sha256_unsigned = "b5faf5f48ae3aa06231a528a82673d10fa8080d9979b54b6e94086428a0d6498"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6850-initramfs-kernel.bin"; + sha256 = "2a4ebad04a710a80e20699e5050c6aa913defffe2053b41453043e832b83818c"; + sha256_unsigned = "2a4ebad04a710a80e20699e5050c6aa913defffe2053b41453043e832b83818c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6850-squashfs-kernel.bin"; + sha256 = "6fe9908008f66678f74dc6f4ad285c2bdd3673a09acbfc27bedd65dc3ce1af30"; + sha256_unsigned = "6fe9908008f66678f74dc6f4ad285c2bdd3673a09acbfc27bedd65dc3ce1af30"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6850-squashfs-rootfs.bin"; + sha256 = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + sha256_unsigned = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r6850" + ]; + titles = [ + { + model = "R6850"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6900-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-netgear_r6900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6900-v2-squashfs-factory.img"; + sha256 = "f01a4a98a076ff675638d9fd466a6f824f5de9e283affe6052f2293447689db7"; + sha256_unsigned = "f01a4a98a076ff675638d9fd466a6f824f5de9e283affe6052f2293447689db7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6900-v2-squashfs-kernel.bin"; + sha256 = "76a531defb3bb757665e37042bba1de895a75a7d6ae1b2049db21150f9de665a"; + sha256_unsigned = "76a531defb3bb757665e37042bba1de895a75a7d6ae1b2049db21150f9de665a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6900-v2-squashfs-sysupgrade.bin"; + sha256 = "f92108e9b8f4bdaf51287e21b3f2a5af11399658b9bc41590853f7add4b0ad13"; + sha256_unsigned = "f55c8e5442d718e3a56c1eb46701e7f129038a7b281539a053e41395753ddcc7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6900-v2-squashfs-rootfs.bin"; + sha256 = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + sha256_unsigned = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r6900-v2-initramfs-kernel.bin"; + sha256 = "9e63de41af6be768ca3910a520d89f0a0d354a267bd071d5ae478997a8be6e82"; + sha256_unsigned = "9e63de41af6be768ca3910a520d89f0a0d354a267bd071d5ae478997a8be6e82"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6900-v2" + ]; + titles = [ + { + model = "R6900"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7200 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-netgear_r7200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r7200-squashfs-rootfs.bin"; + sha256 = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + sha256_unsigned = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r7200-initramfs-kernel.bin"; + sha256 = "63a58dcf87cc50e42d4c922a5d6429f346a260d52f4d17f995b69521faa4de69"; + sha256_unsigned = "63a58dcf87cc50e42d4c922a5d6429f346a260d52f4d17f995b69521faa4de69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r7200-squashfs-factory.img"; + sha256 = "f79afbd6324aec0de044b82ad665033073cf7f1e84d94b42fc425f6c477dd25b"; + sha256_unsigned = "f79afbd6324aec0de044b82ad665033073cf7f1e84d94b42fc425f6c477dd25b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r7200-squashfs-kernel.bin"; + sha256 = "93e77c4dcba017f39aab05ba5aa65f78475b163194b2788c1558fccd123fc22f"; + sha256_unsigned = "93e77c4dcba017f39aab05ba5aa65f78475b163194b2788c1558fccd123fc22f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r7200-squashfs-sysupgrade.bin"; + sha256 = "817261f38db541a2895122e164ee7c6fa6f3601af66a15b950ffd0d28819cf69"; + sha256_unsigned = "7e7967ee7e2c23cb40722779fd0a107ca549adae5c47591e63c0b6d2faf0e65b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7200" + ]; + titles = [ + { + model = "R7200"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7450 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-netgear_r7450"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r7450-squashfs-sysupgrade.bin"; + sha256 = "e3c59b46da40d8cee4ecafd5fb571bba6396ca63ef921223e7f7ec46fbc6b2a8"; + sha256_unsigned = "3bf3f353d1ff658b5741c9086b7b4d51098bb74e4f29467d34579d204d1de7d4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r7450-initramfs-kernel.bin"; + sha256 = "7af8e590602db7108d532843eadd46322df4f0f4a86f9f088617aa6a0e2228d2"; + sha256_unsigned = "7af8e590602db7108d532843eadd46322df4f0f4a86f9f088617aa6a0e2228d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r7450-squashfs-factory.img"; + sha256 = "772e4725e1092f0753ef0338c2bd38891acbc36cacf8c10b9aac8983e201417c"; + sha256_unsigned = "772e4725e1092f0753ef0338c2bd38891acbc36cacf8c10b9aac8983e201417c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r7450-squashfs-kernel.bin"; + sha256 = "d76eef1f1c9aed83c63143c4d4d0897a3611d4252783b42f16df9fd01a53834f"; + sha256_unsigned = "d76eef1f1c9aed83c63143c4d4d0897a3611d4252783b42f16df9fd01a53834f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_r7450-squashfs-rootfs.bin"; + sha256 = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + sha256_unsigned = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + type = "rootfs"; + } + ]; + supported_devices = [ + "netgear,r7450" + ]; + titles = [ + { + model = "R7450"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac104 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-netgear_wac104"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_wac104-initramfs-kernel.bin"; + sha256 = "98462c646ed8ef330d44df1257b8ce252c47747708bddc2e82bc2b60c1a124e0"; + sha256_unsigned = "98462c646ed8ef330d44df1257b8ce252c47747708bddc2e82bc2b60c1a124e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_wac104-squashfs-factory.img"; + sha256 = "79554768c2b0008f9fc21c09b88737e87b9910e3c18b2f857a4767fa73f07c86"; + sha256_unsigned = "79554768c2b0008f9fc21c09b88737e87b9910e3c18b2f857a4767fa73f07c86"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_wac104-squashfs-sysupgrade.bin"; + sha256 = "ab9c1f1ba42e57d19b001219663ba75e5aa3ed5d026cc09f0d8b1d8354e95a2e"; + sha256_unsigned = "fcd19c6d1f94bc9382657fe9f4949213e857bb1c8cb11d4979aea8e14c5a23e8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_wac104-squashfs-rootfs.bin"; + sha256 = "b7414d6103298b31e72945936ae80e13fad65179bca520ff7987a501f699b2be"; + sha256_unsigned = "b7414d6103298b31e72945936ae80e13fad65179bca520ff7987a501f699b2be"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_wac104-squashfs-kernel.bin"; + sha256 = "d51a3fb0e7d1340dc64de92bd54e31316f75d548dde0301fcecdf9ed947824d0"; + sha256_unsigned = "d51a3fb0e7d1340dc64de92bd54e31316f75d548dde0301fcecdf9ed947824d0"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wac104" + ]; + titles = [ + { + model = "WAC104"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac124 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-netgear_wac124"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_wac124-squashfs-kernel.bin"; + sha256 = "049c66b8c7549e2d8c95cc268fa339f45d9dd46160f2033393f3646ece736509"; + sha256_unsigned = "049c66b8c7549e2d8c95cc268fa339f45d9dd46160f2033393f3646ece736509"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_wac124-squashfs-sysupgrade.bin"; + sha256 = "d17769f056b1690bf6b4aa3f340b030bff892feb2f7e8e4c0225c5f630fe7c18"; + sha256_unsigned = "e322b7f2853cfb9b02ce4d96a8ca33b3fecb7c5586c15e4cf687d1cee4999b29"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_wac124-squashfs-rootfs.bin"; + sha256 = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + sha256_unsigned = "0d5f183e4ee38c68c5c6878d9988e85af5a06f0c751c34b59b727348e34ff6d5"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_wac124-initramfs-kernel.bin"; + sha256 = "a7b4bbb786f5188b69d6163580e7eb9c1d0d5e021d8cddd98589f635983ad9e1"; + sha256_unsigned = "a7b4bbb786f5188b69d6163580e7eb9c1d0d5e021d8cddd98589f635983ad9e1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_wac124-squashfs-factory.img"; + sha256 = "0dc8bf1047ae5d20455b62bf52857415e2058e5a6a3e5d57b81ee714398240af"; + sha256_unsigned = "0dc8bf1047ae5d20455b62bf52857415e2058e5a6a3e5d57b81ee714398240af"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wac124" + ]; + titles = [ + { + model = "WAC124"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wax202 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-netgear_wax202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_wax202-squashfs-sysupgrade.bin"; + sha256 = "df7c9e09559ad3518ef2943c36d570af7929995a56544f5180907cb969b8b159"; + sha256_unsigned = "3518fa0c48c09268421a79e1ea6d15fc968d24ad13cab65d8ff3d61f2305d8ba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_wax202-squashfs-factory.img"; + sha256 = "d10e03d5698dcd777b525d3e4c9772084b95236912a47cbd27d3b6a3e72e69db"; + sha256_unsigned = "d10e03d5698dcd777b525d3e4c9772084b95236912a47cbd27d3b6a3e72e69db"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_wax202-initramfs-kernel.bin"; + sha256 = "32b1da5b80d7f0a47bca86ba8d3646994d4af791f2e553ecfa099b60795ba7b1"; + sha256_unsigned = "32b1da5b80d7f0a47bca86ba8d3646994d4af791f2e553ecfa099b60795ba7b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wax202" + ]; + titles = [ + { + model = "WAX202"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-netgear_wndr3700-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_wndr3700-v5-squashfs-sysupgrade.bin"; + sha256 = "f911ed40aabe3e1b53779e9ebae2de40dcfb9a56de3214f645a3f9dd2f5f4bae"; + sha256_unsigned = "c157e48f37411f8817ba518533325bd1fa3ebc24e6d685f683365ef6b54d7291"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_wndr3700-v5-squashfs-factory.img"; + sha256 = "a8eaaac803cdc6ad660649cb05280e143f84a73da4d9021088b22b62c7dd629a"; + sha256_unsigned = "a8eaaac803cdc6ad660649cb05280e143f84a73da4d9021088b22b62c7dd629a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-netgear_wndr3700-v5-initramfs-kernel.bin"; + sha256 = "61bf35583c540c6ca2273d87693be592bd8e010b6fad7d7c54f0b30f6ec9e35a"; + sha256_unsigned = "61bf35583c540c6ca2273d87693be592bd8e010b6fad7d7c54f0b30f6ec9e35a"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v5" + "wndr3700v5" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v5"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-netis_wf2881"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netis_wf2881-squashfs-sysupgrade.bin"; + sha256 = "c83a52b4d09608a5661aeaaf91976a4fc61a3ceb700060fe79ba22ecf0c6c2e3"; + sha256_unsigned = "48c1ee06de46371db82c637f111e8ad0dc6793a0d71c79d015838ecaf54f04d1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-netis_wf2881-squashfs-factory.bin"; + sha256 = "085a7d87388948b44753494c4c2efea5e6ed4bbdcc1b37b40b88d9e11f720ffa"; + sha256_unsigned = "085a7d87388948b44753494c4c2efea5e6ed4bbdcc1b37b40b88d9e11f720ffa"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-netis_wf2881-initramfs-kernel.bin"; + sha256 = "a588fa6559d3aaf36b057a889fd1261a300bd102e8e766c542de2cdea5f79926"; + sha256_unsigned = "a588fa6559d3aaf36b057a889fd1261a300bd102e8e766c542de2cdea5f79926"; + type = "kernel"; + } + ]; + supported_devices = [ + "netis,wf2881" + ]; + titles = [ + { + model = "WF2881"; + vendor = "NETIS"; + } + ]; + }; + oraybox_x3a = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-oraybox_x3a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-oraybox_x3a-squashfs-sysupgrade.bin"; + sha256 = "04a5899e0c8bf0757e262f97591b06302c1954a73598458dbe9a7b03603147c8"; + sha256_unsigned = "debb900b292a84d11c19ebf4db177087214a98fd1b8721253f3880a45d7d1bd8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-oraybox_x3a-initramfs-kernel.bin"; + sha256 = "82bc439e732b8bbb72e77cd970d85f6bd2ce4f28287a04eb605340c6f89a054f"; + sha256_unsigned = "82bc439e732b8bbb72e77cd970d85f6bd2ce4f28287a04eb605340c6f89a054f"; + type = "kernel"; + } + ]; + supported_devices = [ + "oraybox,x3a" + ]; + titles = [ + { + model = "X3A"; + vendor = "OrayBox"; + } + ]; + }; + phicomm_k2p = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-phicomm_k2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-phicomm_k2p-initramfs-kernel.bin"; + sha256 = "89c34269e8b553bcc0ae89dd95eb3665b01b90af286aec6e57a549a1e98c45c8"; + sha256_unsigned = "89c34269e8b553bcc0ae89dd95eb3665b01b90af286aec6e57a549a1e98c45c8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"; + sha256 = "ce0f1ee864b730b8a1422a15e29b4d462505d012183a017570ff4417380dd768"; + sha256_unsigned = "ceda928a9fddd5a4350e8fb8f3ac6f05106f12fea319a39c0e0d85bc1c1a55ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2p" + "k2p" + ]; + titles = [ + { + model = "K2P"; + vendor = "Phicomm"; + } + { + model = "KE 2P"; + vendor = "Phicomm"; + } + ]; + }; + planex_vr500 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-planex_vr500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-planex_vr500-squashfs-sysupgrade.bin"; + sha256 = "271ea299a0c17cf87d85a0915dececa751a57f7a37923c5409c6082e64a358eb"; + sha256_unsigned = "50ccb8b25b49348ad70550a121b69963009f631e0e0e5497c7c0c966d82e2113"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-planex_vr500-initramfs-kernel.bin"; + sha256 = "12dd4fa9517ce52a955607006efca4b36704bb3afd8adfe2c9d947515d99ff2a"; + sha256_unsigned = "12dd4fa9517ce52a955607006efca4b36704bb3afd8adfe2c9d947515d99ff2a"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,vr500" + "vr500" + ]; + titles = [ + { + model = "VR500"; + vendor = "Planex"; + } + ]; + }; + raisecom_msg1500-x-00 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-raisecom_msg1500-x-00"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-raisecom_msg1500-x-00-initramfs-kernel.bin"; + sha256 = "667210f59dca000c4520fcb7971a05863b507bda4cba65c928da608c00ca60f2"; + sha256_unsigned = "667210f59dca000c4520fcb7971a05863b507bda4cba65c928da608c00ca60f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-raisecom_msg1500-x-00-squashfs-sysupgrade.bin"; + sha256 = "d2e9c38ff7f8e4d5adf93138fda1ab0fc6fc10ebbd2f90e165aa2535f9ccda0e"; + sha256_unsigned = "7a2afb710bc000faf199c1d220ce7daa8ebe31429c94f41a60c31e3127ff0db9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raisecom,msg1500-x-00" + ]; + titles = [ + { + model = "MSG1500"; + variant = "X.00"; + vendor = "RAISECOM"; + } + ]; + }; + renkforce_ws-wn530hp3-a = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-renkforce_ws-wn530hp3-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-renkforce_ws-wn530hp3-a-squashfs-sysupgrade.bin"; + sha256 = "ebac4a3ca7d51e447900fd7635f51fe0012f26dcf83dd9e7e48ae50948200a32"; + sha256_unsigned = "715ea0aecc337be4101146ea4aa5a99a1084036ed5696a948a840a17c6fb52a8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-renkforce_ws-wn530hp3-a-initramfs-kernel.bin"; + sha256 = "a44d1ffb05447cc5a73a0a94369ef91e6660a3da81b2c88325da0eec86afb0a5"; + sha256_unsigned = "a44d1ffb05447cc5a73a0a94369ef91e6660a3da81b2c88325da0eec86afb0a5"; + type = "kernel"; + } + ]; + supported_devices = [ + "renkforce,ws-wn530hp3-a" + ]; + titles = [ + { + model = "WS-WN530HP3-A"; + vendor = "Renkforce"; + } + ]; + }; + samknows_whitebox-v8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-samknows_whitebox-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-samknows_whitebox-v8-squashfs-sysupgrade.bin"; + sha256 = "577cc6eba186dbf2db82189b8e72df44173c5f1c3fdd6b5ebe2833cc21637d75"; + sha256_unsigned = "89744b01a73484d4777a7151dd60643d588d9ebd713a7a69b9dd05d72029069a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-samknows_whitebox-v8-initramfs-kernel.bin"; + sha256 = "6258561cf98c1f9d03c4309eb5f5d4b0f9a10f9651560fdc88c53fce0f746faa"; + sha256_unsigned = "6258561cf98c1f9d03c4309eb5f5d4b0f9a10f9651560fdc88c53fce0f746faa"; + type = "kernel"; + } + ]; + supported_devices = [ + "samknows,whitebox-v8" + "sk-wb8" + ]; + titles = [ + { + model = "Whitebox 8"; + vendor = "SamKnows"; + } + ]; + }; + sercomm_na502 = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-sercomm_na502"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-sercomm_na502-squashfs-sysupgrade.bin"; + sha256 = "ea307a14947a52c96dc506672e6f187e3a3204059a192dbd0458f224d72bb7a5"; + sha256_unsigned = "92df90e8e2f6712b3e431ec8f6bcf657bc7f9fc037d7300d8759c4f03b23ca26"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-sercomm_na502-initramfs-kernel.bin"; + sha256 = "372cf47ae890b28164fc42c1854b95d7fe281e1c7fa972ade492b67d44e45fdb"; + sha256_unsigned = "372cf47ae890b28164fc42c1854b95d7fe281e1c7fa972ade492b67d44e45fdb"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na502" + ]; + titles = [ + { + model = "NA502"; + vendor = "SERCOMM"; + } + ]; + }; + sercomm_na502s = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-serial" + "kmod-usb-serial-xr_usb_serial_common" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-sercomm_na502s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-sercomm_na502s-initramfs-kernel.bin"; + sha256 = "4c521065a7c553db4875ddc50198ee5f3562e58718f5211b302e5e1a34cbfcad"; + sha256_unsigned = "4c521065a7c553db4875ddc50198ee5f3562e58718f5211b302e5e1a34cbfcad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-sercomm_na502s-squashfs-sysupgrade.bin"; + sha256 = "98151a00acdcf5b54e87fbba5f36a4202a990575484b7e3ce89f8994e7a74fa8"; + sha256_unsigned = "829d6e8a05418327a41179899dd224f40b90ecc5ef8aa9d7f6102f67ee8d54fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,na502s" + ]; + titles = [ + { + model = "NA502S"; + vendor = "SERCOMM"; + } + ]; + }; + storylink_sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-storylink_sap-g3200u3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-storylink_sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "a69a33af8f33259c345dcb2dee69d287b50aa1eff987cda040df4f00eb267dd4"; + sha256_unsigned = "53a743fbd65684c33876c282c3a1dcbdbb23c8a1eff2e64230b0382fd7a44c10"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-storylink_sap-g3200u3-initramfs-kernel.bin"; + sha256 = "ce26013d47f26e82b3575e1900dfeb1dba179a2494e0cd0601fe3982a6bcd44c"; + sha256_unsigned = "ce26013d47f26e82b3575e1900dfeb1dba179a2494e0cd0601fe3982a6bcd44c"; + type = "kernel"; + } + ]; + supported_devices = [ + "storylink,sap-g3200u3" + "sap-g3200u3" + ]; + titles = [ + { + model = "SAP-G3200U3"; + vendor = "STORYLiNK"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-telco-electronics_x1-initramfs-kernel.bin"; + sha256 = "94f3b41df9a2dd3600ec9e33afba6076323a1471e30819732669e6c312e4a28a"; + sha256_unsigned = "94f3b41df9a2dd3600ec9e33afba6076323a1471e30819732669e6c312e4a28a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "e5821bbc3bad1ca9eebf5fc40087a20cca1c85fbb2c8980b254149d588e18802"; + sha256_unsigned = "f23d417338d97b68a05dbdc5ef919252c5623df331c00edc85fc3d02d2578c6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + model = "X1"; + vendor = "Telco Electronics"; + } + ]; + }; + tenbay_t-mb5eu-v01 = { + device_packages = [ + "kmod-mt7915e" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-tenbay_t-mb5eu-v01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tenbay_t-mb5eu-v01-squashfs-sysupgrade.bin"; + sha256 = "a0b6a3db153eb4a15935129c4a41eb28bfead190a2d52382f4d5adec988ff32b"; + sha256_unsigned = "2b37eb1ebf7f9ab9f5c727379394f6105ef10764ca28b0891e2ff13caf4e947b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-tenbay_t-mb5eu-v01-initramfs-kernel.bin"; + sha256 = "3d2b1ef6a22555749749363a025616606c452efdbc41b92d9517032f42d8e0c7"; + sha256_unsigned = "3d2b1ef6a22555749749363a025616606c452efdbc41b92d9517032f42d8e0c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tenbay,t-mb5eu-v01" + "mt7621-dm2-t-mb5eu-v01-nor" + ]; + titles = [ + { + model = "T-MB5EU-V01"; + vendor = "Tenbay"; + } + ]; + }; + thunder_timecloud = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-thunder_timecloud"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-thunder_timecloud-initramfs-kernel.bin"; + sha256 = "0c438b4a75b04b1ae7b25d215557e1bd1ce6b475a3fa2138691c17430647ca2e"; + sha256_unsigned = "0c438b4a75b04b1ae7b25d215557e1bd1ce6b475a3fa2138691c17430647ca2e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-thunder_timecloud-squashfs-sysupgrade.bin"; + sha256 = "4fe649a30ebe9ac93fed283054ab06e26aa48e4c6b53ec579f90b30ed379d531"; + sha256_unsigned = "9c1104faa7a6682c94e0ebc948744ea04aba5d3f311be9192177022d6caa1f76"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "thunder,timecloud" + "timecloud" + ]; + titles = [ + { + model = "Timecloud"; + vendor = "Thunder"; + } + ]; + }; + totolink_a7000r = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-totolink_a7000r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-totolink_a7000r-squashfs-sysupgrade.bin"; + sha256 = "0c7f2e715c95b0e1611eadec149c0deebad0032f87403bbc9a98edabc2844b6a"; + sha256_unsigned = "c81a88e4f6a5a7e4c4fc21af91ac0db43fec92a4e69c1bd5b598cdc34f66a916"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-totolink_a7000r-initramfs-kernel.bin"; + sha256 = "420e9af3afd7ba80c017cfc7e4ea3abbb2337ffc01784e7d036974ae58c95001"; + sha256_unsigned = "420e9af3afd7ba80c017cfc7e4ea3abbb2337ffc01784e7d036974ae58c95001"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,a7000r" + ]; + titles = [ + { + model = "A7000R"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_x5000r = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-totolink_x5000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-totolink_x5000r-initramfs-kernel.bin"; + sha256 = "c6d0e771154d8f632fe064656100123695ba2cbfd7c2339d24f3e71d21cbc08b"; + sha256_unsigned = "c6d0e771154d8f632fe064656100123695ba2cbfd7c2339d24f3e71d21cbc08b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-totolink_x5000r-squashfs-sysupgrade.bin"; + sha256 = "5fedf35a7e3e0d2ba62dce978d9503b0052ac380f67d1fde6141c3d324263947"; + sha256_unsigned = "adffba558d2029f9ded2b773bf4a5554efd3749f24f93fffadb89e660cd86f96"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,x5000r" + ]; + titles = [ + { + model = "X5000R"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-a6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-tplink_archer-a6-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_archer-a6-v3-squashfs-sysupgrade.bin"; + sha256 = "533644eb91b6d578b6566e90971b9b769fbdc224df2827720266766d9aa80cc5"; + sha256_unsigned = "689d6e65fc2fe409d658c1342c59b529581f84ee09430da693a70034daf11961"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_archer-a6-v3-initramfs-kernel.bin"; + sha256 = "7b7ffec9468b5ddf241d20acc0a18a2c3e975b4fad84579328a4ab6b28c889fc"; + sha256_unsigned = "7b7ffec9468b5ddf241d20acc0a18a2c3e975b4fad84579328a4ab6b28c889fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_archer-a6-v3-squashfs-factory.bin"; + sha256 = "23faf6b002a844c51a5824e104b8084d44248dba26028ba96283846362ed1f77"; + sha256_unsigned = "23faf6b002a844c51a5824e104b8084d44248dba26028ba96283846362ed1f77"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a6-v3" + ]; + titles = [ + { + model = "Archer A6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-ax23-v1 = { + device_packages = [ + "kmod-mt7915e" + "-uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-tplink_archer-ax23-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_archer-ax23-v1-initramfs-kernel.bin"; + sha256 = "f51955926e8934b7ed8041cd424c35495c7099f17d05cd6643f9714b38e47a8d"; + sha256_unsigned = "f51955926e8934b7ed8041cd424c35495c7099f17d05cd6643f9714b38e47a8d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_archer-ax23-v1-squashfs-sysupgrade.bin"; + sha256 = "1668b53d35b904924f4eade11ccde6ff7223b5666ff28a2df07dfbdf73e588dd"; + sha256_unsigned = "e38db310210f85031174a44d8b2fa7851a416452d58d8ac2e2d25c4c31ebc225"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_archer-ax23-v1-squashfs-factory.bin"; + sha256 = "0305bb94d3798a1d24fefd159e06dc5bd27438e41fcc622da566851fdd81eaf9"; + sha256_unsigned = "0305bb94d3798a1d24fefd159e06dc5bd27438e41fcc622da566851fdd81eaf9"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-ax23-v1" + ]; + titles = [ + { + model = "Archer AX23"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-tplink_archer-c6-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_archer-c6-v3-squashfs-sysupgrade.bin"; + sha256 = "13205fabd6b9800ae59608843bfaa2fb58d9c693148acd386a398c4b642ddd34"; + sha256_unsigned = "7e62722dba530b1581c1844d135124e6ea6aaa34fa37f9344d2fe2ccf3e2a643"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_archer-c6-v3-initramfs-kernel.bin"; + sha256 = "efe2739ae1f27912416e0bf41cf209711fee5513daf603d36f00aa089c179ae3"; + sha256_unsigned = "efe2739ae1f27912416e0bf41cf209711fee5513daf603d36f00aa089c179ae3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_archer-c6-v3-squashfs-factory.bin"; + sha256 = "1ac9d3b7915991fbbdd6ab626ab827597d275bb4f10a6083a79c37efbe94ba31"; + sha256_unsigned = "1ac9d3b7915991fbbdd6ab626ab827597d275bb4f10a6083a79c37efbe94ba31"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v3" + ]; + titles = [ + { + model = "Archer C6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6u-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-tplink_archer-c6u-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_archer-c6u-v1-initramfs-kernel.bin"; + sha256 = "c44191db0c0bf843d5303ba62fce43ff4d35d353821c3df453e89933b6e39958"; + sha256_unsigned = "c44191db0c0bf843d5303ba62fce43ff4d35d353821c3df453e89933b6e39958"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_archer-c6u-v1-squashfs-factory.bin"; + sha256 = "ea2ce35033ca4d2f3b19a6d52099d25518004e436236a10ab9ff11a6dd137dc7"; + sha256_unsigned = "ea2ce35033ca4d2f3b19a6d52099d25518004e436236a10ab9ff11a6dd137dc7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_archer-c6u-v1-squashfs-sysupgrade.bin"; + sha256 = "cd66b49023561d602d0e808f22fc2e41bebbea74a223f913a2fae74bfb749398"; + sha256_unsigned = "1134f217bc0995100c06859c52836d67b64146c4fecfa4d2755c8250ba5c095f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6u-v1" + ]; + titles = [ + { + model = "Archer C6U"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap235-wall-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-tplink_eap235-wall-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_eap235-wall-v1-initramfs-kernel.bin"; + sha256 = "49f80a4ce858e72acc3671c538b67976c7ff3873446fc7a76ec048b9d3cc0054"; + sha256_unsigned = "49f80a4ce858e72acc3671c538b67976c7ff3873446fc7a76ec048b9d3cc0054"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_eap235-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "6bd0e2c9a798f77e74db88fe51789baaf5caa6cf15b904ef8f9f7b3acfb30a2c"; + sha256_unsigned = "b1e151f461ba20210c6f17f47d6e0d1e1efba6d7b7dff2a300ca103c8f90a873"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_eap235-wall-v1-squashfs-factory.bin"; + sha256 = "e6398cd327edc77b58ad8078083dbd95e0cea2a6cf29accfa68852eafca6a4ee"; + sha256_unsigned = "e6398cd327edc77b58ad8078083dbd95e0cea2a6cf29accfa68852eafca6a4ee"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap235-wall-v1" + ]; + titles = [ + { + model = "EAP235-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap615-wall-v1 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-tplink_eap615-wall-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_eap615-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "ccfdd53067d9d263f35452692ce1cec8008929b4ec4c42df0cd03fe009f0d1b7"; + sha256_unsigned = "cc3dadb086d955885b48fd2e21b796e0fe363b4591b5cf03b1bef687cadbcd51"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_eap615-wall-v1-initramfs-kernel.bin"; + sha256 = "421f47edfb9244ad5b54fe0fa5b2064437549377386c1bd953799dd404c3f48f"; + sha256_unsigned = "421f47edfb9244ad5b54fe0fa5b2064437549377386c1bd953799dd404c3f48f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_eap615-wall-v1-squashfs-factory.bin"; + sha256 = "22ce644f156705bf34b776a43022ca9048c8722a85fe565b6a9ced8f703bf2de"; + sha256_unsigned = "22ce644f156705bf34b776a43022ca9048c8722a85fe565b6a9ced8f703bf2de"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap615-wall-v1" + ]; + titles = [ + { + model = "EAP615-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-tplink_re350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_re350-v1-initramfs-kernel.bin"; + sha256 = "0d58aef12dc4df8bcd97936f6c94437f736c5e37f594cfbd274885679ec96e57"; + sha256_unsigned = "0d58aef12dc4df8bcd97936f6c94437f736c5e37f594cfbd274885679ec96e57"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350-v1" + "re350-v1" + ]; + titles = [ + { + model = "RE350"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re500-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-tplink_re500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_re500-v1-initramfs-kernel.bin"; + sha256 = "21de1b7dff34fb831b5a73310ab86bf0838796fdbbc59b3deff8b8ff946c1104"; + sha256_unsigned = "21de1b7dff34fb831b5a73310ab86bf0838796fdbbc59b3deff8b8ff946c1104"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_re500-v1-squashfs-factory.bin"; + sha256 = "bc14deac9122f73757fdd1595abc2f717ac4ab0b357906789a5d218ecb280be0"; + sha256_unsigned = "bc14deac9122f73757fdd1595abc2f717ac4ab0b357906789a5d218ecb280be0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_re500-v1-squashfs-sysupgrade.bin"; + sha256 = "fe82befec16546105705de8e5bd6ce82221ca649b84a00ba2afc8f891e58f38c"; + sha256_unsigned = "5de246dd096f79ef9d6e8d497797636d6149448c94ed7df494863d0647e12265"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re500-v1" + ]; + titles = [ + { + model = "RE500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v1 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-tplink_re650-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_re650-v1-initramfs-kernel.bin"; + sha256 = "0be791c62adbe405e798baaa1b675434e6d15552947fc9f177b4ede103c8fe09"; + sha256_unsigned = "0be791c62adbe405e798baaa1b675434e6d15552947fc9f177b4ede103c8fe09"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_re650-v1-squashfs-factory.bin"; + sha256 = "87c418ffe34c5e0d006bf1308c6bec7d6a9f5cbe0d8b62bf3202c1fec3f93ae1"; + sha256_unsigned = "87c418ffe34c5e0d006bf1308c6bec7d6a9f5cbe0d8b62bf3202c1fec3f93ae1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_re650-v1-squashfs-sysupgrade.bin"; + sha256 = "760a0ca3465a7b06e098ddecef35543c170911b5995efc02b20c3ace4ca2af3b"; + sha256_unsigned = "16b17a9ea374070e05743be634c66df910117943c2249605f9db642b5ff01772"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re650-v1" + ]; + titles = [ + { + model = "RE650"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-tplink_re650-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_re650-v2-squashfs-factory.bin"; + sha256 = "ae634d949925fea49a45321e0cb0a502096082d8b0a8dcac4d23e99c70f482cc"; + sha256_unsigned = "ae634d949925fea49a45321e0cb0a502096082d8b0a8dcac4d23e99c70f482cc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_re650-v2-squashfs-sysupgrade.bin"; + sha256 = "87c55e1d99c70d78b1c9d3de4d552c42b3483fc89b3aa2a4c2e30f9e3ec7f33f"; + sha256_unsigned = "e9f8f63ec1b01ca3b48da468f6f527d879dd9b6cfe2066d051f3cddd307c2462"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_re650-v2-initramfs-kernel.bin"; + sha256 = "bdba67cf08ccb42a0d6008c947bb5f69615a4c57bc1a93fd0712101da0be46ad"; + sha256_unsigned = "bdba67cf08ccb42a0d6008c947bb5f69615a4c57bc1a93fd0712101da0be46ad"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re650-v2" + ]; + titles = [ + { + model = "RE650"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8631p-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-tplink_tl-wpa8631p-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_tl-wpa8631p-v3-squashfs-sysupgrade.bin"; + sha256 = "d24b30a4488d70a419b13f448c4b704c11721e45d6557391cdf809d873be89f8"; + sha256_unsigned = "dbecee64e82613589141bdce3bf83798016df40690f741d1460bb2a6cc43fe54"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_tl-wpa8631p-v3-squashfs-factory.bin"; + sha256 = "a547a657d3db763eb414d79de283e02eea10c995cb921f184f22c085cd40433d"; + sha256_unsigned = "a547a657d3db763eb414d79de283e02eea10c995cb921f184f22c085cd40433d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-tplink_tl-wpa8631p-v3-initramfs-kernel.bin"; + sha256 = "eb40f1044a4217ecff9eba94adb17adfa71dd07efacdd8a85421ae1868a58708"; + sha256_unsigned = "eb40f1044a4217ecff9eba94adb17adfa71dd07efacdd8a85421ae1868a58708"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8631p-v3" + ]; + titles = [ + { + model = "TL-WPA8631P"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_edgerouter-x = { + device_packages = [ + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-ubnt_edgerouter-x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"; + sha256 = "85176cc0e78e5e45c8505d8bcc7125f4919ec2a0d2410f50f4028104bbd456e7"; + sha256_unsigned = "53d02579f9875d321bcdf3dd325d600a13f314b32bab54f39e7431d46df8372a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-ubnt_edgerouter-x-initramfs-kernel.bin"; + sha256 = "fed46b664a670d647ad9db87af264984d2594a326e3597e97ee22d2b954d01ea"; + sha256_unsigned = "fed46b664a670d647ad9db87af264984d2594a326e3597e97ee22d2b954d01ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x" + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + model = "EdgeRouter X"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-x-sfp = { + device_packages = [ + "-wpad-basic-wolfssl" + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-sfp" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-ubnt_edgerouter-x-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"; + sha256 = "3b90d02d079adefe22e01b931e5fae65f818a3c20f029093609b9fb5f44f7af1"; + sha256_unsigned = "f8641f7bae56f8116323728df067cdb3f7e76ef63335e0f89696e48581a03e85"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-ubnt_edgerouter-x-sfp-initramfs-kernel.bin"; + sha256 = "0abb10c5aa35407840bc657bd117f095bc742ce4facddf6b47a5a8c4cc14e5a7"; + sha256_unsigned = "0abb10c5aa35407840bc657bd117f095bc742ce4facddf6b47a5a8c4cc14e5a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x-sfp" + "ubnt-erx-sfp" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + model = "EdgeRouter X SFP"; + vendor = "Ubiquiti"; + } + { + model = "EdgePoint R6"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lite = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-ubnt_unifi-6-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-ubnt_unifi-6-lite-initramfs-kernel.bin"; + sha256 = "3fb1f454ec73911f7667744aa85a1b6dc1eb1f4e5dea7910a8758d5dde7b7f6e"; + sha256_unsigned = "3fb1f454ec73911f7667744aa85a1b6dc1eb1f4e5dea7910a8758d5dde7b7f6e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-ubnt_unifi-6-lite-squashfs-sysupgrade.bin"; + sha256 = "f8f6e388f368d892de882cd97f5b855a34039eed14010458f0b19f73fb0b3529"; + sha256_unsigned = "8266135709063f8af58882bc8ebe164fdd983b4ceecb85f496ca023e131f7412"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lite" + ]; + titles = [ + { + model = "UniFi 6 Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-flexhd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-ubnt_unifi-flexhd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-ubnt_unifi-flexhd-initramfs-kernel.bin"; + sha256 = "ac5d8f10d1c8c67ba79ea813dcfd7d2659ca01aa6b806056497645ebc9c7eacc"; + sha256_unsigned = "ac5d8f10d1c8c67ba79ea813dcfd7d2659ca01aa6b806056497645ebc9c7eacc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-ubnt_unifi-flexhd-squashfs-sysupgrade.bin"; + sha256 = "76910e37df0c9673875c7034158d7b532add3760fe25e382953d9e3d87a8385e"; + sha256_unsigned = "4e7a39a243900d86c4ae7573047cd4eb07cda51b74a10d280a2db8c4706da58e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-flexhd" + ]; + titles = [ + { + model = "UniFi FlexHD"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-nanohd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-ubnt_unifi-nanohd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-ubnt_unifi-nanohd-initramfs-kernel.bin"; + sha256 = "2c5af82ab1e3d4a34d85f0f96bbbd0261cc280d54fe62b9d3cd77637a9983ba9"; + sha256_unsigned = "2c5af82ab1e3d4a34d85f0f96bbbd0261cc280d54fe62b9d3cd77637a9983ba9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-ubnt_unifi-nanohd-squashfs-sysupgrade.bin"; + sha256 = "b443a3f97a40d3e2208d7106661ca71152c02d7efa364d05f5c67bfdb5a99b62"; + sha256_unsigned = "99774ae86b8a0ef00602fa026da47af6ef7963ca0224906355b4ea3edcfc97c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-nanohd" + ]; + titles = [ + { + model = "UniFi nanoHD"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_usw-flex = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-ubnt_usw-flex"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-ubnt_usw-flex-squashfs-sysupgrade.bin"; + sha256 = "7f55e0a397ebcc0ff50a2893369c99c984e835667d1439d61ca861e59a3d509b"; + sha256_unsigned = "920c15f8a5e1e38aa25343f46dbee3100236f887b1acac73c9f71ad7646bf45d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-ubnt_usw-flex-initramfs-kernel.bin"; + sha256 = "2b55860d547a997f3419be12aa2b2d4da7b43429e9f45de023f083fc2764ff28"; + sha256_unsigned = "2b55860d547a997f3419be12aa2b2d4da7b43429e9f45de023f083fc2764ff28"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,usw-flex" + ]; + titles = [ + { + model = "UniFi Switch Flex"; + vendor = "Ubiquiti"; + } + ]; + }; + unielec_u7621-01-16m = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-unielec_u7621-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-unielec_u7621-01-16m-squashfs-sysupgrade.bin"; + sha256 = "d5833359b3444adb5f0de369aa4e93a23c696ed2f0ccd7bbb352000400530228"; + sha256_unsigned = "8f915ca4de9d752d3215fdf5b684276cd9c3e668811e731b074e93f987730ab7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-unielec_u7621-01-16m-initramfs-kernel.bin"; + sha256 = "6eeff9f1563a7cb0bfe7779cdb89e26101fab67257827549029c85748d91c910"; + sha256_unsigned = "6eeff9f1563a7cb0bfe7779cdb89e26101fab67257827549029c85748d91c910"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-01-16m" + ]; + titles = [ + { + model = "U7621-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-unielec_u7621-06-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-unielec_u7621-06-16m-squashfs-sysupgrade.bin"; + sha256 = "62629edc29b8bcad8d27359e9989da5175aae0c38d7f612d35cb9742a8af8e87"; + sha256_unsigned = "739f6b4cffca90ba8225f5c88ffc4f89129cadbf4bb37c14f4a07a65e802597b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-unielec_u7621-06-16m-initramfs-kernel.bin"; + sha256 = "59bf2ac7f7f70707e106f2329305fceb9419f80996fe93cfc109350a1fc80ce7"; + sha256_unsigned = "59bf2ac7f7f70707e106f2329305fceb9419f80996fe93cfc109350a1fc80ce7"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-06-16m" + "u7621-06-256M-16M" + "unielec,u7621-06-256m-16m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-64m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-unielec_u7621-06-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-unielec_u7621-06-64m-squashfs-sysupgrade.bin"; + sha256 = "0217b2480af96609d62e18e905f250438fb08dd10e93478820c325e2c24017fe"; + sha256_unsigned = "80742e99d85a3eaf976807a34b220747c6eae8cc68b1067530ed3377c4356190"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-unielec_u7621-06-64m-initramfs-kernel.bin"; + sha256 = "80904dc465364fb369e3fa5cd079d1ef91711e071e16695b7989bc4035b76cad"; + sha256_unsigned = "80904dc465364fb369e3fa5cd079d1ef91711e071e16695b7989bc4035b76cad"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-06-64m" + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "64M"; + vendor = "UniElec"; + } + ]; + }; + wavlink_wl-wn531a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-wavlink_wl-wn531a6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-wavlink_wl-wn531a6-squashfs-sysupgrade.bin"; + sha256 = "3835f18cf7a3b6a040775d54a460177b529069885469b166205abef637d2c045"; + sha256_unsigned = "81aebbbb354ae00c5b6b2598d1a5a4763be413aaa5e62692897cc8abcdb5ffaa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-wavlink_wl-wn531a6-initramfs-kernel.bin"; + sha256 = "8e563066a543c8454a63a9467fac24c242e12682ab16e56ae70fd8f846c7096a"; + sha256_unsigned = "8e563066a543c8454a63a9467fac24c242e12682ab16e56ae70fd8f846c7096a"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a6" + ]; + titles = [ + { + model = "WL-WN531A6"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn533a8 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-wavlink_wl-wn533a8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-wavlink_wl-wn533a8-initramfs-WN533A8-kernel.bin"; + sha256 = "fc399ff3dd90124ad519773328cdd9fcf32464f82183b218be861d8f0f1f09ca"; + sha256_unsigned = "fc399ff3dd90124ad519773328cdd9fcf32464f82183b218be861d8f0f1f09ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-wavlink_wl-wn533a8-squashfs-sysupgrade.bin"; + sha256 = "5c1348d052cdcf4a91a3b0de969ddcaf64797855139c31592e86940b2a4812b4"; + sha256_unsigned = "095c528f6acdf01d9028f85776fac600831433087431d3ed2b6f73661e44034e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn533a8" + ]; + titles = [ + { + model = "WL-WN533A8"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_ws-wn572hp3-4g = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-net-rndis" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-wavlink_ws-wn572hp3-4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-wavlink_ws-wn572hp3-4g-initramfs-kernel.bin"; + sha256 = "7efc4a49e6b45c5511e6f35a3217a5a669b1e4add8d2f2619a2cd4dbacb73395"; + sha256_unsigned = "7efc4a49e6b45c5511e6f35a3217a5a669b1e4add8d2f2619a2cd4dbacb73395"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-wavlink_ws-wn572hp3-4g-squashfs-sysupgrade.bin"; + sha256 = "d3d8bf871f0ecbb330981729c202f1915255c74e61a7dcc79ebc345ddd390c1a"; + sha256_unsigned = "32e721bc134584d5f430102cf31dbfe9506fb37ae705cd2c88677fd0b6311970"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,ws-wn572hp3-4g" + ]; + titles = [ + { + model = "WS-WN572HP3"; + variant = "4G"; + vendor = "Wavlink"; + } + ]; + }; + wevo_11acnas = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-wevo_11acnas"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-wevo_11acnas-squashfs-sysupgrade.bin"; + sha256 = "4706d9e3900719f1bba1a9bc99891f1a67b471643e45ae9a6bff261bc5fdfe41"; + sha256_unsigned = "2710e09ff60879c60154960c6399e5c38712a2940bde5966e6c52c98d146e142"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-wevo_11acnas-initramfs-kernel.bin"; + sha256 = "55cf545350aa67c7d5c02b88dcc70cdc6b132920110fe310e00fd25cf98021d9"; + sha256_unsigned = "55cf545350aa67c7d5c02b88dcc70cdc6b132920110fe310e00fd25cf98021d9"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,11acnas" + "11acnas" + ]; + titles = [ + { + model = "11AC NAS Router"; + vendor = "WeVO"; + } + ]; + }; + wevo_w2914ns-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-wevo_w2914ns-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-wevo_w2914ns-v2-squashfs-sysupgrade.bin"; + sha256 = "775b679d01af62ba120de66ca430eacc4d9f3fddff0ce572336eb4b972d0ba7a"; + sha256_unsigned = "1264b3d5a701981fc62579e8bf0482c732d15550fc47e48957669eee374fb35e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-wevo_w2914ns-v2-initramfs-kernel.bin"; + sha256 = "b705d612eb017a83923ba62f6c114ef523fa7afef68d7d61a39bb97262a408ce"; + sha256_unsigned = "b705d612eb017a83923ba62f6c114ef523fa7afef68d7d61a39bb97262a408ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,w2914ns-v2" + "w2914nsv2" + ]; + titles = [ + { + model = "W2914NS"; + variant = "v2"; + vendor = "WeVO"; + } + ]; + }; + winstars_ws-wn583a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-winstars_ws-wn583a6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-winstars_ws-wn583a6-initramfs-WN583A6-kernel.bin"; + sha256 = "664222a3af52dc2e5fbacfc9db525628371f6aea9082cc394a659855eab919f8"; + sha256_unsigned = "664222a3af52dc2e5fbacfc9db525628371f6aea9082cc394a659855eab919f8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-winstars_ws-wn583a6-squashfs-sysupgrade.bin"; + sha256 = "e3bab4410ba1e3d9b39631ee1342ff4cc3685383b950b8f542ec7c401eb7ae54"; + sha256_unsigned = "7dff2ededc9378d0024b6cc835e96dd844a189fa1e3006903ea637daa7eda7fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winstars,ws-wn583a6" + ]; + titles = [ + { + model = "WS-WN583A6"; + vendor = "Winstars"; + } + { + model = "AC2100"; + vendor = "Gemeita"; + } + ]; + }; + xiaomi_mi-router-3-pro = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-3-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-sysupgrade.bin"; + sha256 = "e76353f701dd788ebfaa7ca3cb310eace4ec3b37991dc41b4f096bad749378e6"; + sha256_unsigned = "c69654e434f8e761e8daf175dcfd8f4760739fd04276706772fbeff6dc8377e5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-factory.bin"; + sha256 = "3be98570449476e4c6380a86a455acd56fbef78355d8058db9da3cbd7cab640a"; + sha256_unsigned = "3be98570449476e4c6380a86a455acd56fbef78355d8058db9da3cbd7cab640a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-3-pro-initramfs-kernel.bin"; + sha256 = "2a8dfcb078d9c026a7a63c01fb929ed722f7b7c18f015dd2019289bf8e0f3618"; + sha256_unsigned = "2a8dfcb078d9c026a7a63c01fb929ed722f7b7c18f015dd2019289bf8e0f3618"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3-pro" + "xiaomi,mir3p" + ]; + titles = [ + { + model = "Mi Router 3 Pro"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-3g-squashfs-sysupgrade.bin"; + sha256 = "82aea7e832dfdbc5f98e8d6962a16991db27f37f99b00c92507175ffabdff37c"; + sha256_unsigned = "bfa581cb5290b3fc917b4979d264468ee8ca3a17a927e965eeb8c3f3932a04ed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-3g-squashfs-kernel1.bin"; + sha256 = "79f9c71c123fe96d7f0212ed98d93b781dda60391e1a736fe265ad08f394d246"; + sha256_unsigned = "79f9c71c123fe96d7f0212ed98d93b781dda60391e1a736fe265ad08f394d246"; + type = "kernel1"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-3g-initramfs-kernel.bin"; + sha256 = "b801f34de066be83daee5a9efae02ac938ad7e427dacaa59ca4a7b409b73c815"; + sha256_unsigned = "b801f34de066be83daee5a9efae02ac938ad7e427dacaa59ca4a7b409b73c815"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-3g-squashfs-rootfs0.bin"; + sha256 = "763e809e6d704169bc405c1c3ccbc55964da277bfa046d03bfcc687d13b8b75d"; + sha256_unsigned = "763e809e6d704169bc405c1c3ccbc55964da277bfa046d03bfcc687d13b8b75d"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g" + "R3G" + "mir3g" + "xiaomi,mir3g" + ]; + titles = [ + { + model = "Mi Router 3G"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-3g-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-3g-v2-initramfs-kernel.bin"; + sha256 = "d148b2b444c72a0ee1c6396766b08797132bb3729c512e6ba0633182fedb64c1"; + sha256_unsigned = "d148b2b444c72a0ee1c6396766b08797132bb3729c512e6ba0633182fedb64c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-3g-v2-squashfs-sysupgrade.bin"; + sha256 = "d86a538ba25771ef3c5fef0247b297ea2808a224ee1c32dd6d4b271050b529d8"; + sha256_unsigned = "d5412dcfc31a8617fd55c5032f2ae70858e483d42392534e80864a610b0412b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g-v2" + "xiaomi,mir3g-v2" + ]; + titles = [ + { + model = "Mi Router 3G"; + variant = "v2"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-4-squashfs-rootfs0.bin"; + sha256 = "f82e14c04f1fd054f85d04de294937b3df85826fa94272ca8bd72e0550ddde4f"; + sha256_unsigned = "f82e14c04f1fd054f85d04de294937b3df85826fa94272ca8bd72e0550ddde4f"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-4-squashfs-sysupgrade.bin"; + sha256 = "e44b7ba654a81b0a80cb105e021d4c101536a9f13183628a653f4fdfbfc8e85b"; + sha256_unsigned = "e6dee62cf9e49f988ce76c369513d10b3836c616810b2f20c99c926b6cc143bb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-4-squashfs-kernel1.bin"; + sha256 = "78d676b72e4a46f7e876a1effc5b45a4ea746ef07fba570e3b7dcd5442457e48"; + sha256_unsigned = "78d676b72e4a46f7e876a1effc5b45a4ea746ef07fba570e3b7dcd5442457e48"; + type = "kernel1"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-4-initramfs-kernel.bin"; + sha256 = "2a0e96a9fba695af219e9e69e7311c68d229db3cc17194039fef946cc922d58b"; + sha256_unsigned = "2a0e96a9fba695af219e9e69e7311c68d229db3cc17194039fef946cc922d58b"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4" + ]; + titles = [ + { + model = "Mi Router 4"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-gigabit = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-4a-gigabit"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin"; + sha256 = "0f22ca6afa747ab8cbfdec097840642e1f04ca889afbc653de9b0e82b8bcaa19"; + sha256_unsigned = "df1664c751853bdfa3545177b746f2a9d5c540061f746416749f778216d3b9ee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-4a-gigabit-initramfs-kernel.bin"; + sha256 = "8512cdb683a36b39a41b5d3ae14838c75e37df3d85bae9e2cae9f33af46aa2b2"; + sha256_unsigned = "8512cdb683a36b39a41b5d3ae14838c75e37df3d85bae9e2cae9f33af46aa2b2"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-gigabit" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "Gigabit Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-ac2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-ac2100-initramfs-kernel.bin"; + sha256 = "ac266d4107031888f723d4765e11866bc2fdf6e7d38a4b9ea8152bd627405a6b"; + sha256_unsigned = "ac266d4107031888f723d4765e11866bc2fdf6e7d38a4b9ea8152bd627405a6b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "d862a566ae188c3e1d296f7785fefa0c49d7c0286845e94badb4563a0527256d"; + sha256_unsigned = "d862a566ae188c3e1d296f7785fefa0c49d7c0286845e94badb4563a0527256d"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "b38416cc7fc4c6a6cd538726ec0619d2adbdafb160f34a45990374be6ad2b593"; + sha256_unsigned = "fa32cb69ca126679251c4803ba9600acca244b78c5dee87d828f719d495ab47e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "d3974c3e87ef99d0497c07c8af7b1485cef470d816029256ecf2db820ba6ec34"; + sha256_unsigned = "d3974c3e87ef99d0497c07c8af7b1485cef470d816029256ecf2db820ba6ec34"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-ac2100" + ]; + titles = [ + { + model = "Mi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6606 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-cr6606"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-firmware.bin"; + sha256 = "694c7982544372b5043429971b82ef6f3d53f967fc6b183b3aa04aa1742ba11a"; + sha256_unsigned = "694c7982544372b5043429971b82ef6f3d53f967fc6b183b3aa04aa1742ba11a"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-cr6606-initramfs-kernel.bin"; + sha256 = "fd39011338c93b5b7508465c3529a528abbfcd79babbf836a94503779ad5dee9"; + sha256_unsigned = "fd39011338c93b5b7508465c3529a528abbfcd79babbf836a94503779ad5dee9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-sysupgrade.bin"; + sha256 = "297ab244baf4eb69dc41981ff76cf68c0130b33fa8b46b3392b48c93d9ef3211"; + sha256_unsigned = "ce29d21e9f83c7713e1ca3d79f3521e8b46b4e666af8bb25c44823c9118e0da1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6606" + ]; + titles = [ + { + model = "Mi Router CR6606"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6608 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-cr6608"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-cr6608-squashfs-sysupgrade.bin"; + sha256 = "b0a61c977c685ae1ea130ecdcba08ca543344af96708e949d033bed1069dd46c"; + sha256_unsigned = "46946d8f763cb807b6555b0e70f1b2be09ce04f8e887838b98c3e6873a5ea44d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-cr6608-initramfs-kernel.bin"; + sha256 = "46ad2a8aaffe65613245169793521e75b80f2c11862f3bddc4cf9e90762d6754"; + sha256_unsigned = "46ad2a8aaffe65613245169793521e75b80f2c11862f3bddc4cf9e90762d6754"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-cr6608-squashfs-firmware.bin"; + sha256 = "6f4358f2d7a88b8561c015396b028b08a30ee0c9f4270aee56d10467f2ba64d9"; + sha256_unsigned = "6f4358f2d7a88b8561c015396b028b08a30ee0c9f4270aee56d10467f2ba64d9"; + type = "firmware"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6608" + ]; + titles = [ + { + model = "Mi Router CR6608"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6609 = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-cr6609"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-cr6609-squashfs-sysupgrade.bin"; + sha256 = "26e6d850274fbcbe3964a370f20aeeb34be7ccfda3fc881a065203676e4e257f"; + sha256_unsigned = "021a069aee602434e1c0582361cb4ab86839e5b0ffb3a14fe19be769445683a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-cr6609-initramfs-kernel.bin"; + sha256 = "5950f5ec8a7e92a660f0590b65532395564824f121e79954cbc7941d4e9a86aa"; + sha256_unsigned = "5950f5ec8a7e92a660f0590b65532395564824f121e79954cbc7941d4e9a86aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_mi-router-cr6609-squashfs-firmware.bin"; + sha256 = "7f1cfd07a1a0c8ba2e12f854752255029c411e9be629925761317097d6e3ed59"; + sha256_unsigned = "7f1cfd07a1a0c8ba2e12f854752255029c411e9be629925761317097d6e3ed59"; + type = "firmware"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6609" + ]; + titles = [ + { + model = "Mi Router CR6609"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ac2100 = { + device_packages = [ + "uboot-envtools" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-xiaomi_redmi-router-ac2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "d3974c3e87ef99d0497c07c8af7b1485cef470d816029256ecf2db820ba6ec34"; + sha256_unsigned = "d3974c3e87ef99d0497c07c8af7b1485cef470d816029256ecf2db820ba6ec34"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "5293a6d9d216c5f111a199c428de421514caf933cc865bf592547965adc29ad5"; + sha256_unsigned = "5293a6d9d216c5f111a199c428de421514caf933cc865bf592547965adc29ad5"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "75f05d4d6aca530c3f3c81af8930ae946197be42fc8a006775d4b7d978a959de"; + sha256_unsigned = "2da889f254a0f03a6a3c7f1127507025bf543b247b32c9b318a07f49737b69f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaomi_redmi-router-ac2100-initramfs-kernel.bin"; + sha256 = "252d250e4c95713b8dff99ae44e23fa879a13ca09e036748043c879164a39e10"; + sha256_unsigned = "252d250e4c95713b8dff99ae44e23fa879a13ca09e036748043c879164a39e10"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ac2100" + ]; + titles = [ + { + model = "Redmi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaoyu_xy-c5 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-xiaoyu_xy-c5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaoyu_xy-c5-squashfs-sysupgrade.bin"; + sha256 = "7f48d0f71690c4f85cc1120f724cb8c9f3e120625e4ef0501018ebfa6d320e9d"; + sha256_unsigned = "9711d7bd056069416eee7f756e2323cfc3f41eb792cadf6ca307de7ff7a4754d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-xiaoyu_xy-c5-initramfs-kernel.bin"; + sha256 = "84b69a3de9ce25eb7507127449a748ee692808873f1aa2846f8667cc8e887878"; + sha256_unsigned = "84b69a3de9ce25eb7507127449a748ee692808873f1aa2846f8667cc8e887878"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaoyu,xy-c5" + ]; + titles = [ + { + model = "XY-C5"; + vendor = "XiaoYu"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-wolfssl" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-xzwifi_creativebox-v1-initramfs-kernel.bin"; + sha256 = "e55f48c0e80a5359116f03f910a3973d4a305bf887eeef3018950d216fb88bcf"; + sha256_unsigned = "e55f48c0e80a5359116f03f910a3973d4a305bf887eeef3018950d216fb88bcf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "5050dd96e29dbe35700b3a848f589f5953f9be03b6e7093b791af75cebd8614c"; + sha256_unsigned = "969c1e324577d2a2522e4ea01717296bde578d897b2b2ed79593bb4208a77cf1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + model = "v1"; + vendor = "CreativeBox"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "1651bdf38f37a796cdc2372bf00683c19c9b4cf00cc779147f457b4ddde81d08"; + sha256_unsigned = "3567cb2974639d2aa0cecde238ffd1825e9d03142156c50cec21b0c880cc575e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-youhua_wr1200js-initramfs-kernel.bin"; + sha256 = "48ad38db118cf4123bb9aac362341a1a81767e7ad396c81fbf34b16fd9f8b98f"; + sha256_unsigned = "48ad38db118cf4123bb9aac362341a1a81767e7ad396c81fbf34b16fd9f8b98f"; + type = "kernel"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + model = "WR1200JS"; + vendor = "YouHua"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "80222e898d1e521d66638bc1711b1f5ed2b5d99fbf94d3376a121582f717b017"; + sha256_unsigned = "3c80e7d22bfc0d2d2e65d9e6922cfb1e4dd3ef805bd6d32302e1533c53f36c25"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-youku_yk-l2-initramfs-kernel.bin"; + sha256 = "8aca89cbfcd60e994c2b3d9a9f0f412c6ba0aecebff351e40add73e941968c24"; + sha256_unsigned = "8aca89cbfcd60e994c2b3d9a9f0f412c6ba0aecebff351e40add73e941968c24"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + model = "YK-L2"; + vendor = "Youku"; + } + ]; + }; + yuncore_ax820 = { + device_packages = [ + "kmod-mt7915e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-yuncore_ax820"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-yuncore_ax820-squashfs-sysupgrade.bin"; + sha256 = "6f5518dbf3d7121af1eeb0bd6e57811149c07f46fc69c324b835bf9bd59e156d"; + sha256_unsigned = "7073bb95a4b9197d37de356621f9096945b6bf5cc54fd87d037eab5806e8d107"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-yuncore_ax820-initramfs-kernel.bin"; + sha256 = "79c2dba99c0768adf2b6523bd4d019cf77b65e22c7ed82ac7a3cde24cb52d02f"; + sha256_unsigned = "79c2dba99c0768adf2b6523bd4d019cf77b65e22c7ed82ac7a3cde24cb52d02f"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,ax820" + ]; + titles = [ + { + model = "AX820"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-we1326"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "533d0eac45aa9b981f8e92b2de5023b1ee8a07adb70dc287225edbff8b9ae094"; + sha256_unsigned = "28bf60f12698b6ad7d4f1f0879c9f584409da4ce3b934b622924ec18f229b80f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-we1326-initramfs-kernel.bin"; + sha256 = "bf960799a694ba92eb9bfc7dece4e5e102b4c1197078fc2a83a49dedd17605ae"; + sha256_unsigned = "bf960799a694ba92eb9bfc7dece4e5e102b4c1197078fc2a83a49dedd17605ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1326" + "zbt-we1326" + ]; + titles = [ + { + model = "ZBT-WE1326"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "b00f9fa159c1fa9f0f8c6b58d628ba6bed0f266482d59c252726ae65659ea960"; + sha256_unsigned = "6992f7d8e9206dfb7ad4f894103978f9ec7ecd96e21dafbd98c0e12b0d301f5b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-we3526-initramfs-kernel.bin"; + sha256 = "34f6718053eb801b95c084243274f45db82a5cac054cef5c9a262b91d41c1618"; + sha256_unsigned = "34f6718053eb801b95c084243274f45db82a5cac054cef5c9a262b91d41c1618"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + model = "ZBT-WE3526"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1602-16m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-wg1602-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-wg1602-16m-initramfs-kernel.bin"; + sha256 = "ee2a21732d12769028b3f279cccf61ac58bad54143f687e77161415e4f3c4c6f"; + sha256_unsigned = "ee2a21732d12769028b3f279cccf61ac58bad54143f687e77161415e4f3c4c6f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-wg1602-16m-squashfs-sysupgrade.bin"; + sha256 = "f17dc4b7c7d29edf8c3cdbd0cda78ee73cc717e430a9e32a4f02c0d0c0cb5a92"; + sha256_unsigned = "c71ed0ef1c566b6ba9dd0da750fffcec35083b3987c4917b768faa488a69212e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1602-16m" + ]; + titles = [ + { + model = "ZBT-WG1602"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1608-16m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-wg1608-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-wg1608-16m-squashfs-sysupgrade.bin"; + sha256 = "4dcc83e9db8f9becd67d3ed2b16cd05444c547adce3450344f0fcc89b23ffc6b"; + sha256_unsigned = "2f4425bd6924677f4812733cdd7f3792489fca5de621b2c8cba850d47779d5f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-wg1608-16m-initramfs-kernel.bin"; + sha256 = "b2ef96442469ea36c43a94994ac2c1b0767e59d20cc2c3b7ce89d7b9adb758df"; + sha256_unsigned = "b2ef96442469ea36c43a94994ac2c1b0767e59d20cc2c3b7ce89d7b9adb758df"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1608-16m" + ]; + titles = [ + { + model = "ZBT-WG1608"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg2626 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-wg2626"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-wg2626-initramfs-kernel.bin"; + sha256 = "ac869bce8dea271be747004d2c7d44c384df0f6cb2b19cc4e95ae0a307c79bf7"; + sha256_unsigned = "ac869bce8dea271be747004d2c7d44c384df0f6cb2b19cc4e95ae0a307c79bf7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "ee52ef516c95b02f10f45f59809fa5f27380d9a16fa1a5faf94c1dbbd5258d97"; + sha256_unsigned = "a46b485130ec6b2006f00bf09b2122a09b239fa74a81170a731a8d99d7544bf3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg2626" + "zbt-wg2626" + ]; + titles = [ + { + model = "ZBT-WG2626"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-wg3526-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-wg3526-16m-initramfs-kernel.bin"; + sha256 = "82063a46a3714e234eaafcc8eb43dc315a2cba07d5912093601af94f6dad15ab"; + sha256_unsigned = "82063a46a3714e234eaafcc8eb43dc315a2cba07d5912093601af94f6dad15ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-wg3526-16m-squashfs-sysupgrade.bin"; + sha256 = "b8e00b5e13e762e40995010395dd70d14e1195649bd2bfc053e68ca532279320"; + sha256_unsigned = "9bec02875fc50e668b703e95951aba61be00c287c45550013e4033965efe835f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-16m" + "zbt-wg3526" + "zbt-wg3526-16M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-32m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-wg3526-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-wg3526-32m-initramfs-kernel.bin"; + sha256 = "cdff9d51a41d1cbb8b93b6ed28c915d62a88a561661b2a199be1692a508a801c"; + sha256_unsigned = "cdff9d51a41d1cbb8b93b6ed28c915d62a88a561661b2a199be1692a508a801c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-zbtlink_zbt-wg3526-32m-squashfs-sysupgrade.bin"; + sha256 = "1bb401ed03d9bdaafb63cc013c3d5e7e678d58f24fca707342eac2a5d9690b85"; + sha256_unsigned = "2629c8fc955191922ac299b6a5e4a0aa6b42ec35767b5b92bac6c6eecde72a4a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-32m" + "ac1200pro" + "zbt-wg3526-32M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zio_freezio = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-zio_freezio"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-zio_freezio-initramfs-kernel.bin"; + sha256 = "d8e9706358e4e6573b3bba5f27d8e2c732532cfbf98c425c22b13a3183909c62"; + sha256_unsigned = "d8e9706358e4e6573b3bba5f27d8e2c732532cfbf98c425c22b13a3183909c62"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-zio_freezio-squashfs-sysupgrade.bin"; + sha256 = "41c5be8e33b6e7f6c898d463284384f813fcac392012eabad040118f1e824bde"; + sha256_unsigned = "f9eaa0835a685c75072d89d8e53679815345fac5549b0d6a56412449ab32dd5e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zio,freezio" + ]; + titles = [ + { + model = "FREEZIO"; + vendor = "ZIO"; + } + ]; + }; + zyxel_nr7101 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "uboot-envtools" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-zyxel_nr7101"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-zyxel_nr7101-initramfs-recovery.bin"; + sha256 = "f2d51c75f0d9fba02d42b46e2fb0c30a7bb13bd8e73afcdd4b61d7c81b5d7994"; + sha256_unsigned = "f2d51c75f0d9fba02d42b46e2fb0c30a7bb13bd8e73afcdd4b61d7c81b5d7994"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-zyxel_nr7101-squashfs-sysupgrade.bin"; + sha256 = "c8848f909be3de3b6ef7790f11d1828241a999d0acbe30e1d30894a4563c92af"; + sha256_unsigned = "6653f46206432734f2ed6655caee6082adf40155fff90b1a54b44fa8e120268f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nr7101" + ]; + titles = [ + { + model = "NR7101"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nwa50ax = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + "zyxel-bootconfig" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-zyxel_nwa50ax"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-zyxel_nwa50ax-initramfs-kernel.bin"; + sha256 = "3bd27818ec727d8b9dd528035b711b4ae822413868e8287adfdcfa1287a307ab"; + sha256_unsigned = "3bd27818ec727d8b9dd528035b711b4ae822413868e8287adfdcfa1287a307ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-zyxel_nwa50ax-squashfs-sysupgrade.bin"; + sha256 = "03789c8c6349ce198ae66c56b616e6be1807216cf4dd6cbc8d1a02e9b8ac938b"; + sha256_unsigned = "d6defa18edd3a44588ed49a025cf7780830a8cb5c043e23bca0b13db8ec38833"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-zyxel_nwa50ax-squashfs-factory.bin"; + sha256 = "273b5a4cacf94a609a0046e3e19ec9f7c7f5d2299e739343a98fbcf31fd5425a"; + sha256_unsigned = "273b5a4cacf94a609a0046e3e19ec9f7c7f5d2299e739343a98fbcf31fd5425a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-zyxel_nwa50ax-squashfs-ramboot-factory.bin"; + sha256 = "c7e551236cafce08f104b944b10970c29b715a9bd0887833994ddedc9aedb0d4"; + sha256_unsigned = "c7e551236cafce08f104b944b10970c29b715a9bd0887833994ddedc9aedb0d4"; + type = "ramboot-factory"; + } + ]; + supported_devices = [ + "zyxel,nwa50ax" + ]; + titles = [ + { + model = "NWA50AX"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nwa55axe = { + device_packages = [ + "kmod-mt7915e" + "uboot-envtools" + "zyxel-bootconfig" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-zyxel_nwa55axe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-zyxel_nwa55axe-squashfs-ramboot-factory.bin"; + sha256 = "588e54c3c7bc50d34208ecbeb7189155af8a098a5dee8ac12cfb724e3e3ba1aa"; + sha256_unsigned = "588e54c3c7bc50d34208ecbeb7189155af8a098a5dee8ac12cfb724e3e3ba1aa"; + type = "ramboot-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-zyxel_nwa55axe-squashfs-sysupgrade.bin"; + sha256 = "ddf6d2b3a651c0978e764b35ee4c51b0d56b6ab78a7461854fd0657aaf811109"; + sha256_unsigned = "6c7951c5274a953af0c7caa1f9f32b1f1bd4ebc79d571bdbd2d3307622b1f5e9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-zyxel_nwa55axe-initramfs-kernel.bin"; + sha256 = "333f7fdeea663ae47599c61e2a8f577fcb7e64694eff6d6132d421ca45c59815"; + sha256_unsigned = "333f7fdeea663ae47599c61e2a8f577fcb7e64694eff6d6132d421ca45c59815"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-zyxel_nwa55axe-squashfs-factory.bin"; + sha256 = "e10fe0b93b537122cc8439053563b2dd7148257fea2ea2376eaf3444eee4b25b"; + sha256_unsigned = "e10fe0b93b537122cc8439053563b2dd7148257fea2ea2376eaf3444eee4b25b"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nwa55axe" + ]; + titles = [ + { + model = "NWA55AXE"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wap6805 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7621-qtn-rgmii" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt7621-zyxel_wap6805"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt7621-zyxel_wap6805-squashfs-sysupgrade.bin"; + sha256 = "c135227e3ad986a925f9674d9d1e660725f307fa3fe0e077262a2da387e770a8"; + sha256_unsigned = "0956edcdd25684eb6a3bf0b8ec746a2c304bf66e7679a2da87e0e3c09224805e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt7621-zyxel_wap6805-initramfs-kernel.bin"; + sha256 = "e93a3c945b42d59fcc569b4a06e095134e973bdee084736612aff2b0432b52b0"; + sha256_unsigned = "e93a3c945b42d59fcc569b4a06e095134e973bdee084736612aff2b0432b52b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,wap6805" + ]; + titles = [ + { + model = "WAP6805"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "ramips/mt7621"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-mt7603" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "cdeb2e9b160e6060f0c9ddf6ee01350dd2071e5a2f197992a770d33da2c9c5b2"; + sha256_unsigned = "e9e91fee14a2cf345499c9fa1534fc8a46dd0ff46854db9dee304021a993dcbd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-alfa-network_awusfree1-initramfs-kernel.bin"; + sha256 = "4ca5b6115724098928df225c13d2c4b130537e9953b0627d9df5306c50f95e0b"; + sha256_unsigned = "4ca5b6115724098928df225c13d2c4b130537e9953b0627d9df5306c50f95e0b"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + "awusfree1" + ]; + titles = [ + { + model = "AWUSFREE1"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rt-ac1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-asus_rt-ac1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-asus_rt-ac1200-squashfs-sysupgrade.bin"; + sha256 = "e5544be2af8256b12883acebfc805704c0e5897f0028da6ca7569e9c601667a3"; + sha256_unsigned = "9889493073433aa7031f8abecceef92e3a3372431af58f3d30c6b9bb74a506ad"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-asus_rt-ac1200-initramfs-kernel.bin"; + sha256 = "f196920dbdf1be3651b8b27a5c7ee56b7cc005e7705e6f4ed8ec6d37d988ac08"; + sha256_unsigned = "f196920dbdf1be3651b8b27a5c7ee56b7cc005e7705e6f4ed8ec6d37d988ac08"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac1200" + ]; + titles = [ + { + model = "RT-AC1200"; + vendor = "Asus"; + } + ]; + }; + asus_rt-ac1200-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-asus_rt-ac1200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-asus_rt-ac1200-v2-squashfs-factory.bin"; + sha256 = "9ca263402eb105d5451c066df9ff79a8b2121df9297c85d7613d7602dd9fcd13"; + sha256_unsigned = "9ca263402eb105d5451c066df9ff79a8b2121df9297c85d7613d7602dd9fcd13"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-asus_rt-ac1200-v2-squashfs-sysupgrade.bin"; + sha256 = "e9cdcb2aca6eee7e5707ce2b4fae18273b16351b2a46edc23fb6f47528e60508"; + sha256_unsigned = "d62ff178fb44b40708602ebd5f8690fd1c8ca5183fb8035bebe9e0d959520849"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-asus_rt-ac1200-v2-initramfs-kernel.bin"; + sha256 = "e8e5b64805d76ac3a7fe2c67eeaae7f7ae43775a1751c380049437322a1078c9"; + sha256_unsigned = "e8e5b64805d76ac3a7fe2c67eeaae7f7ae43775a1751c380049437322a1078c9"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac1200-v2" + ]; + titles = [ + { + model = "RT-AC1200"; + variant = "V2"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n10p-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-asus_rt-n10p-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-asus_rt-n10p-v3-squashfs-sysupgrade.bin"; + sha256 = "b220f7d2ef6d884d0cbe2e9090b42684639939af26f4b3f849cb7a532c29b720"; + sha256_unsigned = "67a53e053ea3b93fa765da125faf6534792c13209d9771fffe76a458e9d6380f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-asus_rt-n10p-v3-initramfs-kernel.bin"; + sha256 = "9c5a7c7fbf7f605ea34fe9ff1df4477f5ec5e37fceeb8ef325326f0f2e59b430"; + sha256_unsigned = "9c5a7c7fbf7f605ea34fe9ff1df4477f5ec5e37fceeb8ef325326f0f2e59b430"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n10p-v3" + ]; + titles = [ + { + model = "RT-N10P"; + variant = "V3"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n11p-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-asus_rt-n11p-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-asus_rt-n11p-b1-initramfs-kernel.bin"; + sha256 = "3f8215ff07c69c2917841af406d8b4dfefa80108973c5e86a7f32512ddb1bab0"; + sha256_unsigned = "3f8215ff07c69c2917841af406d8b4dfefa80108973c5e86a7f32512ddb1bab0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-asus_rt-n11p-b1-squashfs-sysupgrade.bin"; + sha256 = "ab327a2a0fe1bd304e4dc09c153ad41d9f7c6fb31898f0d80fbed29eacb6b360"; + sha256_unsigned = "fa53e1d3878eb3e622d3bd38274f313efaf9ebd55d1d95bdbd8761e16444f584"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n11p-b1" + ]; + titles = [ + { + model = "RT-N11P"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + asus_rt-n12-vp-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-asus_rt-n12-vp-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-asus_rt-n12-vp-b1-squashfs-sysupgrade.bin"; + sha256 = "55051c08a2569db7bdced0d3d975331bccab45658ec9a7e23eee6962a5d1cf2c"; + sha256_unsigned = "1c3e2f2bc28e61ff03903b922d7c62e4c59dd03f477d4b943ab7ab6612f5c039"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-asus_rt-n12-vp-b1-initramfs-kernel.bin"; + sha256 = "d7c9d0fd2db8ef3d04e17e1534e5bb99f085f6840f95929ac645f3bbe82dedbf"; + sha256_unsigned = "d7c9d0fd2db8ef3d04e17e1534e5bb99f085f6840f95929ac645f3bbe82dedbf"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n12-vp-b1" + ]; + titles = [ + { + model = "RT-N12 VP"; + variant = "B1"; + vendor = "Asus"; + } + ]; + }; + buffalo_wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-buffalo_wcr-1166ds"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-buffalo_wcr-1166ds-initramfs-kernel.bin"; + sha256 = "9d767e904f2fe570b3cb33cd76e32a09f586a070bb5a691c644683d63beae4a3"; + sha256_unsigned = "9d767e904f2fe570b3cb33cd76e32a09f586a070bb5a691c644683d63beae4a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "5ff1608d306bc03911737487830259400c65f64cb03233fe55a42303947ca586"; + sha256_unsigned = "8f4014a3349cfb9dab74cfe7c40f99e3c8a7254d811a09f103a41ae063207676"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-factory.bin"; + sha256 = "27dfebe25793bbf8e23387e4f61df1cd0f8eb418ba3f3c18b32f72678ddec7e1"; + sha256_unsigned = "8f4014a3349cfb9dab74cfe7c40f99e3c8a7254d811a09f103a41ae063207676"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wcr-1166ds" + "wcr-1166ds" + ]; + titles = [ + { + model = "WCR-1166DS"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr758ac-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-comfast_cf-wr758ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-comfast_cf-wr758ac-v1-squashfs-sysupgrade.bin"; + sha256 = "4e90509c1871b5be22c550b65bbbc83cb7656b9c8021c0e7c160d034b8616140"; + sha256_unsigned = "a362b7d0364f602e2cd0952f74088b74f657f64d65376ef39b45a426d57ca4d8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-comfast_cf-wr758ac-v1-initramfs-kernel.bin"; + sha256 = "04898a1fefd218e4d290e8a728158efd8d6eaf9d670e704c6e382d724b4031f2"; + sha256_unsigned = "04898a1fefd218e4d290e8a728158efd8d6eaf9d670e704c6e382d724b4031f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr758ac-v1" + "joowin,jw-wr758ac-v1" + ]; + titles = [ + { + model = "CF-WR758AC"; + variant = "V1"; + vendor = "COMFAST"; + } + { + model = "JW-WR758AC"; + variant = "V1"; + vendor = "Joowin"; + } + ]; + }; + comfast_cf-wr758ac-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-comfast_cf-wr758ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-comfast_cf-wr758ac-v2-squashfs-sysupgrade.bin"; + sha256 = "f31d266624776df9b215f508216d57b6374e1ff2314d13b20704f7ca599bf6ab"; + sha256_unsigned = "daeec6933f3a49ba5c8be943470c10bb64b8c11ad948ed72bbf114297243c0ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-comfast_cf-wr758ac-v2-initramfs-kernel.bin"; + sha256 = "e21ce98e644cfe26151754519e70893a2858638c937e232034f6b82513b7036c"; + sha256_unsigned = "e21ce98e644cfe26151754519e70893a2858638c937e232034f6b82513b7036c"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr758ac-v2" + "joowin,jw-wr758ac-v2" + ]; + titles = [ + { + model = "CF-WR758AC"; + variant = "V2"; + vendor = "COMFAST"; + } + { + model = "JW-WR758AC"; + variant = "V2"; + vendor = "Joowin"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "75d1d84cacb4c34bc1aa69e65808a35d283026fb5000dc9aa770c7131ef93bfd"; + sha256_unsigned = "76ad2ed0460fbb7ff201ad209ef15c64fa28618986dfa400a29ca264ff0f52fa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "4d2f4b53beb9dc1f09c265b2f66e3111c04071160e05319404fe52967ef79568"; + sha256_unsigned = "4d2f4b53beb9dc1f09c265b2f66e3111c04071160e05319404fe52967ef79568"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-cudy_wr1000-initramfs-kernel.bin"; + sha256 = "f5e6d8b581d258e772cf301736ebc62c1dba63bfb06a14d4525bb56fbfa2681d"; + sha256_unsigned = "f5e6d8b581d258e772cf301736ebc62c1dba63bfb06a14d4525bb56fbfa2681d"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + model = "WR1000"; + vendor = "Cudy"; + } + ]; + }; + d-team_pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-d-team_pbr-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-d-team_pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "974fc0bbe4945edebd0570d794eb6780d5821f98325be9e202b2cd835d1c47d9"; + sha256_unsigned = "d7ea79e13f590c3aa0a0b8da0b27246f2ffcaa261a4d6310665d9e595d61a423"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-d-team_pbr-d1-initramfs-kernel.bin"; + sha256 = "174bfeb20e7cc757ce958e4662bfd0f022f0a935ec2d936b6d1d76fab0d54a48"; + sha256_unsigned = "174bfeb20e7cc757ce958e4662bfd0f022f0a935ec2d936b6d1d76fab0d54a48"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,pbr-d1" + "pbr-d1" + ]; + titles = [ + { + model = "PBR-D1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dap-1325-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-dlink_dap-1325-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-dlink_dap-1325-a1-initramfs-kernel.bin"; + sha256 = "b29794c1b24e8a6eaef095d2e7eaeb554762672daa86f3e6f4c3e43dfaa7e29c"; + sha256_unsigned = "b29794c1b24e8a6eaef095d2e7eaeb554762672daa86f3e6f4c3e43dfaa7e29c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-dlink_dap-1325-a1-squashfs-sysupgrade.bin"; + sha256 = "e58336cf188722dbb2a115852344d73c234834f6788aefae4a6ea227f8b0a57d"; + sha256_unsigned = "3fefc2ed68832580d7480188c7a2ab1f4d1d35ea79a599e1937da6857fbbc288"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-1325-a1" + ]; + titles = [ + { + model = "DAP-1325 A1"; + vendor = "D-Link"; + } + ]; + }; + duzun_dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-duzun_dm06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-duzun_dm06-squashfs-sysupgrade.bin"; + sha256 = "f0cb9947504d985eba7f3c01dbc47c1530760374a33ad71049a81b268467ba79"; + sha256_unsigned = "f745c4526fe8d1cd55d46482f54fe752df9e82400e68bd8eaadb01e3e1675a2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-duzun_dm06-initramfs-kernel.bin"; + sha256 = "b992349a77bc2a9e8f38e5c7d23857941fb333e34807b75a32de0df003b11bf1"; + sha256_unsigned = "b992349a77bc2a9e8f38e5c7d23857941fb333e34807b75a32de0df003b11bf1"; + type = "kernel"; + } + ]; + supported_devices = [ + "duzun,dm06" + "duzun-dm06" + ]; + titles = [ + { + model = "DM06"; + vendor = "DuZun"; + } + ]; + }; + elecom_wrc-1167fs = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-elecom_wrc-1167fs"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-elecom_wrc-1167fs-squashfs-factory.bin"; + sha256 = "ccd44a4f235f2d27f4d6063a55ba6283f97b6c1b490f4637cfc402bf216f8ffd"; + sha256_unsigned = "ccd44a4f235f2d27f4d6063a55ba6283f97b6c1b490f4637cfc402bf216f8ffd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-elecom_wrc-1167fs-initramfs-kernel.bin"; + sha256 = "98dd7f49185179845624323f37719fbba33abbbed84d81699fec5a6732a95cd2"; + sha256_unsigned = "98dd7f49185179845624323f37719fbba33abbbed84d81699fec5a6732a95cd2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-elecom_wrc-1167fs-squashfs-sysupgrade.bin"; + sha256 = "fb3718d72d03d0f3ae89f764de6f6aace1fdd96a713dbf5a21ada956ad0171b6"; + sha256_unsigned = "68aeb80cda031792c17f1ef6d87c67275d371e3411f58c9d1822d446cb942099"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167fs" + ]; + titles = [ + { + model = "WRC-1167FS"; + vendor = "ELECOM"; + } + ]; + }; + glinet_gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-glinet_gl-mt300n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-glinet_gl-mt300n-v2-initramfs-kernel.bin"; + sha256 = "1b60ca99157339e22f9ae0f8b316631066ad3b3ee369d7d72ab7e66d1e9f21b6"; + sha256_unsigned = "1b60ca99157339e22f9ae0f8b316631066ad3b3ee369d7d72ab7e66d1e9f21b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "6f5389f2ced5d95f79c1e187544af3c15e1e744ab872c627794564f49abc45c5"; + sha256_unsigned = "ba0f263543852757a8ceecbc5b4c94b4c5a8f637b308ec0edcf00a9970e226a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n-v2" + "gl-mt300n-v2" + ]; + titles = [ + { + model = "GL-MT300N"; + variant = "V2"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_microuter-n300 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-glinet_microuter-n300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-glinet_microuter-n300-squashfs-sysupgrade.bin"; + sha256 = "809cd60a4caebd3d95afdefed8c8b7254b42e43e4e4d74e13f7f7635b08751b7"; + sha256_unsigned = "20ff873ca5cc389c113913b0d60ac1d0038b083f992e9499c2c71a60a2a8e488"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-glinet_microuter-n300-initramfs-kernel.bin"; + sha256 = "da07d3738a0edd6821234966dd27d6a2a97619e13ddfce7552a405e9b5f005f3"; + sha256_unsigned = "da07d3738a0edd6821234966dd27d6a2a97619e13ddfce7552a405e9b5f005f3"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,microuter-n300" + "microuter-n300" + ]; + titles = [ + { + model = "microuter-N300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-glinet_vixmini-initramfs-kernel.bin"; + sha256 = "c4ae8da8347b099c2fe1a05389414ed1ca076aba0d2999efcc30b5f3ac2bfc7d"; + sha256_unsigned = "c4ae8da8347b099c2fe1a05389414ed1ca076aba0d2999efcc30b5f3ac2bfc7d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "40a24b117053792d5c7ab95106366243d6e625ca01cf28a02a4982fe9e18b8cf"; + sha256_unsigned = "99e3fa1919513a8f3affbbd6eddb858fc7c7713dda660cf2b80fc8559d840410"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + model = "VIXMINI"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_wifi-pineapple-mk7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-hak5_wifi-pineapple-mk7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-hak5_wifi-pineapple-mk7-squashfs-sysupgrade.bin"; + sha256 = "8f5dd7afd50da11bb3ec7a3f5978a917bd3dbb38a81e45c5f4fb2899aaaa38b1"; + sha256_unsigned = "d4c6b5a79aeaf30759f8a83300acc0cf724602648029f70710cd815e3071870b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-hak5_wifi-pineapple-mk7-initramfs-kernel.bin"; + sha256 = "657c9ebf046e073e82db57a878b711e8a82abca982c538e28917c92d66eef239"; + sha256_unsigned = "657c9ebf046e073e82db57a878b711e8a82abca982c538e28917c92d66eef239"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-mk7" + "wifi-pineapple-mk7" + ]; + titles = [ + { + model = "WiFi Pineapple Mark 7"; + vendor = "Hak5"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-hilink_hlk-7628n-initramfs-kernel.bin"; + sha256 = "1dfa1b93a4c169d3df826c758a3d1deb35215a24f2978f49b5e83fb50d3762ee"; + sha256_unsigned = "1dfa1b93a4c169d3df826c758a3d1deb35215a24f2978f49b5e83fb50d3762ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "6316ba00ac0a579d806fd363a3af04fcd6b15bf2c6e06bad1723bfc4931d2621"; + sha256_unsigned = "d5f5f6f30efe150575169615d9f4262fa4230b0a24a5b2c96220496bb984bd55"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + model = "HLK-7628N"; + vendor = "HILINK"; + } + ]; + }; + hilink_hlk-7688a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-hilink_hlk-7688a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-hilink_hlk-7688a-initramfs-kernel.bin"; + sha256 = "3c56f4dcb57c6efa9a7ed39728eeb940ba20a21593836d31dbd5ea525e637b4a"; + sha256_unsigned = "3c56f4dcb57c6efa9a7ed39728eeb940ba20a21593836d31dbd5ea525e637b4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-hilink_hlk-7688a-squashfs-sysupgrade.bin"; + sha256 = "d1af770b6d0686dabe0a69a6f631ba49d6174dc3bd42086a92f6e8f641281a9f"; + sha256_unsigned = "0a4e42be612df1d612e8daad11922c937a280992ae1e4b46efab67b59850681a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7688a" + ]; + titles = [ + { + model = "HLK-7688A"; + vendor = "Hi-Link"; + } + ]; + }; + hiwifi_hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-hiwifi_hc5661a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-hiwifi_hc5661a-initramfs-kernel.bin"; + sha256 = "71dd73e7dff847f39deda9ca2672bdc6a4f67b2b86a54e746282d01925d7c2f3"; + sha256_unsigned = "71dd73e7dff847f39deda9ca2672bdc6a4f67b2b86a54e746282d01925d7c2f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-hiwifi_hc5661a-squashfs-sysupgrade.bin"; + sha256 = "a90a0abc5f2ed343e1f7499372abea083f494682debbff2c72b4dea6b90c235e"; + sha256_unsigned = "43cc5116ce60409c7ec98c6f7cbbea03302233028d6abd5393b32ef8ddab353b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5661a" + "hc5661a" + ]; + titles = [ + { + model = "HC5661A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761a = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-hiwifi_hc5761a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-hiwifi_hc5761a-squashfs-sysupgrade.bin"; + sha256 = "100efb7042381c6770ebae94587b95a54a0ca6dc8d9f4865bf6a54404e6de9ed"; + sha256_unsigned = "ef94bc6cf658cf0f4543bd954a09227cf40653ba48f5df3d6fef520a2b2efcdc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-hiwifi_hc5761a-initramfs-kernel.bin"; + sha256 = "ed340b0f1740f6bdffbf39f3614ddfaf79005959a48e6b7ea87d3863fcb2159c"; + sha256_unsigned = "ed340b0f1740f6bdffbf39f3614ddfaf79005959a48e6b7ea87d3863fcb2159c"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5761a" + ]; + titles = [ + { + model = "HC5761A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "3c8456a50ae4ab25c4f95b023e001d76c8f8f2adc2f2fc4360e1beae24bf7bd2"; + sha256_unsigned = "7df38832bd94367c88337cf3c3fe0d1874e3d2132abffad6866ef2add2b08d6f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-hiwifi_hc5861b-initramfs-kernel.bin"; + sha256 = "11d9b786b0c91632bd4238875eada67bc7acc861a294caac657a9b848d695879"; + sha256_unsigned = "11d9b786b0c91632bd4238875eada67bc7acc861a294caac657a9b848d695879"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + model = "HC5861B"; + vendor = "HiWiFi"; + } + ]; + }; + iptime_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-iptime_a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-iptime_a3-squashfs-sysupgrade.bin"; + sha256 = "59623c553841e24fd7d53deff7b004969fa39da59f15d4eaa824a3688e111ca3"; + sha256_unsigned = "440363b6344f92c1b87b551d08fe1d4eb18b4352bed869a9454e9d779330d624"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-iptime_a3-initramfs-kernel.bin"; + sha256 = "1eee252199c33161263df3d955cb42bf192c7cbbc22ccdc9f6cd6be9139a13dc"; + sha256_unsigned = "1eee252199c33161263df3d955cb42bf192c7cbbc22ccdc9f6cd6be9139a13dc"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a604m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-iptime_a604m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-iptime_a604m-squashfs-sysupgrade.bin"; + sha256 = "50e9642e8adc431ab60f1ac23b564688a686b04e0e494fa404e8d3c94c20f454"; + sha256_unsigned = "3510927a04c407e006adf035fe42a79143915173f6e86abe032fbeb1e9f897e8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-iptime_a604m-initramfs-kernel.bin"; + sha256 = "10b16b941bd1a51b585124f3070be8c153bce17f7a7486d5dacd19bcbf40eb67"; + sha256_unsigned = "10b16b941bd1a51b585124f3070be8c153bce17f7a7486d5dacd19bcbf40eb67"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a604m" + ]; + titles = [ + { + model = "A604M"; + vendor = "ipTIME"; + } + ]; + }; + jotale_js76x8-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-jotale_js76x8-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-jotale_js76x8-16m-squashfs-sysupgrade.bin"; + sha256 = "2d5c90f8b9d435bc691cd74a0d2878d4a05bb9798a9e1167c1d61bbb64a47cf0"; + sha256_unsigned = "2aec6a3f857c469cffaf7083cc7bd842314cfb318af4821957aab929c09855f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-jotale_js76x8-16m-initramfs-kernel.bin"; + sha256 = "79964207ad4d49e0df1d8ab16a7400fafc205920ec0d8bd049f410a28e1cbc8a"; + sha256_unsigned = "79964207ad4d49e0df1d8ab16a7400fafc205920ec0d8bd049f410a28e1cbc8a"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-16m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "16M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-jotale_js76x8-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-jotale_js76x8-32m-squashfs-sysupgrade.bin"; + sha256 = "3246bd30f97c95938e99b059a9f9746c15e43edf8f154fcd2022ee91d82eadfa"; + sha256_unsigned = "97c2aeb3e8590dae1c3543c0d6840e6828fd8d7d439ab7f957feb979ff2e87d5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-jotale_js76x8-32m-initramfs-kernel.bin"; + sha256 = "f5508e0d55fe7bb4a5e4139e253aefec617995fab9aff8b0ed7abeda3f2c69cb"; + sha256_unsigned = "f5508e0d55fe7bb4a5e4139e253aefec617995fab9aff8b0ed7abeda3f2c69cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-32m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "32M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-jotale_js76x8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-jotale_js76x8-8m-squashfs-sysupgrade.bin"; + sha256 = "311c0253b19e7d1197b6bce194b7ddab0583e140d65a81bda0b9524c29ae5936"; + sha256_unsigned = "f091b2bec52cc3767efcaf3a11b80b1f8147d3e1d06e801a898ef552ed4f106a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-jotale_js76x8-8m-initramfs-kernel.bin"; + sha256 = "6b75e1e062f00fa489b99bc929583b172568cbfdca7e0afbcdb2363c958997d6"; + sha256_unsigned = "6b75e1e062f00fa489b99bc929583b172568cbfdca7e0afbcdb2363c958997d6"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-8m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "8M"; + vendor = "Jotale"; + } + ]; + }; + mediatek_linkit-smart-7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-mediatek_linkit-smart-7688"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-mediatek_linkit-smart-7688-initramfs-kernel.bin"; + sha256 = "2c65b63542e8cd5506fa790dd9a2998b7716876185d1617310e229c061082880"; + sha256_unsigned = "2c65b63542e8cd5506fa790dd9a2998b7716876185d1617310e229c061082880"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-mediatek_linkit-smart-7688-squashfs-sysupgrade.bin"; + sha256 = "7af403d745c188c16fe277d5498a5f8f1641f479416e87e817066d6d851a7784"; + sha256_unsigned = "b5fe372c55b4d94a7c6fec50c814501ec8072d782b360fe35067b83259bbbd72"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,linkit-smart-7688" + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + model = "LinkIt Smart 7688"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7628an-eval-board = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-mediatek_mt7628an-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-mediatek_mt7628an-eval-board-initramfs-kernel.bin"; + sha256 = "1733483820d5fad8bb493f18888fb4deb41c0f60fa69c4ed488fb8178d276e13"; + sha256_unsigned = "1733483820d5fad8bb493f18888fb4deb41c0f60fa69c4ed488fb8178d276e13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-mediatek_mt7628an-eval-board-squashfs-sysupgrade.bin"; + sha256 = "f3dbc9af75d205b184bf82328023b6f512197ffacaccb8a1d3c3719852fcc8bf"; + sha256_unsigned = "96b7027065490536817829f0c9208069f279d7f19d30b8bc0e90c64df090e214"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7628an-eval-board" + "mt7628" + ]; + titles = [ + { + model = "MT7628 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercury_mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-mercury_mac1200r-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-mercury_mac1200r-v2-initramfs-kernel.bin"; + sha256 = "c6b314000951581a12ef5acabae09c8efc1ca80542960fb34af0c43e1d4129c9"; + sha256_unsigned = "c6b314000951581a12ef5acabae09c8efc1ca80542960fb34af0c43e1d4129c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-mercury_mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "2ce88a750b1f7145038c8385ea96888cd0d1a7c3de12570ee04921cd10127819"; + sha256_unsigned = "cb99e77e2c37ae728a414bb012b3cad400b9d77257c72663938a91d85062fac2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mercury,mac1200r-v2" + "mac1200rv2" + ]; + titles = [ + { + model = "MAC1200R"; + variant = "v2.0"; + vendor = "Mercury"; + } + ]; + }; + minew_g1-c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-cp210x" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-minew_g1-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-minew_g1-c-squashfs-sysupgrade.bin"; + sha256 = "df867a12c9d787d99f9fbced9409eef5b5b3cc931bec2e001407bbb759a6c7ee"; + sha256_unsigned = "2ed82028a2989edbd8bdfadb6caf787adaa27c4893a8207ba5f3a22c3bd37585"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-minew_g1-c-initramfs-kernel.bin"; + sha256 = "002bffa1513651ba1ab5dfc1cc3f3d1a033f393b96b0539a4b49769af623126c"; + sha256_unsigned = "002bffa1513651ba1ab5dfc1cc3f3d1a033f393b96b0539a4b49769af623126c"; + type = "kernel"; + } + ]; + supported_devices = [ + "minew,g1-c" + "minew-g1c" + ]; + titles = [ + { + model = "G1-C"; + vendor = "Minew"; + } + ]; + }; + motorola_mwr03 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-motorola_mwr03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-motorola_mwr03-squashfs-sysupgrade.bin"; + sha256 = "6debbb3bae66d883dc9a9425152744ec5f75e7e96de0733f4abdc8d8eb088a67"; + sha256_unsigned = "fc41299a86be8dca270d4f9334bda2638519bf1739f6ea855c61dc0d74c273d6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-motorola_mwr03-initramfs-kernel.bin"; + sha256 = "4440395b3d06f348a94a3c7017dde06a41eae3abfc697a46d2587f672e978fe4"; + sha256_unsigned = "4440395b3d06f348a94a3c7017dde06a41eae3abfc697a46d2587f672e978fe4"; + type = "kernel"; + } + ]; + supported_devices = [ + "motorola,mwr03" + ]; + titles = [ + { + model = "MWR03"; + vendor = "Motorola"; + } + ]; + }; + netgear_r6020 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-netgear_r6020"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-netgear_r6020-initramfs-kernel.bin"; + sha256 = "8ce87ceb66c0e6df1ec57bd32c4e0d0f275a8fbb54b0647c8b7126d23546a07e"; + sha256_unsigned = "8ce87ceb66c0e6df1ec57bd32c4e0d0f275a8fbb54b0647c8b7126d23546a07e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-netgear_r6020-squashfs-factory.img"; + sha256 = "7ba274759e8c97624aec52f7cfbf01bb9781f0e06e40cd076eb374e1f3b76c57"; + sha256_unsigned = "7ba274759e8c97624aec52f7cfbf01bb9781f0e06e40cd076eb374e1f3b76c57"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-netgear_r6020-squashfs-sysupgrade.bin"; + sha256 = "02fce9990bff09b52e06a0e868c4fc29e6501b85762c4c9926f65d0c915fbb4a"; + sha256_unsigned = "6bb4d7dc69fb41e3acecbde3c7c04b9c5ffc539fecbe12589859db954c34689b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6020" + ]; + titles = [ + { + model = "R6020"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6080 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-netgear_r6080"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-netgear_r6080-initramfs-kernel.bin"; + sha256 = "172d058ec0e0d1f3e331387031f90316b63510b9203fa029825a62cbe7d596bc"; + sha256_unsigned = "172d058ec0e0d1f3e331387031f90316b63510b9203fa029825a62cbe7d596bc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-netgear_r6080-squashfs-factory.img"; + sha256 = "b2038b4130b293b8372221ebd0ff761f53b6d6238ff62c0c62c6c85daa47ea27"; + sha256_unsigned = "b2038b4130b293b8372221ebd0ff761f53b6d6238ff62c0c62c6c85daa47ea27"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-netgear_r6080-squashfs-sysupgrade.bin"; + sha256 = "212b30da192ae02ea408c59e94ec712fb74d00aec2d432864ebb392476041126"; + sha256_unsigned = "713c9b591fc57d554fd7476fdc28d13fc035522862c90a0ea544d3523a4a7a77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6080" + ]; + titles = [ + { + model = "R6080"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "1b1a78e4020f37952faea16a5204c5350c1a4aa0972162d26130124813af8025"; + sha256_unsigned = "1b1a78e4020f37952faea16a5204c5350c1a4aa0972162d26130124813af8025"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "ae6a7352f391f68d5e4b9743143841eb7fd2092d727e10cb6653a6342b4073df"; + sha256_unsigned = "7da68d31b8438c24dcd8e236f6155f902f4117450315d3dab83efeed3d7712d0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-netgear_r6120-initramfs-kernel.bin"; + sha256 = "28e0d03b1cbff7502612707e2bea37dbcf5f71a449a50772967644645621f301"; + sha256_unsigned = "28e0d03b1cbff7502612707e2bea37dbcf5f71a449a50772967644645621f301"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + model = "R6120"; + vendor = "NETGEAR"; + } + ]; + }; + onion_omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-onion_omega2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-onion_omega2-initramfs-kernel.bin"; + sha256 = "09b13c2c30bca271232bd80cd599b344cfae1768eb9ee59bce50eb90d21eaa57"; + sha256_unsigned = "09b13c2c30bca271232bd80cd599b344cfae1768eb9ee59bce50eb90d21eaa57"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-onion_omega2-squashfs-sysupgrade.bin"; + sha256 = "f45889149ef0fd2626f511ff15f2cd5b1492c376bcbd11e7f2316f43c14932f8"; + sha256_unsigned = "b8afc7120961bcc24785b5864378cfd3a50540b167e15a7687cad2c775e06e14"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2" + "omega2" + ]; + titles = [ + { + model = "Omega2"; + vendor = "Onion"; + } + ]; + }; + onion_omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-onion_omega2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-onion_omega2p-initramfs-kernel.bin"; + sha256 = "303c61bb13a5823144095ab281346ce17728914f80beb03fd861fd225123661a"; + sha256_unsigned = "303c61bb13a5823144095ab281346ce17728914f80beb03fd861fd225123661a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-onion_omega2p-squashfs-sysupgrade.bin"; + sha256 = "8a639ea46127879733aa93740780edfdbebe904c38556fc0f7e91f9e3c0ea52d"; + sha256_unsigned = "38c54d6f496d169e8140266e2ef9ac5c1210cb2afa997c33a63b2dcc972dcafc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2p" + "omega2p" + ]; + titles = [ + { + model = "Omega2+"; + vendor = "Onion"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-rakwireless_rak633-initramfs-kernel.bin"; + sha256 = "8b7b19365a77b53adadb5afb46379681c4d346bc6f9e38317d174bd9a9a0386a"; + sha256_unsigned = "8b7b19365a77b53adadb5afb46379681c4d346bc6f9e38317d174bd9a9a0386a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "3cce1e2e785c0b616e2e7ea0d87bc6e88201ccf24c918311728e3afef43e27e2"; + sha256_unsigned = "453a96d9a9f6c8425f6a81906c6c1769700b339e185ff4a4e4af170330830dc5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + model = "RAK633"; + vendor = "Rakwireless"; + } + ]; + }; + ravpower_rp-wd009 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-i2c-mt7628" + "ravpower-mcu" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-ravpower_rp-wd009"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-ravpower_rp-wd009-initramfs-kernel.bin"; + sha256 = "571d52e4b9158665bcf2681bbd527456dd0f46496d693a63303e6d0b7d6f962b"; + sha256_unsigned = "571d52e4b9158665bcf2681bbd527456dd0f46496d693a63303e6d0b7d6f962b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-ravpower_rp-wd009-squashfs-factory.bin"; + sha256 = "ae8993842d9aa26b8f0d4f048c3b060f00cd2593e9a493a36164a054339e031b"; + sha256_unsigned = "ae8993842d9aa26b8f0d4f048c3b060f00cd2593e9a493a36164a054339e031b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-ravpower_rp-wd009-squashfs-sysupgrade.bin"; + sha256 = "30e6ef8b07eb1bc6a17dad5182a7ae0d900de626015cfe5633f252045149ea76"; + sha256_unsigned = "6cd68f7df7c715a7e9fb2b4fb5a6998acf0b5da7e686f485f893610f05cedd22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,rp-wd009" + ]; + titles = [ + { + model = "RP-WD009"; + vendor = "RAVPower"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-skylab_skw92a-initramfs-kernel.bin"; + sha256 = "c7d5b4b30d0e07d7a297a9d62bfce5cd020ee1a625fbe7a58ebf14692269df3a"; + sha256_unsigned = "c7d5b4b30d0e07d7a297a9d62bfce5cd020ee1a625fbe7a58ebf14692269df3a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "3e8d70f2eaa0c6226d42cfa423fb2c0239310ef80fc18f1583a1c08e2b12ee2d"; + sha256_unsigned = "fb2ff425773d1303ea9804b32cf427afeb5182a4e88080793f6d12a6bdd4349d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + model = "SKW92A"; + vendor = "Skylab"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tama_w06-initramfs-kernel.bin"; + sha256 = "09f58a584f25162623138d6bd3dbeaab0777df70c00bbcf2a5366c2dff9066e9"; + sha256_unsigned = "09f58a584f25162623138d6bd3dbeaab0777df70c00bbcf2a5366c2dff9066e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "1da6b5b34f52e2b74045630806746def799b963d063ce68a716dbe4837ad7502"; + sha256_unsigned = "fd5c98df2d31eb7c5546bcb7cb744f161a1873b9c45236585ee7f716e5bdde1c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + model = "W06"; + vendor = "Tama"; + } + ]; + }; + totolink_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-totolink_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-totolink_a3-initramfs-kernel.bin"; + sha256 = "13d43a631cf4650b4d0f821a84f026b3d538dfbe5e2379794215c84a3909e3b5"; + sha256_unsigned = "13d43a631cf4650b4d0f821a84f026b3d538dfbe5e2379794215c84a3909e3b5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-totolink_a3-squashfs-sysupgrade.bin"; + sha256 = "e3f1faca1397c0c923d29ab1d8ef057e42d24ebfed91d2b6ad861d32c5bd29bd"; + sha256_unsigned = "6364e3f52882d70f1a275426baf8048bc928721abc4df9182163d15b652db34e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-totolink_lr1200-initramfs-kernel.bin"; + sha256 = "9416f2edaef85f77804e55bee5d69d030d36abf9bcad7d262e82440e3dff78b8"; + sha256_unsigned = "9416f2edaef85f77804e55bee5d69d030d36abf9bcad7d262e82440e3dff78b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "aabe24e17aaabcdd17486b95c5cf32236f4cadf213863ea946eaf3c5a71c5637"; + sha256_unsigned = "d76199170541b48613abedccc178c79fef4b07439f8e4550dabcba0642a091be"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + model = "LR1200"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_archer-c20-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_archer-c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "3047501735fad9752e2aae5177883eca850cc791422cbb2717817aa501ab27cc"; + sha256_unsigned = "3047501735fad9752e2aae5177883eca850cc791422cbb2717817aa501ab27cc"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_archer-c20-v4-squashfs-sysupgrade.bin"; + sha256 = "edf62701ca4114c564c7027c07e635891759c81d9b4b7d0e86b82f3fe92d7687"; + sha256_unsigned = "0b30ccafdf5faeb4520e5b198a0bfcbbd15809053695a5855ef223175d90fcff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_archer-c20-v4-initramfs-kernel.bin"; + sha256 = "dec295814f8aafd11e5ef14aa0e9dc778822a783c40422d90ba7d3b408c920d5"; + sha256_unsigned = "dec295814f8aafd11e5ef14aa0e9dc778822a783c40422d90ba7d3b408c920d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v4" + "tplink,c20-v4" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v5 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_archer-c20-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_archer-c20-v5-initramfs-kernel.bin"; + sha256 = "be1cb909b45327ad426e0283e4d4d8e4bb67e793bff38b26de116cede1f83a4f"; + sha256_unsigned = "be1cb909b45327ad426e0283e4d4d8e4bb67e793bff38b26de116cede1f83a4f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_archer-c20-v5-squashfs-sysupgrade.bin"; + sha256 = "ecaf3e8df03870cec81e5b35f0ede529091a45c4f6a5ba4ee50e1cc1b6fbfed2"; + sha256_unsigned = "57873cb75fdb430ac6acc0a6b6cc4a0e94748a5d17fb6f925edcbe5b88c1b93c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v5" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_archer-c50-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_archer-c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "28aa7367dd70be2f2517fbb95cf59e0eb5c418635f24774102056d9f1ce3d3ed"; + sha256_unsigned = "28aa7367dd70be2f2517fbb95cf59e0eb5c418635f24774102056d9f1ce3d3ed"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_archer-c50-v3-initramfs-kernel.bin"; + sha256 = "4c735b32672a02202eaa6c5e55300188eade113851e3f779cc3b100ccaed059b"; + sha256_unsigned = "4c735b32672a02202eaa6c5e55300188eade113851e3f779cc3b100ccaed059b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_archer-c50-v3-squashfs-sysupgrade.bin"; + sha256 = "800aaa6de4e2bb4363779892f34434757081602de36bb8bcb8d4128330ef75d1"; + sha256_unsigned = "a302577474091465ecd02c4bb4b74c1561c5b702ee5e8282c61f11d32348eb2b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v3" + "tplink,c50-v3" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_archer-c50-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_archer-c50-v4-initramfs-kernel.bin"; + sha256 = "852b42d5299fb4bb4ae07a620c7f2336d6852c050db5d7ecca9963d2b6db2876"; + sha256_unsigned = "852b42d5299fb4bb4ae07a620c7f2336d6852c050db5d7ecca9963d2b6db2876"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_archer-c50-v4-squashfs-sysupgrade.bin"; + sha256 = "6635889f4bec661349ca22ab43ef2bc23e203f1f2cf7b68158916866d309016f"; + sha256_unsigned = "da135090f43a5d74f9188db3fdcb641870a08c0bfde9aa086ef6c664096dd914"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v4" + "tplink,c50-v4" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_re200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re200-v2-squashfs-sysupgrade.bin"; + sha256 = "0f2ddcf0c26d9432ffbb8818c9dfe5d7276bb702763a08eca22141ad3ab336af"; + sha256_unsigned = "51a82f80999246614590f47e43916c0236a544ad1eae5f1b887605a25156abf8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re200-v2-initramfs-kernel.bin"; + sha256 = "658f331fda1986a3008d90179164a78d4b87e5bec174bf39440baaf7efc586cf"; + sha256_unsigned = "658f331fda1986a3008d90179164a78d4b87e5bec174bf39440baaf7efc586cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re200-v2-squashfs-factory.bin"; + sha256 = "c86916f0c1d5507ae6f2971c29c6fe79aad64981db2c34c7d459738c9b699a57"; + sha256_unsigned = "c86916f0c1d5507ae6f2971c29c6fe79aad64981db2c34c7d459738c9b699a57"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v2" + ]; + titles = [ + { + model = "RE200"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v3 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_re200-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re200-v3-initramfs-kernel.bin"; + sha256 = "0b0e104cbd45b1eb71cf38edf720730209dd9edc7641c3a0170824e08db517f9"; + sha256_unsigned = "0b0e104cbd45b1eb71cf38edf720730209dd9edc7641c3a0170824e08db517f9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re200-v3-squashfs-sysupgrade.bin"; + sha256 = "a8be6795cd309c22b915140465a7745550f069fb2560d6532d5d5d76183ca994"; + sha256_unsigned = "2d7e469621dfd62a67f99e39cc6e3034c8c876709259a3bd99861b82f63a51e2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re200-v3-squashfs-factory.bin"; + sha256 = "e00eb852a7f2cc410d5a0fd91951aad7257807eb9b5d9750e4e9fdb47ace7785"; + sha256_unsigned = "e00eb852a7f2cc410d5a0fd91951aad7257807eb9b5d9750e4e9fdb47ace7785"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v3" + ]; + titles = [ + { + model = "RE200"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_re200-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re200-v4-squashfs-factory.bin"; + sha256 = "ea12fadd9f0dd732b4edcceb95172bc16b2ebaa18ac6c8bc4615ad5aeace124a"; + sha256_unsigned = "ea12fadd9f0dd732b4edcceb95172bc16b2ebaa18ac6c8bc4615ad5aeace124a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re200-v4-squashfs-sysupgrade.bin"; + sha256 = "6fa4430f354c24203207ec79a691c2fa7c264eaeb2c0a4c28cd9b8e6dbfcd250"; + sha256_unsigned = "5a3e2184868fe81330e9d056fb43184dd247f06d6404f91946b837a8aa312e31"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re200-v4-initramfs-kernel.bin"; + sha256 = "f51c25b158b1e84e40096adbc566d729fec048eedb4bafed43a63b698acaf524"; + sha256_unsigned = "f51c25b158b1e84e40096adbc566d729fec048eedb4bafed43a63b698acaf524"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v4" + ]; + titles = [ + { + model = "RE200"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re220-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_re220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re220-v2-squashfs-sysupgrade.bin"; + sha256 = "62ad6016a77f2df20f69cfea53d0ba2e08825d67a4ec20d532da6ee4b7b07e08"; + sha256_unsigned = "f709dcb28fcefd1fa0d1e624609b3228c73bb9fe81361270f00eab80d9819b6e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re220-v2-squashfs-factory.bin"; + sha256 = "7c6dfef7225035fb074b7a4327f762880836d5535d31bfcfe57e223ce0a5c371"; + sha256_unsigned = "7c6dfef7225035fb074b7a4327f762880836d5535d31bfcfe57e223ce0a5c371"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re220-v2-initramfs-kernel.bin"; + sha256 = "5ce5bdc7f4683bbfa072ce219ccd57b5508e64b889590c51fd37b5cd95e1b881"; + sha256_unsigned = "5ce5bdc7f4683bbfa072ce219ccd57b5508e64b889590c51fd37b5cd95e1b881"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re220-v2" + ]; + titles = [ + { + model = "RE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_re305-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re305-v1-initramfs-kernel.bin"; + sha256 = "6964e07a1b7e87eb7a39b59a03a2b3b4b490988b7922cf3a0e23a2703f6d06f5"; + sha256_unsigned = "6964e07a1b7e87eb7a39b59a03a2b3b4b490988b7922cf3a0e23a2703f6d06f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re305-v1-squashfs-factory.bin"; + sha256 = "7274cabc71fd53fcb51b284d7faec598a1136ef4c988799663bb0309c30cfd6b"; + sha256_unsigned = "7274cabc71fd53fcb51b284d7faec598a1136ef4c988799663bb0309c30cfd6b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re305-v1-squashfs-sysupgrade.bin"; + sha256 = "21d1f13904ef39c32ca11ad675addf6aa029bf26d4cf21a94f3573360a6cc1d8"; + sha256_unsigned = "2c5cd335406406437f53888ab0f54b45df838d95348e5d28eaf62670dba351df"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re305-v1" + ]; + titles = [ + { + model = "RE305"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_re305-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re305-v3-squashfs-factory.bin"; + sha256 = "b4cc4329957d908022de016378008d5d1053af366c195aeb58138ce63386b90f"; + sha256_unsigned = "b4cc4329957d908022de016378008d5d1053af366c195aeb58138ce63386b90f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re305-v3-squashfs-sysupgrade.bin"; + sha256 = "870fa430cbedfe090f848a312004cffbe63d740870b970d51fbced8a0d71a7b1"; + sha256_unsigned = "897bce522935465e3aeb6f2f1d3b0b2c35e4912e5374e5f285262878efe189be"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_re305-v3-initramfs-kernel.bin"; + sha256 = "996d2ac906442fbe3cba142fb53b40f930af8c0bfb4edea6a881b101e815dd07"; + sha256_unsigned = "996d2ac906442fbe3cba142fb53b40f930af8c0bfb4edea6a881b101e815dd07"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re305-v3" + ]; + titles = [ + { + model = "RE305"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "55fd4db2b8e241c6c162b24a954add0e69e19e9c12570a35572dc3b91cd49102"; + sha256_unsigned = "55fd4db2b8e241c6c162b24a954add0e69e19e9c12570a35572dc3b91cd49102"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-mr3020-v3-initramfs-kernel.bin"; + sha256 = "ce280d5397166a530aa4d283e212390b33901d41c281c6ab78f159147b7b26e7"; + sha256_unsigned = "ce280d5397166a530aa4d283e212390b33901d41c281c6ab78f159147b7b26e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "b410e1d4bdd06eed1c737f5a698ad7015f703b9b3264cfa3df2cdc74e33d8f58"; + sha256_unsigned = "1a993b7150c181547e4f63f7619fce3148fedb4112b1950d8b5ee98ecf9777da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + model = "TL-MR3020"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "4e446aaa293674c5322236a1d98cfa184841c5b20d8e7b5afc57f80322c5db86"; + sha256_unsigned = "7fae1926099d77d3b919cf614b7e76d75c05cf763ba848626f9bfb919c1e86e4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "8638fb84844315be52897033d312c00b314ee74d35db765b93234c73110ebebf"; + sha256_unsigned = "8638fb84844315be52897033d312c00b314ee74d35db765b93234c73110ebebf"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-mr3420-v5-initramfs-kernel.bin"; + sha256 = "0077fd9ce59f0126ebe3639da9803adf74809444a220be7c92c3894e3abb6a59"; + sha256_unsigned = "0077fd9ce59f0126ebe3639da9803adf74809444a220be7c92c3894e3abb6a59"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + model = "TL-MR3420"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-mr6400-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-tftp-recovery.bin"; + sha256 = "98ed51fcb5a02c440dcff4e3536c75850539b84c397d2ed71b3fcc5ec282c791"; + sha256_unsigned = "98ed51fcb5a02c440dcff4e3536c75850539b84c397d2ed71b3fcc5ec282c791"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-sysupgrade.bin"; + sha256 = "411531f545692c9561102a82fe1f9d2fb2a56ad6289b83a52153ecac26850d26"; + sha256_unsigned = "a3811d3ba1b33e86b6c823149bf37a74041bda1f88685217ea8c58e6fcdd3697"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-mr6400-v4-initramfs-kernel.bin"; + sha256 = "3dfb43f60d91403427c1db1fab85b91138339d888e4ff06c691699b184296890"; + sha256_unsigned = "3dfb43f60d91403427c1db1fab85b91138339d888e4ff06c691699b184296890"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v4" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-mr6400-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-mr6400-v5-initramfs-kernel.bin"; + sha256 = "4f1e86a5b644a41ff8650fc596fbc6db6a312ef4bbcb1ff219ac2b87a3a19a10"; + sha256_unsigned = "4f1e86a5b644a41ff8650fc596fbc6db6a312ef4bbcb1ff219ac2b87a3a19a10"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-sysupgrade.bin"; + sha256 = "cdb740017ff709715fbd74873dc3111c3dbd500ccf40578b5ea2f1fbf86066aa"; + sha256_unsigned = "4ed6dfc2cb6d2fb691297577e066c25f02684a5034cd90cf9eed99fe8b956d47"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-tftp-recovery.bin"; + sha256 = "74abd78aef30777504aa8017528e1b43f31db9134ba7701ffa0c2ebaf4b7a69d"; + sha256_unsigned = "74abd78aef30777504aa8017528e1b43f31db9134ba7701ffa0c2ebaf4b7a69d"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v5" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "5f3f12a8003bc854bcb45730f828c9030f1455d6599a48a278138d5dfaddac4b"; + sha256_unsigned = "a4f283a5ec8bd17617fcf02ff65e86cc2f9c78d3a34d5dbb7d451057c89b385c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wa801nd-v5-initramfs-kernel.bin"; + sha256 = "e68d965c246de0dad191280d140e7d008814bf8c4ebbb802bce1f96dca1051a1"; + sha256_unsigned = "e68d965c246de0dad191280d140e7d008814bf8c4ebbb802bce1f96dca1051a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "a24a6b106a1a112ea7d0a3291650d327cb4ffa64ec7dee3838b3cfbddfd28b9b"; + sha256_unsigned = "a24a6b106a1a112ea7d0a3291650d327cb4ffa64ec7dee3838b3cfbddfd28b9b"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + model = "TL-WA801ND"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "e588f082dfb139101623d65e5788d44b714f89523cf13093be1f7c4a30420d53"; + sha256_unsigned = "04db79b2574af4d4e136ed4b3a3ae029b09478641c896e6f2ccd7d58794dd13e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr802n-v4-initramfs-kernel.bin"; + sha256 = "c3a35aa9663fd6641411cc51c03571c513f64439bf8ab9fd7226227da3d4110b"; + sha256_unsigned = "c3a35aa9663fd6641411cc51c03571c513f64439bf8ab9fd7226227da3d4110b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "8be4276446891a297cec4da6be244a8bb18e406cafacaadcd3e34d16003b4f9a"; + sha256_unsigned = "8be4276446891a297cec4da6be244a8bb18e406cafacaadcd3e34d16003b4f9a"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + model = "TL-WR802N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr840n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "e2b6a5d3e6ca80d0a8b6abafba88eac35f8c21e30df9ceac823b084f28f1d049"; + sha256_unsigned = "e2b6a5d3e6ca80d0a8b6abafba88eac35f8c21e30df9ceac823b084f28f1d049"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr840n-v4-initramfs-kernel.bin"; + sha256 = "2c9d63e4719046ffd5653bf505c1a6647d65fb5447ded391cef074125b1cf29f"; + sha256_unsigned = "2c9d63e4719046ffd5653bf505c1a6647d65fb5447ded391cef074125b1cf29f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "0337e690305f81abd2e91c11c0f15537cf4ae6b3eee2599f5f404e4e2bd0b7c8"; + sha256_unsigned = "505ee933eee1c7ac09f9254b8b6776eed198f4ba09d264776875ce848ff23d22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr840n-v4" + "tl-wr840n-v4" + ]; + titles = [ + { + model = "TL-WR840N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr841n-v13"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr841n-v13-initramfs-kernel.bin"; + sha256 = "4028e1a70233eb1117440fd62ccd057563faffcc80528489b37bfec36126c81b"; + sha256_unsigned = "4028e1a70233eb1117440fd62ccd057563faffcc80528489b37bfec36126c81b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "b79e3237b42c7659b8a992beaba7bb24731bceb068b31816c0fab89b3049b873"; + sha256_unsigned = "b79e3237b42c7659b8a992beaba7bb24731bceb068b31816c0fab89b3049b873"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "2eaaf97bb5cf6f1ec1334c291d9789f947dbc2f2815bc760dbe5a7ccc1a70a01"; + sha256_unsigned = "a79f7f9dd5cfa904eddd336f58e9d4aaae7c0d1c548ae47cf9e233b8f29a8f12"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr841n-v13" + "tl-wr841n-v13" + ]; + titles = [ + { + model = "TL-WR841N"; + variant = "v13"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "ac2f36a859726efeb1e491fd4416156f82a6d58ca788c4bdc527b57bf019d0db"; + sha256_unsigned = "ac2f36a859726efeb1e491fd4416156f82a6d58ca788c4bdc527b57bf019d0db"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "e4a9ba4bb24428cda03855fcb0f3c98820394be4cdce2098f6988c54b0c2290c"; + sha256_unsigned = "c7e3ebcf1a62533dc7b40fb3976a5553b22344e6a863a50000f5422adfa20115"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr842n-v5-initramfs-kernel.bin"; + sha256 = "161f5a0b331044267c50c7eccafd10496c15ce0896978cb51068ed39be1ea464"; + sha256_unsigned = "161f5a0b331044267c50c7eccafd10496c15ce0896978cb51068ed39be1ea464"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr850n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr850n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr850n-v2-initramfs-kernel.bin"; + sha256 = "11d62b6191e8ee85b51b80f8060efa13bca757e9766af9fd201311e29e4b8c2f"; + sha256_unsigned = "11d62b6191e8ee85b51b80f8060efa13bca757e9766af9fd201311e29e4b8c2f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-tftp-recovery.bin"; + sha256 = "5131a236f47b3218e2275dc93ec86e81c009546bde8c3acc68924e5b1d0ec2f3"; + sha256_unsigned = "5131a236f47b3218e2275dc93ec86e81c009546bde8c3acc68924e5b1d0ec2f3"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-sysupgrade.bin"; + sha256 = "083bd28069f9a2eaeb5621d3a684fadfb1cd0fb4fb761e7dbe8c0ea5ce8d294a"; + sha256_unsigned = "9bbbda52df46b8e7d4f1bf4a0e03f5368189715517fe42405183f6e1ba5c8591"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr850n-v2" + ]; + titles = [ + { + model = "TL-WR850N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "5957c188466cd550a65d9c5a396a52439ecb0b344d39fa913ca4c5caead9df18"; + sha256_unsigned = "5957c188466cd550a65d9c5a396a52439ecb0b344d39fa913ca4c5caead9df18"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr902ac-v3-initramfs-kernel.bin"; + sha256 = "5d1deda53748a4826716c61ce6843cb3f6c9e74548d1179e826dab0736ae52dc"; + sha256_unsigned = "5d1deda53748a4826716c61ce6843cb3f6c9e74548d1179e826dab0736ae52dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "8f493a9d5d39032325a1ad0703131bee573c9d48c2d8a749b6f16049b8170415"; + sha256_unsigned = "6227a6e4269d6846edfd168881ced7a4b2480fbe96844069c0018d5472775c56"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + unielec_u7628-01-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-unielec_u7628-01-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-unielec_u7628-01-16m-initramfs-kernel.bin"; + sha256 = "32fcbb1d31bd835675bb5e00bfee0a199960e4ace45b5e9e4b42bf7397f62c98"; + sha256_unsigned = "32fcbb1d31bd835675bb5e00bfee0a199960e4ace45b5e9e4b42bf7397f62c98"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-unielec_u7628-01-16m-squashfs-sysupgrade.bin"; + sha256 = "9a1f7069f6280ef1e43a14e9ccfa29185425bbada6d9c79cc66433f29db5999d"; + sha256_unsigned = "34be683d92140b8b077ce437347d3aac2db41c7b83919508c42c8d4403180858"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7628-01-16m" + "u7628-01-128M-16M" + "unielec,u7628-01-128m-16m" + ]; + titles = [ + { + model = "U7628-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + vocore_vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-vocore_vocore2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-vocore_vocore2-initramfs-kernel.bin"; + sha256 = "28454329b7df3f210261059db3fec359f9eac446188e52e86175138568643beb"; + sha256_unsigned = "28454329b7df3f210261059db3fec359f9eac446188e52e86175138568643beb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-vocore_vocore2-squashfs-sysupgrade.bin"; + sha256 = "2e7c21d425f4e649da08311110b5e21639574ddde0c243f9428d17045207b31c"; + sha256_unsigned = "3536e23abe5c05b65555e5d1806c5cc6076ff55c551b70f98f22a1accd1f70a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore2" + "vocore2" + ]; + titles = [ + { + model = "VoCore2"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore2-lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-vocore_vocore2-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-vocore_vocore2-lite-initramfs-kernel.bin"; + sha256 = "bc00a9498b04ee72914b72ddece4d9aeca9ceb484fc522e033bff41d3f7d0804"; + sha256_unsigned = "bc00a9498b04ee72914b72ddece4d9aeca9ceb484fc522e033bff41d3f7d0804"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-vocore_vocore2-lite-squashfs-sysupgrade.bin"; + sha256 = "24fb4ad63025977f9add6f28f180a15af43efc45b1b91710886e34196fd334b3"; + sha256_unsigned = "541791bed42891e0905f98facc5f62ca51352c2188560fc139ea5a4abf5fc8a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore2-lite" + "vocore2lite" + ]; + titles = [ + { + model = "VoCore2-Lite"; + vendor = "VoCore"; + } + ]; + }; + wavlink_wl-wn531a3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn531a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn531a3-initramfs-kernel.bin"; + sha256 = "3db19daac881077e9f9e55dd4b4a5d6086f748d76183e64c8ce54186266c46fb"; + sha256_unsigned = "3db19daac881077e9f9e55dd4b4a5d6086f748d76183e64c8ce54186266c46fb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn531a3-squashfs-sysupgrade.bin"; + sha256 = "43b8f93ab20d0fa648d69704df57ccebcba5e753b5adc4271f2cbb004b154b1a"; + sha256_unsigned = "55a170608267be4e3bb1acedd47e16392b98ce274e60b66bfe12a91055acd52d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a3" + "wl-wn531a3" + ]; + titles = [ + { + model = "WL-WN531A3"; + vendor = "Wavlink"; + } + { + model = "QUANTUM D4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn570ha1-initramfs-kernel.bin"; + sha256 = "75bc34042bf723d04912f90545fa7e6c06d5f614413e67121bb9b197663ba68d"; + sha256_unsigned = "75bc34042bf723d04912f90545fa7e6c06d5f614413e67121bb9b197663ba68d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "1251d2f83aebcabeff2d9b3b50ed766197539de33a8658b475cad064d9af7d40"; + sha256_unsigned = "c24ece0cee4e178a8e60cbbc0185eaf2a53988ee19fdaf57f7485df54a756a74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + model = "WL-WN570HA1"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn575a3-initramfs-kernel.bin"; + sha256 = "ab7eb167c52d52297bfce123dcf12274121c7e510066b3baa9a20437c3545b02"; + sha256_unsigned = "ab7eb167c52d52297bfce123dcf12274121c7e510066b3baa9a20437c3545b02"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "d4dc337e71d6399db824e9472833ff21b4f2ed5712ffbc4b7e4e8b2698ea0361"; + sha256_unsigned = "c06d171ef33a0af50507acb080a1807d49fdcbcc3afc7e7cd1e8ac5342806994"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + model = "WL-WN575A3"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn576a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn576a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn576a2-squashfs-sysupgrade.bin"; + sha256 = "6625a94375240d702a08ef6f45d31fa4e3404c95b7dae00ffd186546c327aa34"; + sha256_unsigned = "6ec6406a6e75371b54f2766dda9fb26a5b60d13cdabb4d440fa3c919d0395795"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn576a2-initramfs-kernel.bin"; + sha256 = "44ab9877308a422e254815213d45e210110b8b82ff7d978f2bf1034b55a1c35a"; + sha256_unsigned = "44ab9877308a422e254815213d45e210110b8b82ff7d978f2bf1034b55a1c35a"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn576a2" + ]; + titles = [ + { + model = "WL-WN576A2"; + vendor = "Wavlink"; + } + { + model = "SWV 733 B1"; + vendor = "Silvercrest"; + } + ]; + }; + wavlink_wl-wn577a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn577a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn577a2-squashfs-sysupgrade.bin"; + sha256 = "afe26444fee5affbde6d599645a5a47caaf29f836b662bb85141cf0b2e09d074"; + sha256_unsigned = "dbf01d9600cee7cdf56560f61765f5675d8aec2b8f9cd7d20920a1f132640115"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn577a2-initramfs-kernel.bin"; + sha256 = "44537cf3ab1ffcca274ff307a605831f1ca9d7dd6a88fbca657afeb30203a999"; + sha256_unsigned = "44537cf3ab1ffcca274ff307a605831f1ca9d7dd6a88fbca657afeb30203a999"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn577a2" + ]; + titles = [ + { + model = "WL-WN577A2"; + vendor = "Wavlink"; + } + { + model = "WLR-755"; + vendor = "Maginon"; + } + ]; + }; + wavlink_wl-wn578a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn578a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn578a2-initramfs-kernel.bin"; + sha256 = "ae7b29ab09e7bf721f4940827a02ead8dbd9584123bd2ea40e95ee66409241f1"; + sha256_unsigned = "ae7b29ab09e7bf721f4940827a02ead8dbd9584123bd2ea40e95ee66409241f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wavlink_wl-wn578a2-squashfs-sysupgrade.bin"; + sha256 = "6077a8c5d403e34a88ecb88f4a01dd92880747404a4846d6c03e3427d8006b05"; + sha256_unsigned = "0cbb358b36a56f11ceaa50dd170ee28e67a854bf19ebfab43b3eb1954a1675a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn578a2" + ]; + titles = [ + { + model = "WL-WN578A2"; + vendor = "Wavlink"; + } + { + model = "SWV 733 A2"; + vendor = "SilverCrest"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-widora_neo-16m-initramfs-kernel.bin"; + sha256 = "c4984bc5e65a9abf73fc01eba7c44838fa61d48fa368f52e690d7f57e790d982"; + sha256_unsigned = "c4984bc5e65a9abf73fc01eba7c44838fa61d48fa368f52e690d7f57e790d982"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "815cf7ebd41ebe17e1a890ba14b5416049a18188bde418512368e84b086239d4"; + sha256_unsigned = "7154a244b51e2bb8d5925038ca45ea318b769ab447f9af5732c1190998475ee4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "16M"; + vendor = "Widora"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "eca4e4ef063539c4452559cfb70aa67506c2b0a4ef2c2e7dd7076dcf469b3fce"; + sha256_unsigned = "2395752dd316f3f024062a9855f5ad4437d79df12ec8f4335b7bb64fb8c46a1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-widora_neo-32m-initramfs-kernel.bin"; + sha256 = "cbab925b9ef1d67ee5953150f3610599edf97616a55caac421e3c753a8187c2e"; + sha256_unsigned = "cbab925b9ef1d67ee5953150f3610599edf97616a55caac421e3c753a8187c2e"; + type = "kernel"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "32M"; + vendor = "Widora"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "351b81343ac398623cf4a4d337603fbe14f780ab593a6beb54890976e6927061"; + sha256_unsigned = "b42080d27fb3c59f4165143063f5f8564975a14ecf13a01c95730b5fc3145283"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wiznet_wizfi630s-initramfs-kernel.bin"; + sha256 = "c1568dc8285fe738bd5fd228676a79c2593d3450ced1b51b2dd534f8f31dfd30"; + sha256_unsigned = "c1568dc8285fe738bd5fd228676a79c2593d3450ced1b51b2dd534f8f31dfd30"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + model = "WizFi630S"; + vendor = "WIZnet"; + } + ]; + }; + wrtnode_wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-wrtnode_wrtnode2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "bb5c0e50dc904b4609897e29c8e697545c2a84712eae8d93cdf73f1a22a5f8d8"; + sha256_unsigned = "88fba15cf0d144be8ef0343d76280b5745efdcba34128b58a198e5afd6a1ac67"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wrtnode_wrtnode2p-initramfs-kernel.bin"; + sha256 = "ce53d0137d24388fffe256ad568f20b9ae2ea85551547da38dc36b4af638a062"; + sha256_unsigned = "ce53d0137d24388fffe256ad568f20b9ae2ea85551547da38dc36b4af638a062"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2p" + "wrtnode2p" + ]; + titles = [ + { + model = "WRTnode 2P"; + vendor = "WRTnode"; + } + ]; + }; + wrtnode_wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-wrtnode_wrtnode2r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wrtnode_wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "3911c559b7dd40ce5cb1682217eaccbfc7453d5a9488d89f8020ecd96439c928"; + sha256_unsigned = "2f7ccff0abb0a6068da5adff57e0e2bce9d49ba97e8ead631ef806cbc8feaefc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-wrtnode_wrtnode2r-initramfs-kernel.bin"; + sha256 = "801a230b7c5615f68387a0730fc0ce113ef067a1e86d679061403ac87147561d"; + sha256_unsigned = "801a230b7c5615f68387a0730fc0ce113ef067a1e86d679061403ac87147561d"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2r" + "wrtnode2r" + ]; + titles = [ + { + model = "WRTnode 2R"; + vendor = "WRTnode"; + } + ]; + }; + xiaomi_mi-router-4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-xiaomi_mi-router-4a-100m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin"; + sha256 = "64da653a0328167032b4f0ae61b40a5ef7e63b6ff864f81b3fb6abced7bbf030"; + sha256_unsigned = "4506e7a5446ee0d616d9176568323a12972c29b27cd57253899d058d69f2434b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-xiaomi_mi-router-4a-100m-initramfs-kernel.bin"; + sha256 = "7b40d1720e9e8dd0c0eaf58a081ac2d848e4a0d1ff705b7b16ba7c52e67c762c"; + sha256_unsigned = "7b40d1720e9e8dd0c0eaf58a081ac2d848e4a0d1ff705b7b16ba7c52e67c762c"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m" + "xiaomi,mir4a-100m" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-100m-intl = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl-initramfs-kernel.bin"; + sha256 = "c1b6eead6d9b1f7db20b21667bcd4785e424aa28b5a6e9056e33fd7606939956"; + sha256_unsigned = "c1b6eead6d9b1f7db20b21667bcd4785e424aa28b5a6e9056e33fd7606939956"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl-squashfs-sysupgrade.bin"; + sha256 = "3106480acd8554a29e69239bed6f965fd3188eb165737fbf71ac11eda0d55142"; + sha256_unsigned = "1f78f9a0f1417c84093bf0c3dcbe95c16f6fbace416987bb5d3bbf5a31f51e10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m-intl" + "xiaomi,mir4a-100m-intl" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M International Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-xiaomi_mi-router-4c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-xiaomi_mi-router-4c-squashfs-sysupgrade.bin"; + sha256 = "1dd4505971820fb066b99f8e6a81035fc0d61e6a1bfe479748c7a1a6fbc523cd"; + sha256_unsigned = "2efd27f7ef0e125ddab36423c483b4a4f623c559d7d97261d68673ac3481c5f8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-xiaomi_mi-router-4c-initramfs-kernel.bin"; + sha256 = "e3d4d495e91cd7f7eadc1d8445cbefe24a9c8c96c7b43f578fe9bf0ff5a24260"; + sha256_unsigned = "e3d4d495e91cd7f7eadc1d8445cbefe24a9c8c96c7b43f578fe9bf0ff5a24260"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4c" + ]; + titles = [ + { + model = "Mi Router 4C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-3c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-xiaomi_miwifi-3c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-xiaomi_miwifi-3c-squashfs-sysupgrade.bin"; + sha256 = "b9cb6cf1925ca26bed87c484f64f10e517b8174f8dab8b5c6cf707d2ab568b64"; + sha256_unsigned = "e320a4b7d9ae27623de5167d639f632ff54e51e159fa763213c0b04ef02f57af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-xiaomi_miwifi-3c-initramfs-kernel.bin"; + sha256 = "ef9353084dadc46eaf580305ac0050269fb61c19e85abe8a8dcf6ff84921ca45"; + sha256_unsigned = "ef9353084dadc46eaf580305ac0050269fb61c19e85abe8a8dcf6ff84921ca45"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-3c" + ]; + titles = [ + { + model = "MiWiFi 3C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-nano = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-xiaomi_miwifi-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-xiaomi_miwifi-nano-initramfs-kernel.bin"; + sha256 = "7df759ef7491137aee54dbb1666af2d088ee70b08b5881c029343388c3712928"; + sha256_unsigned = "7df759ef7491137aee54dbb1666af2d088ee70b08b5881c029343388c3712928"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-xiaomi_miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "00ef6ce9fde3708aac2c6e13e6a9925687033fab1b64cf0bf1fef33f3351c67c"; + sha256_unsigned = "98a9347087d309151a983713af29c07091bb151e52fb3e370c7bbac7c9e8ef85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-nano" + "miwifi-nano" + ]; + titles = [ + { + model = "MiWiFi Nano"; + vendor = "Xiaomi"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-zbtlink_zbt-we1226-initramfs-kernel.bin"; + sha256 = "25a50d6d07c723d1003d04620991735162bdffce5e515415ec284bdedcaeea61"; + sha256_unsigned = "25a50d6d07c723d1003d04620991735162bdffce5e515415ec284bdedcaeea61"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "b2a8560eb559cb29db3fac46b12ffc24144f6c3e9bda788915c30f2fa3b343c5"; + sha256_unsigned = "4ebf7d2ecdbdc770288515ab195fae960e6ce796832614eded003527fa523a20"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + model = "ZBT-WE1226"; + vendor = "Zbtlink"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-mt76x8-zyxel_keenetic-extra-ii-initramfs-kernel.bin"; + sha256 = "eb8d151d5ac9997634f58afb545f50db5810feed8099cc00bb0ec010c209d1f4"; + sha256_unsigned = "eb8d151d5ac9997634f58afb545f50db5810feed8099cc00bb0ec010c209d1f4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "69d551206a360ab7ff5ff44befafa807382a71c93741ec4b03c6782e9f5621cb"; + sha256_unsigned = "69d551206a360ab7ff5ff44befafa807382a71c93741ec4b03c6782e9f5621cb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "24cf7596fb6ecdf3734e4f6b279bb0c066535864349a8d43c65ef833e70387b8"; + sha256_unsigned = "f2d501d235775fb2b34cfa41b488f9ea81eb7e3f3c1be81572a313cf616a6b9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + model = "Keenetic Extra II"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "ramips/mt76x8"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + rt288x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + belkin_f5d8235-v1 = { + device_packages = [ + "kmod-switch-rtl8366s" + "kmod-usb-ohci" + "kmod-usb-ohci-pci" + "kmod-usb2" + "kmod-usb2-pci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt288x-belkin_f5d8235-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt288x-belkin_f5d8235-v1-squashfs-sysupgrade.bin"; + sha256 = "c0cf183f80929dd517f0ab78ea252e1c7c1b8280c85b5ed7bc91ca50f37ca223"; + sha256_unsigned = "25ab6050fa58d41e2c36d672145d84948193ba1a2a89048264fe1a27fb2a8d36"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v1" + "f5d8235-v1" + ]; + titles = [ + { + model = "F5D8235"; + variant = "V1"; + vendor = "Belkin"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "ramips/rt288x"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + "7links_px-4885-8m" = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-7links_px-4885-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-7links_px-4885-8m-squashfs-sysupgrade.bin"; + sha256 = "b15158c7519238fd8523e2637b5ce3c9492f53e1fe97b7dd1e8677cd0e5372c2"; + sha256_unsigned = "6aaeca92c4a02db8431264cb3061463121c3e44b3c004545502d45f6190edf38"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-7links_px-4885-8m-initramfs-kernel.bin"; + sha256 = "3198520ad849944a70c675d1f5df7667dc627625dfdfae547f7611fed7f0383e"; + sha256_unsigned = "3198520ad849944a70c675d1f5df7667dc627625dfdfae547f7611fed7f0383e"; + type = "kernel"; + } + ]; + supported_devices = [ + "7links,px-4885-8m" + "px-4885-8M" + ]; + titles = [ + { + model = "PX-4885"; + variant = "8M"; + vendor = "7Links"; + } + ]; + }; + "8devices_carambola" = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-8devices_carambola"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-8devices_carambola-squashfs-sysupgrade.bin"; + sha256 = "7321e65cfd626fdc7a20ead7d495c8a152e3f76367fe4108eb3753681a317d13"; + sha256_unsigned = "2913b6c59c65f0cff558664657c67c805741f0315136499a6373bb0cebc41504"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-8devices_carambola-initramfs-kernel.bin"; + sha256 = "3f184e66c2b88eefadf73c9a0aa3be2fd94261cb3b47a4deb7c477b5716bc6cd"; + sha256_unsigned = "3f184e66c2b88eefadf73c9a0aa3be2fd94261cb3b47a4deb7c477b5716bc6cd"; + type = "kernel"; + } + ]; + supported_devices = [ + "8devices,carambola" + "carambola" + ]; + titles = [ + { + model = "Carambola"; + vendor = "8devices"; + } + ]; + }; + accton_wr6202 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-accton_wr6202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-accton_wr6202-initramfs-kernel.bin"; + sha256 = "7c55db9f253e952ab8606957a79a5b96ef94944a486be7716ffc0a25aabfc8aa"; + sha256_unsigned = "7c55db9f253e952ab8606957a79a5b96ef94944a486be7716ffc0a25aabfc8aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-accton_wr6202-squashfs-sysupgrade.bin"; + sha256 = "6ea62542dbb216d382c15155d88473ce3ff949c682fbe8b0a6c8fa662977427e"; + sha256_unsigned = "40b6299872f0ac24587bed389ebb96e19532f3c3fcbf3de7f058cfb042d1630f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "accton,wr6202" + "wr6202" + ]; + titles = [ + { + model = "WR6202"; + vendor = "Accton"; + } + ]; + }; + alfa-network_w502u = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-alfa-network_w502u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-alfa-network_w502u-initramfs-kernel.bin"; + sha256 = "c4b0cc9009e9ae390ce7e8c942443030fc047d1f01482066feb2253cd0841233"; + sha256_unsigned = "c4b0cc9009e9ae390ce7e8c942443030fc047d1f01482066feb2253cd0841233"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-alfa-network_w502u-squashfs-sysupgrade.bin"; + sha256 = "95e3d41cb4be84b0859093475b29233e233ffbf4c0197a06242338974e9592cc"; + sha256_unsigned = "02ae267fffe7c0e759946e37e523b696675ec1aa8f5e162cc249cd3d4fbb3bc8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,w502u" + "w502u" + ]; + titles = [ + { + model = "Networks W502U"; + vendor = "ALFA"; + } + ]; + }; + allnet_all0256n-8m = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-allnet_all0256n-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-allnet_all0256n-8m-initramfs-kernel.bin"; + sha256 = "af0d39e83ca941af3c7e16f8e00011a33a807c45bcbda4637177404b251fd5f1"; + sha256_unsigned = "af0d39e83ca941af3c7e16f8e00011a33a807c45bcbda4637177404b251fd5f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-allnet_all0256n-8m-squashfs-sysupgrade.bin"; + sha256 = "72e88330a9ccfd6bafb024c3138afb794ff048af60c35e3931d125bdda053f17"; + sha256_unsigned = "949f694a1b79e6ca00874ff732d4896cb134080a73a5b8adf856753921d6b279"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all0256n-8m" + "all0256n-8M" + ]; + titles = [ + { + model = "ALL0256N"; + variant = "8M"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5002 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-allnet_all5002"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-allnet_all5002-initramfs-kernel.bin"; + sha256 = "7216e7ff873dd9f3a4bdc00b3da62e1efe7463596ffa6a43d59c7e666313f16d"; + sha256_unsigned = "7216e7ff873dd9f3a4bdc00b3da62e1efe7463596ffa6a43d59c7e666313f16d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-allnet_all5002-squashfs-sysupgrade.bin"; + sha256 = "10bf4a4e1491b5fa8a454405f9e741e6085d8cecb30c97c62ea73a6758b45f6d"; + sha256_unsigned = "545cc976b3e88c13453d8eaa6ed7decb6054d5525dc0c13f09620f77a0f27e2a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all5002" + "all5002" + ]; + titles = [ + { + model = "ALL5002"; + vendor = "Allnet"; + } + ]; + }; + allnet_all5003 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-allnet_all5003"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-allnet_all5003-squashfs-sysupgrade.bin"; + sha256 = "a77f6ce74c65772a8e55ab71ef6838f1296160200a295d814b788100e18a03d4"; + sha256_unsigned = "a007fde7e7b82f314023b627c61719b039b73a1144893b4bf3956a5f04887b43"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-allnet_all5003-initramfs-kernel.bin"; + sha256 = "7ec1ad95baf7e7af0cc515d9e453e18ccb2d1b2625acdd839df9ca6b81ca7bd6"; + sha256_unsigned = "7ec1ad95baf7e7af0cc515d9e453e18ccb2d1b2625acdd839df9ca6b81ca7bd6"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all5003" + "all5003" + ]; + titles = [ + { + model = "ALL5003"; + vendor = "Allnet"; + } + ]; + }; + alphanetworks_asl26555-16m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-alphanetworks_asl26555-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-alphanetworks_asl26555-16m-squashfs-sysupgrade.bin"; + sha256 = "bf5b82bf520ce2d7dc101dededd354cfe73fd0185695feb7ecd461f8df080eca"; + sha256_unsigned = "39e88021b08bfa92264bef06944901c074dae5edae0211750762a6b33d26f319"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-alphanetworks_asl26555-16m-initramfs-kernel.bin"; + sha256 = "1f4840133ec19de205e8bde0a509d2a9283ee7a6278b53da337149948e9b61a2"; + sha256_unsigned = "1f4840133ec19de205e8bde0a509d2a9283ee7a6278b53da337149948e9b61a2"; + type = "kernel"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-16m" + "asl26555" + "asl26555-16M" + ]; + titles = [ + { + model = "ASL26555"; + variant = "16M"; + vendor = "Alpha"; + } + ]; + }; + alphanetworks_asl26555-8m = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-alphanetworks_asl26555-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-alphanetworks_asl26555-8m-initramfs-kernel.bin"; + sha256 = "3048b4094c52c1ed98836ce87400f4d34dcfb71c0e6549e24806ad350d92ebc0"; + sha256_unsigned = "3048b4094c52c1ed98836ce87400f4d34dcfb71c0e6549e24806ad350d92ebc0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-alphanetworks_asl26555-8m-squashfs-sysupgrade.bin"; + sha256 = "0c01aa15115e8fc5d0dccf9ceb1f1eb8cf9675334c07fa14700edf79bce97e5a"; + sha256_unsigned = "25d5d820d676eadfdee9503b9bfe51498c5005da5c693819b6ff56473f096e12"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alphanetworks,asl26555-8m" + "asl26555" + "asl26555-8M" + ]; + titles = [ + { + model = "ASL26555"; + vendor = "Alpha"; + } + ]; + }; + arcwireless_freestation5 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-rt2500-usb" + "kmod-rt2800-usb" + "kmod-rt2x00-usb" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-arcwireless_freestation5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-arcwireless_freestation5-initramfs-kernel.bin"; + sha256 = "db0eb44cae0039d3b31db45ad2b6858e49c870d2c8cb5a671ddc8682ae44b9dd"; + sha256_unsigned = "db0eb44cae0039d3b31db45ad2b6858e49c870d2c8cb5a671ddc8682ae44b9dd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-arcwireless_freestation5-squashfs-sysupgrade.bin"; + sha256 = "46e606d9cf034c0541dbfef39763a6d69a2c1b4cb61a55ff3bedafcab8cd0d0b"; + sha256_unsigned = "24d5a13183a9f8fcfded6808063cc45321bb1943884982c9b07227fbf0d620a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcwireless,freestation5" + "freestation5" + ]; + titles = [ + { + model = "FreeStation"; + vendor = "ARC Wireless"; + } + ]; + }; + argus_atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-argus_atp-52b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-argus_atp-52b-initramfs-kernel.bin"; + sha256 = "b6d30968844cdb050c6abf6c02e8f30fa6830f8f2660629c29c4d9f352679827"; + sha256_unsigned = "b6d30968844cdb050c6abf6c02e8f30fa6830f8f2660629c29c4d9f352679827"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-argus_atp-52b-squashfs-sysupgrade.bin"; + sha256 = "a6aaa21006fc6fbe95870823e9ec0a1062b01712bd2b0518800a2b5a5bcb9a7f"; + sha256_unsigned = "65b6eb6577f537390891eb8bf358c857eef6bc47fbc04379e9932f20799fa676"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "argus,atp-52b" + "atp-52b" + ]; + titles = [ + { + model = "ATP-52B"; + vendor = "Argus"; + } + ]; + }; + asiarf_awm002-evb-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-asiarf_awm002-evb-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-asiarf_awm002-evb-8m-initramfs-kernel.bin"; + sha256 = "f08286cdf37bfc776722c434c23e29dd85c5abbfa83f3f24dcc2156cd1fd5c52"; + sha256_unsigned = "f08286cdf37bfc776722c434c23e29dd85c5abbfa83f3f24dcc2156cd1fd5c52"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-asiarf_awm002-evb-8m-squashfs-sysupgrade.bin"; + sha256 = "701397d989b36a1c6a5c094e82a63ce0d23e52e95ff6d1cabf039b8bd236657e"; + sha256_unsigned = "4d610ca4689b735593c9f291c1778118fafdf3732347cb95263c0d5fc8f0ecd0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,awm002-evb-8m" + "awm002-evb-8M" + ]; + titles = [ + { + model = "AWM002-EVB/AWM003-EVB"; + variant = "8M"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rt-n13u = { + device_packages = [ + "kmod-leds-gpio" + "kmod-rt2800-pci" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-asus_rt-n13u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-asus_rt-n13u-initramfs-kernel.bin"; + sha256 = "297c3221620e3957a1fdfb87e655948730913ddfc672794192229cd1660ddfeb"; + sha256_unsigned = "297c3221620e3957a1fdfb87e655948730913ddfc672794192229cd1660ddfeb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-asus_rt-n13u-squashfs-sysupgrade.bin"; + sha256 = "21312fa046cc42bc7e2fc28f4be3a576377bb601ba7463ef3d603af488787526"; + sha256_unsigned = "c9fde74aa0f3b15d4408847ef7e3c5fa86e8f45cf21d27f319517660b65efaed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n13u" + "rt-n13u" + ]; + titles = [ + { + model = "RT-N13U"; + vendor = "Asus"; + } + ]; + }; + aximcom_mr-102n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-aximcom_mr-102n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-aximcom_mr-102n-initramfs-kernel.bin"; + sha256 = "a2c7e8daca93e4c59953a714cafe7969e1c80a43a6d3d3cbfcbfc2f3c38f0c4e"; + sha256_unsigned = "a2c7e8daca93e4c59953a714cafe7969e1c80a43a6d3d3cbfcbfc2f3c38f0c4e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-aximcom_mr-102n-squashfs-sysupgrade.bin"; + sha256 = "aaef24d8c14eb19c987ed1e8130c50281bdea580d6e1359caf6608784669da3f"; + sha256_unsigned = "610e8624542415b1a60d21112693d11c0c57706bbf40a73c4fa59971a6c51831"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aximcom,mr-102n" + "mr-102n" + ]; + titles = [ + { + model = "MR-102N"; + vendor = "AXIMCom"; + } + ]; + }; + aztech_hw550-3g = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-aztech_hw550-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-aztech_hw550-3g-squashfs-sysupgrade.bin"; + sha256 = "99de41ac500b8c48296edea726c770ef11547b6f1cd1f8c3405854645940c072"; + sha256_unsigned = "5dff939d23a9b60d619bff479b0d7459819ee216b8d9d66e8613dca329fa6444"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-aztech_hw550-3g-initramfs-kernel.bin"; + sha256 = "7764fa07774124c2c4a01703c324ca3aa3edd28296d67e832025119d81079d66"; + sha256_unsigned = "7764fa07774124c2c4a01703c324ca3aa3edd28296d67e832025119d81079d66"; + type = "kernel"; + } + ]; + supported_devices = [ + "aztech,hw550-3g" + "hw550-3g" + ]; + titles = [ + { + model = "HW550-3G"; + vendor = "Aztech"; + } + { + model = "ALL0239-3G"; + vendor = "Allnet"; + } + ]; + }; + belkin_f5d8235-v2 = { + device_packages = [ + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-belkin_f5d8235-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-belkin_f5d8235-v2-initramfs-kernel.bin"; + sha256 = "96984645c8eecb21db0818bdbdff28d6b310336e52134d916a0f82588ffc8090"; + sha256_unsigned = "96984645c8eecb21db0818bdbdff28d6b310336e52134d916a0f82588ffc8090"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-belkin_f5d8235-v2-squashfs-sysupgrade.bin"; + sha256 = "6a6069c7ec0468e486351473cc254930d2f9b6a3babddfce6452fcbdade9dd0f"; + sha256_unsigned = "2bf967de1314afc2ec9926d5a93e47f12831340e87064327ac22d27fa9b9aab6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f5d8235-v2" + "f5d8235-v2" + ]; + titles = [ + { + model = "F5D8235"; + variant = "v2"; + vendor = "Belkin"; + } + ]; + }; + belkin_f7c027 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-belkin_f7c027"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-belkin_f7c027-squashfs-sysupgrade.bin"; + sha256 = "b81662d0e203268da1766440784012119a4428c961fbd4b0c3b19192402b6cea"; + sha256_unsigned = "72e89cdff6e9ac93acbf8ecd775765ae5642f1759b17287828d3d944398f6ad1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-belkin_f7c027-initramfs-kernel.bin"; + sha256 = "ce31164f2a46d9d7e02aeaaac0135280a762645ff92b0350eb287ec82c232d43"; + sha256_unsigned = "ce31164f2a46d9d7e02aeaaac0135280a762645ff92b0350eb287ec82c232d43"; + type = "kernel"; + } + ]; + supported_devices = [ + "belkin,f7c027" + "f7c027" + ]; + titles = [ + { + model = "F7C027"; + vendor = "Belkin"; + } + ]; + }; + dlink_dap-1350 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-dlink_dap-1350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-dlink_dap-1350-squashfs-sysupgrade.bin"; + sha256 = "dabe87011b11cc5434caa76cbefa8013a22bdfe00662e522505aa64cf3b9921f"; + sha256_unsigned = "1fe034f720346612e29576e86d9bbc23d1909c7fe3af0cbc48f3450ea2ed8d3c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-dlink_dap-1350-initramfs-kernel.bin"; + sha256 = "fe9c3889e282cb72314f91ee3f62c40c3e0a0ef975229a6e851e123dfc440090"; + sha256_unsigned = "fe9c3889e282cb72314f91ee3f62c40c3e0a0ef975229a6e851e123dfc440090"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-dlink_dap-1350-squashfs-factory-NA.bin"; + sha256 = "3577058126d940488461c683797de55f7b15b2e083d5d2977453bb16a9d7f388"; + sha256_unsigned = "3577058126d940488461c683797de55f7b15b2e083d5d2977453bb16a9d7f388"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-dlink_dap-1350-squashfs-factory.bin"; + sha256 = "79aff684db837ffcb2be4028dc120a7846b0d9d3bf574c24a92c47ed50b98467"; + sha256_unsigned = "79aff684db837ffcb2be4028dc120a7846b0d9d3bf574c24a92c47ed50b98467"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1350" + "dap-1350" + ]; + titles = [ + { + model = "DAP-1350"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-300-b7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-dlink_dir-300-b7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-dlink_dir-300-b7-initramfs-kernel.bin"; + sha256 = "c01518665200b0f8a06afad1114498a5ff7f8533f6cdaa135d6b1c474a4a6e32"; + sha256_unsigned = "c01518665200b0f8a06afad1114498a5ff7f8533f6cdaa135d6b1c474a4a6e32"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-dlink_dir-300-b7-squashfs-sysupgrade.bin"; + sha256 = "92c37d195c05af4402ff113f62d61c2fbfa7d77e37b43d8593bf331eba0eaf62"; + sha256_unsigned = "ce91c8a616c582550983282ba2572289927758088d4ca7e535146f790eee3ae8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-300-b7" + "dir-300-b7" + ]; + titles = [ + { + model = "DIR-300"; + variant = "B7"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-320-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-dlink_dir-320-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-dlink_dir-320-b1-squashfs-sysupgrade.bin"; + sha256 = "e2bc41133854ca0e43ea728b4e3d2ba565f5d2cecdc08d6799a87429f504aa81"; + sha256_unsigned = "c147619213b051dc79f8522846a0e82b454dab274c4e65177194dc7e4a4e6974"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-dlink_dir-320-b1-initramfs-kernel.bin"; + sha256 = "11a2168bbacbd9c14a72908479f958bffd873028f59eecafdb72b4359afdf38f"; + sha256_unsigned = "11a2168bbacbd9c14a72908479f958bffd873028f59eecafdb72b4359afdf38f"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-320-b1" + "dir-320-b1" + ]; + titles = [ + { + model = "DIR-320"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-dlink_dir-620-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-dlink_dir-620-a1-squashfs-sysupgrade.bin"; + sha256 = "e4d083ebbc0fef9e4f61c4f56097e1044e91e211fb701cbffa961030e5f8d20d"; + sha256_unsigned = "14ad6ecb8fc2ab68a44712a4935dd25ca9c63ff4a5478e51edd35ec8ef8e1d77"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-dlink_dir-620-a1-initramfs-kernel.bin"; + sha256 = "69d0242150cec98a2c3997eaca144468140b1b69a755327c5084e56cacd66e80"; + sha256_unsigned = "69d0242150cec98a2c3997eaca144468140b1b69a755327c5084e56cacd66e80"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-620-a1" + "dir-620-a1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-620-d1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-dlink_dir-620-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-dlink_dir-620-d1-squashfs-sysupgrade.bin"; + sha256 = "a786885d26c563d382f58c66a63a3a0266a3e7d319150d496f865471005d7b3f"; + sha256_unsigned = "e2a9ee2103f05afe25fa80c33bae3d510e3dd9a7c5bfe70d44a31442f2e0b992"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-dlink_dir-620-d1-initramfs-kernel.bin"; + sha256 = "6c7565059324705a503dc6171e946bd57e8274ad7c2f8bfd1cfba5b8ac743c75"; + sha256_unsigned = "6c7565059324705a503dc6171e946bd57e8274ad7c2f8bfd1cfba5b8ac743c75"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-620-d1" + "dir-620-d1" + ]; + titles = [ + { + model = "DIR-620"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-512-b = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-spi-dev" + "kmod-usb-serial-option" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-dlink_dwr-512-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-dlink_dwr-512-b-squashfs-sysupgrade.bin"; + sha256 = "d4969e2a579959dd9e26f7a4f65243fada878850450bd8f52dc544a6359f3bb5"; + sha256_unsigned = "361dde78004df5ef68b6f35a0469530a7c9e37304c1e76d56e1f107e50a8beed"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-dlink_dwr-512-b-squashfs-factory.bin"; + sha256 = "51600684b9f68329d5601ab1d4222991437a8169bb8a5478cdcb878e14ff1b10"; + sha256_unsigned = "51600684b9f68329d5601ab1d4222991437a8169bb8a5478cdcb878e14ff1b10"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-dlink_dwr-512-b-initramfs-kernel.bin"; + sha256 = "d5425c8613e689559bea6fea15e5b66fc6a7f9eebe48692b3b1c3059eb07eba5"; + sha256_unsigned = "d5425c8613e689559bea6fea15e5b66fc6a7f9eebe48692b3b1c3059eb07eba5"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-512-b" + "dwr-512-b" + ]; + titles = [ + { + model = "DWR-512"; + variant = "B"; + vendor = "D-Link"; + } + ]; + }; + easyacc_wizard-8800 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-easyacc_wizard-8800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-easyacc_wizard-8800-initramfs-kernel.bin"; + sha256 = "1a6b350ba99d4fc48dffaaaef21b17f436ac07390beae03996beed294f76f4f1"; + sha256_unsigned = "1a6b350ba99d4fc48dffaaaef21b17f436ac07390beae03996beed294f76f4f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-easyacc_wizard-8800-squashfs-sysupgrade.bin"; + sha256 = "eaa31cdf265c2a8f8d9779f21e052e8e94ba083b9cc028f2876a99e4ed3bf742"; + sha256_unsigned = "e3b11d69365fdfa5323e83e60fa96d2551276bd08e040865f7da9a417c53bbff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "easyacc,wizard-8800" + "wizard8800" + ]; + titles = [ + { + model = "WIZARD 8800"; + vendor = "EasyAcc"; + } + ]; + }; + fon_fonera-20n = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-fon_fonera-20n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-fon_fonera-20n-initramfs-kernel.bin"; + sha256 = "5f21214c8f22a33a75030438d000ef5e52161c7b72f5e0cef3a2fd2d2660d75b"; + sha256_unsigned = "5f21214c8f22a33a75030438d000ef5e52161c7b72f5e0cef3a2fd2d2660d75b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-fon_fonera-20n-squashfs-factory.bin"; + sha256 = "5a208c70218d3c45e6fa1b09542624a3a1b496c649f745ed1b1fe2982a9bcc38"; + sha256_unsigned = "5a208c70218d3c45e6fa1b09542624a3a1b496c649f745ed1b1fe2982a9bcc38"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-fon_fonera-20n-squashfs-sysupgrade.bin"; + sha256 = "0d2db9cacb56db65dd18c39c3626efffa52b5de52601e55b07b2f2fcd31a18cc"; + sha256_unsigned = "4fbfc27740c2b72ef4041ffa0b7217c59aedd3f1110c8c0e145ae9d63a909960"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fon,fonera-20n" + "fonera20n" + ]; + titles = [ + { + model = "Fonera 2.0N"; + vendor = "Fon"; + } + ]; + }; + hame_mpr-a2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-hame_mpr-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-hame_mpr-a2-squashfs-sysupgrade.bin"; + sha256 = "f6279952942e131e35ebdcd6cf59d9da6cac385e083ce3ad44b493bf4d1cedbc"; + sha256_unsigned = "25e7c8c5bb0d86f9c9c6077e30718c140e7fa7179252fa50babcd2bb914cb178"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-hame_mpr-a2-initramfs-kernel.bin"; + sha256 = "3094397ac635da142b153f5c4714c2e9bc5efbbfed8609bc503a4371b788f663"; + sha256_unsigned = "3094397ac635da142b153f5c4714c2e9bc5efbbfed8609bc503a4371b788f663"; + type = "kernel"; + } + ]; + supported_devices = [ + "hame,mpr-a2" + "mpr-a2" + ]; + titles = [ + { + model = "MPR"; + variant = "A2"; + vendor = "HAME"; + } + ]; + }; + hauppauge_broadway = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-hauppauge_broadway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-hauppauge_broadway-squashfs-sysupgrade.bin"; + sha256 = "917af98f4a0c5e15233efcaf6d17db5e2246071a6d5ce97c16027a6554c20605"; + sha256_unsigned = "956c6402e12eeaa5b0b60efb2e6792d58f7eff55b1c89eff9f8159b1956556d4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-hauppauge_broadway-initramfs-kernel.bin"; + sha256 = "2f297f6a83f0e68e49cc589503a0944b9daf5485d7bba423a93311f450d9a545"; + sha256_unsigned = "2f297f6a83f0e68e49cc589503a0944b9daf5485d7bba423a93311f450d9a545"; + type = "kernel"; + } + ]; + supported_devices = [ + "hauppauge,broadway" + "broadway" + ]; + titles = [ + { + model = "Broadway"; + vendor = "Hauppauge"; + } + ]; + }; + huawei_hg255d = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-huawei_hg255d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-huawei_hg255d-initramfs-kernel.bin"; + sha256 = "9f8238712280d3bfd4cae590493ac6266bbf2c37b6e2cffbb40666a040b035fc"; + sha256_unsigned = "9f8238712280d3bfd4cae590493ac6266bbf2c37b6e2cffbb40666a040b035fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-huawei_hg255d-squashfs-sysupgrade.bin"; + sha256 = "8cee7baeece4de89b014636c39cae099940b969a59d070a012addd7e28834532"; + sha256_unsigned = "37b300f8618bb23d4d8fe25760518d05b387182957bfc1d5bc527a3fd9153da8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg255d" + "hg255d" + ]; + titles = [ + { + model = "HG255D"; + vendor = "HuaWei"; + } + ]; + }; + intenso_memory2move = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-intenso_memory2move"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-intenso_memory2move-initramfs-kernel.bin"; + sha256 = "7c42ad0595a07431a53ebc3e76e78b92c68e552af08f26af1862cb565e172899"; + sha256_unsigned = "7c42ad0595a07431a53ebc3e76e78b92c68e552af08f26af1862cb565e172899"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-intenso_memory2move-squashfs-sysupgrade.bin"; + sha256 = "706eceee3d3657db88ba87479e14fe962ce8a16304919c79956097bb2cd9aec9"; + sha256_unsigned = "df23357fd921eed517e021c14381d55929a62b2493304359026ffebf1b47543e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "intenso,memory2move" + "m2m" + ]; + titles = [ + { + model = "Memory 2 Move"; + vendor = "Intenso"; + } + ]; + }; + mofinetwork_mofi3500-3gn = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-mofinetwork_mofi3500-3gn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-mofinetwork_mofi3500-3gn-squashfs-sysupgrade.bin"; + sha256 = "55d8857b00a6e78aca50e1ab26a04d995eba5e283b2a0e4ded28b741ac9bb085"; + sha256_unsigned = "9578a3060f490232da00824e9b70adb6c04aee06ae568209cb764329dd050575"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-mofinetwork_mofi3500-3gn-initramfs-kernel.bin"; + sha256 = "d2f19ba70895c2590f1ffebb4b298cb217c6a04bc2356d05c924e4068cc5518c"; + sha256_unsigned = "d2f19ba70895c2590f1ffebb4b298cb217c6a04bc2356d05c924e4068cc5518c"; + type = "kernel"; + } + ]; + supported_devices = [ + "mofinetwork,mofi3500-3gn" + "mofi3500-3gn" + ]; + titles = [ + { + model = "MOFI3500-3GN"; + vendor = "MoFi Network"; + } + ]; + }; + nexaira_bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-nexaira_bc2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-nexaira_bc2-initramfs-kernel.bin"; + sha256 = "7f5628e73ae2abb8038299c31ee78c3855fddbda3ff188b376add3f4268769d6"; + sha256_unsigned = "7f5628e73ae2abb8038299c31ee78c3855fddbda3ff188b376add3f4268769d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-nexaira_bc2-squashfs-sysupgrade.bin"; + sha256 = "7237dff8f54715d756f46fdb26799c18a6766d1abd10c44c262822ae1d454697"; + sha256_unsigned = "a829c4b0b79ebe35d1be593fbcfcab36c84ab8bb58c1a4531484c24cdc63ecbf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexaira,bc2" + "bc2" + ]; + titles = [ + { + model = "BC2"; + vendor = "NexAira"; + } + ]; + }; + nexx_wt1520-8m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-nexx_wt1520-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-nexx_wt1520-8m-squashfs-sysupgrade.bin"; + sha256 = "5adac333c7cbc396dbf91dcf3df92d795f20519705f253e59a09769d4e0d9a62"; + sha256_unsigned = "dd69f4a3acbb2bd4c6a265922df2771de07d823b806da063a4fcd6c6e5daacb5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-nexx_wt1520-8m-initramfs-kernel.bin"; + sha256 = "199b4d78e6863c69a05db1bb9180399e8baa8fb435d39161a4843acb19d1ccba"; + sha256_unsigned = "199b4d78e6863c69a05db1bb9180399e8baa8fb435d39161a4843acb19d1ccba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-nexx_wt1520-8m-squashfs-factory.bin"; + sha256 = "2d2d7313721c4499718d9ff3d690000bd328d18695344c5e4d6d791c2e5c77e2"; + sha256_unsigned = "2d2d7313721c4499718d9ff3d690000bd328d18695344c5e4d6d791c2e5c77e2"; + type = "factory"; + } + ]; + supported_devices = [ + "nexx,wt1520-8m" + "wt1520-8M" + ]; + titles = [ + { + model = "WT1520"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + nixcore_x1-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-nixcore_x1-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-nixcore_x1-16m-initramfs-kernel.bin"; + sha256 = "b8483030b3d2b7e54fa805979c05d93bc6fda035134d3cf44117d1f568bb3ffe"; + sha256_unsigned = "b8483030b3d2b7e54fa805979c05d93bc6fda035134d3cf44117d1f568bb3ffe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-nixcore_x1-16m-squashfs-sysupgrade.bin"; + sha256 = "5b92bb2a504fd70bfe9ebfae9f19e7720d1e7de00cd59b18aa909265b539f96c"; + sha256_unsigned = "df2379c827a4dcd13e9f52d502075d8b1d9b9772e8cb8d76283bc3f3ba7aaacd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nixcore,x1-16m" + "nixcore-x1" + "nixcore-x1-16M" + ]; + titles = [ + { + model = "X1"; + variant = "16M"; + vendor = "Nixcore"; + } + ]; + }; + nixcore_x1-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-nixcore_x1-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-nixcore_x1-8m-squashfs-sysupgrade.bin"; + sha256 = "9946f2f044c20c1ada8ed2ef7ba04584a4630e9df564fee039459351cca6a2dd"; + sha256_unsigned = "e481e603fc1e1398ef07dd788bedfbccfd48cd8c0aaf16c93f6dd59d27e484c2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-nixcore_x1-8m-initramfs-kernel.bin"; + sha256 = "5fa2b37aab8822f75b16e8829c7f962f95e0a96737091ae455ffc2a344fe3260"; + sha256_unsigned = "5fa2b37aab8822f75b16e8829c7f962f95e0a96737091ae455ffc2a344fe3260"; + type = "kernel"; + } + ]; + supported_devices = [ + "nixcore,x1-8m" + "nixcore-x1" + "nixcore-x1-8M" + ]; + titles = [ + { + model = "X1"; + variant = "8M"; + vendor = "Nixcore"; + } + ]; + }; + olimex_rt5350f-olinuxino = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-olimex_rt5350f-olinuxino"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-olimex_rt5350f-olinuxino-initramfs-kernel.bin"; + sha256 = "1713d00f4b9a7d5e55ec36b87943d45406302cac0f3c7140de2093d06d5348e1"; + sha256_unsigned = "1713d00f4b9a7d5e55ec36b87943d45406302cac0f3c7140de2093d06d5348e1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-olimex_rt5350f-olinuxino-squashfs-sysupgrade.bin"; + sha256 = "13c14c04bde5ba3f9fb2fdd818709c15ad3d1ea94d3247ddecb498342e44d37e"; + sha256_unsigned = "35da1eafa3830681933588cc14630b25d0fb41ca916e002407d9f5ca2a4b8cb2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino" + "rt5350f-olinuxino" + ]; + titles = [ + { + model = "RT5350F-OLinuXino"; + vendor = "OLIMEX"; + } + ]; + }; + olimex_rt5350f-olinuxino-evb = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-olimex_rt5350f-olinuxino-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-olimex_rt5350f-olinuxino-evb-initramfs-kernel.bin"; + sha256 = "7db14ef5bbfde8716903f437f3dc17d2a50bd91ed040c77299cb419aadf37a3f"; + sha256_unsigned = "7db14ef5bbfde8716903f437f3dc17d2a50bd91ed040c77299cb419aadf37a3f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-olimex_rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"; + sha256 = "a05034636f5ed0d7ce5e1dfe20dc3b2a5e5c83266c0c21ba5565a293856ea377"; + sha256_unsigned = "b602d86ffd4d74207ddb2ee50703650e09dff3a129be7c346df3dbd6bd56555f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "olimex,rt5350f-olinuxino-evb" + "rt5350f-olinuxino-evb" + ]; + titles = [ + { + model = "RT5350F-OLinuXino-EVB"; + vendor = "OLIMEX"; + } + ]; + }; + omnima_miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-omnima_miniembplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-omnima_miniembplug-squashfs-sysupgrade.bin"; + sha256 = "14fd0091eaa233c94d44a1df47774f95f3db96253b36e1a95a3619ba02ba35d9"; + sha256_unsigned = "5c510f0778be1e078b3b3b850d2a97865400f2f76653b4ba6cba70e7a08e557e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-omnima_miniembplug-initramfs-kernel.bin"; + sha256 = "ce4399608bda0322a20eead431250b052f54f9248eaf4afc2e194de06fc248f9"; + sha256_unsigned = "ce4399608bda0322a20eead431250b052f54f9248eaf4afc2e194de06fc248f9"; + type = "kernel"; + } + ]; + supported_devices = [ + "omnima,miniembplug" + "miniembplug" + ]; + titles = [ + { + model = "MiniEMBPlug"; + vendor = "Omnima"; + } + ]; + }; + omnima_miniembwifi = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-omnima_miniembwifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-omnima_miniembwifi-initramfs-kernel.bin"; + sha256 = "f128e55b1f7de8848e5f07b17163a5dcc6a50cd07cb737f1b1c1e8254c68afc9"; + sha256_unsigned = "f128e55b1f7de8848e5f07b17163a5dcc6a50cd07cb737f1b1c1e8254c68afc9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-omnima_miniembwifi-squashfs-sysupgrade.bin"; + sha256 = "451017fdfb9438290b2c12a81025c0d70aafdc3e1173e37709c3162b2ec9ca8e"; + sha256_unsigned = "1ebb3d2aebfa1cca1f289b20f97f48164cf59eecb18a0f8b32eb28bb1776f02c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,miniembwifi" + "miniembwifi" + ]; + titles = [ + { + model = "MiniEMBWiFi"; + vendor = "Omnima"; + } + ]; + }; + planex_mzk-wdpr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-planex_mzk-wdpr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-planex_mzk-wdpr-squashfs-sysupgrade.bin"; + sha256 = "28723d4289cf9b46c1b52e52df7537296650d8753237b09036576561074e0a9c"; + sha256_unsigned = "d0a32c2a57ec2b84046559b0ac1d296e1543415ccedda8eeabdfeee1c1292b52"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-planex_mzk-wdpr-initramfs-kernel.bin"; + sha256 = "52b2fc868503b2872303391c3e7a2961d7127295d6108f01ecf475d8f4a57ba8"; + sha256_unsigned = "52b2fc868503b2872303391c3e7a2961d7127295d6108f01ecf475d8f4a57ba8"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-wdpr" + "mzk-wdpr" + ]; + titles = [ + { + model = "MZK-WDPR"; + vendor = "Planex"; + } + ]; + }; + poray_ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-poray_ip2202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-poray_ip2202-initramfs-kernel.bin"; + sha256 = "241694f2bbceb0b46d471a805f74a574bd006a5ec244827e522d405e35459de8"; + sha256_unsigned = "241694f2bbceb0b46d471a805f74a574bd006a5ec244827e522d405e35459de8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-poray_ip2202-squashfs-sysupgrade.bin"; + sha256 = "f3567c211d76e401497dbb871a20c4f1443ef9cfd361d4c1320bbec9260d4304"; + sha256_unsigned = "ae57aa5606bcfeea22b531be64db01b5bd7ca728b92226f6812adb4728bd3669"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,ip2202" + "ip2202" + ]; + titles = [ + { + model = "IP2202"; + vendor = "Poray"; + } + ]; + }; + poray_m4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-poray_m4-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-poray_m4-8m-initramfs-kernel.bin"; + sha256 = "5979994a70de197aed6d5652b4bec9f580297ff05fd78e0120bd000918c89c85"; + sha256_unsigned = "5979994a70de197aed6d5652b4bec9f580297ff05fd78e0120bd000918c89c85"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-poray_m4-8m-squashfs-sysupgrade.bin"; + sha256 = "bb182a9c435fbd68676d4d994e3b851c351ec66d982f06622e92cebaa7348645"; + sha256_unsigned = "3882b7a101ca57c6aa36a053f2c704385e25c7834e4de31e9e5ac14beee6244d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-poray_m4-8m-squashfs-factory.bin"; + sha256 = "48755f30f23368e540255cb091167b49cbe0d68675324c32b710af74c17af9c5"; + sha256_unsigned = "48755f30f23368e540255cb091167b49cbe0d68675324c32b710af74c17af9c5"; + type = "factory"; + } + ]; + supported_devices = [ + "poray,m4-8m" + "m4-8M" + ]; + titles = [ + { + model = "M4"; + variant = "8M"; + vendor = "Poray"; + } + ]; + }; + poray_x5 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-poray_x5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-poray_x5-initramfs-kernel.bin"; + sha256 = "0c603549e79a85c43cc5cc953ba8d3abd9c4aff9770ee5d7b52a93c7df786c18"; + sha256_unsigned = "0c603549e79a85c43cc5cc953ba8d3abd9c4aff9770ee5d7b52a93c7df786c18"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-poray_x5-squashfs-factory.bin"; + sha256 = "8e4a16967fd66f22c7944fb3d1358a59562d72abbfa31dddb33893d970e48b19"; + sha256_unsigned = "8e4a16967fd66f22c7944fb3d1358a59562d72abbfa31dddb33893d970e48b19"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-poray_x5-squashfs-sysupgrade.bin"; + sha256 = "5a3d059d7e572b043ecaef573aec5e5cf04f76e46eb058c43de3115562fa87bf"; + sha256_unsigned = "2b5458ea62d50c64228394c23ca6599b6a4cbc90cbf05b7a634016c870ce49f5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,x5" + "x5" + ]; + titles = [ + { + model = "X5/X6"; + vendor = "Poray"; + } + ]; + }; + poray_x8 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-poray_x8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-poray_x8-initramfs-kernel.bin"; + sha256 = "9c33b3d3ac0afe854ecae07b846d1160636349971a53374c9864594aee6fd804"; + sha256_unsigned = "9c33b3d3ac0afe854ecae07b846d1160636349971a53374c9864594aee6fd804"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-poray_x8-squashfs-factory.bin"; + sha256 = "482fd4ddb6ef3acc5650e54d85a7e99fea668d7bb025763454eddf9567eb99ae"; + sha256_unsigned = "482fd4ddb6ef3acc5650e54d85a7e99fea668d7bb025763454eddf9567eb99ae"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-poray_x8-squashfs-sysupgrade.bin"; + sha256 = "cb64fd051986da4719b5d7aaa7c715de633d509a602a21752261ba50c24275ce"; + sha256_unsigned = "65290d69865141a157c8cb35990b21692f63ded12dc46bccb8e8471e5a96cc8f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,x8" + "x8" + ]; + titles = [ + { + model = "X8"; + vendor = "Poray"; + } + ]; + }; + prolink_pwh2004 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-prolink_pwh2004"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-prolink_pwh2004-initramfs-kernel.bin"; + sha256 = "9909aa931518d8e2ea6be055893d593014542ba87ecd5cba60a6c2ee4679e442"; + sha256_unsigned = "9909aa931518d8e2ea6be055893d593014542ba87ecd5cba60a6c2ee4679e442"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-prolink_pwh2004-squashfs-sysupgrade.bin"; + sha256 = "03f3070c8ca2dc9d7c385b12abe9d1787370d15db4f80ac0cba6c1d0c8556e79"; + sha256_unsigned = "b1d68c6b0df157876594d1fd92641c77037ea9577b3417c6ea9f878b600e1dca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "prolink,pwh2004" + "pwh2004" + ]; + titles = [ + { + model = "PWH2004"; + vendor = "Prolink"; + } + ]; + }; + teltonika_rut5xx = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-teltonika_rut5xx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-teltonika_rut5xx-squashfs-sysupgrade.bin"; + sha256 = "8d3984a0ea07f9ae2195bedbc7102dbd09e468584c2eb9cc33391030f22cf51d"; + sha256_unsigned = "d9f0474daddcc2ecef82721a5cecf4d351da79a9fb7feb2befff8818cfc1ca88"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-teltonika_rut5xx-initramfs-kernel.bin"; + sha256 = "59adad4e4f2a4e79d3b87834d67ef66791072ff7c931ebce272f954a4f2e0049"; + sha256_unsigned = "59adad4e4f2a4e79d3b87834d67ef66791072ff7c931ebce272f954a4f2e0049"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut5xx" + "rut5xx" + ]; + titles = [ + { + model = "RUT5XX"; + vendor = "Teltonika"; + } + ]; + }; + trendnet_tew-714tru = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-trendnet_tew-714tru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-trendnet_tew-714tru-initramfs-kernel.bin"; + sha256 = "2ae27c7da23e0601de549847f0ae99b927fe8aba74aefbde3b49c7e8dabd6ddc"; + sha256_unsigned = "2ae27c7da23e0601de549847f0ae99b927fe8aba74aefbde3b49c7e8dabd6ddc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-trendnet_tew-714tru-squashfs-sysupgrade.bin"; + sha256 = "89e12544f85875e9711a21b4039f2c8e3f4bd4b4e1bffcb4c17481fa49af9c22"; + sha256_unsigned = "628de7c95c5a7d1e024730ae8b8c2741de95576d1437cadd50f90a663c9137a1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-714tru" + "tew-714tru" + ]; + titles = [ + { + model = "TEW-714TRU"; + vendor = "TRENDnet"; + } + ]; + }; + unbranded_wr512-3gn-8m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-unbranded_wr512-3gn-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-unbranded_wr512-3gn-8m-initramfs-kernel.bin"; + sha256 = "cffe70723e93bff569e26e50499bd2f9541f7c9361313317932b3d18108f445e"; + sha256_unsigned = "cffe70723e93bff569e26e50499bd2f9541f7c9361313317932b3d18108f445e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-unbranded_wr512-3gn-8m-squashfs-sysupgrade.bin"; + sha256 = "73f9944bf7389492cd95821aefbdd65a6e3f1e282f6e8ac37d4518fa5fb57b74"; + sha256_unsigned = "780c0560f3a1816aade311e70410040534d773c5f39bb4ec013eb0a805628a90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unbranded,wr512-3gn-8m" + "wr512-3gn-8M" + ]; + titles = [ + { + model = "WR512-3GN"; + variant = "8M"; + vendor = "Unbranded"; + } + ]; + }; + upvel_ur-336un = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-upvel_ur-336un"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-upvel_ur-336un-initramfs-kernel.bin"; + sha256 = "4a12aa081d9b18beef08ee19534032029613712e956520904b13634d1d5f2b26"; + sha256_unsigned = "4a12aa081d9b18beef08ee19534032029613712e956520904b13634d1d5f2b26"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-upvel_ur-336un-squashfs-sysupgrade.bin"; + sha256 = "005610a10515089a4ecab6aa798b4c57b45db0666a36c7669ad0f7790c27ceb8"; + sha256_unsigned = "5e8dccefe16db165bfb0664a5c56c06a6e61beed23cd20353e0979a7cc4307d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "upvel,ur-336un" + "ur-336un" + ]; + titles = [ + { + model = "UR-336UN"; + vendor = "UPVEL"; + } + ]; + }; + vocore_vocore-16m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-vocore_vocore-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-vocore_vocore-16m-initramfs-kernel.bin"; + sha256 = "e3c910907cce0107fd8efcc3cee9c32df55ef750adc62f8295395dc957ca1923"; + sha256_unsigned = "e3c910907cce0107fd8efcc3cee9c32df55ef750adc62f8295395dc957ca1923"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-vocore_vocore-16m-squashfs-sysupgrade.bin"; + sha256 = "29b6e955f833335df61a0bb2b2c9b26b4df7407fa70557ce0cd78c644d80e506"; + sha256_unsigned = "7f092ccc5649181317a4766f7bb116be84b207dbab1a9fd783aa370073f14701"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore-16m" + "vocore" + "vocore-16M" + ]; + titles = [ + { + model = "VoCore"; + variant = "16M"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore-8m = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-i2c-ralink" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-vocore_vocore-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-vocore_vocore-8m-initramfs-kernel.bin"; + sha256 = "712be29af342220a5e94fc6e6fa4ef9a951f7deb7449c7bf62d3ea96ad1ba403"; + sha256_unsigned = "712be29af342220a5e94fc6e6fa4ef9a951f7deb7449c7bf62d3ea96ad1ba403"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-vocore_vocore-8m-squashfs-sysupgrade.bin"; + sha256 = "ce872d4e0f59c95dc2e1da9a83392dce3a6a5d3e823078ef75dbe062905d24a5"; + sha256_unsigned = "e73a713a4a92232ec879456d1cbf930ce0484c07107da02ee84f423b711033c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "vocore,vocore-8m" + "vocore" + "vocore-8M" + ]; + titles = [ + { + model = "VoCore"; + variant = "8M"; + vendor = "VoCore"; + } + ]; + }; + wansview_ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-wansview_ncs601w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-wansview_ncs601w-squashfs-sysupgrade.bin"; + sha256 = "0d5575aaaf8ec6a05cb6997dc49db15f282f20427ac66cd3220b841d5c51a4e5"; + sha256_unsigned = "14c90b82890ca65cd7992de726f0b2eabdcc213e8b64b31f0736d9ebc058bd2f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-wansview_ncs601w-initramfs-kernel.bin"; + sha256 = "8090aaeff6458525826528417751fe211741cc0ad0ca97ae586ff73fff76d008"; + sha256_unsigned = "8090aaeff6458525826528417751fe211741cc0ad0ca97ae586ff73fff76d008"; + type = "kernel"; + } + ]; + supported_devices = [ + "wansview,ncs601w" + "ncs601w" + ]; + titles = [ + { + model = "NCS601W"; + vendor = "Wansview"; + } + ]; + }; + wiznet_wizfi630a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-wiznet_wizfi630a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-wiznet_wizfi630a-squashfs-sysupgrade.bin"; + sha256 = "e197fc1cdb1553e0f9a3d447c94db55c65625608122354ccad0a55caae62d421"; + sha256_unsigned = "f16911577c37c5804ba52325982e9292dd2e09ad0d399d493114ac87e6d8cd0c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-wiznet_wizfi630a-initramfs-kernel.bin"; + sha256 = "a1565a26e9f4b4fe3e4cb55163e9966e063909c7b167eb79d06696ba1fc2fdeb"; + sha256_unsigned = "a1565a26e9f4b4fe3e4cb55163e9966e063909c7b167eb79d06696ba1fc2fdeb"; + type = "kernel"; + } + ]; + supported_devices = [ + "wiznet,wizfi630a" + "wizfi630a" + ]; + titles = [ + { + model = "WizFi630A"; + vendor = "WIZnet"; + } + ]; + }; + zorlik_zl5900v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-zorlik_zl5900v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-zorlik_zl5900v2-initramfs-kernel.bin"; + sha256 = "0ed5cb6e2efa3957950f5abab7c4c18b09d7d2cb9df3b3dd23e7549ffee008ef"; + sha256_unsigned = "0ed5cb6e2efa3957950f5abab7c4c18b09d7d2cb9df3b3dd23e7549ffee008ef"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"; + sha256 = "25802217f7e5c9a5b384d6532a4a14ee25b5bf99cab346d4b0865534fda0d5d8"; + sha256_unsigned = "c92bb20fd0c613ace8e114e28b9a40f7e7ad2b6419722981cd25d5b6e893b205"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zorlik,zl5900v2" + ]; + titles = [ + { + model = "ZL5900V2"; + vendor = "Zorlik"; + } + ]; + }; + zte_mf283plus = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-zte_mf283plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin"; + sha256 = "95c42d10ee94004507beefa80661c30a2ed6eb686bca35d9a9528cab2461dd41"; + sha256_unsigned = "ef81ebb691017f9fb141e88452b0c56d62e8fafe0c56715c621a6be634cca1ce"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-zte_mf283plus-initramfs-kernel.bin"; + sha256 = "3776ba674cd6765677d6f5e16dfb57812595c8618822499b9806b551b90fb3c4"; + sha256_unsigned = "3776ba674cd6765677d6f5e16dfb57812595c8618822499b9806b551b90fb3c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf283plus" + ]; + titles = [ + { + model = "MF283+"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ehci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-zyxel_keenetic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-zyxel_keenetic-initramfs-kernel.bin"; + sha256 = "39ce36c8afef8ac5d6ea8acb009b5598df619385bf0be7a9ecfb57bf4918378c"; + sha256_unsigned = "39ce36c8afef8ac5d6ea8acb009b5598df619385bf0be7a9ecfb57bf4918378c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-zyxel_keenetic-squashfs-sysupgrade.bin"; + sha256 = "d0709c206b63cfb437ebc2a3605b8bda5c280acdc36d71c297c57252696ba975"; + sha256_unsigned = "ae102be93119e6a07726848d171a17d56d0ae584719513253ce7ff076b77b308"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,keenetic" + "kn" + ]; + titles = [ + { + model = "Keenetic"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-lite-b = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-zyxel_keenetic-lite-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-zyxel_keenetic-lite-b-squashfs-sysupgrade.bin"; + sha256 = "9dcc77e597b35eaf374959694d24190a11183301b631e254f396400c76d3ff5f"; + sha256_unsigned = "a6ced3e55f8b60263eed0690e5e3fa142d36ada97bea5c22cb358bf409b6d632"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-zyxel_keenetic-lite-b-initramfs-kernel.bin"; + sha256 = "8ac1a8e2dbdb6108d4d82ebd91994ecf94b070fb223678d239b9b411c954a81d"; + sha256_unsigned = "8ac1a8e2dbdb6108d4d82ebd91994ecf94b070fb223678d239b9b411c954a81d"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-lite-b" + ]; + titles = [ + { + model = "Keenetic Lite"; + variant = "B"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg-419n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt305x-zyxel_nbg-419n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt305x-zyxel_nbg-419n-v2-squashfs-sysupgrade.bin"; + sha256 = "29826c680ab875a1128c3f76638e539895c05f4aa523cd07b2829d85f25cfa79"; + sha256_unsigned = "141583febc931d459fcd38093d31ae00a38803a3b518ae53634313f2ef209dda"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-ramips-rt305x-zyxel_nbg-419n-v2-initramfs-kernel.bin"; + sha256 = "a67e47ca7b6b20315a6eecac9df07558d239230a18ef762020e4cfd9b6ccd1b6"; + sha256_unsigned = "a67e47ca7b6b20315a6eecac9df07558d239230a18ef762020e4cfd9b6ccd1b6"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg-419n-v2" + "nbg-419n2" + ]; + titles = [ + { + model = "NBG-419N"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "ramips/rt305x"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-wolfssl" + ]; + metadata_version = 1; + profiles = { + asus_rt-n56u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt3883-asus_rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-asus_rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "b8becc9f73cb96816c88bcfbe5a5b52129a183021273831538eec0909989fd54"; + sha256_unsigned = "24ca699b224899d44739dee2d9f27eb042c0439d4ca176c74c67916c83118b85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u" + "rt-n56u" + ]; + titles = [ + { + model = "RT-N56U"; + vendor = "Asus"; + } + ]; + }; + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "26e1757955375588073316d176e288f83015c03d8ffebd4b6e8ecf267840207e"; + sha256_unsigned = "3c76205529f9a5f619b97aebb494f5f5e72f2ce34bf94eb1340886d9543e3684"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + model = "F9K1109"; + variant = "Version 1.0"; + vendor = "Belkin"; + } + ]; + }; + dlink_dir-645 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt3883-dlink_dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-dlink_dir-645-squashfs-sysupgrade.bin"; + sha256 = "32e9ee44a4c063fadca98b861171d645c1f74c1093db3265b6fd66038269fa1b"; + sha256_unsigned = "eaa634bad9b6ebb8edc96117d0f66ca5e1905bac93c6f269b10bc204ad1142d5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-dlink_dir-645-squashfs-factory.bin"; + sha256 = "21ceb8ab52109adc1e6f0c37f1a1499b4fb98e65ab80828fb3abecac42a0ddcc"; + sha256_unsigned = "21ceb8ab52109adc1e6f0c37f1a1499b4fb98e65ab80828fb3abecac42a0ddcc"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-645" + "dir-645" + ]; + titles = [ + { + model = "DIR-645"; + vendor = "D-Link"; + } + ]; + }; + edimax_br-6475nd = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt3883-edimax_br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-edimax_br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "c6b587b02c92b9bb253cc3fb7b3162e7e1485b4590e453299d83f3d54e61f095"; + sha256_unsigned = "05ada5b036065a5431f8e1dad655f7013a4821832347e03a8bb79de1370cf999"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6475nd" + "br-6475nd" + ]; + titles = [ + { + model = "BR-6475nD"; + vendor = "Edimax"; + } + ]; + }; + engenius_esr600h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "uboot-envtools" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt3883-engenius_esr600h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-engenius_esr600h-squashfs-sysupgrade.bin"; + sha256 = "9ce011cbd4151a7c92313a9536dd15295be3644c3d848ac934a20510e6c71112"; + sha256_unsigned = "bf06834de9de023cc036505aa50c75b683dd8eacb13ff0945f913d5ef0bfdb4a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-engenius_esr600h-squashfs-factory.dlf"; + sha256 = "c9e79dc0cbf1887cce49dd6df5e42ee1f010ab62100234c041749241c4edda85"; + sha256_unsigned = "c9e79dc0cbf1887cce49dd6df5e42ee1f010ab62100234c041749241c4edda85"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,esr600h" + ]; + titles = [ + { + model = "ESR600H"; + vendor = "EnGenius"; + } + ]; + }; + loewe_wmdr-143n = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt3883-loewe_wmdr-143n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-loewe_wmdr-143n-squashfs-sysupgrade.bin"; + sha256 = "1c12aaea21a1452220f482177b306447a9fffe5fa68fb73402cb2cdcc2f6a298"; + sha256_unsigned = "92c18622d22e49570bf2c0c6aa1127381f260ba4183722790404595508b104cc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "loewe,wmdr-143n" + "wmdr-143n" + ]; + titles = [ + { + model = "WMDR-143N"; + vendor = "Loewe"; + } + ]; + }; + omnima_hpm = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt3883-omnima_hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-omnima_hpm-squashfs-sysupgrade.bin"; + sha256 = "438ddd60c1bbd2fc41d2daaedcffe4191d93fa91c64602ceb919260314af1051"; + sha256_unsigned = "5daf27843d8496c496a8ba387fbd56cfb6d236cff5a36b3c422b52a23f5fc34c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,hpm" + "hpm" + ]; + titles = [ + { + model = "HPM"; + vendor = "Omnima"; + } + ]; + }; + samsung_cy-swr1100 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt3883-samsung_cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-samsung_cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "260e90d0357878ac0231901a57a573ce7b1d0e22bba4693df67624ce1f757502"; + sha256_unsigned = "c1bc396c324d8c32d98d8280c5246cb8af4e0fc908885ada47dde69754ef3adc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-samsung_cy-swr1100-squashfs-factory.bin"; + sha256 = "afe5a1c04a6ce4cbea5f2b73746eb8dbfaa90b6b6b738dcd806c4770fe83a493"; + sha256_unsigned = "afe5a1c04a6ce4cbea5f2b73746eb8dbfaa90b6b6b738dcd806c4770fe83a493"; + type = "factory"; + } + ]; + supported_devices = [ + "samsung,cy-swr1100" + "cy-swr1100" + ]; + titles = [ + { + model = "CY-SWR1100"; + vendor = "Samsung"; + } + ]; + }; + sitecom_wlr-6000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-22.03.5-ramips-rt3883-sitecom_wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-sitecom_wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "249e470c43b3fe8401daf84d7d2c01ec7b23dc73b512aebe75ed11e47df007da"; + sha256_unsigned = "016ea57a2ab8afe11dc38a5e97454d66f8ec5bfdc7d369723de749c8fb125051"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-sitecom_wlr-6000-squashfs-factory.dlf"; + sha256 = "788fe1a2b5276350f3e05eb212389a014838bac2b87ec2c55d84114418b84a77"; + sha256_unsigned = "788fe1a2b5276350f3e05eb212389a014838bac2b87ec2c55d84114418b84a77"; + type = "factory"; + } + ]; + supported_devices = [ + "sitecom,wlr-6000" + "wlr-6000" + ]; + titles = [ + { + model = "WLR-6000"; + vendor = "Sitecom"; + } + ]; + }; + trendnet_tew-691gr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt3883-trendnet_tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-trendnet_tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "7fba598044ca999e2b2407cdcb76ab8c47179304b5929b17c467670d190f1990"; + sha256_unsigned = "8b1dc992addf36efcccc0f91c906045e5e0ceb394b62ef96a2b661bbac940e72"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-trendnet_tew-691gr-squashfs-factory.bin"; + sha256 = "4f1e3391e7d17c672b0ed71d0d6a834a98b9bdd2677f8da8de76debfc02e4602"; + sha256_unsigned = "4f1e3391e7d17c672b0ed71d0d6a834a98b9bdd2677f8da8de76debfc02e4602"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-691gr" + "tew-691gr" + ]; + titles = [ + { + model = "TEW-691GR"; + vendor = "TRENDnet"; + } + ]; + }; + trendnet_tew-692gr = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-ramips-rt3883-trendnet_tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-trendnet_tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "dafbbb997c68b00013cf10b75b12fb1857c358e970e22b303652387d520035cb"; + sha256_unsigned = "251e8cd836dfad69a738b8ee5d542e53b2d9edc98e7a4ff820e9dfc520adff2d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-ramips-rt3883-trendnet_tew-692gr-squashfs-factory.bin"; + sha256 = "3119a758c8bc69d6b43f311cd31bf6b2857182dd55e3f28300c42f09d84a7fb2"; + sha256_unsigned = "3119a758c8bc69d6b43f311cd31bf6b2857182dd55e3f28300c42f09d84a7fb2"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-692gr" + "tew-692gr" + ]; + titles = [ + { + model = "TEW-692GR"; + vendor = "TRENDnet"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "ramips/rt3883"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + realtek = { + rtl838x = { + arch_packages = "mips_4kec"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + allnet_all-sg8208m = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-allnet_all-sg8208m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-allnet_all-sg8208m-squashfs-sysupgrade.bin"; + sha256 = "8c27341620efed09f1926e0b2846ddca26f4aaadeb70bc73563356b5e6df7b22"; + sha256_unsigned = "6ca904c76960a293d9e26d2f7e946fa39aa84f70830422b7ece94428f5a8cec5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-allnet_all-sg8208m-initramfs-kernel.bin"; + sha256 = "6a7709f0b0044c4c87b2c740dc7401a2363199ee106ec08084d7909d1acc3be6"; + sha256_unsigned = "6a7709f0b0044c4c87b2c740dc7401a2363199ee106ec08084d7909d1acc3be6"; + type = "kernel"; + } + ]; + supported_devices = [ + "allnet,all-sg8208m" + ]; + titles = [ + { + model = "ALL-SG8208M"; + vendor = "ALLNET"; + } + ]; + }; + d-link_dgs-1210-10p = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-d-link_dgs-1210-10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-d-link_dgs-1210-10p-squashfs-factory_image1.bin"; + sha256 = "4ecd904a6ba2e0c7a93d5f8d80f1928fefee7343c49d1452302227d3d7a0a9e7"; + sha256_unsigned = "4ecd904a6ba2e0c7a93d5f8d80f1928fefee7343c49d1452302227d3d7a0a9e7"; + type = "factory_image1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-d-link_dgs-1210-10p-squashfs-sysupgrade.bin"; + sha256 = "aaa01f44ae50d5482d75bb8315e031a5458a55dc0c857a611c83ec1fe166dfe4"; + sha256_unsigned = "36e570a614bab06272b78871db7999ef868346cf6a25494852c66827855cb581"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-d-link_dgs-1210-10p-initramfs-kernel.bin"; + sha256 = "5452936d517b27d78de10671dc26704b40c53df0672a9c8a30045b38182d67dc"; + sha256_unsigned = "5452936d517b27d78de10671dc26704b40c53df0672a9c8a30045b38182d67dc"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-10p" + ]; + titles = [ + { + model = "DGS-1210-10P"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-16 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-d-link_dgs-1210-16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-d-link_dgs-1210-16-squashfs-factory_image1.bin"; + sha256 = "ea67549d46f4c5781f0a316d2c3e2db1406e51e8c016c6d0923c09771d4ad6e8"; + sha256_unsigned = "ea67549d46f4c5781f0a316d2c3e2db1406e51e8c016c6d0923c09771d4ad6e8"; + type = "factory_image1"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-d-link_dgs-1210-16-initramfs-kernel.bin"; + sha256 = "e9036f2d39509c350eed2d4d14e0c52aadabaa03b8512e823cdab2118bf84d9c"; + sha256_unsigned = "e9036f2d39509c350eed2d4d14e0c52aadabaa03b8512e823cdab2118bf84d9c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-d-link_dgs-1210-16-squashfs-sysupgrade.bin"; + sha256 = "085a23a799ef5b75110c374326117607cddb8b04c825d0acfe748d44f84dbf95"; + sha256_unsigned = "a542053456d21310b8d1ca0fe1a38f681d5af9db267610fb3c56c96969a88f84"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-16" + ]; + titles = [ + { + model = "DGS-1210-16"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-28 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-d-link_dgs-1210-28"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-d-link_dgs-1210-28-squashfs-factory_image1.bin"; + sha256 = "7d1ea7220995bb59cfcde407f99046f4fa0adf21ff3d4f6f6a3d8a8b04fa35b4"; + sha256_unsigned = "7d1ea7220995bb59cfcde407f99046f4fa0adf21ff3d4f6f6a3d8a8b04fa35b4"; + type = "factory_image1"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-d-link_dgs-1210-28-squashfs-sysupgrade.bin"; + sha256 = "a1f6ba8f686e6d2e77bc9067d19e964928c8b9759a081c1d7ca44644b4a27d01"; + sha256_unsigned = "937e9417d035bcee0e0d2dc643a64127f3e869b1ffddf0ee9589a4284bc359ab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-d-link_dgs-1210-28-initramfs-kernel.bin"; + sha256 = "5fd9885a855fa63228295b1ab0997d75b721151aae265a941b49ff0dc19cd247"; + sha256_unsigned = "5fd9885a855fa63228295b1ab0997d75b721151aae265a941b49ff0dc19cd247"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-28" + ]; + titles = [ + { + model = "DGS-1210-28"; + vendor = "D-Link"; + } + ]; + }; + inaba_aml2-17gp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-inaba_aml2-17gp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-inaba_aml2-17gp-initramfs-kernel.bin"; + sha256 = "4b0712ef520bf7645823bfb397e0cfe446880ff417650a683c24524d6e8c8adb"; + sha256_unsigned = "4b0712ef520bf7645823bfb397e0cfe446880ff417650a683c24524d6e8c8adb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-inaba_aml2-17gp-squashfs-sysupgrade.bin"; + sha256 = "ddf37d9671f90a443f55611a218e771b834d8c605b22fb8a84a7e8764ee57002"; + sha256_unsigned = "c3af785f0aba9f9bb5764435c2873e038694f6c0ad22fba2afc1df5185fc6546"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "inaba,aml2-17gp" + ]; + titles = [ + { + model = "Abaniact AML2-17GP"; + vendor = "INABA"; + } + ]; + }; + iodata_bsh-g24mb = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-iodata_bsh-g24mb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-iodata_bsh-g24mb-squashfs-sysupgrade.bin"; + sha256 = "b23941c3a830572c129162c44422c32a16a243bbaed4866e914d4ec1b5660c25"; + sha256_unsigned = "157b76e4949dee538a9b11cac42cea20b1145638b773b47a41e9acc5e524d17a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-iodata_bsh-g24mb-initramfs-kernel.bin"; + sha256 = "116e94f7540428e88d9bf2d6fca99cf8de2126ccb9d913bcf1a0d01f5c59bb0b"; + sha256_unsigned = "116e94f7540428e88d9bf2d6fca99cf8de2126ccb9d913bcf1a0d01f5c59bb0b"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,bsh-g24mb" + ]; + titles = [ + { + model = "BSH-G24MB"; + vendor = "I-O DATA"; + } + ]; + }; + netgear_gs108t-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-netgear_gs108t-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-netgear_gs108t-v3-squashfs-sysupgrade.bin"; + sha256 = "4370a346a42a2cc90e9310609c8109d341b0253963b91d278593bcdec359d880"; + sha256_unsigned = "f1fb26e821e1e9cac1e6454325d22f495dac6806e4330b10f2e132c68ce2e8a1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-netgear_gs108t-v3-initramfs-kernel.bin"; + sha256 = "92af21ac9070d2118844b714744d1d80ef97b290d9707af2980701f1454d0af1"; + sha256_unsigned = "92af21ac9070d2118844b714744d1d80ef97b290d9707af2980701f1454d0af1"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs108t-v3" + ]; + titles = [ + { + model = "GS108T"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs110tpp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-netgear_gs110tpp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-netgear_gs110tpp-v1-squashfs-sysupgrade.bin"; + sha256 = "af668bb4ab411cf80b0e62354f64a0f001f2de85a2a3a85f794d324196353fa3"; + sha256_unsigned = "f9d88bf9d2b5c5c8c2cb6eebe11a1a9e6dcb3e34b5a3e955fb285452bfd7a8e8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-netgear_gs110tpp-v1-initramfs-kernel.bin"; + sha256 = "f875cbaca7951690a8ee5709d4e6a8a212a59fc1e07ada098edc12c61bad80bb"; + sha256_unsigned = "f875cbaca7951690a8ee5709d4e6a8a212a59fc1e07ada098edc12c61bad80bb"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs110tpp-v1" + ]; + titles = [ + { + model = "GS110TPP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs308t-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-netgear_gs308t-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-netgear_gs308t-v1-initramfs-kernel.bin"; + sha256 = "af4d4c83ba940805399633ad2d2406086d78a3b5e6bd9b6464235852cbc0072e"; + sha256_unsigned = "af4d4c83ba940805399633ad2d2406086d78a3b5e6bd9b6464235852cbc0072e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-netgear_gs308t-v1-squashfs-sysupgrade.bin"; + sha256 = "8b1abea665cdf33dbcc36ecb9347d88d850e384f5d66a382bd089c0007b5165f"; + sha256_unsigned = "0873bc09af87013fe32a54857320b8dea8754eed83f2304d8029baaa7461a79a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,gs308t-v1" + ]; + titles = [ + { + model = "GS308T"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs310tp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-netgear_gs310tp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-netgear_gs310tp-v1-squashfs-sysupgrade.bin"; + sha256 = "a8d58e7fd763f389662dce0b8fa6cd9e6ff2f0df610be2eac115a3e22fbf13b1"; + sha256_unsigned = "3cde9ec84a7819d36260be09a82848adce3a3f77857adc0f7d73c6065213b7cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-netgear_gs310tp-v1-initramfs-kernel.bin"; + sha256 = "63339db772ec66d1ed6fea2e0ea7278987673b3a9e0297535095d217847cb2bd"; + sha256_unsigned = "63339db772ec66d1ed6fea2e0ea7278987673b3a9e0297535095d217847cb2bd"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs310tp-v1" + ]; + titles = [ + { + model = "GS310TP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + panasonic_m8eg-pn28080k = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-panasonic_m8eg-pn28080k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-panasonic_m8eg-pn28080k-initramfs-kernel.bin"; + sha256 = "e4f3bf12a29b511f72bd7e7b65d76861191c792fd4ab9247ca8f12bb9065a9a3"; + sha256_unsigned = "e4f3bf12a29b511f72bd7e7b65d76861191c792fd4ab9247ca8f12bb9065a9a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-panasonic_m8eg-pn28080k-squashfs-sysupgrade.bin"; + sha256 = "ca222a148bf634c32dae23683b2a8e49d7086178bbacf4ad290ea17cae09eb88"; + sha256_unsigned = "00794daa573405ed5a51fa28fd374c4fb2aeed71e80a8fb4b1a6aadd04ca619f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "panasonic,m8eg-pn28080k" + ]; + titles = [ + { + model = "Switch-M8eG"; + variant = "PN28080K"; + vendor = "Panasonic"; + } + ]; + }; + zyxel_gs1900-10hp = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-10hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-10hp-initramfs-kernel.bin"; + sha256 = "40c06c5285f35a6582a113d30a3a6a1cb9698cad2fe6d58db55913dd2e14b3b6"; + sha256_unsigned = "40c06c5285f35a6582a113d30a3a6a1cb9698cad2fe6d58db55913dd2e14b3b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-10hp-squashfs-sysupgrade.bin"; + sha256 = "a3a0e7b61950763aad8e282f40340c80e826c720a8714e7c5fca81ae05cab8f1"; + sha256_unsigned = "d1aaecb85278b36491d174c720305e3e1244af97a09f769f81ffc725782aae8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-10hp" + ]; + titles = [ + { + model = "GS1900-10HP"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-16 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-16-squashfs-sysupgrade.bin"; + sha256 = "c4dcf02cce9261ba92561e5d6ca208027463152eef67ba5882a0c7e0f5b7be46"; + sha256_unsigned = "8cf1b40a42e4e6089a06cb0e9502eca6ce1b4bac5c1b6895ad954e13f0aa654d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-16-initramfs-kernel.bin"; + sha256 = "29edaa62b65206382015c9b6b6e744006ea2cb117a672e48a3d8e39f17c5900c"; + sha256_unsigned = "29edaa62b65206382015c9b6b6e744006ea2cb117a672e48a3d8e39f17c5900c"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-16" + ]; + titles = [ + { + model = "GS1900-16"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-24-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-24-v1-initramfs-kernel.bin"; + sha256 = "ed410f8dab95a30eaf231d0fa7f7cf8633cdcd7458cefbd3f70e5f4fac216984"; + sha256_unsigned = "ed410f8dab95a30eaf231d0fa7f7cf8633cdcd7458cefbd3f70e5f4fac216984"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-24-v1-squashfs-sysupgrade.bin"; + sha256 = "503035169febef93a8e3b869600927ab0975996bf6f26e4c6dbf180ce81cbcb1"; + sha256_unsigned = "ac7c67ed20759681a128c790cd217489a8415a4e241a0eedd241da4c6631093b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24-v1" + ]; + titles = [ + { + model = "GS1900-24"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24e = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-24e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-24e-squashfs-sysupgrade.bin"; + sha256 = "dd22ff3a8ce25c6126d4211b13d1a7a5f56c1e6e0f519b3d08a5eab4498f959b"; + sha256_unsigned = "e8ce5fd03b1fb94f9af98b3a05dc2309b99cfbb637f70def2bc2d26680464f3a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-24e-initramfs-kernel.bin"; + sha256 = "b9009906c02350db2a9c25828f629288b8e2e0b7b24576afaac0881b2e7e873c"; + sha256_unsigned = "b9009906c02350db2a9c25828f629288b8e2e0b7b24576afaac0881b2e7e873c"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24e" + ]; + titles = [ + { + model = "GS1900-24E"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24hp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-24hp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-24hp-v1-squashfs-sysupgrade.bin"; + sha256 = "0ae6a628a10bbe001a5c4107176ccaf15ae9a1c25b68a905c519077bf06f4881"; + sha256_unsigned = "9eda577d0459b39f8cf328d1d58aa91b30dfe72b50f2fa20a5a6cc0719f0faf9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-24hp-v1-initramfs-kernel.bin"; + sha256 = "50cb5b92e7c3d95f5f4aa3b33b0ee1e96a08fae6168c3ee6185d19522c83a874"; + sha256_unsigned = "50cb5b92e7c3d95f5f4aa3b33b0ee1e96a08fae6168c3ee6185d19522c83a874"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24hp-v1" + ]; + titles = [ + { + model = "GS1900-24HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24hp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-24hp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-24hp-v2-initramfs-kernel.bin"; + sha256 = "ac24e9404239c99e73ae3cae2d7f256eeb47dda0fde8d1b3edc38964b2049368"; + sha256_unsigned = "ac24e9404239c99e73ae3cae2d7f256eeb47dda0fde8d1b3edc38964b2049368"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-24hp-v2-squashfs-sysupgrade.bin"; + sha256 = "5d788bca6b6e507bef59a5c28846ea130fa091a8bd786eb8ce6d626a015c0197"; + sha256_unsigned = "426e93d50e321f90459b344b1774ed2039090df99d7b4561eb5fddcc1ee007b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24hp-v2" + ]; + titles = [ + { + model = "GS1900-24HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-8-squashfs-sysupgrade.bin"; + sha256 = "f167570e3c221c42eb88edfeaaf3bdabf24cf65b4c29dfa53a94c41399df4979"; + sha256_unsigned = "d285c12ba4c0cbd4e8e6e1db6ad46756fa179f4ce73b39ab0398d6b0d863758a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-8-initramfs-kernel.bin"; + sha256 = "8c90127bae116a8b6efa0e410bbdd5752925f0565ba98a6f08635b9ec2d1b3bd"; + sha256_unsigned = "8c90127bae116a8b6efa0e410bbdd5752925f0565ba98a6f08635b9ec2d1b3bd"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8" + ]; + titles = [ + { + model = "GS1900-8"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-8hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-8hp-v1-initramfs-kernel.bin"; + sha256 = "f33f6ce64ef542faa2f276ecead5c8e54090feff935e49a0159636f71e20903a"; + sha256_unsigned = "f33f6ce64ef542faa2f276ecead5c8e54090feff935e49a0159636f71e20903a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-8hp-v1-squashfs-sysupgrade.bin"; + sha256 = "add1c0b6560fe8ad297cc0a8b5a16703dbc70f18e59e043c430a71515bd40d14"; + sha256_unsigned = "0674be2db7608ea439aa4615c0959bc9276ea19c78abeb589ef62ada55eec1a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v1" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v2 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-8hp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-8hp-v2-initramfs-kernel.bin"; + sha256 = "880d4450eaaad8735926369b4d188fd73dbf2bc90f56a01f3225eae2ed269f51"; + sha256_unsigned = "880d4450eaaad8735926369b4d188fd73dbf2bc90f56a01f3225eae2ed269f51"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl838x-zyxel_gs1900-8hp-v2-squashfs-sysupgrade.bin"; + sha256 = "e50b6a6c9bd7595688d2c8b0b2d584b0710527471d7ff9bd0ae62f59dc862d75"; + sha256_unsigned = "95cbf648877a4560d58d2b1856b2e54cb6c7703d226073077a5d2c458294879f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v2" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "realtek/rtl838x"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + rtl839x = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + zyxel_gs1900-48 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl839x-zyxel_gs1900-48"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl839x-zyxel_gs1900-48-squashfs-sysupgrade.bin"; + sha256 = "1828f49fe025d2b4a83d4289599a05719366a5c6de09ac24a10776bcfb794581"; + sha256_unsigned = "461a930e84acc5e25a6aaac53c4cb2635136c816ef37e35f8b328d747b05d8af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl839x-zyxel_gs1900-48-initramfs-kernel.bin"; + sha256 = "66f0486f95cba9b09fdefb16dee575a48996f05bddef5eac2cc76236a9580adc"; + sha256_unsigned = "66f0486f95cba9b09fdefb16dee575a48996f05bddef5eac2cc76236a9580adc"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-48" + ]; + titles = [ + { + model = "GS1900-48"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "realtek/rtl839x"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + rtl930x = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + zyxel_xgs1250-12 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-realtek-rtl930x-zyxel_xgs1250-12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-realtek-rtl930x-zyxel_xgs1250-12-squashfs-sysupgrade.bin"; + sha256 = "c25e109fefaa7f377ce10fd752edebf9a4cb7872374271685bf1653233189f8a"; + sha256_unsigned = "56d91e3decba21b6aec039e09ea763b9ee97a4d74e24b5255078c3d0f2d7a200"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-22.03.5-realtek-rtl930x-zyxel_xgs1250-12-initramfs-kernel.bin"; + sha256 = "cd69cd3af96ce865eb12d574d5a1cbdd9d395fc48520f049a884470eeb255a2a"; + sha256_unsigned = "cd69cd3af96ce865eb12d574d5a1cbdd9d395fc48520f049a884470eeb255a2a"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,xgs1250-12" + ]; + titles = [ + { + model = "XGS1250-12"; + vendor = "Zyxel"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "realtek/rtl930x"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + rockchip = { + armv8 = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-r2s = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.5-rockchip-armv8-friendlyarm_nanopi-r2s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-rockchip-armv8-friendlyarm_nanopi-r2s-squashfs-sysupgrade.img.gz"; + sha256 = "ec3a40fcb3dbe865224542c8a862dc536ec5010ff273c788e9eadfdad18a9459"; + sha256_unsigned = "36e09fb210b96541540e7fe7ccf8a754d23ffb3df1a3ff8848eff82603c41b4b"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-rockchip-armv8-friendlyarm_nanopi-r2s-ext4-sysupgrade.img.gz"; + sha256 = "8185b0db00dbc27e12ee73396d1f45f696151895bddbcd6fc66de33be6fafb38"; + sha256_unsigned = "c6e2cb6b8b3e09153d3459d818d6cfa047e65927ca674a8dfdad7ad961998ba1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r2s" + ]; + titles = [ + { + model = "NanoPi R2S"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r4s = { + device_packages = [ + "kmod-r8169" + ]; + image_prefix = "openwrt-22.03.5-rockchip-armv8-friendlyarm_nanopi-r4s"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-rockchip-armv8-friendlyarm_nanopi-r4s-ext4-sysupgrade.img.gz"; + sha256 = "f9adc0b59036b54f403ecfcb73b6200dff01dea0017ee28f850fa68759790b0d"; + sha256_unsigned = "75b4550b9670d322ebe3af424c07a404016980443e015339bc01b1b9455c3eb6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-rockchip-armv8-friendlyarm_nanopi-r4s-squashfs-sysupgrade.img.gz"; + sha256 = "1c474f48ad197d7f23fa4fa0172299426a03f1f87ac02d18c37abfa6584b870a"; + sha256_unsigned = "5422785d6feca9aeed5300bb82dcdd46ec94c96b28715f832e3b206be5dc75e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r4s" + ]; + titles = [ + { + model = "NanoPi R4S"; + variant = "4GB LPDDR4"; + vendor = "FriendlyARM"; + } + ]; + }; + pine64_rockpro64 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-rockchip-armv8-pine64_rockpro64"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-rockchip-armv8-pine64_rockpro64-squashfs-sysupgrade.img.gz"; + sha256 = "6d21a27e4e18ad6e878a67b325ed967b63840a47850c0ba765ca3e36889d7cc5"; + sha256_unsigned = "70a9aba8dfa5779e5dd0de3b9d2150ca90e3583253d67a2625b1c8256b51716a"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-rockchip-armv8-pine64_rockpro64-ext4-sysupgrade.img.gz"; + sha256 = "e8ea187a835d9e5ed6538d7bba2d20c86b0b537b9279977519b83dc02ac51ecc"; + sha256_unsigned = "a942c21ebe051deba47532c94d54bfebba26e8043b943712ee3ef0b664d503d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pine64,rockpro64" + ]; + titles = [ + { + model = "RockPro64"; + vendor = "Pine64"; + } + ]; + }; + radxa_rock-pi-4a = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-rockchip-armv8-radxa_rock-pi-4a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-rockchip-armv8-radxa_rock-pi-4a-squashfs-sysupgrade.img.gz"; + sha256 = "0ebfb5c884353590ff52588430e5fefadf25beebb56a498371703703fd38a335"; + sha256_unsigned = "1f8c9720c20fa88e5fb5a8c95d91774e5212b191550b1efe47c69844656f85fa"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-rockchip-armv8-radxa_rock-pi-4a-ext4-sysupgrade.img.gz"; + sha256 = "f4176311c0539482d0aa639f27faaaaae0211714a749f370dd878c9c49f4eda7"; + sha256_unsigned = "c77d52e21317537358ba15d1d77ca1dec4fa0cad37f51d794a84fb71766d06e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "radxa,rockpi4a" + "radxa,rockpi4" + ]; + titles = [ + { + model = "ROCK Pi 4A"; + vendor = "Radxa"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "rockchip/armv8"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "a416bae0dd44edc44b8b94f68cef36db99d5369e5d58cf99fb3d03c5c9facf9c"; + sha256_unsigned = "214a7ac12ef7c3e2b78334612300ad96ba4862568331d2ee1c2b27517a6a4b54"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "6d47016ef591e79b3ea88620e065486670366bd59fad3d84c5423ef3ed9b11fd"; + sha256_unsigned = "d180ac090bf811a5096af74369267e740bc3c1155d623c733db0077f03a5a152"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + model = "NanoPi NEO Plus2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa53-friendlyarm_nanopi-neo2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa53-friendlyarm_nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "519ee61b279c27ea05de73943579af6791da1d164676cf474e7d69bfcdd31cee"; + sha256_unsigned = "2f39c8914a5ca86272c28f11d62cb1e5b935e5b1bd54a1af191d263c1eb9f3ee"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa53-friendlyarm_nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "b53d367dcf485c5f2308caefef3084e3ef3c85a770d15222dec9897e969a9fff"; + sha256_unsigned = "92f80c5f61ddc65abba9d2314549c66f6eaf295055c822324c3dfd195fca444c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + model = "NanoPi NEO2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1s-h5 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5-squashfs-sdcard.img.gz"; + sha256 = "6ab9d17eb73fcc8da9044daea449a8de713d696d71c7a49ea7dc60ba883f43b5"; + sha256_unsigned = "b39d368d972b595b7d2184708a78f2b926dac62e821fda5335ad9a021fa7b919"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5-ext4-sdcard.img.gz"; + sha256 = "514dd4e935639f7c09308dcf8423b97d5d4bcdd108c235eec85776c17d4f84e7"; + sha256_unsigned = "7097be1903a32460106ebd0f720078bc690d53f26af3cc6a3d57c07a15d20d82"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-r1s-h5" + ]; + titles = [ + { + model = "Nanopi R1S H5"; + vendor = "FriendlyARM"; + } + ]; + }; + libretech_all-h3-cc-h5 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa53-libretech_all-h3-cc-h5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa53-libretech_all-h3-cc-h5-squashfs-sdcard.img.gz"; + sha256 = "dc51286bbb2bee7c9d9dfb63aa8a18ad2734e7e32a8574f06a29cd1993740251"; + sha256_unsigned = "f05111be076547cc464c68299718c2c35b474acfe609b5af2d4b522d249f5608"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa53-libretech_all-h3-cc-h5-ext4-sdcard.img.gz"; + sha256 = "f79675ebc8c7d4708367c64552f5dd28a712d60b91b6eaca32df33e060d06afb"; + sha256_unsigned = "d1d475d67cff0b7e93ece278d70dd7a1382923a7e5ae4b64570cb65e1d7d93f5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "libretech,all-h3-cc-h5" + ]; + titles = [ + { + model = "ALL-H3-CC"; + variant = "H5"; + vendor = "Libre Computer"; + } + ]; + }; + olimex_a64-olinuxino = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa53-olimex_a64-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa53-olimex_a64-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "93f1f2d3ac5eaa23b6b60624800328d44601c5909ab3cab6eb14647004d618be"; + sha256_unsigned = "29992454018527a365dcffb0ff75470e29ee1177ab52d7033b17027d7c0cbf78"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa53-olimex_a64-olinuxino-ext4-sdcard.img.gz"; + sha256 = "874d82f6c11c5c106f55d7d20167bc401e2fa15322d6cc935a5c291c15af1c9c"; + sha256_unsigned = "608bdd1322e6022642790df3c2992ce5b3daf4bee3145ad54d71b602e6e1b55f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino" + ]; + titles = [ + { + model = "A64-Olinuxino"; + vendor = "Olimex"; + } + ]; + }; + olimex_a64-olinuxino-emmc = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa53-olimex_a64-olinuxino-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa53-olimex_a64-olinuxino-emmc-ext4-sdcard.img.gz"; + sha256 = "5d7036b0a08e6f36f49be08e0d05e3e69e4d980f70dca3c238b590b556ff96a8"; + sha256_unsigned = "e138f51588f74ed980a4ec14bc6f4282703dc2bb432e2e1bb65ba4daf157e622"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa53-olimex_a64-olinuxino-emmc-squashfs-sdcard.img.gz"; + sha256 = "ea7419cd4e50ecd3ee8f9fca6215f1e491be178b26673b1dc27a15982738c9b4"; + sha256_unsigned = "5555fd1c339a733de062c43496d92506c2d1fb45959c42a213c4e6b698deefdb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino-emmc" + ]; + titles = [ + { + model = "A64-Olinuxino"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + pine64_pine64-plus = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa53-pine64_pine64-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa53-pine64_pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "d9147c971b428ce7371646bb53ce4b5d954a58ed92dcc1c064a98edd9fc0d6e1"; + sha256_unsigned = "0430b56e68bfda9eab9503cb4ee2a7c6384d9a155169dcaf778dbef0648d23e9"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa53-pine64_pine64-plus-ext4-sdcard.img.gz"; + sha256 = "194413baddbb88f06951732f23b41b72358e8bdf516b5ff5a68a38ce3dd56871"; + sha256_unsigned = "1cd7fb31b369e005f66e1bcfe5c774cf9f27f3eed5ba9b53805fdf0362f67c46"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + model = "Pine64+"; + vendor = "Pine64"; + } + ]; + }; + pine64_sopine-baseboard = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa53-pine64_sopine-baseboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa53-pine64_sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "10e0cb684d125e31d4198e041d17c848f85459e60da23eba3b59dc6aacf9a79f"; + sha256_unsigned = "22f7e1d6863fde5cee40fddc48a55537d94da870b2e784bdd7564e19e739ceef"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa53-pine64_sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "3d195f346b775729270acd74063ef4a46090263c6ac5e1163c611d10b6f1000a"; + sha256_unsigned = "ead1c55db1a7e6a645302f532c6ca3d361606aeb6bb7faf73fe95089f62087d4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + model = "SoPine"; + vendor = "Pine64"; + } + ]; + }; + xunlong_orangepi-one-plus = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa53-xunlong_orangepi-one-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa53-xunlong_orangepi-one-plus-squashfs-sdcard.img.gz"; + sha256 = "ac4d207955c002f099b411e274081f0c3822d8ed9c779613d62fbc46ac1d24d9"; + sha256_unsigned = "74a05091ea21e92b47e74a4d296b07a8a39819e55ed82ccb9250d20a13757808"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa53-xunlong_orangepi-one-plus-ext4-sdcard.img.gz"; + sha256 = "0524f356824a9e23e8c4cfab1619bd59aa0d2d963d5392c21407b4f35a1b9343"; + sha256_unsigned = "8fb4250a23154897754285549a8d0919e7c872c592d942f413ce34b3478d95ba"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one-plus" + ]; + titles = [ + { + model = "Orange Pi One Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa53-xunlong_orangepi-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa53-xunlong_orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "37e3105d17b6ad4a69c1c87e6deaf640ac26eaacdd815e1c12bc75983262b062"; + sha256_unsigned = "bb8df1b92d22496633468e8222bd2ab0c94c2ba715792366d8ccde4f41bf9f72"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa53-xunlong_orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "a05a8d6fdc43dcd52cdc6285ec815d3b920ca022ca3d92f379590668d3114ffd"; + sha256_unsigned = "77572b208cd653fecd5442a4dfc536d5e178df4708fcc44edb3bb2109ed344c1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + model = "Orange Pi PC 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa53-xunlong_orangepi-zero-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa53-xunlong_orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "005597194501de3276db9b788cd07bae9eee5cc73dcf2c2dc92668dca7577dd3"; + sha256_unsigned = "09bacf2ae6abb18b2ef724d6b8c06e2b14c0558c00df198bd69bc82275d2e45d"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa53-xunlong_orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "e626d76d3b3e411b429defb4f113ccd005bec74aac5aa8a0015d247c563923b5"; + sha256_unsigned = "70602e7e557c85f5b53621555f62e778cad61264582b753cef2976a19268595f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + model = "Orange Pi Zero Plus"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "sunxi/cortexa53"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_cubieboard2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-cubietech_cubieboard2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-cubietech_cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "89685d6b03ca5dd08570cdaf8b1eaa2a427a9e905cf83b80296f74d97042897d"; + sha256_unsigned = "22486ddcbd12815a9f086d290b1ff0b109e1da409eafe6fc6830e0e2fb6bc4db"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-cubietech_cubieboard2-ext4-sdcard.img.gz"; + sha256 = "c93eed0ebf709deb27d7c3209b289b194c1920a2fa3d7e81662708cd905cdeb3"; + sha256_unsigned = "036cd4e6ae5c9c8955468ba89ebc2e2bd0b49fd57f20d7535c26e473f9339335"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + model = "Cubieboard2"; + vendor = "Cubietech"; + } + ]; + }; + cubietech_cubietruck = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-cubietech_cubietruck"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-cubietech_cubietruck-squashfs-sdcard.img.gz"; + sha256 = "3932b4e9139c14546a74e6d46418da44a761e7317bb517a51ba58b942c7e386c"; + sha256_unsigned = "9b12a199b425c02e39858e35f215cc4f2cf01ac38e6b6a166c67757d85a2680f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-cubietech_cubietruck-ext4-sdcard.img.gz"; + sha256 = "412b7622ecf91fb1517683b5aceef1e8e34e67dddb9917e85ca1bd12b61e8653"; + sha256_unsigned = "0b1a4f58e8b75a73be8d52870d344ffeca04ff298d49581a3415238e449ea6e2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + model = "Cubietruck"; + vendor = "Cubietech"; + } + ]; + }; + friendlyarm_nanopi-m1-plus = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-friendlyarm_nanopi-m1-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "8b1e66f4a101f1794aeb9f4907d60685dbb1fbe5285b64c9d7532e650b2b2a49"; + sha256_unsigned = "96ae622bb31a9daeae0a108cfe891f7ae104dda7b2eb15e424e0ad908bef9df8"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "a81704332f3f32456d9aa3ee0f06116db76608752b4af0ba3aba75438f6050c5"; + sha256_unsigned = "4cf926e7d5c13d0efc0114fc1061f04370b1c021b34c396d3abbd3ca9780b9b0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + model = "NanoPi M1 Plus"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-friendlyarm_nanopi-neo"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-friendlyarm_nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "ac213c672888fdfa72e28a036145295355e7fd4b75e0c4a81e02420798ef8f90"; + sha256_unsigned = "b4f72f7ef434031e20534606a221c2ad167d8df8baad78f75068e4311c507a87"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-friendlyarm_nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "fb507049d62c7675807704766aa299d1208cc7ba0f1f479bf1d76aeeeb53a557"; + sha256_unsigned = "f6752e01e0e0241d8be845c2c8927f7ef78172cb8a0948ee43ffc8042eb25fd1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + model = "NanoPi NEO"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo-air = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-friendlyarm_nanopi-neo-air"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-friendlyarm_nanopi-neo-air-squashfs-sdcard.img.gz"; + sha256 = "94741734cec3b78d8c931b0dc7dfdba2f48e4c23e3f40a3602d4287ca48b5f5f"; + sha256_unsigned = "82d3fafb60096d37ab5832679ed009b1f540615d50fe57a9b342901878d57ba1"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-friendlyarm_nanopi-neo-air-ext4-sdcard.img.gz"; + sha256 = "23736a98f76f21c28c627476e9bfa36ac78e58d5fc2664bb07206eaf752a6386"; + sha256_unsigned = "979fb3a46fc6a6b8d425a315552d95a998716ea217319094a743e7c92edab534"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo-air" + ]; + titles = [ + { + model = "NanoPi NEO Air"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1 = { + device_packages = [ + "kmod-usb-net-rtl8152" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-friendlyarm_nanopi-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-friendlyarm_nanopi-r1-squashfs-sdcard.img.gz"; + sha256 = "b8775e9037b3b7be2eeb9eb6443120d634198c12b4957e39914cf7f317ae559c"; + sha256_unsigned = "c867023f2a89526b6ba880351c5a2e54c579eac8e3985e4cbab648b055875238"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-friendlyarm_nanopi-r1-ext4-sdcard.img.gz"; + sha256 = "9f8078790b090b0a11ab6471522f3fe336a929ccb678203eb6b4d23f51916e48"; + sha256_unsigned = "f9bd7d3c62dbcb168432b15f685ea19de64cef47641c0e0df38335db291d4248"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r1" + ]; + titles = [ + { + model = "NanoPi R1"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_zeropi = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-friendlyarm_zeropi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-friendlyarm_zeropi-squashfs-sdcard.img.gz"; + sha256 = "9b3c52c984d788e58d56a1858ebc33ee86d71bbc48228996237899ee0122d360"; + sha256_unsigned = "da83a257949f4d4884fc98cfde6d42f329c8138d01e0e8ccbda3fc9bcfe66c00"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-friendlyarm_zeropi-ext4-sdcard.img.gz"; + sha256 = "76f52fa298575e9d4d4db53d33253965af615c648150ae31fe3b93139141053e"; + sha256_unsigned = "f2517bb0435b69b68a8c73d92ac8228e59d50e3dfe9576fb21c920ca1565451a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,zeropi" + ]; + titles = [ + { + model = "ZeroPi"; + vendor = "FriendlyARM"; + } + ]; + }; + lamobo_lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-lamobo_lamobo-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-lamobo_lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "dc6dad7a67436a2d5886f3b3a8b2f881c94f468624ab6bb8349d8f7c9ffbe184"; + sha256_unsigned = "957d57f45ac57d380c094eb4880aa185a5bb1391051b3c1b8103ac116e39880c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-lamobo_lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "b096c8d2f2ce3c400d439f38f90b26521d6d33bd6479cab477131cb3bd6dc898"; + sha256_unsigned = "193f7b9fb88f382818794c39346aa64c6ce26c131a1531c21c1d1c3464af7624"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + model = "Lamobo R1"; + vendor = "Lamobo"; + } + { + model = "BPi-R1"; + vendor = "Bananapi"; + } + ]; + }; + lemaker_bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-lemaker_bananapi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-lemaker_bananapi-ext4-sdcard.img.gz"; + sha256 = "cdaf1026bf652fb55177bc362ee95d6e1c92a2f4a14a823415686632414323d5"; + sha256_unsigned = "fd254cdc4400b32f273f542695cb6129eae2d59ad1aa736984b850aeafeef907"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-lemaker_bananapi-squashfs-sdcard.img.gz"; + sha256 = "f68d1db396391cfb781e559d4f96d0948ed122bf8062188b725704d57d729b5a"; + sha256_unsigned = "8bcb81de637aedf5eeedb2d74c6b8807e90b3e8e324c2c11930cc756f4102e04"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + model = "Banana Pi"; + vendor = "LeMaker"; + } + ]; + }; + lemaker_bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-lemaker_bananapro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-lemaker_bananapro-ext4-sdcard.img.gz"; + sha256 = "6659211c9d6e89cf6b99d836e6456ddf883124e91386949542f7b5a83fe54fb1"; + sha256_unsigned = "865c8b2311b41ced09f144318d716852e3fab2b9358f0e1419775228c6ab8b72"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-lemaker_bananapro-squashfs-sdcard.img.gz"; + sha256 = "521d2dc23c2231eba53bef97cea7767d4775e2839ccbcddccbe74e82871d39b7"; + sha256_unsigned = "c7d19c074a5a0c28e31ffa4450f21353f9d2c16516d8b3a5b221680ae9ee4eec"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + model = "Banana Pro"; + vendor = "LeMaker"; + } + ]; + }; + linksprite_pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-linksprite_pcduino3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-linksprite_pcduino3-squashfs-sdcard.img.gz"; + sha256 = "c67eb7f9006f047a24729b496e60ed96465399fc8208247be185c60e5074f306"; + sha256_unsigned = "bf4bba566bd462500ba83fa4958b8c92648536c0ea8c94e27cfc658d9f3a7ee7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-linksprite_pcduino3-ext4-sdcard.img.gz"; + sha256 = "c4f9fa303346a88270a320a09bf840e8fed005665407fdc644e83ece7f4f1c81"; + sha256_unsigned = "684951266498194f0d4b1acd3d38e1505f0b4c6a5ca1693ada44ae65b6a4c52b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + model = "pcDuino3"; + vendor = "LinkSprite"; + } + ]; + }; + linksprite_pcduino3-nano = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-linksprite_pcduino3-nano"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-linksprite_pcduino3-nano-squashfs-sdcard.img.gz"; + sha256 = "f7c76ee84a42e0ff43cc2a1f13f4e9b4405d1ba54521b082e05bf123a5f4defb"; + sha256_unsigned = "f994b94e5a7b4552997add80713381a813e88d2391af99ca904b4757c29c16fa"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-linksprite_pcduino3-nano-ext4-sdcard.img.gz"; + sha256 = "c7c55884d2575b66e3b4aca09759df2398ee900e24dc390fc4779d27b625db31"; + sha256_unsigned = "81a0c7db561c1805a7a3874e28e115f1e16424fbf5a40738f57ad72bf6109c7d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3-nano" + ]; + titles = [ + { + model = "pcDuino3 Nano"; + vendor = "LinkSprite"; + } + ]; + }; + mele_m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-mele_m9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-mele_m9-squashfs-sdcard.img.gz"; + sha256 = "578fd496436e81fdf9fd1f1bd61e100477765afd06d7c73ab366dc4c96842be0"; + sha256_unsigned = "1e24f8fdc0beb3093da666183e837dbc29b7bc9102262e3a5a96137e7741c90d"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-mele_m9-ext4-sdcard.img.gz"; + sha256 = "9a13b1c3eca8faf2a710a7de25f486d3d94ba1af037aed8f282d3a1dad8a66d3"; + sha256_unsigned = "bf6645de9bdf9017701dd1734e88193731121235f61ba16f4db245d68b914312"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + model = "M9"; + vendor = "Mele"; + } + ]; + }; + olimex_a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-olimex_a20-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-olimex_a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "b66989d5d3406f38ada1015019aa28b30626a0080aed661487e223fc9ce6cc24"; + sha256_unsigned = "7ca7920cb52f5862de4680f8af636f7d407ab4ef8c562abc8c2df1b6ec30d5ae"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-olimex_a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "522b2a38ccdbb3584bb1c1a480a5c3cad5c219138c10f54605e6f54648e07625"; + sha256_unsigned = "661989ab41f6fc6b2a17b774a3773c43a2d1589b5a01de07c8276ab871b82cc7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-olimex_a20-olinuxino-lime2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-olimex_a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "232bb03ffe96bfa0e9d2e25afedaaa196ba05c3d9ecf597ea42bd450f8cccf00"; + sha256_unsigned = "b8337529b3298872b5da13c1b48e6a15ee384babe072ab2219336d5b2293589f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-olimex_a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "963e9f37b43d37295d001c851df47fe02c123cac4ceaee923fb6e9fe772ff41f"; + sha256_unsigned = "188c5ea87f7da759da366fbe45a72dcccc1de5aba0aed7a341b2d95190b281b3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "e90d5b4cc8bfbff1e5d2b1c1e168ab8967e021c46b3ef34d5be73a91fb933fa0"; + sha256_unsigned = "7c7b5a99338798339b349399aa9eeabfee1d25f7a6a237414451f383069d53b0"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "3c046160342fe9943e670451723806a294bb530ab8c4872a48c76f91f0f400e6"; + sha256_unsigned = "9557ccdfa5d1dd8204246c1b7d272b7c7c8eaf6c9ae458559453c23c65790023"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-olimex_a20-olinuxino-micro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-olimex_a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "fe3243a31ef789e020012c7df82b4bc19dde66828e07a96dc5974d373874d397"; + sha256_unsigned = "8f076296010ed06c74f668837c04dbcd4f7b39639204223a4b7932cb3b4ddb87"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-olimex_a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "301ff3d03a571fce7c08e49a451c0373737ac6519f598989b38c8a2a6838f097"; + sha256_unsigned = "9727fe4911eef26f60ff301b7fcb836ff02ee8c32618562fec76bc52a335f052"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + model = "A20-OLinuXino-MICRO"; + vendor = "Olimex"; + } + ]; + }; + sinovoip_bananapi-m2-berry = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-sinovoip_bananapi-m2-berry"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-sinovoip_bananapi-m2-berry-squashfs-sdcard.img.gz"; + sha256 = "fcb75da0f6445d8a53935474eb24f24095d16098e1111f80c74aa3411da7992f"; + sha256_unsigned = "d1b284c3d91436e7bdad7261a0d543baa6929f36ba5579d2d4b1ba77244c363b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-sinovoip_bananapi-m2-berry-ext4-sdcard.img.gz"; + sha256 = "5ddc4c5706f1f1c7b0800633c97c2ee648fbca04577cf1713f7cbfd03815c2c2"; + sha256_unsigned = "eb93ec2b2a13413426fb2f02e1b43b487b63bd9500fa50b38077ee03416d782b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-berry" + ]; + titles = [ + { + model = "Banana Pi M2 Berry"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-plus = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-sinovoip_bananapi-m2-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-sinovoip_bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "37dc1184299f0f4203c221b740d68123673ac54908d36fae3c605144fd4f17ae"; + sha256_unsigned = "3a1615d9b6435145d55a713fe0003a184af60bb5dee1ec429bfe3a3ea204d893"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-sinovoip_bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "692d973ae7b77741b1871559db1f5c27d4db70fade44f47c31d945b20520344a"; + sha256_unsigned = "c0110ead7c77fbae4457a44a12292a1ca0a550bef8582a57e0d7c0b4c2489007"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + model = "Banana Pi M2+"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-ultra = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-sinovoip_bananapi-m2-ultra"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-ext4-sdcard.img.gz"; + sha256 = "2a14cf2b46830a22f08b4bda1ceb7909b34c64f89e707f419faad0ee4dddb832"; + sha256_unsigned = "f9fd6de679137f9be47db3bdb3e9a85585702ebafa3a2f03ef73c4938d1d425c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-squashfs-sdcard.img.gz"; + sha256 = "53bfb4704d9a63704a08ca6ef82da421c9b7d74bbf27f3fc1e228697e45a17d6"; + sha256_unsigned = "986530f7eb83dfefb38b126e72201f8b0cb8f6dc5f4f2c84eb6613afb3218a8c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-ultra" + ]; + titles = [ + { + model = "Banana Pi M2 Ultra"; + vendor = "Sinovoip"; + } + ]; + }; + xunlong_orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-2-ext4-sdcard.img.gz"; + sha256 = "eec90c536707e9293022fb3ff10b2ca943103e3e2c929dddc2af52990571f109"; + sha256_unsigned = "fd87ec38ea78b8320d70288fba5e8598ae9397ba1ae7418b59c89c323e882084"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "0b1165864007edd0378538e324fa63854aab62acd7dfcd60f1f5936231c2321b"; + sha256_unsigned = "be66f7cb1019b499aec280ed4c1b482f91a03aa5fe78a55b01056c7298dde520"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + model = "Orange Pi 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "d0b83806c174844796c7b27a867d1210a4af2e3fa7d1beaaa4f077829d8f91f9"; + sha256_unsigned = "9913adbc6044917997251dcceedf3465c886abdba880977ed1825ead1c2ea8ee"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-one-ext4-sdcard.img.gz"; + sha256 = "230a3f0ff4d0a9487a3e8e15ea9b5ee792b852080f10cf5cbfca57a1f131736f"; + sha256_unsigned = "a35627476a7290b3d48ad510c35ef28b99d8efabb9b68f7e63c544159aa2119f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + model = "Orange Pi One"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc = { + device_packages = [ + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-pc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "945bbc14afd97cc53a2392c2e1aa2f30560aab53bdabaf1a77d15e649aaa6af8"; + sha256_unsigned = "c601a45becda8deeb6aabdc953559f309877f69cc2d705b656c8319b17addba7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "84be14d38bfd3418e01d8aa48993dfbc7f8662e61bbd120f4c67bce84ef2c9ec"; + sha256_unsigned = "1951f53eca7ab8194009477476875b7abb176587107a5bca7d1a0e3848fbf59a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + model = "Orange Pi PC"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc-plus = { + device_packages = [ + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-pc-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "33cfb97a84e859c63b2915febf14b44e6fe8d1c4cb95f0c5acbed1788a3eb81f"; + sha256_unsigned = "b39e6a6025ad46b7ce1b6c733f36d69b23f0250b51ea2e685c8cbae2ea2ac492"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "fc1c4fee2b59b042ba6b9f8cd6bf453e02f5db0f1adbafcdd2f72d4f5c0728d7"; + sha256_unsigned = "2d35cde4a4ca234f634b34ef150f38793ac2a62a6383f4e50c90271b87c73f49"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + model = "Orange Pi PC Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "457a56771265da069ee3c0dcdf31efc2aed31a077e1a22b737d92d7b8ccd10c7"; + sha256_unsigned = "3dabe701b4d01b8c524b3cc2550287cc0cfdc3600012b1712414c6914126e933"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "93432c19fe05fcb394c4f0f4a32f70e08f6154abe008bc876f7391d3744abe84"; + sha256_unsigned = "c6a8a07c4de6cbc8f979fec8ff53a33247671a307d3c77464265ae025fe26814"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + model = "Orange Pi Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-r1 = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-r1"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "4a1866464350646078c80e123a879d299fefc96446bb2938cf5cac5f548ffe44"; + sha256_unsigned = "d9089d678084f294545903799120283d01da7f033d6e0b3712f18d78057b0c91"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "4ba11862d4d1b4168c40092cf76ca16903c0bb8e35320b7e6d7d855ba69824a5"; + sha256_unsigned = "09f4f4c0e4eb7e4720c74f24ed09746c6e60b49a71856f129f754717c65bbf1e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + model = "Orange Pi R1"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-zero"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "ca95ac4904dbbf0ae216c55881b950a83824ce165db64b3ce81f65d5fd8b759a"; + sha256_unsigned = "9b5dd89a6bb5db5c90c40902250e017e5072e01eed22f98661a24b6404ac3ea1"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa7-xunlong_orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "efd2ec58079bcc5779908346c368f64fd05c9f8d620071031dc45129d23a86eb"; + sha256_unsigned = "c26b3c62544aed9fa7780628659894551d2a3f82d17e73cbedd2122bf458ad8c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + model = "Orange Pi Zero"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "sunxi/cortexa7"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_a10-cubieboard = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa8-cubietech_a10-cubieboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa8-cubietech_a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "706906a07ce3806abd32697cb5372dd1d34df14ca2768100c295d60477c2486e"; + sha256_unsigned = "d4ad7b6c7e39e9213919fbbadd7350df98aca8d226bc97e8fe8286c1458d6722"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "44f6c5c73528f3ad44a33bfb5124ca4d19ab49d51f855ad5a774b798454f9f8a"; + sha256_unsigned = "73bc4d040e708fea3fb3cbea3066e60188707de6db672e4d7725cc74b92a6fbd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + model = "Cubieboard"; + vendor = "Cubietech"; + } + ]; + }; + linksprite_a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa8-linksprite_a10-pcduino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa8-linksprite_a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "d5f143385f923c0f5d9647ccc6ea61301da9c7ac52600742a6ab3f30618a8fe8"; + sha256_unsigned = "ac83b1e557556d8722cc1ebd4bb11070ed2a5582e7774bc4f61488f78b7f76f7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa8-linksprite_a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "63a1dea8f561ea3170a75d4827ce9368c145c5b286a4c9bd56595a95925b192b"; + sha256_unsigned = "048f618a09fc628eaa895202321752b5f41f20c87b1158accd827b7168c57956"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + model = "pcDuino"; + vendor = "LinkSprite"; + } + ]; + }; + marsboard_a10-marsboard = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-sound-core" + "kmod-sound-soc-sunxi" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa8-marsboard_a10-marsboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa8-marsboard_a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "35f891b81b55d3e127e1b4c80b934bcedccc6a86f8769763d981fecf1c18d26b"; + sha256_unsigned = "ec7e10e0067eef911a0e12eee1d2c8f628270e55090cea4703b828abad9e781c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa8-marsboard_a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "4e82bc29acca786aa629cca98a40e7d0fef9d420bbd134634fe5b97355a5096d"; + sha256_unsigned = "8fe84ee690e7a356ba8be4736898703784284ca0cb97786e42eb74f6f846bc9b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marsboard,a10-marsboard" + ]; + titles = [ + { + model = "MarsBoard A10"; + vendor = "HAOYU Electronics"; + } + ]; + }; + olimex_a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa8-olimex_a10-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa8-olimex_a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "7d048a08e5ce687cce6e57b616df27f496cc729d02755da497fa4f55c7f72ede"; + sha256_unsigned = "fd963382d1b4cc52359637fe5214393d34e2d05cd38d5f59c2a4700fa29e2aea"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa8-olimex_a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "ea6c9a68d2d30107d31e3733ba4d7bfed97f71d5fa5cf28e05c115f2b26d5d2c"; + sha256_unsigned = "bcb74971ee03b14850d630d238b022811de0c50a099bd69bc0a43add39c3cec2"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + model = "A10-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa8-olimex_a13-olimex-som"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa8-olimex_a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "181c71c6d4d41c7eb22f8246a05cce79e10594975b07540150f6baa4477f14a4"; + sha256_unsigned = "ac0ddf67f2ccced58f65a501ceef50a5f517839172ca85b6e3142c323dc02df4"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa8-olimex_a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "d7b33ee8d058902cd95f29c1a5248cdd59c3e346225ceeddfd65787388e118ae"; + sha256_unsigned = "7416da791a7fcc2f7f1a4cdcf1b7a174a2b74bf207d6c3bda3d1e9fe2fd8470d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-SOM"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-22.03.5-sunxi-cortexa8-olimex_a13-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-22.03.5-sunxi-cortexa8-olimex_a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "1d2c051ead9744f9fe65f4a4e4f980989a046c90e965c8dd45aa9dde667dca69"; + sha256_unsigned = "72f759900d8cd6010aafc8e7adf1ddc1278c6ec2819ab6a6aef0918c7bab918a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-sunxi-cortexa8-olimex_a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "f10ae1bcdafb58567ad687d21936440de21d4ce97c4621d5e6a857c8162dd6e0"; + sha256_unsigned = "2de4883257ff399e22a3432df7befc88e626c2bd948dbbe386692f40f43cd798"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-OLinuXino"; + vendor = "Olimex"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "sunxi/cortexa8"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-basic-wolfssl" + "iwinfo" + ]; + image_prefix = "openwrt-22.03.5-tegra-compulab_trimslice"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-tegra-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "5f039907cb5666ddbc71e946ddf357f8b5c3b0db2f05b90d0be196b11d6766ec"; + sha256_unsigned = "6ae1c1d6b94a0d29711600e71050d3c503b4b8fdf7719f41ccafc565646b3f9b"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-tegra-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "8eae26c5201b27034a79e64bef24fc4dd3bef53c5176e8ce54ad28fee65fbadd"; + sha256_unsigned = "9c2c6342ae133ec837ac0fd1d8267557eea25ccb9e4eadd79d271b57a4110db1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + model = "TrimSlice"; + vendor = "CompuLab"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "tegra/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + x86 = { + "64" = { + arch_packages = "x86_64"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-amazon-ena" + "kmod-amd-xgbe" + "kmod-bnx2" + "kmod-e1000e" + "kmod-e1000" + "kmod-forcedeth" + "kmod-fs-vfat" + "kmod-igb" + "kmod-igc" + "kmod-ixgbe" + "kmod-r8169" + "kmod-tg3" + ]; + image_prefix = "openwrt-22.03.5-x86-64-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-x86-64-generic-squashfs-combined-efi.img.gz"; + sha256 = "2b32eb21101aa6b4f62c2ffeb26680d7e2790a3b430d7597cf0fdfe5c2cf243f"; + sha256_unsigned = "8fc1aef3c5e5159bdf4fba14a90cebbf48b9366da3a95f61c5285213b94437e1"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-x86-64-generic-squashfs-combined.img.gz"; + sha256 = "4f664c04de88848d7e04b5357400894c1c60233d6fe9fc93921387a048440022"; + sha256_unsigned = "b46cddc0950b8ef56f178c0e55cdc8ab013ab72a30f4b01b18dae575382b8131"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-x86-64-generic-ext4-rootfs.img.gz"; + sha256 = "16699fe4ae1fb958422d8e13fc3573a4f12e693d46f7b678c4b3a36b0be74507"; + sha256_unsigned = "16699fe4ae1fb958422d8e13fc3573a4f12e693d46f7b678c4b3a36b0be74507"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-x86-64-generic-ext4-combined.img.gz"; + sha256 = "3bdb0d03b038c7cc7ccb21fa8eec078981649e3b4d7819323018f108f7a22235"; + sha256_unsigned = "58c2323f0f79d0297beeb35c4435b8b4cbae3cd429ed41025856202e8e96c507"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-x86-64-generic-squashfs-rootfs.img.gz"; + sha256 = "7a1860693bd1baa878e1a6184c5c24924e23675945fe1aee4c60eb626fd146fe"; + sha256_unsigned = "7a1860693bd1baa878e1a6184c5c24924e23675945fe1aee4c60eb626fd146fe"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-x86-64-generic-ext4-combined-efi.img.gz"; + sha256 = "412dc974d68e0d73fed9cfb6204ca9bdce2411b2da1fdbb49e44884a6a602902"; + sha256_unsigned = "12c0bb8592fbe3562d1e1673695ca2faffac3377c412d95742f94cd4a027df6a"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/64"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "x86/64"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + generic = { + arch_packages = "i386_pentium4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + "kmod-fs-vfat" + ]; + image_prefix = "openwrt-22.03.5-x86-generic-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-x86-generic-generic-squashfs-rootfs.img.gz"; + sha256 = "c69962bf73dc2810d97bd68d0ac9e1d22f3fbb5d8882d2944e27407aeda04300"; + sha256_unsigned = "c69962bf73dc2810d97bd68d0ac9e1d22f3fbb5d8882d2944e27407aeda04300"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-x86-generic-generic-ext4-combined-efi.img.gz"; + sha256 = "99d21760c5c323daf8b69bf20837c978109628af8c7ef38f9bc3c83c62169c1c"; + sha256_unsigned = "1f36fd3098da39d3a7a4f4fc0d88c87586a9a02b663c0059f5a9cf448e8abfe2"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-x86-generic-generic-squashfs-combined.img.gz"; + sha256 = "423e78abdff6becb610535f0108c9a3034edc5297e0adc9bd7046be2d217db88"; + sha256_unsigned = "998ae0bd01d6c22aeb62fe779da1f962d98c4ce78a511d715e27eb35b3bb550e"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-x86-generic-generic-ext4-rootfs.img.gz"; + sha256 = "eac798074c091ecb9ae360abb34044766f260aee1602084ed4aa0168fa1f74d6"; + sha256_unsigned = "eac798074c091ecb9ae360abb34044766f260aee1602084ed4aa0168fa1f74d6"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-x86-generic-generic-ext4-combined.img.gz"; + sha256 = "25e4d27013c851cf1c43ad95720d3c90afef9b27f7bf17304ecf03129231fa9b"; + sha256_unsigned = "d6f563fecde0e615c45d59228d092cc299608c4e2445651c74d609429e07414e"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-x86-generic-generic-squashfs-combined-efi.img.gz"; + sha256 = "b41f1db2d3779d387d11f34ea1d7ddfb927703e80cde8790678eab42f69ae82e"; + sha256_unsigned = "ab8132120a3ffa98c139f208c6c007196bacf0d9d26a0c3970ff800a48cc99d4"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "x86/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + geode = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-ecb" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-22.03.5-x86-geode-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-x86-geode-generic-squashfs-combined.img.gz"; + sha256 = "71c962e428a649a849a176c9623a5ad6db2bfb28acd5e5d68b93a21944dd4837"; + sha256_unsigned = "23e0d67e20bbc00e6cb33f9906a1a22ac565aa0e65879a7d0d30cd1f389b161a"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-x86-geode-generic-ext4-combined.img.gz"; + sha256 = "10742481780060a2218080199563d3b2685b43267f15ee6b1e232a7db5b536d6"; + sha256_unsigned = "de2325790ce8440e57d3b4598c58a8c226ddc4c5ec3c32b8277c6dbd8354958e"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-x86-geode-generic-squashfs-rootfs.img.gz"; + sha256 = "69d14f45aefc7e6cb80e8360d1a021b01a60bef10198525d259980cbaa5bffde"; + sha256_unsigned = "69d14f45aefc7e6cb80e8360d1a021b01a60bef10198525d259980cbaa5bffde"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-x86-geode-generic-ext4-combined-efi.img.gz"; + sha256 = "3b31ce6d2001cf681f3d8b8695ea259735f26fa2f682f59d6ff20c9eb6b67fcb"; + sha256_unsigned = "c5ecfbe1d3b2b6b27680d1b55ca2341de1a48aabfd1bcca8699cfb08ec38a465"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-x86-geode-generic-squashfs-combined-efi.img.gz"; + sha256 = "3cbdd86d916969aa368c737ebf0bf94c49f984742bdec030d5e26f043f085b68"; + sha256_unsigned = "5e6c7a9be24f6b519a8a318b0cc9afe3bd097c5041a05257ef7770c4295427eb"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-x86-geode-generic-ext4-rootfs.img.gz"; + sha256 = "518f965b39772ce543cb47e134b90e05013389035b87141704d7e429f6784338"; + sha256_unsigned = "518f965b39772ce543cb47e134b90e05013389035b87141704d7e429f6784338"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/Geode"; + vendor = "Generic"; + } + ]; + }; + geos = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-ecb" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + "br2684ctl" + "flashrom" + "kmod-hwmon-lm90" + "kmod-mppe" + "kmod-pppoa" + "kmod-usb-ohci-pci" + "linux-atm" + "ppp-mod-pppoa" + "pppdump" + "pppstats" + "soloscli" + "tc" + ]; + image_prefix = "openwrt-22.03.5-x86-geode-geos"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-x86-geode-geos-squashfs-combined-efi.img.gz"; + sha256 = "b366a2ccb964cd49fe6153816f382f0965ad3fb1addd5ac50a2dae93b251930a"; + sha256_unsigned = "1212316daf11e90c86d5ddc3bf6a53289e669e1d85a4e8e4296ee3c786c9902b"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-x86-geode-geos-squashfs-combined.img.gz"; + sha256 = "119b64b221e0d64b72c94b3de268b87c8c9d0f014426f127367bcd5742808720"; + sha256_unsigned = "0b95956a67b8dd93dd556ca4f32d61ec215441c069be5022a04add504c0952af"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-x86-geode-geos-squashfs-rootfs.img.gz"; + sha256 = "63556f1440990052168a9dc541d627d4301c2de408d304278d8a1707be24950b"; + sha256_unsigned = "63556f1440990052168a9dc541d627d4301c2de408d304278d8a1707be24950b"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-x86-geode-geos-ext4-combined.img.gz"; + sha256 = "a49fcb417f17e088f4138f2ca0afe9ae0d35fe625712d50985e3498117cd71cb"; + sha256_unsigned = "b9b05c25e7f3867cba4a9c49d4dbd3f7085eaaafe26d89a23685623672373998"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-x86-geode-geos-ext4-rootfs.img.gz"; + sha256 = "5342baf06205e361f88d093899eed58bd05db99ecf16e43d27d85c48bb307e42"; + sha256_unsigned = "5342baf06205e361f88d093899eed58bd05db99ecf16e43d27d85c48bb307e42"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-x86-geode-geos-ext4-combined-efi.img.gz"; + sha256 = "f05bbd9352d372a39fd025536b10a9b290d9f14ac95d34a6e820884ed7dcb759"; + sha256_unsigned = "3e590ce7eff7dfe517517850f1647f5ce80b7a35ec1e21379368f17154774977"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "Geos"; + vendor = "Traverse Technologies"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "x86/geode"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + legacy = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-22.03.5-x86-legacy-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-x86-legacy-generic-squashfs-rootfs.img.gz"; + sha256 = "7e63a547cec2e6384e1509ec3d80a180e9aba079ca54c5546f5e69c40d532077"; + sha256_unsigned = "7e63a547cec2e6384e1509ec3d80a180e9aba079ca54c5546f5e69c40d532077"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-x86-legacy-generic-ext4-combined.img.gz"; + sha256 = "4b0610b7c50002c40bd739fc05fde970bee949042599456841d5aa6dca159198"; + sha256_unsigned = "37374596dfdf2a5917b2f0ca2c7cb76e3873d66081e98e242402da2fa38f1c78"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-x86-legacy-generic-ext4-combined-efi.img.gz"; + sha256 = "d97111f5bbe3a9199020091303ac2faf97a2e1967b936657454177c83ed78132"; + sha256_unsigned = "7b9f37a2b6f6033877929797a0b2898ea3da0cd151edc1470482ff5811c2c2f2"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-x86-legacy-generic-squashfs-combined-efi.img.gz"; + sha256 = "4675d6ff8493bcfc70a0ab06f00448f968a466bf1d44eecdb20b81a3584a4f96"; + sha256_unsigned = "5138485e617d0cc6def7491e83e8edd48852335d822b8d766768379e375cba6b"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-22.03.5-x86-legacy-generic-ext4-rootfs.img.gz"; + sha256 = "f80f8a753965171f485c29a666d2618a3f974739a3766ad62a30761867325942"; + sha256_unsigned = "f80f8a753965171f485c29a666d2618a3f974739a3766ad62a30761867325942"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-x86-legacy-generic-squashfs-combined.img.gz"; + sha256 = "c35f1e659e1f725b57e8ded38c63ccf6da7be6d1dfa0751d3b6dafb4fb4d8b0a"; + sha256_unsigned = "eaa54bc22352d1772d3926b6ddb99646bd48b35bfc1111f6df382f0dcd671293"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/legacy"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "x86/legacy"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-msdos" + "kmod-nft-offload" + "kmod-usb-storage" + "libc" + "libgcc" + "libustream-wolfssl" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-zynq-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "fc710e25f5b21fd6cac02c9ce9e1eff668b8549e89843022db1472629d780cc4"; + sha256_unsigned = "fc710e25f5b21fd6cac02c9ce9e1eff668b8549e89843022db1472629d780cc4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "avnet,zynq-zed" + ]; + titles = [ + { + model = "ZedBoard"; + vendor = "Avnet"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-zynq-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "ec5a6803f084c36c4adbc1509c8a088553f51e673321aec2d41cbe0d5e4dc548"; + sha256_unsigned = "ec5a6803f084c36c4adbc1509c8a088553f51e673321aec2d41cbe0d5e4dc548"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo" + ]; + titles = [ + { + model = "Zybo"; + vendor = "Digilent"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-22.03.5-zynq-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "bd01d24d13e196d628e9e0869bb69b93e4628b2441eb81e29b49b1764b417ede"; + sha256_unsigned = "bd01d24d13e196d628e9e0869bb69b93e4628b2441eb81e29b49b1764b417ede"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo-z7" + ]; + titles = [ + { + model = "Zybo Z7"; + vendor = "Digilent"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-22.03.5-zynq-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-22.03.5-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "22bdf3d17fea395334892e053b7af47162215a649a8d98991bd4ff9e6de94c5d"; + sha256_unsigned = "22bdf3d17fea395334892e053b7af47162215a649a8d98991bd4ff9e6de94c5d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xlnx,zynq-zc702" + ]; + titles = [ + { + model = "ZC702"; + vendor = "Xilinx"; + } + ]; + }; + }; + source_date_epoch = 1682627295; + target = "zynq/generic"; + version_code = "r20134-5f15225c1e"; + version_number = "22.03.5"; + }; + }; +} \ No newline at end of file diff --git a/cached-profiles/23.05.0.nix b/cached-profiles/23.05.0.nix new file mode 100644 index 00000000..dc6aba08 --- /dev/null +++ b/cached-profiles/23.05.0.nix @@ -0,0 +1,56924 @@ +{ + apm821xx = { + nand = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + meraki_mr24 = { + device_packages = [ + "kmod-spi-gpio" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-apm821xx-nand-meraki_mr24"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"; + sha256 = "3027d455642992b7b8f993c3e4dc02eb8e6186bebebfdfe050786a668ef70e12"; + sha256_unsigned = "78b6b6782fa6bc4eccaba621db8c99b2edada3e0c48fd47d2698fd33a78d083f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-apm821xx-nand-meraki_mr24-initramfs-kernel.bin"; + sha256 = "ee25ba796fb858b20cf48db6d8ebb3cba5845ff2969b78d88f3b58291fb09acb"; + sha256_unsigned = "ee25ba796fb858b20cf48db6d8ebb3cba5845ff2969b78d88f3b58291fb09acb"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr24" + "mr24" + ]; + titles = [ + { + model = "MR24"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mx60 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-23.05.0-apm821xx-nand-meraki_mx60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"; + sha256 = "6d98a4b3ea04fcaaf172b0d63a65c378d55bf39e662dee5254bf0dc25c431433"; + sha256_unsigned = "c10e24aac5ae4f2067e251678e46f9b78bf2ffe0ec3723c2482aad599de79a89"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-apm821xx-nand-meraki_mx60-initramfs-kernel.bin"; + sha256 = "567a6b7b67c421b315e127f0842087c05180dbf08358addf8da035a87f9b430c"; + sha256_unsigned = "567a6b7b67c421b315e127f0842087c05180dbf08358addf8da035a87f9b430c"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mx60" + ]; + titles = [ + { + model = "MX60"; + vendor = "Cisco Meraki"; + } + { + model = "MX60W"; + vendor = "Cisco Meraki"; + } + ]; + }; + netgear_wndap620 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-23.05.0-apm821xx-nand-netgear_wndap620"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-apm821xx-nand-netgear_wndap620-initramfs-kernel.bin"; + sha256 = "d48333d081ba25acc7a95c88758108caf804389057b8ff212f7210f13fdd1db0"; + sha256_unsigned = "d48333d081ba25acc7a95c88758108caf804389057b8ff212f7210f13fdd1db0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin"; + sha256 = "2cf0297c3590a3c98b8b0394d3c7b5a63772c1904c4e6d3193a6ea011926eb8c"; + sha256_unsigned = "50d3d6f8c13c05ab326253c93a2e326080e0d3ccb98b95f6802002c5e1cc42c6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-apm821xx-nand-netgear_wndap620-squashfs-factory.img"; + sha256 = "2569c3fdace4d933b28af0c93f1c1cd5c1f702ee9c327546c7c0d2f8d4f8ad45"; + sha256_unsigned = "2569c3fdace4d933b28af0c93f1c1cd5c1f702ee9c327546c7c0d2f8d4f8ad45"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndap620" + ]; + titles = [ + { + model = "WNDAP620 (Premium Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap660 = { + device_packages = [ + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-23.05.0-apm821xx-nand-netgear_wndap660"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-apm821xx-nand-netgear_wndap660-squashfs-factory.img"; + sha256 = "d3f1e3b8ead2a05e47cb08fc4c9c2242dea5b4d9dfe064b67b92a19da4e9e079"; + sha256_unsigned = "d3f1e3b8ead2a05e47cb08fc4c9c2242dea5b4d9dfe064b67b92a19da4e9e079"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-apm821xx-nand-netgear_wndap660-initramfs-kernel.bin"; + sha256 = "0d735f39a551008912185a9afc61f7cbd8487562423a7c2e04cb6d0c13d8ffc6"; + sha256_unsigned = "0d735f39a551008912185a9afc61f7cbd8487562423a7c2e04cb6d0c13d8ffc6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin"; + sha256 = "4ee3d89e9aff6351c2aa7fe12a0a14af484badef818f19ef2f664360607ddef5"; + sha256_unsigned = "33e55e1b5413c4426d3a9a5fd1c31aabb4d2e6e28fc4894e21057e4eccc1d9b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndap660" + ]; + titles = [ + { + model = "WNDAP660 (Dual Radio Dual Band Wireless-N)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4700 = { + device_packages = [ + "badblocks" + "block-mount" + "e2fsprogs" + "kmod-hwmon-drivetemp" + "kmod-dm" + "kmod-fs-ext4" + "kmod-fs-vfat" + "kmod-usb-ledtrig-usbport" + "kmod-md-mod" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-nls-iso8859-15" + "kmod-nls-utf8" + "kmod-usb3" + "kmod-usb-dwc2" + "kmod-usb-storage" + "partx-utils" + ]; + image_prefix = "openwrt-23.05.0-apm821xx-nand-netgear_wndr4700"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-apm821xx-nand-netgear_wndr4700-initramfs-kernel.bin"; + sha256 = "778b72bf2beaade868ec2f96db39046164462ac3e4f1dc90fb3a46f0e40778e3"; + sha256_unsigned = "778b72bf2beaade868ec2f96db39046164462ac3e4f1dc90fb3a46f0e40778e3"; + type = "kernel"; + } + { + name = "openwrt-23.05.0-apm821xx-nand-netgear_wndr4700-device-tree.dtb"; + sha256 = "62324cafbc815616c706c4763e726067aed6929d285f23b674d594b17839f692"; + sha256_unsigned = "62324cafbc815616c706c4763e726067aed6929d285f23b674d594b17839f692"; + type = "device-tree.dtb"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"; + sha256 = "e6be4a9805ca7d948a1dccb282e03dcc0c35c3d7555fa9de36b25acfa42a85e3"; + sha256_unsigned = "e6be4a9805ca7d948a1dccb282e03dcc0c35c3d7555fa9de36b25acfa42a85e3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin"; + sha256 = "1fead281e07707af4b7f6495bcfff43bd15746bc1d07d735e635dd81e9723fca"; + sha256_unsigned = "fbbdd128336e7ffa3706b8cf86bfc7fa7c2c80b30c2e9eed6809204ebe0f2dc5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4700" + "wndr4700" + ]; + titles = [ + { + model = "Centria N900 WNDR4700"; + vendor = "NETGEAR"; + } + { + model = "Centria N900 WNDR4720"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "apm821xx/nand"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + sata = { + arch_packages = "powerpc_464fp"; + default_packages = [ + "badblocks" + "base-files" + "block-mount" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "e2fsprogs" + "f2fsck" + "fdisk" + "fstools" + "kmod-dm" + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-i2c-core" + "kmod-leds-gpio" + "kmod-md-mod" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "lsblk" + "mdadm" + "mkf2fs" + "mtd" + "netifd" + "opkg" + "partx-utils" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + wd_mybooklive = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "kmod-fs-vfat" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-apm821xx-sata-wd_mybooklive"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz"; + sha256 = "7a49ad95409aea6477321f0ffd07fc3c30ef1e67dd7557fc6660db21a53832bd"; + sha256_unsigned = "9b40b41d2d493f1dc00b1b099027a34d58dfd05fa8186f9df91216beaf2365e1"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz"; + sha256 = "c76690e73075b8cf7ec9f0681ff0240a35426383b0bcac925f6abe6115929523"; + sha256_unsigned = "c76690e73075b8cf7ec9f0681ff0240a35426383b0bcac925f6abe6115929523"; + type = "factory"; + } + { + name = "openwrt-23.05.0-apm821xx-sata-wd_mybooklive-apollo3g.dtb"; + sha256 = "28c2a8e0698c7742d14930c5576397c6b37ae1d7c02d494b5e5a7ef5d8e01c04"; + sha256_unsigned = "28c2a8e0698c7742d14930c5576397c6b37ae1d7c02d494b5e5a7ef5d8e01c04"; + type = "apollo3g.dtb"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"; + sha256 = "9df7791b14513a373aed35b98f4df66387fe39f11582913f99e4001a9f4dea04"; + sha256_unsigned = "d880598fc99e2304b0c4b8790a2973309e11f06f16a1959dd7253c08c1772858"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz"; + sha256 = "753ae6cd07880f760d1b74dfa033898f7031fd41fade0708147d9afba392bcc2"; + sha256_unsigned = "753ae6cd07880f760d1b74dfa033898f7031fd41fade0708147d9afba392bcc2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-apm821xx-sata-wd_mybooklive-initramfs-kernel.bin"; + sha256 = "6793145a745c051a4f97fc7fbdb9c4b5ed70f9197345e477b3823927980a28b0"; + sha256_unsigned = "6793145a745c051a4f97fc7fbdb9c4b5ed70f9197345e477b3823927980a28b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "wd,mybooklive" + "mbl" + "wd,mybooklive-duo" + ]; + titles = [ + { + model = "My Book Live"; + vendor = "Western Digital"; + } + { + model = "My Book Live Duo"; + vendor = "Western Digital"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "apm821xx/sata"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + armsr = { + armv7 = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-amazon-ena" + "kmod-e1000e" + "kmod-vmxnet3" + "kmod-rtc-rx8025" + "kmod-i2c-mux-pca954x" + "kmod-gpio-pca953x" + "partx-utils" + "kmod-wdt-sp805" + "kmod-mvneta" + "kmod-mvpp2" + "kmod-fsl-dpaa1-net" + "kmod-fsl-dpaa2-net" + "kmod-fsl-enetc-net" + "kmod-dwmac-imx" + "kmod-fsl-fec" + "kmod-thunderx-net" + "kmod-dwmac-rockchip" + "kmod-dwmac-sun8i" + "kmod-phy-aquantia" + "kmod-phy-broadcom" + "kmod-phy-marvell" + "kmod-phy-marvell-10g" + "kmod-sfp" + "kmod-atlantic" + "kmod-bcmgenet" + "kmod-octeontx2-net" + ]; + image_prefix = "openwrt-23.05.0-armsr-armv7-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-armsr-armv7-generic-ext4-combined.img.gz"; + sha256 = "6835330139087837eab63bef1fba00388cf71d9b7c677c5c9ba39ca2d2695ebe"; + sha256_unsigned = "3ff0ba7a8970762c46d9d2ae73e9b892ab0956e2839c50aaa2e19b29d3c8a78e"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-armsr-armv7-generic-squashfs-combined.img.gz"; + sha256 = "713035bd7b65af0bf880a67af65dd59b6aedd85ebf5bd71c7f6689a34e47507b"; + sha256_unsigned = "7fae388bb84386dd9f7b2f511aefb3b617e95f72b51e313b2812beb22f587092"; + type = "combined"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-armsr-armv7-generic-initramfs-kernel.bin"; + sha256 = "b6a546222d5a309e87d57b04e4ce28b8bc322820c7bf79fd5d1bf195d38f4490"; + sha256_unsigned = "b6a546222d5a309e87d57b04e4ce28b8bc322820c7bf79fd5d1bf195d38f4490"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-armsr-armv7-generic-squashfs-rootfs.img.gz"; + sha256 = "1521ca6694c5b4108e52b3b9fe23c51a6c3b9b8fa54ea6fd7dd69846da0b1c14"; + sha256_unsigned = "1521ca6694c5b4108e52b3b9fe23c51a6c3b9b8fa54ea6fd7dd69846da0b1c14"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-armsr-armv7-generic-ext4-rootfs.img.gz"; + sha256 = "131aff51f0d7514733c5bbace98991ef5582e9d8735ceec55b5fe312e312b387"; + sha256_unsigned = "131aff51f0d7514733c5bbace98991ef5582e9d8735ceec55b5fe312e312b387"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic EFI Boot"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "armsr/armv7"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + armv8 = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-amazon-ena" + "kmod-e1000e" + "kmod-vmxnet3" + "kmod-rtc-rx8025" + "kmod-i2c-mux-pca954x" + "kmod-gpio-pca953x" + "partx-utils" + "kmod-wdt-sp805" + "kmod-mvneta" + "kmod-mvpp2" + "kmod-fsl-dpaa1-net" + "kmod-fsl-dpaa2-net" + "kmod-fsl-enetc-net" + "kmod-dwmac-imx" + "kmod-fsl-fec" + "kmod-thunderx-net" + "kmod-dwmac-rockchip" + "kmod-dwmac-sun8i" + "kmod-phy-aquantia" + "kmod-phy-broadcom" + "kmod-phy-marvell" + "kmod-phy-marvell-10g" + "kmod-sfp" + "kmod-atlantic" + "kmod-bcmgenet" + "kmod-octeontx2-net" + ]; + image_prefix = "openwrt-23.05.0-armsr-armv8-generic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-armsr-armv8-generic-initramfs-kernel.bin"; + sha256 = "39cab187449bbbb1acb8d1e36fd981bcc14a32eb24c94398703d42639b504624"; + sha256_unsigned = "39cab187449bbbb1acb8d1e36fd981bcc14a32eb24c94398703d42639b504624"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-armsr-armv8-generic-ext4-rootfs.img.gz"; + sha256 = "814a39d50dd9d54cf433af8092f88c2f3beb8ee3b6ca243158385d2ee62539a5"; + sha256_unsigned = "814a39d50dd9d54cf433af8092f88c2f3beb8ee3b6ca243158385d2ee62539a5"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-armsr-armv8-generic-squashfs-combined.img.gz"; + sha256 = "f277c939fa74c39f3a6ce470233601b8ca281957b31249c808612070bbe00180"; + sha256_unsigned = "e0e49b7aedc3108def50ac7e78215c415ae7afdd2e227a46e6a8b12a75eebe88"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-armsr-armv8-generic-ext4-combined.img.gz"; + sha256 = "d566e479fe6a3da993a98770cf39ec22a49bede37b484263e3006001ba4704be"; + sha256_unsigned = "837763bba0c9fac95f2c46011a0aa3b7dce1f15b1bbf39ed67568a0d15959de5"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-armsr-armv8-generic-squashfs-rootfs.img.gz"; + sha256 = "f0247b3dcc825c73984bcd41dd0eadd9270d72e5144536f72fb2f22e68affee6"; + sha256_unsigned = "f0247b3dcc825c73984bcd41dd0eadd9270d72e5144536f72fb2f22e68affee6"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + title = "Generic EFI Boot"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "armsr/armv8"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + at91 = { + sam9x = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + atmel_at91sam9263ek = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9263ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9263ek-ubifs-root.ubi"; + sha256 = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + sha256_unsigned = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9263ek-ext4-root.ubi"; + sha256 = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + sha256_unsigned = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9263ek-squashfs-root.ubi"; + sha256 = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + sha256_unsigned = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9263ek" + ]; + titles = [ + { + model = "AT91SAM9263-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g15ek = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g15ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g15ek-squashfs-root.ubi"; + sha256 = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + sha256_unsigned = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g15ek-ext4-root.ubi"; + sha256 = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + sha256_unsigned = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g15ek-ubifs-root.ubi"; + sha256 = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + sha256_unsigned = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g15ek" + ]; + titles = [ + { + model = "AT91SAM9G15-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g20ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g20ek-ubifs-root.ubi"; + sha256 = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + sha256_unsigned = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g20ek-squashfs-root.ubi"; + sha256 = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + sha256_unsigned = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g20ek-ext4-root.ubi"; + sha256 = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + sha256_unsigned = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g20ek-2mmc = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g20ek-2mmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g20ek-2mmc-ext4-root.ubi"; + sha256 = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + sha256_unsigned = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g20ek-2mmc-squashfs-root.ubi"; + sha256 = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + sha256_unsigned = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g20ek-2mmc-ubifs-root.ubi"; + sha256 = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + sha256_unsigned = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g20ek_2mmc" + ]; + titles = [ + { + model = "AT91SAM9G20-EK"; + variant = "2MMC"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g25ek = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g25ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g25ek-squashfs-root.ubi"; + sha256 = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + sha256_unsigned = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g25ek-ubifs-root.ubi"; + sha256 = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + sha256_unsigned = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g25ek-ext4-root.ubi"; + sha256 = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + sha256_unsigned = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g25ek" + ]; + titles = [ + { + model = "AT91SAM9G25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9g35ek = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g35ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g35ek-squashfs-root.ubi"; + sha256 = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + sha256_unsigned = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g35ek-ubifs-root.ubi"; + sha256 = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + sha256_unsigned = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9g35ek-ext4-root.ubi"; + sha256 = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + sha256_unsigned = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9g35ek" + ]; + titles = [ + { + model = "AT91SAM9G35-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9m10g45ek = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9m10g45ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9m10g45ek-ubifs-root.ubi"; + sha256 = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + sha256_unsigned = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9m10g45ek-squashfs-root.ubi"; + sha256 = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + sha256_unsigned = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9m10g45ek-ext4-root.ubi"; + sha256 = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + sha256_unsigned = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9m10g45ek" + ]; + titles = [ + { + model = "AT91SAM9M10G45-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x25ek = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9x25ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9x25ek-squashfs-root.ubi"; + sha256 = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + sha256_unsigned = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9x25ek-ext4-sdcard.img.gz"; + sha256 = "aba878720800a00fb1718e57ad30aad9523b6a9e6f911da37d3a4b6588d82fac"; + sha256_unsigned = "aba878720800a00fb1718e57ad30aad9523b6a9e6f911da37d3a4b6588d82fac"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9x25ek-ubifs-root.ubi"; + sha256 = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + sha256_unsigned = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9x25ek-ext4-root.ubi"; + sha256 = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + sha256_unsigned = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x25ek" + ]; + titles = [ + { + model = "AT91SAM9X25-EK"; + vendor = "Atmel"; + } + ]; + }; + atmel_at91sam9x35ek = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9x35ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9x35ek-ext4-root.ubi"; + sha256 = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + sha256_unsigned = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9x35ek-squashfs-root.ubi"; + sha256 = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + sha256_unsigned = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9x35ek-ext4-sdcard.img.gz"; + sha256 = "a0a796795b62dd11ba8b5508380cff3dfb8c0d311d665ebe1cfac4fc176b8b02"; + sha256_unsigned = "a0a796795b62dd11ba8b5508380cff3dfb8c0d311d665ebe1cfac4fc176b8b02"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-atmel_at91sam9x35ek-ubifs-root.ubi"; + sha256 = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + sha256_unsigned = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,at91sam9x35ek" + ]; + titles = [ + { + model = "AT91SAM9X35-EK"; + vendor = "Atmel"; + } + ]; + }; + calamp_lmu5000 = { + device_packages = [ + "kmod-rtc-pcf2123" + "kmod-usb-acm" + "kmod-usb-serial-option" + "kmod-usb-serial-sierrawireless" + "kmod-pinctrl-mcp23s08-spi" + ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-calamp_lmu5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-calamp_lmu5000-squashfs-factory.bin"; + sha256 = "962d001be85b601ba11a82e098947dcfd08dff18e7dae6699136b088cc4cb211"; + sha256_unsigned = "962d001be85b601ba11a82e098947dcfd08dff18e7dae6699136b088cc4cb211"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-calamp_lmu5000-ext4-factory.bin"; + sha256 = "fe95396744f2e4dc2010ab17804673e3e73a88e5b1e45c884ac6297efcf30154"; + sha256_unsigned = "fe95396744f2e4dc2010ab17804673e3e73a88e5b1e45c884ac6297efcf30154"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-calamp_lmu5000-ubifs-factory.bin"; + sha256 = "862dd98a1387848529fc547c27c3aabf35bfeea5aa42bc5183d67f360df5be91"; + sha256_unsigned = "862dd98a1387848529fc547c27c3aabf35bfeea5aa42bc5183d67f360df5be91"; + type = "factory"; + } + ]; + supported_devices = [ + "calamp,lmu5000" + ]; + titles = [ + { + model = "LMU5000"; + vendor = "CalAmp"; + } + ]; + }; + calao_tny-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-calao_tny-a9260"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-calao_tny-a9260-ubifs-factory.bin"; + sha256 = "0caa4a4d31e9f3d2b3e717a52583b53316f5a6457dcd2ed3b53b9f9fb9cac22a"; + sha256_unsigned = "0caa4a4d31e9f3d2b3e717a52583b53316f5a6457dcd2ed3b53b9f9fb9cac22a"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-calao_tny-a9260-ext4-factory.bin"; + sha256 = "22930c42e49da37298d7a35fa9a4d038309f049085025a978345e477e74ddb2d"; + sha256_unsigned = "22930c42e49da37298d7a35fa9a4d038309f049085025a978345e477e74ddb2d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-calao_tny-a9260-squashfs-factory.bin"; + sha256 = "f8e27abe6a5a3842861de1b46df753a0a711553c7eb67b369d98539ce7cc112c"; + sha256_unsigned = "f8e27abe6a5a3842861de1b46df753a0a711553c7eb67b369d98539ce7cc112c"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9260" + ]; + titles = [ + { + model = "TNY A9260"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-calao_tny-a9263"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-calao_tny-a9263-ubifs-factory.bin"; + sha256 = "c000bd2d0099d0ca4405776dcfcbbf9e0237642736e99707e318708ab9abb94e"; + sha256_unsigned = "c000bd2d0099d0ca4405776dcfcbbf9e0237642736e99707e318708ab9abb94e"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-calao_tny-a9263-ext4-factory.bin"; + sha256 = "2c27bb9fd568f40a95485336869aa7cc1daee56dabba1bdbecb7fea7d6130d35"; + sha256_unsigned = "2c27bb9fd568f40a95485336869aa7cc1daee56dabba1bdbecb7fea7d6130d35"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-calao_tny-a9263-squashfs-factory.bin"; + sha256 = "a98a908e380b7e78505bbd0ff90546b7ae4ff2ac5b189ab478749d1a3282a60f"; + sha256_unsigned = "a98a908e380b7e78505bbd0ff90546b7ae4ff2ac5b189ab478749d1a3282a60f"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,tny-a9263" + ]; + titles = [ + { + model = "TNY A9263"; + vendor = "Calao"; + } + ]; + }; + calao_tny-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-calao_tny-a9g20"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-calao_tny-a9g20-ext4-factory.bin"; + sha256 = "a4c3b4fa9de05dc69391f6aee8b67f5369839fedc7e7d9734572de3717133f80"; + sha256_unsigned = "a4c3b4fa9de05dc69391f6aee8b67f5369839fedc7e7d9734572de3717133f80"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-calao_tny-a9g20-ubifs-factory.bin"; + sha256 = "49432c06b390799874d47dab303b29a7379ac5214dc902afcfee1f8a50ee91dc"; + sha256_unsigned = "49432c06b390799874d47dab303b29a7379ac5214dc902afcfee1f8a50ee91dc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-calao_tny-a9g20-squashfs-factory.bin"; + sha256 = "37a4af6380d141b693c73a674109ca37a0d3850fe4668e5567ebfd048dd60311"; + sha256_unsigned = "37a4af6380d141b693c73a674109ca37a0d3850fe4668e5567ebfd048dd60311"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,tny-a9g20" + ]; + titles = [ + { + model = "TNY A9G20"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9260 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-calao_usb-a9260"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-calao_usb-a9260-squashfs-factory.bin"; + sha256 = "dbebcdde22c7c4f0671c62e80522a9873948ce28160b2cb347306e5d575037be"; + sha256_unsigned = "dbebcdde22c7c4f0671c62e80522a9873948ce28160b2cb347306e5d575037be"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-calao_usb-a9260-ext4-factory.bin"; + sha256 = "496e738aeea86107280ebd371729d885faa051f8d9b1be82fea751ada409f6b6"; + sha256_unsigned = "496e738aeea86107280ebd371729d885faa051f8d9b1be82fea751ada409f6b6"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-calao_usb-a9260-ubifs-factory.bin"; + sha256 = "508308ecf2007f4daee5aca1bdddcc4463f08ff50a27b611539d6926e79230ce"; + sha256_unsigned = "508308ecf2007f4daee5aca1bdddcc4463f08ff50a27b611539d6926e79230ce"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9260" + ]; + titles = [ + { + model = "USB A9260"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9263 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-calao_usb-a9263"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-calao_usb-a9263-ext4-factory.bin"; + sha256 = "4f425bdc33ef87b9ad33abe3fbc44446a031abf762ce15249bde4f45d5998268"; + sha256_unsigned = "4f425bdc33ef87b9ad33abe3fbc44446a031abf762ce15249bde4f45d5998268"; + type = "factory"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-calao_usb-a9263-ubifs-factory.bin"; + sha256 = "ed3eacee24cbbdba72013a8d2b1498f497128c0395febccebd44f1e851a0305e"; + sha256_unsigned = "ed3eacee24cbbdba72013a8d2b1498f497128c0395febccebd44f1e851a0305e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-calao_usb-a9263-squashfs-factory.bin"; + sha256 = "a0e0f6719c8a86351e8d3780d534822321b4d5b1197198fe40dde8f90029a682"; + sha256_unsigned = "a0e0f6719c8a86351e8d3780d534822321b4d5b1197198fe40dde8f90029a682"; + type = "factory"; + } + ]; + supported_devices = [ + "atmel,usb-a9263" + ]; + titles = [ + { + model = "USB A9263"; + vendor = "Calao"; + } + ]; + }; + calao_usb-a9g20 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-calao_usb-a9g20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-calao_usb-a9g20-ubifs-factory.bin"; + sha256 = "475a2c830351ebe77d850ab3ea8bd9fdf00bcd1320408451821d92535d3f9f8d"; + sha256_unsigned = "475a2c830351ebe77d850ab3ea8bd9fdf00bcd1320408451821d92535d3f9f8d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-calao_usb-a9g20-squashfs-factory.bin"; + sha256 = "26b235303eac37170196d18bcd95458e60fd67ad18f33ae05abdece82a50934e"; + sha256_unsigned = "26b235303eac37170196d18bcd95458e60fd67ad18f33ae05abdece82a50934e"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-calao_usb-a9g20-ext4-factory.bin"; + sha256 = "915adf0578a1d5b6a4a830b50abd98f353d2cdc3465b07ed104b7c25852d344f"; + sha256_unsigned = "915adf0578a1d5b6a4a830b50abd98f353d2cdc3465b07ed104b7c25852d344f"; + type = "factory"; + } + ]; + supported_devices = [ + "calao,usb-a9g20" + ]; + titles = [ + { + model = "USB A9G20"; + vendor = "Calao"; + } + ]; + }; + egnite_ethernut5 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-egnite_ethernut5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-egnite_ethernut5-squashfs-root.ubi"; + sha256 = "8ddfdc5f126caa20bd643018e0cdd567f9131a89bfc4182d35ee1b2e60289d51"; + sha256_unsigned = "8ddfdc5f126caa20bd643018e0cdd567f9131a89bfc4182d35ee1b2e60289d51"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-egnite_ethernut5-ubifs-root.ubi"; + sha256 = "4799f0269be37f7b55e582d7cf525506f4e19bee5a5fb419dad32a75aa829855"; + sha256_unsigned = "4799f0269be37f7b55e582d7cf525506f4e19bee5a5fb419dad32a75aa829855"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-egnite_ethernut5-ext4-root.ubi"; + sha256 = "430358cc4b7bd36c0cdde3710f563c2bb891df45270ea4bc30f2b9ca423eebd8"; + sha256_unsigned = "430358cc4b7bd36c0cdde3710f563c2bb891df45270ea4bc30f2b9ca423eebd8"; + type = "root"; + } + ]; + supported_devices = [ + "egnite,ethernut5" + ]; + titles = [ + { + model = "Ethernut 5"; + vendor = "egnite"; + } + ]; + }; + laird_wb45n = { + device_packages = [ + "kmod-mmc-at91" + "kmod-ath6kl-sdio" + "ath6k-firmware" + "kmod-usb-storage" + "kmod-fs-vfat" + "kmod-fs-msdos" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-laird_wb45n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-laird_wb45n-squashfs-root.ubi"; + sha256 = "08d392d503e48dbd085709e4fb4d867866eee6460b2cb7816bb6e1196b68a77f"; + sha256_unsigned = "08d392d503e48dbd085709e4fb4d867866eee6460b2cb7816bb6e1196b68a77f"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-laird_wb45n-ubifs-root.ubi"; + sha256 = "662a1f9e1ff0de6d8ac4ad37c07d719c8f35cfa9db22c4b4dd99de086f1221e4"; + sha256_unsigned = "662a1f9e1ff0de6d8ac4ad37c07d719c8f35cfa9db22c4b4dd99de086f1221e4"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-laird_wb45n-ext4-root.ubi"; + sha256 = "5252a3557bd7b9637d07bb0d38fe7bfbb5b9a7d82dc421ff50aa38719bc1aacb"; + sha256_unsigned = "5252a3557bd7b9637d07bb0d38fe7bfbb5b9a7d82dc421ff50aa38719bc1aacb"; + type = "root"; + } + ]; + supported_devices = [ + "laird,wb45n" + ]; + titles = [ + { + model = "WB45N"; + vendor = "Laird"; + } + ]; + }; + microchip_sam9x60ek = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sam9x-microchip_sam9x60ek"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-microchip_sam9x60ek-ext4-sdcard.img.gz"; + sha256 = "11c71b75826a6c4d530adf5c1170898f4a0959d6d87fdcd012556c3df883940a"; + sha256_unsigned = "11c71b75826a6c4d530adf5c1170898f4a0959d6d87fdcd012556c3df883940a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sam9x-microchip_sam9x60ek-squashfs-root.ubi"; + sha256 = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + sha256_unsigned = "92bdfa57508131b89136eb71aa909fa495fee8d21be3c44dd848e86ef95dfc8c"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sam9x-microchip_sam9x60ek-ubifs-root.ubi"; + sha256 = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + sha256_unsigned = "671c9ac310ab2ba0a567b39f8cb849f7c0c4f2f140f579bd8ca3f65664c3af98"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sam9x-microchip_sam9x60ek-ext4-root.ubi"; + sha256 = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + sha256_unsigned = "de1398801d9ced95bc6c05729b6099b4b74f4f8e959ecdf3f840f64ef98bc8e1"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sam9x60ek" + ]; + titles = [ + { + model = "SAM9X60-EK"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "at91/sam9x"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + sama5 = { + arch_packages = "arm_cortex-a5_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "kmod-usb2" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama5d2-icp = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sama5-microchip_sama5d2-icp"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d2-icp-ubifs-root.ubi"; + sha256 = "b874d4c2290db0285306ab1f4fa369468ae34670bd22eba1e744eb92408afcad"; + sha256_unsigned = "b874d4c2290db0285306ab1f4fa369468ae34670bd22eba1e744eb92408afcad"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d2-icp-squashfs-root.ubi"; + sha256 = "b01fdba7ad718627253e4c3fc409b198f47e34e246d9473707edb29c23285514"; + sha256_unsigned = "b01fdba7ad718627253e4c3fc409b198f47e34e246d9473707edb29c23285514"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d2-icp-ext4-root.ubi"; + sha256 = "3008985cb0e127817e8227afe973d2ece8dacf807cd0ab44cc199cb91555f965"; + sha256_unsigned = "3008985cb0e127817e8227afe973d2ece8dacf807cd0ab44cc199cb91555f965"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d2-icp-ext4-sdcard.img.gz"; + sha256 = "0a28f6cc4c870541c908ce4bb263aaf5bc1ffbbb0ec5277740adcf2c4e639dc0"; + sha256_unsigned = "0a28f6cc4c870541c908ce4bb263aaf5bc1ffbbb0ec5277740adcf2c4e639dc0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "microchip,sama5d2-icp" + ]; + titles = [ + { + model = "SAMA5D2 ICP"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-ptc-ek = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sama5-microchip_sama5d2-ptc-ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d2-ptc-ek-squashfs-root.ubi"; + sha256 = "b01fdba7ad718627253e4c3fc409b198f47e34e246d9473707edb29c23285514"; + sha256_unsigned = "b01fdba7ad718627253e4c3fc409b198f47e34e246d9473707edb29c23285514"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d2-ptc-ek-ubifs-root.ubi"; + sha256 = "b874d4c2290db0285306ab1f4fa369468ae34670bd22eba1e744eb92408afcad"; + sha256_unsigned = "b874d4c2290db0285306ab1f4fa369468ae34670bd22eba1e744eb92408afcad"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d2-ptc-ek-ext4-root.ubi"; + sha256 = "3008985cb0e127817e8227afe973d2ece8dacf807cd0ab44cc199cb91555f965"; + sha256_unsigned = "3008985cb0e127817e8227afe973d2ece8dacf807cd0ab44cc199cb91555f965"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d2-ptc-ek-ext4-sdcard.img.gz"; + sha256 = "c84e90c0a01626329bdb2477f8f2bfa5cce55a5ed00d458ea0686079a632b86c"; + sha256_unsigned = "c84e90c0a01626329bdb2477f8f2bfa5cce55a5ed00d458ea0686079a632b86c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "atmel,sama5d2-ptc_ek" + ]; + titles = [ + { + model = "SAMA5D2 PTC Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d2-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sama5-microchip_sama5d2-xplained"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d2-xplained-ext4-sdcard.img.gz"; + sha256 = "7ab07d8f35a6930106e4f4ca45430812f0872388b2d0d37e443d926aa5e89b84"; + sha256_unsigned = "7ab07d8f35a6930106e4f4ca45430812f0872388b2d0d37e443d926aa5e89b84"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d2-xplained-ext4-root.ubi"; + sha256 = "3008985cb0e127817e8227afe973d2ece8dacf807cd0ab44cc199cb91555f965"; + sha256_unsigned = "3008985cb0e127817e8227afe973d2ece8dacf807cd0ab44cc199cb91555f965"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d2-xplained-squashfs-root.ubi"; + sha256 = "b01fdba7ad718627253e4c3fc409b198f47e34e246d9473707edb29c23285514"; + sha256_unsigned = "b01fdba7ad718627253e4c3fc409b198f47e34e246d9473707edb29c23285514"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d2-xplained-ubifs-root.ubi"; + sha256 = "b874d4c2290db0285306ab1f4fa369468ae34670bd22eba1e744eb92408afcad"; + sha256_unsigned = "b874d4c2290db0285306ab1f4fa369468ae34670bd22eba1e744eb92408afcad"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d2-xplained" + ]; + titles = [ + { + model = "SAMA5D2 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-som1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sama5-microchip_sama5d27-som1-ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d27-som1-ek-squashfs-root.ubi"; + sha256 = "b01fdba7ad718627253e4c3fc409b198f47e34e246d9473707edb29c23285514"; + sha256_unsigned = "b01fdba7ad718627253e4c3fc409b198f47e34e246d9473707edb29c23285514"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d27-som1-ek-ext4-sdcard.img.gz"; + sha256 = "9f7baf80a237d8fa32fdf504752de62bbe08091f272ed5769551ae398a442ebd"; + sha256_unsigned = "9f7baf80a237d8fa32fdf504752de62bbe08091f272ed5769551ae398a442ebd"; + type = "sdcard"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d27-som1-ek-ubifs-root.ubi"; + sha256 = "b874d4c2290db0285306ab1f4fa369468ae34670bd22eba1e744eb92408afcad"; + sha256_unsigned = "b874d4c2290db0285306ab1f4fa369468ae34670bd22eba1e744eb92408afcad"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d27-som1-ek-ext4-root.ubi"; + sha256 = "3008985cb0e127817e8227afe973d2ece8dacf807cd0ab44cc199cb91555f965"; + sha256_unsigned = "3008985cb0e127817e8227afe973d2ece8dacf807cd0ab44cc199cb91555f965"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d27-som1-ek" + ]; + titles = [ + { + model = "SAMA5D27 SOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d27-wlsom1-ek = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sama5-microchip_sama5d27-wlsom1-ek"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d27-wlsom1-ek-squashfs-root.ubi"; + sha256 = "b01fdba7ad718627253e4c3fc409b198f47e34e246d9473707edb29c23285514"; + sha256_unsigned = "b01fdba7ad718627253e4c3fc409b198f47e34e246d9473707edb29c23285514"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d27-wlsom1-ek-ext4-root.ubi"; + sha256 = "3008985cb0e127817e8227afe973d2ece8dacf807cd0ab44cc199cb91555f965"; + sha256_unsigned = "3008985cb0e127817e8227afe973d2ece8dacf807cd0ab44cc199cb91555f965"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d27-wlsom1-ek-ubifs-root.ubi"; + sha256 = "b874d4c2290db0285306ab1f4fa369468ae34670bd22eba1e744eb92408afcad"; + sha256_unsigned = "b874d4c2290db0285306ab1f4fa369468ae34670bd22eba1e744eb92408afcad"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d27-wlsom1-ek-ext4-sdcard.img.gz"; + sha256 = "2b1e8c00fdacecc260b1d5842b197282c859f9899f8cb3a4a0d2cea148fe97df"; + sha256_unsigned = "2b1e8c00fdacecc260b1d5842b197282c859f9899f8cb3a4a0d2cea148fe97df"; + type = "sdcard"; + } + ]; + supported_devices = [ + "microchip,sama5d27-wlsom1-ek" + ]; + titles = [ + { + model = "SAMA5D27 WSOM1 Ek"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d3-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sama5-microchip_sama5d3-xplained"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d3-xplained-ubifs-root.ubi"; + sha256 = "b874d4c2290db0285306ab1f4fa369468ae34670bd22eba1e744eb92408afcad"; + sha256_unsigned = "b874d4c2290db0285306ab1f4fa369468ae34670bd22eba1e744eb92408afcad"; + type = "root"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d3-xplained-squashfs-root.ubi"; + sha256 = "b01fdba7ad718627253e4c3fc409b198f47e34e246d9473707edb29c23285514"; + sha256_unsigned = "b01fdba7ad718627253e4c3fc409b198f47e34e246d9473707edb29c23285514"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d3-xplained-ext4-sdcard.img.gz"; + sha256 = "848d2668ee323e3972abf8f68d9517dee5129370bf108076399d05e45d0272dd"; + sha256_unsigned = "848d2668ee323e3972abf8f68d9517dee5129370bf108076399d05e45d0272dd"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d3-xplained-ext4-root.ubi"; + sha256 = "3008985cb0e127817e8227afe973d2ece8dacf807cd0ab44cc199cb91555f965"; + sha256_unsigned = "3008985cb0e127817e8227afe973d2ece8dacf807cd0ab44cc199cb91555f965"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d3-xplained" + ]; + titles = [ + { + model = "SAMA5D3 Xplained"; + vendor = "Microchip"; + } + ]; + }; + microchip_sama5d4-xplained = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sama5-microchip_sama5d4-xplained"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d4-xplained-ext4-root.ubi"; + sha256 = "6d1898680e9d6d1e07ca7226b5922224dc273055e902c9e599d2d262f17ec589"; + sha256_unsigned = "6d1898680e9d6d1e07ca7226b5922224dc273055e902c9e599d2d262f17ec589"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d4-xplained-ext4-sdcard.img.gz"; + sha256 = "4841bc63105c324006501d4e579f508063fcdd0151f456fc636e938c282969a7"; + sha256_unsigned = "4841bc63105c324006501d4e579f508063fcdd0151f456fc636e938c282969a7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d4-xplained-squashfs-root.ubi"; + sha256 = "1c1c88087bfd396e1fbdf588b5c1e9cf0ce93ae9f2dcbdc3f4fd95a4236f27b2"; + sha256_unsigned = "1c1c88087bfd396e1fbdf588b5c1e9cf0ce93ae9f2dcbdc3f4fd95a4236f27b2"; + type = "root"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sama5-microchip_sama5d4-xplained-ubifs-root.ubi"; + sha256 = "1999f01b2061589499883dc9239259524e6b8eb1fdf21fae89d659c2e47582ff"; + sha256_unsigned = "1999f01b2061589499883dc9239259524e6b8eb1fdf21fae89d659c2e47582ff"; + type = "root"; + } + ]; + supported_devices = [ + "atmel,sama5d4-xplained" + ]; + titles = [ + { + model = "SAMA5D4 Xplained"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "at91/sama5"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + sama7 = { + arch_packages = "arm_cortex-a7_vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-at91-udc" + "kmod-nft-offload" + "kmod-usb-gadget-eth" + "kmod-usb-ohci" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + microchip_sama7g5-ek = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-at91-sama7-microchip_sama7g5-ek"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-at91-sama7-microchip_sama7g5-ek-ubifs-root.ubi"; + sha256 = "aba76319b52f6c2b99878349b802fdbb5663e937d538f07a8ca1314e5a234c3d"; + sha256_unsigned = "aba76319b52f6c2b99878349b802fdbb5663e937d538f07a8ca1314e5a234c3d"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sama7-microchip_sama7g5-ek-ext4-root.ubi"; + sha256 = "e68752bb795256d662a15ba8466add78a6761096911e0ffbe025180eb3da2b95"; + sha256_unsigned = "e68752bb795256d662a15ba8466add78a6761096911e0ffbe025180eb3da2b95"; + type = "root"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-at91-sama7-microchip_sama7g5-ek-ext4-sdcard.img.gz"; + sha256 = "988c528e824c40bc1537438fa474f8b406c3de69d978e7f1bb481d16103618c8"; + sha256_unsigned = "988c528e824c40bc1537438fa474f8b406c3de69d978e7f1bb481d16103618c8"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-at91-sama7-microchip_sama7g5-ek-squashfs-root.ubi"; + sha256 = "20c6c212e03da089d498d2eb73ac4ee79df67fbb1f1fad9972115d1cfb81125c"; + sha256_unsigned = "20c6c212e03da089d498d2eb73ac4ee79df67fbb1f1fad9972115d1cfb81125c"; + type = "root"; + } + ]; + supported_devices = [ + "microchip,sama7g5ek" + ]; + titles = [ + { + model = "SAMA7G5-EK"; + vendor = "Microchip"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "at91/sama7"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + ath79 = { + generic = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + "8dev_carambola2" = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-8dev_carambola2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"; + sha256 = "fb2b801c47356c583b0aa6a96ff01dffcfb176c8296d03505e1191dee8a91c52"; + sha256_unsigned = "8f0870e3b419ba73cf9fd2ec323aa66258b7689fb53398092b55697add337c34"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-8dev_carambola2-initramfs-kernel.bin"; + sha256 = "5e09d72bcff539a2470340e72d7e55180f05d23ef1121938ddaa1a1e67b7d816"; + sha256_unsigned = "5e09d72bcff539a2470340e72d7e55180f05d23ef1121938ddaa1a1e67b7d816"; + type = "kernel"; + } + ]; + supported_devices = [ + "8dev,carambola2" + "carambola2" + ]; + titles = [ + { + model = "Carambola2"; + vendor = "8devices"; + } + ]; + }; + "8dev_lima" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-8dev_lima"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-8dev_lima-initramfs-kernel.bin"; + sha256 = "b43eb70580a78425163953065070328aae111ef57a5fc2d543df449156f350ba"; + sha256_unsigned = "b43eb70580a78425163953065070328aae111ef57a5fc2d543df449156f350ba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-8dev_lima-squashfs-sysupgrade.bin"; + sha256 = "a7b81c1534767721eaecb140b503a496cfdbf6ca86d3f680172a30ea90e1b2f0"; + sha256_unsigned = "8c2a994d491835e3312b0693e7a5b246c399a45284e264737172e54d34b7b4b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,lima" + "lima" + ]; + titles = [ + { + model = "Lima"; + vendor = "8devices"; + } + ]; + }; + adtran_bsap1800-v2 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-adtran_bsap1800-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-adtran_bsap1800-v2-initramfs-kernel.bin"; + sha256 = "9d8083d898eded26e80cdaeebd04715441ed8e484506a544d3d68b251ce36510"; + sha256_unsigned = "9d8083d898eded26e80cdaeebd04715441ed8e484506a544d3d68b251ce36510"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-adtran_bsap1800-v2-squashfs-rootfs.bin"; + sha256 = "91300ba95fd0558097ccd7acb09bb128da2a72543281780807c34c2d5142a4a0"; + sha256_unsigned = "91300ba95fd0558097ccd7acb09bb128da2a72543281780807c34c2d5142a4a0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-adtran_bsap1800-v2-squashfs-sysupgrade.bin"; + sha256 = "45ec8a3d09ac5edf9dcc361cf2fc309ee47f11a7d8543b9e2ec66b3056166226"; + sha256_unsigned = "34f521eb7c8ee45ce81d5e51138199f37fcfb86d5530dd14be4322e5d21a2781"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-adtran_bsap1800-v2-squashfs-kernel.bin"; + sha256 = "35a4729de4376e1b6a39c507489107a33068287f05a9f17328eb4fc530624277"; + sha256_unsigned = "35a4729de4376e1b6a39c507489107a33068287f05a9f17328eb4fc530624277"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1800-v2" + ]; + titles = [ + { + model = "BSAP-1800"; + variant = "v2"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + adtran_bsap1840 = { + device_packages = [ + "-swconfig" + "-uboot-envtools" + "fconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-adtran_bsap1840"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-adtran_bsap1840-squashfs-kernel.bin"; + sha256 = "95d8ceb42722a260815e439983d3fe984953307c3190b32a48a35aad43bab1dc"; + sha256_unsigned = "95d8ceb42722a260815e439983d3fe984953307c3190b32a48a35aad43bab1dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-adtran_bsap1840-squashfs-rootfs.bin"; + sha256 = "91300ba95fd0558097ccd7acb09bb128da2a72543281780807c34c2d5142a4a0"; + sha256_unsigned = "91300ba95fd0558097ccd7acb09bb128da2a72543281780807c34c2d5142a4a0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-adtran_bsap1840-squashfs-sysupgrade.bin"; + sha256 = "7403bacf86e1a141cebc57f3141345f8b7792d48532b00eabf665fd1685a46df"; + sha256_unsigned = "b9391334dc7792d32a1812b9d6513efdde45fa3d79c35198b6332ada816ce676"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-adtran_bsap1840-initramfs-kernel.bin"; + sha256 = "a684b94a7bc5e18e38f2f9cc4332f7125f0ed068c3c7b1c2943fd22904b43bd9"; + sha256_unsigned = "a684b94a7bc5e18e38f2f9cc4332f7125f0ed068c3c7b1c2943fd22904b43bd9"; + type = "kernel"; + } + ]; + supported_devices = [ + "adtran,bsap1840" + ]; + titles = [ + { + model = "BSAP-1840"; + vendor = "Adtran/Bluesocket"; + } + ]; + }; + airtight_c-75 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-airtight_c-75"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-airtight_c-75-initramfs-kernel.bin"; + sha256 = "1d3ba0e963a23e85650261a8e29bd4f0d264a8be10e99bc95a21d318299ebaaa"; + sha256_unsigned = "1d3ba0e963a23e85650261a8e29bd4f0d264a8be10e99bc95a21d318299ebaaa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-airtight_c-75-squashfs-sysupgrade.bin"; + sha256 = "6c41b04ea04bd0578ddaa2162e14895cfd2e18e9faf3137705cdb081bab438d9"; + sha256_unsigned = "55251c0abf4b4e5f2f3ffda84d4eb39807db31a29ea3c7aba35f22ca258b28e3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "airtight,c-75" + ]; + titles = [ + { + model = "C-75"; + vendor = "AirTight Networks"; + } + { + model = "C-75"; + vendor = "Mojo Networks"; + } + { + model = "AP320"; + vendor = "WatchGuard"; + } + ]; + }; + alcatel_hh40v = { + device_packages = [ + "kmod-usb2" + "kmod-usb-serial-option" + "kmod-usb-net-rndis" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-alcatel_hh40v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-alcatel_hh40v-squashfs-sysupgrade.bin"; + sha256 = "abe470e8ede39f2c2a40f611a8930ed5da4b98bdebaf6ce925842e208d8fc01b"; + sha256_unsigned = "73f27cf61cc15a7cc45bd474a62ffb990e947a61a757e032f287e5268b271fb5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-alcatel_hh40v-squashfs-factory.bin"; + sha256 = "84fa43a1835a5deb123a19179e3b58da75c3a590101fc16a203b33cd3c5cd9e8"; + sha256_unsigned = "84fa43a1835a5deb123a19179e3b58da75c3a590101fc16a203b33cd3c5cd9e8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-alcatel_hh40v-initramfs-kernel.bin"; + sha256 = "91412425d55a696da5ec503057564fa00a9c3266aa397cb5526a906f77f7356a"; + sha256_unsigned = "91412425d55a696da5ec503057564fa00a9c3266aa397cb5526a906f77f7356a"; + type = "kernel"; + } + ]; + supported_devices = [ + "alcatel,hh40v" + ]; + titles = [ + { + model = "HH40V"; + vendor = "Alcatel"; + } + ]; + }; + alfa-network_ap121f = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-alfa-network_ap121f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-alfa-network_ap121f-squashfs-sysupgrade.bin"; + sha256 = "ba2cb76db9bda0cd8d7c9bcedd581d9f5d96cbec2f0eca5ea24210c1f118f121"; + sha256_unsigned = "0b4e13d87b59b5af2b837c15f47d45c88a424788309ab4fe229fd758d10c69e0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-alfa-network_ap121f-initramfs-kernel.bin"; + sha256 = "70c144e7d68031a174267378ab48f72498b3fa6221b285a5841dcfa62a1163e0"; + sha256_unsigned = "70c144e7d68031a174267378ab48f72498b3fa6221b285a5841dcfa62a1163e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,ap121f" + "ap121f" + ]; + titles = [ + { + model = "AP121F"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_ap121fe = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-gadget-eth" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-alfa-network_ap121fe"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-alfa-network_ap121fe-initramfs-kernel.bin"; + sha256 = "e05989d65cb246833048e6da10e7ce5bd0de0e42d2f6fcba627f8403d4809717"; + sha256_unsigned = "e05989d65cb246833048e6da10e7ce5bd0de0e42d2f6fcba627f8403d4809717"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-alfa-network_ap121fe-squashfs-sysupgrade.bin"; + sha256 = "84fe8906ab57c055896857c17a7c4adcca91b876f1ec3d8e3a2068baff55f140"; + sha256_unsigned = "39e336c0c279ff3f8846a3f0279f9a3f90714133521869837f0367dd8bb7338b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap121fe" + ]; + titles = [ + { + model = "AP121FE"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n2q = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-gpio-pcf857x" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-alfa-network_n2q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-alfa-network_n2q-initramfs-kernel.bin"; + sha256 = "11b3f964af74bdf36b70b4a8712e53a2c369b36a68e63ca373c2a6ee9859be0e"; + sha256_unsigned = "11b3f964af74bdf36b70b4a8712e53a2c369b36a68e63ca373c2a6ee9859be0e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-alfa-network_n2q-squashfs-sysupgrade.bin"; + sha256 = "39d6c8738e36893206ef581c68ac031fe8481966b2b05d1e1c9641db6b469508"; + sha256_unsigned = "62fadbacb637f12ce46f235fbd0c4826829b399f62dc7ea11ace21edb749fc88"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,n2q" + ]; + titles = [ + { + model = "N2Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_n5q = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-alfa-network_n5q"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-alfa-network_n5q-squashfs-sysupgrade.bin"; + sha256 = "424b24b1c5b8f613a5be0e27fcf75246c60a17f649611e84da96114664ca1c7e"; + sha256_unsigned = "8b1fe6b695343ac756bed424a810d4dc33e92200648d3ed68e1cec863d809eb7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-alfa-network_n5q-initramfs-kernel.bin"; + sha256 = "ef2aa5f33cbfa75d80e050dfaf4a52554f5d3658bf4c79cd4577889ba4b82328"; + sha256_unsigned = "ef2aa5f33cbfa75d80e050dfaf4a52554f5d3658bf4c79cd4577889ba4b82328"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,n5q" + "n5q" + ]; + titles = [ + { + model = "N5Q"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_pi-wifi4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-alfa-network_pi-wifi4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-alfa-network_pi-wifi4-initramfs-kernel.bin"; + sha256 = "80d8881cca69d457fe3d32d3a500cf6c0d06e4728ad07a75a882e3e821122a35"; + sha256_unsigned = "80d8881cca69d457fe3d32d3a500cf6c0d06e4728ad07a75a882e3e821122a35"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-alfa-network_pi-wifi4-squashfs-sysupgrade.bin"; + sha256 = "c54f33e2d9c10931611d20fb9255a74d7223748b5f0353443ad45fdecc8910c1"; + sha256_unsigned = "baf2f84fb297aff1243bdaaff30c3b85800999878cacaf0d52748f8fc6be9d77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,pi-wifi4" + ]; + titles = [ + { + model = "Pi-WiFi4"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-alfa-network_r36a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-alfa-network_r36a-squashfs-sysupgrade.bin"; + sha256 = "9566b7e12df3f41298d85f08f06bd38df548d64c9aef7d8d5da2fecf3f4f8215"; + sha256_unsigned = "49d2be9c8fbf190eacac4eea98268d6428ea55a21bffb9cb37b8ac96d96cea62"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-alfa-network_r36a-initramfs-kernel.bin"; + sha256 = "3c0469bf66527088e56ce6d5a19fac2aa156d5e4d9b43a356fdc353a2e7c45a3"; + sha256_unsigned = "3c0469bf66527088e56ce6d5a19fac2aa156d5e4d9b43a356fdc353a2e7c45a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,r36a" + "r36a" + ]; + titles = [ + { + model = "R36A"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-2hq = { + device_packages = [ + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-alfa-network_tube-2hq"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-alfa-network_tube-2hq-initramfs-kernel.bin"; + sha256 = "13c84d34faf0f724e87bd3ce8be1fbfa19e9c568f8850cf92dd48428d29ecdb6"; + sha256_unsigned = "13c84d34faf0f724e87bd3ce8be1fbfa19e9c568f8850cf92dd48428d29ecdb6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-alfa-network_tube-2hq-squashfs-sysupgrade.bin"; + sha256 = "506ad8bd27de6278b505b6e6456081f882ca9c1adb298cdc6d695bfdfe657b45"; + sha256_unsigned = "d9f8f372d91aaa789cb48e6eef94e6b13ca7a78ad95b7f3a6c145d961d17e710"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,tube-2hq" + "tube-2hq" + ]; + titles = [ + { + model = "Tube-2HQ"; + vendor = "ALFA Network"; + } + ]; + }; + allnet_all-wap02860ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-allnet_all-wap02860ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-allnet_all-wap02860ac-squashfs-sysupgrade.bin"; + sha256 = "0a45f1cd516557813b3ad61f501e8a2cbacf18dc9b6bc81050ad30ae23232e58"; + sha256_unsigned = "7f36d96e2bb212f206d98b80c951a962c14554383b96ef7b42aec41bfaf18dfd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-allnet_all-wap02860ac-initramfs-kernel.bin"; + sha256 = "ce060bd9d2252673c22d4ebb44e053b776993f69f7afe3f6e1fedc58d1cd4010"; + sha256_unsigned = "ce060bd9d2252673c22d4ebb44e053b776993f69f7afe3f6e1fedc58d1cd4010"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-allnet_all-wap02860ac-squashfs-factory.bin"; + sha256 = "587d6491ce0de11131934c98d88f801251b2bdeb5732d361c6cb9a0d53eba87b"; + sha256_unsigned = "587d6491ce0de11131934c98d88f801251b2bdeb5732d361c6cb9a0d53eba87b"; + type = "factory"; + } + ]; + supported_devices = [ + "allnet,all-wap02860ac" + ]; + titles = [ + { + model = "ALL-WAP02860AC"; + vendor = "ALLNET"; + } + ]; + }; + araknis_an-300-ap-i-n = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-araknis_an-300-ap-i-n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-araknis_an-300-ap-i-n-squashfs-factory.bin"; + sha256 = "f5b87c2dd84cfc9911306da8862006fb1b4f8192a9c44f493a2e9d287b83a55e"; + sha256_unsigned = "f5b87c2dd84cfc9911306da8862006fb1b4f8192a9c44f493a2e9d287b83a55e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-araknis_an-300-ap-i-n-squashfs-sysupgrade.bin"; + sha256 = "0eaa9ec0084b49ffa264eb2c65809ddd2a85678e2b9949829151c6cd4f442d59"; + sha256_unsigned = "1b55133f6759e514dfd7cb2cc3551c645728ce0d9c6149eb0701eb86415c847e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-araknis_an-300-ap-i-n-initramfs-kernel.bin"; + sha256 = "c24a03571450810d6b5f2e03b458c4d36e9e22ffc0413e083a28545fb6440e4e"; + sha256_unsigned = "c24a03571450810d6b5f2e03b458c4d36e9e22ffc0413e083a28545fb6440e4e"; + type = "kernel"; + } + ]; + supported_devices = [ + "araknis,an-300-ap-i-n" + ]; + titles = [ + { + model = "AN-300-AP-I-N"; + vendor = "Araknis"; + } + ]; + }; + araknis_an-500-ap-i-ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-araknis_an-500-ap-i-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-araknis_an-500-ap-i-ac-initramfs-kernel.bin"; + sha256 = "2de0f8400ee1c349e94287be6a7ba18863b2f3649f9b399c8ed99f9656bf2cf5"; + sha256_unsigned = "2de0f8400ee1c349e94287be6a7ba18863b2f3649f9b399c8ed99f9656bf2cf5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-araknis_an-500-ap-i-ac-squashfs-sysupgrade.bin"; + sha256 = "9795f38ee3099e7476aadee8cbf03e659ed61eba7ec7b6bf41d82c2d2424c372"; + sha256_unsigned = "b33f80b2dd768888b8ec469801426a99afd58fcf06471507be7bd671e2ae9cdd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-araknis_an-500-ap-i-ac-squashfs-factory.bin"; + sha256 = "f14bd12cb3d698772f8c96f1205aadbd9cfd366873b31cb37ec6b5e9641e5043"; + sha256_unsigned = "f14bd12cb3d698772f8c96f1205aadbd9cfd366873b31cb37ec6b5e9641e5043"; + type = "factory"; + } + ]; + supported_devices = [ + "araknis,an-500-ap-i-ac" + ]; + titles = [ + { + model = "AN-500-AP-I-AC"; + vendor = "Araknis"; + } + ]; + }; + araknis_an-700-ap-i-ac = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-araknis_an-700-ap-i-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-araknis_an-700-ap-i-ac-initramfs-kernel.bin"; + sha256 = "207f3a4193ab4df54fb4de4517e20c751aba4f1ce5012e4964a33ffed8b05e7a"; + sha256_unsigned = "207f3a4193ab4df54fb4de4517e20c751aba4f1ce5012e4964a33ffed8b05e7a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-araknis_an-700-ap-i-ac-squashfs-sysupgrade.bin"; + sha256 = "bd1a342b37530baed8c6eb9fd3cebca045be8947850cc1039a764672fec54307"; + sha256_unsigned = "ea46eaff5e6ef400b45dcfd23456556415b49bf2d429a19309241a334e99f3c2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-araknis_an-700-ap-i-ac-squashfs-factory.bin"; + sha256 = "72e6868f3f7713788399a2c8d7b04c3e2bf215e2acd7acb5a3db4fa6a867f450"; + sha256_unsigned = "72e6868f3f7713788399a2c8d7b04c3e2bf215e2acd7acb5a3db4fa6a867f450"; + type = "factory"; + } + ]; + supported_devices = [ + "araknis,an-700-ap-i-ac" + ]; + titles = [ + { + model = "AN-700-AP-I-AC"; + vendor = "Araknis"; + } + ]; + }; + arduino_yun = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-ledtrig-usbport" + "kmod-usb-storage" + "block-mount" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-arduino_yun"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-arduino_yun-initramfs-kernel.bin"; + sha256 = "b6da5c34957bbf21d0b1e5231c46d94272e44d34593c984d98cdc6bae0d3ca0d"; + sha256_unsigned = "b6da5c34957bbf21d0b1e5231c46d94272e44d34593c984d98cdc6bae0d3ca0d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-arduino_yun-squashfs-sysupgrade.bin"; + sha256 = "5769e4e908151848e35975e108614cce5e4eefcac51704e5dc44f2403447f4b2"; + sha256_unsigned = "d0b2f3fbecc60cc55d94349cc8fdce4876eb5e599b61d578dd0ed76f06c0a41b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arduino,yun" + "arduino-yun" + ]; + titles = [ + { + model = "Yun"; + vendor = "Arduino"; + } + ]; + }; + aruba_ap-105 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-aruba_ap-105"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-aruba_ap-105-initramfs-kernel.bin"; + sha256 = "7ee4f459e4d8130848f22651e7e051e643caa7bd9321e2f9115a9b60603ca0b8"; + sha256_unsigned = "7ee4f459e4d8130848f22651e7e051e643caa7bd9321e2f9115a9b60603ca0b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"; + sha256 = "40898fdf69f46d93be0224ffdb6f6b60985269ec52d74ab71e8aa512fa9994e2"; + sha256_unsigned = "329c8c47c16d5812dde5f23e158cf07492d6bf6310288304a99dfcf19afcceb6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-105" + ]; + titles = [ + { + model = "AP-105"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-115 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-aruba_ap-115"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-aruba_ap-115-initramfs-kernel.bin"; + sha256 = "a549c45a70a2d0b89a8a48ebbdca330f58365f328264b61d1392eca7a9931767"; + sha256_unsigned = "a549c45a70a2d0b89a8a48ebbdca330f58365f328264b61d1392eca7a9931767"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-aruba_ap-115-squashfs-sysupgrade.bin"; + sha256 = "165bd2dc52c785a280bcf5c5386d26ad54219adc3eeed867a08ecbdde32ae37c"; + sha256_unsigned = "a005b89e1125ad1d69c39eaa239b8a65af7143c115d3a2f65d119eaa1a9ef8db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-115" + ]; + titles = [ + { + model = "AP-115"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-175 = { + device_packages = [ + "kmod-gpio-pca953x" + "kmod-hwmon-lm75" + "kmod-i2c-gpio" + "kmod-rtc-ds1374" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-aruba_ap-175"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-aruba_ap-175-initramfs-kernel.bin"; + sha256 = "252492abe8cabe053525713c5b81d6b2561826e4fae08941e77541d4d273e6e9"; + sha256_unsigned = "252492abe8cabe053525713c5b81d6b2561826e4fae08941e77541d4d273e6e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-aruba_ap-175-squashfs-sysupgrade.bin"; + sha256 = "cbd08bcf74e88cafab6320a9c9ef1ad6fe6e1385a4bb25aaf5253b9a962f5fea"; + sha256_unsigned = "c77fd906b80dc0a506a28040ce74a1af8610bd605ae7870e89a3dae35dc26959"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-175" + ]; + titles = [ + { + model = "AP-175"; + vendor = "Aruba"; + } + ]; + }; + asus_pl-ac56 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-asus_pl-ac56"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-asus_pl-ac56-squashfs-factory.bin"; + sha256 = "1b382e20ed75076785bf56630e56b6a04ea771aac4f371369dc04dba79f1976d"; + sha256_unsigned = "1b382e20ed75076785bf56630e56b6a04ea771aac4f371369dc04dba79f1976d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-asus_pl-ac56-squashfs-sysupgrade.bin"; + sha256 = "87a162b584ff5b685736014c79b3721b00049c71e6ec46c2050ae00565fef8b3"; + sha256_unsigned = "14fd62040540c16c36271790432777f882c90ff249211d30b6295ca0b9c7afb4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-asus_pl-ac56-initramfs-kernel.bin"; + sha256 = "b2e86b5caf59fd9644d57744c3834f5079a482d1dc7a3db4da35d32f9da7da24"; + sha256_unsigned = "b2e86b5caf59fd9644d57744c3834f5079a482d1dc7a3db4da35d32f9da7da24"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,pl-ac56" + ]; + titles = [ + { + model = "PL-AC56"; + variant = "A1"; + vendor = "ASUS"; + } + ]; + }; + asus_rp-ac51 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-asus_rp-ac51"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-asus_rp-ac51-squashfs-sysupgrade.bin"; + sha256 = "b223a870570a5ff49d2b2493f55a1bb08eb03d53674b2e19dedde84013223662"; + sha256_unsigned = "c061a0370b6797a58114a7fff484ad7848bbb82b8228bf0bd9da0e05a96df9c4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-asus_rp-ac51-squashfs-factory.bin"; + sha256 = "4a7c85bcbc02412896d0bb68932623cd4be781d0502376de375a8941d6abaf9c"; + sha256_unsigned = "4a7c85bcbc02412896d0bb68932623cd4be781d0502376de375a8941d6abaf9c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-asus_rp-ac51-initramfs-kernel.bin"; + sha256 = "23df524b43ddb24f3cce34e6b4d399cfff306b522f25572fbda0447dff8a0b03"; + sha256_unsigned = "23df524b43ddb24f3cce34e6b4d399cfff306b522f25572fbda0447dff8a0b03"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rp-ac51" + ]; + titles = [ + { + model = "RP-AC51"; + vendor = "ASUS"; + } + ]; + }; + asus_rp-ac66 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-asus_rp-ac66"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-asus_rp-ac66-squashfs-sysupgrade.bin"; + sha256 = "89696fd52f2e02f30ea30c248d0d64aa149435a639450ed45ab4622b798a97fe"; + sha256_unsigned = "82b96dadb8bbb053c88f37e6ec647b3538a011bfc889fb89c145eabe917d7c81"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-asus_rp-ac66-squashfs-factory.bin"; + sha256 = "d42313a79c07c82e6c9c3659f1f24efffaca843406f0c13421abf81a6db048ad"; + sha256_unsigned = "d42313a79c07c82e6c9c3659f1f24efffaca843406f0c13421abf81a6db048ad"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-asus_rp-ac66-initramfs-kernel.bin"; + sha256 = "0bd057b6ed70b215c19cbaa25d3c5ec99e36ec71bc9cbd79ce6fd734d097473a"; + sha256_unsigned = "0bd057b6ed70b215c19cbaa25d3c5ec99e36ec71bc9cbd79ce6fd734d097473a"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rp-ac66" + ]; + titles = [ + { + model = "RP-AC66"; + vendor = "ASUS"; + } + ]; + }; + atheros_db120 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-atheros_db120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-atheros_db120-squashfs-factory.bin"; + sha256 = "35d79a9cac95677f60b2276131a03c996268e85b19540962867596913c0b1d48"; + sha256_unsigned = "35d79a9cac95677f60b2276131a03c996268e85b19540962867596913c0b1d48"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-atheros_db120-initramfs-kernel.bin"; + sha256 = "f4e976caeb2b11f6ff79cd9cedc57d562d02f8eda2586fd05bbd84963999e9d5"; + sha256_unsigned = "f4e976caeb2b11f6ff79cd9cedc57d562d02f8eda2586fd05bbd84963999e9d5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-atheros_db120-squashfs-sysupgrade.bin"; + sha256 = "325b91e2fb1695e3634a6245c273675eeb03e257e2e3191fe9f58087be78ba8f"; + sha256_unsigned = "f36dc3b015010c28b335f0e0fdb279799c48e7cc7d82d4645d350e438b2d37d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "atheros,db120" + "db120" + ]; + titles = [ + { + model = "DB120"; + vendor = "Atheros"; + } + ]; + }; + avm_fritz1750e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-avm_fritz1750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin"; + sha256 = "cb26067dfa6b0235572a8a425dab810df70bc63151d98b6199ca1dadb280f5da"; + sha256_unsigned = "3986938d092db2259e2b1d1d545489d5f101ac5c3f60c55f6e7823bd98d46c19"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-avm_fritz1750e-initramfs-kernel.bin"; + sha256 = "45ff2998063f1b23140bb558e0c879b14e24b58eeb1f42600a1a8a8977fb4afb"; + sha256_unsigned = "45ff2998063f1b23140bb558e0c879b14e24b58eeb1f42600a1a8a8977fb4afb"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz1750e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 1750E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz300e = { + device_packages = [ + "fritz-tffs" + "rssileds" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-avm_fritz300e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-avm_fritz300e-initramfs-kernel.bin"; + sha256 = "860036973d06e1130aabebdbf5b602700dbde2e79bb0adffc9a6fc8afdd75724"; + sha256_unsigned = "860036973d06e1130aabebdbf5b602700dbde2e79bb0adffc9a6fc8afdd75724"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"; + sha256 = "63b542c9e6e935df2b3872ab27f1b367e0f189c7fad6b8cc16930ac18dcf0829"; + sha256_unsigned = "ef5ceeaa46e973abb623c4a0bb494b414bc8e02b00925aa4a25c1890f82e86a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz300e" + "fritz300e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 300E"; + vendor = "AVM"; + } + ]; + }; + avm_fritz4020 = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-avm_fritz4020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"; + sha256 = "d22405c6ca266ef9306543d88354754c00336b08fef1c5b2924317c4e04957c6"; + sha256_unsigned = "65aa0256a69c31ac867d10bc11e782c7daf1d110303dda4f6d653c08d7075d4a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-avm_fritz4020-initramfs-kernel.bin"; + sha256 = "2de707604e626ce396044863acc60a7b9420abad2d854f9f9feec59bb8c9995d"; + sha256_unsigned = "2de707604e626ce396044863acc60a7b9420abad2d854f9f9feec59bb8c9995d"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz4020" + "fritz4020" + ]; + titles = [ + { + model = "FRITZ!Box 4020"; + vendor = "AVM"; + } + ]; + }; + avm_fritz450e = { + device_packages = [ + "fritz-tffs" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-avm_fritz450e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-avm_fritz450e-initramfs-kernel.bin"; + sha256 = "34770f41554e2bcf10a8908f86bdd45a0902ef61a7c3d8906ad78da800d11b1d"; + sha256_unsigned = "34770f41554e2bcf10a8908f86bdd45a0902ef61a7c3d8906ad78da800d11b1d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-avm_fritz450e-squashfs-sysupgrade.bin"; + sha256 = "f556ceb691a36dab723352420f45fdc63b9c669d9f44f9b6b4c9eb7fd14c82f3"; + sha256_unsigned = "0dc33157be81d7b43e9d51b63c09ab5a409a4c543a10e27bc1a2f2a9561d0d6d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritz450e" + "fritz450e" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater 450E"; + vendor = "AVM"; + } + ]; + }; + avm_fritzdvbc = { + device_packages = [ + "fritz-tffs" + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-avm_fritzdvbc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-avm_fritzdvbc-squashfs-sysupgrade.bin"; + sha256 = "2fce3b35e7e76df513a84d5d5eaec6f7910ab0911679244545abd6ee835af58b"; + sha256_unsigned = "916a2893b92ac1f98b352e28d65c44bf1aec8f8f6ac472341366f4b928d9a235"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-avm_fritzdvbc-initramfs-kernel.bin"; + sha256 = "b7c3b8bdd7fb32b23729c5a85d7271b230d396effec93fd89fca79ea2974845a"; + sha256_unsigned = "b7c3b8bdd7fb32b23729c5a85d7271b230d396effec93fd89fca79ea2974845a"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzdvbc" + ]; + titles = [ + { + model = "FRITZ!WLAN Repeater DVB-C"; + vendor = "AVM"; + } + ]; + }; + belkin_f9j1108-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-belkin_f9j1108-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-belkin_f9j1108-v2-initramfs-kernel.bin"; + sha256 = "705009985ac03d83114c05179d73b7ed02ecebf656099889f03158840afcd919"; + sha256_unsigned = "705009985ac03d83114c05179d73b7ed02ecebf656099889f03158840afcd919"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-belkin_f9j1108-v2-squashfs-factory.bin"; + sha256 = "31eaabd8ef4355978dfa2492bc6699c32cad5f1c369beb444445f7d63214d47e"; + sha256_unsigned = "31eaabd8ef4355978dfa2492bc6699c32cad5f1c369beb444445f7d63214d47e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-belkin_f9j1108-v2-squashfs-sysupgrade.bin"; + sha256 = "f89427509879d26479a9e01eae29873a378cad88b92c20a3387e178ddbbcad6a"; + sha256_unsigned = "897d2c8afed7942d0f60facc2cb871bcea0e4915815694c04841594dcf2a0b88"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9j1108-v2" + ]; + titles = [ + { + model = "F9J1108 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + belkin_f9k1115-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-belkin_f9k1115-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-belkin_f9k1115-v2-initramfs-kernel.bin"; + sha256 = "5bdea7fedf4369fd572c0908857c998219775035293da321421d12663f7b6719"; + sha256_unsigned = "5bdea7fedf4369fd572c0908857c998219775035293da321421d12663f7b6719"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-belkin_f9k1115-v2-squashfs-sysupgrade.bin"; + sha256 = "126c8fddfe70c07ec69a3c379ef477297c3988a3f3461899ae64530d7b6a2bef"; + sha256_unsigned = "a5729a012d25cbe9150c0fa645b2c08370d79163272ee29750c4f8c86f866562"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-belkin_f9k1115-v2-squashfs-factory.bin"; + sha256 = "f9fbd6f5879bb07efa5a67b886e360e5b4a0b2ef768a16fda096fd023fb77d29"; + sha256_unsigned = "f9fbd6f5879bb07efa5a67b886e360e5b4a0b2ef768a16fda096fd023fb77d29"; + type = "factory"; + } + ]; + supported_devices = [ + "belkin,f9k1115-v2" + ]; + titles = [ + { + model = "F9K1115 v2 (AC1750 DB Wi-Fi)"; + vendor = "Belkin"; + } + ]; + }; + buffalo_bhr-4grv = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-buffalo_bhr-4grv"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_bhr-4grv-initramfs-kernel.bin"; + sha256 = "ce332f258bf679937af4da35a74f4466ebe6da70486aeb9c37228c02eba8eea7"; + sha256_unsigned = "ce332f258bf679937af4da35a74f4466ebe6da70486aeb9c37228c02eba8eea7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_bhr-4grv-squashfs-sysupgrade.bin"; + sha256 = "2d4d34848dc36213a7947fe3d8c9aa664b0d266004735146ab2e6d42a5597235"; + sha256_unsigned = "71f8049ac229a1b3ddc27992a2952b6b59c8688ef5281532c433bad896e51db1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_bhr-4grv-squashfs-tftp.bin"; + sha256 = "8c72e6cc4995faee30013eb344ae652c573a7362de0a762ae6ca7d4c1349d23e"; + sha256_unsigned = "8c72e6cc4995faee30013eb344ae652c573a7362de0a762ae6ca7d4c1349d23e"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"; + sha256 = "3541996e882b3793549eca7f9e6346ba50adb0a5715555a474dd14b92313c6d2"; + sha256_unsigned = "3541996e882b3793549eca7f9e6346ba50adb0a5715555a474dd14b92313c6d2"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "BHR-4GRV"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_bhr-4grv2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-buffalo_bhr-4grv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"; + sha256 = "c5689c851217776e367187f7fcbabd92b25734aa87dc818b9872302cccb24ef5"; + sha256_unsigned = "d798950b9a9102bcde087f42631c88201124e4a1d537b8bf31fdbb7cb2551dc9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_bhr-4grv2-initramfs-kernel.bin"; + sha256 = "00fae8367a62a20a47373b673f57a6c5adb85a32d40572c86f8e0162a5e00f19"; + sha256_unsigned = "00fae8367a62a20a47373b673f57a6c5adb85a32d40572c86f8e0162a5e00f19"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,bhr-4grv2" + ]; + titles = [ + { + model = "BHR-4GRV2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-buffalo_wzr-600dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-600dhp-initramfs-kernel.bin"; + sha256 = "81b339f4164082cf500c36241e95db3a43dc785f09665e8663cbc460fc9385f2"; + sha256_unsigned = "81b339f4164082cf500c36241e95db3a43dc785f09665e8663cbc460fc9385f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "c7f2524327d8d642fd9ab3fc388b327ca73f0a3de71ab4c49544cf790e96a0cc"; + sha256_unsigned = "c20a03db5c4fabac1815386c88d6b60f7d092c03f4b170f870f23017052604b2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-600dhp-squashfs-tftp.bin"; + sha256 = "be81f7ea2876db6e5a9251540bf7f5c6b9eaa09d7c4c78fdf448c7505c2f53d3"; + sha256_unsigned = "be81f7ea2876db6e5a9251540bf7f5c6b9eaa09d7c4c78fdf448c7505c2f53d3"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-600dhp-squashfs-factory.bin"; + sha256 = "47f9c623fc57ff590d090a6c249f37c3ddacda7c5c539d910e4ebc25cfd09ea4"; + sha256_unsigned = "47f9c623fc57ff590d090a6c249f37c3ddacda7c5c539d910e4ebc25cfd09ea4"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-ag300h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-ag300h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"; + sha256 = "bf7fe842f2f3758f8ef29d0fb9c470b794b5aafec43704d8542b74b09c16b5e1"; + sha256_unsigned = "bf7fe842f2f3758f8ef29d0fb9c470b794b5aafec43704d8542b74b09c16b5e1"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin"; + sha256 = "572f68ae2fa20c37cb34b26450d32d5ae50a787128ef61b81ef57d6d819a802b"; + sha256_unsigned = "7b23764a437accf284ccd68650e9429cd285cc509467daa9fd7f0a4a9d7215df"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-ag300h-initramfs-kernel.bin"; + sha256 = "bcfe77809fa49c755d9e450446cacb7a1950b8881462dce169f64a310450ee44"; + sha256_unsigned = "bcfe77809fa49c755d9e450446cacb7a1950b8881462dce169f64a310450ee44"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin"; + sha256 = "3014d900f9b0d15aa05b0effdb1f3f2aa4b5231140a400ab13f5cf491acbf138"; + sha256_unsigned = "3014d900f9b0d15aa05b0effdb1f3f2aa4b5231140a400ab13f5cf491acbf138"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-ag300h" + "wzr-hp-ag300h" + ]; + titles = [ + { + model = "WZR-HP-AG300H"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-rb = { + device_packages = [ + "kmod-gpio-cascade" + "kmod-mux-gpio" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366rb" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g300nh-rb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g300nh-rb-initramfs-kernel.bin"; + sha256 = "55f13243b138fdb8c3c3d663d471c5b34d3093b505c3ca3d07f7fc3d5ab2b497"; + sha256_unsigned = "55f13243b138fdb8c3c3d663d471c5b34d3093b505c3ca3d07f7fc3d5ab2b497"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-sysupgrade.bin"; + sha256 = "419816729e9265dcd8b4cd538536c5ff1010da9a3169452247e07e4f932e903a"; + sha256_unsigned = "cd82ea3de467fd73bf223cd1ae8884e617575bd1f0bbfff420810ddc879def15"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-tftp.bin"; + sha256 = "3d6b15e26c28c5575e9f69ec71d349aa4cd56a7278e4250e7087eb766aa86bb6"; + sha256_unsigned = "3d6b15e26c28c5575e9f69ec71d349aa4cd56a7278e4250e7087eb766aa86bb6"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g300nh-rb-squashfs-factory.bin"; + sha256 = "171371cd40dcb480ea371741f70dce5e2b2302f0a60ef0ae021204da95ea7fad"; + sha256_unsigned = "171371cd40dcb480ea371741f70dce5e2b2302f0a60ef0ae021204da95ea7fad"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-rb" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366RB switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g300nh-s = { + device_packages = [ + "kmod-gpio-cascade" + "kmod-mux-gpio" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g300nh-s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g300nh-s-initramfs-kernel.bin"; + sha256 = "b5f16717bbd7c7b31b217d1ae1549b29394da2abfbc8f830de87c0b88939db93"; + sha256_unsigned = "b5f16717bbd7c7b31b217d1ae1549b29394da2abfbc8f830de87c0b88939db93"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-factory.bin"; + sha256 = "42babf6cbecf5984b2a53095493f430b9755796633e1b81012fa6c4f984b75dd"; + sha256_unsigned = "42babf6cbecf5984b2a53095493f430b9755796633e1b81012fa6c4f984b75dd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-tftp.bin"; + sha256 = "f5d2287966036e0c64942bd3b4f1e695036d0cfbe1ff5ee78d04aede4615c0a4"; + sha256_unsigned = "f5d2287966036e0c64942bd3b4f1e695036d0cfbe1ff5ee78d04aede4615c0a4"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g300nh-s-squashfs-sysupgrade.bin"; + sha256 = "da25053ac712adda75d6c095b0cd955a06bf08775ccbeff08b2ea3e0ccd96ff2"; + sha256_unsigned = "07edd9a4175c2ea55de6bbef938b624b5d76c34e8c6575235279a0a84e8afcd0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g300nh-s" + "wzr-hp-g300nh" + ]; + titles = [ + { + model = "WZR-HP-G300NH (RTL8366S switch)"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g302h-a1a0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g302h-a1a0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin"; + sha256 = "c4b2215f065007a77f4c7c74fed6ed9c545d1de428cabcaa54317c5e8fce1384"; + sha256_unsigned = "3dd35efee3667cac1028912aed7382b8e0aa0f9d454206cd2561a768d7e28ef5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"; + sha256 = "0ac4c446d66cc75115c604dbc1e3cae92c3fb2533890bab9971c82343d6f18a4"; + sha256_unsigned = "0ac4c446d66cc75115c604dbc1e3cae92c3fb2533890bab9971c82343d6f18a4"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g302h-a1a0-initramfs-kernel.bin"; + sha256 = "2e0b9394f972e6edc2d122799069bdc2f48b7cc82d2b7662210b28a56724caf8"; + sha256_unsigned = "2e0b9394f972e6edc2d122799069bdc2f48b7cc82d2b7662210b28a56724caf8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin"; + sha256 = "ad85c9ebc4b6f9b5d63f0fc72cb3c065b3739918fd02ee0d31b58d28a41c2b68"; + sha256_unsigned = "ad85c9ebc4b6f9b5d63f0fc72cb3c065b3739918fd02ee0d31b58d28a41c2b68"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g302h-a1a0" + "wzr-hp-g300nh2" + ]; + titles = [ + { + model = "WZR-HP-G302H"; + variant = "A1A0"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-hp-g450h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g450h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"; + sha256 = "a3e4c1d2f704883a15326394c9809fee172314d8e3a0152010e0b665ab634c9e"; + sha256_unsigned = "a3e4c1d2f704883a15326394c9809fee172314d8e3a0152010e0b665ab634c9e"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin"; + sha256 = "e05b52cca10f5d953c9acbe07134f68de12fc2f785dbc31c413ba1045fc8d0d9"; + sha256_unsigned = "3013d92ee38372001369a3314822c48a694f5cc838e862442628cd81266ebdd7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin"; + sha256 = "62dea1e10408736937bf946a2c1489ce04eb8be6173740567cbe4eabe8926955"; + sha256_unsigned = "62dea1e10408736937bf946a2c1489ce04eb8be6173740567cbe4eabe8926955"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-buffalo_wzr-hp-g450h-initramfs-kernel.bin"; + sha256 = "f9dae89f9aacc56906816d0ee42aff8b1bfd353960000f79dc44f63d2a41af9e"; + sha256_unsigned = "f9dae89f9aacc56906816d0ee42aff8b1bfd353960000f79dc44f63d2a41af9e"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wzr-hp-g450h" + "wzr-hp-g450h" + ]; + titles = [ + { + model = "WZR-HP-G450H/WZR-450HP"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-e110n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-comfast_cf-e110n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"; + sha256 = "4594bf54eb1928ff7c4a374489146ee2428695aa7bf1a97ce3a8865ed87b7168"; + sha256_unsigned = "42416a32a556e55f7b620af7f859dda4bb4a11f28f4322c088c5eb1a9558c9c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-e110n-v2-initramfs-kernel.bin"; + sha256 = "77d682bad14a9c59c915bde6e74c41d20b10b0ad1ad8ba9908debfa7619a12af"; + sha256_unsigned = "77d682bad14a9c59c915bde6e74c41d20b10b0ad1ad8ba9908debfa7619a12af"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e110n-v2" + ]; + titles = [ + { + model = "CF-E110N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e120a-v3 = { + device_packages = [ + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-comfast_cf-e120a-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-e120a-v3-initramfs-kernel.bin"; + sha256 = "8fa5765fcd7d20efd202e45546c8f5550426db3d66329ccf9a2c44b5bcc43b56"; + sha256_unsigned = "8fa5765fcd7d20efd202e45546c8f5550426db3d66329ccf9a2c44b5bcc43b56"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"; + sha256 = "dcc3971215d3717cf429d04e886fee770f104d97a859475b5ffafc8108709473"; + sha256_unsigned = "0ebe76cbc369f0419dc525ce8af23fa43b59627b047cc7b9e0c7850e30764ffd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e120a-v3" + ]; + titles = [ + { + model = "CF-E120A"; + variant = "v3"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e130n-v2 = { + device_packages = [ + "rssileds" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-comfast_cf-e130n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-e130n-v2-initramfs-kernel.bin"; + sha256 = "b39bd51f6a9970139642dd4f30c037852c60f39ccd5377f955738a40759696a9"; + sha256_unsigned = "b39bd51f6a9970139642dd4f30c037852c60f39ccd5377f955738a40759696a9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-e130n-v2-squashfs-sysupgrade.bin"; + sha256 = "d8b1df560b7841bd094163096fc25fd6843eea2a50cd78418f21416e0e5aea16"; + sha256_unsigned = "4eddbb9d795ced7e6b236bf40424e6cf4f101bc6c882fa8b9a97b4669f81a19c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e130n-v2" + ]; + titles = [ + { + model = "CF-E130N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e313ac = { + device_packages = [ + "rssileds" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-comfast_cf-e313ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-e313ac-initramfs-kernel.bin"; + sha256 = "0c13aeb47d090c39e7bc2e4a54ad033993625ac6456f4c4a40a1629d091c3d45"; + sha256_unsigned = "0c13aeb47d090c39e7bc2e4a54ad033993625ac6456f4c4a40a1629d091c3d45"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-e313ac-squashfs-sysupgrade.bin"; + sha256 = "cc95241f7160230978da74f5e92c303b771798048f1377b004c3a3f172549f06"; + sha256_unsigned = "cc57727634a9a566766f6168bfe27f2d53b72620d9c39d6fa082e6ab96f51d40"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e313ac" + ]; + titles = [ + { + model = "CF-E313AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e314n-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-comfast_cf-e314n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-e314n-v2-squashfs-sysupgrade.bin"; + sha256 = "a77365c8900144528e8b74d18eae4b204acb3214bb97af266e2e288888b0bb4a"; + sha256_unsigned = "a9280a5c4af5b9a32515118a0628686439ef848dc24a97e9fda9cf445fda712f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-e314n-v2-initramfs-kernel.bin"; + sha256 = "8fdea312749c9ba87a6d9b0fc403ecdb20e29baa5886a6b4186458fcc1f9ea6b"; + sha256_unsigned = "8fdea312749c9ba87a6d9b0fc403ecdb20e29baa5886a6b4186458fcc1f9ea6b"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-e314n-v2" + ]; + titles = [ + { + model = "CF-E314N"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e375ac = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-comfast_cf-e375ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-e375ac-initramfs-kernel.bin"; + sha256 = "e11e46017c0558dd1c76f0cb5932d0b385903a6159efaed91ace00623b5e390b"; + sha256_unsigned = "e11e46017c0558dd1c76f0cb5932d0b385903a6159efaed91ace00623b5e390b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-e375ac-squashfs-sysupgrade.bin"; + sha256 = "fc0c11aeb69cc1af1aa26fa950d1a49278f91dcd6f305ca1bde369e6d857ac7c"; + sha256_unsigned = "25353bca12abe1019084a1129d09ecff24b9888279fd4e508db7b9730ae26695"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e375ac" + ]; + titles = [ + { + model = "CF-E375AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e5 = { + device_packages = [ + "rssileds" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-comfast_cf-e5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-e5-initramfs-kernel.bin"; + sha256 = "66d5688581434a680a30a317578f6bb2026a92f2f44ea5a6000412979bc9c5d8"; + sha256_unsigned = "66d5688581434a680a30a317578f6bb2026a92f2f44ea5a6000412979bc9c5d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"; + sha256 = "b60b6ddb7f73c704dae845cdea6487ab00d9120743561537c72aaa0074271b74"; + sha256_unsigned = "a83ac972c37e4271ce4fed3c9d3d38e595c784a8d931ba168aa3453ba9168c05"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e5" + ]; + titles = [ + { + model = "CF-E5/E7"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-e560ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-comfast_cf-e560ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-e560ac-initramfs-kernel.bin"; + sha256 = "f01478beebfc587c2b50494d3609a5e251f69eb6a0b173424e55411e8ab4a93a"; + sha256_unsigned = "f01478beebfc587c2b50494d3609a5e251f69eb6a0b173424e55411e8ab4a93a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-e560ac-squashfs-sysupgrade.bin"; + sha256 = "b739be4eaacec49838da2c5271ded467a0453525f0465af9fc0e6dfeb263f079"; + sha256_unsigned = "e2d88573674b532086162979a844b25248c3e31567f28aa1babd7200c4669de4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-e560ac" + ]; + titles = [ + { + model = "CF-E560AC"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-ew72 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-comfast_cf-ew72"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-ew72-squashfs-sysupgrade.bin"; + sha256 = "6e0b45dee1d7d323578bc47859c570037789c56313761c846ac2e3850ef04edc"; + sha256_unsigned = "4bbff91203b50b7345743fae4480194c7d72f9cc0bc66e6becdfa1ba42d3cf43"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-ew72-initramfs-kernel.bin"; + sha256 = "4265a6190b1ecfa0fd75999d04b80504f9d609fe2bdcc64b4e5fdd881ab4a560"; + sha256_unsigned = "4265a6190b1ecfa0fd75999d04b80504f9d609fe2bdcc64b4e5fdd881ab4a560"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-ew72" + ]; + titles = [ + { + model = "CF-EW72"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-comfast_cf-wr650ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-wr650ac-v1-initramfs-kernel.bin"; + sha256 = "f3e0b7c705c4efe8553f3d9b078bdc3284f8a3fc8de7d9d5b344a9f791621a6f"; + sha256_unsigned = "f3e0b7c705c4efe8553f3d9b078bdc3284f8a3fc8de7d9d5b344a9f791621a6f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-wr650ac-v1-squashfs-sysupgrade.bin"; + sha256 = "6e097533530d6639daef307bee50105f2c64dd43910298ebf0b7f389a9cc52ab"; + sha256_unsigned = "1faa77361c00e19725775bb0b6bb03796311f52b127d7d9ec00d4fd5c32092d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v1" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr650ac-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-comfast_cf-wr650ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-wr650ac-v2-squashfs-sysupgrade.bin"; + sha256 = "4fcf5f9084252891fa47ba5cf878a246abc4e238b26f59aaaeddd3b49e0abb1f"; + sha256_unsigned = "e5075d942f4c32dc54566b551febf9ee5f5b94452e3b2f4bc519c0fec234f123"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-wr650ac-v2-initramfs-kernel.bin"; + sha256 = "9e7842aa71128a0c00d0c6abcc85605df63295b96977ea665130ec834c966b9f"; + sha256_unsigned = "9e7842aa71128a0c00d0c6abcc85605df63295b96977ea665130ec834c966b9f"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr650ac-v2" + ]; + titles = [ + { + model = "CF-WR650AC"; + variant = "v2"; + vendor = "COMFAST"; + } + ]; + }; + comfast_cf-wr752ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-comfast_cf-wr752ac-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-wr752ac-v1-initramfs-kernel.bin"; + sha256 = "446b71331c5d6b1d23e873388bf1e43fb210635c45abaeadda15b4a17afbc5ba"; + sha256_unsigned = "446b71331c5d6b1d23e873388bf1e43fb210635c45abaeadda15b4a17afbc5ba"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-comfast_cf-wr752ac-v1-squashfs-sysupgrade.bin"; + sha256 = "3befe0ff72ba2d2611462e84501f054d81fc7ca9dde5d43c28471555a7f22e94"; + sha256_unsigned = "d4b22a9d0ee18dddcc4b11e054c66b4788d70de6c9065823fb1175b575b3a113"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr752ac-v1" + ]; + titles = [ + { + model = "CF-WR752AC"; + variant = "v1"; + vendor = "COMFAST"; + } + ]; + }; + compex_wpj344-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-compex_wpj344-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-compex_wpj344-16m-squashfs-cpximg-6a08.bin"; + sha256 = "1b99ebe4673d749e19021ba269b70ed3b875b93257dd08857ec78d4d3ae5a9fa"; + sha256_unsigned = "1b99ebe4673d749e19021ba269b70ed3b875b93257dd08857ec78d4d3ae5a9fa"; + type = "cpximg-6a08"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-compex_wpj344-16m-initramfs-kernel.bin"; + sha256 = "1892df126cc72fb079c000a6b3ff73e9415221eddb90b110c40c37b4191cef18"; + sha256_unsigned = "1892df126cc72fb079c000a6b3ff73e9415221eddb90b110c40c37b4191cef18"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-compex_wpj344-16m-squashfs-sysupgrade.bin"; + sha256 = "50d00698e0a79c9050df32029483d440ac1339178c02e914a0eb62c0411dd06f"; + sha256_unsigned = "030f789ac8b2a0cb773907c493b48f417211871b98e1cde56e5fc0a32d96da4c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj344-16m" + "wpj344" + ]; + titles = [ + { + model = "WPJ344"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj531-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-compex_wpj531-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a03.bin"; + sha256 = "bb8a8decc9cface3d64b081661559958e789ce0e7d95a1e309d815976896ae6a"; + sha256_unsigned = "bb8a8decc9cface3d64b081661559958e789ce0e7d95a1e309d815976896ae6a"; + type = "cpximg-7a03"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a06.bin"; + sha256 = "fbf9008bb0d083d0bab6a40488a706f9771c3ad141627e45ede2bac873935410"; + sha256_unsigned = "fbf9008bb0d083d0bab6a40488a706f9771c3ad141627e45ede2bac873935410"; + type = "cpximg-7a06"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a07.bin"; + sha256 = "fbf9008bb0d083d0bab6a40488a706f9771c3ad141627e45ede2bac873935410"; + sha256_unsigned = "fbf9008bb0d083d0bab6a40488a706f9771c3ad141627e45ede2bac873935410"; + type = "cpximg-7a07"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-compex_wpj531-16m-squashfs-sysupgrade.bin"; + sha256 = "0f6e0528ebc918c94c86f8347369ea96d4ae0d5012848f3e5162d285c52e2056"; + sha256_unsigned = "b9e4db6a8c19cfcdc284c4b467a6093cc19a0c5fc8534d876cecf9954a111d63"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-compex_wpj531-16m-squashfs-cpximg-7a04.bin"; + sha256 = "fbf9008bb0d083d0bab6a40488a706f9771c3ad141627e45ede2bac873935410"; + sha256_unsigned = "fbf9008bb0d083d0bab6a40488a706f9771c3ad141627e45ede2bac873935410"; + type = "cpximg-7a04"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-compex_wpj531-16m-initramfs-kernel.bin"; + sha256 = "015a81b41a01037343562a5820b12a1929068dacaadd6877ed16876c7872fb18"; + sha256_unsigned = "015a81b41a01037343562a5820b12a1929068dacaadd6877ed16876c7872fb18"; + type = "kernel"; + } + ]; + supported_devices = [ + "compex,wpj531-16m" + "wpj531" + ]; + titles = [ + { + model = "WPJ531"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj558-16m = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-compex_wpj558-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-compex_wpj558-16m-initramfs-kernel.bin"; + sha256 = "ea7521d62c39ed8492fc65b8f2bccf96190608b10c8772d5b0e3233fbb70fc7f"; + sha256_unsigned = "ea7521d62c39ed8492fc65b8f2bccf96190608b10c8772d5b0e3233fbb70fc7f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-compex_wpj558-16m-squashfs-cpximg-6a07.bin"; + sha256 = "ce5f2f2e3a01a5bfd0a741f2f236b655eb0158aa6a1a2716edbe3889294f81bd"; + sha256_unsigned = "ce5f2f2e3a01a5bfd0a741f2f236b655eb0158aa6a1a2716edbe3889294f81bd"; + type = "cpximg-6a07"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-compex_wpj558-16m-squashfs-sysupgrade.bin"; + sha256 = "9d867e7f367b5bb5c4fd1c0adb7c6a1a9c8251c7b169aa5987eecc88a2a984d7"; + sha256_unsigned = "c0d681b1649107bdd1fb6ffe5b14e036435a15fb4cd64bcdb60d3ba4467d5e6b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "compex,wpj558-16m" + "wpj558" + ]; + titles = [ + { + model = "WPJ558"; + variant = "16M"; + vendor = "Compex"; + } + ]; + }; + compex_wpj563 = { + device_packages = [ + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-compex_wpj563"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-compex_wpj563-initramfs-kernel.bin"; + sha256 = "acee3c3cc517181862492bab6ac32d4c78f556b8fd65dbf2ed8c118065cb6a84"; + sha256_unsigned = "acee3c3cc517181862492bab6ac32d4c78f556b8fd65dbf2ed8c118065cb6a84"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-compex_wpj563-squashfs-sysupgrade.bin"; + sha256 = "8d463772a9e9e487515a4eef5e55ab63a10c401be06f23ac6ae9196032ee02c4"; + sha256_unsigned = "0c02299346d5f88c7d0490db5f9b1f6ac18753ec9382c864ef937a1ef04be745"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-compex_wpj563-squashfs-cpximg-7a02.bin"; + sha256 = "5c1e8690a92823f686d9ac3de2f47a5ee7645f79d4b023e56303e18b0f3dccc1"; + sha256_unsigned = "5c1e8690a92823f686d9ac3de2f47a5ee7645f79d4b023e56303e18b0f3dccc1"; + type = "cpximg-7a02"; + } + ]; + supported_devices = [ + "compex,wpj563" + "wpj563" + ]; + titles = [ + { + model = "WPJ563"; + vendor = "Compex"; + } + ]; + }; + devolo_dlan-pro-1200plus-ac = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-devolo_dlan-pro-1200plus-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-devolo_dlan-pro-1200plus-ac-squashfs-sysupgrade.bin"; + sha256 = "ab3c3253bbba410ea6934cf4456eea65c81e2b79dcf4bdfd1d53286a80fd925a"; + sha256_unsigned = "5d07de20fa52fbcb0f9424020a79f00f1b3eb9b94af934ad087c295d28878980"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-devolo_dlan-pro-1200plus-ac-initramfs-kernel.bin"; + sha256 = "dcd1c8f59efd2a123da8147cfd54da95f42e0d625fb1946f00964bdbaeb72c67"; + sha256_unsigned = "dcd1c8f59efd2a123da8147cfd54da95f42e0d625fb1946f00964bdbaeb72c67"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dlan-pro-1200plus-ac" + ]; + titles = [ + { + model = "dLAN pro 1200+ WiFi ac"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1200e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-devolo_dvl1200e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"; + sha256 = "d71f20fa1e89668969e2e971562b664065112f5c41c940c65c6e4a59757bcbec"; + sha256_unsigned = "d123485e56010ab3712a671acb38e337a204a6f2ad155246d5eb4892ecdf6326"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-devolo_dvl1200e-initramfs-kernel.bin"; + sha256 = "beb5011e7bd60622f465335646d88f39f601c901c3fcfe447053482057c756ff"; + sha256_unsigned = "beb5011e7bd60622f465335646d88f39f601c901c3fcfe447053482057c756ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1200e" + ]; + titles = [ + { + model = "WiFi pro 1200e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1200i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-devolo_dvl1200i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-devolo_dvl1200i-initramfs-kernel.bin"; + sha256 = "696f232d3b1758a797e6d510db21c65072b99a8d8e4162ae293c5207cd552a6a"; + sha256_unsigned = "696f232d3b1758a797e6d510db21c65072b99a8d8e4162ae293c5207cd552a6a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"; + sha256 = "e77af3ca0f4d1714cd4c7e7fdcb1d8037b41e8be95d9532ad696031182182f02"; + sha256_unsigned = "478f13621a064194e603e80dc37e79adaba79092dfdef283e7a19617993844ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1200i" + ]; + titles = [ + { + model = "WiFi pro 1200i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-devolo_dvl1750c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-devolo_dvl1750c-initramfs-kernel.bin"; + sha256 = "07bf969e62e1172c3d0910a15bad0fe005bf12a3be425cb0eb376555ae9f780f"; + sha256_unsigned = "07bf969e62e1172c3d0910a15bad0fe005bf12a3be425cb0eb376555ae9f780f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"; + sha256 = "79923fac68f19f40668b66942ec25581fccdf3c01d418ff180b1e45133a47453"; + sha256_unsigned = "82a7c94bbd899e193b1e17d5168dace053b229a9d05e5fb309e42a5923871346"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750c" + ]; + titles = [ + { + model = "WiFi pro 1750c"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750e = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-devolo_dvl1750e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-devolo_dvl1750e-initramfs-kernel.bin"; + sha256 = "8b24d1028289501914faf0acaf7a77adf88556610587b4801e60e7af7561a0f0"; + sha256_unsigned = "8b24d1028289501914faf0acaf7a77adf88556610587b4801e60e7af7561a0f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"; + sha256 = "13f6cc794b467efea7cd65d79d2f5eaff3440b9b25810af2c824b9e4a505f017"; + sha256_unsigned = "b00e7f9a5c85c12273f16eb7a00bd243dc20ad5df6e848e67b4ba7a815263db6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,dvl1750e" + ]; + titles = [ + { + model = "WiFi pro 1750e"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-devolo_dvl1750i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"; + sha256 = "26b0e3d478b4cd9144f2a94337f870d93543cf687306cd67f16c5c10221adffc"; + sha256_unsigned = "2cf15c49afb18930f585d62902306f628f9374460159f17ac775ccab80f0f69d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-devolo_dvl1750i-initramfs-kernel.bin"; + sha256 = "8b5e389e82e7a31ab33caf15929fbd418fe4136678af8808d730c890d57de7ab"; + sha256_unsigned = "8b5e389e82e7a31ab33caf15929fbd418fe4136678af8808d730c890d57de7ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750i" + ]; + titles = [ + { + model = "WiFi pro 1750i"; + vendor = "devolo"; + } + ]; + }; + devolo_dvl1750x = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-devolo_dvl1750x"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"; + sha256 = "5556d24a565d0cffc9779656a64e3a3ae5b6f8a094cf26c0667b5f80fc489523"; + sha256_unsigned = "c097d3e07a32be0f087bc1e21e28b1dfaef084f1b186f391b6d92ea3444be03d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-devolo_dvl1750x-initramfs-kernel.bin"; + sha256 = "24c21ed338e22e41b36b7ba9709eead456e36c788cd13c364c9b4f7b61e1d32a"; + sha256_unsigned = "24c21ed338e22e41b36b7ba9709eead456e36c788cd13c364c9b4f7b61e1d32a"; + type = "kernel"; + } + ]; + supported_devices = [ + "devolo,dvl1750x" + ]; + titles = [ + { + model = "WiFi pro 1750x"; + vendor = "devolo"; + } + ]; + }; + devolo_magic-2-wifi = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-devolo_magic-2-wifi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-devolo_magic-2-wifi-initramfs-kernel.bin"; + sha256 = "9f7b0cf70546eebca22c62dde4cfeb621fc74dd20143a83df3cfc498d68ff50a"; + sha256_unsigned = "9f7b0cf70546eebca22c62dde4cfeb621fc74dd20143a83df3cfc498d68ff50a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-devolo_magic-2-wifi-squashfs-sysupgrade.bin"; + sha256 = "a0a9f972d773b7955f0e6ce8a37dbf2665e733dd2303214da7aa498e7b89f97a"; + sha256_unsigned = "65793026c721b633820d3f936dc647e924d755f19b8b0ca370ec9fe4652bf139"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "devolo,magic-2-wifi" + ]; + titles = [ + { + model = "Magic 2 WiFi"; + vendor = "devolo"; + } + ]; + }; + dlink_dap-1330-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dap-1330-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-1330-a1-squashfs-factory.bin"; + sha256 = "cfde07925ed92ed580df7191125e274318e8d0565098e449a4c1c293aa718538"; + sha256_unsigned = "cfde07925ed92ed580df7191125e274318e8d0565098e449a4c1c293aa718538"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-1330-a1-squashfs-sysupgrade.bin"; + sha256 = "d7a5604dd0c69c274d6a804016baaf0aa0b8b29fcb6141203b8820f8e4c0dc7e"; + sha256_unsigned = "fd1a12898a403d578f1e68a20e5651bdd28f90e566abdd918bdba79bb4284086"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-1330-a1-initramfs-kernel.bin"; + sha256 = "964209036a8f1520816bf3eb853a8def39fd485602446ec73065f63db5718d52"; + sha256_unsigned = "964209036a8f1520816bf3eb853a8def39fd485602446ec73065f63db5718d52"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-1330-a1" + "dap-1330-a1" + ]; + titles = [ + { + model = "DAP-1330"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-1365-a1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dap-1365-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-1365-a1-squashfs-sysupgrade.bin"; + sha256 = "448195b3f52f1e8242193e816d0306538c52189310fcdf24bc577a3f19c65274"; + sha256_unsigned = "6b29780fec304e7007b4b62c3cf99eefd252418b84acf9a7c34f4933dbd62106"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-1365-a1-initramfs-kernel.bin"; + sha256 = "b986800b71e906c257069632b047e769532932685f4d57c0f6ba220db4c2e809"; + sha256_unsigned = "b986800b71e906c257069632b047e769532932685f4d57c0f6ba220db4c2e809"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-1365-a1-squashfs-factory.bin"; + sha256 = "6fd8cebd454f1521660b3b0379db19a16099d5d3734d1132579bc49dc13127d0"; + sha256_unsigned = "6fd8cebd454f1521660b3b0379db19a16099d5d3734d1132579bc49dc13127d0"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1365-a1" + ]; + titles = [ + { + model = "DAP-1365"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2230-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dap-2230-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-2230-a1-squashfs-sysupgrade.bin"; + sha256 = "9757619c6df9119a17af44e966b6650cb94e5acfdf93847d1b546df620872996"; + sha256_unsigned = "af1f90334be28e60ed744a684aa26411c6d34993eee4fd4990292a0f7815743f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-2230-a1-squashfs-factory.img"; + sha256 = "e252721e4c00b9cfa91313304867253f0e995fd7bb0af13ab25b5b22414b8082"; + sha256_unsigned = "e252721e4c00b9cfa91313304867253f0e995fd7bb0af13ab25b5b22414b8082"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-2230-a1-initramfs-kernel.bin"; + sha256 = "f0056f31c9b8d2ab94331d8e9a765f9076f8a542aba64381930ff6fae6901613"; + sha256_unsigned = "f0056f31c9b8d2ab94331d8e9a765f9076f8a542aba64381930ff6fae6901613"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2230-a1" + ]; + titles = [ + { + model = "DAP-2230"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2660-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dap-2660-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-2660-a1-squashfs-factory.img"; + sha256 = "265ba1ca7d4774ede7fe0d70885511755c619cd74200e0d737b15ff83ce162c6"; + sha256_unsigned = "265ba1ca7d4774ede7fe0d70885511755c619cd74200e0d737b15ff83ce162c6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "16904405d19eaea061f727d78989a327ce535c163f3a16b1b1b7aa8364878ede"; + sha256_unsigned = "629e2f8ab715a50bc1f4325362e98b71715bfd87ca89fb064b0207a7d4be5982"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-2660-a1-initramfs-kernel.bin"; + sha256 = "dfaaf7dbc338fb059df1148810737d6bee9b29f22a792541dea5f31ba7e3816b"; + sha256_unsigned = "dfaaf7dbc338fb059df1148810737d6bee9b29f22a792541dea5f31ba7e3816b"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2660-a1" + ]; + titles = [ + { + model = "DAP-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2680-a1 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dap-2680-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-2680-a1-initramfs-kernel.bin"; + sha256 = "775c47f5126e17df0c86c94670105f17125cab97b94fab4fd2eb043c709b53fd"; + sha256_unsigned = "775c47f5126e17df0c86c94670105f17125cab97b94fab4fd2eb043c709b53fd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-2680-a1-squashfs-sysupgrade.bin"; + sha256 = "8a878f431e60383b2a5fa35270dbd9b93d76a5ab2103e8f61b8fd16547af1123"; + sha256_unsigned = "cfeb15c56ba82ba04b50bc2f61b5443ebb3cec22831386fb6ab33b370eb95000"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-2680-a1-squashfs-factory.img"; + sha256 = "ec4d9a69eb8c69b312ba9f6ebe947bbaeace134839cbad47def8f084b746aba0"; + sha256_unsigned = "ec4d9a69eb8c69b312ba9f6ebe947bbaeace134839cbad47def8f084b746aba0"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2680-a1" + ]; + titles = [ + { + model = "DAP-2680"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-2695-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dap-2695-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-2695-a1-initramfs-kernel.bin"; + sha256 = "978156538b8684a617886976b78585b37828da57118931da76616e1b22faeef3"; + sha256_unsigned = "978156538b8684a617886976b78585b37828da57118931da76616e1b22faeef3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-2695-a1-squashfs-sysupgrade.bin"; + sha256 = "ae55beca8ba6da65557e162828138754f13f5f28cf7bcdc84b93c6831ddb3a82"; + sha256_unsigned = "6391bc848ef46088fe8a937a05de94ff614629477b6540e5e0a60ba7c3f98b76"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-2695-a1-squashfs-factory.img"; + sha256 = "cc6ab0b765031b014b557b6eda594bd4d23c829dbf498b8d269988e23ec8057b"; + sha256_unsigned = "cc6ab0b765031b014b557b6eda594bd4d23c829dbf498b8d269988e23ec8057b"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-2695-a1" + "dap-2695-a1" + ]; + titles = [ + { + model = "DAP-2695"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3320-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dap-3320-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-3320-a1-squashfs-sysupgrade.bin"; + sha256 = "f00582e05fd92da9822b6211c3a422fa131f175a9889fa1d7c86ded69ada6da6"; + sha256_unsigned = "578460317c4c1dc1232dce81e66f352a4cf595077ea740f94b3b00bf055e970a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-3320-a1-initramfs-kernel.bin"; + sha256 = "11f46bf9a7d4ed92f81b412d6da142f972543aa5c70d9531b40835af3866eda8"; + sha256_unsigned = "11f46bf9a7d4ed92f81b412d6da142f972543aa5c70d9531b40835af3866eda8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-3320-a1-squashfs-factory.img"; + sha256 = "f82719b80bb05c00885178153470b9ee2d473043673332ed06ec0fb0defef192"; + sha256_unsigned = "f82719b80bb05c00885178153470b9ee2d473043673332ed06ec0fb0defef192"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-3320-a1" + ]; + titles = [ + { + model = "DAP-3320"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-3662-a1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dap-3662-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-3662-a1-initramfs-kernel.bin"; + sha256 = "31900a0fd5564f0d9de0fdc2fb380821a3d662522cce1505049e14b13cbd13a3"; + sha256_unsigned = "31900a0fd5564f0d9de0fdc2fb380821a3d662522cce1505049e14b13cbd13a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-3662-a1-squashfs-sysupgrade.bin"; + sha256 = "788e78737a14dd5071068f590254e34d5b2a645c12c9f447d8b25f8efca44ab0"; + sha256_unsigned = "cb19887a41b28447247916f48aaeec5b81664e7a6e6a122a9b48e0c95251475f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dap-3662-a1-squashfs-factory.img"; + sha256 = "600f130eef9a8f70ee4eba02435a861604f66da684562d2dcdcf33879ab1365c"; + sha256_unsigned = "600f130eef9a8f70ee4eba02435a861604f66da684562d2dcdcf33879ab1365c"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-3662-a1" + ]; + titles = [ + { + model = "DAP-3662"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dch-g020-a1 = { + device_packages = [ + "kmod-gpio-pca953x" + "kmod-i2c-gpio" + "kmod-usb2" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dch-g020-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dch-g020-a1-squashfs-factory.bin"; + sha256 = "10496986443b488eafa83118e19562be0d0ae35fafd9a11799f894ead0796979"; + sha256_unsigned = "10496986443b488eafa83118e19562be0d0ae35fafd9a11799f894ead0796979"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dch-g020-a1-squashfs-sysupgrade.bin"; + sha256 = "460e90725f67af5ede7f90d60eb7d7cddc24a9c013ed3d70220b51a96e288fae"; + sha256_unsigned = "726e97a9774688dbd0dbacf02fef215f2f4a01a942b7378ca23c115bf9d11fef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dch-g020-a1-initramfs-kernel.bin"; + sha256 = "485ddbe6f0cdd02cdcf7e0ede51f74f429380d374bb763b204072c68b7f3c2d0"; + sha256_unsigned = "485ddbe6f0cdd02cdcf7e0ede51f74f429380d374bb763b204072c68b7f3c2d0"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dch-g020-a1" + ]; + titles = [ + { + model = "DCH-G020"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-505 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dir-505"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-505-initramfs-kernel.bin"; + sha256 = "869cfa8e1032f57286e200a9b24c80e3007421f8ac394ee8d3853f95e2cb7746"; + sha256_unsigned = "869cfa8e1032f57286e200a9b24c80e3007421f8ac394ee8d3853f95e2cb7746"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-505-squashfs-sysupgrade.bin"; + sha256 = "7317bbde92cc2d1f2defef3afd872aa41b67cd3517c7bf9d2dce1b655e8d5bc0"; + sha256_unsigned = "e9a44b9e4a12660a7ce3fe7dc3039fe1e68dd8214cea3a2f42829588e5a76d60"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-505" + "dir-505-a1" + ]; + titles = [ + { + model = "DIR-505"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-629-a1 = { + device_packages = [ + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dir-629-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-629-a1-initramfs-kernel.bin"; + sha256 = "48d350b94524eb8d0ff8ca3e9fb5c3eeb6581c1e0e4d1941a0acffe118edd793"; + sha256_unsigned = "48d350b94524eb8d0ff8ca3e9fb5c3eeb6581c1e0e4d1941a0acffe118edd793"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-629-a1-squashfs-sysupgrade.bin"; + sha256 = "be82fd31eeb3fff2867c35bf4321e127872441c4a5d4be1ffeeec82f632ecd90"; + sha256_unsigned = "4a1f4e0521a22e089629240a3f98688a390635beb8a7070a7968aaa7e494b9c3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-629-a1-squashfs-factory.bin"; + sha256 = "3825d40e37a775bae87785a9dd8a83152bb7b9df3f383d6bc57570b7f895b53e"; + sha256_unsigned = "3825d40e37a775bae87785a9dd8a83152bb7b9df3f383d6bc57570b7f895b53e"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-629-a1" + ]; + titles = [ + { + model = "DIR-629"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-b1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dir-825-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-825-b1-squashfs-factory.bin"; + sha256 = "84eb7e26e741dbd19d5c2d188d45d7a0cb8551b1b95b8e23c333f2534efb05d2"; + sha256_unsigned = "84eb7e26e741dbd19d5c2d188d45d7a0cb8551b1b95b8e23c333f2534efb05d2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-825-b1-initramfs-kernel.bin"; + sha256 = "80d9f84f0bbb6df3aa3d717120a5b8712fd09f0f55ceb0b954e36566ea0efca3"; + sha256_unsigned = "80d9f84f0bbb6df3aa3d717120a5b8712fd09f0f55ceb0b954e36566ea0efca3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"; + sha256 = "a48785f6a02e364db8fa3238c8a60add9bc54c795d6032df21bd63f79a8e5884"; + sha256_unsigned = "67577b1e9da9f1caf88d370362d0e46b1b667542f671acb80075dcc2a79f3881"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-825-b1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-825-c1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dir-825-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin"; + sha256 = "cb19b4036f8b04dc0b7befd20d639d25f90dc97714cf1fcf0a42f7d292c1a10c"; + sha256_unsigned = "a99f110388c6a2e4be81a445b11fa029f20f014571f2edaa98c48e2073f88753"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-825-c1-initramfs-kernel.bin"; + sha256 = "db491e92c73bc44d0474fa513238d61db45c3812e633c97b0b17a58f03bf776d"; + sha256_unsigned = "db491e92c73bc44d0474fa513238d61db45c3812e633c97b0b17a58f03bf776d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"; + sha256 = "c4b1f4bf414e141ff2b81aa773cde04a6f589bf9765fd539f911bd219916dfd1"; + sha256_unsigned = "c4b1f4bf414e141ff2b81aa773cde04a6f589bf9765fd539f911bd219916dfd1"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-825-c1" + "dir-825-c1" + ]; + titles = [ + { + model = "DIR-825"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-835-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-leds-reset" + "kmod-owl-loader" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dir-835-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-835-a1-initramfs-kernel.bin"; + sha256 = "4c1c423bb441f02ed02cb1c92e34cc11b3eb48ef448584d2cf7c00fb9f3cbc4a"; + sha256_unsigned = "4c1c423bb441f02ed02cb1c92e34cc11b3eb48ef448584d2cf7c00fb9f3cbc4a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"; + sha256 = "96e57b9f23855633fb5dbb56b749a569a1572e7019dbda9a8e848cc352b498eb"; + sha256_unsigned = "96e57b9f23855633fb5dbb56b749a569a1572e7019dbda9a8e848cc352b498eb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin"; + sha256 = "706413b423fffebac3167728d69d53ab7c0cd6b490f433a49e56e7b88abbd6a9"; + sha256_unsigned = "161bdefd77c8a6de7a610544ce5083c7f368da76e65d2c389dd98cc4b25c05b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-835-a1" + "dir-835-a1" + ]; + titles = [ + { + model = "DIR-835"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dir-842-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-842-c1-squashfs-factory.bin"; + sha256 = "e573b7a4bf42ab54637192fd5512faeba8527a7e507af169b53f69dcd09fc7cd"; + sha256_unsigned = "e573b7a4bf42ab54637192fd5512faeba8527a7e507af169b53f69dcd09fc7cd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-842-c1-squashfs-sysupgrade.bin"; + sha256 = "056d28a23a56fc9c0ab3b7a8d62304a0e64f38dd009452a4f3fc8b1db33fa6d2"; + sha256_unsigned = "b479edb78b02b8c3894776262bffa782f4d48a0142d65356fbc2f74551608596"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-842-c1-initramfs-kernel.bin"; + sha256 = "4051bb0bbe6170e6a640f76afe101dd1910cab68017cd7293a5675f8a3c7cef9"; + sha256_unsigned = "4051bb0bbe6170e6a640f76afe101dd1910cab68017cd7293a5675f8a3c7cef9"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c1" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dir-842-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-842-c2-squashfs-sysupgrade.bin"; + sha256 = "1e7eb7a577924d540f7023792d5b2d0dfab1ed5768ccbd60806c99431ac816fe"; + sha256_unsigned = "84f624570c65c72d6fc2b6e61cf2c0f2a2ecb05d61a0dead5ab16aec586673f4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-842-c2-squashfs-factory.bin"; + sha256 = "562b7d69e78ee04115a3c06e698fd553faec0d776fc2eae5cba5b086bc122180"; + sha256_unsigned = "562b7d69e78ee04115a3c06e698fd553faec0d776fc2eae5cba5b086bc122180"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-842-c2-initramfs-kernel.bin"; + sha256 = "bd6b4f3104698c97a420f8a1e7e66ee83302d0a3891cb2634707f2f3fb9d475f"; + sha256_unsigned = "bd6b4f3104698c97a420f8a1e7e66ee83302d0a3891cb2634707f2f3fb9d475f"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c2" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-842-c3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dir-842-c3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-842-c3-squashfs-factory.bin"; + sha256 = "7f5936cefda3dd9a5eef9c33c0a982b663a47c0265d80403501f26e79523db99"; + sha256_unsigned = "7f5936cefda3dd9a5eef9c33c0a982b663a47c0265d80403501f26e79523db99"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-842-c3-squashfs-sysupgrade.bin"; + sha256 = "337ee6f3e215aba925eee7b75934a83da7cbfc92082486d62c4d09bd9c94538e"; + sha256_unsigned = "33d0aa2c03b7052b13262b9b77ee4f28c6f3de553a833156176176d42324e2ab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-842-c3-initramfs-kernel.bin"; + sha256 = "acf9e0882047a4a7850a19291edc387a7986cf7f6d105deda6f71cd9d60bd894"; + sha256_unsigned = "acf9e0882047a4a7850a19291edc387a7986cf7f6d105deda6f71cd9d60bd894"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-842-c3" + ]; + titles = [ + { + model = "DIR-842"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-859-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dir-859-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin"; + sha256 = "36cdaeae1d255d551465c38c056f9e6d80ad3c60e4f666421b3f8a1c65b13b7f"; + sha256_unsigned = "36cdaeae1d255d551465c38c056f9e6d80ad3c60e4f666421b3f8a1c65b13b7f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"; + sha256 = "e8942886a0121c529a8fff97743ed13602fe45d2f8542db34b184473bbbe92bc"; + sha256_unsigned = "e758b1f8c5bf3e89197bf38109019269901255490bba0ece8a3767536b103f36"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-859-a1-initramfs-kernel.bin"; + sha256 = "6130e1e35b1061b21c207e55b970fde45723e55f5a74b1c26b3242ff8c5cdbdd"; + sha256_unsigned = "6130e1e35b1061b21c207e55b970fde45723e55f5a74b1c26b3242ff8c5cdbdd"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-859-a1" + ]; + titles = [ + { + model = "DIR-859"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-859-a3 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dir-859-a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-859-a3-squashfs-factory.bin"; + sha256 = "e3149effb6ea32320a06be2de6ec2f52dfc7154f51f2aa23b1f2a88a89c4bd54"; + sha256_unsigned = "e3149effb6ea32320a06be2de6ec2f52dfc7154f51f2aa23b1f2a88a89c4bd54"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-859-a3-squashfs-sysupgrade.bin"; + sha256 = "652c2de4982f0d9a7a6946d61a9bdcd780e7662b83f13e0066f9579c78d61cba"; + sha256_unsigned = "a5ac25b9ca62a7d9395cf55060e1159036c72c4f4e9f448b61220fe638c70cb5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-859-a3-initramfs-kernel.bin"; + sha256 = "0ef5494894506e77a42b9dc0cfdcb70ab90ad1bf081dc5e1b778790017fcb35e"; + sha256_unsigned = "0ef5494894506e77a42b9dc0cfdcb70ab90ad1bf081dc5e1b778790017fcb35e"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-859-a3" + ]; + titles = [ + { + model = "DIR-859"; + variant = "A3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-869-a1 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-dlink_dir-869-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-869-a1-initramfs-kernel.bin"; + sha256 = "4611577971bc6032a2251d071823008ff3cbda641913fc01890dbd8e0d6aef9f"; + sha256_unsigned = "4611577971bc6032a2251d071823008ff3cbda641913fc01890dbd8e0d6aef9f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-869-a1-squashfs-sysupgrade.bin"; + sha256 = "1abb0694ef6171bd358fade8161c0c43f355db8be12c51f2b8d1d6cea89e9849"; + sha256_unsigned = "4f7d06d584e8a642853de710c873b962dd732d7e1413b37dcecae80636bf7279"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-dlink_dir-869-a1-squashfs-factory.bin"; + sha256 = "7e596b8dcd5f1a5db4411f255d68f788380aec89b2d2c74b1176b230f6700ce1"; + sha256_unsigned = "7e596b8dcd5f1a5db4411f255d68f788380aec89b2d2c74b1176b230f6700ce1"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-869-a1" + "dir-869-a1" + ]; + titles = [ + { + model = "DIR-869"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + elecom_wrc-1750ghbk2-i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-elecom_wrc-1750ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "e8b3713afab15e10b82583f1b9b49dfb2f9111699602b5ea2ae8540bc39c8c74"; + sha256_unsigned = "7d3b9193e60c28440c3a32933217f667ec4a4184e38868054b796d0f2038d205"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-ath79-generic-elecom_wrc-1750ghbk2-i-initramfs-factory.bin"; + sha256 = "3161f1e8b36947dea9e72d4cfc54b7a8b1e99250f6fc5efb79a0dfaeee252247"; + sha256_unsigned = "3161f1e8b36947dea9e72d4cfc54b7a8b1e99250f6fc5efb79a0dfaeee252247"; + type = "initramfs-factory.bin"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-elecom_wrc-1750ghbk2-i-initramfs-kernel.bin"; + sha256 = "70f297b5aeab735fcf7e2449197989700bec3871f6ed84ebe0a25b6f5157c306"; + sha256_unsigned = "70f297b5aeab735fcf7e2449197989700bec3871f6ed84ebe0a25b6f5157c306"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750ghbk2-i" + ]; + titles = [ + { + model = "WRC-1750GHBK2-I/C"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-300ghbk2-i = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-elecom_wrc-300ghbk2-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"; + sha256 = "6b4b288ff3be6c0e1bc4bf0a7ffc694d4b77c6d19cb8ea158db8e2da5ec5ca8a"; + sha256_unsigned = "ee2daa9c2f035cb07c31cbae6f255890d6ba0a3d6ad435aae8c4eef0d61fae2b"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-ath79-generic-elecom_wrc-300ghbk2-i-initramfs-factory.bin"; + sha256 = "84eb1ed0537db2a217266df661e804f8415821a142f7d5a17f515189fa72108d"; + sha256_unsigned = "84eb1ed0537db2a217266df661e804f8415821a142f7d5a17f515189fa72108d"; + type = "initramfs-factory.bin"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-elecom_wrc-300ghbk2-i-initramfs-kernel.bin"; + sha256 = "0483639b98f16038ee6edd0c73f4d0ea05ca78c70959029e066c19e2d6091ed8"; + sha256_unsigned = "0483639b98f16038ee6edd0c73f4d0ea05ca78c70959029e066c19e2d6091ed8"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-300ghbk2-i" + ]; + titles = [ + { + model = "WRC-300GHBK2-I"; + vendor = "ELECOM"; + } + ]; + }; + embeddedwireless_balin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-embeddedwireless_balin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-embeddedwireless_balin-squashfs-sysupgrade.bin"; + sha256 = "f10c6b181f1b72e2f63a54289c394cf6a6008e894d30e8661d215d9711fed933"; + sha256_unsigned = "95b14ecdbca4e7cc7625be8466a718890ba9dc1a3a5c52d4587aed33f92ef563"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-embeddedwireless_balin-initramfs-kernel.bin"; + sha256 = "47f9a7efed5262ae7d72757b438bb84f212e0471792721b434be1f30870535eb"; + sha256_unsigned = "47f9a7efed5262ae7d72757b438bb84f212e0471792721b434be1f30870535eb"; + type = "kernel"; + } + ]; + supported_devices = [ + "embeddedwireless,balin" + ]; + titles = [ + { + model = "Balin"; + vendor = "Embedded Wireless"; + } + ]; + }; + embeddedwireless_dorin = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-embeddedwireless_dorin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"; + sha256 = "b1ebfca64feeb0672706237db12eccacc0e246361adf21cd0c3d77c719d9653a"; + sha256_unsigned = "7bd176241b0615493c15833690d2bf4419fd9337328caf5d07f8fb55cee5fe10"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-embeddedwireless_dorin-initramfs-kernel.bin"; + sha256 = "e1c20acf7bf8a2730f3bd7c1bea1a1ea9fa859c71b98dc0f3ff82f5662a16416"; + sha256_unsigned = "e1c20acf7bf8a2730f3bd7c1bea1a1ea9fa859c71b98dc0f3ff82f5662a16416"; + type = "kernel"; + } + ]; + supported_devices = [ + "embeddedwireless,dorin" + ]; + titles = [ + { + model = "Dorin"; + vendor = "Embedded Wireless"; + } + ]; + }; + engenius_eap1200h = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-engenius_eap1200h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_eap1200h-squashfs-sysupgrade.bin"; + sha256 = "88ac29facf456d2f0f781147426d8939b2cc687ccf67ca6e148e66a93e9707ec"; + sha256_unsigned = "d1bb03dc36eab26b3707dfbdb64e5839449190c0fe99b83b681559fa4f5646ef"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_eap1200h-initramfs-kernel.bin"; + sha256 = "bbe5e2fdd353d002895016f430be6652303a899fbf3f045812c526051858480b"; + sha256_unsigned = "bbe5e2fdd353d002895016f430be6652303a899fbf3f045812c526051858480b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_eap1200h-squashfs-factory.bin"; + sha256 = "3b64e3b735ed16f2f22e00615cf1e9453d2ff522fb04fdcb7c8c0650dc21d6ac"; + sha256_unsigned = "3b64e3b735ed16f2f22e00615cf1e9453d2ff522fb04fdcb7c8c0650dc21d6ac"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap1200h" + ]; + titles = [ + { + model = "EAP1200H"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap1750h = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-engenius_eap1750h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_eap1750h-initramfs-kernel.bin"; + sha256 = "adbd8566532942e6d91bd2ddac923aa5d49bf84ac0f9a664a0c26a91645aab11"; + sha256_unsigned = "adbd8566532942e6d91bd2ddac923aa5d49bf84ac0f9a664a0c26a91645aab11"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_eap1750h-squashfs-factory.bin"; + sha256 = "222e9bcafdce33b0be5ad00ae0e0736abadebb438d9cc9aa70b01d2f39e57335"; + sha256_unsigned = "222e9bcafdce33b0be5ad00ae0e0736abadebb438d9cc9aa70b01d2f39e57335"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_eap1750h-squashfs-sysupgrade.bin"; + sha256 = "1cc41dd596414fcc2f5b0017200de784f56edb4244977cec991a48092631cf62"; + sha256_unsigned = "e4ed2040938b7ac1df10c73b55959ef10f6649ee95e566136607599af4fa9e28"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap1750h" + ]; + titles = [ + { + model = "EAP1750H"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap300-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-engenius_eap300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_eap300-v2-initramfs-kernel.bin"; + sha256 = "97b668d1aa32dc75c3312d06d343ee5bac50a3a87a9d270e9fa055645c31c2af"; + sha256_unsigned = "97b668d1aa32dc75c3312d06d343ee5bac50a3a87a9d270e9fa055645c31c2af"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_eap300-v2-squashfs-factory.bin"; + sha256 = "26da98cd208c8192a7776016f1b6fb9dd006bc2f2f72bd058e8a09df93bda57a"; + sha256_unsigned = "26da98cd208c8192a7776016f1b6fb9dd006bc2f2f72bd058e8a09df93bda57a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_eap300-v2-squashfs-sysupgrade.bin"; + sha256 = "5b7831464c42b95417e4c6de6905fafbd6c0084a0a9d186852dc8f6155ccc691"; + sha256_unsigned = "96d923f18074ebe32397a91403bdc6bac36e2ed9780d8856f70d2fd2022bafc4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,eap300-v2" + ]; + titles = [ + { + model = "EAP300"; + variant = "v2"; + vendor = "EnGenius"; + } + ]; + }; + engenius_eap600 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-engenius_eap600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_eap600-initramfs-kernel.bin"; + sha256 = "6032ceb0b5ce22218ea1156dd51526a9369d7a68003e13bc6de62d0f45f71350"; + sha256_unsigned = "6032ceb0b5ce22218ea1156dd51526a9369d7a68003e13bc6de62d0f45f71350"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_eap600-squashfs-sysupgrade.bin"; + sha256 = "29812b681ff27c95cc1c1811be965bc61168b678ccc93b65103f04edfeae6a58"; + sha256_unsigned = "f995f48ebedd4dbb02cee5394c0924958afe0124ae3ca3884f52cd64eac9ddf9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_eap600-squashfs-factory.bin"; + sha256 = "f5e341850814d3af84c1d997f892d932863832154ae90eeb8b43e1eb679eae61"; + sha256_unsigned = "f5e341850814d3af84c1d997f892d932863832154ae90eeb8b43e1eb679eae61"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,eap600" + ]; + titles = [ + { + model = "EAP600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1200 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-engenius_ecb1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ecb1200-squashfs-factory.bin"; + sha256 = "5d64bc49eadd280cb511e667ef620542e6880e0cf6d716b23947a51470dc783d"; + sha256_unsigned = "5d64bc49eadd280cb511e667ef620542e6880e0cf6d716b23947a51470dc783d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ecb1200-squashfs-sysupgrade.bin"; + sha256 = "f5af5ff22cc38760b9274252e9fd56e4cc9c3ccbe3c42f7d2f5ec011296e2150"; + sha256_unsigned = "7dd41637111442f46796c987d1e89a35c5a3555b75b614fcb748d85178db06c1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ecb1200-initramfs-kernel.bin"; + sha256 = "59708cdfd250ce5b43e3e6f53999cada0c1e2b435c47dad0e8802bb77bdc337d"; + sha256_unsigned = "59708cdfd250ce5b43e3e6f53999cada0c1e2b435c47dad0e8802bb77bdc337d"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb1200" + ]; + titles = [ + { + model = "ECB1200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb1750 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-engenius_ecb1750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ecb1750-squashfs-factory.bin"; + sha256 = "2cd1bb44fb6f753d60e5cdf53910a24247d0e63a9c1bd035d3afdb5394e630f5"; + sha256_unsigned = "2cd1bb44fb6f753d60e5cdf53910a24247d0e63a9c1bd035d3afdb5394e630f5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ecb1750-initramfs-kernel.bin"; + sha256 = "318b19250d38f1db129b3e0456ff8212d2970f393bd636d68f37ceddcc048075"; + sha256_unsigned = "318b19250d38f1db129b3e0456ff8212d2970f393bd636d68f37ceddcc048075"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"; + sha256 = "de40a0e56a3040c2117c6cc7cf849191eb1a3e7c41df5cd8c7eba3b676bf0936"; + sha256_unsigned = "7a748f5d52eafe446025faec46c411b78668f8a2700a81f0eb6f76d6e40f7200"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb1750" + ]; + titles = [ + { + model = "ECB1750"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb600 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-engenius_ecb600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ecb600-initramfs-kernel.bin"; + sha256 = "4ac500ca916c73eed8df50ef38e960668236a5a876f8d24308d64ac4effc1c9e"; + sha256_unsigned = "4ac500ca916c73eed8df50ef38e960668236a5a876f8d24308d64ac4effc1c9e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ecb600-squashfs-factory.bin"; + sha256 = "6f230b7d93c08718ead78631670cb51d81ca7909c918bd512ae8146c63f9e4a8"; + sha256_unsigned = "6f230b7d93c08718ead78631670cb51d81ca7909c918bd512ae8146c63f9e4a8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ecb600-squashfs-sysupgrade.bin"; + sha256 = "84a67de8b793370ee7d7a80d2aa642196c742f3dfbcef225ea6e486456ac640f"; + sha256_unsigned = "be0df1560f4d69ff4a8448001494f4b99903e571c685e9cf014366d323628876"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ecb600" + ]; + titles = [ + { + model = "ECB600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ens202ext-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-engenius_ens202ext-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ens202ext-v1-squashfs-sysupgrade.bin"; + sha256 = "88aa7d288f3875f72045ba32829ccf37b459af0e30d06beef9bd185318786616"; + sha256_unsigned = "c876c07a162d2a761f622c0e09393528afd1201f1b9dfebdb33a8ef5729aac1e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ens202ext-v1-initramfs-kernel.bin"; + sha256 = "4fdc151cb06cb4989dee5edf55db9803412706bb7f92c1ccbe9cadd127b27230"; + sha256_unsigned = "4fdc151cb06cb4989dee5edf55db9803412706bb7f92c1ccbe9cadd127b27230"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ens202ext-v1-squashfs-factory.bin"; + sha256 = "eeac5f86ac4e0902455ccdc88e518981bca1fbe53a2595020b119e6c429a39d3"; + sha256_unsigned = "eeac5f86ac4e0902455ccdc88e518981bca1fbe53a2595020b119e6c429a39d3"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,ens202ext-v1" + ]; + titles = [ + { + model = "ENS202EXT"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enstationac-v1 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-engenius_enstationac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_enstationac-v1-squashfs-sysupgrade.bin"; + sha256 = "733684a4abfb2ca31d2109b1cf9678ab51f06158909eb2794203f612b5452db9"; + sha256_unsigned = "48cbd4278bda2d2f2862ad7b7b19861bf26dd6c2eb4485b20faa08ac0014abb6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_enstationac-v1-squashfs-factory.bin"; + sha256 = "b3f1f6780410f991b12aedf004fb3d6158ec5cf001962029629584c862b854f9"; + sha256_unsigned = "b3f1f6780410f991b12aedf004fb3d6158ec5cf001962029629584c862b854f9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_enstationac-v1-initramfs-kernel.bin"; + sha256 = "8ac36a764de430680d2c1a063e15f33922daeb787264f1709126454e1d9470be"; + sha256_unsigned = "8ac36a764de430680d2c1a063e15f33922daeb787264f1709126454e1d9470be"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enstationac-v1" + ]; + titles = [ + { + model = "EnStationAC"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_epg5000 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-engenius_epg5000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_epg5000-initramfs-kernel.bin"; + sha256 = "8e9b82d30c31ed090d4fd31f6badf6d9bb0a8d442d816f146ada666b851a1fb5"; + sha256_unsigned = "8e9b82d30c31ed090d4fd31f6badf6d9bb0a8d442d816f146ada666b851a1fb5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin"; + sha256 = "8b810cd72969a1f51145457508948a35992ab961ee36124e9e4e482a045bcc4f"; + sha256_unsigned = "a8f8aee9f8065ed880128be3fa6c53f2b374ea40b8295b2892dbd7168d334308"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_epg5000-squashfs-factory.dlf"; + sha256 = "ec7d6c77a4659cf7c8cc528b35e79ffa011919d94140fd9e6072d969d6fcc959"; + sha256_unsigned = "ec7d6c77a4659cf7c8cc528b35e79ffa011919d94140fd9e6072d969d6fcc959"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,epg5000" + "epg5000" + ]; + titles = [ + { + model = "EPG5000"; + vendor = "EnGenius"; + } + ]; + }; + engenius_esr1200 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-engenius_esr1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_esr1200-squashfs-sysupgrade.bin"; + sha256 = "dac0fbbd2f74589262b8ff063cd09c11f2007dff5899d533cf9b6716cc25ebab"; + sha256_unsigned = "9a399629f4a4295956a306cc1343a05339779e8476e0c73b161eecead12cd8f8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_esr1200-initramfs-kernel.bin"; + sha256 = "7c4839fb6713af7d0908050b4f43aeceac98bc04b4d0411c5ef7f5f468e9d6e0"; + sha256_unsigned = "7c4839fb6713af7d0908050b4f43aeceac98bc04b4d0411c5ef7f5f468e9d6e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_esr1200-squashfs-factory.dlf"; + sha256 = "19a0db5e20f27a94d0d6ec92013e792e158aee672ab1b6e2bdd0ed4f10a3e639"; + sha256_unsigned = "19a0db5e20f27a94d0d6ec92013e792e158aee672ab1b6e2bdd0ed4f10a3e639"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,esr1200" + "esr1200" + "esr1750" + "engenius,esr1750" + ]; + titles = [ + { + model = "ESR1200"; + vendor = "EnGenius"; + } + ]; + }; + engenius_esr1750 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-engenius_esr1750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_esr1750-initramfs-kernel.bin"; + sha256 = "b17c0b758616a44b5e2a3b1b77be1a6a8e7aa7855467c173b2b1e8500430d97c"; + sha256_unsigned = "b17c0b758616a44b5e2a3b1b77be1a6a8e7aa7855467c173b2b1e8500430d97c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_esr1750-squashfs-factory.dlf"; + sha256 = "38801be0ac9432c12b043fcef7854c4e6229d80a85077a5e742c3fc5b3cdca66"; + sha256_unsigned = "38801be0ac9432c12b043fcef7854c4e6229d80a85077a5e742c3fc5b3cdca66"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_esr1750-squashfs-sysupgrade.bin"; + sha256 = "c952d9225bb30c1e9806f60ada94af6efa3d23dd238f21ba33f651c1dce4458c"; + sha256_unsigned = "84cfa2b3ed0336a60e756c6f72fc6fb109367c8c8667cc5e59383d7eaa683abf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,esr1750" + "esr1750" + "esr1200" + "engenius,esr1200" + ]; + titles = [ + { + model = "ESR1750"; + vendor = "EnGenius"; + } + ]; + }; + engenius_esr900 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-engenius_esr900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_esr900-squashfs-factory.dlf"; + sha256 = "7afcf0579ce35a6e1c4af5b1dfeec8c4c18d6ff4931ac56d21c66e53a2cb50e8"; + sha256_unsigned = "7afcf0579ce35a6e1c4af5b1dfeec8c4c18d6ff4931ac56d21c66e53a2cb50e8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_esr900-initramfs-kernel.bin"; + sha256 = "708338bafabc3d192364d4efbe2c8a260f2246508b529e3ed6b249aea3bd300a"; + sha256_unsigned = "708338bafabc3d192364d4efbe2c8a260f2246508b529e3ed6b249aea3bd300a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_esr900-squashfs-sysupgrade.bin"; + sha256 = "aea8c36b788d15df0109f307c43c8e315fad1bc8460f69d1580f9f16a5f7b2e0"; + sha256_unsigned = "3422663782d43e5a0d078179864933216ee25bd43aadf002d86af4cb8336d80b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,esr900" + "esr900" + ]; + titles = [ + { + model = "ESR900"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ews511ap = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-engenius_ews511ap"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ews511ap-initramfs-kernel.bin"; + sha256 = "8cc470ba5ad9fe6adeb7fe3264afa50ce455db8124faccc98f4843295a962c36"; + sha256_unsigned = "8cc470ba5ad9fe6adeb7fe3264afa50ce455db8124faccc98f4843295a962c36"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"; + sha256 = "95f4804e818e5e123e1e5ce7abeca3e82c706f66bb801dcd7d5f43036e8801b8"; + sha256_unsigned = "14d7547618658e27b54aa11e542c7403f2942e738fa4824a550def50d35be24c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,ews511ap" + ]; + titles = [ + { + model = "EWS511AP"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ews660ap = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-engenius_ews660ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ews660ap-squashfs-sysupgrade.bin"; + sha256 = "90af50c3b77874042cc6cbd9c3107316b5a86e0a670f83bc01154804b0043373"; + sha256_unsigned = "2ee565499b939b728746152ec40bec949275eaa0193fe8d95738f187d4f9fb99"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ews660ap-squashfs-factory.bin"; + sha256 = "c104112a823694fd54a2337c5d0fd08e94313890049e324db263ecbf135c1e65"; + sha256_unsigned = "c104112a823694fd54a2337c5d0fd08e94313890049e324db263ecbf135c1e65"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-engenius_ews660ap-initramfs-kernel.bin"; + sha256 = "8a3135d7ab75d56e0473a3e846e66883359e72c601b193496da21d60dff885ce"; + sha256_unsigned = "8a3135d7ab75d56e0473a3e846e66883359e72c601b193496da21d60dff885ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ews660ap" + ]; + titles = [ + { + model = "EWS660AP"; + vendor = "EnGenius"; + } + ]; + }; + enterasys_ws-ap3705i = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-enterasys_ws-ap3705i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-enterasys_ws-ap3705i-initramfs-kernel.bin"; + sha256 = "ac8df4548dd72c18eb561f9f3fe3ddc5cfc67d8dc8a3dd0531eaecba8bb73e44"; + sha256_unsigned = "ac8df4548dd72c18eb561f9f3fe3ddc5cfc67d8dc8a3dd0531eaecba8bb73e44"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-enterasys_ws-ap3705i-squashfs-sysupgrade.bin"; + sha256 = "d213375e8a6659d87b773a7f63e49669a3251fca13dfbb370da57e118447d2c0"; + sha256_unsigned = "5c7a980391a0ae47e0b52afc23cddece570a7f1d70380403cc3f28bc26f2dfec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3705i" + ]; + titles = [ + { + model = "WS-AP3705i"; + vendor = "Enterasys"; + } + ]; + }; + etactica_eg200 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-ledtrig-oneshot" + "kmod-usb-serial-ftdi" + "kmod-usb-storage" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-etactica_eg200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-etactica_eg200-initramfs-kernel.bin"; + sha256 = "3dfb62da9c85e4612d6bc0fa0981ed1cda1e8cc414087c86c4158f615744ce3a"; + sha256_unsigned = "3dfb62da9c85e4612d6bc0fa0981ed1cda1e8cc414087c86c4158f615744ce3a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"; + sha256 = "2de13e971abca46eac300db9147c91a43eaefa2730853d669c49a435c3e6be08"; + sha256_unsigned = "dfe9503be3a46baf16f589d6242e2e1ea2ecab941f6ae1c586a7454cf7335654"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "etactica,eg200" + "rme-eg200" + ]; + titles = [ + { + model = "EG200"; + vendor = "eTactica"; + } + ]; + }; + extreme-networks_ws-ap3805i = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-extreme-networks_ws-ap3805i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-extreme-networks_ws-ap3805i-initramfs-kernel.bin"; + sha256 = "c07fe987f3775d865eb13e84d35ab7d9ca7041e9ec3c30952037ac02fae46236"; + sha256_unsigned = "c07fe987f3775d865eb13e84d35ab7d9ca7041e9ec3c30952037ac02fae46236"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-extreme-networks_ws-ap3805i-squashfs-sysupgrade.bin"; + sha256 = "0c01c237f0bda5d369b36cedb3392687c7b064fec0491ba24b73c4197ae6aba5"; + sha256_unsigned = "b9ec204b8844a69e7361ad10b7162571165ccdaaf0d8f44d17076c5ee115333f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "extreme-networks,ws-ap3805i" + ]; + titles = [ + { + model = "WS-AP3805i"; + vendor = "Extreme Networks"; + } + ]; + }; + fortinet_fap-221-b = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-fortinet_fap-221-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-fortinet_fap-221-b-squashfs-sysupgrade.bin"; + sha256 = "fa86ee85d766e34434c165f451861572c853cf118f2d2e76bc91075cbba0baba"; + sha256_unsigned = "502bc987942c33e0563be52457ddda1930e604516dbbbcc423545ea3e3f4e0ea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-fortinet_fap-221-b-initramfs-kernel.bin"; + sha256 = "0a30b80c5855236fef0c59209d3028614a3a53d54de4dca44e595862163208a5"; + sha256_unsigned = "0a30b80c5855236fef0c59209d3028614a3a53d54de4dca44e595862163208a5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-fortinet_fap-221-b-squashfs-factory.bin"; + sha256 = "36f7a45a23952d70230bea7a98be1eb26edd12b68478e3a4e0bf4981c8c8e526"; + sha256_unsigned = "36f7a45a23952d70230bea7a98be1eb26edd12b68478e3a4e0bf4981c8c8e526"; + type = "factory"; + } + ]; + supported_devices = [ + "fortinet,fap-221-b" + ]; + titles = [ + { + model = "FAP-221-B"; + vendor = "Fortinet"; + } + ]; + }; + glinet_6408 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-glinet_6408"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_6408-initramfs-kernel.bin"; + sha256 = "65273b92ccfdd8534c0ff318af2a486a8cdb573fecb8e4604ca4e1d47983c8c4"; + sha256_unsigned = "65273b92ccfdd8534c0ff318af2a486a8cdb573fecb8e4604ca4e1d47983c8c4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_6408-squashfs-sysupgrade.bin"; + sha256 = "6f3fe000b6ed52ba84569fc6d5e99a07b5c712c228fb1d55485aef20cae733a6"; + sha256_unsigned = "e95d0e6766a19d091ea7c555a94d67b6ead41d4e2a71d21477bb57ee06e6bb3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,6408" + "gl-inet" + ]; + titles = [ + { + model = "6408"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_6416 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-glinet_6416"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_6416-squashfs-sysupgrade.bin"; + sha256 = "0a26647c26c48a30c6d680d5077729f25f851e14587be71f380f1cee637c0af6"; + sha256_unsigned = "9a3c6c1ace8257b63461f367b9b8f8c3f4f51878662d527f80276d46e418be4e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_6416-initramfs-kernel.bin"; + sha256 = "88e048ad92229f7a7d39cf258c901f71dbb173c88ed8494ace93b6aad92dad49"; + sha256_unsigned = "88e048ad92229f7a7d39cf258c901f71dbb173c88ed8494ace93b6aad92dad49"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,6416" + "gl-inet" + ]; + titles = [ + { + model = "6416"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar150 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-glinet_gl-ar150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_gl-ar150-initramfs-kernel.bin"; + sha256 = "ef641a5f7bcf591dcc4606d64c1396a95877446cb209dee1cc08a103d8db6b2a"; + sha256_unsigned = "ef641a5f7bcf591dcc4606d64c1396a95877446cb209dee1cc08a103d8db6b2a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"; + sha256 = "0d90f24a64f8e46a23254cbddeadfd73f21097843f7b9d20aae5e06c7ed79c74"; + sha256_unsigned = "6c24e99640537606837bccdb5ddf630e771e6c47c8f2bd284c7115a937d34a97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar150" + "gl-ar150" + ]; + titles = [ + { + model = "GL-AR150"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-lite = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-glinet_gl-ar300m-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"; + sha256 = "1111ddeba51c11a61e16f23ebe31a42792b3ce7fc94ce842b093368f55becd2b"; + sha256_unsigned = "2eff69efc576afc49515debd2e1ea8c352615c45a900603cd5093dd3ee0d8a65"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_gl-ar300m-lite-initramfs-kernel.bin"; + sha256 = "9d309e36bf4852fbe31fca9b33dec892a7bf1f77d0521afe8b9935051a03abce"; + sha256_unsigned = "9d309e36bf4852fbe31fca9b33dec892a7bf1f77d0521afe8b9935051a03abce"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-lite" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "Lite"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m16 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-glinet_gl-ar300m16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_gl-ar300m16-initramfs-kernel.bin"; + sha256 = "a56bc2363892f67448a7e6f6a7c43405f178497fc983544e273024bb429e8591"; + sha256_unsigned = "a56bc2363892f67448a7e6f6a7c43405f178497fc983544e273024bb429e8591"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin"; + sha256 = "1ce2bbe8fb03aaf483f7b81289282860967d54888fc91c134c8a46d4846e6ec0"; + sha256_unsigned = "0aca727823349b30b31fdd5be71d5628d99bdfa830cd6a62d3ebae423b388fbd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m16" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M16"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-glinet_gl-ar750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_gl-ar750-initramfs-kernel.bin"; + sha256 = "6365fefd2a9e0543c5ff0d6eed991002b59187cc772496ca90776dbf9f1d8504"; + sha256_unsigned = "6365fefd2a9e0543c5ff0d6eed991002b59187cc772496ca90776dbf9f1d8504"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_gl-ar750-squashfs-sysupgrade.bin"; + sha256 = "9c24318a015234205cf286d17ee7f0e8e324b444bc37a174d1aa543732e544b7"; + sha256_unsigned = "3d36edbd175253525aa0b645f395bec0008fb74532fb13b3800740fe0e0645c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar750" + "gl-ar750" + ]; + titles = [ + { + model = "GL-AR750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mifi = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-glinet_gl-mifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_gl-mifi-squashfs-sysupgrade.bin"; + sha256 = "c0a6c11c990d6f08078f051e9218058631e56549290fa952fe31ef4e19caa616"; + sha256_unsigned = "639e606353cde3876294006d4f945ee555dc62b0d048f73838a77bc8e0a8e9ea"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_gl-mifi-initramfs-kernel.bin"; + sha256 = "a60775e15bb91efc7f6e66b6cc1a33fd6ac93a6e8e87e8fda67f5fb9deecb891"; + sha256_unsigned = "a60775e15bb91efc7f6e66b6cc1a33fd6ac93a6e8e87e8fda67f5fb9deecb891"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mifi" + "gl-mifi" + ]; + titles = [ + { + model = "GL-MiFi"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-usb150 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-glinet_gl-usb150"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_gl-usb150-initramfs-kernel.bin"; + sha256 = "b9613b98507d751a4fff0f991ddb4aa6c241f82bce09995fa4cf26589fb3a568"; + sha256_unsigned = "b9613b98507d751a4fff0f991ddb4aa6c241f82bce09995fa4cf26589fb3a568"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_gl-usb150-squashfs-sysupgrade.bin"; + sha256 = "c4776a67bafbb6cf06011ffa674ba894a8ee643359725536e863b87840a24dba"; + sha256_unsigned = "ce17621407fb3be6494ac8eb12b42293e941500ec30ad82fb5c1fc6c2380535b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-usb150" + "gl-usb150" + ]; + titles = [ + { + model = "GL-USB150"; + vendor = "GL.iNET"; + } + ]; + }; + glinet_gl-x300b = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-glinet_gl-x300b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_gl-x300b-initramfs-kernel.bin"; + sha256 = "e77f392911e51af0cd8872e394d86ffbd02ca95ec692ad52dbb34e92622cbdd4"; + sha256_unsigned = "e77f392911e51af0cd8872e394d86ffbd02ca95ec692ad52dbb34e92622cbdd4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_gl-x300b-squashfs-sysupgrade.bin"; + sha256 = "3c3dea46b8e3a450384c3798974ad952808d709a6deba33cc27d7afc647390ce"; + sha256_unsigned = "d65f8c24f47e85357ec918d357e08d3cc4d31345bfa0fdc789c176ad46c53397"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x300b" + ]; + titles = [ + { + model = "GL-X300B"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-x750 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-glinet_gl-x750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_gl-x750-initramfs-kernel.bin"; + sha256 = "f8386bbb303c3508a73dab1a652c9cea8f6fc3ff31311cd7e67d004350da0380"; + sha256_unsigned = "f8386bbb303c3508a73dab1a652c9cea8f6fc3ff31311cd7e67d004350da0380"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"; + sha256 = "87ddef1f67dab05f6014f47e4d7173c5a608593199586ad625c8afd44dffd023"; + sha256_unsigned = "f05961abea4e2ec6b798991bbd7d4bbe524090daa8c70f0bcbb66d93fc1bd18c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-x750" + ]; + titles = [ + { + model = "GL-X750"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_lan-turtle = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-mbedtls" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-hak5_lan-turtle"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-hak5_lan-turtle-squashfs-sysupgrade.bin"; + sha256 = "18264451eeda1975bfae8a069fb471ef8dad9aae9b5a826041cde5637469c792"; + sha256_unsigned = "40ba15928f2530b4d2c1309c03c6954e549adde1ecd45960828bb588c2aa83ab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-hak5_lan-turtle-initramfs-kernel.bin"; + sha256 = "e34fdc54d5a5b5cb79aaa87ffe2a92e118da93f8c948d6750f8fe03d631cabcd"; + sha256_unsigned = "e34fdc54d5a5b5cb79aaa87ffe2a92e118da93f8c948d6750f8fe03d631cabcd"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,lan-turtle" + "lan-turtle" + ]; + titles = [ + { + model = "LAN Turtle"; + vendor = "Hak5"; + } + ]; + }; + hak5_packet-squirrel = { + device_packages = [ + "kmod-usb-chipidea2" + "-iwinfo" + "-kmod-ath9k" + "-swconfig" + "-uboot-envtools" + "-wpad-basic-mbedtls" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-hak5_packet-squirrel"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-hak5_packet-squirrel-squashfs-sysupgrade.bin"; + sha256 = "2da658962257e5dfbcc15874f7f039c7d066fe6ce1df33a670ef36263ca888c9"; + sha256_unsigned = "013e170fd21dd82e9fd4c9ce4c0b2f87f39c0616f8c2f5a335ecc8849942e31c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-hak5_packet-squirrel-initramfs-kernel.bin"; + sha256 = "53d5f4764176286d68c4ca546dea6920d0acfba92fb04c6708f1e547bedaca33"; + sha256_unsigned = "53d5f4764176286d68c4ca546dea6920d0acfba92fb04c6708f1e547bedaca33"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,packet-squirrel" + "packet-squirrel" + ]; + titles = [ + { + model = "Packet Squirrel"; + vendor = "Hak5"; + } + ]; + }; + hak5_wifi-pineapple-nano = { + device_packages = [ + "kmod-ath9k-htc" + "kmod-usb-chipidea2" + "kmod-usb-storage" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-hak5_wifi-pineapple-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-hak5_wifi-pineapple-nano-initramfs-kernel.bin"; + sha256 = "7d5416e6f1cb805eaa9670eb68a2b03f3d9dfea5cbe37a6d4aeba6e17d1d47d6"; + sha256_unsigned = "7d5416e6f1cb805eaa9670eb68a2b03f3d9dfea5cbe37a6d4aeba6e17d1d47d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-hak5_wifi-pineapple-nano-squashfs-sysupgrade.bin"; + sha256 = "52461ddca085767761d292786590d19e87bbefacd87ac4ce68fe5c6a70ecaae3"; + sha256_unsigned = "aa0892e03bd49a1a6305832632e438249bc0eae2b956880a3b01e32afd63b25b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-nano" + "wifi-pineapple-nano" + ]; + titles = [ + { + model = "WiFi Pineapple NANO"; + vendor = "Hak5"; + } + ]; + }; + hiwifi_hc6361 = { + device_packages = [ + "kmod-usb-core" + "kmod-usb2" + "kmod-usb-chipidea2" + "kmod-usb-storage" + "kmod-fs-ext4" + "kmod-nls-iso8859-1" + "e2fsprogs" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-hiwifi_hc6361"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-hiwifi_hc6361-squashfs-sysupgrade.bin"; + sha256 = "87ada5ae817a8ca25d08f299032ffb284da5b1e678147d64da522a3160df2f68"; + sha256_unsigned = "dd10393dea7a844d173a0383c9ec243ceaf1d69710b3240f668b2284de1e8247"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-hiwifi_hc6361-initramfs-kernel.bin"; + sha256 = "ceb4a9397f48665e386ecc6f620552c30bae8a74f7da0e677420ffdab4d800b8"; + sha256_unsigned = "ceb4a9397f48665e386ecc6f620552c30bae8a74f7da0e677420ffdab4d800b8"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc6361" + ]; + titles = [ + { + model = "HC6361"; + vendor = "HiWiFi"; + } + ]; + }; + iodata_etg3-r = { + device_packages = [ + "-iwinfo" + "-kmod-ath9k" + "-wpad-basic-mbedtls" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-iodata_etg3-r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-iodata_etg3-r-initramfs-kernel.bin"; + sha256 = "6af952f9dc8e7909f63b1bc8711f108e38468ac7d341395b6f980a60429d3062"; + sha256_unsigned = "6af952f9dc8e7909f63b1bc8711f108e38468ac7d341395b6f980a60429d3062"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"; + sha256 = "566bee9886042690b8a0aa5f3a130d643fdbd2924c81842f7076cbd1e175d013"; + sha256_unsigned = "b65b55b4e9a29101b610c029916253c545861706be369ded1fede3d71c447f68"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,etg3-r" + ]; + titles = [ + { + model = "ETG3-R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1167dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-iodata_wn-ac1167dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"; + sha256 = "78c125ed356faeff015e8efd84764f2116a10f2dba313b19c5c863408144ecc3"; + sha256_unsigned = "78c125ed356faeff015e8efd84764f2116a10f2dba313b19c5c863408144ecc3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin"; + sha256 = "ef84c22ced5c04583c6e236fe54a3243bea6fd6adc7a9a83b181743d3e4ddaf1"; + sha256_unsigned = "dc03c6b30685a0641d0a55af1cac78319bccde7d44f51dedb1b0dc2408c14253"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-iodata_wn-ac1167dgr-initramfs-kernel.bin"; + sha256 = "e812733ccc044b5cdcc675d6d1067780a258a51e6755289304acce3816a594b0"; + sha256_unsigned = "e812733ccc044b5cdcc675d6d1067780a258a51e6755289304acce3816a594b0"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167dgr" + ]; + titles = [ + { + model = "WN-AC1167DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-iodata_wn-ac1600dgr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-iodata_wn-ac1600dgr-initramfs-kernel.bin"; + sha256 = "25f2f77613859fd26d22da3af88d783a6dc8606b51f7173bab244601b1a09706"; + sha256_unsigned = "25f2f77613859fd26d22da3af88d783a6dc8606b51f7173bab244601b1a09706"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"; + sha256 = "e36d372d963ff340770432a5379d642c56835e5788ed11639a139baecaec51dd"; + sha256_unsigned = "e36d372d963ff340770432a5379d642c56835e5788ed11639a139baecaec51dd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-iodata_wn-ac1600dgr-squashfs-sysupgrade.bin"; + sha256 = "d799ca1cd5010cc14209ea682bd2bc009f798a7bf18f6fd2e1fea8ffce7fde47"; + sha256_unsigned = "aafb528a3911bc367271b97e03ea652734983425a421687db26e7f0d79051c3b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr" + ]; + titles = [ + { + model = "WN-AC1600DGR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac1600dgr2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-iodata_wn-ac1600dgr2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-iodata_wn-ac1600dgr2-initramfs-kernel.bin"; + sha256 = "9689266d6c48308b836960240ad9e8a073fe873556e041b76d3a075a6a2d465a"; + sha256_unsigned = "9689266d6c48308b836960240ad9e8a073fe873556e041b76d3a075a6a2d465a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-iodata_wn-ac1600dgr2-squashfs-sysupgrade.bin"; + sha256 = "9d7b7b3b623f7baf3c7f7f6c83a67bd287bf2c0da9f8d6dcb03f5341c9c3a067"; + sha256_unsigned = "366d66a1a8d3d8cf820ff0936416aa11421f7cb175d8bd9ef1fe07f79aacc186"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-iodata_wn-ac1600dgr2-squashfs-dgr2-dgr3-factory.bin"; + sha256 = "d281ec600d379e455c4e43fcc3c353b5143d56650bdf14d56c605603778f6f19"; + sha256_unsigned = "d281ec600d379e455c4e43fcc3c353b5143d56650bdf14d56c605603778f6f19"; + type = "dgr2-dgr3-factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1600dgr2" + ]; + titles = [ + { + model = "WN-AC1600DGR2/DGR3"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ag300dgr = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-iodata_wn-ag300dgr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin"; + sha256 = "f551e21371649877008c22d68f245b0a1f2b2ed7f9768e747e2e0ecd8b3950a8"; + sha256_unsigned = "2d27215d60302b50c1690c573d60df11aba6d9aa4b7f105819325a9a35132c7b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-iodata_wn-ag300dgr-initramfs-kernel.bin"; + sha256 = "7c3bfd8e4993053b4b9b0d01c049125d543a92b164ba67c41401ede110708ef0"; + sha256_unsigned = "7c3bfd8e4993053b4b9b0d01c049125d543a92b164ba67c41401ede110708ef0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"; + sha256 = "87a537463d71f87c5e634aa6ff6bb90cdc0ca8a3414b7ff6853ef1f942ea67bf"; + sha256_unsigned = "87a537463d71f87c5e634aa6ff6bb90cdc0ca8a3414b7ff6853ef1f942ea67bf"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ag300dgr" + ]; + titles = [ + { + model = "WN-AG300DGR"; + vendor = "I-O DATA"; + } + ]; + }; + jjplus_ja76pf2 = { + device_packages = [ + "-kmod-ath9k" + "-swconfig" + "-wpad-basic-mbedtls" + "-uboot-envtools" + "fconfig" + "kmod-hwmon-lm75" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-jjplus_ja76pf2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-jjplus_ja76pf2-initramfs-kernel.bin"; + sha256 = "210f50d8847ed4816dfca8428ef5a4a14d522e4e3557b937766a5a547abbeedf"; + sha256_unsigned = "210f50d8847ed4816dfca8428ef5a4a14d522e4e3557b937766a5a547abbeedf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-jjplus_ja76pf2-squashfs-firmware.bin"; + sha256 = "edb46eb48b68052443913d8b86b88c612e39d6a48e3eb120bdd3ef9c3850bdf4"; + sha256_unsigned = "edb46eb48b68052443913d8b86b88c612e39d6a48e3eb120bdd3ef9c3850bdf4"; + type = "firmware"; + } + { + name = "openwrt-23.05.0-ath79-generic-jjplus_ja76pf2-loader.bin"; + sha256 = "bb57a1f09b36439f6162e0ad9b0049f005351a2bb90f6f21727ed418968ef100"; + sha256_unsigned = "bb57a1f09b36439f6162e0ad9b0049f005351a2bb90f6f21727ed418968ef100"; + type = "loader.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-jjplus_ja76pf2-squashfs-sysupgrade.bin"; + sha256 = "6c3fb8baf8a571154845ff17f54d17f5e11ef70b9c0a047710977b11ce69e980"; + sha256_unsigned = "50219d53c0303f893e334fa353c971c47e6987d4e7bc63bffcb61e4306663a75"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "jjplus,ja76pf2" + ]; + titles = [ + { + model = "JA76PF2"; + vendor = "jjPlus"; + } + ]; + }; + jjplus_jwap230 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-jjplus_jwap230"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-jjplus_jwap230-squashfs-sysupgrade.bin"; + sha256 = "bee74b44c36651846fbfdac14827b811b15f6e7924a796ddf37ba009f50d4493"; + sha256_unsigned = "6cf5e3c84cc3b4efa090795d52f7395a27d8423fd789f50798aac876d517cca8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-jjplus_jwap230-initramfs-kernel.bin"; + sha256 = "c314ee3fa89280984d67916c2eaed0066898ae59bef6deb4338b48e39925091d"; + sha256_unsigned = "c314ee3fa89280984d67916c2eaed0066898ae59bef6deb4338b48e39925091d"; + type = "kernel"; + } + ]; + supported_devices = [ + "jjplus,jwap230" + ]; + titles = [ + { + model = "JWAP230"; + vendor = "jjPlus"; + } + ]; + }; + joyit_jt-or750i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-joyit_jt-or750i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-joyit_jt-or750i-initramfs-kernel.bin"; + sha256 = "4f7129367c59e0535a139df1ede5adbd6689843b65a4c386d33c5b3460bb8932"; + sha256_unsigned = "4f7129367c59e0535a139df1ede5adbd6689843b65a4c386d33c5b3460bb8932"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-joyit_jt-or750i-squashfs-sysupgrade.bin"; + sha256 = "2108bb17d3432a46c51bfc90f73e9910a4bac9b798ef24140946277bc36e255a"; + sha256_unsigned = "8a05778e3d3e8203e0496b2f0ef4186d0331360584ce8f97fa564c5d3bf7ccf2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "joyit,jt-or750i" + ]; + titles = [ + { + model = "JT-OR750i"; + vendor = "Joy-IT"; + } + ]; + }; + kuwfi_c910 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-cdc-ether" + "comgt-ncm" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-kuwfi_c910"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-kuwfi_c910-squashfs-factory.bin"; + sha256 = "8f3658547458c4100ecd30af1ce98aacf6b34a27af876ac1c30ac6621fb94047"; + sha256_unsigned = "8f3658547458c4100ecd30af1ce98aacf6b34a27af876ac1c30ac6621fb94047"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-kuwfi_c910-squashfs-sysupgrade.bin"; + sha256 = "2e0d42905b92a5f8f2be4543cb62dd9e002e25e0f4619faac8a9f08f5922cc1d"; + sha256_unsigned = "f06f482f6344b2b3d38ff4e053618a67272e8c5aedb6e95e8903082ceb87c84d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-kuwfi_c910-initramfs-kernel.bin"; + sha256 = "02a63f5f05ed296389e936d3396cbc0fe2fe1c4ffb9b5996549fd9799417c4e1"; + sha256_unsigned = "02a63f5f05ed296389e936d3396cbc0fe2fe1c4ffb9b5996549fd9799417c4e1"; + type = "kernel"; + } + ]; + supported_devices = [ + "kuwfi,c910" + ]; + titles = [ + { + model = "C910"; + vendor = "KuWFi"; + } + ]; + }; + letv_lba-047-ch = { + device_packages = [ + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-letv_lba-047-ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-letv_lba-047-ch-squashfs-rootfs.bin"; + sha256 = "32971211479c7d40c341d84c8de56dbe59f572e29c33afcf6ccc3367855502bc"; + sha256_unsigned = "32971211479c7d40c341d84c8de56dbe59f572e29c33afcf6ccc3367855502bc"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-letv_lba-047-ch-initramfs-kernel.bin"; + sha256 = "75d6de545997a28633ba2e25d6585b0ac97d3b7f40de921518caee825a72b2ed"; + sha256_unsigned = "75d6de545997a28633ba2e25d6585b0ac97d3b7f40de921518caee825a72b2ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-letv_lba-047-ch-squashfs-sysupgrade.bin"; + sha256 = "b8f7911fc116f71fd123797e626c884abb8bf54d8cd4376531665e4596c679f0"; + sha256_unsigned = "9ae2d27872c718a0e41afb440d57cc83b78a8f557f30a4546ccd856b21a1167e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-letv_lba-047-ch-squashfs-kernel.bin"; + sha256 = "272581c11dce3fcef5ed29926b7e0ef096d4204127a8c235b23a3c76e2298ff3"; + sha256_unsigned = "272581c11dce3fcef5ed29926b7e0ef096d4204127a8c235b23a3c76e2298ff3"; + type = "kernel"; + } + ]; + supported_devices = [ + "letv,lba-047-ch" + ]; + titles = [ + { + model = "LBA-047-CH"; + vendor = "Letv"; + } + ]; + }; + librerouter_librerouter-v1 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-librerouter_librerouter-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"; + sha256 = "0f6c2909eec27b9f32e8277e69c3fcb99fa50c66bbb6bdb07bf70a61f5248094"; + sha256_unsigned = "fdafe33a5f4be1fe86b2087ed38f746cdcca6f5a23f916314fb664997886f1af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-librerouter_librerouter-v1-initramfs-kernel.bin"; + sha256 = "fd1eaa736650b2ca2af2e762bb4298f2a7cb52fc231044ba72827c29ac9dd3d1"; + sha256_unsigned = "fd1eaa736650b2ca2af2e762bb4298f2a7cb52fc231044ba72827c29ac9dd3d1"; + type = "kernel"; + } + ]; + supported_devices = [ + "librerouter,librerouter-v1" + ]; + titles = [ + { + model = "LibreRouter"; + variant = "v1"; + vendor = "Librerouter"; + } + ]; + }; + meraki_mr12 = { + device_packages = [ + "kmod-owl-loader" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-meraki_mr12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-meraki_mr12-squashfs-sysupgrade.bin"; + sha256 = "4ec4a4b7e85e487334519fe8fd8d8ee5910f575310d1b76aa5b11fedddbf459b"; + sha256_unsigned = "5d8773f9e93d7e8776bb11ca73a13e82f2763dfc0a63a19f92f8c6b72c8e3eee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-meraki_mr12-initramfs-kernel.bin"; + sha256 = "55b29ade6cb858776262ef40441e3872b5be693b18d53bfbfbf5093f66d16d26"; + sha256_unsigned = "55b29ade6cb858776262ef40441e3872b5be693b18d53bfbfbf5093f66d16d26"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr12" + "mr12" + ]; + titles = [ + { + model = "MR12"; + vendor = "Meraki"; + } + ]; + }; + meraki_mr16 = { + device_packages = [ + "kmod-owl-loader" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-meraki_mr16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-meraki_mr16-initramfs-kernel.bin"; + sha256 = "3a0ee6507006fea892ab20a67a5e79b0270e1d08b6fad9d25fbe7346aa0ff291"; + sha256_unsigned = "3a0ee6507006fea892ab20a67a5e79b0270e1d08b6fad9d25fbe7346aa0ff291"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-meraki_mr16-squashfs-sysupgrade.bin"; + sha256 = "d8241bdafbb7973c4512048b5ef90766dfb204706f48215e46ae45298fc49c29"; + sha256_unsigned = "d31bd90a8e55aab8bcd62361def3bdfe0230b3a15ce370356c35d5f415d206cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr16" + "mr16" + ]; + titles = [ + { + model = "MR16"; + vendor = "Meraki"; + } + ]; + }; + mercury_mw4530r-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-mercury_mw4530r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-mercury_mw4530r-v1-squashfs-factory.bin"; + sha256 = "fe763bc2f61fd1106e25e4786f041e228da25ceafa0e37f05a1e067d137aa105"; + sha256_unsigned = "fe763bc2f61fd1106e25e4786f041e228da25ceafa0e37f05a1e067d137aa105"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-mercury_mw4530r-v1-initramfs-kernel.bin"; + sha256 = "1d72083f4db8462f50254ab4fdad3e1ce694bbfcf381f240cfc15cc3d93112cd"; + sha256_unsigned = "1d72083f4db8462f50254ab4fdad3e1ce694bbfcf381f240cfc15cc3d93112cd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-mercury_mw4530r-v1-squashfs-sysupgrade.bin"; + sha256 = "b92c5a7459278c6187cf1beb289f4bb9f821d206c604016f1a20cb795f42dd69"; + sha256_unsigned = "ed11f5914946bdc7e7eb0103b3d4218495b5bef16814a3eb1d0876bfb3f90c83"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mercury,mw4530r-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "MW4530R"; + variant = "v1"; + vendor = "Mercury"; + } + ]; + }; + nec_wf1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-nec_wf1200cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-nec_wf1200cr-squashfs-sysupgrade.bin"; + sha256 = "9ace4c0cd5914b54760bb6eb4a67b3c5c951c2e12a5180bbd0f6abcffa39c8a0"; + sha256_unsigned = "da9373ab544d2cd57b3997d9dd9539c768c6c0e0ed460d8595ded5a62c12c2e0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-nec_wf1200cr-initramfs-kernel.bin"; + sha256 = "ee7736eba54e718c2cacbc2ae4bed17c6a1af332d1ccea169f2c31978cbebd3a"; + sha256_unsigned = "ee7736eba54e718c2cacbc2ae4bed17c6a1af332d1ccea169f2c31978cbebd3a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-nec_wf1200cr-squashfs-factory.bin"; + sha256 = "3421619a2b5d293125168e9045dd43bc9acfe392db2183c34389d3d9b86183fd"; + sha256_unsigned = "3421619a2b5d293125168e9045dd43bc9acfe392db2183c34389d3d9b86183fd"; + type = "factory"; + } + ]; + supported_devices = [ + "nec,wf1200cr" + ]; + titles = [ + { + model = "Aterm WF1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg1200cr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-nec_wg1200cr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-nec_wg1200cr-initramfs-kernel.bin"; + sha256 = "dc5723d213588e182a5f9e2876ed1d7728ebe35874591a0ce12c812a94210058"; + sha256_unsigned = "dc5723d213588e182a5f9e2876ed1d7728ebe35874591a0ce12c812a94210058"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-nec_wg1200cr-squashfs-factory.bin"; + sha256 = "b90f34508480e5e6d536fab0e9ae3a9280c1b8857584f2892843431111d02fa2"; + sha256_unsigned = "b90f34508480e5e6d536fab0e9ae3a9280c1b8857584f2892843431111d02fa2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"; + sha256 = "7886c98f55b80e08c0d63fe324a697900981424d4a1358ecc85a379d6afcf53d"; + sha256_unsigned = "fcb0c6246069f3d5120988af672ec3d032bdbb26d61995d0347c8d7e93bba686"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg1200cr" + ]; + titles = [ + { + model = "Aterm WG1200CR"; + vendor = "NEC"; + } + ]; + }; + nec_wg800hp = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct-full-htt" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-nec_wg800hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-nec_wg800hp-squashfs-factory.bin"; + sha256 = "8642daccba7a7bd7f6b442e3945b950618310c3063f3d70f15fa31df459638f6"; + sha256_unsigned = "8642daccba7a7bd7f6b442e3945b950618310c3063f3d70f15fa31df459638f6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin"; + sha256 = "01e0a98d9537cc01a953dfafc0ded62bc850d48a20cc1e819f78520b22cf4b34"; + sha256_unsigned = "612eeb3c1c04a30320db3b345bb1ae27eee6689d5c06c202324d18a07689572a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-nec_wg800hp-initramfs-kernel.bin"; + sha256 = "68e8803fa1b4d7e139c643b2fec7fda8597a5dcbd85bc8a78589a4b84a12dc65"; + sha256_unsigned = "68e8803fa1b4d7e139c643b2fec7fda8597a5dcbd85bc8a78589a4b84a12dc65"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg800hp" + ]; + titles = [ + { + model = "Aterm WG800HP"; + vendor = "NEC"; + } + ]; + }; + netgear_ex7300 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-netgear_ex7300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_ex7300-initramfs-kernel.bin"; + sha256 = "03333eb28dcd3e5c31bf908f6f696512a0a37a783fadbd2986fee8fc13f6ca9c"; + sha256_unsigned = "03333eb28dcd3e5c31bf908f6f696512a0a37a783fadbd2986fee8fc13f6ca9c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"; + sha256 = "8685efbf6f3e38122f4f3d1330c271af0c7d492edafff1a4a34f57d5cc3163af"; + sha256_unsigned = "3f242aa83f1ddea0c33ad403f2cd35f1b9ba39e780d49862303899c624d258ea"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_ex7300-squashfs-factory.img"; + sha256 = "ac017782246e9e91befad028311843dca89dc880a5b9a57baea5af47acfc6ed9"; + sha256_unsigned = "ac017782246e9e91befad028311843dca89dc880a5b9a57baea5af47acfc6ed9"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex7300" + "netgear,ex6400" + ]; + titles = [ + { + model = "EX7300"; + vendor = "NETGEAR"; + } + { + model = "EX6400"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex7300-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-netgear_ex7300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_ex7300-v2-initramfs-kernel.bin"; + sha256 = "309637276a7d79321e98d64c33d87fe827d43f4b483a594de9655b135524ce38"; + sha256_unsigned = "309637276a7d79321e98d64c33d87fe827d43f4b483a594de9655b135524ce38"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_ex7300-v2-squashfs-factory.img"; + sha256 = "59809f35ed52c0716149936793c1d335f1b46e4345f27b83269c2b7ff7722552"; + sha256_unsigned = "59809f35ed52c0716149936793c1d335f1b46e4345f27b83269c2b7ff7722552"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_ex7300-v2-squashfs-sysupgrade.bin"; + sha256 = "a34ad8b9305edffdd21ffbcfcd26bcbfa6bde7fb357391bb9d7c576ea52713bc"; + sha256_unsigned = "780573a68945981eddb5a9ee105c7d62a5e8291948c6a402842dd42a2a0be75a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex7300-v2" + ]; + titles = [ + { + model = "EX7300"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "EX6250"; + vendor = "NETGEAR"; + } + { + model = "EX6400"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "EX6410"; + vendor = "NETGEAR"; + } + { + model = "EX6420"; + vendor = "NETGEAR"; + } + { + model = "EX7320"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndap360 = { + device_packages = [ + "kmod-leds-reset" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-netgear_wndap360"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndap360-squashfs-sysupgrade.bin"; + sha256 = "78d8a6144a3993454d477d88e65238b2d4d20aa57941c61b06410c19fa40fa4c"; + sha256_unsigned = "ce715003f1c28563ac2d6e8c5af6739426fa3078551d29d73fd4e76fc37b6d12"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndap360-initramfs-kernel.bin"; + sha256 = "082420d105527c4cc7eed72c1c071d373a41b5001e4c3ab4e9b9d26c0402dd75"; + sha256_unsigned = "082420d105527c4cc7eed72c1c071d373a41b5001e4c3ab4e9b9d26c0402dd75"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndap360" + ]; + titles = [ + { + model = "WNDAP360"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-netgear_wndr3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img"; + sha256 = "88b6f6b7fca64d86ebe6ac12eeb6383379bba26e871db144e616877adff5f5fc"; + sha256_unsigned = "88b6f6b7fca64d86ebe6ac12eeb6383379bba26e871db144e616877adff5f5fc"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndr3700-squashfs-factory.img"; + sha256 = "c791887aa2a1e945419c20ef8ba47c76a87e74f018fe3ee701170cbb22d9e46d"; + sha256_unsigned = "c791887aa2a1e945419c20ef8ba47c76a87e74f018fe3ee701170cbb22d9e46d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"; + sha256 = "c776e721e36707010d817460c6850b3e84e3569c02f78f2602cb585a713429c2"; + sha256_unsigned = "f0045eeb5faefd79e0b4867a7fd24eaec8198371b968a4293be660539aafb35d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndr3700-initramfs-kernel.bin"; + sha256 = "e44eb1b95113d40e486595e8da0fa692097393dcf4cd6ca5f5cb9ed003345874"; + sha256_unsigned = "e44eb1b95113d40e486595e8da0fa692097393dcf4cd6ca5f5cb9ed003345874"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-netgear_wndr3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndr3700-v2-squashfs-factory.img"; + sha256 = "6d5961cd9636eb8e68d20b461662aeb8ff20cff49f9fe817ac5905f5a81eafe0"; + sha256_unsigned = "6d5961cd9636eb8e68d20b461662aeb8ff20cff49f9fe817ac5905f5a81eafe0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndr3700-v2-squashfs-sysupgrade.bin"; + sha256 = "87763d8760391c744ea7b61a7cb877b7e3ec71d0e42a91573c4d2973cb88aff9"; + sha256_unsigned = "dc569cf8b7f3f92c1295490647c09fc34538664170cd283a9f5a8639225ee7d2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndr3700-v2-initramfs-kernel.bin"; + sha256 = "4009ac8c329c4c7b0c98f19d5645ff93476c78e89c8322a768f81c049c1fa43e"; + sha256_unsigned = "4009ac8c329c4c7b0c98f19d5645ff93476c78e89c8322a768f81c049c1fa43e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v2" + "wndr3700" + "netgear,wndr3700v2" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-netgear_wndr3800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndr3800-initramfs-kernel.bin"; + sha256 = "6b71b5bd150294357a976aaabdf7cb47d38bc7224dfd4f53022707bd2f7902f3"; + sha256_unsigned = "6b71b5bd150294357a976aaabdf7cb47d38bc7224dfd4f53022707bd2f7902f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"; + sha256 = "abafaa901e3d77695e90019f2158cd2b96e3c9d7e40035b1bb159cb9398b6e22"; + sha256_unsigned = "f839124b80950fb88ce3bb3cba0674d246484db3a447321a849b94a40b75d363"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndr3800-squashfs-factory.img"; + sha256 = "e93161d3daeff53ae3953dfd8b931bbbc0708d064b84c811e9d5bab5820a333c"; + sha256_unsigned = "e93161d3daeff53ae3953dfd8b931bbbc0708d064b84c811e9d5bab5820a333c"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3800ch = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-netgear_wndr3800ch"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndr3800ch-squashfs-sysupgrade.bin"; + sha256 = "e18480131cc5797c6599034e127a8d8fe92e82387c42f562799e8fc11a05ee1e"; + sha256_unsigned = "86edda45a87f2277c44946fd91d8c4ce1e156b639fe15e2435142de63e757ca0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndr3800ch-initramfs-kernel.bin"; + sha256 = "e2bd3fa656e8230563585bd805b251203ed82e1c9ef3c53dc54e63fb41a48add"; + sha256_unsigned = "e2bd3fa656e8230563585bd805b251203ed82e1c9ef3c53dc54e63fb41a48add"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndr3800ch-squashfs-factory.img"; + sha256 = "b2af55be7c119068c5b2f294022aa737a1adfc3e4761f45382d4955fa331a827"; + sha256_unsigned = "b2af55be7c119068c5b2f294022aa737a1adfc3e4761f45382d4955fa331a827"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr3800ch" + "wndr3700" + ]; + titles = [ + { + model = "WNDR3800CH"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-netgear_wndrmac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndrmac-v1-squashfs-sysupgrade.bin"; + sha256 = "d1819f2c11481c5498cf5fe309944bc4479d6079ccb14bd870995d93c6129d9c"; + sha256_unsigned = "6c428cdc0f1954ce921ed08015b4402fb299ebce950be8f292dae619b6a9423e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndrmac-v1-initramfs-kernel.bin"; + sha256 = "6c036b929e807a53620c95c9269485423f62f66165aefab0bbc341fefd9ca055"; + sha256_unsigned = "6c036b929e807a53620c95c9269485423f62f66165aefab0bbc341fefd9ca055"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndrmac-v1-squashfs-factory.img"; + sha256 = "a2376a90c7bef9813d23fabab7a16770fa6fb092406b6b360f3e04d6060e9468"; + sha256_unsigned = "a2376a90c7bef9813d23fabab7a16770fa6fb092406b6b360f3e04d6060e9468"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v1" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndrmac-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-leds-reset" + "kmod-owl-loader" + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-netgear_wndrmac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndrmac-v2-squashfs-factory.img"; + sha256 = "f47fd18a7160c719fd501efb54157494cf3b87a28f84d01e00ade584c4f08339"; + sha256_unsigned = "f47fd18a7160c719fd501efb54157494cf3b87a28f84d01e00ade584c4f08339"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndrmac-v2-squashfs-sysupgrade.bin"; + sha256 = "22aa297551ad518e352a5b3cfb9b6b2e742bbb2371df70cc85d2f1e21de2c805"; + sha256_unsigned = "34f19b63add629353fafa4fd807b294e5f267d17b0fb11a2b03af30af9df3bc4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wndrmac-v2-initramfs-kernel.bin"; + sha256 = "af6b37ea6fea5b120210e2a2009a97b0597251ba83044fb133bf81fae231eeac"; + sha256_unsigned = "af6b37ea6fea5b120210e2a2009a97b0597251ba83044fb133bf81fae231eeac"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndrmac-v2" + "wndr3700" + ]; + titles = [ + { + model = "WNDRMAC"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-netgear_wnr2200-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img"; + sha256 = "d80e9a56a309e92f2497ad4e7d228c71ebabc713caeb5fb02576d81bd593628c"; + sha256_unsigned = "d80e9a56a309e92f2497ad4e7d228c71ebabc713caeb5fb02576d81bd593628c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wnr2200-16m-initramfs-kernel.bin"; + sha256 = "5a94b5733dac81c6bf5fae75fd7f374ca8f4a5662c778eab6ed5ef6537443f13"; + sha256_unsigned = "5a94b5733dac81c6bf5fae75fd7f374ca8f4a5662c778eab6ed5ef6537443f13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"; + sha256 = "7e29aae6de8ea4eb5c7123904f2a20c5730722f46de7b0e7a3da5ab250924e04"; + sha256_unsigned = "5136b4493e8c87eec0e577d7f67212b8ebe2c12aa8805d90fd12246716114ec1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wnr2200-16m" + ]; + titles = [ + { + model = "WNR2200"; + variant = "16M"; + vendor = "NETGEAR"; + } + { + model = "WNR2200"; + variant = "CN/RU"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr2200-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-netgear_wnr2200-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wnr2200-8m-initramfs-kernel.bin"; + sha256 = "9234e3a5a1ebb9b41c0598fd75203c027679c3f82bef408a823256b522e898fb"; + sha256_unsigned = "9234e3a5a1ebb9b41c0598fd75203c027679c3f82bef408a823256b522e898fb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wnr2200-8m-squashfs-factory.img"; + sha256 = "a8ad79ff10adbf93beddb01efcf0b82e9769959e2911ba001a751bd6efb89a65"; + sha256_unsigned = "a8ad79ff10adbf93beddb01efcf0b82e9769959e2911ba001a751bd6efb89a65"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wnr2200-8m-squashfs-factory-NA.img"; + sha256 = "947ad886b053d9cb5c757369fd7cf919ef5dda31420de4d1a8e84d3c1245a4c4"; + sha256_unsigned = "947ad886b053d9cb5c757369fd7cf919ef5dda31420de4d1a8e84d3c1245a4c4"; + type = "factory-NA"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-netgear_wnr2200-8m-squashfs-sysupgrade.bin"; + sha256 = "1080bf3aa30425967e90ebd3be4a1239a4c22c2fdf03dd63aa1ee37fd5e132aa"; + sha256_unsigned = "7ab95e56a2b506645c819ca0489e62302ed2a954a733a2ca241ac998d8d0ff11"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wnr2200-8m" + "wnr2200" + ]; + titles = [ + { + model = "WNR2200"; + variant = "8M"; + vendor = "NETGEAR"; + } + ]; + }; + ocedo_koala = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ocedo_koala"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"; + sha256 = "38ae12877a4f0a3ab133f196e08479d7a28d1d53bfccab726020387b7e164a95"; + sha256_unsigned = "af2cd1b40b4a4f10710307ed5c2dead3dc7e6b7bbbf74323701a5788f86f1218"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ocedo_koala-initramfs-kernel.bin"; + sha256 = "5bde25d6c61975f78fe498558157fc728846b1a216c87cd8c1ad2696cfac8a18"; + sha256_unsigned = "5bde25d6c61975f78fe498558157fc728846b1a216c87cd8c1ad2696cfac8a18"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,koala" + "koala" + ]; + titles = [ + { + model = "Koala"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_raccoon = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ocedo_raccoon"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"; + sha256 = "b76324a2d4cde08c680ea8fbcb2b804ed3b2a6d872db2666a94f7638e8c1df71"; + sha256_unsigned = "3658374960eb906ce4522f738ebd240b5706f4db4600691f2b8b7c29ed9b8775"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ocedo_raccoon-initramfs-kernel.bin"; + sha256 = "47e6478c257636759acb641b83b4d9ba39eaa72448a5391bd1ba555b5ea83fcd"; + sha256_unsigned = "47e6478c257636759acb641b83b4d9ba39eaa72448a5391bd1ba555b5ea83fcd"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,raccoon" + ]; + titles = [ + { + model = "Raccoon"; + vendor = "Ocedo"; + } + ]; + }; + ocedo_ursus = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ocedo_ursus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"; + sha256 = "07f4458384ce04ecd46e84ee12f4b1dd8095716474d352e96dd94fd84f5e5fd8"; + sha256_unsigned = "91af455878047922c3a70ee8cd14de307cefd52c8bbca7d08480541fc2cefc93"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ocedo_ursus-initramfs-kernel.bin"; + sha256 = "3ff8e1cc9e700eb7ea6d36affdf462c64baeeb3ee279d184f1a84c36a8b5e312"; + sha256_unsigned = "3ff8e1cc9e700eb7ea6d36affdf462c64baeeb3ee279d184f1a84c36a8b5e312"; + type = "kernel"; + } + ]; + supported_devices = [ + "ocedo,ursus" + ]; + titles = [ + { + model = "Ursus"; + vendor = "Ocedo"; + } + ]; + }; + onion_omega = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-onion_omega"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-onion_omega-squashfs-factory.bin"; + sha256 = "7e42c93a23a90d970e2d0c4552d39c9341f2f4831e97dfcf702c33f81759361d"; + sha256_unsigned = "7e42c93a23a90d970e2d0c4552d39c9341f2f4831e97dfcf702c33f81759361d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-onion_omega-initramfs-kernel.bin"; + sha256 = "49dbad866941fa09c5e94327cf920c582e7598f1bb5d576c78091d3ba66d227a"; + sha256_unsigned = "49dbad866941fa09c5e94327cf920c582e7598f1bb5d576c78091d3ba66d227a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-onion_omega-squashfs-sysupgrade.bin"; + sha256 = "faa6d02db8037a2dbef1361ff1c934cc87aa7670c7b87bcfe9d5e1f0f5ed4d4e"; + sha256_unsigned = "e0a9eabad34a20f09a44ddaf519d6941d0c012a811928406e542bf30fad64ddd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega" + "onion-omega" + ]; + titles = [ + { + model = "Omega"; + vendor = "Onion"; + } + ]; + }; + openmesh_a40 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_a40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_a40-squashfs-sysupgrade.bin"; + sha256 = "e4bf18a753e90b0472b3dc17a836ba2034808a7b808c53b260f2b6d5c60f478f"; + sha256_unsigned = "7010f630abef4929e0bbe378990582229cc9fe1397ec2c99a7950aabb3082c70"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_a40-initramfs-kernel.bin"; + sha256 = "1b17f75ec26bcf3f9ed98bed3f5641b60f3e353a6941091a91c6be481eda312c"; + sha256_unsigned = "1b17f75ec26bcf3f9ed98bed3f5641b60f3e353a6941091a91c6be481eda312c"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a40" + "a40" + ]; + titles = [ + { + model = "A40"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a60 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_a60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_a60-squashfs-sysupgrade.bin"; + sha256 = "5a538674bc55297c1c0565ac6bf4e425698b1011e30bc503a085d16c1579be5b"; + sha256_unsigned = "568ba0c12bf6705e5c35532026d71c1ff6a423130119c54738aaf9fff53af7e9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_a60-initramfs-kernel.bin"; + sha256 = "168b80620f836c3591b14151616d3597517d3554f9ec5672c681abc8ae239017"; + sha256_unsigned = "168b80620f836c3591b14151616d3597517d3554f9ec5672c681abc8ae239017"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,a60" + "a60" + ]; + titles = [ + { + model = "A60"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_mr1750-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_mr1750-v1-initramfs-kernel.bin"; + sha256 = "2ff39b2f1f5bebbe73d87a4580ce2a098247f84c0960e2e1a4102dc2cff221eb"; + sha256_unsigned = "2ff39b2f1f5bebbe73d87a4580ce2a098247f84c0960e2e1a4102dc2cff221eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_mr1750-v1-squashfs-sysupgrade.bin"; + sha256 = "0205c198bb3e17b598943be9d1d1d3bcbc6cbed6261ddd050d6d174bae05f09e"; + sha256_unsigned = "13740a250feb02edf8b74bc58e733ec76cf1f949c6502cd3978befd8e69ac6c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v1" + "mr1750" + ]; + titles = [ + { + model = "MR1750"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr1750-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_mr1750-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_mr1750-v2-initramfs-kernel.bin"; + sha256 = "2855579737cb37770235e44474648403ea34890ed2b195cd187fa86734bc18ce"; + sha256_unsigned = "2855579737cb37770235e44474648403ea34890ed2b195cd187fa86734bc18ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_mr1750-v2-squashfs-sysupgrade.bin"; + sha256 = "4584199eca21c058a4e09ba33dac2e4b099534cabae4d0e24ad4526ac47aea11"; + sha256_unsigned = "4c1875b4d9631b7c21646a0a0a02ba422c5f6834426f7932ae475b9f3377dc52"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr1750-v2" + "mr1750v2" + ]; + titles = [ + { + model = "MR1750"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_mr600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_mr600-v1-squashfs-sysupgrade.bin"; + sha256 = "e08368234acd21e9020577b175eae23b2dacc6b52311878de01dab588ec9c0fb"; + sha256_unsigned = "3140c3a2977ce2f3119e822733e1e0f9bdfdf2c5168f4471fb0a564f7760b71b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_mr600-v1-initramfs-kernel.bin"; + sha256 = "877efd18dc8f2e4bc61a8a36b29de50eb30b318cca0595f4ca290310f4c71f6c"; + sha256_unsigned = "877efd18dc8f2e4bc61a8a36b29de50eb30b318cca0595f4ca290310f4c71f6c"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr600-v1" + "mr600" + ]; + titles = [ + { + model = "MR600"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr600-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_mr600-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_mr600-v2-initramfs-kernel.bin"; + sha256 = "5a7380fff0fde2f37e75d3c59bed277191537bb62d4a8bb6fc258a4273c48582"; + sha256_unsigned = "5a7380fff0fde2f37e75d3c59bed277191537bb62d4a8bb6fc258a4273c48582"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_mr600-v2-squashfs-sysupgrade.bin"; + sha256 = "4dad5185714099775485adab5674a076a309d75ad2037afe8d18f51bf1e007df"; + sha256_unsigned = "36798f05d8700ccf742e8e8a5d58f054ba2cec3f0ce0191880d3b4e500ea6ccc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,mr600-v2" + "mr600v2" + ]; + titles = [ + { + model = "MR600"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_mr900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_mr900-v1-squashfs-sysupgrade.bin"; + sha256 = "37e7cfbeec927fb93ee58b9bd00ba07553610a3e47cc3e12d08b43eaab4b123e"; + sha256_unsigned = "d41e9798b11b0087c7245af8d555174a8b53a288466448f6bb9a1fa8afad508b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_mr900-v1-initramfs-kernel.bin"; + sha256 = "e1703dd954bc14b681ed532570ae820485d58b436c7c2270d5167dfc37cc4f96"; + sha256_unsigned = "e1703dd954bc14b681ed532570ae820485d58b436c7c2270d5167dfc37cc4f96"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v1" + "mr900" + ]; + titles = [ + { + model = "MR900"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_mr900-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_mr900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_mr900-v2-squashfs-sysupgrade.bin"; + sha256 = "a1713e65d8fb5ad14573be3d3077f92f418c15721e42ae3f32e515b97dc3fa95"; + sha256_unsigned = "beb815880f7cab0eb34412c0d15a93c6041271aef6165c6ddb1b31d6caae693e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_mr900-v2-initramfs-kernel.bin"; + sha256 = "c6d365de353af2d0c9b844faae81f29cd0e881983f3c46e59b67d53893279f9b"; + sha256_unsigned = "c6d365de353af2d0c9b844faae81f29cd0e881983f3c46e59b67d53893279f9b"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,mr900-v2" + "mr900v2" + ]; + titles = [ + { + model = "MR900"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_om2p-hs-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om2p-hs-v1-squashfs-sysupgrade.bin"; + sha256 = "01942dca1a64a7e6f565d170bc627404ffa73d2967f0641fa27b4034da970e55"; + sha256_unsigned = "f476f79b0c7f186dcd210e429603591848c910e55a24c04b8d941419d3055fd8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om2p-hs-v1-initramfs-kernel.bin"; + sha256 = "78fb5aa7d9ab4db7e205c9189f4e2167a787ef0c96cc989674e2937ba70e609a"; + sha256_unsigned = "78fb5aa7d9ab4db7e205c9189f4e2167a787ef0c96cc989674e2937ba70e609a"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v1" + "om2p-hs" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_om2p-hs-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om2p-hs-v2-squashfs-sysupgrade.bin"; + sha256 = "4e34980ca35b1ae4b7e56e9b5b2e3db9637938e07bfec6753ec48ae627fb7bd0"; + sha256_unsigned = "bbdab98dc6588eaa6e669ed31beebff0209be1da40d73a4a82b73ad4801d7b63"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om2p-hs-v2-initramfs-kernel.bin"; + sha256 = "554eed90c99995e4c9b355ff535e64a6da711ee375dfa283e68e88fd0a6a5b1b"; + sha256_unsigned = "554eed90c99995e4c9b355ff535e64a6da711ee375dfa283e68e88fd0a6a5b1b"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v2" + "om2p-hsv2" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v3 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_om2p-hs-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om2p-hs-v3-squashfs-sysupgrade.bin"; + sha256 = "a063cee906166037c3999873006a689b481509bf84011d60e0bedab6c3ddd89e"; + sha256_unsigned = "1d85c6af5c343a9a4d89a8b330aefeb22c12f2a60d1a00f6da518c82f405acc5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om2p-hs-v3-initramfs-kernel.bin"; + sha256 = "b50cd549e8e8cb9ac96e6ab4002f51ceb5fd8bf96c6ab610e3d427a200d8da5a"; + sha256_unsigned = "b50cd549e8e8cb9ac96e6ab4002f51ceb5fd8bf96c6ab610e3d427a200d8da5a"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v3" + "om2p-hsv3" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v3"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-hs-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_om2p-hs-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om2p-hs-v4-initramfs-kernel.bin"; + sha256 = "cd95d2751fc6082f1c25d6c7ae815e0e93f298e4e14033a6063865abea2e7474"; + sha256_unsigned = "cd95d2751fc6082f1c25d6c7ae815e0e93f298e4e14033a6063865abea2e7474"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om2p-hs-v4-squashfs-sysupgrade.bin"; + sha256 = "2d4789a558a87115bb2162969e222659949b75a54a054f7476e84b7f1b635ed6"; + sha256_unsigned = "5308fa4e5d83104e228e4b00427b92467aaa421f4ad478d38c8b182355f8d420"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-hs-v4" + "om2p-hsv4" + ]; + titles = [ + { + model = "OM2P-HS"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-lc = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_om2p-lc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om2p-lc-initramfs-kernel.bin"; + sha256 = "4751e3474ec8a28e4fc52a12390129de8b7cb04a3ee51f9ab89c6378c00c89fc"; + sha256_unsigned = "4751e3474ec8a28e4fc52a12390129de8b7cb04a3ee51f9ab89c6378c00c89fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om2p-lc-squashfs-sysupgrade.bin"; + sha256 = "d99c33e45bb2241d8f92156bcf98ef0246b989318255cf3d5be735257fd9d026"; + sha256_unsigned = "0842b45c904f23c146cb72964b016c3eb08d89277a48534e69ea0815bfaa5008"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-lc" + "om2p-lc" + ]; + titles = [ + { + model = "OM2P-LC"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_om2p-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om2p-v1-squashfs-sysupgrade.bin"; + sha256 = "1e64ceb33040ccdbb7f8a74cb302f58d3fa23f7409a72327747a16d800c4fc10"; + sha256_unsigned = "a279b63ab6b955d2b3997c9e0efc55b5a52f28f5a8a341aac5815e3d2d70763e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om2p-v1-initramfs-kernel.bin"; + sha256 = "99ac3573edcf130baa0faec8f4f4a6010d83a75ea6e34036e87718311bdf7cce"; + sha256_unsigned = "99ac3573edcf130baa0faec8f4f4a6010d83a75ea6e34036e87718311bdf7cce"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v1" + "om2p" + ]; + titles = [ + { + model = "OM2P"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_om2p-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om2p-v2-initramfs-kernel.bin"; + sha256 = "2aa2624cf3c50883a6490fa53793ee9a506dae66e10e56152ce547a01ae36e55"; + sha256_unsigned = "2aa2624cf3c50883a6490fa53793ee9a506dae66e10e56152ce547a01ae36e55"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om2p-v2-squashfs-sysupgrade.bin"; + sha256 = "cabf31f23c98ca9a5ecbb7faca93a7667d5ffbe3a0bc359c62e4ab40ad0667fe"; + sha256_unsigned = "29ff26a4822b0785d58c68b683e201b8bbdeb8d5b335d1c9a32d5a3a0348692c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om2p-v2" + "om2pv2" + ]; + titles = [ + { + model = "OM2P"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om2p-v4 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_om2p-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om2p-v4-squashfs-sysupgrade.bin"; + sha256 = "b6152c05a7f83aee61c30c1eec1d20297c542e7e3465ba2753c41a72a85b58f6"; + sha256_unsigned = "04f53e2d5a1b83d9f0fe67d4d9594654066f5b2a1cff8d332e6334dab7a0acd1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om2p-v4-initramfs-kernel.bin"; + sha256 = "2f85db1d25c1aad05264ba38a8206783e910a233727e2b63d26dac0b406485d3"; + sha256_unsigned = "2f85db1d25c1aad05264ba38a8206783e910a233727e2b63d26dac0b406485d3"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om2p-v4" + "om2pv4" + ]; + titles = [ + { + model = "OM2P"; + variant = "v4"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_om5p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om5p-initramfs-kernel.bin"; + sha256 = "1fb820dd8bed7639cb275eb9c0b75e82dc61fc22e72bc59fd2a03773e4a1db43"; + sha256_unsigned = "1fb820dd8bed7639cb275eb9c0b75e82dc61fc22e72bc59fd2a03773e4a1db43"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om5p-squashfs-sysupgrade.bin"; + sha256 = "ce3a7a9044b91f990fa85d91dc1fc55754fb3b4949ce7317dec48b9f608a3ffe"; + sha256_unsigned = "c6b1577a6777f2144860f2bf37ef76375eff7c58c798655798ea2d8aee09baab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p" + "om5p" + ]; + titles = [ + { + model = "OM5P"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v1 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_om5p-ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om5p-ac-v1-squashfs-sysupgrade.bin"; + sha256 = "d7973c342f8624db2eb62533a0f49983a3165e1734b4e23b465e2f6fc632ff46"; + sha256_unsigned = "1e8a73b18e8a17c6e3504907157e0f7b169b90d28b94f48df41ed5ab4e32a298"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om5p-ac-v1-initramfs-kernel.bin"; + sha256 = "fbe616ee509386281d1a00cf7dc9056932cbaf2d7c8400386ffe34cb86f257f6"; + sha256_unsigned = "fbe616ee509386281d1a00cf7dc9056932cbaf2d7c8400386ffe34cb86f257f6"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v1" + "om5p-ac" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v1"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-ac-v2 = { + device_packages = [ + "uboot-envtools" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_om5p-ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om5p-ac-v2-initramfs-kernel.bin"; + sha256 = "e69b9270493162f1a846133fe302245dcaaa90f06710906d464a326068063c99"; + sha256_unsigned = "e69b9270493162f1a846133fe302245dcaaa90f06710906d464a326068063c99"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"; + sha256 = "2a9b5181918d26244e5622aafaadde14557bfb1d23c0fcec46e3e3ba3288f1cd"; + sha256_unsigned = "386c16a2245199678f3a804c65853b044e998f8bfdfbaa2e215b189a789f6754"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,om5p-ac-v2" + "om5p-acv2" + ]; + titles = [ + { + model = "OM5P-AC"; + variant = "v2"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_om5p-an = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-openmesh_om5p-an"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om5p-an-squashfs-sysupgrade.bin"; + sha256 = "1e6bee005814204a4465bfafcfba70b5f4bdfca2657a7a23148cfdac8cea8161"; + sha256_unsigned = "1f98b821c811902079ae10c5547ce194d4707d9b2213025e18cbfb4ad613da66"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-openmesh_om5p-an-initramfs-kernel.bin"; + sha256 = "0b5ae23005b0edcec6430bf612e20c1feb819a90b16352971858884c6ca3f3d6"; + sha256_unsigned = "0b5ae23005b0edcec6430bf612e20c1feb819a90b16352971858884c6ca3f3d6"; + type = "kernel"; + } + ]; + supported_devices = [ + "openmesh,om5p-an" + "om5p-an" + ]; + titles = [ + { + model = "OM5P-AN"; + vendor = "OpenMesh"; + } + ]; + }; + pcs_cap324 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-pcs_cap324"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"; + sha256 = "edddd6d1ba11ad4a6cc160cc5f46e3468e54ae1f024f369dfcc1a61bb67f5218"; + sha256_unsigned = "a40ec90ce2e16c01e103f89bfe05427c30dbc4c8d579c28ebe92bf7fc3f4e4af"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-pcs_cap324-initramfs-kernel.bin"; + sha256 = "739a46de3426596a92e1a36bbce68110c3b2d76e8f1e2f9b5465789a90fb9b57"; + sha256_unsigned = "739a46de3426596a92e1a36bbce68110c3b2d76e8f1e2f9b5465789a90fb9b57"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cap324" + "cap324" + ]; + titles = [ + { + model = "CAP324"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr3000 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-pcs_cr3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-pcs_cr3000-initramfs-kernel.bin"; + sha256 = "e19b060056d06e40aa2bb48c9b5a2dca3dc7c532cd6674c8c986b1e3d43c8d19"; + sha256_unsigned = "e19b060056d06e40aa2bb48c9b5a2dca3dc7c532cd6674c8c986b1e3d43c8d19"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"; + sha256 = "79b48117686a748d9500e373f3d52283161b956dd11fa00bb949bc1ec4b6f7af"; + sha256_unsigned = "239ac5200a888a874ac0a30932b666e7296ea7249a4a1563e47aa5f6f5ce926c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pcs,cr3000" + "cr3000" + ]; + titles = [ + { + model = "CR3000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + pcs_cr5000 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-pcs_cr5000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"; + sha256 = "af188d4e3c8dfd2667c37023ee92991e4a1d5adea2cd223095e8f9de54983fb8"; + sha256_unsigned = "9ad1cd64baf339d3d0234531d0b9e7806bad1c9f9548dc27de47252254543423"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-pcs_cr5000-initramfs-kernel.bin"; + sha256 = "ef1ef417a2b7bf94b117d9743dcb29ad3a180a52cf925db68f14cedcacc797ac"; + sha256_unsigned = "ef1ef417a2b7bf94b117d9743dcb29ad3a180a52cf925db68f14cedcacc797ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "pcs,cr5000" + "cr5000" + ]; + titles = [ + { + model = "CR5000"; + vendor = "PowerCloud Systems"; + } + ]; + }; + phicomm_k2t = { + device_packages = [ + "kmod-leds-reset" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-phicomm_k2t"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-phicomm_k2t-initramfs-kernel.bin"; + sha256 = "f1928ac0b7e711872cfd3bbccf2527947c9c0840ae630a3296f4858f86adfe12"; + sha256_unsigned = "f1928ac0b7e711872cfd3bbccf2527947c9c0840ae630a3296f4858f86adfe12"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"; + sha256 = "b5fd56acf89eec27801af0e34ec6cf14aa5d313ded6cbbc2f001daf3d3d00770"; + sha256_unsigned = "99dcd443861efa8a14ad9b9840f287f24674b6f3238badf84d3e3a1eda49f56d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2t" + ]; + titles = [ + { + model = "K2T"; + vendor = "Phicomm"; + } + ]; + }; + pisen_ts-d084 = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-pisen_ts-d084"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-pisen_ts-d084-initramfs-kernel.bin"; + sha256 = "db7f8d0e604912b1340ac651f24e6b434ffd40d962bc297a8ede3537e115d0b6"; + sha256_unsigned = "db7f8d0e604912b1340ac651f24e6b434ffd40d962bc297a8ede3537e115d0b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-pisen_ts-d084-squashfs-factory.bin"; + sha256 = "79e40bbac63f2ef3d62382798108ea126cdfcd483fce31fd4408c73c32c490b2"; + sha256_unsigned = "79e40bbac63f2ef3d62382798108ea126cdfcd483fce31fd4408c73c32c490b2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-pisen_ts-d084-squashfs-sysupgrade.bin"; + sha256 = "ae01b308af99d50b9f25a807017f15602af326064be6780c41be3b14a4dee055"; + sha256_unsigned = "936ccaebded1d0651a87b407eab7517baa9c3dc9c241c2496e895c353a35757a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,ts-d084" + ]; + titles = [ + { + model = "TS-D084"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmb001n = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-pisen_wmb001n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-pisen_wmb001n-squashfs-sysupgrade.bin"; + sha256 = "e4f40641498255d172e6dee9b70be41d7cadf3b899cbb9a8018661add132e6cc"; + sha256_unsigned = "ffaff2c40b05c06b638893a4f8036b315eb3c52ebeedcf3d23c51fd6c3e4238a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-pisen_wmb001n-initramfs-kernel.bin"; + sha256 = "291014cf0c8ae5b17e6c19f59e9fd9456d7f9d089a1fef490f1d8eeecae58882"; + sha256_unsigned = "291014cf0c8ae5b17e6c19f59e9fd9456d7f9d089a1fef490f1d8eeecae58882"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-pisen_wmb001n-squashfs-factory.bin"; + sha256 = "1ea6672d06af3a1c6c0b9a2ff3f65e370aa1dc7e69f328d376d59bc8ee151be7"; + sha256_unsigned = "ffaff2c40b05c06b638893a4f8036b315eb3c52ebeedcf3d23c51fd6c3e4238a"; + type = "factory"; + } + ]; + supported_devices = [ + "pisen,wmb001n" + ]; + titles = [ + { + model = "WMB001N"; + vendor = "PISEN"; + } + ]; + }; + pisen_wmm003n = { + device_packages = [ + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-pisen_wmm003n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-pisen_wmm003n-initramfs-kernel.bin"; + sha256 = "cc4bdd3e4a2f443ab9a11e2737d0311764f44ec2135c576e5252245b2f6db491"; + sha256_unsigned = "cc4bdd3e4a2f443ab9a11e2737d0311764f44ec2135c576e5252245b2f6db491"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-pisen_wmm003n-squashfs-factory.bin"; + sha256 = "cecfc436c4f97ae30bde79b669b65729a23cc4ad294f5dab059759a699a01821"; + sha256_unsigned = "cecfc436c4f97ae30bde79b669b65729a23cc4ad294f5dab059759a699a01821"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin"; + sha256 = "73f9e73321c42886ede9d8dfc3c0127b887791192de0740c03ed9c0841c60935"; + sha256_unsigned = "634d0030291d7080a074791ed8f9fc27bab92b79d9a26980abfff39f0c7b537f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pisen,wmm003n" + ]; + titles = [ + { + model = "Cloud Easy Power (WMM003N)"; + vendor = "PISEN"; + } + ]; + }; + plasmacloud_pa300 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-plasmacloud_pa300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-plasmacloud_pa300-squashfs-sysupgrade.bin"; + sha256 = "51b523df59594ba7e54ef5de12164d747e9018ad8b97116e9f1b087fafe05061"; + sha256_unsigned = "c7a601b403bfacd332921e25a6c111ad41f04182389ee327e304dd33ddf64d01"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-plasmacloud_pa300-initramfs-kernel.bin"; + sha256 = "d6069631efa4f4fa9bfb30bea3ac908eba0d75d85ae3ad71a78539cf4cd8b61f"; + sha256_unsigned = "d6069631efa4f4fa9bfb30bea3ac908eba0d75d85ae3ad71a78539cf4cd8b61f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-plasmacloud_pa300-squashfs-factory.bin"; + sha256 = "25ac2625054961d48c82eaaca8e1e324175c46d5a48ab9e5e83fd417eadc049f"; + sha256_unsigned = "25ac2625054961d48c82eaaca8e1e324175c46d5a48ab9e5e83fd417eadc049f"; + type = "factory"; + } + ]; + supported_devices = [ + "plasmacloud,pa300" + ]; + titles = [ + { + model = "PA300"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa300e = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-plasmacloud_pa300e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-plasmacloud_pa300e-squashfs-factory.bin"; + sha256 = "7aa7a57127cdb13a1979b4d4b48c33a57ba0440407e2ecf4d5df6059d2760b8f"; + sha256_unsigned = "7aa7a57127cdb13a1979b4d4b48c33a57ba0440407e2ecf4d5df6059d2760b8f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-plasmacloud_pa300e-initramfs-kernel.bin"; + sha256 = "76ffb77bf9b0bb3a468ff4a04a3dfb056a441a18f1c2efdf30db97f12c0fc78c"; + sha256_unsigned = "76ffb77bf9b0bb3a468ff4a04a3dfb056a441a18f1c2efdf30db97f12c0fc78c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-plasmacloud_pa300e-squashfs-sysupgrade.bin"; + sha256 = "e7c78c3059265dea789f301c34a7f7771eea670804de667a2e38f5829a668c78"; + sha256_unsigned = "1aa89586a74a5a060870f24ccae2b0c5406225611c9896c8eed8beb177894290"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "plasmacloud,pa300e" + ]; + titles = [ + { + model = "PA300E"; + vendor = "Plasma Cloud"; + } + ]; + }; + qca_ap143-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-qca_ap143-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-qca_ap143-16m-initramfs-kernel.bin"; + sha256 = "debd179d7e207dbb7acd73ab9488d8c39a82d37dc65bc10b28757565b8e3a957"; + sha256_unsigned = "debd179d7e207dbb7acd73ab9488d8c39a82d37dc65bc10b28757565b8e3a957"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qca_ap143-16m-squashfs-sysupgrade.bin"; + sha256 = "9086034440451d40f82c9a7d282474e2e6688d84d1a5f55cd21686848aca355c"; + sha256_unsigned = "d81528b33d69956866f50741eff8225a7e4cddd1fc7b3c017d5f9410a895b59c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qca_ap143-16m-squashfs-factory.bin"; + sha256 = "758806965bbbf33efb8782919daeaae8a042df215a15b3ae559730606000f0c3"; + sha256_unsigned = "758806965bbbf33efb8782919daeaae8a042df215a15b3ae559730606000f0c3"; + type = "factory"; + } + ]; + supported_devices = [ + "qca,ap143-16m" + "ap143" + ]; + titles = [ + { + model = "AP143"; + variant = "(16M)"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qca_ap143-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-qca_ap143-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qca_ap143-8m-squashfs-factory.bin"; + sha256 = "67250eea60b5574ad1ea1dd837d24db1d50751ab911af74c20e5e98ce2d32cad"; + sha256_unsigned = "67250eea60b5574ad1ea1dd837d24db1d50751ab911af74c20e5e98ce2d32cad"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-qca_ap143-8m-initramfs-kernel.bin"; + sha256 = "63e9cd5b12191eaf5a5291ec2c1e0858121f81c5603d907a381d8c0bad3dafab"; + sha256_unsigned = "63e9cd5b12191eaf5a5291ec2c1e0858121f81c5603d907a381d8c0bad3dafab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qca_ap143-8m-squashfs-sysupgrade.bin"; + sha256 = "64d3344adfc0a7bbcc3787999b04c0e12cd84a7d1cf78740ea50fefb09d4dd04"; + sha256_unsigned = "e0418052c88e98c906aad7bd9ce40d5a5e4a363236b363cd2a4672f46441af23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qca,ap143-8m" + "ap143" + ]; + titles = [ + { + model = "AP143"; + variant = "(8M)"; + vendor = "Qualcomm Atheros"; + } + ]; + }; + qihoo_c301 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-qihoo_c301"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-qihoo_c301-initramfs-kernel.bin"; + sha256 = "f3e96be3a11637ddcb9ba19eb70ba583f21196398d153add3c590397a209d6e8"; + sha256_unsigned = "f3e96be3a11637ddcb9ba19eb70ba583f21196398d153add3c590397a209d6e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qihoo_c301-squashfs-sysupgrade.bin"; + sha256 = "3b800e725ed52d7bbf290e36609f9d0b193acbb1a7e029e373b290ba08798f1c"; + sha256_unsigned = "d3161a90a41f80bd5205699ac3019e9fe0b6444ec0cee2f925037a5cdfa95af4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qihoo_c301-squashfs-factory.bin"; + sha256 = "261d080caf79da4ddc02fcdf157d10c4aced0a12d702853ddb43d9132b5e39d6"; + sha256_unsigned = "261d080caf79da4ddc02fcdf157d10c4aced0a12d702853ddb43d9132b5e39d6"; + type = "factory"; + } + ]; + supported_devices = [ + "qihoo,c301" + "qihoo-c301" + ]; + titles = [ + { + model = "C301"; + vendor = "Qihoo"; + } + ]; + }; + qxwlan_e1700ac-v2-16m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-qxwlan_e1700ac-v2-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e1700ac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "29ec86e666ebb74ab4bee3fae3f261c228299213624febd3c6c435eb6168bd31"; + sha256_unsigned = "b7354ebff79e3c36034943e9a3f37408276747815930624f4ca7ca9820355b16"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e1700ac-v2-16m-initramfs-kernel.bin"; + sha256 = "26fdbce4203ea77ba9d804700b6f7bf9f5182b776ea9d5401fb164a8dc57303e"; + sha256_unsigned = "26fdbce4203ea77ba9d804700b6f7bf9f5182b776ea9d5401fb164a8dc57303e"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-16m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e1700ac-v2-8m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-qxwlan_e1700ac-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e1700ac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "b934e66876fc37ca2b7d6a39325360daab4f17d5cb4315bdd49810031e5eb144"; + sha256_unsigned = "255e4cd70133b1b90db81996022835914be5cb4030bc0fc799dea5a2f2dee1d8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e1700ac-v2-8m-initramfs-kernel.bin"; + sha256 = "25d5724ed548e64be038d879fa9d102a1714f0a91918b0efc4d57c38b90b191f"; + sha256_unsigned = "25d5724ed548e64be038d879fa9d102a1714f0a91918b0efc4d57c38b90b191f"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e1700ac-v2-8m" + "e1700ac-v2" + ]; + titles = [ + { + model = "E1700AC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-qxwlan_e558-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e558-v2-16m-initramfs-kernel.bin"; + sha256 = "4ea75c437b3483dffcfbb0c23ee87a12da88d1de6e8b4fd9da9ca4b15886c051"; + sha256_unsigned = "4ea75c437b3483dffcfbb0c23ee87a12da88d1de6e8b4fd9da9ca4b15886c051"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e558-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "e6de8c5cfa89124d7c67636cc0749737e38e375f653f39752365e375a653e476"; + sha256_unsigned = "0bf29586ab971b4998be21d2b0a5d82fb2107926d7ccaa39c7d48f6256ea8cb1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-16m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e558-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-qxwlan_e558-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e558-v2-8m-initramfs-kernel.bin"; + sha256 = "59a7242de711b7cb5c25bf9df5fbf926ac8ada23d5a9b96785fe6f3e3eb26992"; + sha256_unsigned = "59a7242de711b7cb5c25bf9df5fbf926ac8ada23d5a9b96785fe6f3e3eb26992"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e558-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "e6cfcc43acdbca22455641a1664f31e19128bfc494690cbadd95217992f62adc"; + sha256_unsigned = "1ba1c0259461bda16a48afd46d65b8480e92123249e553c589198a61e2f2a9de"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e558-v2-8m" + "e558-v2" + ]; + titles = [ + { + model = "E558"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-qxwlan_e600g-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e600g-v2-16m-initramfs-kernel.bin"; + sha256 = "fef129af3d47ba1539d6b58304ed76fb50fec1f366ea279240ece7c39a852cf6"; + sha256_unsigned = "fef129af3d47ba1539d6b58304ed76fb50fec1f366ea279240ece7c39a852cf6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e600g-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "7544098aad2e18d95a9b4501a7a66b6576c606b57fe1d4eef876a893e696d207"; + sha256_unsigned = "a41987aa6e219314ee5ee4237fd97a936cfafe4759d5df3016d3dd4242eeb625"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-16m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600g-v2-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-qxwlan_e600g-v2-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e600g-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "6c389b7052ab4915a66214a32c0f8234e258c73b447e6b858b2ea107aa1128f4"; + sha256_unsigned = "5644305493012b533b0dae0c5b85da289e5b5b4b25634f87caaff353fa573794"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e600g-v2-8m-initramfs-kernel.bin"; + sha256 = "36548f93b6d17668b1a1c2bfbb3e537d82b224b5a560d14572d73543ba73490c"; + sha256_unsigned = "36548f93b6d17668b1a1c2bfbb3e537d82b224b5a560d14572d73543ba73490c"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e600g-v2-8m" + "e600g-v2" + ]; + titles = [ + { + model = "E600G"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-16m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-qxwlan_e600gac-v2-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e600gac-v2-16m-initramfs-kernel.bin"; + sha256 = "2a3b5103c7cf430f14ed43b1e716c67d428e7d720ee6fde7a9ed977ebcd72fe5"; + sha256_unsigned = "2a3b5103c7cf430f14ed43b1e716c67d428e7d720ee6fde7a9ed977ebcd72fe5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e600gac-v2-16m-squashfs-sysupgrade.bin"; + sha256 = "e7a85c9b6b0e94a4269d1b46e6e0ba53a17701f2c748134fb5558f7ae476f8c7"; + sha256_unsigned = "3a5bcd2fa8e82f794a48eee565faeb47f09a863ac86dd6edb6564e350bda24fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-16m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e600gac-v2-8m = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-qxwlan_e600gac-v2-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e600gac-v2-8m-initramfs-kernel.bin"; + sha256 = "9d57311562de2ea6333691c284751e7047e9e60b2a9b7779b350271c0670ee57"; + sha256_unsigned = "9d57311562de2ea6333691c284751e7047e9e60b2a9b7779b350271c0670ee57"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e600gac-v2-8m-squashfs-sysupgrade.bin"; + sha256 = "f5f5c6a213679c358ffca79405e459c8627e9bd0664c62e5e33e4e5e7b12e099"; + sha256_unsigned = "a2fced685dde36f3adda75ffbd4d202ec11024a6b4e1c73b5ab8140784eebe91"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e600gac-v2-8m" + "e600gac-v2" + ]; + titles = [ + { + model = "E600GAC"; + variant = "v2 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-qxwlan_e750a-v4-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e750a-v4-16m-initramfs-kernel.bin"; + sha256 = "36e77ffa9bddcd1bd467eeddd82b20c45d1fe5bf7f632c86ea70d9369edfb647"; + sha256_unsigned = "36e77ffa9bddcd1bd467eeddd82b20c45d1fe5bf7f632c86ea70d9369edfb647"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e750a-v4-16m-squashfs-sysupgrade.bin"; + sha256 = "ef9abfc9834f17fd9070d769c739a1f2ebd9f1e5268a928b8f762f36924e6203"; + sha256_unsigned = "5fdd350b7cedab74e727d87e68c6df13116e8e3213677ebd37086d9450e3bb61"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-16m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750a-v4-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-qxwlan_e750a-v4-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e750a-v4-8m-squashfs-sysupgrade.bin"; + sha256 = "e9542c59979b91d544755ffcad1099076740c5a41aeb7abb2c046bcbc005d9e8"; + sha256_unsigned = "47c4146671ab84d90246da8fa47143ba86d452d4b615282eff31d1e63269e21d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e750a-v4-8m-initramfs-kernel.bin"; + sha256 = "029c3f7a856a3ad94fb86899b06d277adac0f7129ea8df73178ebf20b9948501"; + sha256_unsigned = "029c3f7a856a3ad94fb86899b06d277adac0f7129ea8df73178ebf20b9948501"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750a-v4-8m" + "e750a-v4" + ]; + titles = [ + { + model = "E750A"; + variant = "v4 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-16m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-qxwlan_e750g-v8-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e750g-v8-16m-squashfs-sysupgrade.bin"; + sha256 = "603d30fbc2d30ab790f1068c72e5593f18fcb0494da92a1547ccec00ede64a44"; + sha256_unsigned = "1262dd890e2cb044d268843c103c2be80b1333d4416d521ecd14acc29a2345f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e750g-v8-16m-initramfs-kernel.bin"; + sha256 = "70308dea69cde274fb21a25f21407b911dfba01c9b1eb2b5a58a42056331a05a"; + sha256_unsigned = "70308dea69cde274fb21a25f21407b911dfba01c9b1eb2b5a58a42056331a05a"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-16m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (16M)"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e750g-v8-8m = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-qxwlan_e750g-v8-8m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e750g-v8-8m-initramfs-kernel.bin"; + sha256 = "69ac3b20cfe75fd8097aaf1e7b89cc1e2f0cb13abda5ee6dec62516f106b6970"; + sha256_unsigned = "69ac3b20cfe75fd8097aaf1e7b89cc1e2f0cb13abda5ee6dec62516f106b6970"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-qxwlan_e750g-v8-8m-squashfs-sysupgrade.bin"; + sha256 = "0dbbdcf57182020ca5777bd8eae8e1d9b0fbb1ed4826e3ebf070e106289911ba"; + sha256_unsigned = "e3d20f443a73de052bc393e8be693a98eef3597330affb73b352c441c698d9c4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qxwlan,e750g-v8-8m" + "e750g-v8" + ]; + titles = [ + { + model = "E750G"; + variant = "v8 (8M)"; + vendor = "Qxwlan"; + } + ]; + }; + rosinson_wr818 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-rosinson_wr818"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"; + sha256 = "6777542aaf87ebf47c6ff8bedd1c661b549bc8a7153f8df196a9a68fefb3bd8a"; + sha256_unsigned = "3d0031cbbed3037a183ec8d60b4eb4586856f7a004e0b25dc81d3f56ea2b7907"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-rosinson_wr818-initramfs-kernel.bin"; + sha256 = "ba71a1c866a28ba616427164ec9dd54806c3334948d542488aae37f097d7eaf6"; + sha256_unsigned = "ba71a1c866a28ba616427164ec9dd54806c3334948d542488aae37f097d7eaf6"; + type = "kernel"; + } + ]; + supported_devices = [ + "rosinson,wr818" + ]; + titles = [ + { + model = "WR818"; + vendor = "Rosinson"; + } + ]; + }; + ruckus_zf7025 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ruckus_zf7025"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ruckus_zf7025-squashfs-sysupgrade.bin"; + sha256 = "9e5ee703009e8c817465e8b308e62d5266de1f56f07c0fd662d9d12ba5204c2f"; + sha256_unsigned = "3b8b2ea711e05e3701320d6577ec333bbab89fcaac7f1e0942960fb1824934bb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ruckus_zf7025-initramfs-kernel.bin"; + sha256 = "c289b541d72da7592ebc50b1ed649b6deb2647b4489085f74b33f0fb737ee77a"; + sha256_unsigned = "c289b541d72da7592ebc50b1ed649b6deb2647b4489085f74b33f0fb737ee77a"; + type = "kernel"; + } + ]; + supported_devices = [ + "ruckus,zf7025" + ]; + titles = [ + { + model = "ZoneFlex 7025"; + vendor = "Ruckus"; + } + ]; + }; + ruckus_zf7321 = { + device_packages = [ + "-swconfig" + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ruckus_zf7321"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ruckus_zf7321-squashfs-sysupgrade.bin"; + sha256 = "293bb790abbe73b8a79147be2d8c307ea40871410d248110e82fc36734dba887"; + sha256_unsigned = "7832f8a7253369fbd6bc06bfc043b9e1e557f6eb0a347d64d3a24e5bed2c120c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ruckus_zf7321-initramfs-kernel.bin"; + sha256 = "4814050f65cbbf7d765645a39ca4853c595db0d7edb9130cc6b5617dd24463dc"; + sha256_unsigned = "4814050f65cbbf7d765645a39ca4853c595db0d7edb9130cc6b5617dd24463dc"; + type = "kernel"; + } + ]; + supported_devices = [ + "ruckus,zf7321" + ]; + titles = [ + { + model = "ZoneFlex 7321[-U]"; + vendor = "Ruckus"; + } + ]; + }; + ruckus_zf7341 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-chipidea2" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ruckus_zf7341"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ruckus_zf7341-squashfs-sysupgrade.bin"; + sha256 = "dd0663436fdb66c47e371e3987f21cb0524001adc9ac34fd523eb649ef4aabd4"; + sha256_unsigned = "2a7aee20f657334fb42bb293384cdff0715ba7d4cda74909285a51dfb393abeb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ruckus_zf7341-initramfs-kernel.bin"; + sha256 = "b2ed84e5139368479ef4ac0b979487160686a60959b87c38d4858455d590c7cc"; + sha256_unsigned = "b2ed84e5139368479ef4ac0b979487160686a60959b87c38d4858455d590c7cc"; + type = "kernel"; + } + ]; + supported_devices = [ + "ruckus,zf7341" + ]; + titles = [ + { + model = "ZoneFlex 7341[-U]"; + vendor = "Ruckus"; + } + ]; + }; + ruckus_zf7351 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-chipidea2" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ruckus_zf7351"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ruckus_zf7351-squashfs-sysupgrade.bin"; + sha256 = "c119823e344abbb21ed9ad3f85aca515aa8b534e9887b2439289e3fc78d7f726"; + sha256_unsigned = "c6ccaf34adab3b8055e3322e0304447938a861b22cc60239f61de4f6cbc1d8ff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ruckus_zf7351-initramfs-kernel.bin"; + sha256 = "69ed906e817eb5b6377fd8d449520f715daab70c1d921bcace3676453d33fcaa"; + sha256_unsigned = "69ed906e817eb5b6377fd8d449520f715daab70c1d921bcace3676453d33fcaa"; + type = "kernel"; + } + ]; + supported_devices = [ + "ruckus,zf7351" + ]; + titles = [ + { + model = "ZoneFlex 7351[-U]"; + vendor = "Ruckus"; + } + ]; + }; + ruckus_zf7363 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ruckus_zf7363"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ruckus_zf7363-initramfs-kernel.bin"; + sha256 = "e82cad218f9921066a4de47d10a60b083a77fe51bbbf2c906f400a54323cad13"; + sha256_unsigned = "e82cad218f9921066a4de47d10a60b083a77fe51bbbf2c906f400a54323cad13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ruckus_zf7363-squashfs-sysupgrade.bin"; + sha256 = "0a284103082bd62dca99cf160261415877d6005df32cd31ea2945f4d19f59f20"; + sha256_unsigned = "a3d6bb3662b028e26231bfcf12b4b7af52efb83860c535413472188287fb6f8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ruckus,zf7363" + ]; + titles = [ + { + model = "ZoneFlex 7363[-U]"; + vendor = "Ruckus"; + } + { + model = "ZoneFlex 7343[-U]"; + vendor = "Ruckus"; + } + ]; + }; + ruckus_zf7372 = { + device_packages = [ + "-swconfig" + "kmod-usb2" + "kmod-usb-chipidea2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ruckus_zf7372"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ruckus_zf7372-initramfs-kernel.bin"; + sha256 = "95477531da788978b9b59e12d50af6638f0165e3986638ca59e0c76312095792"; + sha256_unsigned = "95477531da788978b9b59e12d50af6638f0165e3986638ca59e0c76312095792"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ruckus_zf7372-squashfs-sysupgrade.bin"; + sha256 = "f4990f56935986dcc391395f5499799eb0bde20e267430978d7b589a0d2160f9"; + sha256_unsigned = "3151934599b216bb0ececc60a1d5411c5796ff535f26bda95c2321f6d7fb8f93"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ruckus,zf7372" + ]; + titles = [ + { + model = "ZoneFlex 7352/7372[-E/-U]"; + vendor = "Ruckus"; + } + ]; + }; + samsung_wam250 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-samsung_wam250"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-samsung_wam250-initramfs-kernel.bin"; + sha256 = "b5ffad3906f8ee08489d63c00c38fb2a2ef3a9cb1c7d92ccdec7b33d7d893f29"; + sha256_unsigned = "b5ffad3906f8ee08489d63c00c38fb2a2ef3a9cb1c7d92ccdec7b33d7d893f29"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-samsung_wam250-squashfs-sysupgrade.bin"; + sha256 = "1f6fd986532d4343034e9390e3c20325b45e6837d76f7cbbf982693bc73af4e6"; + sha256_unsigned = "c2378b040741bb6e1c3e7b3a75218b5a0adae867e46502b1f89faad11cfafe71"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "samsung,wam250" + "wam250" + ]; + titles = [ + { + model = "WAM250"; + vendor = "Samsung"; + } + ]; + }; + siemens_ws-ap3610 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-siemens_ws-ap3610"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-siemens_ws-ap3610-initramfs-kernel.bin"; + sha256 = "d7c67418c08605bd75a6f08b6944321f8cc905a0a3d7e466cc678af97d968297"; + sha256_unsigned = "d7c67418c08605bd75a6f08b6944321f8cc905a0a3d7e466cc678af97d968297"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-siemens_ws-ap3610-squashfs-sysupgrade.bin"; + sha256 = "a5512e9c216c6ffcda3cd5e20910fd261849b06c8ee7d11940d4d4fa9deed1d1"; + sha256_unsigned = "41634e14389c331a96130cfa51f2c04a3218ed8962a04b783527db892b2a80f5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "siemens,ws-ap3610" + ]; + titles = [ + { + model = "WS-AP3610"; + vendor = "Siemens"; + } + ]; + }; + sitecom_wlr-7100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-sitecom_wlr-7100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-sitecom_wlr-7100-initramfs-kernel.bin"; + sha256 = "7b7ad14875ad01ab0d44bc60260bfb29e4044e75aef86d383fe05c82c47860f9"; + sha256_unsigned = "7b7ad14875ad01ab0d44bc60260bfb29e4044e75aef86d383fe05c82c47860f9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-sitecom_wlr-7100-squashfs-factory.dlf"; + sha256 = "a0698a5b0b7b1eb6d32eefeee8fe8ebf1ceaa8afddde50562ed9f7d42b9b131f"; + sha256_unsigned = "a0698a5b0b7b1eb6d32eefeee8fe8ebf1ceaa8afddde50562ed9f7d42b9b131f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-sitecom_wlr-7100-squashfs-sysupgrade.bin"; + sha256 = "c9822a8caeafa646ac2d4705b535bad43a75979525f1e72108bc0398963bb39c"; + sha256_unsigned = "8394e039e6a2f661385cba6bf63faeae7371042de9fec699c8f53973619ba360"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-7100" + ]; + titles = [ + { + model = "WLR-7100"; + vendor = "Sitecom"; + } + ]; + }; + sitecom_wlr-8100 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + "kmod-usb2" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-sitecom_wlr-8100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-sitecom_wlr-8100-initramfs-kernel.bin"; + sha256 = "b90ed463e8992cb8883ee90a6820d3348396425aa2adf05a1aa6a6a5ff35de6c"; + sha256_unsigned = "b90ed463e8992cb8883ee90a6820d3348396425aa2adf05a1aa6a6a5ff35de6c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-sitecom_wlr-8100-squashfs-factory.dlf"; + sha256 = "1f7f2e51efdef500ba95d48de4b48e489209c84ca8a14ad44d5186d4effbff41"; + sha256_unsigned = "1f7f2e51efdef500ba95d48de4b48e489209c84ca8a14ad44d5186d4effbff41"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-sitecom_wlr-8100-squashfs-sysupgrade.bin"; + sha256 = "1ab75c9dccfd0b02b87ebcf75801be6afda49f9bea7a1e82408b8a1a781f168f"; + sha256_unsigned = "4e1a205a0e077415b16c5db401d54020adc6b93c0a5478ae10ca829a4a4fbd2e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-8100" + "wlr8100" + ]; + titles = [ + { + model = "WLR-8100"; + vendor = "Sitecom"; + } + { + model = "X8 AC1750"; + vendor = "Sitecom"; + } + ]; + }; + sophos_ap100 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-sophos_ap100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-sophos_ap100-initramfs-kernel.bin"; + sha256 = "875d237438e8db4ce0dd5088f72f94599a08df02759b1f1f8eedaecd9e5aa3c9"; + sha256_unsigned = "875d237438e8db4ce0dd5088f72f94599a08df02759b1f1f8eedaecd9e5aa3c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-sophos_ap100-squashfs-sysupgrade.bin"; + sha256 = "a8decc7524a7be97d344e010520bcf0190a106927771455c4f698f3669e19893"; + sha256_unsigned = "86f0534ce220c6881932f77f91718589008a714c9c33d5a24710196e4a36f506"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap100" + ]; + titles = [ + { + model = "AP100"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap100c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-sophos_ap100c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-sophos_ap100c-initramfs-kernel.bin"; + sha256 = "f763b6ae3a1e45d6140e9e48911a35affa611c414571acd561b55df1d1c8647c"; + sha256_unsigned = "f763b6ae3a1e45d6140e9e48911a35affa611c414571acd561b55df1d1c8647c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-sophos_ap100c-squashfs-sysupgrade.bin"; + sha256 = "21a0f51f8806ffd685361ccb505bcc31128270869d86a8cf224840abc471b080"; + sha256_unsigned = "64701dc93b1ab4c44abcdcf89bf2a71d8e9910f3c2307442c46c3bc5d5a80190"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap100c" + ]; + titles = [ + { + model = "AP100C"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap15 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-sophos_ap15"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-sophos_ap15-squashfs-sysupgrade.bin"; + sha256 = "96da98545b8028eace6906731a71066ef5636721e094c18f1143e1978a92436c"; + sha256_unsigned = "75c5277cc11d982102c0d7cb591de2fec006c4576e48e94334d5abe821159f40"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-sophos_ap15-initramfs-kernel.bin"; + sha256 = "10e9f24d29dfbbc002f6fd162a03634f9d3be479163d017eda7331ece4aebd06"; + sha256_unsigned = "10e9f24d29dfbbc002f6fd162a03634f9d3be479163d017eda7331ece4aebd06"; + type = "kernel"; + } + ]; + supported_devices = [ + "sophos,ap15" + ]; + titles = [ + { + model = "AP15"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap55 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-sophos_ap55"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-sophos_ap55-initramfs-kernel.bin"; + sha256 = "88bf1788dffc7a5deeb7e361a89a8e8d3441feb8adf4f0b765105898a433cf9a"; + sha256_unsigned = "88bf1788dffc7a5deeb7e361a89a8e8d3441feb8adf4f0b765105898a433cf9a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-sophos_ap55-squashfs-sysupgrade.bin"; + sha256 = "a7f33ef302ee270371b563efdd781318a167bdccd39ab3af2b23288b93d1ba62"; + sha256_unsigned = "5765fd924d3dd4187c9bda82a108ef383487f656b8965e2d219714877f6141a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sophos,ap55" + ]; + titles = [ + { + model = "AP55"; + vendor = "Sophos"; + } + ]; + }; + sophos_ap55c = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-sophos_ap55c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-sophos_ap55c-squashfs-sysupgrade.bin"; + sha256 = "10cd5afb1d1b7e2d41bf5fa51ba5397f4adb5929875c7573d1f5cc73a7a6b1e0"; + sha256_unsigned = "cad16a37524d4e1d46dcaab6f23eaec7f7bc51b11f8cfbc32b4a086196d3d1d5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-sophos_ap55c-initramfs-kernel.bin"; + sha256 = "51c1d63404d0a72259ed18ccc0a9c0d7e4e2ed95c505125f0b06d58374ce74c6"; + sha256_unsigned = "51c1d63404d0a72259ed18ccc0a9c0d7e4e2ed95c505125f0b06d58374ce74c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "sophos,ap55c" + ]; + titles = [ + { + model = "AP55C"; + vendor = "Sophos"; + } + ]; + }; + telco_t1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-telco_t1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-telco_t1-initramfs-kernel.bin"; + sha256 = "d4415c2987508c5f76af31efefad1b4a215bcc8fb8fe07352c992434d530be29"; + sha256_unsigned = "d4415c2987508c5f76af31efefad1b4a215bcc8fb8fe07352c992434d530be29"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-telco_t1-squashfs-sysupgrade.bin"; + sha256 = "cb12acbe01169750cd58fe343e0df39da188a0c5aeae43a8866b90622dc7a8e0"; + sha256_unsigned = "b165ff051d7469869ead99a8b0c2145d5719c2d8018144fc44e304acd8e80874"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "telco,t1" + "telco_electronics,tel-t1" + ]; + titles = [ + { + model = "T1"; + vendor = "Telco"; + } + ]; + }; + teltonika_rut230-v1 = { + device_packages = [ + "kmod-usb-chipidea2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-teltonika_rut230-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-teltonika_rut230-v1-squashfs-sysupgrade.bin"; + sha256 = "b32aff14a6eed3e2f28eb94ea3430ae6eccb803642d25cd3c23ef75de7931a4b"; + sha256_unsigned = "a614de8d18cf2b477408893c7f0853075d631eb8430671b2b82c39cce6ab22d8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-teltonika_rut230-v1-initramfs-kernel.bin"; + sha256 = "dc707365228d3d60ce367b28ee8acd30b28ff40e65183a31e0387d79ae9762c3"; + sha256_unsigned = "dc707365228d3d60ce367b28ee8acd30b28ff40e65183a31e0387d79ae9762c3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-teltonika_rut230-v1-squashfs-factory.bin"; + sha256 = "691abbbd9953f5f0950b156f869198036057dd5e32ddf092f738ac0fa9ad9e71"; + sha256_unsigned = "691abbbd9953f5f0950b156f869198036057dd5e32ddf092f738ac0fa9ad9e71"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut230-v1" + ]; + titles = [ + { + model = "RUT230"; + variant = "v1"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut300 = { + device_packages = [ + "-kmod-ath9k" + "-uboot-envtools" + "-wpad-basic-mbedtls" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-teltonika_rut300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-teltonika_rut300-initramfs-kernel.bin"; + sha256 = "7da908d21cdfa96a748eea80de93420699989fb83d993ce71d6e9dbeba105de3"; + sha256_unsigned = "7da908d21cdfa96a748eea80de93420699989fb83d993ce71d6e9dbeba105de3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-teltonika_rut300-squashfs-factory.bin"; + sha256 = "739c1e22f736abf72e0bd124080126c04f4916de2d91a00251bf095b2106ecdf"; + sha256_unsigned = "739c1e22f736abf72e0bd124080126c04f4916de2d91a00251bf095b2106ecdf"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-teltonika_rut300-squashfs-sysupgrade.bin"; + sha256 = "a6decabfb460ee5bf2b95d358aa7dbfb29ee396b55b615fb6f9cc6ba40848f4d"; + sha256_unsigned = "5aeb58fbcab6c9505d5261c2b61020e7f30a482791bbd52993545d0b7fbad350"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "teltonika,rut300" + ]; + titles = [ + { + model = "RUT300"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-teltonika_rut955"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-teltonika_rut955-squashfs-factory.bin"; + sha256 = "2e7a53946932ecedbcb616206d0fe8f93c732ac92aee5b44f8d1b9d89ed96f4b"; + sha256_unsigned = "2e7a53946932ecedbcb616206d0fe8f93c732ac92aee5b44f8d1b9d89ed96f4b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-teltonika_rut955-squashfs-sysupgrade.bin"; + sha256 = "28efa77934c9e876f3fc74afc8a34a697bb3caaec0f2727a406f95f14b8fa579"; + sha256_unsigned = "a7e3f8f79a462405bfd658f8a5da9122b9c1178574b9376307416dc4e01e87a3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-teltonika_rut955-initramfs-kernel.bin"; + sha256 = "62c31aaf60eb2dd52c55b66e0d7c34ad9e4984eb71e685ca8a8fc537c3d92696"; + sha256_unsigned = "62c31aaf60eb2dd52c55b66e0d7c34ad9e4984eb71e685ca8a8fc537c3d92696"; + type = "kernel"; + } + ]; + supported_devices = [ + "teltonika,rut955" + ]; + titles = [ + { + model = "RUT955"; + vendor = "Teltonika"; + } + ]; + }; + teltonika_rut955-h7v3c0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-acm" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "kmod-hwmon-mcp3021" + "uqmi" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-teltonika_rut955-h7v3c0"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-teltonika_rut955-h7v3c0-initramfs-kernel.bin"; + sha256 = "e79a5b1122fb7fa3efddb9811e8bfd722b3f3d12266bd96c058d8b993cbc127a"; + sha256_unsigned = "e79a5b1122fb7fa3efddb9811e8bfd722b3f3d12266bd96c058d8b993cbc127a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-teltonika_rut955-h7v3c0-squashfs-sysupgrade.bin"; + sha256 = "6a0de3e5501cbf4fe0ae7e76ad9c17e903de7cf1ce1c1cb01cb55397363c1a21"; + sha256_unsigned = "f251511ae1aeab5cd288428bac5eff2ada4a371f8214c2b59c506d260dbbb094"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-teltonika_rut955-h7v3c0-squashfs-factory.bin"; + sha256 = "65695b2aff98e3b9a00553aa805c6ad1183ba13d3a162ac33d4d049f409401b8"; + sha256_unsigned = "65695b2aff98e3b9a00553aa805c6ad1183ba13d3a162ac33d4d049f409401b8"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rut955-h7v3c0" + ]; + titles = [ + { + model = "RUT955"; + variant = "H7V3C0"; + vendor = "Teltonika"; + } + ]; + }; + tplink_archer-a7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-a7-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-a7-v5-initramfs-kernel.bin"; + sha256 = "9d455c983f66d776a9f53782e3890ba94a67bb6e7cd5a3630a006b26153fa391"; + sha256_unsigned = "9d455c983f66d776a9f53782e3890ba94a67bb6e7cd5a3630a006b26153fa391"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"; + sha256 = "6247552969ece76268006f0298377a97ed2a81e100bf679d6848d59327f58e47"; + sha256_unsigned = "6247552969ece76268006f0298377a97ed2a81e100bf679d6848d59327f58e47"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin"; + sha256 = "4426ebdfad53c4ec605487292181abe5b21510ef5d89fd735b5e54b50414a6c2"; + sha256_unsigned = "90a8b54ed261baac6c1dc19409730a69be5348d8957b74efab27ff0cdb531113"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-a7-v5" + ]; + titles = [ + { + model = "Archer A7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-a9-v6 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-a9-v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-a9-v6-squashfs-sysupgrade.bin"; + sha256 = "45f677db04e3b9d67adcccb37b6a5a87622d6c71340accb41f2e1eeee0ece1db"; + sha256_unsigned = "f94f54934df08ddeef3b6ee3407e782f7510a678262f11ace21f429323b20451"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-a9-v6-initramfs-kernel.bin"; + sha256 = "649bd361cb8c3dbc079280e62b2cf4c91ff1efe0bae407779de5e887a3e1632c"; + sha256_unsigned = "649bd361cb8c3dbc079280e62b2cf4c91ff1efe0bae407779de5e887a3e1632c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-a9-v6-squashfs-factory.bin"; + sha256 = "a497230c83d0812952049ab43339b422707365b747636610fbf95d091b26832a"; + sha256_unsigned = "a497230c83d0812952049ab43339b422707365b747636610fbf95d091b26832a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-a9-v6" + ]; + titles = [ + { + model = "Archer A9"; + variant = "v6"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c2-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-c2-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"; + sha256 = "f42b767a5ebc6d92b7ba1a624e6c6883cf59b8669e010367b709aa4305e40e75"; + sha256_unsigned = "f42b767a5ebc6d92b7ba1a624e6c6883cf59b8669e010367b709aa4305e40e75"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin"; + sha256 = "2a8d7a1fbaf4de42f83dfd8283ac76edccc6a852f5668febc256eaa5ade97028"; + sha256_unsigned = "b5903e9b198a6aa2ed9ac197d3779de149560ee8a736c3f500be1acd421d612e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c2-v3-initramfs-kernel.bin"; + sha256 = "b4d9b968f2b27518c0294fc79c92db9232f37813040e8c2132d6ad7da0e72f1a"; + sha256_unsigned = "b4d9b968f2b27518c0294fc79c92db9232f37813040e8c2132d6ad7da0e72f1a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v3" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c25-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-c25-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"; + sha256 = "2050d9e2923cac878a262649f0dfed47b467cbcbc05181ae5af905e73a02c5a4"; + sha256_unsigned = "2050d9e2923cac878a262649f0dfed47b467cbcbc05181ae5af905e73a02c5a4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c25-v1-initramfs-kernel.bin"; + sha256 = "40f53ccbd8e8d0923d02936eb6b70b22d28ac9b8bf9eb3443886e8a041f7acfa"; + sha256_unsigned = "40f53ccbd8e8d0923d02936eb6b70b22d28ac9b8bf9eb3443886e8a041f7acfa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin"; + sha256 = "8a7d8d781cf647c59ef7d37accd2479f2586f0a133a2dcde8c9abaa2863dad64"; + sha256_unsigned = "c2015cdd6a009628101f441135f7c02e514d28c5da2f34b5ff5af35977d8c16d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c25-v1" + "archer-c25-v1" + ]; + titles = [ + { + model = "Archer C25"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c5-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-c5-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin"; + sha256 = "8a0b5a67d82bd867b6360720f3caabe802755702a5b518e7196b53eef13625ec"; + sha256_unsigned = "111a8078a692bc9724c14614a9d4ebb26eb104b66dda95f4c7597dfdf0d85f93"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"; + sha256 = "1a7aef916bf5d7a03653ea3636c1515507f4079aef8c0c42970d423e661b5595"; + sha256_unsigned = "1a7aef916bf5d7a03653ea3636c1515507f4079aef8c0c42970d423e661b5595"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c5-v1-initramfs-kernel.bin"; + sha256 = "13361fcbb8c9a49b2bc8f6b0a0a05ee7f7058b0c892ea21154072dc9af5ff4cf"; + sha256_unsigned = "13361fcbb8c9a49b2bc8f6b0a0a05ee7f7058b0c892ea21154072dc9af5ff4cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c5-v1" + "archer-c5" + ]; + titles = [ + { + model = "Archer C5"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c58-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-c58-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c58-v1-initramfs-kernel.bin"; + sha256 = "375983e5b22af955e2a82706d8cc79f57ef26f0c82fc8c68e8fa19d70fd8ab83"; + sha256_unsigned = "375983e5b22af955e2a82706d8cc79f57ef26f0c82fc8c68e8fa19d70fd8ab83"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin"; + sha256 = "cf1a2fbaaaf83c6c2de690ac76ececeaecc26f2e3edfc85bc0e3c4788c7b18e5"; + sha256_unsigned = "6c7f67af3b8acaca2e774b9d9a3cc363281f03f49e3a8409fdf4c969606089bc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"; + sha256 = "96b0602ceef66f0237c63a168e8c307d607723556943d802d1f75754ad753628"; + sha256_unsigned = "96b0602ceef66f0237c63a168e8c307d607723556943d802d1f75754ad753628"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c58-v1" + "archer-c58-v1" + ]; + titles = [ + { + model = "Archer C58"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-c59-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c59-v1-initramfs-kernel.bin"; + sha256 = "2d8b6e8f6836be7dfc10e5ba1966623e21d21bac8bf738fe06a3495ca87ba174"; + sha256_unsigned = "2d8b6e8f6836be7dfc10e5ba1966623e21d21bac8bf738fe06a3495ca87ba174"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"; + sha256 = "4dda1e06a68fc0975a4e73759ef3d88cf9679564077819b4595673f133703107"; + sha256_unsigned = "95408de153897ff4218a69a9d022ae104bde84e61268a6453fda442e3058c1a9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c59-v1-squashfs-factory.bin"; + sha256 = "64d8ee61871fc1c25c9a27674aafaf56811c76b9a7fab8d2b2b702b556fd9f1d"; + sha256_unsigned = "64d8ee61871fc1c25c9a27674aafaf56811c76b9a7fab8d2b2b702b556fd9f1d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v1" + "archer-c59-v1" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c59-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-c59-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin"; + sha256 = "242861f2e2cea4c4f74a772342cc47e848932f90d53e05ae060fce0d128acd3f"; + sha256_unsigned = "242861f2e2cea4c4f74a772342cc47e848932f90d53e05ae060fce0d128acd3f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c59-v2-squashfs-sysupgrade.bin"; + sha256 = "e281fb0ae0fa7ddf1b296b9c553a06155c770a20717b5176705c67879ff4120a"; + sha256_unsigned = "414e0a3dfea056d9bd7a2d4523055e1d202ffcafd70b17e8109ef5b41449d5c5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c59-v2-initramfs-kernel.bin"; + sha256 = "e900fadfdbd74698cbbf944094cb6aed59334b936332731464a7499e1c34b9a8"; + sha256_unsigned = "e900fadfdbd74698cbbf944094cb6aed59334b936332731464a7499e1c34b9a8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c59-v2" + "archer-c59-v2" + ]; + titles = [ + { + model = "Archer C59"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-c6-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c6-v2-initramfs-kernel.bin"; + sha256 = "415c65f6bdfeb7e172f8fe50e581739bb2a79c5871fdb181505dc5856c12922c"; + sha256_unsigned = "415c65f6bdfeb7e172f8fe50e581739bb2a79c5871fdb181505dc5856c12922c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"; + sha256 = "628485b8ae6a6224bd0035d4ebbc4d50ae664f54534c508cae64934b21be1fb1"; + sha256_unsigned = "628485b8ae6a6224bd0035d4ebbc4d50ae664f54534c508cae64934b21be1fb1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin"; + sha256 = "2d25254adb1e2b5725a0786225f2b3669b4ac1d1ed320943456fd95e27569db4"; + sha256_unsigned = "7cc6dd536d18950fa49e46f8ec3c81ef6a1fc51ec28f87425385e37968c4009e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (EU/RU/JP)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v2-us = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-c6-v2-us"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c6-v2-us-initramfs-kernel.bin"; + sha256 = "060299561ea6f93f1a341a55de235c545243d80ae48a006bad6ffcc104dac47a"; + sha256_unsigned = "060299561ea6f93f1a341a55de235c545243d80ae48a006bad6ffcc104dac47a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"; + sha256 = "2a8c47fe84aa33970f99b20f2ce01531527a7d5285902f79e7b143ee929f297a"; + sha256_unsigned = "2a8c47fe84aa33970f99b20f2ce01531527a7d5285902f79e7b143ee929f297a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin"; + sha256 = "4d9330a2bb00a47ef7e959ca92c24f6e81ee85e0369801379140aca062b0653b"; + sha256_unsigned = "3e29ec6e91b567c9e27138e6dcf8ca78d4b9a3768bae269f4312f2bed4b15af1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v2-us" + ]; + titles = [ + { + model = "Archer C6"; + variant = "v2 (US)"; + vendor = "TP-Link"; + } + { + model = "Archer A6"; + variant = "v2 (US/TW)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-c60-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c60-v1-initramfs-kernel.bin"; + sha256 = "2dc8c6a166f7035a543c584c4da74a6cc10b3758dd78554001a47f0e9e8be624"; + sha256_unsigned = "2dc8c6a166f7035a543c584c4da74a6cc10b3758dd78554001a47f0e9e8be624"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin"; + sha256 = "49bd96572172489c0e17dd884a3c043a3bb513bd7f61cbd856d0d2cf9791394d"; + sha256_unsigned = "44d94883a58511d7a270b40827ca2d81f1deb78fde465f09594a38522470ce1f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v1" + "archer-c60-v1" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-c60-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c60-v2-initramfs-kernel.bin"; + sha256 = "56aa37ddd83c484db186df6e9b20a2f374168434a7472224be7c7a69de442798"; + sha256_unsigned = "56aa37ddd83c484db186df6e9b20a2f374168434a7472224be7c7a69de442798"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin"; + sha256 = "72f85ad8235871733f3f68691b03cb1768c3657bf2093dfa2f35d17ba95257ad"; + sha256_unsigned = "adb19f07d45c8567b8051aafea7d148f27f57251513ea9f9d34f5a242d9167d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v2" + "archer-c60-v2" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c60-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-c60-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c60-v3-squashfs-sysupgrade.bin"; + sha256 = "e669cbdfee76dc5b97f5c2c08da8f8a569894679609e883c133ce45d7ed64e1f"; + sha256_unsigned = "01b3f522e8febc9311ca621df5c30e0e954fd502eed20ae937f32889c9a33bda"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c60-v3-initramfs-kernel.bin"; + sha256 = "66ee7fce679137dfeba0894611e702de46e7e36c8b2c92e94f2307e521c1bd53"; + sha256_unsigned = "66ee7fce679137dfeba0894611e702de46e7e36c8b2c92e94f2307e521c1bd53"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c60-v3" + ]; + titles = [ + { + model = "Archer C60"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"; + sha256 = "94a5d650c4472549390f190a8cd545f1da99fdcf4632494f965069bef5da0568"; + sha256_unsigned = "94a5d650c4472549390f190a8cd545f1da99fdcf4632494f965069bef5da0568"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v1-initramfs-kernel.bin"; + sha256 = "928cf8fb1025d2884ed7c5d9546550357bc087671215e4e36d8e0eb7ce44f84e"; + sha256_unsigned = "928cf8fb1025d2884ed7c5d9546550357bc087671215e4e36d8e0eb7ce44f84e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin"; + sha256 = "6a6c970e21e9b2d360b60de00b42f9f8008cac25453164a12bf99c199441f6e6"; + sha256_unsigned = "a3ca85529a599716ca76ab5ea441df1c4f6cce7519b1833052211307c9f68a94"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v1" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin"; + sha256 = "88791c7d93413de13ec7271f71c0f85ab112bab4053b17ef783f76679c820121"; + sha256_unsigned = "2d671f31360a998dcdf67d3262371b70cb99bd25fb63e1e901456272edbecf37"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v2-initramfs-kernel.bin"; + sha256 = "8fcda366101eb383e0de64034abe28d3c2909999ad6d33873d2aeea477ed0630"; + sha256_unsigned = "8fcda366101eb383e0de64034abe28d3c2909999ad6d33873d2aeea477ed0630"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin"; + sha256 = "c676d38aeaed56d81e43ed2bd3df864b6e05aaa4f5c33497672a93aa17b63da3"; + sha256_unsigned = "c676d38aeaed56d81e43ed2bd3df864b6e05aaa4f5c33497672a93aa17b63da3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"; + sha256 = "1b6e9fbeba9cdd86ee8f505d0894be3bb1c3132defb05c7f7cf3f38957363834"; + sha256_unsigned = "1b6e9fbeba9cdd86ee8f505d0894be3bb1c3132defb05c7f7cf3f38957363834"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin"; + sha256 = "bc522a8e5236d85eb71a94db74d5ee913bd866ad5b7cdd8c885cc1e792f4a7ec"; + sha256_unsigned = "bc522a8e5236d85eb71a94db74d5ee913bd866ad5b7cdd8c885cc1e792f4a7ec"; + type = "factory-us"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v2" + "archer-c7" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"; + sha256 = "2528bc54f2d417c66fbb4e08fdfa1cd6a9cb1e50d8b7ab97014246e29cedd25a"; + sha256_unsigned = "2528bc54f2d417c66fbb4e08fdfa1cd6a9cb1e50d8b7ab97014246e29cedd25a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v4-initramfs-kernel.bin"; + sha256 = "338b0073443d9b3e3f16ba2e673650581cbceb3600f3ce08e3250f1d99d2999a"; + sha256_unsigned = "338b0073443d9b3e3f16ba2e673650581cbceb3600f3ce08e3250f1d99d2999a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin"; + sha256 = "f9a36f6318d9263676e0983a7bd5912c685edcbe5ed4e2816636901052e395df"; + sha256_unsigned = "f5b84b417182b4c3eb1c5c2e3b558f8d4321b7aec90a3f87afeb4e984f036ede"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v4" + "archer-c7-v4" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c7-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v5-initramfs-kernel.bin"; + sha256 = "eb0aace102946e7390a6041fd228149e6696ef168cf750cef952cbc5b7ac35ee"; + sha256_unsigned = "eb0aace102946e7390a6041fd228149e6696ef168cf750cef952cbc5b7ac35ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"; + sha256 = "8002b16a49cf4b986f59632e05fccd002be27696f97fcd544ce94664bef0793a"; + sha256_unsigned = "8002b16a49cf4b986f59632e05fccd002be27696f97fcd544ce94664bef0793a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin"; + sha256 = "6ae4c64572de0039c57d61833fa1391edb1f4f4a4fea2ef9ed419fb47103f59b"; + sha256_unsigned = "8b653fe8e42d0b0690328f6f1528d91be513937bd7fe2d62391bbb9290861adf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c7-v5" + "archer-c7-v5" + ]; + titles = [ + { + model = "Archer C7"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d50-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-d50-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-d50-v1-initramfs-kernel.bin"; + sha256 = "62da3c11e4a117c091a1a37d64ecb281bdc0f37fedb80b8e6ef203524b4bc509"; + sha256_unsigned = "62da3c11e4a117c091a1a37d64ecb281bdc0f37fedb80b8e6ef203524b4bc509"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"; + sha256 = "4d48c7d8084fe3d520e4fae1c3a0e3f2d9897f2188fd8e500420a44f972eb6d4"; + sha256_unsigned = "ea9c6b58741ccfd746ef524ae519de4d666a47a6e2c64753c7267e9e527fc1a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d50-v1" + ]; + titles = [ + { + model = "Archer D50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-d7-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-d7-v1-initramfs-kernel.bin"; + sha256 = "7b5c2fd3772ebdfc4d03066f0c644a8db98c57c2440cf460eb5ef435ce859fe8"; + sha256_unsigned = "7b5c2fd3772ebdfc4d03066f0c644a8db98c57c2440cf460eb5ef435ce859fe8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-d7-v1-squashfs-sysupgrade.bin"; + sha256 = "a56ca151351104d36e70f676c0d198a86027b997af56fe86adfa1f4b6a4bc365"; + sha256_unsigned = "0903ffa45530f6e9f48ab5ec5dca0f6c04491055d08f719ffd1e54f81b3f433c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7-v1" + ]; + titles = [ + { + model = "Archer D7"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-d7b-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_archer-d7b-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-d7b-v1-initramfs-kernel.bin"; + sha256 = "169e5fd798418df631575c2f33ade7720e77ad7516d5ea804b5036e6471874e8"; + sha256_unsigned = "169e5fd798418df631575c2f33ade7720e77ad7516d5ea804b5036e6471874e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_archer-d7b-v1-squashfs-sysupgrade.bin"; + sha256 = "940b45f230205727fb95a91c3933ff7943bcfa8c75b9ccff33e6a77370c65984"; + sha256_unsigned = "01ffda513201a7125b54cb8e4199e9525d292910dad6fe87eef35ba952e3aaf6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-d7b-v1" + ]; + titles = [ + { + model = "Archer D7b"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_cpe210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe210-v1-squashfs-factory.bin"; + sha256 = "144d26be252464153d84d3b414f90e65c5def2d82663e3d8920ace6248c4c774"; + sha256_unsigned = "144d26be252464153d84d3b414f90e65c5def2d82663e3d8920ace6248c4c774"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe210-v1-squashfs-sysupgrade.bin"; + sha256 = "c4cabeb50826ab3d2b3e04bdac1935479bd87c86d758fe0a507e6af9867e838e"; + sha256_unsigned = "c8d43ae1e27a7a4d1431d77ac880e0161cff6211fc5c1747d6f17915ff33530e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe210-v1-initramfs-kernel.bin"; + sha256 = "56481a068968e544bdc5b94ed3b945263f376ae2781c639a008ad38f4f6a132a"; + sha256_unsigned = "56481a068968e544bdc5b94ed3b945263f376ae2781c639a008ad38f4f6a132a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v1" + "cpe210" + ]; + titles = [ + { + model = "CPE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_cpe210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin"; + sha256 = "95d9211eac6ec1489f2a026d15204e4607e43946de9cb8d36824b4c3d1de2316"; + sha256_unsigned = "95d9211eac6ec1489f2a026d15204e4607e43946de9cb8d36824b4c3d1de2316"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"; + sha256 = "3b7b930ba48acd560ad2e1ef38139fd99a71198e0e70e1c65f25953bf73ee766"; + sha256_unsigned = "6238e1eb898d054c6aa25f210c1113f70e1d44b1867f799b9bffbc8e697b8a5d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe210-v2-initramfs-kernel.bin"; + sha256 = "47a64804047cbb35a4519512c519f97c02e1543642d39c30d6cb154199b21b5f"; + sha256_unsigned = "47a64804047cbb35a4519512c519f97c02e1543642d39c30d6cb154199b21b5f"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe210-v2" + "cpe210-v2" + ]; + titles = [ + { + model = "CPE210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe210-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_cpe210-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin"; + sha256 = "5c2cfd93c63739be439da69b166253264590bc74636b9ae0a9c65514ed7f41fe"; + sha256_unsigned = "5c2cfd93c63739be439da69b166253264590bc74636b9ae0a9c65514ed7f41fe"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe210-v3-initramfs-kernel.bin"; + sha256 = "fc3ddfa6326d46fe63429515994a2dc95cb8512c5ad1f28c50b47fd23a5c88e5"; + sha256_unsigned = "fc3ddfa6326d46fe63429515994a2dc95cb8512c5ad1f28c50b47fd23a5c88e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"; + sha256 = "882905660507521798bf2cbd49423aff8e24359d23c45f8743a59b1d74b0c2a3"; + sha256_unsigned = "983285f5a96a2f2e2320f6146485761c4045ca8e51306e895391036a1f0618ed"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe210-v3" + "cpe210-v3" + ]; + titles = [ + { + model = "CPE210"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_cpe220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe220-v2-squashfs-sysupgrade.bin"; + sha256 = "9a7324623067757045b4426cc5daef1b4a5fe41d4f365ea9856c9687482258ff"; + sha256_unsigned = "9d4293e6069853419492b3d147e432be2816b1545c2fa9e22eb5bb7eff15cd95"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe220-v2-initramfs-kernel.bin"; + sha256 = "081dbbabc87025e9881bfe752e229954f61c825b3bf7fa8b1ea4b2016a93ec7d"; + sha256_unsigned = "081dbbabc87025e9881bfe752e229954f61c825b3bf7fa8b1ea4b2016a93ec7d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe220-v2-squashfs-factory.bin"; + sha256 = "60ea8f65339300b432f616672ed9ea0dbf2cf3e583cce7e872a78dfdda57d096"; + sha256_unsigned = "60ea8f65339300b432f616672ed9ea0dbf2cf3e583cce7e872a78dfdda57d096"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe220-v2" + ]; + titles = [ + { + model = "CPE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe220-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_cpe220-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin"; + sha256 = "e510408eeec07582df58330bf52c38703c1139d46f1cce58d02ea968eb167b7a"; + sha256_unsigned = "e510408eeec07582df58330bf52c38703c1139d46f1cce58d02ea968eb167b7a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe220-v3-initramfs-kernel.bin"; + sha256 = "4f2fe148e914e4d40547ccf06bc8ed352154cd0c39e18608d7c9584274fd8a49"; + sha256_unsigned = "4f2fe148e914e4d40547ccf06bc8ed352154cd0c39e18608d7c9584274fd8a49"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"; + sha256 = "c4c7fee72e13c4484f31c741224970c6065be8cf443ece4d2a04538c4acbc213"; + sha256_unsigned = "fb16fa9a89620e8d6d16d79b0cf19f0a0ac121e45202b2f160be27f21b08523c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe220-v3" + ]; + titles = [ + { + model = "CPE220"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_cpe510-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe510-v1-squashfs-factory.bin"; + sha256 = "540153a88558b3a23045cc962784f52aaf712cf2816d2577b5ba536956254dbf"; + sha256_unsigned = "540153a88558b3a23045cc962784f52aaf712cf2816d2577b5ba536956254dbf"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe510-v1-initramfs-kernel.bin"; + sha256 = "0b20e7be685f46d41e12b37e0b0954358e97201a3ddf920796953692c8641a1c"; + sha256_unsigned = "0b20e7be685f46d41e12b37e0b0954358e97201a3ddf920796953692c8641a1c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe510-v1-squashfs-sysupgrade.bin"; + sha256 = "95ffd892bce688eebd538ec4886d12353b7c45708075b74a660603bc51b1ec32"; + sha256_unsigned = "891f9c6276671b962c631f74567a281509d1d87dcb222e57aaf462e9ff57ff88"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,cpe510-v1" + "cpe510" + ]; + titles = [ + { + model = "CPE510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_cpe510-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe510-v2-squashfs-sysupgrade.bin"; + sha256 = "d1daa19441786125e2a090caeb66f52dfd01b8171170e4283e64d577486518cd"; + sha256_unsigned = "b4001278b1128b9500fa3ac13b512d317f4b190c40f59ff2d8ed6993246c7df9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe510-v2-squashfs-factory.bin"; + sha256 = "8d66bbc454062753d2fe0413bba208e997657c389af1861c3e02bf041f6f3391"; + sha256_unsigned = "8d66bbc454062753d2fe0413bba208e997657c389af1861c3e02bf041f6f3391"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe510-v2-initramfs-kernel.bin"; + sha256 = "5a89ebeace3fb120e5e01427a7f1279e930c693dbb292692fba8f4c4cbb0646e"; + sha256_unsigned = "5a89ebeace3fb120e5e01427a7f1279e930c693dbb292692fba8f4c4cbb0646e"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe510-v2" + "cpe510-v2" + ]; + titles = [ + { + model = "CPE510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe510-v3 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_cpe510-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe510-v3-squashfs-sysupgrade.bin"; + sha256 = "9b8884016c574b4bf9efdd655d0b7b0fc4e473dc369abb8a976b8ff02903db26"; + sha256_unsigned = "20370a24bf2c993b99a7476796ee6f23b5eb719741c4d1703a9834aa242730c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe510-v3-initramfs-kernel.bin"; + sha256 = "5e1f44bd0867a0bee7b1f9ad9481e471b79fa5420e8fe266ea9e877e0ac0b86c"; + sha256_unsigned = "5e1f44bd0867a0bee7b1f9ad9481e471b79fa5420e8fe266ea9e877e0ac0b86c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe510-v3-squashfs-factory.bin"; + sha256 = "e8256f9dcf747f505e900befe2a8c7d460a48497c50025e90feecf5694e93f6e"; + sha256_unsigned = "e8256f9dcf747f505e900befe2a8c7d460a48497c50025e90feecf5694e93f6e"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe510-v3" + ]; + titles = [ + { + model = "CPE510"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe605-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_cpe605-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe605-v1-squashfs-sysupgrade.bin"; + sha256 = "aaf81817d26b3c37be410428b46831f6aa414ee2adbb4d2c2565de10120345d1"; + sha256_unsigned = "4f696d3975c7394ce471ec2450865d402f91c586b771ade8848039c8ceaa5632"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe605-v1-initramfs-kernel.bin"; + sha256 = "88861acbf9d32d42c96a7da78d6e0060e44a9dfaca4eb67761b539c6fbd38d63"; + sha256_unsigned = "88861acbf9d32d42c96a7da78d6e0060e44a9dfaca4eb67761b539c6fbd38d63"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe605-v1-squashfs-factory.bin"; + sha256 = "e183edeb3ac9d0176ab58a43c2b9b877b380b8ef5b531ee4d0d1d7dc634a549d"; + sha256_unsigned = "e183edeb3ac9d0176ab58a43c2b9b877b380b8ef5b531ee4d0d1d7dc634a549d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe605-v1" + ]; + titles = [ + { + model = "CPE605"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_cpe610-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe610-v1-squashfs-factory.bin"; + sha256 = "4ccdd0c21b428a6694beb591b22fd314a813c3e925ef2ff7e0f89e03bdab0f1e"; + sha256_unsigned = "4ccdd0c21b428a6694beb591b22fd314a813c3e925ef2ff7e0f89e03bdab0f1e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe610-v1-squashfs-sysupgrade.bin"; + sha256 = "fa5c1cf6abc663779512fee37d1fd3d6cf8ed32537f21cff8661450b5aecf2b4"; + sha256_unsigned = "401d21b4d2c91933a6935ce51ab5e0afdc7451921b0fce0936105a22255cc603"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe610-v1-initramfs-kernel.bin"; + sha256 = "396b5de24be27edefaf8d37c4424f9dbb29728df215666f88125f69b6e4a5211"; + sha256_unsigned = "396b5de24be27edefaf8d37c4424f9dbb29728df215666f88125f69b6e4a5211"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe610-v1" + ]; + titles = [ + { + model = "CPE610"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe610-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_cpe610-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe610-v2-squashfs-sysupgrade.bin"; + sha256 = "70a61c1451a265b0ad38a1d254a4d7b17418deb7e781e7f8eb35dcbcf0bf2dd5"; + sha256_unsigned = "33c2e6cd55318422826beff32d9c404917d094632363700791447552907d27e8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe610-v2-initramfs-kernel.bin"; + sha256 = "c90fd79f5e632fe0cd12dce1152df215228391531d1915b9ae51c280da4f5c9c"; + sha256_unsigned = "c90fd79f5e632fe0cd12dce1152df215228391531d1915b9ae51c280da4f5c9c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe610-v2-squashfs-factory.bin"; + sha256 = "2708787641b5013d27ffcc8dee88b7b7c81e9d743a249678134a628a861d0511"; + sha256_unsigned = "2708787641b5013d27ffcc8dee88b7b7c81e9d743a249678134a628a861d0511"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,cpe610-v2" + ]; + titles = [ + { + model = "CPE610"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_cpe710-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_cpe710-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe710-v1-squashfs-factory.bin"; + sha256 = "5ae7d3269e4a728a487e75b7d1d49d7f6aead6c6a3097e611c11ec8f2b67805e"; + sha256_unsigned = "5ae7d3269e4a728a487e75b7d1d49d7f6aead6c6a3097e611c11ec8f2b67805e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe710-v1-squashfs-sysupgrade.bin"; + sha256 = "5dfecaa113f1de7e25df88b8e3c92a38d38ac7f766adb233d11208741e4a3be0"; + sha256_unsigned = "5986292423f1d9b8f77050ce130e2876f6727eb9f2e71a9eabe1350d7b6ee815"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_cpe710-v1-initramfs-kernel.bin"; + sha256 = "1d1babfe6757e6265b6e52808e778c6af486856e151cd838f0fb04cd2edd13d7"; + sha256_unsigned = "1d1babfe6757e6265b6e52808e778c6af486856e151cd838f0fb04cd2edd13d7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,cpe710-v1" + ]; + titles = [ + { + model = "CPE710"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_deco-m4r-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_deco-m4r-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_deco-m4r-v1-squashfs-sysupgrade.bin"; + sha256 = "10bec829de19fa96bc6981def1d4b63ce05f5866afe6733f511e14f777cc3fa8"; + sha256_unsigned = "a21045a77424f5006e35e20aa7f3229cc5246006dbe72a9a3b66ef9d1d51e5b0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_deco-m4r-v1-squashfs-factory.bin"; + sha256 = "3b9047c7b120dfa2ecbbbd3587f6c2e07ccd0e0e9e751227b99fb517fd589b36"; + sha256_unsigned = "3b9047c7b120dfa2ecbbbd3587f6c2e07ccd0e0e9e751227b99fb517fd589b36"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_deco-m4r-v1-initramfs-kernel.bin"; + sha256 = "4465fa23b01398ba41c64bd533b81ee34cfecc0450545cda9ecd819e2229a8b6"; + sha256_unsigned = "4465fa23b01398ba41c64bd533b81ee34cfecc0450545cda9ecd819e2229a8b6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,deco-m4r-v1" + "deco-m4r-v1" + ]; + titles = [ + { + model = "Deco M4R"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_deco-s4-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "uencrypt-mbedtls" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_deco-s4-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_deco-s4-v2-initramfs-kernel.bin"; + sha256 = "e210b3ab062752394894780aaed2e11c0f5ba74e38adc234ba8fa9b0f18c4ecc"; + sha256_unsigned = "e210b3ab062752394894780aaed2e11c0f5ba74e38adc234ba8fa9b0f18c4ecc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_deco-s4-v2-squashfs-factory.bin"; + sha256 = "43c4c1c7cf6722a2ede26eb8e220d46c13fdd3c4ff474f27c21bdae4d3957df6"; + sha256_unsigned = "43c4c1c7cf6722a2ede26eb8e220d46c13fdd3c4ff474f27c21bdae4d3957df6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_deco-s4-v2-squashfs-sysupgrade.bin"; + sha256 = "8887d2b8b386a47bad9a275e63ca16557d75d56c8e4e48740258ee55bbdead2b"; + sha256_unsigned = "bfd861e6393cc62ce10fb25c65fe146c415474b2ac5c09b26c3544e135756c58"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,deco-s4-v2" + "deco-s4-v2" + ]; + titles = [ + { + model = "Deco S4"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-outdoor-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_eap225-outdoor-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-outdoor-v1-squashfs-sysupgrade.bin"; + sha256 = "e0b558f807585f9620f436ca135b58ca307d4c024dcf9d014f4959bc88c30ef8"; + sha256_unsigned = "3e94a73f3913d2090f3226a48ae1617c71bedfb484e1c7e3a722739469f404bb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-outdoor-v1-squashfs-factory.bin"; + sha256 = "93b5f623212c549973f67855975477d993b072ff81b21906009a3a88de90d46d"; + sha256_unsigned = "93b5f623212c549973f67855975477d993b072ff81b21906009a3a88de90d46d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-outdoor-v1-initramfs-kernel.bin"; + sha256 = "fff7bcbf264273e355249e0c474d4ddbff0aa643dda2824643f691bb858415c3"; + sha256_unsigned = "fff7bcbf264273e355249e0c474d4ddbff0aa643dda2824643f691bb858415c3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-outdoor-v1" + ]; + titles = [ + { + model = "EAP225-Outdoor"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-outdoor-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_eap225-outdoor-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-outdoor-v3-squashfs-sysupgrade.bin"; + sha256 = "89bb3d16d18f675d7ac3a5a02c3c01c16394ab5dce72612ca3511e1757cb4774"; + sha256_unsigned = "3a3d6180601dd1fd81bf9641ec2003ae9c19f298c9de2185910f4d98213dbf21"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-outdoor-v3-squashfs-factory.bin"; + sha256 = "5ff834cc8ce6358e6c958d681ea9d8f1f6d10b5eff1686a6e271f5076d231fa5"; + sha256_unsigned = "5ff834cc8ce6358e6c958d681ea9d8f1f6d10b5eff1686a6e271f5076d231fa5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-outdoor-v3-initramfs-kernel.bin"; + sha256 = "1670fdab5e9ec16a0f8684d0cbbbfa08dfb380fa582416ba34c3ca016b82c220"; + sha256_unsigned = "1670fdab5e9ec16a0f8684d0cbbbfa08dfb380fa582416ba34c3ca016b82c220"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap225-outdoor-v3" + ]; + titles = [ + { + model = "EAP225-Outdoor"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_eap225-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-v1-squashfs-factory.bin"; + sha256 = "b81b09bfa02e3145d345dc5512f65b71289a2f2c0c609f37b5b150e02a2be6fd"; + sha256_unsigned = "b81b09bfa02e3145d345dc5512f65b71289a2f2c0c609f37b5b150e02a2be6fd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-v1-initramfs-kernel.bin"; + sha256 = "bd19b12e4387338a467984169d6b6f633dc31fc07298c086f659d8313edf1c5c"; + sha256_unsigned = "bd19b12e4387338a467984169d6b6f633dc31fc07298c086f659d8313edf1c5c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-v1-squashfs-sysupgrade.bin"; + sha256 = "09b85f7d7d1553b6bdb606b1eae88baa419c89e835cf358037d0c5c859974d1b"; + sha256_unsigned = "6e4f041ec48b3792b2dccc58788712d6f7ce01b9f61b2d5078524b4340bbfefd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap225-v1" + ]; + titles = [ + { + model = "EAP225"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_eap225-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-v3-squashfs-sysupgrade.bin"; + sha256 = "b389dbc06a180a1af772e63dcdc0306704d178ea088d28443f1becfe3bce6b0b"; + sha256_unsigned = "0f0206c48fb014a98d1325a70ccdebb94b4a53caee9f5be94842d089a9859ed2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-v3-initramfs-kernel.bin"; + sha256 = "0322367400fc910cc2311d44037d38527f84e3839777d1c44c93e06d995707b9"; + sha256_unsigned = "0322367400fc910cc2311d44037d38527f84e3839777d1c44c93e06d995707b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-v3-squashfs-factory.bin"; + sha256 = "3aad6e57d69cd4494713e6a28c8c7f30aa5263a664b86bf9c41ae52cfaeb5258"; + sha256_unsigned = "3aad6e57d69cd4494713e6a28c8c7f30aa5263a664b86bf9c41ae52cfaeb5258"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap225-v3" + ]; + titles = [ + { + model = "EAP225"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-v4 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_eap225-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-v4-initramfs-kernel.bin"; + sha256 = "2fe9c3207b49a6d3d6c77a1ef4c110ea0a30d0cd669308846984f875a09f69b2"; + sha256_unsigned = "2fe9c3207b49a6d3d6c77a1ef4c110ea0a30d0cd669308846984f875a09f69b2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-v4-squashfs-factory.bin"; + sha256 = "3ee9b1c4eae7f39a0bcd060a2345001d222a334eaa5327588c1c01d38a54fa69"; + sha256_unsigned = "3ee9b1c4eae7f39a0bcd060a2345001d222a334eaa5327588c1c01d38a54fa69"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-v4-squashfs-sysupgrade.bin"; + sha256 = "94be5a3b8c1be4970f25e1c692e722a511322604d86952674a1b778d78f85942"; + sha256_unsigned = "d0c38737befca524cb3540f2a36d62f4fdd1c45675da77886bb6dd76ff1d075a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,eap225-v4" + ]; + titles = [ + { + model = "EAP225"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap225-wall-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_eap225-wall-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-wall-v2-initramfs-kernel.bin"; + sha256 = "c2a9897375e8d81e9f6397fa08289cc1048b583b6580b22f995e6b2d96dc3d2f"; + sha256_unsigned = "c2a9897375e8d81e9f6397fa08289cc1048b583b6580b22f995e6b2d96dc3d2f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-wall-v2-squashfs-sysupgrade.bin"; + sha256 = "b2d2e3c6137b34f3bb8378baa30d00b88f1906bed8ee1ba4d8ed55e7919840a1"; + sha256_unsigned = "dee1326fe13ef98de0e4eb853029680fc8b2e1b8819c8d2e570c8d1392a0be86"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap225-wall-v2-squashfs-factory.bin"; + sha256 = "9655b5481da2cc9af88811d7b759da245c92206f9225063249b36ced0e5ef8d0"; + sha256_unsigned = "9655b5481da2cc9af88811d7b759da245c92206f9225063249b36ced0e5ef8d0"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap225-wall-v2" + ]; + titles = [ + { + model = "EAP225-Wall"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_eap245-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap245-v1-squashfs-factory.bin"; + sha256 = "b04ce63a41ed2fea6bd5ea33e3287309ac5b14f3cec11a9ae0bc4b87b852175f"; + sha256_unsigned = "b04ce63a41ed2fea6bd5ea33e3287309ac5b14f3cec11a9ae0bc4b87b852175f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap245-v1-squashfs-sysupgrade.bin"; + sha256 = "0b8feecde2ea9980df5361379f5ce0af2dbac28c9885193fed2ead3f8f2256e2"; + sha256_unsigned = "ab324f5afd2af03465811af1d2183c75f1def6947bb89be7737a79c6309d4be2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap245-v1-initramfs-kernel.bin"; + sha256 = "666088eac484b0d0715945ec460c8a03d95e8895f5fd774c1dd9189f68815cc1"; + sha256_unsigned = "666088eac484b0d0715945ec460c8a03d95e8895f5fd774c1dd9189f68815cc1"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap245-v1" + ]; + titles = [ + { + model = "EAP245"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap245-v3 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_eap245-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap245-v3-squashfs-factory.bin"; + sha256 = "abf0d1dbd81cb6a4e12a046b4b1174d9b0d46b1e8bd8119dec258b8d867ec117"; + sha256_unsigned = "abf0d1dbd81cb6a4e12a046b4b1174d9b0d46b1e8bd8119dec258b8d867ec117"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap245-v3-squashfs-sysupgrade.bin"; + sha256 = "2cbd7748e8f7ccfe24ae9aeb21889bfcf0a91f8162537d4861875aafad570b92"; + sha256_unsigned = "a229201202cfba837eafee4dbceb42d56ebe3c639b532cc26b45634aab70e5f8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_eap245-v3-initramfs-kernel.bin"; + sha256 = "49df0664c9dc06bd4a9a8b1b2382589a293307fb7d0264589da1b4cd8b345cba"; + sha256_unsigned = "49df0664c9dc06bd4a9a8b1b2382589a293307fb7d0264589da1b4cd8b345cba"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap245-v3" + ]; + titles = [ + { + model = "EAP245"; + variant = "v3"; + vendor = "TP-Link"; + } + { + model = "EAP265 HD"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350k-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_re350k-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_re350k-v1-initramfs-kernel.bin"; + sha256 = "2d32b28bbb3fa28b8353c3e1ccf4d5a1971505372ba8eff3d15ff7ffd622007a"; + sha256_unsigned = "2d32b28bbb3fa28b8353c3e1ccf4d5a1971505372ba8eff3d15ff7ffd622007a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin"; + sha256 = "42710ffeb988e132d8137f0d05feacb0c2158c9d7f7483776da11211d9fc2c61"; + sha256_unsigned = "9352df6c247087b3111b6d4ee0befc7ef57ee17d77e7cb7382944560cb83a98b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"; + sha256 = "b5e82061cf31b9a2936396786d235ed1ee56869800f1b5983dc118c2c97cefa9"; + sha256_unsigned = "b5e82061cf31b9a2936396786d235ed1ee56869800f1b5983dc118c2c97cefa9"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re350k-v1" + ]; + titles = [ + { + model = "RE350K"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re355-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_re355-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_re355-v1-initramfs-kernel.bin"; + sha256 = "dbca51fa8764734a3b3c1a8ee8749c334a436e3fde9614fd9867925b4da86d55"; + sha256_unsigned = "dbca51fa8764734a3b3c1a8ee8749c334a436e3fde9614fd9867925b4da86d55"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re355-v1" + "re355" + ]; + titles = [ + { + model = "RE355"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_re450-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_re450-v1-initramfs-kernel.bin"; + sha256 = "4faa7fb2a32ffa9631032927aeaef713ebc0cdb5af43271964a54521a569d2ea"; + sha256_unsigned = "4faa7fb2a32ffa9631032927aeaef713ebc0cdb5af43271964a54521a569d2ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v1" + "re450" + ]; + titles = [ + { + model = "RE450"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_re450-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_re450-v2-initramfs-kernel.bin"; + sha256 = "b79f4f42f7f787513dcb279d080e5aaf33d7d0c6f52c1f35e4f0669bd5d218ae"; + sha256_unsigned = "b79f4f42f7f787513dcb279d080e5aaf33d7d0c6f52c1f35e4f0669bd5d218ae"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re450-v2" + ]; + titles = [ + { + model = "RE450"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re450-v3 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_re450-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_re450-v3-initramfs-kernel.bin"; + sha256 = "95a4d429c67615e1ecb781bcb08c353c186a8b36e5c0748e803f5818491ffde6"; + sha256_unsigned = "95a4d429c67615e1ecb781bcb08c353c186a8b36e5c0748e803f5818491ffde6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_re450-v3-squashfs-factory.bin"; + sha256 = "2c53ee27404a751c414cb1a49ad81ed71809340ba3bf0ed34e0aad16f9fc24f6"; + sha256_unsigned = "2c53ee27404a751c414cb1a49ad81ed71809340ba3bf0ed34e0aad16f9fc24f6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_re450-v3-squashfs-sysupgrade.bin"; + sha256 = "494774208cc9a277095460469e8cda5efac3b07543f0c667daf61805fde09e36"; + sha256_unsigned = "77d185ede5ae7fe4248936e73a7954d9fc751a87d31fd2e63de508ce1548c924"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re450-v3" + ]; + titles = [ + { + model = "RE450"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re455-v1 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_re455-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_re455-v1-initramfs-kernel.bin"; + sha256 = "08236eb50f98bce76ac7c608e0d602fe3f26e778dc0246e6fcc8b69931a6a544"; + sha256_unsigned = "08236eb50f98bce76ac7c608e0d602fe3f26e778dc0246e6fcc8b69931a6a544"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_re455-v1-squashfs-sysupgrade.bin"; + sha256 = "720d882d1dea99fb7e04120a9065d9e5607ac3a2ddaae72a7122499ecdc80037"; + sha256_unsigned = "ea76ef5682de16853e869b2b92d779e2b51fc61f9f49ceba23aaca55b48f37ac"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_re455-v1-squashfs-factory.bin"; + sha256 = "3c3aaad9abefec0c5cd14496bacca08529bbfc8a2309d5abd46cf13353c3cde3"; + sha256_unsigned = "3c3aaad9abefec0c5cd14496bacca08529bbfc8a2309d5abd46cf13353c3cde3"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re455-v1" + ]; + titles = [ + { + model = "RE455"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-mr6400-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-mr6400-v1-initramfs-kernel.bin"; + sha256 = "34065c209545783f9b0dac587e3c5ad190e70d0426c78ca2160257a446e7d0c4"; + sha256_unsigned = "34065c209545783f9b0dac587e3c5ad190e70d0426c78ca2160257a446e7d0c4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-mr6400-v1-squashfs-factory.bin"; + sha256 = "5821ad80c0492f57002dc2c9b0f55608d419136e405eea12cdb17daca8896ebc"; + sha256_unsigned = "5821ad80c0492f57002dc2c9b0f55608d419136e405eea12cdb17daca8896ebc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-mr6400-v1-squashfs-sysupgrade.bin"; + sha256 = "fbc34ed9343dc958b5addedeefab092fa284a475c386f4cdda0a899f1dca05c8"; + sha256_unsigned = "6e8b4c89469169e71500ea70bf0ecdcf3e6e7a29e2912eec321227fff74ec386"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v1" + "tl-mr6400" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa1201-v2 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wa1201-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wa1201-v2-squashfs-sysupgrade.bin"; + sha256 = "40c9b25408641e641182bbc90b8d6af79087307d664288bd6c84b183d8db9e39"; + sha256_unsigned = "9f55c3cbbd7e719657fdcda9cdd010b6510045a7009e657d744b90a0c56594bf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wa1201-v2-squashfs-factory.bin"; + sha256 = "4e18b883ceeed5db651e4ae0ec1fbaf9af866eadaa4566567620a409751e1966"; + sha256_unsigned = "4e18b883ceeed5db651e4ae0ec1fbaf9af866eadaa4566567620a409751e1966"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wa1201-v2-initramfs-kernel.bin"; + sha256 = "e08b4e989941959b7b3cc42c6d4e84b76bd5cecb4f04d57688f04e52cc3572c4"; + sha256_unsigned = "e08b4e989941959b7b3cc42c6d4e84b76bd5cecb4f04d57688f04e52cc3572c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wa1201-v2" + ]; + titles = [ + { + model = "TL-WA1201"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3500-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr3500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin"; + sha256 = "90f3d0a06833293e4941e213262280bf27f4a82a05f287738a817c0831824983"; + sha256_unsigned = "cd8df8a5597d197835b56eccb627c4007746476b81591718461d5f897520b598"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"; + sha256 = "cec8821098342ec38caa2e3cc2ee3683e16a7cba10d86f735525445460d13889"; + sha256_unsigned = "cec8821098342ec38caa2e3cc2ee3683e16a7cba10d86f735525445460d13889"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr3500-v1-initramfs-kernel.bin"; + sha256 = "a0c057fc39f9eb2f213acfefa10ffd38d5234e8b7d23f9a45fa250aabc3dd78c"; + sha256_unsigned = "a0c057fc39f9eb2f213acfefa10ffd38d5234e8b7d23f9a45fa250aabc3dd78c"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3500-v1" + "tl-wdr3500" + ]; + titles = [ + { + model = "TL-WDR3500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr3600-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr3600-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"; + sha256 = "84468c1359d6c4d08243787b8b1a9670de58be2f5273c855c96b8f4cee3d0ce6"; + sha256_unsigned = "0fcfc02c209db9089d96b0fcfb1af76a720c60d37e6e6f3bcda4e9eae16dc492"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr3600-v1-initramfs-kernel.bin"; + sha256 = "0489a81e9719464f39731f93a8b47b408f7796defbb3f25ab41c085ea40ada66"; + sha256_unsigned = "0489a81e9719464f39731f93a8b47b408f7796defbb3f25ab41c085ea40ada66"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin"; + sha256 = "a67d8aef04637949247195176bf53828c6b864821724e109e7320e58dc38338f"; + sha256_unsigned = "a67d8aef04637949247195176bf53828c6b864821724e109e7320e58dc38338f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wdr3600-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR3600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr4300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"; + sha256 = "f1781893573219fd7077b10ef5c357d4b77d7ca8558219a2a790bb0d5d877ba4"; + sha256_unsigned = "f1781893573219fd7077b10ef5c357d4b77d7ca8558219a2a790bb0d5d877ba4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin"; + sha256 = "1ee5d8b52f8a2da6814b6323c2639021d514c390c34533464419417a10b0b309"; + sha256_unsigned = "48b4a1c396abf24c435aeb31b138ca82a129605a79e28eff808deb598cde28f5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr4300-v1-initramfs-kernel.bin"; + sha256 = "f4c4c2bc39e678db8c387d2eb3cd71f87aafbe5c0b27505fbb81dee202b670e0"; + sha256_unsigned = "f4c4c2bc39e678db8c387d2eb3cd71f87aafbe5c0b27505fbb81dee202b670e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4300-v1-il = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr4300-v1-il"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"; + sha256 = "2c97da5f2bc46ff73dd7898bc6c1c8e5a5e3cefb5b64aa8391932a1d3fe6f66f"; + sha256_unsigned = "2c97da5f2bc46ff73dd7898bc6c1c8e5a5e3cefb5b64aa8391932a1d3fe6f66f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin"; + sha256 = "9bae08c2b178ae5814f0d94eddb3e4096969dcfc03ba5e48f8f7d31d05ad7fe0"; + sha256_unsigned = "e95eaaf4dd2e70e23dd862d87e7e58c08833e675cb03b419b6a00daff7bad8b0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr4300-v1-il-initramfs-kernel.bin"; + sha256 = "98afc3c0f5a242de86285c0ff96d45e7bdf1d771b9507a42b0ac7520dc282a89"; + sha256_unsigned = "98afc3c0f5a242de86285c0ff96d45e7bdf1d771b9507a42b0ac7520dc282a89"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4300-v1-il" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4300"; + variant = "v1 (IL)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4310-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr4310-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr4310-v1-squashfs-factory.bin"; + sha256 = "88655fb265840267a4fd2de3fe45e5730e8712afc933e0fd43b63beacffb76b3"; + sha256_unsigned = "88655fb265840267a4fd2de3fe45e5730e8712afc933e0fd43b63beacffb76b3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr4310-v1-initramfs-kernel.bin"; + sha256 = "5404f654aacda65cd4406fbb1d90ed9b8fd73f48f396bb8ee0ec9c30e21a66d6"; + sha256_unsigned = "5404f654aacda65cd4406fbb1d90ed9b8fd73f48f396bb8ee0ec9c30e21a66d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr4310-v1-squashfs-sysupgrade.bin"; + sha256 = "4616bf671acf325f37733e4953a1eeaa80fdb2547ebc6a94b691da39d1827eab"; + sha256_unsigned = "08ff9516610b624d6997bd94b1633d65a918199f3e6e902a959d1c378c7c00a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4310-v1" + "tl-wdr4300" + ]; + titles = [ + { + model = "TL-WDR4310"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr4900-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr4900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"; + sha256 = "c4ed00a9987d00e257ad28ef90fcad8b548d745c0aca8db738df1e2085352930"; + sha256_unsigned = "c4ed00a9987d00e257ad28ef90fcad8b548d745c0aca8db738df1e2085352930"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr4900-v2-initramfs-kernel.bin"; + sha256 = "9cd5a050dc8ff4aae4e367f9535b34cd28983d16a4c0cc46332a70d539fcb621"; + sha256_unsigned = "9cd5a050dc8ff4aae4e367f9535b34cd28983d16a4c0cc46332a70d539fcb621"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin"; + sha256 = "532487497ed4c811c0f3d7931c1fea88cff892c82e57adbbb99bb309f8617f89"; + sha256_unsigned = "fd8a1ed87cc4f01337f76db7ed9c11e2d40e585c3329b4bb1454562630d6bc35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v2" + "tl-wdr4900-v2" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wdr7500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr7500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr7500-v3-squashfs-sysupgrade.bin"; + sha256 = "c379e49cb500223136376f95a26a0f0c757e172573d110433eb59ec80d06e2a8"; + sha256_unsigned = "7c04a0994d37bfb057963334c85cf796cde7057e03971b100d8ebd7fad428df5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr7500-v3-squashfs-factory.bin"; + sha256 = "40eb7a70eb52248ab7d7593d45104c39519aa379e2bfb3e7c30bf3dad66871b5"; + sha256_unsigned = "40eb7a70eb52248ab7d7593d45104c39519aa379e2bfb3e7c30bf3dad66871b5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wdr7500-v3-initramfs-kernel.bin"; + sha256 = "6eb16ff4c346df52f9cfd2c6427dd88064b0582439e825195a6dd48b392aad71"; + sha256_unsigned = "6eb16ff4c346df52f9cfd2c6427dd88064b0582439e825195a6dd48b392aad71"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wdr7500-v3" + "archer-c7" + ]; + titles = [ + { + model = "TL-WDR7500"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8630-v1 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wpa8630-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wpa8630-v1-squashfs-sysupgrade.bin"; + sha256 = "3ade20aa90f7177a874e55258770d235535c92277afd25a44623193ac36fe64c"; + sha256_unsigned = "265395e55fde838cedcf029f5582852521124e32fa8be55e663f5b0810eea5cf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wpa8630-v1-initramfs-kernel.bin"; + sha256 = "78e5fa767fda90cee279c59944ce7449d50d6e1a4627419936e5cedd4af5a4eb"; + sha256_unsigned = "78e5fa767fda90cee279c59944ce7449d50d6e1a4627419936e5cedd4af5a4eb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wpa8630-v1-squashfs-factory.bin"; + sha256 = "a47a638e343cebae82ed0e616af5c2e731a8edb6180dec18babc05b181cbe98c"; + sha256_unsigned = "a47a638e343cebae82ed0e616af5c2e731a8edb6180dec18babc05b181cbe98c"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8630-v1" + "tl-wpa8630" + ]; + titles = [ + { + model = "TL-WPA8630"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043n-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1043n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin"; + sha256 = "c728e16fe90cd2041ee3bed5da61baf8c868d7866b9a4ebbdd2906ca23490b86"; + sha256_unsigned = "c728e16fe90cd2041ee3bed5da61baf8c868d7866b9a4ebbdd2906ca23490b86"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"; + sha256 = "b1f4fdbb78aab7866380ae8de974c9a99442b0bedb6c0f40a0428a6c81b14c5b"; + sha256_unsigned = "e289d90c8f15c56c20e0fd2f06438cb3990af8261c4dbbc71379499648161256"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1043n-v5-initramfs-kernel.bin"; + sha256 = "a7f9e27fe4756b9f3224c8acdf758de7034f335a6eb3c4c9c68842c9c5b7a5c8"; + sha256_unsigned = "a7f9e27fe4756b9f3224c8acdf758de7034f335a6eb3c4c9c68842c9c5b7a5c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043n-v5" + "tl-wr1043n-v5" + ]; + titles = [ + { + model = "TL-WR1043N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1043nd-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin"; + sha256 = "fa0a80d3784661514ac931652e31a3281be95e3c6e1580588c32ceec4eae1df6"; + sha256_unsigned = "a6057e476cad185a0cf4ca932e72fb3840844314da092535c313552e1f7da47c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1043nd-v2-initramfs-kernel.bin"; + sha256 = "9b68d644120767a1b93a6bdf2a314a0f62b4b0f6e94edc14f8b5812f74492018"; + sha256_unsigned = "9b68d644120767a1b93a6bdf2a314a0f62b4b0f6e94edc14f8b5812f74492018"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"; + sha256 = "4f2b9c7da9c85e0c1b910ad04e060779642681b573bf7ba900917c8151dc0b6a"; + sha256_unsigned = "4f2b9c7da9c85e0c1b910ad04e060779642681b573bf7ba900917c8151dc0b6a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v2" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1043nd-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"; + sha256 = "bb268065dfb4ecc16d0cd3d1d5f480806d9519d4bd76470267dc6339c6f87ce7"; + sha256_unsigned = "bb268065dfb4ecc16d0cd3d1d5f480806d9519d4bd76470267dc6339c6f87ce7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1043nd-v3-initramfs-kernel.bin"; + sha256 = "1a8c003e1d1809939b742b899598c0864696686a0cf1bb19da6d1771844533bd"; + sha256_unsigned = "1a8c003e1d1809939b742b899598c0864696686a0cf1bb19da6d1771844533bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin"; + sha256 = "8a73f3dbb94c93aa6cc6f3e1e1fcadfc5d5159e4a84c7dab13cb88346dc649d4"; + sha256_unsigned = "f5f73d747fc74f7db735b45edcba92795b78d19ba4ce3bf4eaa147acc2777474"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v3" + "tl-wr1043nd-v2" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1043nd-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1043nd-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"; + sha256 = "898c0637a3ef89fcf6ecdc7df1c2455c62a3d092ec012ac78fb457b90180ec63"; + sha256_unsigned = "2b52388ec57ff12492c772fc4809709e3114a0fbfb0d36fd9829187b2082b276"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1043nd-v4-initramfs-kernel.bin"; + sha256 = "fe1a36a16491cb757a776cf671997b9b20e8963cbb4ccf9c1f0e5c4414fc4e1a"; + sha256_unsigned = "fe1a36a16491cb757a776cf671997b9b20e8963cbb4ccf9c1f0e5c4414fc4e1a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin"; + sha256 = "63aa19f90cb244adbc7d36df4b7318b368417c02cf533316a7e46fa19e4d1227"; + sha256_unsigned = "63aa19f90cb244adbc7d36df4b7318b368417c02cf533316a7e46fa19e4d1227"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1043nd-v4" + "tl-wr1043nd-v4" + ]; + titles = [ + { + model = "TL-WR1043N/ND"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr1045nd-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1045nd-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1045nd-v2-initramfs-kernel.bin"; + sha256 = "47f299c9f9eb14519ba54cece42fae6f26bf7bd37313c81bc80fea6dd43e11f0"; + sha256_unsigned = "47f299c9f9eb14519ba54cece42fae6f26bf7bd37313c81bc80fea6dd43e11f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-sysupgrade.bin"; + sha256 = "979ffcd903715af78fc8cbfe0a83311bdf431f245dc5d09b01d1165bc8a1bc96"; + sha256_unsigned = "b5cc50be6855b8a9b1dcab8031858e364481c4c925dfc7b4233f04ed8e50f878"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-factory.bin"; + sha256 = "0c5ad3f1c5d093700132c5969362ce48b43cf9d27091da83de717d8699576d94"; + sha256_unsigned = "0c5ad3f1c5d093700132c5969362ce48b43cf9d27091da83de717d8699576d94"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr1045nd-v2" + ]; + titles = [ + { + model = "TL-WR1045ND"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr2543-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8367" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wr2543-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"; + sha256 = "cf36d162a95e8301b05682a8a4eac930fce9542d94ae811f0486e60ed8ca57f1"; + sha256_unsigned = "cf36d162a95e8301b05682a8a4eac930fce9542d94ae811f0486e60ed8ca57f1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin"; + sha256 = "f7230b4b98bd83e2c7f458f194fc903ebc6c344cfa5d62fd22497afc6eb70d38"; + sha256_unsigned = "e7e1e13445cd46efd9ad4f003a14f98436ca0d7e876da1bfc2d0876affff6a7e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr2543-v1-initramfs-kernel.bin"; + sha256 = "5ce05f45498460abf20e0091ebf2b7f379177d6033255f3a1605e13cb2063bf6"; + sha256_unsigned = "5ce05f45498460abf20e0091ebf2b7f379177d6033255f3a1605e13cb2063bf6"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr2543-v1" + "tl-wr2543n" + ]; + titles = [ + { + model = "TL-WR2543N/ND"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr810n-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wr810n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"; + sha256 = "83b51e6508c165d35092d9cfe31020eeab380301e1216ce7e230a96dba2df42b"; + sha256_unsigned = "83b51e6508c165d35092d9cfe31020eeab380301e1216ce7e230a96dba2df42b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin"; + sha256 = "517e37d914f45b5046fe0756636e7ef7b63ca869b3b73783be04c50dbe3e41f1"; + sha256_unsigned = "b0e0634bd2428604f156e9b595c354f0049d1f2c07929dba7c3a9e1f67102752"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr810n-v1-initramfs-kernel.bin"; + sha256 = "2075957cbd84ccd449d5fe4d13867f6877637952dc56988e81119f6ced8951a3"; + sha256_unsigned = "2075957cbd84ccd449d5fe4d13867f6877637952dc56988e81119f6ced8951a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr810n-v1" + "tl-wr810n" + ]; + titles = [ + { + model = "TL-WR810N"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841hp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wr841hp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr841hp-v2-squashfs-sysupgrade.bin"; + sha256 = "b2e70bcd75071b175bdc8f4b87e1002fd0c3b839447c1416374578fe38138697"; + sha256_unsigned = "925a2c9b6534c6b7d3eee533df681e56a4c46374a92ec44575d18b3cc0acce4d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr841hp-v2-squashfs-factory.bin"; + sha256 = "bdc3ebd0c2bb827d604a6fea01b6894a8ea8483f7721f0d5cb551960ed595afb"; + sha256_unsigned = "bdc3ebd0c2bb827d604a6fea01b6894a8ea8483f7721f0d5cb551960ed595afb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr841hp-v2-initramfs-kernel.bin"; + sha256 = "9f8502458abaf901a5739b1571766a81140261108799fcb29c90da4b16c93a05"; + sha256_unsigned = "9f8502458abaf901a5739b1571766a81140261108799fcb29c90da4b16c93a05"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr841hp-v2" + ]; + titles = [ + { + model = "TL-WR841HP"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841hp-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wr841hp-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr841hp-v3-squashfs-sysupgrade.bin"; + sha256 = "8440cf64b1f6d5e3239ed643bd86952c9252e9073a04bfb568ea272fd92c7090"; + sha256_unsigned = "a8819d7707e36318a6c163bbce122bd8d404f229140a528cee11a2bdaece8074"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr841hp-v3-initramfs-kernel.bin"; + sha256 = "94b07aee0cf43b0390a84be07fdf0f93ca502c139ad41ef39ab6c88070e2c54c"; + sha256_unsigned = "94b07aee0cf43b0390a84be07fdf0f93ca502c139ad41ef39ab6c88070e2c54c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr841hp-v3-squashfs-factory.bin"; + sha256 = "500f4ff6fc8445a5c558a42083a4457392bba9d9873c9bc5c64f3f0d7e6a5e00"; + sha256_unsigned = "500f4ff6fc8445a5c558a42083a4457392bba9d9873c9bc5c64f3f0d7e6a5e00"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr841hp-v3" + ]; + titles = [ + { + model = "TL-WR841HP"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wr842n-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr842n-v3-initramfs-kernel.bin"; + sha256 = "312d5b6681794b77d510442e4e136e68d5ef072a4e870cb27069c0fb1f3011fe"; + sha256_unsigned = "312d5b6681794b77d510442e4e136e68d5ef072a4e870cb27069c0fb1f3011fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin"; + sha256 = "74e0d5dc25f042ff4124adaf67cac742abdf0ec3586603256088ca7dfd0aa0ed"; + sha256_unsigned = "9c9027eb85da67cb70f6a5e161c9662e779dac27acbac2ca701c0d809ea55eac"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"; + sha256 = "1ac003da86101e5c33c6cfa2091d8a30074b6dead9c5661cdd231911b4340ee1"; + sha256_unsigned = "1ac003da86101e5c33c6cfa2091d8a30074b6dead9c5661cdd231911b4340ee1"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v3" + "tl-wr842n-v3" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + "-swconfig" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wr902ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr902ac-v1-squashfs-factory.bin"; + sha256 = "78f97945c01df3e486896b76f17feb0a7dde96300da76b7e738c2687828a0d45"; + sha256_unsigned = "78f97945c01df3e486896b76f17feb0a7dde96300da76b7e738c2687828a0d45"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr902ac-v1-squashfs-sysupgrade.bin"; + sha256 = "145785f2c87598c2e01cbead0ef4f6185c116272889183a5186f5cd479a29be3"; + sha256_unsigned = "818ce00205ac3918916585f52fd9ad1503987dd1200f747bdf8a5d0be17734e1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr902ac-v1-initramfs-kernel.bin"; + sha256 = "72f1b2b54ff21f52f5a1c81671584edef09b2681d59d4ae20431a91ef5797b38"; + sha256_unsigned = "72f1b2b54ff21f52f5a1c81671584edef09b2681d59d4ae20431a91ef5797b38"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v1" + "tl-wr902ac-v1" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr941hp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_tl-wr941hp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr941hp-v1-squashfs-sysupgrade.bin"; + sha256 = "69efc0a8e6a1e9af1e4e32ec09e42d3ab45ad96e6f7da19c1d5aa13b0501a3db"; + sha256_unsigned = "29fb0a8031505068beeec3b7a8c57498025e5ce7a5395ed900627358c7f44fd3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr941hp-v1-squashfs-factory.bin"; + sha256 = "3d4d65c06dc38ef66b2fd006785ce73118db424f6d1e8a4e4f8e0d585180feb4"; + sha256_unsigned = "3d4d65c06dc38ef66b2fd006785ce73118db424f6d1e8a4e4f8e0d585180feb4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_tl-wr941hp-v1-initramfs-kernel.bin"; + sha256 = "19bbfeef79698c3542fe6a81369147a2af8183104178d918b721c04cac6e0c02"; + sha256_unsigned = "19bbfeef79698c3542fe6a81369147a2af8183104178d918b721c04cac6e0c02"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr941hp-v1" + ]; + titles = [ + { + model = "TL-WR941HP"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_wbs210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_wbs210-v1-squashfs-sysupgrade.bin"; + sha256 = "9d8be3ce80fa0217befbfed8a1446f56fe5bafda632ac0a0706675dbc91700fb"; + sha256_unsigned = "3ea054ca04f411b03e729741fa7a105245a7385515d25b3c2f200116fced7f58"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_wbs210-v1-squashfs-factory.bin"; + sha256 = "37206666d8b2fd2c242860c2aadceb8122db88d519dbe35766c2506c89f74c06"; + sha256_unsigned = "37206666d8b2fd2c242860c2aadceb8122db88d519dbe35766c2506c89f74c06"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_wbs210-v1-initramfs-kernel.bin"; + sha256 = "1fb853a985358651cd75ee3a6296d52b068ffa6e2fa33b6ac50705d9925762e9"; + sha256_unsigned = "1fb853a985358651cd75ee3a6296d52b068ffa6e2fa33b6ac50705d9925762e9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v1" + "wbs210" + ]; + titles = [ + { + model = "WBS210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs210-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_wbs210-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_wbs210-v2-squashfs-sysupgrade.bin"; + sha256 = "25a90fe189070facede3ee24bbc3c513d66e9fa2399c7e5fefa1ed157c7238ff"; + sha256_unsigned = "0cf67ffa22800ca06de1b6a32faf30ece4afb382748339022e6b6df86adf0947"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_wbs210-v2-squashfs-factory.bin"; + sha256 = "e4e10b783e78664dfd42e7a394ebce930ff37f33d378cc6049e147b34c8369f0"; + sha256_unsigned = "e4e10b783e78664dfd42e7a394ebce930ff37f33d378cc6049e147b34c8369f0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_wbs210-v2-initramfs-kernel.bin"; + sha256 = "059fa9d79b22f54b75a7bf7058b6259cfe654cc1fe64bb3cc045b39b7a4b39f3"; + sha256_unsigned = "059fa9d79b22f54b75a7bf7058b6259cfe654cc1fe64bb3cc045b39b7a4b39f3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,wbs210-v2" + ]; + titles = [ + { + model = "WBS210"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_wbs510-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_wbs510-v1-initramfs-kernel.bin"; + sha256 = "67cebdffdc4cdad2a9b9768f96e223d942dd8186f60a3ca943625990952d1484"; + sha256_unsigned = "67cebdffdc4cdad2a9b9768f96e223d942dd8186f60a3ca943625990952d1484"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_wbs510-v1-squashfs-factory.bin"; + sha256 = "965128c8201cd49e04a9364fc46d6f3cdc8f54e252ef3a501694134544a091a7"; + sha256_unsigned = "965128c8201cd49e04a9364fc46d6f3cdc8f54e252ef3a501694134544a091a7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_wbs510-v1-squashfs-sysupgrade.bin"; + sha256 = "f7bbf47a0a596e489c426a0f7af238916b319fa717340577bd06e8bc29c4ef12"; + sha256_unsigned = "5c4fc5b18d7f44c4a59bca85e0f4befdff7d7f98eefb74c8369a943976a54d9d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,wbs510-v1" + "wbs510" + ]; + titles = [ + { + model = "WBS510"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_wbs510-v2 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-tplink_wbs510-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_wbs510-v2-initramfs-kernel.bin"; + sha256 = "28ddbbad213355cfed99446b4aa46d7978034a58f312d2a331721c9e86cfa06e"; + sha256_unsigned = "28ddbbad213355cfed99446b4aa46d7978034a58f312d2a331721c9e86cfa06e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_wbs510-v2-squashfs-sysupgrade.bin"; + sha256 = "c9f3ce17ebf7d014ff11c20cae3a8a962ba542c476ecfe0eaa37984ecf8b43be"; + sha256_unsigned = "952c38aa221686878ea70f00675b42798738cdeada6a0d048ededc3df8973c62"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-tplink_wbs510-v2-squashfs-factory.bin"; + sha256 = "6a136f75b96dedbfc2fe508092accf8761dba350a8b0aea7ed868864393a0c5f"; + sha256_unsigned = "6a136f75b96dedbfc2fe508092accf8761dba350a8b0aea7ed868864393a0c5f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,wbs510-v2" + ]; + titles = [ + { + model = "WBS510"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-673gru = { + device_packages = [ + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-owl-loader" + "kmod-switch-rtl8366s" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-trendnet_tew-673gru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-trendnet_tew-673gru-initramfs-kernel.bin"; + sha256 = "f7f96da50deaec88974d91f7a59e9755b06c3a28546e68999ef4862831cba765"; + sha256_unsigned = "f7f96da50deaec88974d91f7a59e9755b06c3a28546e68999ef4862831cba765"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-trendnet_tew-673gru-squashfs-sysupgrade.bin"; + sha256 = "97b844dacdf3514a594b1490181bab2bbf342a5484768058879d9a5915914f8f"; + sha256_unsigned = "8a576849b93ac653c4a615f53a8b852d3db498f264da555c3390221572e066db"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-trendnet_tew-673gru-squashfs-factory.bin"; + sha256 = "59fe7f86c7249ac994482455ccb3c0c211487bfdaaa1e779e113dc8203f0a423"; + sha256_unsigned = "59fe7f86c7249ac994482455ccb3c0c211487bfdaaa1e779e113dc8203f0a423"; + type = "factory"; + } + ]; + supported_devices = [ + "trendnet,tew-673gru" + ]; + titles = [ + { + model = "TEW-673GRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + trendnet_tew-823dru = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-trendnet_tew-823dru"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-trendnet_tew-823dru-squashfs-factory.bin"; + sha256 = "663a84f4883a3ca50dd7977138ca68bca73df9883f7fcd590b8874cf8dd4dfe2"; + sha256_unsigned = "663a84f4883a3ca50dd7977138ca68bca73df9883f7fcd590b8874cf8dd4dfe2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-trendnet_tew-823dru-squashfs-sysupgrade.bin"; + sha256 = "30a4eebe04e3ae780ff4733192ae38eec937ad2d799fcca7a7e6a402b94981ad"; + sha256_unsigned = "af19d5dc8bec119ac4f2378ff50b5ed66a79834b67d888c9f2e560fbf113dc5a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-trendnet_tew-823dru-initramfs-kernel.bin"; + sha256 = "09c354ddc18cbf1679aff8fac2e6aa645ca4b5a6d3eaa0f61b05180f3f122c3d"; + sha256_unsigned = "09c354ddc18cbf1679aff8fac2e6aa645ca4b5a6d3eaa0f61b05180f3f122c3d"; + type = "kernel"; + } + ]; + supported_devices = [ + "trendnet,tew-823dru" + "tew-823dru" + ]; + titles = [ + { + model = "TEW-823DRU"; + variant = "v1.0R"; + vendor = "Trendnet"; + } + ]; + }; + ubnt_aircube-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_aircube-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_aircube-ac-squashfs-sysupgrade.bin"; + sha256 = "0e1533080c0b141a97c731b04adb6e594611127c82d521d4b6021447f4ed156c"; + sha256_unsigned = "d876400b4ca3515963aa5e5f915c35ad4d558c5582308b8a98f7b2146e5f21dd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_aircube-ac-initramfs-kernel.bin"; + sha256 = "c8882c306977cff17dc32dd71f4ce46c394f5f58d7184ee50f7e8b6a58a4438b"; + sha256_unsigned = "c8882c306977cff17dc32dd71f4ce46c394f5f58d7184ee50f7e8b6a58a4438b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_aircube-ac-squashfs-factory.bin"; + sha256 = "b3c15441cb1d920815de4b796a1c8346d3a55ccc3ef445f57da886dc921ac563"; + sha256_unsigned = "b3c15441cb1d920815de4b796a1c8346d3a55ccc3ef445f57da886dc921ac563"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,aircube-ac" + ]; + titles = [ + { + model = "airCube AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_aircube-isp = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_aircube-isp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_aircube-isp-initramfs-kernel.bin"; + sha256 = "ca1d05ca05b1c1de61004e2d65d5db19c914ecda33256ec7724d8dda313f250d"; + sha256_unsigned = "ca1d05ca05b1c1de61004e2d65d5db19c914ecda33256ec7724d8dda313f250d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_aircube-isp-squashfs-sysupgrade.bin"; + sha256 = "a68a998cc53b84c601851c0deca2c39e3bdfab09b05ac8be61b111996656778e"; + sha256_unsigned = "c668293b479290a8f11766edde5c318b1a227fd65e31b8de7071a1f221a3e8cd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_aircube-isp-squashfs-factory.bin"; + sha256 = "cacffb3b08adf7da7dcd9c51c235f9542cca78baad61449aea7d29e9af554d8e"; + sha256_unsigned = "cacffb3b08adf7da7dcd9c51c235f9542cca78baad61449aea7d29e9af554d8e"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,aircube-isp" + "ubnt,acb-isp" + ]; + titles = [ + { + model = "airCube ISP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_bullet-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_bullet-ac-initramfs-kernel.bin"; + sha256 = "473909430c4e8cef46061583daa80f08ed52cf817ddca6084ff4011998e8e489"; + sha256_unsigned = "473909430c4e8cef46061583daa80f08ed52cf817ddca6084ff4011998e8e489"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_bullet-ac-squashfs-sysupgrade.bin"; + sha256 = "bd21f53f71da8295b20ae16d5fb9abf09d1f2b18004eeb33360af1996461cdc3"; + sha256_unsigned = "5a3e01d9201ced3301fadeb84a9073159f79ad5dfc2d3fc2b41f87adb4f4a4a6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_bullet-ac-squashfs-factory.bin"; + sha256 = "36f987521bd2ff1a4cc7f7869ddb136bae7b4ce8b3a74641d7aa1b7cf10531ee"; + sha256_unsigned = "36f987521bd2ff1a4cc7f7869ddb136bae7b4ce8b3a74641d7aa1b7cf10531ee"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-ac" + ]; + titles = [ + { + model = "Bullet AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_bullet-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_bullet-m-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_bullet-m-xw-initramfs-kernel.bin"; + sha256 = "048a4de49c41ef5e31dbebbd918b96ddf09ec8decb22601e43f207b9760229d8"; + sha256_unsigned = "048a4de49c41ef5e31dbebbd918b96ddf09ec8decb22601e43f207b9760229d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin"; + sha256 = "0295daf3e3c24a47478fcbe7c62ca376b71f7253da5dc764973897b5199dfa69"; + sha256_unsigned = "b7ec2db379d188401d7f9ed9df0856ba9a4a51a56e542f2a7311c463172b27fb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"; + sha256 = "c9c19d0a7178e759b950e4df83b439f93261f89d5349452b9bdadcd989b77c87"; + sha256_unsigned = "c9c19d0a7178e759b950e4df83b439f93261f89d5349452b9bdadcd989b77c87"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,bullet-m-xw" + "bullet-m-xw" + ]; + titles = [ + { + model = "Bullet M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgeswitch-5xp = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_edgeswitch-5xp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_edgeswitch-5xp-squashfs-factory.bin"; + sha256 = "285e2a0f0e0dd37b6c5be7fc1e4ff1d391291d90ea590f7f38250e1ef9525ebd"; + sha256_unsigned = "285e2a0f0e0dd37b6c5be7fc1e4ff1d391291d90ea590f7f38250e1ef9525ebd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_edgeswitch-5xp-initramfs-kernel.bin"; + sha256 = "ba26fc4c2b617654edd9d3093f43dd9c7b7ed96514b26c2369dd9918d49c1a22"; + sha256_unsigned = "ba26fc4c2b617654edd9d3093f43dd9c7b7ed96514b26c2369dd9918d49c1a22"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_edgeswitch-5xp-squashfs-sysupgrade.bin"; + sha256 = "27c2daf6450f39c37fe6c1f5f26bb50822cf4551adc9937e7eda976eaa3c45ac"; + sha256_unsigned = "7616e048909eadfd14069be392912d1ab65098814d471e91d87e62d77bb3c6a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgeswitch-5xp" + ]; + titles = [ + { + model = "EdgeSwitch 5XP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_lap-120 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_lap-120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin"; + sha256 = "cf8691b5adbd5e948edffe8bca552f44ab2bae45d468b23330dc079c5b996cd9"; + sha256_unsigned = "dfda3bf314dc7bd6185e52ec77a2d5fc91f779c916384317dcf748b7ed506a32"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_lap-120-squashfs-factory.bin"; + sha256 = "f79fb3b42eb4cbc392f6a8edaf10ef2e9629595869be4906f1d0c3408bfac3b2"; + sha256_unsigned = "f79fb3b42eb4cbc392f6a8edaf10ef2e9629595869be4906f1d0c3408bfac3b2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_lap-120-initramfs-kernel.bin"; + sha256 = "d1ee8ce3aa00ee654edb1544360042bd65a3dd104e04e497cb647f2b01f23461"; + sha256_unsigned = "d1ee8ce3aa00ee654edb1544360042bd65a3dd104e04e497cb647f2b01f23461"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,lap-120" + ]; + titles = [ + { + model = "LiteAP ac (LAP-120)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_litebeam-ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_litebeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-factory.bin"; + sha256 = "f518bfcd80785f164155442bbab67a29491c9a33f41266d0d7d63665b9bde8ac"; + sha256_unsigned = "f518bfcd80785f164155442bbab67a29491c9a33f41266d0d7d63665b9bde8ac"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "30323b26f7af1c26038a7eb543334b179cdb236de78fd121ea746d85e14a9159"; + sha256_unsigned = "b9e6124415c4c0f719da1104f2df0d4257e3f9f58cb36243578f8d08686ac973"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_litebeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "b14250c5e2158a8e882c3e4712515ee5b2f5271ffbd37085bd6e8f3e4fd69239"; + sha256_unsigned = "b14250c5e2158a8e882c3e4712515ee5b2f5271ffbd37085bd6e8f3e4fd69239"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,litebeam-ac-gen2" + ]; + titles = [ + { + model = "LiteBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_nanobeam-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"; + sha256 = "5b960ec9918ef9a847455def7614245256e101d741b3696f12431d4a66519a77"; + sha256_unsigned = "60eca34d9a94e33128b3ae3fd87a713b02cdf20c1851ddedad6c8f2623049c3b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin"; + sha256 = "458a6c6e145418173975b141d302f449c73cbac8786c374387e97dc2b6d33110"; + sha256_unsigned = "458a6c6e145418173975b141d302f449c73cbac8786c374387e97dc2b6d33110"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanobeam-ac-initramfs-kernel.bin"; + sha256 = "827cd874d37d68d921330a95748dea7b21be781120158d77a08717edb98533af"; + sha256_unsigned = "827cd874d37d68d921330a95748dea7b21be781120158d77a08717edb98533af"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-gen2 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_nanobeam-ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "8ef57e2cede350c18ac56848954abb8cb2534a11b85576fb14e5c4cd615dcb71"; + sha256_unsigned = "364610a3a8fa595ab503195bfba2c4b7ff5862e032f500aaf7979a5de4e02fa2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanobeam-ac-gen2-initramfs-kernel.bin"; + sha256 = "e20571e15b18934bdfaac0831412d9ef151d3c79e439bf55a3de96bad1678f96"; + sha256_unsigned = "e20571e15b18934bdfaac0831412d9ef151d3c79e439bf55a3de96bad1678f96"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanobeam-ac-gen2-squashfs-factory.bin"; + sha256 = "c3b9a4460cef744b2ec3888c196ea0bdb2693221a08d75fdecd2edafd8ab9268"; + sha256_unsigned = "c3b9a4460cef744b2ec3888c196ea0bdb2693221a08d75fdecd2edafd8ab9268"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-gen2" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-ac-xc = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_nanobeam-ac-xc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanobeam-ac-xc-initramfs-kernel.bin"; + sha256 = "7da7fc9638b3343881b22e776b55a3284d904a607646c8b4eb82bba99cae503e"; + sha256_unsigned = "7da7fc9638b3343881b22e776b55a3284d904a607646c8b4eb82bba99cae503e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanobeam-ac-xc-squashfs-factory.bin"; + sha256 = "0fd59d5a6b9e22cb43507d61f281f0f9d67df98821220ce6c915cf712a97f7fa"; + sha256_unsigned = "0fd59d5a6b9e22cb43507d61f281f0f9d67df98821220ce6c915cf712a97f7fa"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanobeam-ac-xc-squashfs-sysupgrade.bin"; + sha256 = "a5e51b7cf255f56e8c1296409e8dd89785f620d445c485ac40a229af602e6bae"; + sha256_unsigned = "906d3fbda4611d16cc2e218a742dfbd3293ad6d212df222e2ef94c86b2e1a15f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-ac-xc" + ]; + titles = [ + { + model = "NanoBeam AC"; + variant = "Gen1 (XC)"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanobeam-m5-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_nanobeam-m5-xw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanobeam-m5-xw-initramfs-kernel.bin"; + sha256 = "df3005c01c8503e36624d8f801fbfc12212133563c3afec73b5445ba9dcc9a91"; + sha256_unsigned = "df3005c01c8503e36624d8f801fbfc12212133563c3afec73b5445ba9dcc9a91"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanobeam-m5-xw-squashfs-sysupgrade.bin"; + sha256 = "39d6b729325bb7bcc0ede195d7d0027cefccc6f162268415cd0ce08d9f673f00"; + sha256_unsigned = "9c9eaa787ac64d88fae10d3a30f58286273a118ae028d8659d4827e9c1f3bf3a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanobeam-m5-xw-squashfs-factory.bin"; + sha256 = "dc97770dd8248954dc902af4ea2e794ae0e3596a64e29682ede7ea5123902113"; + sha256_unsigned = "dc97770dd8248954dc902af4ea2e794ae0e3596a64e29682ede7ea5123902113"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanobeam-m5-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "NanoBeam M5"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_nanostation-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"; + sha256 = "c0501b0c745bf7964cb1c45fa158592039526ab85cb1d05da9d20584c3c5be9a"; + sha256_unsigned = "c0501b0c745bf7964cb1c45fa158592039526ab85cb1d05da9d20584c3c5be9a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanostation-ac-initramfs-kernel.bin"; + sha256 = "cec8707d328780bf581c849af2c9437f2589e39eb2595a800f80bf6d98644e8c"; + sha256_unsigned = "cec8707d328780bf581c849af2c9437f2589e39eb2595a800f80bf6d98644e8c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin"; + sha256 = "439c244e41aac933e4465b85741a88881619027c44057273ebfab3ed6e92dff7"; + sha256_unsigned = "f60bfc78497ffe8d377c9f4c4adf9cb00aacf7a0888d6ca8ae5cfdfde270b5d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac" + ]; + titles = [ + { + model = "Nanostation AC"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-ac-loco = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_nanostation-ac-loco"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"; + sha256 = "7f7903d10b0732b502dc905ee9409bd3f05290e0ad00bf5fed7a8161dbf0d3be"; + sha256_unsigned = "a85b36cd93e6c585a838832dc2985fd2bf70ec77ff3b8adf5c1656023ff4eee7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanostation-ac-loco-initramfs-kernel.bin"; + sha256 = "4c95ec39e10936b3f71bab2b90f2d7c0a8a1b5f89cbe6abc241c1cb3404ca31f"; + sha256_unsigned = "4c95ec39e10936b3f71bab2b90f2d7c0a8a1b5f89cbe6abc241c1cb3404ca31f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin"; + sha256 = "2e5e97d396fc7c2c27795f83fee3bf1098778367722b12e6cd00b108350295fa"; + sha256_unsigned = "2e5e97d396fc7c2c27795f83fee3bf1098778367722b12e6cd00b108350295fa"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-ac-loco" + ]; + titles = [ + { + model = "Nanostation AC loco"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-loco-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_nanostation-loco-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-factory.bin"; + sha256 = "6ba14689940da4392e4df8bb7c9de961d6350f87d3bb9628740ff57d31e1c89a"; + sha256_unsigned = "6ba14689940da4392e4df8bb7c9de961d6350f87d3bb9628740ff57d31e1c89a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanostation-loco-m-xw-initramfs-kernel.bin"; + sha256 = "0d382a0cf372bb029e0a487b1b0b01d7900f546055794ed124589fc8f820650b"; + sha256_unsigned = "0d382a0cf372bb029e0a487b1b0b01d7900f546055794ed124589fc8f820650b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanostation-loco-m-xw-squashfs-sysupgrade.bin"; + sha256 = "edf02023d311b2d7ae1307e463caa87b16375603778165f917fe396d28443f2a"; + sha256_unsigned = "a28b01315cd78b80ae97e9900f1ada16df33a5dff0ab83235c6850f20222d2ca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,nanostation-loco-m-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "Nanostation Loco M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_nanostation-m-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_nanostation-m-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin"; + sha256 = "bd03436b86c2b0d76d090a4a57327190662b75b1a8912022799a6950f235a00d"; + sha256_unsigned = "e23db9ac3ef8ad67673990b590aa155bf5286a2d8df7cd467dfb1b1c938917f2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanostation-m-xw-initramfs-kernel.bin"; + sha256 = "31a49ef556e7bd4f38070ea98639f7b50912b1f1e11fb4d10e2ce405d13336ae"; + sha256_unsigned = "31a49ef556e7bd4f38070ea98639f7b50912b1f1e11fb4d10e2ce405d13336ae"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"; + sha256 = "11f211a45ad35d59dec83e43f9cb8916465daee8ec8fc19335125a26f9af7909"; + sha256_unsigned = "11f211a45ad35d59dec83e43f9cb8916465daee8ec8fc19335125a26f9af7909"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,nanostation-m-xw" + "nanostation-m-xw" + ]; + titles = [ + { + model = "Nanostation M"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-500 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_powerbeam-5ac-500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_powerbeam-5ac-500-initramfs-kernel.bin"; + sha256 = "f01422a85ca47e4d60b8ad6bccfbbe8472cdf08048b27e3ea1aee124c0f080dc"; + sha256_unsigned = "f01422a85ca47e4d60b8ad6bccfbbe8472cdf08048b27e3ea1aee124c0f080dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-factory.bin"; + sha256 = "5ee0b501778d0b3cc0b355eff57ad0659e6e1d4eb651ceb3aabcc6250827a37c"; + sha256_unsigned = "5ee0b501778d0b3cc0b355eff57ad0659e6e1d4eb651ceb3aabcc6250827a37c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_powerbeam-5ac-500-squashfs-sysupgrade.bin"; + sha256 = "1eff6ab8ec95038d71bd35d5f0e85cf5f7ecabfb4beb3d89ce0c63a98f957eac"; + sha256_unsigned = "9cc4fb81d63f73a38fe730a9cdcc84b9c24316759e10f10efdb8a603f090554a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-500" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "500"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-5ac-gen2 = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_powerbeam-5ac-gen2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-factory.bin"; + sha256 = "9abb8cfac49557d145aa0fd5f97ccd94524292322a1fa3d995dc744e0906fdbd"; + sha256_unsigned = "9abb8cfac49557d145aa0fd5f97ccd94524292322a1fa3d995dc744e0906fdbd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_powerbeam-5ac-gen2-squashfs-sysupgrade.bin"; + sha256 = "65ec25e2cbdd7e8999d1e8393649c42f81069250316a35e5e11b20d2d4af2039"; + sha256_unsigned = "5511d3902f5a254cbb4ae3058e80a6a85253c58bc03b0116a05d0bfefe941cf4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_powerbeam-5ac-gen2-initramfs-kernel.bin"; + sha256 = "1daae6074515f89a68bf0e8ceab6fbb3fea16e47bce859b88fdf4086ce72dee5"; + sha256_unsigned = "1daae6074515f89a68bf0e8ceab6fbb3fea16e47bce859b88fdf4086ce72dee5"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-5ac-gen2" + ]; + titles = [ + { + model = "PowerBeam 5AC"; + variant = "Gen2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-m2-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_powerbeam-m2-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_powerbeam-m2-xw-squashfs-factory.bin"; + sha256 = "595e8ea0d7e5405e655d4572d7f52867277d0d6995ca77f6c89ddbbeb479a1ee"; + sha256_unsigned = "595e8ea0d7e5405e655d4572d7f52867277d0d6995ca77f6c89ddbbeb479a1ee"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_powerbeam-m2-xw-squashfs-sysupgrade.bin"; + sha256 = "f7e3331104f1d30102c6d3297b467b79bc2dfc34175de55e1ef1c0018379e486"; + sha256_unsigned = "64cb7d9376cf985f9fa7885ec18a28834b11575f1223cc4e7b82b5a45207ed1f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_powerbeam-m2-xw-initramfs-kernel.bin"; + sha256 = "d52510dcf070b7ebea4bd70fc0fba2070b01ef3fcff4fa3c4d2ca3cd54130110"; + sha256_unsigned = "d52510dcf070b7ebea4bd70fc0fba2070b01ef3fcff4fa3c4d2ca3cd54130110"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-m2-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "PowerBeam M2"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbeam-m5-xw = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_powerbeam-m5-xw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_powerbeam-m5-xw-squashfs-sysupgrade.bin"; + sha256 = "df0e3a813558569c5ea40c6f62cbfe27e09339b8da834521f35d04c5e6141233"; + sha256_unsigned = "602083ec4312c683633420e34f913af890b08cac0c680c9265649ce44bda706b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_powerbeam-m5-xw-initramfs-kernel.bin"; + sha256 = "53959d9f1519e38187fa8f6b6b04ab66529bd1f5e03fb97795b808b27a015a28"; + sha256_unsigned = "53959d9f1519e38187fa8f6b6b04ab66529bd1f5e03fb97795b808b27a015a28"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_powerbeam-m5-xw-squashfs-factory.bin"; + sha256 = "31b43649c045666b09e693db1af03de225487a39355678f9323037feeb518b93"; + sha256_unsigned = "31b43649c045666b09e693db1af03de225487a39355678f9323037feeb518b93"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,powerbeam-m5-xw" + "loco-m-xw" + ]; + titles = [ + { + model = "PowerBeam M5"; + variant = "XW"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_powerbridge-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_powerbridge-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_powerbridge-m-initramfs-kernel.bin"; + sha256 = "4bb4535cf214df3e24b3f7dc71e14b21a510b79ff7aa25eaaca181361e33460a"; + sha256_unsigned = "4bb4535cf214df3e24b3f7dc71e14b21a510b79ff7aa25eaaca181361e33460a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_powerbridge-m-squashfs-factory.bin"; + sha256 = "3ecccba5e77dfbc9c0fd45043bd8673cdcd54e04c80f56a1d609435f2715e083"; + sha256_unsigned = "3ecccba5e77dfbc9c0fd45043bd8673cdcd54e04c80f56a1d609435f2715e083"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_powerbridge-m-squashfs-sysupgrade.bin"; + sha256 = "4b6ac3e75fed1450a592af92518f727073eb3fd3b27f195f8ceef5e46a567aa3"; + sha256_unsigned = "fbe8e8c2c4633de5a5500aa705d62ffcb29b61e7ee62346c6c7caefbca7550eb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,powerbridge-m" + "bullet-m" + ]; + titles = [ + { + model = "PowerBridge M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-5ac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_rocket-5ac-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_rocket-5ac-lite-initramfs-kernel.bin"; + sha256 = "698481a8cb9f893748e0a8566bdb7600ef98c7b158214af0537d7554137ec7d5"; + sha256_unsigned = "698481a8cb9f893748e0a8566bdb7600ef98c7b158214af0537d7554137ec7d5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_rocket-5ac-lite-squashfs-sysupgrade.bin"; + sha256 = "e67922ca336d6021531cec573e1a8d2170aa69a8590bf109cee14f211611468f"; + sha256_unsigned = "bb2e7866d8867ed6ae4f75a30e80e4832da353652495dc7f16a319c91f575ba0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_rocket-5ac-lite-squashfs-factory.bin"; + sha256 = "47647f42e167f5f3673eef628c8ec47abd603ce86ccd0855560ad4a28d89a62a"; + sha256_unsigned = "47647f42e167f5f3673eef628c8ec47abd603ce86ccd0855560ad4a28d89a62a"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,rocket-5ac-lite" + ]; + titles = [ + { + model = "Rocket 5AC"; + variant = "Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_rocket-m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_rocket-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_rocket-m-initramfs-kernel.bin"; + sha256 = "582949e404bdf9d62bd5088bff3cf9f10d4a3a03dc7e1a04e366469fc53be12f"; + sha256_unsigned = "582949e404bdf9d62bd5088bff3cf9f10d4a3a03dc7e1a04e366469fc53be12f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin"; + sha256 = "356cf3ce12a8a6f7017d19a89c70dbea9cfb8f887fc33ec35b79565906dd4983"; + sha256_unsigned = "3a13844c95145e7be0fb75b7196e8573481e3f54a41927af04a43fbd63ffab8c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"; + sha256 = "367330a4dd778204b45e98b5e966586922df1afd15464885bd03e572172d28d3"; + sha256_unsigned = "367330a4dd778204b45e98b5e966586922df1afd15464885bd03e572172d28d3"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,rocket-m" + "rocket-m" + ]; + titles = [ + { + model = "Rocket M"; + variant = "XM"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-mbedtls" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_routerstation"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_routerstation-squashfs-factory.bin"; + sha256 = "c3aee125e2970bbb03b2498f1d0a4f493bc19e4d5705aaffe52c3661184b6ba0"; + sha256_unsigned = "c3aee125e2970bbb03b2498f1d0a4f493bc19e4d5705aaffe52c3661184b6ba0"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_routerstation-initramfs-kernel.bin"; + sha256 = "e49e09493f220c7b5af8694683d6da06543ef55fabe9e09ede92426f433e25aa"; + sha256_unsigned = "e49e09493f220c7b5af8694683d6da06543ef55fabe9e09ede92426f433e25aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_routerstation-squashfs-sysupgrade.bin"; + sha256 = "1a9d2b9f925953a518c2abf04273e0d3622309f2aecf52af6e9b784f713c0372"; + sha256_unsigned = "3964057e10f03e55e68f5ea36fb5e03ebdf5ab8014d11a3989fe9381e275b5c8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,routerstation" + ]; + titles = [ + { + model = "RouterStation"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_routerstation-pro = { + device_packages = [ + "-kmod-ath9k" + "-wpad-basic-mbedtls" + "-uboot-envtools" + "kmod-usb-ohci" + "kmod-usb2" + "fconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_routerstation-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"; + sha256 = "8590f23e557ca2331b27a91868cab99b3ad46b14cca7dd95b42f0cde3f79a6d7"; + sha256_unsigned = "8590f23e557ca2331b27a91868cab99b3ad46b14cca7dd95b42f0cde3f79a6d7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_routerstation-pro-initramfs-kernel.bin"; + sha256 = "e82db77bf7277968fef7bf43b8c9a12c6771be87687ad28423948659c1aa7708"; + sha256_unsigned = "e82db77bf7277968fef7bf43b8c9a12c6771be87687ad28423948659c1aa7708"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_routerstation-pro-squashfs-sysupgrade.bin"; + sha256 = "983e2b4c67e1b10eb7fb7622cad53a7205c3f2f8871fd231b7b8a11cc89c81ef"; + sha256_unsigned = "9c5ae13da2fa4e8f18341355c56fc448a449f00038d394aaa80fe578ecbde6fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,routerstation-pro" + ]; + titles = [ + { + model = "RouterStation Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_unifi-ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifi-ap-squashfs-factory.bin"; + sha256 = "44faf64fecb2415d44a5d900715b42a46d25b76331d68a995525e33fc8359018"; + sha256_unsigned = "44faf64fecb2415d44a5d900715b42a46d25b76331d68a995525e33fc8359018"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifi-ap-initramfs-kernel.bin"; + sha256 = "dfe43dec1244e2e1fe7cb336800d0f96765b430be26d39eeff541607b443bdf7"; + sha256_unsigned = "dfe43dec1244e2e1fe7cb336800d0f96765b430be26d39eeff541607b443bdf7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifi-ap-squashfs-sysupgrade.bin"; + sha256 = "2507de85e93f6d39116a3902fbdd867eb7cc075a86bc192315320dc526b17964"; + sha256_unsigned = "9a5b7abb4303a92db3045cdcc873103c1bccd402aaf9e36d69608f7416660ada"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap" + "unifi" + "ubnt,unifi" + ]; + titles = [ + { + model = "UniFi AP"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-lr = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_unifi-ap-lr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifi-ap-lr-initramfs-kernel.bin"; + sha256 = "1370ff74d0cbfb2e38870555b1c1c3d0d7a7d1132b069ea4c8ba9b1fa49b8ea1"; + sha256_unsigned = "1370ff74d0cbfb2e38870555b1c1c3d0d7a7d1132b069ea4c8ba9b1fa49b8ea1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifi-ap-lr-squashfs-sysupgrade.bin"; + sha256 = "2d02159a40b336831d68a67aff01fb32a793b4554a7e80de5650e5bde6cb8698"; + sha256_unsigned = "e65dea927da437beb1896e1d24494d46a03403217cb177f6a4da31575acaa767"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifi-ap-lr-squashfs-factory.bin"; + sha256 = "4248b258db1480e1ec52ec341feea17798c96acc94fa84605f93e79a392ab68e"; + sha256_unsigned = "4248b258db1480e1ec52ec341feea17798c96acc94fa84605f93e79a392ab68e"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-lr" + "unifi" + "ubnt,unifi" + "ubnt,unifi-ap" + ]; + titles = [ + { + model = "UniFi AP"; + variant = "LR"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-outdoor-plus = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_unifi-ap-outdoor-plus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifi-ap-outdoor-plus-initramfs-kernel.bin"; + sha256 = "a414ef0f03fd6b5ec1d1984d5f745b234d5e21b313cdd4f9a85d8890fd862481"; + sha256_unsigned = "a414ef0f03fd6b5ec1d1984d5f745b234d5e21b313cdd4f9a85d8890fd862481"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-factory.bin"; + sha256 = "0326b28f83414ed63b929f2e6534391b73718856c9d0ecad87ef684e94ee759c"; + sha256_unsigned = "2316c783abce119e88bcd35e60d4f8dba15c00dac2596ebc6580121072decf5a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifi-ap-outdoor-plus-squashfs-sysupgrade.bin"; + sha256 = "2f74ce7b8e05ad1028b03b95a80352ad7053a0f22299e598387144d6fc2febd7"; + sha256_unsigned = "2316c783abce119e88bcd35e60d4f8dba15c00dac2596ebc6580121072decf5a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-outdoor-plus" + "unifi-outdoor-plus" + ]; + titles = [ + { + model = "UniFi AP Outdoor+"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-ap-pro = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_unifi-ap-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifi-ap-pro-initramfs-kernel.bin"; + sha256 = "46dc1c00f19a9a92e3d65a1d02d856807df55cb8b139a4166e6868743f945e41"; + sha256_unsigned = "46dc1c00f19a9a92e3d65a1d02d856807df55cb8b139a4166e6868743f945e41"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifi-ap-pro-squashfs-sysupgrade.bin"; + sha256 = "41b72817073b9a12d7d53583087ba4854868d1b8b648bd34b6c116df1d3059f9"; + sha256_unsigned = "bd20863ebe73f6c0af4a20aca204b4130d46233df950c0beb4a13b8263a36752"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifi-ap-pro-squashfs-factory.bin"; + sha256 = "739c42ab2b729357f3b09ba4e133114f37dcd02925f1cc0357da5ec9052e360f"; + sha256_unsigned = "bd20863ebe73f6c0af4a20aca204b4130d46233df950c0beb4a13b8263a36752"; + type = "factory"; + } + ]; + supported_devices = [ + "ubnt,unifi-ap-pro" + "uap-pro" + ]; + titles = [ + { + model = "UniFi AP Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lite = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_unifiac-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"; + sha256 = "d7b918eb3d9158721e8a2923e2ba9cb5bd02a2c6e0696a7b245b92e2b1102313"; + sha256_unsigned = "1b7ce555c287ca59dda626d4e0297ef4dc4cbd86d3e6f4426c2bcfd814ed12f6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifiac-lite-initramfs-kernel.bin"; + sha256 = "8fbaf42f6551c59d0f5d0121b79b73add623aa297c25bdb9e9a00fc7f468f75a"; + sha256_unsigned = "8fbaf42f6551c59d0f5d0121b79b73add623aa297c25bdb9e9a00fc7f468f75a"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lite" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-lr = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_unifiac-lr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifiac-lr-initramfs-kernel.bin"; + sha256 = "74d62688b1b0c2dcb67d2c04971b8982fb331d73af6d172b1decd78022fedc00"; + sha256_unsigned = "74d62688b1b0c2dcb67d2c04971b8982fb331d73af6d172b1decd78022fedc00"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"; + sha256 = "8cc564287985eeac6da818b9c121f0ce34bb873ae3f3f06eef14687265c67159"; + sha256_unsigned = "c6b66e9dc49f0187f308785e480eacf99d6f0bf707cdac4b20efe031588608d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-lr" + "unifiac-lite" + "ubnt,unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC LR"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "-swconfig" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_unifiac-mesh"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifiac-mesh-initramfs-kernel.bin"; + sha256 = "6bf909fa304ca3bc57e7763e8e39c75cf647ff307abb3df903fef888f67e03ee"; + sha256_unsigned = "6bf909fa304ca3bc57e7763e8e39c75cf647ff307abb3df903fef888f67e03ee"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"; + sha256 = "e98ea8123784560b66a013a12ac3c5c77c34c95fa56839a13e3c4a9e6fe057e8"; + sha256_unsigned = "a188fb85b8135db225884bd01f647da924bbe508092c3924bcacfaca272cb9a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh" + "unifiac-lite" + ]; + titles = [ + { + model = "UniFi AC Mesh"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-mesh-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_unifiac-mesh-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifiac-mesh-pro-initramfs-kernel.bin"; + sha256 = "e28a203dd9dab77acb37790934efd6cf9172d8b87dca08404a61b99f77dc3988"; + sha256_unsigned = "e28a203dd9dab77acb37790934efd6cf9172d8b87dca08404a61b99f77dc3988"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"; + sha256 = "22ceb5252b65ab8746b72fd3537deb124556a325b37b59ea8182b7b596f1d351"; + sha256_unsigned = "6c6c696fa52cd8839384bfa7f2b4174209b44a70edb8ed3bd7973cba5aee0610"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifiac-mesh-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Mesh Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifiac-pro = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-ubnt_unifiac-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"; + sha256 = "dedcf8983b6ac037bf88894043031a309219d901106e65aeb76b3c559c9c8968"; + sha256_unsigned = "e810fc9058706868fa5440c27a8d80628d6035205273c391ea38cbb708fe92d5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-ubnt_unifiac-pro-initramfs-kernel.bin"; + sha256 = "27d18e7ca9e67e6be619c58266863b479d99d4f8e8845f45b6714cab5d2d49b7"; + sha256_unsigned = "27d18e7ca9e67e6be619c58266863b479d99d4f8e8845f45b6714cab5d2d49b7"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifiac-pro" + "unifiac-pro" + ]; + titles = [ + { + model = "UniFi AC Pro"; + vendor = "Ubiquiti"; + } + ]; + }; + wallys_dr531 = { + device_packages = [ + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-wallys_dr531"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-wallys_dr531-initramfs-kernel.bin"; + sha256 = "266d157ab4a954276e4ee9fee04f19d23225281bcb450176abecb1e3de6a7469"; + sha256_unsigned = "266d157ab4a954276e4ee9fee04f19d23225281bcb450176abecb1e3de6a7469"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-wallys_dr531-squashfs-sysupgrade.bin"; + sha256 = "e5e0cf0770598f7a5d9938f92d2d52c501363d43088ccfd81a32db92b4caea5b"; + sha256_unsigned = "5c2f79f812f17786deb29403b19bd1df3944c9dd9fde95cff120f2b60dd894d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wallys,dr531" + "dr531" + ]; + titles = [ + { + model = "DR531"; + vendor = "Wallys"; + } + ]; + }; + watchguard_ap100 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-watchguard_ap100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-watchguard_ap100-initramfs-kernel.bin"; + sha256 = "114a23a9f255dd07d7f2ebb5b000c0991f1ac5d56ab3061d2b50c24aa33df751"; + sha256_unsigned = "114a23a9f255dd07d7f2ebb5b000c0991f1ac5d56ab3061d2b50c24aa33df751"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-watchguard_ap100-squashfs-factory.bin"; + sha256 = "8b51a2c6cb256cbea0735bb77aabd9927f8551a54bd81e9762de5a3d1f5f64f8"; + sha256_unsigned = "8b51a2c6cb256cbea0735bb77aabd9927f8551a54bd81e9762de5a3d1f5f64f8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-watchguard_ap100-squashfs-sysupgrade.bin"; + sha256 = "112f87352d7d64f349a2e6163164163612e0ac2f9fd4c9e2cc91cf576621d2f7"; + sha256_unsigned = "7c13881b75d69529b84cc47ca886c4da507de86835a4ba38a92f9e76e395e291"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "watchguard,ap100" + ]; + titles = [ + { + model = "AP100"; + vendor = "WatchGuard"; + } + ]; + }; + watchguard_ap200 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-watchguard_ap200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-watchguard_ap200-squashfs-sysupgrade.bin"; + sha256 = "1f3bd86c4dd5a74f3cd63eaf0bdf6f4b604984008e1dbc0030ef4ac8cf474b35"; + sha256_unsigned = "8063eefed423630f4e7c98e96a2a6960de024893ef1c4468f6f2875441951e0a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-watchguard_ap200-squashfs-factory.bin"; + sha256 = "345984bd2c79b277afc2c93a811206d9b138f705ee11b04a1ad169a4480596b6"; + sha256_unsigned = "345984bd2c79b277afc2c93a811206d9b138f705ee11b04a1ad169a4480596b6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-watchguard_ap200-initramfs-kernel.bin"; + sha256 = "c66bc8c8f2fdcfd72a864a0a9bf84283f2068d88e1151e888336b99ebe5c28d9"; + sha256_unsigned = "c66bc8c8f2fdcfd72a864a0a9bf84283f2068d88e1151e888336b99ebe5c28d9"; + type = "kernel"; + } + ]; + supported_devices = [ + "watchguard,ap200" + ]; + titles = [ + { + model = "AP200"; + vendor = "WatchGuard"; + } + ]; + }; + watchguard_ap300 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "kmod-ath10k-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-watchguard_ap300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-watchguard_ap300-squashfs-factory.bin"; + sha256 = "287c3055988e3121884532dd758ed358ee8474a2d8b5be007077d1fed437f104"; + sha256_unsigned = "287c3055988e3121884532dd758ed358ee8474a2d8b5be007077d1fed437f104"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-watchguard_ap300-squashfs-sysupgrade.bin"; + sha256 = "8596854cbccdbfd9149eeaa54a02ab73a43cad0f6cea074f53c290a5caaf783b"; + sha256_unsigned = "e415ee11bd42cc2057e1d37e88ed21f73ac8ab5b2955c4330dd662df376a0021"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-watchguard_ap300-initramfs-kernel.bin"; + sha256 = "ee27fc4650376a56412b34cbfa1fd98894a9df85e468da7ac3566d5398c69bf0"; + sha256_unsigned = "ee27fc4650376a56412b34cbfa1fd98894a9df85e468da7ac3566d5398c69bf0"; + type = "kernel"; + } + ]; + supported_devices = [ + "watchguard,ap300" + ]; + titles = [ + { + model = "AP300"; + vendor = "WatchGuard"; + } + ]; + }; + wd_mynet-n600 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-wd_mynet-n600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-wd_mynet-n600-initramfs-kernel.bin"; + sha256 = "b8561d8fa6f193116af3e46dc66a1b33ebd0bffaa9ad4b70c00014c90a47582d"; + sha256_unsigned = "b8561d8fa6f193116af3e46dc66a1b33ebd0bffaa9ad4b70c00014c90a47582d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-wd_mynet-n600-squashfs-factory.bin"; + sha256 = "949cb8dbecb831a549b2f80aded0e9d32f471db683d7aeea8fd6d16502fd6561"; + sha256_unsigned = "949cb8dbecb831a549b2f80aded0e9d32f471db683d7aeea8fd6d16502fd6561"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-wd_mynet-n600-squashfs-sysupgrade.bin"; + sha256 = "ee094aa206fe20cc4d93a0653b37e2466f9bf2bd2fb05fb55780a6be797eb035"; + sha256_unsigned = "2e4755de7d855ae024eb8bf291737833e2704a26b42f26407b33584c15f48cfe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wd,mynet-n600" + "mynet-n600" + ]; + titles = [ + { + model = "My Net N600"; + vendor = "Western Digital"; + } + ]; + }; + wd_mynet-n750 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-wd_mynet-n750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-wd_mynet-n750-initramfs-kernel.bin"; + sha256 = "e7fddf6bc7040ed7f8e17f7afdad5ce3b9d279b908e0d9f19295f99a9acc19e0"; + sha256_unsigned = "e7fddf6bc7040ed7f8e17f7afdad5ce3b9d279b908e0d9f19295f99a9acc19e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin"; + sha256 = "7c0e4fa08b7a9dd9b79980c2bf9101551ad9e5b0ddabd0cd9ecb63cbb1403f27"; + sha256_unsigned = "f5fd9f00246f8e5b1c99f1e8eaa210010cfe43014d8502bdc4965d57ac1f3702"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-wd_mynet-n750-squashfs-factory.bin"; + sha256 = "4f2d94fa6eb714c4c2815c978a50069021045a211dfbb33e9456b52bc7520031"; + sha256_unsigned = "4f2d94fa6eb714c4c2815c978a50069021045a211dfbb33e9456b52bc7520031"; + type = "factory"; + } + ]; + supported_devices = [ + "wd,mynet-n750" + "mynet-n750" + ]; + titles = [ + { + model = "My Net N750"; + vendor = "Western Digital"; + } + ]; + }; + winchannel_wb2000 = { + device_packages = [ + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-winchannel_wb2000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-winchannel_wb2000-initramfs-kernel.bin"; + sha256 = "968e54dc704a96735e81d3b366031d9e95aeb28597dc54ef697c051c18677031"; + sha256_unsigned = "968e54dc704a96735e81d3b366031d9e95aeb28597dc54ef697c051c18677031"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"; + sha256 = "9406747302d21b73970d4fdcd5cf4af8d3b84d07ff711eb43358376cb7d1e6f7"; + sha256_unsigned = "091aca9b0e6b7ce6cfaea09349e5648d68d4f8c2807dc984f3becefd56ead946"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "winchannel,wb2000" + ]; + titles = [ + { + model = "WB2000"; + vendor = "Winchannel"; + } + ]; + }; + xiaomi_aiot-ac2350 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-xiaomi_aiot-ac2350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-xiaomi_aiot-ac2350-squashfs-sysupgrade.bin"; + sha256 = "b808386f271288f6b08311d98b984cca292aa0aa76c25ee783f8871254ec8ac3"; + sha256_unsigned = "d924d86bf5079afc08f6d1b3a052eb06aeb76b31c579cd1d379cae8f0c78c13c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-xiaomi_aiot-ac2350-initramfs-kernel.bin"; + sha256 = "2a9e818b808918f04a1652ee4640267f972ca542c3f79215d8ca2f97af664b84"; + sha256_unsigned = "2a9e818b808918f04a1652ee4640267f972ca542c3f79215d8ca2f97af664b84"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,aiot-ac2350" + ]; + titles = [ + { + model = "AIoT AC2350"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4q = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-xiaomi_mi-router-4q"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-xiaomi_mi-router-4q-initramfs-kernel.bin"; + sha256 = "c15972908d21471243a62e55f37e2078accb1e1e5ef880ffd6009f9f0fcb4b68"; + sha256_unsigned = "c15972908d21471243a62e55f37e2078accb1e1e5ef880ffd6009f9f0fcb4b68"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"; + sha256 = "586a89e574a954fd2d94a87fd071b6148b41563520da0923c59069c119af91b8"; + sha256_unsigned = "e7ee99aa30ee6143650ace055afbf22b2d848ba315b6f83033464977670a7672"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4q" + ]; + titles = [ + { + model = "Mi Router 4Q"; + vendor = "Xiaomi"; + } + ]; + }; + yuncore_a770 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-yuncore_a770"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-yuncore_a770-squashfs-tftp.bin"; + sha256 = "269eb1ec388f396a48b171760dd2063d0ab55f3bba8ac8911cf45240d9c8588a"; + sha256_unsigned = "642a0c8dcdb10c1407a3ccd237f81dbe1df1ae3c6a9f230eab5e72399385c797"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"; + sha256 = "b5036546de65ad1a8e7146c83c930b31c099971df802a217155579af5a4aadcc"; + sha256_unsigned = "642a0c8dcdb10c1407a3ccd237f81dbe1df1ae3c6a9f230eab5e72399385c797"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-yuncore_a770-initramfs-kernel.bin"; + sha256 = "45a46b8313072f017557ee128da7435549379d1aee777b20cdb30fa2d98ea0d4"; + sha256_unsigned = "45a46b8313072f017557ee128da7435549379d1aee777b20cdb30fa2d98ea0d4"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,a770" + ]; + titles = [ + { + model = "A770"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a782 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-yuncore_a782"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-yuncore_a782-squashfs-tftp.bin"; + sha256 = "61a4c1a2cdcbb79bb57335c9dc77cd0c84d22159126a2c73d4862ca80ccd6c5d"; + sha256_unsigned = "817dcb0f52bd2900c1972776f7f444c806492364717e3288b54f291969ea254c"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-yuncore_a782-initramfs-kernel.bin"; + sha256 = "3d1b10e1e3c1d2f87456c21c6f1841461347ae30b08cd501c0888bd1fd926b19"; + sha256_unsigned = "3d1b10e1e3c1d2f87456c21c6f1841461347ae30b08cd501c0888bd1fd926b19"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin"; + sha256 = "e7a135da516c038b4a8e8849fbdc617b690ed074d736b1ec6bdbcf8d0bf02e80"; + sha256_unsigned = "817dcb0f52bd2900c1972776f7f444c806492364717e3288b54f291969ea254c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a782" + ]; + titles = [ + { + model = "A782"; + vendor = "YunCore"; + } + ]; + }; + yuncore_a930 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-yuncore_a930"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-yuncore_a930-squashfs-tftp.bin"; + sha256 = "7c25fd5e679861599ce411f754cf82a6a3e5bf42481fa61d6041cbd6250c0632"; + sha256_unsigned = "a046e56f7166bf9a8c0e0c86a8c371bf8649513b79eb0788d25bcfe213a5bb39"; + type = "tftp"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-yuncore_a930-initramfs-kernel.bin"; + sha256 = "df5fed391b01fca211fe19c41cebb57ce1fd42d97eec0e4c7fb3ec03b68bc19e"; + sha256_unsigned = "df5fed391b01fca211fe19c41cebb57ce1fd42d97eec0e4c7fb3ec03b68bc19e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-yuncore_a930-squashfs-sysupgrade.bin"; + sha256 = "84df6be99d34d10e9df738f239fc95c907a57e6a38dc82ff9a659af43f918701"; + sha256_unsigned = "a046e56f7166bf9a8c0e0c86a8c371bf8649513b79eb0788d25bcfe213a5bb39"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,a930" + ]; + titles = [ + { + model = "A930"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd3200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-yuncore_xd3200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-yuncore_xd3200-squashfs-tftp.bin"; + sha256 = "75e3a96c04c830cb16fbd483a46be62c2f0928efe65c8a583d1dd76beae4b015"; + sha256_unsigned = "01e83e84b9a79fdfba70b270b4b63b9d5d1a42ff621737d4d13d9dc80c4ec765"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-yuncore_xd3200-squashfs-sysupgrade.bin"; + sha256 = "6363f06a9c128f8a9c0af1f2b98e8f881ab8c1d3e9399de19e6e90e0c0eae9c1"; + sha256_unsigned = "01e83e84b9a79fdfba70b270b4b63b9d5d1a42ff621737d4d13d9dc80c4ec765"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-yuncore_xd3200-initramfs-kernel.bin"; + sha256 = "006f3c1ed1795683c2c2603a83221a570bcb1a36106b61f4e58b2a116aef60dd"; + sha256_unsigned = "006f3c1ed1795683c2c2603a83221a570bcb1a36106b61f4e58b2a116aef60dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,xd3200" + ]; + titles = [ + { + model = "XD3200"; + vendor = "YunCore"; + } + ]; + }; + yuncore_xd4200 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-yuncore_xd4200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"; + sha256 = "506a191b10c613379dc3ffccd9e66884dad71e6a35ff89a2622b2eb1a33e1293"; + sha256_unsigned = "72ec00bebea01d90a9de88a54624846e844ab80b780bdbd4ec2562beab4636b8"; + type = "tftp"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin"; + sha256 = "bc92dfbc692d1d1ee1a8b804f4f2fa2cde8f37446a5d6f6107e03cc886f7d1cd"; + sha256_unsigned = "72ec00bebea01d90a9de88a54624846e844ab80b780bdbd4ec2562beab4636b8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-yuncore_xd4200-initramfs-kernel.bin"; + sha256 = "952262380fb8eb8b8b6fdf8aa2a49e023c5f2a6c38ed78a8fafadba5a7b5eb34"; + sha256_unsigned = "952262380fb8eb8b8b6fdf8aa2a49e023c5f2a6c38ed78a8fafadba5a7b5eb34"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,xd4200" + ]; + titles = [ + { + model = "XD4200"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-wd323 = { + device_packages = [ + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-usb-serial-cp210x" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-zbtlink_zbt-wd323"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-zbtlink_zbt-wd323-initramfs-kernel.bin"; + sha256 = "80d8a4d0c8028390b7cb4da5799d84ab1a3ceb96415fa6bb82677ba3e066720c"; + sha256_unsigned = "80d8a4d0c8028390b7cb4da5799d84ab1a3ceb96415fa6bb82677ba3e066720c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"; + sha256 = "2851d8485cf53a596fe5c8d71a56fd2c785c15dcf63769831f7606db6489ea8b"; + sha256_unsigned = "40b5919812ceaa3ea854921e10e0c51e30c0b24479cb7c9d828e594b1283d518"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wd323" + ]; + titles = [ + { + model = "WD323"; + vendor = "ZBT"; + } + ]; + }; + zyxel_nbg6616 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-rtc-pcf8563" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-zyxel_nbg6616"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-zyxel_nbg6616-squashfs-sysupgrade.bin"; + sha256 = "28a8644f33ec5ba89f3bc6084225f2de3d494e63bf6c8fa2ae719b0b5213e6ee"; + sha256_unsigned = "b1a89b8665a96f8623c6213284d889d68ca95acb18de791d0dac6f87a5074817"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-zyxel_nbg6616-squashfs-factory.bin"; + sha256 = "dc438a8e4616f26c2e261718996257296d401a9bd615ce161e4bd26a45af6602"; + sha256_unsigned = "dc438a8e4616f26c2e261718996257296d401a9bd615ce161e4bd26a45af6602"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-zyxel_nbg6616-initramfs-kernel.bin"; + sha256 = "247b2b7f569f45395f094a66ef10d443fbffde4cec785cc532926977962df3ac"; + sha256_unsigned = "247b2b7f569f45395f094a66ef10d443fbffde4cec785cc532926977962df3ac"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nbg6616" + "nbg6616" + ]; + titles = [ + { + model = "NBG6616"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nwa1100-nh = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-zyxel_nwa1100-nh"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-zyxel_nwa1100-nh-initramfs-kernel.bin"; + sha256 = "72276c659e36cf0656c65abf43a05e48da44146e7ea628a09fd3ba8061dbe5e5"; + sha256_unsigned = "72276c659e36cf0656c65abf43a05e48da44146e7ea628a09fd3ba8061dbe5e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-zyxel_nwa1100-nh-squashfs-sysupgrade.bin"; + sha256 = "8fb22cc38f3806a5aa6c399dbacceaac660ca5292ab997e238537de6e8f64bc0"; + sha256_unsigned = "a5f4f6f2ff1500084bbb39dfb1aa21335cc3c969783a84f382343c29f4f0a2b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nwa1100-nh" + ]; + titles = [ + { + model = "NWA1100"; + variant = "NH"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nwa1121-ni = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-zyxel_nwa1121-ni"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-zyxel_nwa1121-ni-squashfs-sysupgrade.bin"; + sha256 = "bfacffb874a272d4a392ce08ae4f655295bc9b8f42cd06453be89c76a3a4ac27"; + sha256_unsigned = "5cfbcf2d07655a7c7ee7d8d1d80565467350134b3fe118ed28e310bb4ffa249f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-zyxel_nwa1121-ni-initramfs-kernel.bin"; + sha256 = "b4fab67d83a4a91d269d1e474888dd8bcfd8d468b2974f4f8e2b122a4ade0e4e"; + sha256_unsigned = "b4fab67d83a4a91d269d1e474888dd8bcfd8d468b2974f4f8e2b122a4ade0e4e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nwa1121-ni" + ]; + titles = [ + { + model = "NWA1121"; + variant = "NI"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nwa1123-ac = { + device_packages = [ + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-generic-zyxel_nwa1123-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-zyxel_nwa1123-ac-squashfs-sysupgrade.bin"; + sha256 = "72020380cd4a24577506164aabaa7ce7964789d8c8f00d0926e19263d1807613"; + sha256_unsigned = "421e65586c5d78163e236ed085a2689e10808f33f5d70cdb1e22b2d1d054560a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-zyxel_nwa1123-ac-initramfs-kernel.bin"; + sha256 = "78be940dfa436e1acd3217bd12f4694e6f5f1c0d8cca14a26d45c495d867ffdd"; + sha256_unsigned = "78be940dfa436e1acd3217bd12f4694e6f5f1c0d8cca14a26d45c495d867ffdd"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nwa1123-ac" + ]; + titles = [ + { + model = "NWA1123"; + variant = "AC"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nwa1123-ni = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-generic-zyxel_nwa1123-ni"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-zyxel_nwa1123-ni-squashfs-factory-AAEO.bin"; + sha256 = "06c0d130b868c9f3a64c6894e00cca939d310dd4763c64a4cebb7fb5b463313b"; + sha256_unsigned = "06c0d130b868c9f3a64c6894e00cca939d310dd4763c64a4cebb7fb5b463313b"; + type = "factory-AAEO"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-generic-zyxel_nwa1123-ni-squashfs-sysupgrade.bin"; + sha256 = "6c31302966560ec9c268f727ee284a4c357496461ba55bf6cecaa52b568a8181"; + sha256_unsigned = "29785349eb9621b0e73eb7faf008b779e8a800282c01a540c807a3816708a620"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-generic-zyxel_nwa1123-ni-initramfs-kernel.bin"; + sha256 = "9a3a5a5bf235b96bedbccffb5d16c5f42ff7247bef91b092d55f2a3568850e65"; + sha256_unsigned = "9a3a5a5bf235b96bedbccffb5d16c5f42ff7247bef91b092d55f2a3568850e65"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nwa1123-ni" + ]; + titles = [ + { + model = "NWA1123"; + variant = "NI"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "ath79/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + mikrotik = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + "yafut" + ]; + metadata_version = 1; + profiles = { + mikrotik_routerboard-493g = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-493g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-493g-squashfs-sysupgrade.bin"; + sha256 = "0552a6fb5d397628193a66d55b24f55c87af1abda8e15b93272efdc52770d339"; + sha256_unsigned = "e6ad870a3dd1553db3cabe2e25d378101818d0700e4b1646c05faf8ceaf59125"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-493g-initramfs-kernel.bin"; + sha256 = "fa36fa10735e66bc74a1704a370d7c8fdc7aba8234007e0d86abf9172842c4bf"; + sha256_unsigned = "fa36fa10735e66bc74a1704a370d7c8fdc7aba8234007e0d86abf9172842c4bf"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-493g" + "rb-493g" + ]; + titles = [ + { + model = "RouterBOARD 493G"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-911-lite = { + device_packages = [ + "-yafut" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-911-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-911-lite-initramfs-kernel.bin"; + sha256 = "8be1fa60c6baf761cdb76678622bc29f75c9f40ad73247f4a9df8363361ceade"; + sha256_unsigned = "8be1fa60c6baf761cdb76678622bc29f75c9f40ad73247f4a9df8363361ceade"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-911-lite-squashfs-sysupgrade.bin"; + sha256 = "9de9219586f72333fa36ed488fd9ea5db5b817131dc1adbaec0288e27bdc8d62"; + sha256_unsigned = "7ae0c22992e630dd57fd7c59d9989942b66c27e78c0c64f41d9ff83d60dd2c85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-911-lite" + "rb-911-2hn" + "rb-911-5hn" + ]; + titles = [ + { + model = "RouterBOARD 911 Lite2/Lite5 (2Hn/5Hn)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-912uag-2hpnd = { + device_packages = [ + "kmod-usb-ehci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-912uag-2hpnd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-912uag-2hpnd-initramfs-kernel.bin"; + sha256 = "47df75a119ee290697aa79d974c38c2d578ed0dc499ef5405edd8db26af93061"; + sha256_unsigned = "47df75a119ee290697aa79d974c38c2d578ed0dc499ef5405edd8db26af93061"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-912uag-2hpnd-squashfs-sysupgrade.bin"; + sha256 = "13fe0545abb9ad0b869b951cd9d98f4dd268cb730816336743e496db4c006cea"; + sha256_unsigned = "adb3bb08a67510252dca70d1099c6a5f82c51959a1d27b98f0f71cf1b5253388"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-912uag-2hpnd" + "rb-912uag-2hpnd" + ]; + titles = [ + { + model = "RouterBOARD 912UAG-2HPnD"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-921gs-5hpacd-15s = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-i2c-gpio" + "kmod-sfp" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-921gs-5hpacd-15s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-921gs-5hpacd-15s-initramfs-kernel.bin"; + sha256 = "77ac1a06a860731abd65eacabc3897628e261d8cfa0831b986025296e5b005b8"; + sha256_unsigned = "77ac1a06a860731abd65eacabc3897628e261d8cfa0831b986025296e5b005b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-921gs-5hpacd-15s-squashfs-sysupgrade.bin"; + sha256 = "231840e34df6849fc7e400d2ec12118a99ffed1d468978172c58ed17da55d5b9"; + sha256_unsigned = "6c5ed756b9aec6e60948f4018709eb48c17c305c1b4680578ecf9c72a1a31827"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-921gs-5hpacd-15s" + "rb-921gs-5hpacd-r2" + ]; + titles = [ + { + model = "RouterBOARD 921GS-5HPacD-15s (mANTBox 15s)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-922uags-5hpacd = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-sfp" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-922uags-5hpacd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-922uags-5hpacd-squashfs-sysupgrade.bin"; + sha256 = "ec7af5a272d375be0e3f24e8fdaf2b025266172492fe13986b16fcc56ef56c0a"; + sha256_unsigned = "30af5fdae2c4da06474dcb16483c8d487f44a972fd853ff58ca903bffffb1a24"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-922uags-5hpacd-initramfs-kernel.bin"; + sha256 = "1cf94f860891351f604ba819f6a9faeefe7ed9707d69d9c29cd3453cb5fac0cb"; + sha256_unsigned = "1cf94f860891351f604ba819f6a9faeefe7ed9707d69d9c29cd3453cb5fac0cb"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-922uags-5hpacd" + "rb-922uags-5hpacd" + ]; + titles = [ + { + model = "RouterBOARD 922UAGS-5HPacD"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-951g-2hnd = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-951g-2hnd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-951g-2hnd-squashfs-sysupgrade.bin"; + sha256 = "e48eba3eb87c87c89bc6b86c348bfab5838c652bc23150ac1525b350494f197e"; + sha256_unsigned = "31ed1c0dbbf3fda454a39d2c767ea93a47c69e4a95210734bd76d7b348fb4a36"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-951g-2hnd-initramfs-kernel.bin"; + sha256 = "6b0ed20e2742bbae390b0c2d0988e0a32474e672eba06c8caece1f8d6b7bec8e"; + sha256_unsigned = "6b0ed20e2742bbae390b0c2d0988e0a32474e672eba06c8caece1f8d6b7bec8e"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-951g-2hnd" + "rb-951g-2hnd" + ]; + titles = [ + { + model = "RouterBOARD 951G-2HnD"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-951ui-2hnd = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-951ui-2hnd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-951ui-2hnd-squashfs-sysupgrade.bin"; + sha256 = "5d28013e2c3955cd6069d83b1ced88c17e7d93719907a7572a977b536272700c"; + sha256_unsigned = "bb4a57a8e0ba680d0505bb47bca40dd47c4ed8d3842160685e0dca452a88f35a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-951ui-2hnd-initramfs-kernel.bin"; + sha256 = "55cec55aa9f2bbf601c769b7bb4fcc3ad77463ab68b7dfaea5293578327e2098"; + sha256_unsigned = "55cec55aa9f2bbf601c769b7bb4fcc3ad77463ab68b7dfaea5293578327e2098"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-951ui-2hnd" + "rb-951ui-2hnd" + ]; + titles = [ + { + model = "RouterBOARD 951Ui-2HnD"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-951ui-2nd = { + device_packages = [ + "-yafut" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-951ui-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-951ui-2nd-squashfs-sysupgrade.bin"; + sha256 = "6bfce191589bb5179903971bb0b1aae1a9fbd5a8cd37d20ae128b0bc2f37488a"; + sha256_unsigned = "dd6d290fd71266f637ee17d4e53734cb5648262f2382d78d3fbd1f54de71301a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-951ui-2nd-initramfs-kernel.bin"; + sha256 = "6015ad1995d2b7e5a86f181e284402a80e9bdcb7f21ba441a9d6f0a09b47cde1"; + sha256_unsigned = "6015ad1995d2b7e5a86f181e284402a80e9bdcb7f21ba441a9d6f0a09b47cde1"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-951ui-2nd" + "rb-951ui-2nd" + ]; + titles = [ + { + model = "RouterBOARD 951Ui-2nD (hAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-952ui-5ac2nd = { + device_packages = [ + "-yafut" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-initramfs-kernel.bin"; + sha256 = "dedadc1a7455aea0ecca5d4fb352e7b1063529ebd50a952d6056957f6cfca66f"; + sha256_unsigned = "dedadc1a7455aea0ecca5d4fb352e7b1063529ebd50a952d6056957f6cfca66f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-952ui-5ac2nd-squashfs-sysupgrade.bin"; + sha256 = "94b6d843431ccde88b7d8823336c92bd332e8fc9d196a598872f94f7b1b70adf"; + sha256_unsigned = "0899b582620b3a29c9597f3ae7b580a22f61fc10340452197c3bd05a38c14ffb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-952ui-5ac2nd" + "rb-952ui-5ac2nd" + ]; + titles = [ + { + model = "RouterBOARD 952Ui-5ac2nD (hAP ac lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-962uigs-5hact2hnt = { + device_packages = [ + "-yafut" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb2" + "kmod-i2c-gpio" + "kmod-sfp" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt-squashfs-sysupgrade.bin"; + sha256 = "beba7c0bd0f97fc6a2a57ba041132d398a2efde1b07975225a56890244cd61e7"; + sha256_unsigned = "9d010fb0e6437cdfdeefcc86446f943ad00efe4d9d0f7aaaa4a8ca695f67951d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-962uigs-5hact2hnt-initramfs-kernel.bin"; + sha256 = "02f4221ec261d9e1ff0c9c3126e2f22680fbc8d82f182b0129a5fb4505225522"; + sha256_unsigned = "02f4221ec261d9e1ff0c9c3126e2f22680fbc8d82f182b0129a5fb4505225522"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-962uigs-5hact2hnt" + "rb-962uigs-5hact2hnt" + ]; + titles = [ + { + model = "RouterBOARD 962UiGS-5HacT2HnT (hAP ac)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-2nd = { + device_packages = [ + "-yafut" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-lhg-2nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-squashfs-sysupgrade.bin"; + sha256 = "46e9d95c0b0672190ae07b6209bf76bbb16d1e598701c6528df14495b34da8b4"; + sha256_unsigned = "cb5b2ad44b5ce937cb9396b81fa8d2569312ae6cd7b344400e1357b109de5d1b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-lhg-2nd-initramfs-kernel.bin"; + sha256 = "f4d763dad0026767f47369897936031e8350778e14a1b8dc4f4d4b524dcf0833"; + sha256_unsigned = "f4d763dad0026767f47369897936031e8350778e14a1b8dc4f4d4b524dcf0833"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-2nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 2nD (LHG 2)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-lhg-5nd = { + device_packages = [ + "-yafut" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-lhg-5nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-lhg-5nd-squashfs-sysupgrade.bin"; + sha256 = "0d54fc23959a0606bf27fd6c31029fc50fef74f381ac88a0865d62fdf6b9fb52"; + sha256_unsigned = "58afa9dd9212d8cdfb199fb545bf86e9d121887d0f9e5dffd8f9c00720996f44"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-lhg-5nd-initramfs-kernel.bin"; + sha256 = "1fb263efbad7390313edfbc143085cb3fce9f8d017a31d8927f02b795afe31b3"; + sha256_unsigned = "1fb263efbad7390313edfbc143085cb3fce9f8d017a31d8927f02b795afe31b3"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-lhg-5nd" + ]; + titles = [ + { + model = "RouterBOARD LHG 5nD (LHG 5)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-map-2nd = { + device_packages = [ + "-yafut" + "kmod-usb2" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-map-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-map-2nd-initramfs-kernel.bin"; + sha256 = "7e9d2d3c8ec6f92be113da90e39fdf635948417f56668328dd11172c6d93c15e"; + sha256_unsigned = "7e9d2d3c8ec6f92be113da90e39fdf635948417f56668328dd11172c6d93c15e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-map-2nd-squashfs-sysupgrade.bin"; + sha256 = "39161bd4b570a60fdff35cc9f2ca985947e54fd69fb4825a2382cc341732a3ae"; + sha256_unsigned = "157016972e3a5916654cc47c3d100be273b64569b7fae14cb64eb5cf75fbddc8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-map-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAP-2nD (mAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-mapl-2nd = { + device_packages = [ + "-yafut" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-mapl-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-initramfs-kernel.bin"; + sha256 = "f4cd16d9ba4f357edfcdfe0e343f2a1877e4120335ac67f9c97f63129c8a3f68"; + sha256_unsigned = "f4cd16d9ba4f357edfcdfe0e343f2a1877e4120335ac67f9c97f63129c8a3f68"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-mapl-2nd-squashfs-sysupgrade.bin"; + sha256 = "751b0602634eba5bfa1f0f8d9e740b484165a39ed677dd7f670405910df11814"; + sha256_unsigned = "6f00c4df7bce199a85a912d26cd15eb142bad2a3cccafe70c77f1ded862fcb26"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-mapl-2nd" + ]; + titles = [ + { + model = "RouterBOARD mAPL-2nD (mAP lite)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-sxt-5nd-r2 = { + device_packages = [ + "rssileds" + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-sxt-5nd-r2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-sxt-5nd-r2-squashfs-sysupgrade.bin"; + sha256 = "a3f5ac7786bbde5d59f7671bfca197223c729310765b1ca1bc92e202a94248df"; + sha256_unsigned = "67db5730867a1d63c605578203f2e6ad84164e683afb5c31b61cdbefddf34012"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-sxt-5nd-r2-initramfs-kernel.bin"; + sha256 = "5cdf733a03b8b45e167fad4c1162a9cb93a376da140bdbbc12503b8a2d3512ef"; + sha256_unsigned = "5cdf733a03b8b45e167fad4c1162a9cb93a376da140bdbbc12503b8a2d3512ef"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-sxt-5nd-r2" + "rb-sxt5n" + ]; + titles = [ + { + model = "RouterBOARD SXT 5nD r2 (SXT Lite5)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-2nd = { + device_packages = [ + "-yafut" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-wap-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-wap-2nd-initramfs-kernel.bin"; + sha256 = "deed23e13166c2d06ce5090af7cb761546b75247b99d1e1cc57e83bdecebb609"; + sha256_unsigned = "deed23e13166c2d06ce5090af7cb761546b75247b99d1e1cc57e83bdecebb609"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-wap-2nd-squashfs-sysupgrade.bin"; + sha256 = "f2e402f135ae443f1a7eade324d89dd27b8fedeaf5d89ae8dd6a7fa84b1f3eb2"; + sha256_unsigned = "3cccb1969a5d694b1e00869605f5bcda350a9f61a0f88398ba0b67b835a3b36c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAP-2nD (wAP)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wap-g-5hact2hnd = { + device_packages = [ + "-yafut" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-initramfs-kernel.bin"; + sha256 = "e23ec16551abf5cdf877767c7c040f2c1bc336772df834cc625a10185f100839"; + sha256_unsigned = "e23ec16551abf5cdf877767c7c040f2c1bc336772df834cc625a10185f100839"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-wap-g-5hact2hnd-squashfs-sysupgrade.bin"; + sha256 = "9aeb3d82968f2053f7bacb748a980d633c151d50373df9eee53fa2569a894fa5"; + sha256_unsigned = "6495261639ba8ea43191059bbc8477220a426bfe0774ab03b270584acda8a47d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wap-g-5hact2hnd" + "rb-wapg-5hact2hnd" + ]; + titles = [ + { + model = "RouterBOARD wAP G-5HacT2HnD (wAP AC)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-wapr-2nd = { + device_packages = [ + "-yafut" + "kmod-usb2" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-wapr-2nd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-initramfs-kernel.bin"; + sha256 = "e668f140d78e55ddc9ee32e12770d1db63cb9789de5afd6bb72fbb669b105311"; + sha256_unsigned = "e668f140d78e55ddc9ee32e12770d1db63cb9789de5afd6bb72fbb669b105311"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-mikrotik-mikrotik_routerboard-wapr-2nd-squashfs-sysupgrade.bin"; + sha256 = "1aa58b1a06f360ed5c4a50d4f145d88b2c9fd0b2dcb9729a1aace0e8e31a2cb4"; + sha256_unsigned = "18e88cae5cf0977595f2e4f1cf808a3c389efea01635b69eb349b2118f231204"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-wapr-2nd" + ]; + titles = [ + { + model = "RouterBOARD wAPR-2nD (wAP R)"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "ath79/mikrotik"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + nand = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + "8dev_rambutan" = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-8dev_rambutan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-8dev_rambutan-squashfs-sysupgrade.tar"; + sha256 = "ca7caadee3cf44791f891b6111fe1fc1987d1bda8b9e0d76cbb537026fff38bc"; + sha256_unsigned = "a3eda8fc6e32c99090bc16d41659a1a3fd143fa7482eb06e4e2f1991d7602cff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-8dev_rambutan-initramfs-kernel.bin"; + sha256 = "cf9bce025f7db1e1f7c7b97f0ce6b9dd526eef44f1e77574f30984b5bf05a936"; + sha256_unsigned = "cf9bce025f7db1e1f7c7b97f0ce6b9dd526eef44f1e77574f30984b5bf05a936"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-8dev_rambutan-squashfs-factory.bin"; + sha256 = "a3639d8ee77df1433d6b022813c096cfc0fcfeb23349cd02b8f3fcdd56e875eb"; + sha256_unsigned = "a3639d8ee77df1433d6b022813c096cfc0fcfeb23349cd02b8f3fcdd56e875eb"; + type = "factory"; + } + ]; + supported_devices = [ + "8dev,rambutan" + ]; + titles = [ + { + model = "Rambutan"; + vendor = "8devices"; + } + ]; + }; + aerohive_hiveap-121 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-aerohive_hiveap-121"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-aerohive_hiveap-121-squashfs-sysupgrade.bin"; + sha256 = "2b89c1b32a4452957985799468b863ff680c62593c2e4364c0c73d5451699521"; + sha256_unsigned = "5032bd96c7392d54f98a3f5cb47ad95d76bc6dcd3cfd0af695aaa7c423a09edd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-aerohive_hiveap-121-initramfs-kernel.bin"; + sha256 = "eb7546da18a0818608c6d1ffc17de7d04c7cb0ae8d09b3eaa949ec6d3bd78126"; + sha256_unsigned = "eb7546da18a0818608c6d1ffc17de7d04c7cb0ae8d09b3eaa949ec6d3bd78126"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin"; + sha256 = "0d3e29038ccfc3e1b48ee1b818d5868d7ed2d828c5a1b0a5ded4bac37ecdd8fe"; + sha256_unsigned = "0d3e29038ccfc3e1b48ee1b818d5868d7ed2d828c5a1b0a5ded4bac37ecdd8fe"; + type = "factory"; + } + ]; + supported_devices = [ + "aerohive,hiveap-121" + "hiveap-121" + ]; + titles = [ + { + model = "HiveAP 121"; + vendor = "Aerohive"; + } + ]; + }; + domywifi_dw33d = { + device_packages = [ + "kmod-usb2" + "kmod-usb-storage" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-domywifi_dw33d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-domywifi_dw33d-squashfs-factory.bin"; + sha256 = "9cc8db90564710785844062e8dc49a3a79e8a0609aae7049bbb4d19621334329"; + sha256_unsigned = "9cc8db90564710785844062e8dc49a3a79e8a0609aae7049bbb4d19621334329"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-domywifi_dw33d-initramfs-kernel.bin"; + sha256 = "a39fb567cc5a739a5112d405b831429e9325f368e000ce9c7cc4b3ccb77f6f09"; + sha256_unsigned = "a39fb567cc5a739a5112d405b831429e9325f368e000ce9c7cc4b3ccb77f6f09"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-domywifi_dw33d-squashfs-sysupgrade.bin"; + sha256 = "e401977fa7568874ac4a60a44cd3f69d327860c9604ffd3d72b9780d568b800c"; + sha256_unsigned = "4a285d31c2cd5d8ddcbbbae4a1babb4d385ca18fbe2a62ec54798efa571fd989"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "domywifi,dw33d" + ]; + titles = [ + { + model = "DW33D"; + vendor = "DomyWifi"; + } + ]; + }; + dongwon_dw02-412h-128m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-dongwon_dw02-412h-128m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-dongwon_dw02-412h-128m-squashfs-sysupgrade.bin"; + sha256 = "fe0cee5004ce2a19fc37d2adac7b286d34bfa57d04b0e4c3a358abcb841d5d1a"; + sha256_unsigned = "6ee8e4450168abed2a7ca7c0232c5033863763bf6de5119491f4b5ad0d388440"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-dongwon_dw02-412h-128m-squashfs-factory.img"; + sha256 = "b4c4dffbc98cb41f02bcde22bb8e587d93a149ccb4ee1f8fb5aeca7cfe03eb25"; + sha256_unsigned = "b4c4dffbc98cb41f02bcde22bb8e587d93a149ccb4ee1f8fb5aeca7cfe03eb25"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-dongwon_dw02-412h-128m-initramfs-kernel.bin"; + sha256 = "7ac7f69d8e7004d5f01dea1e78bfc53020d919beb6b30d21dc19d59b53eea76e"; + sha256_unsigned = "7ac7f69d8e7004d5f01dea1e78bfc53020d919beb6b30d21dc19d59b53eea76e"; + type = "kernel"; + } + ]; + supported_devices = [ + "dongwon,dw02-412h-128m" + ]; + titles = [ + { + model = "DW02-412H"; + variant = "(128M)"; + vendor = "Dongwon T&I"; + } + { + model = "GiGA WiFi home"; + variant = "(128M)"; + vendor = "KT"; + } + ]; + }; + dongwon_dw02-412h-64m = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-dongwon_dw02-412h-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-dongwon_dw02-412h-64m-squashfs-factory.img"; + sha256 = "70f3096e00742f29d08c1923c9527b281899aadbfe1b89468c9647e441854347"; + sha256_unsigned = "70f3096e00742f29d08c1923c9527b281899aadbfe1b89468c9647e441854347"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-dongwon_dw02-412h-64m-squashfs-sysupgrade.bin"; + sha256 = "dca918c8f902c015b21b6541ec3cc85c3c7426dc65faa3c5cecec6087b309744"; + sha256_unsigned = "d65ac50a43444d69b39810e39dd8793f6db5eae9d585bb7c211a26bd4d3f7e2f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-dongwon_dw02-412h-64m-initramfs-kernel.bin"; + sha256 = "b2058d7c8356194961164b695143cd2c55bd708c263186fcc3a8c4d3c85b247b"; + sha256_unsigned = "b2058d7c8356194961164b695143cd2c55bd708c263186fcc3a8c4d3c85b247b"; + type = "kernel"; + } + ]; + supported_devices = [ + "dongwon,dw02-412h-64m" + ]; + titles = [ + { + model = "DW02-412H"; + variant = "(64M)"; + vendor = "Dongwon T&I"; + } + { + model = "GiGA WiFi home"; + variant = "(64M)"; + vendor = "KT"; + } + ]; + }; + glinet_gl-ar300m-nand = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-glinet_gl-ar300m-nand"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-ar300m-nand-initramfs-kernel.bin"; + sha256 = "4e5540e8dba5eb49054da9af66f4293e35c4c69a78490906e90ce8c90a595efa"; + sha256_unsigned = "4e5540e8dba5eb49054da9af66f4293e35c4c69a78490906e90ce8c90a595efa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-ar300m-nand-squashfs-factory.img"; + sha256 = "9402f5e913c734152e7636f53175539159a436516947b648bcb0ea7babb5d3ee"; + sha256_unsigned = "9402f5e913c734152e7636f53175539159a436516947b648bcb0ea7babb5d3ee"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin"; + sha256 = "108435fb8f68bf1df8a4350f4ff75131ffc4d3f440cae98103d7615e9c657cfb"; + sha256_unsigned = "d3438f2251d37751efae623da6e67541d7e47a15beb6dc3d82fa2bb054075609"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nand" + "glinet,gl-ar300m-nor" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar300m-nor = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-glinet_gl-ar300m-nor"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-ar300m-nor-initramfs-kernel.bin"; + sha256 = "e1beb3ca3435e7c7cecc65c784335d3c0daa1212e0ef80d8cc1de706984582f0"; + sha256_unsigned = "e1beb3ca3435e7c7cecc65c784335d3c0daa1212e0ef80d8cc1de706984582f0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade.bin"; + sha256 = "2ce2bab77a30eef40bd38b6996a92ec2e3afd0dd13834a8edd8cb58a746c109c"; + sha256_unsigned = "bc8e30f9be5de18a11440af5281b81563c19cfd0fb1149b6dad62bdd62ecc0a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar300m-nor" + "glinet,gl-ar300m-nand" + "gl-ar300m" + ]; + titles = [ + { + model = "GL-AR300M"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-glinet_gl-ar750s-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-ar750s-nor-squashfs-sysupgrade.bin"; + sha256 = "30f597b7fa217290a002f92798fa88f69debe6469128a4ea2fd1ce1f9554bdf7"; + sha256_unsigned = "7b01b121a3e3ca572679af2296c1807a75e0041a23627e6256a0792019dd5c46"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-ar750s-nor-initramfs-kernel.bin"; + sha256 = "856d1abda33728ff9d5e31addc79647d05c9a2ea05d330ea3148de5cf69d1dae"; + sha256_unsigned = "856d1abda33728ff9d5e31addc79647d05c9a2ea05d330ea3148de5cf69d1dae"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor" + "gl-ar750s" + "glinet,gl-ar750s" + "glinet,gl-ar750s-nor-nand" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ar750s-nor-nand = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-glinet_gl-ar750s-nor-nand"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-ar750s-nor-nand-initramfs-kernel.bin"; + sha256 = "3b0e1eda09a6c9a47451ce3768572607013f10dfc45f173df7a2e3a9ff73a7bd"; + sha256_unsigned = "3b0e1eda09a6c9a47451ce3768572607013f10dfc45f173df7a2e3a9ff73a7bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-sysupgrade.bin"; + sha256 = "dcac8310def173e9fe4be96fc2ab576e1454a7209032486a94ce432715472ac6"; + sha256_unsigned = "f2f26a040a0483c5de0f63bddbc378d18c5701471c9a4ed36840de728b8deab9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-ar750s-nor-nand" + "glinet,gl-ar750s-nor" + ]; + titles = [ + { + model = "GL-AR750S"; + variant = "NOR/NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-e750 = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-glinet_gl-e750"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-e750-initramfs-kernel.bin"; + sha256 = "5fd5dd75ab83ad4f5afe778cd4d49b17ba8c585bbdbc19fe6b0d1eb121de3657"; + sha256_unsigned = "5fd5dd75ab83ad4f5afe778cd4d49b17ba8c585bbdbc19fe6b0d1eb121de3657"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-e750-squashfs-sysupgrade.bin"; + sha256 = "f3674dc8d5f8512f82e1bd213444e07a6bb15ddb380c5b7f87e2222bfece91b6"; + sha256_unsigned = "57e8025aed0b8364537463e21e9220fe08c591a5f5c377c6401b08f2f06f114b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-e750-squashfs-factory.img"; + sha256 = "4447f83ff8dadbfe4be9e52a243c1070802a7becf0baf46a800b850b1c2f1dbb"; + sha256_unsigned = "4447f83ff8dadbfe4be9e52a243c1070802a7becf0baf46a800b850b1c2f1dbb"; + type = "factory"; + } + ]; + supported_devices = [ + "glinet,gl-e750" + "gl-e750" + ]; + titles = [ + { + model = "GL-E750"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-x1200-nor = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct-htt" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-glinet_gl-x1200-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-x1200-nor-squashfs-sysupgrade.bin"; + sha256 = "6639147cf06caeb716adeb2b9dd52b1b2087a3fc845b1ea9ae87c09b7463994c"; + sha256_unsigned = "d9f2a5f6e61e1b1d413bb6ec1fca53a185898d9a2490061bd9029620c545c28c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-x1200-nor-initramfs-kernel.bin"; + sha256 = "d003e09d01d656e7aa0bf9b044f9203bef465f677c29d914de276e2dc56caade"; + sha256_unsigned = "d003e09d01d656e7aa0bf9b044f9203bef465f677c29d914de276e2dc56caade"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-x1200-nor" + ]; + titles = [ + { + model = "GL-X1200"; + variant = "NOR"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-x1200-nor-nand = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct-htt" + "kmod-usb2" + "kmod-usb-storage" + "block-mount" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-glinet_gl-x1200-nor-nand"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-x1200-nor-nand-squashfs-factory.img"; + sha256 = "7936a4c711548b05d65d0e0ab45b513002447927f1f80e6ce2dacc0154f99510"; + sha256_unsigned = "7936a4c711548b05d65d0e0ab45b513002447927f1f80e6ce2dacc0154f99510"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-x1200-nor-nand-squashfs-sysupgrade.bin"; + sha256 = "d8e216b34ab7808b478e1241d5deb373fb9374711c205d5998d0f450e2fe6970"; + sha256_unsigned = "792bfd3ea7e941d369331ca2a51b672fc3abea82f8c30d36921a21aa9a6c4c4d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-x1200-nor-nand-initramfs-kernel.bin"; + sha256 = "4708e4b3900e9c59893b1a8f1f782dd8a0c6ff9033c24af603eec1890a2c0c08"; + sha256_unsigned = "4708e4b3900e9c59893b1a8f1f782dd8a0c6ff9033c24af603eec1890a2c0c08"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-x1200-nor-nand" + ]; + titles = [ + { + model = "GL-X1200"; + variant = "NOR/NAND"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-xe300 = { + device_packages = [ + "kmod-usb2" + "block-mount" + "kmod-usb-serial-ch341" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-glinet_gl-xe300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-xe300-initramfs-kernel.bin"; + sha256 = "52c038b796a0a004f94623f3d2e063733b6531bf495bc7916fd46155b49f4c14"; + sha256_unsigned = "52c038b796a0a004f94623f3d2e063733b6531bf495bc7916fd46155b49f4c14"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-xe300-squashfs-sysupgrade.bin"; + sha256 = "c33c18d38ab3aec330d18691a753ca944d3cfa4c301911120c680f8e14fa78a0"; + sha256_unsigned = "50d98c1057d72f7c113d9b66f20b293042c48355c6a097f359e6104f55a9721e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-glinet_gl-xe300-squashfs-factory.img"; + sha256 = "f13deecb52e6c9db28c760e9f952e9a02e310dab43974ac374f5c50a9a5b5116"; + sha256_unsigned = "f13deecb52e6c9db28c760e9f952e9a02e310dab43974ac374f5c50a9a5b5116"; + type = "factory"; + } + ]; + supported_devices = [ + "glinet,gl-xe300" + ]; + titles = [ + { + model = "GL-XE300"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea4500-v3 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-linksys_ea4500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-linksys_ea4500-v3-squashfs-factory.img"; + sha256 = "7ec49eb9b1731792bd0a9299ac9761ae7d6a3a9ad13603c9f5c655a8017d9efb"; + sha256_unsigned = "7ec49eb9b1731792bd0a9299ac9761ae7d6a3a9ad13603c9f5c655a8017d9efb"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-linksys_ea4500-v3-initramfs-kernel.bin"; + sha256 = "5ef4505b97cb2075011ea0b89c175ffb7f0250da6c1d4e711033bcff142a7f20"; + sha256_unsigned = "5ef4505b97cb2075011ea0b89c175ffb7f0250da6c1d4e711033bcff142a7f20"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-linksys_ea4500-v3-squashfs-sysupgrade.bin"; + sha256 = "68365cfb97827055fb58526d4ca54e4d87278cfd60d6c3e80bc99a88d4c1b028"; + sha256_unsigned = "0d909e7ecb655e00649fcf15a46ec59fb31b231e9d62e4d7e1d0c09b01a7b75d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea4500-v3" + ]; + titles = [ + { + model = "EA4500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + meraki_mr18 = { + device_packages = [ + "kmod-leds-uleds" + "kmod-spi-gpio" + "nu801" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-meraki_mr18"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-meraki_mr18-squashfs-sysupgrade.bin"; + sha256 = "eb81bd4b71ec155e9f1ad5bf748550b8489013e3434e176b21af286405eb17f7"; + sha256_unsigned = "9e2e48a0fa6f38e9682eb8b526cd4283c121c55e16085ad2c5c95d119c789fa2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr18" + ]; + titles = [ + { + model = "MR18"; + vendor = "Meraki"; + } + ]; + }; + netgear_pgzng1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-leds-pca955x" + "kmod-rtc-isl1208" + "kmod-spi-dev" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-netgear_pgzng1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_pgzng1-squashfs-sysupgrade.bin"; + sha256 = "5880002e8244886f66c0cf192119eda34f25fd2435b95d86ac915ac642f71712"; + sha256_unsigned = "4a543786bbd90801632d36175ca3f7713b33d708d35075d08bc0327625502f53"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_pgzng1-initramfs-kernel.bin"; + sha256 = "c8bc84e0b15197d9f4c527ac03ebda1291e0483c997f9fd654e0cfb61f7c171a"; + sha256_unsigned = "c8bc84e0b15197d9f4c527ac03ebda1291e0483c997f9fd654e0cfb61f7c171a"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,pgzng1" + ]; + titles = [ + { + model = "PGZNG1"; + vendor = "NETGEAR"; + } + { + model = "Pulse Gateway"; + vendor = "ADT"; + } + ]; + }; + netgear_r6100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-netgear_r6100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_r6100-initramfs-kernel.bin"; + sha256 = "89464dbd51fa9cafc5043918b709b2b0b3471c99c90fb8f97c88e77020b81031"; + sha256_unsigned = "89464dbd51fa9cafc5043918b709b2b0b3471c99c90fb8f97c88e77020b81031"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_r6100-squashfs-factory.img"; + sha256 = "fa5d99892267ffbe81b93587dda574f57f28e617fe2c1d1d66c07bdb680de0ca"; + sha256_unsigned = "fa5d99892267ffbe81b93587dda574f57f28e617fe2c1d1d66c07bdb680de0ca"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_r6100-squashfs-sysupgrade.bin"; + sha256 = "6ebf818ee2ced4f78f6eafd9d355cc6336bdf2183ba08d59991c8ee2d591ca5f"; + sha256_unsigned = "2b03856256ba60169674a0508e2d33cd540be1e6e64abf2e31aa24994c23e141"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6100" + ]; + titles = [ + { + model = "R6100"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-netgear_wndr3700-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr3700-v4-squashfs-factory.img"; + sha256 = "8ea5568f1197749cc5ce638931b6cd28b7cee2196b7c4a60f08217fe818d3632"; + sha256_unsigned = "8ea5568f1197749cc5ce638931b6cd28b7cee2196b7c4a60f08217fe818d3632"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr3700-v4-initramfs-kernel.bin"; + sha256 = "fbbaf14147b0a3877bad0eda3c460077b3d7a015f442c223319c9ff56d931f03"; + sha256_unsigned = "fbbaf14147b0a3877bad0eda3c460077b3d7a015f442c223319c9ff56d931f03"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr3700-v4-squashfs-sysupgrade.bin"; + sha256 = "a51ab36b64ac6e00f33e34c09c608546ad7a33c0733f709aa54d0c00f3a4b289"; + sha256_unsigned = "393ff62389b25b5a16e5c7f854e324070f218ff123aa2b68999776c76be80cbf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v4" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v4"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-netgear_wndr4300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr4300-squashfs-factory.img"; + sha256 = "c2312ec374fb19b29c67a72d8e93d31ee0c64fc2c88052bd8b7b217d2b23c405"; + sha256_unsigned = "c2312ec374fb19b29c67a72d8e93d31ee0c64fc2c88052bd8b7b217d2b23c405"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr4300-initramfs-kernel.bin"; + sha256 = "5bf7b9cff618b0c8b5109b0be520d656427fd80c727048c925a8cf945e891dac"; + sha256_unsigned = "5bf7b9cff618b0c8b5109b0be520d656427fd80c727048c925a8cf945e891dac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr4300-squashfs-sysupgrade.bin"; + sha256 = "279372000c1514f13698e6dd1788ac1c2ff081be581169a6581833b5fe8b87d9"; + sha256_unsigned = "6860685075ea0f21010e907456ce1820add97b1c134a0f9627554b200310022d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300" + ]; + titles = [ + { + model = "WNDR4300"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-netgear_wndr4300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr4300-v2-squashfs-sysupgrade.bin"; + sha256 = "5e85974d69cdacc530c9a8a8141bdce9ac7e3c5f275876faf513fa9248ee3cc0"; + sha256_unsigned = "67a7354e26cde87799093169ad185556cd5668e3a586e6dd4f3f9fa6e91a3b42"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr4300-v2-squashfs-factory.img"; + sha256 = "8859d5974cb3e30ab86c199c12bf56aea45316310987c657f6836e7ddfdc76f1"; + sha256_unsigned = "8859d5974cb3e30ab86c199c12bf56aea45316310987c657f6836e7ddfdc76f1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr4300-v2-initramfs-kernel.bin"; + sha256 = "0fd836d962ebfe956e36748b305d36ab1dd77c1059d75dd3d4ec7ad8fc199968"; + sha256_unsigned = "0fd836d962ebfe956e36748b305d36ab1dd77c1059d75dd3d4ec7ad8fc199968"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300-v2" + ]; + titles = [ + { + model = "WNDR4300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300sw = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-netgear_wndr4300sw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr4300sw-squashfs-factory.img"; + sha256 = "fd92b87f3333cc4680aab91e7ca73853df2b63744afa22f593ae5f444054a980"; + sha256_unsigned = "fd92b87f3333cc4680aab91e7ca73853df2b63744afa22f593ae5f444054a980"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr4300sw-squashfs-sysupgrade.bin"; + sha256 = "d91452e3c59c3fba3260d431fbab31d38c6b788eedc5fa81ed57137c93af8a33"; + sha256_unsigned = "dd7a54dd37fc208f08749dc14308e678343baa0b7dce8a945c59617733e959a6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr4300sw-initramfs-kernel.bin"; + sha256 = "8dc703b9c1eb1f104e7b9985c12485662d094dcf7a1ac5d30ab46b621f2acac7"; + sha256_unsigned = "8dc703b9c1eb1f104e7b9985c12485662d094dcf7a1ac5d30ab46b621f2acac7"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wndr4300sw" + ]; + titles = [ + { + model = "WNDR4300SW"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4300tn = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-netgear_wndr4300tn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr4300tn-squashfs-factory.img"; + sha256 = "778e6e02dfb8defab36d56fc7cd39a9cddb0fd990ab3d6fec969c24ed8b3ea5d"; + sha256_unsigned = "778e6e02dfb8defab36d56fc7cd39a9cddb0fd990ab3d6fec969c24ed8b3ea5d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr4300tn-initramfs-kernel.bin"; + sha256 = "c47dcbe9de93c75133ceccd3ea68b86277e09ea66dd854f480317ee890b3fd98"; + sha256_unsigned = "c47dcbe9de93c75133ceccd3ea68b86277e09ea66dd854f480317ee890b3fd98"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr4300tn-squashfs-sysupgrade.bin"; + sha256 = "be2f474b6319bac024b0602e11a4103a3471658377f0d1aa50f18e5cdf912429"; + sha256_unsigned = "69d237f1ef37e20a129597aad53c429f87bc7c3cc5e69be06a7e676dc181157b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr4300tn" + ]; + titles = [ + { + model = "WNDR4300TN"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4500-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-netgear_wndr4500-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr4500-v3-initramfs-kernel.bin"; + sha256 = "678ed5db40234c706ce45ba66ccb28fea9017820e32fd69031dc37b54f304189"; + sha256_unsigned = "678ed5db40234c706ce45ba66ccb28fea9017820e32fd69031dc37b54f304189"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr4500-v3-squashfs-sysupgrade.bin"; + sha256 = "85a229063d96297461a31780ddf23f296561b57c83cb35f87102f98a53b816e3"; + sha256_unsigned = "747e6b359e4cc9f550e06f1f7f63750365e19c6bedbf4ca974021c1d32398a83"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-netgear_wndr4500-v3-squashfs-factory.img"; + sha256 = "3122ec7542338d4be1963f89ad9e49405eea755995f24c11463af959177222be"; + sha256_unsigned = "3122ec7542338d4be1963f89ad9e49405eea755995f24c11463af959177222be"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wndr4500-v3" + ]; + titles = [ + { + model = "WNDR4500"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + zte_mf281 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-rndis" + "kmod-usb-acm" + "comgt-ncm" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-zte_mf281"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-zte_mf281-initramfs-kernel.bin"; + sha256 = "615012fbf1c4ae7457e9f0c36c57c170102f4e169a9369bf139d0877c9414228"; + sha256_unsigned = "615012fbf1c4ae7457e9f0c36c57c170102f4e169a9369bf139d0877c9414228"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-zte_mf281-squashfs-sysupgrade.bin"; + sha256 = "835ecd7e70be3df5fd9fdf1ec9834d9c1c91648127d243a23f95d4c5207c7fb6"; + sha256_unsigned = "d0ecff188015056d64826ffc6b4bce277d9f7e404e9ec6c1c8361bc0a1289df0"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-zte_mf281-squashfs-factory.bin"; + sha256 = "1c92f6a0c39105c0901dbd8fe10e81d4fcf82fcd2d13f7f3323cada4cdc22a41"; + sha256_unsigned = "1c92f6a0c39105c0901dbd8fe10e81d4fcf82fcd2d13f7f3323cada4cdc22a41"; + type = "factory"; + } + ]; + supported_devices = [ + "zte,mf281" + ]; + titles = [ + { + model = "MF281"; + vendor = "ZTE"; + } + ]; + }; + zte_mf282 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-zte_mf282"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-zte_mf282-initramfs-kernel.bin"; + sha256 = "15d6a13cc9d3a26c04b60c692d5c2c8a92382c4daaf3fd1ecec7817f118eea5d"; + sha256_unsigned = "15d6a13cc9d3a26c04b60c692d5c2c8a92382c4daaf3fd1ecec7817f118eea5d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-zte_mf282-squashfs-sysupgrade.bin"; + sha256 = "17e6747d5603e1268af0271f4f63c96776570904e8e3deb6723c4bbeba036a5a"; + sha256_unsigned = "ad28895104d1ae39ae832156d4580e8536525ba10ae98eba69a48e2c8ab045ab"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf282" + ]; + titles = [ + { + model = "MF282"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286 = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-zte_mf286"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-zte_mf286-initramfs-kernel.bin"; + sha256 = "940349a7446d238a351ca44138c12b3b6acc5f5c8bc187f11dff58e5761d6eed"; + sha256_unsigned = "940349a7446d238a351ca44138c12b3b6acc5f5c8bc187f11dff58e5761d6eed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-zte_mf286-squashfs-sysupgrade.bin"; + sha256 = "405eb0ede387491141b16cda0390beb65ff61a40b5e01ae2ca2b094855728767"; + sha256_unsigned = "f37deea4aadba09791ab666364b953f587b542b136d772d0260072c218752f91"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf286" + ]; + titles = [ + { + model = "MF286"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286a = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-zte_mf286a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-zte_mf286a-initramfs-kernel.bin"; + sha256 = "342b35e369c7d6047f590fda7825f16c543bfec0084cba3586b302a27fa548ab"; + sha256_unsigned = "342b35e369c7d6047f590fda7825f16c543bfec0084cba3586b302a27fa548ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-zte_mf286a-squashfs-sysupgrade.bin"; + sha256 = "e4361f0faa9926d696f7be2b35bafa777b547804e46ab85588eedcd659af1124"; + sha256_unsigned = "6e0c7caf6b44bb3a91bef429d5eb984786d9eb828ba51bd078a251ef4629f8ec"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf286a" + ]; + titles = [ + { + model = "MF286A"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286r = { + device_packages = [ + "kmod-usb2" + "kmod-ath10k-ct" + "ath10k-firmware-qca9888-ct" + "kmod-usb-net-rndis" + "kmod-usb-acm" + "comgt-ncm" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-zte_mf286r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-zte_mf286r-initramfs-kernel.bin"; + sha256 = "cde2df7948b55a1c00f91befd6da576c1afe19acd47f971e8aec6db0cad2d843"; + sha256_unsigned = "cde2df7948b55a1c00f91befd6da576c1afe19acd47f971e8aec6db0cad2d843"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-zte_mf286r-squashfs-sysupgrade.bin"; + sha256 = "3129980201dc85f8c2eff07a0d2ea5d15379a8d2c4966a22b72e437c6ea76ae6"; + sha256_unsigned = "c235ed842203f11c9e0e30c19fddbaf846a3b7ba9bf2c0bb9521b4774c971680"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf286r" + ]; + titles = [ + { + model = "MF286R"; + vendor = "ZTE"; + } + ]; + }; + zyxel_emg2926_q10a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-zyxel_emg2926_q10a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-zyxel_emg2926_q10a-squashfs-sysupgrade.tar"; + sha256 = "6f0db2d19cf79b26fcf9c2d5acfa20d2080b4e31de76cf3e4f35e78f4c0e5d7a"; + sha256_unsigned = "6f0c85b14f04ca616f8b1ba4954030070c7d9cf990d16990cc7d7453e5a16452"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-zyxel_emg2926_q10a-initramfs-kernel.bin"; + sha256 = "0af39d0c70d78e91260c57c01b6f3bb4c28d2c3868dd51c3a9571ec61a129507"; + sha256_unsigned = "0af39d0c70d78e91260c57c01b6f3bb4c28d2c3868dd51c3a9571ec61a129507"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-zyxel_emg2926_q10a-squashfs-factory.bin"; + sha256 = "fe12723663cc2f096115698588362a3ad783d615b68f11a38c98122ae280b5c6"; + sha256_unsigned = "fe12723663cc2f096115698588362a3ad783d615b68f11a38c98122ae280b5c6"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-zyxel_emg2926_q10a-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "d21eccba8a243721095999a68039eabd209b59855cccc4059e9a5b3c0e7bb30a"; + sha256_unsigned = "d21eccba8a243721095999a68039eabd209b59855cccc4059e9a5b3c0e7bb30a"; + type = "sysupgrade-4M-Kernel"; + } + ]; + supported_devices = [ + "zyxel,emg2926,q10a" + ]; + titles = [ + { + model = "EMG2926-Q10A"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nbg6716 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ath79-nand-zyxel_nbg6716"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-nand-zyxel_nbg6716-initramfs-kernel.bin"; + sha256 = "1e281dcf5feb508af102b76e27a14c6a8c19f0ff371aa35cc91dba729cc6c4cd"; + sha256_unsigned = "1e281dcf5feb508af102b76e27a14c6a8c19f0ff371aa35cc91dba729cc6c4cd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade-4M-Kernel.bin"; + sha256 = "d490882394bbb07097edc147de7686b93bde3bb504af30ebef732f9987714aeb"; + sha256_unsigned = "d490882394bbb07097edc147de7686b93bde3bb504af30ebef732f9987714aeb"; + type = "sysupgrade-4M-Kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-zyxel_nbg6716-squashfs-factory.bin"; + sha256 = "646a709770010f5bb7192026955960201a83c1c2470574a3d0f4f537b787b8dd"; + sha256_unsigned = "646a709770010f5bb7192026955960201a83c1c2470574a3d0f4f537b787b8dd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade.tar"; + sha256 = "cdd9e1bd9d93679158aff243e96549751b52bb9b6ac16894c691c78eca309cb4"; + sha256_unsigned = "74bd26e10d3870e766a565fac2a0a4b91532ffc33d138da365cfdf07d92c6a01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6716" + ]; + titles = [ + { + model = "NBG6716"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "ath79/nand"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + tiny = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + engenius_eap350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-tiny-engenius_eap350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-tiny-engenius_eap350-v1-initramfs-kernel.bin"; + sha256 = "c263a28422a6a8c8bb06b485506ce818db45f3ff2a7b470f5b9d9aa56972f138"; + sha256_unsigned = "c263a28422a6a8c8bb06b485506ce818db45f3ff2a7b470f5b9d9aa56972f138"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,eap350-v1" + ]; + titles = [ + { + model = "EAP350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_ecb350-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ath79-tiny-engenius_ecb350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-tiny-engenius_ecb350-v1-initramfs-kernel.bin"; + sha256 = "ce01766fe15dbc052b8972899debe86f727578571fd391c090274d8d3b7d634b"; + sha256_unsigned = "ce01766fe15dbc052b8972899debe86f727578571fd391c090274d8d3b7d634b"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ecb350-v1" + ]; + titles = [ + { + model = "ECB350"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + engenius_enh202-v1 = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ath79-tiny-engenius_enh202-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ath79-tiny-engenius_enh202-v1-initramfs-kernel.bin"; + sha256 = "4ab564bc3cc793e740215095ee0a7111040f5722a070ee8e3018d67d4ec27044"; + sha256_unsigned = "4ab564bc3cc793e740215095ee0a7111040f5722a070ee8e3018d67d4ec27044"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,enh202-v1" + ]; + titles = [ + { + model = "ENH202"; + variant = "v1"; + vendor = "EnGenius"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "ath79/tiny"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + bcm27xx = { + bcm2708 = { + arch_packages = "arm_arm1176jzf-s_vfp"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi = { + device_packages = [ + "cypress-firmware-43430-sdio" + "brcmfmac-nvram-43430-sdio" + "kmod-brcmfmac" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm27xx-bcm2708-rpi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm27xx-bcm2708-rpi-squashfs-sysupgrade.img.gz"; + sha256 = "f2f84f8d340b6efe3e03c7f9881ea8cce50f13981cdbe74801217e004c1a12f1"; + sha256_unsigned = "d2f1959c71bdeeca8d24207ff5e86ec8c70a85e99de8f5a8c77042a86ff7d023"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-bcm27xx-bcm2708-rpi-ext4-sysupgrade.img.gz"; + sha256 = "474073de3e52d281bef8f0a1b7687b9defcfb1532483d979c4344df3a542da25"; + sha256_unsigned = "2d3fb01ffa449a7eab1226d82d7e4fe40ce52e98a19c04fd7265ec2a9cfee99d"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-bcm27xx-bcm2708-rpi-ext4-factory.img.gz"; + sha256 = "55f929aac1187ac46ee3a93ff29c011cef475ec1df0e04d85b675c339bc644e0"; + sha256_unsigned = "55f929aac1187ac46ee3a93ff29c011cef475ec1df0e04d85b675c339bc644e0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm27xx-bcm2708-rpi-squashfs-factory.img.gz"; + sha256 = "4005937e320e6ed364a7beb36d178cd7150820d07f34ef6045d3301db5da4527"; + sha256_unsigned = "4005937e320e6ed364a7beb36d178cd7150820d07f34ef6045d3301db5da4527"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-b" + "rpi-b-plus" + "rpi-cm" + "rpi-zero" + "rpi-zero-w" + "raspberrypi,model-b" + "raspberrypi,model-b-plus" + "raspberrypi,model-b-rev2" + "raspberrypi,compute-module" + "raspberrypi,compute-module-1" + "raspberrypi,model-zero" + "raspberrypi,model-zero-w" + ]; + titles = [ + { + model = "B/B+/CM/Zero/ZeroW"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bcm27xx/bcm2708"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + bcm2709 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-2 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "brcmfmac-nvram-43430-sdio" + "cypress-firmware-43455-sdio" + "brcmfmac-nvram-43455-sdio" + "kmod-brcmfmac" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm27xx-bcm2709-rpi-2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-bcm27xx-bcm2709-rpi-2-ext4-sysupgrade.img.gz"; + sha256 = "7818893464f83b26a9e0c6260b64f53a3de43234b0f1f6d11b875ef56cbea2e4"; + sha256_unsigned = "0c2d96e30b8697cda8ea42da1106612f2bfd83dbf6ca0ee29784069e2c07e9b9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm27xx-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"; + sha256 = "a85c907bd1dd1e7700deed44fdbc03d4a295081630a4ffda7f27250756cffca8"; + sha256_unsigned = "7f367d4b131d7548408ed2cbb26056eb2369fce7edc34695721c98221cf9c691"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-bcm27xx-bcm2709-rpi-2-ext4-factory.img.gz"; + sha256 = "8e64ca45bc9e7c792cb4a5e1c55058f64d926a26cf5855bcb318583f7b9efdc2"; + sha256_unsigned = "8e64ca45bc9e7c792cb4a5e1c55058f64d926a26cf5855bcb318583f7b9efdc2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm27xx-bcm2709-rpi-2-squashfs-factory.img.gz"; + sha256 = "e14ae273f563094ca32dfb44c6b123fe68d537fdb898fd1dd4fb9a179df2a4e6"; + sha256_unsigned = "e14ae273f563094ca32dfb44c6b123fe68d537fdb898fd1dd4fb9a179df2a4e6"; + type = "factory"; + } + ]; + supported_devices = [ + "rpi-2-b" + "rpi-3-b" + "rpi-3-b-plus" + "rpi-cm" + "rpi-zero-2" + "raspberrypi,2-model-b" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + "raspberrypi,model-zero-2" + ]; + titles = [ + { + model = "2B/2B 1.2"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "3B/3B+/CM3"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + { + model = "4B/400/CM4"; + variant = "(32bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bcm27xx/bcm2709"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + bcm2710 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-3 = { + device_packages = [ + "cypress-firmware-43430-sdio" + "brcmfmac-nvram-43430-sdio" + "cypress-firmware-43455-sdio" + "brcmfmac-nvram-43455-sdio" + "kmod-brcmfmac" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm27xx-bcm2710-rpi-3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm27xx-bcm2710-rpi-3-squashfs-factory.img.gz"; + sha256 = "ec6880fb5c5e80485513c6ac2eccdc726f64e54930fe31ef670231708a5035b3"; + sha256_unsigned = "ec6880fb5c5e80485513c6ac2eccdc726f64e54930fe31ef670231708a5035b3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm27xx-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"; + sha256 = "3d71db85ff177b44bff59265f2ed59827c332e530e997b486b5dc56e6cbffdf7"; + sha256_unsigned = "779179283dc4c6db693cf8e467442d5fb5adda0c9d835dc1b824e273f00bdbbe"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-bcm27xx-bcm2710-rpi-3-ext4-factory.img.gz"; + sha256 = "ef74087eb2ee1639fb11c4e326c520a9330d6162c6c331f8bf0a47798966f673"; + sha256_unsigned = "ef74087eb2ee1639fb11c4e326c520a9330d6162c6c331f8bf0a47798966f673"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-bcm27xx-bcm2710-rpi-3-ext4-sysupgrade.img.gz"; + sha256 = "62b8cd0e31553b1d4b9f4df896952d6d5c8b84c456abab201e13ed90ab86d8df"; + sha256_unsigned = "c119b1ee58b802295bb972a6e162a85544568b8deba7bd707c224e02d39238ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rpi-3-b" + "rpi-3-b-plus" + "rpi-zero-2" + "raspberrypi,2-model-b-rev2" + "raspberrypi,3-model-b" + "raspberrypi,3-model-b-plus" + "raspberrypi,3-compute-module" + "raspberrypi,compute-module-3" + "raspberrypi,model-zero-2" + ]; + titles = [ + { + model = "3B/3B+/CM3"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + { + model = "2B-1.2"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bcm27xx/bcm2710"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + bcm2711 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "bcm27xx-gpu-fw" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-vfat" + "kmod-nft-offload" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-sound-arm-bcm2835" + "kmod-sound-core" + "kmod-usb-hid" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + ]; + metadata_version = 1; + profiles = { + rpi-4 = { + device_packages = [ + "cypress-firmware-43455-sdio" + "brcmfmac-nvram-43455-sdio" + "kmod-brcmfmac" + "wpad-basic-mbedtls" + "kmod-usb-net-lan78xx" + "kmod-r8169" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm27xx-bcm2711-rpi-4"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz"; + sha256 = "6574216e0200a2be3fed4a54a30a2b0c4a8b3994f6d39b2bb6e0189d6159314a"; + sha256_unsigned = "6574216e0200a2be3fed4a54a30a2b0c4a8b3994f6d39b2bb6e0189d6159314a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz"; + sha256 = "fd00ff04bcdc28d0bf6459686d658faff7d916f09d338b367931e0eb9c09c357"; + sha256_unsigned = "aa5c789dfc056055ab7cd8f771bbb7ca522d712f04ad73f4a6af683f48e7f756"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz"; + sha256 = "d41cf3294a6b8b69bfd5cda8a24a57ab46729a9e7913c3611d90959b121f5185"; + sha256_unsigned = "d41cf3294a6b8b69bfd5cda8a24a57ab46729a9e7913c3611d90959b121f5185"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-bcm27xx-bcm2711-rpi-4-ext4-sysupgrade.img.gz"; + sha256 = "0b2234729553cb204e0fa4cabb0b1fd11de90c53d6b809d385457508a7d156d1"; + sha256_unsigned = "1763d2bb443dc22ae87264bcec6b633cd6ea6e7abd531da0e50f6c7a019c0b72"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "raspberrypi,400" + "raspberrypi,4-compute-module" + "raspberrypi,4-model-b" + ]; + titles = [ + { + model = "4B/400/CM4"; + variant = "(64bit)"; + vendor = "Raspberry Pi"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bcm27xx/bcm2711"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + bcm47xx = { + generic = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + linksys_e3000-v1 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-generic-linksys_e3000-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-generic-linksys_e3000-v1-squashfs.bin"; + sha256 = "519fc0319dbdfb664262da3cce4324745404ca5484b96c683747ddd15f05ecdb"; + sha256_unsigned = "519fc0319dbdfb664262da3cce4324745404ca5484b96c683747ddd15f05ecdb"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3000-v1" + ]; + titles = [ + { + model = "E3000"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v1 = { + device_packages = [ + "kmod-tg3" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-generic-linksys_wrt610n-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-generic-linksys_wrt610n-v1-squashfs.bin"; + sha256 = "e3544f530a61d35685a586ff2ff2ebada1a3442f29f7cb0eb0377b085e3a4cab"; + sha256_unsigned = "e3544f530a61d35685a586ff2ff2ebada1a3442f29f7cb0eb0377b085e3a4cab"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v1" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt610n-v2 = { + device_packages = [ + "kmod-bgmac" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-generic-linksys_wrt610n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-generic-linksys_wrt610n-v2-squashfs.bin"; + sha256 = "c5bcb4b7116d7d1df4d77918e647dea483aba7b056895d49b7e79c3f8cfd351b"; + sha256_unsigned = "c5bcb4b7116d7d1df4d77918e647dea483aba7b056895d49b7e79c3f8cfd351b"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,wrt610n-v2" + ]; + titles = [ + { + model = "WRT610N"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + standard = { + device_packages = [ + "kmod-b44" + "kmod-bgmac" + "kmod-tg3" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-generic-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-generic-standard-squashfs.trx"; + sha256 = "69d5e78698a8e09b26f390982637365ee3954d543a65dc9636109ce12dce7b90"; + sha256_unsigned = "69d5e78698a8e09b26f390982637365ee3954d543a65dc9636109ce12dce7b90"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bcm47xx/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + legacy = { + arch_packages = "mipsel_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + dlink_dwl-3150 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm47xx-legacy-dlink_dwl-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-legacy-dlink_dwl-3150-squashfs.bin"; + sha256 = "7d2f1c966f51b71ffa7fc3dd9f6f0af3a170f922ed7c6fbe4cf9b1ee0b30d876"; + sha256_unsigned = "7d2f1c966f51b71ffa7fc3dd9f6f0af3a170f922ed7c6fbe4cf9b1ee0b30d876"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dwl-3150" + ]; + titles = [ + { + model = "DWL-3150"; + vendor = "D-Link"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm47xx-legacy-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-legacy-standard-squashfs.trx"; + sha256 = "632d5a86132b49e166f26c2386fb38e5280b0669d27af570fff016067192e34a"; + sha256_unsigned = "632d5a86132b49e166f26c2386fb38e5280b0669d27af570fff016067192e34a"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + standard-noloader-gz = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm47xx-legacy-standard-noloader-gz"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-legacy-standard-noloader-gz-squashfs.trx"; + sha256 = "e9b9cef51374157fb4dd3acd1462bbdbb72338de4469ed13f7610339f2cc5568"; + sha256_unsigned = "e9b9cef51374157fb4dd3acd1462bbdbb72338de4469ed13f7610339f2cc5568"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-gz" + ]; + titles = [ + { + model = "Image with gzipped kernel"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bcm47xx/legacy"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + mips74k = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac53u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-asus_rt-ac53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-asus_rt-ac53u-squashfs.trx"; + sha256 = "949a8f098a49c11c07eb56062af354aa9e3f08768c6d6b7416028ec92da7921b"; + sha256_unsigned = "949a8f098a49c11c07eb56062af354aa9e3f08768c6d6b7416028ec92da7921b"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac53u" + ]; + titles = [ + { + model = "RT-AC53U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n14uhp = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-asus_rt-n14uhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-asus_rt-n14uhp-squashfs.trx"; + sha256 = "0552a79118c672cc6392118caa572f3865e5eb0604a7b13850e6d36c7f7425fc"; + sha256_unsigned = "0552a79118c672cc6392118caa572f3865e5eb0604a7b13850e6d36c7f7425fc"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n14uhp" + ]; + titles = [ + { + model = "RT-N14UHP"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n15u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-asus_rt-n15u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-asus_rt-n15u-squashfs.trx"; + sha256 = "5d86344ac20d2463871a6d1d9416aa23dfda201a98c6ac9a5b21bd22f9aea6a7"; + sha256_unsigned = "5d86344ac20d2463871a6d1d9416aa23dfda201a98c6ac9a5b21bd22f9aea6a7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n15u" + ]; + titles = [ + { + model = "RT-N15U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n16 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-asus_rt-n16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-asus_rt-n16-squashfs.trx"; + sha256 = "0658858018f8a9d65f9cc0d0111283d48c35a9cf19f05aa4939f11d60d998c62"; + sha256_unsigned = "0658858018f8a9d65f9cc0d0111283d48c35a9cf19f05aa4939f11d60d998c62"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n16" + ]; + titles = [ + { + model = "RT-N16"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66u = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-asus_rt-n66u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-asus_rt-n66u-squashfs.trx"; + sha256 = "727bedbdd4c5a684c243ebbd12170f4a5ecdbf212c1e0040b017496a10beb524"; + sha256_unsigned = "727bedbdd4c5a684c243ebbd12170f4a5ecdbf212c1e0040b017496a10beb524"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66u" + ]; + titles = [ + { + model = "RT-N66U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n66w = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-asus_rt-n66w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-asus_rt-n66w-squashfs.trx"; + sha256 = "727bedbdd4c5a684c243ebbd12170f4a5ecdbf212c1e0040b017496a10beb524"; + sha256_unsigned = "727bedbdd4c5a684c243ebbd12170f4a5ecdbf212c1e0040b017496a10beb524"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n66w" + ]; + titles = [ + { + model = "RT-N66W"; + vendor = "ASUS"; + } + ]; + }; + linksys_e1550-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-linksys_e1550-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-linksys_e1550-v1-squashfs.bin"; + sha256 = "fa004c5e475d534bab178bef96822c8f1ce09279b2154f1f414dd5825b1e27fa"; + sha256_unsigned = "fa004c5e475d534bab178bef96822c8f1ce09279b2154f1f414dd5825b1e27fa"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e1550-v1" + ]; + titles = [ + { + model = "E1550"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-linksys_e2500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-linksys_e2500-v1-squashfs.bin"; + sha256 = "3d64520697c15dc96e4d7c3f5edf337ba3cf4d3e3a374c77f4daebe38a9ccbf5"; + sha256_unsigned = "3d64520697c15dc96e4d7c3f5edf337ba3cf4d3e3a374c77f4daebe38a9ccbf5"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v1" + ]; + titles = [ + { + model = "E2500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v2 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-linksys_e2500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-linksys_e2500-v2-squashfs.bin"; + sha256 = "82bc03637aff72856abef4812104c7682d758d5e3251d3eb394e26e11759e12d"; + sha256_unsigned = "82bc03637aff72856abef4812104c7682d758d5e3251d3eb394e26e11759e12d"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2" + ]; + titles = [ + { + model = "E2500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + "linksys_e2500-v2.1" = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-linksys_e2500-v2.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-linksys_e2500-v2.1-squashfs.bin"; + sha256 = "98b3a889cae76efeb5a0cad440165a3ff032e3ac312db5fcda91c802a8c609ad"; + sha256_unsigned = "98b3a889cae76efeb5a0cad440165a3ff032e3ac312db5fcda91c802a8c609ad"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v2.1" + ]; + titles = [ + { + model = "E2500"; + variant = "v2.1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e2500-v3 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-linksys_e2500-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-linksys_e2500-v3-squashfs.bin"; + sha256 = "c1419d43a37e7d291628fc9c110b0784aaf31fef357da28393ab5cc4fbaec870"; + sha256_unsigned = "c1419d43a37e7d291628fc9c110b0784aaf31fef357da28393ab5cc4fbaec870"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e2500-v3" + ]; + titles = [ + { + model = "E2500"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_e3200-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-linksys_e3200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-linksys_e3200-v1-squashfs.bin"; + sha256 = "5bc615b10fd6aff761af4b50429aac3b8d569566a4e13d9cb54cf1ee9953f567"; + sha256_unsigned = "5bc615b10fd6aff761af4b50429aac3b8d569566a4e13d9cb54cf1ee9953f567"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e3200-v1" + ]; + titles = [ + { + model = "E3200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_e4200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-linksys_e4200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-linksys_e4200-v1-squashfs.bin"; + sha256 = "96c64c5f1e4899a2e1c84a3212cc93ae782b3edd4a24a52c2940bf6774ad4497"; + sha256_unsigned = "96c64c5f1e4899a2e1c84a3212cc93ae782b3edd4a24a52c2940bf6774ad4497"; + type = "bin"; + } + ]; + supported_devices = [ + "linksys,e4200-v1" + ]; + titles = [ + { + model = "E4200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + netgear_r6200-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-netgear_r6200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-netgear_r6200-v1-squashfs.chk"; + sha256 = "095e264fc7caab94bbab9d1add92806dba737d5b328ca05e673b8d79af9d73fd"; + sha256_unsigned = "095e264fc7caab94bbab9d1add92806dba737d5b328ca05e673b8d79af9d73fd"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6200-v1" + ]; + titles = [ + { + model = "R6200"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn2500rp-v1 = { + device_packages = [ + "kmod-b43" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wn2500rp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wn2500rp-v1-squashfs.chk"; + sha256 = "329f4cdd0f18fca663caa36ef38d0245b97f4eeba668fe0ff91fb2d442f7a3c3"; + sha256_unsigned = "329f4cdd0f18fca663caa36ef38d0245b97f4eeba668fe0ff91fb2d442f7a3c3"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wn2500rp-v1" + ]; + titles = [ + { + model = "WN2500RP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wndr3400-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wndr3400-v1-squashfs.chk"; + sha256 = "a6edd41e9a1ce744418ac0984228f396541782fd1a3c0baa7892f414de72cc33"; + sha256_unsigned = "a6edd41e9a1ce744418ac0984228f396541782fd1a3c0baa7892f414de72cc33"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v1" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v2 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wndr3400-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wndr3400-v2-squashfs.chk"; + sha256 = "aa0667cae7f7762cc7f6801a8b11af4e0c08084334c93c90c0a91399827cef0e"; + sha256_unsigned = "aa0667cae7f7762cc7f6801a8b11af4e0c08084334c93c90c0a91399827cef0e"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v2" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3400-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wndr3400-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wndr3400-v3-squashfs.chk"; + sha256 = "5ca272834738903530cb842f64123cb9f09fcd301b993fe02b16e47f13a9e4e6"; + sha256_unsigned = "5ca272834738903530cb842f64123cb9f09fcd301b993fe02b16e47f13a9e4e6"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3400-v3" + ]; + titles = [ + { + model = "WNDR3400"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v3 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wndr3700-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wndr3700-v3-squashfs.chk"; + sha256 = "2f3f5a79e8206d6a16462af09fc241fbde6906a69074b655cc75bf40e43bda46"; + sha256_unsigned = "2f3f5a79e8206d6a16462af09fc241fbde6906a69074b655cc75bf40e43bda46"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v3" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr4000 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wndr4000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wndr4000-squashfs.chk"; + sha256 = "ba7cf171580834cbf0bff0a343d4e8c74f6142baafadf20f49fdf83a739f0645"; + sha256_unsigned = "ba7cf171580834cbf0bff0a343d4e8c74f6142baafadf20f49fdf83a739f0645"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wndr4000" + ]; + titles = [ + { + model = "WNDR4000"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1 = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wnr3500l-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wnr3500l-v1-squashfs.chk"; + sha256 = "168bb71b8a6b0adf334101a6fb6226fa8b32b5b038e49dd7e4ac01d5549fce4f"; + sha256_unsigned = "168bb71b8a6b0adf334101a6fb6226fa8b32b5b038e49dd7e4ac01d5549fce4f"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (ROW)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v1-na = { + device_packages = [ + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wnr3500l-v1-na"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wnr3500l-v1-na-squashfs.chk"; + sha256 = "c5c9697ea9dcca81d84ed0c98ceb91ec229a97a991d76ff3a2e80a3dc771ba36"; + sha256_unsigned = "c5c9697ea9dcca81d84ed0c98ceb91ec229a97a991d76ff3a2e80a3dc771ba36"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v1-na" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v1 (NA)"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wnr3500l-v2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wnr3500l-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-netgear_wnr3500l-v2-squashfs.chk"; + sha256 = "f75ea5505ee075d54e6db3eaea152edbb0f3edf2c9f93eea4f74e9672e9fa292"; + sha256_unsigned = "f75ea5505ee075d54e6db3eaea152edbb0f3edf2c9f93eea4f74e9672e9fa292"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,wnr3500l-v2" + ]; + titles = [ + { + model = "WNR3500L"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + standard = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-standard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-standard-squashfs.trx"; + sha256 = "11504594bf1528773dfc836b10204bc4c5a428d5f74b52795c772f81df6b8e31"; + sha256_unsigned = "11504594bf1528773dfc836b10204bc4c5a428d5f74b52795c772f81df6b8e31"; + type = "trx"; + } + ]; + supported_devices = [ + "standard" + ]; + titles = [ + { + model = "Image with LZMA loader and LZMA compressed kernel"; + vendor = "Generic"; + } + ]; + }; + standard-noloader-nodictionarylzma = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm47xx-mips74k-standard-noloader-nodictionarylzma"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"; + sha256 = "d60a0fd16871a5d3283cfb06a5ca862624240874a530e1588b000179010657ca"; + sha256_unsigned = "d60a0fd16871a5d3283cfb06a5ca862624240874a530e1588b000179010657ca"; + type = "trx"; + } + ]; + supported_devices = [ + "standard-noloader-nodictionarylzma" + ]; + titles = [ + { + model = "Image with LZMA compressed kernel matching CFE decompressor"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bcm47xx/mips74k"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + bcm4908 = { + generic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "bcm4908img" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "fdt-utils" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_gt-ac5300 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm4908-generic-asus_gt-ac5300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm4908-generic-asus_gt-ac5300-squashfs.bin"; + sha256 = "d1d6d975f92e5836d1ded6f7abcd020e02bc654ddc3d0f3142088a4db9e03658"; + sha256_unsigned = "d1d6d975f92e5836d1ded6f7abcd020e02bc654ddc3d0f3142088a4db9e03658"; + type = "bin"; + } + ]; + supported_devices = [ + "asus,gt-ac5300" + ]; + titles = [ + { + model = "GT-AC5300"; + vendor = "ASUS"; + } + ]; + }; + netgear_r8000p = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm4908-generic-netgear_r8000p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm4908-generic-netgear_r8000p-squashfs.bin"; + sha256 = "338a29d6e322fd6359c50cf858b6f740a6ce143cf683cf08982e071f7920ab1b"; + sha256_unsigned = "338a29d6e322fd6359c50cf858b6f740a6ce143cf683cf08982e071f7920ab1b"; + type = "bin"; + } + ]; + supported_devices = [ + "netgear,r8000p" + ]; + titles = [ + { + model = "R8000P"; + vendor = "Netgear"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bcm4908/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + bcm53xx = { + generic = { + arch_packages = "arm_cortex-a9"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "nvram" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "osafeloader" + "oseama" + "otrx" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + asus_rt-ac56u = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-asus_rt-ac56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-asus_rt-ac56u-squashfs.trx"; + sha256 = "7fb83d80066d07f9a46cb1f89f98ffc5c3378b916e50ec7d2dc46d198b133ef5"; + sha256_unsigned = "7fb83d80066d07f9a46cb1f89f98ffc5c3378b916e50ec7d2dc46d198b133ef5"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac56u" + ]; + titles = [ + { + model = "RT-AC56U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac68u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-asus_rt-ac68u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-asus_rt-ac68u-squashfs.trx"; + sha256 = "ed02555eba1e984a64458a9203aee29307ea587300b0c05c7eebd3c3538a7bc7"; + sha256_unsigned = "ed02555eba1e984a64458a9203aee29307ea587300b0c05c7eebd3c3538a7bc7"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac68u" + ]; + titles = [ + { + model = "RT-AC68U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac87u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-asus_rt-ac87u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-asus_rt-ac87u-squashfs.trx"; + sha256 = "218dcab13ac4b0ba82c06fd713dc02b4f461cfcc85136f9c758b87074de8e831"; + sha256_unsigned = "218dcab13ac4b0ba82c06fd713dc02b4f461cfcc85136f9c758b87074de8e831"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac87u" + ]; + titles = [ + { + model = "RT-AC87U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac88u = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "wpad-basic-mbedtls" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-asus_rt-ac88u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-asus_rt-ac88u-squashfs.trx"; + sha256 = "3471851c59583d0bcba1b7a5d2d7f3e61113e9f1c1dae3e3bcfe032f53fa28a8"; + sha256_unsigned = "3471851c59583d0bcba1b7a5d2d7f3e61113e9f1c1dae3e3bcfe032f53fa28a8"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-ac88u" + ]; + titles = [ + { + model = "RT-AC88U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n18u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-asus_rt-n18u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-asus_rt-n18u-squashfs.trx"; + sha256 = "34d86d5e8740bd0b5275051f110dafff0cb2889104f4896bbd2ca6e8f7835e58"; + sha256_unsigned = "34d86d5e8740bd0b5275051f110dafff0cb2889104f4896bbd2ca6e8f7835e58"; + type = "trx"; + } + ]; + supported_devices = [ + "asus,rt-n18u" + ]; + titles = [ + { + model = "RT-N18U"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wxr-1900dhp = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-buffalo_wxr-1900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-buffalo_wxr-1900dhp-squashfs.trx"; + sha256 = "06b835535e7fcedaddf2dab17d6f23e77b4c7eb39b69c89e9191b8f91648de83"; + sha256_unsigned = "06b835535e7fcedaddf2dab17d6f23e77b4c7eb39b69c89e9191b8f91648de83"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wxr-1900dhp" + ]; + titles = [ + { + model = "WXR-1900DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-1750dhp = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-buffalo_wzr-1750dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-buffalo_wzr-1750dhp-squashfs.trx"; + sha256 = "e314b96ab079f83671d32806342c68515ef6bf9bc129c12e233ae117f18a01b1"; + sha256_unsigned = "e314b96ab079f83671d32806342c68515ef6bf9bc129c12e233ae117f18a01b1"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-1750dhp" + ]; + titles = [ + { + model = "WZR-1750DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-600dhp2 = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-buffalo_wzr-600dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-buffalo_wzr-600dhp2-squashfs.trx"; + sha256 = "1495090f886cb1555b6b5a09fa835d11f4ca923a74f69d8a2523c7e36a0dcb2c"; + sha256_unsigned = "1495090f886cb1555b6b5a09fa835d11f4ca923a74f69d8a2523c7e36a0dcb2c"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-600dhp2" + ]; + titles = [ + { + model = "WZR-600DHP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wzr-900dhp = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-buffalo_wzr-900dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP-EU.bin"; + sha256 = "947996326d90eeb3e8550d0d33880d7b7426cc07e320951c3e4dde69179ce098"; + sha256_unsigned = "947996326d90eeb3e8550d0d33880d7b7426cc07e320951c3e4dde69179ce098"; + type = "factory-DHP-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.factory-DHP2-JP.bin"; + sha256 = "da5cae36f06ac06b4466f1b5e10fecb41213d75740aac38394847afa793124f6"; + sha256_unsigned = "da5cae36f06ac06b4466f1b5e10fecb41213d75740aac38394847afa793124f6"; + type = "factory-DHP2-JP"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-buffalo_wzr-900dhp-squashfs.trx"; + sha256 = "6063516ee574e857b83d84260fa73d0553b6cac60e5c954b1f8c93ff6ee57525"; + sha256_unsigned = "6063516ee574e857b83d84260fa73d0553b6cac60e5c954b1f8c93ff6ee57525"; + type = "trx"; + } + ]; + supported_devices = [ + "buffalo,wzr-900dhp" + ]; + titles = [ + { + model = "WZR-900DHP"; + vendor = "Buffalo"; + } + ]; + }; + dlink_dir-885l = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-brcmfmac" + "brcmfmac-firmware-4366b1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-dlink_dir-885l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-dlink_dir-885l-squashfs.bin"; + sha256 = "479ec898c7a7eab0e7fdc1d35ed248fad2decb1026e1bdbe238b101156956a8a"; + sha256_unsigned = "479ec898c7a7eab0e7fdc1d35ed248fad2decb1026e1bdbe238b101156956a8a"; + type = "bin"; + } + ]; + supported_devices = [ + "dlink,dir-885l" + ]; + titles = [ + { + model = "DIR-885L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwl-8610ap = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-b43" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-dlink_dwl-8610ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-dlink_dwl-8610ap-squashfs.factory.tar"; + sha256 = "d0ca1f839263b038c6cd12d70d59a45540994f027f00df86572fa23a9f558573"; + sha256_unsigned = "d0ca1f839263b038c6cd12d70d59a45540994f027f00df86572fa23a9f558573"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwl-8610ap" + ]; + titles = [ + { + model = "DWL-8610AP"; + vendor = "D-Link"; + } + ]; + }; + linksys_ea6300-v1 = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-linksys_ea6300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-linksys_ea6300-v1-squashfs.trx"; + sha256 = "77bede675abdcf46968f4a9066a1bfc486723900184b76af9f58bb0b65b2190a"; + sha256_unsigned = "77bede675abdcf46968f4a9066a1bfc486723900184b76af9f58bb0b65b2190a"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6300-v1" + ]; + titles = [ + { + model = "EA6300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6500-v2 = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-linksys_ea6500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-linksys_ea6500-v2-squashfs.trx"; + sha256 = "fe23d2ff6bb1c3ba81e852170838eb42f60376e5aa6bf60fb581894bb73c5eff"; + sha256_unsigned = "fe23d2ff6bb1c3ba81e852170838eb42f60376e5aa6bf60fb581894bb73c5eff"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea6500-v2" + ]; + titles = [ + { + model = "EA6500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9200 = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-linksys_ea9200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-linksys_ea9200-squashfs.trx"; + sha256 = "b29a56253a7513a937b631787fcc51e8db3233c54e0b4c61218d0775950a957e"; + sha256_unsigned = "b29a56253a7513a937b631787fcc51e8db3233c54e0b4c61218d0775950a957e"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9200" + ]; + titles = [ + { + model = "EA9200"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea9500 = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-linksys_ea9500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-linksys_ea9500-squashfs.trx"; + sha256 = "a9a461406596978146f67426620650ed9d480caaaff142783cf5ff293b9dbb67"; + sha256_unsigned = "a9a461406596978146f67426620650ed9d480caaaff142783cf5ff293b9dbb67"; + type = "trx"; + } + ]; + supported_devices = [ + "linksys,ea9500" + ]; + titles = [ + { + model = "EA9500"; + vendor = "Linksys"; + } + ]; + }; + luxul_abr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-luxul_abr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-luxul_abr-4500-squashfs.lxl"; + sha256 = "833a3c2283a4e13fe5cd8a42ce77403eab42920dce0b9ee112e4e02f928ca699"; + sha256_unsigned = "833a3c2283a4e13fe5cd8a42ce77403eab42920dce0b9ee112e4e02f928ca699"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,abr-4500" + ]; + titles = [ + { + model = "ABR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xap-1610 = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-luxul_xap-1610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-luxul_xap-1610-squashfs.lxl"; + sha256 = "e15076d88922a9f13903af320f093782a55df575bd880e09a500c01eca500f40"; + sha256_unsigned = "e15076d88922a9f13903af320f093782a55df575bd880e09a500c01eca500f40"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xap-1610" + ]; + titles = [ + { + model = "XAP-1610"; + vendor = "Luxul"; + } + ]; + }; + luxul_xbr-4500 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-luxul_xbr-4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-luxul_xbr-4500-squashfs.lxl"; + sha256 = "b08fab3b3c47a690f7eeba896bff1049659674d58a9831b213e53c9d084e3c60"; + sha256_unsigned = "b08fab3b3c47a690f7eeba896bff1049659674d58a9831b213e53c9d084e3c60"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xbr-4500" + ]; + titles = [ + { + model = "XBR-4500"; + vendor = "Luxul"; + } + ]; + }; + luxul_xwr-3150 = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-luxul_xwr-3150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-luxul_xwr-3150-squashfs.lxl"; + sha256 = "5ba271e92ce14be9e23ccca55f1fc434b11bc4db93e348fdefa9189fe35df1e8"; + sha256_unsigned = "5ba271e92ce14be9e23ccca55f1fc434b11bc4db93e348fdefa9189fe35df1e8"; + type = "lxl"; + } + ]; + supported_devices = [ + "luxul,xwr-3150" + ]; + titles = [ + { + model = "XWR-3150"; + vendor = "Luxul"; + } + ]; + }; + meraki_mr26 = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-b43" + "kmod-i2c-bcm-iproc" + "kmod-eeprom-at24" + "kmod-hwmon-ina2xx" + "kmod-leds-uleds" + "nu801" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-meraki_mr26"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-meraki_mr26-squashfs.sysupgrade.bin"; + sha256 = "506607f4428a14426b1fc663d8ed23ccaf9d9af65e1db337af65f5d709a47e07"; + sha256_unsigned = "cef1bac73c051ff2e044a54f6cf5fc7e70a1093ae7430e9b69a9ac038f526083"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-meraki_mr26-squashfs.trx"; + sha256 = "c895266a65a7e0fc03bbe6e463c87af2d05f67bea486d080aab1cf2bb0eb7cd7"; + sha256_unsigned = "c895266a65a7e0fc03bbe6e463c87af2d05f67bea486d080aab1cf2bb0eb7cd7"; + type = "trx"; + } + ]; + supported_devices = [ + "meraki,mr26" + ]; + titles = [ + { + model = "MR26"; + vendor = "Meraki"; + } + ]; + }; + meraki_mr32 = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-b43" + "kmod-i2c-bcm-iproc" + "kmod-eeprom-at24" + "kmod-leds-pwm" + "kmod-hwmon-ina2xx" + "kmod-bluetooth" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-meraki_mr32"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-meraki_mr32-squashfs.trx"; + sha256 = "21ad30251f4290be94d2a135649c7157f6d7fc21023afd9edf23b33f4561c83a"; + sha256_unsigned = "21ad30251f4290be94d2a135649c7157f6d7fc21023afd9edf23b33f4561c83a"; + type = "trx"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-meraki_mr32-squashfs.sysupgrade.bin"; + sha256 = "662c630a749502e53952d3dd8aef48f66fb42d2ebb6b9857bff97b9929ac299f"; + sha256_unsigned = "654f598e59f8a8d2b9af558ea1e99461239841b9ed9b68f1c8676deb6ddca969"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr32" + ]; + titles = [ + { + model = "MR32"; + vendor = "Meraki"; + } + ]; + }; + netgear_r6250 = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-netgear_r6250"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-netgear_r6250-squashfs.chk"; + sha256 = "7a16cbb82699af9e48172a4e3ba2de7af6f71fa5ab9e37cc3c03402cb7491b1a"; + sha256_unsigned = "7a16cbb82699af9e48172a4e3ba2de7af6f71fa5ab9e37cc3c03402cb7491b1a"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6250" + ]; + titles = [ + { + model = "R6250"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6300-v2 = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-netgear_r6300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-netgear_r6300-v2-squashfs.chk"; + sha256 = "dccb318e03dfde681202b37c4910cc4b82d9834215ef10c7509c27acaf0b4e5a"; + sha256_unsigned = "dccb318e03dfde681202b37c4910cc4b82d9834215ef10c7509c27acaf0b4e5a"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r6300-v2" + ]; + titles = [ + { + model = "R6300"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-netgear_r7000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-netgear_r7000-squashfs.chk"; + sha256 = "42abb30ae19161b23cda43ddd114ab83e7b65316bb6349e81626dc262134bb2a"; + sha256_unsigned = "42abb30ae19161b23cda43ddd114ab83e7b65316bb6349e81626dc262134bb2a"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7000" + ]; + titles = [ + { + model = "R7000"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7900 = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-netgear_r7900"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-netgear_r7900-squashfs.chk"; + sha256 = "e6b01787dbee5443fd419177776419dc60b97d6c4dffd3c9b77bb071b8862378"; + sha256_unsigned = "e6b01787dbee5443fd419177776419dc60b97d6c4dffd3c9b77bb071b8862378"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r7900" + ]; + titles = [ + { + model = "R7900"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r8000 = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-netgear_r8000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-netgear_r8000-squashfs.chk"; + sha256 = "31b4cb512c5c27ed8a23afc0836d8eb6f142c93fefb7a8ef66503b8bd20cedc3"; + sha256_unsigned = "31b4cb512c5c27ed8a23afc0836d8eb6f142c93fefb7a8ef66503b8bd20cedc3"; + type = "chk"; + } + ]; + supported_devices = [ + "netgear,r8000" + ]; + titles = [ + { + model = "R8000"; + vendor = "NETGEAR"; + } + ]; + }; + phicomm_k3 = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-brcmfmac" + "brcmfmac-firmware-4366c0-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-phicomm_k3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-phicomm_k3-squashfs.trx"; + sha256 = "7a05b602f63c03c67118e33ba4a3263be5c777573bb67bf9596bfa6510256afd"; + sha256_unsigned = "7a05b602f63c03c67118e33ba4a3263be5c777573bb67bf9596bfa6510256afd"; + type = "trx"; + } + ]; + supported_devices = [ + "phicomm,k3" + ]; + titles = [ + { + model = "K3"; + vendor = "PHICOMM"; + } + ]; + }; + smartrg_sr400ac = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-brcmfmac" + "brcmfmac-firmware-43602a1-pcie" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + "kmod-phy-bcm-ns-usb3" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-smartrg_sr400ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-smartrg_sr400ac-squashfs.trx"; + sha256 = "b7951741f049a98796ff1eb891cb92a47e83ed544968e98c58da2452fa26e2c3"; + sha256_unsigned = "b7951741f049a98796ff1eb891cb92a47e83ed544968e98c58da2452fa26e2c3"; + type = "trx"; + } + ]; + supported_devices = [ + "smartrg,sr400ac" + ]; + titles = [ + { + model = "SR400ac"; + vendor = "SmartRG"; + } + ]; + }; + tenda_ac9 = { + device_packages = [ + "wpad-basic-mbedtls" + "kmod-b43" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-phy-bcm-ns-usb2" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm53xx-generic-tenda_ac9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm53xx-generic-tenda_ac9-squashfs.trx"; + sha256 = "f1618865723a6240db36e6f6bb047c830e13e46c1dbc6c2e5a3e4ef2c4239b9b"; + sha256_unsigned = "f1618865723a6240db36e6f6bb047c830e13e46c1dbc6c2e5a3e4ef2c4239b9b"; + type = "trx"; + } + ]; + supported_devices = [ + "tenda,ac9" + ]; + titles = [ + { + model = "AC9"; + vendor = "Tenda"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bcm53xx/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + bcm63xx = { + generic = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "0e642593573cfeaa4282bff89daf950f5a5e660a285ea8c3b6056cffa2b7a854"; + sha256_unsigned = "0e642593573cfeaa4282bff89daf950f5a5e660a285ea8c3b6056cffa2b7a854"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-adb_av4202n-squashfs-cfe.bin"; + sha256 = "3d00069f8676718177d0fe0393ab937a3d3b00db94959746089e156a6fa3bfbf"; + sha256_unsigned = "3d00069f8676718177d0fe0393ab937a3d3b00db94959746089e156a6fa3bfbf"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "451ad579ddb155e48216c740ef14e64581fd72a82d96b324e3c63563a46cc1db"; + sha256_unsigned = "451ad579ddb155e48216c740ef14e64581fd72a82d96b324e3c63563a46cc1db"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "78008c93a68bc654b41cbb8e1f3246cf00127bd423fc53a236cfb7e17e86346c"; + sha256_unsigned = "78008c93a68bc654b41cbb8e1f3246cf00127bd423fc53a236cfb7e17e86346c"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "dd17ee6211258178244ae8bf613d278b87318e6713bae9367bf16255795da5ab"; + sha256_unsigned = "dd17ee6211258178244ae8bf613d278b87318e6713bae9367bf16255795da5ab"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "31da8535793ad246ac48364b1390e8534bd247b445792fda1ef844d6e70a8a36"; + sha256_unsigned = "31da8535793ad246ac48364b1390e8534bd247b445792fda1ef844d6e70a8a36"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "dd17ee6211258178244ae8bf613d278b87318e6713bae9367bf16255795da5ab"; + sha256_unsigned = "dd17ee6211258178244ae8bf613d278b87318e6713bae9367bf16255795da5ab"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "9f63bc00673c2552d6dcae1fce9947ed893689459709cf62774d0c327bdd1436"; + sha256_unsigned = "9f63bc00673c2552d6dcae1fce9947ed893689459709cf62774d0c327bdd1436"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "177d270a7d6eb91b24bc3297777543898f2901e9a7574fc8bef2fd1fcc829b6b"; + sha256_unsigned = "177d270a7d6eb91b24bc3297777543898f2901e9a7574fc8bef2fd1fcc829b6b"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "9f63bc00673c2552d6dcae1fce9947ed893689459709cf62774d0c327bdd1436"; + sha256_unsigned = "9f63bc00673c2552d6dcae1fce9947ed893689459709cf62774d0c327bdd1436"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "26ddba6ee7868134521666c9bcf9029a0bee371f8afdfc7498497f7f62fe6c62"; + sha256_unsigned = "26ddba6ee7868134521666c9bcf9029a0bee371f8afdfc7498497f7f62fe6c62"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "b4303d5fec9ef36ad6aa7d80589ec74d4242f380e87398a3b5a8a568f00d2f06"; + sha256_unsigned = "b4303d5fec9ef36ad6aa7d80589ec74d4242f380e87398a3b5a8a568f00d2f06"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "a6ee2ca13ccec19eb917e3e4f0463f151220314edd05b9faa09298e8561f62e0"; + sha256_unsigned = "a6ee2ca13ccec19eb917e3e4f0463f151220314edd05b9faa09298e8561f62e0"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "4b2930fc29570a9ba7c16abd67ec3e69526f67afdff1d6259998f74122a03b79"; + sha256_unsigned = "4b2930fc29570a9ba7c16abd67ec3e69526f67afdff1d6259998f74122a03b79"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "0adf250b76aab7d6da640cf51a045218cc7deb6e9f648ebb731fd265ddfc79db"; + sha256_unsigned = "0adf250b76aab7d6da640cf51a045218cc7deb6e9f648ebb731fd265ddfc79db"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "78615163d8591f27c18573c406cbb501dd07f711102905c9a24bda1257b29f42"; + sha256_unsigned = "78615163d8591f27c18573c406cbb501dd07f711102905c9a24bda1257b29f42"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "a45617701aa0638f5ff3e9ae937c7498f238d5a194b8c8c9555c3285a53c2450"; + sha256_unsigned = "a45617701aa0638f5ff3e9ae937c7498f238d5a194b8c8c9555c3285a53c2450"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "bd0764d0f6cc49490b270a4c9da273137ac615ab09a11f1a9cf8a8c8bbfba5ee"; + sha256_unsigned = "bd0764d0f6cc49490b270a4c9da273137ac615ab09a11f1a9cf8a8c8bbfba5ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "7ff4aac6d40f5a1703f4b9b2d3ffc8205389f8f4dcadc2a5af636d6aa21a5353"; + sha256_unsigned = "7ff4aac6d40f5a1703f4b9b2d3ffc8205389f8f4dcadc2a5af636d6aa21a5353"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "c2e4f3a88fe5ad7f4af90e4c070ce4e6c6ad611d4eb57f86799479faed22397f"; + sha256_unsigned = "c2e4f3a88fe5ad7f4af90e4c070ce4e6c6ad611d4eb57f86799479faed22397f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "bb85e0dce6ce3e5c28a461d5a1c427489c49af0fd47d0646891c48a29f1e1544"; + sha256_unsigned = "bb85e0dce6ce3e5c28a461d5a1c427489c49af0fd47d0646891c48a29f1e1544"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "8d17301cffc9bb6e43e48cdd571a3e5df30ae8614cb867620387229a0e715643"; + sha256_unsigned = "8d17301cffc9bb6e43e48cdd571a3e5df30ae8614cb867620387229a0e715643"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "a9740045ce8219cc60f9a3d494f48eb1345b9e44e2304960673ec987396b6268"; + sha256_unsigned = "a9740045ce8219cc60f9a3d494f48eb1345b9e44e2304960673ec987396b6268"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "5a98f465738e9906d18f900ab7d7d636eaede24ce8dcb450c8641b6e47711a22"; + sha256_unsigned = "5a98f465738e9906d18f900ab7d7d636eaede24ce8dcb450c8641b6e47711a22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "f976d23451bbf256a47c7a6626a28bbd42e990e4258801796111afc55cbc7643"; + sha256_unsigned = "f976d23451bbf256a47c7a6626a28bbd42e990e4258801796111afc55cbc7643"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "cd41b16f8c5a7341c9f2ddeac9155c69802f2ac098c7c82ed0ff310b2c6236b9"; + sha256_unsigned = "cd41b16f8c5a7341c9f2ddeac9155c69802f2ac098c7c82ed0ff310b2c6236b9"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "3042b0520c350df1b665e0fe87f22bcd0316f4472a31c6a7627ca0bab7d03f8c"; + sha256_unsigned = "3042b0520c350df1b665e0fe87f22bcd0316f4472a31c6a7627ca0bab7d03f8c"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "9960901bd48b4607af86995e26fbf9aa6d9bc02a55dfd9f15dcca7870433f0a5"; + sha256_unsigned = "9960901bd48b4607af86995e26fbf9aa6d9bc02a55dfd9f15dcca7870433f0a5"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "e2c3a37f2ce9a2daa3e7aa8cc3f6409a7a98f75e652413d4370f20cae664df85"; + sha256_unsigned = "e2c3a37f2ce9a2daa3e7aa8cc3f6409a7a98f75e652413d4370f20cae664df85"; + type = "cfe-AU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "0b7e889ae4b54b1dd0b54a56aeb1079d6743e8b934f516ccd9fe9abb07c4dea2"; + sha256_unsigned = "0b7e889ae4b54b1dd0b54a56aeb1079d6743e8b934f516ccd9fe9abb07c4dea2"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "61e4dbeee9eb8d3b106f3a1a48dcd93dc16e0ca22689edf3da9f11a4735585f2"; + sha256_unsigned = "61e4dbeee9eb8d3b106f3a1a48dcd93dc16e0ca22689edf3da9f11a4735585f2"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "72d2d5be05f8318fd20de7bdbc2e9a7030d413eb974010228968cdc84ef1b797"; + sha256_unsigned = "72d2d5be05f8318fd20de7bdbc2e9a7030d413eb974010228968cdc84ef1b797"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "7f86430d635cc4a43cae05d79677f7a27227ba97945b4813ab7d7d54780bbd95"; + sha256_unsigned = "7f86430d635cc4a43cae05d79677f7a27227ba97945b4813ab7d7d54780bbd95"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "d0c63da5d18a5f5da8ae78dac3106ac2b4ad24717eb2cb398330dfa194d49315"; + sha256_unsigned = "d0c63da5d18a5f5da8ae78dac3106ac2b4ad24717eb2cb398330dfa194d49315"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "eedf01efd87210da0dd79db69dce58de764e54ab392c78e383e4326a1159e6b4"; + sha256_unsigned = "eedf01efd87210da0dd79db69dce58de764e54ab392c78e383e4326a1159e6b4"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "0a304d92d2a9986f67a42299e4db5136817bcbbd63bcd0803c834aa044fb570f"; + sha256_unsigned = "0a304d92d2a9986f67a42299e4db5136817bcbbd63bcd0803c834aa044fb570f"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "afd538e86eba706106c382f0b03631aaf07fb63455f81d3d415a39cd0869a8b7"; + sha256_unsigned = "afd538e86eba706106c382f0b03631aaf07fb63455f81d3d415a39cd0869a8b7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "e448fd24f77d0290f6549e487fed728878480d62be0fc82121f82978339b1953"; + sha256_unsigned = "e448fd24f77d0290f6549e487fed728878480d62be0fc82121f82978339b1953"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "c09700110d1ad9b41488f959edb88f1dc45b22805dea280b571451db09c48977"; + sha256_unsigned = "c09700110d1ad9b41488f959edb88f1dc45b22805dea280b571451db09c48977"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "a28450b5b02fea8758875f5a930cfd694cc01b91d2135fff4b037a001f4be390"; + sha256_unsigned = "a28450b5b02fea8758875f5a930cfd694cc01b91d2135fff4b037a001f4be390"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-netgear_evg2000-squashfs-factory.chk"; + sha256 = "674d5950d71b9d68fbfb3db05d9d94a62c8dc2c6bdc1b0893de0576ceca8053e"; + sha256_unsigned = "674d5950d71b9d68fbfb3db05d9d94a62c8dc2c6bdc1b0893de0576ceca8053e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "636b29b9dfa3cc5a4b0256c3d75e1242db604a007b04078556e79abc5c2d4c41"; + sha256_unsigned = "636b29b9dfa3cc5a4b0256c3d75e1242db604a007b04078556e79abc5c2d4c41"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "1d3bbfa7dd19d33d7272938fd1dd6160476a239fd87258354b017bf2b83dfb28"; + sha256_unsigned = "1d3bbfa7dd19d33d7272938fd1dd6160476a239fd87258354b017bf2b83dfb28"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "e7f1db85045f980cf709fb0e785a1bd7880b77dff816a261aa9150911fbf2b34"; + sha256_unsigned = "e7f1db85045f980cf709fb0e785a1bd7880b77dff816a261aa9150911fbf2b34"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "96acae6a24c4d69a099a488e817e4e91139018364f291bc8b16f98bd0c1d62af"; + sha256_unsigned = "96acae6a24c4d69a099a488e817e4e91139018364f291bc8b16f98bd0c1d62af"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "fe4eb361ff17934ea11b17005dcf6a93a50a2a2538ad2ea30ff81f955d016a78"; + sha256_unsigned = "fe4eb361ff17934ea11b17005dcf6a93a50a2a2538ad2ea30ff81f955d016a78"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "7de7c6586032aa7ecf86786dfb7b27ddef3e8ceccab44930142b879caaf4a62b"; + sha256_unsigned = "7de7c6586032aa7ecf86786dfb7b27ddef3e8ceccab44930142b879caaf4a62b"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "3de972fdfa9ac7f3c59ed33bc24f78123d8d4de0ee0bedf1145d5e7fd992f774"; + sha256_unsigned = "3de972fdfa9ac7f3c59ed33bc24f78123d8d4de0ee0bedf1145d5e7fd992f774"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "2efb87ce91c4fd28447b83f35d3368457585bd29865ab4b899fdea81e126a0a0"; + sha256_unsigned = "2efb87ce91c4fd28447b83f35d3368457585bd29865ab4b899fdea81e126a0a0"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "da6993232057373c201b040cf1f0046154a93bd3557a69c27a68e072aff756db"; + sha256_unsigned = "da6993232057373c201b040cf1f0046154a93bd3557a69c27a68e072aff756db"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "68fc72c2fd224bfff4656d20ee62823e5c40b21121bde230c3fac2d96d0d9296"; + sha256_unsigned = "68fc72c2fd224bfff4656d20ee62823e5c40b21121bde230c3fac2d96d0d9296"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-sky_sr102-squashfs-cfe.bin"; + sha256 = "7c137e9386007b3a81788405967767ea3a4893187edee74ff924f05ff53558df"; + sha256_unsigned = "7c137e9386007b3a81788405967767ea3a4893187edee74ff924f05ff53558df"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "99e93f67e41740e9fa541fbdd7d2eff1329aa9f51ffab6a477c427c95f9a16c9"; + sha256_unsigned = "99e93f67e41740e9fa541fbdd7d2eff1329aa9f51ffab6a477c427c95f9a16c9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "555312b8708c1145036ea3af7f2f61ac62eab15b418c3179982b20e58be0b9c8"; + sha256_unsigned = "555312b8708c1145036ea3af7f2f61ac62eab15b418c3179982b20e58be0b9c8"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-generic-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "7388307e9d800d43ccecdd382c454300889cbd82fb6a85e9acee230995ba3ecc"; + sha256_unsigned = "7388307e9d800d43ccecdd382c454300889cbd82fb6a85e9acee230995ba3ecc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-generic-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "9f278111ae8baf3d8591dd4e49fc53ab64908b858b2a3d2b4922ed8ca32060ba"; + sha256_unsigned = "9f278111ae8baf3d8591dd4e49fc53ab64908b858b2a3d2b4922ed8ca32060ba"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bcm63xx/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + smp = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-brcm-wl" + "nas" + "wlc" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "6332e14c1f76541a7a715f8b6989538e172df33bccd7860e7ffc5dc143d77d7e"; + sha256_unsigned = "6332e14c1f76541a7a715f8b6989538e172df33bccd7860e7ffc5dc143d77d7e"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + adb_av4202n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-adb_av4202n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-adb_av4202n-squashfs-cfe.bin"; + sha256 = "6ab6eaebd0813dec1c16d2db3b5936ebfd4749450a55fd53c722307e522fdd03"; + sha256_unsigned = "6ab6eaebd0813dec1c16d2db3b5936ebfd4749450a55fd53c722307e522fdd03"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,av4202n" + ]; + titles = [ + { + model = "P.DG AV4202N"; + vendor = "ADB"; + } + ]; + }; + adb_pdg-a4101n-a-000-1a1-ae = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-sysupgrade.bin"; + sha256 = "4dc9cabf67fec73ad5168dca744d5d00a583ba0689b4215e1abd4441291cc3b1"; + sha256_unsigned = "4dc9cabf67fec73ad5168dca744d5d00a583ba0689b4215e1abd4441291cc3b1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-adb_pdg-a4101n-a-000-1a1-ae-squashfs-cfe.bin"; + sha256 = "a22dd8c210c8981622dd9876fef0b17c45abbc3ecdf5c0d40e02b64c281aef8a"; + sha256_unsigned = "a22dd8c210c8981622dd9876fef0b17c45abbc3ecdf5c0d40e02b64c281aef8a"; + type = "cfe"; + } + ]; + supported_devices = [ + "adb,pdg-a4101n-a-000-1a1-ae" + ]; + titles = [ + { + model = "P.DG A4101N A-000-1A1-AE"; + vendor = "ADB"; + } + ]; + }; + brcm_bcm963281tan = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm963281tan"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-4M.bin"; + sha256 = "ce1da83cbeb3346279ee1d51551a6d8d591cabd4a91b63db0aaf2552a61d47b3"; + sha256_unsigned = "ce1da83cbeb3346279ee1d51551a6d8d591cabd4a91b63db0aaf2552a61d47b3"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-16M.bin"; + sha256 = "a1072dec7eeb918299ec31e966c6d5f007e36927780789e3d57774b510759a2b"; + sha256_unsigned = "a1072dec7eeb918299ec31e966c6d5f007e36927780789e3d57774b510759a2b"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm963281tan-squashfs-cfe-8M.bin"; + sha256 = "ce1da83cbeb3346279ee1d51551a6d8d591cabd4a91b63db0aaf2552a61d47b3"; + sha256_unsigned = "ce1da83cbeb3346279ee1d51551a6d8d591cabd4a91b63db0aaf2552a61d47b3"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm963281tan" + ]; + titles = [ + { + model = "963281TAN"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96328avng = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm96328avng"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-4M.bin"; + sha256 = "b0622e5eaba0002875b5101cd71441f5a5ef1936b0a9151de6f095c68a59be55"; + sha256_unsigned = "b0622e5eaba0002875b5101cd71441f5a5ef1936b0a9151de6f095c68a59be55"; + type = "cfe-4M"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-16M.bin"; + sha256 = "a4534d118e471262020fc404adb60d9b639462259ab07974c7b2678cd8e36008"; + sha256_unsigned = "a4534d118e471262020fc404adb60d9b639462259ab07974c7b2678cd8e36008"; + type = "cfe-16M"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm96328avng-squashfs-cfe-8M.bin"; + sha256 = "b0622e5eaba0002875b5101cd71441f5a5ef1936b0a9151de6f095c68a59be55"; + sha256_unsigned = "b0622e5eaba0002875b5101cd71441f5a5ef1936b0a9151de6f095c68a59be55"; + type = "cfe-8M"; + } + ]; + supported_devices = [ + "brcm,bcm96328avng" + ]; + titles = [ + { + model = "96328avng"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96338gw = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm96338gw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm96338gw-squashfs-cfe.bin"; + sha256 = "4a7acbf4a25646cfd732fcefd5383268d698bbaac050e46b5586013b3900951c"; + sha256_unsigned = "4a7acbf4a25646cfd732fcefd5383268d698bbaac050e46b5586013b3900951c"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96338gw" + ]; + titles = [ + { + model = "96338GW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm96358vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm96358vw-squashfs-cfe.bin"; + sha256 = "3058138597e4e6b8c2f085480ae03b3dba951fcf7510e565cdd2678a862b7b05"; + sha256_unsigned = "3058138597e4e6b8c2f085480ae03b3dba951fcf7510e565cdd2678a862b7b05"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw" + ]; + titles = [ + { + model = "96358VW"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96358vw2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm96358vw2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm96358vw2-squashfs-cfe.bin"; + sha256 = "bd541c85bfec677401b053728669e6ac4bd0d94730d3b63c1470ee2a305a0dfb"; + sha256_unsigned = "bd541c85bfec677401b053728669e6ac4bd0d94730d3b63c1470ee2a305a0dfb"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96358vw2" + ]; + titles = [ + { + model = "96358VW2"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvngr = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm96368mvngr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm96368mvngr-squashfs-cfe.bin"; + sha256 = "b7083be6a3107fa63ff9f30692810a16510cd0010912a64ef38922194b4e8aa4"; + sha256_unsigned = "b7083be6a3107fa63ff9f30692810a16510cd0010912a64ef38922194b4e8aa4"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvngr" + ]; + titles = [ + { + model = "96368MVNgr"; + vendor = "Generic"; + } + ]; + }; + brcm_bcm96368mvwg = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm96368mvwg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-brcm_bcm96368mvwg-squashfs-cfe.bin"; + sha256 = "18241773ef7ebc311e1ac01580bef479fa4e4f3ff9b0874badbc757ee3093841"; + sha256_unsigned = "18241773ef7ebc311e1ac01580bef479fa4e4f3ff9b0874badbc757ee3093841"; + type = "cfe"; + } + ]; + supported_devices = [ + "brcm,bcm96368mvwg" + ]; + titles = [ + { + model = "96368MVWG"; + vendor = "Generic"; + } + ]; + }; + bt_home-hub-2-a = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-bt_home-hub-2-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-bt_home-hub-2-a-squashfs-cfe.bin"; + sha256 = "1287e96e32cbe62baaee769be274a96e397f94c2c73a9393819ffe300f0700e3"; + sha256_unsigned = "1287e96e32cbe62baaee769be274a96e397f94c2c73a9393819ffe300f0700e3"; + type = "cfe"; + } + ]; + supported_devices = [ + "bt,home-hub-2-a" + ]; + titles = [ + { + model = "Home Hub 2.0"; + variant = "A"; + vendor = "British Telecom (BT)"; + } + ]; + }; + comtrend_ar-5315u = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "b3588efdb3704329dac0ecf9ceeaeabe099e6ea34017697b9924373ae70a7998"; + sha256_unsigned = "b3588efdb3704329dac0ecf9ceeaeabe099e6ea34017697b9924373ae70a7998"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "a598f3ef0d35039f4f3c8efc9ca5db647dbc0b660d5599c9c3d9b9cf0fb6dba1"; + sha256_unsigned = "a598f3ef0d35039f4f3c8efc9ca5db647dbc0b660d5599c9c3d9b9cf0fb6dba1"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "2f6f741a8ae1b8c47f0a76d9b382cddd87460257c581968000b06be540663cdd"; + sha256_unsigned = "2f6f741a8ae1b8c47f0a76d9b382cddd87460257c581968000b06be540663cdd"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "3f2c66b730ff578b2f2c20da5ec4ab53a628cb3dc647d89d3604278ad078945b"; + sha256_unsigned = "3f2c66b730ff578b2f2c20da5ec4ab53a628cb3dc647d89d3604278ad078945b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "c0af077decd37c7b01cf1ac8bb794651656b9cead7c2b5adc32b531f79426218"; + sha256_unsigned = "c0af077decd37c7b01cf1ac8bb794651656b9cead7c2b5adc32b531f79426218"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "9b12283c02663301b96ad6a31fd9e9ecb0ea25287dadc8062b8b761762d38625"; + sha256_unsigned = "9b12283c02663301b96ad6a31fd9e9ecb0ea25287dadc8062b8b761762d38625"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vg-8050 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-comtrend_vg-8050"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-comtrend_vg-8050-squashfs-cfe.bin"; + sha256 = "02a66eb7cf639bef0e0e520ddcd901a13ea57502c4e010933f3df2cb13fe2f13"; + sha256_unsigned = "02a66eb7cf639bef0e0e520ddcd901a13ea57502c4e010933f3df2cb13fe2f13"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-comtrend_vg-8050-squashfs-sysupgrade.bin"; + sha256 = "bdcb5e43dca098dcb7e871e4972b0161e3a2d5fda0f546c8a01b21a36b14532a"; + sha256_unsigned = "aef3137e5de7d07211a8c95fcd4f771b8e5f57b0ea60babb8c5642b85b8c6525"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vg-8050" + ]; + titles = [ + { + model = "VG-8050"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "7509487cc8aa492dc52ecaf8703953071bbaef63d85c9e54b41fd0dfcf8d43ad"; + sha256_unsigned = "7509487cc8aa492dc52ecaf8703953071bbaef63d85c9e54b41fd0dfcf8d43ad"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "4ba20d408a5d318cbb4ea8e728c413609e9ecb4f216096e7cdf549ab505825b3"; + sha256_unsigned = "4ba20d408a5d318cbb4ea8e728c413609e9ecb4f216096e7cdf549ab505825b3"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "00517c47188e6ef69ddc605299a75418f10a3a7f8760d9fa0c726390d4c86595"; + sha256_unsigned = "00517c47188e6ef69ddc605299a75418f10a3a7f8760d9fa0c726390d4c86595"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3026e = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-comtrend_vr-3026e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-comtrend_vr-3026e-squashfs-cfe.bin"; + sha256 = "3a984a3364235323f45cc7454cb2c2f7f676e72622bf880df7c55bfe3de02e79"; + sha256_unsigned = "3a984a3364235323f45cc7454cb2c2f7f676e72622bf880df7c55bfe3de02e79"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3026e" + ]; + titles = [ + { + model = "VR-3026e"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3032u = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-comtrend_vr-3032u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-comtrend_vr-3032u-squashfs-cfe.bin"; + sha256 = "6595e9a886556b63cb16949278d4259fac747e670a0ee371481417042dc373b6"; + sha256_unsigned = "6595e9a886556b63cb16949278d4259fac747e670a0ee371481417042dc373b6"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-comtrend_vr-3032u-squashfs-sysupgrade.bin"; + sha256 = "624d100d9f232d0655596fd410deaa76e755cdedb84820f86c45f8c1d8a35460"; + sha256_unsigned = "a12ab405ca96e0a0096ad22527c42ed4c924017afd96f6cb5da759c38a98ea1a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3032u" + ]; + titles = [ + { + model = "VR-3032u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "503635c282350d959205b7b7dc05a689fb1236b4df41fba64389719181f45814"; + sha256_unsigned = "503635c282350d959205b7b7dc05a689fb1236b4df41fba64389719181f45814"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + d-link_dsl-274xb-f1 = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-d-link_dsl-274xb-f1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-EU.bin"; + sha256 = "d8ccca177556686f6e8081a0b534b11fe66f0498ee60b4d7c8d2741bedd3ca03"; + sha256_unsigned = "d8ccca177556686f6e8081a0b534b11fe66f0498ee60b4d7c8d2741bedd3ca03"; + type = "cfe-EU"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-d-link_dsl-274xb-f1-squashfs-cfe-AU.bin"; + sha256 = "81846d8e0427967120caf245b6af19fff155ef82b331e3aa0d85bd17a24183ee"; + sha256_unsigned = "81846d8e0427967120caf245b6af19fff155ef82b331e3aa0d85bd17a24183ee"; + type = "cfe-AU"; + } + ]; + supported_devices = [ + "d-link,dsl-274xb-f1" + ]; + titles = [ + { + model = "DSL-2740B"; + variant = "F1"; + vendor = "D-Link"; + } + { + model = "DSL-2741B"; + variant = "F1"; + vendor = "D-Link"; + } + ]; + }; + d-link_dsl-275xb-d1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-d-link_dsl-275xb-d1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-d-link_dsl-275xb-d1-squashfs-cfe.bin"; + sha256 = "c7d44456e422bba28222a241d71ee3e0e6e80e31d4951a690edf52e4a440d0ae"; + sha256_unsigned = "c7d44456e422bba28222a241d71ee3e0e6e80e31d4951a690edf52e4a440d0ae"; + type = "cfe"; + } + ]; + supported_devices = [ + "d-link,dsl-275xb-d1" + ]; + titles = [ + { + model = "DSL-2750B"; + variant = "D1"; + vendor = "D-Link"; + } + { + model = "DSL-2751"; + variant = "D1"; + vendor = "D-Link"; + } + ]; + }; + huawei_echolife-hg553 = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-huawei_echolife-hg553"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-huawei_echolife-hg553-squashfs-cfe.bin"; + sha256 = "0296ce3c98281682ff568a2bdeb7b9120f52a48bc22ddd5f39d09b577c84a54b"; + sha256_unsigned = "0296ce3c98281682ff568a2bdeb7b9120f52a48bc22ddd5f39d09b577c84a54b"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg553" + ]; + titles = [ + { + model = "EchoLife HG553"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-a = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-huawei_echolife-hg556a-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-huawei_echolife-hg556a-a-squashfs-cfe.bin"; + sha256 = "2b41939c6ce22aa9a1724b23f9432c56a90d7e717e58f58e414375cd298bb4d1"; + sha256_unsigned = "2b41939c6ce22aa9a1724b23f9432c56a90d7e717e58f58e414375cd298bb4d1"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-a" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "A"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-b = { + device_packages = [ + "kmod-ath9k" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-huawei_echolife-hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-huawei_echolife-hg556a-b-squashfs-cfe.bin"; + sha256 = "4664f669ed041c8feb90f1f28838f1c212e48f4832de44c788be47ec2171a1ae"; + sha256_unsigned = "4664f669ed041c8feb90f1f28838f1c212e48f4832de44c788be47ec2171a1ae"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg556a-c = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-huawei_echolife-hg556a-c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-huawei_echolife-hg556a-c-squashfs-cfe.bin"; + sha256 = "d55cad339779bfe33fda3967fc6d8d31e46f455eca654f136d0d301d5fd55d85"; + sha256_unsigned = "d55cad339779bfe33fda3967fc6d8d31e46f455eca654f136d0d301d5fd55d85"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg556a-c" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "C"; + vendor = "Huawei"; + } + ]; + }; + huawei_echolife-hg655b = { + device_packages = [ + "kmod-rt2800-pci" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-huawei_echolife-hg655b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-huawei_echolife-hg655b-squashfs-cfe.bin"; + sha256 = "6c25fe4238285e51553c98e91ba7c8d134458486648af26b618cfd7e4e39e9f1"; + sha256_unsigned = "6c25fe4238285e51553c98e91ba7c8d134458486648af26b618cfd7e4e39e9f1"; + type = "cfe"; + } + ]; + supported_devices = [ + "huawei,echolife-hg655b" + ]; + titles = [ + { + model = "EchoLife HG655b"; + vendor = "Huawei"; + } + ]; + }; + huawei_hg253s-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-huawei_hg253s-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-huawei_hg253s-v2-squashfs-flash.bin"; + sha256 = "630866726401b60a049184574d791e42c412181e440fb07154289b35930846f5"; + sha256_unsigned = "630866726401b60a049184574d791e42c412181e440fb07154289b35930846f5"; + type = "flash"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-huawei_hg253s-v2-squashfs-sysupgrade.bin"; + sha256 = "aef939f9be99243865aeb5d48d1b9c23a1a593ee5e406b0fe8cf428658f31f64"; + sha256_unsigned = "a7975641e3293cad897fb96932bae39abb69097686cb1ca94563c5dae872837c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg253s-v2" + ]; + titles = [ + { + model = "HG253s"; + variant = "v2"; + vendor = "Huawei"; + } + ]; + }; + innacomm_w3400v6 = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-innacomm_w3400v6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-innacomm_w3400v6-squashfs-cfe.bin"; + sha256 = "384c2e2cb21b0ff5c00d6d75d7dd78fbb935cee867f2947e5535a259a773a2c8"; + sha256_unsigned = "384c2e2cb21b0ff5c00d6d75d7dd78fbb935cee867f2947e5535a259a773a2c8"; + type = "cfe"; + } + ]; + supported_devices = [ + "innacomm,w3400v6" + ]; + titles = [ + { + model = "W3400V6"; + vendor = "Innacomm"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "c7c392b6f1eb64ab1b8921fc7aa69e5efef7e15fc92799972730f242d6891e36"; + sha256_unsigned = "c7c392b6f1eb64ab1b8921fc7aa69e5efef7e15fc92799972730f242d6891e36"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "954ff55afbe9077568249b534fbe830ab3b6f25356411af475b9d5a29c65a2d8"; + sha256_unsigned = "954ff55afbe9077568249b534fbe830ab3b6f25356411af475b9d5a29c65a2d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3700-v2 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-netgear_dgnd3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-cfe.bin"; + sha256 = "8464e55b86e1105ec5a0d1225f051673748a9dde97234aa24e5c1d0e76110b24"; + sha256_unsigned = "8464e55b86e1105ec5a0d1225f051673748a9dde97234aa24e5c1d0e76110b24"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-netgear_dgnd3700-v2-squashfs-sysupgrade.bin"; + sha256 = "83c0dbde44845e4804bca01c31c275c8680977d4ebc34aa7e587e8bdf96754d2"; + sha256_unsigned = "819c7065d999389da458585d107b07602b5c04b6b74a32784eceefc8f3da9788"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v2" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "fb5bd3d6660d0b16acb134f0e38ee1c093955c701df7f956bb3e88a949f8b474"; + sha256_unsigned = "fb5bd3d6660d0b16acb134f0e38ee1c093955c701df7f956bb3e88a949f8b474"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "89aa6aa43c48890f381b4aa584c99950708655f88db2379887e1264dfd0ac53a"; + sha256_unsigned = "89aa6aa43c48890f381b4aa584c99950708655f88db2379887e1264dfd0ac53a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-netgear_evg2000-squashfs-factory.chk"; + sha256 = "810c1823f0b399f9acc4d31d845c2b3eecf7d1b7a4295e3161b80a3426225e6b"; + sha256_unsigned = "810c1823f0b399f9acc4d31d845c2b3eecf7d1b7a4295e3161b80a3426225e6b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "404b48759aa8e26d5fa6dfa52b98d65d16dd28020465f62b4abbb8b9c738a3a3"; + sha256_unsigned = "404b48759aa8e26d5fa6dfa52b98d65d16dd28020465f62b4abbb8b9c738a3a3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + nucom_r5010un-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-nucom_r5010un-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-nucom_r5010un-v2-squashfs-sysupgrade.bin"; + sha256 = "801b7ddca345f0e2c2831c6c5b26a78105240a09802edecd67fae877abe4b58f"; + sha256_unsigned = "801b7ddca345f0e2c2831c6c5b26a78105240a09802edecd67fae877abe4b58f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-nucom_r5010un-v2-squashfs-cfe.bin"; + sha256 = "b67734b4e0f606406fec679c31bae993c30e48217b4d6612271e0605c4cc1ce8"; + sha256_unsigned = "b67734b4e0f606406fec679c31bae993c30e48217b4d6612271e0605c4cc1ce8"; + type = "cfe"; + } + ]; + supported_devices = [ + "nucom,r5010un-v2" + ]; + titles = [ + { + model = "R5010UN"; + variant = "v2"; + vendor = "NuCom"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "f8f40e87e462c0740e264eba2d2bcbfb5ba64bcb70d84b134d4bba8cebe8dd8f"; + sha256_unsigned = "f8f40e87e462c0740e264eba2d2bcbfb5ba64bcb70d84b134d4bba8cebe8dd8f"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "51f9ec21594c05843884663f1077dec3c05b92650453b084fc11f3dcc9cd56ee"; + sha256_unsigned = "51f9ec21594c05843884663f1077dec3c05b92650453b084fc11f3dcc9cd56ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + pirelli_a226m-fwb = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-pirelli_a226m-fwb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-pirelli_a226m-fwb-squashfs-cfe.bin"; + sha256 = "4b013b6a4e26d1a4f1a6ac660bc2110339f6c78951e5f6cd16b6d799c13062e8"; + sha256_unsigned = "4b013b6a4e26d1a4f1a6ac660bc2110339f6c78951e5f6cd16b6d799c13062e8"; + type = "cfe"; + } + ]; + supported_devices = [ + "pirelli,a226m-fwb" + ]; + titles = [ + { + model = "A226M-FWB"; + vendor = "Pirelli"; + } + ]; + }; + sagem_fast-2504n = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-sagem_fast-2504n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-sagem_fast-2504n-squashfs-cfe.bin"; + sha256 = "86e4f8d7ddaa8ac18ffbd8296a5a40a523e799b901e6052c7a3750a55eed7da6"; + sha256_unsigned = "86e4f8d7ddaa8ac18ffbd8296a5a40a523e799b901e6052c7a3750a55eed7da6"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2504n" + ]; + titles = [ + { + model = "F@st 2504N"; + vendor = "Sagemcom"; + } + ]; + }; + sagem_fast-2704-v2 = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-sagem_fast-2704-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-sagem_fast-2704-v2-squashfs-cfe.bin"; + sha256 = "1e796bc37dce621139c487bcf117fe1efe7f19c7be2d0e9627d9ee359eced322"; + sha256_unsigned = "1e796bc37dce621139c487bcf117fe1efe7f19c7be2d0e9627d9ee359eced322"; + type = "cfe"; + } + ]; + supported_devices = [ + "sagem,fast-2704-v2" + ]; + titles = [ + { + model = "F@st 2704"; + variant = "V2"; + vendor = "Sagemcom"; + } + ]; + }; + sercomm_ad1018 = { + device_packages = [ + "nand-utils" + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-sercomm_ad1018"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-sercomm_ad1018-squashfs-sysupgrade.bin"; + sha256 = "383df741f151b8f85f2c568006de8b91c4660e95222d95f67ca56a2a7278331c"; + sha256_unsigned = "e065fc631afdfedfc995d0fc0ce6fa9711b6cd21c8503ef7480807d6f94f2577"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-sercomm_ad1018-squashfs-factory.img"; + sha256 = "8607da4514ab8bdb99b96d1032cb43d162e77c18c46f39e95553323e2fb925e5"; + sha256_unsigned = "8607da4514ab8bdb99b96d1032cb43d162e77c18c46f39e95553323e2fb925e5"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,ad1018" + ]; + titles = [ + { + model = "AD1018"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_ad1018-nor = { + device_packages = [ + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-sercomm_ad1018-nor"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-sercomm_ad1018-nor-squashfs-cfe.bin"; + sha256 = "b64418a26a9181c5abebfd28deb2d242862eb5be928730ca8c716f27ca21a763"; + sha256_unsigned = "b64418a26a9181c5abebfd28deb2d242862eb5be928730ca8c716f27ca21a763"; + type = "cfe"; + } + ]; + supported_devices = [ + "sercomm,ad1018-nor" + ]; + titles = [ + { + model = "AD1018"; + variant = "SPI flash mod"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-lowi = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-sercomm_h500-s-lowi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-factory.img"; + sha256 = "3ec9cfcf5a1bd28129e06face1570a357781105354246a56f9cf03224fb95b1c"; + sha256_unsigned = "3ec9cfcf5a1bd28129e06face1570a357781105354246a56f9cf03224fb95b1c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-sercomm_h500-s-lowi-squashfs-sysupgrade.bin"; + sha256 = "2b38b4de94582fe5b55ab751803914f8680b1fff97ac40bda26bd09a88e69e9a"; + sha256_unsigned = "1ed0371f5f897f6d8faec63203931a6c558c0c41b9062ada1ba9e3cb34510ef1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-lowi" + ]; + titles = [ + { + model = "H500-s"; + variant = "lowi"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-vfes = { + device_packages = [ + "nand-utils" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-sercomm_h500-s-vfes"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-factory.img"; + sha256 = "2a764a338e66e1bd101baab470a9e1c5a59aeffe726454651d8b604dd6b2f491"; + sha256_unsigned = "2a764a338e66e1bd101baab470a9e1c5a59aeffe726454651d8b604dd6b2f491"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-sercomm_h500-s-vfes-squashfs-sysupgrade.bin"; + sha256 = "86a1dedbfb2e4cceffe2b1074b67997413089fc120e92f63aedd6173bab79457"; + sha256_unsigned = "e0c9fa8687fa0b7b1d1070ed947fd4e28fefd8082881d793f78f0d360f297ecf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,h500-s-vfes" + ]; + titles = [ + { + model = "H500-s"; + variant = "vfes"; + vendor = "Sercomm"; + } + ]; + }; + sfr_neufbox-6-sercomm-r0 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-sfr_neufbox-6-sercomm-r0"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-sfr_neufbox-6-sercomm-r0-squashfs-cfe.bin"; + sha256 = "0ed73b8db3f0639164633b30b61b2e5f784cb38e895056d990afd082ff4b81b9"; + sha256_unsigned = "0ed73b8db3f0639164633b30b61b2e5f784cb38e895056d990afd082ff4b81b9"; + type = "cfe"; + } + ]; + supported_devices = [ + "sfr,neufbox-6-sercomm-r0" + ]; + titles = [ + { + model = "Neufbox 6"; + vendor = "SFR"; + } + ]; + }; + sky_sr102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-sky_sr102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-sky_sr102-squashfs-cfe.bin"; + sha256 = "5412b28c7c5ad6374562063e4b1ef798dd18ce2e585b5318051fb5400a3e0bb9"; + sha256_unsigned = "5412b28c7c5ad6374562063e4b1ef798dd18ce2e585b5318051fb5400a3e0bb9"; + type = "cfe"; + } + ]; + supported_devices = [ + "sky,sr102" + ]; + titles = [ + { + model = "SR102"; + vendor = "SKY"; + } + ]; + }; + technicolor_tg582n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-technicolor_tg582n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-technicolor_tg582n-squashfs-cfe.bin"; + sha256 = "47d8061f984d45d21252e1a972cb4d457b03f6b3c59a4bf07aa5e708740fe779"; + sha256_unsigned = "47d8061f984d45d21252e1a972cb4d457b03f6b3c59a4bf07aa5e708740fe779"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-technicolor_tg582n-squashfs-sysupgrade.bin"; + sha256 = "4aae4d0fad447f878bde7cbfaeaad27739bb78eac843be402af6dde682349ee6"; + sha256_unsigned = "4aae4d0fad447f878bde7cbfaeaad27739bb78eac843be402af6dde682349ee6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "technicolor,tg582n" + ]; + titles = [ + { + model = "TG582n"; + vendor = "Technicolor"; + } + ]; + }; + technicolor_tg582n-telecom-italia = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-b43" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bcm63xx-smp-technicolor_tg582n-telecom-italia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-sysupgrade.bin"; + sha256 = "adde22b479281332e1a7dd4e9ccef83f45be49c76dcac6bb13018fbfd7b33100"; + sha256_unsigned = "adde22b479281332e1a7dd4e9ccef83f45be49c76dcac6bb13018fbfd7b33100"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bcm63xx-smp-technicolor_tg582n-telecom-italia-squashfs-cfe.bin"; + sha256 = "f95caed46b581969a64f0cf312953e30b833183ed20119af01db5c17fd50002f"; + sha256_unsigned = "f95caed46b581969a64f0cf312953e30b833183ed20119af01db5c17fd50002f"; + type = "cfe"; + } + ]; + supported_devices = [ + "technicolor,tg582n-telecom-italia" + ]; + titles = [ + { + model = "TG582n"; + variant = "Telecom Italia"; + vendor = "Technicolor"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bcm63xx/smp"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + bmips = { + bcm6318 = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + comtrend_ar-5315u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-b43" + "wpad-basic-mbedtls" + "broadcom-43217-sprom" + "kmod-leds-bcm6328" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6318-comtrend_ar-5315u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6318-comtrend_ar-5315u-squashfs-sysupgrade.bin"; + sha256 = "fa3ec79df7b0c492434ced78794e1f2a2c5bc0d38905f7f4acedd130a94a85a6"; + sha256_unsigned = "c72863ead6e451aba85e1275f9b82cc7360549dd6f81d266e607e9a22492f898"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6318-comtrend_ar-5315u-squashfs-cfe.bin"; + sha256 = "c41c7b0269b1ee2ae4f6450bbe5fba16a14769431c3384ef55f4c4f6ff170670"; + sha256_unsigned = "c41c7b0269b1ee2ae4f6450bbe5fba16a14769431c3384ef55f4c4f6ff170670"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5315u" + ]; + titles = [ + { + model = "AR-5315u"; + vendor = "Comtrend"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bmips/bcm6318"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + bcm63268 = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + comtrend_vg-8050 = { + device_packages = [ + "nand-utils" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-leds-bcm6328" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm63268-comtrend_vg-8050"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm63268-comtrend_vg-8050-squashfs-cfe.bin"; + sha256 = "ee0249bfac26b586e91b120f44bc05a0ff132e13c50413de992477f01efe696e"; + sha256_unsigned = "ee0249bfac26b586e91b120f44bc05a0ff132e13c50413de992477f01efe696e"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm63268-comtrend_vg-8050-squashfs-sysupgrade.bin"; + sha256 = "245b0cd5e915663a20001428787bc02e44a3c595d2a08a9f67682e96f33b3820"; + sha256_unsigned = "1c72aee355c5ad37d32054cd83bd1b0db774e6ca6123652fb8472814f33a92c9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vg-8050" + ]; + titles = [ + { + model = "VG-8050"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3032u = { + device_packages = [ + "nand-utils" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-leds-bcm6328" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm63268-comtrend_vr-3032u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm63268-comtrend_vr-3032u-squashfs-sysupgrade.bin"; + sha256 = "a0b588801369ee180451ed515bbb658528a945be41e4a79db06e715441fb8a9f"; + sha256_unsigned = "bb13194cc420ff6e4d368b8fff7593f9b1aa82019345f698e321e413821a15f2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm63268-comtrend_vr-3032u-squashfs-cfe.bin"; + sha256 = "fc94ba20cba2f4c23500d2dfcdb1e36c823f786ec9310af32ed68b5c806c7727"; + sha256_unsigned = "fc94ba20cba2f4c23500d2dfcdb1e36c823f786ec9310af32ed68b5c806c7727"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3032u" + ]; + titles = [ + { + model = "VR-3032u"; + vendor = "Comtrend"; + } + ]; + }; + sercomm_h500-s-lowi = { + device_packages = [ + "nand-utils" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-leds-bcm6328" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm63268-sercomm_h500-s-lowi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm63268-sercomm_h500-s-lowi-squashfs-sysupgrade.bin"; + sha256 = "aacd87449b6cf0eb9a2b5772d655d5812c24e3fe7073228cc8a6865a17595fc4"; + sha256_unsigned = "7ea20408a0f0bcf86ccf8c8c79c94dd1a99fd2001868dc86b2fd1ee04891799f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm63268-sercomm_h500-s-lowi-squashfs-factory.img"; + sha256 = "a59dd5172a27366d771c987e921ba148dbbcacdbda5aa5983c4900857e062bdc"; + sha256_unsigned = "a59dd5172a27366d771c987e921ba148dbbcacdbda5aa5983c4900857e062bdc"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,h500-s-lowi" + ]; + titles = [ + { + model = "H500-s"; + variant = "lowi"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_h500-s-vfes = { + device_packages = [ + "nand-utils" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-leds-bcm6328" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm63268-sercomm_h500-s-vfes"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm63268-sercomm_h500-s-vfes-squashfs-sysupgrade.bin"; + sha256 = "8b8f8f3db12dc8407ad0f378a7427e69d3a63c8a75cdfd8d0c730ceb20ba1e63"; + sha256_unsigned = "23226a21a1690756618e9b379ffa09038be3df8e1ecc2830b1418a6ea6797ae5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm63268-sercomm_h500-s-vfes-squashfs-factory.img"; + sha256 = "eb383633b534be68a5459e3698758bcadaf1a331d3c59fe4a268e3c62975fa12"; + sha256_unsigned = "eb383633b534be68a5459e3698758bcadaf1a331d3c59fe4a268e3c62975fa12"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,h500-s-vfes" + ]; + titles = [ + { + model = "H500-s"; + variant = "vfes"; + vendor = "Sercomm"; + } + ]; + }; + sercomm_shg2500 = { + device_packages = [ + "nand-utils" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "broadcom-4360-sprom" + "kmod-i2c-gpio" + "kmod-leds-sercomm-msp430" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm63268-sercomm_shg2500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm63268-sercomm_shg2500-squashfs-sysupgrade.bin"; + sha256 = "bba8e5b6eb7da9848c42db9f04d9b195e6d42ffbe262fa3f591a0db982eaeb37"; + sha256_unsigned = "eb274aec6d05ceab2668bd6a166ded2e83c2a8ad798637ebba08586ad24dad63"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm63268-sercomm_shg2500-squashfs-factory.img"; + sha256 = "91c766cb06c088523f44a420d799838a5c6657e1b59294d5ef32774cef245c86"; + sha256_unsigned = "91c766cb06c088523f44a420d799838a5c6657e1b59294d5ef32774cef245c86"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,shg2500" + ]; + titles = [ + { + model = "SHG2500"; + vendor = "Sercomm"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bmips/bcm63268"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + bcm6328 = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + arcadyan_ar7516 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-b43" + "wpad-basic-mbedtls" + "broadcom-43227-sprom" + "kmod-leds-bcm6328" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6328-arcadyan_ar7516"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6328-arcadyan_ar7516-squashfs-sysupgrade.bin"; + sha256 = "8ffabd46d80434f07bbaa692a6126ee73782173719452ab45bfdecfb9fcfaa00"; + sha256_unsigned = "cdc93cdb9b04bff622a2e723220a4f2472f4bab819027cf671d8e036537ca122"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6328-arcadyan_ar7516-squashfs-cfe.bin"; + sha256 = "110015055a5f563b2ea37f636599259cd72e84693b7b916fa9e69647f96d8b2d"; + sha256_unsigned = "110015055a5f563b2ea37f636599259cd72e84693b7b916fa9e69647f96d8b2d"; + type = "cfe"; + } + ]; + supported_devices = [ + "arcadyan,ar7516" + ]; + titles = [ + { + model = "AR7516"; + vendor = "Arcadyan"; + } + ]; + }; + comtrend_ar-5381u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-b43" + "wpad-basic-mbedtls" + "broadcom-43225-sprom" + "kmod-leds-bcm6328" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6328-comtrend_ar-5381u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6328-comtrend_ar-5381u-squashfs-cfe.bin"; + sha256 = "8335663689d845116e49bdc12a4b3dcefea8b440146b78c1597f65fa00706855"; + sha256_unsigned = "8335663689d845116e49bdc12a4b3dcefea8b440146b78c1597f65fa00706855"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6328-comtrend_ar-5381u-squashfs-sysupgrade.bin"; + sha256 = "6f8f13654b427f8cbe62a412fdda7a5d5af6a1de6ab1a8ded2a24d4c3bca8ced"; + sha256_unsigned = "1bd460e10bdf0a0edb604c8d35cfb743abd0a4586c69c5453de3ea8eb711c4ad"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,ar-5381u" + ]; + titles = [ + { + model = "AR-5381u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_ar-5387un = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-b43" + "wpad-basic-mbedtls" + "broadcom-43225-sprom" + "kmod-leds-bcm6328" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6328-comtrend_ar-5387un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6328-comtrend_ar-5387un-squashfs-sysupgrade.bin"; + sha256 = "56d47a5431c0519eacd2baa5204ce6789e5ae4989b529046d6ed71f734e14a0b"; + sha256_unsigned = "6db574897d5b0283d05b5bf80ea058f86b92bfd117e4dde25a44255d46c4bed6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6328-comtrend_ar-5387un-squashfs-cfe.bin"; + sha256 = "305ba51b7cd369a3e38db4c91b7050f635e6d11ea1ca89ddf2e4b696f495adc4"; + sha256_unsigned = "305ba51b7cd369a3e38db4c91b7050f635e6d11ea1ca89ddf2e4b696f495adc4"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,ar-5387un" + ]; + titles = [ + { + model = "AR-5387un"; + vendor = "Comtrend"; + } + ]; + }; + nucom_r5010unv2 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-b43" + "wpad-basic-mbedtls" + "broadcom-43217-sprom" + "kmod-leds-bcm6328" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6328-nucom_r5010unv2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6328-nucom_r5010unv2-squashfs-cfe.bin"; + sha256 = "2e47dd4496fa520125e7bed792ad9b0f8945b0ff2bb799d8955fac73807d4b43"; + sha256_unsigned = "2e47dd4496fa520125e7bed792ad9b0f8945b0ff2bb799d8955fac73807d4b43"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6328-nucom_r5010unv2-squashfs-sysupgrade.bin"; + sha256 = "1252001c2d22c7c95ccc259ee758e15fd6daa7d32a5e66d5c5be0d997d8e2217"; + sha256_unsigned = "1723c5f2fd51faad8cbc2adf5c227424973f281d258d8dbee0001b57ae194629"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nucom,r5010unv2" + ]; + titles = [ + { + model = "R5010UNv2"; + vendor = "NuCom"; + } + ]; + }; + sercomm_ad1018 = { + device_packages = [ + "nand-utils" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-b43" + "wpad-basic-mbedtls" + "broadcom-43217-sprom" + "kmod-leds-bcm6328" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6328-sercomm_ad1018"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6328-sercomm_ad1018-squashfs-sysupgrade.bin"; + sha256 = "8d840c95b51f7708b7818c39e0665bedbf54ea983bd9d25eb642da56a5023d44"; + sha256_unsigned = "c0cb59a8293f690ba292c94e7df0fa672ba19399ac504246ace16bb98d8eb745"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6328-sercomm_ad1018-squashfs-factory.img"; + sha256 = "02f651f52cacf7f38f9b9383c5fad00c18902a61bfcb5e6825862a8a421f1470"; + sha256_unsigned = "02f651f52cacf7f38f9b9383c5fad00c18902a61bfcb5e6825862a8a421f1470"; + type = "factory"; + } + ]; + supported_devices = [ + "sercomm,ad1018" + ]; + titles = [ + { + model = "AD1018"; + vendor = "Sercomm"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bmips/bcm6328"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + bcm6358 = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + huawei_hg556a-b = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-mbedtls" + "kmod-leds-gpio" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6358-huawei_hg556a-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6358-huawei_hg556a-b-squashfs-cfe.bin"; + sha256 = "764930f986335d2afd89cb1f7b615401413af901e389135ed3d7404ac29cf85d"; + sha256_unsigned = "764930f986335d2afd89cb1f7b615401413af901e389135ed3d7404ac29cf85d"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6358-huawei_hg556a-b-squashfs-sysupgrade.bin"; + sha256 = "a604766ccf949f7102799d98d76dedbfd0f3b61729ed5ab083f2ff9dcd3e9503"; + sha256_unsigned = "79b48628d32bfa9333b474b01aed387cc767643465313274c24a96abf992c395"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huawei,hg556a-b" + ]; + titles = [ + { + model = "EchoLife HG556a"; + variant = "B"; + vendor = "Huawei"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bmips/bcm6358"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + bcm6362 = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + huawei_hg253s-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-leds-bcm6328" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6362-huawei_hg253s-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6362-huawei_hg253s-v2-squashfs-sysupgrade.bin"; + sha256 = "5d01b85d93c5cb834668a573c7660bd2951ef70fd3e4939d3263019f8c32746b"; + sha256_unsigned = "2d85d5d5182a0dd581a42281d727dc375699b00096565228318fb5ac9acc3f61"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6362-huawei_hg253s-v2-squashfs-flash.bin"; + sha256 = "955be45d655e12a61914a957bb9812ff42b162c086e1ca258e0195dcd6579fca"; + sha256_unsigned = "955be45d655e12a61914a957bb9812ff42b162c086e1ca258e0195dcd6579fca"; + type = "flash"; + } + ]; + supported_devices = [ + "huawei,hg253s-v2" + ]; + titles = [ + { + model = "HG253s"; + variant = "v2"; + vendor = "Huawei"; + } + ]; + }; + netgear_dgnd3700-v2 = { + device_packages = [ + "nand-utils" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-leds-bcm6328" + "kmod-leds-gpio" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6362-netgear_dgnd3700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6362-netgear_dgnd3700-v2-squashfs-cfe.bin"; + sha256 = "8158a79ff7f9acd815ea72bea4b4e1594afef0c184c54568c087d1248a63b4e9"; + sha256_unsigned = "8158a79ff7f9acd815ea72bea4b4e1594afef0c184c54568c087d1248a63b4e9"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6362-netgear_dgnd3700-v2-squashfs-sysupgrade.bin"; + sha256 = "1e5a76b30b61841f6ec2abfabaa54c93199e2211591596658ef3fd0fe8b21c60"; + sha256_unsigned = "9f0902651bf88e77873446d057ed87d255ac6a70256c5272e99a94ab678d90e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v2" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bmips/bcm6362"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + bcm6368 = { + arch_packages = "mips_mips32"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + actiontec_r1000h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-leds-gpio" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6368-actiontec_r1000h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6368-actiontec_r1000h-squashfs-sysupgrade.bin"; + sha256 = "613718ff9e76920df4775f8b8ccdd7d522eb26307de4eb3e66cf7637b3f52e0b"; + sha256_unsigned = "0b029295fb8ae792b1152c138620448135311dfb65b702dad056b26256863f3f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6368-actiontec_r1000h-squashfs-cfe.bin"; + sha256 = "49dc09fbcc15a5b2d53780ecf22fd05c97d9819c76e92cd118d9f8591d2bba51"; + sha256_unsigned = "49dc09fbcc15a5b2d53780ecf22fd05c97d9819c76e92cd118d9f8591d2bba51"; + type = "cfe"; + } + ]; + supported_devices = [ + "actiontec,r1000h" + ]; + titles = [ + { + model = "R1000H"; + vendor = "Actiontec"; + } + ]; + }; + comtrend_vr-3025u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-b43" + "wpad-basic-mbedtls" + "broadcom-43222-sprom" + "kmod-leds-gpio" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6368-comtrend_vr-3025u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6368-comtrend_vr-3025u-squashfs-cfe.bin"; + sha256 = "a69bb94f3b7557f45e3b60ec1f45ffab4d50c3fcdf2ccdfcef75154ced5c03c0"; + sha256_unsigned = "a69bb94f3b7557f45e3b60ec1f45ffab4d50c3fcdf2ccdfcef75154ced5c03c0"; + type = "cfe"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6368-comtrend_vr-3025u-squashfs-sysupgrade.bin"; + sha256 = "64585b822881fe55dc02da5aefdd305f07c246d5e36b0b2d6fa202fd1cd8f0bf"; + sha256_unsigned = "295ebbc23c2d9483cc83b925c370671da9fb13e728bcfb3ffe580f7de20f54d3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comtrend,vr-3025u" + ]; + titles = [ + { + model = "VR-3025u"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_vr-3025un = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-b43" + "wpad-basic-mbedtls" + "broadcom-43222-sprom" + "kmod-leds-gpio" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6368-comtrend_vr-3025un"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6368-comtrend_vr-3025un-squashfs-sysupgrade.bin"; + sha256 = "336a58694751e28025fb9d54a541b9ab6c5158f7203b16cd056e171bf265676d"; + sha256_unsigned = "41a1ca2172ace3734796eef654f8d6f01d0bf1d71d85e23bd94c906d40006390"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6368-comtrend_vr-3025un-squashfs-cfe.bin"; + sha256 = "9d853eb6a71d1be1b6acf21e6a357c19e2ab8ac0b3437179d6fee97421b9917d"; + sha256_unsigned = "9d853eb6a71d1be1b6acf21e6a357c19e2ab8ac0b3437179d6fee97421b9917d"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,vr-3025un" + ]; + titles = [ + { + model = "VR-3025un"; + vendor = "Comtrend"; + } + ]; + }; + comtrend_wap-5813n = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-b43" + "wpad-basic-mbedtls" + "broadcom-4322-sprom" + "kmod-leds-gpio" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6368-comtrend_wap-5813n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6368-comtrend_wap-5813n-squashfs-sysupgrade.bin"; + sha256 = "d26914adbe5ad538c5a484f7fbff4ae535b20c0658f2b41629804e49eda66df2"; + sha256_unsigned = "4fbaa52859a03dd438aae144a7cb0d6012803fd67710a0e873dd654affdb6853"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6368-comtrend_wap-5813n-squashfs-cfe.bin"; + sha256 = "4a44a11ffdb33d6892d2ef64854026fd9d8b310d6cb9d334f975499ceb60d926"; + sha256_unsigned = "4a44a11ffdb33d6892d2ef64854026fd9d8b310d6cb9d334f975499ceb60d926"; + type = "cfe"; + } + ]; + supported_devices = [ + "comtrend,wap-5813n" + ]; + titles = [ + { + model = "WAP-5813n"; + vendor = "Comtrend"; + } + ]; + }; + netgear_dgnd3700-v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-leds-gpio" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6368-netgear_dgnd3700-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6368-netgear_dgnd3700-v1-squashfs-factory.chk"; + sha256 = "3c84759455414adebe465bda94c51a3cf69f8be073535e1c282535c8061f0955"; + sha256_unsigned = "3c84759455414adebe465bda94c51a3cf69f8be073535e1c282535c8061f0955"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6368-netgear_dgnd3700-v1-squashfs-sysupgrade.bin"; + sha256 = "2730dc2c92af978dc426727aa90cde33745ef21fd72bf53907b2424d34d9bd72"; + sha256_unsigned = "c14865dd3af135099d2805d02c32eee9125c878cc192cb680cdd61b392b62e79"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3700-v1" + ]; + titles = [ + { + model = "DGND3700"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgnd3800b = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-b43" + "wpad-basic-mbedtls" + "kmod-leds-gpio" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6368-netgear_dgnd3800b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6368-netgear_dgnd3800b-squashfs-factory.chk"; + sha256 = "c738a786e4469776511cfc46674e536b5567e47c401ac1bac08761485436da19"; + sha256_unsigned = "c738a786e4469776511cfc46674e536b5567e47c401ac1bac08761485436da19"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6368-netgear_dgnd3800b-squashfs-sysupgrade.bin"; + sha256 = "a7fed23b2565e4fbba81921f2a5ebbd185745a55c3b2609d17bed7068fc134c2"; + sha256_unsigned = "7513a2459de4bf1e971612f7703aa2f0cdedeeb2e9ca1bfda498e373cd274e18"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,dgnd3800b" + ]; + titles = [ + { + model = "DGND3800B"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_evg2000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-b43" + "wpad-basic-mbedtls" + "broadcom-4322-sprom" + "kmod-leds-gpio" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6368-netgear_evg2000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6368-netgear_evg2000-squashfs-factory.chk"; + sha256 = "b2aff41f026c4cdd4cfeeaeb4279743821849c18be420157ddfe044d829462ad"; + sha256_unsigned = "b2aff41f026c4cdd4cfeeaeb4279743821849c18be420157ddfe044d829462ad"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6368-netgear_evg2000-squashfs-sysupgrade.bin"; + sha256 = "3dd6c8a95ed928aa34bd453db6ed61cca59ee856258f1d964502cf1e3e9bb547"; + sha256_unsigned = "43ae6cfb4c58b648496f7339178e814a24fc2b8fd75a9e099273f0bdc15c927a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,evg2000" + ]; + titles = [ + { + model = "EVG2000"; + vendor = "NETGEAR"; + } + ]; + }; + observa_vh4032n = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb2" + "kmod-b43" + "wpad-basic-mbedtls" + "broadcom-43222-sprom" + "kmod-leds-gpio" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-bmips-bcm6368-observa_vh4032n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6368-observa_vh4032n-squashfs-sysupgrade.bin"; + sha256 = "d9ba7057cc0af749808db3a5ba7752daf92bc3e630e179dd4413eb1bd46b3ab1"; + sha256_unsigned = "eb719cc98bb064eaaede73b7657163047d4a8de42a92b40be7a6811768c5d1d9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-bmips-bcm6368-observa_vh4032n-squashfs-cfe.bin"; + sha256 = "0b6153c764b9783257d2c1beeb234361b2b910be40b525c901e4002e512dbfcf"; + sha256_unsigned = "0b6153c764b9783257d2c1beeb234361b2b910be40b525c901e4002e512dbfcf"; + type = "cfe"; + } + ]; + supported_devices = [ + "observa,vh4032n" + ]; + titles = [ + { + model = "VH4032N"; + vendor = "Observa"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "bmips/bcm6368"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + gemini = { + generic = { + arch_packages = "arm_fa526"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-fotg210" + "kmod-usb-ledtrig-usbport" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + dlink_dir-685 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-23.05.0-gemini-generic-dlink_dir-685"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-gemini-generic-dlink_dir-685-squashfs-factory.bin"; + sha256 = "d58f8b078263287a0acbf9b7f9f649fe173a5c61517d305a1206896ab684c613"; + sha256_unsigned = "d58f8b078263287a0acbf9b7f9f649fe173a5c61517d305a1206896ab684c613"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-gemini-generic-dlink_dir-685-ext4-factory.bin"; + sha256 = "df74821ea3f7f0d2ba3f01936d69d32c73e6f5ada8f53a7b5edbc102598b86d3"; + sha256_unsigned = "df74821ea3f7f0d2ba3f01936d69d32c73e6f5ada8f53a7b5edbc102598b86d3"; + type = "factory"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-gemini-generic-dlink_dir-685-ext4-sysupgrade.bin"; + sha256 = "a1f4b7a9797c4497ef6e30f025d8bb93ba4a660a60ac761357ad116450d0103d"; + sha256_unsigned = "ab1475cecdcadb9aa4d2d91bb4bb1862a77f94f4b00758f3a1234991b984a1fc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-gemini-generic-dlink_dir-685-squashfs-sysupgrade.bin"; + sha256 = "b262b64f0f3107b67cf82f37d5b2b996041ea4cad916d6472fa63cf90ed5d024"; + sha256_unsigned = "c106eb9ad7dd334a97365e9eec6c4f79c334e634b2bbe6c894347a2b0ab7e917"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-685" + ]; + titles = [ + { + model = "DIR-685 Xtreme N Storage Router"; + vendor = "D-Link"; + } + ]; + }; + dlink_dns-313 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-23.05.0-gemini-generic-dlink_dns-313"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-gemini-generic-dlink_dns-313-ext4-factory.bin.gz"; + sha256 = "8fb1815ade759364482a1928b18ee4f48d0aa40d99cf8a143a33159d0d1a0689"; + sha256_unsigned = "8fb1815ade759364482a1928b18ee4f48d0aa40d99cf8a143a33159d0d1a0689"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dns-313" + ]; + titles = [ + { + model = "DNS-313 1-Bay Network Storage Enclosure"; + vendor = "D-Link"; + } + ]; + }; + itian_sq201 = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + "kmod-rt61-pci" + "kmod-usb2-pci" + ]; + image_prefix = "openwrt-23.05.0-gemini-generic-itian_sq201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-gemini-generic-itian_sq201-squashfs-factory.bin"; + sha256 = "8e214e03ff17a85775d48859d8b54084379f20c1b0a30f930825696cfb0ebff8"; + sha256_unsigned = "8e214e03ff17a85775d48859d8b54084379f20c1b0a30f930825696cfb0ebff8"; + type = "factory"; + } + ]; + supported_devices = [ + "itian,sq201" + ]; + titles = [ + { + model = "Square One SQ201"; + vendor = "ITian"; + } + ]; + }; + raidsonic_ib-4220-b = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-23.05.0-gemini-generic-raidsonic_ib-4220-b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-gemini-generic-raidsonic_ib-4220-b-squashfs-factory.bin"; + sha256 = "b489533e095050f835ace050000cbc3240394e6bbb59e838b3c0bfa81fcaff18"; + sha256_unsigned = "b489533e095050f835ace050000cbc3240394e6bbb59e838b3c0bfa81fcaff18"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-4220-b" + ]; + titles = [ + { + model = "NAS IB-4220-B"; + vendor = "Raidsonic"; + } + ]; + }; + storlink_sl93512r = { + device_packages = [ + "block-mount" + "fdisk" + "lsblk" + "mdadm" + "kmod-md-mod" + "kmod-md-linear" + "kmod-md-multipath" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-md-raid456" + "kmod-fs-btrfs" + "kmod-fs-cifs" + "kmod-fs-nfs" + "kmod-fs-nfsd" + "kmod-fs-ntfs" + "kmod-fs-reiserfs" + "kmod-fs-vfat" + "kmod-nls-utf8" + "kmod-usb-storage-extras" + "kmod-hwmon-drivetemp" + "cfdisk" + "e2fsprogs" + "badblocks" + "partx-utils" + ]; + image_prefix = "openwrt-23.05.0-gemini-generic-storlink_sl93512r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-gemini-generic-storlink_sl93512r-squashfs-factory.bin"; + sha256 = "00da024b8dc8a4bbfe976e3c359b5b3034cfd7bae3150c9717f6aacbdf32c46d"; + sha256_unsigned = "00da024b8dc8a4bbfe976e3c359b5b3034cfd7bae3150c9717f6aacbdf32c46d"; + type = "factory"; + } + ]; + supported_devices = [ + "storlink,sl93512r" + ]; + titles = [ + { + model = "SL93512r"; + vendor = "StorLink"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "gemini/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + imx = { + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + technexion_imx7d-pico-pi = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-input-touchscreen-edt-ft5x06" + "kmod-usb-hid" + "kmod-btsdio" + "kmod-brcmfmac" + "brcmfmac-firmware-4339-sdio" + "cypress-nvram-4339-sdio" + ]; + image_prefix = "openwrt-23.05.0-imx-cortexa7-technexion_imx7d-pico-pi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-imx-cortexa7-technexion_imx7d-pico-pi-squashfs-sysupgrade.bin"; + sha256 = "c2838590614bfe5fa3d8f65795a41c5ada45fd90cef2fae3c4be3673a506b684"; + sha256_unsigned = "b6e42c2701d3e9122d1f088ba10e99957a3090db5e2828f3114e3ce095896f58"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-imx-cortexa7-technexion_imx7d-pico-pi-squashfs-combined.bin"; + sha256 = "75e4b4b843f65f891fa64ac535c95b8fa081c8e5971f74879b40efe07bfbf8b7"; + sha256_unsigned = "75e4b4b843f65f891fa64ac535c95b8fa081c8e5971f74879b40efe07bfbf8b7"; + type = "combined"; + } + ]; + supported_devices = [ + "technexion,imx7d-pico-pi" + ]; + titles = [ + { + model = "PICO-PI-IMX7D"; + vendor = "TechNexion"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "imx/cortexa7"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "blkid" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + solidrun_cubox-i = { + device_packages = [ + "kmod-drm-imx" + "kmod-drm-imx-hdmi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-23.05.0-imx-cortexa9-solidrun_cubox-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-imx-cortexa9-solidrun_cubox-i-squashfs-combined.bin"; + sha256 = "60e658f39022bfeb70ca0755339c2c36e0f39461ad96acc5e0f593d1b44f60b6"; + sha256_unsigned = "60e658f39022bfeb70ca0755339c2c36e0f39461ad96acc5e0f593d1b44f60b6"; + type = "combined"; + } + ]; + supported_devices = [ + "solidrun,cubox-i" + ]; + titles = [ + { + model = "CuBox-i"; + vendor = "SolidRun"; + } + ]; + }; + toradex_apalis = { + device_packages = [ + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-leds-gpio" + "kmod-gpio-button-hotplug" + "kmod-pps-gpio" + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-23.05.0-imx-cortexa9-toradex_apalis"; + images = [ + { + name = "openwrt-23.05.0-imx-cortexa9-toradex_apalis-recovery.scr"; + sha256 = "a9e1c2ebe504df9074d4b81187c9a6f643516b432ab8a72ec4aa23041d2299b9"; + sha256_unsigned = "a9e1c2ebe504df9074d4b81187c9a6f643516b432ab8a72ec4aa23041d2299b9"; + type = "recovery.scr"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-imx-cortexa9-toradex_apalis-squashfs.combined.bin"; + sha256 = "93259b6aa1351170e1abfc3d8bfc920fc31846ac2d7abb5801be6ef0c4c403e2"; + sha256_unsigned = "93259b6aa1351170e1abfc3d8bfc920fc31846ac2d7abb5801be6ef0c4c403e2"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-imx-cortexa9-toradex_apalis-squashfs.sysupgrade.bin"; + sha256 = "435b08044b350e2094acf0ebf9a6e43489b96427d14eddd0a516badabd5d1657"; + sha256_unsigned = "4c673a4ba0c7ce1ce411cd80034eaffa4380714b79c1163712437573ff49a0f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "apalis,ixora" + "apalis,eval" + ]; + titles = [ + { + model = "Apalis family"; + vendor = "Toradex"; + } + ]; + }; + ventana = { + device_packages = [ + "kmod-sky2" + "kmod-sound-core" + "kmod-sound-soc-imx" + "kmod-sound-soc-imx-sgtl5000" + "kmod-can" + "kmod-can-flexcan" + "kmod-can-raw" + "kmod-hwmon-gsc" + "kmod-leds-gpio" + "kmod-pps-gpio" + "kobs-ng" + ]; + image_prefix = "openwrt-23.05.0-imx-cortexa9-gateworks_ventana"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-imx-cortexa9-gateworks_ventana-squashfs-img.gz"; + sha256 = "bf42001c2bb73d6f31ac3a1888633265848e5d26770356adf83b61cdab37572f"; + sha256_unsigned = "bf42001c2bb73d6f31ac3a1888633265848e5d26770356adf83b61cdab37572f"; + type = "img"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-imx-cortexa9-gateworks_ventana-squashfs-bootfs.tar.gz"; + sha256 = "cb4122a48c279cd08d6ad51fdc42ffa05b750ae5466829b9a4588bb8c66ae693"; + sha256_unsigned = "cb4122a48c279cd08d6ad51fdc42ffa05b750ae5466829b9a4588bb8c66ae693"; + type = "bootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-imx-cortexa9-gateworks_ventana-large-squashfs-nand.ubi"; + sha256 = "85a60cc010f13f89625eb5692a1f82618028a42ca88d10257496942e28fb4c14"; + sha256_unsigned = "85a60cc010f13f89625eb5692a1f82618028a42ca88d10257496942e28fb4c14"; + type = "nand"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-imx-cortexa9-gateworks_ventana-squashfs-nand.ubi"; + sha256 = "54a4b36ebe3ff22983b7bc05528368e4e4f9c4de7f94a3c0ab107fe48e123e93"; + sha256_unsigned = "54a4b36ebe3ff22983b7bc05528368e4e4f9c4de7f94a3c0ab107fe48e123e93"; + type = "nand"; + } + ]; + supported_devices = [ + "gateworks,ventana" + ]; + titles = [ + { + model = "Ventana family"; + variant = "normal NAND flash"; + vendor = "Gateworks"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "imx/cortexa9"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + ipq40xx = { + chromium = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-board-qca4019" + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + google_wifi = { + device_packages = [ + "partx-utils" + "mkf2fs" + "e2fsprogs" + "kmod-fs-ext4" + "kmod-fs-f2fs" + "kmod-google-firmware" + "kmod-ramoops" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-chromium-google_wifi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-chromium-google_wifi-squashfs-sysupgrade.bin"; + sha256 = "c79432b6e0f36da21528607359c0d91f591e8e39e0628dbb24f8f2cab04072ad"; + sha256_unsigned = "2d65ee9e18f7779d262498dd18f103e2ad9a120fc834d3f01baf09b5b7001901"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-chromium-google_wifi-squashfs-factory.bin"; + sha256 = "a495bd60f638a44db8844b272380bc293ebd39c4cc70184d8ebde9eedb83eeb6"; + sha256_unsigned = "a495bd60f638a44db8844b272380bc293ebd39c4cc70184d8ebde9eedb83eeb6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-chromium-google_wifi-initramfs-fit-zImage.itb.vboot"; + sha256 = "61e57888c8a970920add12e24621fdb82a21b2cb8074d50c1e46c565b086d222"; + sha256_unsigned = "61e57888c8a970920add12e24621fdb82a21b2cb8074d50c1e46c565b086d222"; + type = "kernel"; + } + ]; + supported_devices = [ + "google,wifi" + ]; + titles = [ + { + model = "WiFi (Gale)"; + vendor = "Google"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "ipq40xx/chromium"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + generic = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-board-qca4019" + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + "8dev_habanero-dvk" = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-8dev_habanero-dvk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-8dev_habanero-dvk-initramfs-uImage.itb"; + sha256 = "b7bc7cafcbe68542714d4844e7ef48a08d9f7ead5b8acb018a1209b6e9708213"; + sha256_unsigned = "b7bc7cafcbe68542714d4844e7ef48a08d9f7ead5b8acb018a1209b6e9708213"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-8dev_habanero-dvk-squashfs-sysupgrade.bin"; + sha256 = "afb34bb38c12cac2844191a08b92e3b8aed27d8a71d50aae69c68b1bfeaf4831"; + sha256_unsigned = "72fa1c254efd628c3ecb6b902e054c66f21ee4444d4e77bba92bb36884c149c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "8dev,habanero-dvk" + ]; + titles = [ + { + model = "Habanero DVK"; + vendor = "8devices"; + } + ]; + }; + "8dev_jalapeno" = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-8dev_jalapeno"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-8dev_jalapeno-squashfs-sysupgrade.bin"; + sha256 = "1d249a83135e8d0cff90bf8b0dd0b886b7fc6c3c616f1633d6e0baecebbdb88c"; + sha256_unsigned = "512dacc093ae36c510da46932d5b5de9e8ae1d687e3fcdffa01bcd91c9d630fe"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-8dev_jalapeno-initramfs-uImage.itb"; + sha256 = "8b6d76b58e9718e7fdd9490d5ca91892e8ff5daed2b16a7332bc74e0d236314f"; + sha256_unsigned = "8b6d76b58e9718e7fdd9490d5ca91892e8ff5daed2b16a7332bc74e0d236314f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-8dev_jalapeno-squashfs-factory.ubi"; + sha256 = "0a3743d8a2dbf19840e5ea517c6361a9a27916afdacf03b37dab274d7a9e64ad"; + sha256_unsigned = "0a3743d8a2dbf19840e5ea517c6361a9a27916afdacf03b37dab274d7a9e64ad"; + type = "factory"; + } + ]; + supported_devices = [ + "8dev,jalapeno" + ]; + titles = [ + { + model = "Jalapeno"; + vendor = "8devices"; + } + ]; + }; + alfa-network_ap120c-ac = { + device_packages = [ + "kmod-usb-acm" + "kmod-tpm-i2c-atmel" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-alfa-network_ap120c-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-alfa-network_ap120c-ac-initramfs-uImage.itb"; + sha256 = "cfeb006f54fe67493cb03036ad98363a1f08a6c7efcf8f8860d961e04e47d20b"; + sha256_unsigned = "cfeb006f54fe67493cb03036ad98363a1f08a6c7efcf8f8860d961e04e47d20b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-factory.bin"; + sha256 = "fd3013b156a8cc8b8bff34c23a45b8b272824e2ed980262f2185406d0c491401"; + sha256_unsigned = "fd3013b156a8cc8b8bff34c23a45b8b272824e2ed980262f2185406d0c491401"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-sysupgrade.bin"; + sha256 = "bd331ebbe7aaa86bffa812c6d874e479dfebbc41ff85031dc306434c91d6d518"; + sha256_unsigned = "e0907eadaf40b6188873371496fa4a78b6851cfe79b045327250f7c2d3b2b7d8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ap120c-ac" + ]; + titles = [ + { + model = "AP120C-AC"; + vendor = "ALFA Network"; + } + ]; + }; + aruba_ap-303 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-aruba_ap-303"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-aruba_ap-303-initramfs-uImage.itb"; + sha256 = "0016d06f699d74375a79afef76e551282d3b3e62515772e3e2d51e4e1fdebc4b"; + sha256_unsigned = "0016d06f699d74375a79afef76e551282d3b3e62515772e3e2d51e4e1fdebc4b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-aruba_ap-303-squashfs-sysupgrade.bin"; + sha256 = "2df2a4e6ee8eca1f253146948ac7dcb5a566f729145d8e806bc364fc60e6a23c"; + sha256_unsigned = "43026cf13f28ebb039842ce31b3205415292768632ea55dc0c31259512ebe181"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-303" + ]; + titles = [ + { + model = "AP-303"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-303h = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-aruba_ap-303h"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-aruba_ap-303h-initramfs-uImage.itb"; + sha256 = "a6f4c6be235b119c2f2f95db5a1b61dcefdcf2ab0a465434b50f9bcd5ff7864c"; + sha256_unsigned = "a6f4c6be235b119c2f2f95db5a1b61dcefdcf2ab0a465434b50f9bcd5ff7864c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-aruba_ap-303h-squashfs-sysupgrade.bin"; + sha256 = "735df0a57d8fd7fa501b38f1bd6fd59f5190e7805c7d205af15c28d2fda35c15"; + sha256_unsigned = "8b9e5207e2e5876f23fc55a62fac2298948752b11aa82ef5d7f65e19405a7374"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-303h" + ]; + titles = [ + { + model = "AP-303H"; + vendor = "Aruba"; + } + ]; + }; + aruba_ap-365 = { + device_packages = [ + "kmod-hwmon-ad7418" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-aruba_ap-365"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-aruba_ap-365-initramfs-uImage.itb"; + sha256 = "3582dc2166be478cfd6997195162645ac3b3bc87e24cbf36484b81fbfc1af025"; + sha256_unsigned = "3582dc2166be478cfd6997195162645ac3b3bc87e24cbf36484b81fbfc1af025"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-aruba_ap-365-squashfs-sysupgrade.bin"; + sha256 = "e91626b93e2065813642964153484ac98602e66e3d4a7135a71e85789b6d45e3"; + sha256_unsigned = "9952d0f50e403525970e15f3f62b63f2024bab60b0f91762ef852d3cfd655793"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aruba,ap-365" + ]; + titles = [ + { + model = "AP-365"; + vendor = "Aruba"; + } + ]; + }; + asus_map-ac2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-ath3k" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-asus_map-ac2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"; + sha256 = "e9ef78998e18fbe951b79e40405eb854ff5213870de78835da149505cb9101c0"; + sha256_unsigned = "ed9ac3fe8279ab670a68fcc90b385c1fbfb0580e3e25b20fa4d60eba864b5515"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-asus_map-ac2200-initramfs-uImage.itb"; + sha256 = "3e2cc41e84928a7af327f5042e3dfa8bc9388702a59d17298439c49f62f6a197"; + sha256_unsigned = "3e2cc41e84928a7af327f5042e3dfa8bc9388702a59d17298439c49f62f6a197"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,map-ac2200" + ]; + titles = [ + { + model = "Lyra (MAP-AC2200)"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac42u = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-asus_rt-ac42u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-asus_rt-ac42u-squashfs-sysupgrade.bin"; + sha256 = "7553047c3259fc2a2c9876b977be6ac1ee90b3cc13065d90f00d30e5758c190f"; + sha256_unsigned = "01374026eb951c01d24036688b4c578a3726d1caeaa7ae9d56d7d832aad67313"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-asus_rt-ac42u-initramfs-uImage.itb"; + sha256 = "c4220a15d41cb5df05fd28883980740a7241eb2c1d250437dc7cbeb9fadf8d14"; + sha256_unsigned = "c4220a15d41cb5df05fd28883980740a7241eb2c1d250437dc7cbeb9fadf8d14"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac42u" + ]; + titles = [ + { + model = "RT-AC42U"; + vendor = "ASUS"; + } + { + model = "RT-ACRH17"; + vendor = "ASUS"; + } + { + model = "RT-AC2200"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac58u = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-asus_rt-ac58u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-asus_rt-ac58u-initramfs-uImage.itb"; + sha256 = "492ceec0b2431dce8661a81b6c6f3dc0ced8c9e9791bc95d38303bf58cb9f3df"; + sha256_unsigned = "492ceec0b2431dce8661a81b6c6f3dc0ced8c9e9791bc95d38303bf58cb9f3df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"; + sha256 = "f18bc3a92c9edc2503d011f097ea897f674e8025607d208c5677b4f0b861ea3d"; + sha256_unsigned = "6a3de3d4bc64fa4c22a5c71c542f8bac1c7b83f233f445e092206c9b19d807f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac58u" + ]; + titles = [ + { + model = "RT-AC58U"; + vendor = "ASUS"; + } + { + model = "RT-ACRH13"; + vendor = "ASUS"; + } + ]; + }; + avm_fritzbox-4040 = { + device_packages = [ + "fritz-tffs" + "fritz-caldata" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-avm_fritzbox-4040"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin"; + sha256 = "33da0b62ae7af9cbb7f1c464ec3f2c2228150690de6299afe5b6cebf9c481de2"; + sha256_unsigned = "33da0b62ae7af9cbb7f1c464ec3f2c2228150690de6299afe5b6cebf9c481de2"; + type = "eva"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"; + sha256 = "d420358a1605edc996cb4ed0d409df256137983873117842ff21dd14af8a6c9b"; + sha256_unsigned = "f1b59b978e3208f5cb0693e762f94e086dd8d7a418cf6e20e38319787b73130b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-avm_fritzbox-4040-initramfs-uImage.itb"; + sha256 = "6063fbb3c7a4d5ace5aebd069b05f248ce72ff4e48a944149b15703b97cc960a"; + sha256_unsigned = "6063fbb3c7a4d5ace5aebd069b05f248ce72ff4e48a944149b15703b97cc960a"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzbox-4040" + ]; + titles = [ + { + model = "FRITZ!Box 4040"; + vendor = "AVM"; + } + ]; + }; + avm_fritzbox-7530 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + "ltq-vdsl-vr11-app" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-avm_fritzbox-7530"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-avm_fritzbox-7530-initramfs-uImage.itb"; + sha256 = "b1aff6662d5ee4f5d253d7ce6bc20f3e624410c5f985520113996116e60569c7"; + sha256_unsigned = "b1aff6662d5ee4f5d253d7ce6bc20f3e624410c5f985520113996116e60569c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"; + sha256 = "7955aeab9d698786277299d84fbce9827cab8406179a5b2f9d8894a2965b8dc0"; + sha256_unsigned = "731d5a10c48ef18bc70960d13892b800fa24fefd912bf79e2c01231c0b9df69d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzbox-7530" + ]; + titles = [ + { + model = "FRITZ!Box 7530"; + vendor = "AVM"; + } + { + model = "FRITZ!Box 7520"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-1200 = { + device_packages = [ + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-avm_fritzrepeater-1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"; + sha256 = "ef676f0fce4af910c165e50efb8307fb64694367af2b617b27e8b9ef20ab0988"; + sha256_unsigned = "29408a0b947d9a6c3d2c286f46950d1940d826938ff47ab7295940c5318f2ba6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-avm_fritzrepeater-1200-initramfs-uImage.itb"; + sha256 = "fe227ee255cace52db3b91f369b4ad2c5c69b0e260394348d45041cc092d8395"; + sha256_unsigned = "fe227ee255cace52db3b91f369b4ad2c5c69b0e260394348d45041cc092d8395"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-1200" + ]; + titles = [ + { + model = "FRITZ!Repeater 1200"; + vendor = "AVM"; + } + ]; + }; + avm_fritzrepeater-3000 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "fritz-caldata" + "fritz-tffs-nand" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-avm_fritzrepeater-3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-avm_fritzrepeater-3000-initramfs-uImage.itb"; + sha256 = "65a501549c96882494ee9036cab6902a57d697d69827c09b1be2e2dba8cd2dd0"; + sha256_unsigned = "65a501549c96882494ee9036cab6902a57d697d69827c09b1be2e2dba8cd2dd0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"; + sha256 = "626c2d4a60572ad3ae83acafa65d918d42f965c47293ee597b396c62265b149f"; + sha256_unsigned = "2ecca5151f873a3071097f1148099e3689db71975e9eb97814781819fa9daf5d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "avm,fritzrepeater-3000" + ]; + titles = [ + { + model = "FRITZ!Repeater 3000"; + vendor = "AVM"; + } + ]; + }; + buffalo_wtr-m2133hp = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-buffalo_wtr-m2133hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-buffalo_wtr-m2133hp-initramfs-uImage.itb"; + sha256 = "0f612f7149484e6d09a7cbbf6574f9c1f1f99db18c33a4b91dcb2d5ece5d4e84"; + sha256_unsigned = "0f612f7149484e6d09a7cbbf6574f9c1f1f99db18c33a4b91dcb2d5ece5d4e84"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-sysupgrade.bin"; + sha256 = "1addb29457163eb7a4b9a4dc92f43d39fc4f3c782b70483156f1a7660ecbb4a4"; + sha256_unsigned = "eb0f0ecdfed3dc3a5419199c488787ee862b468701a3f08e90045011dd10d41f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-buffalo_wtr-m2133hp-squashfs-factory.ubi"; + sha256 = "5e3263907045f14d3e13ba5a892de564d60c314c33c05105ad6460d49267dfa6"; + sha256_unsigned = "5e3263907045f14d3e13ba5a892de564d60c314c33c05105ad6460d49267dfa6"; + type = "factory"; + } + ]; + supported_devices = [ + "buffalo,wtr-m2133hp" + ]; + titles = [ + { + model = "WTR-M2133HP"; + vendor = "Buffalo"; + } + ]; + }; + cellc_rtl30vw = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-cellc_rtl30vw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-cellc_rtl30vw-squashfs-sysupgrade.bin"; + sha256 = "683d827913a172107aed640bac1cef4516c6de0a885c1a977ed4f3a9b77e73f1"; + sha256_unsigned = "aa47cdb0511c8386de41794477f73967b699c3cddcabdd7a3d04522bd54e1905"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-cellc_rtl30vw-squashfs-factory.bin"; + sha256 = "313d2e147e0184b839f504dc40d07738f6f7dfd3596861415cdcaa4e18f88d49"; + sha256_unsigned = "313d2e147e0184b839f504dc40d07738f6f7dfd3596861415cdcaa4e18f88d49"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-cellc_rtl30vw-initramfs-zImage.itb"; + sha256 = "d23a54d64bcdeca7311a45bf6069d28853ebddd0386302d7651e616190812e50"; + sha256_unsigned = "d23a54d64bcdeca7311a45bf6069d28853ebddd0386302d7651e616190812e50"; + type = "kernel"; + } + ]; + supported_devices = [ + "cellc,rtl30vw" + ]; + titles = [ + { + model = "RTL30VW"; + vendor = "Cell C"; + } + ]; + }; + dlink_dap-2610 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-dlink_dap-2610"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-dlink_dap-2610-squashfs-sysupgrade.bin"; + sha256 = "1b0eaa35f682a4034f252ff4802cd179862a2f076d273393a8eaeba975ebc96b"; + sha256_unsigned = "b45e11d6680fa3f4f9ccb2802a561d2f610210e709b11fb6e661abc8693cbd1b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-dlink_dap-2610-squashfs-factory.bin"; + sha256 = "0e7713f01cc2fca25e737d85d5a50594a0e49758390da56faba354766749ac98"; + sha256_unsigned = "0e7713f01cc2fca25e737d85d5a50594a0e49758390da56faba354766749ac98"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-dlink_dap-2610-initramfs-uImage.itb"; + sha256 = "4bb8df40459344b7bbeccfce42a1dea85d24b7169768de257ba40ebf97f6410c"; + sha256_unsigned = "4bb8df40459344b7bbeccfce42a1dea85d24b7169768de257ba40ebf97f6410c"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-2610" + ]; + titles = [ + { + model = "DAP-2610"; + vendor = "D-Link"; + } + ]; + }; + edgecore_ecw5211 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-usb-acm" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-edgecore_ecw5211"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-edgecore_ecw5211-squashfs-sysupgrade.bin"; + sha256 = "0a495942520bb01f345a6faed5101143ff279996de330b42ccecf6ade1530dc4"; + sha256_unsigned = "e39cd80d32dc06be2a42968268a20551ab746763f5077a7fa39777594a5a9b44"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-edgecore_ecw5211-initramfs-uImage.itb"; + sha256 = "38602925c8ae4df833423c17d292afe3eda37254761c75fc43a2e59b85b9caa4"; + sha256_unsigned = "38602925c8ae4df833423c17d292afe3eda37254761c75fc43a2e59b85b9caa4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-edgecore_ecw5211-squashfs-factory.ubi"; + sha256 = "7bdcdfb4037e8da9037c682c74e9740e106d455a9993b23bb80a3c3332c1c5b6"; + sha256_unsigned = "7bdcdfb4037e8da9037c682c74e9740e106d455a9993b23bb80a3c3332c1c5b6"; + type = "factory"; + } + ]; + supported_devices = [ + "edgecore,ecw5211" + ]; + titles = [ + { + model = "ECW5211"; + vendor = "Edgecore"; + } + ]; + }; + extreme-networks_ws-ap3915i = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-extreme-networks_ws-ap3915i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-extreme-networks_ws-ap3915i-squashfs-sysupgrade.bin"; + sha256 = "c303df116d57d101125982278bf125816cbe99d804ee5370e79c5778f186951d"; + sha256_unsigned = "895d6b078e6f10289d9bf667473bfe5b06a977c64071095d6817af4a2a7aed8e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-extreme-networks_ws-ap3915i-initramfs-uImage.itb"; + sha256 = "65bd370f28c8f40b36ec493b6798a9bba37ee0259b32d2846e6d24b393d0c4c8"; + sha256_unsigned = "65bd370f28c8f40b36ec493b6798a9bba37ee0259b32d2846e6d24b393d0c4c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "extreme-networks,ws-ap3915i" + ]; + titles = [ + { + model = "WS-AP3915i"; + vendor = "Extreme Networks"; + } + ]; + }; + ezviz_cs-w3-wd1200g-eup = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-squashfs-sysupgrade.bin"; + sha256 = "f7f201ff6689efe8579fc4984d1c72e649826663df0a5e5369fd088fbb3a383e"; + sha256_unsigned = "ab7c99b1383aca91a7429403a17305e3c508845a4e1245d657c7679a42e91122"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-initramfs-uImage.itb"; + sha256 = "bc768173dfb70ae7a9da7e14f98c7529546c03e3a41cfae8d0ce901bc0aa80dd"; + sha256_unsigned = "bc768173dfb70ae7a9da7e14f98c7529546c03e3a41cfae8d0ce901bc0aa80dd"; + type = "kernel"; + } + ]; + supported_devices = [ + "ezviz,cs-w3-wd1200g-eup" + ]; + titles = [ + { + model = "CS-W3-WD1200G"; + variant = "EUP"; + vendor = "EZVIZ"; + } + ]; + }; + glinet_gl-a1300 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-glinet_gl-a1300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-glinet_gl-a1300-initramfs-uImage.itb"; + sha256 = "f4438c65b7c8dd83de689a62a4c0b936de6d415308c86a7d4e3cc6e4fefba741"; + sha256_unsigned = "f4438c65b7c8dd83de689a62a4c0b936de6d415308c86a7d4e3cc6e4fefba741"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-glinet_gl-a1300-squashfs-sysupgrade.bin"; + sha256 = "9402666783deeeef68fc9b54e8d62ec2c7aadb4e9979aca0e291a50493aa3cb4"; + sha256_unsigned = "e5bf5140e10a1b52892758af5cbfe01b49f04aa81af4b5871a4afb38107c1a6c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-glinet_gl-a1300-squashfs-factory.ubi"; + sha256 = "82f4ed40846a23df744887fd0f3f7b4fefca47b75d04fbe6f36adf58dcbe9626"; + sha256_unsigned = "82f4ed40846a23df744887fd0f3f7b4fefca47b75d04fbe6f36adf58dcbe9626"; + type = "factory"; + } + ]; + supported_devices = [ + "glinet,gl-a1300" + ]; + titles = [ + { + model = "GL-A1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-ap1300 = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-glinet_gl-ap1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-glinet_gl-ap1300-squashfs-sysupgrade.bin"; + sha256 = "23c2742f85a31bfd8d83acbdca823f3c0e419eff5c9675a5d64e1eb89e4b7bdb"; + sha256_unsigned = "e7abdccb5ed62ef80ca6cccd8dbae7ac1d7db671203d3871042c7a8e0491b5d5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-glinet_gl-ap1300-initramfs-uImage.itb"; + sha256 = "d7a99dce738f315ccfb8130997cbb2b62b4c21fe06917f39b0ec52b4f6a3431b"; + sha256_unsigned = "d7a99dce738f315ccfb8130997cbb2b62b4c21fe06917f39b0ec52b4f6a3431b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-glinet_gl-ap1300-squashfs-factory.ubi"; + sha256 = "1b36a799366ce96d6e069ed105a5865bf395f8597102b8e559eb835b64002b14"; + sha256_unsigned = "1b36a799366ce96d6e069ed105a5865bf395f8597102b8e559eb835b64002b14"; + type = "factory"; + } + ]; + supported_devices = [ + "glinet,gl-ap1300" + ]; + titles = [ + { + model = "GL-AP1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b1300 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-glinet_gl-b1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"; + sha256 = "9878bef4a14303275389c10d54426d8cb88ca4eb0b8cf9947237108c32476da4"; + sha256_unsigned = "58322bc4eb6400cdc9c214b0c2b35926b20a0782514a7fbdfec207ba9ababa5d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-glinet_gl-b1300-initramfs-zImage.itb"; + sha256 = "142dc794cc0df7af7d4651068ed60a6ae4432c800f04faff9f1854cd4c6621d6"; + sha256_unsigned = "142dc794cc0df7af7d4651068ed60a6ae4432c800f04faff9f1854cd4c6621d6"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-b1300" + ]; + titles = [ + { + model = "GL-B1300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-b2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-fs-ext4" + "kmod-mmc" + "kmod-spi-dev" + "mkf2fs" + "e2fsprogs" + "kmod-fs-f2fs" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-glinet_gl-b2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-glinet_gl-b2200-squashfs-emmc.img.gz"; + sha256 = "fdea904b607d7b6ae2776c6efd8741b46934ba1a07e38f3ecb9d96f595f94bab"; + sha256_unsigned = "a7daaf7e39f1198f9ad34f5d48f4dc7762f5c3aee38e6ba0723dc7be36f2fd12"; + type = "emmc"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-glinet_gl-b2200-squashfs-sysupgrade.bin"; + sha256 = "266b282a279e89577b9acbc20e99857ba90e8ffc5cf43bbfcf5fb2e61f2ae2eb"; + sha256_unsigned = "f89ca1c95654e22f89bd924de6fc39214496c80f0cc9cea26f20f83fa25e2a86"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-glinet_gl-b2200-initramfs-recovery.itb"; + sha256 = "cb44bfa30136f9d68fdf4eee4ebc2ca578aa0f8c533a89f4db40e34203f73273"; + sha256_unsigned = "cb44bfa30136f9d68fdf4eee4ebc2ca578aa0f8c533a89f4db40e34203f73273"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-b2200" + ]; + titles = [ + { + model = "GL-B2200"; + vendor = "GL.iNet"; + } + ]; + }; + linksys_ea6350v3 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-linksys_ea6350v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin"; + sha256 = "446182b188adf65a47a03f4916617fb74f8e6fd42867ce0ce6d89e5fb6671ff1"; + sha256_unsigned = "446182b188adf65a47a03f4916617fb74f8e6fd42867ce0ce6d89e5fb6671ff1"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"; + sha256 = "10a08def4ca670157a181082ffc6874156566f4d2fc4a49e3a66a351e573542a"; + sha256_unsigned = "e08c9ec04cff71b6a3d3ba27aa7a268edad4580d11753638120aee55715ecb33"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-linksys_ea6350v3-initramfs-zImage.itb"; + sha256 = "db6048c0acb7a28feaedcc8fa35f54d63cb95382b7351f08c6bdefce06f81a3d"; + sha256_unsigned = "db6048c0acb7a28feaedcc8fa35f54d63cb95382b7351f08c6bdefce06f81a3d"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea6350v3" + ]; + titles = [ + { + model = "EA6350"; + variant = "v3"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-linksys_ea8300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-linksys_ea8300-initramfs-zImage.itb"; + sha256 = "aef3c8e1aba07c5e4b7d078745636e1f0f0c18e21a186b83f122a0eb1debcb39"; + sha256_unsigned = "aef3c8e1aba07c5e4b7d078745636e1f0f0c18e21a186b83f122a0eb1debcb39"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"; + sha256 = "5b425fb057626a3aa1edbbcdb2c2d02dc8ccbf6f890c27ba5b4a8a2344b58891"; + sha256_unsigned = "5b425fb057626a3aa1edbbcdb2c2d02dc8ccbf6f890c27ba5b4a8a2344b58891"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin"; + sha256 = "39a2fb1ebc6f7c8a1441e58b74782eca1d2d8482f221d5339c2769c6d1bed5d2"; + sha256_unsigned = "75c3bfe3bf3c8245949b47cd0cb19b52060222adf118b2ada5dce92c4fa452ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8300" + ]; + titles = [ + { + model = "EA8300"; + vendor = "Linksys"; + } + ]; + }; + linksys_mr8300 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-linksys_mr8300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-linksys_mr8300-initramfs-zImage.itb"; + sha256 = "79fb191e1910665e4310960ad4f546f4b41aa30b4bde1e4ec3ac322df2cc39a3"; + sha256_unsigned = "79fb191e1910665e4310960ad4f546f4b41aa30b4bde1e4ec3ac322df2cc39a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-linksys_mr8300-squashfs-sysupgrade.bin"; + sha256 = "c4dc637410e51a8344bb305f77fe454743611504308eba8aac9a4a624fce00d8"; + sha256_unsigned = "8a5c30683a8ff0e6b4590588e4b75c5f2b2851e557348014470b981f7341ef1e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-linksys_mr8300-squashfs-factory.bin"; + sha256 = "a491cbc435d2e7873abfc8d41825165565529091107edc6d190730ea6796e934"; + sha256_unsigned = "a491cbc435d2e7873abfc8d41825165565529091107edc6d190730ea6796e934"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,mr8300" + ]; + titles = [ + { + model = "MR8300"; + vendor = "Linksys"; + } + ]; + }; + linksys_whw01 = { + device_packages = [ + "uboot-envtools" + "kmod-leds-pca963x" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-linksys_whw01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-linksys_whw01-squashfs-factory.bin"; + sha256 = "5cc0039e83a35cb2862a5075cae3bce3eff57638d12c393fbb7f5fdf4ef4d07e"; + sha256_unsigned = "5cc0039e83a35cb2862a5075cae3bce3eff57638d12c393fbb7f5fdf4ef4d07e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-linksys_whw01-initramfs-zImage.itb"; + sha256 = "281af984544002238d2863fd0a93c47bff1f2f8298e54c951e28365844016e50"; + sha256_unsigned = "281af984544002238d2863fd0a93c47bff1f2f8298e54c951e28365844016e50"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-linksys_whw01-squashfs-sysupgrade.bin"; + sha256 = "d3a0c2a2e6c92c879e8544befb216e1babc8d3488c4442faf31b9d7b6f5ddef1"; + sha256_unsigned = "32641672b5a754456b90b5c7dddca3b0aad3060704e8afdfc17f7a1c87d01f0b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,whw01" + ]; + titles = [ + { + model = "WHW01"; + vendor = "Linksys"; + } + ]; + }; + linksys_whw03v2 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + "kmod-leds-pca963x" + "kmod-spi-dev" + "kmod-bluetooth" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-linksys_whw03v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-linksys_whw03v2-squashfs-sysupgrade.bin"; + sha256 = "ab8a2b1322923570dada0ae2a0c3f1fd10df32a6c1bdd441dd59534fb271485a"; + sha256_unsigned = "ed317a95772098a7f41df60e02bb4e905eab72768b9345a9ffc9b1c02742c311"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-linksys_whw03v2-initramfs-zImage.itb"; + sha256 = "d5f1c45f1081387922034dd1d15b488a2f793a3a69113ee97f0a96eebc61ad0d"; + sha256_unsigned = "d5f1c45f1081387922034dd1d15b488a2f793a3a69113ee97f0a96eebc61ad0d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-linksys_whw03v2-squashfs-factory.bin"; + sha256 = "73127d8a56e4808fd314a11519dc2ff80dfd2c2c29e6dcac4053f704aab5a412"; + sha256_unsigned = "73127d8a56e4808fd314a11519dc2ff80dfd2c2c29e6dcac4053f704aab5a412"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,whw03v2" + ]; + titles = [ + { + model = "WHW03"; + variant = "V2"; + vendor = "Linksys"; + } + ]; + }; + luma_wrtq-329acn = { + device_packages = [ + "kmod-ath3k" + "kmod-eeprom-at24" + "kmod-i2c-gpio" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-luma_wrtq-329acn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-luma_wrtq-329acn-squashfs-sysupgrade.bin"; + sha256 = "2703c7602aa2d5ffb2ca74378fd1cba71f866999cf4b12d099ab9332e2cf6451"; + sha256_unsigned = "be724cd38d1066e4c08cc0394d757b8dacbbe933593a008e3c3055cfae2032e5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-luma_wrtq-329acn-initramfs-uImage.itb"; + sha256 = "206ced80a7422d920d2c3df36cebb0719dfc7b4fb2662151e0d57746a110dff0"; + sha256_unsigned = "206ced80a7422d920d2c3df36cebb0719dfc7b4fb2662151e0d57746a110dff0"; + type = "kernel"; + } + ]; + supported_devices = [ + "luma,wrtq-329acn" + ]; + titles = [ + { + model = "WRTQ-329ACN"; + vendor = "Luma Home"; + } + ]; + }; + meraki_mr33 = { + device_packages = [ + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-meraki_mr33"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"; + sha256 = "6b33dc759ce147207a1581b6cdef80bc78de66b106907b6305b8601b215a6971"; + sha256_unsigned = "454399c5b97d251e6eb393347b6d60e628ceb98bec1e4622acc79da6b8919775"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-meraki_mr33-initramfs-uImage.itb"; + sha256 = "83044a047e80fa8f790d4b80c4f582bb4cb3070524e7bed81285d94c01f57dfa"; + sha256_unsigned = "83044a047e80fa8f790d4b80c4f582bb4cb3070524e7bed81285d94c01f57dfa"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr33" + ]; + titles = [ + { + model = "MR33"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mr74 = { + device_packages = [ + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-meraki_mr74"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-meraki_mr74-initramfs-uImage.itb"; + sha256 = "bb9ce75556e8fdb0d0aa7f1da7d44a456a64a260ae7854bd3b6481a5de79b571"; + sha256_unsigned = "bb9ce75556e8fdb0d0aa7f1da7d44a456a64a260ae7854bd3b6481a5de79b571"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-meraki_mr74-squashfs-sysupgrade.bin"; + sha256 = "9deb5d610954040b04b5158141f177dfd52809bf020b32efece2334e97340689"; + sha256_unsigned = "f4fb7e7d3ffa3fd60f18cf5a41d00ca607383e56493c77a7ac4ef7e1a0f489bf"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "meraki,mr74" + ]; + titles = [ + { + model = "MR74"; + vendor = "Cisco Meraki"; + } + ]; + }; + mobipromo_cm520-79f = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-mobipromo_cm520-79f"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-mobipromo_cm520-79f-initramfs-zImage.itb"; + sha256 = "0c1db95ff1b7d1100ac2de1d0afebaf71b8b3f99bb6268f43ba3882af45943d3"; + sha256_unsigned = "0c1db95ff1b7d1100ac2de1d0afebaf71b8b3f99bb6268f43ba3882af45943d3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-mobipromo_cm520-79f-squashfs-factory.ubi"; + sha256 = "53d819a72de4ce4fb12a44a0b7d1a07b82b6965e4a18314944503960ff97e83d"; + sha256_unsigned = "53d819a72de4ce4fb12a44a0b7d1a07b82b6965e4a18314944503960ff97e83d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-mobipromo_cm520-79f-squashfs-sysupgrade.bin"; + sha256 = "dba54d19aa58b4204afc55661b4c326c20bec5d0802faccf20ab7976dd278e5c"; + sha256_unsigned = "e88635f0cd3680d5353d2d55a8fec1b850a8581b1c219eebe14daa0fef3d6181"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mobipromo,cm520-79f" + ]; + titles = [ + { + model = "CM520-79F"; + vendor = "MobiPromo"; + } + ]; + }; + netgear_ex6100v2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-netgear_ex6100v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_ex6100v2-initramfs-zImage.itb"; + sha256 = "7c619c34ed76aee2ec92d779378104491b44b7c310416917b6bb5ce923152d28"; + sha256_unsigned = "7c619c34ed76aee2ec92d779378104491b44b7c310416917b6bb5ce923152d28"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin"; + sha256 = "f321b64aa9a80d71241cffb970d06017bf88e00cd9d0ba1c136871a247a6f0f5"; + sha256_unsigned = "06d6aea35cbf6a4aee6e0e5d1d5cb68a9e09b0583f13ee367e6eae1ca2e34c9b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"; + sha256 = "68b4d4d855ab2243fbdd1cd03fdf005a93b4dc69895dca56c37f0fe6c6a7e85e"; + sha256_unsigned = "68b4d4d855ab2243fbdd1cd03fdf005a93b4dc69895dca56c37f0fe6c6a7e85e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6100v2" + ]; + titles = [ + { + model = "EX6100"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6150v2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-netgear_ex6150v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"; + sha256 = "588dc2ff3f2eace770915fbe166ca3583eca30ad842c71335ccbe03e78bbe079"; + sha256_unsigned = "588dc2ff3f2eace770915fbe166ca3583eca30ad842c71335ccbe03e78bbe079"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_ex6150v2-initramfs-zImage.itb"; + sha256 = "7b1fef4a5a2bd4eda243e3cc1f0dcba28bfcf8becedc85245a5a761b1258adcb"; + sha256_unsigned = "7b1fef4a5a2bd4eda243e3cc1f0dcba28bfcf8becedc85245a5a761b1258adcb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin"; + sha256 = "ab237196ba512f6424934d7a8d2aed2354371835c0e9ebd2a76b6773d9ee00e3"; + sha256_unsigned = "817a24b608731905779b172663510fb21cd6bb17a375a069abada7123e7a2301"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,ex6150v2" + ]; + titles = [ + { + model = "EX6150"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_rbr50 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-netgear_rbr50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_rbr50-squashfs-factory.img"; + sha256 = "0e91e15e34384e8689aca7e47b58d696b68e1a021a809296b08e89c2eeca64e8"; + sha256_unsigned = "0e91e15e34384e8689aca7e47b58d696b68e1a021a809296b08e89c2eeca64e8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_rbr50-squashfs-sysupgrade.bin"; + sha256 = "8883cbcb00789eb770eab6abe4dbd75d3cda9f57cb7e49dbffc971ef5dbff465"; + sha256_unsigned = "e746edb9a63932dbeddc78e792de9da0bfd22ff207e7ae7070957291f7933609"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_rbr50-initramfs-zImage.itb"; + sha256 = "6c9fe57ce9dc134a45e11a2b127c6c40b76fdd9adac9ee1f63b3422d9dfc207e"; + sha256_unsigned = "6c9fe57ce9dc134a45e11a2b127c6c40b76fdd9adac9ee1f63b3422d9dfc207e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,rbr50" + ]; + titles = [ + { + model = "RBR50"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_rbs50 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-netgear_rbs50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_rbs50-squashfs-factory.img"; + sha256 = "9fed7bcb9aef33436f326561ad265b9afdef62dffad0609396389802ffc4ef81"; + sha256_unsigned = "9fed7bcb9aef33436f326561ad265b9afdef62dffad0609396389802ffc4ef81"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_rbs50-initramfs-zImage.itb"; + sha256 = "8e8d9c68d3d680567120abc6ebb34347ffb9cc09b6472038f905c260bca29753"; + sha256_unsigned = "8e8d9c68d3d680567120abc6ebb34347ffb9cc09b6472038f905c260bca29753"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_rbs50-squashfs-sysupgrade.bin"; + sha256 = "30e5b06614306bf4cc140f457f23dfce004795b75819cc0e65335f7048ea2afa"; + sha256_unsigned = "59ffd111f0851cde75f88bbd670ef6d11066d5a56553cad13c07db39659f3ade"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,rbs50" + ]; + titles = [ + { + model = "RBS50"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_srr60 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-netgear_srr60"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_srr60-squashfs-sysupgrade.bin"; + sha256 = "0d769c8d8d330a1279e6df9e63e0bd20736f757d19dad970496c03fb563109bd"; + sha256_unsigned = "4253dd785190379f568dd6467fe84e7f20a7ccea875ba5c7b3ce3f47fd573642"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_srr60-squashfs-factory.img"; + sha256 = "6612105d11ca253b1ebb00171c31f96516204b7049daf4a3f7b34bb3e78434f5"; + sha256_unsigned = "6612105d11ca253b1ebb00171c31f96516204b7049daf4a3f7b34bb3e78434f5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_srr60-initramfs-zImage.itb"; + sha256 = "1344c5b1e6887cca5f787dbe1406b02c3e83617ec1eabeead5d11829b5c6a3fb"; + sha256_unsigned = "1344c5b1e6887cca5f787dbe1406b02c3e83617ec1eabeead5d11829b5c6a3fb"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,srr60" + ]; + titles = [ + { + model = "SRR60"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_srs60 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-netgear_srs60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_srs60-initramfs-zImage.itb"; + sha256 = "35c0e9af5ef6c7c4175baac1584558b00aa76c20c715ae6d92b6d79924f02253"; + sha256_unsigned = "35c0e9af5ef6c7c4175baac1584558b00aa76c20c715ae6d92b6d79924f02253"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_srs60-squashfs-sysupgrade.bin"; + sha256 = "a3292f49de7cdb9b853fdc581e78e9ac7b28cbb3480eb8665a9645836707b97f"; + sha256_unsigned = "00519fe81595468a4686bbd6719d9aaae55bcd97393a163135083f5ea843b019"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_srs60-squashfs-factory.img"; + sha256 = "8e73d7d68fc7f7076617f9c3ca683845255d007a899ee869ead632be900f02f5"; + sha256_unsigned = "8e73d7d68fc7f7076617f9c3ca683845255d007a899ee869ead632be900f02f5"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,srs60" + ]; + titles = [ + { + model = "SRS60"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac510 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-netgear_wac510"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_wac510-squashfs-sysupgrade.bin"; + sha256 = "deb13a3831ff9163ef8f0c5766ac764630b5ef878de6eba9fd0b4a8cb8a521d7"; + sha256_unsigned = "e48377ea0ed8ea381e718a82b1efebf346871df6b971035a76285f1b4e236f24"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_wac510-squashfs-factory.tar"; + sha256 = "b5b957b2f21fc8d9a9a389e2048dea4da9175b1bda207d0c0d59c5a92497a24d"; + sha256_unsigned = "b5b957b2f21fc8d9a9a389e2048dea4da9175b1bda207d0c0d59c5a92497a24d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_wac510-initramfs-uImage.itb"; + sha256 = "56e47e7e7851d6fe86cc6a2b70e79f79f7c1818b0eca3c38e0994cb0d206755d"; + sha256_unsigned = "56e47e7e7851d6fe86cc6a2b70e79f79f7c1818b0eca3c38e0994cb0d206755d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-netgear_wac510-squashfs-factory.ubi"; + sha256 = "761206cc1b81536b7574ccc22c5830f1bfc1a9ae94855317eae7ae74752b61a8"; + sha256_unsigned = "761206cc1b81536b7574ccc22c5830f1bfc1a9ae94855317eae7ae74752b61a8"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wac510" + ]; + titles = [ + { + model = "WAC510"; + vendor = "Netgear"; + } + ]; + }; + openmesh_a42 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-openmesh_a42"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-openmesh_a42-initramfs-uImage.itb"; + sha256 = "6f14a578292672d28a2c331d49f87eef7afad638756f33b788d9ce8e48980486"; + sha256_unsigned = "6f14a578292672d28a2c331d49f87eef7afad638756f33b788d9ce8e48980486"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"; + sha256 = "d2538078a38eebf2b4d6a9e372d7d73796fc30135ebe4cecb609e96491a1f5a4"; + sha256_unsigned = "cc20a1c6953db58cc83accfb56cdbc3d7c27a1ffc6750e38b1fec9b73ed6fbfa"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-openmesh_a42-squashfs-factory.bin"; + sha256 = "70c6d429e98a02560acf39b9a6c800172804fdb6b9591e5266a8d48853c7e50d"; + sha256_unsigned = "70c6d429e98a02560acf39b9a6c800172804fdb6b9591e5266a8d48853c7e50d"; + type = "factory"; + } + ]; + supported_devices = [ + "openmesh,a42" + ]; + titles = [ + { + model = "A42"; + vendor = "OpenMesh"; + } + ]; + }; + openmesh_a62 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-openmesh_a62"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"; + sha256 = "fef1a9ec84142efde3a947c2640675aed48fdfec7303bd976b9bdded4f1dd43b"; + sha256_unsigned = "fef1a9ec84142efde3a947c2640675aed48fdfec7303bd976b9bdded4f1dd43b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-openmesh_a62-initramfs-uImage.itb"; + sha256 = "f04c57b089379f1683a1a7a25b8499ca199cafbe6055525e9d27b2aaf729dac9"; + sha256_unsigned = "f04c57b089379f1683a1a7a25b8499ca199cafbe6055525e9d27b2aaf729dac9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin"; + sha256 = "3f9f0215e8e547b1f977d4a2163c501a6bb40e9c8eef17d2c557b3e5556c694e"; + sha256_unsigned = "6625bdf612f3f326d03510aeadb0418b2f9e30f1c87fc937e50623d3f3d04523"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "openmesh,a62" + ]; + titles = [ + { + model = "A62"; + vendor = "OpenMesh"; + } + ]; + }; + p2w_r619ac-128m = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-p2w_r619ac-128m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-p2w_r619ac-128m-initramfs-zImage.itb"; + sha256 = "84b492e56338928bc3fae4ae6d86ba11cc7ac026f3af67fff0de96684ac594e9"; + sha256_unsigned = "84b492e56338928bc3fae4ae6d86ba11cc7ac026f3af67fff0de96684ac594e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-p2w_r619ac-128m-squashfs-sysupgrade.bin"; + sha256 = "23c13568e9fdf755ab4a23e6f34bc1a8b235a7876099928bff54b29774e2b939"; + sha256_unsigned = "2ac705853f33e5a99a5138cea959114bdeee51cf88c301082505f6cc2ab08860"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-p2w_r619ac-128m-squashfs-factory.ubi"; + sha256 = "87e46d5b36570a617492318a823208a84406cec7f7c9580757235c002ff20413"; + sha256_unsigned = "87e46d5b36570a617492318a823208a84406cec7f7c9580757235c002ff20413"; + type = "factory"; + } + ]; + supported_devices = [ + "p2w,r619ac-128m" + ]; + titles = [ + { + model = "R619AC"; + variant = "128M NAND"; + vendor = "P&W"; + } + ]; + }; + p2w_r619ac-64m = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-p2w_r619ac-64m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-p2w_r619ac-64m-squashfs-factory.bin"; + sha256 = "c8f89d9facd3441d7d4609a45ee8f3b3546b7e0e349dd72a82f2a40786b29061"; + sha256_unsigned = "c8f89d9facd3441d7d4609a45ee8f3b3546b7e0e349dd72a82f2a40786b29061"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-p2w_r619ac-64m-squashfs-sysupgrade.bin"; + sha256 = "e5307aae76f59290aaba4ef0eecf7a6cc3102426456f8edfb663eca25d60cd18"; + sha256_unsigned = "63dbe286fc63bb1620789f0f0772df1b00db7f91cdafac5cd730ee73ae692a93"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-p2w_r619ac-64m-squashfs-factory.ubi"; + sha256 = "86c76cfcb42ff85aba31ed3580598074829b287526e9991e2dcc666378e5220d"; + sha256_unsigned = "86c76cfcb42ff85aba31ed3580598074829b287526e9991e2dcc666378e5220d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-p2w_r619ac-64m-initramfs-zImage.itb"; + sha256 = "1d37628f7648dcca605ada0db2f1007e2f05d3aab304ee0ec25bdbbee76b1358"; + sha256_unsigned = "1d37628f7648dcca605ada0db2f1007e2f05d3aab304ee0ec25bdbbee76b1358"; + type = "kernel"; + } + ]; + supported_devices = [ + "p2w,r619ac-64m" + ]; + titles = [ + { + model = "R619AC"; + variant = "64M NAND"; + vendor = "P&W"; + } + ]; + }; + pakedge_wr-1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-pakedge_wr-1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-pakedge_wr-1-squashfs-sysupgrade.bin"; + sha256 = "64406680f28102e42fd0a7a019e53eba03d55d130f1e0fd6cc62860542ce0747"; + sha256_unsigned = "9a12b390d6ffb7664259136dd03f2062c4f15643b9f5854b2eeb1ff8eda83dba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-pakedge_wr-1-initramfs-uImage.itb"; + sha256 = "fcfa3233fb5131b554471d997c747fb9fdf038205604bc62ad6a563f221e9b09"; + sha256_unsigned = "fcfa3233fb5131b554471d997c747fb9fdf038205604bc62ad6a563f221e9b09"; + type = "kernel"; + } + ]; + supported_devices = [ + "pakedge,wr-1" + ]; + titles = [ + { + model = "WR-1"; + vendor = "Pakedge"; + } + ]; + }; + plasmacloud_pa1200 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-plasmacloud_pa1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-plasmacloud_pa1200-squashfs-sysupgrade.bin"; + sha256 = "ecf441d9973372f7dd71e7f37b1dc492bd1420a6800402a3b91ca9f0f5e101c9"; + sha256_unsigned = "41b25d0be115f3b4308bc265a803419aa776551e3138315a69001337f984c81f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-plasmacloud_pa1200-squashfs-factory.bin"; + sha256 = "d643a103aec55b6480e1e3c368a75484d4dce0de3ba0b5cd2ae39702a200e4e2"; + sha256_unsigned = "d643a103aec55b6480e1e3c368a75484d4dce0de3ba0b5cd2ae39702a200e4e2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-plasmacloud_pa1200-initramfs-uImage.itb"; + sha256 = "ff43faa759f7b28e6d6433bc5fcfb9ce92d2c2425ede5a0d08ab6eb03e93b731"; + sha256_unsigned = "ff43faa759f7b28e6d6433bc5fcfb9ce92d2c2425ede5a0d08ab6eb03e93b731"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa1200" + ]; + titles = [ + { + model = "PA1200"; + vendor = "Plasma Cloud"; + } + ]; + }; + plasmacloud_pa2200 = { + device_packages = [ + "ath10k-firmware-qca9888-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-plasmacloud_pa2200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-plasmacloud_pa2200-squashfs-sysupgrade.bin"; + sha256 = "6bb87aaf5a319e91d4fa246c6415afa509902448e0927db75f78c5c6040e8c28"; + sha256_unsigned = "d507c9fb924b3756ff7ec6a87ea2a784144176d6de56875b4707dfa106112252"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-plasmacloud_pa2200-squashfs-factory.bin"; + sha256 = "67b4cb91f7662e539cea73381e845154f66e0402ffb28032f1aad4911dd872f5"; + sha256_unsigned = "67b4cb91f7662e539cea73381e845154f66e0402ffb28032f1aad4911dd872f5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-plasmacloud_pa2200-initramfs-uImage.itb"; + sha256 = "85dfea530f023dfeab125cf6b5ed5f3a1d5769a9849a3983c1f4c198b6bd562e"; + sha256_unsigned = "85dfea530f023dfeab125cf6b5ed5f3a1d5769a9849a3983c1f4c198b6bd562e"; + type = "kernel"; + } + ]; + supported_devices = [ + "plasmacloud,pa2200" + ]; + titles = [ + { + model = "PA2200"; + vendor = "Plasma Cloud"; + } + ]; + }; + qxwlan_e2600ac-c1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-qxwlan_e2600ac-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"; + sha256 = "7d5994143eaf2fe690184a6b392f184257503c4b552f94c3bd39117610fdce4f"; + sha256_unsigned = "cecb9837efaafb9ecf6cd8ea0fc2281fc6030a0c16c1d32ad3e7581640538b95"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-qxwlan_e2600ac-c1-initramfs-uImage.itb"; + sha256 = "c4985bf60e843d4108cb8b00ec5718d4f2e6f34b33c84f5ada1060f8ab718fbf"; + sha256_unsigned = "c4985bf60e843d4108cb8b00ec5718d4f2e6f34b33c84f5ada1060f8ab718fbf"; + type = "kernel"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c1" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C1"; + vendor = "Qxwlan"; + } + ]; + }; + qxwlan_e2600ac-c2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-qxwlan_e2600ac-c2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-sysupgrade.bin"; + sha256 = "3b9865bd47ab1eeb300c9d9c97c3d992ff61a4e0af0761f9c5aa57fd202a812d"; + sha256_unsigned = "e744f9372608229f07d1a21fae9810afb239ff2b2acad1378984e51e8313dfd4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-qxwlan_e2600ac-c2-initramfs-uImage.itb"; + sha256 = "0a796c4580fd10fc6a4ff444674f36876d37df77c81a303c9636e3d636e7a252"; + sha256_unsigned = "0a796c4580fd10fc6a4ff444674f36876d37df77c81a303c9636e3d636e7a252"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-factory.ubi"; + sha256 = "49b2c165c9b76236bb79e6c2d3c2cdcdba273765eb9a26730f2b7549101d7410"; + sha256_unsigned = "49b2c165c9b76236bb79e6c2d3c2cdcdba273765eb9a26730f2b7549101d7410"; + type = "factory"; + } + ]; + supported_devices = [ + "qxwlan,e2600ac-c2" + ]; + titles = [ + { + model = "E2600AC"; + variant = "C2"; + vendor = "Qxwlan"; + } + ]; + }; + sony_ncp-hg100-cellular = { + device_packages = [ + "e2fsprogs" + "kmod-fs-ext4" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-sony_ncp-hg100-cellular"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-sony_ncp-hg100-cellular-initramfs-uImage.itb"; + sha256 = "82cf7a5af7534f13af260e99adbdea9f5a71d5bec41ce3e3e1b925b4ccc10fc2"; + sha256_unsigned = "82cf7a5af7534f13af260e99adbdea9f5a71d5bec41ce3e3e1b925b4ccc10fc2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-sony_ncp-hg100-cellular-squashfs-sysupgrade.bin"; + sha256 = "5fd6d9fdd923b6bba6b0095d647b5acb73026cff27bf53a4b455a0a7772df7cd"; + sha256_unsigned = "1d00e707c7d4b982ea131f6a03cbe781c1d8d1f9088723e0d5c6fe7bd1256e1a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sony,ncp-hg100-cellular" + ]; + titles = [ + { + model = "NCP-HG100/Cellular"; + vendor = "Sony"; + } + ]; + }; + teltonika_rutx50 = { + device_packages = [ + "ipq-wifi-teltonika_rutx" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-teltonika_rutx50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-teltonika_rutx50-squashfs-sysupgrade.bin"; + sha256 = "652e46efc7c548f2736de9faddd47d2041f2b16f7d690c54c612c832f3a7cebb"; + sha256_unsigned = "7c9d74b52b6fae6a6cc0dcdace0dc70c0f1b46c7302b76ded47a4ecfc7db999f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-teltonika_rutx50-initramfs-uImage.itb"; + sha256 = "997a01a88ecdf264cf2faefc0728a681fd1b8177d64e4b6a3274c7584d939a2c"; + sha256_unsigned = "997a01a88ecdf264cf2faefc0728a681fd1b8177d64e4b6a3274c7584d939a2c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-teltonika_rutx50-squashfs-factory.ubi"; + sha256 = "5c852480b5004961122382b2513cdbcafed0d785bd0ee901ca89eab41b0563fc"; + sha256_unsigned = "5c852480b5004961122382b2513cdbcafed0d785bd0ee901ca89eab41b0563fc"; + type = "factory"; + } + ]; + supported_devices = [ + "teltonika,rutx50" + ]; + titles = [ + { + model = "RUTX50"; + vendor = "Teltonika"; + } + ]; + }; + wallys_dr40x9 = { + device_packages = [ + "ipq-wifi-wallys_dr40x9" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-wallys_dr40x9"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-wallys_dr40x9-initramfs-uImage.itb"; + sha256 = "6a23b0a7cc980ab29e4a862ed81c09b40a9642d749bb5b95fb1fa5c1ec8e0d75"; + sha256_unsigned = "6a23b0a7cc980ab29e4a862ed81c09b40a9642d749bb5b95fb1fa5c1ec8e0d75"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-wallys_dr40x9-squashfs-factory.ubi"; + sha256 = "23fbf2f978a6a2984750640e0391e7a6524893871e4870df4cb799c6326c60d5"; + sha256_unsigned = "23fbf2f978a6a2984750640e0391e7a6524893871e4870df4cb799c6326c60d5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-wallys_dr40x9-squashfs-sysupgrade.bin"; + sha256 = "b805a47bf05b275dee65a1a39c675aa65acfb1929a0b4bb5f0277c3b9700b76c"; + sha256_unsigned = "0096ea24383b5550664d4ce00f28e703dc137b01e4876edcb794184f315f26b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wallys,dr40x9" + ]; + titles = [ + { + model = "DR40X9"; + vendor = "Wallys"; + } + ]; + }; + zte_mf18a = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-zte_mf18a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf18a-initramfs-uImage.itb"; + sha256 = "cad34d72dcb032af903268141157019efb716032d858dd7f3de23ec02c3f366c"; + sha256_unsigned = "cad34d72dcb032af903268141157019efb716032d858dd7f3de23ec02c3f366c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf18a-squashfs-sysupgrade.bin"; + sha256 = "a0687d809a93bcbea6e9d7f8f8849e3dbff729c8a7bb9df32766c169763ddbeb"; + sha256_unsigned = "4180274ea2128bd172939ee7e9f6691178402e7c0ac9304e6009c63edbff3424"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf18a" + ]; + titles = [ + { + model = "MF18A"; + vendor = "ZTE"; + } + ]; + }; + zte_mf286d = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-zte_mf286d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf286d-squashfs-sysupgrade.bin"; + sha256 = "9e6852fa6135cc070b4703687c802a313b10d44a8a2ff12727e68cef16de2180"; + sha256_unsigned = "072f2eceb8837fd75218a78e952ff690918d6dc89b57c77fa2198e7fe55e71c8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf286d-initramfs-zImage.itb"; + sha256 = "058c72b4bd92e505e467d245857ebaa02bcc9a4776cb201dc28abfe132b408e5"; + sha256_unsigned = "058c72b4bd92e505e467d245857ebaa02bcc9a4776cb201dc28abfe132b408e5"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf286d" + ]; + titles = [ + { + model = "MF286D"; + vendor = "ZTE"; + } + ]; + }; + zte_mf287 = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-zte_mf287" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-zte_mf287"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf287-squashfs-factory.bin"; + sha256 = "715d1d10ca82c3e28c5566d8ce2bc12d9221bb3ab9e58422bb641f1ea11272c7"; + sha256_unsigned = "715d1d10ca82c3e28c5566d8ce2bc12d9221bb3ab9e58422bb641f1ea11272c7"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf287-initramfs-zImage.itb"; + sha256 = "822284ffff4ec8caeb8ad373da52b86c6a7e0cb94f92b05d0552ca1cf22f6f38"; + sha256_unsigned = "822284ffff4ec8caeb8ad373da52b86c6a7e0cb94f92b05d0552ca1cf22f6f38"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf287-squashfs-recovery.bin"; + sha256 = "5092270748b09d8099f727872b5b0ff1b94b273b6626695e6bc15e7d23c206ec"; + sha256_unsigned = "aca44846f655d134ec4a94c1ec09e4e8d7581d9bc270be54b9c3fa0d89349d37"; + type = "recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf287-squashfs-sysupgrade.bin"; + sha256 = "1f53bdc7e59992286f04a02aa3905e37f65ae6d97b0b57c3bb43f06a2de94b67"; + sha256_unsigned = "60bf4df2479b9aaa59340a661607840a89334a940d9737109446ec167d76750f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zte,mf287" + ]; + titles = [ + { + model = "MF287"; + vendor = "ZTE"; + } + ]; + }; + zte_mf287plus = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-zte_mf287plus" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-zte_mf287plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf287plus-squashfs-factory.bin"; + sha256 = "469a89a8de21c866d797c900faa19b950f61d2ea059bde8c12520bf2864a17fc"; + sha256_unsigned = "469a89a8de21c866d797c900faa19b950f61d2ea059bde8c12520bf2864a17fc"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf287plus-initramfs-zImage.itb"; + sha256 = "b3c831148465a9a0c45513226e441b47f2fa783194200114bb8f4f43d586e7a2"; + sha256_unsigned = "b3c831148465a9a0c45513226e441b47f2fa783194200114bb8f4f43d586e7a2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf287plus-squashfs-sysupgrade.bin"; + sha256 = "54c4aefb2da6968f91d64572bdf7bffa7d69952375f5600b771acae89cf4a70d"; + sha256_unsigned = "635ed7da117d2113716723618e0d29f639832c88ad5820e511bafff6ad42db9e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf287plus-squashfs-recovery.bin"; + sha256 = "081427399f03e85cb316fc849a9264c97167a51a2ee6f62d17d9042a2f266c17"; + sha256_unsigned = "7d3791f72c3ae088414c43d247f77793d57c609cfbf2994e38109a324063084c"; + type = "recovery"; + } + ]; + supported_devices = [ + "zte,mf287plus" + ]; + titles = [ + { + model = "MF287Plus"; + vendor = "ZTE"; + } + ]; + }; + zte_mf287pro = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-zte_mf287plus" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-zte_mf287pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf287pro-initramfs-zImage.itb"; + sha256 = "79c300c8a2ba804269ffcdbef934d0d96db0178409b86224125d9bebaa246576"; + sha256_unsigned = "79c300c8a2ba804269ffcdbef934d0d96db0178409b86224125d9bebaa246576"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf287pro-squashfs-sysupgrade.bin"; + sha256 = "3d6df25a47d52ce78580b110ac116f076ef66286a788c9901eaa0f58a730954d"; + sha256_unsigned = "16ca69cca24585c10410452fd9e3b5e3c0d02e1fea60a518ca8bbbda38ab6712"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf287pro-squashfs-recovery.bin"; + sha256 = "d957552389082319a98518f5a89104e0afee6713c9e9bf26d59096b184d5ec09"; + sha256_unsigned = "47ea2a6b73b3d556822db28fb7a542173910f0a7a581b9bbb195da00f5827327"; + type = "recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf287pro-squashfs-factory.bin"; + sha256 = "d0ed620a82060a8de218623336510c409ca867768861ad955a51bcf0010a56c1"; + sha256_unsigned = "d0ed620a82060a8de218623336510c409ca867768861ad955a51bcf0010a56c1"; + type = "factory"; + } + ]; + supported_devices = [ + "zte,mf287pro" + ]; + titles = [ + { + model = "MF287Pro"; + vendor = "ZTE"; + } + ]; + }; + zte_mf289f = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "ipq-wifi-zte_mf289f" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-zte_mf289f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf289f-squashfs-sysupgrade.bin"; + sha256 = "1d084b150a964ea6a8d0bdf5c484a848bc2fe8e4b08efec591c8e55d5eaae7c3"; + sha256_unsigned = "7afd4214c7589ba5c1d9ac98ad5a72dbb0931cba9e5243df8addd60ade63fc4c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zte_mf289f-initramfs-zImage.itb"; + sha256 = "588232ac982106612b3c7258d275c79f2c021f4fd5787ea38e92a88050431afe"; + sha256_unsigned = "588232ac982106612b3c7258d275c79f2c021f4fd5787ea38e92a88050431afe"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf289f" + ]; + titles = [ + { + model = "MF289F"; + vendor = "ZTE"; + } + ]; + }; + zyxel_nbg6617 = { + device_packages = [ + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-generic-zyxel_nbg6617"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"; + sha256 = "64b32d548be06f6a46c97c477c6c2ddcf2c003c1964b9eb2f4e5d360a21575b6"; + sha256_unsigned = "64b32d548be06f6a46c97c477c6c2ddcf2c003c1964b9eb2f4e5d360a21575b6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zyxel_nbg6617-initramfs-uImage.itb"; + sha256 = "6c427ecebc793fd815802aa55bcc51da5181fb46d147d57f7e69e82b225816df"; + sha256_unsigned = "6c427ecebc793fd815802aa55bcc51da5181fb46d147d57f7e69e82b225816df"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin"; + sha256 = "cae2ad99997d8abf41592a421f2d748f2dbbf87670e4d4107e4d93b814af8ff7"; + sha256_unsigned = "c1461a7e6fde9f82f6e58949b5e06e980d10f76c19065b0099bb503c1ebdb90b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6617" + ]; + titles = [ + { + model = "NBG6617"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "ipq40xx/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + mikrotik = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "ath10k-firmware-qca4019-ct" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + mikrotik_cap-ac = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_cap-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_cap-ac-squashfs-sysupgrade.bin"; + sha256 = "baf3d8338e15a5c7af3a3ed165cc424e6475748bb0155a710b9a83d2e19e2509"; + sha256_unsigned = "d979c259faeb253406ae4772ecd2f410cd4d0036463bdba000370b55e15d1061"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_cap-ac-initramfs-kernel.bin"; + sha256 = "66e8bcee8ceb7da7e8742064a8ff992cd8a1e6a418c99e39266b2d03b0f74e2e"; + sha256_unsigned = "66e8bcee8ceb7da7e8742064a8ff992cd8a1e6a418c99e39266b2d03b0f74e2e"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,cap-ac" + ]; + titles = [ + { + model = "cAP ac"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_hap-ac2 = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_hap-ac2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_hap-ac2-initramfs-kernel.bin"; + sha256 = "950f95c535a5f0cea4d26d5666bb0feb57b121fdaf575c610a635eecde20bf5d"; + sha256_unsigned = "950f95c535a5f0cea4d26d5666bb0feb57b121fdaf575c610a635eecde20bf5d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_hap-ac2-squashfs-sysupgrade.bin"; + sha256 = "a9893954d8d0337b52eaf0be03d363941924e8ae310cb8a83d5781dcc7f2f31f"; + sha256_unsigned = "801fec4dbd7464228bdd1f268cf35a816dd9b419e4ccef3094ed22bdd0d8b9ae"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac2" + ]; + titles = [ + { + model = "hAP ac2"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_hap-ac3 = { + device_packages = [ + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_hap-ac3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_hap-ac3-initramfs-kernel.bin"; + sha256 = "e9e176460368dd726d8b706bc4e6cf4139510323bd1e1f542acb24fb32ea978d"; + sha256_unsigned = "e9e176460368dd726d8b706bc4e6cf4139510323bd1e1f542acb24fb32ea978d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_hap-ac3-squashfs-sysupgrade.bin"; + sha256 = "2ee521141114e5341b9eb0e3d7aca29931d077a2f14cb58e304b60332a721d5a"; + sha256_unsigned = "2ab8e7104c0f4a732d8104a0549e7fe1c01f29cfc68b53bfaadd5097b48a01db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac3" + ]; + titles = [ + { + model = "hAP ac3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_hap-ac3-lte6-kit = { + device_packages = [ + "kmod-ledtrig-gpio" + "kmod-usb-acm" + "kmod-usb-net-rndis" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_hap-ac3-lte6-kit"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_hap-ac3-lte6-kit-squashfs-sysupgrade.bin"; + sha256 = "a54f5c0886783566ed1002214a89ed0ca4bc55b77fbdeef0bc4e552a476b9c11"; + sha256_unsigned = "76dd2962ac63ff6626960a80975254b92565c508151ab8a6a35ada974c87edd9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_hap-ac3-lte6-kit-initramfs-kernel.bin"; + sha256 = "e128e0fa2b072dda249e560faab7e103e6354d76d911e3334629acb830287d4e"; + sha256_unsigned = "e128e0fa2b072dda249e560faab7e103e6354d76d911e3334629acb830287d4e"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,hap-ac3-lte6-kit" + ]; + titles = [ + { + model = "hAP ac3 LTE6 kit"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_lhgg-60ad = { + device_packages = [ + "-kmod-ath10k-ct" + "-ath10k-firmware-qca4019-ct" + "kmod-wil6210" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_lhgg-60ad"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_lhgg-60ad-squashfs-sysupgrade.bin"; + sha256 = "281ec410b38cac3cfd42b767250ff4d67a75c161121f6acf91428f62a3a3f150"; + sha256_unsigned = "b85708a125fad788ae042ff1349c81a4f2bee82548bc519d03d85b676252c9f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_lhgg-60ad-initramfs-kernel.bin"; + sha256 = "fa3706e4fac0b41cd0b97d5bcd3691dd58945e07c502dc7d24c90a930dbaef28"; + sha256_unsigned = "fa3706e4fac0b41cd0b97d5bcd3691dd58945e07c502dc7d24c90a930dbaef28"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,lhgg-60ad" + ]; + titles = [ + { + model = "Wireless Wire Dish LHGG-60ad"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_sxtsq-5-ac = { + device_packages = [ + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-initramfs-kernel.bin"; + sha256 = "d83d15c00d95caec9e55eae7bfe92dd80a45a7be624f7ed5ab6ffdcd4beafaf4"; + sha256_unsigned = "d83d15c00d95caec9e55eae7bfe92dd80a45a7be624f7ed5ab6ffdcd4beafaf4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_sxtsq-5-ac-squashfs-sysupgrade.bin"; + sha256 = "5864d03362c3fe07b3e63fdbe048cb33e0833e52d9ace5bfcbebaf3de181bf8c"; + sha256_unsigned = "c79920c3c5a434cf5c7fe831f3534b18635388c650b2a3b69a181f3390372be4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,sxtsq-5-ac" + ]; + titles = [ + { + model = "SXTsq 5 ac (RBSXTsqG-5acD)"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_wap-ac = { + device_packages = [ + "-kmod-ath10k-ct" + "kmod-ath10k-ct-smallbuffers" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_wap-ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_wap-ac-squashfs-sysupgrade.bin"; + sha256 = "069f502ebb8f17873ce89552fffb787a92928ad3545467c9f6b3d20718a77226"; + sha256_unsigned = "f5efdd636f7e19272afc9e23787bb692a4e8979a75f6524dfa22e28ca2e20b8a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_wap-ac-initramfs-kernel.bin"; + sha256 = "795043a78c4a701f883180fc6869121765ff47ebc0dbf94866bf8d4cf583fc8e"; + sha256_unsigned = "795043a78c4a701f883180fc6869121765ff47ebc0dbf94866bf8d4cf583fc8e"; + type = "kernel"; + } + ]; + supported_devices = [ + "mikrotik,wap-ac" + ]; + titles = [ + { + model = "wAP ac"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_wap-ac-lte = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-usb-acm" + "kmod-usb-net-rndis" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_wap-ac-lte"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_wap-ac-lte-initramfs-kernel.bin"; + sha256 = "69bb545d7055f58b9276de3fecea5c30406933bd18bd8f5de4ad276c4db0174b"; + sha256_unsigned = "69bb545d7055f58b9276de3fecea5c30406933bd18bd8f5de4ad276c4db0174b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_wap-ac-lte-squashfs-sysupgrade.bin"; + sha256 = "0b53563472840610eacd081a3f89668ef04f923c45e53d1d9421aef12b92d926"; + sha256_unsigned = "a4a8c74df32181bf4a8cfe6cee3e3ac9d5bcdcb43fa06734fab921db22cdc5ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,wap-ac-lte" + ]; + titles = [ + { + model = "wAP ac LTE"; + vendor = "MikroTik"; + } + { + model = "wAP ac LTE6"; + vendor = "Mikrotik"; + } + ]; + }; + mikrotik_wap-r-ac = { + device_packages = [ + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-usb-acm" + "kmod-usb-net-rndis" + ]; + image_prefix = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_wap-r-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_wap-r-ac-initramfs-kernel.bin"; + sha256 = "ee908c1b9d0239bad2c37a8cba7dca3148a2419681cb733226861f1560d847bb"; + sha256_unsigned = "ee908c1b9d0239bad2c37a8cba7dca3148a2419681cb733226861f1560d847bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq40xx-mikrotik-mikrotik_wap-r-ac-squashfs-sysupgrade.bin"; + sha256 = "878cc693bc9d942dd9daeabbcc057acc9ff8ea383a6a97e07de5837b9bb5b700"; + sha256_unsigned = "19ba819d625906129dcf75798ae56c83f3c244057651e7bf618e3e1c7b62902f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,wap-r-ac" + ]; + titles = [ + { + model = "wAP R ac"; + vendor = "MikroTik"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "ipq40xx/mikrotik"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + ipq806x = { + chromium = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-phy-qcom-ipq806x-usb" + "kmod-usb-dwc3-qcom" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + asus_onhub = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + "partx-utils" + "mkf2fs" + "kmod-fs-f2fs" + "ucode" + "kmod-google-firmware" + "kmod-tpm-i2c-infineon" + "kmod-sound-soc-ipq8064-storm" + "kmod-usb-storage" + "kmod-ramoops" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-chromium-asus_onhub"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-chromium-asus_onhub-initramfs-fit-zImage.itb.vboot"; + sha256 = "5de1d8b6811ca2d6a8b2cbec8fdcb3abc71ed7d31ffe73bfec4b2e2188648a47"; + sha256_unsigned = "5de1d8b6811ca2d6a8b2cbec8fdcb3abc71ed7d31ffe73bfec4b2e2188648a47"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-chromium-asus_onhub-squashfs-factory.bin"; + sha256 = "2dc4c019b41461fd2bd9f0fa733b2aee525ff3680f6a3dabd8052ae8dc76b9bb"; + sha256_unsigned = "2dc4c019b41461fd2bd9f0fa733b2aee525ff3680f6a3dabd8052ae8dc76b9bb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-chromium-asus_onhub-squashfs-sysupgrade.bin"; + sha256 = "a8554f174e41fab1a97d2c9ecf44ceba8ec4ddc57454825b116fccd53db3da98"; + sha256_unsigned = "838614eb2658c8f3d0ace54a33d1b054ad01bc7ad73f530117bc523cd44ea2a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,onhub" + ]; + titles = [ + { + model = "OnHub SRT-AC1900"; + vendor = "ASUS"; + } + ]; + }; + tplink_onhub = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + "partx-utils" + "mkf2fs" + "kmod-fs-f2fs" + "ucode" + "kmod-google-firmware" + "kmod-tpm-i2c-infineon" + "kmod-sound-soc-ipq8064-storm" + "kmod-usb-storage" + "kmod-ramoops" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-chromium-tplink_onhub"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-chromium-tplink_onhub-squashfs-sysupgrade.bin"; + sha256 = "47c31198b57ffdf7f26de178b16092e2165c2c9fc27210a7c9bf425cbf4f26e7"; + sha256_unsigned = "99df75d695037d2301c3c0d9844f94a7f3d861c781771f6ce7efe40fedf4cbc6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-chromium-tplink_onhub-squashfs-factory.bin"; + sha256 = "d348062503446864e8908d927cf544ae3390b28a3c72a58a9bcde8067289c40a"; + sha256_unsigned = "d348062503446864e8908d927cf544ae3390b28a3c72a58a9bcde8067289c40a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-chromium-tplink_onhub-initramfs-fit-zImage.itb.vboot"; + sha256 = "e39afe0b02d052ca235ced41834f4e66a5d95b9bba74b5417c873084740b35f2"; + sha256_unsigned = "e39afe0b02d052ca235ced41834f4e66a5d95b9bba74b5417c873084740b35f2"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,onhub" + ]; + titles = [ + { + model = "OnHub AC1900 Cloud Router"; + vendor = "TP-Link"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "ipq806x/chromium"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + generic = { + arch_packages = "arm_cortex-a15_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ata-ahci" + "kmod-ata-ahci-platform" + "kmod-ath10k-ct" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-phy-qcom-ipq806x-usb" + "kmod-usb-dwc3-qcom" + "kmod-usb-ledtrig-usbport" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + arris_tr4400-v2 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-arris_tr4400-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-arris_tr4400-v2-initramfs-uImage"; + sha256 = "7fcbb1a2486b0171b637ab26909f57a03846982edd70cfd3ab9911a81999fe5a"; + sha256_unsigned = "7fcbb1a2486b0171b637ab26909f57a03846982edd70cfd3ab9911a81999fe5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-arris_tr4400-v2-squashfs-sysupgrade.bin"; + sha256 = "06633dec352b8f8eb0e5769eb4148d2646fdbd3548259509602cbc0fac6678d6"; + sha256_unsigned = "7e1d6892c312312e797144277cbfacc11dda9d6916484fb00f1d1cea4df0a95e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arris,tr4400-v2" + ]; + titles = [ + { + model = "TR4400"; + variant = "v2"; + vendor = "Arris"; + } + ]; + }; + askey_rt4230w-rev6 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-askey_rt4230w-rev6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-askey_rt4230w-rev6-initramfs-uImage"; + sha256 = "2651e12edbd02af87bd64a9c434bda022436e4d173f16e5a487cde62a69a79a0"; + sha256_unsigned = "2651e12edbd02af87bd64a9c434bda022436e4d173f16e5a487cde62a69a79a0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-askey_rt4230w-rev6-squashfs-sysupgrade.bin"; + sha256 = "565dcc9e920a440e16ae1cf4786c9b799ca437e95b9b9eddca69673d58ec7c68"; + sha256_unsigned = "950b8c4ecc2ec97e65784d1586c13614497d4afec122e494f40d72aac6468375"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "askey,rt4230w-rev6" + ]; + titles = [ + { + model = "RT4230W"; + variant = "REV6"; + vendor = "Askey"; + } + ]; + }; + asrock_g10 = { + device_packages = [ + "kmod-i2c-gpio" + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-asrock_g10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-asrock_g10-initramfs-fit-uImage.itb"; + sha256 = "18c1e1d9cd15b636e4a284a350f76505cdb98496fec866d94d68f86594b28eab"; + sha256_unsigned = "18c1e1d9cd15b636e4a284a350f76505cdb98496fec866d94d68f86594b28eab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-asrock_g10-squashfs-nand-sysupgrade.bin"; + sha256 = "085034e752bf12b17cbcb838a3bb32c2a966140a7b6c63852338b05a0e12c406"; + sha256_unsigned = "ba684ddc914b2fe2a8d3728d39e209e8df3fefabfb5be851bb22ef8bd0519127"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-asrock_g10-squashfs-nand-factory.bin"; + sha256 = "6d3eef9ab60bb4d95bc81cbe05909e821fa0ff37a90f714095f7f828b166955e"; + sha256_unsigned = "6d3eef9ab60bb4d95bc81cbe05909e821fa0ff37a90f714095f7f828b166955e"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "asrock,g10" + ]; + titles = [ + { + model = "G10"; + vendor = "ASRock"; + } + ]; + }; + buffalo_wxr-2533dhp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-buffalo_wxr-2533dhp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"; + sha256 = "f6b7bdb3ffe86f0beb61425b2928062a00a0a41b0a8f7531832222644b1c632a"; + sha256_unsigned = "c84267942aeb9c06c0e87ba31ed6603952b4a9add01cff428e7c7b4a451d87d4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-buffalo_wxr-2533dhp-initramfs-uImage"; + sha256 = "ea9214d52ea7105b0dab95d83f0240d1fb1de67f82b3a69fa205743a7d222197"; + sha256_unsigned = "ea9214d52ea7105b0dab95d83f0240d1fb1de67f82b3a69fa205743a7d222197"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wxr-2533dhp" + ]; + titles = [ + { + model = "WXR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + compex_wpq864 = { + device_packages = [ + "kmod-gpio-beeper" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-compex_wpq864"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-compex_wpq864-initramfs-fit-uImage.itb"; + sha256 = "d45ceca88cf41d5f1fa6b7fcb98e7cb77c3f84c38007163f82d0ee62edacd9ce"; + sha256_unsigned = "d45ceca88cf41d5f1fa6b7fcb98e7cb77c3f84c38007163f82d0ee62edacd9ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"; + sha256 = "13a44ed89fba021c825c3acf49d04bf1c588b6820ecec52d8245579df2bb9fed"; + sha256_unsigned = "9e6bcb7b1395deb8206b6222438d38c82558a51231f6c0808b7487b13f05ae6d"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin"; + sha256 = "9e6e8460549910149c61007f0e175ec241fb3629b9380f9d7ac8124a8519020f"; + sha256_unsigned = "9e6e8460549910149c61007f0e175ec241fb3629b9380f9d7ac8124a8519020f"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "compex,wpq864" + ]; + titles = [ + { + model = "WPQ864"; + vendor = "Compex"; + } + ]; + }; + edgecore_ecw5410 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-edgecore_ecw5410"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-edgecore_ecw5410-squashfs-nand-sysupgrade.bin"; + sha256 = "85c97b5ce370b6a36473a9417e4659c9397c05eb5c782093f705e2f96cc4723a"; + sha256_unsigned = "141c0d7d5764fe495ef52a911f1cde6f0de05ce64bc1fef8a2999775cec1dcd8"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-edgecore_ecw5410-initramfs-fit-uImage.itb"; + sha256 = "141b43a35674f46c5b3647842dc8328d70293575580042c09e3d0dfd3c389a8e"; + sha256_unsigned = "141b43a35674f46c5b3647842dc8328d70293575580042c09e3d0dfd3c389a8e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-edgecore_ecw5410-squashfs-nand-factory.bin"; + sha256 = "8db0f036df14524929635ef0ddcd5e72a6420644a9df6f90d49f1d37d173618e"; + sha256_unsigned = "8db0f036df14524929635ef0ddcd5e72a6420644a9df6f90d49f1d37d173618e"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "edgecore,ecw5410" + ]; + titles = [ + { + model = "ECW5410"; + vendor = "Edgecore"; + } + ]; + }; + linksys_ea7500-v1 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-linksys_ea7500-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-linksys_ea7500-v1-squashfs-sysupgrade.bin"; + sha256 = "5fe7dd0878d7b6a3d0a8d4767e6a38bb1e15108168c052ff477b48ad31874922"; + sha256_unsigned = "3fb4bda935502e31336c1a643d87660a1a2809b90647439b933c7d513e62ce06"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-linksys_ea7500-v1-initramfs-uImage"; + sha256 = "3f5c318f9e59d3b2bac0d2bcc3a7678c43f0f8ce2b57641a4120c68a555ae3e0"; + sha256_unsigned = "3f5c318f9e59d3b2bac0d2bcc3a7678c43f0f8ce2b57641a4120c68a555ae3e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-linksys_ea7500-v1-squashfs-factory.bin"; + sha256 = "8746ac3b83a738bdf2c3e24de621d4568ce21e169a3ac8ed8d01ef07f06c84d4"; + sha256_unsigned = "8746ac3b83a738bdf2c3e24de621d4568ce21e169a3ac8ed8d01ef07f06c84d4"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7500-v1" + ]; + titles = [ + { + model = "EA7500"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8500 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-linksys_ea8500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-linksys_ea8500-squashfs-factory.bin"; + sha256 = "ae6117fb3df21bad04fa4768616873df5cad8acb1d9b65540697841ed3a4e8ec"; + sha256_unsigned = "ae6117fb3df21bad04fa4768616873df5cad8acb1d9b65540697841ed3a4e8ec"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-linksys_ea8500-initramfs-uImage"; + sha256 = "09c396f1b677180a2c0e2b8f56fcfdb6732dda7de2fffb3095053893882206ed"; + sha256_unsigned = "09c396f1b677180a2c0e2b8f56fcfdb6732dda7de2fffb3095053893882206ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"; + sha256 = "ee1721fcb9c8662635e59d3a0eabdc99e299f368828ec1e7f80e87885991340d"; + sha256_unsigned = "49739553802e6103eb13309b8f3e3117d9a736e26a5940f7de4dffe0f47827a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea8500" + "ea8500" + ]; + titles = [ + { + model = "EA8500"; + vendor = "Linksys"; + } + ]; + }; + meraki_mr42 = { + device_packages = [ + "-swconfig" + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-phy-qcom-ipq806x-usb" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "-uboot-envtools" + "ath10k-firmware-qca9887-ct" + "ath10k-firmware-qca99x0-ct" + "kmod-eeprom-at24" + "kmod-hwmon-ina2xx" + "kmod-leds-tlc591xx" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-meraki_mr42"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-meraki_mr42-squashfs-sysupgrade.bin"; + sha256 = "2fecad8e95d56490719129758140031c936473eb48eb023def2db0d80ad9061a"; + sha256_unsigned = "c7ea16359abbb32cb93bd46b12b5e669083617215cf110336a96220e60f078f7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-meraki_mr42-initramfs-fit-uImage.itb"; + sha256 = "6872184664ecba70ae4982fa5798a829a851555f71f7e27a45a939a72b5ef9fc"; + sha256_unsigned = "6872184664ecba70ae4982fa5798a829a851555f71f7e27a45a939a72b5ef9fc"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr42" + ]; + titles = [ + { + model = "MR42"; + vendor = "Cisco Meraki"; + } + ]; + }; + meraki_mr52 = { + device_packages = [ + "-swconfig" + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-phy-qcom-ipq806x-usb" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "-uboot-envtools" + "ath10k-firmware-qca9887-ct" + "ath10k-firmware-qca9984-ct" + "kmod-eeprom-at24" + "kmod-hwmon-ina2xx" + "kmod-leds-tlc591xx" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-meraki_mr52"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-meraki_mr52-squashfs-sysupgrade.bin"; + sha256 = "6cbcc6dd8a9d5413626558c9fec8a9f8c4c5c78b39846dbd0fa23ae36a7f95b4"; + sha256_unsigned = "c0b06dd80b538c737ac60281b5f90567daf7526312f8ee6625215acb9665e278"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-meraki_mr52-initramfs-fit-uImage.itb"; + sha256 = "21fbd90aafa6f2fff72dd5119c195258584f78861ea61f9f5de8c841550b71b9"; + sha256_unsigned = "21fbd90aafa6f2fff72dd5119c195258584f78861ea61f9f5de8c841550b71b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "meraki,mr52" + ]; + titles = [ + { + model = "MR52"; + vendor = "Cisco Meraki"; + } + ]; + }; + nec_wg2600hp = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-nec_wg2600hp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"; + sha256 = "a3760546f89ab1f3a82cb24462619826973d0c251cb2ee9460882c017f5f207c"; + sha256_unsigned = "d8a23cdceb09f9012b26116c65e63ca396302ace3ac52b9948b83d7b4f136388"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-nec_wg2600hp-initramfs-uImage"; + sha256 = "8d74ce53c6a76560498e136f21f61bc6cdd02c2d4e58e8cc68718fbf57d3432f"; + sha256_unsigned = "8d74ce53c6a76560498e136f21f61bc6cdd02c2d4e58e8cc68718fbf57d3432f"; + type = "kernel"; + } + ]; + supported_devices = [ + "nec,wg2600hp" + ]; + titles = [ + { + model = "Aterm WG2600HP"; + vendor = "NEC"; + } + ]; + }; + nec_wg2600hp3 = { + device_packages = [ + "-kmod-ata-ahci" + "-kmod-ata-ahci-platform" + "-kmod-usb-ohci" + "-kmod-usb2" + "-kmod-usb-ledtrig-usbport" + "-kmod-phy-qcom-ipq806x-usb" + "-kmod-usb3" + "-kmod-usb-dwc3-qcom" + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-nec_wg2600hp3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-nec_wg2600hp3-initramfs-uImage"; + sha256 = "90315f058a76ea2a4249fc3bd245677874f37d02a7ad0b7f95d3a154b02897ac"; + sha256_unsigned = "90315f058a76ea2a4249fc3bd245677874f37d02a7ad0b7f95d3a154b02897ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-nec_wg2600hp3-squashfs-sysupgrade.bin"; + sha256 = "fe00a17eb11b26954dd887eb5dedd00429ad3b6a388cb55f03d2b52657f0682d"; + sha256_unsigned = "77c5ece229d294dea61bd3342629aa338149bc4c6aff7ce8674c6c1a701f3a7d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nec,wg2600hp3" + ]; + titles = [ + { + model = "Aterm WG2600HP3"; + vendor = "NEC Platforms"; + } + ]; + }; + netgear_d7800 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-netgear_d7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-netgear_d7800-squashfs-factory.img"; + sha256 = "296eff3693c6825b4662fe1e64df1cd2794184222649b46c774454de0f85d43a"; + sha256_unsigned = "296eff3693c6825b4662fe1e64df1cd2794184222649b46c774454de0f85d43a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-netgear_d7800-initramfs-uImage"; + sha256 = "92dffa22c26dac4c299aedb383df318abfc6e37efda4782aacd4a32bcb720a9d"; + sha256_unsigned = "92dffa22c26dac4c299aedb383df318abfc6e37efda4782aacd4a32bcb720a9d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin"; + sha256 = "a755c98ffc147f3b5b2224c3f42796c5052b98428cd26943d51d93a15c4d845f"; + sha256_unsigned = "79bd98dcf1540f45047c33331fb1335a0126a26c4563c7dd19a08a67a3c21066"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,d7800" + "d7800" + ]; + titles = [ + { + model = "Nighthawk X4 D7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500 = { + device_packages = [ + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-netgear_r7500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-netgear_r7500-initramfs-uImage"; + sha256 = "87d45b14060a2fd408f6a007a574f985f4ae38705b49e279291fb8980a0408b4"; + sha256_unsigned = "87d45b14060a2fd408f6a007a574f985f4ae38705b49e279291fb8980a0408b4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-netgear_r7500-squashfs-factory.img"; + sha256 = "574f57787033ceefcc1648ea7a91266be0a3a16e288bf9d3ff7e150b8e0e1e3c"; + sha256_unsigned = "574f57787033ceefcc1648ea7a91266be0a3a16e288bf9d3ff7e150b8e0e1e3c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"; + sha256 = "fd9b619a703b720cb8aca2b6641f866c226f9079ccc1334d7b0f2c4ac11cf13e"; + sha256_unsigned = "2d6d376b080a5231beae8d685d08c815c832da3db816902bd5d778a4934aaa0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7500" + "r7500" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7500v2 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-netgear_r7500v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-netgear_r7500v2-initramfs-uImage"; + sha256 = "e4ff89146ed36e30531040e0856fd3b20f419d103a94282c849633d4257d6324"; + sha256_unsigned = "e4ff89146ed36e30531040e0856fd3b20f419d103a94282c849633d4257d6324"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-netgear_r7500v2-squashfs-factory.img"; + sha256 = "f37265b255a7e82c26b6d85ebdb68f9711d8d213f7f31daeafe5db6cb3232fbe"; + sha256_unsigned = "f37265b255a7e82c26b6d85ebdb68f9711d8d213f7f31daeafe5db6cb3232fbe"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"; + sha256 = "737f451690d0ceafbae29a57f4d4f15eff8131743f35a6f2fc966b16efbb4e4d"; + sha256_unsigned = "fb5670b8d07df8c5379f8e9bc9b15352023b844ddc73c225f7cd7503cb21e44d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7500v2" + "r7500v2" + ]; + titles = [ + { + model = "Nighthawk X4 R7500"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7800 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ramoops" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-netgear_r7800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-netgear_r7800-squashfs-factory.img"; + sha256 = "43fad0554722794a387cc55b9e085e6da026ea0db2a38daa6c7d7beb7b922350"; + sha256_unsigned = "43fad0554722794a387cc55b9e085e6da026ea0db2a38daa6c7d7beb7b922350"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin"; + sha256 = "7018c333be8cee3437e7d86227271e3285cf35d2d578f97857134ae0f8c47163"; + sha256_unsigned = "bb9c13b157f2f98d97360dd7880e31f69c871d4a15d64bbf753a04a1b6baf1a4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-netgear_r7800-initramfs-uImage"; + sha256 = "c3f0e3398b6ba2577abda33f06b9293e7a7dd5b0a16e41fb5d5380da1c618e7d"; + sha256_unsigned = "c3f0e3398b6ba2577abda33f06b9293e7a7dd5b0a16e41fb5d5380da1c618e7d"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r7800" + "r7800" + ]; + titles = [ + { + model = "Nighthawk X4S R7800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_xr500 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "kmod-ramoops" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-netgear_xr500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-netgear_xr500-initramfs-uImage"; + sha256 = "c5273aeb9101caa4e772e2f97341dc9fa5a2231839203d80bf60170fdede655b"; + sha256_unsigned = "c5273aeb9101caa4e772e2f97341dc9fa5a2231839203d80bf60170fdede655b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-netgear_xr500-squashfs-sysupgrade.bin"; + sha256 = "9d220ec5860fd3128c58af83995d6d42c306e5fd29fd9d7095671955d27c7a38"; + sha256_unsigned = "a2720a44382370bfc2a27bbe3319fc95c1f4c04658520e10ec7fad550955c60d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-netgear_xr500-squashfs-factory.img"; + sha256 = "96ae065bbbbad3664f03eed5d20053c4a1e918004ca3b20d032a8735ae81f9e2"; + sha256_unsigned = "96ae065bbbbad3664f03eed5d20053c4a1e918004ca3b20d032a8735ae81f9e2"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,xr500" + ]; + titles = [ + { + model = "Nighthawk XR500"; + vendor = "NETGEAR"; + } + ]; + }; + nokia_ac400i = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-nokia_ac400i"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-nokia_ac400i-initramfs-fit-uImage.itb"; + sha256 = "0a2a0e2636e95967edce40411dc8c5abd42a13d4c0c0ddbf8b25d4e0212b8db9"; + sha256_unsigned = "0a2a0e2636e95967edce40411dc8c5abd42a13d4c0c0ddbf8b25d4e0212b8db9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-nokia_ac400i-squashfs-nand-factory.bin"; + sha256 = "b0dd5322adddc867f5fd91d1fea80119cd9c37f0ca74090cc45d152b3a26a947"; + sha256_unsigned = "b0dd5322adddc867f5fd91d1fea80119cd9c37f0ca74090cc45d152b3a26a947"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-nokia_ac400i-squashfs-nand-sysupgrade.bin"; + sha256 = "14d666ddec9b99b8d043f9a6f6dc015c69f4697a51aab37b0652b762e6a91379"; + sha256_unsigned = "04ce2a2fbcc6d49782cfeefd83c98a51a575e618da5b3fbb7d5a10994b8e1fe1"; + type = "nand-sysupgrade"; + } + ]; + supported_devices = [ + "nokia,ac400i" + ]; + titles = [ + { + model = "AC400i"; + vendor = "Nokia"; + } + ]; + }; + qcom_ipq8064-ap148 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-qcom_ipq8064-ap148"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-qcom_ipq8064-ap148-initramfs-fit-uImage.itb"; + sha256 = "e73c70d6447d0da88a51541fcbff53de87e0d89cc0bc34b94e60be1d8ff97235"; + sha256_unsigned = "e73c70d6447d0da88a51541fcbff53de87e0d89cc0bc34b94e60be1d8ff97235"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"; + sha256 = "2eba4a7f3b2aa2600a946e7ed1066a1137acaf883cea4e104cde11f441e22d16"; + sha256_unsigned = "2e3106d1033fd0eec9aad73603d0d4dbe303ecd4902380a7129315335208048a"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin"; + sha256 = "1b4f57a8ebd5198fc07e4c5185ab92693ad5288b09214db6a4b25dc6e86a938a"; + sha256_unsigned = "1b4f57a8ebd5198fc07e4c5185ab92693ad5288b09214db6a4b25dc6e86a938a"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "standard"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap148-legacy = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-qcom_ipq8064-ap148-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-qcom_ipq8064-ap148-legacy-initramfs-uImage"; + sha256 = "fd1d32539544a3ec75b981685a804afc81685ce7b8833d600677654e79e52d5b"; + sha256_unsigned = "fd1d32539544a3ec75b981685a804afc81685ce7b8833d600677654e79e52d5b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"; + sha256 = "73057e493741e9e63a24c767e92afd0f4bc76b1ee77cd5017cc07616ec390f65"; + sha256_unsigned = "0ce2409fad2abc7b787600f775d09423d6be847623fcd8b2867583de6d6c899e"; + type = "nand-sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin"; + sha256 = "b2eaed36086522628f283c7da79e99d0537fdfcc82dab168bbf99d18949c72b5"; + sha256_unsigned = "b2eaed36086522628f283c7da79e99d0537fdfcc82dab168bbf99d18949c72b5"; + type = "nand-factory"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap148" + "ap148" + ]; + titles = [ + { + model = "AP148"; + variant = "legacy"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-ap161 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-qcom_ipq8064-ap161"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin"; + sha256 = "fa1b725a38e7a065990bec66413b9a9651687937ee9456554b2b13645f97c0ab"; + sha256_unsigned = "fa1b725a38e7a065990bec66413b9a9651687937ee9456554b2b13645f97c0ab"; + type = "nand-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"; + sha256 = "0629e7559b66b69deb994ee37323472815de4a540b4afa51bae0c5d57df55e5a"; + sha256_unsigned = "115dd9f3d4d631c2e2c2ce67e31bb9d8bd8d9b59802bb9ea3d6473361646425c"; + type = "nand-sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-qcom_ipq8064-ap161-initramfs-fit-uImage.itb"; + sha256 = "fdd238c3dbdea8c8a70e55d09c524d00c03b5c63c4c67a508179e112f5554ccb"; + sha256_unsigned = "fdd238c3dbdea8c8a70e55d09c524d00c03b5c63c4c67a508179e112f5554ccb"; + type = "kernel"; + } + ]; + supported_devices = [ + "qcom,ipq8064-ap161" + ]; + titles = [ + { + model = "AP161"; + vendor = "Qualcomm"; + } + ]; + }; + qcom_ipq8064-db149 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-qcom_ipq8064-db149"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-qcom_ipq8064-db149-initramfs-fit-uImage.itb"; + sha256 = "db41ce84e70511814b754154138c743ed32437e5573810c02c7c39f7fe281759"; + sha256_unsigned = "db41ce84e70511814b754154138c743ed32437e5573810c02c7c39f7fe281759"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-qcom_ipq8064-db149-squashfs-sysupgrade.bin"; + sha256 = "913507c2e483676f66a54ebd12a1c909be5753d268ffbcfc8e341b673f992f46"; + sha256_unsigned = "cf3cc9c61c84b36797cba0c3b5f626319eb29ebd831e610b4284c4372dcc837c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "qcom,ipq8064-db149" + ]; + titles = [ + { + model = "DB149"; + vendor = "Qualcomm"; + } + ]; + }; + tplink_ad7200 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-ramoops" + "kmod-wil6210" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-tplink_ad7200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-tplink_ad7200-squashfs-factory.bin"; + sha256 = "e1c6278fc0c83cccb2520d719428727370c0e902fb5337fa09a91ececb0cd06a"; + sha256_unsigned = "e1c6278fc0c83cccb2520d719428727370c0e902fb5337fa09a91ececb0cd06a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-tplink_ad7200-squashfs-sysupgrade.bin"; + sha256 = "a0bc1ebbc2ec22284e91491c56493ecd5ff2d352e2c345485c44f35d611930bc"; + sha256_unsigned = "0879dcca027b4fc3c65cb9c2e57cbb6298957baaeac083ea3ec033ca5dd7ed9b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-tplink_ad7200-initramfs-uImage"; + sha256 = "05014063142f21c1bcfc5310730e7c6e1e6994f5631e68fd8af3041e537f6f50"; + sha256_unsigned = "05014063142f21c1bcfc5310730e7c6e1e6994f5631e68fd8af3041e537f6f50"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,ad7200" + ]; + titles = [ + { + model = "AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + { + model = "Talon AD7200"; + variant = "v1/v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_c2600 = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + "kmod-ramoops" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-tplink_c2600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-tplink_c2600-squashfs-factory.bin"; + sha256 = "6f45319674fd01476c406962e3e0dff33c64c67fea7008375ad9cf00ad7bc4f9"; + sha256_unsigned = "6f45319674fd01476c406962e3e0dff33c64c67fea7008375ad9cf00ad7bc4f9"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-tplink_c2600-initramfs-uImage"; + sha256 = "3ef9533b095e1127d9e73c949212fbda55c59b32a81883ef86723e93482c7612"; + sha256_unsigned = "3ef9533b095e1127d9e73c949212fbda55c59b32a81883ef86723e93482c7612"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"; + sha256 = "f25876c004c3845c6194f565c2496bdd03a5b0fd3f387b0ee55c3813c1aebbe9"; + sha256_unsigned = "529fc8a1430425e54f3dc765a0383620c0fa632dc5c2c095afa2c1edb95ba5f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,c2600" + "c2600" + ]; + titles = [ + { + model = "Archer C2600"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_vr2600v = { + device_packages = [ + "ath10k-firmware-qca99x0-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-tplink_vr2600v"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"; + sha256 = "f2865ef4cf086e0b9acc122a7e1b9d5f5215fe3aff9fbe65a27c79fce25756ee"; + sha256_unsigned = "0a9678366fb1bf414ade3620644af945bc33864583b517a9f878405987e51649"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-tplink_vr2600v-initramfs-uImage"; + sha256 = "c45621a490880c0b3f6f4c7cc95411865385f2c9faa77fc899f4ba29e50a2631"; + sha256_unsigned = "c45621a490880c0b3f6f4c7cc95411865385f2c9faa77fc899f4ba29e50a2631"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,vr2600v" + "vr2600v" + ]; + titles = [ + { + model = "Archer VR2600v"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_unifi-ac-hd = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-ubnt_unifi-ac-hd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-ubnt_unifi-ac-hd-initramfs-fit-uImage.itb"; + sha256 = "5800b050f7e7aca23394fba51ab42ab779167a523f7566eb71f36250e417f1dc"; + sha256_unsigned = "5800b050f7e7aca23394fba51ab42ab779167a523f7566eb71f36250e417f1dc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-ubnt_unifi-ac-hd-squashfs-sysupgrade.bin"; + sha256 = "70682e44e6da7c66d27b848384de852afb1b0cdab8287e9cf09112e4633607c9"; + sha256_unsigned = "09acd1cd2b665ce89376f09467feccd0073e8a85f50c2959a615e26d22b5ba06"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-ac-hd" + ]; + titles = [ + { + model = "UniFi AC HD"; + vendor = "Ubiquiti"; + } + ]; + }; + zyxel_nbg6817 = { + device_packages = [ + "ath10k-firmware-qca9984-ct" + "e2fsprogs" + "kmod-fs-ext4" + "losetup" + ]; + image_prefix = "openwrt-23.05.0-ipq806x-generic-zyxel_nbg6817"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"; + sha256 = "5138b161545986ffd5635af60ff9cd4389bb0fde8ace82eab1f1bf44c18e36be"; + sha256_unsigned = "5138b161545986ffd5635af60ff9cd4389bb0fde8ace82eab1f1bf44c18e36be"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq806x-generic-zyxel_nbg6817-initramfs-uImage"; + sha256 = "b8ecef17cc6492c61945bcb94c1b74fa94bbbf332310ff47c871ba5c66b53a20"; + sha256_unsigned = "b8ecef17cc6492c61945bcb94c1b74fa94bbbf332310ff47c871ba5c66b53a20"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin"; + sha256 = "06764a9ad7c878d76825520404af5ab8df987ffae4794f4c59119c138ae8d9b8"; + sha256_unsigned = "38d70851285fe337e12bdc3f938dc3eebca148921a22cc476b4730a37af0e663"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg6817" + "nbg6817" + ]; + titles = [ + { + model = "NBG6817"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "ipq806x/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + ipq807x = { + generic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "ath11k-firmware-ipq8074" + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-ath11k-ahb" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-phy-aquantia" + "kmod-qca-nss-dp" + "kmod-usb-dwc3" + "kmod-usb-dwc3-qcom" + "kmod-usb3" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "losetup" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + buffalo_wxr-5950ax12 = { + device_packages = [ + "ipq-wifi-buffalo_wxr-5950ax12" + ]; + image_prefix = "openwrt-23.05.0-ipq807x-generic-buffalo_wxr-5950ax12"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-buffalo_wxr-5950ax12-squashfs-sysupgrade.bin"; + sha256 = "38296bc05509bd74c96b63de9bddd732c13d5a261c08d0f11a51ed6aebb748e7"; + sha256_unsigned = "76c9ff8bd910ac596a329de06ce3313f42d48ee3634de13409a9f730d295b1b8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq807x-generic-buffalo_wxr-5950ax12-initramfs-uImage.itb"; + sha256 = "ae203faeac74f5971970d0a48a0a13c9396debe9c5b1f7527657b428a53a6387"; + sha256_unsigned = "ae203faeac74f5971970d0a48a0a13c9396debe9c5b1f7527657b428a53a6387"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wxr-5950ax12" + ]; + titles = [ + { + model = "WXR-5950AX12"; + vendor = "Buffalo"; + } + ]; + }; + dynalink_dl-wrx36 = { + device_packages = [ + "ipq-wifi-dynalink_dl-wrx36" + ]; + image_prefix = "openwrt-23.05.0-ipq807x-generic-dynalink_dl-wrx36"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-dynalink_dl-wrx36-squashfs-factory.ubi"; + sha256 = "139f392d7449a6576b57a1c3811946f97ee6bb5e48522939e7b7f8e4327dd1b4"; + sha256_unsigned = "139f392d7449a6576b57a1c3811946f97ee6bb5e48522939e7b7f8e4327dd1b4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq807x-generic-dynalink_dl-wrx36-initramfs-uImage.itb"; + sha256 = "7d0580a8bc2d87eba4f20e54612276d8625c16b59fabceaf108b1b2fd061b0ac"; + sha256_unsigned = "7d0580a8bc2d87eba4f20e54612276d8625c16b59fabceaf108b1b2fd061b0ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-dynalink_dl-wrx36-squashfs-sysupgrade.bin"; + sha256 = "36f3af4959826f4f31bee3c8f141ea35d27d2f11da2ff8ae52dc35d0525f8dea"; + sha256_unsigned = "1729202ed01495ce8c342a36a2e7fd2b31774c1575d8c0d80c8092dfe6a14f93"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dynalink,dl-wrx36" + ]; + titles = [ + { + model = "DL-WRX36"; + vendor = "Dynalink"; + } + ]; + }; + edgecore_eap102 = { + device_packages = [ + "ipq-wifi-edgecore_eap102" + ]; + image_prefix = "openwrt-23.05.0-ipq807x-generic-edgecore_eap102"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-edgecore_eap102-squashfs-factory.ubi"; + sha256 = "f3ea07f535a33da756b430fcf6238027497da711924170103fff66d0fef6e821"; + sha256_unsigned = "f3ea07f535a33da756b430fcf6238027497da711924170103fff66d0fef6e821"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq807x-generic-edgecore_eap102-initramfs-uImage.itb"; + sha256 = "031f9998806010925e69ca5c67171423952ca4ca5182f1b18e7b2c3bae1d71ec"; + sha256_unsigned = "031f9998806010925e69ca5c67171423952ca4ca5182f1b18e7b2c3bae1d71ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-edgecore_eap102-squashfs-sysupgrade.bin"; + sha256 = "1e982182e18b0a10874cf9d32881225ffa042ed66ce8ba1f4827e907dd6fbcd9"; + sha256_unsigned = "050b0def8c39e149e68d312a3c8b86b414d151c0e5e4aa0702759df26b70b43c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edgecore,eap102" + ]; + titles = [ + { + model = "EAP102"; + vendor = "Edgecore"; + } + ]; + }; + edimax_cax1800 = { + device_packages = [ + "ipq-wifi-edimax_cax1800" + ]; + image_prefix = "openwrt-23.05.0-ipq807x-generic-edimax_cax1800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-edimax_cax1800-squashfs-factory.ubi"; + sha256 = "665560cceb177d4c1eb9e2ab30eb6044f908beb27bdbc75b43817d4c56075f3b"; + sha256_unsigned = "665560cceb177d4c1eb9e2ab30eb6044f908beb27bdbc75b43817d4c56075f3b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-edimax_cax1800-squashfs-sysupgrade.bin"; + sha256 = "300decf00aaa048b9345d5b7e846852af3c797ad0daf5c0f4302687910e06f94"; + sha256_unsigned = "02079842b63ef74346a01f30f11fa0ac8ffe156990a30563bb41fb0119296b08"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq807x-generic-edimax_cax1800-initramfs-uImage.itb"; + sha256 = "4aafa89a861152029770b9bcf9b55cab655802ecb97a50a21aa486fcfc27385b"; + sha256_unsigned = "4aafa89a861152029770b9bcf9b55cab655802ecb97a50a21aa486fcfc27385b"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,cax1800" + ]; + titles = [ + { + model = "CAX1800"; + vendor = "Edimax"; + } + ]; + }; + netgear_wax218 = { + device_packages = [ + "kmod-spi-gpio" + "kmod-spi-bitbang" + "kmod-gpio-nxp-74hc164" + "ipq-wifi-netgear_wax218" + ]; + image_prefix = "openwrt-23.05.0-ipq807x-generic-netgear_wax218"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq807x-generic-netgear_wax218-initramfs-uImage.itb"; + sha256 = "3534af41b7eec0a03bc26a7122ccbaccbe2680cda03c73cbcdf0ea9e2996bdb4"; + sha256_unsigned = "3534af41b7eec0a03bc26a7122ccbaccbe2680cda03c73cbcdf0ea9e2996bdb4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-netgear_wax218-squashfs-sysupgrade.bin"; + sha256 = "9dc4757a24e492899de3bf436635d9ba808ffa74e7e1a28573a0f6e605232696"; + sha256_unsigned = "96b8cfa85eb0fa3107257280666fd257cd2d1fa918f765c5495b243c48f6cf43"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-netgear_wax218-squashfs-factory.ubi"; + sha256 = "dff9e772253f66aaa10b2a79853e5512fbc8bcdbf95dbb1788087d3a759a5509"; + sha256_unsigned = "dff9e772253f66aaa10b2a79853e5512fbc8bcdbf95dbb1788087d3a759a5509"; + type = "factory"; + } + { + name = "openwrt-23.05.0-ipq807x-generic-netgear_wax218-web-ui-factory.fit"; + sha256 = "de1bc9671ecace663a057897aa8cbcf1edf26b6528706c06462e6e0dba6dd42a"; + sha256_unsigned = "de1bc9671ecace663a057897aa8cbcf1edf26b6528706c06462e6e0dba6dd42a"; + type = "web-ui-factory.fit"; + } + ]; + supported_devices = [ + "netgear,wax218" + ]; + titles = [ + { + model = "WAX218"; + vendor = "Netgear"; + } + ]; + }; + prpl_haze = { + device_packages = [ + "ath11k-firmware-qcn9074" + "ipq-wifi-prpl_haze" + "kmod-ath11k-pci" + ]; + image_prefix = "openwrt-23.05.0-ipq807x-generic-prpl_haze"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq807x-generic-prpl_haze-initramfs-uImage.itb"; + sha256 = "80930c21d54813b2344ed880899ebd8de15cbdd417dab3758ed73b1f4d3f268b"; + sha256_unsigned = "80930c21d54813b2344ed880899ebd8de15cbdd417dab3758ed73b1f4d3f268b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-prpl_haze-squashfs-sysupgrade.bin"; + sha256 = "ebe303683b8a9c411624594d0aa28d4fd80529105e9199e89054e00be67cc715"; + sha256_unsigned = "7e8afa258742b2a51a0444d0baec499785526e70ab4094020781c2ff33d9bfb7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-prpl_haze-squashfs-factory.bin"; + sha256 = "f93b0d179e496838895138a34cddd9f45a0f09c2cbb412f16ea28f0553afbada"; + sha256_unsigned = "f93b0d179e496838895138a34cddd9f45a0f09c2cbb412f16ea28f0553afbada"; + type = "factory"; + } + ]; + supported_devices = [ + "prpl,haze" + ]; + titles = [ + { + model = "Haze"; + vendor = "prpl Foundation"; + } + ]; + }; + qnap_301w = { + device_packages = [ + "ipq-wifi-qnap_301w" + ]; + image_prefix = "openwrt-23.05.0-ipq807x-generic-qnap_301w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-qnap_301w-squashfs-factory.bin"; + sha256 = "fa9a078aeab76efea9c208c8ebc10fccccd28e36f734b7d020fb926f1d70bcc2"; + sha256_unsigned = "fa9a078aeab76efea9c208c8ebc10fccccd28e36f734b7d020fb926f1d70bcc2"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-qnap_301w-squashfs-sysupgrade.bin"; + sha256 = "31cfe5ec4c3c31c678c822cd2adfd6717ce44a1da2e008db51016cd88afe12d5"; + sha256_unsigned = "3369eb520450dfdfe6c55faba68098a3f2421919469665c69aa13ffa22b33ed1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq807x-generic-qnap_301w-initramfs-uImage.itb"; + sha256 = "eefa322ce9cc20552e544a972ad67dbd387399fa4971b06ca94bf8c66e9e4221"; + sha256_unsigned = "eefa322ce9cc20552e544a972ad67dbd387399fa4971b06ca94bf8c66e9e4221"; + type = "kernel"; + } + ]; + supported_devices = [ + "qnap,301w" + ]; + titles = [ + { + model = "301w"; + vendor = "QNAP"; + } + ]; + }; + redmi_ax6 = { + device_packages = [ + "ipq-wifi-redmi_ax6" + ]; + image_prefix = "openwrt-23.05.0-ipq807x-generic-redmi_ax6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-redmi_ax6-squashfs-factory.ubi"; + sha256 = "cf7d83754dae8716120ad4be58f1775a0e9225109d04c721105fa3f36bb883cc"; + sha256_unsigned = "cf7d83754dae8716120ad4be58f1775a0e9225109d04c721105fa3f36bb883cc"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-redmi_ax6-squashfs-sysupgrade.bin"; + sha256 = "ec6d8162eca15445e64568a1cc6cd49fd96f871b856af76ad1a9f9c721ff29b3"; + sha256_unsigned = "b28eb8709aff6f223d051ccf016946ff060c8cb7272fff1a0ca59fc7f97c8037"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-ipq807x-generic-redmi_ax6-initramfs-factory.ubi"; + sha256 = "521636dfb786ba5afcb3951dac7671f4807fa749c80e0435b9c67d14d10470c8"; + sha256_unsigned = "521636dfb786ba5afcb3951dac7671f4807fa749c80e0435b9c67d14d10470c8"; + type = "initramfs-factory.ubi"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq807x-generic-redmi_ax6-initramfs-uImage.itb"; + sha256 = "cbe9fd06b1731d5becdd9b40f2eb291c1ae92c74d4dea163cd7f6a4c7cbd5d6f"; + sha256_unsigned = "cbe9fd06b1731d5becdd9b40f2eb291c1ae92c74d4dea163cd7f6a4c7cbd5d6f"; + type = "kernel"; + } + ]; + supported_devices = [ + "redmi,ax6" + ]; + titles = [ + { + model = "AX6"; + vendor = "Redmi"; + } + ]; + }; + xiaomi_ax3600 = { + device_packages = [ + "ipq-wifi-xiaomi_ax3600" + "kmod-ath10k-ct-smallbuffers" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq807x-generic-xiaomi_ax3600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-xiaomi_ax3600-squashfs-sysupgrade.bin"; + sha256 = "7c5fd4ff299ea20a1263a4f43718938e645749872b0c0d503dc0266e974bfca8"; + sha256_unsigned = "12b61920383b11558c1dd88db838654a8f8c3f4168da7f1c7b9d777cbbd96081"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-ipq807x-generic-xiaomi_ax3600-initramfs-factory.ubi"; + sha256 = "0e890418cecd02c8f24282e312ecd7162a67dd6396fe3887a25b373b0ab0806e"; + sha256_unsigned = "0e890418cecd02c8f24282e312ecd7162a67dd6396fe3887a25b373b0ab0806e"; + type = "initramfs-factory.ubi"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-xiaomi_ax3600-squashfs-factory.ubi"; + sha256 = "dafc27746937c8ef0783956331b2ecb81b5f249cb8928a8ba9e2e6a79263e20a"; + sha256_unsigned = "dafc27746937c8ef0783956331b2ecb81b5f249cb8928a8ba9e2e6a79263e20a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq807x-generic-xiaomi_ax3600-initramfs-uImage.itb"; + sha256 = "5ddddab28fdcf1a00bdc5d97c1d70120f7e4f710d809d80f091e5a56d216ff15"; + sha256_unsigned = "5ddddab28fdcf1a00bdc5d97c1d70120f7e4f710d809d80f091e5a56d216ff15"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,ax3600" + ]; + titles = [ + { + model = "AX3600"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_ax9000 = { + device_packages = [ + "ipq-wifi-xiaomi_ax9000" + "kmod-ath11k-pci" + "ath11k-firmware-qcn9074" + "kmod-ath10k-ct" + "ath10k-firmware-qca9887-ct" + ]; + image_prefix = "openwrt-23.05.0-ipq807x-generic-xiaomi_ax9000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq807x-generic-xiaomi_ax9000-initramfs-uImage.itb"; + sha256 = "68d587b6e79f3745420015ed2417fa240d81be805d171b7ab51b4737170ec1ea"; + sha256_unsigned = "68d587b6e79f3745420015ed2417fa240d81be805d171b7ab51b4737170ec1ea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-xiaomi_ax9000-squashfs-factory.ubi"; + sha256 = "ac2cae9a0e524b73f42c9030975a162e90eae65bd53ad20d59592104ff812fd9"; + sha256_unsigned = "ac2cae9a0e524b73f42c9030975a162e90eae65bd53ad20d59592104ff812fd9"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-xiaomi_ax9000-squashfs-sysupgrade.bin"; + sha256 = "55b221bf5f1182bc5e2414119e58ac37339b2047e30dc1b385fdb2ff5789f580"; + sha256_unsigned = "3733c6a7d4d4211c73f120ed3d3c05d1bb0d811680c9861ef6a5e3afa66ded8e"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-ipq807x-generic-xiaomi_ax9000-initramfs-factory.ubi"; + sha256 = "27a25b7feaccc49047ea41311099b879aaa51d49e1d0dcd12a4a9dd71d533672"; + sha256_unsigned = "27a25b7feaccc49047ea41311099b879aaa51d49e1d0dcd12a4a9dd71d533672"; + type = "initramfs-factory.ubi"; + } + ]; + supported_devices = [ + "xiaomi,ax9000" + ]; + titles = [ + { + model = "AX9000"; + vendor = "Xiaomi"; + } + ]; + }; + zyxel_nbg7815 = { + device_packages = [ + "ipq-wifi-zyxel_nbg7815" + "kmod-ath11k-pci" + "kmod-hwmon-tmp103" + "kmod-bluetooth" + ]; + image_prefix = "openwrt-23.05.0-ipq807x-generic-zyxel_nbg7815"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-zyxel_nbg7815-squashfs-sysupgrade.bin"; + sha256 = "19619a62c5aec32897b08aa9f31d2441b3fe496d4a362fd4e39b81ff70cd52be"; + sha256_unsigned = "2a2bb4cd59fd199b5b1668d78a7a3f7311f252eb3ba257144b6370a55f926c4c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ipq807x-generic-zyxel_nbg7815-initramfs-uImage.itb"; + sha256 = "eeb8f7ad6f0264224e6066cd3c7a4be76f9b970eccda3f5211b1d22bc8f55915"; + sha256_unsigned = "eeb8f7ad6f0264224e6066cd3c7a4be76f9b970eccda3f5211b1d22bc8f55915"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ipq807x-generic-zyxel_nbg7815-squashfs-factory.bin"; + sha256 = "40ae388f9ce93c6aa74a98e94c660baffd43d95dac3197afd83157ec9ff068a5"; + sha256_unsigned = "40ae388f9ce93c6aa74a98e94c660baffd43d95dac3197afd83157ec9ff068a5"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nbg7815" + ]; + titles = [ + { + model = "NBG7815"; + vendor = "ZYXEL"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "ipq807x/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + kirkwood = { + generic = { + arch_packages = "arm_xscale"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + checkpoint_l-50 = { + device_packages = [ + "kmod-ath9k" + "kmod-gpio-button-hotplug" + "kmod-mvsdio" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-checkpoint_l-50"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-checkpoint_l-50-squashfs-sysupgrade.bin"; + sha256 = "c40375c04eb9c1d3523082444f90a8639ef1945d24b7b10d48d3db81f652d560"; + sha256_unsigned = "32fadacaab0ab64983d09a31ab8342afa6a74a6f8547b2428859ac008bdcccda"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-checkpoint_l-50-initramfs-uImage"; + sha256 = "7d1e3f0b0da321928b040a229467ab00ed901518a9d24f8db44c701be12d89b3"; + sha256_unsigned = "7d1e3f0b0da321928b040a229467ab00ed901518a9d24f8db44c701be12d89b3"; + type = "kernel"; + } + ]; + supported_devices = [ + "checkpoint,l-50" + ]; + titles = [ + { + model = "L-50"; + vendor = "Check Point"; + } + ]; + }; + cisco_on100 = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-cisco_on100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-cisco_on100-initramfs-uImage"; + sha256 = "c30ff21a9a2ed76ce0b61e20829928c5a834e9fb29ef1200baf2db69a05e68cb"; + sha256_unsigned = "c30ff21a9a2ed76ce0b61e20829928c5a834e9fb29ef1200baf2db69a05e68cb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-cisco_on100-squashfs-factory.bin"; + sha256 = "2981d75824525153ed987049fcce797d8a8730f99b8c261848d5c48515510a7f"; + sha256_unsigned = "2981d75824525153ed987049fcce797d8a8730f99b8c261848d5c48515510a7f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-cisco_on100-squashfs-sysupgrade.bin"; + sha256 = "2cddd659d51cc1190984350f988f84404e37e01aba7953f3ee97d248a786aa96"; + sha256_unsigned = "2c2a9f2b293bcbf3d44ea4983bec6a964e974c03c3d901b8334a7f4b707cc094"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cisco,on100" + "on100" + ]; + titles = [ + { + model = "ON100"; + vendor = "Cisco Systems"; + } + ]; + }; + cloudengines_pogoe02 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-cloudengines_pogoe02"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-cloudengines_pogoe02-initramfs-uImage"; + sha256 = "1fbea4cf19139f245d4782c7bc88520d5c4a2fe511fd2cec2415072ff3ef8a04"; + sha256_unsigned = "1fbea4cf19139f245d4782c7bc88520d5c4a2fe511fd2cec2415072ff3ef8a04"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-cloudengines_pogoe02-squashfs-sysupgrade.bin"; + sha256 = "2f391c1d2f53de5f6b154f1f7dba59d19c7bba19eb00b712ce40f2a26256df0c"; + sha256_unsigned = "108ad6200f4b5b380ec115cc1ae5f54c77f6570faedf197bd2c949bfac6cfc95"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-cloudengines_pogoe02-squashfs-factory.bin"; + sha256 = "40b292778be89c5cb6aaf2d8294d2815e4db8b204fb7ddf5d6b1d5dfb7797255"; + sha256_unsigned = "40b292778be89c5cb6aaf2d8294d2815e4db8b204fb7ddf5d6b1d5dfb7797255"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoe02" + "pogo_e02" + ]; + titles = [ + { + model = "Pogoplug E02"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugv4 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-mvsdio" + "kmod-usb3" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-cloudengines_pogoplugv4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"; + sha256 = "adf3214a004bccd95eec0e10e8d4c370c8e140a118f4156900048a6afdccc51b"; + sha256_unsigned = "ede65f50056d38cdd04abeb640e5b9464ce9de1c579c15bfe935c30f49ec870f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-cloudengines_pogoplugv4-initramfs-uImage"; + sha256 = "e3c066f2cc7d97adffdde0ec168c2508300535b0a9439252a9ca43aa491e3e51"; + sha256_unsigned = "e3c066f2cc7d97adffdde0ec168c2508300535b0a9439252a9ca43aa491e3e51"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-cloudengines_pogoplugv4-squashfs-factory.bin"; + sha256 = "64558e1b2df51c6e9d0dc40a844d6e18506880a08830bfca36e5057195216c05"; + sha256_unsigned = "64558e1b2df51c6e9d0dc40a844d6e18506880a08830bfca36e5057195216c05"; + type = "factory"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugv4" + ]; + titles = [ + { + model = "Pogoplug V4"; + vendor = "Cloud Engines"; + } + ]; + }; + ctera_c200-v1 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + "kmod-rtc-s35390a" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-ctera_c200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-ctera_c200-v1-squashfs-sysupgrade.bin"; + sha256 = "369348179c4fe274a76072d8a275443b2bc66012ac7782b31eaef2042db2d8d6"; + sha256_unsigned = "770c4a5200c6373a49290e12068a77cda4050e28b62e9c05b3b890ffc2c2f172"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-ctera_c200-v1-initramfs-factory.firm"; + sha256 = "2658355389bc3a08243c50312e7489c84c77cd49ec11c9a3da5d07c03a088d8b"; + sha256_unsigned = "2658355389bc3a08243c50312e7489c84c77cd49ec11c9a3da5d07c03a088d8b"; + type = "kernel"; + } + ]; + supported_devices = [ + "ctera,c200-v1" + ]; + titles = [ + { + model = "C200"; + variant = "V1"; + vendor = "Ctera"; + } + ]; + }; + endian_4i-edge-200 = { + device_packages = [ + "kmod-ath9k" + "kmod-mvsdio" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-endian_4i-edge-200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-endian_4i-edge-200-initramfs-uImage"; + sha256 = "020a9a6cb518cbbf75b300cffbd12e23f14a0f484bcd8cb7675ad095f28870ec"; + sha256_unsigned = "020a9a6cb518cbbf75b300cffbd12e23f14a0f484bcd8cb7675ad095f28870ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-endian_4i-edge-200-squashfs-sysupgrade.bin"; + sha256 = "71e5c48b9c5529b661762af8df1980039474007fdf0f1bc997e11c0a35047e6a"; + sha256_unsigned = "48696c00bc11422b898587dce486e415217ff3012d0203bbdf731fb4ed7f878e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "endian,4i-edge-200" + ]; + titles = [ + { + model = "4i Edge 200"; + vendor = "Endian"; + } + { + model = "UTM Mini Firewall"; + vendor = "Endian"; + } + ]; + }; + globalscale_sheevaplug = { + device_packages = [ + "kmod-mvsdio" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-globalscale_sheevaplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-globalscale_sheevaplug-squashfs-sysupgrade.bin"; + sha256 = "b9bbdba8ed8bf1cf1cc1a60290cf181542072ab9810098b4283a1feba7d27841"; + sha256_unsigned = "12f62cbfffaab546e594201f2818a11eb082e3e4310168cb044164a0d60c6b56"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-globalscale_sheevaplug-squashfs-factory.bin"; + sha256 = "5153bdaf8832d6d395a2114d5c93871fb63adc22d910fc536ed72e560ada768b"; + sha256_unsigned = "5153bdaf8832d6d395a2114d5c93871fb63adc22d910fc536ed72e560ada768b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-globalscale_sheevaplug-initramfs-uImage"; + sha256 = "172ff5cd1862e7cc5f8d14a1d4275016d8eab3c6fb837b32070d233e51813b4d"; + sha256_unsigned = "172ff5cd1862e7cc5f8d14a1d4275016d8eab3c6fb837b32070d233e51813b4d"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,sheevaplug" + ]; + titles = [ + { + model = "Sheevaplug"; + vendor = "Globalscale"; + } + ]; + }; + "iom_iconnect-1.1" = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-iom_iconnect-1.1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-iom_iconnect-1.1-squashfs-sysupgrade.bin"; + sha256 = "d5567be3fe33603c33a0a48f09b93e0f6a55f77b100605a8f9bae6fcf22f99dc"; + sha256_unsigned = "26edb124ae63bc8fa58501c797398d6e09eef53fa8253d6504400fbb10e895e5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-iom_iconnect-1.1-squashfs-factory.bin"; + sha256 = "8210eadca232cda08e7e3801732a3864e3e7ce625b6f06460aa7b23d9ab27edd"; + sha256_unsigned = "8210eadca232cda08e7e3801732a3864e3e7ce625b6f06460aa7b23d9ab27edd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-iom_iconnect-1.1-initramfs-uImage"; + sha256 = "1eb948ce1a5c78546f05ff93e1a2526a5d2ae00f774a6a25d666cc1f6fe6a7d9"; + sha256_unsigned = "1eb948ce1a5c78546f05ff93e1a2526a5d2ae00f774a6a25d666cc1f6fe6a7d9"; + type = "kernel"; + } + ]; + supported_devices = [ + "iom,iconnect-1.1" + "iconnect" + ]; + titles = [ + { + model = "Iconnect"; + vendor = "Iomega"; + } + ]; + }; + iom_ix2-200 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm63" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-iom_ix2-200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-iom_ix2-200-squashfs-factory.bin"; + sha256 = "8548c319e8cd20c072a5b022e2f982191008672632611d6ac8842ffca6a52e52"; + sha256_unsigned = "8548c319e8cd20c072a5b022e2f982191008672632611d6ac8842ffca6a52e52"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-iom_ix2-200-initramfs-uImage"; + sha256 = "92d0a6d0ac1b47e09658f40002f794216bb92f3a2faf753cef44942e32d4b20f"; + sha256_unsigned = "92d0a6d0ac1b47e09658f40002f794216bb92f3a2faf753cef44942e32d4b20f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-iom_ix2-200-squashfs-sysupgrade.bin"; + sha256 = "1d5c78cd53fa15c58df3393cf6d8b149aca51ddb172fed444c2d79468b5cb0fa"; + sha256_unsigned = "f7d9f0ff905ebb4307e9b4e3b6e7e933500b763f14584d8c9ba0323e398e7fff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iom,ix2-200" + ]; + titles = [ + { + model = "StorCenter ix2-200"; + vendor = "Iomega"; + } + ]; + }; + iom_ix4-200d = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-gpio-nxp-74hc164" + "kmod-hwmon-adt7475" + "kmod-mvsdio" + "kmod-spi-gpio" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-iom_ix4-200d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-iom_ix4-200d-squashfs-sysupgrade.bin"; + sha256 = "403782b2eafa8db8aaf8fa1d5df4de047abd600304a330aef6d86f805f3ebac6"; + sha256_unsigned = "c66fd8b07cbf9ead68d768d865256f70c1b66555801cd281a62a279d7ecf7cff"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-iom_ix4-200d-initramfs-uImage"; + sha256 = "a33385a06b0aabfb41d0d7f2047813c1fc8972ed46a73a9109436daf00c40199"; + sha256_unsigned = "a33385a06b0aabfb41d0d7f2047813c1fc8972ed46a73a9109436daf00c40199"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-iom_ix4-200d-squashfs-factory.bin"; + sha256 = "4106487b1fe68011f91e7fe22296e5440e66ee838c4cdb2dc53b9101a9b814f5"; + sha256_unsigned = "4106487b1fe68011f91e7fe22296e5440e66ee838c4cdb2dc53b9101a9b814f5"; + type = "factory"; + } + ]; + supported_devices = [ + "iom,ix4-200d" + ]; + titles = [ + { + model = "StorCenter ix4-200d"; + vendor = "Iomega"; + } + ]; + }; + iptime_nas1 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-gpio-pca953x" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-iptime_nas1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-iptime_nas1-initramfs-uImage"; + sha256 = "9f04ea2ea294c14d689220bfc8350da7089faf5651e285dd5f13b138c3930848"; + sha256_unsigned = "9f04ea2ea294c14d689220bfc8350da7089faf5651e285dd5f13b138c3930848"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-iptime_nas1-squashfs-sysupgrade.bin"; + sha256 = "4e97300e88e59543291897a1c27748d08a6d6e75ba8c2dcdddfc617c3db3e17b"; + sha256_unsigned = "a0187f3c59f971b2dee8051e53179fa4768678319fb337dfccaed1ab28f2449c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,nas1" + ]; + titles = [ + { + model = "NAS1"; + vendor = "ipTIME"; + } + ]; + }; + linksys_e4200-v2 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-mbedtls" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-linksys_e4200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-linksys_e4200-v2-initramfs-uImage"; + sha256 = "0c476b1b86438185a776b56345aae22d8967835bce72cf6d872f6fd10c28ce4b"; + sha256_unsigned = "0c476b1b86438185a776b56345aae22d8967835bce72cf6d872f6fd10c28ce4b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-linksys_e4200-v2-squashfs-factory.bin"; + sha256 = "a0cdb3cdbdf6ce9b0880f07415dab4194d4911747fc32cba3e7a7be74279ea93"; + sha256_unsigned = "a0cdb3cdbdf6ce9b0880f07415dab4194d4911747fc32cba3e7a7be74279ea93"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-linksys_e4200-v2-squashfs-sysupgrade.bin"; + sha256 = "3325d658bd1bca6bdc6e0089d64cfce9bcf377aedd96260b258fdcb636c452cd"; + sha256_unsigned = "f78afcdc20e41b56e98537388b18f59354adf6b2dc5958903c3fe54db2329df6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e4200-v2" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "E4200"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea3500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-mbedtls" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-linksys_ea3500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-linksys_ea3500-initramfs-uImage"; + sha256 = "f8e2b509016d66f4495916c1a7c2876e4daf468d29a88498ad5c9508a8cc7a3c"; + sha256_unsigned = "f8e2b509016d66f4495916c1a7c2876e4daf468d29a88498ad5c9508a8cc7a3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-linksys_ea3500-squashfs-factory.bin"; + sha256 = "8c5a77b5bd656762404408ffb8edbc061cb17e125660585bbc27a088c9849fc4"; + sha256_unsigned = "8c5a77b5bd656762404408ffb8edbc061cb17e125660585bbc27a088c9849fc4"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-linksys_ea3500-squashfs-sysupgrade.bin"; + sha256 = "99f4998fa93fa2e8a637cf1004c3e5fe8cf11b592b5d19095dfedab2983eedb7"; + sha256_unsigned = "a690d781cafb18cfbf72937ed99e6d936b6f2a69be585a3ed8ed51d897c13bff"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,ea3500" + "linksys,audi" + "linksys-audi" + ]; + titles = [ + { + model = "EA3500"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea4500 = { + device_packages = [ + "kmod-mwl8k" + "wpad-basic-mbedtls" + "kmod-gpio-button-hotplug" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-linksys_ea4500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-linksys_ea4500-squashfs-sysupgrade.bin"; + sha256 = "cd54fdd515e6607915b78ba25ef6c0f64831250e2e4a39a3fa284c1ff4a7d497"; + sha256_unsigned = "9ef63d59e80954860a088be4e6226fe4e48c1e1afaac85edf48ba835d77bae1b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-linksys_ea4500-squashfs-factory.bin"; + sha256 = "fac91b23308d98fd51a272c014b3d54358e9688a59abda3559b4007e23db59df"; + sha256_unsigned = "fac91b23308d98fd51a272c014b3d54358e9688a59abda3559b4007e23db59df"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-linksys_ea4500-initramfs-uImage"; + sha256 = "307cc55078d3abd24fc76a13823814b0947a6a6de3161794efbc55025f3fbb46"; + sha256_unsigned = "307cc55078d3abd24fc76a13823814b0947a6a6de3161794efbc55025f3fbb46"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea4500" + "linksys,viper" + "linksys-viper" + ]; + titles = [ + { + model = "EA4500"; + vendor = "Linksys"; + } + ]; + }; + netgear_readynas-duo-v2 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-g762" + "kmod-rtc-rs5c372a" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-netgear_readynas-duo-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-netgear_readynas-duo-v2-initramfs-uImage"; + sha256 = "1ce46b7e9d5216b710e126b621d78735eef7bfe5bf2fd0192904065c96fd2a86"; + sha256_unsigned = "1ce46b7e9d5216b710e126b621d78735eef7bfe5bf2fd0192904065c96fd2a86"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-netgear_readynas-duo-v2-squashfs-sysupgrade.bin"; + sha256 = "a393d4dbe0c506a5584279956efbab6db6fd26dae2d3904e5ccbe9c497aebad4"; + sha256_unsigned = "5a714bdd34ab7154515fc30705fe1fd966d92dbf48f17fae08a01d803303a4f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,readynas-duo-v2" + ]; + titles = [ + { + model = "ReadyNAS Duo"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + raidsonic_ib-nas62x0 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-raidsonic_ib-nas62x0"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-raidsonic_ib-nas62x0-initramfs-uImage"; + sha256 = "f361931486608c047c468cf6076425a3f5abf7df20ef0b7f86d5ee9071aeec99"; + sha256_unsigned = "f361931486608c047c468cf6076425a3f5abf7df20ef0b7f86d5ee9071aeec99"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"; + sha256 = "7b3d33fddc600becd7a6a9cfe1af1babf5c3bb38851f3fa2a8d403100eeb0eeb"; + sha256_unsigned = "14b0226e16eb02ec84ce64088b4ada62280e5b5f45388522ca8e65e6114749b9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-raidsonic_ib-nas62x0-squashfs-factory.bin"; + sha256 = "d42e0ccd0dbc4af7e5dbb1bd3c62d2caa63203204af383e85d85b989e8735d1a"; + sha256_unsigned = "d42e0ccd0dbc4af7e5dbb1bd3c62d2caa63203204af383e85d85b989e8735d1a"; + type = "factory"; + } + ]; + supported_devices = [ + "raidsonic,ib-nas62x0" + "ib62x0" + ]; + titles = [ + { + model = "ICY BOX IB-NAS62x0"; + vendor = "RaidSonic"; + } + ]; + }; + seagate_blackarmor-nas220 = { + device_packages = [ + "kmod-hwmon-adt7475" + "kmod-fs-ext4" + "kmod-ata-marvell-sata" + "mdadm" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-seagate_blackarmor-nas220"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-seagate_blackarmor-nas220-initramfs-uImage"; + sha256 = "5ba0da257625f72df98dbd0cdcf29feb701db3a9d614f39329ec86e868f58802"; + sha256_unsigned = "5ba0da257625f72df98dbd0cdcf29feb701db3a9d614f39329ec86e868f58802"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-seagate_blackarmor-nas220-squashfs-factory.bin"; + sha256 = "c9e987a9eb4962089470f93d56b2ef1ef6e8e0cbb82a1a06ccdd25b25ab07fb3"; + sha256_unsigned = "c9e987a9eb4962089470f93d56b2ef1ef6e8e0cbb82a1a06ccdd25b25ab07fb3"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-seagate_blackarmor-nas220-squashfs-sysupgrade.bin"; + sha256 = "fca72ff493c18e04e0c82037adf8cd037503f17631feffe01f446466ba2a8834"; + sha256_unsigned = "0164430877b75a5c4fa560755d87baed9a3ecb97b94b86dc1df8436102ad150b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "seagate,blackarmor-nas220" + ]; + titles = [ + { + model = "Blackarmor NAS220"; + vendor = "Seagate"; + } + ]; + }; + seagate_dockstar = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-seagate_dockstar"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-seagate_dockstar-squashfs-factory.bin"; + sha256 = "94164c0b542f09f8f0e914767b64b908173cb221a2fa0411e7fc919054ec9b4c"; + sha256_unsigned = "94164c0b542f09f8f0e914767b64b908173cb221a2fa0411e7fc919054ec9b4c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-seagate_dockstar-squashfs-sysupgrade.bin"; + sha256 = "611803002fd79e818331fee685a64018e3e57078311f16fdaf4a987b5ec613e9"; + sha256_unsigned = "41f67971143d9041d15df6577e0068e409ab8a856c309fc457233a94a56dd16b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-seagate_dockstar-initramfs-uImage"; + sha256 = "58e62c26dee751b3b8c97f8e5a5358d03cb54686628c71f23a0911e20f77fe12"; + sha256_unsigned = "58e62c26dee751b3b8c97f8e5a5358d03cb54686628c71f23a0911e20f77fe12"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,dockstar" + "dockstar" + ]; + titles = [ + { + model = "FreeAgent Dockstar"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexhome = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-seagate_goflexhome"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-seagate_goflexhome-squashfs-factory.bin"; + sha256 = "e47ce8b88e9973338d431d514e84da8fd00a2ae01f8667190319dc1c8621bbd8"; + sha256_unsigned = "e47ce8b88e9973338d431d514e84da8fd00a2ae01f8667190319dc1c8621bbd8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-seagate_goflexhome-squashfs-sysupgrade.bin"; + sha256 = "566b6043045b36385ac81de0a424bce86c24ff809fc0a95b32a4a3f427854cc3"; + sha256_unsigned = "12a63c281efa57cd49084e8e187961d7128a7c1c11097bb9288705c14c485187"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-seagate_goflexhome-initramfs-uImage"; + sha256 = "386b21b8cfa8ce16b35b048211f37d59e395822f84f804b01a304c45b0c20196"; + sha256_unsigned = "386b21b8cfa8ce16b35b048211f37d59e395822f84f804b01a304c45b0c20196"; + type = "kernel"; + } + ]; + supported_devices = [ + "seagate,goflexhome" + "goflexhome" + ]; + titles = [ + { + model = "GoFlexHome"; + vendor = "Seagate"; + } + ]; + }; + seagate_goflexnet = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-seagate_goflexnet"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-seagate_goflexnet-squashfs-sysupgrade.bin"; + sha256 = "13fede935341a07975b0e54071e3c52d44c243f234805dd311599c7c95e78516"; + sha256_unsigned = "88ec806c7509641f64711f9680ac6435fbfd4645c1712c25ae0ff105b146be99"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-seagate_goflexnet-initramfs-uImage"; + sha256 = "e7e7cc0019ea7d85d3aaf557f9e54c8aeaa1087b11d2bc5a000c9f4721050619"; + sha256_unsigned = "e7e7cc0019ea7d85d3aaf557f9e54c8aeaa1087b11d2bc5a000c9f4721050619"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-seagate_goflexnet-squashfs-factory.bin"; + sha256 = "a098515a75e7bed1f224bd37941d830aba32135e016809d0b67dc35b743dd659"; + sha256_unsigned = "a098515a75e7bed1f224bd37941d830aba32135e016809d0b67dc35b743dd659"; + type = "factory"; + } + ]; + supported_devices = [ + "seagate,goflexnet" + "goflexnet" + ]; + titles = [ + { + model = "GoFlexNet"; + vendor = "Seagate"; + } + ]; + }; + zyxel_nsa310b = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-r8169" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-hwmon-lm85" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-zyxel_nsa310b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-zyxel_nsa310b-squashfs-factory.bin"; + sha256 = "8adbcf9d761b829b204a9ca1253c3e2979395ecdf9d509440f56c74c1935392a"; + sha256_unsigned = "8adbcf9d761b829b204a9ca1253c3e2979395ecdf9d509440f56c74c1935392a"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-zyxel_nsa310b-squashfs-sysupgrade.bin"; + sha256 = "1ac398aef837c06a2dd6a46f0f6d388366ca5449648dcf635f5a9566e911eec9"; + sha256_unsigned = "1f29c14637aa41b418edbe4658dd83ae2623d5d71643849d55534b21d204fe03"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-zyxel_nsa310b-initramfs-uImage"; + sha256 = "602bf8f019d3207a46103c69912ce52a9100a988daf0958541a27f1b4dd52be1"; + sha256_unsigned = "602bf8f019d3207a46103c69912ce52a9100a988daf0958541a27f1b4dd52be1"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa310b" + "nsa310b" + ]; + titles = [ + { + model = "NSA310b"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa310s = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-zyxel_nsa310s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-zyxel_nsa310s-squashfs-sysupgrade.bin"; + sha256 = "9d4f2c0523462f4f20966987716d3f44abae35713d8f9a3db1846b25ca36e25c"; + sha256_unsigned = "3c13fec91ae960a3dbc3daa516bf0a23995fd745c1317f295ce35099354f106c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-zyxel_nsa310s-initramfs-uImage"; + sha256 = "8295e8e381b8c9265f47659b9f74fee3c7bc8e1979b59e42bdee2d2bc6e5001b"; + sha256_unsigned = "8295e8e381b8c9265f47659b9f74fee3c7bc8e1979b59e42bdee2d2bc6e5001b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-zyxel_nsa310s-squashfs-factory.bin"; + sha256 = "825f290aaa86249dd5b6401758fb51429fbd4ece5a4419ce7d63f6514979143a"; + sha256_unsigned = "825f290aaa86249dd5b6401758fb51429fbd4ece5a4419ce7d63f6514979143a"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nsa310s" + ]; + titles = [ + { + model = "NSA310S"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nsa325 = { + device_packages = [ + "kmod-ata-marvell-sata" + "kmod-fs-ext4" + "kmod-gpio-button-hotplug" + "kmod-rtc-pcf8563" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-kirkwood-generic-zyxel_nsa325"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-zyxel_nsa325-squashfs-sysupgrade.bin"; + sha256 = "8b5360bfac21584dc87582ef6e84cfd6e22fdaea8a9c9e57d6e5cf44426cf920"; + sha256_unsigned = "3c79682ba85430dfbd3d643b9dfeae099d598fac5951d2430cf774a97c911661"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-kirkwood-generic-zyxel_nsa325-squashfs-factory.bin"; + sha256 = "3bc30181e6eb87b49e13d43cead23b1182d02e83a5ee2415798defafef5d0cda"; + sha256_unsigned = "3bc30181e6eb87b49e13d43cead23b1182d02e83a5ee2415798defafef5d0cda"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-kirkwood-generic-zyxel_nsa325-initramfs-uImage"; + sha256 = "f5708af988d214c92a92e2c2f874e43c3861128c0f541af20d667bfe90cb45e0"; + sha256_unsigned = "f5708af988d214c92a92e2c2f874e43c3861128c0f541af20d667bfe90cb45e0"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nsa325" + "nsa325" + ]; + titles = [ + { + model = "NSA325"; + variant = "v1/v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "kirkwood/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + lantiq = { + xway = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + arcadyan_arv7506pw11 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-lantiq-xway-arcadyan_arv7506pw11"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-lantiq-xway-arcadyan_arv7506pw11-initramfs-kernel.bin"; + sha256 = "c5fb69a73fe85891b3161d988d93716b58f4a25ac1d48f22869e62644fe44ccf"; + sha256_unsigned = "c5fb69a73fe85891b3161d988d93716b58f4a25ac1d48f22869e62644fe44ccf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"; + sha256 = "e48c33a2725e37e4cbb8e467c3d1667e836a34bc74ede704ef15c8369fe7f4c0"; + sha256_unsigned = "d331bb09689b5384a26277fe0e6b93515dd88d7890652505322e4b819047ca10"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7506pw11" + "ARV7506PW11" + ]; + titles = [ + { + model = "ARV7506PW11"; + vendor = "Arcadyan"; + } + { + model = "IAD 4421"; + vendor = "Alice/O2"; + } + ]; + }; + arcadyan_arv7510pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-mbedtls" + "kmod-usb-uhci" + "kmod-usb2" + "kmod-usb2-pci" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-lantiq-xway-arcadyan_arv7510pw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-lantiq-xway-arcadyan_arv7510pw22-initramfs-kernel.bin"; + sha256 = "158c10c0b5853b2d88221e583be4c60abbbacb1e982c02266e26ec3352eb3659"; + sha256_unsigned = "158c10c0b5853b2d88221e583be4c60abbbacb1e982c02266e26ec3352eb3659"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"; + sha256 = "eef830e0edd4d559515f1f41e4d4ce902950768a319b21e688b9154d226ed41d"; + sha256_unsigned = "7b523971fbdda450f47654dc11b6e5ad17597827e8fa354eb54f2c04b2a04303"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7510pw22" + "ARV7510PW22" + ]; + titles = [ + { + model = "ARV7510PW22"; + vendor = "Arcadyan"; + } + { + model = "ARV7510PW22"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7518pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-lantiq-xway-arcadyan_arv7518pw"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"; + sha256 = "3105907029c8a40ff65fd9308c27fecf247a32bc4e28443a87dca399b0340f79"; + sha256_unsigned = "6ba6a798fff8540728d114ce4992c11bcc4ac56acee6b5f13ff90f628e42b7bd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-lantiq-xway-arcadyan_arv7518pw-initramfs-kernel.bin"; + sha256 = "b458c02a3d0b2b96cd086f333b4abfefce031a07523a16c24cab7a0ac793497e"; + sha256_unsigned = "b458c02a3d0b2b96cd086f333b4abfefce031a07523a16c24cab7a0ac793497e"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv7518pw" + "ARV7518PW" + ]; + titles = [ + { + model = "ARV7518PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7518PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv7519pw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-rt2800-pci" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-lantiq-xway-arcadyan_arv7519pw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-lantiq-xway-arcadyan_arv7519pw-initramfs-kernel.bin"; + sha256 = "f4f6d28c26d168bdfad76796b68751c6c6392f224ab16a7bc20defead9557baa"; + sha256_unsigned = "f4f6d28c26d168bdfad76796b68751c6c6392f224ab16a7bc20defead9557baa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"; + sha256 = "125dd1671ea39737b2cec2dbff808c3727139beede63a40a09c6d336edec241d"; + sha256_unsigned = "dd3b1608f9358dda99cd48c52ad75e9d8fbc3ee0a63fe0c7600dcda587ce916f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv7519pw" + "ARV7519PW" + ]; + titles = [ + { + model = "ARV7519PW"; + vendor = "Arcadyan"; + } + { + model = "ARV7519PW"; + vendor = "Astoria Networks"; + } + ]; + }; + arcadyan_arv752dpw = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-lantiq-xway-arcadyan_arv752dpw"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-lantiq-xway-arcadyan_arv752dpw-initramfs-kernel.bin"; + sha256 = "376208012c2484a44129cf55de03e15985e6a5905da7a582ed54cc528fbf7085"; + sha256_unsigned = "376208012c2484a44129cf55de03e15985e6a5905da7a582ed54cc528fbf7085"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"; + sha256 = "df812b562d80c1879da2b3fee4020079881b7d1d004d1205d6e9145d0bc44346"; + sha256_unsigned = "a8424db74aab07b4f1a83632d4f9beeee631442203a9cb97bdbe0efaacc75717"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw" + "ARV752DPW" + ]; + titles = [ + { + model = "ARV752DPW"; + vendor = "Arcadyan"; + } + { + model = "Easybox 802"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv752dpw22 = { + device_packages = [ + "kmod-usb2-pci" + "kmod-usb-uhci" + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-rt2800-pci" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-lantiq-xway-arcadyan_arv752dpw22"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"; + sha256 = "27c73c71d2ddf6bf7783186e85af332faeb3fb3b10534f01645487e356fde961"; + sha256_unsigned = "853561c2d32826bf6e9b1f86cea6bfe278f93afae41c1f69841dd18c154abde9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-lantiq-xway-arcadyan_arv752dpw22-initramfs-kernel.bin"; + sha256 = "43d573b0f7da48aeed377eeeb265427f78cb81bf517e7b26e9eccddb73bc6f82"; + sha256_unsigned = "43d573b0f7da48aeed377eeeb265427f78cb81bf517e7b26e9eccddb73bc6f82"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,arv752dpw22" + "ARV752DPW22" + ]; + titles = [ + { + model = "ARV752DPW22"; + vendor = "Arcadyan"; + } + { + model = "Easybox 803"; + vendor = "Vodafone"; + } + ]; + }; + arcadyan_arv8539pw22 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-b" + "kmod-ltq-atm-danube" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-lantiq-xway-arcadyan_arv8539pw22"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-lantiq-xway-arcadyan_arv8539pw22-initramfs-kernel.bin"; + sha256 = "fda7f9029db18394112937de75245989bcef2365baa7bcea67f1fb860e8e0590"; + sha256_unsigned = "fda7f9029db18394112937de75245989bcef2365baa7bcea67f1fb860e8e0590"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"; + sha256 = "fd9fc81e0c9d2d499fe705356e706602836f4963a0cd7086cf23b6456ade1dfd"; + sha256_unsigned = "8696cbabd8c5ec4694fc3b52599fe95951a4428409cbe461afeb27ef5ecb4b3e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "arcadyan,arv8539pw22" + "ARV8539PW22" + ]; + titles = [ + { + model = "ARV8539PW22"; + vendor = "Arcadyan"; + } + { + model = "Speedport W504V Typ A"; + vendor = "Telekom"; + } + ]; + }; + audiocodes_mp-252 = { + device_packages = [ + "kmod-ltq-adsl-danube-mei" + "kmod-ltq-adsl-danube" + "kmod-ltq-adsl-danube-fw-a" + "kmod-ltq-atm-danube" + "kmod-ltq-tapi" + "kmod-ltq-vmmc" + "kmod-usb-ledtrig-usbport" + "kmod-usb-dwc2" + "kmod-rt2800-pci" + "ltq-adsl-app" + "ppp-mod-pppoa" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-lantiq-xway-audiocodes_mp-252"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-lantiq-xway-audiocodes_mp-252-initramfs-kernel.bin"; + sha256 = "f1b76c2df2a7cfda4d1898956cefc3ad6553b105d23c5ec3419eed8861b878fa"; + sha256_unsigned = "f1b76c2df2a7cfda4d1898956cefc3ad6553b105d23c5ec3419eed8861b878fa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"; + sha256 = "c1bba0933d40248930e8119a735b571588c18dbbf15ffd019aa68b7070700f87"; + sha256_unsigned = "c93eda2ce60e3e77675c3b305d218ae1ee5901defc1954cb747a66b93a29b582"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "audiocodes,mp-252" + "ACMP252" + ]; + titles = [ + { + model = "MediaPack MP-252"; + vendor = "AudioCodes"; + } + ]; + }; + avm_fritz7312 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-mbedtls" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "fritz-tffs" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-lantiq-xway-avm_fritz7312"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"; + sha256 = "1873ed8086b36dc13e19b0d194512317c3baec98e61cac8c658a70dd054c6bd7"; + sha256_unsigned = "7077e8f358d32fbc676fed617192c4b8422036e73dca8b913c609e943237156e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-lantiq-xway-avm_fritz7312-initramfs-kernel.bin"; + sha256 = "f20e6a83da8d5656e507ddfc5247cb7d8ea457a09ce4666739948c2e33c95681"; + sha256_unsigned = "f20e6a83da8d5656e507ddfc5247cb7d8ea457a09ce4666739948c2e33c95681"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7312" + ]; + titles = [ + { + model = "FRITZ!Box 7312"; + vendor = "AVM"; + } + ]; + }; + avm_fritz7320 = { + device_packages = [ + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-mbedtls" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ltq-deu-ar9" + "kmod-usb-dwc2" + "fritz-tffs" + "-swconfig" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-lantiq-xway-avm_fritz7320"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"; + sha256 = "a24b52f37ec985b3bd76b05dc2b315794a1410b2d92c8f9b7e6fc521834c217d"; + sha256_unsigned = "595b9406ddce19a9b68bacfad03426f17fa94449d24b67346244aba50be0f2e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-lantiq-xway-avm_fritz7320-initramfs-kernel.bin"; + sha256 = "52ae5bea7abf5072e379a8b56f30018a0b2b93987216744df443b3fde11ade46"; + sha256_unsigned = "52ae5bea7abf5072e379a8b56f30018a0b2b93987216744df443b3fde11ade46"; + type = "kernel"; + } + ]; + supported_devices = [ + "avm,fritz7320" + "FRITZ7320" + ]; + titles = [ + { + model = "FRITZ!Box 7320"; + vendor = "AVM"; + } + { + model = "HomeServer"; + vendor = "1&1"; + } + { + model = "Fritz!Box 7330"; + vendor = "AVM"; + } + ]; + }; + buffalo_wbmr-hp-g300h-a = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-lantiq-xway-buffalo_wbmr-hp-g300h-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"; + sha256 = "ecc5c16493fc275c99c684f46db887ae2878354d5ab0f717977ac7e36effc99e"; + sha256_unsigned = "65e978cd433e120f0230f7588c0e3dc93b0d6c67ac770231baf2fe6224c9f1bb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-lantiq-xway-buffalo_wbmr-hp-g300h-a-initramfs-kernel.bin"; + sha256 = "a92716f889886c7ca1186ad5f348f913b59be88197c77e47f06972f375e4f44b"; + sha256_unsigned = "a92716f889886c7ca1186ad5f348f913b59be88197c77e47f06972f375e4f44b"; + type = "kernel"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "A"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wbmr-hp-g300h-b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-lantiq-xway-buffalo_wbmr-hp-g300h-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-lantiq-xway-buffalo_wbmr-hp-g300h-b-initramfs-kernel.bin"; + sha256 = "a92716f889886c7ca1186ad5f348f913b59be88197c77e47f06972f375e4f44b"; + sha256_unsigned = "a92716f889886c7ca1186ad5f348f913b59be88197c77e47f06972f375e4f44b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"; + sha256 = "b380dda08f7fa48909fc2f8d3a4e4957e17c967d40e984a033cb0b7ffb6ee1d0"; + sha256_unsigned = "5361997414a9610df34bc8da05d3e81d5a3567983246e64c13e572587e9c1ac2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "WBMR" + "buffalo,wbmr-hp-g300h" + ]; + titles = [ + { + model = "WBMR-HP-G300H"; + variant = "B"; + vendor = "Buffalo"; + } + ]; + }; + netgear_dgn3500 = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-mbedtls" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-a" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-lantiq-xway-netgear_dgn3500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin"; + sha256 = "d942d273175ef29038bc94ccc952529fc131a12c23c78077ca5ada078d5e7043"; + sha256_unsigned = "bf1c43a861745b39bfda2a5c933e7d6669d53a03accdf30cfb43e3705fce6e81"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-netgear_dgn3500-squashfs-factory.img"; + sha256 = "c6e5800c06366270b6709f1a1a05234d4632c0255b0f82d8c3847ed93302b570"; + sha256_unsigned = "c6e5800c06366270b6709f1a1a05234d4632c0255b0f82d8c3847ed93302b570"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img"; + sha256 = "a778895ee517a59d1c6263372d935d09d281cf8b49082363e6c078c52e85335f"; + sha256_unsigned = "a778895ee517a59d1c6263372d935d09d281cf8b49082363e6c078c52e85335f"; + type = "factory-na"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin"; + sha256 = "3027fdcff7ee84e5d632800bb4a6973d727309b38a5932854430e78634794171"; + sha256_unsigned = "50755f1448ff4da8564ebd0c98fd5f1801816ba93b16d35f0fd29f20b6e8b0f9"; + type = "sysupgrade-na"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-lantiq-xway-netgear_dgn3500-initramfs-kernel.bin"; + sha256 = "4004348bb3c1b8b0892c64ea2cdcc305cbd4bf235a80387e3b8e19b1e10752da"; + sha256_unsigned = "4004348bb3c1b8b0892c64ea2cdcc305cbd4bf235a80387e3b8e19b1e10752da"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,dgn3500" + "DGN3500" + ]; + titles = [ + { + model = "DGN3500"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_dgn3500b = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + "kmod-ath9k" + "kmod-owl-loader" + "wpad-basic-mbedtls" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoa" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-lantiq-xway-netgear_dgn3500b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin"; + sha256 = "3f18902fd17e08ea09ccb0e27f6f327989e3562a5eeac9a0c96cf6fdaa524583"; + sha256_unsigned = "55dc129b607ecfbda53016b3a515a5eb01e5a725e7c338d3e67bda5eb0496331"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-lantiq-xway-netgear_dgn3500b-initramfs-kernel.bin"; + sha256 = "cb634d3e9206c571b37231f22f31350f0daef17c3630af49358e64dbafce2bad"; + sha256_unsigned = "cb634d3e9206c571b37231f22f31350f0daef17c3630af49358e64dbafce2bad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"; + sha256 = "be2048763d9c7d63a41306902577dbd763d06a6045c50d07ffb5d48a605e2b7e"; + sha256_unsigned = "be2048763d9c7d63a41306902577dbd763d06a6045c50d07ffb5d48a605e2b7e"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,dgn3500b" + "DGN3500B" + ]; + titles = [ + { + model = "DGN3500B"; + vendor = "NETGEAR"; + } + ]; + }; + zyxel_p-2601hn = { + device_packages = [ + "kmod-rt2800-usb" + "wpad-basic-mbedtls" + "kmod-ltq-adsl-ar9-mei" + "kmod-ltq-adsl-ar9" + "kmod-ltq-adsl-ar9-fw-b" + "kmod-ltq-atm-ar9" + "kmod-ltq-deu-ar9" + "ltq-adsl-app" + "ppp-mod-pppoe" + "kmod-usb-dwc2" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-lantiq-xway-zyxel_p-2601hn"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-lantiq-xway-zyxel_p-2601hn-initramfs-kernel.bin"; + sha256 = "7072f3f789244198cb9299e26fd19004cb8eca5165144b71df5bd4821cb8a5bb"; + sha256_unsigned = "7072f3f789244198cb9299e26fd19004cb8eca5165144b71df5bd4821cb8a5bb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"; + sha256 = "857dafba61435a7391f18360af691a113ce8f7983eb4f773e53a63003bb71f4f"; + sha256_unsigned = "42f4d5b38b15db68dbd9553ba5f66d99188c7bc8323b6ccb581ff01662d71f8f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,p-2601hn" + "P2601HNFX" + ]; + titles = [ + { + model = "P-2601HN"; + variant = "F1/F3"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "lantiq/xway"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + layerscape = { + armv7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1021a-iot-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-layerscape-armv7-fsl_ls1021a-iot-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sdcard.img.gz"; + sha256 = "fe7b2765bfdd04a3bf60a7e369882194f70d2aec0c08df53e5d4236a347b2bdd"; + sha256_unsigned = "fe7b2765bfdd04a3bf60a7e369882194f70d2aec0c08df53e5d4236a347b2bdd"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv7-fsl_ls1021a-iot-sdboot-squashfs-sysupgrade.bin"; + sha256 = "48c8313feb6f459d2e31da2fac01e3b66dd4076d9007e72f26ad3ac93388a10d"; + sha256_unsigned = "80265877cd24f1e442f4e4d9ea47e2119a32800b4ea4f05b8a787f234ecf5443"; + type = "sysupgrade"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "LS1021A-IoT"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr = { + device_packages = [ + "layerscape-rcw" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv7-fsl_ls1021a-twr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv7-fsl_ls1021a-twr-squashfs-sysupgrade.bin"; + sha256 = "563427c5cd270244997f2d75a893ec2f5053e9ef3170ea8f9091bc5904f2acd3"; + sha256_unsigned = "9b08a0cfb515feb37d248ebb98b9a0d4652530f40a76fd94717b42ab419dddd8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv7-fsl_ls1021a-twr-squashfs-firmware.bin"; + sha256 = "8af75071414e7d617700150fc064cff252c7c599032a5e0dcf3f3e90afa64e8a"; + sha256_unsigned = "8af75071414e7d617700150fc064cff252c7c599032a5e0dcf3f3e90afa64e8a"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1021a-twr-sdboot = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-layerscape-armv7-fsl_ls1021a-twr-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sysupgrade.bin"; + sha256 = "86b5aacc8883708db3417168f93bf76d194b55851c740903edb5a8b128033a04"; + sha256_unsigned = "1d9c5315f4c95becf2b0a86cdc7149bf8c8d0a468fb56a2c62b3118fdfab35c6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv7-fsl_ls1021a-twr-sdboot-squashfs-sdcard.img.gz"; + sha256 = "b6057fdaf6a59d4fc02faf403e727c06ab16e24ecff2637dc7c00707e8bc8226"; + sha256_unsigned = "b6057fdaf6a59d4fc02faf403e727c06ab16e24ecff2637dc7c00707e8bc8226"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1021a-twr-sdboot" + ]; + titles = [ + { + model = "TWR-LS1021A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "layerscape/armv7"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + armv8_64b = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "kmod-usb-dwc3" + "kmod-usb-storage" + "kmod-usb3" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + fsl_ls1012a-frdm = { + device_packages = [ + "layerscape-ppfe" + "trusted-firmware-a-ls1012a-frdm" + "kmod-ppfe" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1012a-frdm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-firmware.bin"; + sha256 = "a65253a2ad21e35a31bca355c663332170ab4133eeaa6491680ed6f8e448c968"; + sha256_unsigned = "a65253a2ad21e35a31bca355c663332170ab4133eeaa6491680ed6f8e448c968"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1012a-frdm-squashfs-sysupgrade.bin"; + sha256 = "fbb857c3543e79f4f9408e39586a5b7f70205896850c5f3b861f45368998fc26"; + sha256_unsigned = "7b3f36f36290fd08d9f6ecebe72fb340890761878d3321321a850968e5e060db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frdm" + ]; + titles = [ + { + model = "FRDM-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-frwy-sdboot = { + device_packages = [ + "layerscape-ppfe" + "trusted-firmware-a-ls1012a-frwy-sdboot" + "kmod-ppfe" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "2a198ef5aa5fe4045acf70cb132f41045f8c727abea716861809e44697dc8f05"; + sha256_unsigned = "2a198ef5aa5fe4045acf70cb132f41045f8c727abea716861809e44697dc8f05"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "4b3341fad1c62585822cfac410838c1a20af7d9b83f60027da4b28bf925dcbf1"; + sha256_unsigned = "97d279585dc444f5be822ca24f10e1e95c1e58e628c2fc86be3edd17be83a3f5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1012a-frwy-sdboot-squashfs-firmware.bin"; + sha256 = "e328533a9bb9ed8fce6f37dc57d9a946d593d832dc8e2c0e570f5db620c2bb49"; + sha256_unsigned = "e328533a9bb9ed8fce6f37dc57d9a946d593d832dc8e2c0e570f5db620c2bb49"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1012a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1012A"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1012a-rdb = { + device_packages = [ + "layerscape-ppfe" + "trusted-firmware-a-ls1012a-rdb" + "kmod-hwmon-ina2xx" + "kmod-iio-fxas21002c-i2c" + "kmod-iio-fxos8700-i2c" + "kmod-ppfe" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1012a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-firmware.bin"; + sha256 = "cf4a2d9fe09b9a110157b2af3e3422530ece23004caf61179e0081ed2686744c"; + sha256_unsigned = "cf4a2d9fe09b9a110157b2af3e3422530ece23004caf61179e0081ed2686744c"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1012a-rdb-squashfs-sysupgrade.bin"; + sha256 = "4afefc3048ca8312cd4ac10a8eb6bb3205dd991b839dafa4773602fb3b43d172"; + sha256_unsigned = "594d21c52ae082d8810357e702489ed384eff87ecc611cbceb51c8ec1f9e7dfe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1012a-rdb" + ]; + titles = [ + { + model = "LS1012A-RDB"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1028a-rdb = { + device_packages = [ + "trusted-firmware-a-ls1028a-rdb" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + "kmod-rtc-pcf2127" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1028a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1028a-rdb-squashfs-firmware.bin"; + sha256 = "4c5affed553ba569edd4e5872785fa95ed10a70688360a7057c51dafe778818d"; + sha256_unsigned = "4c5affed553ba569edd4e5872785fa95ed10a70688360a7057c51dafe778818d"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1028a-rdb-squashfs-sysupgrade.bin"; + sha256 = "71b5f831d4f26d910d160a3de6368b8fd8ef83095771b82cefde2a4ff852fbf3"; + sha256_unsigned = "0fca16efb675cf1e6d34d3db739d823c48cdef4a2f06c4e0a5753723a1c3afdb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1028a-rdb" + ]; + titles = [ + { + model = "LS1028A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1028a-rdb-sdboot = { + device_packages = [ + "trusted-firmware-a-ls1028a-rdb-sdboot" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + "kmod-rtc-pcf2127" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1028a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1028a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "1a0a0c193ba14340a4e02521f19cdd9717bb0faa91641c85f9d5b0d7e913d29c"; + sha256_unsigned = "22d479ebddc42ecbfd8613c7481d0c16b432e164dcabcf1b8f60e4b1a78d1b99"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1028a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "ecee89f81c48253398415aa4ae4ff4bb1dfd2b3fcc80ea58e6e145dde6524e2f"; + sha256_unsigned = "ecee89f81c48253398415aa4ae4ff4bb1dfd2b3fcc80ea58e6e145dde6524e2f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1028a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1028A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb = { + device_packages = [ + "layerscape-fman" + "trusted-firmware-a-ls1043a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1043a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-sysupgrade.bin"; + sha256 = "f824eba360640e9404bcc59f304f49f5209320dda8b7f45315aa8d3ee8b0fe1f"; + sha256_unsigned = "a1299947445d64dcbd10b0ffa04dd53f9dc986902a8e028f701d4c6be920672f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1043a-rdb-squashfs-firmware.bin"; + sha256 = "5692438a0bc6577c06ab68965b9bdb1af95c3beab1b540a063899cffca4e8aa6"; + sha256_unsigned = "5692438a0bc6577c06ab68965b9bdb1af95c3beab1b540a063899cffca4e8aa6"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1043a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "trusted-firmware-a-ls1043a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "2382d1fa0be6a5946b1dfc55a2378c2b3c02909ace18dfb26f5d9cb0a797b081"; + sha256_unsigned = "67894a8fd97ed046b3fe1f863dd60c8ad04c2a5eb94785a14f9f6cb3cb282e19"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1043a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "c9abba443a6f2ea49fee451d5ffb9592edba7f93d84f3b4820acef7cf00ed68c"; + sha256_unsigned = "c9abba443a6f2ea49fee451d5ffb9592edba7f93d84f3b4820acef7cf00ed68c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1043a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1043A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy = { + device_packages = [ + "layerscape-fman" + "trusted-firmware-a-ls1046a-frwy" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1046a-frwy"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-firmware.bin"; + sha256 = "04873f741791b6718d24c2e61b43671906f708c66b1563bcc2684de52638553f"; + sha256_unsigned = "04873f741791b6718d24c2e61b43671906f708c66b1563bcc2684de52638553f"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1046a-frwy-squashfs-sysupgrade.bin"; + sha256 = "45c0fe3258383301a7cce0d61681928bd32da7742876304fd8db8897cc844401"; + sha256_unsigned = "5af85d083c822de163b4bdd8e26d31cd85b4ddc99d10ca906d02176ef9383b62"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-frwy-sdboot = { + device_packages = [ + "layerscape-fman" + "trusted-firmware-a-ls1046a-frwy-sdboot" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sysupgrade.bin"; + sha256 = "1e29de7d69c33f7c8d0101dc83acfff7b5967849e7c32e7ff383226839981774"; + sha256_unsigned = "d9da9c002e3e79f4b4b7ad6ffae20d668de239434c8b04c0c429a9413e93bf8f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1046a-frwy-sdboot-squashfs-sdcard.img.gz"; + sha256 = "d4353a4c9050fd8faffc4eec7acabf806049cd74d9bb6ff725576f745c85f607"; + sha256_unsigned = "d4353a4c9050fd8faffc4eec7acabf806049cd74d9bb6ff725576f745c85f607"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1046a-frwy-sdboot" + ]; + titles = [ + { + model = "FRWY-LS1046A"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb = { + device_packages = [ + "layerscape-fman" + "trusted-firmware-a-ls1046a-rdb" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1046a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-firmware.bin"; + sha256 = "4e4e5a4a68f1ab3a3383cd9a72065107ea25d49b683fdbb4aa50bdd6ca36011f"; + sha256_unsigned = "4e4e5a4a68f1ab3a3383cd9a72065107ea25d49b683fdbb4aa50bdd6ca36011f"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1046a-rdb-squashfs-sysupgrade.bin"; + sha256 = "a0f9507823eaa5b589570eec68cadbdb1c5b2822a3ef98a3c161a66670b45924"; + sha256_unsigned = "5ed5ffe2e19cc0f4e9be702e6703c8c1d135f42fb9de34b745ac6f15588ab647"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1046a-rdb-sdboot = { + device_packages = [ + "layerscape-fman" + "trusted-firmware-a-ls1046a-rdb-sdboot" + "fmc" + "fmc-eth-config" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "d9c0cd2070c0d159ab2d55fef338359295d8c056e89da8eb79a65018db030170"; + sha256_unsigned = "be09ea25ac56903ecb97c1ece17b83832d02a60365e7a0d9cace5c16371c09d2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1046a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "8970b90ebf46ce898ce242d3fb5856a94f64abca502c75bad6d3386ddd4f8615"; + sha256_unsigned = "8970b90ebf46ce898ce242d3fb5856a94f64abca502c75bad6d3386ddd4f8615"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1046a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1046A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "trusted-firmware-a-ls1088a-rdb" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "5a27e9122cdc2e837ab7b4a71594278121a34a747c5bcac66c90a6ce4795f41c"; + sha256_unsigned = "9d55a2151c8d05fea80d116f1a8f900fc99845b13bc6b52155f9f77092fc1544"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1088a-rdb-squashfs-firmware.bin"; + sha256 = "71f7d10e618d6ead94ee01a109c071ec668086abd595fa46bfb5dd68be0e78e1"; + sha256_unsigned = "71f7d10e618d6ead94ee01a109c071ec668086abd595fa46bfb5dd68be0e78e1"; + type = "firmware"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "Default"; + vendor = "NXP"; + } + ]; + }; + fsl_ls1088a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "trusted-firmware-a-ls1088a-rdb-sdboot" + "restool" + "kmod-ahci-qoriq" + "kmod-hwmon-ina2xx" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "cddd1ee91cf0955fe893eea8e77c7ea528bd563ddc5e30895ef60fd71a18f3e6"; + sha256_unsigned = "3218257e05850fbf0b05428220dbb15035cddb9616c115f76a8f8ed8d7be3176"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls1088a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "8edad47674a85122e3d3305b41f7c759e3362c0fff852753dd001500b638bb20"; + sha256_unsigned = "8edad47674a85122e3d3305b41f7c759e3362c0fff852753dd001500b638bb20"; + type = "sdcard"; + } + ]; + supported_devices = [ + "fsl,ls1088a-rdb-sdboot" + ]; + titles = [ + { + model = "LS1088A-RDB"; + variant = "SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + fsl_ls2088a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "trusted-firmware-a-ls2088a-rdb" + "restool" + "kmod-ahci-qoriq" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls2088a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-firmware.bin"; + sha256 = "136b556792a754610ced47da0f7830a6f6d2fec1538d98261683c37b99cdb0f5"; + sha256_unsigned = "136b556792a754610ced47da0f7830a6f6d2fec1538d98261683c37b99cdb0f5"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_ls2088a-rdb-squashfs-sysupgrade.bin"; + sha256 = "27d97d668ac7decb25a9336d28c0fb2255c00543e950dbfa97e80cd414ca7f23"; + sha256_unsigned = "2f7848a50a4865d38b0cd46551137bd7dc5b03dba402adb3f996d965eb3318ce"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,ls2088a-rdb" + ]; + titles = [ + { + model = "LS2088ARDB"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "trusted-firmware-a-lx2160a-rdb" + "restool" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-fsl_lx2160a-rdb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-firmware.bin"; + sha256 = "8a013290ef637949a2a4c19c8b05b38c34109bf08d537decff4f887c8e7fecb8"; + sha256_unsigned = "8a013290ef637949a2a4c19c8b05b38c34109bf08d537decff4f887c8e7fecb8"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_lx2160a-rdb-squashfs-sysupgrade.bin"; + sha256 = "1880535732758685f0b8ff8e26d69e49face07eb880709996e3dd690ba98eeb8"; + sha256_unsigned = "d718658669ca242a59f7483990f223a44a666e6b50f08182459ede138e478576"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon"; + vendor = "NXP"; + } + ]; + }; + fsl_lx2160a-rdb-sdboot = { + device_packages = [ + "layerscape-mc" + "layerscape-dpl" + "layerscape-ddr-phy" + "trusted-firmware-a-lx2160a-rdb-sdboot" + "restool" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sdcard.img.gz"; + sha256 = "30289f2010db775cc3b92a16037298d5e4c53f5a95a524186e96511fcd4b32b1"; + sha256_unsigned = "30289f2010db775cc3b92a16037298d5e4c53f5a95a524186e96511fcd4b32b1"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-fsl_lx2160a-rdb-sdboot-squashfs-sysupgrade.bin"; + sha256 = "f2ff516fbd0eb5779dc95633edd771e00c1dfd335d4e04a44d7cf99045f849d6"; + sha256_unsigned = "3aac4104b039c93481bc370cab30df5be4c5e69c85f4755894f03653026338aa"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,lx2160a-rdb-sdboot" + ]; + titles = [ + { + model = "LX2160A-RDB"; + variant = "Rev2.0 silicon SD Card Boot"; + vendor = "NXP"; + } + ]; + }; + ten64-mtd = { + device_packages = [ + "uboot-envtools" + "kmod-rtc-rx8025" + "kmod-sfp" + "kmod-i2c-mux-pca954x" + "restool" + ]; + image_prefix = "openwrt-23.05.0-layerscape-armv8_64b-traverse_ten64_mtd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-traverse_ten64_mtd-squashfs-sysupgrade.bin"; + sha256 = "7ccfbc08c1193d5abe7f23c791342025a2a34d2d6ad0e8a9d37e668f4d201e56"; + sha256_unsigned = "8d6e08fc1029cc7c218e454174128fa15c7178e5f52acb535b96dd1e375cb9de"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-layerscape-armv8_64b-traverse_ten64_mtd-squashfs-nand.ubi"; + sha256 = "f2340de28eaa883502866f2cb74f821a4ddfecabb565d7424fffdc12475a0f02"; + sha256_unsigned = "f2340de28eaa883502866f2cb74f821a4ddfecabb565d7424fffdc12475a0f02"; + type = "nand"; + } + ]; + supported_devices = [ + "traverse,ten64" + ]; + titles = [ + { + model = "Ten64 (NAND boot)"; + vendor = "Traverse"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "layerscape/armv8_64b"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + malta = { }; + mediatek = { + filogic = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-crypto-hw-safexcel" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-mt7915e" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + acer_predator-w6 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7986-firmware" + "kmod-mt7916-firmware" + "mt7986-wo-firmware" + "e2fsprogs" + "f2fsck" + "mkf2fs" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-acer_predator-w6"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-acer_predator-w6-initramfs-kernel.bin"; + sha256 = "3718910a659b34b94cc433d5fc340f54da57f654d0ac68f407482feff7185b04"; + sha256_unsigned = "3718910a659b34b94cc433d5fc340f54da57f654d0ac68f407482feff7185b04"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-acer_predator-w6-squashfs-sysupgrade.bin"; + sha256 = "a835422a6251bd39083195e52dca8d4ff2aafc7ed2c1fda1680f1db3fcb8e5ab"; + sha256_unsigned = "63ab970d5b6fd0ff66adfd5e8af84b20cf9618abad21aafc6d5cdd00742b0c5c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "acer,predator-w6" + ]; + titles = [ + { + model = "Predator W6"; + vendor = "Acer"; + } + ]; + }; + asus_tuf-ax4200 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7986-firmware" + "mt7986-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-asus_tuf-ax4200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-asus_tuf-ax4200-squashfs-sysupgrade.bin"; + sha256 = "1bfdebfa12c0c6501a7bdd6fca9e7c1ffb29c989cdd9a934a0cb02ce92688c11"; + sha256_unsigned = "bdcb6f483ae5ece2713adffe811a178e4bf1da48b8c4779e11c0371e0604202f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-asus_tuf-ax4200-initramfs-kernel.bin"; + sha256 = "49eddb7da7e873fc10a70b9afdd2d95c4d1f8bde04e3d78476d2bbde340db447"; + sha256_unsigned = "49eddb7da7e873fc10a70b9afdd2d95c4d1f8bde04e3d78476d2bbde340db447"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,tuf-ax4200" + ]; + titles = [ + { + model = "TUF-AX4200"; + vendor = "ASUS"; + } + ]; + }; + bananapi_bpi-r3 = { + device_packages = [ + "kmod-hwmon-pwmfan" + "kmod-i2c-gpio" + "kmod-mt7986-firmware" + "kmod-sfp" + "kmod-usb3" + "e2fsprogs" + "f2fsck" + "mkf2fs" + "mt7986-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-bananapi_bpi-r3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-bananapi_bpi-r3-initramfs-recovery.itb"; + sha256 = "1eea2211ad29cc5bc64ea3f4fb20dd704a61b420dcec66b1f97ea42736aff7c2"; + sha256_unsigned = "1eea2211ad29cc5bc64ea3f4fb20dd704a61b420dcec66b1f97ea42736aff7c2"; + type = "kernel"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-bananapi_bpi-r3-snand-preloader.bin"; + sha256 = "0f0b08869dd5176d2ca7c0bd39368b7ced2e0712ff19923c4ffa84aef861e128"; + sha256_unsigned = "0f0b08869dd5176d2ca7c0bd39368b7ced2e0712ff19923c4ffa84aef861e128"; + type = "snand-preloader.bin"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-bananapi_bpi-r3-nor-preloader.bin"; + sha256 = "f1d444a82e8f2167bd87e215d693d3de0d829d5454c81b8a10b20bed4360f127"; + sha256_unsigned = "f1d444a82e8f2167bd87e215d693d3de0d829d5454c81b8a10b20bed4360f127"; + type = "nor-preloader.bin"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-bananapi_bpi-r3-emmc-preloader.bin"; + sha256 = "64f6e06780d6376aa66352be0e4159e53d059c6aa07387948f7ab9f063fc9f8a"; + sha256_unsigned = "64f6e06780d6376aa66352be0e4159e53d059c6aa07387948f7ab9f063fc9f8a"; + type = "emmc-preloader.bin"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-bananapi_bpi-r3-sdcard.img.gz"; + sha256 = "d21a418dad6bfe1bc2b593622db2d6690af477c0c15a658d00410be4b271d928"; + sha256_unsigned = "d21a418dad6bfe1bc2b593622db2d6690af477c0c15a658d00410be4b271d928"; + type = "sdcard.img.gz"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-bananapi_bpi-r3-squashfs-sysupgrade.itb"; + sha256 = "848336838087cfebbd83ecbfe11e41e35d14c00eb0dd0c7e4602d1f4cfae2b8f"; + sha256_unsigned = "6d7115469f913cc05ea80b406cace11490c8153e4cbe4f256029d5a2fc91f6a8"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-bananapi_bpi-r3-snand-bl31-uboot.fip"; + sha256 = "16bcb8a65ec29fc7aeabb093dad4ff7ec67dd0994614c46b024b0d2a9e41c8ee"; + sha256_unsigned = "16bcb8a65ec29fc7aeabb093dad4ff7ec67dd0994614c46b024b0d2a9e41c8ee"; + type = "snand-bl31-uboot.fip"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-bananapi_bpi-r3-nor-bl31-uboot.fip"; + sha256 = "751a5ccc89a0194ee2db5f09c41ece50b04729c22f7c71df9251c619a8bfc55e"; + sha256_unsigned = "751a5ccc89a0194ee2db5f09c41ece50b04729c22f7c71df9251c619a8bfc55e"; + type = "nor-bl31-uboot.fip"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-bananapi_bpi-r3-emmc-bl31-uboot.fip"; + sha256 = "ecb59320a6755cc87c6b5458bb147b20b3d3e1df0554a68fc39a1098d368f97d"; + sha256_unsigned = "ecb59320a6755cc87c6b5458bb147b20b3d3e1df0554a68fc39a1098d368f97d"; + type = "emmc-bl31-uboot.fip"; + } + ]; + supported_devices = [ + "bananapi,bpi-r3" + ]; + titles = [ + { + model = "BPi-R3"; + vendor = "Bananapi"; + } + ]; + }; + cudy_wr3000-v1 = { + device_packages = [ + "kmod-mt7981-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-cudy_wr3000-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-cudy_wr3000-v1-initramfs-kernel.bin"; + sha256 = "6818d2b996a0cddfae929cccd033686b814eac17c821b85f9901ea8a5e713a98"; + sha256_unsigned = "6818d2b996a0cddfae929cccd033686b814eac17c821b85f9901ea8a5e713a98"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-cudy_wr3000-v1-squashfs-sysupgrade.bin"; + sha256 = "bd24e32657af05f8bf43b87439e73f35321bb67e918a7e5b3db7b3262cb32ebb"; + sha256_unsigned = "509859c2fb966188af44a30d7b8566be75ef69f4dcbd042d540ac167d19d045c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,wr3000-v1" + "R31" + ]; + titles = [ + { + model = "WR3000"; + variant = "v1"; + vendor = "Cudy"; + } + ]; + }; + glinet_gl-mt3000 = { + device_packages = [ + "kmod-mt7981-firmware" + "mt7981-wo-firmware" + "kmod-hwmon-pwmfan" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-glinet_gl-mt3000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-glinet_gl-mt3000-initramfs-kernel.bin"; + sha256 = "66f55864695b9cca072341a1b8beae8bef3cf4b63a69d3735fbeaa91fcc277f3"; + sha256_unsigned = "66f55864695b9cca072341a1b8beae8bef3cf4b63a69d3735fbeaa91fcc277f3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-glinet_gl-mt3000-squashfs-sysupgrade.bin"; + sha256 = "3f6e87c89f09b3fa807a25b2b9cb88dfa8dc7793c5305c331fa26c5ee2fccde9"; + sha256_unsigned = "b2c83e87ea3ce05b11207bf3d6c153745bc56fa284b676b8022aab84d457a2b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt3000" + "glinet,mt3000-snand" + ]; + titles = [ + { + model = "GL-MT3000"; + vendor = "GL.iNet"; + } + ]; + }; + h3c_magic-nx30-pro = { + device_packages = [ + "kmod-mt7981-firmware" + "mt7981-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-h3c_magic-nx30-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-h3c_magic-nx30-pro-squashfs-sysupgrade.itb"; + sha256 = "f4b2e1e2e526f45913cee7d315f3c8c4425ba6a19a5b22d4f07e1d358c55a0f4"; + sha256_unsigned = "fdc70aa8e65122e075d47fd39780e742863b688d805abe5bc3eb64030da087d5"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-h3c_magic-nx30-pro-bl31-uboot.fip"; + sha256 = "c57234e1c44a36a3151c9d03f66bdaa1bdc41fbde8937a931a8407a8e856dd1e"; + sha256_unsigned = "c57234e1c44a36a3151c9d03f66bdaa1bdc41fbde8937a931a8407a8e856dd1e"; + type = "bl31-uboot.fip"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-h3c_magic-nx30-pro-preloader.bin"; + sha256 = "65d1a1a30c2f2f446537285fc9c63145f40cb9f82b08cbb010bb5543e4d22308"; + sha256_unsigned = "65d1a1a30c2f2f446537285fc9c63145f40cb9f82b08cbb010bb5543e4d22308"; + type = "preloader.bin"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-h3c_magic-nx30-pro-initramfs-recovery.itb"; + sha256 = "9d48cd63c672e9ce8cf5e37985b00293ae5be70ef31f1bdcf9051e2f5bf0f4d5"; + sha256_unsigned = "9d48cd63c672e9ce8cf5e37985b00293ae5be70ef31f1bdcf9051e2f5bf0f4d5"; + type = "kernel"; + } + ]; + supported_devices = [ + "h3c,magic-nx30-pro" + ]; + titles = [ + { + model = "Magic NX30 Pro"; + vendor = "H3C"; + } + ]; + }; + mediatek_mt7986a-rfb-nand = { + device_packages = [ + "kmod-mt7986-firmware" + "mt7986-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7986a-rfb-nand"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7986a-rfb-nand-initramfs-kernel.bin"; + sha256 = "803b27b185804e4f8eea0b69d31a2f0b213188c35c52f1ee7a08470e6d88b26c"; + sha256_unsigned = "803b27b185804e4f8eea0b69d31a2f0b213188c35c52f1ee7a08470e6d88b26c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7986a-rfb-nand-squashfs-sysupgrade.bin"; + sha256 = "3e9a98708f69625bc1ac45ac749e1da8decf829a791f6e703fa9ae32537fa3a8"; + sha256_unsigned = "3a45c6f2330b951c3b509a4cdf890fd72ddb6be01002f52413e5c0927439b848"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7986a-rfb-nand-squashfs-factory.bin"; + sha256 = "12d67bb12851b60b05472572d219505db65ddc4f9d95aeffc6cd884408b135ba"; + sha256_unsigned = "12d67bb12851b60b05472572d219505db65ddc4f9d95aeffc6cd884408b135ba"; + type = "factory"; + } + ]; + supported_devices = [ + "mediatek,mt7986a-rfb-snand" + ]; + titles = [ + { + model = "MT7986 rfba AP (NAND)"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7986b-rfb = { + device_packages = [ + "kmod-mt7986-firmware" + "mt7986-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7986b-rfb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7986b-rfb-squashfs-sysupgrade.bin"; + sha256 = "42471d5d0bc4570eafa616d207d6f4ccaacf390ef9783a505bf320dd4fe58eb2"; + sha256_unsigned = "bdac7197cd5ddbf578046d6e5d188b595d47990185f169e969b43b4083f261f3"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7986b-rfb-squashfs-factory.bin"; + sha256 = "2c9bcd1693672b4a06557e228f8aa6764071a11c2cac7ffa22c9ff64cc0012c1"; + sha256_unsigned = "2c9bcd1693672b4a06557e228f8aa6764071a11c2cac7ffa22c9ff64cc0012c1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7986b-rfb-initramfs-kernel.bin"; + sha256 = "4e53e73fb69ed0809ccf4702a5d02f01e2ff777be02af407a5c279cfed18bdf4"; + sha256_unsigned = "4e53e73fb69ed0809ccf4702a5d02f01e2ff777be02af407a5c279cfed18bdf4"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7986b-rfb" + ]; + titles = [ + { + model = "MTK7986 rfbb AP"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7988a-rfb = { + device_packages = [ + "kmod-sfp" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7988a-rfb"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7988a-rfb-squashfs-sysupgrade.itb"; + sha256 = "e8b5bf8757acd671baa202c3e011066e25de703317f04a701f053bf4a0d17ddb"; + sha256_unsigned = "d3f2cb6c99188391190e244df711a59a142bc6a4793783de7178cc54f552893f"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7988a-rfb-emmc-preloader.bin"; + sha256 = "266b5144171df38684554ecec8339fe9ba0ea285c5299cde4915e54795fdb02d"; + sha256_unsigned = "266b5144171df38684554ecec8339fe9ba0ea285c5299cde4915e54795fdb02d"; + type = "emmc-preloader.bin"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7988a-rfb-sdcard.img.gz"; + sha256 = "47527fcd696ab8f4943f4a51533c2cece5db1927fa74efde4e16a8711108acf3"; + sha256_unsigned = "47527fcd696ab8f4943f4a51533c2cece5db1927fa74efde4e16a8711108acf3"; + type = "sdcard.img.gz"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7988a-rfb-initramfs.itb"; + sha256 = "c082927205a2d8b2a345281d2c3681ee39ebc5e7729654af2ff54712736df3ff"; + sha256_unsigned = "c082927205a2d8b2a345281d2c3681ee39ebc5e7729654af2ff54712736df3ff"; + type = "kernel"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7988a-rfb-emmc-gpt.bin"; + sha256 = "2a25dad5882cc02ff5131d006d177052cb5998c3048d0d43122b4ae8184435d8"; + sha256_unsigned = "2a25dad5882cc02ff5131d006d177052cb5998c3048d0d43122b4ae8184435d8"; + type = "emmc-gpt.bin"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7988a-rfb-snand-preloader.bin"; + sha256 = "4ba148966357752f2c74277142d6eeaf8164033ad655978da7e20ad69b0fb7ee"; + sha256_unsigned = "4ba148966357752f2c74277142d6eeaf8164033ad655978da7e20ad69b0fb7ee"; + type = "snand-preloader.bin"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7988a-rfb-emmc-bl31-uboot.fip"; + sha256 = "c55c03e567b058f0e6929f8617124b91800c2f2abdd173882e59764beeb60889"; + sha256_unsigned = "c55c03e567b058f0e6929f8617124b91800c2f2abdd173882e59764beeb60889"; + type = "emmc-bl31-uboot.fip"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7988a-rfb-snand-bl31-uboot.fip"; + sha256 = "1f3eb9ecf573632e1fc25dfdc0f6e9732c146842e17f956e53350022a7b9bc3e"; + sha256_unsigned = "1f3eb9ecf573632e1fc25dfdc0f6e9732c146842e17f956e53350022a7b9bc3e"; + type = "snand-bl31-uboot.fip"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7988a-rfb-nor-preloader.bin"; + sha256 = "133f95bc443b049a7b63e86a724158c70e50d6ccc73f3e7827b13d12ffc015b6"; + sha256_unsigned = "133f95bc443b049a7b63e86a724158c70e50d6ccc73f3e7827b13d12ffc015b6"; + type = "nor-preloader.bin"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-mediatek_mt7988a-rfb-nor-bl31-uboot.fip"; + sha256 = "bc13a606a68e750fdb2e47ddff259901024a53585d17fe443e3da143ed12245c"; + sha256_unsigned = "bc13a606a68e750fdb2e47ddff259901024a53585d17fe443e3da143ed12245c"; + type = "nor-bl31-uboot.fip"; + } + ]; + supported_devices = [ + "mediatek,mt7988a-rfb" + ]; + titles = [ + { + model = "MT7988A rfb"; + vendor = "MediaTek"; + } + ]; + }; + mercusys_mr90x-v1 = { + device_packages = [ + "kmod-mt7986-firmware" + "mt7986-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-mercusys_mr90x-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-mercusys_mr90x-v1-squashfs-sysupgrade.bin"; + sha256 = "d01bc6488435f80b095c965ae426d246cf80f4053b2f8d2e0a57328f3ae64e62"; + sha256_unsigned = "67e40367f3fdb727144987edfe4edf6691e854a9d1ef101ac270b709557bf4e5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-mercusys_mr90x-v1-initramfs-kernel.bin"; + sha256 = "431a91cf238d39486c5fd3ee3dd9bcf8167b7d49e5661e78102ec82ebf1f99c4"; + sha256_unsigned = "431a91cf238d39486c5fd3ee3dd9bcf8167b7d49e5661e78102ec82ebf1f99c4"; + type = "kernel"; + } + ]; + supported_devices = [ + "mercusys,mr90x-v1" + ]; + titles = [ + { + model = "MR90X v1"; + vendor = "Mercusys"; + } + ]; + }; + netgear_wax220 = { + device_packages = [ + "kmod-mt7986-firmware" + "mt7986-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-netgear_wax220"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-netgear_wax220-initramfs-recovery.itb"; + sha256 = "7823515d10512aead2b912c03f477c40521c1b5e8cff587082e0f9a96cbc1c5d"; + sha256_unsigned = "7823515d10512aead2b912c03f477c40521c1b5e8cff587082e0f9a96cbc1c5d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-netgear_wax220-squashfs-factory.img"; + sha256 = "1489722e9897bfbf867508357892a276ec1b46c107e4281b2de53c6030def674"; + sha256_unsigned = "1489722e9897bfbf867508357892a276ec1b46c107e4281b2de53c6030def674"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-netgear_wax220-squashfs-sysupgrade.bin"; + sha256 = "ce3829e3840e7a2fae029c57f6bf909777d1401ffe45081f5e29031c2b380188"; + sha256_unsigned = "30681dedb06890bf7e3ec736b83716fe37763a4c4dbd799d1a2d3ba65314c2c1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wax220" + ]; + titles = [ + { + model = "WAX220"; + vendor = "NETGEAR"; + } + ]; + }; + qihoo_360t7 = { + device_packages = [ + "kmod-mt7981-firmware" + "mt7981-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-qihoo_360t7"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-qihoo_360t7-initramfs-recovery.itb"; + sha256 = "afca7e0294ad01c0a139466ec10dfbcfaf843d506a9f21cdd78ec2f9377efbf4"; + sha256_unsigned = "afca7e0294ad01c0a139466ec10dfbcfaf843d506a9f21cdd78ec2f9377efbf4"; + type = "kernel"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-qihoo_360t7-preloader.bin"; + sha256 = "65d1a1a30c2f2f446537285fc9c63145f40cb9f82b08cbb010bb5543e4d22308"; + sha256_unsigned = "65d1a1a30c2f2f446537285fc9c63145f40cb9f82b08cbb010bb5543e4d22308"; + type = "preloader.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-qihoo_360t7-squashfs-sysupgrade.itb"; + sha256 = "df4f7e2e0f7a98692e69026ed061280a2f74ad1fbef979d2e54e8cc99a0dbddd"; + sha256_unsigned = "34d2cdd9b96aa80ac26f72af78673ac030f0bf22f4046f922b9a97b2f21fc2e7"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-qihoo_360t7-bl31-uboot.fip"; + sha256 = "e44425b0d5a4a2c4aeedab5828d90ce292e71bb55c28103a6f10a6913f22d4ce"; + sha256_unsigned = "e44425b0d5a4a2c4aeedab5828d90ce292e71bb55c28103a6f10a6913f22d4ce"; + type = "bl31-uboot.fip"; + } + ]; + supported_devices = [ + "qihoo,360t7" + ]; + titles = [ + { + model = "360T7"; + vendor = "Qihoo"; + } + ]; + }; + tplink_tl-xdr4288 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7986-firmware" + "mt7986-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-tplink_tl-xdr4288"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-tplink_tl-xdr4288-squashfs-sysupgrade.itb"; + sha256 = "ca0d7ceedbecf8426775dc3251652f9826015b482a7f857912753bf5276743be"; + sha256_unsigned = "9f29e7c0d0aebc4602a5c6a5812a32fcbf9a1407d4bc5985da49611357ec0cae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-tplink_tl-xdr4288-initramfs-recovery.itb"; + sha256 = "a7a35dd63cdc4ba0f70f2cffacc9a66ae899346aebd5d02bf2354b9b722d04fa"; + sha256_unsigned = "a7a35dd63cdc4ba0f70f2cffacc9a66ae899346aebd5d02bf2354b9b722d04fa"; + type = "kernel"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-tplink_tl-xdr4288-preloader.bin"; + sha256 = "59a71e22cc067275b4ed72fc93ce91afe499ff82bd7043dbd7e642a481bcb61d"; + sha256_unsigned = "59a71e22cc067275b4ed72fc93ce91afe499ff82bd7043dbd7e642a481bcb61d"; + type = "preloader.bin"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-tplink_tl-xdr4288-bl31-uboot.fip"; + sha256 = "b3becee66dec1b0aa99d41ac9d2da109a7894028d2516d4b770c0a76ea92afb1"; + sha256_unsigned = "b3becee66dec1b0aa99d41ac9d2da109a7894028d2516d4b770c0a76ea92afb1"; + type = "bl31-uboot.fip"; + } + ]; + supported_devices = [ + "tplink,tl-xdr4288" + ]; + titles = [ + { + model = "TL-XDR4288"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-xdr6086 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7986-firmware" + "mt7986-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-tplink_tl-xdr6086"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-tplink_tl-xdr6086-squashfs-sysupgrade.itb"; + sha256 = "d03cc1f591e0f0338f330f617c0dd10cd2a7f597db51ca868fbe23f640696c0b"; + sha256_unsigned = "70ba5ce4ee38f64390d6b4b22745c13c608f793af629a9f48b4c8a5b7641595a"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-tplink_tl-xdr6086-preloader.bin"; + sha256 = "59a71e22cc067275b4ed72fc93ce91afe499ff82bd7043dbd7e642a481bcb61d"; + sha256_unsigned = "59a71e22cc067275b4ed72fc93ce91afe499ff82bd7043dbd7e642a481bcb61d"; + type = "preloader.bin"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-tplink_tl-xdr6086-bl31-uboot.fip"; + sha256 = "e592189bea28512bbb59a59b5b153385c3a852a8cda806c5beb76a14ffeb3dcf"; + sha256_unsigned = "e592189bea28512bbb59a59b5b153385c3a852a8cda806c5beb76a14ffeb3dcf"; + type = "bl31-uboot.fip"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-tplink_tl-xdr6086-initramfs-recovery.itb"; + sha256 = "1b039cf9d103856677c181aeb28b2272c9a030984c4952d93d4a1da6a90f48fd"; + sha256_unsigned = "1b039cf9d103856677c181aeb28b2272c9a030984c4952d93d4a1da6a90f48fd"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-xdr6086" + ]; + titles = [ + { + model = "TL-XDR6086"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-xdr6088 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7986-firmware" + "mt7986-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-tplink_tl-xdr6088"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-tplink_tl-xdr6088-squashfs-sysupgrade.itb"; + sha256 = "67a3eaa633b1fb6fed603f50f1eb4d1ff7581a19eb45d2bebfc2d4e61dafe829"; + sha256_unsigned = "9075c5658f2c52952930098b4a20e7477949888dc1e05c5089e7bd059a8453dd"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-tplink_tl-xdr6088-preloader.bin"; + sha256 = "59a71e22cc067275b4ed72fc93ce91afe499ff82bd7043dbd7e642a481bcb61d"; + sha256_unsigned = "59a71e22cc067275b4ed72fc93ce91afe499ff82bd7043dbd7e642a481bcb61d"; + type = "preloader.bin"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-tplink_tl-xdr6088-bl31-uboot.fip"; + sha256 = "050930642bf8645cc1f48da6e2e78c0dae285bd60311c25c5935a4dca9bbced4"; + sha256_unsigned = "050930642bf8645cc1f48da6e2e78c0dae285bd60311c25c5935a4dca9bbced4"; + type = "bl31-uboot.fip"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-tplink_tl-xdr6088-initramfs-recovery.itb"; + sha256 = "25d47ad48983a3892fb60ee4c4b9c1dd03c01bfae5751b60631e371f61c2e4d3"; + sha256_unsigned = "25d47ad48983a3892fb60ee4c4b9c1dd03c01bfae5751b60631e371f61c2e4d3"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-xdr6088" + ]; + titles = [ + { + model = "TL-XDR6088"; + vendor = "TP-Link"; + } + ]; + }; + xiaomi_mi-router-wr30u-112m-nmbm = { + device_packages = [ + "kmod-mt7981-firmware" + "mt7981-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-xiaomi_mi-router-wr30u-112m-nmbm"; + images = [ + { + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_mi-router-wr30u-112m-nmbm-initramfs-factory.ubi"; + sha256 = "07f212b5046ec815129b0175f8330a2ec512ab40931b2421e460dddbb18f82a9"; + sha256_unsigned = "07f212b5046ec815129b0175f8330a2ec512ab40931b2421e460dddbb18f82a9"; + type = "initramfs-factory.ubi"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_mi-router-wr30u-112m-nmbm-squashfs-sysupgrade.bin"; + sha256 = "6cd035b81b589d72393ff824b35f36d90dc4b41a365272ba0977ba80e499fd58"; + sha256_unsigned = "71cf2ca0e29352f6f1b7d42ede306c851edfe10eb6a9d53203214d151193ecd1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_mi-router-wr30u-112m-nmbm-initramfs-kernel.bin"; + sha256 = "59025d97be7f662c2d7bbc281c2cbe68ebe43550448ddcb515f77df665a67893"; + sha256_unsigned = "59025d97be7f662c2d7bbc281c2cbe68ebe43550448ddcb515f77df665a67893"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-wr30u-112m-nmbm" + ]; + titles = [ + { + model = "Mi Router WR30U (112M UBI with NMBM-Enabled layout)"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-wr30u-stock = { + device_packages = [ + "kmod-mt7981-firmware" + "mt7981-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-xiaomi_mi-router-wr30u-stock"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_mi-router-wr30u-stock-initramfs-kernel.bin"; + sha256 = "0b54e71ff54ef7db1f138f0b7921e114900b3233c04ab8b5cb18b1af57e67d56"; + sha256_unsigned = "0b54e71ff54ef7db1f138f0b7921e114900b3233c04ab8b5cb18b1af57e67d56"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_mi-router-wr30u-stock-squashfs-sysupgrade.bin"; + sha256 = "d37a1ec633fe3ddf84e97e40e6204a523ff4e8273c9ff61fc0acfc9f321aab8f"; + sha256_unsigned = "2dcdb9dcaed314d8ffb36c53f341ca935c4d388d32ad7a0b27e1513dd5d38a01"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_mi-router-wr30u-stock-initramfs-factory.ubi"; + sha256 = "87b7691051adca3a054ae11f11bfecf7ff030c8b6082de666a23564aaf3690ce"; + sha256_unsigned = "87b7691051adca3a054ae11f11bfecf7ff030c8b6082de666a23564aaf3690ce"; + type = "initramfs-factory.ubi"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-wr30u-stock" + ]; + titles = [ + { + model = "Mi Router WR30U (stock layout)"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-wr30u-ubootmod = { + device_packages = [ + "kmod-mt7981-firmware" + "mt7981-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-xiaomi_mi-router-wr30u-ubootmod"; + images = [ + { + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_mi-router-wr30u-ubootmod-preloader.bin"; + sha256 = "65d1a1a30c2f2f446537285fc9c63145f40cb9f82b08cbb010bb5543e4d22308"; + sha256_unsigned = "65d1a1a30c2f2f446537285fc9c63145f40cb9f82b08cbb010bb5543e4d22308"; + type = "preloader.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_mi-router-wr30u-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "4ec05f4056ae8854c435f4cee7cde5fe058249b45c861242b6411cfdac193e60"; + sha256_unsigned = "b4118770febfb6d532f052e7e0e6ee929b6f86e54f11d643e6307db06c6a2eee"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_mi-router-wr30u-ubootmod-bl31-uboot.fip"; + sha256 = "622944bfe25c2f5ecc299dba4510fe07878ec94edaec0abfeac65055533b67f8"; + sha256_unsigned = "622944bfe25c2f5ecc299dba4510fe07878ec94edaec0abfeac65055533b67f8"; + type = "bl31-uboot.fip"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_mi-router-wr30u-ubootmod-initramfs-factory.ubi"; + sha256 = "284d51a5c417f28036cb453c667dc1a27cd27fa3e10a981d74f8fb6b3996d931"; + sha256_unsigned = "284d51a5c417f28036cb453c667dc1a27cd27fa3e10a981d74f8fb6b3996d931"; + type = "initramfs-factory.ubi"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_mi-router-wr30u-ubootmod-initramfs-recovery.itb"; + sha256 = "22014df7f290703dcfd0bbabe7f82b67b18dfd71fa4f432de106c8fb2fb06f65"; + sha256_unsigned = "22014df7f290703dcfd0bbabe7f82b67b18dfd71fa4f432de106c8fb2fb06f65"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-wr30u-ubootmod" + ]; + titles = [ + { + model = "Mi Router WR30U (OpenWrt U-Boot layout)"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ax6000-stock = { + device_packages = [ + "kmod-leds-ws2812b" + "kmod-mt7986-firmware" + "mt7986-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-xiaomi_redmi-router-ax6000-stock"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_redmi-router-ax6000-stock-squashfs-sysupgrade.bin"; + sha256 = "aee4f91714a69a46bfd04d2f2b5e7eca37d92f6145c044df26f28d5375c31f31"; + sha256_unsigned = "a2fa0a29774e1e7097101f9fe9c26ed52a66b970c8b6c3e03f7d191954b28f89"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_redmi-router-ax6000-stock-initramfs-factory.ubi"; + sha256 = "24c410813c74f0be80a6dacfd10af558f15f58ca831f167174a3208f0f448e10"; + sha256_unsigned = "24c410813c74f0be80a6dacfd10af558f15f58ca831f167174a3208f0f448e10"; + type = "initramfs-factory.ubi"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_redmi-router-ax6000-stock-initramfs-kernel.bin"; + sha256 = "21732dfc09e79206a926b3647cf8dc04fe319c4e2afbfe8d29c9319ef8b15d7a"; + sha256_unsigned = "21732dfc09e79206a926b3647cf8dc04fe319c4e2afbfe8d29c9319ef8b15d7a"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ax6000-stock" + ]; + titles = [ + { + model = "Redmi Router AX6000 (stock layout)"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ax6000-ubootmod = { + device_packages = [ + "kmod-leds-ws2812b" + "kmod-mt7986-firmware" + "mt7986-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-xiaomi_redmi-router-ax6000-ubootmod"; + images = [ + { + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_redmi-router-ax6000-ubootmod-bl31-uboot.fip"; + sha256 = "03c8d75c45c714eb070fe2dd06f76508db7c29cc18794ed056e03b8b17d708a1"; + sha256_unsigned = "03c8d75c45c714eb070fe2dd06f76508db7c29cc18794ed056e03b8b17d708a1"; + type = "bl31-uboot.fip"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_redmi-router-ax6000-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "6af0907300ca1e5731e3c359af193e462689ada67b4aa1b11e34adbda005b5fd"; + sha256_unsigned = "d17c77b99023a9abb4891a8e9d08be1323f2f35f9246dcf27e8832fee9d60b29"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_redmi-router-ax6000-ubootmod-initramfs-factory.ubi"; + sha256 = "d502f3ad331cba2748f637b916c21c48fab73bd22b7f7350b3b075e3a68ef15d"; + sha256_unsigned = "d502f3ad331cba2748f637b916c21c48fab73bd22b7f7350b3b075e3a68ef15d"; + type = "initramfs-factory.ubi"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_redmi-router-ax6000-ubootmod-initramfs-recovery.itb"; + sha256 = "2e00fbdee6d119d503b42e7b9122da3cd3a5b712d54aace73cf88e60d65c93a9"; + sha256_unsigned = "2e00fbdee6d119d503b42e7b9122da3cd3a5b712d54aace73cf88e60d65c93a9"; + type = "kernel"; + } + { + name = "openwrt-23.05.0-mediatek-filogic-xiaomi_redmi-router-ax6000-ubootmod-preloader.bin"; + sha256 = "0f0b08869dd5176d2ca7c0bd39368b7ced2e0712ff19923c4ffa84aef861e128"; + sha256_unsigned = "0f0b08869dd5176d2ca7c0bd39368b7ced2e0712ff19923c4ffa84aef861e128"; + type = "preloader.bin"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ax6000-ubootmod" + ]; + titles = [ + { + model = "Redmi Router AX6000 (OpenWrt U-Boot layout)"; + vendor = "Xiaomi"; + } + ]; + }; + zyxel_ex5601-t0-stock = { + device_packages = [ + "kmod-mt7986-firmware" + "mt7986-wo-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-zyxel_ex5601-t0-stock"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-zyxel_ex5601-t0-stock-squashfs-factory.bin"; + sha256 = "62c6eb10c9e114ec63bda43760117680c31b31f02f8a16068e2e06fa05abbbec"; + sha256_unsigned = "62c6eb10c9e114ec63bda43760117680c31b31f02f8a16068e2e06fa05abbbec"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-zyxel_ex5601-t0-stock-initramfs-kernel.bin"; + sha256 = "ff04b3b2d8612fbfe55db26a766fbd28bfb74c1dd8685aa6c15406575a97590d"; + sha256_unsigned = "ff04b3b2d8612fbfe55db26a766fbd28bfb74c1dd8685aa6c15406575a97590d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-zyxel_ex5601-t0-stock-squashfs-sysupgrade.bin"; + sha256 = "2d07044e0d0aef972328b89a677e9e54f77bb625105e9709766d5732428e8e02"; + sha256_unsigned = "edd8150237b3d31556e18b65415381a444cbbb5c4bfe528e13fcee1cf4f7c898"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7986a-rfb-snand" + ]; + titles = [ + { + model = "EX5601-T0 (stock layout)"; + vendor = "Zyxel"; + } + ]; + }; + zyxel_nwa50ax-pro = { + device_packages = [ + "kmod-mt7981-firmware" + "mt7981-wo-firmware" + "zyxel-bootconfig" + ]; + image_prefix = "openwrt-23.05.0-mediatek-filogic-zyxel_nwa50ax-pro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-zyxel_nwa50ax-pro-squashfs-sysupgrade.bin"; + sha256 = "2825ee2750ee612a3b7259456f3000b9321df9c8a5e6426713227b426d69e3ba"; + sha256_unsigned = "b14d5e73e58e64f76c54f87472955d7f602e2c1ff055178e5157b1a8fc18ec76"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-filogic-zyxel_nwa50ax-pro-initramfs-kernel.bin"; + sha256 = "19447923bba35322396ac4ef192f11adcd8d6524f6f6fc73ae270b33225c8f7b"; + sha256_unsigned = "19447923bba35322396ac4ef192f11adcd8d6524f6f6fc73ae270b33225c8f7b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-filogic-zyxel_nwa50ax-pro-squashfs-factory.bin"; + sha256 = "e155317f42ad86ca5fb8adf64e84254cdcdf0a92d8c8d67a2e7c702c24d74ec3"; + sha256_unsigned = "e155317f42ad86ca5fb8adf64e84254cdcdf0a92d8c8d67a2e7c702c24d74ec3"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,nwa50ax-pro" + ]; + titles = [ + { + model = "NWA50AX Pro"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "mediatek/filogic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + mt7622 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-mt7622-firmware" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + bananapi_bpi-r64 = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + "e2fsprogs" + "mkf2fs" + "f2fsck" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-bananapi_bpi-r64"; + images = [ + { + name = "openwrt-23.05.0-mediatek-mt7622-bananapi_bpi-r64-snand-preloader.bin"; + sha256 = "664ebf23ebe3a0e6b7a834a4774eaf7df544df8bc4c9144b4488d40db3c00551"; + sha256_unsigned = "664ebf23ebe3a0e6b7a834a4774eaf7df544df8bc4c9144b4488d40db3c00551"; + type = "snand-preloader.bin"; + } + { + name = "openwrt-23.05.0-mediatek-mt7622-bananapi_bpi-r64-emmc-bl31-uboot.fip"; + sha256 = "34bcd96d9c20d99ee10e38171d435c5b4912f83434e4b9ae7608febd14b2b43c"; + sha256_unsigned = "34bcd96d9c20d99ee10e38171d435c5b4912f83434e4b9ae7608febd14b2b43c"; + type = "emmc-bl31-uboot.fip"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-bananapi_bpi-r64-initramfs-recovery.itb"; + sha256 = "334d0f6fad1d6692c3d73ff1c5fc26aa661707bf2c679f7a5917be4be26f3384"; + sha256_unsigned = "334d0f6fad1d6692c3d73ff1c5fc26aa661707bf2c679f7a5917be4be26f3384"; + type = "kernel"; + } + { + name = "openwrt-23.05.0-mediatek-mt7622-bananapi_bpi-r64-snand-bl31-uboot.fip"; + sha256 = "d634c656718a748589db0e55542d7a1ce5b6a9eacaff4f46cf6fd2a338b14b68"; + sha256_unsigned = "d634c656718a748589db0e55542d7a1ce5b6a9eacaff4f46cf6fd2a338b14b68"; + type = "snand-bl31-uboot.fip"; + } + { + name = "openwrt-23.05.0-mediatek-mt7622-bananapi_bpi-r64-sdcard.img.gz"; + sha256 = "20de41b8816203b4ce54244ecbf494223622f1f75c67aabef726ed777269b58d"; + sha256_unsigned = "20de41b8816203b4ce54244ecbf494223622f1f75c67aabef726ed777269b58d"; + type = "sdcard.img.gz"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-bananapi_bpi-r64-squashfs-sysupgrade.itb"; + sha256 = "3edb94cac974456add98fb87c699234acfcaa5145a9677442a01ad27de2165fa"; + sha256_unsigned = "b718f8f7ac02aea6876cfdf89c1e4641bdb2a052d95d34872e134a7c88c0a13b"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-mediatek-mt7622-bananapi_bpi-r64-emmc-preloader.bin"; + sha256 = "dff6cd5c546eb1a5166f6422ee028a156ad82c3bcc3ec5f7116e986999894d4c"; + sha256_unsigned = "dff6cd5c546eb1a5166f6422ee028a156ad82c3bcc3ec5f7116e986999894d4c"; + type = "emmc-preloader.bin"; + } + ]; + supported_devices = [ + "bananapi,bpi-r64" + ]; + titles = [ + { + model = "BPi-R64"; + vendor = "Bananapi"; + } + ]; + }; + buffalo_wsr-2533dhp2 = { + device_packages = [ + "kmod-mt7615-firmware" + "swconfig" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-buffalo_wsr-2533dhp2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-sysupgrade.bin"; + sha256 = "8c3f2ace3a77370792e8c35f9b234aadcf74161e09f4a377ef6d776b11053dfd"; + sha256_unsigned = "8acbf56f6d3f8992fd8ea0a86620a93ce2b97b3bcc365e3acf7850f51299e42a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-factory-uboot.bin"; + sha256 = "37326cbefd207b40bcdb48aa67b2bd03ffcbb39b9b2bece5a7af33d32e2b1ef6"; + sha256_unsigned = "37326cbefd207b40bcdb48aa67b2bd03ffcbb39b9b2bece5a7af33d32e2b1ef6"; + type = "factory-uboot"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-factory.bin"; + sha256 = "37661da3128a0db777b53235d0760cc57cf724e1247e733abf72083dd0eec840"; + sha256_unsigned = "37661da3128a0db777b53235d0760cc57cf724e1247e733abf72083dd0eec840"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-buffalo_wsr-2533dhp2-initramfs-kernel.bin"; + sha256 = "064bbe24b8b4d8a187565bc37cb886910a209470f70a55b24902ee34cee853a6"; + sha256_unsigned = "064bbe24b8b4d8a187565bc37cb886910a209470f70a55b24902ee34cee853a6"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhp2" + ]; + titles = [ + { + model = "WSR-2533DHP2"; + vendor = "Buffalo"; + } + ]; + }; + elecom_wrc-2533gent = { + device_packages = [ + "kmod-btmtkuart" + "kmod-mt7615-firmware" + "kmod-usb3" + "swconfig" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-elecom_wrc-2533gent"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-elecom_wrc-2533gent-squashfs-sysupgrade.bin"; + sha256 = "61b34cfeeceaec23d0258406e7d557c8cb78a8ab61d459be1267f8666f69fc86"; + sha256_unsigned = "fcd77dac5ed9ff9f03990ff2add178c6b2aa59a6ecce8515adf2e0c3a8d4da67"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-elecom_wrc-2533gent-initramfs-kernel.bin"; + sha256 = "152c7aca26a64afae3beb2539c62b40cfed9c4e87598710df16baba1b21eaa80"; + sha256_unsigned = "152c7aca26a64afae3beb2539c62b40cfed9c4e87598710df16baba1b21eaa80"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gent" + ]; + titles = [ + { + model = "WRC-2533GENT"; + vendor = "Elecom"; + } + ]; + }; + elecom_wrc-x3200gst3 = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-elecom_wrc-x3200gst3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-elecom_wrc-x3200gst3-squashfs-sysupgrade.bin"; + sha256 = "8bb67b586dc338211348d3c43b9c0a999583cbca33606209481e85af66065357"; + sha256_unsigned = "20b797c8109d5139b4fd908efbf3d7c577206844ac4b21d34b1418df2fc3ab4a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-elecom_wrc-x3200gst3-squashfs-factory.bin"; + sha256 = "3d823272484ead3b1bdcef3133c3df1b03d0f94786541dea305761fcae2558ca"; + sha256_unsigned = "3d823272484ead3b1bdcef3133c3df1b03d0f94786541dea305761fcae2558ca"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-elecom_wrc-x3200gst3-initramfs-kernel.bin"; + sha256 = "85459ba7aaf3fa97a93e6d4309fe3a09237869be286a16cebce5370614db3e14"; + sha256_unsigned = "85459ba7aaf3fa97a93e6d4309fe3a09237869be286a16cebce5370614db3e14"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-x3200gst3" + ]; + titles = [ + { + model = "WRC-X3200GST3"; + vendor = "ELECOM"; + } + ]; + }; + linksys_e8450 = { + device_packages = [ + "kmod-mt7915-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-linksys_e8450"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-linksys_e8450-initramfs-kernel.bin"; + sha256 = "54bef450e5779076e8fdcf6d64defc087d3fa8e24fa78489ca0103d4dd47e714"; + sha256_unsigned = "54bef450e5779076e8fdcf6d64defc087d3fa8e24fa78489ca0103d4dd47e714"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-linksys_e8450-squashfs-sysupgrade.bin"; + sha256 = "8a6945f0a36422e79ced538a1f712cde708249a42edc637a672566a3b443fe77"; + sha256_unsigned = "2e2cc18a45aa4cf7047d71b686fa2d255814e78d679a3dea50ccdc28cb5d2f03"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e8450" + ]; + titles = [ + { + model = "E8450"; + vendor = "Linksys"; + } + { + model = "RT3200"; + vendor = "Belkin"; + } + ]; + }; + linksys_e8450-ubi = { + device_packages = [ + "kmod-mt7915-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-linksys_e8450-ubi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery.itb"; + sha256 = "8a5b6da29094f6ec05cfd4a3950b20d4eccb588c712408dc382d7cb7408aa398"; + sha256_unsigned = "8a5b6da29094f6ec05cfd4a3950b20d4eccb588c712408dc382d7cb7408aa398"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb"; + sha256 = "a3933c90d8861c4bde52971c85d7812f244eda754925c780f202f64e9f0bb217"; + sha256_unsigned = "5e604e18fe0534faf1882993bc491bc75ec992362d6b4e33caae2fdd638dfa33"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-mediatek-mt7622-linksys_e8450-ubi-preloader.bin"; + sha256 = "2e332ffb936a58c98522364c0b04848ce870c1eb44e05d88fb4e0f5a7c6c3848"; + sha256_unsigned = "2e332ffb936a58c98522364c0b04848ce870c1eb44e05d88fb4e0f5a7c6c3848"; + type = "preloader.bin"; + } + { + name = "openwrt-23.05.0-mediatek-mt7622-linksys_e8450-ubi-bl31-uboot.fip"; + sha256 = "5043d8185f7c50eb8fa7d9f9ce6287aa1d6711a983e6ec2edddf37ed9c714ddc"; + sha256_unsigned = "5043d8185f7c50eb8fa7d9f9ce6287aa1d6711a983e6ec2edddf37ed9c714ddc"; + type = "bl31-uboot.fip"; + } + ]; + supported_devices = [ + "linksys,e8450-ubi" + ]; + titles = [ + { + model = "E8450"; + variant = "UBI"; + vendor = "Linksys"; + } + { + model = "RT3200"; + variant = "UBI"; + vendor = "Belkin"; + } + ]; + }; + mediatek_mt7622-rfb1 = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-mediatek_mt7622-rfb1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-mediatek_mt7622-rfb1-initramfs-kernel.bin"; + sha256 = "31788b3cd59159470c796d364580f98d1f682a3ca9b874750712694d1330b547"; + sha256_unsigned = "31788b3cd59159470c796d364580f98d1f682a3ca9b874750712694d1330b547"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-mediatek_mt7622-rfb1-squashfs-sysupgrade.bin"; + sha256 = "3b61e79bedbdba3fb4517e45345ceda5297d01f1500fa6d2513826f7293d644e"; + sha256_unsigned = "831c062767c3eca5ca6552733507550e71b73ba68d85eaa56dc70e1bd5c7b3c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7622-rfb1-ubi = { + device_packages = [ + "kmod-ata-ahci-mtk" + "kmod-btmtkuart" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-mediatek_mt7622-rfb1-ubi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-squashfs-sysupgrade.bin"; + sha256 = "2dcc7635eb986cc157216bf72dfba10dab3dc0b91d33840ec89ca2d5a737edf4"; + sha256_unsigned = "995236397a53ebe4e742fec36773f3f281ff883c4454d67a1d3d087db327f6bd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-squashfs-factory.bin"; + sha256 = "a12537b4748692f514ada73071489458b9a681e428f5467d9750f4a5f7e5b255"; + sha256_unsigned = "a12537b4748692f514ada73071489458b9a681e428f5467d9750f4a5f7e5b255"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-mediatek_mt7622-rfb1-ubi-initramfs-kernel.bin"; + sha256 = "61209b9b0adc8626e9c0f3fbfdf9e7288341f253cf884205a094da71991aa478"; + sha256_unsigned = "61209b9b0adc8626e9c0f3fbfdf9e7288341f253cf884205a094da71991aa478"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7622-rfb1-ubi" + ]; + titles = [ + { + model = "MTK7622 rfb1 AP (UBI)"; + vendor = "MediaTek"; + } + ]; + }; + netgear_wax206 = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-netgear_wax206"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-netgear_wax206-initramfs-recovery.itb"; + sha256 = "5d030cfe2c6425052294694de2e16d8486f5f1a14b761c1bb11d7323af4a808a"; + sha256_unsigned = "5d030cfe2c6425052294694de2e16d8486f5f1a14b761c1bb11d7323af4a808a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-netgear_wax206-squashfs-sysupgrade.bin"; + sha256 = "fb4c7b96502340a8a206769fc8df771f96d3fd4352af17734604eba6f2778910"; + sha256_unsigned = "3cc6dbc0a9d1ab09ae56e197b939ffdcb97b627e653aa6ca8d4b0fb40608617f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-netgear_wax206-squashfs-factory.img"; + sha256 = "3272d0099ecf1a238dcee46abeb93aed14945c0f9273a408d63c4501014067ef"; + sha256_unsigned = "3272d0099ecf1a238dcee46abeb93aed14945c0f9273a408d63c4501014067ef"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wax206" + ]; + titles = [ + { + model = "WAX206"; + vendor = "NETGEAR"; + } + ]; + }; + reyee_ax3200-e5 = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-reyee_ax3200-e5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-reyee_ax3200-e5-initramfs-kernel.bin"; + sha256 = "cdf42ce63399af83545f25b260ea64407893d86f387633ef33b95b63f55d31b2"; + sha256_unsigned = "cdf42ce63399af83545f25b260ea64407893d86f387633ef33b95b63f55d31b2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-reyee_ax3200-e5-squashfs-sysupgrade.bin"; + sha256 = "a7cd7d6b931eebf03f3b7190fd551874cb68dd83c04a601dda8e25c22a93cc97"; + sha256_unsigned = "06976af566145856ad4c3e3a34be2f2a7bab3feaa1db7cf6f3e212baf599cbb5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "reyee,ax3200-e5" + ]; + titles = [ + { + model = "AX3200 E5"; + vendor = "reyee"; + } + ]; + }; + ruijie_rg-ew3200gx-pro = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-ruijie_rg-ew3200gx-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-ruijie_rg-ew3200gx-pro-initramfs-kernel.bin"; + sha256 = "62cf47557129be94afbcceb0824f9476323bfd960c66b622eeef0c84facbedd7"; + sha256_unsigned = "62cf47557129be94afbcceb0824f9476323bfd960c66b622eeef0c84facbedd7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-ruijie_rg-ew3200gx-pro-squashfs-sysupgrade.bin"; + sha256 = "d7f7e394bf5de40b279584afe890a4654f8707baae95acc6bd798b4f5b058528"; + sha256_unsigned = "79ca9b43b677d09c07676b313ce71ffc14d7eecc66105b88e9852655e70c7341"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ruijie,rg-ew3200gx-pro" + ]; + titles = [ + { + model = "RG-EW3200GX PRO"; + vendor = "Ruijie"; + } + ]; + }; + totolink_a8000ru = { + device_packages = [ + "kmod-mt7615-firmware" + "swconfig" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-totolink_a8000ru"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-totolink_a8000ru-initramfs-kernel.bin"; + sha256 = "91101c0cb019d9eadf4b71e88129a1868c18535f9d3a48bcd340115a73c0987e"; + sha256_unsigned = "91101c0cb019d9eadf4b71e88129a1868c18535f9d3a48bcd340115a73c0987e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-totolink_a8000ru-squashfs-sysupgrade.bin"; + sha256 = "d6de8ab347bd0da23f9d9d198190250b3b45bb97cb739cf4b7651fa1e90cbaaa"; + sha256_unsigned = "9bf2bf1f17c4af53ac72636f88b0e56e2735ca82392983f6af46355ffa9e699a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a8000ru" + ]; + titles = [ + { + model = "A8000RU"; + vendor = "TOTOLINK"; + } + ]; + }; + ubnt_unifi-6-lr-v1 = { + device_packages = [ + "kmod-mt7915-firmware" + "kmod-leds-ubnt-ledbar" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v1-squashfs-sysupgrade.bin"; + sha256 = "72f2ee45185cbe40b2dc49af786376a76decbe877199905c8ae42a54b100f405"; + sha256_unsigned = "e4710decb796a8126cd1a4d00ff943725a5e89b455b05c834b02a5f84c64fec5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v1-initramfs-kernel.bin"; + sha256 = "d770739227048d3ab2e7e07d0bfbbdf120069d6525467560895838c147083866"; + sha256_unsigned = "d770739227048d3ab2e7e07d0bfbbdf120069d6525467560895838c147083866"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v1" + "ubnt,unifi-6-lr" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v1"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v1-ubootmod = { + device_packages = [ + "kmod-mt7915-firmware" + "kmod-leds-ubnt-ledbar" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "17211fb882c817a32e7985a7fb00b865582e36696114e5596e91df072e692297"; + sha256_unsigned = "cef692e2d006aa48b05270c448122dbd6c989ecb3a4fe2a18c023e09f3cdf61e"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-bl31-uboot.fip"; + sha256 = "eb172527fd2b99b9214ea13e2f41f26c68c6929b5adc17c026c441bea1c32e65"; + sha256_unsigned = "eb172527fd2b99b9214ea13e2f41f26c68c6929b5adc17c026c441bea1c32e65"; + type = "bl31-uboot.fip"; + } + { + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-preloader.bin"; + sha256 = "32dad9e269ab42df4286a326d30ea093db38f09430e3d53c42cdc21e67c7bd57"; + sha256_unsigned = "32dad9e269ab42df4286a326d30ea093db38f09430e3d53c42cdc21e67c7bd57"; + type = "preloader.bin"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v1-ubootmod-initramfs-recovery.itb"; + sha256 = "853bbef5da5aca94caacca029b4d4f7cc80c9fb03304571cfa000866dc83abcd"; + sha256_unsigned = "853bbef5da5aca94caacca029b4d4f7cc80c9fb03304571cfa000866dc83abcd"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v1-ubootmod" + "ubnt,unifi-6-lr-ubootmod" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v1 U-Boot mod"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v2 = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v2-squashfs-sysupgrade.bin"; + sha256 = "485ef42456d1ccefff6b0eeba5518d66dde0b12a9ad67c5623e473fd1b074d23"; + sha256_unsigned = "aed8c557eed1b05d74ccbc0d40ea93b32ddd4f424f0fb21e3c15f9297409941a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v2-initramfs-kernel.bin"; + sha256 = "99c7d9765344e798c837e0158e9d0a979377703f7c3c8f49a90c4a3d0dc83f7e"; + sha256_unsigned = "99c7d9765344e798c837e0158e9d0a979377703f7c3c8f49a90c4a3d0dc83f7e"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v2" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v2"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v2-ubootmod = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod"; + images = [ + { + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-preloader.bin"; + sha256 = "32dad9e269ab42df4286a326d30ea093db38f09430e3d53c42cdc21e67c7bd57"; + sha256_unsigned = "32dad9e269ab42df4286a326d30ea093db38f09430e3d53c42cdc21e67c7bd57"; + type = "preloader.bin"; + } + { + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-bl31-uboot.fip"; + sha256 = "04e1b1f324bfa6b30a84f8e3138d2447a7c53ea7fd91ad81c989a2ff582126b5"; + sha256_unsigned = "04e1b1f324bfa6b30a84f8e3138d2447a7c53ea7fd91ad81c989a2ff582126b5"; + type = "bl31-uboot.fip"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "75d406c40fdb94608ee6dfe04dd442742a3532be2bd2e95c4aa9ffe5830ab118"; + sha256_unsigned = "aaff131cea717504c993da615d60b4f80abefd1eaab7ba19ba08d2f391351bf1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v2-ubootmod-initramfs-recovery.itb"; + sha256 = "93c2b36cc7531cddd6119cc1fcb2189efdaec4addd979d93e9c24e0860227536"; + sha256_unsigned = "93c2b36cc7531cddd6119cc1fcb2189efdaec4addd979d93e9c24e0860227536"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v2-ubootmod" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v2 U-Boot mod"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v3 = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v3-squashfs-sysupgrade.bin"; + sha256 = "adc52914f2de7200264f7044c47bd01c0716138c2e2006ee13ce4d4c6c76b91a"; + sha256_unsigned = "96ec1581be6ba43212ab0554a30c009acabc01938e6f0aa50f9884b7956f55dc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v3-initramfs-kernel.bin"; + sha256 = "f135956917774b254867c659f586373bb78da1b2d1afff66296cd860d20e4a1c"; + sha256_unsigned = "f135956917774b254867c659f586373bb78da1b2d1afff66296cd860d20e4a1c"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v3" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v3"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lr-v3-ubootmod = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v3-ubootmod"; + images = [ + { + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v3-ubootmod-bl31-uboot.fip"; + sha256 = "979924fcb5ce6cd818062f4d9b23af3aa8bcdcd31b25921c77307c15787184fb"; + sha256_unsigned = "979924fcb5ce6cd818062f4d9b23af3aa8bcdcd31b25921c77307c15787184fb"; + type = "bl31-uboot.fip"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v3-ubootmod-initramfs-recovery.itb"; + sha256 = "abd6f8bd49825407447d7cf4438b749fdc547d173e82780c25d5d4f730be6c5c"; + sha256_unsigned = "abd6f8bd49825407447d7cf4438b749fdc547d173e82780c25d5d4f730be6c5c"; + type = "kernel"; + } + { + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v3-ubootmod-preloader.bin"; + sha256 = "32dad9e269ab42df4286a326d30ea093db38f09430e3d53c42cdc21e67c7bd57"; + sha256_unsigned = "32dad9e269ab42df4286a326d30ea093db38f09430e3d53c42cdc21e67c7bd57"; + type = "preloader.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-ubnt_unifi-6-lr-v3-ubootmod-squashfs-sysupgrade.itb"; + sha256 = "66d2ac1399c5dd18dce77062dd1fd3a2f8b89040bca3eeb078004f904ac5a619"; + sha256_unsigned = "2b082ba2ff29b934e93faf5649c6211d8a85b3ccdf48c46b02706e391edaa7bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lr-v3-ubootmod" + ]; + titles = [ + { + model = "UniFi 6 LR"; + variant = "v3 U-Boot mod"; + vendor = "Ubiquiti"; + } + ]; + }; + xiaomi_redmi-router-ax6s = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7622-xiaomi_redmi-router-ax6s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7622-xiaomi_redmi-router-ax6s-initramfs-recovery.itb"; + sha256 = "f60a9c47febb42aa7009dae735c4ff5d592247a8f699c3f2943207229de54219"; + sha256_unsigned = "f60a9c47febb42aa7009dae735c4ff5d592247a8f699c3f2943207229de54219"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-sysupgrade.bin"; + sha256 = "1c5decdbec5785008d89b479be884b95645a1648ebabdd4ef246a6e6cd096acc"; + sha256_unsigned = "65102a3ce815a2b3038568f10dd1f19c62fb4b97981a5788778afdd51bfff106"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-factory.bin"; + sha256 = "569f63c867d1b2a85d39c56348c2d347d3219a0e0999d2c4cc1487c703baad97"; + sha256_unsigned = "569f63c867d1b2a85d39c56348c2d347d3219a0e0999d2c4cc1487c703baad97"; + type = "factory"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ax6s" + ]; + titles = [ + { + model = "Redmi Router AX6S"; + vendor = "Xiaomi"; + } + { + model = "Router AX3200"; + vendor = "Xiaomi"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "mediatek/mt7622"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + mt7623 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-crypto-hw-safexcel" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + bananapi_bpi-r2 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-usb3" + "kmod-ata-ahci" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7623-bananapi_bpi-r2"; + images = [ + { + name = "openwrt-23.05.0-mediatek-mt7623-bananapi_bpi-r2-sdcard.img.gz"; + sha256 = "4c61916a6745da3a1e550cec1fa7df68e60d4037b25cfee40c725eb9d4689582"; + sha256_unsigned = "4c61916a6745da3a1e550cec1fa7df68e60d4037b25cfee40c725eb9d4689582"; + type = "sdcard.img.gz"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7623-bananapi_bpi-r2-squashfs-sysupgrade.itb"; + sha256 = "d128e65611e7f4a304ac246708a9156c4673a34191f051e07149029d8f49fbb7"; + sha256_unsigned = "5188a0d9b9183b64f2cd90e52ad50e0706794a9ee7a2f53ee129d5d1cca981d1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7623-bananapi_bpi-r2-initramfs-recovery.itb"; + sha256 = "0736461b2b18edc18109821542a9107a85d885e079d2c4f7a8b96f6c37440537"; + sha256_unsigned = "0736461b2b18edc18109821542a9107a85d885e079d2c4f7a8b96f6c37440537"; + type = "kernel"; + } + { + name = "openwrt-23.05.0-mediatek-mt7623-bananapi_bpi-r2-preloader.bin"; + sha256 = "33d6abe872e557e5d960b1a7f2a394ca297ee6bf02da8f7383d2fbf599460261"; + sha256_unsigned = "33d6abe872e557e5d960b1a7f2a394ca297ee6bf02da8f7383d2fbf599460261"; + type = "preloader.bin"; + } + { + name = "openwrt-23.05.0-mediatek-mt7623-bananapi_bpi-r2-u-boot.bin"; + sha256 = "20d5e87043d7f8d8fa3e80a00b3989268d63cdf8b51b19232f63789679eb3108"; + sha256_unsigned = "20d5e87043d7f8d8fa3e80a00b3989268d63cdf8b51b19232f63789679eb3108"; + type = "u-boot.bin"; + } + ]; + supported_devices = [ + "bananapi,bpi-r2" + ]; + titles = [ + { + model = "BPi-R2"; + vendor = "Bananapi"; + } + ]; + }; + unielec_u7623-02 = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7623-unielec_u7623-02"; + images = [ + { + name = "openwrt-23.05.0-mediatek-mt7623-unielec_u7623-02-scatter.txt"; + sha256 = "9a324a56ab32d08c2193686b1eb143292c34e69ec391112eb271d20f197f4c6f"; + sha256_unsigned = "9a324a56ab32d08c2193686b1eb143292c34e69ec391112eb271d20f197f4c6f"; + type = "scatter.txt"; + } + { + name = "openwrt-23.05.0-mediatek-mt7623-unielec_u7623-02-u-boot.bin"; + sha256 = "436f90b3171c1235c3ee51d4d2e1a567fb823bc170a4df202b1de57c72360c5e"; + sha256_unsigned = "436f90b3171c1235c3ee51d4d2e1a567fb823bc170a4df202b1de57c72360c5e"; + type = "u-boot.bin"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7623-unielec_u7623-02-initramfs-recovery.itb"; + sha256 = "b3fb74162c1a6f7e67dbe367d62bf48f122aa8b06e3579c35851ccba447f5b68"; + sha256_unsigned = "b3fb74162c1a6f7e67dbe367d62bf48f122aa8b06e3579c35851ccba447f5b68"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7623-unielec_u7623-02-squashfs-sysupgrade.itb"; + sha256 = "5732d6db3167d5feb2c1ceba7a348b01e32e41f979aeda68be1a836bd9481ae8"; + sha256_unsigned = "ccd96d24ed2e2d148ccc4c44e5e9499cdee5b9e12f097593649ef599d21471dd"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-mediatek-mt7623-unielec_u7623-02-emmc.img.gz"; + sha256 = "d8eaba86cd9d742c460d94393b91f67c9dcc963e43ac9609581efc78141f87e3"; + sha256_unsigned = "7c6737fa579f20e16bf295efacfcb224da7ec4f80d870e6904286f7a946e6047"; + type = "emmc.img.gz"; + } + ]; + supported_devices = [ + "unielec,u7623-02" + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7623-02-emmc-512m-legacy = { + device_packages = [ + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "kmod-mmc" + "mkf2fs" + "e2fsprogs" + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb3" + "kmod-ata-ahci" + "partx-utils" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-initramfs-kernel.bin"; + sha256 = "c9a668a702987e2f604b1a39dcf2ffd9f0a539d284e576a4b6a046b6bbe3fbc2"; + sha256_unsigned = "c9a668a702987e2f604b1a39dcf2ffd9f0a539d284e576a4b6a046b6bbe3fbc2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7623-unielec_u7623-02-emmc-512m-legacy-squashfs-sysupgrade.bin.gz"; + sha256 = "906f8a35b14b5ba2de308abb640d008aab34cef2e9366d418ac31e0620cb2f54"; + sha256_unsigned = "8bbba9e7891e890f4dec16d1c601f3bbfcd46f1c1076c321714556e8d870980a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7623-02-emmc-512m" + ]; + titles = [ + { + model = "U7623-02"; + variant = "eMMC/512MiB RAM (legacy image)"; + vendor = "UniElec"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "mediatek/mt7623"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + mt7629 = { + arch_packages = "arm_cortex-a7"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + iptime_a6004mx = { + device_packages = [ + "kmod-usb3" + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7629-iptime_a6004mx"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7629-iptime_a6004mx-squashfs-sysupgrade.bin"; + sha256 = "1414d2d1a2073655a17deccb00911414c545af85aa79769591e9528f53180808"; + sha256_unsigned = "88d96bb677e5ab4acaee64a6864edba239447221fcd0a6df3ff80b25b407f25b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7629-iptime_a6004mx-initramfs-kernel.bin"; + sha256 = "03737f9ec59d0fd7d61a81a86d625e90c3c9b84b8b8583f98297c61c24e50018"; + sha256_unsigned = "03737f9ec59d0fd7d61a81a86d625e90c3c9b84b8b8583f98297c61c24e50018"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7629-iptime_a6004mx-squashfs-recovery.bin"; + sha256 = "1c662257b619c63c44101d9d97cdc4a0c3ac962afa85f5e0f0ef6782d1ad9cbf"; + sha256_unsigned = "8ec6c6bda9f3295d2e91cadffbd44634fc23068f6f9281e32e726da6236e4097"; + type = "recovery"; + } + ]; + supported_devices = [ + "iptime,a6004mx" + ]; + titles = [ + { + model = "A6004MX"; + vendor = "ipTIME"; + } + ]; + }; + mediatek_mt7629-rfb = { + device_packages = [ + "swconfig" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7629-mediatek_mt7629-rfb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7629-mediatek_mt7629-rfb-initramfs-kernel.bin"; + sha256 = "ffb6041c49cd21502b243192fb8f7edd2c351b8433edd1f631091000690c3186"; + sha256_unsigned = "ffb6041c49cd21502b243192fb8f7edd2c351b8433edd1f631091000690c3186"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7629-mediatek_mt7629-rfb-squashfs-sysupgrade.bin"; + sha256 = "e6656f65037ec85e55f1aad368a20372ecd6fb93d7b9b180d83c9b7cff1706b2"; + sha256_unsigned = "6bee89b8f9d0c3e09d707c0ea82c7c1845fc9c22383bf999eea44b180f4f4720"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7629-rfb" + ]; + titles = [ + { + model = "MT7629 rfb AP"; + vendor = "MediaTek"; + } + ]; + }; + netgear_ex6250-v2 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-mediatek-mt7629-netgear_ex6250-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7629-netgear_ex6250-v2-squashfs-sysupgrade.bin"; + sha256 = "91a17f1f32bb91de75195577ca60330754b6c402a6b4b306824d58fe0b52d70a"; + sha256_unsigned = "9829b6e8a8500318fafbfcf722a7bba16a0731515af4a3fd01d13ae824d1cc5c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mediatek-mt7629-netgear_ex6250-v2-squashfs-factory.img"; + sha256 = "216db67db6ef955c4e9acfc3f02dd9623c5c0f95470f582f01b86719a3b45826"; + sha256_unsigned = "216db67db6ef955c4e9acfc3f02dd9623c5c0f95470f582f01b86719a3b45826"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mediatek-mt7629-netgear_ex6250-v2-initramfs-kernel.bin"; + sha256 = "db66bf58d7648c34f43d5e92a945e96abaaa25264d8af473de2dfce4ba97d7d9"; + sha256_unsigned = "db66bf58d7648c34f43d5e92a945e96abaaa25264d8af473de2dfce4ba97d7d9"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex6250-v2" + ]; + titles = [ + { + model = "EX6250"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "EX6400"; + variant = "v3"; + vendor = "NETGEAR"; + } + { + model = "EX6410"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "EX6470"; + vendor = "NETGEAR"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "mediatek/mt7629"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + mpc85xx = { + p1010 = { + arch_packages = "powerpc_8548"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + aerohive_br200-wp = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mpc85xx-p1010-aerohive_br200-wp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mpc85xx-p1010-aerohive_br200-wp-initramfs-kernel.bin"; + sha256 = "63332375d2e6ed14cd3ad75fe7010115282f590ba9144233d740bd8651ec2a3c"; + sha256_unsigned = "63332375d2e6ed14cd3ad75fe7010115282f590ba9144233d740bd8651ec2a3c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mpc85xx-p1010-aerohive_br200-wp-squashfs-fdt.bin"; + sha256 = "eccd6af9f1346526ac68edadbb14220ed34fbe0ec265258c5237d98a861a3444"; + sha256_unsigned = "eccd6af9f1346526ac68edadbb14220ed34fbe0ec265258c5237d98a861a3444"; + type = "fdt"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mpc85xx-p1010-aerohive_br200-wp-squashfs-sysupgrade.bin"; + sha256 = "16bba024574069e5d03a152f5ac46cdb6c89c2293d7ac3d80d857e065a5ce93c"; + sha256_unsigned = "9e2d3b9ac8e0ad00607db4ec28d8a6dc6e3d7176ad5d82741041d41d201bc96c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aerohive,br200-wp" + ]; + titles = [ + { + model = "BR200-WP"; + vendor = "Aerohive"; + } + ]; + }; + enterasys_ws-ap3715i = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mpc85xx-p1010-enterasys_ws-ap3715i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mpc85xx-p1010-enterasys_ws-ap3715i-squashfs-sysupgrade.bin"; + sha256 = "c7137eef6a08cb44ee2decd5c11c0b77124fa8b26aab7efe0d8919d718153cdb"; + sha256_unsigned = "4357703858f603ea5cb361a40507b0f123357d6ad9283453ca0aa554ab515e4d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mpc85xx-p1010-enterasys_ws-ap3715i-initramfs-kernel.bin"; + sha256 = "a62ef803e3903296037cea4086e63490b34f03e16b8404b95cf2dd37174f9739"; + sha256_unsigned = "a62ef803e3903296037cea4086e63490b34f03e16b8404b95cf2dd37174f9739"; + type = "kernel"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3715i" + ]; + titles = [ + { + model = "WS-AP3715i"; + vendor = "Enterasys"; + } + ]; + }; + sophos_red-15w-rev1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mpc85xx-p1010-sophos_red-15w-rev1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mpc85xx-p1010-sophos_red-15w-rev1-squashfs-sysupgrade.bin"; + sha256 = "8dc44787430360f79a08e9104a4c4095a33a9c114086facce5a6454499b8302a"; + sha256_unsigned = "0c6955e62883f3826c6d240cb4e67871cc4b99f198443f56ba0e40325b8630d3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mpc85xx-p1010-sophos_red-15w-rev1-initramfs-kernel.bin"; + sha256 = "d8862d5858e8ccc5f46d4b43673a6f3817f81977ed474109dd0e8b37433e8e65"; + sha256_unsigned = "d8862d5858e8ccc5f46d4b43673a6f3817f81977ed474109dd0e8b37433e8e65"; + type = "kernel"; + } + ]; + supported_devices = [ + "sophos,red-15w-rev1" + ]; + titles = [ + { + model = "RED 15w"; + variant = "Rev.1"; + vendor = "Sophos"; + } + ]; + }; + tplink_tl-wdr4900-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mpc85xx-p1010-tplink_tl-wdr4900-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-factory.bin"; + sha256 = "b35ae659c047111ef1f3c13febec59d27b09d7acb3b1c94b9655f5d705c9efcb"; + sha256_unsigned = "b35ae659c047111ef1f3c13febec59d27b09d7acb3b1c94b9655f5d705c9efcb"; + type = "factory"; + } + { + name = "openwrt-23.05.0-mpc85xx-p1010-tplink_tl-wdr4900-v1-fdt.bin"; + sha256 = "9e5930524d7031a5034b08d54a5d697de44577ef47e1bd46c170c85327cbb742"; + sha256_unsigned = "9e5930524d7031a5034b08d54a5d697de44577ef47e1bd46c170c85327cbb742"; + type = "fdt.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mpc85xx-p1010-tplink_tl-wdr4900-v1-squashfs-sysupgrade.bin"; + sha256 = "06a7399da392ae6169a913a61548667f8ff1277318d7d2b3ef845d6ca3b42479"; + sha256_unsigned = "c37b0aef413d41d6d270888939d92fd30054208d689244c8c99f5f6a0aed0a28"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wdr4900-v1" + "tl-wdr4900-v1" + ]; + titles = [ + { + model = "TL-WDR4900"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + watchguard_firebox-t10 = { + device_packages = [ + "kmod-rtc-s35390a" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-23.05.0-mpc85xx-p1010-watchguard_firebox-t10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mpc85xx-p1010-watchguard_firebox-t10-initramfs-kernel.bin"; + sha256 = "a6764c71cdfbf857426b3f7a25ecc0ded852feb2ef61377083cebbcf3e721ecd"; + sha256_unsigned = "a6764c71cdfbf857426b3f7a25ecc0ded852feb2ef61377083cebbcf3e721ecd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mpc85xx-p1010-watchguard_firebox-t10-squashfs-sysupgrade.bin"; + sha256 = "905138905ca9fff725c5b01ed20c5a55882ece1611d2d5acc6c3410b608b1dc5"; + sha256_unsigned = "221a85b5c5f5cc179faa86a5d84b476470c8615688295bffa66b5d528c43bb23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "watchguard,firebox-t10" + ]; + titles = [ + { + model = "Firebox T10"; + vendor = "Watchguard"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "mpc85xx/p1010"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + p1020 = { + arch_packages = "powerpc_8548"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + aerohive_hiveap-330 = { + device_packages = [ + "kmod-tpm-i2c-atmel" + "kmod-hwmon-lm70" + ]; + image_prefix = "openwrt-23.05.0-mpc85xx-p1020-aerohive_hiveap-330"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin"; + sha256 = "0160a9bc0867d5264431dfa1990dcb2167c668162e690d498ca98b045afbdd69"; + sha256_unsigned = "0160a9bc0867d5264431dfa1990dcb2167c668162e690d498ca98b045afbdd69"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mpc85xx-p1020-aerohive_hiveap-330-squashfs-sysupgrade.bin"; + sha256 = "606ca5b92fa9755393045382fa7a705e33b92baad666f4384980318db6a4f828"; + sha256_unsigned = "ae86a513493f13244c0f66e64a57707d3e71539637fccfa19527a5b26cf95488"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "aerohive,hiveap-330" + ]; + titles = [ + { + model = "HiveAP-330"; + vendor = "Aerohive"; + } + { + model = "HiveAP-350"; + vendor = "Aerohive"; + } + ]; + }; + enterasys_ws-ap3710i = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mpc85xx-p1020-enterasys_ws-ap3710i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin"; + sha256 = "d843f949dbeb9190bdf48f9f4441806121933e1db7570d44943df64e98a1dde6"; + sha256_unsigned = "f1b1bd77f8de955be5863021e088476ee3b6698c551e303a91196eea95138ea4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mpc85xx-p1020-enterasys_ws-ap3710i-initramfs-kernel.bin"; + sha256 = "254daa5fa2a32744f5c24c3b3d9adedc384301f6b0a37af7780a574000ee64b1"; + sha256_unsigned = "254daa5fa2a32744f5c24c3b3d9adedc384301f6b0a37af7780a574000ee64b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "enterasys,ws-ap3710i" + ]; + titles = [ + { + model = "WS-AP3710i"; + vendor = "Enterasys"; + } + ]; + }; + extreme-networks_ws-ap3825i = { + device_packages = [ + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + ]; + image_prefix = "openwrt-23.05.0-mpc85xx-p1020-extreme-networks_ws-ap3825i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mpc85xx-p1020-extreme-networks_ws-ap3825i-squashfs-sysupgrade.bin"; + sha256 = "dc79d7222b0f076ae07411bec7725373c9af604f449d7e2c61ae76241ae034ce"; + sha256_unsigned = "06a4badacf77160c027f2f516867f7ddb2994006f527ff934f95bafa9331fc57"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mpc85xx-p1020-extreme-networks_ws-ap3825i-initramfs-kernel.bin"; + sha256 = "47ead9ed1bc9e48b6f3ad1cd8dbb999b1d265547fca978a5d24b92ead7c7b031"; + sha256_unsigned = "47ead9ed1bc9e48b6f3ad1cd8dbb999b1d265547fca978a5d24b92ead7c7b031"; + type = "kernel"; + } + ]; + supported_devices = [ + "extreme-networks,ws-ap3825i" + ]; + titles = [ + { + model = "WS-AP3825i"; + vendor = "Extreme Networks"; + } + ]; + }; + ocedo_panda = { + device_packages = [ + "kmod-rtc-ds1307" + ]; + image_prefix = "openwrt-23.05.0-mpc85xx-p1020-ocedo_panda"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mpc85xx-p1020-ocedo_panda-squashfs-fdt.bin"; + sha256 = "1aa2b03bc147048f98006bafc3d6ee0ef3f118fa7b35d5b6f4d937b9d0153efc"; + sha256_unsigned = "1aa2b03bc147048f98006bafc3d6ee0ef3f118fa7b35d5b6f4d937b9d0153efc"; + type = "fdt"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mpc85xx-p1020-ocedo_panda-initramfs-kernel.bin"; + sha256 = "6ab3e4dfda21fea2c26af763e24dbf03b3e0f316826f87d73fb9beb9294d4c54"; + sha256_unsigned = "6ab3e4dfda21fea2c26af763e24dbf03b3e0f316826f87d73fb9beb9294d4c54"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mpc85xx-p1020-ocedo_panda-squashfs-sysupgrade.bin"; + sha256 = "6d415028403a0508f1b4769a89ab7d21fe69692c60ba9546058a223da57fa40c"; + sha256_unsigned = "af5053f50da428b607a65188948549e4122ded28d976375dbd2f852ae188daca"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ocedo,panda" + ]; + titles = [ + { + model = "Panda"; + vendor = "OCEDO"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "mpc85xx/p1020"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + p2020 = { + arch_packages = "powerpc_8548"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-ath9k" + "kmod-button-hotplug" + "kmod-input-core" + "kmod-input-gpio-keys" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-usb2" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + freescale_p2020rdb = { + device_packages = [ + "kmod-hwmon-lm90" + "kmod-rtc-ds1307" + "kmod-gpio-pca953x" + "kmod-eeprom-at24" + ]; + image_prefix = "openwrt-23.05.0-mpc85xx-p2020-freescale_p2020rdb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mpc85xx-p2020-freescale_p2020rdb-initramfs-kernel.bin"; + sha256 = "761ec26d6fa0c6a117ca9a9a8236a967cb9fc9d30052eb43190cdeb137886735"; + sha256_unsigned = "761ec26d6fa0c6a117ca9a9a8236a967cb9fc9d30052eb43190cdeb137886735"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mpc85xx-p2020-freescale_p2020rdb-squashfs-sysupgrade.bin"; + sha256 = "4fc6d887aa01f39a3674bb06885c75f34e4809336017696a69785c5cc67c3831"; + sha256_unsigned = "5f70b0334fd043e978779dbf18c11da0feabc113869bbab0b0c30a4fa77e95b9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fsl,P2020RDB" + ]; + titles = [ + { + model = "P2020RDB"; + vendor = "Freescale"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "mpc85xx/p2020"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + mvebu = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + glinet_gl-mv1000 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa53-glinet_gl-mv1000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa53-glinet_gl-mv1000-initramfs-kernel.bin"; + sha256 = "4a923246c165c399bd609eeb8668172fd3cdf9aee77381c9f68b1a309862b3a3"; + sha256_unsigned = "4a923246c165c399bd609eeb8668172fd3cdf9aee77381c9f68b1a309862b3a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa53-glinet_gl-mv1000-squashfs-sdcard.img.gz"; + sha256 = "074e1dcbf5f7f9bed5116e54c30ad13f01e5fc0c941230e773a53232a07459c3"; + sha256_unsigned = "567992774366db6ebb760f674a6caabe51047e14dcd9947e0d2a9b27792a15d7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa53-glinet_gl-mv1000-ext4-sdcard.img.gz"; + sha256 = "e705d500c79fd4ac5359d68f129005da4f93c8f470046236366da21459af6ac9"; + sha256_unsigned = "d09551dfd106bfa1bd958f359d06afc90f2e792fef11afe816b990d9d15ebe09"; + type = "sdcard"; + } + ]; + supported_devices = [ + "glinet,gl-mv1000" + ]; + titles = [ + { + model = "GL-MV1000"; + vendor = "GL.iNet"; + } + ]; + }; + globalscale_espressobin = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-initramfs-kernel.bin"; + sha256 = "4a923246c165c399bd609eeb8668172fd3cdf9aee77381c9f68b1a309862b3a3"; + sha256_unsigned = "4a923246c165c399bd609eeb8668172fd3cdf9aee77381c9f68b1a309862b3a3"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"; + sha256 = "a2add89d32ae7192691b25ffbcabda3d9dc736d81082c05c1c3be4a634e12a1a"; + sha256_unsigned = "575695d35fb73be9211d4356e16ac1966a5cfbc2d8b69b00279c14d29f24db12"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz"; + sha256 = "c04caf4a9ef1c40124ea6b35226432d1ddd7e5c6f5d0d40afce6544e13c7bb2b"; + sha256_unsigned = "0175769a028a9a1644d87a59b44cc59a8c9946d63c5ca9bde86132c773ead754"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz"; + sha256 = "b56fc8f68a10015f9544fc9945fb3e8e09922821b91b6ba6fe212c47763bf4e0"; + sha256_unsigned = "809846af884418e984d85f2d436842f1ff272109499239e8f12ad47e6f6f55de"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-emmc-initramfs-kernel.bin"; + sha256 = "4a923246c165c399bd609eeb8668172fd3cdf9aee77381c9f68b1a309862b3a3"; + sha256_unsigned = "4a923246c165c399bd609eeb8668172fd3cdf9aee77381c9f68b1a309862b3a3"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"; + sha256 = "7f342868624d53a3564d04bb0f1a27ff6a800b5218e406ae56396fef469f2bfb"; + sha256_unsigned = "f22a8596a6612fc8ba9442b00c1b8033c4adf400d590a02e90027f3eed7bd1d0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-ultra = { + device_packages = [ + "kmod-i2c-pxa" + "kmod-rtc-pcf8563" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-ultra"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz"; + sha256 = "13d88840d68dbd824a4cf643d522f5da4d09ea861a04e15d7c464dc7b547e825"; + sha256_unsigned = "60deee6615fa2b7688100823d3c25d321bcc9a59a84455c11d21b9d259902c09"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-ultra-initramfs-kernel.bin"; + sha256 = "4a923246c165c399bd609eeb8668172fd3cdf9aee77381c9f68b1a309862b3a3"; + sha256_unsigned = "4a923246c165c399bd609eeb8668172fd3cdf9aee77381c9f68b1a309862b3a3"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-ultra-ext4-sdcard.img.gz"; + sha256 = "1c5494807a46d083af910dce3926697001ab790eedb401471fe995c86fbca917"; + sha256_unsigned = "9a9a5f16cc01ba1ae425615980f014cbc08eb2616d3e2fd24e9957bab365bc4a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-ultra" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "Ultra"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-v7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"; + sha256 = "bf81cc9c2602e54e5a8bd3eb309bd49e4de3c6bab7543b47daa354a69faaf5b4"; + sha256_unsigned = "29212f7d75262a6a2ba10485658392abc564208d0ff7bd134d66c5408c797952"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz"; + sha256 = "c33c55436a5a79c0a60b3a9a2d2c7618175be8adf3bc6f473df0ffec2f66c07d"; + sha256_unsigned = "82b263c97d5a0bcf6a6e7c6a1708ed635a2e07036a4365c86de3a7df8a6ec58b"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-v7-initramfs-kernel.bin"; + sha256 = "4a923246c165c399bd609eeb8668172fd3cdf9aee77381c9f68b1a309862b3a3"; + sha256_unsigned = "4a923246c165c399bd609eeb8668172fd3cdf9aee77381c9f68b1a309862b3a3"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 Non-eMMC"; + vendor = "Marvell"; + } + ]; + }; + globalscale_espressobin-v7-emmc = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-v7-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz"; + sha256 = "a3935dc1450439d6053c1fe157b0c25b1f2500be4ee62f5175cd5d5be666e6a3"; + sha256_unsigned = "926f26834c706e193976f9bb8b2e21699c045bb0d9b0d83947b7f484b322cc9d"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-v7-emmc-initramfs-kernel.bin"; + sha256 = "4a923246c165c399bd609eeb8668172fd3cdf9aee77381c9f68b1a309862b3a3"; + sha256_unsigned = "4a923246c165c399bd609eeb8668172fd3cdf9aee77381c9f68b1a309862b3a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"; + sha256 = "114c1e8698cfc167ea76112bcaf0d7b22ce6706aae74c3607f853562f5771e77"; + sha256_unsigned = "d4a9f699342c5c11099fb7206a139bcc2405bf022598eff5994340c69fa1db34"; + type = "sdcard"; + } + ]; + supported_devices = [ + "globalscale,espressobin-v7-emmc" + ]; + titles = [ + { + model = "ESPRESSObin"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + { + model = "Armada 3700 Community Board"; + variant = "V7 eMMC"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada-3720-db = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa53-marvell_armada-3720-db"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz"; + sha256 = "d7db6d4c077d720ef563e1b2a2fd3b5987dde5d40e8cc03cc17b22410358cac1"; + sha256_unsigned = "921a6f26990c62dc63218f28272ee5737e2b8ab5b5747e11e7b2ab0521c7ff3a"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa53-marvell_armada-3720-db-initramfs-kernel.bin"; + sha256 = "4a923246c165c399bd609eeb8668172fd3cdf9aee77381c9f68b1a309862b3a3"; + sha256_unsigned = "4a923246c165c399bd609eeb8668172fd3cdf9aee77381c9f68b1a309862b3a3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"; + sha256 = "6eb143dff7936be3336f4959593663a7fdc58f94299c1421e40d0b195d892731"; + sha256_unsigned = "d9b5ca802d3d21272a3aadba5d0680906947372517608609787f23bb16c87627"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada-3720-db" + ]; + titles = [ + { + model = "Armada 3720 Development Board (DB-88F3720-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + methode_edpu = { + device_packages = [ + "f2fs-tools" + "fdisk" + "kmod-i2c-pxa" + "kmod-hwmon-lm75" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa53-methode_edpu"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa53-methode_edpu-firmware.tgz"; + sha256 = "48d9099513d5fb458189e92e8d56fe63cdb0b83cc9ae15a755d2c8ff8bcdb21e"; + sha256_unsigned = "43aec96f37df2fc294085c873166650e4633c0723601ddbdca7a48ff68e8800a"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa53-methode_edpu-initramfs.itb"; + sha256 = "cb9308dc4793c31b5623445ceb8daa2fdf4c1553c1b6a1beb4f6bc402c680073"; + sha256_unsigned = "cb9308dc4793c31b5623445ceb8daa2fdf4c1553c1b6a1beb4f6bc402c680073"; + type = "kernel"; + } + ]; + supported_devices = [ + "methode,edpu" + ]; + titles = [ + { + model = "eDPU"; + vendor = "Methode"; + } + ]; + }; + methode_udpu = { + device_packages = [ + "f2fs-tools" + "fdisk" + "kmod-i2c-pxa" + "kmod-hwmon-lm75" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa53-methode_udpu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa53-methode_udpu-initramfs.itb"; + sha256 = "3158ae92da205d6f4824fc8cfb48824c2af3f19ef0925a7af7360464dd99efbc"; + sha256_unsigned = "3158ae92da205d6f4824fc8cfb48824c2af3f19ef0925a7af7360464dd99efbc"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa53-methode_udpu-firmware.tgz"; + sha256 = "0859ec212650a5efafd39ad67561042ec7ea1b1f0e258ab72dee7edd4a2b7baf"; + sha256_unsigned = "cc07d13a4a607f7655b56e5174754c587be488a7641a5d742833a8204b7e1f2c"; + type = "firmware"; + } + ]; + supported_devices = [ + "methode,udpu" + ]; + titles = [ + { + model = "micro-DPU (uDPU)"; + vendor = "Methode"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "mvebu/cortexa53"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + cortexa72 = { + arch_packages = "aarch64_cortex-a72"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "ethtool" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + globalscale_mochabin = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa72-globalscale_mochabin"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa72-globalscale_mochabin-squashfs-sdcard.img.gz"; + sha256 = "718be4eabbc264ce02c892f3a4b427b09798366703b86cbb59b2474acc5f339a"; + sha256_unsigned = "3490e757dbb186a342336c6f37ce50554f6454b003b3d11a05d55c18862c265c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa72-globalscale_mochabin-ext4-sdcard.img.gz"; + sha256 = "82ba898c275e8b4653e5021062ff8f1a57a1ada0f69f7135cd45f981620893bd"; + sha256_unsigned = "485cf5254d6c4acbad2b46b2342905814d716b00906822cf9abbd1a1a2d82da3"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa72-globalscale_mochabin-initramfs-kernel.bin"; + sha256 = "c5d3727bf207bedaf7421f334290ab963c05be1608d276569fbadcc82d54672a"; + sha256_unsigned = "c5d3727bf207bedaf7421f334290ab963c05be1608d276569fbadcc82d54672a"; + type = "kernel"; + } + ]; + supported_devices = [ + "globalscale,mochabin" + ]; + titles = [ + { + model = "MOCHAbin"; + vendor = "Globalscale"; + } + ]; + }; + iei_puzzle-m901 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa72-iei_puzzle-m901"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa72-iei_puzzle-m901-initramfs-kernel.bin"; + sha256 = "c5d3727bf207bedaf7421f334290ab963c05be1608d276569fbadcc82d54672a"; + sha256_unsigned = "c5d3727bf207bedaf7421f334290ab963c05be1608d276569fbadcc82d54672a"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa72-iei_puzzle-m901-ext4-sdcard.img.gz"; + sha256 = "563ca7840bedf0c3a5f07890683ef70e5c96e97335c81dbbd9ef5ae4aae20b82"; + sha256_unsigned = "8694fb37e82da24a10eb46073dffae3575e72d6353080ad708ed6a6bd1b004e7"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa72-iei_puzzle-m901-squashfs-sdcard.img.gz"; + sha256 = "2a4bd32ae60e26f859a1a2e668d19bdca4fedcbb84e506a39854b092cfaece99"; + sha256_unsigned = "b1e4ba00887a886b400107ba7c819d1d73017d132624acb730be093cb58eac0f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "iei,puzzle-m901" + ]; + titles = [ + { + model = "Puzzle-M901"; + vendor = "iEi"; + } + ]; + }; + iei_puzzle-m902 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa72-iei_puzzle-m902"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa72-iei_puzzle-m902-initramfs-kernel.bin"; + sha256 = "c5d3727bf207bedaf7421f334290ab963c05be1608d276569fbadcc82d54672a"; + sha256_unsigned = "c5d3727bf207bedaf7421f334290ab963c05be1608d276569fbadcc82d54672a"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa72-iei_puzzle-m902-ext4-sdcard.img.gz"; + sha256 = "46304538e9b6c42a9911286d9a41622bd016ddf0ccdd4b0181fb54192b52f3ac"; + sha256_unsigned = "991e6e66090c1cb26b96c39d2ef7b5622c58d26eade9ed762d973f542c16665b"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa72-iei_puzzle-m902-squashfs-sdcard.img.gz"; + sha256 = "c6fd8462943034b151518153089a02ec6c5a5d47c062319ea405e8dda0e9a480"; + sha256_unsigned = "964816af8a86a203854fea10be6fc96bd9bc39d805d34dac0aac7102fc9d85a1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "iei,puzzle-m902" + ]; + titles = [ + { + model = "Puzzle-M902"; + vendor = "iEi"; + } + ]; + }; + marvell_armada7040-db = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa72-marvell_armada7040-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz"; + sha256 = "6cfdbd667b907ba00f1ce1fdc212ad99b48d024e8d512c952af4c8f72e51d8a9"; + sha256_unsigned = "e7aa429aac301f6de6afffa84fa2387b2a5ce3db51b3d5cbc02c313b550447c9"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"; + sha256 = "5d2785c2df34e458b926578bf153ea678ed33d64a43b312730de167bfc255779"; + sha256_unsigned = "1de84277b5396cf5796a4338d7cf98234745af272cd4a1ecb7c9be223ee2105f"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa72-marvell_armada7040-db-initramfs-kernel.bin"; + sha256 = "c5d3727bf207bedaf7421f334290ab963c05be1608d276569fbadcc82d54672a"; + sha256_unsigned = "c5d3727bf207bedaf7421f334290ab963c05be1608d276569fbadcc82d54672a"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,armada7040-db" + ]; + titles = [ + { + model = "Armada 7040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_armada8040-db = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa72-marvell_armada8040-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa72-marvell_armada8040-db-initramfs-kernel.bin"; + sha256 = "c5d3727bf207bedaf7421f334290ab963c05be1608d276569fbadcc82d54672a"; + sha256_unsigned = "c5d3727bf207bedaf7421f334290ab963c05be1608d276569fbadcc82d54672a"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"; + sha256 = "6ee7b93c37dae0d4fd4786ca96913fd7bb128ce5a147cbf29f2af92bb87a1d90"; + sha256_unsigned = "4d15792b2127dfc9e0a82509a72d619a482bab04ac72529f3191eaa3edf63c77"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz"; + sha256 = "2ce07083a8fb16ac2af2e94adafefefd33f3d6ddc28e131ae600a94e9f5f1da7"; + sha256_unsigned = "89ce40e8bcbc708ca6dd565c209c78d1dafb282f3dd642adb59638cda46afc64"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-db" + ]; + titles = [ + { + model = "Armada 8040 Development Board"; + vendor = "Marvell"; + } + ]; + }; + marvell_clearfog-gt-8k = { + device_packages = [ + "kmod-i2c-mux-pca954x" + "kmod-crypto-hw-safexcel" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa72-marvell_clearfog-gt-8k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa72-marvell_clearfog-gt-8k-squashfs-sdcard.img.gz"; + sha256 = "4529703c598d9cd67a0092f73b1a2dfa21c563f91ac1cc79353a17688e290555"; + sha256_unsigned = "f7cabfcff14703cc0c360a66587f18da9cf71193380631cbf389734c0d6f5939"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa72-marvell_clearfog-gt-8k-initramfs-kernel.bin"; + sha256 = "c5d3727bf207bedaf7421f334290ab963c05be1608d276569fbadcc82d54672a"; + sha256_unsigned = "c5d3727bf207bedaf7421f334290ab963c05be1608d276569fbadcc82d54672a"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa72-marvell_clearfog-gt-8k-ext4-sdcard.img.gz"; + sha256 = "0084dfaea8a11177000449f98874056a3f7bfceb79a6d11a60c0c344010a0080"; + sha256_unsigned = "047ae0c89b77e181cb25974295cf3f3e229bd48da22e00703f1fa6fd6762f05f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-clearfog-gt-8k" + ]; + titles = [ + { + model = "Clearfog"; + variant = "GT-8K"; + vendor = "SolidRun"; + } + ]; + }; + marvell_macchiatobin-doubleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa72-marvell_macchiatobin-doubleshot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa72-marvell_macchiatobin-doubleshot-squashfs-sdcard.img.gz"; + sha256 = "0e4932983afa10cb068f3a715afe9257714c49f945bdf2f01462a6356ad94b95"; + sha256_unsigned = "930bc939f038b3e0a37e44d248c98118883ed23ada2b8932377fd953558e50df"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa72-marvell_macchiatobin-doubleshot-initramfs-kernel.bin"; + sha256 = "c5d3727bf207bedaf7421f334290ab963c05be1608d276569fbadcc82d54672a"; + sha256_unsigned = "c5d3727bf207bedaf7421f334290ab963c05be1608d276569fbadcc82d54672a"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa72-marvell_macchiatobin-doubleshot-ext4-sdcard.img.gz"; + sha256 = "9c2c0ef7564593e5b6fb5d865c9f370708d3950696258642344f971eae42412c"; + sha256_unsigned = "dabf4eb141356feb0db6584f6c8b8bc5c367c7c83691acc0b77c60e4199ec943"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-doubleshot" + "marvell,armada8040-mcbin" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Double Shot"; + vendor = "SolidRun"; + } + ]; + }; + marvell_macchiatobin-singleshot = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa72-marvell_macchiatobin-singleshot"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa72-marvell_macchiatobin-singleshot-squashfs-sdcard.img.gz"; + sha256 = "9f26811bdd70fa6035e76c8085e8d7bea01dac14f8a648f78cb5928176487855"; + sha256_unsigned = "2ccbd1251fd3d84759e4aa19f7f3c8a32aa582fcc0cc8f44080e3442ae1e01eb"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa72-marvell_macchiatobin-singleshot-initramfs-kernel.bin"; + sha256 = "c5d3727bf207bedaf7421f334290ab963c05be1608d276569fbadcc82d54672a"; + sha256_unsigned = "c5d3727bf207bedaf7421f334290ab963c05be1608d276569fbadcc82d54672a"; + type = "kernel"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mvebu-cortexa72-marvell_macchiatobin-singleshot-ext4-sdcard.img.gz"; + sha256 = "d216bf79cbcb7421b64a3894ee7bbde6c43d1057b0836d18720289fb61fdc2d1"; + sha256_unsigned = "388ac5e6a4a53391bde19c6970feed84e94cc8f5b80f10660bd001e52709814e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "marvell,armada8040-mcbin-singleshot" + ]; + titles = [ + { + model = "MACCHIATObin"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + { + model = "Armada 8040 Community Board"; + variant = "Single Shot"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "mvebu/cortexa72"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + cortexa9 = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + buffalo_ls220de = { + device_packages = [ + "kmod-hwmon-gpiofan" + "kmod-hwmon-drivetemp" + "kmod-linkstation-poweroff" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-raid10" + "kmod-fs-xfs" + "mdadm" + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-buffalo_ls220de"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-buffalo_ls220de-initramfs-kernel.bin"; + sha256 = "429d5d25243c8dbda1af19dc669ea26c9d55483af2872de7f7452bca5a1b8f3b"; + sha256_unsigned = "429d5d25243c8dbda1af19dc669ea26c9d55483af2872de7f7452bca5a1b8f3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-buffalo_ls220de-squashfs-sysupgrade.bin"; + sha256 = "9a2c4a466c577677f97e71edab2a191f4d1d38e1f6d563c1a24af8519186f890"; + sha256_unsigned = "f48a3f2b5a148ce9b9c14d4a0489b9a58c26fa7eca5b6296a4fe650bca7e9fd5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,ls220de" + ]; + titles = [ + { + model = "LinkStation LS220DE"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_ls421de = { + device_packages = [ + "kmod-rtc-rs5c372a" + "kmod-hwmon-gpiofan" + "kmod-hwmon-drivetemp" + "kmod-usb3" + "kmod-linkstation-poweroff" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-md-mod" + "kmod-fs-xfs" + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-buffalo_ls421de"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-buffalo_ls421de-squashfs-sysupgrade.bin"; + sha256 = "0d0876969a287178ecbb68ddaae302f3139d1fb13338d7c52beb48afaa760fa8"; + sha256_unsigned = "1f08b3c0422e0068dcf2fa2d7bdd7e48bc6e50c852b5e05cf82ec4b2357bec08"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-buffalo_ls421de-initramfs-kernel.bin"; + sha256 = "195c071035969be7de6b05802e026119b8c7b3801e7ad8c1bfd6f50fdd2b1e19"; + sha256_unsigned = "195c071035969be7de6b05802e026119b8c7b3801e7ad8c1bfd6f50fdd2b1e19"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,ls421de" + ]; + titles = [ + { + model = "LinkStation LS421DE"; + vendor = "Buffalo"; + } + ]; + }; + ctera_c200-v2 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-hwmon-drivetemp" + "kmod-hwmon-nct7802" + "kmod-rtc-s35390a" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-ctera_c200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-ctera_c200-v2-squashfs-sysupgrade.bin"; + sha256 = "6b1908a3e796ee01bb7def8ba88b368badf3ca02cd5b359b846a9d30e7dffd85"; + sha256_unsigned = "4d9154d9cff4ac25bed22b11feb84cec3ef80254579f20570066daac70d1768b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-ctera_c200-v2-initramfs-factory.firm"; + sha256 = "35c33ec2d6154aa3cfa3cad84e85a49d0f9abfd34172f9be873fa67832d2fe92"; + sha256_unsigned = "35c33ec2d6154aa3cfa3cad84e85a49d0f9abfd34172f9be873fa67832d2fe92"; + type = "kernel"; + } + ]; + supported_devices = [ + "ctera,c200-v2" + ]; + titles = [ + { + model = "C200"; + variant = "V2"; + vendor = "Ctera"; + } + ]; + }; + cznic_turris-omnia = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "kmod-fs-vfat" + "kmod-nls-cp437" + "kmod-nls-iso8859-1" + "wpad-basic-mbedtls" + "kmod-ath9k" + "kmod-ath10k-ct" + "ath10k-firmware-qca988x-ct" + "partx-utils" + "kmod-i2c-mux-pca954x" + "kmod-leds-turris-omnia" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-cznic_turris-omnia"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"; + sha256 = "cf84833c3b10832b81581991a8fde53e7853a03c3512ed0e5b4882cecf495fdc"; + sha256_unsigned = "2d478484992cce94f109211981d27b436789b3fa5747ddce36af512f4436dd93"; + type = "openwrt-23"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-cznic_turris-omnia-initramfs-kernel.bin"; + sha256 = "9b20fad17ea0a2103f4486826c657846219d1861687565aeacff8d5d3b585206"; + sha256_unsigned = "9b20fad17ea0a2103f4486826c657846219d1861687565aeacff8d5d3b585206"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "omnia-medkit-openwrt-23.05.0-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz"; + sha256 = "b98fa88407d98038ca30bd5cd246f26300a4f105510d6d44878bcf8f0acc946d"; + sha256_unsigned = "b98fa88407d98038ca30bd5cd246f26300a4f105510d6d44878bcf8f0acc946d"; + type = "omnia-medkit-openwrt-23"; + } + ]; + supported_devices = [ + "cznic,turris-omnia" + "armada-385-turris-omnia" + ]; + titles = [ + { + model = "Turris Omnia"; + vendor = "CZ.NIC"; + } + ]; + }; + fortinet_fg-50e = { + device_packages = [ + "kmod-hwmon-nct7802" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-fortinet_fg-50e"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-fortinet_fg-50e-initramfs-kernel.bin"; + sha256 = "9d2e7680813d308e5d99db198774fdf70da681b1367b4b9facbd6a6dc3db883f"; + sha256_unsigned = "9d2e7680813d308e5d99db198774fdf70da681b1367b4b9facbd6a6dc3db883f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-fortinet_fg-50e-squashfs-sysupgrade.bin"; + sha256 = "58a02ca05f17de1ab038cb4a5c9bdbf9b96a89dacd8fedb11fa03bb5efad4665"; + sha256_unsigned = "c5cef11f04545e79f7b0242f7c215f2c34261f23648dc96c2b5441ae99ecfb5f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "fortinet,fg-50e" + ]; + titles = [ + { + model = "FortiGate 50E"; + vendor = "Fortinet"; + } + ]; + }; + globalscale_mirabox = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-globalscale_mirabox"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-globalscale_mirabox-initramfs-kernel.bin"; + sha256 = "cf0634b9d8e269952f3f9c745fff4f8ed8b105dd1546ea21e6bdbfc5ca896f13"; + sha256_unsigned = "cf0634b9d8e269952f3f9c745fff4f8ed8b105dd1546ea21e6bdbfc5ca896f13"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"; + sha256 = "561ce13e1d95146a974746f235efd2837464732f697242d2380298ed4cfcfe04"; + sha256_unsigned = "bdc80e59910c33a63ec1ab6a59105fc65f3bb8c34e1e2eac66fe65bc56b07f5b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "globalscale,mirabox" + "mirabox" + ]; + titles = [ + { + model = "Mirabox"; + vendor = "Globalscale"; + } + ]; + }; + iptime_nas1dual = { + device_packages = [ + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-iptime_nas1dual"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-iptime_nas1dual-squashfs-sysupgrade.bin"; + sha256 = "bf7e48c2fcee64e3b2478b8ed268fbabee9fccd9910f190cb1861886eace0ee2"; + sha256_unsigned = "f0a10cc8918fc11784915c88a4439188891a3a857a21b1276d404f39dd817f86"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-iptime_nas1dual-initramfs-kernel.bin"; + sha256 = "21f6664960bc6dd4af2cd605140c026a0f6c6efc4ccd60b7a426bdac259461ba"; + sha256_unsigned = "21f6664960bc6dd4af2cd605140c026a0f6c6efc4ccd60b7a426bdac259461ba"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,nas1dual" + ]; + titles = [ + { + model = "NAS1dual"; + vendor = "ipTIME"; + } + ]; + }; + kobol_helios4 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-kobol_helios4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-kobol_helios4-squashfs-sdcard.img.gz"; + sha256 = "f650a4dcf8c679a01279bf03af123afeede9b6e61e46cca1221c14246026de0e"; + sha256_unsigned = "ca6a4b5dae959f194462c7d57ba6ffd201edf1d2f8dbdfa8b44dfd5b64e67ca2"; + type = "sdcard"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-kobol_helios4-initramfs-kernel.bin"; + sha256 = "3eb47e42766895df682301ceabaa79fb2fda51f4da3dc04a8e3838269417f168"; + sha256_unsigned = "3eb47e42766895df682301ceabaa79fb2fda51f4da3dc04a8e3838269417f168"; + type = "kernel"; + } + ]; + supported_devices = [ + "kobol,helios4" + ]; + titles = [ + { + model = "Helios4"; + vendor = "Kobol"; + } + ]; + }; + linksys_wrt1200ac = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-mbedtls" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt1200ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"; + sha256 = "88da224b93267900c8a514aec3b4feefdc3a9a8c21c0e0da48c714a27ffa4590"; + sha256_unsigned = "88da224b93267900c8a514aec3b4feefdc3a9a8c21c0e0da48c714a27ffa4590"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt1200ac-initramfs-kernel.bin"; + sha256 = "605e3b156e1dcfd0d4013c1cb09432bab3976b1687a31f7f604d568b62c2dd50"; + sha256_unsigned = "605e3b156e1dcfd0d4013c1cb09432bab3976b1687a31f7f604d568b62c2dd50"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin"; + sha256 = "f8198225038034c32c339c1204cadb3858bd349524a19b5374dad2d557a2c97b"; + sha256_unsigned = "9d0de1072eff27e0ce94659c9c5e85ae26b5fafb88e64e60283bf1dace2d7bf9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1200ac" + "armada-385-linksys-caiman" + "linksys,caiman" + ]; + titles = [ + { + model = "WRT1200AC"; + vendor = "Linksys"; + } + { + model = "Caiman"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v1 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-mbedtls" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt1900ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-factory.img"; + sha256 = "63fcb93f917fe37b8018226fc05a40781cd8c785ea31e1da38a7037611a233f6"; + sha256_unsigned = "63fcb93f917fe37b8018226fc05a40781cd8c785ea31e1da38a7037611a233f6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt1900ac-v1-initramfs-kernel.bin"; + sha256 = "bc232c092528535f282eb3863d57aaff55379dc688f18eb930979e10d6c9c315"; + sha256_unsigned = "bc232c092528535f282eb3863d57aaff55379dc688f18eb930979e10d6c9c315"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt1900ac-v1-squashfs-sysupgrade.bin"; + sha256 = "8c8f0be384c8dcee11669425c1c1266cdbf4cc5a6a1f1d87bba766de952ed1b4"; + sha256_unsigned = "85e34fed9050e6b8293aea6b43138928bc2b72ed9f213ec73f4a4773b14bc34e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v1" + "armada-xp-linksys-mamba" + "linksys,mamba" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "Mamba"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900ac-v2 = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-mbedtls" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt1900ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-sysupgrade.bin"; + sha256 = "8a647d7b807cf79846041b905bc5e9653582de4e543b9dc1b0e3f6546b546c57"; + sha256_unsigned = "944514c8ce772f9ecafdf456b31a894b0da3495bdc93b6cb4726c32edf96203f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt1900ac-v2-squashfs-factory.img"; + sha256 = "cda01b77a608a192dbbdee92bc00256963cab60f7739ac7d720190eff880f6ed"; + sha256_unsigned = "cda01b77a608a192dbbdee92bc00256963cab60f7739ac7d720190eff880f6ed"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt1900ac-v2-initramfs-kernel.bin"; + sha256 = "1f67b46427fcdab4bd8bd0f84a67aff3123a8e17f266f30699a2d1ee6caf7c88"; + sha256_unsigned = "1f67b46427fcdab4bd8bd0f84a67aff3123a8e17f266f30699a2d1ee6caf7c88"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt1900ac-v2" + "armada-385-linksys-cobra" + "linksys,cobra" + ]; + titles = [ + { + model = "WRT1900AC"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Cobra"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt1900acs = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-mbedtls" + "mwlwifi-firmware-88w8864" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt1900acs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt1900acs-initramfs-kernel.bin"; + sha256 = "3b1f873c9861b40ad888826c85934b42de7577ee0eaff41e1993ff8a276ce569"; + sha256_unsigned = "3b1f873c9861b40ad888826c85934b42de7577ee0eaff41e1993ff8a276ce569"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"; + sha256 = "5af65d2e1f032272627524b7f2d1417d958e55f40ccb296ee5f3ed6c7a120b66"; + sha256_unsigned = "5af65d2e1f032272627524b7f2d1417d958e55f40ccb296ee5f3ed6c7a120b66"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin"; + sha256 = "8b50de3bc21afcfb378306b91f057b7114b8eb60050f7eadc4c8a69b4d993dcf"; + sha256_unsigned = "aefe539bc9870d0e15f808915804015895eacfaeb2e6432922c81114988e6672"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,wrt1900acs" + "armada-385-linksys-shelby" + "linksys,shelby" + ]; + titles = [ + { + model = "WRT1900ACS"; + variant = "v1"; + vendor = "Linksys"; + } + { + model = "WRT1900ACS"; + variant = "v2"; + vendor = "Linksys"; + } + { + model = "Shelby"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt3200acm = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-mbedtls" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt3200acm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin"; + sha256 = "9566bef1d4a2cbfa30a348f9d7b3cead4672a3f5006184b2103909bf54263cec"; + sha256_unsigned = "e18edfbcbb81fd690ad4131f40439a656a9d2270131e60a40c63e31b5384e840"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"; + sha256 = "ca7d1a55de60ab9e04e8956d43c653e51a0c664d13d5514a7c93ce2270dd6f0c"; + sha256_unsigned = "ca7d1a55de60ab9e04e8956d43c653e51a0c664d13d5514a7c93ce2270dd6f0c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt3200acm-initramfs-kernel.bin"; + sha256 = "9dbeea85b6d1fab74519e4d9dcc232586fc1d62e497cc0b164fb1057a86965cf"; + sha256_unsigned = "9dbeea85b6d1fab74519e4d9dcc232586fc1d62e497cc0b164fb1057a86965cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,wrt3200acm" + "armada-385-linksys-rango" + "linksys,rango" + ]; + titles = [ + { + model = "WRT3200ACM"; + vendor = "Linksys"; + } + { + model = "Rango"; + vendor = "Linksys"; + } + ]; + }; + linksys_wrt32x = { + device_packages = [ + "kmod-mwlwifi" + "wpad-basic-mbedtls" + "kmod-btmrvl" + "kmod-mwifiex-sdio" + "mwlwifi-firmware-88w8964" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt32x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt32x-initramfs-kernel.bin"; + sha256 = "78861f902f09001df7b64a7a0fd830d8a575ae139204af8aea9c841a09e7a421"; + sha256_unsigned = "78861f902f09001df7b64a7a0fd830d8a575ae139204af8aea9c841a09e7a421"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin"; + sha256 = "b173dd9a5d0f694dd48e2e4c5c44d1357944406d3b042038515ba7ee332a500d"; + sha256_unsigned = "2aa0b44cee417a8dfc2f49bd52363b63ba927b69a81b5b86f4b0ab416d3227fb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"; + sha256 = "dfd7350ac40ecd55b0d065cdd45b64a378dc5cdbac9ff786020292fc14fe8231"; + sha256_unsigned = "dfd7350ac40ecd55b0d065cdd45b64a378dc5cdbac9ff786020292fc14fe8231"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,wrt32x" + "armada-385-linksys-venom" + "linksys,venom" + ]; + titles = [ + { + model = "WRT32X"; + vendor = "Linksys"; + } + { + model = "Venom"; + vendor = "Linksys"; + } + ]; + }; + marvell_a370-db = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-marvell_a370-db"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"; + sha256 = "fd835c65590dd22bb07700adfa8b9d1db687de0eb2c4afe40cbaa9a23e326ce4"; + sha256_unsigned = "68ea438dcbe077ff3b24dece4b92af72c5fb5a22e8303265d7bafac4575e464d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-marvell_a370-db-initramfs-kernel.bin"; + sha256 = "137a0bd4e125a3a67a32db93af07b9d48c6dda4b3687f81999e18fb93d2945ea"; + sha256_unsigned = "137a0bd4e125a3a67a32db93af07b9d48c6dda4b3687f81999e18fb93d2945ea"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a370-db" + "armada-370-db" + ]; + titles = [ + { + model = "Armada 370 Development Board (DB-88F6710-BP-DDR3)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a370-rd = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-marvell_a370-rd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-marvell_a370-rd-initramfs-kernel.bin"; + sha256 = "d6e35718f18e0e2d49b9fb2ea4ba4c1f45d1bf16f9dd6791584c3faa34866ce1"; + sha256_unsigned = "d6e35718f18e0e2d49b9fb2ea4ba4c1f45d1bf16f9dd6791584c3faa34866ce1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"; + sha256 = "747a14b8fb098a61b5037c4f56738dc725ad7039e0d0d44e1c8788c9374b9f07"; + sha256_unsigned = "3961b2cc64cb699ec4ed2acbadf8e931c36ec853cb29e9a87913adb013465432"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,a370-rd" + "armada-370-rd" + ]; + titles = [ + { + model = "Armada 370 RD (RD-88F6710-A1)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a385-db-ap = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-marvell_a385-db-ap"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"; + sha256 = "30dc5f93ebb1ef996efc17f682a14f99f9d67f536bd71aaaa65d97b305fc2034"; + sha256_unsigned = "30dc5f93ebb1ef996efc17f682a14f99f9d67f536bd71aaaa65d97b305fc2034"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin"; + sha256 = "f10b1b9ce53079cdfd50b59c702c09d8f67305f278287d5d7ccabc3aae689ec0"; + sha256_unsigned = "2ac84ba0aadf04c4e24db426dba630595c12e35abbcef2aa7d123b7c340e20f1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-marvell_a385-db-ap-initramfs-kernel.bin"; + sha256 = "7d44c0b6e981d6bb0ea2af692cf4843a846ca5e9e67f27f90ca410a0fb6877c8"; + sha256_unsigned = "7d44c0b6e981d6bb0ea2af692cf4843a846ca5e9e67f27f90ca410a0fb6877c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "marvell,a385-db-ap" + "armada-385-db-ap" + ]; + titles = [ + { + model = "Armada 385 Development Board AP (DB-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_a388-rd = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-marvell_a388-rd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"; + sha256 = "58db3ac476f5c6df951b7c3e7f24c079d8d53fb712ed327d8471fdb8e5bf684f"; + sha256_unsigned = "58db3ac476f5c6df951b7c3e7f24c079d8d53fb712ed327d8471fdb8e5bf684f"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-marvell_a388-rd-initramfs-kernel.bin"; + sha256 = "a297242b706cbbac3bff13cb1b069c2e96a27fe69869da9d3b966610a79b1753"; + sha256_unsigned = "a297242b706cbbac3bff13cb1b069c2e96a27fe69869da9d3b966610a79b1753"; + type = "kernel"; + } + ]; + supported_devices = [ + "armada-388-rd" + "marvell,a385-rd" + ]; + titles = [ + { + model = "Armada 388 RD (RD-88F6820-AP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-db = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-marvell_axp-db"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-marvell_axp-db-initramfs-kernel.bin"; + sha256 = "440be0b84f33b99bfadb136b51ec330082b5a2b38a6cae06b24ec56ae3a365f6"; + sha256_unsigned = "440be0b84f33b99bfadb136b51ec330082b5a2b38a6cae06b24ec56ae3a365f6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"; + sha256 = "b090c8544debd33be9c66c9dbd66c826ea727fa0bde5bac66c61f61bf120b9f9"; + sha256_unsigned = "e8332bf015a7188a20f9ddd1ee8cad868b7637962b519ff03379f6d3d3e5ba82"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-db" + "armada-xp-db" + ]; + titles = [ + { + model = "Armada XP Development Board (DB-78460-BP)"; + vendor = "Marvell"; + } + ]; + }; + marvell_axp-gp = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-marvell_axp-gp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-marvell_axp-gp-initramfs-kernel.bin"; + sha256 = "f2ff8b29994e0f9fd17754b2fe864e8d4fed6f05ddf02af6ccb62d8554cf3c98"; + sha256_unsigned = "f2ff8b29994e0f9fd17754b2fe864e8d4fed6f05ddf02af6ccb62d8554cf3c98"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"; + sha256 = "0b4e5d223cf1ddb462ce53933ab0d9e454fc08ae3997348aeff4244610522591"; + sha256_unsigned = "c713d89fb0c9f37477b6e518265438ce6af04df6f68b5526bbc935c3965c2a7a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "marvell,axp-gp" + "armada-xp-gp" + ]; + titles = [ + { + model = "Armada Armada XP GP (DB-MV784MP-GP)"; + vendor = "Marvell"; + } + ]; + }; + plathome_openblocks-ax3-4 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-plathome_openblocks-ax3-4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin"; + sha256 = "d9c0adc0133fea2a2a81d946612dfa4be52b155b4dab6dfe10b87aa56e8ee6d5"; + sha256_unsigned = "b6db90d1154a5911886e26b546be04458a745a1d4aaa5a63898bc8f5ddb0da36"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-plathome_openblocks-ax3-4-initramfs-kernel.bin"; + sha256 = "0a6069720596f699964a6dd8619771fb914505891889e9ef0395598d8a539512"; + sha256_unsigned = "0a6069720596f699964a6dd8619771fb914505891889e9ef0395598d8a539512"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"; + sha256 = "6eb68256fbd61200eb2ab16fd18f80c2878330011ad72b6dbf6b159b2c1dd1ad"; + sha256_unsigned = "6eb68256fbd61200eb2ab16fd18f80c2878330011ad72b6dbf6b159b2c1dd1ad"; + type = "factory"; + } + ]; + supported_devices = [ + "plathome,openblocks-ax3-4" + "openblocks-ax3-4" + ]; + titles = [ + { + model = "OpenBlocks AX3"; + variant = "4 ports"; + vendor = "Plat'Home"; + } + ]; + }; + solidrun_clearfog-base-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-solidrun_clearfog-base-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-solidrun_clearfog-base-a1-initramfs-kernel.bin"; + sha256 = "3eb47e42766895df682301ceabaa79fb2fda51f4da3dc04a8e3838269417f168"; + sha256_unsigned = "3eb47e42766895df682301ceabaa79fb2fda51f4da3dc04a8e3838269417f168"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"; + sha256 = "4ef794a0589325123fd5b7fb2ef60956c17d10e663f3fae2442d84cbb9e7c160"; + sha256_unsigned = "e4c7bbbd1a2549b342d048b746f2ab5424fd01416ac47590da5f959ad03208b7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-base-a1" + "armada-388-clearfog-base" + ]; + titles = [ + { + model = "ClearFog Base"; + vendor = "SolidRun"; + } + ]; + }; + solidrun_clearfog-pro-a1 = { + device_packages = [ + "mkf2fs" + "e2fsprogs" + "partx-utils" + ]; + image_prefix = "openwrt-23.05.0-mvebu-cortexa9-solidrun_clearfog-pro-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-solidrun_clearfog-pro-a1-initramfs-kernel.bin"; + sha256 = "3eb47e42766895df682301ceabaa79fb2fda51f4da3dc04a8e3838269417f168"; + sha256_unsigned = "3eb47e42766895df682301ceabaa79fb2fda51f4da3dc04a8e3838269417f168"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"; + sha256 = "83714c92a7834698f4fbd1bf4bf0c4c7538e53f885fcae185ed1eec3be4ec6ea"; + sha256_unsigned = "d233390657180d2edb043f52991d1a5a72a726a31b1339df51c592358183d3f0"; + type = "sdcard"; + } + ]; + supported_devices = [ + "solidrun,clearfog-pro-a1" + "armada-388-clearfog" + "armada-388-clearfog-pro" + ]; + titles = [ + { + model = "ClearFog Pro"; + vendor = "SolidRun"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "mvebu/cortexa9"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + mxs = { + generic = { + arch_packages = "arm_arm926ej-s"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + i2se_duckbill = { + device_packages = [ + "-dnsmasq" + "-firewall" + "-ppp" + "-ip6tables" + "-iptables" + "-6relayd" + "-mtd" + "uboot-envtools" + "kmod-leds-gpio" + "-kmod-ipt-nathelper" + ]; + image_prefix = "openwrt-23.05.0-mxs-generic-i2se_duckbill"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mxs-generic-i2se_duckbill-ext4-sdcard.img.gz"; + sha256 = "aafab5a38ab2df3b5acaa955f070fbb251befc85bd01dbd5669ce9a5a2ec13e8"; + sha256_unsigned = "757bc541ea3eae60053457f4ff22bfc6ca7a0257857eb625a5039f2f2830b70b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "i2se,duckbill" + ]; + titles = [ + { + model = "Duckbill"; + vendor = "I2SE"; + } + ]; + }; + olinuxino_maxi = { + device_packages = [ + "kmod-usb-net-smsc95xx" + "kmod-pinctrl-mcp23s08-i2c" + "kmod-pinctrl-mcp23s08-spi" + "kmod-leds-gpio" + "kmod-sound-core" + ]; + image_prefix = "openwrt-23.05.0-mxs-generic-olinuxino_maxi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mxs-generic-olinuxino_maxi-ext4-sdcard.img.gz"; + sha256 = "e09ddacee1fe5cd4d0417481edcfd8beffbbe33296581a797832a5112ab4e3db"; + sha256_unsigned = "e7325db19c8eacf95c85d81b07cef7fba9dafa368e05e43d8352e798dc118ba8"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,imx23-olinuxino" + ]; + titles = [ + { + model = "OLinuXino Maxi"; + vendor = "Olimex"; + } + ]; + }; + olinuxino_micro = { + device_packages = [ + "kmod-pinctrl-mcp23s08-spi" + "kmod-pinctrl-mcp23s08-i2c" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-23.05.0-mxs-generic-olinuxino_micro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-mxs-generic-olinuxino_micro-ext4-sdcard.img.gz"; + sha256 = "c211911cabbb5c083f66ec82a179bf2ac1d8fc6d78bf2e326b15a28310b1d3f7"; + sha256_unsigned = "7cca8e955ca446e32b2e72bb4c62e634fd0d565640596ff8cea40f72b34f321a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,imx23-olinuxino" + ]; + titles = [ + { + model = "OLinuXino Micro"; + vendor = "Olimex"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "mxs/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + octeon = { + generic = { + arch_packages = "mips64_octeonplus"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-octeon-generic-generic"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-octeon-generic-generic-initramfs-kernel.bin"; + sha256 = "925fbf183776077f6c130f388394913df32e79fa5150fbc0429658cd32152ec5"; + sha256_unsigned = "925fbf183776077f6c130f388394913df32e79fa5150fbc0429658cd32152ec5"; + type = "kernel"; + } + ]; + supported_devices = [ + "generic" + ]; + titles = [ + { + model = "Octeon"; + vendor = "Generic"; + } + ]; + }; + itus_shield-router = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-octeon-generic-itus_shield-router"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-octeon-generic-itus_shield-router-squashfs-sysupgrade.tar"; + sha256 = "5a15f8e7f4348bb487984cd73177f79091b2d6f723bd93cae52d4c3435c5d31f"; + sha256_unsigned = "320acd097eb1ab4dd66601f0c92b55d9360ae9d613ee7c84bbeeb0edc6172848"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-octeon-generic-itus_shield-router-initramfs-kernel.bin"; + sha256 = "bb60487ff171adfdef309ed7fc001c269e7465246e611351748dc556cbff3fcb"; + sha256_unsigned = "bb60487ff171adfdef309ed7fc001c269e7465246e611351748dc556cbff3fcb"; + type = "kernel"; + } + ]; + supported_devices = [ + "itus,shield-router" + ]; + titles = [ + { + model = "Shield Router"; + vendor = "Itus Networks"; + } + ]; + }; + ubnt_edgerouter = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-octeon-generic-ubnt_edgerouter"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-octeon-generic-ubnt_edgerouter-initramfs-kernel.bin"; + sha256 = "63fe53efc18439ddf51e7bbecc5ddb3a8f69ea0ed9033af56f5c6469e059d5b1"; + sha256_unsigned = "63fe53efc18439ddf51e7bbecc5ddb3a8f69ea0ed9033af56f5c6469e059d5b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-octeon-generic-ubnt_edgerouter-squashfs-sysupgrade.tar"; + sha256 = "1de6b9b82c70839ac1ee6fc65c86ed962f2d08891afff7e17cb0ca39c3f73367"; + sha256_unsigned = "1de6b9b82c70839ac1ee6fc65c86ed962f2d08891afff7e17cb0ca39c3f73367"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter" + "er" + ]; + titles = [ + { + model = "EdgeRouter"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-4 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-23.05.0-octeon-generic-ubnt_edgerouter-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-octeon-generic-ubnt_edgerouter-4-initramfs-kernel.bin"; + sha256 = "ef8f04dbf570c284e29f0b4c4be68ae7a53a0650a2ec9a8bb8341f0f81c37086"; + sha256_unsigned = "ef8f04dbf570c284e29f0b4c4be68ae7a53a0650a2ec9a8bb8341f0f81c37086"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-octeon-generic-ubnt_edgerouter-4-squashfs-sysupgrade.tar"; + sha256 = "fee382e8e743e872343f7b33a1ac1e0b729386f54dcdef6ba8a1ee3c17b0fc41"; + sha256_unsigned = "fee382e8e743e872343f7b33a1ac1e0b729386f54dcdef6ba8a1ee3c17b0fc41"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-4" + ]; + titles = [ + { + model = "EdgeRouter 4"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-6p = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-of-mdio" + "kmod-sfp" + "kmod-usb3" + "kmod-usb-dwc3" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-23.05.0-octeon-generic-ubnt_edgerouter-6p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-octeon-generic-ubnt_edgerouter-6p-initramfs-kernel.bin"; + sha256 = "824aeadb59fabb6ae887faab9279f4af5c3dbd12f526eaf5d7d2eef7184126f5"; + sha256_unsigned = "824aeadb59fabb6ae887faab9279f4af5c3dbd12f526eaf5d7d2eef7184126f5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-octeon-generic-ubnt_edgerouter-6p-squashfs-sysupgrade.tar"; + sha256 = "2d0ac454b2c0518d63d7d098d9a69b8f56c2b6be11a49ff6cd3ce5af086255a7"; + sha256_unsigned = "2d0ac454b2c0518d63d7d098d9a69b8f56c2b6be11a49ff6cd3ce5af086255a7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-6p" + ]; + titles = [ + { + model = "EdgeRouter 6P"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-lite = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-octeon-generic-ubnt_edgerouter-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-octeon-generic-ubnt_edgerouter-lite-squashfs-sysupgrade.tar"; + sha256 = "cabc41994fa50ae15feda69e0697878b74826d87681cdc94ec51ae5c2578a4c6"; + sha256_unsigned = "cabc41994fa50ae15feda69e0697878b74826d87681cdc94ec51ae5c2578a4c6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-octeon-generic-ubnt_edgerouter-lite-initramfs-kernel.bin"; + sha256 = "2c709e3d660fd1b639af1a4098ea7baa695ec4b4eee77431d6863c27a21043fd"; + sha256_unsigned = "2c709e3d660fd1b639af1a4098ea7baa695ec4b4eee77431d6863c27a21043fd"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-lite" + "erlite" + ]; + titles = [ + { + model = "EdgeRouter Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-usg = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + ]; + image_prefix = "openwrt-23.05.0-octeon-generic-ubnt_unifi-usg"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-octeon-generic-ubnt_unifi-usg-squashfs-sysupgrade.tar"; + sha256 = "983c8b54209d83b259db757db5aa0c410acbe658e35fa56861fe17365a09fdd1"; + sha256_unsigned = "983c8b54209d83b259db757db5aa0c410acbe658e35fa56861fe17365a09fdd1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-octeon-generic-ubnt_unifi-usg-initramfs-kernel.bin"; + sha256 = "9cebe23ce10d35cedaa373313c079bdb72b4901a034a6b85d62ec138789b4ae4"; + sha256_unsigned = "9cebe23ce10d35cedaa373313c079bdb72b4901a034a6b85d62ec138789b4ae4"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-usg" + "erlite" + ]; + titles = [ + { + model = "UniFi Security Gateway"; + vendor = "Ubiquiti"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "octeon/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + octeontx = { }; + oxnas = { + ox820 = { + arch_packages = "arm_mpcore"; + default_packages = [ + "base-files" + "block-mount" + "busybox" + "ca-bundle" + "dropbear" + "fdisk" + "fstools" + "kmod-button-hotplug" + "kmod-input-gpio-keys-polled" + "kmod-leds-gpio" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "lsblk" + "mdadm" + "mtd" + "netifd" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + akitio_mycloud = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-i2c-gpio" + "kmod-rtc-ds1307" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-oxnas-ox820-akitio_mycloud"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-oxnas-ox820-akitio_mycloud-initramfs-uImage"; + sha256 = "58b29bc3359fbff4c53c0e6b178d450f8c275a0d2bf847f06d8c5aea38424989"; + sha256_unsigned = "58b29bc3359fbff4c53c0e6b178d450f8c275a0d2bf847f06d8c5aea38424989"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"; + sha256 = "d2891fd219ef018ac9aae4323644f82f956e77103704909d15d34ca4144500a3"; + sha256_unsigned = "16d2327aaa0d30230ccf2c4c9aa02995df5d7feb0ad20c67945264c2a15710fd"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin"; + sha256 = "d2d42ec203a73d924a5b6735b375d461dc797dda2fa8dd30d41c9eb99d79873f"; + sha256_unsigned = "d2d42ec203a73d924a5b6735b375d461dc797dda2fa8dd30d41c9eb99d79873f"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin"; + sha256 = "fc86f03b6856ed3633d0b07393e6a821dcdc1fb0bde6ff7a4b33cc49bd02c1bb"; + sha256_unsigned = "fc86f03b6856ed3633d0b07393e6a821dcdc1fb0bde6ff7a4b33cc49bd02c1bb"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar"; + sha256 = "0dcd792939667716b7e5b3ee431da35ac20ae49f4de65d1753c3738a6ef67910"; + sha256_unsigned = "bc2cc13fed81db8627f184f5bf0303df3dc84fc7543edae5de30ca3be3a686b2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "akitio,mycloud" + "akitio" + ]; + titles = [ + { + model = "MyCloud Mini"; + vendor = "Akitio"; + } + ]; + }; + cloudengines_pogoplug-series-3 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + ]; + image_prefix = "openwrt-23.05.0-oxnas-ox820-cloudengines_pogoplug-series-3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-oxnas-ox820-cloudengines_pogoplug-series-3-initramfs-uImage"; + sha256 = "5249992d4a811cf67b25409b70160484299805ac4029305fb30bdda30cbba021"; + sha256_unsigned = "5249992d4a811cf67b25409b70160484299805ac4029305fb30bdda30cbba021"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar"; + sha256 = "9012241bf9218525eb9f858ec78c1cdf51d7d18f214c02728a8159091201dd3d"; + sha256_unsigned = "ef7e91fe1e6086cab0b884b80d2eba877a93d5f28a7c28d0c17116ccfef9daf2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"; + sha256 = "296c27135013f8af54ec6507451bf9241d89c09899747a72bada804a6d1db887"; + sha256_unsigned = "654a425813c423ee054b33817239f91a966face9f17c19d4d0cade28c4b8c334"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin"; + sha256 = "575fdce6c49162bc7f406baaa66b39df80f5c1866acdcae1276e76d8e305b405"; + sha256_unsigned = "575fdce6c49162bc7f406baaa66b39df80f5c1866acdcae1276e76d8e305b405"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin"; + sha256 = "1069f808b0e27a1fdfbf1b8e876b1cc288af4f8bdc5dbe45cea18192ea4eead5"; + sha256_unsigned = "1069f808b0e27a1fdfbf1b8e876b1cc288af4f8bdc5dbe45cea18192ea4eead5"; + type = "ubinized"; + } + ]; + supported_devices = [ + "cloudengines,pogoplug-series-3" + "cloudengines,pogoplugv3" + "pogoplug-v3" + ]; + titles = [ + { + model = "PogoPlug Series V3 (without mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + cloudengines_pogoplugpro = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + "kmod-ata-oxnas-sata" + "kmod-rt2800-pci" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-oxnas-ox820-cloudengines_pogoplugpro"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin"; + sha256 = "671811a1ecd155e8eb39052dda744743d1215f4209feb92398e9cc3902e4cd7b"; + sha256_unsigned = "671811a1ecd155e8eb39052dda744743d1215f4209feb92398e9cc3902e4cd7b"; + type = "ubinized"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar"; + sha256 = "7d676d4b1d4d990e32f7b602ddbf995fb19f07e0fb463a770f753f97dba683ac"; + sha256_unsigned = "bf88b03f487e8a52134b57cc79001724e24afdb02df25eeab282d098558bca30"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-oxnas-ox820-cloudengines_pogoplugpro-initramfs-uImage"; + sha256 = "2655ecb0fd4808ff8020d422a43836a62697f1c83a3bb0e7f0138ca59e3752ba"; + sha256_unsigned = "2655ecb0fd4808ff8020d422a43836a62697f1c83a3bb0e7f0138ca59e3752ba"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin"; + sha256 = "f81e05e3e724fe5665c9a7afee5a71e15bf544d311f3ca40376aa5b90d21b4db"; + sha256_unsigned = "f81e05e3e724fe5665c9a7afee5a71e15bf544d311f3ca40376aa5b90d21b4db"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"; + sha256 = "ec7a9ecb5c54620472abf841696bc9dcb1c37c936a32d13033bb792c4668f93b"; + sha256_unsigned = "7ace185bacfacc15a3cd978ef0894dd1b1c6b04575bf9a867e0a9f7b650a5915"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cloudengines,pogoplugpro" + "pogoplug-pro" + ]; + titles = [ + { + model = "PogoPlug Pro (with mPCIe)"; + vendor = "Cloud Engines"; + } + ]; + }; + mitrastar_stg-212 = { + device_packages = [ + "kmod-ata-oxnas-sata" + "kmod-fs-ext4" + "kmod-fs-xfs" + "kmod-usb2-oxnas" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-oxnas-ox820-mitrastar_stg-212"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"; + sha256 = "308587d5b932a7669c4fb2d256a0e7c3ed4a8987f4ba0c2df4345d8598212fe5"; + sha256_unsigned = "42e4bfd33a94435a70631cab90d7f7194b0fc2bbd620a0d61006a82452bea807"; + type = "sysupgrade"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar"; + sha256 = "cffb295777da5ff25d0ddc24f3813b673b700985640e2b5473e4848f1e023cba"; + sha256_unsigned = "a5408a9b5d36f9679662b51052cc7b6a842d6908dbd7efbdd949772b9deb396f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin"; + sha256 = "6bf00a6628260632add54953d2ab5c9ab4b977205b65690554db5de21bc783a5"; + sha256_unsigned = "6bf00a6628260632add54953d2ab5c9ab4b977205b65690554db5de21bc783a5"; + type = "ubinized"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-oxnas-ox820-mitrastar_stg-212-initramfs-uImage"; + sha256 = "ddf77cc0d675b0c2593a0dc6ec3037418dc9073f3586019d0a639a99675d8260"; + sha256_unsigned = "ddf77cc0d675b0c2593a0dc6ec3037418dc9073f3586019d0a639a99675d8260"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin"; + sha256 = "0fbec7574b1a3c954e47610bf689e73558dd02376d71cbe1a883dadd453025e5"; + sha256_unsigned = "0fbec7574b1a3c954e47610bf689e73558dd02376d71cbe1a883dadd453025e5"; + type = "ubinized"; + } + ]; + supported_devices = [ + "mitrastar,stg-212" + "stg212" + ]; + titles = [ + { + model = "STG-212"; + vendor = "MitraStar"; + } + ]; + }; + shuttle_kd20 = { + device_packages = [ + "kmod-usb2-oxnas" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-rtc-pcf8563" + "kmod-gpio-beeper" + "kmod-hwmon-drivetemp" + "kmod-hwmon-gpiofan" + "kmod-ata-oxnas-sata" + "kmod-md-mod" + "kmod-md-raid0" + "kmod-md-raid1" + "kmod-fs-ext4" + "kmod-fs-xfs" + ]; + image_prefix = "openwrt-23.05.0-oxnas-ox820-shuttle_kd20"; + images = [ + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar"; + sha256 = "0bf1c740c2ffc061a35c339da803c7329754980e57d56a3ae96da37d661a21a6"; + sha256_unsigned = "9ff2c1a7fff9f6f706a3a12015f27b7f0153c80c6f29e04eb4d690c1a0b36a06"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-oxnas-ox820-shuttle_kd20-initramfs-uImage"; + sha256 = "0261af29dce2da2ebfacb57e9df95be114345a623933d9c01eaafcf6c5bc7f3d"; + sha256_unsigned = "0261af29dce2da2ebfacb57e9df95be114345a623933d9c01eaafcf6c5bc7f3d"; + type = "kernel"; + } + { + filesystem = "ubifs"; + name = "openwrt-23.05.0-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin"; + sha256 = "2964b64e23631291c554a15389267fa5efa3093027483d8eac3c43e893549dd8"; + sha256_unsigned = "2964b64e23631291c554a15389267fa5efa3093027483d8eac3c43e893549dd8"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin"; + sha256 = "f50f24d0bdfb56d253ee882bf7dbd2dc417163e338d9965b2256ab72ae4891bd"; + sha256_unsigned = "f50f24d0bdfb56d253ee882bf7dbd2dc417163e338d9965b2256ab72ae4891bd"; + type = "ubinized"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"; + sha256 = "3b08dcc141bac880a195f8c969ff8eba0016c52d8512d8fcda326c850d1cbecb"; + sha256_unsigned = "354e107e03b6bc6381de0cc1db2b32b29e83d120a0382d494323d53eadd0152c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "shuttle,kd20" + "kd20" + ]; + titles = [ + { + model = "KD20"; + vendor = "Shuttle"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "oxnas/ox820"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + pistachio = { + generic = { + arch_packages = "mipsel_24kc_24kf"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + img_creator-ci40 = { + device_packages = [ + "kmod-tpm-i2c-infineon" + "kmod-ca8210" + "wpan-tools" + ]; + image_prefix = "openwrt-23.05.0-pistachio-generic-img_creator-ci40"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-pistachio-generic-img_creator-ci40-squashfs-sysupgrade.tar"; + sha256 = "78ee8eac67c25777d95b6069ebc354acda66ecd739d4aed434b0e7a68a65df8c"; + sha256_unsigned = "78ee8eac67c25777d95b6069ebc354acda66ecd739d4aed434b0e7a68a65df8c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-pistachio-generic-img_creator-ci40-squashfs-factory.ubi"; + sha256 = "680019b1418774bffc8db70fa68da92802037b5dec81dbae971cbb1ee9fa2285"; + sha256_unsigned = "680019b1418774bffc8db70fa68da92802037b5dec81dbae971cbb1ee9fa2285"; + type = "factory"; + } + ]; + supported_devices = [ + "img,creator-ci40" + ]; + titles = [ + { + model = "Creator Ci40 (VL-62899)"; + vendor = "Imagination Technologies"; + } + { + model = "Marduk board"; + vendor = "Imagination Technologies"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "pistachio/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + ramips = { + mt7620 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + aigale_ai-br100 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-aigale_ai-br100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-aigale_ai-br100-squashfs-sysupgrade.bin"; + sha256 = "c5c9b5d2d9f84b336819468bc84bef14ed6365b32792d1db77f85037a1a5b5d1"; + sha256_unsigned = "533535e8b6abb2bae9497172ec74ff31380b1dae14ece8cffbfda37251c51c4c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-aigale_ai-br100-initramfs-kernel.bin"; + sha256 = "e071877dec39ba3c491600e3616652d05abea72678d07895c080d12bb25d5241"; + sha256_unsigned = "e071877dec39ba3c491600e3616652d05abea72678d07895c080d12bb25d5241"; + type = "kernel"; + } + ]; + supported_devices = [ + "aigale,ai-br100" + "ai-br100" + ]; + titles = [ + { + model = "Ai-BR100"; + vendor = "Aigale"; + } + ]; + }; + alfa-network_ac1200rm = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-alfa-network_ac1200rm"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-alfa-network_ac1200rm-initramfs-kernel.bin"; + sha256 = "46f031124346b1f80c18e00c71b1d8dc52744935d2b7517b023fe3f05e40b46b"; + sha256_unsigned = "46f031124346b1f80c18e00c71b1d8dc52744935d2b7517b023fe3f05e40b46b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"; + sha256 = "224dbd52aa81606b6488b8968059b1190c9cce959c913a66c93e9efc2de129b0"; + sha256_unsigned = "a9c3db0cb580ce4ddfa471e47b307f9d5b076a01f1922d517338c8f9d43d9339"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,ac1200rm" + "ac1200rm" + ]; + titles = [ + { + model = "AC1200RM"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_r36m-e4g = { + device_packages = [ + "kmod-i2c-ralink" + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-alfa-network_r36m-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-alfa-network_r36m-e4g-initramfs-kernel.bin"; + sha256 = "6c8a2a34e336962a109a6a93150a376faeea74d9236ceacd693bf5cde438d19c"; + sha256_unsigned = "6c8a2a34e336962a109a6a93150a376faeea74d9236ceacd693bf5cde438d19c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"; + sha256 = "30776d50822c6fc1ac03c97545264c5e73f00eae592cc455afa175370b883ee5"; + sha256_unsigned = "fca6b62c5f471cd1d6178b0ba3a8087cc55242be3f574f48c4065368f559f0f6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,r36m-e4g" + "r36m-e4g" + ]; + titles = [ + { + model = "R36M-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_tube-e4g = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "uqmi" + "-iwinfo" + "-kmod-rt2800-soc" + "-wpad-basic-mbedtls" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-alfa-network_tube-e4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-alfa-network_tube-e4g-initramfs-kernel.bin"; + sha256 = "84341567f045dba71f6e118929198c9c9c8b258725c2da3598281f8120c6d37d"; + sha256_unsigned = "84341567f045dba71f6e118929198c9c9c8b258725c2da3598281f8120c6d37d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"; + sha256 = "651d0fbcd3f907869ed75371a150221ad1c2c2298d556c844b9098d465d3cd97"; + sha256_unsigned = "ba15dd68d762b4f3347c270eafea3097438bbc874efcf7b59dde729aa7567a23"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,tube-e4g" + "tube-e4g" + ]; + titles = [ + { + model = "Tube-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + ampedwireless_b1200ex = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-ampedwireless_b1200ex"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-ampedwireless_b1200ex-initramfs-kernel.bin"; + sha256 = "5a423ec643bd34dcf488841430e79688fdd6c160d239da23c1a9414968f4239d"; + sha256_unsigned = "5a423ec643bd34dcf488841430e79688fdd6c160d239da23c1a9414968f4239d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-ampedwireless_b1200ex-squashfs-sysupgrade.bin"; + sha256 = "0f2e7605ec15ffd4771e9445249263b8276c48d2f9ed0a48d33fec6e76d1b3f0"; + sha256_unsigned = "51a77bd1f06793b62f0951dc4b9760641cd73b8868c2e8c8d5e0e886b195bd8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ampedwireless,b1200ex" + ]; + titles = [ + { + model = "B1200EX"; + vendor = "Amped Wireless"; + } + ]; + }; + asus_rp-n53 = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-asus_rp-n53"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-asus_rp-n53-squashfs-sysupgrade.bin"; + sha256 = "a9b5431e3edb3cdb340b422215d9a3ffddb16595298bc8f4424b5d3291fd66f1"; + sha256_unsigned = "346517e14520ccdd10a90c01ee692b41f5652fb025873508e2ea30e5ffd9e442"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-asus_rp-n53-initramfs-kernel.bin"; + sha256 = "9048593f52c1cf0107211cffb21f8cc3a3e63d11d9b33892a07a652ffb79eddb"; + sha256_unsigned = "9048593f52c1cf0107211cffb21f8cc3a3e63d11d9b33892a07a652ffb79eddb"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rp-n53" + "rp-n53" + ]; + titles = [ + { + model = "RP-N53"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac51u = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-asus_rt-ac51u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-asus_rt-ac51u-squashfs-sysupgrade.bin"; + sha256 = "5441907c83a3344a3ee2447db1278e02fcaf8dce2b998d35d1ed70037f4bd0e4"; + sha256_unsigned = "9865e748be3f085c72595ff7285bc66b9c6a745c20e39a038c498a3319d06a68"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-asus_rt-ac51u-initramfs-kernel.bin"; + sha256 = "896cb6c4de8e6fe151a0e289e20851c76a2ce35b85fb673385ed89a7d86c1fef"; + sha256_unsigned = "896cb6c4de8e6fe151a0e289e20851c76a2ce35b85fb673385ed89a7d86c1fef"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac51u" + "rt-ac51u" + ]; + titles = [ + { + model = "RT-AC51U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac54u = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-asus_rt-ac54u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-asus_rt-ac54u-initramfs-kernel.bin"; + sha256 = "eb75fce1ce29bf0089c3e54a37c63853afe7ce39ce0d59c47a979053d88c94fe"; + sha256_unsigned = "eb75fce1ce29bf0089c3e54a37c63853afe7ce39ce0d59c47a979053d88c94fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-asus_rt-ac54u-squashfs-sysupgrade.bin"; + sha256 = "a5d9ee3b5b9397e569cb1aea986de37850876b0cf1ded6f53d9d05a17a0c29f5"; + sha256_unsigned = "68b2805f1853578f7110a4915964c24d9c611141fef531c33ad0e5e441fc1e90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac54u" + ]; + titles = [ + { + model = "RT-AC54U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n14u = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-asus_rt-n14u"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-asus_rt-n14u-initramfs-kernel.bin"; + sha256 = "0dc4f23eb521025fcfd7fd8ca23e70f7fe5fda819bbddc418c1b0646fb95b0c7"; + sha256_unsigned = "0dc4f23eb521025fcfd7fd8ca23e70f7fe5fda819bbddc418c1b0646fb95b0c7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-asus_rt-n14u-squashfs-sysupgrade.bin"; + sha256 = "c4242fa4c11e2a2555a22ae4aefea69816c1fa47af700883a1b11fe03e77776e"; + sha256_unsigned = "36d951621b780dbae1e546e217e018d692faf5e2aba95255347d534c58fca759"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n14u" + "rt-n14u" + ]; + titles = [ + { + model = "RT-N14u"; + vendor = "ASUS"; + } + ]; + }; + bdcom_wap2100-sk = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-bdcom_wap2100-sk"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-bdcom_wap2100-sk-initramfs-kernel.bin"; + sha256 = "557ff796b3c97baa4d8ceed330b9c5f7d7cfa3b9d82ace44c87a9c39d04cc73e"; + sha256_unsigned = "557ff796b3c97baa4d8ceed330b9c5f7d7cfa3b9d82ace44c87a9c39d04cc73e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"; + sha256 = "c705d9468f556f155db6193c69c484e6721e41f0026125604869d8ac281946da"; + sha256_unsigned = "bc9767fd016e7ce3ca8d7a29917d3a8cfde3b3af2a4cf85d2ecfc44764b219a0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "bdcom,wap2100-sk" + ]; + titles = [ + { + model = "WAP2100-SK (ZTE ZXECS EBG3130)"; + vendor = "BDCOM"; + } + ]; + }; + buffalo_whr-1166d = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-buffalo_whr-1166d"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-buffalo_whr-1166d-squashfs-sysupgrade.bin"; + sha256 = "454f4662b6912a10c47df765d222d601cf695fb23417f1b65ca4324e662661cf"; + sha256_unsigned = "385ccb49fffb6cc20fc12c31ea7c1a3f1ca0364c10cd2c52131b842c1f1bc5a2"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-buffalo_whr-1166d-initramfs-kernel.bin"; + sha256 = "ce652ee0d15dd7378836970c32e9fffb2aa61c458bbe2599049a10cee20e5e39"; + sha256_unsigned = "ce652ee0d15dd7378836970c32e9fffb2aa61c458bbe2599049a10cee20e5e39"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,whr-1166d" + "whr-1166d" + ]; + titles = [ + { + model = "WHR-1166D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-300hp2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-buffalo_whr-300hp2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-buffalo_whr-300hp2-initramfs-kernel.bin"; + sha256 = "3d993d4f6d60f897aae9a45356dcb673007c67c9231a4c843d726c9c170009b9"; + sha256_unsigned = "3d993d4f6d60f897aae9a45356dcb673007c67c9231a4c843d726c9c170009b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-buffalo_whr-300hp2-squashfs-sysupgrade.bin"; + sha256 = "a3f5b838dd7a5fd770fca147d2880646ce4c89ab4e319ffdf87e3ad5ae2302b5"; + sha256_unsigned = "29b6b57d22a095451f40f86f41c491c960172d018bff8f35a89c46f78af4f0b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-300hp2" + "whr-300hp2" + ]; + titles = [ + { + model = "WHR-300HP2"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_whr-600d = { + device_packages = [ + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-buffalo_whr-600d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-buffalo_whr-600d-initramfs-kernel.bin"; + sha256 = "f12007beb2a0c48a375f4dda6b6de98a42c231dec5f4249a9f96f18a66acad94"; + sha256_unsigned = "f12007beb2a0c48a375f4dda6b6de98a42c231dec5f4249a9f96f18a66acad94"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-buffalo_whr-600d-squashfs-sysupgrade.bin"; + sha256 = "622822b243c71745f73d074ac244b2ef3987e7f149ea07f2b5c89521c9c04b98"; + sha256_unsigned = "a2e89ace7556ddc65b9b69982268790115334a65373d585ae7ac313a2b77b36c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,whr-600d" + "whr-600d" + ]; + titles = [ + { + model = "WHR-600D"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wmr-300 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-buffalo_wmr-300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-buffalo_wmr-300-initramfs-kernel.bin"; + sha256 = "44affc09d409058ae3fe3c1e19ef198b4f942bc43695b602dff05e5175e577bd"; + sha256_unsigned = "44affc09d409058ae3fe3c1e19ef198b4f942bc43695b602dff05e5175e577bd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-buffalo_wmr-300-squashfs-sysupgrade.bin"; + sha256 = "648680b1fc9902984a2a8ec700d36424835e6bee8250956690f6850aadf65d90"; + sha256_unsigned = "0b425cbd676246430220be8013ec27d024fbf4924817113c5e8c8a07ea140ad7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wmr-300" + "wmr-300" + ]; + titles = [ + { + model = "WMR-300"; + vendor = "Buffalo"; + } + ]; + }; + dlink_dch-m225 = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-dlink_dch-m225"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dch-m225-squashfs-factory.bin"; + sha256 = "ac31f35ca314e1ac7fb7252ce0f39c6aebffb0f9ccd072605e1e10a2bd069260"; + sha256_unsigned = "ac31f35ca314e1ac7fb7252ce0f39c6aebffb0f9ccd072605e1e10a2bd069260"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dch-m225-squashfs-sysupgrade.bin"; + sha256 = "0b65faeec0fcbef6017a44addd0ccf043bf153d19a7f62ccea7665f14a8e62f3"; + sha256_unsigned = "152b1634147b6a47f9612fb026400a4f40a6f0a8c51139e968721c8cf361c768"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dch-m225-initramfs-kernel.bin"; + sha256 = "9ec9bf5632440dea3a22ab50b48297c815ecff25b61bbdf883bb3bbf706cf663"; + sha256_unsigned = "9ec9bf5632440dea3a22ab50b48297c815ecff25b61bbdf883bb3bbf706cf663"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dch-m225" + "dch-m225" + ]; + titles = [ + { + model = "DCH-M225"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-510l = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-dlink_dir-510l"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"; + sha256 = "467e3c7b24ea47a11022a2b681820fccc1839773976e9577514cc03f0cf16e9c"; + sha256_unsigned = "467e3c7b24ea47a11022a2b681820fccc1839773976e9577514cc03f0cf16e9c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin"; + sha256 = "6f3e90b570ec1e22210e8a742737ea9e4ebb8b14bc369ba9f6332f30f5d554dc"; + sha256_unsigned = "fbe8df8cd24de60af0d8c01465c85af4c0fe8a610b1adbb0b3545e49e51b207c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dir-510l-initramfs-kernel.bin"; + sha256 = "4e9e9112a1b99fbbff6b4f98017e2d04cd65649fa9a127bf93b66a602fabec76"; + sha256_unsigned = "4e9e9112a1b99fbbff6b4f98017e2d04cd65649fa9a127bf93b66a602fabec76"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-510l" + ]; + titles = [ + { + model = "DIR-510L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-810l = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-dlink_dir-810l"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dir-810l-initramfs-kernel.bin"; + sha256 = "39707c151b0fd25e654b04d97d37cc3574a9ad593b653160315cd96e3a4d1129"; + sha256_unsigned = "39707c151b0fd25e654b04d97d37cc3574a9ad593b653160315cd96e3a4d1129"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dir-810l-squashfs-sysupgrade.bin"; + sha256 = "bd7dab8306a89ed8683b58bae2a2920664f824e637a5836840ed3f3f61692278"; + sha256_unsigned = "8500aae625c8ce3dfbdf831745fa4e65301097410ec793551d4bcd0b1d3e9942"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-810l" + "dir-810l" + ]; + titles = [ + { + model = "DIR-810L"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-118-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-118-a1-initramfs-kernel.bin"; + sha256 = "6bfcaa544477585236d802a4d72be46dd10b733cf41625ced8d16868a548f099"; + sha256_unsigned = "6bfcaa544477585236d802a4d72be46dd10b733cf41625ced8d16868a548f099"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"; + sha256 = "e7bf95d185af7b113eceff2711e4e4d5cc40c5bec71da4f24740b1f65a267470"; + sha256_unsigned = "e7bf95d185af7b113eceff2711e4e4d5cc40c5bec71da4f24740b1f65a267470"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin"; + sha256 = "2f23bdb11919aff8daa770abb541955995911a4a8ecb6f2dfe1dcd8748393eb9"; + sha256_unsigned = "8b924aecd429b0ae599b007aa87e08e6c83b63c329f1d9da3d41b7f24e17280a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a1" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-118-a2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-118-a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"; + sha256 = "fe137deb6cef54a7fa80206eabee3968ec6dc43e4b26a4b075da0d4e41b27879"; + sha256_unsigned = "fe137deb6cef54a7fa80206eabee3968ec6dc43e4b26a4b075da0d4e41b27879"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-118-a2-initramfs-kernel.bin"; + sha256 = "648ebc6df94744aeb7859d9d478185dc708675c11a25bc36f381855fdd7ef06b"; + sha256_unsigned = "648ebc6df94744aeb7859d9d478185dc708675c11a25bc36f381855fdd7ef06b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin"; + sha256 = "001fc4e02efd7c38f81a87d5f0f87ce5e061faf10f99f0d75017486c53e87905"; + sha256_unsigned = "c8af8d3a1118c47804e0db09fffa5bc36d9036d49a69ffe0d384560153d99787"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dwr-118-a2" + ]; + titles = [ + { + model = "DWR-118"; + variant = "A2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-921-c1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"; + sha256 = "855f803bb609f501eadfb30928f80986a53ec18cdbd0758860a41c53b8ee1dcd"; + sha256_unsigned = "855f803bb609f501eadfb30928f80986a53ec18cdbd0758860a41c53b8ee1dcd"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin"; + sha256 = "d8d7d0775eee8f18d5134f5e64626417e059a4a663a9765f35a84b0df6c06d9f"; + sha256_unsigned = "61db0268f8bc43510738e90a1f46cd699944c3eca71930b83a0786c5280b2a4b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-921-c1-initramfs-kernel.bin"; + sha256 = "569e905842779b2169bd8b4206cd19d5711f9ae60709a92488d82560d9a5ddaa"; + sha256_unsigned = "569e905842779b2169bd8b4206cd19d5711f9ae60709a92488d82560d9a5ddaa"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-921-c3 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-921-c3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-921-c3-initramfs-kernel.bin"; + sha256 = "569e905842779b2169bd8b4206cd19d5711f9ae60709a92488d82560d9a5ddaa"; + sha256_unsigned = "569e905842779b2169bd8b4206cd19d5711f9ae60709a92488d82560d9a5ddaa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin"; + sha256 = "a49f4a028227e67c74251ff09cc307039da51540703172e95e7740a78b641cf7"; + sha256_unsigned = "db8cf89f5bcdc9c51113ea2d38d3c6ff5ba9f5967550a3fa501ec5fd76a749c5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"; + sha256 = "bb32937e2478b2119baa16144dfe7f1451c5a359eee8bb126f5530c79770dfc5"; + sha256_unsigned = "bb32937e2478b2119baa16144dfe7f1451c5a359eee8bb126f5530c79770dfc5"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-921-c1" + ]; + titles = [ + { + model = "DWR-921"; + variant = "C3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-922-e2 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-922-e2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-922-e2-initramfs-kernel.bin"; + sha256 = "005881b420fd83a053a440a55cedb1d6b1d9a7f5ec282fa6c1cef41a32a4205d"; + sha256_unsigned = "005881b420fd83a053a440a55cedb1d6b1d9a7f5ec282fa6c1cef41a32a4205d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin"; + sha256 = "a61a17faeb8e96248abb5ab2c71fc200958e2be1284114d1a6b4e11d9c7326b2"; + sha256_unsigned = "f229d4af4559d885745b46728daa3150727e7d620275198ea88b50b814f1c76a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"; + sha256 = "557f69ca937d6375ac83b79d51eef4e395073e459f112659262de814e242a9a3"; + sha256_unsigned = "557f69ca937d6375ac83b79d51eef4e395073e459f112659262de814e242a9a3"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-922-e2" + ]; + titles = [ + { + model = "DWR-922"; + variant = "E2"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-960 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-960"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-960-squashfs-sysupgrade.bin"; + sha256 = "eadeee12958f7ef5823be3196703f2195c843ee30caa2371acf25b29633c4062"; + sha256_unsigned = "7624cdd38d63a8194b4bbb4cbcca8b48cf2be70e6090255877b71b944c4881c3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-960-initramfs-kernel.bin"; + sha256 = "59f038f1f429b586ff8403ccbc26b2a20ff563cc333fc76131f311ff78cd4e77"; + sha256_unsigned = "59f038f1f429b586ff8403ccbc26b2a20ff563cc333fc76131f311ff78cd4e77"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-960-squashfs-factory.bin"; + sha256 = "eee043142f3f95bd88653eef74cb1d5e67bd091388ceffdb2624473604b1861d"; + sha256_unsigned = "eee043142f3f95bd88653eef74cb1d5e67bd091388ceffdb2624473604b1861d"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dwr-960" + ]; + titles = [ + { + model = "DWR-960"; + vendor = "D-Link"; + } + ]; + }; + dlink_dwr-961-a1 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-961-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-961-a1-squashfs-factory.bin"; + sha256 = "1a2c114110e7f5558fd48134d001d4790e8d0052736adf713752d6c07ed3f5af"; + sha256_unsigned = "1a2c114110e7f5558fd48134d001d4790e8d0052736adf713752d6c07ed3f5af"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-961-a1-squashfs-sysupgrade.bin"; + sha256 = "e11da275d50e47c299dae42bf7bc23f2a9433486a181deb650757e74ba4d1e22"; + sha256_unsigned = "026b5806c2ee27c2aef88094361b667cc8d986e3f60fed7ea06d39a5449cb01b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-dlink_dwr-961-a1-initramfs-kernel.bin"; + sha256 = "f084d89a14e7c85cafe2f9d58c6601d31fd37d120548a4ccb49496ba59f8ca5a"; + sha256_unsigned = "f084d89a14e7c85cafe2f9d58c6601d31fd37d120548a4ccb49496ba59f8ca5a"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dwr-961-a1" + ]; + titles = [ + { + model = "DWR-961"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + domywifi_dm202 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-domywifi_dm202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-domywifi_dm202-squashfs-sysupgrade.bin"; + sha256 = "d37dc83b57d376ed3e2cfb6bf996d6eae2bb21dd0c6d6a9e4e5b33b5fc4632df"; + sha256_unsigned = "d5d9dac552cee9c945c64a8535f01b3f1d5d4b6938157f1406ff7f3b6ab0e063"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-domywifi_dm202-initramfs-kernel.bin"; + sha256 = "cf1cfd6e8fb61a0c0aa64b57037b3ce2839079c8fc482dcca2752a7912c4e30d"; + sha256_unsigned = "cf1cfd6e8fb61a0c0aa64b57037b3ce2839079c8fc482dcca2752a7912c4e30d"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dm202" + ]; + titles = [ + { + model = "DM202"; + vendor = "DomyWifi"; + } + ]; + }; + domywifi_dm203 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-domywifi_dm203"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-domywifi_dm203-squashfs-sysupgrade.bin"; + sha256 = "c847e4f3df9dade48316ebbb2897ac2886799de6457a1854a7f7756f8f156c39"; + sha256_unsigned = "96875a97084375ad6a2c4c911e0201d7cc93da4cc4ff208391b471a9ff8cb085"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-domywifi_dm203-initramfs-kernel.bin"; + sha256 = "c2e2e9782a898cc51bca4a409d1bc9e96601e1dcab6a076bddb6d0aff4738a8f"; + sha256_unsigned = "c2e2e9782a898cc51bca4a409d1bc9e96601e1dcab6a076bddb6d0aff4738a8f"; + type = "kernel"; + } + ]; + supported_devices = [ + "domywifi,dm203" + ]; + titles = [ + { + model = "DM203"; + vendor = "DomyWifi"; + } + ]; + }; + domywifi_dw22d = { + device_packages = [ + "kmod-mt76x0e" + "kmod-sdhci-mt7620" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-domywifi_dw22d"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-domywifi_dw22d-initramfs-kernel.bin"; + sha256 = "01bd63607a4d60d5d21b2759bd38afc4dd75828ceb954f92ea8d2f7ecafd271f"; + sha256_unsigned = "01bd63607a4d60d5d21b2759bd38afc4dd75828ceb954f92ea8d2f7ecafd271f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-domywifi_dw22d-squashfs-sysupgrade.bin"; + sha256 = "c168f3ef0fef43f05d741c5e478ae6a72eca883248d0f48d512991f52935bb45"; + sha256_unsigned = "808057c869c48958083020dd5756c4a0380eb369e559a61badc2bd2ed6f41ea6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "domywifi,dw22d" + ]; + titles = [ + { + model = "DW22D"; + vendor = "DomyWifi"; + } + ]; + }; + dovado_tiny-ac = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-dovado_tiny-ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-dovado_tiny-ac-initramfs-kernel.bin"; + sha256 = "cab92294390b179700b30b2bee30483236596781bb6b6e3840c25bb06b27d44d"; + sha256_unsigned = "cab92294390b179700b30b2bee30483236596781bb6b6e3840c25bb06b27d44d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-dovado_tiny-ac-squashfs-sysupgrade.bin"; + sha256 = "bc917663347adaccddc7af9115a1cf14d3699e4818b673642183757ed6ab4a32"; + sha256_unsigned = "c0b04ed7fe47a91c01a410deb2d780847d1f197ef2c3160eae2b39979b88d7c5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dovado,tiny-ac" + "tiny-ac" + ]; + titles = [ + { + model = "Tiny AC"; + vendor = "Dovado"; + } + ]; + }; + edimax_br-6478ac-v2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-edimax_br-6478ac-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"; + sha256 = "c416d5accaf6ab43e9751e7819da8ead7dc0bee4231a3707f65d958adb83c208"; + sha256_unsigned = "dc6a89f12ee5fd34163bceb35f96406a1144a7866202d981ad13b541c9d82eb1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-edimax_br-6478ac-v2-initramfs-kernel.bin"; + sha256 = "ac07eb2a3e97ac986dcb9afc4e85e8f26b2c84eb7c8e4dfa1e91477215fe713a"; + sha256_unsigned = "ac07eb2a3e97ac986dcb9afc4e85e8f26b2c84eb7c8e4dfa1e91477215fe713a"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,br-6478ac-v2" + ]; + titles = [ + { + model = "BR-6478AC"; + variant = "V2"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7476rpc = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-edimax_ew-7476rpc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-edimax_ew-7476rpc-squashfs-sysupgrade.bin"; + sha256 = "b1e589661e0a916e237a6a5a0e41dfd3b5bccb8ffe82f2a58158d52ae929d8a0"; + sha256_unsigned = "0ca5df647c5b5e537caa5ff4fdd3560897e014fb7da6b4f200d0843876315207"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-edimax_ew-7476rpc-initramfs-kernel.bin"; + sha256 = "61d51dfdc2d8331e045e367ce44243a3afb6b51fb199dcc6d71f62aaee677eb4"; + sha256_unsigned = "61d51dfdc2d8331e045e367ce44243a3afb6b51fb199dcc6d71f62aaee677eb4"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,ew-7476rpc" + ]; + titles = [ + { + model = "EW-7476RPC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478ac = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-edimax_ew-7478ac"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-edimax_ew-7478ac-initramfs-kernel.bin"; + sha256 = "08ef20ec2a667c21e2a63c3fdb0bec06d6dbcaaeabb7d908c3835dcf63bbef3b"; + sha256_unsigned = "08ef20ec2a667c21e2a63c3fdb0bec06d6dbcaaeabb7d908c3835dcf63bbef3b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-edimax_ew-7478ac-squashfs-sysupgrade.bin"; + sha256 = "9ab0180d4ab4d6ef4cd4f1b3e92ab3ba23d1e15653a82a0e2ba27e15de5c8d0d"; + sha256_unsigned = "69596a27398c2913b5c5417e15d071a8ae37066a0d0613b590246a39b0c3df2d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7478ac" + ]; + titles = [ + { + model = "EW-7478AC"; + vendor = "Edimax"; + } + ]; + }; + edimax_ew-7478apc = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-edimax_ew-7478apc"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-edimax_ew-7478apc-initramfs-kernel.bin"; + sha256 = "1a881e8f1524496bd2abd16951c283c7bedd58c4f59b3c1c2a90d70fc57f1a51"; + sha256_unsigned = "1a881e8f1524496bd2abd16951c283c7bedd58c4f59b3c1c2a90d70fc57f1a51"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-edimax_ew-7478apc-squashfs-sysupgrade.bin"; + sha256 = "655e322234b40d5784b7df4c0a8d1b722e2e15b1f32c7af113946bdf5a3341b6"; + sha256_unsigned = "d1adacda46a653579b83b5285d15117b4b8cee84e2368aaf6a1542999b320cea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ew-7478apc" + ]; + titles = [ + { + model = "EW-7478APC"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrh-300cr = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-elecom_wrh-300cr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-elecom_wrh-300cr-squashfs-factory.bin"; + sha256 = "726de1cae162e2c9fd6a30f0398ad5f8ac40f895a8aab00ae312a07668f92159"; + sha256_unsigned = "726de1cae162e2c9fd6a30f0398ad5f8ac40f895a8aab00ae312a07668f92159"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-elecom_wrh-300cr-initramfs-kernel.bin"; + sha256 = "e921ea4e4596990a17db795efbaf7f21bad3a7b1451fcda443a9f1b06bb4c525"; + sha256_unsigned = "e921ea4e4596990a17db795efbaf7f21bad3a7b1451fcda443a9f1b06bb4c525"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-elecom_wrh-300cr-squashfs-sysupgrade.bin"; + sha256 = "d845c13238f0aa047bb26b3b6b25de76f22caacc5ed3b3956d42847a6c85082f"; + sha256_unsigned = "d05a4b08a1ed906e8ba62d50ff8925d1b96bcc70b2b10d96405498c53fcef8c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrh-300cr" + "wrh-300cr" + ]; + titles = [ + { + model = "WRH-300CR"; + vendor = "Elecom"; + } + ]; + }; + engenius_epg600 = { + device_packages = [ + "kmod-rt2800-pci" + "kmod-usb-storage" + "kmod-usb-ohci" + "kmod-usb2" + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-engenius_epg600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-engenius_epg600-initramfs-kernel.bin"; + sha256 = "f3c7fdcc34338a162f55224cc87829306e13c84e30936629e314c3966fddfc56"; + sha256_unsigned = "f3c7fdcc34338a162f55224cc87829306e13c84e30936629e314c3966fddfc56"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-engenius_epg600-squashfs-factory.dlf"; + sha256 = "29406f9ecd5be9a0e713c64dcb0887d155efacdfeea51dbc28e914cb2e0204ce"; + sha256_unsigned = "29406f9ecd5be9a0e713c64dcb0887d155efacdfeea51dbc28e914cb2e0204ce"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-engenius_epg600-squashfs-sysupgrade.bin"; + sha256 = "b623350a96190f4f883a15425d63d8241e3a6591c724d0b8d7fc8b516920a961"; + sha256_unsigned = "7102bfe2f756bdc975d1a7af6cb97e9a8fcd56a93649d2eaca41bfb03bbb7ead"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "engenius,epg600" + ]; + titles = [ + { + model = "EPG600"; + vendor = "EnGenius"; + } + ]; + }; + engenius_esr600 = { + device_packages = [ + "kmod-rt2800-pci" + "kmod-usb-storage" + "kmod-usb-ohci" + "kmod-usb-ehci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-engenius_esr600"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-engenius_esr600-squashfs-sysupgrade.bin"; + sha256 = "1ce0bbbd0408f67ea407261f2ff8c6320587d481e23fe8fc0a651a7732b27b70"; + sha256_unsigned = "8d2e5666bee34e8508a42c3c3841749790cca2311e98b1f57bcbc10d1a625481"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-engenius_esr600-squashfs-factory.dlf"; + sha256 = "1c82eca4f2d69450164b989328b48af8ed6947256338b7d65e048575b4da6441"; + sha256_unsigned = "1c82eca4f2d69450164b989328b48af8ed6947256338b7d65e048575b4da6441"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-engenius_esr600-initramfs-kernel.bin"; + sha256 = "8d1675dea46c55fd9f2de8278eaf7e06eacfbb4acd27a619e7f80a5ceb7b00c5"; + sha256_unsigned = "8d1675dea46c55fd9f2de8278eaf7e06eacfbb4acd27a619e7f80a5ceb7b00c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,esr600" + ]; + titles = [ + { + model = "ESR600"; + vendor = "EnGenius"; + } + ]; + }; + fon_fon2601 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-fon_fon2601"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-fon_fon2601-squashfs-sysupgrade.bin"; + sha256 = "7f144e17f8376125a44a573721e9ca214f7627f22714d1df9e2fb3014bc78f8a"; + sha256_unsigned = "2fc12f06682e1932d164d2e5a5879bf18ca36915921653bd4ff5f4e2c95204e3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-fon_fon2601-initramfs-kernel.bin"; + sha256 = "ba694bdcac36fbeca573b2930b98aa0104e6a846d80890a017532779241c65fa"; + sha256_unsigned = "ba694bdcac36fbeca573b2930b98aa0104e6a846d80890a017532779241c65fa"; + type = "kernel"; + } + ]; + supported_devices = [ + "fon,fon2601" + ]; + titles = [ + { + model = "FON2601"; + vendor = "Fon"; + } + ]; + }; + glinet_gl-mt300a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-glinet_gl-mt300a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-glinet_gl-mt300a-initramfs-kernel.bin"; + sha256 = "833d8d986debe394cfea577580080a5f56aa02265717ecab4feb500b190b6b92"; + sha256_unsigned = "833d8d986debe394cfea577580080a5f56aa02265717ecab4feb500b190b6b92"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"; + sha256 = "16c3cd276e9ba09f869f8800eb8d2c6689ed5d39212f118dddef825d32dacfb0"; + sha256_unsigned = "a6c1f0f0c9cd12366317b7542d97b5dd89edf86f5e2babfcfea835810755b876"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300a" + "gl-mt300a" + ]; + titles = [ + { + model = "GL-MT300A"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt300n = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-glinet_gl-mt300n"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-glinet_gl-mt300n-initramfs-kernel.bin"; + sha256 = "584d693a4fc689f16de4eb50cdb85257c6d07bb149bc9af4698653b73b7cb7ec"; + sha256_unsigned = "584d693a4fc689f16de4eb50cdb85257c6d07bb149bc9af4698653b73b7cb7ec"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-glinet_gl-mt300n-squashfs-sysupgrade.bin"; + sha256 = "db8de3a3bfec0fff039709f3d31ef537905d847d8b7d4f2b4db57ea8cd0a370b"; + sha256_unsigned = "ce75dff0050184aaf751dbe57f9bdac470141bca531f81d0ebf5807ec0f9a3e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n" + "gl-mt300n" + ]; + titles = [ + { + model = "GL-MT300N"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_gl-mt750 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-glinet_gl-mt750"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"; + sha256 = "d3f9dd03a3b3056ba72a0595d93e66b1f497d28fe4d13ae09a5a5d223ee3706d"; + sha256_unsigned = "fe721b6fd16752208270dd3cd9486753eb573966764ae02d41bdb1bc9f21e5bd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-glinet_gl-mt750-initramfs-kernel.bin"; + sha256 = "11b201e4c06eb0f47da3688a72ec7df08a21cfd320d9f69ecca7feb5834d922d"; + sha256_unsigned = "11b201e4c06eb0f47da3688a72ec7df08a21cfd320d9f69ecca7feb5834d922d"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt750" + "gl-mt750" + ]; + titles = [ + { + model = "GL-MT750"; + vendor = "GL.iNet"; + } + ]; + }; + head-weblink_hdrm200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-head-weblink_hdrm200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-head-weblink_hdrm200-initramfs-kernel.bin"; + sha256 = "e55865f4f59622d46b734783cf2560ada5ed097ff3f8b483cdc3a40a7ef5b5d0"; + sha256_unsigned = "e55865f4f59622d46b734783cf2560ada5ed097ff3f8b483cdc3a40a7ef5b5d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"; + sha256 = "dfaabfeed7c78ffb6982b73b17b9f528a73aeaed31ecaf7597c376b42a1899b4"; + sha256_unsigned = "4fd5411d54cb809793b7f774cd6ae2031a0fcb1247def232eada3eb56da3bed7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "head-weblink,hdrm200" + ]; + titles = [ + { + model = "HDRM2000"; + vendor = "Head Weblink"; + } + ]; + }; + hiwifi_hc5661 = { + device_packages = [ + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-hiwifi_hc5661"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-hiwifi_hc5661-initramfs-kernel.bin"; + sha256 = "57f5f9ca177ae96ab1e696f661ab1176e53b0ee4855d787532c71a0e829f0b09"; + sha256_unsigned = "57f5f9ca177ae96ab1e696f661ab1176e53b0ee4855d787532c71a0e829f0b09"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"; + sha256 = "f372f7ea3687f7ebc601e6917c053acca4074bd95fb75dd382b3f1bbda8c382a"; + sha256_unsigned = "88c63acc812057a65b8951a7ae8038dffcfe54a45907641e97240f86754e87d6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5661" + "hc5661" + ]; + titles = [ + { + model = "HC5661"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-hiwifi_hc5761"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-hiwifi_hc5761-initramfs-kernel.bin"; + sha256 = "a7652d072a914d2f6b988cf0c87466657a4b2a6f0154a282f529b2a6b761f382"; + sha256_unsigned = "a7652d072a914d2f6b988cf0c87466657a4b2a6f0154a282f529b2a6b761f382"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"; + sha256 = "a6cbdad20eedc02b220afc728bbdda96d352776460afba6b47755d1b47e25fee"; + sha256_unsigned = "339a576b594d0b27263a44133b318b1c12f61f50dc8b674d81fd82b7bc2b048f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5761" + "hc5761" + ]; + titles = [ + { + model = "HC5761"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-hiwifi_hc5861"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"; + sha256 = "28a3f251cfaf99937c590bcdc35d375ae3435111a4c04820195ad2f97085518f"; + sha256_unsigned = "c3ae17bd503cb41ad12c21547c76686a1b9e9e14c30e0e18ffb32491ae6ca615"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-hiwifi_hc5861-initramfs-kernel.bin"; + sha256 = "fe4b8a41f50c6af80fa985eeb57cf880a5e4d04bd9f65f39f708a0221b303998"; + sha256_unsigned = "fe4b8a41f50c6af80fa985eeb57cf880a5e4d04bd9f65f39f708a0221b303998"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861" + "hc5861" + ]; + titles = [ + { + model = "HC5861"; + vendor = "HiWiFi"; + } + ]; + }; + hnet_c108 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-hnet_c108"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-hnet_c108-initramfs-kernel.bin"; + sha256 = "3e76a9ee8a87aaa900fe7a1f3a32a711e72d929f51f92e08c53ff13065ccbbfd"; + sha256_unsigned = "3e76a9ee8a87aaa900fe7a1f3a32a711e72d929f51f92e08c53ff13065ccbbfd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-hnet_c108-squashfs-sysupgrade.bin"; + sha256 = "17f09ed6e09fe681e16455c969e52fb39f96047a30e1109c34e59ea9e74f5280"; + sha256_unsigned = "4577acd7799bdc72c946e019d9d86ad0f501b102832c8e7ac1760ed06782f2a9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hnet,c108" + "c108" + ]; + titles = [ + { + model = "C108"; + vendor = "HNET"; + } + ]; + }; + hootoo_ht-tm05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-hootoo_ht-tm05"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-hootoo_ht-tm05-squashfs-rootfs.bin"; + sha256 = "40b563ddb0c20c1f8c5535a51726cfdcbad77caba841dbf14de955d91a9030ba"; + sha256_unsigned = "40b563ddb0c20c1f8c5535a51726cfdcbad77caba841dbf14de955d91a9030ba"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-hootoo_ht-tm05-squashfs-kernel.bin"; + sha256 = "64df4581666cf807d3eb80112a482cd53dde098000c3454c70bc0c599c1b0920"; + sha256_unsigned = "64df4581666cf807d3eb80112a482cd53dde098000c3454c70bc0c599c1b0920"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-hootoo_ht-tm05-squashfs-sysupgrade.bin"; + sha256 = "aea0271387e3233fb7e3812eb16bc0bb07dd39a4b3cc36e09f67bfec99627726"; + sha256_unsigned = "fe1d2f602a8f2b9b344f818e1139be93f55afacec08e6f15ffd3ae5ca5d411e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-hootoo_ht-tm05-initramfs-kernel.bin"; + sha256 = "f4a9d63d499623d9f3f423d92047d4d9bcd3d90cbc1b41a5300269ea15946d23"; + sha256_unsigned = "f4a9d63d499623d9f3f423d92047d4d9bcd3d90cbc1b41a5300269ea15946d23"; + type = "kernel"; + } + ]; + supported_devices = [ + "hootoo,ht-tm05" + ]; + titles = [ + { + model = "HT-TM05"; + vendor = "HooToo"; + } + ]; + }; + humax_e2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-humax_e2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-humax_e2-squashfs-sysupgrade.bin"; + sha256 = "2d9252048b93b62f9d0084db601f3c7b1cae06d1362fafe88872a5629cc7fda5"; + sha256_unsigned = "59eb0ac63aa752c773ba5e7702a92cb2285670755628d9deb73f530708fdd509"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-humax_e2-initramfs-kernel.bin"; + sha256 = "99144b22c9bdcfb96b0be325785294838f4c8e38b2078dfe2655d0084a626bb7"; + sha256_unsigned = "99144b22c9bdcfb96b0be325785294838f4c8e38b2078dfe2655d0084a626bb7"; + type = "kernel"; + } + ]; + supported_devices = [ + "humax,e2" + ]; + titles = [ + { + model = "E2"; + vendor = "HUMAX"; + } + { + model = "QUANTUM E2"; + vendor = "HUMAX"; + } + ]; + }; + iodata_wn-ac1167gr = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-iodata_wn-ac1167gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-iodata_wn-ac1167gr-initramfs-kernel.bin"; + sha256 = "1c3bc271d8ad444f2c79907cd73808a781b872a3ab2e33c0a337a3741e5918d2"; + sha256_unsigned = "1c3bc271d8ad444f2c79907cd73808a781b872a3ab2e33c0a337a3741e5918d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin"; + sha256 = "d329d0ad255eeb27160a751473b9d7f222a8b9e9b308a2a2b9184536616e673b"; + sha256_unsigned = "5b2eff71bf892a6e68d8057260eae17e1d7421b44d91af47837e87bc3da4eabc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"; + sha256 = "f0bdd505cee7864d20823976d61f2510a66e3b4f9a49995b49f7e3071369a895"; + sha256_unsigned = "f0bdd505cee7864d20823976d61f2510a66e3b4f9a49995b49f7e3071369a895"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac1167gr" + ]; + titles = [ + { + model = "WN-AC1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ac733gr3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-iodata_wn-ac733gr3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin"; + sha256 = "92dd6c68e36ce8fdd997462fe32b9f666be72c5b6b0bbabffc56776c8e853d3b"; + sha256_unsigned = "77f6db72b0c064b1d0a204b8ae751ea79934fc1c59091b1d21cfb6bcb7cb8550"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-iodata_wn-ac733gr3-initramfs-kernel.bin"; + sha256 = "b237b562c2317d4c29d6ea67c43e3ca9a5f13c95e8509c0204789326123ee79e"; + sha256_unsigned = "b237b562c2317d4c29d6ea67c43e3ca9a5f13c95e8509c0204789326123ee79e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"; + sha256 = "b0fb4564c314a01e6b8d7b4a8f3780b786c4233b849fe227cf7b39cd4e7c30d5"; + sha256_unsigned = "b0fb4564c314a01e6b8d7b4a8f3780b786c4233b849fe227cf7b39cd4e7c30d5"; + type = "factory"; + } + ]; + supported_devices = [ + "iodata,wn-ac733gr3" + ]; + titles = [ + { + model = "WN-AC733GR3"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a1004ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-iptime_a1004ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-iptime_a1004ns-squashfs-sysupgrade.bin"; + sha256 = "1383384c2a484ed4dc92ada7ca08151ee604bba82a7a291e03aa6d675c18748c"; + sha256_unsigned = "56a92e65cc248c0a2244c07fe70376392ad173107c1111e5db64da8eb255ecfb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-iptime_a1004ns-initramfs-kernel.bin"; + sha256 = "e8a1a5c22a986c366b144a36f7af53e22f221491255dfed842bc9b8262cddb7b"; + sha256_unsigned = "e8a1a5c22a986c366b144a36f7af53e22f221491255dfed842bc9b8262cddb7b"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a1004ns" + ]; + titles = [ + { + model = "A1004ns"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a104ns = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-iptime_a104ns"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-iptime_a104ns-squashfs-sysupgrade.bin"; + sha256 = "a1c3e611107e2116aa01855351568073be8a3d92a052ee41a172a8c60a514c54"; + sha256_unsigned = "bd4250e97cc586b313f37c95b3428300e134babedee188ef1883e4c109f5a203"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-iptime_a104ns-initramfs-kernel.bin"; + sha256 = "f41b18c5e7c0dc24274a8be159d260b5fd046a083c69385dd571576abacbe1c8"; + sha256_unsigned = "f41b18c5e7c0dc24274a8be159d260b5fd046a083c69385dd571576abacbe1c8"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a104ns" + ]; + titles = [ + { + model = "A104ns"; + vendor = "ipTIME"; + } + ]; + }; + kimax_u25awf-h1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-kimax_u25awf-h1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-kimax_u25awf-h1-squashfs-sysupgrade.bin"; + sha256 = "dca4480227635553fd00602a6c873320d5443f75181715bde789b34f640ec55d"; + sha256_unsigned = "fe66cdbd5170fbed9bb9ba6ae95497acc17da4810bfa2341acfb9294c8005552"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-kimax_u25awf-h1-initramfs-kernel.bin"; + sha256 = "33795a08ec2a03a259a86ed636266ef542b01855b75e02f007c4d9a278ae04c6"; + sha256_unsigned = "33795a08ec2a03a259a86ed636266ef542b01855b75e02f007c4d9a278ae04c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "kimax,u25awf-h1" + "u25awf-h1" + ]; + titles = [ + { + model = "U25AWF"; + variant = "H1"; + vendor = "Kimax"; + } + ]; + }; + kimax_u35wf = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage" + "kmod-scsi-core" + "kmod-fs-ext4" + "kmod-fs-vfat" + "block-mount" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-kimax_u35wf"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-kimax_u35wf-initramfs-kernel.bin"; + sha256 = "94002ebe05333886a338379d6b47db5d5950483fe8461ab84489665f580cff03"; + sha256_unsigned = "94002ebe05333886a338379d6b47db5d5950483fe8461ab84489665f580cff03"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"; + sha256 = "01b46e9538f63634900cddfdac4c72209e3fa82597a9323c32512a5330b2b756"; + sha256_unsigned = "478a98c743839d696fdb9bc16bc91207a9b1b008d9712711d9c331ff3b6f60f4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kimax,u35wf" + ]; + titles = [ + { + model = "U35WF"; + vendor = "Kimax"; + } + ]; + }; + kingston_mlw221 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-kingston_mlw221"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-kingston_mlw221-initramfs-kernel.bin"; + sha256 = "b35432d36f8c6b7e3402fd9c4252610fd939dfbbe2419008915f48326868c591"; + sha256_unsigned = "b35432d36f8c6b7e3402fd9c4252610fd939dfbbe2419008915f48326868c591"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-kingston_mlw221-squashfs-sysupgrade.bin"; + sha256 = "43af9450dfa5f5bd073dcd125914792a0954d548d1573525b117e122fc0e8b3f"; + sha256_unsigned = "1c74b11e824289474f39823859218cbfe4a862108be14f8de32b1233c931b049"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlw221" + "mlw221" + ]; + titles = [ + { + model = "MLW221"; + vendor = "Kingston"; + } + ]; + }; + kingston_mlwg2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-kingston_mlwg2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-kingston_mlwg2-initramfs-kernel.bin"; + sha256 = "f45f47b63c5fce582ad6956552c30c80b20a7260cb2164b750bfbcd98f3887c4"; + sha256_unsigned = "f45f47b63c5fce582ad6956552c30c80b20a7260cb2164b750bfbcd98f3887c4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-kingston_mlwg2-squashfs-sysupgrade.bin"; + sha256 = "3a228e81ff8210c711b63f3c4affde857c2e84b1ff13f5bda87e355d79a0641b"; + sha256_unsigned = "c26c415848b16f9610e8da1e0e4f986c5b9fde7758087a21e1e600743d5d6450"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kingston,mlwg2" + "mlwg2" + ]; + titles = [ + { + model = "MLWG2"; + vendor = "Kingston"; + } + ]; + }; + lava_lr-25g001 = { + device_packages = [ + "jboot-tools" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-lava_lr-25g001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin"; + sha256 = "04046dbd94d45c191cd606948e4a89e9463c179464daaee5db6637987f322834"; + sha256_unsigned = "4bbff084aa485711063da548a231a603a10bad367ea897832a26dd5ccde2f33b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-lava_lr-25g001-initramfs-kernel.bin"; + sha256 = "5dfdf811ca9e4873cefc9ece5da3f7b6fbb17f3f9ca61f146cff6143613f42d2"; + sha256_unsigned = "5dfdf811ca9e4873cefc9ece5da3f7b6fbb17f3f9ca61f146cff6143613f42d2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"; + sha256 = "7bd96e6734723f03d9e76c086831439a457cb2e42b6ece40740188d81bafa5ab"; + sha256_unsigned = "7bd96e6734723f03d9e76c086831439a457cb2e42b6ece40740188d81bafa5ab"; + type = "factory"; + } + ]; + supported_devices = [ + "lava,lr-25g001" + ]; + titles = [ + { + model = "LR-25G001"; + vendor = "LAVA"; + } + ]; + }; + lb-link_bl-w1200 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-lb-link_bl-w1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-lb-link_bl-w1200-initramfs-kernel.bin"; + sha256 = "8148fdebe4e7c42fb9e65dace7499e84bd73fe3ee8d349ecd45ca5c053427786"; + sha256_unsigned = "8148fdebe4e7c42fb9e65dace7499e84bd73fe3ee8d349ecd45ca5c053427786"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-lb-link_bl-w1200-squashfs-sysupgrade.bin"; + sha256 = "dc49f9c56796bd344288b5f997e56a7d4a204721bc616f152fdc59c50bcaaeb7"; + sha256_unsigned = "5e98a09793a1ad3d2ab7e35539a30c0899a397795f9f9562b5366df042f73941"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lb-link,bl-w1200" + ]; + titles = [ + { + model = "BL-W1200"; + vendor = "LB-Link"; + } + ]; + }; + lenovo_newifi-y1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-lenovo_newifi-y1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"; + sha256 = "1806c1c11690f0f581137e7357bda6964debe5b53f584b7e1b5d56a66e939a7f"; + sha256_unsigned = "a84376300e8519d90f2426e162301d50addb6fa26751959c880676f2dbfd291b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-lenovo_newifi-y1-initramfs-kernel.bin"; + sha256 = "889cb25c1d86e3b417e297c59de5569a00de022e42fd672ee9b643ebedcf5d15"; + sha256_unsigned = "889cb25c1d86e3b417e297c59de5569a00de022e42fd672ee9b643ebedcf5d15"; + type = "kernel"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1" + "y1" + ]; + titles = [ + { + model = "Y1"; + vendor = "Lenovo"; + } + ]; + }; + lenovo_newifi-y1s = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-lenovo_newifi-y1s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-lenovo_newifi-y1s-initramfs-kernel.bin"; + sha256 = "7982c9a3ccf51c4aa6762b0db5da0068b2274f685e56d48ef81938df77d4d741"; + sha256_unsigned = "7982c9a3ccf51c4aa6762b0db5da0068b2274f685e56d48ef81938df77d4d741"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"; + sha256 = "720d8d766558f4b6844fae6146e3a3aee1df7b871bfa24d291d7698fbb0ce344"; + sha256_unsigned = "b8d05790cef8635597dceb772e4a39aa632ad91354b76a702da14fc55579dc82"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-y1s" + "y1s" + ]; + titles = [ + { + model = "Y1S"; + vendor = "Lenovo"; + } + ]; + }; + linksys_e1700 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-linksys_e1700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-linksys_e1700-squashfs-sysupgrade.bin"; + sha256 = "6effd5800313b282f7548e4d9b1b33e48ff8bfc806b09bf5ec599c6099b77484"; + sha256_unsigned = "e2336346da297e668ef6bee51db278b9ce692bef16f1de6e8ea3d4cc23576d9b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-linksys_e1700-initramfs-kernel.bin"; + sha256 = "7e7fcc9aa41800d6de5c675f0c5785c5c09529d348b5cd3864188e1b736425e5"; + sha256_unsigned = "7e7fcc9aa41800d6de5c675f0c5785c5c09529d348b5cd3864188e1b736425e5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-linksys_e1700-squashfs-factory.bin"; + sha256 = "10b025a31a99e52591929339b65a7de146f192b3a6c738a971d76f55e65b5baa"; + sha256_unsigned = "10b025a31a99e52591929339b65a7de146f192b3a6c738a971d76f55e65b5baa"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,e1700" + "e1700" + ]; + titles = [ + { + model = "E1700"; + vendor = "Linksys"; + } + ]; + }; + microduino_microwrt = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-microduino_microwrt"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-microduino_microwrt-initramfs-kernel.bin"; + sha256 = "7ee65b14ccb34024d2fc9dfb632f0d09900782302ce71c9263e3b1593ac308de"; + sha256_unsigned = "7ee65b14ccb34024d2fc9dfb632f0d09900782302ce71c9263e3b1593ac308de"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-microduino_microwrt-squashfs-sysupgrade.bin"; + sha256 = "39772326ceb30f656ddd41a69af233674a237381a93e088dc3d6546e0cfeeb39"; + sha256_unsigned = "f51d32063ec0ff494a4270222c60ca56eb5347dd7f4e38f7d15df26a85422adb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "microduino,microwrt" + "microwrt" + ]; + titles = [ + { + model = "MicroWRT"; + vendor = "Microduino"; + } + ]; + }; + netcore_nw5212 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-netcore_nw5212"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-netcore_nw5212-initramfs-kernel.bin"; + sha256 = "03d34263b5a92a5a5c1794667fd7d43ce4e5be580a3239902e29e55e890e3159"; + sha256_unsigned = "03d34263b5a92a5a5c1794667fd7d43ce4e5be580a3239902e29e55e890e3159"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-netcore_nw5212-squashfs-sysupgrade.bin"; + sha256 = "fa6f35801d7c8bec16200e7632a3ec5b2e255e2b09437611542402d7beab1835"; + sha256_unsigned = "022dd2c96e4443750f315ac723be1f4217e818f6a19dc12f9adf733785b17371"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netcore,nw5212" + ]; + titles = [ + { + model = "NW5212"; + vendor = "Netcore"; + } + ]; + }; + netgear_ex3700 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-netgear_ex3700"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-netgear_ex3700-squashfs-sysupgrade.bin"; + sha256 = "676f25680d2b71e8bb74e1d27a236d2b346c64ac1fa94a340b3c61f889d35348"; + sha256_unsigned = "88171b91d22d638df4d6baab5d9b9c914258e41149a6e3eb691a876bbd35d118"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-netgear_ex3700-squashfs-factory.chk"; + sha256 = "57214d452d123f50f5d2bdf082e022391ba6f5f9e18c0cd80c7a737844369977"; + sha256_unsigned = "57214d452d123f50f5d2bdf082e022391ba6f5f9e18c0cd80c7a737844369977"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-netgear_ex3700-initramfs-kernel.bin"; + sha256 = "359cc805e774656ced0534496078ed1ea86092062865bde76b745ea8f91807c2"; + sha256_unsigned = "359cc805e774656ced0534496078ed1ea86092062865bde76b745ea8f91807c2"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,ex3700" + "ex3700" + ]; + titles = [ + { + model = "EX3700/EX3800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6120 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-netgear_ex6120"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-netgear_ex6120-initramfs-kernel.bin"; + sha256 = "3a748db7b8ba0718ee3e987179196643a4156a39182bce6af52b4b4f81b0d0f7"; + sha256_unsigned = "3a748db7b8ba0718ee3e987179196643a4156a39182bce6af52b4b4f81b0d0f7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-netgear_ex6120-squashfs-sysupgrade.bin"; + sha256 = "cd404e7f9a86e46bd69f93341bf9898c7067a7abdbb00e7a8b447af6e6845fef"; + sha256_unsigned = "fce414c27586a293f281f2441d15ed74c18c2b3fd46fe988462080289fcbdfc1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-netgear_ex6120-squashfs-factory.chk"; + sha256 = "69a403a1ddf867c091d55a1f47738bb45a7b544fd5a7fad34526cff9ff7737b3"; + sha256_unsigned = "69a403a1ddf867c091d55a1f47738bb45a7b544fd5a7fad34526cff9ff7737b3"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6120" + ]; + titles = [ + { + model = "EX6120"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_ex6130 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-netgear_ex6130"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-netgear_ex6130-initramfs-kernel.bin"; + sha256 = "f4429ac38fc783790af7bb069f7a7c224db50801c743fb1fb5f5f36254aec988"; + sha256_unsigned = "f4429ac38fc783790af7bb069f7a7c224db50801c743fb1fb5f5f36254aec988"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-netgear_ex6130-squashfs-sysupgrade.bin"; + sha256 = "ed4617978b294611fa074c16de791c6f49c9db37b36337bb827cfdab3a8740d9"; + sha256_unsigned = "fb800360e4597b00a83a9711f304a6837da578d62a5da9555bae1b295a7773f4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-netgear_ex6130-squashfs-factory.chk"; + sha256 = "942a1d1b4773afa39298520b5c211e3102c9b4acc05c787de9785e79888e3dc4"; + sha256_unsigned = "942a1d1b4773afa39298520b5c211e3102c9b4acc05c787de9785e79888e3dc4"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6130" + ]; + titles = [ + { + model = "EX6130"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_pr2000 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-netgear_pr2000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-netgear_pr2000-initramfs-kernel.bin"; + sha256 = "e009f4c057955d40cc39cbb85c36044847a7c6a65144be727c6d6067a9bb55fe"; + sha256_unsigned = "e009f4c057955d40cc39cbb85c36044847a7c6a65144be727c6d6067a9bb55fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-netgear_pr2000-squashfs-factory.img"; + sha256 = "c4c4fffc6070502359d994b5c29ab82ca556b81da056a1eaae582e181da32616"; + sha256_unsigned = "c4c4fffc6070502359d994b5c29ab82ca556b81da056a1eaae582e181da32616"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-netgear_pr2000-squashfs-sysupgrade.bin"; + sha256 = "028eecd0e5c00d44c4f3ef66adfbb26eeb9adf50d86111159f47cc1682dcc1af"; + sha256_unsigned = "807bb0aaf9e4f2e67d7732931df04e3e26ba28e2b76cd07ddd5729054987b6b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,pr2000" + ]; + titles = [ + { + model = "PR2000"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wn3100rp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-netgear_wn3100rp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-netgear_wn3100rp-v2-squashfs-factory.bin"; + sha256 = "d07990cb0a047ce1234d74020de2cf956fab49cb9b30e279a591cf855007f092"; + sha256_unsigned = "d07990cb0a047ce1234d74020de2cf956fab49cb9b30e279a591cf855007f092"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-netgear_wn3100rp-v2-squashfs-sysupgrade.bin"; + sha256 = "2f70fd64b10ab8ac9f4d951f3941e51dc8ed90d2a523a31858d9c37ed8d8fed4"; + sha256_unsigned = "23caa16901ff15c45420add523d227555d078829842247ba8ef6f27bcbb084ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-netgear_wn3100rp-v2-initramfs-kernel.bin"; + sha256 = "bf4e1e88ec082954991b81366c3bd0db8eb211f2c8fa444293c79f35eb5e609f"; + sha256_unsigned = "bf4e1e88ec082954991b81366c3bd0db8eb211f2c8fa444293c79f35eb5e609f"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,wn3100rp-v2" + ]; + titles = [ + { + model = "WN3100RP"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2770 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-netis_wf2770"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-netis_wf2770-initramfs-kernel.bin"; + sha256 = "7ca992f05e70b5ee1c685d171627ab77b553d9acc3350b5a13e5aefc5302a673"; + sha256_unsigned = "7ca992f05e70b5ee1c685d171627ab77b553d9acc3350b5a13e5aefc5302a673"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-netis_wf2770-squashfs-sysupgrade.bin"; + sha256 = "9486242d51854071eed5a5fcff34ef17a8a394d446b623fc66f5912b37decb72"; + sha256_unsigned = "e6862021243fba8625012ac943b95075c01ff55bca40842fe8331feb7f413493"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netis,wf2770" + ]; + titles = [ + { + model = "WF2770"; + vendor = "NETIS"; + } + ]; + }; + nexx_wt3020-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-nexx_wt3020-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-nexx_wt3020-8m-squashfs-factory.bin"; + sha256 = "c316ac66d95dd66fb8281f409a5f9879bda85dc7060074cd38ac93c5d3bd82c8"; + sha256_unsigned = "c316ac66d95dd66fb8281f409a5f9879bda85dc7060074cd38ac93c5d3bd82c8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-nexx_wt3020-8m-squashfs-sysupgrade.bin"; + sha256 = "355d1536050e3c1ae3717ea35296b67320f5a58f276ef83e04317a7625c8eb50"; + sha256_unsigned = "1b304aa9e446fcd2f37a6b029cf7220a649731c6294b3a3f3dab0960ec554048"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-nexx_wt3020-8m-initramfs-kernel.bin"; + sha256 = "366dbf22a6cd001c5cc2df6fb9b4d4826217c32e22aec4cbf57c176c648d16d9"; + sha256_unsigned = "366dbf22a6cd001c5cc2df6fb9b4d4826217c32e22aec4cbf57c176c648d16d9"; + type = "kernel"; + } + ]; + supported_devices = [ + "nexx,wt3020-8m" + "wt3020" + "wt3020-8M" + ]; + titles = [ + { + model = "WT3020"; + variant = "8M"; + vendor = "Nexx"; + } + ]; + }; + ohyeah_oy-0001 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-ohyeah_oy-0001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-ohyeah_oy-0001-initramfs-kernel.bin"; + sha256 = "fab759d4de91caf18f07834b92a3784e1782df5ca06f21b89d422a69e77a2868"; + sha256_unsigned = "fab759d4de91caf18f07834b92a3784e1782df5ca06f21b89d422a69e77a2868"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-ohyeah_oy-0001-squashfs-sysupgrade.bin"; + sha256 = "88d82ee7f93b78cdb7597e9855fa891db9a7c440783a2f3cf3521d19c13dfac9"; + sha256_unsigned = "b6d2d422c6c2e8b90965e20dc94c5e4846a9f571e1f48bb760d998f51caa4b0b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ohyeah,oy-0001" + "oy-0001" + ]; + titles = [ + { + model = "OY-0001"; + vendor = "Oh Yeah"; + } + ]; + }; + "phicomm_k2-v22.4" = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-phicomm_k2-v22.4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-phicomm_k2-v22.4-squashfs-sysupgrade.bin"; + sha256 = "f6b4ed557eae7ad74a08a58b822c615b4abb60a676f06b732a962f8c548f1742"; + sha256_unsigned = "65f1d9294ec693a1242cf5970176ba7639bf53f11be58221a6b998c8870b4098"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-phicomm_k2-v22.4-initramfs-kernel.bin"; + sha256 = "bba22532e5b73fc7a4ffa866862820236ff0bb3934a507e3c8b71bd59bf7bb9f"; + sha256_unsigned = "bba22532e5b73fc7a4ffa866862820236ff0bb3934a507e3c8b71bd59bf7bb9f"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,k2-v22.4" + "psg1218" + "psg1218a" + "phicomm,psg1218a" + ]; + titles = [ + { + model = "K2"; + variant = "v22.4 or older"; + vendor = "Phicomm"; + } + ]; + }; + "phicomm_k2-v22.5" = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-phicomm_k2-v22.5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-phicomm_k2-v22.5-initramfs-kernel.bin"; + sha256 = "08e0e4a31bd53306f39175f5c245c5ba49b328edc17848ada3708c23a728ad8f"; + sha256_unsigned = "08e0e4a31bd53306f39175f5c245c5ba49b328edc17848ada3708c23a728ad8f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-phicomm_k2-v22.5-squashfs-sysupgrade.bin"; + sha256 = "c56da9e57a11444c72c5913403696c44a566cc7c9ff9b769894ffddc9854fef0"; + sha256_unsigned = "f2dcf062c5af10106584aaba39c790143bd51a24525147611b920421141221b0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2-v22.5" + ]; + titles = [ + { + model = "K2"; + variant = "v22.5 or newer"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_k2g = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-phicomm_k2g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-phicomm_k2g-initramfs-kernel.bin"; + sha256 = "7b630d9398012c4f7b95e932f0fe309a4d55379e418111fae8df1d07773fef7f"; + sha256_unsigned = "7b630d9398012c4f7b95e932f0fe309a4d55379e418111fae8df1d07773fef7f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"; + sha256 = "7965297bac8c809769926557952ad544b5bd63ab088c4f306832b17edeb45bfb"; + sha256_unsigned = "f0130769b00b35c7239ba33684084fd5a3ca792a9e32d5e56834177a14be41b4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2g" + ]; + titles = [ + { + model = "K2G"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1208 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-phicomm_psg1208"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-phicomm_psg1208-initramfs-kernel.bin"; + sha256 = "dfe516b002e037531d5aefca72bae697b9d5a9d975cab5801e1482c9048e257a"; + sha256_unsigned = "dfe516b002e037531d5aefca72bae697b9d5a9d975cab5801e1482c9048e257a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-phicomm_psg1208-squashfs-sysupgrade.bin"; + sha256 = "94ca01e3c4a65e351fd0920190ea693fe17f9b2e9910d26773934dddd8674567"; + sha256_unsigned = "5c83a4d3bbcad46bf10cfbcc4d79e607934aa8165c7cf8812abe67280de59130"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,psg1208" + "psg1208" + ]; + titles = [ + { + model = "PSG1208"; + vendor = "Phicomm"; + } + ]; + }; + phicomm_psg1218b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-phicomm_psg1218b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-phicomm_psg1218b-squashfs-sysupgrade.bin"; + sha256 = "9b35d7bf08e2b1b9db0e6ede74b5af4a425cb36f4bce80909127b93c15d2d2ae"; + sha256_unsigned = "355219dda792dbb90e479bfb1e1b3b594e098354d43958b289ab548a7d9897ee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-phicomm_psg1218b-initramfs-kernel.bin"; + sha256 = "d9c64de0894d16aaca0776afbc4ad2a1139e5a9135aa5944da4081d922ab2027"; + sha256_unsigned = "d9c64de0894d16aaca0776afbc4ad2a1139e5a9135aa5944da4081d922ab2027"; + type = "kernel"; + } + ]; + supported_devices = [ + "phicomm,psg1218b" + "psg1218" + "psg1218b" + ]; + titles = [ + { + model = "PSG1218"; + variant = "Bx"; + vendor = "Phicomm"; + } + ]; + }; + planex_cs-qr10 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-planex_cs-qr10"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-planex_cs-qr10-initramfs-kernel.bin"; + sha256 = "23f222c67128555f89ce0a8a313a95a085917748b4457012af6ed076ebecccaa"; + sha256_unsigned = "23f222c67128555f89ce0a8a313a95a085917748b4457012af6ed076ebecccaa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-planex_cs-qr10-squashfs-sysupgrade.bin"; + sha256 = "3b961d309d1df55d07a6aeab4ba58304f3090dc15f59c0699cd133ac4337d3f2"; + sha256_unsigned = "40bf8aa840e81e4bdf8817a5939b1f5fa00dcdc4a7a7e3ab23d3d51e39d02416"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,cs-qr10" + "cs-qr10" + ]; + titles = [ + { + model = "CS-QR10"; + vendor = "Planex"; + } + ]; + }; + planex_db-wrt01 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-planex_db-wrt01"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-planex_db-wrt01-initramfs-kernel.bin"; + sha256 = "2eba26ca606b2128050672a565c0052b6c443d2c9664b4c425c7dff92479d4af"; + sha256_unsigned = "2eba26ca606b2128050672a565c0052b6c443d2c9664b4c425c7dff92479d4af"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-planex_db-wrt01-squashfs-sysupgrade.bin"; + sha256 = "cf1d778bcef5b060df8d33e257bd4ec06197f770e01b9175d4bd381bff415b9f"; + sha256_unsigned = "c3d77ea6dda3a903d7785a58406f74a6d922af4362c4e2e79498dbc389e7b3ef"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,db-wrt01" + "db-wrt01" + ]; + titles = [ + { + model = "DB-WRT01"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-750dhp = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-planex_mzk-750dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-planex_mzk-750dhp-initramfs-kernel.bin"; + sha256 = "c00f39afc24165b4dfeca9139b6248f95b963c4809df1df064fc462a21ee214e"; + sha256_unsigned = "c00f39afc24165b4dfeca9139b6248f95b963c4809df1df064fc462a21ee214e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-planex_mzk-750dhp-squashfs-sysupgrade.bin"; + sha256 = "f2966fea499040167e09bd56c552f492eeb52b2e7beb2d95bf99579d5ca7076e"; + sha256_unsigned = "7922b2f5145fa13b7681e11f96c9cfd31477bfc9941b731ec05fe1df2cc531e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-750dhp" + "mzk-750dhp" + ]; + titles = [ + { + model = "MZK-750DHP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex300np = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-planex_mzk-ex300np"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-planex_mzk-ex300np-initramfs-kernel.bin"; + sha256 = "55836a1b0b13cad6fcaa46e8bcea08323937cde2de56443b71efda23fcc08e5a"; + sha256_unsigned = "55836a1b0b13cad6fcaa46e8bcea08323937cde2de56443b71efda23fcc08e5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-planex_mzk-ex300np-squashfs-sysupgrade.bin"; + sha256 = "be7cbfab26089ae27bf6684e5214cdbadea5c8e22de272e44a2352078ef5cb8d"; + sha256_unsigned = "942d61cc30d684e44adfd9441d9fa9f157a0e5cb124342f766cbd20eb7b07e97"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,mzk-ex300np" + "mzk-ex300np" + ]; + titles = [ + { + model = "MZK-EX300NP"; + vendor = "Planex"; + } + ]; + }; + planex_mzk-ex750np = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-planex_mzk-ex750np"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-planex_mzk-ex750np-squashfs-sysupgrade.bin"; + sha256 = "b98584906b424d424434dba7d373aa1b7b842b5694c526a194233228d29685fe"; + sha256_unsigned = "2a0e94b8bde1c46072a140b87e5c398958133f9265cb2bd8a9a7569eb2173260"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-planex_mzk-ex750np-initramfs-kernel.bin"; + sha256 = "ddb8a1d9d0968e8eada2ae1d53976ec1424643bf76ba3751da956e627ee57e2e"; + sha256_unsigned = "ddb8a1d9d0968e8eada2ae1d53976ec1424643bf76ba3751da956e627ee57e2e"; + type = "kernel"; + } + ]; + supported_devices = [ + "planex,mzk-ex750np" + "mzk-ex750np" + ]; + titles = [ + { + model = "MZK-EX750NP"; + vendor = "Planex"; + } + ]; + }; + ralink_mt7620a-evb = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-ralink_mt7620a-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-ralink_mt7620a-evb-initramfs-kernel.bin"; + sha256 = "97dc270d457c8ab146a316645343b4793c6180a9f18a4282a28b9289162f931e"; + sha256_unsigned = "97dc270d457c8ab146a316645343b4793c6180a9f18a4282a28b9289162f931e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-ralink_mt7620a-evb-squashfs-sysupgrade.bin"; + sha256 = "2ee70cb089d7124d18116b299dd0ab0dc7b173672b9ffc402e56f4a8008147fd"; + sha256_unsigned = "d64c91f45e6b7965480bd97e2bb446013d80c1434d2dcdfe38c62debb1a87140"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-evb" + ]; + titles = [ + { + model = "MT7620a EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7530-evb = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-ralink_mt7620a-mt7530-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-ralink_mt7620a-mt7530-evb-initramfs-kernel.bin"; + sha256 = "a87207a0b83fe42937d717ceddc484be2e5cc02aa0f552f39ded9c0c895929cd"; + sha256_unsigned = "a87207a0b83fe42937d717ceddc484be2e5cc02aa0f552f39ded9c0c895929cd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-ralink_mt7620a-mt7530-evb-squashfs-sysupgrade.bin"; + sha256 = "46ace33898feb7e4cac6df446e1b60832c81f106ac0c6621748d45c113a4aa99"; + sha256_unsigned = "db7ef1778ba2d7c2b2a1c24d484892f717d03a0e4b6f37154c387eb4b9ab6119"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7530-evb" + "mt7620a_mt7530" + ]; + titles = [ + { + model = "MT7620a + MT7530 EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-mt7610e-evb = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-ralink_mt7620a-mt7610e-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-ralink_mt7620a-mt7610e-evb-initramfs-kernel.bin"; + sha256 = "d06767d903b201e8177ce07b7d3659a7f5a336a48f77d0242b02f6f0aa2345e2"; + sha256_unsigned = "d06767d903b201e8177ce07b7d3659a7f5a336a48f77d0242b02f6f0aa2345e2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-ralink_mt7620a-mt7610e-evb-squashfs-sysupgrade.bin"; + sha256 = "22a349c1a923a04101c7bb4c8f0bb33b7de697310af6b3b9c76bc685aa67a8d0"; + sha256_unsigned = "223b4a05fbf0ecea153b96fc25a8de7076fecb9e55151492e6a55e1d44c837da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-mt7610e-evb" + "mt7620a_mt7610e" + ]; + titles = [ + { + model = "MT7620a + MT7610e EVB"; + vendor = "MediaTek"; + } + ]; + }; + ralink_mt7620a-v22sg-evb = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-ralink_mt7620a-v22sg-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-ralink_mt7620a-v22sg-evb-initramfs-kernel.bin"; + sha256 = "234f6bdef08eb0077c7e031ff78188e18f7458ad80fb21e697e183ff17d26887"; + sha256_unsigned = "234f6bdef08eb0077c7e031ff78188e18f7458ad80fb21e697e183ff17d26887"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-ralink_mt7620a-v22sg-evb-squashfs-sysupgrade.bin"; + sha256 = "21d8ba7ecf585b6cb7b0db90c85ce0251e6162bd8d8fbbae15dc6e645c694060"; + sha256_unsigned = "6e0d0d7f2896ec2ea579ef6271b51384ec057949ce163a45fb94cd2f55559d6a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ralink,mt7620a-v22sg-evb" + "mt7620a_v22sg" + ]; + titles = [ + { + model = "MT7620a V22SG"; + vendor = "MediaTek"; + } + ]; + }; + ravpower_rp-wd03 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-ravpower_rp-wd03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-ravpower_rp-wd03-squashfs-kernel.bin"; + sha256 = "64df4581666cf807d3eb80112a482cd53dde098000c3454c70bc0c599c1b0920"; + sha256_unsigned = "64df4581666cf807d3eb80112a482cd53dde098000c3454c70bc0c599c1b0920"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-ravpower_rp-wd03-squashfs-rootfs.bin"; + sha256 = "9f384f376aff3133c3767d5fa0358b1e32b953885c223af679abc29c149c5772"; + sha256_unsigned = "9f384f376aff3133c3767d5fa0358b1e32b953885c223af679abc29c149c5772"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-ravpower_rp-wd03-initramfs-kernel.bin"; + sha256 = "81dca23fd868dd1634adc3c9b1f224d28f13ffaa4f6872a02c1c820db49c4dc3"; + sha256_unsigned = "81dca23fd868dd1634adc3c9b1f224d28f13ffaa4f6872a02c1c820db49c4dc3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-ravpower_rp-wd03-squashfs-sysupgrade.bin"; + sha256 = "6eca3319fe49564637b6f3f7731195c2f27f37d615eac022a49255f88351b226"; + sha256_unsigned = "a718bdf1b2ea3b1c221d2aafbc9864bb00ff298dc21d8f829102493258c77357"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ravpower,rp-wd03" + "ravpower,wd03" + ]; + titles = [ + { + model = "RP-WD03"; + vendor = "RAVPower"; + } + ]; + }; + sanlinking_d240 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-sanlinking_d240"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-sanlinking_d240-squashfs-sysupgrade.bin"; + sha256 = "f840359e2ac46bca2420a700f2e478a924a1699620122d57aecac1360d700eb3"; + sha256_unsigned = "0e8cf5fdfd218c09d0f1af59e45250dd8ad0fa54c62960f636015f84de306a49"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-sanlinking_d240-initramfs-kernel.bin"; + sha256 = "455b6ec7ff7570284412ef4c181fb2b88a486f1bdc0d9958dd449d92e809f71d"; + sha256_unsigned = "455b6ec7ff7570284412ef4c181fb2b88a486f1bdc0d9958dd449d92e809f71d"; + type = "kernel"; + } + ]; + supported_devices = [ + "sanlinking,d240" + "d240" + ]; + titles = [ + { + model = "D240"; + vendor = "Sanlinking Technologies"; + } + ]; + }; + sercomm_na930 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-sercomm_na930"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-sercomm_na930-initramfs-kernel.bin"; + sha256 = "c881765734a60b9719ed6d5692aaa490aa1c0905b87fd5becfea2343ccb739d0"; + sha256_unsigned = "c881765734a60b9719ed6d5692aaa490aa1c0905b87fd5becfea2343ccb739d0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-sercomm_na930-squashfs-sysupgrade.bin"; + sha256 = "d2f9a111de631cfb1985f0fa76de8951eec7b37b4db42ba39d920b51dec36a4a"; + sha256_unsigned = "d94a60592b425e33a509087c3deba2da554987c8dc2bd03d703285c574a955b6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,na930" + "na930" + ]; + titles = [ + { + model = "NA930"; + vendor = "Sercomm"; + } + ]; + }; + sitecom_wlr-4100-v1-002 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-sitecom_wlr-4100-v1-002"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-factory.dlf"; + sha256 = "b4528a7addab92e203e5357c83525654d76accc0100208fa1d649ca500129a87"; + sha256_unsigned = "b4528a7addab92e203e5357c83525654d76accc0100208fa1d649ca500129a87"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-sitecom_wlr-4100-v1-002-initramfs-kernel.bin"; + sha256 = "8b948870a1a9b68861072936ba7d17f00b50131c6c92b6388932f9e4152e1586"; + sha256_unsigned = "8b948870a1a9b68861072936ba7d17f00b50131c6c92b6388932f9e4152e1586"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-sitecom_wlr-4100-v1-002-squashfs-sysupgrade.bin"; + sha256 = "f5bbd68b25d92e1b65272ee6a87b15ee38fc2f774309536ba9c7f080d1feb586"; + sha256_unsigned = "11325634ce80469c8cceaff186a075ea1f1904e7d2fdaf53282f9638664ad1a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-4100-v1-002" + ]; + titles = [ + { + model = "WLR-4100"; + variant = "v1 002"; + vendor = "Sitecom"; + } + ]; + }; + snr_cpe-w4n-mt = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-snr_cpe-w4n-mt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-snr_cpe-w4n-mt-squashfs-sysupgrade.bin"; + sha256 = "092cec3bc5cc6e6f57fb15364ee1fdf0c530a4e452d9f04e96ec569a9093558b"; + sha256_unsigned = "3105bccdf79006aa938c63804a4d47a93612b218270a3b30d6dddb66a1f2a802"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-snr_cpe-w4n-mt-initramfs-kernel.bin"; + sha256 = "37af2a351fc2cbe0ab723e0d04bac4785ecb2248a5a9474730e6bb286fa5b3ce"; + sha256_unsigned = "37af2a351fc2cbe0ab723e0d04bac4785ecb2248a5a9474730e6bb286fa5b3ce"; + type = "kernel"; + } + ]; + supported_devices = [ + "snr,cpe-w4n-mt" + ]; + titles = [ + { + model = "CPE-W4N"; + variant = "MT"; + vendor = "SNR"; + } + ]; + }; + tplink_archer-c2-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-tplink_archer-c2-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_archer-c2-v1-squashfs-sysupgrade.bin"; + sha256 = "fe5c851d21298569be086791a283e5660766cc46328ca1181edc7a2557b23ee4"; + sha256_unsigned = "70114c85a7b618dc6e95556a3dedc212e73de85ff7297819a932271092c77ecb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_archer-c2-v1-initramfs-kernel.bin"; + sha256 = "c24a5b98d5b6d2697fcbec4394a5c9fe60640d3c89ceb75880432d17906f26d4"; + sha256_unsigned = "c24a5b98d5b6d2697fcbec4394a5c9fe60640d3c89ceb75880432d17906f26d4"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c2-v1" + "tplink,c2-v1" + ]; + titles = [ + { + model = "Archer C2"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v1 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-tplink_archer-c20-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_archer-c20-v1-initramfs-kernel.bin"; + sha256 = "adcf83848778f850a197ea735c9c2825fd97a067d7725eebd027e7d6fc226cd6"; + sha256_unsigned = "adcf83848778f850a197ea735c9c2825fd97a067d7725eebd027e7d6fc226cd6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_archer-c20-v1-squashfs-sysupgrade.bin"; + sha256 = "1b518656f87362cf1153cc290e61b9c33d9ee02ee3d4bc0435967e43b8fb575c"; + sha256_unsigned = "896ab7f43e02d4807af25301622ea2108b1945808db7963f6feef406c045baea"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v1" + "tplink,c20-v1" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20i = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-tplink_archer-c20i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_archer-c20i-squashfs-factory.bin"; + sha256 = "dfa885093aa37de16e7defbfc437aab2ca63cb841c5f9fe2fb5378f41aa01b51"; + sha256_unsigned = "dfa885093aa37de16e7defbfc437aab2ca63cb841c5f9fe2fb5378f41aa01b51"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_archer-c20i-initramfs-kernel.bin"; + sha256 = "b36cc74ddc27a34bf3afc94fe75c9365f120671626d4419d5bacdf961b6909ce"; + sha256_unsigned = "b36cc74ddc27a34bf3afc94fe75c9365f120671626d4419d5bacdf961b6909ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_archer-c20i-squashfs-sysupgrade.bin"; + sha256 = "24ba50bc41caaeaebd425bc65588014a9a993f0743be5924978a82feaaeb853a"; + sha256_unsigned = "a0b721fcbc5d4d8149444b3bfa0b63f2338a64ef0f4e5d91f0b9db849c0a748d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20i" + "c20i" + ]; + titles = [ + { + model = "Archer C20i"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-tplink_archer-c50-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-eu.bin"; + sha256 = "861bf128d70f0679aa71e446f8f6401ea58225746961d2f6d02da3b90c5585cf"; + sha256_unsigned = "861bf128d70f0679aa71e446f8f6401ea58225746961d2f6d02da3b90c5585cf"; + type = "factory-eu"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_archer-c50-v1-squashfs-sysupgrade.bin"; + sha256 = "d785cfd54ce909d95c56a38724f1ba8a9768ef2934622499dced71d354135747"; + sha256_unsigned = "c6436bb0e63f80d9176217d9fd12e673e5e0f268b898606b9faf26e1608e9124"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_archer-c50-v1-initramfs-kernel.bin"; + sha256 = "24746dcf8b17308add9725e321826346d602ad78b770650b16ad67989bac9592"; + sha256_unsigned = "24746dcf8b17308add9725e321826346d602ad78b770650b16ad67989bac9592"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-us.bin"; + sha256 = "89df1e1b3ab4783010aec8219203e2c7fbedff020fb80129b51932de42984038"; + sha256_unsigned = "89df1e1b3ab4783010aec8219203e2c7fbedff020fb80129b51932de42984038"; + type = "factory-us"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v1" + "c50" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-mr200 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-net-rndis" + "kmod-usb-serial-option" + "adb-enablemodem" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-tplink_archer-mr200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_archer-mr200-initramfs-kernel.bin"; + sha256 = "ae113384e8f8e81545efa412254ef807ab8998fe8f52007966491202c1250735"; + sha256_unsigned = "ae113384e8f8e81545efa412254ef807ab8998fe8f52007966491202c1250735"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin"; + sha256 = "d7ab85d8e764ec9bbbda8293da093c544c5fcc2b3aa0d0e97c814048f6b7bdb2"; + sha256_unsigned = "d0c0b5d51fc92e12868b8afab7e35c328968ea4f6d876c6e13a9a1013e645c77"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-mr200" + "mr200" + ]; + titles = [ + { + model = "Archer MR200"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-tplink_re200-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_re200-v1-squashfs-factory.bin"; + sha256 = "3f1c770bd12692bc3c973640b98254fe94b0277b6508a71eb8e8a1d02a85cd37"; + sha256_unsigned = "3f1c770bd12692bc3c973640b98254fe94b0277b6508a71eb8e8a1d02a85cd37"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_re200-v1-squashfs-sysupgrade.bin"; + sha256 = "bb8aa541f7d41cf5c643c1de1a71a233844ef271f836edeec678debcf2dc58ff"; + sha256_unsigned = "4a17a823de393ab7be6133d38f812a1c9112fcf560b77110d40e81c496b3dd93"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_re200-v1-initramfs-kernel.bin"; + sha256 = "2556c8a0f54d0c707ae06692f15ca55bd5266a699f75714e8e5c884a8e275366"; + sha256_unsigned = "2556c8a0f54d0c707ae06692f15ca55bd5266a699f75714e8e5c884a8e275366"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v1" + ]; + titles = [ + { + model = "RE200"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re210-v1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-tplink_re210-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_re210-v1-squashfs-sysupgrade.bin"; + sha256 = "7382e25ae2f32245d02c57e26601d30fd9b25a3769755fe990024b4ee42fb50e"; + sha256_unsigned = "f1d9d807bcedcc2ed3ec1aeb32a02128670548028b60daf4439835af01e7ffc1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_re210-v1-initramfs-kernel.bin"; + sha256 = "507827c740c269531812072a6ad1bd8571866c3975fc5bb4b14655537cb91f5a"; + sha256_unsigned = "507827c740c269531812072a6ad1bd8571866c3975fc5bb4b14655537cb91f5a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-tplink_re210-v1-squashfs-factory.bin"; + sha256 = "6cd8dda68d5cf33c9ca6d8f733eb393f037db92e91da1dbfcdbd020005e60a79"; + sha256_unsigned = "6cd8dda68d5cf33c9ca6d8f733eb393f037db92e91da1dbfcdbd020005e60a79"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re210-v1" + ]; + titles = [ + { + model = "RE210"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + trendnet_tew-810dr = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-trendnet_tew-810dr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-trendnet_tew-810dr-squashfs-sysupgrade.bin"; + sha256 = "5590408f85671c47ff3651f9f4cccccf7dfc3819ddf30800faa41f2ff79b33fe"; + sha256_unsigned = "bfc733f2ec6ad4f5ce893315db569c8461ec858d4b3e343348d8d0d44159a8c4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-trendnet_tew-810dr-initramfs-kernel.bin"; + sha256 = "36adc2f306e81347b8f7e2cbc1d42bf46a7652ac18b531c68821d0c141a04c54"; + sha256_unsigned = "36adc2f306e81347b8f7e2cbc1d42bf46a7652ac18b531c68821d0c141a04c54"; + type = "kernel"; + } + ]; + supported_devices = [ + "trendnet,tew-810dr" + ]; + titles = [ + { + model = "TEW-810DR"; + vendor = "TRENDnet"; + } + ]; + }; + wavlink_wl-wn530hg4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-wavlink_wl-wn530hg4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-wavlink_wl-wn530hg4-initramfs-kernel.bin"; + sha256 = "aea104ad40f14268f3f69dd2829d04c500de23ec0d9f50f8918185dc3b749d47"; + sha256_unsigned = "aea104ad40f14268f3f69dd2829d04c500de23ec0d9f50f8918185dc3b749d47"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-wavlink_wl-wn530hg4-squashfs-sysupgrade.bin"; + sha256 = "eb5a24f5942347a738a019e89a6d26e0f20e85561d02a02fc3ede90426e24040"; + sha256_unsigned = "bc5e6774127d6e78baa0991fc39e7caf45118754acbd8c9d66cf77340d6720cd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn530hg4" + ]; + titles = [ + { + model = "WL-WN530HG4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn535k1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-wavlink_wl-wn535k1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-wavlink_wl-wn535k1-initramfs-WN535K1-kernel.bin"; + sha256 = "069254e1fe1b899a1d1baf0fc5daca0fcf6fea34e2b12bd1621a0046309695ed"; + sha256_unsigned = "069254e1fe1b899a1d1baf0fc5daca0fcf6fea34e2b12bd1621a0046309695ed"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-wavlink_wl-wn535k1-squashfs-sysupgrade.bin"; + sha256 = "7ea62cea2c79a07a39909015e77f5e5adff9916bdad7c3b80b0f4f0101f889ac"; + sha256_unsigned = "efa74cc8f1b248e4ea159761b8bc2ca2937de489fa782d53a4d4e232af15d873"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn535k1" + ]; + titles = [ + { + model = "WL-WN535K1"; + vendor = "Wavlink"; + } + { + model = "TAL-WMESH1"; + vendor = "Talius"; + } + ]; + }; + wavlink_wl-wn579x3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-phy-realtek" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-wavlink_wl-wn579x3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-wavlink_wl-wn579x3-squashfs-sysupgrade.bin"; + sha256 = "cdbef1c0b929c70ffcb48b80c31b3091f1ce2e15b97d41a61f7c14ee2508363a"; + sha256_unsigned = "4f49eda98186433bba9ec4cabd89546b80ecd2141276945e9fefb41a5c96fa7c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-wavlink_wl-wn579x3-initramfs-kernel.bin"; + sha256 = "c4be2b502e403412a2c49f0e0557f6ee783da58929c8f210ec0f99c8bfbc92c7"; + sha256_unsigned = "c4be2b502e403412a2c49f0e0557f6ee783da58929c8f210ec0f99c8bfbc92c7"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn579x3" + ]; + titles = [ + { + model = "WL-WN579X3"; + vendor = "Wavlink"; + } + ]; + }; + wevo_air-duo = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-storage-uas" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-wevo_air-duo"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-wevo_air-duo-initramfs.upload"; + sha256 = "0eff41d5f2f71cc3306e8ed6c4c63892fb69de95b589b3f71db520c388406ec1"; + sha256_unsigned = "0eff41d5f2f71cc3306e8ed6c4c63892fb69de95b589b3f71db520c388406ec1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-wevo_air-duo-squashfs-sysupgrade.bin"; + sha256 = "3db1d2a077a12d99b18e6b0f012e7621ae43babd2156f1a784543ce86b5a38c8"; + sha256_unsigned = "9f692854b5cffd1ee0a4fa0b0281506be4ca8660f828956b79cec72284862738"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,air-duo" + ]; + titles = [ + { + model = "AIR DUO"; + vendor = "WeVO"; + } + ]; + }; + wrtnode_wrtnode = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-wrtnode_wrtnode"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-wrtnode_wrtnode-initramfs-kernel.bin"; + sha256 = "61f3d4862730559243df4a23061e56bc1c92c5b6dd9093bcec388f649c9a598d"; + sha256_unsigned = "61f3d4862730559243df4a23061e56bc1c92c5b6dd9093bcec388f649c9a598d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-wrtnode_wrtnode-squashfs-sysupgrade.bin"; + sha256 = "b88f1ffd16a2b20c40927e0fda63478a560c98a82aa577412d52e23494a9de68"; + sha256_unsigned = "45163c6a439f657e316e7099d8b1a01a02e3995386556d344240a982f481466b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode" + "wrtnode" + ]; + titles = [ + { + model = "WRTNode"; + vendor = "WRTNode"; + } + ]; + }; + xiaomi_miwifi-mini = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-xiaomi_miwifi-mini"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"; + sha256 = "e0b3540c3d9172107453f1f513ce427ca8fde8d38db5ad784e99ecea543d12b1"; + sha256_unsigned = "4abff55ec6ba41a2ceb4bb557e2407c47fe919f63b8da4613621686e8f91d81a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-xiaomi_miwifi-mini-initramfs-kernel.bin"; + sha256 = "92b218cc9602db02134a09b5b5eaa28ce0579aab586f477dd95f41e015fc519a"; + sha256_unsigned = "92b218cc9602db02134a09b5b5eaa28ce0579aab586f477dd95f41e015fc519a"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-mini" + "miwifi-mini" + ]; + titles = [ + { + model = "MiWiFi Mini"; + vendor = "Xiaomi"; + } + ]; + }; + youku_x2 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-youku_x2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-youku_x2-squashfs-sysupgrade.bin"; + sha256 = "a23ff7b108989775318167b130c6d327cc321f3647d0f0ff4d2dd28ba0cd7ac7"; + sha256_unsigned = "7a4ebab7a1d93aab3dc8c54a432f60a26ad69dbe6c0677222ed022b35bca00e5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-youku_x2-initramfs-kernel.bin"; + sha256 = "9df84470666b3185ac03cdf48523654decfe1dfc331dac20aae9a646e59bb78e"; + sha256_unsigned = "9df84470666b3185ac03cdf48523654decfe1dfc331dac20aae9a646e59bb78e"; + type = "kernel"; + } + ]; + supported_devices = [ + "youku,x2" + ]; + titles = [ + { + model = "X2"; + vendor = "Youku"; + } + ]; + }; + youku_yk-l1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-youku_yk-l1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-youku_yk-l1-initramfs-kernel.bin"; + sha256 = "87e443c8b8a9a10eb84bc38acb23071966cf906d15a788a13591a0ab257d226b"; + sha256_unsigned = "87e443c8b8a9a10eb84bc38acb23071966cf906d15a788a13591a0ab257d226b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-youku_yk-l1-squashfs-sysupgrade.bin"; + sha256 = "65528cb9075595c81b76932f8c6e829fdc8a94c74e3db535d3c3e149c7a38ff6"; + sha256_unsigned = "90dafddcd39c39f69d4761fb38735e0bf416f0be5b07ea9bf1573a618ff417c6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l1" + "youku-yk1" + "youku,yk1" + ]; + titles = [ + { + model = "YK-L1"; + vendor = "Youku"; + } + ]; + }; + youku_yk-l1c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-youku_yk-l1c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-youku_yk-l1c-initramfs-kernel.bin"; + sha256 = "caadd86c903e7717f91f7f41a83e736ef7d0a4505d4a88cbeb890d40c1854dd6"; + sha256_unsigned = "caadd86c903e7717f91f7f41a83e736ef7d0a4505d4a88cbeb890d40c1854dd6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-youku_yk-l1c-squashfs-sysupgrade.bin"; + sha256 = "874aabb2ca362eacfd8ba6c9ebe1f0156a348ece489efa55e55e86144cfebf6f"; + sha256_unsigned = "64ab5fe2a6f2d5db8c550a039113b63d62ac9c34971243b8d5b1c10a6a75b74d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l1c" + ]; + titles = [ + { + model = "YK-L1c"; + vendor = "Youku"; + } + ]; + }; + yukai_bocco = { + device_packages = [ + "kmod-sound-core" + "kmod-sound-mt7620" + "kmod-i2c-ralink" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-yukai_bocco"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-yukai_bocco-initramfs-kernel.bin"; + sha256 = "c28d04af1d03554d751f9214769661c21586196204f3520f1cfb5cce6ade193e"; + sha256_unsigned = "c28d04af1d03554d751f9214769661c21586196204f3520f1cfb5cce6ade193e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-yukai_bocco-squashfs-sysupgrade.bin"; + sha256 = "3f4a87502ca098e1b7bee6a8b598dd9843ac237fbf274c7fed2250e6bfa1c549"; + sha256_unsigned = "5fed693499d05450388f680dd4914eeb1a4e717d2e8d8459cb0779127ed32e2f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yukai,bocco" + "bocco" + ]; + titles = [ + { + model = "BOCCO"; + vendor = "YUKAI Engineering"; + } + ]; + }; + zbtlink_zbt-ape522ii = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-ape522ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-ape522ii-squashfs-sysupgrade.bin"; + sha256 = "6b96c0aa24e66f4e6bf67b1e79c570c4a7bd53beb987ed25a6e34c80711c75ca"; + sha256_unsigned = "0fa85127215f4ba27d144d658890b1b7082247dbf03afe61d3ca12fe6ad49036"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-ape522ii-initramfs-kernel.bin"; + sha256 = "e23171fbd3e7ef988592870465c75c61fec3f0ff92fc766f726f161e48f44932"; + sha256_unsigned = "e23171fbd3e7ef988592870465c75c61fec3f0ff92fc766f726f161e48f44932"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-ape522ii" + "zbt-ape522ii" + ]; + titles = [ + { + model = "ZBT-APE522II"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-cpe102 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-cpe102"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-cpe102-initramfs-kernel.bin"; + sha256 = "297ca2e5b3256af8cb10ae74b678f4e6a7faeeaf938ce3965c39470182f4ddf6"; + sha256_unsigned = "297ca2e5b3256af8cb10ae74b678f4e6a7faeeaf938ce3965c39470182f4ddf6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-cpe102-squashfs-sysupgrade.bin"; + sha256 = "588e46e88497db0c24edca6ab97ca3b22fdef5f6dc51de041e30afdb546d27c6"; + sha256_unsigned = "99004e457564e808a9ddea868de777438d4c5392b633bccef3911d95f850a0ee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-cpe102" + "zbt-cpe102" + ]; + titles = [ + { + model = "ZBT-CPE102"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wa05 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-wa05"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-wa05-initramfs-kernel.bin"; + sha256 = "e2f7fcf7044898f9bc255dcec534f332199bbbc0574e202b1cb5b03b6b682d85"; + sha256_unsigned = "e2f7fcf7044898f9bc255dcec534f332199bbbc0574e202b1cb5b03b6b682d85"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-wa05-squashfs-sysupgrade.bin"; + sha256 = "5dd9ef32dcbe2da0a4021219db9cd008f29e31aadb5f485defbe45889b080296"; + sha256_unsigned = "903fe0c09fa4e962fb0a038c264196369af305d53f334c546315ee37b005e9d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wa05" + "zbt-wa05" + ]; + titles = [ + { + model = "ZBT-WA05"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-5g-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we1026-5g-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-initramfs-kernel.bin"; + sha256 = "1390893c22973c19f26d1806b954a9432f6ac329d21331aec35e03b3a1b8a0bc"; + sha256_unsigned = "1390893c22973c19f26d1806b954a9432f6ac329d21331aec35e03b3a1b8a0bc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-squashfs-sysupgrade.bin"; + sha256 = "d4071bc1269fa320dc1954842b0dbef8c78ea30c0f2caf67ba7315fc3256acd3"; + sha256_unsigned = "3eac1bb4e8d908a174f3db687cf253c822843fc9eefc373b1ec290de54981bde"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-5g-16m" + "we1026-5g-16m" + "zbtlink,we1026-5g-16m" + ]; + titles = [ + { + model = "ZBT-WE1026-5G"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we1026-h-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we1026-h-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we1026-h-32m-initramfs-kernel.bin"; + sha256 = "46645162834c5232797578b30354a66129760cc8691c2b32f9177bac98f4bfa5"; + sha256_unsigned = "46645162834c5232797578b30354a66129760cc8691c2b32f9177bac98f4bfa5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we1026-h-32m-squashfs-sysupgrade.bin"; + sha256 = "41da4536620a3e55265a6ee8ce25b17759040ce033ca67f00717ffab443e5748"; + sha256_unsigned = "c66a521d926c1fbb31067cff97a9a2e957ce30ef1b088799f3315cc05c9c4182"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1026-h-32m" + ]; + titles = [ + { + model = "ZBT-WE1026-H"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we2026 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we2026"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we2026-initramfs-kernel.bin"; + sha256 = "98f70c9ecfda4f318226956ff1adebf876f6c3715c42692320a9b02910d2fae5"; + sha256_unsigned = "98f70c9ecfda4f318226956ff1adebf876f6c3715c42692320a9b02910d2fae5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we2026-squashfs-sysupgrade.bin"; + sha256 = "1758302f2d520806c0537493e662808ca78ced87ccc7ceb5b0c7de7bf4a0f697"; + sha256_unsigned = "b68d7321bf61efcab9be5365d2f14aa0ccb695cfeb7c07283dc525fbeabd181e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we2026" + "zbt-we2026" + ]; + titles = [ + { + model = "ZBT-WE2026"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-16m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we826-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin"; + sha256 = "1e91a6158b6a35fe1100836cfa1f4e7d32222fd82d88f1b7f16127d7253c8c74"; + sha256_unsigned = "9c1c3a4c050709a99717247a6f4c9133affa6c6e030ae299f6e3112364cdbda0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we826-16m-initramfs-kernel.bin"; + sha256 = "720a20a143173b70d60eacfe14c6304bd4ca5de223bcff0a2b472e936f9b7cc0"; + sha256_unsigned = "720a20a143173b70d60eacfe14c6304bd4ca5de223bcff0a2b472e936f9b7cc0"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-16m" + "zbt-we826" + "zbt-we826-16M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-32m = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we826-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we826-32m-squashfs-sysupgrade.bin"; + sha256 = "5bad3f8588df2c6b6d526c7431e66240be40cfd2cb3a49ec73da76e997185c9d"; + sha256_unsigned = "370c940779db3e620215d099405b01ad43e3b07081ff0a2b23471720e0e24ea6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we826-32m-initramfs-kernel.bin"; + sha256 = "91c60814db1d1cbb662b54f159f61a6aba2a874b5ab4df6607f0994fe9ab905d"; + sha256_unsigned = "91c60814db1d1cbb662b54f159f61a6aba2a874b5ab4df6607f0994fe9ab905d"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-32m" + "zbt-we826-32M" + ]; + titles = [ + { + model = "ZBT-WE826"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-we826-e = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "uqmi" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we826-e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"; + sha256 = "85e2e199e8c111dee295424eda6d7ea1c3f780208e16149c9b15cc3d6cc9330e"; + sha256_unsigned = "3c0311a0f66522e2ee54c949324f5b6cef6ab1360676b43e8b29ae40e8ccb477"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-zbtlink_zbt-we826-e-initramfs-kernel.bin"; + sha256 = "375bdcaf431229f360820af5412bbebebf2b5113ca673807bdf170aa8f33fc37"; + sha256_unsigned = "375bdcaf431229f360820af5412bbebebf2b5113ca673807bdf170aa8f33fc37"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we826-e" + ]; + titles = [ + { + model = "ZBT-WE826-E"; + vendor = "Zbtlink"; + } + ]; + }; + zte_q7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-zte_q7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zte_q7-squashfs-sysupgrade.bin"; + sha256 = "77e363f2df6b94e361790be43e6937a795233f6422ff7ecdc706d8bfc34b2087"; + sha256_unsigned = "8a555b8abb3c54067235c61f731b31dda86f9ec89cc9bd88c58ec6cb6795cb6a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-zte_q7-initramfs-kernel.bin"; + sha256 = "768cc4ee0e7acb703883e6d52622f0e8a1e7faae17e7e9d16cedd8c1d12491ed"; + sha256_unsigned = "768cc4ee0e7acb703883e6d52622f0e8a1e7faae17e7e9d16cedd8c1d12491ed"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,q7" + "zte-q7" + ]; + titles = [ + { + model = "Q7"; + vendor = "ZTE"; + } + ]; + }; + zyxel_keenetic-lite-iii-a = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-zyxel_keenetic-lite-iii-a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zyxel_keenetic-lite-iii-a-squashfs-sysupgrade.bin"; + sha256 = "53c146ea66aed9e08d9a0f039cc37d85b907974ec50997e6ca79b6166eff42c7"; + sha256_unsigned = "420336e2ddff852d81a7f645a4ef5858fe7c3420598c2db83a6a0196588391f7"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zyxel_keenetic-lite-iii-a-squashfs-factory.bin"; + sha256 = "62544dc6adbcb4cf5a8f721b120f12edb5017a426ab87eeefb27add18347c59e"; + sha256_unsigned = "62544dc6adbcb4cf5a8f721b120f12edb5017a426ab87eeefb27add18347c59e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-zyxel_keenetic-lite-iii-a-initramfs-kernel.bin"; + sha256 = "db524f7cd31620419c4ce348d9af60804239abf1bdde4f2c07edb24eefa4d13c"; + sha256_unsigned = "db524f7cd31620419c4ce348d9af60804239abf1bdde4f2c07edb24eefa4d13c"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-lite-iii-a" + ]; + titles = [ + { + model = "Keenetic Lite III"; + variant = "A"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-omni = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-zyxel_keenetic-omni"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zyxel_keenetic-omni-squashfs-sysupgrade.bin"; + sha256 = "17aa8f195f6caac0441b6f84048c6ae8594611b6070b5f81e74aa8db7096bf4a"; + sha256_unsigned = "4e7882f39596b206005b216500894c74a38955d8abce9310146a37fd9da2cdee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-zyxel_keenetic-omni-initramfs-kernel.bin"; + sha256 = "a8fa786ff5c2ea28a146479d1265abf6c3bb30ca41a9a54d7e4a0125bf2456fe"; + sha256_unsigned = "a8fa786ff5c2ea28a146479d1265abf6c3bb30ca41a9a54d7e4a0125bf2456fe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zyxel_keenetic-omni-squashfs-factory.bin"; + sha256 = "5e994431b8c9b78b7fc88bdc2f1490bef71f0b4982af26ca3a40d90744e85ed6"; + sha256_unsigned = "5e994431b8c9b78b7fc88bdc2f1490bef71f0b4982af26ca3a40d90744e85ed6"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni" + "kn_rc" + ]; + titles = [ + { + model = "Keenetic Omni"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-omni-ii = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-zyxel_keenetic-omni-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-sysupgrade.bin"; + sha256 = "a0d70a9a492da77e3302a13af6c5e24c2d2fa0c68945a4d30620adc0584fba4f"; + sha256_unsigned = "3c635b257c268a104f5ba56bb6444b57daa15b0919cb979535d443988179c10b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-zyxel_keenetic-omni-ii-initramfs-kernel.bin"; + sha256 = "7ceb077c770032ca73fc179ba047e09e6f2b5caaa927393e6c1b7810648b62b9"; + sha256_unsigned = "7ceb077c770032ca73fc179ba047e09e6f2b5caaa927393e6c1b7810648b62b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-factory.bin"; + sha256 = "a9c959f88d945469430600a11b34815a471d52d084c88f44d2342744bf916afc"; + sha256_unsigned = "a9c959f88d945469430600a11b34815a471d52d084c88f44d2342744bf916afc"; + type = "factory"; + } + ]; + supported_devices = [ + "zyxel,keenetic-omni-ii" + "kn_rf" + ]; + titles = [ + { + model = "Keenetic Omni II"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_keenetic-viva = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-switch-rtl8366-smi" + "kmod-switch-rtl8367b" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7620-zyxel_keenetic-viva"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zyxel_keenetic-viva-squashfs-factory.bin"; + sha256 = "d815f92f4414b04ac3b546ba8d2f3f115bcebff04eb9bd5f2dabb6cf28143e3d"; + sha256_unsigned = "d815f92f4414b04ac3b546ba8d2f3f115bcebff04eb9bd5f2dabb6cf28143e3d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7620-zyxel_keenetic-viva-squashfs-sysupgrade.bin"; + sha256 = "e9c7e89052a7eefca8e4c7537f650326a4df1aa94bbf4383cc5ed97f2cdd3a61"; + sha256_unsigned = "a204b231d6d4a25a438a208cbbc9246d1cefc07d9bed72d19699c9dcff9c45ec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7620-zyxel_keenetic-viva-initramfs-kernel.bin"; + sha256 = "748c08ef583803f3b06aa60ba16bf083309e238c39f61bfed48fdff13ce18d8e"; + sha256_unsigned = "748c08ef583803f3b06aa60ba16bf083309e238c39f61bfed48fdff13ce18d8e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-viva" + "kng_rc" + ]; + titles = [ + { + model = "Keenetic Viva"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "ramips/mt7620"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + mt7621 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + adslr_g7 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-adslr_g7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin"; + sha256 = "8e6ba651cd3356920292da662834c1320243bba22b8e185ffb9aab548a3c2b94"; + sha256_unsigned = "4ee5d8a312a36122de25f7dd0ed424f06b7f8ad1d65dceb3937d5c6f805e1ece"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-adslr_g7-initramfs-kernel.bin"; + sha256 = "c861790f0c636c7756ba270006bc05908afe2de5060d0c7932fb7901b7c5da1c"; + sha256_unsigned = "c861790f0c636c7756ba270006bc05908afe2de5060d0c7932fb7901b7c5da1c"; + type = "kernel"; + } + ]; + supported_devices = [ + "adslr,g7" + ]; + titles = [ + { + model = "G7"; + vendor = "ADSLR"; + } + ]; + }; + afoundry_ew1200 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-afoundry_ew1200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin"; + sha256 = "5f71dc396bb9a1e6f265e592199c9fd78c5fcd1c545ca1c2a71784a6b72ca4b8"; + sha256_unsigned = "317a70ca58cdf5896df686badb9d825c7d25ccac863164e1c8487d72828a8881"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-afoundry_ew1200-initramfs-kernel.bin"; + sha256 = "510c8d2c3b62a44a1a6ba8cdfd5a5d7a888a8e6cb1884a756bc4b17a08891632"; + sha256_unsigned = "510c8d2c3b62a44a1a6ba8cdfd5a5d7a888a8e6cb1884a756bc4b17a08891632"; + type = "kernel"; + } + ]; + supported_devices = [ + "afoundry,ew1200" + "ew1200" + ]; + titles = [ + { + model = "EW1200"; + vendor = "AFOUNDRY"; + } + ]; + }; + alfa-network_ax1800rm = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-alfa-network_ax1800rm"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-alfa-network_ax1800rm-initramfs-kernel.bin"; + sha256 = "a0d30b4b9d01ee0262a80153bf829000dee9c3f8e71b66cbec39f67686587ef2"; + sha256_unsigned = "a0d30b4b9d01ee0262a80153bf829000dee9c3f8e71b66cbec39f67686587ef2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-alfa-network_ax1800rm-squashfs-sysupgrade.bin"; + sha256 = "6d7ed5258e86b493dd72fd2a344febedbfec6a808144fb1792165019cb1bc4c0"; + sha256_unsigned = "5874c9aacf162416b29dac8e313409efa019ae04e51c7f379611d127dd694353"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-alfa-network_ax1800rm-squashfs-recovery.bin"; + sha256 = "a9a181dc44b127caab5f035902cbb626471d54f1d16daf623dc1163d853dba6a"; + sha256_unsigned = "a9a181dc44b127caab5f035902cbb626471d54f1d16daf623dc1163d853dba6a"; + type = "recovery"; + } + ]; + supported_devices = [ + "alfa-network,ax1800rm" + ]; + titles = [ + { + model = "AX1800RM"; + vendor = "ALFA Network"; + } + ]; + }; + alfa-network_quad-e4g = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-mbedtls" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-alfa-network_quad-e4g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"; + sha256 = "1f9be2b182b7b36f1473aaaccce052477cdf3fd4a5c2e5f2c91d6af258524e5b"; + sha256_unsigned = "3f0b6325a6fb5a90b37e20c4adc42b7d422b3cb953a217ae2670270881d6ebba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-alfa-network_quad-e4g-initramfs-kernel.bin"; + sha256 = "79b33b57bed9d48188152d44b4d1f2a02a8ccd8cf304733fa631afe3f4a86e4b"; + sha256_unsigned = "79b33b57bed9d48188152d44b4d1f2a02a8ccd8cf304733fa631afe3f4a86e4b"; + type = "kernel"; + } + ]; + supported_devices = [ + "alfa-network,quad-e4g" + "quad-e4g" + ]; + titles = [ + { + model = "Quad-E4G"; + vendor = "ALFA Network"; + } + ]; + }; + ampedwireless_ally-00x19k = { + device_packages = [ + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-ampedwireless_ally-00x19k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-ampedwireless_ally-00x19k-initramfs-kernel.bin"; + sha256 = "894fdae7e8f1380aabbc2ffd564a628b369cb3302c66336043f0b74d1f382a8a"; + sha256_unsigned = "894fdae7e8f1380aabbc2ffd564a628b369cb3302c66336043f0b74d1f382a8a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-ampedwireless_ally-00x19k-squashfs-sysupgrade.bin"; + sha256 = "eecfb7b0ecaf11330ead78afe6426b868a73d4b5a2672011fbe95c636f4c9b34"; + sha256_unsigned = "7a412bc1b547712b23a913b8e1253b894527e3de427d59559c996bd6ac198b21"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ampedwireless,ally-00x19k" + ]; + titles = [ + { + model = "ALLY-00X19K"; + vendor = "Amped Wireless"; + } + ]; + }; + ampedwireless_ally-r1900k = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-ampedwireless_ally-r1900k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-ampedwireless_ally-r1900k-squashfs-sysupgrade.bin"; + sha256 = "20ae2ba9355c1175cc9245e59cc41acc035edb9aa5acda053e661c1c497025ce"; + sha256_unsigned = "2b1ca76b3c88465928a90d31ac71c71bb233f2483783a8d4e5d98c057247ea26"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-ampedwireless_ally-r1900k-initramfs-kernel.bin"; + sha256 = "3cab01de41787385ce52eca93eb207260360b161f3bdcef20d611f9cd3526dce"; + sha256_unsigned = "3cab01de41787385ce52eca93eb207260360b161f3bdcef20d611f9cd3526dce"; + type = "kernel"; + } + ]; + supported_devices = [ + "ampedwireless,ally-r1900k" + ]; + titles = [ + { + model = "ALLY-R1900K"; + vendor = "Amped Wireless"; + } + ]; + }; + arcadyan_we420223-99 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-arcadyan_we420223-99"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-arcadyan_we420223-99-squashfs-sysupgrade.bin"; + sha256 = "3110399f7644cffa587f595e68bf3966d21576a13d90845b0734231594863c07"; + sha256_unsigned = "f38df8692e0050d84ff613e8861a835f35f2d0a172f3d44eaf28ecab441881f1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-arcadyan_we420223-99-squashfs-factory.trx"; + sha256 = "1c23aa6093639d00d559e5145edc941f20452ca10d305fdd6ea89efe46d30cf8"; + sha256_unsigned = "1c23aa6093639d00d559e5145edc941f20452ca10d305fdd6ea89efe46d30cf8"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-arcadyan_we420223-99-initramfs-kernel.bin"; + sha256 = "6619f615ab301b98f8d5ff5bfc7de86718f3fdb72bc37819b937d0b8a2552cc9"; + sha256_unsigned = "6619f615ab301b98f8d5ff5bfc7de86718f3fdb72bc37819b937d0b8a2552cc9"; + type = "kernel"; + } + ]; + supported_devices = [ + "arcadyan,we420223-99" + ]; + titles = [ + { + model = "WE420223-99"; + vendor = "Arcadyan"; + } + { + model = "Experia WiFi"; + vendor = "KPN"; + } + ]; + }; + asiarf_ap7621-001 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-mbedtls" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-asiarf_ap7621-001"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-asiarf_ap7621-001-squashfs-sysupgrade.bin"; + sha256 = "7baf20b13da0e3788cfa6f59373955934b72deee2773f8ffa6700a65a3ae1c98"; + sha256_unsigned = "a84cf63758038a274a807bb6c7696c2cfa7c365df81cf307230cb9f427b2aa37"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-asiarf_ap7621-001-initramfs-kernel.bin"; + sha256 = "d9b83c93f659885c95a28ddad8d97b39cc7d8b7ffd4fe44fbd00b12ba5ba4266"; + sha256_unsigned = "d9b83c93f659885c95a28ddad8d97b39cc7d8b7ffd4fe44fbd00b12ba5ba4266"; + type = "kernel"; + } + ]; + supported_devices = [ + "asiarf,ap7621-001" + ]; + titles = [ + { + model = "AP7621-001"; + vendor = "AsiaRF"; + } + ]; + }; + asiarf_ap7621-nv1 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "-wpad-basic-mbedtls" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-asiarf_ap7621-nv1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-asiarf_ap7621-nv1-initramfs-kernel.bin"; + sha256 = "e1504f7a4a84339aedc81dbc9b2cb40a0bdac0743f65e002a14d5085f0c334e9"; + sha256_unsigned = "e1504f7a4a84339aedc81dbc9b2cb40a0bdac0743f65e002a14d5085f0c334e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-asiarf_ap7621-nv1-squashfs-sysupgrade.bin"; + sha256 = "5b2b0347c9de6e4ea366eb7a13d11f75e7cf3213dcc58f720831594c4a8f980b"; + sha256_unsigned = "49ef8cba3d8f0161ef4aa75ff232f231bcdf04a0b3e555b6a0e5ba23a0021b75"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asiarf,ap7621-nv1" + ]; + titles = [ + { + model = "AP7621-NV1"; + vendor = "AsiaRF"; + } + ]; + }; + asus_rp-ac56 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-i2c-ralink" + "kmod-sound-mt7620" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-asus_rp-ac56"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rp-ac56-squashfs-factory.bin"; + sha256 = "85f205fbccfd0b10a1deea80dec5a4d1f1b3366f1217b316709ac3b8aca10aa3"; + sha256_unsigned = "85f205fbccfd0b10a1deea80dec5a4d1f1b3366f1217b316709ac3b8aca10aa3"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rp-ac56-initramfs-kernel.bin"; + sha256 = "55ed58be766c9a2126182cb7bc7be963774629ba89eb218a53eb58ddd16aa325"; + sha256_unsigned = "55ed58be766c9a2126182cb7bc7be963774629ba89eb218a53eb58ddd16aa325"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rp-ac56-squashfs-sysupgrade.bin"; + sha256 = "369aa435d4d61f26e0f7bd75c174093bcef303f492f971073fbf0ecce3e1d376"; + sha256_unsigned = "eea73fa429d47af439d81c22af9f663a406a986c4acab3cc4262e14c8e7917a4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rp-ac56" + ]; + titles = [ + { + model = "RP-AC56"; + vendor = "ASUS"; + } + ]; + }; + asus_rp-ac87 = { + device_packages = [ + "kmod-mt7615-firmware" + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-asus_rp-ac87"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rp-ac87-squashfs-sysupgrade.bin"; + sha256 = "65aa97dcac320879e9cac86d680481910a528440231fcf2eb4c4dc363cbc57a4"; + sha256_unsigned = "d1daee2df3c14f7c52abd6c5623973d325e0dc007144db2503df057bd00e0916"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rp-ac87-squashfs-factory.bin"; + sha256 = "cffe08594073dc483d4542227ffda1a0b9837275ad4ad9cde8f487f5fe47f783"; + sha256_unsigned = "cffe08594073dc483d4542227ffda1a0b9837275ad4ad9cde8f487f5fe47f783"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rp-ac87-initramfs-kernel.bin"; + sha256 = "714a53fdbcaac499cbcc61d66da320d25b2e5c681a7f1ab08b9f5a8390996055"; + sha256_unsigned = "714a53fdbcaac499cbcc61d66da320d25b2e5c681a7f1ab08b9f5a8390996055"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rp-ac87" + ]; + titles = [ + { + model = "RP-AC87"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac57u-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-asus_rt-ac57u-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rt-ac57u-v1-squashfs-sysupgrade.bin"; + sha256 = "6d68151f05111c0df2b447461508675d5945541031ab1f25d7cb388b5d1aa213"; + sha256_unsigned = "60c04f1a6097a922047f75258ab5c702510effb8f7dd609961369817d205ed99"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rt-ac57u-v1-initramfs-kernel.bin"; + sha256 = "51d5749aef6bc34dba3fec8c2afa211f1cec2e45eca4cee74aa60134e59d6d40"; + sha256_unsigned = "51d5749aef6bc34dba3fec8c2afa211f1cec2e45eca4cee74aa60134e59d6d40"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-ac57u-v1" + "asus,rt-ac57u" + ]; + titles = [ + { + model = "RT-AC57U"; + variant = "v1"; + vendor = "ASUS"; + } + { + model = "RT-AC1200GU"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac65p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-asus_rt-ac65p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rt-ac65p-squashfs-sysupgrade.bin"; + sha256 = "0220467efd2dc7837d97889f658997358008132d6fa4d421163a49e8bdff1117"; + sha256_unsigned = "5e0f2877a07bc2351cef02e0302b3d39fec67ac1164dd9418bdf8e5fff76ea12"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rt-ac65p-initramfs-kernel.bin"; + sha256 = "85ea44ce03f3fe3115c349967c1edc43929851eecdb77ed57901181df3c1f601"; + sha256_unsigned = "85ea44ce03f3fe3115c349967c1edc43929851eecdb77ed57901181df3c1f601"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin"; + sha256 = "efbd6546fa85e55496b9515cdd39d22703fd2f724d6db049c3ede2f8edbc1d78"; + sha256_unsigned = "efbd6546fa85e55496b9515cdd39d22703fd2f724d6db049c3ede2f8edbc1d78"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ac65p" + ]; + titles = [ + { + model = "RT-AC65P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac85p = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-asus_rt-ac85p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rt-ac85p-squashfs-factory.bin"; + sha256 = "ffc0986d279caa7cbcf24939c1878c916ebda44bd30f4f41c4f22e1b1664d047"; + sha256_unsigned = "ffc0986d279caa7cbcf24939c1878c916ebda44bd30f4f41c4f22e1b1664d047"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rt-ac85p-initramfs-kernel.bin"; + sha256 = "e181090295450e528e76411196424e02ff1d9ce449f7293651454d24f3e3940e"; + sha256_unsigned = "e181090295450e528e76411196424e02ff1d9ce449f7293651454d24f3e3940e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rt-ac85p-squashfs-sysupgrade.bin"; + sha256 = "845ebb1874cd70e528342a7b53192a08ddfb837b4bdf0366160f9e7abee9e828"; + sha256_unsigned = "1334893d472a14a2da824a81ab705d2cd418c7fcffdbf2949806a95942c9be34"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac85p" + ]; + titles = [ + { + model = "RT-AC85P"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ax53u = { + device_packages = [ + "kmod-mt7915-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-asus_rt-ax53u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rt-ax53u-squashfs-sysupgrade.bin"; + sha256 = "e13db34c63c3023c8d2b43aa21034d1fd9809b5a2f7f89c323eaa81939d70a7d"; + sha256_unsigned = "2122fe437c338a27658bac1a71c0acf66da4dc56f65c5f3ec425ece49a73fffa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rt-ax53u-initramfs-kernel.bin"; + sha256 = "9da8828f1966fae64e22a85006f5cbd31166d04f08e0de86add5b89d89a1f6cc"; + sha256_unsigned = "9da8828f1966fae64e22a85006f5cbd31166d04f08e0de86add5b89d89a1f6cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rt-ax53u-squashfs-factory.bin"; + sha256 = "08882ef2a34f3229b5ba51217f8ea02d22c46144d0c0b753d42d38845530bd2c"; + sha256_unsigned = "08882ef2a34f3229b5ba51217f8ea02d22c46144d0c0b753d42d38845530bd2c"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ax53u" + ]; + titles = [ + { + model = "RT-AX53U"; + vendor = "ASUS"; + } + { + model = "RT-AX1800U"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ax54 = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-asus_rt-ax54"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rt-ax54-initramfs-kernel.bin"; + sha256 = "d9476d2d0301ae21a1e29aa6d6f246e19182983bb1408c99e4ab7b3f7ff0d01e"; + sha256_unsigned = "d9476d2d0301ae21a1e29aa6d6f246e19182983bb1408c99e4ab7b3f7ff0d01e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rt-ax54-squashfs-factory.bin"; + sha256 = "7a0402d17a46bf42f5b11b78ff6356a8d0fe85007890d14bba5a1bccf5e574bb"; + sha256_unsigned = "7a0402d17a46bf42f5b11b78ff6356a8d0fe85007890d14bba5a1bccf5e574bb"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rt-ax54-squashfs-sysupgrade.bin"; + sha256 = "a7dd378a5354bb3c32ae70eada3eb6b8b104a05a31c7d96abfefcc90277e7418"; + sha256_unsigned = "f27a0a5472510b2aa917835d26a9af283bde77086ab78bdb9f9e068d3109e9a8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ax54" + ]; + titles = [ + { + model = "RT-AX54"; + vendor = "ASUS"; + } + { + model = "RT-AX54HP"; + vendor = "ASUS"; + } + { + model = "RT-AX1800HP"; + vendor = "ASUS"; + } + { + model = "RT-AX1800S"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n56u-b1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-asus_rt-n56u-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rt-n56u-b1-squashfs-sysupgrade.bin"; + sha256 = "72816c5c23764077badbeedc59ffd8dfe16292e333846bd4db76699bbba7dcad"; + sha256_unsigned = "68a6742e4f6ed454129bd0da3b2756ceb0620d1621b24fd0bb546c8de8021b53"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-asus_rt-n56u-b1-initramfs-kernel.bin"; + sha256 = "459a854db823e24696da25252da2ec579d922a72bbc3e9cbc4546de1e4733a76"; + sha256_unsigned = "459a854db823e24696da25252da2ec579d922a72bbc3e9cbc4546de1e4733a76"; + type = "kernel"; + } + ]; + supported_devices = [ + "asus,rt-n56u-b1" + ]; + titles = [ + { + model = "RT-N56U"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + beeline_smartbox-flash = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615-firmware" + "uencrypt-mbedtls" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-flash"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-flash-initramfs-kernel.bin"; + sha256 = "391c619a878983bb5860477d2685b8f791fda89602d0b7173383a0a677af1a60"; + sha256_unsigned = "391c619a878983bb5860477d2685b8f791fda89602d0b7173383a0a677af1a60"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-flash-squashfs-sysupgrade.bin"; + sha256 = "c68c046ce7232fac1246f4e4e26cbc1b1e8b6bf603c93b1ce21a3e55f01b64a0"; + sha256_unsigned = "90ff2356dcfa5d7e4e87e85e5e7dc3bafa96bc9703cc95e5f1eb3cc8fc08427b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-flash-squashfs-factory.trx"; + sha256 = "e90a40fcbf79d74b0aa6de826317f989f6e61abe1679d0790bb74fcf96f3681b"; + sha256_unsigned = "e90a40fcbf79d74b0aa6de826317f989f6e61abe1679d0790bb74fcf96f3681b"; + type = "factory"; + } + ]; + supported_devices = [ + "beeline,smartbox-flash" + ]; + titles = [ + { + model = "SmartBox Flash"; + vendor = "Beeline"; + } + ]; + }; + beeline_smartbox-giga = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-giga"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-giga-squashfs-sysupgrade.bin"; + sha256 = "2b9d694b342e3ead337020ebb4b4849146d952812810e5d0b7703e29ba88d38b"; + sha256_unsigned = "6b59e22ed37b3adf21af1bb95b7c0260e0a5f9d7ab6faf4a9f766ff33b1695a6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-giga-squashfs-factory.img"; + sha256 = "ed823215f999b75ca8a3ae00376c034a9c2d0819266f9e465793cf4e5c9363ec"; + sha256_unsigned = "ed823215f999b75ca8a3ae00376c034a9c2d0819266f9e465793cf4e5c9363ec"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-giga-initramfs-kernel.bin"; + sha256 = "45147a37ecad5a5c0fa9ec99358a90ecb6af4d3170a16d5f978f4c6d13477799"; + sha256_unsigned = "45147a37ecad5a5c0fa9ec99358a90ecb6af4d3170a16d5f978f4c6d13477799"; + type = "kernel"; + } + ]; + supported_devices = [ + "beeline,smartbox-giga" + ]; + titles = [ + { + model = "SmartBox GIGA"; + vendor = "Beeline"; + } + ]; + }; + beeline_smartbox-pro = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-pro-initramfs-kernel.bin"; + sha256 = "602800e5f102ef91b7ce08938a19a2955d78a2e98b79bec3b9561de30701359f"; + sha256_unsigned = "602800e5f102ef91b7ce08938a19a2955d78a2e98b79bec3b9561de30701359f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-pro-squashfs-sysupgrade.bin"; + sha256 = "02084b143efe7be6bbeea942032303f7cd38b58977d27a44a9b942028355eee5"; + sha256_unsigned = "c8ce3692b1da152f75033ad007201d0dacfc43e81daa341587e5aea17cdc75be"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-pro-squashfs-factory.img"; + sha256 = "4093627927b3dce1e20f40662cf8f04beb702193feed0af2e775ca91f20aba1b"; + sha256_unsigned = "4093627927b3dce1e20f40662cf8f04beb702193feed0af2e775ca91f20aba1b"; + type = "factory"; + } + ]; + supported_devices = [ + "beeline,smartbox-pro" + ]; + titles = [ + { + model = "SmartBox PRO"; + vendor = "Beeline"; + } + { + model = "S1500 AWI"; + vendor = "Sercomm"; + } + ]; + }; + beeline_smartbox-turbo = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-turbo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-turbo-squashfs-factory.img"; + sha256 = "f6ccf0b3495cca393a44cf3dd96c125b5ed73e6a945266af0fe015bcb4a856c8"; + sha256_unsigned = "f6ccf0b3495cca393a44cf3dd96c125b5ed73e6a945266af0fe015bcb4a856c8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-turbo-squashfs-sysupgrade.bin"; + sha256 = "a2a1a55cac2e519836ae8c46d6a92ede0b623deec1a39a2342ffafeb93595334"; + sha256_unsigned = "c5b7427694f8c8ec0e57008b6c0bf6f31bee7db83056b9de6efd89df560d1eb4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-turbo-initramfs-kernel.bin"; + sha256 = "228e1c71718692e51a46545fd2c013b78a243e57283a995a1101e6d2c9d72647"; + sha256_unsigned = "228e1c71718692e51a46545fd2c013b78a243e57283a995a1101e6d2c9d72647"; + type = "kernel"; + } + ]; + supported_devices = [ + "beeline,smartbox-turbo" + ]; + titles = [ + { + model = "SmartBox TURBO"; + vendor = "Beeline"; + } + ]; + }; + beeline_smartbox-turbo-plus = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-turbo-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-turbo-plus-squashfs-factory.img"; + sha256 = "c86ccff98c10a5f28aa8e32c0c52f9292d9c7beb1ab7ab61d85252ef324cb100"; + sha256_unsigned = "c86ccff98c10a5f28aa8e32c0c52f9292d9c7beb1ab7ab61d85252ef324cb100"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-turbo-plus-initramfs-kernel.bin"; + sha256 = "1438d339e14160360c1e480b9d94f861322b7338474962cae4016324b9fe656e"; + sha256_unsigned = "1438d339e14160360c1e480b9d94f861322b7338474962cae4016324b9fe656e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-beeline_smartbox-turbo-plus-squashfs-sysupgrade.bin"; + sha256 = "fc25a005492e06a875bd59136326220c07aa0496b00691e775dbb95dde23e29f"; + sha256_unsigned = "de2df369c46bf72747e9a7a21ffeba4609e50ef623d150ad7722aa67d142717b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "beeline,smartbox-turbo-plus" + ]; + titles = [ + { + model = "SmartBox TURBO+"; + vendor = "Beeline"; + } + ]; + }; + belkin_rt1800 = { + device_packages = [ + "kmod-mt7915-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-belkin_rt1800"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-belkin_rt1800-initramfs-kernel.bin"; + sha256 = "16c9e5c599d77f43f4356f37d5471acd3304d739251d8ef1e9198dbc8e570e9e"; + sha256_unsigned = "16c9e5c599d77f43f4356f37d5471acd3304d739251d8ef1e9198dbc8e570e9e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-belkin_rt1800-squashfs-sysupgrade.bin"; + sha256 = "2629af80b1131e81fff27eec85b5189c9ccfea8417c15a25ea9b0105231c2355"; + sha256_unsigned = "8d410198d1b083ba441524c1d2a72e8cabc3cf6bf776e22df626edb0333bd697"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-belkin_rt1800-squashfs-factory.bin"; + sha256 = "2d878627cd6dd6574b89491b8b1075207bf2a3e9fb74354044d03179aa35032e"; + sha256_unsigned = "2d878627cd6dd6574b89491b8b1075207bf2a3e9fb74354044d03179aa35032e"; + type = "factory"; + } + ]; + supported_devices = [ + "belkin,rt1800" + ]; + titles = [ + { + model = "RT1800"; + vendor = "Belkin"; + } + ]; + }; + bolt_arion = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-bolt_arion"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-bolt_arion-squashfs-sysupgrade.bin"; + sha256 = "0be6a53e1780c11b4d8df0355282f5dd377d3665ceebe6a6d1db549632150cd5"; + sha256_unsigned = "38dc42e86d2c3fd77a12a7188a5621ece6525fcf1e798e7022f78ffe9aba1dfd"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-bolt_arion-initramfs-kernel.bin"; + sha256 = "06d86bcdb088cc63b91a421abeea4670ae43dbc2f59912fe5f8da7c38989e85c"; + sha256_unsigned = "06d86bcdb088cc63b91a421abeea4670ae43dbc2f59912fe5f8da7c38989e85c"; + type = "kernel"; + } + ]; + supported_devices = [ + "bolt,arion" + ]; + titles = [ + { + model = "Arion"; + vendor = "BOLT"; + } + ]; + }; + buffalo_wsr-1166dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-buffalo_wsr-1166dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-buffalo_wsr-1166dhp-initramfs-kernel.bin"; + sha256 = "dab8cd5c84b7da695cad5f74d2ace8176de634cea613fdb5d909cca35dc572b6"; + sha256_unsigned = "dab8cd5c84b7da695cad5f74d2ace8176de634cea613fdb5d909cca35dc572b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-buffalo_wsr-1166dhp-squashfs-sysupgrade.bin"; + sha256 = "b4bbe4e6e116fc212cad178639de8392b08d7bcf26222c8f01e68e33c5838916"; + sha256_unsigned = "a1e1a9f97fbd0d8d0042b6284a6739c1964ac91d38cfe67a843d0198fe6d1d69"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-1166dhp" + "wsr-1166" + ]; + titles = [ + { + model = "WSR-1166DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-2533dhpl = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-buffalo_wsr-2533dhpl"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin"; + sha256 = "12fa5d0dbbf6b1c0f72c195a5b80bcf48ec27e6a1b7ad2520565dcd734bfcf58"; + sha256_unsigned = "ad7076fd2c44c80f16b7968edd26ba42e33afb9567a9cf2715c18749e96d959c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-buffalo_wsr-2533dhpl-initramfs-kernel.bin"; + sha256 = "0bbea14a1ed91ea6d8629d0e1cd7dfd40acef25c53ffaf4bc8e0b23a758a09a0"; + sha256_unsigned = "0bbea14a1ed91ea6d8629d0e1cd7dfd40acef25c53ffaf4bc8e0b23a758a09a0"; + type = "kernel"; + } + ]; + supported_devices = [ + "buffalo,wsr-2533dhpl" + ]; + titles = [ + { + model = "WSR-2533DHPL"; + vendor = "Buffalo"; + } + { + model = "WSR-2533DHP"; + vendor = "Buffalo"; + } + ]; + }; + buffalo_wsr-600dhp = { + device_packages = [ + "kmod-mt7603" + "kmod-rt2800-pci" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-buffalo_wsr-600dhp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-buffalo_wsr-600dhp-initramfs-kernel.bin"; + sha256 = "469a8b67b0a50574035d37623fc42705d5fd37155f001f58864758eb3a561416"; + sha256_unsigned = "469a8b67b0a50574035d37623fc42705d5fd37155f001f58864758eb3a561416"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-buffalo_wsr-600dhp-squashfs-sysupgrade.bin"; + sha256 = "6fc804c70620c422894fc09ecd5553c706958aecdb79542029ac7e5e5a87e373"; + sha256_unsigned = "8095a083e1b3ac21032f6d42dfca90dbbf84f9a7c1c4d16e43f7b857322d58b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wsr-600dhp" + "wsr-600" + ]; + titles = [ + { + model = "WSR-600DHP"; + vendor = "Buffalo"; + } + ]; + }; + cudy_m1800 = { + device_packages = [ + "kmod-mt7915-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-cudy_m1800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-cudy_m1800-squashfs-sysupgrade.bin"; + sha256 = "d04a5e31b0d9c3d07153f3805f13b8a757acb84274d0e41bec7b04e33df9be4f"; + sha256_unsigned = "0f79281f1320da9c1dd41063e2cb80a9626ee4f370f353aa2ef49581b26b501f"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-cudy_m1800-initramfs-kernel.bin"; + sha256 = "f60d660c6b6d5f626f99d772976cc1173988e8398e7c85dc57526484022dcd76"; + sha256_unsigned = "f60d660c6b6d5f626f99d772976cc1173988e8398e7c85dc57526484022dcd76"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,m1800" + ]; + titles = [ + { + model = "M1800"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr1300-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-cudy_wr1300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-cudy_wr1300-v1-squashfs-sysupgrade.bin"; + sha256 = "71f5ef99ca29f1b5b9da75aa34d08eee65a226887fd554464ead521954a689e4"; + sha256_unsigned = "3c24109e860c9c70183c533ef3875d37a3a00f0391930a09cd9fd4b6b18ab93c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-cudy_wr1300-v1-initramfs-kernel.bin"; + sha256 = "962b6b4382c1b5f8deff4e86514b300e2cd4f5863075ddb696a5187a9de760d1"; + sha256_unsigned = "962b6b4382c1b5f8deff4e86514b300e2cd4f5863075ddb696a5187a9de760d1"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr1300-v1" + "cudy,wr1300" + "R10" + ]; + titles = [ + { + model = "WR1300"; + variant = "v1"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr1300-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-cudy_wr1300-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-cudy_wr1300-v2-squashfs-sysupgrade.bin"; + sha256 = "16e3fc7163373b8e769ed27a6d6b6ba99a4cf6a03dc4e972ebbbc7b77be7aa98"; + sha256_unsigned = "1ea314531b80513258e2386c610060d721ffcd815c8093ae8ebbcb3802ad162a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-cudy_wr1300-v2-initramfs-kernel.bin"; + sha256 = "b335cbaaf51626a7823fcf3744b485a0a27aa83127d18007da8eb76c609d4cd7"; + sha256_unsigned = "b335cbaaf51626a7823fcf3744b485a0a27aa83127d18007da8eb76c609d4cd7"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr1300-v2" + "cudy,wr1300" + "R23" + ]; + titles = [ + { + model = "WR1300"; + variant = "v2"; + vendor = "Cudy"; + } + ]; + }; + cudy_wr2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-cudy_wr2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-cudy_wr2100-squashfs-sysupgrade.bin"; + sha256 = "64cce875070ffe0b2bbd5a768fc3c428a96bf6220c69dde156a44d2ec15224e3"; + sha256_unsigned = "88fe6d5883967ff4f891a4a858920ed5ae92041d2eac47381c3bf589ac4ea6bf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-cudy_wr2100-initramfs-kernel.bin"; + sha256 = "faa5fe175beec8b5ecc263302c7a9cebf30f7cdda26fb0fabdd5dca08b64a547"; + sha256_unsigned = "faa5fe175beec8b5ecc263302c7a9cebf30f7cdda26fb0fabdd5dca08b64a547"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr2100" + ]; + titles = [ + { + model = "WR2100"; + vendor = "Cudy"; + } + ]; + }; + cudy_x6-v1 = { + device_packages = [ + "kmod-mt7915-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-cudy_x6-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-cudy_x6-v1-initramfs-kernel.bin"; + sha256 = "bcc7b48170b23b0b63ebfce9feaec6b972d18408b325415a3ef8edf99ad719b4"; + sha256_unsigned = "bcc7b48170b23b0b63ebfce9feaec6b972d18408b325415a3ef8edf99ad719b4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-cudy_x6-v1-squashfs-sysupgrade.bin"; + sha256 = "c5786964e445555d097701af21d3b7ff835b2936daa386dc58b65ef4af598c06"; + sha256_unsigned = "802dba895a14805020a353c2cc82de0bb78b1b4c012c87acf780d31db1f2aee9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "cudy,x6-v1" + "cudy,x6" + "R13" + ]; + titles = [ + { + model = "X6"; + variant = "v1"; + vendor = "Cudy"; + } + ]; + }; + cudy_x6-v2 = { + device_packages = [ + "kmod-mt7915-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-cudy_x6-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-cudy_x6-v2-squashfs-sysupgrade.bin"; + sha256 = "6469382f8456dac02baf22b18fb50b4f7799b453bf8bed11b9b67bd9f9b74ac8"; + sha256_unsigned = "338364449e4031ff6016b0ca1c06ad394bcfdf63f20bcb71b86ba2137955667a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-cudy_x6-v2-initramfs-kernel.bin"; + sha256 = "8ebdec645de8f356462d1a2b597651fde6f6197656f32436f9dca8f83cad99b4"; + sha256_unsigned = "8ebdec645de8f356462d1a2b597651fde6f6197656f32436f9dca8f83cad99b4"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,x6-v2" + "cudy,x6" + "R30" + ]; + titles = [ + { + model = "X6"; + variant = "v2"; + vendor = "Cudy"; + } + ]; + }; + d-team_newifi-d2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-d-team_newifi-d2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"; + sha256 = "410baaeb92babd47598aaf3f86f2fe0dffe04c2842699f1e0df7891f550a2ad0"; + sha256_unsigned = "aa74922bbeeec64e923a2cf7aafbae7757e36963d9cd45ee08283a7f4c1c002b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-d-team_newifi-d2-initramfs-kernel.bin"; + sha256 = "c4967f4e6dde14044e8b2fea0cd4397456b604de59b9a270444de79742a44409"; + sha256_unsigned = "c4967f4e6dde14044e8b2fea0cd4397456b604de59b9a270444de79742a44409"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,newifi-d2" + ]; + titles = [ + { + model = "Newifi D2"; + vendor = "D-Team"; + } + ]; + }; + d-team_pbr-m1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-d-team_pbr-m1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-d-team_pbr-m1-squashfs-sysupgrade.bin"; + sha256 = "b1a294a236b8bc4903de53923d97599fb47d256355fcb585a22f401b7f99ae62"; + sha256_unsigned = "a01dc4c4cc61e4ceebdb5a5471d2d23dcd602fc8e30c5c2e7a8d8046a8a71f63"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-d-team_pbr-m1-initramfs-kernel.bin"; + sha256 = "c8934aed718d866b0448828568e150f1162d0d38e462b72a19ba05bc6998d51b"; + sha256_unsigned = "c8934aed718d866b0448828568e150f1162d0d38e462b72a19ba05bc6998d51b"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-team,pbr-m1" + "pbr-m1" + ]; + titles = [ + { + model = "PBR-M1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dap-1620-b1 = { + device_packages = [ + "kmod-mt7615-firmware" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dlink_dap-1620-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dap-1620-b1-initramfs-kernel.bin"; + sha256 = "7de300cb54a0b3e26b87ce132c50c1eff3b4d4c138df4b9ff2b1daa11cc7a261"; + sha256_unsigned = "7de300cb54a0b3e26b87ce132c50c1eff3b4d4c138df4b9ff2b1daa11cc7a261"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dap-1620-b1-squashfs-sysupgrade.bin"; + sha256 = "64600ce9c708499b344051887a2d4b93c607b0b686badd4a4d77561a59b15577"; + sha256_unsigned = "b4971aa060406d1a0085a7f59c417df629c052709a669404fd7b6e9e25d86157"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dap-1620-b1-squashfs-factory.bin"; + sha256 = "f8f747fa381554080d0ffab99dc0de43c071c1acbb4e3c4e1ae8504efd6b2974"; + sha256_unsigned = "f8f747fa381554080d0ffab99dc0de43c071c1acbb4e3c4e1ae8504efd6b2974"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dap-1620-b1" + ]; + titles = [ + { + model = "DAP-1620"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dap-x1860-a1 = { + device_packages = [ + "kmod-mt7915-firmware" + "rssileds" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dlink_dap-x1860-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dap-x1860-a1-squashfs-factory.bin"; + sha256 = "a9d208ec6a1e23a768d04cc6ef5f5f7fb601965016968e1b0d5eb8fdf15e098d"; + sha256_unsigned = "a9d208ec6a1e23a768d04cc6ef5f5f7fb601965016968e1b0d5eb8fdf15e098d"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dap-x1860-a1-initramfs-kernel.bin"; + sha256 = "c1a23877eafeefe43b5b34d85b3163ab6a792242daa2999792570539bdc26b7f"; + sha256_unsigned = "c1a23877eafeefe43b5b34d85b3163ab6a792242daa2999792570539bdc26b7f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dap-x1860-a1-squashfs-sysupgrade.bin"; + sha256 = "3aa98a21d45715ac59894c6d2d336bd7f7128c493d1348dee8a6e6c582f2666d"; + sha256_unsigned = "a0a3122d5aedd58950879eafc639eef3505bc3f36ae2d22bf653c69ed15e4e74"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dap-x1860-a1" + ]; + titles = [ + { + model = "DAP-X1860"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-1935-a1 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dlink_dir-1935-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-1935-a1-initramfs-kernel.bin"; + sha256 = "3dc5dca52b94cdf8b3b2d8aa2c6a2fe29c9565baac13bc4ce5e2c3b52a7667cc"; + sha256_unsigned = "3dc5dca52b94cdf8b3b2d8aa2c6a2fe29c9565baac13bc4ce5e2c3b52a7667cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-1935-a1-squashfs-sysupgrade.bin"; + sha256 = "8bc58c3bd13439775e1e996978fae80eabd3e6798bf971441fead348ff8d96d3"; + sha256_unsigned = "7cec6a15eb2d52225ca86b136d94bb6fcc1363f267e84b5dc838ce476e8d940b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-1935-a1-squashfs-factory.bin"; + sha256 = "be0fb6be5e35389138dc7cdff601868c1d73160401cc60f364ac250519d127ad"; + sha256_unsigned = "be0fb6be5e35389138dc7cdff601868c1d73160401cc60f364ac250519d127ad"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-1935-a1" + ]; + titles = [ + { + model = "DIR-1935"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-1960-a1 = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dlink_dir-1960-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-1960-a1-squashfs-factory.bin"; + sha256 = "ccc50385d0672ee8137413d7291420a8661df9f866bc703afb7d1571fb8b95e8"; + sha256_unsigned = "ccc50385d0672ee8137413d7291420a8661df9f866bc703afb7d1571fb8b95e8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-1960-a1-squashfs-sysupgrade.bin"; + sha256 = "2c80e51c9b493cc780b358c879e1e020dd22aabf39fb42c0148b8df9078bcd52"; + sha256_unsigned = "132fa9be1418395f034e799bd234df7805dda5b2af1ec3b4905020c2be0549a6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-1960-a1-initramfs-kernel.bin"; + sha256 = "5fdc96eae7f6fae85471482b13c82e68c22dfcae1d748b31ef2981c4f5448cc0"; + sha256_unsigned = "5fdc96eae7f6fae85471482b13c82e68c22dfcae1d748b31ef2981c4f5448cc0"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-1960-a1" + ]; + titles = [ + { + model = "DIR-1960"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2640-a1 = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dlink_dir-2640-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-2640-a1-squashfs-sysupgrade.bin"; + sha256 = "a6a5fa0fb9dee98596beefd60503da9f70e8f84c42fb2011e1efbd2e495c51ab"; + sha256_unsigned = "3646896385bab3aefd2946d3ec6c6dc633e87f9820b42d9ed6bf21908a6011a1"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-2640-a1-squashfs-factory.bin"; + sha256 = "bca6f58f1d225f695f18601bfffcae8d9a9ff5b406d05b0e6adfbef947455650"; + sha256_unsigned = "bca6f58f1d225f695f18601bfffcae8d9a9ff5b406d05b0e6adfbef947455650"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-2640-a1-initramfs-kernel.bin"; + sha256 = "4abe8b6e73c70e9af1e015c7cb0890e6901f0db6b600acf8c9c333016533bb98"; + sha256_unsigned = "4abe8b6e73c70e9af1e015c7cb0890e6901f0db6b600acf8c9c333016533bb98"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-2640-a1" + ]; + titles = [ + { + model = "DIR-2640"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-2660-a1 = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dlink_dir-2660-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-2660-a1-initramfs-kernel.bin"; + sha256 = "e64adc3925fdc564a4dbd031714d6a396cf1d908cc6a9aa48672cc666c94aedd"; + sha256_unsigned = "e64adc3925fdc564a4dbd031714d6a396cf1d908cc6a9aa48672cc666c94aedd"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-2660-a1-squashfs-sysupgrade.bin"; + sha256 = "d7ec90f588a573684cba319a2a46251d4905e8b959f6794441f771683dba1166"; + sha256_unsigned = "44a92f1c457c4b9ab982507e08f85ed30e348ba26161bdfc3d158fd8aef1d445"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-2660-a1-squashfs-factory.bin"; + sha256 = "98a1844172b41183746c0c95e85f8d8e746e3ae00ce440d3d30bf25df0dd7460"; + sha256_unsigned = "98a1844172b41183746c0c95e85f8d8e746e3ae00ce440d3d30bf25df0dd7460"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-2660-a1" + ]; + titles = [ + { + model = "DIR-2660"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-3060-a1 = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dlink_dir-3060-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-3060-a1-squashfs-factory.bin"; + sha256 = "84b5b6e5f252630cc3113e114e09fc9a05e2a57ddbadcbe6a1550bdaaafaea02"; + sha256_unsigned = "84b5b6e5f252630cc3113e114e09fc9a05e2a57ddbadcbe6a1550bdaaafaea02"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-3060-a1-initramfs-kernel.bin"; + sha256 = "3c662e063f7275d6d744630c9e4304fee25107a83cb354564abbb4ae08053c93"; + sha256_unsigned = "3c662e063f7275d6d744630c9e4304fee25107a83cb354564abbb4ae08053c93"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-3060-a1-squashfs-sysupgrade.bin"; + sha256 = "76146cc05f84a8e82a04da45d7a64a07b16fa564f2e0d610061fe772f7d9e328"; + sha256_unsigned = "dc4e732a09de26c7375294819ea91914e98e52288bea8d233292eabdb9f796d9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-3060-a1" + ]; + titles = [ + { + model = "DIR-3060"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-853-a1 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dlink_dir-853-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-853-a1-initramfs-kernel.bin"; + sha256 = "cdc5c45ad33ecabc590ffb8776d17fe0816fd89f17a39e1a4504b864acc101c1"; + sha256_unsigned = "cdc5c45ad33ecabc590ffb8776d17fe0816fd89f17a39e1a4504b864acc101c1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-853-a1-squashfs-sysupgrade.bin"; + sha256 = "1da24aa60a54904f887d91198a3b34704e93da38bfcc420a4c0bdf78680d5635"; + sha256_unsigned = "e5df47b15ac1913d9573bf096fd45a8c80195a015594c8fb392b57544a0eba1a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-853-a1-squashfs-factory.bin"; + sha256 = "4914cb9705423a069428842eabf4edb1cfdf5e7246056c1712cf710f151149d1"; + sha256_unsigned = "4914cb9705423a069428842eabf4edb1cfdf5e7246056c1712cf710f151149d1"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-853-a1" + ]; + titles = [ + { + model = "DIR-853"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-853-a3 = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dlink_dir-853-a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-853-a3-squashfs-sysupgrade.bin"; + sha256 = "8d72fd558a2362dc1c8b4c49ba75f4a24726d495b0f3b6702f0e121dae6a58a2"; + sha256_unsigned = "f6b0ba1fb4e9cecd002a558e61cc1a88738e01ba61d04d484af4385547d8b20c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-853-a3-squashfs-factory.bin"; + sha256 = "bf07920ed304598517ec83060f080370c08f05a9c2cf2284faae4f26dfff2eb2"; + sha256_unsigned = "bf07920ed304598517ec83060f080370c08f05a9c2cf2284faae4f26dfff2eb2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-853-a3-initramfs-kernel.bin"; + sha256 = "65970b459472a45dac19b93c635ee11ed8b65fa1a088c6bb7f4e774ec55558ee"; + sha256_unsigned = "65970b459472a45dac19b93c635ee11ed8b65fa1a088c6bb7f4e774ec55558ee"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-853-a3" + ]; + titles = [ + { + model = "DIR-853"; + variant = "A3"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-853-r1 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dlink_dir-853-r1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-853-r1-initramfs-kernel.bin"; + sha256 = "b48e395bb19b944a2e4d765d029e13075869f8bb26f9a63e30af7d28fbff6034"; + sha256_unsigned = "b48e395bb19b944a2e4d765d029e13075869f8bb26f9a63e30af7d28fbff6034"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-853-r1-squashfs-sysupgrade.bin"; + sha256 = "80f2bfe88f78cd571254309f333fd20189e0a38a53120ea84bdea2a8e2348eb9"; + sha256_unsigned = "9679a5022e59fe92a6a8c1df9cfd17a499d9cebaf1b2b364f1bcee36d53f88da"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-853-r1" + ]; + titles = [ + { + model = "DIR-853"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-860l-b1 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dlink_dir-860l-b1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-860l-b1-squashfs-factory.bin"; + sha256 = "d0087694b57f6388f91a1fdb24a29e368a2fcd3d9fb3483e7d15354d0e454ca5"; + sha256_unsigned = "d0087694b57f6388f91a1fdb24a29e368a2fcd3d9fb3483e7d15354d0e454ca5"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-860l-b1-squashfs-sysupgrade.bin"; + sha256 = "9fdc3dda913d874bcc91ae21d064dc28ca85517be68ab5f30ef639b98be775ea"; + sha256_unsigned = "bdcaccc1df692a4f0530d883245651ab80c5a567326c5290e9e94145061b96d0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-860l-b1-initramfs-kernel.bin"; + sha256 = "cf94dee80612668fabf85c6c86027636e58e601fbb60e68dde8d817602103415"; + sha256_unsigned = "cf94dee80612668fabf85c6c86027636e58e601fbb60e68dde8d817602103415"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-860l-b1" + "dir-860l-b1" + ]; + titles = [ + { + model = "DIR-860L"; + variant = "B1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-867-a1 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dlink_dir-867-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-867-a1-squashfs-sysupgrade.bin"; + sha256 = "683efb669642593983db13db22e0e46cbe3699882adc1a9deede0e4c95cac73f"; + sha256_unsigned = "4af7271d459ed2fd73aaf112fd8b283e2e8b2db12316a2d8ccf1216c64d3a069"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-867-a1-squashfs-factory.bin"; + sha256 = "6305b794cd558c69bc68a522e917e58c7c4ce372fa0f20947115ade56c65e888"; + sha256_unsigned = "6305b794cd558c69bc68a522e917e58c7c4ce372fa0f20947115ade56c65e888"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-867-a1-initramfs-kernel.bin"; + sha256 = "205773e298de2a1248440e55d79d2053b7237bfa43cc0bfd3718333deb580121"; + sha256_unsigned = "205773e298de2a1248440e55d79d2053b7237bfa43cc0bfd3718333deb580121"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dir-867-a1" + ]; + titles = [ + { + model = "DIR-867"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-a1 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dlink_dir-878-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-878-a1-squashfs-sysupgrade.bin"; + sha256 = "ee1185f4197566719b1f82b1a3b90ac115f32e4804cfc4fff5406dacec371b1c"; + sha256_unsigned = "7356cf96637b37cdb27b1a8e1dd777a548aa5d2a4021d4de419d33ab0bc408a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-878-a1-initramfs-kernel.bin"; + sha256 = "f355bfba16ccc4d877503e5135eb0c3ab80ad928f24ed0aef8296e356607f722"; + sha256_unsigned = "f355bfba16ccc4d877503e5135eb0c3ab80ad928f24ed0aef8296e356607f722"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-878-a1-squashfs-factory.bin"; + sha256 = "1a7d90c81f3a58ccf9a5846bda033e744b17a89965d70daea53930b3c9bd2f76"; + sha256_unsigned = "1a7d90c81f3a58ccf9a5846bda033e744b17a89965d70daea53930b3c9bd2f76"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-878-a1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-878-r1 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dlink_dir-878-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-878-r1-squashfs-sysupgrade.bin"; + sha256 = "c186a95545f96a75e0bbef963da9ee6d2cd9fcce4a34124b8f15eb93dd23907e"; + sha256_unsigned = "970e04019d7402eec209a0d3b39bca535fa9cdd25fe4dfa687697179ea049572"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-878-r1-initramfs-kernel.bin"; + sha256 = "6818893773c014308ce1d55b8b7468c6ddb7a2af008d375f5d2bc157fda3faea"; + sha256_unsigned = "6818893773c014308ce1d55b8b7468c6ddb7a2af008d375f5d2bc157fda3faea"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-878-r1-squashfs-factory.bin"; + sha256 = "5c60eb57ad7953e8523e5b0f33c2059126c34ee45fe0fc2cb444e54e41da698a"; + sha256_unsigned = "5c60eb57ad7953e8523e5b0f33c2059126c34ee45fe0fc2cb444e54e41da698a"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-878-r1" + ]; + titles = [ + { + model = "DIR-878"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-a1 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dlink_dir-882-a1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-882-a1-initramfs-kernel.bin"; + sha256 = "360194ef90a0ebc9f187bf8c87b8ae4b5ee5957f3d95b957610d232329cac63d"; + sha256_unsigned = "360194ef90a0ebc9f187bf8c87b8ae4b5ee5957f3d95b957610d232329cac63d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-882-a1-squashfs-sysupgrade.bin"; + sha256 = "452b69cc96aff64150e39396e174530ff6634a49b888c450cb713ad0d891f23e"; + sha256_unsigned = "f59d4eb48d346daad66766e6c8a55eef35188d504c82fbaae8c61ec18b09ab34"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-882-a1-squashfs-factory.bin"; + sha256 = "0e94e39c4ee19e3a06b7b58f80a2fb3c76a99ab21c38a89d817ee467255a6f2b"; + sha256_unsigned = "0e94e39c4ee19e3a06b7b58f80a2fb3c76a99ab21c38a89d817ee467255a6f2b"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-882-a1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "A1"; + vendor = "D-Link"; + } + ]; + }; + dlink_dir-882-r1 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dlink_dir-882-r1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-882-r1-initramfs-kernel.bin"; + sha256 = "5513fdabb9e5cde71aa43fcd4238acdc53b751ebf41edac9b6900140b1380d98"; + sha256_unsigned = "5513fdabb9e5cde71aa43fcd4238acdc53b751ebf41edac9b6900140b1380d98"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-882-r1-squashfs-factory.bin"; + sha256 = "519324b965122ca7705dd891c14d48091751e3f36dc78b62f05cb4b8f072bff8"; + sha256_unsigned = "519324b965122ca7705dd891c14d48091751e3f36dc78b62f05cb4b8f072bff8"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dlink_dir-882-r1-squashfs-sysupgrade.bin"; + sha256 = "2cb71ba4cca91195b5908c5fabe675e0d42a5d42c45775fa8e833ff64ff86302"; + sha256_unsigned = "685e218322f561554afcde94ab2e873511afafa2f4346ba9140d3397d9052a99"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dlink,dir-882-r1" + ]; + titles = [ + { + model = "DIR-882"; + variant = "R1"; + vendor = "D-Link"; + } + ]; + }; + dual-q_h721 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-mbedtls" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-dual-q_h721"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-dual-q_h721-initramfs-kernel.bin"; + sha256 = "37f7a1049850749233468c6211e8a6dc3bb719b4bb89c24cb28e95608cd85ca5"; + sha256_unsigned = "37f7a1049850749233468c6211e8a6dc3bb719b4bb89c24cb28e95608cd85ca5"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-dual-q_h721-squashfs-sysupgrade.bin"; + sha256 = "967d2eab9600feed9140680cface883688560ed3086b9fa42c708c9d374a4d6f"; + sha256_unsigned = "9cbfe364c9296913b9b4f42da09076d6f9d8242b560713e04610154fb11fd677"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "dual-q,h721" + ]; + titles = [ + { + model = "H721"; + vendor = "Dual-Q"; + } + ]; + }; + edimax_ra21s = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-edimax_ra21s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-edimax_ra21s-initramfs-kernel.bin"; + sha256 = "cfbab3b735fb113477e50ba486111f8c24b32627c525dbd964389368a2bec898"; + sha256_unsigned = "cfbab3b735fb113477e50ba486111f8c24b32627c525dbd964389368a2bec898"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"; + sha256 = "00bfa7a8cc4d4dc43574716f8ab7c159538cba0656395c0275892a0e2502caad"; + sha256_unsigned = "00bfa7a8cc4d4dc43574716f8ab7c159538cba0656395c0275892a0e2502caad"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin"; + sha256 = "2e209f2640d33cee62bab786acbab68348f582024b5217f86e9fc4ed5fc973ba"; + sha256_unsigned = "e6773e11171182b5df49bfd3f1a4bc2bb2425a141d51ccb7604f1897c5f2f93b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,ra21s" + ]; + titles = [ + { + model = "RA21S"; + vendor = "Edimax"; + } + { + model = "Gemini RA21S"; + vendor = "Edimax"; + } + ]; + }; + edimax_re23s = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-edimax_re23s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-edimax_re23s-initramfs-kernel.bin"; + sha256 = "d4482e535bdfd0767c9c4b02d629b06cb813f0cc38657a512e14918d4746fc0f"; + sha256_unsigned = "d4482e535bdfd0767c9c4b02d629b06cb813f0cc38657a512e14918d4746fc0f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-edimax_re23s-squashfs-factory.bin"; + sha256 = "49db2c6f98af57fcb372967fec089e136babf7b97d7aeb44f14c0dbb5993ac55"; + sha256_unsigned = "49db2c6f98af57fcb372967fec089e136babf7b97d7aeb44f14c0dbb5993ac55"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-edimax_re23s-squashfs-sysupgrade.bin"; + sha256 = "cf50df99cb549fcf88526b146a1715939e07a5ef6d4e425cd1d2a5930809e9ce"; + sha256_unsigned = "176bd56bcff11d5f62613072182da84164f82f73da466ac8aadb337e1112881f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,re23s" + ]; + titles = [ + { + model = "RE23S"; + vendor = "Edimax"; + } + { + model = "Gemini RE23S"; + vendor = "Edimax"; + } + ]; + }; + edimax_rg21s = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-edimax_rg21s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-edimax_rg21s-squashfs-factory.bin"; + sha256 = "015e7c2bb0d123c94a8b29ea65dbcbf21a8ba938b5f5d563aa46accfb06cfb14"; + sha256_unsigned = "015e7c2bb0d123c94a8b29ea65dbcbf21a8ba938b5f5d563aa46accfb06cfb14"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-edimax_rg21s-squashfs-sysupgrade.bin"; + sha256 = "c5fe59f3157946395e1c3ebacac24d3e15988e503211a456f748d21c24fbb7ac"; + sha256_unsigned = "e9980a0be0a05a10ff5e355e587e038ccf8f0102c4d72257008b1fb9fd1a0bb1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-edimax_rg21s-initramfs-kernel.bin"; + sha256 = "49950223ff156eed46b2dcf1cf37072a5e4b75cf5710c2f15b355e48e7c5a150"; + sha256_unsigned = "49950223ff156eed46b2dcf1cf37072a5e4b75cf5710c2f15b355e48e7c5a150"; + type = "kernel"; + } + ]; + supported_devices = [ + "edimax,rg21s" + ]; + titles = [ + { + model = "Gemini AC2600 RG21S"; + vendor = "Edimax"; + } + ]; + }; + elecom_wrc-1167ghbk2-s = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1167ghbk2-s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin"; + sha256 = "bf10da987513b6028b00c86aeb6e40ddb76a8406ae5c8005db4144bf375fbac9"; + sha256_unsigned = "d09b725f2c5412ffd1024aff49ef086075ad38348d5fdcaa37ec37b64f2d5c15"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"; + sha256 = "837c721e48200c8b5028239530b2138c1e54098657b679e80b26ad0591b22fa2"; + sha256_unsigned = "837c721e48200c8b5028239530b2138c1e54098657b679e80b26ad0591b22fa2"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1167ghbk2-s-initramfs-kernel.bin"; + sha256 = "05afcac3af56657e7cc90e8eb349a81e2381e3d302f2b8ef176fcc635bb4f7e9"; + sha256_unsigned = "05afcac3af56657e7cc90e8eb349a81e2381e3d302f2b8ef176fcc635bb4f7e9"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1167ghbk2-s" + ]; + titles = [ + { + model = "WRC-1167GHBK2-S"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gs2-b = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1167gs2-b"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1167gs2-b-initramfs-kernel.bin"; + sha256 = "cd41ad0d72540c8f255351b1c6480eb170c7454a149faceb0c174198dbcf1b76"; + sha256_unsigned = "cd41ad0d72540c8f255351b1c6480eb170c7454a149faceb0c174198dbcf1b76"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-factory.bin"; + sha256 = "4af8bb9cea0d55b982148bdc553eb95ab17c7a9e6f2b19f2df2fcd733d1767c0"; + sha256_unsigned = "4af8bb9cea0d55b982148bdc553eb95ab17c7a9e6f2b19f2df2fcd733d1767c0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1167gs2-b-squashfs-sysupgrade.bin"; + sha256 = "34e46c8bdda6a116ca8c345dc815c8dba9af4e31b6c24983fa34403667370d4f"; + sha256_unsigned = "3e2a443516ba1ac13a853cc9b9bac6788658b94dc1d4c4003187f1a88cf2bee6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gs2-b" + ]; + titles = [ + { + model = "WRC-1167GS2-B"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1167gst2 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1167gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1167gst2-squashfs-factory.bin"; + sha256 = "77b1a207234694be6bd38ae70a54f9a6a70eac80efb45c5a24787824efac0414"; + sha256_unsigned = "77b1a207234694be6bd38ae70a54f9a6a70eac80efb45c5a24787824efac0414"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1167gst2-initramfs-kernel.bin"; + sha256 = "4cd51841c26d13cb9e37f50d9ce5bf99fc97b4faadf2d84b49bebb49c6afbfa0"; + sha256_unsigned = "4cd51841c26d13cb9e37f50d9ce5bf99fc97b4faadf2d84b49bebb49c6afbfa0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1167gst2-squashfs-sysupgrade.bin"; + sha256 = "dd4aa3dcee5466861a045a0586152a383cfd1a5258320adf45e3e624470695ac"; + sha256_unsigned = "3dbe37bc02abd1dba87010777ad305fb420c46167756dd3180f8c08130aaddd1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167gst2" + ]; + titles = [ + { + model = "WRC-1167GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gs = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1750gs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1750gs-initramfs-kernel.bin"; + sha256 = "373af99f11e3f1ca4d6a254d98b2f4f09ad189e6f76a059471c7d69c87dc6d52"; + sha256_unsigned = "373af99f11e3f1ca4d6a254d98b2f4f09ad189e6f76a059471c7d69c87dc6d52"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1750gs-squashfs-factory.bin"; + sha256 = "f67af51adab05ec1dc64ee71eda557ebd369eb2682c008292ca2bf7ea766eb19"; + sha256_unsigned = "f67af51adab05ec1dc64ee71eda557ebd369eb2682c008292ca2bf7ea766eb19"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1750gs-squashfs-sysupgrade.bin"; + sha256 = "08f0dfb9b664eac1652ac9e85a5c9bf2dcecdcda769c9cfaa6f40ff0cbeab705"; + sha256_unsigned = "10a6eade69bed3175c6dde6c76eb5d078f4cf36bb6d0cfbed2adc0f3b7f55998"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gs" + ]; + titles = [ + { + model = "WRC-1750GS"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gst2 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1750gst2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1750gst2-squashfs-factory.bin"; + sha256 = "d37c00f98105add015800e41058785719edcb938b4b08b907bd1572f59568045"; + sha256_unsigned = "d37c00f98105add015800e41058785719edcb938b4b08b907bd1572f59568045"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1750gst2-squashfs-sysupgrade.bin"; + sha256 = "70241f4f50f562b7c0c00650c3f490e48e7dda965be5950000488c32a6cccdd7"; + sha256_unsigned = "8147436dd1aa488340bfa3b5807ba5b0e36749837fff4abc5cab766cf394b9a5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1750gst2-initramfs-kernel.bin"; + sha256 = "a931e666b9a521769505a8676f0ecae91cff0d0f3129e17bd1758a4928820b0c"; + sha256_unsigned = "a931e666b9a521769505a8676f0ecae91cff0d0f3129e17bd1758a4928820b0c"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gst2" + ]; + titles = [ + { + model = "WRC-1750GST2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1750gsv = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1750gsv"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1750gsv-squashfs-sysupgrade.bin"; + sha256 = "ea772a21ab1dc0d49919561045294c0534d5aa51bf92821f4e691a531f6dc6fd"; + sha256_unsigned = "3e43ac4f002e79fc4e42c024040983ac89fad6b64ae8584f7ff74dcbebdf9d1c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1750gsv-squashfs-factory.bin"; + sha256 = "39d4cbd52de95d0206a06ecee8bde27fddaabe2181a125472b9b08ed545ba29c"; + sha256_unsigned = "39d4cbd52de95d0206a06ecee8bde27fddaabe2181a125472b9b08ed545ba29c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1750gsv-initramfs-kernel.bin"; + sha256 = "151b7980a03641fe3f39a92ce7bb505e80b1c2305c519adafee3318bcf69952b"; + sha256_unsigned = "151b7980a03641fe3f39a92ce7bb505e80b1c2305c519adafee3318bcf69952b"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-1750gsv" + ]; + titles = [ + { + model = "WRC-1750GSV"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-1900gst = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1900gst"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1900gst-initramfs-kernel.bin"; + sha256 = "79ff6f8cde34647b91d37bab8e3418a205ca43d88b214e8a2e50b3d1dda7181b"; + sha256_unsigned = "79ff6f8cde34647b91d37bab8e3418a205ca43d88b214e8a2e50b3d1dda7181b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"; + sha256 = "a923513f7527d19709a6a7470b25bbd10d28aa553748abcd7e2721478abc2cf7"; + sha256_unsigned = "a923513f7527d19709a6a7470b25bbd10d28aa553748abcd7e2721478abc2cf7"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin"; + sha256 = "0213d5a7daa62a951113792d326d57c5e1241a021be1d12f3ead15b297f6819e"; + sha256_unsigned = "54213b9be036de42e16f64017c9fc6eb4f4ae07eae3f99aee2c2fb287535ddb1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1900gst" + ]; + titles = [ + { + model = "WRC-1900GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533ghbk-i = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533ghbk-i"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-factory.bin"; + sha256 = "a9bca6d8aa3100d4eee364f01cce51b7765ed0ecb2c693f1ef38872f24bc02e4"; + sha256_unsigned = "a9bca6d8aa3100d4eee364f01cce51b7765ed0ecb2c693f1ef38872f24bc02e4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533ghbk-i-initramfs-kernel.bin"; + sha256 = "3c81a7e0162bc95688605b93166a307aef258e0caf0ea372e6c194fcfe9cf85e"; + sha256_unsigned = "3c81a7e0162bc95688605b93166a307aef258e0caf0ea372e6c194fcfe9cf85e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533ghbk-i-squashfs-sysupgrade.bin"; + sha256 = "3160e4d4df17d5b2f94bfba10eb4b0c8a39272dcf7a790f5b0180ee3c2ad7eec"; + sha256_unsigned = "4364610e132cdc63906f6bf7aa3f2ab28afedf25220635126950642481d4aab3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-2533ghbk-i" + ]; + titles = [ + { + model = "WRC-2533GHBK-I"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533ghbk2-t = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533ghbk2-t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533ghbk2-t-squashfs-factory.bin"; + sha256 = "8fcc9922cbcc176b2053eb82fe450c454906587d08ad610d24db544ebc77b74b"; + sha256_unsigned = "8fcc9922cbcc176b2053eb82fe450c454906587d08ad610d24db544ebc77b74b"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533ghbk2-t-squashfs-sysupgrade.bin"; + sha256 = "47321351f3c6172b8bdd97e3be3b2060d624378837d535827fbc4ae96c437db3"; + sha256_unsigned = "2a398f77ed7a0d990a79b80fbbecd117202009800725f50626c4edb1e0b2e1f4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533ghbk2-t-initramfs-kernel.bin"; + sha256 = "dad8d4c3e8011972f85722aa5a72a6783948647acc29fe4ba0cf2ad338b0f301"; + sha256_unsigned = "dad8d4c3e8011972f85722aa5a72a6783948647acc29fe4ba0cf2ad338b0f301"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533ghbk2-t" + ]; + titles = [ + { + model = "WRC-2533GHBK2-T"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gs2 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533gs2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533gs2-squashfs-sysupgrade.bin"; + sha256 = "fd3a8a274cea417dc624210bc7acd7b7233f6e994bf36933be22cdb902e73301"; + sha256_unsigned = "34a8726f6025182b78460dd6fdf2ba20f073a9ad38677313a8930bdeced8077d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533gs2-squashfs-factory.bin"; + sha256 = "4e5e1b74b401d4c88258e899b07369ae49eff964734467fdff70c8feb1e53a0a"; + sha256_unsigned = "4e5e1b74b401d4c88258e899b07369ae49eff964734467fdff70c8feb1e53a0a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533gs2-initramfs-kernel.bin"; + sha256 = "9912c12567b37bbe655b4e836632667cdfe807f0eab1cc06a7ea8248c1593aef"; + sha256_unsigned = "9912c12567b37bbe655b4e836632667cdfe807f0eab1cc06a7ea8248c1593aef"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gs2" + ]; + titles = [ + { + model = "WRC-2533GS2"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533gst"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"; + sha256 = "d1274e5e5d8cdc334c4e7deb62986423ccde36335b82068f6c47b246c429c48e"; + sha256_unsigned = "d1274e5e5d8cdc334c4e7deb62986423ccde36335b82068f6c47b246c429c48e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin"; + sha256 = "9c3f880fde21c465f5f9dd473b6833d21da55d72da521bb3740246d4ac16e1c7"; + sha256_unsigned = "3643aaf8160e03ed9fa7e188ed1065244d681bfe67efc9cca1c6364753bd3330"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533gst-initramfs-kernel.bin"; + sha256 = "fa2db0ac15ae225e059bb456866b89e80512d70281dc1e5d29d43bb5ff02fda0"; + sha256_unsigned = "fa2db0ac15ae225e059bb456866b89e80512d70281dc1e5d29d43bb5ff02fda0"; + type = "kernel"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst" + ]; + titles = [ + { + model = "WRC-2533GST"; + vendor = "ELECOM"; + } + ]; + }; + elecom_wrc-2533gst2 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533gst2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533gst2-initramfs-kernel.bin"; + sha256 = "91374bce1811e6898ce068e9dc419c0671e206b16f7dbc08de0303cf9084e80f"; + sha256_unsigned = "91374bce1811e6898ce068e9dc419c0671e206b16f7dbc08de0303cf9084e80f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533gst2-squashfs-sysupgrade.bin"; + sha256 = "f7e986e4bb00fcf3c5308a0399c2c3ef0e30bacba3ab8894285cca780a085db4"; + sha256_unsigned = "adc9e3358c8e680d95b987e5951eb5feee81e53dcb30286cb6ab1f125dd1d93d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-elecom_wrc-2533gst2-squashfs-factory.bin"; + sha256 = "4db23c8e58274a5d7af6a7022c8d293327a24f95264db659c10a4f3e95de52e2"; + sha256_unsigned = "4db23c8e58274a5d7af6a7022c8d293327a24f95264db659c10a4f3e95de52e2"; + type = "factory"; + } + ]; + supported_devices = [ + "elecom,wrc-2533gst2" + ]; + titles = [ + { + model = "WRC-2533GST2"; + vendor = "ELECOM"; + } + ]; + }; + etisalat_s3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-etisalat_s3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-etisalat_s3-squashfs-factory.img"; + sha256 = "1c09e7f712333e03d03264606003cf83fe826ad4f4b24becae35c78ee80ee192"; + sha256_unsigned = "1c09e7f712333e03d03264606003cf83fe826ad4f4b24becae35c78ee80ee192"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-etisalat_s3-squashfs-sysupgrade.bin"; + sha256 = "5e67c99959416c565e6d527194a2845c367b94ab8a751a1fa74d14c2e2b7d6ab"; + sha256_unsigned = "631f111eff870537639cee58a094023b654f57c6d72f15d975db25047bea8da8"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-etisalat_s3-initramfs-kernel.bin"; + sha256 = "c02b8b72c6adfe3cef28a289d931682c48c13b97a1c102dd9c28b138172de159"; + sha256_unsigned = "c02b8b72c6adfe3cef28a289d931682c48c13b97a1c102dd9c28b138172de159"; + type = "kernel"; + } + ]; + supported_devices = [ + "etisalat,s3" + ]; + titles = [ + { + model = "S3"; + vendor = "Etisalat"; + } + ]; + }; + firefly_firewrt = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-firefly_firewrt"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-firefly_firewrt-squashfs-sysupgrade.bin"; + sha256 = "7ed0fd494ad26671e4cef2942c670dec3d3e54743c088e0cb8397315d1988ced"; + sha256_unsigned = "c18776373b4fb74b751689192d997c82821477f0403c022f33edeec220665a28"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-firefly_firewrt-initramfs-kernel.bin"; + sha256 = "3750d189180558373e72121941e1523edce10e6bb0dd1d067c08cd344d9dacea"; + sha256_unsigned = "3750d189180558373e72121941e1523edce10e6bb0dd1d067c08cd344d9dacea"; + type = "kernel"; + } + ]; + supported_devices = [ + "firefly,firewrt" + "firewrt" + ]; + titles = [ + { + model = "FireWRT"; + vendor = "Firefly"; + } + ]; + }; + gehua_ghl-r-001 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-gehua_ghl-r-001"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-gehua_ghl-r-001-initramfs-kernel.bin"; + sha256 = "d3e9688ea832eaf3810eda4e6d19b105feeaba07617250219324462abb709710"; + sha256_unsigned = "d3e9688ea832eaf3810eda4e6d19b105feeaba07617250219324462abb709710"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-gehua_ghl-r-001-squashfs-sysupgrade.bin"; + sha256 = "719545293a5064a5715d424abf34d50483672a4a8285f637b21bbc23de69f8d1"; + sha256_unsigned = "3e62eb1de79eee982dceb4c8c842a3f218e9dc4081a4854a82f1a104d9fe5150"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "gehua,ghl-r-001" + ]; + titles = [ + { + model = "GHL-R-001"; + vendor = "GeHua"; + } + ]; + }; + glinet_gl-mt1300 = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-glinet_gl-mt1300"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-glinet_gl-mt1300-squashfs-sysupgrade.bin"; + sha256 = "46698462b2f01ed1ea409167a1e616772864e06e14182934f350b4b15424d98b"; + sha256_unsigned = "268265977098c7c75b88087f128a0e8a066b1d7ab49a62c2f905d11a1f259e03"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-glinet_gl-mt1300-initramfs-kernel.bin"; + sha256 = "86d0ddfa649cbe3986df3d13e5d99a5976d31f200844bf91fab9efa90c4c1617"; + sha256_unsigned = "86d0ddfa649cbe3986df3d13e5d99a5976d31f200844bf91fab9efa90c4c1617"; + type = "kernel"; + } + ]; + supported_devices = [ + "glinet,gl-mt1300" + ]; + titles = [ + { + model = "GL-MT1300"; + vendor = "GL.iNet"; + } + ]; + }; + gnubee_gb-pc1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-mbedtls" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-gnubee_gb-pc1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"; + sha256 = "f79b87d3d8820224da8a7b0a02d1998c97043df1daaa19ba528f37b69c8978af"; + sha256_unsigned = "48f4431377f2971831f1288e7fc37cd46d6702655916add8e464cd8212298a0c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-gnubee_gb-pc1-initramfs-kernel.bin"; + sha256 = "2ee49a3c45d7e41667628526962f5e6987ba2e81c6997a91a67c4ba183d38f01"; + sha256_unsigned = "2ee49a3c45d7e41667628526962f5e6987ba2e81c6997a91a67c4ba183d38f01"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc1" + ]; + titles = [ + { + model = "Personal Cloud One"; + vendor = "GnuBee"; + } + ]; + }; + gnubee_gb-pc2 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-wpad-basic-mbedtls" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-gnubee_gb-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"; + sha256 = "85eba607118a16a073acdccd766923719c64fe42dfb5f1b2cad1876f14b8dc46"; + sha256_unsigned = "d9ae1d6cad5c649bffd57e15c5d28cf95ac29e08bbf47144bb87ed8f3d72b864"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-gnubee_gb-pc2-initramfs-kernel.bin"; + sha256 = "b2403699ef29e4030dd6e0164aa2dcbb7f6f35266f689a63d3b3a9f7f34f2774"; + sha256_unsigned = "b2403699ef29e4030dd6e0164aa2dcbb7f6f35266f689a63d3b3a9f7f34f2774"; + type = "kernel"; + } + ]; + supported_devices = [ + "gnubee,gb-pc2" + ]; + titles = [ + { + model = "Personal Cloud Two"; + vendor = "GnuBee"; + } + ]; + }; + h3c_tx1800-plus = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-h3c_tx1800-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-h3c_tx1800-plus-squashfs-sysupgrade.bin"; + sha256 = "6ad2fffb0b7f5c14a4998e746911da401be83959b42e2ad0c1665254ca8ab9f4"; + sha256_unsigned = "e69a3f3d5dbfb44be3de081c5a06eb05c9ccce1ba4d00c86d42259ed1e4b5c3d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-h3c_tx1800-plus-initramfs-kernel.bin"; + sha256 = "cd1a9f20fca0f4f0334edd4e4b964f2576500a964134b554b91f9a7e6357213f"; + sha256_unsigned = "cd1a9f20fca0f4f0334edd4e4b964f2576500a964134b554b91f9a7e6357213f"; + type = "kernel"; + } + ]; + supported_devices = [ + "h3c,tx1800-plus" + ]; + titles = [ + { + model = "TX1800 Plus"; + vendor = "H3C"; + } + ]; + }; + h3c_tx1801-plus = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-h3c_tx1801-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-h3c_tx1801-plus-squashfs-sysupgrade.bin"; + sha256 = "c30a61d66448097ef43b3e849ca2fabc5e95c9c1404be21a30ffc62ecb8076a7"; + sha256_unsigned = "3e1ff141b1fe071461eb4e206904f7da41ec1631ba57b55a19762b7a1fcaeac0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-h3c_tx1801-plus-initramfs-kernel.bin"; + sha256 = "68d6f9031929132d7d3b2f8d8e317ca18d5ecc1d64c37762172c71a5d13660cf"; + sha256_unsigned = "68d6f9031929132d7d3b2f8d8e317ca18d5ecc1d64c37762172c71a5d13660cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "h3c,tx1801-plus" + ]; + titles = [ + { + model = "TX1801 Plus"; + vendor = "H3C"; + } + ]; + }; + h3c_tx1806 = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-h3c_tx1806"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-h3c_tx1806-squashfs-sysupgrade.bin"; + sha256 = "0ae4e543fb53d347ba958447cbbd26a76bf4b2be420a7a0e523e17f9cf78cd61"; + sha256_unsigned = "c2a8045acd2023e354682c85de2e8269ab39c6330baf401aae1a70af2a93e1ba"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-h3c_tx1806-initramfs-kernel.bin"; + sha256 = "8d71d62b2b390579cf5f3202c74176238dd867c03a6bc6b8758245f445b20f59"; + sha256_unsigned = "8d71d62b2b390579cf5f3202c74176238dd867c03a6bc6b8758245f445b20f59"; + type = "kernel"; + } + ]; + supported_devices = [ + "h3c,tx1806" + ]; + titles = [ + { + model = "TX1806"; + vendor = "H3C"; + } + ]; + }; + haier_har-20s2u1 = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-haier_har-20s2u1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-haier_har-20s2u1-squashfs-sysupgrade.bin"; + sha256 = "f0d94d39bf9d56cd9646669548a6c924226e1a53e115f1d60647e2d1da0287fc"; + sha256_unsigned = "2a0a3efc9cfb132d143df71917f21aa4228a1d31ac040c370f5c037a092c7b4b"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-ramips-mt7621-haier_har-20s2u1-initramfs-factory.bin"; + sha256 = "d973e87ceb3af849abd3a99db27dca674face720012116009cec693fc8f0a5fe"; + sha256_unsigned = "d973e87ceb3af849abd3a99db27dca674face720012116009cec693fc8f0a5fe"; + type = "initramfs-factory.bin"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-haier_har-20s2u1-initramfs-kernel.bin"; + sha256 = "70a144fcd4b88798dd999f6c275bf717c6f87b17ba2ba6437a54d2146c8cc23c"; + sha256_unsigned = "70a144fcd4b88798dd999f6c275bf717c6f87b17ba2ba6437a54d2146c8cc23c"; + type = "kernel"; + } + ]; + supported_devices = [ + "haier,har-20s2u1" + ]; + titles = [ + { + model = "HAR-20S2U1"; + vendor = "Haier"; + } + ]; + }; + hanyang_hyc-g920 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76x2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-hanyang_hyc-g920"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-hanyang_hyc-g920-squashfs-sysupgrade.bin"; + sha256 = "758d19367f2c3456da99ed750633e8350b6e89bacfdf344ef84a245dfc0fa211"; + sha256_unsigned = "d15dd9abbd5cc57fdcabe20d23b56a702d11fc79194456c981c7f4ec0dc2b812"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-hanyang_hyc-g920-initramfs-kernel.bin"; + sha256 = "b57d534024667832eb0ec60b260f11e09545adc9c544fa9823cb670ec92a544c"; + sha256_unsigned = "b57d534024667832eb0ec60b260f11e09545adc9c544fa9823cb670ec92a544c"; + type = "kernel"; + } + ]; + supported_devices = [ + "hanyang,hyc-g920" + ]; + titles = [ + { + model = "CJ-Hello HYC-G920"; + vendor = "Hanyang"; + } + ]; + }; + hilink_hlk-7621a-evb = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-hilink_hlk-7621a-evb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-hilink_hlk-7621a-evb-initramfs-kernel.bin"; + sha256 = "6f7d923f0b760917176afae9d3cedef5132538c9a9069c46ea5ae42ef3e2ef29"; + sha256_unsigned = "6f7d923f0b760917176afae9d3cedef5132538c9a9069c46ea5ae42ef3e2ef29"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-hilink_hlk-7621a-evb-squashfs-sysupgrade.bin"; + sha256 = "cf5685a9ea4b45c0bc0be2562f7a007c55b56ac68fe048acacb2cfc5e52074ea"; + sha256_unsigned = "cf808bf315cf49e6333202dd1619e062d123fa9719e82f5b086df4a37ef260dd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7621a-evb" + ]; + titles = [ + { + model = "HLK-7621A evaluation board"; + vendor = "HiLink"; + } + ]; + }; + hiwifi_hc5962 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-hiwifi_hc5962"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-hiwifi_hc5962-squashfs-factory.bin"; + sha256 = "57e9c0712e1116898f61bd9c4cbbfc530c4fa8f97bf8c13181d89800f907a9d5"; + sha256_unsigned = "57e9c0712e1116898f61bd9c4cbbfc530c4fa8f97bf8c13181d89800f907a9d5"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-hiwifi_hc5962-initramfs-kernel.bin"; + sha256 = "7cec78436290c94faad86ff0db52bb891ef71d75127cb55905c79fbfb26ce54e"; + sha256_unsigned = "7cec78436290c94faad86ff0db52bb891ef71d75127cb55905c79fbfb26ce54e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-hiwifi_hc5962-squashfs-sysupgrade.bin"; + sha256 = "35dea1d79b89417350095b9b6bce23e8c4968f85db58bcf4249a9e7bb6c0bc8b"; + sha256_unsigned = "81749307c101a16c1253f2e2c9809705ed8a2e59a158bd15da393a421fa22631"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5962" + ]; + titles = [ + { + model = "HC5962"; + vendor = "HiWiFi"; + } + ]; + }; + huasifei_ws1208v2 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-net-cdc-mbim" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-huasifei_ws1208v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-huasifei_ws1208v2-initramfs-kernel.bin"; + sha256 = "288f095c07a8c450effad76d519b34f1cd6ab4ac6dcd9bc44b50ca567504a189"; + sha256_unsigned = "288f095c07a8c450effad76d519b34f1cd6ab4ac6dcd9bc44b50ca567504a189"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-huasifei_ws1208v2-squashfs-sysupgrade.bin"; + sha256 = "ed8a7e0e16d9fcb2e1eb3c8add5cbe00a9a0a09c5ca906831b1cab2542888def"; + sha256_unsigned = "e24be9a4a47ea90a60ab05b01773fc215b0a13d2518b85ebd34fc759831993ac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "huasifei,ws1208v2" + ]; + titles = [ + { + model = "WS1208V2"; + vendor = "Huasifei"; + } + ]; + }; + humax_e10 = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-humax_e10"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-humax_e10-squashfs-sysupgrade.bin"; + sha256 = "e94740ddf622fd88e3d3cf872e4d0d583129fdeec9b25eb68ccf4daa78347b80"; + sha256_unsigned = "40f56eea495ac94fad6d5f0791bfbc42eaa9fcf8d4d4affc5f1ad0bc4dd5a568"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-humax_e10-squashfs-factory.bin"; + sha256 = "ea3465d7230074c490543773b17818ed5deb89d0ba5bc82da048ac37805a263a"; + sha256_unsigned = "ea3465d7230074c490543773b17818ed5deb89d0ba5bc82da048ac37805a263a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-humax_e10-initramfs-kernel.bin"; + sha256 = "5c27537180c1efee864c38a9a91650086a6bbab6ddd1553ac25094b0f034bb04"; + sha256_unsigned = "5c27537180c1efee864c38a9a91650086a6bbab6ddd1553ac25094b0f034bb04"; + type = "kernel"; + } + ]; + supported_devices = [ + "humax,e10" + ]; + titles = [ + { + model = "E10"; + vendor = "HUMAX"; + } + { + model = "QUANTUM E10"; + vendor = "HUMAX"; + } + ]; + }; + iodata_wn-ax1167gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-iodata_wn-ax1167gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wn-ax1167gr-initramfs-kernel.bin"; + sha256 = "d5e710d1eb45c19c295fe57e7981c18d3888af6d40a02de47ec842350b38ee25"; + sha256_unsigned = "d5e710d1eb45c19c295fe57e7981c18d3888af6d40a02de47ec842350b38ee25"; + type = "kernel"; + } + { + name = "openwrt-23.05.0-ramips-mt7621-iodata_wn-ax1167gr-initramfs-factory.bin"; + sha256 = "610da103315d1396780dcad24375f99379879d57ed2327fb20b3dc6a8edc0729"; + sha256_unsigned = "610da103315d1396780dcad24375f99379879d57ed2327fb20b3dc6a8edc0729"; + type = "initramfs-factory.bin"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"; + sha256 = "cfc6032f1c7d18d75f5606b95fdbc9d487ca392b515d4e23b21ae151a760e5a1"; + sha256_unsigned = "045d16a7e41b80631171cb02278501d7d575605c3af8ad2cae4043fcbd7aef1d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr" + ]; + titles = [ + { + model = "WN-AX1167GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax1167gr2 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-iodata_wn-ax1167gr2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wn-ax1167gr2-squashfs-sysupgrade.bin"; + sha256 = "4842dfb9487f0099022607eea6cb7170c7e5288ac8a46edb6fbec3b8beb29c08"; + sha256_unsigned = "9c426e2740bbb7b1919e5b0d81afe4a128a9c01767fd51089da4d9089c33ec1c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wn-ax1167gr2-initramfs-kernel.bin"; + sha256 = "d48db44932d03e423b912a0f275a4d13b207e8a6399185e5b843ba7969257d0e"; + sha256_unsigned = "d48db44932d03e423b912a0f275a4d13b207e8a6399185e5b843ba7969257d0e"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax1167gr2" + ]; + titles = [ + { + model = "WN-AX1167GR2"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-ax2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-iodata_wn-ax2033gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wn-ax2033gr-squashfs-sysupgrade.bin"; + sha256 = "2c91ac38a5715665164d4c4c03a0e889788bb0f7d738b22398087de7fbb2a1c1"; + sha256_unsigned = "1ea97a67bca476ae303daf4b9aa52c55b16b195e67af463049b528f1cbe2a4ee"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wn-ax2033gr-initramfs-kernel.bin"; + sha256 = "1302baab3af731861c31c45bfe052a7763d5ea6d35a3451c5170bf15b5dbcb76"; + sha256_unsigned = "1302baab3af731861c31c45bfe052a7763d5ea6d35a3451c5170bf15b5dbcb76"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-ax2033gr" + ]; + titles = [ + { + model = "WN-AX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1167r = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-iodata_wn-dx1167r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wn-dx1167r-initramfs-kernel.bin"; + sha256 = "b5f77def701953c5d68027b31cdc641b20275c06fc98a6dcee16b31a6d993195"; + sha256_unsigned = "b5f77def701953c5d68027b31cdc641b20275c06fc98a6dcee16b31a6d993195"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wn-dx1167r-squashfs-sysupgrade.bin"; + sha256 = "498790cbb1e6bdbe058c192f79df17e8081c095b05a450ad0132a89346555f61"; + sha256_unsigned = "f785f9eb08d979c415abc2e76ca3eb6861a42aef6b69e51eb48be653b8a462f7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-dx1167r" + ]; + titles = [ + { + model = "WN-DX1167R"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx1200gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-iodata_wn-dx1200gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wn-dx1200gr-initramfs-kernel.bin"; + sha256 = "65e053e263635a43897800a3a10355cab7b50a6c519f97ffe1c75411bad99189"; + sha256_unsigned = "65e053e263635a43897800a3a10355cab7b50a6c519f97ffe1c75411bad99189"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wn-dx1200gr-squashfs-sysupgrade.bin"; + sha256 = "2d93d7fcd77019c1e6728b409df12ec251120b4bf281e7ad922faecb9b9f1398"; + sha256_unsigned = "2c18f5e116bb2bb8f6579aac4bab9cc9d3d24b047a61b411b41265bdf1846941"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-dx1200gr" + ]; + titles = [ + { + model = "WN-DX1200GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-dx2033gr = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-iodata_wn-dx2033gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wn-dx2033gr-squashfs-sysupgrade.bin"; + sha256 = "23d8b87b0f4b943d9e07e0bd59971ba74c46c83940594f2543e95795e9e45c2c"; + sha256_unsigned = "eb3cc8e764f85a43e0459781d5c933600408714169c5ae6396193d9309ce2c86"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wn-dx2033gr-initramfs-kernel.bin"; + sha256 = "0300b657d905a749f56e3549c89db914fff06315446785d99dd259a5e09f2971"; + sha256_unsigned = "0300b657d905a749f56e3549c89db914fff06315446785d99dd259a5e09f2971"; + type = "kernel"; + } + ]; + supported_devices = [ + "iodata,wn-dx2033gr" + ]; + titles = [ + { + model = "WN-DX2033GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wn-gx300gr = { + device_packages = [ + "kmod-mt7603" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-iodata_wn-gx300gr"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wn-gx300gr-initramfs-kernel.bin"; + sha256 = "35ca2ef14b51bacf143d6e80d05b7611361b9793271d8c005029765c0699eb5c"; + sha256_unsigned = "35ca2ef14b51bacf143d6e80d05b7611361b9793271d8c005029765c0699eb5c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"; + sha256 = "7250f6d9e527d3667e2d4511f9b31a424cb55d3571262757740f1398e60a0239"; + sha256_unsigned = "072e56bd1906194c3f54247d221436d8e9d1abf5a46b2045bc8b37996e66f9fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wn-gx300gr" + ]; + titles = [ + { + model = "WN-GX300GR"; + vendor = "I-O DATA"; + } + ]; + }; + iodata_wnpr2600g = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-iodata_wnpr2600g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wnpr2600g-initramfs-kernel.bin"; + sha256 = "07640e7d7bef1ae86b5483a16d7ae47bd6c98a3f434c42a91f3f20e55b11c802"; + sha256_unsigned = "07640e7d7bef1ae86b5483a16d7ae47bd6c98a3f434c42a91f3f20e55b11c802"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wnpr2600g-squashfs-factory.bin"; + sha256 = "615b134a2427fdbacc93e8bbda65d075ac96f587c9a9579c7034c877653b0e20"; + sha256_unsigned = "615b134a2427fdbacc93e8bbda65d075ac96f587c9a9579c7034c877653b0e20"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iodata_wnpr2600g-squashfs-sysupgrade.bin"; + sha256 = "ddd3bfce702d4da8de90e4e6117864d4795bba5ee2a6ef4004b65a9cdd28573a"; + sha256_unsigned = "743461506f83bb7b41172b596a83c9fdbef878a829c06b55ec294cc988cdbc46"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,wnpr2600g" + ]; + titles = [ + { + model = "WNPR2600G"; + vendor = "I-O DATA"; + } + ]; + }; + iptime_a3002mesh = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-iptime_a3002mesh"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_a3002mesh-squashfs-sysupgrade.bin"; + sha256 = "3f7f4508a2a1ccdd4b5b651dabddc36a27fbbe599acebeb1af04829022f0fe8b"; + sha256_unsigned = "42552fa243848b30a16e9f031d7dd33fdb7b0138f8e153da7ade9eac64718ec0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_a3002mesh-initramfs-kernel.bin"; + sha256 = "b8ca6c8c59a6d1ce5f5b84b7bfc9d3f859e56971fb68bfac3ddbb71481c4bb0a"; + sha256_unsigned = "b8ca6c8c59a6d1ce5f5b84b7bfc9d3f859e56971fb68bfac3ddbb71481c4bb0a"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3002mesh" + ]; + titles = [ + { + model = "A3002MESH"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a3004ns-dual = { + device_packages = [ + "kmod-usb3" + "kmod-mt76x2" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-iptime_a3004ns-dual"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_a3004ns-dual-squashfs-sysupgrade.bin"; + sha256 = "6db913f0c2a3e8b26edad8b764eacb73b53b7907385593874120dfeae51af2c1"; + sha256_unsigned = "b39bffd5a3fbfa62d32d400075254643927e0736d734589895ebea572d1a4ca4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_a3004ns-dual-initramfs-kernel.bin"; + sha256 = "5f0a37b0b2601321edc0982e24787f663c9f80a730a8280479f5b9bd705e8089"; + sha256_unsigned = "5f0a37b0b2601321edc0982e24787f663c9f80a730a8280479f5b9bd705e8089"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3004ns-dual" + ]; + titles = [ + { + model = "A3004NS-dual"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a3004t = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-iptime_a3004t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_a3004t-squashfs-sysupgrade.bin"; + sha256 = "600aeeebcdb2f0adc2ecd8e6d83b9e8ed2c19941e64ccf21972ddf27f446b134"; + sha256_unsigned = "2ea40c6d066c63927599a4aeb6181d5fc3537d039e4bc5c457083222fd29024d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_a3004t-initramfs-kernel.bin"; + sha256 = "546d4f9562244b5143c5c75240af8ad3a2bcaf659ff149a617c10ef2533d5df7"; + sha256_unsigned = "546d4f9562244b5143c5c75240af8ad3a2bcaf659ff149a617c10ef2533d5df7"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a3004t" + ]; + titles = [ + { + model = "A3004T"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a6004ns-m = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-iptime_a6004ns-m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_a6004ns-m-squashfs-sysupgrade.bin"; + sha256 = "2faabc60eeb062fb756516aa5fccac15074b949a22ff951169b8db08c737b740"; + sha256_unsigned = "0ef489a099214a3724fc18189450ab75219ddf1fc50fe39a59ffc25d4f986bc4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_a6004ns-m-initramfs-kernel.bin"; + sha256 = "efdfe10115fb7815945c9c948cdef5e3b6129ac615d0b82f8db499776f22dfb7"; + sha256_unsigned = "efdfe10115fb7815945c9c948cdef5e3b6129ac615d0b82f8db499776f22dfb7"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a6004ns-m" + ]; + titles = [ + { + model = "A6004NS-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a6ns-m = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-iptime_a6ns-m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_a6ns-m-initramfs-kernel.bin"; + sha256 = "2706056e41860298497711fd228005a58b74d22ac0bd7d63b9bf5878d21badfc"; + sha256_unsigned = "2706056e41860298497711fd228005a58b74d22ac0bd7d63b9bf5878d21badfc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_a6ns-m-squashfs-sysupgrade.bin"; + sha256 = "8ed014c9b09f52dfee2775aac5954378f01f6bd5c48eab92c154eb40b4ce5089"; + sha256_unsigned = "27dc4011383c55dd1d43a3b6fa8ca9eab978e23b8e52457beb2abdfcc0af2c26"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a6ns-m" + ]; + titles = [ + { + model = "A6ns-M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a8004t = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-iptime_a8004t"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_a8004t-squashfs-sysupgrade.bin"; + sha256 = "a1cdb000eef18999cae7cee8201e2ba86cebfc43e279d2f37b994823c581c11c"; + sha256_unsigned = "7b21764f32c6011aee783168f64e87a8c40c51ced64c1fc63802937bc5b7adf6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_a8004t-initramfs-kernel.bin"; + sha256 = "6a0a5969473ac76013e862dfb8e88b0bfc1e75107ab4bdff00e6ee9b65687381"; + sha256_unsigned = "6a0a5969473ac76013e862dfb8e88b0bfc1e75107ab4bdff00e6ee9b65687381"; + type = "kernel"; + } + ]; + supported_devices = [ + "iptime,a8004t" + ]; + titles = [ + { + model = "A8004T"; + vendor = "ipTIME"; + } + ]; + }; + iptime_ax2004m = { + device_packages = [ + "kmod-mt7915-firmware" + "kmod-usb3" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-iptime_ax2004m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_ax2004m-squashfs-sysupgrade.bin"; + sha256 = "7f6ec3325e25db60544c44634724d2500b3899d313f7bfcbd3175e749b699b8c"; + sha256_unsigned = "ef379f526c1d8e720aef8789fe02a686e95e896e9c6b1b68d110262e8c2be551"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_ax2004m-initramfs-kernel.bin"; + sha256 = "5a7279b310052986bf9b0c936c48fc9d362e55d73d4ea00ad3e6c8d31c7caa5b"; + sha256_unsigned = "5a7279b310052986bf9b0c936c48fc9d362e55d73d4ea00ad3e6c8d31c7caa5b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_ax2004m-squashfs-recovery.bin"; + sha256 = "fb1a25ae2c79b369b35078e85b27594e63d9e4b18e18e2e75382da1343647b31"; + sha256_unsigned = "fb1a25ae2c79b369b35078e85b27594e63d9e4b18e18e2e75382da1343647b31"; + type = "recovery"; + } + ]; + supported_devices = [ + "iptime,ax2004m" + ]; + titles = [ + { + model = "AX2004M"; + vendor = "ipTIME"; + } + ]; + }; + iptime_t5004 = { + device_packages = [ + "-wpad-basic-mbedtls" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-iptime_t5004"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_t5004-initramfs-kernel.bin"; + sha256 = "7a18698a56335e4eaa0efdb43fdcdd112533103ab7764160a0cd28e6437609fc"; + sha256_unsigned = "7a18698a56335e4eaa0efdb43fdcdd112533103ab7764160a0cd28e6437609fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-iptime_t5004-squashfs-sysupgrade.bin"; + sha256 = "579093bdbe9f0b4735bc46491028ac832949a9f0dca7e8fb30c864982bf59798"; + sha256_unsigned = "cf38ba964415558910dea12b4fb47d0685f5a56a71faf662a03522b73f0210e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,t5004" + ]; + titles = [ + { + model = "T5004"; + vendor = "ipTIME"; + } + ]; + }; + jcg_jhr-ac876m = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-jcg_jhr-ac876m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-jcg_jhr-ac876m-squashfs-factory.bin"; + sha256 = "3c64e11c005b37e9c49bb2a2e5133fb889f950b9957c3f9e320bc9f1c0d6b092"; + sha256_unsigned = "3c64e11c005b37e9c49bb2a2e5133fb889f950b9957c3f9e320bc9f1c0d6b092"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-jcg_jhr-ac876m-squashfs-sysupgrade.bin"; + sha256 = "ddc5beaf46e6ce55f2196980ef4ef13ef06b0cc424c4a246a624865bc13ca564"; + sha256_unsigned = "c5b8630886b07e0f01dbb6641b0d600ba5ee8f1e20c8e4c8e01007120ce8d11d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-jcg_jhr-ac876m-initramfs-kernel.bin"; + sha256 = "2b663267c03ef9eb03786f3e4a34ae0b97a42753f2c4682d54ed31ce9a6f6f1a"; + sha256_unsigned = "2b663267c03ef9eb03786f3e4a34ae0b97a42753f2c4682d54ed31ce9a6f6f1a"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,jhr-ac876m" + ]; + titles = [ + { + model = "JHR-AC876M"; + vendor = "JCG"; + } + ]; + }; + jcg_q20 = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-jcg_q20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-jcg_q20-squashfs-sysupgrade.bin"; + sha256 = "488fc6c4fb74dcf0927efbaf796bf632ac936686ae88e5a17c54dea1cd2fbe5c"; + sha256_unsigned = "624b4e6e18db8e5fbf75d0a56234868ad92953531bd06c740c34981a393b2462"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-jcg_q20-squashfs-factory.bin"; + sha256 = "13d4ed9d77eb51a103e8fee98063401c1a783daf1192c2c0b29b14423529687a"; + sha256_unsigned = "13d4ed9d77eb51a103e8fee98063401c1a783daf1192c2c0b29b14423529687a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-jcg_q20-initramfs-kernel.bin"; + sha256 = "9fd1267e46c6d186670d0284efca642992fc3d6590dea122db79fd66dd63944b"; + sha256_unsigned = "9fd1267e46c6d186670d0284efca642992fc3d6590dea122db79fd66dd63944b"; + type = "kernel"; + } + ]; + supported_devices = [ + "jcg,q20" + ]; + titles = [ + { + model = "Q20"; + vendor = "JCG"; + } + ]; + }; + jcg_y2 = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-jcg_y2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-jcg_y2-initramfs-kernel.bin"; + sha256 = "14857b157bb942fe68536c3037e4daa80ebf2830198123b80ce73e55086d2608"; + sha256_unsigned = "14857b157bb942fe68536c3037e4daa80ebf2830198123b80ce73e55086d2608"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-jcg_y2-squashfs-sysupgrade.bin"; + sha256 = "e3583f0ea5fb96f7aeaee9a152830029da166a8d2c7872628bf898ebffca326f"; + sha256_unsigned = "1cac8bf6e50d46d59375d5a8cacc5427ec8596e605ed28fcd87edd0b3c3852c4"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-jcg_y2-squashfs-factory.bin"; + sha256 = "92d74cfc15136ebea5a578d37ef2974dd37c2ba99995d76123bc51838cfb8905"; + sha256_unsigned = "92d74cfc15136ebea5a578d37ef2974dd37c2ba99995d76123bc51838cfb8905"; + type = "factory"; + } + ]; + supported_devices = [ + "jcg,y2" + ]; + titles = [ + { + model = "Y2"; + vendor = "JCG"; + } + ]; + }; + keenetic_kn-3010 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-keenetic_kn-3010"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-keenetic_kn-3010-squashfs-sysupgrade.bin"; + sha256 = "4b9be168681ece062f0477a2c418944bf79c3426340734d3fea49fa8877a581c"; + sha256_unsigned = "4e3df66c259c0c7c0b804463635e2b218a30f9e0896855c86e98b8fa6be89196"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-keenetic_kn-3010-initramfs-kernel.bin"; + sha256 = "2d3ee08f5c4e4eb928e489e84c6589cb55fe424c6ceefab4fcea10a989242266"; + sha256_unsigned = "2d3ee08f5c4e4eb928e489e84c6589cb55fe424c6ceefab4fcea10a989242266"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-keenetic_kn-3010-squashfs-factory.bin"; + sha256 = "ab5bf0c943e807edf6729f3175c566ffbea3306ec3768bf4bc5571b88cbf6d96"; + sha256_unsigned = "ab5bf0c943e807edf6729f3175c566ffbea3306ec3768bf4bc5571b88cbf6d96"; + type = "factory"; + } + ]; + supported_devices = [ + "keenetic,kn-3010" + ]; + titles = [ + { + model = "KN-3010"; + vendor = "Keenetic"; + } + ]; + }; + lenovo_newifi-d1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-lenovo_newifi-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-lenovo_newifi-d1-initramfs-kernel.bin"; + sha256 = "e8e7c4f90aceb9234089dfbb74be6b0599e2995747f4b0035fcc9f0c76e40903"; + sha256_unsigned = "e8e7c4f90aceb9234089dfbb74be6b0599e2995747f4b0035fcc9f0c76e40903"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-lenovo_newifi-d1-squashfs-sysupgrade.bin"; + sha256 = "84cada858c7fe1b04cee7ca4c21749194ac585a4820e2cae0866697346b87972"; + sha256_unsigned = "f766c2e485606e80362ec46e0082975cd95bd45d633af665896f3f01391fd6fd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "lenovo,newifi-d1" + "newifi-d1" + ]; + titles = [ + { + model = "Newifi D1"; + vendor = "Lenovo"; + } + ]; + }; + linksys_e5600 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-linksys_e5600"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_e5600-initramfs-kernel.bin"; + sha256 = "183b2ece97513c3353a299ae83872ca8f887d1921c23753cdeb0ba208d4f6151"; + sha256_unsigned = "183b2ece97513c3353a299ae83872ca8f887d1921c23753cdeb0ba208d4f6151"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_e5600-squashfs-factory.bin"; + sha256 = "766779919f6a202e784bb15dc7f0d9a64d46a1087ba31e07579857c688330626"; + sha256_unsigned = "766779919f6a202e784bb15dc7f0d9a64d46a1087ba31e07579857c688330626"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_e5600-squashfs-sysupgrade.bin"; + sha256 = "d3678ee1057433e8c51b93a69c5231cde1ddb32c00c6ae6d416336c2ce29da05"; + sha256_unsigned = "71fc1348e10eed6c0bb2c408141820d7ab63a385668568699e08e0281c1d1451"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e5600" + ]; + titles = [ + { + model = "E5600"; + vendor = "Linksys"; + } + ]; + }; + linksys_e7350 = { + device_packages = [ + "kmod-mt7915-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-linksys_e7350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_e7350-squashfs-factory.bin"; + sha256 = "4b186291d63e2c48de362c6845051e0befeeceea75dbfcc77b2c9436031b7f72"; + sha256_unsigned = "4b186291d63e2c48de362c6845051e0befeeceea75dbfcc77b2c9436031b7f72"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_e7350-squashfs-sysupgrade.bin"; + sha256 = "f51ca589481ff9ef5c6a7a895e2bfc565d0552124dd596eff890d43e5dd51d5c"; + sha256_unsigned = "18d7a5e628979d740cecb101bcce7d971c9815000d7107d290af72aa651ef3b6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_e7350-initramfs-kernel.bin"; + sha256 = "f29205aa13e120517255d3f7b7e9cb2a64272371a3a43f5b17cebd1b31748264"; + sha256_unsigned = "f29205aa13e120517255d3f7b7e9cb2a64272371a3a43f5b17cebd1b31748264"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,e7350" + ]; + titles = [ + { + model = "E7350"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea6350-v4 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615-firmware" + "kmod-mt7603" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-linksys_ea6350-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea6350-v4-squashfs-sysupgrade.bin"; + sha256 = "f91e78d8df78f74fa576a60e25edaf6f199a082b0fa906572e36c693f2afaea6"; + sha256_unsigned = "5874e6cae55541261fcb235dd4ca131eeeae2fa8262c1c52b952291dae493423"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea6350-v4-initramfs-kernel.bin"; + sha256 = "b3bc60554a367fb77238e901651199382a4b141f621c927099a4dd24a5654888"; + sha256_unsigned = "b3bc60554a367fb77238e901651199382a4b141f621c927099a4dd24a5654888"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea6350-v4-squashfs-factory.bin"; + sha256 = "8cf82777f80a490cb8010cf101fca8372fa06dd776982f104e51f43389c6adf0"; + sha256_unsigned = "8cf82777f80a490cb8010cf101fca8372fa06dd776982f104e51f43389c6adf0"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea6350-v4" + ]; + titles = [ + { + model = "EA6350"; + variant = "v4"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-linksys_ea7300-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea7300-v1-squashfs-sysupgrade.bin"; + sha256 = "6d59160862b80b6dc2a008ddcf9ab1e298ec7ede4c1a60cabcaac15188ffe98f"; + sha256_unsigned = "fd4c30f4a386b62a2c758dac612b5415f04e65906f7d12988363fbde931fe782"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea7300-v1-initramfs-kernel.bin"; + sha256 = "6efc9f1ca530625e83a9f05b7463a2147c5974e6dd74618556504b5943c80ae6"; + sha256_unsigned = "6efc9f1ca530625e83a9f05b7463a2147c5974e6dd74618556504b5943c80ae6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea7300-v1-squashfs-factory.bin"; + sha256 = "a9a9ea8103605a36307e592a60caae104da1ecc6f69fdbad5b521c21d3c71d8f"; + sha256_unsigned = "a9a9ea8103605a36307e592a60caae104da1ecc6f69fdbad5b521c21d3c71d8f"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7300-v1" + ]; + titles = [ + { + model = "EA7300"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7300-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615-firmware" + "kmod-mt7603" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-linksys_ea7300-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea7300-v2-initramfs-kernel.bin"; + sha256 = "60dcf7a7df3fa901ec41e82acd0222c99123d32f3372abb2b523d54412632571"; + sha256_unsigned = "60dcf7a7df3fa901ec41e82acd0222c99123d32f3372abb2b523d54412632571"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea7300-v2-squashfs-sysupgrade.bin"; + sha256 = "d115b46441b30625eacb56ad15b617d55d81ae5162350d8543c04e3f615154f3"; + sha256_unsigned = "9c3ff7f6a04818a4ea5adaffa629428c7f7137556c9475e1a31bddb69a0de567"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea7300-v2-squashfs-factory.bin"; + sha256 = "63e3b2a98b9ddc29ddee66931ca9842ece92c793e23745bb285e6aae68fdcf5f"; + sha256_unsigned = "63e3b2a98b9ddc29ddee66931ca9842ece92c793e23745bb285e6aae68fdcf5f"; + type = "factory"; + } + ]; + supported_devices = [ + "linksys,ea7300-v2" + ]; + titles = [ + { + model = "EA7300"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea7500-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-linksys_ea7500-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea7500-v2-squashfs-factory.bin"; + sha256 = "d6fabbd5f5c7359389979fd7da98a303b5503f0cacf083c0f3898b6712aa5a92"; + sha256_unsigned = "d6fabbd5f5c7359389979fd7da98a303b5503f0cacf083c0f3898b6712aa5a92"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea7500-v2-squashfs-sysupgrade.bin"; + sha256 = "d1bb03a4b69a0ac38c26637cef084a0853f67a56480db9b73cee010dc1bbd608"; + sha256_unsigned = "d759719907bb65e28a12ef9079c5f19a1de1b1f3c2ff293384aa76c0f9d02e6a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea7500-v2-initramfs-kernel.bin"; + sha256 = "58f6a4c7743a6ef955e899a3cbfdc9a58678c3f40cd2c8d309a1c4a5674f2b96"; + sha256_unsigned = "58f6a4c7743a6ef955e899a3cbfdc9a58678c3f40cd2c8d309a1c4a5674f2b96"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea7500-v2" + ]; + titles = [ + { + model = "EA7500"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-linksys_ea8100-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea8100-v1-squashfs-sysupgrade.bin"; + sha256 = "6e9c9299bed5fac3f567f612dba89ef611d549e056f0e65c8280f992b5f3e572"; + sha256_unsigned = "64c1f2db699e651680ebc165fa1cb23b8c56d6635fc5a158d0d9909a02001c58"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea8100-v1-squashfs-factory.bin"; + sha256 = "1dff131d2819df286408640f74352041914d7557dcee84d069c0d818c7c1348f"; + sha256_unsigned = "1dff131d2819df286408640f74352041914d7557dcee84d069c0d818c7c1348f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea8100-v1-initramfs-kernel.bin"; + sha256 = "a567a50d3174bf81f72fcc6543cc2a7fefd1e3f9f09eeef4e9debc431c0e21e1"; + sha256_unsigned = "a567a50d3174bf81f72fcc6543cc2a7fefd1e3f9f09eeef4e9debc431c0e21e1"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8100-v1" + ]; + titles = [ + { + model = "EA8100"; + variant = "v1"; + vendor = "Linksys"; + } + ]; + }; + linksys_ea8100-v2 = { + device_packages = [ + "kmod-usb3" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-linksys_ea8100-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea8100-v2-squashfs-sysupgrade.bin"; + sha256 = "f65ecf84519f33caf2d79b0d20741fb5a15d1cc5081ee88a07e2b04069cd149d"; + sha256_unsigned = "f320bdad694827952d16831fac5aa00755423806c5771785cf21798ae99344b5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea8100-v2-squashfs-factory.bin"; + sha256 = "d55c004ae2530920cb6c6e24e0988e2cb3a17e16b9cdb70167f115f1c651af0c"; + sha256_unsigned = "d55c004ae2530920cb6c6e24e0988e2cb3a17e16b9cdb70167f115f1c651af0c"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_ea8100-v2-initramfs-kernel.bin"; + sha256 = "2be327de7439c26e2e5ab1f19982a3c2a12e943450d481253095ff51b7f96c8d"; + sha256_unsigned = "2be327de7439c26e2e5ab1f19982a3c2a12e943450d481253095ff51b7f96c8d"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,ea8100-v2" + ]; + titles = [ + { + model = "EA8100"; + variant = "v2"; + vendor = "Linksys"; + } + ]; + }; + linksys_re6500 = { + device_packages = [ + "kmod-mt76x2" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-linksys_re6500"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_re6500-squashfs-sysupgrade.bin"; + sha256 = "5a34485cddf537825ec228d8edb14219fdeced7cc1e3ca1ca4d9752f9ba01443"; + sha256_unsigned = "708b2d558b090665b1dd833662a6906d1c6a22eab98dff87f64a5179a9036768"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_re6500-initramfs-kernel.bin"; + sha256 = "36fee348e552e25983ba2fde721694987d29301147b078d4717e2242c9ac3f93"; + sha256_unsigned = "36fee348e552e25983ba2fde721694987d29301147b078d4717e2242c9ac3f93"; + type = "kernel"; + } + ]; + supported_devices = [ + "linksys,re6500" + "re6500" + ]; + titles = [ + { + model = "RE6500"; + vendor = "Linksys"; + } + ]; + }; + linksys_re7000 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-linksys_re7000"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_re7000-initramfs-kernel.bin"; + sha256 = "88dde20196ae21eeb0041b67fce5259f8e5f870a2182da3821284c11f9519030"; + sha256_unsigned = "88dde20196ae21eeb0041b67fce5259f8e5f870a2182da3821284c11f9519030"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-linksys_re7000-squashfs-sysupgrade.bin"; + sha256 = "da652d12bb7489add3d8ee11c945da9a25eac984f150f8786f9bb326c8f284f8"; + sha256_unsigned = "cb1c262f24d4f779f249b9127cd7973c06447137f46f2e060380355ca6a95575"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,re7000" + ]; + titles = [ + { + model = "RE7000"; + vendor = "Linksys"; + } + ]; + }; + mediatek_ap-mt7621a-v60 = { + device_packages = [ + "kmod-usb3" + "kmod-sdhci-mt7620" + "kmod-sound-mt7620" + "-wpad-basic-mbedtls" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-mediatek_ap-mt7621a-v60"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-mediatek_ap-mt7621a-v60-initramfs-kernel.bin"; + sha256 = "88745cc2660d34fe40886ec849ef1d5bb032ca5b296d7aed239e111e9ec24ea3"; + sha256_unsigned = "88745cc2660d34fe40886ec849ef1d5bb032ca5b296d7aed239e111e9ec24ea3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"; + sha256 = "b54b83b64c200c2d324043fa7cf0758bd2f4a0136b40fc5371e0cd55880a87a8"; + sha256_unsigned = "bc820b0eaa1470c3833846200fe6916548ebfa5386a03b696c6161798cf17801"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,ap-mt7621a-v60" + ]; + titles = [ + { + model = "AP-MT7621A-V60 EVB"; + vendor = "Mediatek"; + } + ]; + }; + mediatek_mt7621-eval-board = { + device_packages = [ + "-wpad-basic-mbedtls" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-mediatek_mt7621-eval-board"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-mediatek_mt7621-eval-board-squashfs-sysupgrade.bin"; + sha256 = "385b00c7f86b5d65d23af396da6014a1c22e9ef15e733a4a60a008a610266291"; + sha256_unsigned = "b92f2f11012cfb1b45bf556be7985cb0ff486c06dcbfb2faeb671f2d634f5f39"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-mediatek_mt7621-eval-board-initramfs-kernel.bin"; + sha256 = "4235b306c632cae117140f15564844f145f49ca38967df2a0ae21f903e544ef6"; + sha256_unsigned = "4235b306c632cae117140f15564844f145f49ca38967df2a0ae21f903e544ef6"; + type = "kernel"; + } + ]; + supported_devices = [ + "mediatek,mt7621-eval-board" + "mt7621" + ]; + titles = [ + { + model = "MT7621 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercusys_mr70x-v1 = { + device_packages = [ + "kmod-mt7915-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-mercusys_mr70x-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-mercusys_mr70x-v1-squashfs-sysupgrade.bin"; + sha256 = "3672df0274a3c236048bd8455cb9cc30a7293c92c15a6457c801966066e06de1"; + sha256_unsigned = "4f0f81c379c52e499f6ead9ac8ee4ca246139931d7d74403a6b0b30fab3eaf4f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-mercusys_mr70x-v1-squashfs-factory.bin"; + sha256 = "86120c332a2ee393f81b93d203ac7ff94324be1658ec9c58b70ef4697c5b0e2f"; + sha256_unsigned = "86120c332a2ee393f81b93d203ac7ff94324be1658ec9c58b70ef4697c5b0e2f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-mercusys_mr70x-v1-initramfs-kernel.bin"; + sha256 = "e9846796ef8b7109067c3e4f5f82910abeeb515a8f77dc3806eecd8d6fdf20d8"; + sha256_unsigned = "e9846796ef8b7109067c3e4f5f82910abeeb515a8f77dc3806eecd8d6fdf20d8"; + type = "kernel"; + } + ]; + supported_devices = [ + "mercusys,mr70x-v1" + ]; + titles = [ + { + model = "MR70X"; + variant = "v1"; + vendor = "Mercusys"; + } + ]; + }; + mikrotik_ltap-2hnd = { + device_packages = [ + "kmod-usb3" + "-uboot-envtools" + "kmod-ath9k" + "kmod-pps-gpio" + "rssileds" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-mikrotik_ltap-2hnd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-mikrotik_ltap-2hnd-initramfs-kernel.bin"; + sha256 = "3f9f5bf5c6532ed68fe361d190038d52854def916e0ad2fe40cbb836442e054f"; + sha256_unsigned = "3f9f5bf5c6532ed68fe361d190038d52854def916e0ad2fe40cbb836442e054f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-mikrotik_ltap-2hnd-squashfs-sysupgrade.bin"; + sha256 = "66a4c437df285ebc1420964a19963c87d3560ec75956490828077adfafa1942b"; + sha256_unsigned = "5751405f8868619c88da998a92247336caa24f0512f238cf37d6d8e8eb88cc01"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,ltap-2hnd" + ]; + titles = [ + { + model = "LtAP-2HnD"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-750gr3 = { + device_packages = [ + "kmod-usb3" + "-uboot-envtools" + "-wpad-basic-mbedtls" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-mikrotik_routerboard-750gr3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-mikrotik_routerboard-750gr3-initramfs-kernel.bin"; + sha256 = "902666067130af3d9a78e59f0c52760f224c08b79ed4c42f6f1b1ae301f117f9"; + sha256_unsigned = "902666067130af3d9a78e59f0c52760f224c08b79ed4c42f6f1b1ae301f117f9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-mikrotik_routerboard-750gr3-squashfs-sysupgrade.bin"; + sha256 = "444e8f52968e7974dbccdc97566cbf0e8eda7e79a55593f544682a9bbd75abe8"; + sha256_unsigned = "cbc2bdec2fad31b028b108050b1f47180ad39a4264729a6c7db43c13a8cc5435"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-750gr3" + "mikrotik,rb750gr3" + ]; + titles = [ + { + model = "RouterBOARD 750Gr3"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-760igs = { + device_packages = [ + "kmod-usb3" + "-uboot-envtools" + "kmod-sfp" + "-wpad-basic-mbedtls" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-mikrotik_routerboard-760igs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin"; + sha256 = "4f5eda8307a772fb088e92576c6280c6786252ad92ac35266ae863105f3c2abb"; + sha256_unsigned = "4f5eda8307a772fb088e92576c6280c6786252ad92ac35266ae863105f3c2abb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-mikrotik_routerboard-760igs-squashfs-sysupgrade.bin"; + sha256 = "6300bd8bfbf7bba7cdf8c47be537e975747119c5e982e7def19d1d869c33c687"; + sha256_unsigned = "a3579206e9244e5738caff786f43f160960bee0ec24cf19f9c3cfd226272eec6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-760igs" + ]; + titles = [ + { + model = "RouterBOARD 760iGS"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m11g = { + device_packages = [ + "-wpad-basic-mbedtls" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-mikrotik_routerboard-m11g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-mikrotik_routerboard-m11g-initramfs-kernel.bin"; + sha256 = "792a38975b45331c51458d10f9408ce57c2ee682865f7e44e73a7c1fc296a078"; + sha256_unsigned = "792a38975b45331c51458d10f9408ce57c2ee682865f7e44e73a7c1fc296a078"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-mikrotik_routerboard-m11g-squashfs-sysupgrade.bin"; + sha256 = "4bb6565d75af095b0b02dc64dc26386b3532b248dc4048de2246890257096765"; + sha256_unsigned = "0ca5290e181a6d4c74c5c556884c32e29d02e1009bb98741548e4ad9f0b0db85"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m11g" + "mikrotik,rbm11g" + ]; + titles = [ + { + model = "RouterBOARD M11G"; + vendor = "MikroTik"; + } + ]; + }; + mikrotik_routerboard-m33g = { + device_packages = [ + "-wpad-basic-mbedtls" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-mikrotik_routerboard-m33g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-mikrotik_routerboard-m33g-initramfs-kernel.bin"; + sha256 = "0065a7ce2e438cc32f90836efa8129d60d4d758ada79817467bf1c8c48c7eb20"; + sha256_unsigned = "0065a7ce2e438cc32f90836efa8129d60d4d758ada79817467bf1c8c48c7eb20"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-mikrotik_routerboard-m33g-squashfs-sysupgrade.bin"; + sha256 = "8b28e383f291aebfe8cf5c18790ddbc749bf0be2713cbcf3f5b37d6d1f18d8a4"; + sha256_unsigned = "110d46ec32fedaf8a437726ff246b81671c8ae5480f6c2c533d63fe0525aad24"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mikrotik,routerboard-m33g" + "mikrotik,rbm33g" + ]; + titles = [ + { + model = "RouterBOARD M33G"; + vendor = "MikroTik"; + } + ]; + }; + mqmaker_witi = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-mqmaker_witi"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-mqmaker_witi-initramfs-kernel.bin"; + sha256 = "0747afafbc6f9fc7185bd2c73168601ce819dfcda09e6cd165cbdc286db502e9"; + sha256_unsigned = "0747afafbc6f9fc7185bd2c73168601ce819dfcda09e6cd165cbdc286db502e9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-mqmaker_witi-squashfs-sysupgrade.bin"; + sha256 = "998014ac4afd5c59b316666610a7d317cdd8e8a4a108d92efa9a8a57cf0031a8"; + sha256_unsigned = "d4d46f399aabb6bf7e276796215e563a159a986e93dc0844261c80cb3ff58c06"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mqmaker,witi" + "witi" + "mqmaker,witi-256m" + "mqmaker,witi-512m" + ]; + titles = [ + { + model = "WiTi"; + vendor = "MQmaker"; + } + ]; + }; + mtc_wr1201 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-mtc_wr1201"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"; + sha256 = "189d0a41faac5e25ca75be130e0c8737ce381e27f79f0b72cb8c8c3bcadaac76"; + sha256_unsigned = "b0f30c02769963bf9e697aa433f42269e57336bcad3e3e6b00c7e8d99107452e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-mtc_wr1201-initramfs-kernel.bin"; + sha256 = "ed6526e5425cac2b55595c44a20c9fed37708cb70afe6ce431adb42c8afccb82"; + sha256_unsigned = "ed6526e5425cac2b55595c44a20c9fed37708cb70afe6ce431adb42c8afccb82"; + type = "kernel"; + } + ]; + supported_devices = [ + "mtc,wr1201" + ]; + titles = [ + { + model = "Wireless Router WR1201"; + vendor = "MTC"; + } + ]; + }; + mts_wg430223 = { + device_packages = [ + "kmod-mt7615-firmware" + "uencrypt-mbedtls" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-mts_wg430223"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-mts_wg430223-initramfs-kernel.bin"; + sha256 = "67a4016424f1d4f0655f5a92c8e7826d205b1db88078b58a65abd5b08eda1696"; + sha256_unsigned = "67a4016424f1d4f0655f5a92c8e7826d205b1db88078b58a65abd5b08eda1696"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-mts_wg430223-squashfs-sysupgrade.bin"; + sha256 = "de365f81da4dd8b0e36343cac9e062cd1c09062bc14a4cb8f07aa5508e61c5cb"; + sha256_unsigned = "3436f8ff0597850e43572b5194057f46263ad4d355e8a7052c4da69b28b080eb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-mts_wg430223-squashfs-factory.trx"; + sha256 = "f50a777f2196de84f5d35f809595eda14479893773e8388934bd5492409ec965"; + sha256_unsigned = "f50a777f2196de84f5d35f809595eda14479893773e8388934bd5492409ec965"; + type = "factory"; + } + ]; + supported_devices = [ + "mts,wg430223" + ]; + titles = [ + { + model = "WG430223"; + vendor = "MTS"; + } + ]; + }; + netgear_ex6150 = { + device_packages = [ + "kmod-mt76x2" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-netgear_ex6150"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin"; + sha256 = "37439f6ee1095917b2b4243c94a80fc3642361266669ad474fec0a88151f028f"; + sha256_unsigned = "97c94a714ef01bce1d44b3f8d82fa47027aa533a730fa0c7fe92177465c677d4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_ex6150-initramfs-kernel.bin"; + sha256 = "cda54172eddcbd1471d09bed9d656b1f3002652fdd765e2e703cfcc51ae93e94"; + sha256_unsigned = "cda54172eddcbd1471d09bed9d656b1f3002652fdd765e2e703cfcc51ae93e94"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"; + sha256 = "14b769a39beb52d10c21418acde6fb00e75d1fb4bcad87dcf0dae7c809a7710b"; + sha256_unsigned = "14b769a39beb52d10c21418acde6fb00e75d1fb4bcad87dcf0dae7c809a7710b"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,ex6150" + ]; + titles = [ + { + model = "EX6150"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6220 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-netgear_r6220"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6220-squashfs-rootfs.bin"; + sha256 = "715d1915a8c5be0d9386eb4e195047dfa47992b4a7f2ad0ff6ebaf233c565d08"; + sha256_unsigned = "715d1915a8c5be0d9386eb4e195047dfa47992b4a7f2ad0ff6ebaf233c565d08"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6220-squashfs-kernel.bin"; + sha256 = "b7f814ea8c96965ea507b67621481c4fcd42c6645b492c1461bd45f5df38619d"; + sha256_unsigned = "b7f814ea8c96965ea507b67621481c4fcd42c6645b492c1461bd45f5df38619d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin"; + sha256 = "d67eb80cdb448e5c2447bb76900a42cf657c931cb3538e7dcc3523d525d6f3cd"; + sha256_unsigned = "d79a66c207dfcb51a015c63b5c70e86cb6177d31ba50b7534a25136d70f8aa91"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6220-squashfs-factory.img"; + sha256 = "b1be30fd4790424a4865f1f3df2ba03506e72db90d27d63bcc2d9794a90be149"; + sha256_unsigned = "b1be30fd4790424a4865f1f3df2ba03506e72db90d27d63bcc2d9794a90be149"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6220-initramfs-kernel.bin"; + sha256 = "0fb2436d6f76997eaa6766b298c48d455f3a2f33653d636f2b38f55f929f92cf"; + sha256_unsigned = "0fb2436d6f76997eaa6766b298c48d455f3a2f33653d636f2b38f55f929f92cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6220" + "r6220" + ]; + titles = [ + { + model = "R6220"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6260 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-netgear_r6260"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6260-initramfs-kernel.bin"; + sha256 = "5669c9f08deadc732be257c12c2e1915e64709b7f6adec74c293a0ab2d4b971d"; + sha256_unsigned = "5669c9f08deadc732be257c12c2e1915e64709b7f6adec74c293a0ab2d4b971d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6260-squashfs-factory.img"; + sha256 = "543f2ab781e80fc1dd56a866af21a63554f5c672b80f77340232bd075f563f8e"; + sha256_unsigned = "543f2ab781e80fc1dd56a866af21a63554f5c672b80f77340232bd075f563f8e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6260-squashfs-kernel.bin"; + sha256 = "e1cdd6c964afd102901f1c2ce9375fdc3280b070df6be378fd02fd3f6feddd42"; + sha256_unsigned = "e1cdd6c964afd102901f1c2ce9375fdc3280b070df6be378fd02fd3f6feddd42"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6260-squashfs-rootfs.bin"; + sha256 = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + sha256_unsigned = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin"; + sha256 = "552172dd0272e8e61b111bc3d0c0a5cc088f48440e88052d370e1897b313b920"; + sha256_unsigned = "f8679c64718bb559890a88491a21584817ce15135596d464c693caf03dc52421"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6260" + ]; + titles = [ + { + model = "R6260"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6350 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-netgear_r6350"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6350-squashfs-kernel.bin"; + sha256 = "ffdc7709f0964eb9da7d189d3743c37a57a492140b44cb5092ee5f27853c27e8"; + sha256_unsigned = "ffdc7709f0964eb9da7d189d3743c37a57a492140b44cb5092ee5f27853c27e8"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6350-initramfs-kernel.bin"; + sha256 = "5669156b8c44cbb8e6b77102ae636cd108a2cbc95137b7dec86bc183c931ec6e"; + sha256_unsigned = "5669156b8c44cbb8e6b77102ae636cd108a2cbc95137b7dec86bc183c931ec6e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6350-squashfs-factory.img"; + sha256 = "ed10a53c3bd3270db3cbafa888ec5988259ad1da769e16f05ce98c2630044033"; + sha256_unsigned = "ed10a53c3bd3270db3cbafa888ec5988259ad1da769e16f05ce98c2630044033"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"; + sha256 = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + sha256_unsigned = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin"; + sha256 = "e59b4257874d26402f20e08efa615fe8f3dacb57baa341cc230c0eadece03bf9"; + sha256_unsigned = "d0ee9f797a9fa82ea65b480353059a4a7ae15a9d1d69f7b92ea62941089198a5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6350" + ]; + titles = [ + { + model = "R6350"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6700-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-netgear_r6700-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6700-v2-squashfs-kernel.bin"; + sha256 = "1bc689fdba89644a1276c7d3ccf4576a8739ce82e3a78f45502304fd53ea8d24"; + sha256_unsigned = "1bc689fdba89644a1276c7d3ccf4576a8739ce82e3a78f45502304fd53ea8d24"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6700-v2-squashfs-rootfs.bin"; + sha256 = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + sha256_unsigned = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6700-v2-squashfs-factory.img"; + sha256 = "2e244e910b6bf8bf5c162156e472fbf2a703265dd5717bf3a0b8ff59828f7022"; + sha256_unsigned = "2e244e910b6bf8bf5c162156e472fbf2a703265dd5717bf3a0b8ff59828f7022"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6700-v2-initramfs-kernel.bin"; + sha256 = "17616d83f70522f94ed7d83abb0f0c88605a6d92ecdd4ef7604666856ec57fad"; + sha256_unsigned = "17616d83f70522f94ed7d83abb0f0c88605a6d92ecdd4ef7604666856ec57fad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6700-v2-squashfs-sysupgrade.bin"; + sha256 = "c18aca7af641cc90fc37b754fb9160655666f3f3acb2c153f2cd2586d2ed6d02"; + sha256_unsigned = "4062d7f10ce3f3afe80a9e54ccd941e8540b4af0b7f07f1adf5b208520ac806d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6700-v2" + ]; + titles = [ + { + model = "R6700"; + variant = "v2"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2400"; + variant = "v1"; + vendor = "NETGEAR"; + } + { + model = "Nighthawk AC2100"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6800 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-netgear_r6800"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6800-squashfs-rootfs.bin"; + sha256 = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + sha256_unsigned = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6800-squashfs-sysupgrade.bin"; + sha256 = "5842f6f84f4dd02a46a9bee6c8db7a43fd8357986e2c780376d2803ee0f96fd0"; + sha256_unsigned = "ea336862b2fa96a30cd4e61b76051c8aef2ad5cdfa2ee1d47ca5234d28057fcc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6800-initramfs-kernel.bin"; + sha256 = "63e804433121f45cd7658f741450469debe6de95e62e857bb3d5039b1649569b"; + sha256_unsigned = "63e804433121f45cd7658f741450469debe6de95e62e857bb3d5039b1649569b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6800-squashfs-kernel.bin"; + sha256 = "f5c92ac2619444bb13c0a580b8821797271b60154024bc8050cbccb1396bcdbe"; + sha256_unsigned = "f5c92ac2619444bb13c0a580b8821797271b60154024bc8050cbccb1396bcdbe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6800-squashfs-factory.img"; + sha256 = "fc4a22a0549cf4ac0ea68ab76a5a36799b6d4234e2a866fe3113cbbf657aee87"; + sha256_unsigned = "fc4a22a0549cf4ac0ea68ab76a5a36799b6d4234e2a866fe3113cbbf657aee87"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,r6800" + ]; + titles = [ + { + model = "R6800"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6850 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-netgear_r6850"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6850-squashfs-rootfs.bin"; + sha256 = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + sha256_unsigned = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6850-squashfs-sysupgrade.bin"; + sha256 = "9dd13b2153a8f37cfb39668c1ec79a349db14c7f49b1ba169cbe51ae70480f53"; + sha256_unsigned = "e588dbddd22cdfb7dd77f38d4b6a1724fdb548eab84125b0402c5003f69c1828"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6850-squashfs-factory.img"; + sha256 = "ad53908f95274f34069eeedc760f358a52662553fe26f7d5c9c02d1052cdddab"; + sha256_unsigned = "ad53908f95274f34069eeedc760f358a52662553fe26f7d5c9c02d1052cdddab"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6850-initramfs-kernel.bin"; + sha256 = "9db7893a29a3ec67390bdbd192a121157ee2d4847f1989a3c5abd5d6ddb6b937"; + sha256_unsigned = "9db7893a29a3ec67390bdbd192a121157ee2d4847f1989a3c5abd5d6ddb6b937"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6850-squashfs-kernel.bin"; + sha256 = "70a3ede91e2a3c72462473ad627d4e1b7ebde2fc8f60bda7f720d54f1ea79e1a"; + sha256_unsigned = "70a3ede91e2a3c72462473ad627d4e1b7ebde2fc8f60bda7f720d54f1ea79e1a"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6850" + ]; + titles = [ + { + model = "R6850"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6900-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-netgear_r6900-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6900-v2-squashfs-sysupgrade.bin"; + sha256 = "f1435a66431a2fbaf43d2bdf2344cccfe3a697c2f4b91ccf6da7659deb7272c5"; + sha256_unsigned = "7bb6cd411c7e854f0b8a39160b242b0c3430ec97ebe9601d3ec9c6bb6acd9f70"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6900-v2-squashfs-rootfs.bin"; + sha256 = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + sha256_unsigned = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6900-v2-squashfs-factory.img"; + sha256 = "75776247f203bb9fc113791345334ab9f80ba80c49aa4abdc54cee2c7e29967c"; + sha256_unsigned = "75776247f203bb9fc113791345334ab9f80ba80c49aa4abdc54cee2c7e29967c"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6900-v2-squashfs-kernel.bin"; + sha256 = "f77ae461fd5711c4a5db6357675f3da639979e2fa5327a933c0d051c29d5326a"; + sha256_unsigned = "f77ae461fd5711c4a5db6357675f3da639979e2fa5327a933c0d051c29d5326a"; + type = "kernel"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r6900-v2-initramfs-kernel.bin"; + sha256 = "dc9b4a1b62b0faabe40f1ff92140426b499ff5461e25f8ef28836562c4e9814e"; + sha256_unsigned = "dc9b4a1b62b0faabe40f1ff92140426b499ff5461e25f8ef28836562c4e9814e"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6900-v2" + ]; + titles = [ + { + model = "R6900"; + variant = "v2"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7200 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-netgear_r7200"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r7200-squashfs-rootfs.bin"; + sha256 = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + sha256_unsigned = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + type = "rootfs"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r7200-initramfs-kernel.bin"; + sha256 = "c5496184ac770fc081154a1342ff29d768bebe00a22accd91d3f1d3d5afa97e6"; + sha256_unsigned = "c5496184ac770fc081154a1342ff29d768bebe00a22accd91d3f1d3d5afa97e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r7200-squashfs-factory.img"; + sha256 = "9e007f0a7dd4ad498a8662380dea62bb20cc463e6e5183c5a3c60ab578e29a9d"; + sha256_unsigned = "9e007f0a7dd4ad498a8662380dea62bb20cc463e6e5183c5a3c60ab578e29a9d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r7200-squashfs-kernel.bin"; + sha256 = "c9e9e090bcbfa92ba0c8155f3b412056139c21c0040fe54fb9e2cfcd28ef1133"; + sha256_unsigned = "c9e9e090bcbfa92ba0c8155f3b412056139c21c0040fe54fb9e2cfcd28ef1133"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r7200-squashfs-sysupgrade.bin"; + sha256 = "4ed6c624511dfcee8485e86851e737059e3167504ae01cb496faeb41b7098643"; + sha256_unsigned = "98918aef8f4dd3cd7f6a5b6cd07f9bd83c3dc476701c8bd51a321bf315220bc3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7200" + ]; + titles = [ + { + model = "R7200"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r7450 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-netgear_r7450"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r7450-squashfs-rootfs.bin"; + sha256 = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + sha256_unsigned = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r7450-squashfs-factory.img"; + sha256 = "ce2a695d21994ff0f8689290bd34f7ccaa30eb544294c539307c901c0929bbd1"; + sha256_unsigned = "ce2a695d21994ff0f8689290bd34f7ccaa30eb544294c539307c901c0929bbd1"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r7450-initramfs-kernel.bin"; + sha256 = "6345dfaa9e30e14073a7b16b80c4394838dc4f565aa174b9615a98564f1da494"; + sha256_unsigned = "6345dfaa9e30e14073a7b16b80c4394838dc4f565aa174b9615a98564f1da494"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r7450-squashfs-kernel.bin"; + sha256 = "ef2439e8c1d3da42717975858363ce9d2f2b6e04a819a6fa4eaff1e5804e593e"; + sha256_unsigned = "ef2439e8c1d3da42717975858363ce9d2f2b6e04a819a6fa4eaff1e5804e593e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_r7450-squashfs-sysupgrade.bin"; + sha256 = "2f1c199f7fdde7cfa9226f4a4b8a6a7c0d8f6d7e3978ef7e9b21b963af7d7172"; + sha256_unsigned = "a001982954e2aa426afbbf99450350637e135636c41862f2b1ee6217c290598c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r7450" + ]; + titles = [ + { + model = "R7450"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac104 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-netgear_wac104"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_wac104-squashfs-rootfs.bin"; + sha256 = "715d1915a8c5be0d9386eb4e195047dfa47992b4a7f2ad0ff6ebaf233c565d08"; + sha256_unsigned = "715d1915a8c5be0d9386eb4e195047dfa47992b4a7f2ad0ff6ebaf233c565d08"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_wac104-squashfs-sysupgrade.bin"; + sha256 = "7bfd416934b10c7d1d96b9f1bc967c4efbe26c03410bc9a13e3213c1123e681f"; + sha256_unsigned = "9f39982b5dde1ea443fa27e65bf41aece24c0015697f08463a368e7b13e0a21e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_wac104-initramfs-kernel.bin"; + sha256 = "65543b7f32b00c1dbb8c0caeb9b679ff3be5a244c451be41204371f3f1442bd1"; + sha256_unsigned = "65543b7f32b00c1dbb8c0caeb9b679ff3be5a244c451be41204371f3f1442bd1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_wac104-squashfs-kernel.bin"; + sha256 = "2df5298ad92a7d0107a4030ebb99e225ac26b49248bbb4e5d3ba4874677c27e7"; + sha256_unsigned = "2df5298ad92a7d0107a4030ebb99e225ac26b49248bbb4e5d3ba4874677c27e7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_wac104-squashfs-factory.img"; + sha256 = "bc9b552eb537268b0e3af739f5b7fed58fe3122086996f58f5455f527ecbeb8a"; + sha256_unsigned = "bc9b552eb537268b0e3af739f5b7fed58fe3122086996f58f5455f527ecbeb8a"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wac104" + ]; + titles = [ + { + model = "WAC104"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wac124 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-netgear_wac124"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_wac124-initramfs-kernel.bin"; + sha256 = "9194640b081c489fa9c45076634527a0a64a29e989c318cb9b3b1de358862478"; + sha256_unsigned = "9194640b081c489fa9c45076634527a0a64a29e989c318cb9b3b1de358862478"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_wac124-squashfs-kernel.bin"; + sha256 = "6b36e975716c4addb1874f1b0b6fed23d5af699f595265715547d4333ec3d75a"; + sha256_unsigned = "6b36e975716c4addb1874f1b0b6fed23d5af699f595265715547d4333ec3d75a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_wac124-squashfs-factory.img"; + sha256 = "10a763d99f651e8be9342f1f21071ded6eb3853cd7073823722427b783aa03b0"; + sha256_unsigned = "10a763d99f651e8be9342f1f21071ded6eb3853cd7073823722427b783aa03b0"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_wac124-squashfs-rootfs.bin"; + sha256 = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + sha256_unsigned = "b1a5044c0cfe97f9540242583218b55c73b9f6b8a31da455b077aab8d98096f0"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_wac124-squashfs-sysupgrade.bin"; + sha256 = "ce3187116aba33dda8ffb0561c115117d9491f5078f823a5ba117fe9ae1b5ebb"; + sha256_unsigned = "3315ed6ae93aac94b47a431feb83357da73f22ce70fb56897b87e438dae49742"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wac124" + ]; + titles = [ + { + model = "WAC124"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wax202 = { + device_packages = [ + "kmod-mt7915-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-netgear_wax202"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_wax202-squashfs-sysupgrade.bin"; + sha256 = "f129faa2e9664f018977ea4ba3a18f51cc287828cf231396d1f48a300ddf1110"; + sha256_unsigned = "1e0ce42febb0c5ba468f1e7939b27ad5099ad3bd8982fbca5c46fb9c0947022d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_wax202-initramfs-kernel.bin"; + sha256 = "3ce7c92c58ad46aa247cba7c349907069dc7ab91957894af4e5c9fed95f734bf"; + sha256_unsigned = "3ce7c92c58ad46aa247cba7c349907069dc7ab91957894af4e5c9fed95f734bf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_wax202-squashfs-factory.img"; + sha256 = "aa0edce48d83daaf76da08cd42fdaa3b6626c5ecf438f8fb7ce872be967f6e18"; + sha256_unsigned = "aa0edce48d83daaf76da08cd42fdaa3b6626c5ecf438f8fb7ce872be967f6e18"; + type = "factory"; + } + ]; + supported_devices = [ + "netgear,wax202" + ]; + titles = [ + { + model = "WAX202"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_wndr3700-v5 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-netgear_wndr3700-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_wndr3700-v5-initramfs-kernel.bin"; + sha256 = "7ffb1b05a3ca141bd366719299d5c95458bc224d9cbc2e1fb091bbca94ef8e97"; + sha256_unsigned = "7ffb1b05a3ca141bd366719299d5c95458bc224d9cbc2e1fb091bbca94ef8e97"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_wndr3700-v5-squashfs-factory.img"; + sha256 = "5752cb11dbe63fbd8ea7585ca090f4c7fc1ece2a88d4077ed0763b629afd1d56"; + sha256_unsigned = "5752cb11dbe63fbd8ea7585ca090f4c7fc1ece2a88d4077ed0763b629afd1d56"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netgear_wndr3700-v5-squashfs-sysupgrade.bin"; + sha256 = "f30a626ff1d2d05d8444b3215237a94b987050c9f5610cbb576d3dd6158ba090"; + sha256_unsigned = "4e682c9ea5650548ed07083d15ce2f79129ee50928b9d515692ccd4a3dbcf929"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,wndr3700-v5" + "wndr3700v5" + ]; + titles = [ + { + model = "WNDR3700"; + variant = "v5"; + vendor = "NETGEAR"; + } + ]; + }; + netis_wf2881 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-netis_wf2881"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-netis_wf2881-initramfs-kernel.bin"; + sha256 = "731362ec8678dc5a4de83157f733f66ceb619dcad6e75576c6a58d5ce870c138"; + sha256_unsigned = "731362ec8678dc5a4de83157f733f66ceb619dcad6e75576c6a58d5ce870c138"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netis_wf2881-squashfs-sysupgrade.bin"; + sha256 = "dbef2a9a28686ca52577a2a5e120c9cf18b84951d812bb4bacbb783d7f4ac135"; + sha256_unsigned = "e079eda6f8a1a85ff903fbee7b85fdbb2622668fde41f8944e4071d9bda8cccb"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-netis_wf2881-squashfs-factory.bin"; + sha256 = "868d946a8b447624e8f86074860e3dd3a13f14aa05ff2e1c9c547255122eda76"; + sha256_unsigned = "868d946a8b447624e8f86074860e3dd3a13f14aa05ff2e1c9c547255122eda76"; + type = "factory"; + } + ]; + supported_devices = [ + "netis,wf2881" + ]; + titles = [ + { + model = "WF2881"; + vendor = "NETIS"; + } + ]; + }; + oraybox_x3a = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-oraybox_x3a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-oraybox_x3a-initramfs-kernel.bin"; + sha256 = "57a431c0a0861751f286bfc29ffe07f2827fb4a63f3849bd33eea495184d83c0"; + sha256_unsigned = "57a431c0a0861751f286bfc29ffe07f2827fb4a63f3849bd33eea495184d83c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-oraybox_x3a-squashfs-sysupgrade.bin"; + sha256 = "c408455792adb51bd34bf3a1a0995ac7802fbd5563c70a5f634b4c4422861c46"; + sha256_unsigned = "56638cb7892837e047164522c5db17f30f0abe8e79570f6465d4f6cf6e735ad8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "oraybox,x3a" + ]; + titles = [ + { + model = "X3A"; + vendor = "OrayBox"; + } + ]; + }; + phicomm_k2p = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-phicomm_k2p"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-phicomm_k2p-initramfs-kernel.bin"; + sha256 = "e61c664b311f0465cab2b7b6534e2b502c442b398fc8a0b707743af414d0070b"; + sha256_unsigned = "e61c664b311f0465cab2b7b6534e2b502c442b398fc8a0b707743af414d0070b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"; + sha256 = "e9a19096f0e507b5d89c7fc2b466e877f574727a6bceaa96c82d6aae0f1ea742"; + sha256_unsigned = "293c5321f14bdd5ad983c8455c7db4b98c55928bea52847262a8be1b02b0bc2d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "phicomm,k2p" + "k2p" + ]; + titles = [ + { + model = "K2P"; + vendor = "Phicomm"; + } + { + model = "KE 2P"; + vendor = "Phicomm"; + } + ]; + }; + planex_vr500 = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-mbedtls" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-planex_vr500"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-planex_vr500-initramfs-kernel.bin"; + sha256 = "8e9a89fceb8c17de6e24fb771a299d30e9afad614150db2ac58d2b3e80ea9eeb"; + sha256_unsigned = "8e9a89fceb8c17de6e24fb771a299d30e9afad614150db2ac58d2b3e80ea9eeb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-planex_vr500-squashfs-sysupgrade.bin"; + sha256 = "cc449af0cd1d9e7380550989cf550af1db738eeff81afec00b5b83d6f2783f46"; + sha256_unsigned = "65a6d4dfe8216e469c000dffbcb9cfcfefe799c64a4934678d8d9399020c2a3c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "planex,vr500" + "vr500" + ]; + titles = [ + { + model = "VR500"; + vendor = "Planex"; + } + ]; + }; + raisecom_msg1500-x-00 = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-raisecom_msg1500-x-00"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-raisecom_msg1500-x-00-squashfs-sysupgrade.bin"; + sha256 = "d77e3cadd39a0d800430dda32e2203dea6059979223b426ad9ae13ad74c5e79c"; + sha256_unsigned = "d230388f597f63f2dc8bd7e4add31ca0e9459bdcded6fa0163117c15155b2858"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-raisecom_msg1500-x-00-initramfs-kernel.bin"; + sha256 = "cfc58142ce7851b825f39aacba010bd1e186329d82fa714349b61ce271f64768"; + sha256_unsigned = "cfc58142ce7851b825f39aacba010bd1e186329d82fa714349b61ce271f64768"; + type = "kernel"; + } + ]; + supported_devices = [ + "raisecom,msg1500-x-00" + ]; + titles = [ + { + model = "MSG1500"; + variant = "X.00"; + vendor = "RAISECOM"; + } + { + model = "A-040W-Q"; + vendor = "Nokia"; + } + ]; + }; + renkforce_ws-wn530hp3-a = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-renkforce_ws-wn530hp3-a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-renkforce_ws-wn530hp3-a-initramfs-kernel.bin"; + sha256 = "b091f2b4466e74973139052f487807185b749939b6c672b8c000a4c278344ad7"; + sha256_unsigned = "b091f2b4466e74973139052f487807185b749939b6c672b8c000a4c278344ad7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-renkforce_ws-wn530hp3-a-squashfs-sysupgrade.bin"; + sha256 = "5a41f0060f4cc41f9784228ef46f13dc2c24db93a2471199279ef3b01585a9b8"; + sha256_unsigned = "cb2108d9e99b6418d91156e14ce412bafb261283602971774e948e54fd2fc7d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "renkforce,ws-wn530hp3-a" + ]; + titles = [ + { + model = "WS-WN530HP3-A"; + vendor = "Renkforce"; + } + ]; + }; + rostelecom_rt-sf-1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615-firmware" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-rostelecom_rt-sf-1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-rostelecom_rt-sf-1-squashfs-sysupgrade.bin"; + sha256 = "870ce88671520f984745d49e293de2561bb6fd5ced62f7e81535afbff33121a6"; + sha256_unsigned = "9676b3dfbcccf20c4a7d65695f18be416ac360e05dab60da70553ba2a3b5706f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-rostelecom_rt-sf-1-squashfs-factory.img"; + sha256 = "7162ab736b7362bd19b519259d5a6fdaadb83e72512ca20a7135ef7cbae20b7a"; + sha256_unsigned = "7162ab736b7362bd19b519259d5a6fdaadb83e72512ca20a7135ef7cbae20b7a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-rostelecom_rt-sf-1-initramfs-kernel.bin"; + sha256 = "0acd7a9d92b1cb00191689aba12a992989a59e9b5a40e96fb918cf5061d5c775"; + sha256_unsigned = "0acd7a9d92b1cb00191689aba12a992989a59e9b5a40e96fb918cf5061d5c775"; + type = "kernel"; + } + ]; + supported_devices = [ + "rostelecom,rt-sf-1" + ]; + titles = [ + { + model = "RT-SF-1"; + vendor = "Rostelecom"; + } + ]; + }; + samknows_whitebox-v8 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-samknows_whitebox-v8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-samknows_whitebox-v8-squashfs-sysupgrade.bin"; + sha256 = "79b7cb0e9ec67f55fcb85368501ca0eac982b55f86e505f429cac6242a5f6a23"; + sha256_unsigned = "1ad6ee83ece5816d8269c0d946b5cce9f5470482aac42b176d64a2827201fcd0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-samknows_whitebox-v8-initramfs-kernel.bin"; + sha256 = "9b062619c8a615fc4dc7db9fd7c4178c1981e0218401d39ac59ee17d186e5dcb"; + sha256_unsigned = "9b062619c8a615fc4dc7db9fd7c4178c1981e0218401d39ac59ee17d186e5dcb"; + type = "kernel"; + } + ]; + supported_devices = [ + "samknows,whitebox-v8" + "sk-wb8" + ]; + titles = [ + { + model = "Whitebox 8"; + vendor = "SamKnows"; + } + ]; + }; + sercomm_na502 = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-sercomm_na502"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-sercomm_na502-initramfs-kernel.bin"; + sha256 = "b4902d3bddb8319366675c0a3e32e0919de7a131a86a5bc61b1853a47c7cc0e8"; + sha256_unsigned = "b4902d3bddb8319366675c0a3e32e0919de7a131a86a5bc61b1853a47c7cc0e8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-sercomm_na502-squashfs-sysupgrade.bin"; + sha256 = "b7ee6b3ebbf18cd03026c9270cae56fa9e96d3a983963c127c94501f1a7573f1"; + sha256_unsigned = "3ebc32945efc515881be79232a9884a70368afa84bdc789e636584f6c4580f47"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sercomm,na502" + ]; + titles = [ + { + model = "NA502"; + vendor = "SERCOMM"; + } + ]; + }; + sercomm_na502s = { + device_packages = [ + "kmod-mt76x2" + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-serial" + "kmod-usb-serial-xr_usb_serial_common" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-sercomm_na502s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-sercomm_na502s-squashfs-sysupgrade.bin"; + sha256 = "29c9194d9fceff5f805db75aa027a016549538338d24ec9b7d630aeeb25a1afc"; + sha256_unsigned = "02fef7f2fd71c3454c689ba82245c1bb8eb072b9a9c0bf553eb5e35f3e49860b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-sercomm_na502s-initramfs-kernel.bin"; + sha256 = "4ad9248de689dd68d83e386ae572425f76a4cb9740895e1bae6b7ac67e6de026"; + sha256_unsigned = "4ad9248de689dd68d83e386ae572425f76a4cb9740895e1bae6b7ac67e6de026"; + type = "kernel"; + } + ]; + supported_devices = [ + "sercomm,na502s" + ]; + titles = [ + { + model = "NA502S"; + vendor = "SERCOMM"; + } + ]; + }; + sim_simax1800t = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-sim_simax1800t"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-sim_simax1800t-initramfs-kernel.bin"; + sha256 = "6d495078b70ad08f8180c5fa69eb73a594611d332210bb2eb622bd8c5606c5cf"; + sha256_unsigned = "6d495078b70ad08f8180c5fa69eb73a594611d332210bb2eb622bd8c5606c5cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-sim_simax1800t-squashfs-sysupgrade.bin"; + sha256 = "66270c4b8e16b5e07b7ba81b99bd94ab28d7b89ad383710a5968f71105f54de4"; + sha256_unsigned = "a02fb286e565692e88952b4cf361311e7e9e9a5932a4f67a3365ba90aff96164"; + type = "sysupgrade"; + } + { + name = "openwrt-23.05.0-ramips-mt7621-sim_simax1800t-initramfs-factory.bin"; + sha256 = "8dd08d7a56e9e950037b64c90347e2454435ed2b83502826f6ddd28df8a237a9"; + sha256_unsigned = "8dd08d7a56e9e950037b64c90347e2454435ed2b83502826f6ddd28df8a237a9"; + type = "initramfs-factory.bin"; + } + ]; + supported_devices = [ + "sim,simax1800t" + ]; + titles = [ + { + model = "SIMAX1800T"; + vendor = "SIM"; + } + ]; + }; + snr_snr-cpe-me1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x0e" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-snr_snr-cpe-me1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-snr_snr-cpe-me1-squashfs-sysupgrade.bin"; + sha256 = "aa342301009883f3cfd11d8616ac70429a590587b0c689f789ef6a76f09da176"; + sha256_unsigned = "81b91e06b24c51f5a62d1681a538ee8173ccd4e361ff648705b285f91f20ac44"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-snr_snr-cpe-me1-initramfs-kernel.bin"; + sha256 = "62ce4b047885f53b8ee4f8de9ad618342c5990387c4cdd96a48b6b6eed1595df"; + sha256_unsigned = "62ce4b047885f53b8ee4f8de9ad618342c5990387c4cdd96a48b6b6eed1595df"; + type = "kernel"; + } + ]; + supported_devices = [ + "snr,snr-cpe-me1" + ]; + titles = [ + { + model = "SNR-CPE-ME1"; + vendor = "SNR"; + } + ]; + }; + snr_snr-cpe-me2-lite = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-snr_snr-cpe-me2-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-snr_snr-cpe-me2-lite-initramfs-kernel.bin"; + sha256 = "70fa93f10887d2ef2cc21c652d5d37bb7dae8d0187c5fb27ffe93c80f190fec8"; + sha256_unsigned = "70fa93f10887d2ef2cc21c652d5d37bb7dae8d0187c5fb27ffe93c80f190fec8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-snr_snr-cpe-me2-lite-squashfs-sysupgrade.bin"; + sha256 = "a011c484671d4021c700b7f9f41483779305f604e1b7429b3a6ac4b596bc6c14"; + sha256_unsigned = "f219055069dd24f46bfe4c948acb0fbb8a40e666e2b81586ccecc4d89674f3c7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "snr,snr-cpe-me2-lite" + ]; + titles = [ + { + model = "SNR-CPE-ME2-Lite"; + vendor = "SNR"; + } + ]; + }; + snr_snr-cpe-me2-sfp = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-sfp" + "kmod-usb-ledtrig-usbport" + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-snr_snr-cpe-me2-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-snr_snr-cpe-me2-sfp-squashfs-sysupgrade.bin"; + sha256 = "eefc3dbe5b6d4d97b3f69fa1adadcace3d5c2cf6acc6e6f05c08147aae0708dc"; + sha256_unsigned = "c1f7a0aaf25a6d3e8a8d86e443d7296d394361fa637294e2e594668799fad700"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-snr_snr-cpe-me2-sfp-initramfs-kernel.bin"; + sha256 = "a274686998dc1cceb9b4c6a12eb21228b719f5b63f4b05bf464f5d7ec9c45d9b"; + sha256_unsigned = "a274686998dc1cceb9b4c6a12eb21228b719f5b63f4b05bf464f5d7ec9c45d9b"; + type = "kernel"; + } + ]; + supported_devices = [ + "snr,snr-cpe-me2-sfp" + ]; + titles = [ + { + model = "SNR-CPE-ME2-SFP"; + vendor = "SNR"; + } + ]; + }; + storylink_sap-g3200u3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-storylink_sap-g3200u3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-storylink_sap-g3200u3-initramfs-kernel.bin"; + sha256 = "a7d8de8f5ee8943cde234b54a4d28c523977def17871c68f903261c9956785ce"; + sha256_unsigned = "a7d8de8f5ee8943cde234b54a4d28c523977def17871c68f903261c9956785ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-storylink_sap-g3200u3-squashfs-sysupgrade.bin"; + sha256 = "6a0e0e4a61ff0ca6861ab5292b9818af90a17ff499191853562b37c577f71712"; + sha256_unsigned = "a2f23b0243aaedf9663dd672a1ba7077938ebc33c38744ffbe5a8669b6aa8c0a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "storylink,sap-g3200u3" + "sap-g3200u3" + ]; + titles = [ + { + model = "SAP-G3200U3"; + vendor = "STORYLiNK"; + } + ]; + }; + telco-electronics_x1 = { + device_packages = [ + "kmod-usb3" + "kmod-mt76" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-telco-electronics_x1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"; + sha256 = "6b5af3de9ebb950eb0c7a4591bcc727b46676b7e5b3b2acdbe7273cacbc12f16"; + sha256_unsigned = "a1d75c80a6504b9eced19817c3859740556ddd81b184ac6908fe4a753a680e6d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-telco-electronics_x1-initramfs-kernel.bin"; + sha256 = "9302ad4e05202f0d06bc6b37225e5c5e021322093ad8ce1010b16be9e87b4371"; + sha256_unsigned = "9302ad4e05202f0d06bc6b37225e5c5e021322093ad8ce1010b16be9e87b4371"; + type = "kernel"; + } + ]; + supported_devices = [ + "telco-electronics,x1" + ]; + titles = [ + { + model = "X1"; + vendor = "Telco Electronics"; + } + ]; + }; + tenbay_t-mb5eu-v01 = { + device_packages = [ + "kmod-mt7915-firmware" + "kmod-usb3" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tenbay_t-mb5eu-v01"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tenbay_t-mb5eu-v01-squashfs-sysupgrade.bin"; + sha256 = "70143cd752805839ce81de1d8e05d6798990ae20280bfea4c705b6e318abdefe"; + sha256_unsigned = "4a263e245fe8e85e78b53ae3632294008b5eb034e0f3ba59d6b737be6452bf1d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tenbay_t-mb5eu-v01-initramfs-kernel.bin"; + sha256 = "e980ee1feef4111ba9e78851471cbd54ff59d6b463040b00f77bea34056d6551"; + sha256_unsigned = "e980ee1feef4111ba9e78851471cbd54ff59d6b463040b00f77bea34056d6551"; + type = "kernel"; + } + ]; + supported_devices = [ + "tenbay,t-mb5eu-v01" + "mt7621-dm2-t-mb5eu-v01-nor" + ]; + titles = [ + { + model = "T-MB5EU-V01"; + vendor = "Tenbay"; + } + ]; + }; + thunder_timecloud = { + device_packages = [ + "kmod-usb3" + "-wpad-basic-mbedtls" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-thunder_timecloud"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-thunder_timecloud-squashfs-sysupgrade.bin"; + sha256 = "c9cd612eb2f7a3c60e75001b8968a94941c1497966000255dac1a44f58b90a2b"; + sha256_unsigned = "90cd5217bc3346736d56c8c7af6de1f4b3097fbc123eea6d1f8b98b80f13603e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-thunder_timecloud-initramfs-kernel.bin"; + sha256 = "5d3b3f5753055239baa528d6a76629842742fd3d2ac02a4d06f4c22dff6dac78"; + sha256_unsigned = "5d3b3f5753055239baa528d6a76629842742fd3d2ac02a4d06f4c22dff6dac78"; + type = "kernel"; + } + ]; + supported_devices = [ + "thunder,timecloud" + "timecloud" + ]; + titles = [ + { + model = "Timecloud"; + vendor = "Thunder"; + } + ]; + }; + totolink_a7000r = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-totolink_a7000r"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-totolink_a7000r-initramfs-kernel.bin"; + sha256 = "ff6e61294b6973d78551cdd216caf4dd7a43ad196d36060f76b813455b355510"; + sha256_unsigned = "ff6e61294b6973d78551cdd216caf4dd7a43ad196d36060f76b813455b355510"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-totolink_a7000r-squashfs-sysupgrade.bin"; + sha256 = "524ca85a973deaacfa32233f559873ba3bde116ac12facdc22a26f1c1d814563"; + sha256_unsigned = "6f63a741acd6c66c68d2f0845f79121f68cb2482475fdc2ed2a1f54b470fc101"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a7000r" + ]; + titles = [ + { + model = "A7000R"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_x5000r = { + device_packages = [ + "kmod-mt7915-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-totolink_x5000r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-totolink_x5000r-squashfs-sysupgrade.bin"; + sha256 = "3b3f127c85a418964c8c9ca1301bdc50fbf874b772547099551f72cf54212244"; + sha256_unsigned = "28f9e2d2c4d9bfa1034fbf63d243dea013b403f77f9ec9e6d85bd73a9245daca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-totolink_x5000r-initramfs-kernel.bin"; + sha256 = "8ca21ed46040c039b1cd3d9016f9296429810fbd84471800e8fd445b4f6a7ba0"; + sha256_unsigned = "8ca21ed46040c039b1cd3d9016f9296429810fbd84471800e8fd445b4f6a7ba0"; + type = "kernel"; + } + ]; + supported_devices = [ + "totolink,x5000r" + ]; + titles = [ + { + model = "X5000R"; + vendor = "TOTOLINK"; + } + ]; + }; + tozed_zlt-s12-pro = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "comgt-ncm" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tozed_zlt-s12-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tozed_zlt-s12-pro-initramfs-kernel.bin"; + sha256 = "90ff5afb633b918f63de0c46339973fe848de198961e1cfa2dfee87c6665840c"; + sha256_unsigned = "90ff5afb633b918f63de0c46339973fe848de198961e1cfa2dfee87c6665840c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tozed_zlt-s12-pro-squashfs-sysupgrade.bin"; + sha256 = "bd21364a71f3b736f50e0bf94691ef6e059a0bff5d613dcc73cf4cb53c7745a0"; + sha256_unsigned = "e73015fb04a20cc0049d67439aa0801145ff52ac3ffbd9d21f9df482ee703aa4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tozed,zlt-s12-pro" + ]; + titles = [ + { + model = "ZLT S12 PRO"; + vendor = "TOZED"; + } + ]; + }; + tplink_archer-a6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tplink_archer-a6-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_archer-a6-v3-squashfs-sysupgrade.bin"; + sha256 = "84089552a5609b92011bf6176c8076f1b93daa9e5d1d7adb4aacec36978def20"; + sha256_unsigned = "4caec523377fe64531b5b109fabdad24ed8cd73197ad464242eb6c5ac32c7135"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_archer-a6-v3-squashfs-factory.bin"; + sha256 = "f74ebcc1b086318ca0b9ff7e71fc9a0a71acb955e304bf1fa7eb074812b5c8ab"; + sha256_unsigned = "f74ebcc1b086318ca0b9ff7e71fc9a0a71acb955e304bf1fa7eb074812b5c8ab"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_archer-a6-v3-initramfs-kernel.bin"; + sha256 = "f7553f6fad4d451b80d5cd27f3f51fb61e844701ccd55b2fd09b8d44f758727a"; + sha256_unsigned = "f7553f6fad4d451b80d5cd27f3f51fb61e844701ccd55b2fd09b8d44f758727a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-a6-v3" + ]; + titles = [ + { + model = "Archer A6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-ax23-v1 = { + device_packages = [ + "kmod-mt7915-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tplink_archer-ax23-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_archer-ax23-v1-initramfs-kernel.bin"; + sha256 = "e4dd426d153fec814180e9b0942d1b190b1900c07324fad22d06747ced897f48"; + sha256_unsigned = "e4dd426d153fec814180e9b0942d1b190b1900c07324fad22d06747ced897f48"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_archer-ax23-v1-squashfs-sysupgrade.bin"; + sha256 = "1d213be513b290674603cc477c318552b68a738ce8512b8e74da71a57d7376f2"; + sha256_unsigned = "4df4047d55666884035aa1593c9329097ca6c23d7cc4e283c395199b47addb0f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_archer-ax23-v1-squashfs-factory.bin"; + sha256 = "d3b7f20b39c07ccdc092d32cdc0770dae281b91d782980efa37448a3b6c61bbb"; + sha256_unsigned = "d3b7f20b39c07ccdc092d32cdc0770dae281b91d782980efa37448a3b6c61bbb"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,archer-ax23-v1" + ]; + titles = [ + { + model = "Archer AX23"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tplink_archer-c6-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_archer-c6-v3-squashfs-factory.bin"; + sha256 = "c4cd026b9a2a345fcee6e94356ba4a525e6981d3a15b09f6f7e64572149c4b64"; + sha256_unsigned = "c4cd026b9a2a345fcee6e94356ba4a525e6981d3a15b09f6f7e64572149c4b64"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_archer-c6-v3-squashfs-sysupgrade.bin"; + sha256 = "f6849a2c05813077b51b3448b435a1b976bc26fd0022b9109afdd2b9714eb11e"; + sha256_unsigned = "c86df50d0b246a427fe93e57b0c1c68a2c8c1f4ef0fa0d9bb112f3ebb43f0195"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_archer-c6-v3-initramfs-kernel.bin"; + sha256 = "47824c4ad288da35cbc1c6d2dabeb64ebe76b1a2981610ea64c11198cd98a8d7"; + sha256_unsigned = "47824c4ad288da35cbc1c6d2dabeb64ebe76b1a2981610ea64c11198cd98a8d7"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6-v3" + ]; + titles = [ + { + model = "Archer C6"; + variant = "V3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c6u-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tplink_archer-c6u-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_archer-c6u-v1-squashfs-sysupgrade.bin"; + sha256 = "7a1b7a61f9d9df96b5596ccdcf1906e0fa55a0cea4446e460120dbe9d83e83ce"; + sha256_unsigned = "6e18699231418ac0665290389514985a97e866f9df0363e8d971602f89790ee5"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_archer-c6u-v1-squashfs-factory.bin"; + sha256 = "b900e9bc33a5d58faef8f1b1f69770504092453da436fb0c91704c1ba6096984"; + sha256_unsigned = "b900e9bc33a5d58faef8f1b1f69770504092453da436fb0c91704c1ba6096984"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_archer-c6u-v1-initramfs-kernel.bin"; + sha256 = "2dc8e886a4c8afe8df2474ba4d62e3122877c31d0d8cd1797bfd70ce76154ab9"; + sha256_unsigned = "2dc8e886a4c8afe8df2474ba4d62e3122877c31d0d8cd1797bfd70ce76154ab9"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,archer-c6u-v1" + ]; + titles = [ + { + model = "Archer C6U"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_deco-m4r-v4 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tplink_deco-m4r-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_deco-m4r-v4-squashfs-sysupgrade.bin"; + sha256 = "8a1a50a502e3bac294c69d6daeeffc162366d11c2e5180133a08a8488e27d094"; + sha256_unsigned = "4d6ae93ebb7f213b695219a73e1ca915bc9d5b62b3588b8eaec9ebd9d263133e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_deco-m4r-v4-initramfs-kernel.bin"; + sha256 = "a5e295316b8c90925f4cc05b9bc263e7370ca21002483d286eff1c10349b5844"; + sha256_unsigned = "a5e295316b8c90925f4cc05b9bc263e7370ca21002483d286eff1c10349b5844"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_deco-m4r-v4-squashfs-factory.bin"; + sha256 = "dc69c7b3d3cea5cfad662333882b36b4d54d4cf06017f719cb8de6bea3582d9a"; + sha256_unsigned = "dc69c7b3d3cea5cfad662333882b36b4d54d4cf06017f719cb8de6bea3582d9a"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,deco-m4r-v4" + ]; + titles = [ + { + model = "Deco M4R"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap235-wall-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tplink_eap235-wall-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_eap235-wall-v1-initramfs-kernel.bin"; + sha256 = "1159919519a5dc65ace5c881de1d4c8839e783b571ccf9a1e86e0c19efb71bc4"; + sha256_unsigned = "1159919519a5dc65ace5c881de1d4c8839e783b571ccf9a1e86e0c19efb71bc4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_eap235-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "002a445725659293021b868016fde993ec95532f71710c0208b3486aaf9b73b9"; + sha256_unsigned = "ccd207ddc2ec2428233c2a92dcf1aeb2471125577baf96d529096fb50e163410"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_eap235-wall-v1-squashfs-factory.bin"; + sha256 = "15c6abd656c9936793f8a5a16dc043f11f40e29e2d56f47d6a312a6495151a6f"; + sha256_unsigned = "15c6abd656c9936793f8a5a16dc043f11f40e29e2d56f47d6a312a6495151a6f"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap235-wall-v1" + ]; + titles = [ + { + model = "EAP235-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap613-v1 = { + device_packages = [ + "kmod-mt7915-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tplink_eap613-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_eap613-v1-squashfs-sysupgrade.bin"; + sha256 = "e431fe989deb6984a86979ee9372b9b0297ea4360672054a72e26a1916679d79"; + sha256_unsigned = "cbe69258025d9f91699cfb7177cd35f69f31c30ac78bb6e620383660857ca9c5"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_eap613-v1-initramfs-kernel.bin"; + sha256 = "63c6ebd1d98ee09a38f7e2e057d5ea0f2703caadd54d06a57fd854c74c30d7c9"; + sha256_unsigned = "63c6ebd1d98ee09a38f7e2e057d5ea0f2703caadd54d06a57fd854c74c30d7c9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_eap613-v1-squashfs-factory.bin"; + sha256 = "ade35800e66ad6a3c7a7741959f376fc07c4a02f096867e74a9ea37e97b8cc33"; + sha256_unsigned = "ade35800e66ad6a3c7a7741959f376fc07c4a02f096867e74a9ea37e97b8cc33"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,eap613-v1" + ]; + titles = [ + { + model = "EAP613"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_eap615-wall-v1 = { + device_packages = [ + "kmod-mt7915-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tplink_eap615-wall-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_eap615-wall-v1-squashfs-factory.bin"; + sha256 = "979b9dbb77c6428d4adbf9fd81cf820fe32d19fae52d0168cccfe30962b0d313"; + sha256_unsigned = "979b9dbb77c6428d4adbf9fd81cf820fe32d19fae52d0168cccfe30962b0d313"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_eap615-wall-v1-squashfs-sysupgrade.bin"; + sha256 = "badb81f76eb58ad231b28116c127242354d52995cdbd95fa40e06fccfabcd875"; + sha256_unsigned = "b2843ed2086a3561a2eacf94f34b306c79691fe67bdb97d4d352ed95cc517717"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_eap615-wall-v1-initramfs-kernel.bin"; + sha256 = "75085fb5089fe9cee987eb72dbfc65526ca948c7866c19da40db279c47473432"; + sha256_unsigned = "75085fb5089fe9cee987eb72dbfc65526ca948c7866c19da40db279c47473432"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,eap615-wall-v1" + ]; + titles = [ + { + model = "EAP615-Wall"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_ec330-g5u-v1 = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb-ledtrig-usbport" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tplink_ec330-g5u-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_ec330-g5u-v1-squashfs-factory.bin"; + sha256 = "4f53f1e99249cd4860822a78e41dc66ff2bd4a83a14f7fae8be2dd28784fe379"; + sha256_unsigned = "4f53f1e99249cd4860822a78e41dc66ff2bd4a83a14f7fae8be2dd28784fe379"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_ec330-g5u-v1-squashfs-sysupgrade.bin"; + sha256 = "377fbf9e559cbee1b9a3eba6a7024b904f58ecd547e00b8d916df8b1a5e3bb31"; + sha256_unsigned = "e705cee41bf0509760a8b12f944238568740bde44eed34734b99880bd27b63a7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_ec330-g5u-v1-initramfs-kernel.bin"; + sha256 = "795f3b8d1314abb8278f25d58c77a7db8bf30d939d5d8725ddd2654a610a8c71"; + sha256_unsigned = "795f3b8d1314abb8278f25d58c77a7db8bf30d939d5d8725ddd2654a610a8c71"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,ec330-g5u-v1" + ]; + titles = [ + { + model = "EC330-G5u"; + variant = "v1"; + vendor = "TP-Link"; + } + { + model = "Archer C9ERT"; + vendor = "TP-Link"; + } + ]; + }; + tplink_er605-v2 = { + device_packages = [ + "-wpad-basic-mbedtls" + "kmod-usb3" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tplink_er605-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_er605-v2-initramfs-kernel.bin"; + sha256 = "a195b59038d34a32f7c8384c5b1ebf2bc1145b184632a7e04e7c3b36623655e0"; + sha256_unsigned = "a195b59038d34a32f7c8384c5b1ebf2bc1145b184632a7e04e7c3b36623655e0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_er605-v2-squashfs-sysupgrade.bin"; + sha256 = "96703b10edf040bd1faa8858f5176d6c28085cdcc9c81179d5d3bebc6f1e79db"; + sha256_unsigned = "760a6f28fe329954bb738c70863a704912d1b9152fdcf1d467f868b60ff5311c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,er605-v2" + ]; + titles = [ + { + model = "ER605"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_mr600-v2-eu = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb-net-qmi-wwan" + "uqmi" + "kmod-usb3" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tplink_mr600-v2-eu"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_mr600-v2-eu-initramfs-kernel.bin"; + sha256 = "252be1d93adaa6b84b3be358ceddf90b26541c31379f050691e8694605c33559"; + sha256_unsigned = "252be1d93adaa6b84b3be358ceddf90b26541c31379f050691e8694605c33559"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_mr600-v2-eu-squashfs-sysupgrade.bin"; + sha256 = "c78ee19ab5092b2a022c0cc501d7e0747683754204493b53cf4d2d1aee450da1"; + sha256_unsigned = "650ae21c09d01812c2ec11bfa9d4b9d987a20fcbfd91d6cb4e8c88935ce0f520"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_mr600-v2-eu-squashfs-factory.bin"; + sha256 = "d43b6a3dfa11d612cbbf447f815be48d4aba557c78cb448f9fcda999733f7b65"; + sha256_unsigned = "d43b6a3dfa11d612cbbf447f815be48d4aba557c78cb448f9fcda999733f7b65"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,mr600-v2-eu" + ]; + titles = [ + { + model = "MR600"; + variant = "v2 (EU)"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re350-v1 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tplink_re350-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_re350-v1-initramfs-kernel.bin"; + sha256 = "4e9591a8f6432c52f9d8536d68bd95a6c02366bc403d32a85d790a56bfe968c5"; + sha256_unsigned = "4e9591a8f6432c52f9d8536d68bd95a6c02366bc403d32a85d790a56bfe968c5"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re350-v1" + "re350-v1" + ]; + titles = [ + { + model = "RE350"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re500-v1 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tplink_re500-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_re500-v1-initramfs-kernel.bin"; + sha256 = "4df5d5ffe673af1577c0532402ade175371894ed2d5e7da066b853b93dccdef7"; + sha256_unsigned = "4df5d5ffe673af1577c0532402ade175371894ed2d5e7da066b853b93dccdef7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_re500-v1-squashfs-factory.bin"; + sha256 = "ca1a55d6d5e531092ce2edf43bac475bb75f6fa74d4582bbabb1932695fa4e1f"; + sha256_unsigned = "ca1a55d6d5e531092ce2edf43bac475bb75f6fa74d4582bbabb1932695fa4e1f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_re500-v1-squashfs-sysupgrade.bin"; + sha256 = "85585a9ac8f434451818c524dc0d7865247d8eb3bff578b02ed7d90af8827cdc"; + sha256_unsigned = "8626a454ccdee737f1723ae24451bb7b96396cfd786f6b21b47188b0c2490413"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re500-v1" + ]; + titles = [ + { + model = "RE500"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v1 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tplink_re650-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_re650-v1-initramfs-kernel.bin"; + sha256 = "bc20e91d08cd809bf6761c5a63497abfe081fc1ed3fc2052c65118d1d5cfec14"; + sha256_unsigned = "bc20e91d08cd809bf6761c5a63497abfe081fc1ed3fc2052c65118d1d5cfec14"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_re650-v1-squashfs-sysupgrade.bin"; + sha256 = "8be90fb484546157b0b9188e287a87f8d7933da4ded791ce3b9230316056874a"; + sha256_unsigned = "bf284619c7fae1e72a5a30fe5d03cdffee8249ced16e0fa45150634aee31146c"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_re650-v1-squashfs-factory.bin"; + sha256 = "abf465cd0482c0e1db991fbbb04d61c3ce49760ddaf307e4ed995a9fff6a8531"; + sha256_unsigned = "abf465cd0482c0e1db991fbbb04d61c3ce49760ddaf307e4ed995a9fff6a8531"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re650-v1" + ]; + titles = [ + { + model = "RE650"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re650-v2 = { + device_packages = [ + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tplink_re650-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_re650-v2-squashfs-factory.bin"; + sha256 = "27281dd3a4be86377ad4b4772f49549bff7d12515c5dbddf63e53a0fbb99759e"; + sha256_unsigned = "27281dd3a4be86377ad4b4772f49549bff7d12515c5dbddf63e53a0fbb99759e"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_re650-v2-initramfs-kernel.bin"; + sha256 = "86febd22c7939cf229e511557f1808779f6a7c206be2f6e7108c38a715d2ddc2"; + sha256_unsigned = "86febd22c7939cf229e511557f1808779f6a7c206be2f6e7108c38a715d2ddc2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_re650-v2-squashfs-sysupgrade.bin"; + sha256 = "a5b8047417f185ee5f29719d33df5af4fd0a36660e2030dd97b207e4bb7a6d13"; + sha256_unsigned = "b9c30e7b8e155a0ea8aa397acc8b2b44a5b5c34496e73ffe6e02bac95bcb2bac"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re650-v2" + ]; + titles = [ + { + model = "RE650"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wpa8631p-v3 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-tplink_tl-wpa8631p-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_tl-wpa8631p-v3-initramfs-kernel.bin"; + sha256 = "5cb26934ae47fb1913b7ebb30cb2764484638b379b3a14f0ed4bfad3ee4c9760"; + sha256_unsigned = "5cb26934ae47fb1913b7ebb30cb2764484638b379b3a14f0ed4bfad3ee4c9760"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_tl-wpa8631p-v3-squashfs-sysupgrade.bin"; + sha256 = "475d777a73110088316ab210005e9740c46f89091b6b32d41a77e99b20e3666e"; + sha256_unsigned = "5afac095e8942e26e4df4954a3c83ec2d9e90cb8616eb6906ddc5515d435c04f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-tplink_tl-wpa8631p-v3-squashfs-factory.bin"; + sha256 = "3a1e9376766690c1f3b079563a767efb45cd776a0aae3a1cb0e1d2a0fe49fdff"; + sha256_unsigned = "3a1e9376766690c1f3b079563a767efb45cd776a0aae3a1cb0e1d2a0fe49fdff"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,tl-wpa8631p-v3" + ]; + titles = [ + { + model = "TL-WPA8631P"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + ubnt_edgerouter-x = { + device_packages = [ + "-wpad-basic-mbedtls" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-ubnt_edgerouter-x"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-ubnt_edgerouter-x-initramfs-kernel.bin"; + sha256 = "1e74c4b6c1777a5f78e67edf4680177e1203fcc4d6cfd0ff5098ba2d9c2c5194"; + sha256_unsigned = "1e74c4b6c1777a5f78e67edf4680177e1203fcc4d6cfd0ff5098ba2d9c2c5194"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-ubnt_edgerouter-x-squashfs-sysupgrade.bin"; + sha256 = "3b4a3daf9492f96da25e0029d2273a939875baf27745834649fdce495709053b"; + sha256_unsigned = "9384f19d747fea86259bf9990cc39e1ead974ce5ff298d5c35d3f127b2f1d620"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x" + "ubnt-erx" + "ubiquiti,edgerouterx" + ]; + titles = [ + { + model = "EdgeRouter X"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_edgerouter-x-sfp = { + device_packages = [ + "-wpad-basic-mbedtls" + "-uboot-envtools" + "kmod-i2c-algo-pca" + "kmod-gpio-pca953x" + "kmod-sfp" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-ubnt_edgerouter-x-sfp"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-sysupgrade.bin"; + sha256 = "c400aec50d6c25261eb23f7f572aa62c457ffaba6d12ee7579a671f09938924c"; + sha256_unsigned = "2fc62d2efc2daaae5197883435cef007b4a3ed8d6ec52d72fad9b84ad2db6fc9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-ubnt_edgerouter-x-sfp-initramfs-kernel.bin"; + sha256 = "f7720899eab8af599a25afa1f18aabf9efb62434a1b0497174048f4a13a6acc7"; + sha256_unsigned = "f7720899eab8af599a25afa1f18aabf9efb62434a1b0497174048f4a13a6acc7"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,edgerouter-x-sfp" + "ubnt-erx-sfp" + "ubiquiti,edgerouterx-sfp" + ]; + titles = [ + { + model = "EdgeRouter X SFP"; + vendor = "Ubiquiti"; + } + { + model = "EdgePoint R6"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-6-lite = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7915-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-ubnt_unifi-6-lite"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-ubnt_unifi-6-lite-initramfs-kernel.bin"; + sha256 = "86728f43afb4e0db958fb404639cd5487a34e339c7e8d2cb43c5920b2b67c955"; + sha256_unsigned = "86728f43afb4e0db958fb404639cd5487a34e339c7e8d2cb43c5920b2b67c955"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-ubnt_unifi-6-lite-squashfs-sysupgrade.bin"; + sha256 = "8a2f5b15073bb91259e1ac31f37e62abd1421f1cb248d5aa3a9177b272a3cab7"; + sha256_unsigned = "874a3daee919ad78d701c487cddb90321c10e3e1f3d586b819d4d9e91bbbf8d7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-6-lite" + ]; + titles = [ + { + model = "UniFi 6 Lite"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-flexhd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615-firmware" + "kmod-leds-ubnt-ledbar" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-ubnt_unifi-flexhd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-ubnt_unifi-flexhd-squashfs-sysupgrade.bin"; + sha256 = "799fe03e6586e93cecd8d3620284bec335c3a4a88ef0f02e5a9521d80a2a1dfa"; + sha256_unsigned = "c290652109d9348f8b7f6c0aeca0469dbf406b020d92cc917fb26b33a34f1d45"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-ubnt_unifi-flexhd-initramfs-kernel.bin"; + sha256 = "08be8609eeefeb2fb40257b93110a48106ba1204303ef0d17389cb528d53f750"; + sha256_unsigned = "08be8609eeefeb2fb40257b93110a48106ba1204303ef0d17389cb528d53f750"; + type = "kernel"; + } + ]; + supported_devices = [ + "ubnt,unifi-flexhd" + ]; + titles = [ + { + model = "UniFi FlexHD"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_unifi-nanohd = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-ubnt_unifi-nanohd"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-ubnt_unifi-nanohd-initramfs-kernel.bin"; + sha256 = "285eb40f14ea43779407340c463ad086e13326bd1f6189dad298fa08d3b87cf8"; + sha256_unsigned = "285eb40f14ea43779407340c463ad086e13326bd1f6189dad298fa08d3b87cf8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-ubnt_unifi-nanohd-squashfs-sysupgrade.bin"; + sha256 = "9b7ed0af4bc237f2c894e14f48f13d04d9feeff6fb6a2498c97a70af11666239"; + sha256_unsigned = "357270ba424d967ac0c814fbd20ec3dca59cb78a9112f1daa4a4f4550d788e6e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,unifi-nanohd" + ]; + titles = [ + { + model = "UniFi nanoHD"; + vendor = "Ubiquiti"; + } + ]; + }; + ubnt_usw-flex = { + device_packages = [ + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-ubnt_usw-flex"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-ubnt_usw-flex-initramfs-kernel.bin"; + sha256 = "78ae34ccb612b52f6cd39334e7807013d340542b31f1419a899c15f39817a85f"; + sha256_unsigned = "78ae34ccb612b52f6cd39334e7807013d340542b31f1419a899c15f39817a85f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-ubnt_usw-flex-squashfs-sysupgrade.bin"; + sha256 = "d81202b49f7bcee36acc332b1ae1a148334fb2133fcc883ce671f7376c4d4c0a"; + sha256_unsigned = "cde6ab9299b9ebb0db3eef5f14e8ac5ec7708a7fe543e9fe4a64a950153f8dfd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "ubnt,usw-flex" + ]; + titles = [ + { + model = "UniFi Switch Flex"; + vendor = "Ubiquiti"; + } + ]; + }; + unielec_u7621-01-16m = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-unielec_u7621-01-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-unielec_u7621-01-16m-squashfs-sysupgrade.bin"; + sha256 = "18dcb34de959809387c05e2b69f1e423f326921f724d0bc455e6cc4fa46cb735"; + sha256_unsigned = "aeeed196ac5ec8f3001c2661b4d679d29e487fd34656c9323ca933a42e6144ca"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-unielec_u7621-01-16m-initramfs-kernel.bin"; + sha256 = "dcc6b7a8b84391fdcf28eef6a23582098a148b6b301e0e383f8d654e387de79f"; + sha256_unsigned = "dcc6b7a8b84391fdcf28eef6a23582098a148b6b301e0e383f8d654e387de79f"; + type = "kernel"; + } + ]; + supported_devices = [ + "unielec,u7621-01-16m" + ]; + titles = [ + { + model = "U7621-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-mbedtls" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-unielec_u7621-06-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-unielec_u7621-06-16m-initramfs-kernel.bin"; + sha256 = "3a2b371e919acfc2661fbfc96b924a4df4044b23fbc0fae4e784d2950b210d7f"; + sha256_unsigned = "3a2b371e919acfc2661fbfc96b924a4df4044b23fbc0fae4e784d2950b210d7f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-unielec_u7621-06-16m-squashfs-sysupgrade.bin"; + sha256 = "343e50eee101f9228dafac3e9f19c3ff2b9bb078278aa20109607fb6951d9d76"; + sha256_unsigned = "d69a4eee0c1141d505dfff23194eacd19b94e5ab5d85f9c497b0da0e26031a44"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-16m" + "u7621-06-256M-16M" + "unielec,u7621-06-256m-16m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-32m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-mbedtls" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-unielec_u7621-06-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-unielec_u7621-06-32m-initramfs-kernel.bin"; + sha256 = "27730c5c6df523b3ab76b0bc4a6d414a89a76b87237e25febaf67a7a31d05fe4"; + sha256_unsigned = "27730c5c6df523b3ab76b0bc4a6d414a89a76b87237e25febaf67a7a31d05fe4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-unielec_u7621-06-32m-squashfs-sysupgrade.bin"; + sha256 = "e8139b5d5e630792ed2a641757d82654dedf35128f557bbaa9a9847b69c5f5d7"; + sha256_unsigned = "fe0779f6c4b83865afc402007c057c71990c10eab3d27f9a272fe4175bd309bb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-32m" + "unielec,u7621-06-32m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "32M"; + vendor = "UniElec"; + } + ]; + }; + unielec_u7621-06-64m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-mbedtls" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-unielec_u7621-06-64m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-unielec_u7621-06-64m-initramfs-kernel.bin"; + sha256 = "c500d8269602d2b16cee5c400a190d7f8c3c9ed61f7b72f3cbb25dcab2306e3e"; + sha256_unsigned = "c500d8269602d2b16cee5c400a190d7f8c3c9ed61f7b72f3cbb25dcab2306e3e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-unielec_u7621-06-64m-squashfs-sysupgrade.bin"; + sha256 = "cd7e0a46053690306cc9c1a34ff0d347772cd9a2113c55ac4f87d8a91d6fb2d0"; + sha256_unsigned = "272b41f5f4a2e4e8867b1cb7e9d13a47f9f2ae679c6a39787ecbd84f3ec146fe"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7621-06-64m" + "unielec,u7621-06-512m-64m" + ]; + titles = [ + { + model = "U7621-06"; + variant = "64M"; + vendor = "UniElec"; + } + ]; + }; + wavlink_wl-wn531a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615-firmware" + "kmod-usb3" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-wavlink_wl-wn531a6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-wavlink_wl-wn531a6-squashfs-sysupgrade.bin"; + sha256 = "8524757ec0e55e2835a3de3b98bbbd19d062fe80a861a8dd18bd45d5194dd303"; + sha256_unsigned = "54976849a386433b7273344053c059a573687317f2bf0a75c74110e97c5015f0"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-wavlink_wl-wn531a6-initramfs-kernel.bin"; + sha256 = "ced5408135de19f5c5eebe730fab56cb7dd7b51c8f5402e3ca3afd728927aa08"; + sha256_unsigned = "ced5408135de19f5c5eebe730fab56cb7dd7b51c8f5402e3ca3afd728927aa08"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a6" + ]; + titles = [ + { + model = "WL-WN531A6"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn533a8 = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-wavlink_wl-wn533a8"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-wavlink_wl-wn533a8-initramfs-WN533A8-kernel.bin"; + sha256 = "13ba416cef53c6760b56ac56339666e8aec678354ef2ff90875c2a1e13c366c2"; + sha256_unsigned = "13ba416cef53c6760b56ac56339666e8aec678354ef2ff90875c2a1e13c366c2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-wavlink_wl-wn533a8-squashfs-sysupgrade.bin"; + sha256 = "f93f43efa24cd9ca40f8b49be67ece04f62a5b0b0d26a90f5938dde2bd33e0c1"; + sha256_unsigned = "bec0293054cd07cef48ae27ccc9436bd5ed755f02295e653a912636821651acb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn533a8" + ]; + titles = [ + { + model = "WL-WN533A8"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_ws-wn572hp3-4g = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-net-rndis" + "comgt-ncm" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-wavlink_ws-wn572hp3-4g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-wavlink_ws-wn572hp3-4g-initramfs-kernel.bin"; + sha256 = "cb0f5fe062b4dc7f142c293d670b53e5dec0030383d1797f36e962291d26b1a8"; + sha256_unsigned = "cb0f5fe062b4dc7f142c293d670b53e5dec0030383d1797f36e962291d26b1a8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-wavlink_ws-wn572hp3-4g-squashfs-sysupgrade.bin"; + sha256 = "938df633bd6c5fae16c6c946c6a5cffdc01bab5036d89da1bca2a63d8640382c"; + sha256_unsigned = "072bfe09e48f0d808140eb7d0a70ecca97fd94a862bd4ebb3d4e64fd1e9d9873"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,ws-wn572hp3-4g" + ]; + titles = [ + { + model = "WS-WN572HP3"; + variant = "4G"; + vendor = "Wavlink"; + } + ]; + }; + wevo_11acnas = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-wevo_11acnas"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-wevo_11acnas-initramfs-kernel.bin"; + sha256 = "984d2e183336030f6cba5bfd46d20809924719aff6153149ab64514feb8827cc"; + sha256_unsigned = "984d2e183336030f6cba5bfd46d20809924719aff6153149ab64514feb8827cc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-wevo_11acnas-squashfs-sysupgrade.bin"; + sha256 = "2e31fc17ba5924c7dc258e4fcef7af4afcaa5e149a1a4742fa983f0796c07a89"; + sha256_unsigned = "31dc242703022fb9916eb65c19a998df851c0de9cd9d0bf17ac66e6e48981836"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wevo,11acnas" + "11acnas" + ]; + titles = [ + { + model = "11AC NAS Router"; + vendor = "WeVO"; + } + ]; + }; + wevo_w2914ns-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-wevo_w2914ns-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-wevo_w2914ns-v2-squashfs-sysupgrade.bin"; + sha256 = "dfff75a2ecef754c803114be78f2888945103460947d08ebd311cdade1afb65b"; + sha256_unsigned = "1307b9f05f31d720986b1d55ec91f2ec81b241455aa9cb60fbf5e3e292a7e538"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-wevo_w2914ns-v2-initramfs-kernel.bin"; + sha256 = "634bb6491eca25a269e5287e2081c2209fe43339449d5b814e03390be9d7f4bb"; + sha256_unsigned = "634bb6491eca25a269e5287e2081c2209fe43339449d5b814e03390be9d7f4bb"; + type = "kernel"; + } + ]; + supported_devices = [ + "wevo,w2914ns-v2" + "w2914nsv2" + ]; + titles = [ + { + model = "W2914NS"; + variant = "v2"; + vendor = "WeVO"; + } + ]; + }; + wifire_s1500-nbn = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb3" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-wifire_s1500-nbn"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-wifire_s1500-nbn-squashfs-sysupgrade.bin"; + sha256 = "112b3b45b1c6ac2e6a93b98d14e277145d1b3b012007a490686519e1ae6fc275"; + sha256_unsigned = "f76fc5a26c4cf14d2248161c23f89ef64900be97cc9b6fbc0ecf848ea4e2a526"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-wifire_s1500-nbn-squashfs-factory.img"; + sha256 = "ea00191b7500a5dc3d44c631b7528adc110eb09e2a111241765df078bea25edd"; + sha256_unsigned = "ea00191b7500a5dc3d44c631b7528adc110eb09e2a111241765df078bea25edd"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-wifire_s1500-nbn-initramfs-kernel.bin"; + sha256 = "a2d63fdff407293c24faa9ed07929feb998e1d7374f2abf7be5eccfcd3fa7da7"; + sha256_unsigned = "a2d63fdff407293c24faa9ed07929feb998e1d7374f2abf7be5eccfcd3fa7da7"; + type = "kernel"; + } + ]; + supported_devices = [ + "wifire,s1500-nbn" + ]; + titles = [ + { + model = "S1500.NBN"; + vendor = "WiFire"; + } + { + model = "S1500 BUC"; + vendor = "Sercomm"; + } + ]; + }; + winstars_ws-wn583a6 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-winstars_ws-wn583a6"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-winstars_ws-wn583a6-squashfs-sysupgrade.bin"; + sha256 = "e6d05d74732e9d07eff74391d0d43ac1cc713c769b3283f753fe505c3f27208e"; + sha256_unsigned = "677257aebe271429ffdb95b7b8dd12e8b515aefaaa21ad100b3d2d69bcd5859b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-winstars_ws-wn583a6-initramfs-WN583A6-kernel.bin"; + sha256 = "e190b71f105781bc34279de9ea908d3082630c52cffb7d82763a95f658a348a7"; + sha256_unsigned = "e190b71f105781bc34279de9ea908d3082630c52cffb7d82763a95f658a348a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "winstars,ws-wn583a6" + ]; + titles = [ + { + model = "WS-WN583A6"; + vendor = "Winstars"; + } + { + model = "AC2100"; + vendor = "Gemeita"; + } + ]; + }; + xiaomi_mi-router-3-pro = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-3-pro"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-3-pro-initramfs-kernel.bin"; + sha256 = "eb705e47beb05e4ba4bf008bde97522dd5d17686f6dd28d7cd9d42bbffcece8a"; + sha256_unsigned = "eb705e47beb05e4ba4bf008bde97522dd5d17686f6dd28d7cd9d42bbffcece8a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-sysupgrade.bin"; + sha256 = "805d05a3376b87640f9b2edbebd4129102958af41274a372891d7d00a9c78e24"; + sha256_unsigned = "26f99d546932773921fcdb41b863cb3c8ed4c0739a9969c9e22559edbfcdb51a"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-3-pro-squashfs-factory.bin"; + sha256 = "112a492cff061d59c1653272973652f4b40c4650d31fe5162c4e275edf60bd74"; + sha256_unsigned = "112a492cff061d59c1653272973652f4b40c4650d31fe5162c4e275edf60bd74"; + type = "factory"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3-pro" + "xiaomi,mir3p" + ]; + titles = [ + { + model = "Mi Router 3 Pro"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-3g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-3g-squashfs-kernel1.bin"; + sha256 = "a4aa06a6b4a4fe16cc7d2f573ddf9685cd8c4dfe05ce55d6d9f7fdf996957e6e"; + sha256_unsigned = "a4aa06a6b4a4fe16cc7d2f573ddf9685cd8c4dfe05ce55d6d9f7fdf996957e6e"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-3g-squashfs-rootfs0.bin"; + sha256 = "715d1915a8c5be0d9386eb4e195047dfa47992b4a7f2ad0ff6ebaf233c565d08"; + sha256_unsigned = "715d1915a8c5be0d9386eb4e195047dfa47992b4a7f2ad0ff6ebaf233c565d08"; + type = "rootfs0"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-3g-initramfs-kernel.bin"; + sha256 = "8429d36af3ca0bc86cbaaaeb8ce621abd7f4b3cb676e2ad5e8691f1a19683669"; + sha256_unsigned = "8429d36af3ca0bc86cbaaaeb8ce621abd7f4b3cb676e2ad5e8691f1a19683669"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-3g-squashfs-sysupgrade.bin"; + sha256 = "971ec9f1c867d37217c4123d34f9598ca271750226d466e6ab9f73528eb107ba"; + sha256_unsigned = "6fd60ba69ffeae4f781f5862a8a824b5b96ec801dcc06f5443655b590421dd90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g" + "R3G" + "mir3g" + "xiaomi,mir3g" + ]; + titles = [ + { + model = "Mi Router 3G"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-3g-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-3g-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-3g-v2-initramfs-kernel.bin"; + sha256 = "e13a3bd8ca890e92693d7bca8fae39afbfef56dd8641933c01b66aac6df9a320"; + sha256_unsigned = "e13a3bd8ca890e92693d7bca8fae39afbfef56dd8641933c01b66aac6df9a320"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-3g-v2-squashfs-sysupgrade.bin"; + sha256 = "a63627440ffbcab9dca62cd41f0d1bfe5cba21452a63061c3afa7d19a1782a62"; + sha256_unsigned = "16ad81cdda413196c73918d1f7758d37570b7e5529acd41177b6bf2e7203a864"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-3g-v2" + "xiaomi,mir3g-v2" + ]; + titles = [ + { + model = "Mi Router 3G"; + variant = "v2"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-4-initramfs-kernel.bin"; + sha256 = "5b9a190c64036dd0163ca67e728b1752fad4c27a8167bf6322272ab584d60a87"; + sha256_unsigned = "5b9a190c64036dd0163ca67e728b1752fad4c27a8167bf6322272ab584d60a87"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-4-squashfs-sysupgrade.bin"; + sha256 = "d01d7ea27732f3b319c4e25bd4d7c7d8b3a6dcaf0cdf5e95582694866bf5cfcd"; + sha256_unsigned = "d9a4fa89aec25b284f02266987914b664cf976c6eeec61e6bb1dcd59402054c6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-4-squashfs-kernel1.bin"; + sha256 = "9f4a6311f05ff3c0541c46c24b00176e53a45eb160aec885703b57819472cfe7"; + sha256_unsigned = "9f4a6311f05ff3c0541c46c24b00176e53a45eb160aec885703b57819472cfe7"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-4-squashfs-rootfs0.bin"; + sha256 = "24dd8ab52bf283cb4b72be765b8830e63ff4b3355b8ccd70d85f4d2080f3ad6b"; + sha256_unsigned = "24dd8ab52bf283cb4b72be765b8830e63ff4b3355b8ccd70d85f4d2080f3ad6b"; + type = "rootfs0"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4" + ]; + titles = [ + { + model = "Mi Router 4"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-gigabit = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-4a-gigabit"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-4a-gigabit-initramfs-kernel.bin"; + sha256 = "2ae852c7ad7e052d58488bf1a20e882b5dbe2171cb65a3f53f1c52a5956b63ac"; + sha256_unsigned = "2ae852c7ad7e052d58488bf1a20e882b5dbe2171cb65a3f53f1c52a5956b63ac"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin"; + sha256 = "a8271a3ddfd4f40ee796737d28133fb94bce51c1c07a38107492747496eb9d84"; + sha256_unsigned = "857f04451e80e2789ce045a432122ac3fdb2afc04bdb83e0088df47183f8c11f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-gigabit" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "Gigabit Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-gigabit-v2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-4a-gigabit-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-4a-gigabit-v2-squashfs-sysupgrade.bin"; + sha256 = "e79ab7090efad0ffccf52b0d10a718587d7202093c52bfedc6e7bd0b202dc592"; + sha256_unsigned = "f54ba0b14ce4090c2f5964a5975610249d2f56b6762807999c620ff9e45f15fc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-4a-gigabit-v2-initramfs-kernel.bin"; + sha256 = "ebe2ac7e525f769efa100bee3e0dbf72a6373dd2ab786eee4db3ba8b1aee5409"; + sha256_unsigned = "ebe2ac7e525f769efa100bee3e0dbf72a6373dd2ab786eee4db3ba8b1aee5409"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-gigabit-v2" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "Gigabit Edition v2"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-ac2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-ac2100"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-ac2100-initramfs-kernel.bin"; + sha256 = "42e5c409df4197556fdab153e561d12fa3cd0875299b0d0c700e10d884414b40"; + sha256_unsigned = "42e5c409df4197556fdab153e561d12fa3cd0875299b0d0c700e10d884414b40"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "f2bd9bdca948e53a115cef4fe5c74f3597ab27d317954ce26deb8dc15fb144cd"; + sha256_unsigned = "f2bd9bdca948e53a115cef4fe5c74f3597ab27d317954ce26deb8dc15fb144cd"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "6d8e454b7b60d455322874a081608f18b96d2d353ee14ffa60418f62dc08ac37"; + sha256_unsigned = "6d8e454b7b60d455322874a081608f18b96d2d353ee14ffa60418f62dc08ac37"; + type = "rootfs0"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "e72d82814a205f5cc88e09491ca658b80892cb9595b208a265ed1e1301e7efee"; + sha256_unsigned = "e93573255de91bea9599b32ac8a93db709a50e88b630d413e950ee459b3178a2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-ac2100" + ]; + titles = [ + { + model = "Mi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6606 = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-cr6606"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-firmware.bin"; + sha256 = "cbee8723043ca0b7605d251d2569c35f19fe3eb05906014c3e8a2becd4548b85"; + sha256_unsigned = "cbee8723043ca0b7605d251d2569c35f19fe3eb05906014c3e8a2becd4548b85"; + type = "firmware"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-cr6606-initramfs-kernel.bin"; + sha256 = "ccfa41659c3d61786ac38a4b63dde57758c113c75282c9abc60f60810e222da7"; + sha256_unsigned = "ccfa41659c3d61786ac38a4b63dde57758c113c75282c9abc60f60810e222da7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-cr6606-squashfs-sysupgrade.bin"; + sha256 = "ec45945592b6199538a40302eb2c508136ddfd4c28224762e452f7e371086d38"; + sha256_unsigned = "405c0b318321e205b62fc806910b14da13da8a38ca4640beb5450b367dc2535c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6606" + ]; + titles = [ + { + model = "Mi Router CR6606"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6608 = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-cr6608"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-cr6608-squashfs-firmware.bin"; + sha256 = "ada9a5ba7b0fac6e103f7ede54900f472f2fc335141481130d33a85415f598a9"; + sha256_unsigned = "ada9a5ba7b0fac6e103f7ede54900f472f2fc335141481130d33a85415f598a9"; + type = "firmware"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-cr6608-squashfs-sysupgrade.bin"; + sha256 = "6990b76814cad80230076546cbb39b8f10d9ef0f59ce33883966aea8e1008a97"; + sha256_unsigned = "7e6f623e9252130fdd660a35c3ee1b64260d0538cef56d0d646dee0080efb263"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-cr6608-initramfs-kernel.bin"; + sha256 = "2794ba60b1f02d15088cc9726c8f93e3de63c9cda95a284bb220b1fcdfe2a0b9"; + sha256_unsigned = "2794ba60b1f02d15088cc9726c8f93e3de63c9cda95a284bb220b1fcdfe2a0b9"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6608" + ]; + titles = [ + { + model = "Mi Router CR6608"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-cr6609 = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-cr6609"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-cr6609-squashfs-sysupgrade.bin"; + sha256 = "3da14867a452ba74f0ca734258c53158b08c8855e04027f4a1f4c5ff2cfb352b"; + sha256_unsigned = "ac695775207af29aa11c3349124efac6e6cafea8901e4e0d5cc12e16c901f722"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-cr6609-initramfs-kernel.bin"; + sha256 = "8d9d60f0ee9bc0d7b997af3164971b03d8c25e68f78f1a3af41f99ef073daa54"; + sha256_unsigned = "8d9d60f0ee9bc0d7b997af3164971b03d8c25e68f78f1a3af41f99ef073daa54"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_mi-router-cr6609-squashfs-firmware.bin"; + sha256 = "8d24c7b49dd027c40432652263dda34d4e0e676051390870cead7d2af72d69d6"; + sha256_unsigned = "8d24c7b49dd027c40432652263dda34d4e0e676051390870cead7d2af72d69d6"; + type = "firmware"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-cr6609" + ]; + titles = [ + { + model = "Mi Router CR6609"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_redmi-router-ac2100 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7615-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-xiaomi_redmi-router-ac2100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-rootfs0.bin"; + sha256 = "5a027fca92728e7a9f02fb499dd3488810b6c97d4546259d7440b694766b9387"; + sha256_unsigned = "5a027fca92728e7a9f02fb499dd3488810b6c97d4546259d7440b694766b9387"; + type = "rootfs0"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_redmi-router-ac2100-initramfs-kernel.bin"; + sha256 = "36095af20b255e72db6bc414ff4509fbfd98fff38ff4ddacb3dc02e4305bf5b3"; + sha256_unsigned = "36095af20b255e72db6bc414ff4509fbfd98fff38ff4ddacb3dc02e4305bf5b3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin"; + sha256 = "315782103e141a4db7a326bffc126edeb4423284a3edcd5a0a37e558d7d679e0"; + sha256_unsigned = "315782103e141a4db7a326bffc126edeb4423284a3edcd5a0a37e558d7d679e0"; + type = "kernel1"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade.bin"; + sha256 = "e69f6ce2e82af4776bbf0935664f985078a3f7d522aa13101734fac94aae088a"; + sha256_unsigned = "56113c30d5056d1bd34b75582b13b6fcff878d0fed62e9d0adbee513f176a8d1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,redmi-router-ac2100" + ]; + titles = [ + { + model = "Redmi Router AC2100"; + vendor = "Xiaomi"; + } + ]; + }; + xiaoyu_xy-c5 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-usb3" + "-wpad-basic-mbedtls" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-xiaoyu_xy-c5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaoyu_xy-c5-initramfs-kernel.bin"; + sha256 = "be89083f6f78fe5f9c23587b5f0997572b9f1333b7ce30a4954ba19c01698276"; + sha256_unsigned = "be89083f6f78fe5f9c23587b5f0997572b9f1333b7ce30a4954ba19c01698276"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xiaoyu_xy-c5-squashfs-sysupgrade.bin"; + sha256 = "7c5a116c1ff874005499ab5de7060371b5c11aae2e819897ee777ad0d3ff2e0b"; + sha256_unsigned = "863b0f2e1517a0e8b09ef61b4a548211650c0a3cddf8c407690d1230b7d336b7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaoyu,xy-c5" + ]; + titles = [ + { + model = "XY-C5"; + vendor = "XiaoYu"; + } + ]; + }; + xzwifi_creativebox-v1 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-sdhci-mt7620" + "kmod-usb3" + "-wpad-basic-mbedtls" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-xzwifi_creativebox-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"; + sha256 = "0a83ba662ad65ea24553ea7234af479c8a72898ca5756609b0d653563640c80c"; + sha256_unsigned = "e204958730ec23aa2a86740ee239944eaa1ad6221fa017b2b61bcea07f774def"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-xzwifi_creativebox-v1-initramfs-kernel.bin"; + sha256 = "41d4883ff5f91b7451e07e8f0368a76b292d33afe79e0ecc6ed250f28f81b9c6"; + sha256_unsigned = "41d4883ff5f91b7451e07e8f0368a76b292d33afe79e0ecc6ed250f28f81b9c6"; + type = "kernel"; + } + ]; + supported_devices = [ + "xzwifi,creativebox-v1" + ]; + titles = [ + { + model = "v1"; + vendor = "CreativeBox"; + } + ]; + }; + youhua_wr1200js = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-youhua_wr1200js"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-youhua_wr1200js-initramfs-kernel.bin"; + sha256 = "b6f3db5d03057d7f2dc5d70a36821e027cdc0cd042ea4fd083d82ba3a557b672"; + sha256_unsigned = "b6f3db5d03057d7f2dc5d70a36821e027cdc0cd042ea4fd083d82ba3a557b672"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"; + sha256 = "b96305c4ebc1548da4a49fdfe020fc45e14644d03fd24fe9c8cf8544f5761461"; + sha256_unsigned = "dfa8d804831f269b7e245a26609253798d829146163105146438f5edb13e28fc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youhua,wr1200js" + ]; + titles = [ + { + model = "WR1200JS"; + vendor = "YouHua"; + } + ]; + }; + youku_yk-l2 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-youku_yk-l2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-youku_yk-l2-initramfs-kernel.bin"; + sha256 = "409ccc7eae61287e14075f3d0a000b5674fdf2657a40f6ce28e267004d5d80fb"; + sha256_unsigned = "409ccc7eae61287e14075f3d0a000b5674fdf2657a40f6ce28e267004d5d80fb"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"; + sha256 = "c74400bcd2b545985aabd35cb8bc4e1f8623c81dbda452434f3204a3a6747b5d"; + sha256_unsigned = "b3654344d6a2331f4c779bab0e0281bcfeb166687d75bd9d9bbbcb100f4f0005"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "youku,yk-l2" + ]; + titles = [ + { + model = "YK-L2"; + vendor = "Youku"; + } + ]; + }; + yuncore_ax820 = { + device_packages = [ + "kmod-mt7915-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-yuncore_ax820"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-yuncore_ax820-initramfs-kernel.bin"; + sha256 = "0b69d7d102f49c403693f839cf7a736cca45b44e9d322136382f7fe77d038a14"; + sha256_unsigned = "0b69d7d102f49c403693f839cf7a736cca45b44e9d322136382f7fe77d038a14"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-yuncore_ax820-squashfs-sysupgrade.bin"; + sha256 = "8749968dd17d9d96bbf6fcf1265ed0e2931744c16a9d06093c3b378464e08659"; + sha256_unsigned = "e129565df70d68c901dd8478c5f578121d25c270538339a56409c1916177375f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "yuncore,ax820" + ]; + titles = [ + { + model = "AX820"; + vendor = "YunCore"; + } + ]; + }; + yuncore_fap640 = { + device_packages = [ + "kmod-mt7915-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-yuncore_fap640"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-yuncore_fap640-squashfs-sysupgrade.bin"; + sha256 = "ec6f21f877f54cdba6920e252da613b84ef3cb3244b136941e2b37280640eb30"; + sha256_unsigned = "b1ea1ed859da73889a87a1f95e1ddade51e63673e46c3a9940d69ce2a80bd57e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-yuncore_fap640-initramfs-kernel.bin"; + sha256 = "89d06a1c59c88cabb7f7800ebd6489f3f8b5b990378b210cf863c2dcb4ec4344"; + sha256_unsigned = "89d06a1c59c88cabb7f7800ebd6489f3f8b5b990378b210cf863c2dcb4ec4344"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,fap640" + ]; + titles = [ + { + model = "FAP640"; + vendor = "YunCore"; + } + ]; + }; + yuncore_fap690 = { + device_packages = [ + "kmod-mt7915-firmware" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-yuncore_fap690"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-yuncore_fap690-squashfs-sysupgrade.bin"; + sha256 = "9a622769a70b2d0b7f252c91376eecc30d2e07fe4fc6f22fff6485909d3ccbc3"; + sha256_unsigned = "72612cc78a96ac38ca96c8409354c1cac20a4daeea7f63784a0b46e4a46efabf"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-yuncore_fap690-initramfs-kernel.bin"; + sha256 = "e9136109b4f224c4f7678ecc72942bf8fcd16524f5a61c5938f57ee71e087be1"; + sha256_unsigned = "e9136109b4f224c4f7678ecc72942bf8fcd16524f5a61c5938f57ee71e087be1"; + type = "kernel"; + } + ]; + supported_devices = [ + "yuncore,fap690" + ]; + titles = [ + { + model = "FAP690"; + vendor = "YunCore"; + } + ]; + }; + zbtlink_zbt-we1326 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-sdhci-mt7620" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-we1326"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-we1326-initramfs-kernel.bin"; + sha256 = "85a2178d745f766b9d068f7e7b239bb65cc13e867b3acbfa46093a18060c4ce3"; + sha256_unsigned = "85a2178d745f766b9d068f7e7b239bb65cc13e867b3acbfa46093a18060c4ce3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-we1326-squashfs-sysupgrade.bin"; + sha256 = "72408c716a605101fda5d7edc4b6fbc3a9d70149b221aeb994c7961527c27697"; + sha256_unsigned = "306ba89ca0b3706d59d141ecf3b6544e66a238e9a12fafd4f462fa67931a3a29"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1326" + "zbt-we1326" + ]; + titles = [ + { + model = "ZBT-WE1326"; + vendor = "Zbtlink"; + } + { + model = "WF3526-P"; + vendor = "Wiflyer"; + } + ]; + }; + zbtlink_zbt-we3526 = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-we3526"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-we3526-initramfs-kernel.bin"; + sha256 = "c3a934ebbecdf96df54466f5bbb0a9b737bf72edb5ba7d7b9fe9bea138478eb8"; + sha256_unsigned = "c3a934ebbecdf96df54466f5bbb0a9b737bf72edb5ba7d7b9fe9bea138478eb8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"; + sha256 = "096bcb57981fb5ef81d3b3f60ae7d10806d0bce2404de979eb513bb3c129f5fb"; + sha256_unsigned = "2d1b2a7d8ff0747feed2c04f776ac9f819e39c354cdf713395cd1da2a1711889"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we3526" + ]; + titles = [ + { + model = "ZBT-WE3526"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1602-16m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg1602-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg1602-16m-initramfs-kernel.bin"; + sha256 = "fa5d4b4897b14b4cf1da181b8a984070ec0c09e3b1f7e58d5b2417e51a3233c0"; + sha256_unsigned = "fa5d4b4897b14b4cf1da181b8a984070ec0c09e3b1f7e58d5b2417e51a3233c0"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg1602-16m-squashfs-sysupgrade.bin"; + sha256 = "3fc7b4553852bb3cea3a3def3f449779a7fb97346c47bc20cef5d21a6d54f75d"; + sha256_unsigned = "a22c68df6b5b0ab1180fcdf329360fa41116d8304d94851614ec156bc2dcfe53"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1602-16m" + ]; + titles = [ + { + model = "ZBT-WG1602"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1602-v04-16m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg1602-v04-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg1602-v04-16m-squashfs-sysupgrade.bin"; + sha256 = "84b41ebb50d5e1fcac5b8b2209364eae3f5d9c903d658a82637d52296aa7624a"; + sha256_unsigned = "38329284d28106208570686eda2acb43053c70f7deeba32760080b8c58807820"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg1602-v04-16m-initramfs-kernel.bin"; + sha256 = "fa56dd4d32b13bc4aea1186667bb2c72492bf95cb963b294d29375769fa371be"; + sha256_unsigned = "fa56dd4d32b13bc4aea1186667bb2c72492bf95cb963b294d29375769fa371be"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1602-v04-16m" + ]; + titles = [ + { + model = "ZBT-WG1602-V04"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1602-v04-32m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg1602-v04-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg1602-v04-32m-initramfs-kernel.bin"; + sha256 = "26637c521c1d8f64210f913aba423b0182ebf6ad879d8de110229511d0f76d66"; + sha256_unsigned = "26637c521c1d8f64210f913aba423b0182ebf6ad879d8de110229511d0f76d66"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg1602-v04-32m-squashfs-sysupgrade.bin"; + sha256 = "22b5c74aefd2ed8ba7c40c70d5128c1488861a3ded3dc55eb3a8675d70bf8d49"; + sha256_unsigned = "dfc00f1b367fda6a8e0df31e760d4eb3b958dd1fb350b60a3fed77459955c6d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1602-v04-32m" + ]; + titles = [ + { + model = "ZBT-WG1602-V04"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1608-16m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg1608-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg1608-16m-initramfs-kernel.bin"; + sha256 = "d04119c7af65f2ce61ee043573ae8d9e4a718fa833ce3680fc7ef3ce9beceb94"; + sha256_unsigned = "d04119c7af65f2ce61ee043573ae8d9e4a718fa833ce3680fc7ef3ce9beceb94"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg1608-16m-squashfs-sysupgrade.bin"; + sha256 = "bdd11e5deab9fb15d10b1201e37c6b2b14c77e89f2a8d8dab6321d711dbd5fd2"; + sha256_unsigned = "a60c98e03ccff14a95a9610af2d043d5844c3e7e60c18fee4bff4aa99f12fcc8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1608-16m" + ]; + titles = [ + { + model = "ZBT-WG1608"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg1608-32m = { + device_packages = [ + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg1608-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg1608-32m-squashfs-sysupgrade.bin"; + sha256 = "ed04f59c5e63209c1032a25ea3b7974b5368875ef624618d5a43d95c31e810e6"; + sha256_unsigned = "8cca14cf3912ddbbdb9ad042f4e680745290d5473f009b20b0ab4b8f0c6386ac"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg1608-32m-initramfs-kernel.bin"; + sha256 = "20ba14a5f515616c7ab505fdfaf9e58b27e56a2d219e416ab87ee3b6d6f97d02"; + sha256_unsigned = "20ba14a5f515616c7ab505fdfaf9e58b27e56a2d219e416ab87ee3b6d6f97d02"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg1608-32m" + ]; + titles = [ + { + model = "ZBT-WG1608"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg2626 = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg2626"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg2626-squashfs-sysupgrade.bin"; + sha256 = "15a798f03b0954e888d0b359a09af4dc674817d92f8ec3fbb01a2f2907474841"; + sha256_unsigned = "2b9286db222e5ca961a9d80937b55bd6d1163c5b1c7c837b11a644ab01895037"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg2626-initramfs-kernel.bin"; + sha256 = "50a6c8d7a413a46664c45aede1af5d6057b0e1fde5f249902975718c1f9ccaa7"; + sha256_unsigned = "50a6c8d7a413a46664c45aede1af5d6057b0e1fde5f249902975718c1f9ccaa7"; + type = "kernel"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg2626" + "zbt-wg2626" + ]; + titles = [ + { + model = "ZBT-WG2626"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-16m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg3526-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg3526-16m-initramfs-kernel.bin"; + sha256 = "a144007f2e6a74bb269b67ea587d930483e22bc2206d46445c485187ac569be2"; + sha256_unsigned = "a144007f2e6a74bb269b67ea587d930483e22bc2206d46445c485187ac569be2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg3526-16m-squashfs-sysupgrade.bin"; + sha256 = "24cae1e410b6ce03cc15e5b49f7f734701c1d9379121dce2604b8d25782ac6ca"; + sha256_unsigned = "fdbb582a11118116d72ca11c80cacbe6a786826297705bd7378c827e27899f8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-16m" + "zbt-wg3526" + "zbt-wg3526-16M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "16M"; + vendor = "Zbtlink"; + } + ]; + }; + zbtlink_zbt-wg3526-32m = { + device_packages = [ + "kmod-ata-ahci" + "kmod-sdhci-mt7620" + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg3526-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg3526-32m-initramfs-kernel.bin"; + sha256 = "970900fa12d6ccdd0064f142a6cc817d99f327a49002fec9f28f8097019d9f2a"; + sha256_unsigned = "970900fa12d6ccdd0064f142a6cc817d99f327a49002fec9f28f8097019d9f2a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zbtlink_zbt-wg3526-32m-squashfs-sysupgrade.bin"; + sha256 = "1a5bc80fe37ee006f134628596921791de717aa1689ff1ab59e9fe38a035393e"; + sha256_unsigned = "70f7988725b0c2280e39d7811c8c096b614e2de9e84de98747ace64850241df8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-wg3526-32m" + "ac1200pro" + "zbt-wg3526-32M" + ]; + titles = [ + { + model = "ZBT-WG3526"; + variant = "32M"; + vendor = "Zbtlink"; + } + ]; + }; + zio_freezio = { + device_packages = [ + "kmod-mt7603" + "kmod-mt76x2" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zio_freezio"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zio_freezio-squashfs-sysupgrade.bin"; + sha256 = "085d0ed0a29db45cf28b95ce1d4ea1b9d8a94748f40b5a87f9437750da5486a2"; + sha256_unsigned = "e2b40e2d5bd24323d49e26f7f22588db9f977ac133578811a607bebecea06df6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zio_freezio-initramfs-kernel.bin"; + sha256 = "b7e1b6ebbef3425384850bd14ac9077cc53be2627ac8883988d018ad978c5215"; + sha256_unsigned = "b7e1b6ebbef3425384850bd14ac9077cc53be2627ac8883988d018ad978c5215"; + type = "kernel"; + } + ]; + supported_devices = [ + "zio,freezio" + ]; + titles = [ + { + model = "FREEZIO"; + vendor = "ZIO"; + } + ]; + }; + zyxel_lte3301-plus = { + device_packages = [ + "kmod-mt7615-firmware" + "kmod-usb3" + "kmod-usb-ledtrig-usbport" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zyxel_lte3301-plus"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zyxel_lte3301-plus-initramfs-recovery.bin"; + sha256 = "fbd36d01149b3d366fec5525e97288b83fbb674556d3776b12b05abe24776144"; + sha256_unsigned = "fbd36d01149b3d366fec5525e97288b83fbb674556d3776b12b05abe24776144"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zyxel_lte3301-plus-squashfs-sysupgrade.bin"; + sha256 = "c084000d9f834cb476a60ca761ccdc54bd8432b34a059ae7de7358a544ffce81"; + sha256_unsigned = "a42fad0520af0575bc05cb5a178a5926d2a52452d11bd04529bad1f4d168167b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,lte3301-plus" + ]; + titles = [ + { + model = "LTE3301-PLUS"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nr7101 = { + device_packages = [ + "kmod-mt7603" + "kmod-usb3" + "kmod-usb-net-qmi-wwan" + "kmod-usb-serial-option" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zyxel_nr7101"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zyxel_nr7101-initramfs-recovery.bin"; + sha256 = "21f1a431702883a42918bbe1dcbffe125007b7b2cf7ccbedb490ad5d9e06229f"; + sha256_unsigned = "21f1a431702883a42918bbe1dcbffe125007b7b2cf7ccbedb490ad5d9e06229f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zyxel_nr7101-squashfs-sysupgrade.bin"; + sha256 = "0765cb7f67aa6acda75390f1cf4c28c598fd4d265697f94179496825ce7510f5"; + sha256_unsigned = "8068a7d83e5d21ede273e62cc38624eee61ff059d3d293bdaed28e2790ee1be1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nr7101" + ]; + titles = [ + { + model = "NR7101"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nwa50ax = { + device_packages = [ + "kmod-mt7915-firmware" + "zyxel-bootconfig" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zyxel_nwa50ax"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zyxel_nwa50ax-squashfs-ramboot-factory.bin"; + sha256 = "44b0b7d064c8b8372d0f38d097d0df567eb96e3bd91d7f83262496746a1b6f43"; + sha256_unsigned = "44b0b7d064c8b8372d0f38d097d0df567eb96e3bd91d7f83262496746a1b6f43"; + type = "ramboot-factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zyxel_nwa50ax-squashfs-sysupgrade.bin"; + sha256 = "1c20481eecbbeeb98d4e21ed42efc9824cc6449e5734abdf50bb5358d6d12f84"; + sha256_unsigned = "64eae2e78e63e8df1486a4454f60fcfad5b7088e0f49d6c45c4e6de08addfdba"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zyxel_nwa50ax-squashfs-factory.bin"; + sha256 = "9bb3eecbdb0e16858a4f75e7257c2cf16d91c2f40bcb7b2e4037561938f1130b"; + sha256_unsigned = "9bb3eecbdb0e16858a4f75e7257c2cf16d91c2f40bcb7b2e4037561938f1130b"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zyxel_nwa50ax-initramfs-kernel.bin"; + sha256 = "9b3f4cd95c8eb71939a5701de09d1572a298a2454b9ac9864a294c5bcf92ecc1"; + sha256_unsigned = "9b3f4cd95c8eb71939a5701de09d1572a298a2454b9ac9864a294c5bcf92ecc1"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,nwa50ax" + ]; + titles = [ + { + model = "NWA50AX"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_nwa55axe = { + device_packages = [ + "kmod-mt7915-firmware" + "zyxel-bootconfig" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zyxel_nwa55axe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zyxel_nwa55axe-squashfs-sysupgrade.bin"; + sha256 = "2ae35501f5adc7a4280af99adfc6c3c5d3e15bf50a0380fae2b90de0a1199d44"; + sha256_unsigned = "e8fe1c1f1b482019f7e16ca7ad08fd8564d653b413e03c0642632f9028e1600d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zyxel_nwa55axe-initramfs-kernel.bin"; + sha256 = "1e96a84bbca579169782aa6a7885fe3bffd905f5a6666386bd298094d2ba3940"; + sha256_unsigned = "1e96a84bbca579169782aa6a7885fe3bffd905f5a6666386bd298094d2ba3940"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zyxel_nwa55axe-squashfs-factory.bin"; + sha256 = "59a321f0f14550315b03e5d5e92fcebb33218c172fe27b05d4a71a30ce03f193"; + sha256_unsigned = "59a321f0f14550315b03e5d5e92fcebb33218c172fe27b05d4a71a30ce03f193"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zyxel_nwa55axe-squashfs-ramboot-factory.bin"; + sha256 = "fe38862217e558f9341d7ede1f8fd8b8eb12491c15df7fc2a2fa4e5f60168c5a"; + sha256_unsigned = "fe38862217e558f9341d7ede1f8fd8b8eb12491c15df7fc2a2fa4e5f60168c5a"; + type = "ramboot-factory"; + } + ]; + supported_devices = [ + "zyxel,nwa55axe" + ]; + titles = [ + { + model = "NWA55AXE"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wap6805 = { + device_packages = [ + "kmod-mt7603" + "kmod-mt7621-qtn-rgmii" + "-uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zyxel_wap6805"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zyxel_wap6805-initramfs-kernel.bin"; + sha256 = "0cb9167b15ce953b5486c0075654fcacb3bbe2d34c895b4e4059c7124041ac7f"; + sha256_unsigned = "0cb9167b15ce953b5486c0075654fcacb3bbe2d34c895b4e4059c7124041ac7f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zyxel_wap6805-squashfs-sysupgrade.bin"; + sha256 = "808b12fcde7b78da959a47bc07cbd9c5b0a1da9048833c54784b147e35c614f6"; + sha256_unsigned = "3719e61be45882e17d03ed1f93bc7e42232cbaea4532ec65466de059a5c1db7d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,wap6805" + ]; + titles = [ + { + model = "WAP6805"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_wsm20 = { + device_packages = [ + "kmod-mt7915-firmware" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt7621-zyxel_wsm20"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt7621-zyxel_wsm20-squashfs-sysupgrade.bin"; + sha256 = "58f4dc69003b8fb0edbaefb103519b2c882c50b11967d537e2adb8d5bb22fc8b"; + sha256_unsigned = "14ed8f86dcb007a70fb2d06b7eb7ee773813e0199a15d376c7a2a5e5b1217ff1"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt7621-zyxel_wsm20-initramfs-kernel.bin"; + sha256 = "6a2589af930bd4dcd81549fac32de2535acad3ae53182df6f78de437c735b387"; + sha256_unsigned = "6a2589af930bd4dcd81549fac32de2535acad3ae53182df6f78de437c735b387"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,wsm20" + ]; + titles = [ + { + model = "WSM20"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "ramips/mt7621"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + mt76x8 = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-mt7603" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + alfa-network_awusfree1 = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-alfa-network_awusfree1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-alfa-network_awusfree1-initramfs-kernel.bin"; + sha256 = "429bb44871a89a164d8cbb02a16e695b260fe4d2ca232c957f55577eac6bdda4"; + sha256_unsigned = "429bb44871a89a164d8cbb02a16e695b260fe4d2ca232c957f55577eac6bdda4"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"; + sha256 = "defecb83fb54256676b7cf3869ccdb6fbd247156cdbdcdefefe8cddcd0e36fc8"; + sha256_unsigned = "3ec4a5558a6389e0aa51390043bb779e22f3910c2466e28b5376bffc59227074"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "alfa-network,awusfree1" + "awusfree1" + ]; + titles = [ + { + model = "AWUSFREE1"; + vendor = "ALFA Network"; + } + ]; + }; + asus_rt-ac1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-asus_rt-ac1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-asus_rt-ac1200-initramfs-kernel.bin"; + sha256 = "083b0bd421e1ad41cc45f49bda234a079b85e53863c3d727a906c3812975f851"; + sha256_unsigned = "083b0bd421e1ad41cc45f49bda234a079b85e53863c3d727a906c3812975f851"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-asus_rt-ac1200-squashfs-sysupgrade.bin"; + sha256 = "e4066db60f91cf21299dd2f27f517f5a605b3735e5478705489e42ee4effe148"; + sha256_unsigned = "87c19302d3a38d5b9c995dc657fd207e9a3568bd71140e12b1ba332131772413"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-ac1200" + ]; + titles = [ + { + model = "RT-AC1200"; + vendor = "ASUS"; + } + { + model = "RT-N600"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-ac1200-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-asus_rt-ac1200-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-asus_rt-ac1200-v2-initramfs-kernel.bin"; + sha256 = "674fcefb0cd3e3b2b845bc15347cf2e6403bbb1b6be6c9cc2da7abbaac484310"; + sha256_unsigned = "674fcefb0cd3e3b2b845bc15347cf2e6403bbb1b6be6c9cc2da7abbaac484310"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-asus_rt-ac1200-v2-squashfs-sysupgrade.bin"; + sha256 = "f6ca6ab0bfc00837f1e91cec31d60898fb96e6170c5b5391e2414daf1fe79d3b"; + sha256_unsigned = "f50c7fd96cd2cbd95de0f72a8e3d5ee6d0b7476e4decb627cb40b76ef517e3cd"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-asus_rt-ac1200-v2-squashfs-factory.bin"; + sha256 = "e372e865304802743234ee478c20061e72cacc4188bd3f05befe0f76b200c78b"; + sha256_unsigned = "e372e865304802743234ee478c20061e72cacc4188bd3f05befe0f76b200c78b"; + type = "factory"; + } + ]; + supported_devices = [ + "asus,rt-ac1200-v2" + ]; + titles = [ + { + model = "RT-AC1200"; + variant = "V2"; + vendor = "ASUS"; + } + { + model = "RT-AC750L"; + vendor = "ASUS"; + } + ]; + }; + asus_rt-n12-vp-b1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-asus_rt-n12-vp-b1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-asus_rt-n12-vp-b1-initramfs-kernel.bin"; + sha256 = "e76e7b16ba63f5f581188b4363d809c6b09d7b886afc149a5d87dc743c9724d6"; + sha256_unsigned = "e76e7b16ba63f5f581188b4363d809c6b09d7b886afc149a5d87dc743c9724d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-asus_rt-n12-vp-b1-squashfs-sysupgrade.bin"; + sha256 = "e2bd8dd1a4c42ac1843293b5049705e51e40cf0e7f69964e1f9eec55a06492c8"; + sha256_unsigned = "09aa8af422567d5d04492a6b4ee6201d6142d5f20f30a0d51a57a5c5675801db"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n12-vp-b1" + ]; + titles = [ + { + model = "RT-N12 VP"; + variant = "B1"; + vendor = "ASUS"; + } + ]; + }; + buffalo_wcr-1166ds = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-buffalo_wcr-1166ds"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-factory.bin"; + sha256 = "ac91e945a16411c9393bb823da7581635df135ead953b51f8f560b0fec462d40"; + sha256_unsigned = "05a49cbc29cd6bc5a8f6c0b4c7cfd5e5ecd3aa8e396f8b2a42fed75d458ade22"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-buffalo_wcr-1166ds-initramfs-kernel.bin"; + sha256 = "fb81a28c8d1e647a01478fe137ab27262975c2a2b1e79a32bb93eebe3fb997c3"; + sha256_unsigned = "fb81a28c8d1e647a01478fe137ab27262975c2a2b1e79a32bb93eebe3fb997c3"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-sysupgrade.bin"; + sha256 = "6de25f00efa4715680c66626547afb5914f7df1902fdbd16b9f16296cecf7d16"; + sha256_unsigned = "05a49cbc29cd6bc5a8f6c0b4c7cfd5e5ecd3aa8e396f8b2a42fed75d458ade22"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "buffalo,wcr-1166ds" + "wcr-1166ds" + ]; + titles = [ + { + model = "WCR-1166DS"; + vendor = "Buffalo"; + } + ]; + }; + comfast_cf-wr617ac = { + device_packages = [ + "kmod-mt76x2" + "kmod-rt2800-pci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-comfast_cf-wr617ac"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-comfast_cf-wr617ac-squashfs-sysupgrade.bin"; + sha256 = "c5cd04875455ac8d3815db70848198f1d6f337e8b74b511e2b390c6064e6d3b7"; + sha256_unsigned = "92ee2ded828480fa1c050a2eecf2b8ff2f78b65686203c9fdb6d57b377484979"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-comfast_cf-wr617ac-initramfs-kernel.bin"; + sha256 = "74640b630b15894d5ab63b80cf361836aa7ba53add4114d64fa9741ba309c925"; + sha256_unsigned = "74640b630b15894d5ab63b80cf361836aa7ba53add4114d64fa9741ba309c925"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr617ac" + ]; + titles = [ + { + model = "CF-WR617AC"; + vendor = "Comfast"; + } + ]; + }; + comfast_cf-wr758ac-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-comfast_cf-wr758ac-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-comfast_cf-wr758ac-v1-squashfs-sysupgrade.bin"; + sha256 = "6bd732c88b1ab17d65f762b1b2be3a52965f6a5c5c38f36180e41d883cb4136b"; + sha256_unsigned = "2273011c830ddb0d77e9531af3d2532368d6043058f41d1dbe0d919da134af62"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-comfast_cf-wr758ac-v1-initramfs-kernel.bin"; + sha256 = "011fb182ae3c4726af93e66c2e9745d92aa544d0f7a0bf21293b61106b45380d"; + sha256_unsigned = "011fb182ae3c4726af93e66c2e9745d92aa544d0f7a0bf21293b61106b45380d"; + type = "kernel"; + } + ]; + supported_devices = [ + "comfast,cf-wr758ac-v1" + "joowin,jw-wr758ac-v1" + ]; + titles = [ + { + model = "CF-WR758AC"; + variant = "V1"; + vendor = "COMFAST"; + } + { + model = "JW-WR758AC"; + variant = "V1"; + vendor = "Joowin"; + } + ]; + }; + comfast_cf-wr758ac-v2 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-comfast_cf-wr758ac-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-comfast_cf-wr758ac-v2-initramfs-kernel.bin"; + sha256 = "ea1c3a9e24adbe904ce07a8b09139162244c117dc74f473ad050da8d9ab2662d"; + sha256_unsigned = "ea1c3a9e24adbe904ce07a8b09139162244c117dc74f473ad050da8d9ab2662d"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-comfast_cf-wr758ac-v2-squashfs-sysupgrade.bin"; + sha256 = "13cf9d33a465b0def927c28515d1a92abf7486445a2e8356437f2c87a12ed98d"; + sha256_unsigned = "561247056f11d0caaf0cc88fd902d05ea5ed410d6c87c4322bdc1704e30050e1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "comfast,cf-wr758ac-v2" + "joowin,jw-wr758ac-v2" + ]; + titles = [ + { + model = "CF-WR758AC"; + variant = "V2"; + vendor = "COMFAST"; + } + { + model = "JW-WR758AC"; + variant = "V2"; + vendor = "Joowin"; + } + ]; + }; + cudy_wr1000 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-cudy_wr1000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin"; + sha256 = "91d6fc808a4014cc0cf688c8763a5ce035bd85d98a5d93b9adbba5851356a7aa"; + sha256_unsigned = "f717c9a9714e7551fff45a5c129a6eaaba2b9a4f57aa3dd6a9d6bf2a1125dcb9"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"; + sha256 = "e206e406cd0b64ca06df65fb64cd1a83b107cd3e185cfea7204495fa538bfee6"; + sha256_unsigned = "e206e406cd0b64ca06df65fb64cd1a83b107cd3e185cfea7204495fa538bfee6"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-cudy_wr1000-initramfs-kernel.bin"; + sha256 = "c50c1a48ac1335ee6222da9df466d0afaee9a3f9e8b581265b7177984391eb2f"; + sha256_unsigned = "c50c1a48ac1335ee6222da9df466d0afaee9a3f9e8b581265b7177984391eb2f"; + type = "kernel"; + } + ]; + supported_devices = [ + "cudy,wr1000" + "wr1000" + ]; + titles = [ + { + model = "WR1000"; + vendor = "Cudy"; + } + ]; + }; + d-team_pbr-d1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-d-team_pbr-d1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-d-team_pbr-d1-initramfs-kernel.bin"; + sha256 = "745c0bd23cae60337aa655db68e67171cfe39da605efd82d3d4b30dcebf3dd52"; + sha256_unsigned = "745c0bd23cae60337aa655db68e67171cfe39da605efd82d3d4b30dcebf3dd52"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-d-team_pbr-d1-squashfs-sysupgrade.bin"; + sha256 = "7b4b9a6ebf6b135484094398d60002e0c5a760e124578cb76d19dc779de71a70"; + sha256_unsigned = "b77bf1df0984791ea39d76b693e0eb607b6f555f2e2c7aa41b9cd822a9de06e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-team,pbr-d1" + "pbr-d1" + ]; + titles = [ + { + model = "PBR-D1"; + vendor = "PandoraBox"; + } + ]; + }; + dlink_dap-1325-a1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-dlink_dap-1325-a1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-dlink_dap-1325-a1-squashfs-sysupgrade.bin"; + sha256 = "ec380ede63002bf0a6786b26775abff48d6c468a95335e096c1bb003fad0fafd"; + sha256_unsigned = "4f1771e1fb5ad075540a58c4b1335141426e7878f98ab5309449c9c047c7992d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-dlink_dap-1325-a1-initramfs-kernel.bin"; + sha256 = "1682d12dbc165577c002081d88e14fce75850724cf7abd7b1d4eea03f478b7d3"; + sha256_unsigned = "1682d12dbc165577c002081d88e14fce75850724cf7abd7b1d4eea03f478b7d3"; + type = "kernel"; + } + ]; + supported_devices = [ + "dlink,dap-1325-a1" + ]; + titles = [ + { + model = "DAP-1325 A1"; + vendor = "D-Link"; + } + ]; + }; + duzun_dm06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-duzun_dm06"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-duzun_dm06-squashfs-sysupgrade.bin"; + sha256 = "d708cb37ebc1745cff3c3286bd8011db2b89967f0a8f266f692fbb091ef7bc6e"; + sha256_unsigned = "53a41888dd66c80102708527eeb636b447eb6024294c7759838829307be4e2cc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-duzun_dm06-initramfs-kernel.bin"; + sha256 = "62e16e69bb765aec601f18ace77296b4195c5ce753b3a68ecea6f8e192ea1a45"; + sha256_unsigned = "62e16e69bb765aec601f18ace77296b4195c5ce753b3a68ecea6f8e192ea1a45"; + type = "kernel"; + } + ]; + supported_devices = [ + "duzun,dm06" + "duzun-dm06" + ]; + titles = [ + { + model = "DM06"; + vendor = "DuZun"; + } + ]; + }; + elecom_wrc-1167fs = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-elecom_wrc-1167fs"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-elecom_wrc-1167fs-initramfs-kernel.bin"; + sha256 = "4c3056c2398d43a653e6931ccb2717a30e10fe02403e6a222be55930853eb53e"; + sha256_unsigned = "4c3056c2398d43a653e6931ccb2717a30e10fe02403e6a222be55930853eb53e"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-elecom_wrc-1167fs-squashfs-factory.bin"; + sha256 = "ddd670673846fd9a1ae01963700e586d96932eb19f300af1789dcc40fcc08951"; + sha256_unsigned = "ddd670673846fd9a1ae01963700e586d96932eb19f300af1789dcc40fcc08951"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-elecom_wrc-1167fs-squashfs-sysupgrade.bin"; + sha256 = "8823ee0892503b06a68af269440e167cb85f542a5c24f3f559c95c45949c1bcd"; + sha256_unsigned = "00f17e691c94db0478a9465b74e37cc1a3401ee685c61f3bf3f87423e99ca0d0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "elecom,wrc-1167fs" + ]; + titles = [ + { + model = "WRC-1167FS"; + vendor = "ELECOM"; + } + ]; + }; + glinet_gl-mt300n-v2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-glinet_gl-mt300n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-glinet_gl-mt300n-v2-initramfs-kernel.bin"; + sha256 = "41a240a84730ad96275f470790e165f096e4d25268d3b8cd66f1e468b98149a1"; + sha256_unsigned = "41a240a84730ad96275f470790e165f096e4d25268d3b8cd66f1e468b98149a1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin"; + sha256 = "15c078e15ce11eaaeb0fcba2f303169ccef6683467a52163a4f354b7800d865b"; + sha256_unsigned = "d6e669cd71adbf3d41a49c4f2cf9c2122dbab95c819346aecc5d002e779ee834"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,gl-mt300n-v2" + "gl-mt300n-v2" + ]; + titles = [ + { + model = "GL-MT300N"; + variant = "V2"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_microuter-n300 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-glinet_microuter-n300"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-glinet_microuter-n300-initramfs-kernel.bin"; + sha256 = "055cf38b194d0891fbad19063babc6ac2aa3be4c7b4004fde52db8f3c5f4b945"; + sha256_unsigned = "055cf38b194d0891fbad19063babc6ac2aa3be4c7b4004fde52db8f3c5f4b945"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-glinet_microuter-n300-squashfs-sysupgrade.bin"; + sha256 = "6f07fabd3a6f8ea49394fe2837490025fc329990b1e8500151a8026fe10be649"; + sha256_unsigned = "f7537ced30953206e66141c72277f21ec1281fed1ae0812765d3c01e8744af35"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,microuter-n300" + "microuter-n300" + ]; + titles = [ + { + model = "microuter-N300"; + vendor = "GL.iNet"; + } + ]; + }; + glinet_vixmini = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-glinet_vixmini"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-glinet_vixmini-initramfs-kernel.bin"; + sha256 = "5a52ff91c4016806ed5e05e976dd1feaf4ba88adb16386232e213a8a44c2e96a"; + sha256_unsigned = "5a52ff91c4016806ed5e05e976dd1feaf4ba88adb16386232e213a8a44c2e96a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"; + sha256 = "3de7efbf96983876fa9862d83e38730a274e82f7c6e4c7bb79f9ab533c355b05"; + sha256_unsigned = "0e03f232d85401e2ac5f2e004e8717a8b33c9008025b9b4aa4aafd7ff4d81b37"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "glinet,vixmini" + "vixmini" + ]; + titles = [ + { + model = "VIXMINI"; + vendor = "GL.iNet"; + } + ]; + }; + hak5_wifi-pineapple-mk7 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-hak5_wifi-pineapple-mk7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-hak5_wifi-pineapple-mk7-squashfs-sysupgrade.bin"; + sha256 = "0a3ef3bef6a41c38673ca2e7e89c4a75e764d1e0eec2d126c5010c35f074f411"; + sha256_unsigned = "60afa7fd44e6d8d0c3a42655ba51bed6744270302e8108cdf430fd05f4dd4d14"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-hak5_wifi-pineapple-mk7-initramfs-kernel.bin"; + sha256 = "89e43ed03feaae11a774a7f8dd2b5f7bc9e2d0944addaf5b196f9b1511116cd1"; + sha256_unsigned = "89e43ed03feaae11a774a7f8dd2b5f7bc9e2d0944addaf5b196f9b1511116cd1"; + type = "kernel"; + } + ]; + supported_devices = [ + "hak5,wifi-pineapple-mk7" + "wifi-pineapple-mk7" + ]; + titles = [ + { + model = "WiFi Pineapple Mark 7"; + vendor = "Hak5"; + } + ]; + }; + hilink_hlk-7628n = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-hilink_hlk-7628n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"; + sha256 = "106df003f49d11548cf4ef69e65b994a079ae95567f346d01941e12772662aff"; + sha256_unsigned = "4521a639c04ae0a2a76ab518678ba2d1b14b7a7b42934ccc91ce6f1a656e7751"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-hilink_hlk-7628n-initramfs-kernel.bin"; + sha256 = "da08e1456fc79635bcf378305408c9219f09a642c206632300abdd05de9e4903"; + sha256_unsigned = "da08e1456fc79635bcf378305408c9219f09a642c206632300abdd05de9e4903"; + type = "kernel"; + } + ]; + supported_devices = [ + "hilink,hlk-7628n" + ]; + titles = [ + { + model = "HLK-7628N"; + vendor = "HILINK"; + } + ]; + }; + hilink_hlk-7688a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-hilink_hlk-7688a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-hilink_hlk-7688a-initramfs-kernel.bin"; + sha256 = "d37defd392a0562e3a70959164f41bee7d6924b31da3cdabfbc555ccc671ac33"; + sha256_unsigned = "d37defd392a0562e3a70959164f41bee7d6924b31da3cdabfbc555ccc671ac33"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-hilink_hlk-7688a-squashfs-sysupgrade.bin"; + sha256 = "7dd5bf1011051f61768b5fb2ec4e4ad834a6be0b35ae77988c4deb95366ceb06"; + sha256_unsigned = "70db7e726cb94037946d3d0e89227036b39c720f4ff2d217a5d0628dacaf41f0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hilink,hlk-7688a" + ]; + titles = [ + { + model = "HLK-7688A"; + vendor = "Hi-Link"; + } + ]; + }; + hiwifi_hc5611 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-hiwifi_hc5611"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-hiwifi_hc5611-initramfs-kernel.bin"; + sha256 = "e95f9fede0e4637d45e5d230960ed3358962a90e2570b43f6425f73c9f0509cf"; + sha256_unsigned = "e95f9fede0e4637d45e5d230960ed3358962a90e2570b43f6425f73c9f0509cf"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-hiwifi_hc5611-squashfs-sysupgrade.bin"; + sha256 = "265bf4460d5e16208f1107c74adbb79fe4df400e0ba76bd157b063faae5e67d6"; + sha256_unsigned = "5eb7fde9a3e69a5a8312da9b901e7ae5289caca76d9b872f33008ac105465f8f"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5611" + ]; + titles = [ + { + model = "HC5611"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5661a = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-hiwifi_hc5661a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-hiwifi_hc5661a-squashfs-sysupgrade.bin"; + sha256 = "4d08d9891de539afe8a6db810d53cc632ed003d27d1810ffbda464bedb5122e6"; + sha256_unsigned = "d1fb268670734a12032f24eb01aae62bc1d216bb9545caa986a34acdb984be83"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-hiwifi_hc5661a-initramfs-kernel.bin"; + sha256 = "56ceb812d4cb378ce4ec7638aef9510d5e329da8a1a5a55f864c9eb4721387b7"; + sha256_unsigned = "56ceb812d4cb378ce4ec7638aef9510d5e329da8a1a5a55f864c9eb4721387b7"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5661a" + "hc5661a" + ]; + titles = [ + { + model = "HC5661A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5761a = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-hiwifi_hc5761a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-hiwifi_hc5761a-initramfs-kernel.bin"; + sha256 = "a1984dd212b46eb00ce670beead4b13c0e0a6557dbc6df954cd2cf39c8b02cd1"; + sha256_unsigned = "a1984dd212b46eb00ce670beead4b13c0e0a6557dbc6df954cd2cf39c8b02cd1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-hiwifi_hc5761a-squashfs-sysupgrade.bin"; + sha256 = "e46b306a5e5dd5bd2061e13cff9c735401075da18119bc3353049312f6967ba6"; + sha256_unsigned = "ba70e07148343108d9a46a41bb1f0879a34dd1a2b950dcb30567aefe853add98"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hiwifi,hc5761a" + ]; + titles = [ + { + model = "HC5761A"; + vendor = "HiWiFi"; + } + ]; + }; + hiwifi_hc5861b = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-hiwifi_hc5861b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"; + sha256 = "3c034242dc9048dce81a02edcbe42ecc906127b1362a0ff703bcef48f9af26ac"; + sha256_unsigned = "55c8bc7d236480b169a2fa2b3fd32486ecece1b256f091df99e03002b5a6a0ec"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-hiwifi_hc5861b-initramfs-kernel.bin"; + sha256 = "834a855084cc502ac658ea32fbe8e5fb5364c24ccd7b3d8322283422f67fd3a7"; + sha256_unsigned = "834a855084cc502ac658ea32fbe8e5fb5364c24ccd7b3d8322283422f67fd3a7"; + type = "kernel"; + } + ]; + supported_devices = [ + "hiwifi,hc5861b" + ]; + titles = [ + { + model = "HC5861B"; + vendor = "HiWiFi"; + } + ]; + }; + iptime_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-iptime_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-iptime_a3-initramfs-kernel.bin"; + sha256 = "9faec6c0ea3054d0a97f378f79fc0a7a4244a4d4e7ea1a10d21812edb3bf3d42"; + sha256_unsigned = "9faec6c0ea3054d0a97f378f79fc0a7a4244a4d4e7ea1a10d21812edb3bf3d42"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-iptime_a3-squashfs-sysupgrade.bin"; + sha256 = "ac4763bf424d66832e7b2f19383305f1fda3d8df6c4732174691744a100d926f"; + sha256_unsigned = "4271ff5832904b4a65ec51335a2d9d14e3fa2b030dea646d964702f8632aa744"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "ipTIME"; + } + ]; + }; + iptime_a604m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-iptime_a604m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-iptime_a604m-initramfs-kernel.bin"; + sha256 = "a422eb1d6502105bd9f039fa8e8ca4cb804ae2b8e063ae50280fade9828edff9"; + sha256_unsigned = "a422eb1d6502105bd9f039fa8e8ca4cb804ae2b8e063ae50280fade9828edff9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-iptime_a604m-squashfs-sysupgrade.bin"; + sha256 = "8498c60deea6102c619b0dd48ee0ff41359744ac532f4141709d754ffc37c3ba"; + sha256_unsigned = "ed1f76373311cc38ec79f39e57db0b5ced1c300146ce2d8447206f7a9080283d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iptime,a604m" + ]; + titles = [ + { + model = "A604M"; + vendor = "ipTIME"; + } + ]; + }; + jotale_js76x8-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-jotale_js76x8-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-jotale_js76x8-16m-squashfs-sysupgrade.bin"; + sha256 = "a55aad68951fde24230bb13657ea8f7457132893f56d8ced600171106fa41d9c"; + sha256_unsigned = "40d7ef24bf962d792c24e2e15db0abb48d04de275d369d14cc7fdac256b87fc9"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-jotale_js76x8-16m-initramfs-kernel.bin"; + sha256 = "645165fcc4e5eadedf25f978fbf3fc5c32d32e588e5aa0fecc536eb02ed1b155"; + sha256_unsigned = "645165fcc4e5eadedf25f978fbf3fc5c32d32e588e5aa0fecc536eb02ed1b155"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-16m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "16M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-jotale_js76x8-32m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-jotale_js76x8-32m-squashfs-sysupgrade.bin"; + sha256 = "d31492ad8e572acd62fa09be4d00aa541ce2fe9b1c5ab173ebab09290027184f"; + sha256_unsigned = "095bd52d2cf199be52eafbbfc59faede63a70a6d8219ed7b8d5f23f5291b7a0c"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-jotale_js76x8-32m-initramfs-kernel.bin"; + sha256 = "124bb69f854a28814d4e885052627ae3cbab2e32da28a77b5f21526a77f6d911"; + sha256_unsigned = "124bb69f854a28814d4e885052627ae3cbab2e32da28a77b5f21526a77f6d911"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-32m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "32M"; + vendor = "Jotale"; + } + ]; + }; + jotale_js76x8-8m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-jotale_js76x8-8m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-jotale_js76x8-8m-squashfs-sysupgrade.bin"; + sha256 = "65f1cbe0d34c77ae158ad5d6215f361b022061b124f3947814b8b698e97844ab"; + sha256_unsigned = "5dc7a7e4acb79e502bb5a65cd66d0a44508bb17874cd2e7a292b67d56e3a4185"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-jotale_js76x8-8m-initramfs-kernel.bin"; + sha256 = "2b50982bf564cd8ce4db38b68ca62638baa71546e3906578684163af72f971ab"; + sha256_unsigned = "2b50982bf564cd8ce4db38b68ca62638baa71546e3906578684163af72f971ab"; + type = "kernel"; + } + ]; + supported_devices = [ + "jotale,js76x8-8m" + ]; + titles = [ + { + model = "JS76x8"; + variant = "8M"; + vendor = "Jotale"; + } + ]; + }; + keenetic_kn-1613 = { + device_packages = [ + "kmod-mt7615e" + "kmod-mt7663-firmware-ap" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-keenetic_kn-1613"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-keenetic_kn-1613-squashfs-sysupgrade.bin"; + sha256 = "47ab2436f6ccfd280e1d25dbef408be0f528b007ee91b17cc2d35b77a6242ef2"; + sha256_unsigned = "154c543ca332013905dce9a5378c4302d3d0290dd20251dad545251ba2cda45f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-keenetic_kn-1613-squashfs-factory.bin"; + sha256 = "ab7cd243f4fd29dc3487030a425402f00fc7ff0e1b1ce8af3369de39c56508e4"; + sha256_unsigned = "ab7cd243f4fd29dc3487030a425402f00fc7ff0e1b1ce8af3369de39c56508e4"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-keenetic_kn-1613-initramfs-kernel.bin"; + sha256 = "6630abc8907579f9ccf42c887a2e5c6d4ae2b6cff5306f13a8a7457219ee2a6c"; + sha256_unsigned = "6630abc8907579f9ccf42c887a2e5c6d4ae2b6cff5306f13a8a7457219ee2a6c"; + type = "kernel"; + } + ]; + supported_devices = [ + "keenetic,kn-1613" + ]; + titles = [ + { + model = "KN-1613"; + vendor = "Keenetic"; + } + ]; + }; + kroks_kndrt31r16 = { + device_packages = [ + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-kroks_kndrt31r16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-kroks_kndrt31r16-initramfs-kernel.bin"; + sha256 = "d99c009a5a888ca42af70e0880856e4fc3dc7e82eae666c10b8fceacc5ec25ca"; + sha256_unsigned = "d99c009a5a888ca42af70e0880856e4fc3dc7e82eae666c10b8fceacc5ec25ca"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-kroks_kndrt31r16-squashfs-sysupgrade.bin"; + sha256 = "1dcf4da41b320efb131a8dd16ca1e1586e02c1ea6a93e1cf265d7b396e83e468"; + sha256_unsigned = "fc01a0b2c2c08feda1df346e4ef55aaef5dd79b7dba63bda137239d8a31f7c54"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "kroks,kndrt31r16" + "kndrt31r16" + ]; + titles = [ + { + model = "Rt-Cse5 UW DRSIM"; + vendor = "Kroks"; + } + { + model = "KNdRt31R16"; + vendor = "Kroks"; + } + ]; + }; + kroks_kndrt31r19 = { + device_packages = [ + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-kroks_kndrt31r19"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-kroks_kndrt31r19-squashfs-sysupgrade.bin"; + sha256 = "aa0c959058bb6dcfdd8c05b916d95ca515d2cb987f6304b84b4d61d29b8d8059"; + sha256_unsigned = "5df2a1feacca30bcbe5962a0633837184b3e0e00dcddac89806ef8c3e02b3c30"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-kroks_kndrt31r19-initramfs-kernel.bin"; + sha256 = "080662f3fa706eb92188b31a059c47af394d95fca1c9f0325145b730f66dd828"; + sha256_unsigned = "080662f3fa706eb92188b31a059c47af394d95fca1c9f0325145b730f66dd828"; + type = "kernel"; + } + ]; + supported_devices = [ + "kroks,kndrt31r19" + "kndrt31r19" + ]; + titles = [ + { + model = "Rt-Pot mXw DS RSIM"; + vendor = "Kroks"; + } + { + model = "KNdRt31R19"; + vendor = "Kroks"; + } + ]; + }; + linksys_e5400 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-linksys_e5400"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-linksys_e5400-initramfs-kernel.bin"; + sha256 = "71926b3a8ed2098c9d7f9b49ae822ffac0b5bf7f77fa55f595005659855fa78a"; + sha256_unsigned = "71926b3a8ed2098c9d7f9b49ae822ffac0b5bf7f77fa55f595005659855fa78a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-linksys_e5400-squashfs-sysupgrade.bin"; + sha256 = "d9f4a2f11b47c47b1f1086af6c1b9e7f659137a2247831c4511d66681fe5c6f0"; + sha256_unsigned = "874baa69ef70ea3cd88eb38f3b77fd2f66751431b00259727241e338ff5d9b60"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "linksys,e5400" + ]; + titles = [ + { + model = "E5400"; + vendor = "Linksys"; + } + { + model = "E2500"; + variant = "v4"; + vendor = "Linksys"; + } + { + model = "E5300"; + vendor = "Linksys"; + } + { + model = "E5350"; + vendor = "Linksys"; + } + ]; + }; + mediatek_linkit-smart-7688 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-mediatek_linkit-smart-7688"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-mediatek_linkit-smart-7688-initramfs-kernel.bin"; + sha256 = "6a3da0e648712165a10d90572207df2b5ba8fced72c1fecf719d72f73f9b3f9b"; + sha256_unsigned = "6a3da0e648712165a10d90572207df2b5ba8fced72c1fecf719d72f73f9b3f9b"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-mediatek_linkit-smart-7688-squashfs-sysupgrade.bin"; + sha256 = "c7fb81fa09f78d57212adb51a75fd9e12126655036605f6c7dbdc65c1c3e6b08"; + sha256_unsigned = "35703b1ccc23f33a6f692be81ac0966f7fe3eff3efab23b3bb088e4319cb5612"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,linkit-smart-7688" + "linkits7688" + "linkits7688d" + ]; + titles = [ + { + model = "LinkIt Smart 7688"; + vendor = "MediaTek"; + } + ]; + }; + mediatek_mt7628an-eval-board = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-mediatek_mt7628an-eval-board"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-mediatek_mt7628an-eval-board-initramfs-kernel.bin"; + sha256 = "907ef72dbb7642b7d7fd2be84fa8ec1aa1870f14ffce13396947db448721d3c2"; + sha256_unsigned = "907ef72dbb7642b7d7fd2be84fa8ec1aa1870f14ffce13396947db448721d3c2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-mediatek_mt7628an-eval-board-squashfs-sysupgrade.bin"; + sha256 = "c9c9050facbe8725b3a9780d4448c3f5d77a0a8d6461dbc8aae990bf3bf28373"; + sha256_unsigned = "0ee6dfce00ee47702a6c06bf0cf34aac943c105b80ff8baed2d16f5b3e08112d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mediatek,mt7628an-eval-board" + "mt7628" + ]; + titles = [ + { + model = "MT7628 EVB"; + vendor = "MediaTek"; + } + ]; + }; + mercury_mac1200r-v2 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-mercury_mac1200r-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-mercury_mac1200r-v2-initramfs-kernel.bin"; + sha256 = "5c9bf7ea370c814798d2404401be5b03654e0fbc5108e24cb79f4dd9b49d2aad"; + sha256_unsigned = "5c9bf7ea370c814798d2404401be5b03654e0fbc5108e24cb79f4dd9b49d2aad"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-mercury_mac1200r-v2-squashfs-sysupgrade.bin"; + sha256 = "d4bc6762b64ee32429859119e9c3be027592d007819f6752a93a0971fba5966d"; + sha256_unsigned = "cfb375cf0a0849193e1ceeb6bb94e2e7c6a1a74946a050f8b84e82955328cbda"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "mercury,mac1200r-v2" + "mac1200rv2" + ]; + titles = [ + { + model = "MAC1200R"; + variant = "v2.0"; + vendor = "Mercury"; + } + ]; + }; + minew_g1-c = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-cp210x" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-minew_g1-c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-minew_g1-c-initramfs-kernel.bin"; + sha256 = "255bb44a4b9b9b8a6063de8d4eddf77ad9b99e1fb381bd56658217c718e338d6"; + sha256_unsigned = "255bb44a4b9b9b8a6063de8d4eddf77ad9b99e1fb381bd56658217c718e338d6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-minew_g1-c-squashfs-sysupgrade.bin"; + sha256 = "255b0f5d07590c5202e71e8110168b05f7e9f1ccfc475c125bdaf29e9e747785"; + sha256_unsigned = "3860f4917f69b260a0d85d17e2478281a1a7135e02ad86df795ab0fb9cf64070"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "minew,g1-c" + "minew-g1c" + ]; + titles = [ + { + model = "G1-C"; + vendor = "Minew"; + } + ]; + }; + motorola_mwr03 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-motorola_mwr03"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-motorola_mwr03-squashfs-sysupgrade.bin"; + sha256 = "ed35fdb730c8bda303d793cc5e4f01ce30727e7cee10ace42a187ebcb01ccebc"; + sha256_unsigned = "4ea4233597b95d76875a313bf47d48ad072d9bfb51d9ddcd111f5220c31e5c06"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-motorola_mwr03-initramfs-kernel.bin"; + sha256 = "8d39271235d48089dcfab6a04567c41f3b8e120b4eaef9e97e069ee02a2c3707"; + sha256_unsigned = "8d39271235d48089dcfab6a04567c41f3b8e120b4eaef9e97e069ee02a2c3707"; + type = "kernel"; + } + ]; + supported_devices = [ + "motorola,mwr03" + ]; + titles = [ + { + model = "MWR03"; + vendor = "Motorola"; + } + ]; + }; + netgear_r6020 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-netgear_r6020"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-netgear_r6020-squashfs-factory.img"; + sha256 = "8d8310e5b1a6fbfa8c59d7c39a57fa254d63887ca4dfe41f8f5f7283aaee5e35"; + sha256_unsigned = "8d8310e5b1a6fbfa8c59d7c39a57fa254d63887ca4dfe41f8f5f7283aaee5e35"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-netgear_r6020-initramfs-kernel.bin"; + sha256 = "c604a298063cf30489cae99c4edbf7a514bf9c6166882d07cfef3d93f51278f7"; + sha256_unsigned = "c604a298063cf30489cae99c4edbf7a514bf9c6166882d07cfef3d93f51278f7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-netgear_r6020-squashfs-sysupgrade.bin"; + sha256 = "0770a7090a89bedc416fecf23985c5ee7d85f5c0de446e830c7075ab307e127f"; + sha256_unsigned = "2a7e9e8c589e00c856703ed7b0773da22221dbd11ce835bf5525a71407b91d5b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "netgear,r6020" + ]; + titles = [ + { + model = "R6020"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6080 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-netgear_r6080"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-netgear_r6080-squashfs-factory.img"; + sha256 = "4f5ddb74273b1e377742b579d0862841e666b1f20e4ed364e501de1f77202e44"; + sha256_unsigned = "4f5ddb74273b1e377742b579d0862841e666b1f20e4ed364e501de1f77202e44"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-netgear_r6080-squashfs-sysupgrade.bin"; + sha256 = "cca2d68ca44f3ed03f08e5ecfc77e7c8302bf3cabd26e67d0a43eccc1b9aa1d0"; + sha256_unsigned = "5da1ca3949e15a1e15df764e0707e17b3aa2e53189600c21f9acb61112bc2105"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-netgear_r6080-initramfs-kernel.bin"; + sha256 = "408d63b5385de4f6c673829f2685a50e0f8b898ba70ad5efeee2a0c3755d944d"; + sha256_unsigned = "408d63b5385de4f6c673829f2685a50e0f8b898ba70ad5efeee2a0c3755d944d"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6080" + ]; + titles = [ + { + model = "R6080"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_r6120 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-netgear_r6120"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin"; + sha256 = "d41769b570ed467807f007cf2b2f55aceca2ac78a331d7b04d6ba71d867bb930"; + sha256_unsigned = "5f1f0c25ba06abb9b072d99ca508968e05328c7fb7935c835aa7a92f1d3ef11f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-netgear_r6120-squashfs-factory.img"; + sha256 = "4cf271a49f93e1915e533a818755d724d0b769fcc4bc2e8434b2f33d9eb91663"; + sha256_unsigned = "4cf271a49f93e1915e533a818755d724d0b769fcc4bc2e8434b2f33d9eb91663"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-netgear_r6120-initramfs-kernel.bin"; + sha256 = "cea29b3b9888e88414a9e83786315588f7f06659ed5604076f57d642a0bd89a6"; + sha256_unsigned = "cea29b3b9888e88414a9e83786315588f7f06659ed5604076f57d642a0bd89a6"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,r6120" + ]; + titles = [ + { + model = "R6120"; + vendor = "NETGEAR"; + } + ]; + }; + onion_omega2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-onion_omega2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-onion_omega2-initramfs-kernel.bin"; + sha256 = "12a4644318b23e40cf5cea5c3878c29504a2359cf337bc85ae0c4af5e8953162"; + sha256_unsigned = "12a4644318b23e40cf5cea5c3878c29504a2359cf337bc85ae0c4af5e8953162"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-onion_omega2-squashfs-sysupgrade.bin"; + sha256 = "8737e2913c2558ea8682a293210da4b07d45733eb20ad5fd91d9766556ecc61c"; + sha256_unsigned = "962552d206a254e6f0df45d55aa80c3f649189f886d26297f9796771a2c7ddb2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "onion,omega2" + "omega2" + ]; + titles = [ + { + model = "Omega2"; + vendor = "Onion"; + } + ]; + }; + onion_omega2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "uboot-envtools" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-onion_omega2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-onion_omega2p-squashfs-sysupgrade.bin"; + sha256 = "2777b13611cca79b3b14147059e1ee4b313219b9c6b61e7be3b9d4e4b4cded59"; + sha256_unsigned = "fa67dc5e9622d95aac4801efe00f465f1af66037dac7c32e924acfe7d3c36e01"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-onion_omega2p-initramfs-kernel.bin"; + sha256 = "a12e25df2776e8bb211b331795566ef7ffd3f1f6cf1188c9b15f6a6d59caa46b"; + sha256_unsigned = "a12e25df2776e8bb211b331795566ef7ffd3f1f6cf1188c9b15f6a6d59caa46b"; + type = "kernel"; + } + ]; + supported_devices = [ + "onion,omega2p" + "omega2p" + ]; + titles = [ + { + model = "Omega2+"; + vendor = "Onion"; + } + ]; + }; + oraybox_x1 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-oraybox_x1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-oraybox_x1-initramfs-kernel.bin"; + sha256 = "5682cb41459671ea7d4304c7a16d741752ca7435602a47bf0c3c7a508a48131c"; + sha256_unsigned = "5682cb41459671ea7d4304c7a16d741752ca7435602a47bf0c3c7a508a48131c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-oraybox_x1-squashfs-sysupgrade.bin"; + sha256 = "56e6d450a10657c090f65b396faec0eb3ac56b35228b64eacc565b5000fecb81"; + sha256_unsigned = "0dcb6c6a67928239473ea777a3388adcfa08171cae9bd1f37c74e00012b2d5d4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "oraybox,x1" + ]; + titles = [ + { + model = "X1"; + vendor = "OrayBox"; + } + ]; + }; + rakwireless_rak633 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-rakwireless_rak633"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-rakwireless_rak633-initramfs-kernel.bin"; + sha256 = "47a880d50604cd36cb00da7c2ab891e24d6d3e04920e71cc2ac857b63cb20253"; + sha256_unsigned = "47a880d50604cd36cb00da7c2ab891e24d6d3e04920e71cc2ac857b63cb20253"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"; + sha256 = "e1ba4baea8b33e773fdd997c618652fe0545394b0d658a70dad72b248ac425a4"; + sha256_unsigned = "d2f9c517977d9005a81ef5ccc299ec7833f53983b5f461a585f73b9bd6f0e76e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "rakwireless,rak633" + ]; + titles = [ + { + model = "RAK633"; + vendor = "Rakwireless"; + } + ]; + }; + ravpower_rp-wd009 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-sdhci-mt7620" + "kmod-i2c-mt7628" + "ravpower-mcu" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-ravpower_rp-wd009"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-ravpower_rp-wd009-squashfs-factory.bin"; + sha256 = "10d1b699c46dcdfab95639a16aacbdaec7c04decb3b63718a28c3cd0c6fc056e"; + sha256_unsigned = "10d1b699c46dcdfab95639a16aacbdaec7c04decb3b63718a28c3cd0c6fc056e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-ravpower_rp-wd009-squashfs-sysupgrade.bin"; + sha256 = "d871f1854ba2bbc1ac91083e2760c94b68382a61d30e2e71c7b501b16f2732fa"; + sha256_unsigned = "a81e93748ff84e187aed84391cfbd0d6a79b00458c6402e532ce59ee12044383"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-ravpower_rp-wd009-initramfs-kernel.bin"; + sha256 = "b3f22e4ea4b5c080cac66b9e22808fa3a2630e10510eaae60a38894fbc424e96"; + sha256_unsigned = "b3f22e4ea4b5c080cac66b9e22808fa3a2630e10510eaae60a38894fbc424e96"; + type = "kernel"; + } + ]; + supported_devices = [ + "ravpower,rp-wd009" + ]; + titles = [ + { + model = "RP-WD009"; + vendor = "RAVPower"; + } + ]; + }; + skylab_skw92a = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-skylab_skw92a"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-skylab_skw92a-initramfs-kernel.bin"; + sha256 = "876f3f8231fe637b3741ff86b02a2f2117beaf7803d1c2ca4d2e8a9548372e73"; + sha256_unsigned = "876f3f8231fe637b3741ff86b02a2f2117beaf7803d1c2ca4d2e8a9548372e73"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"; + sha256 = "f19e8afba4763f48b7b6d69224fe9be8c26e64bcdc6739c2b7f6e7621a14de94"; + sha256_unsigned = "3e70630e3748d651b5612c75ef8d0a9855d83b348b2c588c967b704539051029"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "skylab,skw92a" + ]; + titles = [ + { + model = "SKW92A"; + vendor = "Skylab"; + } + ]; + }; + tama_w06 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tama_w06"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tama_w06-initramfs-kernel.bin"; + sha256 = "70d627836557d2bf25be9fae6c197fa34f9b1ff7f95d57222ddf70c3cce1a8b8"; + sha256_unsigned = "70d627836557d2bf25be9fae6c197fa34f9b1ff7f95d57222ddf70c3cce1a8b8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"; + sha256 = "306bd6f85e014d3d58538af0b7b740839bbfd2894f1bfc9e816ebc77cc139a77"; + sha256_unsigned = "8f1388a1a08d193b95eb07a404ee34359ead3b4d795857b7394bddcb225ba806"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tama,w06" + ]; + titles = [ + { + model = "W06"; + vendor = "Tama"; + } + ]; + }; + totolink_a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-totolink_a3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-totolink_a3-initramfs-kernel.bin"; + sha256 = "481a1762fc58cf7c4ac733472b3ff1252ba30c92d27854cf4528707e3d911c45"; + sha256_unsigned = "481a1762fc58cf7c4ac733472b3ff1252ba30c92d27854cf4528707e3d911c45"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-totolink_a3-squashfs-sysupgrade.bin"; + sha256 = "89386d05f9248e25c34fa69b6748abd36094af273fd2ee5bd78c6b0e7adc02fc"; + sha256_unsigned = "5fb0903f0c719147ba212d46801fd313eab517fc9980955032a46bc9f703724d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,a3" + ]; + titles = [ + { + model = "A3"; + vendor = "TOTOLINK"; + } + ]; + }; + totolink_lr1200 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-totolink_lr1200"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-totolink_lr1200-initramfs-kernel.bin"; + sha256 = "9b4f195a8612615c0f159033181688d43371a7a1ace1fd13572198821b6b2a00"; + sha256_unsigned = "9b4f195a8612615c0f159033181688d43371a7a1ace1fd13572198821b6b2a00"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"; + sha256 = "020ed874a4a54b2fcc7e3e2b7805a65524392de3d3b3f1993824d1d81adf2013"; + sha256_unsigned = "a016a532528efcf856ff3de9980f3f5183f467bcc22de987b04c565eade59ccb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "totolink,lr1200" + ]; + titles = [ + { + model = "LR1200"; + vendor = "TOTOLINK"; + } + ]; + }; + tplink_archer-c20-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_archer-c20-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_archer-c20-v4-initramfs-kernel.bin"; + sha256 = "539c6c6eadee0cd83fef89c3c00e081a63d692599d880cc5cb379e51922537c2"; + sha256_unsigned = "539c6c6eadee0cd83fef89c3c00e081a63d692599d880cc5cb379e51922537c2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_archer-c20-v4-squashfs-sysupgrade.bin"; + sha256 = "880f897b51e0da8aee85b2459f58c6c82cb489344fb3d6f593c7127b20570536"; + sha256_unsigned = "90691a9808995f0cc81fbc6e536fdd0d79a3c2790359064ebc3eb7b11653bc6f"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_archer-c20-v4-squashfs-tftp-recovery.bin"; + sha256 = "5c9c0aea730da950dcbc0dff1a2ec48d620008b2542cce7783f112741fc98278"; + sha256_unsigned = "5c9c0aea730da950dcbc0dff1a2ec48d620008b2542cce7783f112741fc98278"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v4" + "tplink,c20-v4" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c20-v5 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_archer-c20-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_archer-c20-v5-initramfs-kernel.bin"; + sha256 = "c5f811beee8f2902ee2c1e36ab1a15b25fb4470797fec062d43520cc339408d7"; + sha256_unsigned = "c5f811beee8f2902ee2c1e36ab1a15b25fb4470797fec062d43520cc339408d7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_archer-c20-v5-squashfs-sysupgrade.bin"; + sha256 = "cb09305ccfc74203fae88d87759808c512ba381c56894d76c2614ba8d7a3fb0d"; + sha256_unsigned = "03e3affd4fd3e04ebb1d5a2e4db5bfa8b41960b6342b95870cc442b73141173c"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c20-v5" + ]; + titles = [ + { + model = "Archer C20"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_archer-c50-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_archer-c50-v3-initramfs-kernel.bin"; + sha256 = "0fd23789444abd674f8119800f23a462d2e2b1a662103600c7d1f10badd2393f"; + sha256_unsigned = "0fd23789444abd674f8119800f23a462d2e2b1a662103600c7d1f10badd2393f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_archer-c50-v3-squashfs-tftp-recovery.bin"; + sha256 = "dfb104e53ade03946eec87406d93b395e53678e79a179a091b040ecbf8e4ddf5"; + sha256_unsigned = "dfb104e53ade03946eec87406d93b395e53678e79a179a091b040ecbf8e4ddf5"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_archer-c50-v3-squashfs-sysupgrade.bin"; + sha256 = "d766ba03dbc8e704c7bb5b58887309fae82df0d09ee41c144817bc71789e39f4"; + sha256_unsigned = "7aabc10d21e90facf2cd88d63386ec40681214c3b859258b7674c33e4f6509b3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v3" + "tplink,c50-v3" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_archer-c50-v4 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_archer-c50-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_archer-c50-v4-initramfs-kernel.bin"; + sha256 = "67f3fe65dd77f4d8afd8f958f505c7055416b1cac3dea141d6d609335a5af303"; + sha256_unsigned = "67f3fe65dd77f4d8afd8f958f505c7055416b1cac3dea141d6d609335a5af303"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_archer-c50-v4-squashfs-sysupgrade.bin"; + sha256 = "ee28b026754f7fb7013b49fb14b3952650759c677130ab9f735bac1e93a0f76e"; + sha256_unsigned = "31c59c43f18cf1329dae17ba3c04b5b6fad92736ded2f738e94959eb3118d77a"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,archer-c50-v4" + "tplink,c50-v4" + ]; + titles = [ + { + model = "Archer C50"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_re200-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re200-v2-squashfs-sysupgrade.bin"; + sha256 = "c758a32cc8aa7ceb5778d7510545496ae381f341c0e0b262a05a482c6f2cfddf"; + sha256_unsigned = "dfdebabbf4483eb286f01238f18c5da07a5cbdd01b25d3d94278527db30ef770"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re200-v2-squashfs-factory.bin"; + sha256 = "c49068f39b90546bd41fec4c3ec1037c7d9cc7b8ea6611a5db0aebd9ec62f63a"; + sha256_unsigned = "c49068f39b90546bd41fec4c3ec1037c7d9cc7b8ea6611a5db0aebd9ec62f63a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re200-v2-initramfs-kernel.bin"; + sha256 = "00260d59d7ada1d18ebaa7af481a9cc212bd1b0a58496341fbdc9b51a5a2d28a"; + sha256_unsigned = "00260d59d7ada1d18ebaa7af481a9cc212bd1b0a58496341fbdc9b51a5a2d28a"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v2" + ]; + titles = [ + { + model = "RE200"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v3 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_re200-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re200-v3-squashfs-sysupgrade.bin"; + sha256 = "4194ccc8da4e7d56df2926503521e5eb80c9c380f8f7b71363cea2e288e3a7cd"; + sha256_unsigned = "abd4a186697481d10cd16fd868d2e39cb75888afaf831ca45a9b65be4e6c5b93"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re200-v3-initramfs-kernel.bin"; + sha256 = "9e396b76a93c93c1df9b8b5ca750e626f20dfe7bb45060ba1fe85db9cae5300c"; + sha256_unsigned = "9e396b76a93c93c1df9b8b5ca750e626f20dfe7bb45060ba1fe85db9cae5300c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re200-v3-squashfs-factory.bin"; + sha256 = "69255aeaf9be0db361a299bd55a85cb6010ac4370cc5f88ad02cb20c36ea9c5d"; + sha256_unsigned = "69255aeaf9be0db361a299bd55a85cb6010ac4370cc5f88ad02cb20c36ea9c5d"; + type = "factory"; + } + ]; + supported_devices = [ + "tplink,re200-v3" + ]; + titles = [ + { + model = "RE200"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re200-v4 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_re200-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re200-v4-squashfs-factory.bin"; + sha256 = "f7c21308d53ee6b7c65701b60342cdd3206c1858064eca595d3b2146e0a92d6f"; + sha256_unsigned = "f7c21308d53ee6b7c65701b60342cdd3206c1858064eca595d3b2146e0a92d6f"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re200-v4-squashfs-sysupgrade.bin"; + sha256 = "72f70577e64af044c8cc0901b6fb1191d08b8c4ebf108233495a2f06611b1f12"; + sha256_unsigned = "6f303563bc49722609a811f6c19bade63b25d8306afcca6dc7fabd9cd529b4d3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re200-v4-initramfs-kernel.bin"; + sha256 = "106f4a230827b7f9dc546b18a5b8b6424c62378ecf17ee402148bade9711c61b"; + sha256_unsigned = "106f4a230827b7f9dc546b18a5b8b6424c62378ecf17ee402148bade9711c61b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re200-v4" + ]; + titles = [ + { + model = "RE200"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re220-v2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_re220-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re220-v2-squashfs-factory.bin"; + sha256 = "c3f0428514c6de1da802db3d51bfd8e59adab5753d6cd3f049bff39df0528300"; + sha256_unsigned = "c3f0428514c6de1da802db3d51bfd8e59adab5753d6cd3f049bff39df0528300"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re220-v2-initramfs-kernel.bin"; + sha256 = "ac3d94f6b712f4e60215c61093b70271a73d10c1b5621e0282cca7195bbfeefa"; + sha256_unsigned = "ac3d94f6b712f4e60215c61093b70271a73d10c1b5621e0282cca7195bbfeefa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re220-v2-squashfs-sysupgrade.bin"; + sha256 = "c44e62b1fae79c8b2e312bb88246970c77edb94aeaca064e5e5d194852617b72"; + sha256_unsigned = "4b6742a8e1b9cd0179cb00ebcfd75971e4b3227d2f9c6f45d561be752889df90"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,re220-v2" + ]; + titles = [ + { + model = "RE220"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v1 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_re305-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re305-v1-squashfs-sysupgrade.bin"; + sha256 = "d42b83577cc4084f19b126e430c9a0052c82a6206e24f5a2ded43a2487075a69"; + sha256_unsigned = "c490a0084eeae9f890adbb15c8bcbb46164726a8c7c7b69d9a9c64459414a8ae"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re305-v1-initramfs-kernel.bin"; + sha256 = "df008567e6803545c7f3f932ee3d442d88e76a80a4241b5532ce658d1d36956b"; + sha256_unsigned = "df008567e6803545c7f3f932ee3d442d88e76a80a4241b5532ce658d1d36956b"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re305-v1" + ]; + titles = [ + { + model = "RE305"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_re305-v3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_re305-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re305-v3-squashfs-sysupgrade.bin"; + sha256 = "21a50d355a1de80e49789b2f9b88d5638aca3c260ab235296dc5798bfae27830"; + sha256_unsigned = "3d6851bfc335c655637bd7d4bf8f7a4c2e8b3efe485ac0e4d1c52351507eb74b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re305-v3-squashfs-factory.bin"; + sha256 = "7a06d78773e09afb7604781a9622b459860d518aeb645787d9a06a6ccd87bf8a"; + sha256_unsigned = "7a06d78773e09afb7604781a9622b459860d518aeb645787d9a06a6ccd87bf8a"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_re305-v3-initramfs-kernel.bin"; + sha256 = "de241e238c0a74225f0eae2e19d80b4636eb8490200db9a82888db45a43b4d0d"; + sha256_unsigned = "de241e238c0a74225f0eae2e19d80b4636eb8490200db9a82888db45a43b4d0d"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,re305-v3" + ]; + titles = [ + { + model = "RE305"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3020-v3 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-mr3020-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"; + sha256 = "b9d12c4dbd8298064ac8ec6a99a1506538d712bf27620f6dfe834f50f6f6ff04"; + sha256_unsigned = "b9d12c4dbd8298064ac8ec6a99a1506538d712bf27620f6dfe834f50f6f6ff04"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-mr3020-v3-initramfs-kernel.bin"; + sha256 = "83394cea1ee0e77ae5c5eea951c13691b6c8c2332607739b84b9a4369971f2ce"; + sha256_unsigned = "83394cea1ee0e77ae5c5eea951c13691b6c8c2332607739b84b9a4369971f2ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin"; + sha256 = "4bb8024c55e6d7bb0f71f283772b0e92016bc58daaedceba49dec4b87f34d699"; + sha256_unsigned = "74bf030d2e8af1380994a1e9694f76c1f9cb1e6925b6ac926082377f4e4c1d76"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr3020-v3" + ]; + titles = [ + { + model = "TL-MR3020"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr3420-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-mr3420-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-mr3420-v5-initramfs-kernel.bin"; + sha256 = "48430182fb01c838cc2b68e4170765e70af52b6602609dd0e0e07a7b365ff569"; + sha256_unsigned = "48430182fb01c838cc2b68e4170765e70af52b6602609dd0e0e07a7b365ff569"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin"; + sha256 = "e391728f0a1429ba62c1854d0feba33f66ac9744bc1b40c1b79bb06b2492014b"; + sha256_unsigned = "c5c8034604d6bc9a7dfef14a5c09440af986fd21d1c423d1b78327762d5485cf"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"; + sha256 = "301a357627f58b279aeab2750fcdb1aa1932e3ca2de83dc431dc662a137e27d2"; + sha256_unsigned = "301a357627f58b279aeab2750fcdb1aa1932e3ca2de83dc431dc662a137e27d2"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-mr3420-v5" + ]; + titles = [ + { + model = "TL-MR3420"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v4 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-mr6400-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-mr6400-v4-initramfs-kernel.bin"; + sha256 = "5f8955b241374f266aaf7a08e34696c9741e68125932567f795cf798ed623f02"; + sha256_unsigned = "5f8955b241374f266aaf7a08e34696c9741e68125932567f795cf798ed623f02"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-tftp-recovery.bin"; + sha256 = "51cd0a7aab3703dc41e78f5ad018441297bb4aeec5184b91cfdf13428ddecb9c"; + sha256_unsigned = "51cd0a7aab3703dc41e78f5ad018441297bb4aeec5184b91cfdf13428ddecb9c"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-mr6400-v4-squashfs-sysupgrade.bin"; + sha256 = "7c9ccb93494d8951b139b3e6606a1db9ae2f9743e5f6f15817690129e60c779c"; + sha256_unsigned = "4f73b9c9e657d315ec438e9a69787b0668d15914a40d5595d1de70a934c83940"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v4" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-mr6400-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-usb-serial-option" + "kmod-usb-net-qmi-wwan" + "uqmi" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-mr6400-v5"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-mr6400-v5-initramfs-kernel.bin"; + sha256 = "8a2b5b7299f91837eb82d2eb16eb11f54392bcb20455e8224eef2f2d70e94ba8"; + sha256_unsigned = "8a2b5b7299f91837eb82d2eb16eb11f54392bcb20455e8224eef2f2d70e94ba8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-tftp-recovery.bin"; + sha256 = "ac1712e020b021440798292677c59d68782b721035c94c7e7eaf61a561e166a2"; + sha256_unsigned = "ac1712e020b021440798292677c59d68782b721035c94c7e7eaf61a561e166a2"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-mr6400-v5-squashfs-sysupgrade.bin"; + sha256 = "afa65d7efda8928fdb884325da89fc2a2c29dc207db799a0dd6a5c0ef4e5ec91"; + sha256_unsigned = "6fb0a1d87d42e2040b59e972c64a7d13c9d0437f66c4f2c32c8e9aea8d6db808"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-mr6400-v5" + ]; + titles = [ + { + model = "TL-MR6400"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wa801nd-v5 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wa801nd-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"; + sha256 = "e2ff11cede8c6fa9356d99ec861934fb651575d5b5aa95d1e84e081c0030c27c"; + sha256_unsigned = "e2ff11cede8c6fa9356d99ec861934fb651575d5b5aa95d1e84e081c0030c27c"; + type = "tftp-recovery"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin"; + sha256 = "9e09c5c1fc887ff05499e0c44345889ea7ecf47e9017712e4b4c908c4dbc130e"; + sha256_unsigned = "6ec82b4de07464a62ffab4935c1ed2c347b84c05c7684ea67e7aedf0bd445da3"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wa801nd-v5-initramfs-kernel.bin"; + sha256 = "d1a794011cfd18b32a6a0d43fac50c421276b3b520b2087964bfe79e6349b2df"; + sha256_unsigned = "d1a794011cfd18b32a6a0d43fac50c421276b3b520b2087964bfe79e6349b2df"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wa801nd-v5" + ]; + titles = [ + { + model = "TL-WA801ND"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr802n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr802n-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr802n-v4-initramfs-kernel.bin"; + sha256 = "27d9968c5b1bc208c394735de944a26bf20d19cc362b88d22e147fbb60a29796"; + sha256_unsigned = "27d9968c5b1bc208c394735de944a26bf20d19cc362b88d22e147fbb60a29796"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin"; + sha256 = "8c18cc1dc95d6b44930f1b3eccb22eb968a00f123ac6aa32875d2fad79b879a0"; + sha256_unsigned = "869a5e065e9cc0fdfd8a81746cea1f0fc7bf7561fd3c1325500b3b482aac634b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"; + sha256 = "5a64e96c5fa882346f92d0172831e577bfe8cb8f55b36af52b087b7bc715f49b"; + sha256_unsigned = "5a64e96c5fa882346f92d0172831e577bfe8cb8f55b36af52b087b7bc715f49b"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr802n-v4" + ]; + titles = [ + { + model = "TL-WR802N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr840n-v4 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr840n-v4"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-sysupgrade.bin"; + sha256 = "a115c09745cabd872209071d83bcf4e738436c69dc2a69f3d23a8c5ae8c1ed6a"; + sha256_unsigned = "3699d5a1556f0acf051606ac186fddf7f20db4ed1c688775452dc23d3f200337"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-tftp-recovery.bin"; + sha256 = "4022b12d7d75f4d6f4bc2b0a3162280ac21ab8aba2d6e7d4ee1c87e8e4e5c77e"; + sha256_unsigned = "4022b12d7d75f4d6f4bc2b0a3162280ac21ab8aba2d6e7d4ee1c87e8e4e5c77e"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr840n-v4-initramfs-kernel.bin"; + sha256 = "d36dea15dcf6878831c9a849f856fecc0dff971cd90c0b633af4747a21cb0feb"; + sha256_unsigned = "d36dea15dcf6878831c9a849f856fecc0dff971cd90c0b633af4747a21cb0feb"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr840n-v4" + "tl-wr840n-v4" + ]; + titles = [ + { + model = "TL-WR840N"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr841n-v13 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr841n-v13"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-tftp-recovery.bin"; + sha256 = "288a87b6067dbbe68bffe63245ce95139f4f2d2ec184bd59e5a193d62b3f8e25"; + sha256_unsigned = "288a87b6067dbbe68bffe63245ce95139f4f2d2ec184bd59e5a193d62b3f8e25"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr841n-v13-initramfs-kernel.bin"; + sha256 = "2475c2cbba7f9a4056b8744497f38af2fd678a889f481b883e0d6c8f543293b2"; + sha256_unsigned = "2475c2cbba7f9a4056b8744497f38af2fd678a889f481b883e0d6c8f543293b2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-sysupgrade.bin"; + sha256 = "29db10aa18facdd1d1886693847e3ce14749754a942dd609896e90da688116fa"; + sha256_unsigned = "6276345766dcf133952ae89561a002550c964e9dc5f129324eee4d95d4749402"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr841n-v13" + "tl-wr841n-v13" + ]; + titles = [ + { + model = "TL-WR841N"; + variant = "v13"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr842n-v5 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr842n-v5"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin"; + sha256 = "c9c0d393b1d29f26ced546d351584c7284fb288c7883449fc3088b84d76c1e60"; + sha256_unsigned = "3dc7256538d6e4422977ed7e870d1f421dea3ceddc2d2c06dc5f23d920d0dd9b"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"; + sha256 = "7e6e64eeeb5155dbcbd8ada009edbcccee3eb812fcc277a1d0104db6c9882dbd"; + sha256_unsigned = "7e6e64eeeb5155dbcbd8ada009edbcccee3eb812fcc277a1d0104db6c9882dbd"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr842n-v5-initramfs-kernel.bin"; + sha256 = "f656f8d5e709e0e1c8aaa9099830bd8fd7f86affab05e5fdf9f1f1a31ed8f766"; + sha256_unsigned = "f656f8d5e709e0e1c8aaa9099830bd8fd7f86affab05e5fdf9f1f1a31ed8f766"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,tl-wr842n-v5" + ]; + titles = [ + { + model = "TL-WR842N"; + variant = "v5"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr850n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr850n-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-tftp-recovery.bin"; + sha256 = "7e74944cc77840df4ad0c6f534315f2ae429ef2ce62e0d7bfef53781c84c4454"; + sha256_unsigned = "7e74944cc77840df4ad0c6f534315f2ae429ef2ce62e0d7bfef53781c84c4454"; + type = "tftp-recovery"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr850n-v2-initramfs-kernel.bin"; + sha256 = "e7e1a68edd66a93695e3a500bc0100032c8a58b99c2fd139dcba3c1a3b1e6098"; + sha256_unsigned = "e7e1a68edd66a93695e3a500bc0100032c8a58b99c2fd139dcba3c1a3b1e6098"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr850n-v2-squashfs-sysupgrade.bin"; + sha256 = "a9661bd41d542bdc2b89bf817842cdddd32ab901426a7e574d91dc26a38c154a"; + sha256_unsigned = "1fb12dbe8ea56299c75bbeee7b5bfe4a42271cec4b9a9f558af1b0af9d8ae135"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,tl-wr850n-v2" + ]; + titles = [ + { + model = "TL-WR850N"; + variant = "v2"; + vendor = "TP-Link"; + } + ]; + }; + tplink_tl-wr902ac-v3 = { + device_packages = [ + "kmod-mt76x0e" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr902ac-v3"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr902ac-v3-initramfs-kernel.bin"; + sha256 = "08460fdf1c37f8d7b909948a1bb7548960d64d8b7370ee30254403810cf557b6"; + sha256_unsigned = "08460fdf1c37f8d7b909948a1bb7548960d64d8b7370ee30254403810cf557b6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin"; + sha256 = "9b28be6f4ffbedb8138c2732c9b12ba339c7ec3c4e70a40b6e1e1072de7b9624"; + sha256_unsigned = "9fa44fd43b7772639fa4e0292040b4cb6e45b2a0d44e4ecbebbb7f69819523ce"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"; + sha256 = "44858c4369d528abfdc2173eda1d92236bc696ab45c0bb39022e0e4e99c7e79a"; + sha256_unsigned = "44858c4369d528abfdc2173eda1d92236bc696ab45c0bb39022e0e4e99c7e79a"; + type = "tftp-recovery"; + } + ]; + supported_devices = [ + "tplink,tl-wr902ac-v3" + ]; + titles = [ + { + model = "TL-WR902AC"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + unielec_u7628-01-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-unielec_u7628-01-16m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-unielec_u7628-01-16m-initramfs-kernel.bin"; + sha256 = "19a7223bac82bbe26b0ab8d7046bad2bce86a690458be36edddc8ba340d91434"; + sha256_unsigned = "19a7223bac82bbe26b0ab8d7046bad2bce86a690458be36edddc8ba340d91434"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-unielec_u7628-01-16m-squashfs-sysupgrade.bin"; + sha256 = "c4a9a01fe28e183c6a472b459526bcff4eef7e94265967cdc03adef17fe6e37f"; + sha256_unsigned = "61130d2ac79f9e226f8874187e21cad930ee4f3c4cd1eb674870bb68e7448644"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "unielec,u7628-01-16m" + "u7628-01-128M-16M" + "unielec,u7628-01-128m-16m" + ]; + titles = [ + { + model = "U7628-01"; + variant = "16M"; + vendor = "UniElec"; + } + ]; + }; + vocore_vocore2 = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-vocore_vocore2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-vocore_vocore2-squashfs-sysupgrade.bin"; + sha256 = "22e96e6e05eae55584eae2b99d024968ba91c9e7206d935236fcdcf8bdd69d3c"; + sha256_unsigned = "4495def4c374df528f46a7d85094ef3b9e5b24910df4b59f4921d4af4fa9c48b"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-vocore_vocore2-initramfs-kernel.bin"; + sha256 = "7e7aef298e4a4603ae79ccc7989a1a9fec14db354380e7db085eae949d00ba8e"; + sha256_unsigned = "7e7aef298e4a4603ae79ccc7989a1a9fec14db354380e7db085eae949d00ba8e"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore2" + "vocore2" + ]; + titles = [ + { + model = "VoCore2"; + vendor = "VoCore"; + } + ]; + }; + vocore_vocore2-lite = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + "kmod-sdhci-mt7620" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-vocore_vocore2-lite"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-vocore_vocore2-lite-squashfs-sysupgrade.bin"; + sha256 = "ce3decbab0120b204fff7e8c8ed67337260a5305e907560a22146da84e696cfc"; + sha256_unsigned = "3e4617d6732f806a72bd3fb717f3bba3ccc06e41533d7d62cc03563e78a015d4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-vocore_vocore2-lite-initramfs-kernel.bin"; + sha256 = "634a8c2e5927e4fd4121351b942b3d541b0b53a0edf150553c0e2744c66efb44"; + sha256_unsigned = "634a8c2e5927e4fd4121351b942b3d541b0b53a0edf150553c0e2744c66efb44"; + type = "kernel"; + } + ]; + supported_devices = [ + "vocore,vocore2-lite" + "vocore2lite" + ]; + titles = [ + { + model = "VoCore2-Lite"; + vendor = "VoCore"; + } + ]; + }; + wavlink_wl-wn531a3 = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn531a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn531a3-squashfs-sysupgrade.bin"; + sha256 = "17339c74c2d20ef706afc5b04f76968467af7dbe156f2adcf20fcbdcf8836acc"; + sha256_unsigned = "21e21ce36630f388663fa63770a29a8e36983693f1233326d8380439456f3384"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn531a3-initramfs-kernel.bin"; + sha256 = "7e763798217b58de6be720cff7587ec9cae9163cadf00c31a7a0754d4b283fc5"; + sha256_unsigned = "7e763798217b58de6be720cff7587ec9cae9163cadf00c31a7a0754d4b283fc5"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn531a3" + "wl-wn531a3" + ]; + titles = [ + { + model = "WL-WN531A3"; + vendor = "Wavlink"; + } + { + model = "QUANTUM D4"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn570ha1 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn570ha1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn570ha1-initramfs-kernel.bin"; + sha256 = "dbaf98b252c78b17b81057fdffbbc31657e092cf36a2dbb09ac64c3ceee66e7f"; + sha256_unsigned = "dbaf98b252c78b17b81057fdffbbc31657e092cf36a2dbb09ac64c3ceee66e7f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"; + sha256 = "e2b20cb775b17ab6e4fa03714b6dd08ad29ebf75b02c5134f3ad4a766903f0f2"; + sha256_unsigned = "c7dd8b8d21e6ccff8d64135c91358bfdebb2123f5bdf7db565f27ab64f614721"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn570ha1" + ]; + titles = [ + { + model = "WL-WN570HA1"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn575a3 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn575a3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"; + sha256 = "baa91a8a510181f4e08ad67af0a1b42776aa496d006683faf1ecbd0bfdd99616"; + sha256_unsigned = "339a1743f98a7a516c7b40bbcef882bc34a04711121aae9ac3b4826558c70aab"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn575a3-initramfs-kernel.bin"; + sha256 = "2a5689085730965b1635395a64ea7628c6b28c015f3deef315747f9baa1edee3"; + sha256_unsigned = "2a5689085730965b1635395a64ea7628c6b28c015f3deef315747f9baa1edee3"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn575a3" + "wl-wn575a3" + ]; + titles = [ + { + model = "WL-WN575A3"; + vendor = "Wavlink"; + } + ]; + }; + wavlink_wl-wn576a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn576a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn576a2-squashfs-sysupgrade.bin"; + sha256 = "9deee754fca7c333b55685fc070869864843dccbbbadf72d986fad600c09bda8"; + sha256_unsigned = "174bd560a5ae21521bbea768ddc2a41e046238b46a07d746543f8506ef2d5645"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn576a2-initramfs-kernel.bin"; + sha256 = "274ab7fadc8ce9cb8f47f488551af83ea4a63b3200375b1e3363cad150503c1e"; + sha256_unsigned = "274ab7fadc8ce9cb8f47f488551af83ea4a63b3200375b1e3363cad150503c1e"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn576a2" + ]; + titles = [ + { + model = "WL-WN576A2"; + vendor = "Wavlink"; + } + { + model = "SWV 733 B1"; + vendor = "Silvercrest"; + } + ]; + }; + wavlink_wl-wn577a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn577a2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn577a2-initramfs-kernel.bin"; + sha256 = "1c5599dd79c13d10ab631ffb68a9db191aba0b078095f9294c89df9eace59386"; + sha256_unsigned = "1c5599dd79c13d10ab631ffb68a9db191aba0b078095f9294c89df9eace59386"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn577a2-squashfs-sysupgrade.bin"; + sha256 = "cae5269497f82d83ab26c3870500b31047573c3c6c9306f1de98b68a2ee0b4b9"; + sha256_unsigned = "c84f396de5a999d795a4b63b8d2fa25f0498d2c223b0cbe1ecb941d0034cf3fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wavlink,wl-wn577a2" + ]; + titles = [ + { + model = "WL-WN577A2"; + vendor = "Wavlink"; + } + { + model = "WLR-755"; + vendor = "Maginon"; + } + ]; + }; + wavlink_wl-wn578a2 = { + device_packages = [ + "kmod-mt76x0e" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn578a2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn578a2-squashfs-sysupgrade.bin"; + sha256 = "ea3381956544d95385089991e0435e1c8b2b6c1f7bb655a4e8cc6137ad9dd98e"; + sha256_unsigned = "6aaab467262ee5fe43e7ba57eecaafa00e6d7136d2c34c391f8bd7694777a404"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wavlink_wl-wn578a2-initramfs-kernel.bin"; + sha256 = "4f7bee3b0858c52e41a7ad0865785f3acd648322b5cde3a003c925a809b64172"; + sha256_unsigned = "4f7bee3b0858c52e41a7ad0865785f3acd648322b5cde3a003c925a809b64172"; + type = "kernel"; + } + ]; + supported_devices = [ + "wavlink,wl-wn578a2" + ]; + titles = [ + { + model = "WL-WN578A2"; + vendor = "Wavlink"; + } + { + model = "SWV 733 A2"; + vendor = "SilverCrest"; + } + ]; + }; + widora_neo-16m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-widora_neo-16m"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"; + sha256 = "e7b4be724475665be39123e01abaac75182eda55f49f2f03ed42232ace364ba6"; + sha256_unsigned = "4090da2839f1901d0c3ff3888792c3d4ecdbb884c76002cbd13b7e84f6cc31cb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-widora_neo-16m-initramfs-kernel.bin"; + sha256 = "47ee56bb0cf6258170ff8fd5f879dcd0c77ccbe29033fabdc52bcfbfded4ac9c"; + sha256_unsigned = "47ee56bb0cf6258170ff8fd5f879dcd0c77ccbe29033fabdc52bcfbfded4ac9c"; + type = "kernel"; + } + ]; + supported_devices = [ + "widora,neo-16m" + "widora-neo" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "16M"; + vendor = "Widora"; + } + ]; + }; + widora_neo-32m = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-widora_neo-32m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-widora_neo-32m-initramfs-kernel.bin"; + sha256 = "047949155aabcdcba759fe01e9390509155f824d6367b58e2b6aab62bb7288ab"; + sha256_unsigned = "047949155aabcdcba759fe01e9390509155f824d6367b58e2b6aab62bb7288ab"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"; + sha256 = "88a800abc074a16c8afc4b000b2d893f13b5bac8388a9b21a6ecbafc27948cd7"; + sha256_unsigned = "a7db0fc30cbf3f24c2a4ba04798fe076e0ffb5d641b1003f6cd29ff16a7258e8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "widora,neo-32m" + ]; + titles = [ + { + model = "Widora-NEO"; + variant = "32M"; + vendor = "Widora"; + } + ]; + }; + wiznet_wizfi630s = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-wiznet_wizfi630s"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wiznet_wizfi630s-initramfs-kernel.bin"; + sha256 = "a5106c667b5fbee65113cde21a33f2755ebb2429192f5bf65346841ab6d529f1"; + sha256_unsigned = "a5106c667b5fbee65113cde21a33f2755ebb2429192f5bf65346841ab6d529f1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"; + sha256 = "d8cabe75011d7e05e3b94d7860926b814691fa00600f74666d29cc676dad6695"; + sha256_unsigned = "82bea4369d666082aedecf4c544f6335619ca7eeff5df6088ea81e13aad163fb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "wiznet,wizfi630s" + "wizfi630s" + ]; + titles = [ + { + model = "WizFi630S"; + vendor = "WIZnet"; + } + ]; + }; + wrtnode_wrtnode2p = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-wrtnode_wrtnode2p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin"; + sha256 = "7d8fae2a0130e32b92709927c7e2aa9bc28f13b4a43c8607e2ec095a03f2c9a6"; + sha256_unsigned = "d4badec661645a2072e6018442f32689b6681fce8af6de963c4e70c65c772a0d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wrtnode_wrtnode2p-initramfs-kernel.bin"; + sha256 = "3ca894de8e4322b87390c13c8cdc0647bcc724ca5cae9348071998096e7aa2d2"; + sha256_unsigned = "3ca894de8e4322b87390c13c8cdc0647bcc724ca5cae9348071998096e7aa2d2"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2p" + "wrtnode2p" + ]; + titles = [ + { + model = "WRTnode 2P"; + vendor = "WRTnode"; + } + ]; + }; + wrtnode_wrtnode2r = { + device_packages = [ + "kmod-usb2" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-wrtnode_wrtnode2r"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wrtnode_wrtnode2r-squashfs-sysupgrade.bin"; + sha256 = "4501b5027cdf2fac925f5e833faf81563a615026831b9ae28afa605b4dbdbd75"; + sha256_unsigned = "47220b75073aff194ba8ce1161137a3aadafaa5648c8a325e279cb1ff3ff5986"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-wrtnode_wrtnode2r-initramfs-kernel.bin"; + sha256 = "39ee53ea404e7c0ab08d2fa07d80a4631e681ea8815bfee88cdca45a7e74e84f"; + sha256_unsigned = "39ee53ea404e7c0ab08d2fa07d80a4631e681ea8815bfee88cdca45a7e74e84f"; + type = "kernel"; + } + ]; + supported_devices = [ + "wrtnode,wrtnode2r" + "wrtnode2r" + ]; + titles = [ + { + model = "WRTnode 2R"; + vendor = "WRTnode"; + } + ]; + }; + xiaomi_mi-ra75 = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-xiaomi_mi-ra75"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-xiaomi_mi-ra75-initramfs-kernel.bin"; + sha256 = "29e3059beb417368d76bcf1c5e13ee225f054a4ceaf8cf20d1ff704c0cda0df7"; + sha256_unsigned = "29e3059beb417368d76bcf1c5e13ee225f054a4ceaf8cf20d1ff704c0cda0df7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-xiaomi_mi-ra75-squashfs-sysupgrade.bin"; + sha256 = "1ab3f0800d5aea817e61f4b09ef56b2fdd07b43fe9f7dba7ea5cf7584a43e4e7"; + sha256_unsigned = "46d88ec2f40ba2c3834a8a3dbe7a7138a156ca0e2d880fefcee97654305e9a4b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-ra75" + "xiaomi,mira75" + ]; + titles = [ + { + model = "MiWiFi Range Extender AC1200 "; + variant = "RA75"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-100m = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-xiaomi_mi-router-4a-100m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-xiaomi_mi-router-4a-100m-initramfs-kernel.bin"; + sha256 = "8558b3b235ac11e893254d06c87f906fdeea40300a4a89958424de95652df13f"; + sha256_unsigned = "8558b3b235ac11e893254d06c87f906fdeea40300a4a89958424de95652df13f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin"; + sha256 = "a118b40c2b5cd7a680d8f53bb351fbc39de5a1d4151fba3cfc614e01dbd76767"; + sha256_unsigned = "b3a1543bcbaeeca7aa1aba1de620e80676cb0f99ad08c6572d694c9b56711ea3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m" + "xiaomi,mir4a-100m" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4a-100m-intl = { + device_packages = [ + "kmod-mt76x2" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl-initramfs-kernel.bin"; + sha256 = "a399610acbacd1c0b6c2fb0ac69fb46ed428d0a0c7ec6b4ba83bed0cffe542fc"; + sha256_unsigned = "a399610acbacd1c0b6c2fb0ac69fb46ed428d0a0c7ec6b4ba83bed0cffe542fc"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-xiaomi_mi-router-4a-100m-intl-squashfs-sysupgrade.bin"; + sha256 = "7647ff12f5332774ebd8fb599e948feedb3644a810d07518b6f219705f955872"; + sha256_unsigned = "94499c3f644889f847d18b4847b1600329bdb0df2d48f0e8aeb505f105abe69d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4a-100m-intl" + "xiaomi,mir4a-100m-intl" + ]; + titles = [ + { + model = "Mi Router 4A"; + variant = "100M International Edition"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_mi-router-4c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-xiaomi_mi-router-4c"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-xiaomi_mi-router-4c-squashfs-sysupgrade.bin"; + sha256 = "e0c52fc48edcdd542a596a0668730a703079c955f1282e7e34a3542ebce758dd"; + sha256_unsigned = "13dc58e82788ca15fe06b128dbe393f49e18b98e4e2d25929cd4d14821307abc"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-xiaomi_mi-router-4c-initramfs-kernel.bin"; + sha256 = "de0409977168c5c3c07e85f6cb444d339b5c99d166d5e1923f490fb0378d39e7"; + sha256_unsigned = "de0409977168c5c3c07e85f6cb444d339b5c99d166d5e1923f490fb0378d39e7"; + type = "kernel"; + } + ]; + supported_devices = [ + "xiaomi,mi-router-4c" + ]; + titles = [ + { + model = "Mi Router 4C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-3c = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-xiaomi_miwifi-3c"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-xiaomi_miwifi-3c-initramfs-kernel.bin"; + sha256 = "3fac20355adfc77cb4bdbf7f2f9c6689b9564f7431db9eeb4dee83061ebf9655"; + sha256_unsigned = "3fac20355adfc77cb4bdbf7f2f9c6689b9564f7431db9eeb4dee83061ebf9655"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-xiaomi_miwifi-3c-squashfs-sysupgrade.bin"; + sha256 = "b944a30bd19e1d53ee2fe3d5e819a79f07e8bc26ab331c2e31487ed373ce20b4"; + sha256_unsigned = "96f1c03a6988fbbcc06d2e257375a339488d3f69ba08c3cc0181f32580ebfba6"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-3c" + ]; + titles = [ + { + model = "MiWiFi 3C"; + vendor = "Xiaomi"; + } + ]; + }; + xiaomi_miwifi-nano = { + device_packages = [ + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-xiaomi_miwifi-nano"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-xiaomi_miwifi-nano-initramfs-kernel.bin"; + sha256 = "a573179cac9c1b180d0ddfbbc202fee473e236dea1e93de741f249c519234ff9"; + sha256_unsigned = "a573179cac9c1b180d0ddfbbc202fee473e236dea1e93de741f249c519234ff9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-xiaomi_miwifi-nano-squashfs-sysupgrade.bin"; + sha256 = "f352f7cff5abcccfd6545391980972d5858f2d7a9929ef37315a25cd820fbca1"; + sha256_unsigned = "7b40a83609fa0b2b3601744eec6f1b5c3529c6cddf70e111f899b9abddc61c89"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xiaomi,miwifi-nano" + "miwifi-nano" + ]; + titles = [ + { + model = "MiWiFi Nano"; + vendor = "Xiaomi"; + } + ]; + }; + zbtlink_zbt-we1226 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-zbtlink_zbt-we1226"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-zbtlink_zbt-we1226-initramfs-kernel.bin"; + sha256 = "8a8f6a1d170c83de3b4000f7ed8a8cd48eb6b826e6cf615f0be931e9e62a4807"; + sha256_unsigned = "8a8f6a1d170c83de3b4000f7ed8a8cd48eb6b826e6cf615f0be931e9e62a4807"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"; + sha256 = "acc60d3dc50d7571da47e48d5b713b03a0d347c656d24492f86f5a2ff00dd2f8"; + sha256_unsigned = "9496588000af5909224a35c9e7a8b3b43dbe71e8bddf269cad3689314b0a7187"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zbtlink,zbt-we1226" + ]; + titles = [ + { + model = "ZBT-WE1226"; + vendor = "Zbtlink"; + } + ]; + }; + zyxel_keenetic-extra-ii = { + device_packages = [ + "kmod-mt76x2" + "kmod-usb2" + "kmod-usb-ohci" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-mt76x8-zyxel_keenetic-extra-ii"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"; + sha256 = "b88d29482a252ec726e795d6f4499d687ce855272b1454b63489d437ba7cc6c6"; + sha256_unsigned = "833262b0265c7a7aa26c416ed00752504c58761d97cb1d183a06695699864480"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin"; + sha256 = "9acb05cd1c5398d3f7e2abfb401d3c94f22986d9cb910f1d03d0e12de0e0937f"; + sha256_unsigned = "9acb05cd1c5398d3f7e2abfb401d3c94f22986d9cb910f1d03d0e12de0e0937f"; + type = "factory"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-mt76x8-zyxel_keenetic-extra-ii-initramfs-kernel.bin"; + sha256 = "704893f982bbda72d2bc84e216f65b6d0ca24b86b695bb33d0dc4693e4eb94b8"; + sha256_unsigned = "704893f982bbda72d2bc84e216f65b6d0ca24b86b695bb33d0dc4693e4eb94b8"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,keenetic-extra-ii" + ]; + titles = [ + { + model = "Keenetic Extra II"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "ramips/mt76x8"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + rt305x = { + arch_packages = "mipsel_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + allnet_all5002 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + "kmod-i2c-gpio" + "kmod-hwmon-lm92" + "kmod-gpio-pcf857x" + ]; + image_prefix = "openwrt-23.05.0-ramips-rt305x-allnet_all5002"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-rt305x-allnet_all5002-initramfs-kernel.bin"; + sha256 = "11bff555b48262facb36265aecbabdd518e58c9ec564952cdab36e98564f1417"; + sha256_unsigned = "11bff555b48262facb36265aecbabdd518e58c9ec564952cdab36e98564f1417"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt305x-allnet_all5002-squashfs-sysupgrade.bin"; + sha256 = "30ef546251d0acd30242e99c3525086195c5c0ce0f4c8720bd8209b5afec2865"; + sha256_unsigned = "ffd1ba0c02b5007b2be3accfaa33202c748ccb57bbc01cb6ca8a1bceeaee22f9"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all5002" + "all5002" + ]; + titles = [ + { + model = "ALL5002"; + vendor = "Allnet"; + } + ]; + }; + argus_atp-52b = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-rt305x-argus_atp-52b"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt305x-argus_atp-52b-squashfs-sysupgrade.bin"; + sha256 = "e6a430a039fda0cccaa886b15bed4b37540df2b4c81b0f903eacfc4f1fd1d6e3"; + sha256_unsigned = "243f1af3cde1d5367babfb984f6a4d8805fcecadbdd7500a924f536da41a6990"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-rt305x-argus_atp-52b-initramfs-kernel.bin"; + sha256 = "2fa8a3e7d94d277f31bc55449f19b10c0a3170f025b1b8d254b4989adee23135"; + sha256_unsigned = "2fa8a3e7d94d277f31bc55449f19b10c0a3170f025b1b8d254b4989adee23135"; + type = "kernel"; + } + ]; + supported_devices = [ + "argus,atp-52b" + "atp-52b" + ]; + titles = [ + { + model = "ATP-52B"; + vendor = "Argus"; + } + ]; + }; + fon_fonera-20n = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-rt305x-fon_fonera-20n"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt305x-fon_fonera-20n-squashfs-sysupgrade.bin"; + sha256 = "100be3db58fc328cb364ea061d6ebc63fd280de7c6ec46bfc817953e00e65faf"; + sha256_unsigned = "fc9e59a539375a558b30c2250c34492d063496d21f240077e8e4ba6b139ec659"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-rt305x-fon_fonera-20n-initramfs-kernel.bin"; + sha256 = "3f2a339225d181ba4bd047459459c98d93e6f884e5d11399a6a09f806a7d6924"; + sha256_unsigned = "3f2a339225d181ba4bd047459459c98d93e6f884e5d11399a6a09f806a7d6924"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt305x-fon_fonera-20n-squashfs-factory.bin"; + sha256 = "7e40dc60f14a7a3ed3424b62544beae32bec11736a9b5660dd58ea77bdbbfc6e"; + sha256_unsigned = "7e40dc60f14a7a3ed3424b62544beae32bec11736a9b5660dd58ea77bdbbfc6e"; + type = "factory"; + } + ]; + supported_devices = [ + "fon,fonera-20n" + "fonera20n" + ]; + titles = [ + { + model = "Fonera 2.0N"; + vendor = "Fon"; + } + ]; + }; + hauppauge_broadway = { + device_packages = [ + "kmod-usb-dwc2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-rt305x-hauppauge_broadway"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt305x-hauppauge_broadway-squashfs-sysupgrade.bin"; + sha256 = "273bddbc3020da560f11bf70aa239dc263d4afcf95dc23efa6e1391efe9b4e93"; + sha256_unsigned = "8f3a0f6a8e66096de4b6a0f4631d2e111c18e4ab8c8fd8d3db5dd70ce22e6305"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-rt305x-hauppauge_broadway-initramfs-kernel.bin"; + sha256 = "bf63e9436e05579c0d4b64e59bd9cf98dbd06b7a269c55cebfa42201883dde10"; + sha256_unsigned = "bf63e9436e05579c0d4b64e59bd9cf98dbd06b7a269c55cebfa42201883dde10"; + type = "kernel"; + } + ]; + supported_devices = [ + "hauppauge,broadway" + "broadway" + ]; + titles = [ + { + model = "Broadway"; + vendor = "Hauppauge"; + } + ]; + }; + nexaira_bc2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-rt305x-nexaira_bc2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-rt305x-nexaira_bc2-initramfs-kernel.bin"; + sha256 = "0a0ccb598f29bf092c632748df1a6aacc44d787a7a07da7bdf05a837519a60ce"; + sha256_unsigned = "0a0ccb598f29bf092c632748df1a6aacc44d787a7a07da7bdf05a837519a60ce"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt305x-nexaira_bc2-squashfs-sysupgrade.bin"; + sha256 = "3b401104933ffbb915d6aed0ac30171976dbed0a230b35b0d6ecd39b53c31f3a"; + sha256_unsigned = "e734450b19dd9791203a2e9ea9686597882e2e3863d9b92c752f213aeaea68c0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "nexaira,bc2" + "bc2" + ]; + titles = [ + { + model = "BC2"; + vendor = "NexAira"; + } + ]; + }; + omnima_miniembplug = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-rt305x-omnima_miniembplug"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt305x-omnima_miniembplug-squashfs-sysupgrade.bin"; + sha256 = "75f94b75554419ea00ea84a2e2b9b1edded73e1fdfb0135b062a1ed2c7ba081c"; + sha256_unsigned = "4aec477d884c41cb58a3e3aef8c10cec2753fa2efe7674d96ff737a5ea5977aa"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-rt305x-omnima_miniembplug-initramfs-kernel.bin"; + sha256 = "bd892594725c62ffdc2ff46390a26154776f60ef8d9e5ac29f1c353659ba2828"; + sha256_unsigned = "bd892594725c62ffdc2ff46390a26154776f60ef8d9e5ac29f1c353659ba2828"; + type = "kernel"; + } + ]; + supported_devices = [ + "omnima,miniembplug" + "miniembplug" + ]; + titles = [ + { + model = "MiniEMBPlug"; + vendor = "Omnima"; + } + ]; + }; + poray_ip2202 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-rt305x-poray_ip2202"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-rt305x-poray_ip2202-initramfs-kernel.bin"; + sha256 = "876fe7f0a852ecfc221c2f67c68c1b4b80f3f1cc7ad95f083fc10eb5c934082f"; + sha256_unsigned = "876fe7f0a852ecfc221c2f67c68c1b4b80f3f1cc7ad95f083fc10eb5c934082f"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt305x-poray_ip2202-squashfs-sysupgrade.bin"; + sha256 = "6fed4fa78c53007e963e10c0ccc0f5945460949095ea49594257d8ec696c7161"; + sha256_unsigned = "6d1bc9f803c202e808c8faea07886566d50ed12d490ea175e4becd3afd653447"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "poray,ip2202" + "ip2202" + ]; + titles = [ + { + model = "IP2202"; + vendor = "Poray"; + } + ]; + }; + wansview_ncs601w = { + device_packages = [ + "kmod-video-core" + "kmod-video-uvc" + "kmod-usb-ohci" + ]; + image_prefix = "openwrt-23.05.0-ramips-rt305x-wansview_ncs601w"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt305x-wansview_ncs601w-squashfs-sysupgrade.bin"; + sha256 = "2dd6e11a4a7291e4a254a23aab6162a8deb82b8b80b0ccdf60d519c859e3b9e8"; + sha256_unsigned = "087de3033169e85ebfb74dcad90e5a54bdaa12259d3ba39ed56709920b29c706"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-rt305x-wansview_ncs601w-initramfs-kernel.bin"; + sha256 = "cfe3c0101acc2323bd998705b9b692797d3c423067b22381ea4cbd81628a9301"; + sha256_unsigned = "cfe3c0101acc2323bd998705b9b692797d3c423067b22381ea4cbd81628a9301"; + type = "kernel"; + } + ]; + supported_devices = [ + "wansview,ncs601w" + "ncs601w" + ]; + titles = [ + { + model = "NCS601W"; + vendor = "Wansview"; + } + ]; + }; + zte_mf283plus = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-net-qmi-wwan" + "uqmi" + "kmod-usb-serial" + "kmod-usb-serial-option" + ]; + image_prefix = "openwrt-23.05.0-ramips-rt305x-zte_mf283plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin"; + sha256 = "f48941d187a09adcd2e09dccb0ab6099d475a85434c9aa48c15fb526f8d8ab7c"; + sha256_unsigned = "eee640ae425809686f5a4396d7acd4ff566642055d372fc30b4d958d992243fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-rt305x-zte_mf283plus-initramfs-kernel.bin"; + sha256 = "6cef94772ff8acf6cd3805b9df6581bb5a26c4c60dcaa8c5a0a25cbc98b364de"; + sha256_unsigned = "6cef94772ff8acf6cd3805b9df6581bb5a26c4c60dcaa8c5a0a25cbc98b364de"; + type = "kernel"; + } + ]; + supported_devices = [ + "zte,mf283plus" + ]; + titles = [ + { + model = "MF283+"; + vendor = "ZTE"; + } + ]; + }; + zyxel_nbg-419n-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-rt305x-zyxel_nbg-419n-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-ramips-rt305x-zyxel_nbg-419n-v2-initramfs-kernel.bin"; + sha256 = "b8b3765ec525b2158e548e70c3df26f73ffe25aebff8722c2b8e91a834d36444"; + sha256_unsigned = "b8b3765ec525b2158e548e70c3df26f73ffe25aebff8722c2b8e91a834d36444"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt305x-zyxel_nbg-419n-v2-squashfs-sysupgrade.bin"; + sha256 = "7392a65fe938e7963bf14891b66d3914d331ea0b6d5a87666339905b2568e423"; + sha256_unsigned = "d3d3976c49361461bfd2dd39b6e1c1a0a59fd031dc687873a74ecf55ecc2d7b1"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,nbg-419n-v2" + "nbg-419n2" + ]; + titles = [ + { + model = "NBG-419N"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "ramips/rt305x"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + rt3883 = { + arch_packages = "mipsel_74kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-leds-gpio" + "kmod-nft-offload" + "kmod-rt2800-pci" + "kmod-rt2800-soc" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "swconfig" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + "wpad-basic-mbedtls" + ]; + metadata_version = 1; + profiles = { + asus_rt-n56u = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ramips-rt3883-asus_rt-n56u"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt3883-asus_rt-n56u-squashfs-sysupgrade.bin"; + sha256 = "644e414574bba5c5ea3e0eba99cee3d3f45942936fe13f366edfe9d8e5f03fbe"; + sha256_unsigned = "1c0c420ba31433ce007d7cfbc0b5d64b2382bfc5e756a7c798dca90911c7cfc4"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "asus,rt-n56u" + "rt-n56u" + ]; + titles = [ + { + model = "RT-N56U"; + vendor = "ASUS"; + } + ]; + }; + belkin_f9k1109v1 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-rt3883-belkin_f9k1109v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"; + sha256 = "8be784b34361c241549247570cd5b6d71c65caf648fc46902c041be913d368ef"; + sha256_unsigned = "a5e223f50fdff08dd6a2ef4dd9b14d06fc2c98461a44d609a9fd9ca3bd0f9b0d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "belkin,f9k1109v1" + ]; + titles = [ + { + model = "F9K1109"; + variant = "Version 1.0"; + vendor = "Belkin"; + } + ]; + }; + dlink_dir-645 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ramips-rt3883-dlink_dir-645"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt3883-dlink_dir-645-squashfs-sysupgrade.bin"; + sha256 = "db9316884a7c57b403f2903fd17beb731dc7545c10ef62359941a63140b9a21b"; + sha256_unsigned = "75d8314a0dcc358f12721af6cc7569c5c5e193c97b6e06fb601fc2afe12263cc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt3883-dlink_dir-645-squashfs-factory.bin"; + sha256 = "45a220ab19387b5f81afb8c5491a3e13ad013a54de33afd74ddc887fa4870696"; + sha256_unsigned = "45a220ab19387b5f81afb8c5491a3e13ad013a54de33afd74ddc887fa4870696"; + type = "factory"; + } + ]; + supported_devices = [ + "dlink,dir-645" + "dir-645" + ]; + titles = [ + { + model = "DIR-645"; + vendor = "D-Link"; + } + ]; + }; + edimax_br-6475nd = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-rt3883-edimax_br-6475nd"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt3883-edimax_br-6475nd-squashfs-sysupgrade.bin"; + sha256 = "4ff06df6f361cbe58a9e107d2935d273ca83b0fbc20307a5efeebac10071b18e"; + sha256_unsigned = "81ed2f58dc71fe30533f33061cc25c91c9371a4306f777e52f1b25c1808cd333"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "edimax,br-6475nd" + "br-6475nd" + ]; + titles = [ + { + model = "BR-6475nD"; + vendor = "Edimax"; + } + ]; + }; + engenius_esr600h = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "uboot-envtools" + ]; + image_prefix = "openwrt-23.05.0-ramips-rt3883-engenius_esr600h"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt3883-engenius_esr600h-squashfs-sysupgrade.bin"; + sha256 = "dc54ae1c4d2e545de0adb8493068efaa76396669743eebbb08686d8a27c7cb41"; + sha256_unsigned = "8e3c4092c9b22a12c7c7268ed423ce6f83c6c24818c4fadd7689b5ef8c95c1b6"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt3883-engenius_esr600h-squashfs-factory.dlf"; + sha256 = "62448f0f2b7f29c9dec55b43e94e5bbad5cf0cd554ee6d962741fac4162ba596"; + sha256_unsigned = "62448f0f2b7f29c9dec55b43e94e5bbad5cf0cd554ee6d962741fac4162ba596"; + type = "factory"; + } + ]; + supported_devices = [ + "engenius,esr600h" + ]; + titles = [ + { + model = "ESR600H"; + vendor = "EnGenius"; + } + ]; + }; + omnima_hpm = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ramips-rt3883-omnima_hpm"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt3883-omnima_hpm-squashfs-sysupgrade.bin"; + sha256 = "5a3acff122f922da626e6e0b8889256031ebf93c0e01b5ebef3b3b69de7339a1"; + sha256_unsigned = "cae0888142110cc0f71c96b61425bc35170a5878602a0f882b5c0adb06dd5651"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "omnima,hpm" + "hpm" + ]; + titles = [ + { + model = "HPM"; + vendor = "Omnima"; + } + ]; + }; + samsung_cy-swr1100 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + "kmod-usb-ledtrig-usbport" + ]; + image_prefix = "openwrt-23.05.0-ramips-rt3883-samsung_cy-swr1100"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt3883-samsung_cy-swr1100-squashfs-sysupgrade.bin"; + sha256 = "0099c87ad901ca13281d1c5f8f4f24956693352f79d30526c3d2f47f29082265"; + sha256_unsigned = "ed3c36b3f74247e673426c499ac75642c11eeeb31380b41617cc2ad3da945e1d"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt3883-samsung_cy-swr1100-squashfs-factory.bin"; + sha256 = "83a2fc89aec185ed1488141da1f7cdedf8b690fe81ab69a86b8b26aa21e4b290"; + sha256_unsigned = "83a2fc89aec185ed1488141da1f7cdedf8b690fe81ab69a86b8b26aa21e4b290"; + type = "factory"; + } + ]; + supported_devices = [ + "samsung,cy-swr1100" + "cy-swr1100" + ]; + titles = [ + { + model = "CY-SWR1100"; + vendor = "Samsung"; + } + ]; + }; + sitecom_wlr-6000 = { + device_packages = [ + "kmod-usb-ohci" + "kmod-usb2" + ]; + image_prefix = "openwrt-23.05.0-ramips-rt3883-sitecom_wlr-6000"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt3883-sitecom_wlr-6000-squashfs-factory.dlf"; + sha256 = "cd19a4a11557c6a203f58e342bc6c3306850bc1a49fbe758ca65de05b6fe374e"; + sha256_unsigned = "cd19a4a11557c6a203f58e342bc6c3306850bc1a49fbe758ca65de05b6fe374e"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt3883-sitecom_wlr-6000-squashfs-sysupgrade.bin"; + sha256 = "d5a319a379e58bab1862f43d452dacb320227c777a728be5753b0d2b0e0907f3"; + sha256_unsigned = "39dad2f8a9f178857ff002b2ee6a03bd57bf8af7b4f23685e9838f57d20756c3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "sitecom,wlr-6000" + "wlr-6000" + ]; + titles = [ + { + model = "WLR-6000"; + vendor = "Sitecom"; + } + ]; + }; + trendnet_tew-691gr = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-rt3883-trendnet_tew-691gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt3883-trendnet_tew-691gr-squashfs-factory.bin"; + sha256 = "99ee44e6847a534ee55377107426fd0c872e3b4b68f820a19e218ebf22ffd63d"; + sha256_unsigned = "99ee44e6847a534ee55377107426fd0c872e3b4b68f820a19e218ebf22ffd63d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt3883-trendnet_tew-691gr-squashfs-sysupgrade.bin"; + sha256 = "8b9da3badd153d60e6ae3ff75d4715a09b07bd6ecf81c53c9d9e4108b414a914"; + sha256_unsigned = "c6d99ae020ff1faf376542343ce93ebf7037687d24b4d6807353c5cad5e9fefb"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-691gr" + "tew-691gr" + ]; + titles = [ + { + model = "TEW-691GR"; + vendor = "TRENDnet"; + } + ]; + }; + trendnet_tew-692gr = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-ramips-rt3883-trendnet_tew-692gr"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt3883-trendnet_tew-692gr-squashfs-factory.bin"; + sha256 = "1aae8141bed9125b46bb5b145c6fa5827a4da2ab109e2640c8f73c4ab30c6448"; + sha256_unsigned = "1aae8141bed9125b46bb5b145c6fa5827a4da2ab109e2640c8f73c4ab30c6448"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-ramips-rt3883-trendnet_tew-692gr-squashfs-sysupgrade.bin"; + sha256 = "0be3f149c32dd4c591ea5b3d017b6f70cabc8b60a256c55e3b8802466b083a07"; + sha256_unsigned = "931851a4535459198e246387d85a0c5ddf19156a9e1e13be1efa0e51cda1ff25"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "trendnet,tew-692gr" + "tew-692gr" + ]; + titles = [ + { + model = "TEW-692GR"; + vendor = "TRENDnet"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "ramips/rt3883"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + realtek = { + rtl838x = { + arch_packages = "mips_4kec"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + allnet_all-sg8208m = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-allnet_all-sg8208m"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-allnet_all-sg8208m-initramfs-kernel.bin"; + sha256 = "b91823a9a3d7fd32b859e80c09d0a63b7ab182c70a3d3e7701b62629c46a5d25"; + sha256_unsigned = "b91823a9a3d7fd32b859e80c09d0a63b7ab182c70a3d3e7701b62629c46a5d25"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-allnet_all-sg8208m-squashfs-sysupgrade.bin"; + sha256 = "4a3d56012e3b9e9ed688276227e08b1ee0443b793e48c1fcacea0de9b1a9f5ac"; + sha256_unsigned = "0574f4dbcc2347b6e73576efce3ea1b31fb8c5f0d053d509434a7778757390e7"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "allnet,all-sg8208m" + ]; + titles = [ + { + model = "ALL-SG8208M"; + vendor = "ALLNET"; + } + ]; + }; + apresia_aplgs120gtss = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-apresia_aplgs120gtss"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-apresia_aplgs120gtss-initramfs-kernel.bin"; + sha256 = "f41b59a8eaa793f8168dd03f4ef08bbd7932d14b56862c8de7489555fef90599"; + sha256_unsigned = "f41b59a8eaa793f8168dd03f4ef08bbd7932d14b56862c8de7489555fef90599"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-apresia_aplgs120gtss-squashfs-sysupgrade.bin"; + sha256 = "c66e499af1e94b07b6090951a5dde81099a11633e8cb2705691b0536c7dfe5e4"; + sha256_unsigned = "180254bc6e776045c71334258d1a604f7305be1e8dba6c92458e1771ab6740f2"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-apresia_aplgs120gtss-squashfs-factory_image1.bin"; + sha256 = "950dcc566d7d7a5e01eac5978bc6b318b2fe2ac75542727f3f0a366120a0cdb8"; + sha256_unsigned = "950dcc566d7d7a5e01eac5978bc6b318b2fe2ac75542727f3f0a366120a0cdb8"; + type = "factory_image1"; + } + ]; + supported_devices = [ + "apresia,aplgs120gtss" + ]; + titles = [ + { + model = "ApresiaLightGS120GT-SS"; + vendor = "APRESIA"; + } + ]; + }; + d-link_dgs-1210-10mp-f = { + device_packages = [ + "realtek-poe" + ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-10mp-f"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-10mp-f-initramfs-kernel.bin"; + sha256 = "61b786f8f16b39b7cea75097655c9fa609f138848cc295238440e78c50d79b96"; + sha256_unsigned = "61b786f8f16b39b7cea75097655c9fa609f138848cc295238440e78c50d79b96"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-10mp-f-squashfs-factory_image1.bin"; + sha256 = "193e0f844abda5bc2622e0497f7c8def532c30fe75194bb61d2e1baadb950b19"; + sha256_unsigned = "193e0f844abda5bc2622e0497f7c8def532c30fe75194bb61d2e1baadb950b19"; + type = "factory_image1"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-10mp-f-squashfs-sysupgrade.bin"; + sha256 = "c112162fd5e7911e460247e080cee298f1906055e5e0efee8f9111f200c0d1ae"; + sha256_unsigned = "c23a23e8207c224318a2c73d4f6f94f58362aee382460b3cae5dee6a76f7baa0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-10mp-f" + ]; + titles = [ + { + model = "DGS-1210-10MP"; + variant = "F"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-10p = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-10p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-10p-squashfs-factory_image1.bin"; + sha256 = "28478848857b8f2c0fb6934f5407edba1a3a8eb3975867a48298bf72a8d5cef4"; + sha256_unsigned = "28478848857b8f2c0fb6934f5407edba1a3a8eb3975867a48298bf72a8d5cef4"; + type = "factory_image1"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-10p-squashfs-sysupgrade.bin"; + sha256 = "ddbb2530b6bbccb88b17cb33236de4e58ee03cfd82371fe136a61b06e5658d18"; + sha256_unsigned = "230c690ca876c2d3358f3d5dc8bbedca8eae8fb0a652214ea3778000fee32061"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-10p-initramfs-kernel.bin"; + sha256 = "0705d4dc6a974b79e75ba716d6edfc836e56e9cd8b4913a7c8364c5b5cf20b39"; + sha256_unsigned = "0705d4dc6a974b79e75ba716d6edfc836e56e9cd8b4913a7c8364c5b5cf20b39"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-10p" + ]; + titles = [ + { + model = "DGS-1210-10P"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-16 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-16"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-16-initramfs-kernel.bin"; + sha256 = "10666bc8a46096cebd72e44375727e8d00727f888588e27f135a8c5081b62cf9"; + sha256_unsigned = "10666bc8a46096cebd72e44375727e8d00727f888588e27f135a8c5081b62cf9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-16-squashfs-factory_image1.bin"; + sha256 = "66c35839e04d771e06f5c3895efc217683c91859f5e16755a8733e0e04652d5f"; + sha256_unsigned = "66c35839e04d771e06f5c3895efc217683c91859f5e16755a8733e0e04652d5f"; + type = "factory_image1"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-16-squashfs-sysupgrade.bin"; + sha256 = "e872629411bfae1e2878f4ccb1ec95b4ee1dcb830a1442b53455d863eb22209a"; + sha256_unsigned = "93bb477e39063ff0c685445b4556888672a7409250f37d54a0be8c3f3918bd54"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-16" + ]; + titles = [ + { + model = "DGS-1210-16"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-20 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-20"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-20-initramfs-kernel.bin"; + sha256 = "dbe8e98e543749270788b9417ef5f91dd6ac3b689246768a047b44987ff26b92"; + sha256_unsigned = "dbe8e98e543749270788b9417ef5f91dd6ac3b689246768a047b44987ff26b92"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-20-squashfs-factory_image1.bin"; + sha256 = "c1a24f4bd52422235fc2b2ec5468ab7b7bf057fc3496037c2f3048f3ab879bfa"; + sha256_unsigned = "c1a24f4bd52422235fc2b2ec5468ab7b7bf057fc3496037c2f3048f3ab879bfa"; + type = "factory_image1"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-20-squashfs-sysupgrade.bin"; + sha256 = "357c5ef2428a01253fc2c3d98e6c8690ddeb06a9df9a9b976b8a210230217d41"; + sha256_unsigned = "ac91229dcd1ac545e26f56a16fa5d0cee654b59f6f92df317bb55942c30fec4e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-20" + ]; + titles = [ + { + model = "DGS-1210-20"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-28 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-28"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-28-squashfs-factory_image1.bin"; + sha256 = "149d31adef79c6262d9ae00a4a0faf02377a7a7bc2b58966ff6cd17dc1621831"; + sha256_unsigned = "149d31adef79c6262d9ae00a4a0faf02377a7a7bc2b58966ff6cd17dc1621831"; + type = "factory_image1"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-28-squashfs-sysupgrade.bin"; + sha256 = "dc4e6dfd94b990b505f331a674b03b30672bd0eec5d88d1c2330b5c93a4ed2dd"; + sha256_unsigned = "ccdf5a7054accbb26f1151123dcd441fb96606dcba765f070a7bcf5ecd865b1a"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-28-initramfs-kernel.bin"; + sha256 = "a80faa393c70b9fbb2aae146b8047aa1fdf763c1f4ec5bf1324ede0fc60ea2ff"; + sha256_unsigned = "a80faa393c70b9fbb2aae146b8047aa1fdf763c1f4ec5bf1324ede0fc60ea2ff"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-28" + ]; + titles = [ + { + model = "DGS-1210-28"; + vendor = "D-Link"; + } + ]; + }; + d-link_dgs-1210-28mp-f = { + device_packages = [ + "realtek-poe" + ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-28mp-f"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-28mp-f-squashfs-sysupgrade.bin"; + sha256 = "e2584017a5a01579a07fe4eccff6dee33ed19d5df976638e1c2ac4e34ee1ebb6"; + sha256_unsigned = "c32cd5505e73f52d4e993eeb61a28b30f7d8bd2e77c62a7da2e6eaedd7ec6847"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-28mp-f-squashfs-factory_image1.bin"; + sha256 = "f777cd7963f18b7cc185bcede7701a22327357f4d63b938f03a554eb5cbcd9b3"; + sha256_unsigned = "f777cd7963f18b7cc185bcede7701a22327357f4d63b938f03a554eb5cbcd9b3"; + type = "factory_image1"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-d-link_dgs-1210-28mp-f-initramfs-kernel.bin"; + sha256 = "1db163d816ba3cb5878526c0b8a815466f0de9e5a30973f77836047f88504dd2"; + sha256_unsigned = "1db163d816ba3cb5878526c0b8a815466f0de9e5a30973f77836047f88504dd2"; + type = "kernel"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-28mp-f" + ]; + titles = [ + { + model = "DGS-1210-28MP"; + variant = "F"; + vendor = "D-Link"; + } + ]; + }; + engenius_ews2910p = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-engenius_ews2910p"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-engenius_ews2910p-squashfs-sysupgrade.bin"; + sha256 = "496e87be3b1572e0a053073033899e3f1550b24357659b645a8ccc817abcdc6f"; + sha256_unsigned = "144f87ad7b976746707e75d12574c5e0914a371cd9f82179020849264fbd4f14"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-engenius_ews2910p-initramfs-kernel.bin"; + sha256 = "7a42bee820408d09d6b1a5243ca3754b7aff2ff44ef7e2aa7fa62f3597099973"; + sha256_unsigned = "7a42bee820408d09d6b1a5243ca3754b7aff2ff44ef7e2aa7fa62f3597099973"; + type = "kernel"; + } + ]; + supported_devices = [ + "engenius,ews2910p" + ]; + titles = [ + { + model = "EWS2910P"; + vendor = "EnGenius"; + } + ]; + }; + hpe_1920-16g = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-hpe_1920-16g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-hpe_1920-16g-squashfs-sysupgrade.bin"; + sha256 = "9d62880a1cbe9234debc0c26982f8a173b94c18ef4471d2a812ec1ff8c67eb5d"; + sha256_unsigned = "17a72eb37cdf2cc26f8ada33ebd3fe288c273303e41a3152d146e9c25efd4024"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-hpe_1920-16g-initramfs-kernel.bin"; + sha256 = "211e07ae8b6f37b005afb909844be7170211679e1aecf1b910b102f6286c2e7f"; + sha256_unsigned = "211e07ae8b6f37b005afb909844be7170211679e1aecf1b910b102f6286c2e7f"; + type = "kernel"; + } + ]; + supported_devices = [ + "hpe,1920-16g" + ]; + titles = [ + { + model = "1920-16G (JG923A)"; + vendor = "HPE"; + } + ]; + }; + hpe_1920-24g = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-hpe_1920-24g"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-hpe_1920-24g-initramfs-kernel.bin"; + sha256 = "ec1ae4039d43696e6d123942b9c9e1b74dfe00ddc5281a25923c862ab90e7f16"; + sha256_unsigned = "ec1ae4039d43696e6d123942b9c9e1b74dfe00ddc5281a25923c862ab90e7f16"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-hpe_1920-24g-squashfs-sysupgrade.bin"; + sha256 = "9c94ebdb288d2154067d6e2788bc9954e5dca4e55f00de952af0c8e914e2328f"; + sha256_unsigned = "0105e75891e8f1cac51e5fce81295a80de6e4a1c4f8cf656aa211d26ff43b39d"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "hpe,1920-24g" + ]; + titles = [ + { + model = "1920-24G (JG924A)"; + vendor = "HPE"; + } + ]; + }; + hpe_1920-8g = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-hpe_1920-8g"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-hpe_1920-8g-squashfs-sysupgrade.bin"; + sha256 = "051fa6621a156964c6236e609026d18cf361f15cbb56880afa23b00f4c01e1a2"; + sha256_unsigned = "c8285baa690e6dfe9f9405b3e86dcd3642755dfa73e11f1bc7f7323a176f3817"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-hpe_1920-8g-initramfs-kernel.bin"; + sha256 = "e0cb5a9f8c2fac730f84bff620206e8d9b601077fc0a9ad4ff30f2bc66706022"; + sha256_unsigned = "e0cb5a9f8c2fac730f84bff620206e8d9b601077fc0a9ad4ff30f2bc66706022"; + type = "kernel"; + } + ]; + supported_devices = [ + "hpe,1920-8g" + ]; + titles = [ + { + model = "1920-8G (JG920A)"; + vendor = "HPE"; + } + ]; + }; + hpe_1920-8g-poe = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-hpe_1920-8g-poe"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-hpe_1920-8g-poe-squashfs-sysupgrade.bin"; + sha256 = "a824a93abb109b0e01e263a8b8f174a9c8992b56a13b0224b82b56cc62258b5f"; + sha256_unsigned = "758dcfdb97fa83b997f0b120257aae3dbd32402ec02e519072c3d6bea9f03462"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-hpe_1920-8g-poe-initramfs-kernel.bin"; + sha256 = "9b26addba3783febd17d7c8368a1fecf24f6d4c4fa15d1ad23ba77b42fcdbc5c"; + sha256_unsigned = "9b26addba3783febd17d7c8368a1fecf24f6d4c4fa15d1ad23ba77b42fcdbc5c"; + type = "kernel"; + } + ]; + supported_devices = [ + "hpe,1920-8g-poe" + ]; + titles = [ + { + model = "1920-8G-PoE+ (JG922A)"; + vendor = "HPE"; + } + ]; + }; + inaba_aml2-17gp = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-inaba_aml2-17gp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-inaba_aml2-17gp-initramfs-kernel.bin"; + sha256 = "2fcd3fd933e84ffe611bb8cb59e9cd4269b8c28c57ed20e7c3658659819116a7"; + sha256_unsigned = "2fcd3fd933e84ffe611bb8cb59e9cd4269b8c28c57ed20e7c3658659819116a7"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-inaba_aml2-17gp-squashfs-sysupgrade.bin"; + sha256 = "8348171c9e0a82e00bcc4b057890485af484684f004b4c0202d5090577193223"; + sha256_unsigned = "94e6636f7c5e890de9a1a4b1527b5622d5c7b7d60693d42cf4152df2c43bea8e"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "inaba,aml2-17gp" + ]; + titles = [ + { + model = "Abaniact AML2-17GP"; + vendor = "INABA"; + } + ]; + }; + iodata_bsh-g24mb = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-iodata_bsh-g24mb"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-iodata_bsh-g24mb-initramfs-kernel.bin"; + sha256 = "404ffc60c8136d9d27a5d7340f194811a7092c5ab7f78fb0a62a59c6531072b1"; + sha256_unsigned = "404ffc60c8136d9d27a5d7340f194811a7092c5ab7f78fb0a62a59c6531072b1"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-iodata_bsh-g24mb-squashfs-sysupgrade.bin"; + sha256 = "2b4b6680ba24c43d3bae426ca01df5591a821c73519dbd85a3709b5d3d4e7f3d"; + sha256_unsigned = "232b8e326c1c427addc100cbe24c59a54eb286ab9dfc21a7c5eb5ad334555224"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "iodata,bsh-g24mb" + ]; + titles = [ + { + model = "BSH-G24MB"; + vendor = "I-O DATA"; + } + ]; + }; + netgear_gs108t-v3 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-netgear_gs108t-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-netgear_gs108t-v3-squashfs-sysupgrade.bin"; + sha256 = "4f0290224479fe78a5a43a99ceb90d4c8765da4db613616b92f042849bcf747d"; + sha256_unsigned = "afcbc94998e69106a61c82dce4aa9cf77a7dda1e05ff86d204356cb781b8808d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-netgear_gs108t-v3-initramfs-kernel.bin"; + sha256 = "e6ebe3325c745fe2e53acc5b65e645bd0884dc340ceb228b383ffd6703c642cf"; + sha256_unsigned = "e6ebe3325c745fe2e53acc5b65e645bd0884dc340ceb228b383ffd6703c642cf"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs108t-v3" + ]; + titles = [ + { + model = "GS108T"; + variant = "v3"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs110tpp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-netgear_gs110tpp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-netgear_gs110tpp-v1-squashfs-sysupgrade.bin"; + sha256 = "522a550e48509ba0aa8eecb61e4fea056aa7f553227a48073a81015a1f11aa24"; + sha256_unsigned = "496dadfd4ca97a836584614644da64c6e011e42163f9294cea97192a8b739659"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-netgear_gs110tpp-v1-initramfs-kernel.bin"; + sha256 = "eb94a659be26b5252117cdbe912947669657180aafb5cfd19684d5e6f145edd6"; + sha256_unsigned = "eb94a659be26b5252117cdbe912947669657180aafb5cfd19684d5e6f145edd6"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs110tpp-v1" + ]; + titles = [ + { + model = "GS110TPP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs308t-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-netgear_gs308t-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-netgear_gs308t-v1-squashfs-sysupgrade.bin"; + sha256 = "31fde34e01544a850bc939c68babd29330364c78ed1ce54fd909ae18404f1c03"; + sha256_unsigned = "8a4f4e6b9e245bef926017578ebc6a9e58713fdd6bacec116d97597b2aee5395"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-netgear_gs308t-v1-initramfs-kernel.bin"; + sha256 = "167a9654c55d6d060e6b6a10699ce2db3e5b7990aafe5f33875e1251068f7ac0"; + sha256_unsigned = "167a9654c55d6d060e6b6a10699ce2db3e5b7990aafe5f33875e1251068f7ac0"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs308t-v1" + ]; + titles = [ + { + model = "GS308T"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + netgear_gs310tp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-netgear_gs310tp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-netgear_gs310tp-v1-squashfs-sysupgrade.bin"; + sha256 = "8f0ed0f68f054fcd20523933bbebc5f3de960c0f427d6a781c4b79c6607b6054"; + sha256_unsigned = "ec13e53f9156433f58277873fe17d0901ee198158ef3b5ce1ae08efda285e7a6"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-netgear_gs310tp-v1-initramfs-kernel.bin"; + sha256 = "5d1f892bd4efdbfa42e83144e533e3ae3597e8a452c1f6df220014d8385438b1"; + sha256_unsigned = "5d1f892bd4efdbfa42e83144e533e3ae3597e8a452c1f6df220014d8385438b1"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs310tp-v1" + ]; + titles = [ + { + model = "GS310TP"; + variant = "v1"; + vendor = "NETGEAR"; + } + ]; + }; + panasonic_m16eg-pn28160k = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-panasonic_m16eg-pn28160k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-panasonic_m16eg-pn28160k-initramfs-kernel.bin"; + sha256 = "ebe875486da8b3ac53cc60a44dc2959793a99b9bc80e1e4cdd4f6c595d713512"; + sha256_unsigned = "ebe875486da8b3ac53cc60a44dc2959793a99b9bc80e1e4cdd4f6c595d713512"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-panasonic_m16eg-pn28160k-squashfs-sysupgrade.bin"; + sha256 = "b487d4396cae055073da3597aaf17df42ec31bdb15e67bc840de1bbd25631ce6"; + sha256_unsigned = "bf66500f3f154d083fe8214d064632b0bf97fbcdf997f09431ad910e77e46298"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "panasonic,m16eg-pn28160k" + ]; + titles = [ + { + model = "Switch-M16eG"; + variant = "PN28160K"; + vendor = "Panasonic"; + } + ]; + }; + panasonic_m24eg-pn28240k = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-panasonic_m24eg-pn28240k"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-panasonic_m24eg-pn28240k-squashfs-sysupgrade.bin"; + sha256 = "e96d22a392a5d34a52244854cd055620a5fa24213af5fa3ee4135c864e557a71"; + sha256_unsigned = "af2ebe3f44d4c71a097786633675a43ef48f0533f5f6dc552b7e6d768dbdf24e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-panasonic_m24eg-pn28240k-initramfs-kernel.bin"; + sha256 = "a59b0d4c9f67b8f7f62ef4a06eb6978452b232feae1d34abe2d5034a2fd6d60b"; + sha256_unsigned = "a59b0d4c9f67b8f7f62ef4a06eb6978452b232feae1d34abe2d5034a2fd6d60b"; + type = "kernel"; + } + ]; + supported_devices = [ + "panasonic,m24eg-pn28240k" + ]; + titles = [ + { + model = "Switch-M24eG"; + variant = "PN28240K"; + vendor = "Panasonic"; + } + ]; + }; + panasonic_m8eg-pn28080k = { + device_packages = [ + "kmod-i2c-mux-pca954x" + ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-panasonic_m8eg-pn28080k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-panasonic_m8eg-pn28080k-initramfs-kernel.bin"; + sha256 = "8c495750b773915f5bff2022404eaf0382325c8ab165541914f3ffae081e91aa"; + sha256_unsigned = "8c495750b773915f5bff2022404eaf0382325c8ab165541914f3ffae081e91aa"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-panasonic_m8eg-pn28080k-squashfs-sysupgrade.bin"; + sha256 = "87f339efee70b68082af872d6e17212e6b10982c1c902b5dbd2f89f06b29edf4"; + sha256_unsigned = "6d6a9759d9fa3d9a29912b78e8dc9cc69138cc5c72ff7278b38336a2f5a1f097"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "panasonic,m8eg-pn28080k" + ]; + titles = [ + { + model = "Switch-M8eG"; + variant = "PN28080K"; + vendor = "Panasonic"; + } + ]; + }; + tplink_sg2008p-v1 = { + device_packages = [ + "kmod-hwmon-tps23861" + ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-tplink_sg2008p-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-tplink_sg2008p-v1-initramfs-kernel.bin"; + sha256 = "7d3b7f77c9155fea0c0e573a3e04008c779c30c06958d7c5296a422b6309c309"; + sha256_unsigned = "7d3b7f77c9155fea0c0e573a3e04008c779c30c06958d7c5296a422b6309c309"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-tplink_sg2008p-v1-squashfs-sysupgrade.bin"; + sha256 = "b4c3ba6a866b6a8b15c558895435f20008cf0483a009f1facb6fcba51dc028ea"; + sha256_unsigned = "2fc7a720acdc2ed41b901ec6f23ac11a210124d7d269d7838cb8245ae0ce6d51"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,sg2008p-v1" + ]; + titles = [ + { + model = "SG2008P"; + variant = "v1"; + vendor = "TP-Link"; + } + ]; + }; + tplink_sg2210p-v3 = { + device_packages = [ + "kmod-hwmon-tps23861" + ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-tplink_sg2210p-v3"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-tplink_sg2210p-v3-squashfs-sysupgrade.bin"; + sha256 = "841016b7c55fb4e7f8ef9a0fc6e3848d5041d37338b1da2c5b03efed845d0803"; + sha256_unsigned = "8d61cb204ffdbf0e3e5aa988e8eda526670bce4b31da246aef0bd7b72a088b25"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-tplink_sg2210p-v3-initramfs-kernel.bin"; + sha256 = "b95c77ef7f8e31fbeb2b53851c9c764fa0d9d309dbf9d79863d11f409d2cae51"; + sha256_unsigned = "b95c77ef7f8e31fbeb2b53851c9c764fa0d9d309dbf9d79863d11f409d2cae51"; + type = "kernel"; + } + ]; + supported_devices = [ + "tplink,sg2210p-v3" + ]; + titles = [ + { + model = "SG2210P"; + variant = "v3"; + vendor = "TP-Link"; + } + ]; + }; + zyxel_gs1900-10hp = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-10hp"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-10hp-initramfs-kernel.bin"; + sha256 = "79b004bc0940846f806d6d9c0c7afd28e5a066933fdb5f6e41339ebfdeb7dc8a"; + sha256_unsigned = "79b004bc0940846f806d6d9c0c7afd28e5a066933fdb5f6e41339ebfdeb7dc8a"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-10hp-squashfs-sysupgrade.bin"; + sha256 = "05ee52a4c9d5a00764edc1fcb8281ea0f9f6f8b4c0cc5612926244175f2b207d"; + sha256_unsigned = "36bb6bad9cebffaac36026365db19377ef2dfb6e2035922ed209f1d7357edfa3"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-10hp" + ]; + titles = [ + { + model = "GS1900-10HP"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-16 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-16"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-16-squashfs-sysupgrade.bin"; + sha256 = "079d2663cb4be4779dd7d5324ce6c8ac384069b5a0015fe04ce85eb0e6a2dfd1"; + sha256_unsigned = "86ccaa00767461def56e82b5d1277721eeecb578db56a4175e498726fd872df4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-16-initramfs-kernel.bin"; + sha256 = "d726b44cf0fa88778559bb065cf0972d0248b3c4e99b5c9ce5fb88040fdd2c56"; + sha256_unsigned = "d726b44cf0fa88778559bb065cf0972d0248b3c4e99b5c9ce5fb88040fdd2c56"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-16" + ]; + titles = [ + { + model = "GS1900-16"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-24-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-24-v1-squashfs-sysupgrade.bin"; + sha256 = "2c1dc3bc425b36e0f7493dc374d08d3a349a3f06690d1b99d75d65320397ca80"; + sha256_unsigned = "4a4efd4b24ca69cea51dd941fafed0ff15f69a6a58a05c801762e79cc039db2e"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-24-v1-initramfs-kernel.bin"; + sha256 = "8c77d78baa9e1089ec125038679dad1a791a0592cea6a0bb73cb3ec27ddb172e"; + sha256_unsigned = "8c77d78baa9e1089ec125038679dad1a791a0592cea6a0bb73cb3ec27ddb172e"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24-v1" + ]; + titles = [ + { + model = "GS1900-24"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24e = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-24e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-24e-squashfs-sysupgrade.bin"; + sha256 = "1a748cfc64c06916d8851e07f1186d44259493611801d58ef3c033ac20be19bb"; + sha256_unsigned = "21cc8d521ca2f8e95e9f8d3b5d85a78c8ac8f379b00fb26f75b8b54ebf7f6bb4"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-24e-initramfs-kernel.bin"; + sha256 = "1e25be99c10e2f6a7b9598dbedad223c5a91c356a4e0cf7ded86032361f28fd9"; + sha256_unsigned = "1e25be99c10e2f6a7b9598dbedad223c5a91c356a4e0cf7ded86032361f28fd9"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24e" + ]; + titles = [ + { + model = "GS1900-24E"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24hp-v1 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-24hp-v1"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-24hp-v1-initramfs-kernel.bin"; + sha256 = "67c3419a171fa4cf5907cc8c820d22b09068ad083021aabc1222a99234d568d8"; + sha256_unsigned = "67c3419a171fa4cf5907cc8c820d22b09068ad083021aabc1222a99234d568d8"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-24hp-v1-squashfs-sysupgrade.bin"; + sha256 = "418f02511ac6383c9e8c271e6a9f1e4c8ea26c206602bbc872230f447d0177cc"; + sha256_unsigned = "c46870a893033ad32822f4d136ae7c73e08e3a14125f86c5d17821f152c5bfa8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24hp-v1" + ]; + titles = [ + { + model = "GS1900-24HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-24hp-v2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-24hp-v2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-24hp-v2-squashfs-sysupgrade.bin"; + sha256 = "226c4fea5eff4a0e0685acf204b439ebdda87792fc8c97f8dd6ab90b601b9697"; + sha256_unsigned = "2b2d6f0f270ddb0342f94d4acfa1447a13767ed7f1fab5826df874f78a4798e7"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-24hp-v2-initramfs-kernel.bin"; + sha256 = "a3116faa3e33caa1ff472c9e619371354fda659695261428a0d0f06b85ba5746"; + sha256_unsigned = "a3116faa3e33caa1ff472c9e619371354fda659695261428a0d0f06b85ba5746"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-24hp-v2" + ]; + titles = [ + { + model = "GS1900-24HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-8"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-8-squashfs-sysupgrade.bin"; + sha256 = "77e6daf2601488490209c0931833d14ea968913a447c10d53bfe0ff756e1f5ec"; + sha256_unsigned = "3ee7370807c2e2256256b10e283ee520dc567f149a08f236f884e34ec49b8a89"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-8-initramfs-kernel.bin"; + sha256 = "40ee8893201ad0287e52f3f8d4342557c1a329b8c641f7a996b3498e7cf91f9d"; + sha256_unsigned = "40ee8893201ad0287e52f3f8d4342557c1a329b8c641f7a996b3498e7cf91f9d"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8" + ]; + titles = [ + { + model = "GS1900-8"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v1 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-8hp-v1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-8hp-v1-squashfs-sysupgrade.bin"; + sha256 = "6d6656b8937bf892c80d8aec939760681cd10ce61f0ca27f0dac408d90652a81"; + sha256_unsigned = "0f04e55b530fe3d8cecb58ca801e93124083c2ca8ef9990a43607dd44ed3bd63"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-8hp-v1-initramfs-kernel.bin"; + sha256 = "98fed38899e688ea2372403ba6d7b105dc61820de1fb4baffad6a3711f455614"; + sha256_unsigned = "98fed38899e688ea2372403ba6d7b105dc61820de1fb4baffad6a3711f455614"; + type = "kernel"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v1" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v1"; + vendor = "ZyXEL"; + } + ]; + }; + zyxel_gs1900-8hp-v2 = { + device_packages = [ + "lua-rs232" + ]; + image_prefix = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-8hp-v2"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-8hp-v2-initramfs-kernel.bin"; + sha256 = "b21e1163420044df3187226f270a6d95d2c453a54120ce33553e752108343efe"; + sha256_unsigned = "b21e1163420044df3187226f270a6d95d2c453a54120ce33553e752108343efe"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl838x-zyxel_gs1900-8hp-v2-squashfs-sysupgrade.bin"; + sha256 = "550074f490863aed2a2ac201c8bd7d296e0283de252fe1341a1bfcbfe6532a33"; + sha256_unsigned = "a5f18f3d8381f4414ab7e33b438c238606aac93ae4cb492c8c506e59f8229dee"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-8hp-v2" + ]; + titles = [ + { + model = "GS1900-8HP"; + variant = "v2"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "realtek/rtl838x"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + rtl839x = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + d-link_dgs-1210-52 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl839x-d-link_dgs-1210-52"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl839x-d-link_dgs-1210-52-squashfs-sysupgrade.bin"; + sha256 = "bbb1bb023561ce35021d3a0ec6366a464a3874cc2b7dfb91e2ab8ec594c12fe7"; + sha256_unsigned = "8716f242a8eccf922d35c7e2045430de7d1af57b071fc4a0e5d5a4545a32da3d"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl839x-d-link_dgs-1210-52-initramfs-kernel.bin"; + sha256 = "501d00494956d884a383586ddb7791a070b8cbd5e8b4f086ec39f8e4850c1f6c"; + sha256_unsigned = "501d00494956d884a383586ddb7791a070b8cbd5e8b4f086ec39f8e4850c1f6c"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl839x-d-link_dgs-1210-52-squashfs-factory_image1.bin"; + sha256 = "5fddf0e9ffb8641df847dde457614bd11f7e8526768fd3b392e3b02a48fce152"; + sha256_unsigned = "5fddf0e9ffb8641df847dde457614bd11f7e8526768fd3b392e3b02a48fce152"; + type = "factory_image1"; + } + ]; + supported_devices = [ + "d-link,dgs-1210-52" + ]; + titles = [ + { + model = "DGS-1210-52"; + vendor = "D-Link"; + } + ]; + }; + netgear_gs750e = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl839x-netgear_gs750e"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl839x-netgear_gs750e-squashfs-factory.bix"; + sha256 = "2fc7eea6c5be0d8019ea2a918ac8e36c5bb779ea2b88c2df622e9b8c6816e38d"; + sha256_unsigned = "2fc7eea6c5be0d8019ea2a918ac8e36c5bb779ea2b88c2df622e9b8c6816e38d"; + type = "factory"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl839x-netgear_gs750e-squashfs-sysupgrade.bin"; + sha256 = "ec27dafc9f68ccb92c1def13a1da9a9f2d62ef06e56e93e23345c79ff115ec1f"; + sha256_unsigned = "22325b7acc090a6668489711cb20c845e3fdfa6bb382ebe35a219f31dbef67fb"; + type = "sysupgrade"; + } + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl839x-netgear_gs750e-initramfs-kernel.bin"; + sha256 = "a270948aff2b84828f1f650a911f1fa8825f57d921669687448b5237aab21e32"; + sha256_unsigned = "a270948aff2b84828f1f650a911f1fa8825f57d921669687448b5237aab21e32"; + type = "kernel"; + } + ]; + supported_devices = [ + "netgear,gs750e" + ]; + titles = [ + { + model = "GS750E"; + vendor = "NETGEAR"; + } + ]; + }; + panasonic_m48eg-pn28480k = { + device_packages = [ + "kmod-hwmon-gpiofan" + "kmod-hwmon-lm75" + "kmod-i2c-mux-pca954x" + "kmod-thermal" + ]; + image_prefix = "openwrt-23.05.0-realtek-rtl839x-panasonic_m48eg-pn28480k"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl839x-panasonic_m48eg-pn28480k-initramfs-kernel.bin"; + sha256 = "ba655d9b5b8a0bdadba3c130a11b91dc13f64ccc53662ac4fad090680c2133b9"; + sha256_unsigned = "ba655d9b5b8a0bdadba3c130a11b91dc13f64ccc53662ac4fad090680c2133b9"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl839x-panasonic_m48eg-pn28480k-squashfs-sysupgrade.bin"; + sha256 = "093fe11a083c6f1de47e9ecb2a9d783bf8366841edd6619a79200f3f7bcb1050"; + sha256_unsigned = "fc107c1e29c8d2052833265364a04210619c018aea2e0a052bce99723a5fe413"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "panasonic,m48eg-pn28480k" + ]; + titles = [ + { + model = "Switch-M48eG"; + variant = "PN28480K"; + vendor = "Panasonic"; + } + ]; + }; + tplink_sg2452p-v4 = { + device_packages = [ + "kmod-hwmon-gpiofan" + "kmod-hwmon-tps23861" + ]; + image_prefix = "openwrt-23.05.0-realtek-rtl839x-tplink_sg2452p-v4"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl839x-tplink_sg2452p-v4-initramfs-kernel.bin"; + sha256 = "9af243b471ac1acc94862a065ac08f55c58150b2e505c33520b750eb58630e88"; + sha256_unsigned = "9af243b471ac1acc94862a065ac08f55c58150b2e505c33520b750eb58630e88"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl839x-tplink_sg2452p-v4-squashfs-sysupgrade.bin"; + sha256 = "c242c35bfef9ee5f375c207e7600f1c01f9f3cdee21f41be5ea757afd5911648"; + sha256_unsigned = "6850a6649238a0d2dd348e7ea346e20581dece154740245ccb0580ddc45913f2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "tplink,sg2452p-v4" + ]; + titles = [ + { + model = "SG2452P"; + variant = "v4"; + vendor = "TP-Link"; + } + ]; + }; + zyxel_gs1900-48 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl839x-zyxel_gs1900-48"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl839x-zyxel_gs1900-48-initramfs-kernel.bin"; + sha256 = "027fce62881f96c68ec23ecd55ac555051692fedf217d80ba9da0e6c8e3484e6"; + sha256_unsigned = "027fce62881f96c68ec23ecd55ac555051692fedf217d80ba9da0e6c8e3484e6"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl839x-zyxel_gs1900-48-squashfs-sysupgrade.bin"; + sha256 = "d30ebf35352c5ea5c0328904a037a6d351005cc3f2d7d05b92fa7d1e7f84b385"; + sha256_unsigned = "2949cb1fc74de49d30c2e5b04e061ec7e868ef579437d0859622eea0ab24ffa2"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,gs1900-48" + ]; + titles = [ + { + model = "GS1900-48"; + vendor = "ZyXEL"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "realtek/rtl839x"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + rtl930x = { + arch_packages = "mips_24kc"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dropbear" + "ethtool" + "firewall4" + "fstools" + "ip-bridge" + "ip-full" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "opkg" + "procd" + "procd-seccomp" + "procd-ujail" + "tc-bpf" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + zyxel_xgs1250-12 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-realtek-rtl930x-zyxel_xgs1250-12"; + images = [ + { + filesystem = "initramfs"; + name = "openwrt-23.05.0-realtek-rtl930x-zyxel_xgs1250-12-initramfs-kernel.bin"; + sha256 = "165a0aded283319484641d0bb4752890b58492b02e629c2a95878590c5e7d8f2"; + sha256_unsigned = "165a0aded283319484641d0bb4752890b58492b02e629c2a95878590c5e7d8f2"; + type = "kernel"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-realtek-rtl930x-zyxel_xgs1250-12-squashfs-sysupgrade.bin"; + sha256 = "126df7abc25150318d303ac416a5a68dd33711593bf09716ca3e5085acbd311a"; + sha256_unsigned = "aa9ec1f40bac6bff670bc15b0df43b31dcab4a99599a8904f20b4c62f4d1649b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "zyxel,xgs1250-12" + ]; + titles = [ + { + model = "XGS1250-12"; + vendor = "Zyxel"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "realtek/rtl930x"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + rockchip = { + armv8 = { + arch_packages = "aarch64_generic"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-gpio-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + firefly_roc-rk3328-cc = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-rockchip-armv8-firefly_roc-rk3328-cc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-rockchip-armv8-firefly_roc-rk3328-cc-ext4-sysupgrade.img.gz"; + sha256 = "f2fbed717d8d9c8955b9831d72c9149be58d603bbbe4bffffa15693d468e37e7"; + sha256_unsigned = "be537f1cdcdc86fa5cd36acf58be7d6ad80154b8fab2f4860d76591964b1cafe"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-rockchip-armv8-firefly_roc-rk3328-cc-squashfs-sysupgrade.img.gz"; + sha256 = "c5040b8328fc44ddac8661cd9d03c61f5a0ead07f8a583fc1e8c6bc320c4da11"; + sha256_unsigned = "52a74013409135b259a2ec6f79e71d52848d7a9c93fbaec5229fde82348c8910"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "firefly,roc-rk3328-cc" + ]; + titles = [ + { + model = "ROC-RK3328-CC"; + vendor = "Firefly"; + } + ]; + }; + friendlyarm_nanopi-r2c = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-23.05.0-rockchip-armv8-friendlyarm_nanopi-r2c"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-rockchip-armv8-friendlyarm_nanopi-r2c-ext4-sysupgrade.img.gz"; + sha256 = "0002b8f3a7ca1c0e8604b01b94c078af7cbbd855490c0b814f7855f495e26e22"; + sha256_unsigned = "01b99c52334e217d9e626e9efa62b3e1af66e3dc903b2141c62b8bef95a208b8"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-rockchip-armv8-friendlyarm_nanopi-r2c-squashfs-sysupgrade.img.gz"; + sha256 = "2a7086c70b2259a5f9cd0aa72bbcf7b3864c50f6323a43439427cd7324be1cb1"; + sha256_unsigned = "64f8088e256a628a0e9fb4276847bed031c256fa1874039591eff5b3972e59b8"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r2c" + ]; + titles = [ + { + model = "NanoPi R2C"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r2s = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-23.05.0-rockchip-armv8-friendlyarm_nanopi-r2s"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-rockchip-armv8-friendlyarm_nanopi-r2s-squashfs-sysupgrade.img.gz"; + sha256 = "92b3611ae388bbdac5b89287fc64fffaf92e9000039bc9ba29b7af8aa60921eb"; + sha256_unsigned = "3d9a089d18fb3dae459b57eae6413144381662422ece432719be3dda026a1c73"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-rockchip-armv8-friendlyarm_nanopi-r2s-ext4-sysupgrade.img.gz"; + sha256 = "9b8a17fe311252ee77ea251efcb8d5c2dee14f56998af0425036f4d750ed329b"; + sha256_unsigned = "e9175920194026cf44c93f2fb20b648d4ede5ee6b916fa659b5f4d2e9b1d91d5"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r2s" + ]; + titles = [ + { + model = "NanoPi R2S"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r4s = { + device_packages = [ + "kmod-r8169" + ]; + image_prefix = "openwrt-23.05.0-rockchip-armv8-friendlyarm_nanopi-r4s"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-rockchip-armv8-friendlyarm_nanopi-r4s-ext4-sysupgrade.img.gz"; + sha256 = "fa65b15bc83aa8b17a48031c9c585372c16281665dbe7fa52971b991246b241a"; + sha256_unsigned = "345cfb0de0c06d2e45ec688b72eb2119e176482252c690fe5fc4cca3de6d9c7e"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-rockchip-armv8-friendlyarm_nanopi-r4s-squashfs-sysupgrade.img.gz"; + sha256 = "1e38d22c5352065d50a67a9ceb513f4f9721def64ee91736c4f0d493ab2d7379"; + sha256_unsigned = "3d0bd8e721c5a0ebb1be3b4a1cc05cd48fa48a6c56241343ae9eb76515e830dc"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r4s" + ]; + titles = [ + { + model = "NanoPi R4S"; + variant = "4GB LPDDR4"; + vendor = "FriendlyARM"; + } + ]; + }; + pine64_rockpro64 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-rockchip-armv8-pine64_rockpro64"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-rockchip-armv8-pine64_rockpro64-squashfs-sysupgrade.img.gz"; + sha256 = "ab6196822871803a83d97db050351ff61a67cbc560d4f2d218de210ed82fe8e8"; + sha256_unsigned = "b642274584baad4f0eccb483c7c7452c1d02a8323061628a838565ed674a13b7"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-rockchip-armv8-pine64_rockpro64-ext4-sysupgrade.img.gz"; + sha256 = "a53aa27d3b4445a7e0f3a0b0663d89116dd681b1b6335b3f75f89fe3c4d0b7b0"; + sha256_unsigned = "1a04e2b3a2322af0c6e56b161d149ccaff8903755d78a3008956b588ac76b4e0"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "pine64,rockpro64" + ]; + titles = [ + { + model = "RockPro64"; + vendor = "Pine64"; + } + ]; + }; + radxa_rock-pi-4a = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-rockchip-armv8-radxa_rock-pi-4a"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-rockchip-armv8-radxa_rock-pi-4a-squashfs-sysupgrade.img.gz"; + sha256 = "1082f5277a4f1894bb81b4fabaacd6ed0bbe379d68f04414db344f586a99ac92"; + sha256_unsigned = "b9880c369d8bf7058ea9c4f2cb31d963c1fe53ed844e91547d97d33bcb42403f"; + type = "sysupgrade"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-rockchip-armv8-radxa_rock-pi-4a-ext4-sysupgrade.img.gz"; + sha256 = "565775d54020bda60b13512ba4c253f8f381a59e2724474701aaaa8dd02739a6"; + sha256_unsigned = "513c50d34b0a2fdaf4861d2800b209f480f09e4bb15ac1642d6c4d0b8e8bdcdd"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "radxa,rockpi4a" + "radxa,rockpi4" + ]; + titles = [ + { + model = "ROCK Pi 4A"; + vendor = "Radxa"; + } + ]; + }; + xunlong_orangepi-r1-plus = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-23.05.0-rockchip-armv8-xunlong_orangepi-r1-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-rockchip-armv8-xunlong_orangepi-r1-plus-ext4-sysupgrade.img.gz"; + sha256 = "e033c616c870d68c5fad66e46ced169dc6c038277b5cd5e77a0e2e378280ad06"; + sha256_unsigned = "56eea62bb4bec94719e73a41a35910125a7717783dd4c28eddd3fa169de2dbce"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-rockchip-armv8-xunlong_orangepi-r1-plus-squashfs-sysupgrade.img.gz"; + sha256 = "26f238c91abbf05bc75c620485c38e2e16bea18fb2695942e35dcdcad6c6c70b"; + sha256_unsigned = "0740a03c464c0fbdd2bdc7ecc3d27a087626b7f05681faf00b2ca7c42f5a1b8b"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1-plus" + ]; + titles = [ + { + model = "Orange Pi R1 Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-r1-plus-lts = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-23.05.0-rockchip-armv8-xunlong_orangepi-r1-plus-lts"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-rockchip-armv8-xunlong_orangepi-r1-plus-lts-ext4-sysupgrade.img.gz"; + sha256 = "519edd10af405711cbdc2ca666715c676fb12a2be7279fe4bd46e65782878c6e"; + sha256_unsigned = "c145654d8b038850d0f2aa4556e2809605d5a69954a408fc6f6fddf6c7d0aefc"; + type = "sysupgrade"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-rockchip-armv8-xunlong_orangepi-r1-plus-lts-squashfs-sysupgrade.img.gz"; + sha256 = "d3f8a2247b22372929e43da144992a8827b700276c682d023222286900fdfedf"; + sha256_unsigned = "6b9236c6d024265fdd17122d567fb853bcc46dac961d644fb814810e6eea1c26"; + type = "sysupgrade"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1-plus-lts" + ]; + titles = [ + { + model = "Orange Pi R1 Plus LTS"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "rockchip/armv8"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + sifiveu = { + generic = { + arch_packages = "riscv64_riscv64"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + sifive_unleashed = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-sifiveu-generic-sifive_unleashed"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sifiveu-generic-sifive_unleashed-ext4-sdcard.img.gz"; + sha256 = "58c3dbc0baec1f62f18d15114aa81cd94b31c85524aa99f7a5a10021bccd54c6"; + sha256_unsigned = "13a90cb8ff138272b5256d4c1b2826e22c0e06861dbdb4ce2de2fa1e69906b9b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sifive,unleashed" + ]; + titles = [ + { + model = "Unleashed (FU540)"; + vendor = "SiFive"; + } + ]; + }; + sifive_unmatched = { + device_packages = [ + "kmod-eeprom-at24" + "kmod-hwmon-lm90" + ]; + image_prefix = "openwrt-23.05.0-sifiveu-generic-sifive_unmatched"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sifiveu-generic-sifive_unmatched-ext4-sdcard.img.gz"; + sha256 = "16aa143f27dfd0835f052b9afe2d0b7f5a0914d2c48a02c471b49fe402c466c8"; + sha256_unsigned = "eafb26c88b3ba678ed4b88995f44b1a6f71e4b1d5b463b7aa9d62bb1c7a592e3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sifive,unmatched" + ]; + titles = [ + { + model = "Unmatched (FU740)"; + vendor = "SiFive"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "sifiveu/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + sunxi = { + cortexa53 = { + arch_packages = "aarch64_cortex-a53"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + friendlyarm_nanopi-neo-plus2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-ext4-sdcard.img.gz"; + sha256 = "a8c56f00e029c0578cc65bece7703fbdc9e288a04600ba047034de53ca9abd17"; + sha256_unsigned = "f52273600a3025d5a2ccdabb76c76ad2c80cf1cd5fe522b034c6c265cff5fb94"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-squashfs-sdcard.img.gz"; + sha256 = "5d980077c0b0e9cabbf202611bc5b828aa038982c6f7b9261a461606295dfc84"; + sha256_unsigned = "583fecf2ae2e8b4b88eb844e736e6b08c31a04d4f15b4e7fcc12c8061748e0ef"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo-plus2" + ]; + titles = [ + { + model = "NanoPi NEO Plus2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa53-friendlyarm_nanopi-neo2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa53-friendlyarm_nanopi-neo2-squashfs-sdcard.img.gz"; + sha256 = "83c5688cee8b84b6f97cfbc109fe408e749c1783aed1a95b6ba04fbfa56e9587"; + sha256_unsigned = "4ec9fce3e7a24f93c0d82e08acdaef21f0ff7c3de7e68ba55cea3598d68727de"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa53-friendlyarm_nanopi-neo2-ext4-sdcard.img.gz"; + sha256 = "770866ea751e5d4250ff6aa4ee35fccfc6fe45e39d221d9c997edee31d70e0ba"; + sha256_unsigned = "6e95d7d65c82d389b7794388420ed0060a888edc302bd869229f5286295b78ba"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-neo2" + ]; + titles = [ + { + model = "NanoPi NEO2"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1s-h5 = { + device_packages = [ + "kmod-gpio-button-hotplug" + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5-ext4-sdcard.img.gz"; + sha256 = "772e2802484017c236a0b7a0edfc4f1f088b5b64047e020f12153ef746e0620c"; + sha256_unsigned = "0c97e918ff5c4fe702f41bf3dc07b25f82d988e517e3e7e8a4e7e5c6b310e4e2"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa53-friendlyarm_nanopi-r1s-h5-squashfs-sdcard.img.gz"; + sha256 = "6d63db3abfaffa893bdd0cb00d6b9fbb78baedf89002e2c09adeb3ae1122fb3f"; + sha256_unsigned = "2693b09e82b15ee2eef8c819bbf61a00be91947e574185836f9622b51f05708f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "nanopi-r1s-h5" + ]; + titles = [ + { + model = "Nanopi R1S H5"; + vendor = "FriendlyARM"; + } + ]; + }; + libretech_all-h3-cc-h5 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa53-libretech_all-h3-cc-h5"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa53-libretech_all-h3-cc-h5-ext4-sdcard.img.gz"; + sha256 = "78363d0afdf930d6c4f89fe1d1c9d48e718b1d33dba66e1ac977899e50652fe2"; + sha256_unsigned = "64259c23cfdb4d61a81b71045e2549f6b3616b801821c7630403224da6437b64"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa53-libretech_all-h3-cc-h5-squashfs-sdcard.img.gz"; + sha256 = "0e18b6418da4609fecdd4734d503d96571c1ee2490e00f53a3e2f55ac4595df2"; + sha256_unsigned = "06af50f9a09e1d1fd0701e62e68afdc6e687b4d3cc87a43e79d544636c8d9ec4"; + type = "sdcard"; + } + ]; + supported_devices = [ + "libretech,all-h3-cc-h5" + ]; + titles = [ + { + model = "ALL-H3-CC"; + variant = "H5"; + vendor = "Libre Computer"; + } + ]; + }; + olimex_a64-olinuxino = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa53-olimex_a64-olinuxino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa53-olimex_a64-olinuxino-ext4-sdcard.img.gz"; + sha256 = "e2c2cdc0f803d52bddf1fe47c657143d2e741d48af66718ec84c1774ca411aa8"; + sha256_unsigned = "464c65677609926eaf1ded853451d62e10872dde46b5bc42ef956aa1b5ecf683"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa53-olimex_a64-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "935faaa23abd6a37fbe9e17bd675507f0973cd9ceb5213f2d9c4537ad88bf07b"; + sha256_unsigned = "b9923d1b395fdd0a7a9743b791c1db0005f92adf6de4177daddf8997ec76d51d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino" + ]; + titles = [ + { + model = "A64-Olinuxino"; + vendor = "Olimex"; + } + ]; + }; + olimex_a64-olinuxino-emmc = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa53-olimex_a64-olinuxino-emmc"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa53-olimex_a64-olinuxino-emmc-squashfs-sdcard.img.gz"; + sha256 = "089e7db11dfcad8927a0c7e5a4a49c0f320721985a27bec9ee8dae9024da5101"; + sha256_unsigned = "419418ee9695a7e317f8f813a7c907bd0e4ad5a6189fe7c063d39cd833a1c085"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa53-olimex_a64-olinuxino-emmc-ext4-sdcard.img.gz"; + sha256 = "a055a8a962fb40af64ad94006084e416bb708e15f98438277ca4de76c36e1af7"; + sha256_unsigned = "efb10db212f14c6632d899a5f83b756563b0aad40d14e0a71a40f39b092e1dd5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a64-olinuxino-emmc" + ]; + titles = [ + { + model = "A64-Olinuxino"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + pine64_pine64-plus = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa53-pine64_pine64-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa53-pine64_pine64-plus-squashfs-sdcard.img.gz"; + sha256 = "1b9a0a66dc8d8bc16cbe183807939c14891499505473f192325be32292922a8e"; + sha256_unsigned = "f6f09b38409ef5fe919d3863c085486e01bcea00a9c70f2f1fc5ed40dcb6d85f"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa53-pine64_pine64-plus-ext4-sdcard.img.gz"; + sha256 = "e783df7a92d9ccecc789cf5d83c3749e6a89c4dc487991d942861ccdf18e7f4f"; + sha256_unsigned = "bd911fbf609e617a5ebb7426b83d09dc965416e9175cd253870e90ae16f8547b"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,pine64-plus" + ]; + titles = [ + { + model = "Pine64+"; + vendor = "Pine64"; + } + ]; + }; + pine64_sopine-baseboard = { + device_packages = [ + "kmod-rtl8723bs" + "rtl8723bu-firmware" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa53-pine64_sopine-baseboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa53-pine64_sopine-baseboard-squashfs-sdcard.img.gz"; + sha256 = "d19ac758910b31a01d9337ada2508b93d6c811942a53b889847f7b0be6ff2b06"; + sha256_unsigned = "658060dcd245893eee294f4d73052a68372c9d0337601a95904e48048b4d2112"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa53-pine64_sopine-baseboard-ext4-sdcard.img.gz"; + sha256 = "6aba16d969462503cb5c845e6492ec7352d6f28a003f120bcc24e94d26fc698e"; + sha256_unsigned = "c3c5577e6680eb1baa9a38891d2cdb90aa1fb49dc8bfb036f616c5e565adcaf3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "pine64,sopine-baseboard" + ]; + titles = [ + { + model = "SoPine"; + vendor = "Pine64"; + } + ]; + }; + xunlong_orangepi-one-plus = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa53-xunlong_orangepi-one-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa53-xunlong_orangepi-one-plus-ext4-sdcard.img.gz"; + sha256 = "ac31ff5ac20ed88c94c3daf1233c66c024bddc45e2b0ede78a7beec3ea700568"; + sha256_unsigned = "2144c49dda12f01662565595301270151eeba6a9f93ed36f654db9cf7763be56"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa53-xunlong_orangepi-one-plus-squashfs-sdcard.img.gz"; + sha256 = "1b989fdcb09ecbb1885a90d9e401547c784d62ea0269fe0fef35f757e40eea48"; + sha256_unsigned = "04ac6519fb89b7cb2e95b08912936914cdd7ca4e984504bd32e3af35f5855344"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one-plus" + ]; + titles = [ + { + model = "Orange Pi One Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc2 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa53-xunlong_orangepi-pc2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa53-xunlong_orangepi-pc2-squashfs-sdcard.img.gz"; + sha256 = "2f48b896ff14ff83cb5d041df556964746c6b0966455342365b4aee0c3c2658e"; + sha256_unsigned = "8921334b0ab6fe9c856d1962f0e4d3b99e0dc0bde8799ca3f5bb53d9b1ca5807"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa53-xunlong_orangepi-pc2-ext4-sdcard.img.gz"; + sha256 = "c8164a5a46a7d608a4b7a0205d22ab096bc59e89d2381b42348a060c03ad6258"; + sha256_unsigned = "91afeac8537bc6df4a737f24197c174bde7df9e08d26bd60459b6673d16ea2ae"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc2" + ]; + titles = [ + { + model = "Orange Pi PC 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero-plus = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa53-xunlong_orangepi-zero-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa53-xunlong_orangepi-zero-plus-ext4-sdcard.img.gz"; + sha256 = "7ee52841ed1ef0c7b3881c64ffeacc5eb5192cf49b68339cc1dd8757193aca02"; + sha256_unsigned = "5bf4bdc2ed30c20a952e7dd89ee3e15223f3c0919f1598441fc819c6ead5c537"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa53-xunlong_orangepi-zero-plus-squashfs-sdcard.img.gz"; + sha256 = "9d89b3a7137f66a75852bab1ea2496f062a743261bac875dff093d8526430c42"; + sha256_unsigned = "2d8f8f12a770e04e1d0231dcb0e92edcac87527d784e66483116deb69e0430d9"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero-plus" + ]; + titles = [ + { + model = "Orange Pi Zero Plus"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "sunxi/cortexa53"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + cortexa7 = { + arch_packages = "arm_cortex-a7_neon-vfpv4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_cubieboard2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-cubietech_cubieboard2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-cubietech_cubieboard2-ext4-sdcard.img.gz"; + sha256 = "b836741aeb96363589b5dd266a6e3fafebbce035a3a787ec60e73a35c418a56e"; + sha256_unsigned = "8c2cd50b30fe793f8045cfaf319d1ed5d6d5a00686b99e95360c05df0e9b45e3"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-cubietech_cubieboard2-squashfs-sdcard.img.gz"; + sha256 = "c174ff8f918507bde93e13c2b0650bdc91e6cf9c39a2d3d111bb9ea5bb3a8f47"; + sha256_unsigned = "26ad7402d5f8cac2a9d7cd674e1f866c622c17116a7db7fbedaf5880ce15191f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubieboard2" + ]; + titles = [ + { + model = "Cubieboard2"; + vendor = "Cubietech"; + } + ]; + }; + cubietech_cubietruck = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-cubietech_cubietruck"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-cubietech_cubietruck-ext4-sdcard.img.gz"; + sha256 = "60c0580d3661230c6bc1337e38dec84fad118d5e7ed9230a5f4888340e438275"; + sha256_unsigned = "9f499bcb2db9bf40fda4cda076ec7850035296cda6064efac29022334d311f06"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-cubietech_cubietruck-squashfs-sdcard.img.gz"; + sha256 = "2f7c554d7b9f34fbd9c46317f08c3b669f05eb22e20f800c4c3b34685a3c1000"; + sha256_unsigned = "d04e9f92e9ff3146fbf4de476f32ab3dd311a6120cbbbbecbfe7945759384c4f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,cubietruck" + ]; + titles = [ + { + model = "Cubietruck"; + vendor = "Cubietech"; + } + ]; + }; + friendlyarm_nanopi-m1-plus = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-friendlyarm_nanopi-m1-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-squashfs-sdcard.img.gz"; + sha256 = "dbf11323077ed3d6d1501febd09b151003b43b229f0928b4e4d0bff5a0da2bf1"; + sha256_unsigned = "55833642623686f130ee97cfd4a3025d63e7b6aa488bbaee9193dedfd3e6eaf8"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-ext4-sdcard.img.gz"; + sha256 = "d3323202792d8f5a83bf22ecc0b205c43d439637e53ed39a1be45f188d75701b"; + sha256_unsigned = "ab771c8889350b80fdc466b57036434002803be956be94113fc5aa49fa10e542"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-m1-plus" + ]; + titles = [ + { + model = "NanoPi M1 Plus"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-friendlyarm_nanopi-neo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-friendlyarm_nanopi-neo-squashfs-sdcard.img.gz"; + sha256 = "71ce14a568914f4570ec98b39a32974dd7ed8b12b056e7a05f122d96a5a041fe"; + sha256_unsigned = "217edf8d89335afc40f3ae87af62c9639e4ea838bb13d545ad398e4604f29026"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-friendlyarm_nanopi-neo-ext4-sdcard.img.gz"; + sha256 = "2e31924310304b009e150166e3d35cd77ea1d31865c7f88e9278cc334ee01c9c"; + sha256_unsigned = "f44e09d31a2b67b48f5163ae6f75966aa751ad6497083ce1f6f5023f4e9ba995"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo" + ]; + titles = [ + { + model = "NanoPi NEO"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-neo-air = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-friendlyarm_nanopi-neo-air"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-friendlyarm_nanopi-neo-air-ext4-sdcard.img.gz"; + sha256 = "48dd5650e3173dd8d2961b5d23cd647dd41984364e7473f46ee61cfe9bcaf8af"; + sha256_unsigned = "3ccab467ddeb353d74c131b2f8d96d80f675ede0cb207b631472fe2fdb7b5f57"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-friendlyarm_nanopi-neo-air-squashfs-sdcard.img.gz"; + sha256 = "64c053ec75b1068d2bf9eec56ad70c8b263b3c5fa11a4a827f834893fbc970fb"; + sha256_unsigned = "a7529dba9ef9a563bf0265cb779e8a4d5d15aa87599810783f1b289b5463c400"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-neo-air" + ]; + titles = [ + { + model = "NanoPi NEO Air"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_nanopi-r1 = { + device_packages = [ + "kmod-usb-net-rtl8152" + "kmod-leds-gpio" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-friendlyarm_nanopi-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-friendlyarm_nanopi-r1-squashfs-sdcard.img.gz"; + sha256 = "9e1dce0acaa71cc647d9d8f93eebe922295b898fa74674dadcbdac7ae400ede9"; + sha256_unsigned = "fa5c1416429fe14e381aaa3af72371afc748b0ed5c409d5d6d600261fcc3ae31"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-friendlyarm_nanopi-r1-ext4-sdcard.img.gz"; + sha256 = "06a91900fc7227ee4c1dac33c74ba48dbb928e462017226d0f2b9f6fb232464a"; + sha256_unsigned = "5eda67f249416257c2519fcd75ef14d39963a553504be011eba60b09fd6e91ad"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,nanopi-r1" + ]; + titles = [ + { + model = "NanoPi R1"; + vendor = "FriendlyARM"; + } + ]; + }; + friendlyarm_zeropi = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-friendlyarm_zeropi"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-friendlyarm_zeropi-ext4-sdcard.img.gz"; + sha256 = "7fe5ab92748779e83b6e7d58918e962c71754d92ba485266ee84deff2a6a2cbb"; + sha256_unsigned = "18b527085fb4f05611245ab8e398932505b9406acc0c478b6282f3faa8d0b703"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-friendlyarm_zeropi-squashfs-sdcard.img.gz"; + sha256 = "2bb40eb6b0f9ee38b4c8eb149f93495b1cd91cabad65cfb56c82c4a9caf3ff97"; + sha256_unsigned = "b80d744b3e7d1ad8f8e9d332ae6a57b9f1c8f266909abdda8b08228381406560"; + type = "sdcard"; + } + ]; + supported_devices = [ + "friendlyarm,zeropi" + ]; + titles = [ + { + model = "ZeroPi"; + vendor = "FriendlyARM"; + } + ]; + }; + lamobo_lamobo-r1 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtl8192cu" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-lamobo_lamobo-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-lamobo_lamobo-r1-squashfs-sdcard.img.gz"; + sha256 = "f57a8d0fe34192c51be81054a3587936e97d7fead9e51940c9b74a439ede99d9"; + sha256_unsigned = "576876393d387a5aae0f8665d46e979b052fb9bf28ac9e0306fd0709e1398cc1"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-lamobo_lamobo-r1-ext4-sdcard.img.gz"; + sha256 = "dfb3ded18906bb73d5e47c9d43838c5ea8ee011e2c9829e797e07fcf9e4d3045"; + sha256_unsigned = "5ffaf383344dca1fdff3b622ac181ed6c52543d61336d184f342620825b249d5"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lamobo,lamobo-r1" + ]; + titles = [ + { + model = "Lamobo R1"; + vendor = "Lamobo"; + } + { + model = "BPi-R1"; + vendor = "Bananapi"; + } + ]; + }; + lemaker_bananapi = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-lemaker_bananapi"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-lemaker_bananapi-squashfs-sdcard.img.gz"; + sha256 = "89e00b8caf2d78829b11c58a10656928da6616aa1712a099c0ffeec8e4ce7ce7"; + sha256_unsigned = "f9106c4aea057dc73fb2bae8e1053563c937888d3a518776e93808f65f101548"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-lemaker_bananapi-ext4-sdcard.img.gz"; + sha256 = "df25167d9b2c0726fdf81e91fa8c2ab1ae761d613303f51312c99be9b9a5942e"; + sha256_unsigned = "19fa61eabdb871cee43ad934ddb95c0c2a21b9b96a2e61b6f9cee1481eb98c3c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi" + ]; + titles = [ + { + model = "Banana Pi"; + vendor = "LeMaker"; + } + ]; + }; + lemaker_bananapro = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-brcmfmac" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-lemaker_bananapro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-lemaker_bananapro-ext4-sdcard.img.gz"; + sha256 = "d823f48bcd4708bbd184bd32793988d971337fd95c97a0a1a07552771b46b800"; + sha256_unsigned = "ced1a63431d704b0b1a1c20d45ff3811a5216c1da066371488d22d1a95e8b73a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-lemaker_bananapro-squashfs-sdcard.img.gz"; + sha256 = "c77d8482071f3e366b695cfec596e6ef951b8636efc79f156151b53436b96222"; + sha256_unsigned = "912606e58083e704c883e8a2d06d3dd9e19e517c7ed8c408ae5643c65fcf5c4e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapro" + ]; + titles = [ + { + model = "Banana Pro"; + vendor = "LeMaker"; + } + ]; + }; + linksprite_pcduino3 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + "kmod-rtl8xxxu" + "rtl8188eu-firmware" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-linksprite_pcduino3"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-linksprite_pcduino3-ext4-sdcard.img.gz"; + sha256 = "f87ca447cd01d91752456bace4d15de06aec8a8c16063673a7c4978ad1e74297"; + sha256_unsigned = "9340ac21109453aec66edc422727989fe10a39a2a4d7f95e67d40f8852a739ec"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-linksprite_pcduino3-squashfs-sdcard.img.gz"; + sha256 = "033019db4d4145ea5deff7d0b23e63e077d6c189f97f8774b2aa76bd310eb58a"; + sha256_unsigned = "ab3d809ac479aa13c3e184c67210cae40a826a621c8e66c127cc925b1cf38e25"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3" + ]; + titles = [ + { + model = "pcDuino3"; + vendor = "LinkSprite"; + } + ]; + }; + linksprite_pcduino3-nano = { + device_packages = [ + "kmod-rtc-sunxi" + "kmod-ata-sunxi" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-linksprite_pcduino3-nano"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-linksprite_pcduino3-nano-ext4-sdcard.img.gz"; + sha256 = "ee22b28dabbbf26ab59e2b3e4fc00f5cc4dc79030cbfd3331ad0df3fce15ced8"; + sha256_unsigned = "47543d5cf19508116183d15797b39c56b2f4740aca3c2e570ced18bd36ddf546"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-linksprite_pcduino3-nano-squashfs-sdcard.img.gz"; + sha256 = "90325f2d9f01059d6d4f06a0358e9750714e461e5d2c569e24321edd029f7c9a"; + sha256_unsigned = "e2761cd41cc62ad2120a53bdd4d4030c83a021a9e9c0106af2a757ce233f269c"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,pcduino3-nano" + ]; + titles = [ + { + model = "pcDuino3 Nano"; + vendor = "LinkSprite"; + } + ]; + }; + mele_m9 = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-mele_m9"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-mele_m9-squashfs-sdcard.img.gz"; + sha256 = "0960b77d6995fc9a0cebd36480adefa2444bb17efbaaaeffb476fc7ed7f75638"; + sha256_unsigned = "01157374eeefc7eb00ae8123acf66561762260e6ece018b62002d90cb1811549"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-mele_m9-ext4-sdcard.img.gz"; + sha256 = "eef2021e6706fe3c767c408677759560edc8617457e9a23f70edc345465464e9"; + sha256_unsigned = "56958aaffd67a0be24d8a37cbb237dc29efeeaf10c63566d9eff3eca01183b52"; + type = "sdcard"; + } + ]; + supported_devices = [ + "mele,m9" + ]; + titles = [ + { + model = "M9"; + vendor = "Mele"; + } + ]; + }; + olimex_a20-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-olimex_a20-olinuxino-lime"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-olimex_a20-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "ce222c16d7f6bcc539c2a4a81c05976d5d52d5bec359df91c060dd1b52f4a033"; + sha256_unsigned = "c3126578038871a3d2bf6b4308ca7877c98dd2ca971d296a6fc6e57c80a267c4"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-olimex_a20-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "8fc1e104f8a0bb024f8ebbb062791e7bb2c056aecac69731855ce80491b3d2f9"; + sha256_unsigned = "778fa2c82d19e07d16c59ab7e6a886724419cef50782c4db284eb8865d7aab9d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2 = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2-ext4-sdcard.img.gz"; + sha256 = "f2875ab47b7d292f7dd60f86534cd1ea1ead99b716f0650c6a6cf4d3947e12b4"; + sha256_unsigned = "1e1088762ae70879908fa9fb0964572fc1c84fe790233821c7b68de5e52973a8"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2-squashfs-sdcard.img.gz"; + sha256 = "9db98b39a4895edb2f85f104d0b34c06226bb42e78f2b4f81358eacadc837835"; + sha256_unsigned = "1156894011ed44bacf80faa3b72775cac8f1c4aae248d134b47a594a31f9bc6f"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-lime2-emmc = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-rtc-sunxi" + "kmod-usb-hid" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"; + sha256 = "ab2b7dc4e98af88e1c55eb43a24bcfff54524539a282f0cfd7fb88701c1db76e"; + sha256_unsigned = "9b54dfe7bac0db4b7b94c3a68e0239d7a041175e7a08d454887fb0591efc5934"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz"; + sha256 = "975875f66a1d954c963fcf4d44bd238bea4417dd8d1da70430c83ea2fb991b5e"; + sha256_unsigned = "ea47e8f9f7dc9a02e0db29d052fe59fe684e827a629a19e629a57a1fd685bdc7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-lime2-emmc" + ]; + titles = [ + { + model = "A20-OLinuXino-LIME2"; + variant = "eMMC"; + vendor = "Olimex"; + } + ]; + }; + olimex_a20-olinuxino-micro = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-olimex_a20-olinuxino-micro"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-olimex_a20-olinuxino-micro-ext4-sdcard.img.gz"; + sha256 = "5244cc2aa371fa25e37f2ec63506449d2514db9f834fab9b1e3683ba1e48183c"; + sha256_unsigned = "7a7f24a74616b63f65b9f9765f8658cea09a19381e554f76e7bb836a3b27cb94"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-olimex_a20-olinuxino-micro-squashfs-sdcard.img.gz"; + sha256 = "f0a1ed984911d8fb55e6a276a1bfc2ddc154b898f52988089b22290aef6b57c2"; + sha256_unsigned = "c5b10a4881dc89e64dc5a6d5eadf148fc41fa420b48572a8a98b157e50d56eef"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a20-olinuxino-micro" + ]; + titles = [ + { + model = "A20-OLinuXino-MICRO"; + vendor = "Olimex"; + } + ]; + }; + sinovoip_bananapi-m2-berry = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-brcmfmac" + "cypress-firmware-43430-sdio" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-sinovoip_bananapi-m2-berry"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-sinovoip_bananapi-m2-berry-squashfs-sdcard.img.gz"; + sha256 = "c381dbb8afe0b156fb23e05b733c8cf7067d160c1db0902aa1e4481bf9764be1"; + sha256_unsigned = "00ef0c5cb097c2548a9809e0ee30a000fd5cc53164fc0829ba30e5485057a424"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-sinovoip_bananapi-m2-berry-ext4-sdcard.img.gz"; + sha256 = "1e106ce9886852417f649c2810cefb3268520c6ff792f7e98b1e4a00b2e898fc"; + sha256_unsigned = "7de0dd8027eff59ae39f2f0aef40916e378d1fe4bb8f653df7d01ec0dac065bb"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-berry" + ]; + titles = [ + { + model = "Banana Pi M2 Berry"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-plus = { + device_packages = [ + "kmod-leds-gpio" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-sinovoip_bananapi-m2-plus"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-sinovoip_bananapi-m2-plus-ext4-sdcard.img.gz"; + sha256 = "b9ccdbf555719e4d5d67eba8ae822aab51f266ebbeeec16dd3ab59c73aa18160"; + sha256_unsigned = "fb6b529457f4fb7917e3ab63d91e00ec6a1b687f880010eb7b6c1bfd083dbdfc"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-sinovoip_bananapi-m2-plus-squashfs-sdcard.img.gz"; + sha256 = "36c8a3ab2a1a00062db11bebe77eb445a6e221e2cdee1fe71b85c3f76d0ff0b9"; + sha256_unsigned = "5c87aee22fb861f8e6e11a4743029463d03b942bc0e6c45258b94c9bfb2f7ced"; + type = "sdcard"; + } + ]; + supported_devices = [ + "sinovoip,bananapi-m2-plus" + ]; + titles = [ + { + model = "Banana Pi M2+"; + vendor = "Sinovoip"; + } + ]; + }; + sinovoip_bananapi-m2-ultra = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-brcmfmac" + "brcmfmac-firmware-43430a0-sdio" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-sinovoip_bananapi-m2-ultra"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-squashfs-sdcard.img.gz"; + sha256 = "59bb09aa09f1ddc7cc971c37277418a46a7ee40f172fcbd0adcadb4120df448e"; + sha256_unsigned = "f2dcce938e2bf53502a9803064b6ec1a9e7f9ea6364fa0a0a2abaadc19a7acf8"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-sinovoip_bananapi-m2-ultra-ext4-sdcard.img.gz"; + sha256 = "216e805ed68f803d5a5bdaa596095994b83f1471b02b20f053f8626d8ea8c462"; + sha256_unsigned = "9951fbcc367a9294d9600847c25fa6b773eee900d7b3dc0dd0176e7041e8f361"; + type = "sdcard"; + } + ]; + supported_devices = [ + "lemaker,bananapi-m2-ultra" + ]; + titles = [ + { + model = "Banana Pi M2 Ultra"; + vendor = "Sinovoip"; + } + ]; + }; + xunlong_orangepi-2 = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-2"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-2-squashfs-sdcard.img.gz"; + sha256 = "f4f890843379731806a3a5e4f75f39350cda36fd3dc1cf11f42262f27e1ebe77"; + sha256_unsigned = "bdfd342c21f2948d02737d14deb9b3d5f3e6203864ad265c55663cce13b3c75c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-2-ext4-sdcard.img.gz"; + sha256 = "bb39df4dca7a39dad009c6ee1aac3457ba741745791234e87f16c0098d0fd86a"; + sha256_unsigned = "dbea2312441ea4fd943b6ce9572e0c3c90087ff7a854829ebb6ed09573a4709e"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-2" + ]; + titles = [ + { + model = "Orange Pi 2"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-one = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-one"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-one-squashfs-sdcard.img.gz"; + sha256 = "1c35c936df13fbccf41f662a1dea1db0760d52089072dafc19c45b108c1b357d"; + sha256_unsigned = "d5e6169289bac6869e2b394572350a283d637e3ef4f2d00cee275bd7a668c8f2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-one-ext4-sdcard.img.gz"; + sha256 = "5e4f0b60ee3e4f4823fbe98450e03b804bf179e4d7402b4b9721c542014cbdf6"; + sha256_unsigned = "73688cb789ef8dec4eb776202dfa6252a545fc66b91558fdf6fabc29271a7f44"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-one" + ]; + titles = [ + { + model = "Orange Pi One"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc = { + device_packages = [ + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-pc"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-pc-ext4-sdcard.img.gz"; + sha256 = "177e730125408fb5a49840df1144f67ed3368ba47b5120d4e5cc148ab6dd0d7a"; + sha256_unsigned = "bebf4a4b8166a8b9c4b0928e9da5937fb2f1ee44dbe5265476fbc404940ab96c"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-pc-squashfs-sdcard.img.gz"; + sha256 = "13d1bda6fe38c510c965d469cb706ded952eadcddf41321cf2e1d0303488c030"; + sha256_unsigned = "ca344307a36b4b6f918e5d7ebc57ebe47b7f05e10529e2d13318324e61145616"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc" + ]; + titles = [ + { + model = "Orange Pi PC"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-pc-plus = { + device_packages = [ + "kmod-gpio-button-hotplug" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-pc-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-pc-plus-squashfs-sdcard.img.gz"; + sha256 = "8ebc6b6f88f6d7736cad5eb8eb883449e67b8e9e9c63747af6c96a3676688013"; + sha256_unsigned = "e98d527973f4f8805edcd2c254b2961ee826c46f7b3d18036b6ea87ffdef6cee"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-pc-plus-ext4-sdcard.img.gz"; + sha256 = "9b4f0beead87b2163d257795c06fbd6b4b692559c2ca761df972d5782ce592a6"; + sha256_unsigned = "11130510a2a75b880e3bb348493993cd67175e1340dea4b09df8b13807638670"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-pc-plus" + ]; + titles = [ + { + model = "Orange Pi PC Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-plus = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-plus"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-plus-squashfs-sdcard.img.gz"; + sha256 = "49e1bb006c13efd69501c8b48f6daa2d8cda4f41f2451259c2b95054b2fe8fa1"; + sha256_unsigned = "bc647e7736f87ec8cd38ce6f0ed2d79df16c19df59e1552873d9266827d86968"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-plus-ext4-sdcard.img.gz"; + sha256 = "09e59de490541c20c1f4919904d60b41e40908e59f3fbb6b72ac6f71dbecdccd"; + sha256_unsigned = "4ece37d2709354049adb619414fefa7d643a5edf994b28780cd7900db897b1b3"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-plus" + ]; + titles = [ + { + model = "Orange Pi Plus"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-r1 = { + device_packages = [ + "kmod-usb-net-rtl8152" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-r1"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-r1-squashfs-sdcard.img.gz"; + sha256 = "0282797c55f2e43916a916394f7e6edd04f934b836f86cf5a8e9b2a28deedfaf"; + sha256_unsigned = "4a566b301163cb0800bbbd9ba3bb3fcbd416e2709f86d306ae578011e73167bf"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-r1-ext4-sdcard.img.gz"; + sha256 = "ce0eb4b36e509e77173ca271ee5aca80ea5395a0707dac4aed024505c6afb6d1"; + sha256_unsigned = "48604c66a06ca43253bd1c45f97dbf13366f0a762242224ff1506007ea6e2fb6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-r1" + ]; + titles = [ + { + model = "Orange Pi R1"; + vendor = "Xunlong"; + } + ]; + }; + xunlong_orangepi-zero = { + device_packages = [ + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-zero"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-zero-squashfs-sdcard.img.gz"; + sha256 = "f8becf9d508628aad973b00506b1698a0a40bd01060a9cc62536960a95ddf4ea"; + sha256_unsigned = "374e5f6b8b4b57d2a9955cdd848aff66c5dbcc88f39869f1d272ec416b255000"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa7-xunlong_orangepi-zero-ext4-sdcard.img.gz"; + sha256 = "d706a4b0f2f5b5dd2da95ed1d74cf61468fa0c62cd7f2cb4fdd8ebd9b0b38091"; + sha256_unsigned = "d56249caca3dae7369f194a89e0dbf0e1d39464d19c789167d9ea4d3062f8cfd"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xunlong,orangepi-zero" + ]; + titles = [ + { + model = "Orange Pi Zero"; + vendor = "Xunlong"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "sunxi/cortexa7"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + cortexa8 = { + arch_packages = "arm_cortex-a8_vfpv3"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + cubietech_a10-cubieboard = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa8-cubietech_a10-cubieboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa8-cubietech_a10-cubieboard-squashfs-sdcard.img.gz"; + sha256 = "68c25032d37ee48031e7b01edb625c24b6dd5b650652a08ed69f2cfbae4e53e7"; + sha256_unsigned = "5af7dbaf34b550964317126f822639e53dfe3835ccafb4e08fb562c89f6532ea"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz"; + sha256 = "b384f33d1f5b0a5a9e26ed2e33d8fe6ffad60274ea813ce35cfbc4e7c02904ff"; + sha256_unsigned = "65a1619045f7c27e819a87f9961105e4247f2716b60f9541783b5fc7d9d15310"; + type = "sdcard"; + } + ]; + supported_devices = [ + "cubietech,a10-cubieboard" + ]; + titles = [ + { + model = "Cubieboard"; + vendor = "Cubietech"; + } + ]; + }; + haoyu_a10-marsboard = { + device_packages = [ + "kmod-ata-core" + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-sound-core" + "kmod-sound-soc-sunxi" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa8-haoyu_a10-marsboard"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa8-haoyu_a10-marsboard-squashfs-sdcard.img.gz"; + sha256 = "e50b93dcf463f673cd94eae9e844e085be08a37f862b0d5dae538963f99d4b99"; + sha256_unsigned = "37547785ebf4765e0e672464b00ed666700ff06d5b16bae7c4eb98b4116b4f0c"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa8-haoyu_a10-marsboard-ext4-sdcard.img.gz"; + sha256 = "e5d40b4b8f68b6cf669d06793ab547db68d338f2ac4ef39d467cb737ebf09fc6"; + sha256_unsigned = "762d264599d1937b16d88a1e6feb59ed7a0fca5919c910e1680b2d914c218b4d"; + type = "sdcard"; + } + ]; + supported_devices = [ + "haoyu,a10-marsboard" + "marsboard,a10-marsboard" + ]; + titles = [ + { + model = "MarsBoard A10"; + vendor = "HAOYU Electronics"; + } + ]; + }; + linksprite_a10-pcduino = { + device_packages = [ + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa8-linksprite_a10-pcduino"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa8-linksprite_a10-pcduino-ext4-sdcard.img.gz"; + sha256 = "e31403cbde7cd0553f142c8f92d2c787474f8c1d2fccbb2b81dfe1e4cf1d568e"; + sha256_unsigned = "42844847eb232790411702dd11feb7c4b30b91c2f7a853b7b2a73e4a8eb4640f"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa8-linksprite_a10-pcduino-squashfs-sdcard.img.gz"; + sha256 = "0e606cf707705ab530f7cef5184a20b78dcea424622eb35bc5342c7ff9f51d61"; + sha256_unsigned = "3fede1441ebf2edd2de1b16224f4b2387da17511590474f7e11be8ff759d1926"; + type = "sdcard"; + } + ]; + supported_devices = [ + "linksprite,a10-pcduino" + ]; + titles = [ + { + model = "pcDuino"; + vendor = "LinkSprite"; + } + ]; + }; + olimex_a10-olinuxino-lime = { + device_packages = [ + "kmod-ata-sunxi" + "kmod-sun4i-emac" + "kmod-rtc-sunxi" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa8-olimex_a10-olinuxino-lime"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa8-olimex_a10-olinuxino-lime-squashfs-sdcard.img.gz"; + sha256 = "60fd114b99ea9c1ccaf024754894efc2064fe55e564c99fad4fd8c91e23a63c4"; + sha256_unsigned = "e3e1aa030782624695fcf42fcae0385c6f8d6d4bc47f7bd6bc84cc1111dc05d2"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa8-olimex_a10-olinuxino-lime-ext4-sdcard.img.gz"; + sha256 = "82a248d31a07b370e7f5182374d905a871bc9df6221fa8fbaa81aa6391b5a10e"; + sha256_unsigned = "37bceb600e7c96a2a46f40245773a81806f1a07ddca12323378abcaa9c239580"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a10-olinuxino-lime" + ]; + titles = [ + { + model = "A10-OLinuXino-LIME"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olimex-som = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa8-olimex_a13-olimex-som"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa8-olimex_a13-olimex-som-ext4-sdcard.img.gz"; + sha256 = "02b275aefdf8b9960700bcd2782bdd7135818e601d953a11252ce073ac7af74e"; + sha256_unsigned = "9fcb2a96615259ae697252fafd15fa4e94d82ca7ec15d01c46a85f750ca2ae32"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa8-olimex_a13-olimex-som-squashfs-sdcard.img.gz"; + sha256 = "29ff1150796cba574b8ffbd599aed0ca1511339e4aa49a182c4202600464ceb1"; + sha256_unsigned = "a024828012f30b69e9761c9122a551e0cd7c1a15f3bb5044ce5236614c2e06c7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-SOM"; + vendor = "Olimex"; + } + ]; + }; + olimex_a13-olinuxino = { + device_packages = [ + "kmod-rtl8192cu" + ]; + image_prefix = "openwrt-23.05.0-sunxi-cortexa8-olimex_a13-olinuxino"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-sunxi-cortexa8-olimex_a13-olinuxino-squashfs-sdcard.img.gz"; + sha256 = "26de0fa2a014a7ee147d3f76ee8a14fb6d73f1d795958f196ace1aa052e0966b"; + sha256_unsigned = "d9614fb4940cf0331e5b60f585d07efd3e5943d4eaf19f5b60e7c65ee6c37ee7"; + type = "sdcard"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-sunxi-cortexa8-olimex_a13-olinuxino-ext4-sdcard.img.gz"; + sha256 = "d6c7fcae6ffe4689a69c75fd00eacc254a606a816d17790b1f4bd89c089a80ff"; + sha256_unsigned = "c943cfa7a429f9e78ab2b76a6a3aff7a75f1ebeaada5790472d253191c7db586"; + type = "sdcard"; + } + ]; + supported_devices = [ + "olimex,a13-olinuxino" + ]; + titles = [ + { + model = "A13-OLinuXino"; + vendor = "Olimex"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "sunxi/cortexa8"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + tegra = { + generic = { + arch_packages = "arm_cortex-a9_vfpv3-d16"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + compulab_trimslice = { + device_packages = [ + "kmod-r8169" + "kmod-rt2800-usb" + "kmod-rtc-em3027" + "kmod-usb-storage" + "wpad-basic-mbedtls" + "iwinfo" + ]; + image_prefix = "openwrt-23.05.0-tegra-generic-compulab_trimslice"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-tegra-generic-compulab_trimslice-ext4-sdcard.img.gz"; + sha256 = "778f04ae444edd7473e74c8baa5523bdb78603f05bcdb36e3e5ae7bb9c462c8f"; + sha256_unsigned = "99e0ae7dbc441cd3c721c7b722fcd53568a2d3cfbe32c6c9cbadbf7004ac7c1a"; + type = "sdcard"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-tegra-generic-compulab_trimslice-squashfs-sdcard.img.gz"; + sha256 = "47342beb91a24c6d0a6465cd4d673c71f9767224e390fb555d0e84376261084f"; + sha256_unsigned = "0fda80967e39d7ab4c245621df0e43a5b0f60afd05327d00b169815c90ceefa1"; + type = "sdcard"; + } + ]; + supported_devices = [ + "compulab,trimslice" + ]; + titles = [ + { + model = "TrimSlice"; + vendor = "CompuLab"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "tegra/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + x86 = { + "64" = { + arch_packages = "x86_64"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "grub2-bios-setup" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-amazon-ena" + "kmod-amd-xgbe" + "kmod-bnx2" + "kmod-e1000e" + "kmod-e1000" + "kmod-forcedeth" + "kmod-fs-vfat" + "kmod-igb" + "kmod-igc" + "kmod-ixgbe" + "kmod-r8169" + "kmod-tg3" + ]; + image_prefix = "openwrt-23.05.0-x86-64-generic"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-x86-64-generic-ext4-rootfs.img.gz"; + sha256 = "910dae094418b6d42889d94300b72fd33da0144ee4abf5bb16d69654774ff3ca"; + sha256_unsigned = "910dae094418b6d42889d94300b72fd33da0144ee4abf5bb16d69654774ff3ca"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-x86-64-generic-squashfs-rootfs.img.gz"; + sha256 = "f7f12a3959d3da2e2d5640b0b880cb4d0df26ef034fa8ada49a59a82d4f6cf26"; + sha256_unsigned = "f7f12a3959d3da2e2d5640b0b880cb4d0df26ef034fa8ada49a59a82d4f6cf26"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-x86-64-generic-squashfs-combined-efi.img.gz"; + sha256 = "e927ceb51e8750d03abb0170741b2473e369e4b458b7847d2fdb4331647a4c7e"; + sha256_unsigned = "38945a71d9a35807365b08ea6b65f3a8e3b60826912577d7f118c4ba79eb1e87"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-x86-64-generic-squashfs-combined.img.gz"; + sha256 = "42d7eef88c08cef6605df0c0e4ac1b3749bf8376ef8717c332cf323dd89fc55c"; + sha256_unsigned = "6bc1d946369e1588e27eaef62c7fca6fe34d1992d2f914794afa596546a5a060"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-x86-64-generic-ext4-combined-efi.img.gz"; + sha256 = "ddea83d32d276e18e257ff18042ee1a56f5fbfc519f550f95ccc4b72f6b2b939"; + sha256_unsigned = "dcdccedc7f13fa993fff876381aea960f24a1da376c903255af27c0c0f5c6d2c"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-x86-64-generic-ext4-combined.img.gz"; + sha256 = "437ba3013c2849bb0b0e62f026372ef70dd8e1efffcb0a99f58f9ee5a2a58f4f"; + sha256_unsigned = "2f28b62774bc6cff6fb06a0b8e7154b4988591844a5c2a64c05cff85824c6556"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/64"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "x86/64"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + generic = { + arch_packages = "i386_pentium4"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "grub2-bios-setup" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + "kmod-fs-vfat" + ]; + image_prefix = "openwrt-23.05.0-x86-generic-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-x86-generic-generic-squashfs-combined-efi.img.gz"; + sha256 = "556463c77ee29115a7b2c1e31dd9e287dd3047d022a180afe6d1281b695e845f"; + sha256_unsigned = "ad121f7a97bf7ae308cd8a627841104bd36018ff77b82a747923ace080fcfcf0"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-x86-generic-generic-ext4-combined.img.gz"; + sha256 = "dd19ba712a02b6ce72fd3c77465ed4f71d0b8c1e82924cb0155f9772ff4a89ed"; + sha256_unsigned = "ff6df078c30219748aa7a7eb72bacefb0230a1998fd2ac67f86e7f5be2567cc8"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-x86-generic-generic-ext4-combined-efi.img.gz"; + sha256 = "b88277f7b7f07575fefd00c93e322cfd764bc924f2f98f43580360b41b5abb95"; + sha256_unsigned = "9b76b4e0b0926f47894f7a93c375a1e1f38595446320839e2af816163775154a"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-x86-generic-generic-squashfs-combined.img.gz"; + sha256 = "6d18150b27e504634182ff75aad91abb7b9d4fa9311d4a51bd50ab368ada87e2"; + sha256_unsigned = "f3e6bc03a8e30a6fe696574e6adbe03dbf5cf6db90b39365015189bd3c6cd9b4"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-x86-generic-generic-squashfs-rootfs.img.gz"; + sha256 = "b3e93940c002f23cb42c2ec16535d466b582a8b62b351d98ef6077b4c0350689"; + sha256_unsigned = "b3e93940c002f23cb42c2ec16535d466b582a8b62b351d98ef6077b4c0350689"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-x86-generic-generic-ext4-rootfs.img.gz"; + sha256 = "65151a473ae1cc7610ed9d00ddeb3451db831f7d234c9765dc690fd9456b0e4e"; + sha256_unsigned = "65151a473ae1cc7610ed9d00ddeb3451db831f7d234c9765dc690fd9456b0e4e"; + type = "rootfs"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "x86/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + geode = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "grub2-bios-setup" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-ecb" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + ]; + image_prefix = "openwrt-23.05.0-x86-geode-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-x86-geode-generic-squashfs-rootfs.img.gz"; + sha256 = "2af3b53f696fef67a689fe44710ac0a22df324a8f3ee2336d2f63dae34841568"; + sha256_unsigned = "2af3b53f696fef67a689fe44710ac0a22df324a8f3ee2336d2f63dae34841568"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-x86-geode-generic-ext4-rootfs.img.gz"; + sha256 = "56394d1da9c235887f4548090a5b45e6ab6490f8fb7dfe84c7a7684df74bb3ef"; + sha256_unsigned = "56394d1da9c235887f4548090a5b45e6ab6490f8fb7dfe84c7a7684df74bb3ef"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-x86-geode-generic-squashfs-combined.img.gz"; + sha256 = "11ecea1908da6a3d3ec2b83d583335475c492c0d5f4f6e90490530ff39fc168c"; + sha256_unsigned = "e1cddad74c3df7dd659c923070faa09b94c76e9b3e16bb46b68444fbb23d10de"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-x86-geode-generic-ext4-combined.img.gz"; + sha256 = "6e1ebda8f66d24beebfb9e6ca41bf48351302345c264cea1be6f40926b75f105"; + sha256_unsigned = "33a983e08a5161a698e79d857adb636541eaa3004fbd4a25fbcd5006b632b8d1"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-x86-geode-generic-squashfs-combined-efi.img.gz"; + sha256 = "c87dbf73ced6496335fdd1b2ea35f9dc29e3094c5906010348efe8ab75f3135b"; + sha256_unsigned = "509f85274731f16030ed299859f7f2986956e87d9aff4d8a62c55fdcca1a4093"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-x86-geode-generic-ext4-combined-efi.img.gz"; + sha256 = "1dda797132c9ac81c4c16ce46c112771f10dc409eed185f2e1d45cb604b51bac"; + sha256_unsigned = "3d10428de558a6a8386b5bbe7f48ee1ce23b42c078330d16374722736f992ea2"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/Geode"; + vendor = "Generic"; + } + ]; + }; + geos = { + device_packages = [ + "kmod-crypto-cbc" + "kmod-crypto-ecb" + "kmod-crypto-hw-geode" + "kmod-ledtrig-gpio" + "br2684ctl" + "flashrom" + "kmod-hwmon-lm90" + "kmod-mppe" + "kmod-pppoa" + "kmod-usb-ohci-pci" + "linux-atm" + "ppp-mod-pppoa" + "pppdump" + "pppstats" + "soloscli" + "tc" + ]; + image_prefix = "openwrt-23.05.0-x86-geode-geos"; + images = [ + { + filesystem = "ext4"; + name = "openwrt-23.05.0-x86-geode-geos-ext4-rootfs.img.gz"; + sha256 = "e54db7e2b5998a903e71d4d760531a4ca77d8ed68b3b3999c7ba9094043a3d80"; + sha256_unsigned = "e54db7e2b5998a903e71d4d760531a4ca77d8ed68b3b3999c7ba9094043a3d80"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-x86-geode-geos-ext4-combined-efi.img.gz"; + sha256 = "082da2d8cf3c6d1fa0ff9c6e5f96b0dba7ceb812412dc58b2e4bb6030b1454e5"; + sha256_unsigned = "1fe927488d8f545fcbea3de550aca0d7f062f0d3af74fe88b36ca2c57d01a8ff"; + type = "combined-efi"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-x86-geode-geos-ext4-combined.img.gz"; + sha256 = "16bdf7843580c6943bdfd2920fd1a8251c85001127dfaf7dde4ced5c37252938"; + sha256_unsigned = "54169caa3e7052d6f4670292d108fe069a3d17f0169e6d4f86b2f45b3f4ae2da"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-x86-geode-geos-squashfs-rootfs.img.gz"; + sha256 = "9a2588b83bf8944524c2d2cfa116cd4143a99e25a97637dcdb0dbf20c85f23ed"; + sha256_unsigned = "9a2588b83bf8944524c2d2cfa116cd4143a99e25a97637dcdb0dbf20c85f23ed"; + type = "rootfs"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-x86-geode-geos-squashfs-combined-efi.img.gz"; + sha256 = "009462bb79f4bb88bba1324fe7341cb89d5990676dbdf2406867698ca77c4e57"; + sha256_unsigned = "ce130f0b17ad3befd379e70443884ea5e6706f5429596f781d7f388108f23707"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-x86-geode-geos-squashfs-combined.img.gz"; + sha256 = "b619232c757dde73d0e53ed4cc682b80c2b184a1eb55e84a1bbc634086ca4e37"; + sha256_unsigned = "a6c7ddcc5929618e478273a20a23293b863b14740c69abbf0831b21dcd6b9833"; + type = "combined"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "Geos"; + vendor = "Traverse Technologies"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "x86/geode"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + legacy = { + arch_packages = "i386_pentium-mmx"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "grub2-bios-setup" + "kmod-button-hotplug" + "kmod-nft-offload" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "partx-utils" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + generic = { + device_packages = [ + "kmod-3c59x" + "kmod-8139too" + "kmod-e100" + "kmod-e1000" + "kmod-natsemi" + "kmod-ne2k-pci" + "kmod-pcnet32" + "kmod-r8169" + "kmod-sis900" + "kmod-tg3" + "kmod-via-rhine" + "kmod-via-velocity" + "kmod-forcedeth" + ]; + image_prefix = "openwrt-23.05.0-x86-legacy-generic"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-x86-legacy-generic-squashfs-combined.img.gz"; + sha256 = "bdd863f00f76ca52c8e2547a1b2ea40add619f487fbeb14fbc3a53b4f7f35c4b"; + sha256_unsigned = "3ba614613e7c4c17860aa601ab601fce247a96438c40fc198f396823ef3b5e4e"; + type = "combined"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-x86-legacy-generic-ext4-combined-efi.img.gz"; + sha256 = "7d552740ba8e52b1204040fbb047819d33d6ed9376f5d83229d11af5c89273fd"; + sha256_unsigned = "dd5bc1608bd0c3e368da2d465fe15a3b38c7fccb4a1d31e923a551d10f370456"; + type = "combined-efi"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-x86-legacy-generic-squashfs-rootfs.img.gz"; + sha256 = "3492dab00ef34e7450d4fe5a8634bb1325a79f433fb4d25c3f80304962e192d9"; + sha256_unsigned = "3492dab00ef34e7450d4fe5a8634bb1325a79f433fb4d25c3f80304962e192d9"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-x86-legacy-generic-ext4-rootfs.img.gz"; + sha256 = "cd95c4be4cdd6902960171fd24b455b214ec7888a99e569a6448501d10909a9a"; + sha256_unsigned = "cd95c4be4cdd6902960171fd24b455b214ec7888a99e569a6448501d10909a9a"; + type = "rootfs"; + } + { + filesystem = "ext4"; + name = "openwrt-23.05.0-x86-legacy-generic-ext4-combined.img.gz"; + sha256 = "0445ac9d1c38dc78548025703cc8b2053a0c5561650ce5a364d789981e3622db"; + sha256_unsigned = "b0d36fd816f30f92b5199fb87fc87fde2c559ec0092e0fdaeffbf5915ee4d1ab"; + type = "combined"; + } + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-x86-legacy-generic-squashfs-combined-efi.img.gz"; + sha256 = "99dda8ba30171f2845b876bf03c5d0eaea5b7c941abf69da4ca3e972072d0fed"; + sha256_unsigned = "4e603a1c0168918c84df78f1577b1ebb666d4eff3a0ca904eab70f24e763685d"; + type = "combined-efi"; + } + ]; + supported_devices = [ ]; + titles = [ + { + model = "x86/legacy"; + vendor = "Generic"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "x86/legacy"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; + zynq = { + generic = { + arch_packages = "arm_cortex-a9_neon"; + default_packages = [ + "base-files" + "busybox" + "ca-bundle" + "dnsmasq" + "dropbear" + "e2fsprogs" + "firewall4" + "fstools" + "kmod-fs-msdos" + "kmod-nft-offload" + "kmod-usb-storage" + "libc" + "libgcc" + "libustream-mbedtls" + "logd" + "mkf2fs" + "mtd" + "netifd" + "nftables" + "odhcp6c" + "odhcpd-ipv6only" + "opkg" + "ppp" + "ppp-mod-pppoe" + "procd" + "procd-seccomp" + "procd-ujail" + "uboot-envtools" + "uci" + "uclient-fetch" + "urandom-seed" + "urngd" + ]; + metadata_version = 1; + profiles = { + avnet_zynq-zed = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-zynq-generic-avnet_zynq-zed"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-zynq-generic-avnet_zynq-zed-squashfs-sdcard.img.gz"; + sha256 = "5e3574fa6d4f36c3f66e3242f0f4b346224ec0548e09e75531aa92b5d6b8a8c6"; + sha256_unsigned = "5e3574fa6d4f36c3f66e3242f0f4b346224ec0548e09e75531aa92b5d6b8a8c6"; + type = "sdcard"; + } + ]; + supported_devices = [ + "avnet,zynq-zed" + ]; + titles = [ + { + model = "ZedBoard"; + vendor = "Avnet"; + } + ]; + }; + digilent_zynq-zybo = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-zynq-generic-digilent_zynq-zybo"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-zynq-generic-digilent_zynq-zybo-squashfs-sdcard.img.gz"; + sha256 = "ee194d6401344df50c9d279b216fc5c8cc1e67cf6a83cc98b164766778b604a7"; + sha256_unsigned = "ee194d6401344df50c9d279b216fc5c8cc1e67cf6a83cc98b164766778b604a7"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo" + ]; + titles = [ + { + model = "Zybo"; + vendor = "Digilent"; + } + ]; + }; + digilent_zynq-zybo-z7 = { + device_packages = [ ]; + image_prefix = "openwrt-23.05.0-zynq-generic-digilent_zynq-zybo-z7"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-zynq-generic-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"; + sha256 = "d4cf2c8b08b68104c8946df3be2c0eede48eec24c378e339134a4093ec80246a"; + sha256_unsigned = "d4cf2c8b08b68104c8946df3be2c0eede48eec24c378e339134a4093ec80246a"; + type = "sdcard"; + } + ]; + supported_devices = [ + "digilent,zynq-zybo-z7" + ]; + titles = [ + { + model = "Zybo Z7"; + vendor = "Digilent"; + } + ]; + }; + xlnx_zynq-zc702 = { + device_packages = [ + "kmod-can" + "kmod-can-xilinx-can" + ]; + image_prefix = "openwrt-23.05.0-zynq-generic-xlnx_zynq-zc702"; + images = [ + { + filesystem = "squashfs"; + name = "openwrt-23.05.0-zynq-generic-xlnx_zynq-zc702-squashfs-sdcard.img.gz"; + sha256 = "fb3199129430d27f1666ee77cf2cf52cc98a4c37ddb89a97acfcf7cc86f77432"; + sha256_unsigned = "fb3199129430d27f1666ee77cf2cf52cc98a4c37ddb89a97acfcf7cc86f77432"; + type = "sdcard"; + } + ]; + supported_devices = [ + "xlnx,zynq-zc702" + ]; + titles = [ + { + model = "ZC702"; + vendor = "Xilinx"; + } + ]; + }; + }; + source_date_epoch = 1696887935; + target = "zynq/generic"; + version_code = "r23497-6637af95aa"; + version_number = "23.05.0"; + }; + }; +} \ No newline at end of file diff --git a/flake.nix b/flake.nix index 5bc61350..4062f520 100644 --- a/flake.nix +++ b/flake.nix @@ -36,6 +36,10 @@ pkgs = nixpkgs.legacyPackages.x86_64-linux; }; + packages.x86_64-linux.cached-profiles = import ./cached-profiles.nix { + pkgs = nixpkgs.legacyPackages.x86_64-linux; + }; + packages.x86_64-linux.example-image = let image = import ./example.nix { diff --git a/profiles.nix b/profiles.nix index c692ae23..6a657ce1 100644 --- a/profiles.nix +++ b/profiles.nix @@ -7,19 +7,7 @@ let inherit (pkgs) lib; hashes = import ./hashes/${release}.nix; in rec { - allProfiles = - builtins.mapAttrs (target: variants: - lib.filterAttrs (_: profiles: - profiles != null - ) ( - builtins.mapAttrs (variant: h: - (import ./files.nix { - inherit pkgs release target variant; - inherit (h) sha256 feedsSha256; - }).profiles - ) variants - ) - ) hashes.targets; + allProfiles = import ./cached-profiles/${release}.nix; # filters hardware profiles from all boards.json files identifyProfiles = profile: